diff --git a/.gitignore b/.gitignore index 57a1574..f7c23a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,196 +1,14 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo +Examples/GroupDocs.Metadata.Examples.CSharp/bin/ +Examples/GroupDocs.Metadata.Examples.CSharp/obj/ +Examples/Resources/GroupDocs.Metadata.NET.lic *.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -build/ -bld/ -[Bb]in/ -[Oo]bj/ - -# Visual Studo 2015 cache/options directory -.vs/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUNIT -*.VisualState.xml -TestResult.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -*_i.c -*_p.c -*_i.h -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf -*.cachefile - -# Visual Studio profiler -*.psess -*.vsp -*.vspx - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# JustCode is a .NET coding addin-in -.JustCode - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# NCrunch -_NCrunch_* -.*crunch*.local.xml - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# NuGet Packages -*.nupkg -# The packages folder can be ignored because of Package Restore -**/packages/* -# except build/, which is used as an MSBuild target. -!**/packages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/packages/repositories.config - -# Windows Azure Build Output -csx/ -*.build.csdef - -# Windows Store app package directory -AppPackages/ - -# Others -*.[Cc]ache -ClientBin/ -[Ss]tyle[Cc]op.* -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.pfx -*.publishsettings -node_modules/ -bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm - -# SQL Server files -*.mdf -*.ldf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings - -# Microsoft Fakes -FakesAssemblies/ - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt +*.suo +Examples/GroupDocs.Metadata.Examples.CSharp/.vs/ +Examples/GroupDocs.Metadata.Examples.CSharp/packages/ +deploy_key +Examples/packages/ +Examples/GroupDocs.Metadata.Examples.CSharp.Framework/bin/ +Examples/GroupDocs.Metadata.Examples.CSharp.Framework/obj/ +Examples/GroupDocs.Metadata.Examples.CSharp.Core/obj/ +Examples/GroupDocs.Metadata.Examples.CSharp.Core/bin/ +Examples/.vs/ diff --git a/Demos/LiveDemos/.runsettings b/Demos/LiveDemos/.runsettings new file mode 100644 index 0000000..ded747e --- /dev/null +++ b/Demos/LiveDemos/.runsettings @@ -0,0 +1,13 @@ + + + + 0 + + + + + 0 + MethodLevel + + + diff --git a/Demos/LiveDemos/README.md b/Demos/LiveDemos/README.md new file mode 100644 index 0000000..a873541 --- /dev/null +++ b/Demos/LiveDemos/README.md @@ -0,0 +1,10 @@ +# GroupDocs.Metadata for .NET Live Demos + +GroupDocs.Metadata for .NET Live Demos Source Code. +The Live Demos are hosted at https://products.groupdocs.app/metadata/family + +# How to run + + 1. Clone the repository. + 2. Open the solution file in the latest version of Microsoft Visual Studio. + 3. Build and Start the solution. diff --git a/Demos/LiveDemos/groupdocs.metadata.live.demos.sln b/Demos/LiveDemos/groupdocs.metadata.live.demos.sln new file mode 100644 index 0000000..38b19a5 --- /dev/null +++ b/Demos/LiveDemos/groupdocs.metadata.live.demos.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27004.2002 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Metadata.Live.Demos.UI", "src\GroupDocs.Metadata.Live.Demos.UI\GroupDocs.Metadata.Live.Demos.UI.csproj", "{0479AE08-F6E6-4808-8DB2-566097B07188}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + Staging|Any CPU = Staging|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0479AE08-F6E6-4808-8DB2-566097B07188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0479AE08-F6E6-4808-8DB2-566097B07188}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0479AE08-F6E6-4808-8DB2-566097B07188}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0479AE08-F6E6-4808-8DB2-566097B07188}.Release|Any CPU.Build.0 = Release|Any CPU + {0479AE08-F6E6-4808-8DB2-566097B07188}.Staging|Any CPU.ActiveCfg = Staging|Any CPU + {0479AE08-F6E6-4808-8DB2-566097B07188}.Staging|Any CPU.Build.0 = Staging|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A88EA196-6BAD-4AD7-8F6B-58DEE5CC4812} + EndGlobalSection +EndGlobal diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/EmailTemplate.html b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/EmailTemplate.html new file mode 100644 index 0000000..365a9be --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/EmailTemplate.html @@ -0,0 +1,34 @@ + + + + + + Free GroupDocs Document Manupulation Apps + + + +
+
+
+

Free Document Manupulation Apps
{FeatureDescription}

+
+ +

{SuccessMessage}

+ Download Now

This file will be available for download/view for 24 hours. All uploaded and output file will be deleted from our servers after 24 hours. +

+ Thanks,
+ Support Team,
+ GroupDocs.app +

+
+
+
+ Copyright © 2019 Aspose, all rights reserved.
+
+ Aspose Pty Ltd, Suite 163, 79 Longueville Road, Lane Cove, NSW, 2066, Australia. +
+
+ + + + \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/TemplateEmail.html b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/TemplateEmail.html new file mode 100644 index 0000000..98b950a --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/TemplateEmail.html @@ -0,0 +1,34 @@ + + + + + + Free GroupDocs Document Manipulation Apps + + + +
+
+
+

Free Document Manipulation Apps{Heading}

+
+ +

{SuccessMessage}

+ Download Now This file will be available for download/view for 24 hours. All uploaded and output files will be deleted from our servers after 24 hours. +

+ Thanks,
+ Support Team,
+ GroupDocs.app +

+
+
+
+ Copyright © {Year} Aspose, all rights reserved.
+
+ Aspose Pty Ltd, Suite 163, 79 Longueville Road, Lane Cove, NSW, 2066, Australia. +
+
+ + + + \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/resources_EN.xml b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/resources_EN.xml new file mode 100644 index 0000000..3b3290a --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/resources_EN.xml @@ -0,0 +1,742 @@ + + + Free Document Manipulation Apps + Convert, View Word, Excel, PowerPoint, Visio, Project, Slides and many other file formats online + Convert your {0} document to {1} format + {0} to {1} + Home + Download your file + GroupDocs Conversion App - Download File + Free Online Document Parser + GroupDocs.Parser App - Download File + Try it NOW + PDF + HTML + EPUB + BMP + JPG + EMF + TIFF + Your file has been converted successfully, please check your email to download converted file + Your file has been parsed successfully, please check your email to download parsed file + Invalid file, please upload a file with extension + CONVERT NOW + XPS + SVG + Excel + Tex + Word + DOC + ODP + PST + OST + PPTX + EML + MSG + MIME MSG + MHT + 404 Page not found + The link you followed probably broken or the page has been moved + Back to Home + PDF/A-1a + PDF/A-1b + PDF 15 + Image + Word to PDF Conversion + Save as + Drop or upload your file + Your file has been converted successfully + Your file has been parsed successfully + + DOWNLOAD NOW + Send the download link to + Word to Image Conversion + Word to HTML Conversion + EML to MHT Conversion + EML to MSG Conversion + XPS to PDF Conversion + SVG to PDF Conversion + EPUB to PDF Conversion + MIME MSG to EML Conversion + Outlook OST to PST Conversion + PDF to Word Conversion + PDF to Image Conversion + PDF to PPTX Conversion + PDF to Tex Conversion + PDF to Excel Conversion + PowerPoint to HTML Conversion + PowerPoint to Image Conversion + PowerPoint to ODP Conversion + PowerPoint to PDF Conversion + Excel to HTML Conversion + Excel to Image Conversion + Excel to PDF Conversion + Please Enter Valid Email ID + Please drop or upload your file + + GroupDocs.Conversion + GroupDocs.Classification + GroupDocs.Viewer + GroupDocs.Metadata + GroupDocs.Editor + GroupDocs.Cells + GroupDocs.Email + GroupDocs.Pdf + GroupDocs.Slides + GroupDocs.Parser + + PowerPoint + Convert another file + Parse another file + DOC Conversion + PDF Conversion + Spreadsheet Conversion + Presentation Conversion + More Products + + Convert Word documents to PDF, HTML, Open Office, image and other formats + Convert Excel worksheets to PDF, HTML, Open Office and other supported formats + Convert PDF to Word, PowerPoint, image and other formats + Convert PowerPoint presentations to PDF, Open Office, image and other formats + Convert email messages (EML, MSG) and mailboxes from OST to PST format + + Fast and Easy Conversion + Upload your document, choose the save format type and click on “Convert” button. You will get the download link as soon as the file is converted + Convert from Anywhere + It works from all platforms including Windows, Mac, Android and iOS. All files are processed on our servers. No plugin or software installation required for you + Conversion Quality + Powered by + . All files are processed using GroupDocs APIs + Conversion + DOCX + Download link sent successfully, please check your email. + words + cells + slides + pdf + email + + Fast and Easy Classification + Upload your document or type text and click on button with a taxonomy name. You will see the classification results in the table or be able to download them in .csv file + Classify from Anywhere + It works from all platforms including Windows, Mac, Android and iOS. All files are processed on our servers. No plugin or software installation required for you + Classification Quality + . All files are processed using GroupDocs APIs + + Fast and Easy Parser + Upload your document and click on “Get” button. You will get the download link as soon as the file is parsed + Parse from Anywhere + Parser Quality + + Supported documents: {0} + Save as: {0} + conversion + + {0} Product Family Includes + + + Free Word Document Apps + Convert your Word, PDF, Slides, Excel and other documents formats online from anywhere + Convert your Word, PDF, Slides, Excel and other documents formats online from anywhere + View your Word, PDF, Slides, Excel and other documents formats online from anywhere + View, Clean and Add/Update metadata of your Word, PDF, Slides, Excel, Images and other documents formats online from anywhere + HTML editor to convert, edit and manipulate documents of popular file formats of Microsoft Office, OpenDocument and other documents formats online from anywhere + Convert your Word documents to PDF and other file formats in seconds + + Parse your Word, PDF, Slides, Excel and other documents formats online from anywhere + + Online Excel Worksheet Apps + Convert, Add Watermark or View your Excel worksheets online from anywhere + Convert your Excel worksheets to PDF, HTML and other formats from any OS and browser + + Free Online PDF Web Apps + Convert, Add Watermark, Add Annotation or View your PDF files online from anywhere + Convert your PDF files to Word, XPS, PPTX and plenty of other formats + + Free PowerPoint Presentation Apps + Convert or View your PowerPoint presentations online from anywhere + Convert your PowerPoint presentations to PDF, Open Office and other formats + + Free Online Email Apps + Convert or View your emails and mailboxes online from anywhere + Convert your emails and mailboxes from one format to another with our free web apps + Product Family + + Viewer + VIEW NOW + Slides + View your {0} online from anywhere + Quick and Easy Viewer + Upload your document and you will be redirected to the {0} Viewer app with great user experience and many more features. + View from Anywhere + It works from all platforms including Windows, Mac, Android and iOS. All files are processed on our servers. No plugin or software installation required for you + Viewer Quality + . All files are processed using GroupDocs APIs + View your {0} as an image representation + View your {0} online from anywhere + + View your {0} metadata online from anywhere + Quick and Easy Metadata + Upload your document and you will be redirected to the {0} Metadata Editor app with great user experience and many more features. + View from Anywhere + It works from all platforms including Windows, Mac, Android and iOS. All files are processed on our servers. No plugin or software installation required for you + Metadata Quality + . All files are processed using GroupDocs APIs + View your {0} online from anywhere + + Edit your {0} documents online from anywhere + Quick and Easy Editor + Upload or create new document and you will be redirected to the {0} HTML Editor app with great user experience and many more features. + Edit from Anywhere + It works from all platforms including Windows, Mac, Android and iOS. All files are processed on our servers. No plugin or software installation required for you + Editor Quality + . All files are processed using GroupDocs APIs + Edit your {0} online from anywhere + + View your Documents online from anywhere + Document Viewer + View your Spreadsheets online from anywhere + Spreadsheet Viewer + View your PDF file online from anywhere + PDF Viewer + View your PowerPoint file online from anywhere + PowerPoint Viewer + View your Emails online from anywhere + Email Viewer + View your Project files online from anywhere + Project Viewer + View your Visio files online from anywhere + Visio Viewer + View your OneNote files online from anywhere + OneNote Viewer + View your 3D file online from anywhere + 3D Viewer + View your AutoCAD file online from anywhere + AutoCAD Viewer + View your HTML file online from anywhere + HTML Viewer + View your PostScript file online from anywhere + PostScript Viewer + View your Photoshop files online from anywhere + Photoshop Viewer + + DOC, DOCX, DOT, DOTX, RTF or ODT + XLS, XLSX or ODS + PPT, PPTX, ODP + PDF + document + workbook + presentation + document + Word + Excel + PowerPoint + PDF + .doc|.docx|.dot|.dotx|.rtf|.odt + .xls|.xlsx|.ods + .ppt|.pptx|.odp + .pdf + + + View and edit your Word and OpenOffice document's metadata properties + View and edit your Excel and OpenOffice worksheet's metadata properties + View and edit your PowerPoint and OpenOffice presentation's metadata properties + View and edit your PDF's metadata properties + Supported + documents + Please select a file to upload + API response timeout + Cancel + document + Drop a file or upload your + Upload another file + Send the download link to + View and edit meta information in + Fast and Easy Metadata + Upload your document, update the Metadata and click on "Save" button. You will get the download link as soon as the file is saved + View from Anywhere + It works from all platforms including Windows, Mac, Android and iOS. All files are processed on our servers. No plugin or software installation required by you + Metadata Quality + All files are processed using GroupDocs APIs + View Metadata + Metadata has been saved successfully + Metadata has been saved successfully, please check your email to download updated file + + {0} Watermark + Watermark added successfully + Watermark removed successfully + Add Watermark in another file + Watermark + Add Watermark in Word documents online from anywhere + add-watermark + add + remove + add-watermark-in-table-cell + Add Watermark + Add Watermark to your Word document + Remove Watermark + Remove Watermark from your Word document + Add Watermark in Table Cell + Add Watermark in Table Cell of your word document + Fast and Easy {0} + Add + Remove + Upload your file, enter watermark text and click on “Add Watermark” button. You will get the download link as soon as the watermark text is added. + Upload your file and click on “Remove Watermark” button. You will get the download link as soon as the watermark is removed. + Upload your file, enter watermark text and click on “Add Watermark” button. You will get the download link as soon as the watermark text is added in table cell. + Add Watermark to Chart + Add Watermark to Chart of your Excel Worksheet + Add Watermark in your worksheets online from anywhere + add-in-chart + add + Add Watermark Text + Add Watermark + Add Watermark to Worksheet of your Excel Worksheet + + Add Text Stamp in your PDF documents online from anywhere + add + Add Text Stamp + Add Text Stamp to your PDF document + PNG + Excel to XPS Conversion + {0} Watermark from Anywhere + Watermark Quality + Please enter watermark text + + Annotation + Add Annotation Text in your PDF documents online from anywhere + add-text + remove-text + Please enter contents + Annotation Text added successfully + Remove Annotations from your PDF document + {0} Annotation + Title + Subject + Contents + Add Annotation Text in another file + Remove Annotation from another file + Annotation removed successfully + {0} Annotation from Anywhere + Add Annotation Text + Remove Annotation + Add Annotation text to your PDF document + Upload your PDF document, enter title, subject, contents and click on “Add Annotation” button. You will get the download link as soon as the annotation is added. + + Remove All Annotations + Remove All Annotations from your PDF document + Upload your document and click on “Remove Annotation” button. You will get the download link as soon as the annotations are removed. + Annotation Quality + + + Editor + to + format + Convert + + file + file + file + file + file + file + file + file + file + file + file + file + + XPS + SVG + EPUB + Word + Spreadsheet + PDF + Excel + Excel + Microsoft Project® + PowerPoint + PowerPoint + HTML + PostScript + PSD + BMP + JPG + TIFF + ODP + ODT + ODS + Image + Email + MSG + EML + MHT + TEX + Project + Visio + OneNote + OneNote + Photoshop + Raster + Metafile + Markdown + MHTML + Primavera + Text + + 3D + Autodesk + Wavefront + 3D Studio + Draco + AutoCAD + AutoCAD + GIS + Google Earth + GeoJSON + ESRI Shapefile + PostScript + PST + OST + MBOX + + DOC, DOCX + XLSX + PPTX + PDF, PDFA_1A, PDFA_1B, PDF_15 + BMP, JPG, PNG, SVG, TIFF + HTML + EPUB + MSG + EML + MHT + ODP + ODT + ODS + XPS + TEX + PSD + BMP, GIF, JPG, PNG, TIFF + MD + XHTML + MHTML + XML, XER + TXT + FBX + OBJ + 3DS + DRC + KML + JSON, GEOJSON + SHX + PST + OST + MBOX + + PDF + PDF + PDF + PDF + PDF + BMP, GIF, JPG, PNG, TIFF + BMP, JPG, PNG, TIFF + BMP, JPG, PNG, TIFF + + .jpg|.j2k|.bmp|.tiff|.gif|.png|.emf|.wmf|.psd|.webp|.svg|.dicom|.djvu|.dng|.odg|.eps + + .eml|.msg + .eml + .msg + .pst + .ost + .mbox + + .html|.xhtml|.mhtml|.epub|.svg + .mpp|.xml + .vsd|.vsdx|.vsx|.vtx|.vdx|.vssx|.vstx|.vsdm|.vssm|.vstm + .one + .fbx|.stl. obj|.3ds|.gltf|.drc|.rvm|.pdf|.x|.jt|.dxf|.ply|.3mf|.ase + .dwg|.dxf|.dwf|.ifc|.stl + .gpx|.shx|.json|.kml + .ps|.eps + .psd|.psb + .txt + + GroupDocs.Imaging + Free Online Imaging Apps + Convert, Add Watermark or View your Image files online from anywhere + Convert your Image files to Photoshop, Raster and other formats + + GroupDocs.HTML + Free Online HTML Apps + Convert or View your HTML files online from anywhere + Convert your HTML files to PDF, Image and other formats + + GroupDocs.Tasks + Free Online Tasks Apps + Convert or View your Microsoft Project files online from anywhere + Convert your Microsoft Project files to Primavera, PDF and other formats + + GroupDocs.Diagram + Free Online Diagram Apps + Convert or View your Microsoft Visio files online from anywhere + Convert your Microsoft Visio files to PDF, Image and other formats + + GroupDocs.Note + Free Online Note Apps + Convert or View your Microsoft OneNote files online from anywhere + Convert your Microsoft OneNote files to PDF, Image and other formats + + GroupDocs.3D + GroupDocs.3D + Free Online 3D Apps + Convert or View your 3D files online from anywhere + Convert your 3D files to Autodesk, Draco and other formats + + GroupDocs.CAD + Free Online AutoCAD Apps + Convert or View your AutoCAD files online from anywhere + Convert your AutoCAD files to PDF, Image and other formats + + GroupDocs.GIS + Free Online GIS Apps + Convert or View your GIS files online from anywhere + Convert your GIS files to Google Earth, GeoJSON and other formats + + GroupDocs.XPS + Free Online XPS Apps + Convert your XPS files online from anywhere + Convert your Text files to XPS format + + GroupDocs.EPS + Free Online EPS Apps + Convert or View your PostScript files online from anywhere + Convert your PostScript files to PDF format + + GroupDocs.PSD + GroupDocs.PSD + Free Online PSD Apps + Convert or View your PSD files online from anywhere + Convert your PSD files to image and other formats + + PDF 417 + Data Matrix + Aztec + QR + Code 39 Standard + Code 128 + EAN-8 + EAN-13 + EAN-14 + ISSN + ISMN + Pharmacode + Postnet + UPC-A + UPC-E + Encode Type + Recognize BarCode + GroupDocs.BarCode + Recognize BarCode + Recognize BarCode from your image + Recognize BarCode + Drop an image or Upload your image + Read BarCode from an image + Easily read BarCode in 2 simple steps + Fast and Easy Recognize + Upload your image, choose the encode type and click on “Recognize BarCode” button. You will get the BarCode text as soon as the BarCode is recogized + Recognize from Anywhere + Your barcode has been recognized successfully + Recognize Quality + Recognize another barcode + Recognize or Generate your BarCode online from anywhere + Free BarCode Apps + Recognize + Generate + Generate BarCode + Generate BarCode from contents + Fast and Easy Generate + Enter contents, choose the encode type and click on “Generate” button. You will get the BarCode as soon as the BarCode is generated + Generate from Anywhere + Generate Quality + Generate BarCode from content + Easily generate BarCode in 2 simple steps + Enter Barcode Data + Your barcode has been generated successfully + Generate another barcode + 404 + Home Page + Please enter data as numeric value + + Add Watermark to image online from anywhere + Add Watermark to your image + add-diagonal + add + Add Diagonal Watermark + Add Diagonal Watermark to your image + + .jpg|.bmp|.tiff|.gif|.png|.emf|.svg|.eps + Perform OCR + GroupDocs.OCR + Perform OCR for English, French, Spanish and Portuguese languages in your application + Free Online OCR Apps + Performing OCR on an Image + Perform OCR Operation on a Multipage TIFF + Extracting Text from a Recognition Block + image-to-text + tiff-to-text + image-to-text-zonal + + Fast and Easy Perform OCR + Upload your image, choose the language and click on “Perform OCR” button. You will get the text as soon as the OCR is performed + Perform OCR from Anywhere + Perform OCR Quality + Language + Supported {0}: + Upload + Perform another OCR + OCR performed successfully + Doc,Dot,Docx,Docm,Dotx,Dotm,Rtf,Odt,tiff + CSV,Tiff,Xlsb,Xlsm,Xlsx,Xltm,Xltx,pdf,xls,ods + Pdf,Doc,Docx,PPTX,Tex,XLS,XLSX,EPUB + bmp,gif,jpeg,pdf,png,psd,tiff,emf + Annotation + Invisible Annotation + Lnk Annotation + Watermak Annotation + Annotation Type + + Document + Spreadsheet + PDF + PowerPoint + Email + Project + Visio + OneNote + 3D + AutoCAD + HTML + PostScript + Photoshop + Supported formats:{0} + View your files instantly without installing anything + Fast and easy to use + Pick Color + Convert your Word, PDF and Excel documents from anywhere + Parse your Word, PDF and Excel documents from anywhere + + .doc|.docx|.dot|.docm|.rtf|.odt|.txt|.md|.xls|.xlsx|.csv|.xlsm|.xlsb|.ods|.tsv|.ppt|.pptx|.pptm|.pps|.ppsx|.ppsm|.odp|.one|.msg|.eml|.emlx|.pst|.ost|.pop|.imap|.dotx|.potx|.dotm|.potm|.pdf|.epub|.fb2‎|.xml|.html|.xhtml|.mhtml|.chm + .pdf|.doc|.docx|.dot|.dotx|.docm|.dotm|.rtf|.xls|.xlsx|.xlt|.xltx|.xlsm|.xltm|.ppt|.pptx|.pps|.ppsx|.potx|.pptm|.ppsm|.potm|.odt|.vsdx|.vstx|.vssx|.vsdm|.vssm|.vstm|.vdx|.vsx|.vtx|.png|.bmp|.gif|.jpg|.jpeg|.tif|.tiff|.jp2|.webp|.eml|.msg|.emlx|.oft + + Free Online Document Signature + GroupDocs.Signature App - Download File + Your file has been signed successfully, please check your email to download signed file + GroupDocs.Signature + Sign another file + Fast and Easy Signature + Upload your document, select signature type and click on “Sign” button. You will get the download link as soon as the file is signed + Sign from Anywhere + Signature Quality + Sign your Word, PDF, Slides, Excel and other documents formats online from anywhere + Sign your Word, PDF and Excel documents from anywhere + .doc|.docx|.dot|.dotx|.docm|.dotm|.xls|.xlsx|.xlsm|.xlsb|.ots|.xltx|.xltm|.ppt|.pptx|.pps|.ppsx|.otp|.potx|.potm|.pptm|.ppsm|.pdf|.txt|.jpg|.jpeg|.webp|.tiff + Your file has been signed successfully + + GroupDocs.Comparison + Compare your Word, PDF, Slides, Excel and other documents formats online from anywhere + Comparison + COMPARE NOW + Compare your {0} online from anywhere + Quick and Easy Comparison + Upload your source & target documents, you will be redirected to the {0} Comparison app with great user experience and many more features. + Compare from Anywhere + It works from all platforms including Windows, Mac, Android and iOS. All files are processed on our servers. No plugin or software installation required for you + Comparison Quality + . All files are processed using GroupDocs APIs + Compare your {0} online from anywhere + + GroupDocs.Search + Index your data and perform text Search in all Popular document formats online from anywhere + Free Online Document Search + Search Type + Upload your files, select search type and click on “SEARCH NOW” button. You will get the search result as soon as the search complete. + .doc|.docx|.docm|.dot|.dotx|.dotm|.xls|.xlsx|.xlsm|.xltx|.xltm|.xlsb|.ppt|.pptx|.pot|.potx|.pps|.ppsx|.pptm|.ppsm|.chm|.one|.pdf|.odt|.ott|.ods|.odp|.pst|.ost|.msg|.eml|.emlx|.txt|.epub|.fb2|.zip|.rtf + SEARCH NOW + Simple + Boolean + Regex + Fuzzy + Case Sensitive + Faceted + Numeric Range + Exact Phrase + Blended Characters + Wildcard + Free Online Search App for DOC, DOCX, DOCM, DOT, DOTX, DOTM, XLS, XLSX, XLSM, XLTX, XLTM, XLSB, PPT, PPTX, POT, POTX, PPS, PPSX, PPTM, PPSM, CHM, ONE, PDF, ODT, OTT, ODS, ODP, PST, OST, MSG, EML, EMLX, TXT, EPUB, FB2, ZIP and RTF formats + Drop or upload your files + First Term + Second Term + Relevant Key + Search Text + Search Results + GroupDocs.Watermark App - Download File + Add text watermark to your document + + Free Online Document Merger + GroupDocs.Merger App - Download File + Your file has been merged successfully, please check your email to download file + GroupDocs.Merger + Fast and Easy Merger + Merge from Anywhere + Merger Quality + Your file has been merged successfully + Merge another file + Merge your Word, PDF, Slides, Excel and other documents formats online from anywhere + Merge your Word, PDF and Excel documents from anywhere + .doc|.docm|.docx|.dot|.dotx|.dotm|.rtf|.xls|.xlsx|.xlsm|.xlsb|.ppt|.pptx|.pps|.ppsx|.vsdx|.vsdm|.vssx|.vssm|.vtx|.vstm|.vdx|.vstx|.vsx|.one|.odt|.ott|.odp|.otp|.ods|.pdf|.xps|.txt|.csv|.epub + Upload your document(s), click on "Merge" button. You will get the download link as soon as the file is merged + + Free Online Document Redaction + GroupDocs.Redaction App - Download File + Your file has been redacted successfully, please check your email to download file + GroupDocs.Redaction + Fast and Easy Redaction + Upload your document, select redaction type and click on "Redact" button. You will get the download link as soon as the file is redacted + Redact from Anywhere + Redaction Quality + Redact your Word, PDF, Slides, Excel and other documents formats online from anywhere + Redact your Word, PDF and Excel documents from anywhere + Redact another file + Your file has been redacted successfully + .doc|.docx|.dot|.dotx|.docm|.dotm‎|.rtf|.xls|.xlsx|.xlt|.xltx|.xlsm|.xltm|.csv|.ppt|.pptx|.pps|.ppsx|.potx|.pptm|.ppsm|.potm|.pdf + + Please enter an email address + + Other Parser file formats + You can also parse other file formats. Please see the list below. + Other Merger file formats + You can also merge other file formats. Please see the list below. + Other Redaction file formats + You can also redact other file formats. Please see the list below. + Other Signature file formats + You can also sign other file formats. Please see the list below. + Other Splitter file formats + You can also split other file formats. Please see the list below. + + Free Online Document Splitter + GroupDocs.Splitter App - Download File + Your file has been split successfully, please check your email to download file + GroupDocs.Splitter + Fast and Easy Splitter + Split from Anywhere + Splitter Quality + Split your Word, PDF, Slides, Excel and other documents formats online from anywhere + Split your Word, PDF and Excel documents from anywhere + .doc|.docm|.docx|.dot|.dotx|.dotm|.rtf|.xls|.xlsx|.xlsm|.xlsb|.ppt|.pptx|.pps|.ppsx|.vsdx|.vsdm|.vssx|.vssm|.vtx|.vstm|.vdx|.vstx|.vsx|.one|.odt|.ott|.odp|.otp|.ods|.pdf|.xps|.txt|.csv|.epub + Upload your document(s), click on "Split" button. You will get the download link as soon as the file is split + Your file has been split successfully + Split another file + + \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/resources_ZH.xml b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/resources_ZH.xml new file mode 100644 index 0000000..0e49353 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Data/resources_ZH.xml @@ -0,0 +1,668 @@ + + + 免费的文件格式应用 + 从任何地方在线转换您的Word,PDF和Excel文档 + 将您的{0}文档转换为{1}格式 + {0}到{1} + + 下载转换后的文件 + 下载文件 + 现在就试试3 + PDF + HTML + EPUB + BMP + JPG + EMF + TIFF + 您的文件已成功转换,请检查您的电子邮件下载转换后的文件. + 无效文件。 请上传带扩展名的文件 + 立即转换 + XPS + SVG + Excel + Tex + Word + DOC + ODP + PST + OST + PPTX + EML + MSG + MIME MSG + MHT + 404页面不存在 + 您跟踪的链接可能已损坏或页面已移动 + 回到首页 + PDF/A-1a + PDF/A-1b + PDF 15 + 图片 + 另存为 + 删除文件或上传您的Word文档 + 您的文件已成功转换 + 现在下载 + 发送下载链接到 + Word到PDF转换器 + Word到图像转换器 + Word到HTML转换器 + EML到MHT转换器 + EML到MSG转换器 + XPS到PDF转换器 + SVG到PDF转换器 + EPUB到PDF转换器 + MIME MSG到EML转换器 + Outlook OST到PST转换器 + PDF到Word转换器 + PDF到图像转换器 + PDF到PPTX转换器 + PDF到Tex转换器 + PDF到Excel转换器 + PowerPoint到HTML转换器 + PowerPoint到图像转换器 + PowerPoint到ODP转换器 + PowerPoint到PDF转换器 + Excel到HTML转换器 + Excel到图像转换器 + Excel到PDF转换器 + 请输入有效的电子邮件ID + 请删除文件或上传您的文件 + GroupDocs.Conversion + GroupDocs.Classification + GroupDocs.Cells + GroupDocs.Email + GroupDocs.Pdf + GroupDocs.Slides + PowerPoint + 转换另一个文件 + DOC转换 + PDF转换 + 电子表格转换 + 演示文稿转换 + 更多产品 + 将Word文档转换为PDF,HTML,Open Office,图像和其他格式 + 将Excel工作表转换为PDF,HTML,Open Office和其他支持的格式 + 将PDF转换为Word,PowerPoint,图像和其他格式 + 将PowerPoint演示文稿转换为PDF,Open Office,图像和其他格式 + 将电子邮件(EML,MSG)和邮箱从OST转换为PST格式 + 快速和简单的转换 + 上传你的文件,选择保存格式类型,然后点击“转换”按钮。 文件转换完成后,您将立即获得下载链接 + 从任何地方转换 + 它适用于所有平台,包括Windows,Mac,Android和iOS。 所有文件都在我们的服务器上处理。 无需为您安装插件或软件 + 转换质量 + 供电 + 。 所有文件均使用GroupDocs API进行处理,这些API正在114个国家的许多财富100强公司中使用 + 转变 + DOCX + 下载链接已成功发送,请检查您的电子邮件. + words + cells + slides + pdf + email + + 快速简便的分类 + 上载您的文档或键入文本,然后单击带有分类名称的按钮。 您将在表中看到分类结果或将其下载为.csv文件 + 从任何地方分类 + 它适用于所有平台,包括Windows,Mac,Android和iOS。 所有文件都在我们的服务器上处理。 无需为您安装插件或软件 + 分类质量 + 。 所有文件均使用GroupDocs API进行处理,这些API正在114个国家的许多财富100强公司中使用 + + 支持的文档:{0} + 另存为:{0} + 转变 + + + {0}产品系列包括 + + + 免费Word文档应用程序 + 转换,添加水印或从任何地方在线查看您的Word文档 + 在几秒钟内将Word文档转换为PDF和其他文件格式 + + 在线Excel工作表应用程序 + 转换,添加水印或从任何地方在线查看您的Excel工作表 + 将任何操作系统和浏览器的Excel工作表转换为PDF,HTML和其他格式 + + 免费在线PDF Web应用程序 + 从任何地方在线转换,添加水印,添加注释或查看PDF文件 + 将您的PDF文件转换为Word,XPS,PPTX和其他许多格式 + + 免费PowerPoint演示文稿应用 + 轻松地将您的PowerPoint演示文稿转换为PDF,Open Office和其他格式 + 轻松地将您的PowerPoint演示文稿转换为PDF,Open Office和其他格式 + + 免费在线电子邮件应用 + 使用我们的免费网络应用将您的电子邮件和邮箱从一种格式转换为另一种格式 + 使用我们的免费网络应用将您的电子邮件和邮箱从一种格式转换为另一种格式 + Product Family + + 查看器 + 现在查看 + 从任何地方在线查看您的{0}文档 + 快速和简单的查看器 + 上传您的文档,您将被重定向到具有出色用户体验和功能的{0}文档查看器应用程序 + 从任何地方查看 + 它适用于所有平台,包括Windows,Mac,Android和iOS。所有文件都在我们的服务器上处理。无需为您安装插件或软件 + 看者质量 + Slides + 。所有文件均使用GroupDocs API进行处理,这些API正在114个国家的许多财富100强公司中使用 + View your {0} as an 文档查看器 + 从任何地方在线查看您的{0}文档 + 从任何地方在线查看您的{0}文档 + Document查看器 + 从任何地方在线查看您的Spreadsheet文档 + Spreadsheet文档查看器 + 从任何地方在线查看您的PDF文档 + PDF文档查看器 + 从任何地方在线查看您的Slides文档 + Slides文档查看器 + 从任何地方在线查看您的Emails文档 + Email 文档查看器 + 从任何地方在线查看您的Microsoft Project®文档 + Microsoft Project® 文档查看器 + 从任何地方在线查看您的Diagrams文档 + Diagrams文档查看器 + 从任何地方在线查看您的OneNote文档 + OneNote 文档查看器 + 从任何地方在线查看您的OneNote文档 + OneNote 文档查看器 + 从任何地方在线查看您的3D文档 + 3D 文档查看器 + 从任何地方在线查看您的AutoCAD文档 + AutoCAD 文档查看器 + 从任何地方在线查看您的HTML文档 + HTML 文档查看器 + 从任何地方在线查看您的PostScript文档 + PostScript文档查看器 + 从任何地方在线查看您的PSD文档 + PSD文档查看器 + + DOC, DOCX, DOT, DOTX, RTF or ODT + XLS, XLSX or ODS + PPT, PPTX, ODP + PDF + document + workbook + presentation + document + Word + Excel + PowerPoint + PDF + .doc|.docx|.dot|.dotx|.rtf|.odt + .xls|.xlsx|.ods + .ppt|.pptx|.odp + .pdf + 查看和编辑你的 Word 和 OpenOffice 文件元数据属性 + 查看和编辑你的 Excel 和 OpenOffice 工作表元数据属性 + 查看和编辑你的 PowerPoint 和 OpenOffice 介绍元数据属性 + 查看和编辑你的 PDF 元数据属性 + 支持的 + 文件 + 请选择要上传的文件 + API 响应超时 + 取消 + 文件 + 删除文件或上传您的文件 + 上传另一个文件 + 发送下载链接到 + 查看和编辑元信息 + 快速和简单的元数据 + 上传文件,更新元数据并点击“保存”按钮。文件保存后,您将立即获得下载链接 + 从任何地方查看 + 它适用于所有平台,包括 Windows, Mac, Android 和 iOS. 所有文件都在我们的服务器上处理。您不需要插件或软件安装 + 元数据质量 + 所有文件都使用 GroupDocs APIs, 这被许多人所使用 Fortune 100 遍布114个国家的公司 + 查看元数据 + 元数据已成功保存 + 元数据已成功保存,请检查您的电子邮件以下载更新的文件 + + {0} 水印 + 水印添加成功 + 水印成功删除 + {0} 在另一个文件中加水印 + 水印 + 从任何地方在线添加Word文档中的水印 + add-watermark + add + remove + add-watermark-in-table-cell + 加水印 + 将水印添加到您的Word文档 + 去除水印 + 从您的Word文档中删除水印 + 在表格单元格中添加水印 + 在Word文档的表单元格中添加水印 + 快速和简单 {0} + + 去掉 + 上传文件,输入水印文本,然后单击“添加水印”按钮。 添加水印文本后,您将立即获得下载链接. + 上传您的文件,然后单击“删除水印”按钮。 删除水印后,您将立即获得下载链接. + 上传文件,输入水印文本,然后单击“添加水印”按钮。 只要在表格单元格中添加水印文本,您就会获得下载链接. + 将水印添加到图表 + 将水印添加到Excel工作表的图表中 + 随时随地在工作表中添加水印 + add-in-chart + add + 添加水印文本 + 将水印添加到工作表 + 将水印添加到Excel工作表的工作表 + + 从任何地方在线添加PDF文档中的文本标记 + add + 添加文字印章 + 将文本戳添加到您的PDF文档 + PNG + Excel到XPS转换 + {0}来自任何地方的水印 + 水印质量 + 请输入水印文字 + 注解 + 随时随地在线添加PDF文档中的注释文本 + add-text + remove-text + 请输入内容 + 注释文本已成功添加 + 从PDF文档中删除注释 + {0}注释 + 标题 + 学科 + 内容 + 在另一个文件中添加注释文本 + 从其他文件中删除注释 + 注释已成功删除 + 来自任何地方的{0}注释 + 添加注释文本 + 删除注释 + + 将注释文本添加到PDF文档中 + 上传您的PDF文档,输入标题,主题,内容,然后单击“添加注释”按钮。 添加注释后,您将立即获得下载链接. + + 删除所有注释 + 从PDF文档中删除所有注释 + 上传您的文档,然后单击“删除注释”按钮。 删除注释后,您将立即获得下载链接. + 注释质量 + + 编辑 + + 格式 + 兑换 + + file + file + file + file + file + file + file + file + file + file + file + file + + XPS + SVG + EPUB + Word + PDF + Excel + Excel + Microsoft Project® + PowerPoint + PowerPoint + HTML + PostScript + PSD + BMP + JPG + TIFF + ODP + ODT + ODS + Image + Email + MSG + EML + MHT + TEX + Project + Visio + OneNote + OneNote + Photoshop + Raster + Metafile + Markdown + MHTML + Primavera + Text + + 3D + Autodesk + Wavefront + 3D Studio + Draco + AutoCAD + AutoCAD + GIS + Google Earth + GeoJSON + ESRI Shapefile + PostScript + PST + OST + MBOX + + DOC, DOCX + XLSX + PPTX + PDF, PDFA_1A, PDFA_1B, PDF_15 + BMP, JPG, PNG, SVG, TIFF + HTML + EPUB + MSG + EML + MHT + ODP + ODT + ODS + XPS + TEX + PSD + BMP, GIF, JPG, PNG, TIFF + MD + XHTML + MHTML + XML, XER + TXT + FBX + OBJ + 3DS + DRC + KML + JSON, GEOJSON + SHX + PST + OST + MBOX + + PDF + PDF + PDF + PDF + PDF + BMP, GIF, JPG, PNG, TIFF + BMP, JPG, PNG, TIFF + BMP, JPG, PNG, TIFF + + .jpg|.j2k|.bmp|.tiff|.gif|.png|.emf|.wmf|.psd|.webp|.svg|.dicom|.djvu|.dng|.odg|.eps + + .eml|.msg + .eml + .msg + .pst + .ost + .mbox + + .html|.xhtml|.mhtml|.epub|.svg + .mpp|.xml + .vsd|.vsdx|.vsx|.vtx|.vdx|.vssx|.vstx|.vsdm|.vssm|.vstm + .one + .fbx|.stl. obj|.3ds|.gltf|.drc|.rvm|.pdf|.x|.jt|.dxf|.ply|.3mf|.ase + .dwg|.dxf|.dwf|.ifc|.stl + .gpx|.shx|.json|.kml + .ps|.eps + .psd|.psb + .txt + + GroupDocs.Imaging + 免费在线成像应用 + 从任何地方在线转换,添加水印或查看您的图像文件 + 将图像文件转换为Photoshop,Raster和其他格式 + + GroupDocs.HTML + 免费在线HTML应用程序 + 随时随地在线转换或查看HTML文件 + 将HTML文件转换为PDF,图像和其他格式 + + GroupDocs.Tasks + 免费在线任务应用 + 从任何地方在线转换或查看Microsoft Project文件 + 将Microsoft Project文件转换为Primavera,PDF和其他格式 + + GroupDocs.Diagram + 免费在线图表应用 + 从任何地方在线转换或查看Microsoft Visio文件 + 将Microsoft Visio文件转换为PDF,图像和其他格式 + + GroupDocs.Note + 免费在线笔记应用 + 从任何地方在线转换或查看Microsoft OneNote文件 + 将Microsoft OneNote文件转换为PDF,图像和其他格式 + + GroupDocs.3D + GroupDocs.3D + 免费在线3D应用程序 + 从任何地方在线转换或查看您的3D文件 + 将您的3D文件转换为Autodesk,Draco和其他格式 + + GroupDocs.CAD + 免费在线AutoCAD应用程序 + 随时随地在线转换或查看AutoCAD文件 + 将AutoCAD文件转换为PDF,图像和其他格式 + + GroupDocs.GIS + 免费在线GIS应用程序 + 从任何地方在线转换或查看您的GIS文件 + 将您的GIS文件转换为Google Earth,GeoJSON和其他格式 + + GroupDocs.XPS + 免费在线XPS应用程序 + 从任何地方在线转换您的XPS文件 + 将文本文件转换为XPS格式 + + GroupDocs.EPS + 免费在线EPS应用程序 + 从任何地方在线转换或查看PostScript文件 + 将PostScript文件转换为PDF格式 + + GroupDocs.PSD + GroupDocs.PSD + 免费在线PSD应用程序 + 从任何地方在线转换或查看PSD文件 + 将PSD文件转换为image格式 + + PDF 417 + Data Matrix + Aztec + QR + Code 39 Standard + Code 128 + EAN-8 + EAN-13 + EAN-14 + ISSN + ISMN + Pharmacode + Postnet + UPC-A + UPC-E + 编码类型 + 认识BarCode + GroupDocs.BarCode + 认识BarCode + 从您的图像中识别BarCode + 认识BarCode + 删除图像或上传图像 + 从图像中读取BarCode + 只需2个简单步骤即可轻松阅读BarCode + 快速轻松识别 + 上传您的图像,选择编码类型,然后单击“识别条形码”按钮。 一旦BarCode被识别,您将获得BarCode文本 + 从任何地方认识 + 您的条形码已成功识别 + 认可质量 + 识别另一个条形码 + 随时随地在线识别或生成您的BarCode + 免费BarCode应用程序 + 认识 + 生成 + 生成BarCode + 从内容生成BarCode + 快速简便的生成 + 输入内容,选择编码类型,然后单击“生成”按钮。 生成BarCode后,您将立即获得BarCode + 从任何地方生成 + 生成质量 + 从内容生成BarCode + 只需2个简单步骤即可轻松生成BarCode + 输入条形码数据 + 您的条形码已成功生成 + 生成另一个条形码 + 404 + 主页 + 请输入数据作为数值 + 添加水印从任何地方在线图像 + 为您的图片添加水印 + add-diagonal + 添加对角线水印 + 为图像添加对角线水印 + add + + .jpg|.bmp|.tiff|.gif|.png|.emf|.svg|.eps + 执行OCR + GroupDocs.OCR + 在您的应用程序中执行英语,法语,西班牙语和葡萄牙语语言的OCR + 免费在线OCR应用程序 + 在图像上执行OCR + 在多页TIFF上执行OCR操作 + 从识别块中提取文本 + image-to-text + tiff-to-text + image-to-text-zonal + + 快速轻松地执行OCR + 上传您的图像,选择语言并单击“执行OCR”按钮. 执行OCR后,您将立即获得文本 + 从任何地方执行OCR + 执行OCR质量 + 语言 + 支持{0}: + 上传 + 执行另一个OCR + OCR成功完成 + Doc,Dot,Docx,Docm,Dotx,Dotm,Rtf,Odt,tiff + CSV,Tiff,Xlsb,Xlsm,Xlsx,Xltm,Xltx,pdf,xls + Pdf,Doc,Docx,PPTX,Tex,XLS,XLSX,EPUB + bmp,gif,jpeg,pdf,png,psd,tiff,emf + + 注解 + 隐形注释 + Lnk注释 + 水印注释 + 注释类型 + + Document + Spreadsheet + PDF + PowerPoint + Email + Project + Visio + OneNote + 3D + AutoCAD + HTML + PostScript + Photoshop + Supported formats:{0} + View your files instantly without installing anything + Fast and easy to use + 选择颜色 + Convert your Word, PDF and Excel documents from anywhere + + GroupDocs.Parser App - 下载文件 + 您的文件已成功解析,请检查您的电子邮件以下载已解析的文件 + 您的文件已成功解析 + GroupDocs.Parser + 解析另一个文件 + 快速简便的解析器 + 上传您的文档,然后单击“解析”按钮。解析文件后,您将立即获得下载链接 + 从任何地方解析 + 解析器质量 + 从任何地方在线解析您的Word,PDF,幻灯片,Excel和其他文档格式 + 从任何地方解析Word,PDF和Excel文档 + .doc|.docx|.dot|.docm|.rtf|.odt|.txt|.md|.xls|.xlsx|.csv|.xlsm|.xlsb|.ods|.tsv|.ppt|.pptx|.pptm|.pps|.ppsx|.ppsm|.odp|.one|.msg|.eml|.emlx|.pst|.ost|.pop|.imap|.dotx|.potx|.dotm|.potm|.pdf|.epub|.fb2‎|.xml|.html|.xhtml|.mhtml|.chm + + GroupDocs.Signature 应用程序 - 下载文件 + 您的文件已成功签名,请检查您的电子邮件以下载签名文件 + GroupDocs.Signature + 签署另一个文件 + 快速简便的签名 + 上传您的文档,选择签名类型,然后单击“签名”按钮。文件签名后,您将立即获得下载链接 + 从任何地方签名 + 签名质量 + 随时随地在线签署您的Word,PDF,幻灯片,Excel和其他文档格式 + 从任何地方签署您的Word,PDF和Excel文档 + .doc|.docx|.dot|.dotx|.docm|.dotm|.xls|.xlsx|.xlsm|.xlsb|.ots|.xltx|.xltm|.ppt|.pptx|.pps|.ppsx|.otp|.potx|.potm|.pptm|.ppsm|.pdf|.txt|.jpg|.jpeg|.webp|.tiff + 您的文件已成功签名 + + 免费在线文档解析器 + 免费在线文档签名 + + 免费的在线文档合并 + GroupDocs.Merger App-下载文件 + 您的文件已成功合并,请检查您的电子邮件以下载文件 + GroupDocs.Merger + 快速轻松合并 + 从任何地方合并 + 合并质量 + 您的文件已成功合并 + 合并另一个文件 + 随时随地在线合并您的Word,PDF,幻灯片,Excel和其他文档格式 + 随时随地合并您的Word,PDF和Excel文档 + .doc|.docm|.docx|.dot|.dotx|.dotm|.rtf|.xls|.xlsx|.xlsm|.xlsb|.ppt|.pptx|.pps|.ppsx|.vsdx|.vsdm|.vssx|.vssm|.vtx|.vstm|.vdx|.vstx|.vsx|.one|.odt|.ott|.odp|.otp|.ods|.pdf|.xps|.txt|.csv|.epub + 上传您的文件,点击“合并”按钮。合并文件后,您将立即获得下载链接 + + 免费在线文档编辑 + GroupDocs.Redaction 应用程序 - 下载文件 + 您的文件已成功编辑,请检查您的电子邮件以下载文件 + GroupDocs.Redaction + 快速简便的编辑 + 上传您的文档,选择编辑类型,然后单击“编辑”按钮。编辑文件后,您将立即获得下载链接 + 从任何地方编辑 + 编辑质量 + 从任何地方在线编辑您的Word,PDF,幻灯片,Excel和其他文档格式 + 从任何地方编辑您的Word,PDF和Excel文档 + 编辑另一个文件 + 您的文件已成功编辑 + .doc|.docx|.dot|.dotx|.docm|.dotm‎|.rtf|.xls|.xlsx|.xlt|.xltx|.xlsm|.xltm|.csv|.ppt|.pptx|.pps|.ppsx|.potx|.pptm|.ppsm|.potm|.pdf + + 请输入电子邮件地址 + + 其他解析器文件格式 + 您还可以解析其他文件格式。请参阅下面的列表 + 其他合并文件格式 + 您还可以合并其他文件格式。请参阅下面的列表 + 其他修订文件格式 + 您还可以编辑其他文件格式。请参阅下面的列表 + 其他签名文件格式 + 您还可以签署其他文件格式。请参阅下面的列表 + + 其他Splitter文件格式 + 您还可以拆分其他文件格式。请参阅下面的列表 + 免费的在线文件拆分器 + GroupDocs.Splitter应用程序-下载文件 + 您的文件已成功拆分,请检查您的电子邮件以下载文件 + GroupDocs.Splitter + 快速简便的分配器 + 从任何地方拆分 + 分离器质量 + 随时随地在线拆分Word,PDF,幻灯片,Excel和其他文档格式 + 从任何地方拆分Word,PDF和Excel文档 + .doc|.docm|.docx|.dot|.dotx|.dotm|.rtf|.xls|.xlsx|.xlsm|.xlsb|.ppt|.pptx|.pps|.ppsx|.vsdx|.vsdm|.vssx|.vssm|.vtx|.vstm|.vdx|.vstx|.vsx|.one|.odt|.ott|.odp|.otp|.ods|.pdf|.xps|.txt|.csv|.epub + 上传您的文档,点击“拆分”按钮。文件拆分后,您将立即获得下载链接 + 您的文件已成功拆分 + 分割另一个档案 + + diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Start/BundleConfig.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Start/BundleConfig.cs new file mode 100644 index 0000000..637595f --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Start/BundleConfig.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.Optimization; +using System.Web.UI; + +namespace GroupDocs.Metadata.Live.Demos.UI +{ + public class BundleConfig + { + // For more information on Bundling, visit https://go.microsoft.com/fwlink/?LinkID=303951 + public static void RegisterBundles(BundleCollection bundles) + { + + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Start/RouteConfig.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Start/RouteConfig.cs new file mode 100644 index 0000000..05c4240 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/App_Start/RouteConfig.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Web; +using System.Web.Routing; +using Microsoft.AspNet.FriendlyUrls; + +namespace GroupDocs.Metadata.Live.Demos.UI +{ + public static class RouteConfig + { + public static void RegisterRoutes(RouteCollection routes) + { + var settings = new FriendlyUrlSettings(); + settings.AutoRedirectMode = RedirectMode.Permanent; + routes.EnableFriendlyUrls(settings); + } + } +} diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/ApplicationInsights.config b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/ApplicationInsights.config new file mode 100644 index 0000000..080c0c3 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/ApplicationInsights.config @@ -0,0 +1,139 @@ + + + + + + + + + + search|spider|crawl|Bot|Monitor|AlwaysOn + + + + + + + + + + + + + + + core.windows.net + core.chinacloudapi.cn + core.cloudapi.de + core.usgovcloudapi.net + + + Microsoft.Azure.EventHubs + Microsoft.Azure.ServiceBus + + + + + + + + + + + + + + + + + + + Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.RequestDataHttpHandler + System.Web.StaticFileHandler + System.Web.Handlers.AssemblyResourceLoader + System.Web.Optimization.BundleHandler + System.Web.Script.Services.ScriptHandlerFactory + System.Web.Handlers.TraceHandler + System.Web.Services.Discovery.DiscoveryRequestHandler + System.Web.HttpDebugHandler + + + + + + + + + + + + + 5 + Event + + + 5 + Event + + + + + + \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Bundle.config b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Bundle.config new file mode 100644 index 0000000..de5e842 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Bundle.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/AppSettings.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/AppSettings.cs new file mode 100644 index 0000000..d5b34e4 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/AppSettings.cs @@ -0,0 +1,41 @@ +using System; +using System.Data; +using System.Configuration; +using System.Web; +using System.IO; + +/// +/// Summary description for Configuration +/// +namespace GroupDocs.Metadata.Live.Demos.UI +{ + public static class AppSettings + { + private static string path = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase).Substring(6); // + "\\GroupDocs.Total.lic"; + + private static string _outputDirectory = path + ConfigurationManager.AppSettings["OutputDirectory"].ToString(); + private static string _workingDirectory = path + ConfigurationManager.AppSettings["WorkingDirectory"].ToString(); + private static string _storageDirectory = path + ConfigurationManager.AppSettings["StorageDirectory"].ToString(); + private static string _filesBaseDirectory = path + ConfigurationManager.AppSettings["FilesBaseDirectory"].ToString(); + + public static string OutputDirectory + { + get { return _outputDirectory; } + } + + public static string WorkingDirectory + { + get { return _workingDirectory; } + } + + public static string StorageDirectory + { + get { return _storageDirectory; } + } + + public static string FilesBaseDirectory + { + get { return _filesBaseDirectory.ToLower(); } + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BaseMasterPage.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BaseMasterPage.cs new file mode 100644 index 0000000..eb1536f --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BaseMasterPage.cs @@ -0,0 +1,46 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Web; +using System.Web.UI; + +namespace GroupDocs.Metadata.Live.Demos.UI.Config +{ + public class BaseMasterPage : MasterPage + { + private GroupDocsAppsContext _atContext; + + /// + /// Main context object to access all the SybContent specific context info + /// + public GroupDocsAppsContext GroupDocsAppsContext + { + get + { + if (_atContext == null) _atContext = new GroupDocsAppsContext(HttpContext.Current); + return _atContext; + } + } + + private Dictionary _resources; + + /// + /// key/value pair containing all the error messages defined in resources.xml file + /// + public Dictionary Resources + { + get + { + if (_resources == null) _resources = GroupDocsAppsContext.Resources; + return _resources; + } + } + + protected override void OnLoad(EventArgs e) + { + // Sync the central context store with the first loaded context for this page + GroupDocsAppsContext.atcc = GroupDocsAppsContext; + base.OnLoad(e); + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BasePage.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BasePage.cs new file mode 100644 index 0000000..d0cc0f5 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BasePage.cs @@ -0,0 +1,61 @@ +using System; +using System.Data; +using System.Web; +using GroupDocs.Metadata.Live.Demos.UI.Config; + +namespace GroupDocs.Metadata.Live.Demos.UI.Config +{ + public class BasePage : BaseRootPage + { + protected override void OnPreInit(EventArgs e) + { + + base.OnPreInit(e); + } + + protected override void OnLoad(EventArgs e) + { + if (!Page.IsPostBack) + { + if (String.IsNullOrEmpty(Page.Title)) + { + if (Resources != null) + { + Page.Title = Resources["ApplicationTitle"]; + } + } + } + base.OnLoad(e); + } + + protected string GetAsposeUnlockProduct(string fileName) + { + string asposeProduct = null; + + string ext = System.IO.Path.GetExtension(fileName).ToLower(); + + if (ext == ".pdf") + { + asposeProduct = "PDF"; + } + else if (ext == ".one") + { + asposeProduct = "Note"; + } + else if (".doc .docx .dot .dotx .odt .ott".Contains(ext)) + { + asposeProduct = "Words"; + } + else if (".xls .xlsx .xlsm .xlsb .ods".Contains(ext)) + { + asposeProduct = "Cells"; + } + else if (".ppt .pptx .odp".Contains(ext)) + { + asposeProduct = "Slides"; + } + + return asposeProduct; + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BaseRootPage.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BaseRootPage.cs new file mode 100644 index 0000000..cae5078 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BaseRootPage.cs @@ -0,0 +1,81 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Web; +using System.Web.UI; + +namespace GroupDocs.Metadata.Live.Demos.UI.Config +{ + /// + /// The base page for all the other base page types, initializes access to the provider libraries and context + /// + public class BaseRootPage : Page + { + private GroupDocsAppsContext _atcContext; + + private static string _url; + + public static string URL + { + get { return _url; } + set { _url = "~/Default.aspx"; } + } + /// + /// Main context object to access all the dcContent specific context info + /// + public GroupDocsAppsContext GroupDocsAppsContext + { + get + { + if (_atcContext == null) _atcContext = new GroupDocsAppsContext(HttpContext.Current); + return _atcContext; + } + } + + private Dictionary _resources; + + /// + /// key/value pair containing all the error messages defined in resources.xml file + /// + public Dictionary Resources + { + get + { + if (_resources == null) _resources = GroupDocsAppsContext.Resources; + return _resources; + } + } + protected override void OnInit(EventArgs e) + { + // Initialize our base class (System.Web,UI.Page) + base.OnInit(e); + // Check to see if the Session is null (doesnt exist) + if (GroupDocsAppsContext.Session != null) + { + // Check the IsNewSession value, this will tell us if the session has been reset. + // IsNewSession will also let us know if the users session has timed out + if (Session.IsNewSession) + { + // Now we know it's a new session, so we check to see if a cookie is present + string cookie = Request.Headers["Cookie"]; + // Now we determine if there is a cookie does it contains what we're looking for + if ((null != cookie) && (cookie.IndexOf("ASP.NET_SessionId") >= 0)) + { + //since it's a new session but a ASP.Net cookie exist we know + //the session has expired so we need to redirect them + //if ((Request.RawUrl.ToString().IndexOf("Index.aspx") < 0) && (Request.RawUrl.ToString().IndexOf("User.aspx") < 0)) + //{ + // Response.Redirect("~/Default.aspx"); + //} + } + } + } + } + protected override void OnLoad(EventArgs e) + { + // Sync the central context store with the first loaded context for this page + GroupDocsAppsContext.atcc = GroupDocsAppsContext; + base.OnLoad(e); + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BaseUserControl.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BaseUserControl.cs new file mode 100644 index 0000000..3b358eb --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/BaseUserControl.cs @@ -0,0 +1,45 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Web; +using System.Web.UI; + +namespace GroupDocs.Metadata.Live.Demos.UI.Config +{ + public class BaseUserControl : UserControl + { + private GroupDocsAppsContext _atcContext; + + /// + /// Main context object to access all the dcContent specific context info + /// + public GroupDocsAppsContext GroupDocsAppsContext + { + get + { + if (_atcContext == null) _atcContext = new GroupDocsAppsContext(HttpContext.Current); + return _atcContext; + } + } + + private Dictionary _resources; + + /// + /// key/value pair containing all the error messages defined in resources.xml file + /// + public Dictionary Resources + { + get + { + if (_resources == null) _resources = GroupDocsAppsContext.Resources; + return _resources; + } + } + + protected override void OnLoad(EventArgs e) + { + + GroupDocsAppsContext.atcc = GroupDocsAppsContext; + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/Configuration.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/Configuration.cs new file mode 100644 index 0000000..ba5c0de --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/Configuration.cs @@ -0,0 +1,85 @@ +using System; +using System.Data; +using System.Configuration; +using System.Web; +using System.IO; + +/// +/// Summary description for Configuration +/// +namespace GroupDocs.Metadata.Live.Demos.UI.Config +{ + public static class Configuration + { + private static string path = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase).Substring(6); // + "\\GroupDocs.Total.lic"; + + private static string _assetPath = path + ConfigurationManager.AppSettings["ASSETPATH"].ToString(); + private static string _appName = ConfigurationManager.AppSettings["AppName"].ToString(); + private static string _GroupDocsAppsAPIBasePath = ConfigurationManager.AppSettings["GroupDocsToolAPIBasePath"].ToString(); + private static int _smtpPort = int.Parse(ConfigurationManager.AppSettings["MailServerPort"].ToString()); + private static string _smtpServer = ConfigurationManager.AppSettings["MailServer"]; + private static string _fromEmailAddress = ConfigurationManager.AppSettings["FromAddress"]; + private static string _mailServerUserId = ConfigurationManager.AppSettings["MailServerUserId"]; + private static string _mailServerUserPassword = ConfigurationManager.AppSettings["MailServerPassword"]; + private static int _mailServerTimeOut = int.Parse(ConfigurationManager.AppSettings["SmtpTimeOut"].ToString()); + private static string _fileDownloadLink = ConfigurationManager.AppSettings["FileDownloadLink"]; + private static string _productsGroupDocsAppsURL = ConfigurationManager.AppSettings["ProductsGroupDocsAppsURL"]; + private static string _fileViewLink = ConfigurationManager.AppSettings["FileViewLink"]; + private static int _threadAbortSeconds = int.Parse(ConfigurationManager.AppSettings["ThreadAbortSeconds"].ToString()); + + public static string ProductsGroupDocsAppsURL + { + get { return _productsGroupDocsAppsURL; } + } + public static string FileDownloadLink + { + get { return _fileDownloadLink; } + set { _fileDownloadLink = value; } + } + public static int MailServerTimeOut + { + get { return _mailServerTimeOut; } + } + public static string AssetPath + { + get { return _assetPath; } + } + public static string AppName + { + get { return _appName; } + } + public static string GroupDocsAppsAPIBasePath + { + get { return _GroupDocsAppsAPIBasePath; } + set { _GroupDocsAppsAPIBasePath = value; } + } + public static int MailServerPort + { + get { return _smtpPort; } + } + public static string MailServer + { + get { return _smtpServer; } + } + public static string FromEmailAddress + { + get { return _fromEmailAddress; } + } + public static string MailServerUserId + { + get { return _mailServerUserId; } + } + public static string MailServerUserPassword + { + get { return _mailServerUserPassword; } + } + public static string FileViewLink + { + get { return _fileViewLink; } + } + public static int ThreadAbortSeconds + { + get { return _threadAbortSeconds; } + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/Context.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/Context.cs new file mode 100644 index 0000000..89d334c --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/Context.cs @@ -0,0 +1,93 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Web; +using System.Web.Security; +using System.Web.Caching; +using System.Collections; +using System.Threading; + +namespace GroupDocs.Metadata.Live.Demos.UI.Config +{ + /// + /// Base class for all context objects used in active application + /// + public abstract class Context + { + private HttpContext _context; + + /// + /// Creates a customized context extending specified http context hc + /// + /// + public Context(HttpContext hc) + { + _context = hc; + + //if (_context.applicationa != null) + //{ + // _host = _context.Request.Url.Host.ToLower(); + //} + //else + } + + /// + /// simple cache wrapper + /// + public Cache Cache + { + get { return _context.Cache; } + } + /// + /// simple session wrapper + /// + public System.Web.SessionState.HttpSessionState Session + { + get { return _context.Session; } + } + /// + /// Stores the specified key value pair in the cache indefinitely, removed only on application reset or explicit removal + /// + /// + /// + public void PermanentAddtoCache(string key, object value) + { + _context.Cache.Insert(key, value, null, Cache.NoAbsoluteExpiration, Cache.NoSlidingExpiration, CacheItemPriority.NotRemovable, null); + } + + /// + /// key/value based storage for all the error messages picked up from resources.xml file + /// + protected Dictionary Resources + { + get + { + string sessionID = "GroupDocsApps" + _context.Request.Url.Host.Trim().Replace(".", ""); + return (Dictionary)Cache["R" + sessionID]; + } + } + /// + /// Simple cookie wrapper + /// + public HttpCookieCollection Cookies + { + get { return _context.Request.Cookies; } + } + + /// + /// Checks if the session is valid i.e. not expired + /// + protected bool IsValid + { + get { return _context.Session != null; } + } + + /// + /// Simple Application wrapper + /// + private HttpApplicationState Application + { + get { return _context.Application; } + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/EmailManager.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/EmailManager.cs new file mode 100644 index 0000000..4e10c83 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/EmailManager.cs @@ -0,0 +1,139 @@ +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; +using System.Timers; +using System.Collections.Generic; +using System.Net.Mail; +using System.Net; +using System.IO; + +namespace GroupDocs.Metadata.Live.Demos.UI.Config +{ + /// + /// ///////////////This class is for managing sending emails process to users in case they forget thier Username or Password + /// + public class EmailManager + { + public EmailManager() + { + // + // TODO: Add constructor logic here + // + } + public static bool SendEmail(string toEmailAddress, string fromEmailAddress, string subject, string body, string CC) + { + SmtpClient smtp = new SmtpClient(); + MailMessage message = new MailMessage(); + try + { + message.To.Add(toEmailAddress); + message.From = new MailAddress(fromEmailAddress); + if(CC != "") + { + message.CC.Add(CC); + } + message.Subject = subject; + message.Body = body; + message.IsBodyHtml = true; + smtp.UseDefaultCredentials = false; + smtp.Host = Configuration.MailServer; + smtp.Port = Configuration.MailServerPort; + smtp.Timeout = Configuration.MailServerTimeOut; + + smtp.EnableSsl = true; + + smtp.Credentials = new NetworkCredential(Configuration.MailServerUserId, Configuration.MailServerUserPassword); + if (message.To.Count > 0) + { + smtp.Send(message); + } + + } + finally + { + message.Dispose(); + } + + return true; + } + public static bool SendEmailWithAttachment(string toEmailAddress, string fromEmailAddress, string subject, string body, string CC, string Certificates) + { + SmtpClient smtp = new SmtpClient(); + MailMessage message = new MailMessage(); + try + { + message.To.Add(toEmailAddress); + message.From = new MailAddress(fromEmailAddress); + if (CC != "") + { + message.CC.Add(CC); + } + message.Subject = subject; + message.Body = body; + message.IsBodyHtml = true; + smtp.UseDefaultCredentials = false; + smtp.Host = Configuration.MailServer; + smtp.Port = Configuration.MailServerPort; + smtp.Timeout = Configuration.MailServerTimeOut; + smtp.EnableSsl = true; + + if (Certificates != "") + { + message.Attachments.Add(new Attachment(Certificates)); + } + + smtp.Credentials = new NetworkCredential(Configuration.MailServerUserId, Configuration.MailServerUserPassword); + if (message.To.Count > 0) + { + smtp.Send(message); + } + + } + finally + { + message.Dispose(); + } + return true; + } + + public static string PopulateBody(string userName, string title, string url, string description, string featureDescription, string successMessage) + { + string body = string.Empty; + using (StreamReader reader = new StreamReader(HttpContext.Current.Server.MapPath("~/App_Data/EmailTemplate.html"))) + { + body = reader.ReadToEnd(); + } + body = body.Replace("{UserName}", userName); + body = body.Replace("{Title}", title); + body = body.Replace("{Url}", url); + body = body.Replace("{Description}", description); + body = body.Replace("{FeatureDescription}", featureDescription); + body = body.Replace("{SuccessMessage}", successMessage); + return body; + } + + public static string PopulateEmailBody(string heading, string url, string successMessage) + { + string body = string.Empty; + using (StreamReader reader = new StreamReader(HttpContext.Current.Server.MapPath("~/App_Data/TemplateEmail.html"))) + { + body = reader.ReadToEnd(); + } + body = body.Replace("{Heading}", heading); + body = body.Replace("{Url}", url); + body = body.Replace("{SuccessMessage}", successMessage); + body = body.Replace("{Year}", DateTime.Now.Year.ToString()); + + return body; + } + + } + +} diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/GlobalAppHelper.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/GlobalAppHelper.cs new file mode 100644 index 0000000..6a14859 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/GlobalAppHelper.cs @@ -0,0 +1,71 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Web; +using System.Xml; +using System.Web.Caching; +using System.IO; + +namespace GroupDocs.Metadata.Live.Demos.UI.Config +{ + /// + /// Acts as a helper class for the website's global.asax file + /// + public class GlobalAppHelper + { + public GlobalAppHelper(HttpContext hc, HttpApplicationState appState, string SessionID, string language) + { + //if (GroupDocsAppsContext.Current == null) + GroupDocsAppsContext.atcc = new GroupDocsAppsContext(hc); // sync the context + + string ResourcesFile = hc.Server.MapPath("~/App_Data/resources_EN" + ".xml"); // reference all the extra info and resources files + if (language.Trim() != "") + { + string filPath = hc.Server.MapPath("~/App_Data/resources_" + language + ".xml"); + if (File.Exists(filPath)) + { + ResourcesFile = filPath; + } + } + + // Load info from all these files into the cache + initResources(ResourcesFile, SessionID); + } + /// + /// Reads/parses the resources file and loads them into the cache in form of a dictionary + /// + /// + private void initResources(string ResourcesFile, string SessionID) + { + SessionID = "R" + SessionID; + if (GroupDocsAppsContext.Current.Cache[SessionID] == null) + { + // Added to solve the file not found problem, the wait is one time only when the application initializes or associated files are modified + //System.Threading.Thread.Sleep(500); + Dictionary resources = new Dictionary(); + XmlDocument xd = new XmlDocument(); + // TextWriter tr = (TextWriter)File.CreateText("F:\\assets\\my.log");tr.WriteLine(ResourcesFile); + // tr.WriteLine(File.Exists(ResourcesFile)); tr.Close(); + if (ResourcesFile.Trim() != "") + { + xd.Load(ResourcesFile); + } + XmlNodeList xl = xd.SelectNodes("resources/res"); // use xpath to reach the res tag within resources + foreach (XmlNode n in xl) // read the name attribute for key name and values from in between the tags + resources.Add(n.Attributes["name"].Value, n.InnerText); + + // Add this dictionary into the cache with no expiration and associate a reload method in case of file change + + //GroupDocsAppsContext.Current.Cache.Remove(SessionID); + GroupDocsAppsContext.Current.Cache.Add( + SessionID, + resources, + new CacheDependency(ResourcesFile), + Cache.NoAbsoluteExpiration, + Cache.NoSlidingExpiration, + CacheItemPriority.NotRemovable, + delegate (string key, object value, CacheItemRemovedReason reason) { initResources(ResourcesFile, SessionID); }); + } + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/GroupDocsToolsContext.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/GroupDocsToolsContext.cs new file mode 100644 index 0000000..b1414f7 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Config/GroupDocsToolsContext.cs @@ -0,0 +1,36 @@ +using System; +using System.Web; +using System.Text; +using System.Collections.Generic; +using System.Threading; + +namespace GroupDocs.Metadata.Live.Demos.UI.Config +{ + /// + /// Wrapper class for Words GroupDocs Apps context access to Pages and controls + /// + public class GroupDocsAppsContext : Context + { + /// + /// The context data is directly picked up from the Application Thread's data slots, this is required to share the context between + /// independent threads working for this application, e.g. AsyncHttpRequestHandlers and other assemblies as well, this will also + /// eliminate the need for extra copies and object cloning b/w assemblies + /// + /// + internal GroupDocsAppsContext(HttpContext hc) : base(hc) { Thread.SetData(Thread.GetNamedDataSlot("GroupDocsApps" + hc.Request.Url.Host.Trim().Replace(".", "") + "ContextSlot"), hc); } + private static GroupDocsAppsContext atc; + /// + /// Use for internal syncing of the context + /// + internal static GroupDocsAppsContext atcc { set { atc = value; } } + internal static GroupDocsAppsContext Current + { + get { return atc; } + } + + internal new Dictionary Resources + { + get { return base.Resources; } + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/Site.css b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/Site.css new file mode 100644 index 0000000..a9f8615 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/Site.css @@ -0,0 +1,31 @@ +/* Move down content because we have a fixed navbar that is 50px tall */ +body { + padding-top: 50px; + padding-bottom: 20px; +} + +/* Wrapping element */ +/* Set some basic padding to keep content from hitting the edges */ +.body-content { + padding-left: 15px; + padding-right: 15px; +} + +/* Set widths on the form inputs since otherwise they're 100% wide */ +input, +select, +textarea { + max-width: 280px; +} + + +/* Responsive: Portrait tablets and up */ +@media screen and (min-width: 768px) { + .jumbotron { + margin-top: 20px; + } + + .body-content { + padding: 0; + } +} diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.css b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.css new file mode 100644 index 0000000..68b84f8 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.css @@ -0,0 +1,3719 @@ +/*! + * Bootstrap Grid v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +html { + box-sizing: border-box; + -ms-overflow-style: scrollbar; +} + +*, +*::before, +*::after { + box-sizing: inherit; +} + +.container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .container { + max-width: 540px; + } +} + +@media (min-width: 768px) { + .container { + max-width: 720px; + } +} + +@media (min-width: 992px) { + .container { + max-width: 960px; + } +} + +@media (min-width: 1200px) { + .container { + max-width: 1140px; + } +} + +.container-fluid { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +.row { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} + +.no-gutters { + margin-right: 0; + margin-left: 0; +} + +.no-gutters > .col, +.no-gutters > [class*="col-"] { + padding-right: 0; + padding-left: 0; +} + +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, +.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, +.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, +.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, +.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, +.col-xl-auto { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px; +} + +.col { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; +} + +.col-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; +} + +.col-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; +} + +.col-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; +} + +.col-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; +} + +.col-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; +} + +.col-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; +} + +.col-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; +} + +.col-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; +} + +.col-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; +} + +.col-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; +} + +.col-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; +} + +.col-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; +} + +.col-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; +} + +.order-first { + -ms-flex-order: -1; + order: -1; +} + +.order-last { + -ms-flex-order: 13; + order: 13; +} + +.order-0 { + -ms-flex-order: 0; + order: 0; +} + +.order-1 { + -ms-flex-order: 1; + order: 1; +} + +.order-2 { + -ms-flex-order: 2; + order: 2; +} + +.order-3 { + -ms-flex-order: 3; + order: 3; +} + +.order-4 { + -ms-flex-order: 4; + order: 4; +} + +.order-5 { + -ms-flex-order: 5; + order: 5; +} + +.order-6 { + -ms-flex-order: 6; + order: 6; +} + +.order-7 { + -ms-flex-order: 7; + order: 7; +} + +.order-8 { + -ms-flex-order: 8; + order: 8; +} + +.order-9 { + -ms-flex-order: 9; + order: 9; +} + +.order-10 { + -ms-flex-order: 10; + order: 10; +} + +.order-11 { + -ms-flex-order: 11; + order: 11; +} + +.order-12 { + -ms-flex-order: 12; + order: 12; +} + +.offset-1 { + margin-left: 8.333333%; +} + +.offset-2 { + margin-left: 16.666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.333333%; +} + +.offset-5 { + margin-left: 41.666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.333333%; +} + +.offset-8 { + margin-left: 66.666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.333333%; +} + +.offset-11 { + margin-left: 91.666667%; +} + +@media (min-width: 576px) { + .col-sm { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-sm-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-sm-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-sm-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-sm-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-sm-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-sm-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-sm-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-sm-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-sm-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-sm-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-sm-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-sm-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-sm-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-sm-first { + -ms-flex-order: -1; + order: -1; + } + .order-sm-last { + -ms-flex-order: 13; + order: 13; + } + .order-sm-0 { + -ms-flex-order: 0; + order: 0; + } + .order-sm-1 { + -ms-flex-order: 1; + order: 1; + } + .order-sm-2 { + -ms-flex-order: 2; + order: 2; + } + .order-sm-3 { + -ms-flex-order: 3; + order: 3; + } + .order-sm-4 { + -ms-flex-order: 4; + order: 4; + } + .order-sm-5 { + -ms-flex-order: 5; + order: 5; + } + .order-sm-6 { + -ms-flex-order: 6; + order: 6; + } + .order-sm-7 { + -ms-flex-order: 7; + order: 7; + } + .order-sm-8 { + -ms-flex-order: 8; + order: 8; + } + .order-sm-9 { + -ms-flex-order: 9; + order: 9; + } + .order-sm-10 { + -ms-flex-order: 10; + order: 10; + } + .order-sm-11 { + -ms-flex-order: 11; + order: 11; + } + .order-sm-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.333333%; + } + .offset-sm-2 { + margin-left: 16.666667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.333333%; + } + .offset-sm-5 { + margin-left: 41.666667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.333333%; + } + .offset-sm-8 { + margin-left: 66.666667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.333333%; + } + .offset-sm-11 { + margin-left: 91.666667%; + } +} + +@media (min-width: 768px) { + .col-md { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-md-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-md-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-md-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-md-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-md-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-md-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-md-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-md-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-md-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-md-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-md-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-md-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-md-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-md-first { + -ms-flex-order: -1; + order: -1; + } + .order-md-last { + -ms-flex-order: 13; + order: 13; + } + .order-md-0 { + -ms-flex-order: 0; + order: 0; + } + .order-md-1 { + -ms-flex-order: 1; + order: 1; + } + .order-md-2 { + -ms-flex-order: 2; + order: 2; + } + .order-md-3 { + -ms-flex-order: 3; + order: 3; + } + .order-md-4 { + -ms-flex-order: 4; + order: 4; + } + .order-md-5 { + -ms-flex-order: 5; + order: 5; + } + .order-md-6 { + -ms-flex-order: 6; + order: 6; + } + .order-md-7 { + -ms-flex-order: 7; + order: 7; + } + .order-md-8 { + -ms-flex-order: 8; + order: 8; + } + .order-md-9 { + -ms-flex-order: 9; + order: 9; + } + .order-md-10 { + -ms-flex-order: 10; + order: 10; + } + .order-md-11 { + -ms-flex-order: 11; + order: 11; + } + .order-md-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-md-0 { + margin-left: 0; + } + .offset-md-1 { + margin-left: 8.333333%; + } + .offset-md-2 { + margin-left: 16.666667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.333333%; + } + .offset-md-5 { + margin-left: 41.666667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.333333%; + } + .offset-md-8 { + margin-left: 66.666667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.333333%; + } + .offset-md-11 { + margin-left: 91.666667%; + } +} + +@media (min-width: 992px) { + .col-lg { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-lg-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-lg-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-lg-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-lg-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-lg-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-lg-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-lg-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-lg-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-lg-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-lg-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-lg-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-lg-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-lg-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-lg-first { + -ms-flex-order: -1; + order: -1; + } + .order-lg-last { + -ms-flex-order: 13; + order: 13; + } + .order-lg-0 { + -ms-flex-order: 0; + order: 0; + } + .order-lg-1 { + -ms-flex-order: 1; + order: 1; + } + .order-lg-2 { + -ms-flex-order: 2; + order: 2; + } + .order-lg-3 { + -ms-flex-order: 3; + order: 3; + } + .order-lg-4 { + -ms-flex-order: 4; + order: 4; + } + .order-lg-5 { + -ms-flex-order: 5; + order: 5; + } + .order-lg-6 { + -ms-flex-order: 6; + order: 6; + } + .order-lg-7 { + -ms-flex-order: 7; + order: 7; + } + .order-lg-8 { + -ms-flex-order: 8; + order: 8; + } + .order-lg-9 { + -ms-flex-order: 9; + order: 9; + } + .order-lg-10 { + -ms-flex-order: 10; + order: 10; + } + .order-lg-11 { + -ms-flex-order: 11; + order: 11; + } + .order-lg-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.333333%; + } + .offset-lg-2 { + margin-left: 16.666667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.333333%; + } + .offset-lg-5 { + margin-left: 41.666667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.333333%; + } + .offset-lg-8 { + margin-left: 66.666667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.333333%; + } + .offset-lg-11 { + margin-left: 91.666667%; + } +} + +@media (min-width: 1200px) { + .col-xl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-xl-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-xl-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-xl-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-xl-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-xl-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-xl-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-xl-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-xl-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-xl-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-xl-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-xl-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-xl-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-xl-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-xl-first { + -ms-flex-order: -1; + order: -1; + } + .order-xl-last { + -ms-flex-order: 13; + order: 13; + } + .order-xl-0 { + -ms-flex-order: 0; + order: 0; + } + .order-xl-1 { + -ms-flex-order: 1; + order: 1; + } + .order-xl-2 { + -ms-flex-order: 2; + order: 2; + } + .order-xl-3 { + -ms-flex-order: 3; + order: 3; + } + .order-xl-4 { + -ms-flex-order: 4; + order: 4; + } + .order-xl-5 { + -ms-flex-order: 5; + order: 5; + } + .order-xl-6 { + -ms-flex-order: 6; + order: 6; + } + .order-xl-7 { + -ms-flex-order: 7; + order: 7; + } + .order-xl-8 { + -ms-flex-order: 8; + order: 8; + } + .order-xl-9 { + -ms-flex-order: 9; + order: 9; + } + .order-xl-10 { + -ms-flex-order: 10; + order: 10; + } + .order-xl-11 { + -ms-flex-order: 11; + order: 11; + } + .order-xl-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-xl-0 { + margin-left: 0; + } + .offset-xl-1 { + margin-left: 8.333333%; + } + .offset-xl-2 { + margin-left: 16.666667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.333333%; + } + .offset-xl-5 { + margin-left: 41.666667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.333333%; + } + .offset-xl-8 { + margin-left: 66.666667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.333333%; + } + .offset-xl-11 { + margin-left: 91.666667%; + } +} + +.d-none { + display: none !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +.d-block { + display: block !important; +} + +.d-table { + display: table !important; +} + +.d-table-row { + display: table-row !important; +} + +.d-table-cell { + display: table-cell !important; +} + +.d-flex { + display: -ms-flexbox !important; + display: flex !important; +} + +.d-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; +} + +@media (min-width: 576px) { + .d-sm-none { + display: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !important; + } + .d-sm-table { + display: table !important; + } + .d-sm-table-row { + display: table-row !important; + } + .d-sm-table-cell { + display: table-cell !important; + } + .d-sm-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-sm-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 768px) { + .d-md-none { + display: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-md-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 992px) { + .d-lg-none { + display: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-lg-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 1200px) { + .d-xl-none { + display: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-xl-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media print { + .d-print-none { + display: none !important; + } + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-print-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +.flex-row { + -ms-flex-direction: row !important; + flex-direction: row !important; +} + +.flex-column { + -ms-flex-direction: column !important; + flex-direction: column !important; +} + +.flex-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; +} + +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; +} + +.flex-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; +} + +.flex-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; +} + +.flex-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; +} + +.flex-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; +} + +.flex-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; +} + +.justify-content-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; +} + +.justify-content-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; +} + +.justify-content-center { + -ms-flex-pack: center !important; + justify-content: center !important; +} + +.justify-content-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; +} + +.justify-content-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; +} + +.align-items-start { + -ms-flex-align: start !important; + align-items: flex-start !important; +} + +.align-items-end { + -ms-flex-align: end !important; + align-items: flex-end !important; +} + +.align-items-center { + -ms-flex-align: center !important; + align-items: center !important; +} + +.align-items-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; +} + +.align-items-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; +} + +.align-content-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; +} + +.align-content-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; +} + +.align-content-center { + -ms-flex-line-pack: center !important; + align-content: center !important; +} + +.align-content-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; +} + +.align-content-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; +} + +.align-content-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; +} + +.align-self-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; +} + +.align-self-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; +} + +.align-self-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; +} + +.align-self-center { + -ms-flex-item-align: center !important; + align-self: center !important; +} + +.align-self-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; +} + +.align-self-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; +} + +@media (min-width: 576px) { + .flex-sm-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-sm-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-sm-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-sm-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-sm-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-sm-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-sm-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-sm-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-sm-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-sm-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-sm-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-sm-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-sm-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-sm-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-sm-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-sm-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-sm-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-sm-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-sm-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-sm-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-sm-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-sm-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-sm-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-sm-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-sm-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-sm-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-sm-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-sm-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-sm-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-sm-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 768px) { + .flex-md-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-md-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-md-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-md-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-md-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-md-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-md-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-md-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-md-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-md-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-md-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-md-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-md-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-md-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-md-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-md-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-md-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-md-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-md-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-md-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-md-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-md-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-md-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-md-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-md-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-md-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-md-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-md-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-md-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-md-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 992px) { + .flex-lg-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-lg-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-lg-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-lg-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-lg-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-lg-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-lg-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-lg-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-lg-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-lg-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-lg-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-lg-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-lg-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-lg-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-lg-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-lg-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-lg-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-lg-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-lg-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-lg-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-lg-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-lg-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-lg-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-lg-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-lg-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-lg-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-lg-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-lg-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 1200px) { + .flex-xl-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-xl-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-xl-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-xl-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-xl-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-xl-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-xl-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-xl-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-xl-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-xl-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-xl-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-xl-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-xl-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-xl-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-xl-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-xl-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-xl-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-xl-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-xl-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-xl-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-xl-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-xl-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-xl-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-xl-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-xl-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-xl-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-xl-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-xl-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +.m-0 { + margin: 0 !important; +} + +.mt-0, +.my-0 { + margin-top: 0 !important; +} + +.mr-0, +.mx-0 { + margin-right: 0 !important; +} + +.mb-0, +.my-0 { + margin-bottom: 0 !important; +} + +.ml-0, +.mx-0 { + margin-left: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.mt-1, +.my-1 { + margin-top: 0.25rem !important; +} + +.mr-1, +.mx-1 { + margin-right: 0.25rem !important; +} + +.mb-1, +.my-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1, +.mx-1 { + margin-left: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2, +.my-2 { + margin-top: 0.5rem !important; +} + +.mr-2, +.mx-2 { + margin-right: 0.5rem !important; +} + +.mb-2, +.my-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2, +.mx-2 { + margin-left: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.mt-3, +.my-3 { + margin-top: 1rem !important; +} + +.mr-3, +.mx-3 { + margin-right: 1rem !important; +} + +.mb-3, +.my-3 { + margin-bottom: 1rem !important; +} + +.ml-3, +.mx-3 { + margin-left: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.mt-4, +.my-4 { + margin-top: 1.5rem !important; +} + +.mr-4, +.mx-4 { + margin-right: 1.5rem !important; +} + +.mb-4, +.my-4 { + margin-bottom: 1.5rem !important; +} + +.ml-4, +.mx-4 { + margin-left: 1.5rem !important; +} + +.m-5 { + margin: 3rem !important; +} + +.mt-5, +.my-5 { + margin-top: 3rem !important; +} + +.mr-5, +.mx-5 { + margin-right: 3rem !important; +} + +.mb-5, +.my-5 { + margin-bottom: 3rem !important; +} + +.ml-5, +.mx-5 { + margin-left: 3rem !important; +} + +.p-0 { + padding: 0 !important; +} + +.pt-0, +.py-0 { + padding-top: 0 !important; +} + +.pr-0, +.px-0 { + padding-right: 0 !important; +} + +.pb-0, +.py-0 { + padding-bottom: 0 !important; +} + +.pl-0, +.px-0 { + padding-left: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.pt-1, +.py-1 { + padding-top: 0.25rem !important; +} + +.pr-1, +.px-1 { + padding-right: 0.25rem !important; +} + +.pb-1, +.py-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1, +.px-1 { + padding-left: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2, +.py-2 { + padding-top: 0.5rem !important; +} + +.pr-2, +.px-2 { + padding-right: 0.5rem !important; +} + +.pb-2, +.py-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2, +.px-2 { + padding-left: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.pt-3, +.py-3 { + padding-top: 1rem !important; +} + +.pr-3, +.px-3 { + padding-right: 1rem !important; +} + +.pb-3, +.py-3 { + padding-bottom: 1rem !important; +} + +.pl-3, +.px-3 { + padding-left: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.pt-4, +.py-4 { + padding-top: 1.5rem !important; +} + +.pr-4, +.px-4 { + padding-right: 1.5rem !important; +} + +.pb-4, +.py-4 { + padding-bottom: 1.5rem !important; +} + +.pl-4, +.px-4 { + padding-left: 1.5rem !important; +} + +.p-5 { + padding: 3rem !important; +} + +.pt-5, +.py-5 { + padding-top: 3rem !important; +} + +.pr-5, +.px-5 { + padding-right: 3rem !important; +} + +.pb-5, +.py-5 { + padding-bottom: 3rem !important; +} + +.pl-5, +.px-5 { + padding-left: 3rem !important; +} + +.m-n1 { + margin: -0.25rem !important; +} + +.mt-n1, +.my-n1 { + margin-top: -0.25rem !important; +} + +.mr-n1, +.mx-n1 { + margin-right: -0.25rem !important; +} + +.mb-n1, +.my-n1 { + margin-bottom: -0.25rem !important; +} + +.ml-n1, +.mx-n1 { + margin-left: -0.25rem !important; +} + +.m-n2 { + margin: -0.5rem !important; +} + +.mt-n2, +.my-n2 { + margin-top: -0.5rem !important; +} + +.mr-n2, +.mx-n2 { + margin-right: -0.5rem !important; +} + +.mb-n2, +.my-n2 { + margin-bottom: -0.5rem !important; +} + +.ml-n2, +.mx-n2 { + margin-left: -0.5rem !important; +} + +.m-n3 { + margin: -1rem !important; +} + +.mt-n3, +.my-n3 { + margin-top: -1rem !important; +} + +.mr-n3, +.mx-n3 { + margin-right: -1rem !important; +} + +.mb-n3, +.my-n3 { + margin-bottom: -1rem !important; +} + +.ml-n3, +.mx-n3 { + margin-left: -1rem !important; +} + +.m-n4 { + margin: -1.5rem !important; +} + +.mt-n4, +.my-n4 { + margin-top: -1.5rem !important; +} + +.mr-n4, +.mx-n4 { + margin-right: -1.5rem !important; +} + +.mb-n4, +.my-n4 { + margin-bottom: -1.5rem !important; +} + +.ml-n4, +.mx-n4 { + margin-left: -1.5rem !important; +} + +.m-n5 { + margin: -3rem !important; +} + +.mt-n5, +.my-n5 { + margin-top: -3rem !important; +} + +.mr-n5, +.mx-n5 { + margin-right: -3rem !important; +} + +.mb-n5, +.my-n5 { + margin-bottom: -3rem !important; +} + +.ml-n5, +.mx-n5 { + margin-left: -3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-auto, +.my-auto { + margin-top: auto !important; +} + +.mr-auto, +.mx-auto { + margin-right: auto !important; +} + +.mb-auto, +.my-auto { + margin-bottom: auto !important; +} + +.ml-auto, +.mx-auto { + margin-left: auto !important; +} + +@media (min-width: 576px) { + .m-sm-0 { + margin: 0 !important; + } + .mt-sm-0, + .my-sm-0 { + margin-top: 0 !important; + } + .mr-sm-0, + .mx-sm-0 { + margin-right: 0 !important; + } + .mb-sm-0, + .my-sm-0 { + margin-bottom: 0 !important; + } + .ml-sm-0, + .mx-sm-0 { + margin-left: 0 !important; + } + .m-sm-1 { + margin: 0.25rem !important; + } + .mt-sm-1, + .my-sm-1 { + margin-top: 0.25rem !important; + } + .mr-sm-1, + .mx-sm-1 { + margin-right: 0.25rem !important; + } + .mb-sm-1, + .my-sm-1 { + margin-bottom: 0.25rem !important; + } + .ml-sm-1, + .mx-sm-1 { + margin-left: 0.25rem !important; + } + .m-sm-2 { + margin: 0.5rem !important; + } + .mt-sm-2, + .my-sm-2 { + margin-top: 0.5rem !important; + } + .mr-sm-2, + .mx-sm-2 { + margin-right: 0.5rem !important; + } + .mb-sm-2, + .my-sm-2 { + margin-bottom: 0.5rem !important; + } + .ml-sm-2, + .mx-sm-2 { + margin-left: 0.5rem !important; + } + .m-sm-3 { + margin: 1rem !important; + } + .mt-sm-3, + .my-sm-3 { + margin-top: 1rem !important; + } + .mr-sm-3, + .mx-sm-3 { + margin-right: 1rem !important; + } + .mb-sm-3, + .my-sm-3 { + margin-bottom: 1rem !important; + } + .ml-sm-3, + .mx-sm-3 { + margin-left: 1rem !important; + } + .m-sm-4 { + margin: 1.5rem !important; + } + .mt-sm-4, + .my-sm-4 { + margin-top: 1.5rem !important; + } + .mr-sm-4, + .mx-sm-4 { + margin-right: 1.5rem !important; + } + .mb-sm-4, + .my-sm-4 { + margin-bottom: 1.5rem !important; + } + .ml-sm-4, + .mx-sm-4 { + margin-left: 1.5rem !important; + } + .m-sm-5 { + margin: 3rem !important; + } + .mt-sm-5, + .my-sm-5 { + margin-top: 3rem !important; + } + .mr-sm-5, + .mx-sm-5 { + margin-right: 3rem !important; + } + .mb-sm-5, + .my-sm-5 { + margin-bottom: 3rem !important; + } + .ml-sm-5, + .mx-sm-5 { + margin-left: 3rem !important; + } + .p-sm-0 { + padding: 0 !important; + } + .pt-sm-0, + .py-sm-0 { + padding-top: 0 !important; + } + .pr-sm-0, + .px-sm-0 { + padding-right: 0 !important; + } + .pb-sm-0, + .py-sm-0 { + padding-bottom: 0 !important; + } + .pl-sm-0, + .px-sm-0 { + padding-left: 0 !important; + } + .p-sm-1 { + padding: 0.25rem !important; + } + .pt-sm-1, + .py-sm-1 { + padding-top: 0.25rem !important; + } + .pr-sm-1, + .px-sm-1 { + padding-right: 0.25rem !important; + } + .pb-sm-1, + .py-sm-1 { + padding-bottom: 0.25rem !important; + } + .pl-sm-1, + .px-sm-1 { + padding-left: 0.25rem !important; + } + .p-sm-2 { + padding: 0.5rem !important; + } + .pt-sm-2, + .py-sm-2 { + padding-top: 0.5rem !important; + } + .pr-sm-2, + .px-sm-2 { + padding-right: 0.5rem !important; + } + .pb-sm-2, + .py-sm-2 { + padding-bottom: 0.5rem !important; + } + .pl-sm-2, + .px-sm-2 { + padding-left: 0.5rem !important; + } + .p-sm-3 { + padding: 1rem !important; + } + .pt-sm-3, + .py-sm-3 { + padding-top: 1rem !important; + } + .pr-sm-3, + .px-sm-3 { + padding-right: 1rem !important; + } + .pb-sm-3, + .py-sm-3 { + padding-bottom: 1rem !important; + } + .pl-sm-3, + .px-sm-3 { + padding-left: 1rem !important; + } + .p-sm-4 { + padding: 1.5rem !important; + } + .pt-sm-4, + .py-sm-4 { + padding-top: 1.5rem !important; + } + .pr-sm-4, + .px-sm-4 { + padding-right: 1.5rem !important; + } + .pb-sm-4, + .py-sm-4 { + padding-bottom: 1.5rem !important; + } + .pl-sm-4, + .px-sm-4 { + padding-left: 1.5rem !important; + } + .p-sm-5 { + padding: 3rem !important; + } + .pt-sm-5, + .py-sm-5 { + padding-top: 3rem !important; + } + .pr-sm-5, + .px-sm-5 { + padding-right: 3rem !important; + } + .pb-sm-5, + .py-sm-5 { + padding-bottom: 3rem !important; + } + .pl-sm-5, + .px-sm-5 { + padding-left: 3rem !important; + } + .m-sm-n1 { + margin: -0.25rem !important; + } + .mt-sm-n1, + .my-sm-n1 { + margin-top: -0.25rem !important; + } + .mr-sm-n1, + .mx-sm-n1 { + margin-right: -0.25rem !important; + } + .mb-sm-n1, + .my-sm-n1 { + margin-bottom: -0.25rem !important; + } + .ml-sm-n1, + .mx-sm-n1 { + margin-left: -0.25rem !important; + } + .m-sm-n2 { + margin: -0.5rem !important; + } + .mt-sm-n2, + .my-sm-n2 { + margin-top: -0.5rem !important; + } + .mr-sm-n2, + .mx-sm-n2 { + margin-right: -0.5rem !important; + } + .mb-sm-n2, + .my-sm-n2 { + margin-bottom: -0.5rem !important; + } + .ml-sm-n2, + .mx-sm-n2 { + margin-left: -0.5rem !important; + } + .m-sm-n3 { + margin: -1rem !important; + } + .mt-sm-n3, + .my-sm-n3 { + margin-top: -1rem !important; + } + .mr-sm-n3, + .mx-sm-n3 { + margin-right: -1rem !important; + } + .mb-sm-n3, + .my-sm-n3 { + margin-bottom: -1rem !important; + } + .ml-sm-n3, + .mx-sm-n3 { + margin-left: -1rem !important; + } + .m-sm-n4 { + margin: -1.5rem !important; + } + .mt-sm-n4, + .my-sm-n4 { + margin-top: -1.5rem !important; + } + .mr-sm-n4, + .mx-sm-n4 { + margin-right: -1.5rem !important; + } + .mb-sm-n4, + .my-sm-n4 { + margin-bottom: -1.5rem !important; + } + .ml-sm-n4, + .mx-sm-n4 { + margin-left: -1.5rem !important; + } + .m-sm-n5 { + margin: -3rem !important; + } + .mt-sm-n5, + .my-sm-n5 { + margin-top: -3rem !important; + } + .mr-sm-n5, + .mx-sm-n5 { + margin-right: -3rem !important; + } + .mb-sm-n5, + .my-sm-n5 { + margin-bottom: -3rem !important; + } + .ml-sm-n5, + .mx-sm-n5 { + margin-left: -3rem !important; + } + .m-sm-auto { + margin: auto !important; + } + .mt-sm-auto, + .my-sm-auto { + margin-top: auto !important; + } + .mr-sm-auto, + .mx-sm-auto { + margin-right: auto !important; + } + .mb-sm-auto, + .my-sm-auto { + margin-bottom: auto !important; + } + .ml-sm-auto, + .mx-sm-auto { + margin-left: auto !important; + } +} + +@media (min-width: 768px) { + .m-md-0 { + margin: 0 !important; + } + .mt-md-0, + .my-md-0 { + margin-top: 0 !important; + } + .mr-md-0, + .mx-md-0 { + margin-right: 0 !important; + } + .mb-md-0, + .my-md-0 { + margin-bottom: 0 !important; + } + .ml-md-0, + .mx-md-0 { + margin-left: 0 !important; + } + .m-md-1 { + margin: 0.25rem !important; + } + .mt-md-1, + .my-md-1 { + margin-top: 0.25rem !important; + } + .mr-md-1, + .mx-md-1 { + margin-right: 0.25rem !important; + } + .mb-md-1, + .my-md-1 { + margin-bottom: 0.25rem !important; + } + .ml-md-1, + .mx-md-1 { + margin-left: 0.25rem !important; + } + .m-md-2 { + margin: 0.5rem !important; + } + .mt-md-2, + .my-md-2 { + margin-top: 0.5rem !important; + } + .mr-md-2, + .mx-md-2 { + margin-right: 0.5rem !important; + } + .mb-md-2, + .my-md-2 { + margin-bottom: 0.5rem !important; + } + .ml-md-2, + .mx-md-2 { + margin-left: 0.5rem !important; + } + .m-md-3 { + margin: 1rem !important; + } + .mt-md-3, + .my-md-3 { + margin-top: 1rem !important; + } + .mr-md-3, + .mx-md-3 { + margin-right: 1rem !important; + } + .mb-md-3, + .my-md-3 { + margin-bottom: 1rem !important; + } + .ml-md-3, + .mx-md-3 { + margin-left: 1rem !important; + } + .m-md-4 { + margin: 1.5rem !important; + } + .mt-md-4, + .my-md-4 { + margin-top: 1.5rem !important; + } + .mr-md-4, + .mx-md-4 { + margin-right: 1.5rem !important; + } + .mb-md-4, + .my-md-4 { + margin-bottom: 1.5rem !important; + } + .ml-md-4, + .mx-md-4 { + margin-left: 1.5rem !important; + } + .m-md-5 { + margin: 3rem !important; + } + .mt-md-5, + .my-md-5 { + margin-top: 3rem !important; + } + .mr-md-5, + .mx-md-5 { + margin-right: 3rem !important; + } + .mb-md-5, + .my-md-5 { + margin-bottom: 3rem !important; + } + .ml-md-5, + .mx-md-5 { + margin-left: 3rem !important; + } + .p-md-0 { + padding: 0 !important; + } + .pt-md-0, + .py-md-0 { + padding-top: 0 !important; + } + .pr-md-0, + .px-md-0 { + padding-right: 0 !important; + } + .pb-md-0, + .py-md-0 { + padding-bottom: 0 !important; + } + .pl-md-0, + .px-md-0 { + padding-left: 0 !important; + } + .p-md-1 { + padding: 0.25rem !important; + } + .pt-md-1, + .py-md-1 { + padding-top: 0.25rem !important; + } + .pr-md-1, + .px-md-1 { + padding-right: 0.25rem !important; + } + .pb-md-1, + .py-md-1 { + padding-bottom: 0.25rem !important; + } + .pl-md-1, + .px-md-1 { + padding-left: 0.25rem !important; + } + .p-md-2 { + padding: 0.5rem !important; + } + .pt-md-2, + .py-md-2 { + padding-top: 0.5rem !important; + } + .pr-md-2, + .px-md-2 { + padding-right: 0.5rem !important; + } + .pb-md-2, + .py-md-2 { + padding-bottom: 0.5rem !important; + } + .pl-md-2, + .px-md-2 { + padding-left: 0.5rem !important; + } + .p-md-3 { + padding: 1rem !important; + } + .pt-md-3, + .py-md-3 { + padding-top: 1rem !important; + } + .pr-md-3, + .px-md-3 { + padding-right: 1rem !important; + } + .pb-md-3, + .py-md-3 { + padding-bottom: 1rem !important; + } + .pl-md-3, + .px-md-3 { + padding-left: 1rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .pt-md-4, + .py-md-4 { + padding-top: 1.5rem !important; + } + .pr-md-4, + .px-md-4 { + padding-right: 1.5rem !important; + } + .pb-md-4, + .py-md-4 { + padding-bottom: 1.5rem !important; + } + .pl-md-4, + .px-md-4 { + padding-left: 1.5rem !important; + } + .p-md-5 { + padding: 3rem !important; + } + .pt-md-5, + .py-md-5 { + padding-top: 3rem !important; + } + .pr-md-5, + .px-md-5 { + padding-right: 3rem !important; + } + .pb-md-5, + .py-md-5 { + padding-bottom: 3rem !important; + } + .pl-md-5, + .px-md-5 { + padding-left: 3rem !important; + } + .m-md-n1 { + margin: -0.25rem !important; + } + .mt-md-n1, + .my-md-n1 { + margin-top: -0.25rem !important; + } + .mr-md-n1, + .mx-md-n1 { + margin-right: -0.25rem !important; + } + .mb-md-n1, + .my-md-n1 { + margin-bottom: -0.25rem !important; + } + .ml-md-n1, + .mx-md-n1 { + margin-left: -0.25rem !important; + } + .m-md-n2 { + margin: -0.5rem !important; + } + .mt-md-n2, + .my-md-n2 { + margin-top: -0.5rem !important; + } + .mr-md-n2, + .mx-md-n2 { + margin-right: -0.5rem !important; + } + .mb-md-n2, + .my-md-n2 { + margin-bottom: -0.5rem !important; + } + .ml-md-n2, + .mx-md-n2 { + margin-left: -0.5rem !important; + } + .m-md-n3 { + margin: -1rem !important; + } + .mt-md-n3, + .my-md-n3 { + margin-top: -1rem !important; + } + .mr-md-n3, + .mx-md-n3 { + margin-right: -1rem !important; + } + .mb-md-n3, + .my-md-n3 { + margin-bottom: -1rem !important; + } + .ml-md-n3, + .mx-md-n3 { + margin-left: -1rem !important; + } + .m-md-n4 { + margin: -1.5rem !important; + } + .mt-md-n4, + .my-md-n4 { + margin-top: -1.5rem !important; + } + .mr-md-n4, + .mx-md-n4 { + margin-right: -1.5rem !important; + } + .mb-md-n4, + .my-md-n4 { + margin-bottom: -1.5rem !important; + } + .ml-md-n4, + .mx-md-n4 { + margin-left: -1.5rem !important; + } + .m-md-n5 { + margin: -3rem !important; + } + .mt-md-n5, + .my-md-n5 { + margin-top: -3rem !important; + } + .mr-md-n5, + .mx-md-n5 { + margin-right: -3rem !important; + } + .mb-md-n5, + .my-md-n5 { + margin-bottom: -3rem !important; + } + .ml-md-n5, + .mx-md-n5 { + margin-left: -3rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mt-md-auto, + .my-md-auto { + margin-top: auto !important; + } + .mr-md-auto, + .mx-md-auto { + margin-right: auto !important; + } + .mb-md-auto, + .my-md-auto { + margin-bottom: auto !important; + } + .ml-md-auto, + .mx-md-auto { + margin-left: auto !important; + } +} + +@media (min-width: 992px) { + .m-lg-0 { + margin: 0 !important; + } + .mt-lg-0, + .my-lg-0 { + margin-top: 0 !important; + } + .mr-lg-0, + .mx-lg-0 { + margin-right: 0 !important; + } + .mb-lg-0, + .my-lg-0 { + margin-bottom: 0 !important; + } + .ml-lg-0, + .mx-lg-0 { + margin-left: 0 !important; + } + .m-lg-1 { + margin: 0.25rem !important; + } + .mt-lg-1, + .my-lg-1 { + margin-top: 0.25rem !important; + } + .mr-lg-1, + .mx-lg-1 { + margin-right: 0.25rem !important; + } + .mb-lg-1, + .my-lg-1 { + margin-bottom: 0.25rem !important; + } + .ml-lg-1, + .mx-lg-1 { + margin-left: 0.25rem !important; + } + .m-lg-2 { + margin: 0.5rem !important; + } + .mt-lg-2, + .my-lg-2 { + margin-top: 0.5rem !important; + } + .mr-lg-2, + .mx-lg-2 { + margin-right: 0.5rem !important; + } + .mb-lg-2, + .my-lg-2 { + margin-bottom: 0.5rem !important; + } + .ml-lg-2, + .mx-lg-2 { + margin-left: 0.5rem !important; + } + .m-lg-3 { + margin: 1rem !important; + } + .mt-lg-3, + .my-lg-3 { + margin-top: 1rem !important; + } + .mr-lg-3, + .mx-lg-3 { + margin-right: 1rem !important; + } + .mb-lg-3, + .my-lg-3 { + margin-bottom: 1rem !important; + } + .ml-lg-3, + .mx-lg-3 { + margin-left: 1rem !important; + } + .m-lg-4 { + margin: 1.5rem !important; + } + .mt-lg-4, + .my-lg-4 { + margin-top: 1.5rem !important; + } + .mr-lg-4, + .mx-lg-4 { + margin-right: 1.5rem !important; + } + .mb-lg-4, + .my-lg-4 { + margin-bottom: 1.5rem !important; + } + .ml-lg-4, + .mx-lg-4 { + margin-left: 1.5rem !important; + } + .m-lg-5 { + margin: 3rem !important; + } + .mt-lg-5, + .my-lg-5 { + margin-top: 3rem !important; + } + .mr-lg-5, + .mx-lg-5 { + margin-right: 3rem !important; + } + .mb-lg-5, + .my-lg-5 { + margin-bottom: 3rem !important; + } + .ml-lg-5, + .mx-lg-5 { + margin-left: 3rem !important; + } + .p-lg-0 { + padding: 0 !important; + } + .pt-lg-0, + .py-lg-0 { + padding-top: 0 !important; + } + .pr-lg-0, + .px-lg-0 { + padding-right: 0 !important; + } + .pb-lg-0, + .py-lg-0 { + padding-bottom: 0 !important; + } + .pl-lg-0, + .px-lg-0 { + padding-left: 0 !important; + } + .p-lg-1 { + padding: 0.25rem !important; + } + .pt-lg-1, + .py-lg-1 { + padding-top: 0.25rem !important; + } + .pr-lg-1, + .px-lg-1 { + padding-right: 0.25rem !important; + } + .pb-lg-1, + .py-lg-1 { + padding-bottom: 0.25rem !important; + } + .pl-lg-1, + .px-lg-1 { + padding-left: 0.25rem !important; + } + .p-lg-2 { + padding: 0.5rem !important; + } + .pt-lg-2, + .py-lg-2 { + padding-top: 0.5rem !important; + } + .pr-lg-2, + .px-lg-2 { + padding-right: 0.5rem !important; + } + .pb-lg-2, + .py-lg-2 { + padding-bottom: 0.5rem !important; + } + .pl-lg-2, + .px-lg-2 { + padding-left: 0.5rem !important; + } + .p-lg-3 { + padding: 1rem !important; + } + .pt-lg-3, + .py-lg-3 { + padding-top: 1rem !important; + } + .pr-lg-3, + .px-lg-3 { + padding-right: 1rem !important; + } + .pb-lg-3, + .py-lg-3 { + padding-bottom: 1rem !important; + } + .pl-lg-3, + .px-lg-3 { + padding-left: 1rem !important; + } + .p-lg-4 { + padding: 1.5rem !important; + } + .pt-lg-4, + .py-lg-4 { + padding-top: 1.5rem !important; + } + .pr-lg-4, + .px-lg-4 { + padding-right: 1.5rem !important; + } + .pb-lg-4, + .py-lg-4 { + padding-bottom: 1.5rem !important; + } + .pl-lg-4, + .px-lg-4 { + padding-left: 1.5rem !important; + } + .p-lg-5 { + padding: 3rem !important; + } + .pt-lg-5, + .py-lg-5 { + padding-top: 3rem !important; + } + .pr-lg-5, + .px-lg-5 { + padding-right: 3rem !important; + } + .pb-lg-5, + .py-lg-5 { + padding-bottom: 3rem !important; + } + .pl-lg-5, + .px-lg-5 { + padding-left: 3rem !important; + } + .m-lg-n1 { + margin: -0.25rem !important; + } + .mt-lg-n1, + .my-lg-n1 { + margin-top: -0.25rem !important; + } + .mr-lg-n1, + .mx-lg-n1 { + margin-right: -0.25rem !important; + } + .mb-lg-n1, + .my-lg-n1 { + margin-bottom: -0.25rem !important; + } + .ml-lg-n1, + .mx-lg-n1 { + margin-left: -0.25rem !important; + } + .m-lg-n2 { + margin: -0.5rem !important; + } + .mt-lg-n2, + .my-lg-n2 { + margin-top: -0.5rem !important; + } + .mr-lg-n2, + .mx-lg-n2 { + margin-right: -0.5rem !important; + } + .mb-lg-n2, + .my-lg-n2 { + margin-bottom: -0.5rem !important; + } + .ml-lg-n2, + .mx-lg-n2 { + margin-left: -0.5rem !important; + } + .m-lg-n3 { + margin: -1rem !important; + } + .mt-lg-n3, + .my-lg-n3 { + margin-top: -1rem !important; + } + .mr-lg-n3, + .mx-lg-n3 { + margin-right: -1rem !important; + } + .mb-lg-n3, + .my-lg-n3 { + margin-bottom: -1rem !important; + } + .ml-lg-n3, + .mx-lg-n3 { + margin-left: -1rem !important; + } + .m-lg-n4 { + margin: -1.5rem !important; + } + .mt-lg-n4, + .my-lg-n4 { + margin-top: -1.5rem !important; + } + .mr-lg-n4, + .mx-lg-n4 { + margin-right: -1.5rem !important; + } + .mb-lg-n4, + .my-lg-n4 { + margin-bottom: -1.5rem !important; + } + .ml-lg-n4, + .mx-lg-n4 { + margin-left: -1.5rem !important; + } + .m-lg-n5 { + margin: -3rem !important; + } + .mt-lg-n5, + .my-lg-n5 { + margin-top: -3rem !important; + } + .mr-lg-n5, + .mx-lg-n5 { + margin-right: -3rem !important; + } + .mb-lg-n5, + .my-lg-n5 { + margin-bottom: -3rem !important; + } + .ml-lg-n5, + .mx-lg-n5 { + margin-left: -3rem !important; + } + .m-lg-auto { + margin: auto !important; + } + .mt-lg-auto, + .my-lg-auto { + margin-top: auto !important; + } + .mr-lg-auto, + .mx-lg-auto { + margin-right: auto !important; + } + .mb-lg-auto, + .my-lg-auto { + margin-bottom: auto !important; + } + .ml-lg-auto, + .mx-lg-auto { + margin-left: auto !important; + } +} + +@media (min-width: 1200px) { + .m-xl-0 { + margin: 0 !important; + } + .mt-xl-0, + .my-xl-0 { + margin-top: 0 !important; + } + .mr-xl-0, + .mx-xl-0 { + margin-right: 0 !important; + } + .mb-xl-0, + .my-xl-0 { + margin-bottom: 0 !important; + } + .ml-xl-0, + .mx-xl-0 { + margin-left: 0 !important; + } + .m-xl-1 { + margin: 0.25rem !important; + } + .mt-xl-1, + .my-xl-1 { + margin-top: 0.25rem !important; + } + .mr-xl-1, + .mx-xl-1 { + margin-right: 0.25rem !important; + } + .mb-xl-1, + .my-xl-1 { + margin-bottom: 0.25rem !important; + } + .ml-xl-1, + .mx-xl-1 { + margin-left: 0.25rem !important; + } + .m-xl-2 { + margin: 0.5rem !important; + } + .mt-xl-2, + .my-xl-2 { + margin-top: 0.5rem !important; + } + .mr-xl-2, + .mx-xl-2 { + margin-right: 0.5rem !important; + } + .mb-xl-2, + .my-xl-2 { + margin-bottom: 0.5rem !important; + } + .ml-xl-2, + .mx-xl-2 { + margin-left: 0.5rem !important; + } + .m-xl-3 { + margin: 1rem !important; + } + .mt-xl-3, + .my-xl-3 { + margin-top: 1rem !important; + } + .mr-xl-3, + .mx-xl-3 { + margin-right: 1rem !important; + } + .mb-xl-3, + .my-xl-3 { + margin-bottom: 1rem !important; + } + .ml-xl-3, + .mx-xl-3 { + margin-left: 1rem !important; + } + .m-xl-4 { + margin: 1.5rem !important; + } + .mt-xl-4, + .my-xl-4 { + margin-top: 1.5rem !important; + } + .mr-xl-4, + .mx-xl-4 { + margin-right: 1.5rem !important; + } + .mb-xl-4, + .my-xl-4 { + margin-bottom: 1.5rem !important; + } + .ml-xl-4, + .mx-xl-4 { + margin-left: 1.5rem !important; + } + .m-xl-5 { + margin: 3rem !important; + } + .mt-xl-5, + .my-xl-5 { + margin-top: 3rem !important; + } + .mr-xl-5, + .mx-xl-5 { + margin-right: 3rem !important; + } + .mb-xl-5, + .my-xl-5 { + margin-bottom: 3rem !important; + } + .ml-xl-5, + .mx-xl-5 { + margin-left: 3rem !important; + } + .p-xl-0 { + padding: 0 !important; + } + .pt-xl-0, + .py-xl-0 { + padding-top: 0 !important; + } + .pr-xl-0, + .px-xl-0 { + padding-right: 0 !important; + } + .pb-xl-0, + .py-xl-0 { + padding-bottom: 0 !important; + } + .pl-xl-0, + .px-xl-0 { + padding-left: 0 !important; + } + .p-xl-1 { + padding: 0.25rem !important; + } + .pt-xl-1, + .py-xl-1 { + padding-top: 0.25rem !important; + } + .pr-xl-1, + .px-xl-1 { + padding-right: 0.25rem !important; + } + .pb-xl-1, + .py-xl-1 { + padding-bottom: 0.25rem !important; + } + .pl-xl-1, + .px-xl-1 { + padding-left: 0.25rem !important; + } + .p-xl-2 { + padding: 0.5rem !important; + } + .pt-xl-2, + .py-xl-2 { + padding-top: 0.5rem !important; + } + .pr-xl-2, + .px-xl-2 { + padding-right: 0.5rem !important; + } + .pb-xl-2, + .py-xl-2 { + padding-bottom: 0.5rem !important; + } + .pl-xl-2, + .px-xl-2 { + padding-left: 0.5rem !important; + } + .p-xl-3 { + padding: 1rem !important; + } + .pt-xl-3, + .py-xl-3 { + padding-top: 1rem !important; + } + .pr-xl-3, + .px-xl-3 { + padding-right: 1rem !important; + } + .pb-xl-3, + .py-xl-3 { + padding-bottom: 1rem !important; + } + .pl-xl-3, + .px-xl-3 { + padding-left: 1rem !important; + } + .p-xl-4 { + padding: 1.5rem !important; + } + .pt-xl-4, + .py-xl-4 { + padding-top: 1.5rem !important; + } + .pr-xl-4, + .px-xl-4 { + padding-right: 1.5rem !important; + } + .pb-xl-4, + .py-xl-4 { + padding-bottom: 1.5rem !important; + } + .pl-xl-4, + .px-xl-4 { + padding-left: 1.5rem !important; + } + .p-xl-5 { + padding: 3rem !important; + } + .pt-xl-5, + .py-xl-5 { + padding-top: 3rem !important; + } + .pr-xl-5, + .px-xl-5 { + padding-right: 3rem !important; + } + .pb-xl-5, + .py-xl-5 { + padding-bottom: 3rem !important; + } + .pl-xl-5, + .px-xl-5 { + padding-left: 3rem !important; + } + .m-xl-n1 { + margin: -0.25rem !important; + } + .mt-xl-n1, + .my-xl-n1 { + margin-top: -0.25rem !important; + } + .mr-xl-n1, + .mx-xl-n1 { + margin-right: -0.25rem !important; + } + .mb-xl-n1, + .my-xl-n1 { + margin-bottom: -0.25rem !important; + } + .ml-xl-n1, + .mx-xl-n1 { + margin-left: -0.25rem !important; + } + .m-xl-n2 { + margin: -0.5rem !important; + } + .mt-xl-n2, + .my-xl-n2 { + margin-top: -0.5rem !important; + } + .mr-xl-n2, + .mx-xl-n2 { + margin-right: -0.5rem !important; + } + .mb-xl-n2, + .my-xl-n2 { + margin-bottom: -0.5rem !important; + } + .ml-xl-n2, + .mx-xl-n2 { + margin-left: -0.5rem !important; + } + .m-xl-n3 { + margin: -1rem !important; + } + .mt-xl-n3, + .my-xl-n3 { + margin-top: -1rem !important; + } + .mr-xl-n3, + .mx-xl-n3 { + margin-right: -1rem !important; + } + .mb-xl-n3, + .my-xl-n3 { + margin-bottom: -1rem !important; + } + .ml-xl-n3, + .mx-xl-n3 { + margin-left: -1rem !important; + } + .m-xl-n4 { + margin: -1.5rem !important; + } + .mt-xl-n4, + .my-xl-n4 { + margin-top: -1.5rem !important; + } + .mr-xl-n4, + .mx-xl-n4 { + margin-right: -1.5rem !important; + } + .mb-xl-n4, + .my-xl-n4 { + margin-bottom: -1.5rem !important; + } + .ml-xl-n4, + .mx-xl-n4 { + margin-left: -1.5rem !important; + } + .m-xl-n5 { + margin: -3rem !important; + } + .mt-xl-n5, + .my-xl-n5 { + margin-top: -3rem !important; + } + .mr-xl-n5, + .mx-xl-n5 { + margin-right: -3rem !important; + } + .mb-xl-n5, + .my-xl-n5 { + margin-bottom: -3rem !important; + } + .ml-xl-n5, + .mx-xl-n5 { + margin-left: -3rem !important; + } + .m-xl-auto { + margin: auto !important; + } + .mt-xl-auto, + .my-xl-auto { + margin-top: auto !important; + } + .mr-xl-auto, + .mx-xl-auto { + margin-right: auto !important; + } + .mb-xl-auto, + .my-xl-auto { + margin-bottom: auto !important; + } + .ml-xl-auto, + .mx-xl-auto { + margin-left: auto !important; + } +} +/*# sourceMappingURL=bootstrap-grid.css.map */ \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.css.map b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.css.map new file mode 100644 index 0000000..db62f2f --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap-grid.scss","bootstrap-grid.css","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/_variables.scss","../../scss/mixins/_grid-framework.scss","../../scss/utilities/_display.scss","../../scss/utilities/_flex.scss","../../scss/utilities/_spacing.scss"],"names":[],"mappings":"AAAA;;;;;ECKE;ADEF;EACE,sBAAsB;EACtB,6BAA6B;ACA/B;;ADGA;;;EAGE,mBAAmB;ACArB;;ACVE;ECAA,WAAW;EACX,mBAA0B;EAC1B,kBAAyB;EACzB,kBAAkB;EAClB,iBAAiB;AFcnB;;AGqCI;EFvDF;ICYI,gBE8LK;EJnLT;AACF;;AG+BI;EFvDF;ICYI,gBE+LK;EJ9KT;AACF;;AGyBI;EFvDF;ICYI,gBEgMK;EJzKT;AACF;;AGmBI;EFvDF;ICYI,iBEiMM;EJpKV;AACF;;AC9BE;ECZA,WAAW;EACX,mBAA0B;EAC1B,kBAAyB;EACzB,kBAAkB;EAClB,iBAAiB;AF8CnB;;AC5BE;ECJA,oBAAa;EAAb,aAAa;EACb,mBAAe;EAAf,eAAe;EACf,mBAA0B;EAC1B,kBAAyB;AFoC3B;;AC7BE;EACE,eAAe;EACf,cAAc;ADgClB;;AClCE;;EAMI,gBAAgB;EAChB,eAAe;ADiCrB;;AKlEE;;;;;;EACE,kBAAkB;EAClB,WAAW;EACX,mBAA0B;EAC1B,kBAAyB;AL0E7B;;AKvDM;EACE,0BAAa;EAAb,aAAa;EACb,oBAAY;EAAZ,YAAY;EACZ,eAAe;AL0DvB;;AKxDM;EACE,kBAAc;EAAd,cAAc;EACd,WAAW;EACX,eAAe;AL2DvB;;AKvDQ;EHFN,uBAAsC;EAAtC,mBAAsC;EAItC,oBAAuC;AF0DzC;;AK5DQ;EHFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AF+DzC;;AKjEQ;EHFN,iBAAsC;EAAtC,aAAsC;EAItC,cAAuC;AFoEzC;;AKtEQ;EHFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AFyEzC;;AK3EQ;EHFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AF8EzC;;AKhFQ;EHFN,iBAAsC;EAAtC,aAAsC;EAItC,cAAuC;AFmFzC;;AKrFQ;EHFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AFwFzC;;AK1FQ;EHFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AF6FzC;;AK/FQ;EHFN,iBAAsC;EAAtC,aAAsC;EAItC,cAAuC;AFkGzC;;AKpGQ;EHFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AFuGzC;;AKzGQ;EHFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AF4GzC;;AK9GQ;EHFN,kBAAsC;EAAtC,cAAsC;EAItC,eAAuC;AFiHzC;;AK9GM;EAAwB,kBAAS;EAAT,SAAS;ALkHvC;;AKhHM;EAAuB,kBD2KG;EC3KH,SD2KG;AJvDhC;;AKjHQ;EAAwB,iBADZ;EACY,QADZ;ALsHpB;;AKrHQ;EAAwB,iBADZ;EACY,QADZ;AL0HpB;;AKzHQ;EAAwB,iBADZ;EACY,QADZ;AL8HpB;;AK7HQ;EAAwB,iBADZ;EACY,QADZ;ALkIpB;;AKjIQ;EAAwB,iBADZ;EACY,QADZ;ALsIpB;;AKrIQ;EAAwB,iBADZ;EACY,QADZ;AL0IpB;;AKzIQ;EAAwB,iBADZ;EACY,QADZ;AL8IpB;;AK7IQ;EAAwB,iBADZ;EACY,QADZ;ALkJpB;;AKjJQ;EAAwB,iBADZ;EACY,QADZ;ALsJpB;;AKrJQ;EAAwB,iBADZ;EACY,QADZ;AL0JpB;;AKzJQ;EAAwB,kBADZ;EACY,SADZ;AL8JpB;;AK7JQ;EAAwB,kBADZ;EACY,SADZ;ALkKpB;;AKjKQ;EAAwB,kBADZ;EACY,SADZ;ALsKpB;;AK/JU;EHTR,sBAA8C;AF4KhD;;AKnKU;EHTR,uBAA8C;AFgLhD;;AKvKU;EHTR,gBAA8C;AFoLhD;;AK3KU;EHTR,uBAA8C;AFwLhD;;AK/KU;EHTR,uBAA8C;AF4LhD;;AKnLU;EHTR,gBAA8C;AFgMhD;;AKvLU;EHTR,uBAA8C;AFoMhD;;AK3LU;EHTR,uBAA8C;AFwMhD;;AK/LU;EHTR,gBAA8C;AF4MhD;;AKnMU;EHTR,uBAA8C;AFgNhD;;AKvMU;EHTR,uBAA8C;AFoNhD;;AGzMI;EE9BE;IACE,0BAAa;IAAb,aAAa;IACb,oBAAY;IAAZ,YAAY;IACZ,eAAe;EL2OrB;EKzOI;IACE,kBAAc;IAAd,cAAc;IACd,WAAW;IACX,eAAe;EL2OrB;EKvOM;IHFN,uBAAsC;IAAtC,mBAAsC;IAItC,oBAAuC;EFyOvC;EK3OM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF6OvC;EK/OM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EFiPvC;EKnPM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFqPvC;EKvPM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFyPvC;EK3PM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EF6PvC;EK/PM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFiQvC;EKnQM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFqQvC;EKvQM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EFyQvC;EK3QM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF6QvC;EK/QM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFiRvC;EKnRM;IHFN,kBAAsC;IAAtC,cAAsC;IAItC,eAAuC;EFqRvC;EKlRI;IAAwB,kBAAS;IAAT,SAAS;ELqRrC;EKnRI;IAAuB,kBD2KG;IC3KH,SD2KG;EJ2G9B;EKnRM;IAAwB,iBADZ;IACY,QADZ;ELuRlB;EKtRM;IAAwB,iBADZ;IACY,QADZ;EL0RlB;EKzRM;IAAwB,iBADZ;IACY,QADZ;EL6RlB;EK5RM;IAAwB,iBADZ;IACY,QADZ;ELgSlB;EK/RM;IAAwB,iBADZ;IACY,QADZ;ELmSlB;EKlSM;IAAwB,iBADZ;IACY,QADZ;ELsSlB;EKrSM;IAAwB,iBADZ;IACY,QADZ;ELySlB;EKxSM;IAAwB,iBADZ;IACY,QADZ;EL4SlB;EK3SM;IAAwB,iBADZ;IACY,QADZ;EL+SlB;EK9SM;IAAwB,iBADZ;IACY,QADZ;ELkTlB;EKjTM;IAAwB,kBADZ;IACY,SADZ;ELqTlB;EKpTM;IAAwB,kBADZ;IACY,SADZ;ELwTlB;EKvTM;IAAwB,kBADZ;IACY,SADZ;EL2TlB;EKpTQ;IHTR,cAA4B;EFgU5B;EKvTQ;IHTR,sBAA8C;EFmU9C;EK1TQ;IHTR,uBAA8C;EFsU9C;EK7TQ;IHTR,gBAA8C;EFyU9C;EKhUQ;IHTR,uBAA8C;EF4U9C;EKnUQ;IHTR,uBAA8C;EF+U9C;EKtUQ;IHTR,gBAA8C;EFkV9C;EKzUQ;IHTR,uBAA8C;EFqV9C;EK5UQ;IHTR,uBAA8C;EFwV9C;EK/UQ;IHTR,gBAA8C;EF2V9C;EKlVQ;IHTR,uBAA8C;EF8V9C;EKrVQ;IHTR,uBAA8C;EFiW9C;AACF;;AGvVI;EE9BE;IACE,0BAAa;IAAb,aAAa;IACb,oBAAY;IAAZ,YAAY;IACZ,eAAe;ELyXrB;EKvXI;IACE,kBAAc;IAAd,cAAc;IACd,WAAW;IACX,eAAe;ELyXrB;EKrXM;IHFN,uBAAsC;IAAtC,mBAAsC;IAItC,oBAAuC;EFuXvC;EKzXM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF2XvC;EK7XM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EF+XvC;EKjYM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFmYvC;EKrYM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFuYvC;EKzYM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EF2YvC;EK7YM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF+YvC;EKjZM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFmZvC;EKrZM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EFuZvC;EKzZM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF2ZvC;EK7ZM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF+ZvC;EKjaM;IHFN,kBAAsC;IAAtC,cAAsC;IAItC,eAAuC;EFmavC;EKhaI;IAAwB,kBAAS;IAAT,SAAS;ELmarC;EKjaI;IAAuB,kBD2KG;IC3KH,SD2KG;EJyP9B;EKjaM;IAAwB,iBADZ;IACY,QADZ;ELqalB;EKpaM;IAAwB,iBADZ;IACY,QADZ;ELwalB;EKvaM;IAAwB,iBADZ;IACY,QADZ;EL2alB;EK1aM;IAAwB,iBADZ;IACY,QADZ;EL8alB;EK7aM;IAAwB,iBADZ;IACY,QADZ;ELiblB;EKhbM;IAAwB,iBADZ;IACY,QADZ;ELoblB;EKnbM;IAAwB,iBADZ;IACY,QADZ;ELublB;EKtbM;IAAwB,iBADZ;IACY,QADZ;EL0blB;EKzbM;IAAwB,iBADZ;IACY,QADZ;EL6blB;EK5bM;IAAwB,iBADZ;IACY,QADZ;ELgclB;EK/bM;IAAwB,kBADZ;IACY,SADZ;ELmclB;EKlcM;IAAwB,kBADZ;IACY,SADZ;ELsclB;EKrcM;IAAwB,kBADZ;IACY,SADZ;ELyclB;EKlcQ;IHTR,cAA4B;EF8c5B;EKrcQ;IHTR,sBAA8C;EFid9C;EKxcQ;IHTR,uBAA8C;EFod9C;EK3cQ;IHTR,gBAA8C;EFud9C;EK9cQ;IHTR,uBAA8C;EF0d9C;EKjdQ;IHTR,uBAA8C;EF6d9C;EKpdQ;IHTR,gBAA8C;EFge9C;EKvdQ;IHTR,uBAA8C;EFme9C;EK1dQ;IHTR,uBAA8C;EFse9C;EK7dQ;IHTR,gBAA8C;EFye9C;EKheQ;IHTR,uBAA8C;EF4e9C;EKneQ;IHTR,uBAA8C;EF+e9C;AACF;;AGreI;EE9BE;IACE,0BAAa;IAAb,aAAa;IACb,oBAAY;IAAZ,YAAY;IACZ,eAAe;ELugBrB;EKrgBI;IACE,kBAAc;IAAd,cAAc;IACd,WAAW;IACX,eAAe;ELugBrB;EKngBM;IHFN,uBAAsC;IAAtC,mBAAsC;IAItC,oBAAuC;EFqgBvC;EKvgBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFygBvC;EK3gBM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EF6gBvC;EK/gBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFihBvC;EKnhBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFqhBvC;EKvhBM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EFyhBvC;EK3hBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF6hBvC;EK/hBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFiiBvC;EKniBM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EFqiBvC;EKviBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFyiBvC;EK3iBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF6iBvC;EK/iBM;IHFN,kBAAsC;IAAtC,cAAsC;IAItC,eAAuC;EFijBvC;EK9iBI;IAAwB,kBAAS;IAAT,SAAS;ELijBrC;EK/iBI;IAAuB,kBD2KG;IC3KH,SD2KG;EJuY9B;EK/iBM;IAAwB,iBADZ;IACY,QADZ;ELmjBlB;EKljBM;IAAwB,iBADZ;IACY,QADZ;ELsjBlB;EKrjBM;IAAwB,iBADZ;IACY,QADZ;ELyjBlB;EKxjBM;IAAwB,iBADZ;IACY,QADZ;EL4jBlB;EK3jBM;IAAwB,iBADZ;IACY,QADZ;EL+jBlB;EK9jBM;IAAwB,iBADZ;IACY,QADZ;ELkkBlB;EKjkBM;IAAwB,iBADZ;IACY,QADZ;ELqkBlB;EKpkBM;IAAwB,iBADZ;IACY,QADZ;ELwkBlB;EKvkBM;IAAwB,iBADZ;IACY,QADZ;EL2kBlB;EK1kBM;IAAwB,iBADZ;IACY,QADZ;EL8kBlB;EK7kBM;IAAwB,kBADZ;IACY,SADZ;ELilBlB;EKhlBM;IAAwB,kBADZ;IACY,SADZ;ELolBlB;EKnlBM;IAAwB,kBADZ;IACY,SADZ;ELulBlB;EKhlBQ;IHTR,cAA4B;EF4lB5B;EKnlBQ;IHTR,sBAA8C;EF+lB9C;EKtlBQ;IHTR,uBAA8C;EFkmB9C;EKzlBQ;IHTR,gBAA8C;EFqmB9C;EK5lBQ;IHTR,uBAA8C;EFwmB9C;EK/lBQ;IHTR,uBAA8C;EF2mB9C;EKlmBQ;IHTR,gBAA8C;EF8mB9C;EKrmBQ;IHTR,uBAA8C;EFinB9C;EKxmBQ;IHTR,uBAA8C;EFonB9C;EK3mBQ;IHTR,gBAA8C;EFunB9C;EK9mBQ;IHTR,uBAA8C;EF0nB9C;EKjnBQ;IHTR,uBAA8C;EF6nB9C;AACF;;AGnnBI;EE9BE;IACE,0BAAa;IAAb,aAAa;IACb,oBAAY;IAAZ,YAAY;IACZ,eAAe;ELqpBrB;EKnpBI;IACE,kBAAc;IAAd,cAAc;IACd,WAAW;IACX,eAAe;ELqpBrB;EKjpBM;IHFN,uBAAsC;IAAtC,mBAAsC;IAItC,oBAAuC;EFmpBvC;EKrpBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFupBvC;EKzpBM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EF2pBvC;EK7pBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF+pBvC;EKjqBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFmqBvC;EKrqBM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EFuqBvC;EKzqBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF2qBvC;EK7qBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF+qBvC;EKjrBM;IHFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EFmrBvC;EKrrBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EFurBvC;EKzrBM;IHFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EF2rBvC;EK7rBM;IHFN,kBAAsC;IAAtC,cAAsC;IAItC,eAAuC;EF+rBvC;EK5rBI;IAAwB,kBAAS;IAAT,SAAS;EL+rBrC;EK7rBI;IAAuB,kBD2KG;IC3KH,SD2KG;EJqhB9B;EK7rBM;IAAwB,iBADZ;IACY,QADZ;ELisBlB;EKhsBM;IAAwB,iBADZ;IACY,QADZ;ELosBlB;EKnsBM;IAAwB,iBADZ;IACY,QADZ;ELusBlB;EKtsBM;IAAwB,iBADZ;IACY,QADZ;EL0sBlB;EKzsBM;IAAwB,iBADZ;IACY,QADZ;EL6sBlB;EK5sBM;IAAwB,iBADZ;IACY,QADZ;ELgtBlB;EK/sBM;IAAwB,iBADZ;IACY,QADZ;ELmtBlB;EKltBM;IAAwB,iBADZ;IACY,QADZ;ELstBlB;EKrtBM;IAAwB,iBADZ;IACY,QADZ;ELytBlB;EKxtBM;IAAwB,iBADZ;IACY,QADZ;EL4tBlB;EK3tBM;IAAwB,kBADZ;IACY,SADZ;EL+tBlB;EK9tBM;IAAwB,kBADZ;IACY,SADZ;ELkuBlB;EKjuBM;IAAwB,kBADZ;IACY,SADZ;ELquBlB;EK9tBQ;IHTR,cAA4B;EF0uB5B;EKjuBQ;IHTR,sBAA8C;EF6uB9C;EKpuBQ;IHTR,uBAA8C;EFgvB9C;EKvuBQ;IHTR,gBAA8C;EFmvB9C;EK1uBQ;IHTR,uBAA8C;EFsvB9C;EK7uBQ;IHTR,uBAA8C;EFyvB9C;EKhvBQ;IHTR,gBAA8C;EF4vB9C;EKnvBQ;IHTR,uBAA8C;EF+vB9C;EKtvBQ;IHTR,uBAA8C;EFkwB9C;EKzvBQ;IHTR,gBAA8C;EFqwB9C;EK5vBQ;IHTR,uBAA8C;EFwwB9C;EK/vBQ;IHTR,uBAA8C;EF2wB9C;AACF;;AMlzBM;EAAwB,wBAA0B;ANszBxD;;AMtzBM;EAAwB,0BAA0B;AN0zBxD;;AM1zBM;EAAwB,gCAA0B;AN8zBxD;;AM9zBM;EAAwB,yBAA0B;ANk0BxD;;AMl0BM;EAAwB,yBAA0B;ANs0BxD;;AMt0BM;EAAwB,6BAA0B;AN00BxD;;AM10BM;EAAwB,8BAA0B;AN80BxD;;AM90BM;EAAwB,+BAA0B;EAA1B,wBAA0B;ANk1BxD;;AMl1BM;EAAwB,sCAA0B;EAA1B,+BAA0B;ANs1BxD;;AGryBI;EGjDE;IAAwB,wBAA0B;EN21BtD;EM31BI;IAAwB,0BAA0B;EN81BtD;EM91BI;IAAwB,gCAA0B;ENi2BtD;EMj2BI;IAAwB,yBAA0B;ENo2BtD;EMp2BI;IAAwB,yBAA0B;ENu2BtD;EMv2BI;IAAwB,6BAA0B;EN02BtD;EM12BI;IAAwB,8BAA0B;EN62BtD;EM72BI;IAAwB,+BAA0B;IAA1B,wBAA0B;ENg3BtD;EMh3BI;IAAwB,sCAA0B;IAA1B,+BAA0B;ENm3BtD;AACF;;AGn0BI;EGjDE;IAAwB,wBAA0B;ENy3BtD;EMz3BI;IAAwB,0BAA0B;EN43BtD;EM53BI;IAAwB,gCAA0B;EN+3BtD;EM/3BI;IAAwB,yBAA0B;ENk4BtD;EMl4BI;IAAwB,yBAA0B;ENq4BtD;EMr4BI;IAAwB,6BAA0B;ENw4BtD;EMx4BI;IAAwB,8BAA0B;EN24BtD;EM34BI;IAAwB,+BAA0B;IAA1B,wBAA0B;EN84BtD;EM94BI;IAAwB,sCAA0B;IAA1B,+BAA0B;ENi5BtD;AACF;;AGj2BI;EGjDE;IAAwB,wBAA0B;ENu5BtD;EMv5BI;IAAwB,0BAA0B;EN05BtD;EM15BI;IAAwB,gCAA0B;EN65BtD;EM75BI;IAAwB,yBAA0B;ENg6BtD;EMh6BI;IAAwB,yBAA0B;ENm6BtD;EMn6BI;IAAwB,6BAA0B;ENs6BtD;EMt6BI;IAAwB,8BAA0B;ENy6BtD;EMz6BI;IAAwB,+BAA0B;IAA1B,wBAA0B;EN46BtD;EM56BI;IAAwB,sCAA0B;IAA1B,+BAA0B;EN+6BtD;AACF;;AG/3BI;EGjDE;IAAwB,wBAA0B;ENq7BtD;EMr7BI;IAAwB,0BAA0B;ENw7BtD;EMx7BI;IAAwB,gCAA0B;EN27BtD;EM37BI;IAAwB,yBAA0B;EN87BtD;EM97BI;IAAwB,yBAA0B;ENi8BtD;EMj8BI;IAAwB,6BAA0B;ENo8BtD;EMp8BI;IAAwB,8BAA0B;ENu8BtD;EMv8BI;IAAwB,+BAA0B;IAA1B,wBAA0B;EN08BtD;EM18BI;IAAwB,sCAA0B;IAA1B,+BAA0B;EN68BtD;AACF;;AMp8BA;EAEI;IAAqB,wBAA0B;ENu8BjD;EMv8BE;IAAqB,0BAA0B;EN08BjD;EM18BE;IAAqB,gCAA0B;EN68BjD;EM78BE;IAAqB,yBAA0B;ENg9BjD;EMh9BE;IAAqB,yBAA0B;ENm9BjD;EMn9BE;IAAqB,6BAA0B;ENs9BjD;EMt9BE;IAAqB,8BAA0B;ENy9BjD;EMz9BE;IAAqB,+BAA0B;IAA1B,wBAA0B;EN49BjD;EM59BE;IAAqB,sCAA0B;IAA1B,+BAA0B;EN+9BjD;AACF;;AO7+BI;EAAgC,kCAA8B;EAA9B,8BAA8B;APi/BlE;;AOh/BI;EAAgC,qCAAiC;EAAjC,iCAAiC;APo/BrE;;AOn/BI;EAAgC,0CAAsC;EAAtC,sCAAsC;APu/B1E;;AOt/BI;EAAgC,6CAAyC;EAAzC,yCAAyC;AP0/B7E;;AOx/BI;EAA8B,8BAA0B;EAA1B,0BAA0B;AP4/B5D;;AO3/BI;EAA8B,gCAA4B;EAA5B,4BAA4B;AP+/B9D;;AO9/BI;EAA8B,sCAAkC;EAAlC,kCAAkC;APkgCpE;;AOjgCI;EAA8B,6BAAyB;EAAzB,yBAAyB;APqgC3D;;AOpgCI;EAA8B,+BAAuB;EAAvB,uBAAuB;APwgCzD;;AOvgCI;EAA8B,+BAAuB;EAAvB,uBAAuB;AP2gCzD;;AO1gCI;EAA8B,+BAAyB;EAAzB,yBAAyB;AP8gC3D;;AO7gCI;EAA8B,+BAAyB;EAAzB,yBAAyB;APihC3D;;AO/gCI;EAAoC,+BAAsC;EAAtC,sCAAsC;APmhC9E;;AOlhCI;EAAoC,6BAAoC;EAApC,oCAAoC;APshC5E;;AOrhCI;EAAoC,gCAAkC;EAAlC,kCAAkC;APyhC1E;;AOxhCI;EAAoC,iCAAyC;EAAzC,yCAAyC;AP4hCjF;;AO3hCI;EAAoC,oCAAwC;EAAxC,wCAAwC;AP+hChF;;AO7hCI;EAAiC,gCAAkC;EAAlC,kCAAkC;APiiCvE;;AOhiCI;EAAiC,8BAAgC;EAAhC,gCAAgC;APoiCrE;;AOniCI;EAAiC,iCAA8B;EAA9B,8BAA8B;APuiCnE;;AOtiCI;EAAiC,mCAAgC;EAAhC,gCAAgC;AP0iCrE;;AOziCI;EAAiC,kCAA+B;EAA/B,+BAA+B;AP6iCpE;;AO3iCI;EAAkC,oCAAoC;EAApC,oCAAoC;AP+iC1E;;AO9iCI;EAAkC,kCAAkC;EAAlC,kCAAkC;APkjCxE;;AOjjCI;EAAkC,qCAAgC;EAAhC,gCAAgC;APqjCtE;;AOpjCI;EAAkC,sCAAuC;EAAvC,uCAAuC;APwjC7E;;AOvjCI;EAAkC,yCAAsC;EAAtC,sCAAsC;AP2jC5E;;AO1jCI;EAAkC,sCAAiC;EAAjC,iCAAiC;AP8jCvE;;AO5jCI;EAAgC,oCAA2B;EAA3B,2BAA2B;APgkC/D;;AO/jCI;EAAgC,qCAAiC;EAAjC,iCAAiC;APmkCrE;;AOlkCI;EAAgC,mCAA+B;EAA/B,+BAA+B;APskCnE;;AOrkCI;EAAgC,sCAA6B;EAA7B,6BAA6B;APykCjE;;AOxkCI;EAAgC,wCAA+B;EAA/B,+BAA+B;AP4kCnE;;AO3kCI;EAAgC,uCAA8B;EAA9B,8BAA8B;AP+kClE;;AGnkCI;EIlDA;IAAgC,kCAA8B;IAA9B,8BAA8B;EP0nChE;EOznCE;IAAgC,qCAAiC;IAAjC,iCAAiC;EP4nCnE;EO3nCE;IAAgC,0CAAsC;IAAtC,sCAAsC;EP8nCxE;EO7nCE;IAAgC,6CAAyC;IAAzC,yCAAyC;EPgoC3E;EO9nCE;IAA8B,8BAA0B;IAA1B,0BAA0B;EPioC1D;EOhoCE;IAA8B,gCAA4B;IAA5B,4BAA4B;EPmoC5D;EOloCE;IAA8B,sCAAkC;IAAlC,kCAAkC;EPqoClE;EOpoCE;IAA8B,6BAAyB;IAAzB,yBAAyB;EPuoCzD;EOtoCE;IAA8B,+BAAuB;IAAvB,uBAAuB;EPyoCvD;EOxoCE;IAA8B,+BAAuB;IAAvB,uBAAuB;EP2oCvD;EO1oCE;IAA8B,+BAAyB;IAAzB,yBAAyB;EP6oCzD;EO5oCE;IAA8B,+BAAyB;IAAzB,yBAAyB;EP+oCzD;EO7oCE;IAAoC,+BAAsC;IAAtC,sCAAsC;EPgpC5E;EO/oCE;IAAoC,6BAAoC;IAApC,oCAAoC;EPkpC1E;EOjpCE;IAAoC,gCAAkC;IAAlC,kCAAkC;EPopCxE;EOnpCE;IAAoC,iCAAyC;IAAzC,yCAAyC;EPspC/E;EOrpCE;IAAoC,oCAAwC;IAAxC,wCAAwC;EPwpC9E;EOtpCE;IAAiC,gCAAkC;IAAlC,kCAAkC;EPypCrE;EOxpCE;IAAiC,8BAAgC;IAAhC,gCAAgC;EP2pCnE;EO1pCE;IAAiC,iCAA8B;IAA9B,8BAA8B;EP6pCjE;EO5pCE;IAAiC,mCAAgC;IAAhC,gCAAgC;EP+pCnE;EO9pCE;IAAiC,kCAA+B;IAA/B,+BAA+B;EPiqClE;EO/pCE;IAAkC,oCAAoC;IAApC,oCAAoC;EPkqCxE;EOjqCE;IAAkC,kCAAkC;IAAlC,kCAAkC;EPoqCtE;EOnqCE;IAAkC,qCAAgC;IAAhC,gCAAgC;EPsqCpE;EOrqCE;IAAkC,sCAAuC;IAAvC,uCAAuC;EPwqC3E;EOvqCE;IAAkC,yCAAsC;IAAtC,sCAAsC;EP0qC1E;EOzqCE;IAAkC,sCAAiC;IAAjC,iCAAiC;EP4qCrE;EO1qCE;IAAgC,oCAA2B;IAA3B,2BAA2B;EP6qC7D;EO5qCE;IAAgC,qCAAiC;IAAjC,iCAAiC;EP+qCnE;EO9qCE;IAAgC,mCAA+B;IAA/B,+BAA+B;EPirCjE;EOhrCE;IAAgC,sCAA6B;IAA7B,6BAA6B;EPmrC/D;EOlrCE;IAAgC,wCAA+B;IAA/B,+BAA+B;EPqrCjE;EOprCE;IAAgC,uCAA8B;IAA9B,8BAA8B;EPurChE;AACF;;AG5qCI;EIlDA;IAAgC,kCAA8B;IAA9B,8BAA8B;EPmuChE;EOluCE;IAAgC,qCAAiC;IAAjC,iCAAiC;EPquCnE;EOpuCE;IAAgC,0CAAsC;IAAtC,sCAAsC;EPuuCxE;EOtuCE;IAAgC,6CAAyC;IAAzC,yCAAyC;EPyuC3E;EOvuCE;IAA8B,8BAA0B;IAA1B,0BAA0B;EP0uC1D;EOzuCE;IAA8B,gCAA4B;IAA5B,4BAA4B;EP4uC5D;EO3uCE;IAA8B,sCAAkC;IAAlC,kCAAkC;EP8uClE;EO7uCE;IAA8B,6BAAyB;IAAzB,yBAAyB;EPgvCzD;EO/uCE;IAA8B,+BAAuB;IAAvB,uBAAuB;EPkvCvD;EOjvCE;IAA8B,+BAAuB;IAAvB,uBAAuB;EPovCvD;EOnvCE;IAA8B,+BAAyB;IAAzB,yBAAyB;EPsvCzD;EOrvCE;IAA8B,+BAAyB;IAAzB,yBAAyB;EPwvCzD;EOtvCE;IAAoC,+BAAsC;IAAtC,sCAAsC;EPyvC5E;EOxvCE;IAAoC,6BAAoC;IAApC,oCAAoC;EP2vC1E;EO1vCE;IAAoC,gCAAkC;IAAlC,kCAAkC;EP6vCxE;EO5vCE;IAAoC,iCAAyC;IAAzC,yCAAyC;EP+vC/E;EO9vCE;IAAoC,oCAAwC;IAAxC,wCAAwC;EPiwC9E;EO/vCE;IAAiC,gCAAkC;IAAlC,kCAAkC;EPkwCrE;EOjwCE;IAAiC,8BAAgC;IAAhC,gCAAgC;EPowCnE;EOnwCE;IAAiC,iCAA8B;IAA9B,8BAA8B;EPswCjE;EOrwCE;IAAiC,mCAAgC;IAAhC,gCAAgC;EPwwCnE;EOvwCE;IAAiC,kCAA+B;IAA/B,+BAA+B;EP0wClE;EOxwCE;IAAkC,oCAAoC;IAApC,oCAAoC;EP2wCxE;EO1wCE;IAAkC,kCAAkC;IAAlC,kCAAkC;EP6wCtE;EO5wCE;IAAkC,qCAAgC;IAAhC,gCAAgC;EP+wCpE;EO9wCE;IAAkC,sCAAuC;IAAvC,uCAAuC;EPixC3E;EOhxCE;IAAkC,yCAAsC;IAAtC,sCAAsC;EPmxC1E;EOlxCE;IAAkC,sCAAiC;IAAjC,iCAAiC;EPqxCrE;EOnxCE;IAAgC,oCAA2B;IAA3B,2BAA2B;EPsxC7D;EOrxCE;IAAgC,qCAAiC;IAAjC,iCAAiC;EPwxCnE;EOvxCE;IAAgC,mCAA+B;IAA/B,+BAA+B;EP0xCjE;EOzxCE;IAAgC,sCAA6B;IAA7B,6BAA6B;EP4xC/D;EO3xCE;IAAgC,wCAA+B;IAA/B,+BAA+B;EP8xCjE;EO7xCE;IAAgC,uCAA8B;IAA9B,8BAA8B;EPgyChE;AACF;;AGrxCI;EIlDA;IAAgC,kCAA8B;IAA9B,8BAA8B;EP40ChE;EO30CE;IAAgC,qCAAiC;IAAjC,iCAAiC;EP80CnE;EO70CE;IAAgC,0CAAsC;IAAtC,sCAAsC;EPg1CxE;EO/0CE;IAAgC,6CAAyC;IAAzC,yCAAyC;EPk1C3E;EOh1CE;IAA8B,8BAA0B;IAA1B,0BAA0B;EPm1C1D;EOl1CE;IAA8B,gCAA4B;IAA5B,4BAA4B;EPq1C5D;EOp1CE;IAA8B,sCAAkC;IAAlC,kCAAkC;EPu1ClE;EOt1CE;IAA8B,6BAAyB;IAAzB,yBAAyB;EPy1CzD;EOx1CE;IAA8B,+BAAuB;IAAvB,uBAAuB;EP21CvD;EO11CE;IAA8B,+BAAuB;IAAvB,uBAAuB;EP61CvD;EO51CE;IAA8B,+BAAyB;IAAzB,yBAAyB;EP+1CzD;EO91CE;IAA8B,+BAAyB;IAAzB,yBAAyB;EPi2CzD;EO/1CE;IAAoC,+BAAsC;IAAtC,sCAAsC;EPk2C5E;EOj2CE;IAAoC,6BAAoC;IAApC,oCAAoC;EPo2C1E;EOn2CE;IAAoC,gCAAkC;IAAlC,kCAAkC;EPs2CxE;EOr2CE;IAAoC,iCAAyC;IAAzC,yCAAyC;EPw2C/E;EOv2CE;IAAoC,oCAAwC;IAAxC,wCAAwC;EP02C9E;EOx2CE;IAAiC,gCAAkC;IAAlC,kCAAkC;EP22CrE;EO12CE;IAAiC,8BAAgC;IAAhC,gCAAgC;EP62CnE;EO52CE;IAAiC,iCAA8B;IAA9B,8BAA8B;EP+2CjE;EO92CE;IAAiC,mCAAgC;IAAhC,gCAAgC;EPi3CnE;EOh3CE;IAAiC,kCAA+B;IAA/B,+BAA+B;EPm3ClE;EOj3CE;IAAkC,oCAAoC;IAApC,oCAAoC;EPo3CxE;EOn3CE;IAAkC,kCAAkC;IAAlC,kCAAkC;EPs3CtE;EOr3CE;IAAkC,qCAAgC;IAAhC,gCAAgC;EPw3CpE;EOv3CE;IAAkC,sCAAuC;IAAvC,uCAAuC;EP03C3E;EOz3CE;IAAkC,yCAAsC;IAAtC,sCAAsC;EP43C1E;EO33CE;IAAkC,sCAAiC;IAAjC,iCAAiC;EP83CrE;EO53CE;IAAgC,oCAA2B;IAA3B,2BAA2B;EP+3C7D;EO93CE;IAAgC,qCAAiC;IAAjC,iCAAiC;EPi4CnE;EOh4CE;IAAgC,mCAA+B;IAA/B,+BAA+B;EPm4CjE;EOl4CE;IAAgC,sCAA6B;IAA7B,6BAA6B;EPq4C/D;EOp4CE;IAAgC,wCAA+B;IAA/B,+BAA+B;EPu4CjE;EOt4CE;IAAgC,uCAA8B;IAA9B,8BAA8B;EPy4ChE;AACF;;AG93CI;EIlDA;IAAgC,kCAA8B;IAA9B,8BAA8B;EPq7ChE;EOp7CE;IAAgC,qCAAiC;IAAjC,iCAAiC;EPu7CnE;EOt7CE;IAAgC,0CAAsC;IAAtC,sCAAsC;EPy7CxE;EOx7CE;IAAgC,6CAAyC;IAAzC,yCAAyC;EP27C3E;EOz7CE;IAA8B,8BAA0B;IAA1B,0BAA0B;EP47C1D;EO37CE;IAA8B,gCAA4B;IAA5B,4BAA4B;EP87C5D;EO77CE;IAA8B,sCAAkC;IAAlC,kCAAkC;EPg8ClE;EO/7CE;IAA8B,6BAAyB;IAAzB,yBAAyB;EPk8CzD;EOj8CE;IAA8B,+BAAuB;IAAvB,uBAAuB;EPo8CvD;EOn8CE;IAA8B,+BAAuB;IAAvB,uBAAuB;EPs8CvD;EOr8CE;IAA8B,+BAAyB;IAAzB,yBAAyB;EPw8CzD;EOv8CE;IAA8B,+BAAyB;IAAzB,yBAAyB;EP08CzD;EOx8CE;IAAoC,+BAAsC;IAAtC,sCAAsC;EP28C5E;EO18CE;IAAoC,6BAAoC;IAApC,oCAAoC;EP68C1E;EO58CE;IAAoC,gCAAkC;IAAlC,kCAAkC;EP+8CxE;EO98CE;IAAoC,iCAAyC;IAAzC,yCAAyC;EPi9C/E;EOh9CE;IAAoC,oCAAwC;IAAxC,wCAAwC;EPm9C9E;EOj9CE;IAAiC,gCAAkC;IAAlC,kCAAkC;EPo9CrE;EOn9CE;IAAiC,8BAAgC;IAAhC,gCAAgC;EPs9CnE;EOr9CE;IAAiC,iCAA8B;IAA9B,8BAA8B;EPw9CjE;EOv9CE;IAAiC,mCAAgC;IAAhC,gCAAgC;EP09CnE;EOz9CE;IAAiC,kCAA+B;IAA/B,+BAA+B;EP49ClE;EO19CE;IAAkC,oCAAoC;IAApC,oCAAoC;EP69CxE;EO59CE;IAAkC,kCAAkC;IAAlC,kCAAkC;EP+9CtE;EO99CE;IAAkC,qCAAgC;IAAhC,gCAAgC;EPi+CpE;EOh+CE;IAAkC,sCAAuC;IAAvC,uCAAuC;EPm+C3E;EOl+CE;IAAkC,yCAAsC;IAAtC,sCAAsC;EPq+C1E;EOp+CE;IAAkC,sCAAiC;IAAjC,iCAAiC;EPu+CrE;EOr+CE;IAAgC,oCAA2B;IAA3B,2BAA2B;EPw+C7D;EOv+CE;IAAgC,qCAAiC;IAAjC,iCAAiC;EP0+CnE;EOz+CE;IAAgC,mCAA+B;IAA/B,+BAA+B;EP4+CjE;EO3+CE;IAAgC,sCAA6B;IAA7B,6BAA6B;EP8+C/D;EO7+CE;IAAgC,wCAA+B;IAA/B,+BAA+B;EPg/CjE;EO/+CE;IAAgC,uCAA8B;IAA9B,8BAA8B;EPk/ChE;AACF;;AQzhDQ;EAAgC,oBAA4B;AR6hDpE;;AQ5hDQ;;EAEE,wBAAoC;AR+hD9C;;AQ7hDQ;;EAEE,0BAAwC;ARgiDlD;;AQ9hDQ;;EAEE,2BAA0C;ARiiDpD;;AQ/hDQ;;EAEE,yBAAsC;ARkiDhD;;AQjjDQ;EAAgC,0BAA4B;ARqjDpE;;AQpjDQ;;EAEE,8BAAoC;ARujD9C;;AQrjDQ;;EAEE,gCAAwC;ARwjDlD;;AQtjDQ;;EAEE,iCAA0C;ARyjDpD;;AQvjDQ;;EAEE,+BAAsC;AR0jDhD;;AQzkDQ;EAAgC,yBAA4B;AR6kDpE;;AQ5kDQ;;EAEE,6BAAoC;AR+kD9C;;AQ7kDQ;;EAEE,+BAAwC;ARglDlD;;AQ9kDQ;;EAEE,gCAA0C;ARilDpD;;AQ/kDQ;;EAEE,8BAAsC;ARklDhD;;AQjmDQ;EAAgC,uBAA4B;ARqmDpE;;AQpmDQ;;EAEE,2BAAoC;ARumD9C;;AQrmDQ;;EAEE,6BAAwC;ARwmDlD;;AQtmDQ;;EAEE,8BAA0C;ARymDpD;;AQvmDQ;;EAEE,4BAAsC;AR0mDhD;;AQznDQ;EAAgC,yBAA4B;AR6nDpE;;AQ5nDQ;;EAEE,6BAAoC;AR+nD9C;;AQ7nDQ;;EAEE,+BAAwC;ARgoDlD;;AQ9nDQ;;EAEE,gCAA0C;ARioDpD;;AQ/nDQ;;EAEE,8BAAsC;ARkoDhD;;AQjpDQ;EAAgC,uBAA4B;ARqpDpE;;AQppDQ;;EAEE,2BAAoC;ARupD9C;;AQrpDQ;;EAEE,6BAAwC;ARwpDlD;;AQtpDQ;;EAEE,8BAA0C;ARypDpD;;AQvpDQ;;EAEE,4BAAsC;AR0pDhD;;AQzqDQ;EAAgC,qBAA4B;AR6qDpE;;AQ5qDQ;;EAEE,yBAAoC;AR+qD9C;;AQ7qDQ;;EAEE,2BAAwC;ARgrDlD;;AQ9qDQ;;EAEE,4BAA0C;ARirDpD;;AQ/qDQ;;EAEE,0BAAsC;ARkrDhD;;AQjsDQ;EAAgC,2BAA4B;ARqsDpE;;AQpsDQ;;EAEE,+BAAoC;ARusD9C;;AQrsDQ;;EAEE,iCAAwC;ARwsDlD;;AQtsDQ;;EAEE,kCAA0C;ARysDpD;;AQvsDQ;;EAEE,gCAAsC;AR0sDhD;;AQztDQ;EAAgC,0BAA4B;AR6tDpE;;AQ5tDQ;;EAEE,8BAAoC;AR+tD9C;;AQ7tDQ;;EAEE,gCAAwC;ARguDlD;;AQ9tDQ;;EAEE,iCAA0C;ARiuDpD;;AQ/tDQ;;EAEE,+BAAsC;ARkuDhD;;AQjvDQ;EAAgC,wBAA4B;ARqvDpE;;AQpvDQ;;EAEE,4BAAoC;ARuvD9C;;AQrvDQ;;EAEE,8BAAwC;ARwvDlD;;AQtvDQ;;EAEE,+BAA0C;ARyvDpD;;AQvvDQ;;EAEE,6BAAsC;AR0vDhD;;AQzwDQ;EAAgC,0BAA4B;AR6wDpE;;AQ5wDQ;;EAEE,8BAAoC;AR+wD9C;;AQ7wDQ;;EAEE,gCAAwC;ARgxDlD;;AQ9wDQ;;EAEE,iCAA0C;ARixDpD;;AQ/wDQ;;EAEE,+BAAsC;ARkxDhD;;AQjyDQ;EAAgC,wBAA4B;ARqyDpE;;AQpyDQ;;EAEE,4BAAoC;ARuyD9C;;AQryDQ;;EAEE,8BAAwC;ARwyDlD;;AQtyDQ;;EAEE,+BAA0C;ARyyDpD;;AQvyDQ;;EAEE,6BAAsC;AR0yDhD;;AQlyDQ;EAAwB,2BAA2B;ARsyD3D;;AQryDQ;;EAEE,+BAA+B;ARwyDzC;;AQtyDQ;;EAEE,iCAAiC;ARyyD3C;;AQvyDQ;;EAEE,kCAAkC;AR0yD5C;;AQxyDQ;;EAEE,gCAAgC;AR2yD1C;;AQ1zDQ;EAAwB,0BAA2B;AR8zD3D;;AQ7zDQ;;EAEE,8BAA+B;ARg0DzC;;AQ9zDQ;;EAEE,gCAAiC;ARi0D3C;;AQ/zDQ;;EAEE,iCAAkC;ARk0D5C;;AQh0DQ;;EAEE,+BAAgC;ARm0D1C;;AQl1DQ;EAAwB,wBAA2B;ARs1D3D;;AQr1DQ;;EAEE,4BAA+B;ARw1DzC;;AQt1DQ;;EAEE,8BAAiC;ARy1D3C;;AQv1DQ;;EAEE,+BAAkC;AR01D5C;;AQx1DQ;;EAEE,6BAAgC;AR21D1C;;AQ12DQ;EAAwB,0BAA2B;AR82D3D;;AQ72DQ;;EAEE,8BAA+B;ARg3DzC;;AQ92DQ;;EAEE,gCAAiC;ARi3D3C;;AQ/2DQ;;EAEE,iCAAkC;ARk3D5C;;AQh3DQ;;EAEE,+BAAgC;ARm3D1C;;AQl4DQ;EAAwB,wBAA2B;ARs4D3D;;AQr4DQ;;EAEE,4BAA+B;ARw4DzC;;AQt4DQ;;EAEE,8BAAiC;ARy4D3C;;AQv4DQ;;EAEE,+BAAkC;AR04D5C;;AQx4DQ;;EAEE,6BAAgC;AR24D1C;;AQr4DI;EAAmB,uBAAuB;ARy4D9C;;AQx4DI;;EAEE,2BAA2B;AR24DjC;;AQz4DI;;EAEE,6BAA6B;AR44DnC;;AQ14DI;;EAEE,8BAA8B;AR64DpC;;AQ34DI;;EAEE,4BAA4B;AR84DlC;;AGv5DI;EKlDI;IAAgC,oBAA4B;ER88DlE;EQ78DM;;IAEE,wBAAoC;ER+8D5C;EQ78DM;;IAEE,0BAAwC;ER+8DhD;EQ78DM;;IAEE,2BAA0C;ER+8DlD;EQ78DM;;IAEE,yBAAsC;ER+8D9C;EQ99DM;IAAgC,0BAA4B;ERi+DlE;EQh+DM;;IAEE,8BAAoC;ERk+D5C;EQh+DM;;IAEE,gCAAwC;ERk+DhD;EQh+DM;;IAEE,iCAA0C;ERk+DlD;EQh+DM;;IAEE,+BAAsC;ERk+D9C;EQj/DM;IAAgC,yBAA4B;ERo/DlE;EQn/DM;;IAEE,6BAAoC;ERq/D5C;EQn/DM;;IAEE,+BAAwC;ERq/DhD;EQn/DM;;IAEE,gCAA0C;ERq/DlD;EQn/DM;;IAEE,8BAAsC;ERq/D9C;EQpgEM;IAAgC,uBAA4B;ERugElE;EQtgEM;;IAEE,2BAAoC;ERwgE5C;EQtgEM;;IAEE,6BAAwC;ERwgEhD;EQtgEM;;IAEE,8BAA0C;ERwgElD;EQtgEM;;IAEE,4BAAsC;ERwgE9C;EQvhEM;IAAgC,yBAA4B;ER0hElE;EQzhEM;;IAEE,6BAAoC;ER2hE5C;EQzhEM;;IAEE,+BAAwC;ER2hEhD;EQzhEM;;IAEE,gCAA0C;ER2hElD;EQzhEM;;IAEE,8BAAsC;ER2hE9C;EQ1iEM;IAAgC,uBAA4B;ER6iElE;EQ5iEM;;IAEE,2BAAoC;ER8iE5C;EQ5iEM;;IAEE,6BAAwC;ER8iEhD;EQ5iEM;;IAEE,8BAA0C;ER8iElD;EQ5iEM;;IAEE,4BAAsC;ER8iE9C;EQ7jEM;IAAgC,qBAA4B;ERgkElE;EQ/jEM;;IAEE,yBAAoC;ERikE5C;EQ/jEM;;IAEE,2BAAwC;ERikEhD;EQ/jEM;;IAEE,4BAA0C;ERikElD;EQ/jEM;;IAEE,0BAAsC;ERikE9C;EQhlEM;IAAgC,2BAA4B;ERmlElE;EQllEM;;IAEE,+BAAoC;ERolE5C;EQllEM;;IAEE,iCAAwC;ERolEhD;EQllEM;;IAEE,kCAA0C;ERolElD;EQllEM;;IAEE,gCAAsC;ERolE9C;EQnmEM;IAAgC,0BAA4B;ERsmElE;EQrmEM;;IAEE,8BAAoC;ERumE5C;EQrmEM;;IAEE,gCAAwC;ERumEhD;EQrmEM;;IAEE,iCAA0C;ERumElD;EQrmEM;;IAEE,+BAAsC;ERumE9C;EQtnEM;IAAgC,wBAA4B;ERynElE;EQxnEM;;IAEE,4BAAoC;ER0nE5C;EQxnEM;;IAEE,8BAAwC;ER0nEhD;EQxnEM;;IAEE,+BAA0C;ER0nElD;EQxnEM;;IAEE,6BAAsC;ER0nE9C;EQzoEM;IAAgC,0BAA4B;ER4oElE;EQ3oEM;;IAEE,8BAAoC;ER6oE5C;EQ3oEM;;IAEE,gCAAwC;ER6oEhD;EQ3oEM;;IAEE,iCAA0C;ER6oElD;EQ3oEM;;IAEE,+BAAsC;ER6oE9C;EQ5pEM;IAAgC,wBAA4B;ER+pElE;EQ9pEM;;IAEE,4BAAoC;ERgqE5C;EQ9pEM;;IAEE,8BAAwC;ERgqEhD;EQ9pEM;;IAEE,+BAA0C;ERgqElD;EQ9pEM;;IAEE,6BAAsC;ERgqE9C;EQxpEM;IAAwB,2BAA2B;ER2pEzD;EQ1pEM;;IAEE,+BAA+B;ER4pEvC;EQ1pEM;;IAEE,iCAAiC;ER4pEzC;EQ1pEM;;IAEE,kCAAkC;ER4pE1C;EQ1pEM;;IAEE,gCAAgC;ER4pExC;EQ3qEM;IAAwB,0BAA2B;ER8qEzD;EQ7qEM;;IAEE,8BAA+B;ER+qEvC;EQ7qEM;;IAEE,gCAAiC;ER+qEzC;EQ7qEM;;IAEE,iCAAkC;ER+qE1C;EQ7qEM;;IAEE,+BAAgC;ER+qExC;EQ9rEM;IAAwB,wBAA2B;ERisEzD;EQhsEM;;IAEE,4BAA+B;ERksEvC;EQhsEM;;IAEE,8BAAiC;ERksEzC;EQhsEM;;IAEE,+BAAkC;ERksE1C;EQhsEM;;IAEE,6BAAgC;ERksExC;EQjtEM;IAAwB,0BAA2B;ERotEzD;EQntEM;;IAEE,8BAA+B;ERqtEvC;EQntEM;;IAEE,gCAAiC;ERqtEzC;EQntEM;;IAEE,iCAAkC;ERqtE1C;EQntEM;;IAEE,+BAAgC;ERqtExC;EQpuEM;IAAwB,wBAA2B;ERuuEzD;EQtuEM;;IAEE,4BAA+B;ERwuEvC;EQtuEM;;IAEE,8BAAiC;ERwuEzC;EQtuEM;;IAEE,+BAAkC;ERwuE1C;EQtuEM;;IAEE,6BAAgC;ERwuExC;EQluEE;IAAmB,uBAAuB;ERquE5C;EQpuEE;;IAEE,2BAA2B;ERsuE/B;EQpuEE;;IAEE,6BAA6B;ERsuEjC;EQpuEE;;IAEE,8BAA8B;ERsuElC;EQpuEE;;IAEE,4BAA4B;ERsuEhC;AACF;;AGhvEI;EKlDI;IAAgC,oBAA4B;ERuyElE;EQtyEM;;IAEE,wBAAoC;ERwyE5C;EQtyEM;;IAEE,0BAAwC;ERwyEhD;EQtyEM;;IAEE,2BAA0C;ERwyElD;EQtyEM;;IAEE,yBAAsC;ERwyE9C;EQvzEM;IAAgC,0BAA4B;ER0zElE;EQzzEM;;IAEE,8BAAoC;ER2zE5C;EQzzEM;;IAEE,gCAAwC;ER2zEhD;EQzzEM;;IAEE,iCAA0C;ER2zElD;EQzzEM;;IAEE,+BAAsC;ER2zE9C;EQ10EM;IAAgC,yBAA4B;ER60ElE;EQ50EM;;IAEE,6BAAoC;ER80E5C;EQ50EM;;IAEE,+BAAwC;ER80EhD;EQ50EM;;IAEE,gCAA0C;ER80ElD;EQ50EM;;IAEE,8BAAsC;ER80E9C;EQ71EM;IAAgC,uBAA4B;ERg2ElE;EQ/1EM;;IAEE,2BAAoC;ERi2E5C;EQ/1EM;;IAEE,6BAAwC;ERi2EhD;EQ/1EM;;IAEE,8BAA0C;ERi2ElD;EQ/1EM;;IAEE,4BAAsC;ERi2E9C;EQh3EM;IAAgC,yBAA4B;ERm3ElE;EQl3EM;;IAEE,6BAAoC;ERo3E5C;EQl3EM;;IAEE,+BAAwC;ERo3EhD;EQl3EM;;IAEE,gCAA0C;ERo3ElD;EQl3EM;;IAEE,8BAAsC;ERo3E9C;EQn4EM;IAAgC,uBAA4B;ERs4ElE;EQr4EM;;IAEE,2BAAoC;ERu4E5C;EQr4EM;;IAEE,6BAAwC;ERu4EhD;EQr4EM;;IAEE,8BAA0C;ERu4ElD;EQr4EM;;IAEE,4BAAsC;ERu4E9C;EQt5EM;IAAgC,qBAA4B;ERy5ElE;EQx5EM;;IAEE,yBAAoC;ER05E5C;EQx5EM;;IAEE,2BAAwC;ER05EhD;EQx5EM;;IAEE,4BAA0C;ER05ElD;EQx5EM;;IAEE,0BAAsC;ER05E9C;EQz6EM;IAAgC,2BAA4B;ER46ElE;EQ36EM;;IAEE,+BAAoC;ER66E5C;EQ36EM;;IAEE,iCAAwC;ER66EhD;EQ36EM;;IAEE,kCAA0C;ER66ElD;EQ36EM;;IAEE,gCAAsC;ER66E9C;EQ57EM;IAAgC,0BAA4B;ER+7ElE;EQ97EM;;IAEE,8BAAoC;ERg8E5C;EQ97EM;;IAEE,gCAAwC;ERg8EhD;EQ97EM;;IAEE,iCAA0C;ERg8ElD;EQ97EM;;IAEE,+BAAsC;ERg8E9C;EQ/8EM;IAAgC,wBAA4B;ERk9ElE;EQj9EM;;IAEE,4BAAoC;ERm9E5C;EQj9EM;;IAEE,8BAAwC;ERm9EhD;EQj9EM;;IAEE,+BAA0C;ERm9ElD;EQj9EM;;IAEE,6BAAsC;ERm9E9C;EQl+EM;IAAgC,0BAA4B;ERq+ElE;EQp+EM;;IAEE,8BAAoC;ERs+E5C;EQp+EM;;IAEE,gCAAwC;ERs+EhD;EQp+EM;;IAEE,iCAA0C;ERs+ElD;EQp+EM;;IAEE,+BAAsC;ERs+E9C;EQr/EM;IAAgC,wBAA4B;ERw/ElE;EQv/EM;;IAEE,4BAAoC;ERy/E5C;EQv/EM;;IAEE,8BAAwC;ERy/EhD;EQv/EM;;IAEE,+BAA0C;ERy/ElD;EQv/EM;;IAEE,6BAAsC;ERy/E9C;EQj/EM;IAAwB,2BAA2B;ERo/EzD;EQn/EM;;IAEE,+BAA+B;ERq/EvC;EQn/EM;;IAEE,iCAAiC;ERq/EzC;EQn/EM;;IAEE,kCAAkC;ERq/E1C;EQn/EM;;IAEE,gCAAgC;ERq/ExC;EQpgFM;IAAwB,0BAA2B;ERugFzD;EQtgFM;;IAEE,8BAA+B;ERwgFvC;EQtgFM;;IAEE,gCAAiC;ERwgFzC;EQtgFM;;IAEE,iCAAkC;ERwgF1C;EQtgFM;;IAEE,+BAAgC;ERwgFxC;EQvhFM;IAAwB,wBAA2B;ER0hFzD;EQzhFM;;IAEE,4BAA+B;ER2hFvC;EQzhFM;;IAEE,8BAAiC;ER2hFzC;EQzhFM;;IAEE,+BAAkC;ER2hF1C;EQzhFM;;IAEE,6BAAgC;ER2hFxC;EQ1iFM;IAAwB,0BAA2B;ER6iFzD;EQ5iFM;;IAEE,8BAA+B;ER8iFvC;EQ5iFM;;IAEE,gCAAiC;ER8iFzC;EQ5iFM;;IAEE,iCAAkC;ER8iF1C;EQ5iFM;;IAEE,+BAAgC;ER8iFxC;EQ7jFM;IAAwB,wBAA2B;ERgkFzD;EQ/jFM;;IAEE,4BAA+B;ERikFvC;EQ/jFM;;IAEE,8BAAiC;ERikFzC;EQ/jFM;;IAEE,+BAAkC;ERikF1C;EQ/jFM;;IAEE,6BAAgC;ERikFxC;EQ3jFE;IAAmB,uBAAuB;ER8jF5C;EQ7jFE;;IAEE,2BAA2B;ER+jF/B;EQ7jFE;;IAEE,6BAA6B;ER+jFjC;EQ7jFE;;IAEE,8BAA8B;ER+jFlC;EQ7jFE;;IAEE,4BAA4B;ER+jFhC;AACF;;AGzkFI;EKlDI;IAAgC,oBAA4B;ERgoFlE;EQ/nFM;;IAEE,wBAAoC;ERioF5C;EQ/nFM;;IAEE,0BAAwC;ERioFhD;EQ/nFM;;IAEE,2BAA0C;ERioFlD;EQ/nFM;;IAEE,yBAAsC;ERioF9C;EQhpFM;IAAgC,0BAA4B;ERmpFlE;EQlpFM;;IAEE,8BAAoC;ERopF5C;EQlpFM;;IAEE,gCAAwC;ERopFhD;EQlpFM;;IAEE,iCAA0C;ERopFlD;EQlpFM;;IAEE,+BAAsC;ERopF9C;EQnqFM;IAAgC,yBAA4B;ERsqFlE;EQrqFM;;IAEE,6BAAoC;ERuqF5C;EQrqFM;;IAEE,+BAAwC;ERuqFhD;EQrqFM;;IAEE,gCAA0C;ERuqFlD;EQrqFM;;IAEE,8BAAsC;ERuqF9C;EQtrFM;IAAgC,uBAA4B;ERyrFlE;EQxrFM;;IAEE,2BAAoC;ER0rF5C;EQxrFM;;IAEE,6BAAwC;ER0rFhD;EQxrFM;;IAEE,8BAA0C;ER0rFlD;EQxrFM;;IAEE,4BAAsC;ER0rF9C;EQzsFM;IAAgC,yBAA4B;ER4sFlE;EQ3sFM;;IAEE,6BAAoC;ER6sF5C;EQ3sFM;;IAEE,+BAAwC;ER6sFhD;EQ3sFM;;IAEE,gCAA0C;ER6sFlD;EQ3sFM;;IAEE,8BAAsC;ER6sF9C;EQ5tFM;IAAgC,uBAA4B;ER+tFlE;EQ9tFM;;IAEE,2BAAoC;ERguF5C;EQ9tFM;;IAEE,6BAAwC;ERguFhD;EQ9tFM;;IAEE,8BAA0C;ERguFlD;EQ9tFM;;IAEE,4BAAsC;ERguF9C;EQ/uFM;IAAgC,qBAA4B;ERkvFlE;EQjvFM;;IAEE,yBAAoC;ERmvF5C;EQjvFM;;IAEE,2BAAwC;ERmvFhD;EQjvFM;;IAEE,4BAA0C;ERmvFlD;EQjvFM;;IAEE,0BAAsC;ERmvF9C;EQlwFM;IAAgC,2BAA4B;ERqwFlE;EQpwFM;;IAEE,+BAAoC;ERswF5C;EQpwFM;;IAEE,iCAAwC;ERswFhD;EQpwFM;;IAEE,kCAA0C;ERswFlD;EQpwFM;;IAEE,gCAAsC;ERswF9C;EQrxFM;IAAgC,0BAA4B;ERwxFlE;EQvxFM;;IAEE,8BAAoC;ERyxF5C;EQvxFM;;IAEE,gCAAwC;ERyxFhD;EQvxFM;;IAEE,iCAA0C;ERyxFlD;EQvxFM;;IAEE,+BAAsC;ERyxF9C;EQxyFM;IAAgC,wBAA4B;ER2yFlE;EQ1yFM;;IAEE,4BAAoC;ER4yF5C;EQ1yFM;;IAEE,8BAAwC;ER4yFhD;EQ1yFM;;IAEE,+BAA0C;ER4yFlD;EQ1yFM;;IAEE,6BAAsC;ER4yF9C;EQ3zFM;IAAgC,0BAA4B;ER8zFlE;EQ7zFM;;IAEE,8BAAoC;ER+zF5C;EQ7zFM;;IAEE,gCAAwC;ER+zFhD;EQ7zFM;;IAEE,iCAA0C;ER+zFlD;EQ7zFM;;IAEE,+BAAsC;ER+zF9C;EQ90FM;IAAgC,wBAA4B;ERi1FlE;EQh1FM;;IAEE,4BAAoC;ERk1F5C;EQh1FM;;IAEE,8BAAwC;ERk1FhD;EQh1FM;;IAEE,+BAA0C;ERk1FlD;EQh1FM;;IAEE,6BAAsC;ERk1F9C;EQ10FM;IAAwB,2BAA2B;ER60FzD;EQ50FM;;IAEE,+BAA+B;ER80FvC;EQ50FM;;IAEE,iCAAiC;ER80FzC;EQ50FM;;IAEE,kCAAkC;ER80F1C;EQ50FM;;IAEE,gCAAgC;ER80FxC;EQ71FM;IAAwB,0BAA2B;ERg2FzD;EQ/1FM;;IAEE,8BAA+B;ERi2FvC;EQ/1FM;;IAEE,gCAAiC;ERi2FzC;EQ/1FM;;IAEE,iCAAkC;ERi2F1C;EQ/1FM;;IAEE,+BAAgC;ERi2FxC;EQh3FM;IAAwB,wBAA2B;ERm3FzD;EQl3FM;;IAEE,4BAA+B;ERo3FvC;EQl3FM;;IAEE,8BAAiC;ERo3FzC;EQl3FM;;IAEE,+BAAkC;ERo3F1C;EQl3FM;;IAEE,6BAAgC;ERo3FxC;EQn4FM;IAAwB,0BAA2B;ERs4FzD;EQr4FM;;IAEE,8BAA+B;ERu4FvC;EQr4FM;;IAEE,gCAAiC;ERu4FzC;EQr4FM;;IAEE,iCAAkC;ERu4F1C;EQr4FM;;IAEE,+BAAgC;ERu4FxC;EQt5FM;IAAwB,wBAA2B;ERy5FzD;EQx5FM;;IAEE,4BAA+B;ER05FvC;EQx5FM;;IAEE,8BAAiC;ER05FzC;EQx5FM;;IAEE,+BAAkC;ER05F1C;EQx5FM;;IAEE,6BAAgC;ER05FxC;EQp5FE;IAAmB,uBAAuB;ERu5F5C;EQt5FE;;IAEE,2BAA2B;ERw5F/B;EQt5FE;;IAEE,6BAA6B;ERw5FjC;EQt5FE;;IAEE,8BAA8B;ERw5FlC;EQt5FE;;IAEE,4BAA4B;ERw5FhC;AACF;;AGl6FI;EKlDI;IAAgC,oBAA4B;ERy9FlE;EQx9FM;;IAEE,wBAAoC;ER09F5C;EQx9FM;;IAEE,0BAAwC;ER09FhD;EQx9FM;;IAEE,2BAA0C;ER09FlD;EQx9FM;;IAEE,yBAAsC;ER09F9C;EQz+FM;IAAgC,0BAA4B;ER4+FlE;EQ3+FM;;IAEE,8BAAoC;ER6+F5C;EQ3+FM;;IAEE,gCAAwC;ER6+FhD;EQ3+FM;;IAEE,iCAA0C;ER6+FlD;EQ3+FM;;IAEE,+BAAsC;ER6+F9C;EQ5/FM;IAAgC,yBAA4B;ER+/FlE;EQ9/FM;;IAEE,6BAAoC;ERggG5C;EQ9/FM;;IAEE,+BAAwC;ERggGhD;EQ9/FM;;IAEE,gCAA0C;ERggGlD;EQ9/FM;;IAEE,8BAAsC;ERggG9C;EQ/gGM;IAAgC,uBAA4B;ERkhGlE;EQjhGM;;IAEE,2BAAoC;ERmhG5C;EQjhGM;;IAEE,6BAAwC;ERmhGhD;EQjhGM;;IAEE,8BAA0C;ERmhGlD;EQjhGM;;IAEE,4BAAsC;ERmhG9C;EQliGM;IAAgC,yBAA4B;ERqiGlE;EQpiGM;;IAEE,6BAAoC;ERsiG5C;EQpiGM;;IAEE,+BAAwC;ERsiGhD;EQpiGM;;IAEE,gCAA0C;ERsiGlD;EQpiGM;;IAEE,8BAAsC;ERsiG9C;EQrjGM;IAAgC,uBAA4B;ERwjGlE;EQvjGM;;IAEE,2BAAoC;ERyjG5C;EQvjGM;;IAEE,6BAAwC;ERyjGhD;EQvjGM;;IAEE,8BAA0C;ERyjGlD;EQvjGM;;IAEE,4BAAsC;ERyjG9C;EQxkGM;IAAgC,qBAA4B;ER2kGlE;EQ1kGM;;IAEE,yBAAoC;ER4kG5C;EQ1kGM;;IAEE,2BAAwC;ER4kGhD;EQ1kGM;;IAEE,4BAA0C;ER4kGlD;EQ1kGM;;IAEE,0BAAsC;ER4kG9C;EQ3lGM;IAAgC,2BAA4B;ER8lGlE;EQ7lGM;;IAEE,+BAAoC;ER+lG5C;EQ7lGM;;IAEE,iCAAwC;ER+lGhD;EQ7lGM;;IAEE,kCAA0C;ER+lGlD;EQ7lGM;;IAEE,gCAAsC;ER+lG9C;EQ9mGM;IAAgC,0BAA4B;ERinGlE;EQhnGM;;IAEE,8BAAoC;ERknG5C;EQhnGM;;IAEE,gCAAwC;ERknGhD;EQhnGM;;IAEE,iCAA0C;ERknGlD;EQhnGM;;IAEE,+BAAsC;ERknG9C;EQjoGM;IAAgC,wBAA4B;ERooGlE;EQnoGM;;IAEE,4BAAoC;ERqoG5C;EQnoGM;;IAEE,8BAAwC;ERqoGhD;EQnoGM;;IAEE,+BAA0C;ERqoGlD;EQnoGM;;IAEE,6BAAsC;ERqoG9C;EQppGM;IAAgC,0BAA4B;ERupGlE;EQtpGM;;IAEE,8BAAoC;ERwpG5C;EQtpGM;;IAEE,gCAAwC;ERwpGhD;EQtpGM;;IAEE,iCAA0C;ERwpGlD;EQtpGM;;IAEE,+BAAsC;ERwpG9C;EQvqGM;IAAgC,wBAA4B;ER0qGlE;EQzqGM;;IAEE,4BAAoC;ER2qG5C;EQzqGM;;IAEE,8BAAwC;ER2qGhD;EQzqGM;;IAEE,+BAA0C;ER2qGlD;EQzqGM;;IAEE,6BAAsC;ER2qG9C;EQnqGM;IAAwB,2BAA2B;ERsqGzD;EQrqGM;;IAEE,+BAA+B;ERuqGvC;EQrqGM;;IAEE,iCAAiC;ERuqGzC;EQrqGM;;IAEE,kCAAkC;ERuqG1C;EQrqGM;;IAEE,gCAAgC;ERuqGxC;EQtrGM;IAAwB,0BAA2B;ERyrGzD;EQxrGM;;IAEE,8BAA+B;ER0rGvC;EQxrGM;;IAEE,gCAAiC;ER0rGzC;EQxrGM;;IAEE,iCAAkC;ER0rG1C;EQxrGM;;IAEE,+BAAgC;ER0rGxC;EQzsGM;IAAwB,wBAA2B;ER4sGzD;EQ3sGM;;IAEE,4BAA+B;ER6sGvC;EQ3sGM;;IAEE,8BAAiC;ER6sGzC;EQ3sGM;;IAEE,+BAAkC;ER6sG1C;EQ3sGM;;IAEE,6BAAgC;ER6sGxC;EQ5tGM;IAAwB,0BAA2B;ER+tGzD;EQ9tGM;;IAEE,8BAA+B;ERguGvC;EQ9tGM;;IAEE,gCAAiC;ERguGzC;EQ9tGM;;IAEE,iCAAkC;ERguG1C;EQ9tGM;;IAEE,+BAAgC;ERguGxC;EQ/uGM;IAAwB,wBAA2B;ERkvGzD;EQjvGM;;IAEE,4BAA+B;ERmvGvC;EQjvGM;;IAEE,8BAAiC;ERmvGzC;EQjvGM;;IAEE,+BAAkC;ERmvG1C;EQjvGM;;IAEE,6BAAgC;ERmvGxC;EQ7uGE;IAAmB,uBAAuB;ERgvG5C;EQ/uGE;;IAEE,2BAA2B;ERivG/B;EQ/uGE;;IAEE,6BAA6B;ERivGjC;EQ/uGE;;IAEE,8BAA8B;ERivGlC;EQ/uGE;;IAEE,4BAA4B;ERivGhC;AACF","file":"bootstrap-grid.css","sourcesContent":["/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\nhtml {\n box-sizing: border-box;\n -ms-overflow-style: scrollbar;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/breakpoints\";\n@import \"mixins/grid-framework\";\n@import \"mixins/grid\";\n\n@import \"grid\";\n@import \"utilities/display\";\n@import \"utilities/flex\";\n@import \"utilities/spacing\";\n","/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\nhtml {\n box-sizing: border-box;\n -ms-overflow-style: scrollbar;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\n.container {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n max-width: 1140px;\n }\n}\n\n.container-fluid {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,\n.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,\n.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,\n.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,\n.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\n.col-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n}\n\n.col-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-3 {\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.col-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.col-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n}\n\n.col-6 {\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.col-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n}\n\n.col-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n}\n\n.col-9 {\n flex: 0 0 75%;\n max-width: 75%;\n}\n\n.col-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n}\n\n.col-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.order-first {\n order: -1;\n}\n\n.order-last {\n order: 13;\n}\n\n.order-0 {\n order: 0;\n}\n\n.order-1 {\n order: 1;\n}\n\n.order-2 {\n order: 2;\n}\n\n.order-3 {\n order: 3;\n}\n\n.order-4 {\n order: 4;\n}\n\n.order-5 {\n order: 5;\n}\n\n.order-6 {\n order: 6;\n}\n\n.order-7 {\n order: 7;\n}\n\n.order-8 {\n order: 8;\n}\n\n.order-9 {\n order: 9;\n}\n\n.order-10 {\n order: 10;\n}\n\n.order-11 {\n order: 11;\n}\n\n.order-12 {\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-sm-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-sm-first {\n order: -1;\n }\n .order-sm-last {\n order: 13;\n }\n .order-sm-0 {\n order: 0;\n }\n .order-sm-1 {\n order: 1;\n }\n .order-sm-2 {\n order: 2;\n }\n .order-sm-3 {\n order: 3;\n }\n .order-sm-4 {\n order: 4;\n }\n .order-sm-5 {\n order: 5;\n }\n .order-sm-6 {\n order: 6;\n }\n .order-sm-7 {\n order: 7;\n }\n .order-sm-8 {\n order: 8;\n }\n .order-sm-9 {\n order: 9;\n }\n .order-sm-10 {\n order: 10;\n }\n .order-sm-11 {\n order: 11;\n }\n .order-sm-12 {\n order: 12;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-md-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-md-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-md-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-md-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-md-first {\n order: -1;\n }\n .order-md-last {\n order: 13;\n }\n .order-md-0 {\n order: 0;\n }\n .order-md-1 {\n order: 1;\n }\n .order-md-2 {\n order: 2;\n }\n .order-md-3 {\n order: 3;\n }\n .order-md-4 {\n order: 4;\n }\n .order-md-5 {\n order: 5;\n }\n .order-md-6 {\n order: 6;\n }\n .order-md-7 {\n order: 7;\n }\n .order-md-8 {\n order: 8;\n }\n .order-md-9 {\n order: 9;\n }\n .order-md-10 {\n order: 10;\n }\n .order-md-11 {\n order: 11;\n }\n .order-md-12 {\n order: 12;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-lg-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-lg-first {\n order: -1;\n }\n .order-lg-last {\n order: 13;\n }\n .order-lg-0 {\n order: 0;\n }\n .order-lg-1 {\n order: 1;\n }\n .order-lg-2 {\n order: 2;\n }\n .order-lg-3 {\n order: 3;\n }\n .order-lg-4 {\n order: 4;\n }\n .order-lg-5 {\n order: 5;\n }\n .order-lg-6 {\n order: 6;\n }\n .order-lg-7 {\n order: 7;\n }\n .order-lg-8 {\n order: 8;\n }\n .order-lg-9 {\n order: 9;\n }\n .order-lg-10 {\n order: 10;\n }\n .order-lg-11 {\n order: 11;\n }\n .order-lg-12 {\n order: 12;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-xl-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-xl-first {\n order: -1;\n }\n .order-xl-last {\n order: 13;\n }\n .order-xl-0 {\n order: 0;\n }\n .order-xl-1 {\n order: 1;\n }\n .order-xl-2 {\n order: 2;\n }\n .order-xl-3 {\n order: 3;\n }\n .order-xl-4 {\n order: 4;\n }\n .order-xl-5 {\n order: 5;\n }\n .order-xl-6 {\n order: 6;\n }\n .order-xl-7 {\n order: 7;\n }\n .order-xl-8 {\n order: 8;\n }\n .order-xl-9 {\n order: 9;\n }\n .order-xl-10 {\n order: 10;\n }\n .order-xl-11 {\n order: 11;\n }\n .order-xl-12 {\n order: 12;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n.d-none {\n display: none !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n@media (min-width: 576px) {\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 768px) {\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 992px) {\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 1200px) {\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.mt-0,\n.my-0 {\n margin-top: 0 !important;\n}\n\n.mr-0,\n.mx-0 {\n margin-right: 0 !important;\n}\n\n.mb-0,\n.my-0 {\n margin-bottom: 0 !important;\n}\n\n.ml-0,\n.mx-0 {\n margin-left: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.mt-1,\n.my-1 {\n margin-top: 0.25rem !important;\n}\n\n.mr-1,\n.mx-1 {\n margin-right: 0.25rem !important;\n}\n\n.mb-1,\n.my-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.ml-1,\n.mx-1 {\n margin-left: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.mt-2,\n.my-2 {\n margin-top: 0.5rem !important;\n}\n\n.mr-2,\n.mx-2 {\n margin-right: 0.5rem !important;\n}\n\n.mb-2,\n.my-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.ml-2,\n.mx-2 {\n margin-left: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.mt-3,\n.my-3 {\n margin-top: 1rem !important;\n}\n\n.mr-3,\n.mx-3 {\n margin-right: 1rem !important;\n}\n\n.mb-3,\n.my-3 {\n margin-bottom: 1rem !important;\n}\n\n.ml-3,\n.mx-3 {\n margin-left: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.mt-4,\n.my-4 {\n margin-top: 1.5rem !important;\n}\n\n.mr-4,\n.mx-4 {\n margin-right: 1.5rem !important;\n}\n\n.mb-4,\n.my-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.ml-4,\n.mx-4 {\n margin-left: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.mt-5,\n.my-5 {\n margin-top: 3rem !important;\n}\n\n.mr-5,\n.mx-5 {\n margin-right: 3rem !important;\n}\n\n.mb-5,\n.my-5 {\n margin-bottom: 3rem !important;\n}\n\n.ml-5,\n.mx-5 {\n margin-left: 3rem !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.pt-0,\n.py-0 {\n padding-top: 0 !important;\n}\n\n.pr-0,\n.px-0 {\n padding-right: 0 !important;\n}\n\n.pb-0,\n.py-0 {\n padding-bottom: 0 !important;\n}\n\n.pl-0,\n.px-0 {\n padding-left: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.pt-1,\n.py-1 {\n padding-top: 0.25rem !important;\n}\n\n.pr-1,\n.px-1 {\n padding-right: 0.25rem !important;\n}\n\n.pb-1,\n.py-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pl-1,\n.px-1 {\n padding-left: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.pt-2,\n.py-2 {\n padding-top: 0.5rem !important;\n}\n\n.pr-2,\n.px-2 {\n padding-right: 0.5rem !important;\n}\n\n.pb-2,\n.py-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pl-2,\n.px-2 {\n padding-left: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.pt-3,\n.py-3 {\n padding-top: 1rem !important;\n}\n\n.pr-3,\n.px-3 {\n padding-right: 1rem !important;\n}\n\n.pb-3,\n.py-3 {\n padding-bottom: 1rem !important;\n}\n\n.pl-3,\n.px-3 {\n padding-left: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.pt-4,\n.py-4 {\n padding-top: 1.5rem !important;\n}\n\n.pr-4,\n.px-4 {\n padding-right: 1.5rem !important;\n}\n\n.pb-4,\n.py-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pl-4,\n.px-4 {\n padding-left: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.pt-5,\n.py-5 {\n padding-top: 3rem !important;\n}\n\n.pr-5,\n.px-5 {\n padding-right: 3rem !important;\n}\n\n.pb-5,\n.py-5 {\n padding-bottom: 3rem !important;\n}\n\n.pl-5,\n.px-5 {\n padding-left: 3rem !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.mt-n1,\n.my-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mr-n1,\n.mx-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mb-n1,\n.my-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.ml-n1,\n.mx-n1 {\n margin-left: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.mt-n2,\n.my-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mr-n2,\n.mx-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mb-n2,\n.my-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.ml-n2,\n.mx-n2 {\n margin-left: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.mt-n3,\n.my-n3 {\n margin-top: -1rem !important;\n}\n\n.mr-n3,\n.mx-n3 {\n margin-right: -1rem !important;\n}\n\n.mb-n3,\n.my-n3 {\n margin-bottom: -1rem !important;\n}\n\n.ml-n3,\n.mx-n3 {\n margin-left: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.mt-n4,\n.my-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mr-n4,\n.mx-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mb-n4,\n.my-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.ml-n4,\n.mx-n4 {\n margin-left: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mt-n5,\n.my-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n5,\n.mx-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n5,\n.my-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n5,\n.mx-n5 {\n margin-left: -3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mt-auto,\n.my-auto {\n margin-top: auto !important;\n}\n\n.mr-auto,\n.mx-auto {\n margin-right: auto !important;\n}\n\n.mb-auto,\n.my-auto {\n margin-bottom: auto !important;\n}\n\n.ml-auto,\n.mx-auto {\n margin-left: auto !important;\n}\n\n@media (min-width: 576px) {\n .m-sm-0 {\n margin: 0 !important;\n }\n .mt-sm-0,\n .my-sm-0 {\n margin-top: 0 !important;\n }\n .mr-sm-0,\n .mx-sm-0 {\n margin-right: 0 !important;\n }\n .mb-sm-0,\n .my-sm-0 {\n margin-bottom: 0 !important;\n }\n .ml-sm-0,\n .mx-sm-0 {\n margin-left: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .mt-sm-1,\n .my-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mr-sm-1,\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mb-sm-1,\n .my-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-sm-1,\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .mt-sm-2,\n .my-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mr-sm-2,\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mb-sm-2,\n .my-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-sm-2,\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .mt-sm-3,\n .my-sm-3 {\n margin-top: 1rem !important;\n }\n .mr-sm-3,\n .mx-sm-3 {\n margin-right: 1rem !important;\n }\n .mb-sm-3,\n .my-sm-3 {\n margin-bottom: 1rem !important;\n }\n .ml-sm-3,\n .mx-sm-3 {\n margin-left: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .mt-sm-4,\n .my-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mr-sm-4,\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mb-sm-4,\n .my-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-sm-4,\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .mt-sm-5,\n .my-sm-5 {\n margin-top: 3rem !important;\n }\n .mr-sm-5,\n .mx-sm-5 {\n margin-right: 3rem !important;\n }\n .mb-sm-5,\n .my-sm-5 {\n margin-bottom: 3rem !important;\n }\n .ml-sm-5,\n .mx-sm-5 {\n margin-left: 3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .pt-sm-0,\n .py-sm-0 {\n padding-top: 0 !important;\n }\n .pr-sm-0,\n .px-sm-0 {\n padding-right: 0 !important;\n }\n .pb-sm-0,\n .py-sm-0 {\n padding-bottom: 0 !important;\n }\n .pl-sm-0,\n .px-sm-0 {\n padding-left: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .pt-sm-1,\n .py-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pr-sm-1,\n .px-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pb-sm-1,\n .py-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-sm-1,\n .px-sm-1 {\n padding-left: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .pt-sm-2,\n .py-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pr-sm-2,\n .px-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pb-sm-2,\n .py-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-sm-2,\n .px-sm-2 {\n padding-left: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .pt-sm-3,\n .py-sm-3 {\n padding-top: 1rem !important;\n }\n .pr-sm-3,\n .px-sm-3 {\n padding-right: 1rem !important;\n }\n .pb-sm-3,\n .py-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pl-sm-3,\n .px-sm-3 {\n padding-left: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .pt-sm-4,\n .py-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pr-sm-4,\n .px-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pb-sm-4,\n .py-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-sm-4,\n .px-sm-4 {\n padding-left: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .pt-sm-5,\n .py-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-5,\n .px-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-5,\n .py-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-5,\n .px-sm-5 {\n padding-left: 3rem !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .mt-sm-n1,\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-sm-n1,\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-sm-n1,\n .my-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-sm-n1,\n .mx-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .mt-sm-n2,\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-sm-n2,\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-sm-n2,\n .my-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-sm-n2,\n .mx-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .mt-sm-n3,\n .my-sm-n3 {\n margin-top: -1rem !important;\n }\n .mr-sm-n3,\n .mx-sm-n3 {\n margin-right: -1rem !important;\n }\n .mb-sm-n3,\n .my-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-sm-n3,\n .mx-sm-n3 {\n margin-left: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .mt-sm-n4,\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-sm-n4,\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-sm-n4,\n .my-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-sm-n4,\n .mx-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mt-sm-n5,\n .my-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n5,\n .mx-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n5,\n .my-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n5,\n .mx-sm-n5 {\n margin-left: -3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mt-sm-auto,\n .my-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-auto,\n .mx-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-auto,\n .my-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-auto,\n .mx-sm-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 768px) {\n .m-md-0 {\n margin: 0 !important;\n }\n .mt-md-0,\n .my-md-0 {\n margin-top: 0 !important;\n }\n .mr-md-0,\n .mx-md-0 {\n margin-right: 0 !important;\n }\n .mb-md-0,\n .my-md-0 {\n margin-bottom: 0 !important;\n }\n .ml-md-0,\n .mx-md-0 {\n margin-left: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .mt-md-1,\n .my-md-1 {\n margin-top: 0.25rem !important;\n }\n .mr-md-1,\n .mx-md-1 {\n margin-right: 0.25rem !important;\n }\n .mb-md-1,\n .my-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-md-1,\n .mx-md-1 {\n margin-left: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .mt-md-2,\n .my-md-2 {\n margin-top: 0.5rem !important;\n }\n .mr-md-2,\n .mx-md-2 {\n margin-right: 0.5rem !important;\n }\n .mb-md-2,\n .my-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-md-2,\n .mx-md-2 {\n margin-left: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .mt-md-3,\n .my-md-3 {\n margin-top: 1rem !important;\n }\n .mr-md-3,\n .mx-md-3 {\n margin-right: 1rem !important;\n }\n .mb-md-3,\n .my-md-3 {\n margin-bottom: 1rem !important;\n }\n .ml-md-3,\n .mx-md-3 {\n margin-left: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .mt-md-4,\n .my-md-4 {\n margin-top: 1.5rem !important;\n }\n .mr-md-4,\n .mx-md-4 {\n margin-right: 1.5rem !important;\n }\n .mb-md-4,\n .my-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-md-4,\n .mx-md-4 {\n margin-left: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .mt-md-5,\n .my-md-5 {\n margin-top: 3rem !important;\n }\n .mr-md-5,\n .mx-md-5 {\n margin-right: 3rem !important;\n }\n .mb-md-5,\n .my-md-5 {\n margin-bottom: 3rem !important;\n }\n .ml-md-5,\n .mx-md-5 {\n margin-left: 3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .pt-md-0,\n .py-md-0 {\n padding-top: 0 !important;\n }\n .pr-md-0,\n .px-md-0 {\n padding-right: 0 !important;\n }\n .pb-md-0,\n .py-md-0 {\n padding-bottom: 0 !important;\n }\n .pl-md-0,\n .px-md-0 {\n padding-left: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .pt-md-1,\n .py-md-1 {\n padding-top: 0.25rem !important;\n }\n .pr-md-1,\n .px-md-1 {\n padding-right: 0.25rem !important;\n }\n .pb-md-1,\n .py-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-md-1,\n .px-md-1 {\n padding-left: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .pt-md-2,\n .py-md-2 {\n padding-top: 0.5rem !important;\n }\n .pr-md-2,\n .px-md-2 {\n padding-right: 0.5rem !important;\n }\n .pb-md-2,\n .py-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-md-2,\n .px-md-2 {\n padding-left: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .pt-md-3,\n .py-md-3 {\n padding-top: 1rem !important;\n }\n .pr-md-3,\n .px-md-3 {\n padding-right: 1rem !important;\n }\n .pb-md-3,\n .py-md-3 {\n padding-bottom: 1rem !important;\n }\n .pl-md-3,\n .px-md-3 {\n padding-left: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .pt-md-4,\n .py-md-4 {\n padding-top: 1.5rem !important;\n }\n .pr-md-4,\n .px-md-4 {\n padding-right: 1.5rem !important;\n }\n .pb-md-4,\n .py-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-md-4,\n .px-md-4 {\n padding-left: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .pt-md-5,\n .py-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-5,\n .px-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-5,\n .py-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-5,\n .px-md-5 {\n padding-left: 3rem !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .mt-md-n1,\n .my-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-md-n1,\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-md-n1,\n .my-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-md-n1,\n .mx-md-n1 {\n margin-left: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .mt-md-n2,\n .my-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-md-n2,\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-md-n2,\n .my-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-md-n2,\n .mx-md-n2 {\n margin-left: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .mt-md-n3,\n .my-md-n3 {\n margin-top: -1rem !important;\n }\n .mr-md-n3,\n .mx-md-n3 {\n margin-right: -1rem !important;\n }\n .mb-md-n3,\n .my-md-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-md-n3,\n .mx-md-n3 {\n margin-left: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .mt-md-n4,\n .my-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-md-n4,\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-md-n4,\n .my-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-md-n4,\n .mx-md-n4 {\n margin-left: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mt-md-n5,\n .my-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n5,\n .mx-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n5,\n .my-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n5,\n .mx-md-n5 {\n margin-left: -3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mt-md-auto,\n .my-md-auto {\n margin-top: auto !important;\n }\n .mr-md-auto,\n .mx-md-auto {\n margin-right: auto !important;\n }\n .mb-md-auto,\n .my-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-auto,\n .mx-md-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 992px) {\n .m-lg-0 {\n margin: 0 !important;\n }\n .mt-lg-0,\n .my-lg-0 {\n margin-top: 0 !important;\n }\n .mr-lg-0,\n .mx-lg-0 {\n margin-right: 0 !important;\n }\n .mb-lg-0,\n .my-lg-0 {\n margin-bottom: 0 !important;\n }\n .ml-lg-0,\n .mx-lg-0 {\n margin-left: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .mt-lg-1,\n .my-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mr-lg-1,\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mb-lg-1,\n .my-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-lg-1,\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .mt-lg-2,\n .my-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mr-lg-2,\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mb-lg-2,\n .my-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-lg-2,\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .mt-lg-3,\n .my-lg-3 {\n margin-top: 1rem !important;\n }\n .mr-lg-3,\n .mx-lg-3 {\n margin-right: 1rem !important;\n }\n .mb-lg-3,\n .my-lg-3 {\n margin-bottom: 1rem !important;\n }\n .ml-lg-3,\n .mx-lg-3 {\n margin-left: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .mt-lg-4,\n .my-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mr-lg-4,\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mb-lg-4,\n .my-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-lg-4,\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .mt-lg-5,\n .my-lg-5 {\n margin-top: 3rem !important;\n }\n .mr-lg-5,\n .mx-lg-5 {\n margin-right: 3rem !important;\n }\n .mb-lg-5,\n .my-lg-5 {\n margin-bottom: 3rem !important;\n }\n .ml-lg-5,\n .mx-lg-5 {\n margin-left: 3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .pt-lg-0,\n .py-lg-0 {\n padding-top: 0 !important;\n }\n .pr-lg-0,\n .px-lg-0 {\n padding-right: 0 !important;\n }\n .pb-lg-0,\n .py-lg-0 {\n padding-bottom: 0 !important;\n }\n .pl-lg-0,\n .px-lg-0 {\n padding-left: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .pt-lg-1,\n .py-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pr-lg-1,\n .px-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pb-lg-1,\n .py-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-lg-1,\n .px-lg-1 {\n padding-left: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .pt-lg-2,\n .py-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pr-lg-2,\n .px-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pb-lg-2,\n .py-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-lg-2,\n .px-lg-2 {\n padding-left: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .pt-lg-3,\n .py-lg-3 {\n padding-top: 1rem !important;\n }\n .pr-lg-3,\n .px-lg-3 {\n padding-right: 1rem !important;\n }\n .pb-lg-3,\n .py-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pl-lg-3,\n .px-lg-3 {\n padding-left: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .pt-lg-4,\n .py-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pr-lg-4,\n .px-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pb-lg-4,\n .py-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-lg-4,\n .px-lg-4 {\n padding-left: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .pt-lg-5,\n .py-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-5,\n .px-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-5,\n .py-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-5,\n .px-lg-5 {\n padding-left: 3rem !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .mt-lg-n1,\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-lg-n1,\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-lg-n1,\n .my-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-lg-n1,\n .mx-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .mt-lg-n2,\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-lg-n2,\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-lg-n2,\n .my-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-lg-n2,\n .mx-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .mt-lg-n3,\n .my-lg-n3 {\n margin-top: -1rem !important;\n }\n .mr-lg-n3,\n .mx-lg-n3 {\n margin-right: -1rem !important;\n }\n .mb-lg-n3,\n .my-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-lg-n3,\n .mx-lg-n3 {\n margin-left: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .mt-lg-n4,\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-lg-n4,\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-lg-n4,\n .my-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-lg-n4,\n .mx-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mt-lg-n5,\n .my-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n5,\n .mx-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n5,\n .my-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n5,\n .mx-lg-n5 {\n margin-left: -3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mt-lg-auto,\n .my-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-auto,\n .mx-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-auto,\n .my-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-auto,\n .mx-lg-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 1200px) {\n .m-xl-0 {\n margin: 0 !important;\n }\n .mt-xl-0,\n .my-xl-0 {\n margin-top: 0 !important;\n }\n .mr-xl-0,\n .mx-xl-0 {\n margin-right: 0 !important;\n }\n .mb-xl-0,\n .my-xl-0 {\n margin-bottom: 0 !important;\n }\n .ml-xl-0,\n .mx-xl-0 {\n margin-left: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .mt-xl-1,\n .my-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mr-xl-1,\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mb-xl-1,\n .my-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-xl-1,\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .mt-xl-2,\n .my-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mr-xl-2,\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mb-xl-2,\n .my-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-xl-2,\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .mt-xl-3,\n .my-xl-3 {\n margin-top: 1rem !important;\n }\n .mr-xl-3,\n .mx-xl-3 {\n margin-right: 1rem !important;\n }\n .mb-xl-3,\n .my-xl-3 {\n margin-bottom: 1rem !important;\n }\n .ml-xl-3,\n .mx-xl-3 {\n margin-left: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .mt-xl-4,\n .my-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mr-xl-4,\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mb-xl-4,\n .my-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-xl-4,\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .mt-xl-5,\n .my-xl-5 {\n margin-top: 3rem !important;\n }\n .mr-xl-5,\n .mx-xl-5 {\n margin-right: 3rem !important;\n }\n .mb-xl-5,\n .my-xl-5 {\n margin-bottom: 3rem !important;\n }\n .ml-xl-5,\n .mx-xl-5 {\n margin-left: 3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .pt-xl-0,\n .py-xl-0 {\n padding-top: 0 !important;\n }\n .pr-xl-0,\n .px-xl-0 {\n padding-right: 0 !important;\n }\n .pb-xl-0,\n .py-xl-0 {\n padding-bottom: 0 !important;\n }\n .pl-xl-0,\n .px-xl-0 {\n padding-left: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .pt-xl-1,\n .py-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pr-xl-1,\n .px-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pb-xl-1,\n .py-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-xl-1,\n .px-xl-1 {\n padding-left: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .pt-xl-2,\n .py-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pr-xl-2,\n .px-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pb-xl-2,\n .py-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-xl-2,\n .px-xl-2 {\n padding-left: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .pt-xl-3,\n .py-xl-3 {\n padding-top: 1rem !important;\n }\n .pr-xl-3,\n .px-xl-3 {\n padding-right: 1rem !important;\n }\n .pb-xl-3,\n .py-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pl-xl-3,\n .px-xl-3 {\n padding-left: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .pt-xl-4,\n .py-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pr-xl-4,\n .px-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pb-xl-4,\n .py-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-xl-4,\n .px-xl-4 {\n padding-left: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .pt-xl-5,\n .py-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-5,\n .px-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-5,\n .py-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-5,\n .px-xl-5 {\n padding-left: 3rem !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .mt-xl-n1,\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-xl-n1,\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-xl-n1,\n .my-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-xl-n1,\n .mx-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .mt-xl-n2,\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-xl-n2,\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-xl-n2,\n .my-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-xl-n2,\n .mx-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .mt-xl-n3,\n .my-xl-n3 {\n margin-top: -1rem !important;\n }\n .mr-xl-n3,\n .mx-xl-n3 {\n margin-right: -1rem !important;\n }\n .mb-xl-n3,\n .my-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-xl-n3,\n .mx-xl-n3 {\n margin-left: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .mt-xl-n4,\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-xl-n4,\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-xl-n4,\n .my-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-xl-n4,\n .mx-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mt-xl-n5,\n .my-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n5,\n .mx-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n5,\n .my-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n5,\n .mx-xl-n5 {\n margin-left: -3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mt-xl-auto,\n .my-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-auto,\n .mx-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-auto,\n .my-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-auto,\n .mx-xl-auto {\n margin-left: auto !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n .container {\n @include make-container();\n @include make-container-max-widths();\n }\n}\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but with 100% width for\n// fluid, full width layouts.\n\n@if $enable-grid-classes {\n .container-fluid {\n @include make-container();\n }\n}\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n }\n\n // Remove the negative margin from default .row, then the horizontal padding\n // from all immediate children columns (to prevent runaway style inheritance).\n .no-gutters {\n margin-right: 0;\n margin-left: 0;\n\n > .col,\n > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n }\n }\n}\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","/// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-container($gutter: $grid-gutter-width) {\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\n }\n }\n}\n\n@mixin make-row($gutter: $grid-gutter-width) {\n display: flex;\n flex-wrap: wrap;\n margin-right: -$gutter / 2;\n margin-left: -$gutter / 2;\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n position: relative;\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we use `flex` values\n // later on to override this initial width.\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does not blow out\n // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari\n // do not appear to require this.\n max-width: percentage($size / $columns);\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: $size / $columns;\n margin-left: if($num == 0, 0, percentage($num));\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n$blue: #007bff !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #e83e8c !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\n\n$colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$colors: map-merge(\n (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n ),\n $colors\n);\n\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-800 !default;\n\n$theme-colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$theme-colors: map-merge(\n (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n ),\n $theme-colors\n);\n\n// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-prefers-reduced-motion-media-query: true !default;\n$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS\n$enable-grid-classes: true !default;\n$enable-pointer-cursor-for-buttons: true !default;\n$enable-print-styles: true !default;\n$enable-responsive-font-sizes: false !default;\n$enable-validation-icons: true !default;\n$enable-deprecation-messages: true !default;\n\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n$spacer: 1rem !default;\n$spacers: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$spacers: map-merge(\n (\n 0: 0,\n 1: ($spacer * .25),\n 2: ($spacer * .5),\n 3: $spacer,\n 4: ($spacer * 1.5),\n 5: ($spacer * 3)\n ),\n $spacers\n);\n\n// This variable affects the `.h-*` and `.w-*` classes.\n$sizes: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$sizes: map-merge(\n (\n 25: 25%,\n 50: 50%,\n 75: 75%,\n 100: 100%,\n auto: auto\n ),\n $sizes\n);\n\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: theme-color(\"primary\") !default;\n$link-decoration: none !default;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: underline !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px\n) !default;\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px\n) !default;\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 30px !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$line-height-lg: 1.5 !default;\n$line-height-sm: 1.5 !default;\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-sm: .2rem !default;\n\n$rounded-pill: 50rem !default;\n\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n\n$component-active-color: $white !default;\n$component-active-bg: theme-color(\"primary\") !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$embed-responsive-aspect-ratios: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$embed-responsive-aspect-ratios: join(\n (\n (21 9),\n (16 9),\n (4 3),\n (1 1),\n ),\n $embed-responsive-aspect-ratios\n);\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n$font-family-base: $font-family-sans-serif !default;\n// stylelint-enable value-keyword-case\n\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-lg: $font-size-base * 1.25 !default;\n$font-size-sm: $font-size-base * .875 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n$line-height-base: 1.5 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n\n$headings-margin-bottom: $spacer / 2 !default;\n$headings-font-family: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n\n$display1-size: 6rem !default;\n$display2-size: 5.5rem !default;\n$display3-size: 4.5rem !default;\n$display4-size: 3.5rem !default;\n\n$display1-weight: 300 !default;\n$display2-weight: 300 !default;\n$display3-weight: 300 !default;\n$display4-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: 80% !default;\n\n$text-muted: $gray-600 !default;\n\n$blockquote-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n\n$hr-border-color: rgba($black, .1) !default;\n$hr-border-width: $border-width !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n\n$hr-margin-y: $spacer !default;\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n$table-cell-padding: .75rem !default;\n$table-cell-padding-sm: .3rem !default;\n\n$table-color: $body-color !default;\n$table-bg: null !default;\n$table-accent-bg: rgba($black, .05) !default;\n$table-hover-color: $table-color !default;\n$table-hover-bg: rgba($black, .075) !default;\n$table-active-bg: $table-hover-bg !default;\n\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-head-bg: $gray-200 !default;\n$table-head-color: $gray-700 !default;\n\n$table-dark-color: $white !default;\n$table-dark-bg: $gray-800 !default;\n$table-dark-accent-bg: rgba($white, .05) !default;\n$table-dark-hover-color: $table-dark-color !default;\n$table-dark-hover-bg: rgba($white, .075) !default;\n$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;\n$table-dark-color: $white !default;\n\n$table-striped-order: odd !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n$table-border-level: -6 !default;\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .2rem !default;\n$input-btn-focus-color: rgba($component-active-bg, .25) !default;\n$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n$input-btn-line-height-sm: $line-height-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n$input-btn-line-height-lg: $line-height-lg !default;\n\n$input-btn-border-width: $border-width !default;\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n$btn-line-height-sm: $input-btn-line-height-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n$btn-line-height-lg: $input-btn-line-height-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-disabled-color: $gray-600 !default;\n\n$btn-block-spacing-y: .5rem !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n\n// Forms\n\n$label-margin-bottom: .5rem !default;\n\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n$input-line-height-sm: $input-btn-line-height-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n$input-line-height-lg: $input-btn-line-height-lg !default;\n\n$input-bg: $white !default;\n$input-disabled-bg: $gray-200 !default;\n\n$input-color: $gray-700 !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: inset 0 1px 1px rgba($black, .075) !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-lg: $border-radius-lg !default;\n$input-border-radius-sm: $border-radius-sm !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: lighten($component-active-bg, 25%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2}) !default;\n$input-height-inner-half: calc(#{$input-line-height * .5em} + #{$input-padding-y}) !default;\n$input-height-inner-quarter: calc(#{$input-line-height * .25em} + #{$input-padding-y / 2}) !default;\n\n$input-height: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2} + #{$input-height-border}) !default;\n$input-height-sm: calc(#{$input-line-height-sm * 1em} + #{$input-btn-padding-y-sm * 2} + #{$input-height-border}) !default;\n$input-height-lg: calc(#{$input-line-height-lg * 1em} + #{$input-btn-padding-y-lg * 2} + #{$input-height-border}) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-text-margin-top: .25rem !default;\n\n$form-check-input-gutter: 1.25rem !default;\n$form-check-input-margin-y: .3rem !default;\n$form-check-input-margin-x: .25rem !default;\n\n$form-check-inline-margin-x: .75rem !default;\n$form-check-inline-input-margin-x: .3125rem !default;\n\n$form-grid-gutter-width: 10px !default;\n$form-group-margin-bottom: 1rem !default;\n\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n\n$custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$custom-control-gutter: .5rem !default;\n$custom-control-spacer-x: 1rem !default;\n\n$custom-control-indicator-size: 1rem !default;\n$custom-control-indicator-bg: $input-bg !default;\n\n$custom-control-indicator-bg-size: 50% 50% !default;\n$custom-control-indicator-box-shadow: $input-box-shadow !default;\n$custom-control-indicator-border-color: $gray-500 !default;\n$custom-control-indicator-border-width: $input-border-width !default;\n\n$custom-control-indicator-disabled-bg: $input-disabled-bg !default;\n$custom-control-label-disabled-color: $gray-600 !default;\n\n$custom-control-indicator-checked-color: $component-active-color !default;\n$custom-control-indicator-checked-bg: $component-active-bg !default;\n$custom-control-indicator-checked-disabled-bg: rgba(theme-color(\"primary\"), .5) !default;\n$custom-control-indicator-checked-box-shadow: none !default;\n$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;\n\n$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-control-indicator-focus-border-color: $input-focus-border-color !default;\n\n$custom-control-indicator-active-color: $component-active-color !default;\n$custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-control-indicator-active-box-shadow: none !default;\n$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;\n\n$custom-checkbox-indicator-border-radius: $border-radius !default;\n$custom-checkbox-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;\n$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;\n$custom-checkbox-indicator-icon-indeterminate: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$custom-checkbox-indicator-indeterminate-box-shadow: none !default;\n$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default;\n\n$custom-radio-indicator-border-radius: 50% !default;\n$custom-radio-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$custom-switch-width: $custom-control-indicator-size * 1.75 !default;\n$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;\n$custom-switch-indicator-size: calc(#{$custom-control-indicator-size} - #{$custom-control-indicator-border-width * 4}) !default;\n\n$custom-select-padding-y: $input-padding-y !default;\n$custom-select-padding-x: $input-padding-x !default;\n$custom-select-font-family: $input-font-family !default;\n$custom-select-font-size: $input-font-size !default;\n$custom-select-height: $input-height !default;\n$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\n$custom-select-font-weight: $input-font-weight !default;\n$custom-select-line-height: $input-line-height !default;\n$custom-select-color: $input-color !default;\n$custom-select-disabled-color: $gray-600 !default;\n$custom-select-bg: $input-bg !default;\n$custom-select-disabled-bg: $gray-200 !default;\n$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions\n$custom-select-indicator-color: $gray-800 !default;\n$custom-select-indicator: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$custom-select-background: $custom-select-indicator no-repeat right $custom-select-padding-x center / $custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)\n\n$custom-select-feedback-icon-padding-right: calc((1em + #{2 * $custom-select-padding-y}) * 3 / 4 + #{$custom-select-padding-x + $custom-select-indicator-padding}) !default;\n$custom-select-feedback-icon-position: center right ($custom-select-padding-x + $custom-select-indicator-padding) !default;\n$custom-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$custom-select-border-width: $input-border-width !default;\n$custom-select-border-color: $input-border-color !default;\n$custom-select-border-radius: $border-radius !default;\n$custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default;\n\n$custom-select-focus-border-color: $input-focus-border-color !default;\n$custom-select-focus-width: $input-focus-width !default;\n$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width $input-btn-focus-color !default;\n\n$custom-select-padding-y-sm: $input-padding-y-sm !default;\n$custom-select-padding-x-sm: $input-padding-x-sm !default;\n$custom-select-font-size-sm: $input-font-size-sm !default;\n$custom-select-height-sm: $input-height-sm !default;\n\n$custom-select-padding-y-lg: $input-padding-y-lg !default;\n$custom-select-padding-x-lg: $input-padding-x-lg !default;\n$custom-select-font-size-lg: $input-font-size-lg !default;\n$custom-select-height-lg: $input-height-lg !default;\n\n$custom-range-track-width: 100% !default;\n$custom-range-track-height: .5rem !default;\n$custom-range-track-cursor: pointer !default;\n$custom-range-track-bg: $gray-300 !default;\n$custom-range-track-border-radius: 1rem !default;\n$custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;\n\n$custom-range-thumb-width: 1rem !default;\n$custom-range-thumb-height: $custom-range-thumb-width !default;\n$custom-range-thumb-bg: $component-active-bg !default;\n$custom-range-thumb-border: 0 !default;\n$custom-range-thumb-border-radius: 1rem !default;\n$custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge\n$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-range-thumb-disabled-bg: $gray-500 !default;\n\n$custom-file-height: $input-height !default;\n$custom-file-height-inner: $input-height-inner !default;\n$custom-file-focus-border-color: $input-focus-border-color !default;\n$custom-file-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-file-disabled-bg: $input-disabled-bg !default;\n\n$custom-file-padding-y: $input-padding-y !default;\n$custom-file-padding-x: $input-padding-x !default;\n$custom-file-line-height: $input-line-height !default;\n$custom-file-font-family: $input-font-family !default;\n$custom-file-font-weight: $input-font-weight !default;\n$custom-file-color: $input-color !default;\n$custom-file-bg: $input-bg !default;\n$custom-file-border-width: $input-border-width !default;\n$custom-file-border-color: $input-border-color !default;\n$custom-file-border-radius: $input-border-radius !default;\n$custom-file-box-shadow: $input-box-shadow !default;\n$custom-file-button-color: $custom-file-color !default;\n$custom-file-button-bg: $input-group-addon-bg !default;\n$custom-file-text: (\n en: \"Browse\"\n) !default;\n\n\n// Form validation\n\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $small-font-size !default;\n$form-feedback-valid-color: theme-color(\"success\") !default;\n$form-feedback-invalid-color: theme-color(\"danger\") !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-feedback-icon-invalid-color}' viewBox='-2 -2 7 7'%3e%3cpath stroke='#{$form-feedback-icon-invalid-color}' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E\"), \"#\", \"%23\") !default;\n\n$form-validation-states: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$form-validation-states: map-merge(\n (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n ),\n ),\n $form-validation-states\n);\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n\n$nav-divider-color: $gray-200 !default;\n$nav-divider-margin-y: $spacer / 2 !default;\n\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !default;\n$navbar-padding-x: $spacer !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n\n$navbar-dark-color: rgba($white, .5) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .5) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}) !default;\n$dropdown-divider-bg: $gray-200 !default;\n$dropdown-divider-margin-y: $nav-divider-margin-y !default;\n$dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-600 !default;\n\n$dropdown-item-padding-y: .25rem !default;\n$dropdown-item-padding-x: 1.5rem !default;\n\n$dropdown-header-color: $gray-600 !default;\n\n\n// Pagination\n\n$pagination-padding-y: .5rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n$pagination-line-height: 1.25 !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n\n// Jumbotron\n\n$jumbotron-padding: 2rem !default;\n$jumbotron-color: null !default;\n$jumbotron-bg: $gray-200 !default;\n\n\n// Cards\n\n$card-spacer-y: .75rem !default;\n$card-spacer-x: 1.25rem !default;\n$card-border-width: $border-width !default;\n$card-border-radius: $border-radius !default;\n$card-border-color: rgba($black, .125) !default;\n$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n\n$card-img-overlay-padding: 1.25rem !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n$card-deck-margin: $card-group-margin !default;\n\n$card-columns-count: 3 !default;\n$card-columns-gap: 1.25rem !default;\n$card-columns-margin: $card-spacer-y !default;\n\n\n// Tooltips\n\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: .25rem !default;\n$tooltip-padding-x: .5rem !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n\n// Form tooltips must come after regular tooltips\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: $line-height-base !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n\n\n// Popovers\n\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;\n\n$popover-header-bg: darken($popover-bg, 3%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: .75rem !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $popover-header-padding-y !default;\n$popover-body-padding-x: $popover-header-padding-x !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba(0, 0, 0, .1) !default;\n$toast-border-radius: .25rem !default;\n$toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\n\n\n// Badges\n\n$badge-font-size: 75% !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .4em !default;\n$badge-border-radius: $border-radius !default;\n\n$badge-transition: $btn-transition !default;\n$badge-focus-width: $input-btn-focus-width !default;\n\n$badge-pill-padding-x: .6em !default;\n// Use a higher than normal value to ensure completely rounded edges when\n// customizing padding or font-size on labels.\n$badge-pill-border-radius: 10rem !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: 1rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;\n$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: 1rem !default;\n$modal-header-padding-x: 1rem !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-xl: 1140px !default;\n$modal-lg: 800px !default;\n$modal-md: 500px !default;\n$modal-sm: 300px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n$alert-padding-y: .75rem !default;\n$alert-padding-x: 1.25rem !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: theme-color(\"primary\") !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n\n\n// List group\n\n$list-group-color: null !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: .75rem !default;\n$list-group-item-padding-x: 1.25rem !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n\n\n// Image thumbnails\n\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;\n\n\n// Figures\n\n$figure-caption-font-size: 90% !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-padding-y: .75rem !default;\n$breadcrumb-padding-x: 1rem !default;\n$breadcrumb-item-padding: .5rem !default;\n\n$breadcrumb-margin-bottom: 1rem !default;\n\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n\n$breadcrumb-border-radius: $border-radius !default;\n\n\n// Carousel\n\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n\n$carousel-control-icon-width: 20px !default;\n\n$carousel-control-prev-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$carousel-control-next-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-border-width: .25em !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\n\n// Code\n\n$code-font-size: 87.5% !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: $gray-900 !default;\n$pre-scrollable-max-height: 340px !default;\n\n\n// Utilities\n\n$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;\n$overflows: auto, hidden !default;\n$positions: static, relative, absolute, fixed, sticky !default;\n\n\n// Printing\n\n$print-page-size: a3 !default;\n$print-body-min-width: map-get($grid-breakpoints, \"lg\") !default;\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n // Common properties for all breakpoints\n %grid-column {\n position: relative;\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n // Allow columns to stretch full width below their breakpoints\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @extend %grid-column;\n }\n }\n .col#{$infix},\n .col#{$infix}-auto {\n @extend %grid-column;\n }\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col#{$infix}-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%; // Reset earlier grid tiers\n }\n\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n .order#{$infix}-first { order: -1; }\n\n .order#{$infix}-last { order: $columns + 1; }\n\n @for $i from 0 through $columns {\n .order#{$infix}-#{$i} { order: $i; }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n }\n}\n","// stylelint-disable declaration-no-important\n\n//\n// Utilities for common `display` values\n//\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @each $value in $displays {\n .d#{$infix}-#{$value} { display: $value !important; }\n }\n }\n}\n\n\n//\n// Utilities for toggling `display` in print\n//\n\n@media print {\n @each $value in $displays {\n .d-print-#{$value} { display: $value !important; }\n }\n}\n","// stylelint-disable declaration-no-important\n\n// Flex variation\n//\n// Custom styles for additional flex alignment options.\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n .flex#{$infix}-row { flex-direction: row !important; }\n .flex#{$infix}-column { flex-direction: column !important; }\n .flex#{$infix}-row-reverse { flex-direction: row-reverse !important; }\n .flex#{$infix}-column-reverse { flex-direction: column-reverse !important; }\n\n .flex#{$infix}-wrap { flex-wrap: wrap !important; }\n .flex#{$infix}-nowrap { flex-wrap: nowrap !important; }\n .flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }\n .flex#{$infix}-fill { flex: 1 1 auto !important; }\n .flex#{$infix}-grow-0 { flex-grow: 0 !important; }\n .flex#{$infix}-grow-1 { flex-grow: 1 !important; }\n .flex#{$infix}-shrink-0 { flex-shrink: 0 !important; }\n .flex#{$infix}-shrink-1 { flex-shrink: 1 !important; }\n\n .justify-content#{$infix}-start { justify-content: flex-start !important; }\n .justify-content#{$infix}-end { justify-content: flex-end !important; }\n .justify-content#{$infix}-center { justify-content: center !important; }\n .justify-content#{$infix}-between { justify-content: space-between !important; }\n .justify-content#{$infix}-around { justify-content: space-around !important; }\n\n .align-items#{$infix}-start { align-items: flex-start !important; }\n .align-items#{$infix}-end { align-items: flex-end !important; }\n .align-items#{$infix}-center { align-items: center !important; }\n .align-items#{$infix}-baseline { align-items: baseline !important; }\n .align-items#{$infix}-stretch { align-items: stretch !important; }\n\n .align-content#{$infix}-start { align-content: flex-start !important; }\n .align-content#{$infix}-end { align-content: flex-end !important; }\n .align-content#{$infix}-center { align-content: center !important; }\n .align-content#{$infix}-between { align-content: space-between !important; }\n .align-content#{$infix}-around { align-content: space-around !important; }\n .align-content#{$infix}-stretch { align-content: stretch !important; }\n\n .align-self#{$infix}-auto { align-self: auto !important; }\n .align-self#{$infix}-start { align-self: flex-start !important; }\n .align-self#{$infix}-end { align-self: flex-end !important; }\n .align-self#{$infix}-center { align-self: center !important; }\n .align-self#{$infix}-baseline { align-self: baseline !important; }\n .align-self#{$infix}-stretch { align-self: stretch !important; }\n }\n}\n","// stylelint-disable declaration-no-important\n\n// Margin and Padding\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @each $prop, $abbrev in (margin: m, padding: p) {\n @each $size, $length in $spacers {\n .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }\n .#{$abbrev}t#{$infix}-#{$size},\n .#{$abbrev}y#{$infix}-#{$size} {\n #{$prop}-top: $length !important;\n }\n .#{$abbrev}r#{$infix}-#{$size},\n .#{$abbrev}x#{$infix}-#{$size} {\n #{$prop}-right: $length !important;\n }\n .#{$abbrev}b#{$infix}-#{$size},\n .#{$abbrev}y#{$infix}-#{$size} {\n #{$prop}-bottom: $length !important;\n }\n .#{$abbrev}l#{$infix}-#{$size},\n .#{$abbrev}x#{$infix}-#{$size} {\n #{$prop}-left: $length !important;\n }\n }\n }\n\n // Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`)\n @each $size, $length in $spacers {\n @if $size != 0 {\n .m#{$infix}-n#{$size} { margin: -$length !important; }\n .mt#{$infix}-n#{$size},\n .my#{$infix}-n#{$size} {\n margin-top: -$length !important;\n }\n .mr#{$infix}-n#{$size},\n .mx#{$infix}-n#{$size} {\n margin-right: -$length !important;\n }\n .mb#{$infix}-n#{$size},\n .my#{$infix}-n#{$size} {\n margin-bottom: -$length !important;\n }\n .ml#{$infix}-n#{$size},\n .mx#{$infix}-n#{$size} {\n margin-left: -$length !important;\n }\n }\n }\n\n // Some special margin utils\n .m#{$infix}-auto { margin: auto !important; }\n .mt#{$infix}-auto,\n .my#{$infix}-auto {\n margin-top: auto !important;\n }\n .mr#{$infix}-auto,\n .mx#{$infix}-auto {\n margin-right: auto !important;\n }\n .mb#{$infix}-auto,\n .my#{$infix}-auto {\n margin-bottom: auto !important;\n }\n .ml#{$infix}-auto,\n .mx#{$infix}-auto {\n margin-left: auto !important;\n }\n }\n}\n"]} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.min.css b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.min.css new file mode 100644 index 0000000..e5e74f7 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.min.css @@ -0,0 +1,7 @@ +/*! + * Bootstrap Grid v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}} +/*# sourceMappingURL=bootstrap-grid.min.css.map */ \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.min.css.map b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.min.css.map new file mode 100644 index 0000000..13e33db --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-grid.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap-grid.scss","dist/css/bootstrap-grid.css","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid-framework.scss","../../scss/utilities/_display.scss","../../scss/utilities/_flex.scss","../../scss/utilities/_spacing.scss"],"names":[],"mappings":"AAAA;;;;;AAOA,KACE,WAAA,WACA,mBAAA,UAGF,ECCA,QADA,SDGE,WAAA,QEVA,WCAA,MAAA,KACA,cAAA,KACA,aAAA,KACA,aAAA,KACA,YAAA,KCmDE,yBFvDF,WCYI,UAAA,OC2CF,yBFvDF,WCYI,UAAA,OC2CF,yBFvDF,WCYI,UAAA,OC2CF,0BFvDF,WCYI,UAAA,QDAJ,iBCZA,MAAA,KACA,cAAA,KACA,aAAA,KACA,aAAA,KACA,YAAA,KDkBA,KCJA,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,aAAA,MACA,YAAA,MDOA,YACE,aAAA,EACA,YAAA,EAFF,iBDuCF,0BCjCM,cAAA,EACA,aAAA,EGjCJ,KAAA,OAAA,QAAA,QAAA,QAAA,OAAA,OAAA,OAAA,OAAA,OAAA,OAAA,OAAA,OJuEF,UAEqJ,QAAvI,UAAmG,WAAY,WAAY,WAAhH,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UACtG,aAFqJ,QAAvI,UAAmG,WAAY,WAAY,WAAhH,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UACtG,aAFkJ,QAAvI,UAAmG,WAAY,WAAY,WAAhH,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UACnG,aAEqJ,QAAvI,UAAmG,WAAY,WAAY,WAAhH,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UACtG,aI1EI,SAAA,SACA,MAAA,KACA,cAAA,KACA,aAAA,KAmBE,KACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAEF,UACE,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KAIA,OFFN,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UEFM,OFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,OFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,OFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,OFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,OFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,OFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,OFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,OFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,QFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,QFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,QFFN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEGI,aAAwB,eAAA,GAAA,MAAA,GAExB,YAAuB,eAAA,GAAA,MAAA,GAGrB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,UAAwB,eAAA,GAAA,MAAA,GAAxB,UAAwB,eAAA,GAAA,MAAA,GAAxB,UAAwB,eAAA,GAAA,MAAA,GAMtB,UFTR,YAAA,UESQ,UFTR,YAAA,WESQ,UFTR,YAAA,IESQ,UFTR,YAAA,WESQ,UFTR,YAAA,WESQ,UFTR,YAAA,IESQ,UFTR,YAAA,WESQ,UFTR,YAAA,WESQ,UFTR,YAAA,IESQ,WFTR,YAAA,WESQ,WFTR,YAAA,WCWE,yBC9BE,QACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAEF,aACE,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KAIA,UFFN,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,WFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,WFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,WFFN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEGI,gBAAwB,eAAA,GAAA,MAAA,GAExB,eAAuB,eAAA,GAAA,MAAA,GAGrB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAMtB,aFTR,YAAA,EESQ,aFTR,YAAA,UESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,aFTR,YAAA,WESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,aFTR,YAAA,WESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,cFTR,YAAA,WESQ,cFTR,YAAA,YCWE,yBC9BE,QACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAEF,aACE,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KAIA,UFFN,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,WFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,WFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,WFFN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEGI,gBAAwB,eAAA,GAAA,MAAA,GAExB,eAAuB,eAAA,GAAA,MAAA,GAGrB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAMtB,aFTR,YAAA,EESQ,aFTR,YAAA,UESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,aFTR,YAAA,WESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,aFTR,YAAA,WESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,cFTR,YAAA,WESQ,cFTR,YAAA,YCWE,yBC9BE,QACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAEF,aACE,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KAIA,UFFN,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,WFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,WFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,WFFN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEGI,gBAAwB,eAAA,GAAA,MAAA,GAExB,eAAuB,eAAA,GAAA,MAAA,GAGrB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAMtB,aFTR,YAAA,EESQ,aFTR,YAAA,UESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,aFTR,YAAA,WESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,aFTR,YAAA,WESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,cFTR,YAAA,WESQ,cFTR,YAAA,YCWE,0BC9BE,QACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAEF,aACE,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KAIA,UFFN,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,UFFN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IEFM,WFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,WFFN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WEFM,WFFN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEGI,gBAAwB,eAAA,GAAA,MAAA,GAExB,eAAuB,eAAA,GAAA,MAAA,GAGrB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAMtB,aFTR,YAAA,EESQ,aFTR,YAAA,UESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,aFTR,YAAA,WESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,aFTR,YAAA,WESQ,aFTR,YAAA,WESQ,aFTR,YAAA,IESQ,cFTR,YAAA,WESQ,cFTR,YAAA,YGtCI,QAAwB,QAAA,eAAxB,UAAwB,QAAA,iBAAxB,gBAAwB,QAAA,uBAAxB,SAAwB,QAAA,gBAAxB,SAAwB,QAAA,gBAAxB,aAAwB,QAAA,oBAAxB,cAAwB,QAAA,qBAAxB,QAAwB,QAAA,sBAAA,QAAA,eAAxB,eAAwB,QAAA,6BAAA,QAAA,sBFiD1B,yBEjDE,WAAwB,QAAA,eAAxB,aAAwB,QAAA,iBAAxB,mBAAwB,QAAA,uBAAxB,YAAwB,QAAA,gBAAxB,YAAwB,QAAA,gBAAxB,gBAAwB,QAAA,oBAAxB,iBAAwB,QAAA,qBAAxB,WAAwB,QAAA,sBAAA,QAAA,eAAxB,kBAAwB,QAAA,6BAAA,QAAA,uBFiD1B,yBEjDE,WAAwB,QAAA,eAAxB,aAAwB,QAAA,iBAAxB,mBAAwB,QAAA,uBAAxB,YAAwB,QAAA,gBAAxB,YAAwB,QAAA,gBAAxB,gBAAwB,QAAA,oBAAxB,iBAAwB,QAAA,qBAAxB,WAAwB,QAAA,sBAAA,QAAA,eAAxB,kBAAwB,QAAA,6BAAA,QAAA,uBFiD1B,yBEjDE,WAAwB,QAAA,eAAxB,aAAwB,QAAA,iBAAxB,mBAAwB,QAAA,uBAAxB,YAAwB,QAAA,gBAAxB,YAAwB,QAAA,gBAAxB,gBAAwB,QAAA,oBAAxB,iBAAwB,QAAA,qBAAxB,WAAwB,QAAA,sBAAA,QAAA,eAAxB,kBAAwB,QAAA,6BAAA,QAAA,uBFiD1B,0BEjDE,WAAwB,QAAA,eAAxB,aAAwB,QAAA,iBAAxB,mBAAwB,QAAA,uBAAxB,YAAwB,QAAA,gBAAxB,YAAwB,QAAA,gBAAxB,gBAAwB,QAAA,oBAAxB,iBAAwB,QAAA,qBAAxB,WAAwB,QAAA,sBAAA,QAAA,eAAxB,kBAAwB,QAAA,6BAAA,QAAA,uBAU9B,aAEI,cAAqB,QAAA,eAArB,gBAAqB,QAAA,iBAArB,sBAAqB,QAAA,uBAArB,eAAqB,QAAA,gBAArB,eAAqB,QAAA,gBAArB,mBAAqB,QAAA,oBAArB,oBAAqB,QAAA,qBAArB,cAAqB,QAAA,sBAAA,QAAA,eAArB,qBAAqB,QAAA,6BAAA,QAAA,uBCbrB,UAAgC,mBAAA,cAAA,eAAA,cAChC,aAAgC,mBAAA,iBAAA,eAAA,iBAChC,kBAAgC,mBAAA,sBAAA,eAAA,sBAChC,qBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,WAA8B,cAAA,eAAA,UAAA,eAC9B,aAA8B,cAAA,iBAAA,UAAA,iBAC9B,mBAA8B,cAAA,uBAAA,UAAA,uBAC9B,WAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,aAA8B,kBAAA,YAAA,UAAA,YAC9B,aAA8B,kBAAA,YAAA,UAAA,YAC9B,eAA8B,kBAAA,YAAA,YAAA,YAC9B,eAA8B,kBAAA,YAAA,YAAA,YAE9B,uBAAoC,cAAA,gBAAA,gBAAA,qBACpC,qBAAoC,cAAA,cAAA,gBAAA,mBACpC,wBAAoC,cAAA,iBAAA,gBAAA,iBACpC,yBAAoC,cAAA,kBAAA,gBAAA,wBACpC,wBAAoC,cAAA,qBAAA,gBAAA,uBAEpC,mBAAiC,eAAA,gBAAA,YAAA,qBACjC,iBAAiC,eAAA,cAAA,YAAA,mBACjC,oBAAiC,eAAA,iBAAA,YAAA,iBACjC,sBAAiC,eAAA,mBAAA,YAAA,mBACjC,qBAAiC,eAAA,kBAAA,YAAA,kBAEjC,qBAAkC,mBAAA,gBAAA,cAAA,qBAClC,mBAAkC,mBAAA,cAAA,cAAA,mBAClC,sBAAkC,mBAAA,iBAAA,cAAA,iBAClC,uBAAkC,mBAAA,kBAAA,cAAA,wBAClC,sBAAkC,mBAAA,qBAAA,cAAA,uBAClC,uBAAkC,mBAAA,kBAAA,cAAA,kBAElC,iBAAgC,oBAAA,eAAA,WAAA,eAChC,kBAAgC,oBAAA,gBAAA,WAAA,qBAChC,gBAAgC,oBAAA,cAAA,WAAA,mBAChC,mBAAgC,oBAAA,iBAAA,WAAA,iBAChC,qBAAgC,oBAAA,mBAAA,WAAA,mBAChC,oBAAgC,oBAAA,kBAAA,WAAA,kBHYhC,yBGlDA,aAAgC,mBAAA,cAAA,eAAA,cAChC,gBAAgC,mBAAA,iBAAA,eAAA,iBAChC,qBAAgC,mBAAA,sBAAA,eAAA,sBAChC,wBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,cAA8B,cAAA,eAAA,UAAA,eAC9B,gBAA8B,cAAA,iBAAA,UAAA,iBAC9B,sBAA8B,cAAA,uBAAA,UAAA,uBAC9B,cAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAE9B,0BAAoC,cAAA,gBAAA,gBAAA,qBACpC,wBAAoC,cAAA,cAAA,gBAAA,mBACpC,2BAAoC,cAAA,iBAAA,gBAAA,iBACpC,4BAAoC,cAAA,kBAAA,gBAAA,wBACpC,2BAAoC,cAAA,qBAAA,gBAAA,uBAEpC,sBAAiC,eAAA,gBAAA,YAAA,qBACjC,oBAAiC,eAAA,cAAA,YAAA,mBACjC,uBAAiC,eAAA,iBAAA,YAAA,iBACjC,yBAAiC,eAAA,mBAAA,YAAA,mBACjC,wBAAiC,eAAA,kBAAA,YAAA,kBAEjC,wBAAkC,mBAAA,gBAAA,cAAA,qBAClC,sBAAkC,mBAAA,cAAA,cAAA,mBAClC,yBAAkC,mBAAA,iBAAA,cAAA,iBAClC,0BAAkC,mBAAA,kBAAA,cAAA,wBAClC,yBAAkC,mBAAA,qBAAA,cAAA,uBAClC,0BAAkC,mBAAA,kBAAA,cAAA,kBAElC,oBAAgC,oBAAA,eAAA,WAAA,eAChC,qBAAgC,oBAAA,gBAAA,WAAA,qBAChC,mBAAgC,oBAAA,cAAA,WAAA,mBAChC,sBAAgC,oBAAA,iBAAA,WAAA,iBAChC,wBAAgC,oBAAA,mBAAA,WAAA,mBAChC,uBAAgC,oBAAA,kBAAA,WAAA,mBHYhC,yBGlDA,aAAgC,mBAAA,cAAA,eAAA,cAChC,gBAAgC,mBAAA,iBAAA,eAAA,iBAChC,qBAAgC,mBAAA,sBAAA,eAAA,sBAChC,wBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,cAA8B,cAAA,eAAA,UAAA,eAC9B,gBAA8B,cAAA,iBAAA,UAAA,iBAC9B,sBAA8B,cAAA,uBAAA,UAAA,uBAC9B,cAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAE9B,0BAAoC,cAAA,gBAAA,gBAAA,qBACpC,wBAAoC,cAAA,cAAA,gBAAA,mBACpC,2BAAoC,cAAA,iBAAA,gBAAA,iBACpC,4BAAoC,cAAA,kBAAA,gBAAA,wBACpC,2BAAoC,cAAA,qBAAA,gBAAA,uBAEpC,sBAAiC,eAAA,gBAAA,YAAA,qBACjC,oBAAiC,eAAA,cAAA,YAAA,mBACjC,uBAAiC,eAAA,iBAAA,YAAA,iBACjC,yBAAiC,eAAA,mBAAA,YAAA,mBACjC,wBAAiC,eAAA,kBAAA,YAAA,kBAEjC,wBAAkC,mBAAA,gBAAA,cAAA,qBAClC,sBAAkC,mBAAA,cAAA,cAAA,mBAClC,yBAAkC,mBAAA,iBAAA,cAAA,iBAClC,0BAAkC,mBAAA,kBAAA,cAAA,wBAClC,yBAAkC,mBAAA,qBAAA,cAAA,uBAClC,0BAAkC,mBAAA,kBAAA,cAAA,kBAElC,oBAAgC,oBAAA,eAAA,WAAA,eAChC,qBAAgC,oBAAA,gBAAA,WAAA,qBAChC,mBAAgC,oBAAA,cAAA,WAAA,mBAChC,sBAAgC,oBAAA,iBAAA,WAAA,iBAChC,wBAAgC,oBAAA,mBAAA,WAAA,mBAChC,uBAAgC,oBAAA,kBAAA,WAAA,mBHYhC,yBGlDA,aAAgC,mBAAA,cAAA,eAAA,cAChC,gBAAgC,mBAAA,iBAAA,eAAA,iBAChC,qBAAgC,mBAAA,sBAAA,eAAA,sBAChC,wBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,cAA8B,cAAA,eAAA,UAAA,eAC9B,gBAA8B,cAAA,iBAAA,UAAA,iBAC9B,sBAA8B,cAAA,uBAAA,UAAA,uBAC9B,cAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAE9B,0BAAoC,cAAA,gBAAA,gBAAA,qBACpC,wBAAoC,cAAA,cAAA,gBAAA,mBACpC,2BAAoC,cAAA,iBAAA,gBAAA,iBACpC,4BAAoC,cAAA,kBAAA,gBAAA,wBACpC,2BAAoC,cAAA,qBAAA,gBAAA,uBAEpC,sBAAiC,eAAA,gBAAA,YAAA,qBACjC,oBAAiC,eAAA,cAAA,YAAA,mBACjC,uBAAiC,eAAA,iBAAA,YAAA,iBACjC,yBAAiC,eAAA,mBAAA,YAAA,mBACjC,wBAAiC,eAAA,kBAAA,YAAA,kBAEjC,wBAAkC,mBAAA,gBAAA,cAAA,qBAClC,sBAAkC,mBAAA,cAAA,cAAA,mBAClC,yBAAkC,mBAAA,iBAAA,cAAA,iBAClC,0BAAkC,mBAAA,kBAAA,cAAA,wBAClC,yBAAkC,mBAAA,qBAAA,cAAA,uBAClC,0BAAkC,mBAAA,kBAAA,cAAA,kBAElC,oBAAgC,oBAAA,eAAA,WAAA,eAChC,qBAAgC,oBAAA,gBAAA,WAAA,qBAChC,mBAAgC,oBAAA,cAAA,WAAA,mBAChC,sBAAgC,oBAAA,iBAAA,WAAA,iBAChC,wBAAgC,oBAAA,mBAAA,WAAA,mBAChC,uBAAgC,oBAAA,kBAAA,WAAA,mBHYhC,0BGlDA,aAAgC,mBAAA,cAAA,eAAA,cAChC,gBAAgC,mBAAA,iBAAA,eAAA,iBAChC,qBAAgC,mBAAA,sBAAA,eAAA,sBAChC,wBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,cAA8B,cAAA,eAAA,UAAA,eAC9B,gBAA8B,cAAA,iBAAA,UAAA,iBAC9B,sBAA8B,cAAA,uBAAA,UAAA,uBAC9B,cAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAE9B,0BAAoC,cAAA,gBAAA,gBAAA,qBACpC,wBAAoC,cAAA,cAAA,gBAAA,mBACpC,2BAAoC,cAAA,iBAAA,gBAAA,iBACpC,4BAAoC,cAAA,kBAAA,gBAAA,wBACpC,2BAAoC,cAAA,qBAAA,gBAAA,uBAEpC,sBAAiC,eAAA,gBAAA,YAAA,qBACjC,oBAAiC,eAAA,cAAA,YAAA,mBACjC,uBAAiC,eAAA,iBAAA,YAAA,iBACjC,yBAAiC,eAAA,mBAAA,YAAA,mBACjC,wBAAiC,eAAA,kBAAA,YAAA,kBAEjC,wBAAkC,mBAAA,gBAAA,cAAA,qBAClC,sBAAkC,mBAAA,cAAA,cAAA,mBAClC,yBAAkC,mBAAA,iBAAA,cAAA,iBAClC,0BAAkC,mBAAA,kBAAA,cAAA,wBAClC,yBAAkC,mBAAA,qBAAA,cAAA,uBAClC,0BAAkC,mBAAA,kBAAA,cAAA,kBAElC,oBAAgC,oBAAA,eAAA,WAAA,eAChC,qBAAgC,oBAAA,gBAAA,WAAA,qBAChC,mBAAgC,oBAAA,cAAA,WAAA,mBAChC,sBAAgC,oBAAA,iBAAA,WAAA,iBAChC,wBAAgC,oBAAA,mBAAA,WAAA,mBAChC,uBAAgC,oBAAA,kBAAA,WAAA,mBCtC5B,KAAgC,OAAA,YAChC,MP62DR,MO32DU,WAAA,YAEF,MP82DR,MO52DU,aAAA,YAEF,MP+2DR,MO72DU,cAAA,YAEF,MPg3DR,MO92DU,YAAA,YAfF,KAAgC,OAAA,iBAChC,MPq4DR,MOn4DU,WAAA,iBAEF,MPs4DR,MOp4DU,aAAA,iBAEF,MPu4DR,MOr4DU,cAAA,iBAEF,MPw4DR,MOt4DU,YAAA,iBAfF,KAAgC,OAAA,gBAChC,MP65DR,MO35DU,WAAA,gBAEF,MP85DR,MO55DU,aAAA,gBAEF,MP+5DR,MO75DU,cAAA,gBAEF,MPg6DR,MO95DU,YAAA,gBAfF,KAAgC,OAAA,eAChC,MPq7DR,MOn7DU,WAAA,eAEF,MPs7DR,MOp7DU,aAAA,eAEF,MPu7DR,MOr7DU,cAAA,eAEF,MPw7DR,MOt7DU,YAAA,eAfF,KAAgC,OAAA,iBAChC,MP68DR,MO38DU,WAAA,iBAEF,MP88DR,MO58DU,aAAA,iBAEF,MP+8DR,MO78DU,cAAA,iBAEF,MPg9DR,MO98DU,YAAA,iBAfF,KAAgC,OAAA,eAChC,MPq+DR,MOn+DU,WAAA,eAEF,MPs+DR,MOp+DU,aAAA,eAEF,MPu+DR,MOr+DU,cAAA,eAEF,MPw+DR,MOt+DU,YAAA,eAfF,KAAgC,QAAA,YAChC,MP6/DR,MO3/DU,YAAA,YAEF,MP8/DR,MO5/DU,cAAA,YAEF,MP+/DR,MO7/DU,eAAA,YAEF,MPggER,MO9/DU,aAAA,YAfF,KAAgC,QAAA,iBAChC,MPqhER,MOnhEU,YAAA,iBAEF,MPshER,MOphEU,cAAA,iBAEF,MPuhER,MOrhEU,eAAA,iBAEF,MPwhER,MOthEU,aAAA,iBAfF,KAAgC,QAAA,gBAChC,MP6iER,MO3iEU,YAAA,gBAEF,MP8iER,MO5iEU,cAAA,gBAEF,MP+iER,MO7iEU,eAAA,gBAEF,MPgjER,MO9iEU,aAAA,gBAfF,KAAgC,QAAA,eAChC,MPqkER,MOnkEU,YAAA,eAEF,MPskER,MOpkEU,cAAA,eAEF,MPukER,MOrkEU,eAAA,eAEF,MPwkER,MOtkEU,aAAA,eAfF,KAAgC,QAAA,iBAChC,MP6lER,MO3lEU,YAAA,iBAEF,MP8lER,MO5lEU,cAAA,iBAEF,MP+lER,MO7lEU,eAAA,iBAEF,MPgmER,MO9lEU,aAAA,iBAfF,KAAgC,QAAA,eAChC,MPqnER,MOnnEU,YAAA,eAEF,MPsnER,MOpnEU,cAAA,eAEF,MPunER,MOrnEU,eAAA,eAEF,MPwnER,MOtnEU,aAAA,eAQF,MAAwB,OAAA,kBACxB,OPsnER,OOpnEU,WAAA,kBAEF,OPunER,OOrnEU,aAAA,kBAEF,OPwnER,OOtnEU,cAAA,kBAEF,OPynER,OOvnEU,YAAA,kBAfF,MAAwB,OAAA,iBACxB,OP8oER,OO5oEU,WAAA,iBAEF,OP+oER,OO7oEU,aAAA,iBAEF,OPgpER,OO9oEU,cAAA,iBAEF,OPipER,OO/oEU,YAAA,iBAfF,MAAwB,OAAA,gBACxB,OPsqER,OOpqEU,WAAA,gBAEF,OPuqER,OOrqEU,aAAA,gBAEF,OPwqER,OOtqEU,cAAA,gBAEF,OPyqER,OOvqEU,YAAA,gBAfF,MAAwB,OAAA,kBACxB,OP8rER,OO5rEU,WAAA,kBAEF,OP+rER,OO7rEU,aAAA,kBAEF,OPgsER,OO9rEU,cAAA,kBAEF,OPisER,OO/rEU,YAAA,kBAfF,MAAwB,OAAA,gBACxB,OPstER,OOptEU,WAAA,gBAEF,OPutER,OOrtEU,aAAA,gBAEF,OPwtER,OOttEU,cAAA,gBAEF,OPytER,OOvtEU,YAAA,gBAMN,QAAmB,OAAA,eACnB,SPytEJ,SOvtEM,WAAA,eAEF,SP0tEJ,SOxtEM,aAAA,eAEF,SP2tEJ,SOztEM,cAAA,eAEF,SP4tEJ,SO1tEM,YAAA,eJTF,yBIlDI,QAAgC,OAAA,YAChC,SP6xEN,SO3xEQ,WAAA,YAEF,SP6xEN,SO3xEQ,aAAA,YAEF,SP6xEN,SO3xEQ,cAAA,YAEF,SP6xEN,SO3xEQ,YAAA,YAfF,QAAgC,OAAA,iBAChC,SPgzEN,SO9yEQ,WAAA,iBAEF,SPgzEN,SO9yEQ,aAAA,iBAEF,SPgzEN,SO9yEQ,cAAA,iBAEF,SPgzEN,SO9yEQ,YAAA,iBAfF,QAAgC,OAAA,gBAChC,SPm0EN,SOj0EQ,WAAA,gBAEF,SPm0EN,SOj0EQ,aAAA,gBAEF,SPm0EN,SOj0EQ,cAAA,gBAEF,SPm0EN,SOj0EQ,YAAA,gBAfF,QAAgC,OAAA,eAChC,SPs1EN,SOp1EQ,WAAA,eAEF,SPs1EN,SOp1EQ,aAAA,eAEF,SPs1EN,SOp1EQ,cAAA,eAEF,SPs1EN,SOp1EQ,YAAA,eAfF,QAAgC,OAAA,iBAChC,SPy2EN,SOv2EQ,WAAA,iBAEF,SPy2EN,SOv2EQ,aAAA,iBAEF,SPy2EN,SOv2EQ,cAAA,iBAEF,SPy2EN,SOv2EQ,YAAA,iBAfF,QAAgC,OAAA,eAChC,SP43EN,SO13EQ,WAAA,eAEF,SP43EN,SO13EQ,aAAA,eAEF,SP43EN,SO13EQ,cAAA,eAEF,SP43EN,SO13EQ,YAAA,eAfF,QAAgC,QAAA,YAChC,SP+4EN,SO74EQ,YAAA,YAEF,SP+4EN,SO74EQ,cAAA,YAEF,SP+4EN,SO74EQ,eAAA,YAEF,SP+4EN,SO74EQ,aAAA,YAfF,QAAgC,QAAA,iBAChC,SPk6EN,SOh6EQ,YAAA,iBAEF,SPk6EN,SOh6EQ,cAAA,iBAEF,SPk6EN,SOh6EQ,eAAA,iBAEF,SPk6EN,SOh6EQ,aAAA,iBAfF,QAAgC,QAAA,gBAChC,SPq7EN,SOn7EQ,YAAA,gBAEF,SPq7EN,SOn7EQ,cAAA,gBAEF,SPq7EN,SOn7EQ,eAAA,gBAEF,SPq7EN,SOn7EQ,aAAA,gBAfF,QAAgC,QAAA,eAChC,SPw8EN,SOt8EQ,YAAA,eAEF,SPw8EN,SOt8EQ,cAAA,eAEF,SPw8EN,SOt8EQ,eAAA,eAEF,SPw8EN,SOt8EQ,aAAA,eAfF,QAAgC,QAAA,iBAChC,SP29EN,SOz9EQ,YAAA,iBAEF,SP29EN,SOz9EQ,cAAA,iBAEF,SP29EN,SOz9EQ,eAAA,iBAEF,SP29EN,SOz9EQ,aAAA,iBAfF,QAAgC,QAAA,eAChC,SP8+EN,SO5+EQ,YAAA,eAEF,SP8+EN,SO5+EQ,cAAA,eAEF,SP8+EN,SO5+EQ,eAAA,eAEF,SP8+EN,SO5+EQ,aAAA,eAQF,SAAwB,OAAA,kBACxB,UP0+EN,UOx+EQ,WAAA,kBAEF,UP0+EN,UOx+EQ,aAAA,kBAEF,UP0+EN,UOx+EQ,cAAA,kBAEF,UP0+EN,UOx+EQ,YAAA,kBAfF,SAAwB,OAAA,iBACxB,UP6/EN,UO3/EQ,WAAA,iBAEF,UP6/EN,UO3/EQ,aAAA,iBAEF,UP6/EN,UO3/EQ,cAAA,iBAEF,UP6/EN,UO3/EQ,YAAA,iBAfF,SAAwB,OAAA,gBACxB,UPghFN,UO9gFQ,WAAA,gBAEF,UPghFN,UO9gFQ,aAAA,gBAEF,UPghFN,UO9gFQ,cAAA,gBAEF,UPghFN,UO9gFQ,YAAA,gBAfF,SAAwB,OAAA,kBACxB,UPmiFN,UOjiFQ,WAAA,kBAEF,UPmiFN,UOjiFQ,aAAA,kBAEF,UPmiFN,UOjiFQ,cAAA,kBAEF,UPmiFN,UOjiFQ,YAAA,kBAfF,SAAwB,OAAA,gBACxB,UPsjFN,UOpjFQ,WAAA,gBAEF,UPsjFN,UOpjFQ,aAAA,gBAEF,UPsjFN,UOpjFQ,cAAA,gBAEF,UPsjFN,UOpjFQ,YAAA,gBAMN,WAAmB,OAAA,eACnB,YPojFF,YOljFI,WAAA,eAEF,YPojFF,YOljFI,aAAA,eAEF,YPojFF,YOljFI,cAAA,eAEF,YPojFF,YOljFI,YAAA,gBJTF,yBIlDI,QAAgC,OAAA,YAChC,SPsnFN,SOpnFQ,WAAA,YAEF,SPsnFN,SOpnFQ,aAAA,YAEF,SPsnFN,SOpnFQ,cAAA,YAEF,SPsnFN,SOpnFQ,YAAA,YAfF,QAAgC,OAAA,iBAChC,SPyoFN,SOvoFQ,WAAA,iBAEF,SPyoFN,SOvoFQ,aAAA,iBAEF,SPyoFN,SOvoFQ,cAAA,iBAEF,SPyoFN,SOvoFQ,YAAA,iBAfF,QAAgC,OAAA,gBAChC,SP4pFN,SO1pFQ,WAAA,gBAEF,SP4pFN,SO1pFQ,aAAA,gBAEF,SP4pFN,SO1pFQ,cAAA,gBAEF,SP4pFN,SO1pFQ,YAAA,gBAfF,QAAgC,OAAA,eAChC,SP+qFN,SO7qFQ,WAAA,eAEF,SP+qFN,SO7qFQ,aAAA,eAEF,SP+qFN,SO7qFQ,cAAA,eAEF,SP+qFN,SO7qFQ,YAAA,eAfF,QAAgC,OAAA,iBAChC,SPksFN,SOhsFQ,WAAA,iBAEF,SPksFN,SOhsFQ,aAAA,iBAEF,SPksFN,SOhsFQ,cAAA,iBAEF,SPksFN,SOhsFQ,YAAA,iBAfF,QAAgC,OAAA,eAChC,SPqtFN,SOntFQ,WAAA,eAEF,SPqtFN,SOntFQ,aAAA,eAEF,SPqtFN,SOntFQ,cAAA,eAEF,SPqtFN,SOntFQ,YAAA,eAfF,QAAgC,QAAA,YAChC,SPwuFN,SOtuFQ,YAAA,YAEF,SPwuFN,SOtuFQ,cAAA,YAEF,SPwuFN,SOtuFQ,eAAA,YAEF,SPwuFN,SOtuFQ,aAAA,YAfF,QAAgC,QAAA,iBAChC,SP2vFN,SOzvFQ,YAAA,iBAEF,SP2vFN,SOzvFQ,cAAA,iBAEF,SP2vFN,SOzvFQ,eAAA,iBAEF,SP2vFN,SOzvFQ,aAAA,iBAfF,QAAgC,QAAA,gBAChC,SP8wFN,SO5wFQ,YAAA,gBAEF,SP8wFN,SO5wFQ,cAAA,gBAEF,SP8wFN,SO5wFQ,eAAA,gBAEF,SP8wFN,SO5wFQ,aAAA,gBAfF,QAAgC,QAAA,eAChC,SPiyFN,SO/xFQ,YAAA,eAEF,SPiyFN,SO/xFQ,cAAA,eAEF,SPiyFN,SO/xFQ,eAAA,eAEF,SPiyFN,SO/xFQ,aAAA,eAfF,QAAgC,QAAA,iBAChC,SPozFN,SOlzFQ,YAAA,iBAEF,SPozFN,SOlzFQ,cAAA,iBAEF,SPozFN,SOlzFQ,eAAA,iBAEF,SPozFN,SOlzFQ,aAAA,iBAfF,QAAgC,QAAA,eAChC,SPu0FN,SOr0FQ,YAAA,eAEF,SPu0FN,SOr0FQ,cAAA,eAEF,SPu0FN,SOr0FQ,eAAA,eAEF,SPu0FN,SOr0FQ,aAAA,eAQF,SAAwB,OAAA,kBACxB,UPm0FN,UOj0FQ,WAAA,kBAEF,UPm0FN,UOj0FQ,aAAA,kBAEF,UPm0FN,UOj0FQ,cAAA,kBAEF,UPm0FN,UOj0FQ,YAAA,kBAfF,SAAwB,OAAA,iBACxB,UPs1FN,UOp1FQ,WAAA,iBAEF,UPs1FN,UOp1FQ,aAAA,iBAEF,UPs1FN,UOp1FQ,cAAA,iBAEF,UPs1FN,UOp1FQ,YAAA,iBAfF,SAAwB,OAAA,gBACxB,UPy2FN,UOv2FQ,WAAA,gBAEF,UPy2FN,UOv2FQ,aAAA,gBAEF,UPy2FN,UOv2FQ,cAAA,gBAEF,UPy2FN,UOv2FQ,YAAA,gBAfF,SAAwB,OAAA,kBACxB,UP43FN,UO13FQ,WAAA,kBAEF,UP43FN,UO13FQ,aAAA,kBAEF,UP43FN,UO13FQ,cAAA,kBAEF,UP43FN,UO13FQ,YAAA,kBAfF,SAAwB,OAAA,gBACxB,UP+4FN,UO74FQ,WAAA,gBAEF,UP+4FN,UO74FQ,aAAA,gBAEF,UP+4FN,UO74FQ,cAAA,gBAEF,UP+4FN,UO74FQ,YAAA,gBAMN,WAAmB,OAAA,eACnB,YP64FF,YO34FI,WAAA,eAEF,YP64FF,YO34FI,aAAA,eAEF,YP64FF,YO34FI,cAAA,eAEF,YP64FF,YO34FI,YAAA,gBJTF,yBIlDI,QAAgC,OAAA,YAChC,SP+8FN,SO78FQ,WAAA,YAEF,SP+8FN,SO78FQ,aAAA,YAEF,SP+8FN,SO78FQ,cAAA,YAEF,SP+8FN,SO78FQ,YAAA,YAfF,QAAgC,OAAA,iBAChC,SPk+FN,SOh+FQ,WAAA,iBAEF,SPk+FN,SOh+FQ,aAAA,iBAEF,SPk+FN,SOh+FQ,cAAA,iBAEF,SPk+FN,SOh+FQ,YAAA,iBAfF,QAAgC,OAAA,gBAChC,SPq/FN,SOn/FQ,WAAA,gBAEF,SPq/FN,SOn/FQ,aAAA,gBAEF,SPq/FN,SOn/FQ,cAAA,gBAEF,SPq/FN,SOn/FQ,YAAA,gBAfF,QAAgC,OAAA,eAChC,SPwgGN,SOtgGQ,WAAA,eAEF,SPwgGN,SOtgGQ,aAAA,eAEF,SPwgGN,SOtgGQ,cAAA,eAEF,SPwgGN,SOtgGQ,YAAA,eAfF,QAAgC,OAAA,iBAChC,SP2hGN,SOzhGQ,WAAA,iBAEF,SP2hGN,SOzhGQ,aAAA,iBAEF,SP2hGN,SOzhGQ,cAAA,iBAEF,SP2hGN,SOzhGQ,YAAA,iBAfF,QAAgC,OAAA,eAChC,SP8iGN,SO5iGQ,WAAA,eAEF,SP8iGN,SO5iGQ,aAAA,eAEF,SP8iGN,SO5iGQ,cAAA,eAEF,SP8iGN,SO5iGQ,YAAA,eAfF,QAAgC,QAAA,YAChC,SPikGN,SO/jGQ,YAAA,YAEF,SPikGN,SO/jGQ,cAAA,YAEF,SPikGN,SO/jGQ,eAAA,YAEF,SPikGN,SO/jGQ,aAAA,YAfF,QAAgC,QAAA,iBAChC,SPolGN,SOllGQ,YAAA,iBAEF,SPolGN,SOllGQ,cAAA,iBAEF,SPolGN,SOllGQ,eAAA,iBAEF,SPolGN,SOllGQ,aAAA,iBAfF,QAAgC,QAAA,gBAChC,SPumGN,SOrmGQ,YAAA,gBAEF,SPumGN,SOrmGQ,cAAA,gBAEF,SPumGN,SOrmGQ,eAAA,gBAEF,SPumGN,SOrmGQ,aAAA,gBAfF,QAAgC,QAAA,eAChC,SP0nGN,SOxnGQ,YAAA,eAEF,SP0nGN,SOxnGQ,cAAA,eAEF,SP0nGN,SOxnGQ,eAAA,eAEF,SP0nGN,SOxnGQ,aAAA,eAfF,QAAgC,QAAA,iBAChC,SP6oGN,SO3oGQ,YAAA,iBAEF,SP6oGN,SO3oGQ,cAAA,iBAEF,SP6oGN,SO3oGQ,eAAA,iBAEF,SP6oGN,SO3oGQ,aAAA,iBAfF,QAAgC,QAAA,eAChC,SPgqGN,SO9pGQ,YAAA,eAEF,SPgqGN,SO9pGQ,cAAA,eAEF,SPgqGN,SO9pGQ,eAAA,eAEF,SPgqGN,SO9pGQ,aAAA,eAQF,SAAwB,OAAA,kBACxB,UP4pGN,UO1pGQ,WAAA,kBAEF,UP4pGN,UO1pGQ,aAAA,kBAEF,UP4pGN,UO1pGQ,cAAA,kBAEF,UP4pGN,UO1pGQ,YAAA,kBAfF,SAAwB,OAAA,iBACxB,UP+qGN,UO7qGQ,WAAA,iBAEF,UP+qGN,UO7qGQ,aAAA,iBAEF,UP+qGN,UO7qGQ,cAAA,iBAEF,UP+qGN,UO7qGQ,YAAA,iBAfF,SAAwB,OAAA,gBACxB,UPksGN,UOhsGQ,WAAA,gBAEF,UPksGN,UOhsGQ,aAAA,gBAEF,UPksGN,UOhsGQ,cAAA,gBAEF,UPksGN,UOhsGQ,YAAA,gBAfF,SAAwB,OAAA,kBACxB,UPqtGN,UOntGQ,WAAA,kBAEF,UPqtGN,UOntGQ,aAAA,kBAEF,UPqtGN,UOntGQ,cAAA,kBAEF,UPqtGN,UOntGQ,YAAA,kBAfF,SAAwB,OAAA,gBACxB,UPwuGN,UOtuGQ,WAAA,gBAEF,UPwuGN,UOtuGQ,aAAA,gBAEF,UPwuGN,UOtuGQ,cAAA,gBAEF,UPwuGN,UOtuGQ,YAAA,gBAMN,WAAmB,OAAA,eACnB,YPsuGF,YOpuGI,WAAA,eAEF,YPsuGF,YOpuGI,aAAA,eAEF,YPsuGF,YOpuGI,cAAA,eAEF,YPsuGF,YOpuGI,YAAA,gBJTF,0BIlDI,QAAgC,OAAA,YAChC,SPwyGN,SOtyGQ,WAAA,YAEF,SPwyGN,SOtyGQ,aAAA,YAEF,SPwyGN,SOtyGQ,cAAA,YAEF,SPwyGN,SOtyGQ,YAAA,YAfF,QAAgC,OAAA,iBAChC,SP2zGN,SOzzGQ,WAAA,iBAEF,SP2zGN,SOzzGQ,aAAA,iBAEF,SP2zGN,SOzzGQ,cAAA,iBAEF,SP2zGN,SOzzGQ,YAAA,iBAfF,QAAgC,OAAA,gBAChC,SP80GN,SO50GQ,WAAA,gBAEF,SP80GN,SO50GQ,aAAA,gBAEF,SP80GN,SO50GQ,cAAA,gBAEF,SP80GN,SO50GQ,YAAA,gBAfF,QAAgC,OAAA,eAChC,SPi2GN,SO/1GQ,WAAA,eAEF,SPi2GN,SO/1GQ,aAAA,eAEF,SPi2GN,SO/1GQ,cAAA,eAEF,SPi2GN,SO/1GQ,YAAA,eAfF,QAAgC,OAAA,iBAChC,SPo3GN,SOl3GQ,WAAA,iBAEF,SPo3GN,SOl3GQ,aAAA,iBAEF,SPo3GN,SOl3GQ,cAAA,iBAEF,SPo3GN,SOl3GQ,YAAA,iBAfF,QAAgC,OAAA,eAChC,SPu4GN,SOr4GQ,WAAA,eAEF,SPu4GN,SOr4GQ,aAAA,eAEF,SPu4GN,SOr4GQ,cAAA,eAEF,SPu4GN,SOr4GQ,YAAA,eAfF,QAAgC,QAAA,YAChC,SP05GN,SOx5GQ,YAAA,YAEF,SP05GN,SOx5GQ,cAAA,YAEF,SP05GN,SOx5GQ,eAAA,YAEF,SP05GN,SOx5GQ,aAAA,YAfF,QAAgC,QAAA,iBAChC,SP66GN,SO36GQ,YAAA,iBAEF,SP66GN,SO36GQ,cAAA,iBAEF,SP66GN,SO36GQ,eAAA,iBAEF,SP66GN,SO36GQ,aAAA,iBAfF,QAAgC,QAAA,gBAChC,SPg8GN,SO97GQ,YAAA,gBAEF,SPg8GN,SO97GQ,cAAA,gBAEF,SPg8GN,SO97GQ,eAAA,gBAEF,SPg8GN,SO97GQ,aAAA,gBAfF,QAAgC,QAAA,eAChC,SPm9GN,SOj9GQ,YAAA,eAEF,SPm9GN,SOj9GQ,cAAA,eAEF,SPm9GN,SOj9GQ,eAAA,eAEF,SPm9GN,SOj9GQ,aAAA,eAfF,QAAgC,QAAA,iBAChC,SPs+GN,SOp+GQ,YAAA,iBAEF,SPs+GN,SOp+GQ,cAAA,iBAEF,SPs+GN,SOp+GQ,eAAA,iBAEF,SPs+GN,SOp+GQ,aAAA,iBAfF,QAAgC,QAAA,eAChC,SPy/GN,SOv/GQ,YAAA,eAEF,SPy/GN,SOv/GQ,cAAA,eAEF,SPy/GN,SOv/GQ,eAAA,eAEF,SPy/GN,SOv/GQ,aAAA,eAQF,SAAwB,OAAA,kBACxB,UPq/GN,UOn/GQ,WAAA,kBAEF,UPq/GN,UOn/GQ,aAAA,kBAEF,UPq/GN,UOn/GQ,cAAA,kBAEF,UPq/GN,UOn/GQ,YAAA,kBAfF,SAAwB,OAAA,iBACxB,UPwgHN,UOtgHQ,WAAA,iBAEF,UPwgHN,UOtgHQ,aAAA,iBAEF,UPwgHN,UOtgHQ,cAAA,iBAEF,UPwgHN,UOtgHQ,YAAA,iBAfF,SAAwB,OAAA,gBACxB,UP2hHN,UOzhHQ,WAAA,gBAEF,UP2hHN,UOzhHQ,aAAA,gBAEF,UP2hHN,UOzhHQ,cAAA,gBAEF,UP2hHN,UOzhHQ,YAAA,gBAfF,SAAwB,OAAA,kBACxB,UP8iHN,UO5iHQ,WAAA,kBAEF,UP8iHN,UO5iHQ,aAAA,kBAEF,UP8iHN,UO5iHQ,cAAA,kBAEF,UP8iHN,UO5iHQ,YAAA,kBAfF,SAAwB,OAAA,gBACxB,UPikHN,UO/jHQ,WAAA,gBAEF,UPikHN,UO/jHQ,aAAA,gBAEF,UPikHN,UO/jHQ,cAAA,gBAEF,UPikHN,UO/jHQ,YAAA,gBAMN,WAAmB,OAAA,eACnB,YP+jHF,YO7jHI,WAAA,eAEF,YP+jHF,YO7jHI,aAAA,eAEF,YP+jHF,YO7jHI,cAAA,eAEF,YP+jHF,YO7jHI,YAAA","sourcesContent":["/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\nhtml {\n box-sizing: border-box;\n -ms-overflow-style: scrollbar;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/breakpoints\";\n@import \"mixins/grid-framework\";\n@import \"mixins/grid\";\n\n@import \"grid\";\n@import \"utilities/display\";\n@import \"utilities/flex\";\n@import \"utilities/spacing\";\n","/*!\n * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\nhtml {\n box-sizing: border-box;\n -ms-overflow-style: scrollbar;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\n.container {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n max-width: 1140px;\n }\n}\n\n.container-fluid {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n.row {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,\n.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,\n.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,\n.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,\n.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n}\n\n.col-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\n.col-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n}\n\n.col-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.col-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.col-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n}\n\n.col-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.col-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n}\n\n.col-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n}\n\n.col-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n}\n\n.col-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n}\n\n.col-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n}\n\n.col-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.order-first {\n -ms-flex-order: -1;\n order: -1;\n}\n\n.order-last {\n -ms-flex-order: 13;\n order: 13;\n}\n\n.order-0 {\n -ms-flex-order: 0;\n order: 0;\n}\n\n.order-1 {\n -ms-flex-order: 1;\n order: 1;\n}\n\n.order-2 {\n -ms-flex-order: 2;\n order: 2;\n}\n\n.order-3 {\n -ms-flex-order: 3;\n order: 3;\n}\n\n.order-4 {\n -ms-flex-order: 4;\n order: 4;\n}\n\n.order-5 {\n -ms-flex-order: 5;\n order: 5;\n}\n\n.order-6 {\n -ms-flex-order: 6;\n order: 6;\n}\n\n.order-7 {\n -ms-flex-order: 7;\n order: 7;\n}\n\n.order-8 {\n -ms-flex-order: 8;\n order: 8;\n}\n\n.order-9 {\n -ms-flex-order: 9;\n order: 9;\n}\n\n.order-10 {\n -ms-flex-order: 10;\n order: 10;\n}\n\n.order-11 {\n -ms-flex-order: 11;\n order: 11;\n}\n\n.order-12 {\n -ms-flex-order: 12;\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-sm-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-sm-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-sm-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-sm-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-sm-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-sm-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-sm-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-sm-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-sm-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-sm-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-sm-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-sm-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-sm-first {\n -ms-flex-order: -1;\n order: -1;\n }\n .order-sm-last {\n -ms-flex-order: 13;\n order: 13;\n }\n .order-sm-0 {\n -ms-flex-order: 0;\n order: 0;\n }\n .order-sm-1 {\n -ms-flex-order: 1;\n order: 1;\n }\n .order-sm-2 {\n -ms-flex-order: 2;\n order: 2;\n }\n .order-sm-3 {\n -ms-flex-order: 3;\n order: 3;\n }\n .order-sm-4 {\n -ms-flex-order: 4;\n order: 4;\n }\n .order-sm-5 {\n -ms-flex-order: 5;\n order: 5;\n }\n .order-sm-6 {\n -ms-flex-order: 6;\n order: 6;\n }\n .order-sm-7 {\n -ms-flex-order: 7;\n order: 7;\n }\n .order-sm-8 {\n -ms-flex-order: 8;\n order: 8;\n }\n .order-sm-9 {\n -ms-flex-order: 9;\n order: 9;\n }\n .order-sm-10 {\n -ms-flex-order: 10;\n order: 10;\n }\n .order-sm-11 {\n -ms-flex-order: 11;\n order: 11;\n }\n .order-sm-12 {\n -ms-flex-order: 12;\n order: 12;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-md-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-md-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-md-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-md-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-md-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-md-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-md-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-md-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-md-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-md-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-md-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-md-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-md-first {\n -ms-flex-order: -1;\n order: -1;\n }\n .order-md-last {\n -ms-flex-order: 13;\n order: 13;\n }\n .order-md-0 {\n -ms-flex-order: 0;\n order: 0;\n }\n .order-md-1 {\n -ms-flex-order: 1;\n order: 1;\n }\n .order-md-2 {\n -ms-flex-order: 2;\n order: 2;\n }\n .order-md-3 {\n -ms-flex-order: 3;\n order: 3;\n }\n .order-md-4 {\n -ms-flex-order: 4;\n order: 4;\n }\n .order-md-5 {\n -ms-flex-order: 5;\n order: 5;\n }\n .order-md-6 {\n -ms-flex-order: 6;\n order: 6;\n }\n .order-md-7 {\n -ms-flex-order: 7;\n order: 7;\n }\n .order-md-8 {\n -ms-flex-order: 8;\n order: 8;\n }\n .order-md-9 {\n -ms-flex-order: 9;\n order: 9;\n }\n .order-md-10 {\n -ms-flex-order: 10;\n order: 10;\n }\n .order-md-11 {\n -ms-flex-order: 11;\n order: 11;\n }\n .order-md-12 {\n -ms-flex-order: 12;\n order: 12;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-lg-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-lg-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-lg-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-lg-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-lg-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-lg-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-lg-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-lg-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-lg-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-lg-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-lg-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-lg-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-lg-first {\n -ms-flex-order: -1;\n order: -1;\n }\n .order-lg-last {\n -ms-flex-order: 13;\n order: 13;\n }\n .order-lg-0 {\n -ms-flex-order: 0;\n order: 0;\n }\n .order-lg-1 {\n -ms-flex-order: 1;\n order: 1;\n }\n .order-lg-2 {\n -ms-flex-order: 2;\n order: 2;\n }\n .order-lg-3 {\n -ms-flex-order: 3;\n order: 3;\n }\n .order-lg-4 {\n -ms-flex-order: 4;\n order: 4;\n }\n .order-lg-5 {\n -ms-flex-order: 5;\n order: 5;\n }\n .order-lg-6 {\n -ms-flex-order: 6;\n order: 6;\n }\n .order-lg-7 {\n -ms-flex-order: 7;\n order: 7;\n }\n .order-lg-8 {\n -ms-flex-order: 8;\n order: 8;\n }\n .order-lg-9 {\n -ms-flex-order: 9;\n order: 9;\n }\n .order-lg-10 {\n -ms-flex-order: 10;\n order: 10;\n }\n .order-lg-11 {\n -ms-flex-order: 11;\n order: 11;\n }\n .order-lg-12 {\n -ms-flex-order: 12;\n order: 12;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n -ms-flex-preferred-size: 0;\n flex-basis: 0;\n -ms-flex-positive: 1;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-xl-auto {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-xl-1 {\n -ms-flex: 0 0 8.333333%;\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-xl-2 {\n -ms-flex: 0 0 16.666667%;\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-3 {\n -ms-flex: 0 0 25%;\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-xl-4 {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-xl-5 {\n -ms-flex: 0 0 41.666667%;\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-xl-6 {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-xl-7 {\n -ms-flex: 0 0 58.333333%;\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-xl-8 {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-xl-9 {\n -ms-flex: 0 0 75%;\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-xl-10 {\n -ms-flex: 0 0 83.333333%;\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-xl-11 {\n -ms-flex: 0 0 91.666667%;\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-xl-12 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-xl-first {\n -ms-flex-order: -1;\n order: -1;\n }\n .order-xl-last {\n -ms-flex-order: 13;\n order: 13;\n }\n .order-xl-0 {\n -ms-flex-order: 0;\n order: 0;\n }\n .order-xl-1 {\n -ms-flex-order: 1;\n order: 1;\n }\n .order-xl-2 {\n -ms-flex-order: 2;\n order: 2;\n }\n .order-xl-3 {\n -ms-flex-order: 3;\n order: 3;\n }\n .order-xl-4 {\n -ms-flex-order: 4;\n order: 4;\n }\n .order-xl-5 {\n -ms-flex-order: 5;\n order: 5;\n }\n .order-xl-6 {\n -ms-flex-order: 6;\n order: 6;\n }\n .order-xl-7 {\n -ms-flex-order: 7;\n order: 7;\n }\n .order-xl-8 {\n -ms-flex-order: 8;\n order: 8;\n }\n .order-xl-9 {\n -ms-flex-order: 9;\n order: 9;\n }\n .order-xl-10 {\n -ms-flex-order: 10;\n order: 10;\n }\n .order-xl-11 {\n -ms-flex-order: 11;\n order: 11;\n }\n .order-xl-12 {\n -ms-flex-order: 12;\n order: 12;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n.d-none {\n display: none !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n}\n\n.d-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-md-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: -ms-flexbox !important;\n display: flex !important;\n }\n .d-print-inline-flex {\n display: -ms-inline-flexbox !important;\n display: inline-flex !important;\n }\n}\n\n.flex-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n}\n\n.flex-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n}\n\n.flex-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n}\n\n.flex-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n}\n\n.justify-content-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n}\n\n.justify-content-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n}\n\n.align-items-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n}\n\n.align-items-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n}\n\n.align-items-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n}\n\n.align-items-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n}\n\n.align-content-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n}\n\n.align-content-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n}\n\n.align-content-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n}\n\n.align-content-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n}\n\n.align-content-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n}\n\n.align-self-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n}\n\n.align-self-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n}\n\n.align-self-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n}\n\n.align-self-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n}\n\n.align-self-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n}\n\n@media (min-width: 576px) {\n .flex-sm-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n }\n .flex-sm-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n }\n .flex-sm-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n }\n .flex-sm-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n }\n .flex-sm-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n }\n .justify-content-sm-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n }\n .justify-content-sm-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n }\n .align-items-sm-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n }\n .align-content-sm-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n }\n .align-content-sm-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n }\n .align-content-sm-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n }\n .align-self-sm-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n }\n .align-self-sm-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 768px) {\n .flex-md-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n }\n .flex-md-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n }\n .flex-md-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n }\n .flex-md-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n }\n .flex-md-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n }\n .justify-content-md-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n }\n .justify-content-md-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n }\n .align-items-md-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n }\n .align-items-md-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n }\n .align-items-md-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n }\n .align-items-md-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n }\n .align-content-md-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n }\n .align-content-md-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n }\n .align-content-md-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n }\n .align-content-md-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n }\n .align-content-md-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n }\n .align-self-md-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n }\n .align-self-md-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n }\n .align-self-md-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n }\n .align-self-md-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n }\n .align-self-md-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 992px) {\n .flex-lg-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n }\n .flex-lg-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n }\n .flex-lg-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n }\n .flex-lg-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n }\n .flex-lg-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n }\n .justify-content-lg-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n }\n .justify-content-lg-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n }\n .align-items-lg-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n }\n .align-content-lg-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n }\n .align-content-lg-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n }\n .align-content-lg-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n }\n .align-self-lg-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n }\n .align-self-lg-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 1200px) {\n .flex-xl-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n }\n .flex-xl-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n }\n .flex-xl-wrap {\n -ms-flex-wrap: wrap !important;\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n -ms-flex-wrap: nowrap !important;\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n -ms-flex-wrap: wrap-reverse !important;\n flex-wrap: wrap-reverse !important;\n }\n .flex-xl-fill {\n -ms-flex: 1 1 auto !important;\n flex: 1 1 auto !important;\n }\n .flex-xl-grow-0 {\n -ms-flex-positive: 0 !important;\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n -ms-flex-positive: 1 !important;\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n -ms-flex-negative: 0 !important;\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n -ms-flex-negative: 1 !important;\n flex-shrink: 1 !important;\n }\n .justify-content-xl-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n }\n .justify-content-xl-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n -ms-flex-pack: distribute !important;\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n -ms-flex-align: start !important;\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n -ms-flex-align: end !important;\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n -ms-flex-align: center !important;\n align-items: center !important;\n }\n .align-items-xl-baseline {\n -ms-flex-align: baseline !important;\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n -ms-flex-align: stretch !important;\n align-items: stretch !important;\n }\n .align-content-xl-start {\n -ms-flex-line-pack: start !important;\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n -ms-flex-line-pack: end !important;\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n -ms-flex-line-pack: center !important;\n align-content: center !important;\n }\n .align-content-xl-between {\n -ms-flex-line-pack: justify !important;\n align-content: space-between !important;\n }\n .align-content-xl-around {\n -ms-flex-line-pack: distribute !important;\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n -ms-flex-line-pack: stretch !important;\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n -ms-flex-item-align: auto !important;\n align-self: auto !important;\n }\n .align-self-xl-start {\n -ms-flex-item-align: start !important;\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n -ms-flex-item-align: end !important;\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n -ms-flex-item-align: center !important;\n align-self: center !important;\n }\n .align-self-xl-baseline {\n -ms-flex-item-align: baseline !important;\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n -ms-flex-item-align: stretch !important;\n align-self: stretch !important;\n }\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.mt-0,\n.my-0 {\n margin-top: 0 !important;\n}\n\n.mr-0,\n.mx-0 {\n margin-right: 0 !important;\n}\n\n.mb-0,\n.my-0 {\n margin-bottom: 0 !important;\n}\n\n.ml-0,\n.mx-0 {\n margin-left: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.mt-1,\n.my-1 {\n margin-top: 0.25rem !important;\n}\n\n.mr-1,\n.mx-1 {\n margin-right: 0.25rem !important;\n}\n\n.mb-1,\n.my-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.ml-1,\n.mx-1 {\n margin-left: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.mt-2,\n.my-2 {\n margin-top: 0.5rem !important;\n}\n\n.mr-2,\n.mx-2 {\n margin-right: 0.5rem !important;\n}\n\n.mb-2,\n.my-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.ml-2,\n.mx-2 {\n margin-left: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.mt-3,\n.my-3 {\n margin-top: 1rem !important;\n}\n\n.mr-3,\n.mx-3 {\n margin-right: 1rem !important;\n}\n\n.mb-3,\n.my-3 {\n margin-bottom: 1rem !important;\n}\n\n.ml-3,\n.mx-3 {\n margin-left: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.mt-4,\n.my-4 {\n margin-top: 1.5rem !important;\n}\n\n.mr-4,\n.mx-4 {\n margin-right: 1.5rem !important;\n}\n\n.mb-4,\n.my-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.ml-4,\n.mx-4 {\n margin-left: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.mt-5,\n.my-5 {\n margin-top: 3rem !important;\n}\n\n.mr-5,\n.mx-5 {\n margin-right: 3rem !important;\n}\n\n.mb-5,\n.my-5 {\n margin-bottom: 3rem !important;\n}\n\n.ml-5,\n.mx-5 {\n margin-left: 3rem !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.pt-0,\n.py-0 {\n padding-top: 0 !important;\n}\n\n.pr-0,\n.px-0 {\n padding-right: 0 !important;\n}\n\n.pb-0,\n.py-0 {\n padding-bottom: 0 !important;\n}\n\n.pl-0,\n.px-0 {\n padding-left: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.pt-1,\n.py-1 {\n padding-top: 0.25rem !important;\n}\n\n.pr-1,\n.px-1 {\n padding-right: 0.25rem !important;\n}\n\n.pb-1,\n.py-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pl-1,\n.px-1 {\n padding-left: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.pt-2,\n.py-2 {\n padding-top: 0.5rem !important;\n}\n\n.pr-2,\n.px-2 {\n padding-right: 0.5rem !important;\n}\n\n.pb-2,\n.py-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pl-2,\n.px-2 {\n padding-left: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.pt-3,\n.py-3 {\n padding-top: 1rem !important;\n}\n\n.pr-3,\n.px-3 {\n padding-right: 1rem !important;\n}\n\n.pb-3,\n.py-3 {\n padding-bottom: 1rem !important;\n}\n\n.pl-3,\n.px-3 {\n padding-left: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.pt-4,\n.py-4 {\n padding-top: 1.5rem !important;\n}\n\n.pr-4,\n.px-4 {\n padding-right: 1.5rem !important;\n}\n\n.pb-4,\n.py-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pl-4,\n.px-4 {\n padding-left: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.pt-5,\n.py-5 {\n padding-top: 3rem !important;\n}\n\n.pr-5,\n.px-5 {\n padding-right: 3rem !important;\n}\n\n.pb-5,\n.py-5 {\n padding-bottom: 3rem !important;\n}\n\n.pl-5,\n.px-5 {\n padding-left: 3rem !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.mt-n1,\n.my-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mr-n1,\n.mx-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mb-n1,\n.my-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.ml-n1,\n.mx-n1 {\n margin-left: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.mt-n2,\n.my-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mr-n2,\n.mx-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mb-n2,\n.my-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.ml-n2,\n.mx-n2 {\n margin-left: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.mt-n3,\n.my-n3 {\n margin-top: -1rem !important;\n}\n\n.mr-n3,\n.mx-n3 {\n margin-right: -1rem !important;\n}\n\n.mb-n3,\n.my-n3 {\n margin-bottom: -1rem !important;\n}\n\n.ml-n3,\n.mx-n3 {\n margin-left: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.mt-n4,\n.my-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mr-n4,\n.mx-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mb-n4,\n.my-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.ml-n4,\n.mx-n4 {\n margin-left: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mt-n5,\n.my-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n5,\n.mx-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n5,\n.my-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n5,\n.mx-n5 {\n margin-left: -3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mt-auto,\n.my-auto {\n margin-top: auto !important;\n}\n\n.mr-auto,\n.mx-auto {\n margin-right: auto !important;\n}\n\n.mb-auto,\n.my-auto {\n margin-bottom: auto !important;\n}\n\n.ml-auto,\n.mx-auto {\n margin-left: auto !important;\n}\n\n@media (min-width: 576px) {\n .m-sm-0 {\n margin: 0 !important;\n }\n .mt-sm-0,\n .my-sm-0 {\n margin-top: 0 !important;\n }\n .mr-sm-0,\n .mx-sm-0 {\n margin-right: 0 !important;\n }\n .mb-sm-0,\n .my-sm-0 {\n margin-bottom: 0 !important;\n }\n .ml-sm-0,\n .mx-sm-0 {\n margin-left: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .mt-sm-1,\n .my-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mr-sm-1,\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mb-sm-1,\n .my-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-sm-1,\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .mt-sm-2,\n .my-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mr-sm-2,\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mb-sm-2,\n .my-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-sm-2,\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .mt-sm-3,\n .my-sm-3 {\n margin-top: 1rem !important;\n }\n .mr-sm-3,\n .mx-sm-3 {\n margin-right: 1rem !important;\n }\n .mb-sm-3,\n .my-sm-3 {\n margin-bottom: 1rem !important;\n }\n .ml-sm-3,\n .mx-sm-3 {\n margin-left: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .mt-sm-4,\n .my-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mr-sm-4,\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mb-sm-4,\n .my-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-sm-4,\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .mt-sm-5,\n .my-sm-5 {\n margin-top: 3rem !important;\n }\n .mr-sm-5,\n .mx-sm-5 {\n margin-right: 3rem !important;\n }\n .mb-sm-5,\n .my-sm-5 {\n margin-bottom: 3rem !important;\n }\n .ml-sm-5,\n .mx-sm-5 {\n margin-left: 3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .pt-sm-0,\n .py-sm-0 {\n padding-top: 0 !important;\n }\n .pr-sm-0,\n .px-sm-0 {\n padding-right: 0 !important;\n }\n .pb-sm-0,\n .py-sm-0 {\n padding-bottom: 0 !important;\n }\n .pl-sm-0,\n .px-sm-0 {\n padding-left: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .pt-sm-1,\n .py-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pr-sm-1,\n .px-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pb-sm-1,\n .py-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-sm-1,\n .px-sm-1 {\n padding-left: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .pt-sm-2,\n .py-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pr-sm-2,\n .px-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pb-sm-2,\n .py-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-sm-2,\n .px-sm-2 {\n padding-left: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .pt-sm-3,\n .py-sm-3 {\n padding-top: 1rem !important;\n }\n .pr-sm-3,\n .px-sm-3 {\n padding-right: 1rem !important;\n }\n .pb-sm-3,\n .py-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pl-sm-3,\n .px-sm-3 {\n padding-left: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .pt-sm-4,\n .py-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pr-sm-4,\n .px-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pb-sm-4,\n .py-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-sm-4,\n .px-sm-4 {\n padding-left: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .pt-sm-5,\n .py-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-5,\n .px-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-5,\n .py-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-5,\n .px-sm-5 {\n padding-left: 3rem !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .mt-sm-n1,\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-sm-n1,\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-sm-n1,\n .my-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-sm-n1,\n .mx-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .mt-sm-n2,\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-sm-n2,\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-sm-n2,\n .my-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-sm-n2,\n .mx-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .mt-sm-n3,\n .my-sm-n3 {\n margin-top: -1rem !important;\n }\n .mr-sm-n3,\n .mx-sm-n3 {\n margin-right: -1rem !important;\n }\n .mb-sm-n3,\n .my-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-sm-n3,\n .mx-sm-n3 {\n margin-left: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .mt-sm-n4,\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-sm-n4,\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-sm-n4,\n .my-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-sm-n4,\n .mx-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mt-sm-n5,\n .my-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n5,\n .mx-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n5,\n .my-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n5,\n .mx-sm-n5 {\n margin-left: -3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mt-sm-auto,\n .my-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-auto,\n .mx-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-auto,\n .my-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-auto,\n .mx-sm-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 768px) {\n .m-md-0 {\n margin: 0 !important;\n }\n .mt-md-0,\n .my-md-0 {\n margin-top: 0 !important;\n }\n .mr-md-0,\n .mx-md-0 {\n margin-right: 0 !important;\n }\n .mb-md-0,\n .my-md-0 {\n margin-bottom: 0 !important;\n }\n .ml-md-0,\n .mx-md-0 {\n margin-left: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .mt-md-1,\n .my-md-1 {\n margin-top: 0.25rem !important;\n }\n .mr-md-1,\n .mx-md-1 {\n margin-right: 0.25rem !important;\n }\n .mb-md-1,\n .my-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-md-1,\n .mx-md-1 {\n margin-left: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .mt-md-2,\n .my-md-2 {\n margin-top: 0.5rem !important;\n }\n .mr-md-2,\n .mx-md-2 {\n margin-right: 0.5rem !important;\n }\n .mb-md-2,\n .my-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-md-2,\n .mx-md-2 {\n margin-left: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .mt-md-3,\n .my-md-3 {\n margin-top: 1rem !important;\n }\n .mr-md-3,\n .mx-md-3 {\n margin-right: 1rem !important;\n }\n .mb-md-3,\n .my-md-3 {\n margin-bottom: 1rem !important;\n }\n .ml-md-3,\n .mx-md-3 {\n margin-left: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .mt-md-4,\n .my-md-4 {\n margin-top: 1.5rem !important;\n }\n .mr-md-4,\n .mx-md-4 {\n margin-right: 1.5rem !important;\n }\n .mb-md-4,\n .my-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-md-4,\n .mx-md-4 {\n margin-left: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .mt-md-5,\n .my-md-5 {\n margin-top: 3rem !important;\n }\n .mr-md-5,\n .mx-md-5 {\n margin-right: 3rem !important;\n }\n .mb-md-5,\n .my-md-5 {\n margin-bottom: 3rem !important;\n }\n .ml-md-5,\n .mx-md-5 {\n margin-left: 3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .pt-md-0,\n .py-md-0 {\n padding-top: 0 !important;\n }\n .pr-md-0,\n .px-md-0 {\n padding-right: 0 !important;\n }\n .pb-md-0,\n .py-md-0 {\n padding-bottom: 0 !important;\n }\n .pl-md-0,\n .px-md-0 {\n padding-left: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .pt-md-1,\n .py-md-1 {\n padding-top: 0.25rem !important;\n }\n .pr-md-1,\n .px-md-1 {\n padding-right: 0.25rem !important;\n }\n .pb-md-1,\n .py-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-md-1,\n .px-md-1 {\n padding-left: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .pt-md-2,\n .py-md-2 {\n padding-top: 0.5rem !important;\n }\n .pr-md-2,\n .px-md-2 {\n padding-right: 0.5rem !important;\n }\n .pb-md-2,\n .py-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-md-2,\n .px-md-2 {\n padding-left: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .pt-md-3,\n .py-md-3 {\n padding-top: 1rem !important;\n }\n .pr-md-3,\n .px-md-3 {\n padding-right: 1rem !important;\n }\n .pb-md-3,\n .py-md-3 {\n padding-bottom: 1rem !important;\n }\n .pl-md-3,\n .px-md-3 {\n padding-left: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .pt-md-4,\n .py-md-4 {\n padding-top: 1.5rem !important;\n }\n .pr-md-4,\n .px-md-4 {\n padding-right: 1.5rem !important;\n }\n .pb-md-4,\n .py-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-md-4,\n .px-md-4 {\n padding-left: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .pt-md-5,\n .py-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-5,\n .px-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-5,\n .py-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-5,\n .px-md-5 {\n padding-left: 3rem !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .mt-md-n1,\n .my-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-md-n1,\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-md-n1,\n .my-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-md-n1,\n .mx-md-n1 {\n margin-left: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .mt-md-n2,\n .my-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-md-n2,\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-md-n2,\n .my-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-md-n2,\n .mx-md-n2 {\n margin-left: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .mt-md-n3,\n .my-md-n3 {\n margin-top: -1rem !important;\n }\n .mr-md-n3,\n .mx-md-n3 {\n margin-right: -1rem !important;\n }\n .mb-md-n3,\n .my-md-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-md-n3,\n .mx-md-n3 {\n margin-left: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .mt-md-n4,\n .my-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-md-n4,\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-md-n4,\n .my-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-md-n4,\n .mx-md-n4 {\n margin-left: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mt-md-n5,\n .my-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n5,\n .mx-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n5,\n .my-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n5,\n .mx-md-n5 {\n margin-left: -3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mt-md-auto,\n .my-md-auto {\n margin-top: auto !important;\n }\n .mr-md-auto,\n .mx-md-auto {\n margin-right: auto !important;\n }\n .mb-md-auto,\n .my-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-auto,\n .mx-md-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 992px) {\n .m-lg-0 {\n margin: 0 !important;\n }\n .mt-lg-0,\n .my-lg-0 {\n margin-top: 0 !important;\n }\n .mr-lg-0,\n .mx-lg-0 {\n margin-right: 0 !important;\n }\n .mb-lg-0,\n .my-lg-0 {\n margin-bottom: 0 !important;\n }\n .ml-lg-0,\n .mx-lg-0 {\n margin-left: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .mt-lg-1,\n .my-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mr-lg-1,\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mb-lg-1,\n .my-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-lg-1,\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .mt-lg-2,\n .my-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mr-lg-2,\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mb-lg-2,\n .my-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-lg-2,\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .mt-lg-3,\n .my-lg-3 {\n margin-top: 1rem !important;\n }\n .mr-lg-3,\n .mx-lg-3 {\n margin-right: 1rem !important;\n }\n .mb-lg-3,\n .my-lg-3 {\n margin-bottom: 1rem !important;\n }\n .ml-lg-3,\n .mx-lg-3 {\n margin-left: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .mt-lg-4,\n .my-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mr-lg-4,\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mb-lg-4,\n .my-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-lg-4,\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .mt-lg-5,\n .my-lg-5 {\n margin-top: 3rem !important;\n }\n .mr-lg-5,\n .mx-lg-5 {\n margin-right: 3rem !important;\n }\n .mb-lg-5,\n .my-lg-5 {\n margin-bottom: 3rem !important;\n }\n .ml-lg-5,\n .mx-lg-5 {\n margin-left: 3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .pt-lg-0,\n .py-lg-0 {\n padding-top: 0 !important;\n }\n .pr-lg-0,\n .px-lg-0 {\n padding-right: 0 !important;\n }\n .pb-lg-0,\n .py-lg-0 {\n padding-bottom: 0 !important;\n }\n .pl-lg-0,\n .px-lg-0 {\n padding-left: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .pt-lg-1,\n .py-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pr-lg-1,\n .px-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pb-lg-1,\n .py-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-lg-1,\n .px-lg-1 {\n padding-left: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .pt-lg-2,\n .py-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pr-lg-2,\n .px-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pb-lg-2,\n .py-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-lg-2,\n .px-lg-2 {\n padding-left: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .pt-lg-3,\n .py-lg-3 {\n padding-top: 1rem !important;\n }\n .pr-lg-3,\n .px-lg-3 {\n padding-right: 1rem !important;\n }\n .pb-lg-3,\n .py-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pl-lg-3,\n .px-lg-3 {\n padding-left: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .pt-lg-4,\n .py-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pr-lg-4,\n .px-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pb-lg-4,\n .py-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-lg-4,\n .px-lg-4 {\n padding-left: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .pt-lg-5,\n .py-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-5,\n .px-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-5,\n .py-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-5,\n .px-lg-5 {\n padding-left: 3rem !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .mt-lg-n1,\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-lg-n1,\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-lg-n1,\n .my-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-lg-n1,\n .mx-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .mt-lg-n2,\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-lg-n2,\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-lg-n2,\n .my-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-lg-n2,\n .mx-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .mt-lg-n3,\n .my-lg-n3 {\n margin-top: -1rem !important;\n }\n .mr-lg-n3,\n .mx-lg-n3 {\n margin-right: -1rem !important;\n }\n .mb-lg-n3,\n .my-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-lg-n3,\n .mx-lg-n3 {\n margin-left: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .mt-lg-n4,\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-lg-n4,\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-lg-n4,\n .my-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-lg-n4,\n .mx-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mt-lg-n5,\n .my-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n5,\n .mx-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n5,\n .my-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n5,\n .mx-lg-n5 {\n margin-left: -3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mt-lg-auto,\n .my-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-auto,\n .mx-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-auto,\n .my-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-auto,\n .mx-lg-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 1200px) {\n .m-xl-0 {\n margin: 0 !important;\n }\n .mt-xl-0,\n .my-xl-0 {\n margin-top: 0 !important;\n }\n .mr-xl-0,\n .mx-xl-0 {\n margin-right: 0 !important;\n }\n .mb-xl-0,\n .my-xl-0 {\n margin-bottom: 0 !important;\n }\n .ml-xl-0,\n .mx-xl-0 {\n margin-left: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .mt-xl-1,\n .my-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mr-xl-1,\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mb-xl-1,\n .my-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-xl-1,\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .mt-xl-2,\n .my-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mr-xl-2,\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mb-xl-2,\n .my-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-xl-2,\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .mt-xl-3,\n .my-xl-3 {\n margin-top: 1rem !important;\n }\n .mr-xl-3,\n .mx-xl-3 {\n margin-right: 1rem !important;\n }\n .mb-xl-3,\n .my-xl-3 {\n margin-bottom: 1rem !important;\n }\n .ml-xl-3,\n .mx-xl-3 {\n margin-left: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .mt-xl-4,\n .my-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mr-xl-4,\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mb-xl-4,\n .my-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-xl-4,\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .mt-xl-5,\n .my-xl-5 {\n margin-top: 3rem !important;\n }\n .mr-xl-5,\n .mx-xl-5 {\n margin-right: 3rem !important;\n }\n .mb-xl-5,\n .my-xl-5 {\n margin-bottom: 3rem !important;\n }\n .ml-xl-5,\n .mx-xl-5 {\n margin-left: 3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .pt-xl-0,\n .py-xl-0 {\n padding-top: 0 !important;\n }\n .pr-xl-0,\n .px-xl-0 {\n padding-right: 0 !important;\n }\n .pb-xl-0,\n .py-xl-0 {\n padding-bottom: 0 !important;\n }\n .pl-xl-0,\n .px-xl-0 {\n padding-left: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .pt-xl-1,\n .py-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pr-xl-1,\n .px-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pb-xl-1,\n .py-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-xl-1,\n .px-xl-1 {\n padding-left: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .pt-xl-2,\n .py-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pr-xl-2,\n .px-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pb-xl-2,\n .py-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-xl-2,\n .px-xl-2 {\n padding-left: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .pt-xl-3,\n .py-xl-3 {\n padding-top: 1rem !important;\n }\n .pr-xl-3,\n .px-xl-3 {\n padding-right: 1rem !important;\n }\n .pb-xl-3,\n .py-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pl-xl-3,\n .px-xl-3 {\n padding-left: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .pt-xl-4,\n .py-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pr-xl-4,\n .px-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pb-xl-4,\n .py-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-xl-4,\n .px-xl-4 {\n padding-left: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .pt-xl-5,\n .py-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-5,\n .px-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-5,\n .py-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-5,\n .px-xl-5 {\n padding-left: 3rem !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .mt-xl-n1,\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-xl-n1,\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-xl-n1,\n .my-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-xl-n1,\n .mx-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .mt-xl-n2,\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-xl-n2,\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-xl-n2,\n .my-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-xl-n2,\n .mx-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .mt-xl-n3,\n .my-xl-n3 {\n margin-top: -1rem !important;\n }\n .mr-xl-n3,\n .mx-xl-n3 {\n margin-right: -1rem !important;\n }\n .mb-xl-n3,\n .my-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-xl-n3,\n .mx-xl-n3 {\n margin-left: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .mt-xl-n4,\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-xl-n4,\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-xl-n4,\n .my-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-xl-n4,\n .mx-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mt-xl-n5,\n .my-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n5,\n .mx-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n5,\n .my-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n5,\n .mx-xl-n5 {\n margin-left: -3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mt-xl-auto,\n .my-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-auto,\n .mx-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-auto,\n .my-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-auto,\n .mx-xl-auto {\n margin-left: auto !important;\n }\n}\n/*# sourceMappingURL=bootstrap-grid.css.map */","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n .container {\n @include make-container();\n @include make-container-max-widths();\n }\n}\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but with 100% width for\n// fluid, full width layouts.\n\n@if $enable-grid-classes {\n .container-fluid {\n @include make-container();\n }\n}\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n }\n\n // Remove the negative margin from default .row, then the horizontal padding\n // from all immediate children columns (to prevent runaway style inheritance).\n .no-gutters {\n margin-right: 0;\n margin-left: 0;\n\n > .col,\n > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n }\n }\n}\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","/// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-container($gutter: $grid-gutter-width) {\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\n }\n }\n}\n\n@mixin make-row($gutter: $grid-gutter-width) {\n display: flex;\n flex-wrap: wrap;\n margin-right: -$gutter / 2;\n margin-left: -$gutter / 2;\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n position: relative;\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we use `flex` values\n // later on to override this initial width.\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does not blow out\n // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari\n // do not appear to require this.\n max-width: percentage($size / $columns);\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: $size / $columns;\n margin-left: if($num == 0, 0, percentage($num));\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n // Common properties for all breakpoints\n %grid-column {\n position: relative;\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n // Allow columns to stretch full width below their breakpoints\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @extend %grid-column;\n }\n }\n .col#{$infix},\n .col#{$infix}-auto {\n @extend %grid-column;\n }\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col#{$infix}-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%; // Reset earlier grid tiers\n }\n\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n .order#{$infix}-first { order: -1; }\n\n .order#{$infix}-last { order: $columns + 1; }\n\n @for $i from 0 through $columns {\n .order#{$infix}-#{$i} { order: $i; }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n }\n}\n","// stylelint-disable declaration-no-important\n\n//\n// Utilities for common `display` values\n//\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @each $value in $displays {\n .d#{$infix}-#{$value} { display: $value !important; }\n }\n }\n}\n\n\n//\n// Utilities for toggling `display` in print\n//\n\n@media print {\n @each $value in $displays {\n .d-print-#{$value} { display: $value !important; }\n }\n}\n","// stylelint-disable declaration-no-important\n\n// Flex variation\n//\n// Custom styles for additional flex alignment options.\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n .flex#{$infix}-row { flex-direction: row !important; }\n .flex#{$infix}-column { flex-direction: column !important; }\n .flex#{$infix}-row-reverse { flex-direction: row-reverse !important; }\n .flex#{$infix}-column-reverse { flex-direction: column-reverse !important; }\n\n .flex#{$infix}-wrap { flex-wrap: wrap !important; }\n .flex#{$infix}-nowrap { flex-wrap: nowrap !important; }\n .flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }\n .flex#{$infix}-fill { flex: 1 1 auto !important; }\n .flex#{$infix}-grow-0 { flex-grow: 0 !important; }\n .flex#{$infix}-grow-1 { flex-grow: 1 !important; }\n .flex#{$infix}-shrink-0 { flex-shrink: 0 !important; }\n .flex#{$infix}-shrink-1 { flex-shrink: 1 !important; }\n\n .justify-content#{$infix}-start { justify-content: flex-start !important; }\n .justify-content#{$infix}-end { justify-content: flex-end !important; }\n .justify-content#{$infix}-center { justify-content: center !important; }\n .justify-content#{$infix}-between { justify-content: space-between !important; }\n .justify-content#{$infix}-around { justify-content: space-around !important; }\n\n .align-items#{$infix}-start { align-items: flex-start !important; }\n .align-items#{$infix}-end { align-items: flex-end !important; }\n .align-items#{$infix}-center { align-items: center !important; }\n .align-items#{$infix}-baseline { align-items: baseline !important; }\n .align-items#{$infix}-stretch { align-items: stretch !important; }\n\n .align-content#{$infix}-start { align-content: flex-start !important; }\n .align-content#{$infix}-end { align-content: flex-end !important; }\n .align-content#{$infix}-center { align-content: center !important; }\n .align-content#{$infix}-between { align-content: space-between !important; }\n .align-content#{$infix}-around { align-content: space-around !important; }\n .align-content#{$infix}-stretch { align-content: stretch !important; }\n\n .align-self#{$infix}-auto { align-self: auto !important; }\n .align-self#{$infix}-start { align-self: flex-start !important; }\n .align-self#{$infix}-end { align-self: flex-end !important; }\n .align-self#{$infix}-center { align-self: center !important; }\n .align-self#{$infix}-baseline { align-self: baseline !important; }\n .align-self#{$infix}-stretch { align-self: stretch !important; }\n }\n}\n","// stylelint-disable declaration-no-important\n\n// Margin and Padding\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @each $prop, $abbrev in (margin: m, padding: p) {\n @each $size, $length in $spacers {\n .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }\n .#{$abbrev}t#{$infix}-#{$size},\n .#{$abbrev}y#{$infix}-#{$size} {\n #{$prop}-top: $length !important;\n }\n .#{$abbrev}r#{$infix}-#{$size},\n .#{$abbrev}x#{$infix}-#{$size} {\n #{$prop}-right: $length !important;\n }\n .#{$abbrev}b#{$infix}-#{$size},\n .#{$abbrev}y#{$infix}-#{$size} {\n #{$prop}-bottom: $length !important;\n }\n .#{$abbrev}l#{$infix}-#{$size},\n .#{$abbrev}x#{$infix}-#{$size} {\n #{$prop}-left: $length !important;\n }\n }\n }\n\n // Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`)\n @each $size, $length in $spacers {\n @if $size != 0 {\n .m#{$infix}-n#{$size} { margin: -$length !important; }\n .mt#{$infix}-n#{$size},\n .my#{$infix}-n#{$size} {\n margin-top: -$length !important;\n }\n .mr#{$infix}-n#{$size},\n .mx#{$infix}-n#{$size} {\n margin-right: -$length !important;\n }\n .mb#{$infix}-n#{$size},\n .my#{$infix}-n#{$size} {\n margin-bottom: -$length !important;\n }\n .ml#{$infix}-n#{$size},\n .mx#{$infix}-n#{$size} {\n margin-left: -$length !important;\n }\n }\n }\n\n // Some special margin utils\n .m#{$infix}-auto { margin: auto !important; }\n .mt#{$infix}-auto,\n .my#{$infix}-auto {\n margin-top: auto !important;\n }\n .mr#{$infix}-auto,\n .mx#{$infix}-auto {\n margin-right: auto !important;\n }\n .mb#{$infix}-auto,\n .my#{$infix}-auto {\n margin-bottom: auto !important;\n }\n .ml#{$infix}-auto,\n .mx#{$infix}-auto {\n margin-left: auto !important;\n }\n }\n}\n"]} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.css b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.css new file mode 100644 index 0000000..09cf986 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.css @@ -0,0 +1,331 @@ +/*! + * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) + */ +*, +*::before, +*::after { + box-sizing: border-box; +} + +html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: left; + background-color: #fff; +} + +[tabindex="-1"]:focus { + outline: 0 !important; +} + +hr { + box-sizing: content-box; + height: 0; + overflow: visible; +} + +h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 0.5rem; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title], +abbr[data-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: .5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -.25em; +} + +sup { + top: -.5em; +} + +a { + color: #007bff; + text-decoration: none; + background-color: transparent; +} + +a:hover { + color: #0056b3; + text-decoration: underline; +} + +a:not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):focus { + outline: 0; +} + +pre, +code, +kbd, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-size: 1em; +} + +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; +} + +figure { + margin: 0 0 1rem; +} + +img { + vertical-align: middle; + border-style: none; +} + +svg { + overflow: hidden; + vertical-align: middle; +} + +table { + border-collapse: collapse; +} + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #6c757d; + text-align: left; + caption-side: bottom; +} + +th { + text-align: inherit; +} + +label { + display: inline-block; + margin-bottom: 0.5rem; +} + +button { + border-radius: 0; +} + +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +select { + word-wrap: normal; +} + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +button:not(:disabled), +[type="button"]:not(:disabled), +[type="reset"]:not(:disabled), +[type="submit"]:not(:disabled) { + cursor: pointer; +} + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + padding: 0; + border-style: none; +} + +input[type="radio"], +input[type="checkbox"] { + box-sizing: border-box; + padding: 0; +} + +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + -webkit-appearance: listbox; +} + +textarea { + overflow: auto; + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: .5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +[type="search"] { + outline-offset: -2px; + -webkit-appearance: none; +} + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +summary { + display: list-item; + cursor: pointer; +} + +template { + display: none; +} + +[hidden] { + display: none !important; +} +/*# sourceMappingURL=bootstrap-reboot.css.map */ \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.css.map b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.css.map new file mode 100644 index 0000000..d0b0f02 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap-reboot.scss","bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/vendor/_rfs.scss","../../scss/mixins/_hover.scss"],"names":[],"mappings":"AAAA;;;;;;ECME;ACYF;;;EAGE,sBAAsB;ADVxB;;ACaA;EACE,uBAAuB;EACvB,iBAAiB;EACjB,8BAA8B;EAC9B,6CCXa;AFCf;;ACgBA;EACE,cAAc;ADbhB;;ACuBA;EACE,SAAS;EACT,kMCiOiN;ECjJ7M,eAtCY;EFxChB,gBC0O+B;EDzO/B,gBC8O+B;ED7O/B,cCnCgB;EDoChB,gBAAgB;EAChB,sBC9Ca;AF0Bf;;AAEA;EC2BE,qBAAqB;ADzBvB;;ACkCA;EACE,uBAAuB;EACvB,SAAS;EACT,iBAAiB;AD/BnB;;AC4CA;EACE,aAAa;EACb,qBCgNuC;AFzPzC;;ACgDA;EACE,aAAa;EACb,mBCoF8B;AFjIhC;;ACwDA;;EAEE,0BAA0B;EAC1B,yCAAiC;EAAjC,iCAAiC;EACjC,YAAY;EACZ,gBAAgB;EAChB,sCAA8B;EAA9B,8BAA8B;ADrDhC;;ACwDA;EACE,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;ADrDtB;;ACwDA;;;EAGE,aAAa;EACb,mBAAmB;ADrDrB;;ACwDA;;;;EAIE,gBAAgB;ADrDlB;;ACwDA;EACE,gBCiJ+B;AFtMjC;;ACwDA;EACE,oBAAoB;EACpB,cAAc;ADrDhB;;ACwDA;EACE,gBAAgB;ADrDlB;;ACwDA;;EAEE,mBCoIkC;AFzLpC;;ACwDA;EEpFI,cAAW;AHgCf;;AC6DA;;EAEE,kBAAkB;EE/FhB,cAAW;EFiGb,cAAc;EACd,wBAAwB;AD1D1B;;AC6DA;EAAM,cAAc;ADzDpB;;AC0DA;EAAM,UAAU;ADtDhB;;AC6DA;EACE,cClJe;EDmJf,qBCX4C;EDY5C,6BAA6B;AD1D/B;;AIlHE;EH+KE,cCd8D;EDe9D,0BCd+C;AF3CnD;;ACmEA;EACE,cAAc;EACd,qBAAqB;ADhEvB;;AIxHE;EH2LE,cAAc;EACd,qBAAqB;AD/DzB;;ACyDA;EAUI,UAAU;AD/Dd;;ACwEA;;;;EAIE,iGCoDgH;ECzM9G,cAAW;AHiFf;;ACwEA;EAEE,aAAa;EAEb,mBAAmB;EAEnB,cAAc;ADxEhB;;ACgFA;EAEE,gBAAgB;AD9ElB;;ACsFA;EACE,sBAAsB;EACtB,kBAAkB;ADnFpB;;ACsFA;EAGE,gBAAgB;EAChB,sBAAsB;ADrFxB;;AC6FA;EACE,yBAAyB;AD1F3B;;AC6FA;EACE,oBC2EkC;ED1ElC,uBC0EkC;EDzElC,cCpQgB;EDqQhB,gBAAgB;EAChB,oBAAoB;AD1FtB;;AC6FA;EAGE,mBAAmB;AD5FrB;;ACoGA;EAEE,qBAAqB;EACrB,qBC4J2C;AF9P7C;;ACwGA;EAEE,gBAAgB;ADtGlB;;AC6GA;EACE,mBAAmB;EACnB,0CAA0C;AD1G5C;;AC6GA;;;;;EAKE,SAAS;EACT,oBAAoB;EEtPlB,kBAAW;EFwPb,oBAAoB;AD1GtB;;AC6GA;;EAEE,iBAAiB;AD1GnB;;AC6GA;;EAEE,oBAAoB;AD1GtB;;ACgHA;EACE,iBAAiB;AD7GnB;;ACoHA;;;;EAIE,0BAA0B;ADjH5B;;ACsHE;;;;EAKI,eAAe;ADpHrB;;AC0HA;;;;EAIE,UAAU;EACV,kBAAkB;ADvHpB;;AC0HA;;EAEE,sBAAsB;EACtB,UAAU;ADvHZ;;AC2HA;;;;EASE,2BAA2B;AD7H7B;;ACgIA;EACE,cAAc;EAEd,gBAAgB;AD9HlB;;ACiIA;EAME,YAAY;EAEZ,UAAU;EACV,SAAS;EACT,SAAS;ADpIX;;ACyIA;EACE,cAAc;EACd,WAAW;EACX,eAAe;EACf,UAAU;EACV,oBAAoB;EElShB,iBAtCY;EF0UhB,oBAAoB;EACpB,cAAc;EACd,mBAAmB;ADtIrB;;ACyIA;EACE,wBAAwB;ADtI1B;;AAEA;;EC0IE,YAAY;ADvId;;AAEA;EC6IE,oBAAoB;EACpB,wBAAwB;AD3I1B;;AAEA;ECiJE,wBAAwB;AD/I1B;;ACuJA;EACE,aAAa;EACb,0BAA0B;ADpJ5B;;AC2JA;EACE,qBAAqB;ADxJvB;;AC2JA;EACE,kBAAkB;EAClB,eAAe;ADxJjB;;AC2JA;EACE,aAAa;ADxJf;;AAEA;EC4JE,wBAAwB;AD1J1B","file":"bootstrap-reboot.css","sourcesContent":["/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"reboot\";\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #007bff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `` alignment by inheriting from the ``, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `

`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n$blue: #007bff !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #e83e8c !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\n\n$colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$colors: map-merge(\n (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n ),\n $colors\n);\n\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-800 !default;\n\n$theme-colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$theme-colors: map-merge(\n (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n ),\n $theme-colors\n);\n\n// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-prefers-reduced-motion-media-query: true !default;\n$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS\n$enable-grid-classes: true !default;\n$enable-pointer-cursor-for-buttons: true !default;\n$enable-print-styles: true !default;\n$enable-responsive-font-sizes: false !default;\n$enable-validation-icons: true !default;\n$enable-deprecation-messages: true !default;\n\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n$spacer: 1rem !default;\n$spacers: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$spacers: map-merge(\n (\n 0: 0,\n 1: ($spacer * .25),\n 2: ($spacer * .5),\n 3: $spacer,\n 4: ($spacer * 1.5),\n 5: ($spacer * 3)\n ),\n $spacers\n);\n\n// This variable affects the `.h-*` and `.w-*` classes.\n$sizes: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$sizes: map-merge(\n (\n 25: 25%,\n 50: 50%,\n 75: 75%,\n 100: 100%,\n auto: auto\n ),\n $sizes\n);\n\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: theme-color(\"primary\") !default;\n$link-decoration: none !default;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: underline !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px\n) !default;\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px\n) !default;\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 30px !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$line-height-lg: 1.5 !default;\n$line-height-sm: 1.5 !default;\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-sm: .2rem !default;\n\n$rounded-pill: 50rem !default;\n\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n\n$component-active-color: $white !default;\n$component-active-bg: theme-color(\"primary\") !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$embed-responsive-aspect-ratios: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$embed-responsive-aspect-ratios: join(\n (\n (21 9),\n (16 9),\n (4 3),\n (1 1),\n ),\n $embed-responsive-aspect-ratios\n);\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n$font-family-base: $font-family-sans-serif !default;\n// stylelint-enable value-keyword-case\n\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-lg: $font-size-base * 1.25 !default;\n$font-size-sm: $font-size-base * .875 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n$line-height-base: 1.5 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n\n$headings-margin-bottom: $spacer / 2 !default;\n$headings-font-family: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n\n$display1-size: 6rem !default;\n$display2-size: 5.5rem !default;\n$display3-size: 4.5rem !default;\n$display4-size: 3.5rem !default;\n\n$display1-weight: 300 !default;\n$display2-weight: 300 !default;\n$display3-weight: 300 !default;\n$display4-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: 80% !default;\n\n$text-muted: $gray-600 !default;\n\n$blockquote-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n\n$hr-border-color: rgba($black, .1) !default;\n$hr-border-width: $border-width !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n\n$hr-margin-y: $spacer !default;\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n$table-cell-padding: .75rem !default;\n$table-cell-padding-sm: .3rem !default;\n\n$table-color: $body-color !default;\n$table-bg: null !default;\n$table-accent-bg: rgba($black, .05) !default;\n$table-hover-color: $table-color !default;\n$table-hover-bg: rgba($black, .075) !default;\n$table-active-bg: $table-hover-bg !default;\n\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-head-bg: $gray-200 !default;\n$table-head-color: $gray-700 !default;\n\n$table-dark-color: $white !default;\n$table-dark-bg: $gray-800 !default;\n$table-dark-accent-bg: rgba($white, .05) !default;\n$table-dark-hover-color: $table-dark-color !default;\n$table-dark-hover-bg: rgba($white, .075) !default;\n$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;\n$table-dark-color: $white !default;\n\n$table-striped-order: odd !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n$table-border-level: -6 !default;\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .2rem !default;\n$input-btn-focus-color: rgba($component-active-bg, .25) !default;\n$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n$input-btn-line-height-sm: $line-height-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n$input-btn-line-height-lg: $line-height-lg !default;\n\n$input-btn-border-width: $border-width !default;\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n$btn-line-height-sm: $input-btn-line-height-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n$btn-line-height-lg: $input-btn-line-height-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-disabled-color: $gray-600 !default;\n\n$btn-block-spacing-y: .5rem !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n\n// Forms\n\n$label-margin-bottom: .5rem !default;\n\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n$input-line-height-sm: $input-btn-line-height-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n$input-line-height-lg: $input-btn-line-height-lg !default;\n\n$input-bg: $white !default;\n$input-disabled-bg: $gray-200 !default;\n\n$input-color: $gray-700 !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: inset 0 1px 1px rgba($black, .075) !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-lg: $border-radius-lg !default;\n$input-border-radius-sm: $border-radius-sm !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: lighten($component-active-bg, 25%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2}) !default;\n$input-height-inner-half: calc(#{$input-line-height * .5em} + #{$input-padding-y}) !default;\n$input-height-inner-quarter: calc(#{$input-line-height * .25em} + #{$input-padding-y / 2}) !default;\n\n$input-height: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2} + #{$input-height-border}) !default;\n$input-height-sm: calc(#{$input-line-height-sm * 1em} + #{$input-btn-padding-y-sm * 2} + #{$input-height-border}) !default;\n$input-height-lg: calc(#{$input-line-height-lg * 1em} + #{$input-btn-padding-y-lg * 2} + #{$input-height-border}) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-text-margin-top: .25rem !default;\n\n$form-check-input-gutter: 1.25rem !default;\n$form-check-input-margin-y: .3rem !default;\n$form-check-input-margin-x: .25rem !default;\n\n$form-check-inline-margin-x: .75rem !default;\n$form-check-inline-input-margin-x: .3125rem !default;\n\n$form-grid-gutter-width: 10px !default;\n$form-group-margin-bottom: 1rem !default;\n\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n\n$custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$custom-control-gutter: .5rem !default;\n$custom-control-spacer-x: 1rem !default;\n\n$custom-control-indicator-size: 1rem !default;\n$custom-control-indicator-bg: $input-bg !default;\n\n$custom-control-indicator-bg-size: 50% 50% !default;\n$custom-control-indicator-box-shadow: $input-box-shadow !default;\n$custom-control-indicator-border-color: $gray-500 !default;\n$custom-control-indicator-border-width: $input-border-width !default;\n\n$custom-control-indicator-disabled-bg: $input-disabled-bg !default;\n$custom-control-label-disabled-color: $gray-600 !default;\n\n$custom-control-indicator-checked-color: $component-active-color !default;\n$custom-control-indicator-checked-bg: $component-active-bg !default;\n$custom-control-indicator-checked-disabled-bg: rgba(theme-color(\"primary\"), .5) !default;\n$custom-control-indicator-checked-box-shadow: none !default;\n$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;\n\n$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-control-indicator-focus-border-color: $input-focus-border-color !default;\n\n$custom-control-indicator-active-color: $component-active-color !default;\n$custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-control-indicator-active-box-shadow: none !default;\n$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;\n\n$custom-checkbox-indicator-border-radius: $border-radius !default;\n$custom-checkbox-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;\n$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;\n$custom-checkbox-indicator-icon-indeterminate: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$custom-checkbox-indicator-indeterminate-box-shadow: none !default;\n$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default;\n\n$custom-radio-indicator-border-radius: 50% !default;\n$custom-radio-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$custom-switch-width: $custom-control-indicator-size * 1.75 !default;\n$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;\n$custom-switch-indicator-size: calc(#{$custom-control-indicator-size} - #{$custom-control-indicator-border-width * 4}) !default;\n\n$custom-select-padding-y: $input-padding-y !default;\n$custom-select-padding-x: $input-padding-x !default;\n$custom-select-font-family: $input-font-family !default;\n$custom-select-font-size: $input-font-size !default;\n$custom-select-height: $input-height !default;\n$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\n$custom-select-font-weight: $input-font-weight !default;\n$custom-select-line-height: $input-line-height !default;\n$custom-select-color: $input-color !default;\n$custom-select-disabled-color: $gray-600 !default;\n$custom-select-bg: $input-bg !default;\n$custom-select-disabled-bg: $gray-200 !default;\n$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions\n$custom-select-indicator-color: $gray-800 !default;\n$custom-select-indicator: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$custom-select-background: $custom-select-indicator no-repeat right $custom-select-padding-x center / $custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)\n\n$custom-select-feedback-icon-padding-right: calc((1em + #{2 * $custom-select-padding-y}) * 3 / 4 + #{$custom-select-padding-x + $custom-select-indicator-padding}) !default;\n$custom-select-feedback-icon-position: center right ($custom-select-padding-x + $custom-select-indicator-padding) !default;\n$custom-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$custom-select-border-width: $input-border-width !default;\n$custom-select-border-color: $input-border-color !default;\n$custom-select-border-radius: $border-radius !default;\n$custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default;\n\n$custom-select-focus-border-color: $input-focus-border-color !default;\n$custom-select-focus-width: $input-focus-width !default;\n$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width $input-btn-focus-color !default;\n\n$custom-select-padding-y-sm: $input-padding-y-sm !default;\n$custom-select-padding-x-sm: $input-padding-x-sm !default;\n$custom-select-font-size-sm: $input-font-size-sm !default;\n$custom-select-height-sm: $input-height-sm !default;\n\n$custom-select-padding-y-lg: $input-padding-y-lg !default;\n$custom-select-padding-x-lg: $input-padding-x-lg !default;\n$custom-select-font-size-lg: $input-font-size-lg !default;\n$custom-select-height-lg: $input-height-lg !default;\n\n$custom-range-track-width: 100% !default;\n$custom-range-track-height: .5rem !default;\n$custom-range-track-cursor: pointer !default;\n$custom-range-track-bg: $gray-300 !default;\n$custom-range-track-border-radius: 1rem !default;\n$custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;\n\n$custom-range-thumb-width: 1rem !default;\n$custom-range-thumb-height: $custom-range-thumb-width !default;\n$custom-range-thumb-bg: $component-active-bg !default;\n$custom-range-thumb-border: 0 !default;\n$custom-range-thumb-border-radius: 1rem !default;\n$custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge\n$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-range-thumb-disabled-bg: $gray-500 !default;\n\n$custom-file-height: $input-height !default;\n$custom-file-height-inner: $input-height-inner !default;\n$custom-file-focus-border-color: $input-focus-border-color !default;\n$custom-file-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-file-disabled-bg: $input-disabled-bg !default;\n\n$custom-file-padding-y: $input-padding-y !default;\n$custom-file-padding-x: $input-padding-x !default;\n$custom-file-line-height: $input-line-height !default;\n$custom-file-font-family: $input-font-family !default;\n$custom-file-font-weight: $input-font-weight !default;\n$custom-file-color: $input-color !default;\n$custom-file-bg: $input-bg !default;\n$custom-file-border-width: $input-border-width !default;\n$custom-file-border-color: $input-border-color !default;\n$custom-file-border-radius: $input-border-radius !default;\n$custom-file-box-shadow: $input-box-shadow !default;\n$custom-file-button-color: $custom-file-color !default;\n$custom-file-button-bg: $input-group-addon-bg !default;\n$custom-file-text: (\n en: \"Browse\"\n) !default;\n\n\n// Form validation\n\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $small-font-size !default;\n$form-feedback-valid-color: theme-color(\"success\") !default;\n$form-feedback-invalid-color: theme-color(\"danger\") !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-feedback-icon-invalid-color}' viewBox='-2 -2 7 7'%3e%3cpath stroke='#{$form-feedback-icon-invalid-color}' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E\"), \"#\", \"%23\") !default;\n\n$form-validation-states: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$form-validation-states: map-merge(\n (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n ),\n ),\n $form-validation-states\n);\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n\n$nav-divider-color: $gray-200 !default;\n$nav-divider-margin-y: $spacer / 2 !default;\n\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !default;\n$navbar-padding-x: $spacer !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n\n$navbar-dark-color: rgba($white, .5) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .5) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}) !default;\n$dropdown-divider-bg: $gray-200 !default;\n$dropdown-divider-margin-y: $nav-divider-margin-y !default;\n$dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-600 !default;\n\n$dropdown-item-padding-y: .25rem !default;\n$dropdown-item-padding-x: 1.5rem !default;\n\n$dropdown-header-color: $gray-600 !default;\n\n\n// Pagination\n\n$pagination-padding-y: .5rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n$pagination-line-height: 1.25 !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n\n// Jumbotron\n\n$jumbotron-padding: 2rem !default;\n$jumbotron-color: null !default;\n$jumbotron-bg: $gray-200 !default;\n\n\n// Cards\n\n$card-spacer-y: .75rem !default;\n$card-spacer-x: 1.25rem !default;\n$card-border-width: $border-width !default;\n$card-border-radius: $border-radius !default;\n$card-border-color: rgba($black, .125) !default;\n$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n\n$card-img-overlay-padding: 1.25rem !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n$card-deck-margin: $card-group-margin !default;\n\n$card-columns-count: 3 !default;\n$card-columns-gap: 1.25rem !default;\n$card-columns-margin: $card-spacer-y !default;\n\n\n// Tooltips\n\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: .25rem !default;\n$tooltip-padding-x: .5rem !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n\n// Form tooltips must come after regular tooltips\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: $line-height-base !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n\n\n// Popovers\n\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;\n\n$popover-header-bg: darken($popover-bg, 3%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: .75rem !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $popover-header-padding-y !default;\n$popover-body-padding-x: $popover-header-padding-x !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba(0, 0, 0, .1) !default;\n$toast-border-radius: .25rem !default;\n$toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\n\n\n// Badges\n\n$badge-font-size: 75% !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .4em !default;\n$badge-border-radius: $border-radius !default;\n\n$badge-transition: $btn-transition !default;\n$badge-focus-width: $input-btn-focus-width !default;\n\n$badge-pill-padding-x: .6em !default;\n// Use a higher than normal value to ensure completely rounded edges when\n// customizing padding or font-size on labels.\n$badge-pill-border-radius: 10rem !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: 1rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;\n$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: 1rem !default;\n$modal-header-padding-x: 1rem !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-xl: 1140px !default;\n$modal-lg: 800px !default;\n$modal-md: 500px !default;\n$modal-sm: 300px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n$alert-padding-y: .75rem !default;\n$alert-padding-x: 1.25rem !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: theme-color(\"primary\") !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n\n\n// List group\n\n$list-group-color: null !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: .75rem !default;\n$list-group-item-padding-x: 1.25rem !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n\n\n// Image thumbnails\n\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;\n\n\n// Figures\n\n$figure-caption-font-size: 90% !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-padding-y: .75rem !default;\n$breadcrumb-padding-x: 1rem !default;\n$breadcrumb-item-padding: .5rem !default;\n\n$breadcrumb-margin-bottom: 1rem !default;\n\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n\n$breadcrumb-border-radius: $border-radius !default;\n\n\n// Carousel\n\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n\n$carousel-control-icon-width: 20px !default;\n\n$carousel-control-prev-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$carousel-control-next-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-border-width: .25em !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\n\n// Code\n\n$code-font-size: 87.5% !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: $gray-900 !default;\n$pre-scrollable-max-height: 340px !default;\n\n\n// Utilities\n\n$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;\n$overflows: auto, hidden !default;\n$positions: static, relative, absolute, fixed, sticky !default;\n\n\n// Printing\n\n$print-page-size: a3 !default;\n$print-body-min-width: map-get($grid-breakpoints, \"lg\") !default;\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n"]} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.min.css b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.min.css new file mode 100644 index 0000000..c804b3b --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.min.css @@ -0,0 +1,8 @@ +/*! + * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) + */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important} +/*# sourceMappingURL=bootstrap-reboot.min.css.map */ \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.min.css.map b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.min.css.map new file mode 100644 index 0000000..73f4a19 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap-reboot.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap-reboot.scss","../../scss/_reboot.scss","dist/css/bootstrap-reboot.css","../../scss/vendor/_rfs.scss","bootstrap-reboot.css","../../scss/mixins/_hover.scss"],"names":[],"mappings":"AAAA;;;;;;ACkBA,ECTA,QADA,SDaE,WAAA,WAGF,KACE,YAAA,WACA,YAAA,KACA,yBAAA,KACA,4BAAA,YAMF,QAAA,MAAA,WAAA,OAAA,OAAA,OAAA,OAAA,KAAA,IAAA,QACE,QAAA,MAUF,KACE,OAAA,EACA,YAAA,aAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,mBEgFI,UAAA,KF9EJ,YAAA,IACA,YAAA,IACA,MAAA,QACA,WAAA,KACA,iBAAA,KGlBF,sBH2BE,QAAA,YASF,GACE,WAAA,YACA,OAAA,EACA,SAAA,QAaF,GAAA,GAAA,GAAA,GAAA,GAAA,GACE,WAAA,EACA,cAAA,MAOF,EACE,WAAA,EACA,cAAA,KC1CF,0BDqDA,YAEE,gBAAA,UACA,wBAAA,UAAA,OAAA,gBAAA,UAAA,OACA,OAAA,KACA,cAAA,EACA,iCAAA,KAAA,yBAAA,KAGF,QACE,cAAA,KACA,WAAA,OACA,YAAA,QC/CF,GDkDA,GCnDA,GDsDE,WAAA,EACA,cAAA,KAGF,MClDA,MACA,MAFA,MDuDE,cAAA,EAGF,GACE,YAAA,IAGF,GACE,cAAA,MACA,YAAA,EAGF,WACE,OAAA,EAAA,EAAA,KAGF,ECnDA,ODqDE,YAAA,OAGF,MEpFI,UAAA,IF6FJ,ICxDA,ID0DE,SAAA,SE/FE,UAAA,IFiGF,YAAA,EACA,eAAA,SAGF,IAAM,OAAA,OACN,IAAM,IAAA,MAON,EACE,MAAA,QACA,gBAAA,KACA,iBAAA,YI5KA,QJ+KE,MAAA,QACA,gBAAA,UAUJ,8BACE,MAAA,QACA,gBAAA,KIxLA,oCAAA,oCJ2LE,MAAA,QACA,gBAAA,KANJ,oCAUI,QAAA,EC1DJ,KACA,IDkEA,ICjEA,KDqEE,YAAA,cAAA,CAAA,KAAA,CAAA,MAAA,CAAA,QAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,UErJE,UAAA,IFyJJ,IAEE,WAAA,EAEA,cAAA,KAEA,SAAA,KAQF,OAEE,OAAA,EAAA,EAAA,KAQF,IACE,eAAA,OACA,aAAA,KAGF,IAGE,SAAA,OACA,eAAA,OAQF,MACE,gBAAA,SAGF,QACE,YAAA,OACA,eAAA,OACA,MAAA,QACA,WAAA,KACA,aAAA,OAGF,GAGE,WAAA,QAQF,MAEE,QAAA,aACA,cAAA,MAMF,OAEE,cAAA,EAOF,aACE,QAAA,IAAA,OACA,QAAA,IAAA,KAAA,yBCrGF,ODwGA,MCtGA,SADA,OAEA,SD0GE,OAAA,EACA,YAAA,QEtPE,UAAA,QFwPF,YAAA,QAGF,OCxGA,MD0GE,SAAA,QAGF,OCxGA,OD0GE,eAAA,KAMF,OACE,UAAA,OCxGF,cACA,aACA,cD6GA,OAIE,mBAAA,OC5GF,6BACA,4BACA,6BD+GE,sBAKI,OAAA,QC/GN,gCACA,+BACA,gCDmHA,yBAIE,QAAA,EACA,aAAA,KClHF,qBDqHA,kBAEE,WAAA,WACA,QAAA,EAIF,iBCrHA,2BACA,kBAFA,iBD+HE,mBAAA,QAGF,SACE,SAAA,KAEA,OAAA,SAGF,SAME,UAAA,EAEA,QAAA,EACA,OAAA,EACA,OAAA,EAKF,OACE,QAAA,MACA,MAAA,KACA,UAAA,KACA,QAAA,EACA,cAAA,MElSI,UAAA,OFoSJ,YAAA,QACA,MAAA,QACA,YAAA,OAGF,SACE,eAAA,SGpIF,yCFGA,yCDuIE,OAAA,KGrIF,cH6IE,eAAA,KACA,mBAAA,KGzIF,yCHiJE,mBAAA,KAQF,6BACE,KAAA,QACA,mBAAA,OAOF,OACE,QAAA,aAGF,QACE,QAAA,UACA,OAAA,QAGF,SACE,QAAA,KGtJF,SH4JE,QAAA","sourcesContent":["/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"reboot\";\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `` alignment by inheriting from the ``, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `

`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n -webkit-text-decoration-skip-ink: none;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #007bff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","/*!\n * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #007bff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n"]} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap.css b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap.css new file mode 100644 index 0000000..8f47589 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap.css @@ -0,0 +1,10038 @@ +/*! + * Bootstrap v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +:root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #6f42c1; + --pink: #e83e8c; + --red: #dc3545; + --orange: #fd7e14; + --yellow: #ffc107; + --green: #28a745; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #6c757d; + --gray-dark: #343a40; + --primary: #007bff; + --secondary: #6c757d; + --success: #28a745; + --info: #17a2b8; + --warning: #ffc107; + --danger: #dc3545; + --light: #f8f9fa; + --dark: #343a40; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +*, +*::before, +*::after { + box-sizing: border-box; +} + +html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: left; + background-color: #fff; +} + +[tabindex="-1"]:focus { + outline: 0 !important; +} + +hr { + box-sizing: content-box; + height: 0; + overflow: visible; +} + +h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 0.5rem; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title], +abbr[data-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: .5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -.25em; +} + +sup { + top: -.5em; +} + +a { + color: #007bff; + text-decoration: none; + background-color: transparent; +} + +a:hover { + color: #0056b3; + text-decoration: underline; +} + +a:not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):focus { + outline: 0; +} + +pre, +code, +kbd, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-size: 1em; +} + +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; +} + +figure { + margin: 0 0 1rem; +} + +img { + vertical-align: middle; + border-style: none; +} + +svg { + overflow: hidden; + vertical-align: middle; +} + +table { + border-collapse: collapse; +} + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #6c757d; + text-align: left; + caption-side: bottom; +} + +th { + text-align: inherit; +} + +label { + display: inline-block; + margin-bottom: 0.5rem; +} + +button { + border-radius: 0; +} + +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +select { + word-wrap: normal; +} + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +button:not(:disabled), +[type="button"]:not(:disabled), +[type="reset"]:not(:disabled), +[type="submit"]:not(:disabled) { + cursor: pointer; +} + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + padding: 0; + border-style: none; +} + +input[type="radio"], +input[type="checkbox"] { + box-sizing: border-box; + padding: 0; +} + +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + -webkit-appearance: listbox; +} + +textarea { + overflow: auto; + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: .5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +[type="search"] { + outline-offset: -2px; + -webkit-appearance: none; +} + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +summary { + display: list-item; + cursor: pointer; +} + +template { + display: none; +} + +[hidden] { + display: none !important; +} + +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + margin-bottom: 0.5rem; + font-weight: 500; + line-height: 1.2; +} + +h1, .h1 { + font-size: 2.5rem; +} + +h2, .h2 { + font-size: 2rem; +} + +h3, .h3 { + font-size: 1.75rem; +} + +h4, .h4 { + font-size: 1.5rem; +} + +h5, .h5 { + font-size: 1.25rem; +} + +h6, .h6 { + font-size: 1rem; +} + +.lead { + font-size: 1.25rem; + font-weight: 300; +} + +.display-1 { + font-size: 6rem; + font-weight: 300; + line-height: 1.2; +} + +.display-2 { + font-size: 5.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-3 { + font-size: 4.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-4 { + font-size: 3.5rem; + font-weight: 300; + line-height: 1.2; +} + +hr { + margin-top: 1rem; + margin-bottom: 1rem; + border: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); +} + +small, +.small { + font-size: 80%; + font-weight: 400; +} + +mark, +.mark { + padding: 0.2em; + background-color: #fcf8e3; +} + +.list-unstyled { + padding-left: 0; + list-style: none; +} + +.list-inline { + padding-left: 0; + list-style: none; +} + +.list-inline-item { + display: inline-block; +} + +.list-inline-item:not(:last-child) { + margin-right: 0.5rem; +} + +.initialism { + font-size: 90%; + text-transform: uppercase; +} + +.blockquote { + margin-bottom: 1rem; + font-size: 1.25rem; +} + +.blockquote-footer { + display: block; + font-size: 80%; + color: #6c757d; +} + +.blockquote-footer::before { + content: "\2014\00A0"; +} + +.img-fluid { + max-width: 100%; + height: auto; +} + +.img-thumbnail { + padding: 0.25rem; + background-color: #fff; + border: 1px solid #dee2e6; + border-radius: 0.25rem; + max-width: 100%; + height: auto; +} + +.figure { + display: inline-block; +} + +.figure-img { + margin-bottom: 0.5rem; + line-height: 1; +} + +.figure-caption { + font-size: 90%; + color: #6c757d; +} + +code { + font-size: 87.5%; + color: #e83e8c; + word-break: break-word; +} + +a > code { + color: inherit; +} + +kbd { + padding: 0.2rem 0.4rem; + font-size: 87.5%; + color: #fff; + background-color: #212529; + border-radius: 0.2rem; +} + +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: 700; +} + +pre { + display: block; + font-size: 87.5%; + color: #212529; +} + +pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} + +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} + +.container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .container { + max-width: 540px; + } +} + +@media (min-width: 768px) { + .container { + max-width: 720px; + } +} + +@media (min-width: 992px) { + .container { + max-width: 960px; + } +} + +@media (min-width: 1200px) { + .container { + max-width: 1140px; + } +} + +.container-fluid { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +.row { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} + +.no-gutters { + margin-right: 0; + margin-left: 0; +} + +.no-gutters > .col, +.no-gutters > [class*="col-"] { + padding-right: 0; + padding-left: 0; +} + +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, +.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, +.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, +.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, +.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, +.col-xl-auto { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px; +} + +.col { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; +} + +.col-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; +} + +.col-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; +} + +.col-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; +} + +.col-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; +} + +.col-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; +} + +.col-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; +} + +.col-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; +} + +.col-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; +} + +.col-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; +} + +.col-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; +} + +.col-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; +} + +.col-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; +} + +.col-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; +} + +.order-first { + -ms-flex-order: -1; + order: -1; +} + +.order-last { + -ms-flex-order: 13; + order: 13; +} + +.order-0 { + -ms-flex-order: 0; + order: 0; +} + +.order-1 { + -ms-flex-order: 1; + order: 1; +} + +.order-2 { + -ms-flex-order: 2; + order: 2; +} + +.order-3 { + -ms-flex-order: 3; + order: 3; +} + +.order-4 { + -ms-flex-order: 4; + order: 4; +} + +.order-5 { + -ms-flex-order: 5; + order: 5; +} + +.order-6 { + -ms-flex-order: 6; + order: 6; +} + +.order-7 { + -ms-flex-order: 7; + order: 7; +} + +.order-8 { + -ms-flex-order: 8; + order: 8; +} + +.order-9 { + -ms-flex-order: 9; + order: 9; +} + +.order-10 { + -ms-flex-order: 10; + order: 10; +} + +.order-11 { + -ms-flex-order: 11; + order: 11; +} + +.order-12 { + -ms-flex-order: 12; + order: 12; +} + +.offset-1 { + margin-left: 8.333333%; +} + +.offset-2 { + margin-left: 16.666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.333333%; +} + +.offset-5 { + margin-left: 41.666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.333333%; +} + +.offset-8 { + margin-left: 66.666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.333333%; +} + +.offset-11 { + margin-left: 91.666667%; +} + +@media (min-width: 576px) { + .col-sm { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-sm-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-sm-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-sm-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-sm-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-sm-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-sm-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-sm-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-sm-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-sm-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-sm-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-sm-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-sm-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-sm-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-sm-first { + -ms-flex-order: -1; + order: -1; + } + .order-sm-last { + -ms-flex-order: 13; + order: 13; + } + .order-sm-0 { + -ms-flex-order: 0; + order: 0; + } + .order-sm-1 { + -ms-flex-order: 1; + order: 1; + } + .order-sm-2 { + -ms-flex-order: 2; + order: 2; + } + .order-sm-3 { + -ms-flex-order: 3; + order: 3; + } + .order-sm-4 { + -ms-flex-order: 4; + order: 4; + } + .order-sm-5 { + -ms-flex-order: 5; + order: 5; + } + .order-sm-6 { + -ms-flex-order: 6; + order: 6; + } + .order-sm-7 { + -ms-flex-order: 7; + order: 7; + } + .order-sm-8 { + -ms-flex-order: 8; + order: 8; + } + .order-sm-9 { + -ms-flex-order: 9; + order: 9; + } + .order-sm-10 { + -ms-flex-order: 10; + order: 10; + } + .order-sm-11 { + -ms-flex-order: 11; + order: 11; + } + .order-sm-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.333333%; + } + .offset-sm-2 { + margin-left: 16.666667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.333333%; + } + .offset-sm-5 { + margin-left: 41.666667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.333333%; + } + .offset-sm-8 { + margin-left: 66.666667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.333333%; + } + .offset-sm-11 { + margin-left: 91.666667%; + } +} + +@media (min-width: 768px) { + .col-md { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-md-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-md-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-md-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-md-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-md-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-md-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-md-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-md-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-md-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-md-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-md-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-md-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-md-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-md-first { + -ms-flex-order: -1; + order: -1; + } + .order-md-last { + -ms-flex-order: 13; + order: 13; + } + .order-md-0 { + -ms-flex-order: 0; + order: 0; + } + .order-md-1 { + -ms-flex-order: 1; + order: 1; + } + .order-md-2 { + -ms-flex-order: 2; + order: 2; + } + .order-md-3 { + -ms-flex-order: 3; + order: 3; + } + .order-md-4 { + -ms-flex-order: 4; + order: 4; + } + .order-md-5 { + -ms-flex-order: 5; + order: 5; + } + .order-md-6 { + -ms-flex-order: 6; + order: 6; + } + .order-md-7 { + -ms-flex-order: 7; + order: 7; + } + .order-md-8 { + -ms-flex-order: 8; + order: 8; + } + .order-md-9 { + -ms-flex-order: 9; + order: 9; + } + .order-md-10 { + -ms-flex-order: 10; + order: 10; + } + .order-md-11 { + -ms-flex-order: 11; + order: 11; + } + .order-md-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-md-0 { + margin-left: 0; + } + .offset-md-1 { + margin-left: 8.333333%; + } + .offset-md-2 { + margin-left: 16.666667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.333333%; + } + .offset-md-5 { + margin-left: 41.666667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.333333%; + } + .offset-md-8 { + margin-left: 66.666667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.333333%; + } + .offset-md-11 { + margin-left: 91.666667%; + } +} + +@media (min-width: 992px) { + .col-lg { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-lg-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-lg-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-lg-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-lg-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-lg-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-lg-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-lg-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-lg-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-lg-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-lg-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-lg-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-lg-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-lg-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-lg-first { + -ms-flex-order: -1; + order: -1; + } + .order-lg-last { + -ms-flex-order: 13; + order: 13; + } + .order-lg-0 { + -ms-flex-order: 0; + order: 0; + } + .order-lg-1 { + -ms-flex-order: 1; + order: 1; + } + .order-lg-2 { + -ms-flex-order: 2; + order: 2; + } + .order-lg-3 { + -ms-flex-order: 3; + order: 3; + } + .order-lg-4 { + -ms-flex-order: 4; + order: 4; + } + .order-lg-5 { + -ms-flex-order: 5; + order: 5; + } + .order-lg-6 { + -ms-flex-order: 6; + order: 6; + } + .order-lg-7 { + -ms-flex-order: 7; + order: 7; + } + .order-lg-8 { + -ms-flex-order: 8; + order: 8; + } + .order-lg-9 { + -ms-flex-order: 9; + order: 9; + } + .order-lg-10 { + -ms-flex-order: 10; + order: 10; + } + .order-lg-11 { + -ms-flex-order: 11; + order: 11; + } + .order-lg-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.333333%; + } + .offset-lg-2 { + margin-left: 16.666667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.333333%; + } + .offset-lg-5 { + margin-left: 41.666667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.333333%; + } + .offset-lg-8 { + margin-left: 66.666667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.333333%; + } + .offset-lg-11 { + margin-left: 91.666667%; + } +} + +@media (min-width: 1200px) { + .col-xl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-xl-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-xl-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; + } + .col-xl-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; + } + .col-xl-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-xl-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; + } + .col-xl-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; + } + .col-xl-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-xl-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; + } + .col-xl-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; + } + .col-xl-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-xl-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-xl-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; + } + .col-xl-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-xl-first { + -ms-flex-order: -1; + order: -1; + } + .order-xl-last { + -ms-flex-order: 13; + order: 13; + } + .order-xl-0 { + -ms-flex-order: 0; + order: 0; + } + .order-xl-1 { + -ms-flex-order: 1; + order: 1; + } + .order-xl-2 { + -ms-flex-order: 2; + order: 2; + } + .order-xl-3 { + -ms-flex-order: 3; + order: 3; + } + .order-xl-4 { + -ms-flex-order: 4; + order: 4; + } + .order-xl-5 { + -ms-flex-order: 5; + order: 5; + } + .order-xl-6 { + -ms-flex-order: 6; + order: 6; + } + .order-xl-7 { + -ms-flex-order: 7; + order: 7; + } + .order-xl-8 { + -ms-flex-order: 8; + order: 8; + } + .order-xl-9 { + -ms-flex-order: 9; + order: 9; + } + .order-xl-10 { + -ms-flex-order: 10; + order: 10; + } + .order-xl-11 { + -ms-flex-order: 11; + order: 11; + } + .order-xl-12 { + -ms-flex-order: 12; + order: 12; + } + .offset-xl-0 { + margin-left: 0; + } + .offset-xl-1 { + margin-left: 8.333333%; + } + .offset-xl-2 { + margin-left: 16.666667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.333333%; + } + .offset-xl-5 { + margin-left: 41.666667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.333333%; + } + .offset-xl-8 { + margin-left: 66.666667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.333333%; + } + .offset-xl-11 { + margin-left: 91.666667%; + } +} + +.table { + width: 100%; + margin-bottom: 1rem; + color: #212529; +} + +.table th, +.table td { + padding: 0.75rem; + vertical-align: top; + border-top: 1px solid #dee2e6; +} + +.table thead th { + vertical-align: bottom; + border-bottom: 2px solid #dee2e6; +} + +.table tbody + tbody { + border-top: 2px solid #dee2e6; +} + +.table-sm th, +.table-sm td { + padding: 0.3rem; +} + +.table-bordered { + border: 1px solid #dee2e6; +} + +.table-bordered th, +.table-bordered td { + border: 1px solid #dee2e6; +} + +.table-bordered thead th, +.table-bordered thead td { + border-bottom-width: 2px; +} + +.table-borderless th, +.table-borderless td, +.table-borderless thead th, +.table-borderless tbody + tbody { + border: 0; +} + +.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(0, 0, 0, 0.05); +} + +.table-hover tbody tr:hover { + color: #212529; + background-color: rgba(0, 0, 0, 0.075); +} + +.table-primary, +.table-primary > th, +.table-primary > td { + background-color: #b8daff; +} + +.table-primary th, +.table-primary td, +.table-primary thead th, +.table-primary tbody + tbody { + border-color: #7abaff; +} + +.table-hover .table-primary:hover { + background-color: #9fcdff; +} + +.table-hover .table-primary:hover > td, +.table-hover .table-primary:hover > th { + background-color: #9fcdff; +} + +.table-secondary, +.table-secondary > th, +.table-secondary > td { + background-color: #d6d8db; +} + +.table-secondary th, +.table-secondary td, +.table-secondary thead th, +.table-secondary tbody + tbody { + border-color: #b3b7bb; +} + +.table-hover .table-secondary:hover { + background-color: #c8cbcf; +} + +.table-hover .table-secondary:hover > td, +.table-hover .table-secondary:hover > th { + background-color: #c8cbcf; +} + +.table-success, +.table-success > th, +.table-success > td { + background-color: #c3e6cb; +} + +.table-success th, +.table-success td, +.table-success thead th, +.table-success tbody + tbody { + border-color: #8fd19e; +} + +.table-hover .table-success:hover { + background-color: #b1dfbb; +} + +.table-hover .table-success:hover > td, +.table-hover .table-success:hover > th { + background-color: #b1dfbb; +} + +.table-info, +.table-info > th, +.table-info > td { + background-color: #bee5eb; +} + +.table-info th, +.table-info td, +.table-info thead th, +.table-info tbody + tbody { + border-color: #86cfda; +} + +.table-hover .table-info:hover { + background-color: #abdde5; +} + +.table-hover .table-info:hover > td, +.table-hover .table-info:hover > th { + background-color: #abdde5; +} + +.table-warning, +.table-warning > th, +.table-warning > td { + background-color: #ffeeba; +} + +.table-warning th, +.table-warning td, +.table-warning thead th, +.table-warning tbody + tbody { + border-color: #ffdf7e; +} + +.table-hover .table-warning:hover { + background-color: #ffe8a1; +} + +.table-hover .table-warning:hover > td, +.table-hover .table-warning:hover > th { + background-color: #ffe8a1; +} + +.table-danger, +.table-danger > th, +.table-danger > td { + background-color: #f5c6cb; +} + +.table-danger th, +.table-danger td, +.table-danger thead th, +.table-danger tbody + tbody { + border-color: #ed969e; +} + +.table-hover .table-danger:hover { + background-color: #f1b0b7; +} + +.table-hover .table-danger:hover > td, +.table-hover .table-danger:hover > th { + background-color: #f1b0b7; +} + +.table-light, +.table-light > th, +.table-light > td { + background-color: #fdfdfe; +} + +.table-light th, +.table-light td, +.table-light thead th, +.table-light tbody + tbody { + border-color: #fbfcfc; +} + +.table-hover .table-light:hover { + background-color: #ececf6; +} + +.table-hover .table-light:hover > td, +.table-hover .table-light:hover > th { + background-color: #ececf6; +} + +.table-dark, +.table-dark > th, +.table-dark > td { + background-color: #c6c8ca; +} + +.table-dark th, +.table-dark td, +.table-dark thead th, +.table-dark tbody + tbody { + border-color: #95999c; +} + +.table-hover .table-dark:hover { + background-color: #b9bbbe; +} + +.table-hover .table-dark:hover > td, +.table-hover .table-dark:hover > th { + background-color: #b9bbbe; +} + +.table-active, +.table-active > th, +.table-active > td { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th { + background-color: rgba(0, 0, 0, 0.075); +} + +.table .thead-dark th { + color: #fff; + background-color: #343a40; + border-color: #454d55; +} + +.table .thead-light th { + color: #495057; + background-color: #e9ecef; + border-color: #dee2e6; +} + +.table-dark { + color: #fff; + background-color: #343a40; +} + +.table-dark th, +.table-dark td, +.table-dark thead th { + border-color: #454d55; +} + +.table-dark.table-bordered { + border: 0; +} + +.table-dark.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(255, 255, 255, 0.05); +} + +.table-dark.table-hover tbody tr:hover { + color: #fff; + background-color: rgba(255, 255, 255, 0.075); +} + +@media (max-width: 575.98px) { + .table-responsive-sm { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-sm > .table-bordered { + border: 0; + } +} + +@media (max-width: 767.98px) { + .table-responsive-md { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-md > .table-bordered { + border: 0; + } +} + +@media (max-width: 991.98px) { + .table-responsive-lg { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-lg > .table-bordered { + border: 0; + } +} + +@media (max-width: 1199.98px) { + .table-responsive-xl { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-xl > .table-bordered { + border: 0; + } +} + +.table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +.table-responsive > .table-bordered { + border: 0; +} + +.form-control { + display: block; + width: 100%; + height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + border-radius: 0.25rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .form-control { + transition: none; + } +} + +.form-control::-ms-expand { + background-color: transparent; + border: 0; +} + +.form-control:focus { + color: #495057; + background-color: #fff; + border-color: #80bdff; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.form-control::-webkit-input-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control::-moz-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control:-ms-input-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control::-ms-input-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control::placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control:disabled, .form-control[readonly] { + background-color: #e9ecef; + opacity: 1; +} + +select.form-control:focus::-ms-value { + color: #495057; + background-color: #fff; +} + +.form-control-file, +.form-control-range { + display: block; + width: 100%; +} + +.col-form-label { + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; +} + +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.25rem; + line-height: 1.5; +} + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; + line-height: 1.5; +} + +.form-control-plaintext { + display: block; + width: 100%; + padding-top: 0.375rem; + padding-bottom: 0.375rem; + margin-bottom: 0; + line-height: 1.5; + color: #212529; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; +} + +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { + padding-right: 0; + padding-left: 0; +} + +.form-control-sm { + height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + border-radius: 0.2rem; +} + +.form-control-lg { + height: calc(1.5em + 1rem + 2px); + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + border-radius: 0.3rem; +} + +select.form-control[size], select.form-control[multiple] { + height: auto; +} + +textarea.form-control { + height: auto; +} + +.form-group { + margin-bottom: 1rem; +} + +.form-text { + display: block; + margin-top: 0.25rem; +} + +.form-row { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -5px; + margin-left: -5px; +} + +.form-row > .col, +.form-row > [class*="col-"] { + padding-right: 5px; + padding-left: 5px; +} + +.form-check { + position: relative; + display: block; + padding-left: 1.25rem; +} + +.form-check-input { + position: absolute; + margin-top: 0.3rem; + margin-left: -1.25rem; +} + +.form-check-input:disabled ~ .form-check-label { + color: #6c757d; +} + +.form-check-label { + margin-bottom: 0; +} + +.form-check-inline { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; + padding-left: 0; + margin-right: 0.75rem; +} + +.form-check-inline .form-check-input { + position: static; + margin-top: 0; + margin-right: 0.3125rem; + margin-left: 0; +} + +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #28a745; +} + +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: .1rem; + font-size: 0.875rem; + line-height: 1.5; + color: #fff; + background-color: rgba(40, 167, 69, 0.9); + border-radius: 0.25rem; +} + +.was-validated .form-control:valid, .form-control.is-valid { + border-color: #28a745; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: center right calc(0.375em + 0.1875rem); + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.was-validated .form-control:valid ~ .valid-feedback, +.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} + +.was-validated .custom-select:valid, .custom-select.is-valid { + border-color: #28a745; + padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.was-validated .custom-select:valid ~ .valid-feedback, +.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, +.custom-select.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-control-file:valid ~ .valid-feedback, +.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, +.form-control-file.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #28a745; +} + +.was-validated .form-check-input:valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, +.form-check-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { + color: #28a745; +} + +.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { + border-color: #28a745; +} + +.was-validated .custom-control-input:valid ~ .valid-feedback, +.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, +.custom-control-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { + border-color: #34ce57; + background-color: #34ce57; +} + +.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { + border-color: #28a745; +} + +.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { + border-color: #28a745; +} + +.was-validated .custom-file-input:valid ~ .valid-feedback, +.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, +.custom-file-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #dc3545; +} + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: .1rem; + font-size: 0.875rem; + line-height: 1.5; + color: #fff; + background-color: rgba(220, 53, 69, 0.9); + border-radius: 0.25rem; +} + +.was-validated .form-control:invalid, .form-control.is-invalid { + border-color: #dc3545; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); + background-repeat: no-repeat; + background-position: center right calc(0.375em + 0.1875rem); + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .form-control:invalid ~ .invalid-feedback, +.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, +.form-control.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} + +.was-validated .custom-select:invalid, .custom-select.is-invalid { + border-color: #dc3545; + padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .custom-select:invalid ~ .invalid-feedback, +.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, +.custom-select.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-control-file:invalid ~ .invalid-feedback, +.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, +.form-control-file.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; +} + +.was-validated .form-check-input:invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, +.form-check-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { + color: #dc3545; +} + +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { + border-color: #dc3545; +} + +.was-validated .custom-control-input:invalid ~ .invalid-feedback, +.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, +.custom-control-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { + border-color: #e4606d; + background-color: #e4606d; +} + +.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { + border-color: #dc3545; +} + +.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { + border-color: #dc3545; +} + +.was-validated .custom-file-input:invalid ~ .invalid-feedback, +.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, +.custom-file-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.form-inline { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -ms-flex-align: center; + align-items: center; +} + +.form-inline .form-check { + width: 100%; +} + +@media (min-width: 576px) { + .form-inline label { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + margin-bottom: 0; + } + .form-inline .form-group { + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -ms-flex-align: center; + align-items: center; + margin-bottom: 0; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .form-control-plaintext { + display: inline-block; + } + .form-inline .input-group, + .form-inline .custom-select { + width: auto; + } + .form-inline .form-check { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + width: auto; + padding-left: 0; + } + .form-inline .form-check-input { + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0; + margin-top: 0; + margin-right: 0.25rem; + margin-left: 0; + } + .form-inline .custom-control { + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + } + .form-inline .custom-control-label { + margin-bottom: 0; + } +} + +.btn { + display: inline-block; + font-weight: 400; + color: #212529; + text-align: center; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0.375rem 0.75rem; + font-size: 1rem; + line-height: 1.5; + border-radius: 0.25rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .btn { + transition: none; + } +} + +.btn:hover { + color: #212529; + text-decoration: none; +} + +.btn:focus, .btn.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.btn.disabled, .btn:disabled { + opacity: 0.65; +} + +a.btn.disabled, +fieldset:disabled a.btn { + pointer-events: none; +} + +.btn-primary { + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.btn-primary:hover { + color: #fff; + background-color: #0069d9; + border-color: #0062cc; +} + +.btn-primary:focus, .btn-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); +} + +.btn-primary.disabled, .btn-primary:disabled { + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, +.show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #0062cc; + border-color: #005cbf; +} + +.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); +} + +.btn-secondary { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} + +.btn-secondary:hover { + color: #fff; + background-color: #5a6268; + border-color: #545b62; +} + +.btn-secondary:focus, .btn-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); +} + +.btn-secondary.disabled, .btn-secondary:disabled { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} + +.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, +.show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #545b62; + border-color: #4e555b; +} + +.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); +} + +.btn-success { + color: #fff; + background-color: #28a745; + border-color: #28a745; +} + +.btn-success:hover { + color: #fff; + background-color: #218838; + border-color: #1e7e34; +} + +.btn-success:focus, .btn-success.focus { + box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); +} + +.btn-success.disabled, .btn-success:disabled { + color: #fff; + background-color: #28a745; + border-color: #28a745; +} + +.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, +.show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #1e7e34; + border-color: #1c7430; +} + +.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); +} + +.btn-info { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; +} + +.btn-info:hover { + color: #fff; + background-color: #138496; + border-color: #117a8b; +} + +.btn-info:focus, .btn-info.focus { + box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); +} + +.btn-info.disabled, .btn-info:disabled { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; +} + +.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, +.show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #117a8b; + border-color: #10707f; +} + +.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); +} + +.btn-warning { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; +} + +.btn-warning:hover { + color: #212529; + background-color: #e0a800; + border-color: #d39e00; +} + +.btn-warning:focus, .btn-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); +} + +.btn-warning.disabled, .btn-warning:disabled { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; +} + +.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, +.show > .btn-warning.dropdown-toggle { + color: #212529; + background-color: #d39e00; + border-color: #c69500; +} + +.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); +} + +.btn-danger { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-danger:hover { + color: #fff; + background-color: #c82333; + border-color: #bd2130; +} + +.btn-danger:focus, .btn-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); +} + +.btn-danger.disabled, .btn-danger:disabled { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, +.show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #bd2130; + border-color: #b21f2d; +} + +.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); +} + +.btn-light { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-light:hover { + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; +} + +.btn-light:focus, .btn-light.focus { + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); +} + +.btn-light.disabled, .btn-light:disabled { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, +.show > .btn-light.dropdown-toggle { + color: #212529; + background-color: #dae0e5; + border-color: #d3d9df; +} + +.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); +} + +.btn-dark { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} + +.btn-dark:hover { + color: #fff; + background-color: #23272b; + border-color: #1d2124; +} + +.btn-dark:focus, .btn-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); +} + +.btn-dark.disabled, .btn-dark:disabled { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} + +.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, +.show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #1d2124; + border-color: #171a1d; +} + +.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); +} + +.btn-outline-primary { + color: #007bff; + border-color: #007bff; +} + +.btn-outline-primary:hover { + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.btn-outline-primary:focus, .btn-outline-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); +} + +.btn-outline-primary.disabled, .btn-outline-primary:disabled { + color: #007bff; + background-color: transparent; +} + +.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, +.show > .btn-outline-primary.dropdown-toggle { + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); +} + +.btn-outline-secondary { + color: #6c757d; + border-color: #6c757d; +} + +.btn-outline-secondary:hover { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} + +.btn-outline-secondary:focus, .btn-outline-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { + color: #6c757d; + background-color: transparent; +} + +.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, +.show > .btn-outline-secondary.dropdown-toggle { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} + +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.btn-outline-success { + color: #28a745; + border-color: #28a745; +} + +.btn-outline-success:hover { + color: #fff; + background-color: #28a745; + border-color: #28a745; +} + +.btn-outline-success:focus, .btn-outline-success.focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +} + +.btn-outline-success.disabled, .btn-outline-success:disabled { + color: #28a745; + background-color: transparent; +} + +.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, +.show > .btn-outline-success.dropdown-toggle { + color: #fff; + background-color: #28a745; + border-color: #28a745; +} + +.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +} + +.btn-outline-info { + color: #17a2b8; + border-color: #17a2b8; +} + +.btn-outline-info:hover { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; +} + +.btn-outline-info:focus, .btn-outline-info.focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +} + +.btn-outline-info.disabled, .btn-outline-info:disabled { + color: #17a2b8; + background-color: transparent; +} + +.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, +.show > .btn-outline-info.dropdown-toggle { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; +} + +.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +} + +.btn-outline-warning { + color: #ffc107; + border-color: #ffc107; +} + +.btn-outline-warning:hover { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; +} + +.btn-outline-warning:focus, .btn-outline-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +} + +.btn-outline-warning.disabled, .btn-outline-warning:disabled { + color: #ffc107; + background-color: transparent; +} + +.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, +.show > .btn-outline-warning.dropdown-toggle { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; +} + +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +} + +.btn-outline-danger { + color: #dc3545; + border-color: #dc3545; +} + +.btn-outline-danger:hover { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-outline-danger:focus, .btn-outline-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +} + +.btn-outline-danger.disabled, .btn-outline-danger:disabled { + color: #dc3545; + background-color: transparent; +} + +.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, +.show > .btn-outline-danger.dropdown-toggle { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +} + +.btn-outline-light { + color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-outline-light:hover { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-outline-light:focus, .btn-outline-light.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} + +.btn-outline-light.disabled, .btn-outline-light:disabled { + color: #f8f9fa; + background-color: transparent; +} + +.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, +.show > .btn-outline-light.dropdown-toggle { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} + +.btn-outline-dark { + color: #343a40; + border-color: #343a40; +} + +.btn-outline-dark:hover { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} + +.btn-outline-dark:focus, .btn-outline-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} + +.btn-outline-dark.disabled, .btn-outline-dark:disabled { + color: #343a40; + background-color: transparent; +} + +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, +.show > .btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} + +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} + +.btn-link { + font-weight: 400; + color: #007bff; + text-decoration: none; +} + +.btn-link:hover { + color: #0056b3; + text-decoration: underline; +} + +.btn-link:focus, .btn-link.focus { + text-decoration: underline; + box-shadow: none; +} + +.btn-link:disabled, .btn-link.disabled { + color: #6c757d; + pointer-events: none; +} + +.btn-lg, .btn-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + border-radius: 0.3rem; +} + +.btn-sm, .btn-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + border-radius: 0.2rem; +} + +.btn-block { + display: block; + width: 100%; +} + +.btn-block + .btn-block { + margin-top: 0.5rem; +} + +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} + +.fade { + transition: opacity 0.15s linear; +} + +@media (prefers-reduced-motion: reduce) { + .fade { + transition: none; + } +} + +.fade:not(.show) { + opacity: 0; +} + +.collapse:not(.show) { + display: none; +} + +.collapsing { + position: relative; + height: 0; + overflow: hidden; + transition: height 0.35s ease; +} + +@media (prefers-reduced-motion: reduce) { + .collapsing { + transition: none; + } +} + +.dropup, +.dropright, +.dropdown, +.dropleft { + position: relative; +} + +.dropdown-toggle { + white-space: nowrap; +} + +.dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid; + border-right: 0.3em solid transparent; + border-bottom: 0; + border-left: 0.3em solid transparent; +} + +.dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 1rem; + color: #212529; + text-align: left; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; +} + +.dropdown-menu-left { + right: auto; + left: 0; +} + +.dropdown-menu-right { + right: 0; + left: auto; +} + +@media (min-width: 576px) { + .dropdown-menu-sm-left { + right: auto; + left: 0; + } + .dropdown-menu-sm-right { + right: 0; + left: auto; + } +} + +@media (min-width: 768px) { + .dropdown-menu-md-left { + right: auto; + left: 0; + } + .dropdown-menu-md-right { + right: 0; + left: auto; + } +} + +@media (min-width: 992px) { + .dropdown-menu-lg-left { + right: auto; + left: 0; + } + .dropdown-menu-lg-right { + right: 0; + left: auto; + } +} + +@media (min-width: 1200px) { + .dropdown-menu-xl-left { + right: auto; + left: 0; + } + .dropdown-menu-xl-right { + right: 0; + left: auto; + } +} + +.dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; +} + +.dropup .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0; + border-right: 0.3em solid transparent; + border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; +} + +.dropup .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropright .dropdown-menu { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0.125rem; +} + +.dropright .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0; + border-bottom: 0.3em solid transparent; + border-left: 0.3em solid; +} + +.dropright .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropright .dropdown-toggle::after { + vertical-align: 0; +} + +.dropleft .dropdown-menu { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0.125rem; +} + +.dropleft .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; +} + +.dropleft .dropdown-toggle::after { + display: none; +} + +.dropleft .dropdown-toggle::before { + display: inline-block; + margin-right: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0.3em solid; + border-bottom: 0.3em solid transparent; +} + +.dropleft .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropleft .dropdown-toggle::before { + vertical-align: 0; +} + +.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { + right: auto; + bottom: auto; +} + +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid #e9ecef; +} + +.dropdown-item { + display: block; + width: 100%; + padding: 0.25rem 1.5rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + white-space: nowrap; + background-color: transparent; + border: 0; +} + +.dropdown-item:hover, .dropdown-item:focus { + color: #16181b; + text-decoration: none; + background-color: #f8f9fa; +} + +.dropdown-item.active, .dropdown-item:active { + color: #fff; + text-decoration: none; + background-color: #007bff; +} + +.dropdown-item.disabled, .dropdown-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: transparent; +} + +.dropdown-menu.show { + display: block; +} + +.dropdown-header { + display: block; + padding: 0.5rem 1.5rem; + margin-bottom: 0; + font-size: 0.875rem; + color: #6c757d; + white-space: nowrap; +} + +.dropdown-item-text { + display: block; + padding: 0.25rem 1.5rem; + color: #212529; +} + +.btn-group, +.btn-group-vertical { + position: relative; + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover { + z-index: 1; +} + +.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, +.btn-group-vertical > .btn:focus, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn.active { + z-index: 1; +} + +.btn-toolbar { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.btn-toolbar .input-group { + width: auto; +} + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) { + margin-left: -1px; +} + +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.dropdown-toggle-split { + padding-right: 0.5625rem; + padding-left: 0.5625rem; +} + +.dropdown-toggle-split::after, +.dropup .dropdown-toggle-split::after, +.dropright .dropdown-toggle-split::after { + margin-left: 0; +} + +.dropleft .dropdown-toggle-split::before { + margin-right: 0; +} + +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; +} + +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; +} + +.btn-group-vertical { + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: center; + justify-content: center; +} + +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group { + width: 100%; +} + +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) { + margin-top: -1px; +} + +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group-vertical > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.btn-group-toggle > .btn, +.btn-group-toggle > .btn-group > .btn { + margin-bottom: 0; +} + +.btn-group-toggle > .btn input[type="radio"], +.btn-group-toggle > .btn input[type="checkbox"], +.btn-group-toggle > .btn-group > .btn input[type="radio"], +.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} + +.input-group { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: stretch; + align-items: stretch; + width: 100%; +} + +.input-group > .form-control, +.input-group > .form-control-plaintext, +.input-group > .custom-select, +.input-group > .custom-file { + position: relative; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + width: 1%; + margin-bottom: 0; +} + +.input-group > .form-control + .form-control, +.input-group > .form-control + .custom-select, +.input-group > .form-control + .custom-file, +.input-group > .form-control-plaintext + .form-control, +.input-group > .form-control-plaintext + .custom-select, +.input-group > .form-control-plaintext + .custom-file, +.input-group > .custom-select + .form-control, +.input-group > .custom-select + .custom-select, +.input-group > .custom-select + .custom-file, +.input-group > .custom-file + .form-control, +.input-group > .custom-file + .custom-select, +.input-group > .custom-file + .custom-file { + margin-left: -1px; +} + +.input-group > .form-control:focus, +.input-group > .custom-select:focus, +.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { + z-index: 3; +} + +.input-group > .custom-file .custom-file-input:focus { + z-index: 4; +} + +.input-group > .form-control:not(:last-child), +.input-group > .custom-select:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .form-control:not(:first-child), +.input-group > .custom-select:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.input-group > .custom-file { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.input-group > .custom-file:not(:last-child) .custom-file-label, +.input-group > .custom-file:not(:last-child) .custom-file-label::after { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .custom-file:not(:first-child) .custom-file-label { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.input-group-prepend, +.input-group-append { + display: -ms-flexbox; + display: flex; +} + +.input-group-prepend .btn, +.input-group-append .btn { + position: relative; + z-index: 2; +} + +.input-group-prepend .btn:focus, +.input-group-append .btn:focus { + z-index: 3; +} + +.input-group-prepend .btn + .btn, +.input-group-prepend .btn + .input-group-text, +.input-group-prepend .input-group-text + .input-group-text, +.input-group-prepend .input-group-text + .btn, +.input-group-append .btn + .btn, +.input-group-append .btn + .input-group-text, +.input-group-append .input-group-text + .input-group-text, +.input-group-append .input-group-text + .btn { + margin-left: -1px; +} + +.input-group-prepend { + margin-right: -1px; +} + +.input-group-append { + margin-left: -1px; +} + +.input-group-text { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: 0.375rem 0.75rem; + margin-bottom: 0; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + text-align: center; + white-space: nowrap; + background-color: #e9ecef; + border: 1px solid #ced4da; + border-radius: 0.25rem; +} + +.input-group-text input[type="radio"], +.input-group-text input[type="checkbox"] { + margin-top: 0; +} + +.input-group-lg > .form-control:not(textarea), +.input-group-lg > .custom-select { + height: calc(1.5em + 1rem + 2px); +} + +.input-group-lg > .form-control, +.input-group-lg > .custom-select, +.input-group-lg > .input-group-prepend > .input-group-text, +.input-group-lg > .input-group-append > .input-group-text, +.input-group-lg > .input-group-prepend > .btn, +.input-group-lg > .input-group-append > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + border-radius: 0.3rem; +} + +.input-group-sm > .form-control:not(textarea), +.input-group-sm > .custom-select { + height: calc(1.5em + 0.5rem + 2px); +} + +.input-group-sm > .form-control, +.input-group-sm > .custom-select, +.input-group-sm > .input-group-prepend > .input-group-text, +.input-group-sm > .input-group-append > .input-group-text, +.input-group-sm > .input-group-prepend > .btn, +.input-group-sm > .input-group-append > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + border-radius: 0.2rem; +} + +.input-group-lg > .custom-select, +.input-group-sm > .custom-select { + padding-right: 1.75rem; +} + +.input-group > .input-group-prepend > .btn, +.input-group > .input-group-prepend > .input-group-text, +.input-group > .input-group-append:not(:last-child) > .btn, +.input-group > .input-group-append:not(:last-child) > .input-group-text, +.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .input-group-append > .btn, +.input-group > .input-group-append > .input-group-text, +.input-group > .input-group-prepend:not(:first-child) > .btn, +.input-group > .input-group-prepend:not(:first-child) > .input-group-text, +.input-group > .input-group-prepend:first-child > .btn:not(:first-child), +.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.custom-control { + position: relative; + display: block; + min-height: 1.5rem; + padding-left: 1.5rem; +} + +.custom-control-inline { + display: -ms-inline-flexbox; + display: inline-flex; + margin-right: 1rem; +} + +.custom-control-input { + position: absolute; + z-index: -1; + opacity: 0; +} + +.custom-control-input:checked ~ .custom-control-label::before { + color: #fff; + border-color: #007bff; + background-color: #007bff; +} + +.custom-control-input:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { + border-color: #80bdff; +} + +.custom-control-input:not(:disabled):active ~ .custom-control-label::before { + color: #fff; + background-color: #b3d7ff; + border-color: #b3d7ff; +} + +.custom-control-input:disabled ~ .custom-control-label { + color: #6c757d; +} + +.custom-control-input:disabled ~ .custom-control-label::before { + background-color: #e9ecef; +} + +.custom-control-label { + position: relative; + margin-bottom: 0; + vertical-align: top; +} + +.custom-control-label::before { + position: absolute; + top: 0.25rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + pointer-events: none; + content: ""; + background-color: #fff; + border: #adb5bd solid 1px; +} + +.custom-control-label::after { + position: absolute; + top: 0.25rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + content: ""; + background: no-repeat 50% / 50% 50%; +} + +.custom-checkbox .custom-control-label::before { + border-radius: 0.25rem; +} + +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); +} + +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { + border-color: #007bff; + background-color: #007bff; +} + +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); +} + +.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-radio .custom-control-label::before { + border-radius: 50%; +} + +.custom-radio .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +} + +.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-switch { + padding-left: 2.25rem; +} + +.custom-switch .custom-control-label::before { + left: -2.25rem; + width: 1.75rem; + pointer-events: all; + border-radius: 0.5rem; +} + +.custom-switch .custom-control-label::after { + top: calc(0.25rem + 2px); + left: calc(-2.25rem + 2px); + width: calc(1rem - 4px); + height: calc(1rem - 4px); + background-color: #adb5bd; + border-radius: 0.5rem; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .custom-switch .custom-control-label::after { + transition: none; + } +} + +.custom-switch .custom-control-input:checked ~ .custom-control-label::after { + background-color: #fff; + -webkit-transform: translateX(0.75rem); + transform: translateX(0.75rem); +} + +.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-select { + display: inline-block; + width: 100%; + height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem 1.75rem 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + vertical-align: middle; + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; + background-color: #fff; + border: 1px solid #ced4da; + border-radius: 0.25rem; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.custom-select:focus { + border-color: #80bdff; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-select:focus::-ms-value { + color: #495057; + background-color: #fff; +} + +.custom-select[multiple], .custom-select[size]:not([size="1"]) { + height: auto; + padding-right: 0.75rem; + background-image: none; +} + +.custom-select:disabled { + color: #6c757d; + background-color: #e9ecef; +} + +.custom-select::-ms-expand { + display: none; +} + +.custom-select-sm { + height: calc(1.5em + 0.5rem + 2px); + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.875rem; +} + +.custom-select-lg { + height: calc(1.5em + 1rem + 2px); + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.25rem; +} + +.custom-file { + position: relative; + display: inline-block; + width: 100%; + height: calc(1.5em + 0.75rem + 2px); + margin-bottom: 0; +} + +.custom-file-input { + position: relative; + z-index: 2; + width: 100%; + height: calc(1.5em + 0.75rem + 2px); + margin: 0; + opacity: 0; +} + +.custom-file-input:focus ~ .custom-file-label { + border-color: #80bdff; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-file-input:disabled ~ .custom-file-label { + background-color: #e9ecef; +} + +.custom-file-input:lang(en) ~ .custom-file-label::after { + content: "Browse"; +} + +.custom-file-input ~ .custom-file-label[data-browse]::after { + content: attr(data-browse); +} + +.custom-file-label { + position: absolute; + top: 0; + right: 0; + left: 0; + z-index: 1; + height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem 0.75rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + border: 1px solid #ced4da; + border-radius: 0.25rem; +} + +.custom-file-label::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + z-index: 3; + display: block; + height: calc(1.5em + 0.75rem); + padding: 0.375rem 0.75rem; + line-height: 1.5; + color: #495057; + content: "Browse"; + background-color: #e9ecef; + border-left: inherit; + border-radius: 0 0.25rem 0.25rem 0; +} + +.custom-range { + width: 100%; + height: calc(1rem + 0.4rem); + padding: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.custom-range:focus { + outline: none; +} + +.custom-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-range:focus::-ms-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-range::-moz-focus-outer { + border: 0; +} + +.custom-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #007bff; + border: 0; + border-radius: 1rem; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + appearance: none; +} + +@media (prefers-reduced-motion: reduce) { + .custom-range::-webkit-slider-thumb { + transition: none; + } +} + +.custom-range::-webkit-slider-thumb:active { + background-color: #b3d7ff; +} + +.custom-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} + +.custom-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #007bff; + border: 0; + border-radius: 1rem; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -moz-appearance: none; + appearance: none; +} + +@media (prefers-reduced-motion: reduce) { + .custom-range::-moz-range-thumb { + transition: none; + } +} + +.custom-range::-moz-range-thumb:active { + background-color: #b3d7ff; +} + +.custom-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} + +.custom-range::-ms-thumb { + width: 1rem; + height: 1rem; + margin-top: 0; + margin-right: 0.2rem; + margin-left: 0.2rem; + background-color: #007bff; + border: 0; + border-radius: 1rem; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + appearance: none; +} + +@media (prefers-reduced-motion: reduce) { + .custom-range::-ms-thumb { + transition: none; + } +} + +.custom-range::-ms-thumb:active { + background-color: #b3d7ff; +} + +.custom-range::-ms-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: transparent; + border-color: transparent; + border-width: 0.5rem; +} + +.custom-range::-ms-fill-lower { + background-color: #dee2e6; + border-radius: 1rem; +} + +.custom-range::-ms-fill-upper { + margin-right: 15px; + background-color: #dee2e6; + border-radius: 1rem; +} + +.custom-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; +} + +.custom-range:disabled::-webkit-slider-runnable-track { + cursor: default; +} + +.custom-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} + +.custom-range:disabled::-moz-range-track { + cursor: default; +} + +.custom-range:disabled::-ms-thumb { + background-color: #adb5bd; +} + +.custom-control-label::before, +.custom-file-label, +.custom-select { + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .custom-control-label::before, + .custom-file-label, + .custom-select { + transition: none; + } +} + +.nav { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav-link { + display: block; + padding: 0.5rem 1rem; +} + +.nav-link:hover, .nav-link:focus { + text-decoration: none; +} + +.nav-link.disabled { + color: #6c757d; + pointer-events: none; + cursor: default; +} + +.nav-tabs { + border-bottom: 1px solid #dee2e6; +} + +.nav-tabs .nav-item { + margin-bottom: -1px; +} + +.nav-tabs .nav-link { + border: 1px solid transparent; + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { + border-color: #e9ecef #e9ecef #dee2e6; +} + +.nav-tabs .nav-link.disabled { + color: #6c757d; + background-color: transparent; + border-color: transparent; +} + +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link { + color: #495057; + background-color: #fff; + border-color: #dee2e6 #dee2e6 #fff; +} + +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav-pills .nav-link { + border-radius: 0.25rem; +} + +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #007bff; +} + +.nav-fill .nav-item { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + text-align: center; +} + +.nav-justified .nav-item { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + text-align: center; +} + +.tab-content > .tab-pane { + display: none; +} + +.tab-content > .active { + display: block; +} + +.navbar { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 0.5rem 1rem; +} + +.navbar > .container, +.navbar > .container-fluid { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.navbar-brand { + display: inline-block; + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; + margin-right: 1rem; + font-size: 1.25rem; + line-height: inherit; + white-space: nowrap; +} + +.navbar-brand:hover, .navbar-brand:focus { + text-decoration: none; +} + +.navbar-nav { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; +} + +.navbar-nav .dropdown-menu { + position: static; + float: none; +} + +.navbar-text { + display: inline-block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.navbar-collapse { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-align: center; + align-items: center; +} + +.navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.25rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + border-radius: 0.25rem; +} + +.navbar-toggler:hover, .navbar-toggler:focus { + text-decoration: none; +} + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + content: ""; + background: no-repeat center center; + background-size: 100% 100%; +} + +@media (max-width: 575.98px) { + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 576px) { + .navbar-expand-sm { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-sm .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-sm .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-sm .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } +} + +@media (max-width: 767.98px) { + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 768px) { + .navbar-expand-md { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-md .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-md .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-md .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler { + display: none; + } +} + +@media (max-width: 991.98px) { + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 992px) { + .navbar-expand-lg { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-lg .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-lg .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-lg .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } +} + +@media (max-width: 1199.98px) { + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 1200px) { + .navbar-expand-xl { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-xl .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-xl .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } +} + +.navbar-expand { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.navbar-expand > .container, +.navbar-expand > .container-fluid { + padding-right: 0; + padding-left: 0; +} + +.navbar-expand .navbar-nav { + -ms-flex-direction: row; + flex-direction: row; +} + +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} + +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.navbar-expand > .container, +.navbar-expand > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} + +.navbar-expand .navbar-collapse { + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; +} + +.navbar-expand .navbar-toggler { + display: none; +} + +.navbar-light .navbar-brand { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.5); +} + +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { + color: rgba(0, 0, 0, 0.7); +} + +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); +} + +.navbar-light .navbar-nav .show > .nav-link, +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.show, +.navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.5); + border-color: rgba(0, 0, 0, 0.1); +} + +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} + +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.5); +} + +.navbar-light .navbar-text a { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-dark .navbar-brand { + color: #fff; +} + +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { + color: #fff; +} + +.navbar-dark .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.5); +} + +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); +} + +.navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} + +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .active > .nav-link, +.navbar-dark .navbar-nav .nav-link.show, +.navbar-dark .navbar-nav .nav-link.active { + color: #fff; +} + +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.1); +} + +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} + +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.5); +} + +.navbar-dark .navbar-text a { + color: #fff; +} + +.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { + color: #fff; +} + +.card { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + background-clip: border-box; + border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: 0.25rem; +} + +.card > hr { + margin-right: 0; + margin-left: 0; +} + +.card > .list-group:first-child .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.card > .list-group:last-child .list-group-item:last-child { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.card-body { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 1.25rem; +} + +.card-title { + margin-bottom: 0.75rem; +} + +.card-subtitle { + margin-top: -0.375rem; + margin-bottom: 0; +} + +.card-text:last-child { + margin-bottom: 0; +} + +.card-link:hover { + text-decoration: none; +} + +.card-link + .card-link { + margin-left: 1.25rem; +} + +.card-header { + padding: 0.75rem 1.25rem; + margin-bottom: 0; + background-color: rgba(0, 0, 0, 0.03); + border-bottom: 1px solid rgba(0, 0, 0, 0.125); +} + +.card-header:first-child { + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; +} + +.card-header + .list-group .list-group-item:first-child { + border-top: 0; +} + +.card-footer { + padding: 0.75rem 1.25rem; + background-color: rgba(0, 0, 0, 0.03); + border-top: 1px solid rgba(0, 0, 0, 0.125); +} + +.card-footer:last-child { + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); +} + +.card-header-tabs { + margin-right: -0.625rem; + margin-bottom: -0.75rem; + margin-left: -0.625rem; + border-bottom: 0; +} + +.card-header-pills { + margin-right: -0.625rem; + margin-left: -0.625rem; +} + +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1.25rem; +} + +.card-img { + width: 100%; + border-radius: calc(0.25rem - 1px); +} + +.card-img-top { + width: 100%; + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} + +.card-img-bottom { + width: 100%; + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} + +.card-deck { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-deck .card { + margin-bottom: 15px; +} + +@media (min-width: 576px) { + .card-deck { + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-right: -15px; + margin-left: -15px; + } + .card-deck .card { + display: -ms-flexbox; + display: flex; + -ms-flex: 1 0 0%; + flex: 1 0 0%; + -ms-flex-direction: column; + flex-direction: column; + margin-right: 15px; + margin-bottom: 0; + margin-left: 15px; + } +} + +.card-group { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-group > .card { + margin-bottom: 15px; +} + +@media (min-width: 576px) { + .card-group { + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .card-group > .card { + -ms-flex: 1 0 0%; + flex: 1 0 0%; + margin-bottom: 0; + } + .card-group > .card + .card { + margin-left: 0; + border-left: 0; + } + .card-group > .card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-top, + .card-group > .card:not(:last-child) .card-header { + border-top-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-bottom, + .card-group > .card:not(:last-child) .card-footer { + border-bottom-right-radius: 0; + } + .card-group > .card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-top, + .card-group > .card:not(:first-child) .card-header { + border-top-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-bottom, + .card-group > .card:not(:first-child) .card-footer { + border-bottom-left-radius: 0; + } +} + +.card-columns .card { + margin-bottom: 0.75rem; +} + +@media (min-width: 576px) { + .card-columns { + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; + -webkit-column-gap: 1.25rem; + -moz-column-gap: 1.25rem; + column-gap: 1.25rem; + orphans: 1; + widows: 1; + } + .card-columns .card { + display: inline-block; + width: 100%; + } +} + +.accordion > .card { + overflow: hidden; +} + +.accordion > .card:not(:first-of-type) .card-header:first-child { + border-radius: 0; +} + +.accordion > .card:not(:first-of-type):not(:last-of-type) { + border-bottom: 0; + border-radius: 0; +} + +.accordion > .card:first-of-type { + border-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.accordion > .card:last-of-type { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.accordion > .card .card-header { + margin-bottom: -1px; +} + +.breadcrumb { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding: 0.75rem 1rem; + margin-bottom: 1rem; + list-style: none; + background-color: #e9ecef; + border-radius: 0.25rem; +} + +.breadcrumb-item + .breadcrumb-item { + padding-left: 0.5rem; +} + +.breadcrumb-item + .breadcrumb-item::before { + display: inline-block; + padding-right: 0.5rem; + color: #6c757d; + content: "/"; +} + +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: underline; +} + +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: none; +} + +.breadcrumb-item.active { + color: #6c757d; +} + +.pagination { + display: -ms-flexbox; + display: flex; + padding-left: 0; + list-style: none; + border-radius: 0.25rem; +} + +.page-link { + position: relative; + display: block; + padding: 0.5rem 0.75rem; + margin-left: -1px; + line-height: 1.25; + color: #007bff; + background-color: #fff; + border: 1px solid #dee2e6; +} + +.page-link:hover { + z-index: 2; + color: #0056b3; + text-decoration: none; + background-color: #e9ecef; + border-color: #dee2e6; +} + +.page-link:focus { + z-index: 2; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.page-item:first-child .page-link { + margin-left: 0; + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.page-item:last-child .page-link { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.page-item.active .page-link { + z-index: 1; + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.page-item.disabled .page-link { + color: #6c757d; + pointer-events: none; + cursor: auto; + background-color: #fff; + border-color: #dee2e6; +} + +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; + line-height: 1.5; +} + +.pagination-lg .page-item:first-child .page-link { + border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; +} + +.pagination-lg .page-item:last-child .page-link { + border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; +} + +.pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; +} + +.pagination-sm .page-item:first-child .page-link { + border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; +} + +.pagination-sm .page-item:last-child .page-link { + border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; +} + +.badge { + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: 700; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .badge { + transition: none; + } +} + +a.badge:hover, a.badge:focus { + text-decoration: none; +} + +.badge:empty { + display: none; +} + +.btn .badge { + position: relative; + top: -1px; +} + +.badge-pill { + padding-right: 0.6em; + padding-left: 0.6em; + border-radius: 10rem; +} + +.badge-primary { + color: #fff; + background-color: #007bff; +} + +a.badge-primary:hover, a.badge-primary:focus { + color: #fff; + background-color: #0062cc; +} + +a.badge-primary:focus, a.badge-primary.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); +} + +.badge-secondary { + color: #fff; + background-color: #6c757d; +} + +a.badge-secondary:hover, a.badge-secondary:focus { + color: #fff; + background-color: #545b62; +} + +a.badge-secondary:focus, a.badge-secondary.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.badge-success { + color: #fff; + background-color: #28a745; +} + +a.badge-success:hover, a.badge-success:focus { + color: #fff; + background-color: #1e7e34; +} + +a.badge-success:focus, a.badge-success.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +} + +.badge-info { + color: #fff; + background-color: #17a2b8; +} + +a.badge-info:hover, a.badge-info:focus { + color: #fff; + background-color: #117a8b; +} + +a.badge-info:focus, a.badge-info.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +} + +.badge-warning { + color: #212529; + background-color: #ffc107; +} + +a.badge-warning:hover, a.badge-warning:focus { + color: #212529; + background-color: #d39e00; +} + +a.badge-warning:focus, a.badge-warning.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +} + +.badge-danger { + color: #fff; + background-color: #dc3545; +} + +a.badge-danger:hover, a.badge-danger:focus { + color: #fff; + background-color: #bd2130; +} + +a.badge-danger:focus, a.badge-danger.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +} + +.badge-light { + color: #212529; + background-color: #f8f9fa; +} + +a.badge-light:hover, a.badge-light:focus { + color: #212529; + background-color: #dae0e5; +} + +a.badge-light:focus, a.badge-light.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} + +.badge-dark { + color: #fff; + background-color: #343a40; +} + +a.badge-dark:hover, a.badge-dark:focus { + color: #fff; + background-color: #1d2124; +} + +a.badge-dark:focus, a.badge-dark.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} + +.jumbotron { + padding: 2rem 1rem; + margin-bottom: 2rem; + background-color: #e9ecef; + border-radius: 0.3rem; +} + +@media (min-width: 576px) { + .jumbotron { + padding: 4rem 2rem; + } +} + +.jumbotron-fluid { + padding-right: 0; + padding-left: 0; + border-radius: 0; +} + +.alert { + position: relative; + padding: 0.75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; +} + +.alert-heading { + color: inherit; +} + +.alert-link { + font-weight: 700; +} + +.alert-dismissible { + padding-right: 4rem; +} + +.alert-dismissible .close { + position: absolute; + top: 0; + right: 0; + padding: 0.75rem 1.25rem; + color: inherit; +} + +.alert-primary { + color: #004085; + background-color: #cce5ff; + border-color: #b8daff; +} + +.alert-primary hr { + border-top-color: #9fcdff; +} + +.alert-primary .alert-link { + color: #002752; +} + +.alert-secondary { + color: #383d41; + background-color: #e2e3e5; + border-color: #d6d8db; +} + +.alert-secondary hr { + border-top-color: #c8cbcf; +} + +.alert-secondary .alert-link { + color: #202326; +} + +.alert-success { + color: #155724; + background-color: #d4edda; + border-color: #c3e6cb; +} + +.alert-success hr { + border-top-color: #b1dfbb; +} + +.alert-success .alert-link { + color: #0b2e13; +} + +.alert-info { + color: #0c5460; + background-color: #d1ecf1; + border-color: #bee5eb; +} + +.alert-info hr { + border-top-color: #abdde5; +} + +.alert-info .alert-link { + color: #062c33; +} + +.alert-warning { + color: #856404; + background-color: #fff3cd; + border-color: #ffeeba; +} + +.alert-warning hr { + border-top-color: #ffe8a1; +} + +.alert-warning .alert-link { + color: #533f03; +} + +.alert-danger { + color: #721c24; + background-color: #f8d7da; + border-color: #f5c6cb; +} + +.alert-danger hr { + border-top-color: #f1b0b7; +} + +.alert-danger .alert-link { + color: #491217; +} + +.alert-light { + color: #818182; + background-color: #fefefe; + border-color: #fdfdfe; +} + +.alert-light hr { + border-top-color: #ececf6; +} + +.alert-light .alert-link { + color: #686868; +} + +.alert-dark { + color: #1b1e21; + background-color: #d6d8d9; + border-color: #c6c8ca; +} + +.alert-dark hr { + border-top-color: #b9bbbe; +} + +.alert-dark .alert-link { + color: #040505; +} + +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 1rem 0; + } + to { + background-position: 0 0; + } +} + +@keyframes progress-bar-stripes { + from { + background-position: 1rem 0; + } + to { + background-position: 0 0; + } +} + +.progress { + display: -ms-flexbox; + display: flex; + height: 1rem; + overflow: hidden; + font-size: 0.75rem; + background-color: #e9ecef; + border-radius: 0.25rem; +} + +.progress-bar { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #007bff; + transition: width 0.6s ease; +} + +@media (prefers-reduced-motion: reduce) { + .progress-bar { + transition: none; + } +} + +.progress-bar-striped { + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 1rem 1rem; +} + +.progress-bar-animated { + -webkit-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; +} + +@media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + -webkit-animation: none; + animation: none; + } +} + +.media { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.media-body { + -ms-flex: 1; + flex: 1; +} + +.list-group { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; +} + +.list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; +} + +.list-group-item-action:hover, .list-group-item-action:focus { + z-index: 1; + color: #495057; + text-decoration: none; + background-color: #f8f9fa; +} + +.list-group-item-action:active { + color: #212529; + background-color: #e9ecef; +} + +.list-group-item { + position: relative; + display: block; + padding: 0.75rem 1.25rem; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.125); +} + +.list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.list-group-item.disabled, .list-group-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: #fff; +} + +.list-group-item.active { + z-index: 2; + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.list-group-horizontal { + -ms-flex-direction: row; + flex-direction: row; +} + +.list-group-horizontal .list-group-item { + margin-right: -1px; + margin-bottom: 0; +} + +.list-group-horizontal .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; +} + +.list-group-horizontal .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; +} + +@media (min-width: 576px) { + .list-group-horizontal-sm { + -ms-flex-direction: row; + flex-direction: row; + } + .list-group-horizontal-sm .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-sm .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-sm .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 768px) { + .list-group-horizontal-md { + -ms-flex-direction: row; + flex-direction: row; + } + .list-group-horizontal-md .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-md .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-md .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 992px) { + .list-group-horizontal-lg { + -ms-flex-direction: row; + flex-direction: row; + } + .list-group-horizontal-lg .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-lg .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-lg .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 1200px) { + .list-group-horizontal-xl { + -ms-flex-direction: row; + flex-direction: row; + } + .list-group-horizontal-xl .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-xl .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-xl .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } +} + +.list-group-flush .list-group-item { + border-right: 0; + border-left: 0; + border-radius: 0; +} + +.list-group-flush .list-group-item:last-child { + margin-bottom: -1px; +} + +.list-group-flush:first-child .list-group-item:first-child { + border-top: 0; +} + +.list-group-flush:last-child .list-group-item:last-child { + margin-bottom: 0; + border-bottom: 0; +} + +.list-group-item-primary { + color: #004085; + background-color: #b8daff; +} + +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #004085; + background-color: #9fcdff; +} + +.list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #004085; + border-color: #004085; +} + +.list-group-item-secondary { + color: #383d41; + background-color: #d6d8db; +} + +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { + color: #383d41; + background-color: #c8cbcf; +} + +.list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #383d41; + border-color: #383d41; +} + +.list-group-item-success { + color: #155724; + background-color: #c3e6cb; +} + +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #155724; + background-color: #b1dfbb; +} + +.list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #155724; + border-color: #155724; +} + +.list-group-item-info { + color: #0c5460; + background-color: #bee5eb; +} + +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #0c5460; + background-color: #abdde5; +} + +.list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #0c5460; + border-color: #0c5460; +} + +.list-group-item-warning { + color: #856404; + background-color: #ffeeba; +} + +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #856404; + background-color: #ffe8a1; +} + +.list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #856404; + border-color: #856404; +} + +.list-group-item-danger { + color: #721c24; + background-color: #f5c6cb; +} + +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #721c24; + background-color: #f1b0b7; +} + +.list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #721c24; + border-color: #721c24; +} + +.list-group-item-light { + color: #818182; + background-color: #fdfdfe; +} + +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #818182; + background-color: #ececf6; +} + +.list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #818182; + border-color: #818182; +} + +.list-group-item-dark { + color: #1b1e21; + background-color: #c6c8ca; +} + +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #1b1e21; + background-color: #b9bbbe; +} + +.list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #1b1e21; + border-color: #1b1e21; +} + +.close { + float: right; + font-size: 1.5rem; + font-weight: 700; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: .5; +} + +.close:hover { + color: #000; + text-decoration: none; +} + +.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { + opacity: .75; +} + +button.close { + padding: 0; + background-color: transparent; + border: 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +a.close.disabled { + pointer-events: none; +} + +.toast { + max-width: 350px; + overflow: hidden; + font-size: 0.875rem; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); + opacity: 0; + border-radius: 0.25rem; +} + +.toast:not(:last-child) { + margin-bottom: 0.75rem; +} + +.toast.showing { + opacity: 1; +} + +.toast.show { + display: block; + opacity: 1; +} + +.toast.hide { + display: none; +} + +.toast-header { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: 0.25rem 0.75rem; + color: #6c757d; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); +} + +.toast-body { + padding: 0.75rem; +} + +.modal-open { + overflow: hidden; +} + +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} + +.modal { + position: fixed; + top: 0; + left: 0; + z-index: 1050; + display: none; + width: 100%; + height: 100%; + overflow: hidden; + outline: 0; +} + +.modal-dialog { + position: relative; + width: auto; + margin: 0.5rem; + pointer-events: none; +} + +.modal.fade .modal-dialog { + transition: -webkit-transform 0.3s ease-out; + transition: transform 0.3s ease-out; + transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; + -webkit-transform: translate(0, -50px); + transform: translate(0, -50px); +} + +@media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + transition: none; + } +} + +.modal.show .modal-dialog { + -webkit-transform: none; + transform: none; +} + +.modal-dialog-scrollable { + display: -ms-flexbox; + display: flex; + max-height: calc(100% - 1rem); +} + +.modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 1rem); + overflow: hidden; +} + +.modal-dialog-scrollable .modal-header, +.modal-dialog-scrollable .modal-footer { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.modal-dialog-scrollable .modal-body { + overflow-y: auto; +} + +.modal-dialog-centered { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + min-height: calc(100% - 1rem); +} + +.modal-dialog-centered::before { + display: block; + height: calc(100vh - 1rem); + content: ""; +} + +.modal-dialog-centered.modal-dialog-scrollable { + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + height: 100%; +} + +.modal-dialog-centered.modal-dialog-scrollable .modal-content { + max-height: none; +} + +.modal-dialog-centered.modal-dialog-scrollable::before { + content: none; +} + +.modal-content { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; + outline: 0; +} + +.modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; +} + +.modal-backdrop.fade { + opacity: 0; +} + +.modal-backdrop.show { + opacity: 0.5; +} + +.modal-header { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 1rem 1rem; + border-bottom: 1px solid #dee2e6; + border-top-left-radius: 0.3rem; + border-top-right-radius: 0.3rem; +} + +.modal-header .close { + padding: 1rem 1rem; + margin: -1rem -1rem -1rem auto; +} + +.modal-title { + margin-bottom: 0; + line-height: 1.5; +} + +.modal-body { + position: relative; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 1rem; +} + +.modal-footer { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 1rem; + border-top: 1px solid #dee2e6; + border-bottom-right-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; +} + +.modal-footer > :not(:first-child) { + margin-left: .25rem; +} + +.modal-footer > :not(:last-child) { + margin-right: .25rem; +} + +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} + +@media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; + } + .modal-dialog-scrollable { + max-height: calc(100% - 3.5rem); + } + .modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 3.5rem); + } + .modal-dialog-centered { + min-height: calc(100% - 3.5rem); + } + .modal-dialog-centered::before { + height: calc(100vh - 3.5rem); + } + .modal-sm { + max-width: 300px; + } +} + +@media (min-width: 992px) { + .modal-lg, + .modal-xl { + max-width: 800px; + } +} + +@media (min-width: 1200px) { + .modal-xl { + max-width: 1140px; + } +} + +.tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + opacity: 0; +} + +.tooltip.show { + opacity: 0.9; +} + +.tooltip .arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; +} + +.tooltip .arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { + padding: 0.4rem 0; +} + +.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { + bottom: 0; +} + +.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { + top: 0; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; +} + +.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { + padding: 0 0.4rem; +} + +.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { + right: 0; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; +} + +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { + padding: 0.4rem 0; +} + +.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { + top: 0; +} + +.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { + bottom: 0; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; +} + +.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { + padding: 0 0.4rem; +} + +.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { + left: 0; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; +} + +.tooltip-inner { + max-width: 200px; + padding: 0.25rem 0.5rem; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 0.25rem; +} + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: block; + max-width: 276px; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; +} + +.popover .arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; + margin: 0 0.3rem; +} + +.popover .arrow::before, .popover .arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-popover-top, .bs-popover-auto[x-placement^="top"] { + margin-bottom: 0.5rem; +} + +.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow { + bottom: calc((0.5rem + 1px) * -1); +} + +.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; +} + +.bs-popover-right, .bs-popover-auto[x-placement^="right"] { + margin-left: 0.5rem; +} + +.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow { + left: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; +} + +.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; +} + +.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { + margin-top: 0.5rem; +} + +.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow { + top: calc((0.5rem + 1px) * -1); +} + +.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before { + top: 0; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; +} + +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1rem; + margin-left: -0.5rem; + content: ""; + border-bottom: 1px solid #f7f7f7; +} + +.bs-popover-left, .bs-popover-auto[x-placement^="left"] { + margin-right: 0.5rem; +} + +.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow { + right: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; +} + +.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; +} + +.popover-header { + padding: 0.5rem 0.75rem; + margin-bottom: 0; + font-size: 1rem; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); +} + +.popover-header:empty { + display: none; +} + +.popover-body { + padding: 0.5rem 0.75rem; + color: #212529; +} + +.carousel { + position: relative; +} + +.carousel.pointer-event { + -ms-touch-action: pan-y; + touch-action: pan-y; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} + +.carousel-inner::after { + display: block; + clear: both; + content: ""; +} + +.carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transition: -webkit-transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-item { + transition: none; + } +} + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { + display: block; +} + +.carousel-item-next:not(.carousel-item-left), +.active.carousel-item-right { + -webkit-transform: translateX(100%); + transform: translateX(100%); +} + +.carousel-item-prev:not(.carousel-item-right), +.active.carousel-item-left { + -webkit-transform: translateX(-100%); + transform: translateX(-100%); +} + +.carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + -webkit-transform: none; + transform: none; +} + +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-left, +.carousel-fade .carousel-item-prev.carousel-item-right { + z-index: 1; + opacity: 1; +} + +.carousel-fade .active.carousel-item-left, +.carousel-fade .active.carousel-item-right { + z-index: 0; + opacity: 0; + transition: 0s 0.6s opacity; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-left, + .carousel-fade .active.carousel-item-right { + transition: none; + } +} + +.carousel-control-prev, +.carousel-control-next { + position: absolute; + top: 0; + bottom: 0; + z-index: 1; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + width: 15%; + color: #fff; + text-align: center; + opacity: 0.5; + transition: opacity 0.15s ease; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-control-prev, + .carousel-control-next { + transition: none; + } +} + +.carousel-control-prev:hover, .carousel-control-prev:focus, +.carousel-control-next:hover, +.carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; +} + +.carousel-control-prev { + left: 0; +} + +.carousel-control-next { + right: 0; +} + +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 20px; + height: 20px; + background: no-repeat 50% / 100% 100%; +} + +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); +} + +.carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); +} + +.carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 15; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + padding-left: 0; + margin-right: 15%; + margin-left: 15%; + list-style: none; +} + +.carousel-indicators li { + box-sizing: content-box; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + width: 30px; + height: 3px; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: .5; + transition: opacity 0.6s ease; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-indicators li { + transition: none; + } +} + +.carousel-indicators .active { + opacity: 1; +} + +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; +} + +@-webkit-keyframes spinner-border { + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes spinner-border { + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + border: 0.25em solid currentColor; + border-right-color: transparent; + border-radius: 50%; + -webkit-animation: spinner-border .75s linear infinite; + animation: spinner-border .75s linear infinite; +} + +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; +} + +@-webkit-keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0); + } + 50% { + opacity: 1; + } +} + +@keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0); + } + 50% { + opacity: 1; + } +} + +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + -webkit-animation: spinner-grow .75s linear infinite; + animation: spinner-grow .75s linear infinite; +} + +.spinner-grow-sm { + width: 1rem; + height: 1rem; +} + +.align-baseline { + vertical-align: baseline !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + +.align-text-bottom { + vertical-align: text-bottom !important; +} + +.align-text-top { + vertical-align: text-top !important; +} + +.bg-primary { + background-color: #007bff !important; +} + +a.bg-primary:hover, a.bg-primary:focus, +button.bg-primary:hover, +button.bg-primary:focus { + background-color: #0062cc !important; +} + +.bg-secondary { + background-color: #6c757d !important; +} + +a.bg-secondary:hover, a.bg-secondary:focus, +button.bg-secondary:hover, +button.bg-secondary:focus { + background-color: #545b62 !important; +} + +.bg-success { + background-color: #28a745 !important; +} + +a.bg-success:hover, a.bg-success:focus, +button.bg-success:hover, +button.bg-success:focus { + background-color: #1e7e34 !important; +} + +.bg-info { + background-color: #17a2b8 !important; +} + +a.bg-info:hover, a.bg-info:focus, +button.bg-info:hover, +button.bg-info:focus { + background-color: #117a8b !important; +} + +.bg-warning { + background-color: #ffc107 !important; +} + +a.bg-warning:hover, a.bg-warning:focus, +button.bg-warning:hover, +button.bg-warning:focus { + background-color: #d39e00 !important; +} + +.bg-danger { + background-color: #dc3545 !important; +} + +a.bg-danger:hover, a.bg-danger:focus, +button.bg-danger:hover, +button.bg-danger:focus { + background-color: #bd2130 !important; +} + +.bg-light { + background-color: #f8f9fa !important; +} + +a.bg-light:hover, a.bg-light:focus, +button.bg-light:hover, +button.bg-light:focus { + background-color: #dae0e5 !important; +} + +.bg-dark { + background-color: #343a40 !important; +} + +a.bg-dark:hover, a.bg-dark:focus, +button.bg-dark:hover, +button.bg-dark:focus { + background-color: #1d2124 !important; +} + +.bg-white { + background-color: #fff !important; +} + +.bg-transparent { + background-color: transparent !important; +} + +.border { + border: 1px solid #dee2e6 !important; +} + +.border-top { + border-top: 1px solid #dee2e6 !important; +} + +.border-right { + border-right: 1px solid #dee2e6 !important; +} + +.border-bottom { + border-bottom: 1px solid #dee2e6 !important; +} + +.border-left { + border-left: 1px solid #dee2e6 !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-right-0 { + border-right: 0 !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-left-0 { + border-left: 0 !important; +} + +.border-primary { + border-color: #007bff !important; +} + +.border-secondary { + border-color: #6c757d !important; +} + +.border-success { + border-color: #28a745 !important; +} + +.border-info { + border-color: #17a2b8 !important; +} + +.border-warning { + border-color: #ffc107 !important; +} + +.border-danger { + border-color: #dc3545 !important; +} + +.border-light { + border-color: #f8f9fa !important; +} + +.border-dark { + border-color: #343a40 !important; +} + +.border-white { + border-color: #fff !important; +} + +.rounded-sm { + border-radius: 0.2rem !important; +} + +.rounded { + border-radius: 0.25rem !important; +} + +.rounded-top { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} + +.rounded-right { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} + +.rounded-bottom { + border-bottom-right-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +.rounded-left { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +.rounded-lg { + border-radius: 0.3rem !important; +} + +.rounded-circle { + border-radius: 50% !important; +} + +.rounded-pill { + border-radius: 50rem !important; +} + +.rounded-0 { + border-radius: 0 !important; +} + +.clearfix::after { + display: block; + clear: both; + content: ""; +} + +.d-none { + display: none !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +.d-block { + display: block !important; +} + +.d-table { + display: table !important; +} + +.d-table-row { + display: table-row !important; +} + +.d-table-cell { + display: table-cell !important; +} + +.d-flex { + display: -ms-flexbox !important; + display: flex !important; +} + +.d-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; +} + +@media (min-width: 576px) { + .d-sm-none { + display: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !important; + } + .d-sm-table { + display: table !important; + } + .d-sm-table-row { + display: table-row !important; + } + .d-sm-table-cell { + display: table-cell !important; + } + .d-sm-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-sm-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 768px) { + .d-md-none { + display: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-md-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 992px) { + .d-lg-none { + display: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-lg-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 1200px) { + .d-xl-none { + display: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-xl-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media print { + .d-print-none { + display: none !important; + } + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: -ms-flexbox !important; + display: flex !important; + } + .d-print-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +.embed-responsive { + position: relative; + display: block; + width: 100%; + padding: 0; + overflow: hidden; +} + +.embed-responsive::before { + display: block; + content: ""; +} + +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} + +.embed-responsive-21by9::before { + padding-top: 42.857143%; +} + +.embed-responsive-16by9::before { + padding-top: 56.25%; +} + +.embed-responsive-4by3::before { + padding-top: 75%; +} + +.embed-responsive-1by1::before { + padding-top: 100%; +} + +.flex-row { + -ms-flex-direction: row !important; + flex-direction: row !important; +} + +.flex-column { + -ms-flex-direction: column !important; + flex-direction: column !important; +} + +.flex-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; +} + +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; +} + +.flex-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; +} + +.flex-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; +} + +.flex-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; +} + +.flex-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; +} + +.flex-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; +} + +.justify-content-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; +} + +.justify-content-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; +} + +.justify-content-center { + -ms-flex-pack: center !important; + justify-content: center !important; +} + +.justify-content-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; +} + +.justify-content-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; +} + +.align-items-start { + -ms-flex-align: start !important; + align-items: flex-start !important; +} + +.align-items-end { + -ms-flex-align: end !important; + align-items: flex-end !important; +} + +.align-items-center { + -ms-flex-align: center !important; + align-items: center !important; +} + +.align-items-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; +} + +.align-items-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; +} + +.align-content-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; +} + +.align-content-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; +} + +.align-content-center { + -ms-flex-line-pack: center !important; + align-content: center !important; +} + +.align-content-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; +} + +.align-content-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; +} + +.align-content-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; +} + +.align-self-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; +} + +.align-self-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; +} + +.align-self-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; +} + +.align-self-center { + -ms-flex-item-align: center !important; + align-self: center !important; +} + +.align-self-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; +} + +.align-self-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; +} + +@media (min-width: 576px) { + .flex-sm-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-sm-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-sm-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-sm-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-sm-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-sm-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-sm-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-sm-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-sm-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-sm-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-sm-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-sm-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-sm-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-sm-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-sm-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-sm-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-sm-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-sm-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-sm-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-sm-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-sm-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-sm-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-sm-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-sm-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-sm-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-sm-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-sm-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-sm-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-sm-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-sm-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 768px) { + .flex-md-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-md-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-md-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-md-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-md-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-md-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-md-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-md-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-md-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-md-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-md-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-md-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-md-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-md-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-md-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-md-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-md-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-md-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-md-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-md-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-md-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-md-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-md-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-md-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-md-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-md-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-md-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-md-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-md-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-md-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 992px) { + .flex-lg-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-lg-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-lg-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-lg-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-lg-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-lg-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-lg-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-lg-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-lg-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-lg-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-lg-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-lg-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-lg-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-lg-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-lg-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-lg-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-lg-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-lg-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-lg-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-lg-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-lg-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-lg-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-lg-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-lg-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-lg-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-lg-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-lg-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-lg-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 1200px) { + .flex-xl-row { + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-xl-column { + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-xl-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-xl-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-xl-fill { + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-xl-grow-0 { + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-xl-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-xl-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-xl-center { + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-xl-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-xl-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-xl-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-xl-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-xl-center { + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-xl-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-xl-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-xl-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-xl-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-xl-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-xl-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-xl-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-xl-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-xl-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-xl-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-xl-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-xl-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-xl-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-xl-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +.float-left { + float: left !important; +} + +.float-right { + float: right !important; +} + +.float-none { + float: none !important; +} + +@media (min-width: 576px) { + .float-sm-left { + float: left !important; + } + .float-sm-right { + float: right !important; + } + .float-sm-none { + float: none !important; + } +} + +@media (min-width: 768px) { + .float-md-left { + float: left !important; + } + .float-md-right { + float: right !important; + } + .float-md-none { + float: none !important; + } +} + +@media (min-width: 992px) { + .float-lg-left { + float: left !important; + } + .float-lg-right { + float: right !important; + } + .float-lg-none { + float: none !important; + } +} + +@media (min-width: 1200px) { + .float-xl-left { + float: left !important; + } + .float-xl-right { + float: right !important; + } + .float-xl-none { + float: none !important; + } +} + +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: -webkit-sticky !important; + position: sticky !important; +} + +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +@supports ((position: -webkit-sticky) or (position: sticky)) { + .sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; +} + +.sr-only-focusable:active, .sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + overflow: visible; + clip: auto; + white-space: normal; +} + +.shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} + +.shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} + +.shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.w-25 { + width: 25% !important; +} + +.w-50 { + width: 50% !important; +} + +.w-75 { + width: 75% !important; +} + +.w-100 { + width: 100% !important; +} + +.w-auto { + width: auto !important; +} + +.h-25 { + height: 25% !important; +} + +.h-50 { + height: 50% !important; +} + +.h-75 { + height: 75% !important; +} + +.h-100 { + height: 100% !important; +} + +.h-auto { + height: auto !important; +} + +.mw-100 { + max-width: 100% !important; +} + +.mh-100 { + max-height: 100% !important; +} + +.min-vw-100 { + min-width: 100vw !important; +} + +.min-vh-100 { + min-height: 100vh !important; +} + +.vw-100 { + width: 100vw !important; +} + +.vh-100 { + height: 100vh !important; +} + +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + pointer-events: auto; + content: ""; + background-color: rgba(0, 0, 0, 0); +} + +.m-0 { + margin: 0 !important; +} + +.mt-0, +.my-0 { + margin-top: 0 !important; +} + +.mr-0, +.mx-0 { + margin-right: 0 !important; +} + +.mb-0, +.my-0 { + margin-bottom: 0 !important; +} + +.ml-0, +.mx-0 { + margin-left: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.mt-1, +.my-1 { + margin-top: 0.25rem !important; +} + +.mr-1, +.mx-1 { + margin-right: 0.25rem !important; +} + +.mb-1, +.my-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1, +.mx-1 { + margin-left: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2, +.my-2 { + margin-top: 0.5rem !important; +} + +.mr-2, +.mx-2 { + margin-right: 0.5rem !important; +} + +.mb-2, +.my-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2, +.mx-2 { + margin-left: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.mt-3, +.my-3 { + margin-top: 1rem !important; +} + +.mr-3, +.mx-3 { + margin-right: 1rem !important; +} + +.mb-3, +.my-3 { + margin-bottom: 1rem !important; +} + +.ml-3, +.mx-3 { + margin-left: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.mt-4, +.my-4 { + margin-top: 1.5rem !important; +} + +.mr-4, +.mx-4 { + margin-right: 1.5rem !important; +} + +.mb-4, +.my-4 { + margin-bottom: 1.5rem !important; +} + +.ml-4, +.mx-4 { + margin-left: 1.5rem !important; +} + +.m-5 { + margin: 3rem !important; +} + +.mt-5, +.my-5 { + margin-top: 3rem !important; +} + +.mr-5, +.mx-5 { + margin-right: 3rem !important; +} + +.mb-5, +.my-5 { + margin-bottom: 3rem !important; +} + +.ml-5, +.mx-5 { + margin-left: 3rem !important; +} + +.p-0 { + padding: 0 !important; +} + +.pt-0, +.py-0 { + padding-top: 0 !important; +} + +.pr-0, +.px-0 { + padding-right: 0 !important; +} + +.pb-0, +.py-0 { + padding-bottom: 0 !important; +} + +.pl-0, +.px-0 { + padding-left: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.pt-1, +.py-1 { + padding-top: 0.25rem !important; +} + +.pr-1, +.px-1 { + padding-right: 0.25rem !important; +} + +.pb-1, +.py-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1, +.px-1 { + padding-left: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2, +.py-2 { + padding-top: 0.5rem !important; +} + +.pr-2, +.px-2 { + padding-right: 0.5rem !important; +} + +.pb-2, +.py-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2, +.px-2 { + padding-left: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.pt-3, +.py-3 { + padding-top: 1rem !important; +} + +.pr-3, +.px-3 { + padding-right: 1rem !important; +} + +.pb-3, +.py-3 { + padding-bottom: 1rem !important; +} + +.pl-3, +.px-3 { + padding-left: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.pt-4, +.py-4 { + padding-top: 1.5rem !important; +} + +.pr-4, +.px-4 { + padding-right: 1.5rem !important; +} + +.pb-4, +.py-4 { + padding-bottom: 1.5rem !important; +} + +.pl-4, +.px-4 { + padding-left: 1.5rem !important; +} + +.p-5 { + padding: 3rem !important; +} + +.pt-5, +.py-5 { + padding-top: 3rem !important; +} + +.pr-5, +.px-5 { + padding-right: 3rem !important; +} + +.pb-5, +.py-5 { + padding-bottom: 3rem !important; +} + +.pl-5, +.px-5 { + padding-left: 3rem !important; +} + +.m-n1 { + margin: -0.25rem !important; +} + +.mt-n1, +.my-n1 { + margin-top: -0.25rem !important; +} + +.mr-n1, +.mx-n1 { + margin-right: -0.25rem !important; +} + +.mb-n1, +.my-n1 { + margin-bottom: -0.25rem !important; +} + +.ml-n1, +.mx-n1 { + margin-left: -0.25rem !important; +} + +.m-n2 { + margin: -0.5rem !important; +} + +.mt-n2, +.my-n2 { + margin-top: -0.5rem !important; +} + +.mr-n2, +.mx-n2 { + margin-right: -0.5rem !important; +} + +.mb-n2, +.my-n2 { + margin-bottom: -0.5rem !important; +} + +.ml-n2, +.mx-n2 { + margin-left: -0.5rem !important; +} + +.m-n3 { + margin: -1rem !important; +} + +.mt-n3, +.my-n3 { + margin-top: -1rem !important; +} + +.mr-n3, +.mx-n3 { + margin-right: -1rem !important; +} + +.mb-n3, +.my-n3 { + margin-bottom: -1rem !important; +} + +.ml-n3, +.mx-n3 { + margin-left: -1rem !important; +} + +.m-n4 { + margin: -1.5rem !important; +} + +.mt-n4, +.my-n4 { + margin-top: -1.5rem !important; +} + +.mr-n4, +.mx-n4 { + margin-right: -1.5rem !important; +} + +.mb-n4, +.my-n4 { + margin-bottom: -1.5rem !important; +} + +.ml-n4, +.mx-n4 { + margin-left: -1.5rem !important; +} + +.m-n5 { + margin: -3rem !important; +} + +.mt-n5, +.my-n5 { + margin-top: -3rem !important; +} + +.mr-n5, +.mx-n5 { + margin-right: -3rem !important; +} + +.mb-n5, +.my-n5 { + margin-bottom: -3rem !important; +} + +.ml-n5, +.mx-n5 { + margin-left: -3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-auto, +.my-auto { + margin-top: auto !important; +} + +.mr-auto, +.mx-auto { + margin-right: auto !important; +} + +.mb-auto, +.my-auto { + margin-bottom: auto !important; +} + +.ml-auto, +.mx-auto { + margin-left: auto !important; +} + +@media (min-width: 576px) { + .m-sm-0 { + margin: 0 !important; + } + .mt-sm-0, + .my-sm-0 { + margin-top: 0 !important; + } + .mr-sm-0, + .mx-sm-0 { + margin-right: 0 !important; + } + .mb-sm-0, + .my-sm-0 { + margin-bottom: 0 !important; + } + .ml-sm-0, + .mx-sm-0 { + margin-left: 0 !important; + } + .m-sm-1 { + margin: 0.25rem !important; + } + .mt-sm-1, + .my-sm-1 { + margin-top: 0.25rem !important; + } + .mr-sm-1, + .mx-sm-1 { + margin-right: 0.25rem !important; + } + .mb-sm-1, + .my-sm-1 { + margin-bottom: 0.25rem !important; + } + .ml-sm-1, + .mx-sm-1 { + margin-left: 0.25rem !important; + } + .m-sm-2 { + margin: 0.5rem !important; + } + .mt-sm-2, + .my-sm-2 { + margin-top: 0.5rem !important; + } + .mr-sm-2, + .mx-sm-2 { + margin-right: 0.5rem !important; + } + .mb-sm-2, + .my-sm-2 { + margin-bottom: 0.5rem !important; + } + .ml-sm-2, + .mx-sm-2 { + margin-left: 0.5rem !important; + } + .m-sm-3 { + margin: 1rem !important; + } + .mt-sm-3, + .my-sm-3 { + margin-top: 1rem !important; + } + .mr-sm-3, + .mx-sm-3 { + margin-right: 1rem !important; + } + .mb-sm-3, + .my-sm-3 { + margin-bottom: 1rem !important; + } + .ml-sm-3, + .mx-sm-3 { + margin-left: 1rem !important; + } + .m-sm-4 { + margin: 1.5rem !important; + } + .mt-sm-4, + .my-sm-4 { + margin-top: 1.5rem !important; + } + .mr-sm-4, + .mx-sm-4 { + margin-right: 1.5rem !important; + } + .mb-sm-4, + .my-sm-4 { + margin-bottom: 1.5rem !important; + } + .ml-sm-4, + .mx-sm-4 { + margin-left: 1.5rem !important; + } + .m-sm-5 { + margin: 3rem !important; + } + .mt-sm-5, + .my-sm-5 { + margin-top: 3rem !important; + } + .mr-sm-5, + .mx-sm-5 { + margin-right: 3rem !important; + } + .mb-sm-5, + .my-sm-5 { + margin-bottom: 3rem !important; + } + .ml-sm-5, + .mx-sm-5 { + margin-left: 3rem !important; + } + .p-sm-0 { + padding: 0 !important; + } + .pt-sm-0, + .py-sm-0 { + padding-top: 0 !important; + } + .pr-sm-0, + .px-sm-0 { + padding-right: 0 !important; + } + .pb-sm-0, + .py-sm-0 { + padding-bottom: 0 !important; + } + .pl-sm-0, + .px-sm-0 { + padding-left: 0 !important; + } + .p-sm-1 { + padding: 0.25rem !important; + } + .pt-sm-1, + .py-sm-1 { + padding-top: 0.25rem !important; + } + .pr-sm-1, + .px-sm-1 { + padding-right: 0.25rem !important; + } + .pb-sm-1, + .py-sm-1 { + padding-bottom: 0.25rem !important; + } + .pl-sm-1, + .px-sm-1 { + padding-left: 0.25rem !important; + } + .p-sm-2 { + padding: 0.5rem !important; + } + .pt-sm-2, + .py-sm-2 { + padding-top: 0.5rem !important; + } + .pr-sm-2, + .px-sm-2 { + padding-right: 0.5rem !important; + } + .pb-sm-2, + .py-sm-2 { + padding-bottom: 0.5rem !important; + } + .pl-sm-2, + .px-sm-2 { + padding-left: 0.5rem !important; + } + .p-sm-3 { + padding: 1rem !important; + } + .pt-sm-3, + .py-sm-3 { + padding-top: 1rem !important; + } + .pr-sm-3, + .px-sm-3 { + padding-right: 1rem !important; + } + .pb-sm-3, + .py-sm-3 { + padding-bottom: 1rem !important; + } + .pl-sm-3, + .px-sm-3 { + padding-left: 1rem !important; + } + .p-sm-4 { + padding: 1.5rem !important; + } + .pt-sm-4, + .py-sm-4 { + padding-top: 1.5rem !important; + } + .pr-sm-4, + .px-sm-4 { + padding-right: 1.5rem !important; + } + .pb-sm-4, + .py-sm-4 { + padding-bottom: 1.5rem !important; + } + .pl-sm-4, + .px-sm-4 { + padding-left: 1.5rem !important; + } + .p-sm-5 { + padding: 3rem !important; + } + .pt-sm-5, + .py-sm-5 { + padding-top: 3rem !important; + } + .pr-sm-5, + .px-sm-5 { + padding-right: 3rem !important; + } + .pb-sm-5, + .py-sm-5 { + padding-bottom: 3rem !important; + } + .pl-sm-5, + .px-sm-5 { + padding-left: 3rem !important; + } + .m-sm-n1 { + margin: -0.25rem !important; + } + .mt-sm-n1, + .my-sm-n1 { + margin-top: -0.25rem !important; + } + .mr-sm-n1, + .mx-sm-n1 { + margin-right: -0.25rem !important; + } + .mb-sm-n1, + .my-sm-n1 { + margin-bottom: -0.25rem !important; + } + .ml-sm-n1, + .mx-sm-n1 { + margin-left: -0.25rem !important; + } + .m-sm-n2 { + margin: -0.5rem !important; + } + .mt-sm-n2, + .my-sm-n2 { + margin-top: -0.5rem !important; + } + .mr-sm-n2, + .mx-sm-n2 { + margin-right: -0.5rem !important; + } + .mb-sm-n2, + .my-sm-n2 { + margin-bottom: -0.5rem !important; + } + .ml-sm-n2, + .mx-sm-n2 { + margin-left: -0.5rem !important; + } + .m-sm-n3 { + margin: -1rem !important; + } + .mt-sm-n3, + .my-sm-n3 { + margin-top: -1rem !important; + } + .mr-sm-n3, + .mx-sm-n3 { + margin-right: -1rem !important; + } + .mb-sm-n3, + .my-sm-n3 { + margin-bottom: -1rem !important; + } + .ml-sm-n3, + .mx-sm-n3 { + margin-left: -1rem !important; + } + .m-sm-n4 { + margin: -1.5rem !important; + } + .mt-sm-n4, + .my-sm-n4 { + margin-top: -1.5rem !important; + } + .mr-sm-n4, + .mx-sm-n4 { + margin-right: -1.5rem !important; + } + .mb-sm-n4, + .my-sm-n4 { + margin-bottom: -1.5rem !important; + } + .ml-sm-n4, + .mx-sm-n4 { + margin-left: -1.5rem !important; + } + .m-sm-n5 { + margin: -3rem !important; + } + .mt-sm-n5, + .my-sm-n5 { + margin-top: -3rem !important; + } + .mr-sm-n5, + .mx-sm-n5 { + margin-right: -3rem !important; + } + .mb-sm-n5, + .my-sm-n5 { + margin-bottom: -3rem !important; + } + .ml-sm-n5, + .mx-sm-n5 { + margin-left: -3rem !important; + } + .m-sm-auto { + margin: auto !important; + } + .mt-sm-auto, + .my-sm-auto { + margin-top: auto !important; + } + .mr-sm-auto, + .mx-sm-auto { + margin-right: auto !important; + } + .mb-sm-auto, + .my-sm-auto { + margin-bottom: auto !important; + } + .ml-sm-auto, + .mx-sm-auto { + margin-left: auto !important; + } +} + +@media (min-width: 768px) { + .m-md-0 { + margin: 0 !important; + } + .mt-md-0, + .my-md-0 { + margin-top: 0 !important; + } + .mr-md-0, + .mx-md-0 { + margin-right: 0 !important; + } + .mb-md-0, + .my-md-0 { + margin-bottom: 0 !important; + } + .ml-md-0, + .mx-md-0 { + margin-left: 0 !important; + } + .m-md-1 { + margin: 0.25rem !important; + } + .mt-md-1, + .my-md-1 { + margin-top: 0.25rem !important; + } + .mr-md-1, + .mx-md-1 { + margin-right: 0.25rem !important; + } + .mb-md-1, + .my-md-1 { + margin-bottom: 0.25rem !important; + } + .ml-md-1, + .mx-md-1 { + margin-left: 0.25rem !important; + } + .m-md-2 { + margin: 0.5rem !important; + } + .mt-md-2, + .my-md-2 { + margin-top: 0.5rem !important; + } + .mr-md-2, + .mx-md-2 { + margin-right: 0.5rem !important; + } + .mb-md-2, + .my-md-2 { + margin-bottom: 0.5rem !important; + } + .ml-md-2, + .mx-md-2 { + margin-left: 0.5rem !important; + } + .m-md-3 { + margin: 1rem !important; + } + .mt-md-3, + .my-md-3 { + margin-top: 1rem !important; + } + .mr-md-3, + .mx-md-3 { + margin-right: 1rem !important; + } + .mb-md-3, + .my-md-3 { + margin-bottom: 1rem !important; + } + .ml-md-3, + .mx-md-3 { + margin-left: 1rem !important; + } + .m-md-4 { + margin: 1.5rem !important; + } + .mt-md-4, + .my-md-4 { + margin-top: 1.5rem !important; + } + .mr-md-4, + .mx-md-4 { + margin-right: 1.5rem !important; + } + .mb-md-4, + .my-md-4 { + margin-bottom: 1.5rem !important; + } + .ml-md-4, + .mx-md-4 { + margin-left: 1.5rem !important; + } + .m-md-5 { + margin: 3rem !important; + } + .mt-md-5, + .my-md-5 { + margin-top: 3rem !important; + } + .mr-md-5, + .mx-md-5 { + margin-right: 3rem !important; + } + .mb-md-5, + .my-md-5 { + margin-bottom: 3rem !important; + } + .ml-md-5, + .mx-md-5 { + margin-left: 3rem !important; + } + .p-md-0 { + padding: 0 !important; + } + .pt-md-0, + .py-md-0 { + padding-top: 0 !important; + } + .pr-md-0, + .px-md-0 { + padding-right: 0 !important; + } + .pb-md-0, + .py-md-0 { + padding-bottom: 0 !important; + } + .pl-md-0, + .px-md-0 { + padding-left: 0 !important; + } + .p-md-1 { + padding: 0.25rem !important; + } + .pt-md-1, + .py-md-1 { + padding-top: 0.25rem !important; + } + .pr-md-1, + .px-md-1 { + padding-right: 0.25rem !important; + } + .pb-md-1, + .py-md-1 { + padding-bottom: 0.25rem !important; + } + .pl-md-1, + .px-md-1 { + padding-left: 0.25rem !important; + } + .p-md-2 { + padding: 0.5rem !important; + } + .pt-md-2, + .py-md-2 { + padding-top: 0.5rem !important; + } + .pr-md-2, + .px-md-2 { + padding-right: 0.5rem !important; + } + .pb-md-2, + .py-md-2 { + padding-bottom: 0.5rem !important; + } + .pl-md-2, + .px-md-2 { + padding-left: 0.5rem !important; + } + .p-md-3 { + padding: 1rem !important; + } + .pt-md-3, + .py-md-3 { + padding-top: 1rem !important; + } + .pr-md-3, + .px-md-3 { + padding-right: 1rem !important; + } + .pb-md-3, + .py-md-3 { + padding-bottom: 1rem !important; + } + .pl-md-3, + .px-md-3 { + padding-left: 1rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .pt-md-4, + .py-md-4 { + padding-top: 1.5rem !important; + } + .pr-md-4, + .px-md-4 { + padding-right: 1.5rem !important; + } + .pb-md-4, + .py-md-4 { + padding-bottom: 1.5rem !important; + } + .pl-md-4, + .px-md-4 { + padding-left: 1.5rem !important; + } + .p-md-5 { + padding: 3rem !important; + } + .pt-md-5, + .py-md-5 { + padding-top: 3rem !important; + } + .pr-md-5, + .px-md-5 { + padding-right: 3rem !important; + } + .pb-md-5, + .py-md-5 { + padding-bottom: 3rem !important; + } + .pl-md-5, + .px-md-5 { + padding-left: 3rem !important; + } + .m-md-n1 { + margin: -0.25rem !important; + } + .mt-md-n1, + .my-md-n1 { + margin-top: -0.25rem !important; + } + .mr-md-n1, + .mx-md-n1 { + margin-right: -0.25rem !important; + } + .mb-md-n1, + .my-md-n1 { + margin-bottom: -0.25rem !important; + } + .ml-md-n1, + .mx-md-n1 { + margin-left: -0.25rem !important; + } + .m-md-n2 { + margin: -0.5rem !important; + } + .mt-md-n2, + .my-md-n2 { + margin-top: -0.5rem !important; + } + .mr-md-n2, + .mx-md-n2 { + margin-right: -0.5rem !important; + } + .mb-md-n2, + .my-md-n2 { + margin-bottom: -0.5rem !important; + } + .ml-md-n2, + .mx-md-n2 { + margin-left: -0.5rem !important; + } + .m-md-n3 { + margin: -1rem !important; + } + .mt-md-n3, + .my-md-n3 { + margin-top: -1rem !important; + } + .mr-md-n3, + .mx-md-n3 { + margin-right: -1rem !important; + } + .mb-md-n3, + .my-md-n3 { + margin-bottom: -1rem !important; + } + .ml-md-n3, + .mx-md-n3 { + margin-left: -1rem !important; + } + .m-md-n4 { + margin: -1.5rem !important; + } + .mt-md-n4, + .my-md-n4 { + margin-top: -1.5rem !important; + } + .mr-md-n4, + .mx-md-n4 { + margin-right: -1.5rem !important; + } + .mb-md-n4, + .my-md-n4 { + margin-bottom: -1.5rem !important; + } + .ml-md-n4, + .mx-md-n4 { + margin-left: -1.5rem !important; + } + .m-md-n5 { + margin: -3rem !important; + } + .mt-md-n5, + .my-md-n5 { + margin-top: -3rem !important; + } + .mr-md-n5, + .mx-md-n5 { + margin-right: -3rem !important; + } + .mb-md-n5, + .my-md-n5 { + margin-bottom: -3rem !important; + } + .ml-md-n5, + .mx-md-n5 { + margin-left: -3rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mt-md-auto, + .my-md-auto { + margin-top: auto !important; + } + .mr-md-auto, + .mx-md-auto { + margin-right: auto !important; + } + .mb-md-auto, + .my-md-auto { + margin-bottom: auto !important; + } + .ml-md-auto, + .mx-md-auto { + margin-left: auto !important; + } +} + +@media (min-width: 992px) { + .m-lg-0 { + margin: 0 !important; + } + .mt-lg-0, + .my-lg-0 { + margin-top: 0 !important; + } + .mr-lg-0, + .mx-lg-0 { + margin-right: 0 !important; + } + .mb-lg-0, + .my-lg-0 { + margin-bottom: 0 !important; + } + .ml-lg-0, + .mx-lg-0 { + margin-left: 0 !important; + } + .m-lg-1 { + margin: 0.25rem !important; + } + .mt-lg-1, + .my-lg-1 { + margin-top: 0.25rem !important; + } + .mr-lg-1, + .mx-lg-1 { + margin-right: 0.25rem !important; + } + .mb-lg-1, + .my-lg-1 { + margin-bottom: 0.25rem !important; + } + .ml-lg-1, + .mx-lg-1 { + margin-left: 0.25rem !important; + } + .m-lg-2 { + margin: 0.5rem !important; + } + .mt-lg-2, + .my-lg-2 { + margin-top: 0.5rem !important; + } + .mr-lg-2, + .mx-lg-2 { + margin-right: 0.5rem !important; + } + .mb-lg-2, + .my-lg-2 { + margin-bottom: 0.5rem !important; + } + .ml-lg-2, + .mx-lg-2 { + margin-left: 0.5rem !important; + } + .m-lg-3 { + margin: 1rem !important; + } + .mt-lg-3, + .my-lg-3 { + margin-top: 1rem !important; + } + .mr-lg-3, + .mx-lg-3 { + margin-right: 1rem !important; + } + .mb-lg-3, + .my-lg-3 { + margin-bottom: 1rem !important; + } + .ml-lg-3, + .mx-lg-3 { + margin-left: 1rem !important; + } + .m-lg-4 { + margin: 1.5rem !important; + } + .mt-lg-4, + .my-lg-4 { + margin-top: 1.5rem !important; + } + .mr-lg-4, + .mx-lg-4 { + margin-right: 1.5rem !important; + } + .mb-lg-4, + .my-lg-4 { + margin-bottom: 1.5rem !important; + } + .ml-lg-4, + .mx-lg-4 { + margin-left: 1.5rem !important; + } + .m-lg-5 { + margin: 3rem !important; + } + .mt-lg-5, + .my-lg-5 { + margin-top: 3rem !important; + } + .mr-lg-5, + .mx-lg-5 { + margin-right: 3rem !important; + } + .mb-lg-5, + .my-lg-5 { + margin-bottom: 3rem !important; + } + .ml-lg-5, + .mx-lg-5 { + margin-left: 3rem !important; + } + .p-lg-0 { + padding: 0 !important; + } + .pt-lg-0, + .py-lg-0 { + padding-top: 0 !important; + } + .pr-lg-0, + .px-lg-0 { + padding-right: 0 !important; + } + .pb-lg-0, + .py-lg-0 { + padding-bottom: 0 !important; + } + .pl-lg-0, + .px-lg-0 { + padding-left: 0 !important; + } + .p-lg-1 { + padding: 0.25rem !important; + } + .pt-lg-1, + .py-lg-1 { + padding-top: 0.25rem !important; + } + .pr-lg-1, + .px-lg-1 { + padding-right: 0.25rem !important; + } + .pb-lg-1, + .py-lg-1 { + padding-bottom: 0.25rem !important; + } + .pl-lg-1, + .px-lg-1 { + padding-left: 0.25rem !important; + } + .p-lg-2 { + padding: 0.5rem !important; + } + .pt-lg-2, + .py-lg-2 { + padding-top: 0.5rem !important; + } + .pr-lg-2, + .px-lg-2 { + padding-right: 0.5rem !important; + } + .pb-lg-2, + .py-lg-2 { + padding-bottom: 0.5rem !important; + } + .pl-lg-2, + .px-lg-2 { + padding-left: 0.5rem !important; + } + .p-lg-3 { + padding: 1rem !important; + } + .pt-lg-3, + .py-lg-3 { + padding-top: 1rem !important; + } + .pr-lg-3, + .px-lg-3 { + padding-right: 1rem !important; + } + .pb-lg-3, + .py-lg-3 { + padding-bottom: 1rem !important; + } + .pl-lg-3, + .px-lg-3 { + padding-left: 1rem !important; + } + .p-lg-4 { + padding: 1.5rem !important; + } + .pt-lg-4, + .py-lg-4 { + padding-top: 1.5rem !important; + } + .pr-lg-4, + .px-lg-4 { + padding-right: 1.5rem !important; + } + .pb-lg-4, + .py-lg-4 { + padding-bottom: 1.5rem !important; + } + .pl-lg-4, + .px-lg-4 { + padding-left: 1.5rem !important; + } + .p-lg-5 { + padding: 3rem !important; + } + .pt-lg-5, + .py-lg-5 { + padding-top: 3rem !important; + } + .pr-lg-5, + .px-lg-5 { + padding-right: 3rem !important; + } + .pb-lg-5, + .py-lg-5 { + padding-bottom: 3rem !important; + } + .pl-lg-5, + .px-lg-5 { + padding-left: 3rem !important; + } + .m-lg-n1 { + margin: -0.25rem !important; + } + .mt-lg-n1, + .my-lg-n1 { + margin-top: -0.25rem !important; + } + .mr-lg-n1, + .mx-lg-n1 { + margin-right: -0.25rem !important; + } + .mb-lg-n1, + .my-lg-n1 { + margin-bottom: -0.25rem !important; + } + .ml-lg-n1, + .mx-lg-n1 { + margin-left: -0.25rem !important; + } + .m-lg-n2 { + margin: -0.5rem !important; + } + .mt-lg-n2, + .my-lg-n2 { + margin-top: -0.5rem !important; + } + .mr-lg-n2, + .mx-lg-n2 { + margin-right: -0.5rem !important; + } + .mb-lg-n2, + .my-lg-n2 { + margin-bottom: -0.5rem !important; + } + .ml-lg-n2, + .mx-lg-n2 { + margin-left: -0.5rem !important; + } + .m-lg-n3 { + margin: -1rem !important; + } + .mt-lg-n3, + .my-lg-n3 { + margin-top: -1rem !important; + } + .mr-lg-n3, + .mx-lg-n3 { + margin-right: -1rem !important; + } + .mb-lg-n3, + .my-lg-n3 { + margin-bottom: -1rem !important; + } + .ml-lg-n3, + .mx-lg-n3 { + margin-left: -1rem !important; + } + .m-lg-n4 { + margin: -1.5rem !important; + } + .mt-lg-n4, + .my-lg-n4 { + margin-top: -1.5rem !important; + } + .mr-lg-n4, + .mx-lg-n4 { + margin-right: -1.5rem !important; + } + .mb-lg-n4, + .my-lg-n4 { + margin-bottom: -1.5rem !important; + } + .ml-lg-n4, + .mx-lg-n4 { + margin-left: -1.5rem !important; + } + .m-lg-n5 { + margin: -3rem !important; + } + .mt-lg-n5, + .my-lg-n5 { + margin-top: -3rem !important; + } + .mr-lg-n5, + .mx-lg-n5 { + margin-right: -3rem !important; + } + .mb-lg-n5, + .my-lg-n5 { + margin-bottom: -3rem !important; + } + .ml-lg-n5, + .mx-lg-n5 { + margin-left: -3rem !important; + } + .m-lg-auto { + margin: auto !important; + } + .mt-lg-auto, + .my-lg-auto { + margin-top: auto !important; + } + .mr-lg-auto, + .mx-lg-auto { + margin-right: auto !important; + } + .mb-lg-auto, + .my-lg-auto { + margin-bottom: auto !important; + } + .ml-lg-auto, + .mx-lg-auto { + margin-left: auto !important; + } +} + +@media (min-width: 1200px) { + .m-xl-0 { + margin: 0 !important; + } + .mt-xl-0, + .my-xl-0 { + margin-top: 0 !important; + } + .mr-xl-0, + .mx-xl-0 { + margin-right: 0 !important; + } + .mb-xl-0, + .my-xl-0 { + margin-bottom: 0 !important; + } + .ml-xl-0, + .mx-xl-0 { + margin-left: 0 !important; + } + .m-xl-1 { + margin: 0.25rem !important; + } + .mt-xl-1, + .my-xl-1 { + margin-top: 0.25rem !important; + } + .mr-xl-1, + .mx-xl-1 { + margin-right: 0.25rem !important; + } + .mb-xl-1, + .my-xl-1 { + margin-bottom: 0.25rem !important; + } + .ml-xl-1, + .mx-xl-1 { + margin-left: 0.25rem !important; + } + .m-xl-2 { + margin: 0.5rem !important; + } + .mt-xl-2, + .my-xl-2 { + margin-top: 0.5rem !important; + } + .mr-xl-2, + .mx-xl-2 { + margin-right: 0.5rem !important; + } + .mb-xl-2, + .my-xl-2 { + margin-bottom: 0.5rem !important; + } + .ml-xl-2, + .mx-xl-2 { + margin-left: 0.5rem !important; + } + .m-xl-3 { + margin: 1rem !important; + } + .mt-xl-3, + .my-xl-3 { + margin-top: 1rem !important; + } + .mr-xl-3, + .mx-xl-3 { + margin-right: 1rem !important; + } + .mb-xl-3, + .my-xl-3 { + margin-bottom: 1rem !important; + } + .ml-xl-3, + .mx-xl-3 { + margin-left: 1rem !important; + } + .m-xl-4 { + margin: 1.5rem !important; + } + .mt-xl-4, + .my-xl-4 { + margin-top: 1.5rem !important; + } + .mr-xl-4, + .mx-xl-4 { + margin-right: 1.5rem !important; + } + .mb-xl-4, + .my-xl-4 { + margin-bottom: 1.5rem !important; + } + .ml-xl-4, + .mx-xl-4 { + margin-left: 1.5rem !important; + } + .m-xl-5 { + margin: 3rem !important; + } + .mt-xl-5, + .my-xl-5 { + margin-top: 3rem !important; + } + .mr-xl-5, + .mx-xl-5 { + margin-right: 3rem !important; + } + .mb-xl-5, + .my-xl-5 { + margin-bottom: 3rem !important; + } + .ml-xl-5, + .mx-xl-5 { + margin-left: 3rem !important; + } + .p-xl-0 { + padding: 0 !important; + } + .pt-xl-0, + .py-xl-0 { + padding-top: 0 !important; + } + .pr-xl-0, + .px-xl-0 { + padding-right: 0 !important; + } + .pb-xl-0, + .py-xl-0 { + padding-bottom: 0 !important; + } + .pl-xl-0, + .px-xl-0 { + padding-left: 0 !important; + } + .p-xl-1 { + padding: 0.25rem !important; + } + .pt-xl-1, + .py-xl-1 { + padding-top: 0.25rem !important; + } + .pr-xl-1, + .px-xl-1 { + padding-right: 0.25rem !important; + } + .pb-xl-1, + .py-xl-1 { + padding-bottom: 0.25rem !important; + } + .pl-xl-1, + .px-xl-1 { + padding-left: 0.25rem !important; + } + .p-xl-2 { + padding: 0.5rem !important; + } + .pt-xl-2, + .py-xl-2 { + padding-top: 0.5rem !important; + } + .pr-xl-2, + .px-xl-2 { + padding-right: 0.5rem !important; + } + .pb-xl-2, + .py-xl-2 { + padding-bottom: 0.5rem !important; + } + .pl-xl-2, + .px-xl-2 { + padding-left: 0.5rem !important; + } + .p-xl-3 { + padding: 1rem !important; + } + .pt-xl-3, + .py-xl-3 { + padding-top: 1rem !important; + } + .pr-xl-3, + .px-xl-3 { + padding-right: 1rem !important; + } + .pb-xl-3, + .py-xl-3 { + padding-bottom: 1rem !important; + } + .pl-xl-3, + .px-xl-3 { + padding-left: 1rem !important; + } + .p-xl-4 { + padding: 1.5rem !important; + } + .pt-xl-4, + .py-xl-4 { + padding-top: 1.5rem !important; + } + .pr-xl-4, + .px-xl-4 { + padding-right: 1.5rem !important; + } + .pb-xl-4, + .py-xl-4 { + padding-bottom: 1.5rem !important; + } + .pl-xl-4, + .px-xl-4 { + padding-left: 1.5rem !important; + } + .p-xl-5 { + padding: 3rem !important; + } + .pt-xl-5, + .py-xl-5 { + padding-top: 3rem !important; + } + .pr-xl-5, + .px-xl-5 { + padding-right: 3rem !important; + } + .pb-xl-5, + .py-xl-5 { + padding-bottom: 3rem !important; + } + .pl-xl-5, + .px-xl-5 { + padding-left: 3rem !important; + } + .m-xl-n1 { + margin: -0.25rem !important; + } + .mt-xl-n1, + .my-xl-n1 { + margin-top: -0.25rem !important; + } + .mr-xl-n1, + .mx-xl-n1 { + margin-right: -0.25rem !important; + } + .mb-xl-n1, + .my-xl-n1 { + margin-bottom: -0.25rem !important; + } + .ml-xl-n1, + .mx-xl-n1 { + margin-left: -0.25rem !important; + } + .m-xl-n2 { + margin: -0.5rem !important; + } + .mt-xl-n2, + .my-xl-n2 { + margin-top: -0.5rem !important; + } + .mr-xl-n2, + .mx-xl-n2 { + margin-right: -0.5rem !important; + } + .mb-xl-n2, + .my-xl-n2 { + margin-bottom: -0.5rem !important; + } + .ml-xl-n2, + .mx-xl-n2 { + margin-left: -0.5rem !important; + } + .m-xl-n3 { + margin: -1rem !important; + } + .mt-xl-n3, + .my-xl-n3 { + margin-top: -1rem !important; + } + .mr-xl-n3, + .mx-xl-n3 { + margin-right: -1rem !important; + } + .mb-xl-n3, + .my-xl-n3 { + margin-bottom: -1rem !important; + } + .ml-xl-n3, + .mx-xl-n3 { + margin-left: -1rem !important; + } + .m-xl-n4 { + margin: -1.5rem !important; + } + .mt-xl-n4, + .my-xl-n4 { + margin-top: -1.5rem !important; + } + .mr-xl-n4, + .mx-xl-n4 { + margin-right: -1.5rem !important; + } + .mb-xl-n4, + .my-xl-n4 { + margin-bottom: -1.5rem !important; + } + .ml-xl-n4, + .mx-xl-n4 { + margin-left: -1.5rem !important; + } + .m-xl-n5 { + margin: -3rem !important; + } + .mt-xl-n5, + .my-xl-n5 { + margin-top: -3rem !important; + } + .mr-xl-n5, + .mx-xl-n5 { + margin-right: -3rem !important; + } + .mb-xl-n5, + .my-xl-n5 { + margin-bottom: -3rem !important; + } + .ml-xl-n5, + .mx-xl-n5 { + margin-left: -3rem !important; + } + .m-xl-auto { + margin: auto !important; + } + .mt-xl-auto, + .my-xl-auto { + margin-top: auto !important; + } + .mr-xl-auto, + .mx-xl-auto { + margin-right: auto !important; + } + .mb-xl-auto, + .my-xl-auto { + margin-bottom: auto !important; + } + .ml-xl-auto, + .mx-xl-auto { + margin-left: auto !important; + } +} + +.text-monospace { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; +} + +.text-justify { + text-align: justify !important; +} + +.text-wrap { + white-space: normal !important; +} + +.text-nowrap { + white-space: nowrap !important; +} + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.text-left { + text-align: left !important; +} + +.text-right { + text-align: right !important; +} + +.text-center { + text-align: center !important; +} + +@media (min-width: 576px) { + .text-sm-left { + text-align: left !important; + } + .text-sm-right { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } +} + +@media (min-width: 768px) { + .text-md-left { + text-align: left !important; + } + .text-md-right { + text-align: right !important; + } + .text-md-center { + text-align: center !important; + } +} + +@media (min-width: 992px) { + .text-lg-left { + text-align: left !important; + } + .text-lg-right { + text-align: right !important; + } + .text-lg-center { + text-align: center !important; + } +} + +@media (min-width: 1200px) { + .text-xl-left { + text-align: left !important; + } + .text-xl-right { + text-align: right !important; + } + .text-xl-center { + text-align: center !important; + } +} + +.text-lowercase { + text-transform: lowercase !important; +} + +.text-uppercase { + text-transform: uppercase !important; +} + +.text-capitalize { + text-transform: capitalize !important; +} + +.font-weight-light { + font-weight: 300 !important; +} + +.font-weight-lighter { + font-weight: lighter !important; +} + +.font-weight-normal { + font-weight: 400 !important; +} + +.font-weight-bold { + font-weight: 700 !important; +} + +.font-weight-bolder { + font-weight: bolder !important; +} + +.font-italic { + font-style: italic !important; +} + +.text-white { + color: #fff !important; +} + +.text-primary { + color: #007bff !important; +} + +a.text-primary:hover, a.text-primary:focus { + color: #0056b3 !important; +} + +.text-secondary { + color: #6c757d !important; +} + +a.text-secondary:hover, a.text-secondary:focus { + color: #494f54 !important; +} + +.text-success { + color: #28a745 !important; +} + +a.text-success:hover, a.text-success:focus { + color: #19692c !important; +} + +.text-info { + color: #17a2b8 !important; +} + +a.text-info:hover, a.text-info:focus { + color: #0f6674 !important; +} + +.text-warning { + color: #ffc107 !important; +} + +a.text-warning:hover, a.text-warning:focus { + color: #ba8b00 !important; +} + +.text-danger { + color: #dc3545 !important; +} + +a.text-danger:hover, a.text-danger:focus { + color: #a71d2a !important; +} + +.text-light { + color: #f8f9fa !important; +} + +a.text-light:hover, a.text-light:focus { + color: #cbd3da !important; +} + +.text-dark { + color: #343a40 !important; +} + +a.text-dark:hover, a.text-dark:focus { + color: #121416 !important; +} + +.text-body { + color: #212529 !important; +} + +.text-muted { + color: #6c757d !important; +} + +.text-black-50 { + color: rgba(0, 0, 0, 0.5) !important; +} + +.text-white-50 { + color: rgba(255, 255, 255, 0.5) !important; +} + +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +.text-decoration-none { + text-decoration: none !important; +} + +.text-break { + word-break: break-word !important; + overflow-wrap: break-word !important; +} + +.text-reset { + color: inherit !important; +} + +.visible { + visibility: visible !important; +} + +.invisible { + visibility: hidden !important; +} + +@media print { + *, + *::before, + *::after { + text-shadow: none !important; + box-shadow: none !important; + } + a:not(.btn) { + text-decoration: underline; + } + abbr[title]::after { + content: " (" attr(title) ")"; + } + pre { + white-space: pre-wrap !important; + } + pre, + blockquote { + border: 1px solid #adb5bd; + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + @page { + size: a3; + } + body { + min-width: 992px !important; + } + .container { + min-width: 992px !important; + } + .navbar { + display: none; + } + .badge { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table td, + .table th { + background-color: #fff !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #dee2e6 !important; + } + .table-dark { + color: inherit; + } + .table-dark th, + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { + border-color: #dee2e6; + } + .table .thead-dark th { + color: inherit; + border-color: #dee2e6; + } +} +/*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap.css.map b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap.css.map new file mode 100644 index 0000000..7eb1581 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Content/bootstrap.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap.scss","bootstrap.css","../../scss/_root.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/vendor/_rfs.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid-framework.scss","../../scss/_tables.scss","../../scss/mixins/_table-row.scss","../../scss/_functions.scss","../../scss/_forms.scss","../../scss/mixins/_transition.scss","../../scss/mixins/_forms.scss","../../scss/mixins/_gradients.scss","../../scss/_buttons.scss","../../scss/mixins/_buttons.scss","../../scss/_transitions.scss","../../scss/_dropdown.scss","../../scss/mixins/_caret.scss","../../scss/mixins/_nav-divider.scss","../../scss/_button-group.scss","../../scss/_input-group.scss","../../scss/_custom-forms.scss","../../scss/_nav.scss","../../scss/_navbar.scss","../../scss/_card.scss","../../scss/_breadcrumb.scss","../../scss/_pagination.scss","../../scss/mixins/_pagination.scss","../../scss/_badge.scss","../../scss/mixins/_badge.scss","../../scss/_jumbotron.scss","../../scss/_alert.scss","../../scss/mixins/_alert.scss","../../scss/_progress.scss","../../scss/_media.scss","../../scss/_list-group.scss","../../scss/mixins/_list-group.scss","../../scss/_close.scss","../../scss/_toasts.scss","../../scss/_modal.scss","../../scss/_tooltip.scss","../../scss/mixins/_reset-text.scss","../../scss/_popover.scss","../../scss/_carousel.scss","../../scss/mixins/_clearfix.scss","../../scss/_spinners.scss","../../scss/utilities/_align.scss","../../scss/mixins/_background-variant.scss","../../scss/utilities/_background.scss","../../scss/utilities/_borders.scss","../../scss/utilities/_display.scss","../../scss/utilities/_embed.scss","../../scss/utilities/_flex.scss","../../scss/utilities/_float.scss","../../scss/utilities/_overflow.scss","../../scss/utilities/_position.scss","../../scss/utilities/_screenreaders.scss","../../scss/mixins/_screen-reader.scss","../../scss/utilities/_shadows.scss","../../scss/utilities/_sizing.scss","../../scss/utilities/_stretched-link.scss","../../scss/utilities/_spacing.scss","../../scss/utilities/_text.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_text-emphasis.scss","../../scss/mixins/_text-hide.scss","../../scss/utilities/_visibility.scss","../../scss/_print.scss"],"names":[],"mappings":"AAAA;;;;;ECKE;ACLF;EAGI,eAAc;EAAd,iBAAc;EAAd,iBAAc;EAAd,eAAc;EAAd,cAAc;EAAd,iBAAc;EAAd,iBAAc;EAAd,gBAAc;EAAd,eAAc;EAAd,eAAc;EAAd,aAAc;EAAd,eAAc;EAAd,oBAAc;EAId,kBAAc;EAAd,oBAAc;EAAd,kBAAc;EAAd,eAAc;EAAd,kBAAc;EAAd,iBAAc;EAAd,gBAAc;EAAd,eAAc;EAId,kBAAiC;EAAjC,sBAAiC;EAAjC,sBAAiC;EAAjC,sBAAiC;EAAjC,uBAAiC;EAKnC,+MAAyB;EACzB,6GAAwB;ADkB1B;;AEjBA;;;EAGE,sBAAsB;AFoBxB;;AEjBA;EACE,uBAAuB;EACvB,iBAAiB;EACjB,8BAA8B;EAC9B,6CCXa;AH+Bf;;AEdA;EACE,cAAc;AFiBhB;;AEPA;EACE,SAAS;EACT,kMCiOiN;ECjJ7M,eAtCY;EFxChB,gBC0O+B;EDzO/B,gBC8O+B;ED7O/B,cCnCgB;EDoChB,gBAAgB;EAChB,sBC9Ca;AHwDf;;AAEA;EEHE,qBAAqB;AFKvB;;AEIA;EACE,uBAAuB;EACvB,SAAS;EACT,iBAAiB;AFDnB;;AEcA;EACE,aAAa;EACb,qBCgNuC;AH3NzC;;AEkBA;EACE,aAAa;EACb,mBCoF8B;AHnGhC;;AE0BA;;EAEE,0BAA0B;EAC1B,yCAAiC;EAAjC,iCAAiC;EACjC,YAAY;EACZ,gBAAgB;EAChB,sCAA8B;EAA9B,8BAA8B;AFvBhC;;AE0BA;EACE,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;AFvBtB;;AE0BA;;;EAGE,aAAa;EACb,mBAAmB;AFvBrB;;AE0BA;;;;EAIE,gBAAgB;AFvBlB;;AE0BA;EACE,gBCiJ+B;AHxKjC;;AE0BA;EACE,oBAAoB;EACpB,cAAc;AFvBhB;;AE0BA;EACE,gBAAgB;AFvBlB;;AE0BA;;EAEE,mBCoIkC;AH3JpC;;AE0BA;EEpFI,cAAW;AJ8Df;;AE+BA;;EAEE,kBAAkB;EE/FhB,cAAW;EFiGb,cAAc;EACd,wBAAwB;AF5B1B;;AE+BA;EAAM,cAAc;AF3BpB;;AE4BA;EAAM,UAAU;AFxBhB;;AE+BA;EACE,cClJe;EDmJf,qBCX4C;EDY5C,6BAA6B;AF5B/B;;AKhJE;EH+KE,cCd8D;EDe9D,0BCd+C;AHbnD;;AEqCA;EACE,cAAc;EACd,qBAAqB;AFlCvB;;AKtJE;EH2LE,cAAc;EACd,qBAAqB;AFjCzB;;AE2BA;EAUI,UAAU;AFjCd;;AE0CA;;;;EAIE,iGCoDgH;ECzM9G,cAAW;AJ+Gf;;AE0CA;EAEE,aAAa;EAEb,mBAAmB;EAEnB,cAAc;AF1ChB;;AEkDA;EAEE,gBAAgB;AFhDlB;;AEwDA;EACE,sBAAsB;EACtB,kBAAkB;AFrDpB;;AEwDA;EAGE,gBAAgB;EAChB,sBAAsB;AFvDxB;;AE+DA;EACE,yBAAyB;AF5D3B;;AE+DA;EACE,oBC2EkC;ED1ElC,uBC0EkC;EDzElC,cCpQgB;EDqQhB,gBAAgB;EAChB,oBAAoB;AF5DtB;;AE+DA;EAGE,mBAAmB;AF9DrB;;AEsEA;EAEE,qBAAqB;EACrB,qBC4J2C;AHhO7C;;AE0EA;EAEE,gBAAgB;AFxElB;;AE+EA;EACE,mBAAmB;EACnB,0CAA0C;AF5E5C;;AE+EA;;;;;EAKE,SAAS;EACT,oBAAoB;EEtPlB,kBAAW;EFwPb,oBAAoB;AF5EtB;;AE+EA;;EAEE,iBAAiB;AF5EnB;;AE+EA;;EAEE,oBAAoB;AF5EtB;;AEkFA;EACE,iBAAiB;AF/EnB;;AEsFA;;;;EAIE,0BAA0B;AFnF5B;;AEwFE;;;;EAKI,eAAe;AFtFrB;;AE4FA;;;;EAIE,UAAU;EACV,kBAAkB;AFzFpB;;AE4FA;;EAEE,sBAAsB;EACtB,UAAU;AFzFZ;;AE6FA;;;;EASE,2BAA2B;AF/F7B;;AEkGA;EACE,cAAc;EAEd,gBAAgB;AFhGlB;;AEmGA;EAME,YAAY;EAEZ,UAAU;EACV,SAAS;EACT,SAAS;AFtGX;;AE2GA;EACE,cAAc;EACd,WAAW;EACX,eAAe;EACf,UAAU;EACV,oBAAoB;EElShB,iBAtCY;EF0UhB,oBAAoB;EACpB,cAAc;EACd,mBAAmB;AFxGrB;;AE2GA;EACE,wBAAwB;AFxG1B;;AAEA;;EE4GE,YAAY;AFzGd;;AAEA;EE+GE,oBAAoB;EACpB,wBAAwB;AF7G1B;;AAEA;EEmHE,wBAAwB;AFjH1B;;AEyHA;EACE,aAAa;EACb,0BAA0B;AFtH5B;;AE6HA;EACE,qBAAqB;AF1HvB;;AE6HA;EACE,kBAAkB;EAClB,eAAe;AF1HjB;;AE6HA;EACE,aAAa;AF1Hf;;AAEA;EE8HE,wBAAwB;AF5H1B;;AM/VA;;EAEE,qBHiSuC;EG/RvC,gBHiS+B;EGhS/B,gBHiS+B;AHgEjC;;AM7VA;EFgHM,iBAtCY;AJuRlB;;AMhWA;EF+GM,eAtCY;AJ2RlB;;AMnWA;EF8GM,kBAtCY;AJ+RlB;;AMtWA;EF6GM,iBAtCY;AJmSlB;;AMzWA;EF4GM,kBAtCY;AJuSlB;;AM5WA;EF2GM,eAtCY;AJ2SlB;;AM9WA;EFyGM,kBAtCY;EEjEhB,gBHmS+B;AH8EjC;;AM7WA;EFmGM,eAtCY;EE3DhB,gBHsR+B;EGrR/B,gBH6Q+B;AHmGjC;;AM9WA;EF8FM,iBAtCY;EEtDhB,gBHkR+B;EGjR/B,gBHwQ+B;AHyGjC;;AM/WA;EFyFM,iBAtCY;EEjDhB,gBH8Q+B;EG7Q/B,gBHmQ+B;AH+GjC;;AMhXA;EFoFM,iBAtCY;EE5ChB,gBH0Q+B;EGzQ/B,gBH8P+B;AHqHjC;;AE1VA;EIhBE,gBH0EW;EGzEX,mBHyEW;EGxEX,SAAS;EACT,wCHzCa;AHuZf;;AMtWA;;EFMI,cAAW;EEHb,gBHsN+B;AHmJjC;;AMtWA;;EAEE,cH8PgC;EG7PhC,yBHsQmC;AHmGrC;;AMjWA;EC/EE,eAAe;EACf,gBAAgB;APoblB;;AMjWA;ECpFE,eAAe;EACf,gBAAgB;APyblB;;AMnWA;EACE,qBAAqB;ANsWvB;;AMvWA;EAII,oBHgP+B;AHuHnC;;AM7VA;EFjCI,cAAW;EEmCb,yBAAyB;ANgW3B;;AM5VA;EACE,mBHiBW;ECFP,kBAtCY;AJuXlB;;AM5VA;EACE,cAAc;EF7CZ,cAAW;EE+Cb,cH1GgB;AHyclB;;AMlWA;EAMI,qBAAqB;ANgWzB;;AQndA;ECIE,eAAe;EAGf,YAAY;ATidd;;AQldA;EACE,gBL++BwC;EK9+BxC,sBLRa;EKSb,yBLNgB;EOLd,sBPqOgC;EM/NlC,eAAe;EAGf,YAAY;AT0dd;;AQ5cA;EAEE,qBAAqB;AR8cvB;;AQ3cA;EACE,qBAA0B;EAC1B,cAAc;AR8chB;;AQ3cA;EJkCI,cAAW;EIhCb,cL3BgB;AHyelB;;AWrfA;EPuEI,gBAAW;EOrEb,cRoCe;EQnCf,sBAAsB;AXwfxB;;AWrfE;EACE,cAAc;AXwflB;;AWnfA;EACE,sBRikCuC;ECvgCrC,gBAAW;EOxDb,WRTa;EQUb,yBRDgB;EOXd,qBPuO+B;AH4RnC;;AW3fA;EASI,UAAU;EPkDV,eAAW;EOhDX,gBRoQ6B;AHkPjC;;AE7SA;ESlME,cAAc;EPyCZ,gBAAW;EOvCb,cRjBgB;AHogBlB;;AWtfA;EP0CI,kBAAW;EOlCX,cAAc;EACd,kBAAkB;AXmftB;;AW9eA;EACE,iBRwiCuC;EQviCvC,kBAAkB;AXifpB;;AY1hBE;ECAA,WAAW;EACX,mBAA0B;EAC1B,kBAAyB;EACzB,kBAAkB;EAClB,iBAAiB;Ab8hBnB;;Ac3eI;EFvDF;ICYI,gBV8LK;EH6VT;AACF;;AcjfI;EFvDF;ICYI,gBV+LK;EHkWT;AACF;;AcvfI;EFvDF;ICYI,gBVgMK;EHuWT;AACF;;Ac7fI;EFvDF;ICYI,iBViMM;EH4WV;AACF;;AY9iBE;ECZA,WAAW;EACX,mBAA0B;EAC1B,kBAAyB;EACzB,kBAAkB;EAClB,iBAAiB;Ab8jBnB;;AY5iBE;ECJA,oBAAa;EAAb,aAAa;EACb,mBAAe;EAAf,eAAe;EACf,mBAA0B;EAC1B,kBAAyB;AbojB3B;;AY7iBE;EACE,eAAe;EACf,cAAc;AZgjBlB;;AYljBE;;EAMI,gBAAgB;EAChB,eAAe;AZijBrB;;AellBE;;;;;;EACE,kBAAkB;EAClB,WAAW;EACX,mBAA0B;EAC1B,kBAAyB;Af0lB7B;;AevkBM;EACE,0BAAa;EAAb,aAAa;EACb,oBAAY;EAAZ,YAAY;EACZ,eAAe;Af0kBvB;;AexkBM;EACE,kBAAc;EAAd,cAAc;EACd,WAAW;EACX,eAAe;Af2kBvB;;AevkBQ;EFFN,uBAAsC;EAAtC,mBAAsC;EAItC,oBAAuC;Ab0kBzC;;Ae5kBQ;EFFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;Ab+kBzC;;AejlBQ;EFFN,iBAAsC;EAAtC,aAAsC;EAItC,cAAuC;AbolBzC;;AetlBQ;EFFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AbylBzC;;Ae3lBQ;EFFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;Ab8lBzC;;AehmBQ;EFFN,iBAAsC;EAAtC,aAAsC;EAItC,cAAuC;AbmmBzC;;AermBQ;EFFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AbwmBzC;;Ae1mBQ;EFFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;Ab6mBzC;;Ae/mBQ;EFFN,iBAAsC;EAAtC,aAAsC;EAItC,cAAuC;AbknBzC;;AepnBQ;EFFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;AbunBzC;;AeznBQ;EFFN,wBAAsC;EAAtC,oBAAsC;EAItC,qBAAuC;Ab4nBzC;;Ae9nBQ;EFFN,kBAAsC;EAAtC,cAAsC;EAItC,eAAuC;AbioBzC;;Ae9nBM;EAAwB,kBAAS;EAAT,SAAS;AfkoBvC;;AehoBM;EAAuB,kBZ2KG;EY3KH,SZ2KG;AHydhC;;AejoBQ;EAAwB,iBADZ;EACY,QADZ;AfsoBpB;;AeroBQ;EAAwB,iBADZ;EACY,QADZ;Af0oBpB;;AezoBQ;EAAwB,iBADZ;EACY,QADZ;Af8oBpB;;Ae7oBQ;EAAwB,iBADZ;EACY,QADZ;AfkpBpB;;AejpBQ;EAAwB,iBADZ;EACY,QADZ;AfspBpB;;AerpBQ;EAAwB,iBADZ;EACY,QADZ;Af0pBpB;;AezpBQ;EAAwB,iBADZ;EACY,QADZ;Af8pBpB;;Ae7pBQ;EAAwB,iBADZ;EACY,QADZ;AfkqBpB;;AejqBQ;EAAwB,iBADZ;EACY,QADZ;AfsqBpB;;AerqBQ;EAAwB,iBADZ;EACY,QADZ;Af0qBpB;;AezqBQ;EAAwB,kBADZ;EACY,SADZ;Af8qBpB;;Ae7qBQ;EAAwB,kBADZ;EACY,SADZ;AfkrBpB;;AejrBQ;EAAwB,kBADZ;EACY,SADZ;AfsrBpB;;Ae/qBU;EFTR,sBAA8C;Ab4rBhD;;AenrBU;EFTR,uBAA8C;AbgsBhD;;AevrBU;EFTR,gBAA8C;AbosBhD;;Ae3rBU;EFTR,uBAA8C;AbwsBhD;;Ae/rBU;EFTR,uBAA8C;Ab4sBhD;;AensBU;EFTR,gBAA8C;AbgtBhD;;AevsBU;EFTR,uBAA8C;AbotBhD;;Ae3sBU;EFTR,uBAA8C;AbwtBhD;;Ae/sBU;EFTR,gBAA8C;Ab4tBhD;;AentBU;EFTR,uBAA8C;AbguBhD;;AevtBU;EFTR,uBAA8C;AbouBhD;;AcztBI;EC9BE;IACE,0BAAa;IAAb,aAAa;IACb,oBAAY;IAAZ,YAAY;IACZ,eAAe;Ef2vBrB;EezvBI;IACE,kBAAc;IAAd,cAAc;IACd,WAAW;IACX,eAAe;Ef2vBrB;EevvBM;IFFN,uBAAsC;IAAtC,mBAAsC;IAItC,oBAAuC;EbyvBvC;Ee3vBM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb6vBvC;Ee/vBM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EbiwBvC;EenwBM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbqwBvC;EevwBM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbywBvC;Ee3wBM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;Eb6wBvC;Ee/wBM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbixBvC;EenxBM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbqxBvC;EevxBM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EbyxBvC;Ee3xBM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb6xBvC;Ee/xBM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbiyBvC;EenyBM;IFFN,kBAAsC;IAAtC,cAAsC;IAItC,eAAuC;EbqyBvC;EelyBI;IAAwB,kBAAS;IAAT,SAAS;EfqyBrC;EenyBI;IAAuB,kBZ2KG;IY3KH,SZ2KG;EH2nB9B;EenyBM;IAAwB,iBADZ;IACY,QADZ;EfuyBlB;EetyBM;IAAwB,iBADZ;IACY,QADZ;Ef0yBlB;EezyBM;IAAwB,iBADZ;IACY,QADZ;Ef6yBlB;Ee5yBM;IAAwB,iBADZ;IACY,QADZ;EfgzBlB;Ee/yBM;IAAwB,iBADZ;IACY,QADZ;EfmzBlB;EelzBM;IAAwB,iBADZ;IACY,QADZ;EfszBlB;EerzBM;IAAwB,iBADZ;IACY,QADZ;EfyzBlB;EexzBM;IAAwB,iBADZ;IACY,QADZ;Ef4zBlB;Ee3zBM;IAAwB,iBADZ;IACY,QADZ;Ef+zBlB;Ee9zBM;IAAwB,iBADZ;IACY,QADZ;Efk0BlB;Eej0BM;IAAwB,kBADZ;IACY,SADZ;Efq0BlB;Eep0BM;IAAwB,kBADZ;IACY,SADZ;Efw0BlB;Eev0BM;IAAwB,kBADZ;IACY,SADZ;Ef20BlB;Eep0BQ;IFTR,cAA4B;Ebg1B5B;Eev0BQ;IFTR,sBAA8C;Ebm1B9C;Ee10BQ;IFTR,uBAA8C;Ebs1B9C;Ee70BQ;IFTR,gBAA8C;Eby1B9C;Eeh1BQ;IFTR,uBAA8C;Eb41B9C;Een1BQ;IFTR,uBAA8C;Eb+1B9C;Eet1BQ;IFTR,gBAA8C;Ebk2B9C;Eez1BQ;IFTR,uBAA8C;Ebq2B9C;Ee51BQ;IFTR,uBAA8C;Ebw2B9C;Ee/1BQ;IFTR,gBAA8C;Eb22B9C;Eel2BQ;IFTR,uBAA8C;Eb82B9C;Eer2BQ;IFTR,uBAA8C;Ebi3B9C;AACF;;Acv2BI;EC9BE;IACE,0BAAa;IAAb,aAAa;IACb,oBAAY;IAAZ,YAAY;IACZ,eAAe;Efy4BrB;Eev4BI;IACE,kBAAc;IAAd,cAAc;IACd,WAAW;IACX,eAAe;Efy4BrB;Eer4BM;IFFN,uBAAsC;IAAtC,mBAAsC;IAItC,oBAAuC;Ebu4BvC;Eez4BM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb24BvC;Ee74BM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;Eb+4BvC;Eej5BM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Ebm5BvC;Eer5BM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Ebu5BvC;Eez5BM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;Eb25BvC;Ee75BM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb+5BvC;Eej6BM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Ebm6BvC;Eer6BM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;Ebu6BvC;Eez6BM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb26BvC;Ee76BM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb+6BvC;Eej7BM;IFFN,kBAAsC;IAAtC,cAAsC;IAItC,eAAuC;Ebm7BvC;Eeh7BI;IAAwB,kBAAS;IAAT,SAAS;Efm7BrC;Eej7BI;IAAuB,kBZ2KG;IY3KH,SZ2KG;EHywB9B;Eej7BM;IAAwB,iBADZ;IACY,QADZ;Efq7BlB;Eep7BM;IAAwB,iBADZ;IACY,QADZ;Efw7BlB;Eev7BM;IAAwB,iBADZ;IACY,QADZ;Ef27BlB;Ee17BM;IAAwB,iBADZ;IACY,QADZ;Ef87BlB;Ee77BM;IAAwB,iBADZ;IACY,QADZ;Efi8BlB;Eeh8BM;IAAwB,iBADZ;IACY,QADZ;Efo8BlB;Een8BM;IAAwB,iBADZ;IACY,QADZ;Efu8BlB;Eet8BM;IAAwB,iBADZ;IACY,QADZ;Ef08BlB;Eez8BM;IAAwB,iBADZ;IACY,QADZ;Ef68BlB;Ee58BM;IAAwB,iBADZ;IACY,QADZ;Efg9BlB;Ee/8BM;IAAwB,kBADZ;IACY,SADZ;Efm9BlB;Eel9BM;IAAwB,kBADZ;IACY,SADZ;Efs9BlB;Eer9BM;IAAwB,kBADZ;IACY,SADZ;Efy9BlB;Eel9BQ;IFTR,cAA4B;Eb89B5B;Eer9BQ;IFTR,sBAA8C;Ebi+B9C;Eex9BQ;IFTR,uBAA8C;Ebo+B9C;Ee39BQ;IFTR,gBAA8C;Ebu+B9C;Ee99BQ;IFTR,uBAA8C;Eb0+B9C;Eej+BQ;IFTR,uBAA8C;Eb6+B9C;Eep+BQ;IFTR,gBAA8C;Ebg/B9C;Eev+BQ;IFTR,uBAA8C;Ebm/B9C;Ee1+BQ;IFTR,uBAA8C;Ebs/B9C;Ee7+BQ;IFTR,gBAA8C;Eby/B9C;Eeh/BQ;IFTR,uBAA8C;Eb4/B9C;Een/BQ;IFTR,uBAA8C;Eb+/B9C;AACF;;Acr/BI;EC9BE;IACE,0BAAa;IAAb,aAAa;IACb,oBAAY;IAAZ,YAAY;IACZ,eAAe;EfuhCrB;EerhCI;IACE,kBAAc;IAAd,cAAc;IACd,WAAW;IACX,eAAe;EfuhCrB;EenhCM;IFFN,uBAAsC;IAAtC,mBAAsC;IAItC,oBAAuC;EbqhCvC;EevhCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbyhCvC;Ee3hCM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;Eb6hCvC;Ee/hCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbiiCvC;EeniCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbqiCvC;EeviCM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EbyiCvC;Ee3iCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb6iCvC;Ee/iCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbijCvC;EenjCM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EbqjCvC;EevjCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbyjCvC;Ee3jCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb6jCvC;Ee/jCM;IFFN,kBAAsC;IAAtC,cAAsC;IAItC,eAAuC;EbikCvC;Ee9jCI;IAAwB,kBAAS;IAAT,SAAS;EfikCrC;Ee/jCI;IAAuB,kBZ2KG;IY3KH,SZ2KG;EHu5B9B;Ee/jCM;IAAwB,iBADZ;IACY,QADZ;EfmkClB;EelkCM;IAAwB,iBADZ;IACY,QADZ;EfskClB;EerkCM;IAAwB,iBADZ;IACY,QADZ;EfykClB;EexkCM;IAAwB,iBADZ;IACY,QADZ;Ef4kClB;Ee3kCM;IAAwB,iBADZ;IACY,QADZ;Ef+kClB;Ee9kCM;IAAwB,iBADZ;IACY,QADZ;EfklClB;EejlCM;IAAwB,iBADZ;IACY,QADZ;EfqlClB;EeplCM;IAAwB,iBADZ;IACY,QADZ;EfwlClB;EevlCM;IAAwB,iBADZ;IACY,QADZ;Ef2lClB;Ee1lCM;IAAwB,iBADZ;IACY,QADZ;Ef8lClB;Ee7lCM;IAAwB,kBADZ;IACY,SADZ;EfimClB;EehmCM;IAAwB,kBADZ;IACY,SADZ;EfomClB;EenmCM;IAAwB,kBADZ;IACY,SADZ;EfumClB;EehmCQ;IFTR,cAA4B;Eb4mC5B;EenmCQ;IFTR,sBAA8C;Eb+mC9C;EetmCQ;IFTR,uBAA8C;EbknC9C;EezmCQ;IFTR,gBAA8C;EbqnC9C;Ee5mCQ;IFTR,uBAA8C;EbwnC9C;Ee/mCQ;IFTR,uBAA8C;Eb2nC9C;EelnCQ;IFTR,gBAA8C;Eb8nC9C;EernCQ;IFTR,uBAA8C;EbioC9C;EexnCQ;IFTR,uBAA8C;EbooC9C;Ee3nCQ;IFTR,gBAA8C;EbuoC9C;Ee9nCQ;IFTR,uBAA8C;Eb0oC9C;EejoCQ;IFTR,uBAA8C;Eb6oC9C;AACF;;AcnoCI;EC9BE;IACE,0BAAa;IAAb,aAAa;IACb,oBAAY;IAAZ,YAAY;IACZ,eAAe;EfqqCrB;EenqCI;IACE,kBAAc;IAAd,cAAc;IACd,WAAW;IACX,eAAe;EfqqCrB;EejqCM;IFFN,uBAAsC;IAAtC,mBAAsC;IAItC,oBAAuC;EbmqCvC;EerqCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbuqCvC;EezqCM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;Eb2qCvC;Ee7qCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb+qCvC;EejrCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbmrCvC;EerrCM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EburCvC;EezrCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb2rCvC;Ee7rCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb+rCvC;EejsCM;IFFN,iBAAsC;IAAtC,aAAsC;IAItC,cAAuC;EbmsCvC;EersCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;EbusCvC;EezsCM;IFFN,wBAAsC;IAAtC,oBAAsC;IAItC,qBAAuC;Eb2sCvC;Ee7sCM;IFFN,kBAAsC;IAAtC,cAAsC;IAItC,eAAuC;Eb+sCvC;Ee5sCI;IAAwB,kBAAS;IAAT,SAAS;Ef+sCrC;Ee7sCI;IAAuB,kBZ2KG;IY3KH,SZ2KG;EHqiC9B;Ee7sCM;IAAwB,iBADZ;IACY,QADZ;EfitClB;EehtCM;IAAwB,iBADZ;IACY,QADZ;EfotClB;EentCM;IAAwB,iBADZ;IACY,QADZ;EfutClB;EettCM;IAAwB,iBADZ;IACY,QADZ;Ef0tClB;EeztCM;IAAwB,iBADZ;IACY,QADZ;Ef6tClB;Ee5tCM;IAAwB,iBADZ;IACY,QADZ;EfguClB;Ee/tCM;IAAwB,iBADZ;IACY,QADZ;EfmuClB;EeluCM;IAAwB,iBADZ;IACY,QADZ;EfsuClB;EeruCM;IAAwB,iBADZ;IACY,QADZ;EfyuClB;EexuCM;IAAwB,iBADZ;IACY,QADZ;Ef4uClB;Ee3uCM;IAAwB,kBADZ;IACY,SADZ;Ef+uClB;Ee9uCM;IAAwB,kBADZ;IACY,SADZ;EfkvClB;EejvCM;IAAwB,kBADZ;IACY,SADZ;EfqvClB;Ee9uCQ;IFTR,cAA4B;Eb0vC5B;EejvCQ;IFTR,sBAA8C;Eb6vC9C;EepvCQ;IFTR,uBAA8C;EbgwC9C;EevvCQ;IFTR,gBAA8C;EbmwC9C;Ee1vCQ;IFTR,uBAA8C;EbswC9C;Ee7vCQ;IFTR,uBAA8C;EbywC9C;EehwCQ;IFTR,gBAA8C;Eb4wC9C;EenwCQ;IFTR,uBAA8C;Eb+wC9C;EetwCQ;IFTR,uBAA8C;EbkxC9C;EezwCQ;IFTR,gBAA8C;EbqxC9C;Ee5wCQ;IFTR,uBAA8C;EbwxC9C;Ee/wCQ;IFTR,uBAA8C;Eb2xC9C;AACF;;AgBz0CA;EACE,WAAW;EACX,mBb2HW;Ea1HX,cbSgB;AHm0ClB;;AgB/0CA;;EAQI,gBb8UgC;Ea7UhC,mBAAmB;EACnB,6BbJc;AHg1ClB;;AgBt1CA;EAcI,sBAAsB;EACtB,gCbTc;AHq1ClB;;AgB31CA;EAmBI,6Bbbc;AHy1ClB;;AgBn0CA;;EAGI,ebwT+B;AH6gCnC;;AgB5zCA;EACE,yBbnCgB;AHk2ClB;;AgBh0CA;;EAKI,yBbvCc;AHu2ClB;;AgBr0CA;;EAWM,wBAA4C;AhB+zClD;;AgB1zCA;;;;EAKI,SAAS;AhB4zCb;;AgBpzCA;EAEI,qCb1DW;AHg3Cf;;AKr3CE;EW2EI,cbvEY;EawEZ,sCbvES;AHq3Cf;;AiBj4CE;;;EAII,yBC2E4D;AlBwzClE;;AiBv4CE;;;;EAYM,qBCmE0D;AlB+zClE;;AKv4CE;EYiBM,yBAJsC;AjB83C9C;;AiB/3CE;;EASQ,yBARoC;AjBm4C9C;;AiBv5CE;;;EAII,yBC2E4D;AlB80ClE;;AiB75CE;;;;EAYM,qBCmE0D;AlBq1ClE;;AK75CE;EYiBM,yBAJsC;AjBo5C9C;;AiBr5CE;;EASQ,yBARoC;AjBy5C9C;;AiB76CE;;;EAII,yBC2E4D;AlBo2ClE;;AiBn7CE;;;;EAYM,qBCmE0D;AlB22ClE;;AKn7CE;EYiBM,yBAJsC;AjB06C9C;;AiB36CE;;EASQ,yBARoC;AjB+6C9C;;AiBn8CE;;;EAII,yBC2E4D;AlB03ClE;;AiBz8CE;;;;EAYM,qBCmE0D;AlBi4ClE;;AKz8CE;EYiBM,yBAJsC;AjBg8C9C;;AiBj8CE;;EASQ,yBARoC;AjBq8C9C;;AiBz9CE;;;EAII,yBC2E4D;AlBg5ClE;;AiB/9CE;;;;EAYM,qBCmE0D;AlBu5ClE;;AK/9CE;EYiBM,yBAJsC;AjBs9C9C;;AiBv9CE;;EASQ,yBARoC;AjB29C9C;;AiB/+CE;;;EAII,yBC2E4D;AlBs6ClE;;AiBr/CE;;;;EAYM,qBCmE0D;AlB66ClE;;AKr/CE;EYiBM,yBAJsC;AjB4+C9C;;AiB7+CE;;EASQ,yBARoC;AjBi/C9C;;AiBrgDE;;;EAII,yBC2E4D;AlB47ClE;;AiB3gDE;;;;EAYM,qBCmE0D;AlBm8ClE;;AK3gDE;EYiBM,yBAJsC;AjBkgD9C;;AiBngDE;;EASQ,yBARoC;AjBugD9C;;AiB3hDE;;;EAII,yBC2E4D;AlBk9ClE;;AiBjiDE;;;;EAYM,qBCmE0D;AlBy9ClE;;AKjiDE;EYiBM,yBAJsC;AjBwhD9C;;AiBzhDE;;EASQ,yBARoC;AjB6hD9C;;AiBjjDE;;;EAII,sCdQS;AH2iDf;;AKhjDE;EYiBM,sCAJsC;AjBuiD9C;;AiBxiDE;;EASQ,sCARoC;AjB4iD9C;;AgBt9CA;EAGM,Wb3GS;Ea4GT,yBbpGY;EaqGZ,qBb2PqD;AH4tC3D;;AgB59CA;EAWM,cb5GY;Ea6GZ,yBblHY;EamHZ,qBblHY;AHukDlB;;AgBh9CA;EACE,Wb3Ha;Ea4Hb,yBbpHgB;AHukDlB;;AgBr9CA;;;EAOI,qBbuOuD;AH6uC3D;;AgB39CA;EAWI,SAAS;AhBo9Cb;;AgB/9CA;EAgBM,2Cb1IS;AH6lDf;;AKxlDE;EW4IM,WbjJO;EakJP,4CblJO;AHkmDf;;AchiDI;EEiGA;IAEI,cAAc;IACd,WAAW;IACX,gBAAgB;IAChB,iCAAiC;EhBk8CvC;EgBv8CG;IASK,SAAS;EhBi8CjB;AACF;;Ac5iDI;EEiGA;IAEI,cAAc;IACd,WAAW;IACX,gBAAgB;IAChB,iCAAiC;EhB88CvC;EgBn9CG;IASK,SAAS;EhB68CjB;AACF;;AcxjDI;EEiGA;IAEI,cAAc;IACd,WAAW;IACX,gBAAgB;IAChB,iCAAiC;EhB09CvC;EgB/9CG;IASK,SAAS;EhBy9CjB;AACF;;AcpkDI;EEiGA;IAEI,cAAc;IACd,WAAW;IACX,gBAAgB;IAChB,iCAAiC;EhBs+CvC;EgB3+CG;IASK,SAAS;EhBq+CjB;AACF;;AgBp/CA;EAOQ,cAAc;EACd,WAAW;EACX,gBAAgB;EAChB,iCAAiC;AhBi/CzC;;AgB3/CA;EAcU,SAAS;AhBi/CnB;;AmB9pDA;EACE,cAAc;EACd,WAAW;EACX,mChBqe2H;EgBpe3H,yBhBqXkC;EChQ9B,eAtCY;Ee5EhB,gBhB8Q+B;EgB7Q/B,gBhBkR+B;EgBjR/B,chBDgB;EgBEhB,sBhBTa;EgBUb,4BAA4B;EAC5B,yBhBPgB;EONd,sBPqOgC;EiBpO9B,wEjB4e4F;AHksClG;;AoBzqDI;EDLJ;ICMM,gBAAgB;EpB6qDpB;AACF;;AmBprDA;EAsBI,6BAA6B;EAC7B,SAAS;AnBkqDb;;AqBlrDE;EACE,clBAc;EkBCd,sBlBRW;EkBSX,qBlBgdsE;EkB/ctE,UAAU;EAKR,gDlBcW;AHmqDjB;;AmBjsDA;EA+BI,chBxBc;EgB0Bd,UAAU;AnBqqDd;;AmBtsDA;EA+BI,chBxBc;EgB0Bd,UAAU;AnBqqDd;;AmBtsDA;EA+BI,chBxBc;EgB0Bd,UAAU;AnBqqDd;;AmBtsDA;EA+BI,chBxBc;EgB0Bd,UAAU;AnBqqDd;;AmBtsDA;EA+BI,chBxBc;EgB0Bd,UAAU;AnBqqDd;;AmBtsDA;EA2CI,yBhBxCc;EgB0Cd,UAAU;AnB8pDd;;AmB1pDA;EAOI,chBhDc;EgBiDd,sBhBxDW;AH+sDf;;AmBlpDA;;EAEE,cAAc;EACd,WAAW;AnBqpDb;;AmB3oDA;EACE,iCAA+D;EAC/D,oCAAkE;EAClE,gBAAgB;EfZd,kBAAW;Eecb,gBhB0M+B;AHo8CjC;;AmB3oDA;EACE,+BAAkE;EAClE,kCAAqE;EfoCjE,kBAtCY;EeIhB,gBhBuI+B;AHugDjC;;AmB3oDA;EACE,gCAAkE;EAClE,mCAAqE;Ef6BjE,mBAtCY;EeWhB,gBhBiI+B;AH6gDjC;;AmBroDA;EACE,cAAc;EACd,WAAW;EACX,qBhB8QmC;EgB7QnC,wBhB6QmC;EgB5QnC,gBAAgB;EAChB,gBhB6K+B;EgB5K/B,chBpGgB;EgBqGhB,6BAA6B;EAC7B,yBAAyB;EACzB,mBAAmC;AnBwoDrC;;AmBlpDA;EAcI,gBAAgB;EAChB,eAAe;AnBwoDnB;;AmB5nDA;EACE,kChBsWqI;EgBrWrI,uBhB+PiC;EC1Q7B,mBAtCY;EemDhB,gBhByF+B;EOhO7B,qBPuO+B;AHgiDnC;;AmB5nDA;EACE,gChB+VqI;EgB9VrI,oBhB4PgC;EC/Q5B,kBAtCY;Ee2DhB,gBhBgF+B;EO/N7B,qBPsO+B;AHyiDnC;;AmB3nDA;EAGI,YAAY;AnB4nDhB;;AmBxnDA;EACE,YAAY;AnB2nDd;;AmBnnDA;EACE,mBhBoV0C;AHkyC5C;;AmBnnDA;EACE,cAAc;EACd,mBhBqU4C;AHizC9C;;AmB9mDA;EACE,oBAAa;EAAb,aAAa;EACb,mBAAe;EAAf,eAAe;EACf,kBAA0C;EAC1C,iBAAyC;AnBinD3C;;AmBrnDA;;EAQI,kBAA0C;EAC1C,iBAAyC;AnBknD7C;;AmBzmDA;EACE,kBAAkB;EAClB,cAAc;EACd,qBhB0S6C;AHk0C/C;;AmBzmDA;EACE,kBAAkB;EAClB,kBhBsS2C;EgBrS3C,qBhBoS6C;AHw0C/C;;AmB/mDA;EAMI,chBxMc;AHqzDlB;;AmBzmDA;EACE,gBAAgB;AnB4mDlB;;AmBzmDA;EACE,2BAAoB;EAApB,oBAAoB;EACpB,sBAAmB;EAAnB,mBAAmB;EACnB,eAAe;EACf,qBhByR4C;AHm1C9C;;AmBhnDA;EAQI,gBAAgB;EAChB,aAAa;EACb,uBhBoR4C;EgBnR5C,cAAc;AnB4mDlB;;AqBvzDE;EACE,aAAa;EACb,WAAW;EACX,mBlBod0C;EC5a1C,cAAW;EiBtCX,clBSa;AHizDjB;;AqBvzDE;EACE,kBAAkB;EAClB,SAAS;EACT,UAAU;EACV,aAAa;EACb,eAAe;EACf,uBlBsyBqC;EkBryBrC,iBAAiB;EjBmFf,mBAtCY;EiB3Cd,gBlBkP6B;EkBjP7B,WlBxCW;EkByCX,wClBLa;EOtCb,sBPqOgC;AHioDpC;;AqBtzDI;EAEE,qBlBZW;EkBeT,oClBgb2F;EkB/a3F,4PHfmI;EGgBnI,4BAA4B;EAC5B,2DlB+a6F;EkB9a7F,gElB6awF;AHy4ChG;;AqB/zDI;EAaI,qBlBvBS;EkBwBT,gDlBxBS;AH80DjB;;AqBp0DI;;;EAmBI,cAAc;ArBuzDtB;;AqBhzDI;EAGI,oClBwZ2F;EkBvZ3F,kFlByZ6F;AHw5CrG;;AqB3yDI;EAEE,qBlBhDW;EkBmDT,sDlBqe0J;EkBpe1J,6gBAAkJ;ArB2yD1J;;AqBjzDI;EAUI,qBlBxDS;EkByDT,gDlBzDS;AHo2DjB;;AqBtzDI;;;EAgBI,cAAc;ArB4yDtB;;AqBryDI;;;EAII,cAAc;ArBuyDtB;;AqBjyDI;EAGI,clBlFS;AHo3DjB;;AqBryDI;;;EAQI,cAAc;ArBmyDtB;;AqB7xDI;EAGI,clBhGS;AH83DjB;;AqBjyDI;EAMM,qBlBnGO;AHk4DjB;;AqBryDI;;;EAYI,cAAc;ArB+xDtB;;AqB3yDI;EAiBM,qBAAkC;ECnJxC,yBDoJ+C;ArB8xDnD;;AqBhzDI;EAwBM,gDlBrHO;AHi5DjB;;AqBpzDI;EA4BM,qBlBzHO;AHq5DjB;;AqBpxDI;EAGI,qBlBpIS;AHy5DjB;;AqBxxDI;;;EAQI,cAAc;ArBsxDtB;;AqB9xDI;EAaM,qBlB9IO;EkB+IP,gDlB/IO;AHo6DjB;;AqBl7DE;EACE,aAAa;EACb,WAAW;EACX,mBlBod0C;EC5a1C,cAAW;EiBtCX,clBMa;AH+6DjB;;AqBl7DE;EACE,kBAAkB;EAClB,SAAS;EACT,UAAU;EACV,aAAa;EACb,eAAe;EACf,uBlBsyBqC;EkBryBrC,iBAAiB;EjBmFf,mBAtCY;EiB3Cd,gBlBkP6B;EkBjP7B,WlBxCW;EkByCX,wClBRa;EOnCb,sBPqOgC;AH4vDpC;;AqBj7DI;EAEE,qBlBfW;EkBkBT,oClBgb2F;EkB/a3F,sSHfmI;EGgBnI,4BAA4B;EAC5B,2DlB+a6F;EkB9a7F,gElB6awF;AHogDhG;;AqB17DI;EAaI,qBlB1BS;EkB2BT,gDlB3BS;AH48DjB;;AqB/7DI;;;EAmBI,cAAc;ArBk7DtB;;AqB36DI;EAGI,oClBwZ2F;EkBvZ3F,kFlByZ6F;AHmhDrG;;AqBt6DI;EAEE,qBlBnDW;EkBsDT,sDlBqe0J;EkBpe1J,ujBAAkJ;ArBs6D1J;;AqB56DI;EAUI,qBlB3DS;EkB4DT,gDlB5DS;AHk+DjB;;AqBj7DI;;;EAgBI,cAAc;ArBu6DtB;;AqBh6DI;;;EAII,cAAc;ArBk6DtB;;AqB55DI;EAGI,clBrFS;AHk/DjB;;AqBh6DI;;;EAQI,cAAc;ArB85DtB;;AqBx5DI;EAGI,clBnGS;AH4/DjB;;AqB55DI;EAMM,qBlBtGO;AHggEjB;;AqBh6DI;;;EAYI,cAAc;ArB05DtB;;AqBt6DI;EAiBM,qBAAkC;ECnJxC,yBDoJ+C;ArBy5DnD;;AqB36DI;EAwBM,gDlBxHO;AH+gEjB;;AqB/6DI;EA4BM,qBlB5HO;AHmhEjB;;AqB/4DI;EAGI,qBlBvIS;AHuhEjB;;AqBn5DI;;;EAQI,cAAc;ArBi5DtB;;AqBz5DI;EAaM,qBlBjJO;EkBkJP,gDlBlJO;AHkiEjB;;AmBz0DA;EACE,oBAAa;EAAb,aAAa;EACb,uBAAmB;EAAnB,mBAAmB;EACnB,sBAAmB;EAAnB,mBAAmB;AnB40DrB;;AmB/0DA;EASI,WAAW;AnB00Df;;AcxhEI;EKqMJ;IAeM,oBAAa;IAAb,aAAa;IACb,sBAAmB;IAAnB,mBAAmB;IACnB,qBAAuB;IAAvB,uBAAuB;IACvB,gBAAgB;EnBy0DpB;EmB31DF;IAuBM,oBAAa;IAAb,aAAa;IACb,kBAAc;IAAd,cAAc;IACd,uBAAmB;IAAnB,mBAAmB;IACnB,sBAAmB;IAAnB,mBAAmB;IACnB,gBAAgB;EnBu0DpB;EmBl2DF;IAgCM,qBAAqB;IACrB,WAAW;IACX,sBAAsB;EnBq0D1B;EmBv2DF;IAuCM,qBAAqB;EnBm0DzB;EmB12DF;;IA4CM,WAAW;EnBk0Df;EmB92DF;IAkDM,oBAAa;IAAb,aAAa;IACb,sBAAmB;IAAnB,mBAAmB;IACnB,qBAAuB;IAAvB,uBAAuB;IACvB,WAAW;IACX,eAAe;EnB+zDnB;EmBr3DF;IAyDM,kBAAkB;IAClB,oBAAc;IAAd,cAAc;IACd,aAAa;IACb,qBhB2LwC;IgB1LxC,cAAc;EnB+zDlB;EmB53DF;IAiEM,sBAAmB;IAAnB,mBAAmB;IACnB,qBAAuB;IAAvB,uBAAuB;EnB8zD3B;EmBh4DF;IAqEM,gBAAgB;EnB8zDpB;AACF;;AuB/nEA;EACE,qBAAqB;EAErB,gBpBkR+B;EoBjR/B,cpBMgB;EoBLhB,kBAAkB;EAClB,sBAAsB;EACtB,yBAAiB;EAAjB,sBAAiB;EAAjB,qBAAiB;EAAjB,iBAAiB;EACjB,6BAA6B;EAC7B,6BAA2C;ECsF3C,yBrB0RkC;EChQ9B,eAtCY;EoBchB,gBrByL+B;EO3R7B,sBPqOgC;EiBpO9B,qIjBqb6I;AH0tDnJ;;AoB1oEI;EGLJ;IHMM,gBAAgB;EpB8oEpB;AACF;;AK/oEE;EkBQE,cpBJc;EoBKd,qBAAqB;AvB2oEzB;;AuB1pEA;EAoBI,UAAU;EACV,gDpBSa;AHioEjB;;AuB/pEA;EA2BI,apB8Y6B;AH0vDjC;;AuBznEA;;EAEE,oBAAoB;AvB4nEtB;;AuBnnEE;ECrDA,WrBCa;EmBDX,yBnB8Ba;EqB5Bf,qBrB4Be;AHgpEjB;;AKxqEE;EmBAE,WrBLW;EmBDX,yBEDoF;EASpF,qBATyH;AxBqrE7H;;AwBzqEE;EAMI,gDAAiF;AxBuqEvF;;AwBlqEE;EAEE,WrBvBW;EqBwBX,yBrBKa;EqBJb,qBrBIa;AHgqEjB;;AwB7pEE;;EAGE,WrBnCW;EqBoCX,yBAtCuK;EA0CvK,qBA1C+M;AxBssEnN;;AwB1pEI;;EAKI,gDAAiF;AxB0pEzF;;AuBrpEE;ECrDA,WrBCa;EmBDX,yBnBOc;EqBLhB,qBrBKgB;AHysElB;;AK1sEE;EmBAE,WrBLW;EmBDX,yBEDoF;EASpF,qBATyH;AxButE7H;;AwB3sEE;EAMI,iDAAiF;AxBysEvF;;AwBpsEE;EAEE,WrBvBW;EqBwBX,yBrBlBc;EqBmBd,qBrBnBc;AHytElB;;AwB/rEE;;EAGE,WrBnCW;EqBoCX,yBAtCuK;EA0CvK,qBA1C+M;AxBwuEnN;;AwB5rEI;;EAKI,iDAAiF;AxB4rEzF;;AuBvrEE;ECrDA,WrBCa;EmBDX,yBnBqCa;EqBnCf,qBrBmCe;AH6sEjB;;AK5uEE;EmBAE,WrBLW;EmBDX,yBEDoF;EASpF,qBATyH;AxByvE7H;;AwB7uEE;EAMI,+CAAiF;AxB2uEvF;;AwBtuEE;EAEE,WrBvBW;EqBwBX,yBrBYa;EqBXb,qBrBWa;AH6tEjB;;AwBjuEE;;EAGE,WrBnCW;EqBoCX,yBAtCuK;EA0CvK,qBA1C+M;AxB0wEnN;;AwB9tEI;;EAKI,+CAAiF;AxB8tEzF;;AuBztEE;ECrDA,WrBCa;EmBDX,yBnBuCa;EqBrCf,qBrBqCe;AH6uEjB;;AK9wEE;EmBAE,WrBLW;EmBDX,yBEDoF;EASpF,qBATyH;AxB2xE7H;;AwB/wEE;EAMI,gDAAiF;AxB6wEvF;;AwBxwEE;EAEE,WrBvBW;EqBwBX,yBrBca;EqBbb,qBrBaa;AH6vEjB;;AwBnwEE;;EAGE,WrBnCW;EqBoCX,yBAtCuK;EA0CvK,qBA1C+M;AxB4yEnN;;AwBhwEI;;EAKI,gDAAiF;AxBgwEzF;;AuB3vEE;ECrDA,crBUgB;EmBVd,yBnBoCa;EqBlCf,qBrBkCe;AHkxEjB;;AKhzEE;EmBAE,crBIc;EmBVd,yBEDoF;EASpF,qBATyH;AxB6zE7H;;AwBjzEE;EAMI,gDAAiF;AxB+yEvF;;AwB1yEE;EAEE,crBdc;EqBed,yBrBWa;EqBVb,qBrBUa;AHkyEjB;;AwBryEE;;EAGE,crB1Bc;EqB2Bd,yBAtCuK;EA0CvK,qBA1C+M;AxB80EnN;;AwBlyEI;;EAKI,gDAAiF;AxBkyEzF;;AuB7xEE;ECrDA,WrBCa;EmBDX,yBnBkCa;EqBhCf,qBrBgCe;AHszEjB;;AKl1EE;EmBAE,WrBLW;EmBDX,yBEDoF;EASpF,qBATyH;AxB+1E7H;;AwBn1EE;EAMI,+CAAiF;AxBi1EvF;;AwB50EE;EAEE,WrBvBW;EqBwBX,yBrBSa;EqBRb,qBrBQa;AHs0EjB;;AwBv0EE;;EAGE,WrBnCW;EqBoCX,yBAtCuK;EA0CvK,qBA1C+M;AxBg3EnN;;AwBp0EI;;EAKI,+CAAiF;AxBo0EzF;;AuB/zEE;ECrDA,crBUgB;EmBVd,yBnBEc;EqBAhB,qBrBAgB;AHw3ElB;;AKp3EE;EmBAE,crBIc;EmBVd,yBEDoF;EASpF,qBATyH;AxBi4E7H;;AwBr3EE;EAMI,iDAAiF;AxBm3EvF;;AwB92EE;EAEE,crBdc;EqBed,yBrBvBc;EqBwBd,qBrBxBc;AHw4ElB;;AwBz2EE;;EAGE,crB1Bc;EqB2Bd,yBAtCuK;EA0CvK,qBA1C+M;AxBk5EnN;;AwBt2EI;;EAKI,iDAAiF;AxBs2EzF;;AuBj2EE;ECrDA,WrBCa;EmBDX,yBnBSc;EqBPhB,qBrBOgB;AHm5ElB;;AKt5EE;EmBAE,WrBLW;EmBDX,yBEDoF;EASpF,qBATyH;AxBm6E7H;;AwBv5EE;EAMI,8CAAiF;AxBq5EvF;;AwBh5EE;EAEE,WrBvBW;EqBwBX,yBrBhBc;EqBiBd,qBrBjBc;AHm6ElB;;AwB34EE;;EAGE,WrBnCW;EqBoCX,yBAtCuK;EA0CvK,qBA1C+M;AxBo7EnN;;AwBx4EI;;EAKI,8CAAiF;AxBw4EzF;;AuB73EE;ECJA,crBzBe;EqB0Bf,qBrB1Be;AH+5EjB;;AKv7EE;EmBqDE,WrB1DW;EqB2DX,yBrB9Ba;EqB+Bb,qBrB/Ba;AHq6EjB;;AwBn4EE;EAEE,+CrBpCa;AHy6EjB;;AwBl4EE;EAEE,crBzCa;EqB0Cb,6BAA6B;AxBo4EjC;;AwBj4EE;;EAGE,WrB7EW;EqB8EX,yBrBjDa;EqBkDb,qBrBlDa;AHq7EjB;;AwBj4EI;;EAKI,+CrBzDS;AH07EjB;;AuB75EE;ECJA,crBhDgB;EqBiDhB,qBrBjDgB;AHs9ElB;;AKv9EE;EmBqDE,WrB1DW;EqB2DX,yBrBrDc;EqBsDd,qBrBtDc;AH49ElB;;AwBn6EE;EAEE,iDrB3Dc;AHg+ElB;;AwBl6EE;EAEE,crBhEc;EqBiEd,6BAA6B;AxBo6EjC;;AwBj6EE;;EAGE,WrB7EW;EqB8EX,yBrBxEc;EqByEd,qBrBzEc;AH4+ElB;;AwBj6EI;;EAKI,iDrBhFU;AHi/ElB;;AuB77EE;ECJA,crBlBe;EqBmBf,qBrBnBe;AHw9EjB;;AKv/EE;EmBqDE,WrB1DW;EqB2DX,yBrBvBa;EqBwBb,qBrBxBa;AH89EjB;;AwBn8EE;EAEE,+CrB7Ba;AHk+EjB;;AwBl8EE;EAEE,crBlCa;EqBmCb,6BAA6B;AxBo8EjC;;AwBj8EE;;EAGE,WrB7EW;EqB8EX,yBrB1Ca;EqB2Cb,qBrB3Ca;AH8+EjB;;AwBj8EI;;EAKI,+CrBlDS;AHm/EjB;;AuB79EE;ECJA,crBhBe;EqBiBf,qBrBjBe;AHs/EjB;;AKvhFE;EmBqDE,WrB1DW;EqB2DX,yBrBrBa;EqBsBb,qBrBtBa;AH4/EjB;;AwBn+EE;EAEE,gDrB3Ba;AHggFjB;;AwBl+EE;EAEE,crBhCa;EqBiCb,6BAA6B;AxBo+EjC;;AwBj+EE;;EAGE,WrB7EW;EqB8EX,yBrBxCa;EqByCb,qBrBzCa;AH4gFjB;;AwBj+EI;;EAKI,gDrBhDS;AHihFjB;;AuB7/EE;ECJA,crBnBe;EqBoBf,qBrBpBe;AHyhFjB;;AKvjFE;EmBqDE,crBjDc;EqBkDd,yBrBxBa;EqByBb,qBrBzBa;AH+hFjB;;AwBngFE;EAEE,+CrB9Ba;AHmiFjB;;AwBlgFE;EAEE,crBnCa;EqBoCb,6BAA6B;AxBogFjC;;AwBjgFE;;EAGE,crBpEc;EqBqEd,yBrB3Ca;EqB4Cb,qBrB5Ca;AH+iFjB;;AwBjgFI;;EAKI,+CrBnDS;AHojFjB;;AuB7hFE;ECJA,crBrBe;EqBsBf,qBrBtBe;AH2jFjB;;AKvlFE;EmBqDE,WrB1DW;EqB2DX,yBrB1Ba;EqB2Bb,qBrB3Ba;AHikFjB;;AwBniFE;EAEE,+CrBhCa;AHqkFjB;;AwBliFE;EAEE,crBrCa;EqBsCb,6BAA6B;AxBoiFjC;;AwBjiFE;;EAGE,WrB7EW;EqB8EX,yBrB7Ca;EqB8Cb,qBrB9Ca;AHilFjB;;AwBjiFI;;EAKI,+CrBrDS;AHslFjB;;AuB7jFE;ECJA,crBrDgB;EqBsDhB,qBrBtDgB;AH2nFlB;;AKvnFE;EmBqDE,crBjDc;EqBkDd,yBrB1Dc;EqB2Dd,qBrB3Dc;AHioFlB;;AwBnkFE;EAEE,iDrBhEc;AHqoFlB;;AwBlkFE;EAEE,crBrEc;EqBsEd,6BAA6B;AxBokFjC;;AwBjkFE;;EAGE,crBpEc;EqBqEd,yBrB7Ec;EqB8Ed,qBrB9Ec;AHipFlB;;AwBjkFI;;EAKI,iDrBrFU;AHspFlB;;AuB7lFE;ECJA,crB9CgB;EqB+ChB,qBrB/CgB;AHopFlB;;AKvpFE;EmBqDE,WrB1DW;EqB2DX,yBrBnDc;EqBoDd,qBrBpDc;AH0pFlB;;AwBnmFE;EAEE,8CrBzDc;AH8pFlB;;AwBlmFE;EAEE,crB9Dc;EqB+Dd,6BAA6B;AxBomFjC;;AwBjmFE;;EAGE,WrB7EW;EqB8EX,yBrBtEc;EqBuEd,qBrBvEc;AH0qFlB;;AwBjmFI;;EAKI,8CrB9EU;AH+qFlB;;AuBlnFA;EACE,gBpB8M+B;EoB7M/B,cpB1Ce;EoB2Cf,qBpB6F4C;AHwhF9C;;AKxrFE;EkBsEE,cpB2F8D;EoB1F9D,0BpB2F+C;AH2hFnD;;AuB7nFA;EAYI,0BpBsF+C;EoBrF/C,gBAAgB;AvBqnFpB;;AuBloFA;EAkBI,cpBjFc;EoBkFd,oBAAoB;AvBonFxB;;AuBzmFA;ECLE,oBrBySgC;EC/Q5B,kBAtCY;EoBchB,gBrB6H+B;EO/N7B,qBPsO+B;AH++EnC;;AuB5mFA;ECTE,uBrBoSiC;EC1Q7B,mBAtCY;EoBchB,gBrB8H+B;EOhO7B,qBPuO+B;AHq/EnC;;AuB1mFA;EACE,cAAc;EACd,WAAW;AvB6mFb;;AuB/mFA;EAMI,kBpBuT+B;AHszEnC;;AuBxmFA;;;EAII,WAAW;AvB0mFf;;AyBhvFA;ELMM,gCjBsP2C;AHw/EjD;;AoBzuFI;EKXJ;ILYM,gBAAgB;EpB6uFpB;AACF;;AyB1vFA;EAII,UAAU;AzB0vFd;;AyBtvFA;EAEI,aAAa;AzBwvFjB;;AyBpvFA;EACE,kBAAkB;EAClB,SAAS;EACT,gBAAgB;ELXZ,6BjBuPwC;AH4gF9C;;AoB9vFI;EKGJ;ILFM,gBAAgB;EpBkwFpB;AACF;;A0B9wFA;;;;EAIE,kBAAkB;A1BixFpB;;A0B9wFA;EACE,mBAAmB;A1BixFrB;;A2B7vFI;EACE,qBAAqB;EACrB,oBxB0N0C;EwBzN1C,uBxBwN0C;EwBvN1C,WAAW;EAhCf,uBAA8B;EAC9B,qCAA4C;EAC5C,gBAAgB;EAChB,oCAA2C;A3BiyF7C;;A2B5uFI;EACE,cAAc;A3B+uFpB;;A0BzxFA;EACE,kBAAkB;EAClB,SAAS;EACT,OAAO;EACP,avBipBsC;EuBhpBtC,aAAa;EACb,WAAW;EACX,gBvButBuC;EuBttBvC,iBAA8B;EAC9B,oBAA4B;EtBsGxB,eAtCY;EsB9DhB,cvBXgB;EuBYhB,gBAAgB;EAChB,gBAAgB;EAChB,sBvBvBa;EuBwBb,4BAA4B;EAC5B,qCvBfa;EOZX,sBPqOgC;AHmlFpC;;A0BpxFI;EACE,WAAW;EACX,OAAO;A1BuxFb;;A0BpxFI;EACE,QAAQ;EACR,UAAU;A1BuxFhB;;Ac3wFI;EYnBA;IACE,WAAW;IACX,OAAO;E1BkyFX;E0B/xFE;IACE,QAAQ;IACR,UAAU;E1BiyFd;AACF;;ActxFI;EYnBA;IACE,WAAW;IACX,OAAO;E1B6yFX;E0B1yFE;IACE,QAAQ;IACR,UAAU;E1B4yFd;AACF;;AcjyFI;EYnBA;IACE,WAAW;IACX,OAAO;E1BwzFX;E0BrzFE;IACE,QAAQ;IACR,UAAU;E1BuzFd;AACF;;Ac5yFI;EYnBA;IACE,WAAW;IACX,OAAO;E1Bm0FX;E0Bh0FE;IACE,QAAQ;IACR,UAAU;E1Bk0Fd;AACF;;A0B5zFA;EAEI,SAAS;EACT,YAAY;EACZ,aAAa;EACb,uBvBorBuC;AH0oE3C;;A2B71FI;EACE,qBAAqB;EACrB,oBxB0N0C;EwBzN1C,uBxBwN0C;EwBvN1C,WAAW;EAzBf,aAAa;EACb,qCAA4C;EAC5C,0BAAiC;EACjC,oCAA2C;A3B03F7C;;A2B50FI;EACE,cAAc;A3B+0FpB;;A0Br0FA;EAEI,MAAM;EACN,WAAW;EACX,UAAU;EACV,aAAa;EACb,qBvBsqBuC;AHiqE3C;;A2Bp3FI;EACE,qBAAqB;EACrB,oBxB0N0C;EwBzN1C,uBxBwN0C;EwBvN1C,WAAW;EAlBf,mCAA0C;EAC1C,eAAe;EACf,sCAA6C;EAC7C,wBAA+B;A3B04FjC;;A2Bn2FI;EACE,cAAc;A3Bs2FpB;;A2Bn4FI;EDmDE,iBAAiB;A1Bo1FvB;;A0B/0FA;EAEI,MAAM;EACN,WAAW;EACX,UAAU;EACV,aAAa;EACb,sBvBqpBuC;AH4rE3C;;A2B/4FI;EACE,qBAAqB;EACrB,oBxB0N0C;EwBzN1C,uBxBwN0C;EwBvN1C,WAAW;A3Bk5FjB;;A2Bt5FI;EAgBI,aAAa;A3B04FrB;;A2Bv4FM;EACE,qBAAqB;EACrB,qBxBuMwC;EwBtMxC,uBxBqMwC;EwBpMxC,WAAW;EA9BjB,mCAA0C;EAC1C,yBAAgC;EAChC,sCAA6C;A3By6F/C;;A2Bx4FI;EACE,cAAc;A3B24FpB;;A2Br5FM;EDiDA,iBAAiB;A1Bw2FvB;;A0Bj2FA;EAKI,WAAW;EACX,YAAY;A1Bg2FhB;;A0B31FA;EE9GE,SAAS;EACT,gBAAmB;EACnB,gBAAgB;EAChB,6BzBCgB;AH48FlB;;A0B31FA;EACE,cAAc;EACd,WAAW;EACX,uBvByoBwC;EuBxoBxC,WAAW;EACX,gBvB4J+B;EuB3J/B,cvBhHgB;EuBiHhB,mBAAmB;EACnB,mBAAmB;EACnB,6BAA6B;EAC7B,SAAS;A1B81FX;;AKl9FE;EqBmIE,cvB0mBqD;EuBzmBrD,qBAAqB;EJ9IrB,yBnBEc;AHg+FlB;;A0B92FA;EAgCI,WvBnJW;EuBoJX,qBAAqB;EJrJrB,yBnB8Ba;AH08FjB;;A0Bp3FA;EAuCI,cvBpJc;EuBqJd,oBAAoB;EACpB,6BAA6B;A1Bi1FjC;;A0Bz0FA;EACE,cAAc;A1B40FhB;;A0Bx0FA;EACE,cAAc;EACd,sBvBolBwC;EuBnlBxC,gBAAgB;EtBpDZ,mBAtCY;EsB4FhB,cvBxKgB;EuByKhB,mBAAmB;A1B20FrB;;A0Bv0FA;EACE,cAAc;EACd,uBvB0kBwC;EuBzkBxC,cvB7KgB;AHu/FlB;;A6BpgGA;;EAEE,kBAAkB;EAClB,2BAAoB;EAApB,oBAAoB;EACpB,sBAAsB;A7BugGxB;;A6B3gGA;;EAOI,kBAAkB;EAClB,kBAAc;EAAd,cAAc;A7BygGlB;;AKxgGE;;EwBII,UAAU;A7BygGhB;;A6BthGA;;;;EAkBM,UAAU;A7B2gGhB;;A6BrgGA;EACE,oBAAa;EAAb,aAAa;EACb,mBAAe;EAAf,eAAe;EACf,oBAA2B;EAA3B,2BAA2B;A7BwgG7B;;A6B3gGA;EAMI,WAAW;A7BygGf;;A6BrgGA;;EAII,iB1B8L6B;AHw0FjC;;A6B1gGA;;EnBhBI,0BmB0B8B;EnBzB9B,6BmByB8B;A7BsgGlC;;A6BhhGA;;EnBFI,yBmBiB6B;EnBhB7B,4BmBgB6B;A7BugGjC;;A6Bv/FA;EACE,wBAAmC;EACnC,uBAAkC;A7B0/FpC;;A6B5/FA;;;EAOI,cAAc;A7B2/FlB;;A6Bx/FE;EACE,eAAe;A7B2/FnB;;A6Bv/FA;EACE,uBAAsC;EACtC,sBAAqC;A7B0/FvC;;A6Bv/FA;EACE,sBAAsC;EACtC,qBAAqC;A7B0/FvC;;A6Bt+FA;EACE,0BAAsB;EAAtB,sBAAsB;EACtB,qBAAuB;EAAvB,uBAAuB;EACvB,qBAAuB;EAAvB,uBAAuB;A7By+FzB;;A6B5+FA;;EAOI,WAAW;A7B0+Ff;;A6Bj/FA;;EAYI,gB1B6G6B;AH63FjC;;A6Bt/FA;;EnBlFI,6BmBoG+B;EnBnG/B,4BmBmG+B;A7B0+FnC;;A6B5/FA;;EnBhGI,yBmBuH4B;EnBtH5B,0BmBsH4B;A7B2+FhC;;A6B19FA;;EAGI,gBAAgB;A7B49FpB;;A6B/9FA;;;;EAOM,kBAAkB;EAClB,sBAAsB;EACtB,oBAAoB;A7B+9F1B;;A8BxnGA;EACE,kBAAkB;EAClB,oBAAa;EAAb,aAAa;EACb,mBAAe;EAAf,eAAe;EACf,uBAAoB;EAApB,oBAAoB;EACpB,WAAW;A9B2nGb;;A8BhoGA;;;;EAWI,kBAAkB;EAClB,kBAAc;EAAd,cAAc;EAGd,SAAS;EACT,gBAAgB;A9B0nGpB;;A8B1oGA;;;;;;;;;;;;EAqBM,iB3B4M2B;AHw7FjC;;A8BzpGA;;;EA6BI,UAAU;A9BkoGd;;A8B/pGA;EAkCI,UAAU;A9BioGd;;A8BnqGA;;EpBeI,0BoBwBmD;EpBvBnD,6BoBuBmD;A9BkoGvD;;A8BzqGA;;EpB6BI,yBoBWmD;EpBVnD,4BoBUmD;A9BuoGvD;;A8B/qGA;EA8CI,oBAAa;EAAb,aAAa;EACb,sBAAmB;EAAnB,mBAAmB;A9BqoGvB;;A8BprGA;;EpBeI,0BoBmC6E;EpBlC7E,6BoBkC6E;A9BwoGjF;;A8B1rGA;EpB6BI,yBoBsBsE;EpBrBtE,4BoBqBsE;A9B4oG1E;;A8BjoGA;;EAEE,oBAAa;EAAb,aAAa;A9BooGf;;A8BtoGA;;EAQI,kBAAkB;EAClB,UAAU;A9BmoGd;;A8B5oGA;;EAYM,UAAU;A9BqoGhB;;A8BjpGA;;;;;;;;EAoBI,iB3B+I6B;AHy/FjC;;A8BpoGA;EAAuB,kB3B2IU;AH6/FjC;;A8BvoGA;EAAsB,iB3B0IW;AHigGjC;;A8BnoGA;EACE,oBAAa;EAAb,aAAa;EACb,sBAAmB;EAAnB,mBAAmB;EACnB,yB3BuRkC;E2BtRlC,gBAAgB;E1BsBZ,eAtCY;E0BkBhB,gB3BgL+B;E2B/K/B,gB3BoL+B;E2BnL/B,c3B/FgB;E2BgGhB,kBAAkB;EAClB,mBAAmB;EACnB,yB3BvGgB;E2BwGhB,yB3BtGgB;EONd,sBPqOgC;AH8gGpC;;A8BnpGA;;EAkBI,aAAa;A9BsoGjB;;A8B5nGA;;EAEE,gC3B6WqI;AHkxFvI;;A8B5nGA;;;;;;EAME,oB3BkQgC;EC/Q5B,kBAtCY;E0BqDhB,gB3BsF+B;EO/N7B,qBPsO+B;AHmiGnC;;A8B5nGA;;EAEE,kC3B2VqI;AHoyFvI;;A8B5nGA;;;;;;EAME,uB3B4OiC;EC1Q7B,mBAtCY;E0BsEhB,gB3BsE+B;EOhO7B,qBPuO+B;AHmjGnC;;A8B5nGA;;EAEE,sBAA0E;A9B+nG5E;;A8BpnGA;;;;;;EpB3JI,0BoBiK4B;EpBhK5B,6BoBgK4B;A9BwnGhC;;A8BrnGA;;;;;;EpBtJI,yBoB4J2B;EpB3J3B,4BoB2J2B;A9BynG/B;;A+B/yGA;EACE,kBAAkB;EAClB,cAAc;EACd,kBAA+C;EAC/C,oBAAqE;A/BkzGvE;;A+B/yGA;EACE,2BAAoB;EAApB,oBAAoB;EACpB,kB5Bqf0C;AH6zF5C;;A+B/yGA;EACE,kBAAkB;EAClB,WAAW;EACX,UAAU;A/BkzGZ;;A+BrzGA;EAMI,W5BpBW;E4BqBX,qB5BQa;EmB9Bb,yBnB8Ba;AH4yGjB;;A+B3zGA;EAiBM,gD5BFW;AHgzGjB;;A+B/zGA;EAsBI,qB5BqbsE;AHw3F1E;;A+Bn0GA;EA0BI,W5BxCW;E4ByCX,yB5B8e8E;E4B7e9E,qB5B6e8E;AHg0FlF;;A+Bz0GA;EAkCM,c5B1CY;AHq1GlB;;A+B70GA;EAqCQ,yB5BjDU;AH61GlB;;A+BlyGA;EACE,kBAAkB;EAClB,gBAAgB;EAChB,mBAAmB;A/BqyGrB;;A+BxyGA;EAOI,kBAAkB;EAClB,YAA+E;EAC/E,aAA+D;EAC/D,cAAc;EACd,W5B0bwC;E4BzbxC,Y5BybwC;E4BxbxC,oBAAoB;EACpB,WAAW;EACX,sB5B5EW;E4B6EX,yB5BmJ6B;AHkpGjC;;A+BrzGA;EAsBI,kBAAkB;EAClB,YAA+E;EAC/E,aAA+D;EAC/D,cAAc;EACd,W5B2awC;E4B1axC,Y5B0awC;E4BzaxC,WAAW;EACX,mCAAgE;A/BmyGpE;;A+B1xGA;ErBrGI,sBPqOgC;AH8pGpC;;A+B9xGA;EAOM,6MbrEqI;AlBg2G3I;;A+BlyGA;EAaM,qB5BnFW;EmB9Bb,yBnB8Ba;AH62GjB;;A+BvyGA;EAkBM,0JbhFqI;AlBy2G3I;;A+B3yGA;EAwBM,wC5B9FW;AHq3GjB;;A+B/yGA;EA2BM,wC5BjGW;AHy3GjB;;A+B/wGA;EAGI,kB5B0Z+C;AHs3FnD;;A+BnxGA;EAQM,uJb1GqI;AlBy3G3I;;A+BvxGA;EAcM,wC5BxHW;AHq4GjB;;A+BnwGA;EACE,qBAA2D;A/BswG7D;;A+BvwGA;EAKM,cAAqD;EACrD,c5BkY+E;E4BjY/E,mBAAmB;EAEnB,qB5BgY4E;AHq4FlF;;A+B9wGA;EAaM,wBAA0I;EAC1I,0BAA+G;EAC/G,uB5B2XiI;E4B1XjI,wB5B0XiI;E4BzXjI,yB5B3KY;E4B6KZ,qB5BsX4E;EiBziB5E,iJjB8f+H;EiB9f/H,yIjB8f+H;EiB9f/H,8KjB8f+H;AH07FrI;;AoBn7GI;EW2JJ;IX1JM,gBAAgB;EpBu7GpB;AACF;;A+B9xGA;EA0BM,sB5BzLS;E4B0LT,sCAA4E;EAA5E,8BAA4E;A/BwwGlF;;A+BnyGA;EAiCM,wC5BnKW;AHy6GjB;;A+B1vGA;EACE,qBAAqB;EACrB,WAAW;EACX,mC5BwR2H;E4BvR3H,0C5BwKkC;EChQ9B,eAtCY;E2BiIhB,gB5BiE+B;E4BhE/B,gB5BqE+B;E4BpE/B,c5B9MgB;E4B+MhB,sBAAsB;EACtB,6M5BmWmI;E4BlWnI,sB5BxNa;E4ByNb,yB5BrNgB;EONd,sBPqOgC;E4BPlC,wBAAgB;EAAhB,qBAAgB;EAAhB,gBAAgB;A/B2vGlB;;A+B3wGA;EAmBI,qB5B0PsE;E4BzPtE,UAAU;EAIR,gD5BvMW;AHg8GjB;;A+BjxGA;EAiCM,c5BtOY;E4BuOZ,sB5B9OS;AHk+Gf;;A+BtxGA;EAwCI,YAAY;EACZ,sB5BmIgC;E4BlIhC,sBAAsB;A/BkvG1B;;A+B5xGA;EA8CI,c5BpPc;E4BqPd,yB5BzPc;AH2+GlB;;A+BjyGA;EAoDI,aAAa;A/BivGjB;;A+B7uGA;EACE,kC5BmOqI;E4BlOrI,oB5B2HkC;E4B1HlC,uB5B0HkC;E4BzHlC,oB5B0HiC;EC1Q7B,mBAtCY;AJu6GlB;;A+B7uGA;EACE,gC5B4NqI;E4B3NrI,mB5BwHiC;E4BvHjC,sB5BuHiC;E4BtHjC,kB5BuHgC;EC/Q5B,kBAtCY;AJ+6GlB;;A+BxuGA;EACE,kBAAkB;EAClB,qBAAqB;EACrB,WAAW;EACX,mC5B0M2H;E4BzM3H,gBAAgB;A/B2uGlB;;A+BxuGA;EACE,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,mC5BkM2H;E4BjM3H,SAAS;EACT,UAAU;A/B2uGZ;;A+BjvGA;EASI,qB5B+KsE;E4B9KtE,gD5B9Qa;AH0/GjB;;A+BtvGA;EAcI,yB5B7Sc;AHyhHlB;;A+B1vGA;EAmBM,iB5BqUQ;AHs6Fd;;A+B9vGA;EAwBI,0BAA0B;A/B0uG9B;;A+BtuGA;EACE,kBAAkB;EAClB,MAAM;EACN,QAAQ;EACR,OAAO;EACP,UAAU;EACV,mC5BoK2H;E4BnK3H,yB5BoDkC;E4BlDlC,gB5BlD+B;E4BmD/B,gB5B9C+B;E4B+C/B,c5BjUgB;E4BkUhB,sB5BzUa;E4B0Ub,yB5BtUgB;EONd,sBPqOgC;AHg1GpC;;A+BtvGA;EAkBI,kBAAkB;EAClB,MAAM;EACN,QAAQ;EACR,SAAS;EACT,UAAU;EACV,cAAc;EACd,6B5B8I+F;E4B7I/F,yB5BkCgC;E4BjChC,gB5B9D6B;E4B+D7B,c5BjVc;E4BkVd,iBAAiB;ET1VjB,yBnBGc;E4ByVd,oBAAoB;ErB7VpB,kCqB8VgF;A/BwuGpF;;A+B9tGA;EACE,WAAW;EACX,2BAA+F;EAC/F,UAAU;EACV,6BAA6B;EAC7B,wBAAgB;EAAhB,qBAAgB;EAAhB,gBAAgB;A/BiuGlB;;A+BtuGA;EAQI,aAAa;A/BkuGjB;;A+B1uGA;EAY8B,gE5BrVb;AHujHjB;;A+B9uGA;EAa8B,gE5BtVb;AH2jHjB;;A+BlvGA;EAc8B,gE5BvVb;AH+jHjB;;A+BtvGA;EAkBI,SAAS;A/BwuGb;;A+B1vGA;EAsBI,W5B8N6C;E4B7N7C,Y5B6N6C;E4B5N7C,oBAAyE;ET/XzE,yBnB8Ba;E4BmWb,S5B6N0C;EO/lB1C,mBPgmB6C;EiB/lB3C,4GjB8f+H;E4BzHjI,wBAAgB;EAAhB,gBAAgB;A/BuuGpB;;AoBvmHI;EWkWJ;IXjWM,gBAAgB;EpB2mHpB;AACF;;A+B3wGA;ETvWI,yBnBmmB2E;AHmhG/E;;A+B/wGA;EAsCI,W5BuMoC;E4BtMpC,c5BuMqC;E4BtMrC,kBAAkB;EAClB,e5BsMuC;E4BrMvC,yB5B7Yc;E4B8Yd,yBAAyB;ErBnZzB,mBPylBoC;AHwiGxC;;A+BzxGA;EAiDI,W5BmM6C;E4BlM7C,Y5BkM6C;EmB3lB7C,yBnB8Ba;E4B6Xb,S5BmM0C;EO/lB1C,mBPgmB6C;EiB/lB3C,4GjB8f+H;E4B/FjI,qBAAgB;EAAhB,gBAAgB;A/B2uGpB;;AoBroHI;EWkWJ;IXjWM,gBAAgB;EpByoHpB;AACF;;A+BzyGA;ETvWI,yBnBmmB2E;AHijG/E;;A+B7yGA;EAgEI,W5B6KoC;E4B5KpC,c5B6KqC;E4B5KrC,kBAAkB;EAClB,e5B4KuC;E4B3KvC,yB5Bvac;E4Bwad,yBAAyB;ErB7azB,mBPylBoC;AHskGxC;;A+BvzGA;EA2EI,W5ByK6C;E4BxK7C,Y5BwK6C;E4BvK7C,aAAa;EACb,oB5BvD+B;E4BwD/B,mB5BxD+B;EmB9X/B,yBnB8Ba;E4B0Zb,S5BsK0C;EO/lB1C,mBPgmB6C;EiB/lB3C,4GjB8f+H;E4BlEjI,gBAAgB;A/B+uGpB;;AoBtqHI;EWkWJ;IXjWM,gBAAgB;EpB0qHpB;AACF;;A+B10GA;ETvWI,yBnBmmB2E;AHklG/E;;A+B90GA;EA6FI,W5BgJoC;E4B/IpC,c5BgJqC;E4B/IrC,kBAAkB;EAClB,e5B+IuC;E4B9IvC,6BAA6B;EAC7B,yBAAyB;EACzB,oBAA4C;A/BqvGhD;;A+Bx1GA;EAwGI,yB5B3cc;EOLd,mBPylBoC;AH4mGxC;;A+B71GA;EA6GI,kBAAkB;EAClB,yB5Bjdc;EOLd,mBPylBoC;AHknGxC;;A+Bn2GA;EAoHM,yB5BrdY;AHwsHlB;;A+Bv2GA;EAwHM,eAAe;A/BmvGrB;;A+B32GA;EA4HM,yB5B7dY;AHgtHlB;;A+B/2GA;EAgIM,eAAe;A/BmvGrB;;A+Bn3GA;EAoIM,yB5BreY;AHwtHlB;;A+B9uGA;;;EXhfM,4GjB8f+H;AHsuGrI;;AoB/tHI;EW2eJ;;;IX1eM,gBAAgB;EpBquHpB;AACF;;AgC7uHA;EACE,oBAAa;EAAb,aAAa;EACb,mBAAe;EAAf,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;AhCgvHlB;;AgC7uHA;EACE,cAAc;EACd,oB7BkqBsC;AH8kGxC;;AK/uHE;E2BEE,qBAAqB;AhCivHzB;;AgCtvHA;EAUI,c7BVc;E6BWd,oBAAoB;EACpB,eAAe;AhCgvHnB;;AgCxuHA;EACE,gC7BxBgB;AHmwHlB;;AgC5uHA;EAII,mB7BkM6B;AH0iHjC;;AgChvHA;EAQI,6BAAgD;EtB3BhD,+BP4NgC;EO3NhC,gCP2NgC;AH6iHpC;;AKvwHE;E2B6BI,qC7BnCY;AHixHlB;;AgC1vHA;EAgBM,c7BpCY;E6BqCZ,6BAA6B;EAC7B,yBAAyB;AhC8uH/B;;AgChwHA;;EAwBI,c7B3Cc;E6B4Cd,sB7BnDW;E6BoDX,kC7BpDW;AHiyHf;;AgCvwHA;EA+BI,gB7BuK6B;EOzN7B,yBsBoD4B;EtBnD5B,0BsBmD4B;AhC4uHhC;;AgCnuHA;EtBtEI,sBPqOgC;AHwkHpC;;AgCvuHA;;EAOI,W7B3EW;E6B4EX,yB7B/Ca;AHoxHjB;;AgC5tHA;EAEI,kBAAc;EAAd,cAAc;EACd,kBAAkB;AhC8tHtB;;AgC1tHA;EAEI,0BAAa;EAAb,aAAa;EACb,oBAAY;EAAZ,YAAY;EACZ,kBAAkB;AhC4tHtB;;AgCntHA;EAEI,aAAa;AhCqtHjB;;AgCvtHA;EAKI,cAAc;AhCstHlB;;AiC1zHA;EACE,kBAAkB;EAClB,oBAAa;EAAb,aAAa;EACb,mBAAe;EAAf,eAAe;EACf,sBAAmB;EAAnB,mBAAmB;EACnB,sBAA8B;EAA9B,8BAA8B;EAC9B,oB9B0GW;AHmtHb;;AiCn0HA;;EAYI,oBAAa;EAAb,aAAa;EACb,mBAAe;EAAf,eAAe;EACf,sBAAmB;EAAnB,mBAAmB;EACnB,sBAA8B;EAA9B,8BAA8B;AjC4zHlC;;AiCnzHA;EACE,qBAAqB;EACrB,sB9BoqB+E;E8BnqB/E,yB9BmqB+E;E8BlqB/E,kB9BoFW;ECFP,kBAtCY;E6B1ChB,oBAAoB;EACpB,mBAAmB;AjCszHrB;;AKt1HE;E4BmCE,qBAAqB;AjCuzHzB;;AiC9yHA;EACE,oBAAa;EAAb,aAAa;EACb,0BAAsB;EAAtB,sBAAsB;EACtB,eAAe;EACf,gBAAgB;EAChB,gBAAgB;AjCizHlB;;AiCtzHA;EAQI,gBAAgB;EAChB,eAAe;AjCkzHnB;;AiC3zHA;EAaI,gBAAgB;EAChB,WAAW;AjCkzHf;;AiCzyHA;EACE,qBAAqB;EACrB,mB9B2lBuC;E8B1lBvC,sB9B0lBuC;AHktGzC;;AiChyHA;EACE,6BAAgB;EAAhB,gBAAgB;EAChB,oBAAY;EAAZ,YAAY;EAGZ,sBAAmB;EAAnB,mBAAmB;AjCiyHrB;;AiC7xHA;EACE,wB9BsmBwC;ECnlBpC,kBAtCY;E6BqBhB,cAAc;EACd,6BAA6B;EAC7B,6BAAuC;EvB3GrC,sBPqOgC;AHuqHpC;;AKj4HE;E4BoGE,qBAAqB;AjCiyHzB;;AiC3xHA;EACE,qBAAqB;EACrB,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,WAAW;EACX,mCAAmC;EACnC,0BAA0B;AjC8xH5B;;Act1HI;EmBkEC;;IAIK,gBAAgB;IAChB,eAAe;EjCsxHvB;AACF;;Ac32HI;EmB+EA;IAUI,yBAAqB;IAArB,qBAAqB;IACrB,oBAA2B;IAA3B,2BAA2B;EjCuxHjC;EiClyHG;IAcK,uBAAmB;IAAnB,mBAAmB;EjCuxH3B;EiCryHG;IAiBO,kBAAkB;EjCuxH5B;EiCxyHG;IAqBO,qB9ByiB6B;I8BxiB7B,oB9BwiB6B;EH8uGvC;EiC5yHG;;IA6BK,qBAAiB;IAAjB,iBAAiB;EjCmxHzB;EiChzHG;IAiCK,+BAAwB;IAAxB,wBAAwB;IAGxB,6BAAgB;IAAhB,gBAAgB;EjCgxHxB;EiCpzHG;IAwCK,aAAa;EjC+wHrB;AACF;;Ac13HI;EmBkEC;;IAIK,gBAAgB;IAChB,eAAe;EjC0zHvB;AACF;;Ac/4HI;EmB+EA;IAUI,yBAAqB;IAArB,qBAAqB;IACrB,oBAA2B;IAA3B,2BAA2B;EjC2zHjC;EiCt0HG;IAcK,uBAAmB;IAAnB,mBAAmB;EjC2zH3B;EiCz0HG;IAiBO,kBAAkB;EjC2zH5B;EiC50HG;IAqBO,qB9ByiB6B;I8BxiB7B,oB9BwiB6B;EHkxGvC;EiCh1HG;;IA6BK,qBAAiB;IAAjB,iBAAiB;EjCuzHzB;EiCp1HG;IAiCK,+BAAwB;IAAxB,wBAAwB;IAGxB,6BAAgB;IAAhB,gBAAgB;EjCozHxB;EiCx1HG;IAwCK,aAAa;EjCmzHrB;AACF;;Ac95HI;EmBkEC;;IAIK,gBAAgB;IAChB,eAAe;EjC81HvB;AACF;;Acn7HI;EmB+EA;IAUI,yBAAqB;IAArB,qBAAqB;IACrB,oBAA2B;IAA3B,2BAA2B;EjC+1HjC;EiC12HG;IAcK,uBAAmB;IAAnB,mBAAmB;EjC+1H3B;EiC72HG;IAiBO,kBAAkB;EjC+1H5B;EiCh3HG;IAqBO,qB9ByiB6B;I8BxiB7B,oB9BwiB6B;EHszGvC;EiCp3HG;;IA6BK,qBAAiB;IAAjB,iBAAiB;EjC21HzB;EiCx3HG;IAiCK,+BAAwB;IAAxB,wBAAwB;IAGxB,6BAAgB;IAAhB,gBAAgB;EjCw1HxB;EiC53HG;IAwCK,aAAa;EjCu1HrB;AACF;;Acl8HI;EmBkEC;;IAIK,gBAAgB;IAChB,eAAe;EjCk4HvB;AACF;;Acv9HI;EmB+EA;IAUI,yBAAqB;IAArB,qBAAqB;IACrB,oBAA2B;IAA3B,2BAA2B;EjCm4HjC;EiC94HG;IAcK,uBAAmB;IAAnB,mBAAmB;EjCm4H3B;EiCj5HG;IAiBO,kBAAkB;EjCm4H5B;EiCp5HG;IAqBO,qB9ByiB6B;I8BxiB7B,oB9BwiB6B;EH01GvC;EiCx5HG;;IA6BK,qBAAiB;IAAjB,iBAAiB;EjC+3HzB;EiC55HG;IAiCK,+BAAwB;IAAxB,wBAAwB;IAGxB,6BAAgB;IAAhB,gBAAgB;EjC43HxB;EiCh6HG;IAwCK,aAAa;EjC23HrB;AACF;;AiCz6HA;EAeQ,yBAAqB;EAArB,qBAAqB;EACrB,oBAA2B;EAA3B,2BAA2B;AjC85HnC;;AiC96HA;;EASU,gBAAgB;EAChB,eAAe;AjC06HzB;;AiCp7HA;EAmBU,uBAAmB;EAAnB,mBAAmB;AjCq6H7B;;AiCx7HA;EAsBY,kBAAkB;AjCs6H9B;;AiC57HA;EA0BY,qB9ByiB6B;E8BxiB7B,oB9BwiB6B;AH83GzC;;AiCj8HA;;EAkCU,qBAAiB;EAAjB,iBAAiB;AjCo6H3B;;AiCt8HA;EAsCU,+BAAwB;EAAxB,wBAAwB;EAGxB,6BAAgB;EAAhB,gBAAgB;AjCk6H1B;;AiC38HA;EA6CU,aAAa;AjCk6HvB;;AiCr5HA;EAEI,yB9BjLW;AHwkIf;;AKzkIE;E4BqLI,yB9BpLS;AH4kIf;;AiC75HA;EAWM,yB9B1LS;AHglIf;;AKjlIE;E4B8LM,yB9B7LO;AHolIf;;AiCr6HA;EAkBQ,yB9BjMO;AHwlIf;;AiCz6HA;;;;EA0BM,yB9BzMS;AH+lIf;;AiCh7HA;EA+BI,yB9B9MW;E8B+MX,gC9B/MW;AHomIf;;AiCr7HA;EAoCI,wP9B6fsR;AHw5G1R;;AiCz7HA;EAwCI,yB9BvNW;AH4mIf;;AiC77HA;EA0CM,yB9BzNS;AHgnIf;;AKjnIE;E4B6NM,yB9B5NO;AHonIf;;AiCj5HA;EAEI,W9B/OW;AHkoIf;;AKznIE;E4ByOI,W9BlPS;AHsoIf;;AiCz5HA;EAWM,+B9BxPS;AH0oIf;;AKjoIE;E4BkPM,gC9B3PO;AH8oIf;;AiCj6HA;EAkBQ,gC9B/PO;AHkpIf;;AiCr6HA;;;;EA0BM,W9BvQS;AHypIf;;AiC56HA;EA+BI,+B9B5QW;E8B6QX,sC9B7QW;AH8pIf;;AiCj7HA;EAoCI,8P9BkcqR;AH+8GzR;;AiCr7HA;EAwCI,+B9BrRW;AHsqIf;;AiCz7HA;EA0CM,W9BvRS;AH0qIf;;AKjqIE;E4BiRM,W9B1RO;AH8qIf;;AkCjrIA;EACE,kBAAkB;EAClB,oBAAa;EAAb,aAAa;EACb,0BAAsB;EAAtB,sBAAsB;EACtB,YAAY;EACZ,qBAAqB;EACrB,sB/BHa;E+BIb,2BAA2B;EAC3B,sC/BKa;EOZX,sBPqOgC;AHu9HpC;;AkC7rIA;EAYI,eAAe;EACf,cAAc;AlCqrIlB;;AkClsIA;ExBUI,+BP4NgC;EO3NhC,gCP2NgC;AHi+HpC;;AkCvsIA;ExBwBI,mCP8MgC;EO7MhC,kCP6MgC;AHs+HpC;;AkC/qIA;EAGE,kBAAc;EAAd,cAAc;EACd,gB/B+wByC;AHi6G3C;;AkC5qIA;EACE,sB/BywBwC;AHs6G1C;;AkC5qIA;EACE,qBAA+B;EAC/B,gBAAgB;AlC+qIlB;;AkC5qIA;EACE,gBAAgB;AlC+qIlB;;AKttIE;E6B4CE,qBAAqB;AlC8qIzB;;AkChrIA;EAMI,oB/BwvBuC;AHs7G3C;;AkCtqIA;EACE,wB/B+uByC;E+B9uBzC,gBAAgB;EAEhB,qC/BvDa;E+BwDb,6C/BxDa;AHguIf;;AkC7qIA;ExB/DI,0DwBuE8E;AlCyqIlF;;AkCjrIA;EAaM,aAAa;AlCwqInB;;AkCnqIA;EACE,wB/B6tByC;E+B5tBzC,qC/BvEa;E+BwEb,0C/BxEa;AH8uIf;;AkCzqIA;ExBjFI,0DPmzBoF;AH28GxF;;AkC9pIA;EACE,uBAAiC;EACjC,uB/B4sBwC;E+B3sBxC,sBAAgC;EAChC,gBAAgB;AlCiqIlB;;AkC9pIA;EACE,uBAAiC;EACjC,sBAAgC;AlCiqIlC;;AkC7pIA;EACE,kBAAkB;EAClB,MAAM;EACN,QAAQ;EACR,SAAS;EACT,OAAO;EACP,gB/BssByC;AH09G3C;;AkC7pIA;EACE,WAAW;ExBvHT,kCPmzBoF;AHq+GxF;;AkC5pIA;EACE,WAAW;ExBpHT,2CP0yBoF;EOzyBpF,4CPyyBoF;AH2+GxF;;AkC7pIA;EACE,WAAW;ExB3GT,+CP4xBoF;EO3xBpF,8CP2xBoF;AHi/GxF;;AkC3pIA;EACE,oBAAa;EAAb,aAAa;EACb,0BAAsB;EAAtB,sBAAsB;AlC8pIxB;;AkChqIA;EAKI,mB/B6qBsD;AHk/G1D;;ActvII;EoBkFJ;IASI,uBAAmB;IAAnB,mBAAmB;IACnB,mB/BwqBsD;I+BvqBtD,kB/BuqBsD;EHy/GxD;EkC3qIF;IAcM,oBAAa;IAAb,aAAa;IAEb,gBAAY;IAAZ,YAAY;IACZ,0BAAsB;IAAtB,sBAAsB;IACtB,kB/BgqBoD;I+B/pBpD,gBAAgB;IAChB,iB/B8pBoD;EHigHxD;AACF;;AkCtpIA;EACE,oBAAa;EAAb,aAAa;EACb,0BAAsB;EAAtB,sBAAsB;AlCypIxB;;AkC3pIA;EAOI,mB/B6oBsD;AH2gH1D;;Ac/wII;EoBgHJ;IAWI,uBAAmB;IAAnB,mBAAmB;ElCypIrB;EkCpqIF;IAgBM,gBAAY;IAAZ,YAAY;IACZ,gBAAgB;ElCupIpB;EkCxqIF;IAoBQ,cAAc;IACd,cAAc;ElCupIpB;EkC5qIF;IxBvJI,0BwBkLoC;IxBjLpC,6BwBiLoC;ElCqpItC;EkChrIF;;IAgCY,0BAA0B;ElCopIpC;EkCprIF;;IAqCY,6BAA6B;ElCmpIvC;EkCxrIF;IxBzII,yBwBmLmC;IxBlLnC,4BwBkLmC;ElCkpIrC;EkC5rIF;;IA+CY,yBAAyB;ElCipInC;EkChsIF;;IAoDY,4BAA4B;ElCgpItC;AACF;;AkCpoIA;EAEI,sB/BokBsC;AHkkH1C;;AczzII;EoBiLJ;IAMI,uB/BglBiC;I+BhlBjC,oB/BglBiC;I+BhlBjC,e/BglBiC;I+B/kBjC,2B/BglBuC;I+BhlBvC,wB/BglBuC;I+BhlBvC,mB/BglBuC;I+B/kBvC,UAAU;IACV,SAAS;ElCuoIX;EkChpIF;IAYM,qBAAqB;IACrB,WAAW;ElCuoIf;AACF;;AkC9nIA;EAEI,gBAAgB;AlCgoIpB;;AkCloIA;ExB/PI,gBwBqQ4B;AlCgoIhC;;AkCtoIA;EAUQ,gBAAgB;ExBzQpB,gBwB0Q4B;AlCgoIhC;;AkC3oIA;EAgBM,gBAAgB;ExBxPlB,6BwByPiC;ExBxPjC,4BwBwPiC;AlCgoIrC;;AkCjpIA;ExBtPI,yBwB2Q8B;ExB1Q9B,0BwB0Q8B;AlCioIlC;;AkCtpIA;EAyBM,mB/BtD2B;AHurIjC;;AmC95IA;EACE,oBAAa;EAAb,aAAa;EACb,mBAAe;EAAf,eAAe;EACf,qBhC2gCsC;EgC1gCtC,mBhC6gCsC;EgC5gCtC,gBAAgB;EAChB,yBhCGgB;EOJd,sBPqOgC;AH8rIpC;;AmC95IA;EAGI,oBhCkgCqC;AH65GzC;;AmCl6IA;EAMM,qBAAqB;EACrB,qBhC8/BmC;EgC7/BnC,chCLY;EgCMZ,YhCmgCuC;AH65G7C;;AmCz6IA;EAoBI,0BAA0B;AnCy5I9B;;AmC76IA;EAwBI,qBAAqB;AnCy5IzB;;AmCj7IA;EA4BI,chCzBc;AHk7IlB;;AoC/7IA;EACE,oBAAa;EAAb,aAAa;E7BGb,eAAe;EACf,gBAAgB;EGAd,sBPqOgC;AH4tIpC;;AoCh8IA;EACE,kBAAkB;EAClB,cAAc;EACd,uBjCqwBwC;EiCpwBxC,iBjC6N+B;EiC5N/B,iBjCwwBsC;EiCvwBtC,cjCwBe;EiCvBf,sBjCNa;EiCOb,yBjCJgB;AHu8IlB;;AoC38IA;EAWI,UAAU;EACV,cjC2J8D;EiC1J9D,qBAAqB;EACrB,yBjCXc;EiCYd,qBjCXc;AH+8IlB;;AoCn9IA;EAmBI,UAAU;EACV,UjCiwBiC;EiChwBjC,gDjCSa;AH27IjB;;AoCh8IA;EAGM,cAAc;E1BChB,+BPuMgC;EOtMhC,kCPsMgC;AH2vIpC;;AoCt8IA;E1BVI,gCPqNgC;EOpNhC,mCPoNgC;AHgwIpC;;AoC38IA;EAcI,UAAU;EACV,WjCvCW;EiCwCX,yBjCXa;EiCYb,qBjCZa;AH68IjB;;AoCl9IA;EAqBI,cjCvCc;EiCwCd,oBAAoB;EAEpB,YAAY;EACZ,sBjCjDW;EiCkDX,qBjC/Cc;AH++IlB;;AqCt/IE;EACE,uBlC8wBsC;ECnpBpC,kBAtCY;EiCnFd,gBlC8N6B;AH2xIjC;;AqCp/IM;E3BwBF,8BPwM+B;EOvM/B,iCPuM+B;AHyxInC;;AqCp/IM;E3BKF,+BPsN+B;EOrN/B,kCPqN+B;AH8xInC;;AqCtgJE;EACE,uBlC4wBqC;ECjpBnC,mBAtCY;EiCnFd,gBlC+N6B;AH0yIjC;;AqCpgJM;E3BwBF,8BPyM+B;EOxM/B,iCPwM+B;AHwyInC;;AqCpgJM;E3BKF,+BPuN+B;EOtN/B,kCPsN+B;AH6yInC;;AsCphJA;EACE,qBAAqB;EACrB,qBnC24BsC;EC10BpC,cAAW;EkC/Db,gBnCmR+B;EmClR/B,cAAc;EACd,kBAAkB;EAClB,mBAAmB;EACnB,wBAAwB;E5BRtB,sBPqOgC;EiBpO9B,qIjBqb6I;AH2mInJ;;AoB3hJI;EkBNJ;IlBOM,gBAAgB;EpB+hJpB;AACF;;AK5hJE;EiCGI,qBAAqB;AtC6hJ3B;;AsC3iJA;EAoBI,aAAa;AtC2hJjB;;AsCthJA;EACE,kBAAkB;EAClB,SAAS;AtCyhJX;;AsClhJA;EACE,oBnCg3BsC;EmC/2BtC,mBnC+2BsC;EOn5BpC,oBPs5BqC;AHoqHzC;;AsC7gJE;ECjDA,WpCMa;EoCLb,yBpCkCe;AHgiJjB;;AKpjJE;EkCVI,WpCCS;EoCAT,yBAAkC;AvCkkJxC;;AuCrkJU;EAQJ,UAAU;EACV,+CpCuBW;AH0iJjB;;AsC5hJE;ECjDA,WpCMa;EoCLb,yBpCWgB;AHskJlB;;AKnkJE;EkCVI,WpCCS;EoCAT,yBAAkC;AvCilJxC;;AuCplJU;EAQJ,UAAU;EACV,iDpCAY;AHglJlB;;AsC3iJE;ECjDA,WpCMa;EoCLb,yBpCyCe;AHujJjB;;AKllJE;EkCVI,WpCCS;EoCAT,yBAAkC;AvCgmJxC;;AuCnmJU;EAQJ,UAAU;EACV,+CpC8BW;AHikJjB;;AsC1jJE;ECjDA,WpCMa;EoCLb,yBpC2Ce;AHokJjB;;AKjmJE;EkCVI,WpCCS;EoCAT,yBAAkC;AvC+mJxC;;AuClnJU;EAQJ,UAAU;EACV,gDpCgCW;AH8kJjB;;AsCzkJE;ECjDA,cpCegB;EoCdhB,yBpCwCe;AHslJjB;;AKhnJE;EkCVI,cpCUY;EoCTZ,yBAAkC;AvC8nJxC;;AuCjoJU;EAQJ,UAAU;EACV,+CpC6BW;AHgmJjB;;AsCxlJE;ECjDA,WpCMa;EoCLb,yBpCsCe;AHumJjB;;AK/nJE;EkCVI,WpCCS;EoCAT,yBAAkC;AvC6oJxC;;AuChpJU;EAQJ,UAAU;EACV,+CpC2BW;AHinJjB;;AsCvmJE;ECjDA,cpCegB;EoCdhB,yBpCMgB;AHspJlB;;AK9oJE;EkCVI,cpCUY;EoCTZ,yBAAkC;AvC4pJxC;;AuC/pJU;EAQJ,UAAU;EACV,iDpCLY;AHgqJlB;;AsCtnJE;ECjDA,WpCMa;EoCLb,yBpCagB;AH8pJlB;;AK7pJE;EkCVI,WpCCS;EoCAT,yBAAkC;AvC2qJxC;;AuC9qJU;EAQJ,UAAU;EACV,8CpCEY;AHwqJlB;;AwCvrJA;EACE,kBAAoD;EACpD,mBrC0yBsC;EqCxyBtC,yBrCKgB;EOJd,qBPsO+B;AHm9InC;;AcloJI;E0B5DJ;IAQI,kBrCoyBoC;EHu5HtC;AACF;;AwCxrJA;EACE,gBAAgB;EAChB,eAAe;E9BTb,gB8BUsB;AxC2rJ1B;;AyCtsJA;EACE,kBAAkB;EAClB,wBtCm8ByC;EsCl8BzC,mBtCm8BsC;EsCl8BtC,6BAA6C;E/BH3C,sBPqOgC;AHw+IpC;;AyCrsJA;EAEE,cAAc;AzCusJhB;;AyCnsJA;EACE,gBtCwQ+B;AH87IjC;;AyC9rJA;EACE,mBAAsD;AzCisJxD;;AyClsJA;EAKI,kBAAkB;EAClB,MAAM;EACN,QAAQ;EACR,wBtCq6BuC;EsCp6BvC,cAAc;AzCisJlB;;AyCvrJE;EC9CA,cxBmFgE;EI9E9D,yBJ8E8D;EwBjFhE,qBxBiFgE;AlBwpJlE;;A0CvuJE;EACE,yBAAqC;A1C0uJzC;;A0CvuJE;EACE,cAA0B;A1C0uJ9B;;AyCrsJE;EC9CA,cxBmFgE;EI9E9D,yBJ8E8D;EwBjFhE,qBxBiFgE;AlBsqJlE;;A0CrvJE;EACE,yBAAqC;A1CwvJzC;;A0CrvJE;EACE,cAA0B;A1CwvJ9B;;AyCntJE;EC9CA,cxBmFgE;EI9E9D,yBJ8E8D;EwBjFhE,qBxBiFgE;AlBorJlE;;A0CnwJE;EACE,yBAAqC;A1CswJzC;;A0CnwJE;EACE,cAA0B;A1CswJ9B;;AyCjuJE;EC9CA,cxBmFgE;EI9E9D,yBJ8E8D;EwBjFhE,qBxBiFgE;AlBksJlE;;A0CjxJE;EACE,yBAAqC;A1CoxJzC;;A0CjxJE;EACE,cAA0B;A1CoxJ9B;;AyC/uJE;EC9CA,cxBmFgE;EI9E9D,yBJ8E8D;EwBjFhE,qBxBiFgE;AlBgtJlE;;A0C/xJE;EACE,yBAAqC;A1CkyJzC;;A0C/xJE;EACE,cAA0B;A1CkyJ9B;;AyC7vJE;EC9CA,cxBmFgE;EI9E9D,yBJ8E8D;EwBjFhE,qBxBiFgE;AlB8tJlE;;A0C7yJE;EACE,yBAAqC;A1CgzJzC;;A0C7yJE;EACE,cAA0B;A1CgzJ9B;;AyC3wJE;EC9CA,cxBmFgE;EI9E9D,yBJ8E8D;EwBjFhE,qBxBiFgE;AlB4uJlE;;A0C3zJE;EACE,yBAAqC;A1C8zJzC;;A0C3zJE;EACE,cAA0B;A1C8zJ9B;;AyCzxJE;EC9CA,cxBmFgE;EI9E9D,yBJ8E8D;EwBjFhE,qBxBiFgE;AlB0vJlE;;A0Cz0JE;EACE,yBAAqC;A1C40JzC;;A0Cz0JE;EACE,cAA0B;A1C40J9B;;A2Cp1JE;EACE;IAAO,2BAAuC;E3Cw1JhD;E2Cv1JE;IAAK,wBAAwB;E3C01J/B;AACF;;A2C71JE;EACE;IAAO,2BAAuC;E3Cw1JhD;E2Cv1JE;IAAK,wBAAwB;E3C01J/B;AACF;;A2Cv1JA;EACE,oBAAa;EAAb,aAAa;EACb,YxC48BsC;EwC38BtC,gBAAgB;EvCoHZ,kBAtCY;EuC5EhB,yBxCJgB;EOJd,sBPqOgC;AH8nJpC;;A2Ct1JA;EACE,oBAAa;EAAb,aAAa;EACb,0BAAsB;EAAtB,sBAAsB;EACtB,qBAAuB;EAAvB,uBAAuB;EACvB,WxCfa;EwCgBb,kBAAkB;EAClB,mBAAmB;EACnB,yBxCWe;EiB9BX,2BjBw9B4C;AHq5HlD;;AoBx2JI;EuBOJ;IvBNM,gBAAgB;EpB42JpB;AACF;;A2C51JA;ErBcE,qMAA6I;EqBZ7I,0BxCu7BsC;AHw6HxC;;A2C31JE;EACE,0DxCy7BkD;EwCz7BlD,kDxCy7BkD;AHq6HtD;;A2C51JI;EAHF;IAII,uBAAe;IAAf,eAAe;E3Cg2JnB;AACF;;A4Cx4JA;EACE,oBAAa;EAAb,aAAa;EACb,qBAAuB;EAAvB,uBAAuB;A5C24JzB;;A4Cx4JA;EACE,WAAO;EAAP,OAAO;A5C24JT;;A6C74JA;EACE,oBAAa;EAAb,aAAa;EACb,0BAAsB;EAAtB,sBAAsB;EAGtB,eAAe;EACf,gBAAgB;A7C84JlB;;A6Cr4JA;EACE,WAAW;EACX,c1CPgB;E0CQhB,mBAAmB;A7Cw4JrB;;AK94JE;EwCUE,UAAU;EACV,c1Cbc;E0Ccd,qBAAqB;EACrB,yB1CrBc;AH65JlB;;A6Cl5JA;EAcI,c1CjBc;E0CkBd,yB1CzBc;AHi6JlB;;A6C/3JA;EACE,kBAAkB;EAClB,cAAc;EACd,wB1C47ByC;E0C17BzC,mB1CuL+B;E0CrL/B,sB1C3Ca;E0C4Cb,sC1ClCa;AHk6Jf;;A6Cx4JA;EnC7BI,+BP4NgC;EO3NhC,gCP2NgC;AH8sJpC;;A6C74JA;EAeI,gBAAgB;EnC9BhB,mCP8MgC;EO7MhC,kCP6MgC;AHotJpC;;A6Cn5JA;EAqBI,c1CnDc;E0CoDd,oBAAoB;EACpB,sB1C3DW;AH67Jf;;A6Cz5JA;EA4BI,UAAU;EACV,W1CjEW;E0CkEX,yB1CrCa;E0CsCb,qB1CtCa;AHu6JjB;;A6Cp3JI;EACE,uBAAmB;EAAnB,mBAAmB;A7Cu3JzB;;A6Cx3JI;EAII,kB1C4IyB;E0C3IzB,gBAAgB;A7Cw3JxB;;A6C73JI;EnCpDA,+BPuMgC;EOtMhC,kCPsMgC;EO1LhC,0BmCgDwC;A7C03J5C;;A6Cn4JI;EAaM,eAAe;EnC/ErB,gCPqNgC;EOpNhC,mCPoNgC;EO9KhC,4BmC0C0C;A7C23J9C;;Acr6JI;E+B2BA;IACE,uBAAmB;IAAnB,mBAAmB;E7C84JvB;E6C/4JE;IAII,kB1C4IyB;I0C3IzB,gBAAgB;E7C84JtB;E6Cn5JE;InCpDA,+BPuMgC;IOtMhC,kCPsMgC;IO1LhC,0BmCgDwC;E7C+4J1C;E6Cx5JE;IAaM,eAAe;InC/ErB,gCPqNgC;IOpNhC,mCPoNgC;IO9KhC,4BmC0C0C;E7C+4J5C;AACF;;Ac17JI;E+B2BA;IACE,uBAAmB;IAAnB,mBAAmB;E7Cm6JvB;E6Cp6JE;IAII,kB1C4IyB;I0C3IzB,gBAAgB;E7Cm6JtB;E6Cx6JE;InCpDA,+BPuMgC;IOtMhC,kCPsMgC;IO1LhC,0BmCgDwC;E7Co6J1C;E6C76JE;IAaM,eAAe;InC/ErB,gCPqNgC;IOpNhC,mCPoNgC;IO9KhC,4BmC0C0C;E7Co6J5C;AACF;;Ac/8JI;E+B2BA;IACE,uBAAmB;IAAnB,mBAAmB;E7Cw7JvB;E6Cz7JE;IAII,kB1C4IyB;I0C3IzB,gBAAgB;E7Cw7JtB;E6C77JE;InCpDA,+BPuMgC;IOtMhC,kCPsMgC;IO1LhC,0BmCgDwC;E7Cy7J1C;E6Cl8JE;IAaM,eAAe;InC/ErB,gCPqNgC;IOpNhC,mCPoNgC;IO9KhC,4BmC0C0C;E7Cy7J5C;AACF;;Acp+JI;E+B2BA;IACE,uBAAmB;IAAnB,mBAAmB;E7C68JvB;E6C98JE;IAII,kB1C4IyB;I0C3IzB,gBAAgB;E7C68JtB;E6Cl9JE;InCpDA,+BPuMgC;IOtMhC,kCPsMgC;IO1LhC,0BmCgDwC;E7C88J1C;E6Cv9JE;IAaM,eAAe;InC/ErB,gCPqNgC;IOpNhC,mCPoNgC;IO9KhC,4BmC0C0C;E7C88J5C;AACF;;A6Cl8JA;EAEI,eAAe;EACf,cAAc;EnCjHd,gBmCkHwB;A7Co8J5B;;A6Cx8JA;EAOM,mB1C6G2B;AHw1JjC;;A6C58JA;EAaM,aAAa;A7Cm8JnB;;A6Ch9JA;EAmBM,gBAAgB;EAChB,gBAAgB;A7Ci8JtB;;A8CrkKE;EACE,c5BgF8D;E4B/E9D,yB5B+E8D;AlBy/JlE;;AK7jKE;EyCPM,c5B2E0D;E4B1E1D,yBAAyC;A9CwkKjD;;A8C/kKE;EAWM,W3CPO;E2CQP,yB5BqE0D;E4BpE1D,qB5BoE0D;AlBogKlE;;A8CrlKE;EACE,c5BgF8D;E4B/E9D,yB5B+E8D;AlBygKlE;;AK7kKE;EyCPM,c5B2E0D;E4B1E1D,yBAAyC;A9CwlKjD;;A8C/lKE;EAWM,W3CPO;E2CQP,yB5BqE0D;E4BpE1D,qB5BoE0D;AlBohKlE;;A8CrmKE;EACE,c5BgF8D;E4B/E9D,yB5B+E8D;AlByhKlE;;AK7lKE;EyCPM,c5B2E0D;E4B1E1D,yBAAyC;A9CwmKjD;;A8C/mKE;EAWM,W3CPO;E2CQP,yB5BqE0D;E4BpE1D,qB5BoE0D;AlBoiKlE;;A8CrnKE;EACE,c5BgF8D;E4B/E9D,yB5B+E8D;AlByiKlE;;AK7mKE;EyCPM,c5B2E0D;E4B1E1D,yBAAyC;A9CwnKjD;;A8C/nKE;EAWM,W3CPO;E2CQP,yB5BqE0D;E4BpE1D,qB5BoE0D;AlBojKlE;;A8CroKE;EACE,c5BgF8D;E4B/E9D,yB5B+E8D;AlByjKlE;;AK7nKE;EyCPM,c5B2E0D;E4B1E1D,yBAAyC;A9CwoKjD;;A8C/oKE;EAWM,W3CPO;E2CQP,yB5BqE0D;E4BpE1D,qB5BoE0D;AlBokKlE;;A8CrpKE;EACE,c5BgF8D;E4B/E9D,yB5B+E8D;AlBykKlE;;AK7oKE;EyCPM,c5B2E0D;E4B1E1D,yBAAyC;A9CwpKjD;;A8C/pKE;EAWM,W3CPO;E2CQP,yB5BqE0D;E4BpE1D,qB5BoE0D;AlBolKlE;;A8CrqKE;EACE,c5BgF8D;E4B/E9D,yB5B+E8D;AlBylKlE;;AK7pKE;EyCPM,c5B2E0D;E4B1E1D,yBAAyC;A9CwqKjD;;A8C/qKE;EAWM,W3CPO;E2CQP,yB5BqE0D;E4BpE1D,qB5BoE0D;AlBomKlE;;A8CrrKE;EACE,c5BgF8D;E4B/E9D,yB5B+E8D;AlBymKlE;;AK7qKE;EyCPM,c5B2E0D;E4B1E1D,yBAAyC;A9CwrKjD;;A8C/rKE;EAWM,W3CPO;E2CQP,yB5BqE0D;E4BpE1D,qB5BoE0D;AlBonKlE;;A+CxsKA;EACE,YAAY;E3C8HR,iBAtCY;E2CtFhB,gB5CyR+B;E4CxR/B,cAAc;EACd,W5CYa;E4CXb,yB5CCa;E4CAb,WAAW;A/C2sKb;;AKtsKE;E0CDE,W5CMW;E4CLX,qBAAqB;A/C2sKzB;;AKvsKE;E0CCI,YAAY;A/C0sKlB;;A+C/rKA;EACE,UAAU;EACV,6BAA6B;EAC7B,SAAS;EACT,wBAAgB;EAAhB,qBAAgB;EAAhB,gBAAgB;A/CksKlB;;A+C5rKA;EACE,oBAAoB;A/C+rKtB;;AgDtuKA;EACE,gB7C43BuC;E6C33BvC,gBAAgB;E5C6HZ,mBAtCY;E4CpFhB,2C7CEa;E6CDb,4BAA4B;EAC5B,oC7C63BmD;E6C53BnD,gD7CSa;E6CRb,mCAA2B;EAA3B,2BAA2B;EAC3B,UAAU;EtCLR,sBPg4BsC;AH82I1C;;AgDnvKA;EAcI,sB7Cg3BsC;AHy3I1C;;AgDvvKA;EAkBI,UAAU;AhDyuKd;;AgD3vKA;EAsBI,cAAc;EACd,UAAU;AhDyuKd;;AgDhwKA;EA2BI,aAAa;AhDyuKjB;;AgDruKA;EACE,oBAAa;EAAb,aAAa;EACb,sBAAmB;EAAnB,mBAAmB;EACnB,wB7C41BwC;E6C31BxC,c7CtBgB;E6CuBhB,2C7C7Ba;E6C8Bb,4BAA4B;EAC5B,4C7Co2BoD;AHo4ItD;;AgDruKA;EACE,gB7Co1BwC;AHo5I1C;;AiD5wKA;EAEE,gBAAgB;AjD8wKlB;;AiDhxKA;EAKI,kBAAkB;EAClB,gBAAgB;AjD+wKpB;;AiD1wKA;EACE,eAAe;EACf,MAAM;EACN,OAAO;EACP,a9CopBsC;E8CnpBtC,aAAa;EACb,WAAW;EACX,YAAY;EACZ,gBAAgB;EAGhB,UAAU;AjD2wKZ;;AiDpwKA;EACE,kBAAkB;EAClB,WAAW;EACX,c9C63BuC;E8C33BvC,oBAAoB;AjDswKtB;;AiDnwKE;E7BrCI,2CjB27BoD;EiB37BpD,mCjB27BoD;EiB37BpD,oEjB27BoD;E8Cp5BtD,sC9Ck5BmD;E8Cl5BnD,8B9Ck5BmD;AHo3IvD;;AoBxyKI;E6BgCF;I7B/BI,gBAAgB;EpB4yKpB;AACF;;AiD1wKE;EACE,uB9Cg5BoC;E8Ch5BpC,e9Cg5BoC;AH63IxC;;AiDzwKA;EACE,oBAAa;EAAb,aAAa;EACb,6BAAoD;AjD4wKtD;;AiD9wKA;EAKI,8BAAqD;EACrD,gBAAgB;AjD6wKpB;;AiDnxKA;;EAWI,oBAAc;EAAd,cAAc;AjD6wKlB;;AiDxxKA;EAeI,gBAAgB;AjD6wKpB;;AiDzwKA;EACE,oBAAa;EAAb,aAAa;EACb,sBAAmB;EAAnB,mBAAmB;EACnB,6BAAoD;AjD4wKtD;;AiD/wKA;EAOI,cAAc;EACd,0BAAiD;EACjD,WAAW;AjD4wKf;;AiDrxKA;EAcI,0BAAsB;EAAtB,sBAAsB;EACtB,qBAAuB;EAAvB,uBAAuB;EACvB,YAAY;AjD2wKhB;;AiD3xKA;EAmBM,gBAAgB;AjD4wKtB;;AiD/xKA;EAuBM,aAAa;AjD4wKnB;;AiDtwKA;EACE,kBAAkB;EAClB,oBAAa;EAAb,aAAa;EACb,0BAAsB;EAAtB,sBAAsB;EACtB,WAAW;EAGX,oBAAoB;EACpB,sB9CrGa;E8CsGb,4BAA4B;EAC5B,oC9C7Fa;EOZX,qBPsO+B;E8CzHjC,UAAU;AjDqwKZ;;AiDjwKA;EACE,eAAe;EACf,MAAM;EACN,OAAO;EACP,a9C8iBsC;E8C7iBtC,YAAY;EACZ,aAAa;EACb,sB9C5Ga;AHg3Kf;;AiD3wKA;EAUW,UAAU;AjDqwKrB;;AiD/wKA;EAWW,Y9CgzB2B;AHw9ItC;;AiDnwKA;EACE,oBAAa;EAAb,aAAa;EACb,qBAAuB;EAAvB,uBAAuB;EACvB,sBAA8B;EAA9B,8BAA8B;EAC9B,kB9C6yBsC;E8C5yBtC,gC9CjIgB;EOId,8BP6N+B;EO5N/B,+BP4N+B;AHwqKnC;;AiD7wKA;EASI,kB9CwyBoC;E8CtyBpC,8BAA6F;AjDuwKjG;;AiDlwKA;EACE,gBAAgB;EAChB,gB9CwI+B;AH6nKjC;;AiDhwKA;EACE,kBAAkB;EAGlB,kBAAc;EAAd,cAAc;EACd,a9C+vBsC;AHkgJxC;;AiD7vKA;EACE,oBAAa;EAAb,aAAa;EACb,sBAAmB;EAAnB,mBAAmB;EACnB,kBAAyB;EAAzB,yBAAyB;EACzB,a9CuvBsC;E8CtvBtC,6B9CjKgB;EOkBd,kCP+M+B;EO9M/B,iCP8M+B;AHksKnC;;AiDvwKA;EASyB,mBAAmB;AjDkwK5C;;AiD3wKA;EAUwB,oBAAoB;AjDqwK5C;;AiDjwKA;EACE,kBAAkB;EAClB,YAAY;EACZ,WAAW;EACX,YAAY;EACZ,gBAAgB;AjDowKlB;;Acj4KI;EmCzBJ;IA6JI,gB9C4vBqC;I8C3vBrC,oBAAyC;EjDkwK3C;EiD/4KF;IAiJI,+BAA4D;EjDiwK9D;EiDl5KF;IAoJM,gCAA6D;EjDiwKjE;EiDl4KF;IAsII,+BAA4D;EjD+vK9D;EiDr4KF;IAyIM,4BAAyD;EjD+vK7D;EiDvvKA;IAAY,gB9CquB2B;EHqhJvC;AACF;;Acv5KI;EmCgKF;;IAEE,gB9C6tBqC;EH8hJvC;AACF;;Ac95KI;EmCuKF;IAAY,iB9CutB4B;EHqiJxC;AACF;;AkD/9KA;EACE,kBAAkB;EAClB,a/CwqBsC;E+CvqBtC,cAAc;EACd,S/C60BmC;EgDj1BnC,kMhD+QiN;EgD7QjN,kBAAkB;EAClB,gBhDuR+B;EgDtR/B,gBhD2R+B;EgD1R/B,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;EACrB,iBAAiB;EACjB,oBAAoB;EACpB,sBAAsB;EACtB,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,gBAAgB;E/CgHZ,mBAtCY;E8C9EhB,qBAAqB;EACrB,UAAU;AlD4+KZ;;AkDv/KA;EAaW,Y/Ci0B2B;AH6qJtC;;AkD3/KA;EAgBI,kBAAkB;EAClB,cAAc;EACd,a/Ci0BqC;E+Ch0BrC,c/Ci0BqC;AH8qJzC;;AkDlgLA;EAsBM,kBAAkB;EAClB,WAAW;EACX,yBAAyB;EACzB,mBAAmB;AlDg/KzB;;AkD3+KA;EACE,iBAAgC;AlD8+KlC;;AkD/+KA;EAII,SAAS;AlD++Kb;;AkDn/KA;EAOM,MAAM;EACN,6BAAgE;EAChE,sB/CvBS;AHugLf;;AkD3+KA;EACE,iB/CuyBuC;AHusJzC;;AkD/+KA;EAII,OAAO;EACP,a/CmyBqC;E+ClyBrC,c/CiyBqC;AH8sJzC;;AkDr/KA;EASM,QAAQ;EACR,oCAA2F;EAC3F,wB/CvCS;AHuhLf;;AkD3+KA;EACE,iBAAgC;AlD8+KlC;;AkD/+KA;EAII,MAAM;AlD++KV;;AkDn/KA;EAOM,SAAS;EACT,6B/CgxBmC;E+C/wBnC,yB/CrDS;AHqiLf;;AkD3+KA;EACE,iB/CywBuC;AHquJzC;;AkD/+KA;EAII,QAAQ;EACR,a/CqwBqC;E+CpwBrC,c/CmwBqC;AH4uJzC;;AkDr/KA;EASM,OAAO;EACP,oC/CgwBmC;E+C/vBnC,uB/CrES;AHqjLf;;AkD39KA;EACE,gB/C+tBuC;E+C9tBvC,uB/CouBuC;E+CnuBvC,W/CvGa;E+CwGb,kBAAkB;EAClB,sB/C/Fa;EOZX,sBPqOgC;AHq2KpC;;AoD/kLA;EACE,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,ajDsqBsC;EiDrqBtC,cAAc;EACd,gBjD+1BuC;EgDp2BvC,kMhD+QiN;EgD7QjN,kBAAkB;EAClB,gBhDuR+B;EgDtR/B,gBhD2R+B;EgD1R/B,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;EACrB,iBAAiB;EACjB,oBAAoB;EACpB,sBAAsB;EACtB,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,gBAAgB;E/CgHZ,mBAtCY;EgD7EhB,qBAAqB;EACrB,sBjDNa;EiDOb,4BAA4B;EAC5B,oCjDEa;EOZX,qBPsO+B;AHi4KnC;;AoD5mLA;EAoBI,kBAAkB;EAClB,cAAc;EACd,WjD81BoC;EiD71BpC,cjD81BqC;EiD71BrC,gBjDmN+B;AHy4KnC;;AoDpnLA;EA4BM,kBAAkB;EAClB,cAAc;EACd,WAAW;EACX,yBAAyB;EACzB,mBAAmB;ApD4lLzB;;AoDvlLA;EACE,qBjD+0BuC;AH2wJzC;;AoD3lLA;EAII,iCAAwE;ApD2lL5E;;AoD/lLA;EAOM,SAAS;EACT,6BAAgE;EAChE,qCjD00BiE;AHkxJvE;;AoDrmLA;EAaM,WjDqL2B;EiDpL3B,6BAAgE;EAChE,sBjD7CS;AHyoLf;;AoDvlLA;EACE,mBjD2zBuC;AH+xJzC;;AoD3lLA;EAII,+BAAsE;EACtE,ajDuzBqC;EiDtzBrC,YjDqzBoC;EiDpzBpC,gBAA2B;ApD2lL/B;;AoDlmLA;EAUM,OAAO;EACP,oCAA2F;EAC3F,uCjDmzBiE;AHyyJvE;;AoDxmLA;EAgBM,SjD8J2B;EiD7J3B,oCAA2F;EAC3F,wBjDpES;AHgqLf;;AoDvlLA;EACE,kBjDoyBuC;AHszJzC;;AoD3lLA;EAII,8BAAqE;ApD2lLzE;;AoD/lLA;EAOM,MAAM;EACN,oCAA2F;EAC3F,wCjD+xBiE;AH6zJvE;;AoDrmLA;EAaM,QjD0I2B;EiDzI3B,oCAA2F;EAC3F,yBjDxFS;AHorLf;;AoD3mLA;EAqBI,kBAAkB;EAClB,MAAM;EACN,SAAS;EACT,cAAc;EACd,WjD2wBoC;EiD1wBpC,oBAAsC;EACtC,WAAW;EACX,gCjD+vBuD;AH21J3D;;AoDtlLA;EACE,oBjDowBuC;AHq1JzC;;AoD1lLA;EAII,gCAAuE;EACvE,ajDgwBqC;EiD/vBrC,YjD8vBoC;EiD7vBpC,gBAA2B;ApD0lL/B;;AoDjmLA;EAUM,QAAQ;EACR,oCjD0vBmC;EiDzvBnC,sCjD4vBiE;AH+1JvE;;AoDvmLA;EAgBM,UjDuG2B;EiDtG3B,oCjDovBmC;EiDnvBnC,uBjD3HS;AHstLf;;AoDrkLA;EACE,uBjDqtBwC;EiDptBxC,gBAAgB;EhD3BZ,eAtCY;EgDoEhB,yBjD8sByD;EiD7sBzD,gCAAyE;E1ChJvE,0C0CiJyE;E1ChJzE,2C0CgJyE;ApDwkL7E;;AoD/kLA;EAWI,aAAa;ApDwkLjB;;AoDpkLA;EACE,uBjDssBwC;EiDrsBxC,cjDzJgB;AHguLlB;;AqDnuLA;EACE,kBAAkB;ArDsuLpB;;AqDnuLA;EACE,uBAAmB;EAAnB,mBAAmB;ArDsuLrB;;AqDnuLA;EACE,kBAAkB;EAClB,WAAW;EACX,gBAAgB;ArDsuLlB;;AsD7vLE;EACE,cAAc;EACd,WAAW;EACX,WAAW;AtDgwLf;;AqDxuLA;EACE,kBAAkB;EAClB,aAAa;EACb,WAAW;EACX,WAAW;EACX,mBAAmB;EACnB,mCAA2B;EAA3B,2BAA2B;EjC5BvB,8CjB6iCkF;EiB7iClF,sCjB6iCkF;EiB7iClF,0EjB6iCkF;AH2tJxF;;AoBnwLI;EiCiBJ;IjChBM,gBAAgB;EpBuwLpB;AACF;;AqD9uLA;;;EAGE,cAAc;ArDivLhB;;AqD9uLA;;EAEE,mCAA2B;EAA3B,2BAA2B;ArDivL7B;;AqD9uLA;;EAEE,oCAA4B;EAA5B,4BAA4B;ArDivL9B;;AqDzuLA;EAEI,UAAU;EACV,4BAA4B;EAC5B,uBAAe;EAAf,eAAe;ArD2uLnB;;AqD/uLA;;;EAUI,UAAU;EACV,UAAU;ArD2uLd;;AqDtvLA;;EAgBI,UAAU;EACV,UAAU;EjCtER,2BiCuE0D;ArD2uLhE;;AoB7yLI;EiCgDJ;;IjC/CM,gBAAgB;EpBkzLpB;AACF;;AqDzuLA;;EAEE,kBAAkB;EAClB,MAAM;EACN,SAAS;EACT,UAAU;EAEV,oBAAa;EAAb,aAAa;EACb,sBAAmB;EAAnB,mBAAmB;EACnB,qBAAuB;EAAvB,uBAAuB;EACvB,UlD87BsC;EkD77BtC,WlD1Fa;EkD2Fb,kBAAkB;EAClB,YlD47BqC;EiBzhCjC,8BjB2hCgD;AH8yJtD;;AoBp0LI;EiC2EJ;;IjC1EM,gBAAgB;EpBy0LpB;AACF;;AKt0LE;;;EgDwFE,WlDjGW;EkDkGX,qBAAqB;EACrB,UAAU;EACV,YlDq7BmC;AH+zJvC;;AqDjvLA;EACE,OAAO;ArDovLT;;AqD/uLA;EACE,QAAQ;ArDkvLV;;AqD3uLA;;EAEE,qBAAqB;EACrB,WlD86BuC;EkD76BvC,YlD66BuC;EkD56BvC,qCAAqC;ArD8uLvC;;AqD5uLA;EACE,mMnCxFyI;AlBu0L3I;;AqD7uLA;EACE,mMnC3FyI;AlB20L3I;;AqDvuLA;EACE,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,OAAO;EACP,WAAW;EACX,oBAAa;EAAb,aAAa;EACb,qBAAuB;EAAvB,uBAAuB;EACvB,eAAe;EAEf,iBlDo4BsC;EkDn4BtC,gBlDm4BsC;EkDl4BtC,gBAAgB;ArDyuLlB;;AqDrvLA;EAeI,uBAAuB;EACvB,kBAAc;EAAd,cAAc;EACd,WlDk4BqC;EkDj4BrC,WlDk4BoC;EkDj4BpC,iBlDm4BoC;EkDl4BpC,gBlDk4BoC;EkDj4BpC,mBAAmB;EACnB,eAAe;EACf,sBlDhKW;EkDiKX,4BAA4B;EAE5B,kCAAiE;EACjE,qCAAoE;EACpE,WAAW;EjCtKT,6BjBkiC+C;AH82JrD;;AoB34LI;EiCqIJ;IjCpIM,gBAAgB;EpB+4LpB;AACF;;AqD5wLA;EAiCI,UAAU;ArD+uLd;;AqDtuLA;EACE,kBAAkB;EAClB,UAA2C;EAC3C,YAAY;EACZ,SAA0C;EAC1C,WAAW;EACX,iBAAiB;EACjB,oBAAoB;EACpB,WlD3La;EkD4Lb,kBAAkB;ArDyuLpB;;AuDx6LA;EACE;IAAK,iCAAyB;IAAzB,yBAAyB;EvD46L9B;AACF;;AuD96LA;EACE;IAAK,iCAAyB;IAAzB,yBAAyB;EvD46L9B;AACF;;AuD16LA;EACE,qBAAqB;EACrB,WpD8iC0B;EoD7iC1B,YpD6iC0B;EoD5iC1B,2BAA2B;EAC3B,iCAAgD;EAChD,+BAA+B;EAE/B,kBAAkB;EAClB,sDAA8C;EAA9C,8CAA8C;AvD46LhD;;AuDz6LA;EACE,WpDuiC4B;EoDtiC5B,YpDsiC4B;EoDriC5B,mBpDuiC4B;AHq4J9B;;AuDr6LA;EACE;IACE,2BAAmB;IAAnB,mBAAmB;EvDw6LrB;EuDt6LA;IACE,UAAU;EvDw6LZ;AACF;;AuD96LA;EACE;IACE,2BAAmB;IAAnB,mBAAmB;EvDw6LrB;EuDt6LA;IACE,UAAU;EvDw6LZ;AACF;;AuDr6LA;EACE,qBAAqB;EACrB,WpD+gC0B;EoD9gC1B,YpD8gC0B;EoD7gC1B,2BAA2B;EAC3B,8BAA8B;EAE9B,kBAAkB;EAClB,UAAU;EACV,oDAA4C;EAA5C,4CAA4C;AvDu6L9C;;AuDp6LA;EACE,WpDwgC4B;EoDvgC5B,YpDugC4B;AHg6J9B;;AwD19LA;EAAqB,mCAAmC;AxD89LxD;;AwD79LA;EAAqB,8BAA8B;AxDi+LnD;;AwDh+LA;EAAqB,iCAAiC;AxDo+LtD;;AwDn+LA;EAAqB,iCAAiC;AxDu+LtD;;AwDt+LA;EAAqB,sCAAsC;AxD0+L3D;;AwDz+LA;EAAqB,mCAAmC;AxD6+LxD;;AyD/+LE;EACE,oCAAmC;AzDk/LvC;;AKx+LE;;;EoDLI,oCAAgD;AzDm/LtD;;AyDz/LE;EACE,oCAAmC;AzD4/LvC;;AKl/LE;;;EoDLI,oCAAgD;AzD6/LtD;;AyDngME;EACE,oCAAmC;AzDsgMvC;;AK5/LE;;;EoDLI,oCAAgD;AzDugMtD;;AyD7gME;EACE,oCAAmC;AzDghMvC;;AKtgME;;;EoDLI,oCAAgD;AzDihMtD;;AyDvhME;EACE,oCAAmC;AzD0hMvC;;AKhhME;;;EoDLI,oCAAgD;AzD2hMtD;;AyDjiME;EACE,oCAAmC;AzDoiMvC;;AK1hME;;;EoDLI,oCAAgD;AzDqiMtD;;AyD3iME;EACE,oCAAmC;AzD8iMvC;;AKpiME;;;EoDLI,oCAAgD;AzD+iMtD;;AyDrjME;EACE,oCAAmC;AzDwjMvC;;AK9iME;;;EoDLI,oCAAgD;AzDyjMtD;;A0DxjMA;EACE,iCAAmC;A1D2jMrC;;A0DxjMA;EACE,wCAAwC;A1D2jM1C;;A2DtkMA;EAAkB,oCAAoD;A3D0kMtE;;A2DzkMA;EAAkB,wCAAwD;A3D6kM1E;;A2D5kMA;EAAkB,0CAA0D;A3DglM5E;;A2D/kMA;EAAkB,2CAA2D;A3DmlM7E;;A2DllMA;EAAkB,yCAAyD;A3DslM3E;;A2DplMA;EAAmB,oBAAoB;A3DwlMvC;;A2DvlMA;EAAmB,wBAAwB;A3D2lM3C;;A2D1lMA;EAAmB,0BAA0B;A3D8lM7C;;A2D7lMA;EAAmB,2BAA2B;A3DimM9C;;A2DhmMA;EAAmB,yBAAyB;A3DomM5C;;A2DjmME;EACE,gCAA+B;A3DomMnC;;A2DrmME;EACE,gCAA+B;A3DwmMnC;;A2DzmME;EACE,gCAA+B;A3D4mMnC;;A2D7mME;EACE,gCAA+B;A3DgnMnC;;A2DjnME;EACE,gCAA+B;A3DonMnC;;A2DrnME;EACE,gCAA+B;A3DwnMnC;;A2DznME;EACE,gCAA+B;A3D4nMnC;;A2D7nME;EACE,gCAA+B;A3DgoMnC;;A2D5nMA;EACE,6BAA+B;A3D+nMjC;;A2DxnMA;EACE,gCAA2C;A3D2nM7C;;A2DxnMA;EACE,iCAAwC;A3D2nM1C;;A2DxnMA;EACE,0CAAiD;EACjD,2CAAkD;A3D2nMpD;;A2DxnMA;EACE,2CAAkD;EAClD,8CAAqD;A3D2nMvD;;A2DxnMA;EACE,8CAAqD;EACrD,6CAAoD;A3D2nMtD;;A2DxnMA;EACE,0CAAiD;EACjD,6CAAoD;A3D2nMtD;;A2DxnMA;EACE,gCAA2C;A3D2nM7C;;A2DxnMA;EACE,6BAA6B;A3D2nM/B;;A2DxnMA;EACE,+BAAuC;A3D2nMzC;;A2DxnMA;EACE,2BAA2B;A3D2nM7B;;AsDnsME;EACE,cAAc;EACd,WAAW;EACX,WAAW;AtDssMf;;A4D/rMM;EAAwB,wBAA0B;A5DmsMxD;;A4DnsMM;EAAwB,0BAA0B;A5DusMxD;;A4DvsMM;EAAwB,gCAA0B;A5D2sMxD;;A4D3sMM;EAAwB,yBAA0B;A5D+sMxD;;A4D/sMM;EAAwB,yBAA0B;A5DmtMxD;;A4DntMM;EAAwB,6BAA0B;A5DutMxD;;A4DvtMM;EAAwB,8BAA0B;A5D2tMxD;;A4D3tMM;EAAwB,+BAA0B;EAA1B,wBAA0B;A5D+tMxD;;A4D/tMM;EAAwB,sCAA0B;EAA1B,+BAA0B;A5DmuMxD;;AclrMI;E8CjDE;IAAwB,wBAA0B;E5DwuMtD;E4DxuMI;IAAwB,0BAA0B;E5D2uMtD;E4D3uMI;IAAwB,gCAA0B;E5D8uMtD;E4D9uMI;IAAwB,yBAA0B;E5DivMtD;E4DjvMI;IAAwB,yBAA0B;E5DovMtD;E4DpvMI;IAAwB,6BAA0B;E5DuvMtD;E4DvvMI;IAAwB,8BAA0B;E5D0vMtD;E4D1vMI;IAAwB,+BAA0B;IAA1B,wBAA0B;E5D6vMtD;E4D7vMI;IAAwB,sCAA0B;IAA1B,+BAA0B;E5DgwMtD;AACF;;AchtMI;E8CjDE;IAAwB,wBAA0B;E5DswMtD;E4DtwMI;IAAwB,0BAA0B;E5DywMtD;E4DzwMI;IAAwB,gCAA0B;E5D4wMtD;E4D5wMI;IAAwB,yBAA0B;E5D+wMtD;E4D/wMI;IAAwB,yBAA0B;E5DkxMtD;E4DlxMI;IAAwB,6BAA0B;E5DqxMtD;E4DrxMI;IAAwB,8BAA0B;E5DwxMtD;E4DxxMI;IAAwB,+BAA0B;IAA1B,wBAA0B;E5D2xMtD;E4D3xMI;IAAwB,sCAA0B;IAA1B,+BAA0B;E5D8xMtD;AACF;;Ac9uMI;E8CjDE;IAAwB,wBAA0B;E5DoyMtD;E4DpyMI;IAAwB,0BAA0B;E5DuyMtD;E4DvyMI;IAAwB,gCAA0B;E5D0yMtD;E4D1yMI;IAAwB,yBAA0B;E5D6yMtD;E4D7yMI;IAAwB,yBAA0B;E5DgzMtD;E4DhzMI;IAAwB,6BAA0B;E5DmzMtD;E4DnzMI;IAAwB,8BAA0B;E5DszMtD;E4DtzMI;IAAwB,+BAA0B;IAA1B,wBAA0B;E5DyzMtD;E4DzzMI;IAAwB,sCAA0B;IAA1B,+BAA0B;E5D4zMtD;AACF;;Ac5wMI;E8CjDE;IAAwB,wBAA0B;E5Dk0MtD;E4Dl0MI;IAAwB,0BAA0B;E5Dq0MtD;E4Dr0MI;IAAwB,gCAA0B;E5Dw0MtD;E4Dx0MI;IAAwB,yBAA0B;E5D20MtD;E4D30MI;IAAwB,yBAA0B;E5D80MtD;E4D90MI;IAAwB,6BAA0B;E5Di1MtD;E4Dj1MI;IAAwB,8BAA0B;E5Do1MtD;E4Dp1MI;IAAwB,+BAA0B;IAA1B,wBAA0B;E5Du1MtD;E4Dv1MI;IAAwB,sCAA0B;IAA1B,+BAA0B;E5D01MtD;AACF;;A4Dj1MA;EAEI;IAAqB,wBAA0B;E5Do1MjD;E4Dp1ME;IAAqB,0BAA0B;E5Du1MjD;E4Dv1ME;IAAqB,gCAA0B;E5D01MjD;E4D11ME;IAAqB,yBAA0B;E5D61MjD;E4D71ME;IAAqB,yBAA0B;E5Dg2MjD;E4Dh2ME;IAAqB,6BAA0B;E5Dm2MjD;E4Dn2ME;IAAqB,8BAA0B;E5Ds2MjD;E4Dt2ME;IAAqB,+BAA0B;IAA1B,wBAA0B;E5Dy2MjD;E4Dz2ME;IAAqB,sCAA0B;IAA1B,+BAA0B;E5D42MjD;AACF;;A6Dl4MA;EACE,kBAAkB;EAClB,cAAc;EACd,WAAW;EACX,UAAU;EACV,gBAAgB;A7Dq4MlB;;A6D14MA;EAQI,cAAc;EACd,WAAW;A7Ds4Mf;;A6D/4MA;;;;;EAiBI,kBAAkB;EAClB,MAAM;EACN,SAAS;EACT,OAAO;EACP,WAAW;EACX,YAAY;EACZ,SAAS;A7Ds4Mb;;A6D93ME;EAEI,uBAA4F;A7Dg4MlG;;A6Dl4ME;EAEI,mBAA4F;A7Do4MlG;;A6Dt4ME;EAEI,gBAA4F;A7Dw4MlG;;A6D14ME;EAEI,iBAA4F;A7D44MlG;;A8Dr6MI;EAAgC,kCAA8B;EAA9B,8BAA8B;A9Dy6MlE;;A8Dx6MI;EAAgC,qCAAiC;EAAjC,iCAAiC;A9D46MrE;;A8D36MI;EAAgC,0CAAsC;EAAtC,sCAAsC;A9D+6M1E;;A8D96MI;EAAgC,6CAAyC;EAAzC,yCAAyC;A9Dk7M7E;;A8Dh7MI;EAA8B,8BAA0B;EAA1B,0BAA0B;A9Do7M5D;;A8Dn7MI;EAA8B,gCAA4B;EAA5B,4BAA4B;A9Du7M9D;;A8Dt7MI;EAA8B,sCAAkC;EAAlC,kCAAkC;A9D07MpE;;A8Dz7MI;EAA8B,6BAAyB;EAAzB,yBAAyB;A9D67M3D;;A8D57MI;EAA8B,+BAAuB;EAAvB,uBAAuB;A9Dg8MzD;;A8D/7MI;EAA8B,+BAAuB;EAAvB,uBAAuB;A9Dm8MzD;;A8Dl8MI;EAA8B,+BAAyB;EAAzB,yBAAyB;A9Ds8M3D;;A8Dr8MI;EAA8B,+BAAyB;EAAzB,yBAAyB;A9Dy8M3D;;A8Dv8MI;EAAoC,+BAAsC;EAAtC,sCAAsC;A9D28M9E;;A8D18MI;EAAoC,6BAAoC;EAApC,oCAAoC;A9D88M5E;;A8D78MI;EAAoC,gCAAkC;EAAlC,kCAAkC;A9Di9M1E;;A8Dh9MI;EAAoC,iCAAyC;EAAzC,yCAAyC;A9Do9MjF;;A8Dn9MI;EAAoC,oCAAwC;EAAxC,wCAAwC;A9Du9MhF;;A8Dr9MI;EAAiC,gCAAkC;EAAlC,kCAAkC;A9Dy9MvE;;A8Dx9MI;EAAiC,8BAAgC;EAAhC,gCAAgC;A9D49MrE;;A8D39MI;EAAiC,iCAA8B;EAA9B,8BAA8B;A9D+9MnE;;A8D99MI;EAAiC,mCAAgC;EAAhC,gCAAgC;A9Dk+MrE;;A8Dj+MI;EAAiC,kCAA+B;EAA/B,+BAA+B;A9Dq+MpE;;A8Dn+MI;EAAkC,oCAAoC;EAApC,oCAAoC;A9Du+M1E;;A8Dt+MI;EAAkC,kCAAkC;EAAlC,kCAAkC;A9D0+MxE;;A8Dz+MI;EAAkC,qCAAgC;EAAhC,gCAAgC;A9D6+MtE;;A8D5+MI;EAAkC,sCAAuC;EAAvC,uCAAuC;A9Dg/M7E;;A8D/+MI;EAAkC,yCAAsC;EAAtC,sCAAsC;A9Dm/M5E;;A8Dl/MI;EAAkC,sCAAiC;EAAjC,iCAAiC;A9Ds/MvE;;A8Dp/MI;EAAgC,oCAA2B;EAA3B,2BAA2B;A9Dw/M/D;;A8Dv/MI;EAAgC,qCAAiC;EAAjC,iCAAiC;A9D2/MrE;;A8D1/MI;EAAgC,mCAA+B;EAA/B,+BAA+B;A9D8/MnE;;A8D7/MI;EAAgC,sCAA6B;EAA7B,6BAA6B;A9DigNjE;;A8DhgNI;EAAgC,wCAA+B;EAA/B,+BAA+B;A9DogNnE;;A8DngNI;EAAgC,uCAA8B;EAA9B,8BAA8B;A9DugNlE;;Ac3/MI;EgDlDA;IAAgC,kCAA8B;IAA9B,8BAA8B;E9DkjNhE;E8DjjNE;IAAgC,qCAAiC;IAAjC,iCAAiC;E9DojNnE;E8DnjNE;IAAgC,0CAAsC;IAAtC,sCAAsC;E9DsjNxE;E8DrjNE;IAAgC,6CAAyC;IAAzC,yCAAyC;E9DwjN3E;E8DtjNE;IAA8B,8BAA0B;IAA1B,0BAA0B;E9DyjN1D;E8DxjNE;IAA8B,gCAA4B;IAA5B,4BAA4B;E9D2jN5D;E8D1jNE;IAA8B,sCAAkC;IAAlC,kCAAkC;E9D6jNlE;E8D5jNE;IAA8B,6BAAyB;IAAzB,yBAAyB;E9D+jNzD;E8D9jNE;IAA8B,+BAAuB;IAAvB,uBAAuB;E9DikNvD;E8DhkNE;IAA8B,+BAAuB;IAAvB,uBAAuB;E9DmkNvD;E8DlkNE;IAA8B,+BAAyB;IAAzB,yBAAyB;E9DqkNzD;E8DpkNE;IAA8B,+BAAyB;IAAzB,yBAAyB;E9DukNzD;E8DrkNE;IAAoC,+BAAsC;IAAtC,sCAAsC;E9DwkN5E;E8DvkNE;IAAoC,6BAAoC;IAApC,oCAAoC;E9D0kN1E;E8DzkNE;IAAoC,gCAAkC;IAAlC,kCAAkC;E9D4kNxE;E8D3kNE;IAAoC,iCAAyC;IAAzC,yCAAyC;E9D8kN/E;E8D7kNE;IAAoC,oCAAwC;IAAxC,wCAAwC;E9DglN9E;E8D9kNE;IAAiC,gCAAkC;IAAlC,kCAAkC;E9DilNrE;E8DhlNE;IAAiC,8BAAgC;IAAhC,gCAAgC;E9DmlNnE;E8DllNE;IAAiC,iCAA8B;IAA9B,8BAA8B;E9DqlNjE;E8DplNE;IAAiC,mCAAgC;IAAhC,gCAAgC;E9DulNnE;E8DtlNE;IAAiC,kCAA+B;IAA/B,+BAA+B;E9DylNlE;E8DvlNE;IAAkC,oCAAoC;IAApC,oCAAoC;E9D0lNxE;E8DzlNE;IAAkC,kCAAkC;IAAlC,kCAAkC;E9D4lNtE;E8D3lNE;IAAkC,qCAAgC;IAAhC,gCAAgC;E9D8lNpE;E8D7lNE;IAAkC,sCAAuC;IAAvC,uCAAuC;E9DgmN3E;E8D/lNE;IAAkC,yCAAsC;IAAtC,sCAAsC;E9DkmN1E;E8DjmNE;IAAkC,sCAAiC;IAAjC,iCAAiC;E9DomNrE;E8DlmNE;IAAgC,oCAA2B;IAA3B,2BAA2B;E9DqmN7D;E8DpmNE;IAAgC,qCAAiC;IAAjC,iCAAiC;E9DumNnE;E8DtmNE;IAAgC,mCAA+B;IAA/B,+BAA+B;E9DymNjE;E8DxmNE;IAAgC,sCAA6B;IAA7B,6BAA6B;E9D2mN/D;E8D1mNE;IAAgC,wCAA+B;IAA/B,+BAA+B;E9D6mNjE;E8D5mNE;IAAgC,uCAA8B;IAA9B,8BAA8B;E9D+mNhE;AACF;;AcpmNI;EgDlDA;IAAgC,kCAA8B;IAA9B,8BAA8B;E9D2pNhE;E8D1pNE;IAAgC,qCAAiC;IAAjC,iCAAiC;E9D6pNnE;E8D5pNE;IAAgC,0CAAsC;IAAtC,sCAAsC;E9D+pNxE;E8D9pNE;IAAgC,6CAAyC;IAAzC,yCAAyC;E9DiqN3E;E8D/pNE;IAA8B,8BAA0B;IAA1B,0BAA0B;E9DkqN1D;E8DjqNE;IAA8B,gCAA4B;IAA5B,4BAA4B;E9DoqN5D;E8DnqNE;IAA8B,sCAAkC;IAAlC,kCAAkC;E9DsqNlE;E8DrqNE;IAA8B,6BAAyB;IAAzB,yBAAyB;E9DwqNzD;E8DvqNE;IAA8B,+BAAuB;IAAvB,uBAAuB;E9D0qNvD;E8DzqNE;IAA8B,+BAAuB;IAAvB,uBAAuB;E9D4qNvD;E8D3qNE;IAA8B,+BAAyB;IAAzB,yBAAyB;E9D8qNzD;E8D7qNE;IAA8B,+BAAyB;IAAzB,yBAAyB;E9DgrNzD;E8D9qNE;IAAoC,+BAAsC;IAAtC,sCAAsC;E9DirN5E;E8DhrNE;IAAoC,6BAAoC;IAApC,oCAAoC;E9DmrN1E;E8DlrNE;IAAoC,gCAAkC;IAAlC,kCAAkC;E9DqrNxE;E8DprNE;IAAoC,iCAAyC;IAAzC,yCAAyC;E9DurN/E;E8DtrNE;IAAoC,oCAAwC;IAAxC,wCAAwC;E9DyrN9E;E8DvrNE;IAAiC,gCAAkC;IAAlC,kCAAkC;E9D0rNrE;E8DzrNE;IAAiC,8BAAgC;IAAhC,gCAAgC;E9D4rNnE;E8D3rNE;IAAiC,iCAA8B;IAA9B,8BAA8B;E9D8rNjE;E8D7rNE;IAAiC,mCAAgC;IAAhC,gCAAgC;E9DgsNnE;E8D/rNE;IAAiC,kCAA+B;IAA/B,+BAA+B;E9DksNlE;E8DhsNE;IAAkC,oCAAoC;IAApC,oCAAoC;E9DmsNxE;E8DlsNE;IAAkC,kCAAkC;IAAlC,kCAAkC;E9DqsNtE;E8DpsNE;IAAkC,qCAAgC;IAAhC,gCAAgC;E9DusNpE;E8DtsNE;IAAkC,sCAAuC;IAAvC,uCAAuC;E9DysN3E;E8DxsNE;IAAkC,yCAAsC;IAAtC,sCAAsC;E9D2sN1E;E8D1sNE;IAAkC,sCAAiC;IAAjC,iCAAiC;E9D6sNrE;E8D3sNE;IAAgC,oCAA2B;IAA3B,2BAA2B;E9D8sN7D;E8D7sNE;IAAgC,qCAAiC;IAAjC,iCAAiC;E9DgtNnE;E8D/sNE;IAAgC,mCAA+B;IAA/B,+BAA+B;E9DktNjE;E8DjtNE;IAAgC,sCAA6B;IAA7B,6BAA6B;E9DotN/D;E8DntNE;IAAgC,wCAA+B;IAA/B,+BAA+B;E9DstNjE;E8DrtNE;IAAgC,uCAA8B;IAA9B,8BAA8B;E9DwtNhE;AACF;;Ac7sNI;EgDlDA;IAAgC,kCAA8B;IAA9B,8BAA8B;E9DowNhE;E8DnwNE;IAAgC,qCAAiC;IAAjC,iCAAiC;E9DswNnE;E8DrwNE;IAAgC,0CAAsC;IAAtC,sCAAsC;E9DwwNxE;E8DvwNE;IAAgC,6CAAyC;IAAzC,yCAAyC;E9D0wN3E;E8DxwNE;IAA8B,8BAA0B;IAA1B,0BAA0B;E9D2wN1D;E8D1wNE;IAA8B,gCAA4B;IAA5B,4BAA4B;E9D6wN5D;E8D5wNE;IAA8B,sCAAkC;IAAlC,kCAAkC;E9D+wNlE;E8D9wNE;IAA8B,6BAAyB;IAAzB,yBAAyB;E9DixNzD;E8DhxNE;IAA8B,+BAAuB;IAAvB,uBAAuB;E9DmxNvD;E8DlxNE;IAA8B,+BAAuB;IAAvB,uBAAuB;E9DqxNvD;E8DpxNE;IAA8B,+BAAyB;IAAzB,yBAAyB;E9DuxNzD;E8DtxNE;IAA8B,+BAAyB;IAAzB,yBAAyB;E9DyxNzD;E8DvxNE;IAAoC,+BAAsC;IAAtC,sCAAsC;E9D0xN5E;E8DzxNE;IAAoC,6BAAoC;IAApC,oCAAoC;E9D4xN1E;E8D3xNE;IAAoC,gCAAkC;IAAlC,kCAAkC;E9D8xNxE;E8D7xNE;IAAoC,iCAAyC;IAAzC,yCAAyC;E9DgyN/E;E8D/xNE;IAAoC,oCAAwC;IAAxC,wCAAwC;E9DkyN9E;E8DhyNE;IAAiC,gCAAkC;IAAlC,kCAAkC;E9DmyNrE;E8DlyNE;IAAiC,8BAAgC;IAAhC,gCAAgC;E9DqyNnE;E8DpyNE;IAAiC,iCAA8B;IAA9B,8BAA8B;E9DuyNjE;E8DtyNE;IAAiC,mCAAgC;IAAhC,gCAAgC;E9DyyNnE;E8DxyNE;IAAiC,kCAA+B;IAA/B,+BAA+B;E9D2yNlE;E8DzyNE;IAAkC,oCAAoC;IAApC,oCAAoC;E9D4yNxE;E8D3yNE;IAAkC,kCAAkC;IAAlC,kCAAkC;E9D8yNtE;E8D7yNE;IAAkC,qCAAgC;IAAhC,gCAAgC;E9DgzNpE;E8D/yNE;IAAkC,sCAAuC;IAAvC,uCAAuC;E9DkzN3E;E8DjzNE;IAAkC,yCAAsC;IAAtC,sCAAsC;E9DozN1E;E8DnzNE;IAAkC,sCAAiC;IAAjC,iCAAiC;E9DszNrE;E8DpzNE;IAAgC,oCAA2B;IAA3B,2BAA2B;E9DuzN7D;E8DtzNE;IAAgC,qCAAiC;IAAjC,iCAAiC;E9DyzNnE;E8DxzNE;IAAgC,mCAA+B;IAA/B,+BAA+B;E9D2zNjE;E8D1zNE;IAAgC,sCAA6B;IAA7B,6BAA6B;E9D6zN/D;E8D5zNE;IAAgC,wCAA+B;IAA/B,+BAA+B;E9D+zNjE;E8D9zNE;IAAgC,uCAA8B;IAA9B,8BAA8B;E9Di0NhE;AACF;;ActzNI;EgDlDA;IAAgC,kCAA8B;IAA9B,8BAA8B;E9D62NhE;E8D52NE;IAAgC,qCAAiC;IAAjC,iCAAiC;E9D+2NnE;E8D92NE;IAAgC,0CAAsC;IAAtC,sCAAsC;E9Di3NxE;E8Dh3NE;IAAgC,6CAAyC;IAAzC,yCAAyC;E9Dm3N3E;E8Dj3NE;IAA8B,8BAA0B;IAA1B,0BAA0B;E9Do3N1D;E8Dn3NE;IAA8B,gCAA4B;IAA5B,4BAA4B;E9Ds3N5D;E8Dr3NE;IAA8B,sCAAkC;IAAlC,kCAAkC;E9Dw3NlE;E8Dv3NE;IAA8B,6BAAyB;IAAzB,yBAAyB;E9D03NzD;E8Dz3NE;IAA8B,+BAAuB;IAAvB,uBAAuB;E9D43NvD;E8D33NE;IAA8B,+BAAuB;IAAvB,uBAAuB;E9D83NvD;E8D73NE;IAA8B,+BAAyB;IAAzB,yBAAyB;E9Dg4NzD;E8D/3NE;IAA8B,+BAAyB;IAAzB,yBAAyB;E9Dk4NzD;E8Dh4NE;IAAoC,+BAAsC;IAAtC,sCAAsC;E9Dm4N5E;E8Dl4NE;IAAoC,6BAAoC;IAApC,oCAAoC;E9Dq4N1E;E8Dp4NE;IAAoC,gCAAkC;IAAlC,kCAAkC;E9Du4NxE;E8Dt4NE;IAAoC,iCAAyC;IAAzC,yCAAyC;E9Dy4N/E;E8Dx4NE;IAAoC,oCAAwC;IAAxC,wCAAwC;E9D24N9E;E8Dz4NE;IAAiC,gCAAkC;IAAlC,kCAAkC;E9D44NrE;E8D34NE;IAAiC,8BAAgC;IAAhC,gCAAgC;E9D84NnE;E8D74NE;IAAiC,iCAA8B;IAA9B,8BAA8B;E9Dg5NjE;E8D/4NE;IAAiC,mCAAgC;IAAhC,gCAAgC;E9Dk5NnE;E8Dj5NE;IAAiC,kCAA+B;IAA/B,+BAA+B;E9Do5NlE;E8Dl5NE;IAAkC,oCAAoC;IAApC,oCAAoC;E9Dq5NxE;E8Dp5NE;IAAkC,kCAAkC;IAAlC,kCAAkC;E9Du5NtE;E8Dt5NE;IAAkC,qCAAgC;IAAhC,gCAAgC;E9Dy5NpE;E8Dx5NE;IAAkC,sCAAuC;IAAvC,uCAAuC;E9D25N3E;E8D15NE;IAAkC,yCAAsC;IAAtC,sCAAsC;E9D65N1E;E8D55NE;IAAkC,sCAAiC;IAAjC,iCAAiC;E9D+5NrE;E8D75NE;IAAgC,oCAA2B;IAA3B,2BAA2B;E9Dg6N7D;E8D/5NE;IAAgC,qCAAiC;IAAjC,iCAAiC;E9Dk6NnE;E8Dj6NE;IAAgC,mCAA+B;IAA/B,+BAA+B;E9Do6NjE;E8Dn6NE;IAAgC,sCAA6B;IAA7B,6BAA6B;E9Ds6N/D;E8Dr6NE;IAAgC,wCAA+B;IAA/B,+BAA+B;E9Dw6NjE;E8Dv6NE;IAAgC,uCAA8B;IAA9B,8BAA8B;E9D06NhE;AACF;;A+Dr9NI;EAAwB,sBAAsB;A/Dy9NlD;;A+Dx9NI;EAAwB,uBAAuB;A/D49NnD;;A+D39NI;EAAwB,sBAAsB;A/D+9NlD;;Ac36NI;EiDtDA;IAAwB,sBAAsB;E/Ds+NhD;E+Dr+NE;IAAwB,uBAAuB;E/Dw+NjD;E+Dv+NE;IAAwB,sBAAsB;E/D0+NhD;AACF;;Acv7NI;EiDtDA;IAAwB,sBAAsB;E/Dk/NhD;E+Dj/NE;IAAwB,uBAAuB;E/Do/NjD;E+Dn/NE;IAAwB,sBAAsB;E/Ds/NhD;AACF;;Acn8NI;EiDtDA;IAAwB,sBAAsB;E/D8/NhD;E+D7/NE;IAAwB,uBAAuB;E/DggOjD;E+D//NE;IAAwB,sBAAsB;E/DkgOhD;AACF;;Ac/8NI;EiDtDA;IAAwB,sBAAsB;E/D0gOhD;E+DzgOE;IAAwB,uBAAuB;E/D4gOjD;E+D3gOE;IAAwB,sBAAsB;E/D8gOhD;AACF;;AgEphOE;EAAsB,yBAA2B;AhEwhOnD;;AgExhOE;EAAsB,2BAA2B;AhE4hOnD;;AiE3hOE;EAAyB,2BAA8B;AjE+hOzD;;AiE/hOE;EAAyB,6BAA8B;AjEmiOzD;;AiEniOE;EAAyB,6BAA8B;AjEuiOzD;;AiEviOE;EAAyB,0BAA8B;AjE2iOzD;;AiE3iOE;EAAyB,mCAA8B;EAA9B,2BAA8B;AjE+iOzD;;AiE1iOA;EACE,eAAe;EACf,MAAM;EACN,QAAQ;EACR,OAAO;EACP,a9DypBsC;AHo5MxC;;AiE1iOA;EACE,eAAe;EACf,QAAQ;EACR,SAAS;EACT,OAAO;EACP,a9DipBsC;AH45MxC;;AiEziO8B;EAD9B;IAEI,wBAAgB;IAAhB,gBAAgB;IAChB,MAAM;IACN,a9DyoBoC;EHo6MtC;AACF;;AkEvkOA;ECEE,kBAAkB;EAClB,UAAU;EACV,WAAW;EACX,UAAU;EACV,gBAAgB;EAChB,sBAAsB;EACtB,mBAAmB;EACnB,SAAS;AnEykOX;;AmE/jOE;EAEE,gBAAgB;EAChB,WAAW;EACX,YAAY;EACZ,iBAAiB;EACjB,UAAU;EACV,mBAAmB;AnEikOvB;;AoE7lOA;EAAa,8DAAqC;ApEimOlD;;AoEhmOA;EAAU,wDAAkC;ApEomO5C;;AoEnmOA;EAAa,uDAAqC;ApEumOlD;;AoEtmOA;EAAe,2BAA2B;ApE0mO1C;;AqEzmOI;EAAuB,qBAA4B;ArE6mOvD;;AqE7mOI;EAAuB,qBAA4B;ArEinOvD;;AqEjnOI;EAAuB,qBAA4B;ArEqnOvD;;AqErnOI;EAAuB,sBAA4B;ArEynOvD;;AqEznOI;EAAuB,sBAA4B;ArE6nOvD;;AqE7nOI;EAAuB,sBAA4B;ArEioOvD;;AqEjoOI;EAAuB,sBAA4B;ArEqoOvD;;AqEroOI;EAAuB,sBAA4B;ArEyoOvD;;AqEzoOI;EAAuB,uBAA4B;ArE6oOvD;;AqE7oOI;EAAuB,uBAA4B;ArEipOvD;;AqE7oOA;EAAU,0BAA0B;ArEipOpC;;AqEhpOA;EAAU,2BAA2B;ArEopOrC;;AqEhpOA;EAAc,2BAA2B;ArEopOzC;;AqEnpOA;EAAc,4BAA4B;ArEupO1C;;AqErpOA;EAAU,uBAAuB;ArEypOjC;;AqExpOA;EAAU,wBAAwB;ArE4pOlC;;AsE3qOA;EAEI,kBAAkB;EAClB,MAAM;EACN,QAAQ;EACR,SAAS;EACT,OAAO;EACP,UAAU;EAEV,oBAAoB;EACpB,WAAW;EAEX,kCAAkC;AtE2qOtC;;AuEjrOQ;EAAgC,oBAA4B;AvEqrOpE;;AuEprOQ;;EAEE,wBAAoC;AvEurO9C;;AuErrOQ;;EAEE,0BAAwC;AvEwrOlD;;AuEtrOQ;;EAEE,2BAA0C;AvEyrOpD;;AuEvrOQ;;EAEE,yBAAsC;AvE0rOhD;;AuEzsOQ;EAAgC,0BAA4B;AvE6sOpE;;AuE5sOQ;;EAEE,8BAAoC;AvE+sO9C;;AuE7sOQ;;EAEE,gCAAwC;AvEgtOlD;;AuE9sOQ;;EAEE,iCAA0C;AvEitOpD;;AuE/sOQ;;EAEE,+BAAsC;AvEktOhD;;AuEjuOQ;EAAgC,yBAA4B;AvEquOpE;;AuEpuOQ;;EAEE,6BAAoC;AvEuuO9C;;AuEruOQ;;EAEE,+BAAwC;AvEwuOlD;;AuEtuOQ;;EAEE,gCAA0C;AvEyuOpD;;AuEvuOQ;;EAEE,8BAAsC;AvE0uOhD;;AuEzvOQ;EAAgC,uBAA4B;AvE6vOpE;;AuE5vOQ;;EAEE,2BAAoC;AvE+vO9C;;AuE7vOQ;;EAEE,6BAAwC;AvEgwOlD;;AuE9vOQ;;EAEE,8BAA0C;AvEiwOpD;;AuE/vOQ;;EAEE,4BAAsC;AvEkwOhD;;AuEjxOQ;EAAgC,yBAA4B;AvEqxOpE;;AuEpxOQ;;EAEE,6BAAoC;AvEuxO9C;;AuErxOQ;;EAEE,+BAAwC;AvEwxOlD;;AuEtxOQ;;EAEE,gCAA0C;AvEyxOpD;;AuEvxOQ;;EAEE,8BAAsC;AvE0xOhD;;AuEzyOQ;EAAgC,uBAA4B;AvE6yOpE;;AuE5yOQ;;EAEE,2BAAoC;AvE+yO9C;;AuE7yOQ;;EAEE,6BAAwC;AvEgzOlD;;AuE9yOQ;;EAEE,8BAA0C;AvEizOpD;;AuE/yOQ;;EAEE,4BAAsC;AvEkzOhD;;AuEj0OQ;EAAgC,qBAA4B;AvEq0OpE;;AuEp0OQ;;EAEE,yBAAoC;AvEu0O9C;;AuEr0OQ;;EAEE,2BAAwC;AvEw0OlD;;AuEt0OQ;;EAEE,4BAA0C;AvEy0OpD;;AuEv0OQ;;EAEE,0BAAsC;AvE00OhD;;AuEz1OQ;EAAgC,2BAA4B;AvE61OpE;;AuE51OQ;;EAEE,+BAAoC;AvE+1O9C;;AuE71OQ;;EAEE,iCAAwC;AvEg2OlD;;AuE91OQ;;EAEE,kCAA0C;AvEi2OpD;;AuE/1OQ;;EAEE,gCAAsC;AvEk2OhD;;AuEj3OQ;EAAgC,0BAA4B;AvEq3OpE;;AuEp3OQ;;EAEE,8BAAoC;AvEu3O9C;;AuEr3OQ;;EAEE,gCAAwC;AvEw3OlD;;AuEt3OQ;;EAEE,iCAA0C;AvEy3OpD;;AuEv3OQ;;EAEE,+BAAsC;AvE03OhD;;AuEz4OQ;EAAgC,wBAA4B;AvE64OpE;;AuE54OQ;;EAEE,4BAAoC;AvE+4O9C;;AuE74OQ;;EAEE,8BAAwC;AvEg5OlD;;AuE94OQ;;EAEE,+BAA0C;AvEi5OpD;;AuE/4OQ;;EAEE,6BAAsC;AvEk5OhD;;AuEj6OQ;EAAgC,0BAA4B;AvEq6OpE;;AuEp6OQ;;EAEE,8BAAoC;AvEu6O9C;;AuEr6OQ;;EAEE,gCAAwC;AvEw6OlD;;AuEt6OQ;;EAEE,iCAA0C;AvEy6OpD;;AuEv6OQ;;EAEE,+BAAsC;AvE06OhD;;AuEz7OQ;EAAgC,wBAA4B;AvE67OpE;;AuE57OQ;;EAEE,4BAAoC;AvE+7O9C;;AuE77OQ;;EAEE,8BAAwC;AvEg8OlD;;AuE97OQ;;EAEE,+BAA0C;AvEi8OpD;;AuE/7OQ;;EAEE,6BAAsC;AvEk8OhD;;AuE17OQ;EAAwB,2BAA2B;AvE87O3D;;AuE77OQ;;EAEE,+BAA+B;AvEg8OzC;;AuE97OQ;;EAEE,iCAAiC;AvEi8O3C;;AuE/7OQ;;EAEE,kCAAkC;AvEk8O5C;;AuEh8OQ;;EAEE,gCAAgC;AvEm8O1C;;AuEl9OQ;EAAwB,0BAA2B;AvEs9O3D;;AuEr9OQ;;EAEE,8BAA+B;AvEw9OzC;;AuEt9OQ;;EAEE,gCAAiC;AvEy9O3C;;AuEv9OQ;;EAEE,iCAAkC;AvE09O5C;;AuEx9OQ;;EAEE,+BAAgC;AvE29O1C;;AuE1+OQ;EAAwB,wBAA2B;AvE8+O3D;;AuE7+OQ;;EAEE,4BAA+B;AvEg/OzC;;AuE9+OQ;;EAEE,8BAAiC;AvEi/O3C;;AuE/+OQ;;EAEE,+BAAkC;AvEk/O5C;;AuEh/OQ;;EAEE,6BAAgC;AvEm/O1C;;AuElgPQ;EAAwB,0BAA2B;AvEsgP3D;;AuErgPQ;;EAEE,8BAA+B;AvEwgPzC;;AuEtgPQ;;EAEE,gCAAiC;AvEygP3C;;AuEvgPQ;;EAEE,iCAAkC;AvE0gP5C;;AuExgPQ;;EAEE,+BAAgC;AvE2gP1C;;AuE1hPQ;EAAwB,wBAA2B;AvE8hP3D;;AuE7hPQ;;EAEE,4BAA+B;AvEgiPzC;;AuE9hPQ;;EAEE,8BAAiC;AvEiiP3C;;AuE/hPQ;;EAEE,+BAAkC;AvEkiP5C;;AuEhiPQ;;EAEE,6BAAgC;AvEmiP1C;;AuE7hPI;EAAmB,uBAAuB;AvEiiP9C;;AuEhiPI;;EAEE,2BAA2B;AvEmiPjC;;AuEjiPI;;EAEE,6BAA6B;AvEoiPnC;;AuEliPI;;EAEE,8BAA8B;AvEqiPpC;;AuEniPI;;EAEE,4BAA4B;AvEsiPlC;;Ac/iPI;EyDlDI;IAAgC,oBAA4B;EvEsmPlE;EuErmPM;;IAEE,wBAAoC;EvEumP5C;EuErmPM;;IAEE,0BAAwC;EvEumPhD;EuErmPM;;IAEE,2BAA0C;EvEumPlD;EuErmPM;;IAEE,yBAAsC;EvEumP9C;EuEtnPM;IAAgC,0BAA4B;EvEynPlE;EuExnPM;;IAEE,8BAAoC;EvE0nP5C;EuExnPM;;IAEE,gCAAwC;EvE0nPhD;EuExnPM;;IAEE,iCAA0C;EvE0nPlD;EuExnPM;;IAEE,+BAAsC;EvE0nP9C;EuEzoPM;IAAgC,yBAA4B;EvE4oPlE;EuE3oPM;;IAEE,6BAAoC;EvE6oP5C;EuE3oPM;;IAEE,+BAAwC;EvE6oPhD;EuE3oPM;;IAEE,gCAA0C;EvE6oPlD;EuE3oPM;;IAEE,8BAAsC;EvE6oP9C;EuE5pPM;IAAgC,uBAA4B;EvE+pPlE;EuE9pPM;;IAEE,2BAAoC;EvEgqP5C;EuE9pPM;;IAEE,6BAAwC;EvEgqPhD;EuE9pPM;;IAEE,8BAA0C;EvEgqPlD;EuE9pPM;;IAEE,4BAAsC;EvEgqP9C;EuE/qPM;IAAgC,yBAA4B;EvEkrPlE;EuEjrPM;;IAEE,6BAAoC;EvEmrP5C;EuEjrPM;;IAEE,+BAAwC;EvEmrPhD;EuEjrPM;;IAEE,gCAA0C;EvEmrPlD;EuEjrPM;;IAEE,8BAAsC;EvEmrP9C;EuElsPM;IAAgC,uBAA4B;EvEqsPlE;EuEpsPM;;IAEE,2BAAoC;EvEssP5C;EuEpsPM;;IAEE,6BAAwC;EvEssPhD;EuEpsPM;;IAEE,8BAA0C;EvEssPlD;EuEpsPM;;IAEE,4BAAsC;EvEssP9C;EuErtPM;IAAgC,qBAA4B;EvEwtPlE;EuEvtPM;;IAEE,yBAAoC;EvEytP5C;EuEvtPM;;IAEE,2BAAwC;EvEytPhD;EuEvtPM;;IAEE,4BAA0C;EvEytPlD;EuEvtPM;;IAEE,0BAAsC;EvEytP9C;EuExuPM;IAAgC,2BAA4B;EvE2uPlE;EuE1uPM;;IAEE,+BAAoC;EvE4uP5C;EuE1uPM;;IAEE,iCAAwC;EvE4uPhD;EuE1uPM;;IAEE,kCAA0C;EvE4uPlD;EuE1uPM;;IAEE,gCAAsC;EvE4uP9C;EuE3vPM;IAAgC,0BAA4B;EvE8vPlE;EuE7vPM;;IAEE,8BAAoC;EvE+vP5C;EuE7vPM;;IAEE,gCAAwC;EvE+vPhD;EuE7vPM;;IAEE,iCAA0C;EvE+vPlD;EuE7vPM;;IAEE,+BAAsC;EvE+vP9C;EuE9wPM;IAAgC,wBAA4B;EvEixPlE;EuEhxPM;;IAEE,4BAAoC;EvEkxP5C;EuEhxPM;;IAEE,8BAAwC;EvEkxPhD;EuEhxPM;;IAEE,+BAA0C;EvEkxPlD;EuEhxPM;;IAEE,6BAAsC;EvEkxP9C;EuEjyPM;IAAgC,0BAA4B;EvEoyPlE;EuEnyPM;;IAEE,8BAAoC;EvEqyP5C;EuEnyPM;;IAEE,gCAAwC;EvEqyPhD;EuEnyPM;;IAEE,iCAA0C;EvEqyPlD;EuEnyPM;;IAEE,+BAAsC;EvEqyP9C;EuEpzPM;IAAgC,wBAA4B;EvEuzPlE;EuEtzPM;;IAEE,4BAAoC;EvEwzP5C;EuEtzPM;;IAEE,8BAAwC;EvEwzPhD;EuEtzPM;;IAEE,+BAA0C;EvEwzPlD;EuEtzPM;;IAEE,6BAAsC;EvEwzP9C;EuEhzPM;IAAwB,2BAA2B;EvEmzPzD;EuElzPM;;IAEE,+BAA+B;EvEozPvC;EuElzPM;;IAEE,iCAAiC;EvEozPzC;EuElzPM;;IAEE,kCAAkC;EvEozP1C;EuElzPM;;IAEE,gCAAgC;EvEozPxC;EuEn0PM;IAAwB,0BAA2B;EvEs0PzD;EuEr0PM;;IAEE,8BAA+B;EvEu0PvC;EuEr0PM;;IAEE,gCAAiC;EvEu0PzC;EuEr0PM;;IAEE,iCAAkC;EvEu0P1C;EuEr0PM;;IAEE,+BAAgC;EvEu0PxC;EuEt1PM;IAAwB,wBAA2B;EvEy1PzD;EuEx1PM;;IAEE,4BAA+B;EvE01PvC;EuEx1PM;;IAEE,8BAAiC;EvE01PzC;EuEx1PM;;IAEE,+BAAkC;EvE01P1C;EuEx1PM;;IAEE,6BAAgC;EvE01PxC;EuEz2PM;IAAwB,0BAA2B;EvE42PzD;EuE32PM;;IAEE,8BAA+B;EvE62PvC;EuE32PM;;IAEE,gCAAiC;EvE62PzC;EuE32PM;;IAEE,iCAAkC;EvE62P1C;EuE32PM;;IAEE,+BAAgC;EvE62PxC;EuE53PM;IAAwB,wBAA2B;EvE+3PzD;EuE93PM;;IAEE,4BAA+B;EvEg4PvC;EuE93PM;;IAEE,8BAAiC;EvEg4PzC;EuE93PM;;IAEE,+BAAkC;EvEg4P1C;EuE93PM;;IAEE,6BAAgC;EvEg4PxC;EuE13PE;IAAmB,uBAAuB;EvE63P5C;EuE53PE;;IAEE,2BAA2B;EvE83P/B;EuE53PE;;IAEE,6BAA6B;EvE83PjC;EuE53PE;;IAEE,8BAA8B;EvE83PlC;EuE53PE;;IAEE,4BAA4B;EvE83PhC;AACF;;Acx4PI;EyDlDI;IAAgC,oBAA4B;EvE+7PlE;EuE97PM;;IAEE,wBAAoC;EvEg8P5C;EuE97PM;;IAEE,0BAAwC;EvEg8PhD;EuE97PM;;IAEE,2BAA0C;EvEg8PlD;EuE97PM;;IAEE,yBAAsC;EvEg8P9C;EuE/8PM;IAAgC,0BAA4B;EvEk9PlE;EuEj9PM;;IAEE,8BAAoC;EvEm9P5C;EuEj9PM;;IAEE,gCAAwC;EvEm9PhD;EuEj9PM;;IAEE,iCAA0C;EvEm9PlD;EuEj9PM;;IAEE,+BAAsC;EvEm9P9C;EuEl+PM;IAAgC,yBAA4B;EvEq+PlE;EuEp+PM;;IAEE,6BAAoC;EvEs+P5C;EuEp+PM;;IAEE,+BAAwC;EvEs+PhD;EuEp+PM;;IAEE,gCAA0C;EvEs+PlD;EuEp+PM;;IAEE,8BAAsC;EvEs+P9C;EuEr/PM;IAAgC,uBAA4B;EvEw/PlE;EuEv/PM;;IAEE,2BAAoC;EvEy/P5C;EuEv/PM;;IAEE,6BAAwC;EvEy/PhD;EuEv/PM;;IAEE,8BAA0C;EvEy/PlD;EuEv/PM;;IAEE,4BAAsC;EvEy/P9C;EuExgQM;IAAgC,yBAA4B;EvE2gQlE;EuE1gQM;;IAEE,6BAAoC;EvE4gQ5C;EuE1gQM;;IAEE,+BAAwC;EvE4gQhD;EuE1gQM;;IAEE,gCAA0C;EvE4gQlD;EuE1gQM;;IAEE,8BAAsC;EvE4gQ9C;EuE3hQM;IAAgC,uBAA4B;EvE8hQlE;EuE7hQM;;IAEE,2BAAoC;EvE+hQ5C;EuE7hQM;;IAEE,6BAAwC;EvE+hQhD;EuE7hQM;;IAEE,8BAA0C;EvE+hQlD;EuE7hQM;;IAEE,4BAAsC;EvE+hQ9C;EuE9iQM;IAAgC,qBAA4B;EvEijQlE;EuEhjQM;;IAEE,yBAAoC;EvEkjQ5C;EuEhjQM;;IAEE,2BAAwC;EvEkjQhD;EuEhjQM;;IAEE,4BAA0C;EvEkjQlD;EuEhjQM;;IAEE,0BAAsC;EvEkjQ9C;EuEjkQM;IAAgC,2BAA4B;EvEokQlE;EuEnkQM;;IAEE,+BAAoC;EvEqkQ5C;EuEnkQM;;IAEE,iCAAwC;EvEqkQhD;EuEnkQM;;IAEE,kCAA0C;EvEqkQlD;EuEnkQM;;IAEE,gCAAsC;EvEqkQ9C;EuEplQM;IAAgC,0BAA4B;EvEulQlE;EuEtlQM;;IAEE,8BAAoC;EvEwlQ5C;EuEtlQM;;IAEE,gCAAwC;EvEwlQhD;EuEtlQM;;IAEE,iCAA0C;EvEwlQlD;EuEtlQM;;IAEE,+BAAsC;EvEwlQ9C;EuEvmQM;IAAgC,wBAA4B;EvE0mQlE;EuEzmQM;;IAEE,4BAAoC;EvE2mQ5C;EuEzmQM;;IAEE,8BAAwC;EvE2mQhD;EuEzmQM;;IAEE,+BAA0C;EvE2mQlD;EuEzmQM;;IAEE,6BAAsC;EvE2mQ9C;EuE1nQM;IAAgC,0BAA4B;EvE6nQlE;EuE5nQM;;IAEE,8BAAoC;EvE8nQ5C;EuE5nQM;;IAEE,gCAAwC;EvE8nQhD;EuE5nQM;;IAEE,iCAA0C;EvE8nQlD;EuE5nQM;;IAEE,+BAAsC;EvE8nQ9C;EuE7oQM;IAAgC,wBAA4B;EvEgpQlE;EuE/oQM;;IAEE,4BAAoC;EvEipQ5C;EuE/oQM;;IAEE,8BAAwC;EvEipQhD;EuE/oQM;;IAEE,+BAA0C;EvEipQlD;EuE/oQM;;IAEE,6BAAsC;EvEipQ9C;EuEzoQM;IAAwB,2BAA2B;EvE4oQzD;EuE3oQM;;IAEE,+BAA+B;EvE6oQvC;EuE3oQM;;IAEE,iCAAiC;EvE6oQzC;EuE3oQM;;IAEE,kCAAkC;EvE6oQ1C;EuE3oQM;;IAEE,gCAAgC;EvE6oQxC;EuE5pQM;IAAwB,0BAA2B;EvE+pQzD;EuE9pQM;;IAEE,8BAA+B;EvEgqQvC;EuE9pQM;;IAEE,gCAAiC;EvEgqQzC;EuE9pQM;;IAEE,iCAAkC;EvEgqQ1C;EuE9pQM;;IAEE,+BAAgC;EvEgqQxC;EuE/qQM;IAAwB,wBAA2B;EvEkrQzD;EuEjrQM;;IAEE,4BAA+B;EvEmrQvC;EuEjrQM;;IAEE,8BAAiC;EvEmrQzC;EuEjrQM;;IAEE,+BAAkC;EvEmrQ1C;EuEjrQM;;IAEE,6BAAgC;EvEmrQxC;EuElsQM;IAAwB,0BAA2B;EvEqsQzD;EuEpsQM;;IAEE,8BAA+B;EvEssQvC;EuEpsQM;;IAEE,gCAAiC;EvEssQzC;EuEpsQM;;IAEE,iCAAkC;EvEssQ1C;EuEpsQM;;IAEE,+BAAgC;EvEssQxC;EuErtQM;IAAwB,wBAA2B;EvEwtQzD;EuEvtQM;;IAEE,4BAA+B;EvEytQvC;EuEvtQM;;IAEE,8BAAiC;EvEytQzC;EuEvtQM;;IAEE,+BAAkC;EvEytQ1C;EuEvtQM;;IAEE,6BAAgC;EvEytQxC;EuEntQE;IAAmB,uBAAuB;EvEstQ5C;EuErtQE;;IAEE,2BAA2B;EvEutQ/B;EuErtQE;;IAEE,6BAA6B;EvEutQjC;EuErtQE;;IAEE,8BAA8B;EvEutQlC;EuErtQE;;IAEE,4BAA4B;EvEutQhC;AACF;;AcjuQI;EyDlDI;IAAgC,oBAA4B;EvEwxQlE;EuEvxQM;;IAEE,wBAAoC;EvEyxQ5C;EuEvxQM;;IAEE,0BAAwC;EvEyxQhD;EuEvxQM;;IAEE,2BAA0C;EvEyxQlD;EuEvxQM;;IAEE,yBAAsC;EvEyxQ9C;EuExyQM;IAAgC,0BAA4B;EvE2yQlE;EuE1yQM;;IAEE,8BAAoC;EvE4yQ5C;EuE1yQM;;IAEE,gCAAwC;EvE4yQhD;EuE1yQM;;IAEE,iCAA0C;EvE4yQlD;EuE1yQM;;IAEE,+BAAsC;EvE4yQ9C;EuE3zQM;IAAgC,yBAA4B;EvE8zQlE;EuE7zQM;;IAEE,6BAAoC;EvE+zQ5C;EuE7zQM;;IAEE,+BAAwC;EvE+zQhD;EuE7zQM;;IAEE,gCAA0C;EvE+zQlD;EuE7zQM;;IAEE,8BAAsC;EvE+zQ9C;EuE90QM;IAAgC,uBAA4B;EvEi1QlE;EuEh1QM;;IAEE,2BAAoC;EvEk1Q5C;EuEh1QM;;IAEE,6BAAwC;EvEk1QhD;EuEh1QM;;IAEE,8BAA0C;EvEk1QlD;EuEh1QM;;IAEE,4BAAsC;EvEk1Q9C;EuEj2QM;IAAgC,yBAA4B;EvEo2QlE;EuEn2QM;;IAEE,6BAAoC;EvEq2Q5C;EuEn2QM;;IAEE,+BAAwC;EvEq2QhD;EuEn2QM;;IAEE,gCAA0C;EvEq2QlD;EuEn2QM;;IAEE,8BAAsC;EvEq2Q9C;EuEp3QM;IAAgC,uBAA4B;EvEu3QlE;EuEt3QM;;IAEE,2BAAoC;EvEw3Q5C;EuEt3QM;;IAEE,6BAAwC;EvEw3QhD;EuEt3QM;;IAEE,8BAA0C;EvEw3QlD;EuEt3QM;;IAEE,4BAAsC;EvEw3Q9C;EuEv4QM;IAAgC,qBAA4B;EvE04QlE;EuEz4QM;;IAEE,yBAAoC;EvE24Q5C;EuEz4QM;;IAEE,2BAAwC;EvE24QhD;EuEz4QM;;IAEE,4BAA0C;EvE24QlD;EuEz4QM;;IAEE,0BAAsC;EvE24Q9C;EuE15QM;IAAgC,2BAA4B;EvE65QlE;EuE55QM;;IAEE,+BAAoC;EvE85Q5C;EuE55QM;;IAEE,iCAAwC;EvE85QhD;EuE55QM;;IAEE,kCAA0C;EvE85QlD;EuE55QM;;IAEE,gCAAsC;EvE85Q9C;EuE76QM;IAAgC,0BAA4B;EvEg7QlE;EuE/6QM;;IAEE,8BAAoC;EvEi7Q5C;EuE/6QM;;IAEE,gCAAwC;EvEi7QhD;EuE/6QM;;IAEE,iCAA0C;EvEi7QlD;EuE/6QM;;IAEE,+BAAsC;EvEi7Q9C;EuEh8QM;IAAgC,wBAA4B;EvEm8QlE;EuEl8QM;;IAEE,4BAAoC;EvEo8Q5C;EuEl8QM;;IAEE,8BAAwC;EvEo8QhD;EuEl8QM;;IAEE,+BAA0C;EvEo8QlD;EuEl8QM;;IAEE,6BAAsC;EvEo8Q9C;EuEn9QM;IAAgC,0BAA4B;EvEs9QlE;EuEr9QM;;IAEE,8BAAoC;EvEu9Q5C;EuEr9QM;;IAEE,gCAAwC;EvEu9QhD;EuEr9QM;;IAEE,iCAA0C;EvEu9QlD;EuEr9QM;;IAEE,+BAAsC;EvEu9Q9C;EuEt+QM;IAAgC,wBAA4B;EvEy+QlE;EuEx+QM;;IAEE,4BAAoC;EvE0+Q5C;EuEx+QM;;IAEE,8BAAwC;EvE0+QhD;EuEx+QM;;IAEE,+BAA0C;EvE0+QlD;EuEx+QM;;IAEE,6BAAsC;EvE0+Q9C;EuEl+QM;IAAwB,2BAA2B;EvEq+QzD;EuEp+QM;;IAEE,+BAA+B;EvEs+QvC;EuEp+QM;;IAEE,iCAAiC;EvEs+QzC;EuEp+QM;;IAEE,kCAAkC;EvEs+Q1C;EuEp+QM;;IAEE,gCAAgC;EvEs+QxC;EuEr/QM;IAAwB,0BAA2B;EvEw/QzD;EuEv/QM;;IAEE,8BAA+B;EvEy/QvC;EuEv/QM;;IAEE,gCAAiC;EvEy/QzC;EuEv/QM;;IAEE,iCAAkC;EvEy/Q1C;EuEv/QM;;IAEE,+BAAgC;EvEy/QxC;EuExgRM;IAAwB,wBAA2B;EvE2gRzD;EuE1gRM;;IAEE,4BAA+B;EvE4gRvC;EuE1gRM;;IAEE,8BAAiC;EvE4gRzC;EuE1gRM;;IAEE,+BAAkC;EvE4gR1C;EuE1gRM;;IAEE,6BAAgC;EvE4gRxC;EuE3hRM;IAAwB,0BAA2B;EvE8hRzD;EuE7hRM;;IAEE,8BAA+B;EvE+hRvC;EuE7hRM;;IAEE,gCAAiC;EvE+hRzC;EuE7hRM;;IAEE,iCAAkC;EvE+hR1C;EuE7hRM;;IAEE,+BAAgC;EvE+hRxC;EuE9iRM;IAAwB,wBAA2B;EvEijRzD;EuEhjRM;;IAEE,4BAA+B;EvEkjRvC;EuEhjRM;;IAEE,8BAAiC;EvEkjRzC;EuEhjRM;;IAEE,+BAAkC;EvEkjR1C;EuEhjRM;;IAEE,6BAAgC;EvEkjRxC;EuE5iRE;IAAmB,uBAAuB;EvE+iR5C;EuE9iRE;;IAEE,2BAA2B;EvEgjR/B;EuE9iRE;;IAEE,6BAA6B;EvEgjRjC;EuE9iRE;;IAEE,8BAA8B;EvEgjRlC;EuE9iRE;;IAEE,4BAA4B;EvEgjRhC;AACF;;Ac1jRI;EyDlDI;IAAgC,oBAA4B;EvEinRlE;EuEhnRM;;IAEE,wBAAoC;EvEknR5C;EuEhnRM;;IAEE,0BAAwC;EvEknRhD;EuEhnRM;;IAEE,2BAA0C;EvEknRlD;EuEhnRM;;IAEE,yBAAsC;EvEknR9C;EuEjoRM;IAAgC,0BAA4B;EvEooRlE;EuEnoRM;;IAEE,8BAAoC;EvEqoR5C;EuEnoRM;;IAEE,gCAAwC;EvEqoRhD;EuEnoRM;;IAEE,iCAA0C;EvEqoRlD;EuEnoRM;;IAEE,+BAAsC;EvEqoR9C;EuEppRM;IAAgC,yBAA4B;EvEupRlE;EuEtpRM;;IAEE,6BAAoC;EvEwpR5C;EuEtpRM;;IAEE,+BAAwC;EvEwpRhD;EuEtpRM;;IAEE,gCAA0C;EvEwpRlD;EuEtpRM;;IAEE,8BAAsC;EvEwpR9C;EuEvqRM;IAAgC,uBAA4B;EvE0qRlE;EuEzqRM;;IAEE,2BAAoC;EvE2qR5C;EuEzqRM;;IAEE,6BAAwC;EvE2qRhD;EuEzqRM;;IAEE,8BAA0C;EvE2qRlD;EuEzqRM;;IAEE,4BAAsC;EvE2qR9C;EuE1rRM;IAAgC,yBAA4B;EvE6rRlE;EuE5rRM;;IAEE,6BAAoC;EvE8rR5C;EuE5rRM;;IAEE,+BAAwC;EvE8rRhD;EuE5rRM;;IAEE,gCAA0C;EvE8rRlD;EuE5rRM;;IAEE,8BAAsC;EvE8rR9C;EuE7sRM;IAAgC,uBAA4B;EvEgtRlE;EuE/sRM;;IAEE,2BAAoC;EvEitR5C;EuE/sRM;;IAEE,6BAAwC;EvEitRhD;EuE/sRM;;IAEE,8BAA0C;EvEitRlD;EuE/sRM;;IAEE,4BAAsC;EvEitR9C;EuEhuRM;IAAgC,qBAA4B;EvEmuRlE;EuEluRM;;IAEE,yBAAoC;EvEouR5C;EuEluRM;;IAEE,2BAAwC;EvEouRhD;EuEluRM;;IAEE,4BAA0C;EvEouRlD;EuEluRM;;IAEE,0BAAsC;EvEouR9C;EuEnvRM;IAAgC,2BAA4B;EvEsvRlE;EuErvRM;;IAEE,+BAAoC;EvEuvR5C;EuErvRM;;IAEE,iCAAwC;EvEuvRhD;EuErvRM;;IAEE,kCAA0C;EvEuvRlD;EuErvRM;;IAEE,gCAAsC;EvEuvR9C;EuEtwRM;IAAgC,0BAA4B;EvEywRlE;EuExwRM;;IAEE,8BAAoC;EvE0wR5C;EuExwRM;;IAEE,gCAAwC;EvE0wRhD;EuExwRM;;IAEE,iCAA0C;EvE0wRlD;EuExwRM;;IAEE,+BAAsC;EvE0wR9C;EuEzxRM;IAAgC,wBAA4B;EvE4xRlE;EuE3xRM;;IAEE,4BAAoC;EvE6xR5C;EuE3xRM;;IAEE,8BAAwC;EvE6xRhD;EuE3xRM;;IAEE,+BAA0C;EvE6xRlD;EuE3xRM;;IAEE,6BAAsC;EvE6xR9C;EuE5yRM;IAAgC,0BAA4B;EvE+yRlE;EuE9yRM;;IAEE,8BAAoC;EvEgzR5C;EuE9yRM;;IAEE,gCAAwC;EvEgzRhD;EuE9yRM;;IAEE,iCAA0C;EvEgzRlD;EuE9yRM;;IAEE,+BAAsC;EvEgzR9C;EuE/zRM;IAAgC,wBAA4B;EvEk0RlE;EuEj0RM;;IAEE,4BAAoC;EvEm0R5C;EuEj0RM;;IAEE,8BAAwC;EvEm0RhD;EuEj0RM;;IAEE,+BAA0C;EvEm0RlD;EuEj0RM;;IAEE,6BAAsC;EvEm0R9C;EuE3zRM;IAAwB,2BAA2B;EvE8zRzD;EuE7zRM;;IAEE,+BAA+B;EvE+zRvC;EuE7zRM;;IAEE,iCAAiC;EvE+zRzC;EuE7zRM;;IAEE,kCAAkC;EvE+zR1C;EuE7zRM;;IAEE,gCAAgC;EvE+zRxC;EuE90RM;IAAwB,0BAA2B;EvEi1RzD;EuEh1RM;;IAEE,8BAA+B;EvEk1RvC;EuEh1RM;;IAEE,gCAAiC;EvEk1RzC;EuEh1RM;;IAEE,iCAAkC;EvEk1R1C;EuEh1RM;;IAEE,+BAAgC;EvEk1RxC;EuEj2RM;IAAwB,wBAA2B;EvEo2RzD;EuEn2RM;;IAEE,4BAA+B;EvEq2RvC;EuEn2RM;;IAEE,8BAAiC;EvEq2RzC;EuEn2RM;;IAEE,+BAAkC;EvEq2R1C;EuEn2RM;;IAEE,6BAAgC;EvEq2RxC;EuEp3RM;IAAwB,0BAA2B;EvEu3RzD;EuEt3RM;;IAEE,8BAA+B;EvEw3RvC;EuEt3RM;;IAEE,gCAAiC;EvEw3RzC;EuEt3RM;;IAEE,iCAAkC;EvEw3R1C;EuEt3RM;;IAEE,+BAAgC;EvEw3RxC;EuEv4RM;IAAwB,wBAA2B;EvE04RzD;EuEz4RM;;IAEE,4BAA+B;EvE24RvC;EuEz4RM;;IAEE,8BAAiC;EvE24RzC;EuEz4RM;;IAEE,+BAAkC;EvE24R1C;EuEz4RM;;IAEE,6BAAgC;EvE24RxC;EuEr4RE;IAAmB,uBAAuB;EvEw4R5C;EuEv4RE;;IAEE,2BAA2B;EvEy4R/B;EuEv4RE;;IAEE,6BAA6B;EvEy4RjC;EuEv4RE;;IAEE,8BAA8B;EvEy4RlC;EuEv4RE;;IAEE,4BAA4B;EvEy4RhC;AACF;;AwEz8RA;EAAkB,4GAA8C;AxE68RhE;;AwEz8RA;EAAiB,8BAA8B;AxE68R/C;;AwE58RA;EAAiB,8BAA8B;AxEg9R/C;;AwE/8RA;EAAiB,8BAA8B;AxEm9R/C;;AwEl9RA;ECTE,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AzE+9RrB;;AwEh9RI;EAAwB,2BAA2B;AxEo9RvD;;AwEn9RI;EAAwB,4BAA4B;AxEu9RxD;;AwEt9RI;EAAwB,6BAA6B;AxE09RzD;;Acr7RI;E0DvCA;IAAwB,2BAA2B;ExEi+RrD;EwEh+RE;IAAwB,4BAA4B;ExEm+RtD;EwEl+RE;IAAwB,6BAA6B;ExEq+RvD;AACF;;Acj8RI;E0DvCA;IAAwB,2BAA2B;ExE6+RrD;EwE5+RE;IAAwB,4BAA4B;ExE++RtD;EwE9+RE;IAAwB,6BAA6B;ExEi/RvD;AACF;;Ac78RI;E0DvCA;IAAwB,2BAA2B;ExEy/RrD;EwEx/RE;IAAwB,4BAA4B;ExE2/RtD;EwE1/RE;IAAwB,6BAA6B;ExE6/RvD;AACF;;Acz9RI;E0DvCA;IAAwB,2BAA2B;ExEqgSrD;EwEpgSE;IAAwB,4BAA4B;ExEugStD;EwEtgSE;IAAwB,6BAA6B;ExEygSvD;AACF;;AwEpgSA;EAAmB,oCAAoC;AxEwgSvD;;AwEvgSA;EAAmB,oCAAoC;AxE2gSvD;;AwE1gSA;EAAmB,qCAAqC;AxE8gSxD;;AwE1gSA;EAAuB,2BAA0C;AxE8gSjE;;AwE7gSA;EAAuB,+BAA4C;AxEihSnE;;AwEhhSA;EAAuB,2BAA2C;AxEohSlE;;AwEnhSA;EAAuB,2BAAyC;AxEuhShE;;AwEthSA;EAAuB,8BAA2C;AxE0hSlE;;AwEzhSA;EAAuB,6BAA6B;AxE6hSpD;;AwEzhSA;EAAc,sBAAwB;AxE6hStC;;A0EpkSE;EACE,yBAAwB;A1EukS5B;;AK7jSE;EqELM,yBAA0E;A1EskSlF;;A0E5kSE;EACE,yBAAwB;A1E+kS5B;;AKrkSE;EqELM,yBAA0E;A1E8kSlF;;A0EplSE;EACE,yBAAwB;A1EulS5B;;AK7kSE;EqELM,yBAA0E;A1EslSlF;;A0E5lSE;EACE,yBAAwB;A1E+lS5B;;AKrlSE;EqELM,yBAA0E;A1E8lSlF;;A0EpmSE;EACE,yBAAwB;A1EumS5B;;AK7lSE;EqELM,yBAA0E;A1EsmSlF;;A0E5mSE;EACE,yBAAwB;A1E+mS5B;;AKrmSE;EqELM,yBAA0E;A1E8mSlF;;A0EpnSE;EACE,yBAAwB;A1EunS5B;;AK7mSE;EqELM,yBAA0E;A1EsnSlF;;A0E5nSE;EACE,yBAAwB;A1E+nS5B;;AKrnSE;EqELM,yBAA0E;A1E8nSlF;;AwEvlSA;EAAa,yBAA6B;AxE2lS1C;;AwE1lSA;EAAc,yBAA6B;AxE8lS3C;;AwE5lSA;EAAiB,oCAAkC;AxEgmSnD;;AwE/lSA;EAAiB,0CAAkC;AxEmmSnD;;AwE/lSA;EGvDE,WAAW;EACX,kBAAkB;EAClB,iBAAiB;EACjB,6BAA6B;EAC7B,SAAS;A3E0pSX;;AwEnmSA;EAAwB,gCAAgC;AxEumSxD;;AwErmSA;EACE,iCAAiC;EACjC,oCAAoC;AxEwmStC;;AwEnmSA;EAAc,yBAAyB;AxEumSvC;;A4ExqSA;EACE,8BAA8B;A5E2qShC;;A4ExqSA;EACE,6BAA6B;A5E2qS/B;;A6E3qSE;E3EOF;;;I2EDM,4BAA4B;IAE5B,2BAA2B;E7E2qS/B;E6ExqSE;IAEI,0BAA0B;E7EyqShC;E6EhqSE;IACE,6BAA6B;E7EkqSjC;EEn+RF;I2EhLM,gCAAgC;E7EspSpC;E6EppSE;;IAEE,yB1EzCY;I0E0CZ,wBAAwB;E7EspS5B;E6E9oSE;IACE,2BAA2B;E7EgpS/B;E6E7oSE;;IAEE,wBAAwB;E7E+oS5B;E6E5oSE;;;IAGE,UAAU;IACV,SAAS;E7E8oSb;E6E3oSE;;IAEE,uBAAuB;E7E6oS3B;E6EroSE;IACE,Q1EwgCgC;EH+nQpC;EEnrSF;I2E+CM,2BAA2C;E7EuoS/C;EY9tSA;IiE0FI,2BAA2C;E7EuoS/C;EiCrtSF;I4CmFM,aAAa;E7EqoSjB;EsCpuSF;IuCkGM,sB1EtFS;EH2tSb;EgBxuSF;I6DuGM,oCAAoC;E7EooSxC;E6EroSE;;IAKI,iCAAmC;E7EooSzC;EgBvsSF;;I6D0EQ,oCAAsC;E7EioS5C;EgBtnSF;I6DNM,cAAc;E7E+nSlB;EiBrvSA;;;;I4D4HM,qB1EvHU;EHsvShB;EgBjpSF;I6DuBM,cAAc;IACd,qB1E7HY;EH0vShB;AACF","file":"bootstrap.css","sourcesContent":["/*!\n * Bootstrap v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"code\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"input-group\";\n@import \"custom-forms\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"jumbotron\";\n@import \"alert\";\n@import \"progress\";\n@import \"media\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"utilities\";\n@import \"print\";\n","/*!\n * Bootstrap v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n:root {\n --blue: #007bff;\n --indigo: #6610f2;\n --purple: #6f42c1;\n --pink: #e83e8c;\n --red: #dc3545;\n --orange: #fd7e14;\n --yellow: #ffc107;\n --green: #28a745;\n --teal: #20c997;\n --cyan: #17a2b8;\n --white: #fff;\n --gray: #6c757d;\n --gray-dark: #343a40;\n --primary: #007bff;\n --secondary: #6c757d;\n --success: #28a745;\n --info: #17a2b8;\n --warning: #ffc107;\n --danger: #dc3545;\n --light: #f8f9fa;\n --dark: #343a40;\n --breakpoint-xs: 0;\n --breakpoint-sm: 576px;\n --breakpoint-md: 768px;\n --breakpoint-lg: 992px;\n --breakpoint-xl: 1200px;\n --font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #007bff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1, .h1 {\n font-size: 2.5rem;\n}\n\nh2, .h2 {\n font-size: 2rem;\n}\n\nh3, .h3 {\n font-size: 1.75rem;\n}\n\nh4, .h4 {\n font-size: 1.5rem;\n}\n\nh5, .h5 {\n font-size: 1.25rem;\n}\n\nh6, .h6 {\n font-size: 1rem;\n}\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300;\n}\n\n.display-1 {\n font-size: 6rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-2 {\n font-size: 5.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-3 {\n font-size: 4.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-4 {\n font-size: 3.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\nhr {\n margin-top: 1rem;\n margin-bottom: 1rem;\n border: 0;\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n\nsmall,\n.small {\n font-size: 80%;\n font-weight: 400;\n}\n\nmark,\n.mark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline-item {\n display: inline-block;\n}\n\n.list-inline-item:not(:last-child) {\n margin-right: 0.5rem;\n}\n\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\n\n.blockquote {\n margin-bottom: 1rem;\n font-size: 1.25rem;\n}\n\n.blockquote-footer {\n display: block;\n font-size: 80%;\n color: #6c757d;\n}\n\n.blockquote-footer::before {\n content: \"\\2014\\00A0\";\n}\n\n.img-fluid {\n max-width: 100%;\n height: auto;\n}\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #dee2e6;\n border-radius: 0.25rem;\n max-width: 100%;\n height: auto;\n}\n\n.figure {\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: 0.5rem;\n line-height: 1;\n}\n\n.figure-caption {\n font-size: 90%;\n color: #6c757d;\n}\n\ncode {\n font-size: 87.5%;\n color: #e83e8c;\n word-break: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 87.5%;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 100%;\n font-weight: 700;\n}\n\npre {\n display: block;\n font-size: 87.5%;\n color: #212529;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\n.pre-scrollable {\n max-height: 340px;\n overflow-y: scroll;\n}\n\n.container {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n max-width: 1140px;\n }\n}\n\n.container-fluid {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,\n.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,\n.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,\n.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,\n.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\n.col-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n}\n\n.col-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-3 {\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.col-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.col-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n}\n\n.col-6 {\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.col-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n}\n\n.col-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n}\n\n.col-9 {\n flex: 0 0 75%;\n max-width: 75%;\n}\n\n.col-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n}\n\n.col-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.order-first {\n order: -1;\n}\n\n.order-last {\n order: 13;\n}\n\n.order-0 {\n order: 0;\n}\n\n.order-1 {\n order: 1;\n}\n\n.order-2 {\n order: 2;\n}\n\n.order-3 {\n order: 3;\n}\n\n.order-4 {\n order: 4;\n}\n\n.order-5 {\n order: 5;\n}\n\n.order-6 {\n order: 6;\n}\n\n.order-7 {\n order: 7;\n}\n\n.order-8 {\n order: 8;\n}\n\n.order-9 {\n order: 9;\n}\n\n.order-10 {\n order: 10;\n}\n\n.order-11 {\n order: 11;\n}\n\n.order-12 {\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-sm-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-sm-first {\n order: -1;\n }\n .order-sm-last {\n order: 13;\n }\n .order-sm-0 {\n order: 0;\n }\n .order-sm-1 {\n order: 1;\n }\n .order-sm-2 {\n order: 2;\n }\n .order-sm-3 {\n order: 3;\n }\n .order-sm-4 {\n order: 4;\n }\n .order-sm-5 {\n order: 5;\n }\n .order-sm-6 {\n order: 6;\n }\n .order-sm-7 {\n order: 7;\n }\n .order-sm-8 {\n order: 8;\n }\n .order-sm-9 {\n order: 9;\n }\n .order-sm-10 {\n order: 10;\n }\n .order-sm-11 {\n order: 11;\n }\n .order-sm-12 {\n order: 12;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-md-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-md-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-md-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-md-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-md-first {\n order: -1;\n }\n .order-md-last {\n order: 13;\n }\n .order-md-0 {\n order: 0;\n }\n .order-md-1 {\n order: 1;\n }\n .order-md-2 {\n order: 2;\n }\n .order-md-3 {\n order: 3;\n }\n .order-md-4 {\n order: 4;\n }\n .order-md-5 {\n order: 5;\n }\n .order-md-6 {\n order: 6;\n }\n .order-md-7 {\n order: 7;\n }\n .order-md-8 {\n order: 8;\n }\n .order-md-9 {\n order: 9;\n }\n .order-md-10 {\n order: 10;\n }\n .order-md-11 {\n order: 11;\n }\n .order-md-12 {\n order: 12;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-lg-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-lg-first {\n order: -1;\n }\n .order-lg-last {\n order: 13;\n }\n .order-lg-0 {\n order: 0;\n }\n .order-lg-1 {\n order: 1;\n }\n .order-lg-2 {\n order: 2;\n }\n .order-lg-3 {\n order: 3;\n }\n .order-lg-4 {\n order: 4;\n }\n .order-lg-5 {\n order: 5;\n }\n .order-lg-6 {\n order: 6;\n }\n .order-lg-7 {\n order: 7;\n }\n .order-lg-8 {\n order: 8;\n }\n .order-lg-9 {\n order: 9;\n }\n .order-lg-10 {\n order: 10;\n }\n .order-lg-11 {\n order: 11;\n }\n .order-lg-12 {\n order: 12;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-xl-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-xl-first {\n order: -1;\n }\n .order-xl-last {\n order: 13;\n }\n .order-xl-0 {\n order: 0;\n }\n .order-xl-1 {\n order: 1;\n }\n .order-xl-2 {\n order: 2;\n }\n .order-xl-3 {\n order: 3;\n }\n .order-xl-4 {\n order: 4;\n }\n .order-xl-5 {\n order: 5;\n }\n .order-xl-6 {\n order: 6;\n }\n .order-xl-7 {\n order: 7;\n }\n .order-xl-8 {\n order: 8;\n }\n .order-xl-9 {\n order: 9;\n }\n .order-xl-10 {\n order: 10;\n }\n .order-xl-11 {\n order: 11;\n }\n .order-xl-12 {\n order: 12;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n.table {\n width: 100%;\n margin-bottom: 1rem;\n color: #212529;\n}\n\n.table th,\n.table td {\n padding: 0.75rem;\n vertical-align: top;\n border-top: 1px solid #dee2e6;\n}\n\n.table thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #dee2e6;\n}\n\n.table tbody + tbody {\n border-top: 2px solid #dee2e6;\n}\n\n.table-sm th,\n.table-sm td {\n padding: 0.3rem;\n}\n\n.table-bordered {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered th,\n.table-bordered td {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered thead th,\n.table-bordered thead td {\n border-bottom-width: 2px;\n}\n\n.table-borderless th,\n.table-borderless td,\n.table-borderless thead th,\n.table-borderless tbody + tbody {\n border: 0;\n}\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.table-hover tbody tr:hover {\n color: #212529;\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-primary,\n.table-primary > th,\n.table-primary > td {\n background-color: #b8daff;\n}\n\n.table-primary th,\n.table-primary td,\n.table-primary thead th,\n.table-primary tbody + tbody {\n border-color: #7abaff;\n}\n\n.table-hover .table-primary:hover {\n background-color: #9fcdff;\n}\n\n.table-hover .table-primary:hover > td,\n.table-hover .table-primary:hover > th {\n background-color: #9fcdff;\n}\n\n.table-secondary,\n.table-secondary > th,\n.table-secondary > td {\n background-color: #d6d8db;\n}\n\n.table-secondary th,\n.table-secondary td,\n.table-secondary thead th,\n.table-secondary tbody + tbody {\n border-color: #b3b7bb;\n}\n\n.table-hover .table-secondary:hover {\n background-color: #c8cbcf;\n}\n\n.table-hover .table-secondary:hover > td,\n.table-hover .table-secondary:hover > th {\n background-color: #c8cbcf;\n}\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #c3e6cb;\n}\n\n.table-success th,\n.table-success td,\n.table-success thead th,\n.table-success tbody + tbody {\n border-color: #8fd19e;\n}\n\n.table-hover .table-success:hover {\n background-color: #b1dfbb;\n}\n\n.table-hover .table-success:hover > td,\n.table-hover .table-success:hover > th {\n background-color: #b1dfbb;\n}\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #bee5eb;\n}\n\n.table-info th,\n.table-info td,\n.table-info thead th,\n.table-info tbody + tbody {\n border-color: #86cfda;\n}\n\n.table-hover .table-info:hover {\n background-color: #abdde5;\n}\n\n.table-hover .table-info:hover > td,\n.table-hover .table-info:hover > th {\n background-color: #abdde5;\n}\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #ffeeba;\n}\n\n.table-warning th,\n.table-warning td,\n.table-warning thead th,\n.table-warning tbody + tbody {\n border-color: #ffdf7e;\n}\n\n.table-hover .table-warning:hover {\n background-color: #ffe8a1;\n}\n\n.table-hover .table-warning:hover > td,\n.table-hover .table-warning:hover > th {\n background-color: #ffe8a1;\n}\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #f5c6cb;\n}\n\n.table-danger th,\n.table-danger td,\n.table-danger thead th,\n.table-danger tbody + tbody {\n border-color: #ed969e;\n}\n\n.table-hover .table-danger:hover {\n background-color: #f1b0b7;\n}\n\n.table-hover .table-danger:hover > td,\n.table-hover .table-danger:hover > th {\n background-color: #f1b0b7;\n}\n\n.table-light,\n.table-light > th,\n.table-light > td {\n background-color: #fdfdfe;\n}\n\n.table-light th,\n.table-light td,\n.table-light thead th,\n.table-light tbody + tbody {\n border-color: #fbfcfc;\n}\n\n.table-hover .table-light:hover {\n background-color: #ececf6;\n}\n\n.table-hover .table-light:hover > td,\n.table-hover .table-light:hover > th {\n background-color: #ececf6;\n}\n\n.table-dark,\n.table-dark > th,\n.table-dark > td {\n background-color: #c6c8ca;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th,\n.table-dark tbody + tbody {\n border-color: #95999c;\n}\n\n.table-hover .table-dark:hover {\n background-color: #b9bbbe;\n}\n\n.table-hover .table-dark:hover > td,\n.table-hover .table-dark:hover > th {\n background-color: #b9bbbe;\n}\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover > td,\n.table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table .thead-dark th {\n color: #fff;\n background-color: #343a40;\n border-color: #454d55;\n}\n\n.table .thead-light th {\n color: #495057;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.table-dark {\n color: #fff;\n background-color: #343a40;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th {\n border-color: #454d55;\n}\n\n.table-dark.table-bordered {\n border: 0;\n}\n\n.table-dark.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(255, 255, 255, 0.05);\n}\n\n.table-dark.table-hover tbody tr:hover {\n color: #fff;\n background-color: rgba(255, 255, 255, 0.075);\n}\n\n@media (max-width: 575.98px) {\n .table-responsive-sm {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-sm > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 767.98px) {\n .table-responsive-md {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-md > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 991.98px) {\n .table-responsive-lg {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-lg > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 1199.98px) {\n .table-responsive-xl {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-xl > .table-bordered {\n border: 0;\n }\n}\n\n.table-responsive {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n}\n\n.table-responsive > .table-bordered {\n border: 0;\n}\n\n.form-control {\n display: block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .form-control {\n transition: none;\n }\n}\n\n.form-control::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n\n.form-control:focus {\n color: #495057;\n background-color: #fff;\n border-color: #80bdff;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.form-control::placeholder {\n color: #6c757d;\n opacity: 1;\n}\n\n.form-control:disabled, .form-control[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n}\n\nselect.form-control:focus::-ms-value {\n color: #495057;\n background-color: #fff;\n}\n\n.form-control-file,\n.form-control-range {\n display: block;\n width: 100%;\n}\n\n.col-form-label {\n padding-top: calc(0.375rem + 1px);\n padding-bottom: calc(0.375rem + 1px);\n margin-bottom: 0;\n font-size: inherit;\n line-height: 1.5;\n}\n\n.col-form-label-lg {\n padding-top: calc(0.5rem + 1px);\n padding-bottom: calc(0.5rem + 1px);\n font-size: 1.25rem;\n line-height: 1.5;\n}\n\n.col-form-label-sm {\n padding-top: calc(0.25rem + 1px);\n padding-bottom: calc(0.25rem + 1px);\n font-size: 0.875rem;\n line-height: 1.5;\n}\n\n.form-control-plaintext {\n display: block;\n width: 100%;\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n margin-bottom: 0;\n line-height: 1.5;\n color: #212529;\n background-color: transparent;\n border: solid transparent;\n border-width: 1px 0;\n}\n\n.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {\n padding-right: 0;\n padding-left: 0;\n}\n\n.form-control-sm {\n height: calc(1.5em + 0.5rem + 2px);\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.form-control-lg {\n height: calc(1.5em + 1rem + 2px);\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\nselect.form-control[size], select.form-control[multiple] {\n height: auto;\n}\n\ntextarea.form-control {\n height: auto;\n}\n\n.form-group {\n margin-bottom: 1rem;\n}\n\n.form-text {\n display: block;\n margin-top: 0.25rem;\n}\n\n.form-row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -5px;\n margin-left: -5px;\n}\n\n.form-row > .col,\n.form-row > [class*=\"col-\"] {\n padding-right: 5px;\n padding-left: 5px;\n}\n\n.form-check {\n position: relative;\n display: block;\n padding-left: 1.25rem;\n}\n\n.form-check-input {\n position: absolute;\n margin-top: 0.3rem;\n margin-left: -1.25rem;\n}\n\n.form-check-input:disabled ~ .form-check-label {\n color: #6c757d;\n}\n\n.form-check-label {\n margin-bottom: 0;\n}\n\n.form-check-inline {\n display: inline-flex;\n align-items: center;\n padding-left: 0;\n margin-right: 0.75rem;\n}\n\n.form-check-inline .form-check-input {\n position: static;\n margin-top: 0;\n margin-right: 0.3125rem;\n margin-left: 0;\n}\n\n.valid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 80%;\n color: #28a745;\n}\n\n.valid-tooltip {\n position: absolute;\n top: 100%;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n line-height: 1.5;\n color: #fff;\n background-color: rgba(40, 167, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated .form-control:valid, .form-control.is-valid {\n border-color: #28a745;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: center right calc(0.375em + 0.1875rem);\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:valid:focus, .form-control.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .form-control:valid ~ .valid-feedback,\n.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,\n.form-control.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated textarea.form-control:valid, textarea.form-control.is-valid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .custom-select:valid, .custom-select.is-valid {\n border-color: #28a745;\n padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px, url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .custom-select:valid ~ .valid-feedback,\n.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,\n.custom-select.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .form-control-file:valid ~ .valid-feedback,\n.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,\n.form-control-file.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {\n color: #28a745;\n}\n\n.was-validated .form-check-input:valid ~ .valid-feedback,\n.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,\n.form-check-input.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {\n color: #28a745;\n}\n\n.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {\n border-color: #28a745;\n}\n\n.was-validated .custom-control-input:valid ~ .valid-feedback,\n.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,\n.custom-control-input.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {\n border-color: #34ce57;\n background-color: #34ce57;\n}\n\n.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #28a745;\n}\n\n.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {\n border-color: #28a745;\n}\n\n.was-validated .custom-file-input:valid ~ .valid-feedback,\n.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,\n.custom-file-input.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.invalid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 80%;\n color: #dc3545;\n}\n\n.invalid-tooltip {\n position: absolute;\n top: 100%;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n line-height: 1.5;\n color: #fff;\n background-color: rgba(220, 53, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated .form-control:invalid, .form-control.is-invalid {\n border-color: #dc3545;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E\");\n background-repeat: no-repeat;\n background-position: center right calc(0.375em + 0.1875rem);\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .form-control:invalid ~ .invalid-feedback,\n.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,\n.form-control.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .custom-select:invalid, .custom-select.is-invalid {\n border-color: #dc3545;\n padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px, url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E\") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .custom-select:invalid ~ .invalid-feedback,\n.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,\n.custom-select.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .form-control-file:invalid ~ .invalid-feedback,\n.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,\n.form-control-file.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {\n color: #dc3545;\n}\n\n.was-validated .form-check-input:invalid ~ .invalid-feedback,\n.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,\n.form-check-input.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {\n color: #dc3545;\n}\n\n.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {\n border-color: #dc3545;\n}\n\n.was-validated .custom-control-input:invalid ~ .invalid-feedback,\n.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,\n.custom-control-input.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {\n border-color: #e4606d;\n background-color: #e4606d;\n}\n\n.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #dc3545;\n}\n\n.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {\n border-color: #dc3545;\n}\n\n.was-validated .custom-file-input:invalid ~ .invalid-feedback,\n.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,\n.custom-file-input.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.form-inline {\n display: flex;\n flex-flow: row wrap;\n align-items: center;\n}\n\n.form-inline .form-check {\n width: 100%;\n}\n\n@media (min-width: 576px) {\n .form-inline label {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 0;\n }\n .form-inline .form-group {\n display: flex;\n flex: 0 0 auto;\n flex-flow: row wrap;\n align-items: center;\n margin-bottom: 0;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-plaintext {\n display: inline-block;\n }\n .form-inline .input-group,\n .form-inline .custom-select {\n width: auto;\n }\n .form-inline .form-check {\n display: flex;\n align-items: center;\n justify-content: center;\n width: auto;\n padding-left: 0;\n }\n .form-inline .form-check-input {\n position: relative;\n flex-shrink: 0;\n margin-top: 0;\n margin-right: 0.25rem;\n margin-left: 0;\n }\n .form-inline .custom-control {\n align-items: center;\n justify-content: center;\n }\n .form-inline .custom-control-label {\n margin-bottom: 0;\n }\n}\n\n.btn {\n display: inline-block;\n font-weight: 400;\n color: #212529;\n text-align: center;\n vertical-align: middle;\n user-select: none;\n background-color: transparent;\n border: 1px solid transparent;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n line-height: 1.5;\n border-radius: 0.25rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .btn {\n transition: none;\n }\n}\n\n.btn:hover {\n color: #212529;\n text-decoration: none;\n}\n\n.btn:focus, .btn.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.btn.disabled, .btn:disabled {\n opacity: 0.65;\n}\n\na.btn.disabled,\nfieldset:disabled a.btn {\n pointer-events: none;\n}\n\n.btn-primary {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-primary:hover {\n color: #fff;\n background-color: #0069d9;\n border-color: #0062cc;\n}\n\n.btn-primary:focus, .btn-primary.focus {\n box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);\n}\n\n.btn-primary.disabled, .btn-primary:disabled {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,\n.show > .btn-primary.dropdown-toggle {\n color: #fff;\n background-color: #0062cc;\n border-color: #005cbf;\n}\n\n.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-primary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);\n}\n\n.btn-secondary {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-secondary:hover {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n}\n\n.btn-secondary:focus, .btn-secondary.focus {\n box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);\n}\n\n.btn-secondary.disabled, .btn-secondary:disabled {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,\n.show > .btn-secondary.dropdown-toggle {\n color: #fff;\n background-color: #545b62;\n border-color: #4e555b;\n}\n\n.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-secondary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);\n}\n\n.btn-success {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-success:hover {\n color: #fff;\n background-color: #218838;\n border-color: #1e7e34;\n}\n\n.btn-success:focus, .btn-success.focus {\n box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);\n}\n\n.btn-success.disabled, .btn-success:disabled {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,\n.show > .btn-success.dropdown-toggle {\n color: #fff;\n background-color: #1e7e34;\n border-color: #1c7430;\n}\n\n.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,\n.show > .btn-success.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);\n}\n\n.btn-info {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-info:hover {\n color: #fff;\n background-color: #138496;\n border-color: #117a8b;\n}\n\n.btn-info:focus, .btn-info.focus {\n box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);\n}\n\n.btn-info.disabled, .btn-info:disabled {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,\n.show > .btn-info.dropdown-toggle {\n color: #fff;\n background-color: #117a8b;\n border-color: #10707f;\n}\n\n.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,\n.show > .btn-info.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);\n}\n\n.btn-warning {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-warning:hover {\n color: #212529;\n background-color: #e0a800;\n border-color: #d39e00;\n}\n\n.btn-warning:focus, .btn-warning.focus {\n box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);\n}\n\n.btn-warning.disabled, .btn-warning:disabled {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,\n.show > .btn-warning.dropdown-toggle {\n color: #212529;\n background-color: #d39e00;\n border-color: #c69500;\n}\n\n.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,\n.show > .btn-warning.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);\n}\n\n.btn-danger {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-danger:hover {\n color: #fff;\n background-color: #c82333;\n border-color: #bd2130;\n}\n\n.btn-danger:focus, .btn-danger.focus {\n box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);\n}\n\n.btn-danger.disabled, .btn-danger:disabled {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,\n.show > .btn-danger.dropdown-toggle {\n color: #fff;\n background-color: #bd2130;\n border-color: #b21f2d;\n}\n\n.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,\n.show > .btn-danger.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);\n}\n\n.btn-light {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-light:hover {\n color: #212529;\n background-color: #e2e6ea;\n border-color: #dae0e5;\n}\n\n.btn-light:focus, .btn-light.focus {\n box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);\n}\n\n.btn-light.disabled, .btn-light:disabled {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,\n.show > .btn-light.dropdown-toggle {\n color: #212529;\n background-color: #dae0e5;\n border-color: #d3d9df;\n}\n\n.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,\n.show > .btn-light.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);\n}\n\n.btn-dark {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-dark:hover {\n color: #fff;\n background-color: #23272b;\n border-color: #1d2124;\n}\n\n.btn-dark:focus, .btn-dark.focus {\n box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);\n}\n\n.btn-dark.disabled, .btn-dark:disabled {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,\n.show > .btn-dark.dropdown-toggle {\n color: #fff;\n background-color: #1d2124;\n border-color: #171a1d;\n}\n\n.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,\n.show > .btn-dark.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);\n}\n\n.btn-outline-primary {\n color: #007bff;\n border-color: #007bff;\n}\n\n.btn-outline-primary:hover {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-outline-primary:focus, .btn-outline-primary.focus {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.btn-outline-primary.disabled, .btn-outline-primary:disabled {\n color: #007bff;\n background-color: transparent;\n}\n\n.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,\n.show > .btn-outline-primary.dropdown-toggle {\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-primary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.btn-outline-secondary {\n color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:hover {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:focus, .btn-outline-secondary.focus {\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {\n color: #6c757d;\n background-color: transparent;\n}\n\n.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,\n.show > .btn-outline-secondary.dropdown-toggle {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-secondary.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.btn-outline-success {\n color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:hover {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:focus, .btn-outline-success.focus {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.btn-outline-success.disabled, .btn-outline-success:disabled {\n color: #28a745;\n background-color: transparent;\n}\n\n.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,\n.show > .btn-outline-success.dropdown-toggle {\n color: #fff;\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-success.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.btn-outline-info {\n color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:hover {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:focus, .btn-outline-info.focus {\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.btn-outline-info.disabled, .btn-outline-info:disabled {\n color: #17a2b8;\n background-color: transparent;\n}\n\n.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,\n.show > .btn-outline-info.dropdown-toggle {\n color: #fff;\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-info.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.btn-outline-warning {\n color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:hover {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:focus, .btn-outline-warning.focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.btn-outline-warning.disabled, .btn-outline-warning:disabled {\n color: #ffc107;\n background-color: transparent;\n}\n\n.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,\n.show > .btn-outline-warning.dropdown-toggle {\n color: #212529;\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-warning.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.btn-outline-danger {\n color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:hover {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:focus, .btn-outline-danger.focus {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.btn-outline-danger.disabled, .btn-outline-danger:disabled {\n color: #dc3545;\n background-color: transparent;\n}\n\n.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,\n.show > .btn-outline-danger.dropdown-toggle {\n color: #fff;\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-danger.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.btn-outline-light {\n color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:hover {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:focus, .btn-outline-light.focus {\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.btn-outline-light.disabled, .btn-outline-light:disabled {\n color: #f8f9fa;\n background-color: transparent;\n}\n\n.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,\n.show > .btn-outline-light.dropdown-toggle {\n color: #212529;\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-light.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.btn-outline-dark {\n color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:hover {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:focus, .btn-outline-dark.focus {\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.btn-outline-dark.disabled, .btn-outline-dark:disabled {\n color: #343a40;\n background-color: transparent;\n}\n\n.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,\n.show > .btn-outline-dark.dropdown-toggle {\n color: #fff;\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-dark.dropdown-toggle:focus {\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.btn-link {\n font-weight: 400;\n color: #007bff;\n text-decoration: none;\n}\n\n.btn-link:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\n.btn-link:focus, .btn-link.focus {\n text-decoration: underline;\n box-shadow: none;\n}\n\n.btn-link:disabled, .btn-link.disabled {\n color: #6c757d;\n pointer-events: none;\n}\n\n.btn-lg, .btn-group-lg > .btn {\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\n.btn-sm, .btn-group-sm > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.btn-block {\n display: block;\n width: 100%;\n}\n\n.btn-block + .btn-block {\n margin-top: 0.5rem;\n}\n\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%;\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.dropup,\n.dropright,\n.dropdown,\n.dropleft {\n position: relative;\n}\n\n.dropdown-toggle {\n white-space: nowrap;\n}\n\n.dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid;\n border-right: 0.3em solid transparent;\n border-bottom: 0;\n border-left: 0.3em solid transparent;\n}\n\n.dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 10rem;\n padding: 0.5rem 0;\n margin: 0.125rem 0 0;\n font-size: 1rem;\n color: #212529;\n text-align: left;\n list-style: none;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n}\n\n.dropdown-menu-left {\n right: auto;\n left: 0;\n}\n\n.dropdown-menu-right {\n right: 0;\n left: auto;\n}\n\n@media (min-width: 576px) {\n .dropdown-menu-sm-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-sm-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 768px) {\n .dropdown-menu-md-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-md-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 992px) {\n .dropdown-menu-lg-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-lg-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 1200px) {\n .dropdown-menu-xl-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-xl-right {\n right: 0;\n left: auto;\n }\n}\n\n.dropup .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-top: 0;\n margin-bottom: 0.125rem;\n}\n\n.dropup .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0;\n border-right: 0.3em solid transparent;\n border-bottom: 0.3em solid;\n border-left: 0.3em solid transparent;\n}\n\n.dropup .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropright .dropdown-menu {\n top: 0;\n right: auto;\n left: 100%;\n margin-top: 0;\n margin-left: 0.125rem;\n}\n\n.dropright .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid transparent;\n border-right: 0;\n border-bottom: 0.3em solid transparent;\n border-left: 0.3em solid;\n}\n\n.dropright .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropright .dropdown-toggle::after {\n vertical-align: 0;\n}\n\n.dropleft .dropdown-menu {\n top: 0;\n right: 100%;\n left: auto;\n margin-top: 0;\n margin-right: 0.125rem;\n}\n\n.dropleft .dropdown-toggle::after {\n display: inline-block;\n margin-left: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n}\n\n.dropleft .dropdown-toggle::after {\n display: none;\n}\n\n.dropleft .dropdown-toggle::before {\n display: inline-block;\n margin-right: 0.255em;\n vertical-align: 0.255em;\n content: \"\";\n border-top: 0.3em solid transparent;\n border-right: 0.3em solid;\n border-bottom: 0.3em solid transparent;\n}\n\n.dropleft .dropdown-toggle:empty::after {\n margin-left: 0;\n}\n\n.dropleft .dropdown-toggle::before {\n vertical-align: 0;\n}\n\n.dropdown-menu[x-placement^=\"top\"], .dropdown-menu[x-placement^=\"right\"], .dropdown-menu[x-placement^=\"bottom\"], .dropdown-menu[x-placement^=\"left\"] {\n right: auto;\n bottom: auto;\n}\n\n.dropdown-divider {\n height: 0;\n margin: 0.5rem 0;\n overflow: hidden;\n border-top: 1px solid #e9ecef;\n}\n\n.dropdown-item {\n display: block;\n width: 100%;\n padding: 0.25rem 1.5rem;\n clear: both;\n font-weight: 400;\n color: #212529;\n text-align: inherit;\n white-space: nowrap;\n background-color: transparent;\n border: 0;\n}\n\n.dropdown-item:hover, .dropdown-item:focus {\n color: #16181b;\n text-decoration: none;\n background-color: #f8f9fa;\n}\n\n.dropdown-item.active, .dropdown-item:active {\n color: #fff;\n text-decoration: none;\n background-color: #007bff;\n}\n\n.dropdown-item.disabled, .dropdown-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: transparent;\n}\n\n.dropdown-menu.show {\n display: block;\n}\n\n.dropdown-header {\n display: block;\n padding: 0.5rem 1.5rem;\n margin-bottom: 0;\n font-size: 0.875rem;\n color: #6c757d;\n white-space: nowrap;\n}\n\n.dropdown-item-text {\n display: block;\n padding: 0.25rem 1.5rem;\n color: #212529;\n}\n\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-flex;\n vertical-align: middle;\n}\n\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n position: relative;\n flex: 1 1 auto;\n}\n\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover {\n z-index: 1;\n}\n\n.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,\n.btn-group-vertical > .btn:focus,\n.btn-group-vertical > .btn:active,\n.btn-group-vertical > .btn.active {\n z-index: 1;\n}\n\n.btn-toolbar {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n}\n\n.btn-toolbar .input-group {\n width: auto;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) {\n margin-left: -1px;\n}\n\n.btn-group > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group > .btn-group:not(:last-child) > .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.dropdown-toggle-split {\n padding-right: 0.5625rem;\n padding-left: 0.5625rem;\n}\n\n.dropdown-toggle-split::after,\n.dropup .dropdown-toggle-split::after,\n.dropright .dropdown-toggle-split::after {\n margin-left: 0;\n}\n\n.dropleft .dropdown-toggle-split::before {\n margin-right: 0;\n}\n\n.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {\n padding-right: 0.375rem;\n padding-left: 0.375rem;\n}\n\n.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.btn-group-vertical {\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n}\n\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group {\n width: 100%;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) {\n margin-top: -1px;\n}\n\n.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group-vertical > .btn-group:not(:last-child) > .btn {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.btn-group-toggle > .btn,\n.btn-group-toggle > .btn-group > .btn {\n margin-bottom: 0;\n}\n\n.btn-group-toggle > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn input[type=\"checkbox\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none;\n}\n\n.input-group {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: stretch;\n width: 100%;\n}\n\n.input-group > .form-control,\n.input-group > .form-control-plaintext,\n.input-group > .custom-select,\n.input-group > .custom-file {\n position: relative;\n flex: 1 1 auto;\n width: 1%;\n margin-bottom: 0;\n}\n\n.input-group > .form-control + .form-control,\n.input-group > .form-control + .custom-select,\n.input-group > .form-control + .custom-file,\n.input-group > .form-control-plaintext + .form-control,\n.input-group > .form-control-plaintext + .custom-select,\n.input-group > .form-control-plaintext + .custom-file,\n.input-group > .custom-select + .form-control,\n.input-group > .custom-select + .custom-select,\n.input-group > .custom-select + .custom-file,\n.input-group > .custom-file + .form-control,\n.input-group > .custom-file + .custom-select,\n.input-group > .custom-file + .custom-file {\n margin-left: -1px;\n}\n\n.input-group > .form-control:focus,\n.input-group > .custom-select:focus,\n.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {\n z-index: 3;\n}\n\n.input-group > .custom-file .custom-file-input:focus {\n z-index: 4;\n}\n\n.input-group > .form-control:not(:last-child),\n.input-group > .custom-select:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .form-control:not(:first-child),\n.input-group > .custom-select:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group > .custom-file {\n display: flex;\n align-items: center;\n}\n\n.input-group > .custom-file:not(:last-child) .custom-file-label,\n.input-group > .custom-file:not(:last-child) .custom-file-label::after {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .custom-file:not(:first-child) .custom-file-label {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group-prepend,\n.input-group-append {\n display: flex;\n}\n\n.input-group-prepend .btn,\n.input-group-append .btn {\n position: relative;\n z-index: 2;\n}\n\n.input-group-prepend .btn:focus,\n.input-group-append .btn:focus {\n z-index: 3;\n}\n\n.input-group-prepend .btn + .btn,\n.input-group-prepend .btn + .input-group-text,\n.input-group-prepend .input-group-text + .input-group-text,\n.input-group-prepend .input-group-text + .btn,\n.input-group-append .btn + .btn,\n.input-group-append .btn + .input-group-text,\n.input-group-append .input-group-text + .input-group-text,\n.input-group-append .input-group-text + .btn {\n margin-left: -1px;\n}\n\n.input-group-prepend {\n margin-right: -1px;\n}\n\n.input-group-append {\n margin-left: -1px;\n}\n\n.input-group-text {\n display: flex;\n align-items: center;\n padding: 0.375rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n text-align: center;\n white-space: nowrap;\n background-color: #e9ecef;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n}\n\n.input-group-text input[type=\"radio\"],\n.input-group-text input[type=\"checkbox\"] {\n margin-top: 0;\n}\n\n.input-group-lg > .form-control:not(textarea),\n.input-group-lg > .custom-select {\n height: calc(1.5em + 1rem + 2px);\n}\n\n.input-group-lg > .form-control,\n.input-group-lg > .custom-select,\n.input-group-lg > .input-group-prepend > .input-group-text,\n.input-group-lg > .input-group-append > .input-group-text,\n.input-group-lg > .input-group-prepend > .btn,\n.input-group-lg > .input-group-append > .btn {\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\n.input-group-sm > .form-control:not(textarea),\n.input-group-sm > .custom-select {\n height: calc(1.5em + 0.5rem + 2px);\n}\n\n.input-group-sm > .form-control,\n.input-group-sm > .custom-select,\n.input-group-sm > .input-group-prepend > .input-group-text,\n.input-group-sm > .input-group-append > .input-group-text,\n.input-group-sm > .input-group-prepend > .btn,\n.input-group-sm > .input-group-append > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.input-group-lg > .custom-select,\n.input-group-sm > .custom-select {\n padding-right: 1.75rem;\n}\n\n.input-group > .input-group-prepend > .btn,\n.input-group > .input-group-prepend > .input-group-text,\n.input-group > .input-group-append:not(:last-child) > .btn,\n.input-group > .input-group-append:not(:last-child) > .input-group-text,\n.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .input-group-append > .btn,\n.input-group > .input-group-append > .input-group-text,\n.input-group > .input-group-prepend:not(:first-child) > .btn,\n.input-group > .input-group-prepend:not(:first-child) > .input-group-text,\n.input-group > .input-group-prepend:first-child > .btn:not(:first-child),\n.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.custom-control {\n position: relative;\n display: block;\n min-height: 1.5rem;\n padding-left: 1.5rem;\n}\n\n.custom-control-inline {\n display: inline-flex;\n margin-right: 1rem;\n}\n\n.custom-control-input {\n position: absolute;\n z-index: -1;\n opacity: 0;\n}\n\n.custom-control-input:checked ~ .custom-control-label::before {\n color: #fff;\n border-color: #007bff;\n background-color: #007bff;\n}\n\n.custom-control-input:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #80bdff;\n}\n\n.custom-control-input:not(:disabled):active ~ .custom-control-label::before {\n color: #fff;\n background-color: #b3d7ff;\n border-color: #b3d7ff;\n}\n\n.custom-control-input:disabled ~ .custom-control-label {\n color: #6c757d;\n}\n\n.custom-control-input:disabled ~ .custom-control-label::before {\n background-color: #e9ecef;\n}\n\n.custom-control-label {\n position: relative;\n margin-bottom: 0;\n vertical-align: top;\n}\n\n.custom-control-label::before {\n position: absolute;\n top: 0.25rem;\n left: -1.5rem;\n display: block;\n width: 1rem;\n height: 1rem;\n pointer-events: none;\n content: \"\";\n background-color: #fff;\n border: #adb5bd solid 1px;\n}\n\n.custom-control-label::after {\n position: absolute;\n top: 0.25rem;\n left: -1.5rem;\n display: block;\n width: 1rem;\n height: 1rem;\n content: \"\";\n background: no-repeat 50% / 50% 50%;\n}\n\n.custom-checkbox .custom-control-label::before {\n border-radius: 0.25rem;\n}\n\n.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e\");\n}\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {\n border-color: #007bff;\n background-color: #007bff;\n}\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e\");\n}\n\n.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-radio .custom-control-label::before {\n border-radius: 50%;\n}\n\n.custom-radio .custom-control-input:checked ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\");\n}\n\n.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-switch {\n padding-left: 2.25rem;\n}\n\n.custom-switch .custom-control-label::before {\n left: -2.25rem;\n width: 1.75rem;\n pointer-events: all;\n border-radius: 0.5rem;\n}\n\n.custom-switch .custom-control-label::after {\n top: calc(0.25rem + 2px);\n left: calc(-2.25rem + 2px);\n width: calc(1rem - 4px);\n height: calc(1rem - 4px);\n background-color: #adb5bd;\n border-radius: 0.5rem;\n transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-switch .custom-control-label::after {\n transition: none;\n }\n}\n\n.custom-switch .custom-control-input:checked ~ .custom-control-label::after {\n background-color: #fff;\n transform: translateX(0.75rem);\n}\n\n.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-select {\n display: inline-block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 1.75rem 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n vertical-align: middle;\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px;\n background-color: #fff;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n appearance: none;\n}\n\n.custom-select:focus {\n border-color: #80bdff;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-select:focus::-ms-value {\n color: #495057;\n background-color: #fff;\n}\n\n.custom-select[multiple], .custom-select[size]:not([size=\"1\"]) {\n height: auto;\n padding-right: 0.75rem;\n background-image: none;\n}\n\n.custom-select:disabled {\n color: #6c757d;\n background-color: #e9ecef;\n}\n\n.custom-select::-ms-expand {\n display: none;\n}\n\n.custom-select-sm {\n height: calc(1.5em + 0.5rem + 2px);\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n padding-left: 0.5rem;\n font-size: 0.875rem;\n}\n\n.custom-select-lg {\n height: calc(1.5em + 1rem + 2px);\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n padding-left: 1rem;\n font-size: 1.25rem;\n}\n\n.custom-file {\n position: relative;\n display: inline-block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin-bottom: 0;\n}\n\n.custom-file-input {\n position: relative;\n z-index: 2;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin: 0;\n opacity: 0;\n}\n\n.custom-file-input:focus ~ .custom-file-label {\n border-color: #80bdff;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-file-input:disabled ~ .custom-file-label {\n background-color: #e9ecef;\n}\n\n.custom-file-input:lang(en) ~ .custom-file-label::after {\n content: \"Browse\";\n}\n\n.custom-file-input ~ .custom-file-label[data-browse]::after {\n content: attr(data-browse);\n}\n\n.custom-file-label {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n}\n\n.custom-file-label::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n z-index: 3;\n display: block;\n height: calc(1.5em + 0.75rem);\n padding: 0.375rem 0.75rem;\n line-height: 1.5;\n color: #495057;\n content: \"Browse\";\n background-color: #e9ecef;\n border-left: inherit;\n border-radius: 0 0.25rem 0.25rem 0;\n}\n\n.custom-range {\n width: 100%;\n height: calc(1rem + 0.4rem);\n padding: 0;\n background-color: transparent;\n appearance: none;\n}\n\n.custom-range:focus {\n outline: none;\n}\n\n.custom-range:focus::-webkit-slider-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range:focus::-moz-range-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range:focus::-ms-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range::-moz-focus-outer {\n border: 0;\n}\n\n.custom-range::-webkit-slider-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: -0.25rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-webkit-slider-thumb {\n transition: none;\n }\n}\n\n.custom-range::-webkit-slider-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-webkit-slider-runnable-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n}\n\n.custom-range::-moz-range-thumb {\n width: 1rem;\n height: 1rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-moz-range-thumb {\n transition: none;\n }\n}\n\n.custom-range::-moz-range-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-moz-range-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n}\n\n.custom-range::-ms-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: 0;\n margin-right: 0.2rem;\n margin-left: 0.2rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-ms-thumb {\n transition: none;\n }\n}\n\n.custom-range::-ms-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-ms-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: transparent;\n border-color: transparent;\n border-width: 0.5rem;\n}\n\n.custom-range::-ms-fill-lower {\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.custom-range::-ms-fill-upper {\n margin-right: 15px;\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.custom-range:disabled::-webkit-slider-thumb {\n background-color: #adb5bd;\n}\n\n.custom-range:disabled::-webkit-slider-runnable-track {\n cursor: default;\n}\n\n.custom-range:disabled::-moz-range-thumb {\n background-color: #adb5bd;\n}\n\n.custom-range:disabled::-moz-range-track {\n cursor: default;\n}\n\n.custom-range:disabled::-ms-thumb {\n background-color: #adb5bd;\n}\n\n.custom-control-label::before,\n.custom-file-label,\n.custom-select {\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-control-label::before,\n .custom-file-label,\n .custom-select {\n transition: none;\n }\n}\n\n.nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 0.5rem 1rem;\n}\n\n.nav-link:hover, .nav-link:focus {\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #6c757d;\n pointer-events: none;\n cursor: default;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #dee2e6;\n}\n\n.nav-tabs .nav-item {\n margin-bottom: -1px;\n}\n\n.nav-tabs .nav-link {\n border: 1px solid transparent;\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n border-color: #e9ecef #e9ecef #dee2e6;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #6c757d;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #495057;\n background-color: #fff;\n border-color: #dee2e6 #dee2e6 #fff;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 0.25rem;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .show > .nav-link {\n color: #fff;\n background-color: #007bff;\n}\n\n.nav-fill .nav-item {\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified .nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n padding: 0.5rem 1rem;\n}\n\n.navbar > .container,\n.navbar > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n}\n\n.navbar-brand {\n display: inline-block;\n padding-top: 0.3125rem;\n padding-bottom: 0.3125rem;\n margin-right: 1rem;\n font-size: 1.25rem;\n line-height: inherit;\n white-space: nowrap;\n}\n\n.navbar-brand:hover, .navbar-brand:focus {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-nav .dropdown-menu {\n position: static;\n float: none;\n}\n\n.navbar-text {\n display: inline-block;\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n align-items: center;\n}\n\n.navbar-toggler {\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background-color: transparent;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.navbar-toggler:hover, .navbar-toggler:focus {\n text-decoration: none;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n@media (max-width: 575.98px) {\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 576px) {\n .navbar-expand-sm {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-sm .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-sm .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-sm .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-sm .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 767.98px) {\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-expand-md {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-md .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-md .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-md .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-md .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 991.98px) {\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-expand-lg {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-lg .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-lg .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-lg .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-lg .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-lg .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 1199.98px) {\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 1200px) {\n .navbar-expand-xl {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-xl .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-xl .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-xl .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-xl .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-xl .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-expand {\n flex-flow: row nowrap;\n justify-content: flex-start;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-expand .navbar-nav {\n flex-direction: row;\n}\n\n.navbar-expand .navbar-nav .dropdown-menu {\n position: absolute;\n}\n\n.navbar-expand .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n flex-wrap: nowrap;\n}\n\n.navbar-expand .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n}\n\n.navbar-expand .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .show > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.show,\n.navbar-light .navbar-nav .nav-link.active {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.5);\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-light .navbar-text {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-text a {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-dark .navbar-brand {\n color: #fff;\n}\n\n.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {\n color: #fff;\n}\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {\n color: rgba(255, 255, 255, 0.75);\n}\n\n.navbar-dark .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-dark .navbar-nav .show > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .nav-link.show,\n.navbar-dark .navbar-nav .nav-link.active {\n color: #fff;\n}\n\n.navbar-dark .navbar-toggler {\n color: rgba(255, 255, 255, 0.5);\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-dark .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-dark .navbar-text {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-dark .navbar-text a {\n color: #fff;\n}\n\n.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {\n color: #fff;\n}\n\n.card {\n position: relative;\n display: flex;\n flex-direction: column;\n min-width: 0;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: border-box;\n border: 1px solid rgba(0, 0, 0, 0.125);\n border-radius: 0.25rem;\n}\n\n.card > hr {\n margin-right: 0;\n margin-left: 0;\n}\n\n.card > .list-group:first-child .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.card > .list-group:last-child .list-group-item:last-child {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.card-body {\n flex: 1 1 auto;\n padding: 1.25rem;\n}\n\n.card-title {\n margin-bottom: 0.75rem;\n}\n\n.card-subtitle {\n margin-top: -0.375rem;\n margin-bottom: 0;\n}\n\n.card-text:last-child {\n margin-bottom: 0;\n}\n\n.card-link:hover {\n text-decoration: none;\n}\n\n.card-link + .card-link {\n margin-left: 1.25rem;\n}\n\n.card-header {\n padding: 0.75rem 1.25rem;\n margin-bottom: 0;\n background-color: rgba(0, 0, 0, 0.03);\n border-bottom: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-header:first-child {\n border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;\n}\n\n.card-header + .list-group .list-group-item:first-child {\n border-top: 0;\n}\n\n.card-footer {\n padding: 0.75rem 1.25rem;\n background-color: rgba(0, 0, 0, 0.03);\n border-top: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-footer:last-child {\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);\n}\n\n.card-header-tabs {\n margin-right: -0.625rem;\n margin-bottom: -0.75rem;\n margin-left: -0.625rem;\n border-bottom: 0;\n}\n\n.card-header-pills {\n margin-right: -0.625rem;\n margin-left: -0.625rem;\n}\n\n.card-img-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: 1.25rem;\n}\n\n.card-img {\n width: 100%;\n border-radius: calc(0.25rem - 1px);\n}\n\n.card-img-top {\n width: 100%;\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.card-img-bottom {\n width: 100%;\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px);\n}\n\n.card-deck {\n display: flex;\n flex-direction: column;\n}\n\n.card-deck .card {\n margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n .card-deck {\n flex-flow: row wrap;\n margin-right: -15px;\n margin-left: -15px;\n }\n .card-deck .card {\n display: flex;\n flex: 1 0 0%;\n flex-direction: column;\n margin-right: 15px;\n margin-bottom: 0;\n margin-left: 15px;\n }\n}\n\n.card-group {\n display: flex;\n flex-direction: column;\n}\n\n.card-group > .card {\n margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n .card-group {\n flex-flow: row wrap;\n }\n .card-group > .card {\n flex: 1 0 0%;\n margin-bottom: 0;\n }\n .card-group > .card + .card {\n margin-left: 0;\n border-left: 0;\n }\n .card-group > .card:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-top,\n .card-group > .card:not(:last-child) .card-header {\n border-top-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-bottom,\n .card-group > .card:not(:last-child) .card-footer {\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-top,\n .card-group > .card:not(:first-child) .card-header {\n border-top-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-bottom,\n .card-group > .card:not(:first-child) .card-footer {\n border-bottom-left-radius: 0;\n }\n}\n\n.card-columns .card {\n margin-bottom: 0.75rem;\n}\n\n@media (min-width: 576px) {\n .card-columns {\n column-count: 3;\n column-gap: 1.25rem;\n orphans: 1;\n widows: 1;\n }\n .card-columns .card {\n display: inline-block;\n width: 100%;\n }\n}\n\n.accordion > .card {\n overflow: hidden;\n}\n\n.accordion > .card:not(:first-of-type) .card-header:first-child {\n border-radius: 0;\n}\n\n.accordion > .card:not(:first-of-type):not(:last-of-type) {\n border-bottom: 0;\n border-radius: 0;\n}\n\n.accordion > .card:first-of-type {\n border-bottom: 0;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.accordion > .card:last-of-type {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.accordion > .card .card-header {\n margin-bottom: -1px;\n}\n\n.breadcrumb {\n display: flex;\n flex-wrap: wrap;\n padding: 0.75rem 1rem;\n margin-bottom: 1rem;\n list-style: none;\n background-color: #e9ecef;\n border-radius: 0.25rem;\n}\n\n.breadcrumb-item + .breadcrumb-item {\n padding-left: 0.5rem;\n}\n\n.breadcrumb-item + .breadcrumb-item::before {\n display: inline-block;\n padding-right: 0.5rem;\n color: #6c757d;\n content: \"/\";\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: underline;\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: none;\n}\n\n.breadcrumb-item.active {\n color: #6c757d;\n}\n\n.pagination {\n display: flex;\n padding-left: 0;\n list-style: none;\n border-radius: 0.25rem;\n}\n\n.page-link {\n position: relative;\n display: block;\n padding: 0.5rem 0.75rem;\n margin-left: -1px;\n line-height: 1.25;\n color: #007bff;\n background-color: #fff;\n border: 1px solid #dee2e6;\n}\n\n.page-link:hover {\n z-index: 2;\n color: #0056b3;\n text-decoration: none;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.page-link:focus {\n z-index: 2;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.page-item:first-child .page-link {\n margin-left: 0;\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.page-item:last-child .page-link {\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n}\n\n.page-item.active .page-link {\n z-index: 1;\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.page-item.disabled .page-link {\n color: #6c757d;\n pointer-events: none;\n cursor: auto;\n background-color: #fff;\n border-color: #dee2e6;\n}\n\n.pagination-lg .page-link {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n line-height: 1.5;\n}\n\n.pagination-lg .page-item:first-child .page-link {\n border-top-left-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.pagination-lg .page-item:last-child .page-link {\n border-top-right-radius: 0.3rem;\n border-bottom-right-radius: 0.3rem;\n}\n\n.pagination-sm .page-link {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n}\n\n.pagination-sm .page-item:first-child .page-link {\n border-top-left-radius: 0.2rem;\n border-bottom-left-radius: 0.2rem;\n}\n\n.pagination-sm .page-item:last-child .page-link {\n border-top-right-radius: 0.2rem;\n border-bottom-right-radius: 0.2rem;\n}\n\n.badge {\n display: inline-block;\n padding: 0.25em 0.4em;\n font-size: 75%;\n font-weight: 700;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 0.25rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .badge {\n transition: none;\n }\n}\n\na.badge:hover, a.badge:focus {\n text-decoration: none;\n}\n\n.badge:empty {\n display: none;\n}\n\n.btn .badge {\n position: relative;\n top: -1px;\n}\n\n.badge-pill {\n padding-right: 0.6em;\n padding-left: 0.6em;\n border-radius: 10rem;\n}\n\n.badge-primary {\n color: #fff;\n background-color: #007bff;\n}\n\na.badge-primary:hover, a.badge-primary:focus {\n color: #fff;\n background-color: #0062cc;\n}\n\na.badge-primary:focus, a.badge-primary.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.badge-secondary {\n color: #fff;\n background-color: #6c757d;\n}\n\na.badge-secondary:hover, a.badge-secondary:focus {\n color: #fff;\n background-color: #545b62;\n}\n\na.badge-secondary:focus, a.badge-secondary.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.badge-success {\n color: #fff;\n background-color: #28a745;\n}\n\na.badge-success:hover, a.badge-success:focus {\n color: #fff;\n background-color: #1e7e34;\n}\n\na.badge-success:focus, a.badge-success.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.badge-info {\n color: #fff;\n background-color: #17a2b8;\n}\n\na.badge-info:hover, a.badge-info:focus {\n color: #fff;\n background-color: #117a8b;\n}\n\na.badge-info:focus, a.badge-info.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.badge-warning {\n color: #212529;\n background-color: #ffc107;\n}\n\na.badge-warning:hover, a.badge-warning:focus {\n color: #212529;\n background-color: #d39e00;\n}\n\na.badge-warning:focus, a.badge-warning.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.badge-danger {\n color: #fff;\n background-color: #dc3545;\n}\n\na.badge-danger:hover, a.badge-danger:focus {\n color: #fff;\n background-color: #bd2130;\n}\n\na.badge-danger:focus, a.badge-danger.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.badge-light {\n color: #212529;\n background-color: #f8f9fa;\n}\n\na.badge-light:hover, a.badge-light:focus {\n color: #212529;\n background-color: #dae0e5;\n}\n\na.badge-light:focus, a.badge-light.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.badge-dark {\n color: #fff;\n background-color: #343a40;\n}\n\na.badge-dark:hover, a.badge-dark:focus {\n color: #fff;\n background-color: #1d2124;\n}\n\na.badge-dark:focus, a.badge-dark.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.jumbotron {\n padding: 2rem 1rem;\n margin-bottom: 2rem;\n background-color: #e9ecef;\n border-radius: 0.3rem;\n}\n\n@media (min-width: 576px) {\n .jumbotron {\n padding: 4rem 2rem;\n }\n}\n\n.jumbotron-fluid {\n padding-right: 0;\n padding-left: 0;\n border-radius: 0;\n}\n\n.alert {\n position: relative;\n padding: 0.75rem 1.25rem;\n margin-bottom: 1rem;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.alert-heading {\n color: inherit;\n}\n\n.alert-link {\n font-weight: 700;\n}\n\n.alert-dismissible {\n padding-right: 4rem;\n}\n\n.alert-dismissible .close {\n position: absolute;\n top: 0;\n right: 0;\n padding: 0.75rem 1.25rem;\n color: inherit;\n}\n\n.alert-primary {\n color: #004085;\n background-color: #cce5ff;\n border-color: #b8daff;\n}\n\n.alert-primary hr {\n border-top-color: #9fcdff;\n}\n\n.alert-primary .alert-link {\n color: #002752;\n}\n\n.alert-secondary {\n color: #383d41;\n background-color: #e2e3e5;\n border-color: #d6d8db;\n}\n\n.alert-secondary hr {\n border-top-color: #c8cbcf;\n}\n\n.alert-secondary .alert-link {\n color: #202326;\n}\n\n.alert-success {\n color: #155724;\n background-color: #d4edda;\n border-color: #c3e6cb;\n}\n\n.alert-success hr {\n border-top-color: #b1dfbb;\n}\n\n.alert-success .alert-link {\n color: #0b2e13;\n}\n\n.alert-info {\n color: #0c5460;\n background-color: #d1ecf1;\n border-color: #bee5eb;\n}\n\n.alert-info hr {\n border-top-color: #abdde5;\n}\n\n.alert-info .alert-link {\n color: #062c33;\n}\n\n.alert-warning {\n color: #856404;\n background-color: #fff3cd;\n border-color: #ffeeba;\n}\n\n.alert-warning hr {\n border-top-color: #ffe8a1;\n}\n\n.alert-warning .alert-link {\n color: #533f03;\n}\n\n.alert-danger {\n color: #721c24;\n background-color: #f8d7da;\n border-color: #f5c6cb;\n}\n\n.alert-danger hr {\n border-top-color: #f1b0b7;\n}\n\n.alert-danger .alert-link {\n color: #491217;\n}\n\n.alert-light {\n color: #818182;\n background-color: #fefefe;\n border-color: #fdfdfe;\n}\n\n.alert-light hr {\n border-top-color: #ececf6;\n}\n\n.alert-light .alert-link {\n color: #686868;\n}\n\n.alert-dark {\n color: #1b1e21;\n background-color: #d6d8d9;\n border-color: #c6c8ca;\n}\n\n.alert-dark hr {\n border-top-color: #b9bbbe;\n}\n\n.alert-dark .alert-link {\n color: #040505;\n}\n\n@keyframes progress-bar-stripes {\n from {\n background-position: 1rem 0;\n }\n to {\n background-position: 0 0;\n }\n}\n\n.progress {\n display: flex;\n height: 1rem;\n overflow: hidden;\n font-size: 0.75rem;\n background-color: #e9ecef;\n border-radius: 0.25rem;\n}\n\n.progress-bar {\n display: flex;\n flex-direction: column;\n justify-content: center;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n background-color: #007bff;\n transition: width 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar {\n transition: none;\n }\n}\n\n.progress-bar-striped {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem;\n}\n\n.progress-bar-animated {\n animation: progress-bar-stripes 1s linear infinite;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar-animated {\n animation: none;\n }\n}\n\n.media {\n display: flex;\n align-items: flex-start;\n}\n\n.media-body {\n flex: 1;\n}\n\n.list-group {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n}\n\n.list-group-item-action {\n width: 100%;\n color: #495057;\n text-align: inherit;\n}\n\n.list-group-item-action:hover, .list-group-item-action:focus {\n z-index: 1;\n color: #495057;\n text-decoration: none;\n background-color: #f8f9fa;\n}\n\n.list-group-item-action:active {\n color: #212529;\n background-color: #e9ecef;\n}\n\n.list-group-item {\n position: relative;\n display: block;\n padding: 0.75rem 1.25rem;\n margin-bottom: -1px;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.list-group-item:last-child {\n margin-bottom: 0;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.list-group-item.disabled, .list-group-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: #fff;\n}\n\n.list-group-item.active {\n z-index: 2;\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.list-group-horizontal {\n flex-direction: row;\n}\n\n.list-group-horizontal .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n}\n\n.list-group-horizontal .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n}\n\n.list-group-horizontal .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n}\n\n@media (min-width: 576px) {\n .list-group-horizontal-sm {\n flex-direction: row;\n }\n .list-group-horizontal-sm .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n }\n .list-group-horizontal-sm .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-sm .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n}\n\n@media (min-width: 768px) {\n .list-group-horizontal-md {\n flex-direction: row;\n }\n .list-group-horizontal-md .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n }\n .list-group-horizontal-md .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-md .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n}\n\n@media (min-width: 992px) {\n .list-group-horizontal-lg {\n flex-direction: row;\n }\n .list-group-horizontal-lg .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n }\n .list-group-horizontal-lg .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-lg .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n}\n\n@media (min-width: 1200px) {\n .list-group-horizontal-xl {\n flex-direction: row;\n }\n .list-group-horizontal-xl .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n }\n .list-group-horizontal-xl .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-xl .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n}\n\n.list-group-flush .list-group-item {\n border-right: 0;\n border-left: 0;\n border-radius: 0;\n}\n\n.list-group-flush .list-group-item:last-child {\n margin-bottom: -1px;\n}\n\n.list-group-flush:first-child .list-group-item:first-child {\n border-top: 0;\n}\n\n.list-group-flush:last-child .list-group-item:last-child {\n margin-bottom: 0;\n border-bottom: 0;\n}\n\n.list-group-item-primary {\n color: #004085;\n background-color: #b8daff;\n}\n\n.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {\n color: #004085;\n background-color: #9fcdff;\n}\n\n.list-group-item-primary.list-group-item-action.active {\n color: #fff;\n background-color: #004085;\n border-color: #004085;\n}\n\n.list-group-item-secondary {\n color: #383d41;\n background-color: #d6d8db;\n}\n\n.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {\n color: #383d41;\n background-color: #c8cbcf;\n}\n\n.list-group-item-secondary.list-group-item-action.active {\n color: #fff;\n background-color: #383d41;\n border-color: #383d41;\n}\n\n.list-group-item-success {\n color: #155724;\n background-color: #c3e6cb;\n}\n\n.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {\n color: #155724;\n background-color: #b1dfbb;\n}\n\n.list-group-item-success.list-group-item-action.active {\n color: #fff;\n background-color: #155724;\n border-color: #155724;\n}\n\n.list-group-item-info {\n color: #0c5460;\n background-color: #bee5eb;\n}\n\n.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {\n color: #0c5460;\n background-color: #abdde5;\n}\n\n.list-group-item-info.list-group-item-action.active {\n color: #fff;\n background-color: #0c5460;\n border-color: #0c5460;\n}\n\n.list-group-item-warning {\n color: #856404;\n background-color: #ffeeba;\n}\n\n.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {\n color: #856404;\n background-color: #ffe8a1;\n}\n\n.list-group-item-warning.list-group-item-action.active {\n color: #fff;\n background-color: #856404;\n border-color: #856404;\n}\n\n.list-group-item-danger {\n color: #721c24;\n background-color: #f5c6cb;\n}\n\n.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {\n color: #721c24;\n background-color: #f1b0b7;\n}\n\n.list-group-item-danger.list-group-item-action.active {\n color: #fff;\n background-color: #721c24;\n border-color: #721c24;\n}\n\n.list-group-item-light {\n color: #818182;\n background-color: #fdfdfe;\n}\n\n.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {\n color: #818182;\n background-color: #ececf6;\n}\n\n.list-group-item-light.list-group-item-action.active {\n color: #fff;\n background-color: #818182;\n border-color: #818182;\n}\n\n.list-group-item-dark {\n color: #1b1e21;\n background-color: #c6c8ca;\n}\n\n.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {\n color: #1b1e21;\n background-color: #b9bbbe;\n}\n\n.list-group-item-dark.list-group-item-action.active {\n color: #fff;\n background-color: #1b1e21;\n border-color: #1b1e21;\n}\n\n.close {\n float: right;\n font-size: 1.5rem;\n font-weight: 700;\n line-height: 1;\n color: #000;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n.close:hover {\n color: #000;\n text-decoration: none;\n}\n\n.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {\n opacity: .75;\n}\n\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n appearance: none;\n}\n\na.close.disabled {\n pointer-events: none;\n}\n\n.toast {\n max-width: 350px;\n overflow: hidden;\n font-size: 0.875rem;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.1);\n box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);\n backdrop-filter: blur(10px);\n opacity: 0;\n border-radius: 0.25rem;\n}\n\n.toast:not(:last-child) {\n margin-bottom: 0.75rem;\n}\n\n.toast.showing {\n opacity: 1;\n}\n\n.toast.show {\n display: block;\n opacity: 1;\n}\n\n.toast.hide {\n display: none;\n}\n\n.toast-header {\n display: flex;\n align-items: center;\n padding: 0.25rem 0.75rem;\n color: #6c757d;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n}\n\n.toast-body {\n padding: 0.75rem;\n}\n\n.modal-open {\n overflow: hidden;\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1050;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n outline: 0;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 0.5rem;\n pointer-events: none;\n}\n\n.modal.fade .modal-dialog {\n transition: transform 0.3s ease-out;\n transform: translate(0, -50px);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .modal.fade .modal-dialog {\n transition: none;\n }\n}\n\n.modal.show .modal-dialog {\n transform: none;\n}\n\n.modal-dialog-scrollable {\n display: flex;\n max-height: calc(100% - 1rem);\n}\n\n.modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 1rem);\n overflow: hidden;\n}\n\n.modal-dialog-scrollable .modal-header,\n.modal-dialog-scrollable .modal-footer {\n flex-shrink: 0;\n}\n\n.modal-dialog-scrollable .modal-body {\n overflow-y: auto;\n}\n\n.modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - 1rem);\n}\n\n.modal-dialog-centered::before {\n display: block;\n height: calc(100vh - 1rem);\n content: \"\";\n}\n\n.modal-dialog-centered.modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable .modal-content {\n max-height: none;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable::before {\n content: none;\n}\n\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1040;\n width: 100vw;\n height: 100vh;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.5;\n}\n\n.modal-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n padding: 1rem 1rem;\n border-bottom: 1px solid #dee2e6;\n border-top-left-radius: 0.3rem;\n border-top-right-radius: 0.3rem;\n}\n\n.modal-header .close {\n padding: 1rem 1rem;\n margin: -1rem -1rem -1rem auto;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 1.5;\n}\n\n.modal-body {\n position: relative;\n flex: 1 1 auto;\n padding: 1rem;\n}\n\n.modal-footer {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n padding: 1rem;\n border-top: 1px solid #dee2e6;\n border-bottom-right-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.modal-footer > :not(:first-child) {\n margin-left: .25rem;\n}\n\n.modal-footer > :not(:last-child) {\n margin-right: .25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 500px;\n margin: 1.75rem auto;\n }\n .modal-dialog-scrollable {\n max-height: calc(100% - 3.5rem);\n }\n .modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 3.5rem);\n }\n .modal-dialog-centered {\n min-height: calc(100% - 3.5rem);\n }\n .modal-dialog-centered::before {\n height: calc(100vh - 3.5rem);\n }\n .modal-sm {\n max-width: 300px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg,\n .modal-xl {\n max-width: 800px;\n }\n}\n\n@media (min-width: 1200px) {\n .modal-xl {\n max-width: 1140px;\n }\n}\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n opacity: 0;\n}\n\n.tooltip.show {\n opacity: 0.9;\n}\n\n.tooltip .arrow {\n position: absolute;\n display: block;\n width: 0.8rem;\n height: 0.4rem;\n}\n\n.tooltip .arrow::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-tooltip-top, .bs-tooltip-auto[x-placement^=\"top\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=\"top\"] .arrow {\n bottom: 0;\n}\n\n.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=\"top\"] .arrow::before {\n top: 0;\n border-width: 0.4rem 0.4rem 0;\n border-top-color: #000;\n}\n\n.bs-tooltip-right, .bs-tooltip-auto[x-placement^=\"right\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=\"right\"] .arrow {\n left: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=\"right\"] .arrow::before {\n right: 0;\n border-width: 0.4rem 0.4rem 0.4rem 0;\n border-right-color: #000;\n}\n\n.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=\"bottom\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow {\n top: 0;\n}\n\n.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow::before {\n bottom: 0;\n border-width: 0 0.4rem 0.4rem;\n border-bottom-color: #000;\n}\n\n.bs-tooltip-left, .bs-tooltip-auto[x-placement^=\"left\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=\"left\"] .arrow {\n right: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=\"left\"] .arrow::before {\n left: 0;\n border-width: 0.4rem 0 0.4rem 0.4rem;\n border-left-color: #000;\n}\n\n.tooltip-inner {\n max-width: 200px;\n padding: 0.25rem 0.5rem;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 0.25rem;\n}\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: block;\n max-width: 276px;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n}\n\n.popover .arrow {\n position: absolute;\n display: block;\n width: 1rem;\n height: 0.5rem;\n margin: 0 0.3rem;\n}\n\n.popover .arrow::before, .popover .arrow::after {\n position: absolute;\n display: block;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-popover-top, .bs-popover-auto[x-placement^=\"top\"] {\n margin-bottom: 0.5rem;\n}\n\n.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=\"top\"] > .arrow {\n bottom: calc((0.5rem + 1px) * -1);\n}\n\n.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=\"top\"] > .arrow::before {\n bottom: 0;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=\"top\"] > .arrow::after {\n bottom: 1px;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: #fff;\n}\n\n.bs-popover-right, .bs-popover-auto[x-placement^=\"right\"] {\n margin-left: 0.5rem;\n}\n\n.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=\"right\"] > .arrow {\n left: calc((0.5rem + 1px) * -1);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=\"right\"] > .arrow::before {\n left: 0;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=\"right\"] > .arrow::after {\n left: 1px;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: #fff;\n}\n\n.bs-popover-bottom, .bs-popover-auto[x-placement^=\"bottom\"] {\n margin-top: 0.5rem;\n}\n\n.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow {\n top: calc((0.5rem + 1px) * -1);\n}\n\n.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow::before {\n top: 0;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow::after {\n top: 1px;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: #fff;\n}\n\n.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=\"bottom\"] .popover-header::before {\n position: absolute;\n top: 0;\n left: 50%;\n display: block;\n width: 1rem;\n margin-left: -0.5rem;\n content: \"\";\n border-bottom: 1px solid #f7f7f7;\n}\n\n.bs-popover-left, .bs-popover-auto[x-placement^=\"left\"] {\n margin-right: 0.5rem;\n}\n\n.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=\"left\"] > .arrow {\n right: calc((0.5rem + 1px) * -1);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=\"left\"] > .arrow::before {\n right: 0;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=\"left\"] > .arrow::after {\n right: 1px;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: #fff;\n}\n\n.popover-header {\n padding: 0.5rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-top-left-radius: calc(0.3rem - 1px);\n border-top-right-radius: calc(0.3rem - 1px);\n}\n\n.popover-header:empty {\n display: none;\n}\n\n.popover-body {\n padding: 0.5rem 0.75rem;\n color: #212529;\n}\n\n.carousel {\n position: relative;\n}\n\n.carousel.pointer-event {\n touch-action: pan-y;\n}\n\n.carousel-inner {\n position: relative;\n width: 100%;\n overflow: hidden;\n}\n\n.carousel-inner::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.carousel-item {\n position: relative;\n display: none;\n float: left;\n width: 100%;\n margin-right: -100%;\n backface-visibility: hidden;\n transition: transform 0.6s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-item {\n transition: none;\n }\n}\n\n.carousel-item.active,\n.carousel-item-next,\n.carousel-item-prev {\n display: block;\n}\n\n.carousel-item-next:not(.carousel-item-left),\n.active.carousel-item-right {\n transform: translateX(100%);\n}\n\n.carousel-item-prev:not(.carousel-item-right),\n.active.carousel-item-left {\n transform: translateX(-100%);\n}\n\n.carousel-fade .carousel-item {\n opacity: 0;\n transition-property: opacity;\n transform: none;\n}\n\n.carousel-fade .carousel-item.active,\n.carousel-fade .carousel-item-next.carousel-item-left,\n.carousel-fade .carousel-item-prev.carousel-item-right {\n z-index: 1;\n opacity: 1;\n}\n\n.carousel-fade .active.carousel-item-left,\n.carousel-fade .active.carousel-item-right {\n z-index: 0;\n opacity: 0;\n transition: 0s 0.6s opacity;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-fade .active.carousel-item-left,\n .carousel-fade .active.carousel-item-right {\n transition: none;\n }\n}\n\n.carousel-control-prev,\n.carousel-control-next {\n position: absolute;\n top: 0;\n bottom: 0;\n z-index: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 15%;\n color: #fff;\n text-align: center;\n opacity: 0.5;\n transition: opacity 0.15s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-control-prev,\n .carousel-control-next {\n transition: none;\n }\n}\n\n.carousel-control-prev:hover, .carousel-control-prev:focus,\n.carousel-control-next:hover,\n.carousel-control-next:focus {\n color: #fff;\n text-decoration: none;\n outline: 0;\n opacity: 0.9;\n}\n\n.carousel-control-prev {\n left: 0;\n}\n\n.carousel-control-next {\n right: 0;\n}\n\n.carousel-control-prev-icon,\n.carousel-control-next-icon {\n display: inline-block;\n width: 20px;\n height: 20px;\n background: no-repeat 50% / 100% 100%;\n}\n\n.carousel-control-prev-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e\");\n}\n\n.carousel-control-next-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e\");\n}\n\n.carousel-indicators {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 15;\n display: flex;\n justify-content: center;\n padding-left: 0;\n margin-right: 15%;\n margin-left: 15%;\n list-style: none;\n}\n\n.carousel-indicators li {\n box-sizing: content-box;\n flex: 0 1 auto;\n width: 30px;\n height: 3px;\n margin-right: 3px;\n margin-left: 3px;\n text-indent: -999px;\n cursor: pointer;\n background-color: #fff;\n background-clip: padding-box;\n border-top: 10px solid transparent;\n border-bottom: 10px solid transparent;\n opacity: .5;\n transition: opacity 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-indicators li {\n transition: none;\n }\n}\n\n.carousel-indicators .active {\n opacity: 1;\n}\n\n.carousel-caption {\n position: absolute;\n right: 15%;\n bottom: 20px;\n left: 15%;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: #fff;\n text-align: center;\n}\n\n@keyframes spinner-border {\n to {\n transform: rotate(360deg);\n }\n}\n\n.spinner-border {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n border: 0.25em solid currentColor;\n border-right-color: transparent;\n border-radius: 50%;\n animation: spinner-border .75s linear infinite;\n}\n\n.spinner-border-sm {\n width: 1rem;\n height: 1rem;\n border-width: 0.2em;\n}\n\n@keyframes spinner-grow {\n 0% {\n transform: scale(0);\n }\n 50% {\n opacity: 1;\n }\n}\n\n.spinner-grow {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n background-color: currentColor;\n border-radius: 50%;\n opacity: 0;\n animation: spinner-grow .75s linear infinite;\n}\n\n.spinner-grow-sm {\n width: 1rem;\n height: 1rem;\n}\n\n.align-baseline {\n vertical-align: baseline !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.bg-primary {\n background-color: #007bff !important;\n}\n\na.bg-primary:hover, a.bg-primary:focus,\nbutton.bg-primary:hover,\nbutton.bg-primary:focus {\n background-color: #0062cc !important;\n}\n\n.bg-secondary {\n background-color: #6c757d !important;\n}\n\na.bg-secondary:hover, a.bg-secondary:focus,\nbutton.bg-secondary:hover,\nbutton.bg-secondary:focus {\n background-color: #545b62 !important;\n}\n\n.bg-success {\n background-color: #28a745 !important;\n}\n\na.bg-success:hover, a.bg-success:focus,\nbutton.bg-success:hover,\nbutton.bg-success:focus {\n background-color: #1e7e34 !important;\n}\n\n.bg-info {\n background-color: #17a2b8 !important;\n}\n\na.bg-info:hover, a.bg-info:focus,\nbutton.bg-info:hover,\nbutton.bg-info:focus {\n background-color: #117a8b !important;\n}\n\n.bg-warning {\n background-color: #ffc107 !important;\n}\n\na.bg-warning:hover, a.bg-warning:focus,\nbutton.bg-warning:hover,\nbutton.bg-warning:focus {\n background-color: #d39e00 !important;\n}\n\n.bg-danger {\n background-color: #dc3545 !important;\n}\n\na.bg-danger:hover, a.bg-danger:focus,\nbutton.bg-danger:hover,\nbutton.bg-danger:focus {\n background-color: #bd2130 !important;\n}\n\n.bg-light {\n background-color: #f8f9fa !important;\n}\n\na.bg-light:hover, a.bg-light:focus,\nbutton.bg-light:hover,\nbutton.bg-light:focus {\n background-color: #dae0e5 !important;\n}\n\n.bg-dark {\n background-color: #343a40 !important;\n}\n\na.bg-dark:hover, a.bg-dark:focus,\nbutton.bg-dark:hover,\nbutton.bg-dark:focus {\n background-color: #1d2124 !important;\n}\n\n.bg-white {\n background-color: #fff !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.border {\n border: 1px solid #dee2e6 !important;\n}\n\n.border-top {\n border-top: 1px solid #dee2e6 !important;\n}\n\n.border-right {\n border-right: 1px solid #dee2e6 !important;\n}\n\n.border-bottom {\n border-bottom: 1px solid #dee2e6 !important;\n}\n\n.border-left {\n border-left: 1px solid #dee2e6 !important;\n}\n\n.border-0 {\n border: 0 !important;\n}\n\n.border-top-0 {\n border-top: 0 !important;\n}\n\n.border-right-0 {\n border-right: 0 !important;\n}\n\n.border-bottom-0 {\n border-bottom: 0 !important;\n}\n\n.border-left-0 {\n border-left: 0 !important;\n}\n\n.border-primary {\n border-color: #007bff !important;\n}\n\n.border-secondary {\n border-color: #6c757d !important;\n}\n\n.border-success {\n border-color: #28a745 !important;\n}\n\n.border-info {\n border-color: #17a2b8 !important;\n}\n\n.border-warning {\n border-color: #ffc107 !important;\n}\n\n.border-danger {\n border-color: #dc3545 !important;\n}\n\n.border-light {\n border-color: #f8f9fa !important;\n}\n\n.border-dark {\n border-color: #343a40 !important;\n}\n\n.border-white {\n border-color: #fff !important;\n}\n\n.rounded-sm {\n border-radius: 0.2rem !important;\n}\n\n.rounded {\n border-radius: 0.25rem !important;\n}\n\n.rounded-top {\n border-top-left-radius: 0.25rem !important;\n border-top-right-radius: 0.25rem !important;\n}\n\n.rounded-right {\n border-top-right-radius: 0.25rem !important;\n border-bottom-right-radius: 0.25rem !important;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-left {\n border-top-left-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-lg {\n border-radius: 0.3rem !important;\n}\n\n.rounded-circle {\n border-radius: 50% !important;\n}\n\n.rounded-pill {\n border-radius: 50rem !important;\n}\n\n.rounded-0 {\n border-radius: 0 !important;\n}\n\n.clearfix::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.d-none {\n display: none !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n\n.embed-responsive {\n position: relative;\n display: block;\n width: 100%;\n padding: 0;\n overflow: hidden;\n}\n\n.embed-responsive::before {\n display: block;\n content: \"\";\n}\n\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0;\n}\n\n.embed-responsive-21by9::before {\n padding-top: 42.857143%;\n}\n\n.embed-responsive-16by9::before {\n padding-top: 56.25%;\n}\n\n.embed-responsive-4by3::before {\n padding-top: 75%;\n}\n\n.embed-responsive-1by1::before {\n padding-top: 100%;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n@media (min-width: 576px) {\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 768px) {\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 992px) {\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 1200px) {\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n}\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n}\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important;\n }\n .float-lg-right {\n float: right !important;\n }\n .float-lg-none {\n float: none !important;\n }\n}\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important;\n }\n .float-xl-right {\n float: right !important;\n }\n .float-xl-none {\n float: none !important;\n }\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.position-static {\n position: static !important;\n}\n\n.position-relative {\n position: relative !important;\n}\n\n.position-absolute {\n position: absolute !important;\n}\n\n.position-fixed {\n position: fixed !important;\n}\n\n.position-sticky {\n position: sticky !important;\n}\n\n.fixed-top {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1030;\n}\n\n.fixed-bottom {\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1030;\n}\n\n@supports (position: sticky) {\n .sticky-top {\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n}\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border: 0;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n overflow: visible;\n clip: auto;\n white-space: normal;\n}\n\n.shadow-sm {\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n\n.shadow {\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;\n}\n\n.shadow-lg {\n box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-100 {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-100 {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.mw-100 {\n max-width: 100% !important;\n}\n\n.mh-100 {\n max-height: 100% !important;\n}\n\n.min-vw-100 {\n min-width: 100vw !important;\n}\n\n.min-vh-100 {\n min-height: 100vh !important;\n}\n\n.vw-100 {\n width: 100vw !important;\n}\n\n.vh-100 {\n height: 100vh !important;\n}\n\n.stretched-link::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n pointer-events: auto;\n content: \"\";\n background-color: rgba(0, 0, 0, 0);\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.mt-0,\n.my-0 {\n margin-top: 0 !important;\n}\n\n.mr-0,\n.mx-0 {\n margin-right: 0 !important;\n}\n\n.mb-0,\n.my-0 {\n margin-bottom: 0 !important;\n}\n\n.ml-0,\n.mx-0 {\n margin-left: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.mt-1,\n.my-1 {\n margin-top: 0.25rem !important;\n}\n\n.mr-1,\n.mx-1 {\n margin-right: 0.25rem !important;\n}\n\n.mb-1,\n.my-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.ml-1,\n.mx-1 {\n margin-left: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.mt-2,\n.my-2 {\n margin-top: 0.5rem !important;\n}\n\n.mr-2,\n.mx-2 {\n margin-right: 0.5rem !important;\n}\n\n.mb-2,\n.my-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.ml-2,\n.mx-2 {\n margin-left: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.mt-3,\n.my-3 {\n margin-top: 1rem !important;\n}\n\n.mr-3,\n.mx-3 {\n margin-right: 1rem !important;\n}\n\n.mb-3,\n.my-3 {\n margin-bottom: 1rem !important;\n}\n\n.ml-3,\n.mx-3 {\n margin-left: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.mt-4,\n.my-4 {\n margin-top: 1.5rem !important;\n}\n\n.mr-4,\n.mx-4 {\n margin-right: 1.5rem !important;\n}\n\n.mb-4,\n.my-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.ml-4,\n.mx-4 {\n margin-left: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.mt-5,\n.my-5 {\n margin-top: 3rem !important;\n}\n\n.mr-5,\n.mx-5 {\n margin-right: 3rem !important;\n}\n\n.mb-5,\n.my-5 {\n margin-bottom: 3rem !important;\n}\n\n.ml-5,\n.mx-5 {\n margin-left: 3rem !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.pt-0,\n.py-0 {\n padding-top: 0 !important;\n}\n\n.pr-0,\n.px-0 {\n padding-right: 0 !important;\n}\n\n.pb-0,\n.py-0 {\n padding-bottom: 0 !important;\n}\n\n.pl-0,\n.px-0 {\n padding-left: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.pt-1,\n.py-1 {\n padding-top: 0.25rem !important;\n}\n\n.pr-1,\n.px-1 {\n padding-right: 0.25rem !important;\n}\n\n.pb-1,\n.py-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pl-1,\n.px-1 {\n padding-left: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.pt-2,\n.py-2 {\n padding-top: 0.5rem !important;\n}\n\n.pr-2,\n.px-2 {\n padding-right: 0.5rem !important;\n}\n\n.pb-2,\n.py-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pl-2,\n.px-2 {\n padding-left: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.pt-3,\n.py-3 {\n padding-top: 1rem !important;\n}\n\n.pr-3,\n.px-3 {\n padding-right: 1rem !important;\n}\n\n.pb-3,\n.py-3 {\n padding-bottom: 1rem !important;\n}\n\n.pl-3,\n.px-3 {\n padding-left: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.pt-4,\n.py-4 {\n padding-top: 1.5rem !important;\n}\n\n.pr-4,\n.px-4 {\n padding-right: 1.5rem !important;\n}\n\n.pb-4,\n.py-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pl-4,\n.px-4 {\n padding-left: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.pt-5,\n.py-5 {\n padding-top: 3rem !important;\n}\n\n.pr-5,\n.px-5 {\n padding-right: 3rem !important;\n}\n\n.pb-5,\n.py-5 {\n padding-bottom: 3rem !important;\n}\n\n.pl-5,\n.px-5 {\n padding-left: 3rem !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.mt-n1,\n.my-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mr-n1,\n.mx-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mb-n1,\n.my-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.ml-n1,\n.mx-n1 {\n margin-left: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.mt-n2,\n.my-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mr-n2,\n.mx-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mb-n2,\n.my-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.ml-n2,\n.mx-n2 {\n margin-left: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.mt-n3,\n.my-n3 {\n margin-top: -1rem !important;\n}\n\n.mr-n3,\n.mx-n3 {\n margin-right: -1rem !important;\n}\n\n.mb-n3,\n.my-n3 {\n margin-bottom: -1rem !important;\n}\n\n.ml-n3,\n.mx-n3 {\n margin-left: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.mt-n4,\n.my-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mr-n4,\n.mx-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mb-n4,\n.my-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.ml-n4,\n.mx-n4 {\n margin-left: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mt-n5,\n.my-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n5,\n.mx-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n5,\n.my-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n5,\n.mx-n5 {\n margin-left: -3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mt-auto,\n.my-auto {\n margin-top: auto !important;\n}\n\n.mr-auto,\n.mx-auto {\n margin-right: auto !important;\n}\n\n.mb-auto,\n.my-auto {\n margin-bottom: auto !important;\n}\n\n.ml-auto,\n.mx-auto {\n margin-left: auto !important;\n}\n\n@media (min-width: 576px) {\n .m-sm-0 {\n margin: 0 !important;\n }\n .mt-sm-0,\n .my-sm-0 {\n margin-top: 0 !important;\n }\n .mr-sm-0,\n .mx-sm-0 {\n margin-right: 0 !important;\n }\n .mb-sm-0,\n .my-sm-0 {\n margin-bottom: 0 !important;\n }\n .ml-sm-0,\n .mx-sm-0 {\n margin-left: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .mt-sm-1,\n .my-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mr-sm-1,\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mb-sm-1,\n .my-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-sm-1,\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .mt-sm-2,\n .my-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mr-sm-2,\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mb-sm-2,\n .my-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-sm-2,\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .mt-sm-3,\n .my-sm-3 {\n margin-top: 1rem !important;\n }\n .mr-sm-3,\n .mx-sm-3 {\n margin-right: 1rem !important;\n }\n .mb-sm-3,\n .my-sm-3 {\n margin-bottom: 1rem !important;\n }\n .ml-sm-3,\n .mx-sm-3 {\n margin-left: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .mt-sm-4,\n .my-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mr-sm-4,\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mb-sm-4,\n .my-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-sm-4,\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .mt-sm-5,\n .my-sm-5 {\n margin-top: 3rem !important;\n }\n .mr-sm-5,\n .mx-sm-5 {\n margin-right: 3rem !important;\n }\n .mb-sm-5,\n .my-sm-5 {\n margin-bottom: 3rem !important;\n }\n .ml-sm-5,\n .mx-sm-5 {\n margin-left: 3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .pt-sm-0,\n .py-sm-0 {\n padding-top: 0 !important;\n }\n .pr-sm-0,\n .px-sm-0 {\n padding-right: 0 !important;\n }\n .pb-sm-0,\n .py-sm-0 {\n padding-bottom: 0 !important;\n }\n .pl-sm-0,\n .px-sm-0 {\n padding-left: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .pt-sm-1,\n .py-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pr-sm-1,\n .px-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pb-sm-1,\n .py-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-sm-1,\n .px-sm-1 {\n padding-left: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .pt-sm-2,\n .py-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pr-sm-2,\n .px-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pb-sm-2,\n .py-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-sm-2,\n .px-sm-2 {\n padding-left: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .pt-sm-3,\n .py-sm-3 {\n padding-top: 1rem !important;\n }\n .pr-sm-3,\n .px-sm-3 {\n padding-right: 1rem !important;\n }\n .pb-sm-3,\n .py-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pl-sm-3,\n .px-sm-3 {\n padding-left: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .pt-sm-4,\n .py-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pr-sm-4,\n .px-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pb-sm-4,\n .py-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-sm-4,\n .px-sm-4 {\n padding-left: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .pt-sm-5,\n .py-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-5,\n .px-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-5,\n .py-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-5,\n .px-sm-5 {\n padding-left: 3rem !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .mt-sm-n1,\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-sm-n1,\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-sm-n1,\n .my-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-sm-n1,\n .mx-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .mt-sm-n2,\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-sm-n2,\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-sm-n2,\n .my-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-sm-n2,\n .mx-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .mt-sm-n3,\n .my-sm-n3 {\n margin-top: -1rem !important;\n }\n .mr-sm-n3,\n .mx-sm-n3 {\n margin-right: -1rem !important;\n }\n .mb-sm-n3,\n .my-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-sm-n3,\n .mx-sm-n3 {\n margin-left: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .mt-sm-n4,\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-sm-n4,\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-sm-n4,\n .my-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-sm-n4,\n .mx-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mt-sm-n5,\n .my-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n5,\n .mx-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n5,\n .my-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n5,\n .mx-sm-n5 {\n margin-left: -3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mt-sm-auto,\n .my-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-auto,\n .mx-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-auto,\n .my-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-auto,\n .mx-sm-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 768px) {\n .m-md-0 {\n margin: 0 !important;\n }\n .mt-md-0,\n .my-md-0 {\n margin-top: 0 !important;\n }\n .mr-md-0,\n .mx-md-0 {\n margin-right: 0 !important;\n }\n .mb-md-0,\n .my-md-0 {\n margin-bottom: 0 !important;\n }\n .ml-md-0,\n .mx-md-0 {\n margin-left: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .mt-md-1,\n .my-md-1 {\n margin-top: 0.25rem !important;\n }\n .mr-md-1,\n .mx-md-1 {\n margin-right: 0.25rem !important;\n }\n .mb-md-1,\n .my-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-md-1,\n .mx-md-1 {\n margin-left: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .mt-md-2,\n .my-md-2 {\n margin-top: 0.5rem !important;\n }\n .mr-md-2,\n .mx-md-2 {\n margin-right: 0.5rem !important;\n }\n .mb-md-2,\n .my-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-md-2,\n .mx-md-2 {\n margin-left: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .mt-md-3,\n .my-md-3 {\n margin-top: 1rem !important;\n }\n .mr-md-3,\n .mx-md-3 {\n margin-right: 1rem !important;\n }\n .mb-md-3,\n .my-md-3 {\n margin-bottom: 1rem !important;\n }\n .ml-md-3,\n .mx-md-3 {\n margin-left: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .mt-md-4,\n .my-md-4 {\n margin-top: 1.5rem !important;\n }\n .mr-md-4,\n .mx-md-4 {\n margin-right: 1.5rem !important;\n }\n .mb-md-4,\n .my-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-md-4,\n .mx-md-4 {\n margin-left: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .mt-md-5,\n .my-md-5 {\n margin-top: 3rem !important;\n }\n .mr-md-5,\n .mx-md-5 {\n margin-right: 3rem !important;\n }\n .mb-md-5,\n .my-md-5 {\n margin-bottom: 3rem !important;\n }\n .ml-md-5,\n .mx-md-5 {\n margin-left: 3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .pt-md-0,\n .py-md-0 {\n padding-top: 0 !important;\n }\n .pr-md-0,\n .px-md-0 {\n padding-right: 0 !important;\n }\n .pb-md-0,\n .py-md-0 {\n padding-bottom: 0 !important;\n }\n .pl-md-0,\n .px-md-0 {\n padding-left: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .pt-md-1,\n .py-md-1 {\n padding-top: 0.25rem !important;\n }\n .pr-md-1,\n .px-md-1 {\n padding-right: 0.25rem !important;\n }\n .pb-md-1,\n .py-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-md-1,\n .px-md-1 {\n padding-left: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .pt-md-2,\n .py-md-2 {\n padding-top: 0.5rem !important;\n }\n .pr-md-2,\n .px-md-2 {\n padding-right: 0.5rem !important;\n }\n .pb-md-2,\n .py-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-md-2,\n .px-md-2 {\n padding-left: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .pt-md-3,\n .py-md-3 {\n padding-top: 1rem !important;\n }\n .pr-md-3,\n .px-md-3 {\n padding-right: 1rem !important;\n }\n .pb-md-3,\n .py-md-3 {\n padding-bottom: 1rem !important;\n }\n .pl-md-3,\n .px-md-3 {\n padding-left: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .pt-md-4,\n .py-md-4 {\n padding-top: 1.5rem !important;\n }\n .pr-md-4,\n .px-md-4 {\n padding-right: 1.5rem !important;\n }\n .pb-md-4,\n .py-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-md-4,\n .px-md-4 {\n padding-left: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .pt-md-5,\n .py-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-5,\n .px-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-5,\n .py-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-5,\n .px-md-5 {\n padding-left: 3rem !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .mt-md-n1,\n .my-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-md-n1,\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-md-n1,\n .my-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-md-n1,\n .mx-md-n1 {\n margin-left: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .mt-md-n2,\n .my-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-md-n2,\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-md-n2,\n .my-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-md-n2,\n .mx-md-n2 {\n margin-left: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .mt-md-n3,\n .my-md-n3 {\n margin-top: -1rem !important;\n }\n .mr-md-n3,\n .mx-md-n3 {\n margin-right: -1rem !important;\n }\n .mb-md-n3,\n .my-md-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-md-n3,\n .mx-md-n3 {\n margin-left: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .mt-md-n4,\n .my-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-md-n4,\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-md-n4,\n .my-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-md-n4,\n .mx-md-n4 {\n margin-left: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mt-md-n5,\n .my-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n5,\n .mx-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n5,\n .my-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n5,\n .mx-md-n5 {\n margin-left: -3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mt-md-auto,\n .my-md-auto {\n margin-top: auto !important;\n }\n .mr-md-auto,\n .mx-md-auto {\n margin-right: auto !important;\n }\n .mb-md-auto,\n .my-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-auto,\n .mx-md-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 992px) {\n .m-lg-0 {\n margin: 0 !important;\n }\n .mt-lg-0,\n .my-lg-0 {\n margin-top: 0 !important;\n }\n .mr-lg-0,\n .mx-lg-0 {\n margin-right: 0 !important;\n }\n .mb-lg-0,\n .my-lg-0 {\n margin-bottom: 0 !important;\n }\n .ml-lg-0,\n .mx-lg-0 {\n margin-left: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .mt-lg-1,\n .my-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mr-lg-1,\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mb-lg-1,\n .my-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-lg-1,\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .mt-lg-2,\n .my-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mr-lg-2,\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mb-lg-2,\n .my-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-lg-2,\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .mt-lg-3,\n .my-lg-3 {\n margin-top: 1rem !important;\n }\n .mr-lg-3,\n .mx-lg-3 {\n margin-right: 1rem !important;\n }\n .mb-lg-3,\n .my-lg-3 {\n margin-bottom: 1rem !important;\n }\n .ml-lg-3,\n .mx-lg-3 {\n margin-left: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .mt-lg-4,\n .my-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mr-lg-4,\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mb-lg-4,\n .my-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-lg-4,\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .mt-lg-5,\n .my-lg-5 {\n margin-top: 3rem !important;\n }\n .mr-lg-5,\n .mx-lg-5 {\n margin-right: 3rem !important;\n }\n .mb-lg-5,\n .my-lg-5 {\n margin-bottom: 3rem !important;\n }\n .ml-lg-5,\n .mx-lg-5 {\n margin-left: 3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .pt-lg-0,\n .py-lg-0 {\n padding-top: 0 !important;\n }\n .pr-lg-0,\n .px-lg-0 {\n padding-right: 0 !important;\n }\n .pb-lg-0,\n .py-lg-0 {\n padding-bottom: 0 !important;\n }\n .pl-lg-0,\n .px-lg-0 {\n padding-left: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .pt-lg-1,\n .py-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pr-lg-1,\n .px-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pb-lg-1,\n .py-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-lg-1,\n .px-lg-1 {\n padding-left: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .pt-lg-2,\n .py-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pr-lg-2,\n .px-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pb-lg-2,\n .py-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-lg-2,\n .px-lg-2 {\n padding-left: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .pt-lg-3,\n .py-lg-3 {\n padding-top: 1rem !important;\n }\n .pr-lg-3,\n .px-lg-3 {\n padding-right: 1rem !important;\n }\n .pb-lg-3,\n .py-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pl-lg-3,\n .px-lg-3 {\n padding-left: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .pt-lg-4,\n .py-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pr-lg-4,\n .px-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pb-lg-4,\n .py-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-lg-4,\n .px-lg-4 {\n padding-left: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .pt-lg-5,\n .py-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-5,\n .px-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-5,\n .py-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-5,\n .px-lg-5 {\n padding-left: 3rem !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .mt-lg-n1,\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-lg-n1,\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-lg-n1,\n .my-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-lg-n1,\n .mx-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .mt-lg-n2,\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-lg-n2,\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-lg-n2,\n .my-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-lg-n2,\n .mx-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .mt-lg-n3,\n .my-lg-n3 {\n margin-top: -1rem !important;\n }\n .mr-lg-n3,\n .mx-lg-n3 {\n margin-right: -1rem !important;\n }\n .mb-lg-n3,\n .my-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-lg-n3,\n .mx-lg-n3 {\n margin-left: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .mt-lg-n4,\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-lg-n4,\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-lg-n4,\n .my-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-lg-n4,\n .mx-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mt-lg-n5,\n .my-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n5,\n .mx-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n5,\n .my-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n5,\n .mx-lg-n5 {\n margin-left: -3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mt-lg-auto,\n .my-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-auto,\n .mx-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-auto,\n .my-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-auto,\n .mx-lg-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 1200px) {\n .m-xl-0 {\n margin: 0 !important;\n }\n .mt-xl-0,\n .my-xl-0 {\n margin-top: 0 !important;\n }\n .mr-xl-0,\n .mx-xl-0 {\n margin-right: 0 !important;\n }\n .mb-xl-0,\n .my-xl-0 {\n margin-bottom: 0 !important;\n }\n .ml-xl-0,\n .mx-xl-0 {\n margin-left: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .mt-xl-1,\n .my-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mr-xl-1,\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mb-xl-1,\n .my-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-xl-1,\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .mt-xl-2,\n .my-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mr-xl-2,\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mb-xl-2,\n .my-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-xl-2,\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .mt-xl-3,\n .my-xl-3 {\n margin-top: 1rem !important;\n }\n .mr-xl-3,\n .mx-xl-3 {\n margin-right: 1rem !important;\n }\n .mb-xl-3,\n .my-xl-3 {\n margin-bottom: 1rem !important;\n }\n .ml-xl-3,\n .mx-xl-3 {\n margin-left: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .mt-xl-4,\n .my-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mr-xl-4,\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mb-xl-4,\n .my-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-xl-4,\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .mt-xl-5,\n .my-xl-5 {\n margin-top: 3rem !important;\n }\n .mr-xl-5,\n .mx-xl-5 {\n margin-right: 3rem !important;\n }\n .mb-xl-5,\n .my-xl-5 {\n margin-bottom: 3rem !important;\n }\n .ml-xl-5,\n .mx-xl-5 {\n margin-left: 3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .pt-xl-0,\n .py-xl-0 {\n padding-top: 0 !important;\n }\n .pr-xl-0,\n .px-xl-0 {\n padding-right: 0 !important;\n }\n .pb-xl-0,\n .py-xl-0 {\n padding-bottom: 0 !important;\n }\n .pl-xl-0,\n .px-xl-0 {\n padding-left: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .pt-xl-1,\n .py-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pr-xl-1,\n .px-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pb-xl-1,\n .py-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-xl-1,\n .px-xl-1 {\n padding-left: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .pt-xl-2,\n .py-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pr-xl-2,\n .px-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pb-xl-2,\n .py-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-xl-2,\n .px-xl-2 {\n padding-left: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .pt-xl-3,\n .py-xl-3 {\n padding-top: 1rem !important;\n }\n .pr-xl-3,\n .px-xl-3 {\n padding-right: 1rem !important;\n }\n .pb-xl-3,\n .py-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pl-xl-3,\n .px-xl-3 {\n padding-left: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .pt-xl-4,\n .py-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pr-xl-4,\n .px-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pb-xl-4,\n .py-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-xl-4,\n .px-xl-4 {\n padding-left: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .pt-xl-5,\n .py-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-5,\n .px-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-5,\n .py-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-5,\n .px-xl-5 {\n padding-left: 3rem !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .mt-xl-n1,\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-xl-n1,\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-xl-n1,\n .my-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-xl-n1,\n .mx-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .mt-xl-n2,\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-xl-n2,\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-xl-n2,\n .my-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-xl-n2,\n .mx-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .mt-xl-n3,\n .my-xl-n3 {\n margin-top: -1rem !important;\n }\n .mr-xl-n3,\n .mx-xl-n3 {\n margin-right: -1rem !important;\n }\n .mb-xl-n3,\n .my-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-xl-n3,\n .mx-xl-n3 {\n margin-left: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .mt-xl-n4,\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-xl-n4,\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-xl-n4,\n .my-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-xl-n4,\n .mx-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mt-xl-n5,\n .my-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n5,\n .mx-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n5,\n .my-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n5,\n .mx-xl-n5 {\n margin-left: -3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mt-xl-auto,\n .my-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-auto,\n .mx-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-auto,\n .my-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-auto,\n .mx-xl-auto {\n margin-left: auto !important;\n }\n}\n\n.text-monospace {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !important;\n}\n\n.text-justify {\n text-align: justify !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n@media (min-width: 576px) {\n .text-sm-left {\n text-align: left !important;\n }\n .text-sm-right {\n text-align: right !important;\n }\n .text-sm-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 768px) {\n .text-md-left {\n text-align: left !important;\n }\n .text-md-right {\n text-align: right !important;\n }\n .text-md-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 992px) {\n .text-lg-left {\n text-align: left !important;\n }\n .text-lg-right {\n text-align: right !important;\n }\n .text-lg-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 1200px) {\n .text-xl-left {\n text-align: left !important;\n }\n .text-xl-right {\n text-align: right !important;\n }\n .text-xl-center {\n text-align: center !important;\n }\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.font-weight-light {\n font-weight: 300 !important;\n}\n\n.font-weight-lighter {\n font-weight: lighter !important;\n}\n\n.font-weight-normal {\n font-weight: 400 !important;\n}\n\n.font-weight-bold {\n font-weight: 700 !important;\n}\n\n.font-weight-bolder {\n font-weight: bolder !important;\n}\n\n.font-italic {\n font-style: italic !important;\n}\n\n.text-white {\n color: #fff !important;\n}\n\n.text-primary {\n color: #007bff !important;\n}\n\na.text-primary:hover, a.text-primary:focus {\n color: #0056b3 !important;\n}\n\n.text-secondary {\n color: #6c757d !important;\n}\n\na.text-secondary:hover, a.text-secondary:focus {\n color: #494f54 !important;\n}\n\n.text-success {\n color: #28a745 !important;\n}\n\na.text-success:hover, a.text-success:focus {\n color: #19692c !important;\n}\n\n.text-info {\n color: #17a2b8 !important;\n}\n\na.text-info:hover, a.text-info:focus {\n color: #0f6674 !important;\n}\n\n.text-warning {\n color: #ffc107 !important;\n}\n\na.text-warning:hover, a.text-warning:focus {\n color: #ba8b00 !important;\n}\n\n.text-danger {\n color: #dc3545 !important;\n}\n\na.text-danger:hover, a.text-danger:focus {\n color: #a71d2a !important;\n}\n\n.text-light {\n color: #f8f9fa !important;\n}\n\na.text-light:hover, a.text-light:focus {\n color: #cbd3da !important;\n}\n\n.text-dark {\n color: #343a40 !important;\n}\n\na.text-dark:hover, a.text-dark:focus {\n color: #121416 !important;\n}\n\n.text-body {\n color: #212529 !important;\n}\n\n.text-muted {\n color: #6c757d !important;\n}\n\n.text-black-50 {\n color: rgba(0, 0, 0, 0.5) !important;\n}\n\n.text-white-50 {\n color: rgba(255, 255, 255, 0.5) !important;\n}\n\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n\n.text-decoration-none {\n text-decoration: none !important;\n}\n\n.text-break {\n word-break: break-word !important;\n overflow-wrap: break-word !important;\n}\n\n.text-reset {\n color: inherit !important;\n}\n\n.visible {\n visibility: visible !important;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n\n@media print {\n *,\n *::before,\n *::after {\n text-shadow: none !important;\n box-shadow: none !important;\n }\n a:not(.btn) {\n text-decoration: underline;\n }\n abbr[title]::after {\n content: \" (\" attr(title) \")\";\n }\n pre {\n white-space: pre-wrap !important;\n }\n pre,\n blockquote {\n border: 1px solid #adb5bd;\n page-break-inside: avoid;\n }\n thead {\n display: table-header-group;\n }\n tr,\n img {\n page-break-inside: avoid;\n }\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n h2,\n h3 {\n page-break-after: avoid;\n }\n @page {\n size: a3;\n }\n body {\n min-width: 992px !important;\n }\n .container {\n min-width: 992px !important;\n }\n .navbar {\n display: none;\n }\n .badge {\n border: 1px solid #000;\n }\n .table {\n border-collapse: collapse !important;\n }\n .table td,\n .table th {\n background-color: #fff !important;\n }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #dee2e6 !important;\n }\n .table-dark {\n color: inherit;\n }\n .table-dark th,\n .table-dark td,\n .table-dark thead th,\n .table-dark tbody + tbody {\n border-color: #dee2e6;\n }\n .table .thead-dark th {\n color: inherit;\n border-color: #dee2e6;\n }\n}\n\n/*# sourceMappingURL=bootstrap.css.map */",":root {\n // Custom variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$color}: #{$value};\n }\n\n @each $bp, $value in $grid-breakpoints {\n --breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --font-family-sans-serif: #{inspect($font-family-sans-serif)};\n --font-family-monospace: #{inspect($font-family-monospace)};\n}\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `` alignment by inheriting from the ``, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `

`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n$blue: #007bff !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #e83e8c !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\n\n$colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$colors: map-merge(\n (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n ),\n $colors\n);\n\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-800 !default;\n\n$theme-colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$theme-colors: map-merge(\n (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n ),\n $theme-colors\n);\n\n// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-prefers-reduced-motion-media-query: true !default;\n$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS\n$enable-grid-classes: true !default;\n$enable-pointer-cursor-for-buttons: true !default;\n$enable-print-styles: true !default;\n$enable-responsive-font-sizes: false !default;\n$enable-validation-icons: true !default;\n$enable-deprecation-messages: true !default;\n\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n$spacer: 1rem !default;\n$spacers: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$spacers: map-merge(\n (\n 0: 0,\n 1: ($spacer * .25),\n 2: ($spacer * .5),\n 3: $spacer,\n 4: ($spacer * 1.5),\n 5: ($spacer * 3)\n ),\n $spacers\n);\n\n// This variable affects the `.h-*` and `.w-*` classes.\n$sizes: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$sizes: map-merge(\n (\n 25: 25%,\n 50: 50%,\n 75: 75%,\n 100: 100%,\n auto: auto\n ),\n $sizes\n);\n\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: theme-color(\"primary\") !default;\n$link-decoration: none !default;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: underline !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px\n) !default;\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px\n) !default;\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 30px !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$line-height-lg: 1.5 !default;\n$line-height-sm: 1.5 !default;\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-sm: .2rem !default;\n\n$rounded-pill: 50rem !default;\n\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n\n$component-active-color: $white !default;\n$component-active-bg: theme-color(\"primary\") !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$embed-responsive-aspect-ratios: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$embed-responsive-aspect-ratios: join(\n (\n (21 9),\n (16 9),\n (4 3),\n (1 1),\n ),\n $embed-responsive-aspect-ratios\n);\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n$font-family-base: $font-family-sans-serif !default;\n// stylelint-enable value-keyword-case\n\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-lg: $font-size-base * 1.25 !default;\n$font-size-sm: $font-size-base * .875 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n$line-height-base: 1.5 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n\n$headings-margin-bottom: $spacer / 2 !default;\n$headings-font-family: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n\n$display1-size: 6rem !default;\n$display2-size: 5.5rem !default;\n$display3-size: 4.5rem !default;\n$display4-size: 3.5rem !default;\n\n$display1-weight: 300 !default;\n$display2-weight: 300 !default;\n$display3-weight: 300 !default;\n$display4-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: 80% !default;\n\n$text-muted: $gray-600 !default;\n\n$blockquote-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n\n$hr-border-color: rgba($black, .1) !default;\n$hr-border-width: $border-width !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n\n$hr-margin-y: $spacer !default;\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n$table-cell-padding: .75rem !default;\n$table-cell-padding-sm: .3rem !default;\n\n$table-color: $body-color !default;\n$table-bg: null !default;\n$table-accent-bg: rgba($black, .05) !default;\n$table-hover-color: $table-color !default;\n$table-hover-bg: rgba($black, .075) !default;\n$table-active-bg: $table-hover-bg !default;\n\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-head-bg: $gray-200 !default;\n$table-head-color: $gray-700 !default;\n\n$table-dark-color: $white !default;\n$table-dark-bg: $gray-800 !default;\n$table-dark-accent-bg: rgba($white, .05) !default;\n$table-dark-hover-color: $table-dark-color !default;\n$table-dark-hover-bg: rgba($white, .075) !default;\n$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;\n$table-dark-color: $white !default;\n\n$table-striped-order: odd !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n$table-border-level: -6 !default;\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .2rem !default;\n$input-btn-focus-color: rgba($component-active-bg, .25) !default;\n$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n$input-btn-line-height-sm: $line-height-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n$input-btn-line-height-lg: $line-height-lg !default;\n\n$input-btn-border-width: $border-width !default;\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n$btn-line-height-sm: $input-btn-line-height-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n$btn-line-height-lg: $input-btn-line-height-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-disabled-color: $gray-600 !default;\n\n$btn-block-spacing-y: .5rem !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n\n// Forms\n\n$label-margin-bottom: .5rem !default;\n\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n$input-line-height-sm: $input-btn-line-height-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n$input-line-height-lg: $input-btn-line-height-lg !default;\n\n$input-bg: $white !default;\n$input-disabled-bg: $gray-200 !default;\n\n$input-color: $gray-700 !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: inset 0 1px 1px rgba($black, .075) !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-lg: $border-radius-lg !default;\n$input-border-radius-sm: $border-radius-sm !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: lighten($component-active-bg, 25%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2}) !default;\n$input-height-inner-half: calc(#{$input-line-height * .5em} + #{$input-padding-y}) !default;\n$input-height-inner-quarter: calc(#{$input-line-height * .25em} + #{$input-padding-y / 2}) !default;\n\n$input-height: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2} + #{$input-height-border}) !default;\n$input-height-sm: calc(#{$input-line-height-sm * 1em} + #{$input-btn-padding-y-sm * 2} + #{$input-height-border}) !default;\n$input-height-lg: calc(#{$input-line-height-lg * 1em} + #{$input-btn-padding-y-lg * 2} + #{$input-height-border}) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-text-margin-top: .25rem !default;\n\n$form-check-input-gutter: 1.25rem !default;\n$form-check-input-margin-y: .3rem !default;\n$form-check-input-margin-x: .25rem !default;\n\n$form-check-inline-margin-x: .75rem !default;\n$form-check-inline-input-margin-x: .3125rem !default;\n\n$form-grid-gutter-width: 10px !default;\n$form-group-margin-bottom: 1rem !default;\n\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n\n$custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$custom-control-gutter: .5rem !default;\n$custom-control-spacer-x: 1rem !default;\n\n$custom-control-indicator-size: 1rem !default;\n$custom-control-indicator-bg: $input-bg !default;\n\n$custom-control-indicator-bg-size: 50% 50% !default;\n$custom-control-indicator-box-shadow: $input-box-shadow !default;\n$custom-control-indicator-border-color: $gray-500 !default;\n$custom-control-indicator-border-width: $input-border-width !default;\n\n$custom-control-indicator-disabled-bg: $input-disabled-bg !default;\n$custom-control-label-disabled-color: $gray-600 !default;\n\n$custom-control-indicator-checked-color: $component-active-color !default;\n$custom-control-indicator-checked-bg: $component-active-bg !default;\n$custom-control-indicator-checked-disabled-bg: rgba(theme-color(\"primary\"), .5) !default;\n$custom-control-indicator-checked-box-shadow: none !default;\n$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;\n\n$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-control-indicator-focus-border-color: $input-focus-border-color !default;\n\n$custom-control-indicator-active-color: $component-active-color !default;\n$custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-control-indicator-active-box-shadow: none !default;\n$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;\n\n$custom-checkbox-indicator-border-radius: $border-radius !default;\n$custom-checkbox-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;\n$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;\n$custom-checkbox-indicator-icon-indeterminate: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$custom-checkbox-indicator-indeterminate-box-shadow: none !default;\n$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default;\n\n$custom-radio-indicator-border-radius: 50% !default;\n$custom-radio-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$custom-switch-width: $custom-control-indicator-size * 1.75 !default;\n$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;\n$custom-switch-indicator-size: calc(#{$custom-control-indicator-size} - #{$custom-control-indicator-border-width * 4}) !default;\n\n$custom-select-padding-y: $input-padding-y !default;\n$custom-select-padding-x: $input-padding-x !default;\n$custom-select-font-family: $input-font-family !default;\n$custom-select-font-size: $input-font-size !default;\n$custom-select-height: $input-height !default;\n$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\n$custom-select-font-weight: $input-font-weight !default;\n$custom-select-line-height: $input-line-height !default;\n$custom-select-color: $input-color !default;\n$custom-select-disabled-color: $gray-600 !default;\n$custom-select-bg: $input-bg !default;\n$custom-select-disabled-bg: $gray-200 !default;\n$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions\n$custom-select-indicator-color: $gray-800 !default;\n$custom-select-indicator: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$custom-select-background: $custom-select-indicator no-repeat right $custom-select-padding-x center / $custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)\n\n$custom-select-feedback-icon-padding-right: calc((1em + #{2 * $custom-select-padding-y}) * 3 / 4 + #{$custom-select-padding-x + $custom-select-indicator-padding}) !default;\n$custom-select-feedback-icon-position: center right ($custom-select-padding-x + $custom-select-indicator-padding) !default;\n$custom-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$custom-select-border-width: $input-border-width !default;\n$custom-select-border-color: $input-border-color !default;\n$custom-select-border-radius: $border-radius !default;\n$custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default;\n\n$custom-select-focus-border-color: $input-focus-border-color !default;\n$custom-select-focus-width: $input-focus-width !default;\n$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width $input-btn-focus-color !default;\n\n$custom-select-padding-y-sm: $input-padding-y-sm !default;\n$custom-select-padding-x-sm: $input-padding-x-sm !default;\n$custom-select-font-size-sm: $input-font-size-sm !default;\n$custom-select-height-sm: $input-height-sm !default;\n\n$custom-select-padding-y-lg: $input-padding-y-lg !default;\n$custom-select-padding-x-lg: $input-padding-x-lg !default;\n$custom-select-font-size-lg: $input-font-size-lg !default;\n$custom-select-height-lg: $input-height-lg !default;\n\n$custom-range-track-width: 100% !default;\n$custom-range-track-height: .5rem !default;\n$custom-range-track-cursor: pointer !default;\n$custom-range-track-bg: $gray-300 !default;\n$custom-range-track-border-radius: 1rem !default;\n$custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;\n\n$custom-range-thumb-width: 1rem !default;\n$custom-range-thumb-height: $custom-range-thumb-width !default;\n$custom-range-thumb-bg: $component-active-bg !default;\n$custom-range-thumb-border: 0 !default;\n$custom-range-thumb-border-radius: 1rem !default;\n$custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge\n$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-range-thumb-disabled-bg: $gray-500 !default;\n\n$custom-file-height: $input-height !default;\n$custom-file-height-inner: $input-height-inner !default;\n$custom-file-focus-border-color: $input-focus-border-color !default;\n$custom-file-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-file-disabled-bg: $input-disabled-bg !default;\n\n$custom-file-padding-y: $input-padding-y !default;\n$custom-file-padding-x: $input-padding-x !default;\n$custom-file-line-height: $input-line-height !default;\n$custom-file-font-family: $input-font-family !default;\n$custom-file-font-weight: $input-font-weight !default;\n$custom-file-color: $input-color !default;\n$custom-file-bg: $input-bg !default;\n$custom-file-border-width: $input-border-width !default;\n$custom-file-border-color: $input-border-color !default;\n$custom-file-border-radius: $input-border-radius !default;\n$custom-file-box-shadow: $input-box-shadow !default;\n$custom-file-button-color: $custom-file-color !default;\n$custom-file-button-bg: $input-group-addon-bg !default;\n$custom-file-text: (\n en: \"Browse\"\n) !default;\n\n\n// Form validation\n\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $small-font-size !default;\n$form-feedback-valid-color: theme-color(\"success\") !default;\n$form-feedback-invalid-color: theme-color(\"danger\") !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-feedback-icon-invalid-color}' viewBox='-2 -2 7 7'%3e%3cpath stroke='#{$form-feedback-icon-invalid-color}' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E\"), \"#\", \"%23\") !default;\n\n$form-validation-states: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$form-validation-states: map-merge(\n (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n ),\n ),\n $form-validation-states\n);\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n\n$nav-divider-color: $gray-200 !default;\n$nav-divider-margin-y: $spacer / 2 !default;\n\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !default;\n$navbar-padding-x: $spacer !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n\n$navbar-dark-color: rgba($white, .5) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .5) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}) !default;\n$dropdown-divider-bg: $gray-200 !default;\n$dropdown-divider-margin-y: $nav-divider-margin-y !default;\n$dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-600 !default;\n\n$dropdown-item-padding-y: .25rem !default;\n$dropdown-item-padding-x: 1.5rem !default;\n\n$dropdown-header-color: $gray-600 !default;\n\n\n// Pagination\n\n$pagination-padding-y: .5rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n$pagination-line-height: 1.25 !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n\n// Jumbotron\n\n$jumbotron-padding: 2rem !default;\n$jumbotron-color: null !default;\n$jumbotron-bg: $gray-200 !default;\n\n\n// Cards\n\n$card-spacer-y: .75rem !default;\n$card-spacer-x: 1.25rem !default;\n$card-border-width: $border-width !default;\n$card-border-radius: $border-radius !default;\n$card-border-color: rgba($black, .125) !default;\n$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n\n$card-img-overlay-padding: 1.25rem !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n$card-deck-margin: $card-group-margin !default;\n\n$card-columns-count: 3 !default;\n$card-columns-gap: 1.25rem !default;\n$card-columns-margin: $card-spacer-y !default;\n\n\n// Tooltips\n\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: .25rem !default;\n$tooltip-padding-x: .5rem !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n\n// Form tooltips must come after regular tooltips\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: $line-height-base !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n\n\n// Popovers\n\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;\n\n$popover-header-bg: darken($popover-bg, 3%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: .75rem !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $popover-header-padding-y !default;\n$popover-body-padding-x: $popover-header-padding-x !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba(0, 0, 0, .1) !default;\n$toast-border-radius: .25rem !default;\n$toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\n\n\n// Badges\n\n$badge-font-size: 75% !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .4em !default;\n$badge-border-radius: $border-radius !default;\n\n$badge-transition: $btn-transition !default;\n$badge-focus-width: $input-btn-focus-width !default;\n\n$badge-pill-padding-x: .6em !default;\n// Use a higher than normal value to ensure completely rounded edges when\n// customizing padding or font-size on labels.\n$badge-pill-border-radius: 10rem !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: 1rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;\n$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: 1rem !default;\n$modal-header-padding-x: 1rem !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-xl: 1140px !default;\n$modal-lg: 800px !default;\n$modal-md: 500px !default;\n$modal-sm: 300px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n$alert-padding-y: .75rem !default;\n$alert-padding-x: 1.25rem !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: theme-color(\"primary\") !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n\n\n// List group\n\n$list-group-color: null !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: .75rem !default;\n$list-group-item-padding-x: 1.25rem !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n\n\n// Image thumbnails\n\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;\n\n\n// Figures\n\n$figure-caption-font-size: 90% !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-padding-y: .75rem !default;\n$breadcrumb-padding-x: 1rem !default;\n$breadcrumb-item-padding: .5rem !default;\n\n$breadcrumb-margin-bottom: 1rem !default;\n\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n\n$breadcrumb-border-radius: $border-radius !default;\n\n\n// Carousel\n\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n\n$carousel-control-icon-width: 20px !default;\n\n$carousel-control-prev-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$carousel-control-next-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-border-width: .25em !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\n\n// Code\n\n$code-font-size: 87.5% !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: $gray-900 !default;\n$pre-scrollable-max-height: 340px !default;\n\n\n// Utilities\n\n$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;\n$overflows: auto, hidden !default;\n$positions: static, relative, absolute, fixed, sticky !default;\n\n\n// Printing\n\n$print-page-size: a3 !default;\n$print-body-min-width: map-get($grid-breakpoints, \"lg\") !default;\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// stylelint-disable declaration-no-important, selector-list-comma-newline-after\n\n//\n// Headings\n//\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1, .h1 { @include font-size($h1-font-size); }\nh2, .h2 { @include font-size($h2-font-size); }\nh3, .h3 { @include font-size($h3-font-size); }\nh4, .h4 { @include font-size($h4-font-size); }\nh5, .h5 { @include font-size($h5-font-size); }\nh6, .h6 { @include font-size($h6-font-size); }\n\n.lead {\n @include font-size($lead-font-size);\n font-weight: $lead-font-weight;\n}\n\n// Type display classes\n.display-1 {\n @include font-size($display1-size);\n font-weight: $display1-weight;\n line-height: $display-line-height;\n}\n.display-2 {\n @include font-size($display2-size);\n font-weight: $display2-weight;\n line-height: $display-line-height;\n}\n.display-3 {\n @include font-size($display3-size);\n font-weight: $display3-weight;\n line-height: $display-line-height;\n}\n.display-4 {\n @include font-size($display4-size);\n font-weight: $display4-weight;\n line-height: $display-line-height;\n}\n\n\n//\n// Horizontal rules\n//\n\nhr {\n margin-top: $hr-margin-y;\n margin-bottom: $hr-margin-y;\n border: 0;\n border-top: $hr-border-width solid $hr-border-color;\n}\n\n\n//\n// Emphasis\n//\n\nsmall,\n.small {\n @include font-size($small-font-size);\n font-weight: $font-weight-normal;\n}\n\nmark,\n.mark {\n padding: $mark-padding;\n background-color: $mark-bg;\n}\n\n\n//\n// Lists\n//\n\n.list-unstyled {\n @include list-unstyled;\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n @include list-unstyled;\n}\n.list-inline-item {\n display: inline-block;\n\n &:not(:last-child) {\n margin-right: $list-inline-padding;\n }\n}\n\n\n//\n// Misc\n//\n\n// Builds on `abbr`\n.initialism {\n @include font-size(90%);\n text-transform: uppercase;\n}\n\n// Blockquotes\n.blockquote {\n margin-bottom: $spacer;\n @include font-size($blockquote-font-size);\n}\n\n.blockquote-footer {\n display: block;\n @include font-size($blockquote-small-font-size);\n color: $blockquote-small-color;\n\n &::before {\n content: \"\\2014\\00A0\"; // em dash, nbsp\n }\n}\n","// Lists\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n@mixin list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n","// Responsive images (ensure images don't scale beyond their parents)\n//\n// This is purposefully opt-in via an explicit class rather than being the default for all ``s.\n// We previously tried the \"images are responsive by default\" approach in Bootstrap v2,\n// and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)\n// which weren't expecting the images within themselves to be involuntarily resized.\n// See also https://github.com/twbs/bootstrap/issues/18178\n.img-fluid {\n @include img-fluid;\n}\n\n\n// Image thumbnails\n.img-thumbnail {\n padding: $thumbnail-padding;\n background-color: $thumbnail-bg;\n border: $thumbnail-border-width solid $thumbnail-border-color;\n @include border-radius($thumbnail-border-radius);\n @include box-shadow($thumbnail-box-shadow);\n\n // Keep them at most 100% wide\n @include img-fluid;\n}\n\n//\n// Figures\n//\n\n.figure {\n // Ensures the caption's text aligns with the image.\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: $spacer / 2;\n line-height: 1;\n}\n\n.figure-caption {\n @include font-size($figure-caption-font-size);\n color: $figure-caption-color;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\n@mixin img-fluid {\n // Part 1: Set a maximum relative to the parent\n max-width: 100%;\n // Part 2: Override the height to auto, otherwise images will be stretched\n // when setting a width and height attribute on the img element.\n height: auto;\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image and -size.\n\n@mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {\n background-image: url($file-1x);\n\n // Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio,\n // but doesn't convert dppx=>dpi.\n // There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.\n // Compatibility info: https://caniuse.com/#feat=css-media-resolution\n @media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx\n only screen and (min-resolution: 2dppx) { // Standardized\n background-image: url($file-2x);\n background-size: $width-1x $height-1x;\n }\n @include deprecate(\"`img-retina()`\", \"v4.3.0\", \"v5\");\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Inline code\ncode {\n @include font-size($code-font-size);\n color: $code-color;\n word-break: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\n// User input typically entered via keyboard\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n @include box-shadow($kbd-box-shadow);\n\n kbd {\n padding: 0;\n @include font-size(100%);\n font-weight: $nested-kbd-font-weight;\n @include box-shadow(none);\n }\n}\n\n// Blocks of code\npre {\n display: block;\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n max-height: $pre-scrollable-max-height;\n overflow-y: scroll;\n}\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n .container {\n @include make-container();\n @include make-container-max-widths();\n }\n}\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but with 100% width for\n// fluid, full width layouts.\n\n@if $enable-grid-classes {\n .container-fluid {\n @include make-container();\n }\n}\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n }\n\n // Remove the negative margin from default .row, then the horizontal padding\n // from all immediate children columns (to prevent runaway style inheritance).\n .no-gutters {\n margin-right: 0;\n margin-left: 0;\n\n > .col,\n > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n }\n }\n}\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","/// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-container($gutter: $grid-gutter-width) {\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\n }\n }\n}\n\n@mixin make-row($gutter: $grid-gutter-width) {\n display: flex;\n flex-wrap: wrap;\n margin-right: -$gutter / 2;\n margin-left: -$gutter / 2;\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n position: relative;\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we use `flex` values\n // later on to override this initial width.\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does not blow out\n // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari\n // do not appear to require this.\n max-width: percentage($size / $columns);\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: $size / $columns;\n margin-left: if($num == 0, 0, percentage($num));\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n // Common properties for all breakpoints\n %grid-column {\n position: relative;\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n // Allow columns to stretch full width below their breakpoints\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @extend %grid-column;\n }\n }\n .col#{$infix},\n .col#{$infix}-auto {\n @extend %grid-column;\n }\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col#{$infix}-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%; // Reset earlier grid tiers\n }\n\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n .order#{$infix}-first { order: -1; }\n\n .order#{$infix}-last { order: $columns + 1; }\n\n @for $i from 0 through $columns {\n .order#{$infix}-#{$i} { order: $i; }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n }\n}\n","//\n// Basic Bootstrap table\n//\n\n.table {\n width: 100%;\n margin-bottom: $spacer;\n color: $table-color;\n background-color: $table-bg; // Reset for nesting within parents with `background-color`.\n\n th,\n td {\n padding: $table-cell-padding;\n vertical-align: top;\n border-top: $table-border-width solid $table-border-color;\n }\n\n thead th {\n vertical-align: bottom;\n border-bottom: (2 * $table-border-width) solid $table-border-color;\n }\n\n tbody + tbody {\n border-top: (2 * $table-border-width) solid $table-border-color;\n }\n}\n\n\n//\n// Condensed table w/ half padding\n//\n\n.table-sm {\n th,\n td {\n padding: $table-cell-padding-sm;\n }\n}\n\n\n// Border versions\n//\n// Add or remove borders all around the table and between all the columns.\n\n.table-bordered {\n border: $table-border-width solid $table-border-color;\n\n th,\n td {\n border: $table-border-width solid $table-border-color;\n }\n\n thead {\n th,\n td {\n border-bottom-width: 2 * $table-border-width;\n }\n }\n}\n\n.table-borderless {\n th,\n td,\n thead th,\n tbody + tbody {\n border: 0;\n }\n}\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n tbody tr:nth-of-type(#{$table-striped-order}) {\n background-color: $table-accent-bg;\n }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n tbody tr {\n @include hover {\n color: $table-hover-color;\n background-color: $table-hover-bg;\n }\n }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n@each $color, $value in $theme-colors {\n @include table-row-variant($color, theme-color-level($color, $table-bg-level), theme-color-level($color, $table-border-level));\n}\n\n@include table-row-variant(active, $table-active-bg);\n\n\n// Dark styles\n//\n// Same table markup, but inverted color scheme: dark background and light text.\n\n// stylelint-disable-next-line no-duplicate-selectors\n.table {\n .thead-dark {\n th {\n color: $table-dark-color;\n background-color: $table-dark-bg;\n border-color: $table-dark-border-color;\n }\n }\n\n .thead-light {\n th {\n color: $table-head-color;\n background-color: $table-head-bg;\n border-color: $table-border-color;\n }\n }\n}\n\n.table-dark {\n color: $table-dark-color;\n background-color: $table-dark-bg;\n\n th,\n td,\n thead th {\n border-color: $table-dark-border-color;\n }\n\n &.table-bordered {\n border: 0;\n }\n\n &.table-striped {\n tbody tr:nth-of-type(odd) {\n background-color: $table-dark-accent-bg;\n }\n }\n\n &.table-hover {\n tbody tr {\n @include hover {\n color: $table-dark-hover-color;\n background-color: $table-dark-hover-bg;\n }\n }\n }\n}\n\n\n// Responsive tables\n//\n// Generate series of `.table-responsive-*` classes for configuring the screen\n// size of where your table will overflow.\n\n.table-responsive {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\n $infix: breakpoint-infix($next, $grid-breakpoints);\n\n &#{$infix} {\n @include media-breakpoint-down($breakpoint) {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n\n // Prevent double border on horizontal scroll due to use of `display: block;`\n > .table-bordered {\n border: 0;\n }\n }\n }\n }\n}\n","// Tables\n\n@mixin table-row-variant($state, $background, $border: null) {\n // Exact selectors below required to override `.table-striped` and prevent\n // inheritance to nested tables.\n .table-#{$state} {\n &,\n > th,\n > td {\n background-color: $background;\n }\n\n @if $border != null {\n th,\n td,\n thead th,\n tbody + tbody {\n border-color: $border;\n }\n }\n }\n\n // Hover states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `tfoot`.\n .table-hover {\n $hover-background: darken($background, 5%);\n\n .table-#{$state} {\n @include hover {\n background-color: $hover-background;\n\n > td,\n > th {\n background-color: $hover-background;\n }\n }\n }\n }\n}\n","// Bootstrap functions\n//\n// Utility mixins and functions for evaluating source code across our variables, maps, and mixins.\n\n// Ascending\n// Used to evaluate Sass maps like our grid breakpoints.\n@mixin _assert-ascending($map, $map-name) {\n $prev-key: null;\n $prev-num: null;\n @each $key, $num in $map {\n @if $prev-num == null or unit($num) == \"%\" {\n // Do nothing\n } @else if not comparable($prev-num, $num) {\n @warn \"Potentially invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} whose unit makes it incomparable to #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\n } @else if $prev-num >= $num {\n @warn \"Invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} which isn't greater than #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\n }\n $prev-key: $key;\n $prev-num: $num;\n }\n}\n\n// Starts at zero\n// Used to ensure the min-width of the lowest breakpoint starts at 0.\n@mixin _assert-starts-at-zero($map, $map-name: \"$grid-breakpoints\") {\n $values: map-values($map);\n $first-value: nth($values, 1);\n @if $first-value != 0 {\n @warn \"First breakpoint in #{$map-name} must start at 0, but starts at #{$first-value}.\";\n }\n}\n\n// Replace `$search` with `$replace` in `$string`\n// Used on our SVG icon backgrounds for custom forms.\n//\n// @author Hugo Giraudel\n// @param {String} $string - Initial string\n// @param {String} $search - Substring to replace\n// @param {String} $replace ('') - New value\n// @return {String} - Updated string\n@function str-replace($string, $search, $replace: \"\") {\n $index: str-index($string, $search);\n\n @if $index {\n @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);\n }\n\n @return $string;\n}\n\n// Color contrast\n@function color-yiq($color, $dark: $yiq-text-dark, $light: $yiq-text-light) {\n $r: red($color);\n $g: green($color);\n $b: blue($color);\n\n $yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;\n\n @if ($yiq >= $yiq-contrasted-threshold) {\n @return $dark;\n } @else {\n @return $light;\n }\n}\n\n// Retrieve color Sass maps\n@function color($key: \"blue\") {\n @return map-get($colors, $key);\n}\n\n@function theme-color($key: \"primary\") {\n @return map-get($theme-colors, $key);\n}\n\n@function gray($key: \"100\") {\n @return map-get($grays, $key);\n}\n\n// Request a theme color level\n@function theme-color-level($color-name: \"primary\", $level: 0) {\n $color: theme-color($color-name);\n $color-base: if($level > 0, $black, $white);\n $level: abs($level);\n\n @return mix($color-base, $color, $level * $theme-color-interval);\n}\n","// stylelint-disable selector-no-qualifying-type\n\n//\n// Textual form controls\n//\n\n.form-control {\n display: block;\n width: 100%;\n height: $input-height;\n padding: $input-padding-y $input-padding-x;\n font-family: $input-font-family;\n @include font-size($input-font-size);\n font-weight: $input-font-weight;\n line-height: $input-line-height;\n color: $input-color;\n background-color: $input-bg;\n background-clip: padding-box;\n border: $input-border-width solid $input-border-color;\n\n // Note: This has no effect on `s in CSS.\n @include border-radius($input-border-radius, 0);\n\n @include box-shadow($input-box-shadow);\n @include transition($input-transition);\n\n // Unstyle the caret on ` receives focus\n // in IE and (under certain conditions) Edge, as it looks bad and cannot be made to\n // match the appearance of the native widget.\n // See https://github.com/twbs/bootstrap/issues/19398.\n color: $input-color;\n background-color: $input-bg;\n }\n}\n\n// Make file inputs better match text inputs by forcing them to new lines.\n.form-control-file,\n.form-control-range {\n display: block;\n width: 100%;\n}\n\n\n//\n// Labels\n//\n\n// For use with horizontal and inline forms, when you need the label (or legend)\n// text to align with the form controls.\n.col-form-label {\n padding-top: calc(#{$input-padding-y} + #{$input-border-width});\n padding-bottom: calc(#{$input-padding-y} + #{$input-border-width});\n margin-bottom: 0; // Override the `
+
+ +
+ +
+
+
+
+
+

Metadata Details: <%= fileName%>

+
+
+   Built-In Properties ({{BuiltInProperties.length}}) +

Built-In Properties

+
+ + + + + + + + + + + + + + + + + + + +
#PropertyValueBuilt InAction
{{$index + 1}}{{ item.Name | uppercase}} + {{ item.Value }} + {{ item.IsBuiltIn }} + + + +
+
+
+
+   Default Properties ({{DefaultProperties.length}}) +

Default Properties

+
+ + + + + + + + + + + + + + + + + + + +
#PropertyValueBuilt InAction
{{$index + 1}}{{ item.Name | uppercase}} + {{ item.Value }} + {{ item.IsBuiltIn }} + + + +
+
+
+
+   XMP Properties ({{XMPProperties.length}}) +

XMP Properties

+
+ + + + + + + + + + + + + + + + + +
#PropertyValueAction
{{$index + 1}}{{ item.Name | uppercase}} + {{ item.Value }} + + + + +
+
+
+
+   Exif Information ({{ExifInformation.length}}) +

Exif Information

+
+ + + + + + + + + + + + + + + + + + +
#PropertyValueAction
{{$index + 1}}{{ item.Name | uppercase}} + {{ item.Value }} + {{ item.IsBuiltIn }} + + + +
+
+
+
+   Custom Properties ({{CustomProperties.length}}) +

Custom Properties

+
+ + + + + + + + + + + + + + + + + + +
#PropertyValueAction
{{$index + 1}}{{ item.Name | uppercase}} + {{ item.Value }} + {{ item.IsBuiltIn }} + + + +
+
+
+
+
+
+
+
+
+
+ + diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/Default.aspx.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/Default.aspx.cs new file mode 100644 index 0000000..b41dc97 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/Default.aspx.cs @@ -0,0 +1,40 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace GroupDocs.Metadata.Live.Demos.UI.MetadataApp +{ + public partial class Default : System.Web.UI.Page + { + public string fileName = ""; + public string productName = ""; + public string featureName = ""; + public string folderName = ""; + + protected void Page_Load(object sender, EventArgs e) + { + if (!IsPostBack) + { + if (Page.RouteData.Values["filename"] != null) + { + fileName = Page.RouteData.Values["filename"].ToString(); + } + if (Page.RouteData.Values["Product"] != null) + { + productName = Page.RouteData.Values["Product"].ToString(); + } + if (Page.RouteData.Values["feature"] != null) + { + featureName = Page.RouteData.Values["feature"].ToString(); + } + if (Page.RouteData.Values["foldername"] != null) + { + folderName = Page.RouteData.Values["foldername"].ToString(); + } + } + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/Default.aspx.designer.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/Default.aspx.designer.cs new file mode 100644 index 0000000..783ba39 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/Default.aspx.designer.cs @@ -0,0 +1,15 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GroupDocs.Metadata.Live.Demos.UI.MetadataApp { + + + public partial class Default { + } +} diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/MetadataFileApp.aspx b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/MetadataFileApp.aspx new file mode 100644 index 0000000..911057e --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/MetadataFileApp.aspx @@ -0,0 +1,293 @@ +<%@ Page Title="DOC, DOCX, DOT, DOTX, DOCM, XLS, XLSX, XLSM, XLTM, PPT, PPTX, POTM, POTX, PPTM, PPS, PPSX‎, PPSM, MSG, EML, ONE, VSD, VDX, VSDX, VSS, VSX, MPP, ODT, ODS, PDF, PSD, DWG, DXF, MP3, WAV, AVI, MOV, QT, FLV, EMF, WMF, VCF‎, JPG, JPEG, JPE, JP2, PNG, GIF, TIFF, WEBP, BMP, DJVU, DJV, DICOM‎, MKV, MKA, MK3D, WEBM‎, EPUB, ZIP, ZIPX, TORRENT, ASF and files online Metadata Editor - GroupDocs.App" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="MetadataFileApp.aspx.cs" Inherits="GroupDocs.Metadata.Live.Demos.UI.MetadataApp.MetadataFileApp" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +

Free Online Document & Image Metadata Editor & Cleaner

+

View, Edit, Remove and Export Metadata from your Word, PDF, PowerPoint, Excel and more than 50 types of documents & images, 100% free online!

+

+

+
+
+ +
+
+ + +
+ + + + + + + + + +
+
+
+
+ + + +
+
+ + +

+

+ +
+
+
+
+
+
+
+
+ +
+
+
+

GroupDocs.Metadata App

+

GroupDocs.Metadata App Supported Document and Image Formats

+
+
+
+
Microsoft Office, Project & Visio
+
    +
  • Word: DOC, DOCX, DOT, DOTX, DOCM
  • +
  • Excel: XLS, XLSX, XLSM, XLT, XLTX, XLTM
  • +
  • PowerPoint: PPT, PPTX, POT, POTX
  • +
  • Outlook: MSG, EML
  • +
  • OneNote: ONE
  • +
  • Visio: VDX, VSD, VSDX, VSS, VSX
  • +
  • Project: MPP
  • +
+
+ +
+
Image, Audio & Other Formats
+
    +
  • Image Formats: JPEG, JPG, JPE, Jpeg2000, JP2, PNG, GIF, TIFF, WebP, BMP, DjVu, DICOM
  • +
  • Portable Document Format: PDF
  • +
  • Open Document Format: ODT, ODS
  • +
  • AutoCAD Drawings: DWG, DXF
  • +
  • Audio Formats: MP3, WAV
  • +
  • Metafiles: EMF, WMF
  • +
  • Photoshop: PSD
  • +
  • Video: AVI, MOV, QT
  • +
  • Others: EPUB, ZIP, ZIPX, TORRENT
  • +
+
+ +
+ + + +
+
+
+
+ +
+
+

+

+
+
+ + +
+
+ +
+ +
+
+
+

 How to view, edit, clean & export a <%=fileFormat %><%=docOrImage %> metadata using GroupDocs Metadata Editor App

+
    +
  • Click inside the file drop area to upload a <%=fileFormat %>file or drag & drop a <%=fileFormat %>file.
  • +
  • File will be automatically rendered for you to view/edit/clean metadata instantly.
  • +
  • View & update metadata for built-in, XMP, EXIF and custom properties.
  • +
  • Download the original <%=fileFormat %>file with metadata.
  • +
  • Download the <%=fileFormat %>file with updated metadata properties.
  • +
  • Clean metadata and download the updated <%=fileFormat %>file.
  • +
  • Export the metadata from <%=fileFormat %>file to Excel and CSV format.
  • +
+
+
+
+
+ +
+
+
+
+ +
+

Fast and Easy <%=fileFormat %>Metadata Editor

+

Upload your <%=fileFormat %>document and you will be redirected to the <%=fileFormat %>Metadata Editor with great user experience and many more features.

+

.

+
+ +
+
+ +
+

Edit Metadata <%=fileFormat %>from Anywhere

+

It works from all platforms including Windows, Mac, Android and iOS. All <%=fileFormat %>files are processed on our servers. No plugin or software installation required for you..

+
+ +
+
+ +
+

Metadata Editor Quality

+

<%= Resources["PoweredBy"] %> All <%=fileFormat %>files are processed using GroupDocs APIs.

+
+
+
+ + + +
diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/MetadataFileApp.aspx.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/MetadataFileApp.aspx.cs new file mode 100644 index 0000000..57e0ddd --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/MetadataFileApp.aspx.cs @@ -0,0 +1,180 @@ +using System; +using System.Web; +using System.Web.UI; +using GroupDocs.Metadata.Live.Demos.UI.Models; +using GroupDocs.Metadata.Live.Demos.UI.Config; +using GroupDocs.Metadata.Live.Demos.UI.Helpers; +using System.Globalization; +using System.Text.RegularExpressions; +using GroupDocs.Metadata.Common; + +namespace GroupDocs.Metadata.Live.Demos.UI.MetadataApp +{ + public partial class MetadataFileApp : BasePage + { + public string fileFormat = ""; + public string metatitle = ""; + public string metadescription = ""; + public string metakeywords = ""; + public string docOrImage = ""; + public string docOrImageTitled = ""; + + protected void Page_Load(object sender, EventArgs e) + { + metatitle = "Free Online Document Metadata Editor & Cleaner - GroupDocs.App"; + metadescription = "View, edit, remove and export metadata from your files/documents in seconds. 100% free online document and image metadata editor, secure and easy to use! GroupDocs.App — advanced online tool that solving any problems with any files."; + metakeywords = "View metadata, edit metadata, clean metadata, export metadata, compare document, edit document, view edit clean document metadata, search in documents, document watermark, view document, merge document, split document, combine document, extract document, view/edit/clean & export metadata from documents like Word, Excel, Powerpoint, PDF, JPG, EPUB & images, free online document metadata editor, ilove documents"; + docOrImage = "document"; + docOrImageTitled = "Document"; + + if (!IsPostBack) + { + aPoweredBy.InnerText = "GroupDocs.Metadata"; + aPoweredBy.HRef = "https://products.GroupDocs.com/metadata"; + + BuildValidator(); + + hFeatureTitle.InnerText = "GroupDocs Metadata App"; + hPageTitle.InnerHtml = "View your file metadata online from anywhere"; + + btnView.Text = Resources["btnViewNow"]; + rfvFile.ErrorMessage = Resources["SelectorDropFileMessage"]; + h4para.InnerText = string.Format(Resources["MetadataFeature1Description"], ""); + hdescription.InnerHtml = "View, Edit, Remove and Export Metadata online, from any device with a modern browser like Chrome, Opera and Firefox."; + + if (Page.RouteData.Values["fileformat"] != null) + { + if (!Page.RouteData.Values["fileformat"].ToString().ToLower().Equals("total")) + { + hheading.InnerHtml = "Free Online " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " " + docOrImageTitled + " Metadata Editor & Cleaner"; + hdescription.InnerHtml = "View, Edit, Remove and Export " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " Metadata" + " online, from any device, with a modern browser like Chrome, Firefox."; + + metatitle = "Free Online " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " " + docOrImageTitled + " Metadata Editor & Cleaner - GroupDocs.App"; + metadescription = "View, edit, clean and export metadata from your " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " files/documents in seconds. 100% free online " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document metadata editor, secure and easy to use! GroupDocs.App — advanced online tool that solving any problems with any files."; + metakeywords = "View " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " metadata, edit " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " metadata, clean " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " metadata, export " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " metadata, compare " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document, edit " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document, view edit clean " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document metadata, search in " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " documents, " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document watermark, view " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document, merge " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document, split " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document, combine " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document, extract " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document, view/edit/clean & export metadata from documents like Word, Excel, Powerpoint, PDF, JPG, EPUB, " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " & images, free online " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " document metadata editor, ilove " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " documents"; + hdescription.InnerHtml = "View, Edit, Remove and Export " + Page.RouteData.Values["fileformat"].ToString().ToUpper() + " Metadata online from any device, with a modern browser like Chrome, Opera and Firefox."; + + fileFormat = Page.RouteData.Values["fileformat"].ToString().ToUpper() + " "; + + } + } + } + + Page.Title = metatitle; + Page.MetaDescription = metadescription; + } + + private void BuildValidator() + { + string validationExpression = ""; + string validFileExtensions = GetValidFileExtensions(validationExpression); + string supportedFileExtensions = ""; + + if (Page.RouteData.Values["fileformat"] != null) + { + if (!Page.RouteData.Values["fileformat"].ToString().ToLower().Equals("total")) + { + fileFormat = Page.RouteData.Values["fileformat"].ToString(); + validationExpression = "." + fileFormat.ToLower(); + validFileExtensions = fileFormat; + supportedFileExtensions = fileFormat; + } + } + else + { + Configuration.GroupDocsAppsAPIBasePath = Request.Url.Scheme + "://" + Request.Url.Authority + Request.ApplicationPath.TrimEnd('/') + "/"; + Configuration.FileDownloadLink = Configuration.GroupDocsAppsAPIBasePath + "DownloadFile.aspx"; + Response response = GroupDocsMetadataApiHelper.GetAllMetadataSupportedFormats(); + if (response == null) + { + throw new Exception(Resources["APIResponseTime"]); + } + else if (response.StatusCode == 200) + { + if (response.OutputType.Length > 0) + { + validationExpression = "." + response.OutputType.Replace(", ", "|.").ToLower(); + validFileExtensions = response.OutputType; + supportedFileExtensions = response.OutputType; + } + } + } + + ValidateFileType.ValidationExpression = @"(.*?)(" + validationExpression.ToLower() + "|" + validationExpression.ToUpper() + ")$"; + + int index = supportedFileExtensions.LastIndexOf(","); + if (index != -1) + { + string substr = supportedFileExtensions.Substring(index); + string str = substr.Replace(",", " or"); + supportedFileExtensions = supportedFileExtensions.Replace(substr, str); + } + + ValidateFileType.ErrorMessage = Resources["InvalidFileExtension"] + " " + supportedFileExtensions; + hdnAllowedFileTypes.Value = validFileExtensions.ToLower(); + } + + + private string GetValidFileExtensions(string validationExpression) + { + string validFileExtensions = validationExpression.Replace(".", "").Replace("|", ", ").ToUpper(); + + int index = validFileExtensions.LastIndexOf(","); + if (index != -1) + { + string substr = validFileExtensions.Substring(index); + string str = substr.Replace(",", " or"); + validFileExtensions = validFileExtensions.Replace(substr, str); + } + + return validFileExtensions; + } + + private string TitleCase(string value) + { + return new CultureInfo("en-US", false).TextInfo.ToTitleCase(value); + } + + protected void btnView_Click(object sender, EventArgs e) + { + if (IsValid) + { + Configuration.GroupDocsAppsAPIBasePath = Request.Url.Scheme + "://" + Request.Url.Authority + Request.ApplicationPath.TrimEnd('/') + "/"; + Configuration.FileDownloadLink = Configuration.GroupDocsAppsAPIBasePath + "DownloadFile.aspx"; + // Access the File using the Name of HTML INPUT File. + HttpPostedFile postedFile = Request.Files["ctl00$MainContent$FileUpload1"]; + + pMessage.Attributes.Remove("class"); + pMessage.InnerHtml = ""; + + // Check if File is available. + + if (postedFile != null && postedFile.ContentLength > 0) + { + // remove any invalid character from the filename. + string fn = Regex.Replace(System.IO.Path.GetFileName(postedFile.FileName).Trim(), @"\A(?!(?:COM[0-9]|CON|LPT[0-9]|NUL|PRN|AUX|com[0-9]|con|lpt[0-9]|nul|prn|aux)|[\s\.])[^\\\/:*"" ?<>|]{ 1,254}\z", ""); + fn = fn.Replace(" ", String.Empty); + + string SaveLocation = Configuration.AssetPath + fn; + SaveLocation = SaveLocation.Replace("'", ""); + + try + { + postedFile.SaveAs(SaveLocation); + var isFileUploaded = FileManager.UploadFile(SaveLocation, "emailTo.Value"); + + if ((isFileUploaded != null) && (isFileUploaded.FileName.Trim() != "")) + { + Response.Redirect("/metadata/" + isFileUploaded.FolderId + "/" + HttpUtility.UrlEncode(isFileUploaded.FileName.Trim()) + "/"); + } + } + catch (Exception ex) + { + pMessage.InnerHtml = "Error: " + ex.Message; + pMessage.Attributes.Add("class", "alert alert-danger"); + } + } + } + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/MetadataFileApp.aspx.designer.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/MetadataFileApp.aspx.designer.cs new file mode 100644 index 0000000..79dc850 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/MetadataFileApp.aspx.designer.cs @@ -0,0 +1,195 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GroupDocs.Metadata.Live.Demos.UI.MetadataApp { + + + public partial class MetadataFileApp { + + /// + /// pnlTest control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Panel pnlTest; + + /// + /// hdnGroupDocsProductName control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hdnGroupDocsProductName; + + /// + /// hheading control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl hheading; + + /// + /// hdescription control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl hdescription; + + /// + /// hFeatureTitle control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl hFeatureTitle; + + /// + /// hPageTitle control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl hPageTitle; + + /// + /// FileUpload1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlInputFile FileUpload1; + + /// + /// rfvFile control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvFile; + + /// + /// ValidateFileType control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.RegularExpressionValidator ValidateFileType; + + /// + /// hdnAllowedFileTypes control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hdnAllowedFileTypes; + + /// + /// hdnDownloadFileName control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hdnDownloadFileName; + + /// + /// hdnDownloadFileURL control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hdnDownloadFileURL; + + /// + /// pMessage control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl pMessage; + + /// + /// btnView control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btnView; + + /// + /// dvAllFormats control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvAllFormats; + + /// + /// dvFormatSection control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvFormatSection; + + /// + /// hExtension1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl hExtension1; + + /// + /// hExtension1Description control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl hExtension1Description; + + /// + /// h4para control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl h4para; + + /// + /// aPoweredBy control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlAnchor aPoweredBy; + } +} diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/qi/doc/js/app.js b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/qi/doc/js/app.js new file mode 100644 index 0000000..ace3330 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/qi/doc/js/app.js @@ -0,0 +1,206 @@ +(function () { + 'use strict'; + var app = angular.module('myApp', [ + 'ngSanitize', + 'ngAnimate', + 'ngQuantum', + 'ngResource' + ]); + + app.value('PageList', customPageList); + + app.run(['$templateCache', '$cacheFactory', + function ($templateCache, $cacheFactory) { + $templateCache = false; + }]); + + app.config(['$httpProvider', + function ($httpProvider) { + $httpProvider.defaults.cache = false; + }]); + + app.config(['$rootScopeProvider', + function ($rootScopeProvider) { + $rootScopeProvider.digestTtl(5); + }]); + + app.factory('MetadataPropertyFactory', function ($resource) { + return $resource(apiURL + '/api/GroupDocsMetadata/MetadataProperty', {}, { + query: { + method: 'GET', + isArray: true + + } + }); + }); + + + app.factory('MetadataProtectedFactory', function ($resource) { + return $resource(apiURL + '/api/GroupDocsMetadata/MetadataProtected', {}, { + query: { + method: 'GET', + isArray: false + } + }); + }); + + + function isProtectedDocument(MetadataProtectedFactory, $scope, MetadataPropertyFactory) { + $scope.loading.show(); + $scope.MetaDataProtected = MetadataProtectedFactory.query({ + file: fileName, + foldername: folderName + }, function (data) { + debugger; + var docPassword = ""; + if (data.OutputType === "Success") { + docPassword = prompt("Document is Password Protected. Please enter valid password to proceed.", ""); + if (docPassword !== "" && docPassword !== null) { + GetMetadataProperties(MetadataPropertyFactory, $scope, docPassword); + } else { + window.location = '/metadata/total'; + } + } else { + GetMetadataProperties(MetadataPropertyFactory, $scope, ''); + } + $scope.MetaDataProtected = docPassword; + + var cleanMetadata = "/GroupDocsapi/api/GroupDocsMetadata/CleanMetadata?file=" + fileName + "&folderName=" + folderName + "&filePassword=" + docPassword; + document.getElementById("cleanMetadata").href = cleanMetadata; + + $scope.loading.hide(); + }, function (error) { + alert(error.data.Message); + + }); + } + + function GetMetadataProperties(MetadataPropertyFactory, $scope, docPassword) { + $scope.loading.show(); + if (lstMetadataProperties.length === 0) { + $scope.MetadataProperties = MetadataPropertyFactory.query({ + file: fileName, + foldername: folderName, + filePassword: docPassword + }, function (data) { + $scope.MetadataProperties = data; + lstMetadataProperties = $scope.MetadataProperties; + $scope.loading.hide(); + }, function (error) { + alert(error.data.Message); + }); + } + document.getElementsByName("dvPages")[0].style.cssText = "height: 100vh; width: auto!important; background-color: #fff; background-image: none!important;"; + }; + + app.controller('MetadataAPIController', + function ViewerAPIController($scope, $sce, $http, $resource, $loading, $timeout, $q, $alert, MetadataProtectedFactory, MetadataPropertyFactory) { + var $that = this; + + $scope.MetadataProperties = {} + + $scope.loadingButtonSucces = function () { + return $timeout(function () { + return true; + }, 2000); + }; + + $scope.existApp = function (isExit) { + if (isExit) + window.location = '/metadata/total'; + else + window.location = ''; + }; + + $scope.loading = new $loading({ + busyText: ' Please wait while loading...', + theme: 'info', + timeout: false, + showSpinner: true + }); + + + isProtectedDocument(MetadataProtectedFactory, $scope, MetadataPropertyFactory); + //GetMetadataProperties(MetadataPropertyFactory, $scope); + + + $scope.newField = {}; + $scope.editing = 0; + + $scope.editAppKey = function (field) { + $scope.loading.show(); + $scope.editing = $scope.MetadataProperties.indexOf(field); + $scope.newField = angular.copy(field); + $scope.loading.hide(); + }; + + $scope.saveField = function (txtName) { + if ($scope.editing !== false) { + $scope.loading.show(); + lstMetadataProperties[$scope.editing].Value = angular.element(document.getElementsByName(txtName)).val(); + $scope.loading.hide(); + } + }; + + $scope.cancel = function (index) { + if ($scope.editing !== false) { + $scope.MetadataProperties[$scope.editing] = $scope.newField; + $scope.editing = false; + } + }; + + $scope.cleanMetadata = function (isAll) { + $scope.loading.show(); + + var docPass = $scope.MetaDataProtected; + if (isAll) { + window.location = apiURL + '/api/GroupDocsMetadata/CleanMetadata?file=' + fileName + '&folderName=' + folderName + "&filePassword=" + docPass; + } + $scope.loading.hide(); + }; + + $scope.exportMetadata = function (isExcel) { + var docPass = $scope.MetaDataProtected; + $scope.loading.show(); + window.location = apiURL + '/api/GroupDocsMetadata/ExportMetadata?file=' + fileName + '&folderName=' + folderName + "&isExcel=" + isExcel + "&filePassword=" + docPass; + $scope.loading.hide(); + }; + + $scope.editMetadata = function (isAll) { + $scope.loading.show(); + var objXhr = new XMLHttpRequest(); + var mydata = new FormData(); + var docPass = $scope.MetaDataProtected; + + objXhr.open("POST", apiURL + '/api/GroupDocsMetadata/UpdateMetadata?file=' + fileName + '&folderName=' + folderName + '&filePassword=' + docPass, false); + mydata.append("lstProperties", JSON.stringify(lstMetadataProperties)); + objXhr.send(mydata); + + if (objXhr.status === 200) { + window.location = apiURL + '/api/GroupDocsMetadata/downloaddocument?file=' + fileName + '&folderName=' + folderName + '&isUpdated=true'; + } + else { + alert('Unable to update information, please try again.'); + } + + $scope.loading.hide(); + }; + + $scope.getError = function () { + var deferred = $q.defer(); + + setTimeout(function () { + deferred.reject('Error'); + }, 1000); + return deferred.promise; + }; + + $scope.displayAlert = function (title, message, theme) { + $alert(message, title, theme); + }; + + if (customPageList.length <= 0) { + $scope.PageList = customPageList; + } + }); +})(); \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/qi/doc/js/custom.js b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/qi/doc/js/custom.js new file mode 100644 index 0000000..d650a74 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/MetadataApp/qi/doc/js/custom.js @@ -0,0 +1,18 @@ +var fileName = 'toconvertmyaccounts.docx'; +var folderName = 'e98f9b3b-8aa2-4ed9-bf4b-88effc5f2494'; +//var apiURL = '/GroupDocsAPI'; +var apiURL = 'http://localhost:2122'; +var currentPageCount = 1; +var totalPages = 1; +var currentSelectedPage = 1; +var customPageList = []; +var IsLoadingGif = false; +var prevoiusIndx = -1; +var imagedata = []; +var lstMetadataProperties = []; +var isSent = false; + +function sleep(seconds) { + var e = new Date().getTime() + (seconds * 100); + while (new Date().getTime() <= e) { var a = 1; } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/BarCodeRespose.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/BarCodeRespose.cs new file mode 100644 index 0000000..7537131 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/BarCodeRespose.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; + +namespace GroupDocs.Metadata.Live.Demos.UI.Models +{ + public class BarCodeResponse + { + public string BarCodeFileorText { get; set; } + public int StatusCode { get; set; } + public String Status { get; set; } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/FileManager.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/FileManager.cs new file mode 100644 index 0000000..63f5c55 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/FileManager.cs @@ -0,0 +1,208 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Net.Http; +using System.IO; +using System.Diagnostics; +using System.Net.Http.Headers; +using GroupDocs.Metadata.Live.Demos.UI.Config; +using System.Threading; + +namespace GroupDocs.Metadata.Live.Demos.UI.Models +{ + public static class FileManager + { + public static FileUploadResult UploadFile(string file, string userEmail) + { + FileUploadResult uploadResult = null; + try + { + HttpClient httpClient = new HttpClient(); + httpClient.DefaultRequestHeaders.Accept.Clear(); + httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json")); + // Read the files + var fileStream = File.Open(file, FileMode.Open); + var fileInfo = new FileInfo(file); + + var content = new MultipartFormDataContent(); + content.Add(new StreamContent(fileStream), "\"file\"", string.Format("\"{0}\"", fileInfo.Name)); + + System.Threading.Tasks.Task taskUpload = httpClient.PostAsync(Configuration.GroupDocsAppsAPIBasePath + "api/GroupDocsAppsweb/UploadFile" + "?userEmail=" + userEmail, content).ContinueWith(task => + { + if (task.Status == System.Threading.Tasks.TaskStatus.RanToCompletion) + { + var response = task.Result; + + if (response.IsSuccessStatusCode) + { + uploadResult = response.Content.ReadAsAsync().Result; + + } + } + fileStream.Dispose(); + }); + + taskUpload.Wait(); + httpClient.Dispose(); + // Delete input file + if (File.Exists(file)) + { + File.Delete(file); + } + } + catch (Exception ex) + { + Debug.WriteLine(ex.Message); + } + return uploadResult; + } + + public static FileUploadResult UploadFileToFolder(string file, string userEmail, string folder) + { + FileUploadResult uploadResult = null; + try + { + HttpClient httpClient = new HttpClient(); + httpClient.DefaultRequestHeaders.Accept.Clear(); + httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json")); + // Read the files + var fileStream = File.Open(file, FileMode.Open); + var fileInfo = new FileInfo(file); + + var content = new MultipartFormDataContent(); + content.Add(new StreamContent(fileStream), "\"file\"", string.Format("\"{0}\"", fileInfo.Name) + ); + + System.Threading.Tasks.Task taskUpload = httpClient.PostAsync(Configuration.GroupDocsAppsAPIBasePath + "api/GroupDocsAppsweb/UploadFileToFolder" + "?userEmail=" + userEmail + "&folder=" + folder, content).ContinueWith(task => + { + if (task.Status == System.Threading.Tasks.TaskStatus.RanToCompletion) + { + var response = task.Result; + + if (response.IsSuccessStatusCode) + { + uploadResult = response.Content.ReadAsAsync().Result; + + } + } + fileStream.Dispose(); + }); + + taskUpload.Wait(); + httpClient.Dispose(); + // Delete input file + if (File.Exists(file)) + { + File.Delete(file); + } + } + catch (Exception ex) + { + Debug.WriteLine(ex.Message); + } + return uploadResult; + } + + public static FileUploadResult UploadFile(Stream fileStream, string fileName, string userEmail) + { + FileUploadResult uploadResult = null; + try + { + HttpClient httpClient = new HttpClient(); + httpClient.DefaultRequestHeaders.Accept.Clear(); + httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json")); + // Read the files + + var content = new MultipartFormDataContent(); + content.Add(new StreamContent(fileStream), "\"file\"", string.Format("\"{0}\"", fileName)); + + System.Threading.Tasks.Task taskUpload = httpClient.PostAsync(Configuration.GroupDocsAppsAPIBasePath + "api/GroupDocsAppsweb/UploadFile" + "?userEmail=" + userEmail, content).ContinueWith(task => + { + if (task.Status == System.Threading.Tasks.TaskStatus.RanToCompletion) + { + var response = task.Result; + + if (response.IsSuccessStatusCode) + { + uploadResult = response.Content.ReadAsAsync().Result; + + } + } + }); + + try + { + taskUpload.Wait((Configuration.ThreadAbortSeconds + 4) * 1000, new CancellationToken(false)); + } + catch (Exception exc) + { + httpClient.Dispose(); + throw exc;// new Exception("We regret to inform you that your file took more than expected time. We cannot process it at the moment."); + } + } + catch (Exception ex) + { + Debug.WriteLine(ex.Message); + } + return uploadResult; + } + + public static FileUploadResult UploadFileToFolder(Stream fileStream, string fileName, string userEmail, string folder) + { + FileUploadResult uploadResult = null; + try + { + HttpClient httpClient = new HttpClient(); + httpClient.DefaultRequestHeaders.Accept.Clear(); + httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json")); + + var content = new MultipartFormDataContent(); + content.Add(new StreamContent(fileStream), "\"file\"", string.Format("\"{0}\"", fileName) + ); + + System.Threading.Tasks.Task taskUpload = httpClient.PostAsync(Configuration.GroupDocsAppsAPIBasePath + "api/GroupDocsAppsweb/UploadFileToFolder" + "?userEmail=" + userEmail + "&folder=" + folder, content).ContinueWith(task => + { + if (task.Status == System.Threading.Tasks.TaskStatus.RanToCompletion) + { + var response = task.Result; + + if (response.IsSuccessStatusCode) + { + uploadResult = response.Content.ReadAsAsync().Result; + + } + } + }); + + try + { + taskUpload.Wait((Configuration.ThreadAbortSeconds + 4) * 1000, new CancellationToken(false)); + } + catch (Exception exc) + { + httpClient.Dispose(); + throw exc;// new Exception("We regret to inform you that your file took more than expected time. We cannot process it at the moment."); + } + } + catch (Exception ex) + { + Debug.WriteLine(ex.Message); + } + return uploadResult; + } + + public static HttpResponseMessage DownloadFile(string fileName) + { + HttpResponseMessage result = null; + using (var httpClient = new HttpClient()) + { + var url = Configuration.GroupDocsAppsAPIBasePath + "api/GroupDocsAppsweb/DownloadFile?outFile=" + fileName; + + result = httpClient.GetAsync(url).Result; + + } + return result; + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/FileUploadResult.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/FileUploadResult.cs new file mode 100644 index 0000000..3cfb532 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/FileUploadResult.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; + +namespace GroupDocs.Metadata.Live.Demos.UI.Models +{ + public class FileUploadResult + { + public string LocalFilePath { get; set; } + public string FileName { get; set; } + public string FolderId { get; set; } + public long FileLength { get; set; } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/MimeMultipart.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/MimeMultipart.cs new file mode 100644 index 0000000..c0d510a --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/MimeMultipart.cs @@ -0,0 +1,27 @@ +using System.Web.Http.Controllers; +using System.Net.Http; +using System.Web.Http; +using System.Net; +using System.Web.Http.Filters; + +namespace GroupDocs.Metadata.Live.Demos.UI.Models +{ + public class MimeMultipart : System.Web.Http.Filters.ActionFilterAttribute + { + public override void OnActionExecuting(HttpActionContext actionContext) + { + if (!actionContext.Request.Content.IsMimeMultipartContent()) + { + throw new HttpResponseException( + new HttpResponseMessage( + HttpStatusCode.UnsupportedMediaType) + ); + } + } + + public override void OnActionExecuted(HttpActionExecutedContext actionExecutedContext) + { + + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/OCRLanguage.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/OCRLanguage.cs new file mode 100644 index 0000000..972cd9b --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/OCRLanguage.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; + +namespace GroupDocs.Metadata.Live.Demos.UI.Models +{ + public enum OCRLanguage + { + English, + Spanish, + French, + Portuguese + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/Response.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/Response.cs new file mode 100644 index 0000000..f772afe --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/Response.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.ObjectModel; +using System.Linq; +using System.Web; + + +namespace GroupDocs.Metadata.Live.Demos.UI.Models +{ + public class Response + { + public string DownloadFileLink { get; set; } + public int StatusCode { get; set; } + public string FileName { get; set; } + public string FolderName { get; set; } + public string ProductName { get; set; } + public string OutputType { get; set; } + public String Status { get; set; } + public string Text { get; set; } + public Collection Results; + public Exception exc { get; set; } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/UploadMultipartFormProvider.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/UploadMultipartFormProvider.cs new file mode 100644 index 0000000..e45678f --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Models/UploadMultipartFormProvider.cs @@ -0,0 +1,23 @@ +using System.Net.Http; +using System.Net.Http.Headers; + +namespace GroupDocs.Metadata.Live.Demos.UI.Models +{ + public class UploadMultipartFormProvider : MultipartFormDataStreamProvider + { + public UploadMultipartFormProvider(string rootPath) : base(rootPath) { } + + public override string GetLocalFileName(HttpContentHeaders headers) + { + if (headers != null && + headers.ContentDisposition != null) + { + return headers + .ContentDisposition + .FileName.TrimEnd('"').TrimStart('"'); + } + + return base.GetLocalFileName(headers); + } + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Properties/AssemblyInfo.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5183312 --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("GroupDocs.Conversion.Live.Demos.UI")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("GroupDocs.Conversion.Live.Demos.UI")] +[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("b55e137c-232d-4140-8541-155720cac7c3")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Scripts/README.md b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Scripts/README.md new file mode 100644 index 0000000..7d682fa --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/Scripts/README.md @@ -0,0 +1,219 @@ + + +

Popper.js

+ +

+ A library used to position poppers in web applications. +

+ +

+ Build Status + Stable Release Size + bitHound Overall Score + Istanbul Code Coverage + Get support or discuss +
+ SauceLabs Reports +

+ + + + + +## Wut? Poppers? + +A popper is an element on the screen which "pops out" from the natural flow of your application. +Common examples of poppers are tooltips, popovers and drop-downs. + + +## So, yet another tooltip library? + +Well, basically, **no**. +Popper.js is a **positioning engine**, its purpose is to calculate the position of an element +to make it possible to position it near a given reference element. + +The engine is completely modular and most of its features are implemented as **modifiers** +(similar to middlewares or plugins). +The whole code base is written in ES2015 and its features are automatically tested on real browsers thanks to [SauceLabs](https://saucelabs.com/) and [TravisCI](https://travis-ci.org/). + +Popper.js has zero dependencies. No jQuery, no LoDash, nothing. +It's used by big companies like [Twitter in Bootstrap v4](https://getbootstrap.com/), [Microsoft in WebClipper](https://github.com/OneNoteDev/WebClipper) and [Atlassian in AtlasKit](https://aui-cdn.atlassian.com/atlaskit/registry/). + +### Popper.js + +This is the engine, the library that computes and, optionally, applies the styles to +the poppers. + +Some of the key points are: + +- Position elements keeping them in their original DOM context (doesn't mess with your DOM!); +- Allows to export the computed informations to integrate with React and other view libraries; +- Supports Shadow DOM elements; +- Completely customizable thanks to the modifiers based structure; + +Visit our [project page](https://fezvrasta.github.io/popper.js) to see a lot of examples of what you can do with Popper.js! + +Find [the documentation here](/docs/_includes/popper-documentation.md). + + +### Tooltip.js + +Since lots of users just need a simple way to integrate powerful tooltips in their projects, +we created **Tooltip.js**. +It's a small library that makes it easy to automatically create tooltips using as engine Popper.js. +Its API is almost identical to the famous tooltip system of Bootstrap, in this way it will be +easy to integrate it in your projects. +The tooltips generated by Tooltip.js are accessible thanks to the `aria` tags. + +Find [the documentation here](/docs/_includes/tooltip-documentation.md). + + +## Installation +Popper.js is available on the following package managers and CDNs: + +| Source | | +|:-------|:---------------------------------------------------------------------------------| +| npm | `npm install popper.js --save` | +| yarn | `yarn add popper.js` | +| NuGet | `PM> Install-Package popper.js` | +| Bower | `bower install popper.js --save` | +| unpkg | [`https://unpkg.com/popper.js`](https://unpkg.com/popper.js) | +| cdnjs | [`https://cdnjs.com/libraries/popper.js`](https://cdnjs.com/libraries/popper.js) | + +Tooltip.js as well: + +| Source | | +|:-------|:---------------------------------------------------------------------------------| +| npm | `npm install tooltip.js --save` | +| yarn | `yarn add tooltip.js` | +| Bower* | `bower install tooltip.js=https://unpkg.com/tooltip.js --save` | +| unpkg | [`https://unpkg.com/tooltip.js`](https://unpkg.com/tooltip.js) | +| cdnjs | [`https://cdnjs.com/libraries/popper.js`](https://cdnjs.com/libraries/popper.js) | + +\*: Bower isn't officially supported, it can be used to install Tooltip.js only trough the unpkg.com CDN. This method has the limitation of not being able to define a specific version of the library. Bower and Popper.js suggests to use npm or Yarn for your projects. +For more info, [read the related issue](https://github.com/FezVrasta/popper.js/issues/390). + +### Dist targets + +Popper.js is currently shipped with 3 targets in mind: UMD, ESM and ESNext. + +- UMD - Universal Module Definition: AMD, RequireJS and globals; +- ESM - ES Modules: For webpack/Rollup or browser supporting the spec; +- ESNext: Available in `dist/`, can be used with webpack and `babel-preset-env`; + +Make sure to use the right one for your needs. If you want to import it with a ` + + + + + + + + <% if (Request.Url.AbsoluteUri.Contains("://products.groupdocs.app")) + { %> + + + + + <% } %> + + +
+
+ + + + +
+ +
+ + + + + + + + diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/site.Master.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/site.Master.cs new file mode 100644 index 0000000..e4fc5ff --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/site.Master.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; +using GroupDocs.Metadata.Live.Demos.UI.Config; + +namespace GroupDocs.Metadata.Live.Demos.UI +{ + public partial class SiteMaster : BaseMasterPage + { + protected void Page_Load(object sender, EventArgs e) + { + + + } + + } +} \ No newline at end of file diff --git a/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/site.Master.designer.cs b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/site.Master.designer.cs new file mode 100644 index 0000000..c9dc0da --- /dev/null +++ b/Demos/LiveDemos/src/GroupDocs.Metadata.Live.Demos.UI/site.Master.designer.cs @@ -0,0 +1,51 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GroupDocs.Metadata.Live.Demos.UI { + + + public partial class SiteMaster { + + /// + /// HeadContents control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContents; + + /// + /// form control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form; + + /// + /// ScriptManager1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.ScriptManager ScriptManager1; + + /// + /// MainContent control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent; + } +} diff --git a/Demos/MVC/.gitattributes b/Demos/MVC/.gitattributes new file mode 100644 index 0000000..b9ee109 --- /dev/null +++ b/Demos/MVC/.gitattributes @@ -0,0 +1 @@ +src/Resources/* linguist-vendored diff --git a/Demos/MVC/.gitignore b/Demos/MVC/.gitignore new file mode 100644 index 0000000..81057b3 --- /dev/null +++ b/Demos/MVC/.gitignore @@ -0,0 +1,35 @@ +# Tool Runtime Dir +packages/ +node_modules/ + +# Visual Studio +.vs/ + +# User-specific files +*.user + +# Build results +[Bb]in/ +[Oo]bj/ +*.zip +package-lock.json + +# Resources +src/Resources/* +!src/Resources/.gitkeep + +# Licenses +src/Licenses +!src/Licenses/.gitkeep + +# Document samples +src/DocumentSamples +!src/DocumentSamples/.gitkeep + +# Git +!.gitkeep + +# Finder in OSX +.DS_Store +src/Deploy/ +src/Properties/PublishProfiles/ diff --git a/Demos/MVC/GroupDocs.Metadata MVC.sln b/Demos/MVC/GroupDocs.Metadata MVC.sln new file mode 100644 index 0000000..d0e7be1 --- /dev/null +++ b/Demos/MVC/GroupDocs.Metadata MVC.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2050 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Metadata.MVC", "src\GroupDocs.Metadata.MVC.csproj", "{A33CA8B0-A193-40A3-A86A-90FF444EE878}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Metadata.MVC.Test", "GroupDocs.Metadata.MVC.Test\GroupDocs.Metadata.MVC.Test.csproj", "{C8F2EDB6-BD6C-465F-B59F-2CEA33BD7FE6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A33CA8B0-A193-40A3-A86A-90FF444EE878}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A33CA8B0-A193-40A3-A86A-90FF444EE878}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A33CA8B0-A193-40A3-A86A-90FF444EE878}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A33CA8B0-A193-40A3-A86A-90FF444EE878}.Release|Any CPU.Build.0 = Release|Any CPU + {C8F2EDB6-BD6C-465F-B59F-2CEA33BD7FE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C8F2EDB6-BD6C-465F-B59F-2CEA33BD7FE6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C8F2EDB6-BD6C-465F-B59F-2CEA33BD7FE6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C8F2EDB6-BD6C-465F-B59F-2CEA33BD7FE6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FD28B4B3-0EF5-4398-BA1B-B9E8B7416368} + EndGlobalSection +EndGlobal diff --git a/Demos/MVC/GroupDocs.Metadata.MVC.Test/GroupDocs.Metadata.MVC.Test.csproj b/Demos/MVC/GroupDocs.Metadata.MVC.Test/GroupDocs.Metadata.MVC.Test.csproj new file mode 100644 index 0000000..65d3060 --- /dev/null +++ b/Demos/MVC/GroupDocs.Metadata.MVC.Test/GroupDocs.Metadata.MVC.Test.csproj @@ -0,0 +1,143 @@ + + + + + + + Debug + AnyCPU + {C8F2EDB6-BD6C-465F-B59F-2CEA33BD7FE6} + Library + Properties + GroupDocs.Total.MVC.Test + GroupDocs.Total.MVC.Test + v4.6.1 + 512 + true + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll + + + ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll + + + ..\packages\Huygens.1.4.5\lib\net46\Huygens.dll + + + ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll + + + ..\packages\Mvc2Futures.2.0.50217.0\lib\Microsoft.Web.Mvc.dll + + + ..\packages\Moq.4.10.1\lib\net45\Moq.dll + + + .\MvcContrib.TestHelper.dll + + + ..\packages\MvcRouteTester.1.2.1\lib\net40\MvcRouteTester.dll + + + ..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll + + + ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll + + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll + True + True + + + + ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll + + + ..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll + + + ..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll + + + ..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll + + + ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll + + + ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll + + + ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll + + + + + + + + + ..\packages\WebGrease.1.6.0\lib\WebGrease.dll + + + + + + + + + + + + + + + + {a33ca8b0-a193-40a3-a86a-90ff444ee878} + GroupDocs.Metadata.MVC + + + + + + Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}. + + + + + + + + + \ No newline at end of file diff --git a/Demos/MVC/GroupDocs.Metadata.MVC.Test/MetadataControllerTest.cs b/Demos/MVC/GroupDocs.Metadata.MVC.Test/MetadataControllerTest.cs new file mode 100644 index 0000000..4d8ae10 --- /dev/null +++ b/Demos/MVC/GroupDocs.Metadata.MVC.Test/MetadataControllerTest.cs @@ -0,0 +1,72 @@ +using GroupDocs.Metadata.MVC.Controllers; +using NUnit.Framework; +using System.Web.Routing; +using MvcContrib.TestHelper; +using Huygens; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Test +{ + [TestFixture] + public class MetadataControllerTest + { + + [SetUp] + public void TestInitialize() + { + RouteConfig.RegisterRoutes(RouteTable.Routes); + } + + [TearDown] + public void TearDown() + { + RouteTable.Routes.Clear(); + } + + [Test] + public void ViewStatusTest() + { + string path = AppDomain.CurrentDomain.BaseDirectory + "/../../../src"; + using (var server = new DirectServer(path)) + { + var request = new SerialisableRequest + { + Method = "GET", + RequestUri = "/metadata", + Content = null + }; + + var result = server.DirectCall(request); + Assert.That(result.StatusCode, Is.EqualTo(200)); + } + } + + [Test] + public void ViewMapControllerTest() + { + "~/metadata".Route().ShouldMapTo(x => x.Index()); + } + + [Test] + public void FileTreeStatusCodeTest() + { + string path = AppDomain.CurrentDomain.BaseDirectory + "/../../../src"; + using (var server = new DirectServer(path)) + { + var request = new SerialisableRequest + { + Method = "POST", + RequestUri = "/loadfiletree", + Content = null, + Headers = new Dictionary{ + { "Content-Type", "application/json"} + } + }; + + var result = server.DirectCall(request); + Assert.That(result.StatusCode, Is.EqualTo(200)); + } + } + } +} diff --git a/Demos/MVC/GroupDocs.Metadata.MVC.Test/MvcContrib.TestHelper.dll b/Demos/MVC/GroupDocs.Metadata.MVC.Test/MvcContrib.TestHelper.dll new file mode 100644 index 0000000..a7877ea Binary files /dev/null and b/Demos/MVC/GroupDocs.Metadata.MVC.Test/MvcContrib.TestHelper.dll differ diff --git a/Demos/MVC/GroupDocs.Metadata.MVC.Test/Properties/AssemblyInfo.cs b/Demos/MVC/GroupDocs.Metadata.MVC.Test/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ddac610 --- /dev/null +++ b/Demos/MVC/GroupDocs.Metadata.MVC.Test/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Общие сведения об этой сборке предоставляются следующим набором +// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения, +// связанные со сборкой. +[assembly: AssemblyTitle("GroupDocs.Metadata.MVC.Test")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("GroupDocs.Metadata.MVC.Test")] +[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми +// для компонентов COM. Если необходимо обратиться к типу в этой сборке через +// COM, задайте атрибуту ComVisible значение TRUE для этого типа. +[assembly: ComVisible(false)] + +// Следующий GUID служит для идентификации библиотеки типов, если этот проект будет видимым для COM +[assembly: Guid("c8f2edb6-bd6c-465f-b59f-2cea33bd7fe6")] + +// Сведения о версии сборки состоят из следующих четырех значений: +// +// Основной номер версии +// Дополнительный номер версии +// Номер сборки +// Редакция +// +// Можно задать все значения или принять номер сборки и номер редакции по умолчанию. +// используя "*", как показано ниже: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Demos/MVC/GroupDocs.Metadata.MVC.Test/app.config b/Demos/MVC/GroupDocs.Metadata.MVC.Test/app.config new file mode 100644 index 0000000..5faadf5 --- /dev/null +++ b/Demos/MVC/GroupDocs.Metadata.MVC.Test/app.config @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/MVC/GroupDocs.Metadata.MVC.Test/packages.config b/Demos/MVC/GroupDocs.Metadata.MVC.Test/packages.config new file mode 100644 index 0000000..99c742d --- /dev/null +++ b/Demos/MVC/GroupDocs.Metadata.MVC.Test/packages.config @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/MVC/LICENSE b/Demos/MVC/LICENSE new file mode 100644 index 0000000..6289354 --- /dev/null +++ b/Demos/MVC/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 GroupDocs.Metadata Product Family + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Demos/MVC/README.md b/Demos/MVC/README.md new file mode 100644 index 0000000..4339a41 --- /dev/null +++ b/Demos/MVC/README.md @@ -0,0 +1,125 @@ +![Alt text](https://groupdocs-metadata.github.io/resources/image/banner.png "GroupDocs.Metadata") +# GroupDocs.Metadata for .NET MVC Example + +[![Build status](https://ci.appveyor.com/api/projects/status/t40gr8bgr1msty7c/branch/master?svg=true)](https://ci.appveyor.com/project/bobkovalex/groupdocs-metadata-for-net-mvc/branch/master) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/91132beed1914c699aea25281659efbc)](https://www.codacy.com/gh/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC?utm_source=github.com&utm_medium=referral&utm_content=groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC&utm_campaign=Badge_Grade) +[![GitHub license](https://img.shields.io/github/license/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC.svg)](https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC/blob/master/LICENSE) + +## System Requirements +- .NET Framework 4.5 +- Visual Studio 2015 + +## Document Metadata API for .NET MVC +[GroupDocs.Metadata for .NET](https://products.groupdocs.com/metadata/net) API allows you to add, edit, update or delete metadata in Office Documents (such as MS Word, MS Excel, MS Powerpoint), video files, audio files and much more! Over 80 file formats are supported. + +**Note:** without a license application will run in trial mode, purchase [GroupDocs.Metadata for .NET license](https://purchase.groupdocs.com/order-online-step-1-of-8.aspx) or request [GroupDocs.Metadata for .NET temporary license](https://purchase.groupdocs.com/temporary-license). + +## Supported document Formats + +| Family | Formats | +| --------------------------- |:---------------------------------------------------------------------------------------------------------------------------------- | +| Portable Document Format | `PDF` | +| Microsoft Word | `DOC`, `DOCM` , `DOCX`, `DOT`, `DOTM`, `DOTX` | +| Microsoft Excel | `XLS`, `XLSB`, `XLSM`, `XLSX`, `XLT`, `XLTM`, `XLTX` | +| Microsoft PowerPoint | `PPT`, `POT`, `POTM`, `POTX`, `PPS`, `PPSM`, `PPSX`, `PPTM`, `PPTX` | +| Microsoft Visio | `VSD`, `VDW`, `VDX`, `VSDX`, `VSS`, `VST`, `VSX`, `VTX` | +| Microsoft Project | `MPP` | +| Microsoft Outlook | `EML`, `EMLX`, `MSG` | +| Microsoft OneNote | `ONE` | +| OpenDocument Formats | `ODT`, `ODP`, `ODS`, `OTT` | +| Photoshop | `PSD` | +| Metafiles | `EMF`, `WMF` | +| vCard | `VCF`, `VCR` | +| AutoCAD Drawing File Format | `DGN`, `DWG`, `DXF` | +| Image files | `BMP`, `CAL`, `DCX`, `DIB`, `EMF`, `GIF`, `JP2`, `JPG`, `MIL`, `MIL`, `PCD`, `PCT`, `PCX`, `PNG`, `PSD`, `RAS`, `TGA`,`TIFF`,`WMF` | +| Electronic publication | `EPUB` | +| OpenType Fonts | `OTF`, `OTC`, `TTF`, `TTC` | +| Audio | `MP3`, `WAV` | +| Video | `AVI`, `MOV`, `QT`, `FLV` | +| Matroska Media Container | `MKV`, `MKA`, `MK3D`, `WEBM` | +| Other | `EPUB`, `ZIP`, `TORRENT`, `ASF`, `DJVU` | + +## Demo Video +Comming Soon + +## Features +- Add Metadata to Office Documents +- Edit or update Metadata in Office Documents +- Remove Metadata from Office Documents +- Clean, modern and intuitive design +- Easily switchable colour theme (create your own colour theme in 5 minutes) +- Responsive design +- Mobile support (open application on any mobile device) +- Support over 50 documents and image formats +- Fully customizable navigation panel +- Open password protected documents +- Download documents +- Upload documents +- Print document +- Smooth document scrolling +- Multi-language support for displaying errors +- Cross-browser support (Safari, Chrome, Opera, Firefox) +- Cross-platform support (Windows, Linux, MacOS) + +## How to run + +You can run this sample by one of following methods + +#### Build from source + +Download [source code](https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC/archive/master.zip) from github or clone this repository. + +```bash +git clone https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC +``` + +Open solution in the VisualStudio. +Update common parameters in `web.config` and example related properties in the `configuration.yml` to meet your requirements. + +Open http://localhost:8080/Metadata in your favorite browser + +#### Docker image +Comming Soon + +### Configuration +For all methods above you can adjust settings in `configuration.yml`. By default in this sample will lookup for license file in `./Licenses` folder, so you can simply put your license file in that folder or specify relative/absolute path by setting `licensePath` value in `configuration.yml`. + +#### Metadata configuration options + +| Option | Type | Default value | Description | +| ---------------------- | ------- |:-----------------:|:-------------------------------------------------------------------------------------------------------------------------------------------- | +| **`filesDirectory`** | String | `DocumentSamples` | Files directory path. Indicates where uploaded and predefined files are stored. It can be absolute or relative path | +| **`defaultDocument`** | String | | Absolute path to default document that will be loaded automaticaly. | +| **`preloadPageCount`** | Integer | `0` | Indicate how many pages from a document should be loaded, remaining pages will be loaded on page scrolling.Set `0` to load all pages at once | +| **`cache`** | Boolean | `true` | Set true to enable cache | + +## Troubleshooting +### How to set custom baseURL +BaseURL is fetched from address bar however you can set custom baseURL by adding *forRoot* parameter at [app.module.ts](https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC/blob/master/src/client/apps/metadata/src/app/app.module.ts#L10) + +**Example:** +```js +ViewerModule.forRoot("http://localhost:8080") +``` + +## License +The MIT License (MIT). + +Please have a look at the LICENSE.md for more details + +## GroupDocs Document Viewer on other platforms/frameworks + +- JAVA DropWizard (Comming Soon) +- JAVA Spring Boot (Comming Soon) +- .NET WebForms [Metadata](https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms) + +## Resources +- **Website:** [www.groupdocs.com](http://www.groupdocs.com) +- **Product Home:** [GroupDocs.Metadata for .NET](https://products.groupdocs.com/metadata/net) +- **Product API References:** [GroupDocs.Metadata for .NET API](https://apireference.groupdocs.com/net/metadata) +- **Download:** [Download GroupDocs.Metadata for .NET](http://downloads.groupdocs.com/metadata/net) +- **Documentation:** [GroupDocs.Metadata for .NET Documentation](https://docs.groupdocs.com/display/metadatanet/Home) +- **Free Support Forum:** [GroupDocs.Metadata for .NET Free Support Forum](https://forum.groupdocs.com/c/metadata) +- **Paid Support Helpdesk:** [GroupDocs.Metadata for .NET Paid Support Helpdesk](https://helpdesk.groupdocs.com) +- **Blog:** [GroupDocs.Metadata for .NET Blog](https://blog.groupdocs.com/category/groupdocs-metadata-product-family/) +- **Search:** [GroupDocs.Metadata for .NET Search](https://search.groupdocs.com/) diff --git a/Demos/MVC/appveyor.yml b/Demos/MVC/appveyor.yml new file mode 100644 index 0000000..049332b --- /dev/null +++ b/Demos/MVC/appveyor.yml @@ -0,0 +1,7 @@ +version: 1.0.{build} +pull_requests: + do_not_increment_build_number: true +before_build: +- cmd: nuget restore +build: + verbosity: minimal diff --git a/Demos/MVC/src/App_Start/FilterConfig.cs b/Demos/MVC/src/App_Start/FilterConfig.cs new file mode 100644 index 0000000..146f319 --- /dev/null +++ b/Demos/MVC/src/App_Start/FilterConfig.cs @@ -0,0 +1,12 @@ +using System.Web.Mvc; + +namespace GroupDocs.Metadata.MVC +{ + public static class FilterConfig + { + public static void RegisterGlobalFilters(GlobalFilterCollection filters) + { + filters.Add(new HandleErrorAttribute()); + } + } +} diff --git a/Demos/MVC/src/App_Start/RouteConfig.cs b/Demos/MVC/src/App_Start/RouteConfig.cs new file mode 100644 index 0000000..43d3e10 --- /dev/null +++ b/Demos/MVC/src/App_Start/RouteConfig.cs @@ -0,0 +1,19 @@ +using System.Web.Mvc; +using System.Web.Routing; + +namespace GroupDocs.Metadata.MVC +{ + public static class RouteConfig + { + public static void RegisterRoutes(RouteCollection routes) + { + routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); + + routes.MapRoute( + name: "Default", + url: "{controller}/{action}/{id}", + defaults: new { controller = "Metadata", action = "Index", id = UrlParameter.Optional } + ); + } + } +} diff --git a/Demos/MVC/src/App_Start/WebApiConfig.cs b/Demos/MVC/src/App_Start/WebApiConfig.cs new file mode 100644 index 0000000..7f39fee --- /dev/null +++ b/Demos/MVC/src/App_Start/WebApiConfig.cs @@ -0,0 +1,16 @@ +using System.Web.Http; + +namespace GroupDocs.Metadata.MVC +{ + public static class WebApiConfig + { + public static void Register(HttpConfiguration config) + { + // enable CORS + config.EnableCors(); + + // Web API routes + config.MapHttpAttributeRoutes(); + } + } +} diff --git a/Demos/MVC/src/Controllers/MetadataController.cs b/Demos/MVC/src/Controllers/MetadataController.cs new file mode 100644 index 0000000..158d204 --- /dev/null +++ b/Demos/MVC/src/Controllers/MetadataController.cs @@ -0,0 +1,15 @@ +using System.Web.Mvc; + +namespace GroupDocs.Metadata.MVC.Controllers +{ + /// + /// Metadata Web page controller + /// + public class MetadataController : Controller + { + public ActionResult Index() + { + return View(); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Global.asax b/Demos/MVC/src/Global.asax new file mode 100644 index 0000000..0b6bdb6 --- /dev/null +++ b/Demos/MVC/src/Global.asax @@ -0,0 +1 @@ +<%@ Application Codebehind="Global.asax.cs" Inherits="GroupDocs.Metadata.MVC.WebApiApplication" Language="C#" %> diff --git a/Demos/MVC/src/Global.asax.cs b/Demos/MVC/src/Global.asax.cs new file mode 100644 index 0000000..57ed6e8 --- /dev/null +++ b/Demos/MVC/src/Global.asax.cs @@ -0,0 +1,25 @@ +using System.Web.Http; +using System.Web.Mvc; +using System.Web.Routing; + +namespace GroupDocs.Metadata.MVC +{ + public class WebApiApplication : System.Web.HttpApplication + { + protected void Application_Start() + { + // Set GroupDocs.Metadata license + Products.Common.Config.GlobalConfiguration globalConfiguration = new Products.Common.Config.GlobalConfiguration(); + string licensePath = globalConfiguration.Application.LicensePath; + if (!string.IsNullOrEmpty(licensePath)) + { + new License().SetLicense(licensePath); + } + + AreaRegistration.RegisterAllAreas(); + GlobalConfiguration.Configure(WebApiConfig.Register); + FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters); + RouteConfig.RegisterRoutes(RouteTable.Routes); + } + } +} diff --git a/Demos/MVC/src/GroupDocs.Metadata.MVC.csproj b/Demos/MVC/src/GroupDocs.Metadata.MVC.csproj new file mode 100644 index 0000000..f165870 --- /dev/null +++ b/Demos/MVC/src/GroupDocs.Metadata.MVC.csproj @@ -0,0 +1,274 @@ + + + + + + + Debug + AnyCPU + + + 2.0 + {A33CA8B0-A193-40A3-A86A-90FF444EE878} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + GroupDocs.Metadata.MVC + GroupDocs.Metadata.MVC + v4.5 + false + true + + + + + + + + + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + ..\packages\GroupDocs.Metadata.21.8.0\lib\net20\GroupDocs.Metadata.dll + + + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + True + + + + ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll + True + + + + + + + + ..\packages\Microsoft.AspNet.WebApi.Client.5.2.5\lib\net45\System.Net.Http.Formatting.dll + True + + + ..\packages\Microsoft.AspNet.Cors.5.2.5\lib\net45\System.Web.Cors.dll + True + + + + + + + + + ..\packages\Microsoft.AspNet.WebApi.Core.5.2.5\lib\net45\System.Web.Http.dll + True + + + ..\packages\Microsoft.AspNet.WebApi.Cors.5.2.5\lib\net45\System.Web.Http.Cors.dll + True + + + + + + + + + + True + ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll + + + + + + + True + ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll + + + ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll + + + True + ..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll + + + ..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll + + + True + ..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll + + + True + ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll + + + True + ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll + + + True + ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll + + + True + ..\packages\WebGrease.1.5.2\lib\WebGrease.dll + + + True + ..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll + + + ..\packages\YamlDotNet.5.2.1\lib\net45\YamlDotNet.dll + + + + + + + + + + + + + + + + + + + + + Global.asax + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Web.config + + + Web.config + + + + + + + + + + + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + + + + + + + + True + True + 50289 + / + http://localhost:8080/metadata + False + False + + + False + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Config/ApplicationConfiguration.cs b/Demos/MVC/src/Products/Common/Config/ApplicationConfiguration.cs new file mode 100644 index 0000000..68b9be5 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Config/ApplicationConfiguration.cs @@ -0,0 +1,49 @@ +using GroupDocs.Metadata.MVC.Products.Common.Util.Parser; +using GroupDocs.Metadata.MVC.Products.Common.Util.Directory; +using System; +using System.Diagnostics; +using System.IO; + +namespace GroupDocs.Metadata.MVC.Products.Common.Config +{ + /// + /// Application configuration + /// + public class ApplicationConfiguration + { + public string LicensePath { get; set; } = "Licenses"; + + /// + /// Get license path from the application configuration section of the web.config + /// + public ApplicationConfiguration() + { + YamlParser parser = new YamlParser(); + dynamic configuration = parser.GetConfiguration("application"); + ConfigurationValuesGetter valuesGetter = new ConfigurationValuesGetter(configuration); + string license = valuesGetter.GetStringPropertyValue("licensePath"); + if (String.IsNullOrEmpty(license)) + { + string[] files = System.IO.Directory.GetFiles(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, LicensePath), "*.lic"); + LicensePath = Path.Combine(LicensePath, files[0]); + } + else + { + if (!DirectoryUtils.IsFullPath(license)) + { + license = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, license); + if (!Directory.Exists(Path.GetDirectoryName(license))) + { + Directory.CreateDirectory(Path.GetDirectoryName(license)); + } + } + LicensePath = license; + if (!File.Exists(LicensePath)) + { + Debug.WriteLine("License file path is incorrect, launched in trial mode"); + LicensePath = ""; + } + } + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Config/CommonConfiguration.cs b/Demos/MVC/src/Products/Common/Config/CommonConfiguration.cs new file mode 100644 index 0000000..3c15dc8 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Config/CommonConfiguration.cs @@ -0,0 +1,42 @@ +using GroupDocs.Metadata.MVC.Products.Common.Util.Parser; +using Newtonsoft.Json; +using System; +using System.Collections.Specialized; +using System.Configuration; + +namespace GroupDocs.Metadata.MVC.Products.Common.Config +{ + /// + /// CommonConfiguration + /// + public class CommonConfiguration : ConfigurationSection + { + [JsonProperty] + public bool download { get; set; } + + [JsonProperty] + public bool upload { get; set; } + + [JsonProperty] + public bool browse { get; set; } + + [JsonProperty] + public bool rewrite { get; set; } + + private readonly NameValueCollection commonConfiguration = (NameValueCollection)ConfigurationManager.GetSection("commonConfiguration"); + + /// + /// Constructor + /// + public CommonConfiguration() + { + YamlParser parser = new YamlParser(); + dynamic configuration = parser.GetConfiguration("common"); + ConfigurationValuesGetter valuesGetter = new ConfigurationValuesGetter(configuration); + download = valuesGetter.GetBooleanPropertyValue("download", Convert.ToBoolean(commonConfiguration["isDownload"])); + upload = valuesGetter.GetBooleanPropertyValue("upload", Convert.ToBoolean(commonConfiguration["isUpload"])); + browse = valuesGetter.GetBooleanPropertyValue("browse", Convert.ToBoolean(commonConfiguration["isBrowse"])); + rewrite = valuesGetter.GetBooleanPropertyValue("rewrite", Convert.ToBoolean(commonConfiguration["isRewrite"])); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Config/ConfigurationValuesGetter.cs b/Demos/MVC/src/Products/Common/Config/ConfigurationValuesGetter.cs new file mode 100644 index 0000000..40e15a7 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Config/ConfigurationValuesGetter.cs @@ -0,0 +1,60 @@ +using System; + +namespace GroupDocs.Metadata.MVC.Products.Common.Config +{ + public class ConfigurationValuesGetter + { + private readonly dynamic Configuration; + + public ConfigurationValuesGetter(dynamic configuration) + { + Configuration = configuration; + } + + public string GetStringPropertyValue(string propertyName) + { + return (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? + Configuration[propertyName].ToString() : + null; + } + + public string GetStringPropertyValue(string propertyName, string defaultValue) + { + return (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? + Configuration[propertyName].ToString() : + defaultValue; + } + + public int GetIntegerPropertyValue(string propertyName, int defaultValue) + { + int value; + value = (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? + Convert.ToInt32(Configuration[propertyName]) : + defaultValue; + return value; + } + + public int GetIntegerPropertyValue(string propertyName, int defaultValue, string innerPropertyName) + { + int value; + if (!String.IsNullOrEmpty(innerPropertyName)) + { + value = (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName][innerPropertyName].ToString())) ? + Convert.ToInt32(Configuration[propertyName][innerPropertyName]) : + defaultValue; + } + else + { + value = (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? + Convert.ToInt32(Configuration[propertyName]) : + defaultValue; + } + return value; + } + + public bool GetBooleanPropertyValue(string propertyName, bool defaultValue) + { + return (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? Convert.ToBoolean(Configuration[propertyName]) : defaultValue; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Config/GlobalConfiguration.cs b/Demos/MVC/src/Products/Common/Config/GlobalConfiguration.cs new file mode 100644 index 0000000..7e9f18d --- /dev/null +++ b/Demos/MVC/src/Products/Common/Config/GlobalConfiguration.cs @@ -0,0 +1,26 @@ +using GroupDocs.Metadata.MVC.Products.Metadata.Config; + +namespace GroupDocs.Metadata.MVC.Products.Common.Config +{ + /// + /// Global configuration + /// + public class GlobalConfiguration + { + public ServerConfiguration Server { get; set; } + public ApplicationConfiguration Application { get; set; } + public CommonConfiguration Common { get; set; } + public MetadataConfiguration Metadata { get; set; } + + /// + /// Get all configurations + /// + public GlobalConfiguration() + { + Server = new ServerConfiguration(); + Application = new ApplicationConfiguration(); + Common = new CommonConfiguration(); + Metadata = new MetadataConfiguration(); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Config/ServerConfiguration.cs b/Demos/MVC/src/Products/Common/Config/ServerConfiguration.cs new file mode 100644 index 0000000..4efeec0 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Config/ServerConfiguration.cs @@ -0,0 +1,29 @@ +using GroupDocs.Metadata.MVC.Products.Common.Util.Parser; +using System; +using System.Collections.Specialized; +using System.Configuration; + +namespace GroupDocs.Metadata.MVC.Products.Common.Config +{ + /// + /// Server configuration + /// + public class ServerConfiguration : ConfigurationSection + { + public int HttpPort { get; set; } = 8080; + public string HostAddress { get; set; } = "localhost"; + private readonly NameValueCollection serverConfiguration = (NameValueCollection)ConfigurationManager.GetSection("serverConfiguration"); + + /// + /// Get server configuration section of the web.config + /// + public ServerConfiguration() { + YamlParser parser = new YamlParser(); + dynamic configuration = parser.GetConfiguration("server"); + ConfigurationValuesGetter valuesGetter = new ConfigurationValuesGetter(configuration); + int defaultPort = Convert.ToInt32(serverConfiguration["httpPort"]); + HttpPort = valuesGetter.GetIntegerPropertyValue("connector", defaultPort, "port"); + HostAddress = valuesGetter.GetStringPropertyValue("hostAddress", HostAddress); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Entity/Web/ExceptionEntity.cs b/Demos/MVC/src/Products/Common/Entity/Web/ExceptionEntity.cs new file mode 100644 index 0000000..4088fa8 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Entity/Web/ExceptionEntity.cs @@ -0,0 +1,11 @@ +namespace GroupDocs.Metadata.MVC.Products.Common.Entity.Web +{ + /// + /// Exception entity + /// + public class ExceptionEntity + { + public string message { get; set; } + public System.Exception exception { get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Entity/Web/FileDescriptionEntity.cs b/Demos/MVC/src/Products/Common/Entity/Web/FileDescriptionEntity.cs new file mode 100644 index 0000000..1ca8e1f --- /dev/null +++ b/Demos/MVC/src/Products/Common/Entity/Web/FileDescriptionEntity.cs @@ -0,0 +1,14 @@ +namespace GroupDocs.Metadata.MVC.Products.Common.Entity.Web +{ + /// + /// File description entity + /// + public class FileDescriptionEntity + { + public string guid{ get; set; } + public string name{ get; set; } + public string docType{ get; set; } + public bool isDirectory{ get; set; } + public long size{ get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Entity/Web/FilePropertyEntity.cs b/Demos/MVC/src/Products/Common/Entity/Web/FilePropertyEntity.cs new file mode 100644 index 0000000..0ec67dc --- /dev/null +++ b/Demos/MVC/src/Products/Common/Entity/Web/FilePropertyEntity.cs @@ -0,0 +1,22 @@ +using GroupDocs.Metadata.Common; + +namespace GroupDocs.Metadata.MVC.Products.Common.Entity.Web +{ + /// + /// File description entity + /// + public class FilePropertyEntity + { + public string name { get; set; } + public dynamic value { get; set; } + public FilePropertyCategory category { get; set; } + public bool original { get; set; } + public MetadataPropertyType type { get; set; } + } + + public enum FilePropertyCategory + { + BuildIn, + Default + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Entity/Web/LoadDocumentEntity.cs b/Demos/MVC/src/Products/Common/Entity/Web/LoadDocumentEntity.cs new file mode 100644 index 0000000..edc946a --- /dev/null +++ b/Demos/MVC/src/Products/Common/Entity/Web/LoadDocumentEntity.cs @@ -0,0 +1,26 @@ +using Newtonsoft.Json; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Common.Entity.Web +{ + public class LoadDocumentEntity + { + ///Document Guid + [JsonProperty] + private string guid; + + ///list of pages + [JsonProperty] + private List pages = new List(); + + public void SetGuid(string guid) + { + this.guid = guid; + } + + public void SetPages(PageDescriptionEntity page) + { + this.pages.Add(page); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Entity/Web/PageDescriptionEntity.cs b/Demos/MVC/src/Products/Common/Entity/Web/PageDescriptionEntity.cs new file mode 100644 index 0000000..cf92162 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Entity/Web/PageDescriptionEntity.cs @@ -0,0 +1,28 @@ +using Newtonsoft.Json; + +namespace GroupDocs.Metadata.MVC.Products.Common.Entity.Web +{ + /// + /// DocumentDescriptionEntity + /// + public class PageDescriptionEntity + { + public double width{ get; set; } + public double height{ get; set; } + public int number{ get; set; } + public int angle { get; set; } + + [JsonProperty] + private string data; + + public void SetData(string data) + { + this.data = data; + } + + public string GetData() + { + return data; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Entity/Web/PostedDataEntity.cs b/Demos/MVC/src/Products/Common/Entity/Web/PostedDataEntity.cs new file mode 100644 index 0000000..537cf67 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Entity/Web/PostedDataEntity.cs @@ -0,0 +1,19 @@ +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Common.Entity.Web +{ + /// + /// Posted data entity + /// + public class PostedDataEntity + { + public string path { get; set; } + public string guid { get; set; } + public string password { get; set; } + public string url { get; set; } + public int page { get; set; } + public int angle { get; set; } + public List pages { get; set; } + public bool rewrite { get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Entity/Web/UploadedDocumentEntity.cs b/Demos/MVC/src/Products/Common/Entity/Web/UploadedDocumentEntity.cs new file mode 100644 index 0000000..934d0c5 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Entity/Web/UploadedDocumentEntity.cs @@ -0,0 +1,10 @@ +namespace GroupDocs.Metadata.MVC.Products.Common.Entity.Web +{ + /// + /// Uploaded document entity + /// + public class UploadedDocumentEntity + { + public string guid { get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Resources/Resources.cs b/Demos/MVC/src/Products/Common/Resources/Resources.cs new file mode 100644 index 0000000..4c7a9e2 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Resources/Resources.cs @@ -0,0 +1,82 @@ +using GroupDocs.Metadata.MVC.Products.Common.Entity.Web; +using System; +using System.IO; + +namespace GroupDocs.Metadata.MVC.Products.Common.Resources +{ + /// + /// Resources + /// + public static class Resources + { + /// + /// Get free file name for uploaded file if such file already exists + /// + /// Directory where to search files + /// Uploaded file name + /// + public static string GetFreeFileName(string directory, string fileName) + { + string resultFileName = ""; + + // get all files from the directory + string[] listOfFiles = Directory.GetFiles(directory); + for (int i = 0; i < listOfFiles.Length; i++) + { + // check if file with current name already exists + int number = i + 1; + string newFileName = Path.GetFileNameWithoutExtension(fileName) + "-Copy(" + number + ")." + Path.GetExtension(fileName); + resultFileName = Path.Combine(directory, newFileName); + if (!File.Exists(resultFileName)) + { + break; + } + } + + return resultFileName; + } + + /// + /// Generate exception + /// + /// Exception + /// ExceptionEntity + public static ExceptionEntity GenerateException(Exception ex) + { + // Initiate Exception entity + ExceptionEntity exceptionEntity = new ExceptionEntity(); + // set exception data + exceptionEntity.message = ex.Message; + exceptionEntity.exception = ex; + return exceptionEntity; + } + + /// + /// Generate exception for password error + /// + /// Exception + /// string + /// ExceptionEntity + public static ExceptionEntity GenerateException(Exception ex, string password) + { + // Initiate exception + ExceptionEntity exceptionEntity = new ExceptionEntity(); + // Check if exception message contains password and password is empty + if (ex.Message.Contains("password") && String.IsNullOrEmpty(password)) + { + exceptionEntity.message = "Password Required"; + } + // Check if exception contains password and password is set + else if (ex.Message.Contains("password") && !String.IsNullOrEmpty(password)) + { + exceptionEntity.message = "Incorrect password"; + } + else + { + exceptionEntity.message = ex.Message; + exceptionEntity.exception = ex; + } + return exceptionEntity; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Util/Comparator/CaseInsensitiveComparer.cs b/Demos/MVC/src/Products/Common/Util/Comparator/CaseInsensitiveComparer.cs new file mode 100644 index 0000000..583885a --- /dev/null +++ b/Demos/MVC/src/Products/Common/Util/Comparator/CaseInsensitiveComparer.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Common.Util.Comparator +{ + /// + /// Compares two strings for equivalence, ignoring the case. + /// + public class CaseInsensitiveComparer : IComparer + { + public int Compare(string x, string y) + { + return string.Compare(x, y, StringComparison.OrdinalIgnoreCase); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Util/Comparator/FileDateComparator.cs b/Demos/MVC/src/Products/Common/Util/Comparator/FileDateComparator.cs new file mode 100644 index 0000000..35d7ef5 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Util/Comparator/FileDateComparator.cs @@ -0,0 +1,34 @@ +using System; +using System.Collections.Generic; +using System.Globalization; +using System.IO; + +namespace GroupDocs.Metadata.MVC.Products.Common.Util.Comparator +{ + /// + /// FileDateComparator + /// + public class FileDateComparator : IComparer + { + /// + /// Compare file creation dates + /// + /// string + /// string + /// + public int Compare(string x, string y) + { + var date1 = File.GetCreationTime(x); + var date2 = File.GetCreationTime(y); + + if (DateTime.Equals(date1, date2)) + { + return string.Compare(y, x, false, CultureInfo.InvariantCulture); + } + else + { + return DateTime.Compare(date2, date1); + } + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Util/Comparator/FileNameComparator.cs b/Demos/MVC/src/Products/Common/Util/Comparator/FileNameComparator.cs new file mode 100644 index 0000000..163846c --- /dev/null +++ b/Demos/MVC/src/Products/Common/Util/Comparator/FileNameComparator.cs @@ -0,0 +1,34 @@ +using System; +using System.Collections.Generic; +using System.Globalization; +using System.IO; + +namespace GroupDocs.Metadata.MVC.Products.Common.Util.Comparator +{ + /// + /// FileNameComparator + /// + public class FileNameComparator : IComparer + { + /// + /// Compare file names + /// + /// string + /// string + /// + public int Compare(string x, string y) + { + string strExt1 = Path.GetFileName(x); + string strExt2 = Path.GetFileName(y); + + if (string.Equals(strExt1, strExt2, StringComparison.Ordinal)) + { + return string.Compare(x, y, false, CultureInfo.InvariantCulture); + } + else + { + return string.Compare(strExt1, strExt2, false, CultureInfo.InvariantCulture); + } + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Util/Directory/DirectoryUtils.cs b/Demos/MVC/src/Products/Common/Util/Directory/DirectoryUtils.cs new file mode 100644 index 0000000..2075c69 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Util/Directory/DirectoryUtils.cs @@ -0,0 +1,17 @@ +using System; +using System.Linq; +using System.IO; + +namespace GroupDocs.Metadata.MVC.Products.Common.Util.Directory +{ + public static class DirectoryUtils + { + internal static bool IsFullPath(string path) + { + return !String.IsNullOrWhiteSpace(path) + && path.IndexOfAny(Path.GetInvalidPathChars().ToArray()) == -1 + && Path.IsPathRooted(path) + && !Path.GetPathRoot(path).Equals(Path.DirectorySeparatorChar.ToString(), StringComparison.Ordinal); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Common/Util/Parser/YamlParser.cs b/Demos/MVC/src/Products/Common/Util/Parser/YamlParser.cs new file mode 100644 index 0000000..b5d8ee9 --- /dev/null +++ b/Demos/MVC/src/Products/Common/Util/Parser/YamlParser.cs @@ -0,0 +1,40 @@ +using Newtonsoft.Json; +using System; +using System.IO; +using YamlDotNet.Serialization; + +namespace GroupDocs.Metadata.MVC.Products.Common.Util.Parser +{ + public class YamlParser + { + private static string YamlPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "configuration.yml"); + private readonly dynamic ConfiguationData; + + public YamlParser() + { + if (File.Exists(YamlPath)) + { + using (var reader = new StringReader(File.ReadAllText(YamlPath))) + { + var deserializer = new DeserializerBuilder().Build(); + var yamlObject = deserializer.Deserialize(reader); + + var serializer = new SerializerBuilder() + .JsonCompatible() + .Build(); + + ConfiguationData = serializer.Serialize(yamlObject); + } + } + } + + public dynamic GetConfiguration(string configurationSectionName) { + dynamic productConfiguration = null; + if (ConfiguationData != null) + { + productConfiguration = JsonConvert.DeserializeObject(ConfiguationData)[configurationSectionName]; + } + return productConfiguration; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Config/MetadataConfiguration.cs b/Demos/MVC/src/Products/Metadata/Config/MetadataConfiguration.cs new file mode 100644 index 0000000..6b28c97 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Config/MetadataConfiguration.cs @@ -0,0 +1,125 @@ +using GroupDocs.Metadata.MVC.Products.Common.Config; +using GroupDocs.Metadata.MVC.Products.Common.Util.Parser; +using GroupDocs.Metadata.MVC.Products.Common.Util.Directory; +using Newtonsoft.Json; +using System; +using System.IO; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Config +{ + /// + /// MetadataConfiguration + /// + public class MetadataConfiguration : CommonConfiguration + { + private string filesDirectory = "DocumentSamples/Metadata"; + + [JsonProperty] + private string defaultDocument = ""; + + [JsonProperty] + private int preloadPageCount; + + [JsonProperty] + private bool htmlMode = true; + + [JsonProperty] + private bool cache = true; + + /// + /// Constructor + /// + public MetadataConfiguration() + { + YamlParser parser = new YamlParser(); + dynamic configuration = parser.GetConfiguration("metadata"); + ConfigurationValuesGetter valuesGetter = new ConfigurationValuesGetter(configuration); + + // get Metadata configuration section from the web.config + filesDirectory = valuesGetter.GetStringPropertyValue("filesDirectory", filesDirectory); + if (!DirectoryUtils.IsFullPath(filesDirectory)) + { + filesDirectory = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, filesDirectory); + if (!Directory.Exists(filesDirectory)) + { + Directory.CreateDirectory(filesDirectory); + } + } + defaultDocument = valuesGetter.GetStringPropertyValue("defaultDocument", defaultDocument); + preloadPageCount = valuesGetter.GetIntegerPropertyValue("preloadPageCount", preloadPageCount); + htmlMode = valuesGetter.GetBooleanPropertyValue("htmlMode", htmlMode); + cache = valuesGetter.GetBooleanPropertyValue("cache", cache); + browse = valuesGetter.GetBooleanPropertyValue("browse", browse); + upload = valuesGetter.GetBooleanPropertyValue("upload", upload); + } + + public void SetFilesDirectory(string filesDirectory) + { + this.filesDirectory = filesDirectory; + } + + public string GetFilesDirectory() + { + return filesDirectory; + } + + public void SetDefaultDocument(string defaultDocument) + { + this.defaultDocument = defaultDocument; + } + + public string GetDefaultDocument() + { + return defaultDocument; + } + + public void SetPreloadPageCount(int preloadPageCount) + { + this.preloadPageCount = preloadPageCount; + } + + public int GetPreloadPageCount() + { + return preloadPageCount; + } + + public void SetIsHtmlMode(bool isHtmlMode) + { + this.htmlMode = isHtmlMode; + } + + public bool GetIsHtmlMode() + { + return htmlMode; + } + + public void SetCache(bool Cache) + { + this.cache = Cache; + } + + public bool GetCache() + { + return cache; + } + + public string GetAbsolutePath(string filePath) + { + if (!Path.IsPathRooted(filePath)) + { + return Path.Combine(GetFilesDirectory(), filePath); + } + string absolutePath = Path.GetFullPath(filePath); + string fileDirectory = Path.GetFullPath(GetFilesDirectory()); + if (!fileDirectory.EndsWith(Path.DirectorySeparatorChar.ToString())) + { + fileDirectory += Path.DirectorySeparatorChar; + } + if (!absolutePath.StartsWith(fileDirectory)) + { + throw new ArgumentException("Invalid file path"); + } + return absolutePath; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Context/MetadataContext.cs b/Demos/MVC/src/Products/Metadata/Context/MetadataContext.cs new file mode 100644 index 0000000..ce04243 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Context/MetadataContext.cs @@ -0,0 +1,138 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Options; +using GroupDocs.Metadata.MVC.Products.Metadata.Model; +using GroupDocs.Metadata.MVC.Products.Metadata.Repositories; +using GroupDocs.Metadata.Export; +using System.IO; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Context +{ + public class MetadataContext : IDisposable + { + private readonly GroupDocs.Metadata.Metadata metadata; + + private readonly MetadataPathConfig metadataPathConfig; + + private bool disposedValue; + + public MetadataContext(string filePath, string password) + { + var loadOptions = new LoadOptions + { + Password = password == string.Empty ? null : password + }; + + metadata = new GroupDocs.Metadata.Metadata(filePath, loadOptions); + metadataPathConfig = new MetadataPathConfig(); + } + + public IEnumerable GetPackages() + { + var root = metadata.GetRootPackage(); + var packages = new List(); + foreach (var branchProperty in root) + { + if (branchProperty.Value != null && branchProperty.Value.Type == MetadataPropertyType.Metadata) + { + var branchPackage = branchProperty.Value.ToClass(); + + foreach (var nestedPackageInfo in metadataPathConfig.GetRegisteredPackages(branchPackage)) + { + var repository = MetadataRepositoryFactory.Create(nestedPackageInfo.Package); + var properties = new List(); + var descriptors = new List(); + + foreach (var property in repository.GetProperties().OrderBy(p => p.Name, StringComparer.OrdinalIgnoreCase)) + { + properties.Add(property); + } + + foreach (var descriptor in repository.GetDescriptors().OrderBy(p => p.Name, StringComparer.OrdinalIgnoreCase)) + { + descriptors.Add(descriptor); + } + + if (properties.Count > 0 || descriptors.Any(descriptor => (descriptor.AccessLevel & AccessLevels.Add) != 0)) + { + packages.Add( + new Package(metadataPathConfig.CombinePath(branchProperty.Name, nestedPackageInfo.Path), + nestedPackageInfo.Package.GetType().Name, + nestedPackageInfo.Index, + (PackageType)nestedPackageInfo.Package.MetadataType, + properties, + descriptors)); + } + } + } + } + + return packages; + } + + public void UpdateProperties(string packageName, IEnumerable properties) + { + var root = metadata.GetRootPackage(); + + var package = metadataPathConfig.GetPackageByPath(root, packageName); + var repository = MetadataRepositoryFactory.Create(package); + foreach (var property in properties) + { + repository.SaveProperty(property.Name, property.Type, property.Value); + } + } + + public void RemoveProperties(string packageName, IEnumerable properties) + { + var root = metadata.GetRootPackage(); + + var package = metadataPathConfig.GetPackageByPath(root, packageName); + var repository = MetadataRepositoryFactory.Create(package); + foreach (var propertyName in properties) + { + repository.RemoveProperty(propertyName); + } + } + + public byte[] ExportProperties() + { + using (MemoryStream stream = new MemoryStream()) + { + var root = metadata.GetRootPackage(); + ExportManager manager = new ExportManager(root); + manager.Export(stream, ExportFormat.Xlsx); + return stream.ToArray(); + } + } + + public void Save(string filePath) + { + metadata.Save(filePath); + } + + public void Sanitize() + { + metadata.Sanitize(); + } + + protected virtual void Dispose(bool disposing) + { + if (!disposedValue) + { + if (disposing) + { + metadata.Dispose(); + } + disposedValue = true; + } + } + + public void Dispose() + { + Dispose(disposing: true); + GC.SuppressFinalize(this); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Context/MetadataPathConfig.cs b/Demos/MVC/src/Products/Metadata/Context/MetadataPathConfig.cs new file mode 100644 index 0000000..c8631e2 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Context/MetadataPathConfig.cs @@ -0,0 +1,122 @@ +using System; +using System.Collections.Generic; +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Archive; +using GroupDocs.Metadata.Formats.BusinessCard; +using GroupDocs.Metadata.Formats.Document; +using GroupDocs.Metadata.Formats.Font; +using GroupDocs.Metadata.Formats.Peer2Peer; +using GroupDocs.Metadata.Formats.Video; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Context +{ + public class MetadataPathConfig + { + private const char PathSeparator = '/'; + + private readonly IDictionary metadataPaths = new Dictionary + { + { typeof(NoteInspectionPackage), new[] { "Pages" } }, + { typeof(ZipPackage), new[] { "Files" } }, + { typeof(TorrentPackage), new[] { "files" } }, + { typeof(MovPackage), new[] { "Atoms" } }, + { typeof(MatroskaPackage), new[] { "EbmlHeader", "Segments", "Tracks", "Tags" } }, + { typeof(VCardPackage), new[] { "Cards" } }, + { typeof(AsfPackage), new[] { "StreamProperties", "MetadataDescriptors", "CodecInformation" } }, + { typeof(OpenTypePackage), new[] { "Fonts" } }, + }; + + public IEnumerable GetRegisteredPackages(MetadataPackage branchPackage) + { + yield return new NestedPackageInfo(branchPackage, string.Empty); + var packageType = branchPackage.GetType(); + if (metadataPaths.ContainsKey(packageType)) + { + foreach (var packagePath in metadataPaths[packageType]) + { + foreach (var nestedPackage in GetPackages(branchPackage, packagePath)) + { + yield return nestedPackage; + } + } + } + } + + public MetadataPackage GetPackageByPath(MetadataPackage branchPackage, string path) + { + foreach (var packageInfo in GetPackages(branchPackage, path)) + { + return packageInfo.Package; + } + + return null; + } + + public string CombinePath(string part1, string part2) + { + part1 = part1.Trim(PathSeparator); + part2 = part2.Trim(PathSeparator); + + if (part1 == string.Empty) + { + return part2; + } + if (part2 == string.Empty) + { + return part1; + } + return string.Concat(part1, PathSeparator, part2); + } + + private IEnumerable GetPackages(MetadataPackage branchPackage, string path) + { + var parts = path.Split(PathSeparator); + var current = branchPackage; + + int i = 0; + + while (i < parts.Length && current != null) + { + MetadataPackage next = null; + if (current.Contains(parts[i])) + { + var property = current[parts[i]]; + if (property.Value != null) + { + if (property.Value.Type == MetadataPropertyType.Metadata) + { + next = property.Value.ToClass(); + } + else if (property.Value.Type == MetadataPropertyType.MetadataArray) + { + var packages = property.Value.ToArray(); + i++; + if (i < parts.Length) + { + int index; + if (int.TryParse(parts[i], out index)) + { + next = packages[index]; + } + } + else + { + for (int j = 0; j < packages.Length; j++) + { + yield return new NestedPackageInfo(packages[j], CombinePath(path, j.ToString()), j); + } + } + } + } + } + current = next; + i++; + } + + if (current != null) + { + yield return new NestedPackageInfo(current, path); + } + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Context/NestedPackageInfo.cs b/Demos/MVC/src/Products/Metadata/Context/NestedPackageInfo.cs new file mode 100644 index 0000000..d2d7783 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Context/NestedPackageInfo.cs @@ -0,0 +1,26 @@ + + +using GroupDocs.Metadata.Common; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Context +{ + public class NestedPackageInfo + { + public NestedPackageInfo(MetadataPackage package, string path, int index) + { + Package = package; + Path = path; + Index = index; + } + + public NestedPackageInfo(MetadataPackage package, string path) : this(package, path, -1) + { + } + + public MetadataPackage Package { get; private set; } + + public string Path { get; private set; } + + public int Index { get; private set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Controllers/MetadataApiController.cs b/Demos/MVC/src/Products/Metadata/Controllers/MetadataApiController.cs new file mode 100644 index 0000000..ad280d1 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Controllers/MetadataApiController.cs @@ -0,0 +1,248 @@ +using GroupDocs.Metadata.Exceptions; +using GroupDocs.Metadata.MVC.Products.Common.Resources; +using GroupDocs.Metadata.MVC.Products.Metadata.Config; +using GroupDocs.Metadata.MVC.Products.Metadata.DTO; +using GroupDocs.Metadata.MVC.Products.Metadata.Services; +using System; +using System.IO; +using System.Net; +using System.Net.Http; +using System.Net.Http.Headers; +using System.Web; +using System.Web.Http; +using System.Web.Http.Cors; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Controllers +{ + /// + /// MetadataApiController + /// + [EnableCors(origins: "*", headers: "*", methods: "*")] + public class MetadataApiController : ApiController + { + private readonly Common.Config.GlobalConfiguration globalConfiguration; + + private readonly MetadataService metadataService; + + private readonly FileService fileService; + + /// + /// Constructor + /// + public MetadataApiController() + { + globalConfiguration = new Common.Config.GlobalConfiguration(); + metadataService = new MetadataService(globalConfiguration.Metadata); + fileService = new FileService(globalConfiguration.Metadata); + } + + /// + /// Load Metadata configuration + /// + /// Metadata configuration + [HttpGet] + [Route("loadConfig")] + public MetadataConfiguration LoadConfig() + { + return globalConfiguration.Metadata; + } + + /// + /// Get all files and directories from storage + /// + /// List of files and directories + [HttpPost] + [Route("loadFileTree")] + public HttpResponseMessage LoadFileTree() + { + if (!globalConfiguration.Metadata.browse) + { + return Request.CreateResponse(HttpStatusCode.NotFound); + } + try + { + return Request.CreateResponse(HttpStatusCode.OK, fileService.LoadFileTree()); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Get file properties + /// + /// + /// + [HttpPost] + [Route("loadProperties")] + public HttpResponseMessage LoadProperties(PostedDataDto postedData) + { + try + { + return Request.CreateResponse(HttpStatusCode.OK, metadataService.GetPackages(postedData)); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Save file properties + /// + /// + /// + [HttpPost] + [Route("saveProperty")] + public HttpResponseMessage SaveProperties(PostedDataDto postedData) + { + try + { + metadataService.SaveProperties(postedData); + return Request.CreateResponse(HttpStatusCode.OK, new object()); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Removes all available metadata properties from the document + /// + /// + /// + [HttpPost] + [Route("clean")] + public HttpResponseMessage CleanMetadata(PostedDataDto postedData) + { + try + { + metadataService.CleanMetadata(postedData); + return Request.CreateResponse(HttpStatusCode.OK, new object()); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Remove file properties + /// + /// + /// + [HttpPost] + [Route("removeProperty")] + public HttpResponseMessage RemoveProperty(PostedDataDto postedData) + { + try + { + metadataService.RemoveProperties(postedData); + return Request.CreateResponse(HttpStatusCode.OK, new object()); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Load document description + /// + /// Post data + /// Document info object + [HttpPost] + [Route("loadDocumentDescription")] + public HttpResponseMessage LoadDocumentDescription(PostedDataDto postedData) + { + string password = ""; + try + { + // return document description + return Request.CreateResponse(HttpStatusCode.OK, fileService.LoadDocument(postedData)); + } + catch (DocumentProtectedException ex) + { + return Request.CreateResponse(HttpStatusCode.Forbidden, Resources.GenerateException(ex, password)); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Download currently viewed document + /// + /// Path of the document to download + /// Document stream as attachment + [HttpGet] + [Route("downloadDocument")] + public HttpResponseMessage DownloadDocument(string path) + { + if (!string.IsNullOrEmpty(path)) + { + string absolutePath = globalConfiguration.Metadata.GetAbsolutePath(path); + if (File.Exists(absolutePath)) + { + HttpResponseMessage response = new HttpResponseMessage(HttpStatusCode.OK); + var fileStream = new FileStream(absolutePath, FileMode.Open); + response.Content = new StreamContent(fileStream); + response.Content.Headers.ContentType = new MediaTypeHeaderValue("application/octet-stream"); + response.Content.Headers.ContentDisposition = new ContentDispositionHeaderValue("attachment"); + response.Content.Headers.ContentDisposition.FileName = Path.GetFileName(absolutePath); + return response; + } + } + + return new HttpResponseMessage(HttpStatusCode.NotFound); + } + + /// + /// Exports all detected metadata properties to an Excel workbook + /// + /// + /// + [HttpPost] + [Route("export")] + public HttpResponseMessage ExportProperties(PostedDataDto postedData) + { + var result = new HttpResponseMessage(HttpStatusCode.OK) + { + Content = new ByteArrayContent(metadataService.ExportMetadata(postedData)) + }; + result.Content.Headers.ContentDisposition = new ContentDispositionHeaderValue("attachment") + { + FileName = "ExportedProperties.xlsx" + }; + result.Content.Headers.ContentType = new MediaTypeHeaderValue("application/octet-stream"); + + return result; + } + + /// + /// Upload document + /// + /// Uploaded document object + [HttpPost] + [Route("uploadDocument")] + public HttpResponseMessage UploadDocument() + { + if (!globalConfiguration.Metadata.upload) + { + return Request.CreateResponse(HttpStatusCode.NotFound); + } + try + { + return Request.CreateResponse(HttpStatusCode.OK, fileService.UploadDocument(HttpContext.Current.Request)); + } + catch (Exception ex) + { + // set exception message + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/DTO/ExtractedPackageDto.cs b/Demos/MVC/src/Products/Metadata/DTO/ExtractedPackageDto.cs new file mode 100644 index 0000000..5a1f330 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/DTO/ExtractedPackageDto.cs @@ -0,0 +1,20 @@ + +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.DTO +{ + public class ExtractedPackageDto + { + public string id { get; set; } + + public string name { get; set; } + + public int index { get; set; } + + public int type { get; set; } + + public IEnumerable properties { get; set; } + + public IEnumerable knownProperties { get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/DTO/KnownPropertyDto.cs b/Demos/MVC/src/Products/Metadata/DTO/KnownPropertyDto.cs new file mode 100644 index 0000000..af9f48f --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/DTO/KnownPropertyDto.cs @@ -0,0 +1,12 @@ + +namespace GroupDocs.Metadata.MVC.Products.Metadata.DTO +{ + public class KnownPropertyDto + { + public string name { get; set; } + + public int type { get; set; } + + public int accessLevel { get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/DTO/MetadataPropertyDto.cs b/Demos/MVC/src/Products/Metadata/DTO/MetadataPropertyDto.cs new file mode 100644 index 0000000..df1d52b --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/DTO/MetadataPropertyDto.cs @@ -0,0 +1,16 @@ +using GroupDocs.Metadata.Common; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.DTO +{ + /// + /// File property entity + /// + public class PropertyDto + { + public string name { get; set; } + + public dynamic value { get; set; } + + public int type { get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/DTO/PostedDataDto.cs b/Demos/MVC/src/Products/Metadata/DTO/PostedDataDto.cs new file mode 100644 index 0000000..fc95f82 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/DTO/PostedDataDto.cs @@ -0,0 +1,13 @@ +using GroupDocs.Metadata.MVC.Products.Common.Entity.Web; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.DTO +{ + public class PostedDataDto : PostedDataEntity + { + /// + /// Collection of the document properties with their data. + /// + public IEnumerable packages { get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/DTO/PostedMetadataPackageDto.cs b/Demos/MVC/src/Products/Metadata/DTO/PostedMetadataPackageDto.cs new file mode 100644 index 0000000..683d1c2 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/DTO/PostedMetadataPackageDto.cs @@ -0,0 +1,11 @@ +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.DTO +{ + public class PostedMetadataPackageDto + { + public string id { get; set; } + + public IEnumerable properties { get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Entity/FilePropertyName.cs b/Demos/MVC/src/Products/Metadata/Entity/FilePropertyName.cs new file mode 100644 index 0000000..8cd6a84 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Entity/FilePropertyName.cs @@ -0,0 +1,10 @@ +using GroupDocs.Metadata.Common; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Entity +{ + public class FilePropertyName + { + public string name { get; set; } + public MetadataPropertyType type { get; set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Model/AccessLevels.cs b/Demos/MVC/src/Products/Metadata/Model/AccessLevels.cs new file mode 100644 index 0000000..aae3e09 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Model/AccessLevels.cs @@ -0,0 +1,42 @@ + +using System; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Model +{ + /// + /// Defines access levels for metadata properties. + /// + [Flags] + public enum AccessLevels + { + /// + /// The property is read-only. + /// + Read = 0, + + /// + /// It is possible to update the property. + /// + Update = 1, + + /// + /// The property can be removed. + /// + Remove = 2, + + /// + /// It is possible to add the property to the package. + /// + Add = 4, + + /// + /// Grants full access to the property. + /// + Full = Update | Remove | Add, + + /// + /// It is allowed to add and update the property. All other operations are restricted. + /// + AddOrUpdate = Add | Update, + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Model/IPTC/IptcProperty.cs b/Demos/MVC/src/Products/Metadata/Model/IPTC/IptcProperty.cs new file mode 100644 index 0000000..1bba7aa --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Model/IPTC/IptcProperty.cs @@ -0,0 +1,101 @@ +using GroupDocs.Metadata.Standards.Iptc; +using System; +using System.Globalization; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Model.IPTC +{ + public class IptcProperty : Property + { + private const char NameSeparator = ':'; + + public IptcProperty(byte recordNumber, byte dataSetNumber, PropertyType type, object value) + : base(GetUserFriendlyName(recordNumber, dataSetNumber), type, value) + { + RecordNumber = recordNumber; + DataSetNumber = dataSetNumber; + } + + public byte RecordNumber { get; private set; } + public byte DataSetNumber { get; private set; } + + public static string NameToUserFriendlyName(string name) + { + byte recordNumber; + byte dataSetNumber; + if (TryParseName(name, out recordNumber, out dataSetNumber)) + { + return GetUserFriendlyName(recordNumber, dataSetNumber); + } + return name; + } + + public static string UserFriendlyNameToName(string userFreindlyName) + { + byte recordNumber; + byte dataSetNumber; + if (TryParseName(userFreindlyName, out recordNumber, out dataSetNumber)) + { + return GetName(recordNumber, dataSetNumber); + } + return userFreindlyName; + } + + private static bool TryParseName(string name, out byte recordNumber, out byte dataSetNumber) + { + recordNumber = 0; + dataSetNumber = 0; + if (name != null) + { + var parts = name.Split(NameSeparator); + if (parts.Length == 2) + { + recordNumber = byte.Parse(parts[0]); + dataSetNumber = byte.Parse(parts[1]); + return true; + } + else + { + IptcEnvelopeRecordDataSet envelopDataSetNumber; + if (Enum.TryParse(name, out envelopDataSetNumber)) + { + recordNumber = (byte)IptcRecordType.EnvelopeRecord; + dataSetNumber = (byte)envelopDataSetNumber; + return true; + } + else + { + IptcApplicationRecordDataSet applicationDataSetNumber; + if (Enum.TryParse(name, out applicationDataSetNumber)) + { + recordNumber = (byte)IptcRecordType.ApplicationRecord; + dataSetNumber = (byte)applicationDataSetNumber; + return true; + } + } + } + } + + return false; + } + + private static string GetUserFriendlyName(int recordNumber, int dataSetNumber) + { + if ((IptcRecordType)recordNumber == IptcRecordType.EnvelopeRecord && Enum.IsDefined(typeof(IptcEnvelopeRecordDataSet), dataSetNumber)) + { + return ((IptcEnvelopeRecordDataSet)dataSetNumber).ToString(); + } + + if ((IptcRecordType)recordNumber == IptcRecordType.ApplicationRecord && Enum.IsDefined(typeof(IptcApplicationRecordDataSet), dataSetNumber)) + { + return ((IptcApplicationRecordDataSet)dataSetNumber).ToString(); + } + + return GetName(recordNumber, dataSetNumber); + } + + private static string GetName(int recordNumber, int dataSetNumber) + { + return string.Format(CultureInfo.InvariantCulture, "{0}{1}{2}", recordNumber, NameSeparator, dataSetNumber); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Model/IPTC/IptcPropertyDescriptor.cs b/Demos/MVC/src/Products/Metadata/Model/IPTC/IptcPropertyDescriptor.cs new file mode 100644 index 0000000..b409bf3 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Model/IPTC/IptcPropertyDescriptor.cs @@ -0,0 +1,11 @@ + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Model.IPTC +{ + public class IptcPropertyDescriptor : PropertyDescriptor + { + public IptcPropertyDescriptor(string name, PropertyType type, AccessLevels accessLevel) + : base(IptcProperty.NameToUserFriendlyName(name), type, accessLevel) + { + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Model/Package.cs b/Demos/MVC/src/Products/Metadata/Model/Package.cs new file mode 100644 index 0000000..5b0a61b --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Model/Package.cs @@ -0,0 +1,37 @@ + + +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Model +{ + public class Package + { + public Package( + string id, + string name, + int index, + PackageType type, + IEnumerable properties, + IEnumerable descriptors) + { + Id = id; + Name = name; + Index = index; + Type = type; + Properties = properties; + Descriptors = descriptors; + } + + public string Id { get; private set; } + + public string Name { get; private set; } + + public int Index { get; private set; } + + public PackageType Type { get; private set; } + + public IEnumerable Properties { get; private set; } + + public IEnumerable Descriptors { get; private set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Model/PackageType.cs b/Demos/MVC/src/Products/Metadata/Model/PackageType.cs new file mode 100644 index 0000000..dbdb0b8 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Model/PackageType.cs @@ -0,0 +1,211 @@ + + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Model +{ + /// + /// Specifies the type of a metadata package. + /// + public enum PackageType + { + /// + /// The type of a metadata package is undefined. + /// + Undefined = 0, + + /// + /// A root metadata package containing other format-specific packages. + /// + Root, + + /// + /// An XMP metadata package. + /// + Xmp, + + /// + /// An EXIF metadata package, + /// + Exif, + + /// + /// An IPTC metadata package, + /// + Iptc, + + /// + /// A Dublin Core metadata package. + /// + DublinCore, + + /// + /// A Photoshop's native metadata package. + /// + ImageResourceBlock, + + /// + /// A package containing information about the format of a loaded file. + /// + FileFormat, + + /// + /// A package containing digital signature metadata. + /// + DigitalSignature, + + /// + /// A presentation metadata package. + /// + Presentation, + + /// + /// A spreadsheet metadata package. + /// + Spreadsheet, + + /// + /// A word processing metadata package. + /// + WordProcessing, + + /// + /// A diagram metadata package. + /// + Diagram, + + /// + /// A metadata package containing information about an electronic note file. + /// + Note, + + /// + /// A metadata package containing information about a project management file. + /// + ProjectManagement, + + /// + /// A PDF metadata package. + /// + Pdf, + + /// + /// A package containing document statistics. + /// + DocumentStatistics, + + /// + /// A metadata package containing information about a Photoshop document. + /// + Psd, + + /// + /// A JPEG2000 native metadata package. + /// + Jpeg2000, + + /// + /// A DICOM native metadata package. + /// + Dicom, + + /// + /// A BMP native metadata package. + /// + Bmp, + + /// + /// A WAV native metadata package. + /// + Wav, + + /// + /// An ID3V1 tag. + /// + ID3V1, + + /// + /// An ID3V2 tag. + /// + ID3V2, + + /// + /// An MPEG audio native metadata package. + /// + MpegAudio, + + /// + /// A Lyrics3 metadata package. + /// + Lyrics3, + + /// + /// An APEv2 metadata package. + /// + ApeV2, + + /// + /// An AVI video native metadata package. + /// + Avi, + + /// + /// An FLV video native metadata package. + /// + Flv, + + /// + /// An ASF video native metadata package. + /// + Asf, + + /// + /// A QuickTime video. + /// + Mov, + + /// + /// A native metadata package extracted from a video encoded with the Matroska multimedia container. + /// + Matroska, + + /// + /// A native metadata package of a ZIP archive. + /// + Zip, + + /// + /// A native metadata package of a VCard. + /// + VCard, + + /// + /// A native metadata package of a EPUB e-book. + /// + Epub, + + /// + /// An OpenType font metadata package. + /// + OpenType, + + /// + /// A metadata package extracted from a CAD drawing. + /// + Cad, + + /// + /// An EML message metadata package. + /// + Eml, + + /// + /// An MSG message metadata package. + /// + Msg, + + /// + /// A torrent file metadata package. + /// Please find more information at https://en.wikipedia.org/wiki/Torrent_file/. + /// + Torrent, + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Model/Property.cs b/Demos/MVC/src/Products/Metadata/Model/Property.cs new file mode 100644 index 0000000..62b12ee --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Model/Property.cs @@ -0,0 +1,19 @@ + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Model +{ + public class Property + { + public Property(string name, PropertyType type, object value) + { + Name = name; + Type = type; + Value = value; + } + + public string Name { get; private set; } + + public PropertyType Type { get; private set; } + + public object Value { get; private set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Model/PropertyDescriptor.cs b/Demos/MVC/src/Products/Metadata/Model/PropertyDescriptor.cs new file mode 100644 index 0000000..7a49abf --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Model/PropertyDescriptor.cs @@ -0,0 +1,19 @@ + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Model +{ + public class PropertyDescriptor + { + public PropertyDescriptor(string name, PropertyType type, AccessLevels accessLevel) + { + Name = name; + Type = type; + AccessLevel = accessLevel; + } + + public string Name { get; private set; } + + public PropertyType Type { get; private set; } + + public AccessLevels AccessLevel { get; private set; } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Model/PropertyType.cs b/Demos/MVC/src/Products/Metadata/Model/PropertyType.cs new file mode 100644 index 0000000..154f020 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Model/PropertyType.cs @@ -0,0 +1,94 @@ + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Model +{ + /// + /// Defines metadata property types. + /// + public enum PropertyType + { + /// + /// Represents an empty (null) property. + /// + Empty = 0, + + /// + /// Represents a string property. + /// + String = 1, + + /// + /// Represents a boolean property. + /// + Boolean = 2, + + /// + /// Represents a date property. + /// + DateTime = 3, + + /// + /// Represents a time property. + /// + TimeSpan = 4, + + /// + /// Represents an integer property. + /// + Integer = 5, + + /// + /// Represents a long integer property. + /// + Long = 6, + + /// + /// Represents a property with a double or float value. + /// + Double = 7, + + /// + /// Represents a string array property. + /// + StringArray = 8, + + /// + /// Represents a byte array property. + /// + ByteArray = 9, + + /// + /// Represents an array of double values. + /// + DoubleArray = 10, + + /// + /// Represents an array of integer values. + /// + IntegerArray = 11, + + /// + /// Represents an array of long values. + /// + LongArray = 12, + + /// + /// Represents a nested metadata block. + /// + Metadata = 13, + + /// + /// Represents an array of nested metadata blocks. + /// + MetadataArray = 14, + + /// + /// Represents a global unique identifier value. + /// + Guid = 15, + + /// + /// Represents a metadata property value array. + /// + PropertyValueArray = 16 + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/Asf/AsfCodecRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/Asf/AsfCodecRepository.cs new file mode 100644 index 0000000..6bf4856 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/Asf/AsfCodecRepository.cs @@ -0,0 +1,19 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories.Asf +{ + public class AsfCodecRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "CodecEntryType", typeof(AsfCodecType) }, + }; + + public AsfCodecRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/Asf/AsfRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/Asf/AsfRepository.cs new file mode 100644 index 0000000..6199f4e --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/Asf/AsfRepository.cs @@ -0,0 +1,21 @@ + + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories.Asf +{ + public class AsfRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "Flags", typeof(AsfFilePropertyFlags) }, + }; + + public AsfRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/Asf/AsfStreamRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/Asf/AsfStreamRepository.cs new file mode 100644 index 0000000..8c584a8 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/Asf/AsfStreamRepository.cs @@ -0,0 +1,20 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories.Asf +{ + public class AsfStreamRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "StreamType", typeof(AsfStreamType) }, + { "StreamFlags", typeof(AsfExtendedStreamPropertyFlags) }, + }; + + public AsfStreamRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/DigitalSignatureRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/DigitalSignatureRepository.cs new file mode 100644 index 0000000..3c912f9 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/DigitalSignatureRepository.cs @@ -0,0 +1,18 @@ + +using GroupDocs.Metadata.Common; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public class DigitalSignatureRepository : MetadataPackageRepository + { + public DigitalSignatureRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + protected override IEnumerable GetPackages() + { + yield break; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/EnumMapperRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/EnumMapperRepository.cs new file mode 100644 index 0000000..976a928 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/EnumMapperRepository.cs @@ -0,0 +1,38 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.MVC.Products.Metadata.Model; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public abstract class EnumMapperRepository : MetadataPackageRepository + { + private readonly IDictionary enumMap; + + protected EnumMapperRepository(MetadataPackage branchPackage, IDictionary enumMap) : base(branchPackage) + { + this.enumMap = enumMap; + } + + public override IEnumerable GetProperties() + { + foreach (var property in base.GetProperties()) + { + if (enumMap.ContainsKey(property.Name)) + { + yield return new Property(property.Name, PropertyType.String, Enum.GetName(enumMap[property.Name], property.Value)); + } + else + { + yield return property; + } + } + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/ExifMetadataRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/ExifMetadataRepository.cs new file mode 100644 index 0000000..4036ff9 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/ExifMetadataRepository.cs @@ -0,0 +1,22 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Standards.Exif; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public class ExifMetadataRepository : MetadataPackageRepository + { + public ExifMetadataRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + protected override IEnumerable GetPackages() + { + var exifPackage = (ExifPackage)BranchPackage; + yield return exifPackage.ExifIfdPackage; + yield return exifPackage.GpsPackage; + yield return exifPackage; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/FileTypeRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/FileTypeRepository.cs new file mode 100644 index 0000000..17f0bbb --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/FileTypeRepository.cs @@ -0,0 +1,25 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Document; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public class FileTypeRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "FileFormat", typeof(FileFormat) }, + { "DiagramFileFormat", typeof(DiagramFormat) }, + { "PresentationFileFormat", typeof(PresentationFormat) }, + { "SpreadsheetFileFormat", typeof(SpreadsheetFormat) }, + { "WordProcessingFileFormat", typeof(WordProcessingFormat) }, + { "ByteOrder", typeof(ByteOrder) }, + }; + + public FileTypeRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/Fonts/OpenTypeRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/Fonts/OpenTypeRepository.cs new file mode 100644 index 0000000..1316236 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/Fonts/OpenTypeRepository.cs @@ -0,0 +1,57 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Font; +using GroupDocs.Metadata.MVC.Products.Metadata.Model; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories.Fonts +{ + public class OpenTypeRepository : EnumMapperRepository + { + private const string GlyphBounds = "GlyphBounds"; + private static readonly IDictionary EnumMap = new Dictionary + { + { "SfntVersion", typeof(OpenTypeVersion) }, + { "Flags", typeof(OpenTypeFlags) }, + { "MacStyle", typeof(OpenTypeStyles) }, + { "FontDirectionHint", typeof(OpenTypeDirectionHint) }, + { "UsWeightClass", typeof(OpenTypeWeight) }, + { "UsWidthClass", typeof(OpenTypeWidth) }, + { "FsType", typeof(OpenTypeLicensingRights) }, + }; + + public OpenTypeRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + + public override IEnumerable GetProperties() + { + foreach (var property in base.GetProperties()) + { + if (property.Name != GlyphBounds) + { + yield return property; + } + } + + var font = (OpenTypeFont)BranchPackage; + yield return new Property(GlyphBounds, PropertyType.String, $"{font.GlyphBounds.Width}X{font.GlyphBounds.Height}"); + + var visited = new Dictionary(); + + foreach (var name in font.Names) + { + if (visited.ContainsKey(name.NameID)) + { + visited[name.NameID]++; + } + else + { + visited.Add(name.NameID, 1); + } + yield return new Property($"z_{name.NameID} {visited[name.NameID]}", PropertyType.String, name.Value); + } + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/ID3V2TagRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/ID3V2TagRepository.cs new file mode 100644 index 0000000..35beff1 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/ID3V2TagRepository.cs @@ -0,0 +1,189 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Audio; +using GroupDocs.Metadata.MVC.Products.Metadata.Model; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public class ID3V2TagRepository : MetadataPackageRepository + { + private const string WxxxFrameName = "WXXX"; + private const string TxxxFrameName = "TXXX"; + private const int FrameNameLength = 4; + private const char FrameNumberSeparator = '-'; + private const string TextFrameStart = "T"; + private const string UrlLinkFrameStart = "W"; + + public ID3V2TagRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + public override IEnumerable GetProperties() + { + foreach (var property in BranchPackage) + { + if (property.Value.Type == MetadataPropertyType.Metadata) + { + var frame = property.Value.ToClass(); + if (frame != null) + { + yield return CreateProperty(frame); + } + } + else if (property.Value.Type == MetadataPropertyType.MetadataArray) + { + var frames = property.Value.ToArray(); + if (frames != null) + { + for (int i = 0; i < frames.Length; i++) + { + yield return CreateProperty(frames[i], i + 1); + } + } + } + } + } + + public override void RemoveProperty(string name) + { + if (name != null) + { + if (name.Length == FrameNameLength) + { + base.RemoveProperty(name); + } + else + { + string frameId; + int frameNumber; + if (TryParseFrameName(name, out frameId, out frameNumber)) + { + var tag = (ID3V2Tag)BranchPackage; + var frames = tag.Get(frameId); + if (frames != null && frameNumber <= frames.Length) + { + tag.Remove(frames[frameNumber - 1]); + } + } + } + } + } + + public override void SaveProperty(string name, PropertyType type, dynamic value) + { + if (name != null && name.Length == FrameNameLength) + { + var tag = (ID3V2Tag)BranchPackage; + var frame = CreateFrame(name, value); + if (frame != null) + { + tag.Set(frame); + } + } + } + + public override IEnumerable GetDescriptors() + { + foreach (var descriptor in BranchPackage.PropertyDescriptors) + { + if (descriptor.Type == MetadataPropertyType.Metadata) + { + if (descriptor.Name != null && descriptor.Name.Length == FrameNameLength && + (descriptor.Name.StartsWith(TextFrameStart) || descriptor.Name.StartsWith(UrlLinkFrameStart)) && + descriptor.Name != TxxxFrameName && descriptor.Name != WxxxFrameName) + { + yield return new Model.PropertyDescriptor(descriptor.Name, PropertyType.String, AccessLevels.Full); + } + else + { + yield return new Model.PropertyDescriptor(descriptor.Name, PropertyType.ByteArray, AccessLevels.Remove); + } + } + else if (descriptor.Type == MetadataPropertyType.MetadataArray) + { + if (BranchPackage.Contains(descriptor.Name)) + { + var property = BranchPackage[descriptor.Name]; + var frames = property.Value.ToArray(); + if (frames != null) + { + for (int i = 0; i < frames.Length; i++) + { + yield return new Model.PropertyDescriptor(GetPropertyName(frames[i].Id, i + 1), PropertyType.ByteArray, AccessLevels.Remove); + } + } + } + } + } + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + + private Property CreateProperty(ID3V2TagFrame frame, int number = 0) + { + var name = GetPropertyName(frame.Id, number); + if (frame is ID3V2TextFrame) + { + return new Property(name, PropertyType.String, ((ID3V2TextFrame)frame).Text); + } + + if (frame is ID3V2UrlLinkFrame) + { + return new Property(name, PropertyType.String, ((ID3V2UrlLinkFrame)frame).Url); + } + + if (frame is ID3V2CommentFrame) + { + return new Property(name, PropertyType.String, ((ID3V2CommentFrame)frame).Text); + } + + return new Property(name, PropertyType.ByteArray, frame.Data); + } + + private ID3V2TagFrame CreateFrame(string id, object value) + { + var stringValue = value as string; + + if (!string.IsNullOrEmpty(stringValue)) + { + if (id.StartsWith(TextFrameStart)) + { + return new ID3V2TextFrame(id, ID3V2EncodingType.Iso88591, stringValue); + } + + if (id.StartsWith(UrlLinkFrameStart)) + { + return new ID3V2UrlLinkFrame(id, stringValue); + } + } + + return null; + } + + private string GetPropertyName(string frameId, int number = 0) + { + return number <= 0 ? frameId : $"{frameId}{FrameNumberSeparator}{number}"; + } + + private bool TryParseFrameName(string propertyName, out string frameId, out int frameNumber) + { + frameId = null; + frameNumber = 0; + var parts = propertyName.Split(FrameNumberSeparator); + if (parts.Length == 2) + { + if (int.TryParse(parts[1], out frameNumber)) + { + frameId = parts[0]; + return true; + } + } + + return false; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/IptcMetadataRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/IptcMetadataRepository.cs new file mode 100644 index 0000000..5338156 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/IptcMetadataRepository.cs @@ -0,0 +1,95 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Standards.Iptc; +using GroupDocs.Metadata.MVC.Products.Metadata.Model; +using GroupDocs.Metadata.MVC.Products.Metadata.Model.IPTC; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public class IptcMetadataRepository : MetadataPackageRepository + { + private readonly HashSet supportedPropertyTypes = new HashSet + { + MetadataPropertyType.String, + MetadataPropertyType.DateTime, + MetadataPropertyType.Integer, + MetadataPropertyType.ByteArray, + }; + + public IptcMetadataRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + public override IEnumerable GetProperties() + { + foreach (var package in GetPackages()) + { + foreach (var property in package) + { + var dataSet = (IptcDataSet)property; + if (IsDataSetSupported(dataSet)) + { + yield return new IptcProperty(dataSet.RecordNumber, dataSet.DataSetNumber, (PropertyType)property.Value.Type, property.Value.RawValue); + } + } + } + } + + public override IEnumerable GetDescriptors() + { + foreach (var package in GetPackages()) + { + foreach (var descriptor in package.PropertyDescriptors) + { + if (supportedPropertyTypes.Contains(descriptor.Type)) + { + yield return new IptcPropertyDescriptor(descriptor.Name, (PropertyType)descriptor.Type, (AccessLevels)descriptor.AccessLevel); + } + } + } + } + + public override void RemoveProperty(string name) + { + base.RemoveProperty(IptcProperty.UserFriendlyNameToName(name)); + } + + public override void SaveProperty(string name, PropertyType type, dynamic value) + { + if (value != null) + { + string searchName = IptcProperty.UserFriendlyNameToName(name); + var propertyValue = CreatePropertyValue((MetadataPropertyType)type, value); + Func condition = p => p.Name == searchName; + BranchPackage.SetProperties(condition, propertyValue); + } + } + + protected override IEnumerable GetPackages() + { + foreach (var recordProperty in BranchPackage) + { + yield return recordProperty.Value.ToClass(); + } + } + + protected bool IsDataSetSupported(IptcDataSet dataSet) + { + if (supportedPropertyTypes.Contains(dataSet.Value.Type)) + { + return true; + } + + if (dataSet.Value.Type == MetadataPropertyType.PropertyValueArray) + { + var values = dataSet.Value.ToArray(); + if (values != null && values.Length > 0 && values[0].Type != MetadataPropertyType.ByteArray) + { + return true; + } + } + + return false; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/Matroska/MatroskaTagRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/Matroska/MatroskaTagRepository.cs new file mode 100644 index 0000000..c92e83b --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/Matroska/MatroskaTagRepository.cs @@ -0,0 +1,46 @@ + + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using GroupDocs.Metadata.MVC.Products.Metadata.Model; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories.Matroska +{ + public class MatroskaTagRepository : MetadataPackageRepository + { + private const string TargetTypeValue = "TargetTypeValue"; + + public MatroskaTagRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + public override IEnumerable GetProperties() + { + foreach (var property in base.GetProperties()) + { + if (property.Name == TargetTypeValue) + { + yield return new Property(property.Name, PropertyType.String, ((MatroskaTargetTypeValue)property.Value).ToString()); + } + else + { + yield return property; + } + } + + foreach (var simpleTag in ((MatroskaTag)BranchPackage).SimpleTags) + { + if (simpleTag.Value.Type == MetadataPropertyType.String) + { + yield return new Property(simpleTag.Name, PropertyType.String, simpleTag.Value.RawValue); + } + } + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/Matroska/MatroskaTrackRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/Matroska/MatroskaTrackRepository.cs new file mode 100644 index 0000000..da50bb2 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/Matroska/MatroskaTrackRepository.cs @@ -0,0 +1,24 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories.Matroska +{ + public class MatroskaTrackRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "TrackType", typeof(MatroskaTrackType) }, + { "FlagInterlaced", typeof(MatroskaVideoFlagInterlaced) }, + { "FieldOrder", typeof(MatroskaVideoFieldOrder) }, + { "StereoMode", typeof(MatroskaVideoStereoMode) }, + { "DisplayUnit", typeof(MatroskaVideoDisplayUnit) }, + }; + + public MatroskaTrackRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/MetadataPackageRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/MetadataPackageRepository.cs new file mode 100644 index 0000000..83400e3 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/MetadataPackageRepository.cs @@ -0,0 +1,110 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.MVC.Products.Metadata.Model; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public abstract class MetadataPackageRepository + { + private readonly HashSet supportedPropertyTypes = new HashSet + { + MetadataPropertyType.String, + MetadataPropertyType.DateTime, + MetadataPropertyType.Integer, + MetadataPropertyType.Long, + MetadataPropertyType.Double, + MetadataPropertyType.Boolean, + + MetadataPropertyType.PropertyValueArray, + MetadataPropertyType.StringArray, + MetadataPropertyType.ByteArray, + MetadataPropertyType.DoubleArray, + MetadataPropertyType.IntegerArray, + MetadataPropertyType.LongArray + }; + + protected MetadataPackageRepository(MetadataPackage branchPackage) + { + BranchPackage = branchPackage; + } + + protected MetadataPackage BranchPackage { get; private set; } + + public virtual IEnumerable GetDescriptors() + { + foreach (var package in GetPackages()) + { + foreach (var descriptor in package.PropertyDescriptors) + { + if (IsPropertyTypeSupported(descriptor.Type)) + { + yield return new Model.PropertyDescriptor(descriptor.Name, (PropertyType)descriptor.Type, (AccessLevels)descriptor.AccessLevel); + } + } + } + } + + public virtual IEnumerable GetProperties() + { + foreach (var package in GetPackages()) + { + foreach (var property in package) + { + if (IsPropertyTypeSupported(property.Value.Type)) + { + yield return new Property(property.Name, (PropertyType)property.Value.Type, property.Value.RawValue); + } + } + } + } + + public virtual void RemoveProperty(string name) + { + foreach (var package in GetPackages()) + { + package.RemoveProperties(p => string.Equals(p.Name, name, StringComparison.OrdinalIgnoreCase)); + } + } + + public virtual void SaveProperty(string name, PropertyType type, dynamic value) + { + if (value != null) + { + var propertyValue = CreatePropertyValue((MetadataPropertyType)type, value); + GroupDocs.Metadata.Common.Func condition = p => string.Equals(p.Name, name, StringComparison.OrdinalIgnoreCase); + foreach (var package in GetPackages()) + { + package.SetProperties(condition, propertyValue); + } + } + } + + protected abstract IEnumerable GetPackages(); + + protected bool IsPropertyTypeSupported(MetadataPropertyType type) + { + return supportedPropertyTypes.Contains(type); + } + + protected PropertyValue CreatePropertyValue(MetadataPropertyType type, dynamic value) + { + if (type == MetadataPropertyType.Integer && value is long) + { + return new PropertyValue((int)value); + } + + if (type == MetadataPropertyType.Double && value is long) + { + return new PropertyValue((double)value); + } + + if (type == MetadataPropertyType.DateTime) + { + return new PropertyValue(DateTime.SpecifyKind((DateTime)value, DateTimeKind.Local)); + } + + return new PropertyValue(value); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/MetadataRepositoryFactory.cs b/Demos/MVC/src/Products/Metadata/Repositories/MetadataRepositoryFactory.cs new file mode 100644 index 0000000..f018bbc --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/MetadataRepositoryFactory.cs @@ -0,0 +1,76 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.BusinessCard; +using GroupDocs.Metadata.Formats.Font; +using GroupDocs.Metadata.Formats.Video; +using GroupDocs.Metadata.Standards.Exif; +using GroupDocs.Metadata.MVC.Products.Metadata.Repositories.Asf; +using GroupDocs.Metadata.MVC.Products.Metadata.Repositories.Fonts; +using GroupDocs.Metadata.MVC.Products.Metadata.Repositories.Matroska; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public static class MetadataRepositoryFactory + { + public static MetadataPackageRepository Create(MetadataPackage branchPackage) + { + switch (branchPackage.MetadataType) + { + case MetadataType.Xmp: + return new XmpMetadataRepository(branchPackage); + case MetadataType.Exif: + if (branchPackage is ExifPackage) + { + return new ExifMetadataRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.Iptc: + return new IptcMetadataRepository(branchPackage); + case MetadataType.ID3V2: + return new ID3V2TagRepository(branchPackage); + case MetadataType.Matroska: + if (branchPackage is MatroskaTag) + { + return new MatroskaTagRepository(branchPackage); + } + if (branchPackage is MatroskaTrack) + { + return new MatroskaTrackRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.FileFormat: + return new FileTypeRepository(branchPackage); + case MetadataType.VCard: + if (branchPackage is VCardCard) + { + return new VCardRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.Asf: + if (branchPackage is AsfPackage) + { + return new AsfRepository(branchPackage); + } + if (branchPackage is AsfCodec) + { + return new AsfCodecRepository(branchPackage); + } + if (branchPackage is AsfBaseStreamProperty) + { + return new AsfStreamRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.OpenType: + if (branchPackage is OpenTypeFont) + { + return new OpenTypeRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.DigitalSignature: + return new DigitalSignatureRepository(branchPackage); + default: + return new OneLevelMetadataRepository(branchPackage); + } + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/OneLevelMetadataRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/OneLevelMetadataRepository.cs new file mode 100644 index 0000000..ecdf045 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/OneLevelMetadataRepository.cs @@ -0,0 +1,18 @@ + +using GroupDocs.Metadata.Common; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public class OneLevelMetadataRepository : MetadataPackageRepository + { + public OneLevelMetadataRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/VCardRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/VCardRepository.cs new file mode 100644 index 0000000..9770e78 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/VCardRepository.cs @@ -0,0 +1,63 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.BusinessCard; +using GroupDocs.Metadata.MVC.Products.Metadata.Model; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public class VCardRepository : MetadataPackageRepository + { + public VCardRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + public override IEnumerable GetProperties() + { + var card = (VCardCard)BranchPackage; + foreach (var recordsetProperty in card) + { + if (recordsetProperty.Value.RawValue is VCardRecordset) + { + foreach (var recordProperty in recordsetProperty.Value.ToClass()) + { + var records = recordProperty.Value.ToArray(); + if (records != null) + { + for (int i = 0; i < records.Length; i++) + { + var name = recordProperty.Name.Substring(0, recordProperty.Name.Length - 7); + if (records.Length > 1) + { + name = $"{name} {i + 1}"; + } + VCardRecord record = records[i]; + if (record.ContentType == VCardContentType.Text) + { + yield return new Property(name, PropertyType.String, ((VCardTextRecord)record).Value); + } + else if (record.ContentType == VCardContentType.DateTime) + { + yield return new Property(name, PropertyType.DateTime, ((VCardDateTimeRecord)record).Value); + } + else if (record.ContentType == VCardContentType.Custom) + { + yield return new Property(name, PropertyType.String, ((VCardCustomRecord)record).Value); + } + else if (record.ContentType == VCardContentType.Binary) + { + yield return new Property(name, PropertyType.ByteArray, ((VCardBinaryRecord)record).Value); + } + } + } + } + } + } + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Repositories/XmpMetadataRepository.cs b/Demos/MVC/src/Products/Metadata/Repositories/XmpMetadataRepository.cs new file mode 100644 index 0000000..e9bdac0 --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Repositories/XmpMetadataRepository.cs @@ -0,0 +1,19 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Standards.Xmp; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Repositories +{ + public class XmpMetadataRepository : MetadataPackageRepository + { + public XmpMetadataRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + protected override IEnumerable GetPackages() + { + return ((XmpPacketWrapper)BranchPackage).Packages; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Services/FileService.cs b/Demos/MVC/src/Products/Metadata/Services/FileService.cs new file mode 100644 index 0000000..e01063d --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Services/FileService.cs @@ -0,0 +1,186 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Options; +using GroupDocs.Metadata.MVC.Products.Common.Entity.Web; +using GroupDocs.Metadata.MVC.Products.Common.Resources; +using GroupDocs.Metadata.MVC.Products.Common.Util.Comparator; +using GroupDocs.Metadata.MVC.Products.Metadata.Config; +using GroupDocs.Metadata.MVC.Products.Metadata.DTO; +using System; +using System.Collections.Generic; +using System.IO; +using System.Net; +using System.Web; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Services +{ + public class FileService + { + private readonly MetadataConfiguration metadataConfiguration; + + public FileService(MetadataConfiguration metadataConfiguration) + { + this.metadataConfiguration = metadataConfiguration; + } + + public IEnumerable LoadFileTree() + { + List fileList = new List(); + if (!string.IsNullOrEmpty(metadataConfiguration.GetFilesDirectory())) + { + var currentPath = metadataConfiguration.GetFilesDirectory(); + List allFiles = new List(Directory.GetFiles(currentPath)); + allFiles.AddRange(Directory.GetDirectories(currentPath)); + + // TODO: get temp directory name + string tempDirectoryName = "temp"; + + allFiles.Sort(new FileNameComparator()); + allFiles.Sort(new FileDateComparator()); + + foreach (string file in allFiles) + { + FileInfo fileInfo = new FileInfo(file); + // check if current file/folder is hidden + if (!(tempDirectoryName.Equals(Path.GetFileName(file)) || + fileInfo.Attributes.HasFlag(FileAttributes.Hidden) || + fileInfo.Name.StartsWith(".") || + Path.GetFileName(file).Equals(Path.GetFileName(metadataConfiguration.GetFilesDirectory())))) + { + FileDescriptionEntity fileDescription = new FileDescriptionEntity(); + fileDescription.guid = Path.GetFileName(file); + fileDescription.name = Path.GetFileName(file); + // set is directory true/false + fileDescription.isDirectory = fileInfo.Attributes.HasFlag(FileAttributes.Directory); + // set file size + if (!fileDescription.isDirectory) + { + fileDescription.size = fileInfo.Length; + } + // add object to array list + fileList.Add(fileDescription); + } + } + } + return fileList; + } + + public LoadDocumentEntity LoadDocument(PostedDataDto postedData) + { + // get/set parameters + string filePath = metadataConfiguration.GetAbsolutePath(postedData.guid); + string password = string.IsNullOrEmpty(postedData.password) ? null : postedData.password; + LoadDocumentEntity loadDocumentEntity = new LoadDocumentEntity(); + + // set password for protected document + var loadOptions = new LoadOptions + { + Password = password + }; + + using (GroupDocs.Metadata.Metadata metadata = new GroupDocs.Metadata.Metadata(filePath, loadOptions)) + { + GroupDocs.Metadata.Common.IReadOnlyList pages = metadata.GetDocumentInfo().Pages; + + using (MemoryStream stream = new MemoryStream()) + { + PreviewOptions previewOptions = new PreviewOptions(pageNumber => stream, (pageNumber, pageStream) => { }); + previewOptions.PreviewFormat = PreviewOptions.PreviewFormats.PNG; + + int pageCount = pages.Count; + if (metadataConfiguration.GetPreloadPageCount() > 0) + { + pageCount = metadataConfiguration.GetPreloadPageCount(); + } + for (int i = 0; i < pageCount; i++) + { + previewOptions.PageNumbers = new[] { i + 1 }; + try + { + metadata.GeneratePreview(previewOptions); + } + catch (NotSupportedException) + { + continue; + } + + PageDescriptionEntity pageData = GetPageDescriptionEntities(pages[i]); + string encodedImage = Convert.ToBase64String(stream.ToArray()); + pageData.SetData(encodedImage); + loadDocumentEntity.SetPages(pageData); + stream.SetLength(0); + } + } + } + + loadDocumentEntity.SetGuid(postedData.guid); + + // return document description + return loadDocumentEntity; + } + + public UploadedDocumentEntity UploadDocument(HttpRequest request) + { + string url = request.Form["url"]; + // get documents storage path + string documentStoragePath = metadataConfiguration.GetFilesDirectory(); + bool rewrite = bool.Parse(request.Form["rewrite"]); + string fileSavePath = string.Empty; + if (string.IsNullOrEmpty(url)) + { + // Get the uploaded document from the Files collection + var httpPostedFile = request.Files["file"]; + if (httpPostedFile == null || Path.IsPathRooted(httpPostedFile.FileName)) + { + throw new ArgumentException("Could not upload the file"); + } + if (rewrite) + { + // Get the complete file path + fileSavePath = Path.Combine(documentStoragePath, httpPostedFile.FileName); + } + else + { + fileSavePath = Resources.GetFreeFileName(documentStoragePath, httpPostedFile.FileName); + } + + // Save the uploaded file to "UploadedFiles" folder + httpPostedFile.SaveAs(fileSavePath); + + } + else + { + using (WebClient client = new WebClient()) + { + // get file name from the URL + Uri uri = new Uri(url); + string fileName = Path.GetFileName(uri.LocalPath); + if (rewrite) + { + // Get the complete file path + fileSavePath = Path.Combine(documentStoragePath, fileName); + } + else + { + fileSavePath = Resources.GetFreeFileName(documentStoragePath, fileName); + } + // Download the Web resource and save it into the current filesystem folder. + client.DownloadFile(url, fileSavePath); + } + } + + UploadedDocumentEntity uploadedDocument = new UploadedDocumentEntity(); + uploadedDocument.guid = Path.GetFileName(fileSavePath); + + return uploadedDocument; + } + + private PageDescriptionEntity GetPageDescriptionEntities(PageInfo page) + { + PageDescriptionEntity pageDescriptionEntity = new PageDescriptionEntity(); + pageDescriptionEntity.number = page.PageNumber; + pageDescriptionEntity.height = page.Height; + pageDescriptionEntity.width = page.Width; + return pageDescriptionEntity; + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Services/MetadataService.cs b/Demos/MVC/src/Products/Metadata/Services/MetadataService.cs new file mode 100644 index 0000000..b3c6f5c --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Services/MetadataService.cs @@ -0,0 +1,140 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using GroupDocs.Metadata.MVC.Products.Metadata.Config; +using GroupDocs.Metadata.MVC.Products.Metadata.Context; +using GroupDocs.Metadata.MVC.Products.Metadata.DTO; +using GroupDocs.Metadata.MVC.Products.Metadata.Model; +using GroupDocs.Metadata.MVC.Products.Metadata.Util; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Services +{ + public class MetadataService + { + private readonly MetadataConfiguration metadataConfiguration; + + private readonly HashSet arrayTypes = new HashSet + { + PropertyType.PropertyValueArray, + PropertyType.StringArray, + PropertyType.ByteArray, + PropertyType.DoubleArray, + PropertyType.IntegerArray, + PropertyType.LongArray, + }; + + public MetadataService(MetadataConfiguration metadataConfiguration) + { + this.metadataConfiguration = metadataConfiguration; + } + + public IEnumerable GetPackages(PostedDataDto postedData) + { + using (MetadataContext context = new MetadataContext(metadataConfiguration.GetAbsolutePath(postedData.guid), postedData.password)) + { + var packages = new List(); + foreach (var package in context.GetPackages()) + { + List properties = new List(); + List descriptors = new List(); + + foreach (var property in package.Properties) + { + properties.Add(new PropertyDto + { + name = property.Name, + value = property.Value is Array ? ArrayUtil.AsString((Array)property.Value) : property.Value, + type = (int)property.Type, + }); + } + + foreach (var descriptor in package.Descriptors) + { + var accessLevel = descriptor.AccessLevel; + if (arrayTypes.Contains(descriptor.Type)) + { + accessLevel &= AccessLevels.Remove; + } + + descriptors.Add(new KnownPropertyDto + { + name = descriptor.Name, + type = (int)descriptor.Type, + accessLevel = (int)accessLevel + }); + } + + packages.Add(new ExtractedPackageDto + { + id = package.Id, + name = package.Name, + index = package.Index, + type = (int)package.Type, + properties = properties, + knownProperties = descriptors, + }); + + } + return packages; + } + } + + public void SaveProperties(PostedDataDto postedData) + { + string filePath = metadataConfiguration.GetAbsolutePath(postedData.guid); + var tempFilePath = GetTempPath(filePath); + using (MetadataContext context = new MetadataContext(filePath, postedData.password)) + { + foreach (var packageInfo in postedData.packages) + { + context.UpdateProperties(packageInfo.id, packageInfo.properties.Select(p => new Property(p.name, (PropertyType)p.type, p.value))); + } + context.Save(tempFilePath); + } + + DirectoryUtils.MoveFile(tempFilePath, filePath); + } + + public void RemoveProperties(PostedDataDto postedData) + { + string filePath = metadataConfiguration.GetAbsolutePath(postedData.guid); + var tempFilePath = GetTempPath(filePath); + using (MetadataContext context = new MetadataContext(filePath, postedData.password)) + { + foreach (var packageInfo in postedData.packages) + { + context.RemoveProperties(packageInfo.id, packageInfo.properties.Select(p => p.name)); + } + context.Save(tempFilePath); + } + DirectoryUtils.MoveFile(tempFilePath, filePath); + } + + public void CleanMetadata(PostedDataDto postedData) + { + string filePath = metadataConfiguration.GetAbsolutePath(postedData.guid); + var tempFilePath = GetTempPath(filePath); + using (MetadataContext context = new MetadataContext(filePath, postedData.password)) + { + context.Sanitize(); + context.Save(tempFilePath); + } + DirectoryUtils.MoveFile(tempFilePath, filePath); + } + + public byte[] ExportMetadata(PostedDataDto postedData) + { + using (MetadataContext context = new MetadataContext(metadataConfiguration.GetAbsolutePath(postedData.guid), postedData.password)) + { + return context.ExportProperties(); + } + } + + private static string GetTempPath(string filePath) + { + string tempFilename = Path.GetFileNameWithoutExtension(filePath) + "_tmp"; + return Path.Combine(Path.GetDirectoryName(filePath), tempFilename + Path.GetExtension(filePath)); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Util/ArrayUtil.cs b/Demos/MVC/src/Products/Metadata/Util/ArrayUtil.cs new file mode 100644 index 0000000..8000bef --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Util/ArrayUtil.cs @@ -0,0 +1,42 @@ + +using System; +using System.Globalization; +using System.Text; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Util +{ + public static class ArrayUtil + { + private const int ArrayMaxLength = 10; + private const string ArrayStartCharacter = "["; + private const string ArrayEndCharacter = "]"; + + public static string AsString(Array array) + { + StringBuilder builder = new StringBuilder(); + if (array != null) + { + if (array.Length > 0) + { + builder.Append(ArrayStartCharacter); + for (int index = 0; index < array.Length; index++) + { + object item = array.GetValue(index); + builder.AppendFormat(CultureInfo.InvariantCulture, "{0},", item); + if (index > ArrayMaxLength) + { + builder.Append("..."); + break; + } + } + + // remove the last comma character + builder.Length--; + builder.Append(ArrayEndCharacter); + } + } + + return builder.ToString(); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Products/Metadata/Util/DirectoryUtils.cs b/Demos/MVC/src/Products/Metadata/Util/DirectoryUtils.cs new file mode 100644 index 0000000..64ff58b --- /dev/null +++ b/Demos/MVC/src/Products/Metadata/Util/DirectoryUtils.cs @@ -0,0 +1,27 @@ +using System; +using System.Linq; +using System.IO; + +namespace GroupDocs.Metadata.MVC.Products.Metadata.Util +{ + public static class DirectoryUtils + { + public static bool IsFullPath(string path) + { + return !string.IsNullOrWhiteSpace(path) + && path.IndexOfAny(Path.GetInvalidPathChars().ToArray()) == -1 + && Path.IsPathRooted(path) + && !Path.GetPathRoot(path).Equals(Path.DirectorySeparatorChar.ToString(), StringComparison.Ordinal); + } + + public static void MoveFile(string source, string destination) + { + if (File.Exists(destination)) + { + File.Delete(destination); + } + + File.Move(source, destination); + } + } +} \ No newline at end of file diff --git a/Demos/MVC/src/Properties/AssemblyInfo.cs b/Demos/MVC/src/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..39ae220 --- /dev/null +++ b/Demos/MVC/src/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("GroupDocs.Metadata MVC")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Aspose Pty Ltd")] +[assembly: AssemblyProduct("GroupDocs.Metadata MVC")] +[assembly: AssemblyCopyright("2001-2018 Aspose Pty Ltd")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("cb1d0987-217d-43e0-afff-fae210c23d96")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.20.0.0")] +[assembly: AssemblyFileVersion("1.20.0.0")] diff --git a/Examples/Data/Destination/Audio/Mp3/test.mp3 b/Demos/MVC/src/Resources/.gitkeep similarity index 100% rename from Examples/Data/Destination/Audio/Mp3/test.mp3 rename to Demos/MVC/src/Resources/.gitkeep diff --git a/Demos/MVC/src/Views/Metadata/Index.cshtml b/Demos/MVC/src/Views/Metadata/Index.cshtml new file mode 100644 index 0000000..59c0f4f --- /dev/null +++ b/Demos/MVC/src/Views/Metadata/Index.cshtml @@ -0,0 +1,25 @@ +@{ + GroupDocs.Metadata.MVC.Products.Common.Config.GlobalConfiguration config = new GroupDocs.Metadata.MVC.Products.Common.Config.GlobalConfiguration(); +} + + + + + + Metadata for .NET MVC + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/MVC/src/Views/Web.config b/Demos/MVC/src/Views/Web.config new file mode 100644 index 0000000..19e7c9a --- /dev/null +++ b/Demos/MVC/src/Views/Web.config @@ -0,0 +1,43 @@ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Demos/MVC/src/Web.config b/Demos/MVC/src/Web.config new file mode 100644 index 0000000..8bd8d38 --- /dev/null +++ b/Demos/MVC/src/Web.config @@ -0,0 +1,171 @@ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/MVC/src/client/.editorconfig b/Demos/MVC/src/client/.editorconfig new file mode 100644 index 0000000..6e87a00 --- /dev/null +++ b/Demos/MVC/src/client/.editorconfig @@ -0,0 +1,13 @@ +# Editor configuration, see http://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = off +trim_trailing_whitespace = false diff --git a/Demos/MVC/src/client/.gitignore b/Demos/MVC/src/client/.gitignore new file mode 100644 index 0000000..ee5c9d8 --- /dev/null +++ b/Demos/MVC/src/client/.gitignore @@ -0,0 +1,39 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc + +# dependencies +/node_modules + +# IDEs and editors +/.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +yarn-error.log +testem.log +/typings + +# System Files +.DS_Store +Thumbs.db diff --git a/Demos/MVC/src/client/.prettierignore b/Demos/MVC/src/client/.prettierignore new file mode 100644 index 0000000..931aad9 --- /dev/null +++ b/Demos/MVC/src/client/.prettierignore @@ -0,0 +1 @@ +# Add files here to ignore them from prettier formatting diff --git a/Demos/MVC/src/client/.prettierrc b/Demos/MVC/src/client/.prettierrc new file mode 100644 index 0000000..544138b --- /dev/null +++ b/Demos/MVC/src/client/.prettierrc @@ -0,0 +1,3 @@ +{ + "singleQuote": true +} diff --git a/Demos/MVC/src/client/README.md b/Demos/MVC/src/client/README.md new file mode 100644 index 0000000..b148586 --- /dev/null +++ b/Demos/MVC/src/client/README.md @@ -0,0 +1,84 @@ +# Client + +This project was generated using [Nx](https://nx.dev). + +

+ +🔎 **Nx is a set of Angular CLI power-ups for modern development.** + +## Quick Start & Documentation + +[Nx Documentation](https://nx.dev) + +[30-minute video showing all Nx features](https://nx.dev/getting-started/what-is-nx) + +[Interactive Tutorial](https://nx.dev/tutorial/01-create-application) + +## Adding capabilities to your workspace + +Nx supports many plugins which add capabilities for developing different types of applications and different tools. + +These capabilities include generating applications, libraries, .etc as well as the devtools to test, and build projects as well. + +Below are some plugins which you can add to your workspace: + +- [Angular](https://angular.io) + - `ng add @nrwl/angular` +- [React](https://reactjs.org) + - `ng add @nrwl/react` +- Web (no framework frontends) + - `ng add @nrwl/web` +- [Nest](https://nestjs.com) + - `ng add @nrwl/nest` +- [Express](https://expressjs.com) + - `ng add @nrwl/express` +- [Node](https://nodejs.org) + - `ng add @nrwl/node` + +## Generate an application + +Run `ng g @nrwl/angular:app my-app` to generate an application. + +> You can use any of the plugins above to generate applications as well. + +When using Nx, you can create multiple applications and libraries in the same workspace. + +## Generate a library + +Run `ng g @nrwl/angular:lib my-lib` to generate a library. + +> You can also use any of the plugins above to generate libraries as well. + +Libraries are sharable across libraries and applications. They can be imported from `@client/mylib`. + +## Development server + +Run `ng serve my-app` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. + +## Code scaffolding + +Run `ng g component my-component --project=my-app` to generate a new component. + +## Build + +Run `ng build my-app` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. + +## Running unit tests + +Run `ng test my-app` to execute the unit tests via [Jest](https://jestjs.io). + +Run `npm run affected:test` to execute the unit tests affected by a change. + +## Running end-to-end tests + +Run `ng e2e my-app` to execute the end-to-end tests via [Cypress](https://www.cypress.io). + +Run `npm run affected:e2e` to execute the end-to-end tests affected by a change. + +## Understand your workspace + +Run `npm run dep-graph` to see a diagram of the dependencies of your projects. + +## Further help + +Visit the [Nx Documentation](https://nx.dev) to learn more. diff --git a/Demos/MVC/src/client/angular.json b/Demos/MVC/src/client/angular.json new file mode 100644 index 0000000..3306602 --- /dev/null +++ b/Demos/MVC/src/client/angular.json @@ -0,0 +1,138 @@ +{ + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "version": 1, + "newProjectRoot": "", + "projects": { + "metadata": { + "projectType": "application", + "schematics": { + "@nrwl/workspace:component": { + "style": "less" + } + }, + "root": "apps/metadata", + "sourceRoot": "apps/metadata/src", + "prefix": "client", + "architect": { + "build": { + "builder": "@angular-devkit/build-angular:browser", + "options": { + "outputPath": "../resources/metadata", + "index": "apps/metadata/src/index.html", + "main": "apps/metadata/src/main.ts", + "polyfills": "apps/metadata/src/polyfills.ts", + "tsConfig": "apps/metadata/tsconfig.app.json", + "assets": ["apps/metadata/src/favicon.ico", "apps/metadata/src/assets"], + "styles": ["apps/metadata/src/styles.less"], + "scripts": [] + }, + "configurations": { + "production": { + "fileReplacements": [ + { + "replace": "apps/metadata/src/environments/environment.ts", + "with": "apps/metadata/src/environments/environment.prod.ts" + } + ], + "optimization": true, + "outputHashing": "all", + "sourceMap": false, + "extractCss": true, + "namedChunks": false, + "aot": true, + "extractLicenses": true, + "vendorChunk": false, + "buildOptimizer": true, + "budgets": [ + { + "type": "initial", + "maximumWarning": "2mb", + "maximumError": "5mb" + } + ] + } + } + }, + "serve": { + "builder": "@angular-devkit/build-angular:dev-server", + "options": { + "browserTarget": "metadata:build" + }, + "configurations": { + "production": { + "browserTarget": "metadata:build:production" + } + } + }, + "extract-i18n": { + "builder": "@angular-devkit/build-angular:extract-i18n", + "options": { + "browserTarget": "metadata:build" + } + }, + "lint": { + "builder": "@angular-devkit/build-angular:tslint", + "options": { + "tsConfig": [ + "apps/metadata/tsconfig.app.json", + "apps/metadata/tsconfig.spec.json" + ], + "exclude": ["**/node_modules/**", "!apps/metadata/**"] + } + }, + "test": { + "builder": "@nrwl/jest:jest", + "options": { + "jestConfig": "apps/metadata/jest.config.js", + "tsConfig": "apps/metadata/tsconfig.spec.json", + "setupFile": "apps/metadata/src/test-setup.ts" + } + } + } + }, + "metadata-e2e": { + "root": "apps/metadata-e2e", + "sourceRoot": "apps/metadata-e2e/src", + "projectType": "application", + "architect": { + "e2e": { + "builder": "@nrwl/cypress:cypress", + "options": { + "cypressConfig": "apps/metadata-e2e/cypress.json", + "tsConfig": "apps/metadata-e2e/tsconfig.e2e.json", + "devServerTarget": "metadata:serve" + }, + "configurations": { + "production": { + "devServerTarget": "metadata:serve:production" + } + } + }, + "lint": { + "builder": "@angular-devkit/build-angular:tslint", + "options": { + "tsConfig": "apps/metadata-e2e/tsconfig.e2e.json", + "exclude": ["**/node_modules/**", "!apps/metadata-e2e/**"] + } + } + } + } + }, + "cli": { + "warnings": { + "typescriptMismatch": false, + "versionMismatch": false + }, + "defaultCollection": "@nrwl/angular" + }, + "schematics": { + "@nrwl/angular:application": { + "unitTestRunner": "jest", + "e2eTestRunner": "cypress" + }, + "@nrwl/angular:library": { + "unitTestRunner": "jest" + } + }, + "defaultProject": "metadata" +} \ No newline at end of file diff --git a/Demos/MVC/src/client/apps/.gitkeep b/Demos/MVC/src/client/apps/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Demos/MVC/src/client/apps/.gitkeep @@ -0,0 +1 @@ + diff --git a/Demos/MVC/src/client/apps/metadata-e2e/cypress.json b/Demos/MVC/src/client/apps/metadata-e2e/cypress.json new file mode 100644 index 0000000..ce64a1d --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata-e2e/cypress.json @@ -0,0 +1,11 @@ +{ + "fileServerFolder": ".", + "fixturesFolder": "./src/fixtures", + "integrationFolder": "./src/integration", + "pluginsFile": "./src/plugins/index", + "supportFile": false, + "video": true, + "videosFolder": "../../dist/cypress/apps/metadata-e2e/videos", + "screenshotsFolder": "../../dist/cypress/apps/metadata-e2e/screenshots", + "chromeWebSecurity": false +} diff --git a/Demos/MVC/src/client/apps/metadata-e2e/src/fixtures/example.json b/Demos/MVC/src/client/apps/metadata-e2e/src/fixtures/example.json new file mode 100644 index 0000000..294cbed --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata-e2e/src/fixtures/example.json @@ -0,0 +1,4 @@ +{ + "name": "Using fixtures to represent data", + "email": "hello@cypress.io" +} diff --git a/Demos/MVC/src/client/apps/metadata-e2e/src/integration/app.spec.ts b/Demos/MVC/src/client/apps/metadata-e2e/src/integration/app.spec.ts new file mode 100644 index 0000000..ffab0e7 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata-e2e/src/integration/app.spec.ts @@ -0,0 +1,9 @@ +import { getGreeting } from '../support/app.po'; + +describe('metadata', () => { + beforeEach(() => cy.visit('/')); + + it('should display welcome message', () => { + getGreeting().contains('Welcome to metadata!'); + }); +}); diff --git a/Demos/MVC/src/client/apps/metadata-e2e/src/plugins/index.js b/Demos/MVC/src/client/apps/metadata-e2e/src/plugins/index.js new file mode 100644 index 0000000..bc34d63 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata-e2e/src/plugins/index.js @@ -0,0 +1,22 @@ +// *********************************************************** +// This example plugins/index.js can be used to load plugins +// +// You can change the location of this file or turn off loading +// the plugins file with the 'pluginsFile' configuration option. +// +// You can read more here: +// https://on.cypress.io/plugins-guide +// *********************************************************** + +// This function is called when a project is opened or re-opened (e.g. due to +// the project's config changing) + +const { preprocessTypescript } = require('@nrwl/cypress/plugins/preprocessor'); + +module.exports = (on, config) => { + // `on` is used to hook into various events Cypress emits + // `config` is the resolved Cypress config + + // Preprocess Typescript + on('file:preprocessor', preprocessTypescript(config)); +}; diff --git a/Demos/MVC/src/client/apps/metadata-e2e/src/support/app.po.ts b/Demos/MVC/src/client/apps/metadata-e2e/src/support/app.po.ts new file mode 100644 index 0000000..3293424 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata-e2e/src/support/app.po.ts @@ -0,0 +1 @@ +export const getGreeting = () => cy.get('h1'); diff --git a/Demos/MVC/src/client/apps/metadata-e2e/src/support/commands.ts b/Demos/MVC/src/client/apps/metadata-e2e/src/support/commands.ts new file mode 100644 index 0000000..ca4d256 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata-e2e/src/support/commands.ts @@ -0,0 +1,25 @@ +// *********************************************** +// This example commands.js shows you how to +// create various custom commands and overwrite +// existing commands. +// +// For more comprehensive examples of custom +// commands please read more here: +// https://on.cypress.io/custom-commands +// *********************************************** +// +// +// -- This is a parent command -- +// Cypress.Commands.add("login", (email, password) => { ... }) +// +// +// -- This is a child command -- +// Cypress.Commands.add("drag", { prevSubject: 'element'}, (subject, options) => { ... }) +// +// +// -- This is a dual command -- +// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... }) +// +// +// -- This will overwrite an existing command -- +// Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... }) diff --git a/Demos/MVC/src/client/apps/metadata-e2e/src/support/index.ts b/Demos/MVC/src/client/apps/metadata-e2e/src/support/index.ts new file mode 100644 index 0000000..3d469a6 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata-e2e/src/support/index.ts @@ -0,0 +1,17 @@ +// *********************************************************** +// This example support/index.js is processed and +// loaded automatically before your test files. +// +// This is a great place to put global configuration and +// behavior that modifies Cypress. +// +// You can change the location of this file or turn off +// automatically serving support files with the +// 'supportFile' configuration option. +// +// You can read more here: +// https://on.cypress.io/configuration +// *********************************************************** + +// Import commands.js using ES2015 syntax: +import './commands'; diff --git a/Demos/MVC/src/client/apps/metadata-e2e/tsconfig.e2e.json b/Demos/MVC/src/client/apps/metadata-e2e/tsconfig.e2e.json new file mode 100644 index 0000000..629b4c1 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata-e2e/tsconfig.e2e.json @@ -0,0 +1,8 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "sourceMap": false, + "outDir": "../../dist/out-tsc" + }, + "include": ["src/**/*.ts"] +} diff --git a/Demos/MVC/src/client/apps/metadata-e2e/tsconfig.json b/Demos/MVC/src/client/apps/metadata-e2e/tsconfig.json new file mode 100644 index 0000000..ee6531b --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata-e2e/tsconfig.json @@ -0,0 +1,7 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "types": ["cypress", "node"] + }, + "include": ["**/*.ts"] +} diff --git a/Demos/MVC/src/client/apps/metadata/browserslist b/Demos/MVC/src/client/apps/metadata/browserslist new file mode 100644 index 0000000..8084853 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/browserslist @@ -0,0 +1,12 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# You can see what browsers were selected by your queries by running: +# npx browserslist + +> 0.5% +last 2 versions +Firefox ESR +not dead +not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file diff --git a/Demos/MVC/src/client/apps/metadata/jest.config.js b/Demos/MVC/src/client/apps/metadata/jest.config.js new file mode 100644 index 0000000..9c95aa7 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/jest.config.js @@ -0,0 +1,9 @@ +module.exports = { + name: 'metadata', + preset: '../../jest.config.js', + coverageDirectory: '../../coverage/apps/metadata', + snapshotSerializers: [ + 'jest-preset-angular/AngularSnapshotSerializer.js', + 'jest-preset-angular/HTMLCommentSerializer.js' + ] +}; diff --git a/Demos/MVC/src/client/apps/metadata/src/app/app.component.html b/Demos/MVC/src/client/apps/metadata/src/app/app.component.html new file mode 100644 index 0000000..acf7919 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/app/app.component.html @@ -0,0 +1 @@ + diff --git a/Examples/Data/Destination/Video/Avi/sample.avi b/Demos/MVC/src/client/apps/metadata/src/app/app.component.less similarity index 100% rename from Examples/Data/Destination/Video/Avi/sample.avi rename to Demos/MVC/src/client/apps/metadata/src/app/app.component.less diff --git a/Demos/MVC/src/client/apps/metadata/src/app/app.component.spec.ts b/Demos/MVC/src/client/apps/metadata/src/app/app.component.spec.ts new file mode 100644 index 0000000..ef0d623 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/app/app.component.spec.ts @@ -0,0 +1,31 @@ +import { TestBed, async } from '@angular/core/testing'; +import { AppComponent } from './app.component'; + +describe('AppComponent', () => { + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [AppComponent] + }).compileComponents(); + })); + + it('should create the app', () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.debugElement.componentInstance; + expect(app).toBeTruthy(); + }); + + it(`should have as title 'metadata'`, () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.debugElement.componentInstance; + expect(app.title).toEqual('metadata'); + }); + + it('should render title in a h1 tag', () => { + const fixture = TestBed.createComponent(AppComponent); + fixture.detectChanges(); + const compiled = fixture.debugElement.nativeElement; + expect(compiled.querySelector('h1').textContent).toContain( + 'Welcome to metadata!' + ); + }); +}); diff --git a/Demos/MVC/src/client/apps/metadata/src/app/app.component.ts b/Demos/MVC/src/client/apps/metadata/src/app/app.component.ts new file mode 100644 index 0000000..656b001 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/app/app.component.ts @@ -0,0 +1,10 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'client-root', + templateUrl: './app.component.html', + styleUrls: ['./app.component.less'] +}) +export class AppComponent { + title = 'metadata'; +} diff --git a/Demos/MVC/src/client/apps/metadata/src/app/app.module.ts b/Demos/MVC/src/client/apps/metadata/src/app/app.module.ts new file mode 100644 index 0000000..591a893 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/app/app.module.ts @@ -0,0 +1,14 @@ +import { BrowserModule } from '@angular/platform-browser'; +import { NgModule } from '@angular/core'; + +import { AppComponent } from './app.component'; +import { MetadataModule } from "@groupdocs.examples.angular/metadata"; + +@NgModule({ + declarations: [AppComponent], + imports: [BrowserModule, + MetadataModule], + providers: [], + bootstrap: [AppComponent] +}) +export class AppModule {} diff --git a/Examples/Data/Source/Audio/Mp3/test.mp3 b/Demos/MVC/src/client/apps/metadata/src/assets/.gitkeep similarity index 100% rename from Examples/Data/Source/Audio/Mp3/test.mp3 rename to Demos/MVC/src/client/apps/metadata/src/assets/.gitkeep diff --git a/Demos/MVC/src/client/apps/metadata/src/environments/environment.prod.ts b/Demos/MVC/src/client/apps/metadata/src/environments/environment.prod.ts new file mode 100644 index 0000000..3612073 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/environments/environment.prod.ts @@ -0,0 +1,3 @@ +export const environment = { + production: true +}; diff --git a/Demos/MVC/src/client/apps/metadata/src/environments/environment.ts b/Demos/MVC/src/client/apps/metadata/src/environments/environment.ts new file mode 100644 index 0000000..7b4f817 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/environments/environment.ts @@ -0,0 +1,16 @@ +// This file can be replaced during build by using the `fileReplacements` array. +// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`. +// The list of file replacements can be found in `angular.json`. + +export const environment = { + production: false +}; + +/* + * For easier debugging in development mode, you can import the following file + * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. + * + * This import should be commented out in production mode because it will have a negative impact + * on performance if an error is thrown. + */ +// import 'zone.js/dist/zone-error'; // Included with Angular CLI. diff --git a/Demos/MVC/src/client/apps/metadata/src/favicon.ico b/Demos/MVC/src/client/apps/metadata/src/favicon.ico new file mode 100644 index 0000000..8081c7c Binary files /dev/null and b/Demos/MVC/src/client/apps/metadata/src/favicon.ico differ diff --git a/Demos/MVC/src/client/apps/metadata/src/index.html b/Demos/MVC/src/client/apps/metadata/src/index.html new file mode 100644 index 0000000..843208c --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/index.html @@ -0,0 +1,14 @@ + + + + + Metadata + + + + + + + + + diff --git a/Demos/MVC/src/client/apps/metadata/src/main.ts b/Demos/MVC/src/client/apps/metadata/src/main.ts new file mode 100644 index 0000000..fa4e0ae --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/main.ts @@ -0,0 +1,13 @@ +import { enableProdMode } from '@angular/core'; +import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; + +import { AppModule } from './app/app.module'; +import { environment } from './environments/environment'; + +if (environment.production) { + enableProdMode(); +} + +platformBrowserDynamic() + .bootstrapModule(AppModule) + .catch(err => console.error(err)); diff --git a/Demos/MVC/src/client/apps/metadata/src/polyfills.ts b/Demos/MVC/src/client/apps/metadata/src/polyfills.ts new file mode 100644 index 0000000..2f258e5 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/polyfills.ts @@ -0,0 +1,62 @@ +/** + * This file includes polyfills needed by Angular and is loaded before the app. + * You can add your own extra polyfills to this file. + * + * This file is divided into 2 sections: + * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. + * 2. Application imports. Files imported after ZoneJS that should be loaded before your main + * file. + * + * The current setup is for so-called "evergreen" browsers; the last versions of browsers that + * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), + * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. + * + * Learn more in https://angular.io/guide/browser-support + */ + +/*************************************************************************************************** + * BROWSER POLYFILLS + */ + +/** IE10 and IE11 requires the following for NgClass support on SVG elements */ +// import 'classlist.js'; // Run `npm install --save classlist.js`. + +/** + * Web Animations `@angular/platform-browser/animations` + * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari. + * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0). + */ +// import 'web-animations-js'; // Run `npm install --save web-animations-js`. + +/** + * By default, zone.js will patch all possible macroTask and DomEvents + * user can disable parts of macroTask/DomEvents patch by setting following flags + * because those flags need to be set before `zone.js` being loaded, and webpack + * will put import in the top of bundle, so user need to create a separate file + * in this directory (for example: zone-flags.ts), and put the following flags + * into that file, and then add the following code before importing zone.js. + * import './zone-flags.ts'; + * + * The flags allowed in zone-flags.ts are listed here. + * + * The following flags will work for all browsers. + * + * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame + * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick + * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames + * + * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js + * with the following flag, it will bypass `zone.js` patch for IE/Edge + * + * (window as any).__Zone_enable_cross_context_check = true; + * + */ + +/*************************************************************************************************** + * Zone JS is required by default for Angular itself. + */ +import 'zone.js/dist/zone'; // Included with Angular CLI. + +/*************************************************************************************************** + * APPLICATION IMPORTS + */ diff --git a/Demos/MVC/src/client/apps/metadata/src/styles.less b/Demos/MVC/src/client/apps/metadata/src/styles.less new file mode 100644 index 0000000..90d4ee0 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/styles.less @@ -0,0 +1 @@ +/* You can add global styles to this file, and also import other style files */ diff --git a/Demos/MVC/src/client/apps/metadata/src/test-setup.ts b/Demos/MVC/src/client/apps/metadata/src/test-setup.ts new file mode 100644 index 0000000..8d88704 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/src/test-setup.ts @@ -0,0 +1 @@ +import 'jest-preset-angular'; diff --git a/Demos/MVC/src/client/apps/metadata/tsconfig.app.json b/Demos/MVC/src/client/apps/metadata/tsconfig.app.json new file mode 100644 index 0000000..827b630 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/tsconfig.app.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../dist/out-tsc", + "types": [] + }, + "include": ["**/*.ts"], + "exclude": ["src/test-setup.ts", "**/*.spec.ts"] +} diff --git a/Demos/MVC/src/client/apps/metadata/tsconfig.json b/Demos/MVC/src/client/apps/metadata/tsconfig.json new file mode 100644 index 0000000..e5decd5 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/tsconfig.json @@ -0,0 +1,7 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "types": ["node", "jest"] + }, + "include": ["**/*.ts"] +} diff --git a/Demos/MVC/src/client/apps/metadata/tsconfig.spec.json b/Demos/MVC/src/client/apps/metadata/tsconfig.spec.json new file mode 100644 index 0000000..cfff29a --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/tsconfig.spec.json @@ -0,0 +1,10 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../dist/out-tsc", + "module": "commonjs", + "types": ["jest", "node"] + }, + "files": ["src/test-setup.ts"], + "include": ["**/*.spec.ts", "**/*.d.ts"] +} diff --git a/Demos/MVC/src/client/apps/metadata/tslint.json b/Demos/MVC/src/client/apps/metadata/tslint.json new file mode 100644 index 0000000..df75834 --- /dev/null +++ b/Demos/MVC/src/client/apps/metadata/tslint.json @@ -0,0 +1,7 @@ +{ + "extends": "../../tslint.json", + "rules": { + "directive-selector": [true, "attribute", "client", "camelCase"], + "component-selector": [true, "element", "client", "kebab-case"] + } +} diff --git a/Demos/MVC/src/client/jest.config.js b/Demos/MVC/src/client/jest.config.js new file mode 100644 index 0000000..caba6c4 --- /dev/null +++ b/Demos/MVC/src/client/jest.config.js @@ -0,0 +1,10 @@ +module.exports = { + testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'], + transform: { + '^.+\\.(ts|js|html)$': 'ts-jest' + }, + resolver: '@nrwl/jest/plugins/resolver', + moduleFileExtensions: ['ts', 'js', 'html'], + collectCoverage: true, + coverageReporters: ['html'] +}; diff --git a/Demos/MVC/src/client/libs/.gitkeep b/Demos/MVC/src/client/libs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Demos/MVC/src/client/nx.json b/Demos/MVC/src/client/nx.json new file mode 100644 index 0000000..864ea96 --- /dev/null +++ b/Demos/MVC/src/client/nx.json @@ -0,0 +1,18 @@ +{ + "npmScope": "client", + "implicitDependencies": { + "angular.json": "*", + "package.json": "*", + "tsconfig.json": "*", + "tslint.json": "*", + "nx.json": "*" + }, + "projects": { + "metadata-e2e": { + "tags": [] + }, + "metadata": { + "tags": [] + } + } + } \ No newline at end of file diff --git a/Demos/MVC/src/client/package.json b/Demos/MVC/src/client/package.json new file mode 100644 index 0000000..d53e034 --- /dev/null +++ b/Demos/MVC/src/client/package.json @@ -0,0 +1,66 @@ +{ + "name": "client", + "version": "0.0.0", + "license": "MIT", + "scripts": { + "ng": "ng", + "start": "ng serve", + "build": "..\\..\\packages\\Node-Kit.11.1.0.1\\node\\win\\node.exe .\\node_modules\\@angular\\cli\\bin\\ng build", + "test": "ng test", + "lint": "nx lint && ng lint", + "e2e": "ng e2e", + "affected:apps": "nx affected:apps", + "affected:libs": "nx affected:libs", + "affected:build": "nx affected:build", + "affected:e2e": "nx affected:e2e", + "affected:test": "nx affected:test", + "affected:lint": "nx affected:lint", + "affected:dep-graph": "nx affected:dep-graph", + "affected": "nx affected", + "format": "nx format:write", + "format:write": "nx format:write", + "format:check": "nx format:check", + "update": "ng update @nrwl/workspace", + "update:check": "ng update", + "workspace-schematic": "nx workspace-schematic", + "dep-graph": "nx dep-graph", + "help": "nx help" + }, + "private": true, + "dependencies": { + "@angular/animations": "^8.0.0", + "@angular/common": "^8.0.0", + "@angular/compiler": "^8.0.0", + "@angular/core": "^8.0.0", + "@angular/forms": "^8.0.0", + "@angular/platform-browser": "^8.0.0", + "@angular/platform-browser-dynamic": "^8.0.0", + "@angular/router": "^8.0.0", + "core-js": "^2.5.4", + "rxjs": "~6.4.0", + "zone.js": "^0.9.1", + "@nrwl/angular": "^8.2.0", + "@groupdocs.examples.angular/metadata": "^0.8.0" + }, + "devDependencies": { + "cypress": "~3.3.1", + "@nrwl/cypress": "8.2.0", + "@nrwl/jest": "8.2.0", + "jest": "24.1.0", + "@types/jest": "24.0.9", + "ts-jest": "24.0.0", + "jest-preset-angular": "7.0.0", + "@angular/compiler-cli": "^8.0.0", + "@angular/language-service": "^8.0.0", + "@angular-devkit/build-angular": "^0.800.0", + "codelyzer": "~5.0.1", + "@nrwl/workspace": "8.2.0", + "@types/node": "~8.9.4", + "dotenv": "6.2.0", + "ts-node": "~7.0.0", + "tslint": "~5.11.0", + "typescript": "~3.4.5", + "prettier": "1.16.4", + "@angular/cli": "8.0.0" + } +} diff --git a/Demos/MVC/src/client/tools/schematics/.gitkeep b/Demos/MVC/src/client/tools/schematics/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Demos/MVC/src/client/tools/tsconfig.tools.json b/Demos/MVC/src/client/tools/tsconfig.tools.json new file mode 100644 index 0000000..82bd1f0 --- /dev/null +++ b/Demos/MVC/src/client/tools/tsconfig.tools.json @@ -0,0 +1,11 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../dist/out-tsc/tools", + "rootDir": ".", + "module": "commonjs", + "target": "es5", + "types": ["node"] + }, + "include": ["**/*.ts"] +} diff --git a/Demos/MVC/src/client/tsconfig.json b/Demos/MVC/src/client/tsconfig.json new file mode 100644 index 0000000..a5099b5 --- /dev/null +++ b/Demos/MVC/src/client/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "rootDir": ".", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "importHelpers": true, + "target": "es2015", + "module": "esnext", + "typeRoots": ["node_modules/@types"], + "lib": ["es2017", "dom"], + "skipLibCheck": true, + "skipDefaultLibCheck": true, + "baseUrl": ".", + "paths": {} + }, + "exclude": ["node_modules", "tmp"] +} diff --git a/Demos/MVC/src/client/tslint.json b/Demos/MVC/src/client/tslint.json new file mode 100644 index 0000000..2533001 --- /dev/null +++ b/Demos/MVC/src/client/tslint.json @@ -0,0 +1,80 @@ +{ + "rulesDirectory": [ + "node_modules/@nrwl/workspace/src/tslint", + "node_modules/codelyzer" + ], + "rules": { + "arrow-return-shorthand": true, + "callable-types": true, + "class-name": true, + "deprecation": { + "severity": "warn" + }, + "forin": true, + "import-blacklist": [true, "rxjs/Rx"], + "interface-over-type-literal": true, + "member-access": false, + "member-ordering": [ + true, + { + "order": [ + "static-field", + "instance-field", + "static-method", + "instance-method" + ] + } + ], + "no-arg": true, + "no-bitwise": true, + "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], + "no-construct": true, + "no-debugger": true, + "no-duplicate-super": true, + "no-empty": false, + "no-empty-interface": true, + "no-eval": true, + "no-inferrable-types": [true, "ignore-params"], + "no-misused-new": true, + "no-non-null-assertion": true, + "no-shadowed-variable": true, + "no-string-literal": false, + "no-string-throw": true, + "no-switch-case-fall-through": true, + "no-unnecessary-initializer": true, + "no-unused-expression": true, + "no-var-keyword": true, + "object-literal-sort-keys": false, + "prefer-const": true, + "radix": true, + "triple-equals": [true, "allow-null-check"], + "unified-signatures": true, + "variable-name": false, + "nx-enforce-module-boundaries": [ + true, + { + "allow": [], + "depConstraints": [ + { + "sourceTag": "*", + "onlyDependOnLibsWithTags": ["*"] + } + ] + } + ], + "directive-selector": [true, "attribute", "app", "camelCase"], + "component-selector": [true, "element", "app", "kebab-case"], + "no-conflicting-lifecycle": true, + "no-host-metadata-property": true, + "no-input-rename": true, + "no-inputs-metadata-property": true, + "no-output-native": true, + "no-output-on-prefix": true, + "no-output-rename": true, + "no-outputs-metadata-property": true, + "template-banana-in-box": true, + "template-no-negated-async": true, + "use-lifecycle-interface": true, + "use-pipe-transform-interface": true + } +} diff --git a/Demos/MVC/src/configuration.yml b/Demos/MVC/src/configuration.yml new file mode 100644 index 0000000..3e0a285 --- /dev/null +++ b/Demos/MVC/src/configuration.yml @@ -0,0 +1,59 @@ +################################################ +# Server configurations +################################################ +server: + type: simple + applicationContextPath: / + adminContextPath: /admin + connector: + type: http + port: 8080 + + +################################################ +# Application (global) configurations +################################################ +application: + # License path + # Absolute path to GroupDocs license file + licensePath: 'Licenses/GroupDocs.Metadata.NET.lic' + +################################################ +# Common configurations +################################################ +common: + # File rewriting on document uploading + # Set false to keep both files + # Set true to replace files with same name + rewrite: true + # Document download + # Set false to disable document download + download: true + # Document upload + # Set false to disable document upload + upload: true + # File browser + # Set false to disable document browse + browse: true + +################################################ +# GroupDocs.Metadata configurations +################################################ +metadata: + # Files directory path + # Absolute path to files directory + filesDirectory: 'DocumentSamples/Metadata' + # Default document + # Absolute path to default document + defaultDocument: '' + # Pages preload + # How many pages from a document should be loaded, remaining pages will be loaded on page scrolling + # Set 0 to load all pages at once + preloadPageCount: 0 + # HTML rendering mode + # Set false for image mode + # Set true for HTML mode + htmlMode: true + # Using cache + # Set true to enable cache + cache: true \ No newline at end of file diff --git a/Demos/MVC/src/package.json b/Demos/MVC/src/package.json new file mode 100644 index 0000000..4ba9bd2 --- /dev/null +++ b/Demos/MVC/src/package.json @@ -0,0 +1,19 @@ +{ + "name": "groupdocs.metadata-for-.net-mvc", + "version": "1.0.0", + "description": "![Alt text](https://raw.githubusercontent.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC/master/src/Resources/metadata/images/banner.png \"GroupDocs.Metadata\")\r # GroupDocs.Metadata for .NET MVC Example\r ###### version 1.8.0", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC/issues" + }, + "homepage": "https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC#readme" +} diff --git a/Demos/MVC/src/packages.config b/Demos/MVC/src/packages.config new file mode 100644 index 0000000..87b594a --- /dev/null +++ b/Demos/MVC/src/packages.config @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/WebForms/.gitattributes b/Demos/WebForms/.gitattributes new file mode 100644 index 0000000..b9ee109 --- /dev/null +++ b/Demos/WebForms/.gitattributes @@ -0,0 +1 @@ +src/Resources/* linguist-vendored diff --git a/Demos/WebForms/.gitignore b/Demos/WebForms/.gitignore new file mode 100644 index 0000000..e1e63cd --- /dev/null +++ b/Demos/WebForms/.gitignore @@ -0,0 +1,33 @@ +# Tool Runtime Dir +packages/ +node_modules/ + +# Visual Studio +.vs/ + +# User-specific files +*.user + +# Build results +[Bb]in/ +[Oo]bj/ +*.zip +package-lock.json + +# Resources +src/Resources/* +!src/Resources/.gitkeep + +# Licenses +src/Licenses +!src/Licenses/.gitkeep + +# Document samples +src/DocumentSamples +!src/DocumentSamples/.gitkeep + +# Git +!.gitkeep + +# Finder in OSX +.DS_Store diff --git a/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/GroupDocs.Metadata.WebForms.Test.csproj b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/GroupDocs.Metadata.WebForms.Test.csproj new file mode 100644 index 0000000..513741f --- /dev/null +++ b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/GroupDocs.Metadata.WebForms.Test.csproj @@ -0,0 +1,90 @@ + + + + + + + Debug + AnyCPU + {C0E13EC1-3C31-4D1C-AD67-A68D228FE8C9} + Library + Properties + GroupDocs.Metadata.WebForms.Test + GroupDocs.Metadata.WebForms.Test + v4.6.1 + 512 + true + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll + + + ..\packages\Huygens.1.4.5\lib\net46\Huygens.dll + + + ..\packages\Moq.4.10.1\lib\net45\Moq.dll + + + ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll + + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + + + + + + + + + + + + + + + + + + + + {7b296703-ac7b-4fa6-bd42-bec76d0c6ddc} + GroupDocs.Metadata.WebForms + + + + + + Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}. + + + + + \ No newline at end of file diff --git a/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/MetadataTest.cs b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/MetadataTest.cs new file mode 100644 index 0000000..bdae18e --- /dev/null +++ b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/MetadataTest.cs @@ -0,0 +1,49 @@ +using Huygens; +using NUnit.Framework; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Test +{ + [TestFixture] + public class MetadataTest + { + [Test] + public void ViewStatusTest() + { + string path = AppDomain.CurrentDomain.BaseDirectory + "/../../../src"; + using (var server = new DirectServer(path)) + { + var request = new SerialisableRequest + { + Method = "GET", + RequestUri = "/metadata", + Content = null + }; + var result = server.DirectCall(request); + Assert.That(result.StatusCode, Is.EqualTo(200)); + } + } + + [Test] + public void FileTreeStatusCodeTest() + { + string path = AppDomain.CurrentDomain.BaseDirectory + "/../../../src"; + using (var server = new DirectServer(path)) + { + var request = new SerialisableRequest + { + Method = "POST", + RequestUri = "/loadfiletree", + Content = null, + Headers = new Dictionary{ + { "Content-Type", "application/json"} + } + }; + + var result = server.DirectCall(request); + Assert.That(result.StatusCode, Is.EqualTo(200)); + } + } + } +} diff --git a/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/Properties/AssemblyInfo.cs b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9efa5a4 --- /dev/null +++ b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Общие сведения об этой сборке предоставляются следующим набором +// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения, +// связанные со сборкой. +[assembly: AssemblyTitle("GroupDocs.Metadata.WebForms.Test")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("GroupDocs.Metadata.WebForms.Test")] +[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми +// для компонентов COM. Если необходимо обратиться к типу в этой сборке через +// COM, задайте атрибуту ComVisible значение TRUE для этого типа. +[assembly: ComVisible(false)] + +// Следующий GUID служит для идентификации библиотеки типов, если этот проект будет видимым для COM +[assembly: Guid("c0e13ec1-3c31-4d1c-ad67-a68d228fe8c9")] + +// Сведения о версии сборки состоят из следующих четырех значений: +// +// Основной номер версии +// Дополнительный номер версии +// Номер сборки +// Редакция +// +// Можно задать все значения или принять номер сборки и номер редакции по умолчанию. +// используя "*", как показано ниже: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/app.config b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/app.config new file mode 100644 index 0000000..a4b1e8d --- /dev/null +++ b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/app.config @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/packages.config b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/packages.config new file mode 100644 index 0000000..57ef4e9 --- /dev/null +++ b/Demos/WebForms/GroupDocs.Metadata.WebForms.Test/packages.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/WebForms/GroupDocs.Metadata.WebForms.sln b/Demos/WebForms/GroupDocs.Metadata.WebForms.sln new file mode 100644 index 0000000..8f51b27 --- /dev/null +++ b/Demos/WebForms/GroupDocs.Metadata.WebForms.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2050 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Metadata.WebForms", "src\GroupDocs.Metadata.WebForms.csproj", "{7B296703-AC7B-4FA6-BD42-BEC76D0C6DDC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Metadata.WebForms.Test", "GroupDocs.Metadata.WebForms.Test\GroupDocs.Metadata.WebForms.Test.csproj", "{C0E13EC1-3C31-4D1C-AD67-A68D228FE8C9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7B296703-AC7B-4FA6-BD42-BEC76D0C6DDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7B296703-AC7B-4FA6-BD42-BEC76D0C6DDC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7B296703-AC7B-4FA6-BD42-BEC76D0C6DDC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7B296703-AC7B-4FA6-BD42-BEC76D0C6DDC}.Release|Any CPU.Build.0 = Release|Any CPU + {C0E13EC1-3C31-4D1C-AD67-A68D228FE8C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C0E13EC1-3C31-4D1C-AD67-A68D228FE8C9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C0E13EC1-3C31-4D1C-AD67-A68D228FE8C9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C0E13EC1-3C31-4D1C-AD67-A68D228FE8C9}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {09183FBD-9D9E-4AAF-A5BC-EEAE3C37023A} + EndGlobalSection +EndGlobal diff --git a/Demos/WebForms/LICENSE b/Demos/WebForms/LICENSE new file mode 100644 index 0000000..6289354 --- /dev/null +++ b/Demos/WebForms/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 GroupDocs.Metadata Product Family + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Demos/WebForms/README.md b/Demos/WebForms/README.md new file mode 100644 index 0000000..69a7cf9 --- /dev/null +++ b/Demos/WebForms/README.md @@ -0,0 +1,125 @@ +![Alt text](https://groupdocs-metadata.github.io/resources/image/banner.png "GroupDocs.Metadata") +# GroupDocs.Metadata for .NET WebForms Example + +[![Build status](https://ci.appveyor.com/api/projects/status/a3j425uq25nyy1l7/branch/master?svg=true)](https://ci.appveyor.com/project/bobkovalex/groupdocs-metadata-for-net-webforms/branch/master) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a2e18087c19f4898abc65cc48c3f57f6)](https://www.codacy.com/gh/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms?utm_source=github.com&utm_medium=referral&utm_content=groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms&utm_campaign=Badge_Grade) +[![GitHub license](https://img.shields.io/github/license/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms.svg)](https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms/blob/master/LICENSE) + +## System Requirements +- .NET Framework 4.5 +- Visual Studio 2015 + +## Document Metadata API for .NET WebForms +[GroupDocs.Metadata for .NET](https://products.groupdocs.com/metadata/net) API allows you to add, edit, update or delete metadata in Office Documents (such as MS Word, MS Excel, MS Powerpoint), video files, audio files and much more! Over 80 file formats are supported. + +**Note:** without a license application will run in trial mode, purchase [GroupDocs.Metadata for .NET license](https://purchase.groupdocs.com/order-online-step-1-of-8.aspx) or request [GroupDocs.Metadata for .NET temporary license](https://purchase.groupdocs.com/temporary-license). + +## Supported document Formats + +| Family | Formats | +| --------------------------- |:---------------------------------------------------------------------------------------------------------------------------------- | +| Portable Document Format | `PDF` | +| Microsoft Word | `DOC`, `DOCM` , `DOCX`, `DOT`, `DOTM`, `DOTX` | +| Microsoft Excel | `XLS`, `XLSB`, `XLSM`, `XLSX`, `XLT`, `XLTM`, `XLTX` | +| Microsoft PowerPoint | `PPT`, `POT`, `POTM`, `POTX`, `PPS`, `PPSM`, `PPSX`, `PPTM`, `PPTX` | +| Microsoft Visio | `VSD`, `VDW`, `VDX`, `VSDX`, `VSS`, `VST`, `VSX`, `VTX` | +| Microsoft Project | `MPP` | +| Microsoft Outlook | `EML`, `EMLX`, `MSG` | +| Microsoft OneNote | `ONE` | +| OpenDocument Formats | `ODT`, `ODP`, `ODS`, `OTT` | +| Photoshop | `PSD` | +| Metafiles | `EMF`, `WMF` | +| vCard | `VCF`, `VCR` | +| AutoCAD Drawing File Format | `DGN`, `DWG`, `DXF` | +| Image files | `BMP`, `CAL`, `DCX`, `DIB`, `EMF`, `GIF`, `JP2`, `JPG`, `MIL`, `MIL`, `PCD`, `PCT`, `PCX`, `PNG`, `PSD`, `RAS`, `TGA`,`TIFF`,`WMF` | +| Electronic publication | `EPUB` | +| OpenType Fonts | `OTF`, `OTC`, `TTF`, `TTC` | +| Audio | `MP3`, `WAV` | +| Video | `AVI`, `MOV`, `QT`, `FLV` | +| Matroska Media Container | `MKV`, `MKA`, `MK3D`, `WEBM` | +| Other | `EPUB`, `ZIP`, `TORRENT`, `ASF`, `DJVU` | + +## Demo Video +Comming Soon + +## Features +- Add Metadata to Office Documents +- Edit or update Metadata in Office Documents +- Remove Metadata from Office Documents +- Clean, modern and intuitive design +- Easily switchable colour theme (create your own colour theme in 5 minutes) +- Responsive design +- Mobile support (open application on any mobile device) +- Support over 50 documents and image formats +- Fully customizable navigation panel +- Open password protected documents +- Download documents +- Upload documents +- Print document +- Smooth document scrolling +- Multi-language support for displaying errors +- Cross-browser support (Safari, Chrome, Opera, Firefox) +- Cross-platform support (Windows, Linux, MacOS) + +## How to run + +You can run this sample by one of following methods + +#### Build from source + +Download [source code](https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms/archive/master.zip) from github or clone this repository. + +```bash +git clone https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms +``` + +Open solution in the VisualStudio. +Update common parameters in `web.config` and example related properties in the `configuration.yml` to meet your requirements. + +Open http://localhost:8080/Metadata in your favorite browser + +#### Docker image +Comming Soon + +### Configuration +For all methods above you can adjust settings in `configuration.yml`. By default in this sample will lookup for license file in `./Licenses` folder, so you can simply put your license file in that folder or specify relative/absolute path by setting `licensePath` value in `configuration.yml`. + +#### Metadata configuration options + +| Option | Type | Default value | Description | +| ---------------------- | ------- |:-----------------:|:-------------------------------------------------------------------------------------------------------------------------------------------- | +| **`filesDirectory`** | String | `DocumentSamples` | Files directory path. Indicates where uploaded and predefined files are stored. It can be absolute or relative path | +| **`defaultDocument`** | String | | Absolute path to default document that will be loaded automaticaly. | +| **`preloadPageCount`** | Integer | `0` | Indicate how many pages from a document should be loaded, remaining pages will be loaded on page scrolling.Set `0` to load all pages at once | +| **`cache`** | Boolean | `true` | Set true to enable cache | + +## Troubleshooting +### How to set custom baseURL +BaseURL is fetched from address bar however you can set custom baseURL by adding *forRoot* parameter at [app.module.ts](https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms/blob/master/src/client/apps/metadata/src/app/app.module.ts#L10) + +**Example:** +```js +MetadataModule.forRoot("http://localhost:8080") +``` + +## License +The MIT License (MIT). + +Please have a look at the LICENSE.md for more details + +## GroupDocs Document Viewer on other platforms/frameworks + +- JAVA DropWizard (Comming Soon) +- JAVA Spring Boot (Comming Soon) +- .NET MVC [Metadata](https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-MVC) + +## Resources +- **Website:** [www.groupdocs.com](http://www.groupdocs.com) +- **Product Home:** [GroupDocs.Metadata for .NET](https://products.groupdocs.com/metadata/net) +- **Product API References:** [GroupDocs.Metadata for .NET API](https://apireference.groupdocs.com/net/metadata) +- **Download:** [Download GroupDocs.Metadata for .NET](http://downloads.groupdocs.com/metadata/net) +- **Documentation:** [GroupDocs.Metadata for .NET Documentation](https://docs.groupdocs.com/display/metadatanet/Home) +- **Free Support Forum:** [GroupDocs.Metadata for .NET Free Support Forum](https://forum.groupdocs.com/c/metadata) +- **Paid Support Helpdesk:** [GroupDocs.Metadata for .NET Paid Support Helpdesk](https://helpdesk.groupdocs.com) +- **Blog:** [GroupDocs.Metadata for .NET Blog](https://blog.groupdocs.com/category/groupdocs-metadata-product-family/) +- **Search:** [GroupDocs.Metadata for .NET Search](https://search.groupdocs.com/) diff --git a/Demos/WebForms/appveyor.yml b/Demos/WebForms/appveyor.yml new file mode 100644 index 0000000..049332b --- /dev/null +++ b/Demos/WebForms/appveyor.yml @@ -0,0 +1,7 @@ +version: 1.0.{build} +pull_requests: + do_not_increment_build_number: true +before_build: +- cmd: nuget restore +build: + verbosity: minimal diff --git a/Demos/WebForms/src/AppDomainGenerator/DomainGenerator.cs b/Demos/WebForms/src/AppDomainGenerator/DomainGenerator.cs new file mode 100644 index 0000000..442b053 --- /dev/null +++ b/Demos/WebForms/src/AppDomainGenerator/DomainGenerator.cs @@ -0,0 +1,80 @@ +using System; +using System.IO; +using System.Reflection; + +namespace GroupDocs.Metadata.WebForms.AppDomainGenerator +{ + public class DomainGenerator + { + private readonly Products.Common.Config.GlobalConfiguration globalConfiguration; + private readonly Type CurrentType; + + /// + /// Constructor + /// + public DomainGenerator(string assemblyName, string className) + { + globalConfiguration = new Products.Common.Config.GlobalConfiguration(); + // Get assembly path + string assemblyPath = GetAssemblyPath(assemblyName); + // Initiate GroupDocs license class + CurrentType = this.CreateDomain(assemblyName + "Domain", assemblyPath, className); + } + + /// + /// Get assembly full path by its name + /// + /// string + /// + private static string GetAssemblyPath(string assemblyName) + { + string path = ""; + // Get path of the executable + string codeBase = Assembly.GetExecutingAssembly().CodeBase; + UriBuilder uri = new UriBuilder(codeBase); + string uriPath = Uri.UnescapeDataString(uri.Path); + // Get path of the assembly + path = Path.Combine(Path.GetDirectoryName(uriPath), assemblyName); + return path; + } + + /// + /// Create AppDomain for the assembly + /// + /// string + /// string + /// string + /// + private Type CreateDomain(string domainName, string assemblyPath, string className) + { + // Create domain + AppDomain dom = AppDomain.CreateDomain(domainName); + AssemblyName assemblyName = new AssemblyName { CodeBase = assemblyPath }; + // Load assembly into the domain + Assembly assembly = dom.Load(assemblyName); + // Initiate class from the loaded assembly + Type type = assembly.GetType(className); + return type; + } + + /// + /// Set GroupDocs.Metadata license + /// + /// Type + public void SetMetadataLicense() + { + // Initiate license class + var obj = (GroupDocs.Metadata.License)Activator.CreateInstance(CurrentType); + // Set license + SetLicense(obj); + } + + private void SetLicense(dynamic obj) + { + if (!String.IsNullOrEmpty(globalConfiguration.Application.LicensePath)) + { + obj.SetLicense(globalConfiguration.Application.LicensePath); + } + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/App_Start/RouteConfig.cs b/Demos/WebForms/src/App_Start/RouteConfig.cs new file mode 100644 index 0000000..e177199 --- /dev/null +++ b/Demos/WebForms/src/App_Start/RouteConfig.cs @@ -0,0 +1,21 @@ +using System.Web.Routing; +using Microsoft.AspNet.FriendlyUrls; + +namespace GroupDocs.Metadata.WebForms +{ + public static class RouteConfig + { + public static void RegisterRoutes(RouteCollection routes) + { + var settings = new FriendlyUrlSettings(); + settings.AutoRedirectMode = RedirectMode.Permanent; + routes.EnableFriendlyUrls(settings); + + routes.MapPageRoute( + "Metadata", + "", + "~/Metadata.aspx" + ); + } + } +} diff --git a/Demos/WebForms/src/App_Start/WebApiConfig.cs b/Demos/WebForms/src/App_Start/WebApiConfig.cs new file mode 100644 index 0000000..21bee64 --- /dev/null +++ b/Demos/WebForms/src/App_Start/WebApiConfig.cs @@ -0,0 +1,21 @@ +using System.Web.Http; + +namespace GroupDocs.Metadata.WebForms +{ + public static class WebApiConfig + { + public static void Register(HttpConfiguration config) + { + // Web API configuration and services + config.EnableCors(); + // Web API routes + config.MapHttpAttributeRoutes(); + + config.Routes.MapHttpRoute( + name: "MetadataApi", + routeTemplate: "{controller}/{action}/{id}", + defaults: new { id = RouteParameter.Optional } + ); + } + } +} diff --git a/Demos/WebForms/src/Global.asax b/Demos/WebForms/src/Global.asax new file mode 100644 index 0000000..bc68f75 --- /dev/null +++ b/Demos/WebForms/src/Global.asax @@ -0,0 +1 @@ +<%@ Application Codebehind="Global.asax.cs" Inherits="GroupDocs.Metadata.WebForms.Global" Language="C#" %> diff --git a/Demos/WebForms/src/Global.asax.cs b/Demos/WebForms/src/Global.asax.cs new file mode 100644 index 0000000..5e8d98a --- /dev/null +++ b/Demos/WebForms/src/Global.asax.cs @@ -0,0 +1,25 @@ +using System; +using System.Web; +using System.Web.Routing; +using System.Web.Http; +using GroupDocs.Metadata.WebForms.AppDomainGenerator; + +namespace GroupDocs.Metadata.WebForms +{ + public class Global : HttpApplication + { + void Application_Start(object sender, EventArgs e) + { + // Fix required to use several GroupDocs products in one project. + // Set GroupDocs products assemblies names + string metadataAssemblyName = "GroupDocs.Metadata.dll"; + // set GroupDocs.Metadata license + DomainGenerator metadataDomainGenerator = new DomainGenerator(metadataAssemblyName, "GroupDocs.Metadata.License"); + metadataDomainGenerator.SetMetadataLicense(); + + // Code that runs on application startup + GlobalConfiguration.Configure(WebApiConfig.Register); + RouteConfig.RegisterRoutes(RouteTable.Routes); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/GroupDocs.Metadata.WebForms.csproj b/Demos/WebForms/src/GroupDocs.Metadata.WebForms.csproj new file mode 100644 index 0000000..195b43b --- /dev/null +++ b/Demos/WebForms/src/GroupDocs.Metadata.WebForms.csproj @@ -0,0 +1,264 @@ + + + + + + + Debug + AnyCPU + + + 2.0 + {7B296703-AC7B-4FA6-BD42-BEC76D0C6DDC} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + GroupDocs.Metadata.WebForms + GroupDocs.Metadata.WebForms + v4.5 + true + + + + + + + + + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + ..\packages\GroupDocs.Metadata.20.7.0\lib\net20\GroupDocs.Metadata.dll + + + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + True + + + + + + + + + + ..\packages\Microsoft.AspNet.WebApi.Client.5.2.6\lib\net45\System.Net.Http.Formatting.dll + True + + + ..\packages\Microsoft.AspNet.Cors.5.2.6\lib\net45\System.Web.Cors.dll + True + + + + ..\packages\Microsoft.AspNet.WebApi.Core.5.2.6\lib\net45\System.Web.Http.dll + True + + + ..\packages\Microsoft.AspNet.WebApi.Cors.5.2.6\lib\net45\System.Web.Http.Cors.dll + True + + + + + + + + + + + + + True + ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll + + + ..\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll + + + ..\packages\Microsoft.AspNet.ScriptManager.WebForms.5.0.0\lib\net45\Microsoft.ScriptManager.WebForms.dll + + + ..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll + + + True + ..\packages\WebGrease.1.5.2\lib\WebGrease.dll + + + True + ..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll + + + True + ..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll + + + True + ..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll + + + ..\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll + + + ..\packages\YamlDotNet.5.2.1\lib\net45\YamlDotNet.dll + + + + + ..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll + + + ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll + + + ..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll + + + + + + + Designer + + + + Web.config + + + Web.config + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Global.asax + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metadata.aspx + ASPXCodeBehind + + + Metadata.aspx + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + + + + + True + True + 50879 + / + http://localhost:8080/metadata + True + http://localhost:8080 + False + False + + + False + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/WebForms/src/Metadata.aspx b/Demos/WebForms/src/Metadata.aspx new file mode 100644 index 0000000..57346e5 --- /dev/null +++ b/Demos/WebForms/src/Metadata.aspx @@ -0,0 +1,27 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Metadata.aspx.cs" Inherits="GroupDocs.Metadata.WebForms.Metadata" %> + +<% + GroupDocs.Metadata.WebForms.Products.Common.Config.GlobalConfiguration config = new GroupDocs.Metadata.WebForms.Products.Common.Config.GlobalConfiguration(); +%> + + + + + + Metadata for .NET Web Forms + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/WebForms/src/Metadata.aspx.cs b/Demos/WebForms/src/Metadata.aspx.cs new file mode 100644 index 0000000..807bdf2 --- /dev/null +++ b/Demos/WebForms/src/Metadata.aspx.cs @@ -0,0 +1,11 @@ +using System; + +namespace GroupDocs.Metadata.WebForms +{ + public partial class Metadata : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Metadata.aspx.designer.cs b/Demos/WebForms/src/Metadata.aspx.designer.cs new file mode 100644 index 0000000..2338dba --- /dev/null +++ b/Demos/WebForms/src/Metadata.aspx.designer.cs @@ -0,0 +1,15 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GroupDocs.Metadata.WebForms { + + + public partial class Metadata { + } +} diff --git a/Demos/WebForms/src/Products/Common/Config/ApplicationConfiguration.cs b/Demos/WebForms/src/Products/Common/Config/ApplicationConfiguration.cs new file mode 100644 index 0000000..8bfbf5d --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Config/ApplicationConfiguration.cs @@ -0,0 +1,49 @@ +using GroupDocs.Metadata.WebForms.Products.Common.Util.Parser; +using GroupDocs.Metadata.WebForms.Products.Common.Util.Directory; +using System; +using System.Diagnostics; +using System.IO; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Config +{ + /// + /// Application configuration + /// + public class ApplicationConfiguration + { + public string LicensePath { get; set; } = "Licenses"; + + /// + /// Get license path from the application configuration section of the web.config + /// + public ApplicationConfiguration() + { + YamlParser parser = new YamlParser(); + dynamic configuration = parser.GetConfiguration("application"); + ConfigurationValuesGetter valuesGetter = new ConfigurationValuesGetter(configuration); + string license = valuesGetter.GetStringPropertyValue("licensePath"); + if (String.IsNullOrEmpty(license)) + { + string[] files = System.IO.Directory.GetFiles(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, LicensePath), "*.lic"); + LicensePath = Path.Combine(LicensePath, files[0]); + } + else + { + if (!DirectoryUtils.IsFullPath(license)) + { + license = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, license); + if (!Directory.Exists(Path.GetDirectoryName(license))) + { + Directory.CreateDirectory(Path.GetDirectoryName(license)); + } + } + LicensePath = license; + if (!File.Exists(LicensePath)) + { + Debug.WriteLine("License file path is incorrect, launched in trial mode"); + LicensePath = ""; + } + } + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Config/CommonConfiguration.cs b/Demos/WebForms/src/Products/Common/Config/CommonConfiguration.cs new file mode 100644 index 0000000..54fdc6e --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Config/CommonConfiguration.cs @@ -0,0 +1,42 @@ +using GroupDocs.Metadata.WebForms.Products.Common.Util.Parser; +using Newtonsoft.Json; +using System; +using System.Collections.Specialized; +using System.Configuration; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Config +{ + /// + /// CommonConfiguration + /// + public class CommonConfiguration : ConfigurationSection + { + [JsonProperty] + public bool download { get; set; } + + [JsonProperty] + public bool upload { get; set; } + + [JsonProperty] + public bool browse { get; set; } + + [JsonProperty] + public bool rewrite { get; set; } + + private readonly NameValueCollection commonConfiguration = (NameValueCollection)ConfigurationManager.GetSection("commonConfiguration"); + + /// + /// Constructor + /// + public CommonConfiguration() + { + YamlParser parser = new YamlParser(); + dynamic configuration = parser.GetConfiguration("common"); + ConfigurationValuesGetter valuesGetter = new ConfigurationValuesGetter(configuration); + download = valuesGetter.GetBooleanPropertyValue("download", Convert.ToBoolean(commonConfiguration["isDownload"])); + upload = valuesGetter.GetBooleanPropertyValue("upload", Convert.ToBoolean(commonConfiguration["isUpload"])); + browse = valuesGetter.GetBooleanPropertyValue("browse", Convert.ToBoolean(commonConfiguration["isBrowse"])); + rewrite = valuesGetter.GetBooleanPropertyValue("rewrite", Convert.ToBoolean(commonConfiguration["isRewrite"])); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Config/ConfigurationValuesGetter.cs b/Demos/WebForms/src/Products/Common/Config/ConfigurationValuesGetter.cs new file mode 100644 index 0000000..4e8d06e --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Config/ConfigurationValuesGetter.cs @@ -0,0 +1,60 @@ +using System; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Config +{ + public class ConfigurationValuesGetter + { + private readonly dynamic Configuration; + + public ConfigurationValuesGetter(dynamic configuration) + { + Configuration = configuration; + } + + public string GetStringPropertyValue(string propertyName) + { + return (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? + Configuration[propertyName].ToString() : + null; + } + + public string GetStringPropertyValue(string propertyName, string defaultValue) + { + return (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? + Configuration[propertyName].ToString() : + defaultValue; + } + + public int GetIntegerPropertyValue(string propertyName, int defaultValue) + { + int value; + value = (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? + Convert.ToInt32(Configuration[propertyName]) : + defaultValue; + return value; + } + + public int GetIntegerPropertyValue(string propertyName, int defaultValue, string innerPropertyName) + { + int value; + if (!String.IsNullOrEmpty(innerPropertyName)) + { + value = (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName][innerPropertyName].ToString())) ? + Convert.ToInt32(Configuration[propertyName][innerPropertyName]) : + defaultValue; + } + else + { + value = (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? + Convert.ToInt32(Configuration[propertyName]) : + defaultValue; + } + return value; + } + + public bool GetBooleanPropertyValue(string propertyName, bool defaultValue) + { + return (Configuration != null && Configuration[propertyName] != null && !String.IsNullOrEmpty(Configuration[propertyName].ToString())) ? Convert.ToBoolean(Configuration[propertyName]) : defaultValue; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Config/GlobalConfiguration.cs b/Demos/WebForms/src/Products/Common/Config/GlobalConfiguration.cs new file mode 100644 index 0000000..0704fd1 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Config/GlobalConfiguration.cs @@ -0,0 +1,26 @@ +using GroupDocs.Metadata.WebForms.Products.Metadata.Config; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Config +{ + /// + /// Global configuration + /// + public class GlobalConfiguration + { + public ServerConfiguration Server { get; set; } + public ApplicationConfiguration Application { get; set; } + public CommonConfiguration Common { get; set; } + public MetadataConfiguration Metadata { get; set; } + + /// + /// Get all configurations + /// + public GlobalConfiguration() + { + Server = new ServerConfiguration(); + Application = new ApplicationConfiguration(); + Common = new CommonConfiguration(); + Metadata = new MetadataConfiguration(); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Config/ServerConfiguration.cs b/Demos/WebForms/src/Products/Common/Config/ServerConfiguration.cs new file mode 100644 index 0000000..10fb8a8 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Config/ServerConfiguration.cs @@ -0,0 +1,29 @@ +using GroupDocs.Metadata.WebForms.Products.Common.Util.Parser; +using System; +using System.Collections.Specialized; +using System.Configuration; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Config +{ + /// + /// Server configuration + /// + public class ServerConfiguration : ConfigurationSection + { + public int HttpPort { get; set; } = 8080; + public string HostAddress { get; set; } = "localhost"; + private readonly NameValueCollection serverConfiguration = (NameValueCollection)ConfigurationManager.GetSection("serverConfiguration"); + + /// + /// Get server configuration section of the web.config + /// + public ServerConfiguration() { + YamlParser parser = new YamlParser(); + dynamic configuration = parser.GetConfiguration("server"); + ConfigurationValuesGetter valuesGetter = new ConfigurationValuesGetter(configuration); + int defaultPort = Convert.ToInt32(serverConfiguration["httpPort"]); + HttpPort = valuesGetter.GetIntegerPropertyValue("connector", defaultPort, "port"); + HostAddress = valuesGetter.GetStringPropertyValue("hostAddress", HostAddress); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Entity/Web/ExceptionEntity.cs b/Demos/WebForms/src/Products/Common/Entity/Web/ExceptionEntity.cs new file mode 100644 index 0000000..87eef6d --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Entity/Web/ExceptionEntity.cs @@ -0,0 +1,11 @@ +namespace GroupDocs.Metadata.WebForms.Products.Common.Entity.Web +{ + /// + /// Exception entity + /// + public class ExceptionEntity + { + public string message { get; set; } + public System.Exception exception { get; set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Entity/Web/FileDescriptionEntity.cs b/Demos/WebForms/src/Products/Common/Entity/Web/FileDescriptionEntity.cs new file mode 100644 index 0000000..50af7d5 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Entity/Web/FileDescriptionEntity.cs @@ -0,0 +1,14 @@ +namespace GroupDocs.Metadata.WebForms.Products.Common.Entity.Web +{ + /// + /// File description entity + /// + public class FileDescriptionEntity + { + public string guid{ get; set; } + public string name{ get; set; } + public string docType{ get; set; } + public bool isDirectory{ get; set; } + public long size{ get; set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Entity/Web/FilePropertyEntity.cs b/Demos/WebForms/src/Products/Common/Entity/Web/FilePropertyEntity.cs new file mode 100644 index 0000000..8206b15 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Entity/Web/FilePropertyEntity.cs @@ -0,0 +1,22 @@ +using GroupDocs.Metadata.Common; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Entity.Web +{ + /// + /// File description entity + /// + public class FilePropertyEntity + { + public string name { get; set; } + public dynamic value { get; set; } + public FilePropertyCategory category { get; set; } + public bool original { get; set; } + public MetadataPropertyType type { get; set; } + } + + public enum FilePropertyCategory + { + BuildIn, + Default + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Entity/Web/LoadDocumentEntity.cs b/Demos/WebForms/src/Products/Common/Entity/Web/LoadDocumentEntity.cs new file mode 100644 index 0000000..fe75604 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Entity/Web/LoadDocumentEntity.cs @@ -0,0 +1,26 @@ +using Newtonsoft.Json; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Entity.Web +{ + public class LoadDocumentEntity + { + ///Document Guid + [JsonProperty] + private string guid; + + ///list of pages + [JsonProperty] + private List pages = new List(); + + public void SetGuid(string guid) + { + this.guid = guid; + } + + public void SetPages(PageDescriptionEntity page) + { + this.pages.Add(page); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Entity/Web/PageDescriptionEntity.cs b/Demos/WebForms/src/Products/Common/Entity/Web/PageDescriptionEntity.cs new file mode 100644 index 0000000..654a616 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Entity/Web/PageDescriptionEntity.cs @@ -0,0 +1,28 @@ +using Newtonsoft.Json; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Entity.Web +{ + /// + /// DocumentDescriptionEntity + /// + public class PageDescriptionEntity + { + public double width{ get; set; } + public double height{ get; set; } + public int number{ get; set; } + public int angle { get; set; } + + [JsonProperty] + private string data; + + public void SetData(string data) + { + this.data = data; + } + + public string GetData() + { + return data; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Entity/Web/PostedDataEntity.cs b/Demos/WebForms/src/Products/Common/Entity/Web/PostedDataEntity.cs new file mode 100644 index 0000000..19d1d1b --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Entity/Web/PostedDataEntity.cs @@ -0,0 +1,19 @@ +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Entity.Web +{ + /// + /// Posted data entity + /// + public class PostedDataEntity + { + public string path { get; set; } + public string guid { get; set; } + public string password { get; set; } + public string url { get; set; } + public int page { get; set; } + public int angle { get; set; } + public List pages { get; set; } + public bool rewrite { get; set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Entity/Web/UploadedDocumentEntity.cs b/Demos/WebForms/src/Products/Common/Entity/Web/UploadedDocumentEntity.cs new file mode 100644 index 0000000..0174070 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Entity/Web/UploadedDocumentEntity.cs @@ -0,0 +1,10 @@ +namespace GroupDocs.Metadata.WebForms.Products.Common.Entity.Web +{ + /// + /// Uploaded document entity + /// + public class UploadedDocumentEntity + { + public string guid { get; set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Resources/Resources.cs b/Demos/WebForms/src/Products/Common/Resources/Resources.cs new file mode 100644 index 0000000..22ec0cd --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Resources/Resources.cs @@ -0,0 +1,82 @@ +using GroupDocs.Metadata.WebForms.Products.Common.Entity.Web; +using System; +using System.IO; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Resources +{ + /// + /// Resources + /// + public static class Resources + { + /// + /// Get free file name for uploaded file if such file already exists + /// + /// Directory where to search files + /// Uploaded file name + /// + public static string GetFreeFileName(string directory, string fileName) + { + string resultFileName = ""; + + // get all files from the directory + string[] listOfFiles = Directory.GetFiles(directory); + for (int i = 0; i < listOfFiles.Length; i++) + { + // check if file with current name already exists + int number = i + 1; + string newFileName = Path.GetFileNameWithoutExtension(fileName) + "-Copy(" + number + ")." + Path.GetExtension(fileName); + resultFileName = Path.Combine(directory, newFileName); + if (!File.Exists(resultFileName)) + { + break; + } + } + + return resultFileName; + } + + /// + /// Generate exception + /// + /// Exception + /// ExceptionEntity + public static ExceptionEntity GenerateException(Exception ex) + { + // Initiate Exception entity + ExceptionEntity exceptionEntity = new ExceptionEntity(); + // set exception data + exceptionEntity.message = ex.Message; + exceptionEntity.exception = ex; + return exceptionEntity; + } + + /// + /// Generate exception for password error + /// + /// Exception + /// string + /// ExceptionEntity + public static ExceptionEntity GenerateException(Exception ex, string password) + { + // Initiate exception + ExceptionEntity exceptionEntity = new ExceptionEntity(); + // Check if exception message contains password and password is empty + if (ex.Message.Contains("password") && String.IsNullOrEmpty(password)) + { + exceptionEntity.message = "Password Required"; + } + // Check if exception contains password and password is set + else if (ex.Message.Contains("password") && !String.IsNullOrEmpty(password)) + { + exceptionEntity.message = "Incorrect password"; + } + else + { + exceptionEntity.message = ex.Message; + exceptionEntity.exception = ex; + } + return exceptionEntity; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Util/Comparator/CaseInsensitiveComparer.cs b/Demos/WebForms/src/Products/Common/Util/Comparator/CaseInsensitiveComparer.cs new file mode 100644 index 0000000..2762cb3 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Util/Comparator/CaseInsensitiveComparer.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Util.Comparator +{ + /// + /// Compares two strings for equivalence, ignoring the case. + /// + public class CaseInsensitiveComparer : IComparer + { + public int Compare(string x, string y) + { + return string.Compare(x, y, StringComparison.OrdinalIgnoreCase); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Util/Comparator/FileDateComparator.cs b/Demos/WebForms/src/Products/Common/Util/Comparator/FileDateComparator.cs new file mode 100644 index 0000000..565ece3 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Util/Comparator/FileDateComparator.cs @@ -0,0 +1,34 @@ +using System; +using System.Collections.Generic; +using System.Globalization; +using System.IO; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Util.Comparator +{ + /// + /// FileDateComparator + /// + public class FileDateComparator : IComparer + { + /// + /// Compare file creation dates + /// + /// string + /// string + /// + public int Compare(string x, string y) + { + var date1 = File.GetCreationTime(x); + var date2 = File.GetCreationTime(y); + + if (DateTime.Equals(date1, date2)) + { + return string.Compare(y, x, false, CultureInfo.InvariantCulture); + } + else + { + return DateTime.Compare(date2, date1); + } + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Util/Comparator/FileNameComparator.cs b/Demos/WebForms/src/Products/Common/Util/Comparator/FileNameComparator.cs new file mode 100644 index 0000000..3a33767 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Util/Comparator/FileNameComparator.cs @@ -0,0 +1,34 @@ +using System; +using System.Collections.Generic; +using System.Globalization; +using System.IO; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Util.Comparator +{ + /// + /// FileNameComparator + /// + public class FileNameComparator : IComparer + { + /// + /// Compare file names + /// + /// string + /// string + /// + public int Compare(string x, string y) + { + string strExt1 = Path.GetFileName(x); + string strExt2 = Path.GetFileName(y); + + if (string.Equals(strExt1, strExt2, StringComparison.Ordinal)) + { + return string.Compare(x, y, false, CultureInfo.InvariantCulture); + } + else + { + return string.Compare(strExt1, strExt2, false, CultureInfo.InvariantCulture); + } + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Util/Directory/DirectoryUtils.cs b/Demos/WebForms/src/Products/Common/Util/Directory/DirectoryUtils.cs new file mode 100644 index 0000000..ff7b88d --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Util/Directory/DirectoryUtils.cs @@ -0,0 +1,17 @@ +using System; +using System.Linq; +using System.IO; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Util.Directory +{ + public static class DirectoryUtils + { + internal static bool IsFullPath(string path) + { + return !String.IsNullOrWhiteSpace(path) + && path.IndexOfAny(Path.GetInvalidPathChars().ToArray()) == -1 + && Path.IsPathRooted(path) + && !Path.GetPathRoot(path).Equals(Path.DirectorySeparatorChar.ToString(), StringComparison.Ordinal); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Common/Util/Parser/YamlParser.cs b/Demos/WebForms/src/Products/Common/Util/Parser/YamlParser.cs new file mode 100644 index 0000000..f0e89c2 --- /dev/null +++ b/Demos/WebForms/src/Products/Common/Util/Parser/YamlParser.cs @@ -0,0 +1,40 @@ +using Newtonsoft.Json; +using System; +using System.IO; +using YamlDotNet.Serialization; + +namespace GroupDocs.Metadata.WebForms.Products.Common.Util.Parser +{ + public class YamlParser + { + private static string YamlPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "configuration.yml"); + private readonly dynamic ConfiguationData; + + public YamlParser() + { + if (File.Exists(YamlPath)) + { + using (var reader = new StringReader(File.ReadAllText(YamlPath))) + { + var deserializer = new DeserializerBuilder().Build(); + var yamlObject = deserializer.Deserialize(reader); + + var serializer = new SerializerBuilder() + .JsonCompatible() + .Build(); + + ConfiguationData = serializer.Serialize(yamlObject); + } + } + } + + public dynamic GetConfiguration(string configurationSectionName) { + dynamic productConfiguration = null; + if (ConfiguationData != null) + { + productConfiguration = JsonConvert.DeserializeObject(ConfiguationData)[configurationSectionName]; + } + return productConfiguration; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Config/MetadataConfiguration.cs b/Demos/WebForms/src/Products/Metadata/Config/MetadataConfiguration.cs new file mode 100644 index 0000000..49d0730 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Config/MetadataConfiguration.cs @@ -0,0 +1,125 @@ +using GroupDocs.Metadata.WebForms.Products.Common.Config; +using GroupDocs.Metadata.WebForms.Products.Common.Util.Parser; +using GroupDocs.Metadata.WebForms.Products.Metadata.Util; +using Newtonsoft.Json; +using System; +using System.IO; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Config +{ + /// + /// MetadataConfiguration + /// + public class MetadataConfiguration : CommonConfiguration + { + private string filesDirectory = "DocumentSamples/Metadata"; + + [JsonProperty] + private string defaultDocument = ""; + + [JsonProperty] + private int preloadPageCount; + + [JsonProperty] + private bool htmlMode = true; + + [JsonProperty] + private bool cache = true; + + /// + /// Constructor + /// + public MetadataConfiguration() + { + YamlParser parser = new YamlParser(); + dynamic configuration = parser.GetConfiguration("metadata"); + ConfigurationValuesGetter valuesGetter = new ConfigurationValuesGetter(configuration); + + // get Metadata configuration section from the web.config + filesDirectory = valuesGetter.GetStringPropertyValue("filesDirectory", filesDirectory); + if (!DirectoryUtils.IsFullPath(filesDirectory)) + { + filesDirectory = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, filesDirectory); + if (!Directory.Exists(filesDirectory)) + { + Directory.CreateDirectory(filesDirectory); + } + } + defaultDocument = valuesGetter.GetStringPropertyValue("defaultDocument", defaultDocument); + preloadPageCount = valuesGetter.GetIntegerPropertyValue("preloadPageCount", preloadPageCount); + htmlMode = valuesGetter.GetBooleanPropertyValue("htmlMode", htmlMode); + cache = valuesGetter.GetBooleanPropertyValue("cache", cache); + browse = valuesGetter.GetBooleanPropertyValue("browse", browse); + upload = valuesGetter.GetBooleanPropertyValue("upload", upload); + } + + public void SetFilesDirectory(string filesDirectory) + { + this.filesDirectory = filesDirectory; + } + + public string GetFilesDirectory() + { + return filesDirectory; + } + + public void SetDefaultDocument(string defaultDocument) + { + this.defaultDocument = defaultDocument; + } + + public string GetDefaultDocument() + { + return defaultDocument; + } + + public void SetPreloadPageCount(int preloadPageCount) + { + this.preloadPageCount = preloadPageCount; + } + + public int GetPreloadPageCount() + { + return preloadPageCount; + } + + public void SetIsHtmlMode(bool isHtmlMode) + { + this.htmlMode = isHtmlMode; + } + + public bool GetIsHtmlMode() + { + return htmlMode; + } + + public void SetCache(bool Cache) + { + this.cache = Cache; + } + + public bool GetCache() + { + return cache; + } + + public string GetAbsolutePath(string filePath) + { + if (!Path.IsPathRooted(filePath)) + { + return Path.Combine(GetFilesDirectory(), filePath); + } + string absolutePath = Path.GetFullPath(filePath); + string fileDirectory = Path.GetFullPath(GetFilesDirectory()); + if (!fileDirectory.EndsWith(Path.DirectorySeparatorChar.ToString())) + { + fileDirectory += Path.DirectorySeparatorChar; + } + if (!absolutePath.StartsWith(fileDirectory)) + { + throw new ArgumentException("Invalid file path"); + } + return absolutePath; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Context/MetadataContext.cs b/Demos/WebForms/src/Products/Metadata/Context/MetadataContext.cs new file mode 100644 index 0000000..3b47446 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Context/MetadataContext.cs @@ -0,0 +1,138 @@ +using System; +using System.Linq; +using System.Collections.Generic; +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Options; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model; +using GroupDocs.Metadata.WebForms.Products.Metadata.Repositories; +using GroupDocs.Metadata.Export; +using System.IO; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Context +{ + public class MetadataContext : IDisposable + { + private readonly GroupDocs.Metadata.Metadata metadata; + + private readonly MetadataPathConfig metadataPathConfig; + + private bool disposedValue; + + public MetadataContext(string filePath, string password) + { + var loadOptions = new LoadOptions + { + Password = password == string.Empty ? null : password + }; + + metadata = new GroupDocs.Metadata.Metadata(filePath, loadOptions); + metadataPathConfig = new MetadataPathConfig(); + } + + public IEnumerable GetPackages() + { + var root = metadata.GetRootPackage(); + var packages = new List(); + foreach (var branchProperty in root) + { + if (branchProperty.Value != null && branchProperty.Value.Type == MetadataPropertyType.Metadata) + { + var branchPackage = branchProperty.Value.ToClass(); + + foreach (var nestedPackageInfo in metadataPathConfig.GetRegisteredPackages(branchPackage)) + { + var repository = MetadataRepositoryFactory.Create(nestedPackageInfo.Package); + var properties = new List(); + var descriptors = new List(); + + foreach (var property in repository.GetProperties().OrderBy(p => p.Name, StringComparer.OrdinalIgnoreCase)) + { + properties.Add(property); + } + + foreach (var descriptor in repository.GetDescriptors().OrderBy(p => p.Name, StringComparer.OrdinalIgnoreCase)) + { + descriptors.Add(descriptor); + } + + if (properties.Count > 0 || descriptors.Any(descriptor => (descriptor.AccessLevel & AccessLevels.Add) != 0)) + { + packages.Add( + new Package(metadataPathConfig.CombinePath(branchProperty.Name, nestedPackageInfo.Path), + nestedPackageInfo.Package.GetType().Name, + nestedPackageInfo.Index, + (PackageType)nestedPackageInfo.Package.MetadataType, + properties, + descriptors)); + } + } + } + } + + return packages; + } + + public void UpdateProperties(string packageName, IEnumerable properties) + { + var root = metadata.GetRootPackage(); + + var package = metadataPathConfig.GetPackageByPath(root, packageName); + var repository = MetadataRepositoryFactory.Create(package); + foreach (var property in properties) + { + repository.SaveProperty(property.Name, property.Type, property.Value); + } + } + + public void RemoveProperties(string packageName, IEnumerable properties) + { + var root = metadata.GetRootPackage(); + + var package = metadataPathConfig.GetPackageByPath(root, packageName); + var repository = MetadataRepositoryFactory.Create(package); + foreach (var propertyName in properties) + { + repository.RemoveProperty(propertyName); + } + } + + public byte[] ExportProperties() + { + using (MemoryStream stream = new MemoryStream()) + { + var root = metadata.GetRootPackage(); + ExportManager manager = new ExportManager(root); + manager.Export(stream, ExportFormat.Xlsx); + return stream.ToArray(); + } + } + + public void Save(string filePath) + { + metadata.Save(filePath); + } + + public void Sanitize() + { + metadata.Sanitize(); + } + + protected virtual void Dispose(bool disposing) + { + if (!disposedValue) + { + if (disposing) + { + metadata.Dispose(); + } + disposedValue = true; + } + } + + public void Dispose() + { + Dispose(disposing: true); + GC.SuppressFinalize(this); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Context/MetadataPathConfig.cs b/Demos/WebForms/src/Products/Metadata/Context/MetadataPathConfig.cs new file mode 100644 index 0000000..41e5ae7 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Context/MetadataPathConfig.cs @@ -0,0 +1,122 @@ +using System; +using System.Collections.Generic; +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Archive; +using GroupDocs.Metadata.Formats.BusinessCard; +using GroupDocs.Metadata.Formats.Document; +using GroupDocs.Metadata.Formats.Font; +using GroupDocs.Metadata.Formats.Peer2Peer; +using GroupDocs.Metadata.Formats.Video; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Context +{ + public class MetadataPathConfig + { + private const char PathSeparator = '/'; + + private readonly IDictionary metadataPaths = new Dictionary + { + { typeof(NoteInspectionPackage), new[] { "Pages" } }, + { typeof(ZipPackage), new[] { "Files" } }, + { typeof(TorrentPackage), new[] { "files" } }, + { typeof(MovPackage), new[] { "Atoms" } }, + { typeof(MatroskaPackage), new[] { "EbmlHeader", "Segments", "Tracks", "Tags" } }, + { typeof(VCardPackage), new[] { "Cards" } }, + { typeof(AsfPackage), new[] { "StreamProperties", "MetadataDescriptors", "CodecInformation" } }, + { typeof(OpenTypePackage), new[] { "Fonts" } }, + }; + + public IEnumerable GetRegisteredPackages(MetadataPackage branchPackage) + { + yield return new NestedPackageInfo(branchPackage, string.Empty); + var packageType = branchPackage.GetType(); + if (metadataPaths.ContainsKey(packageType)) + { + foreach (var packagePath in metadataPaths[packageType]) + { + foreach (var nestedPackage in GetPackages(branchPackage, packagePath)) + { + yield return nestedPackage; + } + } + } + } + + public MetadataPackage GetPackageByPath(MetadataPackage branchPackage, string path) + { + foreach (var packageInfo in GetPackages(branchPackage, path)) + { + return packageInfo.Package; + } + + return null; + } + + public string CombinePath(string part1, string part2) + { + part1 = part1.Trim(PathSeparator); + part2 = part2.Trim(PathSeparator); + + if (part1 == string.Empty) + { + return part2; + } + if (part2 == string.Empty) + { + return part1; + } + return string.Concat(part1, PathSeparator, part2); + } + + private IEnumerable GetPackages(MetadataPackage branchPackage, string path) + { + var parts = path.Split(PathSeparator); + var current = branchPackage; + + int i = 0; + + while (i < parts.Length && current != null) + { + MetadataPackage next = null; + if (current.Contains(parts[i])) + { + var property = current[parts[i]]; + if (property.Value != null) + { + if (property.Value.Type == MetadataPropertyType.Metadata) + { + next = property.Value.ToClass(); + } + else if (property.Value.Type == MetadataPropertyType.MetadataArray) + { + var packages = property.Value.ToArray(); + i++; + if (i < parts.Length) + { + int index; + if (int.TryParse(parts[i], out index)) + { + next = packages[index]; + } + } + else + { + for (int j = 0; j < packages.Length; j++) + { + yield return new NestedPackageInfo(packages[j], CombinePath(path, j.ToString()), j); + } + } + } + } + } + current = next; + i++; + } + + if (current != null) + { + yield return new NestedPackageInfo(current, path); + } + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Context/NestedPackageInfo.cs b/Demos/WebForms/src/Products/Metadata/Context/NestedPackageInfo.cs new file mode 100644 index 0000000..d5dc855 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Context/NestedPackageInfo.cs @@ -0,0 +1,26 @@ + + +using GroupDocs.Metadata.Common; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Context +{ + public class NestedPackageInfo + { + public NestedPackageInfo(MetadataPackage package, string path, int index) + { + Package = package; + Path = path; + Index = index; + } + + public NestedPackageInfo(MetadataPackage package, string path) : this(package, path, -1) + { + } + + public MetadataPackage Package { get; private set; } + + public string Path { get; private set; } + + public int Index { get; private set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Controllers/MetadataApiController.cs b/Demos/WebForms/src/Products/Metadata/Controllers/MetadataApiController.cs new file mode 100644 index 0000000..1d78595 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Controllers/MetadataApiController.cs @@ -0,0 +1,248 @@ +using GroupDocs.Metadata.Exceptions; +using GroupDocs.Metadata.WebForms.Products.Common.Resources; +using GroupDocs.Metadata.WebForms.Products.Metadata.Config; +using GroupDocs.Metadata.WebForms.Products.Metadata.DTO; +using GroupDocs.Metadata.WebForms.Products.Metadata.Services; +using System; +using System.IO; +using System.Net; +using System.Net.Http; +using System.Net.Http.Headers; +using System.Web; +using System.Web.Http; +using System.Web.Http.Cors; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Controllers +{ + /// + /// MetadataApiController + /// + [EnableCors(origins: "*", headers: "*", methods: "*")] + public class MetadataApiController : ApiController + { + private readonly Common.Config.GlobalConfiguration globalConfiguration; + + private readonly MetadataService metadataService; + + private readonly FileService fileService; + + /// + /// Constructor + /// + public MetadataApiController() + { + globalConfiguration = new Common.Config.GlobalConfiguration(); + metadataService = new MetadataService(globalConfiguration.Metadata); + fileService = new FileService(globalConfiguration.Metadata); + } + + /// + /// Load Metadata configuration + /// + /// Metadata configuration + [HttpGet] + [Route("loadConfig")] + public MetadataConfiguration LoadConfig() + { + return globalConfiguration.Metadata; + } + + /// + /// Get all files and directories from storage + /// + /// List of files and directories + [HttpPost] + [Route("loadFileTree")] + public HttpResponseMessage LoadFileTree() + { + if (!globalConfiguration.Metadata.browse) + { + return Request.CreateResponse(HttpStatusCode.NotFound); + } + try + { + return Request.CreateResponse(HttpStatusCode.OK, fileService.LoadFileTree()); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Get file properties + /// + /// + /// + [HttpPost] + [Route("loadProperties")] + public HttpResponseMessage LoadProperties(PostedDataDto postedData) + { + try + { + return Request.CreateResponse(HttpStatusCode.OK, metadataService.GetPackages(postedData)); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Save file properties + /// + /// + /// + [HttpPost] + [Route("saveProperty")] + public HttpResponseMessage SaveProperties(PostedDataDto postedData) + { + try + { + metadataService.SaveProperties(postedData); + return Request.CreateResponse(HttpStatusCode.OK, new object()); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Removes all available metadata properties from the document + /// + /// + /// + [HttpPost] + [Route("clean")] + public HttpResponseMessage CleanMetadata(PostedDataDto postedData) + { + try + { + metadataService.CleanMetadata(postedData); + return Request.CreateResponse(HttpStatusCode.OK, new object()); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Remove file properties + /// + /// + /// + [HttpPost] + [Route("removeProperty")] + public HttpResponseMessage RemoveProperty(PostedDataDto postedData) + { + try + { + metadataService.RemoveProperties(postedData); + return Request.CreateResponse(HttpStatusCode.OK, new object()); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Load document description + /// + /// Post data + /// Document info object + [HttpPost] + [Route("loadDocumentDescription")] + public HttpResponseMessage LoadDocumentDescription(PostedDataDto postedData) + { + string password = ""; + try + { + // return document description + return Request.CreateResponse(HttpStatusCode.OK, fileService.LoadDocument(postedData)); + } + catch (DocumentProtectedException ex) + { + return Request.CreateResponse(HttpStatusCode.Forbidden, Resources.GenerateException(ex, password)); + } + catch (Exception ex) + { + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + + /// + /// Download currently viewed document + /// + /// Path of the document to download + /// Document stream as attachment + [HttpGet] + [Route("downloadDocument")] + public HttpResponseMessage DownloadDocument(string path) + { + if (!string.IsNullOrEmpty(path)) + { + string absolutePath = globalConfiguration.Metadata.GetAbsolutePath(path); + if (File.Exists(absolutePath)) + { + HttpResponseMessage response = new HttpResponseMessage(HttpStatusCode.OK); + var fileStream = new FileStream(absolutePath, FileMode.Open); + response.Content = new StreamContent(fileStream); + response.Content.Headers.ContentType = new MediaTypeHeaderValue("application/octet-stream"); + response.Content.Headers.ContentDisposition = new ContentDispositionHeaderValue("attachment"); + response.Content.Headers.ContentDisposition.FileName = Path.GetFileName(absolutePath); + return response; + } + } + + return new HttpResponseMessage(HttpStatusCode.NotFound); + } + + /// + /// Exports all detected metadata properties to an Excel workbook + /// + /// + /// + [HttpPost] + [Route("export")] + public HttpResponseMessage ExportProperties(PostedDataDto postedData) + { + var result = new HttpResponseMessage(HttpStatusCode.OK) + { + Content = new ByteArrayContent(metadataService.ExportMetadata(postedData)) + }; + result.Content.Headers.ContentDisposition = new ContentDispositionHeaderValue("attachment") + { + FileName = "ExportedProperties.xlsx" + }; + result.Content.Headers.ContentType = new MediaTypeHeaderValue("application/octet-stream"); + + return result; + } + + /// + /// Upload document + /// + /// Uploaded document object + [HttpPost] + [Route("uploadDocument")] + public HttpResponseMessage UploadDocument() + { + if (!globalConfiguration.Metadata.upload) + { + return Request.CreateResponse(HttpStatusCode.NotFound); + } + try + { + return Request.CreateResponse(HttpStatusCode.OK, fileService.UploadDocument(HttpContext.Current.Request)); + } + catch (Exception ex) + { + // set exception message + return Request.CreateResponse(HttpStatusCode.InternalServerError, Resources.GenerateException(ex)); + } + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/DTO/ExtractedPackageDto.cs b/Demos/WebForms/src/Products/Metadata/DTO/ExtractedPackageDto.cs new file mode 100644 index 0000000..63f6947 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/DTO/ExtractedPackageDto.cs @@ -0,0 +1,20 @@ + +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.DTO +{ + public class ExtractedPackageDto + { + public string id { get; set; } + + public string name { get; set; } + + public int index { get; set; } + + public int type { get; set; } + + public IEnumerable properties { get; set; } + + public IEnumerable knownProperties { get; set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/DTO/KnownPropertyDto.cs b/Demos/WebForms/src/Products/Metadata/DTO/KnownPropertyDto.cs new file mode 100644 index 0000000..0a98717 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/DTO/KnownPropertyDto.cs @@ -0,0 +1,12 @@ + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.DTO +{ + public class KnownPropertyDto + { + public string name { get; set; } + + public int type { get; set; } + + public int accessLevel { get; set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/DTO/MetadataPropertyDto.cs b/Demos/WebForms/src/Products/Metadata/DTO/MetadataPropertyDto.cs new file mode 100644 index 0000000..7b6fb20 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/DTO/MetadataPropertyDto.cs @@ -0,0 +1,16 @@ +using GroupDocs.Metadata.Common; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.DTO +{ + /// + /// File property entity + /// + public class PropertyDto + { + public string name { get; set; } + + public dynamic value { get; set; } + + public int type { get; set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/DTO/PostedDataDto.cs b/Demos/WebForms/src/Products/Metadata/DTO/PostedDataDto.cs new file mode 100644 index 0000000..5adad22 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/DTO/PostedDataDto.cs @@ -0,0 +1,13 @@ +using GroupDocs.Metadata.WebForms.Products.Common.Entity.Web; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.DTO +{ + public class PostedDataDto : PostedDataEntity + { + /// + /// Collection of the document properties with their data. + /// + public IEnumerable packages { get; set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/DTO/PostedMetadataPackageDto.cs b/Demos/WebForms/src/Products/Metadata/DTO/PostedMetadataPackageDto.cs new file mode 100644 index 0000000..afc5fc3 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/DTO/PostedMetadataPackageDto.cs @@ -0,0 +1,11 @@ +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.DTO +{ + public class PostedMetadataPackageDto + { + public string id { get; set; } + + public IEnumerable properties { get; set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Model/AccessLevels.cs b/Demos/WebForms/src/Products/Metadata/Model/AccessLevels.cs new file mode 100644 index 0000000..4a35ecc --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Model/AccessLevels.cs @@ -0,0 +1,42 @@ + +using System; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Model +{ + /// + /// Defines access levels for metadata properties. + /// + [Flags] + public enum AccessLevels + { + /// + /// The property is read-only. + /// + Read = 0, + + /// + /// It is possible to update the property. + /// + Update = 1, + + /// + /// The property can be removed. + /// + Remove = 2, + + /// + /// It is possible to add the property to the package. + /// + Add = 4, + + /// + /// Grants full access to the property. + /// + Full = Update | Remove | Add, + + /// + /// It is allowed to add and update the property. All other operations are restricted. + /// + AddOrUpdate = Add | Update, + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Model/IPTC/IptcProperty.cs b/Demos/WebForms/src/Products/Metadata/Model/IPTC/IptcProperty.cs new file mode 100644 index 0000000..a31b874 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Model/IPTC/IptcProperty.cs @@ -0,0 +1,101 @@ +using GroupDocs.Metadata.Standards.Iptc; +using System; +using System.Globalization; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Model.IPTC +{ + public class IptcProperty : Property + { + private const char NameSeparator = ':'; + + public IptcProperty(byte recordNumber, byte dataSetNumber, PropertyType type, object value) + : base(GetUserFriendlyName(recordNumber, dataSetNumber), type, value) + { + RecordNumber = recordNumber; + DataSetNumber = dataSetNumber; + } + + public byte RecordNumber { get; private set; } + public byte DataSetNumber { get; private set; } + + public static string NameToUserFriendlyName(string name) + { + byte recordNumber; + byte dataSetNumber; + if (TryParseName(name, out recordNumber, out dataSetNumber)) + { + return GetUserFriendlyName(recordNumber, dataSetNumber); + } + return name; + } + + public static string UserFriendlyNameToName(string userFreindlyName) + { + byte recordNumber; + byte dataSetNumber; + if (TryParseName(userFreindlyName, out recordNumber, out dataSetNumber)) + { + return GetName(recordNumber, dataSetNumber); + } + return userFreindlyName; + } + + private static bool TryParseName(string name, out byte recordNumber, out byte dataSetNumber) + { + recordNumber = 0; + dataSetNumber = 0; + if (name != null) + { + var parts = name.Split(NameSeparator); + if (parts.Length == 2) + { + recordNumber = byte.Parse(parts[0]); + dataSetNumber = byte.Parse(parts[1]); + return true; + } + else + { + IptcEnvelopeRecordDataSet envelopDataSetNumber; + if (Enum.TryParse(name, out envelopDataSetNumber)) + { + recordNumber = (byte)IptcRecordType.EnvelopeRecord; + dataSetNumber = (byte)envelopDataSetNumber; + return true; + } + else + { + IptcApplicationRecordDataSet applicationDataSetNumber; + if (Enum.TryParse(name, out applicationDataSetNumber)) + { + recordNumber = (byte)IptcRecordType.ApplicationRecord; + dataSetNumber = (byte)applicationDataSetNumber; + return true; + } + } + } + } + + return false; + } + + private static string GetUserFriendlyName(int recordNumber, int dataSetNumber) + { + if ((IptcRecordType)recordNumber == IptcRecordType.EnvelopeRecord && Enum.IsDefined(typeof(IptcEnvelopeRecordDataSet), dataSetNumber)) + { + return ((IptcEnvelopeRecordDataSet)dataSetNumber).ToString(); + } + + if ((IptcRecordType)recordNumber == IptcRecordType.ApplicationRecord && Enum.IsDefined(typeof(IptcApplicationRecordDataSet), dataSetNumber)) + { + return ((IptcApplicationRecordDataSet)dataSetNumber).ToString(); + } + + return GetName(recordNumber, dataSetNumber); + } + + private static string GetName(int recordNumber, int dataSetNumber) + { + return string.Format(CultureInfo.InvariantCulture, "{0}{1}{2}", recordNumber, NameSeparator, dataSetNumber); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Model/IPTC/IptcPropertyDescriptor.cs b/Demos/WebForms/src/Products/Metadata/Model/IPTC/IptcPropertyDescriptor.cs new file mode 100644 index 0000000..bdbb61e --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Model/IPTC/IptcPropertyDescriptor.cs @@ -0,0 +1,11 @@ + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Model.IPTC +{ + public class IptcPropertyDescriptor : PropertyDescriptor + { + public IptcPropertyDescriptor(string name, PropertyType type, AccessLevels accessLevel) + : base(IptcProperty.NameToUserFriendlyName(name), type, accessLevel) + { + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Model/Package.cs b/Demos/WebForms/src/Products/Metadata/Model/Package.cs new file mode 100644 index 0000000..5942756 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Model/Package.cs @@ -0,0 +1,37 @@ + + +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Model +{ + public class Package + { + public Package( + string id, + string name, + int index, + PackageType type, + IEnumerable properties, + IEnumerable descriptors) + { + Id = id; + Name = name; + Index = index; + Type = type; + Properties = properties; + Descriptors = descriptors; + } + + public string Id { get; private set; } + + public string Name { get; private set; } + + public int Index { get; private set; } + + public PackageType Type { get; private set; } + + public IEnumerable Properties { get; private set; } + + public IEnumerable Descriptors { get; private set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Model/PackageType.cs b/Demos/WebForms/src/Products/Metadata/Model/PackageType.cs new file mode 100644 index 0000000..634e69f --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Model/PackageType.cs @@ -0,0 +1,211 @@ + + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Model +{ + /// + /// Specifies the type of a metadata package. + /// + public enum PackageType + { + /// + /// The type of a metadata package is undefined. + /// + Undefined = 0, + + /// + /// A root metadata package containing other format-specific packages. + /// + Root, + + /// + /// An XMP metadata package. + /// + Xmp, + + /// + /// An EXIF metadata package, + /// + Exif, + + /// + /// An IPTC metadata package, + /// + Iptc, + + /// + /// A Dublin Core metadata package. + /// + DublinCore, + + /// + /// A Photoshop's native metadata package. + /// + ImageResourceBlock, + + /// + /// A package containing information about the format of a loaded file. + /// + FileFormat, + + /// + /// A package containing digital signature metadata. + /// + DigitalSignature, + + /// + /// A presentation metadata package. + /// + Presentation, + + /// + /// A spreadsheet metadata package. + /// + Spreadsheet, + + /// + /// A word processing metadata package. + /// + WordProcessing, + + /// + /// A diagram metadata package. + /// + Diagram, + + /// + /// A metadata package containing information about an electronic note file. + /// + Note, + + /// + /// A metadata package containing information about a project management file. + /// + ProjectManagement, + + /// + /// A PDF metadata package. + /// + Pdf, + + /// + /// A package containing document statistics. + /// + DocumentStatistics, + + /// + /// A metadata package containing information about a Photoshop document. + /// + Psd, + + /// + /// A JPEG2000 native metadata package. + /// + Jpeg2000, + + /// + /// A DICOM native metadata package. + /// + Dicom, + + /// + /// A BMP native metadata package. + /// + Bmp, + + /// + /// A WAV native metadata package. + /// + Wav, + + /// + /// An ID3V1 tag. + /// + ID3V1, + + /// + /// An ID3V2 tag. + /// + ID3V2, + + /// + /// An MPEG audio native metadata package. + /// + MpegAudio, + + /// + /// A Lyrics3 metadata package. + /// + Lyrics3, + + /// + /// An APEv2 metadata package. + /// + ApeV2, + + /// + /// An AVI video native metadata package. + /// + Avi, + + /// + /// An FLV video native metadata package. + /// + Flv, + + /// + /// An ASF video native metadata package. + /// + Asf, + + /// + /// A QuickTime video. + /// + Mov, + + /// + /// A native metadata package extracted from a video encoded with the Matroska multimedia container. + /// + Matroska, + + /// + /// A native metadata package of a ZIP archive. + /// + Zip, + + /// + /// A native metadata package of a VCard. + /// + VCard, + + /// + /// A native metadata package of a EPUB e-book. + /// + Epub, + + /// + /// An OpenType font metadata package. + /// + OpenType, + + /// + /// A metadata package extracted from a CAD drawing. + /// + Cad, + + /// + /// An EML message metadata package. + /// + Eml, + + /// + /// An MSG message metadata package. + /// + Msg, + + /// + /// A torrent file metadata package. + /// Please find more information at https://en.wikipedia.org/wiki/Torrent_file/. + /// + Torrent, + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Model/Property.cs b/Demos/WebForms/src/Products/Metadata/Model/Property.cs new file mode 100644 index 0000000..f009a7e --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Model/Property.cs @@ -0,0 +1,19 @@ + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Model +{ + public class Property + { + public Property(string name, PropertyType type, object value) + { + Name = name; + Type = type; + Value = value; + } + + public string Name { get; private set; } + + public PropertyType Type { get; private set; } + + public object Value { get; private set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Model/PropertyDescriptor.cs b/Demos/WebForms/src/Products/Metadata/Model/PropertyDescriptor.cs new file mode 100644 index 0000000..ede0091 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Model/PropertyDescriptor.cs @@ -0,0 +1,19 @@ + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Model +{ + public class PropertyDescriptor + { + public PropertyDescriptor(string name, PropertyType type, AccessLevels accessLevel) + { + Name = name; + Type = type; + AccessLevel = accessLevel; + } + + public string Name { get; private set; } + + public PropertyType Type { get; private set; } + + public AccessLevels AccessLevel { get; private set; } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Model/PropertyType.cs b/Demos/WebForms/src/Products/Metadata/Model/PropertyType.cs new file mode 100644 index 0000000..0737307 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Model/PropertyType.cs @@ -0,0 +1,94 @@ + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Model +{ + /// + /// Defines metadata property types. + /// + public enum PropertyType + { + /// + /// Represents an empty (null) property. + /// + Empty = 0, + + /// + /// Represents a string property. + /// + String = 1, + + /// + /// Represents a boolean property. + /// + Boolean = 2, + + /// + /// Represents a date property. + /// + DateTime = 3, + + /// + /// Represents a time property. + /// + TimeSpan = 4, + + /// + /// Represents an integer property. + /// + Integer = 5, + + /// + /// Represents a long integer property. + /// + Long = 6, + + /// + /// Represents a property with a double or float value. + /// + Double = 7, + + /// + /// Represents a string array property. + /// + StringArray = 8, + + /// + /// Represents a byte array property. + /// + ByteArray = 9, + + /// + /// Represents an array of double values. + /// + DoubleArray = 10, + + /// + /// Represents an array of integer values. + /// + IntegerArray = 11, + + /// + /// Represents an array of long values. + /// + LongArray = 12, + + /// + /// Represents a nested metadata block. + /// + Metadata = 13, + + /// + /// Represents an array of nested metadata blocks. + /// + MetadataArray = 14, + + /// + /// Represents a global unique identifier value. + /// + Guid = 15, + + /// + /// Represents a metadata property value array. + /// + PropertyValueArray = 16 + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/Asf/AsfCodecRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/Asf/AsfCodecRepository.cs new file mode 100644 index 0000000..843a573 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/Asf/AsfCodecRepository.cs @@ -0,0 +1,19 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories.Asf +{ + public class AsfCodecRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "CodecEntryType", typeof(AsfCodecType) }, + }; + + public AsfCodecRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/Asf/AsfRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/Asf/AsfRepository.cs new file mode 100644 index 0000000..eb67f3a --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/Asf/AsfRepository.cs @@ -0,0 +1,21 @@ + + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories.Asf +{ + public class AsfRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "Flags", typeof(AsfFilePropertyFlags) }, + }; + + public AsfRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/Asf/AsfStreamRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/Asf/AsfStreamRepository.cs new file mode 100644 index 0000000..351054d --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/Asf/AsfStreamRepository.cs @@ -0,0 +1,20 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories.Asf +{ + public class AsfStreamRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "StreamType", typeof(AsfStreamType) }, + { "StreamFlags", typeof(AsfExtendedStreamPropertyFlags) }, + }; + + public AsfStreamRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/DigitalSignatureRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/DigitalSignatureRepository.cs new file mode 100644 index 0000000..e10645f --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/DigitalSignatureRepository.cs @@ -0,0 +1,18 @@ + +using GroupDocs.Metadata.Common; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public class DigitalSignatureRepository : MetadataPackageRepository + { + public DigitalSignatureRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + protected override IEnumerable GetPackages() + { + yield break; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/EnumMapperRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/EnumMapperRepository.cs new file mode 100644 index 0000000..26c3e44 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/EnumMapperRepository.cs @@ -0,0 +1,38 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public abstract class EnumMapperRepository : MetadataPackageRepository + { + private readonly IDictionary enumMap; + + protected EnumMapperRepository(MetadataPackage branchPackage, IDictionary enumMap) : base(branchPackage) + { + this.enumMap = enumMap; + } + + public override IEnumerable GetProperties() + { + foreach (var property in base.GetProperties()) + { + if (enumMap.ContainsKey(property.Name)) + { + yield return new Property(property.Name, PropertyType.String, Enum.GetName(enumMap[property.Name], property.Value)); + } + else + { + yield return property; + } + } + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/ExifMetadataRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/ExifMetadataRepository.cs new file mode 100644 index 0000000..9e735bf --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/ExifMetadataRepository.cs @@ -0,0 +1,22 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Standards.Exif; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public class ExifMetadataRepository : MetadataPackageRepository + { + public ExifMetadataRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + protected override IEnumerable GetPackages() + { + var exifPackage = (ExifPackage)BranchPackage; + yield return exifPackage.ExifIfdPackage; + yield return exifPackage.GpsPackage; + yield return exifPackage; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/FileTypeRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/FileTypeRepository.cs new file mode 100644 index 0000000..59b8e85 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/FileTypeRepository.cs @@ -0,0 +1,25 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Document; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public class FileTypeRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "FileFormat", typeof(FileFormat) }, + { "DiagramFileFormat", typeof(DiagramFormat) }, + { "PresentationFileFormat", typeof(PresentationFormat) }, + { "SpreadsheetFileFormat", typeof(SpreadsheetFormat) }, + { "WordProcessingFileFormat", typeof(WordProcessingFormat) }, + { "ByteOrder", typeof(ByteOrder) }, + }; + + public FileTypeRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/Fonts/OpenTypeRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/Fonts/OpenTypeRepository.cs new file mode 100644 index 0000000..b93e916 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/Fonts/OpenTypeRepository.cs @@ -0,0 +1,57 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Font; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories.Fonts +{ + public class OpenTypeRepository : EnumMapperRepository + { + private const string GlyphBounds = "GlyphBounds"; + private static readonly IDictionary EnumMap = new Dictionary + { + { "SfntVersion", typeof(OpenTypeVersion) }, + { "Flags", typeof(OpenTypeFlags) }, + { "MacStyle", typeof(OpenTypeStyles) }, + { "FontDirectionHint", typeof(OpenTypeDirectionHint) }, + { "UsWeightClass", typeof(OpenTypeWeight) }, + { "UsWidthClass", typeof(OpenTypeWidth) }, + { "FsType", typeof(OpenTypeLicensingRights) }, + }; + + public OpenTypeRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + + public override IEnumerable GetProperties() + { + foreach (var property in base.GetProperties()) + { + if (property.Name != GlyphBounds) + { + yield return property; + } + } + + var font = (OpenTypeFont)BranchPackage; + yield return new Property(GlyphBounds, PropertyType.String, $"{font.GlyphBounds.Width}X{font.GlyphBounds.Height}"); + + var visited = new Dictionary(); + + foreach (var name in font.Names) + { + if (visited.ContainsKey(name.NameID)) + { + visited[name.NameID]++; + } + else + { + visited.Add(name.NameID, 1); + } + yield return new Property($"z_{name.NameID} {visited[name.NameID]}", PropertyType.String, name.Value); + } + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/ID3V2TagRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/ID3V2TagRepository.cs new file mode 100644 index 0000000..bedf9ab --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/ID3V2TagRepository.cs @@ -0,0 +1,189 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Audio; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public class ID3V2TagRepository : MetadataPackageRepository + { + private const string WxxxFrameName = "WXXX"; + private const string TxxxFrameName = "TXXX"; + private const int FrameNameLength = 4; + private const char FrameNumberSeparator = '-'; + private const string TextFrameStart = "T"; + private const string UrlLinkFrameStart = "W"; + + public ID3V2TagRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + public override IEnumerable GetProperties() + { + foreach (var property in BranchPackage) + { + if (property.Value.Type == MetadataPropertyType.Metadata) + { + var frame = property.Value.ToClass(); + if (frame != null) + { + yield return CreateProperty(frame); + } + } + else if (property.Value.Type == MetadataPropertyType.MetadataArray) + { + var frames = property.Value.ToArray(); + if (frames != null) + { + for (int i = 0; i < frames.Length; i++) + { + yield return CreateProperty(frames[i], i + 1); + } + } + } + } + } + + public override void RemoveProperty(string name) + { + if (name != null) + { + if (name.Length == FrameNameLength) + { + base.RemoveProperty(name); + } + else + { + string frameId; + int frameNumber; + if (TryParseFrameName(name, out frameId, out frameNumber)) + { + var tag = (ID3V2Tag)BranchPackage; + var frames = tag.Get(frameId); + if (frames != null && frameNumber <= frames.Length) + { + tag.Remove(frames[frameNumber - 1]); + } + } + } + } + } + + public override void SaveProperty(string name, PropertyType type, dynamic value) + { + if (name != null && name.Length == FrameNameLength) + { + var tag = (ID3V2Tag)BranchPackage; + var frame = CreateFrame(name, value); + if (frame != null) + { + tag.Set(frame); + } + } + } + + public override IEnumerable GetDescriptors() + { + foreach (var descriptor in BranchPackage.KnowPropertyDescriptors) + { + if (descriptor.Type == MetadataPropertyType.Metadata) + { + if (descriptor.Name != null && descriptor.Name.Length == FrameNameLength && + (descriptor.Name.StartsWith(TextFrameStart) || descriptor.Name.StartsWith(UrlLinkFrameStart)) && + descriptor.Name != TxxxFrameName && descriptor.Name != WxxxFrameName) + { + yield return new Model.PropertyDescriptor(descriptor.Name, PropertyType.String, AccessLevels.Full); + } + else + { + yield return new Model.PropertyDescriptor(descriptor.Name, PropertyType.ByteArray, AccessLevels.Remove); + } + } + else if (descriptor.Type == MetadataPropertyType.MetadataArray) + { + if (BranchPackage.Contains(descriptor.Name)) + { + var property = BranchPackage[descriptor.Name]; + var frames = property.Value.ToArray(); + if (frames != null) + { + for (int i = 0; i < frames.Length; i++) + { + yield return new Model.PropertyDescriptor(GetPropertyName(frames[i].Id, i + 1), PropertyType.ByteArray, AccessLevels.Remove); + } + } + } + } + } + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + + private Property CreateProperty(ID3V2TagFrame frame, int number = 0) + { + var name = GetPropertyName(frame.Id, number); + if (frame is ID3V2TextFrame) + { + return new Property(name, PropertyType.String, ((ID3V2TextFrame)frame).Text); + } + + if (frame is ID3V2UrlLinkFrame) + { + return new Property(name, PropertyType.String, ((ID3V2UrlLinkFrame)frame).Url); + } + + if (frame is ID3V2CommentFrame) + { + return new Property(name, PropertyType.String, ((ID3V2CommentFrame)frame).Text); + } + + return new Property(name, PropertyType.ByteArray, frame.Data); + } + + private ID3V2TagFrame CreateFrame(string id, object value) + { + var stringValue = value as string; + + if (!string.IsNullOrEmpty(stringValue)) + { + if (id.StartsWith(TextFrameStart)) + { + return new ID3V2TextFrame(id, ID3V2EncodingType.Iso88591, stringValue); + } + + if (id.StartsWith(UrlLinkFrameStart)) + { + return new ID3V2UrlLinkFrame(id, stringValue); + } + } + + return null; + } + + private string GetPropertyName(string frameId, int number = 0) + { + return number <= 0 ? frameId : $"{frameId}{FrameNumberSeparator}{number}"; + } + + private bool TryParseFrameName(string propertyName, out string frameId, out int frameNumber) + { + frameId = null; + frameNumber = 0; + var parts = propertyName.Split(FrameNumberSeparator); + if (parts.Length == 2) + { + if (int.TryParse(parts[1], out frameNumber)) + { + frameId = parts[0]; + return true; + } + } + + return false; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/IptcMetadataRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/IptcMetadataRepository.cs new file mode 100644 index 0000000..df7a26f --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/IptcMetadataRepository.cs @@ -0,0 +1,95 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Standards.Iptc; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model.IPTC; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public class IptcMetadataRepository : MetadataPackageRepository + { + private readonly HashSet supportedPropertyTypes = new HashSet + { + MetadataPropertyType.String, + MetadataPropertyType.DateTime, + MetadataPropertyType.Integer, + MetadataPropertyType.ByteArray, + }; + + public IptcMetadataRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + public override IEnumerable GetProperties() + { + foreach (var package in GetPackages()) + { + foreach (var property in package) + { + var dataSet = (IptcDataSet)property; + if (IsDataSetSupported(dataSet)) + { + yield return new IptcProperty(dataSet.RecordNumber, dataSet.DataSetNumber, (PropertyType)property.Value.Type, property.Value.RawValue); + } + } + } + } + + public override IEnumerable GetDescriptors() + { + foreach (var package in GetPackages()) + { + foreach (var descriptor in package.KnowPropertyDescriptors) + { + if (supportedPropertyTypes.Contains(descriptor.Type)) + { + yield return new IptcPropertyDescriptor(descriptor.Name, (PropertyType)descriptor.Type, (AccessLevels)descriptor.AccessLevel); + } + } + } + } + + public override void RemoveProperty(string name) + { + base.RemoveProperty(IptcProperty.UserFriendlyNameToName(name)); + } + + public override void SaveProperty(string name, PropertyType type, dynamic value) + { + if (value != null) + { + string searchName = IptcProperty.UserFriendlyNameToName(name); + var propertyValue = CreatePropertyValue((MetadataPropertyType)type, value); + Func condition = p => p.Name == searchName; + BranchPackage.SetProperties(condition, propertyValue); + } + } + + protected override IEnumerable GetPackages() + { + foreach (var recordProperty in BranchPackage) + { + yield return recordProperty.Value.ToClass(); + } + } + + protected bool IsDataSetSupported(IptcDataSet dataSet) + { + if (supportedPropertyTypes.Contains(dataSet.Value.Type)) + { + return true; + } + + if (dataSet.Value.Type == MetadataPropertyType.PropertyValueArray) + { + var values = dataSet.Value.ToArray(); + if (values != null && values.Length > 0 && values[0].Type != MetadataPropertyType.ByteArray) + { + return true; + } + } + + return false; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/Matroska/MatroskaTagRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/Matroska/MatroskaTagRepository.cs new file mode 100644 index 0000000..716b338 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/Matroska/MatroskaTagRepository.cs @@ -0,0 +1,46 @@ + + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories.Matroska +{ + public class MatroskaTagRepository : MetadataPackageRepository + { + private const string TargetTypeValue = "TargetTypeValue"; + + public MatroskaTagRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + public override IEnumerable GetProperties() + { + foreach (var property in base.GetProperties()) + { + if (property.Name == TargetTypeValue) + { + yield return new Property(property.Name, PropertyType.String, ((MatroskaTargetTypeValue)property.Value).ToString()); + } + else + { + yield return property; + } + } + + foreach (var simpleTag in ((MatroskaTag)BranchPackage).SimpleTags) + { + if (simpleTag.Value.Type == MetadataPropertyType.String) + { + yield return new Property(simpleTag.Name, PropertyType.String, simpleTag.Value.RawValue); + } + } + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/Matroska/MatroskaTrackRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/Matroska/MatroskaTrackRepository.cs new file mode 100644 index 0000000..1f9ad80 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/Matroska/MatroskaTrackRepository.cs @@ -0,0 +1,24 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.Video; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories.Matroska +{ + public class MatroskaTrackRepository : EnumMapperRepository + { + private static readonly IDictionary EnumMap = new Dictionary + { + { "TrackType", typeof(MatroskaTrackType) }, + { "FlagInterlaced", typeof(MatroskaVideoFlagInterlaced) }, + { "FieldOrder", typeof(MatroskaVideoFieldOrder) }, + { "StereoMode", typeof(MatroskaVideoStereoMode) }, + { "DisplayUnit", typeof(MatroskaVideoDisplayUnit) }, + }; + + public MatroskaTrackRepository(MetadataPackage branchPackage) : base(branchPackage, EnumMap) + { + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/MetadataPackageRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/MetadataPackageRepository.cs new file mode 100644 index 0000000..372335d --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/MetadataPackageRepository.cs @@ -0,0 +1,110 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model; +using System; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public abstract class MetadataPackageRepository + { + private readonly HashSet supportedPropertyTypes = new HashSet + { + MetadataPropertyType.String, + MetadataPropertyType.DateTime, + MetadataPropertyType.Integer, + MetadataPropertyType.Long, + MetadataPropertyType.Double, + MetadataPropertyType.Boolean, + + MetadataPropertyType.PropertyValueArray, + MetadataPropertyType.StringArray, + MetadataPropertyType.ByteArray, + MetadataPropertyType.DoubleArray, + MetadataPropertyType.IntegerArray, + MetadataPropertyType.LongArray + }; + + protected MetadataPackageRepository(MetadataPackage branchPackage) + { + BranchPackage = branchPackage; + } + + protected MetadataPackage BranchPackage { get; private set; } + + public virtual IEnumerable GetDescriptors() + { + foreach (var package in GetPackages()) + { + foreach (var descriptor in package.KnowPropertyDescriptors) + { + if (IsPropertyTypeSupported(descriptor.Type)) + { + yield return new Model.PropertyDescriptor(descriptor.Name, (PropertyType)descriptor.Type, (AccessLevels)descriptor.AccessLevel); + } + } + } + } + + public virtual IEnumerable GetProperties() + { + foreach (var package in GetPackages()) + { + foreach (var property in package) + { + if (IsPropertyTypeSupported(property.Value.Type)) + { + yield return new Property(property.Name, (PropertyType)property.Value.Type, property.Value.RawValue); + } + } + } + } + + public virtual void RemoveProperty(string name) + { + foreach (var package in GetPackages()) + { + package.RemoveProperties(p => string.Equals(p.Name, name, StringComparison.OrdinalIgnoreCase)); + } + } + + public virtual void SaveProperty(string name, PropertyType type, dynamic value) + { + if (value != null) + { + var propertyValue = CreatePropertyValue((MetadataPropertyType)type, value); + GroupDocs.Metadata.Common.Func condition = p => string.Equals(p.Name, name, StringComparison.OrdinalIgnoreCase); + foreach (var package in GetPackages()) + { + package.SetProperties(condition, propertyValue); + } + } + } + + protected abstract IEnumerable GetPackages(); + + protected bool IsPropertyTypeSupported(MetadataPropertyType type) + { + return supportedPropertyTypes.Contains(type); + } + + protected PropertyValue CreatePropertyValue(MetadataPropertyType type, dynamic value) + { + if (type == MetadataPropertyType.Integer && value is long) + { + return new PropertyValue((int)value); + } + + if (type == MetadataPropertyType.Double && value is long) + { + return new PropertyValue((double)value); + } + + if (type == MetadataPropertyType.DateTime) + { + return new PropertyValue(DateTime.SpecifyKind((DateTime)value, DateTimeKind.Local)); + } + + return new PropertyValue(value); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/MetadataRepositoryFactory.cs b/Demos/WebForms/src/Products/Metadata/Repositories/MetadataRepositoryFactory.cs new file mode 100644 index 0000000..3c735b7 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/MetadataRepositoryFactory.cs @@ -0,0 +1,76 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.BusinessCard; +using GroupDocs.Metadata.Formats.Font; +using GroupDocs.Metadata.Formats.Video; +using GroupDocs.Metadata.Standards.Exif; +using GroupDocs.Metadata.WebForms.Products.Metadata.Repositories.Asf; +using GroupDocs.Metadata.WebForms.Products.Metadata.Repositories.Fonts; +using GroupDocs.Metadata.WebForms.Products.Metadata.Repositories.Matroska; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public static class MetadataRepositoryFactory + { + public static MetadataPackageRepository Create(MetadataPackage branchPackage) + { + switch (branchPackage.MetadataType) + { + case MetadataType.Xmp: + return new XmpMetadataRepository(branchPackage); + case MetadataType.Exif: + if (branchPackage is ExifPackage) + { + return new ExifMetadataRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.Iptc: + return new IptcMetadataRepository(branchPackage); + case MetadataType.ID3V2: + return new ID3V2TagRepository(branchPackage); + case MetadataType.Matroska: + if (branchPackage is MatroskaTag) + { + return new MatroskaTagRepository(branchPackage); + } + if (branchPackage is MatroskaTrack) + { + return new MatroskaTrackRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.FileFormat: + return new FileTypeRepository(branchPackage); + case MetadataType.VCard: + if (branchPackage is VCardCard) + { + return new VCardRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.Asf: + if (branchPackage is AsfPackage) + { + return new AsfRepository(branchPackage); + } + if (branchPackage is AsfCodec) + { + return new AsfCodecRepository(branchPackage); + } + if (branchPackage is AsfBaseStreamProperty) + { + return new AsfStreamRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.OpenType: + if (branchPackage is OpenTypeFont) + { + return new OpenTypeRepository(branchPackage); + } + return new OneLevelMetadataRepository(branchPackage); + case MetadataType.DigitalSignature: + return new DigitalSignatureRepository(branchPackage); + default: + return new OneLevelMetadataRepository(branchPackage); + } + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/OneLevelMetadataRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/OneLevelMetadataRepository.cs new file mode 100644 index 0000000..45a90bc --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/OneLevelMetadataRepository.cs @@ -0,0 +1,18 @@ + +using GroupDocs.Metadata.Common; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public class OneLevelMetadataRepository : MetadataPackageRepository + { + public OneLevelMetadataRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/VCardRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/VCardRepository.cs new file mode 100644 index 0000000..45356f6 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/VCardRepository.cs @@ -0,0 +1,63 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Formats.BusinessCard; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public class VCardRepository : MetadataPackageRepository + { + public VCardRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + public override IEnumerable GetProperties() + { + var card = (VCardCard)BranchPackage; + foreach (var recordsetProperty in card) + { + if (recordsetProperty.Value.RawValue is VCardRecordset) + { + foreach (var recordProperty in recordsetProperty.Value.ToClass()) + { + var records = recordProperty.Value.ToArray(); + if (records != null) + { + for (int i = 0; i < records.Length; i++) + { + var name = recordProperty.Name.Substring(0, recordProperty.Name.Length - 7); + if (records.Length > 1) + { + name = $"{name} {i + 1}"; + } + VCardRecord record = records[i]; + if (record.ContentType == VCardContentType.Text) + { + yield return new Property(name, PropertyType.String, ((VCardTextRecord)record).Value); + } + else if (record.ContentType == VCardContentType.DateTime) + { + yield return new Property(name, PropertyType.DateTime, ((VCardDateTimeRecord)record).Value); + } + else if (record.ContentType == VCardContentType.Custom) + { + yield return new Property(name, PropertyType.String, ((VCardCustomRecord)record).Value); + } + else if (record.ContentType == VCardContentType.Binary) + { + yield return new Property(name, PropertyType.ByteArray, ((VCardBinaryRecord)record).Value); + } + } + } + } + } + } + } + + protected override IEnumerable GetPackages() + { + yield return BranchPackage; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Repositories/XmpMetadataRepository.cs b/Demos/WebForms/src/Products/Metadata/Repositories/XmpMetadataRepository.cs new file mode 100644 index 0000000..5004d66 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Repositories/XmpMetadataRepository.cs @@ -0,0 +1,19 @@ + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Standards.Xmp; +using System.Collections.Generic; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Repositories +{ + public class XmpMetadataRepository : MetadataPackageRepository + { + public XmpMetadataRepository(MetadataPackage branchPackage) : base(branchPackage) + { + } + + protected override IEnumerable GetPackages() + { + return ((XmpPacketWrapper)BranchPackage).Packages; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Services/FileService.cs b/Demos/WebForms/src/Products/Metadata/Services/FileService.cs new file mode 100644 index 0000000..993ae10 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Services/FileService.cs @@ -0,0 +1,186 @@ +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Options; +using GroupDocs.Metadata.WebForms.Products.Common.Entity.Web; +using GroupDocs.Metadata.WebForms.Products.Common.Resources; +using GroupDocs.Metadata.WebForms.Products.Common.Util.Comparator; +using GroupDocs.Metadata.WebForms.Products.Metadata.Config; +using GroupDocs.Metadata.WebForms.Products.Metadata.DTO; +using System; +using System.Collections.Generic; +using System.IO; +using System.Net; +using System.Web; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Services +{ + public class FileService + { + private readonly MetadataConfiguration metadataConfiguration; + + public FileService(MetadataConfiguration metadataConfiguration) + { + this.metadataConfiguration = metadataConfiguration; + } + + public IEnumerable LoadFileTree() + { + List fileList = new List(); + if (!string.IsNullOrEmpty(metadataConfiguration.GetFilesDirectory())) + { + var currentPath = metadataConfiguration.GetFilesDirectory(); + List allFiles = new List(Directory.GetFiles(currentPath)); + allFiles.AddRange(Directory.GetDirectories(currentPath)); + + // TODO: get temp directory name + string tempDirectoryName = "temp"; + + allFiles.Sort(new FileNameComparator()); + allFiles.Sort(new FileDateComparator()); + + foreach (string file in allFiles) + { + FileInfo fileInfo = new FileInfo(file); + // check if current file/folder is hidden + if (!(tempDirectoryName.Equals(Path.GetFileName(file)) || + fileInfo.Attributes.HasFlag(FileAttributes.Hidden) || + fileInfo.Name.StartsWith(".") || + Path.GetFileName(file).Equals(Path.GetFileName(metadataConfiguration.GetFilesDirectory())))) + { + FileDescriptionEntity fileDescription = new FileDescriptionEntity(); + fileDescription.guid = Path.GetFileName(file); + fileDescription.name = Path.GetFileName(file); + // set is directory true/false + fileDescription.isDirectory = fileInfo.Attributes.HasFlag(FileAttributes.Directory); + // set file size + if (!fileDescription.isDirectory) + { + fileDescription.size = fileInfo.Length; + } + // add object to array list + fileList.Add(fileDescription); + } + } + } + return fileList; + } + + public LoadDocumentEntity LoadDocument(PostedDataDto postedData) + { + // get/set parameters + string filePath = metadataConfiguration.GetAbsolutePath(postedData.guid); + string password = string.IsNullOrEmpty(postedData.password) ? null : postedData.password; + LoadDocumentEntity loadDocumentEntity = new LoadDocumentEntity(); + + // set password for protected document + var loadOptions = new LoadOptions + { + Password = password + }; + + using (GroupDocs.Metadata.Metadata metadata = new GroupDocs.Metadata.Metadata(filePath, loadOptions)) + { + GroupDocs.Metadata.Common.IReadOnlyList pages = metadata.GetDocumentInfo().Pages; + + using (MemoryStream stream = new MemoryStream()) + { + PreviewOptions previewOptions = new PreviewOptions(pageNumber => stream, (pageNumber, pageStream) => { }); + previewOptions.PreviewFormat = PreviewOptions.PreviewFormats.PNG; + + int pageCount = pages.Count; + if (metadataConfiguration.GetPreloadPageCount() > 0) + { + pageCount = metadataConfiguration.GetPreloadPageCount(); + } + for (int i = 0; i < pageCount; i++) + { + previewOptions.PageNumbers = new[] { i + 1 }; + try + { + metadata.GeneratePreview(previewOptions); + } + catch (NotSupportedException) + { + continue; + } + + PageDescriptionEntity pageData = GetPageDescriptionEntities(pages[i]); + string encodedImage = Convert.ToBase64String(stream.ToArray()); + pageData.SetData(encodedImage); + loadDocumentEntity.SetPages(pageData); + stream.SetLength(0); + } + } + } + + loadDocumentEntity.SetGuid(postedData.guid); + + // return document description + return loadDocumentEntity; + } + + public UploadedDocumentEntity UploadDocument(HttpRequest request) + { + string url = request.Form["url"]; + // get documents storage path + string documentStoragePath = metadataConfiguration.GetFilesDirectory(); + bool rewrite = bool.Parse(request.Form["rewrite"]); + string fileSavePath = string.Empty; + if (string.IsNullOrEmpty(url)) + { + // Get the uploaded document from the Files collection + var httpPostedFile = request.Files["file"]; + if (httpPostedFile == null || Path.IsPathRooted(httpPostedFile.FileName)) + { + throw new ArgumentException("Could not upload the file"); + } + if (rewrite) + { + // Get the complete file path + fileSavePath = Path.Combine(documentStoragePath, httpPostedFile.FileName); + } + else + { + fileSavePath = Resources.GetFreeFileName(documentStoragePath, httpPostedFile.FileName); + } + + // Save the uploaded file to "UploadedFiles" folder + httpPostedFile.SaveAs(fileSavePath); + + } + else + { + using (WebClient client = new WebClient()) + { + // get file name from the URL + Uri uri = new Uri(url); + string fileName = Path.GetFileName(uri.LocalPath); + if (rewrite) + { + // Get the complete file path + fileSavePath = Path.Combine(documentStoragePath, fileName); + } + else + { + fileSavePath = Resources.GetFreeFileName(documentStoragePath, fileName); + } + // Download the Web resource and save it into the current filesystem folder. + client.DownloadFile(url, fileSavePath); + } + } + + UploadedDocumentEntity uploadedDocument = new UploadedDocumentEntity(); + uploadedDocument.guid = Path.GetFileName(fileSavePath); + + return uploadedDocument; + } + + private PageDescriptionEntity GetPageDescriptionEntities(PageInfo page) + { + PageDescriptionEntity pageDescriptionEntity = new PageDescriptionEntity(); + pageDescriptionEntity.number = page.PageNumber; + pageDescriptionEntity.height = page.Height; + pageDescriptionEntity.width = page.Width; + return pageDescriptionEntity; + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Services/MetadataService.cs b/Demos/WebForms/src/Products/Metadata/Services/MetadataService.cs new file mode 100644 index 0000000..5e1497c --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Services/MetadataService.cs @@ -0,0 +1,140 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using GroupDocs.Metadata.WebForms.Products.Metadata.Config; +using GroupDocs.Metadata.WebForms.Products.Metadata.Context; +using GroupDocs.Metadata.WebForms.Products.Metadata.DTO; +using GroupDocs.Metadata.WebForms.Products.Metadata.Model; +using GroupDocs.Metadata.WebForms.Products.Metadata.Util; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Services +{ + public class MetadataService + { + private readonly MetadataConfiguration metadataConfiguration; + + private readonly HashSet arrayTypes = new HashSet + { + PropertyType.PropertyValueArray, + PropertyType.StringArray, + PropertyType.ByteArray, + PropertyType.DoubleArray, + PropertyType.IntegerArray, + PropertyType.LongArray, + }; + + public MetadataService(MetadataConfiguration metadataConfiguration) + { + this.metadataConfiguration = metadataConfiguration; + } + + public IEnumerable GetPackages(PostedDataDto postedData) + { + using (MetadataContext context = new MetadataContext(metadataConfiguration.GetAbsolutePath(postedData.guid), postedData.password)) + { + var packages = new List(); + foreach (var package in context.GetPackages()) + { + List properties = new List(); + List descriptors = new List(); + + foreach (var property in package.Properties) + { + properties.Add(new PropertyDto + { + name = property.Name, + value = property.Value is Array ? ArrayUtil.AsString((Array)property.Value) : property.Value, + type = (int)property.Type, + }); + } + + foreach (var descriptor in package.Descriptors) + { + var accessLevel = descriptor.AccessLevel; + if (arrayTypes.Contains(descriptor.Type)) + { + accessLevel &= AccessLevels.Remove; + } + + descriptors.Add(new KnownPropertyDto + { + name = descriptor.Name, + type = (int)descriptor.Type, + accessLevel = (int)accessLevel + }); + } + + packages.Add(new ExtractedPackageDto + { + id = package.Id, + name = package.Name, + index = package.Index, + type = (int)package.Type, + properties = properties, + knownProperties = descriptors, + }); + + } + return packages; + } + } + + public void SaveProperties(PostedDataDto postedData) + { + string filePath = metadataConfiguration.GetAbsolutePath(postedData.guid); + var tempFilePath = GetTempPath(filePath); + using (MetadataContext context = new MetadataContext(filePath, postedData.password)) + { + foreach (var packageInfo in postedData.packages) + { + context.UpdateProperties(packageInfo.id, packageInfo.properties.Select(p => new Property(p.name, (PropertyType)p.type, p.value))); + } + context.Save(tempFilePath); + } + + DirectoryUtils.MoveFile(tempFilePath, filePath); + } + + public void RemoveProperties(PostedDataDto postedData) + { + string filePath = metadataConfiguration.GetAbsolutePath(postedData.guid); + var tempFilePath = GetTempPath(filePath); + using (MetadataContext context = new MetadataContext(filePath, postedData.password)) + { + foreach (var packageInfo in postedData.packages) + { + context.RemoveProperties(packageInfo.id, packageInfo.properties.Select(p => p.name)); + } + context.Save(tempFilePath); + } + DirectoryUtils.MoveFile(tempFilePath, filePath); + } + + public void CleanMetadata(PostedDataDto postedData) + { + string filePath = metadataConfiguration.GetAbsolutePath(postedData.guid); + var tempFilePath = GetTempPath(filePath); + using (MetadataContext context = new MetadataContext(filePath, postedData.password)) + { + context.Sanitize(); + context.Save(tempFilePath); + } + DirectoryUtils.MoveFile(tempFilePath, filePath); + } + + public byte[] ExportMetadata(PostedDataDto postedData) + { + using (MetadataContext context = new MetadataContext(metadataConfiguration.GetAbsolutePath(postedData.guid), postedData.password)) + { + return context.ExportProperties(); + } + } + + private static string GetTempPath(string filePath) + { + string tempFilename = Path.GetFileNameWithoutExtension(filePath) + "_tmp"; + return Path.Combine(Path.GetDirectoryName(filePath), tempFilename + Path.GetExtension(filePath)); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Util/ArrayUtil.cs b/Demos/WebForms/src/Products/Metadata/Util/ArrayUtil.cs new file mode 100644 index 0000000..a476c49 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Util/ArrayUtil.cs @@ -0,0 +1,42 @@ + +using System; +using System.Globalization; +using System.Text; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Util +{ + public static class ArrayUtil + { + private const int ArrayMaxLength = 10; + private const string ArrayStartCharacter = "["; + private const string ArrayEndCharacter = "]"; + + public static string AsString(Array array) + { + StringBuilder builder = new StringBuilder(); + if (array != null) + { + if (array.Length > 0) + { + builder.Append(ArrayStartCharacter); + for (int index = 0; index < array.Length; index++) + { + object item = array.GetValue(index); + builder.AppendFormat(CultureInfo.InvariantCulture, "{0},", item); + if (index > ArrayMaxLength) + { + builder.Append("..."); + break; + } + } + + // remove the last comma character + builder.Length--; + builder.Append(ArrayEndCharacter); + } + } + + return builder.ToString(); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Products/Metadata/Util/DirectoryUtils.cs b/Demos/WebForms/src/Products/Metadata/Util/DirectoryUtils.cs new file mode 100644 index 0000000..bdc60e1 --- /dev/null +++ b/Demos/WebForms/src/Products/Metadata/Util/DirectoryUtils.cs @@ -0,0 +1,27 @@ +using System; +using System.Linq; +using System.IO; + +namespace GroupDocs.Metadata.WebForms.Products.Metadata.Util +{ + public static class DirectoryUtils + { + public static bool IsFullPath(string path) + { + return !string.IsNullOrWhiteSpace(path) + && path.IndexOfAny(Path.GetInvalidPathChars().ToArray()) == -1 + && Path.IsPathRooted(path) + && !Path.GetPathRoot(path).Equals(Path.DirectorySeparatorChar.ToString(), StringComparison.Ordinal); + } + + public static void MoveFile(string source, string destination) + { + if (File.Exists(destination)) + { + File.Delete(destination); + } + + File.Move(source, destination); + } + } +} \ No newline at end of file diff --git a/Demos/WebForms/src/Properties/AssemblyInfo.cs b/Demos/WebForms/src/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5ae0d48 --- /dev/null +++ b/Demos/WebForms/src/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("GroupDocs.Metadata.WebForms")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Aspose Pty Ltd")] +[assembly: AssemblyProduct("GroupDocs.Metadata.WebForms")] +[assembly: AssemblyCopyright("2001-2018 Aspose Pty Ltd")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("7b296703-ac7b-4fa6-bd42-bec76d0c6ddc")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.19.0.0")] +[assembly: AssemblyFileVersion("1.19.0.0")] diff --git a/Demos/WebForms/src/Resources/.gitkeep b/Demos/WebForms/src/Resources/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Demos/WebForms/src/Startup.cs b/Demos/WebForms/src/Startup.cs new file mode 100644 index 0000000..6f15cb3 --- /dev/null +++ b/Demos/WebForms/src/Startup.cs @@ -0,0 +1,8 @@ +namespace GroupDocs.Metadata.WebForms +{ + public partial class Startup { + public void Configuration() { + // Not implmemented. + } + } +} diff --git a/Demos/WebForms/src/Web.Debug.config b/Demos/WebForms/src/Web.Debug.config new file mode 100644 index 0000000..2e302f9 --- /dev/null +++ b/Demos/WebForms/src/Web.Debug.config @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Demos/WebForms/src/Web.Release.config b/Demos/WebForms/src/Web.Release.config new file mode 100644 index 0000000..c358444 --- /dev/null +++ b/Demos/WebForms/src/Web.Release.config @@ -0,0 +1,31 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/WebForms/src/Web.config b/Demos/WebForms/src/Web.config new file mode 100644 index 0000000..1517a69 --- /dev/null +++ b/Demos/WebForms/src/Web.config @@ -0,0 +1,196 @@ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Demos/WebForms/src/client/.editorconfig b/Demos/WebForms/src/client/.editorconfig new file mode 100644 index 0000000..6e87a00 --- /dev/null +++ b/Demos/WebForms/src/client/.editorconfig @@ -0,0 +1,13 @@ +# Editor configuration, see http://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = off +trim_trailing_whitespace = false diff --git a/Demos/WebForms/src/client/.gitignore b/Demos/WebForms/src/client/.gitignore new file mode 100644 index 0000000..ee5c9d8 --- /dev/null +++ b/Demos/WebForms/src/client/.gitignore @@ -0,0 +1,39 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc + +# dependencies +/node_modules + +# IDEs and editors +/.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +yarn-error.log +testem.log +/typings + +# System Files +.DS_Store +Thumbs.db diff --git a/Demos/WebForms/src/client/.prettierignore b/Demos/WebForms/src/client/.prettierignore new file mode 100644 index 0000000..931aad9 --- /dev/null +++ b/Demos/WebForms/src/client/.prettierignore @@ -0,0 +1 @@ +# Add files here to ignore them from prettier formatting diff --git a/Demos/WebForms/src/client/.prettierrc b/Demos/WebForms/src/client/.prettierrc new file mode 100644 index 0000000..544138b --- /dev/null +++ b/Demos/WebForms/src/client/.prettierrc @@ -0,0 +1,3 @@ +{ + "singleQuote": true +} diff --git a/Demos/WebForms/src/client/.vscode/extensions.json b/Demos/WebForms/src/client/.vscode/extensions.json new file mode 100644 index 0000000..7804e26 --- /dev/null +++ b/Demos/WebForms/src/client/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + "recommendations": [ + "nrwl.angular-console", + "angular.ng-template", + "ms-vscode.vscode-typescript-tslint-plugin", + "esbenp.prettier-vscode" + ] +} diff --git a/Demos/WebForms/src/client/README.md b/Demos/WebForms/src/client/README.md new file mode 100644 index 0000000..b148586 --- /dev/null +++ b/Demos/WebForms/src/client/README.md @@ -0,0 +1,84 @@ +# Client + +This project was generated using [Nx](https://nx.dev). + +

+ +🔎 **Nx is a set of Angular CLI power-ups for modern development.** + +## Quick Start & Documentation + +[Nx Documentation](https://nx.dev) + +[30-minute video showing all Nx features](https://nx.dev/getting-started/what-is-nx) + +[Interactive Tutorial](https://nx.dev/tutorial/01-create-application) + +## Adding capabilities to your workspace + +Nx supports many plugins which add capabilities for developing different types of applications and different tools. + +These capabilities include generating applications, libraries, .etc as well as the devtools to test, and build projects as well. + +Below are some plugins which you can add to your workspace: + +- [Angular](https://angular.io) + - `ng add @nrwl/angular` +- [React](https://reactjs.org) + - `ng add @nrwl/react` +- Web (no framework frontends) + - `ng add @nrwl/web` +- [Nest](https://nestjs.com) + - `ng add @nrwl/nest` +- [Express](https://expressjs.com) + - `ng add @nrwl/express` +- [Node](https://nodejs.org) + - `ng add @nrwl/node` + +## Generate an application + +Run `ng g @nrwl/angular:app my-app` to generate an application. + +> You can use any of the plugins above to generate applications as well. + +When using Nx, you can create multiple applications and libraries in the same workspace. + +## Generate a library + +Run `ng g @nrwl/angular:lib my-lib` to generate a library. + +> You can also use any of the plugins above to generate libraries as well. + +Libraries are sharable across libraries and applications. They can be imported from `@client/mylib`. + +## Development server + +Run `ng serve my-app` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. + +## Code scaffolding + +Run `ng g component my-component --project=my-app` to generate a new component. + +## Build + +Run `ng build my-app` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. + +## Running unit tests + +Run `ng test my-app` to execute the unit tests via [Jest](https://jestjs.io). + +Run `npm run affected:test` to execute the unit tests affected by a change. + +## Running end-to-end tests + +Run `ng e2e my-app` to execute the end-to-end tests via [Cypress](https://www.cypress.io). + +Run `npm run affected:e2e` to execute the end-to-end tests affected by a change. + +## Understand your workspace + +Run `npm run dep-graph` to see a diagram of the dependencies of your projects. + +## Further help + +Visit the [Nx Documentation](https://nx.dev) to learn more. diff --git a/Demos/WebForms/src/client/angular.json b/Demos/WebForms/src/client/angular.json new file mode 100644 index 0000000..462d05a --- /dev/null +++ b/Demos/WebForms/src/client/angular.json @@ -0,0 +1,138 @@ +{ + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "version": 1, + "newProjectRoot": "", + "projects": { + "metadata": { + "projectType": "application", + "schematics": { + "@nrwl/workspace:component": { + "style": "less" + } + }, + "root": "apps/metadata", + "sourceRoot": "apps/metadata/src", + "prefix": "client", + "architect": { + "build": { + "builder": "@angular-devkit/build-angular:browser", + "options": { + "outputPath": "../resources/metadata", + "index": "apps/metadata/src/index.html", + "main": "apps/metadata/src/main.ts", + "polyfills": "apps/metadata/src/polyfills.ts", + "tsConfig": "apps/metadata/tsconfig.app.json", + "assets": ["apps/metadata/src/favicon.ico", "apps/metadata/src/assets"], + "styles": ["apps/metadata/src/styles.less"], + "scripts": [] + }, + "configurations": { + "production": { + "fileReplacements": [ + { + "replace": "apps/metadata/src/environments/environment.ts", + "with": "apps/metadata/src/environments/environment.prod.ts" + } + ], + "optimization": true, + "outputHashing": "all", + "sourceMap": false, + "extractCss": true, + "namedChunks": false, + "aot": true, + "extractLicenses": true, + "vendorChunk": false, + "buildOptimizer": true, + "budgets": [ + { + "type": "initial", + "maximumWarning": "2mb", + "maximumError": "5mb" + } + ] + } + } + }, + "serve": { + "builder": "@angular-devkit/build-angular:dev-server", + "options": { + "browserTarget": "metadata:build" + }, + "configurations": { + "production": { + "browserTarget": "metadata:build:production" + } + } + }, + "extract-i18n": { + "builder": "@angular-devkit/build-angular:extract-i18n", + "options": { + "browserTarget": "metadata:build" + } + }, + "lint": { + "builder": "@angular-devkit/build-angular:tslint", + "options": { + "tsConfig": [ + "apps/metadata/tsconfig.app.json", + "apps/metadata/tsconfig.spec.json" + ], + "exclude": ["**/node_modules/**", "!apps/metadata/**"] + } + }, + "test": { + "builder": "@nrwl/jest:jest", + "options": { + "jestConfig": "apps/metadata/jest.config.js", + "tsConfig": "apps/metadata/tsconfig.spec.json", + "setupFile": "apps/metadata/src/test-setup.ts" + } + } + } + }, + "metadata-e2e": { + "root": "apps/metadata-e2e", + "sourceRoot": "apps/metadata-e2e/src", + "projectType": "application", + "architect": { + "e2e": { + "builder": "@nrwl/cypress:cypress", + "options": { + "cypressConfig": "apps/metadata-e2e/cypress.json", + "tsConfig": "apps/metadata-e2e/tsconfig.e2e.json", + "devServerTarget": "metadata:serve" + }, + "configurations": { + "production": { + "devServerTarget": "metadata:serve:production" + } + } + }, + "lint": { + "builder": "@angular-devkit/build-angular:tslint", + "options": { + "tsConfig": "apps/metadata-e2e/tsconfig.e2e.json", + "exclude": ["**/node_modules/**", "!apps/metadata-e2e/**"] + } + } + } + } + }, + "cli": { + "warnings": { + "typescriptMismatch": false, + "versionMismatch": false + }, + "defaultCollection": "@nrwl/angular" + }, + "schematics": { + "@nrwl/angular:application": { + "unitTestRunner": "jest", + "e2eTestRunner": "cypress" + }, + "@nrwl/angular:library": { + "unitTestRunner": "jest" + } + }, + "defaultProject": "metadata" +} diff --git a/Demos/WebForms/src/client/apps/.gitkeep b/Demos/WebForms/src/client/apps/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Demos/WebForms/src/client/apps/.gitkeep @@ -0,0 +1 @@ + diff --git a/Demos/WebForms/src/client/apps/metadata-e2e/cypress.json b/Demos/WebForms/src/client/apps/metadata-e2e/cypress.json new file mode 100644 index 0000000..ce64a1d --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata-e2e/cypress.json @@ -0,0 +1,11 @@ +{ + "fileServerFolder": ".", + "fixturesFolder": "./src/fixtures", + "integrationFolder": "./src/integration", + "pluginsFile": "./src/plugins/index", + "supportFile": false, + "video": true, + "videosFolder": "../../dist/cypress/apps/metadata-e2e/videos", + "screenshotsFolder": "../../dist/cypress/apps/metadata-e2e/screenshots", + "chromeWebSecurity": false +} diff --git a/Demos/WebForms/src/client/apps/metadata-e2e/src/fixtures/example.json b/Demos/WebForms/src/client/apps/metadata-e2e/src/fixtures/example.json new file mode 100644 index 0000000..294cbed --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata-e2e/src/fixtures/example.json @@ -0,0 +1,4 @@ +{ + "name": "Using fixtures to represent data", + "email": "hello@cypress.io" +} diff --git a/Demos/WebForms/src/client/apps/metadata-e2e/src/integration/app.spec.ts b/Demos/WebForms/src/client/apps/metadata-e2e/src/integration/app.spec.ts new file mode 100644 index 0000000..ffab0e7 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata-e2e/src/integration/app.spec.ts @@ -0,0 +1,9 @@ +import { getGreeting } from '../support/app.po'; + +describe('metadata', () => { + beforeEach(() => cy.visit('/')); + + it('should display welcome message', () => { + getGreeting().contains('Welcome to metadata!'); + }); +}); diff --git a/Demos/WebForms/src/client/apps/metadata-e2e/src/plugins/index.js b/Demos/WebForms/src/client/apps/metadata-e2e/src/plugins/index.js new file mode 100644 index 0000000..bc34d63 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata-e2e/src/plugins/index.js @@ -0,0 +1,22 @@ +// *********************************************************** +// This example plugins/index.js can be used to load plugins +// +// You can change the location of this file or turn off loading +// the plugins file with the 'pluginsFile' configuration option. +// +// You can read more here: +// https://on.cypress.io/plugins-guide +// *********************************************************** + +// This function is called when a project is opened or re-opened (e.g. due to +// the project's config changing) + +const { preprocessTypescript } = require('@nrwl/cypress/plugins/preprocessor'); + +module.exports = (on, config) => { + // `on` is used to hook into various events Cypress emits + // `config` is the resolved Cypress config + + // Preprocess Typescript + on('file:preprocessor', preprocessTypescript(config)); +}; diff --git a/Demos/WebForms/src/client/apps/metadata-e2e/src/support/app.po.ts b/Demos/WebForms/src/client/apps/metadata-e2e/src/support/app.po.ts new file mode 100644 index 0000000..3293424 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata-e2e/src/support/app.po.ts @@ -0,0 +1 @@ +export const getGreeting = () => cy.get('h1'); diff --git a/Demos/WebForms/src/client/apps/metadata-e2e/src/support/commands.ts b/Demos/WebForms/src/client/apps/metadata-e2e/src/support/commands.ts new file mode 100644 index 0000000..ca4d256 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata-e2e/src/support/commands.ts @@ -0,0 +1,25 @@ +// *********************************************** +// This example commands.js shows you how to +// create various custom commands and overwrite +// existing commands. +// +// For more comprehensive examples of custom +// commands please read more here: +// https://on.cypress.io/custom-commands +// *********************************************** +// +// +// -- This is a parent command -- +// Cypress.Commands.add("login", (email, password) => { ... }) +// +// +// -- This is a child command -- +// Cypress.Commands.add("drag", { prevSubject: 'element'}, (subject, options) => { ... }) +// +// +// -- This is a dual command -- +// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... }) +// +// +// -- This will overwrite an existing command -- +// Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... }) diff --git a/Demos/WebForms/src/client/apps/metadata-e2e/src/support/index.ts b/Demos/WebForms/src/client/apps/metadata-e2e/src/support/index.ts new file mode 100644 index 0000000..3d469a6 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata-e2e/src/support/index.ts @@ -0,0 +1,17 @@ +// *********************************************************** +// This example support/index.js is processed and +// loaded automatically before your test files. +// +// This is a great place to put global configuration and +// behavior that modifies Cypress. +// +// You can change the location of this file or turn off +// automatically serving support files with the +// 'supportFile' configuration option. +// +// You can read more here: +// https://on.cypress.io/configuration +// *********************************************************** + +// Import commands.js using ES2015 syntax: +import './commands'; diff --git a/Demos/WebForms/src/client/apps/metadata-e2e/tsconfig.e2e.json b/Demos/WebForms/src/client/apps/metadata-e2e/tsconfig.e2e.json new file mode 100644 index 0000000..629b4c1 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata-e2e/tsconfig.e2e.json @@ -0,0 +1,8 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "sourceMap": false, + "outDir": "../../dist/out-tsc" + }, + "include": ["src/**/*.ts"] +} diff --git a/Demos/WebForms/src/client/apps/metadata-e2e/tsconfig.json b/Demos/WebForms/src/client/apps/metadata-e2e/tsconfig.json new file mode 100644 index 0000000..ee6531b --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata-e2e/tsconfig.json @@ -0,0 +1,7 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "types": ["cypress", "node"] + }, + "include": ["**/*.ts"] +} diff --git a/Demos/WebForms/src/client/apps/metadata/browserslist b/Demos/WebForms/src/client/apps/metadata/browserslist new file mode 100644 index 0000000..8084853 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/browserslist @@ -0,0 +1,12 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# You can see what browsers were selected by your queries by running: +# npx browserslist + +> 0.5% +last 2 versions +Firefox ESR +not dead +not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file diff --git a/Demos/WebForms/src/client/apps/metadata/jest.config.js b/Demos/WebForms/src/client/apps/metadata/jest.config.js new file mode 100644 index 0000000..9c95aa7 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/jest.config.js @@ -0,0 +1,9 @@ +module.exports = { + name: 'metadata', + preset: '../../jest.config.js', + coverageDirectory: '../../coverage/apps/metadata', + snapshotSerializers: [ + 'jest-preset-angular/AngularSnapshotSerializer.js', + 'jest-preset-angular/HTMLCommentSerializer.js' + ] +}; diff --git a/Demos/WebForms/src/client/apps/metadata/src/app/app.component.html b/Demos/WebForms/src/client/apps/metadata/src/app/app.component.html new file mode 100644 index 0000000..acf7919 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/app/app.component.html @@ -0,0 +1 @@ + diff --git a/Demos/WebForms/src/client/apps/metadata/src/app/app.component.less b/Demos/WebForms/src/client/apps/metadata/src/app/app.component.less new file mode 100644 index 0000000..e69de29 diff --git a/Demos/WebForms/src/client/apps/metadata/src/app/app.component.spec.ts b/Demos/WebForms/src/client/apps/metadata/src/app/app.component.spec.ts new file mode 100644 index 0000000..ef0d623 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/app/app.component.spec.ts @@ -0,0 +1,31 @@ +import { TestBed, async } from '@angular/core/testing'; +import { AppComponent } from './app.component'; + +describe('AppComponent', () => { + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [AppComponent] + }).compileComponents(); + })); + + it('should create the app', () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.debugElement.componentInstance; + expect(app).toBeTruthy(); + }); + + it(`should have as title 'metadata'`, () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.debugElement.componentInstance; + expect(app.title).toEqual('metadata'); + }); + + it('should render title in a h1 tag', () => { + const fixture = TestBed.createComponent(AppComponent); + fixture.detectChanges(); + const compiled = fixture.debugElement.nativeElement; + expect(compiled.querySelector('h1').textContent).toContain( + 'Welcome to metadata!' + ); + }); +}); diff --git a/Demos/WebForms/src/client/apps/metadata/src/app/app.component.ts b/Demos/WebForms/src/client/apps/metadata/src/app/app.component.ts new file mode 100644 index 0000000..656b001 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/app/app.component.ts @@ -0,0 +1,10 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'client-root', + templateUrl: './app.component.html', + styleUrls: ['./app.component.less'] +}) +export class AppComponent { + title = 'metadata'; +} diff --git a/Demos/WebForms/src/client/apps/metadata/src/app/app.module.ts b/Demos/WebForms/src/client/apps/metadata/src/app/app.module.ts new file mode 100644 index 0000000..591a893 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/app/app.module.ts @@ -0,0 +1,14 @@ +import { BrowserModule } from '@angular/platform-browser'; +import { NgModule } from '@angular/core'; + +import { AppComponent } from './app.component'; +import { MetadataModule } from "@groupdocs.examples.angular/metadata"; + +@NgModule({ + declarations: [AppComponent], + imports: [BrowserModule, + MetadataModule], + providers: [], + bootstrap: [AppComponent] +}) +export class AppModule {} diff --git a/Demos/WebForms/src/client/apps/metadata/src/assets/.gitkeep b/Demos/WebForms/src/client/apps/metadata/src/assets/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Demos/WebForms/src/client/apps/metadata/src/environments/environment.prod.ts b/Demos/WebForms/src/client/apps/metadata/src/environments/environment.prod.ts new file mode 100644 index 0000000..3612073 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/environments/environment.prod.ts @@ -0,0 +1,3 @@ +export const environment = { + production: true +}; diff --git a/Demos/WebForms/src/client/apps/metadata/src/environments/environment.ts b/Demos/WebForms/src/client/apps/metadata/src/environments/environment.ts new file mode 100644 index 0000000..7b4f817 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/environments/environment.ts @@ -0,0 +1,16 @@ +// This file can be replaced during build by using the `fileReplacements` array. +// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`. +// The list of file replacements can be found in `angular.json`. + +export const environment = { + production: false +}; + +/* + * For easier debugging in development mode, you can import the following file + * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. + * + * This import should be commented out in production mode because it will have a negative impact + * on performance if an error is thrown. + */ +// import 'zone.js/dist/zone-error'; // Included with Angular CLI. diff --git a/Demos/WebForms/src/client/apps/metadata/src/favicon.ico b/Demos/WebForms/src/client/apps/metadata/src/favicon.ico new file mode 100644 index 0000000..8081c7c Binary files /dev/null and b/Demos/WebForms/src/client/apps/metadata/src/favicon.ico differ diff --git a/Demos/WebForms/src/client/apps/metadata/src/index.html b/Demos/WebForms/src/client/apps/metadata/src/index.html new file mode 100644 index 0000000..843208c --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/index.html @@ -0,0 +1,14 @@ + + + + + Metadata + + + + + + + + + diff --git a/Demos/WebForms/src/client/apps/metadata/src/main.ts b/Demos/WebForms/src/client/apps/metadata/src/main.ts new file mode 100644 index 0000000..fa4e0ae --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/main.ts @@ -0,0 +1,13 @@ +import { enableProdMode } from '@angular/core'; +import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; + +import { AppModule } from './app/app.module'; +import { environment } from './environments/environment'; + +if (environment.production) { + enableProdMode(); +} + +platformBrowserDynamic() + .bootstrapModule(AppModule) + .catch(err => console.error(err)); diff --git a/Demos/WebForms/src/client/apps/metadata/src/polyfills.ts b/Demos/WebForms/src/client/apps/metadata/src/polyfills.ts new file mode 100644 index 0000000..2f258e5 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/polyfills.ts @@ -0,0 +1,62 @@ +/** + * This file includes polyfills needed by Angular and is loaded before the app. + * You can add your own extra polyfills to this file. + * + * This file is divided into 2 sections: + * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. + * 2. Application imports. Files imported after ZoneJS that should be loaded before your main + * file. + * + * The current setup is for so-called "evergreen" browsers; the last versions of browsers that + * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), + * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. + * + * Learn more in https://angular.io/guide/browser-support + */ + +/*************************************************************************************************** + * BROWSER POLYFILLS + */ + +/** IE10 and IE11 requires the following for NgClass support on SVG elements */ +// import 'classlist.js'; // Run `npm install --save classlist.js`. + +/** + * Web Animations `@angular/platform-browser/animations` + * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari. + * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0). + */ +// import 'web-animations-js'; // Run `npm install --save web-animations-js`. + +/** + * By default, zone.js will patch all possible macroTask and DomEvents + * user can disable parts of macroTask/DomEvents patch by setting following flags + * because those flags need to be set before `zone.js` being loaded, and webpack + * will put import in the top of bundle, so user need to create a separate file + * in this directory (for example: zone-flags.ts), and put the following flags + * into that file, and then add the following code before importing zone.js. + * import './zone-flags.ts'; + * + * The flags allowed in zone-flags.ts are listed here. + * + * The following flags will work for all browsers. + * + * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame + * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick + * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames + * + * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js + * with the following flag, it will bypass `zone.js` patch for IE/Edge + * + * (window as any).__Zone_enable_cross_context_check = true; + * + */ + +/*************************************************************************************************** + * Zone JS is required by default for Angular itself. + */ +import 'zone.js/dist/zone'; // Included with Angular CLI. + +/*************************************************************************************************** + * APPLICATION IMPORTS + */ diff --git a/Demos/WebForms/src/client/apps/metadata/src/styles.less b/Demos/WebForms/src/client/apps/metadata/src/styles.less new file mode 100644 index 0000000..90d4ee0 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/styles.less @@ -0,0 +1 @@ +/* You can add global styles to this file, and also import other style files */ diff --git a/Demos/WebForms/src/client/apps/metadata/src/test-setup.ts b/Demos/WebForms/src/client/apps/metadata/src/test-setup.ts new file mode 100644 index 0000000..8d88704 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/src/test-setup.ts @@ -0,0 +1 @@ +import 'jest-preset-angular'; diff --git a/Demos/WebForms/src/client/apps/metadata/tsconfig.app.json b/Demos/WebForms/src/client/apps/metadata/tsconfig.app.json new file mode 100644 index 0000000..827b630 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/tsconfig.app.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../dist/out-tsc", + "types": [] + }, + "include": ["**/*.ts"], + "exclude": ["src/test-setup.ts", "**/*.spec.ts"] +} diff --git a/Demos/WebForms/src/client/apps/metadata/tsconfig.json b/Demos/WebForms/src/client/apps/metadata/tsconfig.json new file mode 100644 index 0000000..e5decd5 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/tsconfig.json @@ -0,0 +1,7 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "types": ["node", "jest"] + }, + "include": ["**/*.ts"] +} diff --git a/Demos/WebForms/src/client/apps/metadata/tsconfig.spec.json b/Demos/WebForms/src/client/apps/metadata/tsconfig.spec.json new file mode 100644 index 0000000..cfff29a --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/tsconfig.spec.json @@ -0,0 +1,10 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../dist/out-tsc", + "module": "commonjs", + "types": ["jest", "node"] + }, + "files": ["src/test-setup.ts"], + "include": ["**/*.spec.ts", "**/*.d.ts"] +} diff --git a/Demos/WebForms/src/client/apps/metadata/tslint.json b/Demos/WebForms/src/client/apps/metadata/tslint.json new file mode 100644 index 0000000..df75834 --- /dev/null +++ b/Demos/WebForms/src/client/apps/metadata/tslint.json @@ -0,0 +1,7 @@ +{ + "extends": "../../tslint.json", + "rules": { + "directive-selector": [true, "attribute", "client", "camelCase"], + "component-selector": [true, "element", "client", "kebab-case"] + } +} diff --git a/Demos/WebForms/src/client/jest.config.js b/Demos/WebForms/src/client/jest.config.js new file mode 100644 index 0000000..caba6c4 --- /dev/null +++ b/Demos/WebForms/src/client/jest.config.js @@ -0,0 +1,10 @@ +module.exports = { + testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'], + transform: { + '^.+\\.(ts|js|html)$': 'ts-jest' + }, + resolver: '@nrwl/jest/plugins/resolver', + moduleFileExtensions: ['ts', 'js', 'html'], + collectCoverage: true, + coverageReporters: ['html'] +}; diff --git a/Demos/WebForms/src/client/libs/.gitkeep b/Demos/WebForms/src/client/libs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Demos/WebForms/src/client/nx.json b/Demos/WebForms/src/client/nx.json new file mode 100644 index 0000000..864ea96 --- /dev/null +++ b/Demos/WebForms/src/client/nx.json @@ -0,0 +1,18 @@ +{ + "npmScope": "client", + "implicitDependencies": { + "angular.json": "*", + "package.json": "*", + "tsconfig.json": "*", + "tslint.json": "*", + "nx.json": "*" + }, + "projects": { + "metadata-e2e": { + "tags": [] + }, + "metadata": { + "tags": [] + } + } + } \ No newline at end of file diff --git a/Demos/WebForms/src/client/package.json b/Demos/WebForms/src/client/package.json new file mode 100644 index 0000000..d53e034 --- /dev/null +++ b/Demos/WebForms/src/client/package.json @@ -0,0 +1,66 @@ +{ + "name": "client", + "version": "0.0.0", + "license": "MIT", + "scripts": { + "ng": "ng", + "start": "ng serve", + "build": "..\\..\\packages\\Node-Kit.11.1.0.1\\node\\win\\node.exe .\\node_modules\\@angular\\cli\\bin\\ng build", + "test": "ng test", + "lint": "nx lint && ng lint", + "e2e": "ng e2e", + "affected:apps": "nx affected:apps", + "affected:libs": "nx affected:libs", + "affected:build": "nx affected:build", + "affected:e2e": "nx affected:e2e", + "affected:test": "nx affected:test", + "affected:lint": "nx affected:lint", + "affected:dep-graph": "nx affected:dep-graph", + "affected": "nx affected", + "format": "nx format:write", + "format:write": "nx format:write", + "format:check": "nx format:check", + "update": "ng update @nrwl/workspace", + "update:check": "ng update", + "workspace-schematic": "nx workspace-schematic", + "dep-graph": "nx dep-graph", + "help": "nx help" + }, + "private": true, + "dependencies": { + "@angular/animations": "^8.0.0", + "@angular/common": "^8.0.0", + "@angular/compiler": "^8.0.0", + "@angular/core": "^8.0.0", + "@angular/forms": "^8.0.0", + "@angular/platform-browser": "^8.0.0", + "@angular/platform-browser-dynamic": "^8.0.0", + "@angular/router": "^8.0.0", + "core-js": "^2.5.4", + "rxjs": "~6.4.0", + "zone.js": "^0.9.1", + "@nrwl/angular": "^8.2.0", + "@groupdocs.examples.angular/metadata": "^0.8.0" + }, + "devDependencies": { + "cypress": "~3.3.1", + "@nrwl/cypress": "8.2.0", + "@nrwl/jest": "8.2.0", + "jest": "24.1.0", + "@types/jest": "24.0.9", + "ts-jest": "24.0.0", + "jest-preset-angular": "7.0.0", + "@angular/compiler-cli": "^8.0.0", + "@angular/language-service": "^8.0.0", + "@angular-devkit/build-angular": "^0.800.0", + "codelyzer": "~5.0.1", + "@nrwl/workspace": "8.2.0", + "@types/node": "~8.9.4", + "dotenv": "6.2.0", + "ts-node": "~7.0.0", + "tslint": "~5.11.0", + "typescript": "~3.4.5", + "prettier": "1.16.4", + "@angular/cli": "8.0.0" + } +} diff --git a/Demos/WebForms/src/client/tools/schematics/.gitkeep b/Demos/WebForms/src/client/tools/schematics/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Demos/WebForms/src/client/tools/tsconfig.tools.json b/Demos/WebForms/src/client/tools/tsconfig.tools.json new file mode 100644 index 0000000..82bd1f0 --- /dev/null +++ b/Demos/WebForms/src/client/tools/tsconfig.tools.json @@ -0,0 +1,11 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../dist/out-tsc/tools", + "rootDir": ".", + "module": "commonjs", + "target": "es5", + "types": ["node"] + }, + "include": ["**/*.ts"] +} diff --git a/Demos/WebForms/src/client/tsconfig.json b/Demos/WebForms/src/client/tsconfig.json new file mode 100644 index 0000000..a5099b5 --- /dev/null +++ b/Demos/WebForms/src/client/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "rootDir": ".", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "importHelpers": true, + "target": "es2015", + "module": "esnext", + "typeRoots": ["node_modules/@types"], + "lib": ["es2017", "dom"], + "skipLibCheck": true, + "skipDefaultLibCheck": true, + "baseUrl": ".", + "paths": {} + }, + "exclude": ["node_modules", "tmp"] +} diff --git a/Demos/WebForms/src/client/tslint.json b/Demos/WebForms/src/client/tslint.json new file mode 100644 index 0000000..2533001 --- /dev/null +++ b/Demos/WebForms/src/client/tslint.json @@ -0,0 +1,80 @@ +{ + "rulesDirectory": [ + "node_modules/@nrwl/workspace/src/tslint", + "node_modules/codelyzer" + ], + "rules": { + "arrow-return-shorthand": true, + "callable-types": true, + "class-name": true, + "deprecation": { + "severity": "warn" + }, + "forin": true, + "import-blacklist": [true, "rxjs/Rx"], + "interface-over-type-literal": true, + "member-access": false, + "member-ordering": [ + true, + { + "order": [ + "static-field", + "instance-field", + "static-method", + "instance-method" + ] + } + ], + "no-arg": true, + "no-bitwise": true, + "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], + "no-construct": true, + "no-debugger": true, + "no-duplicate-super": true, + "no-empty": false, + "no-empty-interface": true, + "no-eval": true, + "no-inferrable-types": [true, "ignore-params"], + "no-misused-new": true, + "no-non-null-assertion": true, + "no-shadowed-variable": true, + "no-string-literal": false, + "no-string-throw": true, + "no-switch-case-fall-through": true, + "no-unnecessary-initializer": true, + "no-unused-expression": true, + "no-var-keyword": true, + "object-literal-sort-keys": false, + "prefer-const": true, + "radix": true, + "triple-equals": [true, "allow-null-check"], + "unified-signatures": true, + "variable-name": false, + "nx-enforce-module-boundaries": [ + true, + { + "allow": [], + "depConstraints": [ + { + "sourceTag": "*", + "onlyDependOnLibsWithTags": ["*"] + } + ] + } + ], + "directive-selector": [true, "attribute", "app", "camelCase"], + "component-selector": [true, "element", "app", "kebab-case"], + "no-conflicting-lifecycle": true, + "no-host-metadata-property": true, + "no-input-rename": true, + "no-inputs-metadata-property": true, + "no-output-native": true, + "no-output-on-prefix": true, + "no-output-rename": true, + "no-outputs-metadata-property": true, + "template-banana-in-box": true, + "template-no-negated-async": true, + "use-lifecycle-interface": true, + "use-pipe-transform-interface": true + } +} diff --git a/Demos/WebForms/src/configuration.yml b/Demos/WebForms/src/configuration.yml new file mode 100644 index 0000000..3e0a285 --- /dev/null +++ b/Demos/WebForms/src/configuration.yml @@ -0,0 +1,59 @@ +################################################ +# Server configurations +################################################ +server: + type: simple + applicationContextPath: / + adminContextPath: /admin + connector: + type: http + port: 8080 + + +################################################ +# Application (global) configurations +################################################ +application: + # License path + # Absolute path to GroupDocs license file + licensePath: 'Licenses/GroupDocs.Metadata.NET.lic' + +################################################ +# Common configurations +################################################ +common: + # File rewriting on document uploading + # Set false to keep both files + # Set true to replace files with same name + rewrite: true + # Document download + # Set false to disable document download + download: true + # Document upload + # Set false to disable document upload + upload: true + # File browser + # Set false to disable document browse + browse: true + +################################################ +# GroupDocs.Metadata configurations +################################################ +metadata: + # Files directory path + # Absolute path to files directory + filesDirectory: 'DocumentSamples/Metadata' + # Default document + # Absolute path to default document + defaultDocument: '' + # Pages preload + # How many pages from a document should be loaded, remaining pages will be loaded on page scrolling + # Set 0 to load all pages at once + preloadPageCount: 0 + # HTML rendering mode + # Set false for image mode + # Set true for HTML mode + htmlMode: true + # Using cache + # Set true to enable cache + cache: true \ No newline at end of file diff --git a/Demos/WebForms/src/package.json b/Demos/WebForms/src/package.json new file mode 100644 index 0000000..9dab9ae --- /dev/null +++ b/Demos/WebForms/src/package.json @@ -0,0 +1,19 @@ +{ + "name": "groupdocs.metadata-for-.net-webforms", + "version": "1.0.0", + "description": "![Alt text](https://raw.githubusercontent.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-webforms/development/src/Resources/metadata/images/banner.png \"GroupDocs.Metadata\") # GroupDocs.Metadata for .NET Web.Forms Example ###### version 1.9.0", + "main": "gulpfile.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms/issues" + }, + "homepage": "https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET-WebForms#readme" +} diff --git a/Demos/WebForms/src/packages.config b/Demos/WebForms/src/packages.config new file mode 100644 index 0000000..cf3ef49 --- /dev/null +++ b/Demos/WebForms/src/packages.config @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Examples/Data/Destination/Audio/Mp3/sample.mp3 b/Examples/Data/Destination/Audio/Mp3/sample.mp3 deleted file mode 100644 index 0c812c5..0000000 Binary files a/Examples/Data/Destination/Audio/Mp3/sample.mp3 and /dev/null differ diff --git a/Examples/Data/Destination/Audio/Wav/sample.wav b/Examples/Data/Destination/Audio/Wav/sample.wav deleted file mode 100644 index c878c14..0000000 Binary files a/Examples/Data/Destination/Audio/Wav/sample.wav and /dev/null differ diff --git a/Examples/Data/Destination/Documents/Doc/sample.docx b/Examples/Data/Destination/Documents/Doc/sample.docx deleted file mode 100644 index a8b34b0..0000000 Binary files a/Examples/Data/Destination/Documents/Doc/sample.docx and /dev/null differ diff --git a/Examples/Data/Destination/Documents/MSProject/sample.mpp b/Examples/Data/Destination/Documents/MSProject/sample.mpp deleted file mode 100644 index 6bd09c1..0000000 Binary files a/Examples/Data/Destination/Documents/MSProject/sample.mpp and /dev/null differ diff --git a/Examples/Data/Destination/Documents/Odt/sample.odt b/Examples/Data/Destination/Documents/Odt/sample.odt deleted file mode 100644 index 3a7fecd..0000000 Binary files a/Examples/Data/Destination/Documents/Odt/sample.odt and /dev/null differ diff --git a/Examples/Data/Destination/Documents/Pdf/sample.pdf b/Examples/Data/Destination/Documents/Pdf/sample.pdf deleted file mode 100644 index ac1d0e0..0000000 Binary files a/Examples/Data/Destination/Documents/Pdf/sample.pdf and /dev/null differ diff --git a/Examples/Data/Destination/Documents/Ppt/sample.ppt b/Examples/Data/Destination/Documents/Ppt/sample.ppt deleted file mode 100644 index 8cf630e..0000000 Binary files a/Examples/Data/Destination/Documents/Ppt/sample.ppt and /dev/null differ diff --git a/Examples/Data/Destination/Documents/Xls/metadata-avi.xls b/Examples/Data/Destination/Documents/Xls/metadata-avi.xls deleted file mode 100644 index b8daa2a..0000000 Binary files a/Examples/Data/Destination/Documents/Xls/metadata-avi.xls and /dev/null differ diff --git a/Examples/Data/Destination/Emails/Eml/sample.eml b/Examples/Data/Destination/Emails/Eml/sample.eml deleted file mode 100644 index de09491..0000000 --- a/Examples/Data/Destination/Emails/Eml/sample.eml +++ /dev/null @@ -1,164 +0,0 @@ -Return-Path: -To: "Manuel Lemos" -Subject: Testing Manuel Lemos' MIME E-mail composing and sending PHP class: HTML - message -From: mlemos -Reply-To: mlemos -Sender: mlemos@acm.org -X-Mailer: http://www.phpclasses.org/mimemessage $Revision: 1.63 $ (mail) -MIME-Version: 1.0 -Message-ID: <20050430192829.0489.mlemos@acm.org> -Date: Sat, 30 Apr 2005 19:28:29 -0300 -Content-Type: multipart/mixed; - boundary="--_=_NextPart2_38b8a0ca-e0f9-48db-98e5-8cb54b26f392" - -This is a multi-part message in MIME format. - -----_=_NextPart2_38b8a0ca-e0f9-48db-98e5-8cb54b26f392 -Content-Type: multipart/related; boundary="--_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14"; type="multipart/alternative" - - -----_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14 -Content-Type: multipart/alternative; boundary="--_=_NextPart0_515bb8a7-9dfd-46ed-aa51-43a7382922f3" - - -----_=_NextPart0_515bb8a7-9dfd-46ed-aa51-43a7382922f3 -Content-Type: text/plain; charset="iso-8859-1" -Content-Transfer-Encoding: quoted-printable - -This is an HTML message=2E Please use an HTML capable mail program to read -this message=2E - -----_=_NextPart0_515bb8a7-9dfd-46ed-aa51-43a7382922f3 -Content-Type: text/html; charset="iso-8859-1" -Content-Transfer-Encoding: quoted-printable - - - -Testing Manuel Lemos' MIME E-mail composing and sending PHP class: H= -TML message - - - - - - - -
-

Testing Manuel Lemos' MIME E-mail composing and sending PHP cla= -ss: HTML message

-
-

Hello Manuel,

-This message is just to let you know that the MIME E-mail message composing and sending PHP clas= -s is working as expected=2E

-

Here is an image embedded in a message as a separate part:

= -
-
Th= -ank you,
-mlemos

-
- - -----_=_NextPart0_515bb8a7-9dfd-46ed-aa51-43a7382922f3-- - -----_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14 -Content-Type: image/gif; name="logo.gif" -Content-Transfer-Encoding: base64 -Content-Disposition: inline; filename="logo.gif" -Content-ID: - -R0lGODlhlgAjAPMJAAAAAAAA/y8vLz8/P19fX19f339/f4+Pj4+Pz7+/v/////////////////// -/////yH5BAEAAAkALAAAAACWACMAQwT+MMlJq7046827/2AoHYChGAChAkBylgKgKClFyEl6xDMg -qLFBj3C5uXKplVAxIOxkA8BhdFCpDlMK1urMTrZWbAV8tVS5YsxtxmZHBVOSCcW9zaXyNhslVcto -RBp5NQYxLAYGLi8oSwoJBlE+BiSNj5E/PDQsmy4pAJWQLAKJY5+hXhZ2dDYldFWtNSFPiXssXnZR -k5+1pjpBiDMJUXG/Jo7DI4eKfMSmxsJ9GAUB1NXW19jZ2tvc3d7f4OHi2AgZN5vom1kk6F7s6u/p -m3Ab7AOIiCxOyZuBIv8AOeTJIaYQjiR/kKTr5GQNE3pYSjCJ9mUXClRUsLxaZGciC0X+OlpoOuQo -ZKdNJnIoKfnxRUQh6FLG0iLxIoYnJd0JEKISJyAQDodp3EUDC48oDnUY7HFI3wEDRjzycQJVZCQT -Ol7NK+G0qgtkAcOKHUu2rNmzYTVqRMt2bB49bHompSchqg6HcGeANSMxr8sEa2y2HexnSEUTuWri -SSbkYh7BgGVAnhB1b2REibESYaRoBgqIMYx59tFM9AvQffVG49P5NMZkMlHKhJPJb0knmSKZ6kSX -JtbeF3Am7ocok6c7cM7pU5xcXiJJETUz16qPrzEfaFgZpvzn7h86YV5r/1mxXeAUMVyEIpnVUGpN -RlG2ka9b3lP3pm2l6u7P+l/YLj3+RlEHbz1C0kRxSITQaAcilVBMEzmkkEQO8oSOBNg9SN+AX6hV -z1pjgJiAhwCRsY8ZIp6xj1ruqCgeGeKNGEZwLnIwzTg45qjjjjz2GEA5hAUp5JBEFmnkkSCoWEcZ -X8yohZNK1pFGPQS4hx0qNSLJlk9wCQORYu5QiMd7bUzGVyNlRiOHSlpuKdGEItHQ3HZ18beRRyws -YSY/waDTiHf/tWlWUBAJiMJ1/Z0XXU7N0FnREpKM4NChCgbyRDq9XYpOplaKopN9NMkDnBbG+UMC -QwLWIeaiglES6AjGARcPHCWoVAiatcTnGTABZoLPaPG1phccPv366mEvWEFSLnj+2QaonECwcJt/ -e1Zw3lJvVMmftBdVNQS3UngLCA85YHIQOy6JO9N4eZW7KJwtOUZmGwOMWqejwVW6RQzaikRHX3yI -osKhDAq8wmnKSmdMwNidSOof9ZG2DoV0RfTVmLFtGmNk+CoZna0HQnPHS3AhRbIeDpqmR09E0bsu -soeaw994z+rwQVInvqLenBftYjLOVphLFHhV9qsnez8AEUbQRgO737AxChjmyANxuEFHSGi7hFCV -4jxLst2N8sRJYU+SHiAKjlmCgz2IffbLI5aaQR71hnkxq1ZfHSfKata6YDCJDMAQwY7wOgzhjxgj -VFQnKB5uX4mr9qJ79pann+VcfcSzsSCd2mw5scqRRvlQ6TgcUelYhu75iPE4JejrsJOFQAG01277 -7bjnrvvuvPfu++/ABy887hfc6OPxyCevPDdAVoDA89BHL/301Fdv/fXYZ6/99tx3Pz0FEQAAOw== -----_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14 -Content-Type: image/gif; name="background.gif" -Content-Transfer-Encoding: base64 -Content-Disposition: inline; filename="background.gif" -Content-ID: <4c837ed463ad29c820668e835a270e8a.gif> - -R0lGODlh+wHCAPMAAKPFzKLEy6HDyqHCyaDByJ/Ax56/xp2+xZ28xJy7w5u6wpq5wZm4wJm3v5i2 -vpe1vSwAAAAA+wHCAEME/hDISau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqP -yKRyyWw6n9CodEqtWq+gwSHReHgfjobY8X00FIc019tIHAYS7dqcQCDm3vC4fD4QAhUBBFsMZF8O -hnkLCAYFW11tb1iTlJWWOXJdZZtmC24Eg3hgYntfbXainJ2fgBSZbG5wFAG0E6+RoAZ3CbwJCgya -p3cMbAyevQcFAgMGCcRmxr1uyszOxQq+wF4MdcPFx7zJApfk5eYhr3SSGemRsu3dc+4iAqELhZwO -0X6hkHUHCBRoGtUg0RkEAAUeKhhGAcICBQIODIPooIEBzCTmKcjGYSNd/go3VvQo65zJkyhTqlzJ -sqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CXBhhAwECaq1gPNCIwANDU -qmkMcG311apWULmyZt3alcPXAma1FgAlgCxVq2LbRt3LF0Y7hwWoEjLEDZUmff8AOjMkTB5gwYu3 -JbhIQUDEZw+4+aE1aNc0R2vcDYjoDBgpBoUDj95yzzRqbH7qgW4t5vUnAfVAoj7NwOOf1QloN7Ad -u1Xf41b+IlCNsa6rR7DWwTPccTnG5sYvCEKwgPGiZI64A9OsK/Q/BM/0YfuFz13VOwsULLhHps+f -98Hl0zeDRk0X9Qih/vLPWPjFN197aPyB3IJVBLDMdc5t4OB1A0QowYQQ0vIgdilgyGEgG1roYV0j -GufhhyBSWGF2s2yIYosqWsjgjDTWaOONOOao44489ujjj0AGKeSQRBZp5JFIJqnkkkw26eSTUMJU -llpYseXVXWGNdSGWZ6EVF5VWukUVXFdtRUCEU+bFYpRslqNcYKHgk1k8hxWWxjCM0VkdnINJRtkE -lqH3hWZ/CKJYOBBBJxppu/FWh2qzNUrcmQRE6lpvt+UWUKPD9cbIb5bWhmlxbbL5JoUywiMddHRQ -x591GWqwXXdsfJeoeMO5UZ4/AaaHKXv1xVKgfghuNuyB9fUHHYAA/u2CEIHlGbiffWuWyuSJMmKA -bXbbbtuhi9kCUOIEJY57oYsraoduuOfGWO2J6Vor77z01mvvvfjmq+++/Pbr778AByzwwAQXbPDB -CCfcZDobldLRVfLEEgerjQ1EEEemJMiioZEdkggYizSiqMQKl5wCw6qswg+rDTvc6h0Wq9KAJ5tV -oGpJF9YysXn8lCfNL8HE88xw4EyzTDNDR4MMNUhfk40mhXkDTdHimHzjzRpgDcB0MEeHswf1sCZn -GfrQDMrIAYZEkEEOJTQRQweBp5FIDTGCEUiHYWwRXHOPMpLdVgcu+OCEF2744YgnrvjijDfu+OOQ -Ry755JRXbvnl/phnrvnmnHfu+eegZ57RAqSUzptv75E+M+Bb66L6InZwZ7rpr31aLQBhb2pap548 -e7TsIX8dOr/pIIZQQphFHfGqEbtq/J2/DDrZ13Ga0jt8h/XX9TxvfRmmuPVUatb34INCplxakjtm -XOQ7aP74c+k1fE4MD7fefvxBbLEeLldsyq/4o9ZzHOOHylBFS7f4RJxQMx/8MeB4ggIDA02ziLno -wlfGoOByKnUAhZQNWfkzwAXzMEExVFB+86NJ/TDVC4SIZRzFs5Ni5OQ/p7XwLOOwQDXSswgFiYuD -Z4GMP8AjtvGgJk9aYU2davdCeyzRU2LpBwkb2KjvWCU4T/TN/u1S+BKtYUBrXFue8DYQKFoVAzXa -eJh/XiYPpZEOFhAMTnzkk8aQWQU+c7yHJkIGkGd4SkDhMJ9i5qMAOu4RAWfiYk1yxwvfaYCRA8oh -JF14x0bGhgSyaZY07JCMRDLyWWnxTOyc1UmweMaSL5zSKf/xQgnk5lA3TCWWVunCRCrylrjMpS53 -ycte+vKXwAymMIdJzGIa85jITKYyl8nMZjrzmdCMpjSnSc1qWvOa2MymvkY3u9IxMReyW92fuLm6 -2Kmum53SIgZyxx7e9C423AyeNnkUw8RsSnqumsfWKKYnCdozen6iHiGsF483gkF7PIND96oUP7KE -73zteyj8/tK3JfGVqaHkkmhYMDrPJqzwfjRUlij4hzE4ds1pdGSMxgYYjAQZEBRtSeDKSmMMEGYG -ghjU4+osGEF9ZNCEG3SEB2s6LTSIsKcl3CkKO2qEj24Sh/ucw/NmmCdXQQMbsbSlzZoGMkSSBYh5 -kWIkEhWc3aARiVc0qE+hSCklkvCbUpQgFTWYRCy+la1bZGoQvHgBMPIznyT7QBkNgsY05m+NNSQa -Lwx6ijvJsZB69IIdB5nHOjKij9twCCAVGJ7HGlKyiMyhXo0wyUtmoLS2LK0ID+XIEWRys5ycyzg+ -yQ9TtjB2lpyLbZ8qy91mVZK+ReWZVCkNVmp1tMhNrnKX/svc5jr3udCNrnSnS93qWve62M2udrfL -3e5697vgDa94x0ve8pr3vOhNr3rXy972uve98I2vfOdLXxrBS0Uv8lZGUaUh/OKXXRmAV7jMVV+X -QLK4vD0TaoHLWq1UEsEJFu0FXknLh3iyM5EssEtQlrK98ZN5QbNqyl71pwqEza752MfZEqrhljg1 -pYMKkBh3FuKTXtUX+LupMkwcETNCA40D6QNiA3tfdunXAkdOEX+1Ba68tjiqLbVOnKp60oNAam6J -fcyUvTYLAnDHOw8Jjx7Js71YTKWzxX1IV76iyayuWTCwDSIgKJxmqLI5zmp6sg5ZNdV7bkPGQWYh -0EzR/s8+A1THEt6hIrx6IbByRawKHKjfpEfExVREpUEdzKX3dJe5UaQ6UdT0p18VGCfPF2X8S4QD -QgaamI24hi1TtTxZyuVZ6AzK6gBnIbE66DmhImlzxAYouUq0XQ+oUhG039P+rAZgG7u1erYFyy6W -Tt85ddkmHak3PWVaWuePAC9F4Mh6dgdjB/A8tCqbscUxWLmumxp8jsa5A5RuY7xbwtHGtT+Phz69 -nGo0WC60DPt9u0AljxWG8kylh9hsRKw1jbiwx24cDsUKSRwYFPdIq2347NoWkSEAKnG++brnGes7 -sYH1QPVqVdDsOZZXUlN2WYO1soCA9JBoScjNQdvs/n3fKXaxYefOH9BDfD+Z5Db78Dv+WuWUd4Bj -YwPDx1bNiI03BoO7yRi9CzJBBLlQdj5tTbKIOFQqikHjruN6Bovlw5GnXZxjtMXbZ01O2NnhdawL -ASOFw8BIxpOSuutUYWfmBjW0U1S+gczhqy0Wzuhmd7Ur5RYW/01Tz3dKcpYVl/Isrs2jBSyZJ4H7 -LIq+4VYUL2NZaCMgQiY1LXSjFH09wWexvovGvvawX2q+d8/73vv+98APvvCHT/ziG//4yE++8pfP -/OY7//nQj770p0/96lv/+tjPvva3z/3ue//74A+/+MdP/vKb//zoT7/6e3Lf/3KryTDKUPvdBQIB -/q+JwOuPwYEhbFzcYDjDuPN/lARL/FdLRlcZwdUNnTRbGAZt+fcCHCYzGqd0NJZtrsYJFjFGJ2ZQ -m1A2kcZiD+gXLKNsMMZsTQdiFvg/IJUID7RjldFjhAVkGaM/6lASRfYu8KcuS6aDO4hkOfh7p7Jl -bBRlVxYSWSZlfVKDXfZltRJmADFmulJmb3BmBJhbb9YZp1RLV9hmwtUWdBZhnYeFCaZ7Rxdv/5Q8 -gKaCvNBrQ0hCZxhjLhgHXEV1PiQIjhBEkDZT6VFSmkFWhbBppMZBljZqVtZpIUGIqCNqevMYlhdf -qEYKslZ10zZibbgQDkN1IndyTkcLxiFTulZI/muYRsrjbKA4bNYwNR1nPsn2K6J4PKdYbKXYbSM3 -bSQVeWdybWwIa9Rmi0b3FwUEKAcUU+MGTr4AivP2hGSgbqDIbjDobssIb1IlbzSEbslob894gGUY -jYkxeyf3GABnhAK3jeTDYxE0J5uRcEtjdYUnaoMXHStGGxlnNxs4cYgARRt3Y8UobB5XVhhXjyTR -e0jnbfoURkGzDh+wcquACmqFUDD3iiw0LZFmczhmWTknkZ9FdK5IDH0GdArWGaB4kUXHewEpbSZH -kLX2AVA3dVPHamgjNQ8XZG0Ddl2XLF9HOmF3RPmTKGV3IGdXdWl3k2zXiPBVd3nXV3PHOkRpgk5A -lYlgg2F8Fw3WlnZW9HiCB2Q0Y3ic8k2Kl5V4JQhUiXgWFgqUh1e9h3mcpy2epxdm+XnjQ1EiMHoQ -pVtogiWuV3urBxGod4Xnw41huJfjKHvtg3t8GYKEWZiGeZiImZiKuZiM2ZiO+ZiQGZmSOZmUWZmW -eZmYmZmauZmc2ZlCEQEAOw== -----_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14-- - -----_=_NextPart2_38b8a0ca-e0f9-48db-98e5-8cb54b26f392-- - diff --git a/Examples/Data/Destination/Emails/Outlook/sample.msg b/Examples/Data/Destination/Emails/Outlook/sample.msg deleted file mode 100644 index 4f384a9..0000000 Binary files a/Examples/Data/Destination/Emails/Outlook/sample.msg and /dev/null differ diff --git a/Examples/Data/Destination/Images/Gif/sample.gif b/Examples/Data/Destination/Images/Gif/sample.gif deleted file mode 100644 index a6cea84..0000000 Binary files a/Examples/Data/Destination/Images/Gif/sample.gif and /dev/null differ diff --git a/Examples/Data/Destination/Images/JP2/ExifSample.jp2 b/Examples/Data/Destination/Images/JP2/ExifSample.jp2 deleted file mode 100644 index 1370774..0000000 Binary files a/Examples/Data/Destination/Images/JP2/ExifSample.jp2 and /dev/null differ diff --git a/Examples/Data/Destination/Images/Jpeg/ExifSample.jpeg b/Examples/Data/Destination/Images/Jpeg/ExifSample.jpeg deleted file mode 100644 index 3e76e09..0000000 Binary files a/Examples/Data/Destination/Images/Jpeg/ExifSample.jpeg and /dev/null differ diff --git a/Examples/Data/Destination/Images/Jpeg/sample.jpg b/Examples/Data/Destination/Images/Jpeg/sample.jpg deleted file mode 100644 index f2a06bf..0000000 Binary files a/Examples/Data/Destination/Images/Jpeg/sample.jpg and /dev/null differ diff --git a/Examples/Data/Destination/Images/Psd/sample.psd b/Examples/Data/Destination/Images/Psd/sample.psd deleted file mode 100644 index 0e339c9..0000000 Binary files a/Examples/Data/Destination/Images/Psd/sample.psd and /dev/null differ diff --git a/Examples/Data/Destination/Images/Tiff/sample.tif b/Examples/Data/Destination/Images/Tiff/sample.tif deleted file mode 100644 index 6251400..0000000 Binary files a/Examples/Data/Destination/Images/Tiff/sample.tif and /dev/null differ diff --git a/Examples/Data/Destination/thumbnail.png b/Examples/Data/Destination/thumbnail.png deleted file mode 100644 index 96fa388..0000000 Binary files a/Examples/Data/Destination/thumbnail.png and /dev/null differ diff --git a/Examples/Data/Screenshots/ExampleFolder.PNG b/Examples/Data/Screenshots/ExampleFolder.PNG deleted file mode 100644 index 1b2984e..0000000 Binary files a/Examples/Data/Screenshots/ExampleFolder.PNG and /dev/null differ diff --git a/Examples/Data/Screenshots/GroupDocs.MetaData-Example-FileExplorer.png b/Examples/Data/Screenshots/GroupDocs.MetaData-Example-FileExplorer.png deleted file mode 100644 index 5781be1..0000000 Binary files a/Examples/Data/Screenshots/GroupDocs.MetaData-Example-FileExplorer.png and /dev/null differ diff --git a/Examples/Data/Screenshots/Metadata_Outook_plugin.PNG b/Examples/Data/Screenshots/Metadata_Outook_plugin.PNG deleted file mode 100644 index 62a6a01..0000000 Binary files a/Examples/Data/Screenshots/Metadata_Outook_plugin.PNG and /dev/null differ diff --git a/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 1.PNG b/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 1.PNG deleted file mode 100644 index 35f19e2..0000000 Binary files a/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 1.PNG and /dev/null differ diff --git a/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 2_downloading lib.PNG b/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 2_downloading lib.PNG deleted file mode 100644 index 9ab1b9a..0000000 Binary files a/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 2_downloading lib.PNG and /dev/null differ diff --git a/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 3.PNG b/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 3.PNG deleted file mode 100644 index bf6be5c..0000000 Binary files a/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 3.PNG and /dev/null differ diff --git a/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 4_Project.PNG b/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 4_Project.PNG deleted file mode 100644 index d53a8b3..0000000 Binary files a/Examples/Data/Screenshots/VS Plugin for GroupDocs.Metadata 4_Project.PNG and /dev/null differ diff --git a/Examples/Data/Screenshots/VSProject.png b/Examples/Data/Screenshots/VSProject.png deleted file mode 100644 index 972a3d7..0000000 Binary files a/Examples/Data/Screenshots/VSProject.png and /dev/null differ diff --git a/Examples/Data/Screenshots/editing-metadata-editor.png b/Examples/Data/Screenshots/editing-metadata-editor.png deleted file mode 100644 index 975b937..0000000 Binary files a/Examples/Data/Screenshots/editing-metadata-editor.png and /dev/null differ diff --git a/Examples/Data/Screenshots/groupdocs.metadata-for-net-editor.png b/Examples/Data/Screenshots/groupdocs.metadata-for-net-editor.png deleted file mode 100644 index 60a3673..0000000 Binary files a/Examples/Data/Screenshots/groupdocs.metadata-for-net-editor.png and /dev/null differ diff --git a/Examples/Data/Screenshots/groupdocs.metadata-ppt-editor.png b/Examples/Data/Screenshots/groupdocs.metadata-ppt-editor.png deleted file mode 100644 index de92663..0000000 Binary files a/Examples/Data/Screenshots/groupdocs.metadata-ppt-editor.png and /dev/null differ diff --git a/Examples/Data/Screenshots/save-metadata-editor-file-browser.png b/Examples/Data/Screenshots/save-metadata-editor-file-browser.png deleted file mode 100644 index 95ef12a..0000000 Binary files a/Examples/Data/Screenshots/save-metadata-editor-file-browser.png and /dev/null differ diff --git a/Examples/Data/Screenshots/save-metadata-editor.png b/Examples/Data/Screenshots/save-metadata-editor.png deleted file mode 100644 index a7f6f43..0000000 Binary files a/Examples/Data/Screenshots/save-metadata-editor.png and /dev/null differ diff --git a/Examples/Data/Source/Archives/Zip/sample.zip b/Examples/Data/Source/Archives/Zip/sample.zip deleted file mode 100644 index c06e2f2..0000000 Binary files a/Examples/Data/Source/Archives/Zip/sample.zip and /dev/null differ diff --git a/Examples/Data/Source/Audio/Mp3/desktop.ini b/Examples/Data/Source/Audio/Mp3/desktop.ini deleted file mode 100644 index 7888d7b..0000000 --- a/Examples/Data/Source/Audio/Mp3/desktop.ini +++ /dev/null @@ -1,4 +0,0 @@ -[ViewState] -Mode= -Vid= -FolderType=Music diff --git a/Examples/Data/Source/Audio/Mp3/sample.mp3 b/Examples/Data/Source/Audio/Mp3/sample.mp3 deleted file mode 100644 index 53b2b57..0000000 Binary files a/Examples/Data/Source/Audio/Mp3/sample.mp3 and /dev/null differ diff --git a/Examples/Data/Source/Audio/Wav/sample.wav b/Examples/Data/Source/Audio/Wav/sample.wav deleted file mode 100644 index 2e75fc3..0000000 Binary files a/Examples/Data/Source/Audio/Wav/sample.wav and /dev/null differ diff --git a/Examples/Data/Source/Different Formats/sample.doc b/Examples/Data/Source/Different Formats/sample.doc deleted file mode 100644 index ab23fe2..0000000 Binary files a/Examples/Data/Source/Different Formats/sample.doc and /dev/null differ diff --git a/Examples/Data/Source/Different Formats/sample.pdf b/Examples/Data/Source/Different Formats/sample.pdf deleted file mode 100644 index ac1d0e0..0000000 Binary files a/Examples/Data/Source/Different Formats/sample.pdf and /dev/null differ diff --git a/Examples/Data/Source/Documents/Doc/sample.docx b/Examples/Data/Source/Documents/Doc/sample.docx deleted file mode 100644 index 7800951..0000000 Binary files a/Examples/Data/Source/Documents/Doc/sample.docx and /dev/null differ diff --git a/Examples/Data/Source/Documents/Doc/sample.zip b/Examples/Data/Source/Documents/Doc/sample.zip deleted file mode 100644 index c06e2f2..0000000 Binary files a/Examples/Data/Source/Documents/Doc/sample.zip and /dev/null differ diff --git a/Examples/Data/Source/Documents/Doc/sample1.doc b/Examples/Data/Source/Documents/Doc/sample1.doc deleted file mode 100644 index 979310e..0000000 Binary files a/Examples/Data/Source/Documents/Doc/sample1.doc and /dev/null differ diff --git a/Examples/Data/Source/Documents/Doc/sample2.doc b/Examples/Data/Source/Documents/Doc/sample2.doc deleted file mode 100644 index 2ac1fd6..0000000 Binary files a/Examples/Data/Source/Documents/Doc/sample2.doc and /dev/null differ diff --git a/Examples/Data/Source/Documents/Epub/Sample.epub b/Examples/Data/Source/Documents/Epub/Sample.epub deleted file mode 100644 index 62af12c..0000000 Binary files a/Examples/Data/Source/Documents/Epub/Sample.epub and /dev/null differ diff --git a/Examples/Data/Source/Documents/Epub/sample1.epub b/Examples/Data/Source/Documents/Epub/sample1.epub deleted file mode 100644 index 819d67e..0000000 Binary files a/Examples/Data/Source/Documents/Epub/sample1.epub and /dev/null differ diff --git a/Examples/Data/Source/Documents/MSProject/sample.mpp b/Examples/Data/Source/Documents/MSProject/sample.mpp deleted file mode 100644 index 419f089..0000000 Binary files a/Examples/Data/Source/Documents/MSProject/sample.mpp and /dev/null differ diff --git a/Examples/Data/Source/Documents/MSVisio/sample.vdx b/Examples/Data/Source/Documents/MSVisio/sample.vdx deleted file mode 100644 index 8da2344..0000000 --- a/Examples/Data/Source/Documents/MSVisio/sample.vdx +++ /dev/null @@ -1,8 +0,0 @@ -Example TitleJohn Doe805313044805313044AQAAAGwAAAA8AAAAMAAAADcCAADDAQAAAAAAAAAAAADOcAAA75EAACBFTUYAAAEABDUAAAoBAAAEAAAAAAAAAAAAAAAAAAAAgAcAADgEAAClAgAAfQEAAAAAAAAAAAAAAAAAANVVCgBI0AUARgAAACwAAAAgAAAARU1GKwFAAQAcAAAAEAAAAAIQwNsBAAAAYAAAAGAAAABGAAAAcAAAAGQAAABFTUYrMEACABAAAAAEAAAAAACAPx9ABAAMAAAAAAAAAB5ABQAMAAAAAAAAAB1AAAAUAAAACAAAAAIAAAAiBAAACkAAgCQAAAAYAAAA/////wEAAAAAAHZCAABGQgAAWEMAANhCIQAAAAgAAABiAAAADAAAAAEAAAAkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAAAlAAAADAAAAAAAAIAlAAAADAAAAAgAAIBWAAAAMAAAAD0AAAAxAAAAFgEAAJ4AAAAFAAAA2AMYA9gD2AlYEdgJWBEYA9gDGAMlAAAADAAAAAcAAIAlAAAADAAAAAAAAIAkAAAAJAAAAAAAgEEAAAAAAAAAAAAAgEEAAAAAAAAAAAIAAABGAAAAqAAAAJwAAABFTUYrCEAAAkAAAAA0AAAAAhDA2wAAAADOAAAAAAAAAArXoz4CAAAAAgAAAAIAAAACAAAAAAAAAAIQwNsAAAAAAAAA/whAAQNIAAAAPAAAAAIQwNsFAAAAAAAAAAAAdkIAgB1DAMCKQwCAHUMAwIpDAABGQgAAdkIAAEZCAAB2QgCAHUMAAQEBgQMDAxVAAQAQAAAABAAAAAAAAAAkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAABfAAAAOAAAAAEAAAA4AAAAAAAAADgAAAAAAAAAAAABAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAMAAAAAQAAACUAAAAMAAAABQAAgFYAAAAwAAAAPAAAADAAAAAXAQAAnwAAAAUAAADYA9gJWBHYCVgRGAPYAxgD2APYCSUAAAAMAAAABwAAgCUAAAAMAAAAAAAAgCQAAAAkAAAAAACAQQAAAAAAAAAAAACAQQAAAAAAAAAAAgAAACgAAAAMAAAAAQAAAEYAAADgAAAA1AAAAEVNRisqQAAAJAAAABgAAAAAAMBCAAAAAAAAAAAAAMBCAAB2QgAARkIIQAIGMAAAACQAAAACEMDbgKqqPgAAAAAAAAAAAAAAAAUAAABBAFIASQBBAEwAAAA2QAKAfAAAAHAAAAAAAAD/AQAAAAEAAAAHAAAAVABlAHMAdABpAG4AZwCAFRQ/wJkpP4A1SD/AmSk/wKp3P8CZKT/AKpE/wJkpP2AFnT/AmSk/AICmP8CZKT+gOr4/wJkpPwAAgD8AAAAAAAAAAAAAgD8AAAAAAAAAAAAAEgAAAAwAAAABAAAAGAAAAAwAAAAAAAAAFgAAAAwAAAAYAAAAUgAAAHABAAABAAAA4P///wAAAAAAAAAAAAAAAJABAAAAAAAABwAEAEEAcgBpAGEAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALYDoIwMCAAAAAAyAAAyZA8AACiRDAgQRhUIoBLdCpABAAAAALYDBAAAAKCMDAj08BQAzjhldzgBtgOqOGV3nMa5GQAAAAAAALYDqIwMCABAFAAwAwAACPEUANwd2woUHdsKePAUALBg3goALbYDIwAAAAAAtgMALbYDeAzbCgAAAAAALbYDAgAAAiQAAAAYLURU+yEJQO3vDW8gAAAASPEUABAAAADCAAAAWwAAACiODAgQAAAAfwMAADTxFAAAAA5vGRAObwgAAAAAAAAALPIUACsQDm9/FwAAeAzbCv87nlzjEyE8BKq2A/gCAADCAAAAAAAAABAAAAEAAAAAZHYACAAAAAAlAAAADAAAAAEAAABUAAAAeAAAAHUAAABUAAAA2wAAAHcAAAABAAAAqgoNQnEcDUJ1AAAAcQAAAAcAAABMAAAAAAAAAAAAAAAAAAAA//////////9cAAAAVABlAHMAdABpAG4AZwBsABQAAAASAAAAEAAAAAkAAAAHAAAAEgAAAAAAAAAlAAAADAAAAA0AAIBGAAAAQAAAADQAAABFTUYrK0AAAAwAAAAAAAAACkAAgCQAAAAYAAAA/////wEAAAAAgAVDAIBBQwAAkEIAABBCJAAAACQAAAAAAIA9AAAAAAAAAAAAAIA9AAAAAAAAAAACAAAAJQAAAAwAAAAAAACAJQAAAAwAAAAIAACAVgAAADAAAACFAAAAwQAAAM4AAADmAAAABQAAAFgIGAxYCFgO2AxYDtgMGAxYCBgMJQAAAAwAAAAHAACAJQAAAAwAAAAAAACAJAAAACQAAAAAAIBBAAAAAAAAAAAAAIBBAAAAAAAAAAACAAAARgAAAKgAAACcAAAARU1GKwhAAAJAAAAANAAAAAIQwNsAAAAAzgAAAAAAAAAK16M+AgAAAAIAAAACAAAAAgAAAAAAAAACEMDbAAAAAAAAAP8IQAEDSAAAADwAAAACEMDbBQAAAAAAAAAAgAVDAIBlQwCATUMAgGVDAIBNQwCAQUMAgAVDAIBBQwCABUMAgGVDAAEBAYEDAwMVQAEAEAAAAAQAAAAAAAAAJAAAACQAAAAAAIA9AAAAAAAAAAAAAIA9AAAAAAAAAAACAAAAXwAAADgAAAACAAAAOAAAAAAAAAA4AAAAAAAAAAAAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlAAAADAAAAAIAAAAlAAAADAAAAAUAAIBWAAAAMAAAAIQAAADAAAAAzwAAAOcAAAAFAAAAWAhYDtgMWA7YDBgMWAgYDFgIWA4lAAAADAAAAAcAAIAlAAAADAAAAAAAAIAkAAAAJAAAAAAAgEEAAAAAAAAAAAAAgEEAAAAAAAAAAAIAAAAoAAAADAAAAAIAAABGAAAApAAAAJgAAABFTUYrKkAAACQAAAAYAAAAAADAQgAAAAAAAAAAAADAQgCABUMAgEFDCEACBjAAAAAkAAAAAhDA2wCO4z0AAAAAAAAAAAAAAAAFAAAAQQBSAEkAQQBMAAAANkACgEAAAAA0AAAAAAAA/wEAAAABAAAAAQAAADEAAC6wPgAiYj4AAIA/AAAAAAAAAAAAAIA/AAAAAAAAAAAAABIAAAAMAAAAAQAAABgAAAAMAAAAAAAAABYAAAAMAAAAGAAAACgAAAAMAAAAAQAAAFIAAABwAQAAAQAAAPX///8AAAAAAAAAAAAAAACQAQAAAAAAAAcABABBAHIAaQBhAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAcAAABgQLwFKxIAAAAAAACg8BQAAAAAAMDbOgAPAAAALPAUACsSAAAAs/1+ALD9fjjwFABIjk92ZLP9fgAAAAAAADIAMDkbCQAAAAAAAAEABgAWAMUDAAABAAAAHAAAAIzwFABYOBsJAQAAACg5Gwlg8BQAI+BkdzA5GwkAAAq0AAAAACg5Gwmo8BQAfVP2dgAAMgAAAAAAlFT2dl5NFhg4FQq0MDkbCYABVHYAAAAAEAAAAH8DAAB08BQAAAAKtCD6FADwb/h29jb6bv7///+UVPZ2BRJQdjA5GwmYUhoJ4xMhPAAACgAAAAEAQP3MAADxFAADAAAAAAAKAGR2AAgAAAAAJQAAAAwAAAABAAAAVAAAAFQAAACnAAAAzAAAAKkAAADZAAAAAQAAAKoKDUJxHA1CpwAAANcAAAABAAAATAAAAAAAAAAAAAAAAAAAAP//////////UAAAADEAAAAAAAAAJQAAAAwAAAANAACARgAAAJgAAACMAAAARU1GKytAAAAMAAAAAAAAAAhAAAJAAAAANAAAAAIQwNsAAAAAzgAAAAAAAAAK16M+AgAAAAIAAAACAAAAAgAAAAAAAAACEMDbAAAAAAAAAP8IQAEDLAAAACAAAAACEMDbAgAAAAAAAAAAgClDAIAdQwCAKUMAgEFDAAEBARVAAQAQAAAABAAAAAAAAAAkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAABfAAAAOAAAAAIAAAA4AAAAAAAAADgAAAAAAAAAAAABAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAMAAAAAgAAACUAAAAMAAAABQAAgFcAAAAkAAAAqAAAAJwAAACrAAAAwwAAAAIAAACYCtgJmAoYDCUAAAAMAAAABwAAgCUAAAAMAAAAAAAAgCQAAAAkAAAAAACAQQAAAAAAAAAAAACAQQAAAAAAAAAAAgAAACgAAAAMAAAAAgAAAEYAAAA0AAAAKAAAAEVNRisKQACAJAAAABgAAAD/////AQAAAACAcUMAgEFDAACQQgAAEEIkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAAAlAAAADAAAAAAAAIAlAAAADAAAAAgAAIBWAAAAMAAAAPEAAADBAAAAOgEAAOYAAAAFAAAAGA8YDBgPWA6YE1gOmBMYDBgPGAwlAAAADAAAAAcAAIAlAAAADAAAAAAAAIAkAAAAJAAAAAAAgEEAAAAAAAAAAAAAgEEAAAAAAAAAAAIAAABGAAAAqAAAAJwAAABFTUYrCEAAAkAAAAA0AAAAAhDA2wAAAADOAAAAAAAAAArXoz4CAAAAAgAAAAIAAAACAAAAAAAAAAIQwNsAAAAAAAAA/whAAQNIAAAAPAAAAAIQwNsFAAAAAAAAAACAcUMAgGVDAMCcQwCAZUMAwJxDAIBBQwCAcUMAgEFDAIBxQwCAZUMAAQEBgQMDAxVAAQAQAAAABAAAAAAAAAAkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAABfAAAAOAAAAAIAAAA4AAAAAAAAADgAAAAAAAAAAAABAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAMAAAAAgAAACUAAAAMAAAABQAAgFYAAAAwAAAA8AAAAMAAAAA7AQAA5wAAAAUAAAAYD1gOmBNYDpgTGAwYDxgMGA9YDiUAAAAMAAAABwAAgCUAAAAMAAAAAAAAgCQAAAAkAAAAAACAQQAAAAAAAAAAAACAQQAAAAAAAAAAAgAAACgAAAAMAAAAAgAAAEYAAAB0AAAAaAAAAEVNRisqQAAAJAAAABgAAAAAAMBCAAAAAAAAAAAAAMBCAIBxQwCAQUM2QAKAQAAAADQAAAAAAAD/AQAAAAEAAAABAAAAMgAALrA+ACJiPgAAgD8AAAAAAAAAAAAAgD8AAAAAAAAAAAAAEgAAAAwAAAABAAAAGAAAAAwAAAAAAAAAFgAAAAwAAAAYAAAAJQAAAAwAAAABAAAAVAAAAFQAAAATAQAAzAAAABcBAADZAAAAAQAAAKoKDUJxHA1CEwEAANcAAAABAAAATAAAAAAAAAAAAAAAAAAAAP//////////UAAAADIAAAAAAAAAJQAAAAwAAAANAACARgAAAJgAAACMAAAARU1GKytAAAAMAAAAAAAAAAhAAAJAAAAANAAAAAIQwNsAAAAAzgAAAAAAAAAK16M+AgAAAAIAAAACAAAAAgAAAAAAAAACEMDbAAAAAAAAAP8IQAEDLAAAACAAAAACEMDbAgAAAAAAAAAAgE1DAIBTQwCAcUMAgFNDAAEBARVAAQAQAAAABAAAAAAAAAAkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAABfAAAAOAAAAAIAAAA4AAAAAAAAADgAAAAAAAAAAAABAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAMAAAAAgAAACUAAAAMAAAABQAAgFcAAAAkAAAAzAAAANIAAADzAAAA1QAAAAIAAADYDDgNGA84DSUAAAAMAAAABwAAgCUAAAAMAAAAAAAAgCQAAAAkAAAAAACAQQAAAAAAAAAAAACAQQAAAAAAAAAAAgAAACgAAAAMAAAAAgAAAEYAAAA0AAAAKAAAAEVNRisKQACAJAAAABgAAAD/////AQAAAADArkMAgEFDAACQQgAAEEIkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAAAlAAAADAAAAAAAAIAlAAAADAAAAAgAAIBWAAAAMAAAAF0BAADBAAAApgEAAOYAAAAFAAAA2BUYDNgVWA5YGlgOWBoYDNgVGAwlAAAADAAAAAcAAIAlAAAADAAAAAAAAIAkAAAAJAAAAAAAgEEAAAAAAAAAAAAAgEEAAAAAAAAAAAIAAABGAAAAqAAAAJwAAABFTUYrCEAAAkAAAAA0AAAAAhDA2wAAAADOAAAAAAAAAArXoz4CAAAAAgAAAAIAAAACAAAAAAAAAAIQwNsAAAAAAAAA/whAAQNIAAAAPAAAAAIQwNsFAAAAAAAAAADArkMAgGVDAMDSQwCAZUMAwNJDAIBBQwDArkMAgEFDAMCuQwCAZUMAAQEBgQMDAxVAAQAQAAAABAAAAAAAAAAkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAABfAAAAOAAAAAIAAAA4AAAAAAAAADgAAAAAAAAAAAABAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAMAAAAAgAAACUAAAAMAAAABQAAgFYAAAAwAAAAXAEAAMAAAACnAQAA5wAAAAUAAADYFVgOWBpYDlgaGAzYFRgM2BVYDiUAAAAMAAAABwAAgCUAAAAMAAAAAAAAgCQAAAAkAAAAAACAQQAAAAAAAAAAAACAQQAAAAAAAAAAAgAAACgAAAAMAAAAAgAAAEYAAAB0AAAAaAAAAEVNRisqQAAAJAAAABgAAAAAAMBCAAAAAAAAAAAAAMBCAMCuQwCAQUM2QAKAQAAAADQAAAAAAAD/AQAAAAEAAAABAAAAMwAALrA+ACJiPgAAgD8AAAAAAAAAAAAAgD8AAAAAAAAAAAAAEgAAAAwAAAABAAAAGAAAAAwAAAAAAAAAFgAAAAwAAAAYAAAAJQAAAAwAAAABAAAAVAAAAFQAAAB/AQAAzAAAAIMBAADZAAAAAQAAAKoKDUJxHA1CfwEAANcAAAABAAAATAAAAAAAAAAAAAAAAAAAAP//////////UAAAADMAAAAAAAAAJQAAAAwAAAANAACARgAAAJgAAACMAAAARU1GKytAAAAMAAAAAAAAAAhAAAJAAAAANAAAAAIQwNsAAAAAzgAAAAAAAAAK16M+AgAAAAIAAAACAAAAAgAAAAAAAAACEMDbAAAAAAAAAP8IQAEDLAAAACAAAAACEMDbAgAAAAAAAAAAwJxDAIBTQwDArkMAgFNDAAEBARVAAQAQAAAABAAAAAAAAAAkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAABfAAAAOAAAAAIAAAA4AAAAAAAAADgAAAAAAAAAAAABAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAMAAAAAgAAACUAAAAMAAAABQAAgFcAAAAkAAAAOAEAANIAAABfAQAA1QAAAAIAAACYEzgN2BU4DSUAAAAMAAAABwAAgCUAAAAMAAAAAAAAgCQAAAAkAAAAAACAQQAAAAAAAAAAAACAQQAAAAAAAAAAAgAAACgAAAAMAAAAAgAAAEYAAADIAAAAvAAAAEVNRisIQAEDqAAAAJwAAAACEMDbEAAAAAAAAAAAwPZDAoBZQ/+/9kMnnkVDEc/+QwGANUP/XwREAIA1Q3ZYCUT+fzVD/18NRCGeRUMAYA1EAIBZQwBgDUQAgFlDAGANRACAWUMAYA1EAIBZQwBgDUTbYW1Dd1gJRACAfUMAYAREAIB9QxPP/kMAgH1DAMD2Q9xhbUMAwPZDAYBZQwADAwMDAwMDAwMDAwMDA4MUQAGAEAAAAAQAAAAAAAD/JAAAACQAAAAAAIA9AAAAAAAAAAAAAIA9AAAAAAAAAAACAAAAJwAAABgAAAACAAAAAAAAAAAAAAAAAAAAJQAAAAwAAAACAAAAEwAAAAwAAAABAAAAOwAAAAgAAABVAAAAXAAAAAAAAAAAAAAA//////////8QAAAA2B6YDdgeWgzaH1gLGCFYC1ciWAtYI1oMWCOYDVgjmA1YI5gNWCOYDVgj1w5XItgPGCHYD9of2A/YHtcO2B6YDTwAAAAIAAAAPgAAABgAAADtAQAAtQAAADYCAAD+AAAAEwAAAAwAAAABAAAAJQAAAAwAAAAAAACAJAAAACQAAAAAAIBBAAAAAAAAAAAAAIBBAAAAAAAAAAACAAAARgAAAGAAAABUAAAARU1GKwhAAAJAAAAANAAAAAIQwNsAAAAAzgAAAAAAAAAK16M+AgAAAAIAAAACAAAAAgAAAAAAAAACEMDbAAAAAAAAAP8VQAEAEAAAAAQAAAAAAAAAJAAAACQAAAAAAIA9AAAAAAAAAAAAAIA9AAAAAAAAAAACAAAAXwAAADgAAAADAAAAOAAAAAAAAAA4AAAAAAAAAAAAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlAAAADAAAAAMAAAAlAAAADAAAAAUAAIBVAAAAXAAAAOwBAAC0AAAANwIAAP8AAAAQAAAA2B6YDdgeWgzaH1gLGCFYC1ciWAtYI1oMWCOYDVgjmA1YI5gNWCOYDVgj1w5XItgPGCHYD9of2A/YHtcO2B6YDSUAAAAMAAAABwAAgCUAAAAMAAAAAAAAgCQAAAAkAAAAAACAQQAAAAAAAAAAAACAQQAAAAAAAAAAAgAAACgAAAAMAAAAAwAAAEYAAADIAAAAvAAAAEVNRisIQAEDqAAAAJwAAAACEMDbEAAAAAAAAABc6/tDAYBZQ1zr+0PkU0tD+NQARLnWP0P/XwREuNY/QwfrB0S31j9DUsoKROBTS0NSygpEAIBZQ1LKCkQAgFlDUsoKRACAWUNSygpEAIBZQ1LKCkQdrGdDB+sHREgpc0MAYARESClzQ/nUAERIKXNDXOv7Qx2sZ0Nc6/tDAYBZQwADAwMDAwMDAwMDAwMDA4MUQAGAEAAAAAQAAAD/////KAAAAAwAAAACAAAAJAAAACQAAAAAAIA9AAAAAAAAAAAAAIA9AAAAAAAAAAACAAAAJwAAABgAAAACAAAAAAAAAP///wAAAAAAJQAAAAwAAAACAAAAEwAAAAwAAAABAAAAOwAAAAgAAABVAAAAXAAAAAAAAAAAAAAA//////////8QAAAAfh+YDX4ftgw2IP4LGCH+C/sh/guzIrYMsyKYDbMimA2zIpgNsyKYDbMiew77ITMPGCEzDzYgMw9+H3sOfh+YDTwAAAAIAAAAPgAAABgAAAD3AQAAvwAAACwCAAD0AAAAEwAAAAwAAAABAAAAJQAAAAwAAAAAAACAJAAAACQAAAAAAIBBAAAAAAAAAAAAAIBBAAAAAAAAAAACAAAARgAAAGAAAABUAAAARU1GKwhAAAJAAAAANAAAAAIQwNsAAAAAzgAAAAAAAAAK16M+AgAAAAIAAAACAAAAAgAAAAAAAAACEMDbAAAAAAAAAP8VQAEAEAAAAAQAAAAAAAAAJAAAACQAAAAAAIA9AAAAAAAAAAAAAIA9AAAAAAAAAAACAAAAXwAAADgAAAADAAAAOAAAAAAAAAA4AAAAAAAAAAAAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlAAAADAAAAAMAAAAlAAAADAAAAAUAAIBVAAAAXAAAAPYBAAC+AAAALQIAAPUAAAAQAAAAfh+YDX4ftgw2IP4LGCH+C/sh/guzIrYMsyKYDbMimA2zIpgNsyKYDbMiew77ITMPGCEzDzYgMw9+H3sOfh+YDSUAAAAMAAAABwAAgCUAAAAMAAAAAAAAgCQAAAAkAAAAAACAQQAAAAAAAAAAAACAQQAAAAAAAAAAAgAAACgAAAAMAAAAAwAAAEYAAADAAAAAtAAAAEVNRisqQAAAJAAAABgAAAAAAMBCAAAAAAAAAAAAAMBCAMDSQwCAU0MIQAIGMAAAACQAAAACEMDbAKsqPgAAAAAAAAAAAAAAAAUAAABBAFIASQBBAEwAAAA2QAKAXAAAAFAAAAAAAAD/AQAAAAEAAAAEAAAASgB1AG4AawAAv0s+AGimPYCKkD4AaKY9AADAPgBopj2Ade8+AGimPQAAgD8AAAAAAAAAAAAAgD8AAAAAAAAAABIAAAAMAAAAAQAAABgAAAAMAAAAAAAAABYAAAAMAAAAGAAAACgAAAAMAAAAAQAAAFIAAABwAQAAAQAAAPD///8AAAAAAAAAAAAAAACQAQAAAAAAAAcABABBAHIAaQBhAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC5GRgBAACkArYDAAC2AwwAJwA6BQAA/AjbCvwI2woiAAAAAQAAAA0AAgA6BQAALQAAAEwDAAAAAAAAKAAAAAAAAAAAADIAMDkbCQwAAAACAAAABQAeAM4DAAAI8RQA9BzbCnjwFABYOBsJAQAAACg5Gwlg8BQAI+BkdzA5GwkAAAq1AAAAACg5Gwmo8BQAfVP2dgAAMgAAAAAAlFT2dl5NFhg4FQq1MDkbCYABVHYQDRIIEAAAAH8DAAB08BQAAAAKtSD6FADwb/h29jb6bv7///+UVPZ2BRJQdjA5GwmYUhoJ4xMhPAAACgAAAAEAQP3MAADxFAADAAAAAAAKAGR2AAgAAAAAJQAAAAwAAAABAAAAVAAAAGQAAAC5AQAAzAAAANoBAADdAAAAAQAAAKoKDUJxHA1CuQEAANsAAAAEAAAATAAAAAAAAAAAAAAAAAAAAP//////////VAAAAEoAdQBuAGsACAAAAAkAAAAJAAAAAAAAACUAAAAMAAAADQAAgEYAAABQAgAARAIAAEVNRisrQAAADAAAAAAAAAAIQAEDJAIAABgCAAACEMDbOgAAAAAAAACI7L9DxfHEQz8KwEMhzMdDX/zBQx7+yUMgRcRDAdnJQzLVxEPcz8lDQmLFQxeiyUOt48VDfVLJQ6CKx0O5ssxDbBLLQxXDzUNdxs1D07LLQ0z3zkMGyspDydnPQ1FeyUNhQ9BD37PHQwIv0EMv5chDqeTQQ1LxyUMd2dFDwwrKQ6nx0UNRDcpDVQrSQ1ENykPhItJDwwrKQ6WY1EPSe8pD4gvXQ4cpyUPPedhDdJ/GQ+xj2kMI/8ZDvUDcQzylxUM98dxDNmLDQ80R3UPa2MBDtAvcQ+A2vkP+PNpDHm68Q5EB3ENMZrpD34bdQ14WuEM7vt5DpJS1Q7/g3kNTw7FDZArdQ4MwrkN3/9lDAlqsQ7LI2EN1TqlDso7VQ9brp0OLytJD7kGpQ+Cp0EMNSapDplvPQz+urEMQic9DGzuvQztOzkPEC61DWXzLQ4d3rEOyPMlDBPCtQwSfyEMjV65D9RbIQ67frkPErsdDW3+vQ39txEP6a61DMWXAQ+VwrkMNrb5DIsaxQ2B8vUPDFLRDOq+9Q20Bt0MQML9D+E65Q+tJvEPL2LlDyVW6Q87evEP90rpDxA/AQz0/u0Mg0sJDDWK9Q63dxEOI7L9DxfHEQwADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA4MDARRAAYAQAAAABAAAAP////8kAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAAAlAAAADAAAAAIAAAATAAAADAAAAAEAAAA7AAAACAAAAFUAAAAEAQAAAAAAAAAAAAD//////////zoAAAD+F58YAhj6GEAYQBmJGDwZmxg6Ga0YNRm9GCsZ8hiXGWMZuRm5GXcZ3xlaGfwZLBkJGvcYBhodGR0aPxk8GkIZPxpCGUIaQhlFGkIZlBpQGeIaJhkQG9QYTRvgGIkbtRifG20YoxscGIIbxxdIG44XgRtNF7EbAxfYG7MW3Rs5FqIbxxVAG4wVGhsqFbIa/hRaGikVFhpKFewZlhXyGegVyhmiFXAZjxUoGb4VFBnLFQMZ3BX2GPAVjhiuFQ0YzxXWFzkWsBeDFrYX4RbmFyoXihc8F0sXnBdbFwIYaBdbGK0XnBj+F58YPAAAAAgAAAA+AAAAGAAAAHQBAABPAQAAvgEAAJwBAAATAAAADAAAAAEAAAAlAAAADAAAAAAAAIAkAAAAJAAAAAAAgEEAAAAAAAAAAAAAgEEAAAAAAAAAAAIAAABGAAAAYAAAAFQAAABFTUYrCEAAAkAAAAA0AAAAAhDA2wAAAADOAAAAAAAAAArXoz4CAAAAAgAAAAIAAAACAAAAAAAAAAIQwNsAAAAAAAAA/xVAAQAQAAAABAAAAAAAAAAkAAAAJAAAAAAAgD0AAAAAAAAAAAAAgD0AAAAAAAAAAAIAAABfAAAAOAAAAAMAAAA4AAAAAAAAADgAAAAAAAAAAAABAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAMAAAAAwAAACUAAAAMAAAABQAAgFUAAAAEAQAAcwEAAE4BAAC/AQAAnQEAADoAAAD+F58YAhj6GEAYQBmJGDwZmxg6Ga0YNRm9GCsZ8hiXGWMZuRm5GXcZ3xlaGfwZLBkJGvcYBhodGR0aPxk8GkIZPxpCGUIaQhlFGkIZlBpQGeIaJhkQG9QYTRvgGIkbtRifG20YoxscGIIbxxdIG44XgRtNF7EbAxfYG7MW3Rs5FqIbxxVAG4wVGhsqFbIa/hRaGikVFhpKFewZlhXyGegVyhmiFXAZjxUoGb4VFBnLFQMZ3BX2GPAVjhiuFQ0YzxXWFzkWsBeDFrYX4RbmFyoXihc8F0sXnBdbFwIYaBdbGK0XnBj+F58YJQAAAAwAAAAHAACAJQAAAAwAAAAAAACAJAAAACQAAAAAAIBBAAAAAAAAAAAAAIBBAAAAAAAAAAACAAAAKAAAAAwAAAADAAAARgAAAMwAAADAAAAARU1GKypAAAAkAAAAGAAAAAAAwEIAAAAAAAAAAAAAwEIAwLpDAMCoQwhAAgYwAAAAJAAAAAIQwNsAjuM9AAAAAAAAAAAAAAAABQAAAEEAUgBJAEEATAAAADZAAoBoAAAAXAAAAAAAAP8BAAAAAQAAAAUAAABDAGwAbwB1AGQAgGuNPwAR0T7gsJc/ABHRPsDZmj8AEdE+oMKiPwAR0T6Aq6o/ABHRPgAAgD8AAAAAAAAAAAAAgD8AAAAAAAAAAAAAEgAAAAwAAAABAAAAGAAAAAwAAAAAAAAAFgAAAAwAAAAYAAAAKAAAAAwAAAABAAAAUgAAAHABAAABAAAA9f///wAAAAAAAAAAAAAAAJABAAAAAAAABwAEAEEAcgBpAGEAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQABwAAAGBAvAUrEgAAAAAAAKDwFAAAAAAAwNs6AA8AAAAs8BQAKxIAAACz/X4AsP1+OPAUAEiOT3Zcs/1+AAAAAAAAMgAwORsJAAAAAAAAAQAFAB4A0AMAAAEAAAAQAAAAjPAUAFg4GwkBAAAAKDkbCWDwFAAj4GR3MDkbCQAACrYAAAAAKDkbCajwFAB9U/Z2AAAyAAAAAACUVPZ2Xk0WGDgVCrYwORsJgAFUdgAAAAAQAAAAfwMAAHTwFAAAAAq2IPoUAPBv+Hb2Nvpu/v///5RU9nYFElB2MDkbCZhSGgnjEyE8AAAKAAAAAQBA/cwAAPEUAAMAAAAAAAoAZHYACAAAAAAlAAAADAAAAAEAAABUAAAAbAAAAOABAABuAQAA+gEAAHsBAAABAAAAqgoNQnEcDULgAQAAeQEAAAUAAABMAAAAAAAAAAAAAAAAAAAA//////////9YAAAAQwBsAG8AdQBkAAAACAAAAAIAAAAGAAAABgAAAAAAAAAlAAAADAAAAA0AAIBGAAAAUAIAAEQCAABFTUYrK0AAAAwAAAAAAAAACEABAyQCAAAYAgAAAhDA2zoAAAAAAAAAiOz1Q8XxxEM/CvZDIczHQ1/890Me/slDIEX6QwHZyUMy1fpD3M/JQ0Ji+0MXoslDreP7Q31SyUOfiv1DubLMQzWJAEQVw81DLuMBRNOyy0OlewJEBsrKQ+TsAkRRXslDsCEDRN+zx0OCFwNEL+XIQ1VyA0RS8clDj+wDRMMKykPV+ANEUQ3KQysFBERRDcpDcREERMMKykNSTAVE0nvKQ/CFBkSHKclD5zwHRHSfxkP2MQhECP/GQ14gCUQ8pcVDnngJRDZiw0PmiAlE2tjAQ9oFCUTgNr5Dfx4IRB5uvEPJAAlETGa6Q3DDCUReFrhDHl8KRKSUtUNfcApEU8OxQzKFCUSDMK5DvP8HRAJarENZZAdEdU6pQ1nHBUTW66dDRWUERO5BqUPwVANEDUmqQ9OtAkQ/rqxDiMQCRBs7r0MeJwJExAutQy2+AESHd6xDsjz/QwTwrUMEn/5DI1euQ/UW/kOu365DxK79Q1t/r0N/bfpD+mutQzFl9kPlcK5DDa30QyLGsUNgfPNDwxS0Qzqv80NtAbdDEDD1Q/hOuUPrSfJDy9i5Q8lV8EPO3rxD/dLwQ8QPwEM9P/FDINLCQw1i80Ot3cRDiOz1Q8XxxEMAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwODAwEUQAGAEAAAAAQAAAD/////JAAAACQAAAAAAIA9AAAAAAAAAAAAAIA9AAAAAAAAAAACAAAAJQAAAAwAAAACAAAAEwAAAAwAAAABAAAAOwAAAAgAAABVAAAABAEAAAAAAAAAAAAA//////////86AAAAvh6fGMIe+hgAH0AZSR88GVsfOhltHzUZfR8rGbIflxkjILkZeSB3GZ8gWhm8ICwZySD3GMYgHRndID8Z/CBCGf8gQhkCIUIZBSFCGVQhUBmiISYZ0CHUGA0i4BhJIrUYXyJtGGMiHBhCIscXCCKOF0EiTRdxIgMXmCKzFp0iORZiIscVACKMFdohKhVyIf4UGiEpFdYgShWsIJYVsiDoFYogohUwII8V6B++FdQfyxXDH9wVth/wFU4frhXNHs8Vlh45FnAegxZ2HuEWph4qF0oePBcLHpwXGx4CGCgeWxhtHpwYvh6fGDwAAAAIAAAAPgAAABgAAADgAQAATwEAACoCAACcAQAAEwAAAAwAAAABAAAAJQAAAAwAAAAAAACAJAAAACQAAAAAAIBBAAAAAAAAAAAAAIBBAAAAAAAAAAACAAAARgAAAGAAAABUAAAARU1GKwhAAAJAAAAANAAAAAIQwNsAAAAAzgAAAAAAAAAK16M+AgAAAAIAAAACAAAAAgAAAAAAAAACEMDbAAAAAAAAAP8VQAEAEAAAAAQAAAAAAAAAJAAAACQAAAAAAIA9AAAAAAAAAAAAAIA9AAAAAAAAAAACAAAAXwAAADgAAAADAAAAOAAAAAAAAAA4AAAAAAAAAAAAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlAAAADAAAAAMAAAAlAAAADAAAAAUAAIBVAAAABAEAAN8BAABOAQAAKwIAAJ0BAAA6AAAAvh6fGMIe+hgAH0AZSR88GVsfOhltHzUZfR8rGbIflxkjILkZeSB3GZ8gWhm8ICwZySD3GMYgHRndID8Z/CBCGf8gQhkCIUIZBSFCGVQhUBmiISYZ0CHUGA0i4BhJIrUYXyJtGGMiHBhCIscXCCKOF0EiTRdxIgMXmCKzFp0iORZiIscVACKMFdohKhVyIf4UGiEpFdYgShWsIJYVsiDoFYogohUwII8V6B++FdQfyxXDH9wVth/wFU4frhXNHs8Vlh45FnAegxZ2HuEWph4qF0oePBcLHpwXGx4CGCgeWxhtHpwYvh6fGCUAAAAMAAAABwAAgCUAAAAMAAAAAAAAgCQAAAAkAAAAAACAQQAAAAAAAAAAAACAQQAAAAAAAAAAAgAAACgAAAAMAAAAAwAAAEYAAACMAAAAgAAAAEVNRisIQAACQAAAADQAAAACEMDbAAAAAM4AAAAAAAAACtejPgIAAAACAAAAAgAAAAIAAAAAAAAAAhDA2wAAAAAAAAD/CEABAywAAAAgAAAAAhDA2wIAAAAAAAAA3KTbQwDAukPTk/JDAMC6QwABAwMVQAEAEAAAAAQAAAAAAAAAJAAAACQAAAAAAIA9AAAAAAAAAAAAAIA9AAAAAAAAAAACAAAAXwAAADgAAAADAAAAOAAAAAAAAAA4AAAAAAAAAAAAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlAAAADAAAAAMAAAAlAAAADAAAAAUAAIBXAAAAJAAAALYBAAB0AQAA5wEAAHcBAAACAAAAdRtYF1MeWBclAAAADAAAAAcAAIAlAAAADAAAAAAAAIAkAAAAJAAAAAAAgEEAAAAAAAAAAAAAgEEAAAAAAAAAAAIAAAAoAAAADAAAAAMAAABGAAAAEAEAAAQBAABFTUYrKkAAACQAAAAYAAAAAADAQgAAAAAAAAAAAADAQlUVokNVFddDCEACBjAAAAAkAAAAAhDA2wCrKj4AAAAAAAAAAAAAAAAFAAAAQQBSAEkAQQBMAAAANkACgKwAAACgAAAAAAAA/wEAAAABAAAADAAAAEkAbgAgAFQAaABlACAAQwBsAG8AdQBkAEATFD8AbUE+AO4fPwBtQT7AqDc/AG1BPoCDQz8AbUE+gJNdPwBtQT5ATnU/AG1BPoCEhj8AbUE+4HGMPwBtQT7g2Zs/AG1BPkCXoD8AbUE+oHSsPwBtQT4AUrg/AG1BPgAAgD8AAAAAAAAAAAAAgD8AAAAAAAAAABIAAAAMAAAAAQAAABgAAAAMAAAAAAAAABYAAAAMAAAAGAAAACgAAAAMAAAAAQAAAFIAAABwAQAAAQAAAPD///8AAAAAAAAAAAAAAACQAQAAAAAAAAcABABBAHIAaQBhAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACSXAQd2woNAAAAHAAAANQHAAAAAAAAEP///8ADAAAgAwAA1AcAABAHAAACAAAAAHEMAJMHklwAwhIAAQAAAAAAAAAAADIAMDkbCf////8AQAYABQAeANMDAAAI8RQABB3bCnjwFABYOBsJAQAAACg5Gwlg8BQAI+BkdzA5GwkAAAq3AAAAACg5Gwmo8BQAfVP2dgAAMgAAAAAAlFT2dl5NFhg4FQq3MDkbCYABVHYQDRIIEAAAAH8DAAB08BQAAAAKtyD6FADwb/h29jb6bv7///+UVPZ2BRJQdjA5GwmYUhoJ4xMhPAAACgAAAAEAQP3MAADxFAADAAAAAAAKAGR2AAgAAAAAJQAAAAwAAAABAAAAVAAAAJQAAAB8AQAAsQEAANYBAADCAQAAAQAAAKoKDUJxHA1CfAEAAMABAAAMAAAATAAAAAAAAAAAAAAAAAAAAP//////////ZAAAAEkAbgAgAFQAaABlACAAQwBsAG8AdQBkAAQAAAAJAAAABAAAAAoAAAAJAAAACQAAAAQAAAAMAAAABAAAAAkAAAAJAAAAAAAAACUAAAAMAAAADQAAgEYAAAAcAAAAEAAAAEVNRisrQAAADAAAAAAAAABMAAAAZAAAAD0AAAAxAAAANgIAAMMBAAA9AAAAMQAAAPoBAACTAQAAKQCqAAAAAAAAAAAAAACAPwAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAwAAAD/////RgAAABwAAAAQAAAARU1GKwJAAAAMAAAAAAAAAA4AAAAUAAAAAAAAABAAAAAUAAAA12014-04-03T15:57:542014-04-03T16:02:232014-04-03T16:01:162014-04-03T15:57:5496584734000000.0101020002010101000000000100000011100000100.5000000000000000000000000000000000000001033132320088000010.50.5000012011000000000000000000000000010000.1250.1250.250.250.3750.3750.1250.1250.666666666666670.6666666666666700000400010.166666666666667000000000000-11033000-1.2001000-1000.0100020002010001000000000111100000000.500000-1.2000000-1000.01000200020100010000000001111011100.05555555555555560.05555555555555560.05555555555555560.0555555555555556100.5000423020002010001000000000111100.05555555555555560.055555555555555600200.5000100000000000000103311110000000000000440010.125000000000000-110330.00333333333333333#00000010100010115101000000000100000011100.01388888888888890.01388888888888890.01388888888888890.0138888888888889100.5000000000000000000000000000000000000001033110.50.5000012011000000000000000004#0000000010.111111111111111000000000000-110330.0033333333333333301020002010101000000000111100.05555555555555560.05555555555555560.05555555555555560.05555555555555561#ffffff0.500000000000000000010331400010.111111111111111000000000000-11033000000103300110000008.5110.125-0.1251100000010000000010000.1250.1250.250.250.3750.3750.1250.1250.666666666666670.6666666666666700001Flowchart2550110011Flowchart0Connector2550110011Connector0Testing -1.759.93752.251.1251.1250.5625000000000000000000000010000103314#0000000010.333333333333333000000000000-11033000-1.2001000-1001.1250.5625000000.562500001.1251.12500002.250.562500001.125000000000002.2502.251.12501.125000@700103300200103300000103301 -1.758.81250.750.3750.3750.187500000000000000000000001000010331000-1.2001000-1000@700103300200103300000103301.759.18750.25-0.3750.125-0.187500001.759.3751.75900000010.125-0.18750.5555555555555560.2444444444444440.2777777777777780.12222222222222200001002202220100103310000006000000010000-1.2001000-1000.125-0.18750.125-0.1875500Reposition Text10000.12500.125-0.3752 -2.8758.81250.750.3750.3750.187500000000000000000000001000010331000-1.2001000-1000@700103300200103300000103302.31258.81250.3750.250.18750.12500002.1258.81252.58.812500000010.18750.1250.5555555555555560.2444444444444440.2777777777777780.12222222222222200001002202220100103310000006000000010000-1.2001000-1000.18750.1250.18750.125500Reposition Text100000.1250.3750.1253 -48.81250.750.3750.3750.187500000000000000000000001000010331000-1.2001000-1000@700103300200103300000103303.43758.81250.3750.250.18750.12500003.258.81253.6258.812500000010.18750.1250.5555555555555560.2444444444444440.2777777777777780.12222222222222200001002202220100103310000006000000010000-1.2001000-1000.18750.1250.18750.125500Reposition Text100000.1250.3750.1255.58.750.750.750.3750.37500000000000000-1.2001000-1000@700103300200103300000103300.3750.3750.750.750.3750.375000000.3750.3750.5346093750.5346093750.26730468750.267304687500000000000Junk -4.758.781250.750.06250.3750.0312500000.010002000201000100000000010000000000000.7500.750.062500.062500Cloud -4.257.1250.750.750.3750.375000000000001.250.3752.50.751.250.3750000000000001000010331000-1.2001000-1000@700103300200103300000103305.3757.1250.750.750.3750.37500000000000000000000001000010331000-1.2001000-1000@700103300200103300000103304.799181431705127.1250.4777805958961050.250.2388902979480520.12500004.560291133757077.1255.038071729653177.12500000010.2388902979480520.1250.5555555555555560.2444444444444440.2777777777777780.12222222222222200001002202220100103310000006000000010000-1.2001000-1000.2388902979480520.1250.2388902979480520.125500Reposition Text100000.1250.4777805958961050.125In The Cloud -4.416666666666676.395833333333332.111111111111110.2777777777777781.055555555555560.13888888888888900000.010002000201000100000000010000000000002.1111111111111102.111111111111110.27777777777777800.277777777777778001111965847340.510 \ No newline at end of file diff --git a/Examples/Data/Source/Documents/Ods/sample.ods b/Examples/Data/Source/Documents/Ods/sample.ods deleted file mode 100644 index b0c9c68..0000000 Binary files a/Examples/Data/Source/Documents/Ods/sample.ods and /dev/null differ diff --git a/Examples/Data/Source/Documents/Odt/sample.odt b/Examples/Data/Source/Documents/Odt/sample.odt deleted file mode 100644 index 82edb8e..0000000 Binary files a/Examples/Data/Source/Documents/Odt/sample.odt and /dev/null differ diff --git a/Examples/Data/Source/Documents/OneNote/sample.one b/Examples/Data/Source/Documents/OneNote/sample.one deleted file mode 100644 index 54b853d..0000000 Binary files a/Examples/Data/Source/Documents/OneNote/sample.one and /dev/null differ diff --git a/Examples/Data/Source/Documents/Pdf/sample.pdf b/Examples/Data/Source/Documents/Pdf/sample.pdf deleted file mode 100644 index ac1d0e0..0000000 Binary files a/Examples/Data/Source/Documents/Pdf/sample.pdf and /dev/null differ diff --git a/Examples/Data/Source/Documents/Pdf/sample2.pdf b/Examples/Data/Source/Documents/Pdf/sample2.pdf deleted file mode 100644 index 9419a9f..0000000 Binary files a/Examples/Data/Source/Documents/Pdf/sample2.pdf and /dev/null differ diff --git a/Examples/Data/Source/Documents/Ppt/sample.pptx b/Examples/Data/Source/Documents/Ppt/sample.pptx deleted file mode 100644 index d4d6dbc..0000000 Binary files a/Examples/Data/Source/Documents/Ppt/sample.pptx and /dev/null differ diff --git a/Examples/Data/Source/Documents/Xls/sample.xls b/Examples/Data/Source/Documents/Xls/sample.xls deleted file mode 100644 index 9f9f0e5..0000000 Binary files a/Examples/Data/Source/Documents/Xls/sample.xls and /dev/null differ diff --git a/Examples/Data/Source/Emails/Eml/sample.eml b/Examples/Data/Source/Emails/Eml/sample.eml deleted file mode 100644 index de09491..0000000 --- a/Examples/Data/Source/Emails/Eml/sample.eml +++ /dev/null @@ -1,164 +0,0 @@ -Return-Path: -To: "Manuel Lemos" -Subject: Testing Manuel Lemos' MIME E-mail composing and sending PHP class: HTML - message -From: mlemos -Reply-To: mlemos -Sender: mlemos@acm.org -X-Mailer: http://www.phpclasses.org/mimemessage $Revision: 1.63 $ (mail) -MIME-Version: 1.0 -Message-ID: <20050430192829.0489.mlemos@acm.org> -Date: Sat, 30 Apr 2005 19:28:29 -0300 -Content-Type: multipart/mixed; - boundary="--_=_NextPart2_38b8a0ca-e0f9-48db-98e5-8cb54b26f392" - -This is a multi-part message in MIME format. - -----_=_NextPart2_38b8a0ca-e0f9-48db-98e5-8cb54b26f392 -Content-Type: multipart/related; boundary="--_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14"; type="multipart/alternative" - - -----_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14 -Content-Type: multipart/alternative; boundary="--_=_NextPart0_515bb8a7-9dfd-46ed-aa51-43a7382922f3" - - -----_=_NextPart0_515bb8a7-9dfd-46ed-aa51-43a7382922f3 -Content-Type: text/plain; charset="iso-8859-1" -Content-Transfer-Encoding: quoted-printable - -This is an HTML message=2E Please use an HTML capable mail program to read -this message=2E - -----_=_NextPart0_515bb8a7-9dfd-46ed-aa51-43a7382922f3 -Content-Type: text/html; charset="iso-8859-1" -Content-Transfer-Encoding: quoted-printable - - - -Testing Manuel Lemos' MIME E-mail composing and sending PHP class: H= -TML message - - - - - - - -
-

Testing Manuel Lemos' MIME E-mail composing and sending PHP cla= -ss: HTML message

-
-

Hello Manuel,

-This message is just to let you know that the MIME E-mail message composing and sending PHP clas= -s is working as expected=2E

-

Here is an image embedded in a message as a separate part:

= -
-
Th= -ank you,
-mlemos

-
- - -----_=_NextPart0_515bb8a7-9dfd-46ed-aa51-43a7382922f3-- - -----_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14 -Content-Type: image/gif; name="logo.gif" -Content-Transfer-Encoding: base64 -Content-Disposition: inline; filename="logo.gif" -Content-ID: - -R0lGODlhlgAjAPMJAAAAAAAA/y8vLz8/P19fX19f339/f4+Pj4+Pz7+/v/////////////////// -/////yH5BAEAAAkALAAAAACWACMAQwT+MMlJq7046827/2AoHYChGAChAkBylgKgKClFyEl6xDMg -qLFBj3C5uXKplVAxIOxkA8BhdFCpDlMK1urMTrZWbAV8tVS5YsxtxmZHBVOSCcW9zaXyNhslVcto -RBp5NQYxLAYGLi8oSwoJBlE+BiSNj5E/PDQsmy4pAJWQLAKJY5+hXhZ2dDYldFWtNSFPiXssXnZR -k5+1pjpBiDMJUXG/Jo7DI4eKfMSmxsJ9GAUB1NXW19jZ2tvc3d7f4OHi2AgZN5vom1kk6F7s6u/p -m3Ab7AOIiCxOyZuBIv8AOeTJIaYQjiR/kKTr5GQNE3pYSjCJ9mUXClRUsLxaZGciC0X+OlpoOuQo -ZKdNJnIoKfnxRUQh6FLG0iLxIoYnJd0JEKISJyAQDodp3EUDC48oDnUY7HFI3wEDRjzycQJVZCQT -Ol7NK+G0qgtkAcOKHUu2rNmzYTVqRMt2bB49bHompSchqg6HcGeANSMxr8sEa2y2HexnSEUTuWri -SSbkYh7BgGVAnhB1b2REibESYaRoBgqIMYx59tFM9AvQffVG49P5NMZkMlHKhJPJb0knmSKZ6kSX -JtbeF3Am7ocok6c7cM7pU5xcXiJJETUz16qPrzEfaFgZpvzn7h86YV5r/1mxXeAUMVyEIpnVUGpN -RlG2ka9b3lP3pm2l6u7P+l/YLj3+RlEHbz1C0kRxSITQaAcilVBMEzmkkEQO8oSOBNg9SN+AX6hV -z1pjgJiAhwCRsY8ZIp6xj1ruqCgeGeKNGEZwLnIwzTg45qjjjjz2GEA5hAUp5JBEFmnkkSCoWEcZ -X8yohZNK1pFGPQS4hx0qNSLJlk9wCQORYu5QiMd7bUzGVyNlRiOHSlpuKdGEItHQ3HZ18beRRyws -YSY/waDTiHf/tWlWUBAJiMJ1/Z0XXU7N0FnREpKM4NChCgbyRDq9XYpOplaKopN9NMkDnBbG+UMC -QwLWIeaiglES6AjGARcPHCWoVAiatcTnGTABZoLPaPG1phccPv366mEvWEFSLnj+2QaonECwcJt/ -e1Zw3lJvVMmftBdVNQS3UngLCA85YHIQOy6JO9N4eZW7KJwtOUZmGwOMWqejwVW6RQzaikRHX3yI -osKhDAq8wmnKSmdMwNidSOof9ZG2DoV0RfTVmLFtGmNk+CoZna0HQnPHS3AhRbIeDpqmR09E0bsu -soeaw994z+rwQVInvqLenBftYjLOVphLFHhV9qsnez8AEUbQRgO737AxChjmyANxuEFHSGi7hFCV -4jxLst2N8sRJYU+SHiAKjlmCgz2IffbLI5aaQR71hnkxq1ZfHSfKata6YDCJDMAQwY7wOgzhjxgj -VFQnKB5uX4mr9qJ79pann+VcfcSzsSCd2mw5scqRRvlQ6TgcUelYhu75iPE4JejrsJOFQAG01277 -7bjnrvvuvPfu++/ABy887hfc6OPxyCevPDdAVoDA89BHL/301Fdv/fXYZ6/99tx3Pz0FEQAAOw== -----_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14 -Content-Type: image/gif; name="background.gif" -Content-Transfer-Encoding: base64 -Content-Disposition: inline; filename="background.gif" -Content-ID: <4c837ed463ad29c820668e835a270e8a.gif> - -R0lGODlh+wHCAPMAAKPFzKLEy6HDyqHCyaDByJ/Ax56/xp2+xZ28xJy7w5u6wpq5wZm4wJm3v5i2 -vpe1vSwAAAAA+wHCAEME/hDISau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqP -yKRyyWw6n9CodEqtWq+gwSHReHgfjobY8X00FIc019tIHAYS7dqcQCDm3vC4fD4QAhUBBFsMZF8O -hnkLCAYFW11tb1iTlJWWOXJdZZtmC24Eg3hgYntfbXainJ2fgBSZbG5wFAG0E6+RoAZ3CbwJCgya -p3cMbAyevQcFAgMGCcRmxr1uyszOxQq+wF4MdcPFx7zJApfk5eYhr3SSGemRsu3dc+4iAqELhZwO -0X6hkHUHCBRoGtUg0RkEAAUeKhhGAcICBQIODIPooIEBzCTmKcjGYSNd/go3VvQo65zJkyhTqlzJ -sqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CXBhhAwECaq1gPNCIwANDU -qmkMcG311apWULmyZt3alcPXAma1FgAlgCxVq2LbRt3LF0Y7hwWoEjLEDZUmff8AOjMkTB5gwYu3 -JbhIQUDEZw+4+aE1aNc0R2vcDYjoDBgpBoUDj95yzzRqbH7qgW4t5vUnAfVAoj7NwOOf1QloN7Ad -u1Xf41b+IlCNsa6rR7DWwTPccTnG5sYvCEKwgPGiZI64A9OsK/Q/BM/0YfuFz13VOwsULLhHps+f -98Hl0zeDRk0X9Qih/vLPWPjFN197aPyB3IJVBLDMdc5t4OB1A0QowYQQ0vIgdilgyGEgG1roYV0j -GufhhyBSWGF2s2yIYosqWsjgjDTWaOONOOao44489ujjj0AGKeSQRBZp5JFIJqnkkkw26eSTUMJU -llpYseXVXWGNdSGWZ6EVF5VWukUVXFdtRUCEU+bFYpRslqNcYKHgk1k8hxWWxjCM0VkdnINJRtkE -lqH3hWZ/CKJYOBBBJxppu/FWh2qzNUrcmQRE6lpvt+UWUKPD9cbIb5bWhmlxbbL5JoUywiMddHRQ -x591GWqwXXdsfJeoeMO5UZ4/AaaHKXv1xVKgfghuNuyB9fUHHYAA/u2CEIHlGbiffWuWyuSJMmKA -bXbbbtuhi9kCUOIEJY57oYsraoduuOfGWO2J6Vor77z01mvvvfjmq+++/Pbr778AByzwwAQXbPDB -CCfcZDobldLRVfLEEgerjQ1EEEemJMiioZEdkggYizSiqMQKl5wCw6qswg+rDTvc6h0Wq9KAJ5tV -oGpJF9YysXn8lCfNL8HE88xw4EyzTDNDR4MMNUhfk40mhXkDTdHimHzjzRpgDcB0MEeHswf1sCZn -GfrQDMrIAYZEkEEOJTQRQweBp5FIDTGCEUiHYWwRXHOPMpLdVgcu+OCEF2744YgnrvjijDfu+OOQ -Ry755JRXbvnl/phnrvnmnHfu+eegZ57RAqSUzptv75E+M+Bb66L6InZwZ7rpr31aLQBhb2pap548 -e7TsIX8dOr/pIIZQQphFHfGqEbtq/J2/DDrZ13Ga0jt8h/XX9TxvfRmmuPVUatb34INCplxakjtm -XOQ7aP74c+k1fE4MD7fefvxBbLEeLldsyq/4o9ZzHOOHylBFS7f4RJxQMx/8MeB4ggIDA02ziLno -wlfGoOByKnUAhZQNWfkzwAXzMEExVFB+86NJ/TDVC4SIZRzFs5Ni5OQ/p7XwLOOwQDXSswgFiYuD -Z4GMP8AjtvGgJk9aYU2davdCeyzRU2LpBwkb2KjvWCU4T/TN/u1S+BKtYUBrXFue8DYQKFoVAzXa -eJh/XiYPpZEOFhAMTnzkk8aQWQU+c7yHJkIGkGd4SkDhMJ9i5qMAOu4RAWfiYk1yxwvfaYCRA8oh -JF14x0bGhgSyaZY07JCMRDLyWWnxTOyc1UmweMaSL5zSKf/xQgnk5lA3TCWWVunCRCrylrjMpS53 -ycte+vKXwAymMIdJzGIa85jITKYyl8nMZjrzmdCMpjSnSc1qWvOa2MymvkY3u9IxMReyW92fuLm6 -2Kmum53SIgZyxx7e9C423AyeNnkUw8RsSnqumsfWKKYnCdozen6iHiGsF483gkF7PIND96oUP7KE -73zteyj8/tK3JfGVqaHkkmhYMDrPJqzwfjRUlij4hzE4ds1pdGSMxgYYjAQZEBRtSeDKSmMMEGYG -ghjU4+osGEF9ZNCEG3SEB2s6LTSIsKcl3CkKO2qEj24Sh/ucw/NmmCdXQQMbsbSlzZoGMkSSBYh5 -kWIkEhWc3aARiVc0qE+hSCklkvCbUpQgFTWYRCy+la1bZGoQvHgBMPIznyT7QBkNgsY05m+NNSQa -Lwx6ijvJsZB69IIdB5nHOjKij9twCCAVGJ7HGlKyiMyhXo0wyUtmoLS2LK0ID+XIEWRys5ycyzg+ -yQ9TtjB2lpyLbZ8qy91mVZK+ReWZVCkNVmp1tMhNrnKX/svc5jr3udCNrnSnS93qWve62M2udrfL -3e5697vgDa94x0ve8pr3vOhNr3rXy972uve98I2vfOdLXxrBS0Uv8lZGUaUh/OKXXRmAV7jMVV+X -QLK4vD0TaoHLWq1UEsEJFu0FXknLh3iyM5EssEtQlrK98ZN5QbNqyl71pwqEza752MfZEqrhljg1 -pYMKkBh3FuKTXtUX+LupMkwcETNCA40D6QNiA3tfdunXAkdOEX+1Ba68tjiqLbVOnKp60oNAam6J -fcyUvTYLAnDHOw8Jjx7Js71YTKWzxX1IV76iyayuWTCwDSIgKJxmqLI5zmp6sg5ZNdV7bkPGQWYh -0EzR/s8+A1THEt6hIrx6IbByRawKHKjfpEfExVREpUEdzKX3dJe5UaQ6UdT0p18VGCfPF2X8S4QD -QgaamI24hi1TtTxZyuVZ6AzK6gBnIbE66DmhImlzxAYouUq0XQ+oUhG039P+rAZgG7u1erYFyy6W -Tt85ddkmHak3PWVaWuePAC9F4Mh6dgdjB/A8tCqbscUxWLmumxp8jsa5A5RuY7xbwtHGtT+Phz69 -nGo0WC60DPt9u0AljxWG8kylh9hsRKw1jbiwx24cDsUKSRwYFPdIq2347NoWkSEAKnG++brnGes7 -sYH1QPVqVdDsOZZXUlN2WYO1soCA9JBoScjNQdvs/n3fKXaxYefOH9BDfD+Z5Db78Dv+WuWUd4Bj -YwPDx1bNiI03BoO7yRi9CzJBBLlQdj5tTbKIOFQqikHjruN6Bovlw5GnXZxjtMXbZ01O2NnhdawL -ASOFw8BIxpOSuutUYWfmBjW0U1S+gczhqy0Wzuhmd7Ur5RYW/01Tz3dKcpYVl/Isrs2jBSyZJ4H7 -LIq+4VYUL2NZaCMgQiY1LXSjFH09wWexvovGvvawX2q+d8/73vv+98APvvCHT/ziG//4yE++8pfP -/OY7//nQj770p0/96lv/+tjPvva3z/3ue//74A+/+MdP/vKb//zoT7/6e3Lf/3KryTDKUPvdBQIB -/q+JwOuPwYEhbFzcYDjDuPN/lARL/FdLRlcZwdUNnTRbGAZt+fcCHCYzGqd0NJZtrsYJFjFGJ2ZQ -m1A2kcZiD+gXLKNsMMZsTQdiFvg/IJUID7RjldFjhAVkGaM/6lASRfYu8KcuS6aDO4hkOfh7p7Jl -bBRlVxYSWSZlfVKDXfZltRJmADFmulJmb3BmBJhbb9YZp1RLV9hmwtUWdBZhnYeFCaZ7Rxdv/5Q8 -gKaCvNBrQ0hCZxhjLhgHXEV1PiQIjhBEkDZT6VFSmkFWhbBppMZBljZqVtZpIUGIqCNqevMYlhdf -qEYKslZ10zZibbgQDkN1IndyTkcLxiFTulZI/muYRsrjbKA4bNYwNR1nPsn2K6J4PKdYbKXYbSM3 -bSQVeWdybWwIa9Rmi0b3FwUEKAcUU+MGTr4AivP2hGSgbqDIbjDobssIb1IlbzSEbslob894gGUY -jYkxeyf3GABnhAK3jeTDYxE0J5uRcEtjdYUnaoMXHStGGxlnNxs4cYgARRt3Y8UobB5XVhhXjyTR -e0jnbfoURkGzDh+wcquACmqFUDD3iiw0LZFmczhmWTknkZ9FdK5IDH0GdArWGaB4kUXHewEpbSZH -kLX2AVA3dVPHamgjNQ8XZG0Ddl2XLF9HOmF3RPmTKGV3IGdXdWl3k2zXiPBVd3nXV3PHOkRpgk5A -lYlgg2F8Fw3WlnZW9HiCB2Q0Y3ic8k2Kl5V4JQhUiXgWFgqUh1e9h3mcpy2epxdm+XnjQ1EiMHoQ -pVtogiWuV3urBxGod4Xnw41huJfjKHvtg3t8GYKEWZiGeZiImZiKuZiM2ZiO+ZiQGZmSOZmUWZmW -eZmYmZmauZmc2ZlCEQEAOw== -----_=_NextPart1_9270b8bb-0626-441f-bd4f-02c975084b14-- - -----_=_NextPart2_38b8a0ca-e0f9-48db-98e5-8cb54b26f392-- - diff --git a/Examples/Data/Source/Emails/Outlook/Sample1.msg b/Examples/Data/Source/Emails/Outlook/Sample1.msg deleted file mode 100644 index 5d9b318..0000000 Binary files a/Examples/Data/Source/Emails/Outlook/Sample1.msg and /dev/null differ diff --git a/Examples/Data/Source/Emails/Outlook/sample.msg b/Examples/Data/Source/Emails/Outlook/sample.msg deleted file mode 100644 index 4f384a9..0000000 Binary files a/Examples/Data/Source/Emails/Outlook/sample.msg and /dev/null differ diff --git a/Examples/Data/Source/Images/Bmp/goldhill.bmp b/Examples/Data/Source/Images/Bmp/goldhill.bmp deleted file mode 100644 index f12604e..0000000 Binary files a/Examples/Data/Source/Images/Bmp/goldhill.bmp and /dev/null differ diff --git a/Examples/Data/Source/Images/Bmp/sample.bmp b/Examples/Data/Source/Images/Bmp/sample.bmp deleted file mode 100644 index e73a7f8..0000000 Binary files a/Examples/Data/Source/Images/Bmp/sample.bmp and /dev/null differ diff --git a/Examples/Data/Source/Images/Cad/sample.DXF b/Examples/Data/Source/Images/Cad/sample.DXF deleted file mode 100644 index 74a6fa5..0000000 --- a/Examples/Data/Source/Images/Cad/sample.DXF +++ /dev/null @@ -1,18394 +0,0 @@ - 0 -SECTION - 2 -HEADER -999 -BEZARC 1.0.1 - 9 -$FASTZOOM - 70 -0 - 9 -$FILLMODE - 70 -1 - 9 -$SPLINETYPE - 70 -5 - 0 -ENDSEC - 0 -SECTION - 2 -ENTITIES - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -7.873965 - 20 -6.671407 - 42 -0.040011 - 0 -VERTEX - 8 -0 - 10 -7.81047 - 20 -6.758601 - 42 -0.017134 - 0 -VERTEX - 8 -0 - 10 -7.692996 - 20 -6.888364 - 42 -0.232682 - 0 -VERTEX - 8 -0 - 10 -7.713169 - 20 -6.915742 - 42 -0.057303 - 0 -VERTEX - 8 -0 - 10 -7.716051 - 20 -6.955225 - 42 --0.290724 - 0 -VERTEX - 8 -0 - 10 -7.688962 - 20 -7.006868 - 42 --0.078584 - 0 -VERTEX - 8 -0 - 10 -7.706005 - 20 -7.067154 - 42 -0.001377 - 0 -VERTEX - 8 -0 - 10 -7.709135 - 20 -7.075114 - 42 -0.511507 - 0 -VERTEX - 8 -0 - 10 -7.681468 - 20 -7.114308 - 42 --0.151087 - 0 -VERTEX - 8 -0 - 10 -7.681897 - 20 -7.157359 - 42 --0.046334 - 0 -VERTEX - 8 -0 - 10 -7.69948 - 20 -7.198314 - 42 -0.044053 - 0 -VERTEX - 8 -0 - 10 -7.716051 - 20 -7.236504 - 42 -0.231933 - 0 -VERTEX - 8 -0 - 10 -7.66994 - 20 -7.370226 - 42 --0.042441 - 0 -VERTEX - 8 -0 - 10 -7.680629 - 20 -7.390002 - 42 -0.236969 - 0 -VERTEX - 8 -0 - 10 -7.692996 - 20 -7.441699 - 42 --0.184005 - 0 -VERTEX - 8 -0 - 10 -7.680717 - 20 -7.489669 - 42 --0.06762 - 0 -VERTEX - 8 -0 - 10 -7.694345 - 20 -7.535132 - 42 -0.106684 - 0 -VERTEX - 8 -0 - 10 -7.709135 - 20 -7.596171 - 42 --0.186271 - 0 -VERTEX - 8 -0 - 10 -7.692021 - 20 -7.643221 - 42 --0.063893 - 0 -VERTEX - 8 -0 - 10 -7.700603 - 20 -7.691347 - 42 -0.06283 - 0 -VERTEX - 8 -0 - 10 -7.708815 - 20 -7.736625 - 42 -0.197869 - 0 -VERTEX - 8 -0 - 10 -7.692996 - 20 -7.77831 - 42 --0.113483 - 0 -VERTEX - 8 -0 - 10 -7.679162 - 20 -7.812605 - 42 --0.331274 - 0 -VERTEX - 8 -0 - 10 -7.692996 - 20 -7.845172 - 42 -0.213192 - 0 -VERTEX - 8 -0 - 10 -7.695712 - 20 -7.88842 - 42 -0.081878 - 0 -VERTEX - 8 -0 - 10 -7.672777 - 20 -7.922295 - 42 --0.065145 - 0 -VERTEX - 8 -0 - 10 -7.64919 - 20 -7.955837 - 42 --0.037925 - 0 -VERTEX - 8 -0 - 10 -7.659893 - 20 -7.982647 - 42 -0.039455 - 0 -VERTEX - 8 -0 - 10 -7.671137 - 20 -8.011027 - 42 -0.207843 - 0 -VERTEX - 8 -0 - 10 -7.66994 - 20 -8.034228 - 42 --0.13724 - 0 -VERTEX - 8 -0 - 10 -7.630169 - 20 -8.062759 - 42 --0.206343 - 0 -VERTEX - 8 -0 - 10 -7.614607 - 20 -8.110311 - 42 -0.11101 - 0 -VERTEX - 8 -0 - 10 -7.631205 - 20 -8.130566 - 42 -0.203538 - 0 -VERTEX - 8 -0 - 10 -7.631833 - 20 -8.146956 - 42 -0.128042 - 0 -VERTEX - 8 -0 - 10 -7.605386 - 20 -8.17412 - 42 --0.08403 - 0 -VERTEX - 8 -0 - 10 -7.577718 - 20 -8.200228 - 42 --0.089586 - 0 -VERTEX - 8 -0 - 10 -7.565902 - 20 -8.297926 - 42 --0.143048 - 0 -VERTEX - 8 -0 - 10 -7.593857 - 20 -8.386978 - 42 --0.031759 - 0 -VERTEX - 8 -0 - 10 -7.580047 - 20 -8.392226 - 42 -0.17038 - 0 -VERTEX - 8 -0 - 10 -7.543133 - 20 -8.398507 - 42 --0.079156 - 0 -VERTEX - 8 -0 - 10 -7.515755 - 20 -8.429055 - 42 --0.213785 - 0 -VERTEX - 8 -0 - 10 -7.510857 - 20 -8.469979 - 42 -0.141331 - 0 -VERTEX - 8 -0 - 10 -7.52485 - 20 -8.485958 - 42 -0.292416 - 0 -VERTEX - 8 -0 - 10 -7.522129 - 20 -8.497901 - 42 -0.101386 - 0 -VERTEX - 8 -0 - 10 -7.488827 - 20 -8.515065 - 42 --0.101386 - 0 -VERTEX - 8 -0 - 10 -7.455522 - 20 -8.532229 - 42 --0.181347 - 0 -VERTEX - 8 -0 - 10 -7.428457 - 20 -8.587204 - 42 --0.05909 - 0 -VERTEX - 8 -0 - 10 -7.431222 - 20 -8.650095 - 42 -0.078174 - 0 -VERTEX - 8 -0 - 10 -7.432468 - 20 -8.730507 - 42 -0.185079 - 0 -VERTEX - 8 -0 - 10 -7.392121 - 20 -8.800538 - 42 -0.104237 - 0 -VERTEX - 8 -0 - 10 -7.317189 - 20 -8.841174 - 42 -0.157663 - 0 -VERTEX - 8 -0 - 10 -7.2476 - 20 -8.848481 - 42 -0.053006 - 0 -VERTEX - 8 -0 - 10 -7.181981 - 20 -8.825985 - 42 --0.1148 - 0 -VERTEX - 8 -0 - 10 -7.088939 - 20 -8.801979 - 42 -0.092401 - 0 -VERTEX - 8 -0 - 10 -7.082883 - 20 -8.839936 - 42 -0.21374 - 0 -VERTEX - 8 -0 - 10 -7.068107 - 20 -8.85563 - 42 -0.154936 - 0 -VERTEX - 8 -0 - 10 -7.021889 - 20 -8.849221 - 42 --0.100131 - 0 -VERTEX - 8 -0 - 10 -6.973598 - 20 -8.84009 - 42 --0.296352 - 0 -VERTEX - 8 -0 - 10 -6.934467 - 20 -8.873451 - 42 --0.011382 - 0 -VERTEX - 8 -0 - 10 -6.912459 - 20 -8.876717 - 42 -0.056226 - 0 -VERTEX - 8 -0 - 10 -6.866993 - 20 -8.880795 - 42 -0.160068 - 0 -VERTEX - 8 -0 - 10 -6.8238 - 20 -8.864229 - 42 --0.025555 - 0 -VERTEX - 8 -0 - 10 -6.808556 - 20 -8.879235 - 42 -0.113303 - 0 -VERTEX - 8 -0 - 10 -6.779994 - 20 -8.901118 - 42 -0.166667 - 0 -VERTEX - 8 -0 - 10 -6.696994 - 20 -8.901118 - 42 --0.009726 - 0 -VERTEX - 8 -0 - 10 -6.611371 - 20 -8.90783 - 42 -0.03512 - 0 -VERTEX - 8 -0 - 10 -6.420915 - 20 -8.916091 - 42 -0.122378 - 0 -VERTEX - 8 -0 - 10 -6.242799 - 20 -8.86884 - 42 -0.01808 - 0 -VERTEX - 8 -0 - 10 -6.209904 - 20 -8.865477 - 42 --0.050669 - 0 -VERTEX - 8 -0 - 10 -6.146769 - 20 -8.861824 - 42 --0.190645 - 0 -VERTEX - 8 -0 - 10 -6.092936 - 20 -8.884979 - 42 --0.223027 - 0 -VERTEX - 8 -0 - 10 -6.057634 - 20 -8.86849 - 42 --0.062057 - 0 -VERTEX - 8 -0 - 10 -6.014603 - 20 -8.874626 - 42 -0.051894 - 0 -VERTEX - 8 -0 - 10 -5.970002 - 20 -8.881422 - 42 -0.163034 - 0 -VERTEX - 8 -0 - 10 -5.926938 - 20 -8.86884 - 42 -0.194767 - 0 -VERTEX - 8 -0 - 10 -5.869463 - 20 -8.877466 - 42 -0.066658 - 0 -VERTEX - 8 -0 - 10 -5.81564 - 20 -8.854075 - 42 --0.058464 - 0 -VERTEX - 8 -0 - 10 -5.756799 - 20 -8.828082 - 42 --0.147217 - 0 -VERTEX - 8 -0 - 10 -5.684853 - 20 -8.829646 - 42 --0.095751 - 0 -VERTEX - 8 -0 - 10 -5.604158 - 20 -8.759326 - 42 --0.138585 - 0 -VERTEX - 8 -0 - 10 -5.495796 - 20 -8.730507 - 42 -0.23311 - 0 -VERTEX - 8 -0 - 10 -5.434109 - 20 -8.694847 - 42 -0.065379 - 0 -VERTEX - 8 -0 - 10 -5.401653 - 20 -8.627914 - 42 --0.009706 - 0 -VERTEX - 8 -0 - 10 -5.392046 - 20 -8.6037 - 42 -0.033404 - 0 -VERTEX - 8 -0 - 10 -5.238725 - 20 -8.627288 - 42 --0.021821 - 0 -VERTEX - 8 -0 - 10 -5.12037 - 20 -8.643557 - 42 --0.067547 - 0 -VERTEX - 8 -0 - 10 -5.009324 - 20 -8.679785 - 42 -0.204155 - 0 -VERTEX - 8 -0 - 10 -4.982233 - 20 -8.506579 - 42 -0.055352 - 0 -VERTEX - 8 -0 - 10 -5.041601 - 20 -8.338561 - 42 --0.063023 - 0 -VERTEX - 8 -0 - 10 -5.085978 - 20 -8.307012 - 42 --0.270953 - 0 -VERTEX - 8 -0 - 10 -5.095279 - 20 -8.285813 - 42 --0.198776 - 0 -VERTEX - 8 -0 - 10 -5.079826 - 20 -8.271005 - 42 --0.030793 - 0 -VERTEX - 8 -0 - 10 -5.04994 - 20 -8.25863 - 42 -0.061918 - 0 -VERTEX - 8 -0 - 10 -4.999357 - 20 -8.235094 - 42 -0.283824 - 0 -VERTEX - 8 -0 - 10 -4.977046 - 20 -8.193311 - 42 -0.237163 - 0 -VERTEX - 8 -0 - 10 -5.015086 - 20 -8.165645 - 42 --0.237163 - 0 -VERTEX - 8 -0 - 10 -5.053129 - 20 -8.137978 - 42 -0.12167 - 0 -VERTEX - 8 -0 - 10 -4.949378 - 20 -8.078033 - 42 -0.379377 - 0 -VERTEX - 8 -0 - 10 -4.952035 - 20 -8.03988 - 42 -0.10287 - 0 -VERTEX - 8 -0 - 10 -4.99101 - 20 -8.023936 - 42 --0.109398 - 0 -VERTEX - 8 -0 - 10 -5.032379 - 20 -8.006561 - 42 --0.078078 - 0 -VERTEX - 8 -0 - 10 -4.973586 - 20 -7.975435 - 42 -0.078071 - 0 -VERTEX - 8 -0 - 10 -4.914796 - 20 -7.944311 - 42 -0.207058 - 0 -VERTEX - 8 -0 - 10 -4.916022 - 20 -7.908557 - 42 -0.061895 - 0 -VERTEX - 8 -0 - 10 -4.93719 - 20 -7.876722 - 42 --0.170248 - 0 -VERTEX - 8 -0 - 10 -4.965515 - 20 -7.817504 - 42 --0.186534 - 0 -VERTEX - 8 -0 - 10 -4.914796 - 20 -7.789839 - 42 -0.097733 - 0 -VERTEX - 8 -0 - 10 -4.4606 - 20 -7.679171 - 0 -VERTEX - 8 -0 - 10 -4.4606 - 20 -7.663032 - 42 --0.231989 - 0 -VERTEX - 8 -0 - 10 -4.481246 - 20 -7.652878 - 42 --0.242256 - 0 -VERTEX - 8 -0 - 10 -4.480019 - 20 -7.635901 - 42 --0.077552 - 0 -VERTEX - 8 -0 - 10 -4.452987 - 20 -7.602385 - 42 -0.000681 - 0 -VERTEX - 8 -0 - 10 -4.451378 - 20 -7.600782 - 42 -0.416667 - 0 -VERTEX - 8 -0 - 10 -4.451378 - 20 -7.517782 - 42 --0.119811 - 0 -VERTEX - 8 -0 - 10 -4.361461 - 20 -7.434782 - 42 -0.073844 - 0 -VERTEX - 8 -0 - 10 -4.306415 - 20 -7.373397 - 42 -0.22862 - 0 -VERTEX - 8 -0 - 10 -4.294599 - 20 -7.296449 - 42 -0.059969 - 0 -VERTEX - 8 -0 - 10 -4.225574 - 20 -7.177699 - 42 --0.051515 - 0 -VERTEX - 8 -0 - 10 -4.167793 - 20 -7.075114 - 42 --0.142277 - 0 -VERTEX - 8 -0 - 10 -3.963634 - 20 -6.998666 - 42 --0.039992 - 0 -VERTEX - 8 -0 - 10 -3.737277 - 20 -6.996603 - 42 -0.003709 - 0 -VERTEX - 8 -0 - 10 -3.676708 - 20 -6.999031 - 42 --0.03264 - 0 -VERTEX - 8 -0 - 10 -3.651977 - 20 -6.990396 - 42 -0.080772 - 0 -VERTEX - 8 -0 - 10 -3.611704 - 20 -6.973495 - 42 -0.321721 - 0 -VERTEX - 8 -0 - 10 -3.598321 - 20 -6.936781 - 0 -VERTEX - 8 -0 - 10 -3.598321 - 20 -6.936781 - 42 -0.176467 - 0 -VERTEX - 8 -0 - 10 -3.630596 - 20 -6.943697 - 42 -0.089082 - 0 -VERTEX - 8 -0 - 10 -3.661129 - 20 -6.931925 - 42 --0.242862 - 0 -VERTEX - 8 -0 - 10 -3.704375 - 20 -6.904503 - 42 -0.080384 - 0 -VERTEX - 8 -0 - 10 -3.539816 - 20 -6.878277 - 42 -0.158006 - 0 -VERTEX - 8 -0 - 10 -3.404653 - 20 -6.777697 - 42 --0.083581 - 0 -VERTEX - 8 -0 - 10 -3.298481 - 20 -6.719118 - 42 --0.027481 - 0 -VERTEX - 8 -0 - 10 -3.181795 - 20 -6.685382 - 42 -0.026506 - 0 -VERTEX - 8 -0 - 10 -3.070868 - 20 -6.653518 - 42 -0.085074 - 0 -VERTEX - 8 -0 - 10 -2.973514 - 20 -6.600169 - 42 --0.084992 - 0 -VERTEX - 8 -0 - 10 -2.885292 - 20 -6.519177 - 42 --0.028374 - 0 -VERTEX - 8 -0 - 10 -2.780583 - 20 -6.460128 - 42 -0.0436 - 0 -VERTEX - 8 -0 - 10 -2.648223 - 20 -6.381812 - 42 -0.116619 - 0 -VERTEX - 8 -0 - 10 -2.542374 - 20 -6.25664 - 42 --0.034733 - 0 -VERTEX - 8 -0 - 10 -2.455699 - 20 -6.237545 - 42 -0.061484 - 0 -VERTEX - 8 -0 - 10 -2.341789 - 20 -6.208224 - 42 -0.102046 - 0 -VERTEX - 8 -0 - 10 -2.249298 - 20 -6.143103 - 42 -0.037146 - 0 -VERTEX - 8 -0 - 10 -2.182814 - 20 -6.059261 - 42 --0.067036 - 0 -VERTEX - 8 -0 - 10 -2.097484 - 20 -5.959519 - 42 --0.173842 - 0 -VERTEX - 8 -0 - 10 -1.965983 - 20 -5.913111 - 42 --0.082681 - 0 -VERTEX - 8 -0 - 10 -1.830001 - 20 -5.808896 - 42 -0.046728 - 0 -VERTEX - 8 -0 - 10 -1.721285 - 20 -5.733331 - 42 -0.133454 - 0 -VERTEX - 8 -0 - 10 -1.64551 - 20 -5.620306 - 42 --0.19584 - 0 -VERTEX - 8 -0 - 10 -1.628994 - 20 -5.565918 - 42 --0.072664 - 0 -VERTEX - 8 -0 - 10 -1.587099 - 20 -5.531246 - 42 -0.151163 - 0 -VERTEX - 8 -0 - 10 -1.527926 - 20 -5.470444 - 42 --0.179793 - 0 -VERTEX - 8 -0 - 10 -1.477284 - 20 -5.269978 - 42 --0.050565 - 0 -VERTEX - 8 -0 - 10 -1.338623 - 20 -5.104019 - 42 -0.0002 - 0 -VERTEX - 8 -0 - 10 -1.329649 - 20 -5.094637 - 42 -0.077705 - 0 -VERTEX - 8 -0 - 10 -1.29955 - 20 -5.018714 - 42 -0.023228 - 0 -VERTEX - 8 -0 - 10 -1.2841 - 20 -4.933726 - 42 --0.048081 - 0 -VERTEX - 8 -0 - 10 -1.258176 - 20 -4.81336 - 42 --0.000659 - 0 -VERTEX - 8 -0 - 10 -1.240854 - 20 -4.782452 - 42 -0.012396 - 0 -VERTEX - 8 -0 - 10 -1.168169 - 20 -4.6479 - 42 -0.041652 - 0 -VERTEX - 8 -0 - 10 -1.112924 - 20 -4.513636 - 42 -0.089483 - 0 -VERTEX - 8 -0 - 10 -1.051447 - 20 -4.334932 - 42 -0.026852 - 0 -VERTEX - 8 -0 - 10 -1.030977 - 20 -4.137099 - 42 --0.045074 - 0 -VERTEX - 8 -0 - 10 -0.99938 - 20 -3.888436 - 42 --0.152112 - 0 -VERTEX - 8 -0 - 10 -0.882369 - 20 -3.683635 - 42 -0.131671 - 0 -VERTEX - 8 -0 - 10 -0.678328 - 20 -3.532332 - 42 -0.10924 - 0 -VERTEX - 8 -0 - 10 -0.571119 - 20 -3.303217 - 42 -0.136257 - 0 -VERTEX - 8 -0 - 10 -0.559015 - 20 -3.070644 - 42 -0.050933 - 0 -VERTEX - 8 -0 - 10 -0.633369 - 20 -2.853633 - 42 -0.093618 - 0 -VERTEX - 8 -0 - 10 -0.695059 - 20 -2.750105 - 42 -0.060349 - 0 -VERTEX - 8 -0 - 10 -0.788857 - 20 -2.66713 - 42 -0.041096 - 0 -VERTEX - 8 -0 - 10 -1.021169 - 20 -2.539658 - 42 --0.011545 - 0 -VERTEX - 8 -0 - 10 -1.135982 - 20 -2.482438 - 42 --0.0809 - 0 -VERTEX - 8 -0 - 10 -1.269637 - 20 -2.461202 - 42 --0.028277 - 0 -VERTEX - 8 -0 - 10 -1.391783 - 20 -2.412436 - 42 -0.061284 - 0 -VERTEX - 8 -0 - 10 -1.567121 - 20 -2.351021 - 42 -0.094775 - 0 -VERTEX - 8 -0 - 10 -1.738348 - 20 -2.30145 - 42 -0.029297 - 0 -VERTEX - 8 -0 - 10 -1.923247 - 20 -2.294789 - 42 --0.039948 - 0 -VERTEX - 8 -0 - 10 -2.136594 - 20 -2.284158 - 42 --0.043982 - 0 -VERTEX - 8 -0 - 10 -2.312846 - 20 -2.300821 - 42 --0.012879 - 0 -VERTEX - 8 -0 - 10 -2.499929 - 20 -2.297929 - 42 -0.013348 - 0 -VERTEX - 8 -0 - 10 -2.678935 - 20 -2.295202 - 42 -0.051095 - 0 -VERTEX - 8 -0 - 10 -2.835181 - 20 -2.311826 - 42 -0.098136 - 0 -VERTEX - 8 -0 - 10 -3.022795 - 20 -2.28099 - 42 -0.041878 - 0 -VERTEX - 8 -0 - 10 -3.215597 - 20 -2.300299 - 42 --0.08533 - 0 -VERTEX - 8 -0 - 10 -3.363053 - 20 -2.327831 - 42 --0.030472 - 0 -VERTEX - 8 -0 - 10 -3.508934 - 20 -2.319959 - 42 -0.031277 - 0 -VERTEX - 8 -0 - 10 -3.665182 - 20 -2.311826 - 42 --0.015612 - 0 -VERTEX - 8 -0 - 10 -3.73295 - 20 -2.315823 - 42 -0.038348 - 0 -VERTEX - 8 -0 - 10 -3.841461 - 20 -2.325476 - 42 -0.145038 - 0 -VERTEX - 8 -0 - 10 -3.930321 - 20 -2.36716 - 42 --0.156602 - 0 -VERTEX - 8 -0 - 10 -3.979461 - 20 -2.380054 - 42 --0.066161 - 0 -VERTEX - 8 -0 - 10 -4.023478 - 20 -2.369642 - 42 -0.208873 - 0 -VERTEX - 8 -0 - 10 -4.11246 - 20 -2.36716 - 42 --0.114479 - 0 -VERTEX - 8 -0 - 10 -4.238228 - 20 -2.442953 - 42 --0.026243 - 0 -VERTEX - 8 -0 - 10 -4.401933 - 20 -2.491863 - 42 -0.058611 - 0 -VERTEX - 8 -0 - 10 -4.571295 - 20 -2.548404 - 42 -0.197171 - 0 -VERTEX - 8 -0 - 10 -4.606733 - 20 -2.586843 - 42 -0.240478 - 0 -VERTEX - 8 -0 - 10 -4.589712 - 20 -2.639215 - 42 --0.129986 - 0 -VERTEX - 8 -0 - 10 -4.687513 - 20 -2.718636 - 42 -0.08206 - 0 -VERTEX - 8 -0 - 10 -4.77646 - 20 -2.782161 - 42 -0.099033 - 0 -VERTEX - 8 -0 - 10 -4.805275 - 20 -2.813078 - 42 -0.234542 - 0 -VERTEX - 8 -0 - 10 -4.807488 - 20 -2.836349 - 42 -0.144908 - 0 -VERTEX - 8 -0 - 10 -4.765292 - 20 -2.871488 - 42 --0.051066 - 0 -VERTEX - 8 -0 - 10 -4.727949 - 20 -2.896906 - 42 --0.208277 - 0 -VERTEX - 8 -0 - 10 -4.7096 - 20 -2.932021 - 42 --0.198652 - 0 -VERTEX - 8 -0 - 10 -4.744868 - 20 -2.976743 - 42 --0.110919 - 0 -VERTEX - 8 -0 - 10 -4.788542 - 20 -2.983503 - 42 -0.116211 - 0 -VERTEX - 8 -0 - 10 -4.838711 - 20 -2.991967 - 42 -0.100315 - 0 -VERTEX - 8 -0 - 10 -4.88026 - 20 -3.090788 - 42 --0.138517 - 0 -VERTEX - 8 -0 - 10 -4.930933 - 20 -3.197161 - 42 --0.064541 - 0 -VERTEX - 8 -0 - 10 -4.975091 - 20 -3.34475 - 42 -0.043667 - 0 -VERTEX - 8 -0 - 10 -5.013935 - 20 -3.462301 - 42 -0.056846 - 0 -VERTEX - 8 -0 - 10 -5.020384 - 20 -3.513504 - 42 --0.145601 - 0 -VERTEX - 8 -0 - 10 -5.03699 - 20 -3.584496 - 42 -0.173842 - 0 -VERTEX - 8 -0 - 10 -5.111882 - 20 -3.535283 - 42 --0.103674 - 0 -VERTEX - 8 -0 - 10 -5.175324 - 20 -3.501496 - 42 -0.223892 - 0 -VERTEX - 8 -0 - 10 -5.171624 - 20 -3.447694 - 42 -0.087623 - 0 -VERTEX - 8 -0 - 10 -5.201648 - 20 -3.40706 - 42 --0.192156 - 0 -VERTEX - 8 -0 - 10 -5.242185 - 20 -3.330883 - 42 -0.241795 - 0 -VERTEX - 8 -0 - 10 -5.309046 - 20 -3.268633 - 42 -0.246834 - 0 -VERTEX - 8 -0 - 10 -5.324624 - 20 -3.202877 - 42 -0.084694 - 0 -VERTEX - 8 -0 - 10 -5.379041 - 20 -3.164767 - 42 --0.061914 - 0 -VERTEX - 8 -0 - 10 -5.427954 - 20 -3.132512 - 42 --0.203797 - 0 -VERTEX - 8 -0 - 10 -5.451992 - 20 -3.081883 - 42 --0.204436 - 0 -VERTEX - 8 -0 - 10 -5.50637 - 20 -3.054837 - 42 --0.074443 - 0 -VERTEX - 8 -0 - 10 -5.534346 - 20 -3.004402 - 42 -0.062014 - 0 -VERTEX - 8 -0 - 10 -5.558619 - 20 -2.958862 - 42 -0.190078 - 0 -VERTEX - 8 -0 - 10 -5.601853 - 20 -2.932021 - 42 -0.110909 - 0 -VERTEX - 8 -0 - 10 -5.854311 - 20 -2.791095 - 42 -0.059234 - 0 -VERTEX - 8 -0 - 10 -6.148268 - 20 -2.738356 - 42 --0.00239 - 0 -VERTEX - 8 -0 - 10 -6.174082 - 20 -2.736943 - 42 -0.043105 - 0 -VERTEX - 8 -0 - 10 -6.406981 - 20 -2.738955 - 42 -0.055979 - 0 -VERTEX - 8 -0 - 10 -6.53929 - 20 -2.768009 - 42 -0.097645 - 0 -VERTEX - 8 -0 - 10 -6.653189 - 20 -2.832882 - 42 -0.305791 - 0 -VERTEX - 8 -0 - 10 -6.693075 - 20 -2.889382 - 42 -0.064386 - 0 -VERTEX - 8 -0 - 10 -6.686739 - 20 -2.972461 - 42 --0.000592 - 0 -VERTEX - 8 -0 - 10 -6.685465 - 20 -2.980439 - 42 -0.07426 - 0 -VERTEX - 8 -0 - 10 -6.629267 - 20 -3.113008 - 42 -0.180683 - 0 -VERTEX - 8 -0 - 10 -6.519465 - 20 -3.197161 - 42 -0.176225 - 0 -VERTEX - 8 -0 - 10 -6.413986 - 20 -3.420801 - 42 -0.133827 - 0 -VERTEX - 8 -0 - 10 -6.194381 - 20 -3.540689 - 42 --0.224708 - 0 -VERTEX - 8 -0 - 10 -6.13778 - 20 -3.620706 - 42 --0.061844 - 0 -VERTEX - 8 -0 - 10 -6.132518 - 20 -3.723639 - 42 -0.030099 - 0 -VERTEX - 8 -0 - 10 -6.132132 - 20 -3.782774 - 42 --0.162113 - 0 -VERTEX - 8 -0 - 10 -6.114276 - 20 -3.856487 - 42 --0.059761 - 0 -VERTEX - 8 -0 - 10 -6.131194 - 20 -3.927107 - 42 -0.113192 - 0 -VERTEX - 8 -0 - 10 -6.148268 - 20 -4.031774 - 42 --0.204129 - 0 -VERTEX - 8 -0 - 10 -6.195365 - 20 -4.123626 - 42 -0.076509 - 0 -VERTEX - 8 -0 - 10 -6.229078 - 20 -4.166676 - 42 -0.155688 - 0 -VERTEX - 8 -0 - 10 -6.238187 - 20 -4.232358 - 42 -0.226474 - 0 -VERTEX - 8 -0 - 10 -6.283189 - 20 -4.283305 - 42 --0.098976 - 0 -VERTEX - 8 -0 - 10 -6.305049 - 20 -4.319969 - 42 -0.128863 - 0 -VERTEX - 8 -0 - 10 -6.330415 - 20 -4.305741 - 42 -0.297904 - 0 -VERTEX - 8 -0 - 10 -6.344985 - 20 -4.31157 - 42 -0.113273 - 0 -VERTEX - 8 -0 - 10 -6.355934 - 20 -4.354996 - 42 --0.036916 - 0 -VERTEX - 8 -0 - 10 -6.360382 - 20 -4.382219 - 42 -0.191025 - 0 -VERTEX - 8 -0 - 10 -6.37 - 20 -4.440164 - 42 --0.111989 - 0 -VERTEX - 8 -0 - 10 -6.372248 - 20 -4.476911 - 42 --0.254651 - 0 -VERTEX - 8 -0 - 10 -6.382678 - 20 -4.484764 - 42 --0.126092 - 0 -VERTEX - 8 -0 - 10 -6.404187 - 20 -4.481358 - 42 -0.230434 - 0 -VERTEX - 8 -0 - 10 -6.443638 - 20 -4.524583 - 42 -0.051896 - 0 -VERTEX - 8 -0 - 10 -6.458492 - 20 -4.59005 - 42 --0.000589 - 0 -VERTEX - 8 -0 - 10 -6.459521 - 20 -4.596636 - 42 --0.221208 - 0 -VERTEX - 8 -0 - 10 -6.486976 - 20 -4.581733 - 42 --0.072439 - 0 -VERTEX - 8 -0 - 10 -6.500547 - 20 -4.554103 - 42 -0.077086 - 0 -VERTEX - 8 -0 - 10 -6.512654 - 20 -4.529493 - 42 -0.274937 - 0 -VERTEX - 8 -0 - 10 -6.535604 - 20 -4.520553 - 42 --0.065882 - 0 -VERTEX - 8 -0 - 10 -6.589158 - 20 -4.612891 - 42 -0.107465 - 0 -VERTEX - 8 -0 - 10 -6.646271 - 20 -4.723442 - 42 --0.398306 - 0 -VERTEX - 8 -0 - 10 -6.673938 - 20 -4.753703 - 42 --0.431453 - 0 -VERTEX - 8 -0 - 10 -6.701604 - 20 -4.730358 - 42 --0.185517 - 0 -VERTEX - 8 -0 - 10 -6.709662 - 20 -4.703559 - 42 --0.044334 - 0 -VERTEX - 8 -0 - 10 -6.705375 - 20 -4.671839 - 42 -0.134103 - 0 -VERTEX - 8 -0 - 10 -6.703682 - 20 -4.635362 - 42 -0.269998 - 0 -VERTEX - 8 -0 - 10 -6.715055 - 20 -4.6277 - 42 -0.102722 - 0 -VERTEX - 8 -0 - 10 -6.740799 - 20 -4.631219 - 42 --0.033541 - 0 -VERTEX - 8 -0 - 10 -6.785753 - 20 -4.689412 - 42 -0.02844 - 0 -VERTEX - 8 -0 - 10 -6.834073 - 20 -4.751407 - 42 -0.104358 - 0 -VERTEX - 8 -0 - 10 -6.862994 - 20 -4.817971 - 42 --0.063752 - 0 -VERTEX - 8 -0 - 10 -6.873178 - 20 -4.843931 - 42 --0.269807 - 0 -VERTEX - 8 -0 - 10 -6.882602 - 20 -4.851182 - 42 --0.188853 - 0 -VERTEX - 8 -0 - 10 -6.901689 - 20 -4.832329 - 42 -0.063475 - 0 -VERTEX - 8 -0 - 10 -6.919087 - 20 -4.811074 - 42 -0.302074 - 0 -VERTEX - 8 -0 - 10 -6.941383 - 20 -4.806443 - 42 -0.299095 - 0 -VERTEX - 8 -0 - 10 -6.957847 - 20 -4.817963 - 42 -0.073785 - 0 -VERTEX - 8 -0 - 10 -6.962597 - 20 -4.841127 - 42 --0.094462 - 0 -VERTEX - 8 -0 - 10 -6.96905 - 20 -4.868693 - 42 --0.218002 - 0 -VERTEX - 8 -0 - 10 -6.996139 - 20 -4.851678 - 42 --0.072387 - 0 -VERTEX - 8 -0 - 10 -7.008387 - 20 -4.822096 - 42 -0.088626 - 0 -VERTEX - 8 -0 - 10 -7.022526 - 20 -4.78984 - 42 -0.236904 - 0 -VERTEX - 8 -0 - 10 -7.056661 - 20 -4.774164 - 42 --0.092935 - 0 -VERTEX - 8 -0 - 10 -7.109159 - 20 -4.842475 - 42 -0.120017 - 0 -VERTEX - 8 -0 - 10 -7.162717 - 20 -4.91711 - 42 -0.113165 - 0 -VERTEX - 8 -0 - 10 -7.166406 - 20 -4.939281 - 42 --0.281288 - 0 -VERTEX - 8 -0 - 10 -7.178856 - 20 -4.967832 - 42 -0.186822 - 0 -VERTEX - 8 -0 - 10 -7.23838 - 20 -4.983552 - 42 -0.054495 - 0 -VERTEX - 8 -0 - 10 -7.284089 - 20 -5.024395 - 42 --0.004492 - 0 -VERTEX - 8 -0 - 10 -7.294132 - 20 -5.034693 - 42 --0.175569 - 0 -VERTEX - 8 -0 - 10 -7.341929 - 20 -5.100396 - 42 -0.057366 - 0 -VERTEX - 8 -0 - 10 -7.374825 - 20 -5.133465 - 42 -0.17341 - 0 -VERTEX - 8 -0 - 10 -7.388662 - 20 -5.177637 - 42 -0.069115 - 0 -VERTEX - 8 -0 - 10 -7.371077 - 20 -5.256834 - 42 --0.048799 - 0 -VERTEX - 8 -0 - 10 -7.355137 - 20 -5.320251 - 42 --0.153257 - 0 -VERTEX - 8 -0 - 10 -7.365606 - 20 -5.382833 - 42 --0.189487 - 0 -VERTEX - 8 -0 - 10 -7.393514 - 20 -5.34671 - 42 -0.18574 - 0 -VERTEX - 8 -0 - 10 -7.416329 - 20 -5.315972 - 42 -0.017747 - 0 -VERTEX - 8 -0 - 10 -7.399906 - 20 -5.406442 - 42 --0.062792 - 0 -VERTEX - 8 -0 - 10 -7.377133 - 20 -5.599556 - 42 --0.068737 - 0 -VERTEX - 8 -0 - 10 -7.384831 - 20 -5.626478 - 42 --0.350176 - 0 -VERTEX - 8 -0 - 10 -7.393412 - 20 -5.632911 - 42 --0.151276 - 0 -VERTEX - 8 -0 - 10 -7.413035 - 20 -5.61004 - 42 -0.041556 - 0 -VERTEX - 8 -0 - 10 -7.427901 - 20 -5.588856 - 42 -0.278233 - 0 -VERTEX - 8 -0 - 10 -7.443994 - 20 -5.581111 - 42 -0.131719 - 0 -VERTEX - 8 -0 - 10 -7.458372 - 20 -5.619032 - 42 -0.031736 - 0 -VERTEX - 8 -0 - 10 -7.461256 - 20 -5.665802 - 42 --0.085318 - 0 -VERTEX - 8 -0 - 10 -7.46846 - 20 -5.725461 - 42 --0.424082 - 0 -VERTEX - 8 -0 - 10 -7.510857 - 20 -5.7425 - 42 -0.090591 - 0 -VERTEX - 8 -0 - 10 -7.550051 - 20 -5.940778 - 42 -0.249456 - 0 -VERTEX - 8 -0 - 10 -7.605602 - 20 -6.002097 - 42 -0.0677 - 0 -VERTEX - 8 -0 - 10 -7.614107 - 20 -6.093604 - 42 --0.052817 - 0 -VERTEX - 8 -0 - 10 -7.620383 - 20 -6.177332 - 42 --0.199594 - 0 -VERTEX - 8 -0 - 10 -7.660718 - 20 -6.240501 - 42 -0.162086 - 0 -VERTEX - 8 -0 - 10 -7.669308 - 20 -6.28444 - 42 -0.053661 - 0 -VERTEX - 8 -0 - 10 -7.658543 - 20 -6.326992 - 42 --0.094062 - 0 -VERTEX - 8 -0 - 10 -7.648962 - 20 -6.373412 - 42 --0.275123 - 0 -VERTEX - 8 -0 - 10 -7.676857 - 20 -6.411112 - 42 --0.035463 - 0 -VERTEX - 8 -0 - 10 -7.680683 - 20 -6.450081 - 42 -0.057488 - 0 -VERTEX - 8 -0 - 10 -7.683985 - 20 -6.496397 - 42 -0.2139 - 0 -VERTEX - 8 -0 - 10 -7.665329 - 20 -6.533308 - 42 --0.359852 - 0 -VERTEX - 8 -0 - 10 -7.681468 - 20 -6.600169 - 42 -0.194755 - 0 -VERTEX - 8 -0 - 10 -7.692522 - 20 -6.65116 - 42 -0.059147 - 0 -VERTEX - 8 -0 - 10 -7.676643 - 20 -6.70237 - 42 --0.026153 - 0 -VERTEX - 8 -0 - 10 -7.665329 - 20 -6.733892 - 42 -0.20718 - 0 -VERTEX - 8 -0 - 10 -7.699336 - 20 -6.762308 - 42 -0.084 - 0 -VERTEX - 8 -0 - 10 -7.708112 - 20 -6.802588 - 42 --0.040765 - 0 -VERTEX - 8 -0 - 10 -7.713699 - 20 -6.836531 - 42 --0.040751 - 0 -VERTEX - 8 -0 - 10 -7.833109 - 20 -6.698642 - 42 -0.002454 - 0 -VERTEX - 8 -0 - 10 -7.86075 - 20 -6.663451 - 42 --0.841774 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -7.676857 - 20 -7.275697 - 42 -0.207482 - 0 -VERTEX - 8 -0 - 10 -7.636798 - 20 -7.23391 - 42 -0.133098 - 0 -VERTEX - 8 -0 - 10 -7.63305 - 20 -7.176558 - 42 --0.204398 - 0 -VERTEX - 8 -0 - 10 -7.644943 - 20 -7.152701 - 42 --0.048216 - 0 -VERTEX - 8 -0 - 10 -7.644461 - 20 -7.120751 - 42 -0.065826 - 0 -VERTEX - 8 -0 - 10 -7.644765 - 20 -7.082302 - 42 -0.247115 - 0 -VERTEX - 8 -0 - 10 -7.665329 - 20 -7.054364 - 42 --0.01593 - 0 -VERTEX - 8 -0 - 10 -7.658095 - 20 -7.035667 - 42 -0.090981 - 0 -VERTEX - 8 -0 - 10 -7.64254 - 20 -6.97963 - 42 -0.364309 - 0 -VERTEX - 8 -0 - 10 -7.676857 - 20 -6.936781 - 42 --0.106164 - 0 -VERTEX - 8 -0 - 10 -7.672674 - 20 -6.918286 - 42 --0.576317 - 0 -VERTEX - 8 -0 - 10 -7.653801 - 20 -6.916031 - 42 --0.003036 - 0 -VERTEX - 8 -0 - 10 -7.605518 - 20 -6.948409 - 42 -0.02161 - 0 -VERTEX - 8 -0 - 10 -7.483807 - 20 -7.0258 - 42 -0.061054 - 0 -VERTEX - 8 -0 - 10 -7.349467 - 20 -7.082031 - 42 --0.250187 - 0 -VERTEX - 8 -0 - 10 -7.365546 - 20 -7.143119 - 42 -0.058439 - 0 -VERTEX - 8 -0 - 10 -7.384049 - 20 -7.176558 - 42 -0.181291 - 0 -VERTEX - 8 -0 - 10 -7.454117 - 20 -7.20035 - 42 -0.057139 - 0 -VERTEX - 8 -0 - 10 -7.50561 - 20 -7.254804 - 42 --0.011758 - 0 -VERTEX - 8 -0 - 10 -7.526996 - 20 -7.28031 - 42 --0.093312 - 0 -VERTEX - 8 -0 - 10 -7.548321 - 20 -7.364463 - 42 --0.226478 - 0 -VERTEX - 8 -0 - 10 -7.614607 - 20 -7.414032 - 42 --0.284809 - 0 -VERTEX - 8 -0 - 10 -7.638815 - 20 -7.435647 - 42 --0.297713 - 0 -VERTEX - 8 -0 - 10 -7.651568 - 20 -7.433161 - 42 --0.258359 - 0 -VERTEX - 8 -0 - 10 -7.64919 - 20 -7.414032 - 42 -0.160447 - 0 -VERTEX - 8 -0 - 10 -7.625622 - 20 -7.397125 - 42 --0.035507 - 0 -VERTEX - 8 -0 - 10 -7.614607 - 20 -7.386365 - 42 -0.159086 - 0 -VERTEX - 8 -0 - 10 -7.645956 - 20 -7.331737 - 42 --0.172902 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -5.076185 - 20 -8.038839 - 42 -0.004594 - 0 -VERTEX - 8 -0 - 10 -5.066816 - 20 -8.040413 - 42 --0.060273 - 0 -VERTEX - 8 -0 - 10 -5.024105 - 20 -8.050875 - 42 --0.461574 - 0 -VERTEX - 8 -0 - 10 -5.009324 - 20 -8.078033 - 42 --0.148349 - 0 -VERTEX - 8 -0 - 10 -5.06687 - 20 -8.096545 - 42 -0.17896 - 0 -VERTEX - 8 -0 - 10 -5.1246 - 20 -8.117228 - 42 -0.337073 - 0 -VERTEX - 8 -0 - 10 -5.107253 - 20 -8.156263 - 42 -0.063218 - 0 -VERTEX - 8 -0 - 10 -5.059949 - 20 -8.178547 - 42 --0.026262 - 0 -VERTEX - 8 -0 - 10 -5.037952 - 20 -8.18753 - 42 --0.254751 - 0 -VERTEX - 8 -0 - 10 -5.028864 - 20 -8.196408 - 42 --0.257436 - 0 -VERTEX - 8 -0 - 10 -5.040529 - 20 -8.206963 - 42 --0.040017 - 0 -VERTEX - 8 -0 - 10 -5.080796 - 20 -8.220978 - 42 --0.039102 - 0 -VERTEX - 8 -0 - 10 -5.150215 - 20 -8.216026 - 42 -0.097403 - 0 -VERTEX - 8 -0 - 10 -5.262935 - 20 -8.216367 - 42 -0.423022 - 0 -VERTEX - 8 -0 - 10 -5.301794 - 20 -8.206978 - 42 -0.098802 - 0 -VERTEX - 8 -0 - 10 -5.329327 - 20 -8.241914 - 42 --0.030042 - 0 -VERTEX - 8 -0 - 10 -5.341324 - 20 -8.260172 - 42 --0.185232 - 0 -VERTEX - 8 -0 - 10 -5.366437 - 20 -8.310809 - 42 --0.070592 - 0 -VERTEX - 8 -0 - 10 -5.411134 - 20 -8.338595 - 42 -0.069303 - 0 -VERTEX - 8 -0 - 10 -5.455056 - 20 -8.365777 - 42 -0.185698 - 0 -VERTEX - 8 -0 - 10 -5.479658 - 20 -8.414644 - 42 -0.220082 - 0 -VERTEX - 8 -0 - 10 -5.467698 - 20 -8.42708 - 42 -0.178742 - 0 -VERTEX - 8 -0 - 10 -5.457037 - 20 -8.423621 - 42 --0.307156 - 0 -VERTEX - 8 -0 - 10 -5.435853 - 20 -8.421561 - 42 --0.195196 - 0 -VERTEX - 8 -0 - 10 -5.092324 - 20 -8.564507 - 42 -0.190857 - 0 -VERTEX - 8 -0 - 10 -5.07627 - 20 -8.554602 - 42 --0.046601 - 0 -VERTEX - 8 -0 - 10 -5.069268 - 20 -8.548368 - 42 -0.157184 - 0 -VERTEX - 8 -0 - 10 -5.102935 - 20 -8.490001 - 42 -0.056372 - 0 -VERTEX - 8 -0 - 10 -5.156381 - 20 -8.453522 - 42 --0.061442 - 0 -VERTEX - 8 -0 - 10 -5.21083 - 20 -8.41587 - 42 --0.170521 - 0 -VERTEX - 8 -0 - 10 -5.242185 - 20 -8.3547 - 42 --0.124899 - 0 -VERTEX - 8 -0 - 10 -5.202297 - 20 -8.356528 - 42 -0.296187 - 0 -VERTEX - 8 -0 - 10 -5.152268 - 20 -8.347783 - 42 -0.207998 - 0 -VERTEX - 8 -0 - 10 -5.1825 - 20 -8.320579 - 42 -0.062833 - 0 -VERTEX - 8 -0 - 10 -5.223995 - 20 -8.313027 - 42 --0.107141 - 0 -VERTEX - 8 -0 - 10 -5.270862 - 20 -8.302045 - 42 --0.289646 - 0 -VERTEX - 8 -0 - 10 -5.290601 - 20 -8.255561 - 42 --0.203516 - 0 -VERTEX - 8 -0 - 10 -5.22334 - 20 -8.256833 - 42 --0.055117 - 0 -VERTEX - 8 -0 - 10 -5.160897 - 20 -8.292796 - 42 -0.044539 - 0 -VERTEX - 8 -0 - 10 -5.115378 - 20 -8.320117 - 42 --0.254447 - 0 -VERTEX - 8 -0 - 10 -5.013935 - 20 -8.615229 - 42 --0.34194 - 0 -VERTEX - 8 -0 - 10 -5.042142 - 20 -8.63199 - 42 --0.060792 - 0 -VERTEX - 8 -0 - 10 -5.080853 - 20 -8.626061 - 42 -0.004056 - 0 -VERTEX - 8 -0 - 10 -5.087712 - 20 -8.624451 - 42 --0.002272 - 0 -VERTEX - 8 -0 - 10 -5.190727 - 20 -8.606938 - 42 -0.018047 - 0 -VERTEX - 8 -0 - 10 -5.475046 - 20 -8.564507 - 42 --0.089349 - 0 -VERTEX - 8 -0 - 10 -5.510749 - 20 -8.514855 - 42 -0.144825 - 0 -VERTEX - 8 -0 - 10 -5.551131 - 20 -8.465367 - 42 -0.164405 - 0 -VERTEX - 8 -0 - 10 -5.53726 - 20 -8.54468 - 42 --0.043729 - 0 -VERTEX - 8 -0 - 10 -5.520973 - 20 -8.594833 - 42 --0.135747 - 0 -VERTEX - 8 -0 - 10 -5.523464 - 20 -8.647506 - 42 -0.329135 - 0 -VERTEX - 8 -0 - 10 -5.493661 - 20 -8.651439 - 42 -0.078792 - 0 -VERTEX - 8 -0 - 10 -5.467122 - 20 -8.629411 - 42 --0.031182 - 0 -VERTEX - 8 -0 - 10 -5.451992 - 20 -8.615229 - 42 --0.310489 - 0 -VERTEX - 8 -0 - 10 -5.435853 - 20 -8.608313 - 0 -VERTEX - 8 -0 - 10 -5.435853 - 20 -8.608313 - 42 --0.310554 - 0 -VERTEX - 8 -0 - 10 -5.440462 - 20 -8.663646 - 42 --0.150088 - 0 -VERTEX - 8 -0 - 10 -5.48204 - 20 -8.693921 - 42 --0.051758 - 0 -VERTEX - 8 -0 - 10 -5.5314 - 20 -8.704475 - 42 -0.048147 - 0 -VERTEX - 8 -0 - 10 -5.578797 - 20 -8.714368 - 42 -0.082301 - 0 -VERTEX - 8 -0 - 10 -5.640245 - 20 -8.757865 - 42 --0.070243 - 0 -VERTEX - 8 -0 - 10 -5.693791 - 20 -8.797241 - 42 --0.146893 - 0 -VERTEX - 8 -0 - 10 -5.772464 - 20 -8.808896 - 42 -0.095421 - 0 -VERTEX - 8 -0 - 10 -5.839861 - 20 -8.833712 - 42 --0.262727 - 0 -VERTEX - 8 -0 - 10 -5.94999 - 20 -8.845785 - 42 --0.041763 - 0 -VERTEX - 8 -0 - 10 -6.000523 - 20 -8.853513 - 42 --0.126977 - 0 -VERTEX - 8 -0 - 10 -6.045139 - 20 -8.848958 - 42 -0.093431 - 0 -VERTEX - 8 -0 - 10 -6.095002 - 20 -8.837362 - 42 -0.041382 - 0 -VERTEX - 8 -0 - 10 -6.180478 - 20 -8.836477 - 42 -0.051084 - 0 -VERTEX - 8 -0 - 10 -6.277096 - 20 -8.852567 - 42 -0.094454 - 0 -VERTEX - 8 -0 - 10 -6.360382 - 20 -8.891896 - 42 -0.017886 - 0 -VERTEX - 8 -0 - 10 -6.538778 - 20 -8.885579 - 42 --0.030841 - 0 -VERTEX - 8 -0 - 10 -6.768467 - 20 -8.873451 - 42 -0.268837 - 0 -VERTEX - 8 -0 - 10 -6.814397 - 20 -8.834916 - 42 -0.1003 - 0 -VERTEX - 8 -0 - 10 -6.870039 - 20 -8.843434 - 42 --0.099476 - 0 -VERTEX - 8 -0 - 10 -6.926287 - 20 -8.852063 - 42 --0.264732 - 0 -VERTEX - 8 -0 - 10 -6.973661 - 20 -8.813507 - 42 -0.165945 - 0 -VERTEX - 8 -0 - 10 -7.017976 - 20 -8.822104 - 42 --0.131536 - 0 -VERTEX - 8 -0 - 10 -7.052143 - 20 -8.830474 - 42 --0.23657 - 0 -VERTEX - 8 -0 - 10 -7.063335 - 20 -8.821603 - 42 --0.110183 - 0 -VERTEX - 8 -0 - 10 -7.068189 - 20 -8.797368 - 42 --0.054275 - 0 -VERTEX - 8 -0 - 10 -6.965594 - 20 -8.733966 - 42 -0.054275 - 0 -VERTEX - 8 -0 - 10 -6.862994 - 20 -8.670562 - 42 -0.389507 - 0 -VERTEX - 8 -0 - 10 -6.866452 - 20 -8.6504 - 42 -0.130727 - 0 -VERTEX - 8 -0 - 10 -6.886012 - 20 -8.650779 - 42 --0.071083 - 0 -VERTEX - 8 -0 - 10 -6.902187 - 20 -8.652118 - 42 -0.014693 - 0 -VERTEX - 8 -0 - 10 -6.98357 - 20 -8.701285 - 42 --0.01669 - 0 -VERTEX - 8 -0 - 10 -7.08309 - 20 -8.760918 - 42 --0.055423 - 0 -VERTEX - 8 -0 - 10 -7.186925 - 20 -8.804834 - 42 --0.268695 - 0 -VERTEX - 8 -0 - 10 -7.393271 - 20 -8.762785 - 42 --0.133547 - 0 -VERTEX - 8 -0 - 10 -7.416007 - 20 -8.657187 - 42 --0.043069 - 0 -VERTEX - 8 -0 - 10 -7.400059 - 20 -8.548535 - 42 -0.044819 - 0 -VERTEX - 8 -0 - 10 -7.384049 - 20 -8.4377 - 42 --0.463841 - 0 -VERTEX - 8 -0 - 10 -7.330925 - 20 -8.485703 - 42 --0.068833 - 0 -VERTEX - 8 -0 - 10 -7.339184 - 20 -8.582555 - 42 -0.019769 - 0 -VERTEX - 8 -0 - 10 -7.344856 - 20 -8.61984 - 42 --0.072807 - 0 -VERTEX - 8 -0 - 10 -7.350464 - 20 -8.667696 - 42 -0.087403 - 0 -VERTEX - 8 -0 - 10 -7.355699 - 20 -8.720854 - 42 -0.299925 - 0 -VERTEX - 8 -0 - 10 -7.3218 - 20 -8.758174 - 42 -0.098421 - 0 -VERTEX - 8 -0 - 10 -7.18353 - 20 -8.712609 - 42 -0.032805 - 0 -VERTEX - 8 -0 - 10 -7.063183 - 20 -8.63328 - 42 --0.067573 - 0 -VERTEX - 8 -0 - 10 -6.902187 - 20 -8.53684 - 42 --0.097742 - 0 -VERTEX - 8 -0 - 10 -6.89393 - 20 -8.528424 - 42 -0.112546 - 0 -VERTEX - 8 -0 - 10 -6.885517 - 20 -8.51958 - 42 -0.388788 - 0 -VERTEX - 8 -0 - 10 -6.890661 - 20 -8.509172 - 42 -0.104534 - 0 -VERTEX - 8 -0 - 10 -6.993323 - 20 -8.517448 - 42 -0.034625 - 0 -VERTEX - 8 -0 - 10 -7.089525 - 20 -8.55382 - 42 --0.017277 - 0 -VERTEX - 8 -0 - 10 -7.1558 - 20 -8.580646 - 42 --0.372824 - 0 -VERTEX - 8 -0 - 10 -7.191536 - 20 -8.55442 - 42 --0.205524 - 0 -VERTEX - 8 -0 - 10 -7.178856 - 20 -8.509172 - 42 --0.043833 - 0 -VERTEX - 8 -0 - 10 -7.205831 - 20 -8.486088 - 42 -0.084584 - 0 -VERTEX - 8 -0 - 10 -7.238936 - 20 -8.46034 - 42 -0.27763 - 0 -VERTEX - 8 -0 - 10 -7.277994 - 20 -8.465367 - 42 -0.244875 - 0 -VERTEX - 8 -0 - 10 -7.331271 - 20 -8.409364 - 42 -0.072014 - 0 -VERTEX - 8 -0 - 10 -7.408898 - 20 -8.39653 - 42 --0.013492 - 0 -VERTEX - 8 -0 - 10 -7.439383 - 20 -8.393894 - 42 -0.459691 - 0 -VERTEX - 8 -0 - 10 -7.426858 - 20 -8.418736 - 42 --0.302789 - 0 -VERTEX - 8 -0 - 10 -7.411717 - 20 -8.4377 - 42 -0.166187 - 0 -VERTEX - 8 -0 - 10 -7.416328 - 20 -8.467674 - 42 --0.166179 - 0 -VERTEX - 8 -0 - 10 -7.420939 - 20 -8.497646 - 42 -0.088569 - 0 -VERTEX - 8 -0 - 10 -7.447887 - 20 -8.482927 - 42 --0.171876 - 0 -VERTEX - 8 -0 - 10 -7.471571 - 20 -8.467526 - 42 --0.265024 - 0 -VERTEX - 8 -0 - 10 -7.460135 - 20 -8.430783 - 42 -0.234656 - 0 -VERTEX - 8 -0 - 10 -7.47093 - 20 -8.398536 - 42 -0.065682 - 0 -VERTEX - 8 -0 - 10 -7.499487 - 20 -8.37696 - 42 --0.024089 - 0 -VERTEX - 8 -0 - 10 -7.515468 - 20 -8.366228 - 42 --0.188022 - 0 -VERTEX - 8 -0 - 10 -7.541405 - 20 -8.361905 - 42 --0.34335 - 0 -VERTEX - 8 -0 - 10 -7.543133 - 20 -8.338561 - 42 -0.14449 - 0 -VERTEX - 8 -0 - 10 -7.525266 - 20 -8.271124 - 42 -0.086892 - 0 -VERTEX - 8 -0 - 10 -7.538524 - 20 -8.200228 - 42 --0.270037 - 0 -VERTEX - 8 -0 - 10 -7.580493 - 20 -8.159953 - 42 --0.103075 - 0 -VERTEX - 8 -0 - 10 -7.577588 - 20 -8.106922 - 42 -0.124287 - 0 -VERTEX - 8 -0 - 10 -7.575793 - 20 -8.054621 - 42 -0.166841 - 0 -VERTEX - 8 -0 - 10 -7.591222 - 20 -8.035019 - 42 -0.106028 - 0 -VERTEX - 8 -0 - 10 -7.626135 - 20 -8.0227 - 42 -0.103699 - 0 -VERTEX - 8 -0 - 10 -7.603933 - 20 -7.991503 - 42 -0.167595 - 0 -VERTEX - 8 -0 - 10 -7.602406 - 20 -7.966235 - 42 -0.129906 - 0 -VERTEX - 8 -0 - 10 -7.633906 - 20 -7.925495 - 42 --0.138844 - 0 -VERTEX - 8 -0 - 10 -7.666139 - 20 -7.882827 - 42 --0.169373 - 0 -VERTEX - 8 -0 - 10 -7.663303 - 20 -7.855836 - 42 --0.098738 - 0 -VERTEX - 8 -0 - 10 -7.637662 - 20 -7.822115 - 42 --0.000217 - 0 -VERTEX - 8 -0 - 10 -7.638319 - 20 -7.819924 - 42 -0.192267 - 0 -VERTEX - 8 -0 - 10 -7.676857 - 20 -7.75756 - 42 -0.145849 - 0 -VERTEX - 8 -0 - 10 -7.676857 - 20 -7.59156 - 42 -0.021328 - 0 -VERTEX - 8 -0 - 10 -7.656111 - 20 -7.546416 - 42 --0.070148 - 0 -VERTEX - 8 -0 - 10 -7.608907 - 20 -7.459048 - 42 --0.244398 - 0 -VERTEX - 8 -0 - 10 -7.522385 - 20 -7.418643 - 42 -0.297149 - 0 -VERTEX - 8 -0 - 10 -7.50504 - 20 -7.375282 - 42 --0.125866 - 0 -VERTEX - 8 -0 - 10 -7.499329 - 20 -7.335643 - 42 --0.0994 - 0 -VERTEX - 8 -0 - 10 -7.454658 - 20 -7.272816 - 42 --0.157436 - 0 -VERTEX - 8 -0 - 10 -7.384049 - 20 -7.241114 - 42 --0.039808 - 0 -VERTEX - 8 -0 - 10 -7.368876 - 20 -7.240893 - 42 -0.088406 - 0 -VERTEX - 8 -0 - 10 -7.349364 - 20 -7.239495 - 42 -0.290464 - 0 -VERTEX - 8 -0 - 10 -7.337939 - 20 -7.224976 - 42 -0.67348 - 0 -VERTEX - 8 -0 - 10 -7.338536 - 20 -7.203478 - 42 --0.473282 - 0 -VERTEX - 8 -0 - 10 -7.344856 - 20 -7.181171 - 42 --0.090982 - 0 -VERTEX - 8 -0 - 10 -7.321179 - 20 -7.1137 - 42 -0.009839 - 0 -VERTEX - 8 -0 - 10 -7.313717 - 20 -7.098151 - 42 --0.030565 - 0 -VERTEX - 8 -0 - 10 -7.176835 - 20 -7.131347 - 42 -0.02131 - 0 -VERTEX - 8 -0 - 10 -7.057714 - 20 -7.161692 - 42 -0.071719 - 0 -VERTEX - 8 -0 - 10 -6.941383 - 20 -7.169643 - 42 --0.032205 - 0 -VERTEX - 8 -0 - 10 -6.937707 - 20 -7.178678 - 42 -0.122809 - 0 -VERTEX - 8 -0 - 10 -6.929856 - 20 -7.192697 - 42 --0.340229 - 0 -VERTEX - 8 -0 - 10 -6.910318 - 20 -7.168969 - 42 --0.093082 - 0 -VERTEX - 8 -0 - 10 -6.877927 - 20 -7.170623 - 42 -0.098606 - 0 -VERTEX - 8 -0 - 10 -6.852068 - 20 -7.17207 - 42 -0.428377 - 0 -VERTEX - 8 -0 - 10 -6.84375 - 20 -7.152778 - 42 -0.298829 - 0 -VERTEX - 8 -0 - 10 -6.883536 - 20 -7.140188 - 42 --0.142538 - 0 -VERTEX - 8 -0 - 10 -6.905163 - 20 -7.138114 - 42 --0.34124 - 0 -VERTEX - 8 -0 - 10 -6.906799 - 20 -7.114308 - 42 -0.296004 - 0 -VERTEX - 8 -0 - 10 -6.876036 - 20 -7.124215 - 42 -0.115216 - 0 -VERTEX - 8 -0 - 10 -6.853444 - 20 -7.106271 - 42 --0.151313 - 0 -VERTEX - 8 -0 - 10 -6.831222 - 20 -7.089759 - 42 --0.298779 - 0 -VERTEX - 8 -0 - 10 -6.80305 - 20 -7.109697 - 42 -0.335818 - 0 -VERTEX - 8 -0 - 10 -6.793769 - 20 -7.074754 - 42 --0.344617 - 0 -VERTEX - 8 -0 - 10 -6.779994 - 20 -7.031308 - 42 --0.148431 - 0 -VERTEX - 8 -0 - 10 -6.706199 - 20 -7.009426 - 42 -0.047214 - 0 -VERTEX - 8 -0 - 10 -6.669328 - 20 -7.003642 - 42 -0.356387 - 0 -VERTEX - 8 -0 - 10 -6.691545 - 20 -6.977429 - 42 -0.082485 - 0 -VERTEX - 8 -0 - 10 -6.729797 - 20 -6.977765 - 42 --0.146608 - 0 -VERTEX - 8 -0 - 10 -6.756961 - 20 -6.976983 - 42 --0.331918 - 0 -VERTEX - 8 -0 - 10 -6.758503 - 20 -6.967798 - 42 --0.074613 - 0 -VERTEX - 8 -0 - 10 -6.747715 - 20 -6.948308 - 42 --0.186693 - 0 -VERTEX - 8 -0 - 10 -6.634167 - 20 -6.899862 - 42 --0.074472 - 0 -VERTEX - 8 -0 - 10 -6.519788 - 20 -6.920523 - 42 -0.01128 - 0 -VERTEX - 8 -0 - 10 -6.46875 - 20 -6.934028 - 42 --0.094137 - 0 -VERTEX - 8 -0 - 10 -6.361476 - 20 -6.942683 - 42 --0.288901 - 0 -VERTEX - 8 -0 - 10 -6.30821 - 20 -6.991753 - 42 --0.072932 - 0 -VERTEX - 8 -0 - 10 -6.299368 - 20 -7.054423 - 42 --0.126956 - 0 -VERTEX - 8 -0 - 10 -6.309724 - 20 -7.105012 - 42 --0.098205 - 0 -VERTEX - 8 -0 - 10 -6.341264 - 20 -7.184372 - 42 --0.171737 - 0 -VERTEX - 8 -0 - 10 -6.415715 - 20 -7.236504 - 42 -0.416018 - 0 -VERTEX - 8 -0 - 10 -6.435234 - 20 -7.248057 - 42 -0.279778 - 0 -VERTEX - 8 -0 - 10 -6.420326 - 20 -7.268782 - 42 -0.057524 - 0 -VERTEX - 8 -0 - 10 -6.401986 - 20 -7.282156 - 42 --0.285373 - 0 -VERTEX - 8 -0 - 10 -6.376521 - 20 -7.314893 - 42 --0.24154 - 0 -VERTEX - 8 -0 - 10 -6.39742 - 20 -7.345284 - 42 --0.080116 - 0 -VERTEX - 8 -0 - 10 -6.431615 - 20 -7.355273 - 42 -0.021193 - 0 -VERTEX - 8 -0 - 10 -6.447993 - 20 -7.358699 - 42 -0.550636 - 0 -VERTEX - 8 -0 - 10 -6.491799 - 20 -7.374837 - 42 -0.048707 - 0 -VERTEX - 8 -0 - 10 -6.441953 - 20 -7.436265 - 42 --0.102105 - 0 -VERTEX - 8 -0 - 10 -6.376521 - 20 -7.52931 - 42 --0.171972 - 0 -VERTEX - 8 -0 - 10 -6.463712 - 20 -7.533675 - 42 --0.060945 - 0 -VERTEX - 8 -0 - 10 -6.540115 - 20 -7.497557 - 42 -0.072527 - 0 -VERTEX - 8 -0 - 10 -6.623321 - 20 -7.459726 - 42 -0.191129 - 0 -VERTEX - 8 -0 - 10 -6.720049 - 20 -7.473976 - 42 -0.144417 - 0 -VERTEX - 8 -0 - 10 -6.816562 - 20 -7.54043 - 42 -0.052941 - 0 -VERTEX - 8 -0 - 10 -6.875225 - 20 -7.635632 - 42 --0.046463 - 0 -VERTEX - 8 -0 - 10 -6.930184 - 20 -7.726493 - 42 --0.129091 - 0 -VERTEX - 8 -0 - 10 -7.017467 - 20 -7.794449 - 42 -0.364184 - 0 -VERTEX - 8 -0 - 10 -7.005937 - 20 -7.822115 - 42 --0.119182 - 0 -VERTEX - 8 -0 - 10 -6.867605 - 20 -7.804248 - 42 --0.091315 - 0 -VERTEX - 8 -0 - 10 -6.729271 - 20 -7.845172 - 42 --0.110002 - 0 -VERTEX - 8 -0 - 10 -6.718699 - 20 -7.858541 - 42 -0.474559 - 0 -VERTEX - 8 -0 - 10 -6.685465 - 20 -7.872839 - 42 -0.079551 - 0 -VERTEX - 8 -0 - 10 -6.640853 - 20 -7.839487 - 42 --0.087784 - 0 -VERTEX - 8 -0 - 10 -6.5981 - 20 -7.807971 - 42 --0.234356 - 0 -VERTEX - 8 -0 - 10 -6.542521 - 20 -7.812893 - 42 --0.149274 - 0 -VERTEX - 8 -0 - 10 -6.523807 - 20 -7.88788 - 42 -0.053877 - 0 -VERTEX - 8 -0 - 10 -6.517571 - 20 -7.936478 - 42 -0.199672 - 0 -VERTEX - 8 -0 - 10 -6.491799 - 20 -7.971978 - 42 -0.007245 - 0 -VERTEX - 8 -0 - 10 -6.479725 - 20 -7.919276 - 42 --0.053477 - 0 -VERTEX - 8 -0 - 10 -6.436994 - 20 -7.774035 - 42 --0.180388 - 0 -VERTEX - 8 -0 - 10 -6.337326 - 20 -7.667643 - 42 -0.239742 - 0 -VERTEX - 8 -0 - 10 -6.315446 - 20 -7.638906 - 42 -0.068297 - 0 -VERTEX - 8 -0 - 10 -6.314381 - 20 -7.601117 - 42 --0.05297 - 0 -VERTEX - 8 -0 - 10 -6.314271 - 20 -7.573115 - 42 -0.090807 - 0 -VERTEX - 8 -0 - 10 -6.342409 - 20 -7.506079 - 42 -0.024124 - 0 -VERTEX - 8 -0 - 10 -6.385948 - 20 -7.443725 - 42 --0.062908 - 0 -VERTEX - 8 -0 - 10 -6.420326 - 20 -7.390976 - 42 -0.144861 - 0 -VERTEX - 8 -0 - 10 -6.380925 - 20 -7.367694 - 42 -0.043263 - 0 -VERTEX - 8 -0 - 10 -6.35072 - 20 -7.328769 - 42 --0.111573 - 0 -VERTEX - 8 -0 - 10 -6.289001 - 20 -7.263143 - 42 --0.351012 - 0 -VERTEX - 8 -0 - 10 -6.120603 - 20 -7.28031 - 42 --0.221292 - 0 -VERTEX - 8 -0 - 10 -6.091223 - 20 -7.38482 - 42 --0.076037 - 0 -VERTEX - 8 -0 - 10 -6.124269 - 20 -7.477114 - 42 -0.026217 - 0 -VERTEX - 8 -0 - 10 -6.140382 - 20 -7.513516 - 42 -0.14916 - 0 -VERTEX - 8 -0 - 10 -6.14366 - 20 -7.540837 - 42 -0.16815 - 0 -VERTEX - 8 -0 - 10 -6.133171 - 20 -7.576336 - 42 -0.055717 - 0 -VERTEX - 8 -0 - 10 -6.107842 - 20 -7.603494 - 42 --0.176697 - 0 -VERTEX - 8 -0 - 10 -6.072186 - 20 -7.656115 - 42 -0.137899 - 0 -VERTEX - 8 -0 - 10 -6.03971 - 20 -7.680476 - 42 -0.026104 - 0 -VERTEX - 8 -0 - 10 -6.005247 - 20 -7.694786 - 42 --0.000986 - 0 -VERTEX - 8 -0 - 10 -6.003785 - 20 -7.695319 - 42 --0.103195 - 0 -VERTEX - 8 -0 - 10 -5.95292 - 20 -7.730487 - 42 --0.028333 - 0 -VERTEX - 8 -0 - 10 -5.910797 - 20 -7.77831 - 42 --0.045705 - 0 -VERTEX - 8 -0 - 10 -5.886388 - 20 -7.856742 - 42 -0.030953 - 0 -VERTEX - 8 -0 - 10 -5.866992 - 20 -7.923561 - 0 -VERTEX - 8 -0 - 10 -5.853792 - 20 -7.923561 - 42 -0.140618 - 0 -VERTEX - 8 -0 - 10 -5.83695 - 20 -7.850476 - 42 --0.053265 - 0 -VERTEX - 8 -0 - 10 -5.831499 - 20 -7.803624 - 42 --0.180035 - 0 -VERTEX - 8 -0 - 10 -5.807047 - 20 -7.766782 - 42 --0.083217 - 0 -VERTEX - 8 -0 - 10 -5.74438 - 20 -7.767566 - 42 --0.363699 - 0 -VERTEX - 8 -0 - 10 -5.705603 - 20 -7.805978 - 42 -0.279113 - 0 -VERTEX - 8 -0 - 10 -5.696145 - 20 -7.851499 - 42 --0.073963 - 0 -VERTEX - 8 -0 - 10 -5.684853 - 20 -7.872839 - 42 -0.199003 - 0 -VERTEX - 8 -0 - 10 -5.669067 - 20 -7.845569 - 42 -0.050696 - 0 -VERTEX - 8 -0 - 10 -5.667694 - 20 -7.808546 - 42 --0.133614 - 0 -VERTEX - 8 -0 - 10 -5.657185 - 20 -7.739115 - 42 --0.130118 - 0 -VERTEX - 8 -0 - 10 -5.625196 - 20 -7.684647 - 42 --0.194752 - 0 -VERTEX - 8 -0 - 10 -5.567268 - 20 -7.663032 - 42 --0.069516 - 0 -VERTEX - 8 -0 - 10 -5.542711 - 20 -7.673575 - 42 -0.063693 - 0 -VERTEX - 8 -0 - 10 -5.518235 - 20 -7.684254 - 42 -0.259874 - 0 -VERTEX - 8 -0 - 10 -5.495796 - 20 -7.679171 - 42 -0.281285 - 0 -VERTEX - 8 -0 - 10 -5.531029 - 20 -7.63885 - 42 -0.056058 - 0 -VERTEX - 8 -0 - 10 -5.588894 - 20 -7.622954 - 42 --0.016984 - 0 -VERTEX - 8 -0 - 10 -5.606464 - 20 -7.619226 - 42 --0.042438 - 0 -VERTEX - 8 -0 - 10 -5.636751 - 20 -7.552443 - 42 -0.057842 - 0 -VERTEX - 8 -0 - 10 -5.673778 - 20 -7.475032 - 42 -0.156228 - 0 -VERTEX - 8 -0 - 10 -5.744797 - 20 -7.418643 - 42 -0.120763 - 0 -VERTEX - 8 -0 - 10 -5.897828 - 20 -7.406827 - 42 -0.159243 - 0 -VERTEX - 8 -0 - 10 -6.028381 - 20 -7.469365 - 42 --0.287418 - 0 -VERTEX - 8 -0 - 10 -6.021814 - 20 -7.429876 - 42 --0.063261 - 0 -VERTEX - 8 -0 - 10 -5.987158 - 20 -7.397806 - 42 -0.142281 - 0 -VERTEX - 8 -0 - 10 -5.956702 - 20 -7.365513 - 42 -0.295905 - 0 -VERTEX - 8 -0 - 10 -5.963134 - 20 -7.350555 - 42 -0.091016 - 0 -VERTEX - 8 -0 - 10 -5.993797 - 20 -7.335643 - 42 --0.133227 - 0 -VERTEX - 8 -0 - 10 -6.021621 - 20 -7.358272 - 42 -0.099187 - 0 -VERTEX - 8 -0 - 10 -6.044521 - 20 -7.374837 - 42 -0.000639 - 0 -VERTEX - 8 -0 - 10 -6.048707 - 20 -7.36754 - 42 --0.056561 - 0 -VERTEX - 8 -0 - 10 -6.08357 - 20 -7.294664 - 42 --0.155564 - 0 -VERTEX - 8 -0 - 10 -6.083714 - 20 -7.208837 - 42 -0.088572 - 0 -VERTEX - 8 -0 - 10 -6.215132 - 20 -7.137364 - 42 -0.117256 - 0 -VERTEX - 8 -0 - 10 -6.239953 - 20 -7.10175 - 42 --0.196887 - 0 -VERTEX - 8 -0 - 10 -6.265854 - 20 -7.054364 - 42 --0.101031 - 0 -VERTEX - 8 -0 - 10 -6.265854 - 20 -6.982892 - 42 --0.214528 - 0 -VERTEX - 8 -0 - 10 -6.144709 - 20 -6.896491 - 42 --0.05497 - 0 -VERTEX - 8 -0 - 10 -5.980931 - 20 -6.8799 - 42 -0.011331 - 0 -VERTEX - 8 -0 - 10 -5.910797 - 20 -6.876836 - 42 -0.052018 - 0 -VERTEX - 8 -0 - 10 -5.957013 - 20 -6.903466 - 42 --0.077809 - 0 -VERTEX - 8 -0 - 10 -6.015217 - 20 -6.934499 - 42 --0.259793 - 0 -VERTEX - 8 -0 - 10 -6.076797 - 20 -6.920642 - 42 --0.064397 - 0 -VERTEX - 8 -0 - 10 -6.097593 - 20 -6.92116 - 42 -0.102209 - 0 -VERTEX - 8 -0 - 10 -6.122252 - 20 -6.922848 - 42 -0.360928 - 0 -VERTEX - 8 -0 - 10 -6.132132 - 20 -6.943697 - 42 -0.097007 - 0 -VERTEX - 8 -0 - 10 -6.09788 - 20 -6.952875 - 42 --0.193852 - 0 -VERTEX - 8 -0 - 10 -6.028381 - 20 -6.982892 - 42 --0.07509 - 0 -VERTEX - 8 -0 - 10 -6.056047 - 20 -7.038225 - 42 -0.062267 - 0 -VERTEX - 8 -0 - 10 -6.006516 - 20 -7.038269 - 42 --0.088188 - 0 -VERTEX - 8 -0 - 10 -5.948932 - 20 -7.040148 - 42 --0.277017 - 0 -VERTEX - 8 -0 - 10 -5.910797 - 20 -7.082031 - 42 --0.028228 - 0 -VERTEX - 8 -0 - 10 -5.911361 - 20 -7.089158 - 42 -0.28826 - 0 -VERTEX - 8 -0 - 10 -5.906186 - 20 -7.109697 - 42 -0.046772 - 0 -VERTEX - 8 -0 - 10 -5.780794 - 20 -7.071435 - 42 -0.010612 - 0 -VERTEX - 8 -0 - 10 -5.651182 - 20 -7.017475 - 42 --0.024997 - 0 -VERTEX - 8 -0 - 10 -5.583079 - 20 -6.989692 - 42 --0.27569 - 0 -VERTEX - 8 -0 - 10 -5.491186 - 20 -7.015169 - 42 --0.06385 - 0 -VERTEX - 8 -0 - 10 -5.430376 - 20 -7.056093 - 42 --0.136753 - 0 -VERTEX - 8 -0 - 10 -5.392046 - 20 -7.114308 - 42 --0.221525 - 0 -VERTEX - 8 -0 - 10 -5.396378 - 20 -7.137019 - 42 -0.071328 - 0 -VERTEX - 8 -0 - 10 -5.401268 - 20 -7.148892 - 42 -0.061854 - 0 -VERTEX - 8 -0 - 10 -5.334447 - 20 -7.158895 - 42 --0.064488 - 0 -VERTEX - 8 -0 - 10 -5.265965 - 20 -7.169394 - 42 --0.203201 - 0 -VERTEX - 8 -0 - 10 -5.214517 - 20 -7.213447 - 42 --0.270757 - 0 -VERTEX - 8 -0 - 10 -5.190984 - 20 -7.255752 - 42 --0.082683 - 0 -VERTEX - 8 -0 - 10 -5.202627 - 20 -7.30322 - 42 -0.161075 - 0 -VERTEX - 8 -0 - 10 -5.210764 - 20 -7.352016 - 42 -0.214659 - 0 -VERTEX - 8 -0 - 10 -5.193834 - 20 -7.367811 - 42 -0.088393 - 0 -VERTEX - 8 -0 - 10 -5.152268 - 20 -7.374837 - 42 -0.08675 - 0 -VERTEX - 8 -0 - 10 -5.141736 - 20 -7.407527 - 42 --0.080473 - 0 -VERTEX - 8 -0 - 10 -5.131553 - 20 -7.43819 - 42 --0.228023 - 0 -VERTEX - 8 -0 - 10 -5.143046 - 20 -7.469365 - 42 -0.298407 - 0 -VERTEX - 8 -0 - 10 -5.16277 - 20 -7.50364 - 42 -0.12262 - 0 -VERTEX - 8 -0 - 10 -5.144538 - 20 -7.53439 - 42 --0.086628 - 0 -VERTEX - 8 -0 - 10 -5.125287 - 20 -7.564335 - 42 --0.252743 - 0 -VERTEX - 8 -0 - 10 -5.131518 - 20 -7.600782 - 42 --0.183573 - 0 -VERTEX - 8 -0 - 10 -5.084323 - 20 -7.605887 - 42 --0.073915 - 0 -VERTEX - 8 -0 - 10 -5.050671 - 20 -7.632744 - 42 -0.105461 - 0 -VERTEX - 8 -0 - 10 -5.009324 - 20 -7.663032 - 42 --0.187297 - 0 -VERTEX - 8 -0 - 10 -5.010731 - 20 -7.697933 - 42 -0.100353 - 0 -VERTEX - 8 -0 - 10 -5.014456 - 20 -7.72629 - 42 -0.408352 - 0 -VERTEX - 8 -0 - 10 -4.993185 - 20 -7.739115 - 42 --0.368023 - 0 -VERTEX - 8 -0 - 10 -4.982496 - 20 -7.768029 - 42 --0.119691 - 0 -VERTEX - 8 -0 - 10 -5.006014 - 20 -7.787737 - 42 -0.177378 - 0 -VERTEX - 8 -0 - 10 -5.032379 - 20 -7.812893 - 42 --0.008063 - 0 -VERTEX - 8 -0 - 10 -5.019849 - 20 -7.839289 - 42 -0.098646 - 0 -VERTEX - 8 -0 - 10 -4.965515 - 20 -7.923561 - 42 --0.312606 - 0 -VERTEX - 8 -0 - 10 -4.9986 - 20 -7.958762 - 42 --0.051293 - 0 -VERTEX - 8 -0 - 10 -5.062601 - 20 -7.972184 - 42 -0.022555 - 0 -VERTEX - 8 -0 - 10 -5.09843 - 20 -7.97827 - 42 -0.15788 - 0 -VERTEX - 8 -0 - 10 -5.119375 - 20 -7.988316 - 42 -0.370763 - 0 -VERTEX - 8 -0 - 10 -5.11533 - 20 -8.00696 - 42 -0.068651 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.835328 - 20 -7.054364 - 42 --0.208868 - 0 -VERTEX - 8 -0 - 10 -6.946006 - 20 -7.072345 - 42 --0.059597 - 0 -VERTEX - 8 -0 - 10 -7.055363 - 20 -7.029561 - 42 -0.00019 - 0 -VERTEX - 8 -0 - 10 -7.061272 - 20 -7.026699 - 42 -0.050848 - 0 -VERTEX - 8 -0 - 10 -7.048739 - 20 -7.005234 - 42 --0.116263 - 0 -VERTEX - 8 -0 - 10 -7.030157 - 20 -6.978261 - 42 --0.335108 - 0 -VERTEX - 8 -0 - 10 -6.996717 - 20 -6.982892 - 42 -0.038826 - 0 -VERTEX - 8 -0 - 10 -6.885788 - 20 -7.033708 - 42 --0.008015 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.957522 - 20 -6.971364 - 42 --0.174393 - 0 -VERTEX - 8 -0 - 10 -6.882015 - 20 -6.967689 - 42 --0.072152 - 0 -VERTEX - 8 -0 - 10 -6.80305 - 20 -6.999031 - 42 --0.229545 - 0 -VERTEX - 8 -0 - 10 -6.836912 - 20 -7.023401 - 42 --0.128761 - 0 -VERTEX - 8 -0 - 10 -6.883742 - 20 -7.012773 - 42 --0.028316 - 0 -VERTEX - 8 -0 - 10 -6.934242 - 20 -6.985024 - 42 -0.006813 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.941383 - 20 -7.109697 - 42 --0.068549 - 0 -VERTEX - 8 -0 - 10 -6.93952 - 20 -7.129172 - 42 --0.35933 - 0 -VERTEX - 8 -0 - 10 -6.947917 - 20 -7.138889 - 42 --0.091122 - 0 -VERTEX - 8 -0 - 10 -7.10779 - 20 -7.12487 - 42 --0.01933 - 0 -VERTEX - 8 -0 - 10 -7.278582 - 20 -7.076997 - 42 -0.000115 - 0 -VERTEX - 8 -0 - 10 -7.288393 - 20 -7.073957 - 42 --0.25914 - 0 -VERTEX - 8 -0 - 10 -7.111994 - 20 -7.031308 - 42 --0.013754 - 0 -VERTEX - 8 -0 - 10 -7.060323 - 20 -7.058467 - 42 -0.071947 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.563271 - 20 -6.865308 - 42 -0.001218 - 0 -VERTEX - 8 -0 - 10 -6.552381 - 20 -6.850689 - 42 --0.062538 - 0 -VERTEX - 8 -0 - 10 -6.466467 - 20 -6.752916 - 42 --0.190516 - 0 -VERTEX - 8 -0 - 10 -6.341938 - 20 -6.710835 - 42 --0.138675 - 0 -VERTEX - 8 -0 - 10 -6.190347 - 20 -6.75003 - 42 --0.090375 - 0 -VERTEX - 8 -0 - 10 -6.076797 - 20 -6.844558 - 42 -0.076459 - 0 -VERTEX - 8 -0 - 10 -6.145501 - 20 -6.860484 - 42 --0.092477 - 0 -VERTEX - 8 -0 - 10 -6.225407 - 20 -6.877168 - 42 -0.102159 - 0 -VERTEX - 8 -0 - 10 -6.322888 - 20 -6.86637 - 42 -0.08326 - 0 -VERTEX - 8 -0 - 10 -6.375829 - 20 -6.878521 - 42 -0.193487 - 0 -VERTEX - 8 -0 - 10 -6.408799 - 20 -6.909114 - 42 --0.125732 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.366586 - 20 -7.589971 - 42 --0.300498 - 0 -VERTEX - 8 -0 - 10 -6.362384 - 20 -7.6281 - 42 --0.10773 - 0 -VERTEX - 8 -0 - 10 -6.389656 - 20 -7.652175 - 42 -0.085813 - 0 -VERTEX - 8 -0 - 10 -6.41454 - 20 -7.672971 - 42 --0.082288 - 0 -VERTEX - 8 -0 - 10 -6.419152 - 20 -7.669282 - 42 -0.082288 - 0 -VERTEX - 8 -0 - 10 -6.423764 - 20 -7.665593 - 42 -0.087995 - 0 -VERTEX - 8 -0 - 10 -6.413918 - 20 -7.631032 - 42 --0.102746 - 0 -VERTEX - 8 -0 - 10 -6.402102 - 20 -7.592338 - 42 --0.422758 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.740799 - 20 -7.663032 - 42 -0.054247 - 0 -VERTEX - 8 -0 - 10 -6.73747 - 20 -7.704086 - 42 --0.053268 - 0 -VERTEX - 8 -0 - 10 -6.733167 - 20 -7.763153 - 42 --0.227899 - 0 -VERTEX - 8 -0 - 10 -6.745571 - 20 -7.789017 - 42 --0.294999 - 0 -VERTEX - 8 -0 - 10 -6.78125 - 20 -7.78125 - 42 -0.044779 - 0 -VERTEX - 8 -0 - 10 -6.874522 - 20 -7.750643 - 42 --0.176854 - 0 -VERTEX - 8 -0 - 10 -6.720049 - 20 -7.513171 - 42 --0.252909 - 0 -VERTEX - 8 -0 - 10 -6.575173 - 20 -7.519256 - 42 --0.118959 - 0 -VERTEX - 8 -0 - 10 -6.487186 - 20 -7.607699 - 42 --0.21869 - 0 -VERTEX - 8 -0 - 10 -6.530993 - 20 -7.718367 - 42 --0.088486 - 0 -VERTEX - 8 -0 - 10 -6.572506 - 20 -7.648353 - 42 -0.012379 - 0 -VERTEX - 8 -0 - 10 -6.590432 - 20 -7.610968 - 42 -0.170471 - 0 -VERTEX - 8 -0 - 10 -6.640691 - 20 -7.557533 - 42 -0.228557 - 0 -VERTEX - 8 -0 - 10 -6.692184 - 20 -7.558896 - 42 -0.306846 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.643339 - 20 -7.771162 - 42 --0.268394 - 0 -VERTEX - 8 -0 - 10 -6.662772 - 20 -7.770674 - 42 --0.10528 - 0 -VERTEX - 8 -0 - 10 -6.674075 - 20 -7.755651 - 42 -0.000278 - 0 -VERTEX - 8 -0 - 10 -6.674696 - 20 -7.754562 - 42 -0.01575 - 0 -VERTEX - 8 -0 - 10 -6.671939 - 20 -7.744861 - 42 --0.080752 - 0 -VERTEX - 8 -0 - 10 -6.663473 - 20 -7.722372 - 42 --0.31949 - 0 -VERTEX - 8 -0 - 10 -6.643339 - 20 -7.713986 - 42 --0.360892 - 0 -VERTEX - 8 -0 - 10 -6.625412 - 20 -7.737033 - 42 --0.32309 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.072342 - 20 -7.587557 - 42 --0.082195 - 0 -VERTEX - 8 -0 - 10 -6.076029 - 20 -7.587679 - 42 -0.082334 - 0 -VERTEX - 8 -0 - 10 -6.079719 - 20 -7.587801 - 42 -0.087985 - 0 -VERTEX - 8 -0 - 10 -6.08909 - 20 -7.56739 - 42 --0.102743 - 0 -VERTEX - 8 -0 - 10 -6.099205 - 20 -7.544215 - 42 --0.422749 - 0 -VERTEX - 8 -0 - 10 -6.083304 - 20 -7.528656 - 42 --0.300483 - 0 -VERTEX - 8 -0 - 10 -6.065812 - 20 -7.545054 - 42 --0.107729 - 0 -VERTEX - 8 -0 - 10 -6.068978 - 20 -7.567569 - 42 -0.085806 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -5.823186 - 20 -7.469365 - 42 -0.281684 - 0 -VERTEX - 8 -0 - 10 -5.916525 - 20 -7.511537 - 42 -0.227396 - 0 -VERTEX - 8 -0 - 10 -5.932971 - 20 -7.623537 - 42 --0.195159 - 0 -VERTEX - 8 -0 - 10 -5.932979 - 20 -7.64773 - 42 --0.330224 - 0 -VERTEX - 8 -0 - 10 -5.947301 - 20 -7.652741 - 42 --0.186735 - 0 -VERTEX - 8 -0 - 10 -5.989187 - 20 -7.619226 - 42 --0.187622 - 0 -VERTEX - 8 -0 - 10 -5.989187 - 20 -7.490115 - 42 --0.208857 - 0 -VERTEX - 8 -0 - 10 -5.929573 - 20 -7.446051 - 42 --0.055269 - 0 -VERTEX - 8 -0 - 10 -5.850694 - 20 -7.434028 - 42 --0.099216 - 0 -VERTEX - 8 -0 - 10 -5.758959 - 20 -7.452551 - 42 --0.131084 - 0 -VERTEX - 8 -0 - 10 -5.705972 - 20 -7.495065 - 42 --0.113247 - 0 -VERTEX - 8 -0 - 10 -5.665131 - 20 -7.616968 - 42 -0.002252 - 0 -VERTEX - 8 -0 - 10 -5.661796 - 20 -7.635365 - 42 --0.036264 - 0 -VERTEX - 8 -0 - 10 -5.699262 - 20 -7.661015 - 42 --0.12268 - 0 -VERTEX - 8 -0 - 10 -5.740186 - 20 -7.67456 - 42 --0.007704 - 0 -VERTEX - 8 -0 - 10 -5.743812 - 20 -7.638104 - 42 -0.058366 - 0 -VERTEX - 8 -0 - 10 -5.761187 - 20 -7.533637 - 42 -0.265827 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -5.849124 - 20 -7.663321 - 42 --0.2752 - 0 -VERTEX - 8 -0 - 10 -5.858429 - 20 -7.653883 - 42 --0.066579 - 0 -VERTEX - 8 -0 - 10 -5.859717 - 20 -7.636894 - 42 -0.000667 - 0 -VERTEX - 8 -0 - 10 -5.859712 - 20 -7.6345 - 42 --0.407612 - 0 -VERTEX - 8 -0 - 10 -5.838317 - 20 -7.608008 - 42 --0.311885 - 0 -VERTEX - 8 -0 - 10 -5.818182 - 20 -7.631331 - 42 -0.001356 - 0 -VERTEX - 8 -0 - 10 -5.816919 - 20 -7.6345 - 42 --0.368595 - 0 -VERTEX - 8 -0 - 10 -5.820241 - 20 -7.661879 - 42 --0.224039 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.000714 - 20 -6.999031 - 42 --0.238657 - 0 -VERTEX - 8 -0 - 10 -6.000714 - 20 -6.948308 - 42 -0.09509 - 0 -VERTEX - 8 -0 - 10 -5.850851 - 20 -6.865308 - 42 --0.09612 - 0 -VERTEX - 8 -0 - 10 -5.761202 - 20 -6.860982 - 42 --0.087611 - 0 -VERTEX - 8 -0 - 10 -5.705603 - 20 -6.881447 - 42 -0.051389 - 0 -VERTEX - 8 -0 - 10 -5.790398 - 20 -6.933944 - 42 --0.059677 - 0 -VERTEX - 8 -0 - 10 -5.884986 - 20 -6.990996 - 42 --0.164425 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -5.677936 - 20 -6.899892 - 42 --0.222751 - 0 -VERTEX - 8 -0 - 10 -5.643353 - 20 -6.926982 - 42 --0.088202 - 0 -VERTEX - 8 -0 - 10 -5.629519 - 20 -6.971364 - 42 -0.000187 - 0 -VERTEX - 8 -0 - 10 -5.636563 - 20 -6.975551 - 42 --0.0412 - 0 -VERTEX - 8 -0 - 10 -5.752576 - 20 -7.036072 - 42 --0.131588 - 0 -VERTEX - 8 -0 - 10 -5.883131 - 20 -7.054364 - 42 --0.031112 - 0 -VERTEX - 8 -0 - 10 -5.899269 - 20 -7.031308 - 42 --0.023544 - 0 -VERTEX - 8 -0 - 10 -5.78577 - 20 -6.963442 - 42 -0.018147 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -6.222047 - 20 -3.489968 - 42 -0.003762 - 0 -VERTEX - 8 -0 - 10 -6.256687 - 20 -3.473833 - 42 --0.065302 - 0 -VERTEX - 8 -0 - 10 -6.398871 - 20 -3.392997 - 42 --0.210266 - 0 -VERTEX - 8 -0 - 10 -6.475212 - 20 -3.249658 - 42 -0.002733 - 0 -VERTEX - 8 -0 - 10 -6.475337 - 20 -3.24755 - 42 --0.119809 - 0 -VERTEX - 8 -0 - 10 -6.474545 - 20 -3.237013 - 42 --0.424062 - 0 -VERTEX - 8 -0 - 10 -6.464439 - 20 -3.236271 - 42 -0.028634 - 0 -VERTEX - 8 -0 - 10 -6.442228 - 20 -3.245049 - 42 --0.040128 - 0 -VERTEX - 8 -0 - 10 -6.347262 - 20 -3.286451 - 42 --0.136193 - 0 -VERTEX - 8 -0 - 10 -6.258218 - 20 -3.366844 - 42 --0.033303 - 0 -VERTEX - 8 -0 - 10 -6.231062 - 20 -3.423273 - 42 --0.170908 - 0 -SEQEND - 8 -0 - 0 -POLYLINE - 8 -0 - 66 -1 - 70 -1 - 0 -VERTEX - 8 -0 - 10 -7.692996 - 20 -6.793836 - 42 --0.010804 - 0 -VERTEX - 8 -0 - 10 -7.679526 - 20 -6.780071 - 42 -0.085062 - 0 -VERTEX - 8 -0 - 10 -7.647726 - 20 -6.740721 - 42 -0.235267 - 0 -VERTEX - 8 -0 - 10 -7.64919 - 20 -6.687781 - 42 --0.257265 - 0 -VERTEX - 8 -0 - 10 -7.669076 - 20 -6.64311 - 42 --0.145831 - 0 -VERTEX - 8 -0 - 10 -7.64919 - 20 -6.600169 - 42 -0.322268 - 0 -VERTEX - 8 -0 - 10 -7.632191 - 20 -6.579466 - 42 -0.104144 - 0 -VERTEX - 8 -0 - 10 -7.640555 - 20 -6.553315 - 42 --0.161653 - 0 -VERTEX - 8 -0 - 10 -7.64919 - 20 -6.517169 - 42 --0.247003 - 0 -VERTEX - 8 -0 - 10 -7.664521 - 20 -6.467808 - 42 --0.086301 - 0 -VERTEX - 8 -0 - 10 -7.643434 - 20 -6.422255 - 42 -0.095108 - 0 -VERTEX - 8 -0 - 10 -7.6221 - 20 -6.374863 - 42 -0.256297 - 0 -VERTEX - 8 -0 - 10 -7.642272 - 20 -6.323501 - 42 --0.09472 - 0 -VERTEX - 8 -0 - 10 -7.62885 - 20 -6.251217 - 42 --0.037821 - 0 -VERTEX - 8 -0 - 10 -7.597235 - 20 -6.188739 - 42 -0.005375 - 0 -VERTEX - 8 -0 - 10 -7.582329 - 20 -6.162113 - 42 --0.054712 - 0 -VERTEX - 8 -0 - 10 -7.594722 - 20 -6.075078 - 42 --0.177445 - 0 -VERTEX - 8 -0 - 10 -7.570801 - 20 -5.991501 - 42 --0.374259 - 0 -VERTEX - 8 -0 - 10 -7.564878 - 20 -5.992849 - 42 -0.413977 - 0 -VERTEX - 8 -0 - 10 -7.538524 - 20 -5.991501 - 42 -0.001381 - 0 -VERTEX - 8 -0 - 10 -7.503961 - 20 -5.78643 - 42 --0.0 - 0 -VERTEX - 8 -0 - 10 -7.50394 - 20 -5.786306 - 42 -0.553254 - 0 -VERTEX - 8 -0 - 10 -7.448607 - 20 -5.758639 - 42 -0.095716 - 0 -VERTEX - 8 -0 - 10 -7.443759 - 20 -5.704345 - 42 --0.155879 - 0 -VERTEX - 8 -0 - 10 -7.432468 - 20 -5.636444 - 42 --0.186225 - 0 -VERTEX - 8 -0 - 10 -7.415111 - 20 -5.650982 - 42 -0.117814 - 0 -VERTEX - 8 -0 - 10 -7.399762 - 20 -5.665756 - 42 -0.309661 - 0 -VERTEX - 8 -0 - 10 -7.377133 - 20 -5.6595 - 42 -0.134228 - 0 -VERTEX - 8 -0 - 10 -7.354742 - 20 -5.588355 - 42 -0.046858 - 0 -VERTEX - 8 -0 - 10 -7.360044 - 20 -5.514754 - 42 --0.04803 - 0 -VERTEX - 8 -0 - 10 -7.365606 - 20 -5.433556 - 42 --0.352925 - 0 -VERTEX - 8 -0 - 10 -7.367834 - 20 -5.418531 - 42 --0.075755 - 0 -VERTEX - 8 -0 - 10 -7.354695 - 20 -5.40367 - 42 -0.227662 - 0 -VERTEX - 8 -0 - 10 -7.333329 - 20 -5.366694 - 42 -0.061739 - 0 -VERTEX - 8 -0 - 10 -7.365606 - 20 -5.189165 - 42 --0.084547 - 0 -VERTEX - 8 -0 - 10 -7.360181 - 20 -5.173197 - 42 --0.391375 - 0 -VERTEX - 8 -0 - 10 -7.354028 - 20 -5.170305 - 42 --0.121134 - 0 -VERTEX - 8 -0 - 10 -7.339128 - 20 -5.188488 - 42 -0.077846 - 0 -VERTEX - 8 -0 - 10 -7.319309 - 20 -5.213828 - 42 -0.433369 - 0 -VERTEX - 8 -0 - 10 -7.294132 - 20 -5.212221 - 42 --0.161923 - 0 -VERTEX - 8 -0 - 10 -7.308271 - 20 -5.162448 - 42 --0.057215 - 0 -VERTEX - 8 -0 - 10 -7.298931 - 20 -5.11261 - 42 -0.042357 - 0 -VERTEX - 8 -0 - 10 -7.289524 - 20 -5.066971 - 42 --0.119536 - 0 -VERTEX - 8 -0 - 10 -7.230603 - 20 -5.032131 - 42 -0.030559 - 0 -VERTEX - 8 -0 - 10 -7.199606 - 20 -5.018554 - 42 --0.083814 - 0 -VERTEX - 8 -0 - 10 -7.182523 - 20 -5.047168 - 42 -0.0752 - 0 -VERTEX - 8 -0 - 10 -7.166629 - 20 -5.074448 - 42 -0.279964 - 0 -VERTEX - 8 -0 - 10 -7.139661 - 20 -5.08311 - 42 -0.21278 - 0 -VERTEX - 8 -0 - 10 -7.129528 - 20 -5.055689 - 42 -0.071027 - 0 -VERTEX - 8 -0 - 10 -7.136764 - 20 -5.027294 - 42 --0.084032 - 0 -VERTEX - 8 -0 - 10 -7.144272 - 20 -4.995499 - 42 --0.13018 - 0 -VERTEX - 8 -0 - 10 -7.068189 - 20 -4.841026 - 42 -0.131874 - 0 -VERTEX - 8 -0 - 10 -7.037064 - 20 -4.894342 - 42 -0.062661 - 0 -VERTEX - 8 -0 - 10 -6.985189 - 20 -4.935554 - 42 -0.423302 - 0 -VERTEX - 8 -0 - 10 -6.945994 - 20 -4.900971 - 42 --0.449038 - 0 -VERTEX - 8 -0 - 10 -6.945562 - 20 -4.886017 - 42 --0.124843 - 0 -VERTEX - 8 -0 - 10 -6.9307 - 20 -4.887682 - 42 -0.10028 - 0 -VERTEX - 8 -0 - 10 -6.918328 - 20 -4.889443 - 42 -0.067327 - 0 -VERTEX - 8 -0 - 10 -6.880574 - 20 -4.932672 - 42 -0.192908 - 0 -VERTEX - 8 -0 - 10 -6.830715 - 20 -4.951693 - 42 -0.66063 - 0 -VERTEX - 8 -0 - 10 -6.826581 - 20 -4.92322 - 42 --0.301125 - 0 -VERTEX - 8 -0 - 10 -6.835328 - 20 -4.89636 - 42 --0.181975 - 0 -VERTEX - 8 -0 - 10 -6.752328 - 20 -4.695775 - 42 -0.159213 - 0 -VERTEX - 8 -0 - 10 -6.729315 - 20 -4.769711 - 42 -0.049802 - 0 -VERTEX - 8 -0 - 10 -6.676628 - 20 -4.829238 - 42 --0.092171 - 0 -VERTEX - 8 -0 - 10 -6.613993 - 20 -4.907888 - 42 -0.169869 - 0 -VERTEX - 8 -0 - 10 -6.594396 - 20 -4.915669 - 42 -0.415913 - 0 -VERTEX - 8 -0 - 10 -6.581715 - 20 -4.900971 - 42 --0.068857 - 0 -VERTEX - 8 -0 - 10 -6.605348 - 20 -4.738429 - 42 --0.234138 - 0 -VERTEX - 8 -0 - 10 -6.535604 - 20 -4.596636 - 42 --0.05551 - 0 -VERTEX - 8 -0 - 10 -6.492859 - 20 -4.672676 - 42 -0.041888 - 0 -VERTEX - 8 -0 - 10 -6.458033 - 20 -4.737424 - 42 -0.1286 - 0 -VERTEX - 8 -0 - 10 -6.404187 - 20 -4.785692 - 42 -0.306568 - 0 -VERTEX - 8 -0 - 10 -6.387188 - 20 -4.763927 - 42 -0.106933 - 0 -VERTEX - 8 -0 - 10 -6.395599 - 20 -4.738093 - 42 --0.16567 - 0 -VERTEX - 8 -0 - 10 -6.404187 - 20 -4.702692 - 42 --0.147028 - 0 -VERTEX - 8 -0 - 10 -6.415291 - 20 -4.67175 - 42 --0.035963 - 0 -VERTEX - 8 -0 - 10 -6.415369 - 20 -4.6333 - 42 -0.040822 - 0 -VERTEX - 8 -0 - 10 -6.415715 - 20 -4.592025 - 42 -0.395787 - 0 -VERTEX - 8 -0 - 10 -6.403072 - 20 -4.568407 - 42 --0.346196 - 0 -VERTEX - 8 -0 - 10 -6.397271 - 20 -4.552832 - 42 -0.16467 - 0 -VERTEX - 8 -0 - 10 -6.264125 - 20 -4.735547 - 42 -0.124527 - 0 -VERTEX - 8 -0 - 10 -6.044521 - 20 -4.817971 - 42 --0.214627 - 0 -VERTEX - 8 -0 - 10 -6.016079 - 20 -4.845253 - 42 --0.047009 - 0 -VERTEX - 8 -0 - 10 -6.000904 - 20 -4.889082 - 42 -0.115997 - 0 -VERTEX - 8 -0 - 10 -5.984086 - 20 -4.929573 - 42 -0.325696 - 0 -VERTEX - 8 -0 - 10 -5.970486 - 20 -4.93108 - 42 -0.1079 - 0 -VERTEX - 8 -0 - 10 -5.94999 - 20 -4.912497 - 42 -0.086457 - 0 -VERTEX - 8 -0 - 10 -5.98411 - 20 -4.739479 - 42 --0.086017 - 0 -VERTEX - 8 -0 - 10 -6.016854 - 20 -4.575886 - 42 --0.094944 - 0 -VERTEX - 8 -0 - 10 -5.953971 - 20 -4.621547 - 42 --0.030661 - 0 -VERTEX - 8 -0 - 10 -5.903178 - 20 -4.683116 - 42 -0.024052 - 0 -VERTEX - 8 -0 - 10 -5.855464 - 20 -4.741887 - 42 -0.32463 - 0 -VERTEX - 8 -0 - 10 -5.841033 - 20 -4.732257 - 42 -0.070854 - 0 -VERTEX - 8 -0 - 10 -5.836539 - 20 -4.711737 - 42 --0.11352 - 0 -VERTEX - 8 -0 - 10 -5.831136 - 20 -4.691111 - 42 --0.410124 - 0 -VERTEX - 8 -0 - 10 -5.811658 - 20 -4.691165 - 42 --0.063158 - 0 -VERTEX - 8 -0 - 10 -5.795433 - 20 -4.72042 - 42 -0.067721 - 0 -VERTEX - 8 -0 - 10 -5.777437 - 20 -4.752294 - 42 -0.204004 - 0 -VERTEX - 8 -0 - 10 -5.744797 - 20 -4.769554 - 42 -0.00677 - 0 -VERTEX - 8 -0 - 10 -5.741006 - 20 -4.747865 - 42 --0.036296 - 0 -VERTEX - 8 -0 - 10 -5.722814 - 20 -4.663242 - 42 --0.297143 - 0 -VERTEX - 8 -0 - 10 -5.710426 - 20 -4.646772 - 42 --0.216332 - 0 -VERTEX - 8 -0 - 10 -5.696381 - 20 -4.675026 - 42 -0.275373 - 0 -VERTEX - 8 -0 - 10 -5.645658 - 20 -4.769554 - 42 -0.297482 - 0 -VERTEX - 8 -0 - 10 -5.62497 - 20 -4.758695 - 42 -0.086267 - 0 -VERTEX - 8 -0 - 10 -5.618591 - 20 -4.734057 - 42 --0.212915 - 0 -VERTEX - 8 -0 - 10 -5.601853 - 20 -4.695775 - 42 --0.002341 - 0 -VERTEX - 8 -0 - 10 -5.589731 - 20 -4.677824 - 42 -0.051185 - 0 -VERTEX - 8 -0 - 10 -5.546519 - 20 -4.603553 - 42 -0.197293 - 0 -VERTEX - 8 -0 - 10 -5.468129 - 20 -4.785692 - 42 --0.261531 - 0 -VERTEX - 8 -0 - 10 -5.242185 - 20 -4.446775 - 42 -0.110848 - 0 -VERTEX - 8 -0 - 10 -5.241891 - 20 -4.529554 - 42 -0.038189 - 0 -VERTEX - 8 -0 - 10 -5.217257 - 20 -4.606897 - 42 --0.04709 - 0 -VERTEX - 8 -0 - 10 -5.191463 - 20 -4.691165 - 42 --0.067968 - 0 -VERTEX - 8 -0 - 10 -5.185375 - 20 -4.697774 - 42 -0.101981 - 0 -VERTEX - 8 -0 - 10 -5.175509 - 20 -4.707496 - 42 -0.420926 - 0 -VERTEX - 8 -0 - 10 -5.163796 - 20 -4.702692 - 42 -0.378347 - 0 -VERTEX - 8 -0 - 10 -5.155933 - 20 -4.668387 - 42 --0.293086 - 0 -VERTEX - 8 -0 - 10 -5.152268 - 20 -4.635831 - 42 -0.027564 - 0 -VERTEX - 8 -0 - 10 -5.11766 - 20 -4.583907 - 42 --0.007041 - 0 -VERTEX - 8 -0 - 10 -5.099057 - 20 -4.554361 - 42 -0.084438 - 0 -VERTEX - 8 -0 - 10 -5.085658 - 20 -4.527501 - 42 -0.504204 - 0 -VERTEX - 8 -0 - 10 -5.08931 - 20 -4.518517 - 42 -0.201198 - 0 -VERTEX - 8 -0 - 10 -5.119414 - 20 -4.539574 - 42 -0.042508 - 0 -VERTEX - 8 -0 - 10 -5.175324 - 20 -4.624303 - 42 --0.243054 - 0 -VERTEX - 8 -0 - 10 -5.20299 - 20 -4.386831 - 42 -0.145587 - 0 -VERTEX - 8 -0 - 10 -5.190199 - 20 -4.356443 - 42 --0.027638 - 0 -VERTEX - 8 -0 - 10 -5.186851 - 20 -4.343025 - 42 -0.384329 - 0 -VERTEX - 8 -0 - 10 -5.21824 - 20 -4.345415 - 42 -0.099015 - 0 -VERTEX - 8 -0 - 10 -5.231956 - 20 -4.379544 - 42 --0.169211 - 0 -VERTEX - 8 -0 - 10 -5.258324 - 20 -4.430636 - 42 -0.14739 - 0 -VERTEX - 8 -0 - 10 -5.382888 - 20 -4.526924 - 42 -0.048951 - 0 -VERTEX - 8 -0 - 10 -5.459425 - 20 -4.663422 - 42 --0.006413 - 0 -VERTEX - 8 -0 - 10 -5.484268 - 20 -4.714219 - 42 --0.128538 - 0 -VERTEX - 8 -0 - 10 -5.514689 - 20 -4.625867 - 42 --0.03156 - 0 -VERTEX - 8 -0 - 10 -5.518865 - 20 -4.524416 - 42 -0.000475 - 0 -VERTEX - 8 -0 - 10 -5.518851 - 20 -4.513636 - 42 -0.591502 - 0 -VERTEX - 8 -0 - 10 -5.530773 - 20 -4.511382 - 42 --0.19229 - 0 -VERTEX - 8 -0 - 10 -5.539601 - 20 -4.513636 - 42 --0.073835 - 0 -VERTEX - 8 -0 - 10 -5.645658 - 20 -4.718832 - 42 --0.202455 - 0 -VERTEX - 8 -0 - 10 -5.666235 - 20 -4.694558 - 42 --0.057123 - 0 -VERTEX - 8 -0 - 10 -5.672545 - 20 -4.660304 - 42 -0.113203 - 0 -VERTEX - 8 -0 - 10 -5.684853 - 20 -4.612775 - 42 --0.073824 - 0 -VERTEX - 8 -0 - 10 -5.678861 - 20 -4.585143 - 42 -0.086694 - 0 -VERTEX - 8 -0 - 10 -5.672852 - 20 -4.555094 - 42 -0.269917 - 0 -VERTEX - 8 -0 - 10 -5.689464 - 20 -4.529775 - 42 -0.425605 - 0 -VERTEX - 8 -0 - 10 -5.709598 - 20 -4.535023 - 42 -0.104933 - 0 -VERTEX - 8 -0 - 10 -5.712137 - 20 -4.557195 - 42 --0.040697 - 0 -VERTEX - 8 -0 - 10 -5.712519 - 20 -4.568969 - 42 --0.003932 - 0 -VERTEX - 8 -0 - 10 -5.730671 - 20 -4.624072 - 42 -0.010346 - 0 -VERTEX - 8 -0 - 10 -5.760935 - 20 -4.718832 - 42 --0.189512 - 0 -VERTEX - 8 -0 - 10 -5.790241 - 20 -4.679946 - 42 -0.230557 - 0 -VERTEX - 8 -0 - 10 -5.827797 - 20 -4.635831 - 42 -0.330957 - 0 -VERTEX - 8 -0 - 10 -5.848721 - 20 -4.647588 - 42 -0.056996 - 0 -VERTEX - 8 -0 - 10 -5.860155 - 20 -4.673491 - 42 --0.010205 - 0 -VERTEX - 8 -0 - 10 -5.862381 - 20 -4.679637 - 42 --0.063577 - 0 -VERTEX - 8 -0 - 10 -5.915288 - 20 -4.622743 - 42 -0.080686 - 0 -VERTEX - 8 -0 - 10 -5.975298 - 20 -4.560858 - 42 -0.277346 - 0 -VERTEX - 8 -0 - 10 -6.056047 - 20 -4.557442 - 42 -0.104042 - 0 -VERTEX - 8 -0 - 10 -6.021824 - 20 -4.703849 - 42 --0.103455 - 0 -VERTEX - 8 -0 - 10 -5.989187 - 20 -4.841026 - 42 -0.204552 - 0 -VERTEX - 8 -0 - 10 -6.046479 - 20 -4.779256 - 42 -0.061384 - 0 -VERTEX - 8 -0 - 10 -6.132379 - 20 -4.754734 - 42 --0.039375 - 0 -VERTEX - 8 -0 - 10 -6.205816 - 20 -4.7359 - 42 --0.131531 - 0 -VERTEX - 8 -0 - 10 -6.265854 - 20 -4.695775 - 42 -0.01261 - 0 -VERTEX - 8 -0 - 10 -6.280946 - 20 -4.675667 - 42 --0.060379 - 0 -VERTEX - 8 -0 - 10 -6.314271 - 20 -4.624303 - 42 -0.710362 - 0 -VERTEX - 8 -0 - 10 -6.299175 - 20 -4.612476 - 42 --0.206008 - 0 -VERTEX - 8 -0 - 10 -6.293521 - 20 -4.596636 - 42 --0.127605 - 0 -VERTEX - 8 -0 - 10 -6.33358 - 20 -4.485105 - 42 --0.038385 - 0 -VERTEX - 8 -0 - 10 -6.337326 - 20 -4.354553 - 42 --0.223923 - 0 -VERTEX - 8 -0 - 10 -6.303586 - 20 -4.394282 - 42 -0.067421 - 0 -VERTEX - 8 -0 - 10 -6.28759 - 20 -4.422573 - 42 -0.206736 - 0 -VERTEX - 8 -0 - 10 -6.258938 - 20 -4.437553 - 42 -0.101935 - 0 -VERTEX - 8 -0 - 10 -6.261318 - 20 -4.378556 - 42 --0.055078 - 0 -VERTEX - 8 -0 - 10 -6.265799 - 20 -4.333311 - 42 --0.176693 - 0 -VERTEX - 8 -0 - 10 -6.249715 - 20 -4.292303 - 42 -0.107993 - 0 -VERTEX - 8 -0 - 10 -6.203604 - 20 -4.326886 - 42 -0.169363 - 0 -VERTEX - 8 -0 - 10 -6.207618 - 20 -4.268614 - 42 --0.075638 - 0 -VERTEX - 8 -0 - 10 -6.215217 - 20 -4.225846 - 42 --0.285505 - 0 -VERTEX - 8 -0 - 10 -6.194381 - 20 -4.193164 - 42 --0.031066 - 0 -VERTEX - 8 -0 - 10 -6.169719 - 20 -4.228425 - 42 -0.029646 - 0 -VERTEX - 8 -0 - 10 -6.142883 - 20 -4.266815 - 42 -0.122975 - 0 -VERTEX - 8 -0 - 10 -6.111382 - 20 -4.292303 - 42 -0.275013 - 0 -VERTEX - 8 -0 - 10 -6.103985 - 20 -4.262906 - 42 -0.103534 - 0 -VERTEX - 8 -0 - 10 -6.121347 - 20 -4.239761 - 42 --0.218536 - 0 -VERTEX - 8 -0 - 10 -6.14366 - 20 -4.197775 - 42 -0.0069 - 0 -VERTEX - 8 -0 - 10 -6.145877 - 20 -4.185902 - 42 --0.061334 - 0 -VERTEX - 8 -0 - 10 -6.150731 - 20 -4.142306 - 42 --0.241984 - 0 -VERTEX - 8 -0 - 10 -6.132132 - 20 -4.105553 - 42 --0.246425 - 0 -VERTEX - 8 -0 - 10 -6.106298 - 20 -4.12994 - 42 -0.12527 - 0 -VERTEX - 8 -0 - 10 -6.09091 - 20 -4.149386 - 42 -0.330503 - 0 -VERTEX - 8 -0 - 10 -6.065271 - 20 -4.142442 - 42 --0.161189 - 0 -VERTEX - 8 -0 - 10 -6.104207 - 20 -4.034908 - 42 --0.049171 - 0 -VERTEX - 8 -0 - 10 -6.095128 - 20 -3.915814 - 42 -0.034358 - 0 -VERTEX - 8 -0 - 10 -6.085563 - 20 -3.815652 - 42 -0.116101 - 0 -VERTEX - 8 -0 - 10 -6.104464 - 20 -3.722829 - 42 -0.230961 - 0 -VERTEX - 8 -0 - 10 -6.109038 - 20 -3.681154 - 42 --0.088866 - 0 -VERTEX - 8 -0 - 10 -6.11679 - 20 -3.654966 - 42 --0.232503 - 0 -VERTEX - 8 -0 - 10 -6.104464 - 20 -3.628301 - 42 -0.119897 - 0 -VERTEX - 8 -0 - 10 -6.026573 - 20 -3.585066 - 42 -0.039239 - 0 -VERTEX - 8 -0 - 10 -5.966818 - 20 -3.520175 - 42 --0.088521 - 0 -VERTEX - 8 -0 - 10 -5.88818 - 20 -3.444046 - 42 --0.259299 - 0 -VERTEX - 8 -0 - 10 -5.779957 - 20 -3.445129 - 42 -0.287925 - 0 -VERTEX - 8 -0 - 10 -5.763213 - 20 -3.429115 - 42 -0.51738 - 0 -VERTEX - 8 -0 - 10 -5.779381 - 20 -3.402356 - 42 -0.192475 - 0 -VERTEX - 8 -0 - 10 -5.899416 - 20 -3.419778 - 42 -0.07439 - 0 -VERTEX - 8 -0 - 10 -5.983749 - 20 -3.495135 - 42 --0.105969 - 0 -VERTEX - 8 -0 - 10 -6.092936 - 20 -3.584496 - 42 -0.031976 - 0 -VERTEX - 8 -0 - 10 -6.15275 - 20 -3.475937 - 42 --0.027105 - 0 -VERTEX - 8 -0 - 10 -6.205831 - 20 -3.381231 - 42 --0.07739 - 0 -VERTEX - 8 -0 - 10 -6.238187 - 20 -3.27555 - 42 --0.096889 - 0 -VERTEX - 8 -0 - 10 -6.133397 - 20 -3.241116 - 42 -0.095123 - 0 -VERTEX - 8 -0 - 10 -6.031422 - 20 -3.207943 - 42 -0.169285 - 0 -VERTEX - 8 -0 - 10 -6.004234 - 20 -3.172434 - 42 -0.140991 - 0 -VERTEX - 8 -0 - 10 -6.005325 - 20 -3.114161 - 42 -0.369528 - 0 -VERTEX - 8 -0 - 10 -6.035459 - 20 -3.110758 - 42 -0.068259 - 0 -VERTEX - 8 -0 - 10 -6.065437 - 20 -3.135586 - 42 --0.012464 - 0 -VERTEX - 8 -0 - 10 -6.076797 - 20 -3.146439 - 42 --0.235865 - 0 -VERTEX - 8 -0 - 10 -6.116715 - 20 -3.18976 - 42 --0.064444 - 0 -VERTEX - 8 -0 - 10 -6.179257 - 20 -3.204056 - 42 -0.039994 - 0 -VERTEX - 8 -0 - 10 -6.22666 - 20 -3.2133 - 42 -0.270739 - 0 -VERTEX - 8 -0 - 10 -6.307419 - 20 -3.223147 - 42 --0.379962 - 0 -VERTEX - 8 -0 - 10 -6.39266 - 20 -3.220217 - 42 -0.004683 - 0 -VERTEX - 8 -0 - 10 -6.430992 - 20 -3.20297 - 42 --0.056602 - 0 -VERTEX - 8 -0 - 10 -6.556553 - 20 -3.135894 - 42 --0.173781 - 0 -VERTEX - 8 -0 - 10 -6.637049 - 20 -3.019633 - 42 --0.112843 - 0 -VERTEX - 8 -0 - 10 -6.665921 - 20 -2.899158 - 42 --0.275049 - 0 -VERTEX - 8 -0 - 10 -6.642905 - 20 -2.856872 - 42 --0.139479 - 0 -VERTEX - 8 -0 - 10 -6.613919 - 20 -2.852885 - 42 --0.073012 - 0 -VERTEX - 8 -0 - 10 -6.570189 - 20 -2.865161 - 42 --0.16885 - 0 -VERTEX - 8 -0 - 10 -6.543143 - 20 -2.827899 - 42 --0.056249 - 0 -VERTEX - 8 -0 - 10 -6.503437 - 20 -2.807146 - 42 -0.035109 - 0 -VERTEX - 8 -0 - 10 -6.47566 - 20 -2.793687 - 42 -0.171598 - 0 -VERTEX - 8 -0 - 10 -6.487187 - 20 -2.838358 - 42 -0.206234 - 0 -VERTEX - 8 -0 - 10 -6.471049 - 20 -2.8813 - 42 --0.02604 - 0 -VERTEX - 8 -0 - 10 -6.463512 - 20 -2.888231 - 42 -0.360369 - 0 -VERTEX - 8 -0 - 10 -6.436465 - 20 -2.897439 - 42 --0.129605 - 0 -VERTEX - 8 -0 - 10 -6.430413 - 20 -2.82856 - 42 --0.234107 - 0 -VERTEX - 8 -0 - 10 -6.381132 - 20 -2.782161 - 42 --0.113346 - 0 -VERTEX - 8 -0 - 10 -6.283871 - 20 -2.771764 - 42 --0.154186 - 0 -VERTEX - 8 -0 - 10 -6.194381 - 20 -2.809828 - 42 --0.178325 - 0 -VERTEX - 8 -0 - 10 -6.092647 - 20 -2.77899 - 42 --0.071516 - 0 -VERTEX - 8 -0 - 10 -5.982269 - 20 -2.7983 - 42 --0.002189 - 0 -VERTEX - 8 -0 - 10 -5.977259 - 20 -2.802806 - 42 -0.28586 - 0 -VERTEX - 8 -0 - 10 -5.910797 - 20 -2.825967 - 42 --0.180787 - 0 -VERTEX - 8 -0 - 10 -5.854949 - 20 -2.823054 - 42 --0.040323 - 0 -VERTEX - 8 -0 - 10 -5.794466 - 20 -2.844654 - 42 -0.001593 - 0 -VERTEX - 8 -0 - 10 -5.783992 - 20 -2.849021 - 42 --0.182736 - 0 -VERTEX - 8 -0 - 10 -5.710176 - 20 -2.873415 - 42 --0.066912 - 0 -VERTEX - 8 -0 - 10 -5.661868 - 20 -2.928602 - 42 -0.043401 - 0 -VERTEX - 8 -0 - 10 -5.625844 - 20 -2.972492 - 42 -0.142114 - 0 -VERTEX - 8 -0 - 10 -5.578797 - 20 -2.998883 - 42 -0.200218 - 0 -VERTEX - 8 -0 - 10 -5.557313 - 20 -3.051373 - 42 -0.082878 - 0 -VERTEX - 8 -0 - 10 -5.514507 - 20 -3.077687 - 42 --0.106248 - 0 -VERTEX - 8 -0 - 10 -5.46975 - 20 -3.106928 - 42 --0.22414 - 0 -VERTEX - 8 -0 - 10 -5.456601 - 20 -3.169494 - 42 -0.09721 - 0 -VERTEX - 8 -0 - 10 -5.411887 - 20 -3.194728 - 42 --0.238401 - 0 -VERTEX - 8 -0 - 10 -5.357462 - 20 -3.240967 - 42 -0.198031 - 0 -VERTEX - 8 -0 - 10 -5.346228 - 20 -3.284304 - 42 -0.069303 - 0 -VERTEX - 8 -0 - 10 -5.314297 - 20 -3.313892 - 42 --0.145246 - 0 -VERTEX - 8 -0 - 10 -5.274462 - 20 -3.35855 - 42 -0.136778 - 0 -VERTEX - 8 -0 - 10 -5.269852 - 20 -3.41763 - 42 -0.251683 - 0 -VERTEX - 8 -0 - 10 -5.230657 - 20 -3.450772 - 42 --0.052982 - 0 -VERTEX - 8 -0 - 10 -5.2146 - 20 -3.499653 - 42 -0.059675 - 0 -VERTEX - 8 -0 - 10 -5.197564 - 20 -3.550148 - 42 -0.19072 - 0 -VERTEX - 8 -0 - 10 -5.159185 - 20 -3.584496 - 42 --0.181583 - 0 -VERTEX - 8 -0 - 10 -5.091747 - 20 -3.59977 - 42 --0.10386 - 0 -VERTEX - 8 -0 - 10 -5.041601 - 20 -3.651357 - 42 --0.24326 - 0 -VERTEX - 8 -0 - 10 -5.03119 - 20 -3.673101 - 42 --0.040346 - 0 -VERTEX - 8 -0 - 10 -5.031972 - 20 -3.706683 - 42 -0.112897 - 0 -VERTEX - 8 -0 - 10 -5.029884 - 20 -3.748659 - 42 -0.316951 - 0 -VERTEX - 8 -0 - 10 -5.018007 - 20 -3.755437 - 42 -0.119397 - 0 -VERTEX - 8 -0 - 10 -4.993185 - 20 -3.745885 - 42 -0.016028 - 0 -VERTEX - 8 -0 - 10 -4.974931 - 20 -3.784658 - 42 --0.043706 - 0 -VERTEX - 8 -0 - 10 -4.944024 - 20 -3.857264 - 42 --0.152232 - 0 -VERTEX - 8 -0 - 10 -4.942462 - 20 -3.932635 - 42 -0.52055 - 0 -VERTEX - 8 -0 - 10 -4.918541 - 20 -3.940993 - 42 -0.243772 - 0 -VERTEX - 8 -0 - 10 -4.903267 - 20 -3.916497 - 42 --0.13209 - 0 -VERTEX - 8 -0 - 10 -4.898572 - 20 -3.90678 - 42 --0.418058 - 0 -VERTEX - 8 -0 - 10 -4.893569 - 20 -3.907098 - 42 --0.081979 - 0 -VERTEX - 8 -0 - 10 -4.882877 - 20 -3.924809 - 42 -0.086945 - 0 -VERTEX - 8 -0 - 10 -4.87099 - 20 -3.944162 - 42 --0.0949 - 0 -VERTEX - 8 -0 - 10 -4.85051 - 20 -4.002654 - 42 --0.028009 - 0 -VERTEX - 8 -0 - 10 -4.844172 - 20 -4.067512 - 42 -0.065252 - 0 -VERTEX - 8 -0 - 10 -4.831794 - 20 -4.153969 - 42 --0.28935 - 0 -VERTEX - 8 -0 - 10 -4.7926 - 20 -4.137831 - 42 --0.146403 - 0 -VERTEX - 8 -0 - 10 -4.776476 - 20 -4.192979 - 42 --0.04141 - 0 -VERTEX - 8 -0 - 10 -4.781286 - 20 -4.253473 - 42 -0.086757 - 0 -VERTEX - 8 -0 - 10 -4.783378 - 20 -4.319969 - 42 -0.100638 - 0 -VERTEX - 8 -0 - 10 -4.746778 - 20 -4.228324 - 42 -0.171949 - 0 -VERTEX - 8 -0 - 10 -4.760322 - 20 -4.126303 - 42 --0.237645 - 0 -VERTEX - 8 -0 - 10 -4.80746 - 20 -4.082742 - 42 --0.070989 - 0 -VERTEX - 8 -0 - 10 -4.819679 - 20 -4.015058 - 42 -0.121831 - 0 -VERTEX - 8 -0 - 10 -4.843324 - 20 -3.921107 - 42 -0.005228 - 0 -VERTEX - 8 -0 - 10 -4.867524 - 20 -3.894486 - 42 --0.04437 - 0 -VERTEX - 8 -0 - 10 -4.924803 - 20 -3.8247 - 42 --0.106737 - 0 -VERTEX - 8 -0 - 10 -4.958601 - 20 -3.734357 - 42 --0.133916 - 0 -VERTEX - 8 -0 - 10 -4.996355 - 20 -3.567492 - 42 --0.070017 - 0 -VERTEX - 8 -0 - 10 -4.970129 - 20 -3.395439 - 42 -0.221055 - 0 -VERTEX - 8 -0 - 10 -4.927079 - 20 -3.457762 - 42 -0.234776 - 0 -VERTEX - 8 -0 - 10 -4.910107 - 20 -3.45923 - 42 -0.447448 - 0 -VERTEX - 8 -0 - 10 -4.910185 - 20 -3.446162 - 42 --0.038455 - 0 -VERTEX - 8 -0 - 10 -4.928356 - 20 -3.323571 - 42 --0.052198 - 0 -VERTEX - 8 -0 - 10 -4.927329 - 20 -3.298381 - 42 --0.326346 - 0 -VERTEX - 8 -0 - 10 -4.920749 - 20 -3.288084 - 42 --0.220154 - 0 -VERTEX - 8 -0 - 10 -4.906953 - 20 -3.299033 - 42 --0.041729 - 0 -VERTEX - 8 -0 - 10 -4.884279 - 20 -3.337583 - 42 -0.338093 - 0 -VERTEX - 8 -0 - 10 -4.870051 - 20 -3.317577 - 42 -0.090481 - 0 -VERTEX - 8 -0 - 10 -4.879179 - 20 -3.290785 - 42 --0.185284 - 0 -VERTEX - 8 -0 - 10 -4.888889 - 20 -3.243056 - 42 --0.091751 - 0 -VERTEX - 8 -0 - 10 -4.866125 - 20 -3.113161 - 42 -0.00404 - 0 -VERTEX - 8 -0 - 10 -4.854851 - 20 -3.074967 - 42 -0.064184 - 0 -VERTEX - 8 -0 - 10 -4.833125 - 20 -3.118391 - 42 --0.062366 - 0 -VERTEX - 8 -0 - 10 -4.810112 - 20 -3.159612 - 42 -0.514146 - 0 -VERTEX - 8 -0 - 10 -4.78965 - 20 -3.15356 - 42 -0.277057 - 0 -VERTEX - 8 -0 - 10 -4.791667 - 20 -3.131944 - 42 --0.15495 - 0 -VERTEX - 8 -0 - 10 -4.818521 - 20 -3.051302 - 42 --0.445398 - 0 -VERTEX - 8 -0 - 10 -4.770833 - 20 -3.013889 - 42 -0.02655 - 0 -VERTEX - 8 -0 - 10 -4.746114 - 20 -3.029063 - 42 --0.390482 - 0 -VERTEX - 8 -0 - 10 -4.743564 - 20 -3.031545 - 42 -0.123969 - 0 -VERTEX - 8 -0 - 10 -4.73025 - 20 -3.059944 - 42 -0.347142 - 0 -VERTEX - 8 -0 - 10 -4.719018 - 20 -3.061432 - 42 -0.167799 - 0 -VERTEX - 8 -0 - 10 -4.713216 - 20 -3.049359 - 42 -0.045614 - 0 -VERTEX - 8 -0 - 10 -4.710674 - 20 -3.005806 - 42 --0.067388 - 0 -VERTEX - 8 -0 - 10 -4.708333 - 20 -2.972222 - 42 --0.424328 - 0 -VERTEX - 8 -0 - 10 -4.692154 - 20 -2.966598 - 42 --0.078966 - 0 -VERTEX - 8 -0 - 10 -4.662158 - 20 -2.982537 - 42 --0.024688 - 0 -VERTEX - 8 -0 - 10 -4.577569 - 20 -3.051716 - 42 -0.012052 - 0 -VERTEX - 8 -0 - 10 -4.508487 - 20 -3.109833 - 42 -0.066414 - 0 -VERTEX - 8 -0 - 10 -4.451378 - 20 -3.146439 - 42 -0.127332 - 0 -VERTEX - 8 -0 - 10 -4.34932 - 20 -3.190095 - 42 --0.135214 - 0 -VERTEX - 8 -0 - 10 -4.257708 - 20 -3.229439 - 42 --0.075745 - 0 -VERTEX - 8 -0 - 10 -4.125763 - 20 -3.264187 - 42 -0.05334 - 0 -VERTEX - 8 -0 - 10 -4.017932 - 20 -3.2963 - 42 -0.080755 - 0 -VERTEX - 8 -0 - 10 -3.886883 - 20 -3.315712 - 42 -0.028314 - 0 -VERTEX - 8 -0 - 10 -3.758559 - 20 -3.306034 - 42 --0.037424 - 0 -VERTEX - 8 -0 - 10 -3.614746 - 20 -3.296878 - 42 --0.106761 - 0 -VERTEX - 8 -0 - 10 -3.471515 - 20 -3.330883 - 42 -0.014532 - 0 -VERTEX - 8 -0 - 10 -3.302202 - 20 -3.325997 - 42 --0.025123 - 0 -VERTEX - 8 -0 - 10 -3.063591 - 20 -3.322581 - 42 --0.08481 - 0 -VERTEX - 8 -0 - 10 -2.83979 - 20 -3.367772 - 42 -0.012609 - 0 -VERTEX - 8 -0 - 10 -2.625457 - 20 -3.360608 - 42 --0.026233 - 0 -VERTEX - 8 -0 - 10 -2.326559 - 20 -3.355949 - 42 --0.077523 - 0 -VERTEX - 8 -0 - 10 -2.032844 - 20 -3.413883 - 42 --0.024921 - 0 -VERTEX - 8 -0 - 10 -1.934532 - 20 -3.458609 - 42 -0.077688 - 0 -VERTEX - 8 -0 - 10 -1.74465 - 20 -3.529161 - 42 --0.072215 - 0 -VERTEX - 8 -0 - 10 -1.631101 - 20 -3.711301 - 42 --0.163024 - 0 -VERTEX - 8 -0 - 10 -1.617844 - 20 -3.928024 - 42 -0.401394 - 0 -VERTEX - 8 -0 - 10 -1.591956 - 20 -3.923767 - 42 -0.104035 - 0 -VERTEX - 8 -0 - 10 -1.58578 - 20 -3.893942 - 42 --0.233457 - 0 -VERTEX - 8 -0 - 10 -1.567121 - 20 -3.845025 - 42 -0.221954 - 0 -VERTEX - 8 -0 - 10 -1.553452 - 20 -3.826497 - 42 --0.29804 - 0 -VERTEX - 8 -0 - 10 -1.539454 - 20 -3.81044 - 42 --0.097837 - 0 -VERTEX - 8 -0 - 10 -1.539454 - 20 -4.446775 - 42 -0.383931 - 0 -VERTEX - 8 -0 - 10 -1.528788 - 20 -4.458294 - 42 -0.141463 - 0 -VERTEX - 8 -0 - 10 -1.518633 - 20 -4.448337 - 42 --0.157444 - 0 -VERTEX - 8 -0 - 10 -1.507176 - 20 -4.437553 - 42 --0.007677 - 0 -VERTEX - 8 -0 - 10 -1.496634 - 20 -4.29388 - 42 -0.025022 - 0 -VERTEX - 8 -0 - 10 -1.483522 - 20 -4.033305 - 42 -0.079956 - 0 -VERTEX - 8 -0 - 10 -1.523315 - 20 -3.782774 - 42 -0.309439 - 0 -VERTEX - 8 -0 - 10 -1.546898 - 20 -3.78312 - 42 -0.103383 - 0 -VERTEX - 8 -0 - 10 -1.560227 - 20 -3.803148 - 42 --0.122592 - 0 -VERTEX - 8 -0 - 10 -1.578649 - 20 -3.828885 - 42 -0.109954 - 0 -VERTEX - 8 -0 - 10 -1.705454 - 20 -3.517635 - 42 --0.027913 - 0 -VERTEX - 8 -0 - 10 -1.668804 - 20 -3.520825 - 42 -0.045606 - 0 -VERTEX - 8 -0 - 10 -1.606315 - 20 -3.524551 - 42 -0.001351 - 0 -VERTEX - 8 -0 - 10 -1.434028 - 20 -3.513889 - 42 -0.11697 - 0 -VERTEX - 8 -0 - 10 -1.218982 - 20 -3.450772 - 42 -0.395297 - 0 -VERTEX - 8 -0 - 10 -1.22609 - 20 -3.434057 - 42 --0.017102 - 0 -VERTEX - 8 -0 - 10 -1.230508 - 20 -3.430024 - 42 --0.092168 - 0 -VERTEX - 8 -0 - 10 -1.653003 - 20 -3.485356 - 42 --0.068461 - 0 -VERTEX - 8 -0 - 10 -1.860792 - 20 -3.44364 - 42 --0.088795 - 0 -VERTEX - 8 -0 - 10 -2.044372 - 20 -3.340106 - 42 -0.090107 - 0 -VERTEX - 8 -0 - 10 -2.067672 - 20 -3.334909 - 42 --0.222652 - 0 -VERTEX - 8 -0 - 10 -2.104317 - 20 -3.319356 - 42 --0.054192 - 0 -VERTEX - 8 -0 - 10 -1.976742 - 20 -3.280417 - 42 -0.012991 - 0 -VERTEX - 8 -0 - 10 -1.91065 - 20 -3.264022 - 42 -0.127055 - 0 -VERTEX - 8 -0 - 10 -1.996071 - 20 -3.260751 - 42 -0.029764 - 0 -VERTEX - 8 -0 - 10 -2.096295 - 20 -3.28645 - 42 --0.019504 - 0 -VERTEX - 8 -0 - 10 -2.186395 - 20 -3.31071 - 42 --0.066035 - 0 -VERTEX - 8 -0 - 10 -2.274928 - 20 -3.319356 - 42 -0.045969 - 0 -VERTEX - 8 -0 - 10 -2.454016 - 20 -3.30496 - 42 -0.014701 - 0 -VERTEX - 8 -0 - 10 -2.637426 - 20 -3.312335 - 42 --0.020778 - 0 -VERTEX - 8 -0 - 10 -2.855929 - 20 -3.319356 - 42 -0.004943 - 0 -VERTEX - 8 -0 - 10 -2.87382 - 20 -3.316443 - 42 --0.039691 - 0 -VERTEX - 8 -0 - 10 -2.924174 - 20 -3.30586 - 42 --0.130392 - 0 -VERTEX - 8 -0 - 10 -2.966596 - 20 -3.280161 - 42 -0.043661 - 0 -VERTEX - 8 -0 - 10 -2.861346 - 20 -3.238312 - 42 --0.03688 - 0 -VERTEX - 8 -0 - 10 -2.760231 - 20 -3.197159 - 42 --0.101703 - 0 -VERTEX - 8 -0 - 10 -2.646124 - 20 -3.185633 - 42 -0.197828 - 0 -VERTEX - 8 -0 - 10 -2.737859 - 20 -3.169955 - 42 -0.051408 - 0 -VERTEX - 8 -0 - 10 -2.838983 - 20 -3.20312 - 42 --0.024844 - 0 -VERTEX - 8 -0 - 10 -2.914584 - 20 -3.230684 - 42 --0.085173 - 0 -VERTEX - 8 -0 - 10 -2.989653 - 20 -3.240967 - 42 --0.064046 - 0 -VERTEX - 8 -0 - 10 -3.152365 - 20 -3.275003 - 42 --0.022119 - 0 -VERTEX - 8 -0 - 10 -3.317199 - 20 -3.28008 - 42 -0.019776 - 0 -VERTEX - 8 -0 - 10 -3.483042 - 20 -3.284772 - 42 -0.005593 - 0 -VERTEX - 8 -0 - 10 -3.508723 - 20 -3.281113 - 42 --0.099103 - 0 -VERTEX - 8 -0 - 10 -3.61446 - 20 -3.252494 - 42 --0.192451 - 0 -VERTEX - 8 -0 - 10 -3.564262 - 20 -3.215475 - 42 --0.058001 - 0 -VERTEX - 8 -0 - 10 -3.499029 - 20 -3.207247 - 42 -0.097546 - 0 -VERTEX - 8 -0 - 10 -3.416181 - 20 -3.19255 - 42 -0.138808 - 0 -VERTEX - 8 -0 - 10 -3.46787 - 20 -3.181286 - 42 -0.033884 - 0 -VERTEX - 8 -0 - 10 -3.527273 - 20 -3.187436 - 42 --0.034326 - 0 -VERTEX - 8 -0 - 10 -3.575265 - 20 -3.19255 - 42 --0.107218 - 0 -VERTEX - 8 -0 - 10 -3.716409 - 20 -3.26006 - 42 --0.074971 - 0 -VERTEX - 8 -0 - 10 -3.874411 - 20 -3.272669 - 42 --0.078574 - 0 -VERTEX - 8 -0 - 10 -4.183932 - 20 -3.197161 - 42 --0.103599 - 0 -VERTEX - 8 -0 - 10 -4.116591 - 20 -3.163029 - 42 --0.031717 - 0 -VERTEX - 8 -0 - 10 -4.040134 - 20 -3.147357 - 42 -0.097713 - 0 -VERTEX - 8 -0 - 10 -3.92571 - 20 -3.114161 - 42 -0.097866 - 0 -VERTEX - 8 -0 - 10 -4.005639 - 20 -3.114551 - 42 -0.026574 - 0 -VERTEX - 8 -0 - 10 -4.092945 - 20 -3.136293 - 42 --0.033192 - 0 -VERTEX - 8 -0 - 10 -4.201426 - 20 -3.16214 - 42 --0.102825 - 0 -VERTEX - 8 -0 - 10 -4.313044 - 20 -3.157967 - 42 --0.035424 - 0 -VERTEX - 8 -0 - 10 -4.364281 - 20 -3.144645 - 42 -0.009218 - 0 -VERTEX - 8 -0 - 10 -4.389126 - 20 -3.137217 - 42 --0.061921 - 0 -VERTEX - 8 -0 - 10 -4.560487 - 20 -3.029252 - 42 --0.049058 - 0 -VERTEX - 8 -0 - 10 -4.771851 - 20 -2.825967 - 42 --0.182837 - 0 -VERTEX - 8 -0 - 10 -4.724298 - 20 -2.770633 - 42 --0.117732 - 0 -VERTEX - 8 -0 - 10 -4.654267 - 20 -2.749882 - 42 --0.029613 - 0 -VERTEX - 8 -0 - 10 -4.648793 - 20 -2.772202 - 42 -0.110958 - 0 -VERTEX - 8 -0 - 10 -4.633517 - 20 -2.814437 - 42 -0.141594 - 0 -VERTEX - 8 -0 - 10 -4.615072 - 20 -2.813285 - 42 -0.484283 - 0 -VERTEX - 8 -0 - 10 -4.610461 - 20 -2.7983 - 42 -0.011845 - 0 -VERTEX - 8 -0 - 10 -4.615607 - 20 -2.785535 - 42 --0.076257 - 0 -VERTEX - 8 -0 - 10 -4.62793 - 20 -2.745348 - 42 --0.311769 - 0 -VERTEX - 8 -0 - 10 -4.610461 - 20 -2.710687 - 42 -0.238991 - 0 -VERTEX - 8 -0 - 10 -4.556222 - 20 -2.680149 - 42 -0.134774 - 0 -VERTEX - 8 -0 - 10 -4.550769 - 20 -2.634188 - 42 --0.159621 - 0 -VERTEX - 8 -0 - 10 -4.544276 - 20 -2.588975 - 42 --0.155158 - 0 -VERTEX - 8 -0 - 10 -4.523789 - 20 -2.573458 - 42 --0.081707 - 0 -VERTEX - 8 -0 - 10 -4.482639 - 20 -2.565972 - 42 -0.095954 - 0 -VERTEX - 8 -0 - 10 -4.205074 - 20 -2.467137 - 42 --0.057858 - 0 -VERTEX - 8 -0 - 10 -4.080651 - 20 -2.412424 - 42 --0.172647 - 0 -VERTEX - 8 -0 - 10 -3.953376 - 20 -2.422493 - 42 --0.076915 - 0 -VERTEX - 8 -0 - 10 -3.874587 - 20 -2.434784 - 42 -0.063057 - 0 -VERTEX - 8 -0 - 10 -3.815043 - 20 -2.445549 - 42 -0.369728 - 0 -VERTEX - 8 -0 - 10 -3.839474 - 20 -2.416322 - 42 --0.274477 - 0 -VERTEX - 8 -0 - 10 -3.858849 - 20 -2.399437 - 42 --0.131786 - 0 -VERTEX - 8 -0 - 10 -3.590908 - 20 -2.349864 - 42 --0.050958 - 0 -VERTEX - 8 -0 - 10 -3.442642 - 20 -2.381276 - 42 --0.02221 - 0 -VERTEX - 8 -0 - 10 -3.254792 - 20 -2.45016 - 42 -0.347042 - 0 -VERTEX - 8 -0 - 10 -3.238852 - 20 -2.432911 - 42 -0.149593 - 0 -VERTEX - 8 -0 - 10 -3.253078 - 20 -2.418217 - 42 --0.141888 - 0 -VERTEX - 8 -0 - 10 -3.270931 - 20 -2.399437 - 42 --0.83465 - 0 -VERTEX - 8 -0 - 10 -3.273957 - 20 -2.392521 - 42 --0.06941 - 0 -VERTEX - 8 -0 - 10 -3.258826 - 20 -2.378687 - 42 --0.029697 - 0 -VERTEX - 8 -0 - 10 -3.215597 - 20 -2.351021 - 42 --0.207081 - 0 -VERTEX - 8 -0 - 10 -2.784457 - 20 -2.417882 - 42 -0.648726 - 0 -VERTEX - 8 -0 - 10 -2.768318 - 20 -2.383299 - 42 -0.053136 - 0 -VERTEX - 8 -0 - 10 -2.784726 - 20 -2.375242 - 42 --0.089642 - 0 -VERTEX - 8 -0 - 10 -2.810705 - 20 -2.360974 - 42 --0.403335 - 0 -VERTEX - 8 -0 - 10 -2.811465 - 20 -2.35282 - 42 --0.1343 - 0 -VERTEX - 8 -0 - 10 -2.795983 - 20 -2.344104 - 42 --0.129064 - 0 -VERTEX - 8 -0 - 10 -2.687541 - 20 -2.317117 - 42 --0.042893 - 0 -VERTEX - 8 -0 - 10 -2.575095 - 20 -2.329351 - 42 -0.075767 - 0 -VERTEX - 8 -0 - 10 -2.413261 - 20 -2.339493 - 42 --0.113491 - 0 -VERTEX - 8 -0 - 10 -2.310226 - 20 -2.351593 - 42 --0.090462 - 0 -VERTEX - 8 -0 - 10 -2.226512 - 20 -2.406354 - 42 -0.310651 - 0 -VERTEX - 8 -0 - 10 -2.214983 - 20 -2.378687 - 42 -0.076481 - 0 -VERTEX - 8 -0 - 10 -2.23434 - 20 -2.364611 - 42 --0.068103 - 0 -VERTEX - 8 -0 - 10 -2.256478 - 20 -2.348646 - 42 --0.222155 - 0 -VERTEX - 8 -0 - 10 -2.265706 - 20 -2.323354 - 42 --0.029258 - 0 -VERTEX - 8 -0 - 10 -2.076354 - 20 -2.313977 - 42 --0.074004 - 0 -VERTEX - 8 -0 - 10 -1.892361 - 20 -2.340278 - 42 --0.116551 - 0 -VERTEX - 8 -0 - 10 -1.807243 - 20 -2.398836 - 42 -0.062416 - 0 -VERTEX - 8 -0 - 10 -1.74926 - 20 -2.445549 - 42 -0.359112 - 0 -VERTEX - 8 -0 - 10 -1.747694 - 20 -2.420197 - 42 -0.084722 - 0 -VERTEX - 8 -0 - 10 -1.769995 - 20 -2.400874 - 42 --0.154081 - 0 -VERTEX - 8 -0 - 10 -1.792039 - 20 -2.379076 - 42 --0.252271 - 0 -VERTEX - 8 -0 - 10 -1.788404 - 20 -2.366336 - 42 --0.093037 - 0 -VERTEX - 8 -0 - 10 -1.767704 - 20 -2.351021 - 42 --0.136716 - 0 -VERTEX - 8 -0 - 10 -1.61489 - 20 -2.36033 - 42 --0.047837 - 0 -VERTEX - 8 -0 - 10 -1.48024 - 20 -2.424228 - 42 -0.024281 - 0 -VERTEX - 8 -0 - 10 -1.385915 - 20 -2.472645 - 42 -0.075521 - 0 -VERTEX - 8 -0 - 10 -1.285843 - 20 -2.500882 - 42 -0.020931 - 0 -VERTEX - 8 -0 - 10 -1.248494 - 20 -2.520255 - 42 --0.098106 - 0 -VERTEX - 8 -0 - 10 -1.179787 - 20 -2.565437 - 42 --0.153116 - 0 -VERTEX - 8 -0 - 10 -1.170968 - 20 -2.534698 - 42 --0.253832 - 0 -VERTEX - 8 -0 - 10 -1.152163 - 20 -2.527006 - 42 --0.101251 - 0 -VERTEX - 8 -0 - 10 -1.100539 - 20 -2.54854 - 42 -0.067707 - 0 -VERTEX - 8 -0 - 10 -1.064508 - 20 -2.565437 - 42 -0.0437 - 0 -VERTEX - 8 -0 - 10 -0.93773 - 20 -2.637999 - 42 --0.053216 - 0 -VERTEX - 8 -0 - 10 -0.789899 - 20 -2.725332 - 42 --0.172077 - 0 -VERTEX - 8 -0 - 10 -0.697925 - 20 -2.865161 - 42 --0.104063 - 0 -VERTEX - 8 -0 - 10 -0.70489 - 20 -3.023521 - 42 -0.40992 - 0 -VERTEX - 8 -0 - 10 -0.693929 - 20 -3.048073 - 42 -0.50288 - 0 -VERTEX - 8 -0 - 10 -0.676162 - 20 -3.031358 - 42 -0.016628 - 0 -VERTEX - 8 -0 - 10 -0.672576 - 20 -2.975388 - 42 --0.064138 - 0 -VERTEX - 8 -0 - 10 -0.661036 - 20 -2.8813 - 42 --0.168392 - 0 -VERTEX - 8 -0 - 10 -0.609161 - 20 -3.03289 - 42 --0.083508 - 0 -VERTEX - 8 -0 - 10 -0.633369 - 20 -3.201772 - 42 -0.021106 - 0 -VERTEX - 8 -0 - 10 -0.676827 - 20 -3.280439 - 42 --0.024054 - 0 -VERTEX - 8 -0 - 10 -0.72559 - 20 -3.367772 - 42 -0.396563 - 0 -VERTEX - 8 -0 - 10 -0.708532 - 20 -3.372543 - 42 -0.107069 - 0 -VERTEX - 8 -0 - 10 -0.696767 - 20 -3.35715 - 42 --0.17197 - 0 -VERTEX - 8 -0 - 10 -0.681786 - 20 -3.340106 - 42 -0.007028 - 0 -VERTEX - 8 -0 - 10 -0.651844 - 20 -3.293319 - 42 --0.030708 - 0 -VERTEX - 8 -0 - 10 -0.582647 - 20 -3.19255 - 42 --0.119093 - 0 -VERTEX - 8 -0 - 10 -0.601874 - 20 -3.298763 - 42 --0.041941 - 0 -VERTEX - 8 -0 - 10 -0.653259 - 20 -3.390312 - 42 -0.023112 - 0 -VERTEX - 8 -0 - 10 -0.693314 - 20 -3.457689 - 42 --0.179413 - 0 -VERTEX - 8 -0 - 10 -0.752082 - 20 -3.563505 - 42 --0.057563 - 0 -VERTEX - 8 -0 - 10 -0.855814 - 20 -3.630751 - 42 -0.066232 - 0 -VERTEX - 8 -0 - 10 -0.967489 - 20 -3.704995 - 42 -0.192827 - 0 -VERTEX - 8 -0 - 10 -1.025315 - 20 -3.828885 - 42 -0.065885 - 0 -VERTEX - 8 -0 - 10 -1.061485 - 20 -3.941694 - 42 -0.071175 - 0 -VERTEX - 8 -0 - 10 -1.080649 - 20 -4.264636 - 42 --0.050735 - 0 -VERTEX - 8 -0 - 10 -1.135399 - 20 -4.466874 - 42 --0.018001 - 0 -VERTEX - 8 -0 - 10 -1.215289 - 20 -4.653537 - 42 -0.016079 - 0 -VERTEX - 8 -0 - 10 -1.291151 - 20 -4.82953 - 42 -0.045761 - 0 -VERTEX - 8 -0 - 10 -1.345787 - 20 -5.018554 - 42 --0.047255 - 0 -VERTEX - 8 -0 - 10 -1.434484 - 20 -5.148151 - 42 -0.031839 - 0 -VERTEX - 8 -0 - 10 -1.513319 - 20 -5.258687 - 42 -0.093871 - 0 -VERTEX - 8 -0 - 10 -1.562511 - 20 -5.387444 - 42 --0.23233 - 0 -VERTEX - 8 -0 - 10 -1.566488 - 20 -5.455775 - 42 --0.08722 - 0 -VERTEX - 8 -0 - 10 -1.611352 - 20 -5.501908 - 42 -0.024244 - 0 -VERTEX - 8 -0 - 10 -1.638594 - 20 -5.525778 - 42 -0.725244 - 0 -VERTEX - 8 -0 - 10 -1.657167 - 20 -5.546029 - 42 --0.269733 - 0 -VERTEX - 8 -0 - 10 -1.66165 - 20 -5.571889 - 42 -0.010065 - 0 -VERTEX - 8 -0 - 10 -1.689257 - 20 -5.615875 - 42 --0.036849 - 0 -VERTEX - 8 -0 - 10 -1.748851 - 20 -5.703621 - 42 --0.113272 - 0 -VERTEX - 8 -0 - 10 -1.832261 - 20 -5.770167 - 42 --0.088646 - 0 -VERTEX - 8 -0 - 10 -1.786219 - 20 -5.679742 - 42 -0.036958 - 0 -VERTEX - 8 -0 - 10 -1.740036 - 20 -5.599556 - 42 --0.055206 - 0 -VERTEX - 8 -0 - 10 -1.697547 - 20 -5.48053 - 42 -0.03006 - 0 -VERTEX - 8 -0 - 10 -1.663389 - 20 -5.394138 - 42 -0.085775 - 0 -VERTEX - 8 -0 - 10 -1.650121 - 20 -5.299833 - 42 -0.349654 - 0 -VERTEX - 8 -0 - 10 -1.639013 - 20 -5.290838 - 42 -0.081447 - 0 -VERTEX - 8 -0 - 10 -1.638945 - 20 -5.273812 - 42 --0.095835 - 0 -VERTEX - 8 -0 - 10 -1.638594 - 20 -5.256026 - 42 -0.342347 - 0 -VERTEX - 8 -0 - 10 -1.651021 - 20 -5.252448 - 42 -0.119267 - 0 -VERTEX - 8 -0 - 10 -1.659133 - 20 -5.262482 - 42 --0.186994 - 0 -VERTEX - 8 -0 - 10 -1.673178 - 20 -5.276776 - 42 --0.156103 - 0 -VERTEX - 8 -0 - 10 -1.756178 - 20 -5.398972 - 42 -0.029087 - 0 -VERTEX - 8 -0 - 10 -1.716983 - 20 -5.232971 - 42 -0.201887 - 0 -VERTEX - 8 -0 - 10 -1.705454 - 20 -5.14536 - 42 -0.181248 - 0 -VERTEX - 8 -0 - 10 -1.748389 - 20 -5.195941 - 42 --0.060356 - 0 -VERTEX - 8 -0 - 10 -1.768602 - 20 -5.228787 - 42 --0.214284 - 0 -VERTEX - 8 -0 - 10 -1.799983 - 20 -5.2445 - 42 --0.009798 - 0 -VERTEX - 8 -0 - 10 -1.777015 - 20 -5.158163 - 42 -0.002468 - 0 -VERTEX - 8 -0 - 10 -1.764257 - 20 -5.111974 - 42 -0.05202 - 0 -VERTEX - 8 -0 - 10 -1.754092 - 20 -5.058677 - 42 -0.104724 - 0 -VERTEX - 8 -0 - 10 -1.755403 - 20 -5.047232 - 42 -0.430252 - 0 -VERTEX - 8 -0 - 10 -1.759916 - 20 -5.044748 - 42 -0.152434 - 0 -VERTEX - 8 -0 - 10 -1.775378 - 20 -5.063143 - 42 -0.045111 - 0 -VERTEX - 8 -0 - 10 -1.794125 - 20 -5.106819 - 42 -0.045976 - 0 -VERTEX - 8 -0 - 10 -1.815216 - 20 -5.18786 - 42 -0.099862 - 0 -VERTEX - 8 -0 - 10 -1.811511 - 20 -5.272167 - 42 -0.434158 - 0 -VERTEX - 8 -0 - 10 -1.778313 - 20 -5.27198 - 42 -0.066832 - 0 -VERTEX - 8 -0 - 10 -1.750336 - 20 -5.239781 - 42 --0.028411 - 0 -VERTEX - 8 -0 - 10 -1.741045 - 20 -5.227727 - 42 --0.752086 - 0 -VERTEX - 8 -0 - 10 -1.736284 - 20 -5.226798 - 42 --0.066784 - 0 -VERTEX - 8 -0 - 10 -1.74465 - 20 -5.283693 - 42 -0.129688 - 0 -VERTEX - 8 -0 - 10 -1.76836 - 20 -5.327228 - 42 -0.036788 - 0 -VERTEX - 8 -0 - 10 -1.777668 - 20 -5.380195 - 42 --0.044567 - 0 -VERTEX - 8 -0 - 10 -1.788456 - 20 -5.438167 - 42 -0.419672 - 0 -VERTEX - 8 -0 - 10 -1.750892 - 20 -5.434163 - 42 -0.056995 - 0 -VERTEX - 8 -0 - 10 -1.716131 - 20 -5.393259 - 42 --0.167418 - 0 -VERTEX - 8 -0 - 10 -1.693314 - 20 -5.369358 - 42 --0.254133 - 0 -VERTEX - 8 -0 - 10 -1.690043 - 20 -5.382455 - 42 --0.031495 - 0 -VERTEX - 8 -0 - 10 -1.693926 - 20 -5.422026 - 42 --0.10418 - 0 -VERTEX - 8 -0 - 10 -1.965983 - 20 -5.876222 - 42 --0.124837 - 0 -VERTEX - 8 -0 - 10 -2.099707 - 20 -5.913111 - 42 -0.004596 - 0 -VERTEX - 8 -0 - 10 -2.140204 - 20 -5.96278 - 42 --0.05371 - 0 -VERTEX - 8 -0 - 10 -2.293875 - 20 -6.12815 - 42 --0.186258 - 0 -VERTEX - 8 -0 - 10 -2.496262 - 20 -6.201307 - 42 --0.001959 - 0 -VERTEX - 8 -0 - 10 -2.470027 - 20 -6.170534 - 42 -0.073589 - 0 -VERTEX - 8 -0 - 10 -2.337178 - 20 -5.979974 - 42 -0.191227 - 0 -VERTEX - 8 -0 - 10 -2.351126 - 20 -5.961078 - 42 --0.020326 - 0 -VERTEX - 8 -0 - 10 -2.353318 - 20 -5.959222 - 42 --0.002587 - 0 -VERTEX - 8 -0 - 10 -2.323714 - 20 -5.909397 - 42 -0.026184 - 0 -VERTEX - 8 -0 - 10 -2.236574 - 20 -5.751708 - 42 -0.074932 - 0 -VERTEX - 8 -0 - 10 -2.182706 - 20 -5.5765 - 42 -0.297991 - 0 -VERTEX - 8 -0 - 10 -2.220605 - 20 -5.574355 - 42 -0.090147 - 0 -VERTEX - 8 -0 - 10 -2.248507 - 20 -5.60288 - 42 --0.150011 - 0 -VERTEX - 8 -0 - 10 -2.286456 - 20 -5.636444 - 42 --0.021325 - 0 -VERTEX - 8 -0 - 10 -2.242473 - 20 -5.505901 - 42 -0.050963 - 0 -VERTEX - 8 -0 - 10 -2.171179 - 20 -5.260637 - 42 --0.267149 - 0 -VERTEX - 8 -0 - 10 -2.181553 - 20 -5.224904 - 42 -0.267172 - 0 -VERTEX - 8 -0 - 10 -2.191929 - 20 -5.189165 - 42 -0.216899 - 0 -VERTEX - 8 -0 - 10 -2.228816 - 20 -5.22836 - 42 --0.216912 - 0 -VERTEX - 8 -0 - 10 -2.265706 - 20 -5.267554 - 42 -0.038465 - 0 -VERTEX - 8 -0 - 10 -2.242229 - 20 -5.166796 - 42 -0.049321 - 0 -VERTEX - 8 -0 - 10 -2.237204 - 20 -5.104211 - 42 -0.3151 - 0 -VERTEX - 8 -0 - 10 -2.24463 - 20 -5.084039 - 42 -0.231995 - 0 -VERTEX - 8 -0 - 10 -2.258306 - 20 -5.103289 - 42 -0.05043 - 0 -VERTEX - 8 -0 - 10 -2.272026 - 20 -5.158972 - 42 --0.00432 - 0 -VERTEX - 8 -0 - 10 -2.282346 - 20 -5.219021 - 42 -0.030461 - 0 -VERTEX - 8 -0 - 10 -2.302594 - 20 -5.366694 - 42 -0.073727 - 0 -VERTEX - 8 -0 - 10 -2.254915 - 20 -5.302773 - 42 --0.050963 - 0 -VERTEX - 8 -0 - 10 -2.210372 - 20 -5.239888 - 42 --0.073256 - 0 -VERTEX - 8 -0 - 10 -2.241399 - 20 -5.426308 - 42 --0.022942 - 0 -VERTEX - 8 -0 - 10 -2.30786 - 20 -5.606076 - 42 -0.006017 - 0 -VERTEX - 8 -0 - 10 -2.341789 - 20 -5.691778 - 42 --0.188496 - 0 -VERTEX - 8 -0 - 10 -2.375023 - 20 -5.758839 - 42 -0.201451 - 0 -VERTEX - 8 -0 - 10 -2.40865 - 20 -5.830111 - 42 -0.243582 - 0 -VERTEX - 8 -0 - 10 -2.370269 - 20 -5.808702 - 42 -0.047292 - 0 -VERTEX - 8 -0 - 10 -2.341706 - 20 -5.76288 - 42 --0.013437 - 0 -VERTEX - 8 -0 - 10 -2.330262 - 20 -5.7425 - 42 --0.089195 - 0 -VERTEX - 8 -0 - 10 -2.291103 - 20 -5.677894 - 42 --0.025351 - 0 -VERTEX - 8 -0 - 10 -2.23667 - 20 -5.620971 - 42 -0.002932 - 0 -VERTEX - 8 -0 - 10 -2.219594 - 20 -5.604167 - 42 --0.110759 - 0 -VERTEX - 8 -0 - 10 -2.313545 - 20 -5.847691 - 42 --0.06028 - 0 -VERTEX - 8 -0 - 10 -2.48704 - 20 -6.051446 - 42 --0.076635 - 0 -VERTEX - 8 -0 - 10 -2.486272 - 20 -6.059473 - 42 -0.310644 - 0 -VERTEX - 8 -0 - 10 -2.480124 - 20 -6.074501 - 42 -0.000044 - 0 -VERTEX - 8 -0 - 10 -2.479099 - 20 -6.07359 - 42 --0.026918 - 0 -VERTEX - 8 -0 - 10 -2.435916 - 20 -6.038206 - 42 --0.119311 - 0 -VERTEX - 8 -0 - 10 -2.385594 - 20 -6.014557 - 42 --0.019764 - 0 -VERTEX - 8 -0 - 10 -2.47897 - 20 -6.136175 - 42 --0.05324 - 0 -VERTEX - 8 -0 - 10 -2.586179 - 20 -6.240501 - 42 --0.129574 - 0 -VERTEX - 8 -0 - 10 -2.592431 - 20 -6.277499 - 42 --0.087706 - 0 -VERTEX - 8 -0 - 10 -2.626035 - 20 -6.331591 - 42 --0.17534 - 0 -VERTEX - 8 -0 - 10 -2.807514 - 20 -6.42264 - 42 -0.05865 - 0 -VERTEX - 8 -0 - 10 -2.955052 - 20 -6.523527 - 42 --0.041188 - 0 -VERTEX - 8 -0 - 10 -3.075728 - 20 -6.61026 - 42 --0.115476 - 0 -VERTEX - 8 -0 - 10 -3.222514 - 20 -6.655503 - 42 -0.059934 - 0 -VERTEX - 8 -0 - 10 -3.443847 - 20 -6.738503 - 42 --0.087536 - 0 -VERTEX - 8 -0 - 10 -3.40648 - 20 -6.658965 - 42 --0.030154 - 0 -VERTEX - 8 -0 - 10 -3.350354 - 20 -6.589804 - 42 -0.020949 - 0 -VERTEX - 8 -0 - 10 -3.293986 - 20 -6.521778 - 42 -0.018721 - 0 -VERTEX - 8 -0 - 10 -3.107056 - 20 -6.353689 - 42 -0.039248 - 0 -VERTEX - 8 -0 - 10 -2.939794 - 20 -6.164418 - 42 -0.06408 - 0 -VERTEX - 8 -0 - 10 -2.817059 - 20 -5.949208 - 42 -0.086421 - 0 -VERTEX - 8 -0 - 10 -2.763707 - 20 -5.703306 - 42 -0.229294 - 0 -VERTEX - 8 -0 - 10 -2.765076 - 20 -5.692355 - 42 -0.509785 - 0 -VERTEX - 8 -0 - 10 -2.772929 - 20 -5.691778 - 42 -0.095578 - 0 -VERTEX - 8 -0 - 10 -2.838639 - 20 -5.770239 - 42 --0.044479 - 0 -VERTEX - 8 -0 - 10 -2.878985 - 20 -5.825501 - 42 --0.026054 - 0 -VERTEX - 8 -0 - 10 -2.864724 - 20 -5.749631 - 42 -0.020914 - 0 -VERTEX - 8 -0 - 10 -2.847472 - 20 -5.659513 - 42 -0.074439 - 0 -VERTEX - 8 -0 - 10 -2.846707 - 20 -5.571889 - 42 --0.080286 - 0 -VERTEX - 8 -0 - 10 -2.844187 - 20 -5.544117 - 42 -0.274907 - 0 -VERTEX - 8 -0 - 10 -2.851318 - 20 -5.509639 - 42 -0.28711 - 0 -VERTEX - 8 -0 - 10 -2.898568 - 20 -5.526005 - 42 --0.182666 - 0 -VERTEX - 8 -0 - 10 -2.934319 - 20 -5.544222 - 42 --0.032039 - 0 -VERTEX - 8 -0 - 10 -2.90819 - 20 -5.410837 - 42 -0.025686 - 0 -VERTEX - 8 -0 - 10 -2.883795 - 20 -5.291683 - 42 -0.072325 - 0 -VERTEX - 8 -0 - 10 -2.883597 - 20 -5.16611 - 42 -0.336901 - 0 -VERTEX - 8 -0 - 10 -2.917925 - 20 -5.152206 - 42 -0.094738 - 0 -VERTEX - 8 -0 - 10 -2.952001 - 20 -5.174449 - 42 --0.166526 - 0 -VERTEX - 8 -0 - 10 -3.001181 - 20 -5.200693 - 42 --0.080539 - 0 -VERTEX - 8 -0 - 10 -3.001328 - 20 -5.114035 - 42 -0.079706 - 0 -VERTEX - 8 -0 - 10 -3.001566 - 20 -5.078886 - 42 -0.427767 - 0 -VERTEX - 8 -0 - 10 -3.00995 - 20 -5.069267 - 42 -0.204134 - 0 -VERTEX - 8 -0 - 10 -3.021513 - 20 -5.082896 - 42 -0.067091 - 0 -VERTEX - 8 -0 - 10 -3.03129 - 20 -5.117493 - 42 -0.203299 - 0 -VERTEX - 8 -0 - 10 -3.012707 - 20 -5.239888 - 42 -0.166797 - 0 -VERTEX - 8 -0 - 10 -2.961561 - 20 -5.21229 - 42 --0.108748 - 0 -VERTEX - 8 -0 - 10 -2.927866 - 20 -5.190737 - 42 --0.280709 - 0 -VERTEX - 8 -0 - 10 -2.91523 - 20 -5.195107 - 42 --0.128175 - 0 -VERTEX - 8 -0 - 10 -2.906653 - 20 -5.216833 - 42 --0.04336 - 0 -VERTEX - 8 -0 - 10 -2.959313 - 20 -5.535926 - 42 -0.001787 - 0 -VERTEX - 8 -0 - 10 -2.973514 - 20 -5.599556 - 42 -0.088413 - 0 -VERTEX - 8 -0 - 10 -2.932322 - 20 -5.577797 - 42 --0.095854 - 0 -VERTEX - 8 -0 - 10 -2.874374 - 20 -5.548833 - 42 --0.084919 - 0 -VERTEX - 8 -0 - 10 -2.877138 - 20 -5.692276 - 42 --0.02994 - 0 -VERTEX - 8 -0 - 10 -2.912173 - 20 -5.82713 - 42 -0.009923 - 0 -VERTEX - 8 -0 - 10 -2.934319 - 20 -5.903889 - 42 -0.675677 - 0 -VERTEX - 8 -0 - 10 -2.906653 - 20 -5.913111 - 42 --0.04235 - 0 -VERTEX - 8 -0 - 10 -2.820282 - 20 -5.781216 - 42 -0.000369 - 0 -VERTEX - 8 -0 - 10 -2.812124 - 20 -5.770167 - 42 --0.091898 - 0 -VERTEX - 8 -0 - 10 -2.823982 - 20 -5.86199 - 42 --0.02776 - 0 -VERTEX - 8 -0 - 10 -2.858528 - 20 -5.952743 - 42 -0.023346 - 0 -VERTEX - 8 -0 - 10 -2.890512 - 20 -6.035307 - 42 --0.080587 - 0 -VERTEX - 8 -0 - 10 -3.015551 - 20 -6.219457 - 42 --0.025708 - 0 -VERTEX - 8 -0 - 10 -3.178277 - 20 -6.375163 - 42 -0.028659 - 0 -VERTEX - 8 -0 - 10 -3.337792 - 20 -6.528696 - 42 --0.015629 - 0 -VERTEX - 8 -0 - 10 -3.318078 - 20 -6.453012 - 42 -0.08929 - 0 -VERTEX - 8 -0 - 10 -3.289375 - 20 -6.272779 - 42 -0.235895 - 0 -VERTEX - 8 -0 - 10 -3.316601 - 20 -6.291274 - 42 --0.056282 - 0 -VERTEX - 8 -0 - 10 -3.325769 - 20 -6.300963 - 42 --0.478783 - 0 -VERTEX - 8 -0 - 10 -3.333179 - 20 -6.300446 - 42 --0.035116 - 0 -VERTEX - 8 -0 - 10 -3.300093 - 20 -6.175556 - 42 -0.049777 - 0 -VERTEX - 8 -0 - 10 -3.262611 - 20 -6.021854 - 42 -0.149048 - 0 -VERTEX - 8 -0 - 10 -3.289375 - 20 -5.864694 - 42 -0.364445 - 0 -VERTEX - 8 -0 - 10 -3.317427 - 20 -5.876394 - 42 --0.009046 - 0 -VERTEX - 8 -0 - 10 -3.321653 - 20 -5.880833 - 42 --0.153057 - 0 -VERTEX - 8 -0 - 10 -3.338032 - 20 -5.857598 - 42 --0.030805 - 0 -VERTEX - 8 -0 - 10 -3.348674 - 20 -5.821934 - 42 -0.044764 - 0 -VERTEX - 8 -0 - 10 -3.363894 - 20 -5.77436 - 42 -0.187684 - 0 -VERTEX - 8 -0 - 10 -3.393125 - 20 -5.7425 - 42 --0.173058 - 0 -VERTEX - 8 -0 - 10 -3.419437 - 20 -5.778524 - 42 --0.398634 - 0 -VERTEX - 8 -0 - 10 -3.43234 - 20 -5.775246 - 42 --0.136885 - 0 -VERTEX - 8 -0 - 10 -3.438833 - 20 -5.747111 - 42 -0.228069 - 0 -VERTEX - 8 -0 - 10 -3.483042 - 20 -5.654889 - 42 --0.025 - 0 -VERTEX - 8 -0 - 10 -3.491573 - 20 -5.658424 - 42 -0.181591 - 0 -VERTEX - 8 -0 - 10 -3.510708 - 20 -5.671028 - 42 -0.096259 - 0 -VERTEX - 8 -0 - 10 -3.570654 - 20 -5.442778 - 42 -0.399106 - 0 -VERTEX - 8 -0 - 10 -3.609849 - 20 -5.465832 - 42 --0.024187 - 0 -VERTEX - 8 -0 - 10 -3.640017 - 20 -5.302992 - 42 -0.036873 - 0 -VERTEX - 8 -0 - 10 -3.678345 - 20 -5.113031 - 42 -0.119442 - 0 -VERTEX - 8 -0 - 10 -3.768932 - 20 -4.951693 - 42 -0.372106 - 0 -VERTEX - 8 -0 - 10 -3.800046 - 20 -4.981965 - 42 --0.069652 - 0 -VERTEX - 8 -0 - 10 -3.808126 - 20 -5.00011 - 42 --0.023761 - 0 -VERTEX - 8 -0 - 10 -3.841447 - 20 -4.880457 - 42 -0.056378 - 0 -VERTEX - 8 -0 - 10 -3.859079 - 20 -4.827186 - 42 -0.103924 - 0 -VERTEX - 8 -0 - 10 -3.866296 - 20 -4.817299 - 42 -0.44263 - 0 -VERTEX - 8 -0 - 10 -3.871714 - 20 -4.817369 - 42 -0.158661 - 0 -VERTEX - 8 -0 - 10 -3.874961 - 20 -4.843751 - 42 -0.049393 - 0 -VERTEX - 8 -0 - 10 -3.864428 - 20 -4.899081 - 42 -0.055476 - 0 -VERTEX - 8 -0 - 10 -3.796599 - 20 -5.08311 - 42 -0.279438 - 0 -VERTEX - 8 -0 - 10 -3.780789 - 20 -5.063471 - 42 -0.06636 - 0 -VERTEX - 8 -0 - 10 -3.78088 - 20 -5.033417 - 42 --0.078523 - 0 -VERTEX - 8 -0 - 10 -3.780458 - 20 -5.00011 - 42 --0.112121 - 0 -VERTEX - 8 -0 - 10 -3.682938 - 20 -5.198482 - 42 --0.032849 - 0 -VERTEX - 8 -0 - 10 -3.642421 - 20 -5.430244 - 42 -0.019301 - 0 -VERTEX - 8 -0 - 10 -3.61446 - 20 -5.608778 - 42 -0.271715 - 0 -VERTEX - 8 -0 - 10 -3.593993 - 20 -5.584702 - 42 -0.065711 - 0 -VERTEX - 8 -0 - 10 -3.592589 - 20 -5.547235 - 42 --0.182837 - 0 -VERTEX - 8 -0 - 10 -3.582181 - 20 -5.488889 - 42 --0.076168 - 0 -VERTEX - 8 -0 - 10 -3.545928 - 20 -5.629004 - 42 --0.021785 - 0 -VERTEX - 8 -0 - 10 -3.535938 - 20 -5.78445 - 42 -0.008276 - 0 -VERTEX - 8 -0 - 10 -3.531457 - 20 -5.880833 - 42 -0.245751 - 0 -VERTEX - 8 -0 - 10 -3.49946 - 20 -5.843241 - 42 -0.060427 - 0 -VERTEX - 8 -0 - 10 -3.493327 - 20 -5.785657 - 42 --0.090785 - 0 -VERTEX - 8 -0 - 10 -3.483042 - 20 -5.714833 - 42 --0.066943 - 0 -VERTEX - 8 -0 - 10 -3.481776 - 20 -5.699584 - 42 --0.881582 - 0 -VERTEX - 8 -0 - 10 -3.478556 - 20 -5.698705 - 42 --0.059954 - 0 -VERTEX - 8 -0 - 10 -3.469721 - 20 -5.71857 - 42 -0.038075 - 0 -VERTEX - 8 -0 - 10 -3.464597 - 20 -5.730972 - 42 --0.100599 - 0 -VERTEX - 8 -0 - 10 -3.453105 - 20 -5.789013 - 42 -0.049687 - 0 -VERTEX - 8 -0 - 10 -3.447739 - 20 -5.829673 - 42 -0.206017 - 0 -VERTEX - 8 -0 - 10 -3.427708 - 20 -5.857778 - 42 -0.059093 - 0 -VERTEX - 8 -0 - 10 -3.415031 - 20 -5.832646 - 42 --0.19455 - 0 -VERTEX - 8 -0 - 10 -3.388514 - 20 -5.797833 - 42 -0.04172 - 0 -VERTEX - 8 -0 - 10 -3.369805 - 20 -5.855258 - 42 --0.049513 - 0 -VERTEX - 8 -0 - 10 -3.344754 - 20 -5.936425 - 42 --0.15122 - 0 -VERTEX - 8 -0 - 10 -3.353931 - 20 -6.023779 - 42 -0.238768 - 0 -VERTEX - 8 -0 - 10 -3.342403 - 20 -6.035775 - 42 -0.271271 - 0 -VERTEX - 8 -0 - 10 -3.332604 - 20 -6.029831 - 42 -0.091627 - 0 -VERTEX - 8 -0 - 10 -3.321653 - 20 -6.003028 - 42 -0.031784 - 0 -VERTEX - 8 -0 - 10 -3.31746 - 20 -5.977104 - 42 --0.175439 - 0 -VERTEX - 8 -0 - 10 -3.298597 - 20 -5.92464 - 42 --0.097031 - 0 -VERTEX - 8 -0 - 10 -3.306537 - 20 -6.119219 - 42 --0.028595 - 0 -VERTEX - 8 -0 - 10 -3.363598 - 20 -6.314233 - 42 -0.004921 - 0 -VERTEX - 8 -0 - 10 -3.388514 - 20 -6.390363 - 42 -0.240394 - 0 -VERTEX - 8 -0 - 10 -3.370272 - 20 -6.384387 - 42 -0.056926 - 0 -VERTEX - 8 -0 - 10 -3.355592 - 20 -6.366125 - 42 --0.172949 - 0 -VERTEX - 8 -0 - 10 -3.321653 - 20 -6.335031 - 42 --0.093444 - 0 -VERTEX - 8 -0 - 10 -3.331576 - 20 -6.414633 - 42 --0.030269 - 0 -VERTEX - 8 -0 - 10 -3.360937 - 20 -6.489982 - 42 -0.044495 - 0 -VERTEX - 8 -0 - 10 -3.393125 - 20 -6.577112 - 42 --0.093712 - 0 -VERTEX - 8 -0 - 10 -3.481313 - 20 -6.693544 - 42 --0.119554 - 0 -VERTEX - 8 -0 - 10 -3.61446 - 20 -6.761558 - 42 -0.22732 - 0 -VERTEX - 8 -0 - 10 -3.583598 - 20 -6.782025 - 42 -0.056548 - 0 -VERTEX - 8 -0 - 10 -3.54029 - 20 -6.783429 - 42 --0.152485 - 0 -VERTEX - 8 -0 - 10 -3.471515 - 20 -6.793836 - 42 -0.001157 - 0 -VERTEX - 8 -0 - 10 -3.486565 - 20 -6.802836 - 42 --0.050821 - 0 -VERTEX - 8 -0 - 10 -3.601576 - 20 -6.861418 - 42 --0.140373 - 0 -VERTEX - 8 -0 - 10 -3.741265 - 20 -6.872225 - 42 -0.501585 - 0 -VERTEX - 8 -0 - 10 -3.750058 - 20 -6.898967 - 42 --0.173489 - 0 -VERTEX - 8 -0 - 10 -3.748182 - 20 -6.920642 - 42 -0.251503 - 0 -VERTEX - 8 -0 - 10 -3.701581 - 20 -6.949817 - 42 --0.114745 - 0 -VERTEX - 8 -0 - 10 -3.665182 - 20 -6.964447 - 42 --0.056256 - 0 -VERTEX - 8 -0 - 10 -3.867693 - 20 -6.969613 - 42 -0.043455 - 0 -VERTEX - 8 -0 - 10 -4.038667 - 20 -6.970944 - 42 -0.140224 - 0 -VERTEX - 8 -0 - 10 -4.19085 - 20 -7.031308 - 42 -0.112568 - 0 -VERTEX - 8 -0 - 10 -4.185661 - 20 -6.982315 - 42 -0.264552 - 0 -VERTEX - 8 -0 - 10 -4.218517 - 20 -6.943697 - 42 --0.128966 - 0 -VERTEX - 8 -0 - 10 -4.245386 - 20 -6.941903 - 42 --0.343756 - 0 -VERTEX - 8 -0 - 10 -4.252147 - 20 -6.929867 - 42 --0.099101 - 0 -VERTEX - 8 -0 - 10 -4.231232 - 20 -6.887266 - 42 -0.128352 - 0 -VERTEX - 8 -0 - 10 -4.206989 - 20 -6.833031 - 42 --0.057273 - 0 -VERTEX - 8 -0 - 10 -4.207326 - 20 -6.803635 - 42 -0.228776 - 0 -VERTEX - 8 -0 - 10 -4.218517 - 20 -6.754642 - 42 -0.083197 - 0 -VERTEX - 8 -0 - 10 -4.235148 - 20 -6.764915 - 42 --0.331549 - 0 -VERTEX - 8 -0 - 10 -4.257708 - 20 -6.770781 - 42 --0.047063 - 0 -VERTEX - 8 -0 - 10 -4.240506 - 20 -6.679181 - 42 -0.061308 - 0 -VERTEX - 8 -0 - 10 -4.222078 - 20 -6.569516 - 42 -0.23232 - 0 -VERTEX - 8 -0 - 10 -4.262322 - 20 -6.477974 - 42 -0.164355 - 0 -VERTEX - 8 -0 - 10 -4.29113 - 20 -6.505068 - 42 --0.119133 - 0 -VERTEX - 8 -0 - 10 -4.313044 - 20 -6.528696 - 42 --0.000045 - 0 -VERTEX - 8 -0 - 10 -4.312879 - 20 -6.527788 - 42 -0.040094 - 0 -VERTEX - 8 -0 - 10 -4.305532 - 20 -6.464384 - 42 -0.166019 - 0 -VERTEX - 8 -0 - 10 -4.322265 - 20 -6.394974 - 42 -0.100825 - 0 -VERTEX - 8 -0 - 10 -4.336869 - 20 -6.40061 - 42 --0.100826 - 0 -VERTEX - 8 -0 - 10 -4.35147 - 20 -6.406245 - 42 --0.516282 - 0 -VERTEX - 8 -0 - 10 -4.35685 - 20 -6.394974 - 42 -0.077122 - 0 -VERTEX - 8 -0 - 10 -4.342728 - 20 -6.319755 - 42 -0.267458 - 0 -VERTEX - 8 -0 - 10 -4.368378 - 20 -6.25664 - 42 --0.142979 - 0 -VERTEX - 8 -0 - 10 -4.395278 - 20 -6.258975 - 42 --0.236933 - 0 -VERTEX - 8 -0 - 10 -4.408325 - 20 -6.246952 - 42 --0.101147 - 0 -VERTEX - 8 -0 - 10 -4.411214 - 20 -6.196993 - 42 -0.09361 - 0 -VERTEX - 8 -0 - 10 -4.414602 - 20 -6.138556 - 42 -0.378734 - 0 -VERTEX - 8 -0 - 10 -4.4606 - 20 -6.113696 - 42 -0.125692 - 0 -VERTEX - 8 -0 - 10 -4.445614 - 20 -6.01081 - 42 -0.096966 - 0 -VERTEX - 8 -0 - 10 -4.472128 - 20 -5.913111 - 42 -0.429327 - 0 -VERTEX - 8 -0 - 10 -4.491931 - 20 -5.918969 - 42 --0.410888 - 0 -VERTEX - 8 -0 - 10 -4.506711 - 20 -5.92464 - 42 --0.107198 - 0 -VERTEX - 8 -0 - 10 -4.504378 - 20 -5.854584 - 42 -0.081421 - 0 -VERTEX - 8 -0 - 10 -4.500538 - 20 -5.798592 - 42 -0.33315 - 0 -VERTEX - 8 -0 - 10 -4.534378 - 20 -5.765556 - 42 -0.129916 - 0 -VERTEX - 8 -0 - 10 -4.55477 - 20 -5.788483 - 42 --0.239418 - 0 -VERTEX - 8 -0 - 10 -4.578182 - 20 -5.809361 - 42 --0.072637 - 0 -VERTEX - 8 -0 - 10 -4.589145 - 20 -5.73609 - 42 -0.000119 - 0 -VERTEX - 8 -0 - 10 -4.589332 - 20 -5.73279 - 42 -0.185165 - 0 -VERTEX - 8 -0 - 10 -4.595226 - 20 -5.714293 - 42 -0.373348 - 0 -VERTEX - 8 -0 - 10 -4.605461 - 20 -5.714243 - 42 -0.296545 - 0 -VERTEX - 8 -0 - 10 -4.614633 - 20 -5.744049 - 42 --0.107324 - 0 -VERTEX - 8 -0 - 10 -4.610461 - 20 -5.880833 - 42 --0.050424 - 0 -VERTEX - 8 -0 - 10 -4.618148 - 20 -5.898605 - 42 -0.12357 - 0 -VERTEX - 8 -0 - 10 -4.6266 - 20 -5.92464 - 42 --0.063159 - 0 -VERTEX - 8 -0 - 10 -4.618907 - 20 -5.930264 - 42 -0.312927 - 0 -VERTEX - 8 -0 - 10 -4.598933 - 20 -5.936168 - 42 -0.047112 - 0 -VERTEX - 8 -0 - 10 -4.582864 - 20 -5.892708 - 42 --0.046724 - 0 -VERTEX - 8 -0 - 10 -4.566092 - 20 -5.847418 - 42 --0.156032 - 0 -VERTEX - 8 -0 - 10 -4.534378 - 20 -5.813972 - 42 --0.084681 - 0 -VERTEX - 8 -0 - 10 -4.53613 - 20 -5.983913 - 42 -0.022979 - 0 -VERTEX - 8 -0 - 10 -4.5436 - 20 -6.062974 - 42 -0.136235 - 0 -VERTEX - 8 -0 - 10 -4.514656 - 20 -6.021424 - 42 --0.044473 - 0 -VERTEX - 8 -0 - 10 -4.499332 - 20 -5.993534 - 42 --0.223767 - 0 -VERTEX - 8 -0 - 10 -4.479044 - 20 -5.979974 - 42 --0.089725 - 0 -VERTEX - 8 -0 - 10 -4.481196 - 20 -6.073084 - 42 --0.032943 - 0 -VERTEX - 8 -0 - 10 -4.50543 - 20 -6.158388 - 42 -0.064555 - 0 -VERTEX - 8 -0 - 10 -4.534378 - 20 -6.279696 - 42 -0.236365 - 0 -VERTEX - 8 -0 - 10 -4.498761 - 20 -6.258186 - 42 -0.071641 - 0 -VERTEX - 8 -0 - 10 -4.482349 - 20 -6.217117 - 42 --0.147167 - 0 -VERTEX - 8 -0 - 10 -4.451378 - 20 -6.1575 - 42 --0.180574 - 0 -VERTEX - 8 -0 - 10 -4.433953 - 20 -6.218487 - 42 --0.04805 - 0 -VERTEX - 8 -0 - 10 -4.445906 - 20 -6.28906 - 42 -0.105355 - 0 -VERTEX - 8 -0 - 10 -4.455989 - 20 -6.394974 - 42 -0.192455 - 0 -VERTEX - 8 -0 - 10 -4.433417 - 20 -6.373388 - 42 -0.057003 - 0 -VERTEX - 8 -0 - 10 -4.423517 - 20 -6.341646 - 42 --0.066242 - 0 -VERTEX - 8 -0 - 10 -4.412244 - 20 -6.307014 - 42 --0.207288 - 0 -VERTEX - 8 -0 - 10 -4.384517 - 20 -6.284307 - 42 --0.069248 - 0 -VERTEX - 8 -0 - 10 -4.38077 - 20 -6.393533 - 42 --0.025647 - 0 -VERTEX - 8 -0 - 10 -4.396044 - 20 -6.494112 - 42 -0.270716 - 0 -VERTEX - 8 -0 - 10 -4.363983 - 20 -6.467533 - 42 --0.202252 - 0 -VERTEX - 8 -0 - 10 -4.333794 - 20 -6.438779 - 42 --0.091896 - 0 -VERTEX - 8 -0 - 10 -4.345917 - 20 -6.541918 - 42 --0.029749 - 0 -VERTEX - 8 -0 - 10 -4.382692 - 20 -6.639624 - 42 -0.003421 - 0 -VERTEX - 8 -0 - 10 -4.396044 - 20 -6.671642 - 42 -0.30836 - 0 -VERTEX - 8 -0 - 10 -4.36416 - 20 -6.666896 - 42 -0.094611 - 0 -VERTEX - 8 -0 - 10 -4.34728 - 20 -6.636648 - 42 --0.115787 - 0 -VERTEX - 8 -0 - 10 -4.322265 - 20 -6.595557 - 42 -0.059833 - 0 -VERTEX - 8 -0 - 10 -4.304884 - 20 -6.567977 - 42 --0.07082 - 0 -VERTEX - 8 -0 - 10 -4.280134 - 20 -6.530366 - 42 --0.54391 - 0 -VERTEX - 8 -0 - 10 -4.250794 - 20 -6.533308 - 42 --0.080329 - 0 -VERTEX - 8 -0 - 10 -4.280185 - 20 -6.744388 - 42 -0.017054 - 0 -VERTEX - 8 -0 - 10 -4.301517 - 20 -6.837642 - 42 -0.339329 - 0 -VERTEX - 8 -0 - 10 -4.273299 - 20 -6.824888 - 42 --0.345817 - 0 -VERTEX - 8 -0 - 10 -4.234656 - 20 -6.809975 - 42 --0.121618 - 0 -VERTEX - 8 -0 - 10 -4.285954 - 20 -6.927847 - 42 --0.046191 - 0 -VERTEX - 8 -0 - 10 -4.368378 - 20 -7.019781 - 42 --0.076668 - 0 -VERTEX - 8 -0 - 10 -4.367609 - 20 -7.02781 - 42 -0.31066 - 0 -VERTEX - 8 -0 - 10 -4.361461 - 20 -7.042836 - 42 -0.114834 - 0 -VERTEX - 8 -0 - 10 -4.304955 - 20 -7.009401 - 42 --0.060539 - 0 -VERTEX - 8 -0 - 10 -4.267535 - 20 -6.983305 - 42 --0.152961 - 0 -VERTEX - 8 -0 - 10 -4.218517 - 20 -6.975975 - 42 --0.218661 - 0 -VERTEX - 8 -0 - 10 -4.235089 - 20 -7.037809 - 42 --0.05414 - 0 -VERTEX - 8 -0 - 10 -4.286508 - 20 -7.089393 - 42 -0.061839 - 0 -VERTEX - 8 -0 - 10 -4.333794 - 20 -7.137364 - 42 -0.133561 - 0 -VERTEX - 8 -0 - 10 -4.202376 - 20 -7.075114 - 42 --0.123375 - 0 -VERTEX - 8 -0 - 10 -4.396044 - 20 -7.319504 - 42 -0.106355 - 0 -VERTEX - 8 -0 - 10 -4.392874 - 20 -7.337948 - 42 -0.469881 - 0 -VERTEX - 8 -0 - 10 -4.3776 - 20 -7.34256 - 42 -0.115826 - 0 -VERTEX - 8 -0 - 10 -4.353068 - 20 -7.33366 - 42 --0.108722 - 0 -VERTEX - 8 -0 - 10 -4.329747 - 20 -7.324988 - 42 --0.419719 - 0 -VERTEX - 8 -0 - 10 -4.325234 - 20 -7.330313 - 42 --0.098985 - 0 -VERTEX - 8 -0 - 10 -4.329183 - 20 -7.347171 - 42 --0.056399 - 0 -VERTEX - 8 -0 - 10 -4.498863 - 20 -7.478499 - 42 -0.013167 - 0 -VERTEX - 8 -0 - 10 -4.582794 - 20 -7.536226 - 42 -0.308544 - 0 -VERTEX - 8 -0 - 10 -4.556527 - 20 -7.557561 - 42 -0.063457 - 0 -VERTEX - 8 -0 - 10 -4.514778 - 20 -7.557151 - 42 --0.073881 - 0 -VERTEX - 8 -0 - 10 -4.479044 - 20 -7.556976 - 42 --0.150646 - 0 -VERTEX - 8 -0 - 10 -4.519609 - 20 -7.606338 - 42 --0.051019 - 0 -VERTEX - 8 -0 - 10 -4.575794 - 20 -7.634697 - 42 -0.095238 - 0 -VERTEX - 8 -0 - 10 -4.645044 - 20 -7.67456 - 42 -0.20419 - 0 -VERTEX - 8 -0 - 10 -4.598233 - 20 -7.68701 - 42 --0.092223 - 0 -VERTEX - 8 -0 - 10 -4.566656 - 20 -7.690699 - 42 --0.085938 - 0 -VERTEX - 8 -0 - 10 -4.65199 - 20 -7.720779 - 42 --0.026492 - 0 -VERTEX - 8 -0 - 10 -4.745612 - 20 -7.731739 - 42 -0.069237 - 0 -VERTEX - 8 -0 - 10 -4.894044 - 20 -7.75756 - 42 --0.309684 - 0 -VERTEX - 8 -0 - 10 -4.918567 - 20 -7.75437 - 42 --0.139165 - 0 -VERTEX - 8 -0 - 10 -4.923535 - 20 -7.733795 - 42 -0.105901 - 0 -VERTEX - 8 -0 - 10 -4.928044 - 20 -7.712306 - 42 -0.293026 - 0 -VERTEX - 8 -0 - 10 -4.949378 - 20 -7.702226 - 42 --0.258145 - 0 -VERTEX - 8 -0 - 10 -4.932594 - 20 -7.676258 - 42 --0.085775 - 0 -VERTEX - 8 -0 - 10 -4.902438 - 20 -7.668817 - 42 -0.199559 - 0 -VERTEX - 8 -0 - 10 -4.859461 - 20 -7.651504 - 42 -0.088152 - 0 -VERTEX - 8 -0 - 10 -4.760322 - 20 -7.584643 - 42 -0.233701 - 0 -VERTEX - 8 -0 - 10 -4.811044 - 20 -7.540837 - 42 -0.102331 - 0 -VERTEX - 8 -0 - 10 -4.76234 - 20 -7.469653 - 42 -0.185565 - 0 -VERTEX - 8 -0 - 10 -4.760322 - 20 -7.379449 - 42 -0.198159 - 0 -VERTEX - 8 -0 - 10 -4.78367 - 20 -7.354377 - 42 -0.075292 - 0 -VERTEX - 8 -0 - 10 -4.815 - 20 -7.347277 - 42 --0.121579 - 0 -VERTEX - 8 -0 - 10 -4.854851 - 20 -7.335643 - 42 --0.003643 - 0 -VERTEX - 8 -0 - 10 -4.849836 - 20 -7.326473 - 42 -0.091944 - 0 -VERTEX - 8 -0 - 10 -4.823428 - 20 -7.260841 - 42 -0.19983 - 0 -VERTEX - 8 -0 - 10 -4.830537 - 20 -7.231262 - 42 -0.185695 - 0 -VERTEX - 8 -0 - 10 -4.866379 - 20 -7.213447 - 42 --0.091225 - 0 -VERTEX - 8 -0 - 10 -4.884888 - 20 -7.213793 - 42 -0.37281 - 0 -VERTEX - 8 -0 - 10 -4.914796 - 20 -7.224976 - 42 -0.299899 - 0 -VERTEX - 8 -0 - 10 -4.904522 - 20 -7.240237 - 42 -0.094812 - 0 -VERTEX - 8 -0 - 10 -4.885761 - 20 -7.242019 - 42 --0.111425 - 0 -VERTEX - 8 -0 - 10 -4.865235 - 20 -7.244404 - 42 --0.297218 - 0 -VERTEX - 8 -0 - 10 -4.854851 - 20 -7.264169 - 42 --0.256235 - 0 -VERTEX - 8 -0 - 10 -4.877178 - 20 -7.309232 - 42 -0.255756 - 0 -VERTEX - 8 -0 - 10 -4.898657 - 20 -7.351782 - 42 -0.194842 - 0 -VERTEX - 8 -0 - 10 -4.87193 - 20 -7.370717 - 42 -0.05477 - 0 -VERTEX - 8 -0 - 10 -4.837132 - 20 -7.375009 - 42 --0.119313 - 0 -VERTEX - 8 -0 - 10 -4.795968 - 20 -7.383093 - 42 --0.317261 - 0 -VERTEX - 8 -0 - 10 -4.783378 - 20 -7.42556 - 42 --0.235328 - 0 -VERTEX - 8 -0 - 10 -4.843324 - 20 -7.517782 - 42 -0.225075 - 0 -VERTEX - 8 -0 - 10 -4.898657 - 20 -7.536226 - 42 -0.376759 - 0 -VERTEX - 8 -0 - 10 -4.887959 - 20 -7.555753 - 42 -0.073669 - 0 -VERTEX - 8 -0 - 10 -4.858174 - 20 -7.561138 - 42 --0.198703 - 0 -VERTEX - 8 -0 - 10 -4.804128 - 20 -7.580032 - 42 --0.210957 - 0 -VERTEX - 8 -0 - 10 -4.930933 - 20 -7.639976 - 42 --0.079376 - 0 -VERTEX - 8 -0 - 10 -4.997091 - 20 -7.602382 - 42 -0.100034 - 0 -VERTEX - 8 -0 - 10 -5.069268 - 20 -7.563893 - 42 --0.153187 - 0 -VERTEX - 8 -0 - 10 -5.091005 - 20 -7.51039 - 42 --0.043158 - 0 -VERTEX - 8 -0 - 10 -5.091086 - 20 -7.447681 - 42 -0.08262 - 0 -VERTEX - 8 -0 - 10 -5.095188 - 20 -7.365677 - 42 -0.254168 - 0 -VERTEX - 8 -0 - 10 -5.152268 - 20 -7.307976 - 42 -0.266843 - 0 -VERTEX - 8 -0 - 10 -5.141901 - 20 -7.259159 - 42 -0.084589 - 0 -VERTEX - 8 -0 - 10 -5.167826 - 20 -7.216467 - 42 --0.098901 - 0 -VERTEX - 8 -0 - 10 -5.191463 - 20 -7.176558 - 42 -0.182656 - 0 -VERTEX - 8 -0 - 10 -5.238602 - 20 -7.132039 - 42 -0.057761 - 0 -VERTEX - 8 -0 - 10 -5.302627 - 20 -7.114759 - 42 --0.089165 - 0 -VERTEX - 8 -0 - 10 -5.377582 - 20 -7.091389 - 42 --0.239673 - 0 -VERTEX - 8 -0 - 10 -5.419714 - 20 -7.019781 - 42 -0.156346 - 0 -VERTEX - 8 -0 - 10 -5.44152 - 20 -7.002533 - 42 -0.027378 - 0 -VERTEX - 8 -0 - 10 -5.476579 - 20 -6.989081 - 42 --0.128399 - 0 -VERTEX - 8 -0 - 10 -5.523824 - 20 -6.965472 - 42 --0.384039 - 0 -VERTEX - 8 -0 - 10 -5.519939 - 20 -6.949328 - 42 --0.084469 - 0 -VERTEX - 8 -0 - 10 -5.484268 - 20 -6.927558 - 42 -0.067322 - 0 -VERTEX - 8 -0 - 10 -5.216535 - 20 -6.692391 - 42 -0.049608 - 0 -VERTEX - 8 -0 - 10 -5.009324 - 20 -6.394974 - 42 -0.257503 - 0 -VERTEX - 8 -0 - 10 -5.010867 - 20 -6.379895 - 42 -0.505664 - 0 -VERTEX - 8 -0 - 10 -5.020851 - 20 -6.383446 - 42 --0.03964 - 0 -VERTEX - 8 -0 - 10 -5.259477 - 20 -6.700461 - 42 --0.095527 - 0 -VERTEX - 8 -0 - 10 -5.574186 - 20 -6.948308 - 42 -0.162148 - 0 -VERTEX - 8 -0 - 10 -5.641047 - 20 -6.865308 - 42 -0.090864 - 0 -VERTEX - 8 -0 - 10 -5.396657 - 20 -6.624377 - 42 -0.069155 - 0 -VERTEX - 8 -0 - 10 -5.242185 - 20 -6.328112 - 42 -0.354249 - 0 -VERTEX - 8 -0 - 10 -5.244718 - 20 -6.317617 - 42 -0.330915 - 0 -VERTEX - 8 -0 - 10 -5.255385 - 20 -6.328112 - 42 --0.142774 - 0 -VERTEX - 8 -0 - 10 -5.657185 - 20 -6.844558 - 42 --0.070597 - 0 -VERTEX - 8 -0 - 10 -5.722812 - 20 -6.832273 - 42 -0.083242 - 0 -VERTEX - 8 -0 - 10 -5.783992 - 20 -6.821503 - 42 -0.033677 - 0 -VERTEX - 8 -0 - 10 -5.647343 - 20 -6.651241 - 42 -0.064757 - 0 -VERTEX - 8 -0 - 10 -5.544125 - 20 -6.455539 - 42 --0.938483 - 0 -VERTEX - 8 -0 - 10 -5.557683 - 20 -6.448319 - 42 --0.0463 - 0 -VERTEX - 8 -0 - 10 -5.678805 - 20 -6.66258 - 42 --0.037751 - 0 -VERTEX - 8 -0 - 10 -5.755396 - 20 -6.757288 - 42 --0.073783 - 0 -VERTEX - 8 -0 - 10 -5.834714 - 20 -6.821503 - 42 --0.175355 - 0 -VERTEX - 8 -0 - 10 -6.015988 - 20 -6.80911 - 42 --0.072031 - 0 -VERTEX - 8 -0 - 10 -6.171326 - 20 -6.715447 - 42 -0.040725 - 0 -VERTEX - 8 -0 - 10 -6.292173 - 20 -6.677958 - 42 -0.098038 - 0 -VERTEX - 8 -0 - 10 -6.39342 - 20 -6.674918 - 42 -0.126612 - 0 -VERTEX - 8 -0 - 10 -6.482625 - 20 -6.717719 - 42 -0.079232 - 0 -VERTEX - 8 -0 - 10 -6.567349 - 20 -6.817754 - 42 --0.136711 - 0 -VERTEX - 8 -0 - 10 -6.614339 - 20 -6.865135 - 42 --0.204421 - 0 -VERTEX - 8 -0 - 10 -6.692382 - 20 -6.865308 - 42 -0.188267 - 0 -VERTEX - 8 -0 - 10 -6.760798 - 20 -6.916632 - 42 --0.076954 - 0 -VERTEX - 8 -0 - 10 -6.80305 - 20 -6.959836 - 42 -0.144094 - 0 -VERTEX - 8 -0 - 10 -7.033606 - 20 -6.936781 - 42 -0.001354 - 0 -VERTEX - 8 -0 - 10 -7.075945 - 20 -6.911079 - 42 --0.035809 - 0 -VERTEX - 8 -0 - 10 -7.267916 - 20 -6.782458 - 42 --0.100751 - 0 -VERTEX - 8 -0 - 10 -7.416329 - 20 -6.604779 - 42 --0.965322 - 0 -VERTEX - 8 -0 - 10 -7.432468 - 20 -6.616308 - 42 -0.099472 - 0 -VERTEX - 8 -0 - 10 -7.267908 - 20 -6.815162 - 42 -0.04732 - 0 -VERTEX - 8 -0 - 10 -7.056661 - 20 -6.955225 - 42 --0.331758 - 0 -VERTEX - 8 -0 - 10 -7.058629 - 20 -6.972236 - 42 --0.073377 - 0 -VERTEX - 8 -0 - 10 -7.075401 - 20 -6.985051 - 42 -0.149273 - 0 -VERTEX - 8 -0 - 10 -7.095854 - 20 -7.003642 - 42 --0.097399 - 0 -VERTEX - 8 -0 - 10 -7.369658 - 20 -6.862868 - 42 --0.050197 - 0 -VERTEX - 8 -0 - 10 -7.533256 - 20 -6.696147 - 42 -0.003093 - 0 -VERTEX - 8 -0 - 10 -7.562672 - 20 -6.661785 - 42 -0.25046 - 0 -VERTEX - 8 -0 - 10 -7.57498 - 20 -6.653838 - 42 -0.335729 - 0 -VERTEX - 8 -0 - 10 -7.576047 - 20 -6.665128 - 42 -0.085706 - 0 -VERTEX - 8 -0 - 10 -7.388715 - 20 -6.870275 - 42 -0.061384 - 0 -VERTEX - 8 -0 - 10 -7.203901 - 20 -6.987065 - 42 -0.929651 - 0 -VERTEX - 8 -0 - 10 -7.204261 - 20 -6.99798 - 42 --0.039024 - 0 -VERTEX - 8 -0 - 10 -7.237289 - 20 -7.007613 - 42 -0.04213 - 0 -VERTEX - 8 -0 - 10 -7.277994 - 20 -7.019781 - 42 --0.397425 - 0 -VERTEX - 8 -0 - 10 -7.330844 - 20 -7.055251 - 42 --0.082553 - 0 -VERTEX - 8 -0 - 10 -7.403967 - 20 -7.03646 - 42 --0.032689 - 0 -VERTEX - 8 -0 - 10 -7.490435 - 20 -6.993781 - 42 --0.033257 - 0 -VERTEX - 8 -0 - 10 -7.642272 - 20 -6.892975 - 42 -0.161651 - 0 -VERTEX - 8 -0 - 10 -7.667234 - 20 -6.850253 - 42 --0.232843 - 0 -SEQEND - 8 -0 - 0 -ENDSEC - 0 -EOF diff --git a/Examples/Data/Source/Images/Cad/sample.dwg b/Examples/Data/Source/Images/Cad/sample.dwg deleted file mode 100644 index e3120dc..0000000 Binary files a/Examples/Data/Source/Images/Cad/sample.dwg and /dev/null differ diff --git a/Examples/Data/Source/Images/Djvu/sample.djvu b/Examples/Data/Source/Images/Djvu/sample.djvu deleted file mode 100644 index b93d0e4..0000000 Binary files a/Examples/Data/Source/Images/Djvu/sample.djvu and /dev/null differ diff --git a/Examples/Data/Source/Images/Emf/sample.emf b/Examples/Data/Source/Images/Emf/sample.emf deleted file mode 100644 index 0cff65e..0000000 Binary files a/Examples/Data/Source/Images/Emf/sample.emf and /dev/null differ diff --git a/Examples/Data/Source/Images/Gif/sample.gif b/Examples/Data/Source/Images/Gif/sample.gif deleted file mode 100644 index a6cea84..0000000 Binary files a/Examples/Data/Source/Images/Gif/sample.gif and /dev/null differ diff --git a/Examples/Data/Source/Images/JP2/ExifSample.jp2 b/Examples/Data/Source/Images/JP2/ExifSample.jp2 deleted file mode 100644 index 3cbabfc..0000000 Binary files a/Examples/Data/Source/Images/JP2/ExifSample.jp2 and /dev/null differ diff --git a/Examples/Data/Source/Images/Jpeg/ExifSample.jpeg b/Examples/Data/Source/Images/Jpeg/ExifSample.jpeg deleted file mode 100644 index 5b12846..0000000 Binary files a/Examples/Data/Source/Images/Jpeg/ExifSample.jpeg and /dev/null differ diff --git a/Examples/Data/Source/Images/Jpeg/barcode.jpeg b/Examples/Data/Source/Images/Jpeg/barcode.jpeg deleted file mode 100644 index b624318..0000000 Binary files a/Examples/Data/Source/Images/Jpeg/barcode.jpeg and /dev/null differ diff --git a/Examples/Data/Source/Images/Jpeg/canon.jpg b/Examples/Data/Source/Images/Jpeg/canon.jpg deleted file mode 100644 index b696a17..0000000 Binary files a/Examples/Data/Source/Images/Jpeg/canon.jpg and /dev/null differ diff --git a/Examples/Data/Source/Images/Jpeg/nikon.jpg b/Examples/Data/Source/Images/Jpeg/nikon.jpg deleted file mode 100644 index 32a9d4a..0000000 Binary files a/Examples/Data/Source/Images/Jpeg/nikon.jpg and /dev/null differ diff --git a/Examples/Data/Source/Images/Jpeg/panasonic.jpg b/Examples/Data/Source/Images/Jpeg/panasonic.jpg deleted file mode 100644 index 3917771..0000000 Binary files a/Examples/Data/Source/Images/Jpeg/panasonic.jpg and /dev/null differ diff --git a/Examples/Data/Source/Images/Jpeg/sample.jpg b/Examples/Data/Source/Images/Jpeg/sample.jpg deleted file mode 100644 index f2a06bf..0000000 Binary files a/Examples/Data/Source/Images/Jpeg/sample.jpg and /dev/null differ diff --git a/Examples/Data/Source/Images/Jpeg/sony.jpg b/Examples/Data/Source/Images/Jpeg/sony.jpg deleted file mode 100644 index 78a6d2a..0000000 Binary files a/Examples/Data/Source/Images/Jpeg/sony.jpg and /dev/null differ diff --git a/Examples/Data/Source/Images/Png/sample.png b/Examples/Data/Source/Images/Png/sample.png deleted file mode 100644 index 5be29f7..0000000 Binary files a/Examples/Data/Source/Images/Png/sample.png and /dev/null differ diff --git a/Examples/Data/Source/Images/Png/sample2.png b/Examples/Data/Source/Images/Png/sample2.png deleted file mode 100644 index ab53c0c..0000000 Binary files a/Examples/Data/Source/Images/Png/sample2.png and /dev/null differ diff --git a/Examples/Data/Source/Images/Psd/sample.psd b/Examples/Data/Source/Images/Psd/sample.psd deleted file mode 100644 index 37d3be3..0000000 Binary files a/Examples/Data/Source/Images/Psd/sample.psd and /dev/null differ diff --git a/Examples/Data/Source/Images/SampleImages/sample.dwg b/Examples/Data/Source/Images/SampleImages/sample.dwg deleted file mode 100644 index e3120dc..0000000 Binary files a/Examples/Data/Source/Images/SampleImages/sample.dwg and /dev/null differ diff --git a/Examples/Data/Source/Images/SampleImages/sample.gif b/Examples/Data/Source/Images/SampleImages/sample.gif deleted file mode 100644 index a6cea84..0000000 Binary files a/Examples/Data/Source/Images/SampleImages/sample.gif and /dev/null differ diff --git a/Examples/Data/Source/Images/SampleImages/sample.tif b/Examples/Data/Source/Images/SampleImages/sample.tif deleted file mode 100644 index 6251400..0000000 Binary files a/Examples/Data/Source/Images/SampleImages/sample.tif and /dev/null differ diff --git a/Examples/Data/Source/Images/Tiff/sample.tif b/Examples/Data/Source/Images/Tiff/sample.tif deleted file mode 100644 index 6251400..0000000 Binary files a/Examples/Data/Source/Images/Tiff/sample.tif and /dev/null differ diff --git a/Examples/Data/Source/Images/Tiff/sample2.tif b/Examples/Data/Source/Images/Tiff/sample2.tif deleted file mode 100644 index e6be050..0000000 Binary files a/Examples/Data/Source/Images/Tiff/sample2.tif and /dev/null differ diff --git a/Examples/Data/Source/Images/Tiff/sample3.TIF b/Examples/Data/Source/Images/Tiff/sample3.TIF deleted file mode 100644 index 2ea4473..0000000 Binary files a/Examples/Data/Source/Images/Tiff/sample3.TIF and /dev/null differ diff --git a/Examples/Data/Source/Images/WebP/sample.webp b/Examples/Data/Source/Images/WebP/sample.webp deleted file mode 100644 index 0da983e..0000000 Binary files a/Examples/Data/Source/Images/WebP/sample.webp and /dev/null differ diff --git a/Examples/Data/Source/Images/Wmf/sample.wmf b/Examples/Data/Source/Images/Wmf/sample.wmf deleted file mode 100644 index bba324c..0000000 Binary files a/Examples/Data/Source/Images/Wmf/sample.wmf and /dev/null differ diff --git a/Examples/Data/Source/Torrent/Bit Torrent/sample.torrent b/Examples/Data/Source/Torrent/Bit Torrent/sample.torrent deleted file mode 100644 index 4b5170e..0000000 Binary files a/Examples/Data/Source/Torrent/Bit Torrent/sample.torrent and /dev/null differ diff --git a/Examples/Data/Source/Video/Avi/sample.avi b/Examples/Data/Source/Video/Avi/sample.avi deleted file mode 100644 index 289f34f..0000000 Binary files a/Examples/Data/Source/Video/Avi/sample.avi and /dev/null differ diff --git a/Examples/Data/Source/Video/Mov/sample.mov b/Examples/Data/Source/Video/Mov/sample.mov deleted file mode 100644 index 7eb7251..0000000 Binary files a/Examples/Data/Source/Video/Mov/sample.mov and /dev/null differ diff --git a/Examples/Data/Source/XMPFiles/sample.docx b/Examples/Data/Source/XMPFiles/sample.docx deleted file mode 100644 index 7800951..0000000 Binary files a/Examples/Data/Source/XMPFiles/sample.docx and /dev/null differ diff --git a/Examples/Data/Source/XMPFiles/sample.pdf b/Examples/Data/Source/XMPFiles/sample.pdf deleted file mode 100644 index ac1d0e0..0000000 Binary files a/Examples/Data/Source/XMPFiles/sample.pdf and /dev/null differ diff --git a/Examples/Data/Source/XMPFiles/sample.png b/Examples/Data/Source/XMPFiles/sample.png deleted file mode 100644 index 5be29f7..0000000 Binary files a/Examples/Data/Source/XMPFiles/sample.png and /dev/null differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp.Core/GroupDocs.Metadata.Examples.CSharp.Core.csproj b/Examples/GroupDocs.Metadata.Examples.CSharp.Core/GroupDocs.Metadata.Examples.CSharp.Core.csproj new file mode 100644 index 0000000..b9478f1 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp.Core/GroupDocs.Metadata.Examples.CSharp.Core.csproj @@ -0,0 +1,14 @@ + + + + Exe + netcoreapp3.1;net60;net80;net70;net90 + + + + + + + + + diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp.Core/RunExamples.cs b/Examples/GroupDocs.Metadata.Examples.CSharp.Core/RunExamples.cs new file mode 100644 index 0000000..fc36cb9 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp.Core/RunExamples.cs @@ -0,0 +1,398 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + + +using GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Gis; +using GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Svg; + +namespace GroupDocs.Metadata.Examples.CSharp +{ + using BasicUsage; + using QuickStart; + using System; + using AdvancedUsage; + using AdvancedUsage.ExtractingPropertyValues; + using AdvancedUsage.LoadingFiles; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.Wav; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Diagram; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Note; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Spreadsheet; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Psd; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Archive; + using AdvancedUsage.ManagingMetadataForSpecificFormats.BusinessCard; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Cad; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Ebook; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Email; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Font; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg.MakerNote; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Tiff; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Peer2Peer; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Mov; + using AdvancedUsage.SavingFiles; + using AdvancedUsage.WorkingWithMetadataStandards.Exif; + using AdvancedUsage.WorkingWithMetadataStandards.Iptc; + using AdvancedUsage.WorkingWithMetadataStandards.Xmp; + using Migration.ComparingMetadataProperties; + using Migration.ExportingMetadataProperties; + using Migration.ExtractingSpecificMetadataPackages; + using Migration.UsingCustomReplaceHandler; + using Migration.WorkingWithRegularExpressions; + using GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dng; + using GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Raw; + using GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.ThreeD; + + + internal class RunExamples + { + private static void Main() + { + Console.WriteLine("Open RunExamples.cs."); + Console.WriteLine("In Main() method uncomment the example that you want to run."); + Console.WriteLine("====================================================="); + + #region Quick Start + + SetLicenseFromFile.Run(); + //SetLicenseFromStream.Run(); + //SetMeteredLicense.Run(); + + #endregion + + #region Basic Usage + + GetDocumentInfo.Run(); + FindMetadataProperties.Run(); + RemoveMetadataProperties.Run(); + SetMetadataProperties.Run(); + CleanMetadata.Run(); + GenerateFilePreview.Run(); + + #endregion + + #region Advanced Usage + + #region Extracting Property Values + + ExtractUsingType.Run(); + ExtractUsingAcceptor.Run(); + + #endregion + + #region Loading Files + + LoadFromLocalDisk.Run(); + LoadFromStream.Run(); + LoadingFileOfSpecificFormat.Run(); + LoadPasswordProtectedDocument.Run(); + LoadFromUri.Run(); + + #endregion + + #region Saving Files + + SaveFileToOriginalSource.Run(); + SaveFileToSpecifiedLocation.Run(); + SaveFileToSpecifiedStream.Run(); + + #endregion + + ExtractingMetadata.Run(); + UpdatingMetadata.Run(); + RemovingMetadata.Run(); + AddingMetadata.Run(); + SettingMetadata.Run(); + TraverseWholeMetadataTree.Run(); + GettingKnownPropertyDescriptors.Run(); + ExportingMetadataProperties.Run(); + WorkingWithInterpretedValues.Run(); + FindMetadataPropertiesByGroupTag.Run(); + ImportMetadata.Run(); + CopyToMetadata.Run(); + + #region Managing metadata for specific formats + + #region Document + + #region WordProcessing + + WordProcessingReadBuiltInProperties.Run(); + WordProcessingUpdateBuiltInProperties.Run(); + WordProcessingReadCustomProperties.Run(); + WordProcessingUpdateCustomProperties.Run(); + WordProcessingReadInspectionProperties.Run(); + WordProcessingUpdateInspectionProperties.Run(); + WordProcessingReadDublinCoreProperties.Run(); + WordProcessingReadDocumentStatistics.Run(); + WordProcessingUpdateDocumentStatistics.Run(); + WordProcessingReadFileFormatProperties.Run(); + + #endregion + + #region Spreadsheet + + SpreadsheetReadBuiltInProperties.Run(); + SpreadsheetReadCustomProperties.Run(); + SpreadsheetReadFileFormatProperties.Run(); + SpreadsheetReadInspectionProperties.Run(); + SpreadsheetUpdateBuiltInProperties.Run(); + SpreadsheetUpdateCustomProperties.Run(); + SpreadsheetUpdateInspectionProperties.Run(); + + #endregion + + #region Presentation + + PresentationReadBuiltInProperties.Run(); + PresentationReadCustomProperties.Run(); + PresentationReadDocumentStatistics.Run(); + PresentationReadFileFormatProperties.Run(); + PresentationReadInspectionProperties.Run(); + PresentationUpdateBuiltInProperties.Run(); + PresentationUpdateCustomProperties.Run(); + PresentationUpdateInspectionProperties.Run(); + + #endregion + + #region Pdf + + PdfReadBuiltInProperties.Run(); + PdfReadCustomProperties.Run(); + PdfReadDocumentStatistics.Run(); + PdfReadFileFormatProperties.Run(); + PdfReadInspectionProperties.Run(); + PdfUpdateBuiltInProperties.Run(); + PdfUpdateCustomProperties.Run(); + PdfUpdateInspectionProperties.Run(); + + #endregion + + #region Diagram + + DiagramReadBuiltInProperties.Run(); + DiagramReadCustomProperties.Run(); + DiagramReadDocumentStatistics.Run(); + DiagramReadFileFormatProperties.Run(); + DiagramUpdateBuiltInProperties.Run(); + DiagramUpdateCustomProperties.Run(); + + #endregion + + #region Note + + NoteReadInspectionProperties.Run(); + NoteReadDocumentStatistics.Run(); + + #endregion + + #region ProjectManagement + + ProjectManagementReadBuiltInProperties.Run(); + ProjectManagementReadCustomProperties.Run(); + ProjectManagementUpdateBuiltInProperties.Run(); + ProjectManagementUpdateCustomProperties.Run(); + + #endregion + + #endregion + + #region Image + + ImageReadFileFormatProperties.Run(); + + BmpReadHeaderProperties.Run(); + + DicomReadNativeMetadataProperties.Run(); + + GifReadFileFormatProperties.Run(); + + JpegReadImageResourceBlocks.Run(); + JpegDetectBarcodes.Run(); + JpegRemoveImageResourceBlocks.Run(); + + MakerNoteReadAllTags.Run(); + MakerNoteReadCanonProperties.Run(); + MakerNoteReadNikonProperties.Run(); + MakerNoteReadPanasonicProperties.Run(); + MakerNoteReadSonyProperties.Run(); + + Jpeg2000ReadComments.Run(); + + PngReadTextChunks.Run(); + + PsdReadNativeMetadataProperties.Run(); + PsdReadImageResourceBlocks.Run(); + PsdReadBasicExifProperties.Run(); + + TiffReadBasicIptcProperties.Run(); + + Cr2ReadFileFormatProperties.Run(); + + DngReadFileFormatProperties.Run(); + + SvgUpdateXmpProperties.Run(); + + #endregion + + #region Video + + AsfReadNativeMetadataProperties.Run(); + + AviReadHeaderProperties.Run(); + AviReadInfoMetadata.Run(); + + FlvReadHeaderProperties.Run(); + + MatroskaReadNativeMetadataProperties.Run(); + MatroskaReadSubtitles.Run(); + + MovReadQuickTimeAtoms.Run(); + + #endregion + + #region Audio + + MP3ReadID3V1Tag.Run(); + MP3UpdateID3V1Tag.Run(); + MP3RemoveID3V1Tag.Run(); + MP3ReadID3V2Tag.Run(); + MP3UpdateID3V2Tag.Run(); + MP3RemoveID3V2Tag.Run(); + MP3ReadLyricsTag.Run(); + MP3UpdateLyricsTag.Run(); + MP3RemoveLyricsTag.Run(); + MP3ReadApeTag.Run(); + MP3RemoveApeTag.Run(); + MP3ReadMpegAudioMetadata.Run(); + + WavReadNativeMetadataProperties.Run(); + WavReadInfoMetadata.Run(); + + OggReadNativeMetadataProperties.Run(); + + #endregion + + #region Other formats + + ZipReadNativeMetadataProperties.Run(); + ZipUpdateArchiveComment.Run(); + ZipRemoveArchiveComment.Run(); + + VCardReadCardProperties.Run(); + VCardReadCardPropertiesWithParameters.Run(); + VCardFilterCardProperties.Run(); + + CadReadNativeMetadataProperties.Run(); + DxfUpdateNativeMetadataProperties.Run(); + + EpubReadNativeMetadataProperties.Run(); + EpubUpdateNativeMetadataProperties.Run(); + EpubReadDublinCoreProperties.Run(); + EpubUpdateDublinCoreProperties.Run(); + + Fb2ReadProperties.Run(); + MobiReadProperties.Run(); + + EmlReadNativeMetadataProperties.Run(); + MsgReadNativeMetadataProperties.Run(); + EmailRemoveAttachments.Run(); + EmailUpdateEmailFields.Run(); + MsgUpdateEmailFields.Run(); + + OpenTypeReadNativeMetadataProperties.Run(); + OpenTypeReadDigitalSignatureProperties.Run(); + + TorrentReadNativeMetadataProperties.Run(); + TorrentUpdateNativeMetadataProperties.Run(); + + SevenZipReadNativeMetadataProperties.Run(); + RarReadNativeMetadataProperties.Run(); + TarReadNativeMetadataProperties.Run(); + + DaeReadNativeMetadataProperties.Run(); + FbxReadNativeMetadataProperties.Run(); + StlReadNativeMetadataProperties.Run(); + ThreeDSReadNativeMetadataProperties.Run(); + GltfReadNativeMetadataProperties.Run(); + + GisReadNativeMetadataProperties.Run(); + + #endregion + + #endregion + + #region Working with metadata standards + + #region Xmp + + ReadXmpProperties.Run(); + UpdateXmpProperties.Run(); + AddCustomXmpPackage.Run(); + RemoveXmpMetadata.Run(); + + #endregion + + #region Exif + + ReadBasicExifProperties.Run(); + ReadExifTags.Run(); + UpdateExifProperties.Run(); + SetCustomExifTag.Run(); + RemoveExifMetadata.Run(); + ReadSpecificExifTag.Run(); + + #endregion + + #region Iptc + + ReadBasicIptcProperties.Run(); + ReadIptcDataSets.Run(); + UpdateIptcProperties.Run(); + SetCustomIptcDataSet.Run(); + AddRepeatableIptcDataSet.Run(); + RemoveIptcMetadata.Run(); + + #endregion + + #endregion + + #endregion + + #region Migration from old versions + + FindPropertiesByRegex.Run(); + UpdatePropertiesByRegex.Run(); + + GetIntersectionOfExifProperties.Run(); + GetDifferenceOfDocumentProperties.Run(); + + ExportPropertiesToCsv.Run(); + + UpdatePropertyValue.Run(); + + ExtractPackageUsingCommonApi.Run(); + + #endregion + + Console.WriteLine(); + Console.WriteLine("All done."); + Console.ReadKey(); + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/GroupDocs.Metadata.Examples.CSharp.Framework.csproj b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/GroupDocs.Metadata.Examples.CSharp.Framework.csproj new file mode 100644 index 0000000..721fdc9 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/GroupDocs.Metadata.Examples.CSharp.Framework.csproj @@ -0,0 +1,99 @@ + + + + + Debug + AnyCPU + {CD03028A-4DC3-48FF-92D7-BAD21C580DAE} + Exe + GroupDocs.Metadata.Examples.CSharp + GroupDocs.Metadata.Examples.CSharp + v4.7.2 + 512 + true + + + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + ..\packages\GroupDocs.Metadata.NETFramework.25.6.0\lib\net472\GroupDocs.Metadata.dll + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll + + + ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + + + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + + ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Text.Encoding.CodePages.6.0.0\lib\net461\System.Text.Encoding.CodePages.dll + + + ..\packages\System.Text.Encodings.Web.6.0.0\lib\net461\System.Text.Encodings.Web.dll + + + ..\packages\System.Text.Json.6.0.0\lib\net461\System.Text.Json.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/Properties/AssemblyInfo.cs b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..6a0617d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("GroupDocs.Metadata.Examples.CSharp")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("GroupDocs.Metadata.Examples.CSharp")] +[assembly: AssemblyCopyright("Copyright © 2021")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("cd03028a-4dc3-48ff-92d7-bad21c580dae")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/RunExamples.cs b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/RunExamples.cs new file mode 100644 index 0000000..1c827ba --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/RunExamples.cs @@ -0,0 +1,399 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + + + +namespace GroupDocs.Metadata.Examples.CSharp +{ + using BasicUsage; + using QuickStart; + using System; + using AdvancedUsage; + using AdvancedUsage.ExtractingPropertyValues; + using AdvancedUsage.LoadingFiles; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.Wav; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Diagram; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Note; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Spreadsheet; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Psd; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Archive; + using AdvancedUsage.ManagingMetadataForSpecificFormats.BusinessCard; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Cad; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Ebook; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Email; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Font; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg.MakerNote; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Tiff; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Peer2Peer; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Mov; + using AdvancedUsage.SavingFiles; + using AdvancedUsage.WorkingWithMetadataStandards.Exif; + using AdvancedUsage.WorkingWithMetadataStandards.Iptc; + using AdvancedUsage.WorkingWithMetadataStandards.Xmp; + using Migration.ComparingMetadataProperties; + using Migration.ExportingMetadataProperties; + using Migration.ExtractingSpecificMetadataPackages; + using Migration.UsingCustomReplaceHandler; + using Migration.WorkingWithRegularExpressions; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dng; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Raw; + using AdvancedUsage.ManagingMetadataForSpecificFormats.ThreeD; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Gis; + using AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Svg; + + + internal class RunExamples + { + private static void Main() + { + Console.WriteLine("Open RunExamples.cs."); + Console.WriteLine("In Main() method uncomment the example that you want to run."); + Console.WriteLine("====================================================="); + + + + #region Quick Start + + SetLicenseFromFile.Run(); + //SetLicenseFromStream.Run(); + //SetMeteredLicense.Run(); + + #endregion + + #region Basic Usage + + GetDocumentInfo.Run(); + FindMetadataProperties.Run(); + RemoveMetadataProperties.Run(); + SetMetadataProperties.Run(); + CleanMetadata.Run(); + GenerateFilePreview.Run(); + + #endregion + + #region Advanced Usage + + #region Extracting Property Values + + ExtractUsingType.Run(); + ExtractUsingAcceptor.Run(); + + #endregion + + #region Loading Files + + LoadFromLocalDisk.Run(); + LoadFromStream.Run(); + LoadingFileOfSpecificFormat.Run(); + LoadPasswordProtectedDocument.Run(); + LoadFromUri.Run(); + + #endregion + + #region Saving Files + + SaveFileToOriginalSource.Run(); + SaveFileToSpecifiedLocation.Run(); + SaveFileToSpecifiedStream.Run(); + + #endregion + + ExtractingMetadata.Run(); + UpdatingMetadata.Run(); + RemovingMetadata.Run(); + AddingMetadata.Run(); + SettingMetadata.Run(); + TraverseWholeMetadataTree.Run(); + GettingKnownPropertyDescriptors.Run(); + ExportingMetadataProperties.Run(); + WorkingWithInterpretedValues.Run(); + FindMetadataPropertiesByGroupTag.Run(); + ImportMetadata.Run(); + CopyToMetadata.Run(); + + #region Managing metadata for specific formats + + #region Document + + #region WordProcessing + + WordProcessingReadBuiltInProperties.Run(); + WordProcessingUpdateBuiltInProperties.Run(); + WordProcessingReadCustomProperties.Run(); + WordProcessingUpdateCustomProperties.Run(); + WordProcessingReadInspectionProperties.Run(); + WordProcessingUpdateInspectionProperties.Run(); + WordProcessingReadDublinCoreProperties.Run(); + WordProcessingReadDocumentStatistics.Run(); + WordProcessingUpdateDocumentStatistics.Run(); + WordProcessingReadFileFormatProperties.Run(); + + #endregion + + #region Spreadsheet + + SpreadsheetReadBuiltInProperties.Run(); + SpreadsheetReadCustomProperties.Run(); + SpreadsheetReadFileFormatProperties.Run(); + SpreadsheetReadInspectionProperties.Run(); + SpreadsheetUpdateBuiltInProperties.Run(); + SpreadsheetUpdateCustomProperties.Run(); + SpreadsheetUpdateInspectionProperties.Run(); + + #endregion + + #region Presentation + + PresentationReadBuiltInProperties.Run(); + PresentationReadCustomProperties.Run(); + PresentationReadDocumentStatistics.Run(); + PresentationReadFileFormatProperties.Run(); + PresentationReadInspectionProperties.Run(); + PresentationUpdateBuiltInProperties.Run(); + PresentationUpdateCustomProperties.Run(); + PresentationUpdateInspectionProperties.Run(); + + #endregion + + #region Pdf + + PdfReadBuiltInProperties.Run(); + PdfReadCustomProperties.Run(); + PdfReadDocumentStatistics.Run(); + PdfReadFileFormatProperties.Run(); + PdfReadInspectionProperties.Run(); + PdfUpdateBuiltInProperties.Run(); + PdfUpdateCustomProperties.Run(); + PdfUpdateInspectionProperties.Run(); + + #endregion + + #region Diagram + + DiagramReadBuiltInProperties.Run(); + DiagramReadCustomProperties.Run(); + DiagramReadDocumentStatistics.Run(); + DiagramReadFileFormatProperties.Run(); + DiagramUpdateBuiltInProperties.Run(); + DiagramUpdateCustomProperties.Run(); + + #endregion + + #region Note + + NoteReadInspectionProperties.Run(); + NoteReadDocumentStatistics.Run(); + + #endregion + + #region ProjectManagement + + ProjectManagementReadBuiltInProperties.Run(); + ProjectManagementReadCustomProperties.Run(); + ProjectManagementUpdateBuiltInProperties.Run(); + ProjectManagementUpdateCustomProperties.Run(); + + #endregion + + #endregion + + #region Image + + ImageReadFileFormatProperties.Run(); + + BmpReadHeaderProperties.Run(); + + DicomReadNativeMetadataProperties.Run(); + + GifReadFileFormatProperties.Run(); + + JpegReadImageResourceBlocks.Run(); + JpegDetectBarcodes.Run(); + JpegRemoveImageResourceBlocks.Run(); + + MakerNoteReadAllTags.Run(); + MakerNoteReadCanonProperties.Run(); + MakerNoteReadNikonProperties.Run(); + MakerNoteReadPanasonicProperties.Run(); + MakerNoteReadSonyProperties.Run(); + + Jpeg2000ReadComments.Run(); + + PngReadTextChunks.Run(); + + PsdReadNativeMetadataProperties.Run(); + PsdReadImageResourceBlocks.Run(); + PsdReadBasicExifProperties.Run(); + + TiffReadBasicIptcProperties.Run(); + + Cr2ReadFileFormatProperties.Run(); + + DngReadFileFormatProperties.Run(); + + SvgUpdateXmpProperties.Run(); + + #endregion + + #region Video + + AsfReadNativeMetadataProperties.Run(); + + AviReadHeaderProperties.Run(); + AviReadInfoMetadata.Run(); + + FlvReadHeaderProperties.Run(); + + MatroskaReadNativeMetadataProperties.Run(); + MatroskaReadSubtitles.Run(); + + MovReadQuickTimeAtoms.Run(); + + #endregion + + #region Audio + + MP3ReadID3V1Tag.Run(); + MP3UpdateID3V1Tag.Run(); + MP3RemoveID3V1Tag.Run(); + MP3ReadID3V2Tag.Run(); + MP3UpdateID3V2Tag.Run(); + MP3RemoveID3V2Tag.Run(); + MP3ReadLyricsTag.Run(); + MP3UpdateLyricsTag.Run(); + MP3RemoveLyricsTag.Run(); + MP3ReadApeTag.Run(); + MP3RemoveApeTag.Run(); + MP3ReadMpegAudioMetadata.Run(); + + WavReadNativeMetadataProperties.Run(); + WavReadInfoMetadata.Run(); + + OggReadNativeMetadataProperties.Run(); + + #endregion + + #region Other formats + + ZipReadNativeMetadataProperties.Run(); + ZipUpdateArchiveComment.Run(); + ZipRemoveArchiveComment.Run(); + + VCardReadCardProperties.Run(); + VCardReadCardPropertiesWithParameters.Run(); + VCardFilterCardProperties.Run(); + + CadReadNativeMetadataProperties.Run(); + DxfUpdateNativeMetadataProperties.Run(); + + EpubReadNativeMetadataProperties.Run(); + EpubUpdateNativeMetadataProperties.Run(); + EpubReadDublinCoreProperties.Run(); + EpubUpdateDublinCoreProperties.Run(); + + Fb2ReadProperties.Run(); + MobiReadProperties.Run(); + + EmlReadNativeMetadataProperties.Run(); + MsgReadNativeMetadataProperties.Run(); + EmailRemoveAttachments.Run(); + EmailUpdateEmailFields.Run(); + MsgUpdateEmailFields.Run(); + + OpenTypeReadNativeMetadataProperties.Run(); + OpenTypeReadDigitalSignatureProperties.Run(); + + TorrentReadNativeMetadataProperties.Run(); + TorrentUpdateNativeMetadataProperties.Run(); + + SevenZipReadNativeMetadataProperties.Run(); + RarReadNativeMetadataProperties.Run(); + TarReadNativeMetadataProperties.Run(); + + DaeReadNativeMetadataProperties.Run(); + FbxReadNativeMetadataProperties.Run(); + StlReadNativeMetadataProperties.Run(); + ThreeDSReadNativeMetadataProperties.Run(); + + GisReadNativeMetadataProperties.Run(); + + #endregion + + #endregion + + #region Working with metadata standards + + #region Xmp + + ReadXmpProperties.Run(); + UpdateXmpProperties.Run(); + AddCustomXmpPackage.Run(); + RemoveXmpMetadata.Run(); + + #endregion + + #region Exif + + ReadBasicExifProperties.Run(); + ReadExifTags.Run(); + UpdateExifProperties.Run(); + SetCustomExifTag.Run(); + RemoveExifMetadata.Run(); + ReadSpecificExifTag.Run(); + + #endregion + + #region Iptc + + ReadBasicIptcProperties.Run(); + ReadIptcDataSets.Run(); + UpdateIptcProperties.Run(); + SetCustomIptcDataSet.Run(); + AddRepeatableIptcDataSet.Run(); + RemoveIptcMetadata.Run(); + + #endregion + + #endregion + + #endregion + + #region Migration from old versions + + FindPropertiesByRegex.Run(); + UpdatePropertiesByRegex.Run(); + + GetIntersectionOfExifProperties.Run(); + GetDifferenceOfDocumentProperties.Run(); + + ExportPropertiesToCsv.Run(); + + UpdatePropertyValue.Run(); + + ExtractPackageUsingCommonApi.Run(); + + #endregion + + Console.WriteLine(); + Console.WriteLine("All done."); + Console.ReadKey(); + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/app.config b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/app.config new file mode 100644 index 0000000..1e14a11 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/app.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/packages.config b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/packages.config new file mode 100644 index 0000000..d33ed6d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp.Framework/packages.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp.sln b/Examples/GroupDocs.Metadata.Examples.CSharp.sln index 1f73e35..9d426b0 100644 --- a/Examples/GroupDocs.Metadata.Examples.CSharp.sln +++ b/Examples/GroupDocs.Metadata.Examples.CSharp.sln @@ -1,22 +1,38 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30114.105 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Metadata.Examples.CSharp", "GroupDocs.Metadata.Examples.CSharp\GroupDocs.Metadata.Examples.CSharp.csproj", "{137FE6FB-B597-44FB-A1B9-B58D00B55FA9}" +Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GroupDocs.Metadata.Examples.CSharp", "GroupDocs.Metadata.Examples.CSharp\GroupDocs.Metadata.Examples.CSharp.shproj", "{A8DC2339-7E3C-4A05-AED3-A5CC30F3813F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Metadata.Examples.CSharp.Framework", "GroupDocs.Metadata.Examples.CSharp.Framework\GroupDocs.Metadata.Examples.CSharp.Framework.csproj", "{CD03028A-4DC3-48FF-92D7-BAD21C580DAE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Metadata.Examples.CSharp.Core", "GroupDocs.Metadata.Examples.CSharp.Core\GroupDocs.Metadata.Examples.CSharp.Core.csproj", "{CE82DD09-C6C8-4494-8D01-BFDD2A6B9AA0}" EndProject Global + GlobalSection(SharedMSBuildProjectFiles) = preSolution + GroupDocs.Metadata.Examples.CSharp\GroupDocs.Metadata.Examples.CSharp.projitems*{a8dc2339-7e3c-4a05-aed3-a5cc30f3813f}*SharedItemsImports = 13 + GroupDocs.Metadata.Examples.CSharp\GroupDocs.Metadata.Examples.CSharp.projitems*{cd03028a-4dc3-48ff-92d7-bad21c580dae}*SharedItemsImports = 4 + GroupDocs.Metadata.Examples.CSharp\GroupDocs.Metadata.Examples.CSharp.projitems*{CE82DD09-C6C8-4494-8D01-BFDD2A6B9AA0}*SharedItemsImports = 5 + EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {137FE6FB-B597-44FB-A1B9-B58D00B55FA9}.Debug|x86.ActiveCfg = Debug|x86 - {137FE6FB-B597-44FB-A1B9-B58D00B55FA9}.Debug|x86.Build.0 = Debug|x86 - {137FE6FB-B597-44FB-A1B9-B58D00B55FA9}.Release|x86.ActiveCfg = Release|x86 - {137FE6FB-B597-44FB-A1B9-B58D00B55FA9}.Release|x86.Build.0 = Release|x86 + {CD03028A-4DC3-48FF-92D7-BAD21C580DAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CD03028A-4DC3-48FF-92D7-BAD21C580DAE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CD03028A-4DC3-48FF-92D7-BAD21C580DAE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CD03028A-4DC3-48FF-92D7-BAD21C580DAE}.Release|Any CPU.Build.0 = Release|Any CPU + {CE82DD09-C6C8-4494-8D01-BFDD2A6B9AA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CE82DD09-C6C8-4494-8D01-BFDD2A6B9AA0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CE82DD09-C6C8-4494-8D01-BFDD2A6B9AA0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CE82DD09-C6C8-4494-8D01-BFDD2A6B9AA0}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {88D27916-848B-4022-83BA-29E4A22A3C7C} + EndGlobalSection EndGlobal diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp.suo b/Examples/GroupDocs.Metadata.Examples.CSharp.suo deleted file mode 100644 index bce5dea..0000000 Binary files a/Examples/GroupDocs.Metadata.Examples.CSharp.suo and /dev/null differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/APIs.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/APIs.cs deleted file mode 100644 index e8e8c0b..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/APIs.cs +++ /dev/null @@ -1,236 +0,0 @@ -using GroupDocs.Metadata.Examples.CSharp.Utilities; -using GroupDocs.Metadata.Examples.Utilities.CSharp; -using GroupDocs.Metadata; -using GroupDocs.Metadata.Formats.Image; -using GroupDocs.Metadata.Tools; -using System; -using System.Collections.Generic; -using System.Data; -using System.IO; -using System.Linq; -using System.Text; -using System.Text.RegularExpressions; - -namespace GroupDocs.Metadata.Examples.CSharp -{ - public static class APIs - { - public static class Document - { - /// - /// Compares metadata of two documents and displays result - /// - public static void CompareDocument(string firstDocument, string secondDocument, ComparerSearchType type) - { - try - { - //ExStart:ComparisonAPI - firstDocument = Common.MapSourceFilePath(firstDocument); - secondDocument = Common.MapSourceFilePath(secondDocument); - - MetadataPropertyCollection differences = ComparisonFacade.CompareDocuments(firstDocument, secondDocument, type); - - foreach (MetadataProperty property in differences) - { - Console.WriteLine("{0} : {1}", property.Name, property.Value); - } - //ExEnd:ComparisonAPI - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - /// - /// Searches metadata in document - /// - public static void SearchMetadata(string filePath, string propertyName, SearchCondition searchCondition) - { - try - { - //ExStart:DocumentSearchAPI - filePath = Common.MapSourceFilePath(filePath); - - MetadataPropertyCollection properties = SearchFacade.ScanDocument(filePath, propertyName, searchCondition); - - foreach (MetadataProperty property in properties) - { - Console.WriteLine("{0} : {1}", property.Name, property.Value); - } - //ExEnd:DocumentSearchAPI - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - - /// - /// Replaces author name in document using custom ReplaceHandler - /// - public static void ReplaceAuthorName(string filePath) - { - try - { - //ExStart:ReplaceAuthorName - // initialize custom handler, send output path using constructor - IReplaceHandler replaceHandler = new AuthorReplaceHandler(Common.MapDestinationFilePath(filePath)); - - // replace author - int affectedPropertiesCount = SearchFacade.ReplaceInDocument(Common.MapSourceFilePath(filePath), replaceHandler); - //ExEnd:ReplaceAuthorName - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - /// - /// Replaces author name in document using custom ReplaceHandler - /// - public static void ReplaceMetadataProperties(string filePath) - { - try - { - //ExStart:ReplaceMetadataProperties - // replace 'author' value - SearchFacade.ReplaceInDocument(Common.MapSourceFilePath(filePath), "Author", "Jack London", SearchCondition.Matches, Common.MapDestinationFilePath(filePath)); - - // replace all properties contained 'co' to 'some value' - SearchFacade.ReplaceInDocument(Common.MapSourceFilePath(filePath), "co", "some value", SearchCondition.Contains, Common.MapDestinationFilePath(filePath)); - //ExEnd:ReplaceMetadataProperties - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - } - public static class Image - { - /// - /// Searches metadata in image - /// - public static void SearchMetadata(string filePath, string propertyName, SearchCondition searchCondition) - { - try - { - //ExStart:ImageSearchAPI - filePath = Common.MapSourceFilePath(filePath); - - TiffTag[] resolutionTags = SearchFacade.ScanExifTags(filePath, new Regex("^(XResolution|YResolution)$")); - - foreach (TiffTag resolutionTag in resolutionTags) - { - Console.WriteLine("{0} - {1}", resolutionTag.DefinedTag, ((TiffRationalTag)resolutionTag).TagValue[0].Value); - } - //ExEnd:ImageSearchAPI - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - - /// - /// Compares EXIF metadata of two jpeg files - /// - public static void CompareExifMetadata(string firstFile, string secondFile, ComparerSearchType type) - { - try - { - //ExStart:ExifComparisonAPI - firstFile = Common.MapSourceFilePath(firstFile); - secondFile = Common.MapSourceFilePath(secondFile); - - TiffTag[] intersection = ComparisonFacade.CompareExifTags(firstFile, secondFile, ComparerSearchType.Intersection); - - foreach (TiffTag tag in intersection) - { - Console.WriteLine(tag.DefinedTag); - Console.WriteLine(tag.TagType); - Console.WriteLine(tag.GetFormattedValue()); - } - //ExEnd:ExifComparisonAPI - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - } - - /// - /// Exports metadata of specified file into specified type - /// - public static void ExportMetadata(string filePath, int exportType) - { - try - { - //ExStart:ExportMetadataAPI - filePath = Common.MapSourceFilePath(filePath); - - if (exportType == ExportTypes.ToExcel) - { - //ExStart:ExportMetadataToExcel - // path to the output file - string outputPath = Common.MapDestinationFilePath("metadata.xlsx"); - - // export to excel - byte[] content = ExportFacade.ExportToExcel(filePath); - - // write data to the file - File.WriteAllBytes(outputPath, content); - //ExEnd:ExportMetadataToExcel - } - else if (exportType == ExportTypes.ToCSV) - { - //ExStart:ExportMetadataToCVS - // path to the output file - string outputPath = Common.MapDestinationFilePath("metadata.csv"); - - // export to csv - byte[] content = ExportFacade.ExportToCsv(filePath); - - // write data to the file - File.WriteAllBytes(outputPath, content); - //ExEnd:ExportMetadataToCVS - } - else - { - //ExStart:ExportMetadataToDataSet - // export to DataSet - DataSet ds = ExportFacade.ExportToDataSet(filePath); - // get first table - DataTable products = ds.Tables[0]; - - // need to System.Data.DataSetExtension reference - IEnumerable query = - from product in products.AsEnumerable() - select product; - - Console.WriteLine("Properties:"); - foreach (DataRow p in query) - { - Console.Write(p.Field("Metadata property")); - Console.Write(": "); - Console.WriteLine(p.Field("Value")); - } - //ExEnd:ExportMetadataToDataSet - } - //ExEnd:ExportMetadataAPI - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - } -} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/AddingMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/AddingMetadata.cs new file mode 100644 index 0000000..1b2ae04 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/AddingMetadata.cs @@ -0,0 +1,45 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using System; + using System.IO; + using Common; + using Tagging; + + /// + /// This example demonstrates how to add some missing metadata properties to a file regardless of its format. + /// + public static class AddingMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # AddingMetadata : How to add some missing metadata properties to a file regardless of its format.\n"); + foreach (string file in Directory.GetFiles(Constants.InputPath)) + { + using (Metadata metadata = new Metadata(file)) + { + if (metadata.FileFormat != FileFormat.Unknown && !metadata.GetDocumentInfo().IsEncrypted) + { + Console.WriteLine(); + Console.WriteLine(file); + + // Add a property containing the file last printing date if it's missing + // Note that the property will be added to metadata packages that satisfy the following criteria: + // 1) Only existing metadata packages will be affected. No new packages are added during this operation + // 2) There should be a known metadata property in the package structure that fits the search condition but is actually missing in the package. + // All properties supported by a certain package are usually defined in the specification of a particular metadata standard + var affected = metadata.AddProperties(p => p.Tags.Contains(Tags.Time.Printed), new PropertyValue(DateTime.Now)); + + Console.WriteLine("Affected properties: {0}", affected); + + metadata.Save(Path.Combine(Constants.OutputPath, "output" + Path.GetExtension(file))); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/CopyToMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/CopyToMetadata.cs new file mode 100644 index 0000000..7b1335f --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/CopyToMetadata.cs @@ -0,0 +1,53 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Tagging; +using System.IO; +using System; +using GroupDocs.Metadata.Formats.Document; +using GroupDocs.Metadata.Import; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + /// + /// This example demonstrates how to copy metadata properties to other file. + /// + public static class CopyToMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # CopyToMetadata : How to copy metadata properties to other file.\n"); + using (Metadata source_metadata = new Metadata(Constants.InputPdf)) + using (Metadata destination_metadata = new Metadata(Constants.CopyPdf)) + { + var source_root = source_metadata.GetRootPackage(); + + Console.WriteLine("\nBefore copy:"); + Console.WriteLine("\nSource package:"); + Console.WriteLine(source_root.DocumentProperties.Author); + Console.WriteLine(source_root.DocumentProperties.CreatedDate); + Console.WriteLine(source_root.DocumentProperties.Producer); + + var destination_root = destination_metadata.GetRootPackage(); + + Console.WriteLine("\nDestination package:"); + Console.WriteLine(destination_root.DocumentProperties.Author); + Console.WriteLine(destination_root.DocumentProperties.CreatedDate); + Console.WriteLine(destination_root.DocumentProperties.Producer); + + source_metadata.CopyTo(destination_root); + + Console.WriteLine("\n\nAfter copy:"); + Console.WriteLine("\nDestination package:"); + Console.WriteLine(destination_root.DocumentProperties.Author); + Console.WriteLine(destination_root.DocumentProperties.CreatedDate); + Console.WriteLine(destination_root.DocumentProperties.Producer); + + } + + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExportingMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExportingMetadataProperties.cs new file mode 100644 index 0000000..899a76d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExportingMetadataProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2019 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using GroupDocs.Metadata.Common; + using GroupDocs.Metadata.Export; + using System; + + /// + /// This example demonstrates how to export metadata properties to an Excel workbook. + /// + public class ExportingMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ExportingMetadataProperties : How to export metadata properties to an Excel workbook.\n"); + using (Metadata metadata = new Metadata(Constants.InputDoc)) + { + RootMetadataPackage root = metadata.GetRootPackage(); + if (root != null) + { + // Initialize the export manager with the root metadata package to export the whole metadata tree + ExportManager manager = new ExportManager(root); + + manager.Export(Constants.OutputXls, ExportFormat.Xls); + manager.Export(Constants.OutputXml, ExportFormat.Xml); + manager.Export(Constants.OutputCsv, ExportFormat.Csv); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExtractingMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExtractingMetadata.cs new file mode 100644 index 0000000..a2c00f2 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExtractingMetadata.cs @@ -0,0 +1,66 @@ +// +// Copyright (C) 2011-2019 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using System; + using System.IO; + using System.Linq; + using System.Text.RegularExpressions; + using Common; + using Tagging; + + /// + /// This example demonstrates how to extract metadata properties by various criteria regardless of the file format. + /// + public static class ExtractingMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ExtractingMetadata : How to extract metadata properties by various criteria regardless of the file format.\n"); + foreach (string file in Directory.GetFiles(Constants.InputPath)) + { + using (Metadata metadata = new Metadata(file)) + { + if (metadata.FileFormat != FileFormat.Unknown && !metadata.GetDocumentInfo().IsEncrypted) + { + Console.WriteLine(); + Console.WriteLine(file); + + // Fetch all metadata properties that fall into a particular category + var properties = metadata.FindProperties(p => p.Tags.Any(t => t.Category == Tags.Content)); + Console.WriteLine("The metadata properties describing some characteristics of the file content: title, keywords, language, etc."); + foreach (var property in properties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + + // Fetch all properties having a specific type and value + var year = DateTime.Today.Year; + properties = metadata.FindProperties(p => p.Value.Type == MetadataPropertyType.DateTime && + p.Value.ToStruct(DateTime.MinValue).Year == year); + Console.WriteLine("All datetime properties with the year value equal to the current year"); + foreach (var property in properties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + + // Fetch all properties whose names match the specified regex + const string pattern = "^author|company|(.+date.*)$"; + Regex regex = new Regex(pattern, RegexOptions.IgnoreCase); + properties = metadata.FindProperties(p => regex.IsMatch(p.Name)); + + Console.WriteLine("All properties whose names match the following regex: {0}", pattern); + foreach (var property in properties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExtractingPropertyValues/ExtractUsingAcceptor.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExtractingPropertyValues/ExtractUsingAcceptor.cs new file mode 100644 index 0000000..08445f8 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExtractingPropertyValues/ExtractUsingAcceptor.cs @@ -0,0 +1,122 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ExtractingPropertyValues +{ + using System; + using Common; + + /// + /// This code snippet demonstrates how to extract the property value using a custom acceptor. + /// + public class ExtractUsingAcceptor + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ExtractUsingAcceptor : How to extract the property value using a custom acceptor\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + // Fetch all metadata properties + var properties = metadata.FindProperties(p => true); + + var valueAcceptor = new CustomValueAcceptor(); + foreach (var property in properties) + { + // Extract the property value using a custom acceptor + property.Value.AcceptValue(valueAcceptor); + } + } + } + + private class CustomValueAcceptor : ValueAcceptor + { + protected override void AcceptNull() + { + Console.WriteLine("Null value extracted"); + } + + protected override void Accept(string value) + { + Console.WriteLine("String value extracted: {0}", value); + } + + protected override void Accept(bool value) + { + Console.WriteLine("Boolean value extracted: {0}", value); + } + + protected override void Accept(DateTime value) + { + Console.WriteLine("DateTime value extracted: {0}", value); + } + + protected override void Accept(TimeSpan value) + { + Console.WriteLine("DateTime value extracted: {0}", value); + } + + protected override void Accept(int value) + { + Console.WriteLine("Integer value extracted: {0}", value); + } + + protected override void Accept(long value) + { + Console.WriteLine("Long value extracted: {0}", value); + } + + protected override void Accept(double value) + { + Console.WriteLine("Double value extracted: {0}", value); + } + + protected override void Accept(string[] value) + { + Console.WriteLine("String array extracted: {0}", value?.Length ?? 0); + } + + protected override void Accept(byte[] value) + { + Console.WriteLine("Byte array extracted: {0}", value?.Length ?? 0); + } + + protected override void Accept(double[] value) + { + Console.WriteLine("Double array extracted: {0}", value?.Length ?? 0); + } + + protected override void Accept(int[] value) + { + Console.WriteLine("Integer array extracted: {0}", value?.Length ?? 0); + } + + protected override void Accept(long[] value) + { + Console.WriteLine("Long array extracted: {0}", value?.Length ?? 0); + } + + protected override void Accept(MetadataPackage value) + { + Console.WriteLine("Metadata package value extracted: {0}", value); + } + + protected override void Accept(MetadataPackage[] value) + { + Console.WriteLine("Metadata package array extracted: {0}", value?.Length ?? 0); + } + + protected override void Accept(Guid value) + { + Console.WriteLine("Guid value extracted: {0}", value); + } + + protected override void Accept(PropertyValue[] value) + { + Console.WriteLine("Property value array extracted: {0}", value?.Length ?? 0); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExtractingPropertyValues/ExtractUsingType.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExtractingPropertyValues/ExtractUsingType.cs new file mode 100644 index 0000000..92e8457 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ExtractingPropertyValues/ExtractUsingType.cs @@ -0,0 +1,39 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ExtractingPropertyValues +{ + using System; + using Common; + + /// + /// This code snippet demonstrates how to extract the property value using the Type property. + /// + public class ExtractUsingType + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ExtractUsingType : How to extract the property value using the Type property\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + // Fetch all metadata properties from the file + var properties = metadata.FindProperties(p => true); + foreach (var property in properties) + { + // Process string and DateTime properties only + if (property.Value.Type == MetadataPropertyType.String) + { + Console.WriteLine(property.Value.ToClass()); + } + else if (property.Value.Type == MetadataPropertyType.DateTime) + { + Console.WriteLine(property.Value.ToStruct(DateTime.MinValue)); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/FindMetadataPropertiesByGroupTag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/FindMetadataPropertiesByGroupTag.cs new file mode 100644 index 0000000..c550859 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/FindMetadataPropertiesByGroupTag.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.BasicUsage +{ + using System; + using Tagging; + + /// + /// This example demonstrates how to search for specific metadata properties using tags. + /// + public static class FindMetadataPropertiesByGroupTag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # FindMetadataPropertiesByGroupTag : How to search for specific metadata properties using tags.\n"); + using (Metadata metadata = new Metadata(Constants.InputVsdx)) + { + var properties = metadata.FindProperties(p => p.Tags.Contains(Tags.Person)); + foreach (var property in properties) + { + Console.WriteLine("Property name: {0}, Property value: {1}", property.Name, property.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/GettingKnownPropertyDescriptors.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/GettingKnownPropertyDescriptors.cs new file mode 100644 index 0000000..1a53aac --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/GettingKnownPropertyDescriptors.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using System; + using Formats.Document; + + /// + /// This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. + /// + public class GettingKnownPropertyDescriptors + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # GettingKnownPropertyDescriptors : How to extract information about known properties that can be encountered in a particular package.\n"); + using (Metadata metadata = new Metadata(Constants.InputDoc)) + { + var root = metadata.GetRootPackage(); + foreach (var descriptor in root.DocumentProperties.PropertyDescriptors) + { + Console.WriteLine(descriptor.Name); + Console.WriteLine(descriptor.Type); + Console.WriteLine(descriptor.AccessLevel); + + foreach (var tag in descriptor.Tags) + { + Console.WriteLine(tag); + } + + Console.WriteLine(); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ImportMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ImportMetadata.cs new file mode 100644 index 0000000..3a978fa --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ImportMetadata.cs @@ -0,0 +1,46 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.Document; +using GroupDocs.Metadata.Import; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using System; + using System.IO; + + /// + /// This example demonstrates how to import metadata properties from json. + /// + public static class ImportMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ImportMetadata : How to import metadata from json.\n"); + Console.WriteLine("Before import:\n"); + using (Metadata metadata = new Metadata(Constants.InputPdf)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentProperties.Author); + Console.WriteLine(root.DocumentProperties.CreatedDate); + Console.WriteLine(root.DocumentProperties.Producer); + + var manager = new ImportManager(root); + manager.Import(Constants.ImportPdf, ImportFormat.Json, new JsonImportOptions()); + metadata.Save(Constants.OutputPdf); + } + Console.WriteLine("\nAfter import:\n"); + using (Metadata metadata = new Metadata(Constants.OutputPdf)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentProperties.Author); + Console.WriteLine(root.DocumentProperties.CreatedDate); + Console.WriteLine(root.DocumentProperties.Producer); + } + } + } +} \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadFromLocalDisk.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadFromLocalDisk.cs new file mode 100644 index 0000000..0810435 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadFromLocalDisk.cs @@ -0,0 +1,25 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using System; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.LoadingFiles +{ + /// + /// This example demonstrates how to load a file from a local disk. + /// + public static class LoadFromLocalDisk + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # LoadFromLocalDisk : How to load a file from a local disk\n"); + // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" + using (Metadata metadata = new Metadata(Constants.InputOne)) + { + // Extract, edit or remove metadata here + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadFromStream.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadFromStream.cs new file mode 100644 index 0000000..5e8a256 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadFromStream.cs @@ -0,0 +1,27 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.LoadingFiles +{ + using System; + using System.IO; + + /// + /// This example demonstrates how to load a file from a stream. + /// + public static class LoadFromStream + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # LoadFromStream : How to load a file from a stream\n"); + // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" + using (Stream stream = File.Open(Constants.InputDoc, FileMode.Open, FileAccess.ReadWrite)) + using (Metadata metadata = new Metadata(stream)) + { + // Extract, edit or remove metadata here + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadFromUri.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadFromUri.cs new file mode 100644 index 0000000..3687c1f --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadFromUri.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using System; + using Formats.Image; + + /// + /// This example demonstrates load metadata from uri. + /// + public static class LoadFromUri + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # LoadFromUri : This example demonstrates load metadata from uri.\n"); + + var uri = new Uri("https://raw.githubusercontent.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET/refs/heads/master/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.jpg"); + + using (Metadata metadata = new Metadata(uri)) + { + var jpeg = metadata.GetRootPackage(); + Console.WriteLine(jpeg); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadPasswordProtectedDocument.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadPasswordProtectedDocument.cs new file mode 100644 index 0000000..cab49ee --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadPasswordProtectedDocument.cs @@ -0,0 +1,32 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.LoadingFiles +{ + using Options; + using System; + + /// + /// This example demonstrates how to load a password-protected document. + /// + public static class LoadPasswordProtectedDocument + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # LoadPasswordProtectedDocument : How to load a password-protected document.\n"); + // Specify the password + var loadOptions = new LoadOptions + { + Password = "123" + }; + + // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" + using (var metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) + { + // Extract, edit or remove metadata here + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadingFileOfSpecificFormat.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadingFileOfSpecificFormat.cs new file mode 100644 index 0000000..9966e86 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/LoadingFiles/LoadingFileOfSpecificFormat.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.LoadingFiles +{ + using System; + using Common; + using Formats.Document; + using Options; + + + /// + /// This example demonstrates how to load a file of some particular format. + /// + public static class LoadingFileOfSpecificFormat + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # LoadingFileOfSpecificFormat : How to load a file of some particular format\n"); + // Explicitly specifying the format of a file to load you can spare some time on detecting the format + var loadOptions = new LoadOptions(FileFormat.Spreadsheet); + + // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" + using (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) + { + var root = metadata.GetRootPackage(); + + // Use format-specific properties to extract or edit metadata + + Console.WriteLine(root.DocumentProperties.Author); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/RarReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/RarReadNativeMetadataProperties.cs new file mode 100644 index 0000000..2424f36 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/RarReadNativeMetadataProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Archive +{ + using Formats.Archive; + using System; + using System.Text; + + /// + /// The following code snippet shows how to get metadata from a Rar archive. + /// + public static class RarReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # RarReadNativeMetadataProperties : How to get metadata from a Rar archive.\n"); + using (Metadata metadata = new Metadata(Constants.InputRar)) + { + var root = metadata.GetRootPackage(); + Console.WriteLine(root.RarPackage.TotalEntries); + + foreach (var file in root.RarPackage.Files) + { + Console.WriteLine(file.Name); + Console.WriteLine(file.CompressedSize); + Console.WriteLine(file.ModificationDateTime); + Console.WriteLine(file.UncompressedSize); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/SevenZipReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/SevenZipReadNativeMetadataProperties.cs new file mode 100644 index 0000000..a1ca6e5 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/SevenZipReadNativeMetadataProperties.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Options; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Archive +{ + using Formats.Archive; + using System; + using System.Text; + + /// + /// The following code snippet shows how to get metadata from a SevenZip archive. + /// + public static class SevenZipReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SevenZipReadNativeMetadataProperties : How to get metadata from a SevenZip archive.\n"); + using (Metadata metadata = new Metadata(Constants.InputSevenZip)) + { + var root = metadata.GetRootPackage(); + Console.WriteLine(root.SevenZipPackage.TotalEntries); + + foreach (var file in root.SevenZipPackage.Files) + { + Console.WriteLine(file.Name); + Console.WriteLine(file.CompressedSize); + Console.WriteLine(file.ModificationDateTime); + Console.WriteLine(file.UncompressedSize); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/TarReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/TarReadNativeMetadataProperties.cs new file mode 100644 index 0000000..1632245 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/TarReadNativeMetadataProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Archive +{ + using Formats.Archive; + using System; + using System.Text; + + /// + /// The following code snippet shows how to get metadata from a Tar archive. + /// + public static class TarReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # TarReadNativeMetadataProperties : How to get metadata from a Tar archive.\n"); + using (Metadata metadata = new Metadata(Constants.InputTar)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.TarPackage.TotalEntries); + + foreach (var file in root.TarPackage.Files) + { + Console.WriteLine(file.Name); + Console.WriteLine(file.Size); + + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/ZipReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/ZipReadNativeMetadataProperties.cs new file mode 100644 index 0000000..256b0a3 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/ZipReadNativeMetadataProperties.cs @@ -0,0 +1,44 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Archive +{ + using Formats.Archive; + using System; + using System.Text; + + /// + /// The following code snippet shows how to get metadata from a ZIP archive. + /// + public static class ZipReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ZipReadNativeMetadataProperties : How to get metadata from a ZIP archive.\n"); + Encoding encoding = Encoding.GetEncoding(866); + + using (Metadata metadata = new Metadata(Constants.InputZip)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.ZipPackage.Comment); + Console.WriteLine(root.ZipPackage.TotalEntries); + + foreach (var file in root.ZipPackage.Files) + { + Console.WriteLine(file.Name); + Console.WriteLine(file.CompressedSize); + Console.WriteLine(file.CompressionMethod); + Console.WriteLine(file.Flags); + Console.WriteLine(file.ModificationDateTime); + Console.WriteLine(file.UncompressedSize); + + // Use a specific encoding for the file names + Console.WriteLine(encoding.GetString(file.RawName)); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/ZipRemoveArchiveComment.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/ZipRemoveArchiveComment.cs new file mode 100644 index 0000000..eee3182 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/ZipRemoveArchiveComment.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Archive +{ + using Formats.Archive; + using System; + + /// + /// The following code snippet shows how to remove the user comment from a ZIP archive. + /// + public static class ZipRemoveArchiveComment + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ZipRemoveArchiveComment : How to remove the user comment from a ZIP archive.\n"); + using (Metadata metadata = new Metadata(Constants.InputZip)) + { + var root = metadata.GetRootPackage(); + + root.ZipPackage.Comment = null; + + metadata.Save(Constants.OutputZip); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/ZipUpdateArchiveComment.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/ZipUpdateArchiveComment.cs new file mode 100644 index 0000000..9084065 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Archive/ZipUpdateArchiveComment.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Archive +{ + using Formats.Archive; + using System; + + /// + /// The following code snippet shows how to update the user comment in a ZIP archive. + /// + public static class ZipUpdateArchiveComment + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ZipUpdateArchiveComment : How to update the user comment in a ZIP archive.\n"); + using (Metadata metadata = new Metadata(Constants.InputZip)) + { + var root = metadata.GetRootPackage(); + + root.ZipPackage.Comment = "updated comment"; + + metadata.Save(Constants.OutputZip); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadApeTag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadApeTag.cs new file mode 100644 index 0000000..9236699 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadApeTag.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using System; + using Formats.Audio; + + /// + /// This example demonstrates how to read the APEv2 tag in an MP3 file. + /// + public static class MP3ReadApeTag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3ReadApeTag : How to read the APEv2 tag in an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithApe)) + { + var root = metadata.GetRootPackage(); + + if (root.ApeV2 != null) + { + Console.WriteLine(root.ApeV2.Album); + Console.WriteLine(root.ApeV2.Title); + Console.WriteLine(root.ApeV2.Artist); + Console.WriteLine(root.ApeV2.Composer); + Console.WriteLine(root.ApeV2.Copyright); + Console.WriteLine(root.ApeV2.Genre); + Console.WriteLine(root.ApeV2.Language); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadID3V1Tag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadID3V1Tag.cs new file mode 100644 index 0000000..daedef4 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadID3V1Tag.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using System; + using Formats.Audio; + + /// + /// This code sample shows how to read the ID3v1 tag in an MP3 file. + /// + public static class MP3ReadID3V1Tag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3ReadID3V1Tag : How to read the ID3v1 tag in an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithID3V1)) + { + var root = metadata.GetRootPackage(); + + if (root.ID3V1 != null) + { + Console.WriteLine(root.ID3V1.Album); + Console.WriteLine(root.ID3V1.Artist); + Console.WriteLine(root.ID3V1.Title); + Console.WriteLine(root.ID3V1.Version); + Console.WriteLine(root.ID3V1.Comment); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadID3V2Tag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadID3V2Tag.cs new file mode 100644 index 0000000..2b5b392 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadID3V2Tag.cs @@ -0,0 +1,52 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using System; + using Formats.Audio; + + /// + /// This example shows how to read the ID3v2 tag in an MP3 file. + /// + public static class MP3ReadID3V2Tag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3ReadID3V2Tag : How to read the ID3v2 tag in an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithID3V2)) + { + var root = metadata.GetRootPackage(); + + if (root.ID3V2 != null) + { + Console.WriteLine(root.ID3V2.Album); + Console.WriteLine(root.ID3V2.Artist); + Console.WriteLine(root.ID3V2.Band); + Console.WriteLine(root.ID3V2.Title); + Console.WriteLine(root.ID3V2.Composers); + Console.WriteLine(root.ID3V2.Copyright); + Console.WriteLine(root.ID3V2.Publisher); + Console.WriteLine(root.ID3V2.OriginalAlbum); + Console.WriteLine(root.ID3V2.MusicalKey); + + if (root.ID3V2.AttachedPictures != null) + { + foreach (var attachedPicture in root.ID3V2.AttachedPictures) + { + Console.WriteLine(attachedPicture.AttachedPictureType); + Console.WriteLine(attachedPicture.MimeType); + Console.WriteLine(attachedPicture.Description); + + // ... + } + } + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadLyricsTag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadLyricsTag.cs new file mode 100644 index 0000000..e8855f1 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadLyricsTag.cs @@ -0,0 +1,41 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using System; + using Formats.Audio; + + /// + /// This code sample shows how to read the Lyrics tag from an MP3 file. + /// + public static class MP3ReadLyricsTag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3ReadLyricsTag : How to read the Lyrics tag from an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithLyrics)) + { + var root = metadata.GetRootPackage(); + + if (root.Lyrics3V2 != null) + { + Console.WriteLine(root.Lyrics3V2.Lyrics); + Console.WriteLine(root.Lyrics3V2.Album); + Console.WriteLine(root.Lyrics3V2.Artist); + Console.WriteLine(root.Lyrics3V2.Track); + + // ... + + // Alternatively, you can loop through a full list of tag fields + foreach (var field in root.Lyrics3V2.ToList()) + { + Console.WriteLine("{0} = {1}", field.ID, field.Data); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadMpegAudioMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadMpegAudioMetadata.cs new file mode 100644 index 0000000..224c074 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3ReadMpegAudioMetadata.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using Formats.Audio; + using System; + + /// + /// This example demonstrates how to read MPEG audio metadata from an MP3 file. + /// + public class MP3ReadMpegAudioMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3ReadMpegAudioMetadata : How to read MPEG audio metadata from an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithID3V2)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.MpegAudioPackage.Bitrate); + Console.WriteLine(root.MpegAudioPackage.ChannelMode); + Console.WriteLine(root.MpegAudioPackage.Emphasis); + Console.WriteLine(root.MpegAudioPackage.Frequency); + Console.WriteLine(root.MpegAudioPackage.HeaderPosition); + Console.WriteLine(root.MpegAudioPackage.Layer); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveApeTag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveApeTag.cs new file mode 100644 index 0000000..f26ad81 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveApeTag.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using Formats.Audio; + using System; + + /// + /// This example shows how to remove the APEv2 tag from an MP3 file. + /// + public static class MP3RemoveApeTag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3RemoveApeTag : How to remove the APEv2 tag from an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithApe)) + { + var root = metadata.GetRootPackage(); + + root.RemoveApeV2(); + + metadata.Save(Constants.OutputMp3); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveID3V1Tag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveID3V1Tag.cs new file mode 100644 index 0000000..114563c --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveID3V1Tag.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using Formats.Audio; + using System; + + /// + /// This code sample shows how to remove the ID3v1 tag from an MP3 file. + /// + public static class MP3RemoveID3V1Tag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3RemoveID3V1Tag : How to remove the ID3v1 tag from an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithID3V1)) + { + var root = metadata.GetRootPackage(); + + root.ID3V1 = null; + + metadata.Save(Constants.OutputMp3); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveID3V2Tag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveID3V2Tag.cs new file mode 100644 index 0000000..7245179 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveID3V2Tag.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using Formats.Audio; + using System; + + /// + /// The code sample below shows how to remove the ID3v2 tag from an MP3 file. + /// + public static class MP3RemoveID3V2Tag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3RemoveID3V2Tag : How to remove the ID3v2 tag from an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithID3V2)) + { + var root = metadata.GetRootPackage(); + + root.ID3V2 = null; + + metadata.Save(Constants.OutputMp3); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveLyricsTag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveLyricsTag.cs new file mode 100644 index 0000000..c8f046f --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3RemoveLyricsTag.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using Formats.Audio; + using System; + + /// + /// This example shows how to remove the ID3v2 tag from an MP3 file. + /// + public static class MP3RemoveLyricsTag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3RemoveLyricsTag : How to remove the ID3v2 tag from an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithLyrics)) + { + var root = metadata.GetRootPackage(); + + root.Lyrics3V2 = null; + + metadata.Save(Constants.OutputMp3); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3UpdateID3V1Tag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3UpdateID3V1Tag.cs new file mode 100644 index 0000000..357295f --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3UpdateID3V1Tag.cs @@ -0,0 +1,40 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using Formats.Audio; + using System; + + /// + /// This code sample shows how to update the ID3v1 tag in an MP3 file. + /// + public static class MP3UpdateID3V1Tag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3UpdateID3V1Tag : How to update the ID3v1 tag in an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithID3V1)) + { + var root = metadata.GetRootPackage(); + + if (root.ID3V1 == null) + { + root.ID3V1 = new ID3V1Tag(); + } + + root.ID3V1.Album = "test album"; + root.ID3V1.Artist = "test artist"; + root.ID3V1.Title = "test title"; + root.ID3V1.Comment = "test comment"; + root.ID3V1.Year = "2019"; + + // ... + + metadata.Save(Constants.OutputMp3); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3UpdateID3V2Tag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3UpdateID3V2Tag.cs new file mode 100644 index 0000000..50396e1 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3UpdateID3V2Tag.cs @@ -0,0 +1,42 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using Formats.Audio; + using System; + + /// + /// The code sample shows how to update the ID3v2 tag in an MP3 file. + /// + public static class MP3UpdateID3V2Tag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3UpdateID3V2Tag : How to update the ID3v2 tag in an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithID3V2)) + { + var root = metadata.GetRootPackage(); + + if (root.ID3V2 == null) + { + root.ID3V2 = new ID3V2Tag(); + } + + root.ID3V2.Album = "test album"; + root.ID3V2.Artist = "test artist"; + root.ID3V2.Band = "test band"; + root.ID3V2.TrackNumber = "1"; + root.ID3V2.MusicalKey = "C#"; + root.ID3V2.Title = "code sample"; + root.ID3V2.Date = "2019"; + + // ... + + metadata.Save(Constants.OutputMp3); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3UpdateLyricsTag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3UpdateLyricsTag.cs new file mode 100644 index 0000000..8739c53 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/MP3/MP3UpdateLyricsTag.cs @@ -0,0 +1,42 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.MP3 +{ + using Formats.Audio; + using System; + + /// + /// This example shows how to update the Lyrics tag in an MP3 file + /// + public static class MP3UpdateLyricsTag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MP3UpdateLyricsTag : How to update the Lyrics tag in an MP3 file.\n"); + using (Metadata metadata = new Metadata(Constants.MP3WithLyrics)) + { + var root = metadata.GetRootPackage(); + + if (root.Lyrics3V2 == null) + { + root.Lyrics3V2 = new LyricsTag(); + } + + root.Lyrics3V2.Lyrics = "[00:01]Test lyrics"; + root.Lyrics3V2.Artist = "test artist"; + root.Lyrics3V2.Album = "test album"; + root.Lyrics3V2.Track = "test track"; + + // You can add a fully custom field to the tag + root.Lyrics3V2.Set(new LyricsField("ABC", "custom value")); + + // ... + + metadata.Save(Constants.OutputMp3); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/Ogg/OggReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/Ogg/OggReadNativeMetadataProperties.cs new file mode 100644 index 0000000..cf07000 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/Ogg/OggReadNativeMetadataProperties.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.Audio.Ogg; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Cad +{ + using System; + + /// + /// This code sample shows how to read metadata of ogg file. + /// + public static class OggReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # OggReadNativeMetadataProperties : How to read metadata of ogg file.\n"); + using (Metadata metadata = new Metadata(Constants.InputOgg)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.OggPackage.Copyright); + Console.WriteLine(root.OggPackage.Date); + foreach (var comment in root.OggPackage.OggUserComments) + { + Console.WriteLine(comment.Header); + Console.WriteLine(comment.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/Wav/WavReadInfoMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/Wav/WavReadInfoMetadata.cs new file mode 100644 index 0000000..bd1dbc5 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/Wav/WavReadInfoMetadata.cs @@ -0,0 +1,37 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.Wav +{ + using System; + using Formats.Audio; + + /// + /// This code sample shows how to extract INFO chunk metadata from a WAV file. + /// + public static class WavReadInfoMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WavReadInfoMetadata : How to extract INFO chunk metadata from a WAV file.\n"); + using (Metadata metadata = new Metadata(Constants.InputWav)) + { + var root = metadata.GetRootPackage(); + if (root.RiffInfoPackage != null) + { + Console.WriteLine(root.RiffInfoPackage.Artist); + Console.WriteLine(root.RiffInfoPackage.Comment); + Console.WriteLine(root.RiffInfoPackage.Copyright); + Console.WriteLine(root.RiffInfoPackage.CreationDate); + Console.WriteLine(root.RiffInfoPackage.Software); + Console.WriteLine(root.RiffInfoPackage.Engineer); + Console.WriteLine(root.RiffInfoPackage.Genre); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/Wav/WavReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/Wav/WavReadNativeMetadataProperties.cs new file mode 100644 index 0000000..4680c61 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Audio/Wav/WavReadNativeMetadataProperties.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Audio.Wav +{ + using System; + using Formats.Audio; + + /// + /// This code sample shows how to extract technical audio information from a WAV file. + /// + public static class WavReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WavReadNativeMetadataProperties : How to extract technical audio information from a WAV file.\n"); + using (Metadata metadata = new Metadata(Constants.InputWav)) + { + var root = metadata.GetRootPackage(); + if (root.WavPackage != null) + { + Console.WriteLine(root.WavPackage.AudioFormat); + Console.WriteLine(root.WavPackage.BitsPerSample); + Console.WriteLine(root.WavPackage.BlockAlign); + Console.WriteLine(root.WavPackage.ByteRate); + Console.WriteLine(root.WavPackage.NumberOfChannels); + Console.WriteLine(root.WavPackage.SampleRate); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/BusinessCard/VCardFilterCardProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/BusinessCard/VCardFilterCardProperties.cs new file mode 100644 index 0000000..ecb3b3d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/BusinessCard/VCardFilterCardProperties.cs @@ -0,0 +1,44 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.BusinessCard +{ + using System; + using Formats.BusinessCard; + + /// + /// This example shows how to use vCard property filters. + /// + public static class VCardFilterCardProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # VCardFilterCardProperties : How to use vCard property filters.\n"); + using (Metadata metadata = new Metadata(Constants.InputVcf)) + { + var root = metadata.GetRootPackage(); + + foreach (var vCard in root.VCardPackage.Cards) + { + // Print most preferred work phone numbers and work emails + var filtered = vCard.FilterWorkTags().FilterPreferred(); + PrintArray(filtered.CommunicationRecordset.Telephones); + PrintArray(filtered.CommunicationRecordset.Emails); + } + } + } + + private static void PrintArray(string[] values) + { + if (values != null) + { + foreach (string value in values) + { + Console.WriteLine(value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/BusinessCard/VCardReadCardProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/BusinessCard/VCardReadCardProperties.cs new file mode 100644 index 0000000..02eb837 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/BusinessCard/VCardReadCardProperties.cs @@ -0,0 +1,47 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.BusinessCard +{ + using System; + using Formats.BusinessCard; + + /// + /// This code sample demonstrates how to read metadata properties of a vCard file. + /// + public static class VCardReadCardProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # VCardReadCardProperties : How to read metadata properties of a vCard file.\n"); + using (Metadata metadata = new Metadata(Constants.InputVcf)) + { + var root = metadata.GetRootPackage(); + + foreach (var vCard in root.VCardPackage.Cards) + { + Console.WriteLine(vCard.IdentificationRecordset.Name); + PrintArray(vCard.IdentificationRecordset.FormattedNames); + PrintArray(vCard.CommunicationRecordset.Emails); + PrintArray(vCard.CommunicationRecordset.Telephones); + PrintArray(vCard.DeliveryAddressingRecordset.Addresses); + + // ... + } + } + } + + private static void PrintArray(string[] values) + { + if (values != null) + { + foreach (string value in values) + { + Console.WriteLine(value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/BusinessCard/VCardReadCardPropertiesWithParameters.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/BusinessCard/VCardReadCardPropertiesWithParameters.cs new file mode 100644 index 0000000..364c48d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/BusinessCard/VCardReadCardPropertiesWithParameters.cs @@ -0,0 +1,50 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.BusinessCard +{ + using System; + using Formats.BusinessCard; + + /// + /// This code sample demonstrates how to extract vCard fields along with descriptive parameters. + /// + public static class VCardReadCardPropertiesWithParameters + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # VCardReadCardPropertiesWithParameters : How to extract vCard fields along with descriptive parameters.\n"); + using (Metadata metadata = new Metadata(Constants.InputVcf)) + { + var root = metadata.GetRootPackage(); + + foreach (var vCard in root.VCardPackage.Cards) + { + if (vCard.IdentificationRecordset.PhotoUriRecords != null) + { + // Iterate all photos represented by URIs + foreach (var photoUriRecord in vCard.IdentificationRecordset.PhotoUriRecords) + { + // Print the property value + Console.WriteLine(photoUriRecord.Value); + + // Print some additional parameters of the property + Console.WriteLine(photoUriRecord.ContentType); + Console.WriteLine(photoUriRecord.MediaTypeParameter); + if (photoUriRecord.TypeParameters != null) + { + foreach (string parameter in photoUriRecord.TypeParameters) + { + Console.WriteLine(parameter); + } + } + Console.WriteLine(photoUriRecord.PrefParameter); + } + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Cad/CadReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Cad/CadReadNativeMetadataProperties.cs new file mode 100644 index 0000000..aa1e8d0 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Cad/CadReadNativeMetadataProperties.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Cad +{ + using System; + using Formats.Cad; + + /// + /// This code sample shows how to read metadata of a CAD drawing. + /// + public static class CadReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # CadReadNativeMetadataProperties : How to read metadata of a CAD drawing.\n"); + using (Metadata metadata = new Metadata(Constants.InputDxf)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.CadPackage.AcadVersion); + Console.WriteLine(root.CadPackage.Author); + Console.WriteLine(root.CadPackage.Comments); + Console.WriteLine(root.CadPackage.CreatedDateTime); + Console.WriteLine(root.CadPackage.HyperlinkBase); + Console.WriteLine(root.CadPackage.Keywords); + Console.WriteLine(root.CadPackage.LastSavedBy); + Console.WriteLine(root.CadPackage.Title); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Cad/DxfUpdateNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Cad/DxfUpdateNativeMetadataProperties.cs new file mode 100644 index 0000000..542420d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Cad/DxfUpdateNativeMetadataProperties.cs @@ -0,0 +1,39 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Cad +{ + using Formats.Cad; + using Common; + using System; + + /// + /// This code sample shows how to update metadata of a DXF drawing. + /// + public class DxfUpdateNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DxfUpdateNativeMetadataProperties : How to update metadata of a DXF drawing.\n"); + using (Metadata metadata = new Metadata(Constants.InputDxf)) + { + var root = metadata.GetRootPackage(); + + root.CadPackage.SetProperties(p => p.Name == "Author", new PropertyValue("GroupDocs")); + root.CadPackage.SetProperties(p => p.Name == "Comments", new PropertyValue("test comment")); + root.CadPackage.SetProperties(p => p.Name == "HyperlinkBase", new PropertyValue("test hyperlink base")); + root.CadPackage.SetProperties(p => p.Name == "Keywords", new PropertyValue("test keywords")); + root.CadPackage.SetProperties(p => p.Name == "LastSavedBy", new PropertyValue("test editor")); + root.CadPackage.SetProperties(p => p.Name == "RevisionNumber", new PropertyValue("test revision number")); + root.CadPackage.SetProperties(p => p.Name == "Subject", new PropertyValue("test subject")); + root.CadPackage.SetProperties(p => p.Name == "Title", new PropertyValue("test title")); + root.CadPackage.SetProperties(p => p.Name == "CreatedDateTime", new PropertyValue(DateTime.Now.AddDays(-1))); + root.CadPackage.SetProperties(p => p.Name == "ModifiedDateTime", new PropertyValue(DateTime.Now)); + + metadata.Save(Constants.OutputDxf); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadBuiltInProperties.cs new file mode 100644 index 0000000..32dfeb3 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadBuiltInProperties.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Diagram +{ + using System; + using Formats.Document; + + /// + /// This code sample demonstrates how to extract built-in metadata properties from a diagram. + /// + public static class DiagramReadBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DiagramReadBuiltInProperties : How to extract built-in metadata properties from a diagram.\n"); + using (Metadata metadata = new Metadata(Constants.InputVsdx)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentProperties.Creator); + Console.WriteLine(root.DocumentProperties.Company); + Console.WriteLine(root.DocumentProperties.Keywords); + Console.WriteLine(root.DocumentProperties.Language); + Console.WriteLine(root.DocumentProperties.TimeCreated); + Console.WriteLine(root.DocumentProperties.Category); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadCustomProperties.cs new file mode 100644 index 0000000..3468523 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadCustomProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Diagram +{ + using System; + using Formats.Document; + using Tagging; + + /// + /// This code sample demonstrates how to extract custom metadata properties from a diagram. + /// + public static class DiagramReadCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DiagramReadCustomProperties : How to extract custom metadata properties from a diagram.\n"); + using (Metadata metadata = new Metadata(Constants.InputVsdx)) + { + var root = metadata.GetRootPackage(); + + var customProperties = root.DocumentProperties.FindProperties(p => !p.Tags.Contains(Tags.Document.BuiltIn)); + + foreach (var property in customProperties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadDocumentStatistics.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadDocumentStatistics.cs new file mode 100644 index 0000000..b0962c2 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadDocumentStatistics.cs @@ -0,0 +1,26 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Diagram +{ + using System; + using Formats.Document; + + /// + /// The following code sample demonstrates how to obtain the text statistics for a diagram. + /// + public static class DiagramReadDocumentStatistics + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DiagramReadDocumentStatistics : How to obtain the text statistics for a diagram.\n"); + using (Metadata metadata = new Metadata(Constants.InputVdx)) + { + var root = metadata.GetRootPackage(); + Console.WriteLine(root.DocumentStatistics.PageCount); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadFileFormatProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadFileFormatProperties.cs new file mode 100644 index 0000000..879ee30 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramReadFileFormatProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Diagram +{ + using System; + using Formats.Document; + + /// + /// This code sample shows how to detect the exact type of a loaded diagram and extract some additional file format information. + /// + public static class DiagramReadFileFormatProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DiagramReadFileFormatProperties : How to detect the exact type of a loaded diagram and extract some additional file format information.\n"); + using (Metadata metadata = new Metadata(Constants.InputVdx)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.FileType.FileFormat); + Console.WriteLine(root.FileType.DiagramFormat); + Console.WriteLine(root.FileType.MimeType); + Console.WriteLine(root.FileType.Extension); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramUpdateBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramUpdateBuiltInProperties.cs new file mode 100644 index 0000000..c2592c4 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramUpdateBuiltInProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Diagram +{ + using System; + using Formats.Document; + + /// + /// The following code sample demonstrates how to update built-in metadata properties in a diagram document. + /// + public static class DiagramUpdateBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DiagramUpdateBuiltInProperties : How to update built-in metadata properties in a diagram document.\n"); + using (Metadata metadata = new Metadata(Constants.InputVdx)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Creator = "test author"; + root.DocumentProperties.TimeCreated = DateTime.Now; + root.DocumentProperties.Company = "GroupDocs"; + root.DocumentProperties.Category = "test category"; + root.DocumentProperties.Keywords = "metadata, built-in, update"; + + // ... + + metadata.Save(Constants.OutputVdx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramUpdateCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramUpdateCustomProperties.cs new file mode 100644 index 0000000..7316c9c --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Diagram/DiagramUpdateCustomProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Diagram +{ + using Formats.Document; + using System; + + /// + /// The following code sample demonstrates how to update custom metadata properties in a diagram document. + /// + public static class DiagramUpdateCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DiagramUpdateCustomProperties : How to update custom metadata properties in a diagram document.\n"); + using (Metadata metadata = new Metadata(Constants.InputVsdx)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Set("customProperty1", "some value"); + root.DocumentProperties.Set("customProperty2", true); + + metadata.Save(Constants.OutputVsdx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Note/NoteReadDocumentStatistics.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Note/NoteReadDocumentStatistics.cs new file mode 100644 index 0000000..aecf375 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Note/NoteReadDocumentStatistics.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Note +{ + using System; + using Formats.Document; + + /// + /// This code sample shows how to obtain simple text statistics for a Note document. + /// + public static class NoteReadDocumentStatistics + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # NoteReadDocumentStatistics : How to obtain simple text statistics for a Note document.\n"); + using (Metadata metadata = new Metadata(Constants.InputOne)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentStatistics.CharacterCount); + Console.WriteLine(root.DocumentStatistics.PageCount); + Console.WriteLine(root.DocumentStatistics.WordCount); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Note/NoteReadInspectionProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Note/NoteReadInspectionProperties.cs new file mode 100644 index 0000000..b21bdad --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Note/NoteReadInspectionProperties.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Note +{ + using System; + using Formats.Document; + + /// + /// This code sample demonstrates how to inspect a note document. + /// + public static class NoteReadInspectionProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # NoteReadInspectionProperties : How to inspect a note document.\n"); + using (Metadata metadata = new Metadata(Constants.InputOne)) + { + var root = metadata.GetRootPackage(); + + if (root.InspectionPackage.Pages != null) + { + foreach (var page in root.InspectionPackage.Pages) + { + Console.WriteLine(page.Title); + Console.WriteLine(page.Author); + Console.WriteLine(page.CreationTime); + Console.WriteLine(page.LastModificationTime); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadBuiltInProperties.cs new file mode 100644 index 0000000..dae47c2 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadBuiltInProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf +{ + using System; + using Formats.Document; + + /// + /// This code sample shows how to extract built-in metadata properties from a PDF document. + /// + public static class PdfReadBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PdfReadBuiltInProperties : How to extract built-in metadata properties from a PDF document.\n"); + using (Metadata metadata = new Metadata(Constants.InputPdf)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentProperties.Author); + Console.WriteLine(root.DocumentProperties.CreatedDate); + Console.WriteLine(root.DocumentProperties.Subject); + Console.WriteLine(root.DocumentProperties.Producer); + Console.WriteLine(root.DocumentProperties.Keywords); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadCustomProperties.cs new file mode 100644 index 0000000..62a744e --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadCustomProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf +{ + using System; + using Formats.Document; + using Tagging; + + /// + /// This code sample shows how to extract custom metadata properties from a PDF document. + /// + public static class PdfReadCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PdfReadCustomProperties : How to extract custom metadata properties from a PDF document.\n"); + using (Metadata metadata = new Metadata(Constants.InputPdf)) + { + var root = metadata.GetRootPackage(); + + var customProperties = root.DocumentProperties.FindProperties(p => !p.Tags.Contains(Tags.Document.BuiltIn)); + + foreach (var property in customProperties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadDocumentStatistics.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadDocumentStatistics.cs new file mode 100644 index 0000000..7eb74de --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadDocumentStatistics.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf +{ + using System; + using Formats.Document; + + /// + /// This code sample demonstrates how to obtain the text statistics for a PDF document. + /// + public static class PdfReadDocumentStatistics + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PdfReadDocumentStatistics : How to obtain the text statistics for a PDF document.\n"); + using (Metadata metadata = new Metadata(Constants.InputPdf)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentStatistics.CharacterCount); + Console.WriteLine(root.DocumentStatistics.PageCount); + Console.WriteLine(root.DocumentStatistics.WordCount); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadFileFormatProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadFileFormatProperties.cs new file mode 100644 index 0000000..2ba5896 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadFileFormatProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf +{ + using System; + using Formats.Document; + + /// + /// This code snippet shows how to detect the PDF version a loaded document and extract some additional file format information. + /// + public static class PdfReadFileFormatProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PdfReadFileFormatProperties : How to detect the PDF version a loaded document and extract some additional file format information.\n"); + using (Metadata metadata = new Metadata(Constants.InputPdf)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.FileType.FileFormat); + Console.WriteLine(root.FileType.Version); + Console.WriteLine(root.FileType.MimeType); + Console.WriteLine(root.FileType.Extension); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadInspectionProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadInspectionProperties.cs new file mode 100644 index 0000000..e57ec27 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfReadInspectionProperties.cs @@ -0,0 +1,76 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf +{ + using Formats.Document; + using System; + + /// + /// This example demonstrates how to inspect a PDF document. + /// + public static class PdfReadInspectionProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PdfReadInspectionProperties : How to inspect a PDF document.\n"); + using (Metadata metadata = new Metadata(Constants.SignedPdf)) + { + var root = metadata.GetRootPackage(); + + if (root.InspectionPackage.Annotations != null) + { + foreach (var annotation in root.InspectionPackage.Annotations) + { + Console.WriteLine(annotation.Name); + Console.WriteLine(annotation.Text); + Console.WriteLine(annotation.PageNumber); + } + } + + if (root.InspectionPackage.Attachments != null) + { + foreach (var attachment in root.InspectionPackage.Attachments) + { + Console.WriteLine(attachment.Name); + Console.WriteLine(attachment.MimeType); + Console.WriteLine(attachment.Description); + } + } + + if (root.InspectionPackage.Bookmarks != null) + { + foreach (var bookmark in root.InspectionPackage.Bookmarks) + { + Console.WriteLine(bookmark.Title); + } + } + + if (root.InspectionPackage.DigitalSignatures != null) + { + foreach (var signature in root.InspectionPackage.DigitalSignatures) + { + Console.WriteLine(signature.CertificateSubject); + Console.WriteLine(signature.Comments); + Console.WriteLine(signature.SignTime); + + // ... + } + } + + if (root.InspectionPackage.Fields != null) + { + foreach (var field in root.InspectionPackage.Fields) + { + Console.WriteLine(field.Name); + Console.WriteLine(field.Value); + + // ... + } + } + } + } + } +} \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfUpdateBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfUpdateBuiltInProperties.cs new file mode 100644 index 0000000..3712fa0 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfUpdateBuiltInProperties.cs @@ -0,0 +1,48 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf +{ + using System; + using Formats.Document; + + /// + /// This code snippet demonstrates how to update built-in metadata properties in a PDF document. + /// + public static class PdfUpdateBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PdfUpdateBuiltInProperties : How to update built-in metadata properties in a PDF document.\n"); + using (Metadata metadata = new Metadata(Constants.InputPdf)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Author = "test author"; + root.DocumentProperties.CreatedDate = DateTime.Now; + root.DocumentProperties.Title = "test title"; + root.DocumentProperties.Keywords = "metadata, built-in, update"; + root.DocumentProperties.Creator = "test creator"; + root.DocumentProperties.Producer = "test producer"; + + // ... + + metadata.Save(Constants.OutputPdf); + } + + using (Metadata metadata = new Metadata(Constants.OutputPdf)) + { + var root = metadata.GetRootPackage(); + Console.WriteLine(root.DocumentProperties.Author); + Console.WriteLine(root.DocumentProperties.CreatedDate); + Console.WriteLine(root.DocumentProperties.Title); + Console.WriteLine(root.DocumentProperties.Keywords); + Console.WriteLine(root.DocumentProperties.Creator); + Console.WriteLine(root.DocumentProperties.Producer); + + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfUpdateCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfUpdateCustomProperties.cs new file mode 100644 index 0000000..57847ca --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfUpdateCustomProperties.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf +{ + using Formats.Document; + using System; + + /// + /// This code snippet demonstrates how to update custom metadata properties in a PDF document. + /// + public static class PdfUpdateCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PdfUpdateCustomProperties : How to update custom metadata properties in a PDF document.\n"); + using (Metadata metadata = new Metadata(Constants.InputPdf)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Set("customProperty1", "some value"); + + metadata.Save(Constants.OutputPdf); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfUpdateInspectionProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfUpdateInspectionProperties.cs new file mode 100644 index 0000000..f98ed05 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Pdf/PdfUpdateInspectionProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf +{ + using Formats.Document; + using System; + + /// + /// This code sample demonstrates how to remove the inspection properties in a PDF document. + /// + public static class PdfUpdateInspectionProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PdfUpdateInspectionProperties : How to remove the inspection properties in a PDF document.\n"); + using (Metadata metadata = new Metadata(Constants.SignedPdf)) + { + var root = metadata.GetRootPackage(); + + root.InspectionPackage.ClearAnnotations(); + root.InspectionPackage.ClearAttachments(); + root.InspectionPackage.ClearFields(); + root.InspectionPackage.ClearBookmarks(); + root.InspectionPackage.ClearDigitalSignatures(); + + metadata.Save(Constants.OutputPdf); + } + } + } +} \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadBuiltInProperties.cs new file mode 100644 index 0000000..917d1f6 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadBuiltInProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation +{ + using System; + using Formats.Document; + + /// + /// This example shows how to extract built-in metadata properties from a presentation. + /// + public static class PresentationReadBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PresentationReadBuiltInProperties : How to extract built-in metadata properties from a presentation.\n"); + using (Metadata metadata = new Metadata(Constants.InputPpt)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentProperties.Author); + Console.WriteLine(root.DocumentProperties.CreatedTime); + Console.WriteLine(root.DocumentProperties.Company); + Console.WriteLine(root.DocumentProperties.Category); + Console.WriteLine(root.DocumentProperties.Keywords); + Console.WriteLine(root.DocumentProperties.LastPrintedDate); + Console.WriteLine(root.DocumentProperties.NameOfApplication); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadCustomProperties.cs new file mode 100644 index 0000000..ccdacaa --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadCustomProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation +{ + using System; + using Formats.Document; + using Tagging; + + /// + /// This example shows how to extract custom metadata properties from a presentation. + /// + public static class PresentationReadCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PresentationReadCustomProperties : How to extract custom metadata properties from a presentation.\n"); + using (Metadata metadata = new Metadata(Constants.InputPptx)) + { + var root = metadata.GetRootPackage(); + + var customProperties = root.DocumentProperties.FindProperties(p => !p.Tags.Contains(Tags.Document.BuiltIn)); + + foreach (var property in customProperties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadDocumentStatistics.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadDocumentStatistics.cs new file mode 100644 index 0000000..847c87d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadDocumentStatistics.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation +{ + using System; + using Formats.Document; + + /// + /// This code sample demonstrates how to obtain simple text statistics for a presentation. + /// + public static class PresentationReadDocumentStatistics + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PresentationReadDocumentStatistics : How to obtain simple text statistics for a presentation.\n"); + using (Metadata metadata = new Metadata(Constants.InputPpt)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentStatistics.CharacterCount); + Console.WriteLine(root.DocumentStatistics.PageCount); + Console.WriteLine(root.DocumentStatistics.WordCount); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadFileFormatProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadFileFormatProperties.cs new file mode 100644 index 0000000..f22f901 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadFileFormatProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation +{ + using System; + using Formats.Document; + + /// + /// This example demonstrates how to detect the exact type of a presentation and extract some additional file format information. + /// + public static class PresentationReadFileFormatProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PresentationReadFileFormatProperties : How to detect the exact type of a presentation and extract some additional file format information.\n"); + using (Metadata metadata = new Metadata(Constants.InputPptx)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.FileType.FileFormat); + Console.WriteLine(root.FileType.PresentationFormat); + Console.WriteLine(root.FileType.MimeType); + Console.WriteLine(root.FileType.Extension); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadInspectionProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadInspectionProperties.cs new file mode 100644 index 0000000..52d1131 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationReadInspectionProperties.cs @@ -0,0 +1,46 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation +{ + using System; + using Formats.Document; + + /// + /// This code sample demonstrates how to inspect a presentation. + /// + public static class PresentationReadInspectionProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PresentationReadInspectionProperties : How to inspect a presentation.\n"); + using (Metadata metadata = new Metadata(Constants.InputPpt)) + { + var root = metadata.GetRootPackage(); + + if (root.InspectionPackage.Comments != null) + { + foreach (var comment in root.InspectionPackage.Comments) + { + Console.WriteLine(comment.Author); + Console.WriteLine(comment.Text); + Console.WriteLine(comment.CreatedTime); + Console.WriteLine(comment.SlideNumber); + } + } + + if (root.InspectionPackage.HiddenSlides != null) + { + foreach (var slide in root.InspectionPackage.HiddenSlides) + { + Console.WriteLine(slide.Name); + Console.WriteLine(slide.Number); + Console.WriteLine(slide.SlideId); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationUpdateBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationUpdateBuiltInProperties.cs new file mode 100644 index 0000000..b008052 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationUpdateBuiltInProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation +{ + using System; + using Formats.Document; + + /// + /// This example demonstrates how to update built-in metadata properties in a presentation. + /// + public static class PresentationUpdateBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PresentationUpdateBuiltInProperties : How to update built-in metadata properties in a presentation.\n"); + using (Metadata metadata = new Metadata(Constants.InputPptx)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Author = "test author"; + root.DocumentProperties.CreatedTime = DateTime.Now; + root.DocumentProperties.Company = "GroupDocs"; + root.DocumentProperties.Category = "test category"; + root.DocumentProperties.Keywords = "metadata, built-in, update"; + + // ... + + metadata.Save(Constants.OutputPptx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationUpdateCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationUpdateCustomProperties.cs new file mode 100644 index 0000000..f1204dd --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationUpdateCustomProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation +{ + using Formats.Document; + using System; + + /// + /// This code sample demonstrates how to add or update custom metadata properties in a presentation. + /// + public static class PresentationUpdateCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PresentationUpdateCustomProperties : How to add or update custom metadata properties in a presentation.\n"); + using (Metadata metadata = new Metadata(Constants.InputPpt)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Set("customProperty1", "some value"); + root.DocumentProperties.Set("customProperty2", 123.1); + + metadata.Save(Constants.OutputPpt); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationUpdateInspectionProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationUpdateInspectionProperties.cs new file mode 100644 index 0000000..ecc6791 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Presentation/PresentationUpdateInspectionProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Presentation +{ + using Formats.Document; + using System; + + /// + /// This code sample demonstrates how to clean inspection properties in a presentation. + /// + public static class PresentationUpdateInspectionProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PresentationUpdateInspectionProperties : How to clean inspection properties in a presentation.\n"); + using (Metadata metadata = new Metadata(Constants.InputPpt)) + { + var root = metadata.GetRootPackage(); + + root.InspectionPackage.ClearComments(); + root.InspectionPackage.ClearHiddenSlides(); + + metadata.Save(Constants.OutputPpt); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementReadBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementReadBuiltInProperties.cs new file mode 100644 index 0000000..ea122d0 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementReadBuiltInProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement +{ + using System; + using Formats.Document; + + /// + /// This code sample demonstrates how to extract built-in properties of a ProjectManagement document. + /// + public static class ProjectManagementReadBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ProjectManagementReadBuiltInProperties : How to extract built-in properties of a ProjectManagement document.\n"); + using (Metadata metadata = new Metadata(Constants.InputMpp)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentProperties.Author); + Console.WriteLine(root.DocumentProperties.CreationDate); + Console.WriteLine(root.DocumentProperties.Company); + Console.WriteLine(root.DocumentProperties.Category); + Console.WriteLine(root.DocumentProperties.Keywords); + Console.WriteLine(root.DocumentProperties.Revision); + Console.WriteLine(root.DocumentProperties.Subject); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementReadCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementReadCustomProperties.cs new file mode 100644 index 0000000..2e8f452 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementReadCustomProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement +{ + using System; + using GroupDocs.Metadata.Formats.Document; + using GroupDocs.Metadata.Tagging; + + /// + /// This example demonstrates how to read custom metadata properties of a ProjectManagement document. + /// + public static class ProjectManagementReadCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ProjectManagementReadCustomProperties : How to read custom metadata properties of a ProjectManagement document.\n"); + using (Metadata metadata = new Metadata(Constants.InputMpp)) + { + var root = metadata.GetRootPackage(); + + var customProperties = root.DocumentProperties.FindProperties(p => !p.Tags.Contains(Tags.Document.BuiltIn)); + + foreach (var property in customProperties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementUpdateBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementUpdateBuiltInProperties.cs new file mode 100644 index 0000000..021283f --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementUpdateBuiltInProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement +{ + using System; + using Formats.Document; + + /// + /// This code sample demonstrates how to update built-in properties in a ProjectManagement document. + /// + public static class ProjectManagementUpdateBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ProjectManagementUpdateBuiltInProperties : How to update built-in properties in a ProjectManagement document.\n"); + using (Metadata metadata = new Metadata(Constants.InputMpp)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Author = "test author"; + root.DocumentProperties.CreationDate = DateTime.Now; + root.DocumentProperties.Company = "GroupDocs"; + root.DocumentProperties.Comments = "test comment"; + root.DocumentProperties.Keywords = "metadata, built-in, update"; + + // ... + + metadata.Save(Constants.OutputMpp); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementUpdateCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementUpdateCustomProperties.cs new file mode 100644 index 0000000..63b77ff --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/ProjectManagement/ProjectManagementUpdateCustomProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement +{ + using GroupDocs.Metadata.Formats.Document; + using System; + + /// + /// This code sample shows how to update custom metadata properties in a ProjectManagement document. + /// + public static class ProjectManagementUpdateCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ProjectManagementUpdateCustomProperties : How to update custom metadata properties in a ProjectManagement document.\n"); + using (Metadata metadata = new Metadata(Constants.InputMpp)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Set("customProperty1", "some value"); + root.DocumentProperties.Set("customProperty2", 7); + root.DocumentProperties.Set("customProperty3", true); + + // ... + + metadata.Save(Constants.OutputMpp); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadBuiltInProperties.cs new file mode 100644 index 0000000..aab65e5 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadBuiltInProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Spreadsheet +{ + using System; + using Formats.Document; + + /// + /// This code snippet demonstrates how to extract built-in metadata properties from a spreadsheet. + /// + public static class SpreadsheetReadBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SpreadsheetReadBuiltInProperties : How to extract built-in metadata properties from a spreadsheet.\n"); + using (Metadata metadata = new Metadata(Constants.InputXlsx)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentProperties.Author); + Console.WriteLine(root.DocumentProperties.CreatedTime); + Console.WriteLine(root.DocumentProperties.Company); + Console.WriteLine(root.DocumentProperties.Category); + Console.WriteLine(root.DocumentProperties.Keywords); + Console.WriteLine(root.DocumentProperties.Language); + Console.WriteLine(root.DocumentProperties.ContentType); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadCustomProperties.cs new file mode 100644 index 0000000..fe333e6 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadCustomProperties.cs @@ -0,0 +1,39 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Spreadsheet +{ + using System; + using Formats.Document; + using Tagging; + + /// + /// This code snippet demonstrates how to extract custom metadata properties from a spreadsheet. + /// + public static class SpreadsheetReadCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SpreadsheetReadCustomProperties : How to extract custom metadata properties from a spreadsheet.\n"); + using (Metadata metadata = new Metadata(Constants.InputXls)) + { + var root = metadata.GetRootPackage(); + + var customProperties = root.DocumentProperties.FindProperties(p => !p.Tags.Contains(Tags.Document.BuiltIn)); + + foreach (var property in customProperties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + + // Extract only content type properties if required + foreach (var contentTypeProperty in root.DocumentProperties.ContentTypeProperties.ToList()) + { + Console.WriteLine("{0}, {1} = {2}", contentTypeProperty.SpreadsheetPropertyType, contentTypeProperty.Name, contentTypeProperty.SpreadsheetPropertyValue); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadFileFormatProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadFileFormatProperties.cs new file mode 100644 index 0000000..d88425d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadFileFormatProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Spreadsheet +{ + using System; + using Formats.Document; + + /// + /// This example shows how to detect the exact type of a loaded spreadsheet and extract some additional file format information. + /// + public static class SpreadsheetReadFileFormatProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SpreadsheetReadFileFormatProperties : How to detect the exact type of a loaded spreadsheet and extract some additional file format information.\n"); + using (Metadata metadata = new Metadata(Constants.InputXlsx)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.FileType.FileFormat); + Console.WriteLine(root.FileType.SpreadsheetFormat); + Console.WriteLine(root.FileType.MimeType); + Console.WriteLine(root.FileType.Extension); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadInspectionProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadInspectionProperties.cs new file mode 100644 index 0000000..2da2754 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetReadInspectionProperties.cs @@ -0,0 +1,58 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Spreadsheet +{ + using System; + using Formats.Document; + + /// + /// This code snippet shows how to inspect a spreadsheet document. + /// + public static class SpreadsheetReadInspectionProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SpreadsheetReadInspectionProperties : How to inspect a spreadsheet document.\n"); + using (Metadata metadata = new Metadata(Constants.InputXls)) + { + var root = metadata.GetRootPackage(); + + if (root.InspectionPackage.Comments != null) + { + foreach (var comment in root.InspectionPackage.Comments) + { + Console.WriteLine(comment.Author); + Console.WriteLine(comment.Text); + Console.WriteLine(comment.SheetNumber); + Console.WriteLine(comment.Row); + Console.WriteLine(comment.Column); + } + } + + if (root.InspectionPackage.DigitalSignatures != null) + { + foreach (var signature in root.InspectionPackage.DigitalSignatures) + { + Console.WriteLine(signature.CertificateSubject); + Console.WriteLine(signature.Comments); + Console.WriteLine(signature.SignTime); + + // ... + } + } + + if (root.InspectionPackage.HiddenSheets != null) + { + foreach (var sheet in root.InspectionPackage.HiddenSheets) + { + Console.WriteLine(sheet.Name); + Console.WriteLine(sheet.Number); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetUpdateBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetUpdateBuiltInProperties.cs new file mode 100644 index 0000000..014c31e --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetUpdateBuiltInProperties.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Spreadsheet +{ + using System; + using Formats.Document; + + + /// + /// This example shows how to update built-in metadata properties in a spreadsheet. + /// + public static class SpreadsheetUpdateBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SpreadsheetUpdateBuiltInProperties : How to update built-in metadata properties in a spreadsheet.\n"); + using (Metadata metadata = new Metadata(Constants.InputXlsx)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Author = "test author"; + root.DocumentProperties.CreatedTime = DateTime.Now; + root.DocumentProperties.Company = "GroupDocs"; + root.DocumentProperties.Category = "test category"; + root.DocumentProperties.Keywords = "metadata, built-in, update"; + + // ... + + metadata.Save(Constants.OutputXlsx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetUpdateCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetUpdateCustomProperties.cs new file mode 100644 index 0000000..1353a11 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetUpdateCustomProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Spreadsheet +{ + using Formats.Document; + using System; + + /// + /// This code snippet demonstrates how to update custom metadata properties in a spreadsheet. + /// + public static class SpreadsheetUpdateCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SpreadsheetUpdateCustomProperties : How to update custom metadata properties in a spreadsheet.\n"); + using (Metadata metadata = new Metadata(Constants.InputXls)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Set("customProperty1", "some value"); + root.DocumentProperties.Set("customProperty2", 7); + + // Set a content type property + root.DocumentProperties.ContentTypeProperties.Set("customContentTypeProperty", "custom value"); + + metadata.Save(Constants.OutputXls); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetUpdateInspectionProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetUpdateInspectionProperties.cs new file mode 100644 index 0000000..9f7f3d3 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/Spreadsheet/SpreadsheetUpdateInspectionProperties.cs @@ -0,0 +1,31 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Spreadsheet +{ + using Formats.Document; + using System; + + /// + /// This code sample shows how to remove inspection properties from a spreadsheet. + /// + public static class SpreadsheetUpdateInspectionProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SpreadsheetUpdateInspectionProperties : How to remove inspection properties from a spreadsheet.\n"); + using (Metadata metadata = new Metadata(Constants.InputXlsx)) + { + var root = metadata.GetRootPackage(); + + root.InspectionPackage.ClearComments(); + root.InspectionPackage.ClearDigitalSignatures(); + root.InspectionPackage.ClearHiddenSheets(); + + metadata.Save(Constants.OutputXlsx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadBuiltInProperties.cs new file mode 100644 index 0000000..08416d8 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadBuiltInProperties.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using System; + using Formats.Document; + + /// + /// This code sample demonstrates how to read built-in metadata properties of a WordProcessing document. + /// + public static class WordProcessingReadBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingReadBuiltInProperties : How to read built-in metadata properties of a WordProcessing document.\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentProperties.Author); + Console.WriteLine(root.DocumentProperties.CreatedTime); + Console.WriteLine(root.DocumentProperties.Company); + Console.WriteLine(root.DocumentProperties.Category); + Console.WriteLine(root.DocumentProperties.Keywords); + + // ... + } + } + } +} + diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadCustomProperties.cs new file mode 100644 index 0000000..d31a70d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadCustomProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using System; + using Formats.Document; + using Tagging; + + /// + /// This example demonstrates how to read custom metadata properties of a WordProcessing document. + /// + public static class WordProcessingReadCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingReadCustomProperties : How to read custom metadata properties of a WordProcessing document.\n"); + using (Metadata metadata = new Metadata(Constants.InputDoc)) + { + var root = metadata.GetRootPackage(); + + var customProperties = root.DocumentProperties.FindProperties(p => !p.Tags.Contains(Tags.Document.BuiltIn)); + + foreach (var property in customProperties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadDocumentStatistics.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadDocumentStatistics.cs new file mode 100644 index 0000000..791efad --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadDocumentStatistics.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using System; + using Formats.Document; + + /// + /// This code sample shows how to obtain simple text statistics for a WordProcessing document. + /// + public static class WordProcessingReadDocumentStatistics + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingReadDocumentStatistics : How to obtain simple text statistics for a WordProcessing document.\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DocumentStatistics.CharacterCount); + Console.WriteLine(root.DocumentStatistics.PageCount); + Console.WriteLine(root.DocumentStatistics.WordCount); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadDublinCoreProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadDublinCoreProperties.cs new file mode 100644 index 0000000..b528aca --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadDublinCoreProperties.cs @@ -0,0 +1,37 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using System; + using Formats.Document; + + /// + /// This example demonstrates how to extract Dublin Core metadata from a WordProcessing document. + /// + public static class WordProcessingReadDublinCoreProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingReadDublinCoreProperties : How to extract Dublin Core metadata from a WordProcessing document.\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + var root = metadata.GetRootPackage(); + + if (root.DublinCorePackage != null) + { + Console.WriteLine(root.DublinCorePackage.Format); + Console.WriteLine(root.DublinCorePackage.Contributor); + Console.WriteLine(root.DublinCorePackage.Coverage); + Console.WriteLine(root.DublinCorePackage.Creator); + Console.WriteLine(root.DublinCorePackage.Source); + Console.WriteLine(root.DublinCorePackage.Description); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadFileFormatProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadFileFormatProperties.cs new file mode 100644 index 0000000..6d33c3e --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadFileFormatProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using System; + using Formats.Document; + + /// + /// This example shows how to detect the exact type of a loaded document and extract some additional file format information. + /// + public static class WordProcessingReadFileFormatProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingReadFileFormatProperties : How to detect the exact type of a loaded document and extract some additional file format information.\n"); + using (Metadata metadata = new Metadata(Constants.InputDoc)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.FileType.FileFormat); + Console.WriteLine(root.FileType.WordProcessingFormat); + Console.WriteLine(root.FileType.MimeType); + Console.WriteLine(root.FileType.Extension); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadInspectionProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadInspectionProperties.cs new file mode 100644 index 0000000..233009d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingReadInspectionProperties.cs @@ -0,0 +1,77 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using System; + using Formats.Document; + + /// + /// This code sample shows how to inspect a WordProcessing document. + /// + public static class WordProcessingReadInspectionProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingReadInspectionProperties : How to inspect a WordProcessing document.\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + var root = metadata.GetRootPackage(); + + if (root.InspectionPackage.Comments != null) + { + foreach (var comment in root.InspectionPackage.Comments) + { + Console.WriteLine(comment.Author); + Console.WriteLine(comment.CreatedDate); + Console.WriteLine(comment.Text); + + // ... + + } + } + + if (root.InspectionPackage.DigitalSignatures != null) + { + foreach (var signature in root.InspectionPackage.DigitalSignatures) + { + Console.WriteLine(signature.CertificateSubject); + Console.WriteLine(signature.Comments); + Console.WriteLine(signature.SignTime); + + // ... + } + } + + if (root.InspectionPackage.Fields != null) + { + foreach (var field in root.InspectionPackage.Fields) + { + Console.WriteLine(field.Code); + Console.WriteLine(field.Result); + } + } + + if (root.InspectionPackage.HiddenText != null) + { + foreach (var textFragment in root.InspectionPackage.HiddenText) + { + Console.WriteLine(textFragment); + } + } + + if (root.InspectionPackage.Revisions != null) + { + foreach (var revision in root.InspectionPackage.Revisions) + { + Console.WriteLine(revision.Author); + Console.WriteLine(revision.DateTime); + Console.WriteLine(revision.RevisionType); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateBuiltInProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateBuiltInProperties.cs new file mode 100644 index 0000000..1d534e5 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateBuiltInProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using System; + using Formats.Document; + + /// + /// This code sample shows how to update built-in metadata properties in a WordProcessing document. + /// + public static class WordProcessingUpdateBuiltInProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingUpdateBuiltInProperties : How to update built-in metadata properties in a WordProcessing document.\n"); + using (Metadata metadata = new Metadata(Constants.InputDoc)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Author = "test author"; + root.DocumentProperties.CreatedTime = DateTime.Now; + root.DocumentProperties.Company = "GroupDocs"; + root.DocumentProperties.Category = "test category"; + root.DocumentProperties.Keywords = "metadata, built-in, update"; + + // ... + + metadata.Save(Constants.OutputDoc); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateCustomProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateCustomProperties.cs new file mode 100644 index 0000000..5553def --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateCustomProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using Formats.Document; + using System; + + /// + /// This code sample shows how to update custom metadata properties in a WordProcessing document. + /// + public static class WordProcessingUpdateCustomProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingUpdateCustomProperties : How to update custom metadata properties in a WordProcessing document.\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + var root = metadata.GetRootPackage(); + + root.DocumentProperties.Set("customProperty1", "some value"); + root.DocumentProperties.Set("customProperty2", 7); + + metadata.Save(Constants.OutputDocx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateDocumentStatistics.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateDocumentStatistics.cs new file mode 100644 index 0000000..0ba2e47 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateDocumentStatistics.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using Formats.Document; + using System; + + /// + /// This code sample demonstrates how to update document statistics for a WordProcessing document. + /// + public static class WordProcessingUpdateDocumentStatistics + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingUpdateDocumentStatistics : How to update document statistics for a WordProcessing document.\n"); + using (Metadata metadata = new Metadata(Constants.InputDoc)) + { + var root = metadata.GetRootPackage(); + + root.UpdateDocumentStatistics(); + + metadata.Save(Constants.OutputDoc); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateInspectionProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateInspectionProperties.cs new file mode 100644 index 0000000..64e598c --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Document/WordProcessing/WordProcessingUpdateInspectionProperties.cs @@ -0,0 +1,32 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Document.WordProcessing +{ + using Formats.Document; + using System; + + /// + /// This code sample shows how to update inspection properties in a WordProcessing document. + /// + public static class WordProcessingUpdateInspectionProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WordProcessingUpdateInspectionProperties : How to update inspection properties in a WordProcessing document.\n"); + using (Metadata metadata = new Metadata(Constants.InputDoc)) + { + var root = metadata.GetRootPackage(); + + root.InspectionPackage.ClearComments(); + root.InspectionPackage.AcceptAllRevisions(); + root.InspectionPackage.ClearFields(); + root.InspectionPackage.ClearHiddenText(); + + metadata.Save(Constants.OutputDoc); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubReadDublinCoreProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubReadDublinCoreProperties.cs new file mode 100644 index 0000000..b237a2f --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubReadDublinCoreProperties.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Ebook +{ + using System; + using Formats.Ebook; + + /// + /// This example shows how to extract Dublin Core metadata from an EPUB file. + /// + public static class EpubReadDublinCoreProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # EpubReadDublinCoreProperties : How to extract Dublin Core metadata from an EPUB file.\n"); + using (Metadata metadata = new Metadata(Constants.InputEpub)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.DublinCorePackage.Rights); + Console.WriteLine(root.DublinCorePackage.Publisher); + Console.WriteLine(root.DublinCorePackage.Title); + Console.WriteLine(root.DublinCorePackage.Creator); + Console.WriteLine(root.DublinCorePackage.Language); + Console.WriteLine(root.DublinCorePackage.Date); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubReadNativeMetadataProperties.cs new file mode 100644 index 0000000..d2c9c15 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubReadNativeMetadataProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Ebook +{ + using System; + using Formats.Ebook; + + /// + /// This code sample shows how to read EPUB format-specific metadata properties. + /// + public static class EpubReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # EpubReadNativeMetadataProperties : How to read EPUB format-specific metadata properties.\n"); + using (Metadata metadata = new Metadata(Constants.InputEpub)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.EpubPackage.Version); + Console.WriteLine(root.EpubPackage.UniqueIdentifier); + Console.WriteLine(root.EpubPackage.ImageCover != null ? root.EpubPackage.ImageCover.Length : 0); + Console.WriteLine(root.EpubPackage.Description); + Console.WriteLine(root.EpubPackage.Title); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubUpdateDublinCoreProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubUpdateDublinCoreProperties.cs new file mode 100644 index 0000000..69805d5 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubUpdateDublinCoreProperties.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Ebook +{ + using Formats.Ebook; + using Common; + using System; + + /// + /// This example shows how to update Dublin Core metadata in EPUB files. + /// + public class EpubUpdateDublinCoreProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # EpubUpdateDublinCoreProperties : How to update Dublin Core metadata in EPUB files.\n"); + using (Metadata metadata = new Metadata(Constants.InputEpub)) + { + var root = metadata.GetRootPackage(); + + root.DublinCorePackage.SetProperties(p => p.Name == "dc:creator", new PropertyValue("GroupDocs")); + root.DublinCorePackage.SetProperties(p => p.Name == "dc:description", new PropertyValue("test e-book")); + root.DublinCorePackage.SetProperties(p => p.Name == "dc:title", new PropertyValue("test EPUB")); + root.DublinCorePackage.SetProperties(p => p.Name == "dc:date", new PropertyValue(DateTime.Now.ToString())); + + // ... + + metadata.Save(Constants.OutputEpub); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubUpdateNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubUpdateNativeMetadataProperties.cs new file mode 100644 index 0000000..e521693 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/EpubUpdateNativeMetadataProperties.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Ebook +{ + using Formats.Ebook; + using System; + + /// + /// This code sample shows how to update EPUB format-specific metadata properties. + /// + public class EpubUpdateNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # EpubUpdateNativeMetadataProperties : How to update EPUB format-specific metadata properties.\n"); + using (Metadata metadata = new Metadata(Constants.InputEpub)) + { + var root = metadata.GetRootPackage(); + + root.EpubPackage.Creator = "GroupDocs"; + root.EpubPackage.Description = "test e-book"; + root.EpubPackage.Format = "EPUB"; + root.EpubPackage.Date = DateTime.Now.ToString(); + + // ... + + metadata.Save(Constants.OutputEpub); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/Fb2ReadProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/Fb2ReadProperties.cs new file mode 100644 index 0000000..d19e66a --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/Fb2ReadProperties.cs @@ -0,0 +1,32 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Ebook +{ + using System; + using Formats.Ebook; + + /// + /// This example shows how to extract metadata from an FB2 file. + /// + public static class Fb2ReadProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # Fb2ReadProperties : How to extract metadata from an FB2 file.\n"); + using (Metadata metadata = new Metadata(Constants.InputFb2)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.Fb2Package.TitleInfo.BookTitle); + Console.WriteLine(root.Fb2Package.TitleInfo.Lang); + Console.WriteLine(root.Fb2Package.TitleInfo.SrcLang); + Console.WriteLine(root.Fb2Package.DocumentInfo.ProgramUsed); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/MobiReadProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/MobiReadProperties.cs new file mode 100644 index 0000000..f0175a9 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Ebook/MobiReadProperties.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.Ebook.Mobi; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Ebook +{ + using System; + using Formats.Ebook; + + /// + /// This example shows how to extract metadata from an Mobi file. + /// + public static class MobiReadProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MobiReadProperties : How to extract metadata from an Mobi file.\n"); + using (Metadata metadata = new Metadata(Constants.InputMobi)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.MobiPackage.PDBHeader.Name); + Console.WriteLine(root.MobiPackage.PDBHeader.Creator); + Console.WriteLine(root.MobiPackage.MobiHeader.FullName); + Console.WriteLine(root.MobiPackage.MobiHeader.MobiType); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/EmailRemoveAttachments.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/EmailRemoveAttachments.cs new file mode 100644 index 0000000..98e4d32 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/EmailRemoveAttachments.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Email +{ + using Formats.Email; + using System; + + /// + /// This example demonstrates how to remove all attachments from an email. + /// + public static class EmailRemoveAttachments + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # EmailRemoveAttachments : How to remove all attachments from an email.\n"); + using (Metadata metadata = new Metadata(Constants.InputEml)) + { + var root = metadata.GetRootPackage(); + + root.ClearAttachments(); + + metadata.Save(Constants.OutputEml); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/EmailUpdateEmailFields.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/EmailUpdateEmailFields.cs new file mode 100644 index 0000000..280a7ca --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/EmailUpdateEmailFields.cs @@ -0,0 +1,31 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Email +{ + using Formats.Email; + using System; + + /// + /// This code sample shows how to update fields of an email message. + /// + public static class EmailUpdateEmailFields + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # EmailUpdateEmailFields : How to update fields of an email message.\n"); + using (Metadata metadata = new Metadata(Constants.InputEml)) + { + var root = metadata.GetRootPackage(); + + root.EmailPackage.Recipients = new string[] { "sample@aspose.com" }; + root.EmailPackage.CarbonCopyRecipients = new string[] { "sample@groupdocs.com" }; + root.EmailPackage.Subject = "RE: test subject"; + + metadata.Save(Constants.OutputEml); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/EmlReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/EmlReadNativeMetadataProperties.cs new file mode 100644 index 0000000..b7fe6d2 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/EmlReadNativeMetadataProperties.cs @@ -0,0 +1,44 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Email +{ + using System; + using Formats.Email; + + /// + /// This code sample shows how to extract metadata from an EML message. + /// + public static class EmlReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # EmlReadNativeMetadataProperties : How to extract metadata from an EML message.\n"); + using (Metadata metadata = new Metadata(Constants.InputEml)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.EmailPackage.SenderEmailAddress); + Console.WriteLine(root.EmailPackage.Subject); + foreach (string recipient in root.EmailPackage.Recipients) + { + Console.WriteLine(recipient); + } + + foreach (var attachment in root.EmailPackage.Attachments) + { + Console.WriteLine(attachment.Name); + } + + foreach (var header in root.EmailPackage.Headers) + { + Console.WriteLine("{0} = {1}", header.Name, header.Value); + } + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/MsgReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/MsgReadNativeMetadataProperties.cs new file mode 100644 index 0000000..e0a3b6b --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/MsgReadNativeMetadataProperties.cs @@ -0,0 +1,49 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Email +{ + using System; + using Formats.Email; + + /// + /// This code sample shows how to extract metadata from an MSG message. + /// + public static class MsgReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MsgReadNativeMetadataProperties : How to extract metadata from an MSG message.\n"); + using (Metadata metadata = new Metadata(Constants.InputMsg)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.EmailPackage.SenderEmailAddress); + Console.WriteLine(root.EmailPackage.Subject); + foreach (string recipient in root.EmailPackage.Recipients) + { + Console.WriteLine(recipient); + } + + foreach (var attachment in root.EmailPackage.Attachments) + { + Console.WriteLine(attachment.Name); + } + + foreach (var header in root.EmailPackage.Headers) + { + Console.WriteLine("{0} = {1}", header.Name, header.Value); + } + + Console.WriteLine(root.EmailPackage.Body); + Console.WriteLine(root.EmailPackage.DeliveryTime); + + Console.WriteLine(root.EmailPackage.SenderSmtpAddress); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/MsgUpdateEmailFields.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/MsgUpdateEmailFields.cs new file mode 100644 index 0000000..8390401 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Email/MsgUpdateEmailFields.cs @@ -0,0 +1,144 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.Email.Msg; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Email +{ + using Formats.Email; + using GroupDocs.Metadata.Common; + using System; + using System.IO; + + /// + /// This code sample shows how to update fields of an email message. + /// + public static class MsgUpdateEmailFields + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MsgUpdateEmailFields : How to update fields of an email message.\n"); + + var senderEmail = "sender@sender.com"; + var deliveryTime = DateTime.Now; + var headerName = "X-Custom-Header"; + var headerValue = "Custom Value"; + + var headerNameChange = "X-MS-Exchange-Transport-EndToEndLatency"; + var headerValueChange = "Custom Value"; + + var headerSIDName = "X-SID-Result"; + var headerSIDValue = "PASS"; + + var body = "text"; + var senderName = "sender"; + + var categories = new string[] {"test1", "test2"}; + + var name = "tree.jpg"; + var attachmentPath = Constants.AttachmentJpg; + byte[] bytes; + + var senderSmtpEmail = "sender1@sender.com"; + + using (Metadata metadata = new Metadata(Constants.InputMsg)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine("PR_DISPLAY_NAME before: {0}", root.GetString(MsgKnownProperties.PR_DISPLAY_NAME)); + + Console.WriteLine("PR_DISPLAY_CC before: {0}", root.GetString(MsgKnownProperties.PR_DISPLAY_CC)); + + Console.WriteLine("SenderEmailAddress before: {0}", root.EmailPackage.SenderEmailAddress); + + root.EmailPackage.SenderEmailAddress = senderEmail; + + Console.WriteLine("SenderName before: {0}", root.EmailPackage.SenderName); + + root.EmailPackage.SenderName = senderName; + + Console.WriteLine("Delivery Time before: {0}", root.EmailPackage.DeliveryTime); + + root.EmailPackage.DeliveryTime = deliveryTime; + + foreach (var header in root.EmailPackage.Headers) + { + Console.WriteLine("Header before: name - {0}, value = {1}", header.Name, header.InterpretedValue.ToString()); + } + + if (root.EmailPackage.Categories != null) + foreach (var category in root.EmailPackage.Categories) + { + Console.WriteLine("Category before: {0}", category); + } + + foreach (var att in root.EmailPackage.Attachments) + { + Console.WriteLine("Attachment before: name - {0}, length = {1}", att.Name, att.Content.Length); + } + + root.EmailPackage.Categories = categories; + + root.EmailPackage.Headers.Set(headerName, new PropertyValue(headerValue)); + root.EmailPackage.Headers.Set(headerNameChange, new PropertyValue(headerValueChange)); + root.EmailPackage.Headers.Set(headerSIDName, new PropertyValue(headerSIDValue)); + + Console.WriteLine("Body before: {0}", root.EmailPackage.Body); + + root.EmailPackage.Body = body; + + using (FileStream fsSource = new FileStream(attachmentPath, + FileMode.Open, FileAccess.Read)) + { + bytes = new byte[fsSource.Length]; + var attachments = new MsgAttachmentPackage[1]; + attachments[0] = new MsgAttachmentPackage(name, bytes); + root.EmailPackage.Attachments = attachments; + } + + Console.WriteLine("SenderSmtpAddress before: {0}", root.EmailPackage.SenderSmtpAddress); + + root.EmailPackage.SenderSmtpAddress = senderSmtpEmail; + + metadata.Save(Constants.OutputMsg); + } + + using (Metadata metadata = new Metadata(Constants.OutputMsg)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine("PR_DISPLAY_NAME after: {0}", root.GetString(MsgKnownProperties.PR_DISPLAY_NAME)); + + Console.WriteLine("PR_DISPLAY_CC after: {0}", root.GetString(MsgKnownProperties.PR_DISPLAY_CC)); + + Console.WriteLine("SenderEmailAddress after: {0}", root.EmailPackage.SenderEmailAddress); + + Console.WriteLine("SenderName after: {0}", root.EmailPackage.SenderName); + + Console.WriteLine("Delivery Time after: {0}", root.EmailPackage.DeliveryTime); + + Console.WriteLine("Body after: {0}", root.EmailPackage.Body); + + Console.WriteLine("SenderSmtpAddress after: {0}", root.EmailPackage.SenderSmtpAddress); + + foreach (var header in root.EmailPackage.Headers) + { + Console.WriteLine("Header after: name - {0}, value = {1}", header.Name, header.Value.RawValue.ToString()); + } + + if (root.EmailPackage.Categories != null) + foreach (var category in root.EmailPackage.Categories) + { + Console.WriteLine("Category after: {0}", category); + } + + foreach (var att in root.EmailPackage.Attachments) + { + Console.WriteLine("Attachment after: name - {0}, length = {1}", att.Name, att.Content.Length); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Font/OpenTypeReadDigitalSignatureProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Font/OpenTypeReadDigitalSignatureProperties.cs new file mode 100644 index 0000000..c4202fe --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Font/OpenTypeReadDigitalSignatureProperties.cs @@ -0,0 +1,91 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Font +{ + using System; + using Formats.Font; + using Standards.Pkcs; + + /// + /// This code snippet demonstrates how to extract digital signatures associated with an OpenType font. + /// + public static class OpenTypeReadDigitalSignatureProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # OpenTypeReadDigitalSignatureProperties : How to extract digital signatures associated with an OpenType font.\n"); + using (Metadata metadata = new Metadata(Constants.InputTtf)) + { + var root = metadata.GetRootPackage(); + + if (root.DigitalSignaturePackage != null) + { + Console.WriteLine(root.DigitalSignaturePackage.Flags); + foreach (var signature in root.DigitalSignaturePackage.Signatures) + { + Console.WriteLine(signature.SignTime); + if (signature.DigestAlgorithms != null) + { + foreach (var signatureDigestAlgorithm in signature.DigestAlgorithms) + { + PrintOid(signatureDigestAlgorithm); + } + } + if (signature.EncapsulatedContent != null) + { + PrintOid(signature.EncapsulatedContent.ContentType); + Console.WriteLine(signature.EncapsulatedContent.ContentRawData.Length); + } + if (signature.Certificates != null) + { + foreach (var certificate in signature.Certificates) + { + Console.WriteLine(certificate.NotAfter); + Console.WriteLine(certificate.NotBefore); + Console.WriteLine(certificate.RawData.Length); + } + } + if (signature.Signers != null) + { + foreach (var signerInfoEntry in signature.Signers) + { + Console.WriteLine(signerInfoEntry.SignatureValue); + PrintOid(signerInfoEntry.DigestAlgorithm); + PrintOid(signerInfoEntry.SignatureAlgorithm); + Console.WriteLine(signerInfoEntry.SigningTime); + PrintAttributes(signerInfoEntry.SignedAttributes); + PrintAttributes(signerInfoEntry.UnsignedAttributes); + } + } + } + } + } + } + + private static void PrintOid(Oid oid) + { + // Display the property name and value of OID + if (oid != null) + { + Console.WriteLine(oid.FriendlyName); + Console.WriteLine(oid.Value); + } + } + + private static void PrintAttributes(CmsAttribute[] attributes) + { + //Display the CmsAttributes of an OID + if (attributes != null) + { + foreach (CmsAttribute attribute in attributes) + { + PrintOid(attribute.Oid); + Console.WriteLine(attribute.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Font/OpenTypeReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Font/OpenTypeReadNativeMetadataProperties.cs new file mode 100644 index 0000000..8faf520 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Font/OpenTypeReadNativeMetadataProperties.cs @@ -0,0 +1,78 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Font +{ + using System; + using Formats.Font; + + /// + /// This example shows how to read OpenType font metadata. + /// + public static class OpenTypeReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # OpenTypeReadNativeMetadataProperties : How to read OpenType font metadata.\n"); + using (Metadata metadata = new Metadata(Constants.InputTtf)) + { + var root = metadata.GetRootPackage(); + + // Read the OpenType font metadata + foreach (var metadataEntry in root.OpenTypePackage.Fonts) + { + // Display the values of some metadata properties + Console.WriteLine(metadataEntry.Created); + Console.WriteLine(metadataEntry.DirectionHint); + Console.WriteLine(metadataEntry.EmbeddingLicensingRights); + Console.WriteLine(metadataEntry.Flags); + Console.WriteLine(metadataEntry.FontFamilyName); + Console.WriteLine(metadataEntry.FontRevision); + Console.WriteLine(metadataEntry.FontSubfamilyName); + Console.WriteLine(metadataEntry.FullFontName); + Console.WriteLine(metadataEntry.GlyphBounds); + Console.WriteLine(metadataEntry.MajorVersion); + Console.WriteLine(metadataEntry.MinorVersion); + Console.WriteLine(metadataEntry.Modified); + Console.WriteLine(metadataEntry.SfntVersion); + Console.WriteLine(metadataEntry.Style); + Console.WriteLine(metadataEntry.TypographicFamily); + Console.WriteLine(metadataEntry.TypographicSubfamily); + Console.WriteLine(metadataEntry.Weight); + Console.WriteLine(metadataEntry.Width); + foreach (OpenTypeBaseNameRecord nameRecord in metadataEntry.Names) + { + Console.WriteLine(nameRecord.NameID); + Console.WriteLine(nameRecord.Platform); + Console.WriteLine(nameRecord.Value); + OpenTypeMacintoshNameRecord macintoshNameRecord = nameRecord as OpenTypeMacintoshNameRecord; + if (macintoshNameRecord != null) + { + Console.WriteLine(macintoshNameRecord.Encoding); + Console.WriteLine(macintoshNameRecord.Language); + } + else + { + OpenTypeUnicodeNameRecord unicodeNameRecord = nameRecord as OpenTypeUnicodeNameRecord; + if (unicodeNameRecord != null) + { + Console.WriteLine(unicodeNameRecord.Encoding); + } + else + { + OpenTypeWindowsNameRecord windowsNameRecord = nameRecord as OpenTypeWindowsNameRecord; + if (windowsNameRecord != null) + { + Console.WriteLine(windowsNameRecord.Encoding); + Console.WriteLine(windowsNameRecord.Language); + } + } + } + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Gis/GisReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Gis/GisReadNativeMetadataProperties.cs new file mode 100644 index 0000000..4c51b56 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Gis/GisReadNativeMetadataProperties.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + + + + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Gis +{ + using System; + using Formats.Gis; + + /// + /// The following code snippet shows how to get metadata from a Gis file. + /// + public static class GisReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # GisReadNativeMetadataProperties : How to get metadata from a Gis file.\n"); + using (Metadata metadata = new Metadata(Constants.InputKml)) + { + var root = metadata.GetRootPackage(); + + foreach (var feature in root.GisPackage.Features) + { + foreach (var attribute in feature.Attributes) + { + Console.WriteLine(attribute.Name); + Console.WriteLine(attribute.Value); + } + + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Bmp/BmpReadHeaderProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Bmp/BmpReadHeaderProperties.cs new file mode 100644 index 0000000..b2587bb --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Bmp/BmpReadHeaderProperties.cs @@ -0,0 +1,31 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp +{ + using System; + using Formats.Image; + + /// + /// This code sample shows how to read the header of a BMP file. + /// + public static class BmpReadHeaderProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # BmpReadHeaderProperties : How to read the header of a BMP file.\n"); + using (Metadata metadata = new Metadata(Constants.InputBmp)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.BmpHeader.BitsPerPixel); + Console.WriteLine(root.BmpHeader.ColorsImportant); + Console.WriteLine(root.BmpHeader.HeaderSize); + Console.WriteLine(root.BmpHeader.ImageSize); + Console.WriteLine(root.BmpHeader.Planes); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Dicom/DicomReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Dicom/DicomReadNativeMetadataProperties.cs new file mode 100644 index 0000000..4e8b023 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Dicom/DicomReadNativeMetadataProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom +{ + using System; + using Formats.Image; + + /// + /// This example demonstrates how to read DICOM format-specific metadata properties. + /// + public static class DicomReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DicomReadNativeMetadataProperties : How to read DICOM format-specific metadata properties.\n"); + using (Metadata metadata = new Metadata(Constants.InputDicom)) + { + var root = metadata.GetRootPackage(); + if (root.DicomPackage != null) + { + Console.WriteLine(root.DicomPackage.BitsAllocated); + Console.WriteLine(root.DicomPackage.HeaderOffset); + Console.WriteLine(root.DicomPackage.NumberOfFrames); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Dng/DngReadFileFormatProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Dng/DngReadFileFormatProperties.cs new file mode 100644 index 0000000..574fb90 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Dng/DngReadFileFormatProperties.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using System; +using GroupDocs.Metadata.Formats.Image.Dng; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dng +{ + /// + /// This code snippet shows how to detect the version of a loaded DNG image and extract some additional file format information. + /// + public static class DngReadFileFormatProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DngReadFileFormatProperties : How to detect the version of a loaded DNG image and extract some additional file format information.\n"); + using (Metadata metadata = new Metadata(Constants.InputDng)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.FileType.FileFormat); + Console.WriteLine(root.FileType.ByteOrder); + Console.WriteLine(root.FileType.MimeType); + Console.WriteLine(root.FileType.Extension); + Console.WriteLine(root.FileType.Width); + Console.WriteLine(root.FileType.Height); + Console.WriteLine(root.DngPackage.Artist); + Console.WriteLine(root.DngPackage.Description); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Gif/GifReadFileFormatProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Gif/GifReadFileFormatProperties.cs new file mode 100644 index 0000000..67f4422 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Gif/GifReadFileFormatProperties.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif +{ + using System; + using Formats.Image; + + /// + /// This code snippet shows how to detect the version of a loaded GIF image and extract some additional file format information. + /// + public static class GifReadFileFormatProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # GifReadFileFormatProperties : How to detect the version of a loaded GIF image and extract some additional file format information.\n"); + using (Metadata metadata = new Metadata(Constants.InputGif)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.FileType.FileFormat); + Console.WriteLine(root.FileType.Version); + Console.WriteLine(root.FileType.ByteOrder); + Console.WriteLine(root.FileType.MimeType); + Console.WriteLine(root.FileType.Extension); + Console.WriteLine(root.FileType.Width); + Console.WriteLine(root.FileType.Height); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/ImageReadFileFormatProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/ImageReadFileFormatProperties.cs new file mode 100644 index 0000000..43e8821 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/ImageReadFileFormatProperties.cs @@ -0,0 +1,32 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image +{ + using System; + using Formats.Image; + + /// + /// This code sample demonstrates how to extract common image properties such as width and height, MIME type, byte order, etc. + /// + public static class ImageReadFileFormatProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ImageReadFileFormatProperties : How to extract common image properties such as width and height, MIME type, byte order, etc.\n"); + using (Metadata metadata = new Metadata(Constants.InputPng)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.FileType.FileFormat); + Console.WriteLine(root.FileType.ByteOrder); + Console.WriteLine(root.FileType.MimeType); + Console.WriteLine(root.FileType.Extension); + Console.WriteLine(root.FileType.Width); + Console.WriteLine(root.FileType.Height); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/JpegDetectBarcodes.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/JpegDetectBarcodes.cs new file mode 100644 index 0000000..54b1bee --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/JpegDetectBarcodes.cs @@ -0,0 +1,32 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg +{ + using Formats.Image; + using System; + + /// + /// This code snippet demonstrates how to detect barcodes in a JPEG image. + /// + public class JpegDetectBarcodes + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # JpegDetectBarcodes : How to detect barcodes in a JPEG image.\n"); + using (Metadata metadata = new Metadata(Constants.JpegWithBarcodes)) + { + var root = metadata.GetRootPackage(); + + var barcodeTypes = root.DetectBarcodeTypes(); + + foreach (var barcodeType in barcodeTypes) + { + Console.WriteLine(barcodeType); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/JpegReadImageResourceBlocks.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/JpegReadImageResourceBlocks.cs new file mode 100644 index 0000000..aeefb60 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/JpegReadImageResourceBlocks.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg +{ + using System; + using Formats.Image; + + /// + /// The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image. + /// + public static class JpegReadImageResourceBlocks + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # JpegReadImageResourceBlocks : How to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image.\n"); + using (Metadata metadata = new Metadata(Constants.JpegWithIrb)) + { + var root = metadata.GetRootPackage(); + + if (root.ImageResourcePackage != null) + { + foreach (var block in root.ImageResourcePackage.ToList()) + { + Console.WriteLine(block.Signature); + Console.WriteLine(block.ID); + Console.WriteLine(block.Name); + Console.WriteLine(block.Data); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/JpegRemoveImageResourceBlocks.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/JpegRemoveImageResourceBlocks.cs new file mode 100644 index 0000000..b54c37c --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/JpegRemoveImageResourceBlocks.cs @@ -0,0 +1,28 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg +{ + using Formats.Image; + using System; + + /// + /// This code snippet demonstrates how to remove Photoshop metadata from a JPEG image. + /// + public static class JpegRemoveImageResourceBlocks + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # JpegRemoveImageResourceBlocks : How to remove Photoshop metadata from a JPEG image.\n"); + using (Metadata metadata = new Metadata(Constants.JpegWithIrb)) + { + var root = metadata.GetRootPackage(); + root.RemoveImageResourcePackage(); + + metadata.Save(Constants.OutputJpeg); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadAllTags.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadAllTags.cs new file mode 100644 index 0000000..08f35b7 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadAllTags.cs @@ -0,0 +1,33 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg.MakerNote +{ + using System; + using Formats.Image; + + /// + /// This code sample shows how to extract all detected MakerNote properties in the form of TIFF/EXIF tags. + /// + public class MakerNoteReadAllTags + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MakerNoteReadAllTags : How to extract all detected MakerNote properties in the form of TIFF/EXIF tags.\n"); + using (Metadata metadata = new Metadata(Constants.CanonJpeg)) + { + var root = metadata.GetRootPackage(); + if (root.MakerNotePackage != null) + { + foreach (var tag in root.MakerNotePackage.ToList()) + { + // Please note that tag ids used by camera manufacturers may intersect with the ids defined in the TIFF/EXIF specification + Console.WriteLine("{0} = {1}", (int) tag.TagID, tag.Value); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadCanonProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadCanonProperties.cs new file mode 100644 index 0000000..c4435a6 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadCanonProperties.cs @@ -0,0 +1,47 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg.MakerNote +{ + using System; + using Formats.Image; + using Standards.Exif.MakerNote; + + /// + /// This code sample shows how to extract Canon MakerNote properties. + /// + public class MakerNoteReadCanonProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MakerNoteReadCanonProperties : How to extract Canon MakerNote properties.\n"); + using (Metadata metadata = new Metadata(Constants.CanonJpeg)) + { + var root = metadata.GetRootPackage(); + + var makerNote = (CanonMakerNotePackage)root.MakerNotePackage; + if (makerNote != null) + { + Console.WriteLine(makerNote.CanonFirmwareVersion); + Console.WriteLine(makerNote.CanonImageType); + Console.WriteLine(makerNote.OwnerName); + Console.WriteLine(makerNote.CanonModelID); + + // ... + + if (makerNote.CameraSettings != null) + { + Console.WriteLine(makerNote.CameraSettings.AFPoint); + Console.WriteLine(makerNote.CameraSettings.CameraIso); + Console.WriteLine(makerNote.CameraSettings.Contrast); + Console.WriteLine(makerNote.CameraSettings.DigitalZoom); + + // ... + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadNikonProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadNikonProperties.cs new file mode 100644 index 0000000..66d8449 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadNikonProperties.cs @@ -0,0 +1,39 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg.MakerNote +{ + using Formats.Image; + using Standards.Exif.MakerNote; + using System; + + /// + /// This code sample shows how to extract Nikon MakerNote properties. + /// + public class MakerNoteReadNikonProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MakerNoteReadNikonProperties : How to extract Nikon MakerNote properties.\n"); + using (Metadata metadata = new Metadata(Constants.NikonJpeg)) + { + var root = metadata.GetRootPackage(); + + var makerNote = (NikonMakerNotePackage)root.MakerNotePackage; + if (makerNote != null) + { + Console.WriteLine(makerNote.ColorMode); + Console.WriteLine(makerNote.FlashSetting); + Console.WriteLine(makerNote.FlashType); + Console.WriteLine(makerNote.FocusMode); + Console.WriteLine(makerNote.Quality); + Console.WriteLine(makerNote.Sharpness); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadPanasonicProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadPanasonicProperties.cs new file mode 100644 index 0000000..54604bb --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadPanasonicProperties.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg.MakerNote +{ + using Formats.Image; + using Standards.Exif.MakerNote; + using System; + + /// + /// This code sample shows how to extract Panasonic MakerNote properties. + /// + public class MakerNoteReadPanasonicProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MakerNoteReadPanasonicProperties : How to extract Panasonic MakerNote properties.\n"); + using (Metadata metadata = new Metadata(Constants.PanasonicJpeg)) + { + var root = metadata.GetRootPackage(); + + var makerNote = (PanasonicMakerNotePackage)root.MakerNotePackage; + if (makerNote != null) + { + Console.WriteLine(makerNote.AccessorySerialNumber); + Console.WriteLine(makerNote.AccessoryType); + Console.WriteLine(makerNote.MacroMode); + Console.WriteLine(makerNote.LensSerialNumber); + Console.WriteLine(makerNote.LensType); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadSonyProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadSonyProperties.cs new file mode 100644 index 0000000..76895a1 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg/MakerNote/MakerNoteReadSonyProperties.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg.MakerNote +{ + using System; + using Formats.Image; + using Standards.Exif.MakerNote; + + /// + /// This code sample shows how to extract Sony MakerNote properties. + /// + public class MakerNoteReadSonyProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MakerNoteReadSonyProperties : How to extract Sony MakerNote properties.\n"); + using (Metadata metadata = new Metadata(Constants.SonyJpeg)) + { + var root = metadata.GetRootPackage(); + + var makerNote = (SonyMakerNotePackage)root.MakerNotePackage; + if (makerNote != null) + { + Console.WriteLine(makerNote.CreativeStyle); + Console.WriteLine(makerNote.ColorMode); + Console.WriteLine(makerNote.JpegQuality); + Console.WriteLine(makerNote.Brightness); + Console.WriteLine(makerNote.Sharpness); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg2000/Jpeg2000ReadComments.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg2000/Jpeg2000ReadComments.cs new file mode 100644 index 0000000..591f140 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Jpeg2000/Jpeg2000ReadComments.cs @@ -0,0 +1,34 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000 +{ + using System; + using Formats.Image; + + /// + /// This code snippet demonstrates how to read JPEG2000 image comments. + /// + public static class Jpeg2000ReadComments + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # Jpeg2000ReadComments : How to read JPEG2000 image comments.\n"); + using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) + { + var root = metadata.GetRootPackage(); + + if (root.Jpeg2000Package.Comments != null) + { + foreach (var comment in root.Jpeg2000Package.Comments) + { + Console.WriteLine(comment); + } + } + } + } + } +} + diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Png/PngReadTextChunks.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Png/PngReadTextChunks.cs new file mode 100644 index 0000000..a56d82d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Png/PngReadTextChunks.cs @@ -0,0 +1,45 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png +{ + using System; + using Formats.Image; + + /// + /// This code snippet shows how to extract chunks of textual metadata from a PNG image. + /// + public class PngReadTextChunks + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PngReadTextChunks : How to extract chunks of textual metadata from a PNG image.\n"); + using (Metadata metadata = new Metadata(Constants.InputPng)) + { + var root = metadata.GetRootPackage(); + + foreach (var chunk in root.PngPackage.TextChunks) + { + Console.WriteLine(chunk.Keyword); + Console.WriteLine(chunk.Text); + + var compressedChunk = chunk as PngCompressedTextChunk; + if (compressedChunk != null) + { + Console.WriteLine(compressedChunk.CompressionMethod); + } + + var internationalChunk = chunk as PngInternationalTextChunk; + if (internationalChunk != null) + { + Console.WriteLine(internationalChunk.IsCompressed); + Console.WriteLine(internationalChunk.Language); + Console.WriteLine(internationalChunk.TranslatedKeyword); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Psd/PsdReadBasicExifProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Psd/PsdReadBasicExifProperties.cs new file mode 100644 index 0000000..b6a26b1 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Psd/PsdReadBasicExifProperties.cs @@ -0,0 +1,50 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Psd +{ + using System; + using Formats.Image; + + /// + /// This code sample demonstrates how to extract basic EXIF metadata properties from a PSD image. + /// + public class PsdReadBasicExifProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PsdReadBasicExifProperties : How to extract basic EXIF metadata properties from a PSD image.\n"); + using (Metadata metadata = new Metadata(Constants.PsdWithExif)) + { + var root = metadata.GetRootPackage(); + if (root.ExifPackage != null) + { + Console.WriteLine(root.ExifPackage.Artist); + Console.WriteLine(root.ExifPackage.Copyright); + Console.WriteLine(root.ExifPackage.ImageDescription); + Console.WriteLine(root.ExifPackage.Make); + Console.WriteLine(root.ExifPackage.Model); + Console.WriteLine(root.ExifPackage.Software); + Console.WriteLine(root.ExifPackage.ImageWidth); + Console.WriteLine(root.ExifPackage.ImageLength); + + // ... + + Console.WriteLine(root.ExifPackage.ExifIfdPackage.BodySerialNumber); + Console.WriteLine(root.ExifPackage.ExifIfdPackage.CameraOwnerName); + Console.WriteLine(root.ExifPackage.ExifIfdPackage.UserComment); + + // ... + + Console.WriteLine(root.ExifPackage.GpsPackage.Altitude); + Console.WriteLine(root.ExifPackage.GpsPackage.LatitudeRef); + Console.WriteLine(root.ExifPackage.GpsPackage.LongitudeRef); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Psd/PsdReadImageResourceBlocks.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Psd/PsdReadImageResourceBlocks.cs new file mode 100644 index 0000000..b151de1 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Psd/PsdReadImageResourceBlocks.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Psd +{ + using System; + using Formats.Image; + + /// + /// The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. + /// + public static class PsdReadImageResourceBlocks + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PsdReadImageResourceBlocks : How to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image.\n"); + using (Metadata metadata = new Metadata(Constants.PsdWithIrb)) + { + var root = metadata.GetRootPackage(); + + if (root.ImageResourcePackage != null) + { + foreach (var block in root.ImageResourcePackage.ToList()) + { + Console.WriteLine(block.Signature); + Console.WriteLine(block.ID); + Console.WriteLine(block.Name); + Console.WriteLine(block.Data); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Psd/PsdReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Psd/PsdReadNativeMetadataProperties.cs new file mode 100644 index 0000000..cba9950 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Psd/PsdReadNativeMetadataProperties.cs @@ -0,0 +1,44 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Psd +{ + using System; + using Formats.Image; + + /// + /// This code sample demonstrates how to read the header of a PSD file and extract some information about the PSD layers. + /// + public static class PsdReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # PsdReadNativeMetadataProperties : How to read the header of a PSD file and extract some information about the PSD layers.\n"); + using (Metadata metadata = new Metadata(Constants.PsdWithIptc)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.PsdPackage.ChannelCount); + Console.WriteLine(root.PsdPackage.ColorMode); + Console.WriteLine(root.PsdPackage.Compression); + Console.WriteLine(root.PsdPackage.PhotoshopVersion); + + foreach (var layer in root.PsdPackage.Layers) + { + Console.WriteLine(layer.Name); + Console.WriteLine(layer.BitsPerPixel); + Console.WriteLine(layer.ChannelCount); + Console.WriteLine(layer.Flags); + Console.WriteLine(layer.Height); + Console.WriteLine(layer.Width); + + // ... + } + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Raw/Cr2ReadFileFormatProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Raw/Cr2ReadFileFormatProperties.cs new file mode 100644 index 0000000..30b6257 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Raw/Cr2ReadFileFormatProperties.cs @@ -0,0 +1,37 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Raw +{ + using System; + using GroupDocs.Metadata.Formats.Raw.Cr2; + using GroupDocs.Metadata.Formats.Raw.Tag; + /// + /// This code sample demonstrates how to get metadata from a Cr2 file. + /// + public static class Cr2ReadFileFormatProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # Cr2ReadFileFormatProperties : How to get metadata from a Cr2 file.\n"); + using (Metadata metadata = new Metadata(Constants.InputCr2)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.FileType.FileFormat); + Console.WriteLine(root.Cr2Package.RawTiffTagPackage.Artist); + Console.WriteLine(root.Cr2Package.RawTiffTagPackage.Copyright); + Console.WriteLine(root.Cr2Package.RawTiffTagPackage.RawExifTagPackage.BodySerialNumber); + Cr2MakerNotePackage cr2MakerNotePackage = + (Cr2MakerNotePackage) root.Cr2Package.RawTiffTagPackage.RawExifTagPackage.RawMakerNotePackage; + Console.WriteLine(cr2MakerNotePackage.Cr2CameraSettingsPackage.LensType); + Console.WriteLine(cr2MakerNotePackage.Cr2CameraSettingsPackage.MacroMode); + + var propertyMacroMode = cr2MakerNotePackage.Cr2CameraSettingsPackage[(uint)Cr2CameraSettingsIndex.MacroMode] as RawShortTag; + Console.WriteLine(propertyMacroMode.InterpretedValue); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Svg/SvgUpdateXmpProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Svg/SvgUpdateXmpProperties.cs new file mode 100644 index 0000000..b1c59b7 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Svg/SvgUpdateXmpProperties.cs @@ -0,0 +1,43 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.Image.Svg; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Svg +{ + using System; + using Formats.Image; + using GroupDocs.Metadata.Standards.Xmp.Schemes; + using GroupDocs.Metadata.Standards.Xmp; + using Microsoft.SqlServer.Server; + + /// + /// This code sample shows how to read the header of a BMP file. + /// + public static class SvgUpdateXmpProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SvgUpdateXmpProperties : How to update XMP properties of a SVG file.\n"); + using (Metadata metadata = new Metadata(Constants.InputSvg)) + { + var root = metadata.GetRootPackage(); + Console.WriteLine("XmpBasic Label before: {0}", ""); + var xmpPacketWrapper = new XmpPacketWrapper(); + xmpPacketWrapper.Schemes.XmpBasic = new XmpBasicPackage(); + xmpPacketWrapper.Schemes.XmpBasic.Label = "test"; + root.XmpPackage = xmpPacketWrapper; + metadata.Save(Constants.OutputSvg); + + } + + using (Metadata metadata = new Metadata(Constants.OutputSvg)) + { + var root = metadata.GetRootPackage(); + Console.WriteLine("XmpBasic Label after: {0}", root.XmpPackage.Schemes.XmpBasic.Label); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Tiff/TiffReadBasicIptcProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Tiff/TiffReadBasicIptcProperties.cs new file mode 100644 index 0000000..f92f506 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Image/Tiff/TiffReadBasicIptcProperties.cs @@ -0,0 +1,50 @@ +// +// Copyright (C) 2011-2019 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Tiff +{ + using System; + using Formats.Image; + + /// + /// This example shows how to extract basic IPTC metadata properties from a TIFF image. + /// + public class TiffReadBasicIptcProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # TiffReadBasicIptcProperties : How to extract basic IPTC metadata properties from a TIFF image.\n"); + using (Metadata metadata = new Metadata(Constants.TiffWithIptc)) + { + var root = metadata.GetRootPackage(); + if (root.IptcPackage != null) + { + if (root.IptcPackage.EnvelopeRecord != null) + { + Console.WriteLine(root.IptcPackage.EnvelopeRecord.DateSent); + Console.WriteLine(root.IptcPackage.EnvelopeRecord.Destination); + Console.WriteLine(root.IptcPackage.EnvelopeRecord.FileFormat); + Console.WriteLine(root.IptcPackage.EnvelopeRecord.FileFormatVersion); + + // ... + } + + if (root.IptcPackage.ApplicationRecord != null) + { + Console.WriteLine(root.IptcPackage.ApplicationRecord.Headline); + Console.WriteLine(root.IptcPackage.ApplicationRecord.ByLine); + Console.WriteLine(root.IptcPackage.ApplicationRecord.ByLineTitle); + Console.WriteLine(root.IptcPackage.ApplicationRecord.CaptionAbstract); + Console.WriteLine(root.IptcPackage.ApplicationRecord.City); + Console.WriteLine(root.IptcPackage.ApplicationRecord.DateCreated); + Console.WriteLine(root.IptcPackage.ApplicationRecord.ReleaseDate); + + // ... + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Peer2Peer/TorrentReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Peer2Peer/TorrentReadNativeMetadataProperties.cs new file mode 100644 index 0000000..31cdc56 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Peer2Peer/TorrentReadNativeMetadataProperties.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Peer2Peer +{ + using System; + using Formats.Peer2Peer; + + + /// + /// This code sample shows how to read metadata of a TORRENT file. + /// + public static class TorrentReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # TorrentReadNativeMetadataProperties : How to read metadata of a TORRENT file.\n"); + using (Metadata metadata = new Metadata(Constants.InputTorrent)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.TorrentPackage.Announce); + Console.WriteLine(root.TorrentPackage.Comment); + Console.WriteLine(root.TorrentPackage.CreatedBy); + Console.WriteLine(root.TorrentPackage.CreationDate); + foreach (var file in root.TorrentPackage.SharedFiles) + { + Console.WriteLine(file.Name); + Console.WriteLine(file.Length); + } + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Peer2Peer/TorrentUpdateNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Peer2Peer/TorrentUpdateNativeMetadataProperties.cs new file mode 100644 index 0000000..915aae1 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Peer2Peer/TorrentUpdateNativeMetadataProperties.cs @@ -0,0 +1,31 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Peer2Peer +{ + using System; + using Formats.Peer2Peer; + + /// + /// This code sample shows how to update metadata in a TORRENT file. + /// + public static class TorrentUpdateNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # TorrentUpdateNativeMetadataProperties : How to update metadata in a TORRENT file.\n"); + using (Metadata metadata = new Metadata(Constants.InputTorrent)) + { + var root = metadata.GetRootPackage(); + + root.TorrentPackage.Comment = "test comment"; + root.TorrentPackage.CreatedBy = "GroupDocs.Metadata"; + root.TorrentPackage.CreationDate = DateTime.Today; + + metadata.Save(Constants.OutputTorrent); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/DaeReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/DaeReadNativeMetadataProperties.cs new file mode 100644 index 0000000..df1c15a --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/DaeReadNativeMetadataProperties.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.ThreeD.Dae; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.ThreeD +{ + using System; + + /// + /// The following code snippet shows how to get metadata from a Dae file. + /// + public static class DaeReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # DaeReadNativeMetadataProperties : How to get metadata from a Dae file.\n"); + using (Metadata metadata = new Metadata(Constants.InputDae)) + { + var root = metadata.GetRootPackage(); + Console.WriteLine(root.DaePackage.Author); + Console.WriteLine(root.DaePackage.Comment); + Console.WriteLine(root.DaePackage.CreationTime); + Console.WriteLine(root.DaePackage.ModificationTime); + Console.WriteLine(root.DaePackage.Name); + Console.WriteLine(root.DaePackage.Title); + foreach (var node in root.DaePackage.Nodes) + { + Console.WriteLine(node.Name); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/FbxReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/FbxReadNativeMetadataProperties.cs new file mode 100644 index 0000000..003456e --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/FbxReadNativeMetadataProperties.cs @@ -0,0 +1,37 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.ThreeD.Fbx; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.ThreeD +{ + using System; + + /// + /// The following code snippet shows how to get metadata from a Fbx file. + /// + public static class FbxReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # FbxReadNativeMetadataProperties : How to get metadata from a Fbx file.\n"); + using (Metadata metadata = new Metadata(Constants.InputFbx)) + { + var root = metadata.GetRootPackage(); + Console.WriteLine(root.FbxPackage.Author); + Console.WriteLine(root.FbxPackage.Comment); + Console.WriteLine(root.FbxPackage.ApplicationName); + Console.WriteLine(root.FbxPackage.ApplicationVendor); + Console.WriteLine(root.FbxPackage.Name); + Console.WriteLine(root.FbxPackage.ApplicationVersion); + Console.WriteLine(root.FbxPackage.Url); + foreach (var node in root.FbxPackage.Nodes) + { + Console.WriteLine(node.Name); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/GltfReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/GltfReadNativeMetadataProperties.cs new file mode 100644 index 0000000..3a5e9e3 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/GltfReadNativeMetadataProperties.cs @@ -0,0 +1,39 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.ThreeD.Gltf; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.ThreeD +{ + using System; + + /// + /// The following code snippet shows how to get metadata from a Gltf file. + /// + public static class GltfReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] #GltfReadNativeMetadataProperties : How to get metadata from a Gltf file.\n"); + using (Metadata metadata = new Metadata(Constants.InputGltf)) + { + var root = metadata.GetRootPackage(); + foreach (var table in root.GltfPackage.PropertyTables) + { + Console.WriteLine(table.PropertyTableName); + if (table.Properties != null) + { + foreach (var prop in table.Properties) + { + Console.WriteLine(prop.PropertyName); + Console.WriteLine(prop.PropertyType); + Console.WriteLine(prop.PropertyValue); + } + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/StlReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/StlReadNativeMetadataProperties.cs new file mode 100644 index 0000000..e214938 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/StlReadNativeMetadataProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.ThreeD.Stl; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.ThreeD +{ + using System; + + /// + /// The following code snippet shows how to get metadata from a Stl file. + /// + public static class StlReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # StlReadNativeMetadataProperties : How to get metadata from a Stl file.\n"); + using (Metadata metadata = new Metadata(Constants.InputStl)) + { + var root = metadata.GetRootPackage(); + foreach (var node in root.StlPackage.Nodes) + { + Console.WriteLine(node.Name); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/ThreeDSReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/ThreeDSReadNativeMetadataProperties.cs new file mode 100644 index 0000000..e8f82b0 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/ThreeD/ThreeDSReadNativeMetadataProperties.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Formats.ThreeD.ThreeDS; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.ThreeD +{ + using System; + + /// + /// The following code snippet shows how to get metadata from a ThreeDS file. + /// + public static class ThreeDSReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ThreeDSReadNativeMetadataProperties : How to get metadata from a ThreeDS file.\n"); + using (Metadata metadata = new Metadata(Constants.Input3ds)) + { + var root = metadata.GetRootPackage(); + foreach (var material in root.ThreeDSPackage.Materials) + { + Console.WriteLine(material); + } + foreach (var node in root.ThreeDSPackage.Nodes) + { + Console.WriteLine(node.Name); + foreach (var material in node.Materials) + { + Console.WriteLine(material); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Asf/AsfReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Asf/AsfReadNativeMetadataProperties.cs new file mode 100644 index 0000000..ff9c924 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Asf/AsfReadNativeMetadataProperties.cs @@ -0,0 +1,92 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf +{ + using System; + using Formats.Video; + + /// + /// This code sample demonstrates how to read native ASF metadata. + /// + public static class AsfReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # AsfReadNativeMetadataProperties : How to read native ASF metadata.\n"); + using (Metadata metadata = new Metadata(Constants.InputAsf)) + { + var root = metadata.GetRootPackage(); + + var package = root.AsfPackage; + + // Display basic properties + Console.WriteLine("Creation date: {0}", package.CreationDate); + Console.WriteLine("File id: {0}", package.FileID); + Console.WriteLine("Flags: {0}", package.Flags); + + // Display Asf Codec Information + foreach (var codecInfo in package.CodecInformation) + { + Console.WriteLine("Codec type: {0}", codecInfo.CodecType); + Console.WriteLine("Description: {0}", codecInfo.Description); + Console.WriteLine("Codec information: {0}", codecInfo.Information); + Console.WriteLine(codecInfo.Name); + } + + // Display metadata descriptors + foreach (AsfBaseDescriptor descriptor in package.MetadataDescriptors) + { + Console.WriteLine("Name: {0}", descriptor.Name); + Console.WriteLine("Value: {0}", descriptor.Value); + Console.WriteLine("Content type: {0}", descriptor.AsfContentType); + AsfMetadataDescriptor metadataDescriptor = descriptor as AsfMetadataDescriptor; + if (metadataDescriptor != null) + { + Console.WriteLine("Language: {0}", metadataDescriptor.Language); + Console.WriteLine("Stream number: {0}", metadataDescriptor.StreamNumber); + Console.WriteLine("Original name: {0}", metadataDescriptor.OriginalName); + } + } + + //Display the base stream properties + foreach (AsfBaseStreamProperty property in package.StreamProperties) + { + Console.WriteLine("Alternate bitrate: {0}", property.AlternateBitrate); + Console.WriteLine("Average bitrate: {0}", property.AverageBitrate); + Console.WriteLine("Average time per frame: {0}", property.AverageTimePerFrame); + Console.WriteLine("Bitrate: {0}", property.Bitrate); + Console.WriteLine("Stream end time: {0}", property.EndTime); + Console.WriteLine("Stream flags: {0}", property.Flags); + Console.WriteLine("Stream language: {0}", property.Language); + Console.WriteLine("Stream start time: {0}", property.StartTime); + Console.WriteLine("Stream number: {0}", property.StreamNumber); + Console.WriteLine("Stream type: {0}", property.StreamType); + + //Display the audio stream properties + AsfAudioStreamProperty audioStreamProperty = property as AsfAudioStreamProperty; + if (audioStreamProperty != null) + { + Console.WriteLine("Audio bits per sample: {0}", audioStreamProperty.BitsPerSample); + Console.WriteLine("Audio channels: {0}", audioStreamProperty.Channels); + Console.WriteLine("Audio format tag: {0}", audioStreamProperty.FormatTag); + Console.WriteLine("Audio samples per second: {0}", audioStreamProperty.SamplesPerSecond); + } + + //Display the video stream properties + AsfVideoStreamProperty videoStreamProperty = property as AsfVideoStreamProperty; + if (videoStreamProperty != null) + { + Console.WriteLine("Video bits per pixels: {0}", videoStreamProperty.BitsPerPixels); + Console.WriteLine("Compression: {0}", videoStreamProperty.Compression); + Console.WriteLine("Image height: {0}", videoStreamProperty.ImageHeight); + Console.WriteLine("Image width: {0}", videoStreamProperty.ImageWidth); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Avi/AviReadHeaderProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Avi/AviReadHeaderProperties.cs new file mode 100644 index 0000000..586a515 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Avi/AviReadHeaderProperties.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi +{ + using System; + using Formats.Video; + + /// + /// This code snippet shows how to read AVI header properties. + /// + public static class AviReadHeaderProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # AviReadHeaderProperties : How to read AVI header properties.\n"); + using (Metadata metadata = new Metadata(Constants.InputAvi)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.Header.AviHeaderFlags); + Console.WriteLine(root.Header.Height); + Console.WriteLine(root.Header.Width); + Console.WriteLine(root.Header.TotalFrames); + Console.WriteLine(root.Header.InitialFrames); + Console.WriteLine(root.Header.MaxBytesPerSec); + Console.WriteLine(root.Header.PaddingGranularity); + Console.WriteLine(root.Header.Streams); + + // ... + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Avi/AviReadInfoMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Avi/AviReadInfoMetadata.cs new file mode 100644 index 0000000..3fce785 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Avi/AviReadInfoMetadata.cs @@ -0,0 +1,37 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi +{ + using System; + using Formats.Video; + + /// + /// This code sample shows how to extract INFO chunk metadata from an AVI file. + /// + public static class AviReadInfoMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # AviReadInfoMetadata : How to extract INFO chunk metadata from an AVI file.\n"); + using (Metadata metadata = new Metadata(Constants.InputAvi)) + { + var root = metadata.GetRootPackage(); + if (root.RiffInfoPackage != null) + { + Console.WriteLine(root.RiffInfoPackage.Artist); + Console.WriteLine(root.RiffInfoPackage.Comment); + Console.WriteLine(root.RiffInfoPackage.Copyright); + Console.WriteLine(root.RiffInfoPackage.CreationDate); + Console.WriteLine(root.RiffInfoPackage.Software); + Console.WriteLine(root.RiffInfoPackage.Engineer); + Console.WriteLine(root.RiffInfoPackage.Genre); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Flv/FlvReadHeaderProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Flv/FlvReadHeaderProperties.cs new file mode 100644 index 0000000..2f45df6 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Flv/FlvReadHeaderProperties.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv +{ + using System; + using Formats.Video; + + /// + /// This example shows how to read FLV header properties. + /// + public static class FlvReadHeaderProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # FlvReadHeaderProperties : How to read FLV header properties.\n"); + using (Metadata metadata = new Metadata(Constants.InputFlv)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.Header.Version); + Console.WriteLine(root.Header.HasAudioTags); + Console.WriteLine(root.Header.HasVideoTags); + Console.WriteLine(root.Header.TypeFlags); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Matroska/MatroskaReadNativeMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Matroska/MatroskaReadNativeMetadataProperties.cs new file mode 100644 index 0000000..0508acc --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Matroska/MatroskaReadNativeMetadataProperties.cs @@ -0,0 +1,100 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska +{ + using System; + using Formats.Video; + + /// + /// This example demonstrates how to read Matroska format-specific metadata properties. + /// + public static class MatroskaReadNativeMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MatroskaReadNativeMetadataProperties : How to read Matroska format-specific metadata properties.\n"); + using (Metadata metadata = new Metadata(Constants.InputMkv)) + { + var root = metadata.GetRootPackage(); + + // Read the EBML header + Console.WriteLine("DocType: {0}", root.MatroskaPackage.EbmlHeader.DocType); + Console.WriteLine("DocTypeReadVersion: {0}", root.MatroskaPackage.EbmlHeader.DocTypeReadVersion); + Console.WriteLine("DocTypeVersion: {0}", root.MatroskaPackage.EbmlHeader.DocTypeVersion); + Console.WriteLine("ReadVersion: {0}", root.MatroskaPackage.EbmlHeader.ReadVersion); + Console.WriteLine("Version: {0}", root.MatroskaPackage.EbmlHeader.Version); + + // Read Matroska segment information + foreach (var segment in root.MatroskaPackage.Segments) + { + Console.WriteLine("DateUtc: {0}", segment.DateUtc); + Console.WriteLine("Duration: {0}", segment.Duration); + Console.WriteLine("MuxingApp: {0}", segment.MuxingApp); + Console.WriteLine("SegmentFilename: {0}", segment.SegmentFilename); + Console.WriteLine("SegmentUid: {0}", segment.SegmentUid); + Console.WriteLine("TimecodeScale: {0}", segment.TimecodeScale); + Console.WriteLine("Title: {0}", segment.Title); + Console.WriteLine("WritingApp: {0}", segment.WritingApp); + } + + // Read Matroska tag metadata + foreach (var tag in root.MatroskaPackage.Tags) + { + Console.WriteLine("TargetType: {0}", tag.TargetType); + Console.WriteLine("TargetTypeValue: {0}", tag.TargetTypeValue); + Console.WriteLine("TagTrackUid: {0}", tag.TagTrackUid); + foreach (var simpleTag in tag.SimpleTags) + { + Console.WriteLine("Name: {0}", simpleTag.Name); + Console.WriteLine("Value: {0}", simpleTag.Value); + } + } + + // Read Matroska track metadata + foreach (var track in root.MatroskaPackage.Tracks) + { + Console.WriteLine("CodecId: {0}", track.CodecID); + Console.WriteLine("CodecName: {0}", track.CodecName); + Console.WriteLine("DefaultDuration: {0}", track.DefaultDuration); + Console.WriteLine("FlagEnabled: {0}", track.FlagEnabled); + Console.WriteLine("Language: {0}", track.Language); + Console.WriteLine("LanguageIetf: {0}", track.LanguageIetf); + Console.WriteLine("Name: {0}", track.Name); + Console.WriteLine("TrackNumber: {0}", track.TrackNumber); + Console.WriteLine("TrackType: {0}", track.TrackType); + Console.WriteLine("TrackUid: {0}", track.TrackUid); + + var audioTrack = track as MatroskaAudioTrack; + if (audioTrack != null) + { + Console.WriteLine("SamplingFrequency: {0}", audioTrack.SamplingFrequency); + Console.WriteLine("OutputSamplingFrequency: {0}", audioTrack.OutputSamplingFrequency); + Console.WriteLine("Channels: {0}", audioTrack.Channels); + Console.WriteLine("BitDepth: {0}", audioTrack.BitDepth); + } + + var videoTrack = track as MatroskaVideoTrack; + if (videoTrack != null) + { + Console.WriteLine("FlagInterlaced: {0}", videoTrack.FlagInterlaced); + Console.WriteLine("FieldOrder: {0}", videoTrack.FieldOrder); + Console.WriteLine("StereoMode: {0}", videoTrack.StereoMode); + Console.WriteLine("AlphaMode: {0}", videoTrack.AlphaMode); + Console.WriteLine("PixelWidth: {0}", videoTrack.PixelWidth); + Console.WriteLine("PixelHeight: {0}", videoTrack.PixelHeight); + Console.WriteLine("PixelCropBottom: {0}", videoTrack.PixelCropBottom); + Console.WriteLine("PixelCropTop: {0}", videoTrack.PixelCropTop); + Console.WriteLine("PixelCropLeft: {0}", videoTrack.PixelCropLeft); + Console.WriteLine("PixelCropRight: {0}", videoTrack.PixelCropRight); + Console.WriteLine("DisplayWidth: {0}", videoTrack.DisplayWidth); + Console.WriteLine("DisplayHeight: {0}", videoTrack.DisplayHeight); + Console.WriteLine("DisplayUnit: {0}", videoTrack.DisplayUnit); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Matroska/MatroskaReadSubtitles.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Matroska/MatroskaReadSubtitles.cs new file mode 100644 index 0000000..de00043 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Matroska/MatroskaReadSubtitles.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska +{ + using System; + using Formats.Video; + + /// + /// This example demonstrates how to extract subtitles from an MKV video. + /// + public static class MatroskaReadSubtitles + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MatroskaReadSubtitles : How to extract subtitles from an MKV video.\n"); + using (Metadata metadata = new Metadata(Constants.MkvWithSubtitles)) + { + var root = metadata.GetRootPackage(); + + foreach (var subtitleTrack in root.MatroskaPackage.SubtitleTracks) + { + Console.WriteLine(subtitleTrack.LanguageIetf ?? subtitleTrack.Language); + foreach (MatroskaSubtitle subtitle in subtitleTrack.Subtitles) + { + Console.WriteLine("Timecode={0}, Duration={1}", subtitle.Timecode, subtitle.Duration); + Console.WriteLine(subtitle.Text); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Mov/MovReadQuickTimeAtoms.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Mov/MovReadQuickTimeAtoms.cs new file mode 100644 index 0000000..39f9967 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/ManagingMetadataForSpecificFormats/Video/Mov/MovReadQuickTimeAtoms.cs @@ -0,0 +1,37 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Mov +{ + using System; + using Formats.Video; + + /// + /// This example shows how to read QuickTime atoms in a MOV video. + /// + public static class MovReadQuickTimeAtoms + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # MovReadQuickTimeAtoms : How to read QuickTime atoms in a MOV video.\n"); + using (Metadata metadata = new Metadata(Constants.InputMov)) + { + var root = metadata.GetRootPackage(); + + Console.WriteLine(root.MovPackage.Copyright); + + foreach (var atom in root.MovPackage.Atoms) + { + Console.WriteLine(atom.Type); + Console.WriteLine(atom.Offset); + Console.WriteLine(atom.Size); + + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/RemovingMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/RemovingMetadata.cs new file mode 100644 index 0000000..8091def --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/RemovingMetadata.cs @@ -0,0 +1,43 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using System; + using System.IO; + using System.Linq; + using Common; + using Tagging; + + /// + /// This example demonstrates how to remove metadata properties by various criteria regardless of the file format. + /// + public static class RemovingMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # RemovingMetadata : How to remove metadata properties by various criteria regardless of the file format.\n"); + foreach (string file in Directory.GetFiles(Constants.InputPath)) + { + using (Metadata metadata = new Metadata(file)) + { + if (metadata.FileFormat != FileFormat.Unknown && !metadata.GetDocumentInfo().IsEncrypted) + { + Console.WriteLine(); + Console.WriteLine(file); + + // Remove all mentions of any people contributed in file creation + // Remove a custom property with the specified name + var affected = metadata.RemoveProperties(p => p.Tags.Any(t => t.Category == Tags.Person) || p.Name == "CustomProperty"); + + Console.WriteLine("Affected properties: {0}", affected); + + metadata.Save(Path.Combine(Constants.OutputPath, "output" + Path.GetExtension(file))); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SavingFiles/SaveFileToOriginalSource.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SavingFiles/SaveFileToOriginalSource.cs new file mode 100644 index 0000000..46d928b --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SavingFiles/SaveFileToOriginalSource.cs @@ -0,0 +1,31 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.SavingFiles +{ + using System; + using System.IO; + + /// + /// This example shows how to save the modified content to the underlying source. + /// + public static class SaveFileToOriginalSource + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SaveFileToOriginalSource : How to save the modified content to the underlying source.\n"); + // Constants.InputPpt is an absolute or relative path to your document. Ex: @"C:\Docs\test.ppt" + File.Delete(Constants.OutputPpt); + File.Copy(Constants.InputPpt, Constants.OutputPpt); + using (Metadata metadata = new Metadata(Constants.OutputPpt)) + { + // Edit or remove metadata here + + // Saves the document to the underlying source (stream or file) + metadata.Save(); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SavingFiles/SaveFileToSpecifiedLocation.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SavingFiles/SaveFileToSpecifiedLocation.cs new file mode 100644 index 0000000..202b90a --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SavingFiles/SaveFileToSpecifiedLocation.cs @@ -0,0 +1,27 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using System; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.SavingFiles +{ + /// + /// This example shows how to save a document to the specified location. + /// + public static class SaveFileToSpecifiedLocation + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SaveFileToSpecifiedLocation : How to save a document to the specified location.\n"); + // Constants.InputJpeg is an absolute or relative path to your document. Ex: @"C:\Docs\test.jpg" + using (Metadata metadata = new Metadata(Constants.InputJpeg)) + { + // Edit or remove metadata here + + metadata.Save(Constants.OutputJpeg); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SavingFiles/SaveFileToSpecifiedStream.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SavingFiles/SaveFileToSpecifiedStream.cs new file mode 100644 index 0000000..1b78679 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SavingFiles/SaveFileToSpecifiedStream.cs @@ -0,0 +1,31 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.SavingFiles +{ + using System; + using System.IO; + + /// + /// This example shows how to save a document to the specified stream. + /// + public static class SaveFileToSpecifiedStream + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SaveFileToSpecifiedStream : How to save a document to the specified stream.\n"); + using (MemoryStream stream = new MemoryStream()) + { + // Constants.InputPng is an absolute or relative path to your document. Ex: @"C:\Docs\test.png" + using (Metadata metadata = new Metadata(Constants.InputPng)) + { + // Edit or remove metadata here + + metadata.Save(stream); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SettingMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SettingMetadata.cs new file mode 100644 index 0000000..b2698ff --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/SettingMetadata.cs @@ -0,0 +1,47 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using System; + using System.IO; + using Common; + using Tagging; + + /// + /// This example demonstrates how to set metadata properties by various criteria regardless of the file format. + /// + public static class SettingMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SettingMetadata : How to set metadata properties by various criteria regardless of the file format.\n"); + foreach (string file in Directory.GetFiles(Constants.InputPath)) + { + using (Metadata metadata = new Metadata(file)) + { + if (metadata.FileFormat != FileFormat.Unknown && !metadata.GetDocumentInfo().IsEncrypted) + { + Console.WriteLine(); + Console.WriteLine(file); + + // This operation is a combination of the AddProperties and UpdateProperties methods. + // If an existing property satisfies the predicate its value is updated. + // If there is a known property missing in the package that satisfies the predicate it is added to the package. + + // Set the copyright notice + var affected = metadata.SetProperties( + p => p.Tags.Contains(Tags.Legal.Copyright), + new PropertyValue("Copyright (C) 2011-2025 GroupDocs. All Rights Reserved.")); + + Console.WriteLine("Affected properties: {0}", affected); + + metadata.Save(Path.Combine(Constants.OutputPath, "output" + Path.GetExtension(file))); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/TraverseWholeMetadataTree.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/TraverseWholeMetadataTree.cs new file mode 100644 index 0000000..c80e43f --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/TraverseWholeMetadataTree.cs @@ -0,0 +1,62 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using System; + using Common; + + /// + /// This example demonstrates how to traverse the whole metadata tree for a specific file regardless of the format. + /// + public static class TraverseWholeMetadataTree + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # TraverseWholeMetadataTree : How to traverse the whole metadata tree for a specific file regardless of the format.\n"); + using (Metadata metadata = new Metadata(Constants.JpegWithXmp)) + { + DisplayMetadataTree(metadata.GetRootPackage(), 0); + } + } + + private static void DisplayMetadataTree(MetadataPackage package, int indent) + { + if (package != null) + { + var stringMetadataType = package.MetadataType.ToString(); + Console.WriteLine(stringMetadataType.PadLeft(stringMetadataType.Length + indent)); + foreach (MetadataProperty property in package) + { + string stringPropertyRepresentation = string.Format("Name: {0}, Value: {1}", property.Name, property.Value); + Console.WriteLine(stringPropertyRepresentation.PadLeft(stringPropertyRepresentation.Length + indent + 1)); + if (property.Value != null) + { + switch (property.Value.Type) + { + case MetadataPropertyType.Metadata: + DisplayMetadataTree(property.Value.ToClass(), indent + 2); + break; + case MetadataPropertyType.MetadataArray: + DisplayMetadataTree(property.Value.ToArray(), indent + 2); + break; + } + } + } + } + } + + private static void DisplayMetadataTree(MetadataPackage[] packages, int indent) + { + if (packages != null) + { + foreach (var package in packages) + { + DisplayMetadataTree(package, indent); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/UpdatingMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/UpdatingMetadata.cs new file mode 100644 index 0000000..15d9120 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/UpdatingMetadata.cs @@ -0,0 +1,46 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using System; + using System.IO; + using Common; + using Tagging; + + /// + /// This example demonstrates how to update existing metadata properties by various criteria regardless of the file format. + /// + public static class UpdatingMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # UpdatingMetadata : How to update existing metadata properties by various criteria regardless of the file format.\n"); + DateTime today = DateTime.Today; + DateTime threeDaysAgo = today.AddDays(-3); + + foreach (string file in Directory.GetFiles(Constants.InputPath)) + { + using (Metadata metadata = new Metadata(file)) + { + if (metadata.FileFormat != FileFormat.Unknown && !metadata.GetDocumentInfo().IsEncrypted) + { + Console.WriteLine(); + Console.WriteLine(file); + + // Update the file creation date/time if the existing value is older than 3 days + var affected = metadata.UpdateProperties(p => p.Tags.Contains(Tags.Time.Created) && + p.Value.Type == MetadataPropertyType.DateTime && + p.Value.ToStruct() < threeDaysAgo, new PropertyValue(today)); + + Console.WriteLine("Affected properties: {0}", affected); + + metadata.Save(Path.Combine(Constants.OutputPath, "output" + Path.GetExtension(file))); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithInterpretedValues.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithInterpretedValues.cs new file mode 100644 index 0000000..d8746c4 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithInterpretedValues.cs @@ -0,0 +1,42 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage +{ + using Common; + using System; + using System.IO; + + /// + /// This example demonstrates how to use interpreted property values. + /// + public class WorkingWithInterpretedValues + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # WorkingWithInterpretedValues : How to use interpreted property values.\n"); + foreach (string file in Directory.GetFiles(Constants.InputPath)) + { + using (Metadata metadata = new Metadata(file)) + { + if (metadata.FileFormat != FileFormat.Unknown && !metadata.GetDocumentInfo().IsEncrypted) + { + Console.WriteLine(); + Console.WriteLine(file); + + var properties = metadata.FindProperties(p => p.InterpretedValue != null); + + foreach (var property in properties) + { + Console.WriteLine(property.Name); + Console.WriteLine(property.Value.RawValue); + Console.WriteLine(property.InterpretedValue.RawValue); + } + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/ReadBasicExifProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/ReadBasicExifProperties.cs new file mode 100644 index 0000000..95520a8 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/ReadBasicExifProperties.cs @@ -0,0 +1,50 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Exif +{ + using System; + using Standards.Exif; + + /// + /// This code sample demonstrates how to extract basic EXIF metadata properties. + /// + public static class ReadBasicExifProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ReadBasicExifProperties : How to extract basic EXIF metadata properties.\n"); + using (Metadata metadata = new Metadata(Constants.TiffWithExif)) + { + IExif root = metadata.GetRootPackage() as IExif; + if (root != null && root.ExifPackage != null) + { + Console.WriteLine(root.ExifPackage.Artist); + Console.WriteLine(root.ExifPackage.Copyright); + Console.WriteLine(root.ExifPackage.ImageDescription); + Console.WriteLine(root.ExifPackage.Make); + Console.WriteLine(root.ExifPackage.Model); + Console.WriteLine(root.ExifPackage.Software); + Console.WriteLine(root.ExifPackage.ImageWidth); + Console.WriteLine(root.ExifPackage.ImageLength); + + // ... + + Console.WriteLine(root.ExifPackage.ExifIfdPackage.BodySerialNumber); + Console.WriteLine(root.ExifPackage.ExifIfdPackage.CameraOwnerName); + Console.WriteLine(root.ExifPackage.ExifIfdPackage.UserComment); + + // ... + + Console.WriteLine(root.ExifPackage.GpsPackage.Altitude); + Console.WriteLine(root.ExifPackage.GpsPackage.LatitudeRef); + Console.WriteLine(root.ExifPackage.GpsPackage.LongitudeRef); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/ReadExifTags.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/ReadExifTags.cs new file mode 100644 index 0000000..af94ea3 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/ReadExifTags.cs @@ -0,0 +1,45 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Exif +{ + using System; + using Formats.Image; + using Standards.Exif; + + /// + /// This example demonstrates how to read all EXIF tags extracted from a file. + /// + public static class ReadExifTags + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ReadExifTags : How to read all EXIF tags extracted from a file.\n"); + using (Metadata metadata = new Metadata(Constants.JpegWithExif)) + { + IExif root = metadata.GetRootPackage() as IExif; + if (root != null && root.ExifPackage != null) + { + const string pattern = "{0} = {1}"; + + foreach (TiffTag tag in root.ExifPackage.ToList()) + { + Console.WriteLine(pattern, tag.TagID, tag.Value); + } + + foreach (TiffTag tag in root.ExifPackage.ExifIfdPackage.ToList()) + { + Console.WriteLine(pattern, tag.TagID, tag.Value); + } + + foreach (TiffTag tag in root.ExifPackage.GpsPackage.ToList()) + { + Console.WriteLine(pattern, tag.TagID, tag.Value); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/ReadSpecificExifTag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/ReadSpecificExifTag.cs new file mode 100644 index 0000000..db7b03e --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/ReadSpecificExifTag.cs @@ -0,0 +1,40 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Exif +{ + using System; + using Formats.Image; + using Standards.Exif; + + /// + /// This example demonstrates how to read a specific TIFF/EXIF tag by its identifier. + /// + public static class ReadSpecificExifTag + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ReadSpecificExifTag : How to read a specific TIFF/EXIF tag by its identifier.\n"); + using (Metadata metadata = new Metadata(Constants.TiffWithExif)) + { + IExif root = metadata.GetRootPackage() as IExif; + if (root != null && root.ExifPackage != null) + { + TiffAsciiTag software = (TiffAsciiTag)root.ExifPackage[TiffTagID.Software]; + if (software != null) + { + Console.WriteLine("Software: {0}", software.Value); + } + + TiffUndefinedTag comment = (TiffUndefinedTag)root.ExifPackage.ExifIfdPackage[TiffTagID.UserComment]; + if (comment != null) + { + Console.WriteLine("Comment: {0}", comment.InterpretedValue); + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/RemoveExifMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/RemoveExifMetadata.cs new file mode 100644 index 0000000..cbc43f9 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/RemoveExifMetadata.cs @@ -0,0 +1,31 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Exif +{ + using Standards.Exif; + using System; + + /// + /// This code sample shows how to remove EXIF metadata from a file. + /// + public static class RemoveExifMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # RemoveExifMetadata : How to remove EXIF metadata from a file.\n"); + using (Metadata metadata = new Metadata(Constants.JpegWithExif)) + { + IExif root = metadata.GetRootPackage() as IExif; + if (root != null) + { + root.ExifPackage = null; + + metadata.Save(Constants.OutputJpeg); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/SetCustomExifTag.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/SetCustomExifTag.cs new file mode 100644 index 0000000..8032576 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/SetCustomExifTag.cs @@ -0,0 +1,43 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Exif +{ + using Formats.Image; + using Standards.Exif; + using System; + + public static class SetCustomExifTag + { + /// + /// This code sample demonstrates how to add a custom tag to an EXIF package. + /// + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SetCustomExifTag : How to add a custom tag to an EXIF package.\n"); + using (Metadata metadata = new Metadata(Constants.TiffWithExif)) + { + IExif root = metadata.GetRootPackage() as IExif; + if (root != null) + { + // Set the EXIF package if it's missing + if (root.ExifPackage == null) + { + root.ExifPackage = new ExifPackage(); + } + + // Add a known property + root.ExifPackage.Set(new TiffAsciiTag(TiffTagID.Artist, "test artist")); + + // Add a fully custom property (which is not described in the EXIF specification). + // Please note that the chosen ID may intersect with the IDs used by some third party tools. + root.ExifPackage.Set(new TiffAsciiTag((TiffTagID)65523, "custom")); + + metadata.Save(Constants.OutputTiff); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/UpdateExifProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/UpdateExifProperties.cs new file mode 100644 index 0000000..3b6ce30 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Exif/UpdateExifProperties.cs @@ -0,0 +1,47 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Exif +{ + using Standards.Exif; + using System; + + /// + /// This code sample demonstrates how to update common EXIF properties. + /// + public static class UpdateExifProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # UpdateExifProperties : How to update common EXIF properties.\n"); + using (Metadata metadata = new Metadata(Constants.InputJpeg)) + { + IExif root = metadata.GetRootPackage() as IExif; + if (root != null) + { + // Set the EXIF package if it's missing + if (root.ExifPackage == null) + { + root.ExifPackage = new ExifPackage(); + } + + root.ExifPackage.Copyright = "Copyright (C) 2011-2025 GroupDocs. All Rights Reserved."; + root.ExifPackage.ImageDescription = "test image"; + root.ExifPackage.Software = "GroupDocs.Metadata"; + + // ... + + root.ExifPackage.ExifIfdPackage.BodySerialNumber = "test"; + root.ExifPackage.ExifIfdPackage.CameraOwnerName = "GroupDocs"; + root.ExifPackage.ExifIfdPackage.UserComment = "test comment"; + + // ... + + metadata.Save(Constants.OutputJpeg); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/AddRepeatableIptcDataSet.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/AddRepeatableIptcDataSet.cs new file mode 100644 index 0000000..e3c0af3 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/AddRepeatableIptcDataSet.cs @@ -0,0 +1,51 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +using GroupDocs.Metadata.Common; +using GroupDocs.Metadata.Standards.Iptc; +using System; + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Iptc +{ + // + /// This example demonstrates how to add a repeatable DataSet to an IPTC IIM record. + /// + public class AddRepeatableIptcDataSet + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # AddRepeatableIptcDataSet : How to add a repeatable DataSet to an IPTC IIM record.\n"); + using (Metadata metadata = new Metadata(Constants.PsdWithIptc)) + { + IIptc root = (IIptc)metadata.GetRootPackage(); + + // Set the IPTC package if it's missing + if (root.IptcPackage == null) + { + root.IptcPackage = new IptcRecordSet(); + } + + root.IptcPackage.Add(new IptcDataSet((byte)IptcRecordType.ApplicationRecord, (byte)IptcApplicationRecordDataSet.Keywords, "keyword 1")); + root.IptcPackage.Add(new IptcDataSet((byte)IptcRecordType.ApplicationRecord, (byte)IptcApplicationRecordDataSet.Keywords, "keyword 2")); + root.IptcPackage.Add(new IptcDataSet((byte)IptcRecordType.ApplicationRecord, (byte)IptcApplicationRecordDataSet.Keywords, "keyword 3")); + + metadata.Save(Constants.OutputPsd); + } + + // Check the output file + using (Metadata metadata = new Metadata(Constants.OutputPsd)) + { + IIptc root = (IIptc)metadata.GetRootPackage(); + + var keywordsProperty = root.IptcPackage.ApplicationRecord[(byte)IptcApplicationRecordDataSet.Keywords]; + + foreach (var value in keywordsProperty.Value.ToArray()) + { + Console.WriteLine(value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/ReadBasicIptcProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/ReadBasicIptcProperties.cs new file mode 100644 index 0000000..a9ff57b --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/ReadBasicIptcProperties.cs @@ -0,0 +1,50 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Iptc +{ + using System; + using Standards.Iptc; + + /// + /// This example shows how to read basic IPTC metadata properties. + /// + public static class ReadBasicIptcProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ReadBasicIptcProperties : How to read basic IPTC metadata properties.\n"); + using (Metadata metadata = new Metadata(Constants.JpegWithIptc)) + { + IIptc root = metadata.GetRootPackage() as IIptc; + if (root != null && root.IptcPackage != null) + { + if (root.IptcPackage.EnvelopeRecord != null) + { + Console.WriteLine(root.IptcPackage.EnvelopeRecord.DateSent); + Console.WriteLine(root.IptcPackage.EnvelopeRecord.Destination); + Console.WriteLine(root.IptcPackage.EnvelopeRecord.FileFormat); + Console.WriteLine(root.IptcPackage.EnvelopeRecord.FileFormatVersion); + + // ... + } + + if (root.IptcPackage.ApplicationRecord != null) + { + Console.WriteLine(root.IptcPackage.ApplicationRecord.Headline); + Console.WriteLine(root.IptcPackage.ApplicationRecord.ByLine); + Console.WriteLine(root.IptcPackage.ApplicationRecord.ByLineTitle); + Console.WriteLine(root.IptcPackage.ApplicationRecord.CaptionAbstract); + Console.WriteLine(root.IptcPackage.ApplicationRecord.City); + Console.WriteLine(root.IptcPackage.ApplicationRecord.DateCreated); + Console.WriteLine(root.IptcPackage.ApplicationRecord.ReleaseDate); + + // ... + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/ReadIptcDataSets.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/ReadIptcDataSets.cs new file mode 100644 index 0000000..cdac639 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/ReadIptcDataSets.cs @@ -0,0 +1,47 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Iptc +{ + using System; + using Common; + using Standards.Iptc; + + /// + /// This example demonstrates how to read IPTC IIM datasets from an IPTC metadata package. + /// + public static class ReadIptcDataSets + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ReadIptcDataSets : How to read IPTC IIM datasets from an IPTC metadata package.\n"); + using (Metadata metadata = new Metadata(Constants.PsdWithIptc)) + { + IIptc root = metadata.GetRootPackage() as IIptc; + if (root != null && root.IptcPackage != null) + { + foreach (var dataSet in root.IptcPackage.ToDataSetList()) + { + Console.WriteLine(dataSet.RecordNumber); + Console.WriteLine(dataSet.DataSetNumber); + Console.WriteLine(dataSet.AlternativeName); + if (dataSet.Value.Type == MetadataPropertyType.PropertyValueArray) + { + foreach (var value in dataSet.Value.ToArray()) + { + Console.Write("{0}, ", value); + } + Console.WriteLine(); + } + else + { + Console.WriteLine(dataSet.Value); + } + } + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/RemoveIptcMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/RemoveIptcMetadata.cs new file mode 100644 index 0000000..807b522 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/RemoveIptcMetadata.cs @@ -0,0 +1,31 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Iptc +{ + using Standards.Iptc; + using System; + + /// + /// This code sample shows how to remove IPTC metadata from a file. + /// + public static class RemoveIptcMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # RemoveIptcMetadata : How to remove IPTC metadata from a file.\n"); + using (Metadata metadata = new Metadata(Constants.JpegWithIptc)) + { + IIptc root = metadata.GetRootPackage() as IIptc; + if (root != null) + { + root.IptcPackage = null; + + metadata.Save(Constants.OutputJpeg); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/SetCustomIptcDataSet.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/SetCustomIptcDataSet.cs new file mode 100644 index 0000000..42f0233 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/SetCustomIptcDataSet.cs @@ -0,0 +1,41 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Iptc +{ + using Standards.Iptc; + using System; + + /// + /// This example shows how to add or update custom IPTC datasets in a file. + /// + public static class SetCustomIptcDataSet + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # SetCustomIptcDataSet : How to add or update custom IPTC datasets in a file.\n"); + using (Metadata metadata = new Metadata(Constants.PsdWithIptc)) + { + IIptc root = metadata.GetRootPackage() as IIptc; + if (root != null) + { + // Set the IPTC package if it's missing + if (root.IptcPackage == null) + { + root.IptcPackage = new IptcRecordSet(); + } + + // Add a know property using the DataSet API + root.IptcPackage.Set(new IptcDataSet((byte)IptcRecordType.ApplicationRecord, (byte)IptcApplicationRecordDataSet.BylineTitle, "test code sample")); + + // Add a custom IPTC DataSet + root.IptcPackage.Set(new IptcDataSet(255, 255, new byte[] { 1, 2, 3 })); + + metadata.Save(Constants.OutputPsd); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/UpdateIptcProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/UpdateIptcProperties.cs new file mode 100644 index 0000000..64bacc8 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Iptc/UpdateIptcProperties.cs @@ -0,0 +1,57 @@ +// +// Copyright (C) 2011-2019 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Iptc +{ + using System; + using Standards.Iptc; + + /// + /// This code sample shows how to update basic IPTC metadata properties. + /// + public static class UpdateIptcProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # UpdateIptcProperties : How to update basic IPTC metadata properties.\n"); + using (Metadata metadata = new Metadata(Constants.InputJpeg)) + { + IIptc root = metadata.GetRootPackage() as IIptc; + if (root != null) + { + // Set the IPTC package if it's missing + if (root.IptcPackage == null) + { + root.IptcPackage = new IptcRecordSet(); + } + + if (root.IptcPackage.EnvelopeRecord == null) + { + root.IptcPackage.EnvelopeRecord = new IptcEnvelopeRecord(); + } + + root.IptcPackage.EnvelopeRecord.DateSent = DateTime.Now; + root.IptcPackage.EnvelopeRecord.ProductID = Guid.NewGuid().ToString(); + + // ... + + if (root.IptcPackage.ApplicationRecord == null) + { + root.IptcPackage.ApplicationRecord = new IptcApplicationRecord(); + } + + root.IptcPackage.ApplicationRecord.ByLine = "GroupDocs"; + root.IptcPackage.ApplicationRecord.Headline = "test"; + root.IptcPackage.ApplicationRecord.ByLineTitle = "code sample"; + root.IptcPackage.ApplicationRecord.ReleaseDate = DateTime.Today; + + // ... + + metadata.Save(Constants.OutputJpeg); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/AddCustomXmpPackage.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/AddCustomXmpPackage.cs new file mode 100644 index 0000000..320c3ba --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/AddCustomXmpPackage.cs @@ -0,0 +1,39 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Xmp +{ + using System; + using Standards.Xmp; + + /// + /// This example demonstrates how to add a custom XMP package to a file of any supported format. + /// + public static class AddCustomXmpPackage + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # AddCustomXmpPackage : How to add a custom XMP package to a file of any supported format.\n"); + using (Metadata metadata = new Metadata(Constants.InputJpeg)) + { + IXmp root = metadata.GetRootPackage() as IXmp; + if (root != null) + { + var packet = new XmpPacketWrapper(); + + var custom = new XmpPackage("gd", "https://groupdocs.com"); + custom.Set("gd:Copyright", "Copyright (C) 2011-2025 GroupDocs. All Rights Reserved."); + custom.Set("gd:CreationDate", DateTime.Today); + custom.Set("gd:Company", XmpArray.From(new [] { "Aspose", "GroupDocs" }, XmpArrayType.Ordered)); + + packet.AddPackage(custom); + root.XmpPackage = packet; + + metadata.Save(Constants.OutputJpeg); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/ReadXmpProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/ReadXmpProperties.cs new file mode 100644 index 0000000..ed07b88 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/ReadXmpProperties.cs @@ -0,0 +1,62 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Xmp +{ + using System; + using Standards.Xmp; + + /// + /// This example demonstrates how to extract XMP metadata from a file. + /// + public static class ReadXmpProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # ReadXmpProperties : How to extract XMP metadata from a file.\n"); + using (Metadata metadata = new Metadata(Constants.PngWithXmp)) + { + IXmp root = metadata.GetRootPackage() as IXmp; + if (root != null && root.XmpPackage != null) + { + if (root.XmpPackage.Schemes.XmpBasic != null) + { + Console.WriteLine(root.XmpPackage.Schemes.XmpBasic.CreatorTool); + Console.WriteLine(root.XmpPackage.Schemes.XmpBasic.CreateDate); + Console.WriteLine(root.XmpPackage.Schemes.XmpBasic.ModifyDate); + Console.WriteLine(root.XmpPackage.Schemes.XmpBasic.Label); + Console.WriteLine(root.XmpPackage.Schemes.XmpBasic.Nickname); + + // ... + } + + if (root.XmpPackage.Schemes.DublinCore != null) + { + Console.WriteLine(root.XmpPackage.Schemes.DublinCore.Format); + Console.WriteLine(root.XmpPackage.Schemes.DublinCore.Coverage); + Console.WriteLine(root.XmpPackage.Schemes.DublinCore.Identifier); + Console.WriteLine(root.XmpPackage.Schemes.DublinCore.Source); + + // ... + } + + if (root.XmpPackage.Schemes.Photoshop != null) + { + Console.WriteLine(root.XmpPackage.Schemes.Photoshop.ColorMode); + Console.WriteLine(root.XmpPackage.Schemes.Photoshop.IccProfile); + Console.WriteLine(root.XmpPackage.Schemes.Photoshop.Country); + Console.WriteLine(root.XmpPackage.Schemes.Photoshop.City); + Console.WriteLine(root.XmpPackage.Schemes.Photoshop.DateCreated); + + // ... + } + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/RemoveXmpMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/RemoveXmpMetadata.cs new file mode 100644 index 0000000..dbaa7c0 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/RemoveXmpMetadata.cs @@ -0,0 +1,30 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Xmp +{ + using Standards.Xmp; + using System; + + /// + /// This code sample shows how to remove XMP metadata from a file. + /// + public static class RemoveXmpMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # RemoveXmpMetadata : How to remove XMP metadata from a file.\n"); + using (Metadata metadata = new Metadata(Constants.JpegWithXmp)) + { + IXmp root = metadata.GetRootPackage() as IXmp; + if (root != null) + { + root.XmpPackage = null; + metadata.Save(Constants.OutputJpeg); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/UpdateXmpProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/UpdateXmpProperties.cs new file mode 100644 index 0000000..0103264 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/AdvancedUsage/WorkingWithMetadataStandards/Xmp/UpdateXmpProperties.cs @@ -0,0 +1,70 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.AdvancedUsage.WorkingWithMetadataStandards.Xmp +{ + using System; + using Standards.Xmp; + using Standards.Xmp.Schemes; + + /// + /// This example shows how to update XMP metadata properties. + /// + public static class UpdateXmpProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Advanced Usage] # UpdateXmpProperties : How to update XMP metadata properties.\n"); + using (Metadata metadata = new Metadata(Constants.GifWithXmp)) + { + IXmp root = metadata.GetRootPackage() as IXmp; + if (root != null && root.XmpPackage != null) + { + // if there is no such scheme in the XMP package we should create it + if (root.XmpPackage.Schemes.DublinCore == null) + { + root.XmpPackage.Schemes.DublinCore = new XmpDublinCorePackage(); + } + root.XmpPackage.Schemes.DublinCore.Format = "image/gif"; + root.XmpPackage.Schemes.DublinCore.SetRights("Copyright (C) 2011-2019 GroupDocs. All Rights Reserved"); + root.XmpPackage.Schemes.DublinCore.SetSubject("test"); + + if (root.XmpPackage.Schemes.CameraRaw == null) + { + root.XmpPackage.Schemes.CameraRaw = new XmpCameraRawPackage(); + } + root.XmpPackage.Schemes.CameraRaw.Shadows = 50; + root.XmpPackage.Schemes.CameraRaw.AutoBrightness = true; + root.XmpPackage.Schemes.CameraRaw.AutoExposure = true; + root.XmpPackage.Schemes.CameraRaw.CameraProfile = "test"; + root.XmpPackage.Schemes.CameraRaw.Exposure = 0.0001; + + // If you don't want to keep the old values just replace the whole scheme + root.XmpPackage.Schemes.XmpBasic = new XmpBasicPackage(); + root.XmpPackage.Schemes.XmpBasic.CreateDate = DateTime.Today; + root.XmpPackage.Schemes.XmpBasic.BaseUrl = "https://groupdocs.com"; + root.XmpPackage.Schemes.XmpBasic.Rating = 5; + + root.XmpPackage.Schemes.BasicJobTicket = new XmpBasicJobTicketPackage(); + + // Set a complex type property + root.XmpPackage.Schemes.BasicJobTicket.Jobs = new[] + { + new XmpJob + { + ID = "1", + Name = "test job", + Url = "https://groupdocs.com" + }, + }; + + // ... + + metadata.Save(Constants.OutputGif); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Archives.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Archives.cs deleted file mode 100644 index b7db745..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/Archives.cs +++ /dev/null @@ -1,186 +0,0 @@ -using GroupDocs.Metadata.Examples.Utilities.CSharp; -using GroupDocs.Metadata.Formats; -using GroupDocs.Metadata.Formats.Archive; -using GroupDocs.Metadata.Tools; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; - -namespace GroupDocs.Metadata.Examples.CSharp -{ - public static class Archives - { - public static class Zip - { - // initialize file path - //ExStart:SourceDocFilePath - private const string filePath = "Archives/Zip/sample.zip"; - //ExEnd:SourceDocFilePath - - /// - /// Detects Zip format via Format Factory - /// - public static void DetectZipFormat() - { - //ExStart:DetectZipFormat - // recognize format - using (FormatBase format = FormatFactory.RecognizeFormat(Common.MapSourceFilePath(filePath))) - { - - // check format type - if (format.Type == DocumentType.Zip) - { - Console.WriteLine("File: {0} has correct format", Path.GetFileName(Common.MapSourceFilePath(filePath))); - } - } - //ExEnd:DetectZipFormat - } - - /// - /// Gets info of Zip file - /// - /// - public static void GetZipMatadata() - { - - try - { - //ExStart:GetZipMatadata - // initialize - using (ZipFormat zipFormat = new ZipFormat(Common.MapSourceFilePath(filePath))) - { - // get info - ZipMetadata info = zipFormat.ZipInfo; - - // get total entries - Console.WriteLine("Total Entries : {0}, ", info.TotalEntries); - - //get comments - Console.WriteLine("Comments : {0}, ", info.Comment); - foreach (var fileInfo in info.Files) - { - // get file name - Console.WriteLine("File Name : {0}, ", fileInfo.Name); - - // get compressed size - Console.WriteLine("CompressedSize : {0}, ", fileInfo.CompressedSize); - - // get uncompressed size - Console.WriteLine("UncompressedSize : {0}, ", fileInfo.UncompressedSize); - - // get compression method - Console.WriteLine("CompressionMethod : {0}, ", fileInfo.CompressionMethod); - - } - } - //ExEnd:GetZipMatadata - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - - } - - /// - /// Removes comment in Zip file - /// - /// - public static void RemoveComment() - { - - try - { - //ExStart:RemoveCommentZIPFile_17.12 - // initialize - using (ZipFormat zipFormat = new ZipFormat(Common.MapSourceFilePath(filePath))) - { - // remove user comment - zipFormat.RemoveFileComment(); - - // and commit changes - zipFormat.Save(); - } - //ExEnd:RemoveCommentZIPFile_17.12 - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - - } - /// - /// Get Zip Metadata using stream - /// Feature is supported in version 18.5 or greater of the API - /// - public static void GetZipMatadataUsingStream() - { - try - { - using (Stream stream = File.Open(Common.MapSourceFilePath(filePath), FileMode.Open, FileAccess.ReadWrite)) - { - using (ZipFormat format = new ZipFormat(stream)) - { - // get info - ZipMetadata info = format.ZipInfo; - - // get total entries - Console.WriteLine("Total Entries : {0}, ", info.TotalEntries); - - //get comments - Console.WriteLine("Comments : {0}, ", info.Comment); - foreach (var fileInfo in info.Files) - { - // get file name - Console.WriteLine("File Name : {0}, ", fileInfo.Name); - - // get compressed size - Console.WriteLine("CompressedSize : {0}, ", fileInfo.CompressedSize); - - // get uncompressed size - Console.WriteLine("UncompressedSize : {0}, ", fileInfo.UncompressedSize); - - // get compression method - Console.WriteLine("CompressionMethod : {0}, ", fileInfo.CompressionMethod); - - } - } - // The stream is still open here - } - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - /// - /// Update Zip Comment - /// Feature is supported in version 18.5 or greater of the API - /// - public static void UpdateComment() - { - try - { - using (ZipFormat format = new ZipFormat(Common.MapSourceFilePath(filePath))) - { - format.ZipInfo.Comment = "test comment"; - - //Or you can update it using ZipFileComment Property - //format.ZipFileComment = "test comment"; - - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - } - - - } -} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/AudioFormats.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/AudioFormats.cs deleted file mode 100644 index 898315b..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/AudioFormats.cs +++ /dev/null @@ -1,1044 +0,0 @@ -using GroupDocs.Metadata.Examples.Utilities.CSharp; -using GroupDocs.Metadata.Formats; -using GroupDocs.Metadata.Formats.Audio; -using GroupDocs.Metadata.Tools; -using System; -using System.IO; - -namespace GroupDocs.Metadata.Examples.CSharp -{ - public static class AudioFormats - { - public static class Mp3 - { - // initialize file path and directory path - //ExStart:SourceMp3FilePath + SourceMp3DirectoryPath - //string dir = @"C:\\download files"; - private const string directoryPath = "Audio/Mp3"; - private const string filePath = "Audio/Mp3/sample.mp3"; - // - - - //EndEx:SourceMp3FilePath + SourceMp3DirectoryPath - - - /// - /// Exports metadata of Mp3 format to Excel. - /// Each new metadata type will be presented in separate sheet - /// - public static void ExportMetadataToExcel() - { - // path to the out dir - string outputDir = directoryPath; - - // get mp3 files only - string[] files = Directory.GetFiles(directoryPath, "*.mp3"); - - foreach (string path in files) - { - // get excel file as byte array - byte[] bytes = ExportFacade.ExportToExcel(path); - - // prepare excel file name - string resultFileName = string.Format("{0}\\{1}.xlsx", outputDir, Path.GetFileNameWithoutExtension(path)); - - // remove output file if exist - if (File.Exists(resultFileName)) - { - File.Delete(resultFileName); - } - - // write file to the file system - File.WriteAllBytes(resultFileName, bytes); - } - - } - - /// - /// Detects MP3 audio format - /// Recognition engine detect file only by internal file structure, not extension - /// - /// - public static void DetectMp3Format() - { - string[] files = Directory.GetFiles(directoryPath); - - foreach (string path in files) - { - // detect format - using (FormatBase format = GroupDocs.Metadata.Tools.FormatFactory.RecognizeFormat(path)) - { - - if (format == null) - { - // skip unsupported format - continue; - } - - if (format.Type == DocumentType.Mp3) - { - Console.WriteLine("File {0} has MP3 format", Path.GetFileName(path)); - } - } - } - } - - - /// - /// Reads ID3v2 tag in MP3 format - /// Supported ID3v2.3 and ID3v2.4, ID3v2.2 is obsolete by ID3.org - /// - public static void ReadID3v2Tag() - { - try - { - //ExStart:ReadID3v2Tag - // initialize Mp3Format class - using (Mp3Format mp3Format = new Mp3Format((Common.MapSourceFilePath(filePath)))) - { - // get ID3 v2 tag - Id3v2Tag id3v2 = mp3Format.Id3v2 ?? new Id3v2Tag(); - if (id3v2 != null) - { - // write ID3v2 version - Console.WriteLine("Version: {0}", id3v2.Version); - - // write known frames' values - Console.WriteLine("Title: {0}", id3v2.Title); - Console.WriteLine("Artist: {0}", id3v2.Artist); - Console.WriteLine("Album: {0}", id3v2.Album); - Console.WriteLine("Comment: {0}", id3v2.Comment); - Console.WriteLine("Composers: {0}", id3v2.Composers); - Console.WriteLine("Band: {0}", id3v2.Band); - Console.WriteLine("Track Number: {0}", id3v2.TrackNumber); - Console.WriteLine("Year: {0}", id3v2.Year); - - // in trial mode only first 5 frames are available - TagFrame[] idFrames = id3v2.Frames; - - foreach (TagFrame tagFrame in idFrames) - { - Console.WriteLine("Frame: {0}, value: {1}", tagFrame.Name, tagFrame.GetFormattedValue()); - } - } - } - //ExEnd:ReadID3v2Tag - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - /// - /// Updates ID3v2 tag in MP3 format - /// - /// - public static void UpdateID3v2Tag() - { - try - { - //ExStart:UpdateID3v2Tag - // initialize Mp3Format class - using (Mp3Format mp3Format = new Mp3Format((Common.MapSourceFilePath(filePath)))) - { - - // get id3v2 tag - Id3v2Tag id3Tag = mp3Format.Id3v2 ?? new Id3v2Tag(); - - // set artist - id3Tag.Artist = "A-ha"; - - // set title - id3Tag.Title = "Take on me"; - - // set band - id3Tag.Band = "A-ha"; - - // set comment - id3Tag.Comment = "GroupDocs.Metadata creator"; - - // set track number - id3Tag.TrackNumber = "5"; - - // set year - id3Tag.Year = "1986"; - - // update ID3v2 tag - mp3Format.UpdateId3v2(id3Tag); - - // and commit changes - mp3Format.Save(); - } - //ExEnd:UpdateID3v2Tag - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Removes ID3v2 tag in MP3 format - /// - public static void RemoveID3v2Tag() - { - //ExStart:RemoveID3v2Tag - // init Mp3Format class - using (Mp3Format mp3Format = new Mp3Format((Common.MapSourceFilePath(filePath)))) - { - - // remove ID3v2 tag - mp3Format.RemoveId3v2(); - - // and commit changes - mp3Format.Save(); - } - //ExEnd:RemoveID3v2Tag - } - - /// - /// Reads ID3v1 tag in MP3 format - /// - /// - public static void ReadID3v1Tag() - { - try - { - //ExStart:ReadID3v1Tag - // initialize Mp3Format class - using (Mp3Format mp3Format = new Mp3Format((Common.MapSourceFilePath(filePath)))) - { - // get ID3v1 tag - Id3v1Tag id3V1 = mp3Format.Id3v1; - - //NOTE: please remember you may use different approaches to getting metadata - - // second approach - //id3V1 = (Id3v1Tag)MetadataUtility.ExtractSpecificMetadata(file, MetadataType.Id3v1); - - // check if ID3v1 is presented. It could be absent in Mpeg file. - if (id3V1 != null) - { - // Display version - Console.WriteLine("ID3v1 version: {0}", id3V1.Version); - - // Display tag properties - Console.WriteLine("Album: {0}", id3V1.Album); - Console.WriteLine("Artist: {0}", id3V1.Artist); - Console.WriteLine("Comment: {0}", id3V1.Comment); - Console.WriteLine("Genre: {0}", id3V1.Genre); - Console.WriteLine("Title: {0}", id3V1.Title); - Console.WriteLine("Year: {0}", id3V1.Year); - - if (id3V1.Version == "ID3v1.1") - { - // Track number is presented only in ID3 v1.1 - Console.WriteLine("Track number: {0}", id3V1.TrackNumber); - } - } - } - //ExEnd:ReadID3v1Tag - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Updates ID3v1 tag in MP3 format - /// - /// - public static void UpdateID3v1Tag() - { - try - { - //ExStart:UpdateID3v1Tag - // initialize Mp3Format class - using (Mp3Format mp3Format = new Mp3Format((Common.MapSourceFilePath(filePath)))) - { - - // create id3v1 tag - Id3v1Tag id3Tag = new Id3v1Tag(); - - // set artist - id3Tag.Artist = "A-ha"; - - // set title - id3Tag.Title = "Take on me"; - - // update ID3v1 tag - mp3Format.UpdateId3v1(id3Tag); - - // and commit changes - mp3Format.Save(); - } - //ExEnd:UpdateID3v1Tag - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Reads MPEG audio information - /// - /// - public static void ReadMPEGAudioInfo() - { - try - { - //ExStart:ReadMPEGAudioInfo - // get MPEG audio info - MpegAudio audioInfo = (MpegAudio)MetadataUtility.ExtractSpecificMetadata(Common.MapSourceFilePath(filePath), MetadataType.MpegAudio); - - // another approach is to use Mp3Format directly: - - // init Mp3Format class - // Mp3Format mp3Format = new Mp3Format((Common.MapSourceFilePath(filePath)); - - // get MPEG audio info - // MpegAudio audioInfo = mp3Format.AudioDetails; - - // display MPEG audio version - Console.WriteLine("MPEG audio version: {0}", audioInfo.MpegAudioVersion); - - // display layer version - Console.WriteLine("Layer version: {0}", audioInfo.LayerVersion); - - // display header offset - Console.WriteLine("Header offset: {0}", audioInfo.HeaderPosition); - - // display bitrate - Console.WriteLine("Bitrate: {0}", audioInfo.Bitrate); - - // display frequency - Console.WriteLine("Frequency: {0}", audioInfo.Frequency); - - // display channel mode - Console.WriteLine("Channel mode: {0}", audioInfo.ChannelMode); - - // display original bit - Console.WriteLine("Is original: {0}", audioInfo.IsOriginal); - - // display protected bit - Console.WriteLine("Is protected: {0}", audioInfo.IsProtected); - //ExEnd:ReadMPEGAudioInfo - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Reads Lyrics3 tag in Mp3 format - /// - public static void ReadLyrics3Tag() - { - try - { - //ExStart:ReadLayrics3TagInMp3 - // initialize Mp3Format class - using (Mp3Format mp3Format = new Mp3Format((Common.MapSourceFilePath(filePath)))) - { - - // get Lyrics3 v2.00 tag - Lyrics3Tag lyrics3Tag = mp3Format.Lyrics3v2; - - // check if Lyrics3 is presented. It could be absent. - if (lyrics3Tag != null) - { - // Display defined tag values - Console.WriteLine("Album: {0}", lyrics3Tag.Album); - Console.WriteLine("Artist: {0}", lyrics3Tag.Artist); - Console.WriteLine("Track: {0}", lyrics3Tag.Track); - - // get all fields presented in Lyrics3Tag - Lyrics3Field[] allFields = lyrics3Tag.Fields; - - foreach (Lyrics3Field lyrics3Field in allFields) - { - Console.WriteLine("Name: {0}, value: {1}", lyrics3Field.Name, lyrics3Field.Value); - - } - } - } - //ExEnd:ReadLayrics3TagInMp3 - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Reads Id3 metadata directly in MP3 format - /// - public static void ReadId3MetadataDirectly() - { - //ExStart:ReadId3MetadataInMp3Directly - // init Mp3Format class - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - - // read album in ID3 v1 - MetadataProperty album = mp3Format[MetadataKey.Id3v1.Album]; - Console.WriteLine(album); - - // read title in ID3 v2 - MetadataProperty title = mp3Format[MetadataKey.Id3v2.Title]; - Console.WriteLine(title); - - // create custom ID3v2 key - // TCOP is used for 'Copyright' property according to the ID3 specification - MetadataKey copyrightKey = new MetadataKey(MetadataType.Id3v2, "TCOP"); - - // read copyright property - MetadataProperty copyright = mp3Format[copyrightKey]; - Console.WriteLine(copyright); - } - //ExEnd:ReadId3MetadataInMp3Directly - } - - - /// - /// Shows how to read APEV2 tags in MP3 format - /// Feature is supported in version 17.9.0 or greater of the API - /// - public static void ReadApev2Tag() - { - //ExStart:ReadApev2TagMp3 - // initialize Mp3Format. If file is not Mp3 then appropriate exception will throw. - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - - // get APEv2 tag - Apev2Metadata apev2 = mp3Format.APEv2; - - //NOTE: please remember you may use different approaches to getting metadata - - // second approach - apev2 = (Apev2Metadata)MetadataUtility.ExtractSpecificMetadata(Common.MapSourceFilePath(filePath), MetadataType.APEv2); - - // check if APEv2 tag is presented - if (apev2 != null) - { - // Display tag properties - Console.WriteLine("Album: {0}", apev2.Album); - Console.WriteLine("Artist: {0}", apev2.Artist); - Console.WriteLine("Comment: {0}", apev2.Comment); - Console.WriteLine("Genre: {0}", apev2.Genre); - Console.WriteLine("Title: {0}", apev2.Title); - Console.WriteLine("Track: {0}", apev2.Track); - } - } - //ExEnd:ReadApev2TagMp3 - } - - public static void RemoveLyrics3Tag() - { - //ExStart:RemoveLayrics3Tag - // initialize Mp3Format. If file is not Mp3 then appropriate exception will throw. - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - - // remove Lyrics3 tag - mp3Format.RemoveLyrics3v2(); - - // and commit changes - mp3Format.Save(); - } - //ExEnd:RemoveLayrics3Tag - - } - - public static void CleanMetadata() - { - //ExStart:CleanMetadata - // initialize Mp3Format. If file is not Mp3 then appropriate exception will throw. - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - // removes id3/lyrics/ape tags - mp3Format.CleanMetadata(); - - // and commit changes - mp3Format.Save(); - } - //ExEnd:CleanMetadata - - } - - public static void RemoveAPEV2Tag() - { - //ExStart:RemoveAPEV2Tag - // initialize Mp3Format. If file is not Mp3 then appropriate exception will throw. - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - - // remove APE v2.0 tag - mp3Format.RemoveAPEv2(); - - // and commit changes - mp3Format.Save(); - } - //ExEnd:RemoveAPEV2Tag - - } - - /// - /// Validate ID3 input metadata before saving - /// Feature is supported in version 18.2 or greater of the API - /// - public static void ValidateID3Metadata() - { - try - { - //init Mp3Format class - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - // set album but with invalid length - mp3Format.Id3v1Properties.Album = "this is very looooooooong album name but must be less 30 characters"; - - try - { - // and commit changes - mp3Format.Save(); - } - catch (Shared.Exceptions.GroupDocsException e) - { - //e.Message is "Property 'album': Length could not be grater then 30" - Console.WriteLine(e); - } - } - - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - } - /// - /// Read additional properties from ID3v2 tag - /// Feature is supported in version 18.2 or greater of the API - /// - public static void ReadAdditionalID3v2Properties() - { - try - { - // init Mp3Format class - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - - // get ID3 v2 tag - Id3v2Tag id3v2 = mp3Format.Id3v2; - - if (id3v2 != null) - { - // read sub-title - Console.WriteLine("Subtitle: {0}", id3v2.Subtitle); - - // read musical key - Console.WriteLine("Musical key: {0}", id3v2.MusicalKey); - - // read length in milliseconds - Console.WriteLine("Length in milliseconds: {0}", id3v2.LengthInMilliseconds); - - // read original album - Console.WriteLine("Original album: {0}", id3v2.OriginalAlbum); - - // read size in bytes. Please note that is present TSIZ tag and may be overrided by invalid value - Console.WriteLine("Original album: {0}", id3v2.SizeInBytes); - - // read TSRC value - Console.WriteLine("Original album: {0}", id3v2.ISRC); - - // read TSSE value - Console.WriteLine("Original album: {0}", id3v2.SoftwareHardware); - - // read PCNT value - Console.WriteLine("Original album: {0}", id3v2.PlayCounter); - } - - // and close input stream - mp3Format.Dispose(); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Update ID3v2 tag using properties - /// Feature is supported in version 18.2 or greater of the API - /// - public static void UpdateID3v2TagUsingProperties() - { - try - { - // init Mp3Format class - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - // get id3v2 tag. It creates new tag if metadata not exist so user does not need to check it by null. - Id3v2Tag id3Tag = mp3Format.Id3v2Properties; - - // set artist - id3Tag.Artist = "A-ha"; - - // set title - id3Tag.Title = "Take on me"; - - // set band - id3Tag.Band = "A-ha"; - - // set comment - id3Tag.Comment = "GroupDocs.Metadata creator"; - - // set track number - id3Tag.TrackNumber = "5"; - - // set year - id3Tag.Year = "1986"; - - // and commit changes - mp3Format.Save(); - } - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - } - /// - /// Update ID3v1 tag using properties - /// Feature is supported in version 18.2 or greater of the API - /// - public static void UpdateID3v1TagUsingProperties() - { - try - { - // init Mp3Format class - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - // get id3v1 tag - Id3v1Tag id3Tag = mp3Format.Id3v1Properties; - - // set artist - id3Tag.Artist = "A-ha"; - - // set comment - id3Tag.Comment = "By GroupDocs.Metadata"; - - // set title - id3Tag.Title = "Take on me"; - - // set year - id3Tag.Year = "1986"; - - // and commit changes - mp3Format.Save(); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Update or Remove Image Cover tag from ID3 audio tag - /// Feature is supported in version 18.2 or greater of the API - /// - public static void UpdateOrRemoveImageCoverID3() - { - try - { - // init Mp3Format class - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - // get id3v2 - var metadata = mp3Format.GetId3v2Tag(); - - if (metadata == null) - { - return; - } - - // remove image cover - metadata.RemoveImageCover(); - - // update metadata - mp3Format.UpdateId3v2(metadata); - - // and store to other file - mp3Format.Save(Common.MapDestinationFilePath(filePath)); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - // - /// Update ID3v2 Tag Using Stream - /// - public static void UpdateID3v2TagUsingStream() - { - using (Stream stream = File.Open(Common.MapDestinationFilePath(filePath), FileMode.OpenOrCreate, FileAccess.ReadWrite)) - { - using (Mp3Format format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - // get id3v2 tag - Id3v2Tag id3Tag = format.Id3v2Properties ?? new Id3v2Tag(); - - // set artist - id3Tag.Artist = "A-ha"; - - // set title - id3Tag.Title = "Take on me"; - - // set band - id3Tag.Band = "A-ha"; - - // set comment - id3Tag.Comment = "GroupDocs.Metadata creator"; - - // set track number - id3Tag.TrackNumber = "5"; - - // set year - id3Tag.Year = "1986"; - - // update ID3v2 tag - format.UpdateId3v2(id3Tag); - - format.Save(stream); - } - // The stream is still open here - } - } - /// - /// Update Lyrics3 Tag by replacing whole tag - /// This method is supportd by version 18.10 or greater. - /// - public static void UpdateLyrics3TagByReplacingWholeTag() - { - using (Mp3Format format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - Lyrics3Tag tag = new Lyrics3Tag(); - tag.Fields = new Lyrics3Field[] - { - new Lyrics3Field("EAL", "test album"), - new Lyrics3Field("EAR", "test artist"), - new Lyrics3Field("INF", "test info"), - new Lyrics3Field("LYR", "[00:01] test lyrics"), - }; - format.UpdateLyrics3v2(tag); - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - - /// - /// Update Lyrics3 Tag by replacing whole field collection - /// This method is supportd by version 18.10 or greater. - /// - public static void UpdateLyrics3TagByReplacingWholefieldCollection() - { - using (Mp3Format format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - Lyrics3Field[] fields = new Lyrics3Field[] - { - new Lyrics3Field("EAL", "test album"), - new Lyrics3Field("EAR", "test artist"), - new Lyrics3Field("INF", "test info"), - new Lyrics3Field("LYR", "[00:01] test lyrics"), - }; - format.Lyrics3v2Properties.Fields = fields; - - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - - /// - /// Update Lyrics3 Tag - /// This method is supportd by version 18.10 or greater. - /// - public static void UpdateLyrics3Tag() - { - using (Mp3Format format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - format.Lyrics3v2Properties.Album = "test album"; - format.Lyrics3v2Properties.Artist = "test artist"; - format.Lyrics3v2Properties.AdditionalInfo = "test info"; - format.Lyrics3v2Properties.Lyrics = "[00:01] test lyrics"; - - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - - /// - /// Read ID3v2 Tag Using Stream - /// - public static void ReadID3v2TagUsingStream() - { - using (Stream stream = File.Open(Common.MapSourceFilePath(filePath), FileMode.Open, FileAccess.ReadWrite)) - { - using (Mp3Format format = new Mp3Format(stream)) - { - // get ID3 v2 tag - Id3v2Tag id3v2 = format.Id3v2Properties ?? new Id3v2Tag(); - if (id3v2 != null) - { - // write ID3v2 version - Console.WriteLine("Version: {0}", id3v2.Version); - - // write known frames' values - Console.WriteLine("Title: {0}", id3v2.Title); - Console.WriteLine("Artist: {0}", id3v2.Artist); - Console.WriteLine("Album: {0}", id3v2.Album); - Console.WriteLine("Comment: {0}", id3v2.Comment); - Console.WriteLine("Composers: {0}", id3v2.Composers); - Console.WriteLine("Band: {0}", id3v2.Band); - Console.WriteLine("Track Number: {0}", id3v2.TrackNumber); - Console.WriteLine("Year: {0}", id3v2.Year); - - // in trial mode only first 5 frames are available - TagFrame[] idFrames = id3v2.Frames; - - foreach (TagFrame tagFrame in idFrames) - { - Console.WriteLine("Frame: {0}, value: {1}", tagFrame.Name, tagFrame.GetFormattedValue()); - } - } - } - // The stream is still open here - } - - } - - /// - /// Read ImageCover using Metadata Utility - /// Feature is supported in version 18.4 or greater of the API - /// - public static void ReadImageCoverMetadataUtility() - { - try - { - //Read DublinCore Metadata - ThumbnailMetadata thumbnailMetadata = (ThumbnailMetadata)MetadataUtility.ExtractSpecificMetadata(Common.MapSourceFilePath(filePath), MetadataType.Thumbnail); - - if (thumbnailMetadata != null) - { - // get Mime Type - Console.WriteLine(thumbnailMetadata.MimeType); - // get Length - Console.WriteLine(thumbnailMetadata.ImageData.Length); - - } - - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - } - - /// - /// Read Image Cover from ID3 audio tag - /// Feature is supported in version 18.2 or greater of the API - /// - public static void ReadImageCoverID3() - { - try - { - // init Mp3Format class - using (Mp3Format mp3Format = new Mp3Format(Common.MapSourceFilePath(filePath))) - { - // get id3v2 - var metadata = mp3Format.GetId3v2Tag(); - - // check if ID3v2 is exist - if (metadata == null) - { - return; - } - - // read APIC frames - var frames = metadata["APIC"]; - - if (frames != null && frames.Length == 1) - { - // get AttachedPictureFrame - AttachedPictureFrame picture = (AttachedPictureFrame)frames[0]; - - // use 'jpeg' as default extension - string extension = ".jpeg"; - string mimeType = picture.MIMEType; - - // try resolve extension from MIME - if (mimeType != null) - { - if (mimeType.Contains("jpg")) - { - extension = ".jpeg"; - } - else if (mimeType.Contains("bmp")) - { - extension = ".bmp"; - } - else if (mimeType.Contains("png")) - { - extension = ".png"; - } - } - - // prepare file name - string file = string.Format(Common.MapDestinationFilePath(filePath), extension); - - // and store it to the file system - System.IO.File.WriteAllBytes(file, picture.PictureData); - } - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - } - - public static class Wav - { - // initialize file path and directory path - //ExStart:SourceWavFilePath + SourceWavDirectoryPath - private const string directoryPath = "Audio/Wav"; - private const string filePath = "Audio/Wav/sample.wav"; - //ExEnd:SourceWavFilePath + SourceWavDirectoryPath - - /// - /// Detects Wav audio format - /// - public static void DetectWavFormat() - { - string[] files = Directory.GetFiles(directoryPath); - - foreach (string path in files) - { - // detect format - FormatBase format = GroupDocs.Metadata.Tools.FormatFactory.RecognizeFormat(path); - if (format == null) - { - // skip unsupported format - continue; - } - - if (format.Type == DocumentType.Wav) - { - Console.WriteLine("File {0} has WAV format", Path.GetFileName(path)); - } - } - } - - /// - /// Reads audio details - /// - public static void ReadAudioDetails() - { - try - { - //ExStart:ReadAudioDetailsInWav - // initialize WavFormat class - using (WavFormat wavFormat = new WavFormat((Common.MapSourceFilePath(filePath)))) - { - - // get audio info - WavAudioInfo audioInfo = wavFormat.AudioInfo; - - // display bits per sample - Console.WriteLine("Bits per sample: {0}", audioInfo.BitsPerSample); - - // display audio format version - Console.WriteLine("Audio format: {0}", audioInfo.AudioFormat); - - // display number of channels - Console.WriteLine("Number of channels: {0}", audioInfo.NumberOfChannels); - - // display sample rate - Console.WriteLine("Sample rate: {0}", audioInfo.SampleRate); - } - //ExEnd:ReadAudioDetailsInWav - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - /// - /// Update XMP Metadata - /// Feature is supported in version 18.6 or greater of the API - /// - public static void UpdateXmpMetadata() - { - using (WavFormat format = new WavFormat(Common.MapSourceFilePath(filePath))) - { - Console.WriteLine(format.XmpValues.Schemes.XmpBasic.CreateDate); - Console.WriteLine(format.XmpValues.Schemes.XmpBasic.Label); - Console.WriteLine(format.XmpValues.Schemes.DublinCore.Subject); - Console.WriteLine(format.XmpValues.Schemes.DublinCore.Format); - - format.XmpValues.Schemes.XmpBasic.CreateDate = DateTime.Now; - format.XmpValues.Schemes.XmpBasic.Label = "Test"; - format.XmpValues.Schemes.DublinCore.Subject = "WAV XMP Test"; - format.XmpValues.Schemes.DublinCore.Format = "WAV Audio"; - - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - /// - /// Remove XMP Metadata - /// Feature is supported in version 18.6 or greater of the API - /// - public static void RemoveXmpMetadata() - { - using (WavFormat format = new WavFormat(Common.MapSourceFilePath(filePath))) - { - format.RemoveXmpData(); - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - /// - /// Update XMP Metadata usin Stream - /// Feature is supported in version 18.6 or greater of the API - /// - public static void UpdateXmpMetadataUsingStream() - { - using (Stream stream = File.Open(Common.MapDestinationFilePath(filePath), FileMode.OpenOrCreate, FileAccess.ReadWrite)) - { - using (WavFormat format = new WavFormat(Common.MapSourceFilePath(filePath))) - { - Console.WriteLine(format.XmpValues.Schemes.XmpBasic.CreateDate); - Console.WriteLine(format.XmpValues.Schemes.XmpBasic.Label); - Console.WriteLine(format.XmpValues.Schemes.DublinCore.Subject); - Console.WriteLine(format.XmpValues.Schemes.DublinCore.Format); - - format.XmpValues.Schemes.XmpBasic.CreateDate = DateTime.Now; - format.XmpValues.Schemes.XmpBasic.Label = "Test"; - format.XmpValues.Schemes.DublinCore.Subject = "WAV XMP Test"; - format.XmpValues.Schemes.DublinCore.Format = "WAV Audio"; - - format.Save(stream); - } - // The stream is still open here - } - } - } - } -} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/CleanMetadata.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/CleanMetadata.cs new file mode 100644 index 0000000..ec23b06 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/CleanMetadata.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.BasicUsage +{ + using System; + + /// + /// This example demonstrates how to remove all detected metadata packages/properties from a file. + /// + public static class CleanMetadata + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Basic Usage] # CleanMetadata : How to remove all detected metadata packages/properties from a file.\n"); + // Constants.InputPdf is an absolute or relative path to your document. Ex: @"C:\Docs\source.pdf" + using (Metadata metadata = new Metadata(Constants.InputPdf)) + { + // Remove detected metadata packages + var affected = metadata.Sanitize(); + Console.WriteLine("Properties removed: {0}", affected); + + metadata.Save(Constants.OutputPdf); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/FindMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/FindMetadataProperties.cs new file mode 100644 index 0000000..872d90d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/FindMetadataProperties.cs @@ -0,0 +1,45 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.BasicUsage +{ + using System; + using Tagging; + + /// + /// This example demonstrates how to search for specific metadata properties using tags. + /// + public static class FindMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Basic Usage] # FindMetadataProperties : How to search for specific metadata properties using tags.\n"); + // Constants.InputPptx is an absolute or relative path to your document. Ex: @"C:\Docs\source.pptx" + + using (Metadata metadata = new Metadata(Constants.JpegWithExif)) + { + // Fetch all the properties satisfying the predicate: + // property contains the name of the last document editor OR the date/time the document was last modified + var properties = metadata.FindProperties(p => p.Name != null); + foreach (var property in properties) + { + Console.WriteLine("Property name: {0}, Property value: {1}", property.Name, property.InterpretedValue); + } + } + + + /*using (Metadata metadata = new Metadata(Constants.InputPptx)) + { + // Fetch all the properties satisfying the predicate: + // property contains the name of the last document editor OR the date/time the document was last modified + var properties = metadata.FindProperties(p => p.Tags.Contains(Tags.Person.Editor) || p.Tags.Contains(Tags.Time.Modified)); + foreach (var property in properties) + { + Console.WriteLine("Property name: {0}, Property value: {1}", property.Name, property.Value); + } + }*/ + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/GenerateFilePreview.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/GenerateFilePreview.cs new file mode 100644 index 0000000..3d8bb67 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/GenerateFilePreview.cs @@ -0,0 +1,29 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.BasicUsage +{ + using System; + using System.IO; + using Options; + + /// + /// This code snippet demonstrates how to create image previews for document pages. + /// + public class GenerateFilePreview + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Basic Usage] # GenerateFilePreview : How to create image previews for document pages.\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + PreviewOptions previewOptions = new PreviewOptions(pageNumber => File.Create($"{Constants.OutputPath}\\result_{pageNumber}.png")); + previewOptions.PreviewFormat = PreviewOptions.PreviewFormats.PNG; + previewOptions.PageNumbers = new int[] { 1 }; + metadata.GeneratePreview(previewOptions); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/GetDocumentInfo.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/GetDocumentInfo.cs new file mode 100644 index 0000000..46adc89 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/GetDocumentInfo.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.BasicUsage +{ + using System; + using Common; + + /// + /// This example demonstrates how to extract basic format information from a file. + /// + public static class GetDocumentInfo + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Basic Usage] # GetDocumentInfo : How to extract basic format information from a file.\n"); + // Constants.InputXlsx is an absolute or relative path to your document. Ex: @"C:\Docs\source.xlsx" + using (Metadata metadata = new Metadata(Constants.InputXlsx)) + { + if (metadata.FileFormat != FileFormat.Unknown) + { + IDocumentInfo info = metadata.GetDocumentInfo(); + Console.WriteLine("File format: {0}", info.FileType.FileFormat); + Console.WriteLine("File extension: {0}", info.FileType.Extension); + Console.WriteLine("MIME Type: {0}", info.FileType.MimeType); + Console.WriteLine("Number of pages: {0}", info.PageCount); + Console.WriteLine("Document size: {0} bytes", info.Size); + Console.WriteLine("Is document encrypted: {0}", info.IsEncrypted); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/RemoveMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/RemoveMetadataProperties.cs new file mode 100644 index 0000000..f4b88ee --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/RemoveMetadataProperties.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.BasicUsage +{ + using System; + using Common; + using Tagging; + + /// + /// This example demonstrates how to remove specific metadata properties using various criteria. + /// + public static class RemoveMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Basic Usage] # RemoveMetadataProperties : How to remove specific metadata properties using various criteria.\n"); + // Constants.InputDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + // Remove all the properties satisfying the predicate: + // property contains the name of the document author OR + // it refers to the last editor OR + // the property value is a string that contains the substring "John" (to remove any mentions of John from the detected metadata) + var affected = metadata.RemoveProperties( + p => p.Tags.Contains(Tags.Person.Creator) || + p.Tags.Contains(Tags.Person.Editor) || + p.Value.Type == MetadataPropertyType.String && p.Value.ToString().Contains("John")); + + Console.WriteLine("Properties removed: {0}", affected); + + metadata.Save(Constants.OutputDocx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/SetMetadataProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/SetMetadataProperties.cs new file mode 100644 index 0000000..67ce4ef --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/BasicUsage/SetMetadataProperties.cs @@ -0,0 +1,35 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.BasicUsage +{ + using System; + using Common; + using Tagging; + + /// + /// This example demonstrates how to set specific metadata properties using different criteria. + /// + public static class SetMetadataProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Basic Usage] # SetMetadataProperties : How to set specific metadata properties using different criteria.\n"); + // Constants.InputVsdx is an absolute or relative path to your document. Ex: @"C:\Docs\source.vsdx" + using (Metadata metadata = new Metadata(Constants.InputVsdx)) + { + // Set the value of each property that satisfies the predicate: + // property contains the date/time the document was created OR modified + var affected = metadata.SetProperties( + p => p.Tags.Contains(Tags.Time.Created) || p.Tags.Contains(Tags.Time.Modified), + new PropertyValue(DateTime.Now)); + + Console.WriteLine("Properties set: {0}", affected); + + metadata.Save(Constants.OutputVsdx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Constants.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Constants.cs new file mode 100644 index 0000000..41b3ee5 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Constants.cs @@ -0,0 +1,133 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp +{ + using System.IO; + + public static class Constants + { + static Constants() + { + if (!Directory.Exists(OutputPath)) + Directory.CreateDirectory(OutputPath); + } + + public const string ResourcesPath = @".\Resources\"; + + public static readonly string LicenseFilePath = @"C:\Work\License\GroupDocs.Metadata.Product.Family.lic"; + + public static readonly string InputPath = Path.Combine(ResourcesPath, @"SampleFiles"); + public static readonly string OutputPath = Path.Combine(ResourcesPath, @"SampleFiles\Output"); + + + public static readonly string InputDocx = Path.Combine(InputPath, "input.docx"); + public static readonly string InputPptx = Path.Combine(InputPath, "input.pptx"); + public static readonly string InputXlsx = Path.Combine(InputPath, "input.xlsx"); + public static readonly string InputVsdx = Path.Combine(InputPath, "input.vsdx"); + public static readonly string InputVdx = Path.Combine(InputPath, "input.vdx"); + public static readonly string InputPdf = Path.Combine(InputPath, "input.pdf"); + public static readonly string CopyPdf = Path.Combine(InputPath, "copy.pdf"); + public static readonly string InputOne = Path.Combine(InputPath, "input.one"); + public static readonly string InputDoc = Path.Combine(InputPath, "input.doc"); + public static readonly string InputPpt = Path.Combine(InputPath, "input.ppt"); + public static readonly string InputXls = Path.Combine(InputPath, "input.xls"); + public static readonly string InputJpeg = Path.Combine(InputPath, "input.jpg"); + public static readonly string InputPng = Path.Combine(InputPath, "input.png"); + public static readonly string InputGif = Path.Combine(InputPath, "input.gif"); + public static readonly string InputDng = Path.Combine(InputPath, "sample1.dng"); + public static readonly string InputMpp = Path.Combine(InputPath, "input.mpp"); + public static readonly string InputBmp = Path.Combine(InputPath, "input.bmp"); + public static readonly string InputJpeg2000 = Path.Combine(InputPath, "input.jp2"); + public static readonly string InputDicom = Path.Combine(InputPath, "input.dicom"); + public static readonly string InputAsf = Path.Combine(InputPath, "input.asf"); + public static readonly string InputAvi = Path.Combine(InputPath, "input.avi"); + public static readonly string InputFlv = Path.Combine(InputPath, "input.flv"); + public static readonly string InputMkv = Path.Combine(InputPath, "input.mkv"); + public static readonly string InputMov = Path.Combine(InputPath, "input.mov"); + public static readonly string InputWav = Path.Combine(InputPath, "input.wav"); + public static readonly string InputZip = Path.Combine(InputPath, "input.zip"); + public static readonly string InputRar = Path.Combine(InputPath, "input.rar"); + public static readonly string InputTar = Path.Combine(InputPath, "input.tar"); + public static readonly string InputSevenZip = Path.Combine(InputPath, "input.7z"); + public static readonly string InputVcf = Path.Combine(InputPath, "input.vcf"); + public static readonly string InputDxf = Path.Combine(InputPath, "input.dxf"); + public static readonly string InputEpub = Path.Combine(InputPath, "input.epub"); + public static readonly string InputFb2 = Path.Combine(InputPath, "input.fb2"); + public static readonly string InputMobi = Path.Combine(InputPath, "input.mobi"); + public static readonly string InputEml = Path.Combine(InputPath, "input.eml"); + public static readonly string InputMsg = Path.Combine(InputPath, "input.msg"); + public static readonly string InputTtf = Path.Combine(InputPath, "input.ttf"); + public static readonly string InputTorrent = Path.Combine(InputPath, "input.torrent"); + public static readonly string PngWithXmp = Path.Combine(InputPath, "xmp.png"); + public static readonly string GifWithXmp = Path.Combine(InputPath, "xmp.gif"); + public static readonly string JpegWithXmp = Path.Combine(InputPath, "xmp.jpg"); + public static readonly string TiffWithExif = Path.Combine(InputPath, "exif.tiff"); + public static readonly string TiffWithIptc = Path.Combine(InputPath, "iptc.tiff"); + public static readonly string JpegWithExif = Path.Combine(InputPath, "exif.jpg"); + public static readonly string JpegWithIptc = Path.Combine(InputPath, "iptc.jpg"); + public static readonly string PsdWithIptc = Path.Combine(InputPath, "iptc.psd"); + public static readonly string PsdWithExif = Path.Combine(InputPath, "exif.psd"); + public static readonly string JpegWithIrb = Path.Combine(InputPath, "irb.jpg"); + public static readonly string JpegWithBarcodes = Path.Combine(InputPath, "barcode.jpg"); + public static readonly string PsdWithIrb = Path.Combine(InputPath, "irb.psd"); + public static readonly string ProtectedDocx = Path.Combine(InputPath, "protected.docx"); + public static readonly string SignedPdf = Path.Combine(InputPath, "signed.pdf"); + public static readonly string MkvWithSubtitles = Path.Combine(InputPath, "subtitles.mkv"); + public static readonly string MP3WithID3V1 = Path.Combine(InputPath, "id3v1.mp3"); + public static readonly string MP3WithID3V2 = Path.Combine(InputPath, "id3v2.mp3"); + public static readonly string MP3WithLyrics = Path.Combine(InputPath, "lyrics.mp3"); + public static readonly string MP3WithApe = Path.Combine(InputPath, "ape.mp3"); + public static readonly string CanonJpeg = Path.Combine(InputPath, "canon_raw.jpg"); + public static readonly string NikonJpeg = Path.Combine(InputPath, "nikon_raw.jpg"); + public static readonly string PanasonicJpeg = Path.Combine(InputPath, "panasonic_raw.jpg"); + public static readonly string SonyJpeg = Path.Combine(InputPath, "sony_raw.jpg"); + public static readonly string InputCr2 = Path.Combine(InputPath, "input.CR2"); + public static readonly string InputSvg = Path.Combine(InputPath, "input.svg"); + + public static readonly string Input3ds = Path.Combine(InputPath, "input.3ds"); + public static readonly string InputDae = Path.Combine(InputPath, "input.dae"); + public static readonly string InputFbx = Path.Combine(InputPath, "input.fbx"); + public static readonly string InputStl = Path.Combine(InputPath, "input.stl"); + public static readonly string InputGltf = Path.Combine(InputPath, "input.gltf"); + + public static readonly string InputKml = Path.Combine(InputPath, "input.kml"); + + public static readonly string InputOgg = Path.Combine(InputPath, "input.ogg"); + + + public static readonly string OutputDocx = Path.Combine(OutputPath, "output.docx"); + public static readonly string OutputPptx = Path.Combine(OutputPath, "output.pptx"); + public static readonly string OutputXlsx = Path.Combine(OutputPath, "output.xlsx"); + public static readonly string OutputVsdx = Path.Combine(OutputPath, "output.vsdx"); + public static readonly string OutputVdx = Path.Combine(OutputPath, "output.vdx"); + public static readonly string OutputPdf = Path.Combine(OutputPath, "output.pdf"); + public static readonly string OutputOne = Path.Combine(OutputPath, "output.one"); + public static readonly string OutputDoc = Path.Combine(OutputPath, "output.doc"); + public static readonly string OutputPpt = Path.Combine(OutputPath, "output.ppt"); + public static readonly string OutputXls = Path.Combine(OutputPath, "output.xls"); + public static readonly string OutputMpp = Path.Combine(OutputPath, "output.mpp"); + public static readonly string OutputJpeg = Path.Combine(OutputPath, "output.jpg"); + public static readonly string OutputPng = Path.Combine(OutputPath, "output.png"); + public static readonly string OutputGif = Path.Combine(OutputPath, "output.gif"); + public static readonly string OutputTiff = Path.Combine(OutputPath, "output.tiff"); + public static readonly string OutputPsd = Path.Combine(OutputPath, "output.psd"); + public static readonly string OutputBmp = Path.Combine(OutputPath, "output.bmp"); + public static readonly string OutputMp3 = Path.Combine(OutputPath, "output.mp3"); + public static readonly string OutputZip = Path.Combine(OutputPath, "output.zip"); + public static readonly string OutputEml = Path.Combine(OutputPath, "output.eml"); + public static readonly string OutputMsg = Path.Combine(OutputPath, "output.msg"); + public static readonly string OutputTorrent = Path.Combine(OutputPath, "output.torrent"); + public static readonly string OutputCsv = Path.Combine(OutputPath, "output.csv"); + public static readonly string OutputEpub = Path.Combine(OutputPath, "output.epub"); + public static readonly string OutputDxf = Path.Combine(OutputPath, "output.dxf"); + public static readonly string OutputXml = Path.Combine(OutputPath, "output.xml"); + public static readonly string OutputSvg = Path.Combine(OutputPath, "output.svg"); + + public static readonly string ImportPdf = Path.Combine(InputPath, "pdf.json"); + + public static readonly string AttachmentJpg = Path.Combine(InputPath, "attachment.jpg"); + } +} + diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Documents.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Documents.cs deleted file mode 100644 index 832eb07..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/Documents.cs +++ /dev/null @@ -1,2859 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using GroupDocs.Metadata.Formats.Document; -using GroupDocs.Metadata; -using GroupDocs.Metadata.Tools; -using GroupDocs.Metadata.Examples.Utilities.CSharp; -using GroupDocs.Metadata.Xmp.Schemes; -using GroupDocs.Metadata.Formats; -using GroupDocs.Metadata.Examples.CSharp.Utilities; -using GroupDocs.Metadata.Formats.Project; -using GroupDocs.Metadata.Exceptions; -using System.IO; -using GroupDocs.Metadata.Xmp; -using GroupDocs.Metadata.Formats.Ebook; -using GroupDocs.Metadata.Formats.Image; -using System.Text.RegularExpressions; - -namespace GroupDocs.Metadata.Examples.CSharp -{ - public static class Documents - { - public static class Doc - { - // initialize file path - //ExStart:SourceDocFilePath - private const string filePath = "Documents/Doc/sample.docx"; - //ExEnd:SourceDocFilePath - #region working with built-in document properties - - /// - /// Gets builtin document properties from Doc file - /// - public static void GetDocumentProperties() - { - try - { - //ExStart:GetBuiltinDocumentPropertiesDocFormat - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize metadata - DocMetadata docMetadata = docFormat.DocumentProperties; - - // get properties - Console.WriteLine("Built-in Properties: "); - foreach (KeyValuePair property in docMetadata) - { - // check if built-in property - if (docMetadata.IsBuiltIn(property.Key)) - { - Console.WriteLine("{0} : {1}", property.Key, property.Value); - } - } - } - //ExEnd:GetBuiltinDocumentPropertiesDocFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Reads all metadata keys of the Word document - /// - /// Path to the files - public static void ReadMetadataUsingKeys(string directoryPath) - { - try - { - //ExStart:ReadMetadataUsingKeys - //Get all Word documents inside directory - string[] files = Directory.GetFiles(Common.MapSourceFilePath(directoryPath), "*.doc"); - - foreach (string path in files) - { - Console.WriteLine("Document: {0}", Path.GetFileName(path)); - - // open Word document - using (DocFormat doc = new DocFormat(path)) - { - // get metadata - Metadata metadata = doc.DocumentProperties; - - // print all metadata keys presented in DocumentProperties - foreach (string key in metadata.Keys) - { - Console.WriteLine(key); - } - } - } - //ExEnd:ReadMetadataUsingKeys - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - /// - /// Update Metadata Using Regex - /// Feature is supported in version 18.5 or greater of the API - /// - public static void ReplaceMetadataUsingRegex() - { - try - { - Regex pattern = new Regex("^author|company$", RegexOptions.IgnoreCase); - string replaceValue = "Aspose"; - SearchFacade.ReplaceInDocument(Common.MapSourceFilePath(filePath), pattern, replaceValue, Common.MapDestinationFilePath(filePath)); - } - catch (Exception ex) - { - - Console.WriteLine(ex.Message); - } - } - - /// - /// Find Metadata Using Regex - /// Feature is supported in version 18.5 or greater of the API - /// - public static void FindMetadataUsingRegex() - { - try - { - Regex pattern = new Regex("author|company", RegexOptions.IgnoreCase); - MetadataPropertyCollection properties = SearchFacade.ScanDocument(Common.MapDestinationFilePath(filePath), pattern); - for (int i = 0; i < properties.Count; i++) - { - Console.WriteLine(properties[i]); - } - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Read ImageCover using Metadata Utility - /// Feature is supported in version 18.4 or greater of the API - /// - public static void ReadImageCoverMetadataUtility() - { - try - { - //Read DublinCore Metadata - ThumbnailMetadata thumbnailMetadata = (ThumbnailMetadata)MetadataUtility.ExtractSpecificMetadata(Common.MapSourceFilePath(filePath), MetadataType.Thumbnail); - - if (thumbnailMetadata != null) - { - // get Mime Type - Console.WriteLine(thumbnailMetadata.MimeType); - // get Length - Console.WriteLine(thumbnailMetadata.ImageData.Length); - - } - - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - } - - /// - /// Read DublinCore Metadata using Metadata Utility - /// Feature is supported in version 18.4 or greater of the API - /// - public static void ReadDublinCoreMetadata() - { - try - { - // read dublin-core metadata - DublinCoreMetadata dublinCore = (DublinCoreMetadata)MetadataUtility.ExtractSpecificMetadata(Common.MapSourceFilePath(filePath), MetadataType.DublinCore); - - // get creator - Console.WriteLine("Creator = {0}", dublinCore.Creator); - - // get publisher - Console.WriteLine("Publisher = {0}", dublinCore.Publisher); - - // get contributor - Console.WriteLine("Contributor = {0}", dublinCore.Contributor); - - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Updates document properties of Doc file and creates output file - /// - public static void UpdateDocumentProperties() - { - try - { - //ExStart:UpdateBuiltinDocumentPropertiesDocFormat - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize DocMetadata - DocMetadata docMetadata = docFormat.DocumentProperties; - - //update document property... - docMetadata.Author = "Usman"; - docMetadata.Company = "Aspose"; - docMetadata.Manager = "Usman Aziz"; - - //save output file... - docFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateBuiltinDocumentPropertiesDocFormat - Console.WriteLine("Updated Successfully."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - - } - /// - /// Removes document properties of Doc file and creates output file - /// - public static void RemoveDocumentProperties() - { - try - { - //ExStart:RemoveBuiltinDocumentPropertiesDocFormat - // initialize Docformat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - //Clean metadata - docFormat.CleanMetadata(); - - // save output file... - docFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveBuiltinDocumentPropertiesDocFormat - Console.WriteLine("File saved in destination folder."); - } - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with custom properties - /// - /// Adds custom property in Doc file and creates output file - /// - public static void AddCustomProperty() - { - try - { - //ExStart:AddCustomPropertyDocFormat - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize DocMetadata - DocMetadata metadata = docFormat.DocumentProperties; - - - string propertyName = "New Custom Property"; - string propertyValue = "123"; - - // add boolean key - if (!metadata.ContainsKey(propertyName)) - { - // add property - metadata.Add(propertyName, propertyValue); - } - - // save file in destination folder - docFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:AddCustomPropertyDocFormat - Console.WriteLine("File saved in destination folder."); - } - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Gets custom properties of Doc file - /// - public static void GetCustomProperties() - { - try - { - //ExStart:GetCustomPropertiesDocFormat - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize metadata - DocMetadata docMetadata = docFormat.DocumentProperties; - - // get properties - Console.WriteLine("\nCustom Properties"); - foreach (KeyValuePair keyValuePair in docMetadata) - { - // check if property is not built-in - if (!docMetadata.IsBuiltIn(keyValuePair.Key)) - { - try - { - // get property value - PropertyValue propertyValue = docMetadata[keyValuePair.Key]; - Console.WriteLine("Key: {0}, Type:{1}, Value: {2}", keyValuePair.Key, propertyValue.Type, propertyValue); - } - catch { } - } - } - } - //ExEnd:GetCustomPropertiesDocFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes custom properties of Doc file and creates output file - /// - public static void RemoveCustomProperties() - { - try - { - //ExStart:RemoveCustomPropertyDocFormat - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize DocMetadata - DocMetadata metadata = docFormat.DocumentProperties; - - string propertyName = "New Custom Property"; - - // check if property is not built-in - if (metadata.ContainsKey(propertyName)) - { - if (!metadata.IsBuiltIn(propertyName)) - { - // remove property - metadata.Remove(propertyName); - - } - else - { - Console.WriteLine("Can not remove built-in property."); - } - } - else - { - Console.WriteLine("Property does not exist."); - } - - bool isexist = metadata.ContainsKey(propertyName); - - // save file in destination folder - docFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveCustomPropertyDocFormat - Console.WriteLine("File saved in destination folder."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Clears custom properties of Doc file and creates output file - /// - public static void ClearCustomProperties() - { - try - { - //ExStart:ClearCustomPropertyDocFormat - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - // use one of the following methods - // method:1 - clear custom properties - docFormat.ClearCustomProperties(); - - // method:2 - clear custom properties - docFormat.DocumentProperties.ClearCustomData(); - - // save file in destination folder - docFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:ClearCustomPropertyDocFormat - Console.WriteLine("File saved in destination folder."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with document comments - /// - /// Gets document comments of Doc file - /// - public static void GetDocumentComments() - { - try - { - - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - //get comments... - DocComment[] comments = docFormat.ExtractComments(); - - //get commnets by author... - //DocComment[] comments = docFormat.ExtractComments("USMAN"); - - // display comments - foreach (DocComment comment in comments) - { - Console.WriteLine("Author: ", comment.Author); - Console.WriteLine("Created on Date: ", comment.CreatedDate); - Console.WriteLine("Initials: ", comment.Initials); - Console.WriteLine("\n"); - } - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes document comments of Doc file - /// - public static void RemoveComments() - { - try - { - - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // remove comments - docFormat.ClearComments(); - - // save file in destination folder - docFormat.Save(Common.MapDestinationFilePath(filePath)); - - Console.WriteLine("File saved in destination folder."); - } - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Updates document comments of Doc file - /// - public static void UpdateComments() - { - try - { - //ExStart:UpdateDocumentComment - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // extract comments - DocComment[] comments = docFormat.ExtractComments(); - - if (comments.Length > 0) - { - // get first comment if exist - var comment = comments[0]; - - // change comment's author - comment.Author = "Jack London"; - - // change comment's text - comment.Text = "This comment is created using GroupDocs.Metadata"; - - // update comment - docFormat.UpdateComment(comment.Id, comment); - } - - // save file in destination folder - docFormat.Save(Common.MapDestinationFilePath(filePath)); - - Console.WriteLine("File saved in destination folder."); - } - //ExEnd:UpdateDocumentComment - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with pages and words - /// - /// Gets word count and page count of Doc file - /// - public static void GetWordAndPageCount() - { - try - { - - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - - // Get words count... - int wordsCount = docFormat.GetWordsCount(); - - // Get pages count... - int pageCounts = docFormat.GetPagesCount(); - - Console.WriteLine("Words: {0}", wordsCount); - Console.WriteLine("Pages: {0}", pageCounts); - } - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with hidden fields - /// - /// Gets comments, merge fields and hidden fields of Doc file - /// - public static void GetHiddenData() - { - try - { - //ExStart:GetHiddenDataInDocument - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // inspect document - DocInspectionResult inspectionResult = docFormat.InspectDocument(); - - // display comments - if (inspectionResult.Comments.Length > 0) - { - Console.WriteLine("Comments in document:"); - foreach (DocComment comment in inspectionResult.Comments) - { - Console.WriteLine("Comment: {0}", comment.Text); - Console.WriteLine("Author: {0}", comment.Author); - Console.WriteLine("Date: {0}", comment.CreatedDate); - } - } - - // display merge fields - if (inspectionResult.Fields.Length > 0) - { - Console.WriteLine("\nMerge Fields in document:"); - foreach (DocField field in inspectionResult.Fields) - { - Console.WriteLine(field.Name); - } - } - - // display hidden fields - if (inspectionResult.HiddenText.Length > 0) - { - Console.WriteLine("\nHiddent text in document:"); - foreach (string word in inspectionResult.HiddenText) - { - Console.WriteLine(word); - } - } - } - //ExEnd:GetHiddenDataInDocument - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Gets comments, merge fields and hidden fields of Doc file - /// - public static void RemoveMergeFields() - { - try - { - //ExStart:RemoveHiddenDataInDocument - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // inspect document - DocInspectionResult inspectionResult = docFormat.InspectDocument(); - - // if merge fields are presented - if (inspectionResult.Fields.Length > 0) - { - // remove it - docFormat.RemoveHiddenData(new DocInspectionOptions(DocInspectorOptionsEnum.Fields)); - - // save file in destination folder - docFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:RemoveHiddenDataInDocument - - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region Working with Original File Docs - /// - /// Save Changes after updating metadata of specific format - /// - public static void SaveFileAfterMetadataUpdate() - { - //ExStart:SaveFileAfterMetadataUpdate - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // update document properties - docFormat.DocumentProperties.Author = "Joe Doe"; - docFormat.DocumentProperties.Company = "Aspose"; - - // and commit changes - docFormat.Save(); - } - //ExEnd:SaveFileAfterMetadataUpdate - } - - /// - /// Throw an Exception for Protected Document - /// - public static void DocumentProtectedException() - { - //ExStart:DocumentProtectedException - // initialize DocFormat - try - { - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // and try to get document properties - var documentProperties = docFormat.DocumentProperties; - } - } - catch (DocumentProtectedException ex) - { - Console.WriteLine("File is protected by password PDF: {0}", ex.Message); - } - //ExEnd:DocumentProtectedException - } - #endregion - - #region Working with Revisions - /// - /// Shows how to read all track changes(revisions) in Word document. - /// Feature is supported by version 17.05 or greater - /// - public static void ReadAllRevisions() - { - //ExStart:ReadAllRevisions - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // get revisions - RevisionCollection revisionCollection = docFormat.Revisions; - - // get revisions count - Console.WriteLine("Revisions: {0}", revisionCollection.Count); - - foreach (Revision revision in revisionCollection) - { - // display revision type - Console.WriteLine("Revision - type: {0}, ", revision.RevisionType); - - // display revision author - Console.Write("author: {0}, ", revision.Author); - - // display revision date - Console.Write("date: {0}", revision.DateTime); - } - } - //ExEnd:ReadAllRevisions - } - - /// - /// Shows how to accept all changes in Word document. - /// Feature is supported by version 17.05 or greater - /// - public static void AcceptAllChanges() { - //ExStart:AcceptAllChanges - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // get revisions - RevisionCollection revisionCollection = docFormat.Revisions; - - // accept all revisions - revisionCollection.AcceptAll(); - - // and commit changes - docFormat.Save(); - } - //ExEnd:AcceptAllChanges - } - - /// - /// Shows how to reject all changes in Word document. - /// Feature is supported by version 17.05 or greater - /// - public static void RejectAllChanges() { - //ExStart:RejectAllChanges - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // get revisions - RevisionCollection revisionCollection = docFormat.Revisions; - - // reject all revisions - revisionCollection.RejectAll(); - - // and commit changes - docFormat.Save(); - } - //ExEnd:RejectAllChanges - } - #endregion - - /// - ///Reads calculated document info for MS Word format - /// - public static void ReadDocumentInfo() - { - //ExStart:ReadDocumentInfo - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // get document info - DocumentInfo documentInfo = docFormat.DocumentInfo; - - // display characters count - long charactersCount = documentInfo.CharactersCount; - Console.WriteLine("Characters count: {0}", charactersCount); - - // display pages count - int pagesCount = documentInfo.PagesCount; - Console.WriteLine("Pages count: {0}", pagesCount); - } - //ExEnd:ReadDocumentInfo - } - - /// - ///Displays file type of the Word document - /// - public static void DisplayFileType() - { - //ExStart:DisplayFileType - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // display file type - switch (docFormat.FileType) - { - case FileType.Doc: - Console.WriteLine("Old binary document"); - break; - - case FileType.Docx: - Console.WriteLine("XML-based document"); - break; - } - } - //ExEnd:DisplayFileType - } - - /// - ///Reads Digital signatre in Word Document - /// - public static void ReadDigitalSignature() - { - //ExStart:ReadDigitalSignature - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // if document contains digital signatures - if (docFormat.HasDigitalSignatures) - { - // then inspect it - DocInspectionResult inspectionResult = docFormat.InspectDocument(); - - // and get digital signatures - DigitalSignature[] signatures = inspectionResult.DigitalSignatures; - - foreach (DigitalSignature signature in signatures) - { - // get certificate subject - Console.WriteLine("Certificate subject: {0}", signature.CertificateSubject); - - // get certificate sign time - Console.WriteLine("Signed time: {0}", signature.SignTime); - } - } - } - //ExEnd:ReadDigitalSignature - } - - /// - ///Removes digital signature from word document - /// - public static void RemoveDigitalSignature() - { - //ExStart:RemoveDigitalSignature - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // if document contains digital signatures - if (docFormat.HasDigitalSignatures) - { - // then remove them - docFormat.RemoveHiddenData(new DocInspectionOptions(DocInspectorOptionsEnum.DigitalSignatures)); - - // and commit changes - docFormat.Save(); - } - } - //ExEnd:RemoveDigitalSignature - } - - } - - public static class EPUB - { - // initialize file path - //ExStart:SourceEPUBFilePath - private const string filePath = "Documents/Epub/sample.epub"; - //ExEnd:SourceEPUBFilePath - - public static void DetectEPUBFormat() - { - //ExStart:DetectEPUBFormat - //using FormatFactory - EpubFormat epubFormat = (EpubFormat)FormatFactory.RecognizeFormat(Common.MapSourceFilePath(filePath)); - // or - // just try to open - //EpubFormat epubFormat = new EpubFormat(file); - if (epubFormat.Type.ToString().ToLower() == "epub") - { - Console.WriteLine("File has valid EPUB Format"); - } - //ExEnd:DetectEPUBFormat - - } - - public static void ReadEPUBFormatMetadata() - { - //ExStart:ReadEPUBFormatMetadata - - // open EPUB file - using (EpubFormat epub = new EpubFormat(Common.MapSourceFilePath(filePath))) - { - - // read EPUB metadata - EpubMetadata metadata = epub.GetEpubMetadata(); - - // get keys - string[] keys = metadata.Keys; - - foreach (string key in keys) - { - // get next metadata property - MetadataProperty property = metadata[key]; - - // and print it - Console.WriteLine(property); - } - } - //ExEnd:ReadEPUBFormatMetadata - } - - public static void ReadDublinCoreMetadata() - { - // open EPUB file - using (EpubFormat epub = new EpubFormat(Common.MapSourceFilePath(filePath))) - { - - // read dublin-core metadata - DublinCoreMetadata dublinCore = epub.GetDublinCore(); - - // get creator - string creator = dublinCore.Creator; - - // get publisher - string publisher = dublinCore.Publisher; - - // get contributor - string contributor = dublinCore.Contributor; - } - } - /// - /// Read Image cover from EPUB format - /// Feature is supported in version 18.9 or greater of the API - /// - public static void ReadImageCover() - { - try - { - // open EPUB file - using (EpubFormat epub = new EpubFormat(Common.MapSourceFilePath(filePath))) - { - ThumbnailMetadata thumbnail = epub.ReadThumbnail(); - if (thumbnail != null) - { - Console.WriteLine(thumbnail.ImageData.Length); - Console.WriteLine(thumbnail.MimeType); - } - } - - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - - } - /// - /// Read Epub package version - /// Feature is supported in version 18.2 or greater of the API - /// - public static void ReadEPUBPackageVersion() - { - try - { - // open EPUB file - using (EpubFormat epub = new EpubFormat(Common.MapSourceFilePath(filePath))) - { - // read EPUB metadata - EpubMetadata metadata = epub.GetEpubMetadata(); - - // and get version - Console.WriteLine("Version = {0}", metadata.Version); - } - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - } - /// - /// Read Dublin Core Medata using MetadataUtility - /// Feature is supported in version 18.4 or greater of the API - /// - public static void ReadDublinCoreMetadataUtility() - { - try - { - // read dublin-core metadata - DublinCoreMetadata dublinCore = (DublinCoreMetadata)MetadataUtility.ExtractSpecificMetadata(Common.MapSourceFilePath(filePath), MetadataType.DublinCore); - - // get creator - Console.WriteLine("Creator = {0}", dublinCore.Creator); - - // get publisher - Console.WriteLine("Publisher = {0}", dublinCore.Publisher); - - // get contributor - Console.WriteLine("Contributor = {0}", dublinCore.Contributor); - - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - /// - /// Read ImageCover using Metadata Utility - /// Feature is supported in version 18.4 or greater of the API - /// - public static void ReadImageCoverMetadataUtility() - { - try - { - //Read DublinCore Metadata - ThumbnailMetadata thumbnailMetadata = (ThumbnailMetadata)MetadataUtility.ExtractSpecificMetadata(Common.MapSourceFilePath(filePath), MetadataType.Thumbnail); - - if (thumbnailMetadata!=null) - { - // get Mime Type - Console.WriteLine(thumbnailMetadata.MimeType); - // get Length - Console.WriteLine(thumbnailMetadata.ImageData.Length); - - } - - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - } - - public static void GetMetadataUsingStream() - { - try - { - using (Stream stream = File.Open(Common.MapSourceFilePath(filePath), FileMode.Open, FileAccess.ReadWrite)) - { - using (EpubFormat format = new EpubFormat(stream)) - { - // read dublin-core metadata - DublinCoreMetadata dublinCore = format.GetDublinCore(); - // Working with the epub book metadata - - // get creator - Console.WriteLine("Creator = {0}", dublinCore.Creator); - - // get publisher - Console.WriteLine("Publisher = {0}", dublinCore.Publisher); - - // get contributor - Console.WriteLine("Contributor = {0}", dublinCore.Contributor); - } - // The stream is still open here - } - - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - } - - - public static class Pdf - { - // initialize file path - //ExStart:SourcePdfFilePath - private const string filePath = "Documents/Pdf/sample.pdf"; - //ExEnd:SourcePdfFilePath - #region working with builtin document properties - /// - /// Gets builtin document properties of Pdf file - /// - public static void GetDocumentProperties() - { - try - { - //ExStart:GetBuiltinDocumentPropertyPdfFormat - // initialize Pdfformat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize PdfMetadata - PdfMetadata pdfMetadata = pdfFormat.DocumentProperties; - - // built-in properties - Console.WriteLine("Built-in Properties"); - foreach (KeyValuePair property in pdfMetadata) - { - // check if built-in property - if (pdfMetadata.IsBuiltIn(property.Key)) - { - Console.WriteLine("{0} : {1}", property.Key, property.Value); - } - } - } - //ExEnd:GetBuiltinDocumentPropertyPdfFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates document properties of Pdf file and creates output file - /// - public static void UpdateDocumentProperties() - { - try - { - - //ExStart:UpdateBuiltinDocumentPropertyPdfFormat - // initialize PdfFormat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize PdfMetadata - PdfMetadata pdfMetadata = pdfFormat.DocumentProperties; - - //update document property... - pdfMetadata.Author = "New author"; - pdfMetadata.Subject = "New subject"; - pdfMetadata.CreatedDate = DateTime.Now; - - //save output file... - pdfFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateBuiltinDocumentPropertyPdfFormat - Console.WriteLine("File saved in destination folder."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - - } - /// - /// Removes document properties of Pdf file and creates output file - /// - public static void RemoveDocumentProperties() - { - try - { - //ExStart:RemoveBuiltinDocumentPropertyPdfFormat - // initialize PdfFormat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - pdfFormat.CleanMetadata(); - - //save output file... - pdfFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveBuiltinDocumentPropertyPdfFormat - - Console.WriteLine("File saved in destination folder."); - } - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with custom properties - /// - /// Adds custom property in Pdf file and creates output file - /// - public static void AddCustomProperty() - { - try - { - //ExStart:AddCustomDocumentPropertyPdfFormat - // initialize PdfFormat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize PdfMetadata - PdfMetadata metadata = pdfFormat.DocumentProperties; - - string propertyName = "New Custom Property"; - string propertyValue = "123"; - - - // check if property already exists - if (!metadata.ContainsKey(propertyName)) - { - // add property - metadata.Add(propertyName, propertyValue); - } - - // save file in destination folder - pdfFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:AddCustomDocumentPropertyPdfFormat - Console.WriteLine("File saved in destination folder."); - } - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Gets custom properties of Pdf file - /// - public static void GetCustomProperties() - { - try - { - //ExStart:GetCustomDocumentPropertiesPdfFormat - // initialize Pdfformat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize PdfMetadata - PdfMetadata pdfMetadata = pdfFormat.DocumentProperties; - - Console.WriteLine("\nCustom Properties"); - foreach (KeyValuePair keyValuePair in pdfMetadata) - { - // check if property is not built-in - if (!pdfMetadata.IsBuiltIn(keyValuePair.Key)) - { - // get property value - PropertyValue propertyValue = pdfMetadata[keyValuePair.Key]; - Console.WriteLine("Key: {0}, Type:{1}, Value: {2}", keyValuePair.Key, propertyValue.Type, propertyValue); - } - } - } - //ExEnd:GetCustomDocumentPropertiesPdfFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes custom property of Pdf file and creates output file - /// - public static void RemoveCustomProperties() - { - try - { - //ExStart:RemoveCustomDocumentPropertiesPdfFormat - // initialize PdfFormat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize PdfMetadata - PdfMetadata metadata = pdfFormat.DocumentProperties; - - string propertyName = "New Custom Property"; - - // check if property is not built-in - if (!metadata.IsBuiltIn(propertyName)) - { - // remove property - metadata.Remove(propertyName); - } - else - { - Console.WriteLine("Can not remove built-in property."); - } - - // save file in destination folder - pdfFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveCustomDocumentPropertiesPdfFormat - Console.WriteLine("File saved in destination folder."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Clears custom properties of Pdf file and creates output file - /// - public static void ClearCustomProperties() - { - try - { - //ExStart:ClearCustomPropertyPdfFormat - // initialize PdfFormat - using (PdfFormat PdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // use one of the following methods - // method:1 - clear custom properties - PdfFormat.ClearCustomProperties(); - - // method:2 - clear custom properties - PdfFormat.DocumentProperties.ClearCustomData(); - - // save file in destination folder - PdfFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:ClearCustomPropertyPdfFormat - Console.WriteLine("File saved in destination folder."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with XMP data - /// - /// Gets XMP Data of Pdf file - /// - public static void GetXMPProperties() - { - try - { - //ExStart:GetXMPPropertiesPdfFormat - // initialize Pdfformat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // get pdf schema - PdfPackage pdfPackage = pdfFormat.XmpValues.Schemes.Pdf; - - Console.WriteLine("Keywords: {0}", pdfPackage.Keywords); - Console.WriteLine("PdfVersion: {0}", pdfPackage.PdfVersion); - Console.WriteLine("Producer: {0}", pdfPackage.Producer); - } - //ExEnd:GetXMPPropertiesPdfFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Retrieves all XMP keys from PDF document - /// - public static void GetXMPPropertiesUsingKey(string directoryPath) - { - try - { - //ExStart:GetXMPKeysPdfFormat - // get PDF files only - string[] files = Directory.GetFiles(Common.MapSourceFilePath(directoryPath), "*.pdf"); - - foreach (string path in files) - { - // try to get XMP metadata - Metadata metadata = MetadataUtility.ExtractSpecificMetadata(path, MetadataType.XMP); - - // skip if file does not contain XMP metadata - if (metadata == null) - { - continue; - } - - // cast to XmpMetadata - XmpMetadata xmpMetadata = metadata as XmpMetadata; - - // and display all xmp keys - foreach (string key in xmpMetadata.Keys) - { - Console.WriteLine(key); - } - } - //ExEnd:GetXMPKeysPdfFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Updates XMP Data of Pdf file - /// - public static void UpdateXMPProperties() - { - try - { - //ExStart:UpdateXMPPropertiesPdfFormat - // initialize Pdfformat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // get pdf schema - PdfPackage pdfPackage = pdfFormat.XmpValues.Schemes.Pdf; - - // update keywords - pdfPackage.Keywords = "literature, programming"; - - // update pdf version - pdfPackage.PdfVersion = "1.0"; - - // pdf:Producer could not be updated - //pdfPackage.Producer=""; - - //save output file... - pdfFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:UpdateXMPPropertiesPdfFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region Working with Hidden Data - public static void RemoveHiddenData() - { - try - { - //ExStart:RemoveHiddenDataPdfFormat - // initialize Pdfformat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // inspect document - PdfInspectionResult inspectionResult = pdfFormat.InspectDocument(); - - // get annotations - PdfAnnotation[] annotation = inspectionResult.Annotations; - - // if annotations are presented - if (annotation.Length > 0) - { - // remove all annotation - pdfFormat.RemoveHiddenData(new PdfInspectionOptions(PdfInspectorOptionsEnum.Annotations)); - - //save output file... - pdfFormat.Save(Common.MapDestinationFilePath(filePath)); - } - } - //ExEnd:RemoveHiddenDataPdfFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - /// - /// Loads Only Existing Metadata Keys into PdfMetadata Class - /// Feature is supported by version 17,03 or greater - /// - public static void LoadExistingMetadataKeys() - { - try - { - //ExStart:LoadExistingMetadataKeys - // initialize PdfFormat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // get pdf properties - PdfMetadata properties = pdfFormat.DocumentProperties; - - // go through Keys property and display related PDF properties - foreach (string key in properties.Keys) - { - Console.WriteLine("[{0}]={1}", key, properties[key]); - } - } - //ExEnd:LoadExistingMetadataKeys - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - /// - /// Read DublinCore Metadata using Metadata Utility - /// Feature is supported in version 18.4 or greater of the API - /// - public static void ReadDublinCoreMetadata() - { - try - { - // read dublin-core metadata - DublinCoreMetadata dublinCore = (DublinCoreMetadata)MetadataUtility.ExtractSpecificMetadata(Common.MapSourceFilePath(filePath), MetadataType.DublinCore); - - // get creator - Console.WriteLine("Creator = {0}", dublinCore.Creator); - - // get publisher - Console.WriteLine("Publisher = {0}", dublinCore.Publisher); - - // get contributor - Console.WriteLine("Contributor = {0}", dublinCore.Contributor); - - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - } - - public static class Ppt - { - // initialize file path - //ExStart:SourcePptFilePath - private const string filePath = "Documents/Ppt/sample.pptx"; - //ExEnd:SourcePptFilePath - #region working with builtin document properties - /// - /// Gets builtin document properties of Ppt file - /// - public static void GetDocumentProperties() - { - try - { - // ExStart:GetBuiltinDocumentPropertiesPptFormat - // initialize PptFormat - PptFormat pptFormat = new PptFormat(Common.MapSourceFilePath(filePath)); - - // initialize PptMetadata - PptMetadata pptMetadata = pptFormat.DocumentProperties; - - // built-in properties - Console.WriteLine("\nBuilt-in Properties"); - foreach (KeyValuePair property in pptMetadata) - { - if (pptMetadata.IsBuiltIn(property.Key)) - { - Console.WriteLine("{0} : {1}", property.Key, property.Value); - } - } - //ExEnd:GetBuiltinDocumentPropertiesPptFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates document properties of Ppt file and creates output file - /// - public static void UpdateDocumentProperties() - { - try - { - //ExStart:UpdateBuiltinDocumentPropertiesPptFormat - // initialize PptFormat - PptFormat pptFormat = new PptFormat(Common.MapSourceFilePath(filePath)); - - // initialize PptMetadata - PptMetadata pptMetadata = pptFormat.DocumentProperties; - - // update document property - pptMetadata.Author = "New author"; - pptMetadata.Subject = "New subject"; - pptMetadata.Manager = "Usman"; - - // set content type - pptMetadata.ContentType = "content type"; - - // set hyperlink base - pptMetadata.HyperlinkBase = "http://groupdocs.com"; - - // mark as shared - pptMetadata.SharedDoc = true; - - //save output file... - pptFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateBuiltinDocumentPropertiesPptFormat - Console.WriteLine("File saved in destination folder."); - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - - } - /// - /// Removes document properties of Ppt file and creates output file - /// - public static void RemoveDocumentProperties() - { - try - { - //ExStart:RemoveBuiltinDocumentPropertiesPptFormat - // initialize PptFormat - PptFormat pptFormat = new PptFormat(Common.MapSourceFilePath(filePath)); - - // clean metadata - pptFormat.CleanMetadata(); - - // save output file... - pptFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveBuiltinDocumentPropertiesPptFormat - Console.WriteLine("File saved in destination folder."); - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Reads document properties of Ppt file in an improved and fast way - /// - public static void ImprovedMetadataReading() - { - //ExStart:ImprovedMetadataReadingPpt - //initialize ppt format - PptFormat ppt = new PptFormat(Common.MapSourceFilePath(filePath)); - //use faster way to read metadata properties of ppt document - var properties = ppt.DocumentProperties; - Console.WriteLine(properties); - //ExEnd:ImprovedMetadataReadingPpt - } - #endregion - - #region working with custom properties - /// - /// Adds custom property in Ppt file and creates output file - /// - public static void AddCustomProperty() - { - try - { - //ExStart:AddCustomDocumentPropertiesPptFormat - // initialize PptFormat - PptFormat pptFormat = new PptFormat(Common.MapSourceFilePath(filePath)); - - // initialize PptMetadata - PptMetadata metadata = pptFormat.DocumentProperties; - - // set property details - string propertyName = "New custom property"; - string propertyValue = "Value"; - - // check if property already exists - if (!metadata.ContainsKey(propertyName)) - { - // add property - metadata.Add(propertyName, propertyValue); - } - - // save file in destination folder - pptFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:AddCustomDocumentPropertiesPptFormat - Console.WriteLine("File saved in destination folder."); - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Gets custom properties of Ppt file - /// - public static void GetCustomProperties() - { - try - { - //ExStart:GetCustomDocumentPropertiesPptFormat - // initialize PptFormat - PptFormat pptFormat = new PptFormat(Common.MapSourceFilePath(filePath)); - - // initialize PptMetadata - PptMetadata pptMetadata = pptFormat.DocumentProperties; - - Console.WriteLine("\nCustom Properties"); - foreach (KeyValuePair keyValuePair in pptMetadata) - { - // check if property is not built-in - if (!pptMetadata.IsBuiltIn(keyValuePair.Key)) - { - // get property value - PropertyValue propertyValue = pptMetadata[keyValuePair.Key]; - Console.WriteLine("Key: {0}, Type:{1}, Value: {2}", keyValuePair.Key, propertyValue.Type, propertyValue); - } - } - //ExEnd:GetCustomDocumentPropertiesPptFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes custom property of Ppt file and creates output file - /// - public static void RemoveCustomProperties() - { - try - { - //ExStart:RemoveCustomDocumentPropertiesPptFormat - // initialize PptFormat - PptFormat pptFormat = new PptFormat(Common.MapSourceFilePath(filePath)); - - // initialize PptMetadata - PptMetadata metadata = pptFormat.DocumentProperties; - - string propertyName = "New custom property"; - - // check if property is not built-in - if (!metadata.IsBuiltIn(propertyName)) - { - // remove property - metadata.Remove(propertyName); - } - else - { - Console.WriteLine("Can not remove built-in property."); - } - - // save file in destination folder - pptFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveCustomDocumentPropertiesPptFormat - Console.WriteLine("File saved in destination folder."); - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Clears custom properties of Ppt file and creates output file - /// - public static void ClearCustomProperties() - { - try - { - //ExStart:ClearCustomPropertyPptFormat - // initialize PptFormat - PptFormat PptFormat = new PptFormat(Common.MapSourceFilePath(filePath)); - - // use one of the following methods - // method:1 - clear custom properties - PptFormat.ClearCustomProperties(); - - // method:2 - clear custom properties - PptFormat.DocumentProperties.ClearCustomData(); - - // save file in destination folder - PptFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:ClearCustomPropertyPptFormat - Console.WriteLine("File saved in destination folder."); - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with hidden fields - /// - /// Gets Comments, and Hidden Slides of PowerPoint file - /// - public static void GetHiddenData() - { - try - { - //ExStart:GetHiddenDataInPPT - // initialize PptFormat - PptFormat pptFormat = new PptFormat(Common.MapSourceFilePath(filePath)); - - // get hidden data - PptInspectionResult hiddenData = pptFormat.InspectDocument(); - - // get comments - PptComment[] comments = hiddenData.Comments; - - // get slides - PptSlide[] slides = hiddenData.HiddenSlides; - - foreach (PptComment comment in comments) - { - Console.WriteLine("Author: {0}, Slide: {1}", comment.Author, comment.SlideId); - } - //ExEnd:GetHiddenDataInPPT - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - - /// - /// Removes Comments, and Hidden Slides of PowerPoint file - /// - public static void RemoveHiddenData() - { - try - { - //ExStart:RemoveHiddenDataInPPT - // initialize PptFormat - PptFormat pptFormat = new PptFormat(Common.MapSourceFilePath(filePath)); - - // get hidden data - PptInspectionResult hiddenData = pptFormat.InspectDocument(); - - // get comments - PptComment[] comments = hiddenData.Comments; - - if (comments.Length > 0) - { - // remove all comments - pptFormat.RemoveHiddenData(new PptInspectionOptions(PptInspectorOptionsEnum.Comments)); - Console.WriteLine("Comments removed."); - - // and commit changes - pptFormat.Save(); - Console.WriteLine("Changes saved successfully!"); - } - else - { - Console.WriteLine("No comments found!"); - } - //ExEnd:RemoveHiddenDataInPPT - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - #endregion - } - - public static class Xls - { - // initialize file path - //ExStart:SourceXlsFilePath - private const string filePath = "Documents/Xls/sample.xls"; - //ExEnd:SourceXlsFilePath - - //initialize output file path - //ExStart:DestinationXlsFilePath - private const string outputFilePath = "Documents/Xls/metadata-xls.xls"; - private const string outputFilePathWithHiddenData = "Documents/Xls/hidden-data.xls"; - //ExEnd:DestinationXlsFilePath - #region working with builtin document properties - /// - /// Gets builtin document properties of Xls file - /// - public static void GetDocumentProperties() - { - try - { - - //ExStart:GetBuiltinDocumentPropertiesXlsFormat - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize XlsMetadata - XlsMetadata xlsMetadata = xlsFormat.DocumentProperties; - - // built-in properties - Console.WriteLine("\nBuilt-in Properties"); - foreach (KeyValuePair property in xlsMetadata) - { - // check if property is biltin - if (xlsMetadata.IsBuiltIn(property.Key)) - { - Console.WriteLine("{0} : {1}", property.Key, property.Value); - } - } - } - //ExEnd:GetBuiltinDocumentPropertiesXlsFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates document properties of Xls file and creates output file - /// - public static void UpdateDocumentProperties() - { - try - { - //ExStart:UpdateBuiltinDocumentPropertiesXlsFormat - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize XlsMetadata - XlsMetadata xlsMetadata = xlsFormat.DocumentProperties; - - //update document property... - xlsMetadata.Author = "New author"; - xlsMetadata.Subject = "New subject"; - - //save output file... - xlsFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateBuiltinDocumentPropertiesXlsFormat - Console.WriteLine("File saved in destination folder."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - - } - /// - /// Removes document properties of Xls file and creates output file - /// - public static void RemoveDocumentProperties() - { - try - { - //ExStart:RemoveBuiltinDocumentPropertiesXlsFormat - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // clean metadata - xlsFormat.CleanMetadata(); - - //save output file... - xlsFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveBuiltinDocumentPropertiesXlsFormat - Console.WriteLine("File saved in destination folder."); - } - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with custom properties - /// - /// Adds custom property in Xls file and creates output file - /// - public static void AddCustomProperty() - { - try - { - //ExStart:AddCustomDocumentPropertiesXlsFormat - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize XlsMetadata - XlsMetadata metadata = xlsFormat.DocumentProperties; - - string propertyName = "New Custom Property"; - string propertyValue = "123"; - - // check if property already exists - if (!metadata.ContainsKey(propertyName)) - { - // add property - metadata.Add(propertyName, propertyValue); - } - - // save file in destination folder - xlsFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:AddCustomDocumentPropertiesXlsFormat - Console.WriteLine("File saved in destination folder."); - } - - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Gets custom properties of Xls file - /// - public static void GetCustomProperties() - { - try - { - //ExStart:GetCustomDocumentPropertiesXlsFormat - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize XlsMetadata - XlsMetadata xlsMetadata = xlsFormat.DocumentProperties; - - Console.WriteLine("\nCustom Properties"); - foreach (KeyValuePair keyValuePair in xlsMetadata) - { - // check if property is not built-in - if (!xlsMetadata.IsBuiltIn(keyValuePair.Key)) - { - // get property value - PropertyValue propertyValue = xlsMetadata[keyValuePair.Key]; - Console.WriteLine("Key: {0}, Type:{1}, Value: {2}", keyValuePair.Key, propertyValue.Type, propertyValue); - } - } - } - //ExEnd:GetCustomDocumentPropertiesXlsFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes custom property of Xls file and creates output file - /// - public static void RemoveCustomProperties() - { - try - { - //ExStart:RemoveCustomDocumentPropertiesXlsFormat - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize XlsMetadata - XlsMetadata metadata = xlsFormat.DocumentProperties; - - string propertyName = "New Custom Property"; - - // check if property is not built-in - if (!metadata.IsBuiltIn(propertyName)) - { - // remove property - metadata.Remove(propertyName); - } - else - { - Console.WriteLine("Can not remove built-in property."); - } - - // save file in destination folder - xlsFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveCustomDocumentPropertiesXlsFormat - Console.WriteLine("File saved in destination folder."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Clears custom properties of Xls file and creates output file - /// - public static void ClearCustomProperties() - { - try - { - //ExStart:ClearCustomPropertyXlsFormat - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // use one of the following methods - // method:1 - clear custom properties - xlsFormat.ClearCustomProperties(); - - // method:2 - clear custom properties - xlsFormat.DocumentProperties.ClearCustomData(); - - // save file in destination folder - xlsFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:ClearCustomPropertyXlsFormat - Console.WriteLine("File saved in destination folder."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with hidden fields - /// - /// Gets comments and hidden sheets of Xls file - /// - public static void GetHiddenData() - { - try - { - //ExStart:GetHiddenDataInXls - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // get hidden data - XlsInspectionResult hiddenData = xlsFormat.InspectDocument(); - - // get hidden sheets - XlsSheet[] hiddenSheets = hiddenData.HiddenSheets; - - // get comments - XlsComment[] comments = hiddenData.Comments; - - if (comments.Length > 0) - { - foreach (XlsComment comment in comments) - { - Console.WriteLine("Comment: {0}, Column: {1}", comment.ToString(), comment.Column); - } - } - else - { - Console.WriteLine("No comment found!"); - } - } - //ExEnd:GetHiddenDataInXls - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes hidden data of Xls file - /// - public static void RemoveHiddenData() - { - try - { - //ExStart:RemoveHiddenDataInXls - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // get hidden data - XlsInspectionResult hiddenData = xlsFormat.InspectDocument(); - - // get hidden sheets - XlsSheet[] hiddenSheets = hiddenData.HiddenSheets; - - - // display hidden fields - if (hiddenSheets.Length > 0) - { - // clear hidden sheets - xlsFormat.RemoveHiddenData(new XlsInspectionOptions(XlsInspectorOptionsEnum.HiddenSheets)); - Console.WriteLine("Hidden sheets removed."); - - // and commit changes - xlsFormat.Save(); - Console.WriteLine("Changes save successfully!"); - } - else - Console.WriteLine("No sheets found."); - } - //ExEnd:RemoveHiddenDataInXls - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with content type document properties - /// - /// Gets content type document properties of Xls file - /// - public static void GetContentTypeDocumentProperties() - { - try - { - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - foreach (XlsContentProperty property in xlsFormat.DocumentProperties.ContentTypeProperties) - { - Console.WriteLine(property.GetFormattedValue()); - } - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with exporting document properties - /// - /// Shows how to export content type properties to csv/excel - /// - public static void ContentTypePropertiesExport() - { - try - { - //ExStart:ContentTypePropertiesExportXls - // export to excel - byte[] content = ExportFacade.ExportToExcel(Common.MapSourceFilePath(filePath)); - - // write data to the file - File.WriteAllBytes(Common.MapDestinationFilePath(outputFilePath), content); - //ExEnd:ContentTypePropertiesExportXls - Console.WriteLine("file has been exported"); - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - - } - - /// - /// shows how to add content type property - /// - public static void AddContentTypeProperty() - { - try - { - //ExStart:AddContentTypePropertyXls - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // get all xls properties - XlsMetadata xlsProperties = xlsFormat.DocumentProperties; - - // if Excel contains content type properties - if (xlsProperties.ContentTypeProperties.Length > 0) - { - // than remove all content type properties - xlsProperties.ClearContentTypeProperties(); - } - - // set hidden field - xlsProperties.AddContentTypeProperty("user hidden id", "asdk12dkvjdjh3"); - - // and commit changes - xlsFormat.Save(Common.MapDestinationFilePath(outputFilePathWithHiddenData)); - //ExEnd:AddContentTypePropertyXls - Console.WriteLine("file has been exported"); - } - } - - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - - } - - - #endregion - - /// - /// Reads thumnail in excel file, since while using Excel format document may be empty. In this case need to check if thumbnail is not empty - /// Feature is supported by version 17.3 or greater - /// - public static void ReadThumbnailXls() - { - try - { - //ExStart:ReadThumbnailXls - // initialize XlsFormat - using (XlsFormat docFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // get thumbnail - byte[] thumbnailData = docFormat.Thumbnail; - - // check if first sheet is empty - if (thumbnailData.Length == 0) - { - Console.WriteLine("Excel sheet is empty and does not contain data"); - } - else - { - // write thumbnail to PNG image since it has png format - File.WriteAllBytes(Common.MapDestinationFilePath("xlsThumbnail.png"), thumbnailData); - } - } - //ExEnd:ReadThumbnailXls - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Read ImageCover using Metadata Utility - /// Feature is supported in version 18.4 or greater of the API - /// - public static void ReadImageCoverMetadataUtility() - { - try - { - //Read DublinCore Metadata - ThumbnailMetadata thumbnailMetadata = (ThumbnailMetadata)MetadataUtility.ExtractSpecificMetadata(Common.MapSourceFilePath(filePath), MetadataType.Thumbnail); - - if (thumbnailMetadata != null) - { - // get Mime Type - Console.WriteLine(thumbnailMetadata.MimeType); - // get Length - Console.WriteLine(thumbnailMetadata.ImageData.Length); - - } - - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - } - } - - public static class OneNote - { - // initialize file path - //ExStart:SourceOneNoteFilePath - private const string filePath = "Documents/OneNote/sample.one"; - //ExEnd:SourceOneNoteFilePath - - /// - /// Gets metadata of OneNote file - /// - public static void GetMetadata() - { - try - { - - //ExStart:GetMetadataOneNoteFormat - // initialize OneNoteFormat - using (OneNoteFormat oneNoteFormat = new OneNoteFormat(Common.MapSourceFilePath(filePath))) - { - - // get metadata - var oneNoteMetadata = oneNoteFormat.GetMetadata(); - if (oneNoteFormat != null) - { - // get IsFixedSize - Console.WriteLine("IsFixedSize: {0}", oneNoteMetadata.IsFixedSize); - // get IsReadOnly - Console.WriteLine("IsReadOnly: {0}", oneNoteMetadata.IsReadOnly); - // get IsSynchronized - Console.WriteLine("IsSynchronized: {0}", oneNoteMetadata.IsSynchronized); - // get Length - Console.WriteLine("Length: {0}", oneNoteMetadata.Length); - // get Rank - Console.WriteLine("Rank: {0}", oneNoteMetadata.Rank); - } - } - //ExEnd:GetMetadataOneNoteFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Gets pages of OneNote file - /// - public static void GetPagesInfo() - { - try - { - - //ExStart:GetPagesOneNoteFormat - // initialize OneNoteFormat - using (OneNoteFormat oneNoteFormat = new OneNoteFormat(Common.MapSourceFilePath(filePath))) - { - - // get pages - OneNotePageInfo[] pages = oneNoteFormat.GetPages(); - - foreach (OneNotePageInfo info in pages) - { - // get Author - Console.WriteLine("Author: {0}", info.Author); - // get CreationTime - Console.WriteLine("CreationTime: {0}", info.CreationTime); - // get LastModifiedTime - Console.WriteLine("LastModifiedTime: {0}", info.LastModifiedTime); - // get Title - Console.WriteLine("Title: {0}", info.Title); - - Console.WriteLine("\n\n"); - } - } - //ExEnd:GetPagesOneNoteFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - - } - - - public static class MSProject - { - // initialize file path - //ExStart:SourceMSProjectFilePath - private const string filePath = "Documents/MSProject/sample.mpp"; - //ExEnd:SourceMSProjectFilePath - - /// - /// Gets properties of MS Project file - /// - public static void GetMetadata() - { - try - { - //ExStart:GetMetadataMppFormat - // initialize MppFormat - using (MppFormat mppFormat = new MppFormat(Common.MapSourceFilePath(filePath))) - { - - // get document properties - MppMetadata properties = mppFormat.GetProperties(); - - if (mppFormat != null) - { - // get Author - Console.WriteLine("Author: {0}", properties.Author); - // get Company - Console.WriteLine("Company: {0}", properties.Company); - // get Keywords - Console.WriteLine("Keywords: {0}", properties.Keywords); - } - } - //ExEnd:GetMetadataMppFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Update MS Project Metadata - /// Feature is supported in version 18.6 or greater of the API - /// - public static void UpdateMetadata() - { - using (MppFormat format = new MppFormat(Common.MapSourceFilePath(filePath))) - { - format.ProjectInfo.Author = "John Smith"; - format.ProjectInfo.Subject = "Test project"; - format.ProjectInfo.Category = "Software Development"; - - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - /// - /// Clean MS Project Metadata - /// Feature is supported in version 18.6 or greater of the API - /// - public static void CleanMetadata() - { - using(MppFormat format = new MppFormat(Common.MapSourceFilePath(filePath))) - { - format.CleanMetadata(); - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - - public static void UpdateMetadataUsingStream() - { - using (Stream stream = File.Open(Common.MapDestinationFilePath(filePath), FileMode.Open, FileAccess.ReadWrite)) - { - using (MppFormat format = new MppFormat(Common.MapSourceFilePath(filePath))) - { - format.ProjectInfo.Author = "John Smith"; - format.ProjectInfo.Subject = "Test project"; - format.ProjectInfo.Category = "Software Development"; - - format.Save(stream); - } - // The stream is still open here - } - } - } - - public static class MSVisio - { - // initialize file path - //ExStart:SourceMSProjectFilePath - private const string filePath = "Documents/MSVisio/sample.vdx"; - //ExEnd:SourceMSProjectFilePath - - /// - /// Gets properties of MS Visio file - /// - public static void GetMetadata() - { - try - { - //ExStart:GetMetadataMppFormat - // initialize MppFormat - using (MppFormat mppFormat = new MppFormat(Common.MapSourceFilePath(filePath))) - { - // get document properties - MppMetadata properties = mppFormat.GetProperties(); - - if (mppFormat != null) - { - // get Author - Console.WriteLine("Author: {0}", properties.Author); - // get Company - Console.WriteLine("Company: {0}", properties.Title); - } - } - //ExEnd:GetMetadataMppFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - - /// - /// Sets properties of MS Project file - /// - public static void SetProperties() - { - // initialize VisioFormat - using (VisioFormat visioFormat = new VisioFormat(Common.MapSourceFilePath(filePath))) - { - - // update creator - visioFormat.DocumentProperties.Creator = "John Doe"; - - // update title - visioFormat.DocumentProperties.Title = "Example Title"; - - // commit changes - visioFormat.Save(); - - Console.WriteLine("Creator: {0}: ", visioFormat.DocumentProperties.Creator); - Console.WriteLine("Title: {0}: ", visioFormat.DocumentProperties.Title); - } - } - } - - - public static class ODT - { - //initialize file path - //ExStart:SourceODTProjectFilePath - private const string filePath = "Documents/Odt/sample.odt"; - //ExEnd:SourceODTProjectFilePath - - /// - /// Gets properties of Open Document Format file - /// - public static void GetOdtMetadata() - { - try - { - //ExStart:ReadOdtMetadata - // initialize DocFormat with ODT file's path - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - // read all metadata properties - Metadata metadata = docFormat.DocumentProperties; - - // and display them - foreach (MetadataProperty property in metadata) - { - Console.WriteLine(property); - } - } - //ExEnd:ReadOdtMetadata - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - - - } - - - /// - /// Updates properties of Open Document Format file - /// - public static void UpdateOdtMetadata() - { - try - { - //ExStart:UpdateOdtMetadata - // initialize DocFormat with ODT file's path - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize DocMetadata - DocMetadata docMetadata = docFormat.DocumentProperties; - - //update document property... - docMetadata.Author = "Rida "; - docMetadata.Company = "Aspose"; - docMetadata.Manager = "Rida Fatima"; - - //save output file... - docFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateOdtMetadata - Console.WriteLine("Updated Successfully."); - } - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - - - } - } - - public class ODS { - //initialize file path - //ExStart:SourceOdsProjectFilePath - private const string filePath = "Documents/Ods/sample.ods"; - //ExEnd:SourceOdsProjectFilePath - - /// - /// Reads metadata in ODS format - /// Feature is supported in version 17.9.0 or greater of the API - /// - public static void ReadOdsMetadata() { - //ExStart:ReadOdsMetadata - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - - // get document properties - XlsMetadata properties = xlsFormat.DocumentProperties; - - // get author - string author = properties.Author; - - // get company - string company = properties.Company; - - // get created date of the document - DateTime createdDate = properties.CreatedTime; - } - //ExEnd:ReadOdsMetadata - } - } - - - - /// - /// Detects document protection - /// - public static void DetectProtection(string filePath) - { - try - { - //ExStart:DetectProtection - using (FormatBase format = FormatFactory.RecognizeFormat(Common.MapSourceFilePath(filePath))) - { - - if (format.Type.ToString().ToLower() == "doc") - { - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - // determines whether document is protected by password - Console.WriteLine(docFormat.IsProtected ? "Document is protected" : "Document is protected"); - } - } - else if (format.Type.ToString().ToLower() == "pdf") - { - // initialize PdfFormat - using (PdfFormat pdfFormat = new PdfFormat(Common.MapSourceFilePath(filePath))) - { - - // determines whether document is protected by password - Console.WriteLine(pdfFormat.IsProtected ? "Document is protected" : "Document is protected"); - } - } - else if (format.Type.ToString().ToLower() == "xls") - { - // initialize XlsFormat - using (XlsFormat xlsFormat = new XlsFormat(Common.MapSourceFilePath(filePath))) - { - // determines whether document is protected by password - Console.WriteLine(xlsFormat.IsProtected ? "Document is protected" : "Document is protected"); - } - } - else if (format.Type.ToString().ToLower() == "ppt") - { - // initialize DocFormat - using (PptFormat pptFormat = new PptFormat(Common.MapSourceFilePath(filePath))) - { - // determines whether document is protected by password - Console.WriteLine(pptFormat.IsProtected ? "Document is protected" : "Document is protected"); - } - } - else - { - Console.WriteLine("Invalid Format."); - } - } - //ExEnd:DetectProtection - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - - /// - /// Detect document format at runtime - /// Enhancement in ver. 1.7 - /// - public static void RuntimeFormatDetection(string directoryPath) - { - try - { - //string directoryPath = @"C:\\download files"; - string[] files = Directory.GetFiles(Common.MapSourceFilePath(directoryPath)); - - foreach (string path in files) - { - Metadata metadata = MetadataUtility.ExtractSpecificMetadata(path, MetadataType.Document); - // check if file has document format - if (metadata == null) - { - continue; - } - - Console.WriteLine("File: {0}\n", Path.GetFileName(path)); - - IEnumerable> values = (IEnumerable>)metadata; - - foreach (KeyValuePair keyValuePair in values) - { - Console.WriteLine("Metadata: {0}, value: {1}", keyValuePair.Key, keyValuePair.Value); - } - - Console.WriteLine("\n**************************************************\n"); - } - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - - /// - /// Demonstrates how to read thumbnail in documents, here we are using Word document - /// Feature is supported in version 17.03 or greater - /// - /// - public static void ReadThumbnail(string filePath) - { - try - { - //ExStart:ReadThumbnail - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // get thumbnail - byte[] thumbnailData = docFormat.Thumbnail; - - // write thumbnail to PNG image since it has png format - File.WriteAllBytes(Common.MapDestinationFilePath("thumbnail.png"), thumbnailData); - } - //ExEnd:ReadThumbnail - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Loads DocumentInfo property in DocumentFormat using lazy loading pattern - /// Feature is supported by version 17.03 or greater - /// - /// - public static void LazyLoadDocumentInfoProperty(string filePath) - { - try - { - //ExStart:LazyLoadDocumentInfoProperty - // initialize DocFormat - using (DocFormat docFormat = new DocFormat(Common.MapSourceFilePath(filePath))) - { - - // get document info - DocumentInfo documentInfo = docFormat.DocumentInfo; - - // next call returns previous documentInfo object - DocumentInfo next = docFormat.DocumentInfo; - } - //ExEnd:LazyLoadDocumentInfoProperty - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - - } - - } -} \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/DublinCore.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/DublinCore.cs deleted file mode 100644 index 63345ab..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/DublinCore.cs +++ /dev/null @@ -1,94 +0,0 @@ -using System; -using System.Collections.Generic; -using GroupDocs.Metadata.Formats.Image; -using GroupDocs.Metadata.Xmp.Schemes; -using GroupDocs.Metadata.Xmp; -using GroupDocs.Metadata.Examples.Utilities.CSharp; -using GroupDocs.Metadata.Tools; -using System.Drawing; -using System.IO; -using GroupDocs.Metadata.Formats.Cad; -using GroupDocs.Metadata.Formats; -using System.Text.RegularExpressions; - -namespace GroupDocs.Metadata.Examples.CSharp -{ - public static class DublinCore - { - private const string XMPFilesDirectory = "../../../Data/Source/XMPFiles/"; - /// - /// Get Dublin Core metadata using MetadataUtility class. - /// Feature is supported in version 18.5 or greater of the API - /// - public static void GetDublinCoreMetadata() - { - try - { - string[] files = Directory.GetFiles(XMPFilesDirectory); - foreach (string file in files) - { - try - { - DublinCoreMetadata dublinCoreMetadata = (DublinCoreMetadata)MetadataUtility.ExtractSpecificMetadata(file, MetadataType.DublinCore); - if (dublinCoreMetadata != null) - { - Console.WriteLine(dublinCoreMetadata.Creator); - Console.WriteLine(dublinCoreMetadata.Format); - Console.WriteLine(dublinCoreMetadata.Subject); - } - } - catch - { - Console.WriteLine("Could not load {0}", file); - } - } - - } - catch (Exception) - { - - throw; - } - } - /// - /// Get DublinCore Metadata of supported file formats using IDublinCore Interface. - /// Feature is supported in version 18.5 or greater of the API - /// - public static void GetDublinCoreMetadataUsingIDublinCore() - { - try - { - string[] files = Directory.GetFiles(XMPFilesDirectory); - foreach (string file in files) - { - try - { - using (FormatBase format = FormatFactory.RecognizeFormat(file)) - { - IDublinCore dublinCoreContainer = format as IDublinCore; - if (dublinCoreContainer != null) - { - DublinCoreMetadata dublinCoreMetadata = dublinCoreContainer.GetDublinCore(); - if (dublinCoreMetadata != null) - { - Console.WriteLine(dublinCoreMetadata.Creator); - Console.WriteLine(dublinCoreMetadata.Format); - Console.WriteLine(dublinCoreMetadata.Subject); - } - } - } - } - catch - { - Console.WriteLine("Could not load {0}", file); - } - } - - } - catch (Exception) - { - throw; - } - } - } -} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Emails.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Emails.cs deleted file mode 100644 index 461094d..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/Emails.cs +++ /dev/null @@ -1,184 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using GroupDocs.Metadata.Formats.Email; -using GroupDocs.Metadata.Examples.Utilities.CSharp; - -namespace GroupDocs.Metadata.Examples.CSharp -{ - public static class Emails - { - public static class OutLook - { - // initialize files path - //ExStart:SourceOutlookFilePath - private const string filePath = "Emails/Outlook/sample.msg"; - //ExEnd:SourceOutlookFilePath - - /// - /// Gets Outlook email file's metadata - /// - public static void GetOutlookEmailMetadata() - { - try - { - //ExStart:GetOutlookEmailMessageMetadata - // initialize outlookFormat - using (OutlookMessage msgFormat = new OutlookMessage(Common.MapSourceFilePath(filePath))) - { - // get metadata - OutlookMessageMetadata metadata = msgFormat.GetMsgInfo(); - - // display metadata - Console.WriteLine("Body: " + metadata.Body); - Console.WriteLine("DeliveryTime: " + metadata.DeliveryTime); - Console.WriteLine("Recipients: " + metadata.Recipients[0]); - Console.WriteLine("Subject: " + metadata.Subject); - Console.WriteLine("Attachments: " + metadata.Attachments[0]); - } - //ExEnd:GetOutlookEmailMessageMetadata - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Removes Outlook email attachments - /// - public static void RemoveOutlookEmailAttachments() - { - try - { - //ExStart:RemoveOutlookEmailAttachments - // initialize outlookFormat - using (OutlookMessage outlookFormat = new OutlookMessage(Common.MapSourceFilePath(filePath))) - { - // remove attachments - outlookFormat.RemoveAttachments(); - - // commit changes - outlookFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:RemoveOutlookEmailAttachments - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Removes email metadata - /// - public static void RemoveOutlookEmailMetadata() - { - try - { - //ExStart:RemoveOutlookEmailMetadata - // initialize outlookFormat - using (OutlookMessage outlookFormat = new OutlookMessage(Common.MapSourceFilePath(filePath))) - { - // remove metadata - outlookFormat.CleanMetadata(); - - // commit changes - outlookFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:RemoveOutlookEmailMetadata - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - } - - public static class Eml - { - // initialize files path - //ExStart:SourceEmailFilePath - private const string filePath = "Emails/Eml/sample.eml"; - //ExEnd:SourceEmailFilePath - - /// - /// Gets email file's metadata - /// - public static void GetEmailMetadata() - { - try - { - //ExStart:GetEmailMessageMetadata - // initialize EmlFormat - using (EmlFormat emlFormat = new EmlFormat(Common.MapSourceFilePath(filePath))) - { - // get metadata - EmlMetadata metadata = emlFormat.GetEmlInfo(); - - // display metadata - Console.WriteLine("CC: " + metadata.CC); - Console.WriteLine("Mail Address From: " + metadata.MailAddressFrom); - Console.WriteLine("Subject: " + metadata.Subject); - Console.WriteLine("Attachments: " + metadata.Attachments[0]); - } - //ExEnd:GetEmailMessageMetadata - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes email attachments - /// - public static void RemoveEmailAttachments() - { - try - { - //ExStart:RemoveEmailAttachments - // initialize emlFormat - using (EmlFormat emlFormat = new EmlFormat(Common.MapSourceFilePath(filePath))) - { - - // remove attachments - emlFormat.RemoveAttachments(); - - // commit changes - emlFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:RemoveEmailAttachments - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes email metadata - /// - public static void RemoveEmailMetadata() - { - try - { - //ExStart:RemoveEmailMetadata - // initialize emlFormat - using (EmlFormat emlFormat = new EmlFormat(Common.MapSourceFilePath(filePath))) - { - // remove metadata - emlFormat.CleanMetadata(); - - // commit changes - emlFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:RemoveEmailMetadata - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - } - } -} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.csproj b/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.csproj deleted file mode 100644 index 55b26e8..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.csproj +++ /dev/null @@ -1,85 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {137FE6FB-B597-44FB-A1B9-B58D00B55FA9} - Exe - Properties - GroupDocs.Metadata.Examples.CSharp - GroupDocs.Metadata.Examples.CSharp - v4.0 - Client - 512 - ..\ - true - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\GroupDocs.Metadata.18.10.0\lib\net\GroupDocs.Metadata.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.csproj.user b/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.csproj.user deleted file mode 100644 index 07dbd5b..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.csproj.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - ProjectFiles - - \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.projitems b/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.projitems new file mode 100644 index 0000000..c7c92de --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.projitems @@ -0,0 +1,411 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + true + {A8DC2339-7E3C-4A05-AED3-A5CC30F3813F} + + + GroupDocs.Metadata.Examples.CSharp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + Always + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + Always + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + Always + + + PreserveNewest + + + PreserveNewest + + + Always + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + Always + + + PreserveNewest + + + PreserveNewest + + + Always + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + Always + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.shproj b/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.shproj new file mode 100644 index 0000000..3929996 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.shproj @@ -0,0 +1,13 @@ + + + + {A8DC2339-7E3C-4A05-AED3-A5CC30F3813F} + 14.0 + + + + + + + + \ No newline at end of file diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.sln b/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.sln deleted file mode 100644 index f75880e..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/GroupDocs.Metadata.Examples.CSharp.sln +++ /dev/null @@ -1,29 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.40629.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Metadata.Examples.CSharp", "GroupDocs.Metadata.Examples.CSharp.csproj", "{137FE6FB-B597-44FB-A1B9-B58D00B55FA9}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{688846E2-41F5-41E8-B67A-8214AEDBA7A5}" - ProjectSection(SolutionItems) = preProject - .nuget\NuGet.Config = .nuget\NuGet.Config - .nuget\NuGet.exe = .nuget\NuGet.exe - .nuget\NuGet.targets = .nuget\NuGet.targets - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {137FE6FB-B597-44FB-A1B9-B58D00B55FA9}.Debug|x86.ActiveCfg = Debug|x86 - {137FE6FB-B597-44FB-A1B9-B58D00B55FA9}.Debug|x86.Build.0 = Debug|x86 - {137FE6FB-B597-44FB-A1B9-B58D00B55FA9}.Release|x86.ActiveCfg = Release|x86 - {137FE6FB-B597-44FB-A1B9-B58D00B55FA9}.Release|x86.Build.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Images.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Images.cs deleted file mode 100644 index 2d2b27b..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/Images.cs +++ /dev/null @@ -1,3647 +0,0 @@ -using System; -using System.Collections.Generic; -using GroupDocs.Metadata.Formats.Image; -using GroupDocs.Metadata.Xmp.Schemes; -using GroupDocs.Metadata.Xmp; -using GroupDocs.Metadata.Examples.Utilities.CSharp; -using GroupDocs.Metadata.Tools; -using System.Drawing; -using System.IO; -using GroupDocs.Metadata.Formats.Cad; -using GroupDocs.Metadata.Formats; -using System.Text.RegularExpressions; - -namespace GroupDocs.Metadata.Examples.CSharp -{ - public static class Images - { - public static class JP2 - { - // initialize file path - //ExStart:SourceJP2FilePath - private const string filePath = "Images/JP2/ExifSample.jp2"; - //ExEnd:SourceJP2FilePath - - #region working with XMP data - /// - ///Gets XMP properties from JP2 file - /// - public static void GetXMPProperties() - { - try - { - //ExStart:GetXmpPropertiesJP2Image - // initialize JP2Format - using (Jp2Format jp2Format = new Jp2Format(Common.MapSourceFilePath(filePath))) - { - // get XMP data - XmpProperties xmpProperties = jp2Format.GetXmpProperties(); - - // show XMP data - foreach (string key in xmpProperties.Keys) - { - try - { - XmpNodeView xmpNodeView = xmpProperties[key]; - Console.WriteLine("[{0}] = {1}", xmpNodeView.Name, xmpNodeView.Value); - } - catch { } - } - } - //ExEnd:GetXmpPropertiesJP2Image - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes XMP data of Jpeg2000 file and creates output file - /// - public static void RemoveXMPData() - { - try - { - //ExStart:RemoveXmpPropertiesJp2Image - // initialize JP2Format - using (Jp2Format jp2Format = new Jp2Format(Common.MapSourceFilePath(filePath))) - { - - // remove XMP package - jp2Format.RemoveXmpData(); - - // commit changes - jp2Format.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveXmpPropertiesJp2Image - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates XMP data of JP2 file and creates output file - /// - public static void UpdateXMPProperties() - { - try - { - //ExStart:UpdateXmpPropertiesJpegImage - // initialize JP2Format - using (Jp2Format jp2Format = new Jp2Format(Common.MapSourceFilePath(filePath))) - { - - // get xmp wrapper - XmpPacketWrapper xmpPacket = jp2Format.GetXmpData(); - - // create xmp wrapper if not exists - if (xmpPacket == null) - { - xmpPacket = new XmpPacketWrapper(); - } - - // check if DublinCore schema exists - if (!xmpPacket.ContainsPackage(Namespaces.DublinCore)) - { - // if not - add DublinCore schema - xmpPacket.AddPackage(new DublinCorePackage()); - } - - // get DublinCore package - DublinCorePackage dublinCorePackage = (DublinCorePackage)xmpPacket.GetPackage(Namespaces.DublinCore); - - string authorName = "New author"; - string description = "New description"; - string subject = "New subject"; - string publisher = "New publisher"; - string title = "New title"; - - // set author - dublinCorePackage.SetAuthor(authorName); - // set description - dublinCorePackage.SetDescription(description); - // set subject - dublinCorePackage.SetSubject(subject); - // set publisher - dublinCorePackage.SetPublisher(publisher); - // set title - dublinCorePackage.SetTitle(title); - // update XMP package - jp2Format.SetXmpData(xmpPacket); - - // commit changes - jp2Format.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateXmpPropertiesJP2Image - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Read Metadata of JP2 Format - /// - public static void ReadMetadataJP2() - { - try - { - //ExStart:ReadMetadataJP2 - // initialize Jpeg2000 format - using (Jp2Format jp2Format = new Jp2Format((Common.MapSourceFilePath(filePath)))) - { - - // get height - int width = jp2Format.Width; - - // get height - int height = jp2Format.Height; - - // get comments - string[] comments = jp2Format.Comments; - - foreach (var comm in comments) - { - Console.WriteLine("Comments: {0}", comm); - } - } - //ExEnd:ReadMetadataJP2 - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - } - - public static class Jpeg - { - // initialize file path - //ExStart:SourceJpegFilePath - - private const string filePath = "Images/Jpeg/ExifSample.jpeg"; - private const string sonyMakerFilePath = "Images/Jpeg/sony.jpg"; - private const string nikonMakerFilePath = "Images/Jpeg/nikon.jpg"; - private const string canonMakerFilePath = "Images/Jpeg/canon.jpg"; - private const string panasonicMakerFilePath = "Images/Jpeg/panasonic.jpg"; - private const string barcodeFilePath = "Images/Jpeg/barcode.jpeg"; - //ExEnd:SourceJpegFilePath - #region working with XMP data - /// - ///Gets XMP properties from Jpeg file - /// - public static void GetXMPProperties() - { - try - { - //ExStart:GetXmpPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get XMP data - XmpProperties xmpProperties = jpegFormat.GetXmpProperties(); - - // show XMP data - foreach (string key in xmpProperties.Keys) - { - try - { - XmpNodeView xmpNodeView = xmpProperties[key]; - Console.WriteLine("[{0}] = {1}", xmpNodeView.Name, xmpNodeView.Value); - } - catch { } - } - } - //ExEnd:GetXmpPropertiesJpegImage - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates XMP data of Jpeg file and creates output file - /// - public static void UpdateXMPProperties() - { - try - { - //ExStart:UpdateXmpPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get xmp wrapper - XmpPacketWrapper xmpPacket = jpegFormat.GetXmpData(); - - // create xmp wrapper if not exists - if (xmpPacket == null) - { - xmpPacket = new XmpPacketWrapper(); - } - - // check if DublinCore schema exists - if (!xmpPacket.ContainsPackage(Namespaces.DublinCore)) - { - // if not - add DublinCore schema - xmpPacket.AddPackage(new DublinCorePackage()); - } - - // get DublinCore package - DublinCorePackage dublinCorePackage = (DublinCorePackage)xmpPacket.GetPackage(Namespaces.DublinCore); - - string authorName = "New author"; - string description = "New description"; - string subject = "New subject"; - string publisher = "New publisher"; - string title = "New title"; - - // set author - dublinCorePackage.SetAuthor(authorName); - // set description - dublinCorePackage.SetDescription(description); - // set subject - dublinCorePackage.SetSubject(subject); - // set publisher - dublinCorePackage.SetPublisher(publisher); - // set title - dublinCorePackage.SetTitle(title); - // update XMP package - jpegFormat.SetXmpData(xmpPacket); - - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateXmpPropertiesJpegImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - public static void UpdateXMPPropertiesUsingStream() - { - using (Stream stream = File.Open(Common.MapDestinationFilePath(filePath), FileMode.OpenOrCreate, FileAccess.ReadWrite)) - { - using (JpegFormat format = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - // get xmp wrapper - XmpPacketWrapper xmpPacket = format.GetXmpData(); - - // create xmp wrapper if not exists - if (xmpPacket == null) - { - xmpPacket = new XmpPacketWrapper(); - } - - // check if DublinCore schema exists - if (!xmpPacket.ContainsPackage(Namespaces.DublinCore)) - { - // if not - add DublinCore schema - xmpPacket.AddPackage(new DublinCorePackage()); - } - - // get DublinCore package - DublinCorePackage dublinCorePackage = (DublinCorePackage)xmpPacket.GetPackage(Namespaces.DublinCore); - - string authorName = "New author"; - string description = "New description"; - string subject = "New subject"; - string publisher = "New publisher"; - string title = "New title"; - - // set author - dublinCorePackage.SetAuthor(authorName); - // set description - dublinCorePackage.SetDescription(description); - // set subject - dublinCorePackage.SetSubject(subject); - // set publisher - dublinCorePackage.SetPublisher(publisher); - // set title - dublinCorePackage.SetTitle(title); - // update XMP package - format.SetXmpData(xmpPacket); - // commit changes - format.Save(stream); - Console.WriteLine("File saved in destination folder."); - } - // The stream is still open here - } - } - - public static void GetXMPPropertiesUsingStream() - { - using (Stream stream = File.Open(Common.MapSourceFilePath(filePath), FileMode.Open, FileAccess.ReadWrite)) - { - using (JpegFormat format = new JpegFormat(stream)) - { - // get XMP data - XmpProperties xmpProperties = format.GetXmpProperties(); - - // show XMP data - foreach (string key in xmpProperties.Keys) - { - try - { - XmpNodeView xmpNodeView = xmpProperties[key]; - Console.WriteLine("[{0}] = {1}", xmpNodeView.Name, xmpNodeView.Value); - } - catch { } - } - } - // The stream is still open here - } - } - - /// - /// Updates XMP values of Jpeg file and creates output file - /// - public static void UpdateXMPValues() - { - try - { - //ExStart:UpdateXmpValuesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - const string dcFormat = "test format"; - string[] dcContributors = { "test contributor" }; - const string dcCoverage = "test coverage"; - const string phCity = "NY"; - const string phCountry = "USA"; - const string xmpCreator = "GroupDocs.Metadata"; - - jpegFormat.XmpValues.Schemes.DublinCore.Format = dcFormat; - jpegFormat.XmpValues.Schemes.DublinCore.Contributors = dcContributors; - jpegFormat.XmpValues.Schemes.DublinCore.Coverage = dcCoverage; - jpegFormat.XmpValues.Schemes.Photoshop.City = phCity; - jpegFormat.XmpValues.Schemes.Photoshop.Country = phCountry; - jpegFormat.XmpValues.Schemes.XmpBasic.CreatorTool = xmpCreator; - - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateXmpValuesJpegImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Get Tigg Tags Using Exif Properties - /// This feature is supported by version 18.8 or greater. - /// - public static void GetTiffTagsUsingExifProperties() - { - using (JpegFormat format = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - ExifInfo exif = format.GetExifInfo(); - - if (exif != null) - { - foreach (TiffTag tag in exif.Tags) - { - if (tag.DefinedTag == TiffTagIdEnum.XResolution || tag.DefinedTag == TiffTagIdEnum.YResolution) - { - Console.WriteLine("{0} = {1}", tag.DefinedTag, ((TiffRationalTag)tag).TagValue[0].Value); - } - } - } - } - } - - /// - /// The method loads and save EXIF metadata with better speed - /// - public static void EXIFMetadataWithBetterSpeed() - { - try - { - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get EXIF data - JpegExifInfo exif = (JpegExifInfo)jpegFormat.ExifValues; - - // set artist - exif.Artist = "test artist"; - - // set the name of the camera's owner - exif.CameraOwnerName = "camera owner's name"; - - // set description - exif.ImageDescription = "test description"; - - // set software - exif.Software = "software..."; - - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - - // and free resources - jpegFormat.Dispose(); - } - - } - catch (Exception exp) - { - - Console.WriteLine(exp.Message); - } - - } - /// - /// Find Metadata Using Regex - /// Feature is supported in version 18.5 or greater of the API - /// - public static void ReplaceEXIFMetadataUsingRegex() - { - try - { - Regex pattern = new Regex("James", RegexOptions.IgnoreCase); - string replaceValue = "John"; - SearchFacade.ReplaceInExif(Common.MapSourceFilePath(filePath), pattern, replaceValue, Common.MapDestinationFilePath(filePath)); - - } - catch (Exception ex) - { - - Console.WriteLine(ex.Message); - } - } - - /// - /// Find Metadata Using Regex - /// Feature is supported in version 18.5 or greater of the API - /// - public static void FindEXIFMetadataUsingRegex() - { - try - { - Regex pattern = new Regex(".*"); - ExifProperty[] properties = SearchFacade.ScanExif(Common.MapSourceFilePath(filePath), pattern); - for (int i = 0; i < properties.Length; i++) - { - Console.WriteLine(properties[i]); - } - - } - catch (Exception) - { - - throw; - } - } - - /// - /// Updates PagedText XMP data of Jpeg file and creates output file - /// - public static void UpdatePagedTextXMPProperties() - { - try - { - //ExStart:UpdatePagedTextXmpPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get access to PagedText schema - var package = jpegFormat.XmpValues.Schemes.PagedText; - - - // update MaxPageSize - package.MaxPageSize = new Dimensions(600, 800); - - // update number of pages - package.NumberOfPages = 10; - - // update plate names - package.PlateNames = new string[] { "1", "2", "3" }; - - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdatePagedTextXmpPropertiesJpegImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates CameraRaw XMP data of Jpeg file and creates output file - /// - public static void UpdateCameraRawXMPProperties() - { - try - { - //ExStart:UpdateCameraRawXmpPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat JpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get access to CameraRaw schema - var package = JpegFormat.XmpValues.Schemes.CameraRaw; - - // update properties - package.AutoBrightness = true; - package.AutoContrast = true; - package.CropUnits = CropUnits.Pixels; - - // update white balance - package.SetWhiteBalance(WhiteBalance.Auto); - - // commit changes - JpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateCameraRawXmpPropertiesJpegImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates Basic Job XMP data of Jpeg file and creates output file - /// - public static void UpdateBasicJobXMPProperties() - { - try - { - //ExStart:UpdateBasicJobTicketXmpPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get xmp data - var xmp = jpegFormat.GetXmpData(); - - BasicJobTicketPackage package = null; - - // looking for the BasicJob schema if xmp data is presented - if (xmp != null) - { - package = xmp.GetPackage(Namespaces.BasicJob) as BasicJobTicketPackage; - } - else - { - xmp = new XmpPacketWrapper(); - } - - if (package == null) - { - // create package if not exist - package = new BasicJobTicketPackage(); - - // and add it to xmp data - xmp.AddPackage(package); - } - - // create array of jobs - Job[] jobs = new Job[1]; - jobs[0] = new Job() - { - Id = "1", - Name = "test job" - }; - - // update schema - package.SetJobs(jobs); - - // update xmp data - jpegFormat.SetXmpData(xmp); - - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateBasicJobTicketXmpPropertiesJpegImage - - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates thumbnails in XMP data of Jpeg file and creates output file - /// - public static void UpdateThumbnailInXMPData() - { - try - { - //ExStart:UpdateThumbnailXmpPropertiesJpegImage - - string path = Common.MapSourceFilePath(filePath); - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get image base64 string - string base64String; - using (Image image = Image.FromFile(path)) - { - using (MemoryStream m = new MemoryStream()) - { - image.Save(m, image.RawFormat); - byte[] imageBytes = m.ToArray(); - - // Convert byte[] to Base64 String - base64String = Convert.ToBase64String(imageBytes); - } - } - - // create image thumbnail - Thumbnail thumbnail = new Thumbnail { ImageBase64 = base64String }; - - // initialize array and add thumbnail - Thumbnail[] thumbnails = new Thumbnail[1]; - thumbnails[0] = thumbnail; - - // update thumbnails property in XMP Basic schema - jpegFormat.XmpValues.Schemes.XmpBasic.Thumbnails = thumbnails; - - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateThumbnailXmpPropertiesJpegImage - - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes XMP data of Jpeg file and creates output file - /// - public static void RemoveXMPData() - { - try - { - //ExStart:RemoveXmpPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // remove XMP package - jpegFormat.RemoveXmpData(); - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveXmpPropertiesJpegImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - #region working with Exif properties - /// - /// Gets Exif info from Jpeg file - /// - public static void GetExifInfo() - { - try - { - //ExStart:GetExifPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get EXIF data - JpegExifInfo exif = (JpegExifInfo)jpegFormat.GetExifInfo(); - - if (exif != null) - { - // get artist - Console.WriteLine("Artist: {0}", exif.Artist); - // get description - Console.WriteLine("Description: {0}", exif.ImageDescription); - // get user's comment - Console.WriteLine("User Comment: {0}", exif.UserComment); - // get user's Model - Console.WriteLine("Model: {0}", exif.Model); - // get user's Make - Console.WriteLine("Make: {0}", exif.Make); - // get user's CameraOwnerName - Console.WriteLine("CameraOwnerName: {0}", exif.CameraOwnerName); - // get longitude - Console.WriteLine("Longitude: {0}", exif.GPSData.Longitude[0].ToString()); - // get latitude - Console.WriteLine("Latitude: {0}", exif.GPSData.Latitude[0].ToString()); - } - } - //ExEnd:GetExifPropertiesJpegImage - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates Exif info of Jpeg file and creates output file - /// - public static void UpdateExifInfo() - { - try - { - //ExStart:UpdateExifPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get EXIF data - JpegExifInfo exif = (JpegExifInfo)jpegFormat.GetExifInfo(); - if (exif == null) - { - // initialize EXIF data if null - exif = new JpegExifInfo(); - } - - // set artist - exif.Artist = "Usman"; - // set make - exif.Make = "ABC"; - // set model - exif.Model = "S120"; - // set the name of the camera's owner - exif.CameraOwnerName = "Owner"; - // set description - exif.ImageDescription = "sample description"; - - // update EXIF data - jpegFormat.SetExifInfo(exif); - - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateExifPropertiesJpegImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates Exif info using properties and creates output file - /// - public static void UpdateExifInfoUsingProperties() - { - try - { - //ExStart:UpdateExifValuesUsingPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get EXIF data - JpegExifInfo exif = (JpegExifInfo)jpegFormat.ExifValues; - - // set artist - exif.Artist = "new test artist"; - - // set the name of the camera's owner - exif.CameraOwnerName = "new camera owner's name"; - - // set description - exif.ImageDescription = "update test description"; - - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateExifValuesUsingPropertiesJpegImage - - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes GPS Data of Jpeg file and creates output file - /// - public static void RemoveGPSData() - { - try - { - //ExStart:RemoveGPSDataJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // check if JPEG contains XMP metadata - if (jpegFormat.HasXmp) - { - // get location - GpsLocation location = jpegFormat.GetGpsLocation(); - if (location != null) - { - // remove GPS location - jpegFormat.RemoveGpsLocation(); - } - - // update Dublin Core format in XMP - jpegFormat.XmpValues.Schemes.DublinCore.Format = "image/jpeg"; - - // and commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - } - - //ExEnd:RemoveGPSDataJpegImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes Exif info of Jpeg file and creates output file - /// - public static void RemoveExifInfo() - { - try - { - //ExStart:RemoveExifPropertiesJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - // remove Exif info - jpegFormat.RemoveExifInfo(); - - // commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveExifPropertiesJpegImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Read Specific Exif tag - /// - /// - public static void ReadExifTag() - { - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get EXIF data - ExifInfo exifInfo = jpegFormat.GetExifInfo(); - if (exifInfo != null) - { - // get specific tag using indexer - TiffAsciiTag artist = (TiffAsciiTag)exifInfo[TiffTagIdEnum.Artist]; - if (artist != null) - { - Console.WriteLine("Artist: {0}", artist.Value); - } - } - } - - } - - /// - /// Read All Exif tags - /// - /// - public static void ReadAllExifTags() - { - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - // get EXIF data - ExifInfo exifInfo = jpegFormat.GetExifInfo(); - if (exifInfo != null) - { - TiffTag[] allTags = exifInfo.Tags; - - foreach (TiffTag tag in allTags) - { - switch (tag.TagType) - { - case TiffTagType.Ascii: - TiffAsciiTag asciiTag = tag as TiffAsciiTag; - Console.WriteLine("Tag: {0}, value: {1}", asciiTag.DefinedTag, asciiTag.Value); - break; - - case TiffTagType.Rational: - TiffRationalTag rationalTag = tag as TiffRationalTag; - Console.WriteLine("Tag: {0}, value: {1}", rationalTag.DefinedTag, rationalTag.Value); - break; - }//end of switch - }//end of foreach - }//end of if (exifInfo != null) - } - - } - - /// - /// Shows how to delete the Exif data in a faster way - /// Feature is suooprted by version 17.3 or greater - /// - public static void FastRemoveExifData() - { - try - { - //ExStart:FastRemoveExifData - - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // reset all exif properties - jpegFormat.RemoveExifInfo(); - - // and commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:FastRemoveExifData - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Shows how to update the Exif data in a faster way - /// Feature is suooprted by version 17.3 or greater - /// - public static void FasterUpdateExifData() - { - try - { - //ExStart:FasterUpdateExifData - - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get EXIF data - JpegExifInfo exif = (JpegExifInfo)jpegFormat.GetExifInfo(); - - if (exif == null) - { - // initialize EXIF data if null - exif = new JpegExifInfo(); - } - - // set artist - exif.Artist = "test artist"; - - // set the name of the camera's owner - exif.CameraOwnerName = "camera owner's name"; - - // set description - exif.ImageDescription = "test description"; - - // update EXIF data - jpegFormat.SetExifInfo(exif); - - // and commit changes - jpegFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:FasterUpdateExifData - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Adds or updates custom TIFF tags to EXIF segment in JPEG or TIFF formats - /// Feature is supported in version 17.9.0 or greater of the API - /// - public static void AddUpdateTiffTagsInExif() - { - try - { - //ExStart:AddUpdateTiffTagsInExif - // init JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get existing EXIF or create new one - ExifInfo exif = jpegFormat.GetExifInfo() ?? new ExifInfo(); - - // define list of tags - List tags = new List(); - - // add specific tag - tags.Add(new TiffAsciiTag(TiffTagIdEnum.Artist, "Rida")); - - // and update tags - exif.Tags = tags.ToArray(); - - // update exif - jpegFormat.UpdateExifInfo(exif); - - // and commit changes - jpegFormat.Save(); - } - //ExEnd:AddUpdateTiffTagsInExif - } - catch (Exception ex) - { - Console.Write(ex.Message); - } - - - } - - /// - /// Reads thumbnail of JPEG format from EXIF segment - /// - /// - public static void ReadThumbnailFromEXIFSegment() - { - - try - { - //ExStart:ReadThumbnailFromEXIFSegment_17.12 - // initialize jpeg - using (JpegFormat jpeg = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - // get exif data - var exifData = jpeg.GetExifInfo(); - if (exifData != null) - { - // get thumbnail - byte[] thumbnail = exifData.Thumbnail; - - // if exist then store to the file - if (thumbnail.Length > 0) - { - File.WriteAllBytes("C:\\1.jpeg", thumbnail); - } - } - } - //ExEnd:ReadThumbnailFromEXIFSegment_17.12 - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - - } - - #endregion - - #region Working with IPTC Metadata - /// - /// Gets IPTC metadata from Jpeg file - /// - public static void GetIPTCMetadata() - { - try - { - //ExStart:GetIPTCMetadata - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // if file contains iptc metadata - if (jpegFormat.HasIptc) - { - // get iptc collection - IptcCollection iptcCollection = jpegFormat.GetIptc(); - - // go through array and write property name and formatted value - foreach (IptcProperty iptcProperty in iptcCollection) - { - Console.WriteLine(string.Format("{0}: {1}", iptcProperty.Name, iptcProperty.GetFormattedValue())); - } - - // initialize IptcDataSetCollection to read well-known properties - IptcDataSetCollection dsCollection = new IptcDataSetCollection(iptcCollection); - - // try to read Application Record dataset - if (dsCollection.ApplicationRecord != null) - { - // get category - string category = dsCollection.ApplicationRecord.Category; - - // get headline - string headline = dsCollection.ApplicationRecord.Headline; - } - - if (dsCollection.EnvelopeRecord != null) - { - // get model version - int? modelVersion = dsCollection.EnvelopeRecord.ModelVersion; - - // get dataSent property - DateTime? dataSent = dsCollection.EnvelopeRecord.DataSent; - } - } - } - //ExEnd:GetIPTCMetadata - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Gets IPTC metadata from XMP in Jpeg file - /// - public static void GetIPTCPhotoMetadataFromXMP() - { - try - { - //ExStart:GetIPTCPhotoMetadataFromXMP - // get xmp metadata - XmpPacketWrapper xmpWrapper = MetadataUtility.ExtractXmpPackage(Common.MapSourceFilePath(filePath)); - - if (xmpWrapper == null) - { - xmpWrapper = new XmpPacketWrapper(); - } - - // add iptc4xmpcore if not exist - if (!xmpWrapper.ContainsPackage(Namespaces.Iptc4XmpCore)) - { - xmpWrapper.AddPackage(new IptcCorePackage()); - } - - // get iptc4XmpCore package - IptcCorePackage iptcCorePackage = (IptcCorePackage)xmpWrapper.GetPackage(Namespaces.Iptc4XmpCore); - - Console.WriteLine("Country Code: {0}", iptcCorePackage.CountryCode); - Console.WriteLine("Sub Location: {0}", iptcCorePackage.Sublocation); - Console.WriteLine("Intellectual Genre: {0}", iptcCorePackage.IntellectualGenre); - //ExEnd:GetIPTCPhotoMetadataFromXMP - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates IPTC metadata in XMP in Jpeg file - /// - public static void UpdateIPTCPhotoMetadataFromXMP() - { - try - { - //ExStart:UpdateIPTCPhotoMetadataFromXMP - // get xmp metadata - XmpPacketWrapper xmpWrapper = MetadataUtility.ExtractXmpPackage(Common.MapSourceFilePath(filePath)); - - if (xmpWrapper == null) - { - xmpWrapper = new XmpPacketWrapper(); - } - - // add iptc4xmpcore if not exist - if (!xmpWrapper.ContainsPackage(Namespaces.Iptc4XmpCore)) - { - xmpWrapper.AddPackage(new IptcCorePackage()); - } - - // get iptc4XmpCore package - IptcCorePackage iptcCorePackage = (IptcCorePackage)xmpWrapper.GetPackage(Namespaces.Iptc4XmpCore); - - // set country code - iptcCorePackage.CountryCode = "new country code"; - - // set sublocation - iptcCorePackage.Sublocation = "new sublocation"; - - // update intellectual genre - iptcCorePackage.IntellectualGenre = "music"; - - // save changes to another file - MetadataUtility.UpdateMetadata(Common.MapSourceFilePath(filePath), new XmpMetadata(xmpWrapper), Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateIPTCPhotoMetadataFromXMP - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates IPTC metadata of Jpeg file - /// - public static void UpdateIPTCMetadataOfJPEG() - { - try - { - //ExStart:UpdateIPTCMetadataOfJPEG - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - // initialize IptcCollection - IptcCollection iptc = jpegFormat.GetIptc(); - if (iptc == null) - { - iptc = new IptcCollection(); - } - - // add integer property - iptc.Add(new IptcProperty(2, "urgency", 10, 5)); - // update iptc metadata - jpegFormat.UpdateIptc(iptc); - // and commit changes - jpegFormat.Save(); - } - //ExEnd:UpdateIPTCMetadataOfJPEG - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Remove IPTC metadata of Jpeg file - /// - public static void RemoveIPTCMetadataOfJPEG() - { - try - { - //ExStart:RemoveIPTCMetadataOfJPEG - - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // remove iptc - jpegFormat.RemoveIptc(); - - // and commit changes - jpegFormat.Save(); - } - //ExEnd:RemoveIPTCMetadataOfJPEG - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - ///Update ApplicationRecord/EnvelopeRecord datasets of IPTC metadata - /// - public static void UpdateIPTCMetadataOfApplicationRecord() - { - try - { - //ExStart:UpdateIPTCMetadataOfApplicationRecord - - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // initialize dataset - IptcApplicationRecord applicationRecord = new IptcApplicationRecord(); - - // update category - applicationRecord.Category = "category"; - - // update copyright notice - applicationRecord.CopyrightNotice = "Aspose"; - - // update release date - applicationRecord.ReleaseDate = DateTime.Now; - - // update iptc metadata - jpegFormat.UpdateIptc(applicationRecord); - - // and commit changes - jpegFormat.Save(); - } - //EXEnd:UpdateIPTCMetadataOfApplicationRecord - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - #endregion - - /// - /// Detects barcodes in the Jpeg - /// - public static void DetectBarcodeinJpeg() - { - //ExStart:DetectBarcodeinJpeg - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(barcodeFilePath))) - { - // get barcodes: UPCA, UPCE, EAN13 - string[] barCodes = jpegFormat.GetBarCodeTypes(); - - Console.WriteLine("Barcode Detected:\n"); - - for (int i = 0; i < barCodes.Length; i++) - { - Console.WriteLine("Code Type: {0}", barCodes[i].ToString()); - } - } - //ExEnd:DetectBarcodeinJpeg - } - - /// - /// Removes Photoshop Metadata in Jpeg format - /// - public static void RemovePhotoshopMetadata() - { - try - { - //ExStart:RemovePhotoshopMetadataJpegImage - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - // remove photoshop metadata - jpegFormat.RemovePhotoshopData(); - - // and commit changes - jpegFormat.Save(); - } - //ExEnd:RemovePhotoshopMetadataJpegImage - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Reads Image Resource Blocks (native PSD metadata) in Jpeg format - /// - public static void ReadImageResourceBlocks() - { - try - { - //ExStart:ReadImageResourceBlocksInJpeg - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // check if JPEG contain photoshop metadata - if (jpegFormat.HasImageResourceBlocks) - { - - // get native photoshop metadata - ImageResourceMetadata imageResource = jpegFormat.GetImageResourceBlocks(); - - // display all blocks - foreach (ImageResourceBlock imageResourceBlock in imageResource.Blocks) - { - Console.WriteLine("Id: {0}, size: {1}", imageResourceBlock.DefinedId, imageResourceBlock.DataSize); - - // create your own logic to parse image resource block - byte[] data = imageResourceBlock.Data; - } - } - } - //ExEnd:ReadImageResourceBlocksInJpeg - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Allows reading Sony maker notes in a Jpeg image - /// Feature is supported in version 17.06 or greater - /// From version 17.8.0 onwards, the API also allows reading EXIF maker-notes from Sony xperia, cybershot models. - /// - public static void ReadSonyMakerNotes() - { - //ExStart:ReadSonyMakerNotes - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(sonyMakerFilePath))) - { - - // get makernotes - var makernotes = jpegFormat.GetMakernotes(); - - if (makernotes != null) - { - // try cast to SonyMakerNotes - SonyMakerNotes sonyMakerNotes = makernotes as SonyMakerNotes; - if (sonyMakerNotes != null) - { - // get color mode - int? colorMode = sonyMakerNotes.ColorMode; - - // get JPEG quality - int? jpegQuality = sonyMakerNotes.JPEGQuality; - Console.WriteLine("color mode: {0},Jpeg quality: {1}", sonyMakerNotes.ColorMode, sonyMakerNotes.JPEGQuality); - } - - } - } - //ExEnd:ReadSonyMakerNotes - } - - /// - /// Allows reading Nikon maker notes in a Jpeg image - /// Feature is supported in version 17.06 or greater - /// From version 17.08 onwards, the API also allows reading EXIF maker-notes from Nikon D models - /// - public static void ReadNikonMakerNotes() - { - //ExStart:ReadNikonMakerNotes - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(nikonMakerFilePath))) - { - - // get makernotes - var makernotes = jpegFormat.GetMakernotes(); - - if (makernotes != null) - { - // try cast to NikonMakerNotes - NikonMakerNotes nikonMakerNotes = makernotes as NikonMakerNotes; - - if (nikonMakerNotes != null) - { - // get quality string - string quality = nikonMakerNotes.Quality; - - // get version - byte[] version = nikonMakerNotes.MakerNoteVersion; - Console.WriteLine("Maker note version: {0},Jpeg quality: {1}", nikonMakerNotes.MakerNoteVersion, nikonMakerNotes.Quality); - } - } - } - //ExEnd:ReadNikonMakerNotes - } - - /// - /// Allows reading Canon maker notes in a Jpeg image - /// Feature is supported in version 17.8.0 or greater - /// - public static void ReadCanonMakerNotes() - { - //ExStart:ReadCanonMakerNotes - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(canonMakerFilePath))) - { - - // get makernotes - var makernotes = jpegFormat.GetMakernotes(); - - if (makernotes != null) - { - // try cast to CanonMakerNotes - CanonMakerNotes canonMakerNotes = makernotes as CanonMakerNotes; - if (canonMakerNotes != null) - { - // get cammera settings - CanonCameraSettings cameraSettings = canonMakerNotes.CameraSettings; - if (cameraSettings != null) - { - // get lens type - int lensType = cameraSettings.LensType; - - // get quality - int quality = cameraSettings.Quality; - - // get all values - int[] allValues = cameraSettings.Values; - } - - // get firmware version - string firmwareVersion = canonMakerNotes.CanonFirmwareVersion; - } - } - } - //ExEnd:ReadCanonMakerNotes - } - - - /// - /// Allows reading Panasonic maker notes in a Jpeg image - /// Feature is supported in version 17.8.0 or greater - /// - public static void ReadPanasonicMakerNotes() - { - //ExStart:ReadPanasonicMakerNotes - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(panasonicMakerFilePath))) - { - - // get makernotes - var makernotes = jpegFormat.GetMakernotes(); - - if (makernotes != null) - { - // try cast to PanasonicMakerNotes - PanasonicMakerNotes panasonicMakerNotes = makernotes as PanasonicMakerNotes; - if (panasonicMakerNotes != null) - { - // get firmware version - string firmwareVersion = panasonicMakerNotes.FirmwareVersion; - - // get image quality - int? imageQuality = panasonicMakerNotes.ImageQuality; - - // get lens type - string lensType = panasonicMakerNotes.LensType; - } - } - } - //ExEnd:ReadPanasonicMakerNotes - } - - /// - /// Shows how to parse additional IFD tags like SByte, SShort, SRational and SLong. - /// Feature is supported in version 17.06 or greater - /// - public static void UpdateIfdTags() - { - //ExStart:UpdateIfdTags - // initialize JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(sonyMakerFilePath))) - { - - JpegExifInfo exif = jpegFormat.GetExifInfo() as JpegExifInfo; - - if (exif == null) - { - // nothing to process - return; - } - - - // get makernotes - var makernotes = jpegFormat.GetMakernotes(); - if (exif.Make == "NIKON") - { - // try cast to NikonMakerNotes - NikonMakerNotes nikonMakerNotes = makernotes as NikonMakerNotes; - - // get tags - var tags = nikonMakerNotes.Tags; - - foreach (TiffTag tag in tags) - { - if (tag.TagType == TiffTagType.SLong) - { - // cast to SLong type - TiffSLongTag tiffSLong = tag as TiffSLongTag; - - // and display value - Console.WriteLine("Tag: {0}, value: {1}", tiffSLong.TagId, tiffSLong.Value); - } - } - } - } - //ExEnd:UpdateIfdTags - } - - /// - /// Reads SRational TIFF tag in JPEG/TIFF image formats. - /// Feature is supported in version 17.9.0 or greater of the API - /// - /// path to the images directory - public static void ReadSRationalTifftag() - { - try - { - //ExStart:ReadSRationalTifftagJpeg - // init JpegFormat - using (JpegFormat jpegFormat = new JpegFormat(Common.MapSourceFilePath(filePath))) - { - - // get exif info - ExifInfo exifInfo = jpegFormat.GetExifInfo(); - - - if (exifInfo != null) - { - - // all tags are available in licensed mode only - TiffTag[] allTags = exifInfo.Tags; - - foreach (TiffTag tag in allTags) - { - switch (tag.TagType) - { - - case TiffTagType.SRational: - TiffSRationalTag srationalTag = tag as TiffSRationalTag; - Console.WriteLine("Tag: {0}, value: {1}", srationalTag.DefinedTag, srationalTag.Value); - break; - } - } - } - } - //ExEnd:ReadSRationalTifftagJpeg - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - - } - - } - - - public static class Gif - { - // initialize file path - //ExStart:SourceGifFilePath - private const string filePath = "Images/Gif/sample.gif"; - //ExEnd:SourceGifFilePath - /// - ///Gets XMP properties of Gif file - /// - public static void GetXMPProperties() - { - try - { - //ExStart:GetXMPPropertiesGifImage - - // initialize GifFormat - using (GifFormat gifFormat = new GifFormat(Common.MapSourceFilePath(filePath))) - { - if (gifFormat.IsSupportedXmp) - { - // get XMP data - XmpProperties xmpProperties = gifFormat.GetXmpProperties(); - - // show XMP data - foreach (string key in xmpProperties.Keys) - { - XmpNodeView xmpNodeView = xmpProperties[key]; - Console.WriteLine("[{0}] = {1}", xmpNodeView.Name, xmpNodeView.Value); - } - } - } - //ExEnd:GetXMPPropertiesGifImage - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Gets XMP properties of Gif file using Stream - /// - public static void GetXMPPropertiesUsingStream() - { - using (Stream stream = File.Open(Common.MapSourceFilePath(filePath), FileMode.Open, FileAccess.ReadWrite)) - { - using (GifFormat format = new GifFormat(stream)) - { - // Working with metadata - if (format.IsSupportedXmp) - { - // get XMP data - XmpProperties xmpProperties = format.GetXmpProperties(); - - // show XMP data - foreach (string key in xmpProperties.Keys) - { - XmpNodeView xmpNodeView = xmpProperties[key]; - Console.WriteLine("[{0}] = {1}", xmpNodeView.Name, xmpNodeView.Value); - } - } - } - // The stream is still open here - } - } - /// - /// Updates XMP data of Gif file and creates output file - /// - public static void UpdateXMPProperties() - { - try - { - //ExStart:UpdateXMPPropertiesGifImage - // initialize GifFormat - using (GifFormat gifFormat = new GifFormat(Common.MapSourceFilePath(filePath))) - { - if (gifFormat.IsSupportedXmp) - { - // get xmp wrapper - XmpPacketWrapper xmpPacket = gifFormat.GetXmpData(); - - // create xmp wrapper if not exists - if (xmpPacket == null) - { - xmpPacket = new XmpPacketWrapper(); - } - - // check if DublinCore schema exists - if (!xmpPacket.ContainsPackage(Namespaces.DublinCore)) - { - // if not - add DublinCore schema - xmpPacket.AddPackage(new DublinCorePackage()); - } - - // get DublinCore package - DublinCorePackage dublinCorePackage = (DublinCorePackage)xmpPacket.GetPackage(Namespaces.DublinCore); - - string authorName = "New author"; - string description = "New description"; - string subject = "New subject"; - string publisher = "New publisher"; - string title = "New title"; - - // set author - dublinCorePackage.SetAuthor(authorName); - // set description - dublinCorePackage.SetDescription(description); - // set subject - dublinCorePackage.SetSubject(subject); - // set publisher - dublinCorePackage.SetPublisher(publisher); - // set title - dublinCorePackage.SetTitle(title); - // update XMP package - gifFormat.SetXmpData(xmpPacket); - - // commit changes - gifFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:UpdateXMPPropertiesGifImage - Console.WriteLine("File saved in destination folder."); - } - - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates XMP values of Gif file and creates output file - /// - public static void UpdateXMPValues() - { - try - { - //ExStart:UpdateXmpValuesGifImage - // initialize GifFormat - using (GifFormat GifFormat = new GifFormat(Common.MapSourceFilePath(filePath))) - { - - const string dcFormat = "test format"; - string[] dcContributors = { "test contributor" }; - const string dcCoverage = "test coverage"; - const string phCity = "NY"; - const string phCountry = "USA"; - const string xmpCreator = "GroupDocs.Metadata"; - - GifFormat.XmpValues.Schemes.DublinCore.Format = dcFormat; - GifFormat.XmpValues.Schemes.DublinCore.Contributors = dcContributors; - GifFormat.XmpValues.Schemes.DublinCore.Coverage = dcCoverage; - GifFormat.XmpValues.Schemes.Photoshop.City = phCity; - GifFormat.XmpValues.Schemes.Photoshop.Country = phCountry; - GifFormat.XmpValues.Schemes.XmpBasic.CreatorTool = xmpCreator; - - // commit changes - GifFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateXmpValuesGifImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates PagedText XMP data of Gif file and creates output file - /// - public static void UpdatePagedTextXMPProperties() - { - try - { - //ExStart:UpdatePagedTextXmpPropertiesGifImage - // initialize GifFormat - using (GifFormat GifFormat = new GifFormat(Common.MapSourceFilePath(filePath))) - { - - // get access to PagedText schema - var package = GifFormat.XmpValues.Schemes.PagedText; - - // update MaxPageSize - package.MaxPageSize = new Dimensions(600, 800); - - // update number of pages - package.NumberOfPages = 10; - - // update plate names - package.PlateNames = new string[] { "1", "2", "3" }; - - // commit changes - GifFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdatePagedTextXmpPropertiesGifImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates CameraRaw XMP data of Gif file and creates output file - /// - public static void UpdateCameraRawXMPProperties() - { - try - { - //ExStart:UpdateCameraRawXmpPropertiesGifImage - // initialize GifFormat - using (GifFormat GifFormat = new GifFormat(Common.MapSourceFilePath(filePath))) - { - - // get access to CameraRaw schema - var package = GifFormat.XmpValues.Schemes.CameraRaw; - - // update properties - package.AutoBrightness = true; - package.AutoContrast = true; - package.CropUnits = CropUnits.Pixels; - - // update white balance - package.SetWhiteBalance(WhiteBalance.Auto); - - // commit changes - GifFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateCameraRawXmpPropertiesGifImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates Basic Job XMP data of Gif file and creates output file - /// - public static void UpdateBasicJobXMPProperties() - { - try - { - //ExStart:UpdateBasicJobTicketXmpPropertiesGifImage - // initialize GifFormat - using (GifFormat gifFormat = new GifFormat(Common.MapSourceFilePath(filePath))) - { - // get xmp data - var xmp = gifFormat.GetXmpData(); - - BasicJobTicketPackage package = null; - - // looking for the BasicJob schema if xmp data is presented - if (xmp != null) - { - package = xmp.GetPackage(Namespaces.BasicJob) as BasicJobTicketPackage; - } - else - { - xmp = new XmpPacketWrapper(); - } - - if (package == null) - { - // create package if not exist - package = new BasicJobTicketPackage(); - - // and add it to xmp data - xmp.AddPackage(package); - } - - // create array of jobs - Job[] jobs = new Job[1]; - jobs[0] = new Job() - { - Id = "1", - Name = "test job" - }; - - // update schema - package.SetJobs(jobs); - - // update xmp data - gifFormat.SetXmpData(xmp); - - // commit changes - gifFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateBasicJobTicketXmpPropertiesGifImage - - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates thumbnails in XMP data of Gif file and creates output file - /// - public static void UpdateThumbnailInXMPData() - { - try - { - //ExStart:UpdateThumbnailXmpPropertiesGifImage - - string path = Common.MapSourceFilePath(filePath); - // initialize GifFormat - using (GifFormat gifFormat = new GifFormat(Common.MapSourceFilePath(filePath))) - { - // get image base64 string - string base64String; - using (Image image = Image.FromFile(path)) - { - using (MemoryStream m = new MemoryStream()) - { - image.Save(m, image.RawFormat); - byte[] imageBytes = m.ToArray(); - - // Convert byte[] to Base64 String - base64String = Convert.ToBase64String(imageBytes); - } - } - - // create image thumbnail - Thumbnail thumbnail = new Thumbnail { ImageBase64 = base64String }; - - // initialize array and add thumbnail - Thumbnail[] thumbnails = new Thumbnail[1]; - thumbnails[0] = thumbnail; - - // update thumbnails property in XMP Basic schema - gifFormat.XmpValues.Schemes.XmpBasic.Thumbnails = thumbnails; - - // commit changes - gifFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateThumbnailXmpPropertiesGifImage - - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes XMP data of Gif file and creates output file - /// - public static void RemoveXMPProperties() - { - try - { - //ExStart:RemoveXMPPropertiesGifImage - // initialize GifFormat - using (GifFormat gifFormat = new GifFormat(Common.MapSourceFilePath(filePath))) - { - if (gifFormat.IsSupportedXmp) - { - // remove XMP package - gifFormat.RemoveXmpData(); - - // commit changes - gifFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:RemoveXMPPropertiesGifImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// In some cases, it is necessary to remove some specific values from XMP metadata package associated with GIF or PNG images. - /// In previous versions of GroupDocs.Metadata this might cause unexpected increasing of the file size. - /// Starting from version 18.4 please use the following code snippet to avoid the issue. - /// Feature is supported in version 18.4 or greater of the API - /// - public static void RemoveMetadata() - { - try - { - using (GifFormat format = new GifFormat(Common.MapSourceFilePath(filePath))) - { - XmpEditableCollection xmpEditableCollection = format.XmpValues; - XmpSchemes schemes = xmpEditableCollection.Schemes; - - schemes.DublinCore.Source = null; - schemes.DublinCore.Subject = null; - - schemes.Pdf.Keywords = null; - schemes.Pdf.Producer = null; - - schemes.Photoshop.City = null; - schemes.Photoshop.Country = null; - - schemes.XmpBasic.BaseUrl = null; - schemes.XmpBasic.Nickname = null; - - format.Save(Common.MapDestinationFilePath(filePath)); - } - - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - /// - /// Find XMP Metadata Using Regex - /// Feature is supported in version 18.5 or greater of the API - /// - public static void FindXmpMetadataUsingRegex() - { - try - { - Regex pattern = new Regex("^.*description$", RegexOptions.IgnoreCase); - XmpNodeView[] properties = SearchFacade.ScanXmp(Common.MapSourceFilePath(filePath), pattern); - for (int i = 0; i < properties.Length; i++) - { - Console.WriteLine(properties[i]); - } - - } - catch (Exception ex) - { - - Console.WriteLine(ex.Message); - } - } - /// - /// Find XMP Metadata Using Regex - /// Feature is supported in version 18.5 or greater of the API - /// - public static void ReplaceXmpMetadataUsingRegex() - { - try - { - Regex pattern = new Regex("^.*description$", RegexOptions.IgnoreCase); - string replaceValue = "Test file"; - SearchFacade.ReplaceInXmp(Common.MapSourceFilePath(filePath), pattern, replaceValue, Common.MapDestinationFilePath(filePath)); - - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - } - - - } - - public static class Png - { - // initialize file path - //ExStart:SourcePngFilePath - private const string filePath = "Images/Png/sample2.png"; - //ExEnd:SourcePngFilePath - /// - ///Gets XMP properties from Png file - /// - public static void GetXMPProperties() - { - try - { - //ExStart:GetXMPPropertiesPngImage - // initialize PngFormat - using (PngFormat pngFormat = new PngFormat(Common.MapSourceFilePath(filePath))) - { - - // get XMP data - XmpProperties xmpProperties = pngFormat.GetXmpProperties(); - if (xmpProperties != null) - { - // show XMP data - foreach (string key in xmpProperties.Keys) - { - XmpNodeView xmpNodeView = xmpProperties[key]; - Console.WriteLine("[{0}] = {1}", xmpNodeView.Name, xmpNodeView.Value); - } - } - else - { - Console.WriteLine("No XMP data found."); - } - } - //ExEnd:GetXMPPropertiesPngImage - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates XMP data of Png file and creates output file - /// - public static void UpdateXMPData() - { - try - { - //ExStart:UpdateXMPPropertiesPngImage - // initialize PngFormat - using (PngFormat pngFormat = new PngFormat(Common.MapSourceFilePath(filePath))) - { - - // get xmp wrapper - XmpPacketWrapper xmpPacket = pngFormat.GetXmpData(); - - // create xmp wrapper if not exists - if (xmpPacket == null) - { - xmpPacket = new XmpPacketWrapper(); - } - - // check if DublinCore schema exists - if (!xmpPacket.ContainsPackage(Namespaces.DublinCore)) - { - // if not - add DublinCore schema - xmpPacket.AddPackage(new DublinCorePackage()); - } - - // get DublinCore package - DublinCorePackage dublinCorePackage = (DublinCorePackage)xmpPacket.GetPackage(Namespaces.DublinCore); - - string authorName = "New author"; - string description = "New description"; - string subject = "New subject"; - string publisher = "New publisher"; - string title = "New title"; - // set author - dublinCorePackage.SetAuthor(authorName); - // set description - dublinCorePackage.SetDescription(description); - // set subject - dublinCorePackage.SetSubject(subject); - // set publisher - dublinCorePackage.SetPublisher(publisher); - // set title - dublinCorePackage.SetTitle(title); - // update XMP package - pngFormat.SetXmpData(xmpPacket); - - // commit changes - pngFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateXMPPropertiesPngImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates XMP values of Png file and creates output file - /// - public static void UpdateXMPValues() - { - try - { - //ExStart:UpdateXmpValuesPngImage - // initialize PngFormat - using (PngFormat PngFormat = new PngFormat(Common.MapSourceFilePath(filePath))) - { - - const string dcFormat = "test format"; - string[] dcContributors = { "test contributor" }; - const string dcCoverage = "test coverage"; - const string phCity = "NY"; - const string phCountry = "USA"; - const string xmpCreator = "GroupDocs.Metadata"; - - PngFormat.XmpValues.Schemes.DublinCore.Format = dcFormat; - PngFormat.XmpValues.Schemes.DublinCore.Contributors = dcContributors; - PngFormat.XmpValues.Schemes.DublinCore.Coverage = dcCoverage; - PngFormat.XmpValues.Schemes.Photoshop.City = phCity; - PngFormat.XmpValues.Schemes.Photoshop.Country = phCountry; - PngFormat.XmpValues.Schemes.XmpBasic.CreatorTool = xmpCreator; - - // commit changes - PngFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateXmpValuesPngImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates PagedText XMP data of Png file and creates output file - /// - public static void UpdatePagedTextXMPProperties() - { - try - { - //ExStart:UpdatePagedTextXmpPropertiesPngImage - // initialize PngFormat - using (PngFormat PngFormat = new PngFormat(Common.MapSourceFilePath(filePath))) - { - - // get access to PagedText schema - var package = PngFormat.XmpValues.Schemes.PagedText; - - // update MaxPageSize - package.MaxPageSize = new Dimensions(600, 800); - - // update number of pages - package.NumberOfPages = 10; - - // update plate names - package.PlateNames = new string[] { "1", "2", "3" }; - - // commit changes - PngFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdatePagedTextXmpPropertiesPngImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates CameraRaw XMP data of Png file and creates output file - /// - public static void UpdateCameraRawXMPProperties() - { - try - { - //ExStart:UpdateCameraRawXmpPropertiesPngImage - // initialize PngFormat - using (PngFormat PngFormat = new PngFormat(Common.MapSourceFilePath(filePath))) - { - - // get access to CameraRaw schema - var package = PngFormat.XmpValues.Schemes.CameraRaw; - - // update properties - package.AutoBrightness = true; - package.AutoContrast = true; - package.CropUnits = CropUnits.Pixels; - - // update white balance - package.SetWhiteBalance(WhiteBalance.Auto); - - // commit changes - PngFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateCameraRawXmpPropertiesPngImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates Basic Job XMP data of Png file and creates output file - /// - public static void UpdateBasicJobXMPProperties() - { - try - { - //ExStart:UpdateBasicJobTicketXmpPropertiesPngImage - // initialize PngFormat - using (PngFormat pngFormat = new PngFormat(Common.MapSourceFilePath(filePath))) - { - - // get xmp data - var xmp = pngFormat.GetXmpData(); - - BasicJobTicketPackage package = null; - - // looking for the BasicJob schema if xmp data is presented - if (xmp != null) - { - package = xmp.GetPackage(Namespaces.BasicJob) as BasicJobTicketPackage; - } - else - { - xmp = new XmpPacketWrapper(); - } - - if (package == null) - { - // create package if not exist - package = new BasicJobTicketPackage(); - - // and add it to xmp data - xmp.AddPackage(package); - } - - // create array of jobs - Job[] jobs = new Job[1]; - jobs[0] = new Job() - { - Id = "1", - Name = "test job" - }; - - // update schema - package.SetJobs(jobs); - - // update xmp data - pngFormat.SetXmpData(xmp); - - // commit changes - pngFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateBasicJobTicketXmpPropertiesPngImage - - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates thumbnails in XMP data of Png file and creates output file - /// - public static void UpdateThumbnailInXMPData() - { - try - { - //ExStart:UpdateThumbnailXmpPropertiesPngImage - - string path = Common.MapSourceFilePath(filePath); - // initialize PngFormat - using (PngFormat pngFormat = new PngFormat(Common.MapSourceFilePath(filePath))) - { - // get image base64 string - string base64String; - using (Image image = Image.FromFile(path)) - { - using (MemoryStream m = new MemoryStream()) - { - image.Save(m, image.RawFormat); - byte[] imageBytes = m.ToArray(); - - // Convert byte[] to Base64 String - base64String = Convert.ToBase64String(imageBytes); - } - } - - // create image thumbnail - Thumbnail thumbnail = new Thumbnail { ImageBase64 = base64String }; - - // initialize array and add thumbnail - Thumbnail[] thumbnails = new Thumbnail[1]; - thumbnails[0] = thumbnail; - - // update thumbnails property in XMP Basic schema - pngFormat.XmpValues.Schemes.XmpBasic.Thumbnails = thumbnails; - - // commit changes - pngFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateThumbnailXmpPropertiesPngImage - - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes XMP data of Png file and creates output file - /// - public static void RemoveXMPData() - { - try - { - //ExStart:RemoveXMPPropertiesPngImage - // initialize PngFormat - using (PngFormat pngFormat = new PngFormat(Common.MapSourceFilePath(filePath))) - { - // remove XMP package - pngFormat.RemoveXmpData(); - - // commit changes - pngFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:RemoveXMPPropertiesPngImage - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - } - - public static class Tiff - { - // initialize file path - //ExStart:SourceTiffFilePath - private const string filePath = "Images/Tiff/sample.tif"; - //ExEnd:SourceTiffFilePath - - /// - /// Gets Exif info from Tiff file - /// - public static void GetExifInfo() - { - try - { - //ExStart:GetExifPropertiesTiffImage - // initialize TiffFormat - using (TiffFormat tiffFormat = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - // get EXIF data - ExifInfo exif = tiffFormat.GetExifInfo(); - - if (exif != null) - { - // get BodySerialNumber - Console.WriteLine("Body Serial Number: {0}", exif.BodySerialNumber); - // get CameraOwnerName - Console.WriteLine("Camera Owner Name: {0}", exif.CameraOwnerName); - // get CFAPattern - Console.WriteLine("CFA Pattern: {0}", exif.CFAPattern); - // get GPSData - Console.WriteLine("GPS Data: {0}", exif.GPSData); - // get UserComment - Console.WriteLine("User Comment: {0}", exif.UserComment); - } - } - //ExEnd:GetExifPropertiesTiffImage - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates Exif info of Tiff file and creates output file - /// - public static void UpdateExifInfo() - { - try - { - //ExStart:UpdateExifPropertiesTiffImage - // initialize TiffFormat - using (TiffFormat tiffFormat = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - tiffFormat.ExifValues.ExifIfdData.UserComment = "test comment"; - tiffFormat.ExifValues.ExifIfdData.BodySerialNumber = "1010101010"; - // commit changes and save output file - tiffFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:UpdateExifPropertiesTiffImage - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Updates Exif info using properties and creates output file - /// - public static void UpdateExifInfoUsingProperties() - { - try - { - //ExStart:UpdateExifValuesUsingPropertiesTiffImage - // initialize TiffFormat - using (TiffFormat tiffFormat = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - - tiffFormat.ExifValues.CameraOwnerName = "camera owner's name"; - - // set user comment - tiffFormat.ExifValues.UserComment = "user's comment"; - - // commit changes - tiffFormat.Save(Common.MapDestinationFilePath(filePath)); - //ExEnd:UpdateExifValuesUsingPropertiesTiffImage - - Console.WriteLine("File saved in destination folder."); - } - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Removes Exif info from Tiff image - /// - public static void RemoveExifInfo() - { - try - { - //ExStart:RemoveExifPropertiesTiffImage - // initialize TiffFormat - using (TiffFormat tiffFormat = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - tiffFormat.GetXmpProperties(); - //remove Xmp Properties - tiffFormat.GetExifInfo(); - - // commit changes and save output file - tiffFormat.Save(Common.MapDestinationFilePath(filePath)); - } - //ExEnd:RemoveExifPropertiesTiffImage - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Adds or updates custom TIFF tags to EXIF segment in JPEG or TIFF formats - /// Feature is supported in version 17.9.0 or greater of the API - /// - public static void AddUpdateTiffTagsInExif() - { - try - { - //ExStart:AddUpdateTiffTagsInExifTiff - // init JpegFormat - using (TiffFormat tiffFormat = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - - // get existing EXIF or create new one - ExifInfo exif = tiffFormat.GetExifInfo() ?? new ExifInfo(); - - // define list of tags - List tags = new List(); - - // add specific tag - tags.Add(new TiffAsciiTag(TiffTagIdEnum.Artist, "Rida")); - - // and update tags - exif.Tags = tags.ToArray(); - - // update exif - tiffFormat.UpdateExifInfo(exif); - - // and commit changes - tiffFormat.Save(); - } - //ExEnd:AddUpdateTiffTagsInExifTiff - } - catch (Exception ex) - { - Console.Write(ex.Message); - } - - - } - - /// - ///Gets XMP properties from Tiff file - /// - public static void GetXMPProperties() - { - try - { - //ExStart:GetXMPPropertiesTiffImage - // initialize TiffFormat - using (TiffFormat tiff = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - - // get xmp - XmpPacketWrapper xmpPacket = tiff.GetXmpData(); - - if (xmpPacket != null) - { - // show XMP data - XmpProperties xmpProperties = tiff.GetXmpProperties(); - - // show XMP data - foreach (string key in xmpProperties.Keys) - { - try - { - XmpNodeView xmpNodeView = xmpProperties[key]; - Console.WriteLine("[{0}] = {1}", xmpNodeView.Name, xmpNodeView.Value); - } - catch { } - } - } - else - { - Console.WriteLine("No XMP data found."); - } - } - //ExEnd:GetXMPPropertiesTiffImage - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - ///Reads File Directory Tags from Tiff file - /// - public static void ReadTiffFileDirectoryTags() - { - //ExStart:ReadTiffFileDirectoryTags - // initialize TiffFormat - using (TiffFormat tiffFormat = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - - // get IFD - TiffIfd[] directories = tiffFormat.ImageFileDirectories; - - if (directories.Length > 0) - { - // get tags of the first IFD - TiffTag[] tags = tiffFormat.GetTags(directories[0]); - - // write tags to the console - foreach (TiffTag tiffTag in tags) - { - Console.WriteLine("tag: {0}", tiffTag.DefinedTag); - switch (tiffTag.TagType) - { - case TiffTagType.Ascii: - TiffAsciiTag asciiTag = tiffTag as TiffAsciiTag; - Console.WriteLine("Value: {0}", asciiTag.Value); - break; - - case TiffTagType.Short: - TiffShortTag shortTag = tiffTag as TiffShortTag; - Console.WriteLine("Value: {0}", shortTag.Value); - break; - - default: - break; - } - } - } - } - //ExEnd:ReadTiffFileDirectoryTags - } - - /// - /// Gets IPTC metadata from Tiff file - /// - public static void ReadIPTCMetadata() - { - try - { - //ExStart:GetIPTCMetadataInTiff - // initialize TiffFormat - using (TiffFormat tiffFormat = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - // check if TIFF contains IPTC metadata - if (tiffFormat.HasIptc) - { - // get iptc collection - IptcCollection iptc = tiffFormat.GetIptc(); - - // and display it - foreach (IptcProperty iptcProperty in iptc) - { - Console.Write("Tag id: {0}, name: {1}", iptcProperty.TagId, iptcProperty.Name); - } - } - } - //ExEnd:GetIPTCMetadataInTiff - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Reads SRational TIFF tag in JPEG/TIFF image formats. - /// Feature is supported in version 17.9.0 or greater of the API - /// - /// path to the images directory - public static void ReadSRationalTifftag() - { - try - { - //ExStart:ReadSRationalTifftagTiff - // init TiffFormat - using (TiffFormat tiffFormat = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - - // get exif info - ExifInfo exifInfo = tiffFormat.GetExifInfo(); - - - if (exifInfo != null) - { - - // all tags are available in licensed mode only - TiffTag[] allTags = exifInfo.Tags; - - foreach (TiffTag tag in allTags) - { - switch (tag.TagType) - { - - case TiffTagType.SRational: - TiffSRationalTag srationalTag = tag as TiffSRationalTag; - Console.WriteLine("Tag: {0}, value: {1}", srationalTag.DefinedTag, srationalTag.Value); - break; - } - } - } - } - //ExEnd:ReadSRationalTifftagTiff - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - - } - - public static void RemoveXMPMetadata() - { - // initialize TiffFormat - using (TiffFormat tiffFormat = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - //remove Xmp Properties - tiffFormat.RemoveXmpData(); - - // commit changes and save output file - tiffFormat.Save(Common.MapDestinationFilePath(filePath)); - } - } - /// - /// Extract specific Tiff tags - /// This feature is supported by version 18.8 or greater. - /// - public static void ExtractSpecificTiffTags() - { - using (TiffFormat format = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - TiffTag[] tags = format.GetTags(format.ImageFileDirectories[0]); - - foreach (TiffTag tag in tags) - { - if (tag.DefinedTag == TiffTagIdEnum.XResolution || tag.DefinedTag == TiffTagIdEnum.YResolution) - { - Console.WriteLine("{0} = {1}", tag.DefinedTag, ((TiffRationalTag)tag).TagValue[0].Value); - } - } - } - } - //Get XMP properties of Tiff image using Stream - public static void GetXMPPropertiesUsingStream() - { - using (Stream stream = File.Open(Common.MapSourceFilePath(filePath), FileMode.Open, FileAccess.ReadWrite)) - { - using (TiffFormat format = new TiffFormat(stream)) - { - // get xmp - XmpPacketWrapper xmpPacket = format.GetXmpData(); - - if (xmpPacket != null) - { - // show XMP data - XmpProperties xmpProperties = format.GetXmpProperties(); - - // show XMP data - foreach (string key in xmpProperties.Keys) - { - try - { - XmpNodeView xmpNodeView = xmpProperties[key]; - Console.WriteLine("[{0}] = {1}", xmpNodeView.Name, xmpNodeView.Value); - } - catch { } - } - } - else - { - Console.WriteLine("No XMP data found."); - } - } - // The stream is still open here - } - } - //Update Exif Info of Tiff Image using Stream - public static void UpdateExifInfoUsingStream() - { - using (Stream stream = File.Open(Common.MapDestinationFilePath(filePath), FileMode.OpenOrCreate, FileAccess.ReadWrite)) - { - using (TiffFormat format = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - // get EXIF data - ExifInfo exif = format.GetExifInfo(); - format.ExifValues.ExifIfdData.UserComment = "test comment"; - format.ExifValues.ExifIfdData.BodySerialNumber = "1010101010"; - format.Save(stream); - } - // The stream is still open here - } - } - /// - /// Update Exif Metadata Using Shortcut Properties - /// This method is supported by version 18.9 or greater - /// - public static void UpdateExifMetadataUsingShortcutProperties() - { - using (TiffFormat format = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - format.ExifValues.Artist = "GroupDocs"; - format.ExifValues.Software = "GroupDocs.Metadata"; - - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - /// - /// Update Exif Metadata By Replacing Tag Collection - /// This method is supported by version 18.9 or greater - /// - public static void UpdateExifMetadatByReplacingTagCollection() - { - using (TiffFormat format = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - TiffTag[] tags = new TiffTag[] - { - new TiffAsciiTag(TiffTagIdEnum.Artist, "GroupDocs"), - new TiffAsciiTag(TiffTagIdEnum.Copyright, "GroupDocs.Metadata"), - }; - format.ExifValues.Tags = tags; - - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - /// - /// Update Exif IFD Tags of Tiff image using shortcut properties - /// This method is supported by version 18.9 or greater - /// - public static void UpdateExifIFDTagsUsingShortcutProperties() - { - using (TiffFormat format = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - format.ExifValues.ExifIfdData.UserComment = "test comment"; - format.ExifValues.ExifIfdData.BodySerialNumber = "1010101010"; - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - /// - /// //Update Exif IFD Tags of Tiff image by replacing tag collection - /// This method is supported by version 18.9 or greater - /// - public static void UpdateExifIFDTagsByReplacingTagCollection() - { - using (TiffFormat format = new TiffFormat(Common.MapSourceFilePath(filePath))) - { - TiffTag[] tags = new TiffTag[] - { - new TiffAsciiTag((TiffTagIdEnum)42032, "test camera owner"), // CameraOwnerName - new TiffAsciiTag((TiffTagIdEnum)42033, "test body serial number"), // BodySerialNumber - }; - format.ExifValues.ExifIfdData.Tags = tags; - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - } - - public static class Psd - { - // initialize file path - //ExStart:SourcePSDFilePath - private const string filePath = "Images/Psd/sample.psd"; - //ExEnd:SourcePSDFilePath - - /// - /// Gets Psd Info - /// - public static void GetPsdInfo() - { - try - { - //ExStart:GetPsdInfo - // initialize PsdFormat - PsdFormat psdFormat = new PsdFormat(Common.MapSourceFilePath(filePath)); - - // get PSD info - PsdMetadata metadata = psdFormat.GetPsdInfo(); - - if (metadata != null) - { - // get ChannelsCount - Console.WriteLine("Channels Count: {0}", metadata.ChannelsCount); - // get ColorMode - Console.WriteLine("Color Mode: {0}", metadata.ColorMode); - // get CompressionMethod - Console.WriteLine("Compression Method: {0}", metadata.CompressionMethod); - // get Height - Console.WriteLine("Height: {0}", metadata.Height); - // get Width - Console.WriteLine("Width: {0}", metadata.Width); - // get PhotoshopVersion - Console.WriteLine("Photoshop Version: {0}", metadata.PhotoshopVersion); - - } - //ExEnd:GetPsdInfo - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Gets XMP Properies in PSD file - /// - public static void GetXMPProperties() - { - try - { - //ExStart:GetXMPPropertiesPSDFormat - // initialize PsdFormat - PsdFormat psdFormat = new PsdFormat(Common.MapSourceFilePath(filePath)); - - // get photoshop namespace - var photoshopMetadata = psdFormat.XmpValues.Schemes.Photoshop; - - // get color mode - //ColorMode colorMode = (ColorMode)photoshopMetadata.ColorMode; - PhotoshopColorMode colorMode = (PhotoshopColorMode)photoshopMetadata.ColorMode; - - // get IIC profile - var iicProfile = photoshopMetadata.ICCProfile; - //ExEnd:GetXMPPropertiesPSDFormat - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Gets IPTC metadata from PSD file - /// - public static void ReadIPTCMetadata() - { - try - { - //ExStart:GetIPTCMetadataInPSD - // initialize PsdFormat - PsdFormat psdFormat = new PsdFormat(Common.MapSourceFilePath(filePath)); - - // check if PSD contains IPTC metadata - if (psdFormat.HasIptc) - { - // get iptc collection - IptcCollection iptc = psdFormat.GetIptc(); - - // and display it - foreach (IptcProperty iptcProperty in iptc) - { - Console.Write("Tag id: {0}, name: {1}", iptcProperty.TagId, iptcProperty.Name); - } - } - //ExEnd:GetIPTCMetadataInPSD - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Reads Image Resource Blocks (native PSD metadata) in PSD format - /// - public static void ReadImageResourceBlocks() - { - try - { - //ExStart:ReadImageResourceBlocksInPSD - // initialize PsdFormat - PsdFormat psdFormat = new PsdFormat(Common.MapSourceFilePath(filePath)); - - // check if contain Image Resource Blocks - if (psdFormat.HasImageResourceBlocks) - { - // get native photoshop metadata - ImageResourceMetadata imageResource = psdFormat.GetImageResourceBlocks(); - - // display all blocks - foreach (ImageResourceBlock imageResourceBlock in imageResource.Blocks) - { - Console.WriteLine("Id: {0}, size: {1}", imageResourceBlock.DefinedId, imageResourceBlock.DataSize); - - // create your own logic to parse image resource block - byte[] data = imageResourceBlock.Data; - } - } - //ExEnd:ReadImageResourceBlocksInPSD - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Demonstrates how to read layers in PSD Format - /// - public static void ReadLayers() - { - //ExStart:ReadLayersPSD - // initialize PsdFormat - PsdFormat psdFormat = new PsdFormat(Common.MapSourceFilePath(filePath)); - - // get all layers - PsdLayer[] layers = psdFormat.Layers; - - foreach (PsdLayer layer in layers) - { - // display layer short info - Console.WriteLine("Name: {0}, channels count: {1}", layer.Name, layer.ChannelsCount); - } - //ExEnd:ReadLayersPSD - } - /// - /// Updates IPTC metadata from PSD file - /// This feature is support by version 18.7 or higher - /// - public static void UpdateIPTCMetadata() - { - using (PsdFormat format = new PsdFormat(Common.MapSourceFilePath(filePath))) - { - IptcCollection iptc = format.GetIptc(); - if (iptc == null) - { - iptc = new IptcCollection(); - } - iptc.Add(new IptcProperty(2, "urgency", 10, 5)); - format.UpdateIptc(iptc); - format.Save(Common.MapDestinationFilePath(filePath)); - } - - } - /// - /// removes IPTC metadata from PSD file - /// This feature is support by version 18.7 or higher - /// - public static void RemoveIPTCMetadata() - { - using (PsdFormat format = new PsdFormat(Common.MapSourceFilePath(filePath))) - { - format.RemoveIptc(); - format.Save(Common.MapDestinationFilePath(filePath)); - } - } - /// - /// Get IPTC Metadata Properties using stream - /// - public static void ReadIPTCMetadatasUsingStream() - { - using (Stream stream = File.Open(Common.MapSourceFilePath(filePath), FileMode.Open, FileAccess.ReadWrite)) - { - using (PsdFormat format = new PsdFormat(stream)) - { - // check if PSD contains IPTC metadata - if (format.HasIptc) - { - // get iptc collection - IptcCollection iptc = format.GetIptc(); - - // and display it - foreach (IptcProperty iptcProperty in iptc) - { - Console.Write("Tag id: {0}, name: {1}", iptcProperty.TagId, iptcProperty.Name); - } - } - } - // The stream is still open here - } - } - /// - /// Update IPTC Metadata Properties using stream - /// - public static void UpdateIPTCMetadataUsingStream() - { - using (Stream stream = File.Open(Common.MapDestinationFilePath(filePath), FileMode.OpenOrCreate, FileAccess.ReadWrite)) - { - using (PsdFormat format = new PsdFormat(Common.MapSourceFilePath(filePath))) - { - IptcCollection iptc = format.GetIptc(); - if (iptc == null) - { - iptc = new IptcCollection(); - } - iptc.Add(new IptcProperty(2, "urgency", 10, 5)); - format.UpdateIptc(iptc); - format.Save(stream); - } - // The stream is still open here - } - } - /// - /// Read EXIF Metadata - /// This feature is supported by version 18.8 or higher. - /// - public static void ReadEXIFMetadata() - { - using (PsdFormat format = new PsdFormat(Common.MapSourceFilePath(filePath))) - { - ExifInfo exif = format.GetExifInfo(); - if (exif != null) - { - foreach (TiffTag tag in exif.Tags) - { - Console.WriteLine(tag.DefinedTag); - Console.WriteLine(tag.TagType); - Console.WriteLine(tag.GetFormattedValue()); - } - } - } - } - } - - public static class Cad - { - // initialize file path - //ExStart:SourceCADFilePath - private const string dxfFilePath = "Images/Cad/sample.dxf"; - private const string dwgFilePath = "Images/Cad/sample.dwg"; - //ExEnd:SourceCADFilePath - - /// - /// Reads metadata from dwg file - /// - public static void GetMetadatPropertiesInDWG() - { - try - { - //ExStart:GetMetadatPropertiesInDWG - // initialize DwgFormat class - using (DwgFormat dwgFormat = new DwgFormat(Common.MapSourceFilePath(dwgFilePath))) - { - // get metadata - CadMetadata metadata = dwgFormat.GetDwgMetadata(); - - // get width - int width = metadata.Width; - - // get height - int height = metadata.Height; - - // get header attribute - string[] attributes = metadata.HeaderAttributes; - } - //ExEnd:GetMetadatPropertiesInDWG - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - /// - /// Reads metadata from dxf file - /// - public static void GetMetadatPropertiesInDXF() - { - try - { - //ExStart:GetMetadatPropertiesInDXF - // initialize DwgFormat class - using (DxfFormat dxfFormat = new DxfFormat(Common.MapSourceFilePath(dxfFilePath))) - { - - // get metadata - CadMetadata metadata = dxfFormat.GetDfxMetadata(); - - // get width - int width = metadata.Width; - - // get height - int height = metadata.Height; - - // get header attribute - string[] attributes = metadata.HeaderAttributes; - } - //ExEnd:GetMetadatPropertiesInDXF - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - } - - public static class WMF - { - // initialize file path - //ExStart:SourceWmfFilePath - private const string wmfFilePath = "Images/Wmf/sample.wmf"; - //ExEnd:SourceWmfFilePath - - /// - /// Reads metadata from wmf file - /// - public static void GetMetadataProperties() - { - try - { - //ExStart:GetMetadatPropertiesInWMF - - // initialize WmfFormat class - using (WmfFormat wmfFormat = new WmfFormat(Common.MapSourceFilePath(wmfFilePath))) - { - - // get width - int width = wmfFormat.Width; - - // get height - int height = wmfFormat.Height; - //display height and width in console - Console.Write("Width: {0}, Height: {1}", width, height); - } - //ExEnd:GetMetadatPropertiesInWMF - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - } - public static class WebP - { - // initialize file path - //ExStart:SourceWebPFilePath - private const string webPFilePath = "Images/WebP/sample.webp"; - //ExEnd:SourceWebPFilePath - - /// - /// Reads metadata from WebP file - /// - public static void GetMetadataProperties() - { - try - { - //ExStart:GetMetadatPropertiesInWebP - - // initialize WebPFormat class - using (WebPFormat webPFormat = new WebPFormat(Common.MapSourceFilePath(webPFilePath))) - { - - // get width - int width = webPFormat.Width; - - // get height - int height = webPFormat.Height; - - //display height and width in console - Console.Write("Width: {0}, Height: {1}", width, height); - } - //ExEnd:GetMetadatPropertiesInWebP - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - } - - public static class EMF - { - // initialize file path - //ExStart:SourceEmfFilePath - private const string EmfFilePath = "Images/Emf/sample.emf"; - //ExEnd:SourceEmfFilePath - - /// - /// Reads metadata from Emf file - /// - public static void GetMetadataProperties() - { - try - { - //ExStart:GetMetadatPropertiesInEmf - - // initialize EmfFormat class - using (EmfFormat emfFormat = new EmfFormat(Common.MapSourceFilePath(EmfFilePath))) - { - // get width - int width = emfFormat.Width; - - // get height - int height = emfFormat.Height; - - //display height and width in console - Console.Write("Width: {0}, Height: {1}", width, height); - } - //ExEnd:GetMetadatPropertiesInEmf - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - } - - - public static class DJVU - { - // initialize file path - //ExStart:SourceDjvuFilePath - private const string DjvuFilePath = "Images/Djvu/sample.djvu"; - //ExEnd:SourceDjvuFilePath - - /// - /// Reads metadata from Djvu file - /// - public static void GetMetadataProperties() - { - try - { - //ExStart:GetMetadatPropertiesInDjvu - - // initialize DjvuFormat - using (DjvuFormat djvuFormat = new DjvuFormat(Common.MapSourceFilePath(DjvuFilePath))) - { - - // get width - int width = djvuFormat.Width; - - // get height - int height = djvuFormat.Height; - - //display height and width in console - Console.Write("Width: {0}, Height: {1}", width, height); - } - //ExEnd:GetMetadatPropertiesInDjvu - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - } - - public static class BMP - { - // initialize file path - //ExStart:SourceBmpFilePath - private const string BmpFilePath = "Images/Bmp/goldhill.bmp"; - //ExEnd:SourceBmpFilePath - - /// - /// Reads metadata from Bmp file - /// - public static void GetMetadataProperties() - { - try - { - //ExStart:GetMetadatPropertiesInBmp - - // initialize BmpFormat - using (BmpFormat bmpFormat = new BmpFormat(Common.MapSourceFilePath(BmpFilePath))) - { - - // get width - int width = bmpFormat.Width; - - // get height - int height = bmpFormat.Height; - - //display height and width in console - Console.Write("Width: {0}, Height: {1}", width, height); - } - //ExEnd:GetMetadatPropertiesInBmp - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - - /// - /// Reads metadata from Bmp file - /// - public static void GetHeaderProperties() - { - try - { - //ExStart:GetHeaderPropertiesInBmp - // initialize BmpFormat - using (BmpFormat bmpFormat = new BmpFormat(Common.MapSourceFilePath(BmpFilePath))) - { - // get BMP header - BmpHeader header = bmpFormat.HeaderInfo; - - // display bits per pixel - Console.WriteLine("Bits per pixel: {0}", header.BitsPerPixel); - - // display header size - Console.WriteLine("Header size: {0}", header.HeaderSize); - - // display image size - Console.WriteLine("Image size: {0}", header.ImageSize); - } - //ExEnd:GetHeaderPropertiesInBmp - } - catch (Exception exp) - { - Console.WriteLine(exp.Message); - } - } - } - - public static class DICOM - { - - // initialize file path - //ExStart:SourceDicomFilePath - private const string DicomFilePath = "Images/Dicom/sample.dicom"; - //ExEnd:SourceDicomFilePath - //initialize file path where the output data will be stored - //ExStart:OutputDicomDataFilePath - private const string outputFilePath = "Documents/Xls/metadata-dicom.xls"; - //ExEnd:OutputDicomDataFilePath - /// - /// Detects a DICOM format file - /// - public static void DetectDicomFormat() - { - //ExStart:DetectDicomFormat - // recognize format - using (FormatBase format = FormatFactory.RecognizeFormat(Common.MapSourceFilePath(DicomFilePath))) - { - // check format type - if (format.Type == DocumentType.DICOM) - { - // cast it to DICOMFormat - DICOMFormat dicom = format as DICOMFormat; - } - } - //ExEnd:DetectDicomFormat - } - - /// - /// Gets metadata properties of a Dicom file - /// - public static void GetMetadataProperties() - { - //ExStart:GetMetadataPropertiesDicom - // initialize DICOMFormat - using (DICOMFormat dicom = new DICOMFormat(Common.MapSourceFilePath(DicomFilePath))) - { - - // get DICOM metadata - DicomMetadata header = dicom.Info; - - // display header offset - Console.WriteLine("Header offset: {0}", header.HeaderOffset); - - // display number of frames - Console.WriteLine("Number of frames: {0}", header.NumberOfFrames); - } - //ExEnd:GetMetadataPropertiesDicom - } - - /// - /// Exports metadata of a DICOM file to csv,xls file - /// - public static void ExportMetadata() - { - //ExStart:ExportMetadataDicom - // export to excel - byte[] content = ExportFacade.ExportToExcel(Common.MapSourceFilePath(DicomFilePath)); - - // write data to the file - File.WriteAllBytes(outputFilePath, content); - //ExEnd:ExportMetadataDicom - } - - - } - - /// - /// Retrieve width and height properties for all image formats. - /// - /// - public static void RetrieveImageSize(string directoryPath) - { - try - { - //ExStart:RetrieveImageSize - - // get all files inside directory - string[] files = Directory.GetFiles(Common.MapSourceFilePath(directoryPath)); - - foreach (string path in files) - { - // recognize format - using (FormatBase format = FormatFactory.RecognizeFormat(path)) - { - - // try to parse image - using (ImageFormat imageFormat = format as ImageFormat) - { - // skip non-image file - if (imageFormat == null) - { - continue; - } - - // get width - int width = imageFormat.Width; - - // get height - int height = imageFormat.Height; - - Console.WriteLine("File: {0}, width {1}, height: {2}", Path.GetFileName(path), width, height); - } - } - } - //ExEnd:RetrieveImageSize - } - catch (Exception exp) - { - Console.WriteLine("Exception occurred: " + exp.Message); - } - - } - - /// - /// Reads ByteOrder (little-endian, big-endian) for image formats - /// - /// path to the images directory - public static void ReadByteOrder(string directoryPath) - { - try - { - //ExStart:ReadByteOrderOfImage - // get all images from the specific folder - string[] images = Directory.GetFiles(Common.MapSourceFilePath(directoryPath)); - - foreach (string path in images) - { - // recognize format - using (FormatBase format = FormatFactory.RecognizeFormat(path)) - { - // detect image - using (ImageFormat image = format as ImageFormat) - { - // skip non-image file - if (image == null) - { - continue; - } - // and display byte-order value - Console.WriteLine(image.ByteOrder); - } - } - } - //ExEnd:ReadByteOrderOfImage - } - catch (Exception ex) - { - Console.WriteLine(ex.Message); - } - - - } - - } -} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ComparingMetadataProperties/GetDifferenceOfDocumentProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ComparingMetadataProperties/GetDifferenceOfDocumentProperties.cs new file mode 100644 index 0000000..87cbf85 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ComparingMetadataProperties/GetDifferenceOfDocumentProperties.cs @@ -0,0 +1,37 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.Migration.ComparingMetadataProperties +{ + using System; + using System.Linq; + using Common; + using Tagging; + + /// + /// This code snippet demonstrates how to get the difference of two collections of properties extracted from different files. + /// + public class GetDifferenceOfDocumentProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Migration] # GetDifferenceOfDocumentProperties : How to get the difference of two collections of properties extracted from different files.\n"); + // The predicate to extract metadata properties we want to compare + // In this code sample we retrieve built-in document properties + Common.Func predicate = p => p.Tags.Contains(Tags.Document.BuiltIn); + using (Metadata metadata1 = new Metadata(Constants.InputDoc)) + using (Metadata metadata2 = new Metadata(Constants.InputDocx)) + { + // You can implement your own equality comparer for metadata properties + // In this code sample, we just use the old one that worked in previous versions of GroupDocs.Metadata + var difference = metadata1.FindProperties(predicate).Except(metadata2.FindProperties(predicate), new MetadataPropertyEqualityComparer()); + foreach (var property in difference) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ComparingMetadataProperties/GetIntersectionOfExifProperties.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ComparingMetadataProperties/GetIntersectionOfExifProperties.cs new file mode 100644 index 0000000..8a000f0 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ComparingMetadataProperties/GetIntersectionOfExifProperties.cs @@ -0,0 +1,37 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.Migration.ComparingMetadataProperties +{ + using System; + using System.Linq; + using Common; + using Formats.Image; + + /// + /// This code snippet demonstrates how to get the intersection of two collections of properties extracted from different files. + /// + public class GetIntersectionOfExifProperties + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Migration] # GetIntersectionOfExifProperties : How to get the intersection of two collections of properties extracted from different files.\n"); + // The predicate to extract metadata properties we want to compare + // In this code sample we retrieve TIFF/EXIF tags + Common.Func predicate = p => p is TiffTag; + using (Metadata metadata1 = new Metadata(Constants.JpegWithExif)) + using (Metadata metadata2 = new Metadata(Constants.TiffWithExif)) + { + // You can implement your own equality comparer for metadata properties + // In this code sample, we just use the old one that worked in previous versions of GroupDocs.Metadata + var intersection = metadata1.FindProperties(predicate).Intersect(metadata2.FindProperties(predicate), new MetadataPropertyEqualityComparer()); + foreach (var property in intersection) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ExportingMetadataProperties/ExportPropertiesToCsv.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ExportingMetadataProperties/ExportPropertiesToCsv.cs new file mode 100644 index 0000000..ebe081e --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ExportingMetadataProperties/ExportPropertiesToCsv.cs @@ -0,0 +1,83 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.Migration.ExportingMetadataProperties +{ + using System; + using System.IO; + using System.Text; + using Common; + + /// + /// This code sample demonstrates how to export all metadata properties to a CSV file. + /// + public class ExportPropertiesToCsv + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Migration] # ExportPropertiesToCsv : How to export all metadata properties to a CSV file.\n"); + using (Metadata metadata = new Metadata(Constants.InputEml)) + { + // We use a predicate that extracts all metadata properties + var properties = metadata.FindProperties(p => true); + + const string delimiter = ";"; + StringBuilder builder = new StringBuilder(); + builder.AppendFormat("Name{0}Value", delimiter); + builder.AppendLine(); + foreach (var property in properties) + { + builder.AppendFormat(@"""{0}""{1}""{2}""", property.Name, delimiter, FormatValue(property.Value)); + builder.AppendLine(); + } + + File.WriteAllText(Constants.OutputCsv, builder.ToString()); + } + } + + private static string FormatValue(PropertyValue propertyValue) + { + if (propertyValue == null || propertyValue.RawValue == null) + { + return null; + } + + object value = propertyValue.RawValue; + + StringBuilder result = new StringBuilder(); + if (value.GetType().IsArray) + { + const int arrayMaxLength = 20; + const string arrayStartCharacter = "["; + const string arrayEndCharacter = "]"; + + Array array = (Array)value; + if (array.Length > 0) + { + result.Append(arrayStartCharacter); + for (int index = 0; index < array.Length; index++) + { + object item = array.GetValue(index); + result.AppendFormat("{0},", item); + if (index > arrayMaxLength) + { + result.Append("..."); + break; + } + } + result = result.Remove(result.Length - 1, 1); + result.Append(arrayEndCharacter); + } + } + else + { + result.Append(value); + } + + result.Replace("\"", "\"\""); + return result.ToString(); + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ExtractingSpecificMetadataPackages/ExtractPackageUsingCommonApi.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ExtractingSpecificMetadataPackages/ExtractPackageUsingCommonApi.cs new file mode 100644 index 0000000..ecb3e6d --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/ExtractingSpecificMetadataPackages/ExtractPackageUsingCommonApi.cs @@ -0,0 +1,40 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.Migration.ExtractingSpecificMetadataPackages +{ + using System; + using System.Linq; + using Standards.DublinCore; + + /// + /// This example demonstrates how to extract Dublin Core metadata regardless of the file format. + /// + public class ExtractPackageUsingCommonApi + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Migration] # ExtractPackageUsingCommonApi : How to extract Dublin Core metadata regardless of the file format.\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + var property = metadata.FindProperties(p => p.Value.RawValue is DublinCorePackage).FirstOrDefault(); + + if (property != null) + { + var package = property.Value.ToClass(); + + Console.WriteLine(package.Format); + Console.WriteLine(package.Contributor); + Console.WriteLine(package.Coverage); + Console.WriteLine(package.Creator); + Console.WriteLine(package.Source); + Console.WriteLine(package.Description); + + // ... + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/UsingCustomReplaceHandler/UpdatePropertyValue.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/UsingCustomReplaceHandler/UpdatePropertyValue.cs new file mode 100644 index 0000000..f85ef4e --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/UsingCustomReplaceHandler/UpdatePropertyValue.cs @@ -0,0 +1,31 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.Migration.UsingCustomReplaceHandler +{ + using Common; + using System; + + /// + /// This code sample demonstrates how to update metadata property values using a custom filter. + /// + public class UpdatePropertyValue + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Migration] # UpdatePropertyValue : How to update metadata property values using a custom filter.\n"); + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + var affected = metadata.UpdateProperties( + p => string.Equals(p.Name, "author", StringComparison.OrdinalIgnoreCase), + new PropertyValue("Jack London")); + + Console.WriteLine(affected); + + metadata.Save(Constants.OutputDocx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/WorkingWithRegularExpressions/FindPropertiesByRegex.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/WorkingWithRegularExpressions/FindPropertiesByRegex.cs new file mode 100644 index 0000000..b28a1a2 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/WorkingWithRegularExpressions/FindPropertiesByRegex.cs @@ -0,0 +1,32 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.Migration.WorkingWithRegularExpressions +{ + using System; + using System.Text.RegularExpressions; + + /// + /// This code snippet demonstrates how to search for metadata properties using a regular expression. + /// + public class FindPropertiesByRegex + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Migration] # FindPropertiesByRegex : How to search for metadata properties using a regular expression.\n"); + Regex pattern = new Regex("author|company", RegexOptions.IgnoreCase); + + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + // This method searches for properties across all metadata packages and works with all supported formats + var properties = metadata.FindProperties(p => pattern.IsMatch(p.Name) || pattern.IsMatch(p.Value.ToString())); + foreach (var property in properties) + { + Console.WriteLine("{0} = {1}", property.Name, property.Value); + } + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/WorkingWithRegularExpressions/UpdatePropertiesByRegex.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/WorkingWithRegularExpressions/UpdatePropertiesByRegex.cs new file mode 100644 index 0000000..1c658cb --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Migration/WorkingWithRegularExpressions/UpdatePropertiesByRegex.cs @@ -0,0 +1,32 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.Migration.WorkingWithRegularExpressions +{ + using System; + using System.Text.RegularExpressions; + using Common; + + /// + /// This code snippet demonstrates how to update metadata properties using a regular expression. + /// + public class UpdatePropertiesByRegex + { + public static void Run() + { + Console.WriteLine("\n--------------------------------------------------------------------------------------------------------------------"); + Console.WriteLine("[Example Migration] # UpdatePropertiesByRegex : How to update metadata properties using a regular expression.\n"); + var pattern = new Regex("^author|company$", RegexOptions.IgnoreCase); + var replaceValue = new PropertyValue("Aspose"); + + using (Metadata metadata = new Metadata(Constants.InputDocx)) + { + // This method updates writable properties across all metadata packages and works with all supported formats + metadata.UpdateProperties(p => pattern.IsMatch(p.Name), replaceValue); + + metadata.Save(Constants.OutputDocx); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Program.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Program.cs deleted file mode 100644 index 30a2273..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/Program.cs +++ /dev/null @@ -1,921 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using GroupDocs.Metadata; -using GroupDocs.Metadata.Examples.Utilities.CSharp; -using GroupDocs.Metadata.Tools; -using GroupDocs.Metadata.Examples.CSharp.Utilities; -using System.IO; - -namespace GroupDocs.Metadata.Examples.CSharp -{ - class Program - { - static void Main(string[] args) - { - /* Apply product license - * Uncomment following function if you have product license. - */ - Common.ApplyLicense(); - - #region using Dynabic.Metered Account - //Common.UseDynabicMeteredAccount(); - #endregion - - #region Working with Documents - - #region Working with Doc Files - - //Get document properties of Doc file - //Documents.Doc.GetDocumentProperties(); - - //Update document properties of Doc file - //Documents.Doc.UpdateDocumentProperties(); - - //Remove document properties of Doc file - //Documents.Doc.RemoveDocumentProperties(); - - //Add custom property in Doc file - ////Documents.Doc.AddCustomProperty(); - - //Get custom properties in Doc file - ////Documents.Doc.GetCustomProperties(); - - //Get hidden fields, merge fields and comments in Doc file - ////Documents.Doc.GetHiddenData(); - - //Remove merge fields in Doc file - ////Documents.Doc.RemoveMergeFields(); - - //Remove custom property of Doc file - ////Documents.Doc.RemoveCustomProperties(); - - //Clear custom property of Doc file - ////Documents.Doc.ClearCustomProperties(); - - //Remove document comments - ////Documents.Doc.RemoveComments(); - - //Update document comments - ////Documents.Doc.UpdateComments(); - - //update metadata and save the original file - ////Documents.Doc.SaveFileAfterMetadataUpdate(); - - //Read all metadata Keys of word document - //Documents.Doc.ReadMetadataUsingKeys("Different Formats"); - - //Read Document info of a word document - //Documents.Doc.ReadDocumentInfo(); - - //Display file type of the word document - //Documents.Doc.DisplayFileType(); - - //Read Digital Signature from word document - //Documents.Doc.ReadDigitalSignature(); - - //Remove Digital Signature from word document - //Documents.Doc.RemoveDigitalSignature(); - - //Read all track changes in word document - //Documents.Doc.ReadAllRevisions(); - - //Accept all changes in a revision - //Documents.Doc.AcceptAllChanges(); - - //Reject all changes in a revision - //Documents.Doc.RejectAllChanges(); - - //Read DublinCore Metadata - //Documents.Doc.ReadDublinCoreMetadata(); - - //Read ImageCover using Metadata Utility - //Documents.Doc.ReadImageCoverMetadataUtility(); - - //Find Metadata Using Regex - //Documents.Doc.FindMetadataUsingRegex(); - - //Replace Metadata Using Regex - //Documents.Doc.ReplaceMetadataUsingRegex(); - #endregion - - #region Working with Ppt Files - - //Get document properties of Ppt file - //Documents.Ppt.GetDocumentProperties(); - - //Update document properties of Ppt file - //Documents.Ppt.UpdateDocumentProperties(); - - //Remove document properties of Ppt file - //Documents.Ppt.RemoveDocumentProperties(); - - //Add custom property in Ppt file - //Documents.Ppt.AddCustomProperty(); - - //Get custom properties in Ppt file - //Documents.Ppt.GetCustomProperties(); - - //Remove custom property of Ppt file - //Documents.Ppt.RemoveCustomProperties(); - - //Gets Comments, and Hidden Slides of Ppt file - //Documents.Ppt.GetHiddenData(); - - //Removes Comments, and Hidden Slides of Ppt File - //Documents.Ppt.RemoveHiddenData(); - - //Reads document properties faster - //Documents.Ppt.ImprovedMetadataReading(); - #endregion - - #region Working with Xls Files - - //Get document properties of Xls file - //Documents.Xls.GetDocumentProperties(); - - //Update document properties of Xls file - //Documents.Xls.UpdateDocumentProperties(); - - //Remove document properties of Xls file - //Documents.Xls.RemoveDocumentProperties(); - - //Add custom property in Xls file - //Documents.Xls.AddCustomProperty(); - - //Get custom properties in Xls file - //Documents.Xls.GetCustomProperties(); - - //Remove custom property of Xls file - //Documents.Xls.RemoveCustomProperties(); - - //Get Comments and Hidden Sheets in Xls file - //Documents.Xls.GetHiddenData(); - - //Remove HiddenSheets and Comments in Xls file - //Documents.Xls.RemoveHiddenData(); - - //Gets Content type document properties in Xls file - //Documents.Xls.GetContentTypeDocumentProperties(); - - //Export content type properties of Xls file to Csv/Xls - //Documents.Xls.ContentTypePropertiesExport(); - - //Add content type properties - //Documents.Xls.AddContentTypeProperty(); - - //Reads thumnail in excel file - //Documents.Xls.ReadThumbnailXls(); - - //Read ImageCover using MetadataUtility - //Documents.Xls.ReadImageCoverMetadataUtility(); - - #endregion - - #region Working with Pdf Files - - //Get document properties of Pdf file - //Documents.Pdf.GetDocumentProperties(); - - //Update document properties of Pdf file - //Documents.Pdf.UpdateDocumentProperties(); - - //Remove document properties of Pdf file - //Documents.Pdf.RemoveDocumentProperties(); - - //Add custom property in Pdf file - //Documents.Pdf.AddCustomProperty(); - - //Get custom properties in Pdf file - //Documents.Pdf.GetCustomProperties(); - - //Remove custom property of Pdf file - //Documents.Pdf.RemoveCustomProperties(); - - //Get XMP data in Pdf file - //Documents.Pdf.GetXMPProperties(); - - //Read all XMP Keys in Pdf file - //Documents.Pdf.GetXMPPropertiesUsingKey("Different Formats"); - - //Update XMP data in Pdf file - //Documents.Pdf.UpdateXMPProperties(); - - //Remove hidden data in Pdf file - //Documents.Pdf.RemoveHiddenData(); - - //Loads only existing metadata keys - //Documents.Pdf.LoadExistingMetadataKeys(); - - //Read DublinCore Metadata - //Documents.Pdf.ReadDublinCoreMetadata(); - - #endregion - - #region Working with OneNote Files - - //Get metadata of OneNote file - //Documents.OneNote.GetMetadata(); - - //Get Pages Info of OneNote file - //Documents.OneNote.GetPagesInfo(); - - #endregion - - #region Working with MSVisio Files - - //Set metadata of MSVisio File - //Documents.MSVisio.SetProperties(); - - //Get metadata of MSVisio file - //Documents.OneNote.GetMetadata(); - - #endregion - - #region Working with Odt files - //Read metadata of odt File - //Documents.ODT.GetOdtMetadata(); - //Update metadata of odt file - //Documents.ODT.UpdateOdtMetadata(); - #endregion - - #region Working with EPUB - //Detects EPUB file format - //Documents.EPUB.DetectEPUBFormat(); - //Read EPUB file format metadata - //Documents.EPUB.ReadEPUBFormatMetadata(); - //Read Dublin Core Metadata - //Documents.EPUB.ReadDublinCoreMetadata(); - //Read Image cover from EPUB Format - //Documents.EPUB.ReadImageCover(); - //Read Image Cover using Metadata Utility - //Documents.EPUB.ReadImageCoverMetadataUtility(); - //Read version of EPUB Package - //Documents.EPUB.ReadEPUBPackageVersion(); - //Read DublinCore Metadata using unified approach - //Documents.EPUB.ReadDublinCoreMetadataUtility(); - //Get Torrent Metadata Using Stream - //Documents.EPUB.GetMetadataUsingStream(); - - #endregion - - #region Working with ODS files - //Documents.ODS.ReadOdsMetadata(); - #endregion - - #region Working with MS Project files - //Get MS Project Metadata - //Documents.MSProject.GetMetadata(); - //Update MS Project Metadata - //Documents.MSProject.UpdateMetadata(); - //Clean MS Project Metadata - //Documents.MSProject.CleanMetadata(); - //Documents.MSProject.UpdateMetadataUsingStream(); - #endregion - - //Reads thumbnail in documents - //Documents.ReadThumbnail("Documents/Doc/sample.docx"); - - //Loads DocumentInfo property in DocumentFormat using lazy loading pattern - //Documents.LazyLoadDocumentInfoProperty("Documents/Doc/sample2.doc"); - #endregion - - #region Working with Images - - #region Working with Jpeg2000 - - //Get XMP properties of Jpeg2000 image - //Images.JP2.GetXMPProperties(); - - //Update XMP properties of Jpeg2000 image - //Images.JP2.UpdateXMPProperties(); - - //Read Metadata of JP2 Format - //Images.JP2.ReadMetadataJP2(); - - //Remove XMP properties of Jpeg2000 image - //Images.JP2.RemoveXMPData(); - - #endregion - - #region Working with Gif - - //Get XMP properties of Gif image - //Images.Gif.GetXMPProperties(); - - //Get XMP properties of Gif image using Stream - //Images.Gif.GetXMPPropertiesUsingStream(); - - //Update XMP properties of Gif image - //Images.Gif.UpdateXMPProperties(); - - //Update XMP properties of Gif image using Stream - //Images.Gif.UpdateXMPPropertiesUsingStream(); - - //Remove XMP properties of Gif image - //Images.Gif.RemoveXMPProperties(); - - //Remove Medatadata of Gif image - //Images.Gif.RemoveMetadata(); - - //Find XMP Metadata Using Regex - //Images.Gif.FindXmpMetadataUsingRegex(); - - //Update XMP Metadata Using Regex - //Images.Gif.ReplaceXmpMetadataUsingRegex(); - - #endregion - - #region Working with Jpeg - - //Get XMP properties of Jpeg image - //Images.Jpeg.GetXMPProperties(); - - //Get XMP Properties using Stream - //mages.Jpeg.GetXMPPropertiesUsingStream(); - - //Update XMP properties of Jpeg image - //Images.Jpeg.UpdateXMPProperties(); - - //Update XMP properties of using Stream - //Images.Jpeg.UpdateXMPPropertiesUsingStream(); - - //Update Camera Raw XMP values of Jpeg image - //Images.Jpeg.UpdateCameraRawXMPProperties(); - - //Update Pagged Text XMP values of Jpeg image - //Images.Jpeg.UpdatePagedTextXMPProperties(); - - //Update Basic Job XMP properties of Jpeg image - //Images.Jpeg.UpdateBasicJobXMPProperties(); - - //Update thumbnail in XMP data of Jpeg image - //Images.Jpeg.UpdateThumbnailInXMPData(); - - //Remove XMP properties of Jpeg image - //Images.Jpeg.RemoveXMPData(); - - //Get Exif Info of Jpeg image - //Images.Jpeg.GetExifInfo(); - - //Update Exif Info of Jpeg image - //Images.Jpeg.UpdateExifInfo(); - - //Update Exif Info of Jpeg image using properties - //Images.Jpeg.UpdateExifInfoUsingProperties(); - - //Delete Exif data faster - //Images.Jpeg.FastRemoveExifData(); - - //Update Exif data faster - //Images.Jpeg.FasterUpdateExifData(); - - //Remove GPS Info of Jpeg image - //Images.Jpeg.RemoveGPSData(); - - //Remove Exif Info of Jpeg image - //Images.Jpeg.RemoveExifInfo(); - - //Read IPTC properties in Jpeg image - //Images.Jpeg.GetIPTCMetadata(); - - //Read IPTC XMP metadata in Jpeg image - //Images.Jpeg.GetIPTCPhotoMetadataFromXMP(); - - //Update IPTC XMP metadata in Jpeg image - //Images.Jpeg.UpdateIPTCPhotoMetadataFromXMP(); - - //Update IPTC metadata in Jpeg image - //Images.Jpeg.UpdateIPTCMetadataOfJPEG(); - - //Remove IPTC metadata in Jpeg image - //Images.Jpeg.RemoveIPTCMetadataOfJPEG(); - - //Detects Bar-Codes in teh Jpeg Image - //Images.Jpeg.DetectBarcodeinJpeg(); - - // Read Specific Exif tag - //Images.Jpeg.ReadExifTag(); - - // Read All Exif tags - //Images.Jpeg.ReadAllExifTags(); - - // Read Image Resource Blocks - //Images.Jpeg.ReadImageResourceBlocks(); - - // Remove Photoshop Metadata - //Images.Jpeg.RemovePhotoshopMetadata(); - - //Read Sony maker notes - //Images.Jpeg.ReadSonyMakerNotes(); - - //Read Nikon maker notes - //Images.Jpeg.ReadNikonMakerNotes(); - - //Read Canon maker notes - //Images.Jpeg.ReadCanonMakerNotes(); - - //Read Panasonic maker notes - //Images.Jpeg.ReadPanasonicMakerNotes(); - - //Update additional IFD tags - //Images.Jpeg.UpdateIfdTags(); - - //Add or update Tiff tags in exif in jpeg file - //Images.Jpeg.AddUpdateTiffTagsInExif(); - - //Reads SRational TIFF tag in JPEG and TIFF image formats - //Images.Jpeg.ReadSRationalTifftag(); - - //The method loads and save EXIF metadata with better speed - //Images.Jpeg.EXIFMetadataWithBetterSpeed(); - - //Find EXIF Metadata using regex - //Images.Jpeg.FindEXIFMetadataUsingRegex(); - - //Replace EXIF Metadata using regex - //Images.Jpeg.ReplaceEXIFMetadataUsingRegex(); - - //Get Tiff Tag using Exif Properties - //Images.Jpeg.GetTiffTagsUsingExifProperties(); - - #endregion - - #region Working with Png - - //Get XMP properties of Png image - //Images.Png.GetXMPProperties(); - - //Update XMP properties of Png image - //Images.Png.UpdateXMPData(); - - //Update XMP values of Png image - //Images.Png.UpdateXMPValues(); - - //Update Camera Raw XMP values of Png image - //Images.Png.UpdateCameraRawXMPProperties(); - - //Update Pagged Text XMP values of Png image - //Images.Png.UpdatePagedTextXMPProperties(); - - //Remove XMP properties of Png image - //Images.Png.RemoveXMPData(); - - #endregion - - #region Working with Tiff - - //Get XMP properties of Tiff image - //Images.Tiff.GetXMPProperties(); - - //Get XMP properties of Tiff image using Stream - //Images.Tiff.GetXMPPropertiesUsingStream(); - - //Read File Directory Tags of Tiff Image - //Images.Tiff.ReadTiffFileDirectoryTags(); - - //Read Exif Info of Tiff image - //Images.Tiff.GetExifInfo(); - - //Update Exif Info of Tiff image - //Images.Tiff.UpdateExifInfo(); - - //Update Exif Info of Tiff Image using Stream - //Images.Tiff.UpdateExifInfoUsingStream(); - - //Update Exif Info of Tiff image - //Images.Tiff.UpdateExifInfoUsingProperties(); - - //Remove Exif Info of Tiff image - //Images.Tiff.RemoveExifInfo(); - - // Read IPTC Metadata - //Images.Tiff.ReadIPTCMetadata(); - - //Remove XMP Metadata - //Images.Tiff.RemoveXMPMetadata(); - - //Extract Values of Certain Tiff Tags - //Images.Tiff.ExtractSpecificTiffTags(); - - //Update Exif Info of Tiff image using shortcut properties - //Images.Tiff.UpdateExifMetadataUsingShortcutProperties(); - - //Update Exif Info of Tiff image by replacing tag collection - //Images.Tiff.UpdateExifMetadatByReplacingTagCollection(); - - //Update Exif IFD Tags of Tiff image using shortcut properties - //Images.Tiff.UpdateExifIFDTagsUsingShortcutProperties(); - - //Update Exif IFD Tags of Tiff image by replacing tag collection - //Images.Tiff.UpdateExifIFDTagsByReplacingTagCollection(); - - #endregion - - #region Working with Wmf - //Get metadata properties of Wmf image - //Images.WMF.GetMetadataProperties(); - #endregion - - #region Working with WebP - //Get metadata properties of WebP image - //Images.WebP.GetMetadataProperties(); - #endregion - - #region Working with Emf - //Get metadata properties of emf image - //Images.EMF.GetMetadataProperties(); - #endregion - - #region Working with Djvu - //Get metadata properties of emf image - //Images.DJVU.GetMetadataProperties(); - #endregion - - #region Working with BMP images - //Get metadata properties of bmp image - //Images.BMP.GetMetadataProperties(); - //Read Header properties of a bmp image - //Images.BMP.GetHeaderProperties(); - #endregion - - #region Retrieve Image Size - //Retrive the height and width of images of supported formats - //Images.RetrieveImageSize("Images/SampleImages"); - #endregion - - #region Working with Dicom images - //detect DICOM format - //Images.DICOM.DetectDicomFormat(); - //Read metadata of a DICOM file - //Images.DICOM.GetMetadataProperties(); - //export metadata of a DICOM file to csv/xls file - //Images.DICOM.ExportMetadata(); - - #endregion - - #region Read Byte order of images - //Reads byte order of images of supported formats - //Images.ReadByteOrder("Images/SampleImages"); - - - #endregion - - #endregion - - #region Working with PSD - - // Read metadata of PSD file - //Images.Psd.GetPsdInfo(); - - // Read XMP metadata of PSD file - //Images.Psd.GetXMPProperties(); - - // Read Image Resource Block - //Images.Psd.ReadImageResourceBlocks(); - - // Read IPTC Metadata - //Images.Psd.ReadIPTCMetadata(); - - // Update IPTC Metadata - //Images.Psd.UpdateIPTCMetadata(); - - // Remove IPTC Metadata - //Images.Psd.RemoveIPTCMetadata(); - - // Read IPTC Metadata PSD file using stream - //Images.Psd.ReadIPTCMetadatasUsingStream(); - - // Update IPTC Metadata using steam - //Images.Psd.UpdateIPTCMetadataUsingStream(); - - // Read Layers - //Images.Psd.ReadLayers(); - - // Read EXIF Metadata - //Images.Psd.ReadEXIFMetadata(); - - #endregion - - #region Working CAD files - - //Read basic metadata properties in DWG file - //Images.Cad.GetMetadatPropertiesInDWG(); - - //Read basic metadata properties in DXF file - //Images.Cad.GetMetadatPropertiesInDXF(); - #endregion - - #region Working emails - #region Working with Outlook Email - //Get Outlook email metadata - //Emails.OutLook.GetOutlookEmailMetadata(); - - //Remove Outlook email attachment - //Emails.OutLook.RemoveOutlookEmailAttachments(); - - //Remove Outlook email metadata - //Emails.OutLook.RemoveOutlookEmailMetadata(); - #endregion - - #region Working with Email message - //Get email metadata - //Emails.Eml.GetEmailMetadata(); - - //Remove email attachment - //Emails.Eml.RemoveEmailAttachments(); - - //Remove email metadata - //Emails.Eml.RemoveEmailMetadata(); - #endregion - #endregion - - #region Working with APIs - - //Compare document metadata - //APIs.Document.CompareDocument("Documents/Pdf/sample2.pdf", "Documents/Pdf/sample.pdf", ComparerSearchType.Difference); - - //Search document metadata in document - //APIs.Document.SearchMetadata("Documents/Xls/sample.xls", "Author", SearchCondition.Contains); - - //Search document metadata in image - //APIs.Image.SearchMetadata("Images/Tiff/sample.tif", "Owner", SearchCondition.Contains); - - //Replace metadata properties in documents - //APIs.Document.ReplaceMetadataProperties("Documents/Doc/sample.doc"); - - //Replace author name using custom Replace Handler in documents - //APIs.Document.ReplaceAuthorName("Documents/Doc/sample.doc"); - - //Detect protection in documents - //Documents.DetectProtection("Documents/Doc/sample.doc"); - - //Detect document format at runtime in a folder - //Documents.RuntimeFormatDetection("Documents/Doc"); - - - //Compare Exif metadata in images - //APIs.Image.CompareExifMetadata("Images/Jpeg/sample.jpg", "Images/Jpeg/sample2.jpg", ComparerSearchType.Difference); - - //Export metadata - //APIs.ExportMetadata("Documents/Pdf/sample2.pdf", ExportTypes.ToExcel); - - #endregion - - #region Working with Utilities - //ExStart:DocCleanerUsage - //DocCleaner: Cleans metadata from all Doc files, created by an author, in a directory - //DocCleaner docCleaner = new DocCleaner("Documents/Doc"); - //docCleaner.RemoveMetadataByAuthor("Usman Aziz"); - //ExEnd:DocCleanerUsage - - //ExStart:PhotoCleanerUsage - //PhotoCleaner: Cleans GPS data from photos in a directory - //PhotoCleaner photoCleaner = new PhotoCleaner("Images/Jpeg"); - //photoCleaner.RemoveExifLocation(); - //ExEnd:PhotoCleanerUsage - - //ExStart:JpegPhotoParserUsage - //JpegPhotoParser: Finds photos taken on a specific camera in a directory - //JpegPhotoParser jpegPhotoParser = new JpegPhotoParser("Images/Jpeg"); - //jpegPhotoParser.FilterByCameraManufacturer("Sony"); - //ExEnd:JpegPhotoParserUsage - - //ExStart:FormatRecognizerUsage - //FormatRecognizer: Recognizes the format of all files in a directory - //Common.GetFileFormats("Documents/Doc"); - //ExEnd:FormatRecognizerUsage - - - //DocumentTypeDetector : Gets files of a specific document type - //ExStart:DocumentTypeDetectorUsage - // path to the input directory - //const string dir = @"C:\download files"; - // get all jpeg files - //string[] files = DocumentTypeDetector.GetFiles(dir, DocumentType.Jpeg); - //ExEnd:DocumentTypeDetectorUsage - - //DocumentTypeDetector : Gets files of a specific document type - //ExStart:DocumentTypeDetectorUsage2 - // path to the input directory - //const string dir1 = @"C:\download files"; - // initialize DirectoryInfo - //DirectoryInfo directoryInfo = new DirectoryInfo(dir1); - // get files using extension method - //FileInfo[] files2 = directoryInfo.GetFiles(DocumentType.Jpeg); - //ExEnd:DocumentTypeDetectorUsage2 - - ////MIMETypeDetector : Retrieves MIME type of the specific file or file stream. - ////ExStart:MIMETypeDetectorUsage - //// path to the input directory - // const string dir = "Documents/Doc"; - //// get all jpeg files - // MIMETypeDetector.GetMimeType(dir); - ////ExEnd:MIMETypeDetectorUsage - - ////MIMETypeDetector : Using MIMEType property in FormatBase class or it's children. - ////ExStart:MIMETypeDetectorUsage2 - //// path to a file - // const string filePath = "Documents/Doc/sample.doc"; - //// get all jpeg files - //MIMETypeDetector.GetMimeTypeUsingFormatBaseApproach(filePath); - ////ExEnd:MIMETypeDetectorUsage2 - - //ExStart:ReadMetadataUsingKey - //Read metadata property by defined key for any supported format - //Common.ReadMetadataUsingKey("Different Formats"); - //ExEnd:ReadMetadataUsingKey - - //ExStart:MetadataEnumerationUsage - //Enumerates any type of metadata - //Common.EnumerateMetadata("Different Formats"); - //ExEnd:MetadataEnumerationUsage - - #endregion - - #region Working with MP3 Files - - //Export metadata of Mp3 format to Excel. - //AudioFormats.Mp3.ExportMetadataToExcel(); - - // Detect MP3 audio format - //AudioFormats.Mp3.DetectMp3Format(); - - //Read ID3v2 tag in MP3 format - //AudioFormats.Mp3.ReadID3v2Tag(); - - // Update ID3v2Tag - //AudioFormats.Mp3.UpdateID3v2Tag(); - - // Remove ID3v2Tag - //AudioFormats.Mp3.RemoveID3v2Tag(); - - //Read ID3v1 tag in MP3 format - //AudioFormats.Mp3.ReadID3v1Tag(); - - //Read MPEG audio information - //AudioFormats.Mp3.ReadMPEGAudioInfo(); - - // Read Layrics3 Tag - //AudioFormats.Mp3.ReadLyrics3Tag(); - - // Update Lyrics3 Tag - AudioFormats.Mp3.UpdateLyrics3Tag(); - - // Update Lyrics3 Tag by replacing whole field collection - AudioFormats.Mp3.UpdateLyrics3TagByReplacingWholefieldCollection(); - - // Update Lyrics3 Tag by replacing whole tag - AudioFormats.Mp3.UpdateLyrics3TagByReplacingWholeTag(); - - // Remove Lyrics3 Tag - //AudioFormats.Mp3.RemoveLyrics3Tag(); - - // Clean metadata - //AudioFormats.Mp3.CleanMetadata(); - - // Remove APEv2 Tag - //AudioFormats.Mp3.RemoveAPEV2Tag(); - - - // Update ID3v1Tag - //AudioFormats.Mp3.UpdateID3v1Tag(); - - //Read ID3 Metadata directtly from MP3 - //AudioFormats.Mp3.ReadId3MetadataDirectly(); - - //Read APEV2 tag in MP3 files - //AudioFormats.Mp3.ReadApev2Tag(); - - //Validate ID3 input metadata before saviing - //AudioFormats.Mp3.ValidateID3Metadata(); - - //Read additional properties from ID3v2 tag - //AudioFormats.Mp3.ReadAdditionalID3v2Properties(); - - //Update ID3v2 tag using properties - //AudioFormats.Mp3.UpdateID3v2TagUsingProperties(); - - //Update ID3v1 tag using properties - //AudioFormats.Mp3.UpdateID3v1TagUsingProperties(); - - //Ability to read Image cover from ID3 audio tag - //AudioFormats.Mp3.ReadImageCoverID3(); - - //Read Image Cover using Metadata Utility - //AudioFormats.Mp3.ReadImageCoverMetadataUtility(); - - //Update or Remove image cover from ID3 audio tag - //AudioFormats.Mp3.UpdateOrRemoveImageCoverID3(); - - //Read ID3v2 tag in MP3 format using stream - //AudioFormats.Mp3.ReadID3v2TagUsingStream(); - - // Update ID3v2Tag - //AudioFormats.Mp3.UpdateID3v2TagUsingStream(); - - - #endregion - - #region Working with WAV Files - - // Detect WAV format - //AudioFormats.Wav.DetectWavFormat(); - - // Read Audio Details - //AudioFormats.Wav.ReadAudioDetails(); - - // Update XMP Metadata - //AudioFormats.Wav.UpdateXmpMetadata(); - - //Remove XMP Metadata - //AudioFormats.Wav.RemoveXmpMetadata(); - - //Update XMP Metadata using stream - //AudioFormats.Wav.UpdateXmpMetadataUsingStream(); - - - - #endregion - - #region Working with Video Formats - //Detect AVI format using format factory - //VideoFormats.Avi.DetectAviFormat(); - - //Read Header information in AVI format - //VideoFormats.Avi.ReadAviMainHeader(); - - //Export Metadata of AVI Format file - //VideoFormats.Avi.ExportMetadata(); - - //Read,write or update xmp metadata in AVI format - //VideoFormats.Avi.DealWithXmpMetaData(); - - //Clean metadata in AVI format - //VideoFormats.Avi.CleanMetadata(); - - //Clean metadata in AVI using Stream - //VideoFormats.Avi.ReadAviMainHeaderUsingStream(); - - //Detect Mov file format using format factory - //VideoFormats.Mov.DetectMovFormat(); - - //Get Mov format metadata - //VideoFormats.Mov.GetMovFormatMetadata(); - - //Get Mov format metadata - //VideoFormats.Mov.GetMovFormatMetadata(); - - #endregion - - #region Working with Archives - - #region Working with Zip format - //Detect Zip file format using format factory - //Archives.Zip.DetectZipFormat(); - - //Get Zip format metadata - //Archives.Zip.GetZipMatadata(); - - // Get ZIP format metadata using stream - //Archives.Zip.GetZipMatadataUsingStream(); - - //Remove ZIP format - //Archives.Zip.RemoveComment(); - - //Update ZIP format Comment - //Archives.Zip.UpdateComment(); - - #endregion - - #endregion - - #region Working with Torrent Files - #region Working with Bit Torrent - //Read Bit Torrent File Metadata - //Torrent.BitTorrent.GetTorrentMetadata(); - //Update Bit Torrent File Metadata - //Torrent.BitTorrent.UpdateTorrentMedata(); - //Read Bit Torrent File Metadata Using Stream - //Torrent.BitTorrent.GetTorrentMetadataUsingStream(); - #endregion - #endregion - - #region Working with DublinCore Metadata - //Get DublinCore of supported file formats using MetadataUtility class - //DublinCore.GetDublinCoreMetadata(); - - //Get DublinCore Metadata of supported file formats using IDublinCore Interface - //DublinCore.GetDublinCoreMetadataUsingIDublinCore(); - - - - #endregion - Console.ReadKey(); - - - - } - } -} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Properties/AssemblyInfo.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/Properties/AssemblyInfo.cs deleted file mode 100644 index f1f9e27..0000000 --- a/Examples/GroupDocs.Metadata.Examples.CSharp/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("GroupDocs.Metadata.Examples.CSharp")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("GroupDocs.Metadata.Examples.CSharp")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("2efe4584-1180-4297-9bc9-830a915faf53")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/QuickStart/SetLicenseFromFile.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/QuickStart/SetLicenseFromFile.cs new file mode 100644 index 0000000..e7db08f --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/QuickStart/SetLicenseFromFile.cs @@ -0,0 +1,38 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.QuickStart +{ + using System; + using System.IO; + + /// + /// This example demonstrates how to set license from file. + /// + /// + /// The SetLicense method attempts to set a license from several locations relative to the executable + /// and GroupDocs.Watermark.dll. You can also use the additional overload to load a license from a stream, + /// this is useful for instance when the License is stored as an embedded resource. + /// + public static class SetLicenseFromFile + { + public static void Run() + { + if (File.Exists(Constants.LicenseFilePath)) + { + License license = new License(); + license.SetLicense(Constants.LicenseFilePath); + + Console.WriteLine("License set successfully."); + } + else + { + Console.WriteLine("\nWe do not ship any license with this example. " + + "\nVisit the GroupDocs site to obtain either a temporary or permanent license. " + + "\nLearn more about licensing at https://purchase.groupdocs.com/faqs/licensing. " + + "\nLear how to request temporary license at https://purchase.groupdocs.com/temporary-license."); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/QuickStart/SetLicenseFromStream.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/QuickStart/SetLicenseFromStream.cs new file mode 100644 index 0000000..a724ff8 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/QuickStart/SetLicenseFromStream.cs @@ -0,0 +1,36 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.QuickStart +{ + using System; + using System.IO; + + /// + /// This example demonstrates how to set license from stream. + /// + public static class SetLicenseFromStream + { + public static void Run() + { + if (File.Exists(Constants.LicenseFilePath)) + { + using (FileStream stream = File.OpenRead(Constants.LicenseFilePath)) + { + License license = new License(); + license.SetLicense(stream); + } + + Console.WriteLine("License set successfully."); + } + else + { + Console.WriteLine("\nWe do not ship any license with this example. " + + "\nVisit the GroupDocs site to obtain either a temporary or permanent license. " + + "\nLearn more about licensing at https://purchase.groupdocs.com/faqs/licensing. " + + "\nLear how to request temporary license at https://purchase.groupdocs.com/temporary-license."); + } + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/QuickStart/SetMeteredLicense.cs b/Examples/GroupDocs.Metadata.Examples.CSharp/QuickStart/SetMeteredLicense.cs new file mode 100644 index 0000000..a2a825f --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/QuickStart/SetMeteredLicense.cs @@ -0,0 +1,26 @@ +// +// Copyright (C) 2011-2025 GroupDocs. All Rights Reserved. +// + +namespace GroupDocs.Metadata.Examples.CSharp.QuickStart +{ + using System; + + /// + /// This example demonstrates how to set Metered license. + /// Learn more about Metered license at https://purchase.groupdocs.com/faqs/licensing/metered. + /// + public static class SetMeteredLicense + { + public static void Run() + { + string publicKey = "*****"; + string privateKey = "*****"; + + Metered metered = new Metered(); + metered.SetMeteredKey(publicKey, privateKey); + + Console.WriteLine("License set successfully."); + } + } +} diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/ape.mp3 b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/ape.mp3 new file mode 100644 index 0000000..0815e66 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/ape.mp3 differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/attachment.jpg b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/attachment.jpg new file mode 100644 index 0000000..0219931 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/attachment.jpg differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/barcode.jpg b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/barcode.jpg new file mode 100644 index 0000000..cb2b46e Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/barcode.jpg differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/canon_raw.jpg b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/canon_raw.jpg new file mode 100644 index 0000000..91b6cec Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/canon_raw.jpg differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/copy.pdf b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/copy.pdf new file mode 100644 index 0000000..32dd285 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/copy.pdf differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.jpg b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.jpg new file mode 100644 index 0000000..c3b5dbb Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.jpg differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.psd b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.psd new file mode 100644 index 0000000..741ca76 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.psd differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.tiff b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.tiff new file mode 100644 index 0000000..c53d530 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/exif.tiff differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/id3v1.mp3 b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/id3v1.mp3 new file mode 100644 index 0000000..f0e779f Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/id3v1.mp3 differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/id3v2.mp3 b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/id3v2.mp3 new file mode 100644 index 0000000..9df1e37 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/id3v2.mp3 differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.3ds b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.3ds new file mode 100644 index 0000000..8404ce1 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.3ds differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.7z b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.7z new file mode 100644 index 0000000..6f6d019 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.7z differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.CR2 b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.CR2 new file mode 100644 index 0000000..dab5fa9 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.CR2 differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.asf b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.asf new file mode 100644 index 0000000..3d96189 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.asf differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.avi b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.avi new file mode 100644 index 0000000..6a535a7 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.avi differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.bmp b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.bmp new file mode 100644 index 0000000..da4a492 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.bmp differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.dae b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.dae new file mode 100644 index 0000000..4946db0 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.dae @@ -0,0 +1,6163 @@ + + + + + Blender User + Blender 2.74.0 commit date:2015-03-31, commit time:13:39, hash:000dfc0 + + 2015-05-21T18:29:30 + 2015-05-21T18:29:30 + + Z_UP + + + + + + 3 3 3 + + + + + 0.000999987 + 0 + 0.1 + 0.1 + 0.1 + 1 + 1 + 2 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 512 + 2 + 40 + 0.5 + 0.04999995 + 25 + 3 + 2 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 3 + 0 + 0 + 0 + 0 + 2 + 1 + 1 + 1 + 3 + 0.15 + 45 + 1 + 1 + 0 + 1 + 1 + 1 + + + + + + + + + + + + 0 0 0 1 + + + 0 0 0 1 + + + 0.165674 0.165674 0.165674 1 + + + 1 + + + + + + 1 + + + + 1 + + + + + + + 0 0 0 1 + + + 0 0 0 1 + + + 0.1229924 0.04159313 0.01717535 1 + + + 1 + + + + + + 1 + + + + 1 + + + + + + + 0 0 0 1 + + + 0 0 0 1 + + + 0.8 0.8 0.8 1 + + + 1 1 1 1 + + + 50 + + + 1 + + + + + + 1 + + + + 1 + + + + + + + + + + + + + + + + + + 0.7970118 -16.07662 26.79928 0.8262845 -16.00912 26.75949 0.8404586 -15.94054 26.74467 0.843734 -15.87194 26.74778 0.9221991 -15.88145 26.82988 0.917232 -15.94985 26.82499 0.8939136 -16.01732 26.83025 0.8451634 -16.08246 26.84966 0.8615097 -16.08973 26.91727 0.9168721 -16.02753 26.9252 0.9432948 -15.96144 26.93279 0.948836 -15.8933 26.94004 0.9165074 -15.9043 27.04876 0.9116631 -15.9722 27.03916 0.8890081 -16.03701 27.01891 0.8416706 -16.09648 26.98399 0.7909621 -16.10091 27.03194 0.8177877 -16.04323 27.08626 0.8308129 -15.97926 27.11562 0.8338758 -15.91152 27.12691 0.7230823 -15.91301 27.15353 0.7224078 -15.98072 27.14167 0.7222945 -16.04452 27.10921 0.7229713 -16.10183 27.04828 0.6559163 -16.09898 27.02863 0.6281157 -16.04053 27.08161 0.6154949 -15.97619 27.11034 0.6138136 -15.90838 27.12151 0.5353485 -15.89887 27.03942 0.5387213 -15.96689 27.03002 0.5604864 -16.03233 27.01085 0.6077646 -16.09315 26.97825 0.5914182 -16.08588 26.91065 0.537528 -16.02212 26.9159 0.5126587 -15.9553 26.92223 0.5087116 -15.88702 26.92925 0.5410402 -15.87602 26.82053 0.5442903 -15.94453 26.81585 0.565392 -16.01264 26.82219 0.6112573 -16.07913 26.84393 0.6619659 -16.0747 26.79597 0.6366124 -16.00642 26.75484 0.6251406 -15.93747 26.73939 0.6236719 -15.8688 26.74239 0.7344655 -15.86731 26.71576 0.7335457 -15.93601 26.71334 0.7321057 -16.00513 26.73189 0.7299568 -16.07378 26.77963 0.7432591 -16.13018 26.88108 0.7650299 -16.11667 26.84694 0.7550825 -16.13162 26.89344 0.7916321 -16.11989 26.87477 0.7590962 -16.1334 26.91005 0.8006629 -16.12391 26.91212 0.7542248 -16.13506 26.92643 0.7897025 -16.12764 26.94898 0.7417739 -16.13615 26.9382 0.7616876 -16.13008 26.97547 0.7250792 -16.13637 26.94222 0.724125 -16.13059 26.9845 0.7086144 -16.13567 26.93739 0.6870793 -16.12902 26.97364 0.6967912 -16.13424 26.92502 0.6604771 -16.12579 26.94581 0.6927776 -16.13246 26.90842 0.6514463 -16.12178 26.90846 0.6976489 -16.1308 26.89204 0.6624067 -16.11805 26.8716 0.7100999 -16.12971 26.88027 0.6904215 -16.1156 26.8451 0.7267944 -16.12948 26.87625 0.7279842 -16.1151 26.83608 -0.7945145 -16.07663 26.79928 -0.8237873 -16.00912 26.75949 -0.8379614 -15.94054 26.74467 -0.8412368 -15.87194 26.74778 -0.9197019 -15.88145 26.82988 -0.9147348 -15.94985 26.82499 -0.8914164 -16.01732 26.83025 -0.8426662 -16.08246 26.84966 -0.8590126 -16.08973 26.91727 -0.914375 -16.02753 26.9252 -0.9407976 -15.96143 26.93279 -0.9463388 -15.8933 26.94004 -0.9140103 -15.9043 27.04876 -0.909166 -15.9722 27.03916 -0.886511 -16.03701 27.01891 -0.8391734 -16.09648 26.98399 -0.7884649 -16.10091 27.03194 -0.8152905 -16.04323 27.08626 -0.8283157 -15.97926 27.11562 -0.8313787 -15.91152 27.12691 -0.7205851 -15.91301 27.15353 -0.7199106 -15.98072 27.14168 -0.7197973 -16.04452 27.10921 -0.7204741 -16.10183 27.04828 -0.6534191 -16.09899 27.02863 -0.6256185 -16.04053 27.08161 -0.6129977 -15.97619 27.11034 -0.6113165 -15.90838 27.12151 -0.5328514 -15.89887 27.03942 -0.5362241 -15.96688 27.03002 -0.5579892 -16.03233 27.01085 -0.6052673 -16.09315 26.97825 -0.588921 -16.08588 26.91065 -0.5350309 -16.02212 26.9159 -0.5101615 -15.9553 26.92223 -0.5062145 -15.88702 26.92925 -0.538543 -15.87602 26.82053 -0.5417931 -15.94453 26.81585 -0.5628948 -16.01264 26.82219 -0.6087601 -16.07913 26.84393 -0.6594688 -16.0747 26.79597 -0.6341152 -16.00642 26.75484 -0.6226434 -15.93747 26.73939 -0.6211747 -15.8688 26.74239 -0.7319684 -15.86731 26.71576 -0.7310485 -15.93601 26.71334 -0.7296085 -16.00513 26.73189 -0.7274596 -16.07378 26.77963 -0.7407619 -16.13018 26.88108 -0.7625327 -16.11667 26.84694 -0.7525853 -16.13162 26.89344 -0.789135 -16.11989 26.87477 -0.756599 -16.1334 26.91005 -0.7981657 -16.12391 26.91212 -0.7517277 -16.13506 26.92643 -0.7872053 -16.12764 26.94898 -0.7392765 -16.13615 26.9382 -0.7591904 -16.13008 26.97547 -0.7225821 -16.13637 26.94222 -0.7216278 -16.13059 26.9845 -0.7061173 -16.13567 26.93739 -0.6845821 -16.12902 26.97364 -0.694294 -16.13424 26.92502 -0.6579799 -16.12579 26.94581 -0.6902804 -16.13246 26.90842 -0.6489491 -16.12178 26.90846 -0.6951517 -16.1308 26.89204 -0.6599094 -16.11805 26.8716 -0.7076027 -16.12971 26.88027 -0.6879244 -16.1156 26.8451 -0.7242973 -16.12949 26.87625 -0.7254871 -16.1151 26.83608 0.7288343 -16.10045 26.80991 0.7340505 -15.90226 26.71236 0.8431887 -15.83635 26.75309 0.7912654 -15.86889 26.72449 0.789121 -15.93756 26.72188 0.8350047 -15.97419 26.74947 0.8137897 -16.04378 26.77575 0.7648132 -16.07475 26.78499 0.7795566 -16.1026 26.82478 0.8431878 -15.90688 26.74435 0.8885019 -15.87621 26.78359 0.9209964 -15.84578 26.8345 0.8842613 -15.94472 26.77971 0.9215587 -15.91639 26.82635 0.86487 -16.0128 26.79036 0.9083176 -15.98308 26.82618 0.8244844 -16.07925 26.82126 0.8731517 -16.05098 26.83786 0.8159799 -16.10702 26.86289 0.8283446 -16.11252 26.91403 0.857891 -16.08604 26.88237 0.8933036 -16.05994 26.9212 0.9117897 -16.02234 26.87619 0.9332056 -15.99414 26.92911 0.9375252 -15.95554 26.87714 0.9481636 -15.92822 26.93638 0.9429393 -15.88728 26.88318 0.9474101 -15.85753 26.94374 0.9399913 -15.89911 26.99655 0.9153524 -15.86844 27.05155 0.9346408 -15.96712 26.98807 0.9158738 -15.93921 27.04497 0.909249 -16.03254 26.9739 0.9029998 -16.00442 27.03069 0.8560821 -16.0933 26.95194 0.8688458 -16.06827 27.00346 0.8133379 -16.11762 26.96449 0.7749804 -16.12097 27.00077 0.8195419 -16.09909 27.01134 0.8063315 -16.07373 27.06258 0.8579283 -16.04067 27.05732 0.8257938 -16.01117 27.1037 0.8763809 -15.97636 27.08277 0.8333415 -15.94642 27.12302 0.8804478 -15.90854 27.09333 0.833413 -15.8756 27.12904 0.7802634 -15.91306 27.1476 0.7235477 -15.87707 27.15545 0.7783563 -15.98077 27.13587 0.7226809 -15.9479 27.14962 0.771579 -16.04456 27.1041 0.722275 -16.01256 27.12858 0.7580617 -16.10186 27.04464 0.7225115 -16.07485 27.08272 0.7235503 -16.12167 27.01313 0.672828 -16.11951 26.99827 0.6881149 -16.10086 27.04293 0.6398452 -16.07135 27.05849 0.6733386 -16.04316 27.10169 0.620181 -16.00824 27.09866 0.6668324 -15.97918 27.13313 0.6135435 -15.94328 27.11763 0.6662824 -15.91143 27.14481 0.6151945 -15.87248 27.12369 0.5690458 -15.90411 27.0857 0.5373867 -15.86305 27.04228 0.5716922 -15.97202 27.0753 0.5351727 -15.93378 27.03564 0.5895301 -16.03684 27.05074 0.546868 -15.99935 27.02196 0.6284436 -16.09636 27.00665 0.580483 -16.06416 26.99639 0.6364046 -16.1151 26.96016 0.6240398 -16.1096 26.90902 0.5950369 -16.08958 26.94554 0.5603311 -16.0552 26.91304 0.5426104 -16.02731 26.96491 0.5219801 -15.98828 26.91903 0.5184282 -15.96119 26.97787 0.5085678 -15.92195 26.9256 0.5146083 -15.89305 26.98612 0.5109729 -15.8513 26.93304 0.5175563 -15.88121 26.87275 0.5430306 -15.84039 26.82523 0.5213127 -15.94961 26.86694 0.5408576 -15.91096 26.81701 0.5451512 -16.01711 26.8672 0.552186 -15.978 26.81745 0.5968459 -16.08231 26.87597 0.584789 -16.04687 26.83079 0.6390466 -16.10449 26.85855 0.6774041 -16.10114 26.82228 0.633386 -16.07652 26.81657 0.6473033 -16.04141 26.77167 0.5964719 -16.00898 26.78378 0.6293919 -15.97126 26.74443 0.5795726 -15.94038 26.77224 0.62339 -15.90375 26.73896 0.5770999 -15.87177 26.77596 0.62497 -15.83324 26.74774 0.6772844 -15.86726 26.72169 0.7348356 -15.83176 26.72134 0.6775973 -15.93597 26.71914 0.6828211 -16.00509 26.737 0.7329108 -15.96986 26.71955 0.6948664 -16.07376 26.78327 0.7311234 -16.04028 26.75152 0.7810617 -16.00649 26.73941 0.71917 -16.13094 26.88119 0.7085979 -16.11508 26.83809 0.7060264 -16.13153 26.88831 0.6746321 -16.11661 26.85649 0.6982148 -16.13276 26.90101 0.6544449 -16.11981 26.8893 0.6978279 -16.13432 26.91588 0.6534455 -16.12382 26.92774 0.7049697 -16.13577 26.92894 0.6719015 -16.12757 26.9615 0.7177266 -16.13673 26.9367 0.704868 -16.13006 26.98154 0.7774771 -16.12908 26.96409 0.7458237 -16.13635 26.92995 0.7976643 -16.12588 26.93128 0.7536354 -16.13511 26.91725 0.7986637 -16.12187 26.89284 0.7540222 -16.13356 26.90237 0.7802076 -16.11812 26.85908 0.7468803 -16.13211 26.88931 0.7472412 -16.11563 26.83904 0.7341234 -16.13115 26.88156 0.7435112 -16.13061 26.98249 0.7326802 -16.13694 26.93707 0.753056 -16.1241 26.86571 0.7715299 -16.12634 26.88504 0.7778012 -16.12913 26.91098 0.7701898 -16.13172 26.93657 0.750735 -16.13342 26.95497 0.7246499 -16.13377 26.96124 0.6989236 -16.13268 26.9537 0.6804498 -16.13044 26.93437 0.6741786 -16.12765 26.90844 0.6817899 -16.12506 26.88284 0.7012447 -16.12336 26.86444 0.7273299 -16.12301 26.85817 -0.7263371 -16.10045 26.80991 -0.7315534 -15.90226 26.71236 -0.8406916 -15.83635 26.75309 -0.7887682 -15.86889 26.72449 -0.7866239 -15.93756 26.72188 -0.8325075 -15.97419 26.74947 -0.8112925 -16.04378 26.77575 -0.7623161 -16.07475 26.78499 -0.7770593 -16.1026 26.82478 -0.8406906 -15.90688 26.74435 -0.8860047 -15.87621 26.78359 -0.9184993 -15.84578 26.8345 -0.8817641 -15.94472 26.77971 -0.9190615 -15.91639 26.82635 -0.8623728 -16.0128 26.79036 -0.9058204 -15.98308 26.82618 -0.8219873 -16.07925 26.82126 -0.8706545 -16.05098 26.83786 -0.8134827 -16.10702 26.86289 -0.8258474 -16.11252 26.91403 -0.8553938 -16.08604 26.88237 -0.8908064 -16.05994 26.9212 -0.9092925 -16.02234 26.87619 -0.9307084 -15.99414 26.92911 -0.935028 -15.95554 26.87714 -0.9456664 -15.92822 26.93638 -0.9404421 -15.88728 26.88318 -0.944913 -15.85753 26.94374 -0.9374941 -15.89911 26.99655 -0.9128553 -15.86844 27.05155 -0.9321436 -15.96712 26.98807 -0.9133766 -15.93921 27.04497 -0.9067518 -16.03254 26.9739 -0.9005026 -16.00442 27.03069 -0.8535849 -16.0933 26.95194 -0.8663486 -16.06827 27.00346 -0.8108407 -16.11762 26.96449 -0.7724832 -16.12097 27.00077 -0.8170447 -16.09909 27.01134 -0.8038343 -16.07373 27.06258 -0.8554311 -16.04067 27.05732 -0.8232966 -16.01117 27.1037 -0.8738837 -15.97636 27.08277 -0.8308443 -15.94642 27.12302 -0.8779507 -15.90854 27.09333 -0.8309159 -15.8756 27.12904 -0.7777662 -15.91306 27.1476 -0.7210505 -15.87707 27.15545 -0.7758591 -15.98077 27.13587 -0.7201837 -15.9479 27.14962 -0.7690818 -16.04456 27.1041 -0.7197778 -16.01256 27.12858 -0.7555645 -16.10186 27.04464 -0.7200143 -16.07485 27.08272 -0.7210531 -16.12167 27.01313 -0.6703308 -16.11952 26.99827 -0.6856177 -16.10086 27.04293 -0.6373481 -16.07135 27.05849 -0.6708414 -16.04316 27.10169 -0.6176838 -16.00824 27.09866 -0.6643352 -15.97918 27.13314 -0.6110464 -15.94328 27.11763 -0.6637852 -15.91143 27.14481 -0.6126973 -15.87248 27.12369 -0.5665487 -15.90411 27.0857 -0.5348895 -15.86305 27.04228 -0.569195 -15.97202 27.0753 -0.5326755 -15.93378 27.03564 -0.5870329 -16.03684 27.05074 -0.5443708 -15.99935 27.02196 -0.6259464 -16.09637 27.00665 -0.5779858 -16.06416 26.99639 -0.6339074 -16.1151 26.96016 -0.6215426 -16.1096 26.90902 -0.5925397 -16.08958 26.94554 -0.5578339 -16.0552 26.91304 -0.5401132 -16.02731 26.96491 -0.5194829 -15.98828 26.91903 -0.515931 -15.96119 26.97787 -0.5060706 -15.92195 26.9256 -0.5121112 -15.89305 26.98612 -0.5084757 -15.8513 26.93304 -0.5150591 -15.88121 26.87275 -0.5405334 -15.84039 26.82523 -0.5188155 -15.94961 26.86694 -0.5383604 -15.91096 26.81701 -0.5426541 -16.01711 26.8672 -0.5496888 -15.978 26.81745 -0.5943487 -16.08231 26.87597 -0.5822918 -16.04687 26.83079 -0.6365494 -16.10449 26.85855 -0.6749069 -16.10114 26.82228 -0.6308889 -16.07652 26.81658 -0.6448061 -16.04141 26.77167 -0.5939747 -16.00898 26.78378 -0.6268947 -15.97126 26.74443 -0.5770754 -15.94038 26.77224 -0.6208928 -15.90375 26.73896 -0.5746027 -15.87177 26.77596 -0.6224728 -15.83324 26.74774 -0.6747872 -15.86726 26.72169 -0.7323384 -15.83176 26.72134 -0.6751001 -15.93597 26.71914 -0.6803239 -16.00509 26.737 -0.7304136 -15.96986 26.71955 -0.6923692 -16.07376 26.78327 -0.7286262 -16.04028 26.75152 -0.7785645 -16.00649 26.73941 -0.7166728 -16.13093 26.88119 -0.7061008 -16.11508 26.83809 -0.7035293 -16.13153 26.88831 -0.6721349 -16.11661 26.85649 -0.6957176 -16.13276 26.90101 -0.6519477 -16.11981 26.8893 -0.6953307 -16.13432 26.91588 -0.6509482 -16.12382 26.92774 -0.7024725 -16.13577 26.92894 -0.6694043 -16.12757 26.9615 -0.7152294 -16.13673 26.9367 -0.7023708 -16.13006 26.98154 -0.7749799 -16.12908 26.96409 -0.7433265 -16.13635 26.92995 -0.7951671 -16.12588 26.93128 -0.7511382 -16.13511 26.91725 -0.7961665 -16.12187 26.89284 -0.751525 -16.13356 26.90237 -0.7777105 -16.11812 26.85908 -0.7443831 -16.13211 26.88931 -0.744744 -16.11563 26.83904 -0.7316262 -16.13115 26.88156 -0.7410141 -16.13061 26.98249 -0.730183 -16.13694 26.93707 -0.7505588 -16.1241 26.86571 -0.7690327 -16.12634 26.88504 -0.775304 -16.12913 26.91098 -0.7676926 -16.13172 26.93657 -0.7482378 -16.13342 26.95497 -0.7221526 -16.13377 26.96124 -0.6964264 -16.13268 26.9537 -0.6779527 -16.13044 26.93437 -0.6716814 -16.12765 26.90844 -0.6792927 -16.12506 26.88284 -0.6987475 -16.12336 26.86444 -0.7248327 -16.12301 26.85817 0.7552006 -16.10119 26.81397 0.7907822 -15.90384 26.72109 0.8875815 -15.84059 26.7886 0.8879019 -15.91115 26.78012 0.876833 -15.97818 26.78293 0.8476583 -16.04701 26.80284 0.8003376 -16.10458 26.8414 0.8256074 -16.10972 26.88763 0.8888426 -16.05538 26.87818 0.9276959 -15.98851 26.87598 0.942274 -15.9222 26.87958 0.9415629 -15.85156 26.88735 0.9386395 -15.86329 26.99977 0.9393295 -15.93402 26.99282 0.9249417 -15.99957 26.98191 0.8866123 -16.06434 26.96395 0.824239 -16.11521 26.94025 0.796599 -16.11959 26.98518 0.8415652 -16.07148 27.03717 0.8693079 -16.00839 27.07234 0.8798575 -15.94344 27.08949 0.8795948 -15.87265 27.09575 0.7802497 -15.87712 27.14956 0.7797935 -15.94795 27.14369 0.7757015 -16.01261 27.12304 0.7657714 -16.07489 27.07823 0.7500936 -16.12169 27.01037 0.7258622 -16.13932 26.90856 0.6971839 -16.12093 27.00908 0.6795401 -16.07366 27.07612 0.6692047 -16.01109 27.12043 0.6659492 -15.94633 27.1409 0.6672236 -15.87551 27.14679 0.5708017 -15.86825 27.08818 0.5688295 -15.93901 27.08186 0.5783526 -16.00424 27.06521 0.6059764 -16.06812 27.0314 0.6520469 -16.11753 26.98164 0.6267771 -16.1124 26.93542 0.5647922 -16.05975 26.95606 0.5274896 -15.99391 26.97216 0.5144574 -15.92796 26.9824 0.5168202 -15.85728 26.98943 0.5197435 -15.84554 26.87701 0.5174019 -15.91614 26.86917 0.5302441 -15.98285 26.86623 0.5670224 -16.0508 26.87029 0.6281455 -16.10691 26.88279 0.6557855 -16.10252 26.83786 0.6120696 -16.04366 26.79707 0.5858779 -15.97404 26.7758 0.5768739 -15.90672 26.7725 0.5787882 -15.83619 26.78103 0.6781334 -15.83171 26.72722 0.6769381 -15.90222 26.71829 0.6794843 -15.96982 26.7251 0.6878634 -16.04024 26.75601 0.702291 -16.10043 26.81267 0.7740949 -16.04148 26.75813 0.7859811 -15.97134 26.72771 0.7911596 -15.83332 26.72999 0.7141151 -16.12336 26.86058 0.6910157 -16.1244 26.87309 0.677287 -16.12658 26.89541 0.6766073 -16.12931 26.92155 0.6891587 -16.13186 26.94451 0.7115784 -16.13355 26.95814 0.760958 -16.13288 26.94627 0.7746869 -16.13071 26.92395 0.7753666 -16.12798 26.89781 0.762815 -16.12543 26.87485 0.7403953 -16.12374 26.86123 0.7378588 -16.13392 26.95878 -0.7527034 -16.10119 26.81397 -0.788285 -15.90384 26.72109 -0.8850843 -15.84059 26.7886 -0.8854047 -15.91115 26.78012 -0.8743358 -15.97818 26.78293 -0.8451612 -16.04701 26.80284 -0.7978405 -16.10458 26.8414 -0.8231102 -16.10972 26.88763 -0.8863455 -16.05538 26.87818 -0.9251989 -15.98851 26.87598 -0.9397768 -15.9222 26.87958 -0.9390657 -15.85156 26.88735 -0.9361423 -15.86329 26.99977 -0.9368324 -15.93402 26.99282 -0.9224446 -15.99957 26.98191 -0.8841151 -16.06434 26.96395 -0.8217418 -16.11521 26.94025 -0.7941018 -16.11959 26.98518 -0.839068 -16.07148 27.03717 -0.8668107 -16.00839 27.07234 -0.8773603 -15.94344 27.08949 -0.8770976 -15.87265 27.09575 -0.7777525 -15.87712 27.14956 -0.7772963 -15.94795 27.14369 -0.7732043 -16.01261 27.12304 -0.7632743 -16.07489 27.07823 -0.7475965 -16.12169 27.01037 -0.723365 -16.13932 26.90856 -0.6946867 -16.12093 27.00908 -0.6770429 -16.07366 27.07612 -0.6667075 -16.01109 27.12043 -0.6634521 -15.94633 27.1409 -0.6647265 -15.87551 27.14679 -0.5683045 -15.86825 27.08818 -0.5663323 -15.93901 27.08186 -0.5758555 -16.00424 27.06521 -0.6034792 -16.06812 27.0314 -0.6495497 -16.11753 26.98164 -0.6242799 -16.1124 26.93542 -0.562295 -16.05975 26.95606 -0.5249925 -15.99391 26.97216 -0.5119603 -15.92796 26.9824 -0.514323 -15.85728 26.98943 -0.5172463 -15.84554 26.87701 -0.5149047 -15.91614 26.86917 -0.5277469 -15.98285 26.86623 -0.5645252 -16.0508 26.87029 -0.6256483 -16.10691 26.88279 -0.6532883 -16.10252 26.83786 -0.6095724 -16.04366 26.79707 -0.5833807 -15.97404 26.7758 -0.5743767 -15.90672 26.7725 -0.576291 -15.83619 26.78103 -0.6756362 -15.83171 26.72722 -0.6744409 -15.90222 26.71829 -0.6769871 -15.96982 26.7251 -0.6853662 -16.04024 26.75601 -0.6997938 -16.10043 26.81267 -0.7715977 -16.04148 26.75813 -0.7834839 -15.97134 26.72771 -0.7886624 -15.83332 26.72999 -0.7116179 -16.12336 26.86058 -0.6885186 -16.1244 26.87309 -0.6747898 -16.12658 26.89541 -0.6741101 -16.12931 26.92155 -0.6866616 -16.13186 26.94451 -0.7090812 -16.13355 26.95814 -0.7584608 -16.13288 26.94627 -0.7721897 -16.13071 26.92395 -0.7728694 -16.12798 26.89781 -0.7603178 -16.12543 26.87485 -0.7378981 -16.12374 26.86123 -0.7353616 -16.13392 26.95878 6.287161 3.537277 16.80896 5.265906 -3.717031 16.75012 7.148376 2.954154 15.04283 6.331756 3.390433 14.79472 4.289191 -2.45771 17.58466 40.90965 -9.628376 19.8154 27.92004 -10.43901 20.3469 15.75528 -6.544523 18.72897 64.09489 -12.99951 9.368371 34.20417 -20.70293 16.4406 19.44188 -15.11462 19.77704 29.64794 -11.02522 19.35834 17.17662 -6.370289 17.79649 72.17405 -9.46539 6.470712 35.21939 -21.95465 14.89041 21.01051 -16.42697 19.20343 7.647839 -7.307955 17.65728 32.51311 -11.64194 19.49526 47.43781 -4.849548 19.38502 14.29587 7.459841 14.2856 15.16523 2.800618 16.00707 54.84909 -0.7692528 17.39365 13.95473 -2.996261 16.69599 9.834845 -3.312744 16.53386 11.86725 11.91428 11.96371 14.20509 7.821516 13.80585 13.90319 -0.8993979 16.79858 6.286812 -3.049364 17.11898 5.782359 -2.551739 17.32352 12.59957 6.983103 14.27135 6.116844 4.394474 15.94285 5.243158 3.017804 17.07654 10.96693 10.60864 11.72195 12.46431 7.379877 13.82509 7.452577 3.697518 15.60772 5.170518 2.30745 15.84566 9.089833 2.407409 17.08897 3.587107 -5.779827 16.49557 -6.284664 3.537277 16.80896 -7.181467 -7.43235 18.47168 -5.263409 -3.717031 16.75012 -4.286693 -2.45771 17.58466 -27.91755 -10.43901 20.3469 -15.75278 -6.544523 18.72897 -10.23153 -6.696472 19.00976 -19.43939 -15.11462 19.77704 -17.17413 -6.370289 17.79649 -72.17155 -9.46539 6.470712 -32.51062 -11.64194 19.49526 -59.20613 1.561317 17.18633 -19.72961 -3.77579 18.61455 -13.78177 -2.955543 18.03781 -18.16097 -3.328318 18.353 -6.610315 -2.207108 18.12164 -14.29337 7.459841 14.2856 -14.41008 0.0764122 17.32096 -6.00893 0.1592721 18.02054 -47.41456 -4.528266 18.34891 -33.66032 -8.283904 18.97185 -15.84249 -2.997091 16.68798 -15.30554 3.024677 15.37162 -12.83465 -1.573661 17.01196 -10.00207 -1.83784 17.23238 -11.0784 10.52389 12.34462 -6.114347 4.394474 15.94285 -10.96444 10.60864 11.72195 -5.168021 2.30745 15.84566 48.75465 -6.570591 19.14922 12.69415 -6.67454 18.70817 48.31762 -6.385923 18.54331 15.56893 -6.190718 17.5722 50.86861 -17.46436 11.99815 13.43919 -11.9498 18.50272 33.42359 -8.664675 19.94743 19.7321 -3.77579 18.61455 18.16347 -3.328318 18.353 9.357938 -2.750439 18.05817 11.85043 11.62176 12.60542 6.011427 0.1592721 18.02054 59.3875 1.678925 16.77049 47.41707 -4.528266 18.34891 33.66281 -8.283904 18.97185 31.03446 -8.264552 18.86599 17.10128 -3.271419 16.72387 9.723523 -1.912262 18.22708 7.894715 -1.012389 17.65816 7.144611 3.436152 16.67976 10.92572 0.9213057 17.41876 6.298302 4.725023 15.33793 -50.46561 -17.62117 13.34593 -10.33373 -8.317917 18.57957 -60.36957 0.654994 16.62152 -26.69838 -10.17425 19.43643 -50.86611 -17.46436 11.99815 -21.00801 -16.42697 19.20343 -19.19788 -15.52044 18.9897 -13.4367 -11.9498 18.50272 -10.61435 -9.661751 18.10077 -55.10752 -0.999383 18.31786 -33.4211 -8.664675 19.94743 -9.355442 -2.750439 18.05817 -5.471862 -1.290403 18.48847 -59.385 1.678925 16.77049 -54.84658 -0.7692528 17.39365 -40.11804 -7.286921 18.98805 -31.03197 -8.264552 18.86599 -9.832347 -3.312744 16.53386 -14.2026 7.821516 13.80585 -14.61982 0.2045049 16.48577 -13.90069 -0.8993979 16.79858 -11.04126 -2.178133 17.28317 -6.284315 -3.049364 17.11899 -5.779861 -2.551739 17.32352 -7.142115 3.436152 16.67976 -7.450079 3.697518 15.60772 -6.295804 4.725023 15.33793 -11.3107 0.9852944 16.79699 -9.087335 2.407409 17.08897 7.183964 -7.43235 18.47168 6.349344 -5.130244 16.62977 17.48253 -6.82872 18.79628 10.23402 -6.696472 19.00976 50.46811 -17.62117 13.34593 17.53703 -14.16287 19.56422 12.8807 -10.15664 18.88521 60.37208 0.654994 16.62152 55.75796 -1.9493 17.49835 12.4221 -6.03861 17.69432 62.64996 -13.08799 8.883146 19.20038 -15.52044 18.9897 31.13347 -11.58611 20.56639 55.11002 -0.999383 18.31786 31.62392 -8.641922 19.85329 13.78426 -2.955543 18.03781 14.34468 0.1580209 17.28228 13.56312 -0.8601837 17.7566 5.474359 -1.290403 18.48847 21.53174 -4.973814 17.55819 15.30803 3.024677 15.37162 14.62232 0.2045049 16.48577 11.04376 -2.178133 17.28317 8.205274 -0.454752 16.88279 11.0809 10.52389 12.34462 12.47138 2.566763 16.34206 11.56366 0.965044 17.3438 12.54482 2.84874 15.76411 11.88452 0.9858618 16.61699 11.3132 0.9852944 16.79699 3.307531 -4.151909 16.71917 -6.346847 -5.130244 16.62977 -6.329258 3.390433 14.79472 -48.75215 -6.570591 19.14922 -17.48003 -6.82872 18.79628 -64.09239 -12.99951 9.368371 -40.65635 -20.04392 15.10916 -34.20167 -20.70293 16.4406 -29.64544 -11.02522 19.35834 -62.64746 -13.08799 8.883146 -41.81195 -20.27075 14.12016 -35.2169 -21.95465 14.89041 -31.13098 -11.58611 20.56639 -16.29489 -2.956631 18.13339 -11.23523 -2.928857 17.91254 -15.16274 2.800618 16.00707 -12.36903 -2.005914 18.27963 -18.63457 -3.793985 16.95548 -8.202776 -0.454752 16.88279 -9.721026 -1.912262 18.22708 -12.59707 6.983103 14.27135 -5.240661 3.017804 17.07654 -12.46181 7.379877 13.82509 -12.54232 2.84874 15.76411 -9.466632 2.396478 16.38527 -10.92323 0.9213057 17.41876 -3.305033 -4.151909 16.71917 -3.58461 -5.779827 16.49557 33.31192 -11.46604 20.24424 40.65884 -20.04392 15.10916 21.34506 -15.87157 19.66751 10.33623 -8.317917 18.57957 40.03007 -9.733994 19.47577 26.70088 -10.17425 19.43643 8.858364 -6.019609 17.57622 41.81444 -20.27075 14.12016 17.73592 -14.67055 19.0378 10.61684 -9.661751 18.10077 59.20863 1.561317 17.18633 40.00225 -7.639227 19.67669 16.31824 -2.86132 18.09071 11.23773 -2.928857 17.91254 6.612812 -2.207108 18.12164 12.3213 -1.893374 18.23466 10.86808 -2.125769 18.19981 40.12054 -7.286921 18.98805 15.84499 -2.997091 16.68798 18.63707 -3.793985 16.95548 12.83715 -1.573661 17.01196 6.056051 0.2459268 17.13774 5.108903 -1.602898 17.56874 10.00457 -1.83784 17.23238 9.46913 2.396478 16.38527 -40.90715 -9.628376 19.8154 -33.30943 -11.46604 20.24424 -12.69166 -6.67454 18.70817 -21.34256 -15.87157 19.66751 -17.53454 -14.16287 19.56422 -12.87821 -10.15664 18.88521 -55.75545 -1.9493 17.49835 -48.31512 -6.385923 18.54331 -40.02757 -9.733994 19.47577 -15.56643 -6.190718 17.5722 -12.4196 -6.03861 17.69433 -8.855867 -6.019609 17.57622 -17.73343 -14.67055 19.0378 -7.645342 -7.307955 17.65728 -47.43531 -4.849548 19.38502 -39.99976 -7.639227 19.67669 -31.62142 -8.641922 19.85329 -11.84794 11.62176 12.60542 -13.68484 -0.991025 17.82339 -11.00257 -2.228683 18.21322 -21.52925 -4.973814 17.5582 -17.09878 -3.271419 16.72387 -13.95223 -2.996261 16.69599 -11.86475 11.91428 11.96371 -6.053554 0.2459268 17.13774 -5.106406 -1.602898 17.56874 -7.892218 -1.012389 17.65816 -12.46889 2.566763 16.34206 -11.56116 0.965044 17.3438 -11.88203 0.9858618 16.61699 6.287161 3.537277 16.80896 5.265906 -3.717031 16.75012 7.148376 2.954154 15.04283 6.331756 3.390433 14.79472 4.289191 -2.45771 17.58466 40.90965 -9.628376 19.8154 27.92004 -10.43901 20.3469 15.75528 -6.544523 18.72897 64.09489 -12.99951 9.368371 34.20417 -20.70293 16.4406 19.44188 -15.11462 19.77704 29.64794 -11.02522 19.35834 17.17662 -6.370289 17.79649 72.17405 -9.46539 6.470712 35.21939 -21.95465 14.89041 21.01051 -16.42697 19.20343 7.647839 -7.307955 17.65728 32.51311 -11.64194 19.49526 47.43781 -4.849548 19.38502 14.29587 7.459841 14.2856 15.16523 2.800618 16.00707 54.84909 -0.7692528 17.39365 13.95473 -2.996261 16.69599 9.834845 -3.312744 16.53386 11.86725 11.91428 11.96371 14.20509 7.821516 13.80585 13.90319 -0.8993979 16.79858 6.286812 -3.049364 17.11898 12.59957 6.983103 14.27135 5.243158 3.017804 17.07654 10.96693 10.60864 11.72195 12.46431 7.379877 13.82509 5.170518 2.30745 15.84566 9.089833 2.407409 17.08897 3.587107 -5.779827 16.49557 -6.284664 3.537277 16.80896 -7.181467 -7.43235 18.47168 -5.263409 -3.717031 16.75012 -4.286693 -2.45771 17.58466 -27.91755 -10.43901 20.3469 -15.75278 -6.544523 18.72897 -10.23153 -6.696472 19.00976 -19.43939 -15.11462 19.77704 -17.17413 -6.370289 17.79649 -72.17155 -9.46539 6.470712 -32.51062 -11.64194 19.49526 -59.20613 1.561317 17.18633 -19.72961 -3.77579 18.61455 -13.78177 -2.955543 18.03781 -18.16097 -3.328318 18.353 -6.610315 -2.207108 18.12164 -14.29337 7.459841 14.2856 -14.41008 0.0764122 17.32096 -6.00893 0.1592721 18.02054 -47.41456 -4.528266 18.34891 -33.66032 -8.283904 18.97185 -15.84249 -2.997091 16.68798 -15.30554 3.024677 15.37162 -12.83465 -1.573661 17.01196 -10.00207 -1.83784 17.23238 -11.0784 10.52389 12.34462 -10.96444 10.60864 11.72195 -5.168021 2.30745 15.84566 48.75465 -6.570591 19.14922 12.69415 -6.67454 18.70817 48.31762 -6.385923 18.54331 15.56893 -6.190718 17.5722 50.86861 -17.46436 11.99815 13.43919 -11.9498 18.50272 33.42359 -8.664675 19.94743 19.7321 -3.77579 18.61455 18.16347 -3.328318 18.353 9.357938 -2.750439 18.05817 11.85043 11.62176 12.60542 6.011427 0.1592721 18.02054 59.3875 1.678925 16.77049 47.41707 -4.528266 18.34891 33.66281 -8.283904 18.97185 31.03446 -8.264552 18.86599 17.10128 -3.271419 16.72387 9.723523 -1.912262 18.22708 7.894715 -1.012389 17.65816 7.144611 3.436152 16.67976 10.92572 0.9213057 17.41876 -50.46561 -17.62117 13.34593 -10.33373 -8.317917 18.57957 -60.36957 0.654994 16.62152 -26.69838 -10.17425 19.43643 -50.86611 -17.46436 11.99815 -21.00801 -16.42697 19.20343 -19.19788 -15.52044 18.9897 -13.4367 -11.9498 18.50272 -10.61435 -9.661751 18.10077 -55.10752 -0.999383 18.31786 -33.4211 -8.664675 19.94743 -9.355442 -2.750439 18.05817 -5.471862 -1.290403 18.48847 -59.385 1.678925 16.77049 -54.84658 -0.7692528 17.39365 -40.11804 -7.286921 18.98805 -31.03197 -8.264552 18.86599 -9.832347 -3.312744 16.53386 -14.2026 7.821516 13.80585 -14.61982 0.2045049 16.48577 -13.90069 -0.8993979 16.79858 -11.04126 -2.178133 17.28317 -6.284315 -3.049364 17.11899 -7.142115 3.436152 16.67976 -7.450079 3.697518 15.60772 -11.3107 0.9852944 16.79699 -9.087335 2.407409 17.08897 0.489686 18.67595 11.96185 0.7380453 16.85812 12.28175 0.001248538 68.62084 2.293792 0.001248538 38.44414 6.000367 0.1333894 -13.33714 24.49622 0.4666934 -11.39909 22.15216 1.353658 -3.370488 8.816349 0.9510865 -3.42642 8.610724 1.008612 -6.710754 8.438601 0.9972413 0.1833238 9.875518 1.405416 0.1887464 10.13095 1.128604 2.987183 10.74701 1.549269 2.955772 11.05016 0.5574017 -12.25132 12.63309 0.2496854 -12.37556 12.66146 1.38082 -11.89021 12.6257 0.8712564 -12.10302 12.59741 2.292102 7.131134 12.71788 1.382475 5.062556 11.36128 1.034372 6.838377 11.27082 1.425775 -9.592923 9.530574 0.2941513 -10.22671 9.577737 1.144642 -9.772904 9.454337 0.7330057 -10.6686 9.938106 0.3039479 12.13785 11.37157 0.6504192 11.95669 11.51229 1.382605 -6.542049 8.56521 2.336018 -6.03796 9.471338 2.424527 -3.456025 9.829726 0.4179889 -11.96874 20.35776 0.5771955 -11.6912 20.30603 0.3716404 17.38775 12.0143 0.001248538 29.95092 8.758463 0.1437331 -14.03069 24.55434 0.1759217 -12.52449 24.30621 0.2287294 -11.86824 23.63693 0.2363357 -11.72818 22.19385 0.2712801 -3.492614 8.324496 0.3119859 -6.943409 8.310579 0.2983644 0.1825532 9.527899 0.3663269 3.026181 10.33862 0.5024528 5.27237 10.84448 0.5248844 6.67826 11.00894 0.3840385 8.430881 10.96104 0.28422 10.15104 10.97649 0.3454731 14.52595 11.91672 0.7290645 15.64024 12.27056 0.3924577 -11.70016 23.71974 0.4403582 -11.33737 23.05672 0.5474544 -11.24985 22.14558 0.4114716 -11.57035 22.17686 0.237499 -12.09406 20.40001 0.6331991 -11.35603 10.63611 0.2641184 -11.30203 10.55811 0.8423483 -11.21984 10.54443 1.260396 -10.81037 10.3689 1.377894 -8.203412 8.902718 2.102982 -3.318014 9.408869 2.456571 -2.10909 10.27622 1.390871 -4.850515 8.531827 0.2649263 -2.059403 8.749049 0.930045 -2.011786 9.066743 0.5762475 -3.470278 8.450045 0.9901528 -4.942956 8.361164 0.6216416 0.1837406 9.680043 2.245904 0.2108879 10.844 0.7394574 3.025348 10.52158 1.682969 4.844504 11.60644 0.9161162 7.675331 11.21565 2.564041 6.500876 12.90415 1.941063 7.160699 12.17722 0.6655013 -12.18039 12.61798 0.4508367 -12.31623 12.64637 1.125939 -12.00952 12.59283 1.593343 -11.74148 12.65861 0.757645 8.48392 11.12613 0.6255396 9.266168 11.07076 1.982275 7.822642 12.44937 0.2871952 11.07721 11.11782 0.5863801 10.0241 11.11801 0.6060466 10.88014 11.26586 2.368203 5.96515 12.52453 1.020406 5.344407 11.11832 0.5503163 -10.28954 9.653411 0.3185387 -8.788182 8.808266 0.8973832 -10.07953 9.549999 0.6415112 -6.851591 8.365851 1.046698 -8.423008 8.813003 2.47305e-4 12.19017 11.31538 0.3261501 13.29882 11.66283 0.6958023 13.16041 11.80291 0.7185004 14.39797 12.08331 2.407143 -4.732077 9.563515 2.052757 -6.195065 9.085366 0.230625 -11.69988 23.00864 0.1388788 -12.92244 24.42083 0.1411191 -13.72207 24.53863 0.4672023 7.562115 11.00786 0.4869485 -11.82657 20.32147 0.8215479 -11.58627 20.32636 0.3111315 9.291531 10.93006 5.71758e-4 10.1805 10.92451 0.3609566 15.87151 12.05872 7.08839e-4 6.606366 10.91421 7.95913e-4 8.390734 10.90311 0.001248538 -3.498401 8.270503 0.001248538 48.04927 3.693824 0.290798 -5.056763 8.13316 0.2155334 -12.16565 24.07176 9.01899e-4 23.18488 10.87134 0.7456909 17.82822 12.2102 0.001248478 63.32081 2.152375 0.3977497 -11.52359 23.04153 1.327372 -1.974306 9.297926 0.4878243 -11.27968 10.56083 0.7194826 -11.49623 10.89993 0.001247286 -11.33788 10.57489 1.031941 -10.96238 10.38078 1.49956 -10.68684 10.43467 1.974764 -7.706362 9.321111 2.118576 -4.693539 9.111367 2.093987 -1.962058 9.904518 0.5630448 -2.042584 8.883901 0.6104113 -5.015658 8.236879 1.553263 8.212844 11.88149 2.167051 6.535237 12.34805 1.247174 9.152635 11.58583 0.6797233 -8.883345 8.864043 0.001243293 -13.73599 24.47533 0.001243114 -12.9624 24.34638 0.001243889 -11.78554 22.98777 7.90023e-4 9.28264 10.87822 0.001243293 -12.24407 24.00945 0.001248538 -5.069417 8.086442 0.001245856 -12.81804 15.45044 0.5048998 -12.59453 15.42708 0.234029 -12.78287 15.44386 1.372792 -12.13425 15.54153 0.8364732 -12.42311 15.44842 0.6068366 -12.49267 15.43061 0.4181388 -12.70062 15.43308 1.117296 -12.32418 15.48418 0.4849233 -12.32858 18.13149 0.8182656 -12.10816 18.1416 0.231366 -12.5667 18.17448 0.579977 -12.20031 18.12723 0.4098158 -12.46127 18.14903 1.102296 -11.98631 18.16443 0.001245081 -12.15251 20.42262 -0.4154929 -11.96874 20.35776 -0.5746983 -11.6912 20.30603 -0.7358306 16.85812 12.28175 -0.4641962 -11.39909 22.15216 -0.9485893 -3.426419 8.610724 -1.006116 -6.710752 8.438601 -0.9947442 0.1833238 9.875518 -1.40292 0.1887464 10.13095 -1.126107 2.987183 10.74702 -0.5549045 -12.25132 12.63309 -1.378323 -11.89021 12.6257 -0.8687592 -12.10302 12.59741 -0.7552987 8.48392 11.12613 -1.637755 8.603974 12.05149 -2.289605 7.131134 12.71788 -1.379978 5.062556 11.36128 -1.032055 6.838377 11.27082 -1.142145 -9.772902 9.454337 -0.7305085 -10.6686 9.938106 -0.716337 14.39797 12.08331 -1.380108 -6.542049 8.56521 -2.333521 -6.03796 9.471338 -2.42203 -3.456025 9.829726 -0.3702729 17.38775 12.0143 0.001248478 58.24824 2.369294 -0.1412416 -14.03069 24.55434 -0.1308996 -13.33714 24.49622 -0.1734316 -12.5245 24.30621 -0.226239 -11.86824 23.63693 -0.2338443 -11.72818 22.19385 -0.2687829 -3.492614 8.324496 -0.3094887 -6.943409 8.310579 -0.2958673 0.1825532 9.527899 -0.3638736 3.026181 10.33862 -0.5004404 5.27237 10.84448 -0.5231069 6.67826 11.00894 -0.2471958 -12.37556 12.66146 -0.3821448 8.430881 10.96104 -0.2826253 10.15104 10.97649 -0.2916541 -10.22671 9.577737 -0.3027858 12.13785 11.37157 -0.3443109 14.52595 11.91672 0.001242816 -12.40383 12.66945 -0.2350065 -12.09406 20.40001 -0.4844513 -11.82657 20.32147 -0.8190507 -11.58627 20.32636 0.001248538 -10.27435 9.592156 0.001242995 -13.36194 24.42495 0.001248598 43.02791 4.734682 -0.3899621 -11.70016 23.71974 -0.4378611 -11.33737 23.05672 -0.5449572 -11.24985 22.14558 -0.4089758 -11.57035 22.17686 -0.630702 -11.35603 10.63611 -0.8398512 -11.21984 10.54443 -1.257899 -10.81037 10.3689 -2.100485 -3.318015 9.408869 -2.454074 -2.10909 10.27622 -1.324874 -1.974306 9.297926 -1.351161 -3.370488 8.816349 -1.388374 -4.850515 8.531827 -0.9275478 -2.011786 9.066743 -0.5737503 -3.470278 8.450045 -0.9876556 -4.942954 8.361164 -0.6191444 0.1837396 9.680043 -2.243407 0.2108879 10.844 -0.7369711 3.025348 10.52158 -1.546772 2.955772 11.05016 -1.680472 4.844504 11.60644 -0.9137938 7.675331 11.21565 -2.561544 6.500876 12.90415 -1.938566 7.160699 12.17722 -0.6630041 -12.18039 12.61798 -0.4483414 -12.31623 12.64637 -1.123442 -12.00952 12.59283 -1.590846 -11.74148 12.65861 -0.6231953 9.266168 11.07076 -1.311446 8.748671 11.62108 -1.979777 7.822642 12.44937 -1.27991 9.306393 11.641 -0.5841086 10.0241 11.11801 -2.365705 5.96515 12.52453 -1.018002 5.344407 11.11832 -1.423278 -9.592923 9.530574 -0.5478191 -10.28954 9.653411 -0.894886 -10.07953 9.549999 -0.639014 -6.851591 8.365851 -1.044201 -8.423008 8.813003 -0.6482558 11.95669 11.51229 -0.6936389 13.16041 11.80291 -2.404645 -4.732077 9.563515 -2.05026 -6.195065 9.085366 0.001161873 26.19529 9.976681 -0.2130433 -12.16565 24.07176 -0.2883008 -5.056763 8.13316 0.001248478 53.21908 2.898469 -0.3092457 9.291531 10.93006 -0.3597432 15.87151 12.05872 0.001215636 3.017265 10.25775 2.473e-4 14.5907 11.83576 4.0128e-4 17.75655 11.87145 0.001244246 -14.03708 24.5028 0.001243174 -12.58483 24.23433 0.001243531 -11.95497 23.59235 0.001244246 -11.80374 22.20042 0.001248538 -6.977062 8.287312 8.84956e-4 5.218243 10.7381 0.001248657 72.84976 2.574417 -0.1386289 -13.72207 24.53863 -0.1363888 -12.92244 24.42083 -0.2281342 -11.69988 23.00864 -0.2624291 -2.059403 8.749049 -0.4654045 7.562115 11.00786 -0.324988 13.29882 11.66283 -0.2859248 11.07721 11.11782 -0.4880491 18.67595 11.96185 -0.2616229 -11.30203 10.55811 -0.3160415 -8.78818 8.808266 0.001248538 34.13833 7.378941 5.38135e-4 20.18287 11.5744 0.001248538 -2.064321 8.693619 3.28418e-4 11.13334 11.06317 0.001248538 -8.839365 8.81019 2.47302e-4 13.34471 11.59996 7.23988e-4 7.50018 10.93612 -0.7435759 17.82822 12.2102 -0.7268882 15.64024 12.27056 -0.3952541 -11.52359 23.04153 -0.4853276 -11.27968 10.56083 -0.7169854 -11.49623 10.89993 -1.029444 -10.96238 10.38078 -1.375397 -8.203412 8.902718 -1.497063 -10.68684 10.43467 -1.972267 -7.706362 9.321111 -2.116079 -4.693539 9.111367 -2.09149 -1.962059 9.904518 -0.5605476 -2.042584 8.883901 -0.6079142 -5.015658 8.236879 0.001248538 0.1815595 9.462661 -1.688084 7.821714 11.97678 -2.164553 6.535237 12.34805 -0.6038562 10.88014 11.26586 -0.6772261 -8.883345 8.864043 2.85798e-4 16.02802 11.95038 0.001244962 -14.38706 24.5214 -0.5024027 -12.59453 15.42708 -1.370294 -12.13425 15.54153 -0.833976 -12.42311 15.44842 -0.2315354 -12.78287 15.44386 -0.6043394 -12.49267 15.43061 -0.4156424 -12.70062 15.43308 -1.114799 -12.32418 15.48418 -0.4824261 -12.32858 18.13149 -0.8157684 -12.10816 18.1416 -0.2288724 -12.5667 18.17448 -0.5774798 -12.20031 18.12723 -0.4073195 -12.46127 18.14903 -1.099799 -11.98631 18.16443 0.001245915 -12.61259 18.18918 60.57814 1.929198 17.01418 60.81579 1.628674 16.97657 55.79274 -1.118341 18.69825 56.33787 -1.442616 18.62529 47.57432 -5.338214 19.88686 48.05685 -6.236639 20.03735 39.92705 -8.244326 20.6247 40.4508 -9.446007 20.8288 32.88063 -10.74977 21.35662 32.36939 -9.645342 20.86365 31.26094 -10.80111 21.24118 28.59346 -9.820265 20.86272 29.92016 -9.215603 21.20328 31.20297 -9.114367 20.67463 19.36658 -4.176716 19.09335 17.7983 -4.358701 19.71706 16.29896 -4.930176 19.10821 16.31454 -4.110804 19.14407 15.0897 -3.545235 18.77965 18.19874 -3.763047 18.94879 16.5741 -3.181593 18.55069 12.95381 -3.765251 18.67166 14.59795 -4.689958 19.05724 10.43706 -4.676472 19.64056 9.60328 -3.417239 19.4162 6.038317 -2.460621 19.88277 6.506608 -4.65255 20.20697 10.14726 13.90204 11.31776 9.923836 13.86571 11.30812 10.84834 11.98263 12.72064 11.13578 12.08149 12.70182 13.63455 7.529618 14.88711 13.05138 7.329045 14.92528 13.15563 2.662685 16.82384 14.565 2.861958 16.84495 13.67709 0.03304195 18.06782 12.08583 -1.22319 18.35622 13.10864 -0.5777807 18.20609 11.6565 0.3849707 18.05126 11.21569 -0.6268158 18.49389 10.76654 -1.630191 18.76302 10.82279 0.5899029 18.19493 10.60705 -0.2516537 18.58461 10.00067 -1.389188 18.71958 6.641507 2.566395 18.0954 4.268342 -4.93891 20.42067 2.054754 -5.031873 19.95049 3.988229 -2.779441 19.73911 1.878336 -3.13446 19.52512 6.876299 3.136639 17.32565 5.561018 2.897345 17.50939 5.786004 1.41847 18.34599 4.563609 1.611375 17.99193 2.550778 -2.152941 18.77062 2.831737 -1.216315 18.64563 4.477236 -1.298145 18.88272 3.90333 -2.066074 19.25193 64.92251 -13.40237 8.870338 66.01859 -14.43071 8.938884 52.33826 -18.74741 12.64703 51.59736 -18.00161 12.64579 41.86388 -20.7838 15.06196 42.67119 -21.50485 15.06412 36.76582 -22.97476 16.80311 35.17412 -23.45697 16.76707 33.90935 -23.61955 17.07767 35.92874 -22.27239 16.79972 35.06836 -22.74507 16.63925 33.95186 -22.51472 16.7518 34.2915 -21.81372 16.72526 32.23332 -23.85423 17.51488 33.21537 -21.29442 16.63675 32.89108 -22.21052 16.93927 20.1161 -19.17524 21.14557 19.90377 -17.20534 21.13033 20.72943 -16.6385 20.08315 18.74687 -16.74482 20.76691 16.64113 -15.3712 20.1578 10.6077 -10.72052 19.82975 6.29888 -7.639568 19.18343 19.12252 -16.06095 20.27034 16.66242 -17.43715 21.187 16.88043 -15.05876 19.62074 15.18446 -16.23666 20.58799 11.57021 -10.612 18.89175 9.412326 -11.25607 20.19157 7.183964 -7.43235 18.47168 5.759653 -8.215392 19.46355 61.00511 1.559918 16.36305 60.64308 2.087579 16.46353 55.62537 -1.002967 16.67465 55.95342 -1.282954 16.62118 47.73083 -5.246502 17.17981 48.06706 -5.809502 17.3303 39.9186 -8.313185 18.20598 40.01036 -9.018736 18.41009 32.14405 -11.13268 18.70916 32.59574 -9.384831 17.94172 31.2484 -10.29326 17.98646 30.57007 -10.84948 18.63555 28.43166 -10.20119 18.32245 30.9681 -8.918635 17.85692 30.05382 -9.803681 17.82176 19.4027 -4.687987 16.32721 17.76489 -5.142624 16.00357 17.363 -5.625957 16.63893 16.85975 -4.720979 15.88443 16.03944 -3.769747 15.97664 18.51573 -4.33494 16.17628 16.92052 -3.770421 15.9627 15.13909 -3.657107 15.9283 14.85224 -4.622391 16.37545 10.24725 -4.969007 16.58801 9.871163 -3.827422 16.24743 6.349344 -5.130244 16.62977 10.91635 11.91783 11.15786 11.2038 12.01669 11.13905 13.71344 7.40676 13.18574 13.13027 7.206187 13.22391 13.30344 2.470642 15.03774 14.70102 2.700557 15.05097 13.95362 -0.2394256 16.11785 12.42586 -1.167666 16.41133 13.46117 -0.8903742 16.23334 12.1903 -0.05905628 15.97143 11.82706 -1.162564 15.92637 11.28075 -1.935503 16.80353 11.81847 -5.00679e-4 16.05299 11.1384 -1.124249 15.86925 10.65846 -1.79287 16.75446 6.676754 1.74402 14.83742 5.441115 1.810689 15.20237 5.934607 0.8675881 15.59119 4.615799 1.194156 15.43439 3.033225 -1.537131 16.50985 4.618289 -1.703363 16.511 76.54895 -9.463843 4.554553 74.65522 -9.440711 5.320333 64.89517 -13.63894 6.601379 65.73912 -14.35948 6.291539 52.64835 -18.94727 10.29952 52.20286 -18.27367 10.29828 42.7354 -21.71297 12.71332 42.52506 -20.99191 12.71116 37.04226 -23.2007 14.0459 35.45231 -23.68773 14.56747 34.19209 -23.66722 14.44187 36.20518 -22.31111 14.04252 35.32917 -22.89248 14.41074 35.03067 -22.33348 14.36422 34.3866 -22.70442 14.36621 32.75886 -23.41156 14.96456 34.08452 -21.98637 14.61526 33.29538 -22.41591 14.35836 19.51693 -18.10892 18.52064 20.95217 -17.02372 18.21337 20.34774 -17.48717 17.95219 19.14235 -16.80157 17.95873 17.10592 -15.51241 18.40775 10.1378 -10.53455 16.92936 6.524267 -8.01813 16.40344 19.42408 -16.29239 18.18872 18.5258 -17.41368 18.61225 17.32193 -15.21843 18.4893 16.98157 -15.97156 18.75512 10.60186 -10.07646 17.17653 10.20231 -10.6062 17.37326 7.095561 -7.459349 16.65895 6.329852 -8.218108 16.95852 31.2402 -9.849497 20.90617 9.259358 1.466346 15.79045 8.861309 0.4955187 15.49076 8.343134 -0.3135271 16.25616 8.806153 1.344602 18.64866 8.019398 0.1536531 18.26319 9.018417 1.980626 17.82308 17.48253 -6.82872 18.79628 10.23402 -6.696472 19.00976 50.46811 -17.62117 13.34593 17.53703 -14.16287 19.56422 12.8807 -10.15664 18.88521 60.37208 0.654994 16.62152 55.75796 -1.9493 17.49835 12.4221 -6.03861 17.69432 62.64996 -13.08799 8.883146 19.20038 -15.52044 18.9897 31.13347 -11.58611 20.56639 55.11002 -0.999383 18.31786 31.62392 -8.641922 19.85329 13.78426 -2.955543 18.03781 10.62415 13.51662 11.50532 14.34468 0.1580209 17.28228 13.56312 -0.8601837 17.7566 5.474359 -1.290403 18.48847 21.53174 -4.973814 17.55819 10.64736 13.59464 11.07614 15.30803 3.024677 15.37162 14.62232 0.2045049 16.48577 11.04376 -2.178133 17.28317 8.205274 -0.454752 16.88279 9.710171 13.72858 11.2527 11.0809 10.52389 12.34462 12.47138 2.566763 16.34206 11.56366 0.965044 17.3438 3.790149 1.743117 17.47708 1.891388 -1.180458 18.27967 66.88752 -15.26401 7.699969 52.92048 -19.56755 11.40615 42.64047 -22.3054 14.24392 36.73509 -23.77531 15.9829 35.09108 -24.21731 16.29585 33.89522 -24.25062 16.42189 32.14829 -23.68416 16.72023 21.58118 -20.28183 19.85364 15.65995 -18.89576 20.3247 14.13651 -17.49042 20.01525 8.711544 -11.97876 19.109 5.338449 -8.838761 18.66215 12.54482 2.84874 15.76411 11.88452 0.9858618 16.61699 4.14893 1.631579 16.3012 2.540755 -1.478512 17.20978 74.7564 -11.37834 4.93088 66.38423 -15.15874 6.870366 52.86242 -19.71587 10.59633 42.82463 -22.42192 13.20267 37.25923 -23.96733 14.83082 35.40303 -24.54079 15.13876 34.3118 -24.49967 15.38061 32.02828 -24.0887 15.67737 20.36783 -19.55672 18.77804 17.21877 -18.26997 18.88224 15.3795 -16.68146 18.72509 9.782406 -11.4664 17.58108 5.841058 -8.877808 17.24017 11.3132 0.9852944 16.79699 0.8821315 -3.715686 17.95143 3.26738 -6.290743 16.11628 2.887965 -2.936857 16.44366 2.934273 -7.3365 15.44238 2.388586 -2.488213 17.4315 2.467369 -6.840622 17.07568 1.147428 -3.826838 18.55332 1.197839 -5.491329 18.62761 3.307531 -4.151909 16.71917 1.538218 -2.512579 18.25357 2.055973 -6.72851 17.44655 2.717616 -2.939228 17.04425 3.208501 -6.507872 16.63564 17.86112 -18.77119 19.75759 17.62491 -18.69863 20.2646 18.03429 -18.01547 20.62749 18.45725 -20.39501 20.50463 18.80533 -20.0665 19.39912 16.48372 -19.57972 20.66911 17.61734 -19.19008 19.06 17.60157 -18.42435 21.77425 18.87562 -19.5962 21.32039 17.89829 -19.24865 20.38467 18.07705 -18.6986 20.95497 18.6361 -18.26504 20.83511 18.58403 -18.89919 19.35608 18.1492 -19.29422 19.55858 18.64993 -18.10744 20.12665 18.29751 -18.06069 20.22601 18.09869 -18.53673 19.64613 17.67851 -18.31102 20.69718 2.241222 -1.529353 17.2116 1.061845 -1.623144 18.06068 1.755245 -7.701031 15.97337 0.7350121 -6.055378 17.38465 1.102205 -7.333029 16.47862 3.255456 -4.148264 16.55459 -60.57564 1.929198 17.01419 -60.8133 1.628674 16.97657 -55.79024 -1.118341 18.69826 -56.33537 -1.442616 18.62529 -47.57182 -5.338214 19.88687 -48.05435 -6.236639 20.03735 -39.92456 -8.244326 20.6247 -40.44831 -9.446007 20.8288 -32.87813 -10.74977 21.35662 -32.3669 -9.645342 20.86365 -31.25844 -10.80111 21.24118 -28.59096 -9.820265 20.86272 -29.91766 -9.215603 21.20328 -31.20047 -9.114367 20.67463 -19.36408 -4.176716 19.09335 -17.7958 -4.358701 19.71706 -16.29646 -4.930176 19.10821 -16.31204 -4.110804 19.14407 -15.08721 -3.545235 18.77965 -18.19625 -3.763047 18.94879 -16.5716 -3.181593 18.55069 -12.95131 -3.765251 18.67167 -14.59546 -4.689958 19.05724 -10.43456 -4.676472 19.64056 -9.600782 -3.417239 19.4162 -6.03582 -2.460621 19.88277 -6.50411 -4.65255 20.20697 -10.14476 13.90204 11.31776 -9.921339 13.86571 11.30812 -10.84584 11.98263 12.72064 -11.13328 12.08149 12.70182 -13.63205 7.529618 14.88711 -13.04888 7.329045 14.92528 -13.15313 2.662685 16.82384 -14.5625 2.861958 16.84495 -13.67459 0.03304195 18.06782 -12.08333 -1.22319 18.35622 -13.10614 -0.5777807 18.20609 -11.654 0.3849707 18.05126 -11.21319 -0.6268158 18.49389 -10.76404 -1.630191 18.76302 -10.82029 0.5899029 18.19493 -10.60455 -0.2516537 18.58461 -9.998177 -1.389188 18.71958 -6.639009 2.566395 18.0954 -4.265844 -4.93891 20.42068 -2.052257 -5.031873 19.9505 -3.985731 -2.779441 19.73911 -1.875839 -3.13446 19.52512 -6.873802 3.136639 17.32566 -5.558521 2.897345 17.50939 -5.783506 1.41847 18.34599 -4.561112 1.611375 17.99193 -2.548281 -2.152941 18.77062 -2.829239 -1.216315 18.64563 -4.474738 -1.298145 18.88272 -3.900833 -2.066074 19.25193 -64.92001 -13.40237 8.870338 -66.01609 -14.43071 8.938884 -52.33575 -18.74741 12.64703 -51.59486 -18.00161 12.64579 -41.86138 -20.7838 15.06196 -42.6687 -21.50485 15.06412 -36.76332 -22.97476 16.80311 -35.17163 -23.45697 16.76707 -33.90685 -23.61955 17.07767 -35.92625 -22.27239 16.79972 -35.06586 -22.74507 16.63925 -33.94937 -22.51472 16.7518 -34.28901 -21.81372 16.72526 -32.23083 -23.85423 17.51488 -33.21288 -21.29442 16.63675 -32.88859 -22.21052 16.93927 -20.11361 -19.17524 21.14557 -19.90128 -17.20534 21.13033 -20.72694 -16.6385 20.08315 -18.74437 -16.74482 20.76691 -16.63863 -15.3712 20.1578 -10.6052 -10.72052 19.82975 -6.296383 -7.639568 19.18343 -19.12003 -16.06095 20.27034 -16.65992 -17.43715 21.187 -16.87793 -15.05876 19.62074 -15.18197 -16.23666 20.58799 -11.56771 -10.612 18.89175 -9.409829 -11.25607 20.19157 -5.757155 -8.215392 19.46355 -61.00261 1.559918 16.36305 -55.62287 -1.002967 16.67465 -55.95092 -1.282954 16.62118 -47.72833 -5.246502 17.17981 -48.06456 -5.809502 17.3303 -39.91611 -8.313185 18.20598 -40.00786 -9.018736 18.41009 -32.14156 -11.13268 18.70916 -32.59325 -9.384831 17.94172 -31.2459 -10.29326 17.98646 -30.56757 -10.84948 18.63555 -28.42916 -10.20119 18.32245 -30.9656 -8.918635 17.85692 -30.05133 -9.803681 17.82176 -19.4002 -4.687987 16.32721 -17.76239 -5.142624 16.00357 -17.3605 -5.625957 16.63893 -16.85726 -4.720979 15.88443 -16.03694 -3.769747 15.97665 -18.51324 -4.33494 16.17628 -16.91802 -3.770421 15.9627 -15.1366 -3.657107 15.9283 -14.84975 -4.622391 16.37545 -10.24475 -4.969007 16.58801 -9.868666 -3.827422 16.24743 -6.346847 -5.130244 16.62977 -10.01789 14.11808 10.8007 -10.91386 11.91783 11.15786 -11.2013 12.01669 11.13905 -13.71095 7.40676 13.18574 -13.12778 7.206187 13.22392 -13.30095 2.470642 15.03774 -14.69853 2.700557 15.05097 -13.95113 -0.2394256 16.11785 -12.42337 -1.167666 16.41133 -13.45867 -0.8903742 16.23334 -12.1878 -0.05905628 15.97143 -11.82456 -1.162564 15.92637 -11.27826 -1.935503 16.80353 -11.81597 -5.00679e-4 16.05299 -11.13591 -1.124249 15.86925 -10.65597 -1.79287 16.75446 -6.674257 1.74402 14.83742 -7.145879 2.954154 15.04283 -6.329258 3.390433 14.79472 -5.438618 1.810689 15.20237 -5.93211 0.8675881 15.59119 -4.613302 1.194156 15.43439 -3.030727 -1.537131 16.50985 -4.615792 -1.703363 16.511 -76.54645 -9.463843 4.554553 -74.65271 -9.440711 5.320333 -64.89267 -13.63894 6.601379 -65.73661 -14.35948 6.291539 -52.64585 -18.94727 10.29952 -52.20036 -18.27367 10.29828 -42.73291 -21.71297 12.71332 -42.52257 -20.99191 12.71116 -37.03976 -23.2007 14.0459 -35.44981 -23.68773 14.56747 -34.18959 -23.66722 14.44187 -36.20269 -22.31111 14.04252 -35.32667 -22.89248 14.41074 -35.02818 -22.33348 14.36422 -34.3841 -22.70442 14.36621 -32.75636 -23.41156 14.96456 -34.08203 -21.98637 14.61526 -33.29289 -22.41591 14.35836 -19.51444 -18.10892 18.52064 -20.94968 -17.02372 18.21337 -20.34525 -17.48717 17.95219 -19.13986 -16.80157 17.95873 -17.10342 -15.51241 18.40775 -10.13531 -10.53455 16.92936 -6.52177 -8.01813 16.40344 -19.42159 -16.29239 18.18872 -18.5233 -17.41368 18.61225 -17.31943 -15.21843 18.4893 -16.97908 -15.97156 18.75512 -10.59937 -10.07646 17.17653 -10.19981 -10.6062 17.37326 -7.093064 -7.459349 16.65895 -6.327354 -8.218108 16.95852 -31.23771 -9.849497 20.90617 -9.256861 1.466346 15.79045 -8.858812 0.4955187 15.49076 -8.340637 -0.3135271 16.25616 -8.803655 1.344602 18.64867 -8.016901 0.1536531 18.26319 -9.015919 1.980626 17.82308 -48.75215 -6.570591 19.14922 -17.48003 -6.82872 18.79628 -64.09239 -12.99951 9.368371 -40.65635 -20.04392 15.10916 -34.20167 -20.70293 16.4406 -29.64544 -11.02522 19.35834 -62.64746 -13.08799 8.883146 -41.81195 -20.27075 14.12016 -35.2169 -21.95465 14.89041 -31.13098 -11.58611 20.56639 -16.29489 -2.956631 18.13339 -11.23523 -2.928857 17.91254 -10.62165 13.51662 11.50532 -15.16274 2.800618 16.00707 -12.36903 -2.005914 18.27963 -18.63457 -3.793985 16.95548 -8.202776 -0.454752 16.88279 -9.721026 -1.912262 18.22708 -9.707674 13.72858 11.2527 -12.59707 6.983103 14.27135 -5.240661 3.017804 17.07654 -3.787651 1.743117 17.47708 -1.888891 -1.180458 18.27967 -66.88502 -15.26401 7.699969 -52.91798 -19.56755 11.40615 -42.63798 -22.3054 14.24392 -36.7326 -23.77531 15.9829 -35.08858 -24.21731 16.29585 -33.89272 -24.25062 16.42189 -32.14579 -23.68416 16.72023 -21.57869 -20.28183 19.85364 -15.65745 -18.89576 20.3247 -14.13401 -17.49042 20.01525 -8.709047 -11.97876 19.109 -5.335951 -8.838761 18.66215 -9.567031 13.94272 10.77367 -12.46181 7.379877 13.82509 -12.54232 2.84874 15.76411 -4.146432 1.631579 16.3012 -2.538258 -1.478512 17.20978 -74.75389 -11.37834 4.93088 -66.38172 -15.15874 6.870366 -52.85992 -19.71587 10.59633 -42.82213 -22.42192 13.20267 -37.25674 -23.96733 14.83082 -35.40053 -24.54079 15.13876 -34.30931 -24.49967 15.38061 -32.02579 -24.0887 15.67737 -20.36534 -19.55672 18.77804 -17.21627 -18.26997 18.88224 -15.377 -16.68146 18.72509 -9.779909 -11.4664 17.58108 -5.838561 -8.877808 17.24017 -9.466632 2.396478 16.38527 -10.92323 0.9213057 17.41876 -2.238724 -1.529353 17.2116 -2.931776 -7.3365 15.44238 -2.386088 -2.488213 17.4315 -2.464872 -6.840622 17.07568 -1.144931 -3.826838 18.55332 -1.195342 -5.491329 18.62761 -3.305033 -4.151909 16.71917 -3.58461 -5.779827 16.49557 -1.535721 -2.512579 18.25357 -2.053475 -6.72851 17.44655 -2.715118 -2.939228 17.04425 -3.206004 -6.507872 16.63564 -18.45475 -20.39501 20.50463 -18.80283 -20.0665 19.39912 -16.48122 -19.57972 20.66911 -17.61485 -19.19008 19.06 -17.59908 -18.42435 21.77425 -18.87312 -19.5962 21.32039 -17.8958 -19.24865 20.38467 -18.07455 -18.6986 20.95497 -18.63361 -18.26504 20.83511 -18.58154 -18.89919 19.35608 -18.1467 -19.29422 19.55858 -18.64743 -18.10744 20.12665 -18.03179 -18.01547 20.62749 -17.85863 -18.77119 19.75759 -17.67601 -18.31102 20.69718 -17.62241 -18.69863 20.2646 -18.09619 -18.53673 19.64613 -18.29502 -18.06069 20.22601 -1.752748 -7.701031 15.97337 -0.8796343 -3.715686 17.95143 -0.7325149 -6.055378 17.38465 -1.099708 -7.333029 16.47862 -3.252959 -4.148264 16.55459 -3.264883 -6.290743 16.11628 -2.885468 -2.936857 16.44367 0.6141831 -15.68679 25.65274 0.626466 -16.16471 25.62464 0.6425464 -14.949 25.66304 0.6227692 -15.60539 25.65952 0.5536016 -17.2201 25.59974 0.5038795 -17.79218 25.55115 0.4212312 -17.59897 25.57833 0.561762 -17.33763 25.6087 0.6444104 -17.53084 25.58152 0.3422873 -18.46109 25.61248 0.3513223 -18.65633 25.56014 0.2462779 -18.74051 25.51131 0.2372429 -18.54528 25.56365 0.4478973 -17.94479 25.59269 0.5166414 -18.11598 25.56028 0.4012582 -18.29294 25.52943 0.3325141 -18.12174 25.56183 0.3455478 -18.16019 25.73336 0.4072066 -18.27135 25.66309 0.5155045 -18.15505 25.7244 0.4538457 -18.0439 25.79465 0.2332255 -18.63792 25.73999 0.2541257 -18.74371 25.65172 0.337721 -18.74934 25.74048 0.3168208 -18.64355 25.82875 0.642876 -17.58622 25.73945 0.568908 -17.48089 25.79487 0.438066 -17.65453 25.74009 0.5120339 -17.75987 25.68467 0.5524647 -17.23133 25.77472 0.6234571 -15.6042 25.8205 0.6302621 -14.95399 25.77737 0.6253291 -16.1721 25.78082 0.6130463 -15.71033 25.81088 0.4288943 -18.16285 25.8025 0.2779938 -18.69816 25.80198 0.546361 -17.59604 25.8032 0.7547399 -15.7719 25.6473 0.7550902 -16.00961 25.63433 0.4887369 -16.11087 25.62871 0.4768045 -15.87066 25.64384 0.4828459 -16.11531 25.76385 0.4709135 -15.88322 25.77996 0.7588199 -15.8009 25.78404 0.7591703 -16.03059 25.77009 0.6143561 -15.85095 25.84079 0.6204975 -16.0738 25.82478 0.8137727 -15.09067 25.66367 0.7794194 -15.42321 25.65334 0.4660687 -15.48871 25.67245 0.4514924 -15.16485 25.66565 0.4676554 -15.4888 25.81094 0.4562037 -15.17175 25.77361 0.7990186 -15.09207 25.7857 0.7807619 -15.42522 25.7915 0.6213862 -15.14204 25.84142 0.6268173 -15.45782 25.86637 0.6102204 -16.32073 25.78362 0.6113573 -16.32002 25.61647 0.5824596 -16.7238 25.74413 0.5835966 -16.71048 25.5997 0.5813624 -16.83399 25.61348 0.5802255 -16.82961 25.75909 0.5829855 -16.62117 25.76568 0.5968659 -16.42012 25.79635 0.4589667 -16.6683 25.7208 0.4716326 -16.46623 25.74059 0.7231205 -16.37569 25.7453 0.7080256 -16.5767 25.72559 0.7209427 -16.37276 25.61461 0.705848 -16.56751 25.60626 0.4693218 -16.65818 25.60153 0.4819878 -16.46247 25.60995 0.4453182 -17.16394 25.60113 0.4579842 -16.9709 25.60801 0.6882961 -16.891 25.61203 0.6732013 -17.08406 25.60516 0.6902508 -16.89049 25.74065 0.675156 -17.09138 25.74847 0.4385256 -17.17181 25.7444 0.4511916 -16.97099 25.73659 0.5563302 -17.11999 25.81135 0.5702106 -16.92634 25.78923 0.3166429 -18.77612 26.0438 0.1941168 -19.1255 26.06013 0.3229112 -19.02272 26.05098 0.1878485 -18.8789 26.05294 0.4165778 -18.32036 26.00532 0.2803458 -18.49006 26.02411 0.3137826 -18.71758 26.0483 0.4500145 -18.54788 26.02951 0.5410861 -17.90696 26.02471 0.40742 -18.07115 26.04183 0.463039 -18.2586 26.07122 0.5967051 -18.0944 26.05411 0.6019063 -17.53058 26.07748 0.4971497 -17.68396 26.0712 0.5870353 -17.8304 26.06642 0.6917919 -17.67702 26.07269 0.6369892 -17.13763 26.07292 0.5228029 -17.30913 26.0718 0.6221183 -17.46949 26.06955 0.7363046 -17.29799 26.07067 0.08756417 -19.16083 26.06148 0.1244214 -19.37832 26.06559 0.1855128 -19.22774 26.06876 0.6321296 -16.19069 26.08106 0.6638354 -15.64736 26.12307 0.6065044 -17.14201 26.06366 0.6035133 -16.77578 26.07912 0.6084762 -16.7442 26.08048 0.6150531 -16.24531 26.09877 0.5985757 -16.26366 25.94919 0.594142 -16.71425 25.93768 0.5899766 -16.77404 25.93143 0.5929676 -17.13345 25.91988 0.6576462 -15.61598 25.9556 0.6230206 -16.15914 25.90957 0.198724 -19.22237 25.91083 0.1230546 -19.33723 25.916 0.09153586 -19.18303 25.88711 0.6968039 -17.33327 25.91628 0.6124274 -17.46372 25.93542 0.5429218 -17.33296 25.91695 0.6272984 -17.20251 25.89781 0.655052 -17.68642 25.90963 0.5758591 -17.81933 25.92015 0.5115372 -17.68328 25.90898 0.5907301 -17.55037 25.89846 0.5627015 -18.11394 25.89789 0.4625254 -18.24735 25.92469 0.4279904 -18.09643 25.88481 0.5281665 -17.96302 25.85801 0.4160092 -18.56363 25.85448 0.3204165 -18.66714 25.89316 0.3029541 -18.50387 25.85175 0.3985468 -18.40035 25.81306 0.2244275 -18.89246 25.81415 0.3063225 -18.9593 25.80833 0.2318528 -19.04147 25.79764 0.2988972 -18.81029 25.82484 0.1114702 -19.23613 25.82405 0.610172 -17.30872 25.84646 0.5721184 -17.65401 25.82392 0.49642 -18.0716 25.83213 0.3568449 -18.50688 25.79424 0.2705399 -18.8683 25.66251 0.5184507 -15.79909 26.11371 0.5158702 -16.07821 26.09186 0.7641679 -16.02005 26.09251 0.7932931 -15.75583 26.11266 0.781651 -15.72891 25.97546 0.7496346 -15.99269 25.95335 0.5193956 -16.04878 25.94877 0.5220049 -15.76939 25.97269 0.6319151 -15.99305 25.92087 0.6490596 -15.75582 25.94278 0.5085508 -16.38407 26.09021 0.4975112 -16.62493 26.08093 0.7225421 -16.61627 26.08902 0.7180795 -16.35824 26.09804 0.6695672 -16.36721 25.96938 0.6751015 -16.60149 25.96372 0.5176745 -16.6143 25.95882 0.5276424 -16.398 25.96468 0.5814974 -16.59918 25.92441 0.5822659 -16.40553 25.9273 0.4910007 -16.87376 26.0731 0.4914991 -17.05702 26.06567 0.7200141 -17.04801 26.0691 0.7175216 -16.86504 26.07713 0.6701577 -16.86585 25.94955 0.6726503 -17.04555 25.94308 0.5117895 -17.05208 25.94274 0.511291 -16.87236 25.94782 0.5786831 -17.02984 25.90969 0.5771875 -16.88096 25.91063 0.6596043 -15.17845 26.05702 0.6484593 -15.37707 26.00404 0.5237702 -15.18854 26.08772 0.5288738 -15.42572 26.03046 0.7745026 -15.38261 26.03502 0.8010815 -15.1618 26.08945 0.8304403 -15.18303 26.26477 0.8025448 -15.43183 26.21834 0.5090212 -15.48211 26.21779 0.5052341 -15.21505 26.26717 0.6448026 -15.51827 25.96529 0.6662779 -15.06028 26.07696 0.6747056 -15.07664 26.28423 0.6505974 -15.5925 26.18842 0.7020753 -14.5993 26.8905 1.039423 -14.70519 26.40015 0.9414408 -14.52108 25.71957 0.8833427 -15.35291 25.59849 0.773536 -16.70805 25.52346 0.4717507 -18.65132 26.21857 0.6286643 -18.04079 26.26798 0.76702 -17.31664 26.2628 0.877983 -15.83247 26.20274 0.8102041 -16.76053 26.26774 0.8147503 -16.76701 26.12791 0.8131824 -16.38183 26.27606 0.9496048 -15.54638 25.89267 0.2032968 -19.14711 25.58245 0.8703922 -16.5624 25.72813 0.6002675 -18.09567 25.6198 0.9584762 -15.37747 25.99094 0.9732506 -15.73787 25.88773 0.5883019 -13.57746 26.73515 0.8462926 -13.75507 26.24225 0.8406262 -13.59373 25.76848 0.4432613 -11.82172 25.8477 0.5807591 -12.05165 25.6243 0.6027146 -12.29304 25.435 0.3136622 -10.68876 24.14022 0.4090765 -10.78778 24.15395 0.403138 -11.0053 24.16407 0.9849563 -15.20831 26.26007 0.92559 -15.18667 26.50439 0.6793711 -14.9119 26.76062 0.4491806 -18.63696 26.29634 0.5847904 -18.09506 26.33899 0.7394254 -17.30415 26.34251 0.8505873 -15.87237 26.33345 0.7719759 -16.76237 26.34186 0.7833605 -16.43762 26.35577 0.5893958 -14.90341 25.44559 0.7715262 -16.37607 26.22778 0.758827 -16.75047 26.20567 0.8569948 -15.84784 26.23674 0.9063643 -15.24663 26.36778 0.6409316 -14.99664 26.53114 0.390617 -15.28983 26.46124 0.4480922 -16.75454 26.22966 0.4188527 -16.39922 26.29672 0.4002236 -15.88609 26.35816 0.2546359 -18.1134 25.4823 0.1722342 -18.47198 25.44897 0.3100727 -17.53632 25.52776 0.3409622 -15.32198 25.55269 0.3692841 -15.95674 25.60745 0.4468774 -18.47325 25.4239 0.5678734 -18.10156 25.49101 0.3584008 -18.75931 25.49258 0.655515 -17.74192 25.52359 0.8354075 -15.44064 25.4307 0.8531568 -15.13638 25.53138 0.8193523 -15.86345 25.59811 0.1851149 -17.43112 26.48589 0.2036804 -17.04674 26.5291 0.7416903 -17.31432 26.24707 0.7350353 -17.60513 26.15248 0.7824013 -17.06294 26.14756 0.5800325 -18.18646 26.22817 0.4944896 -18.53895 26.12497 0.6840736 -17.88932 26.14741 0.2940804 -17.96622 26.18712 0.3907881 -17.52274 26.20151 0.432063 -17.12124 26.21523 0.4112941 -15.96537 25.71417 0.5981513 -16.2145 25.68411 0.7926759 -15.91898 25.71402 0.4097451 -15.28591 25.69565 0.6078751 -15.63908 25.75464 0.8393124 -15.24987 25.71822 0.6411824 -14.8967 25.65923 0.6770038 -17.57596 25.66555 0.557267 -17.42123 25.68867 0.3731305 -17.64348 25.66772 0.4928673 -17.79821 25.6446 0.2121371 -18.49743 25.5611 0.2332888 -18.79839 25.54618 0.3790417 -18.66638 25.54849 0.3578901 -18.36542 25.56341 0.3010859 -18.08516 25.60935 0.386476 -18.31527 25.59264 0.5422182 -18.11173 25.6098 0.456828 -17.88162 25.62651 0.2011641 -18.84836 25.53401 0.06904822 -18.76238 25.544 0.5068098 -18.47908 26.03246 0.4357602 -18.23757 26.0348 0.6526048 -18.00577 26.04334 0.468661 -18.22653 26.04031 0.3788329 -18.03891 26.04397 0.5627768 -17.81815 26.04699 0.7364163 -17.5567 26.0495 0.5731859 -17.76134 26.04643 0.4554976 -17.55812 26.04885 0.618728 -17.35349 26.05192 0.7752645 -17.14246 26.05051 0.6276072 -17.32788 26.04953 0.5030699 -17.1502 26.05119 0.6507273 -16.96479 26.05216 0.6747381 -15.59551 26.10841 0.8060706 -15.79411 26.12141 0.6207986 -16.01385 26.12884 0.4894661 -15.81525 26.11584 0.6095826 -16.56673 26.06382 0.7524413 -16.74291 26.05628 0.6410707 -16.9293 26.0527 0.498212 -16.75313 26.06025 0.6235703 -16.08913 26.10788 0.7386743 -16.29788 26.08476 0.6074751 -16.5224 26.06362 0.4923712 -16.31366 26.08675 0.608466 -16.16671 26.14191 0.6674468 -16.29964 26.12979 0.5970443 -16.45251 26.11801 0.5380635 -16.31958 26.13013 0.604831 -16.60929 26.11554 0.6922066 -16.73662 26.11023 0.628479 -16.86862 26.10674 0.5411034 -16.74129 26.11206 0.6639258 -15.66635 26.18475 0.7137069 -15.78578 26.19357 0.6177334 -15.92678 26.20224 0.5679522 -15.80735 26.19342 0.1640842 -19.22847 26.09725 0.7093113 -17.13502 26.10171 0.6278058 -17.27095 26.09828 0.5562718 -17.1394 26.10136 0.6377774 -17.00347 26.10479 0.6653115 -17.55279 26.09642 0.5788152 -17.68285 26.09366 0.5214025 -17.55506 26.09615 0.6078987 -17.42501 26.09892 0.5894346 -17.99559 26.08917 0.4979402 -18.15166 26.08794 0.4514509 -18.0292 26.08896 0.5429453 -17.87313 26.0902 0.4400687 -18.47718 26.08312 0.3358601 -18.61672 26.08455 0.3126389 -18.45438 26.08177 0.4168474 -18.31483 26.08035 0.1727603 -18.85017 25.49099 0.09764713 -18.80285 25.49163 0.03793668 -18.9279 25.47766 0.1130499 -18.97523 25.47702 0.3282635 -18.11162 25.55012 0.3995413 -18.26695 25.54419 0.5010662 -18.12811 25.55131 0.4297884 -17.97279 25.55724 0.2423207 -18.53417 25.50654 0.2423053 -18.74419 25.50512 0.3370127 -18.64054 25.50301 0.3370281 -18.43051 25.50443 0.6305142 -17.52039 25.56964 0.538147 -17.44085 25.56494 0.4245252 -17.57683 25.57343 0.5168924 -17.65637 25.57813 0.4773508 -15.26232 25.62283 0.6222507 -15.53581 25.64565 0.7708029 -15.25631 25.64374 0.6259031 -14.98282 25.62091 0.4821441 -15.88069 25.62617 0.6070265 -16.04717 25.60947 0.7285832 -15.86192 25.62147 0.6037009 -15.69545 25.63817 0.5006136 -18.29544 25.48294 0.1782892 -18.3915 26.17964 0.135506 -18.7891 26.16795 0.2425982 -18.45382 26.04248 0.3136478 -18.69533 26.04013 0.1866272 -19.2028 26.05182 0.2941638 -18.70738 26.05249 0.2014654 -19.15943 26.05103 0.1536007 -18.82711 26.05447 0.2059564 -18.86103 26.09802 0.2301518 -19.07069 26.0956 0.2900153 -18.77569 26.09869 0.8163987 -13.42457 27.77632 1.228021 -13.82576 27.75881 1.355153 -13.19003 28.93193 1.599201 -13.05363 28.69785 1.563958 -12.79024 28.45338 1.132033 -12.55091 28.35955 0.9853719 -12.95891 28.9062 0.7974942 -12.58318 28.57828 1.146571 -10.47867 29.12765 1.336597 -10.64722 29.49184 1.456494 -10.62522 28.91806 1.850676 -10.72876 29.09161 1.92374 -10.70757 29.40179 1.719584 -10.77257 29.59242 0.3566552 -16.42371 25.57393 0.3378996 -16.89055 25.56169 0.7488414 -16.83247 25.38543 0.7186478 -17.36156 25.48452 0.768801 -16.90999 25.60727 0.7956621 -16.33605 25.55412 0.6030639 -16.27257 25.69124 0.4062346 -16.56902 25.67447 0.7458242 -16.47397 25.67493 0.548995 -16.77043 25.65816 0.3838647 -17.1024 25.66826 0.546689 -16.81607 25.66839 0.5988288 -16.31959 25.60109 0.4694547 -16.54911 25.5816 0.6851731 -16.47375 25.56728 0.555799 -16.70326 25.54779 0.5542759 -17.03723 25.57664 0.4538113 -16.91938 25.57863 0.6519479 -16.86054 25.58229 0.5514833 -16.74269 25.58428 0.5527575 -17.3106 25.67176 0.7155818 -17.02427 25.67189 0.6058186 -15.66986 25.74408 0.6751967 -15.54565 26.10296 0.4582179 -15.26996 26.22753 0.6940594 -15.00003 26.33893 0.9110383 -15.27572 26.21436 0.7706745 -15.34406 26.33863 0.6682286 -15.18763 26.41142 0.5509138 -15.3381 26.34718 0.6533598 -15.49454 26.27439 0.5702471 -14.26321 25.3392 0.4180781 -14.83572 25.221 0.2736349 -15.9353 25.45556 0.248705 -15.34601 25.34762 0.2241395 -17.09632 25.44072 0.2514418 -16.5918 25.4673 0.2599769 -16.2695 25.46085 0.1305492 -16.18108 25.52268 0.1319162 -16.45577 25.53726 0.1290071 -16.69212 25.52396 0.1396533 -15.36729 25.41097 0.1395031 -15.86654 25.51371 0.2226559 -14.86596 25.28333 0.2886797 -14.42679 25.38204 0.3063085 -14.64002 25.59678 0.294709 -14.99882 25.6072 0.2385346 -15.78662 25.75168 0.2445101 -15.38535 25.70336 0.2444425 -16.79965 25.76071 0.2654159 -16.39948 25.77456 0.2499411 -16.08973 25.75891 0.1690763 -14.4361 25.69965 0.226149 -14.70297 25.8331 0.2979663 -15.01272 25.90206 0.2674227 -15.77762 25.9368 0.2685504 -15.39213 25.9297 0.3294253 -16.40057 25.95496 0.3019073 -16.07646 25.94222 1.295667 -6.867109 29.8786 1.392297 -6.924263 30.10999 1.490916 -6.892042 29.74493 1.739367 -6.93416 29.87735 1.739059 -6.667257 30.11857 1.587238 -6.682295 30.21753 1.41508 -4.243684 30.54599 0.3607071 -19.08855 26.06371 0.2789596 -19.27708 26.16291 0.3629573 -19.04841 26.18047 0.2823871 -19.18699 26.24566 0.3650647 -18.92816 26.26807 0.3788626 -18.86857 26.16159 0.2927796 -19.18513 26.149 0.3792202 -18.89876 26.04748 0.304837 -19.18064 26.05063 0.337321 -18.89556 26.09635 0.2911006 -19.07515 26.0962 3.413279 -13.88453 0.7371721 5.867311 -13.63224 0.7695999 5.635206 -13.67215 0.7868433 3.396988 -14.16499 0.7996664 3.151673 -14.11738 0.7887049 5.915297 -13.90323 0.8393927 5.658069 -13.94649 0.8526507 4.735066 -14.50055 0.9243746 4.449601 -14.51635 0.9255352 3.324642 -14.56818 0.660306 3.1261 -14.52921 0.6495915 5.949041 -14.31858 0.7060576 5.753679 -14.3542 0.7186108 4.691628 -14.91474 0.7951002 4.46332 -14.92749 0.7959843 3.231145 -14.91584 0.3248215 3.128477 -14.88855 0.3183699 5.967446 -14.68368 0.3663111 5.86629 -14.70809 0.3733988 4.624904 -15.27958 0.4485788 4.502828 -15.29085 0.4493618 3.254685 -14.82026 0.2472267 3.121753 -14.78657 0.2469263 5.966585 -14.58139 0.2759056 5.829365 -14.61145 0.2763395 4.652095 -15.18369 0.3452396 4.484607 -15.19779 0.3464909 3.349173 -14.42438 0.345067 3.119746 -14.37812 0.3501797 5.952456 -14.17187 0.3491192 5.712462 -14.21464 0.347764 4.722916 -14.77927 0.4118338 4.442666 -14.79516 0.4134407 3.022005 -14.23612 0.5620012 3.043122 -14.64675 0.4337645 3.496746 -14.32999 0.5678501 3.374595 -14.7194 0.4447785 4.30793 -14.67634 0.6543589 4.376665 -15.07686 0.5591936 4.873647 -14.64465 0.6515913 4.772461 -15.05002 0.5570574 5.562376 -14.10831 0.5888958 5.707612 -14.50442 0.4896994 6.059598 -14.02229 0.576993 6.040195 -14.43875 0.4767122 1.574183 -11.32461 0.5992594 1.777535 -10.97005 0.7394343 1.983433 -10.7393 0.7154503 1.838215 -11.56317 0.5480099 2.148311 -11.29801 0.6693268 1.977646 -10.89116 0.4406939 1.954252 -11.2953 0.3955536 1.771483 -11.13331 0.4310789 1.658073 -11.57301 0.3036442 1.549031 -11.47194 0.3268213 1.607817 -11.65548 0.4456711 1.522861 -11.5755 0.4614353 1.909949 -11.44111 0.8330317 1.754959 -11.30362 0.861105 2.195712 -11.14588 0.9731617 2.007705 -10.9799 1.007744 4.416825 -2.492352 5.869995 4.086678 -2.542145 5.787229 4.136598 -1.545146 7.299921 3.915924 -1.526957 7.275067 5.957406 -4.042382 6.944891 5.907563 -4.142533 6.994208 3.94103 -1.421432 7.094706 4.099244 -1.410775 7.15286 4.377628 16.65595 9.152047 4.256152 16.6508 9.157571 4.373661 16.80331 9.085498 4.239716 16.77408 9.099137 4.462718 16.60268 8.986912 4.184885 16.5596 9.001829 0.4208252 -13.51736 25.50138 0.01586645 -19.2979 25.89229 0.02647274 -19.31141 26.05831 1.053005 73.89532 5.158343 30.16078 -28.18781 21.81024 30.09741 -28.18206 21.39349 23.53099 -23.53277 21.24956 24.033 -23.12863 21.47788 24.0916 -23.47404 20.20101 23.45396 -23.63431 20.68496 25.72294 -24.0524 20.44793 25.5873 -23.80854 21.16021 18.07248 -19.2665 19.96164 1.086039 -7.797848 22.09406 0.7378711 -7.699945 22.06133 1.031584 -7.765293 22.77165 0.706498 -7.671659 22.74401 1.302979 -4.142099 30.67402 1.29575 -4.143688 30.57917 2.820705 5.97368 1.254763 2.51044 6.046267 1.253147 5.833267 6.561146 1.378438 5.501833 6.47156 1.383102 4.393349 5.69963 1.427894 4.072612 5.674283 1.426986 2.764699 5.534845 0.9996853 2.503146 5.594909 0.9978809 5.851954 5.877913 1.082487 5.600324 5.807515 1.094146 4.339134 4.996469 1.123898 4.082017 4.975692 1.126098 2.668214 5.01878 0.587801 2.531962 5.059528 0.5857926 5.795495 5.348213 0.6457825 5.68015 5.311686 0.6583834 4.256514 4.476407 0.6573038 4.124698 4.459216 0.6613073 2.704457 5.162906 0.4824667 2.521659 5.216972 0.4788952 5.803153 5.480572 0.5828295 5.645907 5.434827 0.586647 4.283841 4.62044 0.5804644 4.103218 4.599077 0.5841761 2.815207 5.627417 0.5183773 2.499906 5.703659 0.5154457 5.872491 6.219971 0.6275864 5.549533 6.133453 0.6292973 4.362738 5.356166 0.6367703 4.03348 5.329205 0.6425085 4.031185 5.666464 0.5497732 2.355438 5.90281 0.868783 2.40447 5.426666 0.7233286 2.981005 5.753981 0.8733301 2.848822 5.312536 0.7287045 3.894341 5.476971 1.027509 3.983851 4.767962 0.8447733 4.544337 5.529278 1.022677 4.421592 4.810101 0.8388634 5.36173 6.252766 0.9990711 5.51792 5.585865 0.833581 6.016121 6.428869 0.9926949 5.926795 5.702007 0.8181048 0.7776677 9.616644 0.6520319 0.8800936 10.06428 0.8968487 1.195847 10.6736 1.042878 1.13644 9.366438 0.7080813 1.399577 9.711279 0.9722672 1.361265 10.43663 0.6367474 1.271414 9.652044 0.5317488 1.037152 9.807829 0.494688 0.9936113 9.283079 0.3674784 0.8553495 9.381895 0.3449774 0.8753639 9.176856 0.4941807 0.7763286 9.252167 0.4730377 1.115932 9.564854 1.043359 0.8954208 9.716245 1.009811 1.312014 9.922414 1.387071 1.026792 10.11963 1.34871 1.343545 10.67802 1.475235 2.807356 11.46187 0.7810001 1.69742 19.74298 12.98529 1.238502 19.70314 12.5027 1.91821 17.14042 13.639 1.455252 16.94574 13.02312 0.5002868 68.31567 2.436228 0.6911525 68.41538 2.698656 0.591126 58.34125 2.574877 0.8683397 58.46528 2.836407 0.768745 48.0809 3.912395 1.073596 48.13927 4.196138 0.8456243 38.45262 6.2974 1.150573 38.49644 6.612965 0.970793 29.95317 9.232236 1.298386 29.99488 9.590944 1.089056 23.60191 11.3949 1.499907 23.6508 11.80685 1.976235 19.88303 14.00095 2.120027 17.09864 14.8319 1.139853 17.17033 16.54384 0.8198251 68.55478 3.1489 1.071898 58.60198 3.337821 1.320286 48.23858 4.735446 1.392241 38.58634 7.23329 1.545437 30.08718 10.33731 1.798345 23.75 12.70654 5.452539 11.56726 5.467061 2.996075 11.28869 5.287413 4.799342 10.85996 4.525283 4.868798 11.02945 4.183302 4.159683 10.77519 4.402436 4.252673 10.95745 4.105052 5.342247 11.36838 4.302943 5.268258 11.1863 4.756309 3.523667 11.28582 4.177849 3.413658 10.9665 4.511748 5.261307 7.239993 0.4445677 5.09458 6.871582 1.096868 6.23392 7.080324 1.046674 6.120498 7.380695 0.4166155 3.826474 6.453087 0.3783455 3.716845 6.099043 1.049273 4.722652 6.143352 1.021527 4.631272 6.495065 0.3673582 2.394875 6.95124 0.3465223 2.256699 6.635886 0.9801016 3.363472 6.5051 1.024837 3.348535 6.8441 0.3754816 5.076344 10.28283 0.7258167 4.997976 9.934565 1.561441 6.20607 10.00333 1.453009 6.05634 10.29667 0.6676855 3.93831 9.844253 0.6254587 3.826893 9.564157 1.491814 4.912407 9.652746 1.541182 4.850375 9.975968 0.6700258 2.847276 10.43475 0.6025515 2.707589 10.22671 1.450619 3.816965 9.761294 1.503625 3.781628 10.07127 0.6356897 3.111124 11.51935 0.6284514 2.9479 10.95875 1.473781 3.858834 10.26151 1.588931 3.869411 10.92891 0.6768532 3.929544 10.84345 0.6771174 3.866918 10.19881 1.591359 4.997403 10.30934 1.650181 4.993367 11.00824 0.7421074 5.071269 10.99998 0.7375364 5.017211 10.38292 1.643904 6.253468 10.59175 1.511756 6.144665 11.04929 0.7087212 3.213421 11.91727 0.5636978 3.031087 11.2197 1.279696 6.042314 12.89581 2.816019 2.52138 8.018115 0.4611197 2.690807 9.052852 0.4963417 2.391515 7.831764 1.02301 2.550336 9.069754 1.14493 3.57013 7.757417 1.086327 3.705732 8.939589 1.201884 3.534367 7.9597 0.4991446 3.640887 8.932771 0.5377913 3.836795 7.504801 0.4740324 3.877211 8.537998 0.517911 3.706622 7.325843 1.058619 3.731056 8.559059 1.202345 4.811615 7.324703 1.051111 4.884066 8.590289 1.218989 4.699561 7.518915 0.4761229 4.782301 8.593526 0.5370617 5.214293 8.447734 0.5957642 5.159574 9.42165 0.662756 4.981065 8.221159 1.175121 4.994906 9.288817 1.305284 6.19845 8.267768 1.119574 6.146733 9.252367 1.23917 6.13597 8.512342 0.5605936 6.052718 9.415401 0.6163559 6.057316 11.96106 2.270977 6.140326 11.19539 1.731493 6.110624 12.8662 1.950961 6.143795 11.89777 1.081871 2.499882 7.17917 0.1812181 3.238983 7.110467 0.1853446 3.923396 6.683293 0.1786251 4.541731 6.714293 0.1713752 5.968497 7.590644 0.2296781 5.40782 7.533642 0.2398653 5.863036 9.42938 0.4029064 5.981818 8.556715 0.3556271 5.291954 9.423966 0.4149494 5.395359 8.506855 0.3664827 4.011849 8.483821 0.2839203 3.963185 7.525373 0.2575731 4.656713 8.539713 0.2999611 4.592597 7.550025 0.2614956 2.775505 9.007335 0.268321 2.622583 8.059082 0.2494096 3.530987 8.89084 0.2993279 3.401203 8.001013 0.2767792 3.162543 11.72644 0.3692274 3.882188 11.29836 0.3511677 2.946539 10.54188 0.3703556 3.697854 10.27126 0.379364 3.980073 11.09102 0.3549099 4.922421 11.2365 0.4124308 4.047636 9.949464 0.3808489 4.71681 10.07186 0.4172249 5.930346 11.19493 0.3737841 5.065553 11.20759 0.3694763 5.827618 10.38827 0.4200058 5.155974 10.36455 0.4283238 3.946917 13.03189 0.6746588 4.048828 13.88812 1.694039 3.349499 12.59065 0.3804951 4.1036 13.02884 0.6623497 4.232033 13.88789 1.687062 5.854924 12.86744 0.7325955 5.860728 13.6719 1.781019 2.481003 6.352822 1.551267 2.956607 6.300846 1.570665 2.927083 9.896448 2.200428 3.429704 9.66281 2.229817 3.128659 10.38051 2.335949 3.583493 10.04439 2.383201 3.646472 11.21574 3.631516 2.987663 6.204061 0.2192583 2.567818 6.265118 0.2079801 3.298968 10.90318 3.140736 3.76466 10.75675 3.11097 3.327736 10.57549 2.701735 3.750923 10.34405 2.645471 2.733476 7.608242 0.2663937 3.093608 7.584337 0.2704945 3.010942 6.687695 0.05774593 2.631972 6.732492 0.05772113 3.091063 7.292652 0.1011753 2.674452 7.333024 0.1006736 3.060725 9.510762 0.2910442 3.378482 9.430131 0.2989721 3.101805 7.599292 0.2601366 2.760909 7.621496 0.255847 3.241729 8.019132 0.1506528 2.794033 8.058041 0.1312074 3.371227 8.877346 0.1714458 2.930685 8.936888 0.1491088 3.399925 9.605876 0.3311892 3.079697 9.700195 0.3255291 3.49655 12.03304 0.2968931 3.785108 11.78127 0.275486 3.723355 11.35708 0.2246942 3.305898 11.55583 0.2232551 3.541603 10.33641 0.2689953 3.117884 10.47534 0.2695084 3.771124 12.4881 0.2851486 3.530575 12.65334 0.3504629 3.540955 13.96452 2.410621 3.91965 14.06305 2.335441 3.751917 13.51435 0.6338291 3.499111 13.53567 0.699687 3.802275 14.03538 1.597321 3.509837 14.03316 1.631578 5.460892 6.719719 1.604111 5.966555 6.821544 1.57594 5.262429 9.666279 2.261596 5.764755 9.730381 2.206575 5.252143 10.03235 2.387299 5.797387 10.17828 2.28871 5.373265 11.24618 3.659009 5.777743 11.92043 3.492142 5.858616 6.653421 0.2735863 5.485408 6.568264 0.2820568 5.249928 10.76988 3.035977 5.668195 11.0958 2.891376 5.213121 10.32849 2.56299 5.692767 10.54011 2.440042 5.603903 8.034285 0.3458176 5.873296 8.067141 0.3386288 5.783998 7.108468 0.0931797 5.492712 7.084322 0.09617805 5.852059 7.734092 0.1585502 5.516894 7.710874 0.1628093 5.387163 9.888512 0.4360275 5.626145 9.873512 0.4279461 5.858494 8.077559 0.3313866 5.604134 8.048115 0.3382797 5.851095 8.541462 0.2414493 5.501685 8.514722 0.245696 5.740477 9.396005 0.2854395 5.393573 9.388092 0.2903557 5.617122 9.940014 0.4188671 5.373082 9.952072 0.4263172 5.290136 11.66815 0.2936821 5.727326 11.61971 0.2988577 5.704018 11.18744 0.2154874 5.221607 11.18651 0.2159252 5.683293 10.38492 0.2860518 5.285878 10.37037 0.2896538 5.578769 12.40864 0.266449 5.631012 14.09848 2.434152 5.353063 13.49776 0.5945377 5.399231 14.03678 1.623389 3.988979 5.843943 1.595849 4.431984 5.861135 1.576453 4.100013 9.355558 2.258532 4.562609 9.364088 2.280622 4.124136 9.807981 2.386627 4.647483 9.813658 2.409092 4.304035 10.95458 3.623423 4.869525 11.00394 3.636655 4.405074 5.826834 0.2441272 4.02049 5.79055 0.252327 4.273186 10.65887 3.09606 4.774569 10.6796 3.095141 4.17883 10.24717 2.598968 4.707729 10.25451 2.611746 4.109291 7.131355 0.2607269 4.382907 7.135656 0.2585821 4.393919 6.293733 0.04920387 4.0492 6.267034 0.05430889 4.412987 6.859516 0.09477615 4.036647 6.843376 0.09938716 4.224135 9.09996 0.308712 4.498337 9.134296 0.3190994 4.379247 7.144571 0.2512131 4.120498 7.141475 0.252945 4.461588 7.566111 0.144947 4.083186 7.547781 0.142579 4.520786 8.492608 0.1761159 4.132729 8.458762 0.1684303 4.499804 9.329197 0.3500176 4.224154 9.290219 0.3384037 4.223774 11.62632 0.3047714 4.772599 11.68838 0.3375311 4.670495 11.1546 0.2793913 4.184833 11.06905 0.2505035 4.559769 10.05182 0.3024311 4.17974 9.981084 0.2833452 4.611558 14.16397 2.332914 4.589552 13.49936 0.5836134 4.687671 14.04387 1.601337 2.60609 12.42327 2.896429 2.594726 10.93351 2.062283 3.088806 13.74987 2.285015 3.261934 13.54829 0.7372027 2.937983 13.30833 0.7830677 3.214269 13.9735 1.584072 2.853377 13.56385 1.630578 2.98388 12.24068 3.581664 3.168069 11.73261 3.812603 3.134959 11.53919 3.403683 4.607578 5.825526 0.9348927 2.893872 6.338185 1.074866 2.517014 6.398116 1.069318 5.842462 6.665832 1.378917 5.48843 6.472408 0.4704361 4.389022 5.797613 1.426627 4.047992 5.7705 1.436934 2.835149 8.669443 2.052175 2.601014 8.896906 1.834414 2.875653 9.298364 2.17025 3.198092 8.608302 2.06801 3.300946 9.21053 2.17968 3.484215 8.768729 1.874427 2.77822 7.919746 1.821771 2.664547 7.132737 1.746794 2.511263 7.807621 1.623093 3.101444 7.870292 1.847175 3.33104 7.723077 1.681711 3.026417 7.088535 1.774831 5.39134 8.823395 2.174835 5.14595 9.022293 1.980648 5.322583 9.258704 2.20216 5.644693 8.835317 2.152923 5.6735 9.27775 2.173943 5.882165 9.001515 1.931893 5.45181 8.218513 2.030561 5.43988 7.520035 1.851463 5.152379 8.140851 1.820123 5.716395 8.230021 2.008588 5.949722 8.157481 1.771165 5.851925 7.576488 1.823047 4.098342 8.177285 2.099566 3.864921 8.395766 1.901558 4.089397 8.897464 2.238296 4.411441 8.158421 2.115041 4.477674 8.895606 2.25047 4.682746 8.37465 1.922881 4.099096 7.389349 1.903684 4.053824 6.662797 1.78646 3.868276 7.30357 1.689351 4.363188 7.368271 1.92093 4.625604 7.27356 1.698555 4.381605 6.652045 1.786515 0.440122 -17.45562 26.77408 0.4524461 -18.33107 26.66593 0.9276486 -16.22264 27.21253 0.2562509 -19.17882 26.57293 0.324231 -18.87223 26.61294 0.5727883 -18.51084 26.3857 0.7092054 -17.94344 26.432 0.8531649 -17.3128 26.46661 0.9401789 -16.80462 26.50141 0.8965216 -16.00258 26.84636 0.8224043 -16.0808 26.85047 0.6734929 -16.10255 26.8678 0.9556432 -15.89491 26.9198 0.9351571 -15.91658 26.87034 0.6960176 -16.11289 26.93395 0.872492 -16.07875 26.9899 0.9445706 -15.96852 26.9691 0.5857029 -18.72518 26.14488 0.6979522 -18.12446 26.03582 0.7841314 -18.11159 26.13566 0.9557361 -17.41 26.14208 1.030813 -16.85259 26.16489 1.093692 -16.46497 26.18071 1.233292 -15.66562 25.56129 0.2589513 -19.1727 25.43819 1.021162 -16.7319 25.5225 0.7156165 -18.10711 25.45659 0.9349146 -16.0219 26.85449 0.824028 -16.14384 26.85206 0.9843363 -15.92051 26.87416 0.894823 -16.10674 27.01469 0.6127529 -16.57648 26.78237 0.8388105 -16.54155 26.71638 0.9852136 -15.96968 26.98796 1.021205 -15.75024 25.94625 1.216452 -15.85755 25.99165 1.273617 -15.0747 25.75829 1.281421 -15.23529 25.86839 1.266824 -15.43984 25.92638 1.196026 -16.18224 26.21033 1.187603 -15.75103 26.78169 1.113041 -16.06841 26.72065 0.3250505 -15.69135 27.70112 0.5503791 -15.73478 27.62331 0.9721795 -15.80359 27.52038 0.4161051 -16.07202 27.55419 0.3203754 -18.69828 25.11804 0.7905002 -16.16501 24.97119 1.034052 -15.81288 25.36876 0.8871086 -16.82066 25.37836 0.5471264 -18.11905 25.0985 0.4529091 -18.59199 25.1773 0.6790557 -17.98614 25.33963 1.079652 -14.2308 25.27245 1.170389 -14.2493 25.57721 1.069162 -14.38301 26.63673 1.227045 -13.04288 26.57454 1.46955 -12.56198 26.8193 0.9019653 -13.45421 25.288 0.5320429 -13.3388 24.85844 0.9718498 -13.5078 25.61792 1.009138 -13.19899 26.47064 1.296328 -11.46185 25.91441 1.558883 -11.11221 26.08173 0.768209 -12.42585 25.01847 0.4450679 -12.40268 24.66172 0.9821971 -12.37216 25.28506 1.058165 -11.61349 25.89999 1.060796 -11.8814 25.80622 1.360931 -10.34931 24.33915 1.629404 -9.882885 24.39162 0.759886 -11.37541 23.96704 1.161548 -11.22439 24.1311 1.096007 -10.48458 24.36916 1.104787 -10.65041 24.33479 1.438658 -9.977318 21.9981 1.739107 -9.431433 21.9769 1.275097 -10.91177 22.2139 1.094973 -10.14787 22.01951 1.144928 -10.29544 22.04691 1.354825 -11.74665 27.28313 1.489248 -10.55483 26.54605 1.56777 -9.283972 24.89294 -0.3658328 -8.680697 20.03243 -1.217055 -10.55742 20.11339 -1.324371 -10.71877 20.19275 0.6808352 -16.66674 27.07145 0.5290135 -16.68467 26.89527 1.077002 -15.83409 25.97154 1.127735 -15.333 25.86268 1.135089 -15.42941 25.91878 1.255183 -15.1562 25.63477 1.379444 -15.40552 26.2527 1.374715 -15.43866 26.05889 1.333138 -15.70342 26.27024 1.317283 -15.75312 26.10091 1.280779 -15.94874 26.25076 1.247439 -15.59592 26.63974 1.326169 -15.45167 26.44331 1.287215 -15.74868 26.44939 1.237282 -16.00113 26.49785 1.21042 -15.89439 26.62137 1.257014 -15.04508 26.57161 1.345031 -15.01307 26.38887 1.196032 -14.42598 26.46869 1.317287 -14.46725 26.32245 1.211795 -13.64246 25.97189 1.032961 -13.30126 25.89063 1.095837 -13.56183 25.85316 1.220762 -13.86591 26.30728 1.115726 -13.56518 26.39058 1.086682 -13.10188 26.25718 1.399386 -15.04738 26.21388 1.405093 -15.16674 26.0145 1.379932 -14.63603 26.15112 1.391251 -14.91799 25.92428 1.256571 -14.20494 25.78732 1.294657 -15.03148 27.2104 1.302472 -15.03997 27.04094 1.202013 -15.52789 26.99277 1.260889 -15.17251 27.37685 1.02485 -15.35643 27.63308 1.361808 -14.39526 27.01018 1.200289 -14.33789 26.81613 1.386608 -14.2712 27.23347 1.417057 -13.5719 27.11599 0.8794624 -11.90855 27.84406 0.4589124 -16.9092 27.11172 1.132469 -15.67989 27.12407 1.122594 -15.7602 27.30021 0.6187959 -17.27799 26.68736 1.026037 -14.91011 27.82688 1.286202 -14.68992 27.5987 0.5644411 -14.72485 28.05804 0.327396 -13.75475 28.10827 0.3630134 -13.89882 27.94312 0.5760641 -14.61212 28.0028 0.790858 -13.41259 27.73772 1.221485 -13.98607 27.6185 1.185453 -14.59632 27.70935 0.9678766 -14.73614 27.88825 0.3534803 -12.35675 27.90764 0.1687809 -13.74551 27.98575 -1.681725 -9.091362 20.12459 0.001242756 -17.97295 27.04236 0.3117673 -17.8054 26.87346 1.002798 -16.06061 26.78112 0.9529368 -16.01328 26.82796 1.112024 -15.74611 26.9495 1.108666 -15.81489 26.84426 1.030867 -15.87092 26.86006 0.6217987 -16.34057 26.95982 0.8469699 -16.10677 27.0764 0.8332365 -16.19339 27.09506 1.003412 -15.92516 27.06769 0.828832 -16.24857 26.77879 0.8169268 -16.16586 26.82296 0.6146501 -16.32908 26.82488 0.6310803 -16.21417 26.90476 0.6633632 -16.18337 26.86776 0.6388224 -16.25169 26.85057 1.046363 -15.83571 26.94784 1.029574 -15.86643 26.89955 1.262123 -15.30331 26.88767 1.213086 -14.90247 26.75352 1.065284 -16.3078 26.62521 1.092067 -16.44897 26.44869 0.9817502 -15.93596 27.03977 0.7300507 -16.21483 26.96372 0.6886621 -16.22966 26.99679 0.2265162 -19.47576 26.47948 0.2615261 -19.32608 26.53574 0.4295606 -18.76995 26.62759 0.3822976 -18.86681 26.61126 3.661482 -2.86978 11.74611 2.863053 -3.863727 10.45694 4.949512 -5.516358 14.94865 3.28449 0.1702423 12.34723 2.888192 0.5408335 17.14215 3.705958 0.3750105 15.60304 3.781782 0.2717152 13.8966 1.095383 0.7804022 18.48713 0.3184621 -18.94577 26.56197 0.281808 -19.11026 26.55076 0.2632287 -19.13357 26.6098 0.2945546 -18.99147 26.63859 0.3076605 -19.40822 26.24742 0.4522918 -19.01939 26.3042 0.4395143 -19.11417 26.13186 0.2213827 -19.31568 26.64074 0.2984936 -18.99858 26.73476 0.2730087 -19.23228 26.61946 0.3196974 -19.0129 26.67248 0.3066263 -19.22612 26.48074 0.3807091 -18.98624 26.50324 0.3144599 -19.3519 26.36985 0.4403934 -18.96319 26.42395 0.9161975 -16.1452 27.4069 0.6896326 -16.40782 27.36396 3.972162 -3.276899 11.41826 2.953699 -5.803709 10.40694 3.109712 -4.026849 10.59939 3.723676 -8.451735 10.84167 3.205102 -7.521553 10.33616 4.206986 -3.262743 10.95248 5.18037 -3.932581 11.71198 3.030547 -5.61858 10.23715 3.262017 -3.891723 10.45347 5.575587 -5.65723 11.81281 5.149332 -7.085928 11.17965 4.197011 -7.413401 10.54291 3.418412 -7.041723 10.20023 4.373165 -3.20099 10.22452 5.33659 -3.959433 10.39167 2.955317 -5.417066 9.855085 3.30179 -3.817681 10.00482 5.642364 -5.427437 10.35229 5.56817 -7.875593 2.254395 3.563557 2.662625 13.52227 3.002127 3.092962 17.72883 3.714975 2.875439 16.35307 3.858675 2.703553 14.94169 2.936306 2.877397 12.38068 3.618374 4.561939 14.11254 3.038008 5.598386 17.92871 3.65459 5.042854 16.57843 3.830394 4.652692 15.36324 2.984106 4.845543 13.01083 3.431888 5.558696 14.19367 3.568178 6.021919 16.51965 3.693584 5.530291 15.37978 4.537164 -3.100757 13.4463 4.806698 -3.797972 14.58933 3.763563 -2.124996 14.99069 4.196455 -2.495461 14.01412 5.387531 -4.174383 13.69714 4.953657 -3.63757 12.74161 5.615879 -5.549233 13.82916 5.706552 -5.610115 12.86503 5.504414 -7.270515 13.08801 4.657132 -8.242039 11.94569 4.718458 -7.598148 14.2602 3.846507 -8.718369 13.43204 4.51702 -3.192655 8.519825 4.496605 -3.092425 6.971321 5.388908 -3.813374 8.447417 5.202775 -3.619049 6.790917 3.045047 -5.019841 8.417538 3.319856 -4.665833 6.850038 3.437889 -3.719227 8.502133 3.61082 -3.543791 6.965597 5.577348 -5.013839 8.353967 5.344685 -4.709291 6.697884 4.363181 -6.668953 8.217047 4.29824 -6.890799 10.21003 4.346516 -6.888515 9.364641 5.064043 -6.301804 8.339028 5.252596 -5.947718 8.371452 4.347358 -6.332708 7.211127 4.335792 -6.059122 6.633272 3.361839 -6.050066 8.307394 3.598059 -6.451616 8.228501 5.42823 -13.41782 0.3281727 5.344405 -13.62208 0.7493811 6.135756 -13.53777 0.7223501 6.052459 -13.35915 0.3227167 4.26802 -13.96159 0.3186588 4.179526 -14.15388 0.7742272 5.014679 -14.13339 0.7528086 4.946656 -13.94091 0.3172884 3.066218 -13.62899 0.2683907 2.984043 -13.80748 0.6604862 3.689532 -13.87014 0.6872587 3.684918 -13.6821 0.277112 5.156824 -11.83751 0.4869518 5.127473 -11.76778 0.9628153 5.939534 -11.68131 0.8916683 5.873395 -11.75987 0.4547463 4.303623 -11.99994 0.4852839 4.249039 -11.95713 0.9915924 5.058344 -11.94666 1.003777 5.022978 -11.99081 0.4995689 3.355375 -11.66038 0.414424 3.306052 -11.64467 0.8514452 4.04488 -11.82016 0.9431963 4.03763 -11.8327 0.4562712 3.426841 -11.05313 0.3218021 3.379946 -11.07041 0.8022766 4.156657 -11.37309 0.9451161 4.172922 -11.3545 0.3669815 4.287241 -11.42312 0.3773689 4.234931 -11.41801 0.9663229 5.086616 -11.41712 0.971674 5.07075 -11.43508 0.394661 5.106065 -11.43642 0.3882647 5.098734 -11.3847 0.9430084 5.902081 -11.18575 0.8220577 5.837112 -11.24643 0.3582544 3.23568 -5.248846 4.93383 5.472107 -9.274994 0.9630966 3.139886 -12.93881 0.4623375 3.241389 -12.35784 0.4678316 3.076906 -13.01725 0.7846089 3.185818 -12.32042 0.8198395 3.8478 -13.05508 0.8303852 3.951586 -12.38756 0.8882418 3.841782 -12.97362 0.4817486 3.939003 -12.4278 0.5001564 4.265131 -13.27186 0.5033789 4.276215 -12.68508 0.531497 4.1952 -13.35208 0.8832235 4.224912 -12.63624 0.9419375 5.02648 -13.35402 0.8770256 5.030966 -12.63533 0.951087 4.975381 -13.27406 0.5072355 5.00139 -12.68536 0.5410738 5.333465 -12.72903 0.5300999 5.25852 -12.26437 0.5399313 5.25864 -12.82475 0.8861761 5.20339 -12.22865 0.9338636 6.071709 -12.78974 0.868804 5.991678 -12.20079 0.907177 6.019211 -12.68634 0.5100994 5.949014 -12.22314 0.514308 5.603764 -10.02341 0.9058228 5.770107 -10.67053 0.8418884 5.6458 -9.77179 0.5433169 5.751149 -10.61963 0.3878841 3.120766 -13.46548 0.1311635 3.63634 -13.50227 0.125329 4.340422 -13.80586 0.1582565 4.888526 -13.78714 0.156229 5.966976 -13.19716 0.1705894 5.509639 -13.22187 0.1690597 5.840088 -12.24208 0.2931738 5.919547 -12.65743 0.2996903 5.346384 -12.27335 0.2969494 5.434492 -12.69449 0.3016291 4.372226 -12.72321 0.3051548 4.3634 -13.25611 0.2919941 4.920646 -12.71923 0.3104057 4.902921 -13.25386 0.2937508 3.293037 -12.37815 0.2468109 3.199953 -12.90381 0.2535305 3.862603 -12.44373 0.270483 3.760538 -12.94114 0.2692156 3.496886 -11.02586 0.06307983 4.155389 -11.19901 0.04799079 3.422187 -11.6355 0.194375 3.976571 -11.74263 0.2009162 4.319391 -11.35532 0.07004928 5.004145 -11.38764 0.08669471 4.386798 -11.98615 0.254735 4.924248 -11.98036 0.2647772 5.727147 -11.29728 0.07263946 5.088945 -11.39598 0.05296802 5.762959 -11.77161 0.2083177 5.225453 -11.83689 0.2100238 4.229251 -10.31882 0.03702831 4.2776 -9.348982 0.2242994 4.306416 -10.36505 0.03323841 4.355098 -9.342852 0.2195491 5.583477 -10.48712 0.1069355 5.537364 -9.589785 0.3073397 5.00075 -7.298565 1.783146 4.063469 -7.229151 1.832343 3.774543 -5.652889 3.183793 3.740779 -4.221155 4.541098 5.032351 -5.827187 3.208205 5.000428 -4.400859 4.513515 3.305498 -4.734881 5.644986 3.38105 -3.969307 5.403252 3.48103 -5.638784 6.023333 3.691029 -7.468527 2.029471 3.970832 -7.442657 2.018119 3.956869 -8.329762 2.906479 3.136716 -13.95442 1.043424 3.436596 -13.97693 1.059737 3.482823 -11.63621 1.318643 3.78095 -11.69363 1.374717 3.586044 -11.03913 1.302284 3.928974 -11.13941 1.389128 4.0748 -9.358805 1.678328 3.441792 -14.10371 0.05956649 3.170449 -14.07133 0.05831718 3.650282 -4.411172 4.65663 3.390335 -4.60326 4.623389 3.704524 -5.832727 3.408178 3.443345 -5.888163 3.442435 3.379172 -6.10417 5.414645 3.77234 -6.586428 5.627017 3.78998 -7.334408 4.441725 4.040384 -9.989605 1.596087 3.602668 -10.49671 1.386256 4.015274 -10.66623 1.46905 3.297746 -13.18558 0.257225 3.538515 -13.19601 0.2568665 3.4773 -13.77786 -0.04057788 3.202495 -13.75151 -0.03510093 3.537092 -13.38008 0.06592559 3.234609 -13.35624 0.07002258 3.508876 -12.12739 0.2291612 3.746597 -12.16469 0.2369813 3.544951 -13.18668 0.2446889 3.316213 -13.17763 0.2448587 3.648625 -12.92377 0.149518 3.320122 -12.89752 0.1361799 3.741705 -12.44644 0.1493053 3.409434 -12.40969 0.1330785 3.761585 -12.07309 0.2643395 3.523044 -12.03295 0.2555246 3.729216 -10.8318 -0.02610874 4.071875 -10.93795 -0.03892612 3.999939 -11.21303 -0.04810905 3.653737 -11.13884 -0.04383659 3.862006 -11.72396 0.1055269 3.549176 -11.67109 0.105154 4.03488 -10.71689 -0.0482006 3.691479 -10.54638 -0.03212451 3.820579 -8.987311 0.4502745 4.149082 -8.9014 0.363225 4.020218 -10.16035 -0.02655887 3.670103 -10.03712 0.00651741 4.089122 -9.393029 0.1398983 3.728631 -9.417105 0.2175798 5.364861 -4.218628 5.418322 5.246998 -3.849288 5.952667 5.370279 -4.694362 6.055215 5.521358 -4.847609 5.714028 5.377194 -5.596951 6.08008 4.993443 -6.020197 6.22385 5.1518 -5.555677 6.276804 5.045484 -7.530451 2.003058 5.393495 -7.581167 2.009745 5.326204 -8.224463 2.722382 4.955743 -8.351117 2.916534 5.60647 -13.70855 1.117866 5.946801 -13.66958 1.095738 5.348096 -11.66366 1.387347 5.661126 -11.62925 1.346412 5.255381 -11.19748 1.381567 5.598018 -11.13992 1.302681 4.923349 -9.40959 1.65321 5.192702 -9.334776 1.532341 5.919188 -13.81169 0.1122446 5.636749 -13.85034 0.1091918 5.461753 -4.902325 4.769107 5.073683 -4.685262 4.715544 5.533762 -6.161732 3.55558 5.117258 -6.086626 3.497363 5.069683 -6.569996 5.700498 5.063823 -7.399441 4.482604 5.013422 -10.08516 1.562791 5.316618 -10.03878 1.442409 5.127065 -10.72964 1.466313 5.467353 -10.66424 1.354287 5.613928 -12.91586 0.3019552 5.819756 -12.90314 0.301302 5.883988 -13.48898 0.007036209 5.63248 -13.50097 0.004852294 5.878705 -13.09402 0.1109094 5.594576 -13.10539 0.1088266 5.436447 -12.06048 0.2787323 5.640555 -12.05378 0.2759504 5.809187 -12.8978 0.289177 5.61373 -12.91029 0.290122 5.823154 -12.66273 0.1840848 5.526872 -12.68573 0.1836013 5.739671 -12.26731 0.1807003 5.438769 -12.28783 0.1807432 5.631621 -12.01678 0.2753677 5.424528 -12.02513 0.278039 5.19859 -11.1055 -0.04459762 5.506379 -11.06374 -0.02588939 5.589895 -11.37365 -0.0591278 5.222029 -11.42374 -0.06674385 5.661314 -11.79574 0.09444141 5.34135 -11.83545 0.0941534 5.484335 -10.91589 -0.01071071 5.177776 -10.96586 -0.03278732 5.174872 -8.788365 0.4002991 5.432173 -8.980706 0.4100132 5.422137 -10.43033 -0.002869606 5.124626 -10.40275 -0.02737617 5.417979 -9.575078 0.1649646 5.151581 -9.404423 0.1358041 4.172962 -6.323278 6.247945 4.2455 -6.080816 6.35516 4.564823 -6.281321 6.246753 4.633561 -8.44913 2.995426 4.310599 -8.439858 2.994162 4.409226 -14.28918 1.188243 4.772536 -14.28125 1.167414 4.464805 -11.89996 1.473108 4.785602 -11.89544 1.476972 4.412314 -11.27739 1.469087 4.800606 -11.28712 1.467172 4.360324 -9.433136 1.716792 4.6418 -9.441855 1.715868 4.759879 -14.38025 0.123352 4.433184 -14.40078 0.1248579 4.20892 -6.771309 5.738017 4.624852 -6.79418 5.731445 4.24566 -7.497524 4.565603 4.640844 -7.55064 4.567271 4.357374 -10.07233 1.634449 4.689093 -10.10166 1.624693 4.374798 -10.7445 1.524584 4.764575 -10.76459 1.519934 4.509331 -13.50749 0.2808714 4.741941 -13.50662 0.2805357 4.763494 -14.0633 -0.001761436 4.447999 -14.08116 -6.96182e-5 4.780251 -13.68362 0.09434223 4.43894 -13.69421 0.09558773 4.539948 -12.42417 0.296236 4.769097 -12.4225 0.2996225 4.739232 -13.50245 0.2716522 4.518983 -13.50239 0.27176 4.79457 -13.24112 0.1794738 4.466541 -13.24318 0.1786193 4.80698 -12.73865 0.1948661 4.476031 -12.74149 0.1927595 4.770308 -12.32178 0.3374348 4.539456 -12.32379 0.3337174 4.476782 -11.0701 -0.03227043 4.854938 -11.10622 -0.02194786 4.838047 -11.44586 -0.01158905 4.473411 -11.43609 -0.01820945 4.804982 -11.98833 0.1801023 4.498379 -11.99095 0.1760253 4.831151 -10.97159 -0.0306015 4.46796 -10.9217 -0.03919792 4.550257 -8.800124 0.3321056 4.867911 -8.73256 0.3671608 4.790088 -10.38115 -0.03550434 4.471474 -10.3516 -0.04082107 4.831665 -9.346207 0.1214666 4.523167 -9.371642 0.1089468 4.842065 -8.481474 0.6008625 4.512198 -8.540259 0.5606756 3.767189 -3.172195 5.493913 4.782907 -5.499869 2.978518 4.087985 -5.428187 2.980947 4.701395 -4.0587 4.346685 4.003314 -3.978587 4.375023 4.284794 -6.989212 1.610198 4.80863 -7.023762 1.579514 4.037997 -2.9542 5.210916 4.615434 -2.949067 5.248974 3.431197 -4.645191 6.250199 3.394239 -4.650244 5.963355 3.679641 -3.069053 6.134493 3.51297 -3.481393 5.67591 3.640545 -3.410748 5.609273 3.560035 -3.523087 6.30065 3.420857 -3.726965 5.807606 3.665001 -5.631474 6.301245 3.559991 -5.579857 6.202751 3.830974 -5.964476 6.310688 3.814636 -6.136557 6.195016 3.378367 -7.868187 2.340765 3.477603 -7.619108 2.113365 3.585735 -9.052615 0.6994257 3.483661 -9.076691 1.032105 3.540367 -9.163271 1.304435 3.107425 -6.898493 3.434967 3.212102 -6.366482 3.319006 3.152768 -6.226429 4.084589 3.659701 -8.225607 2.765383 3.448997 -8.054039 2.53954 3.184233 -7.133823 3.657546 3.239215 -6.727276 4.438746 3.410081 -7.287237 4.028033 3.018892 -14.00614 0.4605379 3.434323 -14.11985 0.1704149 3.146825 -14.07416 0.1636428 5.959711 -13.85486 0.2246284 5.636188 -13.91303 0.2192268 3.443917 -12.54003 1.449559 3.309583 -12.41072 1.199578 3.436731 -12.20415 1.365008 3.560281 -12.55243 1.46467 3.637625 -12.23153 1.400564 3.731396 -12.44915 1.258212 3.398845 -12.89632 1.43579 3.27914 -13.37126 1.286528 3.229094 -12.98207 1.171217 3.520271 -12.90449 1.449401 3.651598 -13.00434 1.213539 3.480726 -13.38249 1.305772 5.544098 -12.35208 1.517549 5.390039 -12.26484 1.307104 5.460568 -12.09512 1.4439 5.653209 -12.34358 1.504459 5.663152 -12.08014 1.421409 5.789747 -12.25897 1.289219 5.585432 -12.66793 1.508561 5.58328 -13.13052 1.365897 5.431627 -12.77462 1.271117 5.700417 -12.65644 1.495824 5.862709 -12.75674 1.258585 5.817237 -13.10355 1.348756 4.571941 -12.84791 1.554921 4.424691 -12.72249 1.340406 4.538794 -12.48234 1.494297 4.68068 -12.8475 1.555996 4.740272 -12.4807 1.496721 4.83178 -12.71975 1.344199 4.562551 -13.20702 1.548543 4.489449 -13.68806 1.411753 4.39866 -13.30143 1.302809 4.664324 -13.20701 1.549211 4.832954 -13.30097 1.294326 4.718133 -13.6887 1.401902 3.415213 -6.674637 9.907552 3.446487 -6.674744 9.176823 5.190372 -6.451881 9.404375 5.215493 -6.484539 10.33788 4.986116 -5.67691 6.68935 4.963344 -5.977793 7.32177 3.700074 -6.041529 7.368326 3.697228 -5.68692 6.706651 1.101175 -8.006054 16.41806 2.709895 -9.848963 14.08651 1.939441 -8.756604 15.54935 1.981906 -11.16497 12.58683 1.204134 10.94981 18.87779 3.321281 10.54203 18.01619 3.059124 7.106783 17.89667 3.542984 7.930161 17.49947 3.638282 6.424641 16.30838 3.474857 6.039361 15.20475 3.00277 13.29131 16.87414 2.772784 14.85672 14.93116 4.696419 11.89153 15.80323 1.706439 10.89212 11.60796 3.318544 6.057746 15.0303 3.976444 6.292511 16.05029 4.750354 9.941181 17.00037 4.500842 7.749714 16.8358 1.829147 8.687439 12.32062 2.637574 6.918653 13.80609 4.135745 12.75545 14.04051 5.817547 9.780084 13.53051 1.770851 9.76419 10.87818 3.051978 5.565196 14.73909 4.262566 5.493746 15.45905 5.783062 8.272335 15.09814 5.264082 6.661972 15.63114 1.556589 8.217813 12.02502 2.134121 6.616662 13.59884 5.18371 10.41017 12.26183 2.96375 6.522724 13.94681 2.74113 -5.859598 10.18719 2.223146 -8.740832 9.954332 2.759222 -8.010567 10.24663 3.589707 -2.167356 12.36569 6.026169 7.080429 11.05213 2.083134 7.226384 9.740315 3.040162 4.35691 13.43158 4.442761 4.162448 13.95491 6.075458 5.941396 12.61966 5.537544 4.812509 13.59206 1.657115 6.203189 10.84339 1.97045 5.138751 12.2679 5.413449 7.602828 10.0869 2.632999 5.115977 8.505251 5.410194 5.574438 8.326391 3.60669 1.994989 9.415268 4.614239 1.838259 9.474575 5.530716 2.3469 9.479484 3.525058 1.820567 8.373139 4.561672 1.525744 8.261528 5.496308 2.135214 8.341303 3.272231 6.390367 5.248996 4.297804 6.138121 4.947417 5.231259 6.590707 5.349536 2.817569 6.890497 6.01352 5.471323 7.256157 6.049376 5.361836 9.809223 5.612072 2.942521 9.476452 5.409564 3.292167 2.99489 11.72706 3.555961 2.306367 10.48215 4.603479 2.91594 12.15979 4.653903 2.226093 10.71173 5.612556 3.302539 11.69212 5.578725 2.675993 10.53185 3.462654 1.979935 7.543647 3.398539 2.620325 6.739953 4.519414 1.604296 7.314101 4.463011 2.273578 6.492478 5.465513 2.224149 7.382119 5.409116 2.833611 6.596105 6.083122 4.088989 10.70231 5.969643 3.19492 9.835553 2.869668 2.502812 9.723978 2.322995 3.385484 10.68605 2.706301 2.714015 8.79706 2.135875 3.958061 9.525877 2.710115 2.906471 8.017561 2.702654 3.428168 7.347028 2.364766 4.057203 8.347557 5.910744 3.363461 7.779811 5.926393 4.660673 8.083968 5.863826 3.828622 7.126118 6.038321 4.776369 9.405046 5.969963 3.339388 8.743021 3.288982 9.178453 4.667349 5.212264 9.422317 4.921031 4.303439 8.533717 4.467768 3.975026 9.577519 4.417799 4.759342 9.64102 4.513381 3.766855 12.79389 7.371954 4.705313 12.89946 7.43797 3.827472 13.66679 7.53874 4.751269 13.73483 7.58775 1.821519 14.44659 12.78889 2.393462 14.94608 13.5537 2.540377 12.3359 12.05369 3.376326 12.74192 12.84922 3.092363 10.54133 10.90718 4.285352 10.54511 11.62749 3.308344 7.767299 9.530858 4.545984 7.766418 9.875871 3.518769 5.734798 8.552895 4.507232 5.859395 8.517712 3.789752 10.57476 8.040204 4.678235 10.66908 7.925643 5.449203 14.49881 5.435582 5.768728 14.00523 3.254207 3.423719 14.20984 5.21812 3.435867 13.71079 3.028697 5.909414 13.62216 3.685449 4.421845 14.1704 2.844069 4.889842 14.25449 2.919169 3.885596 13.96455 2.915763 5.360251 14.19148 3.072065 4.360907 14.71381 3.596172 4.893249 14.78467 3.656992 5.349217 14.56385 3.696702 3.788351 14.37385 3.56867 3.567185 14.64303 5.066085 5.277085 14.90067 5.130313 3.797512 15.18396 5.040733 5.1055 15.35846 5.12204 4.745242 15.6036 5.144245 4.232451 15.55861 5.099351 4.602822 15.84646 6.351954 4.078628 15.76054 6.336341 4.396908 12.41691 0.2615261 5.051764 12.08607 0.333993 5.145997 14.18932 2.539439 3.286918 13.8174 5.673346 3.033267 12.98834 3.83138 2.942053 12.50042 6.02454 3.175018 12.58766 6.761744 2.98048 12.04177 6.232692 2.860529 12.22109 5.236457 2.894128 11.78656 5.34486 3.011019 11.82035 4.653445 5.722407 12.94139 5.900621 5.513727 12.45309 6.201529 5.40565 12.91141 6.762403 5.800715 12.62892 5.110025 5.66548 12.01593 4.632421 5.612848 12.16479 5.34742 5.779552 13.28949 5.736859 5.442878 13.57916 6.872987 2.979856 12.97995 5.907703 3.109682 13.40062 5.922481 3.228197 13.34988 6.884488 5.896399 12.93824 4.789853 5.916528 13.22876 4.332143 5.842021 12.54179 4.129261 2.915359 12.60258 5.038729 3.010695 12.20634 4.388004 2.969826 12.76918 4.646464 3.012781 -9.491541 10.93286 2.733418 -10.66829 13.04662 2.354568 -10.96804 12.71002 4.154941 -3.09797 15.04948 3.112726 11.58998 6.400228 5.303383 11.84699 6.445563 2.974583 8.651777 7.854036 2.891821 5.90784 8.144839 2.721827 7.7574 6.928548 5.488588 8.662114 7.391104 5.529978 7.957103 6.564767 5.454853 6.034171 7.835236 2.985933 9.928894 6.488692 3.134335 10.29811 7.492677 5.267502 10.46936 7.186561 5.314888 10.14236 6.317646 4.676331 12.1753 7.295672 4.592917 11.76193 7.516887 3.727199 12.06185 7.30827 3.734276 11.6093 7.55905 3.743911 6.487255 8.572662 3.824137 9.091302 8.444222 4.598095 6.505054 8.447745 4.776291 9.081465 8.278135 5.563225 14.09372 5.833224 5.678093 13.65895 5.799995 1.80325 10.25807 1.059109 2.641672 12.34396 0.5796824 2.837193 11.96607 0.6357536 2.375666 11.94348 0.5421801 2.640287 11.71565 0.567688 2.306513 11.07656 0.299243 1.993595 11.21267 0.2464208 2.530173 11.4695 0.4467354 2.245394 11.66956 0.4071198 1.630761 10.71286 0.2460565 1.95038 10.53551 0.3146982 1.596384 11.04727 2.251769 0.9995052 10.31734 1.633205 1.383789 10.01548 1.680121 1.390449 10.49913 0.3888254 1.785375 10.28029 0.4705544 2.484109 12.54458 0.7021198 2.848468 11.22059 1.136372 1.781037 11.27951 0.3387566 2.385435 10.90212 0.4470129 2.362156 10.68093 1.646115 1.742864 11.89198 1.960685 2.221452 12.54496 1.288996 2.325554 10.70094 0.7235842 1.963094 10.23827 1.281041 1.044484 10.87344 1.170069 1.499749 11.27554 0.6040936 2.871333 11.07636 2.654045 2.562408 11.58007 2.908004 3.003464 13.28536 2.93836 3.157237 12.92317 0.3760643 2.971609 12.31248 0.5578871 4.031556 15.78002 6.8345 4.54621 15.88065 6.823292 4.895926 15.67226 6.942532 3.732532 15.4539 6.984873 5.052223 15.13738 7.355631 3.659457 14.95591 7.389866 3.926998 15.23364 7.691791 4.804376 15.31999 7.64815 4.134274 14.96172 7.867811 4.566695 14.97737 7.846274 3.925632 15.65155 7.430857 4.710654 15.77383 7.387491 4.433505 15.91388 7.253032 4.093439 15.86231 7.274294 4.044075 15.23862 7.555493 4.198065 15.01715 7.70087 4.509814 15.02226 7.691216 4.02837 15.54938 7.367336 4.424103 15.74251 7.247243 4.158684 15.70209 7.255748 2.295711 -10.99625 0.9461823 2.380712 -11.07987 0.6329699 2.982752 -9.915364 0.0202341 3.177664 -10.25096 -0.0241518 2.658575 -10.13393 0.03871536 2.896842 -10.39546 -0.006856918 3.411998 -10.31986 -0.005257606 3.333083 -9.920041 0.03534698 2.514723 -10.25131 0.1356525 2.730345 -10.45955 0.08780574 2.56166 -10.59386 0.0530405 2.293542 -10.39136 0.1080226 2.704786 -10.44741 0.1192569 2.474904 -10.23528 0.1745147 2.049949 -10.68854 0.1017951 2.315291 -10.87972 0.05245113 2.721782 -10.6576 1.141259 2.506646 -10.3921 1.1317 3.16622 -10.39479 1.145885 2.970995 -9.973856 1.064081 2.106382 -10.82434 1.140118 2.327838 -11.03722 1.100939 1.945019 -10.84545 0.2410392 2.211614 -11.03481 0.1917352 2.983166 -9.765931 0.1377916 2.555644 -9.980456 0.1676635 3.305613 -10.52226 0.04666614 3.014797 -10.5452 0.06929302 2.139638 -10.37098 0.188795 2.634862 -10.7743 0.08419513 2.956059 -10.79223 0.6950474 3.271467 -10.7565 0.7549486 3.046928 -10.67833 0.2662153 3.322926 -10.72621 0.2838926 2.426313 -10.09789 0.74858 2.863476 -9.74487 0.678565 2.511432 -9.946278 0.3821058 2.982626 -9.714781 0.336052 2.623423 -10.92547 0.2162208 2.54915 -11.07645 0.6540537 1.997094 -10.55022 0.7641764 2.065718 -10.4113 0.3367834 3.297797 -9.59853 1.107687 3.205576 -9.430571 0.735529 3.367213 -9.417019 0.4202681 5.096345 -3.886098 5.242842 5.022471 -3.300073 5.702135 4.504732 -2.568322 5.661364 4.098176 -2.615936 5.528273 3.811517 -2.753874 5.80354 3.876569 -2.890325 6.308319 4.73018 -2.734712 6.204805 4.388676 -2.918775 6.576493 4.380416 -2.893647 6.453577 3.970146 -2.898591 6.226391 5.598979 -5.331415 5.438991 5.784389 -5.44599 4.824629 6.069243 -6.596943 4.408076 5.951622 -6.310961 3.928847 5.88554 -6.952324 3.595815 5.529174 -6.377905 5.495075 5.512197 -5.848248 5.745127 5.908472 -6.81885 4.634588 5.652462 -7.334204 3.932875 5.550112 -7.107925 4.630216 5.674902 -6.458105 5.014478 1.870489 10.6056 2.123834 1.333528 -12.35323 27.61664 1.427602 -13.06696 27.51084 1.382517 -13.93685 27.53912 1.127496 -12.88313 27.86999 0.6121817 -12.6118 28.0131 0.4873648 -15.00643 27.93461 0.3582586 -15.36566 27.80407 3.65229 -9.831141 1.547778 3.786405 -9.276373 1.625867 4.804863 14.36698 7.599369 4.721755 14.75943 7.778832 3.871253 14.30467 7.596966 3.977729 14.69569 7.781934 0.8314529 37.86529 8.615684 1.497374 24.59388 13.24021 0.3256993 -10.28135 26.82594 0.3754209 -9.445712 25.78272 0.6928783 -8.851042 25.45638 0.4026754 -11.80649 27.76582 0.2568415 -11.81777 27.70211 0.2101656 -18.4055 26.64731 0.183526 -18.57169 26.62208 0.1980119 -18.48252 26.65375 0.1836492 -18.55647 26.63789 0.195024 -18.5347 26.61133 0.2073008 -18.44247 26.62069 0.1183034 -18.98591 25.50366 0.03622388 -18.94952 25.50312 0.0855115 -18.80935 25.51351 0.167591 -18.84574 25.51405 0.1672573 -18.91992 25.65769 0.08161252 -18.91552 25.66716 0.107935 -19.0004 25.66042 0.09553462 -18.96911 25.74196 0.02229022 -18.996 25.66988 -0.611686 -15.68679 25.65274 -0.6239688 -16.16471 25.62464 -0.6400492 -14.949 25.66304 -0.620272 -15.60539 25.65952 -0.5511044 -17.2201 25.59974 -0.5013824 -17.79218 25.55115 -0.418734 -17.59897 25.57833 -0.5592648 -17.33763 25.6087 -0.6419132 -17.53084 25.58152 -0.3397901 -18.46109 25.61248 -0.3488251 -18.65633 25.56014 -0.2437807 -18.74051 25.51131 -0.2347458 -18.54528 25.56365 -0.4454001 -17.94479 25.59269 -0.5141442 -18.11598 25.56028 -0.398761 -18.29294 25.52943 -0.3300169 -18.12174 25.56183 -0.3430506 -18.16019 25.73335 -0.4047094 -18.27135 25.66309 -0.5130073 -18.15505 25.7244 -0.4513485 -18.0439 25.79465 -0.2307283 -18.63792 25.73999 -0.2516285 -18.74371 25.65172 -0.3352237 -18.74934 25.74048 -0.3143236 -18.64355 25.82875 -0.6403788 -17.58622 25.73945 -0.5664108 -17.48089 25.79487 -0.4355688 -17.65453 25.74009 -0.5095368 -17.75987 25.68467 -0.5499675 -17.23133 25.77472 -0.6209599 -15.6042 25.8205 -0.627765 -14.95399 25.77737 -0.622832 -16.1721 25.78082 -0.6105491 -15.71033 25.81088 -0.4263972 -18.16285 25.8025 -0.2754966 -18.69816 25.80198 -0.5438639 -17.59604 25.8032 -0.7522427 -15.7719 25.6473 -0.752593 -16.00961 25.63433 -0.4862397 -16.11087 25.62871 -0.4743073 -15.87066 25.64384 -0.4803487 -16.11531 25.76385 -0.4684163 -15.88322 25.77995 -0.7563228 -15.80091 25.78404 -0.7566732 -16.03059 25.77009 -0.611859 -15.85095 25.84079 -0.6180003 -16.0738 25.82478 -0.8112755 -15.09067 25.66367 -0.7769222 -15.42321 25.65334 -0.4635715 -15.48871 25.67245 -0.4489952 -15.16485 25.66565 -0.4651582 -15.4888 25.81094 -0.4537065 -15.17175 25.77361 -0.7965214 -15.09206 25.7857 -0.7782647 -15.42522 25.7915 -0.6188891 -15.14204 25.84142 -0.6243201 -15.45782 25.86637 -0.6077232 -16.32073 25.78362 -0.6088601 -16.32002 25.61647 -0.5799625 -16.72381 25.74413 -0.5810993 -16.71048 25.5997 -0.5788652 -16.83399 25.61348 -0.5777283 -16.82961 25.75909 -0.5804883 -16.62118 25.76568 -0.5943687 -16.42012 25.79635 -0.4564695 -16.6683 25.72081 -0.4691355 -16.46623 25.74059 -0.7206233 -16.37569 25.7453 -0.7055284 -16.5767 25.72559 -0.7184456 -16.37276 25.61461 -0.7033509 -16.56752 25.60626 -0.4668246 -16.65818 25.60153 -0.4794906 -16.46247 25.60995 -0.442821 -17.16394 25.60113 -0.455487 -16.9709 25.60801 -0.6857989 -16.891 25.61203 -0.670704 -17.08406 25.60516 -0.6877536 -16.89049 25.74065 -0.6726588 -17.09138 25.74847 -0.4360284 -17.17181 25.7444 -0.4486944 -16.97099 25.73659 -0.553833 -17.11999 25.81134 -0.5677134 -16.92634 25.78923 -0.3141458 -18.77612 26.0438 -0.1916196 -19.1255 26.06013 -0.320414 -19.02272 26.05098 -0.1853514 -18.8789 26.05295 -0.4140806 -18.32036 26.00532 -0.2778486 -18.49006 26.02411 -0.3112854 -18.71758 26.0483 -0.4475174 -18.54788 26.02951 -0.538589 -17.90696 26.02471 -0.4049229 -18.07115 26.04183 -0.4605419 -18.25859 26.07122 -0.594208 -18.0944 26.05411 -0.5994091 -17.53058 26.07748 -0.4946525 -17.68396 26.0712 -0.5845381 -17.8304 26.06642 -0.6892947 -17.67702 26.07269 -0.634492 -17.13763 26.07292 -0.5203058 -17.30913 26.0718 -0.6196211 -17.46949 26.06955 -0.7338074 -17.29799 26.07067 -0.08506703 -19.16083 26.06148 -0.1219243 -19.37832 26.06559 -0.1830157 -19.22774 26.06876 -0.6296324 -16.19069 26.08106 -0.6613382 -15.64736 26.12307 -0.6040073 -17.14201 26.06366 -0.6010161 -16.77578 26.07912 -0.605979 -16.7442 26.08048 -0.6125559 -16.24531 26.09877 -0.5960785 -16.26366 25.94919 -0.5916447 -16.71425 25.93768 -0.5874794 -16.77404 25.93142 -0.5904704 -17.13345 25.91988 -0.6551491 -15.61598 25.9556 -0.6205233 -16.15914 25.90957 -0.1962269 -19.22237 25.91083 -0.1205575 -19.33723 25.916 -0.6943067 -17.33327 25.91628 -0.6099302 -17.46372 25.93542 -0.5404246 -17.33296 25.91695 -0.6248012 -17.20251 25.89781 -0.6525548 -17.68642 25.90963 -0.5733619 -17.81933 25.92015 -0.5090401 -17.68328 25.90898 -0.5882329 -17.55037 25.89846 -0.5602043 -18.11394 25.89789 -0.4600282 -18.24735 25.92469 -0.4254932 -18.09643 25.88481 -0.5256693 -17.96302 25.858 -0.413512 -18.56362 25.85448 -0.3179193 -18.66714 25.89316 -0.3004569 -18.50387 25.85175 -0.3960496 -18.40035 25.81306 -0.2219303 -18.89246 25.81415 -0.3038253 -18.9593 25.80833 -0.2293556 -19.04148 25.79764 -0.2964 -18.81029 25.82484 -0.6076748 -17.30872 25.84646 -0.5696212 -17.65401 25.82392 -0.4939228 -18.0716 25.83213 -0.3543477 -18.50688 25.79424 -0.2680428 -18.8683 25.66251 -0.5159536 -15.7991 26.11371 -0.513373 -16.07821 26.09186 -0.7616707 -16.02005 26.09251 -0.7907959 -15.75583 26.11266 -0.7791539 -15.72891 25.97546 -0.7471375 -15.99269 25.95335 -0.5168984 -16.04878 25.94876 -0.5195077 -15.76939 25.97269 -0.629418 -15.99305 25.92087 -0.6465624 -15.75582 25.94278 -0.5060536 -16.38406 26.0902 -0.495014 -16.62493 26.08093 -0.720045 -16.61627 26.08902 -0.7155823 -16.35824 26.09804 -0.66707 -16.36721 25.96938 -0.6726043 -16.60149 25.96372 -0.5151773 -16.6143 25.95882 -0.5251452 -16.398 25.96468 -0.5790002 -16.59918 25.92441 -0.5797688 -16.40553 25.9273 -0.4885035 -16.87376 26.0731 -0.489002 -17.05702 26.06567 -0.7175169 -17.04801 26.0691 -0.7150244 -16.86504 26.07713 -0.6676605 -16.86585 25.94955 -0.6701531 -17.04555 25.94308 -0.5092923 -17.05209 25.94274 -0.5087938 -16.87236 25.94782 -0.5761859 -17.02984 25.90969 -0.5746904 -16.88097 25.91063 -0.6571072 -15.17845 26.05702 -0.645962 -15.37707 26.00404 -0.521273 -15.18854 26.08772 -0.5263766 -15.42572 26.03046 -0.7720054 -15.38261 26.03502 -0.7985843 -15.1618 26.08945 -0.8279431 -15.18302 26.26477 -0.8000476 -15.43183 26.21834 -0.5065241 -15.48211 26.21779 -0.5027369 -15.21505 26.26717 -0.6423054 -15.51828 25.96529 -0.6637807 -15.06028 26.07697 -0.6722085 -15.07664 26.28423 -0.6481002 -15.5925 26.18842 -0.1758618 -15.9213 26.70454 -0.187733 -16.4791 26.60444 -0.1857877 -14.81519 27.03334 -0.6995781 -14.5993 26.8905 -1.036926 -14.70519 26.40015 -0.9389435 -14.52108 25.71957 -0.8808455 -15.35291 25.59849 -0.7710388 -16.70805 25.52346 -0.4692536 -18.65132 26.21857 -0.6261671 -18.04079 26.26798 -0.7645228 -17.31664 26.2628 -0.8754859 -15.83247 26.20274 -0.8077069 -16.76053 26.26774 -0.8106852 -16.38183 26.27606 -0.5977704 -18.09567 25.6198 -0.955979 -15.37746 25.99094 -0.2126017 -13.59908 26.99106 -0.5858047 -13.57746 26.73515 -0.8437954 -13.75507 26.24225 -0.8381289 -13.59373 25.76848 -0.1856337 -11.77648 25.96445 -0.4407641 -11.82172 25.8477 -0.5782619 -12.05165 25.6243 -0.6002174 -12.29304 25.435 -0.311165 -10.68876 24.14023 -0.4065793 -10.78778 24.15395 -0.4006409 -11.0053 24.16407 -0.1875773 -11.12823 24.16787 -0.9824591 -15.2083 26.26007 0.001242756 -19.37001 26.25866 -0.9230929 -15.18667 26.50439 -0.676874 -14.9119 26.76062 -0.4466834 -18.63696 26.29634 -0.5822932 -18.09506 26.33899 -0.7369282 -17.30416 26.34251 -0.8480901 -15.87237 26.33345 -0.7694787 -16.76237 26.34186 -0.7808633 -16.43762 26.35577 -0.5868986 -14.90341 25.44559 -0.1471831 -19.05368 25.44395 -0.7690289 -16.37607 26.22778 -0.7563299 -16.75047 26.20567 -0.8544976 -15.84785 26.23674 -0.903867 -15.24663 26.36778 -0.6384344 -14.99664 26.53114 -0.3881198 -15.28983 26.46124 -0.445595 -16.75454 26.22966 -0.4163555 -16.39922 26.29672 -0.3977264 -15.88609 26.35816 -0.2521388 -18.1134 25.4823 -0.1697371 -18.47198 25.44897 -0.3075755 -17.53632 25.52776 -0.338465 -15.32198 25.55269 -0.3667869 -15.95674 25.60745 -0.4443802 -18.47325 25.4239 -0.5653762 -18.10156 25.49101 -0.3559037 -18.75931 25.49258 -0.6530178 -17.74192 25.52359 -0.8329103 -15.44064 25.4307 -0.8506596 -15.13638 25.53138 -0.8168551 -15.86345 25.59811 -0.7391931 -17.31432 26.24707 -0.7325382 -17.60513 26.15248 -0.7799041 -17.06294 26.14756 -0.5775354 -18.18646 26.22817 -0.4919924 -18.53896 26.12497 -0.6815764 -17.88932 26.14741 -0.2915832 -17.96622 26.18712 -0.3882909 -17.52274 26.20151 -0.4295659 -17.12124 26.21523 -0.4087969 -15.96537 25.71417 -0.5956541 -16.2145 25.68411 -0.7901787 -15.91898 25.71402 -0.4072479 -15.28591 25.69565 -0.6053779 -15.63908 25.75464 -0.8368151 -15.24987 25.71822 -0.6386852 -14.89671 25.65923 -0.6745066 -17.57596 25.66555 -0.5547698 -17.42123 25.68867 -0.3706333 -17.64348 25.66772 -0.4903702 -17.79821 25.6446 -0.20964 -18.49743 25.5611 -0.2307916 -18.79839 25.54618 -0.3765445 -18.66638 25.54849 -0.3553929 -18.36542 25.56341 -0.2985888 -18.08516 25.60935 -0.3839789 -18.31527 25.59265 -0.539721 -18.11173 25.6098 -0.4543309 -17.88162 25.62651 -0.198667 -18.84836 25.53401 -0.5043126 -18.47908 26.03246 -0.4332631 -18.23757 26.0348 -0.6501076 -18.00577 26.04334 -0.4661638 -18.22653 26.04031 -0.3763357 -18.03891 26.04397 -0.5602796 -17.81815 26.04699 -0.7339192 -17.5567 26.0495 -0.5706887 -17.76134 26.04643 -0.4530004 -17.55812 26.04885 -0.6162309 -17.35349 26.05192 -0.7727673 -17.14246 26.05051 -0.6251101 -17.32788 26.04953 -0.5005728 -17.1502 26.05119 -0.64823 -16.9648 26.05216 0.001245677 -19.46032 26.06147 -0.06207001 -19.0804 26.0528 -0.6722409 -15.59551 26.10841 -0.8035734 -15.79411 26.12141 -0.6183015 -16.01385 26.12884 -0.4869689 -15.81525 26.11584 -0.6070854 -16.56673 26.06382 -0.7499442 -16.74291 26.05628 -0.6385735 -16.92931 26.0527 -0.4957149 -16.75313 26.06025 -0.6210731 -16.08913 26.10788 -0.7361771 -16.29788 26.08476 -0.604978 -16.5224 26.06362 -0.489874 -16.31365 26.08675 -0.6059688 -16.16671 26.14191 -0.6649496 -16.29964 26.12979 -0.5945472 -16.45251 26.118 -0.5355663 -16.31958 26.13013 -0.6023339 -16.60929 26.11554 -0.6897094 -16.73662 26.11023 -0.6259818 -16.86862 26.10674 -0.5386063 -16.74129 26.11206 -0.6614286 -15.66635 26.18475 -0.7112097 -15.78578 26.19357 -0.6152363 -15.92678 26.20224 -0.5654551 -15.80735 26.19342 -0.1615871 -19.22847 26.09725 -0.04969775 -19.36451 26.10009 -0.02891981 -19.29989 26.10042 -0.08078193 -19.15931 26.09957 -0.7068141 -17.13502 26.10171 -0.6253086 -17.27095 26.09828 -0.5537747 -17.1394 26.10136 -0.6352801 -17.00347 26.10479 -0.6628143 -17.55279 26.09642 -0.576318 -17.68285 26.09366 -0.5189052 -17.55506 26.09615 -0.6054016 -17.42501 26.09892 -0.5869374 -17.99559 26.08917 -0.4954431 -18.15166 26.08794 -0.4489538 -18.0292 26.08896 -0.5404481 -17.87314 26.0902 -0.4375715 -18.47718 26.08312 -0.3333629 -18.61672 26.08454 -0.3101417 -18.45438 26.08177 -0.4143502 -18.31483 26.08035 -0.1702632 -18.85017 25.49099 -0.3257663 -18.11162 25.55012 -0.3970441 -18.26695 25.54419 -0.498569 -18.12811 25.55131 -0.4272912 -17.97279 25.55724 -0.2398235 -18.53417 25.50654 -0.2398081 -18.74419 25.50512 -0.3345155 -18.64054 25.50301 -0.3345309 -18.43051 25.50443 -0.628017 -17.52039 25.56964 -0.5356498 -17.44085 25.56494 -0.422028 -17.57683 25.57343 -0.5143952 -17.65637 25.57813 -0.4748536 -15.26232 25.62283 -0.6197535 -15.53581 25.64565 -0.7683058 -15.25631 25.64373 -0.6234059 -14.98282 25.62092 -0.479647 -15.88069 25.62617 -0.6045293 -16.04717 25.60947 -0.726086 -15.86192 25.62147 -0.6012037 -15.69545 25.63817 -0.4981164 -18.29544 25.48294 -0.2904037 -15.20711 26.78838 -0.08055585 -18.39347 26.37376 -0.1757921 -18.3915 26.17964 -0.1330089 -18.7891 26.16795 -0.240101 -18.45382 26.04248 -0.3111506 -18.69532 26.04013 -0.1841301 -19.2028 26.05182 -0.2916666 -18.70738 26.05249 -0.1989684 -19.15943 26.05103 -0.1511036 -18.82711 26.05447 -0.2034593 -18.86103 26.09802 -0.2276547 -19.07069 26.0956 -0.2875182 -18.77569 26.09869 -0.9954311 -14.48443 28.07619 -1.352656 -13.19003 28.93193 -1.596704 -13.05363 28.69785 -1.561461 -12.79024 28.45338 -1.129536 -12.55091 28.35955 -0.9828748 -12.95891 28.9062 -0.794997 -12.58318 28.57828 -1.144074 -10.47867 29.12765 -1.3341 -10.64722 29.49184 -1.453997 -10.62522 28.91806 -1.848178 -10.72876 29.09161 -1.921243 -10.70757 29.40179 -1.717087 -10.77257 29.59242 -0.3541581 -16.42371 25.57393 -0.3354024 -16.89055 25.56169 -0.7463443 -16.83248 25.38543 -0.7161506 -17.36156 25.48452 -0.7663037 -16.90998 25.60727 -0.793165 -16.33605 25.55412 -0.6005667 -16.27257 25.69124 -0.4037375 -16.56902 25.67447 -0.743327 -16.47397 25.67493 -0.5464978 -16.77043 25.65816 -0.3813675 -17.1024 25.66826 -0.5441918 -16.81607 25.66839 -0.5963317 -16.31959 25.60109 -0.4669575 -16.54911 25.5816 -0.6826759 -16.47375 25.56728 -0.5533018 -16.70327 25.54779 -0.5517787 -17.03723 25.57664 -0.451314 -16.91938 25.57863 -0.6494507 -16.86054 25.58229 -0.5489862 -16.74269 25.58428 -0.5502603 -17.3106 25.67176 -0.7130846 -17.02427 25.67189 -0.6033214 -15.66986 25.74408 -0.6726996 -15.54565 26.10296 -0.4557207 -15.26996 26.22753 -0.6915623 -15.00003 26.33893 -0.9085411 -15.27572 26.21436 -0.7681775 -15.34406 26.33863 -0.6657314 -15.18763 26.41142 -0.5484166 -15.3381 26.34718 -0.6508626 -15.49454 26.27439 -0.5677499 -14.26321 25.3392 -0.4155809 -14.83572 25.221 -0.2711377 -15.93529 25.45556 -0.246208 -15.34601 25.34762 -0.2216424 -17.09632 25.44072 -0.1813237 -17.5496 25.39703 -0.2489446 -16.5918 25.4673 -0.2574798 -16.2695 25.46085 -0.1280521 -16.18108 25.52268 -0.1294191 -16.45577 25.53726 -0.112849 -16.95359 25.4953 -0.12651 -16.69212 25.52395 -0.1371562 -15.36729 25.41097 -0.1370059 -15.86654 25.51371 -0.2201588 -14.86596 25.28333 -0.2861825 -14.42679 25.38204 -0.3038113 -14.64002 25.59678 -0.2922118 -14.99881 25.6072 -0.2360374 -15.78662 25.75168 -0.242013 -15.38535 25.70336 -0.2419453 -16.79965 25.76071 -0.164929 -17.33199 25.69551 -0.05995041 -17.70932 25.59715 -0.2629187 -16.39948 25.77456 -0.2474439 -16.08973 25.75891 -0.02676999 -14.39793 25.71887 -0.09489548 -14.27607 25.62527 -0.1665792 -14.4361 25.69965 -0.05283999 -14.64886 25.81561 -0.2236519 -14.70297 25.8331 -0.07677906 -15.01878 25.88614 -0.2954691 -15.01271 25.90206 -0.2649255 -15.77762 25.9368 -0.2660532 -15.39213 25.9297 -0.3053209 -16.9657 25.95557 -0.08696645 -17.97944 25.84386 -0.20884 -17.87349 25.84782 -0.3269281 -16.40057 25.95496 -0.2994101 -16.07646 25.94222 -0.09658986 -16.08242 25.90882 -0.07266426 -18.32271 25.69073 -1.29317 -6.867109 29.8786 -1.3898 -6.924265 30.10999 -1.488419 -6.892042 29.74493 -1.73687 -6.934158 29.87735 -1.736562 -6.667257 30.11857 -1.584741 -6.682295 30.21753 -1.412583 -4.243685 30.54599 -0.2764624 -19.27708 26.16291 -0.3604602 -19.04841 26.18047 -0.2798899 -19.18699 26.24566 -0.3625676 -18.92816 26.26806 -0.3763655 -18.86857 26.16159 -0.2902824 -19.18513 26.149 -0.376723 -18.89876 26.04748 -0.3023398 -19.18064 26.05063 -0.3348238 -18.89556 26.09635 -0.2886034 -19.07515 26.0962 -3.410781 -13.88453 0.7371712 -3.394491 -14.16499 0.7996664 -3.149176 -14.11739 0.7887049 -5.9128 -13.90323 0.8393927 -5.655572 -13.94649 0.8526507 -4.732569 -14.50055 0.9243746 -4.447103 -14.51635 0.9255343 -3.322145 -14.56818 0.660306 -3.123603 -14.52921 0.6495915 -5.946545 -14.31858 0.7060576 -5.751182 -14.3542 0.7186108 -4.68913 -14.91474 0.7951002 -4.460823 -14.92749 0.7959843 -3.228648 -14.91584 0.3248224 -3.12598 -14.88855 0.3183699 -5.964949 -14.68368 0.3663111 -5.863792 -14.70809 0.3733988 -4.622406 -15.27958 0.4485788 -4.500331 -15.29085 0.4493609 -3.252187 -14.82026 0.2472267 -3.119256 -14.78657 0.2469263 -5.964088 -14.58139 0.2759056 -5.826868 -14.61145 0.2763395 -4.649598 -15.18369 0.3452396 -4.48211 -15.19779 0.3464909 -3.346675 -14.42438 0.345067 -3.117249 -14.37812 0.3501787 -5.94996 -14.17187 0.3491192 -5.709965 -14.21464 0.347764 -4.720419 -14.77927 0.4118328 -4.440168 -14.79516 0.4134407 -3.389597 -14.11939 0.2499437 -3.153871 -14.07458 0.2509298 -4.443482 -14.49105 0.3164797 -3.019507 -14.23612 0.5620012 -3.040624 -14.64675 0.4337645 -3.521197 -14.02511 0.4971628 -3.494248 -14.32999 0.5678511 -3.372098 -14.7194 0.4447785 -4.305433 -14.67634 0.6543589 -4.374167 -15.07686 0.5591936 -4.87115 -14.64465 0.6515913 -4.769964 -15.05002 0.5570574 -5.559878 -14.10831 0.5888958 -5.705114 -14.50442 0.4896994 -6.057101 -14.02229 0.576993 -6.037698 -14.43875 0.4767122 -1.571686 -11.32461 0.5992594 -1.775038 -10.97004 0.7394343 -1.980936 -10.7393 0.7154503 -1.835718 -11.56317 0.5480089 -2.145814 -11.29801 0.6693268 -2.341813 -11.06012 0.6469498 -1.951755 -11.2953 0.3955536 -1.768986 -11.13331 0.4310789 -1.655576 -11.57301 0.3036442 -1.546534 -11.47194 0.3268213 -1.60532 -11.65548 0.4456711 -1.520364 -11.5755 0.4614353 -1.907452 -11.44111 0.8330317 -1.752462 -11.30362 0.861104 -2.193214 -11.14588 0.9731608 -2.005208 -10.9799 1.007744 -4.1341 -1.545146 7.299921 -3.913426 -1.526956 7.275067 -5.954909 -4.042382 6.944891 -5.905066 -4.142533 6.994208 -3.938532 -1.421432 7.094706 -4.096747 -1.410775 7.15286 -4.375131 16.65595 9.152048 -4.253654 16.6508 9.157572 -4.371165 16.80331 9.085499 -4.237219 16.77408 9.099138 -4.46022 16.60268 8.986912 -4.182387 16.5596 9.00183 -0.02397561 -19.31141 26.05831 -1.303015 53.30305 7.020169 -0.3266999 41.51436 7.434417 -1.06138 -8.440949 26.12671 -0.693093 -7.935184 24.65092 -0.7353739 -7.699945 22.06133 -0.6315015 -9.901898 27.64966 -1.300482 -4.142099 30.67402 -1.293253 -4.143689 30.57917 0.06144249 -17.70932 25.59715 -30.15828 -28.18781 21.81024 -30.09491 -28.18206 21.39349 -23.52849 -23.53277 21.24956 -24.0305 -23.12864 21.47788 -24.08911 -23.47404 20.20101 -23.45146 -23.63431 20.68496 -25.72044 -24.0524 20.44793 -25.5848 -23.80854 21.16021 -18.97507 -18.75497 19.75134 -2.58752 6.627185 1.092003 -5.757896 6.843749 1.364148 -5.470112 6.764714 1.370933 -4.373071 6.005589 1.40916 -4.0881 5.98369 1.408349 -2.818208 5.97368 1.254763 -2.507942 6.046267 1.253146 -5.861557 6.319837 1.315581 -5.535933 6.229192 1.320411 -4.386335 5.445091 1.366616 -4.070476 5.419861 1.366158 -2.762202 5.534845 0.9996853 -2.500649 5.594909 0.99788 -5.849456 5.877913 1.082487 -5.597827 5.807515 1.094146 -4.336637 4.996469 1.123898 -4.07952 4.975692 1.126097 -2.665717 5.01878 0.587801 -2.529465 5.059528 0.5857926 -5.792998 5.348213 0.6457834 -5.677653 5.311686 0.6583834 -4.254016 4.476407 0.6573038 -4.1222 4.459216 0.6613073 -2.70196 5.162906 0.4824667 -2.519162 5.216972 0.4788942 -5.800655 5.480572 0.5828295 -5.64341 5.434827 0.5866461 -4.281344 4.62044 0.5804644 -4.10072 4.599077 0.5841761 -2.812709 5.627417 0.5183773 -2.497408 5.703659 0.5154457 -5.84299 5.945085 0.6662693 -5.568752 5.873836 0.6693125 -4.339403 5.084958 0.6721125 -4.04525 5.059759 0.677228 -2.903415 6.214137 0.3987608 -2.53935 6.294796 0.3895626 -4.028687 5.666464 0.5497732 -2.410691 6.503233 0.7326937 -2.352941 5.90281 0.868783 -2.401973 5.426666 0.7233286 -2.978508 5.753981 0.8733301 -2.846324 5.312536 0.7287054 -3.905729 5.820017 0.9822989 -3.907725 5.214075 1.011711 -3.981354 4.767962 0.8447733 -4.517737 5.264503 1.007057 -4.419095 4.810101 0.8388634 -5.350577 6.571413 0.9650087 -5.398612 6.004651 0.9862537 -5.515422 5.585865 0.83358 -5.998472 6.166545 0.9783812 -5.924297 5.702007 0.8181048 -0.7751706 9.616644 0.6520319 -0.8775966 10.06428 0.8968487 -1.133944 9.366438 0.7080813 -1.39708 9.711279 0.9722681 -1.268917 9.652044 0.5317488 -1.034655 9.807829 0.494688 -0.9911141 9.283079 0.3674803 -0.8528524 9.381895 0.3449764 -0.8728667 9.176856 0.4941807 -0.7738314 9.252167 0.4730377 -1.113435 9.564854 1.043359 -0.8929237 9.716245 1.009811 -1.309517 9.922414 1.387071 -1.024296 10.11963 1.34871 -1.341048 10.67802 1.475234 -1.694923 19.74298 12.98529 -1.236005 19.70314 12.5027 -1.915713 17.14042 13.639 -1.452755 16.94574 13.02312 -0.4977896 68.31567 2.436229 -0.6886553 68.41538 2.698658 -0.5886288 58.34125 2.574878 -0.8658425 58.46528 2.836408 -0.7662478 48.0809 3.912397 -1.071099 48.13927 4.19614 -0.8431272 38.45262 6.297402 -1.148076 38.49644 6.612967 -0.9682958 29.95317 9.232238 -1.295889 29.99488 9.590945 -1.086559 23.60191 11.3949 -1.49741 23.6508 11.80685 -1.973738 19.88303 14.00095 -2.11753 17.09864 14.83191 -1.137875 17.17033 16.54384 -0.8173279 68.55478 3.148902 -1.069401 58.60199 3.337824 -1.317788 48.23858 4.735449 -1.389744 38.58634 7.233291 -1.54294 30.08718 10.33731 -1.795848 23.75 12.70654 -5.450042 11.56726 5.467061 -2.993578 11.28869 5.287413 -4.796845 10.85996 4.525283 -4.866301 11.02945 4.183302 -4.157186 10.77519 4.402436 -4.250175 10.95745 4.105052 -5.339749 11.36838 4.302943 -5.26576 11.1863 4.756309 -3.521169 11.28582 4.177849 -3.411161 10.9665 4.511748 -5.25881 7.239993 0.4445677 -5.092082 6.871582 1.096868 -6.231423 7.080324 1.046673 -6.118 7.380695 0.4166155 -3.823977 6.453087 0.3783445 -3.714347 6.099043 1.049273 -4.720155 6.143352 1.021527 -4.628775 6.495065 0.3673582 -2.392378 6.95124 0.3465223 -2.254201 6.635886 0.9801025 -3.360975 6.5051 1.024836 -3.346037 6.8441 0.3754816 -5.073846 10.28283 0.7258167 -4.995479 9.934565 1.561441 -6.203573 10.00333 1.453009 -6.053843 10.29667 0.6676855 -3.935813 9.844253 0.6254587 -3.824395 9.564157 1.491814 -4.90991 9.652746 1.541182 -4.847878 9.975968 0.6700258 -2.844779 10.43475 0.6025515 -2.705091 10.22671 1.450619 -3.814468 9.761294 1.503624 -3.77913 10.07127 0.6356888 -3.108626 11.51935 0.6284514 -2.945402 10.95875 1.473781 -3.856336 10.26151 1.588931 -3.866914 10.92891 0.6768532 -3.927047 10.84345 0.6771183 -3.86442 10.19881 1.591359 -4.994905 10.30934 1.650181 -4.990869 11.00824 0.7421074 -5.068771 10.99998 0.7375374 -5.014714 10.38292 1.643904 -6.25097 10.59175 1.511756 -6.142167 11.04929 0.7087212 -3.210923 11.91727 0.5636978 -3.02859 11.2197 1.279696 -6.039817 12.89581 2.816019 -2.518882 8.018115 0.4611197 -2.68831 9.052852 0.4963417 -2.389018 7.831764 1.02301 -2.547838 9.069754 1.14493 -3.567633 7.757417 1.086328 -3.703235 8.939589 1.201884 -3.531869 7.9597 0.4991446 -3.638389 8.932771 0.5377913 -3.834297 7.504801 0.4740324 -3.874714 8.537998 0.517911 -3.704124 7.325843 1.058619 -3.728559 8.559059 1.202344 -4.809118 7.324703 1.051111 -4.881568 8.590289 1.218989 -4.697064 7.518915 0.4761229 -4.779804 8.593526 0.5370617 -5.211796 8.447734 0.5957651 -5.157077 9.42165 0.6627569 -4.978568 8.221159 1.175122 -4.992408 9.288817 1.305285 -6.195952 8.267768 1.119574 -6.144236 9.252367 1.23917 -6.133472 8.512342 0.5605936 -6.05022 9.415401 0.6163559 -6.054819 11.96106 2.270978 -6.137829 11.19539 1.731493 -6.108127 12.8662 1.950961 -6.141297 11.89777 1.081871 -2.497385 7.17917 0.1812181 -3.236486 7.110467 0.1853446 -3.920899 6.683293 0.1786251 -4.539234 6.714293 0.1713752 -5.966 7.590644 0.2296791 -5.405323 7.533642 0.2398662 -5.860538 9.42938 0.4029064 -5.979321 8.556715 0.355628 -5.289456 9.423966 0.4149494 -5.392861 8.506855 0.3664827 -4.009352 8.483821 0.2839203 -3.960688 7.525373 0.2575731 -4.654215 8.539713 0.2999611 -4.5901 7.550025 0.2614966 -2.773008 9.007335 0.268321 -2.620086 8.059082 0.2494096 -3.52849 8.89084 0.2993279 -3.398706 8.001013 0.2767792 -3.160046 11.72644 0.3692274 -3.879691 11.29836 0.3511677 -2.944042 10.54188 0.3703566 -3.695357 10.27126 0.379365 -3.977576 11.09102 0.3549099 -4.919924 11.2365 0.4124317 -4.045139 9.949464 0.3808498 -4.714313 10.07186 0.4172249 -5.92785 11.19493 0.3737841 -5.063056 11.20759 0.3694763 -5.825121 10.38827 0.4200049 -5.153477 10.36455 0.4283238 -3.944419 13.03189 0.6746588 -4.04633 13.88812 1.69404 -3.347002 12.59065 0.3804951 -4.101103 13.02884 0.6623497 -4.229536 13.88789 1.687062 -5.852427 12.86744 0.7325955 -5.858231 13.6719 1.781019 -2.478506 6.352822 1.551267 -2.95411 6.300846 1.570665 -2.924586 9.896448 2.200428 -3.427206 9.66281 2.229817 -3.126162 10.38051 2.335948 -3.580996 10.04439 2.383201 -3.643975 11.21574 3.631516 -2.985166 6.204061 0.2192583 -2.565321 6.265118 0.2079792 -3.296471 10.90318 3.140736 -3.762163 10.75675 3.11097 -3.325239 10.57549 2.701735 -3.748426 10.34405 2.645471 -2.730979 7.608242 0.2663937 -3.09111 7.584337 0.2704935 -3.008445 6.687695 0.05774593 -2.629475 6.732492 0.05772113 -3.088566 7.292652 0.1011753 -2.671955 7.333024 0.1006736 -3.058228 9.510762 0.2910433 -3.375985 9.430131 0.2989721 -3.099308 7.599292 0.2601366 -2.758412 7.621496 0.255847 -3.239232 8.019132 0.1506528 -2.791536 8.058041 0.1312074 -3.36873 8.877346 0.1714458 -2.928188 8.936888 0.1491088 -3.397428 9.605876 0.3311892 -3.077199 9.700195 0.3255291 -3.494052 12.03304 0.2968922 -3.782611 11.78127 0.275485 -3.720857 11.35708 0.2246932 -3.3034 11.55583 0.2232551 -3.539106 10.33641 0.2689943 -3.115387 10.47534 0.2695093 -3.768626 12.4881 0.2851496 -3.528078 12.65334 0.3504639 -3.538457 13.96452 2.410623 -3.917153 14.06305 2.335442 -3.74942 13.51435 0.6338291 -3.496614 13.53567 0.6996861 -3.799778 14.03538 1.597321 -3.50734 14.03316 1.631578 -5.458395 6.719719 1.604111 -5.964057 6.821544 1.57594 -5.259932 9.666279 2.261596 -5.762258 9.730381 2.206575 -5.249646 10.03235 2.387298 -5.794889 10.17828 2.288711 -5.370767 11.24618 3.659009 -5.775246 11.92043 3.492142 -5.856119 6.653421 0.2735863 -5.482911 6.568264 0.2820568 -5.247431 10.76988 3.035977 -5.665698 11.0958 2.891376 -5.210624 10.32849 2.56299 -5.690269 10.54011 2.440042 -5.601406 8.034285 0.3458176 -5.870799 8.067141 0.3386288 -5.7815 7.108468 0.0931797 -5.490215 7.084322 0.09617805 -5.849562 7.734092 0.1585493 -5.514396 7.710874 0.1628093 -5.384665 9.888512 0.4360275 -5.623648 9.873512 0.4279451 -5.855997 8.077559 0.3313866 -5.601637 8.048115 0.3382788 -5.848598 8.541462 0.2414493 -5.499188 8.514722 0.245696 -5.73798 9.396005 0.2854395 -5.391076 9.388092 0.2903557 -5.614625 9.940014 0.418869 -5.370584 9.952072 0.4263172 -5.287639 11.66815 0.2936812 -5.724829 11.61971 0.2988577 -5.70152 11.18744 0.2154874 -5.21911 11.18651 0.2159252 -5.680796 10.38492 0.2860518 -5.28338 10.37037 0.2896538 -5.576272 12.40864 0.266449 -5.628515 14.09848 2.434152 -5.350565 13.49776 0.5945377 -5.396733 14.03678 1.62339 -3.986482 5.843943 1.595849 -4.429486 5.861135 1.576453 -4.097516 9.355558 2.258531 -4.560111 9.364088 2.280622 -4.121638 9.807981 2.386627 -4.644986 9.813658 2.409092 -4.301538 10.95458 3.623422 -4.867028 11.00394 3.636654 -4.402576 5.826834 0.2441272 -4.017993 5.79055 0.252327 -4.270689 10.65887 3.09606 -4.772072 10.6796 3.095141 -4.176333 10.24717 2.598968 -4.705231 10.25451 2.611746 -4.106794 7.131355 0.2607269 -4.380409 7.135656 0.2585821 -4.391422 6.293733 0.04920387 -4.046702 6.267034 0.05430889 -4.41049 6.859516 0.09477615 -4.03415 6.843376 0.09938716 -4.221638 9.09996 0.308712 -4.495839 9.134296 0.3190994 -4.37675 7.144571 0.251214 -4.118001 7.141475 0.252944 -4.459091 7.566111 0.144947 -4.080688 7.547781 0.142579 -4.518289 8.492608 0.176115 -4.130232 8.458762 0.1684303 -4.497306 9.329197 0.3500176 -4.221657 9.290219 0.3384037 -4.221277 11.62632 0.3047714 -4.770101 11.68838 0.3375311 -4.667998 11.1546 0.2793913 -4.182335 11.06905 0.2505045 -4.557271 10.05182 0.3024321 -4.177243 9.981084 0.2833452 -4.60906 14.16397 2.332914 -4.587055 13.49936 0.5836134 -4.685174 14.04387 1.601337 -2.603593 12.42327 2.896429 -2.592229 10.93351 2.062283 -3.086309 13.74987 2.285015 -3.259437 13.54829 0.7372027 -2.935485 13.30833 0.7830677 -3.211771 13.9735 1.584072 -2.850879 13.56385 1.630579 -2.981383 12.24068 3.581664 -3.165572 11.73261 3.812603 -3.132462 11.53919 3.403683 -5.913964 6.594513 0.4747086 -2.832651 8.669443 2.052175 -2.598517 8.896906 1.834414 -2.873155 9.298364 2.170251 -3.195595 8.608302 2.06801 -3.298449 9.21053 2.17968 -3.481718 8.768729 1.874427 -2.775723 7.919746 1.821771 -2.66205 7.132737 1.746794 -2.508765 7.807621 1.623093 -3.098947 7.870292 1.847175 -3.328542 7.723077 1.681711 -3.02392 7.088535 1.774831 -5.388843 8.823395 2.174835 -5.143453 9.022293 1.980648 -5.320086 9.258704 2.202159 -5.642195 8.835317 2.152923 -5.671002 9.27775 2.173943 -5.879667 9.001515 1.931893 -5.449312 8.218513 2.03056 -5.437383 7.520035 1.851463 -5.149881 8.140851 1.820123 -5.713898 8.230021 2.008588 -5.947225 8.157481 1.771165 -5.849428 7.576488 1.823045 -4.095845 8.177285 2.099566 -3.862424 8.395766 1.901558 -4.0869 8.897464 2.238296 -4.408944 8.158421 2.115041 -4.475177 8.895606 2.250471 -4.680249 8.37465 1.922881 -4.096599 7.389349 1.903683 -4.051327 6.662797 1.786461 -3.865778 7.30357 1.68935 -4.360691 7.368271 1.92093 -4.623107 7.27356 1.698555 -4.379108 6.652045 1.786516 -0.4376248 -17.45562 26.77408 -0.4499489 -18.33107 26.66593 -0.9251514 -16.22264 27.21253 -0.2537537 -19.17882 26.57293 -0.3217338 -18.87223 26.61294 -0.5702911 -18.51084 26.3857 -0.7067083 -17.94345 26.432 -0.8506677 -17.3128 26.46661 -0.9376816 -16.80462 26.50141 -0.8940243 -16.00258 26.84636 -0.8199071 -16.0808 26.85047 -0.6709957 -16.10255 26.8678 -0.953146 -15.89491 26.9198 -0.9326601 -15.91658 26.87034 -0.6935203 -16.11289 26.93395 -0.8699949 -16.07875 26.9899 -0.9420735 -15.96852 26.9691 0.001242756 -19.66849 26.06758 -0.5005499 -18.74823 26.04053 -0.5832057 -18.72518 26.14488 -0.6954551 -18.12447 26.03582 -0.7816342 -18.11159 26.13566 -0.9532389 -17.41 26.14208 -1.028316 -16.85259 26.16489 -0.9653905 -16.38439 26.01148 -1.091195 -16.46498 26.18071 -1.230795 -15.66562 25.56129 -1.018664 -16.7319 25.5225 -0.7131193 -18.10711 25.45659 -0.9324175 -16.0219 26.85449 -0.8215308 -16.14384 26.85206 -0.9818391 -15.92051 26.87416 -0.8923258 -16.10674 27.01469 -0.6102556 -16.57648 26.78237 -0.8363134 -16.54155 26.71638 -0.9827164 -15.96968 26.98796 -1.213955 -15.85755 25.99165 -1.271119 -15.0747 25.75829 -1.278924 -15.23529 25.86839 -1.264327 -15.43984 25.92638 -1.193529 -16.18224 26.21032 -1.234919 -14.5489 25.54467 -1.185106 -15.75103 26.78169 -1.110544 -16.06841 26.72065 -0.3225534 -15.69135 27.70112 -0.5478819 -15.73478 27.62331 -0.9696823 -15.80359 27.52038 -0.4136079 -16.07202 27.55419 -0.6508488 -16.189 24.87475 -0.2366871 -16.1929 24.69277 -0.5118264 -17.40511 24.97592 -0.437219 -18.20718 25.03421 -1.031555 -15.81288 25.36876 -0.8846114 -16.82066 25.37836 -0.6334183 -17.31202 25.0476 -0.6765586 -17.98614 25.33963 -1.077154 -14.2308 25.27245 -1.167892 -14.2493 25.57721 -1.066665 -14.38301 26.63673 -1.224548 -13.04288 26.57454 -1.467052 -12.56198 26.8193 -0.8994681 -13.45421 25.288 -0.5295457 -13.3388 24.85844 -0.9693526 -13.5078 25.61792 -1.006641 -13.19899 26.47064 -1.293831 -11.46185 25.91441 -1.556386 -11.11221 26.08173 -0.7657118 -12.42585 25.01847 -0.4425708 -12.40268 24.66172 -0.9796999 -12.37216 25.28506 -0.9824132 -12.28762 25.4164 -1.055668 -11.61349 25.89999 -1.058299 -11.8814 25.80622 -1.358434 -10.34931 24.33915 -1.626907 -9.882885 24.39162 -0.7573888 -11.3754 23.96704 -1.159051 -11.22439 24.1311 -1.206705 -11.07936 24.18719 -1.09351 -10.48458 24.36916 -1.10229 -10.65041 24.33479 -1.436161 -9.977318 21.9981 -1.73661 -9.431433 21.9769 -1.2726 -10.91177 22.2139 -1.092476 -10.14787 22.01951 -1.142431 -10.29544 22.04691 -1.352328 -11.74665 27.28313 -1.486751 -10.55483 26.54605 -1.565273 -9.283972 24.89294 -1.790348 -9.979556 20.09649 -1.311401 -10.35722 20.10696 -0.9372916 -8.533568 19.85597 0.3683295 -8.680697 20.03243 1.219552 -10.55742 20.11339 1.326868 -10.71877 20.19275 -1.167945 -15.6373 25.75033 -0.6783381 -16.66675 27.07145 -0.5265163 -16.68467 26.89527 -1.074505 -15.83409 25.97154 -1.125238 -15.333 25.86268 -1.132592 -15.42941 25.91878 -0.2019128 -14.90667 24.58682 -1.050343 -15.65759 25.82883 -1.252686 -15.1562 25.63477 -1.376947 -15.40552 26.2527 -1.372218 -15.43866 26.05889 -1.330641 -15.70342 26.27024 -1.314786 -15.75312 26.10091 -1.278282 -15.94874 26.25076 -1.244942 -15.59592 26.63974 -1.323672 -15.45167 26.44331 -1.284718 -15.74868 26.44939 -1.234784 -16.00113 26.49784 -1.207923 -15.8944 26.62137 -1.254517 -15.04508 26.57161 -1.342534 -15.01307 26.38887 -1.193535 -14.42598 26.46869 -1.31479 -14.46725 26.32245 -1.209298 -13.64246 25.97189 -1.030464 -13.30126 25.89063 -1.09334 -13.56183 25.85316 -1.218265 -13.86591 26.30728 -1.113229 -13.56518 26.39058 -1.084185 -13.10188 26.25718 -1.396889 -15.04738 26.21388 -1.402596 -15.16674 26.0145 -1.377435 -14.63602 26.15112 -1.388754 -14.91799 25.92428 -1.302181 -14.19754 25.91183 -1.254073 -14.20494 25.78732 -1.306589 -14.45724 25.75153 -1.29216 -15.03148 27.2104 -1.299975 -15.03997 27.04094 -1.199516 -15.52789 26.99277 -1.258392 -15.17251 27.37685 -1.022352 -15.35643 27.63308 -1.359311 -14.39526 27.01018 -1.197791 -14.33789 26.81613 -1.384111 -14.2712 27.23347 -1.41456 -13.5719 27.11599 -0.8769651 -11.90855 27.84406 0.001242816 -16.22365 27.65909 -0.4564152 -16.9092 27.11172 -1.129972 -15.67989 27.12407 -1.120097 -15.7602 27.30021 -0.6162987 -17.27799 26.68736 -1.02354 -14.91011 27.82688 -1.283705 -14.68992 27.5987 -0.561944 -14.72485 28.05804 -0.3248988 -13.75475 28.10827 -0.3605162 -13.89882 27.94312 -0.5735669 -14.61212 28.0028 -0.7883608 -13.41259 27.73772 -1.218988 -13.98607 27.6185 -1.182956 -14.59632 27.70935 -0.9653794 -14.73614 27.88825 -1.078863 -14.17366 27.5219 -0.3509832 -12.35675 27.90764 -0.1662837 -13.74551 27.98575 1.684222 -9.091362 20.12459 -0.8748401 -14.87958 24.91894 -0.5004096 -14.32934 24.75046 -0.3092702 -17.8054 26.87346 -1.000301 -16.06061 26.78112 -0.9504396 -16.01329 26.82796 -1.109526 -15.74611 26.9495 -1.106169 -15.81489 26.84426 -1.02837 -15.87092 26.86006 -0.6193015 -16.34057 26.95982 -0.8444727 -16.10677 27.0764 -0.8307393 -16.19339 27.09506 -1.000915 -15.92516 27.06769 -0.8263347 -16.24857 26.77879 -0.8144296 -16.16586 26.82295 -0.6121529 -16.32908 26.82488 -0.6285831 -16.21417 26.90476 -0.6608661 -16.18337 26.86776 -0.6363252 -16.25169 26.85057 -1.043866 -15.83571 26.94784 -1.027077 -15.86643 26.89955 -1.259626 -15.30331 26.88767 -1.210589 -14.90247 26.75352 -1.062787 -16.3078 26.62521 -1.08957 -16.44897 26.44869 -0.979253 -15.93596 27.03977 -0.7275536 -16.21484 26.96372 -0.6861649 -16.22966 26.99679 -0.2240191 -19.47576 26.47948 -0.259029 -19.32608 26.53574 -0.4270635 -18.76995 26.62759 -0.3798004 -18.86681 26.61126 -3.658985 -2.869781 11.74611 -2.860556 -3.863726 10.45694 -4.947014 -5.516358 14.94865 -3.281994 0.1702423 12.34723 -3.70346 0.3750115 15.60304 -3.779285 0.2717142 13.8966 0.001248598 0.8637896 18.92123 -0.3159649 -18.94577 26.56197 -0.2793108 -19.11026 26.55076 -0.2607315 -19.13357 26.6098 -0.2920575 -18.99147 26.63859 -0.3051633 -19.40822 26.24742 -0.4497947 -19.01938 26.3042 -0.3160436 -19.4027 26.10481 -0.437017 -19.11417 26.13186 -0.398422 -19.11797 26.02826 -0.2188856 -19.31568 26.64074 -0.2959965 -18.99858 26.73476 -0.2705116 -19.23228 26.61947 -0.3172002 -19.0129 26.67248 -0.3041291 -19.22612 26.48074 -0.3782119 -18.98624 26.50324 -0.3119627 -19.3519 26.36985 -0.4378962 -18.96319 26.42395 -0.9137004 -16.1452 27.4069 -0.6871354 -16.40782 27.36396 -3.969665 -3.276899 11.41826 -2.951201 -5.803709 10.40694 -3.107214 -4.026849 10.59939 -3.721179 -8.451735 10.84167 -3.202605 -7.521551 10.33616 -4.204489 -3.262743 10.95248 -5.177873 -3.932579 11.71198 -3.02805 -5.61858 10.23715 -3.259519 -3.891723 10.45347 -5.57309 -5.65723 11.81281 -5.146835 -7.085928 11.17965 -4.194513 -7.413401 10.54291 -3.415915 -7.041725 10.20023 -4.370667 -3.200992 10.22452 -5.334092 -3.959432 10.39167 -2.95282 -5.417064 9.855085 -3.299293 -3.817681 10.00482 -5.639868 -5.427437 10.35229 -5.565673 -7.875593 2.254395 -3.56106 2.662625 13.52227 -2.99963 3.092962 17.72883 -3.712478 2.875439 16.35307 -3.856178 2.703553 14.94169 -1.192949 3.422101 18.93508 -2.933809 2.877397 12.38068 -3.615877 4.561939 14.11254 -3.035511 5.598386 17.92872 -3.652093 5.042854 16.57843 -3.827897 4.652692 15.36324 -2.981609 4.845543 13.01083 -3.429391 5.558696 14.19367 -3.565681 6.021919 16.51965 -3.691087 5.530291 15.37978 -4.534667 -3.100758 13.4463 -4.804201 -3.797972 14.58933 -3.761066 -2.124997 14.99069 -4.193958 -2.495461 14.01412 -3.872521 -5.318303 15.92812 -5.385033 -4.174383 13.69714 -4.95116 -3.637572 12.74161 -5.613382 -5.549233 13.82916 -5.704055 -5.610115 12.86503 -5.501916 -7.270515 13.08801 -4.654634 -8.242037 11.94569 -4.715961 -7.598148 14.2602 -3.84401 -8.718371 13.43204 -4.514523 -3.192655 8.519825 -4.494108 -3.092425 6.971321 -5.386411 -3.813374 8.447417 -5.200278 -3.619049 6.790917 -3.04255 -5.019842 8.417538 -3.317359 -4.665832 6.850038 -3.435391 -3.719227 8.502133 -3.608323 -3.543791 6.965597 -5.57485 -5.013839 8.353967 -5.342187 -4.70929 6.697884 -4.360683 -6.668953 8.217047 -4.295742 -6.890799 10.21003 -4.344019 -6.888515 9.364641 -5.061545 -6.301804 8.339028 -5.250099 -5.947718 8.371452 -4.344861 -6.332708 7.211127 -4.333294 -6.05912 6.633272 -3.359342 -6.050068 8.307394 -3.595561 -6.451616 8.228501 -5.425733 -13.41782 0.3281727 -5.341907 -13.62208 0.749382 -6.133258 -13.53777 0.7223492 -6.049961 -13.35915 0.3227167 -4.265523 -13.96159 0.3186588 -4.177029 -14.15388 0.7742262 -5.012182 -14.13339 0.7528086 -4.944159 -13.94091 0.3172884 -3.063721 -13.62899 0.2683907 -2.981545 -13.80748 0.6604862 -3.687035 -13.87014 0.6872587 -3.68242 -13.6821 0.277112 -5.154326 -11.83751 0.4869518 -5.124976 -11.76778 0.9628153 -5.937036 -11.68131 0.8916683 -5.870898 -11.75987 0.4547463 -4.301126 -11.99994 0.4852839 -4.246541 -11.95713 0.9915934 -5.055846 -11.94666 1.003777 -5.020481 -11.99082 0.499568 -3.352877 -11.66038 0.414424 -3.303555 -11.64467 0.8514452 -4.042383 -11.82016 0.9431954 -4.035132 -11.8327 0.4562712 -3.424343 -11.05313 0.3218021 -3.377449 -11.07041 0.8022757 -4.154159 -11.37309 0.9451161 -4.170424 -11.3545 0.3669796 -4.284743 -11.42312 0.3773689 -4.232434 -11.41801 0.9663229 -5.084118 -11.41712 0.9716759 -5.068253 -11.43508 0.394661 -5.103568 -11.43642 0.3882647 -5.096237 -11.3847 0.9430103 -5.899584 -11.18575 0.8220577 -5.834615 -11.24642 0.3582554 -3.233182 -5.248844 4.93383 -5.46961 -9.274996 0.9630966 -3.137388 -12.93881 0.4623375 -3.238891 -12.35784 0.4678335 -3.074409 -13.01725 0.7846089 -3.18332 -12.32042 0.8198395 -3.845303 -13.05508 0.8303862 -3.949089 -12.38756 0.8882418 -3.839285 -12.97362 0.4817486 -3.936506 -12.4278 0.5001564 -4.262634 -13.27186 0.5033789 -4.273718 -12.68508 0.531497 -4.192704 -13.35208 0.8832226 -4.222415 -12.63624 0.9419384 -5.023983 -13.35402 0.8770256 -5.028469 -12.63533 0.951087 -4.972883 -13.27406 0.5072346 -4.998893 -12.68536 0.5410738 -5.330967 -12.72903 0.5301008 -5.256023 -12.26437 0.5399323 -5.256143 -12.82475 0.8861761 -5.200892 -12.22865 0.9338636 -6.069212 -12.78974 0.868804 -5.989181 -12.20079 0.907177 -6.016713 -12.68634 0.5101004 -5.946516 -12.22314 0.5143089 -5.601267 -10.02341 0.9058228 -5.76761 -10.67053 0.8418894 -5.643302 -9.77179 0.5433169 -5.748651 -10.61963 0.3878841 -3.118269 -13.46547 0.1311635 -3.633843 -13.50227 0.125329 -4.337924 -13.80586 0.1582555 -4.88603 -13.78714 0.156229 -5.964478 -13.19716 0.1705894 -5.507141 -13.22187 0.1690607 -5.837591 -12.24208 0.2931738 -5.917049 -12.65743 0.2996903 -5.343886 -12.27335 0.2969503 -5.431995 -12.69449 0.3016291 -4.369729 -12.72321 0.3051548 -4.360903 -13.25611 0.2919941 -4.918148 -12.71923 0.3104067 -4.900424 -13.25386 0.2937508 -3.290539 -12.37815 0.2468109 -3.197456 -12.90381 0.2535315 -3.860106 -12.44373 0.270483 -3.758041 -12.94115 0.2692156 -3.494389 -11.02586 0.06308078 -4.152892 -11.19901 0.04799079 -3.419689 -11.6355 0.1943759 -3.974073 -11.74263 0.2009162 -4.316894 -11.35532 0.07004928 -5.001648 -11.38764 0.08669471 -4.384301 -11.98615 0.254735 -4.921751 -11.98035 0.2647772 -5.72465 -11.29728 0.07264041 -5.086448 -11.39598 0.05296802 -5.760462 -11.77161 0.2083168 -5.222956 -11.83689 0.2100238 -4.226753 -10.31882 0.03703022 -4.275103 -9.348982 0.2242994 -4.303919 -10.36505 0.03323841 -4.3526 -9.342854 0.2195491 -5.580981 -10.48712 0.1069345 -5.534866 -9.589785 0.3073397 -4.998253 -7.298565 1.783145 -4.060972 -7.229151 1.832343 -3.772046 -5.652889 3.183793 -3.738282 -4.221154 4.541098 -5.029853 -5.827187 3.208205 -4.997931 -4.400859 4.513515 -3.303 -4.734879 5.644986 -3.378552 -3.969305 5.403252 -3.478533 -5.638784 6.023333 -3.688532 -7.468527 2.029471 -3.968335 -7.442657 2.018119 -3.954372 -8.329762 2.906479 -3.134219 -13.95441 1.043423 -3.434099 -13.97693 1.059737 -3.480326 -11.63621 1.318643 -3.778453 -11.69363 1.374716 -3.583547 -11.03914 1.302283 -3.926477 -11.13941 1.389129 -4.072303 -9.358805 1.678328 -3.439294 -14.10371 0.05956649 -3.167952 -14.07133 0.05831718 -3.647785 -4.411174 4.65663 -3.387838 -4.60326 4.623389 -3.702027 -5.832727 3.408178 -3.440848 -5.888163 3.442435 -3.376675 -6.10417 5.414645 -3.769842 -6.586428 5.627017 -3.787482 -7.334408 4.441725 -4.037887 -9.989607 1.596087 -3.600171 -10.49671 1.386256 -4.012776 -10.66623 1.46905 -3.295249 -13.18557 0.257225 -3.536018 -13.19601 0.2568684 -3.474803 -13.77786 -0.04057693 -3.199997 -13.75151 -0.03510093 -3.534595 -13.38008 0.06592559 -3.232112 -13.35625 0.07002258 -3.506379 -12.12739 0.2291612 -3.744099 -12.16469 0.2369813 -3.542454 -13.18668 0.2446899 -3.313716 -13.17763 0.2448587 -3.646127 -12.92377 0.1495189 -3.317624 -12.89752 0.1361789 -3.739208 -12.44644 0.1493053 -3.406936 -12.40969 0.1330776 -3.759088 -12.07309 0.2643385 -3.520546 -12.03295 0.2555246 -3.726718 -10.8318 -0.02610969 -4.069378 -10.93795 -0.03892612 -3.997442 -11.21303 -0.04810905 -3.65124 -11.13884 -0.04383659 -3.859509 -11.72396 0.1055269 -3.546678 -11.67109 0.105154 -4.032382 -10.71689 -0.0482006 -3.688982 -10.54638 -0.03212356 -3.818081 -8.987311 0.4502745 -4.146584 -8.9014 0.363225 -4.017721 -10.16035 -0.02655887 -3.667605 -10.03712 0.00651741 -4.086625 -9.393027 0.1398983 -3.726134 -9.417103 0.2175798 -5.362364 -4.218629 5.418322 -5.244501 -3.849289 5.952667 -5.367782 -4.694362 6.055215 -5.51886 -4.847609 5.714028 -5.374697 -5.596951 6.08008 -4.990946 -6.020199 6.22385 -5.149302 -5.555677 6.276804 -5.042986 -7.530451 2.003058 -5.390997 -7.581167 2.009745 -5.323708 -8.224465 2.722382 -4.953246 -8.35112 2.916534 -5.603972 -13.70855 1.117866 -5.944304 -13.66958 1.095738 -5.345598 -11.66366 1.387347 -5.658628 -11.62925 1.346412 -5.252883 -11.19748 1.381567 -5.595521 -11.13992 1.302681 -4.920852 -9.40959 1.653211 -5.190205 -9.334778 1.532342 -5.91669 -13.81169 0.1122446 -5.634252 -13.85034 0.1091909 -5.459256 -4.902325 4.769107 -5.071186 -4.685262 4.715544 -5.531265 -6.16173 3.55558 -5.11476 -6.086626 3.497363 -5.067186 -6.569996 5.700498 -5.061326 -7.399441 4.482604 -5.010925 -10.08516 1.562791 -5.314122 -10.03878 1.442409 -5.124568 -10.72964 1.466313 -5.464856 -10.66424 1.354287 -5.611431 -12.91586 0.3019552 -5.817259 -12.90314 0.3013029 -5.881491 -13.48898 0.007034301 -5.629982 -13.50097 0.004851341 -5.876207 -13.09402 0.1109104 -5.592079 -13.10539 0.1088275 -5.433949 -12.06048 0.2787323 -5.638058 -12.05378 0.2759504 -5.80669 -12.8978 0.289177 -5.611232 -12.91029 0.290122 -5.820657 -12.66273 0.1840848 -5.524374 -12.68573 0.1836013 -5.737174 -12.26731 0.1807003 -5.436272 -12.28783 0.1807441 -5.629124 -12.01678 0.2753677 -5.422031 -12.02513 0.278039 -5.196093 -11.1055 -0.04459762 -5.503882 -11.06374 -0.02589035 -5.587397 -11.37365 -0.0591278 -5.219532 -11.42374 -0.06674385 -5.658817 -11.79575 0.09444141 -5.338852 -11.83545 0.0941534 -5.481838 -10.91589 -0.01071071 -5.175279 -10.96586 -0.03278923 -5.172375 -8.788365 0.4002991 -5.429676 -8.980708 0.4100132 -5.41964 -10.43033 -0.002869606 -5.122129 -10.40275 -0.02737617 -5.415481 -9.575076 0.1649646 -5.149083 -9.404423 0.1358041 -4.170464 -6.323278 6.247945 -4.243002 -6.080816 6.35516 -4.562325 -6.281322 6.246753 -4.631064 -8.44913 2.995426 -4.308102 -8.439858 2.994162 -4.406729 -14.28918 1.188243 -4.770039 -14.28125 1.167414 -4.462308 -11.89996 1.473108 -4.783104 -11.89544 1.476972 -4.409817 -11.27739 1.469087 -4.798108 -11.28712 1.467172 -4.357827 -9.433136 1.716792 -4.639303 -9.441855 1.715868 -4.757382 -14.38025 0.123352 -4.430686 -14.40078 0.1248579 -4.206423 -6.771309 5.738017 -4.622354 -6.79418 5.731445 -4.243163 -7.497522 4.565603 -4.638347 -7.55064 4.567271 -4.354876 -10.07233 1.63445 -4.686596 -10.10166 1.624693 -4.372302 -10.7445 1.524584 -4.762077 -10.76459 1.519934 -4.506834 -13.50749 0.2808714 -4.739444 -13.50663 0.2805348 -4.760997 -14.0633 -0.001761436 -4.445501 -14.08116 -6.96182e-5 -4.777754 -13.68362 0.09434223 -4.436442 -13.69421 0.09558773 -4.537451 -12.42417 0.296237 -4.7666 -12.4225 0.2996225 -4.736735 -13.50245 0.2716513 -4.516486 -13.50239 0.27176 -4.792073 -13.24112 0.1794738 -4.464044 -13.24318 0.1786203 -4.804483 -12.73865 0.1948661 -4.473534 -12.74149 0.1927604 -4.76781 -12.32179 0.3374348 -4.536959 -12.32379 0.3337164 -4.474285 -11.0701 -0.03227043 -4.85244 -11.10622 -0.02194786 -4.83555 -11.44585 -0.01158905 -4.470913 -11.43609 -0.01820945 -4.802485 -11.98833 0.1801023 -4.495882 -11.99095 0.1760253 -4.828654 -10.97159 -0.0306015 -4.465462 -10.9217 -0.03919792 -4.54776 -8.800124 0.3321056 -4.865414 -8.732558 0.3671608 -4.78759 -10.38115 -0.03550338 -4.468976 -10.3516 -0.04082012 -4.829168 -9.346207 0.1214666 -4.52067 -9.371642 0.1089468 -4.839568 -8.481472 0.6008625 -4.509701 -8.540259 0.5606756 -3.764692 -3.172195 5.493913 -4.780409 -5.499869 2.978518 -4.085488 -5.428185 2.980947 -4.698898 -4.058698 4.346685 -4.000816 -3.978587 4.375023 -4.282297 -6.989214 1.610198 -4.806133 -7.023762 1.579514 -4.0355 -2.9542 5.210916 -4.612936 -2.949067 5.248974 -3.4287 -4.645191 6.250199 -3.391742 -4.650243 5.963355 -3.677144 -3.069053 6.134493 -3.510473 -3.481393 5.67591 -3.638048 -3.410748 5.609273 -3.557538 -3.523088 6.30065 -3.41836 -3.726963 5.807606 -3.662504 -5.631474 6.301245 -3.557494 -5.579858 6.202751 -3.828477 -5.964476 6.310688 -3.812139 -6.136557 6.195016 -3.37587 -7.868187 2.340764 -3.475105 -7.61911 2.113365 -3.583238 -9.052615 0.6994257 -3.481164 -9.076691 1.032105 -3.537869 -9.163271 1.304435 -3.104928 -6.898491 3.434966 -3.209605 -6.366482 3.319006 -3.150271 -6.226429 4.084589 -3.657204 -8.225607 2.765383 -3.4465 -8.054039 2.53954 -3.181736 -7.133823 3.657546 -3.236718 -6.727276 4.438746 -3.407584 -7.287239 4.028033 -4.916206 -14.37019 0.5736494 -5.957213 -13.85486 0.2246284 -5.633692 -13.91303 0.2192268 -4.73467 -14.3579 0.9026661 -4.449852 -14.37174 0.9137364 -3.441419 -12.54003 1.449559 -3.307086 -12.41073 1.199578 -3.434233 -12.20415 1.365008 -3.557784 -12.55243 1.46467 -3.635128 -12.23153 1.400564 -3.728899 -12.44915 1.258213 -3.396348 -12.89632 1.43579 -3.276643 -13.37126 1.286528 -3.226596 -12.98207 1.171217 -3.517773 -12.90449 1.449401 -3.649101 -13.00434 1.213538 -3.478229 -13.38249 1.305771 -5.541601 -12.35208 1.517549 -5.387541 -12.26484 1.307102 -5.45807 -12.09512 1.4439 -5.650712 -12.34358 1.504459 -5.660655 -12.08014 1.421409 -5.78725 -12.25897 1.289219 -5.582934 -12.66793 1.508562 -5.580783 -13.13052 1.365897 -5.42913 -12.77462 1.271117 -5.69792 -12.65644 1.495825 -5.860211 -12.75674 1.258585 -5.81474 -13.10355 1.348756 -4.569444 -12.84791 1.55492 -4.422193 -12.72249 1.340406 -4.536297 -12.48234 1.494296 -4.678183 -12.8475 1.555997 -4.737775 -12.4807 1.496721 -4.829283 -12.71975 1.344199 -4.560054 -13.20702 1.548543 -4.486952 -13.68806 1.411753 -4.396162 -13.30143 1.302809 -4.661827 -13.20701 1.549211 -4.830457 -13.30097 1.294326 -4.715635 -13.6887 1.401902 -3.412716 -6.674637 9.907552 -3.443989 -6.674744 9.176823 -5.187875 -6.451881 9.404375 -5.212996 -6.484539 10.33788 -4.983619 -5.67691 6.68935 -4.960847 -5.977793 7.32177 -3.697576 -6.041531 7.368326 -3.69473 -5.68692 6.706651 -1.098677 -8.006054 16.41806 -2.707398 -9.848961 14.08651 -1.936944 -8.756604 15.54935 -1.979408 -11.16497 12.58683 -1.202172 10.94981 18.87779 -3.318783 10.54203 18.01619 -3.056627 7.106783 17.89667 -3.540487 7.930161 17.49947 -3.635785 6.424641 16.30838 -3.47236 6.039361 15.20475 -3.000273 13.29131 16.87414 -2.770286 14.85672 14.93116 -4.693922 11.89153 15.80323 -1.703942 10.89212 11.60796 -3.316047 6.057746 15.0303 -3.973947 6.292511 16.05029 -4.747857 9.941181 17.00037 -4.498344 7.749714 16.8358 -1.82665 8.687439 12.32062 -2.635077 6.918653 13.80609 -4.133248 12.75545 14.04052 -5.81505 9.780084 13.53051 -1.768354 9.76419 10.87818 -3.049481 5.565196 14.73909 -4.260068 5.493746 15.45905 -5.780565 8.272335 15.09814 -5.261584 6.661972 15.63114 -1.554092 8.217813 12.02502 -2.131624 6.616662 13.59884 -5.181212 10.41017 12.26183 -2.961253 6.522724 13.94681 -2.738633 -5.859598 10.18719 -2.220649 -8.740832 9.954332 -2.756725 -8.010569 10.24663 -3.58721 -2.167357 12.36569 -6.023672 7.080429 11.05213 -2.080636 7.226384 9.740316 -3.037665 4.35691 13.43158 -4.440264 4.162448 13.95491 -6.07296 5.941396 12.61966 -5.535047 4.812509 13.59206 -1.654618 6.203189 10.84339 -1.967953 5.138751 12.2679 -5.410952 7.602828 10.0869 -2.630502 5.115977 8.505251 -5.407697 5.574438 8.326392 -3.604192 1.994989 9.415268 -4.611742 1.838259 9.474575 -5.528219 2.3469 9.479484 -3.522561 1.820567 8.373139 -4.559175 1.525744 8.261528 -5.493811 2.135214 8.341303 -3.269734 6.390367 5.248996 -4.295307 6.138121 4.947417 -5.228762 6.590707 5.349536 -2.815072 6.890497 6.01352 -5.468826 7.256157 6.049376 -5.359338 9.809223 5.612072 -2.940023 9.476452 5.409564 -3.289669 2.99489 11.72706 -3.553463 2.306367 10.48215 -4.600982 2.91594 12.15979 -4.651406 2.226093 10.71173 -5.610058 3.302539 11.69212 -5.576228 2.675993 10.53185 -3.460157 1.979935 7.543647 -3.396041 2.620325 6.739953 -4.516917 1.604296 7.314101 -4.460514 2.273578 6.492478 -5.463015 2.224149 7.382119 -5.406619 2.833611 6.596105 -6.080625 4.088989 10.70231 -5.967144 3.19492 9.835553 -2.867171 2.502812 9.723978 -2.320498 3.385484 10.68605 -2.703803 2.714015 8.79706 -2.133378 3.958061 9.525877 -2.707618 2.906471 8.017561 -2.700157 3.428168 7.347028 -2.362269 4.057203 8.347557 -5.908246 3.363461 7.779811 -5.923895 4.660673 8.083969 -5.861329 3.828622 7.126118 -6.035824 4.776369 9.405046 -5.967465 3.339388 8.743021 -3.286485 9.178453 4.667349 -5.209766 9.422317 4.921031 -4.300941 8.533717 4.467768 -3.972529 9.577519 4.417799 -4.756844 9.64102 4.513381 -3.764357 12.79389 7.371954 -4.702816 12.89946 7.43797 -3.824974 13.66679 7.538741 -4.748772 13.73483 7.587751 -1.819022 14.44659 12.78889 -2.390964 14.94608 13.55371 -2.53788 12.3359 12.0537 -3.373828 12.74192 12.84922 -3.089865 10.54133 10.90718 -4.282855 10.54511 11.6275 -3.305847 7.767299 9.530859 -4.543487 7.766418 9.875872 -3.516271 5.734798 8.552895 -4.504734 5.859395 8.517712 -3.787254 10.57476 8.040205 -4.675737 10.66908 7.925644 -5.446706 14.49881 5.435582 -5.766231 14.00523 3.254207 -3.421221 14.20984 5.21812 -3.43337 13.71079 3.028697 -5.906917 13.62216 3.685449 -4.419348 14.1704 2.844069 -4.887345 14.25449 2.91917 -3.883099 13.96455 2.915763 -5.357754 14.19148 3.072065 -4.35841 14.71381 3.596172 -4.890751 14.78467 3.656992 -5.34672 14.56385 3.696702 -3.785854 14.37385 3.56867 -3.564688 14.64303 5.066085 -5.274588 14.90067 5.130313 -3.795014 15.18396 5.040733 -5.103003 15.35846 5.12204 -4.742745 15.6036 5.144245 -4.229954 15.55861 5.099351 -4.600325 15.84646 6.351954 -4.07613 15.76054 6.336341 -4.394411 12.41691 0.2615261 -5.049267 12.08607 0.333993 -5.143499 14.18932 2.539439 -3.284421 13.8174 5.673346 -3.03077 12.98834 3.83138 -2.939555 12.50042 6.02454 -3.172521 12.58766 6.761744 -2.977983 12.04177 6.232692 -2.858032 12.22109 5.236457 -2.891631 11.78656 5.34486 -3.008522 11.82035 4.653445 -5.719909 12.94139 5.900621 -5.511229 12.45309 6.201529 -5.403152 12.91141 6.762403 -5.798218 12.62892 5.110025 -5.662982 12.01593 4.632421 -5.610351 12.16479 5.34742 -5.777055 13.28949 5.736859 -5.440381 13.57916 6.872987 -2.977358 12.97995 5.907703 -3.107185 13.40062 5.922481 -3.225699 13.34988 6.884488 -5.893901 12.93824 4.789853 -5.914031 13.22876 4.332143 -5.839524 12.54179 4.129261 -2.912862 12.60258 5.038729 -3.008198 12.20634 4.388004 -2.967329 12.76918 4.646464 -3.010284 -9.491539 10.93286 -2.730921 -10.6683 13.04662 -2.352071 -10.96804 12.71002 -4.152443 -3.09797 15.04948 -3.587359 -3.450884 16.05167 -3.110229 11.58998 6.400228 -5.300886 11.84699 6.445563 -2.972086 8.651777 7.854036 -2.889323 5.90784 8.14484 -2.71933 7.7574 6.928548 -5.486091 8.662114 7.391104 -5.527481 7.957103 6.564767 -5.452355 6.034171 7.835237 -2.983436 9.928894 6.488692 -3.131837 10.29811 7.492677 -5.265005 10.46936 7.186561 -5.31239 10.14236 6.317646 -4.673835 12.1753 7.295672 -4.59042 11.76193 7.516887 -3.724701 12.06185 7.30827 -3.731778 11.6093 7.559051 -3.741414 6.487255 8.572663 -3.821639 9.091302 8.444224 -4.595597 6.505054 8.447745 -4.773793 9.081465 8.278136 -5.560728 14.09372 5.833224 -5.675596 13.65895 5.799995 -1.386062 10.56218 0.5968828 -2.639175 12.34396 0.5796824 -2.834696 11.96607 0.6357536 -2.373169 11.94348 0.5421801 -2.637789 11.71565 0.567688 -2.304016 11.07656 0.299242 -1.991097 11.21267 0.2464208 -2.527675 11.4695 0.4467354 -2.242896 11.66956 0.4071198 -1.628264 10.71286 0.2460565 -1.947883 10.53551 0.3146982 -1.593887 11.04727 2.251768 -0.997008 10.31734 1.633205 -1.381292 10.01548 1.680121 -1.387952 10.49913 0.3888254 -1.782878 10.28029 0.4705534 -2.481612 12.54458 0.7021208 -2.845971 11.22059 1.136372 -1.77854 11.27951 0.3387566 -2.382938 10.90212 0.4470129 -2.359659 10.68093 1.646115 -1.740367 11.89198 1.960685 -2.218955 12.54496 1.288996 -2.323057 10.70094 0.7235842 -1.960597 10.23827 1.281041 -1.041987 10.87344 1.170069 -1.497252 11.27554 0.6040936 -2.868835 11.07636 2.654045 -2.559911 11.58007 2.908003 -3.000967 13.28536 2.938361 -3.154739 12.92317 0.3760643 -2.969112 12.31248 0.5578871 -4.029058 15.78002 6.8345 -4.543713 15.88065 6.823292 -4.89343 15.67226 6.942532 -3.730035 15.4539 6.984873 -5.049726 15.13738 7.355631 -3.65696 14.95591 7.389866 -3.924501 15.23364 7.691791 -4.801878 15.31999 7.64815 -4.131777 14.96172 7.867811 -4.564198 14.97737 7.846275 -3.923135 15.65155 7.430857 -4.708157 15.77383 7.387491 -4.431007 15.91388 7.253032 -4.090942 15.86231 7.274294 -4.156187 15.70209 7.255748 -2.980254 -9.915362 0.02023506 -3.175167 -10.25096 -0.0241518 -2.656078 -10.13393 0.0387144 -2.894345 -10.39546 -0.006855964 -3.409501 -10.31986 -0.005257606 -3.330585 -9.920039 0.03534698 -2.512225 -10.25131 0.1356525 -2.727848 -10.45955 0.08780574 -2.559163 -10.59386 0.0530405 -2.291045 -10.39136 0.1080226 -2.702289 -10.44741 0.1192569 -2.472406 -10.23528 0.1745147 -2.047452 -10.68854 0.1017942 -2.312794 -10.87972 0.05245113 -2.719285 -10.6576 1.141259 -2.504148 -10.3921 1.1317 -3.163723 -10.39479 1.145884 -2.968498 -9.973856 1.064081 -2.103884 -10.82434 1.140117 -2.325341 -11.03722 1.100939 -1.942522 -10.84544 0.2410392 -2.209117 -11.03481 0.1917352 -2.980669 -9.765931 0.1377916 -2.553146 -9.980454 0.1676635 -3.303115 -10.52226 0.04666614 -3.0123 -10.5452 0.06929302 -2.137141 -10.37098 0.188795 -2.632365 -10.7743 0.08419513 -2.953561 -10.79223 0.6950474 -3.26897 -10.75649 0.7549486 -3.04443 -10.67833 0.2662153 -3.320429 -10.72621 0.2838926 -2.423816 -10.09789 0.74858 -2.860979 -9.74487 0.678565 -2.508934 -9.946276 0.3821068 -2.980129 -9.714779 0.3360529 -2.620926 -10.92547 0.2162218 -2.546653 -11.07645 0.6540537 -1.994597 -10.55022 0.7641764 -2.06322 -10.4113 0.3367844 -3.2953 -9.59853 1.107687 -3.203079 -9.430571 0.7355299 -3.364716 -9.417019 0.4202681 -5.093848 -3.8861 5.242842 -5.019974 -3.300073 5.702135 -4.502234 -2.568322 5.661364 -4.095679 -2.615936 5.528273 -3.80902 -2.753873 5.80354 -3.874072 -2.890325 6.308319 -4.727682 -2.734712 6.204805 -4.386179 -2.918775 6.576493 -5.596482 -5.331415 5.438991 -5.781892 -5.44599 4.824629 -6.066745 -6.596943 4.408076 -5.949125 -6.310959 3.928847 -5.883043 -6.952324 3.595815 -5.526677 -6.377905 5.495075 -5.5097 -5.848248 5.745127 -5.905974 -6.81885 4.634588 -5.649964 -7.334208 3.932875 -5.547614 -7.107925 4.630216 -5.672404 -6.458107 5.014478 -1.867992 10.6056 2.123834 -1.331031 -12.35323 27.61664 -1.425105 -13.06696 27.51084 -1.38002 -13.93685 27.53912 -1.124999 -12.88313 27.86999 -0.6096845 -12.6118 28.0131 -0.4848676 -15.00642 27.93461 -0.3557614 -15.36566 27.80407 -3.649793 -9.831141 1.547778 -3.783908 -9.276373 1.625867 -4.802366 14.36698 7.59937 -4.719257 14.75943 7.778833 -3.868756 14.30467 7.596966 -3.975232 14.69569 7.781934 -0.8344768 65.19998 3.596535 -0.2047846 55.54733 4.661703 -0.4001783 -11.80649 27.76582 0.2391764 -16.1929 24.69277 0.2044041 -14.90667 24.58682 -2.804858 11.46187 0.7810001 -0.2076685 -18.4055 26.64731 -0.1810289 -18.57169 26.62208 -0.1955148 -18.48252 26.65375 -0.1811521 -18.55647 26.63789 -0.1925268 -18.5347 26.61133 -0.2048036 -18.44247 26.62069 -0.1158063 -18.98591 25.50366 -0.03372675 -18.94952 25.50312 -0.08301436 -18.80935 25.51351 -0.1650938 -18.84574 25.51405 -0.1647601 -18.91992 25.65769 -0.07911539 -18.91552 25.66716 -0.1054379 -19.0004 25.66042 -0.09303748 -18.96911 25.74196 -0.01979309 -18.996 25.66988 -0.01336932 -19.2979 25.89229 0.1783514 -15.9213 26.70453 0.1902225 -16.4791 26.60444 0.2127689 -16.72672 26.54336 0.1882772 -14.81519 27.03334 0.1628484 -19.07468 25.48053 0.4540755 -18.71713 26.08853 0.6320054 -18.0952 26.11025 0.7900204 -17.32693 26.11307 0.8419981 -16.3444 26.11157 0.9713867 -15.75909 25.95373 0.2150912 -13.59908 26.99106 0.1881236 -11.77648 25.96445 0.2783345 -12.46209 25.33626 0.1188979 -10.67427 24.10295 0.190068 -11.12823 24.16787 0.9190728 -15.92764 26.03508 0.05922383 -18.70531 25.43598 0.1496725 -19.05368 25.44395 0.06414794 -19.05776 26.15244 0.1386152 -17.89643 26.42563 0.1333606 -19.03133 25.5184 0.06456327 -19.0804 26.0528 0.03141695 -19.29989 26.10042 0.08327907 -19.15931 26.09957 0.2928971 -15.20711 26.78838 0.0830453 -18.39347 26.37376 0.0690307 -18.85462 26.30267 0.4803225 -13.75995 27.96791 1.225106 -14.34414 27.88369 0.9979283 -14.48443 28.07619 0.1838208 -17.5496 25.39703 0.1112816 -17.80905 25.34478 0.02766656 -18.32449 25.32018 0.1153461 -16.95359 25.4953 0.1348631 -13.98566 25.53373 0.1674261 -17.33199 25.69551 0.02925944 -14.39793 25.71887 0.09738487 -14.27607 25.62527 0.05532944 -14.64886 25.81561 0.07926851 -15.01878 25.88614 0.07759004 -15.77649 25.9153 0.07155632 -15.40694 25.91561 0.3078181 -16.9657 25.95557 0.1140915 -16.97288 25.92447 0.2113372 -17.8735 25.84782 0.1136872 -16.4017 25.9067 0.09908068 -16.08242 25.90882 0.2772178 -19.3362 26.04751 3.190483 -13.84162 0.7250338 4.72849 -14.22398 0.8553925 4.477992 -14.23735 0.856288 3.392094 -14.1194 0.2499437 3.156368 -14.07458 0.2509298 4.445979 -14.49105 0.3164797 4.736135 -14.47708 0.3153038 5.931543 -13.87312 0.2692423 5.680857 -13.92104 0.2655611 3.065173 -13.93739 0.4860115 3.523694 -14.02511 0.4971619 4.327054 -14.37143 0.5781412 4.867708 -14.34408 0.5760689 5.538861 -13.81521 0.523634 6.021654 -13.72738 0.5100737 2.34431 -11.06012 0.6469498 2.167391 -11.06068 0.4028187 2.359638 -10.91908 0.914053 2.188505 -10.76778 0.9446783 3.861078 -2.67421 5.964328 3.951584 -2.767282 6.326314 4.578365 -2.599391 6.256134 4.338724 -2.742255 6.535356 0.6647661 -14.30144 28.14289 0.1044726 73.21083 4.095675 0.1097757 71.34662 4.0758 0.1971487 61.58694 4.114964 0.2666205 51.99947 5.162192 1.478662 56.89715 6.476044 0.3055495 54.35986 4.738172 1.311015 35.05234 11.69622 0.4055476 35.14336 9.62332 1.48596 27.66259 14.27414 0.4821014 25.43468 13.39401 0.6934018 -8.897543 26.64228 1.018052 -8.789435 26.63102 0.7278839 -8.540942 26.15084 1.063877 -8.440947 26.12671 1.010086 -7.792364 24.04787 0.6820359 -7.794517 24.01489 0.6955901 -7.935184 24.65092 18.79072 -18.3799 20.44915 0.9823916 -7.903767 24.67243 18.97756 -18.75497 19.75134 18.62545 -19.15495 19.50617 18.44171 -18.55843 20.84653 18.07559 -19.04505 20.6042 0.6092193 -10.42741 27.87181 0.8636004 -10.29088 27.80243 0.6339987 -9.901898 27.64966 0.8887407 -9.808403 27.59167 2.882863 6.560151 1.093273 2.590017 6.627185 1.092004 5.760393 6.843749 1.364149 5.472609 6.764714 1.370933 4.375568 6.005589 1.409159 4.090598 5.98369 1.408349 2.905913 6.214137 0.3987627 2.541847 6.294796 0.3895626 4.376304 5.692137 0.5453549 5.875111 6.550636 0.5617399 5.542249 6.451355 0.5526486 2.413188 6.503233 0.7326937 3.0701 6.355539 0.7431631 3.908226 5.820017 0.9822998 4.538316 5.867588 0.9786921 5.353075 6.571413 0.9650097 5.973721 6.749728 0.9673166 1.726038 10.31824 1.132873 1.65075 10.24536 0.6863575 1.584251 10.51392 1.515618 6.054886 6.702947 0.9365931 5.281213 6.493735 0.9460659 3.825651 5.763825 0.9528809 3.151814 6.253242 0.7007694 2.331535 6.394865 0.6764307 2.976576 6.190661 0.3343744 2.533156 6.272353 0.3155861 5.49682 6.578726 1.392662 5.916461 6.594513 0.4747086 4.421645 5.747264 0.4410153 3.980749 5.712676 0.4486952 0.001242697 -19.64142 26.40743 0.5030471 -18.74823 26.04053 0.8755319 -17.37406 26.02366 0.9138452 -16.809 26.02354 0.9678877 -16.38439 26.01148 0.2440811 -19.2159 25.55103 0.6840843 -18.10253 25.58645 1.031816 -15.71996 25.8977 0.653346 -16.189 24.87475 0.5143236 -17.40511 24.97591 0.4397162 -18.20718 25.03421 0.1570706 -18.40487 24.95774 1.792845 -9.979556 20.09649 1.170443 -15.6373 25.75033 0.9793897 -16.65893 25.68521 1.05284 -15.65759 25.82883 0.9012181 -14.76268 27.79037 1.08961 -14.66069 27.63623 1.081361 -14.17366 27.5219 0.6797461 -13.68476 27.56491 0.5406892 -14.63547 27.86267 0.3274671 -14.04459 27.75156 0.001245141 -8.003163 21.49862 1.313898 -10.35722 20.10696 0.8773374 -14.87958 24.91894 0.5029067 -14.32934 24.75046 0.001248419 -6.465811 16.93208 0.3185408 -19.4027 26.10481 0.3083018 -19.37977 26.01744 0.4009191 -19.11797 26.02826 0.001245617 -19.39407 26.65747 1.15446e-4 6.258399 19.55688 3.035976 -2.121889 16.23284 3.875018 -5.318303 15.92812 6.067893 -13.77144 0.5178652 5.483253 -13.86576 0.5337372 4.918704 -14.37019 0.5736494 4.26478 -14.40243 0.5858917 3.559397 -14.08516 0.4767437 3.401646 -14.03747 0.778697 3.148638 -14.00415 0.7692623 5.910059 -13.76059 0.8102369 5.648941 -13.79674 0.8315096 4.737167 -14.3579 0.9026661 4.45235 -14.37173 0.9137364 4.772024 -14.43862 0.2550268 4.402917 -14.45702 0.2561979 3.673249 -7.221148 15.31415 2.905911 -8.029881 15.08726 3.589856 -3.450885 16.05167 1.77586 10.34684 0.6722193 1.388559 10.56218 0.5968838 1.502873 10.29112 1.381068 1.222923 10.46874 1.338343 1.135998 10.65103 0.9410477 4.695851 15.29016 7.544774 4.633815 15.63623 7.357766 2.245232 -11.02196 0.369359 1.992972 -10.82207 0.4205809 2.110499 -10.83722 0.9862518 1.943241 -10.72094 0.7242603 4.635468 -2.744773 6.168995 3.894726 -2.791789 5.849553 4.134152 -2.655975 5.650702 4.464624 -2.613902 5.742959 5.525191 -6.179335 5.100416 5.578323 -5.981342 4.959199 5.849963 -6.088137 4.697052 5.894887 -6.623142 4.822754 6.016817 -6.451164 4.646545 0.06738877 73.18488 4.008066 0.8512136 69.86515 3.654603 0.05551201 70.17558 4.00475 1.013919 60.1289 3.770091 0.09919852 60.1521 4.252336 0.836974 65.19998 3.596532 0.1574501 65.23111 3.927417 0.254636 66.45832 3.928954 1.123993 50.13042 4.95823 0.1339345 50.22308 5.532746 0.8256232 57.52222 4.462485 1.119535 55.4992 4.297277 0.2072817 55.54733 4.661701 0.3493888 56.96976 4.493489 1.209246 40.04682 7.368543 0.1652228 40.15839 7.933734 0.7807154 47.17688 5.954401 1.155135 45.399 5.984677 0.2827519 45.48486 6.384176 0.4290167 47.18484 5.997656 1.279562 31.58498 10.50843 0.1832615 31.6842 10.99724 1.181206 36.10853 8.917835 0.2938361 36.17842 9.287068 0.241675 24.71765 13.71843 1.372821 27.83303 12.08622 0.3808068 27.91479 12.39015 0.5657195 29.19696 11.86197 1.216802 -9.90288 26.69893 1.29462 -9.184058 25.74397 1.334621 -8.69044 23.98057 0.3846464 -8.631405 23.74713 0.4483083 -8.882025 24.87432 1.157265 -8.78261 24.91531 0.9312673 -8.801276 25.45636 1.184908 -8.477282 21.18601 1.441185 -8.757735 22.20207 0.3861605 -8.5532 21.94312 0.6733656 -8.432999 21.10902 1.251364 -8.606795 23.31472 0.9532194 -8.298521 23.5196 0.6922088 -8.256461 23.4815 0.4468708 -8.404482 23.09465 1.049991 -11.2282 27.53613 0.7908055 -11.41805 27.71485 0.3369351 -10.86652 27.37257 0.5590765 -10.07893 27.09175 0.802858 -10.00175 27.07999 0.9857361 -10.58821 27.24579 -0.08903872 -19.18303 25.88711 -0.1089731 -19.23613 25.82405 -0.2102794 -16.72672 26.54336 -0.160359 -19.07468 25.48053 -0.4515784 -18.71713 26.08853 -0.6295083 -18.0952 26.11025 -0.7875232 -17.32693 26.11307 -0.8122532 -16.76701 26.12791 -0.8395009 -16.34439 26.11157 -0.9471076 -15.54638 25.89267 -0.2008075 -19.14711 25.58244 -0.867895 -16.5624 25.72813 -0.9688894 -15.75909 25.95373 -0.9707535 -15.73787 25.88773 -0.2758446 -12.46209 25.33626 -0.1164072 -10.67427 24.10295 -0.9165757 -15.92763 26.03508 -0.0567345 -18.70531 25.43598 -0.06165856 -19.05776 26.15244 -0.1826255 -17.43112 26.48589 -0.2011909 -17.04674 26.5291 -0.1361258 -17.89643 26.42563 -0.06655496 -18.76238 25.544 -0.1308673 -19.03133 25.5184 -0.09514999 -18.80285 25.49163 -0.03543955 -18.9279 25.47766 -0.1105527 -18.97523 25.47702 -0.06654125 -18.85462 26.30267 -0.4778254 -13.75995 27.96791 -0.8139016 -13.42457 27.77632 -1.225523 -13.82576 27.75881 -1.222609 -14.34413 27.88369 -0.1090356 -17.80905 25.34478 -0.02542841 -18.32449 25.32018 -0.05427986 -17.25662 25.44578 -0.1323736 -13.98566 25.53373 -0.07510113 -15.77649 25.9153 -0.06906718 -15.40694 25.91561 -0.1118509 -16.97288 25.92447 -0.1111937 -16.4017 25.9067 -0.2747207 -19.3362 26.04751 -0.3582099 -19.08855 26.06371 -3.187986 -13.84163 0.7250338 -5.864814 -13.63224 0.7696009 -5.632708 -13.67216 0.7868433 -4.725992 -14.22398 0.8553915 -4.475495 -14.23735 0.8562889 -4.733638 -14.47708 0.3153048 -5.929046 -13.87312 0.2692423 -5.678359 -13.92104 0.2655611 -3.062676 -13.93739 0.4860106 -4.324556 -14.37143 0.5781412 -4.865211 -14.34408 0.5760689 -5.536364 -13.81521 0.5236359 -6.019156 -13.72738 0.5100718 -1.975149 -10.89116 0.4406939 -2.164893 -11.06068 0.4028177 -2.35714 -10.91909 0.914053 -2.186007 -10.76778 0.9446783 -0.6622689 -14.30144 28.14289 -0.4183318 -13.51736 25.50138 -0.1019755 73.21083 4.095677 -0.2542394 63.86228 3.886319 -1.453688 47.04472 7.856416 -0.3987164 44.18999 6.593858 -1.471956 38.11397 10.56035 -0.4030504 35.14336 9.623322 -0.4796042 25.43468 13.39401 -0.5353255 26.84689 12.76156 -0.6909046 -8.897543 26.64228 -1.015555 -8.789435 26.63102 -0.7253867 -8.540942 26.15084 -1.007589 -7.792364 24.04787 -0.6795387 -7.794517 24.01489 -0.9798944 -7.903767 24.67243 -1.083542 -7.797848 22.09406 -1.029087 -7.765293 22.77165 -0.7040008 -7.671659 22.74401 -0.6067221 -10.42741 27.87181 -0.8611032 -10.29088 27.80243 -0.8862435 -9.808402 27.59167 0.05602097 -17.25662 25.44578 0.08871161 -17.97944 25.84386 0.07416439 -18.32271 25.69073 -2.880366 6.560151 1.093273 -18.78823 -18.3799 20.44915 -18.06999 -19.26649 19.96164 -18.62295 -19.15495 19.50617 -18.43922 -18.55843 20.84653 -18.0731 -19.04505 20.6042 -4.373806 5.692137 0.5453558 -5.872614 6.550636 0.5617399 -5.539751 6.451355 0.5526486 -3.067603 6.355539 0.7431631 -4.535819 5.867588 0.9786911 -5.971224 6.749728 0.9673166 -1.19335 10.6736 1.04288 -1.723541 10.31824 1.132872 -1.358768 10.43663 0.6367474 -1.648252 10.24536 0.6863575 -1.581754 10.51392 1.515617 0.001248359 76.08491 3.162234 4.70212e-4 20.31573 15.56158 -6.052389 6.702947 0.9365931 -5.278716 6.493735 0.9460659 -4.605081 5.825526 0.9348927 -3.823154 5.763825 0.9528809 -3.149316 6.253242 0.7007685 -2.329038 6.394865 0.6764307 -2.891375 6.338185 1.074866 -2.514517 6.398116 1.069318 -2.974079 6.190661 0.3343744 -2.530659 6.272353 0.3155861 -5.839964 6.665832 1.378919 -5.494322 6.578726 1.392663 -5.485933 6.472408 0.4704361 -4.386524 5.797613 1.426627 -4.045495 5.7705 1.436934 -4.419148 5.747264 0.4410153 -3.978251 5.712676 0.4486961 0.001242756 -19.70534 26.1604 -0.8730347 -17.37406 26.02366 -0.9113481 -16.80899 26.02354 -0.2564619 -19.1727 25.43819 -0.2415918 -19.2159 25.55103 -0.6815872 -18.10253 25.58645 -1.029319 -15.71996 25.8977 -1.018708 -15.75024 25.94625 -0.1852689 -17.42253 24.81017 -0.1545813 -18.40487 24.95774 -0.3178821 -18.69828 25.11804 0.001242816 -12.14486 28.0426 0.001242935 -10.40883 27.36905 0.001243412 -8.775437 25.57137 -0.9768926 -16.65893 25.68521 0.001242816 -16.95678 27.36464 -0.8987209 -14.76268 27.79037 -1.087113 -14.66069 27.63623 -0.6772489 -13.68477 27.56491 -0.538192 -14.63547 27.86267 -0.3249699 -14.0446 27.75156 0.001244187 -8.080992 23.49554 0.9397888 -8.53357 19.85597 -2.885695 0.5408344 17.14215 -1.092886 0.7804022 18.48713 0.001248478 -2.518334 18.35724 0.001248419 -4.757817 17.7232 -0.3058046 -19.37977 26.01744 -3.99483e-4 8.227594 19.58079 -3.033479 -2.121889 16.23284 -6.065396 -13.77144 0.5178652 -5.480756 -13.86576 0.5337372 -4.262282 -14.40243 0.5858927 -3.556899 -14.08516 0.4767437 -3.016395 -14.00614 0.4605379 -3.399149 -14.03747 0.7786961 -3.146141 -14.00415 0.7692623 -3.431825 -14.11985 0.1704149 -3.144328 -14.07416 0.1636428 -5.907562 -13.76059 0.8102369 -5.646444 -13.79674 0.8315106 -4.769527 -14.43862 0.2550268 -4.40042 -14.45702 0.2561979 -3.08197e-4 14.32215 18.18969 -3.670751 -7.221148 15.31415 -2.903414 -8.029881 15.08726 -1.773363 10.34684 0.6722193 -1.500376 10.29112 1.381068 -1.220426 10.46874 1.338343 -1.800753 10.25807 1.059109 -1.133501 10.65103 0.9410486 -4.041578 15.23862 7.555493 -4.693354 15.29016 7.544775 -4.195568 15.01715 7.700871 -4.507317 15.02226 7.691216 -4.025873 15.54938 7.367336 -4.631318 15.63623 7.357766 -4.421606 15.74251 7.247243 -2.242735 -11.02196 0.369359 -1.990475 -10.82207 0.4205809 -2.293213 -10.99625 0.9461832 -2.108002 -10.83722 0.9862518 -2.378215 -11.07987 0.6329689 -1.940743 -10.72094 0.7242603 -4.377918 -2.893647 6.453577 -4.63297 -2.744774 6.168995 -3.967648 -2.898589 6.226391 -3.892229 -2.791788 5.849553 -4.131655 -2.655973 5.650702 -4.462127 -2.613902 5.742959 -5.522694 -6.179335 5.100416 -5.575826 -5.981342 4.959199 -5.847465 -6.088135 4.697052 -5.892389 -6.623142 4.822754 -6.014319 -6.451164 4.646545 -0.06489181 73.18488 4.008067 -0.8487164 69.86515 3.654605 -0.05301511 70.17558 4.004752 -1.011422 60.1289 3.770092 -0.09670156 60.1521 4.252338 -0.154953 65.23111 3.927419 -0.2521388 66.45832 3.928956 -1.121496 50.13042 4.958232 -0.1314374 50.22307 5.532747 -0.823126 57.52222 4.462488 -1.117038 55.4992 4.297278 -1.206749 40.04682 7.368544 -0.1627256 40.15839 7.933735 -1.152638 45.399 5.984678 -0.2802547 45.48486 6.384177 -0.4265195 47.18484 5.997657 -1.277065 31.58497 10.50843 -0.1807643 31.6842 10.99724 -0.8289557 37.86529 8.615686 -1.178709 36.10853 8.917837 -0.291339 36.17842 9.287069 -0.452981 37.50973 8.772731 -1.494877 24.59388 13.24021 -0.2391778 24.71765 13.71843 -1.370324 27.83303 12.08622 -0.3783096 27.91479 12.39015 -0.3232021 -10.28135 26.82594 -1.214305 -9.902882 26.69893 -0.3729237 -9.445712 25.78272 -1.292123 -9.18406 25.74397 -1.332124 -8.69044 23.98057 -0.3821492 -8.631405 23.74713 -0.6903811 -8.851042 25.45638 -0.4458112 -8.882025 24.87432 -1.154768 -8.78261 24.91531 -0.9287701 -8.801276 25.45636 -1.182411 -8.477282 21.18601 -1.438688 -8.757735 22.20207 -0.3836633 -8.553198 21.94312 -0.6708684 -8.432997 21.10902 -1.248867 -8.606795 23.31472 -0.9507221 -8.298521 23.5196 -0.6897116 -8.256461 23.4815 -0.4443737 -8.404482 23.09465 -0.2543444 -11.81777 27.70211 -1.047494 -11.2282 27.53614 -0.7883083 -11.41805 27.71485 -0.3344379 -10.86652 27.37257 -0.5565793 -10.07893 27.09175 -0.8003609 -10.00175 27.07999 -0.9832388 -10.58821 27.24579 0.001242697 -19.61677 26.01268 0.1877583 -17.42253 24.81017 0.001248538 -18.94031 25.53265 0.327833 -18.08851 25.46576 0.3936779 -18.30927 25.45467 0.5061619 -18.08216 25.46799 0.440317 -17.86139 25.47908 0.2386913 -18.4567 25.4488 0.2423719 -18.73888 25.43393 0.3525339 -18.5683 25.4418 0.3488533 -18.28613 25.45668 0.6367021 -17.45063 25.48521 0.5627499 -17.16385 25.49442 0.4254191 -17.51957 25.48181 0.4993712 -17.80635 25.4726 0.5542278 -17.19348 25.52116 0.6239911 -15.60996 25.57911 0.6390733 -14.966 25.62252 0.6270922 -16.15982 25.54739 0.6148094 -15.68181 25.5755 0.7169045 -15.7032 25.65025 0.6135858 -15.69517 25.73089 0.5122563 -15.73763 25.65164 0.7204133 -16.11982 25.62701 0.5302425 -16.15737 25.6257 0.6258686 -16.16901 25.70231 0.7720758 -14.97866 25.66827 0.6412119 -14.94174 25.71189 0.5080601 -15.00871 25.65863 0.7241898 -15.55843 25.65448 0.5213361 -15.57764 25.66625 0.6223302 -15.60281 25.73997 0.4720504 -17.22575 25.5991 0.5530042 -17.23621 25.68277 0.6379818 -17.16639 25.60209 0.4307531 -17.76171 25.55742 0.5081723 -17.77702 25.6238 0.5914766 -17.70902 25.55927 0.467504 -17.41921 25.60003 0.4233459 -17.65256 25.66703 0.6415493 -17.36969 25.60299 0.5630545 -17.46034 25.71239 0.6478809 -17.58479 25.66916 0.3765975 -18.53748 25.5986 0.3326377 -18.5942 25.74445 0.2839748 -18.45457 25.60106 0.2975273 -18.74742 25.52255 0.3473162 -18.7236 25.66439 0.2190309 -18.66375 25.52535 0.2501929 -18.74213 25.5851 0.2355144 -18.61272 25.66516 0.516412 -17.9736 25.5835 0.4531745 -18.01127 25.69999 0.3677228 -18.00301 25.58607 0.4708389 -18.2598 25.53746 0.5215969 -18.14267 25.64747 0.3433371 -18.23903 25.53722 0.4065354 -18.27937 25.60023 0.338113 -18.14797 25.65275 0.3789852 -18.08643 25.78062 0.3705608 -18.16346 25.78837 0.3545996 -18.23267 25.68385 0.4118126 -18.2416 25.7274 0.4714733 -18.25316 25.67523 0.4880437 -18.15962 25.77983 0.5170464 -18.05824 25.7758 0.446792 -18.08149 25.84079 0.2662072 -18.61503 25.80545 0.243133 -18.65502 25.78624 0.2263675 -18.68867 25.67465 0.2620636 -18.73311 25.7208 0.2975576 -18.77372 25.67304 0.3165943 -18.73904 25.78685 0.3517605 -18.69711 25.80778 0.2976637 -18.66095 25.85228 0.593361 -17.70037 25.69715 0.614126 -17.57627 25.78619 0.6411885 -17.48916 25.78191 0.5673382 -17.49441 25.83289 0.482409 -17.54236 25.78028 0.4756512 -17.62799 25.78849 0.4449254 -17.74963 25.69974 0.5224388 -17.70984 25.74179 0.6376178 -17.17678 25.76914 0.4694996 -17.23601 25.76616 0.5531758 -17.1958 25.83207 0.5096353 -15.01777 25.76417 0.5222486 -15.57663 25.82161 0.6252521 -15.56929 25.87225 0.7250413 -15.55817 25.80975 0.7495635 -14.97917 25.79171 0.6201645 -15.012 25.83028 0.5099309 -15.75841 25.80428 0.5279171 -16.16396 25.77663 0.6238659 -16.14877 25.83128 0.7205806 -16.13066 25.77808 0.7170719 -15.72812 25.80304 0.6131184 -15.75476 25.8588 0.494823 -16.88793 25.61113 0.6637906 -16.82854 25.61411 0.6634265 -16.82523 25.75546 0.4922723 -16.88455 25.75248 0.5774664 -16.85331 25.80053 0.4821849 -15.86693 25.56652 0.4941173 -16.10719 25.55138 0.7504994 -15.9896 25.55637 0.7501491 -15.75185 25.56935 0.7580553 -15.78918 25.72046 0.7584056 -16.02486 25.70725 0.4726415 -15.87567 25.71653 0.484574 -16.11383 25.70116 0.5065189 -15.87957 25.82456 0.5170035 -16.1053 25.80799 0.7242468 -16.04188 25.81266 0.7224487 -15.81789 25.82762 0.7575235 -15.87875 25.64246 0.4786805 -16.01778 25.63448 0.4704125 -16.02283 25.75934 0.7642122 -15.90847 25.76826 0.6168017 -15.9677 25.81129 0.4550355 -15.16693 25.6262 0.4698305 -15.4887 25.60487 0.7779458 -15.42275 25.57457 0.8078228 -15.10057 25.59665 0.8130592 -15.08607 25.72768 0.7804918 -15.42394 25.72727 0.4508988 -15.16554 25.71236 0.4645845 -15.48874 25.74087 0.5016264 -15.16881 25.82481 0.5101201 -15.48109 25.86024 0.7422102 -15.43415 25.83992 0.7442585 -15.1102 25.82714 0.8040748 -15.2504 25.65632 0.4463323 -15.34799 25.67373 0.4491496 -15.35056 25.79332 0.8017204 -15.25373 25.77906 0.6261848 -15.30401 25.84278 0.5823358 -16.6977 25.78341 0.4958916 -16.73233 25.73713 0.6695458 -16.66462 25.74066 0.6698542 -16.65227 25.60251 0.4993331 -16.71988 25.59899 0.5186643 -16.37897 25.77173 0.6066265 -16.3456 25.83162 0.6953546 -16.3126 25.77516 0.61076 -16.32052 25.697 0.6956628 -16.31121 25.61714 0.5221058 -16.37763 25.61371 0.6119836 -16.31938 25.53898 0.5829992 -16.72092 25.67412 0.5842228 -16.69626 25.52308 0.5819886 -16.83742 25.53569 0.5807651 -16.83119 25.68878 0.5026856 -16.45422 25.78123 0.4897161 -16.65581 25.75326 0.6913015 -16.38643 25.78476 0.6765103 -16.5872 25.75685 0.7228314 -16.37532 25.68593 0.7077366 -16.57502 25.67453 0.4744768 -16.46577 25.68123 0.4618107 -16.66648 25.66975 0.4918323 -16.45776 25.53273 0.4791663 -16.64665 25.52474 0.7182545 -16.36911 25.53731 0.7031597 -16.5571 25.52939 0.5869739 -16.52005 25.75022 0.4560814 -16.56763 25.71526 0.7188876 -16.4753 25.72009 0.7150527 -16.46981 25.61045 0.4710457 -16.56063 25.60572 0.6707358 -17.06532 25.52676 0.6858307 -16.88723 25.53402 0.4516002 -17.14426 25.52279 0.4642661 -16.96629 25.53005 0.440479 -17.17575 25.67612 0.453145 -16.97323 25.67913 0.6749226 -17.09526 25.68019 0.6900174 -16.89275 25.68319 0.6451943 -17.09282 25.79664 0.6599855 -16.89731 25.7781 0.4677214 -17.15296 25.7936 0.480691 -16.95756 25.77506 0.4488233 -17.0679 25.60454 0.6822945 -16.98747 25.6086 0.6857951 -16.99074 25.73241 0.4392029 -17.07229 25.72827 0.5619884 -17.0236 25.77593 0.6131424 -16.26251 26.18628 0.6073189 -16.74641 26.16693 0.6035133 -16.80371 26.16592 0.6065044 -17.11509 26.1562 0.6642599 -15.69589 26.2298 0.6358108 -16.17069 26.19404 0.1870199 -19.2037 26.14958 0.1266883 -19.37322 26.15415 0.09104228 -19.1368 26.14186 0.7363046 -17.23747 26.15557 0.6221183 -17.45291 26.15024 0.5228029 -17.26175 26.15583 0.6369892 -17.04631 26.16116 0.6917919 -17.6353 26.15038 0.5870353 -17.81221 26.14794 0.4971497 -17.65528 26.14802 0.6019063 -17.47837 26.15046 0.6060865 -18.03033 26.15 0.4644089 -18.23933 26.14728 0.4136199 -18.02324 26.14074 0.5552976 -17.81423 26.14346 0.4551632 -18.49545 26.14363 0.3072928 -18.72837 26.14289 0.2813206 -18.4592 26.13964 0.4291911 -18.22628 26.14038 0.3120034 -18.99518 26.14455 0.1910071 -19.0989 26.14622 0.3154817 -18.80402 25.94011 0.3611233 -18.85781 26.04124 0.2509334 -19.15167 26.06122 0.2051057 -19.11779 25.95146 0.1679317 -19.01198 26.05496 0.3242179 -19.02063 25.94354 0.1963694 -18.90118 25.94803 0.3363702 -18.35493 26.00604 0.4057634 -18.38739 25.88973 0.4710866 -18.38508 26.01535 0.2667387 -18.63964 26.04353 0.2855104 -18.50894 25.92325 0.3865253 -18.69622 26.04232 0.3186859 -18.69957 25.96222 0.4389389 -18.57803 25.92869 0.4598981 -17.93643 26.02509 0.5307505 -17.96734 25.92366 0.6027623 -17.9654 26.03596 0.4022631 -18.21169 26.06164 0.4094626 -18.10143 25.95312 0.5433267 -18.21759 26.06918 0.4622257 -18.26541 25.99656 0.5835136 -18.13132 25.9671 0.5269003 -17.56716 26.07578 0.5991122 -17.56163 25.99623 0.6731945 -17.56894 26.07641 0.5160596 -17.79902 26.067 0.5007466 -17.69812 25.99223 0.6617287 -17.78683 26.0686 0.5842413 -17.83672 25.98909 0.6826069 -17.70022 25.99308 0.554911 -17.1797 26.07317 0.6345665 -17.19951 25.98503 0.7153497 -17.17852 26.07183 0.5440703 -17.43578 26.07015 0.5278326 -17.33878 25.99107 0.703884 -17.42024 26.0698 0.6196956 -17.47634 25.99567 0.7264294 -17.33707 25.98962 0.04018175 -19.22331 26.05822 0.08681797 -19.17839 25.9777 0.1441608 -19.15272 26.06576 0.05252373 -19.37859 26.06102 0.1871047 -19.32367 26.06914 0.1229463 -19.3706 25.98392 0.188062 -19.23842 25.98886 0.5443084 -16.17895 26.08339 0.5554606 -15.69423 26.12121 0.7238956 -16.13165 26.08429 0.6280118 -16.1928 25.98169 0.7682284 -15.66554 26.11999 0.6620758 -15.61524 26.02783 0.5203751 -17.12305 26.06338 0.5190042 -16.80242 26.07653 0.6922598 -17.11622 26.0658 0.6031202 -17.15333 25.98144 0.6883963 -16.79595 26.07971 0.6001291 -16.76138 25.99879 0.5225394 -16.71438 26.07854 0.5379831 -16.28858 26.0947 0.6951882 -16.71222 26.08467 0.6054712 -16.73561 26.00156 0.6912541 -16.26497 26.10051 0.6118891 -16.24131 26.01762 0.649867 -16.27965 25.95539 0.5853042 -16.3169 25.91269 0.547299 -16.30715 25.95192 0.6556763 -16.68515 25.94544 0.5337305 -16.69017 25.94172 0.5832352 -16.67161 25.90619 0.6494893 -16.79537 25.93656 0.5800109 -16.81386 25.89579 0.5308378 -16.80023 25.93492 0.6533527 -17.10984 25.9256 0.5322086 -17.11474 25.92568 0.5826281 -17.08981 25.89172 0.7572348 -15.6361 25.96102 0.6526172 -15.65951 25.92203 0.5551485 -15.66244 25.95941 0.708558 -16.10161 25.92188 0.5432304 -16.14746 25.918 0.6225302 -16.09184 25.88314 0.1939008 -19.28835 25.91582 0.1842697 -19.2111 25.85058 0.1578329 -19.17527 25.9012 0.04432874 -19.34756 25.90897 0.1206086 -19.28886 25.8625 0.03311854 -19.22935 25.88024 0.03658318 -19.27316 25.83627 0.1002444 -19.1954 25.82435 0.6718358 -17.42776 25.93071 0.6553957 -17.31451 25.86408 0.6833016 -17.2387 25.90202 0.5567368 -17.43439 25.93073 0.6070181 -17.4138 25.88646 0.5675774 -17.23162 25.903 0.5697937 -17.31513 25.86391 0.6181713 -17.21584 25.84153 0.6313797 -17.78353 25.91792 0.6159486 -17.66216 25.84552 0.6428455 -17.58853 25.90118 0.5240562 -17.78788 25.91696 0.5693358 -17.76337 25.86372 0.5348969 -17.57945 25.90116 0.5338762 -17.66128 25.84501 0.580489 -17.56008 25.8268 0.5209707 -18.21186 25.91948 0.53382 -18.08109 25.85128 0.5707546 -18.01165 25.87302 0.4204905 -18.21177 25.91323 0.4714272 -18.18816 25.86631 0.4691682 -17.98547 25.85966 0.4584829 -18.0789 25.84258 0.5208758 -17.97183 25.82756 0.3695148 -18.65968 25.88068 0.3867897 -18.5311 25.80896 0.4342398 -18.45263 25.82759 0.2908507 -18.6079 25.88562 0.3295956 -18.60725 25.83816 0.3433213 -18.41477 25.81855 0.3282184 -18.49609 25.80895 0.3854125 -18.41995 25.77975 0.2550383 -18.82407 25.82618 0.2548689 -18.87432 25.70206 0.2142904 -18.97757 25.80066 0.2661763 -19.04759 25.80142 0.2836285 -18.89107 25.69733 0.3259949 -18.85431 25.8167 0.2588378 -18.94287 25.67566 0.2796597 -18.82252 25.72373 0.7797494 -15.7927 26.22057 0.7536839 -16.02379 26.20342 0.5345457 -15.83218 26.22144 0.5321622 -16.0759 26.20283 0.5112918 -15.77512 26.02459 0.5086055 -16.072 26.0006 0.7657766 -16.01135 26.00226 0.7971543 -15.73066 26.02441 0.7359103 -15.74061 25.95264 0.7076961 -15.98095 25.93111 0.563593 -15.76769 25.94857 0.5574342 -16.01898 25.92573 0.517142 -15.9358 26.10309 0.778712 -15.88506 26.1029 0.767062 -15.85943 25.9794 0.5221193 -15.90783 25.97571 0.6433624 -15.87646 25.96126 0.7164509 -16.3696 26.18542 0.7212903 -16.62017 26.17587 0.5069223 -16.39566 26.17757 0.4962594 -16.62899 26.16777 0.514138 -16.38175 26.01514 0.503178 -16.62025 26.00699 0.7113078 -16.61062 26.01427 0.7067657 -16.35481 26.02218 0.6226715 -16.38696 25.93821 0.6273543 -16.59549 25.93466 0.5500299 -16.41264 25.93625 0.5430859 -16.60723 25.93258 0.5029842 -16.50508 26.08553 0.720264 -16.48779 26.0935 0.6729031 -16.48746 25.9769 0.5232272 -16.50934 25.9721 0.583113 -16.50711 25.94667 0.7175215 -16.87714 26.1657 0.7200141 -17.03298 26.1609 0.4910006 -16.88595 26.16129 0.4914991 -17.04149 26.15637 0.4960733 -16.86731 25.99769 0.4965717 -17.06355 25.98959 0.7081731 -17.05491 25.9917 0.7056806 -16.85919 26.00095 0.6232333 -16.87609 25.92031 0.6254765 -17.03288 25.91763 0.5379104 -16.8799 25.91998 0.538658 -17.03629 25.91836 0.4912499 -16.96642 26.06932 0.7187678 -16.95756 26.07305 0.671404 -16.95831 25.95639 0.5115402 -16.96483 25.95535 0.5779353 -16.95855 25.93044 0.65639 -15.2821 26.06455 0.5270803 -15.30737 26.07886 0.7885504 -15.27236 26.08201 0.8160719 -15.30414 26.2444 0.506707 -15.34529 26.24533 0.5691294 -15.3984 26.00849 0.5682917 -15.18654 26.06321 0.7294036 -15.36929 26.01394 0.7523277 -15.16872 26.0666 0.8218057 -15.16435 26.14802 0.7951013 -15.40686 26.09419 0.5135514 -15.45497 26.09266 0.5085732 -15.19465 26.14941 0.5098871 -15.50818 26.37438 0.5078241 -15.2426 26.41296 0.8034107 -15.45715 26.37498 0.8330302 -15.20976 26.41061 0.6424007 -15.45768 25.94709 0.5583736 -15.50792 25.98009 0.7346745 -15.47158 25.98421 0.5573628 -15.09695 26.07958 0.6617009 -15.09491 26.04123 0.7732669 -15.08106 26.08016 0.6712934 -15.05928 26.15953 0.7989011 -15.09751 26.27839 0.6495674 -15.56212 26.04896 0.7580048 -15.53748 26.19641 0.5470759 -15.11697 26.28093 0.5457828 -15.57976 26.19525 0.6497598 -15.61615 26.35578 0.6773162 -15.10318 26.42999 0.3223747 -15.93093 26.57558 0.8422549 -16.78298 26.06245 0.3418709 -16.46691 26.47742 0.3773638 -16.7482 26.39253 0.7295957 -14.76969 26.81809 0.9830616 -15.16746 26.43567 0.4623396 -18.63322 26.27704 0.6130448 -18.03825 26.32938 0.7579055 -17.30955 26.32213 0.8641278 -15.85143 26.28413 0.8011049 -16.76323 26.31682 0.8038048 -16.41522 26.32869 0.4102449 -14.65509 27.02347 0.6404355 -14.2516 26.89162 0.9497931 -14.62395 26.67066 0.9932723 -14.363 26.37632 0.9249969 -15.40853 25.83567 0.9387653 -14.05901 25.78629 0.904388 -14.95927 25.63481 0.8493701 -15.87738 25.57369 0.656923 -17.59678 25.48186 0.8462702 -15.3676 25.39291 0.7356652 -16.84807 25.3884 0.4522823 -18.44462 25.40657 0.3280936 -18.79205 25.49355 0.2179954 -19.37205 26.1604 0.5443764 -18.35731 26.24558 0.7083126 -17.69587 26.27673 0.8120369 -16.98985 26.11588 0.8019345 -16.97942 26.2514 0.8333981 -16.13499 26.2468 0.8180931 -16.5785 26.13215 0.8084223 -16.586 26.28492 0.4049419 -18.93391 26.07378 0.4111551 -18.89197 26.19439 0.6341505 -18.0705 26.18489 0.8108828 -16.75992 26.20223 0.8223084 -16.35302 26.20224 0.9653894 -15.28603 26.07827 0.953824 -15.35007 25.96132 0.9278004 -15.95447 25.80745 0.4035676 -18.77124 25.59448 0.7652561 -17.29965 25.66286 0.9635586 -15.68373 25.87489 0.9143725 -16.62262 25.71919 0.6361515 -18.10224 25.61828 0.9618766 -15.51671 25.9451 0.9641383 -15.5425 25.9867 0.9765653 -15.74944 25.91831 1.000828 -15.84886 25.84144 0.415319 -13.57151 26.93429 0.5283515 -12.71984 26.39566 0.7324796 -13.63322 26.47677 0.6812121 -12.95882 25.99317 0.8941912 -13.79219 26.01252 0.7082127 -13.03513 25.65507 0.6835275 -13.41652 25.57611 0.3453492 -11.78794 25.94028 0.3620315 -11.07929 25.09473 0.5117635 -11.90166 25.72846 0.5037688 -11.25437 25.04232 0.6208692 -12.2045 25.52866 0.5068002 -11.5542 24.98057 0.4979761 -12.3635 25.36397 0.2264168 -10.68245 24.12931 0.2817232 -10.47418 23.08495 0.37607 -10.71621 24.14526 0.3055331 -10.48653 23.11239 0.4167447 -10.88898 24.16175 0.295602 -10.55137 23.16655 0.3377485 -11.09797 24.16482 0.8952617 -15.84727 26.11211 0.9331111 -15.51124 26.19135 1.023675 -14.93563 26.34948 1.020221 -14.71393 26.08208 0.7943577 -14.30979 25.43211 0.3570769 -15.28649 26.65918 0.4429534 -14.9981 26.80294 0.221407 -19.29298 26.24129 0.8901497 -15.50788 26.3689 0.6773821 -17.69995 26.3528 0.7709477 -16.97064 26.33119 0.8129687 -16.20675 26.3463 0.7677128 -16.60836 26.35618 0.6252127 -14.99715 26.67827 0.8781537 -15.22628 26.47787 0.880725 -14.96819 26.66119 0.406763 -18.79065 26.28073 0.7284102 -17.30442 26.31911 0.8454976 -15.8772 26.32591 0.7491168 -16.75808 26.31433 0.767413 -16.43069 26.33093 0.5226814 -14.90081 25.2909 0.116468 -18.62523 25.43867 0.2821823 -17.88476 25.50327 0.3693079 -16.19227 25.58457 0.3920906 -15.01875 25.48404 0.6262274 -14.88741 25.59754 0.7905328 -14.95096 25.45536 0.6120037 -17.93455 25.48383 0.2760705 -18.92025 25.4655 0.8082947 -16.03619 25.54923 0.2209455 -18.8246 25.52565 0.4735684 -17.8302 25.63075 0.5959218 -16.24302 25.68578 0.7527508 -16.57084 26.21695 0.7703849 -16.3173 26.12087 0.8084939 -16.14285 26.23532 0.7739717 -16.91462 26.18539 0.770228 -16.74394 26.09371 0.8541591 -15.81119 26.14291 0.8964709 -15.53459 26.26868 0.7079173 -17.74152 26.17574 0.2294363 -19.31871 26.14771 0.9405497 -15.25926 26.25348 0.8375571 -15.04647 26.47496 0.6795422 -14.97579 26.39333 0.4480856 -15.0826 26.529 0.4166274 -15.26752 26.28666 0.3981287 -15.57283 26.38518 0.4357839 -16.58041 26.25048 0.4725198 -16.75357 26.10286 0.4490833 -16.93152 26.22199 0.4045741 -16.17858 26.34155 0.4570566 -16.33011 26.14045 0.1134411 -18.96146 26.15848 0.3589867 -17.73632 26.1942 0.4449151 -15.83234 26.16675 0.6271545 -16.05382 26.11421 0.6102876 -16.54491 26.06415 0.645281 -16.94815 26.05253 0.682307 -15.56492 26.09944 0.5655583 -17.78008 26.04953 0.3429434 -15.94023 25.51186 0.3033644 -15.3407 25.42773 0.2789055 -17.38352 25.45109 0.2226411 -17.99823 25.40599 0.1466943 -18.30352 25.37595 0.1925118 -18.48106 25.52398 0.2805395 -18.08056 25.56906 0.3355211 -17.60591 25.61766 0.382215 -15.97004 25.69174 0.3726914 -15.30025 25.66212 0.556482 -18.10248 25.57046 0.3846976 -18.70046 25.52284 0.67782 -17.6089 25.61698 0.8545272 -15.21557 25.6635 0.8093963 -15.90725 25.68843 0.2203483 -18.28742 25.46436 0.3310606 -17.17071 25.54936 0.3590226 -15.67926 25.60825 0.3895317 -18.63607 25.47406 0.5203821 -18.27318 25.43979 0.6759663 -17.63562 25.48752 0.8317878 -15.67324 25.5328 0.8405718 -15.2888 25.47535 0.3705152 -18.34001 25.56745 0.5507722 -17.3631 25.66562 0.6012651 -15.65714 25.75448 0.3284703 -17.48254 26.34681 0.3619958 -17.0871 26.37402 0.2461687 -17.9277 26.3164 0.7884168 -17.12295 26.07588 0.7488088 -17.5701 26.07745 0.6768943 -17.96655 26.07084 0.5164135 -18.49216 26.05914 0.3243139 -18.00547 26.08167 0.4627862 -17.14399 26.0939 0.417865 -17.54889 26.08913 0.76696 -17.15585 26.19656 0.7376483 -17.49 26.20088 0.6462723 -17.99222 26.19108 0.2244032 -18.19158 26.18176 0.4087313 -17.31966 26.20864 0.6172556 -17.34345 26.0527 0.4433478 -18.22779 26.03966 0.4654319 -16.16786 25.68833 0.4475832 -15.93737 25.68791 0.4525018 -15.75128 25.73996 0.7327876 -16.12497 25.69487 0.6038277 -16.15866 25.66556 0.7572187 -15.72459 25.7332 0.7666013 -15.90256 25.6875 0.6103569 -15.68127 25.70985 0.4541122 -15.55373 25.73552 0.4465044 -15.27468 25.67524 0.4727699 -15.00908 25.66143 0.7699649 -15.53883 25.74991 0.6175649 -15.60289 25.72492 0.8012681 -14.96992 25.68088 0.8104313 -15.2574 25.7076 0.6393709 -14.9292 25.65792 0.6700368 -17.4439 25.6812 0.6591929 -17.57061 25.65465 0.6080024 -17.72489 25.65044 0.4283971 -17.4928 25.68512 0.5578544 -17.4566 25.67656 0.3938321 -17.77728 25.64977 0.4078241 -17.6376 25.65922 0.5091627 -17.7516 25.63731 0.1910384 -18.67135 25.55537 0.2293326 -18.51662 25.55654 0.274962 -18.36575 25.56368 0.3066895 -18.81719 25.5413 0.239855 -18.77113 25.55341 0.4096677 -18.47333 25.55884 0.3577183 -18.64908 25.5488 0.347196 -18.39456 25.55194 0.3148915 -18.23058 25.59869 0.3168143 -18.10344 25.60308 0.3475634 -17.94638 25.62013 0.4756486 -18.29154 25.59506 0.3985568 -18.29098 25.59842 0.5485047 -17.92528 25.62443 0.5240801 -18.12252 25.60482 0.4423376 -17.93498 25.60948 0.135979 -18.77618 25.54402 0.182313 -18.86009 25.53467 0.2163694 -18.94479 25.5226 0.07866805 -18.79264 25.53825 0.001248538 -18.93411 25.50516 0.1140645 -19.00592 25.51426 0.4076484 -18.66589 26.03426 0.4774408 -18.48049 26.04157 0.5399183 -18.28595 26.03316 0.3313144 -18.67987 26.04575 0.301074 -18.30363 26.03777 0.2855432 -18.46328 26.04688 0.4316696 -18.26391 26.0427 0.5869585 -18.1588 26.0404 0.6203901 -18.01333 26.05331 0.6498081 -17.86102 26.04643 0.3738923 -18.19215 26.04189 0.4930688 -18.20931 26.05149 0.4522164 -17.87738 26.04588 0.4303182 -18.05175 26.05329 0.5576396 -17.85577 26.05512 0.6824294 -17.71082 26.04754 0.7059024 -17.55443 26.05903 0.7201734 -17.40293 26.0513 0.4753279 -17.70989 26.04669 0.5796185 -17.73717 26.05528 0.5058971 -17.406 26.05117 0.4934291 -17.55775 26.05856 0.619713 -17.375 26.0623 0.7353273 -17.28001 26.04977 0.7474081 -17.14023 26.06221 0.7471531 -17.00685 26.05142 0.5256671 -17.28497 26.04995 0.6357887 -17.30447 26.05916 0.5485213 -17.01351 26.05226 0.5389024 -17.14648 26.06204 0.6505218 -16.98224 26.06509 0.2001703 -19.34495 26.05275 0.1804649 -19.21783 26.06247 0.1267386 -19.08715 26.05264 0.8005344 -15.64004 26.11445 0.6645808 -15.63135 26.13511 0.5354569 -15.65556 26.10748 0.7324557 -15.95346 26.12698 0.7476221 -15.78838 26.14679 0.5226265 -15.96965 26.12559 0.6143694 -15.97093 26.15658 0.531328 -15.81389 26.1449 0.7079221 -16.60841 26.06078 0.6071629 -16.5881 26.07638 0.5191151 -16.61569 26.06409 0.7334031 -16.87996 26.05277 0.7211923 -16.74219 26.06968 0.5408663 -16.88801 26.05541 0.6361266 -16.90416 26.06624 0.5220972 -16.75008 26.07295 0.7148727 -16.13621 26.10207 0.6155171 -16.12502 26.1153 0.5282441 -16.15037 26.10263 0.7009 -16.46349 26.06795 0.6973697 -16.29845 26.09566 0.518074 -16.473 26.07037 0.6025819 -16.4935 26.07674 0.5207292 -16.32007 26.09638 0.6533168 -16.19207 26.13902 0.6019158 -16.2113 26.17813 0.5607597 -16.2128 26.13883 0.6492309 -16.41219 26.12064 0.6432147 -16.30114 26.17553 0.5477131 -16.42137 26.12135 0.5911847 -16.40547 26.17334 0.5498859 -16.31563 26.17593 0.6639157 -16.63995 26.11374 0.6025432 -16.63039 26.16802 0.5516584 -16.64347 26.11515 0.6827216 -16.83447 26.10718 0.6643524 -16.72864 26.16437 0.5683244 -16.83794 26.10851 0.6194795 -16.82787 26.16073 0.5576703 -16.72963 26.16438 0.7172657 -15.69311 26.18687 0.6680219 -15.70094 26.24587 0.5990377 -15.7047 26.187 0.6737095 -15.88384 26.20023 0.6920583 -15.78474 26.25105 0.5733055 -15.90461 26.19988 0.6259942 -15.88202 26.25686 0.6019577 -15.79822 26.25167 0.1650135 -19.32115 26.09646 0.1425944 -19.23691 26.14409 0.1299881 -19.15364 26.09882 0.06158536 -19.29064 26.14472 0.0951696 -19.18728 26.14444 0.6863582 -17.23577 26.09924 0.6660942 -17.12831 26.15512 0.6940047 -17.03537 26.1041 0.5717464 -17.23925 26.09894 0.6117407 -17.23235 26.15214 0.5790572 -17.03845 26.10386 0.5644097 -17.13064 26.15492 0.6187633 -17.0266 26.15789 0.6362096 -17.64996 26.09442 0.6196821 -17.55147 26.14777 0.6584361 -17.45619 26.09837 0.5286917 -17.65128 26.09422 0.5743939 -17.61344 26.14681 0.5500905 -17.45829 26.09816 0.5443968 -17.55122 26.1477 0.589685 -17.48925 26.14866 0.5540993 -18.1036 26.08826 0.5591087 -17.96521 26.13798 0.590274 -17.89599 26.09003 0.4530325 -18.13009 26.08819 0.4930436 -18.0738 26.13702 0.4843653 -17.91991 26.08979 0.4574072 -17.98896 26.1378 0.5234724 -17.88037 26.13875 0.3805996 -18.59709 26.08381 0.3986949 -18.4715 26.1409 0.4676803 -18.35157 26.0821 0.3113675 -18.56089 26.08423 0.3338456 -18.52974 26.13994 0.3457677 -18.35357 26.07965 0.3318101 -18.43629 26.13191 0.3966594 -18.37804 26.13287 0.1428197 -18.80762 25.4953 0.1678569 -18.82944 25.42516 0.1689951 -18.91216 25.48335 0.05632531 -18.84117 25.48431 0.1213058 -18.80304 25.42457 0.053254 -18.99521 25.47435 0.07462483 -18.9155 25.42267 0.1211759 -18.9419 25.42325 0.3447309 -18.21127 25.54651 0.3375733 -18.11476 25.47383 0.3549968 -18.01609 25.55403 0.4619135 -18.24908 25.54513 0.3949778 -18.24303 25.45997 0.4970182 -18.00303 25.55719 0.4756144 -18.1311 25.47354 0.4182099 -18.00283 25.4874 0.2232865 -18.66475 25.50734 0.2532051 -18.5509 25.4338 0.2850279 -18.43018 25.50486 0.2850047 -18.74522 25.50273 0.2426975 -18.71742 25.42907 0.3653476 -18.50927 25.50418 0.3166158 -18.63639 25.43419 0.3271234 -18.46987 25.43891 0.6164659 -17.44911 25.56406 0.5964015 -17.44775 25.44757 0.5930652 -17.60578 25.57617 0.4545145 -17.48647 25.56912 0.5082924 -17.39955 25.40357 0.4460332 -17.65307 25.5768 0.4322301 -17.48861 25.449 0.5203392 -17.53681 25.49301 0.5157046 -15.46655 25.6332 0.5052406 -15.24938 25.55442 0.51236 -15.05659 25.61768 0.7297099 -15.46683 25.65191 0.6244345 -15.45329 25.54161 0.738533 -15.04729 25.63033 0.725801 -15.2509 25.55325 0.6066071 -15.04699 25.56606 0.5171399 -16.01099 25.6126 0.5158411 -15.80967 25.54667 0.5087582 -15.7457 25.63856 0.6960818 -15.99542 25.61352 0.6089866 -15.90785 25.53461 0.6994749 -15.73313 25.6306 0.6845933 -15.80918 25.5357 0.5914478 -15.71099 25.54776 0.1195445 -18.79765 26.25711 0.1477585 -18.37015 26.29133 0.1504273 -18.5845 26.17646 0.2010862 -18.42892 26.08219 0.1393724 -18.80643 26.0841 0.2501753 -18.61033 26.04467 0.5333244 -18.39699 26.17201 0.4292902 -18.70702 26.15558 0.566315 -18.16115 26.30313 0.496955 -18.42791 26.31539 0.1908634 -19.18335 26.05233 0.2966633 -18.69415 26.04871 0.3765519 -18.78045 26.04794 0.2954982 -18.73468 26.06474 0.1978991 -18.71209 26.05628 0.1564093 -18.99528 26.0513 0.2155295 -19.12417 26.06106 0.2603983 -19.24581 26.05152 0.1763942 -18.84677 26.06409 0.2337927 -18.78199 26.09966 0.2389029 -18.87259 26.14409 0.2051838 -18.97114 26.09594 0.2643083 -19.11893 26.09602 0.3370497 -18.82069 26.09697 0.2450533 -19.00809 26.14238 0.2811238 -18.82357 26.14351 1.062384 -14.1773 27.53605 0.6828394 -13.71999 27.56832 0.6265718 -13.31272 28.23756 0.550059 -13.51156 27.85483 0.8259959 -14.45338 28.14852 0.8087121 -13.80755 28.48726 0.962087 -13.05845 28.02613 1.101625 -13.52173 27.74134 1.394823 -13.39111 28.04383 1.250782 -14.15909 27.81188 1.396993 -13.87223 28.20828 1.146397 -14.03439 28.44028 1.499346 -13.12474 28.81251 1.56571 -12.0649 29.37478 1.179526 -13.16343 28.9864 1.629232 -12.95077 28.58059 1.789019 -11.97114 29.15987 1.399513 -12.63572 28.36382 1.720788 -11.93287 28.84884 0.888899 -12.534 28.43341 1.304185 -11.78036 28.68678 1.169687 -11.86798 29.28071 0.8366934 -12.71824 28.75045 0.9763929 -11.62171 28.90375 1.166078 -10.50363 29.32395 1.266754 -8.958872 29.40194 1.252051 -10.53248 28.96999 1.555356 -10.78 29.59382 1.429626 -9.073643 29.71109 1.536292 -9.018204 29.21642 1.682001 -10.7072 28.96191 1.881056 -9.09137 29.37126 1.939071 -10.71914 29.25547 1.931155 -9.020434 29.64692 1.839104 -10.71755 29.51822 1.749263 -9.062039 29.80122 0.3300791 -16.31385 25.50023 0.3159162 -16.70145 25.49249 0.3714566 -16.53135 25.64449 0.3497598 -17.05792 25.63394 0.7663486 -16.4412 25.6453 0.7411361 -17.00464 25.64734 0.800811 -16.38949 25.45096 0.7639021 -17.06206 25.56334 0.3424708 -16.65512 25.5686 0.7203785 -17.23693 25.41837 0.7822367 -16.66124 25.58329 0.5400141 -16.79723 25.66013 0.4703772 -16.36997 25.68828 0.607919 -16.29935 25.67238 0.7222334 -16.29963 25.68594 0.4269896 -16.74431 25.66078 0.4444229 -16.56539 25.65609 0.7225965 -16.47221 25.64744 0.6845176 -16.67208 25.66381 0.5591005 -16.73824 25.63115 0.5562497 -17.21741 25.65834 0.4300379 -17.27442 25.67066 0.4239649 -17.04816 25.65354 0.4206207 -16.91085 25.66677 0.6742743 -16.84492 25.67085 0.6874239 -16.9744 25.65788 0.555139 -16.80515 25.65307 0.5129779 -16.39774 25.60407 0.5827661 -16.33655 25.50358 0.6739223 -16.33736 25.58479 0.4798611 -16.68164 25.55555 0.4879083 -16.52651 25.47904 0.6406517 -16.47693 25.46078 0.6424943 -16.62898 25.55335 0.5457941 -16.66689 25.43625 0.6276691 -16.97957 25.57881 0.5495689 -16.81356 25.4608 0.4801845 -17.02126 25.57638 0.4785307 -16.75331 25.47363 0.4769722 -16.80279 25.5818 0.6266926 -16.75623 25.58485 0.6128131 -16.71469 25.47592 0.5417749 -16.65445 25.48875 0.67396 -17.22315 25.67202 0.5142977 -15.48022 26.13044 0.6625126 -15.52606 26.1507 0.8408114 -15.47467 26.13447 0.5153431 -15.06115 26.32132 0.5060822 -15.2944 26.25675 0.8680601 -15.07532 26.29753 0.6888369 -15.07033 26.3507 0.8452674 -15.30199 26.24466 0.7364453 -15.45625 26.29158 0.6916709 -15.39404 26.46444 0.7499637 -15.23038 26.38783 0.6399273 -15.32843 26.49662 0.5827763 -15.2216 26.40076 0.5942291 -15.39144 26.46822 0.5739915 -15.4561 26.29146 0.6459727 -15.45704 26.43604 0.5570001 -14.64116 25.24642 0.2664921 -16.10977 25.45167 0.2015755 -17.37692 25.42114 0.2748551 -15.01473 25.25678 0.2711307 -15.69705 25.43378 0.2434494 -16.80291 25.45602 0.2547425 -16.42624 25.47032 0.3685429 -14.322 25.35209 0.5080963 -13.84193 25.44297 0.3074486 -14.79511 25.22283 0.1947057 -15.91853 25.45176 0.1898471 -15.35064 25.33461 0.1670738 -16.81807 25.47292 0.06178325 -18.00827 25.32569 0.1787005 -16.52282 25.4832 0.1816874 -16.24159 25.4652 0.1355817 -16.03362 25.51245 0.141616 -16.11984 25.62375 0.1280969 -16.31858 25.53431 0.1483883 -16.40866 25.63315 0.1346665 -16.58338 25.53323 0.1206598 -16.80714 25.51084 0.1435824 -16.6941 25.61337 0.1587963 -15.08079 25.32418 0.1429367 -15.38314 25.54459 0.1412235 -15.65328 25.49153 0.1425912 -15.81175 25.62061 0.2822709 -14.66667 25.29907 0.204732 -14.96245 25.40921 0.2401283 -14.18642 25.47825 0.2836154 -14.544 25.45496 0.2592836 -14.48124 25.64177 0.3045544 -14.69847 25.744 0.3161255 -14.83753 25.58012 0.367487 -15.00544 25.79793 0.2636427 -15.16704 25.65571 0.2364335 -15.60734 25.73905 0.3169422 -15.77921 25.86954 0.2449812 -15.94135 25.75404 0.3258794 -15.38473 25.84562 0.2658017 -16.5818 25.77587 0.3322877 -16.91983 25.89757 0.2090725 -17.05054 25.73271 0.255918 -16.23976 25.76588 0.3650708 -16.40465 25.90175 0.3414098 -16.07914 25.88083 0.1711182 -14.55623 25.77589 0.284866 -14.86043 25.87418 0.2857583 -15.18242 25.91961 0.2584146 -15.60336 25.93465 0.2853339 -15.93022 25.93852 0.3298303 -16.63238 25.95913 0.1156012 -16.63131 25.91049 0.316739 -16.22901 25.94775 0.07822293 -14.4324 25.73662 0.1633797 -14.34268 25.63817 0.1250786 -14.6782 25.85875 0.1729568 -15.01803 25.92849 0.163223 -15.77799 25.9524 0.1559627 -15.40153 25.95368 0.2238429 -16.3965 25.951 0.1987065 -16.07859 25.94944 1.301987 -6.88736 30.01196 1.287327 -4.997383 30.34266 1.362317 -6.867382 29.76967 1.507184 -6.886387 30.17705 1.318713 -5.010081 30.49535 1.417975 -5.037087 30.26698 1.632815 -6.921001 29.78671 1.544432 -5.052982 30.35417 1.783728 -6.870064 29.9952 1.512139 -4.718265 30.51788 1.656512 -6.534937 30.20638 1.387235 -4.69007 30.59168 1.336966 -4.082005 30.57895 0.3662592 -19.10688 26.03454 0.2809531 -19.23012 26.22432 0.3601084 -19.00926 26.24045 0.3657705 -19.06754 26.11321 0.2855623 -19.16591 26.22215 0.3729435 -18.86223 26.24717 0.3814216 -18.89735 26.0741 0.3004131 -19.20369 26.07543 0.3664546 -18.89182 26.0616 0.3028125 -19.13234 26.06182 0.3000034 -18.90464 26.14142 0.274545 -19.01351 26.14219 0.3189421 -19.21225 26.05579 0.3209584 -19.16275 26.17169 0.3237259 -19.05758 26.25686 0.3358211 -19.02685 26.1553 0.3420286 -19.0397 26.04905 0.3142108 -18.98535 26.09628 3.404688 -13.77727 0.6575623 5.83489 -13.53597 0.6855116 5.64281 -13.571 0.7058897 3.299587 -13.85671 0.7478552 3.413501 -14.00828 0.7925997 3.498875 -13.93676 0.6634503 3.169366 -13.96109 0.7809448 5.745188 -13.64696 0.7946749 5.895518 -13.74813 0.8290939 5.969994 -13.65128 0.6839562 5.559164 -13.72313 0.7088995 5.637119 -13.79132 0.8437729 4.604398 -14.22384 0.874197 4.737829 -14.34365 0.9135265 4.457839 -14.35901 0.9146223 3.272197 -14.13261 0.8122549 3.366461 -14.35239 0.7562685 3.48539 -14.22672 0.7263851 3.060062 -14.14375 0.7112208 3.13729 -14.3077 0.7457695 5.783777 -13.91913 0.8636189 5.931515 -14.09443 0.7989102 6.018586 -13.92791 0.7528792 5.572745 -14.00349 0.7724285 5.697206 -14.13501 0.8115664 4.590828 -14.49916 0.9444294 4.7198 -14.69186 0.8856583 4.842584 -14.54192 0.8364153 4.344323 -14.56959 0.8385573 4.451889 -14.70673 0.8867483 3.224361 -14.5419 0.6713343 3.277536 -14.77009 0.5153122 3.387777 -14.62252 0.5927162 3.05673 -14.55565 0.5765696 3.121898 -14.7376 0.5053864 5.850052 -14.33051 0.7283888 5.962733 -14.53018 0.5616016 6.021979 -14.3456 0.6295271 5.69463 -14.40655 0.6484671 5.814403 -14.55994 0.5728626 4.576753 -14.91376 0.8133192 4.657634 -15.12529 0.6502295 4.769634 -14.95273 0.7175922 4.385301 -14.97538 0.7192307 4.481198 -15.13631 0.6509533 3.179012 -14.90052 0.3266153 3.214013 -14.95078 0.1988039 3.293474 -14.87523 0.3514042 3.082272 -14.82295 0.3405867 3.132781 -14.92416 0.1962976 5.915709 -14.69333 0.3744192 5.967343 -14.72034 0.2333564 6.012081 -14.6189 0.3875761 5.802489 -14.66583 0.3996821 5.880792 -14.74361 0.2359743 4.563824 -15.28353 0.4544659 4.615652 -15.31869 0.307724 4.692353 -15.22106 0.4700079 4.440809 -15.24186 0.4715185 4.510025 -15.33128 0.3087072 3.187166 -14.80319 0.2424316 3.313094 -14.61467 0.3395081 3.318948 -14.80369 0.3013334 3.069916 -14.74342 0.2982054 3.111904 -14.57236 0.3412285 5.900048 -14.59713 0.2710905 5.962511 -14.36564 0.3593598 6.01722 -14.53751 0.3310309 5.762548 -14.5915 0.3348198 5.757943 -14.40425 0.3588247 4.567421 -15.19059 0.3406658 4.699446 -14.97156 0.4252377 4.724988 -15.1469 0.40308 4.416678 -15.17123 0.405179 4.453258 -14.9869 0.4267292 3.231614 -14.398 0.3355341 3.37236 -14.25682 0.3023863 3.446268 -14.4156 0.4115744 3.0408 -14.33431 0.416502 3.137245 -14.21011 0.3085041 5.83395 -14.19274 0.3451309 5.940706 -14.0058 0.3006067 6.03775 -14.1243 0.4097386 5.613451 -14.19926 0.4110193 5.688306 -14.05083 0.2982969 4.58107 -14.78385 0.4089832 4.731987 -14.61254 0.3576489 4.832383 -14.74501 0.4750252 4.34064 -14.7728 0.477725 4.443387 -14.62805 0.3591738 4.345097 -14.4582 0.3917856 4.842957 -14.43389 0.3897991 3.040049 -14.07187 0.5427933 3.020032 -14.42834 0.5301523 3.519299 -14.16577 0.5483303 3.450392 -14.51533 0.5389309 4.310948 -14.51136 0.6226702 4.326877 -14.86522 0.6432009 4.879537 -14.48048 0.6200476 4.840975 -14.83502 0.6406202 5.539088 -13.94747 0.5612364 5.616094 -14.2949 0.5754404 6.049887 -13.85925 0.5488682 6.054972 -14.21572 0.5633173 3.141124 -6.873844 15.74526 4.492346 16.51535 8.796226 4.165884 16.44113 8.809322 4.406505 16.31219 8.919354 4.271277 16.31439 8.920669 4.498219 16.39088 8.845914 4.182229 16.35481 8.850922 4.391851 16.61612 8.78624 1.673882 -11.13127 0.7027807 1.881825 -10.83977 0.7350483 2.011661 -11.43149 0.6369562 2.256438 -11.17136 0.6657744 1.931515 -10.80224 0.5370159 2.07266 -10.98448 0.4035912 2.042394 -11.33365 0.4724379 2.06514 -11.16481 0.3815022 1.868932 -11.21713 0.3959942 1.876665 -10.99761 0.4168673 1.721239 -11.04918 0.5343714 1.728119 -11.59281 0.365942 1.822605 -11.43656 0.388443 1.605802 -11.52548 0.3082323 1.662228 -11.29313 0.421629 1.525809 -11.40683 0.4077253 1.684695 -11.65164 0.4638071 1.555022 -11.66065 0.2773304 1.5673 -11.61624 0.4570608 1.484904 -11.59198 0.2917318 1.512492 -11.49203 0.4963255 1.921209 -11.50548 0.7402411 1.748709 -11.5761 0.6753464 1.842008 -11.37289 0.8615847 1.625385 -11.46516 0.697403 1.661463 -11.27398 0.7881441 2.217564 -11.22367 0.8737316 2.067097 -11.28591 0.9289093 2.115008 -11.06463 1.005279 1.889695 -11.12913 0.9615479 1.889861 -10.93419 0.9344854 2.293867 -11.02296 0.9676056 2.107728 -10.85857 1.001513 2.085172 -10.72144 0.8825035 2.076526 -10.79932 0.4835377 2.083699 -10.65373 0.6882467 4.157546 -2.745876 5.649575 4.486262 -2.68732 5.720526 4.259364 -2.50719 5.786975 4.532135 -2.516723 6.028859 3.94013 -2.597668 5.852449 4.10098 -1.334902 7.374876 3.998904 -1.37993 7.489226 3.887597 -1.341012 7.310509 5.941663 -6.472109 4.616086 5.997366 -4.281764 6.74593 5.935617 -4.388882 6.80912 5.955729 -4.425824 6.524774 5.887657 -4.233614 6.73669 5.839226 -4.339476 6.794393 5.85801 -4.613766 6.633336 5.939551 -3.92229 7.120512 4.003818 -1.340178 7.191063 4.243036 16.57414 8.797672 4.305753 16.81797 9.107952 4.364616 16.84661 9.230026 4.430348 16.73119 9.041809 4.193458 16.68387 9.062585 4.238314 16.82977 9.241106 4.209854 16.60988 9.099096 4.315001 16.6702 9.17573 4.431158 16.62709 9.08846 0.001242697 -19.26012 25.57975 0.001242756 -17.4026 26.55387 0.001242816 -17.02499 26.60571 0.0708267 -15.60397 25.91821 0.001056253 -18.14247 25.30895 0.001245617 -18.77008 25.54148 0.1929922 -17.23604 26.51209 0.06412202 -18.72797 25.50965 0.128574 -10.45308 23.07566 0.3352868 -13.11544 25.47796 0.2210667 -19.1898 25.57623 0.06857365 -19.02113 26.24077 0.2119994 -16.87353 26.53887 0.1702541 -17.64644 26.45542 0.241531 -18.78177 26.05044 0.3100924 -18.7374 26.14171 0.1890962 -18.84112 26.14338 0.1915826 -13.75438 25.50151 18.1981 -18.29871 19.93607 0.02170222 -19.31057 25.97275 0.03071069 -19.30632 26.14643 1.390604 78.81894 6.269469 1.305512 53.30305 7.020166 1.124578 54.32318 4.527262 1.892021 48.44588 9.462874 0.2953932 43.03028 6.925015 0.3291971 41.51436 7.434416 0.6708787 -7.26655 24.2781 1.047555 -7.23093 24.30806 1.119674 -8.54514 24.10834 0.4635741 -8.549447 24.04238 1.129347 -7.28734 22.29176 0.9975717 -7.063623 21.76844 0.7217717 -7.152887 22.2767 0.9438171 -7.033781 22.52885 1.042731 -8.308356 21.89635 0.7539706 -8.247004 21.84597 1.119352 -8.496806 23.01444 0.469179 -8.30954 22.95917 1.294576 -4.057133 30.65618 31.28259 -29.07196 21.69544 27.7042 -26.67028 21.65075 28.06793 -26.48094 21.78455 23.73382 -23.31982 21.42297 28.91222 -27.29215 21.09155 23.4344 -23.67006 20.99207 28.50596 -27.47054 21.45773 23.65218 -23.5331 20.39801 24.77944 -23.59964 20.18672 31.68885 -28.89358 21.32925 26.22469 -24.29961 20.82548 29.81654 -27.44676 21.66705 24.59524 -23.20846 21.39629 20.80228 -19.90797 20.63811 21.05364 -20.30745 19.83312 19.58259 -20.62425 20.11775 18.25954 -19.20821 19.66613 20.31475 -20.48521 19.58203 18.66166 -18.41161 20.72871 20.13219 -19.89858 21.09647 19.65138 -20.43709 20.8272 18.02444 -19.24153 20.30392 17.74301 -18.73491 20.01109 0.001244664 -18.77778 25.53896 4.03608 5.857584 0.4872437 2.864933 6.344074 1.301208 2.545571 6.417791 1.301808 5.378888 6.693578 1.252803 2.662282 6.01939 1.273809 2.941637 5.891193 1.139955 2.397413 6.019133 1.136797 5.873378 6.187803 1.266482 5.559063 6.098827 1.272034 4.381754 5.307631 1.317303 4.075085 5.283025 1.317265 2.631773 5.573608 1.015012 2.719918 5.243444 0.7806988 2.853268 5.45552 0.9161615 2.415239 5.559133 0.9125614 2.51341 5.292113 0.7797909 5.726765 5.850413 1.106615 5.817109 5.579088 0.8598633 5.932946 5.843838 0.9951773 5.51619 5.726804 1.013621 5.640911 5.530256 0.8759794 4.210789 4.994918 1.143946 4.290053 4.701811 0.8868532 4.423814 4.946233 1.033142 3.992982 4.909728 1.037368 4.09683 4.684492 0.8909702 2.598829 5.042125 0.5910874 2.649692 4.959163 0.4715414 2.748688 5.07906 0.6192379 2.467286 5.158528 0.6153841 2.540734 5.000149 0.4680929 5.736762 5.333806 0.6574574 5.789911 5.282853 0.5251398 5.858217 5.441937 0.6803398 5.611817 5.367243 0.6999607 5.690873 5.247859 0.5317955 4.190593 4.470212 0.6649628 4.250461 4.417026 0.5251942 4.33075 4.561727 0.6960354 4.056545 4.529703 0.7025185 4.136525 4.398025 0.5285587 2.612052 5.189015 0.4781675 2.787254 5.187722 0.5474339 2.447669 5.283836 0.541625 5.726882 5.456272 0.5771237 5.829149 5.798081 0.6749477 5.871023 5.548795 0.6483078 5.572247 5.462578 0.6569481 5.586921 5.735378 0.6779413 4.192647 4.609808 0.5752144 4.328304 4.940171 0.6767082 4.364317 4.673145 0.6512423 4.029103 4.635908 0.6573601 4.05868 4.91622 0.6813164 2.884911 6.01931 0.4588404 2.516198 6.104878 0.4546108 5.713365 6.177546 0.6192246 5.986785 6.292992 0.7276535 5.41949 6.140819 0.7313862 4.195128 5.34551 0.6276169 4.493432 5.403359 0.7438355 3.919361 5.356582 0.7522163 3.045808 6.241802 0.5005627 2.426498 6.379549 0.4864454 4.199729 5.66633 0.5256567 3.91818 5.711405 0.6809168 5.975678 6.636238 0.6875477 2.370469 6.295389 0.8694601 3.058544 6.136104 0.8730888 3.924414 5.075265 0.9886589 4.500707 5.123822 0.9840908 5.428523 5.87344 0.966507 5.985066 6.02512 0.957962 1.032754 10.45071 1.041208 1.5951 10.06822 1.13072 1.237648 10.56132 0.754446 1.515899 10.32336 0.6329842 1.349866 9.632153 0.6667576 1.518456 10.01868 0.6144247 1.166437 9.725688 0.4976044 1.23564 10.20424 0.5675449 0.927168 9.915137 0.6015768 1.059065 9.283279 0.4641819 0.9292992 9.328422 0.3503018 0.7965448 9.46935 0.4220419 0.963665 9.206116 0.5486393 0.8665267 9.135077 0.3184977 0.8275731 9.213819 0.4879103 0.7806979 9.202857 0.3020935 0.7501776 9.362807 0.5081987 1.172981 9.478362 0.9506493 0.9739049 9.34219 0.7754831 1.008882 9.639591 1.043862 0.8214874 9.449928 0.7461596 0.8076494 9.730152 0.894702 1.461406 10.26591 1.587683 1.478016 10.58617 1.514608 1.181875 10.46286 1.545051 1.232325 10.72774 1.337868 1.483041 10.65615 0.7190771 1.530256 10.89004 1.322228 1.384023 10.8839 1.007016 1.335189 19.72195 12.73327 1.575982 17.04788 13.32594 0.5592333 68.34091 2.560782 0.6659675 58.40292 2.694693 0.8371204 48.10818 4.042557 0.9049366 38.47137 6.443323 1.027736 29.97039 9.399723 1.16478 23.62345 11.5886 1.816126 18.23633 13.38573 1.364877 18.16699 12.84991 0.5848382 72.55993 2.934383 0.45158 72.29147 2.644151 0.7515102 63.47102 2.597268 0.5120581 63.32757 2.341085 0.9921864 53.36556 3.381041 0.6918888 53.28345 3.108386 1.122936 43.08377 5.275511 0.8204163 43.03636 4.978276 1.19592 34.19442 8.090708 0.8829048 34.15108 7.753982 1.414279 26.33471 10.90066 1.056955 26.29231 10.51745 1.584533 21.57596 12.45367 1.128953 21.52463 12.00864 2.08391 16.14656 13.70752 1.583007 15.78905 13.00767 2.049808 18.34746 14.4605 1.080829 18.6793 15.93525 2.014625 19.78907 13.37058 2.195154 17.17384 14.09631 1.725648 20.00012 14.64225 1.849105 17.02664 15.60152 1.009383 20.21584 15.32263 0.6720579 72.86753 3.364426 0.8075233 68.49976 2.883484 0.807806 68.90254 3.42818 0.9191995 63.62077 3.077905 1.052298 58.53081 3.038091 1.026114 59.02071 3.620265 1.223675 53.48053 3.899914 1.295531 48.18059 4.41361 1.234295 48.7447 4.978152 1.372788 43.17441 5.846035 1.38039 38.53303 6.858798 1.297927 38.98231 7.486514 1.432005 34.28655 8.77209 1.548901 30.03202 9.87908 1.413742 30.49372 10.65173 0.001248538 30.99115 11.26605 1.683797 26.42831 11.71883 1.806931 23.69072 12.14704 1.639907 23.99545 13.17454 1.894138 21.68924 13.42554 2.317487 15.98543 15.02039 3.504355 14.15513 6.978806 5.240444 14.3021 7.021779 3.506072 13.7832 2.694871 3.335817 13.88569 2.404346 5.760649 14.01447 2.769453 5.818839 13.93955 2.24929 5.980096 13.29692 1.906765 5.982543 13.34485 3.141224 6.112019 13.08457 2.429094 3.520511 14.65485 6.676462 5.216545 14.89118 6.726542 5.166184 13.68254 7.312836 3.21719 13.62571 5.912116 3.457766 13.54016 7.254448 5.902058 13.39003 4.007493 3.00499 12.84298 4.285496 5.503924 11.85566 5.40182 2.955899 11.57128 5.32477 4.83645 10.97536 4.430904 4.204121 10.89723 4.323834 5.289718 11.30532 4.583752 3.467761 11.15698 4.411559 4.581397 10.95349 4.203633 5.057286 10.9885 4.576193 5.12053 11.17214 4.173317 5.52641 11.64177 4.485027 3.794062 10.82758 4.361494 3.895728 11.0615 4.044231 3.205695 11.56168 4.412166 3.115365 11.13814 4.828591 3.355889 10.40884 4.567363 6.17907 11.4124 0.8159065 5.400452 7.391285 0.3200913 5.20531 6.72729 1.476529 6.122224 6.906756 1.428767 5.980931 7.474495 0.3046284 4.535471 6.596095 0.2496747 3.937694 6.56299 0.2568722 3.817052 5.910598 1.449838 4.62226 5.943164 1.418656 3.237657 6.974601 0.2638121 2.491977 7.046891 0.251915 2.314537 6.446113 1.386402 3.185734 6.348445 1.421835 5.164679 10.34431 0.5527229 5.093333 9.734408 2.055574 6.023265 9.831727 1.95969 5.851817 10.36287 0.531394 4.731014 10.03309 0.5107603 4.046558 9.917913 0.4732361 3.92038 9.419316 2.025601 4.770004 9.452125 2.065556 3.68878 10.20534 0.476017 2.939767 10.49556 0.4559584 2.760294 10.07416 1.973561 3.665915 9.665757 2.023548 3.852889 11.22418 0.4668789 3.181217 11.70814 0.4787893 2.968716 10.6709 2.027132 3.764992 10.07644 2.114984 4.941356 11.20641 0.5276575 3.983128 11.06891 0.4683962 3.940861 9.942348 2.119128 4.877666 9.977078 2.161914 5.101294 11.18372 0.512846 5.08037 10.11858 2.15026 6.070988 10.35319 1.993989 5.968225 11.17928 0.5114641 5.124748 11.14004 3.569453 3.986188 11.07073 3.546039 6.013394 6.869277 0.3177052 6.171089 6.684381 0.9601565 5.332086 6.727654 0.3352814 5.190161 6.456505 0.9911785 5.2348 7.886334 0.5510254 5.017279 7.529592 1.18442 6.243125 7.678784 1.123896 6.165999 7.993206 0.5157633 4.559983 6.026959 0.283598 4.681212 5.785338 0.9584608 3.744636 5.717357 0.9871082 3.878055 5.971109 0.2965946 3.825977 7.032359 0.4525147 3.713699 6.703626 1.089675 4.757565 6.717247 1.070331 4.663083 7.052075 0.4475021 3.185078 6.361565 0.2690201 3.24747 6.161804 0.8511267 2.244884 6.307046 0.8198538 2.421857 6.464672 0.2476797 2.442755 7.532996 0.4393778 2.320926 7.20344 1.07516 3.468231 7.445525 0.4738045 3.478223 7.098512 1.132902 2.76764 9.697296 0.5474119 2.632175 9.648633 1.345189 3.709654 9.468657 0.5871639 3.761099 9.390275 1.397045 3.904456 9.171647 0.5691404 3.771754 9.111423 1.379969 4.821284 9.265566 0.5993424 4.895566 9.176578 1.410093 5.12016 9.86444 0.7050762 5.010429 9.62991 1.463267 6.045894 9.851023 0.6482325 6.171516 9.640283 1.374974 5.052066 10.66522 0.7337208 4.989565 10.18987 1.616192 6.237639 10.32574 1.49227 6.087961 10.71015 0.6845646 3.954698 10.44009 0.6678047 3.868078 9.92428 1.556177 4.898196 10.59883 0.7254887 4.943412 10.02745 1.618973 2.953757 11.09788 0.6376124 2.803767 10.69856 1.485416 3.840362 10.60367 0.6700306 3.85549 10.05194 1.556094 3.052751 11.10117 1.407833 3.228102 11.76915 0.5966272 3.891548 11.01837 0.6734495 3.85373 10.33035 1.601047 5.072266 11.15752 0.7395649 5.035096 10.44548 1.65257 5.117109 7.070011 0.6809425 6.25042 7.264289 0.6393824 3.712078 6.312225 0.6176205 4.727532 6.360914 0.5995865 2.289481 6.833732 0.558197 3.435759 6.695442 0.6019564 4.988324 10.15472 1.033442 6.241115 10.18002 0.9383879 3.829539 9.726873 0.9331169 4.951853 9.862008 0.9838781 2.744678 10.34871 0.9031115 3.862366 9.909705 0.9482641 3.013079 11.24218 0.9246397 3.886484 10.55915 1.033425 3.872936 10.51873 1.033848 5.028651 10.69241 1.101157 5.0263 10.71388 1.096805 6.294725 10.84133 1.023003 6.229161 10.86157 1.571489 6.07261 12.39467 2.571911 5.923543 12.45581 3.15571 3.400774 7.981837 0.3700972 3.528603 8.925232 0.3969812 2.621948 8.030117 0.3458252 2.787273 9.041328 0.3701964 2.431787 7.734313 1.391608 2.56806 9.034848 1.572455 3.427937 7.659499 1.455308 3.597966 8.903226 1.620872 2.413646 7.969768 0.6639595 2.580398 9.057223 0.7276287 3.643609 7.897321 0.7193966 3.741906 8.931531 0.7850094 2.610735 8.4952 0.4630184 2.468105 8.470617 0.990613 3.644273 8.398786 1.053269 3.580674 8.438242 0.503232 4.589757 7.527598 0.3534069 4.658309 8.579245 0.3999195 3.965703 7.511584 0.3503475 4.014014 8.529342 0.3827658 3.779259 7.232436 1.439024 3.794589 8.533655 1.642717 4.738077 7.215716 1.431407 4.792024 8.533931 1.658059 3.706941 7.458421 0.6897497 3.737528 8.538373 0.765667 4.810637 7.469456 0.6889296 4.900336 8.593545 0.7854109 3.855136 7.972613 0.4825983 3.708209 7.949664 1.061156 4.861538 7.953217 1.066465 4.739652 7.998445 0.4927874 5.383323 8.485429 0.4644175 5.293015 9.449168 0.5203991 5.031042 8.11071 1.552024 5.050679 9.182708 1.714985 6.067482 8.131639 1.498914 6.005551 9.135702 1.659426 5.997406 8.537165 0.4463043 5.883249 9.44646 0.4986611 5.032223 8.368176 0.8146305 5.018061 9.361503 0.9037943 6.251616 8.437469 0.7633858 6.19827 9.347077 0.8363915 5.19186 8.950677 0.6194525 4.97669 8.842247 1.178801 6.149713 8.80604 1.126926 6.081259 8.97433 0.5833702 5.865327 11.52147 2.584374 5.939192 10.84886 2.118605 5.984067 12.30866 0.8797159 3.091183 11.05192 2.917768 3.098956 10.84044 2.5811 4.140337 13.8153 1.747141 4.009203 12.79235 0.7010298 6.230437 11.5537 1.359112 6.165352 12.41061 2.032676 4.981486 10.34912 2.492352 5.021808 10.79371 2.971168 3.954813 10.34384 2.497 4.023761 10.76451 2.991064 6.059024 11.56972 1.971434 6.100444 12.41313 1.471821 3.2221 7.448484 0.2580652 2.58716 7.495542 0.2519083 2.525178 7.292929 0.1317119 2.504025 6.858397 0.1009473 3.162512 6.785223 0.1020107 3.230717 7.225287 0.1333684 4.491315 7.020299 0.2428722 3.994713 7.007173 0.2473659 3.913181 6.786066 0.1304979 3.930005 6.367364 0.09933185 4.515488 6.408488 0.09113693 4.53819 6.81399 0.1229219 5.964356 7.945198 0.315588 5.487446 7.889876 0.3271208 5.902714 7.234672 0.1368808 5.964955 7.690168 0.1836805 5.405829 7.646894 0.1915512 5.398437 7.190238 0.143177 5.949824 9.001094 0.3727646 5.859603 9.400461 0.3311482 5.746721 9.750533 0.4274874 5.953286 8.210713 0.3442497 5.972087 8.561358 0.2876482 5.305222 9.76793 0.4406004 5.283203 9.389216 0.3403034 5.328339 8.966861 0.3824511 5.38871 8.515469 0.2956705 5.488722 8.161442 0.3555803 4.103426 8.928778 0.3095389 4.006244 8.445579 0.2146987 3.961178 7.953287 0.2579117 3.959069 7.53962 0.1901655 4.016687 7.241096 0.2626639 4.65041 7.99498 0.2685566 4.652531 8.501859 0.2283172 4.607394 8.985671 0.3265343 4.497476 7.251129 0.2614822 4.589426 7.568696 0.1941051 2.910352 9.398442 0.2948532 2.781358 8.967109 0.1936464 2.673732 8.505021 0.2427415 2.64078 8.077546 0.1763706 2.644246 7.740809 0.2624149 3.494982 8.425517 0.2804155 3.520906 8.863557 0.2293186 3.496419 9.268529 0.3125143 3.265021 7.698536 0.2746201 3.395055 8.014391 0.2075214 3.343218 12.00497 0.3399172 3.166852 11.65031 0.2879772 3.011368 11.22842 0.3807354 3.810195 10.87744 0.3818216 3.868585 11.29485 0.2852602 3.883828 11.58323 0.3086434 2.971331 10.54478 0.3175898 2.969001 9.941064 0.3484869 3.557115 9.755512 0.3578148 3.68881 10.30347 0.3192015 4.027503 11.46248 0.3162031 4.015576 11.04575 0.2958746 4.01046 10.568 0.3875666 4.806865 10.71839 0.4358034 4.858242 11.18905 0.346364 4.94912 11.57643 0.3715315 4.054409 9.962618 0.3252392 4.112051 9.451505 0.3570356 4.623907 9.530827 0.3806458 4.696737 10.08164 0.3581896 5.897964 10.80762 0.4021578 5.889465 11.1723 0.2802639 5.886292 11.48677 0.3382349 5.123606 11.55048 0.3306885 5.070254 11.17429 0.2797346 5.086251 10.76908 0.4040279 5.73033 10.05852 0.426014 5.824519 10.38992 0.3370466 5.159838 10.36581 0.3436289 5.257369 10.06766 0.4374056 3.884672 12.57939 0.3758278 3.875051 13.39129 0.6350031 3.990691 13.5625 1.130957 3.941481 13.99769 1.615015 4.049191 14.04341 2.162627 3.434631 12.67563 0.3839312 3.387798 13.54704 0.7329626 3.367294 14.01627 1.630344 4.160374 13.561 1.118494 4.280314 13.38373 0.6070633 4.152261 12.55846 0.3621769 4.366465 14.06904 2.160915 4.391837 13.99953 1.607296 5.798522 12.51151 0.3968353 5.672533 13.34138 0.638279 5.843738 13.30978 1.213925 5.688461 13.93667 1.658351 3.582772 11.31732 3.891031 3.943736 13.9628 2.581281 3.255108 10.50537 2.461702 3.676102 10.20822 2.484496 3.518994 12.22227 0.3686142 3.783314 11.96932 0.3218384 2.9084 6.11506 1.342116 2.445252 6.17418 1.332705 2.969492 6.427687 0.1212749 2.620734 6.46921 0.1180009 3.092499 7.570538 0.3076983 2.743806 7.595337 0.3024244 2.571644 6.737767 1.698223 3.006582 6.692888 1.726306 3.385426 9.506258 0.3506231 3.068479 9.601059 0.3433027 2.890117 9.58101 2.15943 3.371371 9.447863 2.17632 3.001585 10.18338 2.267762 3.494294 9.86008 2.309127 3.008883 6.097993 0.3056421 2.522276 6.179677 0.2872954 3.220722 11.20465 3.277386 3.709018 11.01694 3.378448 3.343403 10.67879 2.960073 3.787321 10.50814 2.857253 3.09613 7.528954 0.1883707 2.715248 7.555656 0.1862964 2.637792 7.029063 0.04574489 3.066602 6.978032 0.04545307 3.025204 9.324355 0.2119226 3.375085 9.259744 0.2234945 2.779435 7.753479 0.180746 3.144043 7.729266 0.1877946 2.834513 8.473179 0.1173038 3.336809 8.418591 0.1460809 3.095719 9.945757 0.2851296 3.444483 9.844193 0.2881546 3.434949 11.87958 0.2201547 3.767968 11.66387 0.2188501 3.177506 11.08125 0.2563286 3.648742 10.90117 0.2543097 3.757627 13.08673 0.3332138 3.525784 13.14991 0.4062262 3.857707 14.13175 2.050152 3.541786 14.09957 2.086129 3.763598 13.81567 1.088147 3.482986 13.82522 1.138815 2.710295 6.317304 1.578188 3.164653 9.742894 2.24719 3.35712 10.15064 2.441036 3.351547 11.42468 3.760241 2.775505 6.22183 0.2057332 3.516267 10.76113 3.23459 3.548213 10.3779 2.796382 2.911426 7.607698 0.2606096 2.821639 6.707058 0.04537487 2.884237 7.324563 0.08990001 3.219232 9.477067 0.2835369 2.928215 7.606029 0.2487421 3.016348 8.02907 0.1204557 3.151353 8.909394 0.1399593 3.237161 9.646167 0.3151941 3.638519 11.92152 0.2666006 3.513468 11.45431 0.1953859 3.32753 10.3878 0.2465105 3.641386 12.57406 0.3081751 3.727729 14.01432 2.366699 3.614332 13.52213 0.6593266 3.651598 14.0357 1.612371 5.804884 12.28348 3.80628 5.384032 11.35537 3.974492 5.316568 14.17661 2.765323 5.774909 10.3764 2.322068 5.247619 10.19328 2.43959 5.731162 11.84481 0.3498411 5.267466 11.80474 0.3605938 5.514726 6.82166 0.1642522 5.778997 6.862844 0.1595602 5.942345 6.540441 1.463471 5.501904 6.441119 1.483411 5.423609 7.163149 1.733788 5.931084 7.252455 1.700929 5.611535 8.01982 0.380517 5.869838 8.055321 0.3728933 5.287842 9.468243 2.192256 5.729303 9.500946 2.152876 5.390727 9.926393 0.4781685 5.625976 9.913937 0.4696617 5.249483 9.85394 2.347504 5.78555 9.958633 2.272651 5.934041 6.543034 0.3927918 5.458672 6.419919 0.400487 5.739283 11.50656 3.187092 5.323909 11.04847 3.348752 5.630636 10.75227 2.633017 5.197581 10.50002 2.760714 5.574577 7.971354 0.2634811 5.867744 7.998304 0.257535 5.824668 7.396737 0.08824348 5.474918 7.374608 0.09123134 5.652642 9.730337 0.3483343 5.38168 9.741416 0.3550415 5.849001 8.213169 0.269207 5.571063 8.189604 0.2747812 5.827384 8.967415 0.2471733 5.430891 8.941531 0.2509232 5.627068 10.06069 0.3371391 5.337155 10.06643 0.3427286 5.680524 11.48377 0.2189302 5.236081 11.51562 0.2174091 5.728157 10.79855 0.2505274 5.240334 10.77377 0.2523127 5.751311 6.775571 1.597841 5.490993 9.681247 2.278824 5.501494 10.07025 2.41384 5.596966 11.46033 3.70126 5.676007 6.598094 0.2673426 5.463776 10.80496 3.079428 5.43832 10.34227 2.61508 5.738688 8.061746 0.3362293 5.638585 7.096773 0.08435153 5.684483 7.73635 0.1522665 5.505046 9.889209 0.4241648 5.730943 8.056834 0.3263073 5.675431 8.518694 0.2248573 5.565265 9.397915 0.2703266 5.495527 9.936589 0.4138689 5.509818 11.65856 0.2769184 5.454549 11.20423 0.1903934 5.478795 10.37711 0.2694454 4.883964 11.03479 3.884532 4.290818 10.97138 3.840208 4.969848 14.19875 2.665437 4.487566 14.13013 2.545429 4.13378 10.06331 2.46464 4.692105 10.06946 2.478925 4.267856 11.85479 0.3390942 4.869185 11.81354 0.3824978 4.416623 5.626385 1.501822 4.000633 5.597192 1.519854 4.372452 6.04973 0.1189966 4.075204 6.021062 0.1239128 4.381674 7.120343 0.294796 4.12151 7.116554 0.296813 4.00829 6.277048 1.679769 4.424009 6.277732 1.666143 4.500562 9.229389 0.3713417 4.230228 9.193396 0.3600903 4.081269 9.160349 2.214351 4.5285 9.167772 2.228018 4.122134 9.549349 2.329677 4.596704 9.555676 2.357805 4.831167 10.89839 3.390059 4.2967 10.86457 3.395203 4.439049 5.700771 0.36975 3.963018 5.65969 0.3803291 4.725001 10.43562 2.814752 4.233795 10.42417 2.804484 4.390745 7.084164 0.179574 4.081714 7.076692 0.1823606 4.012879 6.537971 0.04547882 4.422942 6.562457 0.03953552 4.195196 8.893789 0.2296857 4.502091 8.927507 0.2388391 4.107357 7.265443 0.1834306 4.398321 7.271955 0.1829071 4.080729 7.956288 0.1357831 4.51907 7.986505 0.1413469 4.206972 9.512194 0.2955294 4.51367 9.560937 0.3090658 4.213241 11.45618 0.2460699 4.720278 11.5292 0.2771435 4.164886 10.54925 0.2767143 4.618557 10.63774 0.3019333 4.530838 13.052 0.2752915 4.707149 14.1694 2.065293 4.203624 5.845362 1.600368 4.327015 9.346082 2.305305 4.373943 9.772741 2.460927 4.598865 10.91606 3.706137 4.210567 5.784696 0.2375135 4.520825 10.58287 3.204554 4.428095 10.17656 2.715756 4.2458 7.144598 0.253026 4.223124 6.277443 0.0390892 4.225885 6.8647 0.08693218 4.360323 9.125691 0.3042822 4.249669 7.138603 0.2439489 4.271902 7.554922 0.1243333 4.326008 8.48667 0.1529541 4.36104 9.303489 0.3332863 4.496327 11.67185 0.314064 4.424314 11.11923 0.2384557 4.367053 10.00933 0.2705984 4.895379 14.19623 2.395081 2.861216 12.36166 3.287796 2.932076 11.60623 3.190131 3.190161 13.98009 1.979272 3.266851 13.2419 0.4434471 3.218926 13.80471 1.15239 2.965448 12.6028 3.672523 3.085535 12.00457 4.071282 2.532388 11.93202 2.947221 3.114376 13.4864 0.7435312 3.044913 13.84324 1.561303 3.052429 11.8901 3.508739 3.058145 12.03834 3.761959 3.202983 11.53073 3.595544 5.975391 6.693653 1.251306 5.318212 6.47092 0.6140194 4.530934 5.81431 1.285268 4.517847 6.064814 0.9310751 4.5831 5.810197 0.5839815 3.909164 5.764994 1.302649 3.059453 6.303721 0.9635525 2.38331 6.41404 0.9505301 2.698563 6.366396 1.091269 2.896183 6.765766 0.7882681 2.642533 6.82334 0.7835169 2.750227 6.209036 0.3157387 5.676228 6.625513 1.399384 5.704741 6.994468 1.308319 5.713851 6.509754 0.4468289 5.546436 6.625313 0.5161448 4.216491 5.781115 1.447631 4.3553 6.17183 1.35115 4.113203 6.153839 1.350555 2.545148 8.395133 1.632453 2.802271 8.300683 1.917171 3.428799 8.301609 1.687694 3.160739 8.246949 1.941072 3.085867 9.247682 2.191396 3.022668 8.635155 2.075426 2.843104 7.099435 1.772183 2.942966 7.8841 1.845997 5.138361 8.681156 1.843796 5.421133 8.562166 2.100341 5.907049 8.640294 1.798828 5.681205 8.572814 2.077104 5.489433 9.260895 2.209141 5.519863 8.820712 2.169628 5.674232 7.543684 1.843573 5.589164 8.210001 2.02344 3.851764 7.871695 1.707336 4.09222 7.768572 1.952227 4.675101 7.839655 1.724119 4.395853 7.747336 1.968808 4.284709 8.896827 2.268539 4.256462 8.160394 2.118403 4.212871 6.634799 1.799963 4.231927 7.350267 1.922519 2.86392 9.008008 2.159097 2.679832 8.74531 1.978443 2.703102 9.226723 2.067504 3.354312 8.636839 2.008241 3.236998 8.935708 2.167658 3.45552 9.084885 2.089293 2.627541 7.914997 1.754225 2.739983 7.529481 1.765227 2.538137 7.32371 1.697488 3.047556 7.482698 1.7904 3.236516 7.832044 1.800634 3.195418 7.247322 1.747188 5.359475 9.042231 2.220093 5.264808 8.878783 2.126017 5.199304 9.202172 2.132747 5.765553 8.888491 2.086438 5.633308 9.057105 2.197914 5.822004 9.220786 2.085289 5.305745 8.210486 1.97958 5.464386 7.851461 1.952076 5.236664 7.665703 1.844415 5.767542 7.875169 1.929771 5.835812 8.229029 1.939874 5.951057 7.740427 1.796653 4.102416 8.569058 2.232617 3.960142 8.24408 2.035097 3.935036 8.772212 2.126911 4.555973 8.215221 2.059771 4.431525 8.556264 2.246603 4.624838 8.764611 2.14746 3.974584 7.401716 1.835577 4.094466 7.025471 1.874804 3.930335 6.8483 1.748693 4.347191 7.007687 1.887976 4.49403 7.367866 1.859436 4.529394 6.827358 1.751064 0.3779647 -17.60511 26.82572 0.3677985 -18.20827 26.78769 0.1802463 -19.54877 26.44678 0.5320095 -18.36741 26.52599 0.6420043 -17.70298 26.59209 1.057757 -16.09265 26.75518 0.6455118 -18.11362 26.05643 1.030284 -15.78462 25.95895 1.155808 -15.79113 26.82651 1.148231 -15.67644 26.96577 1.34908 -14.65238 27.23134 0.8118948 -16.42435 27.15537 0.6060305 -16.78578 27.09182 0.3276922 -17.3099 26.9669 0.9407094 -16.45576 26.68791 0.842616 -16.36703 26.7547 0.6166791 -16.84399 26.74254 0.7370157 -16.57763 26.73855 0.8578525 -16.70859 26.63992 0.5240696 -16.59365 26.83792 0.881087 -15.9875 26.83689 0.8243529 -16.04749 26.84698 0.9218612 -15.88256 26.92486 0.9095263 -15.90351 26.86402 0.6875275 -16.07945 26.93377 1.050545 -15.87637 27.08198 0.874056 -16.24567 27.1161 0.9547754 -16.17294 27.32817 0.9085412 -15.96952 26.97451 0.8504741 -16.05408 26.99154 1.030435 -16.01634 27.25633 0.2324155 -18.98934 26.59342 0.2760502 -18.74651 26.62864 0.1877111 -18.31949 26.6592 0.3280826 -18.8789 26.58319 0.2652699 -19.16116 26.55917 0.2553656 -19.16802 26.59036 0.3115181 -18.91375 26.63635 0.2632239 -19.25333 26.55544 0.3584123 -18.87991 26.6054 1.159287 -14.58165 25.31403 0.6359155 -17.31202 25.0476 0.2276943 -19.56514 26.2183 0.5214006 -18.78989 26.34043 0.6281561 -18.21709 26.42218 0.7921403 -17.65399 26.4389 0.9966232 -16.64515 26.48657 0.5867101 -18.66292 26.25526 0.7725356 -18.05958 26.26166 0.9367238 -17.38128 26.29166 1.019822 -16.84687 26.33251 1.105729 -16.482 26.3328 0.9707664 -16.7784 25.42835 0.6952638 -18.08058 25.38591 0.9156376 -15.95898 26.85197 0.9532573 -15.92338 26.94449 0.8685352 -16.04423 26.84776 0.9501394 -15.89027 26.89507 0.7982527 -16.11566 26.97403 0.7575749 -16.10325 26.85648 0.6322698 -16.099 26.89133 0.9206324 -16.02281 26.98658 0.913837 -16.01494 26.85312 0.8218359 -16.11322 26.85261 0.9910168 -15.89397 26.91221 0.9602673 -15.9241 26.87445 0.6840282 -16.15493 26.92675 0.8890838 -16.09808 26.99527 0.9727461 -15.96831 26.97111 1.087204 -15.52476 25.93008 0.5063623 -18.94611 26.14028 0.5797405 -18.47327 26.04222 0.6781035 -18.44811 26.14391 0.8118326 -17.744 26.02756 0.8834533 -17.75308 26.13132 1.003887 -17.10297 26.15694 1.022335 -16.13471 25.99467 1.142559 -16.31151 26.19377 1.05469 -16.64466 26.17109 0.5608031 -18.73962 26.06861 0.7554509 -18.12478 26.05878 0.9290544 -17.40543 26.04403 0.9899036 -16.83541 26.04606 1.049798 -16.42381 26.0533 1.187438 -15.41688 25.91624 1.127489 -16.15531 25.55704 0.5019729 -18.75108 25.44389 0.8914801 -17.38573 25.48118 1.08199 -15.48247 25.88459 1.291534 -15.31515 25.57421 1.234879 -15.66369 25.68035 1.027601 -16.68935 25.62128 0.7189459 -18.10225 25.5305 1.103678 -15.40524 25.83941 1.187922 -15.25585 25.85096 1.217967 -15.10423 25.70784 1.144633 -15.86847 25.98284 1.166182 -15.69729 25.44135 1.103431 -14.72883 25.14753 1.238083 -15.31652 25.72144 0.963528 -15.95047 26.86117 1.011956 -15.89889 26.96249 0.8909349 -16.09846 26.85212 1.004098 -15.90237 26.88858 0.8198898 -16.165 26.99987 0.7446766 -16.16862 26.85653 0.9511608 -16.04124 27.01008 0.9508994 -16.02187 26.84719 0.8240389 -16.16421 26.84384 1.007743 -15.90354 26.86939 0.8830163 -16.1084 27.04333 0.9866545 -15.96233 27.01305 0.9581444 -15.93986 25.97776 1.028728 -15.72926 25.92774 1.24475 -15.61688 25.96047 1.278616 -15.81467 26.02274 1.195641 -16.07497 26.06118 1.269474 -14.95005 25.67202 1.354066 -15.02637 25.81936 1.277288 -15.16548 25.82964 1.367416 -15.22203 25.92093 1.279954 -15.31609 25.89411 1.340249 -15.4599 25.96774 1.245099 -16.06528 26.22958 1.175529 -16.27502 26.36439 1.237416 -14.5489 25.54467 1.277003 -14.52847 25.61904 1.17624 -16.14162 26.55346 1.077088 -16.20639 26.68844 1.2195 -15.55854 26.83036 1.219589 -15.02106 26.66361 1.141482 -14.65435 26.67568 1.155696 -15.91093 26.74426 1.214623 -15.68812 26.71703 1.165109 -15.99872 26.67642 1.360996 -15.42143 26.33924 1.376185 -15.01728 26.30027 0.2426891 -13.74258 28.07332 0.9390014 -16.00236 27.46017 0.2402015 -14.51062 28.01434 0.7892534 -15.2745 27.79228 0.5234291 -14.87205 27.99817 0.1991209 -15.71218 27.7747 0.8007643 -15.82189 27.59772 0.5858284 -16.36223 27.41261 0.6110265 -16.6072 27.26003 1.005442 -15.09496 25.01866 0.9576241 -16.26693 25.3858 0.8013157 -17.41383 25.35885 0.4011762 -18.44864 25.07396 0.8921786 -15.60027 24.95176 0.9055926 -15.95903 25.2846 1.083796 -15.47344 25.30367 0.795336 -16.9138 25.31558 0.6561554 -17.92464 25.28622 0.5674643 -18.40884 25.30681 0.7366566 -17.25991 26.61562 0.4282722 -12.49111 27.99996 1.08125 -14.35827 26.72814 0.988258 -13.84051 25.26774 1.13241 -14.24004 25.46307 0.5578614 -13.79413 24.81762 1.077111 -13.89666 25.62276 1.207229 -14.24285 25.66769 1.350836 -14.52205 26.24395 1.121573 -14.40721 26.54815 1.017817 -13.94552 26.58545 1.055269 -13.11822 26.53512 1.268622 -12.19947 26.30185 1.444821 -12.15401 27.04419 1.517444 -11.85312 26.54167 0.7577761 -13.39328 25.07567 0.8266552 -13.00497 25.23698 0.9711451 -13.49968 25.47541 0.4771966 -12.89707 24.82308 0.91881 -13.02041 25.51968 0.9860802 -13.51604 25.73675 1.04413 -13.33228 26.41212 1.027721 -12.35209 26.25469 1.124661 -11.54385 25.9112 1.322864 -10.84135 25.29819 1.474093 -11.33035 25.95585 1.560626 -10.84213 26.28186 1.595619 -10.4264 25.38365 0.5730862 -12.40789 24.8568 0.7361002 -11.84169 24.60386 0.9360435 -12.42459 25.15761 0.4308462 -11.9273 24.33163 1.087835 -11.72088 24.84517 0.9849104 -12.28762 25.4164 1.051867 -11.71219 25.86894 1.085812 -10.98903 25.30524 1.08838 -11.18446 25.23894 1.169196 -10.4231 24.3621 1.402279 -10.04241 23.18866 1.553553 -10.19274 24.33682 1.622729 -9.539914 24.55863 1.672985 -9.533831 23.21844 0.626433 -11.41052 23.87451 0.8419772 -11.11726 23.14609 1.014581 -11.3323 24.06162 1.21881 -10.93669 23.22623 1.209203 -11.07936 24.18719 1.136451 -10.7738 24.29535 1.091244 -10.5537 24.36013 1.096483 -10.17818 23.22838 1.120232 -10.33537 23.22653 1.186892 -10.06888 22.01783 1.679616 -9.791918 21.97841 1.649005 -9.038992 22.03698 1.086805 -11.06499 22.22031 1.35322 -10.72954 22.17968 1.217247 -10.39637 22.08597 1.101465 -10.22112 22.02268 0.5691002 -12.0002 27.89407 1.40728 -11.26409 27.03681 1.557241 -9.8258 25.82628 0.161027 -12.12188 27.77063 0.3556627 -12.14859 27.80623 0.857483 -11.62693 27.75611 1.217302 -11.4135 27.46936 1.330652 -12.08289 27.42856 0.2368331 -10.60493 27.06103 1.367167 -10.24388 26.73237 0.2954221 -9.304337 25.48932 1.459933 -9.152781 25.31467 1.500382 -8.911473 24.14478 0.001246392 -8.069121 19.9584 -0.6307442 -8.595599 19.86572 -1.257379 -10.6285 20.14408 -1.216067 -10.46904 20.10563 -1.427245 -11.05235 20.31085 -1.316906 -11.26756 20.34361 1.050682 -12.57571 26.11839 1.059475 -12.06078 25.70719 0.5928477 -16.74417 26.96844 0.2871568 -16.9904 27.16534 0.4590028 -17.0079 26.84116 0.5999974 -16.46816 26.93522 0.6141453 -16.19594 26.88432 0.6694442 -16.13612 26.8687 0.6765255 -16.07581 26.86599 0.6108116 -16.4225 26.80908 1.118912 -15.56989 25.94521 1.134907 -15.36601 25.89151 0.9989994 -14.38838 25.06964 1.239878 -15.03951 25.5194 1.334974 -14.74341 26.34763 1.23357 -14.70299 26.50712 1.347097 -15.59512 26.08175 1.356402 -15.56444 26.26452 1.395569 -15.29283 26.03544 1.395895 -15.23153 26.23555 1.26711 -15.98027 26.3788 1.316127 -15.72532 26.34884 1.225198 -15.75865 26.63045 1.303878 -15.61202 26.44742 1.262819 -15.37011 26.6274 1.343437 -15.25593 26.42711 1.186073 -13.90038 25.83905 1.282406 -14.17721 26.31007 1.153662 -14.08855 26.43646 1.234299 -13.84724 26.21477 1.079485 -13.21059 26.15564 1.403562 -15.04644 25.98211 1.393028 -14.84994 26.18622 1.370932 -14.78197 25.85425 1.361171 -14.4366 26.09816 1.38339 -15.40943 26.16536 1.308362 -15.82925 26.26669 1.334705 -15.70526 26.19409 1.2927 -15.88141 26.14702 1.284978 -15.50644 26.54883 1.250585 -15.79715 26.54815 1.267807 -15.8742 26.46196 1.211612 -15.98221 26.586 1.305462 -15.02545 26.47941 1.269086 -14.44433 26.39467 1.137221 -13.45704 25.97932 1.14973 -13.51394 26.29576 1.186933 -13.78172 26.36823 1.090605 -13.14119 26.33088 1.410425 -15.09875 26.12139 1.396198 -14.7783 26.04442 1.304678 -14.19754 25.91183 1.309086 -14.45724 25.75153 1.214366 -14.67839 26.81361 1.336252 -14.72883 27.04115 1.286125 -15.05086 27.29093 1.2967 -15.04947 27.12913 1.165677 -15.59601 27.05972 1.292942 -14.89855 27.44867 1.032299 -15.13463 27.70605 1.362511 -14.40202 27.11989 1.403482 -14.0878 27.36764 1.436596 -13.20638 27.29088 1.222675 -15.38261 27.17365 1.258412 -15.31191 27.021 1.296203 -15.09417 26.95681 1.235991 -15.44162 26.93238 1.185085 -15.30487 27.48521 1.20059 -15.47274 27.34133 1.00453 -15.57844 27.58039 1.326925 -14.34314 26.90778 1.386343 -14.01703 27.01335 1.1961 -13.81478 26.7426 1.290221 -12.6044 27.78468 0.8124572 -12.24336 27.94197 1.408761 -13.90527 27.20046 1.171845 -12.04012 27.7531 1.114178 -15.74585 27.19964 1.095875 -15.76532 27.41179 1.194416 -14.84148 27.69809 1.004938 -14.75368 27.9146 0.8073002 -14.87738 27.95641 1.337025 -14.40514 27.54145 1.247946 -14.57853 27.72093 1.340946 -13.00782 27.72187 1.322317 -13.8818 27.65403 0.40753 -13.09017 28.06576 0.9321203 -13.16175 27.85889 0.5890898 -14.61987 28.07323 0.3777198 -14.37611 28.11443 0.3813536 -13.80063 28.0713 0.4196346 -14.34891 28.0022 0.3268823 -13.99744 27.80833 0.466616 -13.50549 27.84761 0.777184 -14.72801 27.95984 0.5512889 -14.6384 27.91114 0.7059774 -13.59911 27.60641 1.115795 -13.58461 27.64937 1.12588 -14.12494 27.53897 1.210509 -14.39672 27.64014 1.124186 -14.65359 27.65183 1.11501 -14.6783 27.80057 0.9286902 -14.76872 27.82208 1.035593 -14.72182 27.71955 0.3943958 -14.40879 27.83875 0.2231811 -12.94844 27.92485 0.1050204 -13.74887 27.94406 0.2873912 -8.587479 23.53297 0.2805396 -8.58807 21.62923 0.4495447 -18.62354 26.63906 0.5148591 -17.34917 26.72559 0.446545 -17.92946 26.71025 0.8999532 -17.00222 26.49436 1.40497 -12.88634 26.64918 1.430865 -13.16088 26.98671 0.2303156 -17.96499 26.92831 1.059854 -15.92989 26.80215 0.9919571 -15.92918 26.83989 1.064205 -15.81005 27.00534 1.024438 -15.86783 26.99035 0.9287175 -16.1769 26.7753 0.8993967 -16.09995 26.82281 1.13185 -15.74413 26.89689 1.049972 -15.84714 26.88208 0.7289293 -16.29396 27.04213 0.7665379 -16.17983 27.04837 0.7188925 -16.29338 26.79438 0.7239332 -16.21508 26.83126 0.9272282 -16.06257 27.10733 0.9215199 -16.02173 27.07538 0.5657404 -16.34752 26.87758 0.5963022 -16.25746 26.87652 0.962934 -16.01869 26.80366 1.081898 -15.78363 26.94363 1.061808 -15.8367 26.85031 0.6371195 -16.27129 26.97753 0.8194534 -16.12678 27.09871 0.9831272 -15.91532 27.06052 0.8145662 -16.18268 26.79831 0.6240574 -16.27816 26.83647 0.6808285 -16.22486 26.93069 0.6536796 -16.22749 26.86255 1.047937 -15.83633 26.91625 1.260968 -15.12093 26.8357 1.072115 -16.38466 26.54171 0.695537 -16.23117 26.96686 0.264428 -19.46669 26.39639 0.2770869 -19.30082 26.50023 0.209307 -19.41385 26.57548 0.2601111 -19.3029 26.57844 0.3564567 -18.84102 26.73002 0.3486648 -18.91386 26.66359 0.472606 -18.80434 26.50104 0.3998832 -18.88614 26.54723 0.2497571 -19.39944 26.51128 0.4034821 -18.83085 26.62162 3.816149 -3.147104 11.6028 2.864372 -5.831385 10.3864 2.993111 -4.006371 10.57355 5.356939 -5.575864 14.39834 2.183992 -9.953007 10.60712 2.837889 -8.983284 10.50507 3.360245 -8.99384 10.95058 4.224887 -2.955474 12.73804 4.883813 -4.488637 14.96745 2.777842 -4.887618 10.31179 3.00226 -7.732805 10.34371 4.440053 -5.415559 15.46396 4.921744 -6.634932 14.66791 3.670782 -1.550235 12.91566 4.03249 -2.254739 13.36743 3.711935 -1.404727 15.01895 3.200508 -1.761394 11.68048 2.861367 -1.275905 16.55281 1.400799 -7.568022 16.21562 0.8931148 -6.758852 16.92837 0.2497979 -18.99242 26.75898 0.1668 -19.3507 26.64842 0.3140769 -19.4021 26.30759 0.4610154 -18.96357 26.37109 0.2717431 -18.80187 26.58929 0.2503027 -18.93521 26.57711 0.2342831 -18.96282 26.61844 0.2564774 -18.85334 26.6415 0.3529525 -18.97397 26.53465 0.2978218 -19.17038 26.52203 0.2747243 -19.18473 26.61059 0.3147819 -19.00773 26.64794 0.305664 -19.39888 26.18221 0.4373993 -19.08485 26.22416 0.4351749 -19.12075 26.05674 0.2559416 -19.27601 26.63124 0.3130263 -19.00914 26.70411 0.3111845 -19.28434 26.42923 0.4078249 -18.98262 26.4667 0.3011202 -19.03538 26.55068 0.2771788 -19.07491 26.62722 0.3771493 -19.21895 26.27415 0.37897 -19.25712 26.11992 0.2540196 -19.17825 26.6892 0.2947079 -19.13027 26.65282 0.3434113 -19.11644 26.48063 0.3739892 -19.1709 26.38425 0.8150328 -16.25992 27.4014 4.54377 -3.416648 12.12102 4.109212 -3.301376 11.19923 3.430316 -3.414805 10.84163 2.965717 -4.895618 10.51376 3.009096 -5.743725 10.33009 3.043534 -6.697044 10.33054 3.202724 -3.972764 10.55314 4.027717 -7.91 10.68086 3.349801 -7.312597 10.27224 4.763136 -3.499715 11.3518 4.2876 -3.212211 10.64018 3.65794 -3.350474 10.61828 5.22094 -3.974697 11.08231 3.044468 -4.707438 10.35933 3.013978 -5.489338 10.09113 3.17146 -6.453793 10.15981 3.293176 -3.825952 10.27812 5.573811 -5.558051 11.11433 4.674404 -7.285225 10.82378 5.201653 -6.705652 10.79259 3.763049 -7.366789 10.33554 4.273278 -7.045736 10.39642 3.432897 -6.799036 10.08903 4.921069 -3.44447 10.33518 5.587697 -4.651784 10.39654 5.426264 -3.90094 9.54505 2.937896 -5.295865 9.355164 3.334485 -3.803309 9.468007 4.431509 -3.007282 6.717041 5.171199 -3.630496 6.364675 3.400377 -4.660386 6.494567 3.61521 -3.510365 6.621295 5.319119 -4.686917 6.311435 5.020589 -5.633047 6.43959 4.318689 -6.032955 6.438501 3.709741 -5.668728 6.434558 3.265136 -4.89313 5.357027 5.57154 -5.034008 5.570228 4.778843 -6.187933 6.243023 3.307197 2.752372 12.88699 3.736884 2.636802 14.22701 3.416902 2.959243 17.04287 2.477683 3.235069 18.30718 3.870762 2.803043 15.65436 1.195412 3.422101 18.93508 3.359424 4.680934 13.52068 3.771762 4.536533 14.74164 3.406915 5.283349 17.21467 2.548608 5.893456 18.55247 3.79207 4.843702 15.97597 1.278842 6.176728 19.16212 3.152094 5.739271 13.60387 3.207891 6.041428 14.1002 3.617234 5.457168 14.79541 3.367285 6.458725 17.14599 3.673158 5.733422 15.95259 3.552402 6.294017 16.42729 3.568179 5.817622 15.30701 1.237029 9.415375 19.12431 1.273272 8.125635 19.20704 4.737693 -3.391267 13.133 5.118178 -4.013949 14.17305 5.17149 -7.53109 13.65573 4.355581 -2.793126 13.72539 4.477488 -3.501097 14.8976 4.200613 -7.48905 14.83511 3.809148 -4.238806 16.07125 5.497041 -4.655747 13.91815 5.649764 -6.529327 13.52188 4.697904 -3.362598 14.01528 4.198355 -2.804786 14.50754 4.014283 -2.256505 14.40504 3.416365 -8.436289 14.38262 2.416142 -8.224347 15.22965 5.59143 -4.599647 13.23624 5.226639 -3.90253 13.27025 5.122176 -3.823424 12.26898 5.730896 -5.529605 13.29882 5.17511 -7.824265 12.55385 5.691384 -6.676748 12.7576 4.990501 -7.604887 11.54778 4.354948 -8.320975 13.81756 4.920665 -3.241695 6.903172 3.958287 -3.286379 8.531193 4.027642 -3.187652 6.992938 5.34382 -4.137305 6.700505 3.089063 -4.345585 8.456347 3.342704 -4.0676 6.910798 3.1603 -5.596899 8.378691 3.464093 -5.238829 6.782321 5.460801 -5.549803 8.329033 5.22043 -5.250621 6.716387 4.539824 -3.159211 7.51402 5.29194 -3.713743 7.421722 3.198469 -4.754621 7.447424 3.550501 -3.6159 7.527796 5.434814 -4.804069 7.337686 4.79452 -6.706003 10.33311 3.810516 -6.919987 10.04329 5.30493 -6.187645 9.107658 3.303887 -6.345764 8.948483 4.678864 -5.956848 6.650426 3.995661 -5.972792 6.648483 5.134444 -5.810692 7.623903 3.504975 -5.872108 7.659152 4.30678 -6.869465 9.962891 4.714418 -6.226549 7.235177 4.331524 -6.138079 6.856851 3.972474 -6.277342 7.254037 5.816309 -10.96077 0.3496323 5.51675 -13.31774 0.2313022 5.436177 -13.69473 0.9950142 6.059429 -13.62493 0.9605961 5.960351 -13.28355 0.2297668 4.873031 -13.871 0.2189769 4.359552 -13.88897 0.2206077 4.266136 -14.25017 1.047564 4.929062 -14.23513 1.016173 3.6241 -13.59418 0.1845369 3.127442 -13.55875 0.1855525 3.02871 -13.90409 0.903738 3.579932 -13.9479 0.9308224 5.225654 -11.83333 0.3208895 5.219626 -11.70287 1.210049 5.813929 -11.63824 1.141093 5.756714 -11.77203 0.3104162 4.931725 -11.98771 0.3456783 4.386677 -11.99462 0.3336315 4.337948 -11.91957 1.271112 4.94127 -11.9113 1.278986 3.971169 -11.77381 0.2936325 3.420456 -11.64969 0.2753668 3.373963 -11.63023 1.102709 3.931328 -11.74588 1.195739 4.15263 -11.21893 0.153181 4.075695 -11.22727 1.211135 5.013037 -11.37132 0.1872243 4.325854 -11.33769 0.1687145 4.283698 -11.31181 1.254666 4.981984 -11.32375 1.25361 5.112532 -11.37824 0.1754264 5.144977 -11.26396 1.201006 5.774111 -11.14227 1.072161 5.725182 -11.25746 0.1848974 4.780147 -9.416254 1.607704 4.216165 -9.392659 1.615138 6.019647 -13.68095 0.1760749 6.126726 -13.79319 0.5949478 5.510541 -13.74393 0.173623 5.415086 -13.88911 0.613986 5.374358 -13.02764 0.4784594 5.286995 -13.21664 0.8650637 6.111808 -13.15375 0.8352432 6.043642 -12.98227 0.4635849 4.888841 -14.25156 0.181344 4.97854 -14.3853 0.6423283 4.201004 -14.41949 0.6623268 4.310813 -14.2824 0.183568 4.265796 -13.57814 0.451479 4.183281 -13.74996 0.866293 5.029775 -13.74584 0.8495531 4.964958 -13.57338 0.4522343 3.5719 -13.99833 0.1242256 3.612124 -14.12587 0.552659 2.972707 -14.05065 0.5355721 3.078047 -13.94459 0.1204824 3.098864 -13.25143 0.4122658 3.027307 -13.41641 0.7664433 3.776371 -13.29414 0.4267712 3.773974 -13.4644 0.8050108 3.298031 -12.03306 0.4556437 3.243947 -12.00468 0.858222 3.986075 -12.14951 0.4945707 3.992543 -12.1175 0.9413147 4.288551 -12.35425 0.5282831 4.237798 -12.30597 0.9940281 5.016551 -12.34997 0.5401039 5.0463 -12.3008 1.004872 5.212825 -12.05174 0.5304451 5.163699 -12.00794 0.9780302 5.911129 -12.00345 0.501853 5.962713 -11.95345 0.9255409 5.113556 -11.62971 0.4320335 5.103042 -11.54707 0.9354096 5.920026 -11.41515 0.8442707 5.845495 -11.50374 0.398407 4.307748 -11.6727 0.4268599 4.250721 -11.64328 0.9704266 5.035952 -11.66636 0.443183 5.070611 -11.63231 0.9814825 3.402088 -11.31025 0.3634014 3.356572 -11.31004 0.8244753 4.098351 -11.54511 0.406621 4.101838 -11.55289 0.931819 4.24225 -11.30059 0.3522606 4.2031 -11.31629 0.9632349 5.102435 -11.34306 0.3707686 5.098581 -11.32621 0.9627256 5.339106 -13.51998 0.4905672 6.14402 -13.4389 0.4775429 4.172465 -14.04334 0.4905014 5.022755 -14.02049 0.4842148 2.998087 -13.70297 0.4149456 3.734745 -13.77207 0.4342775 5.097814 -11.82409 0.7027483 5.979001 -11.731 0.6466999 4.227716 -11.9911 0.7058754 5.09839 -11.98026 0.7208119 3.294666 -11.66093 0.6077252 4.090637 -11.86594 0.6768026 4.184764 -11.45584 0.6455669 4.243588 -11.49033 0.6564312 5.115778 -11.48248 0.6693602 5.093485 -11.47157 0.6559639 4.964634 -4.553137 4.642651 5.006129 -5.988008 3.390143 3.732306 -4.340097 4.634062 3.775609 -5.778345 3.334904 5.645712 -5.085749 4.787383 5.756578 -6.202833 3.643075 3.281097 -4.837127 4.690694 3.308525 -6.026039 3.411527 3.264799 -5.712997 5.21956 4.843818 -6.720919 5.696228 4.845497 -7.477241 4.498247 3.999568 -6.696436 5.686072 4.033056 -7.39459 4.485942 3.202949 -5.720465 4.476112 5.937794 -11.23294 0.5761576 5.860505 -10.95143 0.8222046 5.593372 -9.40811 0.6951332 5.545083 -9.664845 0.9373818 5.324414 -9.281023 1.268426 5.416239 -8.885235 1.098773 3.754445 -12.95532 0.3587027 3.86001 -12.42621 0.363843 3.206743 -12.92619 0.3475838 3.305919 -12.3635 0.3423987 3.135304 -13.04381 0.979846 3.240592 -12.32487 1.0206 3.734732 -13.07294 1.03058 3.842936 -12.37727 1.095881 3.0723 -12.96229 0.6054573 3.175877 -12.34791 0.6260119 3.910313 -13.00417 0.6388207 4.002042 -12.42331 0.6760731 3.187866 -12.6535 0.4652958 3.130518 -12.64144 0.780551 3.908006 -12.68265 0.8344431 3.892283 -12.69377 0.4901695 4.893376 -13.26826 0.3846941 4.914907 -12.69767 0.4059086 4.369441 -13.26846 0.3823891 4.379037 -12.69974 0.3990555 4.290843 -13.38006 1.109897 4.328025 -12.63851 1.17092 4.939758 -13.37999 1.097075 4.929662 -12.63527 1.176872 4.167906 -13.29138 0.6664839 4.18457 -12.66775 0.7099629 5.052045 -13.29481 0.6688528 5.075081 -12.66901 0.721076 4.26796 -12.99132 0.5161285 4.21063 -12.97569 0.8875818 5.021356 -12.97738 0.8919592 4.985124 -12.99429 0.5232086 5.436329 -12.70694 0.3994951 5.350592 -12.25732 0.3973484 5.342082 -12.84662 1.086963 5.292592 -12.21054 1.142301 5.969214 -12.82701 1.07969 5.88019 -12.20473 1.126364 5.917801 -12.67294 0.3915873 5.839444 -12.22845 0.3862658 5.237151 -12.76641 0.6926069 5.174632 -12.26474 0.720252 6.108829 -12.71837 0.6656857 6.042017 -12.21698 0.6852846 5.297527 -12.48645 0.5337153 5.237914 -12.48316 0.8850117 6.027615 -12.46549 0.8753443 5.985543 -12.44281 0.5108214 5.459533 -10.01711 1.15487 5.633211 -10.64842 1.092796 5.567263 -9.590342 0.4179707 5.638543 -10.54052 0.2134523 4.322277 -9.321194 0.2701597 4.277867 -10.36985 0.06344032 5.826576 -10.67834 0.6055794 5.686718 -9.970643 0.7002945 4.956467 -10.7537 1.40234 4.85187 -10.09467 1.485065 4.191299 -10.71273 1.408837 4.193961 -10.03411 1.505585 5.671116 -10.35665 0.8725977 5.681141 -10.22323 0.4575853 3.477385 -9.111021 1.174674 3.622636 -13.28263 0.2299089 3.192782 -13.26039 0.2318153 3.128915 -13.38578 0.09579563 3.113428 -13.6721 0.02046108 3.585828 -13.71424 0.01215648 3.635912 -13.42476 0.08921623 4.836822 -13.58389 0.2549782 4.409032 -13.58965 0.2559052 4.32782 -13.73377 0.1203384 4.340932 -14.0163 0.05167961 4.872328 -13.9893 0.04905891 4.891486 -13.71584 0.1182737 5.908341 -12.97995 0.2742224 5.536721 -13.00203 0.2746582 5.968058 -13.41382 0.05874538 5.972903 -13.12548 0.1345233 5.503409 -13.14587 0.1315374 5.539339 -13.43498 0.05563449 5.906599 -12.43916 0.295517 5.84286 -12.25728 0.2272462 5.74356 -12.10177 0.2881527 5.885041 -12.83196 0.2996054 5.922111 -12.65048 0.2314939 5.364999 -12.11796 0.2925749 5.343306 -12.29075 0.2282447 5.372312 -12.4808 0.2979403 5.430493 -12.68849 0.2313737 5.519455 -12.85684 0.3012714 4.441341 -12.50238 0.3078232 4.367363 -12.74172 0.2397403 4.342834 -13.00251 0.2969666 4.358577 -13.24446 0.2261028 4.425068 -13.43805 0.2852526 4.934091 -12.99864 0.3005838 4.918154 -12.73718 0.2436857 4.864882 -12.4993 0.3133688 4.835261 -13.43757 0.2855568 4.903494 -13.24132 0.2276096 3.39501 -12.18444 0.2435178 3.296341 -12.3956 0.1780452 3.221752 -12.64058 0.2473716 3.208189 -12.8886 0.1823415 3.230491 -13.10407 0.2558422 3.836136 -12.69459 0.2730637 3.854072 -12.45794 0.2042474 3.834553 -12.24746 0.2592115 3.65656 -13.12473 0.259553 3.758965 -12.93075 0.2029371 3.52629 -11.08545 0.007635116 3.448982 -11.29813 0.1217527 4.068046 -11.4352 0.1173419 4.123668 -11.22148 -0.001478195 4.177149 -11.03347 -0.00485897 3.438961 -11.63643 0.1460905 3.439281 -11.91982 0.2494611 3.876054 -11.99677 0.2621145 3.968595 -11.7293 0.1481904 4.344079 -11.13353 2.07901e-4 4.343395 -11.41009 0.02614879 4.350903 -11.66351 0.1604814 4.963052 -11.66635 0.1734781 4.97038 -11.43037 0.03858661 4.987963 -11.18675 0.01727199 4.39402 -11.98233 0.2137975 4.444006 -12.2355 0.3225632 4.866933 -12.23154 0.3297205 4.911636 -11.9776 0.221405 5.767993 -11.53825 0.1347589 5.722291 -11.34349 -0.001156806 5.640062 -11.11651 0.01980876 5.095775 -11.19339 -0.008494377 5.102909 -11.43078 -0.01559448 5.143653 -11.63618 0.1293029 5.716137 -11.94768 0.264719 5.771402 -11.77429 0.1393566 5.23707 -11.84024 0.1394233 5.322895 -11.97444 0.2684851 4.169639 -10.66981 -0.01925277 4.147667 -10.23974 -0.006227493 4.252357 -9.824891 0.1188211 4.205178 -9.38625 0.1561517 4.258626 -9.003642 0.3176899 4.324527 -9.845454 0.1139039 4.356939 -10.34533 -0.01453018 4.340862 -10.76826 -0.01895809 4.422288 -8.960118 0.306756 4.410562 -9.37324 0.142476 5.583971 -10.79724 0.03726482 5.529995 -10.45266 0.0432043 5.54667 -10.05986 0.1972961 5.504727 -9.631051 0.2201089 5.513288 -9.191771 0.392951 5.012691 -10.98082 -0.02471733 5.024299 -8.737038 0.3957644 4.959758 -10.39169 -0.02303695 4.995305 -9.356841 0.1371908 4.959144 -8.373925 0.7363005 4.364343 -8.443526 0.6999683 3.730141 -4.918218 3.843426 3.834333 -5.516216 3.038066 3.76646 -3.619788 5.137646 3.792262 -4.089075 4.435498 5.017438 -5.649395 3.041135 5.028808 -5.132095 3.887001 4.979777 -4.234142 4.39318 5.004007 -3.897511 4.996034 4.884548 -3.072741 5.42092 4.86048 -2.900286 6.076422 3.313324 -4.254192 5.452164 3.360442 -5.250151 5.871962 3.659047 -3.847404 5.230368 3.390577 -4.164927 5.098222 3.431906 -5.787006 5.798737 3.798809 -6.311964 6.002419 4.081881 -9.123576 1.784595 4.164774 -8.696516 0.6391687 3.847562 -8.770588 0.7049494 3.988268 -10.92637 1.418301 4.073812 -10.85627 -0.01400375 3.408863 -14.15244 0.909524 3.113321 -14.1235 0.899909 3.442293 -13.95277 -0.00979042 3.205013 -13.93054 -0.006818771 3.537069 -13.2071 0.2902908 3.307346 -13.19681 0.290246 3.198698 -13.65198 1.179174 3.466624 -13.66795 1.201199 3.751813 -12.12621 0.2827377 3.515188 -12.08369 0.2733011 3.437141 -11.96983 1.332309 3.708826 -12.01048 1.383165 3.542788 -11.2953 1.312478 3.854249 -11.37271 1.376332 3.448299 -14.17722 0.1316003 3.137992 -14.13288 0.1264295 3.652643 -5.080224 4.008939 3.401024 -5.204329 4.048284 3.316913 -6.460762 4.938751 3.760855 -6.935417 5.097292 4.056112 -9.635441 1.649398 4.026982 -10.35523 1.531577 3.541215 -13.22861 0.1726636 3.276979 -13.21502 0.1743125 3.199995 -13.55362 -0.01374721 3.518378 -13.58497 -0.01970195 3.481246 -12.21806 0.167592 3.743905 -12.25071 0.1761455 3.32144 -13.0904 0.1753931 3.577143 -13.10288 0.178338 3.340153 -12.6527 0.1233606 3.717458 -12.69106 0.1444368 3.533891 -11.91536 0.1935644 3.792716 -11.95559 0.199398 3.716136 -10.94976 -0.06308269 4.042705 -11.03314 -0.06846237 3.584068 -11.38422 0.01708889 3.940675 -11.45188 0.01294898 4.00153 -10.49365 -0.07466888 4.116211 -9.080618 0.2362585 4.059797 -9.774365 0.05775451 3.350589 -4.683961 5.834748 3.383795 -3.871588 5.614405 3.462867 -3.753836 5.482938 3.281524 -13.97364 1.091454 3.622023 -11.65866 1.431795 3.753441 -11.0849 1.434407 3.932718 -9.322926 1.73802 3.30463 -14.09559 0.04898262 3.525896 -4.482765 4.642005 3.585649 -5.85601 3.433921 3.555965 -6.402075 5.54262 3.565849 -7.303215 4.325054 3.869031 -9.926171 1.684102 3.825978 -10.59691 1.522449 3.418658 -13.18335 0.25103 3.339831 -13.766 -0.05046653 3.387464 -13.35998 0.05851078 3.628212 -12.14235 0.2211732 3.430055 -13.18499 0.2359991 3.484138 -12.91457 0.1226892 3.576494 -12.42507 0.1206007 3.641228 -12.05676 0.2485046 3.901815 -10.88116 -0.04805946 3.828523 -11.18253 -0.06964683 3.70585 -11.71007 0.08661746 3.862863 -10.62182 -0.0518217 3.989541 -8.932536 0.3957901 3.857498 -10.08978 -0.0227251 3.930063 -9.394814 0.1641654 5.353919 -4.195583 5.935646 5.469884 -4.424862 5.515512 5.038699 -4.120454 5.12999 5.383273 -4.412989 5.191291 5.3012 -5.197201 6.204545 5.497666 -5.300447 5.93013 5.433852 -5.727474 5.95763 5.028105 -6.246761 6.049673 5.151662 -9.006312 1.674067 4.887088 -9.110318 1.790019 5.146894 -8.60776 0.6722851 5.411329 -8.744902 0.666935 5.550547 -10.92813 1.312786 5.20045 -10.99337 1.414507 5.512434 -10.97807 0.01990318 5.208682 -11.02803 -0.002197265 5.658749 -13.67926 0.03907203 5.872108 -13.66057 0.04066276 5.95683 -13.85015 0.9439745 5.641389 -13.88756 0.965909 5.576371 -13.40709 1.260242 5.895196 -13.37025 1.239381 5.617304 -12.92655 0.3354387 5.810963 -12.91294 0.3342047 5.39972 -11.91746 1.416129 5.678381 -11.89377 1.38423 5.436453 -12.0395 0.31808 5.636621 -12.03175 0.3145714 5.301411 -11.40118 1.371259 5.628601 -11.35511 1.316409 5.967599 -13.89292 0.1856203 5.613543 -13.94975 0.1807346 5.125226 -5.400619 4.128376 5.534013 -5.535589 4.205845 5.090736 -6.963142 5.177687 5.260799 -9.695023 1.480354 4.975389 -9.740794 1.603013 5.379143 -10.36289 1.404917 5.057348 -10.42176 1.521052 5.605664 -12.95116 0.2172317 5.840646 -12.93973 0.2177696 5.903347 -13.29933 0.02567863 5.597802 -13.31112 0.0227108 5.667034 -12.11994 0.2133703 5.434041 -12.12945 0.214713 5.813546 -12.82523 0.2209081 5.58849 -12.83929 0.2211332 5.8084 -12.46015 0.1726884 5.464941 -12.48884 0.1719856 5.636277 -11.9558 0.1910772 5.394788 -11.97217 0.1921997 5.515693 -11.18993 -0.07619762 5.189154 -11.22762 -0.08958053 5.661073 -11.58543 0.004644393 5.278874 -11.64323 0.001854896 5.446198 -10.76929 -0.04315853 5.138786 -10.79783 -0.06497764 5.427958 -9.216427 0.2718163 5.171753 -9.005547 0.2472696 5.412587 -9.998944 0.07741546 5.130493 -9.898865 0.04966735 5.231832 -4.086507 5.351188 5.341207 -4.102857 5.616636 5.114766 -3.576958 5.932692 5.452811 -4.743852 5.874366 5.297939 -5.518933 6.167973 5.196826 -5.811933 6.17446 5.01743 -5.814955 6.280427 5.796329 -13.69102 1.143066 5.499667 -11.64187 1.448278 5.412282 -11.16341 1.432765 5.063503 -9.392287 1.684164 5.781438 -13.83895 0.1002683 5.261436 -4.800551 4.75132 5.311285 -6.139158 3.546847 5.299213 -6.427095 5.661149 5.297976 -7.28656 4.525031 5.169692 -10.06819 1.625896 5.292113 -10.69797 1.515685 5.716519 -12.90302 0.295866 5.757788 -13.49418 -0.004331588 5.735541 -13.09118 0.101695 5.536406 -12.05454 0.2687483 5.71206 -12.90667 0.2816143 5.674226 -12.67941 0.1654567 5.586361 -12.27615 0.1622819 5.528166 -12.02667 0.2699213 5.350941 -11.07978 -0.05163192 5.399846 -11.39725 -0.08606147 5.496646 -11.8211 0.07792282 5.332845 -10.93984 -0.0347929 5.313031 -8.873824 0.3989792 5.280238 -10.4153 -0.02762031 5.294477 -9.480114 0.1381225 3.795086 -2.968665 6.282433 3.721489 -3.302341 5.624625 4.005463 -6.046474 6.345613 3.994315 -6.269466 6.237305 4.603086 -6.504532 6.065293 4.196298 -6.514076 6.080667 4.62122 -9.170168 1.847518 4.358072 -9.187466 1.837455 4.860115 -8.614892 0.5043507 4.533359 -8.684239 0.460084 4.393168 -11.02052 1.482188 4.804003 -11.04094 1.476564 4.473325 -10.9887 -0.002514839 4.85896 -11.03492 0.008416175 4.758042 -14.45622 1.033379 4.415694 -14.47019 1.052109 4.73761 -14.23115 0.03816509 4.475316 -14.24881 0.03964138 4.738712 -13.51831 0.3147116 4.52045 -13.51858 0.3149262 4.433596 -13.97852 1.311626 4.764587 -13.9773 1.293883 4.770723 -12.37464 0.3485098 4.544697 -12.37657 0.3445921 4.499782 -12.23319 1.479644 4.779172 -12.23036 1.483012 4.435203 -11.55668 1.470863 4.784451 -11.55475 1.473418 4.66995 -9.750962 1.669688 4.35839 -9.719237 1.681446 4.786089 -14.46471 0.2101812 4.387189 -14.48692 0.2116765 4.635608 -7.14473 5.235381 4.221738 -7.098083 5.229744 4.715284 -10.45315 1.576302 4.361451 -10.43366 1.580571 4.754071 -13.53814 0.1975889 4.483028 -13.5418 0.1982183 4.414713 -13.89668 0.01536464 4.792665 -13.87977 0.01361656 4.519097 -12.526 0.2313814 4.777243 -12.52423 0.2340002 4.501994 -13.42266 0.2075881 4.754264 -13.42229 0.2077674 4.446572 -13.00307 0.1764726 4.824143 -12.99966 0.1780738 4.524069 -12.2129 0.2740488 4.778258 -12.21075 0.2775736 4.47719 -11.2059 -0.06024265 4.840747 -11.22876 -0.05188655 4.476716 -11.7135 0.06886672 4.831304 -11.71366 0.07404136 4.465678 -10.74927 -0.07455539 4.799023 -10.7943 -0.06868076 4.550869 -8.993924 0.2054796 4.860185 -8.940867 0.2269725 4.489315 -9.851471 0.03076171 4.801812 -9.856873 0.03814125 4.822099 -8.260436 0.7130032 4.474276 -8.292288 0.6965571 3.848931 -3.047188 5.321292 4.030939 -4.708979 3.705457 4.740276 -4.797354 3.707679 4.005527 -3.354498 4.905043 4.661402 -3.402927 4.869222 3.432407 -4.014928 6.24925 3.382652 -4.094016 5.834881 3.520648 -5.2415 6.276523 3.453918 -5.208055 6.11274 3.685355 -3.198265 6.297897 3.475436 -3.529341 5.786345 3.792397 -5.858126 6.315566 4.359992 -6.31992 6.245055 4.176749 -6.18387 6.314544 4.461736 -6.1362 6.326488 4.585719 -14.29238 1.220209 4.617919 -11.89351 1.555691 4.593657 -11.28056 1.557337 4.503472 -9.457211 1.808598 4.595938 -14.40424 0.1142206 4.413111 -6.805677 5.760569 4.44314 -7.572958 4.614712 4.52447 -10.0972 1.751285 4.565861 -10.76172 1.625285 4.625555 -13.4997 0.2750998 4.607045 -14.07273 -0.01266098 4.610758 -13.67992 0.08619308 4.653911 -12.4203 0.2877255 4.629064 -13.50516 0.263298 4.630727 -13.24461 0.1596946 4.641486 -12.73598 0.174405 4.654454 -12.32718 0.3260546 4.664676 -11.08701 -0.03658866 4.65608 -11.44434 -0.03884792 4.651494 -11.99772 0.1589488 4.645469 -10.94845 -0.03918075 4.70885 -8.758923 0.3380785 4.624398 -10.36863 -0.04726791 4.67088 -9.35649 0.1061973 4.678916 -8.509749 0.5615845 3.772398 -2.882261 5.689383 4.437007 -5.414252 2.973931 4.323252 -3.948768 4.348982 4.54625 -6.976721 1.577283 4.076841 -2.725433 5.387155 4.303719 -2.914428 5.180804 4.56328 -2.677428 5.506252 3.424943 -4.636421 6.08408 3.634252 -3.138775 5.881322 3.571761 -3.227844 5.915363 3.559369 -3.477179 5.581741 3.482762 -3.591955 6.02298 3.602065 -5.595175 6.244659 3.692371 -5.815411 6.259898 3.823973 -6.030598 6.274531 3.641137 -5.925882 6.123038 3.1129 -7.002466 3.610255 3.161256 -6.465784 4.342326 3.578267 -8.862294 1.270742 3.656282 -8.825936 0.9433746 3.627908 -8.944621 1.485473 3.829071 -9.053877 1.721295 3.529632 -9.057986 0.8744488 3.345019 -9.254267 0.8634138 3.417277 -9.37397 1.193201 3.111979 -6.656013 3.742969 3.147321 -6.720348 3.286331 3.180727 -6.147299 3.723995 3.292826 -7.244701 3.741813 3.18276 -6.93965 3.987416 3.338279 -7.003548 4.343949 3.52443 -5.592175 6.140612 3.875807 -6.659111 8.198209 4.83449 -6.532671 8.269244 6.059019 -13.80313 0.3156109 5.508456 -13.89943 0.3128271 4.853195 -14.35794 0.8017025 4.333693 -14.3833 0.8186016 3.540092 -14.10903 0.2612085 3.045594 -14.03217 0.2486906 3.093838 -13.8178 0.4104424 3.05661 -13.99662 0.6753426 3.410102 -13.99703 0.1926212 3.287947 -14.11057 0.1545114 3.176304 -13.9553 0.1854057 5.923674 -13.75715 0.2464513 5.806568 -13.90028 0.2056045 5.681762 -13.80825 0.2411928 4.586283 -14.46825 0.2418069 3.271375 -12.66054 1.19 3.425129 -12.70472 1.467285 3.703372 -12.68675 1.238315 3.546975 -12.71432 1.481968 3.532441 -12.21468 1.454122 3.502125 -12.5445 1.494283 3.376718 -13.38997 1.360684 3.458334 -12.90844 1.476758 5.417562 -12.47138 1.291625 5.563467 -12.48973 1.538493 5.822383 -12.47454 1.288629 5.675775 -12.47987 1.525397 5.563603 -12.08561 1.500194 5.597621 -12.34833 1.548007 5.713927 -13.12594 1.420513 5.644782 -12.67118 1.53618 4.412875 -12.98323 1.322003 4.565652 -13.01691 1.574284 4.828833 -12.98132 1.322199 4.674361 -13.01674 1.575167 4.640908 -12.47786 1.562844 4.62603 -12.84809 1.592577 4.599723 -13.70806 1.473556 4.612988 -13.22578 1.583562 3.44964 -12.38045 1.407253 3.381216 -12.50633 1.346118 3.359457 -12.2521 1.243425 3.632125 -12.53145 1.379663 3.58292 -12.39833 1.427527 3.716029 -12.29594 1.302529 3.327274 -12.90769 1.332081 3.353902 -13.11759 1.37042 3.219447 -13.25806 1.188354 3.493682 -13.12614 1.384744 3.584683 -12.92345 1.359675 3.577056 -13.27766 1.22299 5.51418 -12.22915 1.475945 5.479338 -12.3319 1.431207 5.390545 -12.14331 1.347785 5.715653 -12.31981 1.410374 5.64493 -12.21965 1.460601 5.743703 -12.12312 1.315198 5.516377 -12.68848 1.418398 5.596525 -12.88282 1.44521 5.473209 -13.03939 1.283301 5.742463 -12.86657 1.431643 5.76788 -12.66965 1.399343 5.873425 -13.0012 1.258741 4.567596 -12.67729 1.518808 4.508225 -12.81626 1.463904 4.458524 -12.54645 1.387883 4.74592 -12.81506 1.466197 4.697807 -12.67643 1.520311 4.812144 -12.54372 1.391862 4.496584 -13.21187 1.452257 4.543523 -13.42761 1.4902 4.413649 -13.57156 1.32025 4.671827 -13.42781 1.488125 4.732374 -13.21173 1.450972 4.808077 -13.57225 1.305816 5.492744 -6.611326 11.53462 5.626799 -5.687183 12.40922 5.453062 -4.629148 11.9075 4.244157 -8.709246 12.52367 4.11761 -8.469357 11.3471 3.433462 -8.149144 10.48586 4.986612 -5.741474 6.946978 3.677759 -5.749292 7.001128 2.818539 -10.31381 13.39125 1.44741 -8.282805 16.06266 0.7928482 -7.822813 16.6395 2.162978 -11.0175 12.59558 2.547705 -10.89288 12.87781 2.595105 10.64055 18.3668 3.845378 12.64471 16.47325 3.397139 6.138428 15.10263 3.791177 6.421551 16.17776 4.044781 10.3559 17.56873 3.183888 11.9672 17.65023 3.434472 9.151211 17.96746 2.606649 7.708043 18.56848 3.192352 7.710367 17.7639 4.012116 7.898999 17.16842 3.619896 6.985698 16.86289 3.591988 6.143643 15.77573 3.270806 6.152238 14.59518 2.7551 6.861996 13.81996 1.18279 14.14086 17.84989 3.405631 13.76317 14.59446 4.771144 11.00401 16.61902 5.404329 10.96043 14.83276 4.495008 12.50744 14.84605 2.074533 11.81074 11.77529 1.797988 10.45037 11.26178 1.577507 9.783277 11.73023 2.991068 6.3637 14.44265 3.212386 5.84933 14.92877 3.640253 6.025711 15.56688 4.148702 5.996811 15.83953 4.27926 6.864921 16.47507 4.653702 8.818074 17.0413 5.356836 9.259461 16.21041 4.940912 7.373605 16.36794 1.763291 8.536637 12.20675 2.252217 7.700575 13.10421 2.475729 6.80083 13.77558 4.78711 11.68673 13.26456 3.726795 12.7841 13.37783 5.852542 9.050928 14.47114 5.615472 10.28983 12.66462 2.341366 10.24051 10.77132 1.477149 9.095561 11.27899 2.519346 6.044374 14.2115 3.657793 5.331021 15.16161 4.815071 5.966389 15.61953 5.592459 7.468088 15.46648 1.833978 7.326371 12.87778 4.685817 10.40674 12.01763 2.739422 -6.870352 10.14488 2.493635 -8.348643 10.09885 3.025781 5.471736 8.575041 2.812853 5.194679 8.149189 2.394602 4.650229 8.407949 5.768039 5.249577 8.153659 5.409314 5.518437 7.921822 4.955658 5.742097 8.486347 2.804338 7.259766 6.473109 5.272878 9.951117 5.929066 3.618426 2.147746 9.974533 4.639849 2.03106 10.10506 5.54975 2.493818 10.03149 3.198861 2.226762 9.457972 3.561863 1.876471 8.862192 4.08215 1.85099 9.46457 4.585403 1.664288 8.850113 5.123559 1.99187 9.470982 5.515083 2.229334 8.906023 5.818485 2.786775 9.575777 3.082609 2.223718 8.525089 3.493061 1.848109 7.937245 4.021972 1.567072 8.299266 4.540519 1.484967 7.739347 5.075879 1.71049 8.271636 5.478437 2.116248 7.821332 5.801492 2.708613 8.491456 3.354345 3.529512 6.226623 4.411107 3.219529 5.958238 5.349534 3.728906 6.15052 5.774398 4.687943 6.79084 2.715585 4.288458 6.933698 2.92053 6.612922 5.591556 4.798149 6.423889 4.990571 5.48118 6.940552 5.728449 5.418557 10.98873 5.538644 2.708829 3.153184 11.23076 3.123214 2.416482 10.16876 3.96104 2.914508 12.07129 4.091619 2.225294 10.66338 5.170361 3.033759 12.02319 5.172907 2.359436 10.65771 5.920124 3.671281 11.23052 5.851067 3.009808 10.27688 3.033702 2.427803 7.755054 2.981105 3.013755 6.988528 3.967662 1.669791 7.393332 3.90812 2.34217 6.581279 5.043501 1.787674 7.30926 4.988311 2.431682 6.491453 5.762308 2.790489 7.537396 5.707073 3.344285 6.807353 6.117279 4.48193 10.09724 5.990568 3.286418 9.295165 2.132674 3.663279 10.11155 2.746853 2.592832 9.237003 2.243079 4.134484 8.935669 2.707544 2.830512 8.393971 5.942582 4.870038 8.706901 5.934473 3.36226 8.223208 3.440228 2.559273 11.03427 4.645436 2.49663 11.37112 5.604156 2.932532 11.05918 3.43182 2.232016 7.156499 4.494773 1.871307 6.920305 5.446188 2.462181 6.986198 6.039438 3.614578 10.223 2.588062 2.872575 10.15332 2.392075 3.291962 9.145255 2.488327 3.441188 8.24409 2.709868 3.06474 7.668393 2.513703 3.797879 7.803891 5.89009 3.474934 7.413794 5.951785 3.975908 7.998843 5.922544 4.272219 7.551842 6.037109 4.028364 9.059662 4.107616 9.054283 4.458707 4.769598 10.4822 4.531192 4.092329 10.39929 4.410533 3.681889 9.217685 4.455197 5.251296 10.67181 4.856706 3.39885 10.41412 7.813332 2.997376 10.6775 5.294955 5.408071 11.39776 5.056357 5.413649 11.71146 5.944702 3.010344 11.43401 5.830523 4.789559 14.07991 7.57199 3.859114 14.03417 7.570028 4.714889 13.33895 7.568971 3.79162 13.24065 7.480312 3.7619 11.26187 7.769909 4.588943 11.41346 7.707276 2.148179 13.20125 12.44487 2.829917 13.74314 13.2451 2.890857 11.54958 11.55969 3.904275 11.74254 12.32403 3.634858 5.85766 8.45753 4.500751 5.953701 8.371421 4.32547 14.34797 7.734821 4.230398 12.94411 7.549877 4.278307 13.7312 7.671722 3.006724 12.60161 12.41955 3.811229 10.64881 11.21586 4.03743 5.874303 8.510043 4.23892 10.68981 8.101553 5.532765 14.30517 5.667036 5.883377 13.85171 3.417269 5.351116 14.69164 5.227221 5.587132 14.10954 3.153419 5.662497 14.14269 4.079291 3.346537 14.003 5.383053 3.24747 13.54231 3.02981 3.502567 14.42686 5.128985 3.628596 13.83635 2.976766 3.388897 13.82658 3.75536 5.782963 13.83577 4.549261 4.662401 14.22959 2.859766 4.164227 14.08077 2.865069 3.811659 14.09325 3.268392 5.117887 14.24261 2.998022 5.347612 14.2989 3.401811 4.874728 14.42648 3.262425 4.388318 14.34492 3.202945 4.076009 14.60248 3.583127 4.316617 15.15805 4.177168 4.635752 14.75787 3.617546 4.873916 15.21505 4.238916 5.131653 14.73855 3.691161 5.292652 14.93436 4.191768 5.434758 14.52856 4.050717 3.588541 14.29751 3.935441 3.791645 14.75465 4.073738 3.642458 15.12398 6.302072 3.653518 14.88614 5.034854 5.203187 15.12368 5.107654 5.042156 15.38147 6.304561 4.609132 15.79261 6.540128 4.042 15.67702 6.532987 3.871367 15.55489 5.963614 3.992659 15.44021 5.067603 4.960644 15.54008 5.144046 4.853608 15.70591 6.003457 4.491707 15.59459 5.127669 4.617964 15.84814 5.979687 4.141943 15.79845 5.954987 4.346658 15.84353 6.389069 2.074317 14.71998 13.15468 2.664451 15.02497 14.10589 2.843782 14.31946 15.89782 1.176994 15.66536 17.17363 2.255486 13.76865 17.16822 5.047486 14.04744 1.622322 4.96818 13.49696 0.5825796 4.624635 13.81224 1.065845 5.379361 14.17347 2.482052 5.296303 12.33982 0.2694855 5.367006 13.81048 1.091084 5.477859 14.14374 2.101173 5.407088 13.04751 0.2731819 4.731942 12.34563 0.2791977 3.152152 13.39422 4.388299 3.038234 13.15316 3.357781 2.872178 12.36626 5.602605 2.87908 11.91911 5.808926 5.790494 12.80126 5.481452 5.598838 12.35581 5.787579 5.421249 13.2823 6.870064 5.760515 13.12495 5.829623 3.205769 12.99231 6.855148 2.968691 12.77063 5.981443 5.849723 12.77857 4.935774 5.7467 12.19191 4.375761 5.842988 13.46138 4.921259 5.873309 13.12131 5.1932 2.919311 12.8117 5.408463 3.006327 13.10111 5.123819 2.893721 12.44291 5.127096 3.032747 12.00249 4.483485 2.934472 12.23543 6.090467 3.049787 12.58656 6.433757 2.906883 12.04557 4.921578 2.849444 11.986 5.323487 2.959988 11.72625 4.929898 5.594707 12.99592 6.337586 5.646415 12.72279 6.005906 5.728662 12.44056 5.263582 5.757551 12.38145 4.816846 5.615236 12.00863 4.942039 5.758938 13.45938 5.700819 5.630838 13.44228 6.327798 5.514004 13.72903 6.580017 3.086361 13.14634 6.433895 3.014026 13.17456 5.866868 3.207701 13.52959 6.642641 5.876682 12.74388 4.458109 5.924187 13.09322 4.609547 5.911833 12.93195 4.059269 2.936906 12.70851 4.901728 2.951365 12.38874 4.723556 2.978506 12.4544 4.423498 2.41452 -9.315854 14.8875 3.331967 -9.046488 13.29105 4.498712 10.79182 4.501418 2.721675 -10.01899 11.11522 3.113814 -9.851702 11.52854 3.897489 -2.626601 15.07163 3.980634 -3.328755 15.58313 3.439169 -2.085328 15.64273 3.312744 6.285981 8.467269 5.021232 6.339814 8.233722 3.36688 11.15601 7.416859 3.110749 11.02782 6.415925 4.973474 11.38961 7.287626 5.281605 11.2654 6.415205 4.1985 12.2455 7.46764 4.166347 11.77295 7.674107 4.175601 6.548124 8.539869 3.339562 11.7886 6.91874 3.049943 11.84982 6.364763 5.073644 11.99466 6.914326 5.380623 12.15394 6.382934 2.919323 6.968091 8.193614 2.620429 5.94795 7.681139 5.505748 6.940292 7.794784 5.719248 6.13857 7.322443 5.356788 10.33206 6.747061 3.819096 7.442924 8.681344 4.718387 7.395189 8.528796 3.108927 12.23709 6.566762 3.747329 12.38234 7.289372 3.389966 12.61851 7.057982 5.426377 12.59288 6.542171 4.699981 12.48777 7.30884 5.120697 12.83141 7.140667 5.593895 13.87486 5.891695 1.877461 10.30565 0.8056173 1.860622 10.57308 1.093743 1.647097 10.24094 1.296369 2.72651 12.16595 0.6124315 2.519131 11.84978 0.5371313 2.154796 11.15022 0.2579517 2.401216 11.58688 0.403925 1.783078 10.61288 0.2641468 1.742459 10.82441 2.242969 1.183382 10.15788 1.681688 1.580733 10.35844 0.4156332 2.808475 12.46931 0.5771713 2.928631 12.08299 0.6453629 2.490852 12.11061 0.5673695 2.730132 11.87315 0.5896607 2.165992 11.48539 0.3152304 2.45982 11.34309 0.3543415 2.120088 10.773 0.2848797 1.793439 10.92922 0.2176952 2.245929 10.88042 2.192263 1.828454 10.36949 0.3796167 1.498713 10.56801 0.3101997 1.781169 10.27154 0.5729447 1.34179 10.49944 0.4837723 1.364591 9.982172 1.467318 1.013402 10.22024 1.420115 2.572139 11.55922 0.5324917 2.294414 11.80799 0.4926005 1.554433 10.26523 1.929089 1.190683 10.63477 1.927219 2.325468 12.1305 0.5935898 2.566324 12.47765 0.5915594 2.729108 12.99932 0.7909021 3.112711 12.06472 0.5455055 2.891537 11.73462 0.6813679 2.737055 11.57503 0.645196 1.857483 11.2578 0.2711783 2.044677 11.60472 0.4031277 2.55175 11.2603 0.4797096 2.399731 10.99331 0.3642702 2.146541 10.59413 0.3811674 1.595918 10.91016 0.268301 2.511221 10.8178 1.804411 2.594083 13.13215 1.602832 2.05291 10.51604 1.917253 2.670063 10.9619 1.366972 2.0133 12.36513 1.670404 2.375621 12.56144 0.9287901 2.336439 10.80424 0.5619555 2.026331 10.36201 0.5683003 2.239026 10.53227 0.9554348 1.814525 10.09561 1.097275 1.632952 10.00424 1.567054 0.9229442 10.54036 1.480666 0.9891079 10.59019 0.9653196 1.268596 11.16803 0.8337612 1.326222 10.77921 0.436266 1.687408 11.28353 0.449584 2.171468 10.49654 1.500593 2.610183 11.12494 0.8299656 1.297334 11.35572 1.515216 1.826376 11.89513 0.889329 3.288164 12.26242 0.4366007 3.127113 11.56608 0.8239937 2.871554 10.97617 1.752047 2.846167 11.35183 0.9523182 2.942971 11.27322 1.164249 2.689239 11.02179 2.364054 2.229606 12.30642 2.442434 1.555455 11.37089 2.155813 2.094372 11.41049 2.585736 2.680579 11.31299 2.802402 2.768215 12.91924 2.859013 2.895975 13.6212 2.033475 2.997481 13.45943 2.578858 2.890787 13.48912 1.179413 3.018841 13.09513 0.49685 3.02739 12.60804 0.4444227 3.288885 12.76436 0.3581371 3.826476 15.64236 6.852175 4.04835 15.89872 7.121421 4.290544 15.86131 6.851616 4.469264 15.96845 7.096056 4.760641 15.82274 6.82758 4.798668 15.79554 7.238688 4.982857 15.44015 7.130949 3.695076 15.22247 7.181227 3.829545 15.63051 7.299474 4.999897 14.87385 7.582839 4.639531 14.88111 7.860949 4.340222 14.72357 7.869801 4.068909 14.84668 7.883506 3.721675 14.7488 7.595274 4.925184 15.2696 7.577838 3.806353 15.13988 7.635815 3.989384 15.04543 7.82497 4.010028 15.25921 7.638211 3.916091 15.45834 7.537383 4.776646 15.58121 7.493527 4.718398 15.31728 7.619489 4.749254 15.08658 7.787139 4.33545 14.94991 7.861262 4.17645 15.02411 7.788911 4.518404 15.03038 7.775973 3.99913 15.59763 7.434864 3.977468 15.79296 7.350423 4.598805 15.888 7.313004 4.649748 15.69233 7.417623 4.252476 15.89186 7.231989 4.423571 15.80816 7.301125 4.139369 15.76527 7.312582 4.164693 15.65584 7.151354 4.429867 15.69689 7.142373 4.035483 15.50398 7.26404 4.521075 14.98358 7.59923 4.2094 14.97551 7.60826 4.053633 15.19497 7.458207 2.409216 -10.82473 0.836504 2.20657 -10.91701 0.9783068 2.346505 -11.06772 0.4325667 2.422055 -10.9566 0.620491 2.359799 -11.05663 0.8457728 3.092156 -10.07068 -0.0235033 2.777798 -10.26492 -0.003961563 3.386501 -10.11756 -0.01596069 2.62066 -10.35204 0.1028156 2.431755 -10.48508 0.06321144 2.59262 -10.33204 0.1377849 2.178828 -10.78353 0.06173324 2.612859 -10.52381 1.216444 2.21951 -10.93242 1.16927 2.071658 -10.95278 0.2084884 2.795185 -10.00436 0.02385711 3.044497 -10.33308 -0.02703094 3.176856 -9.882178 0.0250101 3.299208 -10.22219 -0.01222705 2.567046 -10.23821 0.07318687 2.777768 -10.43775 0.03265953 2.426014 -10.28253 0.1390905 2.662024 -10.47218 0.08694934 2.435485 -10.7504 0.03553867 2.145512 -10.53547 0.09202098 2.957046 -10.46735 1.140037 2.750344 -10.15033 1.09551 2.23077 -10.97635 0.1043319 1.989052 -10.80654 0.1479377 2.226782 -11.05129 0.288724 1.939207 -10.83928 0.3442164 2.24699 -11.09225 1.039711 2.03489 -10.90647 1.086575 2.718157 -10.4623 0.1271495 2.488408 -10.23106 0.1835985 2.499141 -10.87704 1.133558 2.278969 -10.63736 1.153089 3.536075 -10.45693 -0.009729385 3.485981 -9.986001 0.03469753 2.922179 -9.806584 0.08226394 3.211914 -9.783949 0.1021146 2.472921 -10.13492 0.1645307 2.573185 -10.02996 0.1022357 2.735016 -9.840071 0.1553249 3.39117 -10.47281 0.02857875 3.246431 -10.41516 0.00399971 3.173948 -10.52685 0.05742835 2.985808 -10.49806 0.02067852 2.857238 -10.53641 0.08012962 2.183883 -10.34317 0.1592817 2.330842 -10.22548 0.2009992 2.742001 -10.59147 0.1057786 2.642836 -10.69713 0.06440258 2.465312 -10.90176 0.06344127 2.009829 -10.56195 0.1512699 3.133475 -10.70453 0.7262163 3.195083 -10.65609 0.2789621 2.653057 -9.902441 0.7213259 2.731748 -9.812958 0.3656073 2.83549 -10.75867 0.9521322 3.237964 -10.61851 0.9945583 3.02233 -10.58819 0.1480998 3.337135 -10.61252 0.1309337 3.040776 -10.76366 0.4423075 3.291524 -10.79648 0.4953089 2.434134 -10.25321 0.9535656 2.891934 -9.839442 0.8732081 2.459856 -9.978226 0.5477553 2.891685 -9.700022 0.4946728 2.552781 -9.960778 0.2544651 3.043915 -9.749848 0.2134952 2.605728 -10.84415 0.1292047 2.387874 -11.04216 0.1934299 2.62541 -11.00674 0.3796902 2.40215 -11.14065 0.6444798 2.436131 -11.09862 0.9306812 2.021296 -10.70095 1.007184 1.886475 -10.71187 0.7522459 2.017371 -10.43329 0.5083065 1.915204 -10.67691 0.2852011 2.115389 -10.41396 0.2351112 2.755767 -10.94206 0.6686049 2.861896 -10.77433 0.2453889 2.201555 -10.31817 0.762228 2.297486 -10.13798 0.375761 3.211852 -9.600035 0.3390646 3.050129 -9.59698 0.6675491 3.407748 -10.86609 0.2938814 3.357727 -10.89587 0.7805376 3.607651 -10.79663 1.317172 3.452855 -11.02626 1.066871 3.370285 -11.10243 0.5425644 3.373397 -10.4134 1.210669 3.157259 -9.808106 1.060458 3.071983 -10.15626 1.179027 3.605934 -10.166 1.474727 3.217213 -9.495648 0.918849 3.443949 -9.717576 1.313509 3.257403 -9.404095 0.5664339 3.713991 -10.71924 0.004928588 3.584199 -10.85748 0.01493358 3.489184 -11.00134 0.1564779 3.673057 -10.31755 -0.05801296 3.687125 -9.728997 0.1141529 3.481057 -9.217341 0.5502062 3.675031 -9.036936 0.5452843 3.526968 -9.433354 0.3022451 3.778492 -9.152768 0.3264141 5.129857 -3.705029 5.338692 4.305717 -2.586197 5.532258 4.463832 -2.565799 5.733777 4.65847 -2.603949 5.893057 3.92061 -2.668256 5.626377 4.113461 -2.601015 5.620659 3.790352 -2.83912 6.038081 3.860357 -2.739545 5.851793 4.07455 -2.914528 6.519405 3.932215 -2.858732 6.270266 4.649274 -2.712994 6.198568 4.660151 -2.869893 6.473614 4.370761 -2.867397 6.503923 4.582249 -2.846288 6.383424 4.403856 -2.958712 6.414343 4.139778 -2.905023 6.395788 3.999219 -2.974174 6.179605 3.884227 -2.864221 6.01958 5.582223 -5.644878 5.618463 5.808257 -7.17753 3.757211 5.997281 -6.724592 4.511864 5.923842 -5.903772 4.39644 6.067501 -6.477137 4.602158 5.933117 -6.676165 4.813196 5.591228 -6.751076 5.103703 5.858801 -5.830849 4.8161 5.601848 -5.670355 5.256566 5.640392 -5.175806 5.182463 6.011953 -6.769148 4.070547 6.071607 -6.453276 4.24111 5.921074 -6.662247 3.601942 5.56004 -5.98897 5.455185 5.680695 -6.396788 5.260208 5.468111 -6.054827 5.732745 5.770265 -6.929901 4.699592 5.816426 -7.041447 4.327593 5.529349 -7.33884 4.198609 5.556006 -6.276899 5.092178 5.666186 -5.936916 4.836301 0.001242697 -18.46816 24.9438 0.001242339 -18.99403 25.11196 0.001242697 -19.32792 25.43709 0.001242816 -17.32485 27.22173 0.001243114 -9.465022 26.62305 0.001242876 -11.3783 27.83402 0.1953409 -18.69494 25.05081 0.001242876 -14.52196 28.10959 0.260617 -19.214 25.50547 0.2471589 -19.107 25.35511 0.2476446 -18.90854 25.1772 0.001242756 -19.71404 26.24416 0.001243472 -18.62641 26.87662 -3.88105e-4 9.539406 19.46928 0.001248419 -5.717836 17.33324 4.333742 14.99941 7.700217 4.278792 15.72489 7.220978 4.555486 15.72346 7.303265 4.072352 15.65122 7.316288 4.654459 15.11081 7.648018 4.020893 15.40804 7.437525 4.101829 15.09153 7.662766 1.405213 -12.7336 27.51059 1.415202 -13.43936 27.54461 0.8602446 -12.73657 27.96409 0.4445219 -15.13832 27.87574 5.211117 -6.403728 9.914551 3.398324 -6.644602 9.671467 5.583012 -4.385931 8.40364 5.023942 -3.385756 8.485933 5.677969 -5.250871 9.455809 4.45315 -3.203125 9.56468 5.51387 -6.100363 10.31429 3.125694 -6.168934 9.834317 2.986533 -4.579743 9.926403 3.798273 -3.301293 10.10073 2.996574 10.15895 7.057908 2.98097 9.313488 5.002667 5.042746 10.57483 7.593602 4.947026 9.342152 4.614199 4.570656 9.071945 4.488237 3.778542 6.369605 4.973145 5.401664 9.653884 5.298711 3.001539 9.678027 5.90069 5.416115 7.580636 6.324191 3.11739 -3.090317 10.85694 3.566542 -2.518629 11.96235 3.719769 -9.523982 1.599971 3.650681 -9.222151 1.446471 4.785991 14.59414 7.668709 4.639074 11.94053 7.373382 3.718751 11.81123 7.405785 3.899066 14.51345 7.655588 5.590451 -6.540642 4.763317 5.811365 -6.610878 4.910332 1.09061 57.24463 4.050488 1.098749 47.21746 5.53027 0.6127445 39.1291 8.151276 1.148061 37.59928 8.271782 1.02035 45.64356 6.249956 1.006796 47.13763 5.76087 0.1906405 34.1585 10.05894 1.050161 36.60149 9.080093 1.062818 37.46384 8.540948 0.5619566 35.82593 9.323962 1.498471 26.11696 12.67481 0.2575008 26.22895 13.08602 0.891781 22.99492 14.24834 0.9748788 29.30655 11.80269 0.8506035 24.05607 13.88229 1.362795 25.36881 13.10473 1.382862 23.49259 13.72035 1.487194 26.78749 12.61601 1.226472 28.13489 12.25356 0.7061223 27.46492 12.47179 0.5378227 26.84689 12.76156 0.3400875 -9.839707 26.36864 1.289706 -9.486016 26.26898 0.4029936 -9.763072 26.5781 0.5964906 -9.811467 26.8719 0.3265504 -10.66038 27.15909 0.6654549 -9.098265 25.88903 0.4285831 -9.49656 26.22531 0.4165458 -9.119704 25.2305 0.8338702 -8.701422 25.42826 0.7203017 -8.603817 25.02373 0.5612399 -8.933598 25.32493 0.5796424 -11.51901 27.77349 0.2838824 -11.39522 27.60829 1.049389 -10.97713 27.42008 0.7151594 -9.873127 27.1176 0.3590246 -11.38989 27.68194 0.4721035 -11.39743 27.7559 0.2862825 -11.99968 27.72948 0.001162052 22.17523 14.79546 0.001247107 -19.23114 26.71027 0.001248538 24.35913 13.88063 0.001245677 -19.01053 26.77462 0.001248538 39.48041 8.183394 0.1666885 -18.43499 26.63703 0.1914973 -18.29569 26.64044 0.1734308 -18.4012 26.65118 0.1840993 -18.3695 26.62198 0.1725606 -18.42946 26.62477 0.173497 -18.79553 25.43764 0.08924704 -18.72576 25.43397 0.04610699 -18.90135 25.42546 0.1303569 -18.97113 25.42914 0.05689406 -19.00787 25.49957 0.1096845 -18.99692 25.58011 0.1715148 -18.91981 25.51021 0.04839551 -18.86522 25.5094 0.02779895 -18.98521 25.58364 0.1308255 -18.79761 25.51516 0.08266896 -18.87769 25.59169 0.1645546 -18.88939 25.58816 0.168397 -18.95693 25.64822 0.1521127 -18.94421 25.71238 0.1298758 -18.90193 25.67021 0.08501136 -18.94021 25.72291 0.0399298 -18.95033 25.66242 0.03857606 -18.98844 25.73245 0.04089242 -19.02265 25.6743 0.1056774 -18.99243 25.72192 -0.3253358 -18.08851 25.46576 -0.3911807 -18.30927 25.45467 -0.5036647 -18.08216 25.46799 -0.4378198 -17.86139 25.47908 -0.2361941 -18.4567 25.4488 -0.2398747 -18.73888 25.43393 -0.3500367 -18.5683 25.4418 -0.3463561 -18.28613 25.45668 -0.6342049 -17.45063 25.48521 -0.5602527 -17.16385 25.49442 -0.4229219 -17.51957 25.48181 -0.4968741 -17.80635 25.4726 -0.5517306 -17.19348 25.52116 -0.621494 -15.60996 25.57911 -0.6365761 -14.966 25.62252 -0.624595 -16.15982 25.54739 -0.6123123 -15.68181 25.5755 -0.7144074 -15.7032 25.65025 -0.6110886 -15.69517 25.73089 -0.5097591 -15.73763 25.65164 -0.7179161 -16.11982 25.62701 -0.5277453 -16.15737 25.6257 -0.6233714 -16.16901 25.70231 -0.7695786 -14.97866 25.66827 -0.6387147 -14.94174 25.71189 -0.5055629 -15.00871 25.65863 -0.7216926 -15.55843 25.65448 -0.518839 -15.57763 25.66625 -0.6198331 -15.60281 25.73997 -0.4695532 -17.22575 25.5991 -0.550507 -17.23621 25.68277 -0.6354846 -17.16639 25.60209 -0.4282559 -17.76171 25.55742 -0.5056751 -17.77702 25.6238 -0.5889794 -17.70902 25.55927 -0.4650068 -17.41921 25.60003 -0.4208487 -17.65257 25.66703 -0.6390521 -17.36969 25.60299 -0.5605574 -17.46033 25.71239 -0.6453837 -17.58479 25.66916 -0.3741003 -18.53748 25.5986 -0.3301405 -18.5942 25.74445 -0.2814776 -18.45457 25.60106 -0.2950301 -18.74742 25.52255 -0.344819 -18.7236 25.66439 -0.2165338 -18.66375 25.52535 -0.2476957 -18.74213 25.5851 -0.2330172 -18.61272 25.66516 -0.5139148 -17.9736 25.5835 -0.4506773 -18.01127 25.69999 -0.3652256 -18.00301 25.58607 -0.4683418 -18.2598 25.53746 -0.5190997 -18.14267 25.64747 -0.34084 -18.23903 25.53722 -0.4040382 -18.27937 25.60023 -0.3356158 -18.14797 25.65275 -0.376488 -18.08643 25.78062 -0.3680636 -18.16346 25.78837 -0.3521024 -18.23267 25.68385 -0.4093155 -18.2416 25.7274 -0.4689761 -18.25316 25.67523 -0.4855465 -18.15962 25.77983 -0.5145492 -18.05824 25.7758 -0.4442948 -18.08149 25.84079 -0.2637101 -18.61503 25.80545 -0.2406358 -18.65502 25.78624 -0.2238704 -18.68867 25.67465 -0.2595664 -18.73311 25.7208 -0.2950605 -18.77372 25.67304 -0.3140971 -18.73904 25.78685 -0.3492633 -18.69711 25.80778 -0.2951666 -18.66095 25.85228 -0.5908638 -17.70037 25.69715 -0.6116288 -17.57627 25.78619 -0.6386914 -17.48916 25.78191 -0.5648411 -17.49441 25.83289 -0.4799118 -17.54236 25.78028 -0.473154 -17.62799 25.78849 -0.4424282 -17.74963 25.69974 -0.5199416 -17.70984 25.74179 -0.6351206 -17.17678 25.76914 -0.4670025 -17.23601 25.76616 -0.5506786 -17.1958 25.83207 -0.5071381 -15.01777 25.76417 -0.5197516 -15.57663 25.82161 -0.6227549 -15.56929 25.87225 -0.7225442 -15.55817 25.80975 -0.7470663 -14.97917 25.79171 -0.6176673 -15.012 25.83028 -0.5074337 -15.75841 25.80428 -0.5254199 -16.16396 25.77663 -0.6213687 -16.14877 25.83128 -0.7180835 -16.13066 25.77808 -0.7145748 -15.72812 25.80304 -0.6106212 -15.75476 25.8588 -0.4923259 -16.88793 25.61113 -0.6612935 -16.82854 25.61411 -0.6609294 -16.82523 25.75546 -0.4897751 -16.88455 25.75248 -0.5749693 -16.85331 25.80053 -0.4796877 -15.86693 25.56652 -0.4916201 -16.10719 25.55138 -0.7480022 -15.9896 25.55637 -0.7476519 -15.75185 25.56935 -0.7555581 -15.78918 25.72046 -0.7559084 -16.02486 25.70725 -0.4701444 -15.87567 25.71653 -0.4820768 -16.11383 25.70116 -0.5040217 -15.87957 25.82456 -0.5145063 -16.1053 25.80799 -0.7217496 -16.04188 25.81266 -0.7199515 -15.81789 25.82762 -0.7550264 -15.87875 25.64246 -0.4761834 -16.01778 25.63448 -0.4679153 -16.02283 25.75934 -0.761715 -15.90847 25.76826 -0.6143046 -15.9677 25.81129 -0.4525383 -15.16693 25.6262 -0.4673333 -15.4887 25.60487 -0.7754486 -15.42275 25.57457 -0.8053256 -15.10057 25.59665 -0.810562 -15.08607 25.72768 -0.7779946 -15.42394 25.72727 -0.4484016 -15.16554 25.71236 -0.4620873 -15.48874 25.74087 -0.4991292 -15.16881 25.82481 -0.5076229 -15.48109 25.86024 -0.739713 -15.43415 25.83992 -0.7417613 -15.1102 25.82714 -0.8015776 -15.2504 25.65632 -0.4438352 -15.34799 25.67373 -0.4466524 -15.35056 25.79332 -0.7992233 -15.25373 25.77906 -0.6236876 -15.30401 25.84278 -0.5798386 -16.6977 25.78341 -0.4933945 -16.73233 25.73713 -0.6670486 -16.66462 25.74066 -0.667357 -16.65227 25.60251 -0.4968359 -16.71988 25.59899 -0.5161672 -16.37897 25.77173 -0.6041293 -16.3456 25.83162 -0.6928574 -16.3126 25.77516 -0.6082628 -16.32052 25.697 -0.6931657 -16.31121 25.61714 -0.5196086 -16.37763 25.61371 -0.6094864 -16.31938 25.53898 -0.580502 -16.72093 25.67412 -0.5817256 -16.69626 25.52308 -0.5794914 -16.83742 25.53569 -0.5782678 -16.83119 25.68878 -0.5001885 -16.45422 25.78123 -0.4872189 -16.65581 25.75326 -0.6888043 -16.38643 25.78476 -0.6740131 -16.5872 25.75685 -0.7203342 -16.37532 25.68593 -0.7052394 -16.57502 25.67453 -0.4719796 -16.46577 25.68123 -0.4593135 -16.66648 25.66975 -0.4893351 -16.45776 25.53273 -0.4766691 -16.64665 25.52474 -0.7157573 -16.36911 25.53731 -0.7006626 -16.5571 25.52939 -0.5844767 -16.52005 25.75022 -0.4535842 -16.56763 25.71526 -0.7163904 -16.4753 25.72009 -0.7125555 -16.46982 25.61045 -0.4685485 -16.56063 25.60572 -0.6682387 -17.06532 25.52676 -0.6833335 -16.88723 25.53402 -0.449103 -17.14426 25.52279 -0.461769 -16.96629 25.53005 -0.4379819 -17.17575 25.67612 -0.4506478 -16.97323 25.67913 -0.6724255 -17.09526 25.68019 -0.6875202 -16.89275 25.68319 -0.6426972 -17.09282 25.79664 -0.6574883 -16.89731 25.7781 -0.4652243 -17.15296 25.7936 -0.4781938 -16.95756 25.77506 -0.4463261 -17.0679 25.60454 -0.6797973 -16.98747 25.6086 -0.6832979 -16.99074 25.73241 -0.4367057 -17.07229 25.72827 -0.5594912 -17.0236 25.77593 -0.6106452 -16.26251 26.18628 -0.6048218 -16.74641 26.16693 -0.6010161 -16.80371 26.16592 -0.6040073 -17.11509 26.1562 -0.6617627 -15.69589 26.2298 -0.6333136 -16.17069 26.19404 -0.1845228 -19.2037 26.14958 -0.1241911 -19.37322 26.15415 -0.08854514 -19.1368 26.14186 -0.7338074 -17.23747 26.15557 -0.6196211 -17.45291 26.15024 -0.5203058 -17.26175 26.15583 -0.634492 -17.04631 26.16116 -0.6892947 -17.6353 26.15038 -0.5845381 -17.81221 26.14794 -0.4946525 -17.65528 26.14802 -0.5994091 -17.47837 26.15046 -0.6035893 -18.03033 26.15 -0.4619117 -18.23933 26.14728 -0.4111227 -18.02324 26.14074 -0.5528004 -17.81423 26.14346 -0.452666 -18.49545 26.14363 -0.3047956 -18.72837 26.14289 -0.2788234 -18.4592 26.13964 -0.4266939 -18.22628 26.14038 -0.3095062 -18.99518 26.14455 -0.18851 -19.0989 26.14622 -0.3129846 -18.80402 25.94011 -0.3586261 -18.85781 26.04124 -0.2484363 -19.15167 26.06122 -0.2026085 -19.11779 25.95146 -0.1654346 -19.01198 26.05496 -0.3217207 -19.02063 25.94354 -0.1938723 -18.90118 25.94803 -0.333873 -18.35493 26.00604 -0.4032663 -18.38739 25.88973 -0.4685894 -18.38508 26.01535 -0.2642415 -18.63964 26.04353 -0.2830133 -18.50894 25.92325 -0.3840281 -18.69622 26.04232 -0.3161888 -18.69958 25.96222 -0.4364417 -18.57803 25.92869 -0.457401 -17.93643 26.02509 -0.5282533 -17.96734 25.92366 -0.6002651 -17.9654 26.03596 -0.3997659 -18.21169 26.06164 -0.4069655 -18.10143 25.95312 -0.5408295 -18.21759 26.06918 -0.4597285 -18.26541 25.99656 -0.5810164 -18.13133 25.9671 -0.5244031 -17.56716 26.07578 -0.5966151 -17.56163 25.99623 -0.6706973 -17.56894 26.07641 -0.5135625 -17.79902 26.067 -0.4982494 -17.69812 25.99223 -0.6592316 -17.78683 26.0686 -0.5817441 -17.83672 25.98909 -0.6801097 -17.70022 25.99308 -0.5524138 -17.1797 26.07317 -0.6320693 -17.19951 25.98503 -0.7128525 -17.17852 26.07183 -0.5415731 -17.43578 26.07015 -0.5253354 -17.33878 25.99107 -0.7013868 -17.42024 26.0698 -0.6171984 -17.47634 25.99567 -0.7239322 -17.33707 25.98962 -0.03768461 -19.22331 26.05822 -0.08432084 -19.17839 25.9777 -0.1416637 -19.15272 26.06576 -0.05002659 -19.37859 26.06102 -0.1846076 -19.32367 26.06914 -0.1204491 -19.37059 25.98392 -0.1855649 -19.23842 25.98886 -0.5418112 -16.17895 26.08339 -0.5529634 -15.69423 26.12121 -0.7213984 -16.13165 26.08429 -0.6255146 -16.1928 25.98169 -0.7657312 -15.66554 26.11999 -0.6595787 -15.61524 26.02783 -0.5178779 -17.12305 26.06338 -0.516507 -16.80242 26.07653 -0.6897626 -17.11622 26.0658 -0.600623 -17.15333 25.98144 -0.6858991 -16.79595 26.07971 -0.597632 -16.76138 25.99879 -0.5200422 -16.71438 26.07854 -0.5354859 -16.28858 26.0947 -0.692691 -16.71222 26.08467 -0.602974 -16.73561 26.00156 -0.6887569 -16.26497 26.10051 -0.6093919 -16.24131 26.01762 -0.6473698 -16.27965 25.95539 -0.582807 -16.3169 25.91269 -0.5448018 -16.30715 25.95192 -0.6531792 -16.68515 25.94544 -0.5312333 -16.69017 25.94172 -0.580738 -16.67161 25.90619 -0.6469921 -16.79537 25.93656 -0.5775138 -16.81386 25.89579 -0.5283406 -16.80023 25.93492 -0.6508556 -17.10984 25.9256 -0.5297115 -17.11474 25.92568 -0.5801309 -17.08981 25.89172 -0.7547376 -15.6361 25.96102 -0.6501201 -15.65951 25.92203 -0.5526513 -15.66244 25.95941 -0.7060608 -16.10161 25.92188 -0.5407333 -16.14746 25.918 -0.620033 -16.09184 25.88314 -0.1914037 -19.28835 25.91582 -0.1817726 -19.2111 25.85058 -0.1553357 -19.17527 25.9012 -0.04183161 -19.34756 25.90897 -0.1181114 -19.28886 25.8625 -0.6693387 -17.42776 25.93071 -0.6528985 -17.31451 25.86408 -0.6808044 -17.2387 25.90202 -0.5542396 -17.43439 25.93073 -0.6045209 -17.4138 25.88646 -0.5650802 -17.23162 25.903 -0.5672966 -17.31513 25.86391 -0.6156741 -17.21584 25.84153 -0.6288825 -17.78353 25.91792 -0.6134514 -17.66216 25.84552 -0.6403483 -17.58853 25.90118 -0.521559 -17.78788 25.91696 -0.5668386 -17.76337 25.86372 -0.5323997 -17.57945 25.90116 -0.5313791 -17.66128 25.84501 -0.5779918 -17.56008 25.8268 -0.5184735 -18.21186 25.91948 -0.5313228 -18.08109 25.85128 -0.5682574 -18.01165 25.87302 -0.4179933 -18.21177 25.91323 -0.46893 -18.18816 25.86631 -0.466671 -17.98547 25.85965 -0.4559858 -18.0789 25.84258 -0.5183786 -17.97183 25.82756 -0.3670177 -18.65968 25.88068 -0.3842926 -18.5311 25.80896 -0.4317426 -18.45263 25.82759 -0.2883535 -18.6079 25.88562 -0.3270984 -18.60725 25.83816 -0.3408241 -18.41477 25.81855 -0.3257212 -18.49609 25.80895 -0.3829153 -18.41995 25.77975 -0.2525412 -18.82407 25.82618 -0.2523717 -18.87432 25.70206 -0.2117933 -18.97757 25.80066 -0.2636791 -19.04759 25.80142 -0.2811313 -18.89107 25.69733 -0.3234977 -18.85431 25.8167 -0.2563406 -18.94287 25.67566 -0.2771625 -18.82252 25.72373 -0.7772523 -15.7927 26.22057 -0.7511867 -16.02379 26.20342 -0.5320485 -15.83218 26.22144 -0.529665 -16.0759 26.20283 -0.5087946 -15.77512 26.02459 -0.5061084 -16.072 26.0006 -0.7632794 -16.01135 26.00226 -0.7946572 -15.73067 26.02441 -0.7334132 -15.74061 25.95264 -0.7051989 -15.98095 25.93111 -0.5610958 -15.76769 25.94857 -0.554937 -16.01898 25.92573 -0.5146448 -15.9358 26.10309 -0.7762148 -15.88506 26.1029 -0.7645648 -15.85943 25.9794 -0.5196221 -15.90783 25.97571 -0.6408653 -15.87646 25.96126 -0.7139537 -16.3696 26.18542 -0.7187931 -16.62017 26.17587 -0.5044251 -16.39566 26.17757 -0.4937623 -16.62899 26.16777 -0.5116409 -16.38175 26.01514 -0.5006808 -16.62025 26.00699 -0.7088107 -16.61062 26.01427 -0.7042685 -16.35481 26.02218 -0.6201743 -16.38696 25.93821 -0.6248571 -16.59549 25.93466 -0.5475327 -16.41264 25.93625 -0.5405887 -16.60723 25.93258 -0.500487 -16.50508 26.08553 -0.7177667 -16.48779 26.0935 -0.6704059 -16.48746 25.9769 -0.5207301 -16.50934 25.9721 -0.5806158 -16.50711 25.94667 -0.7150243 -16.87714 26.1657 -0.7175169 -17.03298 26.1609 -0.4885034 -16.88595 26.16129 -0.489002 -17.04149 26.15637 -0.4935761 -16.86731 25.99769 -0.4940746 -17.06355 25.98959 -0.705676 -17.05491 25.9917 -0.7031834 -16.85919 26.00095 -0.6207361 -16.87609 25.92031 -0.6229793 -17.03288 25.91763 -0.5354132 -16.8799 25.91998 -0.5361608 -17.03629 25.91836 -0.4887527 -16.96642 26.06932 -0.7162706 -16.95756 26.07305 -0.6689068 -16.95831 25.95639 -0.509043 -16.96483 25.95535 -0.5754382 -16.95855 25.93044 -0.6538928 -15.2821 26.06455 -0.5245831 -15.30737 26.07886 -0.7860532 -15.27236 26.08201 -0.8135747 -15.30414 26.2444 -0.5042098 -15.34529 26.24533 -0.5666322 -15.3984 26.00849 -0.5657945 -15.18654 26.06321 -0.7269064 -15.36929 26.01394 -0.7498306 -15.16872 26.0666 -0.8193085 -15.16434 26.14802 -0.7926042 -15.40686 26.09419 -0.5110542 -15.45497 26.09266 -0.506076 -15.19465 26.14941 -0.50739 -15.50818 26.37438 -0.5053269 -15.2426 26.41296 -0.8009135 -15.45715 26.37498 -0.830533 -15.20976 26.41061 -0.6399034 -15.45768 25.94709 -0.5558763 -15.50792 25.98009 -0.7321773 -15.47158 25.98421 -0.5548657 -15.09695 26.07958 -0.6592037 -15.09491 26.04123 -0.7707697 -15.08106 26.08016 -0.6687963 -15.05928 26.15953 -0.796404 -15.09751 26.27839 -0.6470703 -15.56212 26.04896 -0.7555076 -15.53748 26.19641 -0.5445787 -15.11697 26.28093 -0.5432856 -15.57976 26.19525 -0.6472626 -15.61615 26.35578 -0.674819 -15.10318 26.42999 -0.3198794 -15.93094 26.57558 -0.3393756 -16.46691 26.47742 -0.3748685 -16.7482 26.39253 -0.7270985 -14.76969 26.81809 -0.9805644 -15.16746 26.43567 -0.4598424 -18.63322 26.27704 -0.6105476 -18.03825 26.32938 -0.7554084 -17.30955 26.32213 -0.8616307 -15.85143 26.28413 -0.7986077 -16.76323 26.31682 -0.8013076 -16.41522 26.32869 -0.4077496 -14.65509 27.02347 -0.6379383 -14.2516 26.89162 -0.947296 -14.62395 26.67066 -0.9907752 -14.363 26.37632 -0.9224997 -15.40853 25.83567 -0.9362682 -14.05901 25.78629 -0.9018908 -14.95927 25.63481 -0.8468729 -15.87738 25.57369 -0.6544258 -17.59678 25.48186 -0.843773 -15.3676 25.39291 -0.733168 -16.84807 25.3884 -0.4497851 -18.44462 25.40657 -0.3255984 -18.79205 25.49355 -0.2141605 -19.44129 26.04335 -0.2155002 -19.37205 26.1604 -0.5418792 -18.35731 26.24558 -0.7058154 -17.69587 26.27673 -0.8095397 -16.98985 26.11588 -0.7994373 -16.97942 26.2514 -0.8309009 -16.13499 26.2468 -0.8059251 -16.586 26.28492 -0.4086579 -18.89197 26.19439 -0.7724887 -17.32318 26.18597 -0.8083856 -16.75992 26.20223 -0.9628922 -15.28603 26.07827 -0.9513267 -15.35007 25.96132 -0.4010723 -18.77124 25.59448 -0.7627589 -17.29965 25.66286 -0.6336544 -18.10224 25.61828 -0.9593794 -15.51671 25.9451 -0.9616411 -15.5425 25.9867 -0.9510984 -15.80557 25.99299 -0.4128237 -13.57151 26.93429 -0.5258543 -12.71984 26.39566 -0.7299825 -13.63322 26.47677 -0.6787149 -12.95882 25.99317 -0.8916939 -13.79219 26.01252 -0.7057156 -13.03513 25.65507 -0.6810313 -13.41652 25.57611 -0.3428539 -11.78794 25.94028 -0.3595343 -11.07929 25.09473 -0.5092663 -11.90166 25.72846 -0.5012716 -11.25437 25.04232 -0.618372 -12.2045 25.52866 -0.504303 -11.5542 24.98057 -0.4954808 -12.3635 25.36397 -0.2239213 -10.68245 24.12931 -0.279226 -10.47418 23.08495 -0.3735728 -10.71621 24.14526 -0.3030359 -10.48653 23.11239 -0.4142475 -10.88898 24.16175 -0.2931048 -10.55137 23.16655 -0.3352529 -11.09797 24.16482 -0.9306139 -15.51124 26.19135 -1.021178 -14.93563 26.34948 -1.017724 -14.71393 26.08208 -0.7918605 -14.30979 25.43211 -0.3545807 -15.28649 26.65918 -0.4404572 -14.99811 26.80294 -0.2189118 -19.29298 26.24129 -0.8876525 -15.50788 26.3689 -0.6748849 -17.69996 26.3528 -0.7684506 -16.97064 26.33119 -0.8104715 -16.20675 26.3463 -0.7652156 -16.60836 26.35618 -0.6227156 -14.99715 26.67827 -0.8756565 -15.22628 26.47787 -0.8782278 -14.96819 26.66119 -0.4042659 -18.79065 26.28073 -0.7259131 -17.30442 26.31911 -0.8430004 -15.8772 26.32591 -0.7466197 -16.75808 26.31433 -0.7649158 -16.43069 26.33093 -0.5201843 -14.90081 25.2909 -0.1139728 -18.62523 25.43867 -0.2796851 -17.88476 25.50328 -0.3668107 -16.19227 25.58457 -0.3895934 -15.01875 25.48404 -0.6237302 -14.88741 25.59754 -0.7880356 -14.95096 25.45536 -0.6095065 -17.93455 25.48383 -0.2735753 -18.92025 25.4655 -0.8057975 -16.03619 25.54923 -0.2184484 -18.8246 25.52565 -0.4710713 -17.8302 25.63075 -0.5934246 -16.24302 25.68578 -0.7502536 -16.57084 26.21695 -0.7678877 -16.3173 26.12087 -0.8059967 -16.14285 26.23531 -0.7714745 -16.91461 26.18539 -0.7677308 -16.74394 26.09371 -0.8516619 -15.81119 26.14291 -0.8939737 -15.5346 26.26868 -0.7054201 -17.74152 26.17574 -0.2269411 -19.31871 26.14771 -0.9380525 -15.25926 26.25348 -0.8350599 -15.04647 26.47496 -0.6770451 -14.97579 26.39333 -0.4455884 -15.0826 26.529 -0.4141302 -15.26752 26.28666 -0.3956315 -15.57283 26.38518 -0.4332867 -16.58041 26.25048 -0.4700226 -16.75357 26.10286 -0.4465861 -16.93152 26.22199 -0.4020769 -16.17858 26.34155 -0.4545594 -16.33011 26.14045 -0.1109458 -18.96146 26.15848 -0.3564895 -17.73632 26.1942 -0.4424179 -15.83234 26.16675 -0.6246573 -16.05382 26.11421 -0.6077905 -16.54491 26.06415 -0.6427838 -16.94815 26.05253 -0.6798098 -15.56492 26.09944 -0.5630612 -17.78008 26.04953 -0.3404462 -15.94023 25.51186 -0.3008672 -15.3407 25.42773 -0.2764083 -17.38352 25.45109 -0.220144 -17.99823 25.40599 -0.1442599 -18.30352 25.37595 -0.1900147 -18.48106 25.52398 -0.2780423 -18.08056 25.56906 -0.3330239 -17.60591 25.61766 -0.3797179 -15.97004 25.69174 -0.3701942 -15.30025 25.66212 -0.5539849 -18.10248 25.57046 -0.3822004 -18.70046 25.52284 -0.6753229 -17.6089 25.61698 -0.85203 -15.21557 25.6635 -0.8068991 -15.90725 25.68843 -0.2178512 -18.28742 25.46436 -0.3285634 -17.17071 25.54936 -0.3565254 -15.67926 25.60825 -0.3870346 -18.63607 25.47406 -0.5178849 -18.27318 25.43979 -0.6734691 -17.63562 25.48752 -0.8292907 -15.67324 25.5328 -0.8380746 -15.2888 25.47535 -0.368018 -18.34001 25.56745 -0.548275 -17.3631 25.66562 -0.5987679 -15.65714 25.75448 -0.325975 -17.48254 26.34681 -0.3595006 -17.0871 26.37402 -0.2436735 -17.9277 26.3164 -0.7859196 -17.12295 26.07588 -0.7463116 -17.5701 26.07745 -0.6743971 -17.96655 26.07084 -0.5139163 -18.49216 26.05914 -0.3218168 -18.00547 26.08168 -0.460289 -17.14399 26.0939 -0.4153679 -17.54889 26.08913 -0.7644628 -17.15585 26.19656 -0.7351511 -17.49 26.20088 -0.6437751 -17.99222 26.19108 -0.221906 -18.19158 26.18176 -0.4062342 -17.31966 26.20864 -0.6147584 -17.34345 26.0527 -0.4408506 -18.22779 26.03966 -0.4629347 -16.16786 25.68833 -0.445086 -15.93737 25.68791 -0.4500046 -15.75128 25.73996 -0.7302904 -16.12497 25.69487 -0.6013305 -16.15866 25.66556 -0.7547215 -15.72459 25.7332 -0.7641041 -15.90256 25.6875 -0.6078597 -15.68127 25.70985 -0.451615 -15.55373 25.73552 -0.4440072 -15.27468 25.67524 -0.4702727 -15.00908 25.66143 -0.7674677 -15.53883 25.74991 -0.6150677 -15.60289 25.72492 -0.7987709 -14.96992 25.68088 -0.8079341 -15.25741 25.7076 -0.6368737 -14.9292 25.65792 -0.6675396 -17.4439 25.6812 -0.6566957 -17.57061 25.65465 -0.6055052 -17.72489 25.65044 -0.4258999 -17.4928 25.68512 -0.5553572 -17.4566 25.67656 -0.391335 -17.77728 25.64977 -0.4053269 -17.6376 25.65922 -0.5066655 -17.7516 25.63731 -0.1885412 -18.67135 25.55537 -0.2268355 -18.51662 25.55654 -0.2724649 -18.36575 25.56368 -0.3041923 -18.81719 25.5413 -0.2373579 -18.77113 25.55341 -0.4071705 -18.47333 25.55884 -0.3552212 -18.64908 25.5488 -0.3446988 -18.39456 25.55194 -0.3123943 -18.23058 25.59869 -0.3143171 -18.10344 25.60308 -0.3450662 -17.94638 25.62013 -0.4731514 -18.29154 25.59506 -0.3960596 -18.29098 25.59842 -0.5460075 -17.92528 25.62443 -0.5215829 -18.12252 25.60482 -0.4398404 -17.93498 25.60948 -0.1334828 -18.77618 25.54402 -0.1798158 -18.86009 25.53467 -0.2138732 -18.94479 25.5226 -0.4051512 -18.66589 26.03426 -0.4749437 -18.48049 26.04157 -0.5374212 -18.28595 26.03316 -0.3288172 -18.67987 26.04575 -0.2985768 -18.30363 26.03777 -0.283046 -18.46328 26.04688 -0.4291724 -18.26391 26.0427 -0.5844613 -18.1588 26.0404 -0.6178929 -18.01333 26.05331 -0.647311 -17.86102 26.04643 -0.3713951 -18.19215 26.04189 -0.4905716 -18.20931 26.05149 -0.4497193 -17.87738 26.04588 -0.427821 -18.05175 26.05329 -0.5551424 -17.85577 26.05512 -0.6799322 -17.71082 26.04754 -0.7034053 -17.55443 26.05903 -0.7176763 -17.40293 26.0513 -0.4728307 -17.70989 26.04669 -0.5771213 -17.73718 26.05528 -0.5033999 -17.406 26.05117 -0.4909319 -17.55775 26.05856 -0.6172158 -17.375 26.0623 -0.7328301 -17.28001 26.04977 -0.744911 -17.14023 26.06221 -0.7446559 -17.00685 26.05142 -0.5231699 -17.28497 26.04995 -0.6332916 -17.30447 26.05916 -0.5460242 -17.01351 26.05225 -0.5364052 -17.14648 26.06203 -0.6480247 -16.98224 26.06509 -0.1976741 -19.34495 26.05275 -0.1779677 -19.21783 26.06247 -0.1242424 -19.08715 26.05264 0.00124824 -19.40906 26.06648 0.001248538 -19.30451 26.07827 -0.07015866 -19.1256 26.06545 -0.7980372 -15.64004 26.11445 -0.6620836 -15.63135 26.13511 -0.5329597 -15.65556 26.10748 -0.7299585 -15.95346 26.12698 -0.7451249 -15.78838 26.14679 -0.5201293 -15.96965 26.12559 -0.6118723 -15.97093 26.15658 -0.5288308 -15.81389 26.1449 -0.705425 -16.60841 26.06078 -0.6046658 -16.5881 26.07638 -0.516618 -16.61569 26.06409 -0.730906 -16.87996 26.05277 -0.7186952 -16.74219 26.06968 -0.5383691 -16.88801 26.05541 -0.6336295 -16.90416 26.06624 -0.5196 -16.75008 26.07295 -0.7123756 -16.13621 26.10207 -0.61302 -16.12502 26.1153 -0.5257469 -16.15037 26.10263 -0.6984028 -16.46349 26.06795 -0.6948726 -16.29845 26.09566 -0.5155769 -16.473 26.07037 -0.6000847 -16.4935 26.07674 -0.5182321 -16.32007 26.09638 -0.6508196 -16.19207 26.13902 -0.5994186 -16.2113 26.17813 -0.5582625 -16.2128 26.13883 -0.6467338 -16.41219 26.12064 -0.6407175 -16.30114 26.17553 -0.5452159 -16.42137 26.12135 -0.5886875 -16.40547 26.17334 -0.5473887 -16.31563 26.17593 -0.6614186 -16.63995 26.11374 -0.600046 -16.63039 26.16802 -0.5491612 -16.64347 26.11515 -0.6802245 -16.83447 26.10718 -0.6618552 -16.72864 26.16437 -0.5658272 -16.83794 26.10851 -0.6169823 -16.82787 26.16073 -0.5551731 -16.72963 26.16438 -0.7147685 -15.69311 26.18687 -0.6655247 -15.70094 26.24587 -0.5965405 -15.7047 26.187 -0.6712123 -15.88384 26.20023 -0.6895611 -15.78474 26.25105 -0.5708084 -15.90461 26.19988 -0.623497 -15.88202 26.25686 -0.5994606 -15.79822 26.25167 -0.1625164 -19.32115 26.09646 -0.1400973 -19.23691 26.14409 -0.1274909 -19.15364 26.09882 -0.04130864 -19.21741 26.09995 -0.05908823 -19.29064 26.14472 -0.09267246 -19.18728 26.14444 -0.6838609 -17.23577 26.09924 -0.663597 -17.12831 26.15512 -0.6915075 -17.03537 26.1041 -0.5692492 -17.23925 26.09894 -0.6092435 -17.23235 26.15214 -0.57656 -17.03845 26.10386 -0.5619126 -17.13064 26.15492 -0.6162661 -17.0266 26.15789 -0.6337124 -17.64996 26.09442 -0.6171849 -17.55147 26.14777 -0.6559389 -17.45619 26.09837 -0.5261945 -17.65128 26.09422 -0.5718967 -17.61344 26.14681 -0.5475933 -17.45829 26.09816 -0.5418996 -17.55122 26.1477 -0.5871878 -17.48925 26.14866 -0.5516021 -18.1036 26.08826 -0.5566115 -17.96521 26.13798 -0.5877768 -17.89599 26.09003 -0.4505353 -18.13009 26.08818 -0.4905464 -18.0738 26.13702 -0.4818681 -17.91991 26.08979 -0.4549101 -17.98896 26.1378 -0.5209752 -17.88037 26.13875 -0.3781024 -18.59709 26.08381 -0.3961977 -18.4715 26.1409 -0.4651831 -18.35157 26.0821 -0.3088703 -18.56089 26.08423 -0.3313484 -18.52974 26.13994 -0.3432705 -18.35357 26.07965 -0.3293129 -18.43629 26.13191 -0.3941622 -18.37804 26.13287 -0.1403226 -18.80762 25.4953 -0.1653598 -18.82944 25.42516 -0.166498 -18.91216 25.48335 -0.1188087 -18.80304 25.42457 -0.07212769 -18.9155 25.42267 -0.1186788 -18.9419 25.42325 -0.3422337 -18.21127 25.54651 -0.3350761 -18.11476 25.47383 -0.3524996 -18.01609 25.55403 -0.4594163 -18.24908 25.54513 -0.3924806 -18.24303 25.45997 -0.4945209 -18.00303 25.55719 -0.4731172 -18.1311 25.47354 -0.4157127 -18.00283 25.4874 -0.2207893 -18.66474 25.50734 -0.2507079 -18.5509 25.4338 -0.2825307 -18.43018 25.50486 -0.2825075 -18.74522 25.50273 -0.2402004 -18.71742 25.42907 -0.3628504 -18.50927 25.50418 -0.3141186 -18.63639 25.43419 -0.3246262 -18.46987 25.43891 -0.6139687 -17.44911 25.56406 -0.5939043 -17.44775 25.44757 -0.590568 -17.60578 25.57617 -0.4520173 -17.48647 25.56912 -0.5057952 -17.39955 25.40357 -0.4435361 -17.65307 25.5768 -0.4297329 -17.48861 25.449 -0.517842 -17.53681 25.49301 -0.5132074 -15.46655 25.6332 -0.5027435 -15.24938 25.55442 -0.5098629 -15.05659 25.61768 -0.7272127 -15.46683 25.65191 -0.6219374 -15.45329 25.54161 -0.7360358 -15.04729 25.63033 -0.7233038 -15.2509 25.55325 -0.6041099 -15.04699 25.56606 -0.5146427 -16.01099 25.6126 -0.5133439 -15.80967 25.54667 -0.506261 -15.7457 25.63856 -0.6935846 -15.99542 25.61352 -0.6064894 -15.90785 25.53461 -0.6969778 -15.73313 25.6306 -0.6820961 -15.80918 25.5357 -0.5889506 -15.71099 25.54776 -0.1170492 -18.79765 26.25711 -0.1452633 -18.37015 26.29133 -0.1479302 -18.5845 26.17646 -0.1985891 -18.42892 26.08219 -0.1368753 -18.80643 26.0841 -0.2476781 -18.61032 26.04467 -0.5308272 -18.39699 26.17201 -0.426793 -18.70702 26.15558 -0.5638178 -18.16115 26.30313 -0.4944579 -18.42791 26.31539 -0.1883663 -19.18335 26.05233 -0.2941662 -18.69415 26.04871 -0.3740547 -18.78045 26.04794 -0.293001 -18.73468 26.06474 -0.1954019 -18.71209 26.05628 -0.1539122 -18.99528 26.0513 -0.2130324 -19.12417 26.06106 -0.2579011 -19.24581 26.05152 -0.1738971 -18.84677 26.06409 -0.2312955 -18.78199 26.09966 -0.2364058 -18.87259 26.14409 -0.2026866 -18.97114 26.09594 -0.2618111 -19.11893 26.09602 -0.3345525 -18.82069 26.09697 -0.2425562 -19.00809 26.14238 -0.2786266 -18.82357 26.14351 -0.6240746 -13.31272 28.23756 -0.5475619 -13.51156 27.85483 -0.8234987 -14.45338 28.14852 -0.8062149 -13.80756 28.48726 -0.9595898 -13.05845 28.02613 -1.392326 -13.39111 28.04383 -1.394496 -13.87222 28.20828 -1.140867 -14.43466 27.97241 -1.1439 -14.03439 28.44028 -1.496849 -13.12474 28.81251 -1.563213 -12.0649 29.37478 -1.177029 -13.16343 28.9864 -1.626735 -12.95077 28.58059 -1.786522 -11.97115 29.15987 -1.397016 -12.63572 28.36382 -1.718291 -11.93287 28.84884 -0.8864019 -12.534 28.43341 -1.301688 -11.78036 28.68678 -1.167189 -11.86798 29.28071 -0.8341962 -12.71824 28.75045 -0.9738957 -11.62171 28.90375 -1.163581 -10.50363 29.32395 -1.264257 -8.958872 29.40194 -1.249554 -10.53248 28.96999 -1.552859 -10.78 29.59382 -1.427129 -9.073643 29.71109 -1.533795 -9.018204 29.21642 -1.679504 -10.7072 28.96191 -1.878559 -9.09137 29.37126 -1.936573 -10.71914 29.25547 -1.928658 -9.020434 29.64692 -1.836607 -10.71755 29.51822 -1.746766 -9.062039 29.80122 -0.327582 -16.31385 25.50023 -0.3134191 -16.70145 25.49249 -0.3689594 -16.53135 25.64449 -0.3472626 -17.05792 25.63394 -0.7638514 -16.4412 25.6453 -0.7386389 -17.00464 25.64734 -0.7983138 -16.38949 25.45096 -0.7614049 -17.06206 25.56334 -0.3399737 -16.65512 25.5686 -0.7178813 -17.23693 25.41837 -0.7797396 -16.66124 25.58329 -0.5375169 -16.79723 25.66013 -0.46788 -16.36997 25.68828 -0.6054218 -16.29935 25.67238 -0.7197362 -16.29963 25.68594 -0.4244924 -16.74431 25.66078 -0.4419257 -16.56539 25.65609 -0.7200994 -16.47221 25.64744 -0.6820205 -16.67208 25.66381 -0.5566033 -16.73824 25.63115 -0.5537526 -17.21741 25.65834 -0.4275407 -17.27442 25.67066 -0.4214677 -17.04816 25.65354 -0.4181236 -16.91085 25.66677 -0.6717771 -16.84492 25.67085 -0.6849267 -16.9744 25.65788 -0.5526419 -16.80515 25.65307 -0.5104808 -16.39774 25.60407 -0.5802689 -16.33655 25.50358 -0.6714251 -16.33736 25.58479 -0.4773639 -16.68164 25.55555 -0.4854112 -16.52651 25.47904 -0.6381545 -16.47693 25.46078 -0.6399971 -16.62898 25.55335 -0.5432969 -16.66689 25.43625 -0.6251719 -16.97957 25.57881 -0.5470718 -16.81356 25.4608 -0.4776873 -17.02126 25.57638 -0.4760335 -16.75331 25.47363 -0.474475 -16.80279 25.5818 -0.6241955 -16.75623 25.58485 -0.6103159 -16.71469 25.47592 -0.5392777 -16.65445 25.48875 -0.6714628 -17.22315 25.67202 -0.5118006 -15.48022 26.13044 -0.6600154 -15.52606 26.1507 -0.8383142 -15.47467 26.13447 -0.5128459 -15.06115 26.32132 -0.503585 -15.2944 26.25675 -0.8655629 -15.07532 26.29753 -0.6863397 -15.07033 26.3507 -0.8427702 -15.30199 26.24466 -0.7339482 -15.45625 26.29158 -0.6891737 -15.39404 26.46444 -0.7474665 -15.23038 26.38783 -0.6374301 -15.32843 26.49662 -0.5802791 -15.2216 26.40076 -0.5917319 -15.39144 26.46822 -0.5714944 -15.4561 26.29146 -0.6434755 -15.45704 26.43604 -0.5545029 -14.64116 25.24642 -0.2639949 -16.10977 25.45167 -0.1990784 -17.37692 25.42114 -0.272358 -15.01473 25.25678 -0.2686336 -15.69705 25.43378 -0.2409523 -16.80291 25.45602 -0.1555766 -17.67382 25.37079 -0.2522453 -16.42624 25.47032 -0.3660458 -14.322 25.35209 -0.5056002 -13.84193 25.44297 -0.3049515 -14.79511 25.22283 -0.1922086 -15.91853 25.45176 -0.18735 -15.35064 25.33461 -0.1645767 -16.81807 25.47292 -0.1430885 -17.09291 25.43396 -0.1762033 -16.52282 25.4832 -0.1791902 -16.24159 25.4652 -0.1330846 -16.03362 25.51245 -0.1391189 -16.11984 25.62375 -0.1255998 -16.31858 25.53431 -0.1458912 -16.40866 25.63315 -0.1321694 -16.58338 25.53323 -0.09630835 -17.11042 25.47455 -0.1181626 -16.80714 25.51084 -0.1127482 -17.05786 25.58212 -0.1410853 -16.6941 25.61337 -0.1562991 -15.08079 25.32418 -0.1404396 -15.38314 25.54459 -0.1387264 -15.65328 25.49153 -0.1400941 -15.81175 25.62061 -0.2797737 -14.66667 25.29907 -0.2022349 -14.96245 25.40921 -0.2376331 -14.18642 25.47825 -0.2811182 -14.544 25.45496 -0.2567864 -14.48124 25.64177 -0.3020572 -14.69847 25.744 -0.3136283 -14.83753 25.58012 -0.3649898 -15.00544 25.79793 -0.2611455 -15.16704 25.65571 -0.2339363 -15.60734 25.73905 -0.314445 -15.77921 25.86954 -0.2424841 -15.94135 25.75404 -0.3233823 -15.38473 25.84562 -0.2633045 -16.5818 25.77587 -0.3297905 -16.91983 25.89757 -0.2065754 -17.05054 25.73271 -0.2150675 -17.6469 25.79692 -0.116292 -17.57469 25.65002 -0.2534208 -16.23976 25.76588 -0.3625736 -16.40465 25.90175 -0.3389126 -16.07914 25.88083 -0.1686211 -14.55623 25.77589 -0.2823688 -14.86042 25.87418 -0.2832611 -15.18242 25.91961 -0.2559174 -15.60336 25.93465 -0.2828367 -15.93022 25.93852 -0.3273332 -16.63238 25.95913 -0.2645902 -17.38469 25.92491 -0.1431661 -18.24766 25.75839 -0.3142418 -16.22901 25.94775 -0.07572776 -14.4324 25.73662 -0.1608846 -14.34268 25.63817 -0.1225834 -14.6782 25.85875 -0.1704615 -15.01803 25.92849 -0.160728 -15.77799 25.9524 -0.1534676 -15.40153 25.95368 -0.2166399 -16.97186 25.95707 -0.1611664 -17.9912 25.85965 -0.2213467 -16.3965 25.951 -0.196211 -16.07859 25.94944 -1.29949 -6.88736 30.01196 -1.28483 -4.997383 30.34266 -1.35982 -6.867382 29.76967 -1.504687 -6.886387 30.17705 -1.316216 -5.010082 30.49536 -1.415478 -5.037087 30.26698 -1.630318 -6.921001 29.78671 -1.541935 -5.052981 30.35417 -1.781231 -6.870064 29.9952 -1.509642 -4.718266 30.51788 -1.654015 -6.534937 30.20638 -1.384737 -4.69007 30.59168 -1.334469 -4.082007 30.57895 -0.2784559 -19.23012 26.22432 -0.3576113 -19.00926 26.24045 -0.3632733 -19.06754 26.11321 -0.2830651 -19.16591 26.22215 -0.3704464 -18.86223 26.24716 -0.3789244 -18.89735 26.0741 -0.2979159 -19.20369 26.07543 -0.3639574 -18.89182 26.0616 -0.3003153 -19.13234 26.06182 -0.2975062 -18.90464 26.14142 -0.2720478 -19.01351 26.14219 -0.3184613 -19.16275 26.17169 -0.3212287 -19.05758 26.25686 -0.3333239 -19.02685 26.1553 -0.3395314 -19.0397 26.04905 -0.3117136 -18.98535 26.09628 -3.516514 -13.89622 0.4301701 -3.40219 -13.77727 0.6575623 -3.407605 -13.99703 0.1926212 -3.173806 -13.9553 0.1854057 -4.447009 -14.3691 0.2795725 -3.29709 -13.85671 0.7478552 -3.411004 -14.00828 0.7925997 -3.496378 -13.93676 0.6634512 -3.166869 -13.96109 0.7809448 -5.893021 -13.74813 0.8290939 -5.967497 -13.65128 0.6839562 -5.556667 -13.72313 0.7088995 -5.634622 -13.79132 0.8437729 -4.735332 -14.34365 0.9135265 -4.455342 -14.35901 0.9146223 -3.269699 -14.13261 0.8122549 -3.363964 -14.35239 0.7562685 -3.482893 -14.22672 0.7263851 -3.057564 -14.14375 0.7112208 -3.134792 -14.3077 0.7457695 -5.78128 -13.91913 0.8636189 -5.929018 -14.09443 0.7989102 -6.016089 -13.92791 0.7528792 -5.570248 -14.00349 0.7724285 -5.694708 -14.13501 0.8115664 -4.588331 -14.49916 0.9444294 -4.717303 -14.69186 0.8856592 -4.840086 -14.54192 0.8364153 -4.341825 -14.56959 0.8385573 -4.449392 -14.70673 0.8867483 -3.221863 -14.5419 0.6713343 -3.275039 -14.77009 0.5153122 -3.38528 -14.62252 0.5927162 -3.054233 -14.55565 0.5765696 -3.119401 -14.7376 0.5053864 -5.847555 -14.33051 0.7283888 -5.960236 -14.53018 0.5616016 -6.019483 -14.3456 0.6295271 -5.692132 -14.40655 0.6484671 -5.811905 -14.55993 0.5728626 -4.574255 -14.91376 0.8133192 -4.655137 -15.12529 0.6502295 -4.767137 -14.95273 0.7175922 -4.382803 -14.97538 0.7192307 -4.4787 -15.13631 0.6509523 -3.176514 -14.90052 0.3266153 -3.211516 -14.95078 0.1988039 -3.290977 -14.87523 0.3514052 -3.079774 -14.82295 0.3405867 -3.130284 -14.92416 0.1962976 -5.913211 -14.69333 0.3744192 -5.964845 -14.72034 0.2333564 -6.009584 -14.6189 0.3875761 -5.799992 -14.66582 0.3996821 -5.878295 -14.74361 0.2359743 -4.561327 -15.28353 0.4544649 -4.613154 -15.31869 0.307724 -4.689856 -15.22106 0.4700079 -4.438313 -15.24186 0.4715185 -4.507528 -15.33128 0.3087072 -3.184669 -14.80319 0.2424316 -3.310596 -14.61466 0.3395081 -3.316451 -14.80369 0.3013334 -3.067418 -14.74342 0.2982054 -3.109407 -14.57236 0.3412285 -5.897551 -14.59713 0.2710905 -5.960013 -14.36564 0.3593598 -6.014722 -14.53751 0.3310309 -5.760051 -14.5915 0.3348198 -5.755446 -14.40425 0.3588247 -4.564925 -15.19059 0.3406658 -4.696948 -14.97156 0.4252377 -4.722491 -15.1469 0.40308 -4.414181 -15.17123 0.405179 -4.45076 -14.9869 0.4267292 -3.229116 -14.398 0.3355341 -3.369863 -14.25682 0.3023863 -3.44377 -14.4156 0.4115744 -3.038303 -14.33431 0.416502 -3.134748 -14.21011 0.3085041 -5.831453 -14.19274 0.3451309 -5.93821 -14.0058 0.3006067 -6.035253 -14.1243 0.4097386 -5.610954 -14.19926 0.4110193 -5.685809 -14.05083 0.2982969 -4.578573 -14.78385 0.4089832 -4.729489 -14.61254 0.3576479 -4.829885 -14.74501 0.4750252 -4.338142 -14.7728 0.477725 -4.44089 -14.62805 0.3591738 -3.485512 -14.10188 0.3290711 -3.26765 -14.10213 0.2328672 -3.076225 -14.02394 0.3275166 -4.587172 -14.4905 0.3062954 -4.3426 -14.4582 0.3917856 -3.037551 -14.07187 0.5427923 -3.017534 -14.42834 0.5301523 -3.516802 -14.16577 0.5483303 -3.447895 -14.51533 0.5389309 -4.308451 -14.51136 0.6226702 -4.324379 -14.86522 0.6432009 -4.87704 -14.48048 0.6200476 -4.838479 -14.83502 0.6406202 -5.536591 -13.94747 0.5612364 -5.613596 -14.2949 0.5754404 -6.047389 -13.85925 0.5488682 -6.052474 -14.21572 0.5633173 -4.518578 14.98358 7.59923 -4.206902 14.97551 7.60826 -4.051135 15.19497 7.458207 -4.489848 16.51535 8.796227 -4.163388 16.44113 8.809323 -4.404007 16.31219 8.919354 -4.26878 16.31439 8.92067 -4.495722 16.39088 8.845914 -4.179731 16.35481 8.850923 -4.389355 16.61612 8.786241 -1.671385 -11.13127 0.7027807 -1.879328 -10.83977 0.7350483 -2.009163 -11.43149 0.6369562 -2.253941 -11.17136 0.6657744 -1.929018 -10.80224 0.5370159 -2.256417 -11.09435 0.4725456 -2.039897 -11.33365 0.4724379 -2.062643 -11.16481 0.3815022 -1.866436 -11.21713 0.3959942 -1.874168 -10.99761 0.4168673 -1.718742 -11.04918 0.5343714 -1.725622 -11.59281 0.365942 -1.820108 -11.43656 0.388443 -1.603305 -11.52548 0.3082323 -1.659731 -11.29313 0.421629 -1.523312 -11.40683 0.4077253 -1.682198 -11.65164 0.4638071 -1.552525 -11.66065 0.2773304 -1.564803 -11.61624 0.4570608 -1.482407 -11.59198 0.2917318 -1.509995 -11.49203 0.4963255 -1.918712 -11.50548 0.7402411 -1.746212 -11.5761 0.6753464 -1.839511 -11.37289 0.8615847 -1.622888 -11.46516 0.697403 -1.658966 -11.27398 0.7881441 -2.215066 -11.22367 0.8737316 -2.0646 -11.28591 0.9289093 -2.11251 -11.06463 1.005279 -1.887198 -11.12913 0.9615479 -1.887364 -10.93419 0.9344854 -2.38681 -10.99077 0.8270969 -2.291369 -11.02296 0.9676037 -2.105231 -10.85857 1.001513 -2.082675 -10.72144 0.8825035 -2.419557 -10.9566 0.620491 -2.081202 -10.65373 0.6882467 -4.652715 -2.803302 6.127754 -3.919362 -2.87732 5.822064 -4.184073 -1.888539 7.079826 -4.282872 -1.852273 6.941096 -3.955183 -1.85559 7.074147 -3.864208 -1.834443 6.869075 -3.977781 -1.767794 6.632814 -4.207108 -1.75001 6.713695 -4.098483 -1.334902 7.374876 -3.996407 -1.37993 7.489226 -3.8851 -1.341012 7.310509 -5.939166 -6.472109 4.616086 -5.994869 -4.281764 6.74593 -5.93312 -4.388882 6.80912 -5.953232 -4.425824 6.524774 -5.88516 -4.233614 6.73669 -5.836729 -4.339476 6.794393 -5.855513 -4.613766 6.633336 -5.937054 -3.92229 7.120512 -4.001321 -1.340178 7.191063 -4.240539 16.57414 8.797673 -4.303256 16.81797 9.107953 -4.362118 16.84661 9.230027 -4.427852 16.73119 9.041809 -4.19096 16.68387 9.062586 -4.235816 16.82977 9.241107 -4.207357 16.60988 9.099097 -4.312505 16.6702 9.175731 -4.428661 16.62709 9.088461 -0.2390338 -18.78177 26.05044 -0.3075952 -18.7374 26.14171 -0.186599 -18.84112 26.14338 -5.539103 -6.278355 4.604362 -5.797003 -6.281633 4.522747 -17.8539 -18.16324 20.66234 -0.01920509 -19.31057 25.97275 -0.02821356 -19.30632 26.14643 -1.050508 73.89532 5.158345 -0.1072785 71.34662 4.075802 -0.1862967 69.88462 4.059807 -1.122081 54.32318 4.527263 -1.249885 43.7875 8.807076 -0.6102473 39.1291 8.151277 -0.3832708 40.26876 7.8424 -2.118819 31.26913 14.66598 -0.7878158 -7.983622 26.41265 -1.179951 -7.855947 26.37751 -1.024688 -7.585327 26.07638 -1.098072 -9.29657 26.17705 -0.9428091 -9.02595 25.87592 -0.6683815 -7.26655 24.2781 -1.045058 -7.23093 24.30806 -0.9132934 -7.181858 24.68568 -0.4728926 -8.688509 24.61615 -0.9950745 -7.063623 21.76844 -0.7192745 -7.152887 22.2767 -0.9413199 -7.033781 22.52885 -0.7514735 -8.247004 21.84597 -0.7438379 -9.457398 27.98773 -0.9134138 -8.817582 27.77311 -0.3495893 -10.98621 27.52622 -1.292079 -4.057133 30.65618 0.09861648 -17.11042 25.47455 0.04992055 -17.42231 25.53924 0.1185379 -17.57469 25.65002 0.07478952 -18.03649 25.64061 4.94755e-4 -17.74961 25.56887 6.84622e-4 -17.94119 25.82906 0.1061359 -17.42329 25.91385 5.00781e-4 -18.28546 25.66235 0.001242816 -16.47133 26.65454 0.001242816 -14.92131 27.0075 0.001242816 -13.62125 26.98386 0.001243114 -11.77632 25.95942 0.00124365 -11.12775 24.16997 0.001242697 -19.11352 25.43456 0.001242756 -19.43259 26.16324 0.001242816 -15.90286 26.7469 0.001242756 -18.41629 26.40767 0.001242756 -14.63304 25.77684 0.001242756 -15.01801 25.84776 0.00124377 -16.08477 25.87656 0.001242756 -14.24947 25.63096 0.001242756 -14.37301 25.69631 0.001245617 -19.10424 26.05272 -0.1749947 -16.28264 26.65909 -0.2245018 -15.05043 26.89703 -0.2031401 -16.59802 26.55956 0.001242756 -19.39471 26.23898 -0.1799311 -14.3739 27.09784 -0.1444147 -19.05871 25.42207 -31.28009 -29.07196 21.69544 -0.2318268 -12.67264 26.6382 -0.128876 -11.06042 25.08197 -0.2324481 -11.73909 24.94374 -0.1419695 -10.57343 23.20032 -0.04646587 -18.60171 25.36037 -0.1491666 -19.04831 25.49359 -0.05855643 -19.04927 26.07676 -0.1022193 -18.15436 26.39793 -0.2083323 -15.52086 26.74592 -0.06928128 -18.62361 26.34479 -27.7017 -26.67028 21.65075 -0.1377751 -14.17248 25.58075 -0.03273493 -14.4906 25.76822 -0.07241231 -14.83686 25.85644 -0.07323306 -15.20526 25.90557 -0.08572822 -15.93311 25.91085 -0.1057303 -16.23507 25.90788 -0.0443539 -14.33753 25.6703 -28.06543 -26.48094 21.78455 -23.73133 -23.31982 21.42297 -28.90973 -27.29215 21.09155 -23.43191 -23.67006 20.99207 -28.50347 -27.47054 21.45773 -23.64969 -23.5331 20.39801 -24.77695 -23.59964 20.18672 -31.68635 -28.89358 21.32925 -26.22219 -24.29961 20.82548 -29.81404 -27.44676 21.66705 -24.59275 -23.20846 21.39629 -20.79978 -19.90797 20.63811 -21.05114 -20.30745 19.83312 -18.87675 -18.48659 20.09448 -19.58009 -20.62425 20.11775 -20.31226 -20.48521 19.58203 -18.93864 -19.02957 19.52136 -20.1297 -19.89858 21.09647 -19.64889 -20.43709 20.8272 -0.07243251 -18.36976 25.75574 -0.104146 -17.42329 25.91385 -0.07329314 -18.03649 25.64061 -0.04836851 -17.42231 25.53924 -18.02194 -19.24153 20.30392 -18.19561 -18.29871 19.93607 -5.367505 6.757121 0.931241 -3.930781 6.024371 0.9326229 -2.464922 6.691011 0.54142 -2.640036 6.82334 0.7835169 -2.915009 6.382698 0.3342791 -2.56975 6.454085 0.3183642 -5.702243 6.994468 1.308319 -5.466191 6.924434 1.31689 -4.352803 6.17183 1.35115 -4.110705 6.153839 1.350555 -4.033583 5.857584 0.4872437 -2.73029 6.600829 1.11151 -2.862435 6.344074 1.301207 -2.473754 6.605795 0.9829865 -2.543073 6.417791 1.301809 -5.605896 6.807283 1.385886 -5.809306 6.67042 1.392196 -5.891282 6.83695 1.2449 -5.37639 6.693578 1.252803 -5.48337 6.583565 1.397418 -4.229743 6.000778 1.428325 -4.388291 5.816709 1.439857 -4.485844 5.970426 1.282175 -3.972108 5.931159 1.282063 -4.071864 5.791868 1.438921 -2.659785 6.01939 1.273809 -2.93914 5.891193 1.139955 -2.394916 6.019133 1.136797 -5.699395 6.281363 1.337562 -5.976541 6.297327 1.210507 -5.419548 6.143547 1.218512 -4.228245 5.442932 1.387737 -4.498311 5.395795 1.255492 -3.950984 5.351652 1.256081 -2.629276 5.573608 1.015012 -2.717421 5.243444 0.7806988 -2.85077 5.45552 0.9161615 -2.412741 5.559133 0.9125614 -2.510913 5.292113 0.7797909 -5.724267 5.850413 1.106615 -5.814611 5.579088 0.8598633 -5.930448 5.843838 0.9951773 -5.513693 5.726804 1.01362 -5.638413 5.530256 0.8759794 -4.208292 4.994918 1.143946 -4.287556 4.701811 0.8868532 -4.421317 4.946233 1.033142 -3.990485 4.909728 1.037368 -4.094333 4.684492 0.8909702 -2.596331 5.042125 0.5910874 -2.647195 4.959163 0.4715414 -2.746191 5.07906 0.6192389 -2.464788 5.158528 0.6153841 -2.538237 5.000149 0.4680929 -5.734264 5.333806 0.6574574 -5.787414 5.282853 0.5251408 -5.855719 5.441937 0.6803398 -5.60932 5.367243 0.6999607 -5.688375 5.247859 0.5317955 -4.188096 4.470212 0.6649628 -4.247963 4.417026 0.5251942 -4.328253 4.561727 0.6960354 -4.054048 4.529703 0.7025185 -4.134027 4.398025 0.5285587 -2.609555 5.189015 0.4781666 -2.784757 5.187722 0.5474339 -2.445171 5.283836 0.541625 -5.724385 5.456272 0.5771246 -5.868525 5.548795 0.6483078 -5.569749 5.462578 0.6569471 -4.190149 4.609808 0.5752144 -4.36182 4.673145 0.6512423 -4.026606 4.635908 0.6573601 -2.882414 6.01931 0.4588404 -2.513701 6.104878 0.4546108 -5.880658 6.347854 0.5975819 -5.54099 6.254611 0.5979099 -4.367481 5.482589 0.6060228 -4.027647 5.455112 0.6118784 -3.043311 6.241802 0.5005627 -2.713551 6.241987 0.3807612 -2.424 6.379549 0.4864454 -4.197231 5.66633 0.5256567 -3.915683 5.711405 0.6809168 -5.401941 6.467558 0.6756067 -2.367972 6.295389 0.8694592 -3.056046 6.136104 0.8730888 -3.890154 5.601057 1.020254 -4.546415 5.653374 1.015334 -5.347269 6.369671 0.9921408 -6.012873 6.549768 0.9865913 -1.030257 10.45071 1.041208 -1.592603 10.06822 1.130721 -1.729554 10.23339 0.8389578 -1.347369 9.632153 0.6667585 -1.515959 10.01868 0.6144247 -1.16394 9.725688 0.4976053 -1.233143 10.20424 0.5675449 -0.9246709 9.915137 0.6015768 -1.056568 9.283279 0.4641829 -0.926802 9.328422 0.3503018 -0.7940476 9.46935 0.4220419 -0.9611678 9.206116 0.5486393 -0.8640295 9.135077 0.3184986 -0.825076 9.213819 0.4879103 -0.7782007 9.202857 0.3020935 -0.7476804 9.362807 0.5081987 -1.170484 9.478362 0.9506493 -0.9714077 9.34219 0.7754831 -1.006385 9.639591 1.043862 -0.8189904 9.449928 0.7461605 -0.8051523 9.730152 0.8947029 -1.458909 10.26591 1.587683 -1.475519 10.58617 1.514608 -1.179378 10.46286 1.545051 -1.229828 10.72774 1.337867 -1.527759 10.89004 1.322228 -1.332692 19.72195 12.73327 -1.573485 17.04788 13.32594 -0.5567361 68.34091 2.560783 -0.6634703 58.40292 2.694694 -0.8346232 48.10818 4.042559 -0.9024394 38.47137 6.443324 -1.025238 29.97039 9.399724 -1.162282 23.62345 11.5886 -1.813629 18.23633 13.38573 -1.36238 18.16699 12.84991 -0.5823411 72.55993 2.934384 -0.4490829 72.29147 2.644153 -0.749013 63.47102 2.59727 -0.509561 63.32757 2.341085 -0.9896892 53.36556 3.381042 -0.6893916 53.28345 3.108388 -1.120438 43.08377 5.275512 -0.8179191 43.03636 4.978278 -1.193423 34.19442 8.090709 -0.8804076 34.15108 7.753984 -1.411782 26.33471 10.90066 -1.054458 26.29231 10.51745 -1.582036 21.57596 12.45367 -1.126456 21.52463 12.00864 -2.081413 16.14656 13.70752 -1.58051 15.78905 13.00767 -2.04731 18.34746 14.4605 -2.012127 19.78907 13.37058 -2.192656 17.17384 14.09631 -1.723151 20.00012 14.64225 -1.846608 17.02664 15.60152 -1.007145 20.21584 15.32263 0.001248717 77.80064 3.850371 -0.6695607 72.86753 3.364428 -0.8050261 68.49976 2.883486 -0.8053088 68.90254 3.428182 -0.9167023 63.62078 3.077907 -1.049801 58.53081 3.038094 -1.023617 59.02071 3.620267 -1.221178 53.48054 3.899917 -1.293034 48.18059 4.413612 -1.231797 48.7447 4.978153 -1.370291 43.17441 5.846036 -1.377893 38.53303 6.858799 -1.29543 38.98231 7.486516 -1.429508 34.28655 8.772091 -1.546404 30.03202 9.879082 -1.411245 30.49372 10.65173 -1.6813 26.42831 11.71884 -1.804434 23.69072 12.14704 -1.63741 23.99545 13.17454 -1.891641 21.68924 13.42554 -2.31499 15.98543 15.02039 -3.501858 14.15513 6.978806 -5.237946 14.3021 7.02178 -3.503574 13.7832 2.694871 -3.333319 13.88569 2.404347 -5.758152 14.01447 2.769453 -5.816341 13.93955 2.24929 -5.977599 13.29692 1.906765 -5.980046 13.34485 3.141224 -6.109522 13.08457 2.429094 -3.518014 14.65485 6.676462 -5.214047 14.89118 6.726542 -5.163686 13.68254 7.312836 -3.214693 13.62571 5.912116 -3.455269 13.54016 7.254448 -5.899561 13.39003 4.007493 -3.002492 12.84298 4.285496 -5.501427 11.85566 5.40182 -2.953402 11.57128 5.32477 -4.833953 10.97536 4.430904 -4.201623 10.89723 4.323834 -5.287221 11.30532 4.583752 -3.465264 11.15698 4.411559 -4.5789 10.95349 4.203633 -5.054789 10.9885 4.576193 -5.118032 11.17214 4.173317 -5.523913 11.64177 4.485027 -3.791565 10.82758 4.361494 -3.893231 11.0615 4.044231 -3.203198 11.56168 4.412166 -3.112867 11.13814 4.828591 -3.353391 10.40884 4.567363 -6.176573 11.4124 0.8159065 -5.397954 7.391285 0.3200913 -5.202813 6.72729 1.476529 -6.119726 6.906756 1.428767 -5.978434 7.474495 0.3046284 -4.532974 6.596095 0.2496747 -3.935196 6.56299 0.2568722 -3.814555 5.910598 1.449838 -4.619763 5.943164 1.418656 -3.23516 6.974601 0.2638121 -2.48948 7.046891 0.251915 -2.31204 6.446113 1.386403 -3.183237 6.348445 1.421835 -5.162181 10.34431 0.5527229 -5.090836 9.734408 2.055574 -6.020768 9.831727 1.95969 -5.84932 10.36287 0.531394 -4.728517 10.03309 0.5107603 -4.044061 9.917913 0.473237 -3.917883 9.419316 2.025601 -4.767506 9.452125 2.065556 -3.686283 10.20534 0.476017 -2.93727 10.49556 0.4559584 -2.757797 10.07416 1.973561 -3.663417 9.665757 2.023548 -3.850391 11.22418 0.4668789 -3.17872 11.70814 0.4787893 -2.966219 10.6709 2.027132 -3.762495 10.07644 2.114984 -4.938858 11.20641 0.5276575 -3.980631 11.06891 0.4683972 -3.938363 9.942348 2.119128 -4.875168 9.977078 2.161914 -5.098797 11.18372 0.512846 -5.077873 10.11858 2.15026 -6.06849 10.35319 1.993989 -5.965728 11.17928 0.5114641 -5.122251 11.14004 3.569453 -3.98369 11.07073 3.546039 -6.010897 6.869277 0.3177052 -6.168592 6.684381 0.9601565 -5.329588 6.727654 0.3352814 -5.187663 6.456505 0.9911785 -5.232303 7.886334 0.5510254 -5.014781 7.529592 1.18442 -6.240628 7.678784 1.123896 -6.163502 7.993206 0.5157633 -4.557486 6.026959 0.283598 -4.678715 5.785338 0.9584608 -3.742139 5.717357 0.9871082 -3.875558 5.971109 0.2965927 -3.82348 7.032359 0.4525147 -3.711201 6.703626 1.089675 -4.755067 6.717247 1.070332 -4.660586 7.052075 0.4475021 -3.182581 6.361565 0.2690201 -3.244973 6.161804 0.8511267 -2.242387 6.307046 0.8198538 -2.419359 6.464672 0.2476797 -2.440258 7.532996 0.4393778 -2.318429 7.20344 1.07516 -3.465734 7.445525 0.4738045 -3.475726 7.098512 1.132901 -2.765143 9.697296 0.5474119 -2.629677 9.648633 1.345189 -3.707157 9.468657 0.5871639 -3.758601 9.390275 1.397045 -3.901959 9.171647 0.5691404 -3.769257 9.111423 1.379969 -4.818786 9.265566 0.5993424 -4.893068 9.176578 1.410093 -5.117663 9.86444 0.7050772 -5.007931 9.62991 1.463268 -6.043397 9.851023 0.6482325 -6.169019 9.640283 1.374974 -5.049568 10.66522 0.7337208 -4.987068 10.18987 1.616192 -6.235142 10.32574 1.49227 -6.085463 10.71015 0.6845646 -3.952201 10.44009 0.6678047 -3.865581 9.92428 1.556177 -4.895699 10.59883 0.7254887 -4.940915 10.02745 1.618972 -2.95126 11.09788 0.6376124 -2.80127 10.69856 1.485416 -3.837865 10.60367 0.6700306 -3.852993 10.05194 1.556094 -3.050254 11.10117 1.407833 -3.225605 11.76915 0.5966272 -3.889051 11.01837 0.6734505 -3.851233 10.33035 1.601047 -5.069768 11.15752 0.7395649 -5.032599 10.44548 1.65257 -5.114612 7.070011 0.6809425 -6.247922 7.264289 0.6393824 -3.709581 6.312225 0.6176205 -4.725035 6.360914 0.5995865 -2.286983 6.833732 0.558197 -3.433261 6.695442 0.6019564 -4.985827 10.15472 1.033442 -6.238617 10.18002 0.9383879 -3.827042 9.726873 0.9331169 -4.949356 9.862008 0.9838781 -2.742182 10.34871 0.9031115 -3.859869 9.909705 0.9482641 -3.010581 11.24218 0.9246388 -3.883986 10.55915 1.033425 -3.870439 10.51873 1.033848 -5.026153 10.69241 1.101157 -5.023802 10.71388 1.096805 -6.292228 10.84133 1.023003 -6.226664 10.86157 1.571489 -6.070113 12.39467 2.571911 -5.921046 12.45581 3.15571 -3.398277 7.981837 0.3700972 -3.526106 8.925232 0.3969812 -2.619451 8.030117 0.3458252 -2.784775 9.041328 0.3701964 -2.42929 7.734313 1.391608 -2.565563 9.034848 1.572455 -3.42544 7.659499 1.455309 -3.595469 8.903226 1.620872 -2.411149 7.969768 0.6639595 -2.577901 9.057223 0.7276287 -3.641112 7.897321 0.7193966 -3.739409 8.931531 0.7850094 -2.608238 8.4952 0.4630184 -2.465607 8.470617 0.990613 -3.641776 8.398786 1.053269 -3.578177 8.438242 0.503232 -4.58726 7.527598 0.3534069 -4.655812 8.579245 0.3999195 -3.963206 7.511584 0.3503475 -4.011517 8.529342 0.3827658 -3.776762 7.232436 1.439024 -3.792092 8.533655 1.642717 -4.735579 7.215716 1.431407 -4.789527 8.533931 1.658059 -3.704443 7.458421 0.6897497 -3.735031 8.538373 0.765666 -4.80814 7.469456 0.6889296 -4.897839 8.593545 0.7854109 -3.852639 7.972613 0.4825983 -3.705712 7.949664 1.061155 -4.859041 7.953217 1.066465 -4.737154 7.998445 0.4927874 -5.380826 8.485429 0.4644175 -5.290517 9.449168 0.5203991 -5.028545 8.11071 1.552024 -5.048181 9.182708 1.714985 -6.064985 8.131639 1.498914 -6.003054 9.135702 1.659426 -5.994909 8.537165 0.4463043 -5.880751 9.44646 0.4986611 -5.029726 8.368176 0.8146305 -5.015564 9.361503 0.9037943 -6.249118 8.437469 0.7633858 -6.195772 9.347077 0.8363915 -5.189363 8.950677 0.6194534 -4.974193 8.842247 1.178801 -6.147216 8.80604 1.126926 -6.078762 8.97433 0.5833702 -5.86283 11.52147 2.584374 -5.936695 10.84886 2.118605 -5.98157 12.30866 0.8797159 -3.088686 11.05192 2.917768 -3.096458 10.84044 2.581099 -4.13784 13.8153 1.747141 -4.006706 12.79235 0.7010298 -6.22794 11.5537 1.359112 -6.162854 12.41061 2.032677 -4.978988 10.34912 2.492352 -5.019311 10.79371 2.971168 -3.952316 10.34384 2.497 -4.021264 10.76451 2.991064 -6.056527 11.56972 1.971434 -6.097947 12.41313 1.471821 -3.219602 7.448484 0.2580652 -2.584663 7.495542 0.2519083 -2.522681 7.292929 0.1317119 -2.501528 6.858397 0.1009473 -3.160015 6.785223 0.1020107 -3.228219 7.225287 0.1333684 -4.488818 7.020299 0.2428722 -3.992215 7.007173 0.2473659 -3.910684 6.786066 0.1304979 -3.927508 6.367364 0.09933185 -4.51299 6.408488 0.09113693 -4.535693 6.81399 0.1229219 -5.961859 7.945198 0.315588 -5.484949 7.889876 0.3271208 -5.900216 7.234672 0.1368808 -5.962458 7.690168 0.1836795 -5.403331 7.646894 0.1915512 -5.395941 7.190238 0.143177 -5.947327 9.001094 0.3727646 -5.857106 9.400461 0.3311482 -5.744224 9.750533 0.4274874 -5.950788 8.210713 0.3442497 -5.96959 8.561358 0.2876482 -5.302725 9.76793 0.4406004 -5.280705 9.389216 0.3403034 -5.325841 8.966861 0.3824511 -5.386213 8.515469 0.2956705 -5.486225 8.161442 0.3555794 -4.100929 8.928778 0.3095389 -4.003747 8.445579 0.2146987 -3.95868 7.953287 0.2579117 -3.956573 7.53962 0.1901655 -4.014189 7.241096 0.2626639 -4.647912 7.99498 0.2685566 -4.650034 8.501859 0.2283163 -4.604896 8.985671 0.3265343 -4.494979 7.251129 0.2614822 -4.586928 7.568696 0.1941051 -2.907855 9.398442 0.2948532 -2.778861 8.967109 0.1936464 -2.671235 8.505021 0.2427415 -2.638282 8.077546 0.1763706 -2.641749 7.740809 0.2624149 -3.492485 8.425517 0.2804155 -3.518409 8.863557 0.2293186 -3.493922 9.268529 0.3125143 -3.262523 7.698536 0.2746201 -3.392558 8.014391 0.2075214 -3.340721 12.00497 0.3399172 -3.164355 11.65031 0.2879772 -3.008871 11.22842 0.3807354 -3.807698 10.87744 0.3818216 -3.866088 11.29485 0.2852602 -3.881331 11.58323 0.3086434 -2.968834 10.54478 0.3175898 -2.966504 9.941064 0.3484869 -3.554618 9.755512 0.3578148 -3.686312 10.30347 0.3192005 -4.025006 11.46248 0.3162031 -4.013079 11.04575 0.2958746 -4.007963 10.568 0.3875675 -4.804367 10.71839 0.4358034 -4.855745 11.18905 0.346364 -4.946622 11.57643 0.3715324 -4.051911 9.962618 0.3252392 -4.109554 9.451505 0.3570356 -4.621409 9.530827 0.3806458 -4.69424 10.08164 0.3581905 -5.895466 10.80762 0.4021568 -5.886968 11.1723 0.2802639 -5.883795 11.48677 0.3382349 -5.121109 11.55048 0.3306875 -5.067757 11.17429 0.2797346 -5.083754 10.76908 0.4040279 -5.727834 10.05852 0.4260149 -5.822022 10.38992 0.3370466 -5.157341 10.36581 0.3436289 -5.254871 10.06766 0.4374056 -3.882174 12.57939 0.3758288 -3.872554 13.39129 0.6350031 -3.988194 13.5625 1.130957 -3.938984 13.99769 1.615015 -4.046694 14.04341 2.162628 -3.432134 12.67563 0.3839312 -3.385301 13.54704 0.7329607 -3.364797 14.01627 1.630344 -4.157876 13.561 1.118494 -4.277816 13.38373 0.6070633 -4.149764 12.55846 0.3621769 -4.363968 14.06904 2.160915 -4.38934 13.99953 1.607296 -5.796025 12.51151 0.3968353 -5.670036 13.34138 0.638279 -5.841241 13.30978 1.213925 -5.685964 13.93667 1.658351 -3.580275 11.31732 3.891031 -3.941239 13.9628 2.581281 -3.252611 10.50537 2.461701 -3.673605 10.20822 2.484496 -3.516496 12.22227 0.3686142 -3.780817 11.96932 0.3218384 -2.905903 6.11506 1.342116 -2.442755 6.17418 1.332705 -2.966995 6.427687 0.1212749 -2.618237 6.46921 0.1180009 -3.090001 7.570538 0.3076983 -2.741309 7.595337 0.3024244 -2.569146 6.737767 1.698223 -3.004085 6.692888 1.726306 -3.382929 9.506258 0.3506231 -3.065982 9.601059 0.3433027 -2.88762 9.58101 2.15943 -3.368874 9.447863 2.17632 -2.999088 10.18338 2.267762 -3.491797 9.86008 2.309127 -3.006386 6.097993 0.3056421 -2.519779 6.179677 0.2872954 -3.218225 11.20465 3.277386 -3.706521 11.01694 3.378448 -3.340906 10.67879 2.960072 -3.784823 10.50814 2.857253 -3.093633 7.528954 0.1883707 -2.712751 7.555656 0.1862964 -2.635295 7.029063 0.04574489 -3.064105 6.978032 0.04545307 -3.022707 9.324355 0.2119226 -3.372588 9.259744 0.2234945 -2.776937 7.753479 0.180746 -3.141546 7.729266 0.1877946 -2.832016 8.473179 0.1173038 -3.334312 8.418591 0.1460809 -3.093221 9.945757 0.2851296 -3.441985 9.844193 0.2881546 -3.432452 11.87958 0.2201547 -3.76547 11.66387 0.2188501 -3.175009 11.08125 0.2563286 -3.646245 10.90117 0.2543097 -3.75513 13.08673 0.3332138 -3.523287 13.14991 0.4062262 -3.85521 14.13175 2.050152 -3.539289 14.09957 2.086131 -3.7611 13.81567 1.088147 -3.480489 13.82522 1.138815 -2.707798 6.317304 1.578188 -3.162156 9.742894 2.24719 -3.354623 10.15064 2.441036 -3.34905 11.42468 3.760241 -2.773008 6.22183 0.2057332 -3.51377 10.76113 3.23459 -3.545716 10.3779 2.796382 -2.908929 7.607698 0.2606096 -2.819142 6.707058 0.04537487 -2.881739 7.324563 0.08990001 -3.216734 9.477067 0.2835369 -2.925717 7.606029 0.2487421 -3.01385 8.02907 0.1204557 -3.148856 8.909394 0.1399593 -3.234663 9.646167 0.3151941 -3.636021 11.92152 0.2666006 -3.510971 11.45431 0.1953859 -3.325033 10.3878 0.2465105 -3.638889 12.57406 0.3081751 -3.725232 14.01432 2.3667 -3.611834 13.52213 0.6593266 -3.649101 14.0357 1.612371 -5.802388 12.28348 3.80628 -5.381535 11.35537 3.974492 -5.314071 14.17661 2.765323 -5.772412 10.3764 2.322068 -5.245122 10.19328 2.439589 -5.728665 11.84481 0.3498411 -5.264969 11.80474 0.3605938 -5.512229 6.82166 0.1642522 -5.7765 6.862844 0.1595602 -5.939848 6.540441 1.463472 -5.499406 6.441119 1.483411 -5.421112 7.163149 1.733788 -5.928586 7.252455 1.700929 -5.609038 8.01982 0.3805161 -5.867341 8.055321 0.3728933 -5.285344 9.468243 2.192255 -5.726806 9.500946 2.152876 -5.38823 9.926393 0.4781685 -5.623478 9.913937 0.4696627 -5.246986 9.85394 2.347504 -5.783054 9.958633 2.272652 -5.931544 6.543034 0.3927918 -5.456174 6.419919 0.400487 -5.736786 11.50656 3.187092 -5.321412 11.04847 3.348752 -5.628139 10.75227 2.633017 -5.195084 10.50002 2.760714 -5.57208 7.971354 0.2634811 -5.865248 7.998304 0.257534 -5.82217 7.396737 0.08824348 -5.472421 7.374608 0.09123134 -5.650145 9.730337 0.3483334 -5.379183 9.741416 0.3550415 -5.846503 8.213169 0.269207 -5.568566 8.189604 0.2747812 -5.824887 8.967415 0.2471733 -5.428393 8.941531 0.2509232 -5.62457 10.06069 0.3371401 -5.334658 10.06643 0.3427286 -5.678027 11.48377 0.2189302 -5.233583 11.51562 0.2174091 -5.72566 10.79855 0.2505274 -5.237836 10.77377 0.2523127 -5.748814 6.775571 1.597841 -5.488496 9.681247 2.278824 -5.498997 10.07025 2.413841 -5.594469 11.46033 3.70126 -5.67351 6.598094 0.2673426 -5.461278 10.80496 3.079428 -5.435823 10.34227 2.61508 -5.736191 8.061746 0.3362293 -5.636087 7.096773 0.08435153 -5.681985 7.73635 0.1522665 -5.502549 9.889209 0.4241638 -5.728446 8.056834 0.3263064 -5.672934 8.518694 0.2248573 -5.562767 9.397915 0.2703266 -5.493031 9.936589 0.4138689 -5.507321 11.65856 0.2769184 -5.452053 11.20423 0.1903934 -5.476298 10.37711 0.2694454 -4.881466 11.03479 3.884532 -4.288321 10.97138 3.840208 -4.96735 14.19875 2.665438 -4.485069 14.13013 2.545429 -4.131283 10.06331 2.46464 -4.689608 10.06946 2.478925 -4.265358 11.85479 0.3390942 -4.866688 11.81354 0.3824978 -4.414126 5.626385 1.501822 -3.998136 5.597192 1.519854 -4.369954 6.04973 0.1189966 -4.072707 6.021062 0.1239128 -4.379176 7.120343 0.294796 -4.119012 7.116554 0.296813 -4.005793 6.277048 1.679769 -4.421512 6.277732 1.666143 -4.498064 9.229389 0.3713417 -4.227732 9.193396 0.3600903 -4.078772 9.160349 2.214351 -4.526001 9.167772 2.228018 -4.119637 9.549349 2.329677 -4.594206 9.555676 2.357805 -4.82867 10.89839 3.390059 -4.294202 10.86457 3.395203 -4.436553 5.700771 0.36975 -3.960521 5.65969 0.3803291 -4.722504 10.43562 2.814752 -4.231298 10.42417 2.804484 -4.388247 7.084164 0.179574 -4.079216 7.076692 0.1823606 -4.010382 6.537971 0.04547882 -4.420444 6.562457 0.03953552 -4.192698 8.893789 0.2296857 -4.499593 8.927507 0.2388381 -4.104859 7.265443 0.1834306 -4.395823 7.271955 0.1829071 -4.078232 7.956288 0.1357831 -4.516572 7.986505 0.1413459 -4.204474 9.512194 0.2955294 -4.511173 9.560937 0.3090658 -4.210744 11.45618 0.2460699 -4.71778 11.5292 0.2771435 -4.162389 10.54925 0.2767143 -4.61606 10.63774 0.3019333 -4.528341 13.052 0.2752915 -4.704652 14.1694 2.065293 -4.201127 5.845362 1.600368 -4.324518 9.346082 2.305305 -4.371446 9.772741 2.460927 -4.596368 10.91606 3.706136 -4.20807 5.784696 0.2375135 -4.518327 10.58287 3.204554 -4.425598 10.17656 2.715756 -4.243303 7.144598 0.253026 -4.220626 6.277443 0.0390892 -4.223387 6.8647 0.08693218 -4.357826 9.125691 0.3042822 -4.247171 7.138603 0.2439498 -4.269404 7.554922 0.1243333 -4.323511 8.48667 0.1529541 -4.358542 9.303489 0.3332863 -4.493829 11.67185 0.314064 -4.421817 11.11923 0.2384567 -4.364556 10.00933 0.2705994 -4.892881 14.19623 2.395081 -2.858718 12.36166 3.287796 -2.929579 11.60623 3.190131 -3.187664 13.98009 1.979272 -3.264354 13.2419 0.4434471 -3.216429 13.80471 1.15239 -2.962951 12.6028 3.672523 -3.083037 12.00457 4.071282 -2.529891 11.93202 2.947221 -3.111879 13.4864 0.7435312 -3.042415 13.84324 1.561303 -3.049932 11.8901 3.508739 -3.055648 12.03834 3.761959 -3.200485 11.53073 3.595544 -6.044172 6.675854 0.6169911 -4.580603 5.810197 0.5839815 -3.056955 6.303721 0.9635515 -5.849881 6.726927 0.537982 -5.711354 6.509755 0.4468298 -2.54265 8.395133 1.632453 -2.799774 8.300683 1.917171 -3.426302 8.301609 1.687694 -3.158242 8.246949 1.941072 -3.083369 9.247682 2.191396 -3.02017 8.635155 2.075426 -2.840606 7.099435 1.772183 -2.940469 7.8841 1.845997 -5.135863 8.681156 1.843796 -5.418636 8.562166 2.100341 -5.904551 8.640294 1.798828 -5.678708 8.572814 2.077104 -5.486936 9.260895 2.209141 -5.517365 8.820712 2.169628 -5.671735 7.543684 1.843572 -5.586666 8.210001 2.02344 -3.849267 7.871695 1.707336 -4.089723 7.768572 1.952227 -4.672604 7.839655 1.724119 -4.393355 7.747336 1.968808 -4.282212 8.896827 2.268539 -4.253964 8.160394 2.118403 -4.210374 6.634799 1.799965 -4.229429 7.350267 1.922518 -2.861423 9.008008 2.159097 -2.677335 8.74531 1.978443 -2.700605 9.226723 2.067504 -3.351814 8.636839 2.008241 -3.2345 8.935708 2.167658 -3.453022 9.084885 2.089293 -2.625044 7.914997 1.754225 -2.737486 7.529481 1.765227 -2.53564 7.32371 1.697488 -3.045058 7.482698 1.7904 -3.234019 7.832044 1.800634 -3.192921 7.247322 1.747188 -5.356978 9.042231 2.220092 -5.26231 8.878783 2.126017 -5.196807 9.202172 2.132747 -5.763055 8.888491 2.086438 -5.630811 9.057105 2.197914 -5.819507 9.220786 2.085289 -5.303247 8.210486 1.97958 -5.461889 7.851461 1.952075 -5.234167 7.665703 1.844416 -5.765045 7.875169 1.929771 -5.833314 8.229029 1.939874 -5.948559 7.740427 1.796653 -4.099919 8.569058 2.232617 -3.957644 8.24408 2.035097 -3.932538 8.772212 2.126911 -4.553475 8.215221 2.059771 -4.429028 8.556264 2.246603 -4.622341 8.764611 2.14746 -3.972086 7.401716 1.835577 -4.091968 7.025471 1.874804 -3.927838 6.8483 1.748693 -4.344694 7.007687 1.887976 -4.491534 7.367866 1.859436 -4.526896 6.827358 1.751064 -0.3754675 -17.60511 26.82572 -0.3653013 -18.20827 26.78769 -0.1777511 -19.54877 26.44678 -0.5295123 -18.36741 26.52599 -0.6395071 -17.70298 26.59209 -1.05526 -16.09265 26.75518 -0.451215 -18.7433 26.05054 -0.6430146 -18.11362 26.05643 -1.027787 -15.78462 25.95895 -1.153311 -15.79113 26.82651 -1.145734 -15.67644 26.96577 -1.346582 -14.65238 27.23134 -0.8093976 -16.42435 27.15537 -0.6035333 -16.78578 27.09182 -0.325195 -17.3099 26.9669 -0.9382122 -16.45576 26.68791 -0.883459 -16.35512 26.03699 -0.8401188 -16.36703 26.7547 -0.6141819 -16.84399 26.74254 -0.7345185 -16.57763 26.73855 -0.8553554 -16.70859 26.63992 -0.5215724 -16.59365 26.83792 -0.8785898 -15.9875 26.83689 -0.8218557 -16.04749 26.84698 -0.919364 -15.88256 26.92486 -0.9070291 -15.90351 26.86402 -0.6850303 -16.07945 26.93377 -1.048048 -15.87637 27.08198 -0.8715588 -16.24566 27.1161 -0.9522782 -16.17294 27.32817 -0.906044 -15.96952 26.97451 -0.8479769 -16.05408 26.99154 -1.027938 -16.01634 27.25633 -0.2299184 -18.98934 26.59342 -0.273553 -18.74651 26.62864 -0.1852139 -18.31949 26.6592 -0.3255855 -18.8789 26.58319 -0.2627727 -19.16116 26.55917 -0.2528684 -19.16802 26.59036 -0.3090209 -18.91375 26.63635 -0.2607267 -19.25333 26.55544 -0.3559151 -18.87991 26.6054 -1.15679 -14.58165 25.31403 -0.2251991 -19.56514 26.2183 -0.5189034 -18.78989 26.34043 -0.6256589 -18.21709 26.42218 -0.7896431 -17.65399 26.4389 -0.994126 -16.64515 26.48657 -0.584213 -18.66292 26.25526 -0.7700384 -18.05959 26.26166 -0.9342266 -17.38128 26.29166 -1.017325 -16.84687 26.33251 -1.103232 -16.482 26.3328 -0.9682692 -16.7784 25.42835 -0.6927666 -18.08058 25.38591 -0.9131404 -15.95898 26.85197 -0.9507601 -15.92338 26.94449 -0.866038 -16.04423 26.84776 -0.9476422 -15.89027 26.89507 -0.7957555 -16.11566 26.97403 -0.7550778 -16.10325 26.85648 -0.6297726 -16.099 26.89133 -0.9181353 -16.02281 26.98659 -0.9113399 -16.01494 26.85312 -0.8193387 -16.11322 26.85261 -0.9885196 -15.89397 26.91221 -0.9577702 -15.9241 26.87445 -0.681531 -16.15493 26.92675 -0.8865866 -16.09808 26.99527 -0.9702489 -15.96831 26.97111 -1.084707 -15.52476 25.93008 -0.2386507 -19.53268 26.08887 -0.4470507 -18.95968 26.03459 -0.5038651 -18.94611 26.14028 -0.5772433 -18.47327 26.04222 -0.6756063 -18.44811 26.14391 -0.8093354 -17.744 26.02756 -0.8809562 -17.75308 26.13132 -1.00139 -17.10297 26.15694 -1.019838 -16.13471 25.99467 -1.140062 -16.31151 26.19377 -0.9247109 -16.60265 26.02132 -1.052193 -16.64466 26.17109 -0.5583059 -18.73962 26.06861 -0.7529536 -18.12478 26.05878 -0.9265573 -17.40543 26.04403 -0.9874065 -16.83541 26.04606 -1.047301 -16.42381 26.0533 -1.18494 -15.41688 25.91624 -1.124992 -16.15531 25.55704 -0.4994776 -18.75108 25.44389 -0.8889829 -17.38573 25.48118 -1.079493 -15.48247 25.88459 -1.289037 -15.31515 25.57421 -1.232382 -15.66369 25.68035 -1.025104 -16.68935 25.62128 -0.7164487 -18.10225 25.5305 -1.101181 -15.40524 25.83941 -1.185425 -15.25585 25.85095 -1.21547 -15.10423 25.70784 -1.142136 -15.86847 25.98284 -1.163685 -15.69729 25.44135 -1.100934 -14.72883 25.14753 -1.235586 -15.31652 25.72144 -0.9610309 -15.95047 26.86117 -1.009459 -15.89889 26.96249 -0.8884377 -16.09846 26.85212 -1.001601 -15.90237 26.88858 -0.8173927 -16.16499 26.99987 -0.7421794 -16.16862 26.85653 -0.9486636 -16.04124 27.01008 -0.9484022 -16.02187 26.84719 -0.8215418 -16.16421 26.84384 -1.005246 -15.90354 26.86939 -0.8805191 -16.1084 27.04333 -0.9841573 -15.96233 27.01305 -0.9983314 -15.84886 25.84144 -1.03501 -15.70264 25.86258 -1.242253 -15.61688 25.96047 -1.276119 -15.81467 26.02274 -1.193144 -16.07497 26.06118 -1.266977 -14.95005 25.67202 -1.351569 -15.02637 25.81936 -1.274791 -15.16548 25.82964 -1.36492 -15.22203 25.92093 -1.277457 -15.31609 25.89411 -1.337752 -15.4599 25.96774 -1.242602 -16.06528 26.22958 -1.173032 -16.27502 26.36439 -1.274506 -14.52847 25.61904 -1.173743 -16.14162 26.55346 -1.074591 -16.20639 26.68844 -1.217003 -15.55854 26.83036 -1.217092 -15.02106 26.66361 -1.138985 -14.65435 26.67568 -1.153198 -15.91093 26.74426 -1.212126 -15.68812 26.71703 -1.162611 -15.99872 26.67642 -1.358499 -15.42143 26.33924 -1.373688 -15.01728 26.30027 -0.2401919 -13.74258 28.07332 -0.9365042 -16.00236 27.46017 -0.2377043 -14.51062 28.01434 -0.7867562 -15.2745 27.79228 -0.5209319 -14.87205 27.99817 -0.1966257 -15.71218 27.7747 -0.7982671 -15.82189 27.59772 -0.5833312 -16.36223 27.41261 -0.6085293 -16.6072 27.26003 -1.002944 -15.09496 25.01866 -0.7880032 -16.16501 24.97119 -0.575181 -16.81874 24.94027 -0.4504129 -18.59199 25.1773 -0.5446292 -18.11905 25.0985 -0.4645756 -17.88798 25.00085 -0.701414 -16.74898 25.02159 -0.955127 -16.26693 25.3858 -0.7988185 -17.41383 25.35885 -0.4591915 -16.18731 24.79662 -0.7477589 -15.53593 24.84557 -0.3601631 -17.42951 24.91458 -0.39868 -18.44864 25.07396 -0.3031518 -18.29216 24.99079 -0.8896813 -15.60027 24.95176 -0.9030954 -15.95903 25.2846 -1.081298 -15.47344 25.30367 -0.7928388 -16.9138 25.31558 -0.6536583 -17.92464 25.28622 -0.50603 -18.36451 25.13673 -0.5649671 -18.40884 25.3068 -0.7341594 -17.25991 26.61562 -0.425775 -12.49111 27.99996 -1.078753 -14.35827 26.72814 -0.9857608 -13.84051 25.26774 -1.129913 -14.24004 25.46307 -0.5553643 -13.79413 24.81762 -1.074614 -13.89666 25.62276 -1.204732 -14.24285 25.66769 -1.348339 -14.52205 26.24395 -1.119076 -14.40721 26.54815 -1.01532 -13.94552 26.58545 -1.052772 -13.11822 26.53512 -1.266124 -12.19947 26.30185 -1.442324 -12.15401 27.04419 -1.514947 -11.85312 26.54167 -0.755279 -13.39328 25.07567 -0.8241581 -13.00497 25.23698 -0.9686479 -13.49968 25.47541 -0.4746994 -12.89707 24.82308 -0.9163128 -13.02041 25.51968 -0.983583 -13.51604 25.73675 -1.041633 -13.33228 26.41212 -1.025224 -12.35209 26.25469 -1.122164 -11.54385 25.9112 -1.320367 -10.84135 25.29819 -1.471596 -11.33035 25.95585 -1.55813 -10.84213 26.28186 -1.593122 -10.4264 25.38365 -0.570589 -12.40789 24.8568 -0.733603 -11.84169 24.60386 -0.9335463 -12.42459 25.15761 -0.428349 -11.9273 24.33163 -1.085338 -11.72088 24.84517 -1.04937 -11.71219 25.86894 -1.083315 -10.98903 25.30524 -1.085883 -11.18446 25.23894 -1.166699 -10.4231 24.3621 -1.399782 -10.04241 23.18866 -1.551056 -10.19274 24.33682 -1.620232 -9.539914 24.55863 -1.670488 -9.533831 23.21844 -0.6239358 -11.41052 23.87451 -0.8394801 -11.11726 23.14609 -1.012084 -11.3323 24.06162 -1.216313 -10.93668 23.22623 -1.133954 -10.7738 24.29535 -1.088747 -10.5537 24.36013 -1.093986 -10.17818 23.22838 -1.117735 -10.33537 23.22653 -1.184394 -10.06888 22.01783 -1.677119 -9.791918 21.97841 -1.646508 -9.038992 22.03698 -1.084308 -11.06499 22.22031 -1.350723 -10.72954 22.17968 -1.21475 -10.39637 22.08597 -1.098968 -10.22112 22.02268 -0.566603 -12.0002 27.89407 -1.404783 -11.26409 27.03681 -1.554744 -9.8258 25.82628 -0.1585318 -12.12188 27.77063 -0.3531655 -12.14859 27.80623 -0.8549859 -11.62693 27.75611 -1.214805 -11.4135 27.46936 -1.328155 -12.08289 27.42856 -0.2343378 -10.60493 27.06103 -1.36467 -10.24388 26.73238 -0.2929267 -9.304337 25.48932 -1.457436 -9.152781 25.31467 -1.497885 -8.911473 24.14478 -1.83069 -9.582959 20.08693 -1.317189 -8.729569 19.89499 -1.56004 -10.21585 20.10354 0.6332414 -8.595602 19.86572 1.259876 -10.6285 20.14408 1.218564 -10.46904 20.10563 1.429742 -11.05235 20.31085 1.319403 -11.26756 20.34361 -1.048185 -12.57571 26.11839 -0.8847883 -13.031 25.69775 -1.056978 -12.06078 25.70719 -1.089821 -15.62306 25.79267 -1.073727 -16.09321 25.73405 -0.5903505 -16.74417 26.96844 -0.2846615 -16.9904 27.16534 -0.4565057 -17.0079 26.84116 -0.5975003 -16.46816 26.93522 -0.6116482 -16.19594 26.88432 -0.666947 -16.13612 26.8687 -0.6740283 -16.07581 26.86599 -0.6083144 -16.4225 26.80908 -1.116415 -15.56989 25.94521 -1.132409 -15.36601 25.89151 -0.9965022 -14.38838 25.06964 -0.3781147 -14.76124 24.66938 -1.237381 -15.03951 25.5194 -1.332477 -14.74341 26.34763 -1.231073 -14.70299 26.50712 -1.3446 -15.59512 26.08175 -1.353905 -15.56444 26.26452 -1.393072 -15.29283 26.03544 -1.393398 -15.23153 26.23555 -1.264613 -15.98027 26.3788 -1.31363 -15.72532 26.34884 -1.222701 -15.75865 26.63045 -1.301381 -15.61202 26.44742 -1.260322 -15.37011 26.6274 -1.34094 -15.25593 26.42711 -1.183576 -13.90038 25.83905 -1.261961 -13.93458 25.95181 -1.279909 -14.17721 26.31007 -1.151165 -14.08855 26.43646 -1.231802 -13.84724 26.21477 -1.076988 -13.21059 26.15564 -1.401065 -15.04644 25.98211 -1.390531 -14.84993 26.18622 -1.368435 -14.78197 25.85425 -1.358674 -14.4366 26.09816 -1.380893 -15.40943 26.16536 -1.305864 -15.82925 26.26669 -1.332208 -15.70526 26.19409 -1.290203 -15.88141 26.14702 -1.282481 -15.50644 26.54883 -1.248088 -15.79715 26.54815 -1.26531 -15.8742 26.46196 -1.209115 -15.98221 26.586 -1.302965 -15.02545 26.47941 -1.266589 -14.44433 26.39467 -1.134724 -13.45704 25.97932 -1.147233 -13.51394 26.29575 -1.184436 -13.78172 26.36823 -1.088108 -13.14119 26.33088 -1.407927 -15.09875 26.12139 -1.3937 -14.7783 26.04442 -1.322284 -14.38047 25.86221 -1.211869 -14.67839 26.81361 -1.333755 -14.72883 27.04115 -1.283628 -15.05086 27.29093 -1.294203 -15.04947 27.12913 -1.16318 -15.59601 27.05972 -1.290445 -14.89855 27.44867 -1.029802 -15.13463 27.70605 -1.360013 -14.40203 27.11989 -1.400985 -14.0878 27.36764 -1.434099 -13.20638 27.29088 -1.220178 -15.38261 27.17365 -1.255915 -15.31191 27.021 -1.293706 -15.09417 26.95681 -1.233493 -15.44162 26.93238 -1.182587 -15.30487 27.48521 -1.198093 -15.47274 27.34133 -1.002032 -15.57844 27.58039 -1.324428 -14.34314 26.90778 -1.383846 -14.01703 27.01335 -1.193603 -13.81478 26.7426 -1.287724 -12.6044 27.78468 -0.8099601 -12.24336 27.94197 -1.406263 -13.90527 27.20046 -1.169348 -12.04012 27.7531 -1.111681 -15.74585 27.19964 -1.093378 -15.76532 27.41179 -1.191919 -14.84148 27.69809 -1.002441 -14.75368 27.9146 -0.804803 -14.87738 27.95641 -1.334528 -14.40514 27.54145 -1.245449 -14.57853 27.72093 -1.338449 -13.00782 27.72187 -1.31982 -13.8818 27.65403 -0.4050328 -13.09017 28.06576 -0.9296231 -13.16175 27.85889 -0.5865926 -14.61987 28.07323 -0.3752226 -14.37611 28.11443 -0.3788564 -13.80063 28.0713 -0.4171374 -14.34891 28.0022 -0.3243851 -13.99744 27.80833 -0.4641188 -13.5055 27.84761 -0.7746868 -14.72801 27.95984 -0.5487917 -14.6384 27.91114 -0.7034803 -13.59911 27.60641 -1.113298 -13.58461 27.64937 -1.123383 -14.12494 27.53897 -1.208012 -14.39672 27.64014 -1.121689 -14.65359 27.65183 -1.112513 -14.6783 27.80057 -0.926193 -14.76872 27.82208 -1.09197 -14.5033 27.56287 -0.9674152 -13.84355 27.52026 -1.059887 -14.1773 27.53605 -0.3918986 -14.40879 27.83875 -0.220684 -12.94844 27.92485 -0.1025252 -13.74887 27.94406 -0.2848955 -8.587479 23.53297 -0.2780436 -8.58807 21.62923 1.833187 -9.582961 20.08693 -0.4470475 -18.62354 26.63906 -0.512362 -17.34917 26.72559 -0.4440478 -17.92946 26.71025 -0.8974559 -17.00222 26.49436 -1.402473 -12.88634 26.64918 -1.428368 -13.16088 26.98671 -0.7023589 -14.62262 24.8391 -0.2278204 -17.96499 26.92831 -1.057357 -15.92989 26.80215 -0.9894599 -15.92918 26.83989 -1.061708 -15.81005 27.00534 -1.021941 -15.86783 26.99035 -0.9262202 -16.1769 26.7753 -0.8968995 -16.09995 26.82281 -1.129353 -15.74413 26.89689 -1.047474 -15.84714 26.88208 -0.7264322 -16.29396 27.04213 -0.7640408 -16.17983 27.04837 -0.7163953 -16.29338 26.79438 -0.721436 -16.21508 26.83126 -0.924731 -16.06257 27.10733 -0.9190227 -16.02173 27.07538 -0.5632432 -16.34752 26.87758 -0.593805 -16.25746 26.87652 -0.9604368 -16.01869 26.80366 -1.079401 -15.78363 26.94363 -1.059311 -15.8367 26.85031 -0.6346223 -16.27129 26.97753 -0.8169563 -16.12678 27.09871 -0.98063 -15.91532 27.06052 -0.812069 -16.18268 26.79831 -0.6215602 -16.27816 26.83647 -0.6783313 -16.22486 26.93069 -0.6511824 -16.22749 26.86255 -1.04544 -15.83633 26.91625 -1.258471 -15.12093 26.8357 -1.069618 -16.38466 26.54171 -0.6930399 -16.23117 26.96686 -0.2619308 -19.46669 26.39639 -0.2745897 -19.30082 26.50023 -0.2068099 -19.41385 26.57548 -0.2576139 -19.3029 26.57844 -0.3539595 -18.84102 26.73002 -0.3461676 -18.91386 26.66359 -0.4701088 -18.80434 26.50104 -0.3973861 -18.88614 26.54723 -0.24726 -19.39944 26.51128 -0.400985 -18.83085 26.62162 -3.813651 -3.147104 11.6028 -2.861874 -5.831385 10.3864 -2.990614 -4.00637 10.57355 -5.354442 -5.575864 14.39834 -2.181494 -9.953007 10.60712 -2.835392 -8.983284 10.50507 -3.357748 -8.993838 10.95058 -4.22239 -2.955476 12.73804 -4.881316 -4.488637 14.96745 -2.775345 -4.887616 10.31179 -2.999763 -7.732805 10.34371 -4.437556 -5.415559 15.46396 -4.919247 -6.634932 14.66791 -3.668285 -1.550235 12.91566 -4.029993 -2.254739 13.36743 -3.709437 -1.404729 15.01895 -3.198011 -1.761394 11.68048 -0.9348751 -2.595443 18.05262 -0.7908357 -4.915302 17.6934 -1.398302 -7.568022 16.21562 -0.8906176 -6.758852 16.92837 -0.2473017 -18.99242 26.75898 -0.1643038 -19.3507 26.64842 -0.3115798 -19.4021 26.30759 -0.4585182 -18.96357 26.37109 -0.363762 -19.10688 26.03454 -0.2692459 -18.80187 26.58929 -0.2478055 -18.93521 26.57712 -0.231786 -18.96282 26.61844 -0.2539802 -18.85334 26.6415 -0.3504554 -18.97397 26.53465 -0.2953246 -19.17038 26.52203 -0.2722271 -19.18473 26.61059 -0.3122847 -19.00773 26.64794 -0.3031668 -19.39888 26.18221 -0.4349021 -19.08485 26.22416 -0.3236405 -19.40217 26.04123 -0.4326777 -19.12075 26.05674 -0.2534444 -19.27601 26.63124 -0.3105291 -19.00914 26.70411 -0.3086874 -19.28434 26.42923 -0.4053277 -18.98262 26.4667 -0.2986231 -19.03538 26.55068 -0.2746816 -19.07491 26.62722 -0.3746522 -19.21895 26.27415 -0.3764728 -19.25712 26.11992 -0.3521709 -19.24927 26.02229 -0.2515224 -19.17825 26.6892 -0.2922106 -19.13027 26.65282 -0.3409141 -19.11644 26.48063 -0.371492 -19.1709 26.38425 -0.8125356 -16.25992 27.4014 -4.541273 -3.416648 12.12102 -4.106715 -3.301376 11.19923 -3.427819 -3.414805 10.84163 -2.96322 -4.895618 10.51376 -3.006598 -5.743725 10.33009 -3.041037 -6.697044 10.33054 -3.200227 -3.972764 10.55314 -4.025219 -7.91 10.68086 -3.347304 -7.312597 10.27224 -4.760638 -3.499715 11.3518 -4.285102 -3.212211 10.64018 -3.655443 -3.350474 10.61828 -5.218442 -3.974696 11.08231 -3.041971 -4.707438 10.35933 -3.011481 -5.489338 10.09113 -3.168963 -6.453793 10.15981 -3.290679 -3.825952 10.27812 -5.571314 -5.558051 11.11433 -4.671906 -7.285225 10.82378 -5.199156 -6.705652 10.79259 -3.760551 -7.366789 10.33554 -4.270781 -7.045736 10.39642 -3.430399 -6.799036 10.08903 -4.918572 -3.44447 10.33518 -5.5852 -4.651784 10.39654 -5.423767 -3.90094 9.54505 -2.935398 -5.295864 9.355164 -3.331987 -3.803309 9.468007 -4.429012 -3.007282 6.717041 -5.168702 -3.630496 6.364675 -3.397879 -4.660386 6.494567 -3.612713 -3.510365 6.621295 -5.316622 -4.686915 6.311435 -5.018092 -5.633047 6.43959 -4.316192 -6.032955 6.438501 -3.707244 -5.668728 6.434558 -3.262639 -4.89313 5.357027 -5.569043 -5.034008 5.570228 -4.776346 -6.187935 6.243023 -3.3047 2.752372 12.88699 -3.734387 2.636802 14.22701 -3.414405 2.959243 17.04287 -2.475186 3.235069 18.30718 -3.868265 2.803043 15.65436 -3.356927 4.680934 13.52068 -3.769264 4.536533 14.74164 -3.404417 5.283349 17.21467 -2.546111 5.893456 18.55247 -3.789573 4.843702 15.97597 -1.276722 6.176728 19.16212 -3.149597 5.739271 13.60387 -3.205393 6.041428 14.1002 -3.614737 5.457168 14.79541 -3.364788 6.458725 17.14599 -3.670661 5.733422 15.95259 -3.549904 6.294017 16.42729 -3.565682 5.817622 15.30701 -1.271325 8.125635 19.20704 -4.735196 -3.391267 13.133 -5.115681 -4.013949 14.17305 -5.168992 -7.53109 13.65573 -4.353084 -2.793128 13.72539 -4.47499 -3.501097 14.8976 -4.198116 -7.48905 14.83511 -3.806651 -4.238806 16.07125 -3.816659 -6.406658 15.66239 -5.494544 -4.655747 13.91815 -5.647267 -6.529327 13.52188 -4.695406 -3.362598 14.01528 -4.195857 -2.804786 14.50754 -4.011786 -2.256505 14.40504 -3.088345 -3.518684 16.48766 -3.279698 -5.222822 16.36671 -3.413867 -8.436289 14.38262 -2.413645 -8.224347 15.22965 -5.588933 -4.599647 13.23624 -5.224142 -3.90253 13.27025 -5.119679 -3.823424 12.26898 -5.728399 -5.529605 13.29882 -5.172612 -7.824265 12.55385 -5.688886 -6.676748 12.7576 -4.988004 -7.604887 11.54778 -4.352451 -8.320977 13.81756 -4.918168 -3.241695 6.903172 -3.95579 -3.286379 8.531193 -4.025145 -3.187652 6.992938 -5.341323 -4.137305 6.700505 -3.086566 -4.345585 8.456347 -3.340206 -4.0676 6.910798 -3.157803 -5.596899 8.378691 -3.461596 -5.238829 6.782321 -5.458304 -5.549803 8.329033 -5.217933 -5.250621 6.716387 -4.537326 -3.159211 7.51402 -5.289443 -3.713743 7.421722 -3.195972 -4.754621 7.447424 -3.548003 -3.6159 7.527796 -5.432317 -4.804068 7.337686 -4.792023 -6.706003 10.33311 -3.808018 -6.919987 10.04329 -5.302432 -6.187645 9.107658 -3.30139 -6.345764 8.948483 -4.676366 -5.956848 6.650426 -3.993163 -5.97279 6.648483 -5.131947 -5.810692 7.623903 -3.502478 -5.87211 7.659152 -4.304283 -6.869465 9.962891 -4.711921 -6.226549 7.235177 -4.329027 -6.138079 6.856851 -3.969976 -6.277344 7.254037 -5.813812 -10.96077 0.3496332 -5.514253 -13.31774 0.2313022 -5.433679 -13.69473 0.9950142 -6.056931 -13.62493 0.9605961 -5.957853 -13.28355 0.2297677 -4.870534 -13.871 0.2189769 -4.357055 -13.88897 0.2206077 -4.263639 -14.25017 1.047564 -4.926565 -14.23513 1.016173 -3.621603 -13.59418 0.1845369 -3.124944 -13.55875 0.1855525 -3.026212 -13.90409 0.9037371 -3.577435 -13.9479 0.9308224 -5.223156 -11.83333 0.3208895 -5.217129 -11.70287 1.210049 -5.811432 -11.63824 1.141093 -5.754217 -11.77203 0.3104153 -4.929228 -11.98772 0.3456774 -4.38418 -11.99462 0.3336315 -4.335451 -11.91957 1.271112 -4.938773 -11.9113 1.278986 -3.968672 -11.77381 0.2936325 -3.417959 -11.64969 0.2753668 -3.371465 -11.63023 1.102709 -3.928831 -11.74588 1.195738 -4.150133 -11.21893 0.153181 -4.073197 -11.22727 1.211135 -5.01054 -11.37132 0.1872243 -4.323357 -11.33769 0.1687145 -4.281201 -11.31181 1.254666 -4.979487 -11.32375 1.25361 -5.110035 -11.37824 0.1754264 -5.14248 -11.26396 1.201007 -5.771613 -11.14227 1.072161 -5.722685 -11.25746 0.1848983 -4.777649 -9.416254 1.607704 -4.213667 -9.392659 1.615138 -6.017149 -13.68095 0.1760749 -6.124229 -13.79319 0.5949478 -5.508044 -13.74393 0.173623 -5.412589 -13.88911 0.613986 -5.37186 -13.02764 0.4784603 -5.284498 -13.21664 0.8650637 -6.109311 -13.15375 0.8352432 -6.041144 -12.98227 0.4635859 -4.886344 -14.25156 0.181344 -4.976042 -14.3853 0.6423283 -4.198507 -14.41949 0.6623268 -4.308316 -14.2824 0.183568 -4.263298 -13.57814 0.451479 -4.180784 -13.74996 0.866293 -5.027277 -13.74584 0.8495531 -4.962461 -13.57338 0.4522343 -3.569402 -13.99833 0.1242256 -3.609626 -14.12587 0.552661 -2.970209 -14.05065 0.5355721 -3.075549 -13.94459 0.1204824 -3.096367 -13.25143 0.4122658 -3.024809 -13.41641 0.7664433 -3.773874 -13.29414 0.4267712 -3.771477 -13.4644 0.8050108 -3.295534 -12.03306 0.4556446 -3.24145 -12.00468 0.858222 -3.983577 -12.14951 0.4945707 -3.990046 -12.1175 0.9413147 -4.286054 -12.35425 0.5282831 -4.2353 -12.30597 0.9940281 -5.014053 -12.34997 0.5401039 -5.043802 -12.30079 1.004872 -5.210328 -12.05174 0.5304451 -5.161202 -12.00794 0.9780302 -5.908632 -12.00345 0.501853 -5.960216 -11.95345 0.9255409 -5.111059 -11.62971 0.4320335 -5.100544 -11.54707 0.9354105 -5.91753 -11.41515 0.8442707 -5.842998 -11.50374 0.398407 -4.30525 -11.6727 0.4268599 -4.248224 -11.64328 0.9704266 -5.033455 -11.66636 0.443183 -5.068114 -11.63231 0.9814825 -3.399591 -11.31025 0.3634014 -3.354075 -11.31004 0.8244753 -4.095854 -11.54511 0.406621 -4.099341 -11.55289 0.931819 -4.239752 -11.30059 0.3522606 -4.200603 -11.31629 0.9632349 -5.099937 -11.34307 0.3707686 -5.096084 -11.32621 0.9627266 -5.336608 -13.51998 0.4905672 -6.141522 -13.4389 0.4775419 -4.169968 -14.04334 0.4905005 -5.020257 -14.02049 0.4842148 -2.99559 -13.70297 0.4149456 -3.732247 -13.77207 0.4342775 -5.095316 -11.82409 0.7027483 -5.976505 -11.731 0.6466999 -4.225219 -11.9911 0.7058764 -5.095893 -11.98026 0.7208119 -3.292168 -11.66093 0.6077252 -4.08814 -11.86594 0.6768017 -4.182266 -11.45584 0.6455669 -4.24109 -11.49033 0.6564312 -5.113281 -11.48249 0.6693602 -5.090988 -11.47157 0.6559649 -4.962137 -4.553137 4.642651 -5.003633 -5.988008 3.390143 -3.729808 -4.340095 4.634062 -3.773111 -5.778345 3.334904 -5.643215 -5.085749 4.787383 -5.754081 -6.202833 3.643075 -3.2786 -4.837127 4.690694 -3.306028 -6.026039 3.411527 -3.262301 -5.712997 5.21956 -4.84132 -6.720919 5.696228 -4.842999 -7.477241 4.498247 -3.997071 -6.696436 5.686072 -4.030559 -7.39459 4.485942 -3.200452 -5.720465 4.476112 -5.935297 -11.23294 0.5761576 -5.858008 -10.95143 0.8222056 -5.590875 -9.40811 0.6951332 -5.542586 -9.664845 0.9373818 -5.321917 -9.281023 1.268426 -5.413742 -8.885235 1.098773 -3.751948 -12.95532 0.3587027 -3.857512 -12.42621 0.363843 -3.204246 -12.92619 0.3475838 -3.303422 -12.3635 0.3423987 -3.132807 -13.04381 0.979846 -3.238095 -12.32487 1.0206 -3.732235 -13.07294 1.03058 -3.840439 -12.37727 1.095881 -3.069803 -12.96229 0.6054573 -3.17338 -12.34791 0.6260138 -3.907816 -13.00417 0.6388207 -3.999545 -12.42331 0.6760731 -3.185369 -12.6535 0.4652958 -3.128021 -12.64143 0.780551 -3.905508 -12.68265 0.8344431 -3.889786 -12.69377 0.4901695 -4.890879 -13.26826 0.3846932 -4.91241 -12.69767 0.4059086 -4.366944 -13.26846 0.3823891 -4.37654 -12.69974 0.3990555 -4.288346 -13.38006 1.109897 -4.325528 -12.63851 1.17092 -4.937261 -13.37999 1.097075 -4.927164 -12.63527 1.176872 -4.165409 -13.29138 0.6664839 -4.182073 -12.66774 0.7099629 -5.049548 -13.29481 0.6688528 -5.072584 -12.66901 0.721076 -4.265463 -12.99132 0.5161285 -4.208133 -12.97569 0.8875818 -5.018859 -12.97738 0.8919592 -4.982626 -12.99429 0.5232077 -5.433832 -12.70694 0.3994951 -5.348094 -12.25732 0.3973494 -5.339584 -12.84662 1.086963 -5.290095 -12.21054 1.142301 -5.966717 -12.82701 1.079691 -5.877693 -12.20473 1.126364 -5.915304 -12.67294 0.3915873 -5.836946 -12.22845 0.3862658 -5.234654 -12.76641 0.6926069 -5.172134 -12.26474 0.720252 -6.106332 -12.71837 0.6656857 -6.039521 -12.21698 0.6852846 -5.29503 -12.48645 0.5337162 -5.235416 -12.48316 0.8850117 -6.025117 -12.46549 0.8753443 -5.983046 -12.44281 0.5108214 -5.457036 -10.01711 1.154872 -5.630713 -10.64842 1.092796 -5.564766 -9.590342 0.4179707 -5.636046 -10.54052 0.2134523 -4.31978 -9.321196 0.2701597 -4.27537 -10.36985 0.06344032 -5.824079 -10.67834 0.6055803 -5.684221 -9.970643 0.7002945 -4.95397 -10.7537 1.40234 -4.849372 -10.09467 1.485065 -4.188802 -10.71273 1.408837 -4.191463 -10.03411 1.505586 -5.668619 -10.35665 0.8725987 -5.678644 -10.22323 0.4575863 -3.474888 -9.111021 1.174674 -3.620138 -13.28263 0.2299089 -3.190285 -13.26039 0.2318153 -3.126417 -13.38578 0.09579563 -3.11093 -13.6721 0.02046108 -3.58333 -13.71424 0.01215648 -3.633415 -13.42476 0.08921623 -4.834324 -13.58389 0.2549782 -4.406535 -13.58965 0.2559052 -4.325323 -13.73377 0.1203384 -4.338435 -14.0163 0.05167961 -4.869831 -13.9893 0.04905891 -4.888989 -13.71584 0.1182746 -5.905844 -12.97995 0.2742224 -5.534224 -13.00203 0.2746582 -5.965561 -13.41382 0.05874633 -5.970406 -13.12548 0.1345243 -5.500912 -13.14587 0.1315374 -5.536841 -13.43498 0.05563354 -5.904101 -12.43916 0.295517 -5.840363 -12.25728 0.2272462 -5.741063 -12.10177 0.2881527 -5.882544 -12.83196 0.2996054 -5.919613 -12.65048 0.2314939 -5.362501 -12.11796 0.2925749 -5.340808 -12.29075 0.2282447 -5.369814 -12.4808 0.2979403 -5.427996 -12.68849 0.2313737 -5.516958 -12.85684 0.3012714 -4.438844 -12.50238 0.3078232 -4.364866 -12.74172 0.2397403 -4.340337 -13.00251 0.2969666 -4.35608 -13.24447 0.2261028 -4.422572 -13.43805 0.2852526 -4.931593 -12.99864 0.3005838 -4.915657 -12.73718 0.2436857 -4.862385 -12.4993 0.3133688 -4.832763 -13.43757 0.2855568 -4.900997 -13.24132 0.2276096 -3.392513 -12.18444 0.2435178 -3.293844 -12.3956 0.1780452 -3.219255 -12.64058 0.2473716 -3.205692 -12.8886 0.1823425 -3.227993 -13.10407 0.2558422 -3.833639 -12.69459 0.2730637 -3.851575 -12.45794 0.2042474 -3.832055 -12.24746 0.2592115 -3.654063 -13.12473 0.259553 -3.756467 -12.93075 0.202938 -3.523792 -11.08545 0.007635116 -3.446484 -11.29813 0.1217527 -4.065548 -11.4352 0.1173419 -4.12117 -11.22148 -0.001478195 -4.174652 -11.03347 -0.00485897 -3.436464 -11.63643 0.1460924 -3.436784 -11.91982 0.2494621 -3.873557 -11.99677 0.2621136 -3.966098 -11.7293 0.1481904 -4.341581 -11.13353 2.07901e-4 -4.340898 -11.41009 0.02614879 -4.348405 -11.66351 0.1604814 -4.960554 -11.66635 0.1734781 -4.967883 -11.43037 0.03858661 -4.985466 -11.18675 0.01727199 -4.391523 -11.98233 0.2137975 -4.441509 -12.2355 0.3225622 -4.864436 -12.23154 0.3297205 -4.90914 -11.9776 0.221405 -5.765496 -11.53825 0.1347589 -5.719794 -11.34349 -0.001156806 -5.637565 -11.11651 0.01980781 -5.093278 -11.19339 -0.008494377 -5.100412 -11.43078 -0.01559448 -5.141156 -11.63618 0.1293029 -5.71364 -11.94768 0.264719 -5.768905 -11.77429 0.1393566 -5.234572 -11.84024 0.1394233 -5.320397 -11.97444 0.2684851 -4.167141 -10.66981 -0.01925277 -4.14517 -10.23974 -0.006226539 -4.249859 -9.824891 0.118822 -4.202681 -9.386248 0.1561517 -4.256128 -9.003642 0.3176899 -4.32203 -9.845456 0.1139039 -4.354441 -10.34533 -0.01452922 -4.338365 -10.76826 -0.01895809 -4.41979 -8.960118 0.306756 -4.408064 -9.37324 0.142476 -5.581474 -10.79724 0.03726482 -5.527498 -10.45266 0.0432043 -5.544173 -10.05986 0.1972961 -5.50223 -9.631051 0.2201089 -5.510791 -9.191773 0.392951 -5.010193 -10.98082 -0.02471733 -5.021802 -8.737038 0.3957644 -4.957261 -10.39169 -0.02303695 -4.992807 -9.356841 0.1371908 -4.956646 -8.373925 0.7362995 -4.361845 -8.443526 0.6999683 -3.727644 -4.918218 3.843426 -3.831836 -5.516216 3.038066 -3.763963 -3.619786 5.137646 -3.789765 -4.089075 4.435498 -5.01494 -5.649395 3.041135 -5.026311 -5.132095 3.887001 -4.97728 -4.234142 4.39318 -5.00151 -3.897511 4.996034 -4.882051 -3.072741 5.42092 -4.857983 -2.900286 6.076422 -3.310827 -4.254191 5.452164 -3.357944 -5.250151 5.871962 -3.656549 -3.847404 5.230368 -3.38808 -4.164926 5.098222 -3.429409 -5.787006 5.798737 -3.796311 -6.311964 6.002419 -4.079383 -9.123576 1.784595 -4.162277 -8.696516 0.6391687 -3.845065 -8.770588 0.7049494 -3.98577 -10.92637 1.418301 -4.071316 -10.85627 -0.01400375 -3.406365 -14.15244 0.909524 -3.110823 -14.12349 0.899909 -3.439796 -13.95277 -0.00979042 -3.202515 -13.93054 -0.006818771 -3.534571 -13.2071 0.2902918 -3.304849 -13.19681 0.290246 -3.196201 -13.65198 1.179174 -3.464127 -13.66795 1.201199 -3.749316 -12.12621 0.2827377 -3.51269 -12.08369 0.2733011 -3.434643 -11.96983 1.332309 -3.706329 -12.01048 1.383165 -3.54029 -11.2953 1.312478 -3.851752 -11.37271 1.376332 -3.445802 -14.17722 0.1316003 -3.135494 -14.13288 0.1264295 -3.650146 -5.080224 4.008939 -3.398527 -5.204329 4.048284 -3.314416 -6.460762 4.938751 -3.758358 -6.935417 5.097292 -4.053615 -9.635441 1.649398 -4.024485 -10.35523 1.531577 -3.538717 -13.22861 0.1726636 -3.274482 -13.21502 0.1743125 -3.197497 -13.55362 -0.01374721 -3.515881 -13.58497 -0.01970195 -3.478749 -12.21806 0.167592 -3.741408 -12.25071 0.1761455 -3.318943 -13.0904 0.1753931 -3.574646 -13.10287 0.178339 -3.337656 -12.6527 0.1233596 -3.71496 -12.69106 0.1444368 -3.531393 -11.91536 0.1935644 -3.790219 -11.95559 0.199397 -3.713639 -10.94976 -0.06308364 -4.040207 -11.03314 -0.06846237 -3.58157 -11.38422 0.01708889 -3.938177 -11.45188 0.01294898 -3.999033 -10.49365 -0.07466888 -4.113713 -9.080616 0.2362585 -4.0573 -9.774361 0.05775451 -3.348092 -4.683961 5.834748 -3.381298 -3.871588 5.614405 -3.460369 -3.753836 5.482938 -3.279026 -13.97364 1.091454 -3.619526 -11.65866 1.431795 -3.750944 -11.0849 1.434407 -3.930221 -9.322926 1.73802 -3.302132 -14.09559 0.04898262 -3.523398 -4.482767 4.642005 -3.583152 -5.85601 3.433921 -3.553467 -6.402075 5.54262 -3.563351 -7.303215 4.325054 -3.866534 -9.926171 1.684102 -3.823481 -10.59691 1.522449 -3.416161 -13.18335 0.25103 -3.337334 -13.766 -0.05046558 -3.384966 -13.35998 0.05851078 -3.625715 -12.14236 0.2211732 -3.427557 -13.18499 0.2359991 -3.481641 -12.91457 0.1226892 -3.573997 -12.42507 0.1206007 -3.63873 -12.05676 0.2485046 -3.899318 -10.88116 -0.04805946 -3.826025 -11.18253 -0.06964683 -3.703353 -11.71007 0.08661746 -3.860366 -10.62182 -0.05182075 -3.987043 -8.932536 0.3957901 -3.855001 -10.08978 -0.0227251 -3.927566 -9.394814 0.1641654 -5.351422 -4.195583 5.935646 -5.467387 -4.424862 5.515512 -5.036202 -4.120454 5.12999 -5.380775 -4.412989 5.191291 -5.298703 -5.197201 6.204545 -5.495169 -5.300447 5.93013 -5.431355 -5.727474 5.95763 -5.025608 -6.246761 6.049673 -5.149164 -9.006314 1.674067 -4.884591 -9.110318 1.79002 -5.144397 -8.60776 0.6722851 -5.408832 -8.744904 0.666935 -5.548049 -10.92813 1.312786 -5.197953 -10.99337 1.414507 -5.509936 -10.97807 0.01990318 -5.206185 -11.02803 -0.002198219 -5.656251 -13.67926 0.03907108 -5.869611 -13.66057 0.04066181 -5.954332 -13.85015 0.9439755 -5.638892 -13.88756 0.96591 -5.573873 -13.40709 1.260242 -5.892699 -13.37025 1.239381 -5.614807 -12.92655 0.3354387 -5.808465 -12.91294 0.3342047 -5.397222 -11.91746 1.416129 -5.675884 -11.89377 1.38423 -5.433956 -12.03951 0.31808 -5.634124 -12.03175 0.3145714 -5.298914 -11.40118 1.371259 -5.626102 -11.35511 1.316409 -5.965101 -13.89292 0.1856203 -5.611045 -13.94975 0.1807346 -5.122729 -5.400619 4.128376 -5.531516 -5.535589 4.205845 -5.088238 -6.963142 5.177687 -5.258302 -9.695025 1.480354 -4.972891 -9.740794 1.603014 -5.376646 -10.36289 1.404917 -5.054851 -10.42176 1.521052 -5.603167 -12.95116 0.2172317 -5.838148 -12.93973 0.2177705 -5.90085 -13.29933 0.02567863 -5.595305 -13.31113 0.0227108 -5.664537 -12.11994 0.2133703 -5.431544 -12.12945 0.214714 -5.811049 -12.82523 0.2209081 -5.585993 -12.83928 0.2211332 -5.805903 -12.46015 0.1726884 -5.462444 -12.48884 0.1719856 -5.63378 -11.9558 0.1910772 -5.392291 -11.97217 0.1921997 -5.513195 -11.18993 -0.07619762 -5.186657 -11.22762 -0.08958053 -5.658576 -11.58543 0.004644393 -5.276378 -11.64323 0.001854896 -5.443701 -10.76929 -0.04315853 -5.136289 -10.79783 -0.06497764 -5.425461 -9.216427 0.2718163 -5.169255 -9.005547 0.2472696 -5.410089 -9.998944 0.07741546 -5.127995 -9.898865 0.04966735 -5.229336 -4.086507 5.351188 -5.33871 -4.102857 5.616636 -5.112269 -3.576958 5.932692 -5.450313 -4.743852 5.874366 -5.295442 -5.518933 6.167973 -5.194329 -5.811933 6.17446 -5.014933 -5.814955 6.280427 -5.793832 -13.69102 1.143066 -5.49717 -11.64187 1.448278 -5.409785 -11.16341 1.432765 -5.061006 -9.392291 1.684164 -5.778941 -13.83895 0.1002683 -5.258938 -4.800551 4.75132 -5.308788 -6.139158 3.546847 -5.296716 -6.427095 5.661149 -5.295479 -7.28656 4.525031 -5.167194 -10.06819 1.625896 -5.289615 -10.69797 1.515685 -5.714022 -12.90302 0.295866 -5.75529 -13.49418 -0.004333496 -5.733044 -13.09118 0.101695 -5.533909 -12.05454 0.2687483 -5.709562 -12.90667 0.2816143 -5.671729 -12.67941 0.1654567 -5.583864 -12.27615 0.1622829 -5.525669 -12.02667 0.2699213 -5.348444 -11.07978 -0.05163288 -5.397348 -11.39725 -0.08606147 -5.494149 -11.8211 0.07792282 -5.330348 -10.93984 -0.03479385 -5.310534 -8.873826 0.3989792 -5.27774 -10.4153 -0.02762031 -5.29198 -9.480114 0.1381225 -3.792589 -2.968665 6.282433 -3.718991 -3.302341 5.624625 -4.002965 -6.046474 6.345613 -3.991817 -6.269466 6.237305 -4.600589 -6.504532 6.065293 -4.193801 -6.514076 6.080667 -4.618722 -9.170168 1.847518 -4.355575 -9.187466 1.837454 -4.857617 -8.614892 0.5043507 -4.530861 -8.684239 0.460084 -4.390671 -11.02052 1.482188 -4.801506 -11.04094 1.476564 -4.470828 -10.9887 -0.002514839 -4.856462 -11.03492 0.008416175 -4.755546 -14.45622 1.033379 -4.413196 -14.47019 1.052109 -4.735112 -14.23115 0.03816509 -4.472818 -14.24881 0.03964138 -4.736214 -13.51832 0.3147116 -4.517952 -13.51858 0.3149262 -4.431098 -13.97852 1.311626 -4.76209 -13.9773 1.293883 -4.768226 -12.37464 0.3485098 -4.5422 -12.37657 0.3445921 -4.497284 -12.23319 1.479644 -4.776675 -12.23036 1.483012 -4.432706 -11.55668 1.470863 -4.781953 -11.55475 1.473418 -4.667453 -9.750962 1.669688 -4.355893 -9.719237 1.681447 -4.783591 -14.46471 0.2101812 -4.384692 -14.48692 0.2116765 -4.633111 -7.14473 5.235381 -4.219241 -7.098083 5.229744 -4.712787 -10.45315 1.576302 -4.358954 -10.43366 1.580572 -4.751574 -13.53814 0.1975889 -4.480531 -13.5418 0.1982183 -4.412216 -13.89668 0.01536464 -4.790167 -13.87977 0.01361751 -4.5166 -12.526 0.2313814 -4.774747 -12.52423 0.2340002 -4.499496 -13.42266 0.2075881 -4.751768 -13.42229 0.2077674 -4.444075 -13.00307 0.1764726 -4.821646 -12.99966 0.1780738 -4.521572 -12.2129 0.2740479 -4.775761 -12.21075 0.2775736 -4.474692 -11.2059 -0.06024265 -4.83825 -11.22876 -0.05188655 -4.474218 -11.7135 0.06886672 -4.828807 -11.71366 0.07404136 -4.463181 -10.74927 -0.07455539 -4.796526 -10.7943 -0.06868076 -4.548371 -8.993924 0.2054796 -4.857688 -8.940867 0.2269725 -4.486817 -9.851471 0.03076171 -4.799315 -9.856873 0.03814125 -4.819602 -8.260436 0.7130032 -4.471779 -8.292288 0.6965571 -3.846434 -3.047188 5.321292 -4.028442 -4.708979 3.705457 -4.737779 -4.797354 3.707679 -4.003029 -3.354498 4.905043 -4.658905 -3.402927 4.869222 -3.42991 -4.014928 6.24925 -3.380155 -4.094014 5.834881 -3.51815 -5.2415 6.276523 -3.451421 -5.208055 6.11274 -3.682858 -3.198265 6.297897 -3.472939 -3.529341 5.786345 -3.7899 -5.858126 6.315566 -4.357495 -6.31992 6.245055 -4.174252 -6.18387 6.314544 -4.459239 -6.136202 6.326488 -4.583222 -14.29238 1.220209 -4.615422 -11.89351 1.555691 -4.591159 -11.28056 1.557337 -4.500975 -9.457211 1.808598 -4.59344 -14.40424 0.1142206 -4.410613 -6.805677 5.760569 -4.440642 -7.572958 4.614712 -4.521972 -10.0972 1.751285 -4.563364 -10.76172 1.625285 -4.623058 -13.4997 0.2750998 -4.604547 -14.07273 -0.01266098 -4.60826 -13.67992 0.08619308 -4.651414 -12.4203 0.2877255 -4.626566 -13.50516 0.263298 -4.62823 -13.24461 0.1596956 -4.638988 -12.73598 0.174405 -4.651957 -12.32718 0.3260546 -4.662179 -11.08701 -0.03658866 -4.653583 -11.44434 -0.03884792 -4.648996 -11.99772 0.1589488 -4.642972 -10.94845 -0.03918075 -4.706353 -8.758923 0.3380785 -4.621901 -10.36863 -0.04726696 -4.668383 -9.356488 0.1061973 -4.676418 -8.509749 0.5615845 -3.769901 -2.882261 5.689383 -4.43451 -5.414252 2.973931 -4.320755 -3.948767 4.348982 -4.543753 -6.976721 1.577283 -4.074343 -2.725433 5.387155 -4.301223 -2.914428 5.180804 -4.560783 -2.677428 5.506252 -3.422446 -4.636421 6.08408 -3.631755 -3.138775 5.881322 -3.569263 -3.227844 5.915363 -3.556872 -3.477179 5.581741 -3.480265 -3.591955 6.02298 -3.599567 -5.595175 6.244659 -3.689874 -5.815411 6.259898 -3.821476 -6.030598 6.274531 -3.63864 -5.925882 6.123038 -3.110403 -7.002464 3.610255 -3.158758 -6.465784 4.342326 -3.575769 -8.862294 1.270742 -3.653785 -8.825936 0.9433746 -3.62541 -8.944621 1.485473 -3.826574 -9.053877 1.721295 -3.527134 -9.057986 0.8744488 -3.342521 -9.254267 0.8634138 -3.41478 -9.37397 1.193201 -3.109482 -6.656013 3.742969 -3.144824 -6.720348 3.286331 -3.178229 -6.147299 3.723995 -3.290329 -7.244701 3.741813 -3.180263 -6.93965 3.987416 -3.335782 -7.003548 4.343949 -3.521932 -5.592175 6.140612 -3.87331 -6.659113 8.198209 -4.831993 -6.532673 8.269244 -6.056521 -13.80313 0.3156109 -5.505959 -13.89943 0.3128271 -4.850697 -14.35794 0.8017025 -4.844521 -14.22157 0.5258732 -4.899661 -14.39647 0.3481951 -4.331195 -14.3833 0.8186016 -3.054113 -13.99662 0.6753416 -5.781536 -13.77503 0.8327961 -5.921176 -13.75715 0.2464513 -5.804071 -13.90028 0.2056045 -5.679265 -13.80825 0.2411928 -4.592822 -14.36438 0.9241419 -4.710603 -14.12293 0.7736149 -4.501604 -14.13354 0.7742424 -3.268877 -12.66054 1.19 -3.422632 -12.70472 1.467285 -3.700875 -12.68675 1.238315 -3.544478 -12.71432 1.481968 -3.529944 -12.21468 1.454122 -3.499628 -12.5445 1.494283 -3.374221 -13.38997 1.360683 -3.455837 -12.90844 1.476758 -5.415064 -12.47138 1.291625 -5.56097 -12.48973 1.538493 -5.819886 -12.47454 1.288629 -5.673278 -12.47987 1.525397 -5.561106 -12.08561 1.500194 -5.595124 -12.34833 1.548007 -5.71143 -13.12594 1.420513 -5.642285 -12.67119 1.53618 -4.410378 -12.98323 1.322003 -4.563155 -13.01691 1.574283 -4.826335 -12.98132 1.322199 -4.671864 -13.01674 1.575167 -4.638411 -12.47786 1.562843 -4.623533 -12.8481 1.592577 -4.597226 -13.70806 1.473556 -4.610491 -13.22578 1.583562 -3.447143 -12.38045 1.407253 -3.378719 -12.50634 1.346118 -3.356959 -12.2521 1.243425 -3.629628 -12.53145 1.379664 -3.580422 -12.39833 1.427527 -3.713531 -12.29594 1.30253 -3.324777 -12.90769 1.332081 -3.351405 -13.11759 1.37042 -3.21695 -13.25806 1.188354 -3.491185 -13.12614 1.384744 -3.582185 -12.92345 1.359675 -3.574559 -13.27766 1.222989 -5.511682 -12.22915 1.475945 -5.47684 -12.3319 1.431207 -5.388048 -12.14331 1.347784 -5.713156 -12.31981 1.410374 -5.642433 -12.21965 1.460601 -5.741206 -12.12312 1.315198 -5.51388 -12.68848 1.418398 -5.594027 -12.88282 1.44521 -5.470712 -13.03939 1.283301 -5.739966 -12.86657 1.431644 -5.765383 -12.66965 1.399343 -5.870928 -13.0012 1.258741 -4.565099 -12.67729 1.518808 -4.505727 -12.81626 1.463904 -4.456027 -12.54645 1.387883 -4.743423 -12.81506 1.466197 -4.69531 -12.67643 1.520312 -4.809647 -12.54372 1.391862 -4.494087 -13.21187 1.452257 -4.541026 -13.42761 1.4902 -4.411152 -13.57156 1.32025 -4.66933 -13.42781 1.488125 -4.729876 -13.21173 1.450972 -4.80558 -13.57225 1.305815 -5.490247 -6.611326 11.53462 -5.624301 -5.687183 12.40922 -5.450565 -4.629148 11.9075 -4.241659 -8.709246 12.52367 -4.115113 -8.469357 11.3471 -3.430965 -8.149144 10.48586 -4.984114 -5.741474 6.946978 -3.675262 -5.749292 7.001128 -2.816041 -10.31381 13.39125 -1.444913 -8.282805 16.06266 -0.7903512 -7.822813 16.6395 -2.160481 -11.0175 12.59558 -2.545208 -10.89288 12.87781 -2.592607 10.64055 18.3668 -3.842881 12.64471 16.47325 -3.394642 6.138428 15.10263 -3.78868 6.421551 16.17776 -4.042284 10.3559 17.56873 -3.181391 11.9672 17.65024 -3.431974 9.151211 17.96746 -2.604151 7.708043 18.56848 -3.189855 7.710367 17.7639 -4.009619 7.898999 17.16842 -3.617399 6.985698 16.86289 -3.58949 6.143643 15.77573 -3.268309 6.152238 14.59518 -2.752603 6.861996 13.81996 -1.180812 14.14086 17.84989 -3.403134 13.76317 14.59446 -4.768647 11.00401 16.61902 -5.401832 10.96043 14.83277 -4.492511 12.50744 14.84605 -2.072036 11.81074 11.77529 -1.795491 10.45037 11.26179 -1.57501 9.783277 11.73023 -2.988571 6.3637 14.44265 -3.209889 5.84933 14.92877 -3.637756 6.025711 15.56689 -4.146204 5.996811 15.83953 -4.276762 6.864921 16.47507 -4.651205 8.818074 17.0413 -5.354339 9.259461 16.21041 -4.938416 7.373605 16.36794 -1.760794 8.536637 12.20675 -2.24972 7.700575 13.10421 -2.473232 6.80083 13.77558 -4.784613 11.68673 13.26456 -3.724298 12.7841 13.37784 -5.850044 9.050928 14.47114 -5.612975 10.28983 12.66462 -2.338869 10.24051 10.77133 -1.474652 9.095561 11.27899 -2.516849 6.044374 14.2115 -3.655296 5.331021 15.16161 -4.812574 5.966389 15.61953 -5.589961 7.468088 15.46648 -1.831481 7.326371 12.87778 -4.68332 10.40674 12.01763 -2.736925 -6.870354 10.14488 -2.491138 -8.348645 10.09885 -3.023284 5.471736 8.575041 -2.810356 5.194679 8.149189 -2.392105 4.650229 8.407949 -5.765542 5.249577 8.15366 -5.406816 5.518437 7.921822 -4.953161 5.742097 8.486347 -2.801841 7.259766 6.473109 -5.27038 9.951117 5.929066 -3.615929 2.147746 9.974533 -4.637352 2.03106 10.10506 -5.547252 2.493818 10.03149 -3.196364 2.226762 9.457972 -3.559365 1.876471 8.862192 -4.079652 1.85099 9.46457 -4.582906 1.664288 8.850113 -5.121062 1.99187 9.470982 -5.512585 2.229334 8.906023 -5.815988 2.786775 9.575777 -3.080112 2.223718 8.525089 -3.490564 1.848109 7.937245 -4.019474 1.567072 8.299266 -4.538022 1.484967 7.739347 -5.073381 1.71049 8.271636 -5.475939 2.116248 7.821332 -5.798995 2.708613 8.491456 -3.351847 3.529512 6.226623 -4.40861 3.219529 5.958238 -5.347037 3.728906 6.15052 -5.771901 4.687943 6.79084 -2.713087 4.288458 6.933698 -2.918033 6.612922 5.591556 -4.795652 6.423889 4.990571 -5.478682 6.940552 5.728449 -5.416059 10.98873 5.538644 -2.706332 3.153184 11.23076 -3.120717 2.416482 10.16876 -3.958542 2.914508 12.07129 -4.089122 2.225294 10.66338 -5.167863 3.033759 12.02319 -5.17041 2.359436 10.65771 -5.917626 3.671281 11.23052 -5.84857 3.009808 10.27688 -3.031205 2.427803 7.755054 -2.978607 3.013755 6.988528 -3.965165 1.669791 7.393332 -3.905622 2.34217 6.581279 -5.041004 1.787674 7.30926 -4.985813 2.431682 6.491453 -5.75981 2.790489 7.537396 -5.704576 3.344285 6.807353 -6.114782 4.48193 10.09724 -5.98807 3.286418 9.295165 -2.130177 3.663279 10.11155 -2.744356 2.592832 9.237003 -2.240582 4.134484 8.935669 -2.705047 2.830512 8.393971 -5.940085 4.870038 8.706902 -5.931975 3.36226 8.223208 -3.437731 2.559273 11.03427 -4.642939 2.49663 11.37112 -5.601659 2.932532 11.05918 -3.429323 2.232016 7.156499 -4.492276 1.871307 6.920305 -5.443691 2.462181 6.986198 -6.03694 3.614578 10.223 -2.585565 2.872575 10.15332 -2.389578 3.291962 9.145255 -2.485829 3.441188 8.24409 -2.707371 3.06474 7.668393 -2.511205 3.797879 7.803891 -5.887593 3.474934 7.413794 -5.949287 3.975908 7.998843 -5.920047 4.272219 7.551842 -6.034612 4.028364 9.059662 -4.105119 9.054283 4.458707 -4.7671 10.4822 4.531192 -4.089831 10.39929 4.410533 -3.679392 9.217685 4.455197 -5.248798 10.67181 4.856706 -3.396352 10.41412 7.813332 -2.994879 10.6775 5.294955 -5.405573 11.39776 5.056357 -5.411151 11.71146 5.944702 -3.007848 11.43401 5.830523 -4.787062 14.07991 7.57199 -3.856617 14.03417 7.570029 -4.712391 13.33895 7.568971 -3.789123 13.24065 7.480312 -3.759403 11.26187 7.76991 -4.586446 11.41346 7.707277 -2.145682 13.20125 12.44487 -2.827419 13.74314 13.2451 -2.888359 11.54958 11.55969 -3.901778 11.74254 12.32403 -3.632361 5.85766 8.45753 -4.498254 5.953701 8.371421 -4.322973 14.34797 7.734822 -4.227901 12.94411 7.549878 -4.27581 13.7312 7.671723 -3.004227 12.60161 12.41955 -3.808732 10.64881 11.21587 -4.034932 5.874303 8.510043 -4.236423 10.68981 8.101555 -5.530269 14.30517 5.667036 -5.880879 13.85171 3.417269 -5.348618 14.69164 5.227221 -5.584635 14.10954 3.153419 -5.66 14.14269 4.079291 -3.34404 14.003 5.383053 -3.244973 13.54231 3.029811 -3.500069 14.42686 5.128985 -3.626098 13.83635 2.976766 -3.3864 13.82658 3.75536 -5.780466 13.83577 4.549261 -4.659904 14.22959 2.859766 -4.16173 14.08077 2.865069 -3.809161 14.09325 3.268392 -5.11539 14.24261 2.998022 -5.345115 14.2989 3.401811 -4.872231 14.42648 3.262425 -4.38582 14.34492 3.202945 -4.073512 14.60248 3.583127 -4.31412 15.15805 4.177168 -4.633255 14.75787 3.617546 -4.871419 15.21505 4.238916 -5.129155 14.73855 3.691161 -5.290155 14.93436 4.191768 -5.43226 14.52856 4.050717 -3.586044 14.29751 3.935441 -3.789148 14.75465 4.073738 -3.639961 15.12398 6.302072 -3.651021 14.88614 5.034854 -5.20069 15.12368 5.107654 -5.039659 15.38147 6.304561 -4.606635 15.79261 6.540128 -4.039503 15.67702 6.532987 -3.86887 15.55489 5.963614 -3.990161 15.44021 5.067603 -4.958147 15.54008 5.144046 -4.85111 15.70591 6.003457 -4.489209 15.59459 5.127669 -4.615467 15.84814 5.979687 -4.139446 15.79845 5.954987 -4.344161 15.84353 6.389069 -2.07182 14.71998 13.15469 -2.661954 15.02497 14.10589 -2.841285 14.31946 15.89782 -1.175015 15.66536 17.17363 -2.252989 13.76865 17.16822 -5.044989 14.04744 1.622323 -4.965682 13.49696 0.5825796 -4.622138 13.81224 1.065845 -5.376864 14.17347 2.482052 -5.293806 12.33982 0.2694855 -5.364508 13.81048 1.091084 -5.475362 14.14374 2.101173 -5.404592 13.04751 0.2731819 -4.729444 12.34563 0.2791977 -3.149655 13.39422 4.388299 -3.035737 13.15316 3.357781 -2.869681 12.36626 5.602605 -2.876583 11.91911 5.808926 -5.787997 12.80126 5.481452 -5.596341 12.35581 5.787579 -5.418752 13.2823 6.870064 -5.758018 13.12495 5.829623 -3.203272 12.99231 6.855148 -2.966194 12.77063 5.981443 -5.847226 12.77857 4.935774 -5.744204 12.19191 4.375761 -5.84049 13.46138 4.921259 -5.870811 13.12131 5.1932 -2.916814 12.8117 5.408463 -3.00383 13.10111 5.123819 -2.891224 12.44291 5.127096 -3.03025 12.00249 4.483485 -2.931974 12.23543 6.090467 -3.04729 12.58656 6.433757 -2.904386 12.04557 4.921578 -2.846947 11.986 5.323487 -2.95749 11.72625 4.929898 -5.59221 12.99592 6.337586 -5.643918 12.72279 6.005906 -5.726165 12.44056 5.263582 -5.755053 12.38145 4.816846 -5.612739 12.00863 4.942039 -5.756441 13.45938 5.700819 -5.628341 13.44228 6.327798 -5.511506 13.72903 6.580017 -3.083863 13.14634 6.433895 -3.011528 13.17456 5.866868 -3.205204 13.52959 6.642641 -5.874185 12.74388 4.458109 -5.921689 13.09322 4.609547 -5.909336 12.93195 4.059269 -2.934409 12.70851 4.901728 -2.948868 12.38874 4.723556 -2.976009 12.4544 4.423498 -2.412022 -9.315854 14.8875 -3.32947 -9.046486 13.29105 -4.496215 10.79182 4.501418 -2.719178 -10.01899 11.11522 -3.111316 -9.8517 11.52854 -3.894991 -2.626601 15.07163 -3.300888 -2.797567 16.0465 -3.978137 -3.328755 15.58313 -3.436672 -2.085328 15.64273 -3.310247 6.285981 8.46727 -5.018734 6.339814 8.233723 -3.364382 11.15601 7.416859 -3.108251 11.02782 6.415925 -4.970977 11.38961 7.287626 -5.279108 11.2654 6.415205 -4.196002 12.2455 7.46764 -4.163849 11.77295 7.674107 -4.173104 6.548124 8.53987 -3.337065 11.7886 6.91874 -3.047446 11.84982 6.364763 -5.071146 11.99466 6.914326 -5.378126 12.15394 6.382934 -2.916826 6.968091 8.193614 -2.617932 5.94795 7.68114 -5.503251 6.940292 7.794785 -5.716751 6.13857 7.322443 -5.354291 10.33206 6.747061 -3.816598 7.442924 8.681345 -4.715889 7.395189 8.528797 -3.10643 12.23709 6.566762 -3.744832 12.38234 7.289372 -3.387469 12.61851 7.057982 -5.42388 12.59288 6.542171 -4.697484 12.48777 7.30884 -5.1182 12.83141 7.140667 -5.591398 13.87486 5.891695 -1.480543 10.65615 0.7190771 -1.581784 10.41967 0.6167097 -1.6446 10.24094 1.296369 -1.224024 10.67307 0.6819325 -2.724013 12.16595 0.6124315 -2.516633 11.84978 0.5371313 -2.152299 11.15022 0.2579517 -2.398719 11.58688 0.403925 -1.780581 10.61288 0.2641468 -1.739962 10.82441 2.242969 -1.180885 10.15788 1.681688 -1.578236 10.35844 0.4156332 -2.805978 12.46931 0.5771713 -2.926134 12.08299 0.6453629 -2.488354 12.11061 0.5673695 -2.727635 11.87315 0.5896607 -2.163494 11.48539 0.3152304 -2.457322 11.34309 0.3543415 -2.117591 10.773 0.2848787 -1.790942 10.92922 0.2176952 -2.243432 10.88042 2.192263 -1.825957 10.36949 0.3796167 -1.496216 10.56801 0.3101997 -1.778672 10.27154 0.5729437 -1.339293 10.49944 0.4837723 -1.362094 9.982172 1.467318 -1.010905 10.22024 1.420115 -2.569642 11.55922 0.5324917 -2.291917 11.80799 0.4926005 -1.551936 10.26523 1.929089 -1.188185 10.63477 1.927219 -2.322971 12.1305 0.5935907 -2.563827 12.47765 0.5915604 -2.726611 12.99932 0.7909021 -3.110214 12.06472 0.5455055 -2.88904 11.73462 0.6813679 -2.734558 11.57503 0.645196 -1.854986 11.2578 0.2711783 -2.042179 11.60472 0.4031277 -2.549252 11.2603 0.4797096 -2.397234 10.99331 0.3642702 -2.144044 10.59413 0.3811674 -1.593421 10.91016 0.268301 -2.508724 10.8178 1.80441 -2.591585 13.13215 1.602832 -2.050412 10.51604 1.917253 -2.667567 10.9619 1.366972 -2.010803 12.36513 1.670404 -2.373124 12.56144 0.9287901 -2.333941 10.80424 0.5619555 -2.023833 10.36201 0.5683003 -2.236528 10.53227 0.9554348 -1.812028 10.09561 1.097276 -1.630455 10.00424 1.567054 -0.9204471 10.54036 1.480666 -0.9866106 10.59019 0.9653196 -1.266099 11.16803 0.8337612 -1.323725 10.77921 0.436266 -1.684911 11.28353 0.449584 -2.16897 10.49654 1.500593 -2.607686 11.12494 0.8299666 -1.294837 11.35572 1.515216 -1.823879 11.89513 0.889329 -3.285667 12.26242 0.4366007 -3.124616 11.56608 0.8239937 -2.869056 10.97617 1.752047 -2.940474 11.27322 1.164249 -2.686742 11.02179 2.364054 -2.227109 12.30642 2.442434 -1.552958 11.37089 2.155813 -2.091875 11.41049 2.585736 -2.678082 11.31299 2.802402 -2.765717 12.91924 2.859014 -2.893478 13.6212 2.033476 -2.994983 13.45943 2.578859 -2.888289 13.48912 1.179413 -3.016343 13.09513 0.49685 -3.024892 12.60804 0.4444227 -3.286387 12.76436 0.3581371 -3.823978 15.64236 6.852175 -4.045853 15.89872 7.121421 -4.288046 15.86131 6.851616 -4.466767 15.96845 7.096056 -4.758144 15.82274 6.82758 -4.796172 15.79554 7.238688 -4.98036 15.44015 7.130949 -3.692579 15.22247 7.181227 -3.827047 15.63051 7.299474 -4.997401 14.87385 7.582839 -4.637033 14.88111 7.86095 -4.337725 14.72357 7.869802 -4.066412 14.84668 7.883507 -3.719177 14.7488 7.595274 -4.922687 15.2696 7.577839 -3.803856 15.13988 7.635816 -3.986886 15.04543 7.82497 -4.007531 15.25921 7.638211 -3.913593 15.45834 7.537383 -4.774149 15.58121 7.493528 -4.7159 15.31728 7.619489 -4.746757 15.08658 7.78714 -4.332952 14.94991 7.861263 -4.173953 15.02411 7.788912 -4.515907 15.03038 7.775974 -3.996632 15.59763 7.434864 -3.97497 15.79296 7.350423 -4.596308 15.888 7.313004 -4.64725 15.69233 7.417623 -4.249978 15.89186 7.231989 -4.421074 15.80816 7.301125 -4.136871 15.76527 7.312582 -4.162196 15.65584 7.151354 -2.112267 -10.9407 0.3848581 -2.204072 -10.91701 0.9783068 -3.089658 -10.07068 -0.0235033 -2.775301 -10.26492 -0.003960609 -3.384003 -10.11756 -0.01596069 -2.618163 -10.35205 0.1028156 -2.429257 -10.48508 0.06321144 -2.590122 -10.33204 0.1377849 -2.176331 -10.78353 0.06173324 -2.610362 -10.52381 1.216444 -2.217013 -10.93242 1.16927 -2.069161 -10.95278 0.2084884 -2.792688 -10.00436 0.02385711 -3.042 -10.33308 -0.02702999 -3.174359 -9.882178 0.0250101 -3.296711 -10.22219 -0.01222705 -2.564548 -10.23821 0.07318687 -2.775271 -10.43775 0.03265953 -2.423517 -10.28253 0.1390905 -2.659527 -10.47218 0.08694934 -2.432988 -10.7504 0.03553867 -2.143015 -10.53547 0.09202003 -2.954549 -10.46735 1.140037 -2.747847 -10.15033 1.09551 -2.228273 -10.97634 0.1043319 -1.986555 -10.80653 0.1479377 -2.224285 -11.05129 0.288724 -1.93671 -10.83928 0.3442164 -2.244493 -11.09225 1.039711 -2.032393 -10.90647 1.086575 -2.715659 -10.4623 0.1271495 -2.48591 -10.23106 0.1835985 -2.496644 -10.87704 1.133558 -2.276471 -10.63736 1.153089 -3.533577 -10.45693 -0.009729385 -3.483484 -9.986001 0.03469753 -2.919682 -9.806584 0.0822649 -3.209417 -9.783949 0.1021146 -2.470423 -10.13492 0.1645307 -2.570688 -10.02996 0.1022348 -2.732519 -9.840069 0.1553249 -3.388673 -10.47281 0.02857875 -3.243934 -10.41516 0.00399971 -3.17145 -10.52685 0.05742835 -2.983311 -10.49806 0.02067947 -2.85474 -10.53641 0.08012962 -2.181385 -10.34317 0.1592817 -2.328345 -10.22548 0.2009992 -2.739504 -10.59147 0.1057786 -2.640339 -10.69713 0.06440258 -2.462815 -10.90175 0.06344127 -2.007331 -10.56195 0.1512699 -3.130978 -10.70453 0.7262163 -3.192586 -10.65609 0.2789621 -2.65056 -9.902441 0.7213259 -2.729251 -9.812958 0.3656073 -2.832993 -10.75867 0.9521322 -3.235466 -10.61851 0.9945583 -3.019833 -10.58819 0.1480998 -3.334638 -10.61252 0.1309337 -3.038278 -10.76366 0.4423075 -3.289027 -10.79648 0.4953089 -2.431636 -10.25321 0.9535656 -2.889437 -9.839442 0.8732081 -2.457358 -9.978226 0.5477553 -2.889188 -9.700022 0.4946728 -2.550284 -9.960776 0.2544651 -3.041417 -9.749848 0.2134952 -2.60323 -10.84415 0.1292047 -2.385377 -11.04216 0.1934299 -2.622912 -11.00673 0.3796902 -2.399653 -11.14065 0.6444798 -2.433633 -11.09861 0.9306812 -2.018798 -10.70095 1.007184 -1.883978 -10.71187 0.7522459 -2.014873 -10.43329 0.5083075 -1.912707 -10.67691 0.2852011 -2.112892 -10.41396 0.2351121 -2.75327 -10.94206 0.6686049 -2.859398 -10.77433 0.2453889 -2.199058 -10.31817 0.762228 -2.294988 -10.13798 0.375761 -3.209355 -9.600035 0.3390646 -3.047632 -9.59698 0.6675491 -3.405251 -10.86609 0.2938814 -3.35523 -10.89587 0.7805376 -3.605154 -10.79663 1.317172 -3.450358 -11.02626 1.066871 -3.367788 -11.10243 0.5425644 -3.3709 -10.4134 1.210669 -3.154762 -9.808106 1.060458 -3.069485 -10.15626 1.179026 -3.603437 -10.166 1.474727 -3.214716 -9.495648 0.918849 -3.441452 -9.717576 1.313509 -3.254906 -9.404095 0.5664339 -3.711494 -10.71924 0.004928588 -3.581701 -10.85748 0.01493453 -3.486686 -11.00134 0.1564779 -3.670559 -10.31755 -0.05801296 -3.684627 -9.728997 0.1141529 -3.478559 -9.217341 0.5502062 -3.672534 -9.036936 0.5452843 -3.524471 -9.433354 0.3022451 -3.775995 -9.152768 0.3264141 -5.12736 -3.705029 5.338692 -4.30322 -2.586197 5.532258 -4.461335 -2.565799 5.733777 -4.655973 -2.603949 5.893057 -3.918113 -2.668256 5.626377 -4.110964 -2.601014 5.620659 -3.787855 -2.83912 6.038081 -3.85786 -2.739544 5.851793 -4.072053 -2.914528 6.519405 -3.929718 -2.858732 6.270266 -4.646776 -2.712995 6.198568 -4.657654 -2.869893 6.473614 -4.368263 -2.867397 6.503923 -4.13728 -2.905023 6.395788 -4.304632 -2.62328 5.65016 -5.579726 -5.644878 5.618463 -5.805759 -7.17753 3.757211 -5.994783 -6.724592 4.511864 -5.921345 -5.90377 4.39644 -6.065002 -6.477137 4.602158 -5.93062 -6.676165 4.813196 -5.58873 -6.751076 5.103703 -5.856304 -5.830849 4.8161 -5.599351 -5.670355 5.256566 -5.637895 -5.175806 5.182463 -6.009456 -6.769148 4.070547 -6.06911 -6.453274 4.24111 -5.918578 -6.662247 3.601942 -5.557543 -5.98897 5.455185 -5.678197 -6.396788 5.260208 -5.465614 -6.054827 5.732745 -5.767767 -6.929901 4.699592 -5.813929 -7.041449 4.327593 -5.526852 -7.33884 4.198609 -5.553509 -6.276899 5.092178 -4.276295 15.72489 7.220978 -4.069855 15.65122 7.316288 -4.672727 15.48906 7.431389 -1.402716 -12.7336 27.51059 -1.412705 -13.43936 27.54461 -0.8577474 -12.73657 27.96409 -0.4420247 -15.13832 27.87574 -5.20862 -6.403728 9.914551 -3.395827 -6.644602 9.671467 -5.580515 -4.385931 8.40364 -5.021446 -3.385756 8.485933 -5.675472 -5.250871 9.455809 -4.450653 -3.203125 9.56468 -5.511373 -6.100363 10.31429 -3.123196 -6.168934 9.834317 -2.984035 -4.579743 9.926403 -3.795776 -3.301294 10.10073 -2.994076 10.15895 7.057908 -2.978473 9.313488 5.002667 -5.040248 10.57483 7.593603 -4.944529 9.342152 4.614199 -4.568159 9.071945 4.488237 -3.776045 6.369605 4.973145 -5.399166 9.653884 5.298711 -2.999042 9.678027 5.90069 -5.413618 7.580636 6.324191 -3.114893 -3.090317 10.85694 -3.564045 -2.518629 11.96235 -3.717272 -9.523982 1.599971 -3.648184 -9.222151 1.446471 -4.783493 14.59414 7.66871 -4.636577 11.94053 7.373382 -3.716254 11.81123 7.405785 -3.896569 14.51345 7.655589 -5.587954 -6.540642 4.763317 -5.808867 -6.610878 4.910332 -0.2282961 75.64582 3.865566 -0.865372 67.03897 3.575963 -0.916899 63.12351 3.578103 -0.7798061 63.85457 3.666715 -0.7564479 66.40337 3.711726 -0.330884 64.21867 3.824925 -0.2641233 51.99947 5.162194 -0.4380564 55.01722 4.626282 -0.3030523 54.35986 4.738174 -0.3468916 56.96976 4.493491 -1.247395 42.84784 6.506662 -1.263033 34.06907 9.586779 -0.4581903 31.9509 10.86237 -1.259018 35.09617 9.435296 -0.8892838 22.99492 14.24834 -0.9723816 29.30655 11.80269 -1.380365 23.4926 13.72035 -0.5632223 29.19696 11.86197 -0.5939935 -9.811467 26.8719 -0.3240532 -10.66038 27.15909 -0.8511594 -9.722922 26.88454 -1.103088 -10.31137 27.02686 -0.4140486 -9.119704 25.2305 -0.9701197 -8.353798 23.78768 -1.335687 -8.6827 23.63132 -1.37066 -8.744851 22.90294 -0.5771452 -11.51901 27.77349 -1.046892 -10.97713 27.42009 -0.4696064 -11.39743 27.7559 -0.2837854 -11.99968 27.72948 0.001248359 69.59006 3.969225 0.001248419 59.43468 4.321024 0.4616867 -16.18731 24.79662 0.3626583 -17.42951 24.91458 0.3806105 -14.76124 24.66938 0.001242697 -16.19751 24.63443 1.319686 -8.729569 19.89499 0.001242816 -15.7616 27.80163 0.2434046 -15.53099 24.62838 0.2134007 -16.84066 24.76003 0.001145601 3.489058 19.32539 0.001248419 73.39014 3.985301 0.001248538 77.31074 3.614478 -0.1345964 53.27582 4.994111 -0.1286301 57.29226 4.521126 0.001242697 -19.66181 26.02944 -0.2109113 -16.84066 24.76003 -0.2409147 -15.53099 24.62838 0.001242876 -16.70036 27.4872 0.001248359 76.74211 3.388472 -2.84367 11.35183 0.9523201 -0.1641913 -18.43499 26.63703 -0.1890002 -18.29569 26.64044 -0.1709337 -18.4012 26.65118 -0.1816021 -18.3695 26.62198 -0.1700635 -18.42946 26.62477 -0.1709998 -18.79553 25.43764 -0.08674991 -18.72576 25.43397 -0.04360985 -18.90135 25.42546 -0.1278598 -18.97113 25.42914 -0.05439692 -19.00787 25.49957 -0.1071874 -18.99692 25.58011 -0.1690176 -18.91981 25.51021 -0.04589837 -18.86522 25.5094 -0.02530181 -18.98521 25.58364 -0.1283283 -18.79761 25.51516 -0.08017182 -18.87769 25.59169 -0.1620575 -18.88939 25.58816 -0.1658998 -18.95693 25.64822 -0.1496156 -18.94421 25.71238 -0.1273787 -18.90193 25.67021 -0.08251422 -18.94021 25.72291 -0.03743267 -18.95033 25.66242 -0.03607892 -18.98844 25.73245 -0.03839528 -19.02265 25.6743 -0.1031803 -18.99243 25.72192 -0.0306214 -19.22935 25.88024 -0.03408604 -19.27316 25.83627 0.4537121 -18.7433 26.05054 0.8206827 -17.33989 26.05525 0.8859562 -16.35512 26.03699 0.2166557 -19.44129 26.04335 0.5243496 -18.43771 26.10251 0.7346825 -17.7161 26.11326 0.8783598 -16.11176 26.07595 0.9535955 -15.80557 25.99299 0.9905147 -15.87049 25.91606 0.8796032 -14.73732 27.77589 1.06838 -14.6427 27.6416 0.3464098 -14.06602 27.73379 0.540716 -14.05987 28.07684 1.143365 -14.43466 27.97241 0.158011 -17.67382 25.37079 0.1455856 -17.09291 25.43396 0.07729196 -17.3422 25.36491 0.1152454 -17.05786 25.58212 0.2175647 -17.6469 25.79692 0.001056134 -16.9721 25.89963 0.2670873 -17.38469 25.92491 0.145414 -18.24766 25.75839 0.2190729 -16.97186 25.95707 0.1634755 -17.9912 25.85965 0.9359741 -2.598748 18.04609 0.7919347 -4.91861 17.68687 0.2852545 -19.35222 26.02301 3.090842 -3.518684 16.48766 2.593384 -2.19656 16.79198 3.282195 -5.222822 16.36671 5.984158 -13.6111 0.4659424 5.550165 -13.69724 0.481061 4.847019 -14.22157 0.5258732 4.349702 -14.24403 0.5271921 3.519011 -13.89622 0.4301701 3.213313 -13.74058 0.6450501 4.7131 -14.12293 0.7736149 4.504101 -14.13354 0.7742424 4.737823 -14.35725 0.2788811 4.449506 -14.3691 0.2795725 3.105751 -13.86121 0.6454916 4.824762 -14.2575 0.7669792 4.376476 -14.28105 0.7686186 3.48801 -14.10188 0.3290701 3.270147 -14.10213 0.2328672 3.078722 -14.02394 0.3275166 4.589669 -14.4905 0.3062954 5.810743 -13.90566 0.2569075 6.012199 -13.81613 0.3408642 5.578144 -13.89798 0.339653 2.355302 -7.561312 15.66894 4.640368 15.59285 7.252916 4.70502 15.25085 7.447034 2.258914 -11.09435 0.4725466 2.389307 -10.99077 0.8270969 2.283353 -10.84483 0.9418898 2.265323 -10.96973 0.4418173 2.259659 -10.69226 0.8625403 4.655213 -2.803302 6.127754 3.92186 -2.87732 5.822064 3.861053 -2.741004 6.122428 4.116273 -2.764034 6.491964 4.5243 -2.691013 6.456681 5.825218 -6.61495 4.747786 0.001242816 -16.71219 26.61576 0.001242697 -19.1625 25.46811 0.001242756 -19.44674 26.1786 0.001243114 -12.51842 25.33323 0.00124371 -10.66972 24.08592 0.001242697 -18.72706 25.43654 0.001242756 -19.0869 26.15028 0.001242756 -17.88261 26.47523 0.001242756 -18.89522 26.31455 0.001179933 -18.51184 25.32082 0.001242339 -15.77527 25.88357 0.001242578 -15.40864 25.88107 0.001245796 -16.40662 25.87446 0.04684334 -14.33753 25.6703 0.1082227 -16.23507 25.90788 0.08821761 -15.93311 25.91085 0.07572245 -15.20526 25.90557 0.07490175 -14.83686 25.85644 0.03522437 -14.4906 25.76822 0.1402646 -14.17248 25.58075 0.07177072 -18.62361 26.34479 0.2108227 -15.52086 26.74592 0.001245617 -19.07213 25.51811 0.1047087 -18.15436 26.39793 0.06104677 -19.04927 26.07676 0.1516569 -19.04831 25.49359 0.04889243 -18.60171 25.36037 0.001242756 -19.38013 26.23447 0.1444606 -10.57343 23.20032 0.2349383 -11.73909 24.94374 0.1313662 -11.06042 25.08197 0.2343165 -12.67264 26.6382 0.1469041 -19.05871 25.42207 0.1824206 -14.3739 27.09784 0.2056297 -16.59802 26.55956 0.2269923 -15.05043 26.89704 0.1774842 -16.28265 26.65909 0.001242876 -13.89518 25.55129 5.448996 -6.394522 4.713232 5.5416 -6.278355 4.604362 5.7995 -6.281633 4.522747 18.1659 -18.03808 20.42675 17.9799 -18.65396 19.70186 17.8564 -18.16324 20.66234 17.65171 -18.50483 20.48089 0.1887938 69.88462 4.059804 0.1775176 63.42133 3.957777 1.315274 63.78149 5.869615 1.170241 66.4628 5.568665 0.2567366 63.86228 3.886316 0.2059091 53.61581 4.883684 1.001536 51.95594 4.806996 1.252382 43.7875 8.807075 1.456185 47.04472 7.856415 0.3857679 40.26876 7.842399 1.252337 44.12778 6.380267 0.4012136 44.18999 6.593856 0.2842158 34.34289 9.993649 1.474452 38.11397 10.56035 0.7232858 30.47822 11.35181 0.3652744 33.07028 10.45961 0.4062731 26.11565 13.12358 1.673894 29.70201 13.45977 0.98381 -8.032017 26.70646 0.790313 -7.983622 26.41265 1.182448 -7.855947 26.37751 1.027185 -7.585327 26.07638 0.9453062 -9.02595 25.87592 0.9004977 -7.039591 23.9874 0.9157906 -7.181858 24.68568 0.6931931 -8.322489 23.75168 0.4753897 -8.688509 24.61615 0.8594141 -9.464936 28.06168 0.7463351 -9.457398 27.98773 1.025422 -9.336224 27.90791 0.9159109 -8.817582 27.77311 0.7017787 -11.24553 27.69695 0.3520865 -10.98621 27.52622 0.8615705 -10.79922 27.41023 0.7520595 -10.28058 27.27543 0.04380577 -19.21741 26.09995 0.05219495 -19.36451 26.10009 0.07265484 -19.1256 26.06545 18.87925 -18.48659 20.09448 18.94114 -19.02957 19.52136 18.2175 -18.78227 20.80443 0.001244664 -19.11293 25.51781 5.911997 6.928769 0.9445076 5.370002 6.757121 0.931241 3.933278 6.024371 0.9326229 3.066328 6.56205 0.5620861 2.467419 6.691011 0.54142 2.917506 6.382698 0.3342791 2.572247 6.454085 0.3183642 5.468688 6.924434 1.31689 5.852378 6.726927 0.537982 4.378551 5.880037 0.4851017 2.732788 6.600829 1.111511 3.006536 6.485078 0.9871912 2.476251 6.605795 0.9829865 5.608393 6.807283 1.385886 5.893779 6.83695 1.2449 4.232241 6.000778 1.428325 4.48834 5.970426 1.282174 3.974605 5.931159 1.282063 2.716048 6.241987 0.3807612 4.507102 5.755389 0.6744928 5.715981 6.489987 0.5350533 5.404439 6.467558 0.6756067 1.732051 10.23339 0.8389578 1.665756 10.43378 1.410845 1.770001 10.46416 0.7699375 1.719894 10.7712 1.358095 6.046669 6.675854 0.6169911 5.34992 6.532467 1.270856 3.836497 5.751537 0.5980806 3.13588 6.208354 0.4399119 2.376535 6.345874 0.4103413 4.19645 5.69525 0.4234362 0.2409041 -19.49516 26.01414 0.2411459 -19.53268 26.08887 0.4495479 -18.95968 26.03459 0.9044147 -17.05046 26.02277 0.9272081 -16.60265 26.02132 1.037507 -15.70264 25.86258 0.5776782 -16.81874 24.94027 0.4670728 -17.88798 25.00084 0.7502561 -15.53593 24.84557 0.305647 -18.29216 24.99079 0.8564921 -17.33014 25.62796 0.4755022 -18.79236 25.56077 1.092318 -15.62306 25.79267 1.076224 -16.09321 25.73405 0.7238093 -14.74624 27.84074 1.094467 -14.5033 27.56287 0.9699124 -13.84355 27.52026 0.4019137 -13.73816 27.64547 0.7048561 -14.62262 24.8391 0.001248359 -1.263995 18.59686 0.3261377 -19.40217 26.04123 0.3546681 -19.24927 26.02229 3.819156 -6.406658 15.66239 6.010263 -13.7579 0.7199049 5.537707 -13.82666 0.7504625 4.902158 -14.39647 0.3481951 4.277293 -14.42754 0.3527203 3.507996 -14.05803 0.6911869 3.271482 -14.0205 0.7883597 5.784033 -13.77503 0.8327942 4.595318 -14.36438 0.9241419 3.385949 -7.76211 15.06269 3.303385 -2.797569 16.0465 1.584281 10.41967 0.6167097 1.363755 10.37744 1.374597 1.130347 10.5612 1.213447 1.226521 10.67307 0.6819325 2.114764 -10.9407 0.3848581 2.018917 -10.76811 0.9186821 1.921812 -10.72812 0.5194168 4.582212 -2.647759 5.919203 3.983937 -2.712104 5.724021 4.307129 -2.62328 5.65016 0.001242816 -13.729 28.13418 0.001242697 -19.36109 25.55014 1.562537 -10.21585 20.10354 -3.53851e-4 11.11135 19.1991 -3.08153e-4 17.32154 16.86855 0.001244664 -7.995544 22.56065 0.001242816 -12.87344 28.10569 0.1672984 -17.94257 24.86784 0.001242756 -19.67145 26.1152 0.001248478 -3.664926 18.0739 4.675225 15.48906 7.431389 5.953895 -6.551151 4.739055 6.007543 -6.303411 4.610714 5.545086 -6.101963 5.051865 0.7400155 72.75334 3.759199 0.8678692 67.03897 3.57596 0.08232229 67.15164 3.9673 0.9193961 63.12351 3.5781 0.1088536 63.1305 4.004661 0.5946021 66.74019 3.899844 0.1311271 57.29226 4.521125 0.758945 66.40337 3.711724 1.155908 53.20272 4.477564 0.1370934 53.27582 4.99411 1.038723 56.94493 4.299118 1.249893 42.84784 6.50666 0.2058271 37.69094 8.780609 1.26553 34.06907 9.586776 1.29232 29.29378 11.42688 0.2529125 29.39109 11.85622 0.4554783 37.50973 8.77273 1.204939 29.15008 11.67566 1.105585 -10.31137 27.02685 1.24574 -8.961441 25.25053 0.3806038 -8.760052 24.28743 1.265904 -8.70031 24.39705 1.338184 -8.6827 23.63132 0.4201606 -8.508685 23.32551 1.036465 -8.846535 25.33515 1.373157 -8.744851 22.90294 0.9083109 -8.350836 21.08143 0.3647954 -8.482888 22.60122 0.803751 -8.190892 23.45726 1.397688 -8.662772 21.52535 0.4945045 -8.556282 21.36438 1.10249 -8.429406 23.49956 0.5751032 -8.326252 23.39691 0.9697324 -11.36674 27.62428 0.4254997 -10.37873 27.14903 0.8924269 -10.21268 27.10263 0.3481152 23.60247 14.16808 0.1861541 42.96246 7.037804 0.1863167 47.31685 6.066478 0.2307934 75.64582 3.865564 0.001248538 49.33488 5.718023 -0.09774726 -19.1954 25.82435 -0.8181855 -17.33989 26.05525 -0.8397578 -16.78298 26.06245 -0.5218524 -18.43771 26.10251 -0.7321853 -17.7161 26.11326 -0.8758626 -16.11176 26.07595 -0.8155959 -16.5785 26.13215 -0.4024447 -18.93391 26.07378 -0.9253032 -15.95447 25.80745 -0.9610614 -15.68373 25.87489 -0.9118753 -16.62262 25.71919 -0.9880176 -15.87049 25.91606 -0.9740681 -15.74944 25.91831 -0.9556473 -15.93986 25.97776 -0.07617193 -18.79264 25.53825 -0.1115683 -19.00592 25.51426 -0.05382817 -18.84117 25.48431 -0.05075687 -18.99521 25.47435 -1.065883 -14.6427 27.6416 -0.6803423 -13.71999 27.56832 -0.53468 -14.61794 27.8358 -0.5382188 -14.05988 28.07684 -1.099128 -13.52173 27.74134 -1.248285 -14.15909 27.81188 -1.059348 -1.623144 18.06068 -0.2827574 -19.35222 26.02301 -0.3164449 -19.21225 26.05579 -2.590887 -2.19656 16.79199 -5.98166 -13.6111 0.4659424 -5.547668 -13.69724 0.481061 -4.347205 -14.24403 0.5271921 -3.09134 -13.8178 0.4104424 -3.210815 -13.74058 0.6450501 -5.832393 -13.53597 0.6855116 -5.640312 -13.571 0.7058897 -4.735326 -14.35725 0.2788811 -3.103253 -13.86121 0.6454916 -5.742691 -13.64696 0.7946749 -4.601901 -14.22384 0.874198 -4.822265 -14.2575 0.7669792 -4.373979 -14.28105 0.7686186 -4.840459 -14.43389 0.3897991 -5.808246 -13.90566 0.2569075 -6.009702 -13.81613 0.3408632 -5.575646 -13.89798 0.339654 -3.138627 -6.873844 15.74526 -2.352804 -7.561312 15.66894 -5.9095 6.928769 0.9445076 -4.42737 15.69689 7.142373 -4.637871 15.59285 7.252916 -4.032986 15.50398 7.26404 -4.702523 15.25085 7.447034 -2.070163 -10.98448 0.4035912 -2.280855 -10.84483 0.9418898 -2.262826 -10.96973 0.4418173 -2.074029 -10.79932 0.4835377 -2.406719 -10.82473 0.836504 -2.257161 -10.69226 0.8625403 -4.401359 -2.958712 6.414343 -3.996722 -2.974174 6.179605 -4.155049 -2.745876 5.649575 -4.483765 -2.68732 5.720526 -5.822721 -6.61495 4.747786 -5.446499 -6.394522 4.713232 -18.16341 -18.03808 20.42675 -17.74052 -18.73491 20.01109 -17.97741 -18.65396 19.70186 -17.64921 -18.50483 20.48089 -0.712908 68.9717 4.047219 -1.312777 63.78149 5.869617 -1.167744 66.4628 5.568667 -1.476165 56.89715 6.476047 -0.3363754 50.57811 5.398343 -1.889523 48.44588 9.462874 -1.24984 44.12778 6.380269 -0.5422462 45.0965 6.343896 -1.308518 35.05234 11.69622 -0.7207886 30.47822 11.35182 -0.3627772 33.07028 10.45961 -1.483463 27.66259 14.27414 -1.671397 29.70201 13.45978 -1.360298 25.36881 13.10473 -0.9813128 -8.032017 26.70646 -0.4004964 -9.763072 26.5781 -0.6629577 -9.098265 25.88903 -0.8980005 -7.039591 23.9874 -1.117177 -8.54514 24.10834 -0.9147313 -8.576601 25.03681 -1.046495 -8.625674 24.65918 -1.12685 -7.28734 22.29177 -1.172009 -8.532071 22.41967 -1.116855 -8.496806 23.01444 -0.8569169 -9.464936 28.06168 -1.022925 -9.336224 27.90791 -0.3565275 -11.38989 27.68194 -0.6992815 -11.24553 27.69695 6.81577e-4 -17.32705 25.42939 0.07399559 -18.36976 25.75574 0.001242756 -19.53249 26.05226 0.001242756 -19.56358 26.01955 -0.189092 -13.75438 25.50151 -0.1677647 -17.64643 26.45542 -0.2095099 -16.87353 26.53887 -0.0660842 -19.02113 26.24077 0.001242756 -19.50104 26.10666 -0.2185774 -19.1898 25.57623 -0.3327961 -13.11544 25.47796 -0.1260828 -10.45308 23.07567 -0.06163167 -18.72797 25.50965 -0.1905027 -17.23604 26.51209 -0.06833773 -15.60397 25.91821 -0.1131705 -16.63131 25.91049 -18.25705 -19.20821 19.66613 -18.65916 -18.41161 20.72871 -18.215 -18.78227 20.80443 -0.05966478 -18.00827 25.32569 -0.07529777 -17.3422 25.36491 -4.515349 6.064814 0.9310751 -3.063831 6.56205 0.5620861 -2.893686 6.765766 0.7882681 -5.543939 6.625313 0.5161448 -4.376054 5.880037 0.4851017 -3.00404 6.485078 0.9871912 -4.504604 5.755389 0.6744928 -5.713483 6.489987 0.5350533 -5.973181 6.636238 0.6875477 -1.235151 10.56132 0.754447 -1.513402 10.32336 0.6329842 -1.663259 10.43378 1.410845 -1.767504 10.46416 0.7699375 -1.717397 10.7712 1.358095 -1.858125 10.57308 1.093743 -1.381526 10.8839 1.007016 -5.972893 6.693653 1.251306 -5.315715 6.47092 0.6140194 -5.347423 6.532467 1.270856 -4.528437 5.81431 1.285268 -3.834 5.751537 0.5980806 -3.906667 5.764995 1.302649 -3.133383 6.208354 0.4399119 -2.374038 6.345874 0.4103413 -2.380813 6.41404 0.950531 -2.696066 6.366396 1.091269 -2.74773 6.209036 0.3157387 -5.67373 6.625513 1.399385 -4.213994 5.781115 1.447631 -4.193953 5.69525 0.4234362 -0.2384089 -19.49517 26.01414 -0.9019175 -17.05046 26.02277 -1.026231 -15.72926 25.92774 -0.8539949 -17.33014 25.62796 -0.4730069 -18.79236 25.56077 -1.033096 -14.72182 27.71955 -0.7213121 -14.74624 27.84074 -0.3994165 -13.73816 27.64547 -2.85887 -1.275905 16.55281 -6.007767 -13.7579 0.7199049 -5.53521 -13.82666 0.7504625 -4.274796 -14.42754 0.3527212 -3.505498 -14.05803 0.691186 -3.537594 -14.10903 0.2612085 -3.043097 -14.03217 0.2486906 -3.268985 -14.0205 0.7883597 -3.28545 -14.11057 0.1545114 -4.583786 -14.46826 0.2418069 -3.383452 -7.76211 15.06269 -1.361258 10.37744 1.374597 -1.874965 10.30565 0.8056173 -1.12785 10.5612 1.213447 -2.344008 -11.06772 0.4325667 -2.357301 -11.05663 0.8457728 -2.016419 -10.76811 0.9186821 -1.919315 -10.72812 0.5194168 -4.579752 -2.84629 6.383424 -4.579715 -2.64776 5.919203 -3.881729 -2.86422 6.01958 -3.98144 -2.712102 5.724021 -5.663689 -5.936916 4.836301 -4.331244 14.99941 7.700217 -4.552989 15.72346 7.303265 -4.651962 15.11081 7.648019 -4.018396 15.40804 7.437525 -4.099331 15.09153 7.662767 -5.951397 -6.551151 4.739055 -6.005045 -6.303411 4.610714 -5.542589 -6.101963 5.051865 -0.7375183 72.75334 3.759201 -0.5921049 66.74019 3.899846 -1.088113 57.24463 4.050489 -1.153411 53.20272 4.477566 -1.096252 47.21746 5.530272 -0.1838195 47.31685 6.066479 -1.036226 56.94494 4.299118 -0.1836569 42.96246 7.037805 -0.7782183 47.17688 5.954403 -1.145564 37.59928 8.271784 -1.004299 47.13763 5.760873 -1.289823 29.29378 11.42688 -1.060321 37.46384 8.54095 -1.495974 26.11695 12.67482 -0.345618 23.60247 14.16808 -1.202442 29.15008 11.67566 -0.3375903 -9.839707 26.36864 -1.287209 -9.486018 26.26898 -1.243243 -8.961441 25.25053 -0.3781067 -8.760052 24.28743 -1.263407 -8.70031 24.39705 -0.831373 -8.701422 25.42827 -0.4176635 -8.508685 23.32551 -0.5587427 -8.933598 25.32493 -1.033968 -8.846535 25.33515 -0.9058137 -8.350834 21.08143 -0.3622982 -8.482888 22.60122 -0.8012538 -8.190892 23.45726 -1.395191 -8.662772 21.52535 -0.4920073 -8.556282 21.36438 -1.099992 -8.429406 23.49956 -0.572606 -8.326252 23.39691 -0.2813853 -11.39522 27.60829 -0.7126622 -9.873127 27.1176 -0.9672352 -11.36674 27.62428 -0.4230025 -10.37873 27.14903 -0.8899297 -10.21268 27.10263 0.001242697 -17.41119 24.74719 -0.2550037 26.22895 13.08602 -0.2504153 29.39109 11.85622 -0.1881433 34.1585 10.05894 -0.2033299 37.69094 8.78061 -0.1063567 63.1305 4.004662 -0.07982534 67.15164 3.967302 -0.2451543 -18.90854 25.1772 -0.2446696 -19.107 25.35511 -0.2581276 -19.214 25.50547 -0.1648091 -17.94257 24.86784 -0.1928506 -18.69493 25.05081 0.001248419 75.39019 2.952285 -3.08153e-4 15.8264 17.52947 -0.04871535 -19.23051 25.84 0.001247584 -18.82792 25.53974 0.001247584 -19.05523 25.52343 1.866683 68.41693 7.384858 2.069943 57.89591 8.381488 1.898744 39.62645 12.04061 2.121316 31.26913 14.66598 0.3623169 -17.93268 25.47494 0.3379313 -18.24276 25.45714 0.4610843 -18.26382 25.4583 0.5066574 -17.90209 25.47712 0.2893797 -18.30047 25.45728 0.2164635 -18.64084 25.43858 0.2949006 -18.72374 25.43496 0.3817065 -18.38497 25.45039 0.5834495 -17.69874 25.47639 0.637134 -17.21975 25.49319 0.4725212 -17.26858 25.4902 0.4311378 -17.75333 25.47427 0.6378352 -17.14174 25.52355 0.4740906 -17.20088 25.52058 0.5084698 -15.01793 25.62656 0.523193 -15.58114 25.58904 0.7247378 -15.56166 25.57449 0.7658548 -14.99794 25.61293 0.5140711 -15.73298 25.57438 0.5320572 -16.1528 25.54844 0.7197353 -16.11112 25.54959 0.7162266 -15.69443 25.57283 0.5107675 -15.74515 25.72843 0.7172854 -15.71382 25.72715 0.7207941 -16.12687 25.70349 0.5287538 -16.16131 25.70207 0.5082491 -15.00637 25.70104 0.7695583 -14.96915 25.7268 0.7241287 -15.55675 25.7333 0.5206358 -15.57563 25.74369 0.6379641 -17.18131 25.68311 0.4703926 -17.24075 25.68012 0.5959613 -17.71199 25.63517 0.4341037 -17.76288 25.63458 0.4687217 -17.52531 25.70001 0.6436668 -17.47453 25.70262 0.2768304 -18.57173 25.72406 0.3678337 -18.65364 25.725 0.2988482 -18.76584 25.60397 0.2221488 -18.68144 25.60607 0.3732413 -18.05904 25.69027 0.5214478 -18.03052 25.68477 0.4758749 -18.25614 25.61148 0.3488557 -18.23557 25.61391 0.3740271 -18.21739 25.73328 0.3952293 -18.10651 25.81207 0.4593015 -18.22536 25.72665 0.4899204 -18.09285 25.80713 0.2401013 -18.69194 25.7259 0.266664 -18.63827 25.8228 0.2927802 -18.75469 25.7254 0.3257265 -18.69971 25.82405 0.6147184 -17.50847 25.80738 0.5798258 -17.66709 25.74146 0.5053621 -17.54751 25.80761 0.4750667 -17.70438 25.74357 0.6177779 -17.15766 25.80632 0.4904742 -17.20177 25.8041 0.535317 -15.0585 25.80941 0.5458393 -15.5508 25.85762 0.7043309 -15.5288 25.84548 0.7116976 -15.02416 25.82134 0.5355508 -15.79183 25.83544 0.5496082 -16.14566 25.81046 0.6966419 -16.11209 25.81249 0.6915926 -15.7601 25.83579 0.663644 -16.83012 25.53626 0.4968633 -16.8894 25.53329 0.4931653 -16.88635 25.68539 0.6637729 -16.82692 25.68837 0.6403141 -16.85078 25.78304 0.5111213 -16.89497 25.78082 0.4864379 -16.01467 25.55711 0.7503243 -15.8512 25.56416 0.7627953 -15.89996 25.71307 0.4727348 -16.0206 25.70437 0.5067545 -16.01002 25.79608 0.7271042 -15.92436 25.80275 0.4513094 -15.34614 25.61959 0.8001343 -15.2501 25.58131 0.8054564 -15.25138 25.72451 0.4445481 -15.34956 25.73069 0.4973055 -15.33927 25.83841 0.7546892 -15.26781 25.81885 0.5163736 -16.70334 25.76274 0.6488997 -16.65294 25.76537 0.6698783 -16.66199 25.67539 0.4970073 -16.72976 25.67186 0.5022639 -16.70633 25.52232 0.6696518 -16.639 25.52582 0.5370208 -16.38979 25.80198 0.671436 -16.34022 25.80455 0.6956869 -16.31228 25.69536 0.51978 -16.37878 25.69193 0.5250366 -16.376 25.53628 0.6954604 -16.30978 25.5397 0.4885492 -16.55498 25.74027 0.6856538 -16.48582 25.74389 0.7181842 -16.47459 25.67641 0.4600778 -16.56662 25.6716 0.4854993 -16.55215 25.52873 0.7107071 -16.463 25.53336 0.6782833 -16.97642 25.53038 0.4579332 -17.05546 25.52641 0.4418633 -17.07522 25.67453 0.6851752 -16.99382 25.67866 0.6545881 -16.99506 25.76608 0.469644 -17.05609 25.76299 0.536143 -16.30445 26.18217 0.6894139 -16.28063 26.18799 0.6940073 -16.71482 26.17122 0.5213586 -16.71709 26.16509 0.5190041 -16.82652 26.16368 0.6883962 -16.81983 26.16696 0.6922598 -17.09247 26.15852 0.5203751 -17.09879 26.1551 0.5675701 -15.73823 26.22812 0.7573934 -15.71182 26.22709 0.7176992 -16.11938 26.19672 0.5574784 -16.16159 26.19591 0.1469143 -19.11373 26.14275 0.1880483 -19.31932 26.15563 0.0564168 -19.36801 26.14961 0.04408186 -19.21898 26.14404 0.7153497 -17.08829 26.15967 0.703884 -17.39271 26.15154 0.5440704 -17.41146 26.15168 0.5549109 -17.10598 26.15991 0.6731945 -17.51281 26.151 0.6617287 -17.76279 26.14917 0.5160597 -17.77818 26.14735 0.5269003 -17.52738 26.14928 0.617357 -17.87179 26.14749 0.5466994 -18.18709 26.1502 0.4048405 -18.1853 26.14341 0.470516 -17.86294 26.14038 0.4840143 -18.29023 26.14374 0.3828514 -18.6916 26.14253 0.2510306 -18.68848 26.14295 0.3438933 -18.28785 26.13765 0.1690667 -18.98341 26.14378 0.350561 -18.82783 26.14127 0.2427189 -19.12402 26.14753 0.2457471 -18.81456 25.94797 0.3576223 -18.87193 25.93509 0.178954 -19.01767 25.94697 0.2588514 -19.13947 25.95311 0.455411 -18.4494 25.90421 0.3343464 -18.40343 25.89336 0.2750316 -18.63171 25.9545 0.3841096 -18.68939 25.95181 0.587463 -18.02377 25.93947 0.4569067 -17.98543 25.92608 0.4055312 -18.2249 25.98365 0.5360513 -18.23141 25.99125 0.6656073 -17.6019 25.99531 0.5288994 -17.59012 25.99537 0.5180588 -17.80665 25.98931 0.6541414 -17.79802 25.99065 0.7073377 -17.23868 25.98546 0.5580776 -17.22954 25.98726 0.5472369 -17.4476 25.99453 0.6958719 -17.43588 25.99415 0.1462022 -19.17786 25.98613 0.03646594 -19.22698 25.97082 0.04852843 -19.37612 25.97871 0.188332 -19.31702 25.98757 0.5493278 -15.66428 26.0273 0.5374538 -16.17976 25.98578 0.7231593 -16.13028 25.98748 0.7708975 -15.63503 26.0267 0.5219626 -16.78982 25.99756 0.5233335 -17.13311 25.9831 0.6825331 -17.1265 25.98439 0.6786696 -16.78387 26.00029 0.5412322 -16.28529 26.01527 0.5259276 -16.70698 26.00106 0.6859006 -16.70415 26.00658 0.6818274 -16.26081 26.02049 0.5580053 -16.34218 25.92914 0.6201068 -16.32196 25.93103 0.6238136 -16.6549 25.92437 0.5496547 -16.66093 25.92234 0.5462868 -16.82763 25.91254 0.6192903 -16.82449 25.91323 0.6223921 -17.08015 25.90746 0.5478377 -17.08312 25.90786 0.5840805 -15.69082 25.93877 0.7216326 -15.67158 25.94099 0.6833963 -16.06142 25.90675 0.5687165 -16.09246 25.90314 0.151962 -19.18728 25.85362 0.1735409 -19.26195 25.87386 0.06174343 -19.30745 25.86652 0.05121248 -19.23051 25.84 0.6548001 -17.24797 25.86334 0.6463994 -17.39095 25.89187 0.5742971 -17.39421 25.89174 0.5824198 -17.24513 25.86362 0.6154703 -17.5947 25.85134 0.6070697 -17.74183 25.87277 0.5388399 -17.74373 25.87219 0.5469625 -17.59062 25.85117 0.5460571 -18.01219 25.84661 0.5092472 -18.16573 25.87706 0.4460741 -18.16666 25.87187 0.4823923 -18.00153 25.83825 0.4060408 -18.46043 25.80038 0.3611478 -18.60605 25.84104 0.312716 -18.57412 25.84353 0.3521625 -18.43469 25.79667 0.2627115 -18.83474 25.74515 0.2427965 -18.93076 25.71547 0.2979303 -18.84819 25.73949 0.2695394 -18.9619 25.71435 0.7667167 -15.90715 26.21207 0.533354 -15.95299 26.2122 0.5102803 -15.92022 26.01669 0.7817971 -15.86761 26.01744 0.7243143 -15.86191 25.9677 0.5630248 -15.8946 25.96297 0.7188706 -16.49444 26.18068 0.5015909 -16.51191 26.1727 0.5087416 -16.50273 26.01359 0.7091204 -16.48438 26.02076 0.6260785 -16.49553 25.95464 0.5476236 -16.51433 25.95261 0.7187678 -16.95506 26.1633 0.4912499 -16.96371 26.15883 0.4963225 -16.96738 25.99607 0.7069269 -16.95899 25.99876 0.6243548 -16.9575 25.9367 0.5382842 -16.96112 25.9369 0.5706687 -15.29583 26.0663 0.7428239 -15.27225 26.07073 0.8081172 -15.28285 26.12952 0.510726 -15.32207 26.12945 0.5088557 -15.37277 26.39384 0.8182205 -15.33083 26.39297 0.5841643 -15.45944 25.97143 0.7064612 -15.43514 25.97518 0.7358021 -15.1087 26.05873 0.5888633 -15.1207 26.05715 0.7911899 -15.0802 26.15594 0.7523781 -15.50906 26.06101 0.5491363 -15.54959 26.05913 0.5483449 -15.09847 26.15772 0.5453711 -15.60418 26.35991 0.757593 -15.56138 26.3611 0.8015065 -15.1239 26.42419 0.5496814 -15.14396 26.42669 0.3359206 -15.5698 26.60678 0.301944 -17.69479 26.3312 0.3223783 -16.26496 26.54074 0.3766497 -16.90562 26.38424 0.1041724 -18.9355 26.22249 0.4424213 -14.83962 26.89707 0.4083847 -18.95472 26.04133 0.8412256 -17.00812 26.05872 0.8488165 -16.5901 26.05802 0.3653627 -16.60519 26.41742 0.2212529 -19.32197 26.22206 1.001992 -14.84954 26.63948 0.9177471 -15.49723 26.30672 0.5294635 -18.35351 26.30435 0.695165 -17.68956 26.33952 0.7952308 -16.97513 26.30523 0.8251612 -16.17559 26.31057 0.7968543 -16.6009 26.3327 0.4054551 -18.86003 26.25363 0.3875142 -14.28542 27.07245 0.8670623 -14.2762 26.63352 1.017646 -14.34594 26.10044 0.8926245 -15.86636 25.75659 0.7658436 -13.79379 25.53382 0.8016206 -14.92544 25.28036 0.8227125 -15.87839 25.41142 0.6028662 -17.94671 25.35277 0.2996665 -18.83074 25.43991 0.8477681 -16.10653 26.16519 0.9595228 -15.50448 25.92821 0.9888979 -15.98835 25.79186 0.434751 -18.7903 25.5893 0.8033361 -17.31616 25.66197 0.9674674 -15.59558 25.952 0.9980533 -15.86212 25.87666 1.140584 -7.661064 28.32869 1.228539 -6.29188 26.39524 1.091457 -5.925308 21.84564 0.9896708 -5.839649 24.27236 0.424363 -12.68261 26.56992 0.5970464 -12.80503 26.18142 0.7339127 -13.07194 25.82102 0.5825311 -12.99931 25.52936 0.2540948 -11.0628 25.1064 0.4477362 -11.13483 25.06677 0.5251249 -11.4051 25.01554 0.4197521 -11.67456 24.95182 0.230527 -10.47449 23.08061 0.3005845 -10.47169 23.09383 0.3020464 -10.51449 23.13763 0.2538549 -10.57755 23.19038 0.4365915 -15.09195 26.69545 0.2227154 -19.29019 26.21691 0.8748729 -15.52604 26.36164 0.6792927 -17.71404 26.30576 0.7550135 -16.96977 26.29897 0.804765 -16.204 26.32942 0.7450081 -16.60085 26.32703 0.337105 -16.12873 25.50125 0.2496055 -17.77615 25.42487 0.8100352 -15.03196 26.60621 0.4420558 -18.61451 26.27227 0.3357818 -15.02606 25.34375 0.09716874 -18.46231 25.36464 0.1395199 -18.68555 25.52105 0.3278735 -17.85608 25.61167 0.4171302 -16.26665 25.67088 0.4392604 -15.00802 25.61186 0.8068853 -14.95206 25.61586 0.6104552 -17.8182 25.6129 0.2936989 -18.92379 25.50463 0.7646437 -16.18768 25.67603 0.7806989 -16.06221 26.12294 0.744521 -16.54041 26.08079 0.7759802 -16.94002 26.0667 0.897236 -15.54679 26.13281 0.703996 -17.77309 26.06518 0.4141458 -18.7316 26.05388 0.2417236 -19.34026 26.0647 0.8834967 -15.04863 26.34591 0.475111 -15.04676 26.37912 0.4620605 -15.56593 26.13349 0.5013518 -16.9513 26.07306 0.4783067 -16.54986 26.08835 0.4765769 -16.07124 26.13525 0.1222724 -19.00094 26.06398 0.412014 -17.77096 26.06598 0.335671 -15.69526 25.49853 0.3033919 -16.97406 25.47639 0.190756 -18.14296 25.39087 0.2663118 -18.28174 25.55549 0.3752174 -17.3602 25.64556 0.3908 -15.66527 25.73754 0.4653215 -18.40722 25.544 0.7171944 -17.33242 25.63722 0.8167816 -15.61563 25.71203 0.3428026 -17.28272 26.36162 0.1863663 -18.15993 26.30294 0.7680101 -17.34129 26.0733 0.6093997 -18.20438 26.05856 0.2667172 -18.23881 26.05919 0.4574335 -17.34529 26.07092 0.48372 -15.75203 25.70693 0.4912009 -16.114 25.66879 0.7180867 -16.08397 25.6734 0.7353614 -15.72986 25.7017 0.496007 -15.02443 25.65571 0.4879835 -15.52062 25.70285 0.7525977 -15.51674 25.73023 0.7772832 -15.00239 25.67688 0.6038499 -17.68845 25.64174 0.6516937 -17.46951 25.66871 0.451842 -17.51745 25.6746 0.4266483 -17.741 25.6427 0.2800737 -18.39524 25.55296 0.210688 -18.6711 25.55819 0.2958573 -18.77701 25.54826 0.387483 -18.48803 25.55127 0.3518311 -17.98815 25.60561 0.3336138 -18.2235 25.60098 0.4744449 -18.26946 25.59862 0.5218988 -17.97082 25.61059 0.1838144 -18.93249 25.52243 0.1378383 -18.80728 25.5427 0.00124824 -18.81231 25.53129 0.00124824 -19.0465 25.51237 0.5110701 -18.30891 26.04202 0.3958372 -18.64777 26.04244 0.2918804 -18.60797 26.04829 0.3271803 -18.32291 26.04414 0.6209461 -17.88706 26.05484 0.5723161 -18.1492 26.05178 0.4299641 -18.18103 26.05211 0.4781903 -17.91286 26.05448 0.695035 -17.41859 26.06156 0.6636514 -17.69109 26.05637 0.5056092 -17.69271 26.05594 0.5343673 -17.42196 26.0613 0.7262457 -17.02018 26.06435 0.7164442 -17.26185 26.06002 0.5588165 -17.26654 26.05978 0.5711147 -17.02485 26.06434 0.1316841 -19.12298 26.06456 0.1863268 -19.3349 26.06173 0.5695334 -15.68116 26.13689 0.7470753 -15.66642 26.1387 0.6940955 -15.91672 26.15441 0.5471962 -15.94025 26.15339 0.5368407 -16.63047 26.0764 0.684726 -16.62476 26.07382 0.7078849 -16.86159 26.06635 0.5571275 -16.86772 26.06867 0.5493922 -16.18197 26.11034 0.6784082 -16.16019 26.11062 0.6721712 -16.44211 26.08088 0.5362263 -16.45277 26.08224 0.5672368 -16.24323 26.1777 0.633912 -16.22791 26.17735 0.629185 -16.378 26.17381 0.5558671 -16.3844 26.17406 0.5650221 -16.65559 26.16712 0.6442984 -16.65456 26.1671 0.6577359 -16.80296 26.16164 0.5769891 -16.80342 26.16164 0.6262558 -15.72721 26.24747 0.6992809 -15.71995 26.24701 0.6623106 -15.8529 26.25525 0.6001847 -15.86586 26.25572 0.1249713 -19.18171 26.14426 0.1399652 -19.30554 26.14407 0.07459497 -19.33675 26.14467 0.06882804 -19.2311 26.1446 0.6560969 -17.05147 26.15724 0.6506705 -17.20574 26.15295 0.5745666 -17.20753 26.15278 0.5796741 -17.05317 26.1571 0.6161069 -17.50476 26.14845 0.6044359 -17.59812 26.14706 0.5481747 -17.59771 26.14701 0.5594403 -17.5048 26.1484 0.5586969 -17.89635 26.13862 0.5340953 -18.04001 26.1373 0.4595991 -18.05923 26.13719 0.4806407 -17.91276 26.13846 0.4170198 -18.40407 26.13779 0.3636488 -18.53011 26.14176 0.3197458 -18.49145 26.13634 0.3605955 -18.38993 26.12972 0.1630437 -18.88781 25.42482 0.1493622 -18.79259 25.42487 0.09321707 -18.8482 25.42394 0.07934063 -18.96128 25.42202 0.3576114 -18.03714 25.48392 0.3520454 -18.19647 25.46367 0.4437183 -18.22954 25.46313 0.4730003 -18.02857 25.48402 0.2899034 -18.46784 25.43805 0.2323594 -18.65533 25.42965 0.2741421 -18.71762 25.43096 0.3432369 -18.53378 25.43732 0.5789642 -17.49999 25.48217 0.5727958 -17.40572 25.41333 0.4468006 -17.42769 25.41616 0.4587024 -17.53932 25.48149 0.525271 -15.09714 25.56348 0.5403504 -15.402 25.54506 0.7040619 -15.40301 25.54427 0.6924 -15.09842 25.56252 0.5307062 -15.73582 25.55254 0.5431638 -15.88339 25.53807 0.6704246 -15.88309 25.53445 0.6565739 -15.73538 25.5397 0.1266998 -18.57663 26.27743 0.1777597 -18.62872 26.07091 0.3646261 -18.7924 26.06233 0.2143334 -18.74426 26.0662 0.2650812 -19.19043 26.06169 0.1780148 -18.99061 26.06139 0.2547643 -18.82251 26.14489 0.2351345 -18.94428 26.14272 0.301648 -18.85715 26.14175 0.2608075 -19.03938 26.14243 0.7087513 -14.72263 27.81711 0.4211012 -13.7784 27.6377 0.6992479 -13.13375 28.10803 0.6833095 -13.55184 28.37666 0.9730008 -13.99627 28.5237 1.249231 -13.12989 28.00151 1.432774 -13.68945 28.12284 1.298021 -13.97526 28.3106 1.391626 -12.05723 29.39149 1.696616 -11.9999 29.28082 1.808538 -11.95626 29.01489 1.545945 -11.88092 28.72004 1.084628 -11.67826 28.74829 0.9984291 -11.66639 29.09921 1.285358 -8.990464 29.57732 1.356252 -8.970808 29.25747 1.613085 -9.125229 29.7901 1.735139 -9.06906 29.26046 1.953308 -9.077654 29.51226 1.851005 -8.991349 29.75123 0.3227286 -16.50247 25.50018 0.3637566 -16.81943 25.64727 0.7200258 -16.7476 25.65366 0.7838953 -16.78384 25.50493 0.497926 -16.38991 25.67383 0.7057072 -16.31852 25.66063 0.4604631 -16.71757 25.6362 0.6699424 -16.6492 25.63641 0.4591609 -17.19098 25.65642 0.653061 -17.14077 25.65895 0.4546337 -16.8869 25.65174 0.6559221 -16.82647 25.65572 0.5217813 -16.39951 25.50665 0.6345078 -16.35617 25.48368 0.4922212 -16.6411 25.44687 0.6086098 -16.61009 25.44245 0.4971585 -16.80839 25.46344 0.6000308 -16.77895 25.46514 0.4934735 -16.68859 25.4844 0.5920247 -16.66009 25.48613 0.7902648 -15.46851 26.17625 0.5413414 -15.46969 26.17516 0.5556192 -15.12101 26.33531 0.8154737 -15.13357 26.31608 0.6809893 -15.44096 26.44367 0.6779921 -15.34646 26.48616 0.6033738 -15.34255 26.49194 0.6094447 -15.44097 26.44355 0.3865479 -14.58991 25.26244 0.1888556 -16.0924 25.45051 0.1534682 -16.96221 25.46037 0.2142226 -15.02092 25.24347 0.1960867 -15.68345 25.42709 0.178214 -16.66882 25.4783 0.177027 -16.38032 25.48103 0.2910244 -14.03046 25.44677 8.50254e-4 -17.46129 25.32001 0.1423853 -15.97081 25.61959 0.1427835 -16.26405 25.62949 0.1510986 -16.55242 25.62952 0.1301835 -16.85536 25.59436 0.1585962 -15.1457 25.47092 0.1426397 -15.62256 25.60342 0.2551398 -14.77976 25.39279 0.2650429 -14.31287 25.55188 0.3608325 -14.85831 25.77071 0.248699 -14.57385 25.72412 0.3480064 -15.17065 25.8236 0.3303155 -15.93218 25.87421 0.3119201 -15.60261 25.8617 0.3637282 -16.62422 25.90737 0.2803621 -17.2684 25.86365 0.3523024 -16.23249 25.88985 0.001198768 -16.63526 25.88022 0.08618962 -14.52898 25.80469 0.1642233 -14.85093 25.8997 0.1654722 -15.19606 25.94614 0.1525169 -15.60525 25.95459 0.180985 -15.93177 25.94978 0.226368 -16.62763 25.95292 0.1285919 -18.25098 25.7903 0.2138413 -16.22973 25.95022 0.09534043 -14.37115 25.68184 1.282786 -4.980769 30.43565 1.334477 -4.983887 30.28427 1.396668 -5.399723 30.45053 1.52617 -5.552711 30.16258 1.607521 -5.413349 30.32523 1.388128 -4.198959 30.65261 0.3257458 -19.22949 26.02887 0.3205307 -19.11969 26.23238 0.3215739 -19.19189 26.10332 0.3292529 -19.01407 26.23466 0.3409174 -19.05052 26.07476 0.3346335 -19.01208 26.06171 0.2872742 -18.95907 26.1418 5.927277 -13.55253 0.6084852 5.578678 -13.61785 0.6377373 4.838328 -14.30128 0.3592243 4.353602 -14.32171 0.3604174 3.482413 -13.82196 0.5870857 3.307699 -13.75315 0.6680632 5.731801 -13.54695 0.71274 4.612499 -14.12205 0.7927399 3.288684 -13.97747 0.8038521 3.503735 -14.06665 0.7173672 3.078753 -13.9842 0.7014132 6.003501 -13.76982 0.7389212 5.761529 -13.76501 0.8528786 5.552802 -13.84586 0.7603626 4.844132 -14.38179 0.8214731 4.596955 -14.34356 0.9324837 4.351999 -14.40871 0.8234997 3.446013 -14.41324 0.6862526 3.250598 -14.3211 0.7693262 3.051959 -14.33563 0.6709347 6.022371 -14.12127 0.7187681 5.812946 -14.10805 0.8233175 5.619764 -14.1918 0.7376204 4.584575 -14.68958 0.9060383 4.818342 -14.73364 0.8042917 4.354929 -14.75978 0.8062983 3.322752 -14.7631 0.4897585 3.198745 -14.75004 0.5223932 3.082878 -14.71115 0.4764929 6.003388 -14.50419 0.5295267 5.887003 -14.54082 0.5787754 5.768723 -14.55139 0.5447035 4.569217 -15.12673 0.6636629 4.709944 -15.10578 0.6167307 4.431824 -15.12434 0.6180296 3.271702 -14.89592 0.2654829 3.172654 -14.93701 0.1959714 3.094058 -14.84892 0.2601442 6.001373 -14.6448 0.298769 5.924085 -14.73109 0.2327232 5.820007 -14.68665 0.304718 4.675835 -15.24815 0.3747082 4.562562 -15.32464 0.306531 4.456217 -15.268 0.3762856 3.399463 -14.60152 0.3960877 3.210752 -14.5924 0.3332138 3.040386 -14.52689 0.3960438 6.033592 -14.31732 0.4157753 5.863402 -14.38613 0.3537998 5.668164 -14.38538 0.4181385 4.574793 -14.97809 0.4203291 4.797933 -14.93474 0.4843636 4.361674 -14.96145 0.4868736 3.471678 -14.24828 0.3788748 3.250997 -14.23093 0.2889118 3.057973 -14.16641 0.3851395 5.815222 -14.02868 0.2958965 6.030385 -13.95753 0.3668051 5.587186 -14.03588 0.3670092 4.842627 -14.57798 0.4263926 4.586084 -14.61796 0.3548851 4.33973 -14.60509 0.4289541 4.682872 15.44773 7.329326 4.187797 16.5147 8.807023 4.455431 16.58573 8.78946 4.517094 16.38218 8.730832 4.16142 16.31689 8.735979 4.466391 16.33735 8.892352 4.335741 16.30726 8.928324 4.218358 16.33107 8.895247 4.316192 16.61082 8.788376 2.154991 -11.20517 0.4651041 1.975994 -11.08428 0.3778095 1.825746 -10.91328 0.5266285 1.905359 -11.46709 0.4531746 1.74702 -11.3689 0.3941364 1.620444 -11.21275 0.5111132 1.640805 -11.64764 0.347887 1.520741 -11.62767 0.281476 1.494083 -11.51015 0.3772907 1.784719 -11.5859 0.6323176 1.593929 -11.41344 0.6672993 1.692162 -11.52129 0.6965704 2.084558 -11.36076 0.8315973 1.77836 -11.08972 0.8888512 1.991428 -11.20827 0.9613934 2.319417 -11.09881 0.8708344 1.993091 -10.81042 0.9305391 2.212424 -10.94312 0.9973946 2.164129 -10.9012 0.4513559 2.171679 -10.64984 0.8124237 2.037915 -10.70364 0.5564671 4.602496 -2.709241 5.881886 4.008264 -2.80094 5.716774 4.330087 -2.709032 5.643236 3.953362 -1.149952 7.566216 5.933092 -6.37619 4.549996 5.885582 -6.556122 4.691767 5.487549 -6.352694 4.676301 5.999693 -4.543413 6.444063 5.969535 -4.187637 6.911116 5.892775 -4.719173 6.560402 5.887821 -4.497235 6.434741 5.87203 -4.140285 6.89991 5.807023 -4.672499 6.541077 4.410054 16.75085 9.135191 4.299703 16.87257 9.263596 4.209528 16.72329 9.15029 0.001242756 -17.62055 26.51435 0.001242816 -16.85593 26.61428 0.001242756 -19.05782 26.24124 26.69989 -25.67055 21.65505 29.16108 -27.91424 21.61255 28.64657 -27.38259 21.27079 29.77046 -27.64665 21.06328 27.79309 -25.93552 21.66036 32.81151 -29.78474 21.62735 21.03536 -20.12586 20.22261 19.80683 -20.52713 19.77866 0.001242697 -19.20368 25.55052 20.82436 -20.43361 19.5821 20.46452 -19.7876 20.96695 19.55858 -20.63981 20.50027 19.84718 -20.14653 21.04408 0.001242697 -19.31741 25.57367 17.86129 -18.73281 19.80703 17.66113 -18.65925 20.25529 18.02272 -18.05806 20.58601 0.001242637 -13.41019 25.49955 0.001244127 -10.43696 23.07304 0.001242697 -18.76828 25.5366 0.001242756 -17.21026 26.58669 0.001056253 -18.1623 25.31818 0.001242399 -15.60253 25.88593 18.23976 -18.11454 20.20371 18.09385 -18.50654 19.73255 17.71628 -18.32253 20.6344 0.9112895 69.75063 3.844945 0.3388726 50.57811 5.398342 1.048597 54.99243 4.528671 0.4405536 55.01722 4.62628 1.323687 42.94956 6.575565 0.9799761 31.91099 10.57682 0.5755568 24.83674 13.62407 0.9606041 -9.654288 26.73574 0.5767226 -8.420706 23.84897 1.049026 -8.357134 23.21198 0.8050478 -11.20172 27.60964 0.3944805 -10.6925 27.41229 0.8098479 -10.56348 27.33808 5.928838 6.830892 0.6842518 5.397873 6.862156 1.201483 3.929409 5.927233 0.6323748 3.048753 6.437688 0.4087401 2.467452 6.559163 0.3836784 4.202668 5.835246 0.4529219 2.700736 6.388117 1.321221 2.997691 6.266467 1.174314 2.42647 6.398435 1.174158 5.963836 6.545591 1.262896 5.665553 6.521234 1.398712 5.385946 6.389584 1.27032 4.512094 5.654507 1.306348 4.232167 5.695828 1.447908 3.948673 5.609746 1.30642 5.978343 6.161614 1.167647 5.717756 6.151077 1.289576 5.446314 6.012474 1.176721 4.22861 5.306264 1.33884 4.487968 5.256894 1.212455 3.960559 5.213996 1.21355 2.778418 5.249548 0.7720223 2.614883 5.273809 0.791276 2.460462 5.328666 0.7693262 5.873205 5.61459 0.8439045 5.728088 5.560906 0.8810978 5.586364 5.532461 0.8635693 4.19344 4.698566 0.9024782 4.351248 4.728456 0.8715611 4.043874 4.699202 0.8768044 2.72456 5.045506 0.5282078 2.594317 4.980035 0.4686489 2.484962 5.118543 0.5235987 5.839018 5.395949 0.5964918 5.740466 5.266475 0.526022 5.628419 5.330926 0.6084671 4.313352 4.522293 0.6014719 4.193307 4.407935 0.5247555 4.075214 4.492032 0.6070547 2.938848 5.640052 0.613327 2.654189 5.665482 0.5114327 2.388331 5.772563 0.6085262 5.924888 5.872537 0.7546539 5.711832 5.764709 0.6667433 5.482966 5.756237 0.7605324 4.191697 4.929477 0.6692314 4.440606 4.990791 0.7621832 3.959503 4.948712 0.7690859 3.027585 6.028535 0.5753307 2.693466 6.060677 0.4448547 2.394676 6.175314 0.5691357 1.591492 9.990382 0.7843962 1.393877 10.10576 0.5618086 1.097386 10.31795 0.7034178 0.9501792 9.185724 0.4172812 0.8256943 9.166806 0.3078184 0.766704 9.321039 0.384366 1.034941 9.333168 0.7614956 0.7853157 9.50961 0.7179289 0.9002107 9.395925 0.7725878 1.395356 9.828379 1.27135 0.9089586 10.16314 1.204545 1.179257 10.01297 1.389501 1.546124 10.18309 1.462213 1.056123 10.5249 1.386544 1.340228 10.34854 1.588255 1.625084 10.52573 0.7210827 1.629988 10.83194 1.355541 1.441375 10.91689 1.219079 1.387983 10.79551 0.8017712 0.001248598 43.97047 6.807995 1.467044 18.20259 13.10949 0.4953945 72.38941 2.783114 0.5811895 63.39332 2.459619 0.7668502 53.32335 3.233255 0.8815564 43.0575 5.115084 0.9420626 34.1692 7.91047 1.11697 26.3101 10.69709 1.220931 21.54817 12.21905 1.749306 15.97971 13.35141 2.110817 18.28051 13.7967 1.786717 18.43949 15.14571 0.6627724 72.74024 3.120604 0.676528 72.88938 3.59943 0.9038903 63.5503 2.791032 0.8776048 64.07427 3.365376 1.20032 53.41599 3.590378 1.16347 54.0125 4.168696 1.351148 43.12084 5.504259 1.277149 43.65702 6.083555 1.430545 34.23184 8.35711 1.296342 34.73243 9.086954 0.001248538 35.00981 9.758855 1.689637 26.37211 11.21297 1.525276 26.6996 12.19426 0.001248538 26.90964 12.83132 1.911641 21.61923 12.82 1.643766 21.92991 14.04991 0.941153 21.68577 14.74673 2.351683 16.18376 14.21688 2.066788 15.44397 16.11668 3.519894 14.43496 7.043968 3.584744 14.90263 6.4904 5.218391 14.62131 7.11198 5.123493 15.15709 6.49369 5.983213 13.7065 2.647616 3.279848 13.65924 2.70348 5.278576 14.00775 7.089226 5.129622 13.29369 7.294198 3.440226 13.8971 7.106501 3.421667 13.09832 7.179646 5.797628 13.64063 4.762373 5.837413 12.95691 5.335347 2.900845 12.62179 5.49921 3.079608 13.24054 4.839828 5.482928 12.04764 5.90588 2.93223 11.71843 5.862627 4.543713 10.90668 4.428991 5.084422 11.107 4.444261 5.459285 11.60891 4.86316 3.83852 10.97225 4.267375 3.120767 11.43222 4.757699 5.018396 10.50432 4.616907 3.746978 10.33891 4.399722 3.494684 10.98287 7.656497 4.875778 11.17903 7.524992 2.897979 12.77807 3.286515 5.923205 12.95974 3.536952 5.141881 11.18334 3.852126 3.950134 11.09457 3.775856 5.135681 14.20407 2.798271 4.207878 14.01247 2.431635 2.999791 11.30848 3.054433 5.910405 11.96486 2.881562 6.039596 10.59843 2.00892 6.292639 11.14112 1.132808 5.976979 11.69884 0.4960289 3.369668 12.17334 0.4502087 3.017585 10.83281 2.126384 3.86751 10.17882 2.233774 5.010489 10.19953 2.253242 3.940068 11.68259 0.3836775 5.097065 11.63106 0.4451571 5.418979 6.959954 0.213912 5.894438 7.032238 0.2041807 6.085576 6.59745 1.324281 5.289791 6.416328 1.35696 5.465835 7.97482 0.4204941 5.109282 7.310091 1.640418 6.095457 7.454637 1.580208 5.994186 8.046705 0.4039793 4.487473 6.206279 0.1622018 4.590937 5.681289 1.348066 3.836805 5.627803 1.377767 3.966469 6.162169 0.170145 4.516022 7.096892 0.3291874 3.991368 7.08568 0.3327074 3.823114 6.469716 1.555489 4.646021 6.468924 1.532134 3.125695 6.562271 0.1681985 3.118668 6.120512 1.202385 2.289086 6.230722 1.182803 2.503328 6.632248 0.1611299 3.273898 7.526656 0.3487272 2.581689 7.579594 0.3348742 2.398332 6.948346 1.564148 3.260238 6.866658 1.619089 3.550503 9.480242 0.4140406 2.911581 9.669462 0.3963223 2.68295 9.572403 1.944231 3.606454 9.358028 1.978406 4.645191 9.255228 0.4321766 4.089287 9.184178 0.409318 3.868803 9.08402 1.979713 4.744998 9.104702 2.002151 5.273789 9.924006 0.5352554 5.110362 9.461116 1.997166 5.975037 9.494316 1.927464 5.775341 9.908291 0.5151405 5.112714 10.75964 0.5372257 5.075397 9.936668 2.126183 6.057499 10.1015 2.001636 5.898505 10.79427 0.5243816 4.806704 10.70679 0.5404644 4.028995 10.56762 0.4909668 3.948638 9.668188 2.086961 4.810684 9.701888 2.137821 3.779136 10.82602 0.4895907 3.030187 11.20821 0.4781103 2.840254 10.4478 2.009622 3.719072 9.88202 2.078996 5.080826 11.01818 3.288174 4.009019 10.96802 3.302027 6.132186 12.64848 2.344085 6.155059 6.698226 0.5141583 5.218002 6.472093 0.5363016 5.059136 7.76016 0.7823219 6.286592 7.896896 0.7303496 4.664649 5.831789 0.4906988 3.752856 5.759603 0.5118685 3.706639 6.935387 0.6791067 4.763663 6.956203 0.669323 3.252785 6.158743 0.4307184 2.303994 6.308382 0.3954268 2.338915 7.439496 0.6570721 3.573296 7.329069 0.708478 2.661155 9.677558 0.8228874 3.802819 9.425398 0.8770695 3.774238 9.13899 0.8528786 4.931868 9.236589 0.8859987 5.009238 9.772995 0.9819012 6.217583 9.762841 0.8963575 4.984338 10.47793 1.068412 6.267338 10.5543 0.9760723 3.872687 10.21559 0.9966755 4.978159 10.37791 1.061461 2.854232 10.92036 0.9448471 3.897828 10.31183 0.9999342 3.133334 11.42161 0.873888 3.865724 10.634 1.045732 5.059355 10.80468 1.110444 3.46929 8.439784 0.3709097 2.702538 8.498814 0.3425427 2.492104 8.440613 1.349463 3.532243 8.359486 1.410276 2.499024 8.487895 0.6603232 3.686534 8.423656 0.7173586 4.628205 7.99812 0.3626165 3.983877 7.969764 0.3523264 3.772864 7.920679 1.43788 4.786736 7.902755 1.443603 3.716174 7.964893 0.7013378 4.85926 7.986595 0.7103195 5.341057 8.97831 0.4836845 5.0246 8.771346 1.548205 6.018644 8.700568 1.502266 5.943769 9.001131 0.4663057 5.02299 8.899982 0.8358088 6.203003 8.912149 0.7836723 5.85327 11.14352 2.313578 5.958321 12.83716 1.33429 3.181792 10.85884 2.815472 4.069048 13.43677 1.155023 6.168036 12.00241 1.66978 4.978446 10.54468 2.684029 4.011873 10.53239 2.69533 3.196904 7.424828 0.1958007 2.600282 7.472897 0.1923751 2.540186 7.052985 0.08600044 3.166482 6.984818 0.08656311 4.482597 6.996038 0.1840829 3.987678 6.980188 0.1891288 3.935002 6.552433 0.08543491 4.506427 6.5858 0.07766819 5.482532 7.861522 0.2644577 5.943819 7.904756 0.2555943 5.907199 7.428122 0.1282005 5.411035 7.390902 0.1338872 5.958127 8.985947 0.300478 5.756245 9.647379 0.3679543 5.93401 8.307247 0.297328 5.307139 8.945034 0.3075867 5.31197 9.654852 0.3780499 5.476978 8.266263 0.3059626 3.941856 7.942392 0.1891365 4.094528 8.781115 0.250514 4.018398 7.330001 0.2102155 4.66209 7.990586 0.1987524 4.596914 8.832614 0.2643967 4.500829 7.345157 0.2107019 2.669372 8.500813 0.1666498 2.900082 9.256071 0.2325792 2.675591 7.838745 0.2046289 3.502554 8.4127 0.2120409 3.47655 9.152112 0.2546187 3.274638 7.794371 0.2213516 3.312788 11.86935 0.2780905 3.01968 11.1792 0.3164787 3.854541 11.52568 0.2666292 3.808433 10.86635 0.3142271 3.000009 10.11211 0.3154917 3.569139 9.933238 0.3201256 4.070734 11.34125 0.2802668 4.016591 10.53172 0.3265133 4.86056 11.45547 0.3278666 4.782781 10.67993 0.3700962 4.115799 9.609389 0.3231793 4.617875 9.693416 0.3468809 5.829271 11.39659 0.27351 5.902471 10.79434 0.3126259 5.126941 11.43326 0.2702484 5.089763 10.75373 0.3153257 5.733293 10.14704 0.363986 5.244724 10.14585 0.3723068 3.844383 13.0217 0.4202824 3.897982 13.75115 1.093072 3.958085 14.07832 1.964931 3.377569 14.05894 2.068079 3.416202 13.14265 0.4059048 3.354276 13.82365 1.161765 4.307066 13.00352 0.3856258 4.325345 13.74841 1.071918 4.481172 14.09512 1.968078 5.636202 12.98087 0.4043989 5.674149 13.68341 1.127324 5.672184 14.0303 2.021854 4.993453 13.81281 1.079244 3.220613 11.68207 4.107729 3.714564 13.87112 2.62886 3.477258 10.28923 2.581791 3.646383 12.10565 0.3312101 2.667113 6.136075 1.356746 2.79314 6.440212 0.109168 2.914885 7.585635 0.2970324 2.783746 6.706339 1.726399 3.225085 9.553727 0.3346682 3.121088 9.496991 2.188236 3.236639 9.966931 2.340657 2.763084 6.121556 0.289711 3.402538 11.12157 3.478798 2.986667 8.266634 1.942976 3.563408 10.50556 3.03169 2.905367 7.558561 0.178543 2.854254 7.006972 0.03280258 3.200891 9.300765 0.2044248 2.95938 7.732601 0.1713476 3.085033 8.43986 0.1065111 3.267347 9.881741 0.2706347 3.600109 11.78372 0.1945819 3.411606 10.97508 0.2267751 3.628909 13.11635 0.3625355 3.697078 14.11837 2.068473 3.615834 13.81928 1.106591 5.630572 11.71111 4.11975 5.544623 14.12588 2.772799 5.491962 10.22989 2.476953 5.497802 11.85743 0.3349485 5.647973 6.836067 0.152379 5.746191 6.494587 1.481819 5.718392 7.211068 1.72568 5.740874 8.039464 0.3694925 5.491614 9.47329 2.206698 5.507879 9.919423 0.4657545 5.492607 9.881367 2.367283 5.704147 6.462707 0.3814297 5.54765 11.15576 3.379242 5.554194 8.55525 2.093463 5.406836 10.50232 2.818984 5.721014 8.001451 0.2544947 5.650027 7.392704 0.07905197 5.514888 9.748017 0.3415413 5.70907 8.190896 0.2602396 5.628129 8.950832 0.2262048 5.481372 10.05204 0.3284521 5.454638 11.51643 0.1953992 5.474339 10.79883 0.2267818 4.602777 10.95053 3.928347 4.735671 14.18406 2.576522 4.398934 10.01395 2.560606 4.56923 11.86845 0.3575926 4.20446 5.60392 1.524247 4.223874 6.022604 0.1096897 4.251455 7.121071 0.288888 4.208317 6.268101 1.688205 4.364478 9.212907 0.3557501 4.304427 9.16069 2.254273 4.350758 9.525826 2.386049 4.571076 10.80766 3.482904 4.19687 5.647613 0.3622131 4.245346 7.741195 1.970905 4.466901 10.3398 2.929399 4.236134 7.096651 0.1733722 4.219924 6.55591 0.03005599 4.347769 8.92317 0.2222337 4.252473 7.261713 0.1713752 4.299299 7.976988 0.1143522 4.358926 9.526082 0.2879009 4.464324 11.50555 0.242917 4.387993 10.59359 0.2609339 4.973183 12.98362 0.2256717 5.113801 14.19776 2.168776 2.886422 11.95427 3.282155 3.040861 13.83232 1.866281 3.138125 13.27932 0.5376635 3.067557 13.712 1.146378 2.999857 12.38236 4.022412 2.064131 11.75902 2.554814 3.10748 11.8138 3.629667 5.828438 6.99261 1.194085 5.410911 6.660963 0.6536388 4.456592 6.144779 1.226365 4.503641 5.965409 0.6293097 4.007828 6.112179 1.226009 3.004162 6.692503 0.7150278 2.537372 6.79671 0.7039204 2.767329 6.802495 0.8037768 2.73715 6.390392 0.3127918 5.573844 6.962393 1.333743 5.714338 6.648019 0.4878836 4.23412 6.167629 1.370767 2.643211 8.344911 1.826161 3.312209 8.254363 1.869848 3.054543 8.969044 2.17951 2.894225 7.493164 1.787923 5.282397 8.601491 2.037273 5.799659 8.604586 1.996984 5.495249 9.043542 2.219125 5.628075 7.850851 1.944997 3.95489 7.816421 1.876471 4.540264 7.781866 1.901392 4.268506 8.56117 2.254463 4.219878 6.983005 1.892463 2.741734 9.006161 2.084815 3.356007 8.893575 2.104294 2.629846 7.579184 1.741789 3.162118 7.507372 1.783241 5.270497 9.04315 2.173087 5.742568 9.061216 2.135533 5.331457 7.892356 1.933571 5.855512 7.934945 1.895822 3.99308 8.54121 2.148787 4.541943 8.523967 2.169661 3.997372 7.082914 1.828533 4.456896 7.057529 1.8431 3.059282 10.54355 4.877694 0.5187034 -15.53983 27.71251 0.3960997 -17.93103 26.77569 0.4427042 -17.12848 26.91274 0.3272953 -18.64574 26.80965 0.2244526 -19.45907 26.01896 0.1569587 -19.45904 26.5739 0.2333027 -19.58125 26.30842 0.2967564 -12.99954 28.03334 1.115813 -15.93365 26.77875 1.079145 -15.61148 25.94449 0.5452587 -17.93541 26.60737 0.5222534 -18.68952 26.45607 0.7224487 -17.54815 26.55561 0.9727612 -16.28186 26.74102 0.5251263 -18.46536 26.05722 0.76174 -17.72586 26.05387 0.9419521 -16.07228 25.9949 1.183642 -15.65412 26.89859 1.14065 -14.57119 26.74038 1.339674 -14.71633 27.1376 1.101318 -15.7515 27.0222 1.348355 -14.60697 27.35399 0.7367872 -16.43711 27.03748 0.8132581 -16.41596 27.27415 0.2059132 -17.38413 27.0377 0.9409835 -16.58356 26.61078 0.7275928 -16.40169 26.77365 0.5069763 -16.87378 26.79523 0.8922777 -15.96247 26.84138 0.9145598 -15.93179 26.95184 0.8628227 -16.00653 26.8417 0.9227488 -15.86031 26.89509 0.7833926 -16.08672 26.97535 0.769838 -16.85118 26.66358 0.5492779 -16.44086 26.86244 0.7631098 -16.08053 26.85449 0.6296485 -16.06492 26.88969 0.5290011 -15.93732 27.56271 0.9895396 -16.05366 27.14049 1.032431 -15.98075 27.37061 0.8913357 -16.00664 26.98903 0.2725409 -18.72076 26.60926 0.235599 -18.94239 26.58582 0.2264936 -18.94966 26.60729 0.2642474 -18.75672 26.64393 0.1171875 -17.92099 26.6645 0.3674283 -18.89305 26.56245 0.2747178 -19.23192 26.53419 0.2632547 -19.23685 26.58212 0.3371237 -18.92223 26.6413 1.196214 -14.55461 25.46435 0.7039111 -16.74898 25.02159 0.3791796 -18.76392 25.20875 0.5843687 -17.79006 25.06724 0.2275145 -19.53693 26.15611 0.5085173 -18.90174 26.24011 0.6740316 -18.37875 26.26424 0.8656304 -17.72168 26.26498 0.9875447 -17.07686 26.32105 1.145942 -16.3531 26.30268 1.052801 -16.65927 26.33383 1.065425 -16.19788 25.44687 0.4910354 -18.71558 25.35947 0.856086 -17.41419 25.40248 1.218747 -14.9803 25.61587 0.9392901 -15.9551 26.85957 0.9974105 -15.89895 26.9381 0.8769913 -16.07664 26.85188 0.9773244 -15.90827 26.89344 0.7972415 -16.15801 26.97366 0.7515829 -16.13095 26.85749 0.6290494 -16.14027 26.89039 0.9429129 -16.03551 26.99124 1.087756 -15.49598 25.9105 0.4937632 -18.95481 26.06407 0.6450978 -18.46599 26.06772 0.8605428 -17.75744 26.04861 0.9693773 -17.09076 26.04365 1.113507 -16.19963 26.03851 1.17252 -15.59203 25.95058 1.010191 -16.61966 26.04977 1.191775 -15.31437 25.88223 1.266563 -15.41359 25.66196 1.134271 -16.12511 25.66865 0.5048874 -18.77882 25.51144 0.895586 -17.3504 25.56599 1.07559 -15.51677 25.8619 1.247357 -15.23558 25.41309 1.173326 -15.24618 25.79753 0.6136936 -16.23049 26.8745 0.9829006 -15.94264 26.85515 1.008763 -15.90832 26.98755 0.9013941 -16.10709 26.84394 1.022497 -15.88382 26.88071 0.8007059 -16.17349 27.0206 0.735809 -16.20156 26.84925 0.9443664 -16.03749 27.03938 0.977462 -15.89079 25.95223 1.253155 -15.97875 26.08658 1.311107 -15.62454 25.99686 1.338166 -14.90014 25.73558 1.363929 -15.13013 25.88749 1.360775 -15.32448 25.94067 1.215074 -16.14636 26.42276 1.156386 -16.10062 26.63645 1.365183 -14.77898 26.27213 1.237101 -15.42348 26.7388 1.175542 -14.67955 26.59386 1.188993 -15.85488 26.6958 1.337519 -15.58498 26.34707 1.377053 -15.23281 26.32407 0.1798511 -15.25261 27.892 0.3052026 -14.45512 28.07618 0.768826 -15.5278 27.71992 0.2726674 -16.17539 27.58805 0.7583676 -16.1023 27.50025 0.1483047 -14.63553 27.98442 0.7986881 -15.07226 27.86592 0.4050803 -16.65986 27.31236 0.508527 -18.36451 25.13673 0.8474774 -16.38512 25.31332 0.7359635 -17.4565 25.30277 0.2990549 -18.49251 25.03914 0.9753414 -15.68237 25.23794 0.5932616 -18.22099 25.27106 0.5993549 -12.22906 27.95324 1.041419 -13.87451 26.67564 1.416174 -12.65531 27.21493 0.8496374 -13.90599 24.99931 1.049748 -13.88018 25.48036 1.109501 -13.90004 25.73049 1.320945 -14.20765 26.20351 1.072748 -14.0196 26.4973 1.446261 -12.07216 26.36499 1.092962 -12.27834 26.28688 1.498881 -11.57341 26.78219 0.9240831 -13.0355 25.38794 0.6649014 -12.95132 25.05322 0.8872854 -13.031 25.69775 1.029315 -12.51044 26.24006 1.504509 -10.69313 25.31528 1.150146 -10.92276 25.30423 1.608946 -10.11327 25.54131 0.9764139 -11.80938 24.73273 0.5073409 -11.86522 24.46725 1.118851 -11.59805 24.95142 1.102127 -11.32238 25.16224 1.081383 -11.06725 25.28791 1.614249 -9.876542 23.17352 1.181537 -10.11508 23.22118 1.584819 -9.014801 23.37892 1.062207 -11.06082 23.20482 1.279485 -10.77528 23.22838 1.17173 -10.45261 23.22907 1.093815 -10.24663 23.22519 0.5755317 -11.75124 27.81011 0.2080507 -11.42644 27.57481 1.24024 -10.94505 27.26179 0.2703256 -9.886412 26.38348 1.448246 -9.603541 26.11127 0.1560421 -12.75168 27.79214 1.156306 -11.65802 27.62399 0.3209533 -8.851996 24.43412 1.399921 -8.86168 24.64309 1.04107 -12.76488 26.01128 1.293927 -14.72437 26.42265 1.359827 -15.56347 26.18201 1.401541 -15.25167 26.1449 1.293697 -15.85342 26.3557 1.263697 -15.66382 26.5478 1.302781 -15.30149 26.53233 1.264458 -13.93458 25.95181 1.232801 -14.14391 26.38126 1.151601 -13.52801 26.20267 1.408993 -14.94338 26.08963 1.375893 -14.61948 25.98834 1.31243 -15.80648 26.20104 1.242789 -15.88556 26.53509 1.142878 -13.46827 26.33605 1.324782 -14.38047 25.86221 1.308038 -14.78051 26.9328 1.361877 -12.78666 27.67457 1.21134 -15.41269 27.25007 1.237424 -15.35739 27.10099 1.203853 -15.07233 27.55486 1.384998 -14.11766 27.10836 1.435221 -13.62013 27.35572 1.266202 -15.27996 26.96882 1.146346 -15.53668 27.45043 1.37837 -13.74972 26.85209 1.102043 -12.37138 27.87817 0.8038714 -14.74444 28.00672 1.162795 -14.68568 27.81372 1.290938 -14.34098 27.65983 1.290381 -13.32071 27.7213 0.5347121 -13.20513 28.00974 0.4263362 -14.32394 28.0996 0.3961445 -14.39565 27.89199 0.4084954 -13.65988 27.69989 0.744682 -14.75348 27.88232 1.013661 -13.76938 27.54655 1.132699 -14.48121 27.57646 1.067222 -14.7226 27.74154 0.4035176 -14.40512 27.81401 0.2883925 -8.533642 22.69744 1.010881 -15.92121 26.82052 1.042518 -15.82953 26.99833 0.9026141 -16.11166 26.79712 1.093421 -15.78257 26.89123 0.726731 -16.21576 27.05454 0.715983 -16.23656 26.81037 0.9075108 -16.02106 27.10304 0.5808798 -16.28811 26.88954 0.2733371 -19.37627 26.45505 0.2430801 -19.36297 26.57699 0.3528673 -18.88724 26.69567 0.4325688 -18.85698 26.52946 3.279771 -3.32986 10.87614 4.377152 -3.240206 12.4547 5.237957 -4.625748 14.45365 2.915374 -6.757553 10.32744 2.880026 -4.924318 10.48149 5.369869 -6.624308 14.10106 3.528456 0.2266311 13.07841 3.006105 0.1392869 11.7282 2.357157 0.635087 17.74585 3.334601 0.4483976 16.41018 3.891829 0.317255 14.75407 2.519343 -7.065758 9.869902 2.488012 -9.656228 10.63092 3.14417 -8.547961 10.52238 3.566495 -9.260699 11.82837 4.104243 -2.610853 13.02447 4.396853 -4.153172 15.53791 4.379977 -6.562086 15.19687 3.418763 -1.327854 12.37095 3.975773 -1.663009 13.9739 3.313856 -1.309534 15.8399 0.2007524 -19.20232 26.70016 0.3832888 -19.19445 26.33177 0.2574989 -18.84407 26.5803 0.2394695 -18.88972 26.63221 0.3260591 -19.08048 26.52138 0.2933333 -19.10551 26.63461 0.3706751 -19.24098 26.2055 0.3807343 -19.26175 26.0485 0.2815281 -19.15318 26.67372 0.3578353 -19.14575 26.4333 3.559535 -3.402547 10.7551 4.685508 -3.498566 11.74928 3.127647 -6.619053 10.24454 3.024128 -4.817873 10.45694 4.470394 -7.831095 11.05974 3.656257 -7.763273 10.41656 3.734522 -3.302191 10.40791 4.825405 -3.466289 10.89247 5.471357 -4.688322 11.16963 3.171849 -6.278131 10.03639 3.030637 -4.612124 10.1921 5.495008 -6.318842 10.97059 4.769244 -6.890583 10.59599 3.79931 -7.054193 10.21904 5.002968 -3.421784 9.569733 5.669208 -4.543124 9.502964 3.866943 -3.308965 9.53055 3.0868 -6.090467 9.39653 2.982545 -4.520746 9.401421 5.518548 -5.954224 9.485733 4.885015 -6.702902 9.435172 3.793973 -6.911528 9.257088 4.874275 -3.100617 6.522071 3.94756 -3.061173 6.641972 5.311773 -4.118291 6.258822 3.520739 -5.253294 6.455617 3.411063 -4.032059 6.550198 5.214853 -5.22797 6.409397 4.722881 -5.980825 6.395289 3.96466 -5.953915 6.404477 3.74741 -3.755525 5.240574 4.984323 -4.145799 4.955865 5.542531 -4.645665 5.269777 3.294399 -4.436508 5.142062 3.308927 -5.391173 5.617718 5.550883 -5.45559 5.791896 4.816154 -6.424372 6.045827 4.000345 -6.452604 6.053231 4.967891 -7.455534 1.930038 4.059653 -7.381369 1.964615 5.573812 -7.631025 2.087001 3.563433 -7.511196 2.049061 3.378881 -7.96892 2.460827 5.480617 -8.06889 2.514815 4.794414 -8.379166 2.919141 4.140993 -8.362236 2.915046 3.570799 -8.897707 1.390511 5.281158 -8.919924 1.434637 4.751687 -9.121165 1.766764 4.22145 -9.1461 1.752829 2.904304 6.316411 13.48538 3.440587 5.825356 14.7177 2.765836 8.956203 18.47274 3.416981 6.838085 17.03398 3.601755 5.984939 15.87469 4.962969 -3.636958 13.68876 4.78764 -8.243607 13.11304 4.440136 -3.083769 14.2786 3.885047 -8.134449 14.51744 5.618612 -4.867363 13.49128 5.717926 -6.279205 13.17011 4.036172 -2.559239 14.65362 2.942453 -8.660666 14.40566 5.480127 -4.399436 12.72568 5.513489 -7.045425 12.13239 4.993379 -3.328389 7.468753 4.026966 -3.24284 7.539656 5.43819 -4.233045 7.376756 3.233359 -4.15947 7.492399 3.36278 -5.341021 7.332188 5.291346 -5.367844 7.23645 4.808239 -6.665937 10.03511 3.804292 -6.900347 9.805728 4.672749 -6.027002 6.87836 3.99063 -6.052807 6.893942 5.007062 -8.558785 0.6364622 4.349194 -8.760832 0.5059223 5.521622 -8.961659 0.6426077 3.723232 -8.808751 0.786171 5.397791 -9.665085 1.198921 5.727313 -10.91953 1.072262 5.90516 -10.97984 0.5766487 5.668327 -10.94671 0.1153869 4.191212 -11.04458 1.294785 5.045928 -11.08677 1.284131 4.274271 -10.9623 0.03647994 5.070407 -11.10325 0.06361103 5.568967 -13.58993 0.09642982 5.946567 -13.55802 0.09803485 6.064049 -13.82734 0.8357878 5.491839 -13.89808 0.8679638 5.515383 -12.95989 0.3656864 5.383823 -13.31258 1.126156 6.006918 -13.25179 1.093625 5.908925 -12.93115 0.3617067 4.836833 -14.13032 0.09386825 4.901294 -14.43065 0.9098168 4.278973 -14.45667 0.9382315 4.380595 -14.15688 0.09612178 4.847946 -13.53809 0.3444529 4.408909 -13.54037 0.3446407 4.287101 -13.85738 1.158467 4.933581 -13.85623 1.130122 3.54833 -13.86368 0.04959011 3.538771 -14.14854 0.8031454 3.009489 -14.09355 0.7868557 3.127564 -13.82704 0.05355739 3.652864 -13.23618 0.3200083 3.195844 -13.21257 0.3177528 3.091438 -13.52341 1.02286 3.627176 -13.55425 1.065547 3.873157 -12.13972 0.3357611 3.397953 -12.05311 0.3156319 3.310836 -12.0222 1.124654 3.854756 -12.09714 1.214773 4.888037 -12.36688 0.3911438 4.428894 -12.37076 0.3828869 4.359019 -12.30642 1.294007 4.91878 -12.30162 1.300748 5.33475 -12.04072 0.3660174 5.267386 -11.98325 1.252037 5.824409 -11.94489 1.201237 5.749244 -12.01812 0.3567648 5.15611 -11.61817 0.246087 5.182406 -11.4561 1.185799 5.795639 -11.36555 1.094452 5.737322 -11.52207 0.2417106 4.958435 -11.64929 0.2641144 4.365785 -11.64748 0.2489624 4.315577 -11.584 1.256017 4.957108 -11.57884 1.261973 4.051554 -11.45081 0.2190179 3.460265 -11.28843 0.2095861 3.426821 -11.28745 1.08361 4.002464 -11.44492 1.190264 4.822244 -9.743824 1.535322 4.202976 -9.677832 1.561617 5.619891 -9.678244 0.7687779 3.344843 -9.303324 1.027875 6.119394 -13.80227 0.2956982 5.430692 -13.904 0.2931767 5.276323 -13.09907 0.642436 6.135299 -13.0408 0.6179648 4.969532 -14.37801 0.3169308 4.207415 -14.41606 0.3222694 4.167729 -13.6305 0.6181669 5.043687 -13.62567 0.6149988 3.605388 -14.1331 0.2408466 3.001415 -14.05321 0.2289152 3.030668 -13.30347 0.5577707 3.84058 -13.35743 0.5852137 3.234284 -12.02498 0.6316595 4.044214 -12.15482 0.6924105 4.202372 -12.3379 0.7263594 5.091391 -12.33336 0.7394257 5.137851 -12.048 0.7300367 6.01053 -11.98709 0.6847525 5.075899 -11.62222 0.6681414 5.952926 -11.47189 0.6006575 4.246242 -11.68827 0.6740542 5.103909 -11.67491 0.6894007 3.344255 -11.329 0.572072 4.138442 -11.61387 0.653203 4.222259 -11.40896 0.6484547 5.117727 -11.41178 0.6588345 5.007465 -5.283868 4.032505 3.725323 -5.024794 3.9504 5.742207 -5.645496 4.256701 3.259632 -5.440586 4.073589 3.218696 -6.107307 4.765193 5.998898 -6.592028 4.705902 4.855658 -7.073301 5.183832 4.00585 -7.008064 5.156688 3.815374 -12.6873 0.3615255 3.248594 -12.64807 0.3442698 3.189314 -12.63798 0.9739962 3.801836 -12.67144 1.033181 3.121273 -12.65268 0.6106548 3.959086 -12.69767 0.6506043 4.907709 -12.99651 0.3933449 4.366918 -12.99719 0.3886557 4.312766 -12.97283 1.109231 4.926684 -12.97104 1.109687 4.173389 -12.98434 0.681675 5.058839 -12.98892 0.6896038 5.391009 -12.47393 0.3971319 5.327805 -12.46747 1.084674 5.918949 -12.47686 1.091608 5.887413 -12.43966 0.3876762 5.207838 -12.49673 0.6991797 6.074454 -12.45072 0.6712694 5.530914 -10.34295 1.123691 5.585327 -10.10041 0.3030205 4.295044 -9.838301 0.1492176 5.740832 -10.33855 0.6508331 4.889713 -10.44066 1.444786 4.18983 -10.39967 1.452753 3.609679 -13.29619 0.1687803 3.19351 -13.27083 0.172142 3.134609 -13.54141 0.02710628 3.589972 -13.58174 0.01955604 4.835421 -13.59712 0.1946945 4.398982 -13.60593 0.1959018 4.345168 -13.88953 0.05508327 4.865961 -13.86729 0.05277633 5.54056 -13.01702 0.2126522 5.913569 -12.99848 0.2136945 5.960842 -13.28604 0.06525039 5.536168 -13.30441 0.06186485 5.92097 -12.44482 0.2264766 5.754834 -12.15031 0.2405834 5.881211 -12.77919 0.2483406 5.358075 -12.49109 0.2262029 5.371976 -12.17011 0.2428569 5.50874 -12.80533 0.2488622 4.325967 -13.00517 0.2299451 4.435889 -12.57684 0.2579575 4.421515 -13.3799 0.2370443 4.945745 -12.99993 0.232851 4.860489 -12.57361 0.262146 4.837261 -13.37859 0.2376508 3.216039 -12.63935 0.1739511 3.38656 -12.25302 0.1941747 3.24491 -13.03926 0.2021932 3.841265 -12.7008 0.2067213 3.819913 -12.30773 0.2112932 3.668506 -13.06465 0.2110986 3.602962 -10.9527 -0.01724338 3.459746 -11.33239 0.06816577 4.127432 -11.08915 -0.02890586 4.06027 -11.45123 0.06188774 3.46157 -11.83854 0.2001562 3.883255 -11.90966 0.2075576 4.376564 -11.2374 -0.0172348 4.356684 -11.69433 0.1156911 4.944359 -11.27154 -0.004140853 4.952957 -11.69523 0.1254081 4.447083 -12.158 0.275239 4.858642 -12.15434 0.2813864 5.632084 -11.20723 -0.02420234 5.79131 -11.5576 0.06119155 5.115755 -11.27577 -0.044034 5.157478 -11.65434 0.05633926 5.715487 -11.90299 0.2002763 5.314187 -11.93888 0.2020235 4.110112 -10.49075 -0.04031848 4.179573 -9.80399 0.07192897 4.200473 -9.137625 0.2347764 4.378674 -10.6459 -0.04282188 4.377164 -9.848971 0.05903244 4.456261 -9.088278 0.2175827 5.527856 -10.69371 0.006209373 5.50811 -10.04492 0.1266746 5.488486 -9.334605 0.2952423 4.972358 -10.80287 -0.05863761 5.019693 -8.948367 0.2467689 4.969279 -9.869074 0.05219936 4.991701 -7.130865 1.640324 4.926738 -8.21138 0.7832651 4.099457 -7.070326 1.690979 4.36602 -8.24306 0.7790833 3.790785 -4.799833 3.74334 3.818424 -3.474632 4.999746 5.002123 -4.963772 3.75701 5.006421 -3.581487 4.981417 4.76326 -2.729983 5.743291 3.341525 -4.177565 5.667578 3.411415 -5.214319 6.023299 3.526763 -3.901708 5.224802 3.604919 -6.090612 5.920248 3.83522 -7.457035 2.028017 3.786886 -8.298775 2.884559 3.948157 -9.0996 1.813752 4.003375 -8.727746 0.6668892 3.802097 -10.86505 1.454863 3.894639 -10.78267 -0.01648044 3.255884 -14.14246 0.924283 3.322388 -13.94665 -0.019845 3.421931 -13.2002 0.2832861 3.328452 -13.67062 1.250159 3.632913 -12.10476 0.2662096 3.564439 -11.9867 1.434516 3.690066 -11.32619 1.435309 3.291501 -14.16588 0.1193304 3.536433 -5.126181 4.035937 3.489903 -6.841497 4.961475 3.900732 -9.586133 1.732834 3.485621 -12.71142 1.495958 3.842489 -10.28308 1.608437 3.410436 -13.21106 0.1668863 3.360382 -13.56624 -0.0289812 3.613835 -12.22922 0.1578264 3.44885 -13.10176 0.1641426 3.528994 -12.67261 0.1090402 3.662444 -11.94348 0.1834945 3.88093 -10.99016 -0.0859766 3.763769 -11.43144 -0.008855819 3.839485 -10.3928 -0.07894802 3.961861 -9.101773 0.2665672 3.894994 -9.746027 0.07294654 3.441502 -3.715711 5.627553 5.422531 -4.315626 5.698651 5.206854 -4.273259 5.168218 5.416471 -5.205599 6.05905 5.259043 -6.003595 6.030167 5.202592 -7.560076 2.022772 5.142357 -8.293688 2.924959 5.022166 -9.088433 1.798662 5.284578 -8.669186 0.6706238 5.363747 -10.95887 1.456095 5.359936 -10.99877 -0.005214691 5.76637 -13.67354 0.03016853 5.813224 -13.86807 0.9703903 5.755761 -13.3937 1.307536 5.714347 -12.91818 0.3280239 5.540851 -11.90386 1.471613 5.535556 -12.0372 0.30863 5.452621 -11.37121 1.434045 5.796875 -13.93351 0.1705513 5.321079 -5.483984 4.183272 5.337154 -6.845364 5.167469 5.123526 -9.728861 1.656708 5.619652 -12.48958 1.553355 5.219915 -10.39599 1.582098 5.722332 -12.9358 0.2116031 5.749556 -13.30027 0.0138235 5.547685 -12.12032 0.2025442 5.701429 -12.83742 0.2097282 5.634514 -12.4774 0.1494312 5.514956 -11.97172 0.1829204 5.349648 -11.20518 -0.1024475 5.462016 -11.61591 -0.02007102 5.297126 -10.78477 -0.06678771 5.309972 -9.099278 0.2488327 5.280061 -9.943175 0.05119037 5.234946 -3.950879 5.529567 5.169594 -5.712273 6.212301 3.710427 -2.973194 5.942348 3.992385 -6.137323 6.310647 4.394577 -6.522636 6.084699 4.472513 -8.492274 3.051671 4.491434 -9.208537 1.911382 4.699485 -8.64214 0.467186 4.59041 -11.03411 1.570009 4.66318 -11.01123 -4.68254e-4 4.584329 -14.46755 1.06386 4.606669 -14.24635 0.02803421 4.629575 -13.5166 0.3082028 4.59301 -13.98913 1.365879 4.6571 -12.37602 0.3367653 4.6395 -12.22934 1.552342 4.596021 -11.55053 1.56124 4.516125 -9.747624 1.790324 4.58557 -14.49524 0.2005834 4.425872 -7.1591 5.271097 4.619669 -13.0252 1.596477 4.537913 -10.45291 1.695073 4.618714 -13.52922 0.1918201 4.605573 -13.88377 0.003077507 4.647752 -12.52022 0.2199392 4.628092 -13.42722 0.195445 4.635636 -12.99998 0.1535224 4.650932 -12.21925 0.2639866 4.659221 -11.21748 -0.0739212 4.653941 -11.72022 0.04623889 4.627292 -10.77536 -0.07926654 4.70124 -8.962801 0.2068796 4.638392 -9.853819 0.02511978 4.645609 -8.275807 0.6823855 3.88319 -2.785482 5.497659 4.373229 -4.692529 3.702623 4.296831 -3.312795 4.859534 3.418886 -4.030737 6.010097 3.489735 -5.220676 6.182931 3.554433 -3.323263 6.024233 3.699041 -5.766561 6.273979 4.334514 -6.208284 6.299387 4.315991 -2.69259 5.381981 3.58093 -3.268221 5.788225 3.66887 -5.852581 6.214939 3.42032 -7.751644 2.213546 3.117613 -6.770233 3.955749 3.617649 -8.838372 1.122814 3.316442 -10.0309 1.245749 3.605195 -9.201869 0.4196692 3.554132 -8.135586 2.62502 3.722897 -8.998267 1.585708 3.397269 -9.225903 0.7030993 3.547269 -9.452193 1.377774 3.14309 -6.511471 3.574957 3.269104 -7.067032 4.018709 5.988601 -13.6874 0.3234186 5.577713 -13.77282 0.3206253 4.794931 -14.15112 0.6927099 4.409353 -14.17 0.6938238 3.499801 -13.96596 0.2707138 3.136901 -13.75649 0.5665131 3.10126 -13.89418 0.2567644 3.289181 -13.99247 0.1721115 5.813389 -13.80316 0.2230424 4.592538 -14.38227 0.2604599 3.35666 -12.68937 1.372962 3.616967 -12.70793 1.403394 3.515259 -12.38611 1.478186 3.42159 -13.13486 1.43292 5.498883 -12.48282 1.458641 5.740473 -12.4713 1.441521 5.578876 -12.2221 1.52775 5.675408 -12.88576 1.493045 4.500618 -13.00016 1.48924 4.740494 -12.99947 1.490393 4.63285 -12.67285 1.578991 4.606251 -13.4525 1.5454 3.39678 -12.37785 1.330338 3.643888 -12.40775 1.368382 3.299491 -13.09819 1.296654 3.552121 -13.11308 1.322324 5.460172 -12.23393 1.4168 5.701227 -12.21863 1.392178 5.527123 -12.87441 1.382451 5.794969 -12.84811 1.36175 4.511328 -12.67859 1.454751 4.752306 -12.67699 1.457396 4.48493 -13.40529 1.420857 4.737078 -13.40561 1.414912 0.001248419 -7.530399 16.77916 2.435654 12.20564 17.9435 1.183189 12.57596 18.4566 3.978881 11.59829 17.23988 3.651789 13.39854 15.51079 3.117698 6.35822 14.48459 3.61458 6.17031 15.66878 3.9245 6.971374 16.66562 4.052664 9.071488 17.52363 3.125481 13.84318 13.81048 5.436943 10.16225 15.71899 5.205537 11.51495 13.8989 2.288225 11.14061 11.33102 1.572294 9.556502 11.50326 2.816442 6.236483 14.38106 3.658245 5.736923 15.41588 4.603131 6.564029 16.16759 5.184622 8.310448 16.3968 2.141072 7.561254 13.0662 4.302279 11.6909 12.78715 6.105351 6.539112 11.93025 5.806129 7.401139 10.203 2.596333 7.532853 9.555302 1.781633 6.692437 10.0868 2.397254 4.723146 12.88626 3.766292 4.13752 13.81682 5.042275 4.398508 13.87146 5.894839 5.346217 13.16028 1.732741 5.625006 11.58433 4.958796 7.625863 10.07321 3.200275 5.598786 8.396568 2.56648 4.667826 7.591983 5.82199 5.1006 7.353638 4.931756 5.799777 8.23209 5.190619 8.918226 7.914302 3.371925 8.927938 8.237645 3.053442 10.83187 5.810562 5.355474 11.09628 5.940333 3.303299 2.262198 9.864853 4.10188 2.039014 10.07984 5.149937 2.167968 10.07926 5.755347 2.771532 9.965523 4.049742 1.685563 8.857678 3.126116 2.193423 8.957388 5.097598 1.837319 8.859546 5.819018 2.744359 9.035809 3.995668 1.545238 7.805696 3.055939 2.305795 8.133502 5.057984 1.673302 7.742969 5.778418 2.712878 7.979669 3.863641 3.286032 6.048916 2.949549 3.885232 6.514003 4.92899 3.357865 5.982728 5.641688 4.212362 6.430321 5.405586 10.87112 5.18561 2.922371 2.690909 10.63331 4.046346 2.490302 11.2992 5.182904 2.627593 11.28084 5.894549 3.299005 10.70646 3.010542 2.645277 7.377484 3.938348 1.936758 7.004438 5.023314 2.043752 6.911694 5.742184 2.98608 7.151128 6.074923 3.863085 9.657753 2.417798 3.080762 9.641551 2.439412 3.435621 8.675684 5.978546 4.077083 8.487202 2.563339 3.42482 7.905927 5.928524 3.893276 7.652001 4.430964 10.23954 4.49645 4.332337 14.56131 7.805707 4.310501 14.07435 7.681906 4.245928 13.34548 7.646852 4.218871 12.56486 7.462805 4.18081 11.41059 7.858807 2.507847 13.51263 12.81699 3.473625 11.73199 11.90497 4.030177 7.866296 9.645031 4.080413 5.974798 8.419879 4.301998 9.142327 8.461731 5.753188 14.01405 4.311656 5.536427 14.23337 3.779035 3.240688 13.55827 3.710882 3.521324 13.98342 3.616155 4.640712 14.39885 3.216283 4.113362 14.24846 3.220839 5.105362 14.40183 3.328544 4.601443 15.194 4.206893 4.039874 15.03551 4.137022 5.111749 15.15167 4.243715 5.332287 14.83593 4.3835 3.664641 14.61693 4.27785 3.755846 15.38903 6.227106 4.908177 15.6166 6.248094 4.333829 15.78103 6.592162 3.990587 15.63012 5.71871 4.808367 15.72978 5.765614 4.38172 15.84824 5.986262 2.85702 12.11031 5.709044 5.716364 12.61425 5.632026 5.621102 13.24573 6.360547 3.077064 12.89296 6.468515 5.813974 12.54015 4.61966 5.880921 13.29071 5.05513 2.947748 12.9626 5.295092 2.940097 12.23587 4.807666 3.030577 12.34516 6.371663 2.899954 11.91148 5.051677 5.558691 12.77116 6.297566 5.702973 12.27922 5 5.634955 13.55502 6.224966 3.101624 13.29683 6.339882 5.910651 12.92971 4.361827 2.952358 12.51428 4.680214 2.867458 -10.16152 11.53437 3.667263 -2.698387 15.57151 3.368757 7.295782 8.542901 2.726441 8.261903 7.386601 5.139478 7.229163 8.252509 5.61883 8.334587 6.883079 3.273929 11.33581 7.055739 5.091646 11.55668 6.968846 4.178064 11.98265 7.544652 4.269313 7.459424 8.659716 3.30205 12.09372 6.863947 5.168067 12.31585 6.88561 2.703238 6.79756 7.820949 5.669223 6.858362 7.386066 1.865834 10.47782 0.8870287 1.797573 10.69064 1.285596 2.822666 12.25006 0.6185045 2.610036 12.00581 0.5738659 2.319714 11.42325 0.3187389 1.958553 10.85202 0.2352056 2.271421 11.16739 2.50635 1.649946 10.44447 0.3294106 1.562993 10.35134 0.5142546 1.185546 10.09531 1.460896 2.450592 11.70707 0.485919 1.366081 10.44198 1.966028 2.812585 12.79985 0.5469999 2.447681 12.22701 0.576232 3.183563 12.39427 0.412962 3.029202 11.69662 0.7589913 2.794451 11.73196 0.6311617 2.028064 11.46998 0.3295384 2.491454 11.2154 0.400034 2.22479 10.76973 0.3400345 1.73133 11.02041 0.2441625 2.268096 10.73744 1.980385 2.775815 10.98808 1.518444 2.589986 13.07246 2.264287 2.66726 13.11322 1.143037 2.051523 10.45282 0.4580526 1.977788 10.25003 0.7312393 1.568322 9.956914 1.369427 0.9229817 10.37814 1.277436 1.141626 10.70237 0.5758524 1.477089 10.8208 0.3431912 1.806107 10.23869 1.78456 2.574869 10.94637 1.141396 2.603559 11.2929 0.6280861 1.132885 10.91542 1.785878 1.567381 11.75064 1.191083 2.091304 11.88848 0.5858994 3.895458 15.80305 7.190487 4.251769 15.94478 7.090527 4.663882 15.93146 7.143585 4.882733 15.57135 7.382921 3.812534 15.40237 7.448032 4.864593 15.00221 7.758745 4.343226 14.84852 7.898015 3.871609 14.92675 7.801435 4.068343 15.10147 7.750529 3.990594 15.44277 7.512731 4.672878 15.12383 7.729677 4.696756 15.53277 7.497954 4.328441 15.00708 7.786384 4.04545 15.70979 7.377264 4.563357 15.78708 7.358633 4.269278 15.78956 7.275607 4.284663 15.67903 7.117228 4.561403 15.67847 7.197399 4.078715 15.60494 7.211407 4.345198 14.95931 7.608408 4.66502 15.07265 7.554261 4.029091 15.36373 7.337044 4.112578 15.0486 7.568341 2.341037 -10.75817 0.8625746 2.358501 -10.99236 0.4873772 2.443216 -10.89115 0.7629385 2.925362 -10.16458 -0.02664184 3.253947 -10.03706 -0.01359176 2.669539 -10.33848 0.04052925 2.547978 -10.36851 0.1010341 2.292516 -10.63801 0.04366111 2.85061 -10.29934 1.193059 2.10158 -10.89676 0.1168622 2.079306 -10.96347 0.307518 2.142571 -11.00029 1.083914 2.604055 -10.33883 0.14715 2.391551 -10.75854 1.21868 3.517108 -10.23633 -0.03072929 3.104978 -9.809947 0.07157611 2.712294 -9.885241 0.09450149 2.524852 -10.13852 0.1130857 3.316885 -10.37196 0.007127761 3.133668 -10.46784 0.006419181 2.871252 -10.49874 0.04262447 2.317208 -10.26746 0.1695718 2.69846 -10.58084 0.08578109 2.51808 -10.79436 0.05153846 2.097085 -10.47906 0.1346302 3.055914 -10.61541 0.9724274 3.187149 -10.56973 0.1427068 3.182332 -10.72224 0.4716463 2.677432 -10.01861 0.9155464 2.672677 -9.825873 0.5317221 2.771963 -9.829192 0.2358512 2.393271 -10.98043 0.10892 2.392495 -11.10282 0.3413849 2.337173 -11.14987 0.9084168 1.94313 -10.81046 0.9939375 1.853176 -10.6838 0.4483423 1.968539 -10.66062 0.1899042 2.615844 -10.95188 0.9370813 2.858065 -10.87405 0.4105635 2.819527 -10.62346 0.1369323 2.202076 -10.4963 0.9849005 2.24437 -10.17479 0.5406551 2.368754 -10.14517 0.2475118 3.094166 -9.569741 0.4888334 3.35772 -10.939 0.5175343 3.073306 -9.677763 0.8623695 3.414723 -10.75377 1.070044 3.514663 -10.69783 0.07802581 3.397133 -9.713982 0.1756801 4.591135 -2.606066 5.931324 4.295297 -2.571134 5.624147 3.955943 -2.656724 5.703234 3.846013 -2.81753 6.047188 4.11009 -2.872303 6.447141 4.591423 -2.821725 6.425952 4.602852 -2.907221 6.343463 4.16654 -2.975216 6.354892 3.913718 -2.945051 5.973617 5.583139 -5.862328 5.381296 5.937562 -6.927031 4.185961 6.068922 -6.23876 4.553911 5.82875 -6.683363 4.986088 5.674344 -5.59816 5.071374 6.012459 -6.630939 3.969072 5.577557 -6.137911 5.430675 5.705902 -7.108862 4.411722 5.468958 -6.443838 4.735467 5.636975 -6.233877 4.539237 5.735273 -6.619493 4.774764 0.001242697 -17.94043 24.82127 0.001242697 -19.24965 25.34955 0.001242697 -19.37125 25.50576 0.001243829 -8.320591 24.45016 0.3701262 73.35163 3.849615 0.7638654 59.14606 4.354372 0.4737989 64.50868 3.75247 1.004855 60.12408 4.016143 0.2802577 60.13534 4.243132 0.614273 64.20356 3.660564 0.887381 55.89839 4.5706 0.9343605 40.21609 7.50664 1.178745 45.05365 6.241918 0.5447434 45.0965 6.343894 1.196897 35.79278 9.241404 1.572439 26.03827 12.85801 1.167743 24.7863 13.35612 1.401325 27.42418 12.41946 0.7390806 -9.772154 27.01768 0.3520865 -9.675364 26.43006 1.136356 -9.420016 26.35977 0.82583 -8.878775 25.75752 0.4768214 -9.819024 26.72556 0.5260494 -9.307585 26.03886 0.8113246 -8.239533 23.70245 0.8419104 -8.524067 25.09901 0.5982694 -8.664866 24.88419 0.5782444 -11.26881 27.79467 0.3520865 -11.25373 27.64676 0.9102602 -11.01138 27.48712 0.3907634 -11.45986 27.71802 0.1792855 -18.89637 25.43521 0.135861 -18.72116 25.43704 0.05291056 -18.79169 25.42969 0.07115089 -18.98456 25.42428 0.16685 -18.94082 25.58221 0.04576522 -19.02322 25.5809 0.04402154 -18.92326 25.58751 0.1280702 -18.86192 25.59299 0.124844 -18.92676 25.70613 0.1482246 -18.96498 25.69667 0.05051457 -18.95948 25.71024 0.05720263 -19.0054 25.71583 -1.388108 78.81894 6.269471 -1.864185 68.41693 7.384861 -2.067446 57.89591 8.381491 -1.896247 39.62645 12.04062 -0.3598197 -17.93268 25.47494 -0.3354341 -18.24276 25.45714 -0.4585871 -18.26382 25.4583 -0.5041602 -17.90209 25.47712 -0.2868825 -18.30047 25.45728 -0.2139664 -18.64084 25.43858 -0.2924035 -18.72374 25.43496 -0.3792093 -18.38497 25.45039 -0.5809523 -17.69874 25.47639 -0.6346368 -17.21975 25.49319 -0.470024 -17.26858 25.4902 -0.4286406 -17.75333 25.47427 -0.635338 -17.14174 25.52355 -0.4715934 -17.20088 25.52058 -0.5059726 -15.01793 25.62656 -0.5206958 -15.58114 25.58904 -0.7222406 -15.56166 25.57449 -0.7633576 -14.99794 25.61293 -0.5115739 -15.73298 25.57438 -0.5295601 -16.1528 25.54844 -0.7172381 -16.11112 25.54959 -0.7137294 -15.69443 25.57283 -0.5082704 -15.74515 25.72843 -0.7147882 -15.71382 25.72715 -0.7182969 -16.12687 25.70349 -0.5262566 -16.16131 25.70207 -0.5057519 -15.00637 25.70104 -0.7670611 -14.96915 25.7268 -0.7216315 -15.55675 25.7333 -0.5181386 -15.57563 25.74369 -0.6354669 -17.18131 25.68311 -0.4678954 -17.24075 25.68012 -0.5934641 -17.71199 25.63517 -0.4316066 -17.76288 25.63458 -0.4662246 -17.52531 25.70001 -0.6411696 -17.47453 25.70262 -0.2743332 -18.57173 25.72406 -0.3653365 -18.65364 25.725 -0.296351 -18.76584 25.60397 -0.2196516 -18.68144 25.60607 -0.3707441 -18.05904 25.69027 -0.5189507 -18.03052 25.68477 -0.4733777 -18.25614 25.61148 -0.3463585 -18.23557 25.61391 -0.3715299 -18.21739 25.73328 -0.3927322 -18.10651 25.81207 -0.4568043 -18.22536 25.72665 -0.4874233 -18.09285 25.80713 -0.2376042 -18.69194 25.7259 -0.2641668 -18.63827 25.8228 -0.290283 -18.75469 25.7254 -0.3232293 -18.69971 25.82405 -0.6122213 -17.50847 25.80738 -0.5773286 -17.66709 25.74146 -0.502865 -17.54751 25.80761 -0.4725695 -17.70438 25.74357 -0.6152807 -17.15766 25.80632 -0.4879769 -17.20177 25.8041 -0.5328199 -15.0585 25.80941 -0.5433421 -15.5508 25.85762 -0.7018337 -15.5288 25.84548 -0.7092006 -15.02416 25.82134 -0.5330536 -15.79183 25.83544 -0.547111 -16.14566 25.81046 -0.6941447 -16.11209 25.81249 -0.6890954 -15.7601 25.83579 -0.6611468 -16.83012 25.53626 -0.4943661 -16.8894 25.53329 -0.4906681 -16.88635 25.68539 -0.6612757 -16.82692 25.68837 -0.6378169 -16.85078 25.78304 -0.5086241 -16.89497 25.78082 -0.4839407 -16.01467 25.55711 -0.7478272 -15.8512 25.56416 -0.7602981 -15.89996 25.71307 -0.4702376 -16.0206 25.70437 -0.5042573 -16.01002 25.79607 -0.724607 -15.92436 25.80275 -0.4488122 -15.34614 25.61959 -0.7976371 -15.2501 25.58131 -0.8029593 -15.25138 25.72451 -0.442051 -15.34956 25.73069 -0.4948083 -15.33927 25.83841 -0.752192 -15.26781 25.81885 -0.5138764 -16.70334 25.76274 -0.6464025 -16.65294 25.76537 -0.6673811 -16.66199 25.67539 -0.4945102 -16.72977 25.67186 -0.4997667 -16.70633 25.52232 -0.6671546 -16.639 25.52582 -0.5345236 -16.38979 25.80198 -0.6689388 -16.34022 25.80455 -0.6931898 -16.31227 25.69536 -0.5172829 -16.37878 25.69193 -0.5225394 -16.376 25.53628 -0.6929633 -16.30978 25.5397 -0.486052 -16.55498 25.74027 -0.6831567 -16.48582 25.74389 -0.715687 -16.47459 25.67641 -0.4575806 -16.56662 25.6716 -0.4830021 -16.55215 25.52873 -0.7082099 -16.463 25.53336 -0.6757861 -16.97642 25.53038 -0.455436 -17.05546 25.52641 -0.4393661 -17.07522 25.67453 -0.6826781 -16.99382 25.67866 -0.6520909 -16.99506 25.76608 -0.4671468 -17.05609 25.76299 -0.5336458 -16.30445 26.18217 -0.6869167 -16.28063 26.18799 -0.6915101 -16.71482 26.17122 -0.5188614 -16.71709 26.16509 -0.5165069 -16.82652 26.16368 -0.685899 -16.81983 26.16696 -0.6897626 -17.09247 26.15852 -0.5178779 -17.09879 26.1551 -0.5650729 -15.73823 26.22812 -0.7548962 -15.71182 26.22709 -0.715202 -16.11938 26.19672 -0.5549812 -16.16159 26.19591 -0.1444171 -19.11373 26.14275 -0.1855511 -19.31932 26.15563 -0.05391973 -19.36801 26.14961 -0.04158473 -19.21898 26.14404 -0.7128525 -17.08829 26.15967 -0.7013868 -17.39271 26.15154 -0.5415732 -17.41146 26.15168 -0.5524137 -17.10598 26.15991 -0.6706973 -17.51281 26.151 -0.6592316 -17.76279 26.14917 -0.5135625 -17.77818 26.14735 -0.5244031 -17.52738 26.14928 -0.6148598 -17.87179 26.14749 -0.5442022 -18.18709 26.1502 -0.4023433 -18.1853 26.14341 -0.4680188 -17.86294 26.14038 -0.4815171 -18.29023 26.14374 -0.3803543 -18.6916 26.14253 -0.2485334 -18.68848 26.14295 -0.3413961 -18.28785 26.13765 -0.1665695 -18.98341 26.14378 -0.3480638 -18.82783 26.14127 -0.2402217 -19.12402 26.14753 -0.24325 -18.81456 25.94797 -0.3551252 -18.87193 25.93509 -0.1764568 -19.01767 25.94697 -0.2563542 -19.13947 25.95311 -0.4529139 -18.4494 25.90421 -0.3318492 -18.40343 25.89336 -0.2725344 -18.63171 25.9545 -0.3816124 -18.68939 25.95181 -0.5849658 -18.02377 25.93947 -0.4544096 -17.98543 25.92608 -0.4030341 -18.2249 25.98365 -0.5335541 -18.23141 25.99125 -0.6631101 -17.6019 25.99531 -0.5264022 -17.59012 25.99537 -0.5155616 -17.80665 25.98931 -0.6516443 -17.79802 25.99065 -0.7048405 -17.23868 25.98546 -0.5555804 -17.22954 25.98726 -0.5447397 -17.4476 25.99453 -0.6933747 -17.43588 25.99415 -0.143705 -19.17786 25.98613 -0.0339688 -19.22698 25.97082 -0.04603129 -19.37612 25.97871 -0.1858349 -19.31702 25.98757 -0.5468307 -15.66428 26.0273 -0.5349566 -16.17976 25.98578 -0.7206622 -16.13028 25.98748 -0.7684003 -15.63504 26.0267 -0.5194655 -16.78982 25.99756 -0.5208363 -17.13311 25.9831 -0.6800359 -17.1265 25.98439 -0.6761724 -16.78387 26.00029 -0.538735 -16.28529 26.01527 -0.5234304 -16.70698 26.00106 -0.6834034 -16.70415 26.00658 -0.6793302 -16.26081 26.02049 -0.5555081 -16.34218 25.92914 -0.6176097 -16.32196 25.93103 -0.6213164 -16.6549 25.92437 -0.5471575 -16.66093 25.92234 -0.5437896 -16.82763 25.91254 -0.6167931 -16.82449 25.91323 -0.6198949 -17.08015 25.90746 -0.5453405 -17.08312 25.90786 -0.5815834 -15.69082 25.93877 -0.7191354 -15.67158 25.94099 -0.6808991 -16.06142 25.90675 -0.5662193 -16.09246 25.90314 -0.1494649 -19.18728 25.85362 -0.1710438 -19.26195 25.87386 -0.0592463 -19.30745 25.86652 -0.6523029 -17.24797 25.86334 -0.6439023 -17.39095 25.89187 -0.5717998 -17.39421 25.89174 -0.5799226 -17.24513 25.86362 -0.6129731 -17.5947 25.85134 -0.6045725 -17.74183 25.87277 -0.5363427 -17.74373 25.87219 -0.5444654 -17.59062 25.85117 -0.5435599 -18.01219 25.84661 -0.5067501 -18.16573 25.87706 -0.4435769 -18.16666 25.87187 -0.4798951 -18.00153 25.83825 -0.4035436 -18.46043 25.80038 -0.3586506 -18.60605 25.84104 -0.3102188 -18.57412 25.84353 -0.3496654 -18.43469 25.79667 -0.2602143 -18.83474 25.74515 -0.2402993 -18.93076 25.71547 -0.2954331 -18.84819 25.73949 -0.2670423 -18.9619 25.71435 -0.7642195 -15.90715 26.21207 -0.5308568 -15.95299 26.2122 -0.5077831 -15.92022 26.01669 -0.7793 -15.86761 26.01744 -0.7218171 -15.86191 25.9677 -0.5605276 -15.8946 25.96297 -0.7163734 -16.49444 26.18068 -0.4990937 -16.51191 26.1727 -0.5062444 -16.50273 26.01359 -0.7066233 -16.48438 26.02076 -0.6235813 -16.49553 25.95464 -0.5451264 -16.51433 25.95261 -0.7162706 -16.95506 26.1633 -0.4887527 -16.96371 26.15883 -0.4938253 -16.96738 25.99607 -0.7044297 -16.95899 25.99876 -0.6218577 -16.9575 25.9367 -0.535787 -16.96112 25.9369 -0.5681715 -15.29583 26.0663 -0.7403268 -15.27225 26.07073 -0.80562 -15.28285 26.12952 -0.5082288 -15.32207 26.12945 -0.5063585 -15.37277 26.39384 -0.8157234 -15.33083 26.39297 -0.5816671 -15.45944 25.97143 -0.703964 -15.43514 25.97518 -0.7333049 -15.1087 26.05873 -0.5863661 -15.1207 26.05715 -0.7886927 -15.0802 26.15594 -0.7498809 -15.50906 26.06101 -0.5466391 -15.54959 26.05913 -0.5458477 -15.09847 26.15772 -0.5428739 -15.60418 26.35991 -0.7550958 -15.56138 26.3611 -0.7990094 -15.1239 26.42419 -0.5471842 -15.14396 26.42669 -0.3334251 -15.5698 26.60678 -0.2994487 -17.69479 26.3312 -0.3198831 -16.26496 26.54074 -0.3741544 -16.90562 26.38424 -0.1016787 -18.9355 26.22249 -0.2219574 -19.45907 26.01896 -0.4399258 -14.83962 26.89707 -0.8387284 -17.00812 26.05872 -0.3628674 -16.60519 26.41742 -0.2187577 -19.32197 26.22206 -0.9994953 -14.84954 26.63948 -0.9152499 -15.49723 26.30672 -0.5269663 -18.35351 26.30435 -0.6926678 -17.68956 26.33952 -0.7927336 -16.97513 26.30523 -0.822664 -16.17559 26.31057 -0.7943571 -16.6009 26.3327 -0.4029579 -18.86003 26.25363 -0.3850188 -14.28542 27.07245 -0.8645651 -14.27621 26.63352 -1.015149 -14.34595 26.10044 -0.8901273 -15.86636 25.75659 -0.7633467 -13.79379 25.53382 -0.7991234 -14.92544 25.28036 -0.8202153 -15.87839 25.41142 -0.600369 -17.94671 25.35277 -0.2971706 -18.83074 25.43991 -0.5399301 -18.39885 26.16849 -0.80092 -16.98411 26.18364 -0.9465423 -15.56595 26.05236 -0.9570257 -15.50448 25.92821 -0.4322558 -18.7903 25.5893 -0.800839 -17.31616 25.66197 -0.9649702 -15.59558 25.952 -0.9749648 -15.89079 25.95223 -1.138087 -7.661064 28.32869 -1.226042 -6.29188 26.39524 -1.08896 -5.925308 21.84564 -0.9871736 -5.839649 24.27236 -0.4218677 -12.68261 26.56992 -0.5945492 -12.80503 26.18142 -0.7314156 -13.07194 25.82102 -0.5800355 -12.99931 25.52936 -0.2515994 -11.0628 25.1064 -0.445239 -11.13483 25.06677 -0.5226278 -11.4051 25.01554 -0.4172567 -11.67456 24.95182 -0.2280313 -10.47449 23.08061 -0.2980874 -10.47169 23.09383 -0.2995492 -10.51449 23.13763 -0.2513593 -10.57755 23.19038 -0.4340946 -15.09195 26.69545 -0.2202202 -19.29019 26.21691 -0.8723757 -15.52604 26.36164 -0.6767955 -17.71404 26.30576 -0.7525163 -16.96977 26.29897 -0.8022678 -16.204 26.32942 -0.7425109 -16.60085 26.32703 -0.3346078 -16.12873 25.50125 -0.2471084 -17.77615 25.42487 -0.807538 -15.03196 26.60621 -0.4395586 -18.61451 26.27227 -0.3332846 -15.02606 25.34375 -0.09476774 -18.46231 25.36464 -0.1370235 -18.68555 25.52105 -0.3253763 -17.85608 25.61167 -0.414633 -16.26665 25.67088 -0.4367632 -15.00802 25.61186 -0.8043881 -14.95206 25.61586 -0.607958 -17.8182 25.6129 -0.2912024 -18.92379 25.50463 -0.7621465 -16.18768 25.67603 -0.7782018 -16.06221 26.12294 -0.7420238 -16.54041 26.08079 -0.773483 -16.94002 26.0667 -0.8947388 -15.54679 26.13281 -0.7014988 -17.77309 26.06518 -0.4116486 -18.7316 26.05388 -0.2392272 -19.34026 26.0647 -0.8809995 -15.04863 26.34591 -0.4726138 -15.04676 26.37912 -0.4595633 -15.56593 26.13349 -0.4988546 -16.95131 26.07306 -0.4758095 -16.54986 26.08835 -0.4740797 -16.07124 26.13525 -0.1197761 -19.00094 26.06398 -0.4095168 -17.77096 26.06598 -0.3331738 -15.69526 25.49853 -0.3008947 -16.97406 25.47639 -0.1882746 -18.14296 25.39087 -0.2638147 -18.28174 25.55549 -0.3727202 -17.3602 25.64556 -0.3883028 -15.66527 25.73754 -0.4628243 -18.40722 25.544 -0.7146972 -17.33242 25.63722 -0.8142845 -15.61563 25.71203 -0.3403073 -17.28272 26.36162 -0.183871 -18.15993 26.30294 -0.7655129 -17.34129 26.0733 -0.6069025 -18.20438 26.05856 -0.2642201 -18.23881 26.05919 -0.4549363 -17.34529 26.07092 -0.4812228 -15.75203 25.70693 -0.4887037 -16.114 25.66879 -0.7155896 -16.08397 25.6734 -0.7328642 -15.72986 25.7017 -0.4935099 -15.02443 25.65571 -0.4854864 -15.52062 25.70285 -0.7501006 -15.51674 25.73023 -0.774786 -15.00239 25.67688 -0.6013528 -17.68845 25.64174 -0.6491965 -17.46951 25.66871 -0.4493448 -17.51745 25.6746 -0.4241511 -17.741 25.6427 -0.2775765 -18.39524 25.55296 -0.2081909 -18.6711 25.55819 -0.2933601 -18.77701 25.54826 -0.3849858 -18.48803 25.55127 -0.349334 -17.98815 25.60561 -0.3311166 -18.2235 25.60098 -0.4719477 -18.26946 25.59862 -0.5194016 -17.97082 25.61059 -0.1813175 -18.93249 25.52243 -0.1353414 -18.80728 25.5427 -0.5085729 -18.30891 26.04202 -0.39334 -18.64777 26.04244 -0.2893832 -18.60797 26.04829 -0.3246831 -18.32291 26.04414 -0.6184489 -17.88706 26.05484 -0.5698189 -18.1492 26.05178 -0.4274669 -18.18103 26.05211 -0.4756931 -17.91286 26.05448 -0.6925379 -17.41859 26.06156 -0.6611542 -17.69109 26.05637 -0.503112 -17.69271 26.05593 -0.5318701 -17.42196 26.0613 -0.7237485 -17.02018 26.06435 -0.713947 -17.26185 26.06002 -0.5563193 -17.26654 26.05978 -0.5686175 -17.02485 26.06433 -0.1291872 -19.12298 26.06456 -0.1838299 -19.3349 26.06173 0.00124824 -19.18527 26.06486 -0.5670362 -15.68116 26.13689 -0.7445781 -15.66642 26.1387 -0.6915983 -15.91672 26.15441 -0.544699 -15.94025 26.15339 -0.5343436 -16.63047 26.0764 -0.6822288 -16.62476 26.07382 -0.7053877 -16.86159 26.06635 -0.5546303 -16.86772 26.06867 -0.5468951 -16.18197 26.11034 -0.675911 -16.16019 26.11062 -0.669674 -16.44211 26.08088 -0.5337291 -16.45277 26.08224 -0.5647397 -16.24323 26.1777 -0.6314148 -16.22791 26.17735 -0.6266879 -16.378 26.17381 -0.5533699 -16.3844 26.17406 -0.5625249 -16.65559 26.16712 -0.6418012 -16.65456 26.1671 -0.6552387 -16.80296 26.16164 -0.5744919 -16.80342 26.16164 -0.6237586 -15.72721 26.24747 -0.6967837 -15.71995 26.24701 -0.6598134 -15.8529 26.25525 -0.5976876 -15.86586 26.25572 -0.1224741 -19.18171 26.14426 -0.1374681 -19.30554 26.14407 -0.07209783 -19.33675 26.14467 -0.0663309 -19.2311 26.1446 -0.6535997 -17.05147 26.15724 -0.6481733 -17.20574 26.15295 -0.5720694 -17.20753 26.15278 -0.5771769 -17.05317 26.1571 -0.6136097 -17.50476 26.14845 -0.6019387 -17.59812 26.14706 -0.5456775 -17.59771 26.14701 -0.5569431 -17.5048 26.1484 -0.5561997 -17.89635 26.13862 -0.5315981 -18.04001 26.1373 -0.4571019 -18.05923 26.13719 -0.4781436 -17.91276 26.13846 -0.4145226 -18.40407 26.13779 -0.3611516 -18.53011 26.14176 -0.3172487 -18.49145 26.13634 -0.3580983 -18.38993 26.12972 -0.1605466 -18.88781 25.42482 -0.146865 -18.79259 25.42487 -0.09071993 -18.8482 25.42394 -0.0768435 -18.96128 25.42202 -0.3551142 -18.03714 25.48392 -0.3495482 -18.19647 25.46367 -0.4412211 -18.22954 25.46313 -0.4705031 -18.02857 25.48402 -0.2874062 -18.46784 25.43805 -0.2298623 -18.65533 25.42965 -0.2716449 -18.71762 25.43096 -0.3407397 -18.53378 25.43732 -0.5764671 -17.49999 25.48217 -0.5702986 -17.40572 25.41333 -0.4443035 -17.42769 25.41616 -0.4562052 -17.53932 25.48149 -0.5227738 -15.09714 25.56348 -0.5378533 -15.402 25.54506 -0.7015647 -15.40301 25.54427 -0.6899029 -15.09842 25.56252 -0.5282091 -15.73582 25.55254 -0.5406667 -15.88339 25.53807 -0.6679274 -15.88309 25.53445 -0.6540768 -15.73538 25.5397 -0.1242046 -18.57663 26.27743 -0.1752626 -18.62872 26.07091 -0.3621289 -18.7924 26.06233 -0.2118363 -18.74426 26.0662 -0.262584 -19.19043 26.06169 -0.1755177 -18.99061 26.06139 -0.2522671 -18.82251 26.14489 -0.2326373 -18.94428 26.14272 -0.2991508 -18.85715 26.14175 -0.2583103 -19.03938 26.14243 -0.7062541 -14.72263 27.81711 -0.6967507 -13.13375 28.10803 -0.6808124 -13.55185 28.37666 -0.9705036 -13.99627 28.5237 -1.246734 -13.12989 28.00151 -1.430277 -13.68945 28.12284 -1.295524 -13.97526 28.3106 -1.389129 -12.05723 29.39149 -1.694118 -11.9999 29.28082 -1.806041 -11.95626 29.01489 -1.543448 -11.88092 28.72004 -1.082131 -11.67826 28.74829 -0.995932 -11.66639 29.09921 -1.282861 -8.990464 29.57732 -1.353755 -8.970808 29.25747 -1.610588 -9.125229 29.7901 -1.732642 -9.06906 29.26046 -1.950811 -9.077654 29.51226 -1.848508 -8.991349 29.75123 -0.3202314 -16.50247 25.50018 -0.3612594 -16.81943 25.64727 -0.7175287 -16.7476 25.65366 -0.7813982 -16.78384 25.50493 -0.4954288 -16.38991 25.67383 -0.7032101 -16.31852 25.66063 -0.4579659 -16.71757 25.6362 -0.6674453 -16.6492 25.63641 -0.4566637 -17.19098 25.65642 -0.6505638 -17.14077 25.65895 -0.4521365 -16.8869 25.65174 -0.6534249 -16.82647 25.65572 -0.5192842 -16.39951 25.50665 -0.6320106 -16.35617 25.48368 -0.489724 -16.6411 25.44687 -0.6061127 -16.61009 25.44245 -0.4946613 -16.80839 25.46344 -0.5975337 -16.77895 25.46514 -0.4909763 -16.68859 25.4844 -0.5895275 -16.66009 25.48613 -0.7877676 -15.46851 26.17625 -0.5388442 -15.46969 26.17516 -0.553122 -15.12101 26.33531 -0.8129765 -15.13357 26.31608 -0.6784921 -15.44096 26.44367 -0.6754949 -15.34646 26.48616 -0.6008767 -15.34255 26.49194 -0.6069476 -15.44097 26.44355 -0.3840507 -14.58991 25.26244 -0.1863585 -16.0924 25.45051 -0.1509711 -16.96221 25.46037 -0.2117255 -15.02092 25.24347 -0.1935895 -15.68345 25.42709 -0.1757169 -16.66882 25.4783 -0.1236303 -17.21722 25.40004 -0.1745299 -16.38032 25.48103 -0.2885289 -14.03046 25.44677 -0.1398882 -15.97081 25.61959 -0.1402864 -16.26405 25.62949 -0.1486014 -16.55242 25.62952 -0.08879947 -17.26054 25.56698 -0.1276863 -16.85536 25.59436 -0.156099 -15.1457 25.47092 -0.1401425 -15.62256 25.60342 -0.2526427 -14.77976 25.39279 -0.2625469 -14.31287 25.55188 -0.3583353 -14.85831 25.77071 -0.2462018 -14.57385 25.72412 -0.3455092 -15.17065 25.8236 -0.3278183 -15.93218 25.87421 -0.3094229 -15.60261 25.8617 -0.361231 -16.62422 25.90737 -0.277865 -17.2684 25.86365 -0.1455072 -17.94102 25.71628 -0.3498052 -16.23249 25.88985 -0.08369439 -14.52898 25.80469 -0.161728 -14.85093 25.8997 -0.162977 -15.19605 25.94614 -0.1500217 -15.60525 25.95459 -0.1784899 -15.93177 25.94978 -0.2238875 -16.62763 25.95292 -0.1967006 -17.42709 25.93536 -0.1265099 -18.25098 25.7903 -0.2113453 -16.22973 25.95022 -0.09284669 -14.37115 25.68184 -1.280289 -4.980769 30.43565 -1.33198 -4.983887 30.28427 -1.394171 -5.399723 30.45053 -1.523673 -5.552711 30.16258 -1.605024 -5.413349 30.32523 -1.385631 -4.198959 30.65261 -0.3180336 -19.11969 26.23238 -0.3190768 -19.19189 26.10332 -0.3267558 -19.01407 26.23466 -0.3384202 -19.05052 26.07476 -0.3321363 -19.01208 26.06171 -0.284777 -18.95907 26.1418 -5.924779 -13.55253 0.6084852 -5.57618 -13.61785 0.6377373 -4.351105 -14.32171 0.3604174 -3.479916 -13.82196 0.5870857 -3.497303 -13.96596 0.2707138 -3.098762 -13.89418 0.2567644 -3.305202 -13.75315 0.6680632 -3.286684 -13.99247 0.1721115 -4.590041 -14.38227 0.2604599 -3.286186 -13.97747 0.8038521 -3.501238 -14.06665 0.7173672 -3.076256 -13.9842 0.7014132 -6.001004 -13.76982 0.7389212 -5.759032 -13.76501 0.8528786 -5.550304 -13.84586 0.7603626 -4.841635 -14.38179 0.8214731 -4.594458 -14.34356 0.9324837 -4.349502 -14.40871 0.8234997 -3.443516 -14.41324 0.6862526 -3.248101 -14.3211 0.7693262 -3.049462 -14.33563 0.6709347 -6.019874 -14.12127 0.7187681 -5.810449 -14.10805 0.8233175 -5.617267 -14.1918 0.7376204 -4.582077 -14.68958 0.9060383 -4.815845 -14.73364 0.8042917 -4.352431 -14.75978 0.8062983 -3.320255 -14.7631 0.4897585 -3.196248 -14.75004 0.5223932 -3.080381 -14.71115 0.4764929 -6.000891 -14.50419 0.5295267 -5.884506 -14.54082 0.5787754 -5.766226 -14.55139 0.5447035 -4.56672 -15.12673 0.6636629 -4.707447 -15.10578 0.6167307 -4.429327 -15.12434 0.6180296 -3.269205 -14.89592 0.2654829 -3.170157 -14.93701 0.1959714 -3.091561 -14.84892 0.2601442 -5.998876 -14.6448 0.298769 -5.921588 -14.73109 0.2327232 -5.817509 -14.68665 0.304718 -4.673338 -15.24815 0.3747082 -4.560065 -15.32464 0.306531 -4.45372 -15.268 0.3762856 -3.396965 -14.60152 0.3960877 -3.208254 -14.5924 0.3332138 -3.037889 -14.52689 0.3960438 -6.031095 -14.31732 0.4157753 -5.860905 -14.38613 0.3537998 -5.665667 -14.38538 0.4181385 -4.572296 -14.97809 0.4203291 -4.795435 -14.93474 0.4843636 -4.359177 -14.96145 0.4868736 -3.469181 -14.24828 0.3788748 -3.2485 -14.23093 0.2889118 -3.055476 -14.16641 0.3851385 -5.812725 -14.02868 0.2958965 -6.027889 -13.95753 0.3668051 -5.584688 -14.03588 0.3670092 -4.840129 -14.57798 0.4263926 -4.583587 -14.61796 0.3548851 -4.337233 -14.60509 0.4289541 -4.558906 15.67847 7.197399 -4.342701 14.95931 7.608408 -4.662522 15.07265 7.554261 -4.026594 15.36373 7.337044 -4.110081 15.0486 7.568341 -4.185298 16.5147 8.807024 -4.452933 16.58573 8.78946 -4.514596 16.38218 8.730832 -4.158924 16.31689 8.73598 -4.463893 16.33735 8.892352 -4.333244 16.30726 8.928326 -4.215861 16.33107 8.895248 -4.313695 16.61082 8.788376 -2.152494 -11.20517 0.4651041 -1.973497 -11.08428 0.3778095 -1.823248 -10.91328 0.5266285 -1.902862 -11.4671 0.4531746 -1.744523 -11.3689 0.3941364 -1.617947 -11.21275 0.5111132 -1.638307 -11.64764 0.347887 -1.518244 -11.62767 0.281476 -1.491586 -11.51015 0.3772907 -1.782222 -11.5859 0.6323176 -1.591431 -11.41344 0.6672983 -1.689665 -11.52129 0.6965704 -2.08206 -11.36076 0.8315973 -1.775863 -11.08972 0.8888512 -1.988931 -11.20827 0.9613934 -2.31692 -11.09881 0.8708344 -1.990594 -10.81042 0.9305391 -2.209927 -10.94312 0.9973946 -2.356004 -10.99236 0.4873772 -2.440718 -10.89115 0.7629385 -2.169182 -10.64984 0.8124237 -2.035418 -10.70364 0.5564671 -4.600355 -2.907221 6.343463 -4.599999 -2.709241 5.881886 -3.911221 -2.945051 5.973617 -4.005766 -2.80094 5.716774 -4.063258 -1.801593 7.192288 -4.279244 -1.992914 6.919888 -4.263798 -1.725868 6.907814 -3.888479 -1.968418 6.855712 -3.882362 -1.742975 6.792342 -4.096158 -1.758482 6.615704 -3.950865 -1.149952 7.566216 -5.634478 -6.233877 4.539237 -5.930594 -6.37619 4.549996 -5.883085 -6.556122 4.691767 -5.485052 -6.352694 4.676301 -5.997196 -4.543413 6.444063 -5.967037 -4.187637 6.911116 -5.890278 -4.719173 6.560402 -5.885324 -4.497235 6.434741 -5.869532 -4.140285 6.89991 -5.804525 -4.672499 6.541077 -4.407556 16.75085 9.135191 -4.297206 16.87257 9.263597 -4.207031 16.72329 9.150291 -18.02022 -18.05806 20.58601 -17.8588 -18.73281 19.80703 -17.71379 -18.32253 20.6344 -0.8961237 72.9178 3.908567 -0.1750206 63.42133 3.957779 -0.8182504 50.54305 5.084304 -0.2928961 43.03028 6.925017 -0.9318633 40.21609 7.506643 -0.2817186 34.34289 9.99365 -1.569942 26.03827 12.85801 -0.4037759 26.11565 13.12358 -0.3495893 -9.675364 26.43006 -1.133859 -9.420016 26.35977 -0.8233329 -8.878775 25.75752 -1.041363 -9.167193 26.0104 -0.5957722 -8.664866 24.88419 -1.142699 -8.417494 22.12974 -1.046529 -8.357134 23.21198 -0.6887409 -9.974101 27.21753 -0.3919833 -10.6925 27.41229 0.1260017 -17.21722 25.40004 0.09106028 -17.26054 25.56698 5.39748e-4 -17.49298 25.52221 0.1477541 -17.94102 25.71628 4.97973e-4 -18.03456 25.60402 8.68131e-4 -17.40984 25.89511 5.48043e-4 -18.31633 25.73898 0.199071 -17.42709 25.93536 0.001242816 -16.27431 26.69805 0.001242458 -15.37154 26.84542 0.001242816 -16.58644 26.62442 0.001242816 -14.4318 27.07168 0.001242697 -19.13348 25.40522 -26.6974 -25.67055 21.65504 -29.15858 -27.91424 21.61255 -28.64408 -27.38259 21.27079 -29.76797 -27.64665 21.06328 -27.79059 -25.93552 21.66036 -32.80902 -29.78474 21.62735 0.001242935 -12.67447 26.64585 0.001243352 -11.06275 25.06073 0.001243293 -11.7574 24.94486 0.001244008 -10.56378 23.20182 0.001227021 -18.66657 25.35999 0.001242697 -19.12748 25.5159 0.001243472 -19.47632 26.09042 0.001243472 -19.07239 26.07599 0.001242756 -18.1581 26.43888 0.001242756 -18.66081 26.37006 0.001242816 -14.12975 25.59559 0.001242756 -14.46863 25.73367 0.001242756 -14.82868 25.81761 0.001242697 -15.20875 25.86851 0.001242697 -15.93373 25.87883 0.001244962 -16.23889 25.87551 0.001242756 -14.3115 25.66275 -21.03286 -20.12586 20.22261 -19.80433 -20.52713 19.77866 -20.82187 -20.43361 19.5821 -20.46203 -19.7876 20.96695 -19.55609 -20.63981 20.50027 -19.84469 -20.14653 21.04408 -17.65864 -18.65925 20.25529 -18.09135 -18.50654 19.73255 -18.23726 -18.11454 20.20371 -5.825941 6.99261 1.194085 -5.395376 6.862156 1.201483 -5.408414 6.660963 0.6536388 -4.454094 6.144779 1.226365 -4.005331 6.112179 1.226009 -3.926912 5.927233 0.6323748 -3.046256 6.437688 0.4087401 -2.534874 6.79671 0.7039204 -2.464954 6.559163 0.3836784 -2.764831 6.802495 0.8037768 -2.734653 6.390392 0.3127918 -5.571347 6.962393 1.333743 -4.231623 6.167629 1.370767 -4.20017 5.835246 0.4529219 -2.698239 6.388117 1.321221 -2.995194 6.266467 1.174314 -2.423973 6.398435 1.174158 -5.945441 6.658143 1.272424 -5.642579 6.63082 1.411874 -5.37162 6.50455 1.280338 -4.508045 5.774316 1.314168 -4.228962 5.812058 1.459182 -3.948446 5.730185 1.314228 -2.77592 5.249548 0.7720223 -2.612385 5.273809 0.791276 -2.457965 5.328666 0.7693262 -5.870708 5.61459 0.8439045 -5.725591 5.560906 0.8810978 -5.583867 5.532461 0.8635693 -4.190943 4.698566 0.9024782 -4.348751 4.728456 0.8715611 -4.041377 4.699202 0.8768044 -2.722063 5.045506 0.5282087 -2.591819 4.980035 0.4686489 -2.482465 5.118543 0.5235987 -5.836521 5.395949 0.5964918 -5.737968 5.266475 0.526022 -5.625922 5.330926 0.6084671 -4.310854 4.522293 0.6014719 -4.19081 4.407935 0.5247555 -4.072717 4.492032 0.6070547 -2.936351 5.640052 0.613327 -2.651692 5.665482 0.5114327 -2.385833 5.772563 0.6085262 -5.947303 6.018721 0.7525263 -5.708988 5.909001 0.6588011 -5.454541 5.889186 0.7582989 -4.190123 5.075031 0.664465 -4.459729 5.133471 0.7647762 -3.939535 5.089365 0.7723332 -3.025088 6.028535 0.5753307 -2.690969 6.060677 0.4448547 -2.392179 6.175314 0.5691357 -5.713094 6.301797 0.5875893 -5.996359 6.421079 0.7049084 -5.405373 6.2595 0.7067061 -4.500521 5.530569 0.7203016 -4.194216 5.470436 0.5955343 -3.911664 5.483145 0.7288532 -1.588995 9.990382 0.7843952 -1.39138 10.10576 0.5618086 -1.094889 10.31795 0.7034187 -0.947682 9.185724 0.4172812 -0.8231971 9.166806 0.3078184 -0.7642068 9.321039 0.384366 -1.032444 9.333168 0.7614956 -0.7828186 9.50961 0.7179289 -0.8977136 9.395925 0.7725878 -1.392859 9.828379 1.27135 -0.9064614 10.16314 1.204545 -1.17676 10.01297 1.389501 -1.543627 10.18309 1.462212 -1.053626 10.5249 1.386544 -1.337731 10.34854 1.588255 -1.627491 10.83194 1.355541 -1.863337 10.47782 0.8870287 -1.438878 10.91689 1.219079 -1.464547 18.20259 13.10949 -0.4928973 72.38941 2.783116 -0.5786923 63.39332 2.459619 -0.7643531 53.32335 3.233257 -0.8790592 43.05749 5.115086 -0.9395654 34.1692 7.910471 -1.114473 26.3101 10.69709 -1.218433 21.54817 12.21905 -1.746809 15.97971 13.35141 -2.10832 18.28051 13.7967 -1.784219 18.43949 15.14571 -1.078786 18.6793 15.93525 -0.6602752 72.74024 3.120605 -0.6740308 72.88938 3.599432 -0.9013931 63.5503 2.791034 -0.8751076 64.07427 3.365379 -1.197823 53.41599 3.590381 -1.160973 54.0125 4.168697 -1.348651 43.12084 5.504261 -1.274652 43.65702 6.083557 -1.428048 34.23184 8.357111 -1.293845 34.73243 9.086956 -1.68714 26.37211 11.21297 -1.522779 26.6996 12.19427 -1.909144 21.61923 12.82 -1.641269 21.92991 14.04991 -0.9387207 21.68577 14.74673 -2.349185 16.18376 14.21688 -2.064291 15.44397 16.11668 -3.517397 14.43496 7.043968 -3.582247 14.90263 6.4904 -5.215893 14.62131 7.11198 -5.120995 15.15709 6.49369 -5.980715 13.7065 2.647616 -3.27735 13.65924 2.70348 -5.27608 14.00775 7.089226 -5.127125 13.29369 7.294198 -3.437728 13.8971 7.106501 -3.419169 13.09832 7.179646 -5.795131 13.64063 4.762373 -5.834916 12.95691 5.335347 -2.898348 12.62179 5.49921 -3.077111 13.24054 4.839828 -5.480431 12.04764 5.90588 -2.929733 11.71843 5.862627 -4.541216 10.90668 4.428991 -5.081924 11.107 4.444261 -5.456788 11.60891 4.86316 -3.836023 10.97225 4.267375 -3.11827 11.43222 4.757699 -5.015899 10.50432 4.616907 -3.74448 10.33891 4.399722 -3.492187 10.98287 7.656497 -4.873281 11.17903 7.524992 -2.895481 12.77807 3.286515 -5.920707 12.95974 3.536952 -5.139384 11.18334 3.852126 -3.947637 11.09457 3.775856 -5.133183 14.20407 2.798271 -4.20538 14.01247 2.431635 -2.997294 11.30848 3.054433 -5.907907 11.96486 2.881562 -6.037099 10.59843 2.00892 -6.290142 11.14112 1.132808 -5.974482 11.69884 0.4960289 -3.367171 12.17334 0.4502087 -3.015088 10.83281 2.126384 -3.865013 10.17882 2.233774 -5.007992 10.19953 2.25324 -3.937571 11.68259 0.3836775 -5.094568 11.63106 0.4451571 -5.416481 6.959954 0.213912 -5.891941 7.032238 0.2041807 -6.083078 6.59745 1.324281 -5.287294 6.416328 1.35696 -5.463338 7.97482 0.4204941 -5.106784 7.310091 1.640418 -6.09296 7.454637 1.580207 -5.991689 8.046705 0.4039793 -4.484975 6.206279 0.1622018 -4.588439 5.681289 1.348066 -3.834308 5.627803 1.377767 -3.963972 6.162169 0.170145 -4.513524 7.096892 0.3291874 -3.98887 7.08568 0.3327074 -3.820616 6.469716 1.555489 -4.643524 6.468924 1.532134 -3.123198 6.562271 0.1681985 -3.116171 6.120512 1.202385 -2.286589 6.230722 1.182803 -2.50083 6.632248 0.1611299 -3.2714 7.526656 0.3487272 -2.579191 7.579594 0.3348742 -2.395835 6.948346 1.564148 -3.257741 6.866658 1.619089 -3.548006 9.480242 0.4140406 -2.909084 9.669462 0.3963223 -2.680453 9.572403 1.944231 -3.603957 9.358028 1.978406 -4.642694 9.255228 0.4321766 -4.08679 9.184178 0.409318 -3.866306 9.08402 1.979713 -4.742501 9.104702 2.002151 -5.271292 9.924006 0.5352554 -5.107864 9.461116 1.997166 -5.97254 9.494316 1.927464 -5.772843 9.908291 0.5151405 -5.110217 10.75964 0.5372257 -5.072899 9.936668 2.126183 -6.055002 10.1015 2.001636 -5.896007 10.79427 0.5243816 -4.804206 10.70679 0.5404644 -4.026498 10.56762 0.4909668 -3.946141 9.668188 2.086961 -4.808187 9.701888 2.137821 -3.776639 10.82602 0.4895907 -3.02769 11.20821 0.4781103 -2.837757 10.4478 2.009622 -3.716575 9.88202 2.078996 -5.078328 11.01818 3.288174 -4.006522 10.96802 3.302027 -6.129688 12.64848 2.344085 -6.152562 6.698226 0.5141583 -5.215504 6.472093 0.5363016 -5.056639 7.76016 0.7823219 -6.284095 7.896896 0.7303496 -4.662151 5.831789 0.4906988 -3.750359 5.759603 0.5118685 -3.704142 6.935387 0.6791067 -4.761166 6.956203 0.669323 -3.250288 6.158743 0.4307184 -2.301496 6.308382 0.3954268 -2.336418 7.439496 0.6570721 -3.570798 7.329069 0.708478 -2.658658 9.677558 0.8228874 -3.800322 9.425398 0.8770695 -3.771741 9.13899 0.8528786 -4.92937 9.236589 0.8859987 -5.006741 9.772995 0.9819012 -6.215086 9.762841 0.8963575 -4.981841 10.47793 1.068412 -6.26484 10.5543 0.9760723 -3.870189 10.21559 0.9966755 -4.975662 10.37791 1.061461 -2.851735 10.92036 0.9448471 -3.895331 10.31183 0.9999342 -3.130837 11.42161 0.873888 -3.863226 10.634 1.045732 -5.056858 10.80468 1.110444 -3.466793 8.439784 0.3709097 -2.700041 8.498814 0.3425427 -2.489607 8.440613 1.349463 -3.529746 8.359486 1.410276 -2.496527 8.487895 0.6603232 -3.684037 8.423656 0.7173586 -4.625708 7.99812 0.3626165 -3.98138 7.969764 0.3523264 -3.770367 7.920679 1.43788 -4.784238 7.902755 1.443603 -3.713677 7.964893 0.7013378 -4.856762 7.986595 0.7103195 -5.33856 8.97831 0.4836845 -5.022103 8.771346 1.548205 -6.016146 8.700568 1.502266 -5.941273 9.001131 0.4663057 -5.020493 8.899982 0.8358088 -6.200506 8.912149 0.7836723 -5.850773 11.14352 2.313578 -5.955823 12.83716 1.33429 -3.179295 10.85884 2.815472 -4.066551 13.43677 1.155023 -6.165539 12.00241 1.66978 -4.975947 10.54468 2.684029 -4.009375 10.53239 2.69533 -3.194407 7.424828 0.1958007 -2.597785 7.472897 0.1923751 -2.537689 7.052985 0.08600044 -3.163985 6.984818 0.08656311 -4.4801 6.996038 0.1840829 -3.985181 6.980188 0.1891288 -3.932505 6.552433 0.08543491 -4.50393 6.5858 0.07766819 -5.480035 7.861522 0.2644577 -5.941322 7.904756 0.2555943 -5.904702 7.428122 0.1282005 -5.408537 7.390902 0.1338872 -5.955629 8.985947 0.300478 -5.753748 9.647379 0.3679543 -5.931513 8.307247 0.297328 -5.304642 8.945034 0.3075867 -5.309473 9.654852 0.3780499 -5.474481 8.266263 0.3059626 -3.939358 7.942392 0.1891365 -4.092031 8.781115 0.250514 -4.015901 7.330001 0.2102155 -4.659592 7.990586 0.1987524 -4.594417 8.832614 0.2643967 -4.498332 7.345157 0.2107019 -2.666875 8.500813 0.1666498 -2.897585 9.256071 0.2325792 -2.673094 7.838745 0.2046289 -3.500057 8.4127 0.2120409 -3.474052 9.152112 0.2546187 -3.27214 7.794371 0.2213516 -3.310291 11.86935 0.2780905 -3.017183 11.1792 0.3164787 -3.852044 11.52568 0.2666292 -3.805935 10.86635 0.3142271 -2.997512 10.11211 0.3154917 -3.566642 9.933238 0.3201256 -4.068236 11.34125 0.2802668 -4.014093 10.53172 0.3265133 -4.858063 11.45547 0.3278666 -4.780284 10.67993 0.3700962 -4.113302 9.609389 0.3231793 -4.615377 9.693416 0.3468809 -5.826774 11.39659 0.27351 -5.899974 10.79434 0.3126259 -5.124444 11.43326 0.2702484 -5.087265 10.75373 0.3153257 -5.730795 10.14704 0.363986 -5.242227 10.14585 0.3723068 -3.841886 13.0217 0.4202824 -3.895485 13.75115 1.093072 -3.955588 14.07832 1.964931 -3.375072 14.05894 2.068079 -3.413704 13.14265 0.4059048 -3.351778 13.82365 1.161765 -4.304569 13.00352 0.3856258 -4.322847 13.74841 1.071918 -4.478674 14.09512 1.968078 -5.633705 12.98087 0.4043989 -5.671651 13.68341 1.127324 -5.669688 14.0303 2.021854 -4.990955 13.81281 1.079244 -3.218115 11.68207 4.107729 -3.712067 13.87112 2.628861 -3.474761 10.28923 2.581791 -3.643886 12.10565 0.3312101 -2.664616 6.136075 1.356746 -2.790643 6.440212 0.109168 -2.912388 7.585635 0.2970324 -2.781249 6.706339 1.726399 -3.222588 9.553727 0.3346682 -3.11859 9.496991 2.188236 -3.234142 9.966931 2.340657 -2.760587 6.121556 0.289711 -3.40004 11.12157 3.478798 -2.98417 8.266634 1.942976 -3.560911 10.50556 3.03169 -2.90287 7.558561 0.178543 -2.851756 7.006972 0.03280258 -3.198394 9.300765 0.2044248 -2.956883 7.732601 0.1713476 -3.082536 8.43986 0.1065111 -3.264849 9.881741 0.2706347 -3.597612 11.78372 0.19458 -3.409108 10.97508 0.2267751 -3.626412 13.11635 0.3625355 -3.694581 14.11837 2.068473 -3.613337 13.81928 1.106591 -5.628074 11.71111 4.11975 -5.542126 14.12588 2.772799 -5.489465 10.22989 2.476953 -5.495305 11.85743 0.3349485 -5.645475 6.836067 0.152379 -5.743693 6.494587 1.481819 -5.715895 7.211068 1.72568 -5.738377 8.039464 0.3694925 -5.489117 9.47329 2.206698 -5.505383 9.919423 0.4657545 -5.49011 9.881367 2.367284 -5.70165 6.462707 0.3814297 -5.545153 11.15576 3.379242 -5.551696 8.55525 2.093463 -5.404338 10.50232 2.818984 -5.718516 8.001451 0.2544947 -5.64753 7.392704 0.07905197 -5.512391 9.748017 0.3415413 -5.706573 8.190896 0.2602396 -5.625631 8.950832 0.2262048 -5.478875 10.05204 0.3284521 -5.452141 11.51643 0.1953992 -5.471842 10.79883 0.2267818 -4.600279 10.95053 3.928347 -4.733175 14.18406 2.576522 -4.396437 10.01395 2.560606 -4.566733 11.86845 0.3575926 -4.201962 5.60392 1.524247 -4.221377 6.022604 0.1096897 -4.248958 7.121071 0.288888 -4.20582 6.268101 1.688205 -4.36198 9.212907 0.3557501 -4.301929 9.16069 2.254273 -4.348261 9.525826 2.386049 -4.568579 10.80766 3.482904 -4.194373 5.647613 0.3622131 -4.242848 7.741195 1.970905 -4.464403 10.3398 2.929399 -4.233636 7.096651 0.1733722 -4.217427 6.55591 0.03005599 -4.345273 8.92317 0.2222337 -4.249976 7.261713 0.1713752 -4.296802 7.976988 0.1143522 -4.356429 9.526082 0.2879009 -4.461827 11.50555 0.242917 -4.385495 10.59359 0.2609339 -4.970685 12.98362 0.2256717 -5.111304 14.19776 2.168776 -2.883925 11.95427 3.282155 -3.038364 13.83232 1.866281 -3.135627 13.27932 0.5376635 -3.065059 13.712 1.146378 -2.99736 12.38236 4.022412 -2.061634 11.75902 2.554814 -3.104982 11.8138 3.629667 -5.926341 6.830892 0.6842518 -4.501144 5.965409 0.6293097 -3.001664 6.692503 0.7150278 -5.711841 6.648019 0.4878836 -2.640714 8.344911 1.826161 -3.309711 8.254363 1.869848 -3.052045 8.969044 2.179511 -2.891727 7.493164 1.787923 -5.2799 8.601491 2.037273 -5.797161 8.604586 1.996984 -5.492752 9.043542 2.219125 -5.625578 7.850851 1.944997 -3.952392 7.816421 1.876471 -4.537766 7.781866 1.901392 -4.266009 8.56117 2.254463 -4.217381 6.983005 1.892463 -2.739236 9.006161 2.084815 -3.35351 8.893575 2.104294 -2.627349 7.579184 1.741789 -3.15962 7.507372 1.783241 -5.268 9.04315 2.173087 -5.74007 9.061216 2.135533 -5.32896 7.892356 1.933571 -5.853014 7.934945 1.895822 -3.990582 8.54121 2.148787 -4.539445 8.523967 2.169661 -3.994874 7.082914 1.828533 -4.4544 7.057529 1.8431 -3.056784 10.54355 4.877694 -0.5162062 -15.53983 27.71251 -0.3936025 -17.93103 26.77569 -0.440207 -17.12848 26.91274 -0.3247989 -18.64574 26.80965 -0.1544633 -19.45904 26.5739 -0.2308068 -19.58125 26.30842 -0.2942593 -12.99954 28.03334 -1.113316 -15.93365 26.77875 -1.076648 -15.61148 25.94449 -0.5427615 -17.93541 26.60737 -0.5197562 -18.68952 26.45607 -0.7199516 -17.54815 26.55561 -0.970264 -16.28186 26.74102 -0.4058875 -18.95472 26.04133 -0.5226291 -18.46536 26.05722 -0.7592428 -17.72586 26.05387 -0.9394548 -16.07228 25.9949 -1.181145 -15.65412 26.89859 -1.138153 -14.57119 26.74038 -1.337177 -14.71633 27.1376 -1.098821 -15.7515 27.0222 -1.345858 -14.60697 27.35399 -0.7342901 -16.43711 27.03748 -0.810761 -16.41596 27.27415 -0.203418 -17.38413 27.03769 -0.9384863 -16.58356 26.61078 -0.8463193 -16.5901 26.05802 -0.7250957 -16.40169 26.77365 -0.5044791 -16.87378 26.79523 -0.8897805 -15.96247 26.84138 -0.9120626 -15.93179 26.95184 -0.8603256 -16.00653 26.8417 -0.9202516 -15.86031 26.89509 -0.7808954 -16.08672 26.97535 -0.7673408 -16.85119 26.66358 -0.5467807 -16.44086 26.86244 -0.7606126 -16.08053 26.85449 -0.6271513 -16.06492 26.88969 -0.5265039 -15.93732 27.56271 -0.9870424 -16.05366 27.14049 -1.029934 -15.98075 27.37061 -0.8888385 -16.00664 26.98903 -0.2700437 -18.72076 26.60926 -0.2331019 -18.94239 26.58582 -0.2239965 -18.94966 26.60729 -0.2617502 -18.75672 26.64393 -0.1146903 -17.92099 26.6645 -0.3649311 -18.89305 26.56245 -0.2722206 -19.23192 26.53419 -0.2607575 -19.23685 26.58212 -0.3346265 -18.92223 26.6413 -0.2781939 -14.41265 24.62889 -1.193717 -14.55461 25.46435 -0.3766855 -18.76392 25.20875 -0.5818716 -17.79006 25.06724 -0.2250192 -19.53693 26.15611 -0.5060202 -18.90174 26.24011 -0.6715345 -18.37875 26.26424 -0.8631332 -17.72168 26.26498 -0.9850475 -17.07686 26.32105 -1.143445 -16.3531 26.30268 -1.050304 -16.65927 26.33383 -1.062928 -16.19788 25.44687 -0.4885394 -18.71558 25.35947 -0.8535888 -17.41419 25.40248 -1.21625 -14.9803 25.61587 -0.9367929 -15.9551 26.85957 -0.9949133 -15.89895 26.9381 -0.874494 -16.07664 26.85188 -0.9748272 -15.90827 26.89344 -0.7947443 -16.15801 26.97366 -0.7490857 -16.13095 26.85749 -0.6265522 -16.14027 26.89039 -0.9404157 -16.03551 26.99124 -1.085259 -15.49598 25.9105 -0.2488588 -19.52717 26.0353 -0.491266 -18.95481 26.06407 -0.6426005 -18.46599 26.06772 -0.8580456 -17.75744 26.04861 -0.9668801 -17.09076 26.04365 -1.11101 -16.19963 26.03851 -1.170023 -15.59203 25.95058 -1.007694 -16.61966 26.04977 -1.189278 -15.31437 25.88223 -0.9864007 -15.98835 25.79186 -1.264066 -15.41359 25.66196 -1.131774 -16.12511 25.66865 -0.5023921 -18.77882 25.51144 -0.8930888 -17.3504 25.56599 -1.073093 -15.51677 25.8619 -1.24486 -15.23558 25.41309 -1.170829 -15.24618 25.79753 -0.6111964 -16.23049 26.8745 -0.9804034 -15.94264 26.85515 -1.006266 -15.90832 26.98755 -0.8988969 -16.10709 26.84394 -1.02 -15.88382 26.88071 -0.7982087 -16.17349 27.0206 -0.7333118 -16.20156 26.84925 -0.9418693 -16.03749 27.03938 -0.9955561 -15.86212 25.87666 -1.250658 -15.97875 26.08658 -1.30861 -15.62454 25.99686 -1.335669 -14.90014 25.73558 -1.361431 -15.13013 25.88749 -1.358278 -15.32448 25.94067 -1.212577 -16.14636 26.42276 -1.153889 -16.10062 26.63645 -1.362686 -14.77898 26.27213 -1.234604 -15.42348 26.7388 -1.173045 -14.67955 26.59386 -1.186496 -15.85488 26.6958 -1.335022 -15.58498 26.34707 -1.374556 -15.23281 26.32407 -0.1773559 -15.25261 27.892 -0.3027054 -14.45512 28.07618 -0.7663288 -15.5278 27.71992 -0.2701721 -16.17539 27.58805 -0.7558704 -16.1023 27.50025 -0.1458088 -14.63553 27.98442 -0.796191 -15.07226 27.86592 -0.4025844 -16.65986 27.31236 -0.4080548 -16.83308 24.87106 -0.3227757 -17.93106 24.94767 -0.8449802 -16.38512 25.31332 -0.7334663 -17.4565 25.30277 -0.5164662 -15.40576 24.73482 -0.2965608 -18.49251 25.03914 -0.9728443 -15.68237 25.23794 -0.5907645 -18.22099 25.27106 -0.5968577 -12.22906 27.95324 -1.038921 -13.87451 26.67564 -1.413677 -12.65531 27.21493 -0.8471402 -13.90599 24.99931 -1.047251 -13.88018 25.48036 -1.107004 -13.90004 25.73049 -1.318448 -14.20765 26.20351 -1.070251 -14.0196 26.4973 -1.443764 -12.07216 26.36499 -1.090465 -12.27834 26.28688 -1.496384 -11.57341 26.78219 -0.9215859 -13.0355 25.38794 -0.6624042 -12.95132 25.05322 -1.026818 -12.51044 26.24006 -1.502012 -10.69313 25.31529 -1.147649 -10.92276 25.30423 -1.606449 -10.11327 25.54131 -0.9739167 -11.80938 24.73273 -0.5048437 -11.86522 24.46725 -1.116354 -11.59805 24.95142 -1.099629 -11.32238 25.16224 -1.078886 -11.06725 25.28791 -1.611752 -9.876542 23.17352 -1.17904 -10.11508 23.22118 -1.582322 -9.014801 23.37892 -1.05971 -11.06082 23.20482 -1.276988 -10.77528 23.22838 -1.169233 -10.45261 23.22907 -1.091318 -10.24663 23.22519 -0.5730345 -11.75124 27.81011 -0.2055548 -11.42644 27.57481 -1.237743 -10.94505 27.26179 -0.2678303 -9.886412 26.38348 -1.445749 -9.603541 26.11127 -0.1535458 -12.75168 27.79214 -1.153809 -11.65802 27.62399 -0.3184571 -8.851996 24.43412 -1.397424 -8.86168 24.64309 -1.038573 -12.76488 26.01128 -1.29143 -14.72437 26.42265 -1.35733 -15.56347 26.18201 -1.399044 -15.25167 26.1449 -1.2912 -15.85342 26.3557 -1.2612 -15.66382 26.5478 -1.300284 -15.30149 26.53233 -1.230304 -14.14391 26.38126 -1.149104 -13.52801 26.20267 -1.406496 -14.94338 26.08963 -1.373396 -14.61948 25.98834 -1.309933 -15.80648 26.20104 -1.240292 -15.88556 26.53509 -1.140381 -13.46827 26.33605 -1.305541 -14.78051 26.9328 -1.35938 -12.78666 27.67457 -1.208843 -15.41269 27.25007 -1.234926 -15.35739 27.10099 -1.201356 -15.07233 27.55486 -1.382501 -14.11766 27.10836 -1.432724 -13.62013 27.35572 -1.263705 -15.27996 26.96882 -1.143849 -15.53668 27.45043 -1.375873 -13.74972 26.85209 -1.099546 -12.37138 27.87817 -0.8013742 -14.74444 28.00672 -1.160298 -14.68568 27.81372 -1.28844 -14.34098 27.65983 -1.287884 -13.32071 27.7213 -0.5322149 -13.20513 28.00974 -0.423839 -14.32394 28.0996 -0.3936474 -14.39565 27.89199 -0.4059983 -13.65988 27.69989 -0.7421848 -14.75348 27.88232 -1.011164 -13.76938 27.54655 -1.130203 -14.48121 27.57646 -1.064725 -14.7226 27.74154 -1.073528 -14.4942 27.57432 -0.9528592 -13.86242 27.53224 -0.2858961 -8.533642 22.69744 -1.008383 -15.92121 26.82052 -1.040021 -15.82953 26.99833 -0.9001169 -16.11166 26.79712 -1.090924 -15.78257 26.89123 -0.7242338 -16.21576 27.05454 -0.7134858 -16.23656 26.81037 -0.9050136 -16.02106 27.10304 -0.5783826 -16.28811 26.88954 -0.2708399 -19.37627 26.45505 -0.240583 -19.36297 26.57699 -0.3503701 -18.88724 26.69567 -0.4300716 -18.85698 26.52946 -3.277274 -3.32986 10.87614 -4.374655 -3.240206 12.4547 -5.235459 -4.625748 14.45365 -2.912877 -6.757553 10.32744 -2.877528 -4.924318 10.48149 -5.367372 -6.624308 14.10106 -3.525959 0.2266311 13.07841 -3.003607 0.1392869 11.7282 -2.35466 0.635087 17.74585 -3.332104 0.4483976 16.41018 -3.889331 0.317255 14.75407 -2.516845 -7.065758 9.869902 -2.485515 -9.656228 10.63092 -3.141673 -8.547961 10.52238 -3.563998 -9.260699 11.82837 -4.101746 -2.610853 13.02447 -4.394356 -4.153172 15.53791 -4.37748 -6.562086 15.19687 -3.416265 -1.327854 12.37095 -3.973276 -1.663009 13.9739 -3.311359 -1.309534 15.8399 -0.1982557 -19.20232 26.70016 -0.3807916 -19.19445 26.33177 -0.3232486 -19.22949 26.02887 -0.2550018 -18.84407 26.5803 -0.2369723 -18.88972 26.63221 -0.3235619 -19.08048 26.52138 -0.2908361 -19.10551 26.63461 -0.3681779 -19.24098 26.2055 -0.3782371 -19.26175 26.0485 -0.279031 -19.15318 26.67372 -0.3553381 -19.14575 26.4333 -3.557038 -3.402547 10.7551 -4.683011 -3.498566 11.74928 -3.12515 -6.619053 10.24454 -3.02163 -4.817874 10.45694 -4.467896 -7.831095 11.05974 -3.65376 -7.763273 10.41656 -3.732025 -3.302191 10.40791 -4.822908 -3.466289 10.89247 -5.46886 -4.688322 11.16963 -3.169352 -6.278131 10.03639 -3.02814 -4.612124 10.1921 -5.492511 -6.318842 10.97059 -4.766747 -6.890583 10.59599 -3.796813 -7.054193 10.21904 -5.000471 -3.421784 9.569733 -5.66671 -4.543124 9.502964 -3.864446 -3.308965 9.53055 -3.084303 -6.090467 9.39653 -2.980048 -4.520746 9.401421 -5.516051 -5.954224 9.485733 -4.882518 -6.702902 9.435172 -3.791476 -6.911528 9.257088 -4.871777 -3.100617 6.522071 -3.945063 -3.061173 6.641972 -5.309276 -4.118291 6.258822 -3.518242 -5.253293 6.455617 -3.408566 -4.032059 6.550198 -5.212356 -5.22797 6.409397 -4.720384 -5.980829 6.395289 -3.962162 -5.953915 6.404477 -3.744912 -3.755525 5.240574 -4.981826 -4.145801 4.955865 -5.540033 -4.645665 5.269777 -3.291901 -4.436508 5.142062 -3.306429 -5.391172 5.617718 -5.548386 -5.45559 5.791896 -4.813656 -6.424372 6.045827 -3.997848 -6.452604 6.053231 -4.965394 -7.455536 1.930038 -4.057156 -7.381369 1.964615 -5.571314 -7.631025 2.087001 -3.560936 -7.511196 2.049061 -3.376384 -7.96892 2.460827 -5.47812 -8.06889 2.514815 -4.791917 -8.379166 2.919141 -4.138495 -8.362236 2.915046 -3.568302 -8.897707 1.390511 -5.278661 -8.919924 1.434637 -4.749189 -9.121165 1.766765 -4.218953 -9.1461 1.752829 -2.901807 6.316411 13.48538 -3.43809 5.825356 14.7177 -2.763338 8.956203 18.47274 -3.414484 6.838085 17.03398 -3.599257 5.984939 15.87469 -1.235077 9.415375 19.12431 -4.960471 -3.636958 13.68876 -4.785143 -8.243607 13.11304 -4.437638 -3.083769 14.2786 -3.88255 -8.134449 14.51744 -5.616115 -4.867363 13.49128 -5.715429 -6.279205 13.17011 -4.033675 -2.559239 14.65362 -2.939956 -8.660666 14.40566 -5.477631 -4.399435 12.72568 -5.510992 -7.045425 12.13239 -4.990882 -3.328389 7.468753 -4.024468 -3.24284 7.539656 -5.435693 -4.233045 7.376756 -3.230861 -4.15947 7.492399 -3.360283 -5.341021 7.332188 -5.288848 -5.367844 7.23645 -4.805742 -6.665937 10.03511 -3.801795 -6.900347 9.805728 -4.670252 -6.027002 6.87836 -3.988132 -6.052807 6.893942 -5.004565 -8.558785 0.6364622 -4.346696 -8.760832 0.5059223 -5.519124 -8.961659 0.6426077 -3.720735 -8.808751 0.786171 -5.395294 -9.665085 1.198921 -5.724815 -10.91953 1.072262 -5.902662 -10.97984 0.5766497 -5.66583 -10.94671 0.1153869 -4.188714 -11.04458 1.294785 -5.04343 -11.08677 1.284131 -4.271774 -10.9623 0.03647994 -5.067909 -11.10325 0.06361103 -5.56647 -13.58993 0.09642982 -5.944069 -13.55802 0.09803485 -6.061552 -13.82734 0.8357878 -5.489341 -13.89808 0.8679648 -5.512886 -12.9599 0.3656864 -5.381326 -13.31259 1.126156 -6.00442 -13.25179 1.093625 -5.906427 -12.93115 0.3617067 -4.834335 -14.13032 0.09386825 -4.898796 -14.43065 0.9098168 -4.276476 -14.45667 0.9382315 -4.378098 -14.15688 0.09612178 -4.845449 -13.53809 0.3444529 -4.406412 -13.54037 0.3446407 -4.284604 -13.85738 1.158467 -4.931084 -13.85623 1.130122 -3.545833 -13.86368 0.04959011 -3.536274 -14.14854 0.8031454 -3.006992 -14.09355 0.7868548 -3.125067 -13.82704 0.05355739 -3.650367 -13.23618 0.3200083 -3.193347 -13.21257 0.3177528 -3.088941 -13.52341 1.022859 -3.624678 -13.55425 1.065547 -3.87066 -12.13972 0.3357611 -3.395455 -12.05311 0.3156319 -3.308338 -12.0222 1.124654 -3.852259 -12.09714 1.214773 -4.88554 -12.36688 0.3911438 -4.426396 -12.37076 0.3828869 -4.356522 -12.30642 1.294007 -4.916283 -12.30162 1.300748 -5.332252 -12.04072 0.3660174 -5.264889 -11.98325 1.252037 -5.821911 -11.94489 1.201237 -5.746747 -12.01812 0.3567648 -5.153613 -11.61817 0.246087 -5.179909 -11.4561 1.185799 -5.793142 -11.36554 1.094452 -5.734825 -11.52207 0.2417106 -4.955937 -11.64929 0.2641144 -4.363288 -11.64748 0.2489624 -4.31308 -11.584 1.256017 -4.954611 -11.57884 1.261974 -4.049057 -11.45081 0.2190179 -3.457767 -11.28843 0.2095861 -3.424324 -11.28745 1.08361 -3.999967 -11.44492 1.190264 -4.819747 -9.743824 1.535322 -4.200479 -9.677832 1.561617 -5.617394 -9.678244 0.7687779 -3.342346 -9.303324 1.027875 -6.116898 -13.80227 0.2956982 -5.428195 -13.904 0.2931767 -5.273826 -13.09907 0.642436 -6.132802 -13.0408 0.6179657 -4.967034 -14.37801 0.3169308 -4.204917 -14.41606 0.3222685 -4.165232 -13.6305 0.6181669 -5.04119 -13.62567 0.6149988 -3.602891 -14.1331 0.2408466 -2.998918 -14.05321 0.2289152 -3.028171 -13.30347 0.5577707 -3.838083 -13.35743 0.5852137 -3.231787 -12.02498 0.6316595 -4.041718 -12.15482 0.6924105 -4.199875 -12.3379 0.7263594 -5.088893 -12.33336 0.7394257 -5.135354 -12.048 0.7300367 -6.008033 -11.98709 0.6847525 -5.073401 -11.62222 0.6681414 -5.950428 -11.47189 0.6006575 -4.243745 -11.68827 0.6740542 -5.101412 -11.67491 0.6894007 -3.341758 -11.329 0.572072 -4.135945 -11.61387 0.653203 -4.219762 -11.40896 0.6484547 -5.11523 -11.41178 0.6588345 -5.004968 -5.283868 4.032505 -3.722826 -5.024793 3.9504 -5.73971 -5.645496 4.256701 -3.257135 -5.440586 4.073589 -3.216198 -6.107307 4.765193 -5.9964 -6.592028 4.705902 -4.853161 -7.073299 5.183832 -4.003353 -7.008064 5.156688 -3.812877 -12.6873 0.3615255 -3.246096 -12.64807 0.3442698 -3.186817 -12.63798 0.9739962 -3.799339 -12.67144 1.033181 -3.118776 -12.65268 0.6106558 -3.956589 -12.69767 0.6506043 -4.905211 -12.99651 0.3933449 -4.36442 -12.99719 0.3886557 -4.310268 -12.97283 1.109231 -4.924187 -12.97104 1.109687 -4.170891 -12.98434 0.681675 -5.056343 -12.98892 0.6896038 -5.388512 -12.47393 0.3971319 -5.325307 -12.46747 1.084674 -5.916451 -12.47686 1.091608 -5.884916 -12.43966 0.3876772 -5.205341 -12.49673 0.6991797 -6.071957 -12.45072 0.6712704 -5.528417 -10.34295 1.123691 -5.582829 -10.10041 0.3030205 -4.292547 -9.838301 0.1492176 -5.738335 -10.33855 0.6508331 -4.887216 -10.44066 1.444786 -4.187334 -10.39967 1.452753 -3.607182 -13.29619 0.1687803 -3.191012 -13.27083 0.172142 -3.132112 -13.54142 0.02710628 -3.587474 -13.58174 0.01955604 -4.832924 -13.59713 0.1946945 -4.396484 -13.60593 0.1959018 -4.34267 -13.88953 0.05508327 -4.863462 -13.86729 0.05277633 -5.538063 -13.01702 0.2126522 -5.911072 -12.99848 0.2136945 -5.958344 -13.28604 0.06525039 -5.53367 -13.30441 0.06186485 -5.918473 -12.44482 0.2264766 -5.752336 -12.15031 0.2405834 -5.878714 -12.77919 0.2483406 -5.355578 -12.49109 0.2262029 -5.369479 -12.17011 0.2428569 -5.506243 -12.80533 0.2488622 -4.323469 -13.00517 0.2299451 -4.433392 -12.57684 0.2579594 -4.419018 -13.3799 0.2370443 -4.943247 -12.99993 0.232851 -4.857992 -12.57361 0.262146 -4.834764 -13.37859 0.2376508 -3.213541 -12.63935 0.1739511 -3.384063 -12.25302 0.1941747 -3.242413 -13.03926 0.2021932 -3.838768 -12.7008 0.2067213 -3.817415 -12.30773 0.2112932 -3.666009 -13.06465 0.2110986 -3.600465 -10.9527 -0.01724338 -3.457248 -11.33239 0.06816577 -4.124934 -11.08915 -0.02890586 -4.057773 -11.45123 0.06188774 -3.459073 -11.83854 0.2001562 -3.880758 -11.90966 0.2075576 -4.374066 -11.2374 -0.0172348 -4.354187 -11.69433 0.1156911 -4.941862 -11.27154 -0.004140853 -4.950459 -11.69523 0.1254081 -4.444586 -12.158 0.275239 -4.856144 -12.15434 0.2813864 -5.629587 -11.20723 -0.02420234 -5.788813 -11.5576 0.06119155 -5.113257 -11.27577 -0.044034 -5.154981 -11.65434 0.05633926 -5.712989 -11.90299 0.2002763 -5.311689 -11.93888 0.2020235 -4.107614 -10.49075 -0.04031848 -4.177075 -9.803988 0.07192897 -4.197976 -9.137625 0.2347764 -4.376177 -10.6459 -0.04282188 -4.374667 -9.848971 0.05903244 -4.453764 -9.088278 0.2175827 -5.525359 -10.69371 0.006209373 -5.505613 -10.04492 0.1266746 -5.485989 -9.334605 0.2952423 -4.969861 -10.80287 -0.05863761 -5.017196 -8.948367 0.2467689 -4.966781 -9.869074 0.05219936 -4.989203 -7.130865 1.640324 -4.92424 -8.21138 0.7832642 -4.09696 -7.070326 1.690979 -4.363523 -8.24306 0.7790833 -3.788287 -4.799833 3.74334 -3.815927 -3.474632 4.999746 -4.999626 -4.963772 3.75701 -5.003923 -3.581487 4.981417 -4.760763 -2.729983 5.743291 -3.339028 -4.177565 5.667578 -3.408917 -5.214319 6.023299 -3.524266 -3.901708 5.224802 -3.602422 -6.090612 5.920248 -3.832722 -7.457035 2.028017 -3.784389 -8.298775 2.884559 -3.945659 -9.0996 1.813752 -4.000878 -8.727746 0.6668892 -3.799599 -10.86505 1.454863 -3.892141 -10.78267 -0.01648044 -3.253387 -14.14246 0.9242821 -3.319891 -13.94665 -0.019845 -3.419433 -13.2002 0.2832861 -3.325954 -13.67062 1.250159 -3.630416 -12.10476 0.2662096 -3.561942 -11.9867 1.434516 -3.687568 -11.32619 1.435309 -3.289003 -14.16588 0.1193304 -3.533936 -5.126181 4.035937 -3.487406 -6.841497 4.961475 -3.898235 -9.586133 1.732834 -3.483124 -12.71142 1.495958 -3.839992 -10.28308 1.608437 -3.407938 -13.21106 0.1668863 -3.357885 -13.56624 -0.0289812 -3.611338 -12.22922 0.1578264 -3.446353 -13.10176 0.1641426 -3.526496 -12.67261 0.1090402 -3.659946 -11.94348 0.1834945 -3.878433 -10.99016 -0.0859766 -3.761272 -11.43144 -0.008855819 -3.836988 -10.3928 -0.07894802 -3.959363 -9.101773 0.2665672 -3.892496 -9.746027 0.07294654 -3.439004 -3.715711 5.627553 -5.420034 -4.315626 5.698651 -5.204357 -4.273261 5.168218 -5.413974 -5.205599 6.05905 -5.256545 -6.003595 6.030167 -5.200095 -7.560076 2.022772 -5.13986 -8.293688 2.924959 -5.019669 -9.088433 1.798662 -5.282081 -8.669186 0.6706238 -5.361249 -10.95887 1.456095 -5.357439 -10.99877 -0.005214691 -5.763873 -13.67354 0.03016853 -5.810727 -13.86807 0.9703903 -5.753263 -13.3937 1.307536 -5.711849 -12.91818 0.3280239 -5.538354 -11.90386 1.471613 -5.533059 -12.0372 0.30863 -5.450124 -11.37121 1.434045 -5.794378 -13.93351 0.1705513 -5.318582 -5.483984 4.183272 -5.334657 -6.845364 5.167469 -5.121029 -9.728861 1.656708 -5.617155 -12.48958 1.553355 -5.217418 -10.39599 1.582098 -5.719835 -12.9358 0.2116031 -5.747058 -13.30027 0.0138235 -5.545188 -12.12032 0.2025442 -5.698932 -12.83742 0.2097282 -5.632018 -12.4774 0.1494312 -5.512459 -11.97172 0.1829204 -5.347152 -11.20518 -0.1024475 -5.459519 -11.61591 -0.02007102 -5.294629 -10.78477 -0.06678771 -5.307475 -9.099278 0.2488327 -5.277563 -9.943175 0.05119037 -5.232449 -3.950879 5.529567 -5.167097 -5.712273 6.212301 -3.70793 -2.973194 5.942348 -3.989887 -6.137323 6.310647 -4.392079 -6.522636 6.084699 -4.470016 -8.492274 3.051671 -4.488936 -9.208537 1.911382 -4.696988 -8.64214 0.467186 -4.587913 -11.03411 1.570009 -4.660683 -11.01123 -4.68254e-4 -4.581831 -14.46755 1.06386 -4.604172 -14.24635 0.02803421 -4.627077 -13.5166 0.3082028 -4.590513 -13.98913 1.365879 -4.654603 -12.37602 0.3367653 -4.637003 -12.22934 1.552342 -4.593523 -11.55053 1.56124 -4.513628 -9.747624 1.790324 -4.583072 -14.49524 0.2005834 -4.423375 -7.1591 5.271097 -4.617172 -13.0252 1.596477 -4.535416 -10.45291 1.695073 -4.616217 -13.52922 0.191821 -4.603075 -13.88377 0.003077507 -4.645255 -12.52022 0.2199392 -4.625595 -13.42722 0.195445 -4.633139 -12.99998 0.1535234 -4.648435 -12.21925 0.2639866 -4.656724 -11.21748 -0.0739212 -4.651444 -11.72022 0.04623889 -4.624795 -10.77536 -0.07926654 -4.698742 -8.962801 0.2068796 -4.635895 -9.853816 0.02511978 -4.643112 -8.275807 0.6823855 -3.880693 -2.785482 5.497659 -4.370731 -4.692529 3.702623 -4.294333 -3.312795 4.859534 -3.416389 -4.030737 6.010097 -3.487238 -5.220676 6.182931 -3.551936 -3.323263 6.024233 -3.696544 -5.766561 6.273979 -4.332017 -6.208284 6.299387 -4.313493 -2.69259 5.381981 -3.578433 -3.268221 5.788225 -3.666373 -5.852581 6.214939 -3.417823 -7.751646 2.213546 -3.115115 -6.770233 3.955749 -3.615151 -8.838372 1.122814 -3.313946 -10.0309 1.245749 -3.602698 -9.201869 0.4196692 -3.551634 -8.135586 2.62502 -3.7204 -8.998267 1.585708 -3.394771 -9.225903 0.7030993 -3.544772 -9.452193 1.377774 -3.140593 -6.511471 3.574957 -3.266607 -7.067032 4.018709 -5.986104 -13.6874 0.3234186 -5.575216 -13.77282 0.3206253 -4.792434 -14.15112 0.6927099 -4.835831 -14.30128 0.3592243 -4.406856 -14.17 0.6938238 -3.134403 -13.75649 0.5665131 -5.729303 -13.54695 0.71274 -5.810892 -13.80316 0.2230424 -4.610002 -14.12205 0.7927399 -3.354162 -12.68937 1.372962 -3.61447 -12.70793 1.403394 -3.512762 -12.38611 1.478186 -3.419093 -13.13486 1.43292 -5.496386 -12.48282 1.458641 -5.737976 -12.4713 1.441521 -5.576379 -12.2221 1.52775 -5.672911 -12.88576 1.493045 -4.498121 -13.00016 1.48924 -4.737997 -12.99947 1.490393 -4.630352 -12.67285 1.57899 -4.603754 -13.4525 1.545399 -3.394283 -12.37785 1.330338 -3.641391 -12.40775 1.368382 -3.296994 -13.09819 1.296654 -3.549624 -13.11308 1.322324 -5.457675 -12.23393 1.416799 -5.698729 -12.21863 1.392178 -5.524626 -12.87441 1.382451 -5.792471 -12.84811 1.36175 -4.508831 -12.67859 1.454751 -4.749809 -12.67699 1.457396 -4.482433 -13.40529 1.420857 -4.734581 -13.40561 1.414911 -2.433157 12.20564 17.9435 -1.181214 12.57596 18.45661 -3.976384 11.59829 17.23988 -3.649292 13.39854 15.51079 -3.1152 6.35822 14.48459 -3.612082 6.17031 15.66878 -3.922003 6.971374 16.66562 -4.050167 9.071488 17.52363 -3.122984 13.84318 13.81048 -5.434446 10.16225 15.71899 -5.20304 11.51495 13.8989 -2.285728 11.14061 11.33102 -1.569797 9.556502 11.50327 -2.813945 6.236483 14.38106 -3.655748 5.736923 15.41588 -4.600634 6.564029 16.16759 -5.182124 8.310448 16.3968 -2.138575 7.561254 13.0662 -4.299782 11.6909 12.78715 -6.102854 6.539112 11.93025 -5.803632 7.401139 10.203 -2.593835 7.532853 9.555303 -1.779136 6.692437 10.0868 -2.394757 4.723146 12.88626 -3.763795 4.13752 13.81682 -5.039779 4.398508 13.87146 -5.892342 5.346217 13.16028 -1.730244 5.625006 11.58433 -4.956299 7.625863 10.07321 -3.197778 5.598786 8.396568 -2.563982 4.667826 7.591983 -5.819493 5.1006 7.353638 -4.92926 5.799777 8.23209 -5.188122 8.918226 7.914303 -3.369428 8.927938 8.237647 -3.050944 10.83187 5.810562 -5.352977 11.09628 5.940333 -3.300802 2.262198 9.864853 -4.099383 2.039014 10.07984 -5.14744 2.167968 10.07926 -5.75285 2.771532 9.965523 -4.047245 1.685563 8.857678 -3.123618 2.193423 8.957388 -5.095101 1.837319 8.859546 -5.816521 2.744359 9.035809 -3.993171 1.545238 7.805696 -3.053442 2.305795 8.133502 -5.055487 1.673302 7.742969 -5.775921 2.712878 7.979669 -3.861143 3.286032 6.048916 -2.947052 3.885232 6.514003 -4.926493 3.357865 5.982728 -5.639191 4.212362 6.430321 -5.403089 10.87112 5.18561 -2.919874 2.690909 10.63331 -4.043848 2.490302 11.2992 -5.180406 2.627593 11.28084 -5.892052 3.299005 10.70646 -3.008045 2.645277 7.377484 -3.93585 1.936758 7.004438 -5.020817 2.043752 6.911694 -5.739687 2.98608 7.151128 -6.072426 3.863085 9.657753 -2.415301 3.080762 9.641551 -2.436914 3.435621 8.675684 -5.976047 4.077083 8.487202 -2.560842 3.42482 7.905927 -5.926027 3.893276 7.652001 -4.428466 10.23954 4.49645 -4.32984 14.56131 7.805708 -4.308004 14.07435 7.681907 -4.24343 13.34548 7.646852 -4.216374 12.56486 7.462805 -4.178313 11.41059 7.858808 -2.50535 13.51263 12.81699 -3.471128 11.73199 11.90497 -4.02768 7.866296 9.645033 -4.077916 5.974798 8.41988 -4.299501 9.142327 8.461732 -5.750689 14.01405 4.311656 -5.533929 14.23337 3.779035 -3.23819 13.55827 3.710882 -3.518826 13.98342 3.616155 -4.638214 14.39885 3.216283 -4.110865 14.24846 3.220839 -5.102866 14.40183 3.328544 -4.598946 15.194 4.206893 -4.037376 15.03551 4.137022 -5.109252 15.15167 4.243715 -5.32979 14.83593 4.3835 -3.662144 14.61693 4.27785 -3.753349 15.38903 6.227106 -4.90568 15.6166 6.248094 -4.331332 15.78103 6.592162 -3.98809 15.63012 5.71871 -4.80587 15.72978 5.765614 -4.379222 15.84824 5.986262 -2.854523 12.11031 5.709044 -5.713867 12.61425 5.632026 -5.618605 13.24573 6.360547 -3.074567 12.89296 6.468515 -5.811477 12.54015 4.61966 -5.878424 13.29071 5.05513 -2.945251 12.9626 5.295092 -2.937599 12.23587 4.807666 -3.02808 12.34516 6.371663 -2.897457 11.91148 5.051677 -5.556193 12.77116 6.297566 -5.700475 12.27922 5 -5.632458 13.55502 6.224966 -3.099127 13.29683 6.339882 -5.908154 12.92971 4.361827 -2.949861 12.51428 4.680214 -2.86496 -10.16152 11.53437 -3.664766 -2.698387 15.57151 -3.36626 7.295782 8.542902 -2.723944 8.261903 7.386601 -5.136981 7.229163 8.25251 -5.616333 8.334587 6.883079 -3.271432 11.33581 7.055739 -5.089148 11.55668 6.968846 -4.175567 11.98265 7.544652 -4.266816 7.459424 8.659718 -3.299553 12.09372 6.863947 -5.165569 12.31585 6.88561 -2.70074 6.79756 7.82095 -5.666726 6.858362 7.386066 -1.622587 10.52573 0.7210827 -1.795076 10.69064 1.285596 -1.385486 10.79551 0.8017712 -2.820169 12.25006 0.6185045 -2.607538 12.00581 0.5738659 -2.317217 11.42325 0.3187389 -1.956056 10.85202 0.2352056 -2.268924 11.16739 2.50635 -1.647449 10.44447 0.3294096 -1.560496 10.35134 0.5142546 -1.183049 10.09531 1.460896 -2.448095 11.70707 0.485919 -1.363584 10.44198 1.966028 -2.810088 12.79985 0.5469999 -2.445183 12.22701 0.576232 -3.181066 12.39427 0.412962 -3.026705 11.69662 0.7589913 -2.791954 11.73196 0.6311617 -2.025567 11.46998 0.3295384 -2.488956 11.2154 0.400034 -2.222293 10.76973 0.3400345 -1.728833 11.02041 0.2441625 -2.265599 10.73744 1.980385 -2.773318 10.98808 1.518444 -2.587489 13.07246 2.264287 -2.664763 13.11322 1.143037 -2.049026 10.45282 0.4580526 -1.975291 10.25003 0.7312393 -1.565825 9.956914 1.369427 -0.9204846 10.37814 1.277436 -1.139129 10.70237 0.5758524 -1.474592 10.8208 0.3431912 -1.80361 10.23869 1.78456 -2.572372 10.94637 1.141396 -2.601062 11.2929 0.6280861 -1.130388 10.91542 1.785878 -1.564884 11.75064 1.191083 -2.088807 11.88848 0.5858994 -3.892961 15.80305 7.190487 -4.249272 15.94478 7.090527 -4.661385 15.93146 7.143585 -4.880236 15.57135 7.382922 -3.810037 15.40237 7.448032 -4.862095 15.00221 7.758746 -4.340729 14.84852 7.898016 -3.869111 14.92675 7.801435 -4.065845 15.10147 7.75053 -3.988096 15.44277 7.512731 -4.670381 15.12383 7.729678 -4.694259 15.53277 7.497955 -4.325943 15.00708 7.786384 -4.042953 15.70979 7.377264 -4.56086 15.78708 7.358633 -4.26678 15.78956 7.275607 -4.282166 15.67903 7.117228 -4.076218 15.60494 7.211407 -4.680374 15.44773 7.329326 -2.161632 -10.9012 0.4513559 -2.33854 -10.75817 0.8625746 -2.922865 -10.16458 -0.02664184 -3.251449 -10.03706 -0.01359176 -2.667042 -10.33848 0.04052925 -2.545481 -10.36851 0.1010341 -2.290019 -10.63801 0.04366111 -2.848113 -10.29934 1.193059 -2.099083 -10.89676 0.1168622 -2.076808 -10.96347 0.307518 -2.140074 -11.00028 1.083914 -2.601558 -10.33883 0.14715 -2.389054 -10.75854 1.21868 -3.514611 -10.23633 -0.03072929 -3.102481 -9.809947 0.07157611 -2.709797 -9.885241 0.09450149 -2.522355 -10.13852 0.1130857 -3.314388 -10.37196 0.007127761 -3.13117 -10.46784 0.006419181 -2.868755 -10.49874 0.04262447 -2.314711 -10.26746 0.1695718 -2.695962 -10.58084 0.08578109 -2.515583 -10.79436 0.05153846 -2.094588 -10.47906 0.1346302 -3.053416 -10.61541 0.9724274 -3.184651 -10.56973 0.1427068 -3.179834 -10.72224 0.4716463 -2.674935 -10.01861 0.9155464 -2.67018 -9.825873 0.5317221 -2.769466 -9.829192 0.2358512 -2.390774 -10.98043 0.10892 -2.389998 -11.10282 0.3413839 -2.334676 -11.14987 0.9084158 -1.940633 -10.81046 0.9939375 -1.850679 -10.6838 0.4483423 -1.966042 -10.66062 0.1899042 -2.613347 -10.95188 0.9370813 -2.855568 -10.87405 0.4105635 -2.81703 -10.62346 0.1369323 -2.199579 -10.4963 0.9849005 -2.241873 -10.17479 0.5406551 -2.366257 -10.14517 0.2475118 -3.091669 -9.569741 0.4888334 -3.355222 -10.939 0.5175343 -3.070809 -9.677763 0.8623695 -3.412226 -10.75377 1.070044 -3.512166 -10.69783 0.07802581 -3.394636 -9.713982 0.1756801 -4.588638 -2.606066 5.931324 -4.2928 -2.571134 5.624147 -3.953445 -2.656724 5.703234 -3.843515 -2.81753 6.047188 -4.107593 -2.872303 6.447141 -4.588926 -2.821725 6.425952 -4.164042 -2.975216 6.354892 -4.327589 -2.709032 5.643236 -5.580642 -5.862328 5.381296 -5.935064 -6.927031 4.185961 -6.066423 -6.23876 4.553911 -5.826253 -6.683363 4.986088 -5.671846 -5.59816 5.071374 -6.009962 -6.630939 3.969072 -5.57506 -6.137911 5.430675 -5.703405 -7.108862 4.411722 -5.466461 -6.443838 4.735467 -5.732776 -6.619493 4.774764 -0.367629 73.35163 3.849617 -0.9087924 69.75063 3.844948 -0.9869537 63.42702 3.693706 -0.7613682 59.14606 4.354374 -0.4713017 64.50868 3.752473 -0.2777605 60.13534 4.243134 -0.6117758 64.20356 3.660565 -0.2034119 53.61581 4.883687 -0.8848838 55.89839 4.570602 -1.320136 34.28268 9.67448 -1.1944 35.79278 9.241406 -0.5594595 35.82593 9.323963 -0.8481063 24.05607 13.88229 -1.223975 28.13489 12.25357 -1.165246 24.7863 13.35612 -0.5730596 24.83674 13.62407 -0.7036252 27.46492 12.4718 -0.7365834 -9.772154 27.01768 -0.4743242 -9.819024 26.72556 -0.9581069 -9.654288 26.73574 -0.8088275 -8.239533 23.70245 -1.08753 -8.458767 23.91046 -0.9853314 -8.615136 24.9113 -1.164741 -8.649373 22.73789 -0.5757472 -11.26881 27.79467 -0.907763 -11.01138 27.48712 -0.3882662 -11.45986 27.71802 0.001248419 64.28202 3.956325 0.001248478 54.29681 4.876502 0.280689 -14.41265 24.62889 0.251354 -19.52717 26.0353 0.41055 -16.83308 24.87106 0.3252709 -17.93106 24.94767 0.5189622 -15.40576 24.73482 -1.13553e-4 18.81539 16.21117 0.001242816 -15.25379 27.95399 0.001243472 -19.52294 26.57145 0.001243054 -15.53324 24.58066 0.001242697 -16.84277 24.69407 0.001248419 -7.00832 16.65459 -3.19563e-4 12.76505 18.77198 -0.1767883 -18.89637 25.43521 -0.1333639 -18.72116 25.43704 -0.05041342 -18.79169 25.42969 -0.06865376 -18.98456 25.42428 -0.1643528 -18.94082 25.58221 -0.04326808 -19.02322 25.5809 -0.04152441 -18.92326 25.58751 -0.1255731 -18.86192 25.59299 -0.1223468 -18.92676 25.70613 -0.1457275 -18.96498 25.69667 -0.04801744 -18.95948 25.71024 -0.0547055 -19.0054 25.71583 4.209443 16.08405 7.979456 4.415303 16.13856 7.97819 4.579353 16.05085 8.061858 4.103724 15.94548 8.059845 4.474902 15.555 8.258843 4.243186 15.553 8.264279 4.619829 15.77011 8.174071 4.118343 15.71725 8.176229 4.232945 -2.195018 6.879228 4.390557 -2.116302 6.679531 3.941843 -2.189207 6.795308 3.844849 -2.138099 6.517087 4.005219 -2.044433 6.303189 4.279602 -2.015497 6.388984 6.016211 -5.557879 5.559938 5.903617 -5.693668 5.682569 5.886951 -5.482873 5.393698 5.674437 -5.415762 5.533865 5.615152 -5.545666 5.63438 5.717946 -5.748564 5.616843 -4.472404 15.555 8.258844 -4.240688 15.553 8.264281 -4.115846 15.71725 8.17623 -4.206945 16.08405 7.979457 -4.412806 16.13856 7.978191 -4.576856 16.05085 8.061859 -4.101226 15.94548 8.059845 -4.617331 15.77011 8.174072 -3.839539 -2.412406 6.223606 -4.487476 -2.365186 6.451416 -4.282552 -2.477188 6.70089 -3.936297 -2.48526 6.559914 -4.042013 -2.303728 6.022246 -4.34931 -2.264581 6.109082 -5.67194 -5.415762 5.533865 -5.884453 -5.482872 5.393698 -6.013714 -5.557879 5.559938 -5.90112 -5.693666 5.682569 -5.612654 -5.545666 5.63438 -5.715449 -5.748564 5.616843 4.612273 15.92846 8.109354 4.139308 16.03051 8.022578 4.515541 16.12499 8.021497 4.098224 15.83804 8.106112 4.34754 15.53511 8.265925 4.581034 15.62817 8.231927 4.166018 15.61246 8.239262 4.362141 -2.22845 6.753515 4.073817 -2.157818 6.928349 4.362301 -2.014001 6.566673 3.861842 -2.237212 6.588469 3.884995 -2.055285 6.420636 4.14811 -2.026587 6.292232 5.641816 -5.451477 5.635649 6.007547 -5.53842 5.441831 5.960643 -5.592535 5.667143 5.827603 -5.774578 5.650904 5.745366 -5.429297 5.422167 5.629008 -5.6581 5.603597 4.304613 16.11658 7.956117 -4.513043 16.12499 8.021498 -4.095726 15.83804 8.106113 -4.345042 15.53511 8.265926 -4.578537 15.62817 8.231928 -4.163521 15.61246 8.239263 -4.136811 16.03051 8.022578 -4.609775 15.92846 8.109355 -4.452344 -2.280059 6.275233 -3.907151 -2.340801 6.109735 -3.844383 -2.475056 6.371213 -4.436835 -2.453159 6.604385 -4.095252 -2.475232 6.699782 -4.203993 -2.284039 6.006805 -5.639318 -5.451477 5.635649 -6.005051 -5.53842 5.441831 -5.958146 -5.592535 5.667143 -5.825107 -5.774578 5.650904 -5.742868 -5.429297 5.422167 -5.626511 -5.6581 5.603597 -4.302115 16.11658 7.956118 1.959402 -11.08589 15.47133 -1.956905 -11.08589 15.47133 0.8744133 -8.460431 17.20596 2.163403 -10.08014 15.9316 1.582622 -9.042244 16.69954 1.660108 -11.45841 15.50113 1.826801 -11.2227 15.45663 2.115453 -10.88829 15.48871 -0.8719161 -8.460431 17.20596 -2.160905 -10.08014 15.9316 -1.580125 -9.042244 16.69954 -1.657611 -11.45841 15.50113 -1.824304 -11.22269 15.45663 -2.112956 -10.88829 15.48871 0.001248419 -7.935545 17.43812 2.211328 -10.57226 15.60879 1.175094 -8.667925 16.99802 0.6107328 -8.300568 17.33954 1.958294 -9.530583 16.33567 1.625912 -11.59428 15.55086 1.72469 -11.33483 15.46107 -2.208831 -10.57226 15.60879 -1.172596 -8.667925 16.99802 -0.6082357 -8.300568 17.33954 -1.955797 -9.530583 16.33567 -1.623415 -11.59428 15.55086 -1.722193 -11.33483 15.46107 0.6861915 -8.626767 18.51979 1.43889 -11.10323 18.10258 1.465561 -10.90719 18.07171 1.927786 -9.838841 18.17462 1.40163 -8.957495 18.38853 1.767557 -10.58013 18.06651 -0.6836943 -8.626767 18.51979 -1.436393 -11.10323 18.10258 -1.463065 -10.90719 18.07171 -1.925288 -9.838839 18.17462 -1.399132 -8.957495 18.38853 -1.76506 -10.58013 18.06651 1.005565 -8.697989 18.47274 0.4249309 -8.5511 18.54872 1.466245 -11.2049 18.13341 1.433884 -11.01294 18.08052 1.566071 -10.76869 18.06931 1.933601 -10.28801 18.09203 1.750374 -9.354655 18.28366 1.479536 -11.53035 18.19141 -1.003068 -8.697989 18.47274 -0.422434 -8.5511 18.54872 -1.463748 -11.2049 18.13341 -1.431387 -11.01294 18.08052 -1.563573 -10.76869 18.06931 -1.931104 -10.28801 18.09203 -1.747876 -9.354655 18.28366 -1.477039 -11.53035 18.19141 0.001247763 -8.09253 18.5937 65.48863 -13.9393 8.936947 51.97756 -18.38887 12.66887 42.28536 -21.16395 15.10965 75.88303 -9.46247 4.844297 65.29438 -13.98595 6.371768 52.4029 -18.59717 10.23291 42.61214 -21.34739 12.64128 18.83263 -17.10084 18.24976 17.04293 -15.74259 18.57009 10.17617 -10.56667 17.13794 6.42764 -8.1201 16.64983 35.12867 -23.11655 16.73667 36.36065 -22.63529 16.86174 36.60034 -22.74904 13.94125 35.38862 -23.30631 14.45575 75.9216 -10.49433 4.653897 66.05463 -14.80953 6.467166 52.76344 -19.40398 10.39704 42.78612 -22.14202 12.90189 37.15889 -23.683 14.36176 35.43798 -24.21318 14.8141 34.23297 -24.19217 14.82896 32.36127 -23.82476 15.28286 19.89969 -18.91549 18.61748 2.856725 -6.731302 16.83171 34.28071 -23.21063 14.34387 33.00605 -22.91283 14.56225 19.9253 -17.7946 18.18317 33.94484 -23.10406 16.98436 32.57921 -23.14945 17.3959 20.01712 -18.27465 21.36883 18.31182 -19.7954 19.17078 18.35689 -19.1555 21.71417 17.54023 -20.27568 20.63738 -65.48613 -13.9393 8.936947 -51.97506 -18.38887 12.66887 -42.28287 -21.16395 15.10965 -75.88053 -9.46247 4.844297 -65.29187 -13.98595 6.371768 -52.4004 -18.59717 10.23291 -42.60965 -21.34739 12.64128 -18.83013 -17.10084 18.24976 -17.04044 -15.74259 18.57009 -10.17367 -10.56667 17.13794 -6.425143 -8.1201 16.64983 -35.12618 -23.11655 16.73667 -36.35815 -22.63529 16.86174 -36.59785 -22.74904 13.94125 -35.38612 -23.30631 14.45575 -75.9191 -10.49433 4.653897 -66.05213 -14.80953 6.467166 -52.76094 -19.40398 10.39704 -42.78363 -22.14202 12.90189 -37.15639 -23.683 14.36176 -35.43548 -24.21318 14.8141 -34.23048 -24.19217 14.82896 -32.35877 -23.82476 15.28286 -19.89719 -18.91549 18.61748 -2.854227 -6.731302 16.83171 -34.27821 -23.21063 14.34387 -33.00355 -22.91283 14.56225 -19.9228 -17.7946 18.18317 -33.94235 -23.10406 16.98436 -32.57671 -23.14945 17.3959 -20.01463 -18.27465 21.36883 -18.30933 -19.7954 19.17078 -18.3544 -19.1555 21.71417 -17.53774 -20.27568 20.63738 10.02038 14.11808 10.80069 9.796912 14.08495 10.78823 33.31192 -11.46604 20.24424 40.65884 -20.04392 15.10916 21.34506 -15.87157 19.66751 10.33623 -8.317917 18.57957 40.03007 -9.733994 19.47577 26.70088 -10.17425 19.43643 8.858364 -6.019609 17.57622 41.81444 -20.27075 14.12016 17.73592 -14.67055 19.0378 10.61684 -9.661751 18.10077 59.20863 1.561317 17.18633 40.00225 -7.639227 19.67669 16.31824 -2.86132 18.09071 11.23773 -2.928857 17.91254 6.612812 -2.207108 18.12164 12.3213 -1.893374 18.23466 10.86808 -2.125769 18.19981 40.12054 -7.286921 18.98805 15.84499 -2.997091 16.68798 18.63707 -3.793985 16.95548 12.83715 -1.573661 17.01196 6.056051 0.2459268 17.13774 5.108903 -1.602898 17.56874 10.00457 -1.83784 17.23238 9.569528 13.94272 10.77367 9.46913 2.396478 16.38527 -60.64058 2.087579 16.46353 -9.794415 14.08495 10.78823 -40.90715 -9.628376 19.8154 -33.30943 -11.46604 20.24424 -12.69166 -6.67454 18.70817 -21.34256 -15.87157 19.66751 -17.53454 -14.16287 19.56422 -12.87821 -10.15664 18.88521 -55.75545 -1.9493 17.49835 -48.31512 -6.385923 18.54331 -40.02757 -9.733994 19.47577 -15.56643 -6.190718 17.5722 -12.4196 -6.03861 17.69433 -8.855867 -6.019609 17.57622 -17.73343 -14.67055 19.0378 -7.645342 -7.307955 17.65728 -47.43531 -4.849548 19.38502 -39.99976 -7.639227 19.67669 -31.62142 -8.641922 19.85329 -11.84794 11.62176 12.60542 -13.68484 -0.991025 17.82339 -11.00257 -2.228683 18.21322 -21.52925 -4.973814 17.5582 -17.09878 -3.271419 16.72387 -13.95223 -2.996261 16.69599 -10.64487 13.59464 11.07614 -11.86475 11.91428 11.96371 -6.053554 0.2459268 17.13774 -5.106406 -1.602898 17.56874 -7.892218 -1.012389 17.65816 -12.46889 2.566763 16.34206 -11.56116 0.965044 17.3438 -11.88203 0.9858618 16.61699 0.963156 -15.06786 26.01308 0.8294473 -16.56272 25.67518 0.7229017 -17.36504 25.60978 0.3714993 -18.76265 25.56599 0.5604243 -18.14076 25.57877 0.5424273 -18.39885 26.16849 0.4711006 -18.68227 26.14704 0.4142038 -18.90907 26.12659 0.7203201 -17.70826 26.1921 0.7749859 -17.32318 26.18597 0.8034172 -16.98411 26.18364 0.8122307 -16.57481 26.21676 0.9490395 -15.56595 26.05236 1.076025 -14.4942 27.57432 0.9553564 -13.86242 27.53224 0.2152559 -19.41968 26.08971 0.2773876 -19.3163 26.09333 0.1856109 -19.10351 25.55533 0.8986209 72.9178 3.908565 0.9223347 71.1352 3.854598 1.198706 53.56743 4.533677 1.322633 34.28268 9.674477 1.14414 33.01859 10.13626 1.105438 -8.622212 24.34376 1.090027 -8.458767 23.91046 0.3520865 -8.693451 24.28385 1.048992 -8.625674 24.65918 0.9878286 -8.615136 24.9113 1.167238 -8.649373 22.73789 1.174506 -8.532071 22.41967 1.145196 -8.417494 22.12973 0.9036867 -8.201941 21.69124 0.6101626 -8.291851 22.0504 0.3520865 -8.380465 22.70776 0.4781705 -8.336266 22.35423 0.7961773 -8.142252 23.21206 0.9338218 -8.243247 23.25153 0.5832366 -8.244301 23.14791 0.6912244 -8.190434 23.21132 -0.9606589 -15.06786 26.01308 -0.8269501 -16.56272 25.67518 -0.7204046 -17.36504 25.60978 -0.3690041 -18.76265 25.56599 -0.5579271 -18.14076 25.57877 -0.4686034 -18.68227 26.14704 -0.4117066 -18.90907 26.12659 -0.6316533 -18.0705 26.18489 -0.717823 -17.70826 26.1921 -0.8097335 -16.57481 26.21676 -0.845271 -16.10653 26.16519 -0.8198112 -16.35302 26.20224 -0.8927646 -15.84727 26.11211 -0.877106 -14.73732 27.77589 -1.009546 -14.69851 27.71607 -0.2127606 -19.41968 26.08971 -0.2748904 -19.3163 26.09333 -0.5385833 48.7102 5.658848 -1.196209 53.56743 4.533678 -0.9990388 51.95594 4.806998 -1.0461 54.99243 4.528671 -1.484696 26.78749 12.61602 -1.398828 27.42418 12.41946 -0.3495893 -8.693451 24.28385 -0.4610769 -8.549447 24.04238 -0.5742254 -8.420706 23.84897 -0.8394132 -8.524067 25.09902 -0.7178045 -8.603817 25.02373 -0.9011895 -8.201941 21.69124 -1.040233 -8.308356 21.89635 -0.6076655 -8.291851 22.0504 -0.3495893 -8.380465 22.70776 -0.4756734 -8.336266 22.35423 -0.7936801 -8.142252 23.21206 -0.9313246 -8.243247 23.25153 -0.5191651 -10.3464 27.3116 -0.3495893 -11.25373 27.64676 -0.7495623 -10.28058 27.27543 -0.8073507 -10.56348 27.33808 1.012043 -14.69851 27.71607 0.5371771 -14.61794 27.8358 0.7154052 68.9717 4.047216 0.9894509 63.42702 3.693703 1.018519 61.58181 3.853607 0.7823033 63.85457 3.666713 0.3333812 64.21867 3.824923 0.8207475 50.54305 5.084302 1.123381 41.44562 7.064973 0.4606875 31.9509 10.86237 1.261515 35.09617 9.435294 0.8536566 -9.722922 26.88454 1.052294 -9.546853 26.55559 1.100569 -9.29657 26.17705 1.04386 -9.167193 26.0104 0.9726169 -8.353798 23.78768 0.9172285 -8.576601 25.0368 0.8677866 -11.11682 27.54317 0.6912381 -9.974101 27.21753 0.5216623 -10.3464 27.3116 -0.4186041 -13.7784 27.6377 -0.4010204 -14.40512 27.81401 -0.3439127 -14.06602 27.73379 -0.9198375 71.1352 3.8546 -1.016022 61.58181 3.85361 -1.002358 60.12408 4.016145 -0.1946516 61.58694 4.114966 -1.32119 42.94956 6.575566 -1.120884 41.44562 7.064975 -1.176248 45.05365 6.241919 -1.017853 45.64356 6.249958 -0.9774789 31.91099 10.57682 -1.141643 33.01859 10.13626 -1.049797 -9.546853 26.55559 -0.5235522 -9.307585 26.03886 -0.4260859 -9.49656 26.22531 -1.102941 -8.622212 24.34376 -0.690696 -8.322489 23.75168 -0.4666818 -8.30954 22.95917 -0.5807394 -8.244301 23.14791 -0.6887272 -8.190434 23.21132 -0.8025506 -11.20172 27.60964 -0.8652894 -11.11682 27.54317 -0.8590734 -10.79922 27.41023 -0.1831215 -19.10351 25.55533 0.5410805 48.7102 5.658845 -1.047664 36.60149 9.080094 0.6250885 48.05984 3.797328 0.7190752 48.06937 3.851541 0.6078401 48.08339 3.932161 0.343911 -13.31561 24.6963 0.2575743 -13.31845 24.61747 0.2090548 -13.31155 24.75762 2.54125 -5.933006 9.816076 2.597948 -5.908751 9.917132 2.579458 -5.972877 9.880023 2.559419 -6.15362 9.865173 2.451351 -5.918833 9.931357 2.436173 -6.033085 9.917191 2.61227 6.889877 13.2729 2.660863 6.873206 13.3875 2.661484 6.829537 13.33375 2.516434 6.837597 13.37101 2.513898 6.823188 13.35021 0.6747325 51.06149 3.390481 0.5484039 53.24718 2.996932 0.6428058 53.26447 3.050787 0.54725 52.17012 3.30212 0.5307322 53.26899 3.132509 0.2687958 -13.72308 24.63599 0.3654744 -13.73025 24.7018 0.2379278 -13.72364 24.78045 1.979128 -10.2283 10.57152 1.900509 -10.31596 10.55268 1.842449 -10.20302 10.62324 1.291948 -11.80874 18.18205 1.36493 -11.71918 18.18576 1.229698 -11.67825 18.16501 0.484602 -11.5404 23.80764 0.5573162 -11.46075 23.84963 0.4163147 -11.41376 23.86369 0.8641439 -11.13967 22.19034 0.7547075 -11.17721 22.1752 0.7548398 -11.03533 22.16699 2.684182 0.1674661 11.29326 2.608214 0.1761207 11.20566 2.675685 0.4174585 11.34991 2.544586 0.1476898 11.33296 2.54368 0.2710142 11.36693 1.308774 16.92421 12.70193 1.378331 16.86193 12.79986 1.398125 16.66197 12.79128 1.315146 16.75646 12.71273 1.241671 16.89158 12.82915 1.257607 16.70102 12.83508 0.9331389 23.50327 11.18383 1.006301 24.2929 11.01129 1.012871 23.54205 11.2511 1.020337 23.04997 11.39234 0.8867802 23.92601 11.18982 0.8904309 23.30166 11.3773 2.22861 -7.409397 9.560976 2.312211 -7.310875 9.646984 2.251388 -7.658295 9.665371 2.158681 -7.350851 9.679678 2.137659 -7.497925 9.697762 2.448836 2.982523 11.89349 2.53296 2.962854 11.97181 2.396515 2.946078 12.02477 2.575582 4.771282 12.51529 2.498304 4.98316 12.49212 2.58078 4.951103 12.57382 2.440402 4.851483 12.59487 2.441039 4.943036 12.62173 1.429877 11.21614 11.76964 1.541185 11.29824 11.79471 1.518505 11.16991 11.76145 1.476745 11.2246 11.92183 1.469869 11.1774 11.91273 1.495146 14.19902 12.44525 1.583176 14.2824 12.52621 1.607899 14.14163 12.4779 1.473732 14.20624 12.59537 1.496384 14.1308 12.57908 1.321911 17.8728 12.68712 1.244738 18.07155 12.57397 1.238019 18.1316 12.56506 1.30664 18.10987 12.66068 1.178848 17.97421 12.70528 1.168717 18.12443 12.68707 0.286791 71.7292 2.536859 0.4093051 71.64168 2.562695 0.442174 69.8878 2.481729 0.3357135 70.95677 2.491906 0.3047837 71.67404 2.677719 0.3400093 70.41484 2.60348 0.5064744 61.05349 2.394724 0.3795408 63.29474 2.23381 0.4673793 65.71881 2.337936 0.4714738 63.30821 2.289965 0.3609744 62.17644 2.411828 0.3433125 64.506 2.385057 0.678641 43.02439 4.854592 0.7499411 45.16527 4.461509 0.7710913 43.0292 4.911844 0.6486832 44.11663 4.764446 0.6585029 43.05191 4.987916 0.9881625 26.27459 10.38183 0.9070051 26.262 10.30995 0.9644982 27.42346 9.985412 0.8628111 26.29675 10.43562 0.8526539 26.87235 10.23904 0.986615 21.35336 11.80128 1.051189 21.43056 11.85737 1.076439 21.0054 11.97201 0.9237216 21.40974 11.91393 0.932399 21.20216 11.96383 0.7052413 -11.17079 23.09606 0.604694 -11.22443 23.07326 0.5826341 -11.0808 23.09563 2.648243 -4.986045 10.03541 2.604053 -4.804614 9.954144 2.671355 -4.645241 10.0857 2.654733 -4.826361 10.05684 2.50671 -4.897015 10.05924 2.518676 -4.729874 10.08784 2.840485 -2.369341 10.73082 2.888863 -2.138766 10.86801 2.929682 -2.2881 10.8801 2.950179 -2.423668 10.84071 2.905452 -2.469604 10.78527 2.759935 -2.27906 10.88153 2.765807 -2.442028 10.83966 1.566765 -11.86144 15.59071 1.51705 -11.96313 15.57892 1.43255 -11.84315 15.57914 -1.017989 -11.48754 20.34509 -1.115901 -11.42568 20.34864 -0.9960991 -11.34735 20.32099 -0.8616592 -11.13967 22.19034 -0.7521849 -11.17721 22.17519 -0.7522851 -11.03535 22.16697 -0.4582681 68.3507 2.388584 -0.3633688 68.40087 2.33685 -0.3472561 68.37097 2.472104 -0.8790383 31.42178 8.603044 -0.8227529 29.94405 9.043704 -0.90652 29.94747 9.115727 -0.7716687 30.71408 8.917607 -0.7835331 29.97603 9.171988 -2.530481 2.962862 11.97179 -2.446412 2.982553 11.89338 -2.394019 2.946094 12.02471 -1.86243 -11.31539 12.61652 -1.795682 -11.4112 12.62997 -1.716633 -11.28777 12.64276 -1.427388 11.21614 11.76963 -1.516008 11.16991 11.76145 -1.538688 11.29824 11.79471 -1.467366 11.17739 11.91273 -1.474246 11.22459 11.92183 -2.609773 6.889877 13.2729 -2.658986 6.829537 13.33375 -2.658365 6.873206 13.3875 -2.511401 6.823188 13.35021 -2.513937 6.837597 13.37101 0.001244843 -14.71288 24.53628 0.05941307 -14.90729 24.56342 0.001243829 -15.10255 24.55623 -0.05816817 -14.90745 24.55735 0.004352748 -14.79765 24.68165 -0.008986592 -14.79878 24.68112 -1.304166 18.10987 12.66068 -1.235568 18.13163 12.56503 -1.242281 18.07154 12.57396 -1.319438 17.8728 12.68712 -1.166187 18.12443 12.68697 -1.176367 17.97421 12.70526 -0.3332162 70.95677 2.491907 -0.4396766 69.8878 2.48173 -0.4068078 71.64167 2.562696 -0.2842935 71.7292 2.536859 -0.3375285 70.41484 2.60349 -0.3022865 71.67404 2.677718 -0.5459036 53.2472 2.996932 -0.6722352 51.0615 3.390481 -0.6403089 53.26447 3.05079 -0.544752 52.1701 3.302123 -0.5282424 53.269 3.132513 -0.7474442 45.16528 4.461508 -0.6761653 43.02439 4.854595 -0.768594 43.0292 4.911845 -0.6461891 44.11655 4.764462 -0.6559997 43.05191 4.98791 -1.898012 -10.31596 10.55268 -1.976631 -10.2283 10.57152 -1.839952 -10.20302 10.62324 -1.457964 10.05832 11.74037 -1.356868 9.873104 11.73602 -1.46176 9.83609 11.75683 -1.394669 9.967607 11.88748 -1.381299 9.885619 11.88682 -1.563802 -11.86143 15.59067 -1.514909 -11.96314 15.57896 -1.429801 -11.8435 15.57909 -0.5548186 -11.46074 23.84963 -0.4821051 -11.5404 23.80764 -0.413648 -11.41391 23.86356 -1.10843 19.54572 12.2654 -1.197939 19.28587 12.4113 -1.171097 19.62625 12.33734 -1.051587 19.42391 12.41507 -1.038266 19.59689 12.3799 -0.291917 -14.05321 24.68151 -0.2049821 -14.0808 24.6185 -0.1767973 -14.06794 24.76922 -0.2551492 -13.31845 24.61749 -0.337185 -13.25127 24.69553 -0.2002813 -13.27906 24.75175 -0.2907626 -12.45253 24.42612 -0.3576868 -12.42229 24.51584 -0.2149599 -12.40081 24.53887 -2.59545 -5.908751 9.917132 -2.538753 -5.933004 9.816077 -2.556922 -6.15362 9.865173 -2.576961 -5.972877 9.880023 -2.448854 -5.918831 9.931357 -2.433482 -6.032978 9.916897 -1.706405 9.079075 12.09626 -1.705379 8.78301 12.2071 -1.807724 8.567559 12.31686 -1.849402 8.681681 12.33317 -1.652521 8.977795 12.28379 -1.725556 8.629779 12.4283 -1.913241 -9.145947 9.788771 -1.979329 -9.072697 9.823968 -1.852969 -9.065993 9.892954 -2.651952 -3.642418 10.17221 -2.714151 -3.696133 10.26138 -2.734907 -3.590932 10.2964 -2.569151 -3.676488 10.2906 -2.58226 -3.62983 10.31466 -0.7378352 34.13623 7.592342 -0.8243857 34.14419 7.658688 -0.8131037 35.81351 7.098972 -0.704541 34.17174 7.721096 -0.7012118 35.00706 7.443599 -0.6021968 -11.22443 23.07326 -0.7021621 -11.17077 23.09596 -0.5798186 -11.08088 23.09555 -2.60156 -4.804615 9.954144 -2.645746 -4.986045 10.03541 -2.652234 -4.826361 10.05684 -2.668858 -4.645241 10.0857 -2.504209 -4.897014 10.05923 -2.51613 -4.729848 10.08775 -1.659575 12.62811 12.08506 -1.74005 12.56079 12.07051 -1.747265 12.63571 12.10415 -1.74671 12.71283 12.14348 -1.676658 12.55703 12.2132 -1.66436 12.62519 12.23555 2.750709 6.01239 13.02773 2.809871 5.96779 13.12247 2.856241 5.874179 13.15269 2.810292 5.80457 13.05117 2.749902 5.908766 13.00684 2.663994 5.960338 13.14054 2.673372 5.832209 13.10896 1.200344 19.28588 12.41129 1.110209 19.54564 12.26519 1.173502 19.62625 12.33733 1.054013 19.4236 12.41531 1.040672 19.597 12.38006 0.3659795 68.40087 2.336876 0.4603075 68.3507 2.38848 0.3495864 68.37095 2.472037 0.3607749 -12.42229 24.51599 0.2924364 -12.45252 24.4259 0.2178471 -12.40063 24.53949 1.798179 -11.4112 12.62997 1.864927 -11.31539 12.61652 1.719258 -11.28759 12.6428 1.724035 8.747239 12.21942 1.708902 9.079075 12.09625 1.851899 8.681681 12.33317 1.812532 8.567903 12.31579 1.657495 8.957559 12.28945 1.719166 8.621871 12.41734 2.716648 -3.696133 10.26138 2.654191 -3.642425 10.17231 2.737404 -3.590932 10.2964 2.5717 -3.67657 10.29082 2.584882 -3.629958 10.31494 -0.7165805 48.06938 3.851541 -0.6225984 48.05983 3.797333 -0.6053415 48.08339 3.932165 -1.003889 24.29295 11.01128 -0.9307836 23.50327 11.18382 -1.017938 23.04984 11.3924 -1.010457 23.54204 11.2511 -0.8843762 23.92599 11.18981 -0.8880134 23.3016 11.37728 -2.578283 4.951103 12.57383 -2.495755 4.983147 12.49217 -2.573085 4.771282 12.51529 -2.438005 4.943537 12.6213 -2.437897 4.851475 12.59489 -1.580679 14.2824 12.52621 -1.48891 14.26418 12.45468 -1.493189 14.19362 12.44398 -1.605401 14.14163 12.4779 -1.463987 14.24261 12.59833 -1.491093 14.13134 12.57801 -0.09644013 -14.38437 24.5479 -0.2064285 -14.39817 24.59065 -0.09994727 -14.39397 24.69124 0.2987043 -14.128 24.6756 0.2082982 -14.08093 24.61813 0.1825829 -14.10755 24.76788 0.7403033 34.13624 7.592367 0.8156008 35.81351 7.09897 0.8268827 34.14419 7.658686 0.7037329 35.00713 7.443602 0.7070627 34.17174 7.721123 0.2544735 -12.88732 24.55269 0.3300716 -12.87959 24.64196 0.1898779 -12.86247 24.68362 1.742547 12.56079 12.07051 1.662067 12.62811 12.08507 1.749207 12.71283 12.14348 1.749761 12.63571 12.10415 1.679162 12.55703 12.2132 1.666864 12.6252 12.23555 1.464257 9.83609 11.75682 1.35936 9.873103 11.73602 1.460461 10.05832 11.74037 1.382174 9.884827 11.88667 1.397173 9.967607 11.88748 2.274432 7.602932 12.99549 1.6253 9.164602 11.99796 2.261539 7.677183 13.06711 2.290009 7.614519 13.05986 2.293929 7.614532 13.05778 2.360882 7.505432 13.14062 1.847446 8.352967 12.60688 2.198748 7.540821 13.1288 -0.377148 63.29475 2.233791 -0.5039771 61.0535 2.394725 -0.4689189 63.30818 2.289893 -0.464882 65.7188 2.337936 -0.3584763 62.17689 2.411778 -0.3408305 64.50553 2.385028 -0.9044989 26.26201 10.30997 -0.9856879 26.27459 10.38183 -0.9620208 27.42346 9.985413 -0.8603422 26.29676 10.43564 -0.850185 26.87243 10.23903 -1.048831 21.43057 11.85738 -0.9842939 21.35331 11.80127 -1.074083 21.00533 11.97204 -0.9213433 21.4097 11.91388 -0.9299504 21.20205 11.96371 -0.2520964 -12.8873 24.55277 -0.3271443 -12.87963 24.64167 -0.185571 -12.8623 24.68143 -0.3502995 -12.05249 24.2314 -0.4034531 -11.98257 24.29915 -0.266321 -11.96364 24.3154 -1.289539 -11.8087 18.18205 -1.362552 -11.71914 18.18576 -1.227134 -11.67838 18.16501 1.118395 -11.42568 20.34864 1.020498 -11.48753 20.34509 0.998591 -11.34735 20.32099 -2.605692 0.1761159 11.20567 -2.681685 0.1674661 11.29326 -2.673188 0.4174585 11.34991 -2.542032 0.1476898 11.3329 -2.541159 0.2710238 11.36691 -2.749712 5.909152 13.00504 -2.807794 5.80457 13.05117 -2.82429 5.88761 13.10777 -2.807373 5.96779 13.12247 -2.748212 6.01239 13.02773 -2.670453 5.832715 13.10707 -2.66088 5.960052 13.13931 0.4535782 58.28553 2.465041 0.5469346 58.31315 2.521311 0.5885739 56.13456 2.748887 0.4333192 58.30649 2.601386 0.4548223 57.22019 2.715547 0.7939758 38.44619 6.21924 0.7041643 38.44199 6.157068 0.7857812 40.34769 5.675522 0.6779686 38.47444 6.288141 0.6758671 39.4239 6.018748 0.8252435 29.94409 9.043684 0.8815355 31.42179 8.603041 0.9090171 29.94747 9.115725 0.7741758 30.71412 8.917603 0.7860199 29.97604 9.171971 1.915737 -9.145947 9.788771 1.981826 -9.072697 9.823968 1.858062 -9.065989 9.895745 0.1477388 73.9226 2.732523 0.001248538 74.2192 2.722254 -0.1452414 73.9226 2.732524 0.001248419 75.18582 2.899134 -0.04561328 74.01123 2.708382 0.04811048 74.01123 2.708378 -1.312621 16.75642 12.71278 -1.395628 16.66197 12.79129 -1.375834 16.86193 12.79986 -1.306288 16.92424 12.70191 -1.309706 16.8432 12.71092 -1.256284 16.70118 12.83649 -1.239186 16.89161 12.82916 -0.5444373 58.31316 2.521312 -0.4510372 58.28553 2.465046 -0.5860769 56.13455 2.748891 -0.4308133 58.30649 2.601389 -0.4523324 57.22 2.715576 -0.7017158 38.44199 6.157067 -0.7914786 38.44619 6.219243 -0.7832838 40.34768 5.675527 -0.6754525 38.47443 6.288125 -0.6733644 39.42372 6.018788 -2.226113 -7.409397 9.560976 -2.283688 -7.341671 9.618975 -2.151911 -7.357349 9.675269 0.1002046 -14.38474 24.54786 0.2098217 -14.39844 24.59062 0.1015562 -14.3934 24.69057 1.382852 15.56151 12.66886 1.451208 15.6602 12.75687 1.481439 15.4622 12.71725 1.328686 15.59035 12.80686 1.352214 15.48516 12.79513 0.4059498 -11.98257 24.29915 0.3520019 -12.05248 24.23117 0.2689288 -11.96337 24.31583 -1.448711 15.6602 12.75687 -1.372098 15.63402 12.67422 -1.478943 15.4622 12.71725 -1.320546 15.62815 12.80687 -1.340602 15.52104 12.79469 -0.2662512 -13.72308 24.63615 -0.3342555 -13.68773 24.69021 -0.2202073 -13.698 24.77122 -2.886365 -2.138766 10.86801 -2.838251 -2.369271 10.73057 -2.902955 -2.469604 10.78527 -2.943938 -2.414721 10.85486 -2.960597 -2.25821 10.88557 -2.757331 -2.278986 10.88123 -2.763134 -2.441899 10.83928 -1.622802 9.164604 11.99796 -2.271934 7.602932 12.99549 -2.358385 7.505432 13.14062 -2.291432 7.614533 13.05779 -2.287512 7.614519 13.05986 -2.259042 7.677183 13.06712 -1.846094 8.354377 12.60836 -2.19625 7.540821 13.1288 8.078988 -3.438393 16.68321 -8.076491 -3.438393 16.68321 7.144611 3.436152 16.67976 6.116844 4.394474 15.94285 6.116844 4.394474 15.94285 -6.284315 -3.049364 17.11899 -5.779861 -2.551739 17.32352 6.286812 -3.049364 17.11898 5.782359 -2.551739 17.32352 59.3875 1.678925 16.77049 11.86725 11.91428 11.96371 10.96693 10.60864 11.72195 6.298302 4.725023 15.33793 -10.23153 -6.696472 19.00976 -10.33373 -8.317917 18.57957 -60.36957 0.654994 16.62152 -72.17155 -9.46539 6.470712 -7.142115 3.436152 16.67976 -6.114347 4.394474 15.94285 -7.450079 3.697518 15.60772 -6.295804 4.725023 15.33793 -6.295804 4.725023 15.33793 -10.96444 10.60864 11.72195 8.858364 -6.019609 17.57622 7.647839 -7.307955 17.65728 9.46913 2.396478 16.38527 5.108903 -1.602898 17.56874 -5.106406 -1.602898 17.56874 10.23402 -6.696472 19.00976 10.33623 -8.317917 18.57957 60.37208 0.654994 16.62152 72.17405 -9.46539 6.470712 59.20863 1.561317 17.18633 11.85043 11.62176 12.60542 11.0809 10.52389 12.34462 -8.855867 -6.019609 17.57622 -7.645342 -7.307955 17.65728 -59.385 1.678925 16.77049 -11.86475 11.91428 11.96371 61.00511 1.559918 16.36305 60.64308 2.087579 16.46353 60.37208 0.654994 16.62152 0.8034172 -16.98411 26.18364 0.8108828 -16.75992 26.20223 0.8122307 -16.57481 26.21676 0.8223084 -16.35302 26.20224 0.963156 -15.06786 26.01308 0.9653894 -15.28603 26.07827 0.8477681 -16.10653 26.16519 0.8952617 -15.84727 26.11211 0.9490395 -15.56595 26.05236 0.6828394 -13.71999 27.56832 0.4211012 -13.7784 27.6377 0.9223347 71.1352 3.854598 0.9112895 69.75063 3.844945 1.124578 54.32318 4.527262 1.048597 54.99243 4.528671 0.4781705 -8.336266 22.35423 0.6101626 -8.291851 22.0504 -0.9224997 -15.40853 25.83567 -0.8901273 -15.86636 25.75659 -0.4686034 -18.68227 26.14704 -0.4117066 -18.90907 26.12659 -0.9628922 -15.28603 26.07827 -0.9465423 -15.56595 26.05236 -0.845271 -16.10653 26.16519 -0.8927646 -15.84727 26.11211 -0.5385833 48.7102 5.658848 -0.8182504 50.54305 5.084304 -0.6102473 39.1291 8.151277 -0.9318633 40.21609 7.506643 -1.133859 -9.420016 26.35977 -1.098072 -9.29657 26.17705 -1.041363 -9.167193 26.0104 -0.9428091 -9.02595 25.87592 -0.9011895 -8.201941 21.69124 -1.040233 -8.308356 21.89635 -0.3495893 -8.380465 22.70776 -0.4756734 -8.336266 22.35423 -0.9313246 -8.243247 23.25153 -1.046529 -8.357134 23.21198 -0.3495893 -10.98621 27.52622 -0.3919833 -10.6925 27.41229 0.7087513 -14.72263 27.81711 0.8796032 -14.73732 27.77589 1.012043 -14.69851 27.71607 1.06838 -14.6427 27.6416 1.076025 -14.4942 27.57432 0.7823033 63.85457 3.666713 0.7232858 30.47822 11.35181 0.9799761 31.91099 10.57682 1.261515 35.09617 9.435294 0.8536566 -9.722922 26.88454 0.9453062 -9.02595 25.87592 0.4753897 -8.688509 24.61615 0.7017787 -11.24553 27.69695 0.8050478 -11.20172 27.60964 0.3520865 -10.98621 27.52622 0.3944805 -10.6925 27.41229 0.8615705 -10.79922 27.41023 0.8098479 -10.56348 27.33808 0.6912381 -9.974101 27.21753 0.7520595 -10.28058 27.27543 -1.009546 -14.69851 27.71607 -1.065883 -14.6427 27.6416 -0.6803423 -13.71999 27.56832 -0.53468 -14.61794 27.8358 -0.4010204 -14.40512 27.81401 -0.712908 68.9717 4.047219 -0.9087924 69.75063 3.844948 -0.1946516 61.58694 4.114966 -1.32119 42.94956 6.575566 -1.24984 44.12778 6.380269 -1.141643 33.01859 10.13626 -0.9774789 31.91099 10.57682 -0.3495893 -9.675364 26.43006 -0.4004964 -9.763072 26.5781 -0.8233329 -8.878775 25.75752 -0.6629577 -9.098265 25.88903 -0.5235522 -9.307585 26.03886 -0.9147313 -8.576601 25.03681 -0.9853314 -8.615136 24.9113 -1.046495 -8.625674 24.65918 -0.3565275 -11.38989 27.68194 -0.6992815 -11.24553 27.69695 -0.8590734 -10.79922 27.41023 -0.8073507 -10.56348 27.33808 -0.2127606 -19.41968 26.08971 0.001242756 -19.50104 26.10666 0.8986209 72.9178 3.908565 0.3333812 64.21867 3.824923 0.887381 55.89839 4.5706 -1.002358 60.12408 4.016145 -1.0461 54.99243 4.528671 -1.398828 27.42418 12.41946 10.02038 14.11808 10.80069 9.796912 14.08495 10.78823 -10.01789 14.11808 10.8007 -10.64487 13.59464 11.07614 0.8926245 -15.86636 25.75659 0.8294473 -16.56272 25.67518 0.7229017 -17.36504 25.60978 0.3714993 -18.76265 25.56599 0.5604243 -18.14076 25.57877 0.5424273 -18.39885 26.16849 0.4711006 -18.68227 26.14704 0.7203201 -17.70826 26.1921 0.7749859 -17.32318 26.18597 1.062384 -14.1773 27.53605 0.2152559 -19.41968 26.08971 0.2773876 -19.3163 26.09333 0.1856109 -19.10351 25.55533 1.198706 53.56743 4.533677 1.105438 -8.622212 24.34376 1.048992 -8.625674 24.65918 1.167238 -8.649373 22.73789 1.174506 -8.532071 22.41967 1.145196 -8.417494 22.12973 0.3520865 -8.380465 22.70776 0.7961773 -8.142252 23.21206 0.9338218 -8.243247 23.25153 1.119352 -8.496806 23.01444 1.049026 -8.357134 23.21198 0.6912244 -8.190434 23.21132 0.5832366 -8.244301 23.14791 -0.8269501 -16.56272 25.67518 -0.7204046 -17.36504 25.60978 -0.6316533 -18.0705 26.18489 -0.717823 -17.70826 26.1921 -0.8198112 -16.35302 26.20224 -0.8097335 -16.57481 26.21676 -0.9606589 -15.06786 26.01308 -0.3632733 -19.06754 26.11321 -0.3190768 -19.19189 26.10332 -0.9990388 51.95594 4.806998 -1.569942 26.03827 12.85801 -1.484696 26.78749 12.61602 -0.3495893 -8.693451 24.28385 -0.4610769 -8.549447 24.04238 -0.5742254 -8.420706 23.84897 -0.8394132 -8.524067 25.09902 -0.7178045 -8.603817 25.02373 -0.5957722 -8.664866 24.88419 -0.6076655 -8.291851 22.0504 -0.7936801 -8.142252 23.21206 -0.7495623 -10.28058 27.27543 0.5371771 -14.61794 27.8358 0.4035176 -14.40512 27.81401 0.3464098 -14.06602 27.73379 0.7154052 68.9717 4.047216 0.9894509 63.42702 3.693703 1.018519 61.58181 3.853607 1.323687 42.94956 6.575565 1.123381 41.44562 7.064973 1.252337 44.12778 6.380267 0.4606875 31.9509 10.86237 1.322633 34.28268 9.674477 1.136356 -9.420016 26.35977 1.052294 -9.546853 26.55559 1.100569 -9.29657 26.17705 1.04386 -9.167193 26.0104 0.9726169 -8.353798 23.78768 1.090027 -8.458767 23.91046 0.8113246 -8.239533 23.70245 0.6931931 -8.322489 23.75168 0.9172285 -8.576601 25.0368 0.9102602 -11.01138 27.48712 0.8677866 -11.11682 27.54317 -0.7062541 -14.72263 27.81711 -0.4186041 -13.7784 27.6377 -0.3439127 -14.06602 27.73379 -1.016022 61.58181 3.85361 -1.120884 41.44562 7.064975 -1.176248 45.05365 6.241919 -1.360298 25.36881 13.10473 -1.049797 -9.546853 26.55559 -1.117177 -8.54514 24.10834 -0.690696 -8.322489 23.75168 -1.172009 -8.532071 22.41967 -1.142699 -8.417494 22.12974 -0.4666818 -8.30954 22.95917 -0.6887272 -8.190434 23.21132 -0.8025506 -11.20172 27.60964 -0.907763 -11.01138 27.48712 -0.8652894 -11.11682 27.54317 -0.3690041 -18.76265 25.56599 -0.1831215 -19.10351 25.55533 0.001242697 -19.20368 25.55052 0.5410805 48.7102 5.658845 -0.8961237 72.9178 3.908567 -1.017853 45.64356 6.249958 -1.047664 36.60149 9.080094 10.64736 13.59464 11.07614 9.569528 13.94272 10.77367 -61.00261 1.559918 16.36305 -60.64058 2.087579 16.46353 -9.794415 14.08495 10.78823 -11.86475 11.91428 11.96371 -9.567031 13.94272 10.77367 0.9249969 -15.40853 25.83567 0.4142038 -18.90907 26.12659 0.6341505 -18.0705 26.18489 0.9553564 -13.86242 27.53224 0.3215739 -19.19189 26.10332 0.3657705 -19.06754 26.11321 1.14414 33.01859 10.13626 1.119674 -8.54514 24.10834 0.3520865 -8.693451 24.28385 0.4635741 -8.549447 24.04238 0.5767226 -8.420706 23.84897 0.9878286 -8.615136 24.9113 0.9036867 -8.201941 21.69124 1.042731 -8.308356 21.89635 0.7539706 -8.247004 21.84597 0.469179 -8.30954 22.95917 -0.5579271 -18.14076 25.57877 -0.5399301 -18.39885 26.16849 -0.7724887 -17.32318 26.18597 -0.80092 -16.98411 26.18364 -0.8083856 -16.75992 26.20223 -0.877106 -14.73732 27.77589 -0.2748904 -19.3163 26.09333 -1.196209 53.56743 4.533678 -1.122081 54.32318 4.527263 -0.4728926 -8.688509 24.61615 -0.7514735 -8.247004 21.84597 -0.6887409 -9.974101 27.21753 -0.5191651 -10.3464 27.3116 -0.3495893 -11.25373 27.64676 1.001536 51.95594 4.806996 0.8207475 50.54305 5.084302 0.9606041 -9.654288 26.73574 0.5216623 -10.3464 27.3116 -0.9198375 71.1352 3.8546 -0.4260859 -9.49656 26.22531 -1.102941 -8.622212 24.34376 -1.164741 -8.649373 22.73789 -1.116855 -8.496806 23.01444 -0.5807394 -8.244301 23.14791 59.3875 1.678925 16.77049 11.86725 11.91428 11.96371 -72.17155 -9.46539 6.470712 -10.96444 10.60864 11.72195 10.96693 10.60864 11.72195 72.17405 -9.46539 6.470712 -60.36957 0.654994 16.62152 -59.385 1.678925 16.77049 + + + + + + + + + + 0.3266396 -0.7088229 -0.6251717 0.4569231 -0.7213965 -0.5203406 0.3498642 -0.8318735 -0.4307382 0.2491531 -0.8222297 -0.5116733 0.1307107 -0.8153935 -0.5638905 0.1733146 -0.7000641 -0.6926786 0.3908506 -0.5798822 -0.714774 0.4463637 -0.4257332 -0.7870724 0.6220282 -0.442671 -0.6458022 0.5455489 -0.5948058 -0.5903806 0.2088991 -0.5694449 -0.7950072 0.2398144 -0.4138615 -0.8781396 0.4843898 -0.2739647 -0.8308359 0.5084689 -0.124607 -0.8519852 0.7069918 -0.1437116 -0.6924345 0.6741844 -0.2922757 -0.6782433 0.261269 -0.2611469 -0.9292581 0.2751244 -0.1111789 -0.9549242 0.5200964 0.01300084 -0.8539994 0.5222938 0.1044343 -0.8463088 0.2838526 0.1182592 -0.9515366 0.2839137 0.1474654 -0.9474166 0.5220191 0.1336405 -0.8423719 0.7247536 0.1142002 -0.6794641 0.7251808 0.08499401 -0.6832789 0.7224952 -0.006378352 -0.6913053 0.2821741 0.02673417 -0.9589831 0.8786279 0.0612201 -0.4734947 0.9722282 0.03479105 -0.2313303 0.9690237 -0.05642867 -0.2403637 0.8756371 -0.03003019 -0.4820094 0.8780481 0.09042632 -0.4698935 0.9715262 0.0640583 -0.2280037 0.8572039 -0.1668752 -0.4871364 0.94879 -0.1928159 -0.2501297 0.9053316 -0.3392742 -0.2553789 0.8178045 -0.3144017 -0.4819788 0.7549974 -0.4631184 -0.464156 0.8359935 -0.4861599 -0.2543718 0.7340922 -0.633076 -0.2455214 0.6627399 -0.6128117 -0.4303415 0.5556505 -0.7365642 -0.3855708 0.6157109 -0.7536546 -0.2298654 0.4725181 -0.8568072 -0.2063661 0.4260384 -0.8436537 -0.3266091 0.6333811 -0.7711722 -0.06402778 0.6070742 -0.7882016 0.1007416 0.4658955 -0.8834498 0.04910427 0.4860988 -0.8703879 -0.07818841 0.755028 -0.6538591 -0.04861593 0.8597674 -0.5097507 -0.03082364 0.8243965 -0.5326701 0.1912289 0.7238686 -0.6740623 0.1470077 0.9309977 -0.3647267 -0.01388591 0.9755852 -0.2195196 0.002441465 0.9356975 -0.2453383 0.2533951 0.892819 -0.3895077 0.2260506 0.9963378 -0.08371227 0.01715135 0.9996033 0.007446467 0.02673417 0.9588611 -0.01889091 0.2832118 0.9556566 -0.1100803 0.2730186 0.9988708 0.03671371 0.02978605 0.9581592 0.01040679 0.2859584 0.8527787 -0.04251223 0.5204932 0.6886197 -0.0617389 0.7224647 0.6860561 -0.1528062 0.7112949 0.8498184 -0.1335795 0.5098117 0.8521988 -0.01318395 0.5229957 0.6882229 -0.03231906 0.7247536 0.8319041 -0.2684408 0.4856105 0.6712546 -0.2873013 0.6832484 0.6399732 -0.429548 0.6370739 0.7936033 -0.411481 0.4481033 0.7326273 -0.5529954 0.3967406 0.59035 -0.5697806 0.5716422 0.5176855 -0.7067477 0.4821619 0.6429945 -0.6919767 0.328135 0.5390179 -0.8032777 0.2532731 0.4334239 -0.8157293 0.3830073 0.3317057 -0.9047212 0.2672201 0.4131901 -0.8951689 0.1669362 0.2978606 -0.824366 0.4813379 0.1412702 -0.8288827 0.5412458 0.1059603 -0.9148839 0.3895382 0.2268441 -0.9114658 0.3431196 0.3567003 -0.7169713 0.5988953 0.4075747 -0.5814082 0.7040925 0.1965087 -0.5875118 0.7849361 0.170751 -0.7223426 0.6700949 0.4424878 -0.4421522 0.7801446 0.4646748 -0.3005158 0.8329111 0.2262642 -0.3073214 0.9242836 0.2145451 -0.4487442 0.8675191 0.4754173 -0.1662954 0.8638874 0.4775231 -0.07525861 0.8753624 0.2339243 -0.08221685 0.9687491 0.2323374 -0.173223 0.9570605 0.4773705 -0.04586929 0.8774682 0.2340159 -0.05282753 0.9707633 -0.0255745 -0.08206427 0.9962767 -0.2833033 -0.07486188 0.9560839 -0.2837611 -0.1658986 0.9443953 -0.0266121 -0.1730399 0.9845271 -0.02520829 -0.0527665 0.9982604 -0.2827235 -0.04544204 0.9580981 -0.02771079 -0.3071078 0.9512314 -0.2799463 -0.3001495 0.9118626 -0.2694479 -0.4418165 0.8556475 -0.02829062 -0.4484695 0.8933073 -0.02819907 -0.5872982 0.8088626 -0.251442 -0.5811335 0.7739799 -0.2238532 -0.7167272 0.6604205 -0.02722251 -0.7221595 0.6911832 -0.02551347 -0.8286996 0.5590991 -0.1911984 -0.8241218 0.5331279 -0.1509445 -0.9112522 0.3831294 -0.02291935 -0.9148228 0.4031495 -0.3444319 -0.8152104 0.4655904 -0.4747154 -0.8027894 0.3607288 -0.3699759 -0.8947417 0.2500076 -0.2692953 -0.9043855 0.3309427 -0.4058352 -0.7061068 0.5802179 -0.4579913 -0.5690786 0.6829127 -0.6336558 -0.552324 0.5416425 -0.5605945 -0.6913663 0.4557024 -0.4925687 -0.4288156 0.7572558 -0.5132603 -0.2865383 0.8089541 -0.7118137 -0.2675863 0.6493728 -0.6823939 -0.4107486 0.6046327 -0.5217139 -0.1521042 0.8394421 -0.521775 -0.061037 0.8508561 -0.724662 -0.04159671 0.6878262 -0.7241127 -0.1326944 0.6767479 -0.5208899 -0.03161716 0.8529924 -0.7235328 -0.01220738 0.6901456 -0.8781091 -0.0178228 0.4780725 -0.9717399 0.008606195 0.2358775 -0.9706412 -0.08258306 0.2258064 -0.8772546 -0.108951 0.467452 -0.8768273 0.0114749 0.480636 -0.970336 0.03787344 0.2386853 -0.8620258 -0.2442701 0.4441053 -0.9536119 -0.2184514 0.207068 -0.9135716 -0.3637501 0.1817682 -0.826014 -0.3884091 0.4083987 -0.7665944 -0.5316324 0.3599963 -0.8476211 -0.5088657 0.1502121 -0.7491379 -0.6530351 0.1109042 -0.6777551 -0.6731468 0.2957243 -0.5733818 -0.7874691 0.2260506 -0.6334727 -0.7705008 0.07031464 -0.4926603 -0.869808 0.02551347 -0.4462111 -0.8829615 0.1458174 -0.6511734 -0.7528611 -0.09555345 -0.6249275 -0.7359844 -0.2602924 -0.4859768 -0.8431654 -0.2298349 -0.5062105 -0.8562578 -0.1025117 -0.7700735 -0.6320994 -0.08600115 -0.871395 -0.4850612 -0.07327491 -0.8360241 -0.4623554 -0.2953886 -0.7388836 -0.6121097 -0.2816553 -0.9392071 -0.3380841 -0.05969417 -0.9804071 -0.1916257 -0.04544204 -0.9405195 -0.1658986 -0.2964263 -0.901059 -0.3135166 -0.2996307 -0.9979553 -0.05529952 -0.03170871 -0.9990845 0.03592026 -0.02221745 -0.9583423 0.06228822 -0.2786645 -0.9976806 0.06518751 -0.01910454 -0.9569689 0.09155553 -0.275277 -0.8522904 0.08587908 -0.5159154 -0.6881008 0.1051362 -0.7179175 -0.6876431 0.01367229 -0.7258828 -0.8514664 -0.005432248 -0.5243385 -0.9573046 -0.02902305 -0.2875759 -0.8510392 0.1151158 -0.5123142 -0.6870327 0.134373 -0.7140721 -0.8366954 -0.142735 -0.5286722 -0.676046 -0.1239967 -0.72631 -0.6481826 -0.2734459 -0.710654 -0.8018128 -0.2913297 -0.5216834 -0.7442244 -0.4417859 -0.5009003 -0.6019776 -0.4252449 -0.6758019 -0.5327311 -0.5794245 -0.6167791 -0.6580401 -0.5939818 -0.4627217 -0.5568102 -0.7207251 -0.4128544 -0.4512772 -0.7084567 -0.5425886 -0.3518479 -0.821894 -0.4479202 -0.4333018 -0.8314463 -0.3476669 -0.3156529 -0.6996979 -0.6408887 -0.1590625 -0.6953337 -0.7008271 -0.1261025 -0.8117008 -0.5702689 -0.2470473 -0.8151494 -0.5238502 -0.3717154 -0.5689871 -0.7335124 -0.4192022 -0.4134037 -0.8082827 -0.2081972 -0.4075136 -0.8891263 -0.1858272 -0.563799 -0.8047121 -0.4506974 -0.2606586 -0.8537553 -0.4694662 -0.1106601 -0.8759728 -0.2310861 -0.1040071 -0.9673452 -0.2227851 -0.2542802 -0.9410993 -0.4770348 0.02722251 -0.8784448 -0.4770348 0.1186559 -0.8708152 -0.2334055 0.1256142 -0.9642018 -0.2339854 0.03408914 -0.9716178 -0.4761803 0.1478621 -0.8667867 -0.2328257 0.1548204 -0.9600818 0.0260933 0.1254616 -0.9917295 0.02636796 0.1546373 -0.9876095 0.02496409 0.03396707 -0.9990845 0.02288883 -0.1040376 -0.994293 0.02002012 -0.2543107 -0.9668874 0.016541 -0.4075136 -0.9130222 0.01217687 -0.5638295 -0.8257699 0.007690608 -0.6953337 -0.7186194 0.002716124 -0.8117619 -0.5839412 0.1045869 -0.9512314 -0.2901089 0.1126133 -0.9464095 -0.3026521 0.160741 -0.9511094 -0.2637104 0.1365703 -0.9606617 -0.241676 0.04647964 -0.9538255 -0.2966704 0.05590987 -0.9432356 -0.3273415 0.1579332 -0.9142125 -0.3731498 0.08072143 -0.9097568 -0.4071474 0.2235786 -0.9204993 -0.3203528 0.183874 -0.9608753 -0.2070375 0.1973326 -0.9566637 -0.2140568 0.2192755 -0.9630116 -0.1564683 0.1870174 -0.9708853 -0.1495102 0.2731712 -0.9281899 -0.2525407 0.303476 -0.9367962 -0.174047 0.2107608 -0.9727775 -0.09604173 0.2259895 -0.9694204 -0.09530925 0.2161321 -0.9757378 -0.03460794 0.1842707 -0.9818415 -0.04446542 0.3122959 -0.9456465 -0.09057891 0.2991729 -0.9541612 -0.007599055 0.178106 -0.9838863 0.0137028 0.1911679 -0.9812921 0.02182072 0.1519821 -0.9859005 0.06973475 0.1290322 -0.9906003 0.04510635 0.2648396 -0.9617908 0.06921595 0.2117069 -0.9680166 0.1345255 0.0945158 -0.9912106 0.09247106 0.1020539 -0.9890744 0.1061739 0.04416024 -0.9907834 0.1280251 0.03628647 -0.9947813 0.0952177 0.1434675 -0.9723808 0.1839045 0.06463819 -0.9746391 0.2141789 -0.01684617 -0.9927061 0.1192052 -0.01733446 -0.9906919 0.1348612 -0.07858514 -0.9890133 0.1250648 -0.06918543 -0.9932554 0.0927152 -0.01940977 -0.9745781 0.2231208 -0.1028473 -0.9722587 0.2100589 -0.1273537 -0.9880062 0.08725237 -0.1353191 -0.9856868 0.1004364 -0.1832331 -0.981109 0.06164735 -0.1593371 -0.9864803 0.03808706 -0.1799982 -0.9677724 0.1760002 -0.2455214 -0.9614856 0.1233253 -0.2065187 -0.9784234 0.004119992 -0.2199164 -0.9754326 0.01190221 -0.2419507 -0.9691763 -0.04580825 -0.2097232 -0.9762261 -0.05429238 -0.2952055 -0.953795 0.0554521 -0.3255104 -0.9452498 -0.02291935 -0.2333445 -0.9664602 -0.1069979 -0.2486648 -0.9626454 -0.1069979 -0.2387158 -0.9564806 -0.1677297 -0.207007 -0.9652699 -0.159215 -0.3343608 -0.9363994 -0.106418 -0.3211463 -0.9278848 -0.1893673 -0.2008423 -0.9553819 -0.2164983 -0.2137211 -0.9508042 -0.2241584 -0.1746269 -0.9462874 -0.2720115 -0.1519821 -0.9565417 -0.2487564 -0.286813 -0.9202551 -0.2661519 -0.2337107 -0.9139989 -0.3315531 -0.1174963 -0.948088 -0.2954497 -0.1246986 -0.943022 -0.3084506 -0.06671345 -0.9414655 -0.3304239 -0.05896174 -0.9523301 -0.2992645 -0.1654713 -0.9096347 -0.3809931 -0.0866115 -0.9073764 -0.4112369 -0.005462765 -0.9465011 -0.3226112 -0.005127072 -0.941435 -0.3370769 -0.002655088 -0.9074069 -0.4201788 -0.3266091 -0.7088229 -0.6251717 -0.2491531 -0.8222297 -0.5116733 -0.3498642 -0.8318735 -0.4307077 -0.4569231 -0.721427 -0.5203101 -0.3908506 -0.5798517 -0.7148045 -0.1733146 -0.7000641 -0.6926786 -0.1307107 -0.8153935 -0.5639516 -0.4463637 -0.4257332 -0.7870724 -0.5455794 -0.5947753 -0.5903806 -0.6220282 -0.4427015 -0.6458022 -0.4843898 -0.2739952 -0.8308054 -0.2398144 -0.4138615 -0.8781396 -0.2088991 -0.5694449 -0.7950072 -0.5084994 -0.124607 -0.8519852 -0.6741539 -0.2923063 -0.6782433 -0.7070223 -0.1437116 -0.6923734 -0.5200964 0.01303136 -0.8539689 -0.2751244 -0.1111789 -0.9549547 -0.2612385 -0.2611774 -0.9292276 -0.5222938 0.1044343 -0.8463088 -0.5220496 0.1336405 -0.8423719 -0.2839137 0.1474654 -0.9474166 -0.2838526 0.1182592 -0.9515366 -0.2821436 0.0267952 -0.9589831 -0.7224952 -0.006378352 -0.6913053 -0.7251503 0.08499401 -0.6832789 -0.7247231 0.1142002 -0.6794641 -0.8786279 0.0612201 -0.4734947 -0.8756371 -0.03003019 -0.4820094 -0.9690237 -0.05642867 -0.2403637 -0.9722282 0.03479105 -0.2313303 -0.9715262 0.0640583 -0.2280037 -0.8780176 0.09042632 -0.469924 -0.8572039 -0.1668752 -0.4871364 -0.8178045 -0.3144017 -0.4819788 -0.9053316 -0.3392742 -0.2553789 -0.94879 -0.1928159 -0.2501297 -0.7549974 -0.4631184 -0.464156 -0.6627399 -0.6128117 -0.4303415 -0.7340922 -0.633076 -0.2455214 -0.8359935 -0.4861599 -0.2543718 -0.55562 -0.7365947 -0.3855708 -0.4260079 -0.8436842 -0.3266396 -0.4725181 -0.8568072 -0.2063661 -0.6156804 -0.7536851 -0.2298654 -0.6333506 -0.7711722 -0.06399726 -0.4861294 -0.8703574 -0.07821893 -0.4658955 -0.8834498 0.04907375 -0.6071047 -0.7882016 0.1006805 -0.7549974 -0.6538591 -0.04861593 -0.8597674 -0.5097202 -0.03085416 -0.723838 -0.6740928 0.1470077 -0.8243965 -0.5326701 0.1911984 -0.9309977 -0.3647267 -0.01385539 -0.9755852 -0.2195196 0.002441465 -0.892819 -0.3894772 0.2260506 -0.9356975 -0.2453993 0.2533951 -0.9963378 -0.08371227 0.01715135 -0.9996033 0.007446467 0.02673417 -0.9556871 -0.1100803 0.2730186 -0.9588611 -0.01889091 0.2832118 -0.9581592 0.01040679 0.2859584 -0.9988708 0.03671371 0.02978605 -0.8527787 -0.04251223 0.5204932 -0.8498184 -0.1335795 0.5097812 -0.6860256 -0.1527757 0.7112949 -0.6886197 -0.0617389 0.7224647 -0.6882229 -0.03231906 0.7247536 -0.8521988 -0.01318395 0.5230262 -0.8319041 -0.2684408 0.4856105 -0.7936338 -0.411481 0.4481033 -0.6399732 -0.4295786 0.6370739 -0.6712241 -0.2873013 0.6832789 -0.7326273 -0.5529954 0.3967406 -0.6429945 -0.6920072 0.3281045 -0.517655 -0.7067477 0.4821619 -0.5903195 -0.5697806 0.5716727 -0.5390179 -0.8032777 0.2532731 -0.4131901 -0.8951994 0.1669362 -0.3317057 -0.9047212 0.2672201 -0.4334544 -0.8157293 0.3830073 -0.2978606 -0.824366 0.4813074 -0.2268441 -0.9114658 0.3431501 -0.1059603 -0.9148839 0.3895077 -0.1412702 -0.8288827 0.5412153 -0.3567003 -0.7169713 0.5988647 -0.4075747 -0.5814082 0.7040925 -0.170751 -0.7223426 0.6700949 -0.1965697 -0.5874813 0.7849666 -0.4424878 -0.4421522 0.7801752 -0.4646748 -0.3005158 0.8329111 -0.2145451 -0.4487136 0.8675191 -0.2262947 -0.3073214 0.9242836 -0.4754173 -0.1662954 0.8638874 -0.4775536 -0.07525861 0.8753624 -0.2323374 -0.1732535 0.9570605 -0.2339243 -0.08221685 0.9687491 -0.2340159 -0.05282753 0.9707633 -0.4773705 -0.04586929 0.8774987 0.0255745 -0.08206427 0.9962767 0.02658158 -0.1730094 0.9845271 0.2837916 -0.1658375 0.9444258 0.2833338 -0.07486188 0.9560839 0.2826929 -0.04544204 0.9580981 0.02523881 -0.0527665 0.9982604 0.02768027 -0.3071078 0.9512314 0.02829062 -0.4484695 0.8933073 0.2694479 -0.441847 0.8556475 0.2799463 -0.3001495 0.9118626 0.02819907 -0.5872677 0.8088931 0.02722251 -0.72219 0.6911222 0.2238532 -0.7167577 0.66039 0.251442 -0.5810725 0.7740104 0.02551347 -0.8286996 0.5590991 0.02291935 -0.9148228 0.4031495 0.150914 -0.9112522 0.3831599 0.1911679 -0.8241218 0.5331279 0.3444014 -0.8152104 0.4655904 0.2692648 -0.9043855 0.3309427 0.3700064 -0.8947417 0.2500076 0.4747154 -0.8027894 0.3607288 0.4058657 -0.7061373 0.5801874 0.4579913 -0.5690481 0.6829127 0.5605945 -0.6913663 0.4557329 0.6336558 -0.552324 0.5416425 0.4925687 -0.4288156 0.7572558 0.5132908 -0.2865383 0.8089541 0.6823939 -0.4107486 0.6046327 0.7118137 -0.2675863 0.6493728 0.5217139 -0.1520737 0.8394421 0.5218055 -0.061037 0.8508561 0.7241127 -0.1326944 0.6767479 0.724662 -0.04159671 0.6878262 0.7235328 -0.01220738 0.6901456 0.520951 -0.03164768 0.8529924 0.8781396 -0.0178228 0.478042 0.8772546 -0.108951 0.467452 0.9706412 -0.08258306 0.2258064 0.9717399 0.008606195 0.2358775 0.970336 0.03787344 0.2386853 0.8768578 0.0114749 0.480575 0.8620258 -0.2442701 0.4441053 0.826014 -0.3884091 0.4083987 0.9135716 -0.3637501 0.1817682 0.9536119 -0.2184514 0.207068 0.7665944 -0.5316324 0.3600268 0.6777551 -0.6731468 0.2957243 0.7491379 -0.6530351 0.1109347 0.8476211 -0.5088657 0.1502426 0.5733818 -0.7874691 0.2259895 0.4461806 -0.8829615 0.1458479 0.4926603 -0.869808 0.02551347 0.6334727 -0.7705008 0.07034516 0.6511734 -0.7528611 -0.09555345 0.506241 -0.8562578 -0.1025117 0.4860073 -0.8431654 -0.2298349 0.624897 -0.7359844 -0.2603229 0.770043 -0.6321299 -0.08600115 0.871395 -0.4850612 -0.07327491 0.7388836 -0.6120792 -0.2816553 0.8360241 -0.4623249 -0.2953886 0.9392071 -0.3380841 -0.05969417 0.9804071 -0.1916257 -0.04544204 0.9010285 -0.3135166 -0.2996307 0.9404889 -0.1658986 -0.2964568 0.9979553 -0.05529952 -0.03170871 0.9990845 0.03592026 -0.02221745 0.9573046 -0.02899253 -0.2875759 0.9583423 0.06228822 -0.2786645 0.9569689 0.09155553 -0.275277 0.9976806 0.06515699 -0.01910454 0.8522904 0.0859096 -0.5159154 0.8514664 -0.005432248 -0.5243385 0.6881313 0.1051362 -0.7179175 0.6870327 0.1343424 -0.7140721 0.8510087 0.1150547 -0.5123447 0.836726 -0.142735 -0.5286722 0.8018434 -0.2912992 -0.5216834 0.6481826 -0.2734459 -0.710654 0.676046 -0.1239967 -0.72631 0.7442244 -0.4417859 -0.5009003 0.6580401 -0.5939818 -0.4627217 0.5327006 -0.5794245 -0.6167791 0.6019776 -0.4252449 -0.6758019 0.5568102 -0.7207251 -0.4128544 0.4333629 -0.8314463 -0.3476669 0.3518479 -0.821894 -0.4479202 0.4512772 -0.7084567 -0.5425886 0.3156529 -0.6996979 -0.6408887 0.2470473 -0.8151494 -0.5238502 0.1261025 -0.8117008 -0.5702384 0.1590625 -0.6953337 -0.7008271 0.3717154 -0.5689871 -0.7335124 0.4192022 -0.4134037 -0.8082827 0.1858272 -0.563799 -0.8047121 0.2081972 -0.4075136 -0.8891263 0.4506974 -0.2606586 -0.8537553 0.4694662 -0.1106601 -0.8759422 0.2227851 -0.2542802 -0.9410993 0.2310861 -0.1040071 -0.9673452 0.4770348 0.02722251 -0.8784448 0.4770348 0.1186559 -0.8708152 0.2339854 0.03408914 -0.9716178 0.2334055 0.1256142 -0.9642018 0.2328257 0.1548204 -0.9601123 0.4761803 0.1478621 -0.8668172 -0.0260933 0.1254921 -0.9917295 -0.02636796 0.1546373 -0.9876095 -0.02499461 0.03396707 -0.9990845 -0.02288883 -0.1040681 -0.994293 -0.02002012 -0.2543107 -0.9668874 -0.016541 -0.4075136 -0.9130222 -0.01217687 -0.5638295 -0.8257699 -0.00766009 -0.6953337 -0.7186194 -0.002685606 -0.8117619 -0.5839717 -0.1046479 -0.9512314 -0.2900784 -0.1366008 -0.9606617 -0.241676 -0.1607105 -0.9511094 -0.2637104 -0.1125828 -0.9464095 -0.3026521 -0.05590987 -0.9432051 -0.3274025 -0.0464186 -0.9538865 -0.2964873 -0.1579027 -0.9142125 -0.3731498 -0.08075195 -0.9097568 -0.4071169 -0.2235786 -0.9204993 -0.3203528 -0.183874 -0.9608753 -0.2070375 -0.1869869 -0.9708853 -0.1495102 -0.2192755 -0.9630116 -0.1564683 -0.1973326 -0.9566637 -0.2140263 -0.2731712 -0.9281899 -0.2525407 -0.303476 -0.9367962 -0.174047 -0.2107608 -0.9727775 -0.09604173 -0.1842707 -0.9818415 -0.04461801 -0.2161321 -0.9757378 -0.03457742 -0.22602 -0.9694204 -0.09530925 -0.3122959 -0.9456465 -0.09057891 -0.2991424 -0.9541612 -0.007599055 -0.1781365 -0.9838863 0.0135197 -0.1290627 -0.9906003 0.04495376 -0.1519821 -0.9859005 0.06967371 -0.1911679 -0.9812921 0.02185124 -0.2648396 -0.9617908 0.06921595 -0.2117069 -0.9680166 0.134495 -0.0945158 -0.9912106 0.09247106 -0.03628647 -0.9947813 0.09524822 -0.04416024 -0.9907529 0.1281167 -0.1020539 -0.9890744 0.1061739 -0.143437 -0.9723808 0.1839656 -0.06460767 -0.9746391 0.2141789 0.01684617 -0.9927061 0.1192052 0.06918543 -0.9932554 0.09268468 0.07858514 -0.9890133 0.1250953 0.01733446 -0.9906919 0.1348918 0.01940977 -0.9745781 0.2230903 0.1028168 -0.9722587 0.2100589 0.1273537 -0.9880062 0.08716082 0.1592456 -0.9864803 0.03799551 0.1832331 -0.981109 0.06161683 0.1353191 -0.9856868 0.1004059 0.1799982 -0.9677724 0.1759697 0.2455214 -0.9614856 0.1233253 0.2064272 -0.9784234 0.004089474 0.2096621 -0.9762261 -0.05432289 0.2419507 -0.9691763 -0.04586929 0.2199469 -0.9754326 0.01184117 0.2952055 -0.953795 0.0554521 0.3255104 -0.9452498 -0.02291935 0.233314 -0.9664602 -0.1069979 0.207007 -0.9652699 -0.1592761 0.2387158 -0.9564501 -0.1677602 0.2486343 -0.9626454 -0.1069979 0.3343303 -0.9363994 -0.106418 0.3211463 -0.9278848 -0.1893673 0.2008423 -0.9553819 -0.2164983 0.1518906 -0.9565111 -0.2489089 0.1745659 -0.9462874 -0.2720115 0.2137211 -0.9508042 -0.2241889 0.286813 -0.9202551 -0.2661519 0.2337107 -0.9140294 -0.3315225 0.1174352 -0.9479964 -0.2957243 0.05917537 -0.9523606 -0.2990814 0.06677448 -0.941435 -0.3304239 0.1246681 -0.943022 -0.3084506 0.1654408 -0.9096347 -0.3809931 0.08667254 -0.9073764 -0.4112064 0.005615353 -0.9466842 -0.3220008 0.005157589 -0.9414045 -0.337199 0.002685606 -0.9074374 -0.4201483 -0.01159703 -0.9944761 -0.1040681 0.6876431 0.01367229 -0.7258828 0.01159703 -0.9944761 -0.1040986 -0.07568585 0.477279 -0.875454 -0.1268654 0.3845027 -0.9143345 -0.07492291 0.3769341 -0.9231849 0.4890896 0.3919492 -0.7791681 -0.173986 0.3848994 -0.9063997 0.2719504 -0.03476053 -0.9616687 0.06521803 0.5973693 -0.7992798 0.04495376 0.4297311 -0.901822 0.1521042 0.1098056 -0.9822382 0.04794454 -0.1765801 -0.9830927 0.08819848 -0.1520432 -0.9844051 0.0255745 -0.1457259 -0.9889828 -0.03860586 -0.003601133 -0.9992371 -0.04925686 -0.09726244 -0.9940184 -0.02233952 0.07382422 -0.9970092 0.02633744 -0.0134586 -0.9995422 -0.1089816 0.3259987 -0.9390546 0.02233952 0.07382422 -0.9970092 0.03152561 -0.3010651 -0.9530625 0.02862632 -0.3015839 -0.9530015 -0.003601133 -0.4038515 -0.9147923 0.0228278 -0.2885525 -0.9571825 8.85037e-4 -0.3781243 -0.9257485 -0.7694327 0.6110721 0.1857661 -0.3695791 0.04358041 -0.9281594 -0.879696 0.3686025 -0.3004242 -0.08819848 -0.1520432 -0.9844051 0.07565534 0.477279 -0.875454 -0.05032497 0.422895 -0.9047517 0.07492291 0.3769341 -0.9231849 -0.02862632 -0.3015839 -0.9530015 -8.85037e-4 -0.3781243 -0.9257485 -0.0228278 -0.2885525 -0.9571825 -0.02594071 -0.274636 -0.9611805 0.01419109 -0.2900784 -0.9568774 -0.03949093 -0.2443311 -0.9688711 -0.002105772 0.7109592 0.7032075 0.7694327 0.6110721 0.1857661 -0.1857661 0.7163915 0.6724753 -0.0341807 -0.4899442 -0.8710593 0.1640064 -0.4187445 -0.8931547 0.0592364 -0.4661397 -0.8826869 0.5132908 0.7069613 0.4864956 -0.124546 0.4535966 0.8824427 -0.01156651 0.5170446 0.8558611 0.2617573 0.6374096 0.724662 0.7219154 0.6747032 0.1535996 -0.1745964 0.3628651 -0.9153112 0.05032497 0.422895 -0.9047517 0.002105772 0.7109592 0.7032075 0.1857661 0.7163915 0.6724753 -0.8007141 0.5905942 0.1001007 0.0341807 -0.4899442 -0.8710593 0.1062044 -0.2612079 0.9594104 0.1062044 -0.2612079 0.9594104 0.1062044 -0.2612079 0.9594104 0.1268654 0.3845027 -0.9143345 -0.05044704 -0.0615558 -0.9968261 0.1713919 -0.04867702 -0.9839778 0.01495403 -0.04092532 -0.9990234 0.1737723 -0.2337718 -0.9566027 -0.03921627 -0.2451552 -0.9686575 0.6936247 0.6857814 0.2202826 0.4788354 0.4853358 -0.7314982 0.879696 0.3686025 -0.3004242 0.1293069 -0.3589892 -0.9243141 0.1596118 -0.3417768 -0.9261147 0.2076784 -0.313364 -0.9266335 -8.54518e-4 -0.1346476 -0.990875 -0.07602161 -0.1524704 -0.9853511 -0.1002838 -0.05615401 0.993347 -0.1580553 -0.1283303 0.9790338 0.09799492 0.1729484 0.9800104 -0.09665209 0.4966277 -0.8625447 0.3227027 0.4252449 -0.8455764 0.2101809 0.4283273 -0.878811 0.3369243 0.4104129 -0.8473464 0.3758965 0.4077273 -0.8321177 0.1090731 -0.05990779 0.9922178 -0.2322458 0.1799066 0.9558397 -0.09799492 0.1729484 0.9800104 -0.008728265 -0.3704336 0.9288004 -0.01745659 -0.3559374 0.9343242 0.8007141 0.5905942 0.1001007 0.09665209 0.4966277 -0.8625447 0.2462538 -0.2895291 -0.9249245 0.03799551 -0.1267128 -0.9911801 -0.1622363 0.1373638 -0.9771111 0.3730583 -0.02508616 -0.9274575 0.2653585 0.0368663 -0.9634388 0.1893368 -0.04660171 -0.9807733 0.08197271 0.1208227 -0.9892575 -0.07770007 0.4788354 0.8744164 -0.1687673 0.4218879 0.8907743 -0.008606195 -0.008972406 0.9999085 0.1200598 -0.2475051 0.9613941 0.007904291 -0.08926659 0.9959716 -0.03097623 0.08523815 0.9958495 -0.05783253 0.07095551 0.9957885 -0.05618453 0.0991851 0.9934691 -0.05737477 0.101474 0.9931638 -0.08371227 -0.003723204 0.9964599 -0.06512647 0.02999967 0.997406 0.07647937 -0.3052461 0.9491867 0.01892143 -0.1902524 0.9815363 0.1653187 -0.3773614 0.9111301 0.17481 -0.3650319 0.9144261 0.2065798 -0.4129154 0.88699 0.2233344 -0.3893551 0.893582 0.3239845 -0.3901181 0.8618427 0.313364 -0.3985717 0.8619037 0.04480117 -0.1211584 -0.9916074 0.03860586 -0.003601133 -0.9992371 0.04925686 -0.09726244 -0.9940184 -0.2101809 0.4283273 -0.878811 -0.2438734 0.3868526 -0.8892788 -0.3227027 0.4252449 -0.8455764 -0.3369243 0.4104129 -0.8473464 -0.3758965 0.4077273 -0.8321177 -0.3715323 0.4098941 -0.8330027 -0.3798334 0.4052553 -0.8315379 -0.3672598 0.4093753 -0.8351696 0.0439161 0.06149476 0.9971313 0.06924647 -0.1216773 0.9901425 0.01348912 -0.3033235 0.9527879 0.02853477 -0.3002105 0.9534288 -0.008880853 0.3552049 0.9347209 -0.04492324 0.2671591 0.9625843 -0.03460794 0.3015229 0.9528184 -0.2653585 0.0368663 -0.9634388 -0.3730583 -0.02508616 -0.9274575 -0.1893368 -0.04660171 -0.9807733 -0.1521042 0.1098056 -0.9822382 -0.02868735 -0.09225744 -0.9953002 -0.06521803 0.5973693 -0.7992798 -0.04495376 0.4297311 -0.901822 -0.08197271 0.1208227 -0.9892575 -0.01495403 -0.04092532 -0.9990234 -0.1713919 -0.04867702 -0.9839778 -0.1737723 -0.2337718 -0.9566027 0.1322977 0.02649003 -0.9908444 0.1060213 -0.1482894 -0.9832148 0.03921627 -0.2451552 -0.9686575 0.07080292 -0.2113712 -0.9748222 -0.01419109 -0.2900784 -0.9568774 0.02594071 -0.274636 -0.9611805 0.03949093 -0.2443311 -0.9688711 0.1659596 0.9276406 0.3344523 0.1660817 0.9278542 0.333842 0.1508835 0.8982208 0.4127933 -0.1372722 -0.3944517 -0.9085971 -0.2850429 -0.3136082 -0.9057283 -0.1854304 -0.3797723 -0.9062777 0.1687673 0.4218879 0.8907743 0.124546 0.4535966 0.8824427 0.140904 0.445967 0.8838771 0.06741535 -0.4876857 -0.8703879 -0.05127108 -0.4495071 -0.8917814 0.03494364 0.5040437 0.8629414 0.07770007 0.4788354 0.8744164 -0.08017212 0.5521104 0.8298593 0.01156651 0.5170446 0.8558611 -0.6944182 0.6855373 0.2185735 -0.6936247 0.6857814 0.2202826 -0.7219154 0.6747032 0.1535996 -0.1293069 -0.3589892 -0.9243141 -0.2076784 -0.313364 -0.9266335 -0.1596118 -0.3417768 -0.9261147 0.03097623 0.08523815 0.9958495 0.05737477 0.101474 0.9931638 0.05783253 0.07095551 0.9957885 0.008606195 -0.008972406 0.9999085 -0.007904291 -0.08926659 0.9959716 0.05618453 0.0991851 0.9934691 0.06512647 0.02999967 0.997406 0.08371227 -0.003723204 0.9964599 -0.01892143 -0.1902524 0.9815363 -0.1653187 -0.3773614 0.9111301 -0.2233344 -0.3893551 0.893582 -0.17481 -0.3650319 0.9144261 -0.2065798 -0.4129154 0.88699 -0.313364 -0.3985717 0.8619037 -0.324015 -0.3901181 0.8618427 -0.4159368 -0.342967 0.8422193 8.54518e-4 -0.1346476 -0.990875 -0.04480117 -0.1211584 -0.9916074 -0.03799551 -0.1267128 -0.9911801 -0.04794454 -0.1765801 -0.9830927 -0.0255745 -0.1457259 -0.9889828 -0.02633744 -0.0134586 -0.9995422 0.1089816 0.3259987 -0.9390546 0.2438734 0.3868526 -0.8892788 0.3798334 0.4052553 -0.8315379 0.3715323 0.4098941 -0.8330027 0.1622363 0.1373638 -0.9771416 -0.04550307 0.02978605 0.9985046 -0.06259346 -0.1855525 0.9806208 -0.127842 0.2224494 0.9664907 -0.1206396 0.8224433 0.5558642 0.0102542 0.3895077 0.9209571 0.0137028 0.3599353 0.9328593 0.01660203 0.3012177 0.9533982 0.03698843 0.2701498 0.962096 -0.01571702 0.3469954 0.9377117 0.03128147 0.3012482 0.9530015 0.02868735 -0.09225744 -0.9953002 0.1952879 0.06393623 -0.978637 -0.1322977 0.02649003 -0.9908444 -0.1060213 -0.1482894 -0.9832148 -0.07080292 -0.2113712 -0.9748222 -0.03152561 -0.3010651 -0.9530625 0.003601133 -0.4038515 -0.9147923 -0.1041597 0.7744683 0.6239204 -0.1508835 0.8982208 0.4127628 0.3609119 0.343791 -0.8668783 0.1372722 -0.3944517 -0.9085971 0.05127108 -0.4495071 -0.8917814 0.1854304 -0.3797723 -0.9062777 -0.06695759 0.5014802 0.8625447 -0.140904 0.445967 0.8838466 -0.06741535 -0.4876857 -0.8703879 -0.1062044 -0.2612079 0.9594104 -0.1062044 -0.2612079 0.9594104 -0.1062044 -0.2612079 0.9594104 0.05652028 -0.1155126 -0.9916685 0.05044704 -0.0615558 -0.9968261 -0.1952879 0.06393623 -0.978637 0.1507614 0.8980072 0.4132816 0.5303202 0.3645741 -0.7653737 0.06695759 0.5014802 0.8625447 -0.7226783 0.6743065 0.151677 -0.2462538 -0.2895291 -0.9249245 -0.05652028 -0.1155126 -0.9916685 0.07602161 -0.1524704 -0.9853511 0.1745964 0.3628651 -0.9153112 0.3672598 0.4093753 -0.8351696 -0.1660817 0.9278542 0.333842 -0.4896695 0.3391827 -0.8031861 0.2850429 -0.3136082 -0.9057283 0.2322458 0.1799066 0.9558397 0.3210242 0.1216773 0.9392071 0.03781241 0.3647572 0.9302957 0.1051362 0.3669241 0.9242531 -0.04556411 0.3203528 0.9461653 -0.0102542 0.3895077 0.9209571 0.4103519 -0.3379925 0.8469497 0.4159368 -0.342967 0.8422193 -0.4103519 -0.3379925 0.8469497 -0.4417554 -0.3239235 0.8365734 -0.07647937 -0.3052461 0.9491867 -0.4049806 0.1415143 0.9032868 -0.3210242 0.1216773 0.9392071 -0.007629573 0.3010651 0.9535508 -0.1928769 0.3639332 0.9112217 0.0401318 0.2450026 0.968688 0.1246986 0.2349315 0.9639577 -0.05139315 0.2050843 0.9773858 0.8470107 -0.5261391 0.07568585 0.9107334 -0.400647 0.1000702 0.8930021 -0.4487442 -0.03347879 0.5064547 -0.8565325 0.09915459 0.4297922 -0.8836329 0.185522 0.8651692 -0.4842677 0.1301614 0.630726 -0.7532274 0.1864986 0.3885006 0.2251656 -0.8934904 0.5073092 0.2310251 -0.830195 0.4981842 0.0754112 -0.8637654 0.2716758 0.1998047 -0.9414045 0.3592334 0.2085024 -0.9096347 0.3033235 0.03738516 -0.952147 0.4313181 0.2948088 -0.8526567 0.1542405 -0.1808527 -0.9713126 0.2220526 -0.1535081 -0.962859 0.06039613 -0.3493454 -0.9350261 0.3055208 -0.1231116 -0.9441816 0.3410443 0.05911433 -0.9381695 0.5040742 -0.09714037 -0.85815 0.4763939 0.2659383 -0.8380078 0.5679495 0.2550432 -0.7825251 0.526719 0.2871181 -0.8000428 0.3319193 -0.9134495 -0.2354198 0.418012 -0.8801538 -0.2247993 0.1953184 -0.8906827 -0.4105045 0.5017243 -0.8368785 -0.2188177 0.1841182 -0.8006226 -0.5701163 0.3625599 -0.8950468 -0.2595905 0.2545244 -0.7801141 -0.5714896 0.3885312 -0.8862575 -0.2521134 0.5115208 -0.8253426 -0.2389904 0.4002503 -0.6980804 -0.5936766 0.5834529 0.05423134 -0.810297 0.5696585 0.02545243 -0.8214668 0.7713553 0.1093478 -0.6268807 0.8639485 0.1525009 -0.479873 0.8583025 0.2163152 -0.4652852 0.8514359 0.2008728 -0.4844203 0.7659536 0.1076998 -0.6337473 0.312418 0.06381416 -0.9477828 0.5558642 0.1267128 -0.8215278 0.1496322 -0.6626484 -0.7337871 0.147618 -0.5663625 -0.8107852 0.3926206 -0.471633 -0.7895138 0.3197424 -0.2833644 -0.9041109 0.5735344 -0.3989685 -0.7154149 0.5874203 -0.6308481 -0.506882 0.4646443 -0.6791284 -0.5681936 0.1505783 -0.5551317 -0.8179876 0.1692251 -0.3750725 -0.9114048 0.5439925 -0.2446364 -0.8026063 0.8411817 -0.06295967 -0.5370342 0.7306742 -0.07785272 -0.6782433 0.7323832 0.07513654 -0.6766869 0.8614765 0.03552353 -0.5065462 0.4740135 0.1082186 -0.8738059 0.4950102 0.09726244 -0.8633992 0.7047945 0.194647 -0.6821497 0.8258004 0.124546 -0.5499741 0.8634297 0.04470956 -0.5024262 0.6344188 -0.7618946 0.130375 0.4098636 -0.8899808 0.1998047 0.07348853 -0.5678884 -0.8197882 0.6810816 0.06741535 -0.7290567 0.1491134 -0.05288857 -0.9873959 0.7646718 -0.06527906 -0.6410718 0.5662404 -0.8195441 -0.087466 0.3921324 0.2884304 -0.8735008 0.2858974 0.2930998 -0.9123203 0.2893155 0.02917569 -0.9567553 0.2832728 -0.0199896 -0.9588 -6.1037e-5 0.01623582 -0.9998474 -1.22074e-4 0.1029389 -0.9946593 0.3245643 0.1036103 -0.9401532 0.2292245 0.0178228 -0.9732047 0 0.2005981 -0.9796442 0.5452742 0.2091738 -0.8117313 0.6234016 0.2033143 -0.7549669 0.4709616 0.2052064 -0.8579363 0.3121128 -0.9500107 0.003021299 0.521836 -0.8530229 3.35704e-4 0.7414777 -0.670919 -0.004242062 0.4641865 -0.8855251 0.0178228 0.7154759 -0.6741539 -0.1832026 0.1762749 -0.9400616 -0.291879 0.07950067 -0.7932066 -0.6037172 0.3633534 -0.9218726 0.134434 0.7120884 -0.6943266 0.103946 0.7700125 -0.6231269 0.1369365 0.3737602 -0.9155248 0.148503 0.8385266 -0.5376751 0.0878933 0.5994751 -0.7901853 0.1272317 0.5983459 -0.8010193 -0.01696825 0.6671347 0.23014 -0.7084872 0.6700644 0.2537614 -0.6975616 0.4276559 0.2686239 -0.8630635 0.7729423 0.1996521 -0.6022217 0.2952055 -0.00653094 -0.9553819 0.5427717 0.09646898 -0.8342845 0.354442 0.1721549 -0.9190649 0.5109714 0.1210364 -0.8510087 0.3357952 0.2156133 -0.9168981 0.3178197 0.2089907 -0.9248024 0.4085208 0.2108218 -0.8880581 0.4260079 -0.06131166 -0.9026154 0.513535 -0.08227789 -0.854091 0.572924 -0.06524854 -0.8169805 0.5591906 0.02719199 -0.828547 0.5322734 0.04565566 -0.8453017 0.5725883 -0.03167819 -0.8192083 0.4140141 0.03271579 -0.9096652 0.3555406 0.1448103 -0.923368 0.5269936 0.07061982 -0.8468887 0.4548174 0.1659901 -0.8749657 0.2909635 0.2175664 -0.9316385 0.8564104 0.1319925 -0.4990692 0.328135 0.2105166 -0.920835 0.9679861 -0.04886013 -0.2461317 0.6896878 0.154271 -0.7074496 0.7670522 0.1063265 -0.6326792 0.6526078 0.140904 -0.744438 0.599292 -0.7317728 -0.3244728 0.8167669 -0.5718253 -0.07666248 0.3080233 0.2827845 -0.9083529 0.3188879 0.2228766 -0.9211707 0.4067202 0.5211036 -0.7503281 0.7163305 0.3699454 -0.5915708 0.8751183 0.3059785 -0.3747978 0.4406872 0.1808832 -0.8792383 0.2069154 -0.8212836 -0.531663 0.5442366 -0.7777947 -0.3142796 0.8947722 -0.3659474 -0.2557756 0.7246925 -0.190527 -0.6621906 0.7711417 0.1745964 -0.6122318 0.2813807 0.226722 -0.9324015 0.1911984 0.2608722 -0.9462264 0.4677572 0.05771046 -0.8819544 -0.1158788 0.2200384 -0.968566 -0.05929744 0.1873836 -0.9804682 0.9809564 0.05691701 -0.185644 0.9790948 0.03015226 -0.2011169 0.5298929 -0.8330638 0.1587268 0.9616687 0.03973507 -0.2712485 0.9779351 0.07232886 -0.1958678 0.9398175 0.1133457 -0.3222144 0.2782372 -0.9600513 -0.02880942 0.8742027 -0.4473708 0.1886044 0.3218787 0.1507004 -0.9346904 0.5470138 -0.8370312 -0.0109561 0.9759514 -0.2037416 0.07742542 0.961974 -0.2554705 0.09634691 -0.3633534 -0.9218726 0.134434 0 -0.9897763 0.1425519 -0.4297922 -0.8836329 0.185522 -0.3126927 0.06378364 -0.9476913 -0.3220924 0.1506088 -0.9346294 -0.5322123 0.1101413 -0.8393506 -0.07348853 -0.5678884 -0.8197882 -0.06039613 -0.3493454 -0.9350261 0 -0.3836482 -0.9234596 -0.147618 -0.5663625 -0.8107852 -0.1692251 -0.3750725 -0.9114048 -0.07950067 -0.7932066 -0.6037172 -0.8651692 -0.4842677 0.1301614 -0.8470107 -0.5261391 0.07568585 -0.9107334 -0.400647 0.1000702 -0.5064547 -0.8565325 0.09915459 -0.8167669 -0.5718253 -0.07666248 -0.6344493 -0.7618641 0.130375 -0.3353984 -0.9349956 -0.1150547 -0.4722129 -0.8773766 0.08471935 0.208594 -0.9778131 0.01840263 -0.2716758 0.1998047 -0.9414045 -0.3592334 0.2085024 -0.9096347 -0.2858974 0.2930998 -0.9123203 -0.3885006 0.2251656 -0.8934904 -0.3410443 0.05911433 -0.9381695 -0.4981842 0.0754112 -0.8637654 -0.1542405 -0.1808527 -0.9713126 -0.2220526 -0.1535386 -0.962859 -0.2292245 0.0178228 -0.9732047 -0.3055208 -0.1231116 -0.9441816 -0.3197424 -0.2833644 -0.9041109 -0.5439925 -0.2446364 -0.8026063 -0.3921324 0.2884304 -0.8735008 -0.4313181 0.2948088 -0.8526567 -0.3080233 0.2827845 -0.9083529 -0.5073092 0.2310251 -0.830195 -0.3319193 -0.9134495 -0.2354198 -0.2545244 -0.7801141 -0.5714896 -0.1953184 -0.8906827 -0.4105045 -0.5017243 -0.836848 -0.2188177 -0.418012 -0.8801538 -0.2247993 -0.1841182 -0.8006226 -0.5701163 -0.1762749 -0.9400616 -0.291879 -0.2782372 -0.9600513 -0.02880942 -0.5983459 -0.8010193 -0.01696825 -0.5120396 -0.8252816 -0.2380748 -0.7150792 -0.6747642 -0.1825312 -0.4646443 -0.6791284 -0.5681936 -0.4002197 -0.6980804 -0.5936766 -0.3885312 -0.8862575 -0.2521134 -0.7722098 0.1080965 -0.6260567 -0.7756584 0.08108764 -0.6259041 -0.5798822 0.06097596 -0.8124027 -0.8675497 0.150853 -0.4738914 -0.8306223 0.1081576 -0.5462203 -0.7289956 0.05862605 -0.6819666 -0.56386 0.01623582 -0.8256783 -0.1496322 -0.6626484 -0.7337871 -0.1505783 -0.5551317 -0.8179876 -0.3926206 -0.471633 -0.7895138 -0.5040742 -0.09714037 -0.85815 -0.7306742 -0.07785272 -0.6782433 -0.8256478 0.124607 -0.5502182 -0.9957579 -0.07895135 -0.04690694 -0.9995728 -0.01004058 -0.02630692 -0.7047945 0.194647 -0.6821497 -0.526719 0.2871181 -0.8000428 -0.3033235 0.03738516 -0.952147 -0.4147771 0.03271579 -0.909299 -0.4266793 -0.06131166 -0.9023103 -2.44148e-4 0.009002923 -0.999939 -0.8930021 -0.4487442 -0.03347879 -0.5662404 -0.8195441 -0.087466 0 -0.9796747 0.2005371 -0.4763939 0.2659383 -0.8380078 -0.4276559 0.2686239 -0.8630635 0 0.2989288 -0.9542528 -0.3625599 -0.8950468 -0.2595905 -0.4412671 0.1807916 -0.8789636 -0.5115208 0.1208838 -0.8507035 -0.7595447 0.02038633 -0.6501053 0 -0.188055 -0.9821467 -0.3562425 0.1447492 -0.9230934 -0.3185217 0.2089297 -0.9245887 -0.4545121 0.1655934 -0.8751793 -2.1363e-4 0.2169865 -0.9761651 -2.1363e-4 0.1381878 -0.9903867 -0.3189184 0.2228766 -0.9211707 0 0.2428663 -0.9700309 -3.05185e-5 0.1714835 -0.985168 -0.7414777 -0.670919 -0.004242062 -0.5218665 -0.8530229 3.35704e-4 -0.3121128 -0.9500107 0.003021299 -0.6731163 -0.7385479 0.03799551 -0.990997 -0.09341716 0.09570604 -0.9976501 -0.06772053 0.01019316 -0.4646748 -0.8852809 0.01721239 -0.770043 -0.6230964 0.1369365 -0.4098636 -0.8899808 0.1998047 -0.5298013 -0.8330943 0.1587573 -0.630726 -0.7532274 0.1864986 -0.5994751 -0.7901853 0.1272317 -0.8385266 -0.5376751 0.0878933 -0.7120884 -0.6942961 0.103946 -0.7629933 -0.6295053 0.1466719 -0.3737602 -0.9155248 0.148503 -0.5735344 -0.3989685 -0.7154149 -0.7246925 -0.190527 -0.6621906 -0.3365581 0.2155217 -0.9166539 -0.409009 0.2107608 -0.8878445 -0.8633992 0.04464852 -0.5024873 -0.7323832 0.07513654 -0.6766869 -0.3251442 0.1035187 -0.9399701 -0.2896512 0.02917569 -0.9566637 -0.5443282 0.09518718 -0.83343 -0.5139927 -0.08227789 -0.8538163 -2.1363e-4 -0.1751152 -0.9845271 -0.5732597 -0.03170871 -0.8187201 -0.5734123 -0.06527906 -0.8166448 -0.9624012 0.04037594 -0.2685323 -0.9780572 0.07226783 -0.1953184 -0.8512833 0.2016968 -0.4843288 -0.8583025 0.2163152 -0.4652852 -0.7684255 0.1094698 -0.6304819 -0.2954497 -0.006469905 -0.9553209 -0.2835475 -0.01989805 -0.958739 -0.5324565 0.01977598 -0.8461867 -0.5295572 0.05273598 -0.846614 -0.3552355 0.1720023 -0.9187902 -0.5284585 0.07089447 -0.8459731 -0.5452742 0.2091433 -0.8117313 -0.4710227 0.2051759 -0.8579058 -0.6568804 0.1202124 -0.7443159 -0.6896878 0.154271 -0.7074496 -0.6700644 0.2537614 -0.6975616 -0.5679495 0.2550432 -0.7825251 -0.6671347 0.2301095 -0.7084567 -0.6233711 0.2033143 -0.7549974 -0.765862 0.1067842 -0.6340221 0.5870236 0.2290719 -0.776452 0.1726737 0.3935362 -0.9029206 0.6723838 0.2792749 -0.6854763 -0.5993225 -0.7317728 -0.3244728 -0.8432264 -0.4931486 -0.2138127 -0.7727592 0.1997436 -0.6024048 -0.8411817 -0.06295967 -0.5370342 -0.9805292 -0.1769768 -0.08474987 0.8174688 -0.1557054 -0.5544908 0.644612 -0.2465896 -0.7235938 0.2533036 -0.5197302 -0.8158819 -0.469985 0.002044737 -0.8826563 -0.9253212 0.06805628 -0.3729972 -0.5033418 -0.06469923 -0.8616291 -0.6948149 -0.2468032 -0.6754967 -0.1222876 -0.3420515 -0.9316691 -0.683462 -0.5272378 -0.5048066 -0.5874203 -0.6308481 -0.506882 0.08920556 0.4982757 0.8623921 0.275277 0.2182683 0.9362468 0.174749 -0.02764976 0.9841914 0.3056123 -0.07412946 0.9492477 0.783105 0.04315316 0.6203498 0.2918485 0.7107761 0.6399732 0.4710227 -0.4574725 0.7541734 -0.09762871 0.4425489 0.8913846 0.2666402 -0.3320414 0.9047822 -0.02948087 0.4084597 0.9122593 -0.07382422 0.5403608 0.8381603 0.2222357 -0.5038911 0.8346812 -0.01855522 0.5290689 0.8483535 0.04724264 -0.2744835 0.9604175 0.2363048 0.6097598 0.7564928 0.07138276 0.3189489 0.9450667 0.1642506 0.3193457 0.9332866 -0.2220221 -0.3127537 0.9234901 -0.09360027 -0.2544328 0.9625233 -0.1304666 0.329722 0.9349956 -0.1598254 -0.1627552 0.9736015 0.1811884 0.6956084 0.6951811 0.1009247 0.760155 0.6418348 -0.1248817 0.3149205 0.9408246 -0.01965391 0.04715108 0.9986877 0.02938932 0.7286599 0.684225 -0.08075195 0.542436 0.8361766 0.1969969 0.6221504 0.757683 0.1691336 0.01486247 0.9854732 0.04849386 0.5938902 0.8030641 0.1921445 0.5808893 0.7909482 0.1446577 -0.09292882 0.9850764 -0.6312448 0.1743828 0.7556993 0.1906186 0.5856197 0.7878048 0.1845149 0.8245491 0.5348064 -0.4562212 0.2800073 0.8446303 0.3241981 0.4703513 0.8207648 -0.267983 0.4499039 0.8518937 0.4733421 0.3085421 0.8250679 0.4557939 0.04788351 0.88876 0.158391 0.2067323 0.9654836 0.3661 0.593585 0.7166662 -0.2315134 -0.2355723 0.9438459 0.113834 -0.3744316 0.9202246 -0.1776177 0.4181341 0.8908353 -0.5337687 0.3972899 0.7464522 -0.5223853 -0.1841182 0.8325755 -0.2252266 0.4895169 0.8423719 -0.3802606 0.4365673 0.8153325 -0.3051241 0.6861171 0.6603595 -0.01867729 0.5442671 0.8386791 0.1503341 0.8071841 0.5707877 -0.3076876 0.4653157 0.8299204 -0.04907375 0.1928769 0.9799799 -0.2779015 0.334727 0.9003876 0.01794487 0.4463637 0.8946501 0.2031006 0.2706686 0.9409772 0.3646046 -0.1999267 0.9094211 0.1138646 0.9629811 0.2442396 0.194647 0.1921445 0.9618518 0.3252663 -0.3027741 0.8958098 0.2015442 0.2188787 0.95468 0.3224586 -0.312479 0.8934904 0.08301031 0.1146275 0.9899289 0.2528458 -0.3330485 0.9083529 0.01333653 0.1506699 0.988464 0.1836909 -0.2848598 0.9407636 0.2334055 0.2533341 0.9387799 0.1671193 -0.3625293 0.916837 0.3022248 0.1643422 0.9389325 0.01110869 0.1167943 0.9930723 0.154973 0.2208319 0.9628895 -0.04388558 0.1084933 0.9931028 0.1996826 0.1110873 0.9735099 0.305002 0.2736595 0.9121677 0.2640767 0.05246126 0.9630421 -0.1341593 -0.7464827 0.6516923 0.3406171 0.4797509 0.8085574 0.2355723 0.4873195 0.8408154 0.01293981 0.5380108 0.8428297 0.1276284 0.5405744 0.8315379 0.2017273 0.5693228 0.7969298 -0.1357768 0.07251197 0.9880673 -0.2779321 0.1840571 0.9427778 0.1688284 0.5043794 0.8467666 0.3185827 0.5177465 0.793939 -0.235908 -0.07348853 0.9689627 0.2398449 0.4266793 0.8720054 0.4125797 0.09985655 0.9054232 -0.1596423 -0.2651143 0.9508957 0.3753777 0.06454664 0.9245887 0.2581561 -0.6147344 -0.7452315 0.08255255 -0.8513444 -0.5180212 0.2865383 -0.4227424 -0.8597369 -0.1391644 -0.02511668 -0.9899289 0.417127 -0.4609211 -0.7832576 0.2951445 -0.5898618 -0.7516099 0.1487777 -0.4100467 -0.8998383 -0.275277 0.3631398 -0.8901029 -0.1539964 0.1796624 -0.9715873 0.2045045 -0.5905026 -0.7806635 -0.2143925 0.2692038 -0.938902 0.1499374 -0.5940428 -0.7903074 -0.08636736 0.1717581 -0.9813227 0.04361093 -0.7146214 -0.6981109 0.09845268 0.1522263 -0.9833979 3.35704e-4 -0.3663747 -0.9304483 0.2186956 0.4111453 -0.8849147 0.03015226 -0.4432508 -0.8958709 -0.1873226 -0.7637562 -0.6176946 -0.1479232 -0.7904905 -0.5943174 -0.1843013 -0.7440108 -0.6422315 -0.02874839 -0.3682058 -0.9292886 0.3138828 0.4713584 -0.8241829 -0.08319342 -0.3082064 -0.9476608 0.3011872 0.4355297 -0.848262 -0.08859521 -0.5098422 -0.8556475 -0.01379436 0.3214514 -0.9468063 0.1233253 0.5142979 -0.8486893 0.003570616 0.2142704 -0.9767449 0.00439465 -0.5121006 -0.8588824 -0.04165774 0.1247291 -0.9913023 0.4826197 -0.1601306 -0.8610492 -0.2880642 -0.4183477 -0.8613849 0.4409925 -0.04300057 -0.8964507 0.366802 -0.3540757 -0.8602557 -0.3255409 -0.2927946 -0.8990142 0.02526932 0.3287454 -0.9440596 -0.02502512 -0.4256417 -0.9045076 0.00238043 -0.6131779 -0.7899106 -0.4418775 0.06811732 -0.894467 -0.4530168 0.00225836 -0.8914762 0.3612171 -0.6460464 -0.6723838 -0.4620502 -0.1976379 -0.8645284 -0.2582171 0.1077914 -0.9600208 -0.3782464 0.4793237 -0.7919248 0.08877831 0.973632 0.2098453 -0.2179937 -0.1366008 -0.9663381 -0.3535875 0.3738822 -0.857387 -0.2121341 -0.06442457 -0.9750969 -0.3167516 0.4717246 -0.8228706 -0.2214728 -0.1794183 -0.9584949 -0.3027131 0.3576159 -0.8834193 -0.09448528 -0.2183294 -0.9712821 -0.1279641 -0.1268959 -0.9836116 -0.02984708 -0.1156041 -0.9928281 0.001739501 0.1286965 -0.9916685 -0.3310343 -0.3283792 -0.8846095 -0.1338236 -0.4251533 -0.8951384 -0.07763904 0.4016541 -0.9124729 -0.1272317 0.1506088 -0.9803461 0.0643025 0.6152837 -0.785638 -0.3261513 -0.3820002 -0.864681 -0.1212806 0.04959255 -0.9913633 0.161687 0.6714072 -0.7231971 -0.4075747 -0.4345225 -0.8031251 -0.2930998 -0.3216651 -0.9003266 0.2458266 0.5599231 -0.7911924 -0.113773 -0.1765496 -0.9776605 0.2622761 0.3581347 -0.896054 -0.37022 -0.4982452 -0.78399 -0.2075564 -0.531724 -0.82107 0.5197302 0.5454573 -0.6575213 -0.5554369 -0.8294931 -0.05838185 -0.1272927 -0.3246559 -0.9372234 0.4555193 0.7625965 -0.459212 -0.4159368 -0.7922605 -0.4463942 0.2037721 -0.9361248 -0.2865688 0.4309824 -0.6933805 -0.5774407 -0.07138276 -0.04934841 0.9962157 0.07138276 0.3124485 0.9472335 0.3755303 0.743553 0.553209 -0.2052674 -0.2280953 0.9517197 0.403882 0.2956938 -0.865688 0.05902278 -0.2428968 -0.9682303 -0.001434326 -0.2463148 -0.9691458 -0.3196203 -0.7629933 -0.5618458 -0.2070375 -0.2854396 0.9357585 0.089877 -0.3655507 0.9264199 0.1705069 0.2460402 0.9541001 0.2920926 -0.09356975 0.9517807 0.3428449 -0.4480727 0.8256173 -0.03189182 0.1159703 0.9927366 -0.04593032 -0.008972406 -0.9989013 0.1794488 -0.4090396 -0.8946806 0.3815729 -0.7761162 -0.501999 -0.2814112 -0.859798 -0.4260079 -0.04428231 -0.08926659 -0.9949949 0.02087461 -0.6994842 -0.7143163 -0.4203314 0.6937773 -0.5847651 0.335551 0.7017426 -0.6284372 -0.2544938 0.6922513 0.6752526 -0.1974852 0.8295847 0.5222327 0.1408123 0.8360241 0.5302897 0.5397503 0.7241127 0.4292734 0.7713859 -0.04779195 0.6345409 0.6137883 -0.3219093 0.7208472 0.3655202 0.8152104 -0.449202 0.5824763 -0.2847988 -0.7612842 0.6371654 -0.4503921 -0.6254158 0.4234138 0.5473495 0.7218543 -0.2413098 -0.7839595 -0.5719474 -0.05227816 -0.896878 -0.4391003 -0.3670461 0.6240425 0.6897794 -0.9266945 -0.25721 0.2739036 -0.5649586 0.4811548 0.6702475 -0.3072603 0.716361 0.6263619 -0.8603473 0.09067046 0.5014802 -0.4615619 0.4858241 0.7422102 -0.7404706 0.6242256 0.2490005 -0.8845485 0.3873409 0.2598041 0.3599658 -0.8435316 0.3985107 0.3425092 -0.8403272 0.4200873 0.3123264 -0.7991272 0.5136265 0.2027649 -0.8023316 0.5613574 0.0539872 -0.813593 0.5788751 -0.1926938 -0.9641408 0.1823786 -0.7070223 -0.696524 0.1221351 -0.6606952 -0.7269509 0.1870479 -0.6733299 -0.733665 0.09121978 -0.5502488 0.3083896 -0.7759331 -0.7535631 0.4894253 -0.4388256 0.7945189 0.2619099 -0.5478377 -0.1445051 0.9651479 -0.2180547 0.01913505 -0.5636769 -0.8257393 0.7521592 -0.5822626 -0.3085116 0.5178686 -0.8036134 -0.2932218 -0.1187475 -0.4113284 -0.9036836 0.164922 -0.8991058 -0.4054384 -0.04464852 -0.5838801 -0.8106021 0.005859553 -0.710593 -0.7035432 0.1794793 -0.9382305 -0.2957243 0.004028439 -0.599353 -0.8004395 0.2343516 -0.9636524 -0.1280251 -0.1757255 -0.7188025 -0.6725974 0.1251258 -0.9695425 -0.2104556 -0.2772912 -0.3273415 -0.9032868 -0.3169957 -0.5360576 -0.7823725 -0.4710532 -0.7906125 -0.3911862 -0.2104861 -0.3107089 -0.9268777 -0.3049104 -0.2936186 -0.9059725 -0.277871 -0.3325602 -0.9011811 -0.3809626 -0.664449 -0.6428724 -0.1808832 -0.3706168 -0.9109775 -0.2948393 -0.6406446 -0.708945 -0.3845943 -0.6231575 -0.6809595 -0.05087435 -0.9984436 0.02264469 0.2515946 0.6202887 -0.7428815 -0.1176488 -0.9862972 -0.1155431 -0.5963317 -0.7492294 0.2880642 0.08114868 0.9259316 0.3688162 -0.3548387 0.8198187 0.4493851 -0.8117008 0.1511887 0.5641041 -0.821955 0.1487167 -0.5497604 -0.7723624 -0.3608509 0.52266 -0.33961 -0.8488419 0.4050416 -0.2595599 -0.462508 -0.8477432 -0.3221534 -0.9148228 0.2434766 -0.3320109 -0.9122593 -0.2397839 -0.05267494 -0.8826869 0.4669332 0.4380322 -0.865688 0.2422559 0.1948606 -0.8427381 -0.5017548 -0.6624042 -0.7062899 0.2496719 -0.3742485 -0.904416 0.2047181 -0.413892 -0.4527421 -0.7897275 0.002655088 -0.3449812 0.9385968 -0.2399975 0.02682572 0.9703971 0.6210212 -0.7596668 0.1928159 0.6155889 -0.7860652 0.05587935 0.8873257 0.4189581 -0.1926023 -0.1968749 -0.7367168 -0.6468703 0.552263 -0.8330027 0.03152561 0.214362 -0.3322245 0.9184851 0.6950286 0.2672201 0.6674398 -0.2566606 -0.9318522 0.256325 0.216895 -0.4529862 0.8647115 0.8503372 0.4644002 -0.247383 -0.08920556 0.4982757 0.8623921 -0.1597338 0.0109561 0.9870907 -0.275277 0.2182683 0.9362468 -0.2350841 -0.001831054 0.9719535 0.02948087 0.4084597 0.9122593 -0.2918485 0.7107761 0.6399732 -0.4710227 -0.4574725 0.7541734 0.09762871 0.4425489 0.8913846 -0.2666402 -0.3320414 0.9047822 0.07382422 0.5403302 0.8381603 -0.2222357 -0.5038911 0.8346812 0.01855522 0.5290689 0.8483535 -0.04724264 -0.2744835 0.9604175 -0.2363048 0.6097598 0.7564928 -0.1642506 0.3193457 0.9332866 -0.07138276 0.3189489 0.9450667 0.09360027 -0.2544328 0.9625233 0.1304666 0.329722 0.9349956 0.2220221 -0.3127537 0.9234901 -0.1811884 0.6956084 0.6951811 -0.1009247 0.760155 0.6418348 0.1248817 0.3149205 0.9408246 0.1598254 -0.1627552 0.9736015 0.07666248 0.5524156 0.8300119 -0.02597123 0.7690054 0.6386914 0.01965391 0.04715108 0.9986877 -0.04849386 0.5938902 0.8030641 -0.1969969 0.6221504 0.757683 -0.1691336 0.01486247 0.9854732 -0.1921445 0.5808893 0.7909482 -0.1446577 -0.09292882 0.9850764 0.6312448 0.1743828 0.7556993 0.3670461 0.6240425 0.6897794 -0.1845149 0.8245491 0.5348064 0.4562212 0.2800073 0.8446303 -0.1906186 0.5856197 0.7878048 0.267983 0.4499039 0.8518937 -0.4684897 0.3178808 0.8242744 -0.4026307 0.1118198 0.908475 -0.158391 0.2067323 0.9654836 -0.3661 0.593585 0.7166662 0.2315134 -0.2355723 0.9438459 -0.08728289 -0.3302408 0.9398175 0.1776177 0.4181341 0.8908353 0.07138276 -0.04934841 0.9962157 0.5223853 -0.1841182 0.8325755 0.2252266 0.4895169 0.8423719 0.3802606 0.4365673 0.8153325 0.3076876 0.4653157 0.8299204 0.3051241 0.6861171 0.6603595 0.04907375 0.1928769 0.9799799 0.2779015 0.334727 0.9003876 -0.01794487 0.4463637 0.8946501 -0.2031006 0.2706686 0.9409772 -0.1138646 0.9629811 0.2442396 -0.3646046 -0.1999267 0.9094211 -0.194647 0.1921445 0.9618518 -0.3252663 -0.3027741 0.8958098 -0.2015442 0.2188787 0.95468 -0.3224586 -0.312479 0.8934904 -0.08301031 0.1146275 0.9899289 -0.2528458 -0.3330485 0.9083529 -0.01333653 0.1506699 0.988464 -0.1836909 -0.2848598 0.9407941 -0.2334055 0.2533341 0.9387799 -0.1671193 -0.3625293 0.916837 -0.3022248 0.1643422 0.9389325 -0.01110869 0.1167943 0.9930723 -0.0266121 0.2025818 0.9788812 0.04388558 0.1084933 0.9931028 -0.1996826 0.1110873 0.9735099 -0.154973 0.2208319 0.9628895 -0.2640767 0.05246126 0.9630421 0.1341593 -0.7464827 0.6516923 -0.3406171 0.4797509 0.8085574 -0.305002 0.2736595 0.9121677 -0.01293981 0.5380108 0.8428297 -0.1276284 0.5405744 0.8315379 -0.2355723 0.4873195 0.8408154 -0.2017273 0.5693228 0.7969604 0.2779321 0.1840571 0.9427778 -0.1688284 0.5043794 0.8467666 -0.3185827 0.5177465 0.793939 0.1357768 0.07251197 0.9880673 -0.2398449 0.4266793 0.8720054 -0.4125797 0.09985655 0.9054232 0.235908 -0.07348853 0.9689627 -0.2581561 -0.6147344 -0.7452315 0.1391644 -0.02511668 -0.9899289 -0.2865383 -0.4227424 -0.8597369 -0.2951445 -0.5898618 -0.7516099 -0.2045045 -0.5905026 -0.7806635 -0.1487777 -0.4100467 -0.8998383 0.275277 0.3631398 -0.8901029 -0.1499374 -0.5940428 -0.7903074 0.08636736 0.1717581 -0.9813227 -0.04361093 -0.7146214 -0.6981109 -0.09845268 0.1522263 -0.9833979 -3.35704e-4 -0.3663747 -0.9304483 -0.03015226 -0.4432508 -0.8958709 -0.2186956 0.4111453 -0.8849147 0.1873226 -0.7637562 -0.6176946 0.1479232 -0.7904905 -0.5943174 0.1843013 -0.7440108 -0.6422315 0.02874839 -0.3682058 -0.9292886 -0.3138828 0.4713584 -0.8241829 0.08319342 -0.3082064 -0.9476608 -0.3011872 0.4355297 -0.848262 0.08859521 -0.5098422 -0.8556475 0.01379436 0.3214514 -0.9468063 -0.1233253 0.5142979 -0.8486893 -0.003570616 0.2142704 -0.9767449 -0.00439465 -0.5121006 -0.8588824 0.04165774 0.1247291 -0.9913023 0.04428231 -0.08926659 -0.9949949 -0.4409925 -0.04306161 -0.8964507 -0.1441694 -0.0877102 -0.9856258 0.1189306 -0.330546 -0.9362468 -0.4826197 -0.1601306 -0.8610492 0.2880642 -0.4183477 -0.8613544 -0.366802 -0.3540757 -0.8602557 -0.417127 -0.4609211 -0.7832576 0.3255409 -0.2927946 -0.8990142 -0.02526932 0.3287454 -0.9440596 0.02502512 -0.4256417 -0.9045076 0.2413098 -0.7839595 -0.5719474 -0.08255255 -0.8513444 -0.5180212 0.001434326 -0.2463148 -0.9691458 -0.4234443 0.2214118 -0.8784143 -0.02389597 0.1724601 -0.9847102 -0.00238043 -0.6131779 -0.7899106 0.4530168 0.00225836 -0.8914762 -0.3612171 -0.6460464 -0.6723838 0.4418775 0.06811732 -0.894467 0.2582171 0.1077914 -0.9600208 -0.08877831 0.973632 0.2098453 0.2179937 -0.1366008 -0.9663381 0.3782464 0.4793237 -0.7919248 0.2121341 -0.06442457 -0.9750969 0.3535875 0.3738822 -0.857387 0.2214728 -0.1794183 -0.9584949 0.3167516 0.4717246 -0.8228706 0.09448528 -0.2183294 -0.9712821 0.3027131 0.3576159 -0.8834193 0.02984708 -0.1156041 -0.9928281 0.1279641 -0.1268959 -0.9836116 0.3310343 -0.3283792 -0.8846095 0.3544725 -0.4217353 -0.8345286 0.1338236 -0.4251533 -0.8951384 -0.001739501 0.1286965 -0.9916685 0.07763904 0.4016541 -0.9124729 0.1272317 0.1506088 -0.9803461 -0.0643025 0.6152837 -0.785638 0.3261513 -0.3820002 -0.864681 0.1212806 0.04959255 -0.9913633 -0.161687 0.6714072 -0.7231971 0.4075747 -0.4345225 -0.8031251 0.3049104 -0.2936186 -0.9059725 0.2930998 -0.3216651 -0.9003266 -0.2458266 0.5599231 -0.7911924 0.1374554 -0.0343638 -0.9898984 0.113773 -0.1765496 -0.9776605 0.37022 -0.4982452 -0.78399 0.2075564 -0.531724 -0.82107 -0.5197302 0.5454573 -0.6575213 0.5554369 -0.8294931 -0.05838185 0.1272927 -0.3246559 -0.9372234 -0.4555193 0.7625965 -0.459212 0.4159368 -0.7922605 -0.4463637 -0.4611957 -0.680868 -0.5688955 -0.401471 0.07577741 -0.9126865 -0.1953794 -0.9432051 -0.2685629 0.01867729 0.5442671 0.8386791 -0.1503341 0.8071841 0.5707877 -0.3755303 0.743553 0.553209 -0.07138276 0.3124485 0.9472335 0.2052674 -0.2280953 0.9517197 -0.403882 0.2956938 -0.865688 -0.05902278 -0.2428968 -0.9682303 0.3196203 -0.7629933 -0.5618458 0.1596423 -0.2651143 0.9508957 -0.4313181 0.8594318 0.2743614 -0.783105 0.04315316 0.6203498 -0.2777795 0.2684713 0.9223304 0.03189182 0.1159703 0.9927366 -0.002197325 -0.683401 -0.7300028 -0.02087461 -0.6994842 -0.7143163 0.4203314 0.6937773 -0.5847651 -0.1120029 0.2112796 0.9709769 -0.1835383 0.2582476 0.9484543 0.3090609 0.7714469 -0.5561388 0.1974852 0.8295847 0.5222327 -0.1723685 0.7600635 0.626545 -0.5397503 0.7241127 0.4292734 -0.2264473 0.7612842 -0.6075625 -0.3765679 0.7324748 -0.567156 0.3072603 0.7163915 0.6263619 0.7721793 -0.3610035 0.5228431 0.8601947 0.09036529 0.5018464 0.5337687 0.3972899 0.7464522 0.4579913 0.4868618 0.7437361 0.7404706 0.6242256 0.2490005 0.5336161 0.7908567 0.2996002 0.8845485 0.3873409 0.2598041 -0.4379711 -0.865688 0.2422559 -0.3599658 -0.8435316 0.3985107 -0.3425092 -0.8403272 0.4200873 -0.3123264 -0.7991272 0.5136265 -0.2027649 -0.8023316 0.5613574 -0.0539872 -0.813593 0.5789056 0.1926938 -0.9641408 0.1823786 0.7070223 -0.696524 0.1221351 0.6606952 -0.7269509 0.1870479 0.6733299 -0.733665 0.09121978 0.65038 -0.4200568 -0.6328623 0.7535631 0.4894253 -0.4388256 0.4620502 -0.1976379 -0.8645284 0.821955 0.1487167 -0.5497604 0.1445051 0.9651479 -0.2180547 -0.01913505 -0.5636769 -0.8257393 -0.1948606 -0.8427381 -0.5017548 -0.5178686 -0.8036134 -0.2932218 0.1187475 -0.4113284 -0.9036836 -0.164922 -0.8991058 -0.4054384 0.04464852 -0.5838801 -0.8105716 -0.1794793 -0.9382305 -0.2957243 -0.005859553 -0.710593 -0.7035432 -0.2343516 -0.9636524 -0.1280251 -0.004028439 -0.599353 -0.80047 -0.1251258 -0.9695425 -0.2104556 0.1757255 -0.7188025 -0.6725974 0.1176488 -0.9862972 -0.1155431 0.2772912 -0.3273415 -0.9032868 0.4710532 -0.7906125 -0.3911862 0.3169957 -0.5360576 -0.7823725 0.2104861 -0.3107089 -0.9268777 0.1808832 -0.3706168 -0.9109775 0.277871 -0.3325602 -0.9011811 0.3809626 -0.664449 -0.6428724 0.2595599 -0.462508 -0.8477432 0.2948393 -0.6406446 -0.708945 0.3845943 -0.6231575 -0.6809595 0.05087435 -0.9984436 0.02264469 0.33961 -0.8488419 0.4050416 -0.3348796 0.8102664 0.4809107 -0.5073092 0.3796502 -0.7736137 0.05267494 -0.8826869 0.4669332 0.3320109 -0.9122593 -0.2397839 0.5963317 -0.7492294 0.2880642 0.8117008 0.1511887 0.5641041 0.3548387 0.8198187 0.4493851 0.3221534 -0.9148228 0.2434766 0.04782247 0.801294 -0.5963011 0.6624042 -0.7062899 0.2496719 0.2399975 0.02682572 0.9703971 0.3742485 -0.904416 0.2047181 0.2442701 -0.6436354 -0.7252724 0.413892 -0.4527421 -0.7897275 -0.002655088 -0.3449812 0.9385968 -0.6210212 -0.7596668 0.1928159 -0.4886624 -0.01467937 -0.8723411 -0.8873257 0.4189581 -0.1926023 0.1968749 -0.7367168 -0.6468703 -0.552263 -0.8330027 0.03152561 -0.6950286 0.2672201 0.6674398 -0.214362 -0.3322245 0.9184851 -0.6155889 -0.7860652 0.05587935 0.2566606 -0.9318522 0.256325 0.0529496 -0.7268899 -0.6846828 -0.8503372 0.4644002 -0.247383 -0.7521592 -0.5822626 -0.3085116 -0.5781121 -0.1802423 0.7957701 -0.2368236 -0.6302988 0.7393109 0.7967467 0.02294987 0.6038392 0.7961974 -0.1289407 0.5910825 0.8489029 0.1065401 0.5176855 0.6756188 0.2484207 -0.6940824 0.8053224 0.3261208 0.4950102 -0.147557 -0.9781183 0.1465498 0.7679678 0.2329478 0.5965758 0.4886624 -0.01467937 -0.8723411 -0.0529496 -0.7268899 -0.6846828 0.8774071 0.4444715 -0.1804865 -0.4179815 -0.03128147 0.9078952 -0.7967467 0.02294987 0.6038392 -0.8489029 0.1065401 0.5176855 -0.7961974 -0.1289407 0.5910825 0.5807672 -0.1787469 0.7941527 -0.7945189 0.2619099 -0.5478377 -0.8053224 0.3261208 0.4950407 -0.6756188 0.2484207 -0.6940824 -0.9963988 0.05380409 0.06524854 -0.4207282 -0.6009705 0.6795251 -0.3995788 -0.5637685 0.7228309 -0.5907773 -0.3699148 0.7170019 -0.4662618 -0.6451918 0.6052126 0.147557 -0.9781183 0.1465498 -0.216895 -0.4529862 0.8647115 -0.8774071 0.4444715 -0.1804865 -0.7679678 0.2329478 0.5965758 -0.552324 0.01355022 -0.833491 -0.1480147 0.9852901 0.08523815 -0.1559801 0.985107 0.07232886 -0.779931 0.6254463 0.0216071 -0.7745598 0.6317026 0.03082364 -0.1353191 0.9804987 0.1423383 0.5816828 0.8032166 0.1282387 0.5673086 0.8176825 0.0974456 0.179754 -0.9818415 -0.06054872 0.1950132 -0.9781793 -0.07126069 0.7526475 -0.6542253 -0.07382422 0.7284463 -0.683401 -0.04779195 0.1669973 -0.9848628 -0.0458998 -0.4473708 -0.8920561 -0.06357002 -0.4530168 -0.8891873 -0.06399726 -0.08044677 0.9628285 -0.2577899 -0.09118926 0.925779 -0.366863 -0.7104709 0.6922513 -0.1264076 -0.7302774 0.6821802 0.0356456 -0.1041597 0.9945372 0.004058957 0.65038 0.732902 -0.1994384 0.08151489 -0.9957579 0.0424512 0.1023591 -0.9932554 0.05386513 0.7267983 -0.6865139 0.02047789 0.7182531 -0.695761 -0.001068115 0.07953119 -0.9967955 0.006042659 -0.6032594 -0.7973876 0.01367229 -0.5759758 -0.817011 0.02649003 0.3082675 -0.9213843 -0.2366405 0.3244118 -0.897763 -0.2978911 0.74926 -0.6418348 -0.1631214 0.7520676 -0.6577044 -0.04208499 0.3046358 -0.9505295 -0.06045717 -0.5025788 -0.8349559 -0.2241279 -0.5469833 -0.7888119 -0.280282 0.1768242 -0.9789117 0.1022675 0.08792382 -0.9811701 0.1719107 0.8724021 -0.4730064 -0.122898 0.8331248 -0.5435652 -0.1019929 0.2220526 -0.9614856 0.1619006 -0.7920164 -0.6104313 0.005645871 -0.8647115 -0.5022126 0.006469905 -0.9924314 0.09817802 0.07345801 -0.9845882 0.143498 0.09988707 -0.988403 0.05505537 0.1413617 -0.8200934 0.4686728 0.3282266 -0.8006836 0.3940855 0.4511551 -0.1263161 0.6035646 0.787225 -0.05435341 0.5488449 0.8341319 -0.6752831 0.4260384 0.6020081 -0.2093875 0.8261361 0.5230568 0.8173772 0.3807795 0.4322642 0.59859 0.4531694 0.6605121 0.986755 -0.1060518 -0.1225928 0.9929502 -0.04843282 -0.108066 0.8356273 0.478988 0.2687765 0.9810785 -0.1927854 -0.01696825 0.4886624 0.5988037 0.6344798 0.3078402 0.6262398 0.7162389 -0.4395581 0.6101871 0.6591082 -0.563097 0.5994751 0.5687735 -0.4540544 0.7409589 0.4947355 0.5675833 0.6300852 0.5298929 0.9868465 0.08154541 0.1394391 0.956206 0.1755119 0.2341074 0.9381085 -0.3079317 -0.1583605 0.9641103 -0.2138432 -0.1571398 0.9839473 0.04397714 0.1727958 0.8767968 -0.4644917 -0.1243324 0.2442701 -0.9528184 -0.1800592 0.4376965 -0.8806116 -0.1813715 0.6260567 -0.7579882 -0.1828364 -0.5873593 -0.8080386 -0.04550307 -0.4886929 -0.8720664 -0.0241096 -0.6879177 -0.7247841 -0.03756827 -0.9939574 -0.1052888 0.03064054 -0.953795 0.2464064 0.1719107 -0.9453108 0.2499465 0.209479 -0.9988708 -0.04113894 0.02331614 -0.9861751 -0.1629078 0.02978605 -0.9418012 0.3039338 0.143498 -0.08603167 0.8331859 0.5461898 -0.08255255 0.8007141 0.5932798 -0.7607043 0.5158544 0.3939329 -0.8010193 0.4985198 0.3313089 -0.1020234 0.9048738 0.4132206 0.847499 0.4760277 0.2347179 0.74691 0.5688345 0.3442183 0.9846187 -0.1338236 -0.112125 0.9865108 -0.0871303 -0.138493 0.8410291 0.4953764 0.2173223 0.9802545 -0.1957762 -0.02673417 0.6990875 -0.714652 0.02246159 0.7471237 -0.6643269 -0.02081358 0.7616505 -0.647145 -0.03176975 -0.1362346 -0.9775384 0.1607715 -0.1656239 -0.9598071 0.2265083 -0.1466719 -0.9809564 0.1271095 -0.8813745 -0.4621723 0.09762871 -0.8991363 -0.4244514 0.106418 -0.9917905 0.08221685 0.09781181 -0.9887081 0.1091952 0.1023285 -0.8557695 -0.5105746 0.08328497 -0.9924924 0.07342749 0.09759819 -0.7835627 0.5612049 0.2665181 -0.9623097 -0.04300057 0.2685018 -0.7841426 -0.5706046 0.2439039 -0.5604724 -0.623188 0.5453963 -0.6302073 -0.3343303 0.7007355 -0.7506027 0.5082553 0.4221625 -0.1585131 -0.9591357 0.23426 0.593524 -0.7651906 0.2492446 -0.08255255 -0.8138066 0.5751823 0.9236427 -0.3185827 0.2129276 0.7809076 0.4134953 0.4681234 0.6209296 -0.4777978 0.6213874 0.4652547 -0.6938383 0.5496383 -0.04626601 0.8398694 0.5407575 -0.5815302 0.1396527 0.801416 0.03094571 0.2660298 0.9634388 0.6522416 -0.0167241 0.7578051 -0.9557176 0.2318491 0.1810968 -0.9697256 -0.2203131 0.1049226 -0.8920561 -0.3674429 0.262978 -0.9070406 -0.09805595 0.4094058 -0.4189886 0.7132786 0.5618153 -0.732078 -0.6786706 0.05856502 0.01901298 -0.999176 0.03524887 -0.7191076 -0.6324961 0.287759 0.6166875 -0.770684 0.1603747 0.827662 -0.2013611 0.5238197 -0.006164729 -0.8422803 0.5389569 -0.3392742 -0.8806726 0.330546 0.5251625 0.5402692 0.6574603 -0.5954161 0.2565996 0.7613148 -0.06622517 0.03274631 0.9972534 0.2261421 -0.4835963 0.8455458 0.9078646 -0.291818 0.3009735 0.7346416 0.4941862 0.4647664 0.5825068 -0.375988 0.7206031 0.5112461 -0.539079 0.6693015 0.7010407 -0.6231269 0.3467208 -0.1839045 0.9168065 0.3544114 -0.7653127 0.4618976 0.4481948 -0.4998016 0.1883602 0.8453933 -0.05984675 0.5088657 0.8587298 0.5361186 0.1657765 0.827662 -0.8795129 -0.07495343 0.469924 -0.563158 -0.6678671 0.4865566 -0.2665486 -0.5471664 0.7934202 -0.4654073 -0.224372 0.8561663 0.2297128 -0.8825038 0.4103214 0.77987 -0.6247139 0.03860586 0.1988281 -0.6507462 0.7327494 -0.7026582 -0.6977752 0.1389813 0.262093 -0.9089938 0.3239845 0.741966 -0.5881527 0.3217566 0.5147557 -0.2551042 0.8184759 0.107303 -0.3862117 0.9161351 -0.4506058 -0.4060183 0.7950072 -0.5212256 -0.7605212 0.3871273 0.09537035 -0.9493698 0.299295 0.6861171 -0.6445204 0.3373211 0.487289 -0.2954497 0.8217109 0.1106296 -0.4886929 0.8653829 -0.3359783 -0.3968627 0.854152 -0.5681021 -0.7418439 0.356212 -0.5979492 -0.8014771 0.008178949 -0.15421 0.8780481 0.4530168 -0.7112339 0.581988 0.3942076 -0.1345255 0.4305856 0.8924528 0.2283394 0.3070162 0.9238868 0.4705954 0.6415296 0.6057314 0.1634876 -0.9616687 0.2200384 0.6912137 -0.6526078 0.3102817 0.4314402 -0.3589282 0.8276315 0.09009063 -0.516068 0.8517716 -0.3039033 -0.504593 0.8080691 -0.4602191 -0.8341319 0.3039643 -0.1211889 0.879696 0.4597918 -0.7614368 0.6439101 0.07449567 -0.7025666 0.5512558 0.4499649 -0.4193548 0.1818597 0.8894009 -0.06567579 0.3469649 0.9355449 0.3542588 0.2939848 0.8876919 0.5638295 0.6810511 0.4671468 0.04754781 -0.5361186 0.8427686 -0.615894 -0.5659963 0.5479904 0.1264992 -0.377514 0.9172949 0.966979 0.2546464 0.006683528 0.9656056 0.2587054 0.02502512 0.9972839 0.01443523 -0.07214576 0.996765 0.01406902 -0.07882928 0.9573046 0.2888882 0.009216547 0.9853206 -0.1505478 -0.0803247 0.9989624 0.009491205 -0.04385507 0.9807733 -0.1886349 -0.04959255 0.7796564 -0.6190985 -0.09384441 0.9895932 -0.1098056 -0.09268468 -0.9129612 -0.4008606 -0.07589954 -0.4362621 -0.8984649 -0.04907375 -0.9049043 -0.4217963 -0.05648976 -0.994171 -0.06021296 -0.08923608 -0.9938048 -0.05706959 -0.09524822 -0.9186071 -0.3881955 -0.0737937 -0.9895322 0.1339762 -0.05307167 -0.9960021 -0.06204408 -0.0640583 -0.988403 0.1495712 -0.02581864 -0.9909665 0.1198462 -0.06009089 -0.8801233 -0.379162 0.2856227 -0.507767 -0.1496017 0.848384 -0.9421674 -0.06299018 0.3290811 -0.9435713 0.07321387 0.3229163 -0.4700766 -0.04235965 0.8815882 -0.4927824 -0.07965326 0.8664816 0.9173559 0.1962035 0.3462935 0.5029145 -0.02008116 0.8640705 0.937376 -0.0328989 0.3467208 0.9374676 -0.1600695 0.3090304 0.4596393 -0.08749651 0.883755 0.4970244 -0.05920588 0.865688 0.03003019 -0.1852778 0.9822077 -0.004760861 -0.06247138 0.9980163 -0.03405863 0.07449567 0.9966124 0.9840999 0.1647999 -0.06619465 0.9791864 0.1610767 0.1232337 0.9958495 -0.08447521 0.03323465 0.9944761 -0.0972014 -0.03906369 0.9850154 0.1380352 -0.1032441 0.6763207 0.6761376 -0.2922147 0.9656056 -0.2591326 -0.02063047 0.9649953 -0.262154 -0.007385432 0.9674367 -0.2526932 -0.01297032 0.9944456 -0.09341716 -0.04794454 -0.939787 -0.3397321 -0.03671371 -0.938139 -0.3459578 0.01257359 -0.9985046 -0.04995876 0.02209538 -0.9965209 -0.0554521 -0.06170839 -0.9945067 -0.05682545 -0.08767968 -0.9380474 -0.3440046 -0.04129153 -0.9809259 0.1866207 -0.05389565 -0.9804987 0.1913815 0.0439161 -0.7414777 0.6423841 -0.1936399 -0.9793695 0.1769768 -0.09726244 -0.8917204 -0.2692343 0.3637196 -0.4545121 -0.07696765 0.8873867 -0.427076 0.09237951 0.8994721 -0.9093601 -0.001159667 0.4159673 -0.9039888 0.1879635 0.3839839 -0.4847255 0.1580248 0.8602557 -0.4816126 0.3071078 0.8207648 0.8247932 0.1423993 0.5471358 0.3732109 0.0770592 0.9245277 0.9013031 -0.04333627 0.4309824 0.6409497 0.7610706 0.09955137 0.9289224 -0.1926023 0.3162023 0.4433424 0.01498454 0.8962066 0.5438703 -0.04470956 0.8379467 -0.03015226 0.05560469 0.9979858 0.04651015 0.08722186 0.9950865 0.07281714 0.07608264 0.9944151 -0.2808619 0.9222999 0.26545 -0.3264565 0.9451888 0.001586914 -0.7425459 0.5980407 0.3015229 -0.4817957 0.1796929 0.8576312 -0.1232337 0.3487045 0.929075 0.4152348 0.3061006 0.8566546 0.5328227 0.737724 0.4145329 -0.3327128 0.9429914 0.0055238 -0.3400067 0.9403973 0.005096554 -0.7695242 0.6384167 -0.01449626 -0.7524949 0.6580096 -0.02703934 -0.7365947 0.6761681 -0.01220738 0.508713 0.8608967 0.006256282 0.5117954 0.859035 0.01040679 0.5181432 0.8552507 0.00427258 0.292642 -0.9098789 0.2939848 0.1095615 -0.3903623 0.9140904 -0.3055208 -0.3176977 0.8975799 -0.4604633 -0.7941222 0.396588 0.3406476 -0.9367352 -0.08029419 0.7401654 -0.5727409 0.3522446 0.4141667 -0.2220526 0.8826869 0.3444624 -0.9273049 -0.1463362 0.7671438 -0.6335032 -0.1004059 0.7644886 -0.6423231 -0.05441445 -0.4702903 -0.8674886 -0.1619922 -0.5054171 -0.8401135 -0.1967223 0.3552049 -0.9197363 -0.1669057 -0.307474 0.9508652 -0.03549301 0.5354167 0.8443556 -0.01910454 0.5403302 0.8410291 -0.02624589 -0.318125 0.9471114 -0.04165774 -0.752739 0.6572161 -0.03707998 -0.7487716 0.6620075 -0.03207492 -0.3006073 0.9532151 -0.03161716 0.5371563 0.8431654 -0.02246159 -0.2666097 0.9278237 0.2607806 0.5222327 0.7628102 0.3812677 -0.7334209 0.6146123 0.2903836 -0.4727012 0.3168737 0.8222297 -0.1543321 0.4636677 0.8724327 0.3251747 0.4050111 0.8544877 -0.06601148 0.1596423 0.9849544 0.4385815 -0.007751643 0.898648 0.02771079 -0.141911 0.9894711 -0.4067812 -0.04812765 0.9122288 -0.4882962 -0.001495361 0.8726463 0.08993804 -0.4039125 0.9103366 0.421308 -0.1857661 0.8876613 0.5796686 -0.2125309 0.7866146 -0.4953764 -0.1208227 0.8601947 -0.9215674 -0.2219001 0.3184301 -0.9367962 0.04666274 0.3467208 -0.9613636 -0.2587969 -0.09369182 -0.45085 -0.8879055 -0.09106719 -0.9328593 0.1788384 0.3126621 -0.9512009 0.3012177 -0.06665241 0.9500107 0.09002959 0.2988983 0.9210487 -0.1342509 0.3655202 0.9842525 0.176458 -0.01013213 0.9144261 -0.1840266 0.3604541 0.9660634 -0.2561113 -0.03335672 0.9865719 0.1612293 -0.02575761 0.996704 -0.07464826 -0.03149509 0.9957885 -0.07278662 -0.05563521 0.9957579 -0.07174897 -0.05703908 0.9889828 0.1454207 -0.02746665 0.9681082 -0.2432325 -0.05984675 0.7812433 -0.6140324 -0.112186 0.971923 -0.225074 -0.06845301 -0.9684744 -0.2068544 -0.1386455 -0.9903256 0.07263404 -0.1181982 -0.9846187 0.08297979 -0.1535386 -0.9761956 -0.1450545 -0.1611072 -0.9576403 0.2687765 -0.103122 -0.9644154 0.2476882 -0.09225744 -0.9829401 0.08597064 -0.1625416 -0.9764397 -0.1861934 -0.108951 -0.9738762 -0.2204352 -0.05423134 -0.9955443 0.06454664 -0.06845301 -0.9930723 0.07544171 -0.08981597 -0.9837947 -0.1307718 -0.1225318 -0.9660024 0.2505264 -0.06341743 -0.9633473 0.2631916 -0.05163729 -0.9679861 0.2439039 -0.05899226 -0.9920042 0.08145385 -0.09607225 0.9881893 0.1510971 -0.02465891 0.9870907 0.1592456 -0.0167241 0.9960326 -0.072573 -0.05102694 0.9955748 -0.07547223 -0.0554521 0.9890744 0.1452681 -0.02423167 0.9656056 -0.2484207 -0.07644885 0.9969176 -0.07358008 -0.02633744 0.965331 -0.259743 -0.02496409 0.7722404 -0.605884 -0.1910458 0.9707328 -0.2237617 -0.08688616 0.943144 0.1268349 0.3071078 0.5334635 -0.02288883 0.8454848 0.9421979 -0.06674396 0.3283181 0.9437239 -0.1708426 0.2831202 0.4878689 -0.00213629 0.8728904 0.5362102 0.06723225 0.8413953 -0.9523301 -0.1660206 0.2558062 -0.6370739 0.0678426 0.7677847 -0.9599903 0.09262365 0.2642292 -0.4952849 -0.8663595 -0.06384468 -0.9366741 0.2156133 0.2758568 -0.5526292 0.1382488 0.821833 -0.5365154 0.07184052 0.8408154 -0.07135224 0.2763756 0.9583728 -0.04647964 0.1036103 0.9934996 0.001617431 -0.1257362 0.9920347 0.4843288 0.8369091 -0.2548601 0.5909605 0.6740013 -0.4431898 0.9835506 0.1787469 0.02523881 0.9920957 0.12537 0.004669308 0.4343394 0.8835414 -0.1751762 -0.5797601 0.7934812 -0.1850337 -0.552263 0.7528001 -0.3580737 -0.7562181 -0.6537981 0.02511668 -0.8202765 -0.5508896 0.1537522 -0.9976806 -0.05172884 -0.04406869 -0.7006745 -0.6556292 -0.2813501 0.2913907 -0.9492782 0.1179235 0.2981658 -0.8977935 0.3240455 0.9272439 -0.3592334 0.1055635 0.9248635 -0.3227332 0.2010254 0.322367 -0.9083224 -0.2664266 0.9243751 -0.3606677 -0.1241188 0.9815669 0.1361736 -0.1338847 -0.9443037 0.3044221 -0.1246986 -0.9340495 0.3191931 -0.1601001 -0.9411298 0.301828 -0.1520127 -0.9999085 0.01058989 0.006561458 0.2006286 0.8256478 -0.5272683 0.1336711 0.8072756 -0.5747856 0.8676412 0.3627735 -0.3399152 0.9496445 0.2081362 -0.2341685 0.3348491 0.8702964 -0.361095 -0.6992706 0.6525468 -0.291818 -0.6810511 0.6457412 -0.3451338 -0.9710379 0.2261726 -0.07675403 -0.964446 0.2517777 -0.07992798 -0.6696066 0.7032991 -0.2386242 -0.9667348 0.2027039 -0.155919 -0.9464706 -0.2619099 -0.1885128 -0.9695425 -0.1868038 -0.15833 -0.2800989 -0.9406415 -0.1915341 -0.1001923 -0.9877316 -0.1195105 -0.8527482 -0.01916557 -0.5219275 -0.3802911 -0.8862575 -0.2642903 0.642964 -0.7656484 -0.01843315 0.708121 -0.7053133 0.03222751 0.9656361 -0.2592242 0.01757866 0.9762871 -0.2109439 0.04843282 0.9256569 -0.3281045 -0.1882992 0.9563586 0.1462447 -0.2529069 0.1812799 0.8027589 -0.568041 0.1324808 0.7734306 -0.6198309 0.8005921 0.4153874 -0.4317759 0.9141209 0.2671896 -0.3048494 0.2763146 0.9222388 -0.2703024 -0.6896878 0.6459853 -0.3271279 -0.6135136 0.6705527 -0.4170049 -0.9797357 0.1908932 -0.0605182 -0.9684744 0.2410657 -0.06259346 -0.70983 0.6670126 -0.2262642 -0.9745171 0.1528062 -0.1640675 -0.9025239 -0.4219184 0.08603167 -0.9404278 -0.311716 0.1355327 -0.1018403 -0.9794915 0.1738029 -0.08478039 -0.9540086 0.2874844 -0.09530925 -0.9938353 -0.05627608 0.6821497 -0.7223426 -0.1134373 0.7258217 -0.6753136 0.1307718 0.9730827 -0.2303842 0.002502501 0.9876706 -0.1563768 9.46074e-4 0.790521 -0.5796686 0.1974852 0.9367962 -0.2960295 -0.186407 0.9438154 0.2071596 -0.2573931 -0.00238043 0.8781396 -0.4783471 -0.03625595 0.8127384 -0.5814387 0.6515092 0.6115299 -0.4488968 0.8092288 0.5039827 -0.301767 0.07443463 0.9842219 -0.1603747 -0.7692496 0.5877865 -0.2504654 -0.6848659 0.6211127 -0.380932 -0.9988708 0.03540146 -0.03152561 -0.9949034 0.0912503 -0.04239016 -0.7821589 0.6159856 -0.09335607 -0.9962462 0.03027433 -0.08081299 -0.7820673 -0.6159856 0.09411907 -0.8287606 -0.5406354 0.1441694 0.05453658 -0.98764 0.1468856 0.06485182 -0.9680472 0.2421948 -0.7784967 -0.6234931 -0.07187104 0.05343788 -0.9943846 -0.09131133 0.7634816 -0.6250191 -0.1625721 0.7895138 -0.6073794 0.08798485 0.9978942 -0.05389565 -0.03592026 0.9992676 0.02868735 -0.02417063 0.8331553 -0.5262917 0.169866 0.9757989 -0.07666248 -0.2046266 0.8451491 0.4869533 -0.2203436 -0.01974546 0.7587206 -0.6511124 -0.04150515 0.694235 -0.7185278 0.5759453 0.5689566 -0.586993 0.777337 0.474105 -0.4134342 0.04983669 0.9328593 -0.3566698 -0.7542344 0.5302591 -0.3871883 -0.6295358 0.5654164 -0.5328532 -0.9980773 0.03610336 -0.05032497 -0.9914548 0.1065401 -0.07513654 -0.7767266 0.5851925 -0.2327952 -0.9915769 0.016541 -0.1282998 -0.7824336 -0.6125676 0.1118198 -0.8441115 -0.5113071 0.1612598 0.06698811 -0.9856563 0.1547899 0.07061982 -0.966155 0.2480544 -0.7607043 -0.6449171 -0.07306128 0.06729328 -0.9956359 -0.06454664 0.7546617 -0.6387524 -0.1497848 0.7981811 -0.5923643 0.1093783 0.998291 -0.04162722 -0.04049801 0.997406 0.05114901 -0.05047756 0.850734 -0.4923856 0.1836909 0.9691763 -0.09195226 -0.228431 0.820246 0.4705649 -0.3251747 -0.5063326 0.8403272 -0.1934263 -0.5640126 0.7776421 -0.277749 0.4439222 0.8447218 -0.2988983 0.4637287 0.8849452 -0.04223757 -0.4113284 0.9072848 -0.08706927 -0.9132969 0.407239 0.001770019 -0.931547 0.3634755 -0.009460687 0.3386944 -0.9407941 -0.01303136 0.3350017 -0.9410383 0.04684591 -0.5684072 -0.8172857 0.09439373 -0.5438093 -0.8378247 0.04788351 0.3575854 -0.9035615 -0.2359691 0.9044771 -0.4263741 -0.007934808 0.965331 0.2543413 -0.05807667 0.959563 0.2541887 -0.1207922 0.9169286 -0.3989074 0.007629573 0.9607532 0.2665792 0.07632678 0.2183294 -0.9724113 0.08191168 0.2356334 -0.9587695 0.1588183 -0.6483352 -0.7371135 0.1904965 -0.640492 -0.7589038 0.1174657 0.2030701 -0.9556566 -0.2131107 0.7717826 -0.6029847 -0.2017884 0.7759331 -0.6289255 0.04831075 -0.1057772 0.9255349 0.3635365 -0.1165502 0.9034395 0.4124882 0.6825159 0.6427198 0.347911 0.6596271 0.6895047 0.2990509 0.6761986 0.7354351 0.04272586 -0.1045869 0.9829707 0.1509751 -0.7298807 0.6763512 0.09884941 -0.7095859 0.6405225 0.2935575 0.03854483 -0.9797052 0.1966612 0.03518784 -0.9636524 0.2647786 -0.6284372 -0.7665029 0.1323893 -0.6459853 -0.7554552 -0.1093173 0.05581831 -0.9931333 -0.1026337 0.6876431 -0.6829127 -0.2464675 0.6733299 -0.7333292 0.09390544 -0.03430277 0.9727165 0.2293466 -0.03979611 0.9576403 0.2851039 0.6489761 0.7520676 0.1148411 0.6713462 0.7152318 -0.1941282 -0.01397746 0.9997559 -0.01544231 -0.7111728 0.7007966 -0.05554366 -0.6789148 0.720481 0.1411786 0.02059996 -0.9972534 -0.07086396 0.01678514 -0.9995117 -0.02633744 -0.7239601 -0.689169 -0.02990812 -0.7252418 -0.6855983 -0.06289863 0.043733 -0.9720451 -0.2305978 0.7248756 -0.6039918 -0.3311868 0.737724 -0.6698508 -0.08359014 -0.1206091 0.9857479 0.1171605 -0.104831 0.9854427 -0.1337321 -0.7771539 0.6272774 0.05008083 -0.1378216 0.9739372 0.1800592 0.6988739 0.7137058 0.04663223 0.6843776 0.6846828 -0.250618 -0.1172826 0.7950072 -0.595111 -0.7792901 0.4248176 -0.4606464 -0.7885983 0.6037477 -0.116306 0.5483871 0.4897305 -0.6777856 0.4948881 0.1132236 -0.8615375 -0.08105713 0.2543718 -0.963683 0.05551314 -0.7992798 -0.5983459 0.6049074 -0.409009 -0.6831874 -0.7251198 -0.6645405 -0.1803033 -0.6886807 -0.4975432 -0.5273599 0.007934808 -0.2086245 -0.9779351 0.4232917 -0.03784292 -0.905179 0.003723204 0.8631245 -0.5049288 -0.7039399 0.5384686 -0.4631184 0.5788446 0.523484 -0.6251717 0.4272286 0.1203345 -0.896054 -0.01306188 0.2647175 -0.9642018 0.0509659 -0.7833186 -0.6195257 0.5688955 -0.4364147 -0.6970428 -0.6292306 -0.5229957 -0.5748772 -0.006134212 -0.1413922 -0.9899289 0.3798334 -0.02291935 -0.9247413 -0.0700705 0.8948637 -0.4407178 -0.6786401 0.5605945 -0.4744713 0.5743584 0.6025269 -0.5540941 0.2951445 0.1009247 -0.9500717 0.004547238 0.2549211 -0.9669179 0.1279336 -0.6804102 -0.7215491 0.6592609 -0.3531602 -0.6637776 -0.5862911 -0.4580828 -0.6681112 -0.4258248 0.01553392 -0.9046297 -0.002533018 -0.04293954 -0.999054 0.9649037 0.2562944 -0.05679494 0.375988 0.9238868 -0.07104706 0.8470107 -0.4295786 -0.3129673 0.6484573 -0.4426099 -0.6193121 0.7457503 0.203711 -0.6342662 0.345378 -0.7943358 -0.4996796 0.8803369 -0.4645833 -0.09537035 -0.4869533 -0.8575701 -0.1654408 -0.420484 -0.7896054 -0.4468215 -0.0864284 -0.7031465 -0.7057405 0.3040559 -0.6177862 -0.7251503 -0.371868 0.9167455 -0.1456953 -0.8336436 0.5276345 -0.1630909 -0.8741417 0.4852748 0.0180059 0.2707907 0.7885373 -0.5521104 -0.1283303 0.5969116 -0.7919553 -0.5993225 0.4479202 -0.6634114 0.8533891 -0.120426 -0.5071261 0.7787714 0.4797509 -0.4041261 0.6348155 -0.5721305 -0.5192419 0.4865566 -0.3812677 -0.7860347 0.5617237 -0.1630909 -0.8110599 0.02768027 -0.891995 -0.4511246 -0.7087924 -0.5472274 -0.445082 -0.01696825 -0.5384076 -0.842494 -0.9434187 -0.002166807 -0.3315531 -0.7529832 0.6045717 -0.259682 -0.6757103 -0.07522809 -0.7332682 -0.5870236 -0.3379009 -0.7356487 0.06576734 0.9738457 -0.2173528 0.6604511 0.2480239 -0.7087008 -0.02423167 0.6502884 -0.75927 -0.7118747 0.3588977 -0.6036256 0.8983734 -0.08478039 -0.4309213 0.820246 0.4975432 -0.2821436 0.6779687 -0.5393231 -0.4994354 0.56798 -0.3581957 -0.7409894 0.6433912 -0.117954 -0.7563707 0.01413005 -0.8839992 -0.4672384 -0.7587817 -0.5140233 -0.4000061 -0.03402811 -0.5346538 -0.8443556 -0.973632 0.02703934 -0.2264778 -0.7703177 0.6250496 -0.1260719 -0.7534105 -0.03021329 -0.6568194 -0.6827906 -0.3095492 -0.6617634 0.0806604 0.9923093 -0.09356975 0.7458114 0.291818 -0.5988037 -0.01315343 0.7005524 -0.7134312 -0.7803278 0.4103824 -0.4718161 0.8207038 -0.2977691 -0.4875942 0.8805506 0.2565081 -0.3985107 0.6147038 -0.6215705 -0.4855495 0.5369732 -0.4151127 -0.7343669 0.5616627 -0.2666402 -0.7831965 -0.05984675 -0.883755 -0.4640949 -0.870449 -0.4814295 -0.1025117 -0.7621387 -0.43202 -0.4821314 2.44148e-4 -0.5070345 -0.8619037 -0.9046602 0.09787285 -0.414716 -0.6872158 0.6415296 -0.3407086 -0.575457 -0.01855522 -0.8175909 -0.6144902 -0.2254402 -0.7560045 0.3047884 0.9335002 -0.1887875 0.6540422 0.04251223 -0.7552111 0.1846675 0.5999939 -0.7783746 0.7740409 -0.3717765 -0.5124363 0.8717612 0.1166722 -0.4758141 0.3794671 -0.7135227 -0.5889462 0.2894681 -0.4957732 -0.8187506 0.4278085 -0.3561205 -0.8307138 -0.4267098 -0.737724 -0.5230873 0.5406354 -0.8047731 -0.2449721 -0.8831141 -0.2226325 -0.4129154 -0.3480026 -0.4535966 -0.8203986 -0.9239479 0.1432539 -0.3545945 -0.6515397 0.658742 -0.3762016 -0.7054048 -0.004943966 -0.7087619 -0.7504501 -0.1582689 -0.6416517 0.3746147 0.8284555 -0.416242 0.6091495 -0.1086459 -0.7855464 0.1701101 0.4181951 -0.8922697 -0.9405805 0.2818384 -0.1893368 -0.9566027 -0.05090487 -0.286813 -0.6325877 0.764214 -0.1255837 -0.765862 0.62331 -0.1577501 -0.9113132 0.293527 -0.288583 -0.944731 0.05270546 -0.3234962 0.9179357 -0.2637715 -0.2962737 0.9389935 0.2125003 -0.2703329 0.4416334 -0.7290872 -0.5228431 0.7265542 -0.5185706 -0.4507279 0.9281289 -0.08423107 -0.3625599 0.9133275 0.2156133 -0.345439 -0.558153 -0.6310312 -0.5387127 -0.9815669 -0.07376319 -0.1761223 -0.08035522 -0.3980529 -0.9138157 0.3191626 0.9341716 -0.1593981 0.08758813 0.8683737 -0.488052 0.1763054 -0.1963256 -0.9645375 -0.5625477 -0.2455519 -0.7894223 -0.03009122 -0.1577196 -0.9869991 -0.03949093 -0.09475994 -0.9946898 0.07333594 -0.1630299 -0.9838863 -0.5335856 0.2156438 -0.817774 -0.1408429 -0.2203436 -0.9651784 -0.6294443 0.2263863 -0.7433089 0.03515732 0.3628041 -0.9311808 -0.974456 0.1601611 0.1572619 -0.9848933 0.1705374 -0.02975553 -0.9959716 0.02304142 -0.08633685 -0.9935606 5.18815e-4 0.1131626 -0.9728385 0.1363261 0.1870479 -0.7310709 0.5976135 0.3291421 -0.9833674 -0.1452071 0.1090731 -0.9904172 -0.1175573 -0.07242041 -0.9789727 -0.1412397 0.1469771 0.9720451 -0.2312082 0.04049801 0.9634083 -0.2005981 -0.1776482 0.9922788 -0.1139561 0.04843282 0.9894101 -0.1167638 0.08615374 0.9678335 -0.2371898 0.08349859 0.7816401 -0.6145818 0.1063265 0.991699 0.07202368 0.1062654 0.9796137 -0.09244054 -0.1782281 0.9892269 0.0903958 -0.1150853 0.9898068 0.03747671 0.1373333 0.7974486 0.02130192 -0.6029542 0.6946929 -0.04428231 -0.7178869 0.3057344 -0.103885 -0.9464095 0.7654958 -0.01232945 -0.6432996 0.3632008 0.1111178 -0.9250466 0.2995392 0.2243415 -0.9273049 0.1922056 0.02880942 -0.9808954 -0.8528398 0.04336678 -0.5203406 -0.7613148 0.1007416 -0.6404615 -0.4103824 0.2417371 -0.8792688 -0.8289743 0.08896142 -0.5521104 -0.3278604 0.0525223 -0.9432356 -0.2954802 -0.07608264 -0.9522996 -0.214423 0.1184423 -0.969512 -0.02545243 0.3190405 -0.9473861 0.01202428 0.0878933 -0.9960326 0.03830069 -0.1560106 -0.9869991 -0.9836726 0.177282 -0.02999967 -0.9978332 0.04788351 -0.04480117 -0.9855037 0.1695303 0.004119992 -0.7876217 0.6094241 0.09067046 -0.9746086 0.1543321 -0.1620532 -0.9783929 0.0458998 -0.2014527 -0.9927976 -0.1094393 -0.04846334 -0.9808954 -0.07672351 -0.1786859 -0.9931638 -0.1147801 -0.01843315 -0.9988403 0.04617446 -0.01229894 0.9892269 -0.1268959 -0.07290869 0.9221778 -0.08798485 -0.3765679 0.9975891 0.02026426 -0.0661031 0.9996643 0.01818901 0.01693773 0.9913328 -0.1309549 0.008362054 0.7360454 -0.676809 -0.01116973 0.9869686 0.153386 -0.04806661 0.9161962 0.02166813 -0.4000977 0.9291971 0.122837 -0.3484908 0.7062594 0.694998 0.1345866 0.9884945 0.1465193 0.03671371 0.7091586 0.009521722 -0.7049471 0.6353038 0.01013213 -0.7721793 0.4494156 -0.1015045 -0.8875088 0.7028108 0.03967404 -0.7102268 0.3675344 0.1692556 -0.9144566 0.332194 8.24e-4 -0.9431746 -0.8718833 0.03061002 -0.4886929 -0.8308054 0.03015226 -0.5557116 -0.4340037 0.04763936 -0.8996247 -0.5156102 0.1517685 -0.843257 -0.5522325 -0.02331614 -0.8333384 -0.8896145 0.06070131 -0.45262 -0.6424146 0.04745626 -0.7648549 -0.5311442 -0.07278662 -0.8441115 -0.02145451 0.2100284 -0.9774468 0.003692686 0.02893149 -0.9995728 0.01806694 -0.1447492 -0.9892575 -0.981048 0.1936399 -0.00326544 -0.9706717 0.1678518 -0.1720023 -0.9787591 0.01040679 -0.2046876 -0.9993897 -0.001403808 -0.03451639 -0.9789117 0.2021851 0.028077 -0.6784265 0.7128514 0.1775872 -0.9765008 -0.2153691 0.002441465 -0.9699698 -0.1752983 -0.1684927 -0.6387219 -0.7474288 0.1825922 -0.9779351 -0.2059084 0.03509628 0.9806208 -0.1909543 -0.04358041 0.9220557 -0.1413007 -0.3603015 0.9176611 0.02819907 -0.3962829 0.9967345 0.01684617 -0.0786767 0.9826045 -0.1830805 0.0305795 0.6782739 -0.7150792 0.168981 0.9755241 0.2155217 -0.04293954 0.9191565 0.1832941 -0.3485519 0.6413159 0.745201 0.1825617 0.9740288 0.224372 0.02990812 0.7138584 0.04867702 -0.6985687 0.6237068 0.03573715 -0.7808161 0.3722953 -0.1197851 -0.9203162 0.6943266 0.02380442 -0.7192602 0.3312479 0.197882 -0.922544 -0.8512223 -0.02844321 -0.5240028 -0.811243 0.03939938 -0.5833308 -0.4843593 0.1420941 -0.8632161 -0.5161595 -0.02026426 -0.8562273 -0.8724021 0.05227816 -0.4859157 -0.5611438 0.07864618 -0.8239387 -0.5053865 -0.1203345 -0.8544267 -0.4096194 0.0432142 -0.9112217 -0.03048795 0.2477187 -0.9683218 -0.01684617 0.01608324 -0.9997254 -0.01837211 -0.1918393 -0.9812311 0.2741783 0.01727342 -0.9615162 0.01901298 -0.1030305 -0.9944761 -0.008514642 0.2437818 -0.9697256 -0.3005158 -0.006317317 -0.9537339 -0.2958159 0.193701 -0.9353618 -0.03207492 0.349559 -0.9363384 0.259621 0.1826227 -0.9482712 0.276162 -0.03518784 -0.960448 0.1708121 0.1840266 -0.9679556 -0.05600142 0.5254982 -0.8489029 -0.05215609 0.1345866 -0.9895017 -0.4156621 0.206183 -0.8857998 -0.4015625 0.4040956 -0.821833 -0.225959 0.2604144 -0.9386578 0.2802515 0.4385815 -0.8538469 0.3393048 0.3080233 -0.8887906 -0.8134098 0.1394391 -0.564684 -0.7600635 0.1734367 -0.6262398 -0.9746696 0.1974852 -0.1048005 -0.6815394 0.7316813 0.01190221 -0.6169317 0.6185187 -0.4866176 -0.8543046 0.08618426 -0.5125278 -0.594409 -0.3919187 -0.7021699 -0.6286508 -0.7144688 -0.3070772 -0.9741814 -0.142796 -0.174749 -0.9877316 0.0228278 -0.1543626 0.7753227 0.1034577 -0.6230049 0.6913968 0.05447548 -0.7203894 0.955504 -0.1758171 -0.2367016 0.7368694 -0.6028016 -0.305948 0.6526994 -0.292581 -0.6987823 0.7776421 0.09768974 -0.6210212 0.5482345 0.634846 -0.5443892 0.6456496 0.761803 -0.05224764 0.9725028 0.144322 -0.1826838 0.9714957 -0.06399726 -0.2281869 0.9921262 0.1228675 -0.02401804 0.9929807 -0.1025422 -0.05887019 0.6425977 0.7601245 0.0959807 0.6455581 0.7533494 0.1251564 0.9938658 0.1103549 0.003662168 0.9687185 -0.2370373 -0.0730918 0.7367473 -0.6627094 -0.1340067 0.9656361 -0.2550126 -0.049501 0.728782 -0.6774499 -0.09933775 -0.9828486 -0.1780755 -0.0477004 -0.9998474 -0.01153594 -0.01156651 -0.6216315 -0.7687613 -0.1502121 -0.6245613 -0.7723624 -0.1155736 -0.9836421 -0.1784417 -0.02426218 -0.9998779 -0.01153594 0.009887993 -0.9812616 0.1904965 0.02844321 -0.6739097 0.7284768 0.1230201 -0.981872 0.1824091 0.0509659 -0.6793115 0.7191992 0.1457259 0.09335607 -0.6298105 -0.7710807 0.1663869 -0.9223304 -0.3487045 -0.0527665 0.9166234 -0.3961913 -0.06323432 0.9961242 0.06076234 -0.0658589 0.9850764 0.1589709 -0.06875818 0.9811701 0.1803644 0.1718802 -0.9689932 -0.1774651 0.1687063 -0.9757683 -0.1392254 -0.5679495 0.09524822 -0.8174993 -0.8071841 -0.1306192 -0.5756402 -0.4399243 0.3057649 -0.8443251 -0.3856014 0.446028 -0.8076419 -0.3358867 0.268746 -0.902707 -0.3238624 -0.05478072 -0.9444869 -0.6769311 -0.1636707 -0.7175817 -0.8199408 -0.2584307 -0.5107272 -0.9945982 -0.05850398 -0.08542126 -0.9939879 0.1093173 0.001953184 -0.8202155 0.1380657 -0.5551012 -0.9594409 -0.1987365 -0.1998352 -0.9914243 0.03118991 0.1268654 -0.9543749 -0.0318613 0.2968536 -0.9940489 -0.1053804 0.02691727 -0.9544054 -0.1449324 0.2609027 -0.7029328 -0.1619312 0.6925261 -0.4326914 0.4957122 0.7529832 -0.9727775 0.03176975 0.2294687 -0.9827265 0.04184085 0.1802118 -0.9837642 0.03445535 0.1759392 -0.3065584 0.2642598 0.9143956 -0.9784234 0.06176942 0.1969969 -0.9708548 0.09530925 0.2198858 -0.8397168 0.1157567 -0.5305033 -0.9799188 0.1586657 0.1205481 0.06772053 0.07638782 0.9947508 -0.9527574 0.2542497 -0.1660512 -0.9433577 0.2805871 -0.1769463 -0.843318 0.280404 -0.4584185 -0.890347 0.2566606 -0.3759575 -0.9468673 0.2611774 -0.1875057 -0.9483627 0.2450026 -0.2013916 -0.8150883 0.2208624 -0.5355388 -0.9642934 0.1830195 -0.1913815 -0.9558397 0.2523881 -0.1503646 -0.8662679 0.2580645 -0.4277169 -0.9831538 0.120487 -0.1374248 -0.892819 0.1010468 -0.4388867 -0.9944761 0.07171845 -0.07632678 -0.9970397 0.06952112 -0.03274631 -0.8404492 0.1544541 -0.519364 -0.9756463 0.1424909 -0.1666616 -0.9758294 0.1285439 -0.1766411 -0.9475082 0.2114627 -0.2397534 -0.9798883 0.1483504 -0.1333964 -0.9785455 0.1232032 -0.1650136 -0.9684744 0.1381878 -0.2071901 -0.9833674 0.1116062 -0.1431013 -0.9897763 0.09939879 -0.1021454 -0.9952697 0.01568651 -0.09564501 -0.8707541 0.03286838 -0.490585 -0.8467971 0.03958249 -0.5303812 -0.9899594 0.01812797 -0.1400494 -0.9996948 0.0178228 -0.01660203 -0.9055452 0.06582838 -0.4190801 -0.9731437 0.02752768 -0.228492 -0.9716483 0.03811758 -0.233314 -0.7192297 0.02826011 -0.6941435 -0.7358928 0.02206486 -0.6766869 -0.9519333 0.04333627 -0.3031709 -0.99176 0.05343788 -0.1163671 -0.9279153 0.05105745 -0.3692435 -0.9824519 0.08807641 -0.1643727 -0.9926145 0.05990779 -0.1053498 -0.9980468 0.01855522 -0.0592364 -0.9094211 -0.08099609 0.4078494 -0.7726677 -0.1557664 0.6153752 -0.9647206 -0.08883935 0.2478103 -0.4195075 -0.1312601 0.8981903 -0.1069673 0.1011688 0.9890744 0.2820215 -0.2946257 0.9130222 0.352977 -0.1844844 0.9172338 0 0.0914945 0.9957885 -0.4148076 -0.05191195 0.908414 -0.7924742 0.03027433 0.6091189 -0.4643086 0.004791378 0.8856471 0.2339854 -0.1249732 0.9641408 0.3149205 -0.1698049 0.9337748 -0.4217353 0.05600142 0.9049654 -0.2522965 0.07245093 0.9649037 0.3065584 -0.1238746 0.9437239 0.2609637 -0.1179845 0.9580981 -0.8461867 0.1315653 0.5163426 -0.9982299 -0.01364177 0.05764943 -0.9968871 0.0199896 0.07599109 -0.984344 -0.02972501 0.1736808 -0.992645 -0.05896174 0.1054414 -0.9989318 -0.04568618 -0.001342773 -0.9802545 -0.1407208 0.1387371 0.6278878 -0.433546 0.6463515 0.01144438 -0.9760125 -0.2172918 -0.9926756 -0.1037019 -0.06152528 -0.8126774 -0.2179632 -0.5403913 -0.8925749 -0.2467727 -0.3773003 -0.4900052 -0.2553178 -0.8334605 -0.6038392 -0.4130375 -0.6817225 -0.8958709 -0.2750633 -0.3488876 -0.9366436 -0.2632527 -0.2309946 -0.971862 -0.2281869 -0.05838185 -0.9543138 -0.2193365 -0.202887 -0.9801935 -0.1962035 -0.02584916 -0.9434187 -0.1981872 0.2657552 -0.5717643 -0.09808647 0.8145085 -0.6440016 -0.2165593 0.733726 -0.9010895 -0.07821893 0.4264351 -0.7874386 -0.4331797 -0.4384594 -0.9156469 -0.2759178 -0.2923063 -0.9462874 -0.2245857 -0.2324594 -0.4357433 -0.6154363 -0.6567583 -0.05893123 -0.8471023 -0.5280923 -0.3810541 -0.783227 -0.4912259 -0.7600635 -0.5608692 -0.328135 -0.9567858 -0.2128055 -0.1980041 -0.9936827 -0.1087985 0.02673417 -0.9530015 -0.2716453 -0.1339152 -0.9959411 -0.04886013 0.07550275 -0.8708457 0.09265416 0.4826807 -0.4698935 0.2874844 0.8345897 -0.4883877 0.08871728 0.8680685 -0.9007233 0.2264473 0.3706168 -0.5178381 0.5230262 0.6769311 -0.2039857 -0.9396039 -0.2747581 -0.6759545 -0.7130345 -0.1859798 -0.01632738 -0.9584643 -0.2847072 0.1008331 -0.9749748 -0.1980346 -0.01086455 -0.981109 -0.1930295 -0.9648732 -0.2623981 -0.01089507 -0.992523 0.01757866 0.1206701 -0.9732963 -0.2282174 0.02438426 -0.9434797 0.2774743 0.1812189 -0.8979156 0.3296304 0.2916043 -0.4823756 0.7153539 0.5055086 -0.8017212 0.5159459 0.3016144 -0.1555528 0.8799707 0.4487442 -0.9896237 0.1423383 0.01818901 -0.9153417 0.2502213 -0.3154088 -0.4424573 0.4363231 -0.7834407 -0.5164647 0.3309122 -0.789758 0.787286 0.3866085 -0.4802698 0.2067018 0.8420667 -0.4981536 -0.3580737 0.5156407 -0.7783135 -0.2856838 0.5812861 -0.7618641 -0.2581256 0.8917204 -0.3716849 -0.4564348 0.5481125 -0.7008576 0.05539107 0.07281714 -0.9957885 0.05850398 0.0653401 -0.9961242 0.9580981 -0.2538225 -0.1326029 0.2855312 -0.03128147 -0.9578539 0.3480026 -0.02124083 -0.9372234 0.9609363 -0.2550126 0.1073336 0.9671316 -0.1808527 0.1785943 0.4251838 -0.02511668 -0.9047517 0.1358073 -0.04995876 -0.9894406 0.9874569 -0.1124607 -0.1107211 0.132023 0.01107817 -0.9911801 -0.1775872 0.08160644 -0.9806818 0.9676809 -0.1128879 -0.2254402 0.894406 -0.0132755 -0.4469741 -0.1092257 -0.07681506 -0.9910275 0.0871303 0.0849635 -0.9925535 0.9578844 0.0592364 -0.2808924 0.1322367 0.04419076 -0.9902036 0.9912717 -0.0242927 -0.129429 0.02441477 -0.06048768 -0.9978637 0.9460127 -0.1252174 -0.2988678 0.9550768 -0.02716147 -0.2950835 -0.1556444 0.9866939 0.04690694 0.6768395 0.7351604 0.03726309 -0.2402722 0.6910001 0.6817225 -0.7696463 0.5862606 0.2528153 -0.7358013 0.5863826 0.3386639 -0.1264687 0.9895627 0.06881922 0.9900815 -0.1278115 -0.05783253 0.9819636 -0.1170384 -0.1483199 0.9557482 -0.1414533 -0.2578509 0.9996948 -0.02246159 0.007141292 0.7354656 0.04174929 -0.6762291 0.8995941 -0.05325478 -0.4334239 0.9939268 0.05197298 0.09692674 0.9947203 0.03640854 0.09579759 0.9693594 0.078341 -0.2327647 0.9866634 -0.1608631 -0.02465891 0.9805597 -0.1438642 0.1332438 0.6072268 -0.01574754 -0.7943358 0.7875912 -0.1653493 -0.5935545 0.9621266 0.01779228 0.2719504 0.7251198 0.6648457 0.1792352 0.9623402 0.1480758 -0.2278206 0.7399518 0.6648152 -0.102237 -0.09106719 0.994293 0.055269 -0.7578051 0.6519364 -0.02584916 0.005584836 0.9936522 -0.1122471 -0.6671957 0.7093112 -0.2273018 -0.9720451 0.1732841 -0.1582384 -0.9690237 0.01709032 -0.2463148 -0.8645284 0.1010162 -0.4922636 -0.8759728 0.2798242 -0.3928343 -0.9037446 0.2209234 -0.3665883 -0.9556871 -0.01101714 -0.2941374 -0.932371 0.03576767 -0.3596912 -0.8124943 0.06100648 -0.5797296 -0.8200324 0.0275582 -0.5716422 -0.9489426 -0.009826958 -0.3152562 -0.9094516 -0.03088468 -0.4145939 -0.9480575 -0.001953184 -0.3180029 -0.8215583 0.06021296 -0.5669118 -0.8008973 0.1132236 -0.5879391 -0.7973876 0.08432263 -0.5974914 -0.943022 0.02203434 -0.3319498 -0.9020356 0.03003019 -0.4305551 -0.7138584 0.0241096 -0.6998199 -0.9569994 0.003021299 -0.2900174 -0.8234199 0.06720173 -0.5634327 -0.86816 -0.03390604 -0.4950712 -0.6687216 0.0612201 -0.7409589 -0.9066439 0.09253209 0.4115421 -0.9131749 0.07284766 0.4009827 -0.6704916 0.03567612 0.7410504 -0.6452834 0.07690662 0.760033 -0.8427381 0.1716666 0.5101474 -0.6711936 0.01120024 0.741142 -0.9114658 0.06695759 0.4058046 -0.8468582 0.2341074 0.4774621 -0.5739616 0.1003754 0.8126774 -0.5184179 0.1349833 0.8443861 -0.7593005 0.3288674 0.5614795 -0.8538774 0.2390515 0.4622638 -0.9162877 0.05667287 0.3964049 -0.9318217 -0.005432248 0.3627735 -0.683401 -0.002899229 0.7300028 -0.6803491 0.007476985 0.7328104 -0.8514664 0.05481123 0.5215003 -0.6219367 0.02523881 0.7826167 -0.9599903 0.09833061 0.2621235 -0.8930937 0.1248817 0.4321726 -0.8801233 0.02063047 0.4742271 -0.9739983 -0.01281774 0.2261726 -0.851558 0.1283303 0.5082858 -0.9774773 -0.0216071 0.2098758 -0.8434401 -8.24e-4 0.5371868 -0.7855464 0.006836116 0.6187323 -0.9226661 -0.02972501 0.3844112 -0.8321787 -0.08954131 0.5471664 0.9215064 -0.3533128 -0.1611072 0.9466232 -0.3095187 -0.08966338 0.7286294 -0.3178197 0.606647 0.9278542 -0.323893 -0.184698 -0.05423134 0.3917966 -0.918424 -0.0909146 -0.01263463 -0.9957579 0.1378521 0.0114749 -0.9903562 0.961974 -0.2674947 0.05487227 0.9702445 -0.2318491 0.06939905 0.9425032 -0.2604755 0.2092654 0.8738059 -0.328898 -0.3581347 0.9381085 -0.3101291 0.1540879 0.7408063 -0.5538805 0.3799554 0.7195654 -0.4836878 -0.4982452 0.9681387 -0.2370373 0.0803247 0.9847102 -0.1655018 -0.05389565 0.7932981 -0.1056551 0.5995666 0.9590442 -0.2343516 0.1590319 0.6868496 -0.2771691 0.6718345 0.9929197 -0.01718187 0.1174352 0.9945067 -0.03073209 -0.09970396 0.7908262 -0.0740379 0.6075015 0.9990845 -0.02075254 0.03723257 0.9934996 0.1028473 -0.04870754 0.7426069 0.6638692 0.08807641 0.9853206 0.03656113 0.1666616 0.9965819 -0.05648976 0.05981624 0.9307535 -0.07733386 0.3573107 0.9915464 -0.07919549 0.1025727 -0.5065767 0.1430097 -0.8502151 -0.4922941 0.1546068 -0.856563 0 0.1598559 -0.9871212 0 0.1667836 -0.9859615 -0.5205848 0.123722 -0.8447218 -0.8058413 0.1126743 -0.5812861 -0.7997986 0.122898 -0.5875424 -0.5230568 0.09051787 -0.847438 0 0.1336711 -0.990997 0 0.07950067 -0.9968261 -0.5181738 0.049501 -0.8538163 -0.8070925 0.1054414 -0.5808588 0.980102 -0.08413952 0.1796319 0.973632 -0.09897148 0.205298 0.8420667 -0.0894497 -0.5318766 0.9789422 -0.07797479 0.1885738 0.9758294 -0.1497543 0.1590319 0.9728385 -0.179754 0.1457259 0.7717216 -0.1549119 -0.6167791 0.9668874 -0.1394391 -0.2136296 0.9931638 -0.004150509 0.1161534 0.9723502 -0.004486203 -0.2334361 0.7720878 0.0563066 -0.6330149 0.934904 -0.2661824 0.2346873 0.9395734 -0.2873318 0.1860408 0.8146611 -0.2740257 -0.511063 0.9309061 -0.2583392 0.258095 0.9347515 -0.3418684 0.09643846 0.9470504 -0.3187353 0.03848379 0.6842555 -0.2912381 -0.6685385 0.9172644 -0.3311868 -0.2211066 0.9665822 -0.2001709 0.1600085 0.9461348 -0.1571093 -0.2830592 -0.8815577 0.2740257 -0.3843501 -0.8999298 0.239021 -0.3646046 -0.8312632 0.2213202 -0.5098727 -0.7930845 0.2262642 -0.5654775 -0.8952605 0.1839961 -0.4057435 -0.5832087 0.1173437 -0.803766 -0.7157506 0.2308115 -0.6590777 -0.926664 0.1333048 -0.3514207 -0.7869503 0.1766411 -0.5911741 -0.9225745 0.09753715 -0.3732414 -0.6497391 0.07498395 -0.7564318 -0.8393506 0.1172521 -0.5307474 -0.9281594 0.1182592 -0.3528245 -0.6521195 0.02209538 -0.7577746 -0.8422498 0.1037629 -0.5289468 -0.08008056 -0.09375286 0.9923399 0.01257359 -5.79852e-4 0.9999085 0.3996399 0.2249825 0.8886075 0.7505112 -0.0502029 0.6589251 0.1455122 -0.264687 0.9532762 0.01770073 0.1296426 0.9913938 -0.004943966 0.08044677 0.9967345 0.6558123 -0.09524822 0.7488632 -0.003845274 0.01916557 0.9997864 -0.08072143 0.3703421 0.9253517 0.2273934 -0.1233253 0.9659414 -0.00225836 -0.2578204 0.966155 -0.7968078 -0.0217902 0.6038087 -0.5325175 0.2883388 0.7957701 -0.2152776 0.1653798 0.9624317 -0.008392572 0.2535478 0.9672842 0.4790796 0.449324 0.7540208 0.6695151 0.06631672 0.7398297 -0.3840449 0.3959471 0.8340709 -0.02264469 0.2270882 0.9736015 0.03329569 -0.23014 0.9725639 0.1614734 0.1027558 0.9815058 -0.09189122 0.6842555 0.7233802 0.5321512 -0.006256282 0.846614 0.5179907 0.4406872 0.7330851 -0.3648488 -0.08047729 0.9275491 -0.6177557 0.1006805 0.77987 -0.561449 0.4229255 0.7112339 -0.0640583 0.7372967 0.6725059 -0.05774098 -0.2271798 0.9721061 0.5491195 -0.09475994 0.8303476 0.4122135 -0.06845301 0.908475 -0.4978179 -0.4565874 0.7373272 -0.7195654 0.07528913 0.6902676 -0.4654073 0.305948 0.8305002 0.276986 -0.1103244 0.9544969 0.005798459 0.09228795 0.9956969 0.01104766 0.1131931 0.9934996 -0.2104251 -0.02108824 0.9773553 0.1640369 -0.7945799 0.5845515 -0.4116642 -0.1115757 0.9044466 -0.176458 -0.1420331 0.9739983 0.2910245 0.1656239 0.942259 0.6616413 -0.1086153 0.741905 0.06567579 -0.2111575 0.975219 0.008606195 -0.2358775 0.9717399 -0.09805595 0.3397015 0.9353923 -0.4218879 0.09775078 0.9013336 -0.3901181 -0.03280735 0.9201636 0.6064944 -0.1685842 0.7769708 0.3375042 -0.444441 0.8297678 -0.1858272 -0.06256294 0.9805597 -0.2651448 -0.366039 0.891995 0.01910454 -0.1802423 0.9834285 0.2669454 -0.3086337 0.9129307 -0.05160677 0.1668752 0.9846187 0.1066011 0.1348612 0.985107 -0.5628224 0.2480544 0.7884457 0.5312357 -0.1399884 0.8355358 0.1232948 -0.1100497 0.9862362 -0.5871151 -0.09042632 0.8044069 -0.4708396 0.1541795 0.8686178 -7.93481e-4 -0.1963866 0.9804987 -0.09006011 -0.334727 0.9379864 -0.2746666 -0.4387646 0.8555559 -0.4520707 -0.008148431 0.891934 -0.3883481 -0.1453596 0.9099399 0.6963714 -0.08423107 0.7126988 0.5397809 -0.4408398 0.7170934 -0.1960509 -0.1189001 0.9733268 -0.1032746 -0.5222632 0.8464919 0.3869137 -0.3300882 0.8609882 0.07898187 0.2442396 0.9664602 0.4866482 -0.2016663 0.849971 0.1022675 -0.1006805 0.9896237 -0.4200568 -0.2616657 0.868923 -0.6341441 0.06973475 0.770043 -0.2035279 0.2027649 0.9578234 -0.05484175 -0.1285744 0.9901731 -0.6344798 -0.01281774 0.7728202 0.01763969 -0.5165868 0.8560137 0.2542802 -0.03292942 0.9665517 0.07943964 0.1512192 0.9852901 -0.2578509 -0.5428633 0.7992187 -0.4455702 -0.2801599 0.8502457 -0.4208502 0.08520764 0.9031037 0.1937315 -0.2233039 0.9552904 -0.002655088 0.3361309 0.9418012 -0.313242 0.7621693 0.5665151 0 0.8967254 0.4425489 0 0.4427625 0.8966033 0.03463846 -0.5670339 0.8229316 0.4214301 -0.1275979 -0.8978241 0.1263161 -0.05490279 -0.9904477 -0.5111545 0.177343 -0.8409681 -0.3329874 -0.1345255 -0.933256 0.1926023 -0.03140354 -0.9807428 -0.1202124 0.2517167 -0.9602954 0.01156651 0.2076479 -0.9781183 -0.01840263 -0.3931089 -0.9192786 -0.1622669 0.04062008 -0.9859005 0.3976867 -0.07919549 -0.9140599 0.005890071 0.01165807 -0.9999085 -0.5180822 0.1247596 -0.8461562 -0.3792535 -0.1859493 -0.9063997 0.1718192 -0.03335672 -0.9845576 0.1941587 -0.8355358 -0.5139622 -0.07940912 0.0275582 -0.9964293 0.2481459 0.2671285 -0.9311503 -0.2338328 0.7126072 -0.6613972 -0.2256538 0.05410927 -0.9726859 -0.08923608 0.01141387 -0.9959411 0.5148168 -0.3579516 -0.7789545 0.5525376 -0.0549333 -0.8316599 -0.001586914 -0.03106784 -0.9995117 -0.002227842 -0.0295419 -0.9995422 0.009613275 -0.5020295 -0.8647725 0.4730979 -0.007385432 -0.8809473 0.1676687 -0.004455685 -0.9858089 -0.3272805 0.2914518 -0.8988311 -0.4768517 0.06900233 -0.8762475 -0.3551134 -0.2395398 -0.9035921 0.1451155 -0.01156651 -0.9893186 0.03823965 0.001708984 -0.9992371 -0.1190527 0.02734458 -0.9924924 0.3291726 0.2584307 -0.9082003 -0.006042659 0.4272897 -0.9040803 -0.3376568 0.03796499 -0.9404889 -0.09717088 0.008209466 -0.9952086 0.5321207 -0.0390942 -0.8457289 0.004058957 -0.1025422 -0.9946898 -0.005127072 -0.03970456 -0.999176 -0.02142399 -0.4911954 -0.8707541 0.3606982 -0.3267006 -0.8735618 0.4616535 -0.08243048 -0.8832057 0.1580858 -0.007690608 -0.9873654 -0.3921629 0.3179113 -0.8631855 -0.5448164 0.0348826 -0.8377941 -0.461623 -0.3516648 -0.8143559 0.1098361 -0.05911433 -0.9921568 0.04666274 -0.009765923 -0.9988403 -0.1233558 0.01306188 -0.9922483 0.3770562 0.3357647 -0.863155 -0.04446542 0.5335246 -0.8445997 -0.3276467 0.03338724 -0.9441816 -0.07666248 -0.03219699 -0.9965209 0.6353648 -0.02014219 -0.7719352 -4.57778e-4 -0.2096316 -0.977752 -0.01092559 0.01532024 -0.9998169 -0.01623582 -0.7166662 -0.6971954 0.5343791 -0.4535661 -0.7132176 0.03881949 -0.4137395 -0.9095432 0.01647996 0.002197325 -0.9998474 0.05243074 -0.1104159 -0.9924924 -0.404004 -0.3760185 -0.8338878 0.05688649 -0.6938383 -0.7178564 -0.04882961 -0.1376079 -0.9892575 0.04763936 -0.04727315 -0.9977416 -0.1142613 0.1555528 -0.9811701 -0.608417 0.08340704 -0.7891781 0.001037597 0.4203619 -0.9073458 -0.02783286 0.1984618 -0.9796747 -0.0147404 0.1655934 -0.9860531 -0.0087893 0.6030153 -0.7976623 -0.2185125 -0.0267952 -0.9754631 0.5040437 -0.4470046 -0.7389752 0.6876431 -0.1072115 -0.71807 0.5533311 0.3539232 -0.7540208 -0.01684617 -0.1771599 -0.9840083 -0.02191227 0.01867729 -0.9995728 0.1086459 -0.02606278 -0.9937132 -0.4719992 -0.3886227 -0.7912839 0.02221745 -0.6702475 -0.7417829 -0.1482589 -0.05371254 -0.9874569 0.4310739 0.07113862 -0.8994721 0.1286355 0.09784233 -0.9868465 -0.4411451 0.3180029 -0.8391675 -0.6084476 -0.03323465 -0.7928709 -0.02990812 0.1747795 -0.9841304 -0.1265907 0.09189122 -0.9876706 -0.03915524 0.5785394 -0.8146916 -0.354503 -3.96741e-4 -0.9350261 0.573748 -0.3495285 -0.7406537 0.6880703 0.08612322 -0.720481 0.4445021 0.4248481 -0.7885983 -0.0203253 0.05496382 -0.9982604 0.08078247 0.05520796 -0.9951781 -0.3291116 -0.140202 -0.9338054 0.0361644 -0.3147679 -0.9484543 -0.1685232 0.05664235 -0.9840388 0.3555712 0.09955137 -0.9293192 0.1302224 0.1131016 -0.9849849 -0.3855708 0.335551 -0.8594623 -0.5062716 0.09558397 -0.8570513 -0.02743613 0.1211584 -0.9922483 -0.2192144 0.1299478 -0.966979 -0.01861625 0.5110325 -0.8593402 -0.3868831 0.1126438 -0.9151891 0.4594256 -0.188757 -0.8678854 0.6404309 0.0520035 -0.7662282 0.4276864 0.3783379 -0.8209174 0.1101108 -0.5756707 -0.8102054 -0.587695 -0.3062227 -0.7488632 0.1803644 -0.6549882 -0.7337566 0.7538377 -0.356975 -0.5515915 -0.8181707 0.05575728 -0.5722221 -0.6529435 0.4264656 -0.6259041 -0.7417829 0.3987548 -0.5391705 -0.8835414 0.03689682 -0.4668722 -0.6938383 -0.3245033 -0.6428114 -0.02706986 0.7218238 -0.6915189 0.7226173 0.455092 -0.5202795 -0.01739555 0.7618946 -0.6474196 0.9329203 -0.0298776 -0.358745 0.8424024 -0.3574328 -0.4032105 0.9668874 -0.0786767 -0.2427442 0.8347728 0.3764764 -0.4017151 0.03540146 -0.897641 -0.4392224 -0.67922 -0.5504624 -0.4853969 -0.7186499 -0.5642567 -0.4063234 0.04324471 -0.9249245 -0.377636 0.7916196 -0.469924 -0.3904233 -0.8550371 -0.06942957 -0.5138401 -0.6653951 0.4092227 -0.6242867 -0.7348552 0.3824275 -0.5600757 -0.8934904 -0.0921964 -0.4394971 -0.0313425 0.7615284 -0.6473586 0.6616413 0.535966 -0.5243385 0.0055238 0.7895444 -0.6136662 0.9197669 0.08297979 -0.3835566 0.9490036 0.05731374 -0.3099765 0.7573779 0.4802698 -0.4423353 0.04300057 -0.8298593 -0.5562609 -0.6975921 -0.4446241 -0.5617848 6.40889e-4 -0.8568377 -0.5155492 0.6404615 -0.5287027 -0.5569933 -0.8655049 0.1677602 -0.4719382 -0.685049 0.4900662 -0.5389569 -0.7570117 0.4952238 -0.4261605 -0.9083834 0.2342295 -0.346324 -0.8334605 -0.3457747 -0.4309518 -0.06866663 0.7327494 -0.6769921 0.6688131 0.3784906 -0.6398511 -0.1202124 0.7624744 -0.6357311 -0.4990997 0.3679006 -0.7845394 0.8340098 -0.1465803 -0.5318766 0.6799829 -0.5392621 -0.4967498 0.8596454 -0.1983398 -0.470748 0.7463912 0.2982574 -0.5948973 -0.8818323 -0.1640675 -0.4420301 -0.8033387 -0.1754509 -0.5690481 -0.6999115 0.4510025 -0.5537584 -0.7222205 0.4598224 -0.5165868 -0.8956878 -0.1101413 -0.4307993 -0.4879299 -0.6867886 -0.5387127 -0.4514298 -0.6842555 -0.5726493 -0.7481307 0.03476053 -0.6626179 -0.5766167 0.4430372 -0.6864223 -0.625782 0.4310739 -0.6500138 -0.779107 0.02740561 -0.6262398 -0.6311838 -0.4457533 -0.634724 -0.0120548 0.7700735 -0.6378064 0.7334819 0.4958037 -0.464919 0.06857508 0.808649 -0.5842463 0.9634999 -0.03714102 -0.2650837 0.7882016 -0.5605945 -0.253853 0.8454848 -0.5093845 -0.1601611 0.9886471 -0.04736471 -0.1424604 0.8630635 0.409772 -0.2952055 0.016541 -0.8909574 -0.4537187 -0.6639607 -0.4590594 -0.590228 0.1115757 -0.9169896 -0.3829157 -0.7042452 0.09314244 -0.7037873 -0.5071566 0.4007996 -0.7629628 -0.554796 0.4050111 -0.7267068 -0.7420271 0.1044038 -0.6621601 -0.5877865 -0.2757347 -0.7605518 -0.5350505 -0.2886136 -0.793939 0.01528972 0.5850093 -0.8108463 0.6265755 0.3505966 -0.6960356 0.03973507 0.6167791 -0.7860957 0.8577837 -0.08468884 -0.506943 0.614246 -0.4552141 -0.6445509 0.7202979 -0.443495 -0.533311 0.9102451 -0.1161839 -0.3973815 0.7573779 0.2982879 -0.5807977 0.01593065 -0.5961791 -0.8026673 0.05224764 -0.631489 -0.7735832 -0.7564928 0.1329081 -0.6403089 -0.5614185 0.3707694 -0.7397992 -0.6320689 0.3403119 -0.6961577 -0.8127079 0.1021149 -0.5736259 -0.6777245 -0.4339732 -0.5935545 -0.09662157 0.5268716 -0.8444166 0.6041749 0.3085421 -0.7346721 -0.09344768 0.5329753 -0.840907 -0.4661092 0.368511 -0.8042848 0.9609363 -0.1353801 -0.2413403 0.8327891 -0.5504929 -0.05804616 0.9783319 -0.201941 0.04553359 0.8641316 0.2346873 -0.445143 0.124607 -0.95468 -0.2702414 -0.6816004 -0.5721305 -0.4561296 0.2492446 -0.9678335 -0.03357034 -0.7354961 0.26545 -0.6233406 -0.4730979 0.4633625 -0.74926 -0.4065371 0.5511948 -0.7285989 -0.7553331 0.3192236 -0.5722831 -0.7040925 -0.05984675 -0.7075106 -0.5955687 -0.1807916 -0.7826472 0.2236701 0.4970244 -0.838374 -0.02288883 0.4248787 -0.9049348 0.3892941 0.1572619 -0.9075595 0.8361461 0.1731925 -0.5203711 0.5503098 0.4745018 -0.6870022 -0.3556627 0.3325602 -0.8734092 0.8804285 -0.2038026 -0.4281136 0.4610736 -0.07367163 -0.8842738 0.5932493 -0.4809107 -0.645497 0.6411328 -0.5674612 -0.5165868 0.88876 -0.4174932 -0.1890926 0.9615772 -0.004211544 -0.2744529 0.01260411 -0.6073184 -0.7943358 -0.03967404 -0.6332591 -0.7728813 0.2988373 -0.2887356 -0.9095432 -0.9559923 -0.2880947 0.05514693 -0.5063326 -0.8583025 -0.08291876 -0.9605701 -0.2726523 -0.05413979 -0.9366436 0.2857753 0.2024292 -0.8929411 0.3028657 0.333018 0.2755821 -0.9328593 0.2319101 0.6086307 -0.4895779 0.6243477 0.7822199 -0.4374828 0.443434 0.5123752 -0.8568987 0.05627608 0.7259743 -0.04358041 0.6863002 0 -0.05716115 0.998352 0.2139958 0.5700858 0.7931761 0.3110141 0.6728416 0.6711936 0.8339793 -0.09427165 0.5436567 -0.5112156 0.7144688 0.4776147 -0.2736595 0.3881039 0.8800318 -0.622303 0.6966155 0.3570055 0.9831233 -0.05569624 0.1741386 0.4123661 0.1893368 0.8910794 0.8756981 0.4335765 0.2124088 0.9918821 -0.03222751 0.122837 0.8107242 -0.5505539 0.1988281 0.7640614 -0.5788446 0.2847988 0.2469558 0.910123 0.3325907 -0.6679281 0.6513565 0.3599353 -0.6571245 0.6877956 0.3083285 0.298471 0.9193091 0.256325 -0.9313029 0.1217688 0.3432111 -0.730369 -0.450972 0.5129857 -0.7817011 -0.4640339 0.4166082 -0.9450667 0.1306497 0.2995392 0.06204408 -0.8664816 0.4953154 0.09439373 -0.921598 0.3764458 0.9319132 -0.2486038 0.2639546 0.487289 0.01431316 0.873104 0.9827265 0.02722251 0.1829584 0.9456771 -0.2681356 0.1838129 0.5588855 -0.7117221 0.4254891 0.513596 -0.6926176 0.5063936 0.6209906 0.69747 0.3575854 -0.4487747 0.7498398 0.4860988 -0.4957427 0.7894833 0.3617969 0.6859035 0.6767174 0.2674642 -0.87875 0.3100375 0.3628346 -0.9218421 -0.05081331 0.3841364 -0.9490036 0.03701895 0.3129673 -0.8954436 0.3411054 0.2859584 -0.486465 -0.6677755 0.5633717 -0.5959655 -0.6361278 0.4900357 -0.9057589 0.1338236 0.4020509 -0.6798303 -0.732963 0.02328562 -0.9508347 -0.1883297 0.245735 -0.571276 0.5592212 0.6006653 -0.581164 0.4755089 0.6603595 0.1783196 -0.9547411 -0.2379528 0.751793 -0.6228828 -0.2162236 0.57622 -0.7651296 -0.2872402 0.1663259 -0.9474166 -0.2732933 -0.2906583 -0.9415265 -0.1703848 0.9837031 -0.008209466 0.1795403 0.5255898 0.4619587 0.7143468 0.3998535 0.6568194 0.6392407 0.9855648 -0.1601611 -0.05462813 0.5851619 -0.5174413 0.6243172 -0.1799677 0.5559252 0.8114871 -0.2122257 0.6154973 0.7589954 0.8938261 0.02121031 0.4478591 0.6646626 0.470748 0.5801569 0.750206 0.4142277 0.5153051 0.9252907 0.01007109 0.3791009 0.7879269 -0.3861507 0.4795678 0.6873989 -0.4286935 0.58623 -0.06064027 0.7654348 0.640614 -0.7212439 0.4782251 0.5010224 -0.03726309 0.7770623 0.6282846 -0.8708762 0.01678514 0.4911649 -0.6147344 -0.3045137 0.7275307 -0.6511429 -0.3464461 0.675222 -0.8951384 -0.06118959 0.4415113 -0.7736137 0.4271675 0.4679708 0.02203434 -0.6112552 0.7911008 0.3726005 -0.244087 0.895291 0.09579759 -0.667745 0.7381512 0.8963286 -0.01818901 0.4429457 0.5371868 0.3159582 0.7820368 0.6180303 0.3204138 0.7178564 0.9372845 -0.06131166 0.3430585 0.7759026 -0.6032289 0.1845454 0.6871243 -0.5875118 0.4273812 -0.05941951 0.4645833 0.8835108 -0.5898312 0.3434858 0.7307657 -0.01940977 0.4955595 0.8683432 -0.8817102 -0.02392649 0.4711142 -0.6431165 -0.6195257 0.4500259 -0.6788538 -0.6515092 0.3386029 -0.8925443 -0.1315348 0.4313181 -0.6530961 0.3238319 0.6844996 0.05536055 -0.9848323 0.1642811 0.04165774 -0.9648427 0.2594684 0.7324137 -0.6656697 0.1428877 0.04080319 -0.9855953 0.1639454 -0.6123844 -0.7249672 0.3151646 -0.9539781 0.2538225 0.1595202 -0.9490646 0.2231819 0.2222357 -0.8757286 0.4055604 0.2619099 -0.8653829 0.3538011 0.3548082 -0.9353008 0.1877193 -0.2998749 -0.875454 0.1529893 -0.4584185 -0.6101565 0.2026734 -0.7658925 -0.8190863 0.1836603 -0.5434431 -0.9605396 0.1057466 -0.2571489 -0.8990142 0.1017487 -0.4258858 -0.9808954 0.1306802 -0.1439558 -0.9441206 0.2680441 -0.1916257 -0.9023408 0.2189702 -0.3711966 -0.8964202 0.1364177 -0.4216132 -0.7119663 0.06357002 -0.6993011 -0.9197058 0.1926023 -0.3420515 -0.3127842 0.06949061 -0.947264 -0.1569262 -0.05960261 -0.9857784 -0.1886349 -0.4441053 -0.8758812 -0.2495803 -0.2599872 -0.9327678 -0.2278512 -0.1181676 -0.9664907 -0.05032497 -0.004150509 -0.9987182 0.670278 -0.6002991 -0.4362316 0.07446515 -0.2231819 -0.971923 -0.4001587 -0.4683066 -0.7877132 0.02038633 0.01806694 -0.9996033 -0.6398206 0.2093265 -0.739433 -0.1424298 -0.3039948 -0.9419538 -0.2048707 -0.01187169 -0.9786981 -0.03750723 -0.1935788 -0.9803461 -0.2092654 -0.4950712 -0.8432264 0.24897 -0.3192541 -0.9143651 0.05691701 0.06570631 -0.9961852 0.06888025 -0.08609271 -0.9938963 0.005432248 0.01263463 -0.9998779 0.4578081 0.2222663 -0.8607746 -0.03967404 0.2392651 -0.9701224 -0.3575854 0.09268468 -0.9292276 0.5478988 -0.06942957 -0.8336436 0.7628712 -0.1172826 -0.6357921 0.7897885 0.09433269 -0.6060671 0.4279916 -0.5019685 -0.7515488 0.4460585 -0.5184789 -0.7295145 0.7913755 -0.1273843 -0.5978881 0.8222297 0.04300057 -0.5674917 0.6789453 0.3001495 -0.6699728 -0.0228278 0.4423658 -0.8965117 0.581927 0.09573656 -0.8075503 0.7774896 0.2210456 -0.5887326 0.0216071 0.4628132 -0.886166 -0.2340159 -0.6175115 -0.7509079 -0.6354564 -0.2615436 -0.7264626 -0.6702475 -0.2405774 -0.7020173 -0.3579821 -0.5558642 -0.750206 -0.1611682 0.6046633 -0.7799921 0.3847774 0.3953368 -0.8340404 -0.1427655 0.6152226 -0.7752922 -0.7668691 0.5471358 -0.3353984 -0.7373883 0.5047761 -0.4487747 -0.151677 0.5692007 -0.8080691 0.7595447 0.0961638 -0.6432691 0.910062 -0.1329081 -0.3925291 0.7774896 0.03195285 -0.6280404 0.8011719 0.1276284 -0.5846431 0.9529405 -0.1255531 -0.2759178 0.4573504 -0.4615924 0.7600635 -0.1899167 -0.3726921 0.9082919 -0.1609546 -0.5168005 0.8408154 0.4537492 -0.5917539 0.6662496 0.7479171 -0.5046846 0.4311044 0.7438277 -0.4148686 0.5239418 0.3829157 -0.3069857 0.8712729 -0.2280343 -0.2256233 0.947142 0.909238 -0.3250526 0.2599567 0.9253823 -0.3613392 0.1142613 0.9767144 -0.1109347 -0.1835383 0.9083529 -0.230781 0.3486739 0.7222511 -0.2791833 0.6327403 0.8027589 0.1466719 -0.577929 0.3983581 0.4229865 -0.8138676 0.4285409 0.3787347 -0.8202765 0.7780694 0.09146398 -0.6214484 0.9822993 -0.0912503 -0.1634266 -0.02697831 0.4931791 -0.8695029 -0.5766167 0.4836268 -0.6584674 0.05432289 0.2809839 -0.9581592 0.4408398 0.2206183 -0.8700217 -0.6823939 -0.1648305 0.7121189 -0.8864712 -0.01571702 0.4624775 -0.8554643 -0.06045717 0.5142979 -0.6725364 -0.2388378 0.7004303 -0.6431165 -0.0912503 0.7602771 -0.9681997 0.2449415 -0.05026394 -0.9663381 0.1760002 0.1875362 -0.901059 0.03689682 0.4320811 -0.9455245 0.2147892 -0.2445753 -0.4676656 0.3066195 -0.8290048 -0.9547411 0.1501815 -0.2566301 -0.4963836 0.2148503 -0.8410596 -0.9024934 0.02185124 0.4300974 -0.9691763 0.09103667 -0.2288888 -0.5344707 0.1998352 -0.821192 -0.5957823 -0.06540113 0.8004395 -0.224311 -0.1209448 0.9669485 -0.2213202 -0.1383098 0.965331 -0.5729545 -0.1196326 0.8107852 0.05081331 0.1855525 -0.9812921 0.4425794 0.1369976 -0.886166 0.05478072 0.2125309 -0.9755852 0.4475539 0.1877193 -0.8742943 0.7665944 0.06787312 -0.6384778 0.9820857 -0.02551347 -0.1866512 0.7631154 0.1414838 -0.6305429 0.9287698 -0.1088595 0.3542588 0.6985687 -0.1469161 0.7002778 0.9848018 0.06219667 -0.1619922 0.9179968 -0.02874839 0.3954893 0.3168432 -0.1638844 0.9342021 0.2637715 -0.1395306 0.9544054 -0.9219642 0.06399726 0.3818781 -0.7331461 0.03881949 0.6789453 -0.7210303 0.01879936 0.6926176 -0.9514756 0.02258366 0.3068636 -0.8062075 0.05481123 0.5890683 -0.5597095 -0.01803642 0.8284555 -0.9519333 0.02337718 0.3053377 -0.731193 -0.00640887 0.6821192 -0.7196264 -0.01037627 0.6942656 -0.8498184 0.0203253 0.5266274 -0.6578875 0.02514719 0.7526475 0.4984893 -0.02441477 -0.8665426 0.9907224 -0.05249178 -0.125309 0.9945067 -0.06476026 -0.08206427 0.9384747 -0.1062654 -0.3285012 0.9845576 -0.1437727 -0.099765 0.9935911 -0.1057161 0.03949093 0.9252602 -0.01501506 0.3789789 0.9400922 -0.05227816 0.3368328 0.4437391 0.00112915 0.896115 0.7739189 -0.01181066 0.633137 0.9840388 -0.03280735 0.174871 0.9056673 -0.06479078 0.4189886 0.03723257 -0.1033661 0.9939268 -0.01715135 -0.1699575 0.9852901 -0.04199343 -0.09106719 0.9949339 0.1788079 -0.7612232 0.62331 -0.2130497 -0.1003143 0.971862 0.01220738 0.05716115 0.9982604 0.5108494 0.4366893 0.7404706 0.7325663 -0.1459395 0.6648152 0.2228156 -0.2148197 0.9508652 -0.1565294 0.1611377 0.9744255 -0.5629139 -0.5635854 0.6045107 -0.8376721 0.03378397 0.5450911 -0.7299112 0.4203925 0.5389264 -0.01358073 0.2881252 0.9574877 -0.0401318 0.1681874 0.9849238 -0.2210761 0.7745598 0.5925779 -0.3705862 -0.05273598 0.9272744 0.02307194 -0.03949093 0.9989318 -0.169927 -0.01886039 0.9852595 0.1986755 0.2053896 0.9582812 0.613361 0.04214602 0.7886593 0.3114414 -0.4700766 0.8258309 0.1725822 -0.7722709 -0.6113468 -0.6879788 -0.6560869 -0.3101596 -0.1784722 -0.09793388 0.9790338 0.2670369 -0.9442121 0.1926023 -0.6542863 -0.6433302 0.397473 0.5851619 -0.418897 0.6942961 0.8368175 -0.5235145 0.160039 0.2612079 -0.9509873 0.1654103 0.9671926 -0.1421247 0.2103946 0.7419355 0.5650807 0.3607898 0.8085269 0.5297403 0.2560808 0.9787591 -0.1459395 0.1439253 0.8641011 -0.4949797 0.09082305 -0.9157689 0.0502029 0.3984802 -0.8048341 0.4705344 0.3616443 -0.7267983 -0.5650197 0.3904843 -0.9269082 0.0628376 0.3699454 -0.1841487 0.9061251 0.3807795 -0.8155767 0.4810633 0.321482 -0.1275368 0.9395123 0.3177892 -0.1242408 0.4249702 0.8966033 0.4698935 0.3439436 0.8129215 -0.06006038 0.2414014 0.9685354 -0.333781 0.1944029 0.9223609 -0.604358 0.2946562 0.7401959 -0.1623279 0.4511246 0.8775597 0.9519333 0.003356993 0.3062533 0.8176825 -0.4513382 -0.3572497 0.8299814 -0.5370953 0.1504257 0.6006959 0.3335368 0.7265542 0.9912412 -0.1073641 0.07650989 -0.9424421 -0.03933835 0.3319804 -0.7042757 2.1363e-4 0.709891 -0.6827906 -0.6209601 -0.3848994 -0.9674673 -0.217658 0.1288186 -0.7468795 0.2282784 0.6245308 0.198767 -0.7117527 -0.6736656 0.6865139 -0.5312967 -0.4963836 0.1766716 -0.7140111 -0.6774499 -0.4636067 -0.7123936 -0.5268105 0.04431283 -0.04022336 0.9981994 0.2047181 -0.03344827 0.9782403 0.2718894 -0.006347835 0.9622792 0.05191195 -0.7813349 0.6219062 -0.03631699 0.5123447 -0.8579668 0.007080256 0.4240242 -0.9056063 -0.06256294 0.4683371 -0.8813135 0.02734458 0.9447615 -0.3266091 -0.4884182 0.7173986 -0.4967498 -0.2346568 0.3513901 -0.9063082 -0.2212287 0.5254677 -0.8215278 0.4832301 -0.1017792 -0.8695334 0.7721488 0.2469863 -0.5854366 0.5950804 0.6915189 -0.4094668 -0.01330602 0.6033815 -0.7972961 0.2504349 0.4876247 -0.8363292 -0.5034639 -0.003723204 -0.863979 -0.09384441 -0.2670064 -0.9591052 0.27369 0.275277 -0.9215369 -0.6576434 0.3382366 -0.6730858 -0.8341624 0.2551957 -0.488876 -0.6612141 -0.1481063 -0.7354046 -0.6218757 0.7057405 -0.3393048 -0.6725059 0.6640828 -0.3266396 -0.8636433 0.179876 -0.4708701 -0.6765343 -0.1973326 -0.7094333 -0.07641834 -0.4702292 -0.8792077 0.6658834 -0.3148595 -0.6763207 -0.02209538 -0.5149694 -0.8568987 0.9313029 0.1349223 -0.3382977 0.7056795 0.659444 -0.2590411 0.7516099 -0.2881557 -0.5932798 0.9487289 0.1782586 -0.2609332 0.7405622 0.6391491 -0.2073733 0.01742607 0.9705191 -0.2402722 0.01156651 0.9759209 -0.2176885 -0.1454512 -0.2440565 0.9587695 -0.06884974 -0.2167729 0.9737846 0.355327 -0.1051667 0.9288004 0.3671987 -0.2475356 0.8965728 0.2579424 -0.2601398 0.9304483 -0.1725516 -0.1280251 0.9766228 -0.1875972 0.2006286 0.9615162 0.3401593 -0.1479537 0.9286172 -0.4341258 0.3219703 0.8413343 -0.722068 0.496353 0.4818872 -0.3651845 0.02850425 0.9304788 -0.4267098 0.1203955 0.8962981 0.3950011 0.03024381 0.9181494 0.4049196 0.02169865 0.9140904 -0.2989593 0.03070157 0.9537644 -0.5444502 0.230781 0.8063906 0.4082156 0.0673238 0.9103671 0.3633839 0.2399365 0.900174 0.4109012 0.1624805 0.8970611 -0.08609271 -0.05569624 0.9947203 -0.1093173 -0.05114901 0.9926756 0.4759666 -0.06656086 0.8769189 0.4505447 -0.09140288 0.8880581 -0.3329264 -0.06875818 0.9404278 -0.1120945 -0.03021329 0.9932249 -0.1268654 0.02142399 0.9916685 0.5001984 -0.01071196 0.8658101 -0.2022767 0.06228822 0.9773247 0.4540849 0.06616413 0.8884854 0.4928129 0.04651015 0.868862 0.9561755 0.004943966 0.292642 0.9657887 0.02783286 0.2577288 0.9428999 -0.0185247 0.3324992 0.9281289 -0.01611375 -0.371868 0.9143956 -2.44148e-4 -0.404767 0.9671926 0.02279728 0.2529374 0.9624012 -0.02502512 0.2704245 0.904416 0.02496409 -0.4258858 0.9091464 0.01242101 -0.4162725 0.9465316 -0.078341 0.3128758 0.9251992 -0.1005585 0.3658864 0.9230934 -0.02630692 -0.3836176 0.9581286 0.05371254 0.2812281 0.9522386 0.05978572 0.2993561 0.9577929 -0.09454631 0.2714011 0.9376507 -0.2125309 -0.2749718 0.9513535 -0.1049226 -0.2896206 0.9474471 0.01196324 0.3196203 0.9434187 -0.0122379 -0.3313089 0.9392682 -0.008270502 -0.3429975 0.8979156 -0.2706686 0.3470565 0.8273263 -0.2744224 0.4900968 0.9697867 -0.1909238 -0.151799 0.9230629 -0.2927641 -0.2493972 0.8613849 -0.1092562 0.4960479 0.7334514 0.1317484 0.6667989 0.8654134 0.2768945 0.4175238 0.9997864 0.01333653 0.01470988 0.988525 0.1509445 -9.15555e-4 0.9616382 -0.04675436 -0.2701804 0.855678 0.3060091 0.4172796 0.7481613 0.4083987 0.5228736 0.8797876 0.3489791 0.3227332 0.8916898 -0.2265388 -0.3917966 0.8580889 -0.2222968 -0.4628132 0.9701834 0.17893 0.1633045 0.9940184 -0.0260933 0.1059603 0.8220771 0.001556396 -0.5693534 0.8038271 0.0167241 -0.5945921 0.9490036 -0.04733419 -0.311655 0.8396252 -0.0698263 -0.5386212 0.9988098 -0.02478098 0.04147464 0.9978332 0.06170839 0.02240055 0.996704 0.08053833 -0.009124994 0.8480483 -0.1450545 -0.5096591 0.9926145 -0.1050142 0.06039613 0.9953612 -0.08667254 0.04101687 0.8167058 -0.04531997 -0.5752434 0.8353832 -0.05413979 -0.5469527 0.9383526 -0.04000973 -0.3433027 0.7952208 -0.01559495 -0.6060976 0.9985961 -0.04806661 -0.02191227 0.9880673 -0.09106719 -0.1240272 0.7812128 0.008972406 -0.6241951 0.7822199 0.007080256 -0.6229438 0.9961547 0.06472975 -0.05893123 0.9989929 0.03408914 -0.02850425 0.7923216 0.001556396 -0.610065 0.9968871 0.06640827 -0.04242068 0.4785608 0.5041047 0.718894 0.4322642 0.4296091 0.7928099 0.2496414 0.5511643 0.7961669 0.1804254 0.5529038 0.8134403 0.4648885 0.4664144 0.7525254 0.4818567 0.3957945 0.7817316 -0.06738483 0.2911161 0.9542833 -0.07800531 0.204535 0.9757378 0.5371563 0.2696616 0.7991882 0.5635854 0.114597 0.8180487 -0.09833061 0.1341593 0.9860531 0.5640126 0.02258366 0.8254342 0.506241 0.04727315 0.8610798 0.522599 0.00967431 0.852504 -0.1298257 -0.02111876 0.9913023 -0.139256 -0.01989805 0.990051 0.5039216 0.06656086 0.8611408 0.5516831 -0.002777159 0.8340098 -0.1084322 0.07101655 0.9915464 -0.1128574 0.02667313 0.9932249 0.4637287 0.04541152 0.8847926 0.4954069 0.06704914 0.8660542 -0.1998352 0.005737423 0.9797968 -0.2065798 0.01019316 0.9783624 0.4645528 -0.02685624 0.8850978 0.5042268 0.06985682 0.8607136 -0.1515549 -0.009979546 0.9883725 -0.1702017 -0.003326475 0.9853511 -0.9663381 0.06390571 -0.2491836 -0.537431 0.2105777 -0.8165532 -0.9033784 -0.04397714 0.4265267 -0.9290445 -0.08011108 0.361095 -0.9359111 0.08877831 -0.3408307 -0.4300974 0.2618183 -0.8639485 -0.612537 -0.164159 0.7731559 -0.2518082 -0.1848811 0.9499191 -0.2977386 -0.1964476 0.9342021 -0.6887112 -0.1586047 0.7074496 0.09607225 0.2584918 -0.961211 0.4923856 0.2452467 -0.835078 0.2758568 0.2934355 -0.9152806 0.5381024 0.2593768 -0.8019654 0.7816095 0.2056337 -0.5888546 0.9911191 0.1142002 -0.06769001 0.8236946 0.244026 -0.5117649 0.9900815 0.1304056 -0.0520035 0.8514969 -0.01501506 0.5240944 0.5488754 -0.103122 0.8294931 0.6559038 -0.09537035 0.7487716 0.9123814 0.06537061 0.4040346 0.2032837 -0.1608325 0.9657887 0.09497356 -0.1609241 0.9823603 0.9057894 0.4203314 -0.0529496 0.2613605 0.8031861 -0.5352947 -0.9326457 0.3029267 -0.1958983 -0.953917 0.2991424 -0.02294987 -0.9619129 0.2524796 -0.104709 -0.6334422 0.1997436 -0.7475204 -0.5889768 0.222602 -0.7768792 -0.9104282 0.3246254 -0.256325 -0.8576006 0.4385815 -0.2685323 -0.5754265 0.6717124 -0.466506 -0.5219886 0.5932798 -0.6127812 -0.777459 0.3960082 -0.4885403 -0.915952 0.3472701 -0.2009338 -0.9246193 0.3458968 -0.1593981 -0.924955 0.3272805 -0.1930906 -0.8185064 0.3292031 -0.4707785 -0.8117313 0.3098849 -0.4949797 -0.9527269 0.2812891 -0.1146885 0.1251564 -0.07617419 -0.9891964 0.02447581 -0.2179937 -0.9756157 0.6960356 -0.7032685 0.1445661 0.9391461 -0.3434858 -7.62963e-4 0.2330393 0.03924679 -0.9716483 0.1594592 0.0323801 -0.9866634 0.9563586 -0.2607806 -0.1315348 0.961333 -0.2632222 0.08050781 0.9612415 -0.2667317 -0.06939905 0.9549547 -0.266274 0.1308633 0.9827876 -0.1840266 -0.01580858 0.919187 -0.3474227 0.1853694 0.6738792 -0.668569 0.3144017 0.9361858 -0.3507492 0.0217902 0.9654225 -0.2579424 0.03759878 0.4049806 -0.03363138 -0.9136632 0.365276 -0.1001007 -0.9254738 -0.7135227 0.1840876 -0.675985 -0.7458114 0.07910394 -0.6613972 0.5392621 -0.09912407 -0.8362377 -0.5859554 0.2374035 -0.7747734 -0.7752312 0.09991759 -0.6236763 -0.7804499 0.1991027 -0.5926084 -0.7884152 0.1893673 -0.5852535 -0.7763603 0.1149021 -0.6196783 -0.7206031 -0.1216468 -0.6825464 -0.6983856 0.2833949 -0.6571856 -0.7593921 0.2376171 -0.6056703 0.4811853 0.4528947 0.7505417 0.8947417 0.2639241 0.36021 0.3720511 0.3307291 -0.867275 0.2240363 0.883755 -0.4107791 0.05221712 0.5159154 0.8550066 -0.001403808 0.2443006 0.9696646 0.4317759 0.192114 0.8812525 0.3590503 0.5847346 0.7273781 0.7844173 0.4980316 0.3696097 -0.0185247 0.856502 -0.5157628 -0.2200689 0.8685568 -0.4440138 -0.04477065 0.540727 0.8399915 0.4020814 0.312357 0.8606525 -0.504471 0.46498 0.7275002 -0.2594379 0.8635823 -0.4322642 -0.4116337 -0.03268527 -0.9107334 -0.9123203 0.2584918 0.3175145 -0.4553056 0.1957152 0.8685263 0.004333615 0.2632832 0.9646901 0.3389385 -0.1172521 0.9334697 0.8142949 -0.1817987 0.5511948 0.8783838 0.05349892 0.474929 -0.06091493 -0.072573 0.9954833 -0.1019013 -0.2980743 0.9490646 0.2464675 -0.3374432 0.9085055 -0.4347361 -0.02075254 0.900296 -0.4228644 0.2832423 0.8607746 -0.8525345 0.2460097 0.4610736 -0.8497574 0.02743613 0.5264138 -0.4253975 -0.2456129 0.8710288 0.4263131 -0.006988704 0.9045076 0.8486282 0.0242927 0.5283059 0.8398999 0.2705466 0.4704734 0.05819875 -0.05902278 0.9965514 0.09750664 -0.2837306 0.953917 0.4289071 -0.2269967 0.8743248 -0.3669241 -0.1175573 0.9227576 -0.9026765 0.04882961 0.4274728 -0.8372143 -0.1894589 0.5129857 -0.2738121 -0.3356426 0.9013031 0.3913999 -0.06210511 0.9181188 0.8383129 -0.07779169 0.5395672 0.8685568 0.1662954 0.4668111 0.4234138 0.250557 0.870571 -0.01297032 0.2651754 0.9640797 0.006134212 -0.05685597 0.998352 0.3453475 -0.2897427 0.8926054 -0.3954893 -0.03921627 0.9176 -0.4389172 0.272103 0.8563188 -0.8676412 0.197119 0.4564043 -0.8423719 -0.03250217 0.5378582 -0.3299967 -0.2722861 0.9038362 0.01913505 -0.2872707 0.9576403 0.1751457 -0.5109104 0.8415784 0.6490066 -0.5390484 0.5367901 0.728721 -0.3661611 0.5786615 -0.1383709 -0.4726707 0.8702659 -0.1821039 -0.6623737 0.7266762 0.1442915 -0.7174596 0.6814478 -0.4282968 -0.4210028 0.7995544 -0.8199713 -0.1596118 0.5496689 -0.80047 -0.3318278 0.4990997 -0.4810022 -0.6058229 0.6336863 0.4362926 -0.3982666 0.8068484 0.8191473 -0.2903226 0.4946135 0.829371 -0.1441084 0.5397503 0.1363567 -0.460097 0.8773156 0.1835383 -0.6588641 0.7294839 0.4770348 -0.5960875 0.6458022 -0.1968443 -0.5109104 0.8367565 -0.7432478 -0.3782159 0.5518052 -0.6445814 -0.5558947 0.5248268 -0.1543321 -0.7231971 0.6731468 0.3164464 -0.4759666 0.8205512 0.7074801 -0.472335 0.5256813 0.7735221 -0.2811976 0.567919 0.02850425 -0.4750206 0.8794824 0.04306161 -0.6871548 0.7252113 0.3319498 -0.6859645 0.6474502 -0.278756 -0.4673604 0.8389539 -0.7802973 -0.2355418 0.5793329 -0.7096164 -0.439436 0.5507065 -0.2641072 -0.68923 0.6746727 0.1288186 -0.9172949 0.37669 0.6730858 -0.7076022 0.2149113 -0.2524186 -0.8492081 0.4637287 0.2521134 -0.7342143 -0.6303293 0.8138371 -0.4830775 -0.3228858 -0.5411847 -0.7665639 0.3456221 -0.8711203 -0.4504227 0.1954405 -0.9227271 -0.2137516 -0.3206885 -0.5231178 -0.5109104 -0.6820887 -0.1835688 -0.644612 -0.7421186 0.525193 -0.7753227 0.3507187 0.8871425 -0.4156316 0.200415 0.2372204 -0.8573565 0.45674 0.1535386 -0.6679891 -0.7281411 0.5363934 -0.5408796 -0.6478164 0.9393292 -0.187994 -0.286874 -0.1190832 -0.9206824 0.3716239 -0.6413465 -0.7297891 0.2367321 -0.7950072 -0.5468307 -0.2624592 -0.2541887 -0.7448042 -0.6169622 0.3544114 -0.8635823 0.3585619 0.7372356 -0.6368908 0.2254707 0.08160644 -0.8889737 0.4506058 0.4100467 -0.6408582 -0.6489456 0.8410596 -0.454329 -0.2935575 -0.2444227 -0.8923918 0.379284 -0.7325053 -0.633839 0.2482375 -0.8538469 -0.4398633 -0.2782372 -0.352092 -0.700644 -0.6205634 0.06567579 -0.6993622 -0.7116916 0.4313181 0.1976989 -0.8802454 0.8462783 -0.1444746 -0.5126804 0.09274572 0.3539842 -0.9306009 0.3494369 0.1416059 -0.9261757 -0.3272805 0.3013092 -0.8955657 -0.8620868 0.06811732 -0.502121 -0.2958159 0.2239448 -0.9285867 0.03781241 0.2085635 -0.9772637 0.3570055 0.279397 -0.8912931 0.8719748 0.09179967 -0.4808191 -0.07312232 0.3093051 -0.9481185 -0.02816855 0.1596728 -0.986755 0.305063 0.1738334 -0.9363079 -0.4468826 0.1086764 -0.8879361 -0.850032 -0.2531815 -0.4618671 -0.3442793 0.05887019 -0.9370098 0.3708609 0.1655934 -0.9137852 0.8526567 -0.1564378 -0.4984283 -0.03527939 0.3026826 -0.9524217 -0.01437419 0.1454817 -0.9892269 0.2913602 0.09588915 -0.9517807 -0.4056215 0.189642 -0.8941313 -0.8720359 -0.1034882 -0.4783166 -0.3287454 0.1141392 -0.9374676 0.3321024 -0.1496017 -0.9312723 0.8365123 -0.2080752 -0.506882 0.8388012 -0.1540879 -0.5221107 -0.04220706 -0.1197241 -0.9918821 0.3359783 -0.3166906 -0.8870205 -0.4248481 -0.05017238 -0.9038667 -0.8735008 0.04290902 -0.4849086 -0.890347 0.01272618 -0.455031 -0.493759 -0.2121036 -0.843318 -0.08294928 -0.3147069 -0.945555 0.3657643 -0.1362041 -0.9206519 0.8836634 -0.06558424 -0.4634846 0.8800013 0.02307194 -0.4743492 0.03543198 -0.1681874 -0.985107 0.04959255 -0.2821436 -0.9580676 0.3861507 -0.2198248 -0.8958404 -0.2982879 -0.2220221 -0.9282815 -0.8430739 -0.2605975 -0.4704123 -0.8307443 -0.2724997 -0.4853358 -0.288522 -0.2809534 -0.9153112 0.3053987 -0.2079226 -0.9292276 0.8456069 -0.1969664 -0.4960784 0.8542741 -0.1750236 -0.4893948 0.006805598 -0.1902219 -0.9816889 0.003814756 -0.3258461 -0.9454024 0.3171483 -0.3044832 -0.8981292 -0.3113193 -0.1841182 -0.9322794 -0.8699911 -0.1044648 -0.4818262 -0.8582415 -0.1394696 -0.4938811 -0.3048189 -0.282815 -0.9094211 -0.9977722 0.04675436 0.04709005 -0.9904477 0.1375774 0.006683528 -0.9045381 -0.01382488 -0.4261299 -0.9944151 -0.0682699 0.08008056 -0.9739372 -0.2098147 0.08597064 -0.7978454 -0.4400159 0.4119694 0.9792169 -0.2020936 0.01571702 0.9947508 -0.1003754 -0.01864677 0.9507737 -0.306711 0.04361093 0.8390149 -0.2373119 -0.4896084 0.8937956 -0.4440443 0.06244087 0.5906552 -0.6620991 0.4611957 -0.997528 -0.04895168 0.05008083 -0.9981079 0.06064027 0.009887993 -0.8547014 -0.1280251 -0.5030366 -0.9775995 -0.1874752 0.09540086 -0.926603 -0.355266 0.1230506 -0.6593829 -0.5826594 0.4750511 0.9927366 -0.110538 0.04709005 0.9998474 0.01623582 3.35704e-4 0.962035 -0.2559282 0.09448528 0.8443861 -0.169988 -0.5080111 0.9033784 -0.4126713 0.1164281 0.6715903 -0.5973388 0.4382763 -0.9753105 -0.2197332 0.02182072 -0.9954833 -0.0877102 -0.03543198 -0.8300119 -0.2172002 -0.513657 -0.9317911 -0.3554186 0.07345801 -0.8608051 -0.4982452 0.1035493 -0.596057 -0.6713157 0.4404431 0.9982604 0.01290929 0.05710011 0.9912717 0.1309854 0.01394695 0.9951781 -0.06268501 0.07528913 0.8766442 -0.03946042 -0.4794763 0.9855343 -0.1514023 0.07571637 0.8155156 -0.4004944 0.4177069 -0.9337443 0.2710959 0.2336192 -0.8047121 0.05209505 0.5913267 -0.8767663 0.4279916 0.2191839 -0.8020265 0.5117649 -0.3079317 -0.8158819 0.4895169 -0.3076571 -0.9509873 -0.03445535 0.3072603 -0.8717612 -0.05798512 0.4864345 -0.8094729 0.5561388 0.1882076 -0.6395459 0.4081546 0.6514176 -0.7305521 0.6685385 0.1388897 -0.6935331 0.6140019 -0.3768121 -0.7779778 0.5380413 -0.3243202 -0.7248146 0.2269051 0.650441 -0.6548357 0.7472457 0.11301 -0.7206031 -0.6132084 0.3234962 -0.8088931 -0.5665456 0.1569872 -0.5810725 0.6862087 -0.4374828 -0.5043489 0.6139103 0.6071963 -0.3524582 0.7685476 0.5338908 0.5782342 -0.8092593 -0.1035187 0.6773583 -0.7256692 -0.1205786 0.4182562 -0.8524125 0.3136692 0.3042085 -0.9262673 0.2223883 0.2757042 -0.9602344 0.04348886 0.6097903 -0.5790887 -0.5410321 0.6261483 -0.5709403 -0.5309916 0.7284768 -0.6731468 -0.1271095 0.7576525 -0.6391186 -0.1321451 0.6796472 -0.6595661 0.3209632 0.5667898 -0.7521897 0.3360088 0.6245308 -0.5796381 -0.5233924 0.6334727 -0.5510117 -0.543199 -0.2071901 0.4829554 -0.8507645 -0.8720664 -0.4088565 -0.2688986 -0.6031068 -0.5789056 -0.5486923 0.07812738 0.286935 -0.9547411 -0.385052 0.3722037 -0.8444777 0.2438428 -0.2425001 -0.9389935 0.3469649 -0.06936854 -0.9352703 0.03064054 0.2413098 -0.9699393 -0.1284829 0.04974514 -0.9904477 0.273629 -0.2090823 -0.9388104 -0.4461196 0.3084201 -0.8401135 -0.2987152 0.4374218 -0.8481704 -0.06894129 0.1157872 -0.990875 0.386578 -0.09509563 -0.9173254 0.4144719 -0.8388012 -0.352916 -0.1875667 -0.7191382 -0.6690268 0.08847314 0.3043611 -0.9484238 -0.3492233 0.4793237 -0.8051393 -0.810297 -0.1616565 -0.5632496 -0.9747307 0.1999878 -0.0991851 -0.295938 -0.9215064 0.2513504 -0.1329996 -0.8216804 0.5541551 -0.590228 -0.705771 0.3917966 -0.7941527 -0.4923246 0.356212 -0.6466262 -0.4042787 0.6468093 0.0500198 -0.6733299 0.7376324 0.214362 -0.5624561 0.7985168 -0.2460707 -0.4621418 0.8519547 -0.4195075 -0.6069216 0.6749779 -0.4811243 -0.2594074 0.8373669 -0.371044 -0.1025727 0.9229103 0.383343 -0.4231696 0.8209174 0.794763 -0.5321817 0.2916959 0.5817133 -0.1992248 0.7885983 0.05478072 -0.1562852 0.9861751 -0.1035798 -0.3258767 0.9396954 -0.2453993 0.089877 0.9652394 -0.05365151 0.3500473 0.9351787 0.4958342 0.665273 -0.5581225 0.8250679 0.5101779 -0.2428053 -0.6138798 0.7882016 0.04318368 -0.4779809 0.762627 0.4357433 0.06805628 0.662038 -0.7463302 -0.3260598 0.5530259 -0.766686 -0.1200598 0.9161351 0.3824275 -0.02233952 0.9519028 0.3055208 0.7838679 -0.2204046 0.5804315 0.8844569 0.421369 0.200293 -0.04220706 -0.370922 0.9276711 -0.8561968 -0.3225196 0.4036073 -0.9540086 0.2997223 -0.004150509 0.5338298 0.7177954 -0.4469436 0.04919582 0.7305826 0.6810206 0.869686 -0.2319101 0.4356822 0.9935911 0.1054414 -0.04007077 0.8610492 0.366863 -0.352031 0.3654897 0.684347 -0.6309092 -0.1432844 0.7328104 -0.6651204 -0.4949797 0.6747947 -0.5473189 -0.2668233 -0.4570147 0.8484756 0.4984588 -0.538194 0.6795862 -0.9157384 -0.150151 0.3726005 -0.7593616 -0.3671377 0.5371258 -0.4172185 -0.5314493 0.7371746 0.165807 -0.6408277 0.7495346 -0.482223 0.6992706 -0.5276955 -0.1574144 0.7118137 0.6844691 0.606708 0.7105014 -0.3564257 0.09247106 0.8802454 -0.4653767 0.479934 -0.3675649 0.7965636 0.07150483 -0.4600055 0.8850063 -0.003509581 -0.6083865 0.7936033 0.3383282 -0.5541551 0.7605212 0.8390759 -0.1620227 0.5192725 0.9330729 0.1901608 0.3052766 0.6820582 0.5248879 0.5091403 -0.350444 -0.4685202 0.8109378 -0.764153 -0.3342387 0.551622 -0.3287759 -0.585223 0.741203 -0.7338176 0.3441572 0.5856807 -0.9448531 0.01593065 0.3270058 0.4471877 0.8342845 -0.3223975 0.8715476 0.481521 -0.09225744 0.1790826 0.8513749 -0.4929655 -0.2584918 0.8205817 -0.5096896 -0.1933957 0.89288 -0.4065981 -0.6860561 0.6521195 -0.3224891 -0.5855281 0.6906644 -0.4243599 -0.9614551 0.2681051 -0.06088441 0.9820857 0.1044343 0.1566515 0.9548021 0.2957243 -0.02966398 0.6951811 0.655324 -0.2953886 0.7376324 -0.3536485 0.5751213 0.9557176 -0.0595721 0.2881252 -0.9751579 -0.1020539 0.1964171 -0.8650472 0.4472793 -0.2271187 -0.991638 0.1288796 0.00527966 -0.9841609 -0.07840204 0.1589709 -0.8949248 -0.2708517 0.354503 -0.6671041 -0.4646443 0.5822626 -0.1038545 -0.06418043 0.9924924 -0.1562547 0.122074 0.9801325 0 0.08645892 0.9962462 0.1663564 -0.006042659 0.9860225 -0.928251 -0.2487258 -0.2764977 -0.9902646 -0.1359599 0.0295419 -0.9921568 -0.1134373 0.05224764 -0.9917295 -0.1161839 0.0539872 -0.1207007 -0.2100284 0.9701834 -0.3890194 -0.8643453 0.3186132 0.8277536 -0.5592212 0.04544204 0.4201178 0.534959 0.732963 -0.02343821 0.001342773 0.9996948 -0.2483901 -0.221839 0.9428999 -0.3810236 -0.4430067 0.8114871 -0.3323161 -0.6708579 -0.662923 -0.2590411 -0.539079 -0.8013855 0.330546 0.09765923 -0.9386883 -0.4573809 -0.8258614 0.329722 -0.5510727 -0.8197577 -0.155858 -0.3414106 -0.6499527 -0.6789453 -0.4683676 -0.510239 0.7212744 -0.256325 -0.2146061 0.9424421 -0.2853481 -0.2008118 0.9371319 -0.5060579 -0.4944609 0.7066561 -0.6415906 -0.7267373 0.2452162 -0.6083865 -0.7617725 0.2225104 0.02240055 0.136082 0.9904172 0.3865169 0.5500351 0.7402875 0.4257332 0.629017 0.6504105 0.0331431 0.1929685 0.9806208 0.3408002 0.484695 0.805536 -0.1790215 -0.4149602 -0.8920255 -0.3722953 -0.6239204 -0.6870937 -0.1385845 -0.2902615 -0.9468368 0.2678304 0.2173833 -0.9385968 0.182287 0.03183078 -0.9827265 -0.5371868 -0.7664418 -0.352031 -0.5889157 -0.7472457 -0.3078097 -0.403241 -0.5840327 -0.7044588 0.5354167 0.5532395 -0.6381115 0.5544298 0.643849 -0.5272988 0.6151921 0.7647634 -0.191412 0.6399121 0.7535936 -0.150151 0.5948973 0.7499313 0.2891629 0.6073794 0.784051 0.1276894 -0.7296366 -0.6152226 -0.29841 -0.7587206 -0.6176641 0.2068849 -0.8298898 -0.5030671 -0.2411267 -0.6959746 -0.3652455 -0.6182135 -0.5202795 -0.426191 -0.7400128 0.9652699 -0.002685606 -0.2611469 0.0912503 0.05984675 -0.9940184 0.1133762 0.9577624 -0.2641377 -0.8751488 0.1425214 -0.4623249 -0.9572131 0.289346 0.003082334 0.9076815 0.195532 0.3712577 0.9947203 0.05581831 0.08597064 -0.7950682 0.421247 0.4362926 0.02465891 0.528367 0.8486282 0.03173923 0.1619617 0.9862667 -0.3254494 0.8211615 0.4687948 -0.975341 -0.04974514 0.2149418 -0.8290658 0.2222357 -0.5130162 0.2887662 -0.3236182 0.9010285 0.7387005 -0.3324992 0.58623 0.8566241 0.06292915 0.5120701 0.4524674 0.22837 0.8620258 -0.07638782 -0.3033235 0.949797 -0.4483779 -0.2328257 0.8629719 0.06518751 0.3085727 0.9489426 -0.3848994 0.3535875 0.852504 -0.8539689 0.2782067 0.4396497 0.1199072 -0.5447859 0.8299204 -0.1286965 -0.5364849 0.8340098 -0.1478927 -0.6122013 0.7767266 0.04071164 -0.6376232 0.7692496 0.6138798 -0.5252236 0.5892514 -0.3762627 -0.4851222 0.7893307 -0.7942137 -0.3562425 0.492233 -0.3632923 -0.5914793 0.7197791 0.4059572 -0.5210731 0.7507553 0.780633 -0.4211249 0.4617756 0.8462783 -0.2409436 0.4750816 0.4345225 -0.3275246 0.8389844 0.1297342 -0.3887753 0.9121372 0.189642 -0.5515 0.8123112 0.4191717 -0.6098514 0.6725669 -0.06152528 -0.5680105 0.8207038 -0.1985534 -0.4042787 0.8927885 -0.7028413 -0.3873714 0.5965758 -0.5524461 -0.564684 0.6130864 0.002746641 -0.6703085 0.7420576 0.2364879 -0.6312754 0.7385784 0.2888882 -0.571276 0.7681814 0.6977142 -0.5058748 0.5071871 0.8066347 -0.3136997 0.5009003 0.3700674 -0.373516 0.8505814 0.03128147 -0.3972594 0.9171423 0.05270546 -0.5796381 0.8131352 0.2875149 -0.6720481 0.6823633 -0.2034669 -0.5628224 0.8011109 -0.310831 -0.3671987 0.8766442 -0.7641224 -0.295938 0.5731376 -0.6627705 -0.4884793 0.5675222 -0.1713614 -0.677633 0.7151097 0.07315284 -0.6725364 0.7364116 0.1465498 -0.8348948 0.5305033 0.6694235 -0.6566668 0.3473007 -0.2327952 -0.7535936 0.6147038 -0.2651143 -0.7893918 -0.5536668 0.1975463 -0.8685568 -0.4544816 0.8070009 -0.5188147 -0.2820215 -0.5382855 -0.6982024 0.4719077 -0.8539994 -0.4454787 0.2686849 -0.9066744 -0.2907499 -0.3055208 -0.5401777 -0.656209 -0.5268411 0.548967 -0.6989654 0.4582659 0.8544572 -0.4574419 0.2461622 0.2973418 -0.7546922 0.5847651 0.5347148 -0.5916013 -0.6033509 0.915952 -0.2179632 -0.3368938 -0.08502453 -0.8486893 0.5219581 -0.6336863 -0.674398 0.3789178 -0.8555864 -0.4707175 -0.2152165 -0.2656026 -0.8163396 -0.5128331 0.2025818 -0.7224037 -0.6610919 0.4147771 -0.7878353 0.4552446 0.7712943 -0.5680716 0.2869656 0.1192969 -0.8164007 0.5649892 0.4618671 -0.6569719 -0.5958434 0.8919645 -0.3410748 -0.296701 -0.2668843 -0.8382824 0.4753868 -0.7602161 -0.5747856 0.3027131 -0.891934 -0.3650624 -0.2667012 -0.3523667 -0.7589038 -0.5475936 0.08963286 -0.7471237 -0.6585589 0.3788263 -0.05008083 -0.9241005 0.8505814 -0.2594989 -0.4573199 -0.3654897 0.01309239 -0.9306619 0.03607285 0.05514693 -0.9978027 0.3183691 0.2294687 -0.9197363 0.8431349 0.02307194 -0.5371868 -0.1000702 0.2650837 -0.9589831 -0.03189182 0.0831629 -0.9960021 0.3560289 0.06186097 -0.9324015 -0.4688253 0.1353191 -0.8728294 -0.8894619 -0.1709952 -0.42378 -0.4068728 0.03540146 -0.9127781 0.3607898 0.1832026 -0.9144566 0.868923 -0.08297979 -0.4878994 -0.05319374 0.2640156 -0.9630421 -0.02697831 0.09305089 -0.9952697 0.3513901 0.06414991 -0.934019 -0.4365367 0.1707816 -0.8832972 -0.900296 -0.0954619 -0.4246345 -0.4186834 0.06570631 -0.9057283 0.4482864 -0.1782586 -0.8759117 0.9085971 -0.09442424 -0.4068422 0.8765527 -0.08932763 -0.4728843 0.04135257 -0.1842707 -0.9819941 -0.3507492 -0.1751457 -0.9199194 -0.879696 -0.1671804 -0.4451735 0.3979003 -0.1930601 -0.896878 0.8852199 -0.134373 -0.4452956 0.8734703 -0.1148411 -0.4730979 -0.008301019 -0.1970885 -0.9803461 -0.4244514 -0.1713309 -0.8890652 -0.9097568 -0.1000397 -0.4028748 -0.4828944 -0.2450941 -0.8406323 -0.9379559 -0.05481123 -0.3423566 -0.1333659 -0.9541001 0.2679525 -0.009491205 -0.3292337 -0.9441816 -0.997467 -0.04907375 0.05102694 -0.8633076 -0.1387676 0.4851527 -0.9906919 0.132786 0.0295419 -0.9718925 -0.2200079 0.08359014 -0.8797265 -0.09317296 -0.4662007 -0.7072054 -0.4719687 0.5263833 0.953856 -0.2690817 0.1330301 0.9896237 -0.09259313 0.1097446 0.8919035 -0.4234443 0.1585437 0.4652852 -0.6208075 0.6309092 -0.9965209 -0.02697831 0.07855463 -0.9165014 -0.1008026 -0.3870968 -0.9763787 -0.1797845 0.1197241 -0.9272744 -0.33961 0.1574144 -0.5734428 -0.5919675 0.5663015 0.9985046 -0.05407875 0.006805598 0.9763787 -0.2123172 0.03982663 0.9273355 -0.3589282 0.1056246 0.6059145 -0.59859 0.5239418 -0.9931638 -0.1162755 0.008514642 -0.8603473 -0.1532945 -0.4860073 -0.9539476 -0.2822046 0.1013519 -0.8768578 -0.4433424 0.1857661 -0.4265267 -0.6550798 0.6236152 0.9988403 0.02633744 0.03952145 0.9864803 -0.1630604 0.01519817 0.9652394 -0.2579424 0.04162722 0.6967681 -0.5131077 0.501175 -0.972808 0.2099673 -0.09765923 -0.7334514 0.3708304 -0.569628 -0.9948729 -0.07147431 0.07119965 -0.9377422 -0.1673024 0.3043306 -0.92407 0.3464461 -0.1613513 -0.852443 0.4920499 -0.1766106 -0.6526078 0.4685812 -0.5953856 -0.7631154 0.6246224 -0.1657155 -0.4860378 -0.6623737 -0.5700553 -0.6037782 -0.7959838 -0.04290902 -0.586993 0.5130772 -0.6262093 -0.8184149 0.4268013 0.3846553 -0.6149785 0.7231666 0.3142491 0.2829371 0.7903684 -0.543321 0.6427198 -0.7496567 0.1577501 0.3499863 -0.7940306 0.4969939 0.2155217 -0.8555864 0.4705954 0.3293252 -0.8986175 0.2897732 0.7614063 -0.5945006 -0.2583697 0.7745903 -0.6129338 0.155797 0.819361 -0.5232704 -0.2340464 0.8648946 -0.4719687 -0.1708121 -0.09732353 0.3603931 -0.9276711 -0.7891171 -0.5544298 -0.2643208 -0.3531602 -0.7979675 -0.4883267 0.29429 0.183874 -0.9378338 -0.1782586 0.3207495 -0.9302042 0.6135746 -0.185583 -0.7674795 0.2431104 0.1177709 -0.9627979 0.2448805 0.1051973 -0.963805 0.6528825 -0.2027039 -0.7298197 -0.1472518 0.3164159 -0.9371014 -0.6856594 0.4195685 -0.5948058 0.5896481 -0.213477 -0.7788934 0.5909299 -0.8006226 -0.09872734 0.04464852 -0.8362682 -0.5464645 0.2651143 0.140904 -0.953856 -0.1680959 0.3104038 -0.935606 -0.6424146 -0.3244423 -0.694235 -0.9044466 0.1554918 -0.3971374 -0.235847 -0.9042634 0.3558153 -0.2543107 -0.7441633 0.6176641 -0.6064944 -0.6935942 0.3886532 -0.8340098 -0.4930875 0.247444 -0.7225562 -0.4467604 0.5275124 -0.1737113 -0.6589251 0.7318339 -0.4597308 -0.5188147 0.7207251 -0.5230568 -0.583636 0.6210517 -0.6672872 -0.3715628 0.6454359 -0.9464095 -0.06024348 0.3172094 -0.2194281 0.568926 0.7925352 0.112125 0.3646656 0.9243446 0.5606555 0.8075503 -0.1829279 0.4385204 0.8814661 -0.1750847 -0.4689169 0.1845759 0.8637043 0.65215 -0.4839931 -0.5834529 0.6792505 -0.5849788 -0.4431288 0.7939085 -0.5143284 -0.3242287 0.8395947 -0.32078 -0.4383373 0.5793939 -0.2736595 -0.7676931 0.4448378 -0.233314 -0.8646504 0.05191195 -0.5070956 -0.8603168 0.6788538 -0.15009 -0.7187414 0.9522386 -0.02819907 -0.3039643 0.7273476 -0.1036103 -0.6783654 0.8011109 -0.06192201 -0.5952636 0.7769708 -0.1067537 -0.6203803 0.6500138 -0.1869564 -0.7365337 0.9410993 -0.05194246 -0.3340251 0.9273049 -0.02621537 -0.3733024 0.9412824 0.0132755 -0.3372905 0.9116795 -0.07913446 -0.40318 0.7625965 -0.1488388 -0.6295053 0.7728813 -0.005035519 -0.6345103 0.8131352 0.02832114 -0.5813471 0.9659719 8.85037e-4 -0.2586138 0.9767449 0.07843255 -0.1994384 0.7794427 0.1743217 -0.6017029 0.9253212 0.06805628 -0.3729972 0.7669607 0.1856746 -0.614185 0.8436232 0.02380442 -0.5363628 0.8190252 0.02917569 -0.572985 0.7607654 -8.24e-4 -0.6489761 0.6910611 0.09787285 -0.7160863 0.7785577 0.03817862 -0.6263924 0.9496139 0.03653061 -0.3112583 0.9320353 0.0180059 -0.3617969 0.7096164 0.003570616 -0.7045503 0.8691061 0.1062044 -0.483047 0.8362377 0.1123996 -0.536668 0.8176519 -0.02899253 -0.5749382 0.7345805 -0.03778189 -0.6774499 0.7306131 -0.07586902 -0.678518 0.8816492 -0.1353496 -0.4520707 0.2003235 -0.2872707 -0.9366436 0.1937315 -0.268746 -0.9435102 0.8248237 -9.15555e-5 -0.5653554 0.6662801 -0.04135257 -0.7445296 0.9184851 -0.004089474 -0.3953673 0.9096042 -0.03381448 -0.4140446 0.6402478 -0.08755761 -0.7631459 0.8380993 -0.08764916 -0.5384076 0.7468795 -0.1111178 -0.6555987 0.8625447 -0.116306 -0.4923856 0.8192389 -0.06030452 -0.5702384 0.6316721 -0.1329386 -0.7637257 0.9062777 -0.06469923 -0.4176458 0.6365856 -0.1836909 -0.7489852 0.7690665 -0.1501205 -0.6212653 0.7813959 -0.1825312 -0.5966979 0.8987091 -0.1310159 -0.4185003 0.9149144 -0.1155126 -0.3867 0.2947173 -0.3061617 -0.905179 0.2855007 -0.3099765 -0.9068575 0.6517533 -0.2248298 -0.7243263 0.9223304 -0.111423 -0.3698843 0.6657613 -0.2370067 -0.7074801 0.7904599 -0.190527 -0.5820795 0.9098178 -0.0952177 -0.4038515 0.7986999 -0.1848811 -0.5725883 0.9219031 -0.1091036 -0.3716849 0.4260994 0.1554918 -0.8912015 0 0.2453383 -0.9694204 0.6665548 -0.2348094 -0.7074496 0.9377728 -0.09128081 -0.3349711 0.6588031 -0.2288583 -0.7166357 0.7940917 -0.1830805 -0.579516 0.934019 -0.103885 -0.3417158 0.9149754 -0.1064791 -0.3891415 0.773217 -0.176519 -0.6090274 0.6476638 -0.2137211 -0.7312845 0.937376 -0.07010102 -0.3411664 0.9380474 -0.08185064 -0.3366497 0.9741508 0.1084017 0.1980346 0.969573 0.1177709 0.2144535 0.9788812 0.1055635 0.1750236 0.807123 0.2178411 0.5486618 0.8316599 0.2058779 0.5156713 0.9590747 0.1633045 0.2312387 0.9400006 0.2630695 0.2171087 0.9629505 0.2054811 -0.1745964 0.8521378 0.2003845 0.4833521 0.8588824 0.2335276 0.4557634 0.5691092 0.3349711 0.7509079 0.536607 0.3668935 0.7598804 0.81283 0.3607288 0.4573199 0.5461288 0.3287759 0.7704398 0.9995728 0.0242927 -0.01559495 0.9924619 0.02267521 -0.120426 0.9983825 0.02865684 0.04852437 0.9994812 0.02722251 0.01666307 0.9489731 0.1144444 -0.2937406 0.9919736 0.1067537 -0.06744587 0.9993897 0.03112888 0.01574754 0.9993591 0.02856528 0.02063047 0.9935301 0.03274631 0.1085543 0.9990845 0.02581864 0.03372293 0.9968871 0.02838218 0.07339698 0.9399396 0.06738483 0.3345134 0.9689627 0.07382422 0.2358775 0.9956359 0.03219699 0.08722186 0.9941405 0.0406506 0.0999481 0.9581897 0.09527873 0.2697531 0.9663381 0.1076388 0.2336192 0.9899899 0.0662862 0.1245765 0.9889828 0.07992798 0.1243934 0.9487594 0.138554 0.2839137 0.9600513 0.1394085 0.2425916 0.9878537 0.08764916 0.1282082 0.9860225 0.09002959 0.1399884 0.9337138 0.1460921 0.3267922 0.9918211 -0.1206396 0.04095584 0.9765313 -0.1264076 0.1742607 0.9879757 -0.05212557 0.1454512 0.9961547 -0.04754781 0.07330542 0.974456 -0.1851558 -0.1268654 0.9622181 -0.2541276 0.09759819 -0.9927061 -0.06894129 -0.09863579 -0.9983215 0.03427225 -0.04647964 -0.9971313 0.01300084 0.07422101 -0.9813837 -0.1547594 0.1136509 -0.9714957 -0.2279732 -0.06466871 -0.8908353 -0.2715842 -0.3641774 -0.8902555 -0.03836172 -0.4537797 0.2475356 -0.3574633 -0.9005097 0.3565477 -0.8306223 -0.4276559 0.6244392 -0.4132511 -0.6627705 0.5525681 -0.05542159 -0.8315989 0.2099673 -0.005645871 -0.9776605 0.2046876 -0.2994171 -0.9318827 0.1999267 -0.8152409 -0.5434736 0.3805963 -0.9219642 -0.07135224 0.4101688 -0.9105808 0.05069124 0.5723747 -0.8194831 -0.02813804 0.6279183 -0.7376934 -0.2480239 0.1452376 -0.9844966 -0.09811699 0.1199072 -0.9906919 0.06414991 0.1709952 -0.3152867 -0.9334391 0.05746632 -0.8189032 -0.5710013 0.1488998 -0.04232913 -0.9879147 -0.2229987 -0.2587969 -0.9398175 -0.3395795 -0.6816614 -0.6480301 -0.1011688 -0.9791864 -0.1758171 -0.2049012 -0.9787591 -0.005157589 -0.4158757 -0.8614155 -0.2914823 0.7450484 -0.6649983 0.05105745 0.8193915 -0.5652333 -0.09515666 0.6574298 -0.73043 0.1850337 0.894406 -0.4225898 0.1463057 0.8604084 -0.4950407 0.1208533 0.8823817 -0.3091525 -0.3546251 0.8427076 -0.08456677 -0.5316324 0.9239174 -0.3810541 0.03363138 0.9797968 -0.05203402 -0.1929685 -0.6706748 -0.6550798 -0.3478805 -0.6667379 -0.41966 -0.615833 -0.8362377 -0.4445326 -0.3209937 -0.8612018 -0.5045015 -0.06112855 -0.5846736 -0.8106327 0.03112888 -0.6107059 -0.1180456 -0.7829829 -0.5789056 -0.02255314 -0.8150578 -0.8959319 0.02508616 -0.4434645 -0.8015992 0.05078279 -0.5956603 -0.916837 0.08404797 -0.3903012 -0.7710807 -0.1159093 -0.6260567 -0.7285684 -0.169988 -0.6635029 -0.9462874 -0.06726276 -0.3160802 -0.9309061 -0.01486247 -0.3649098 -0.6868801 0.07617419 -0.7227393 -0.981811 -0.1875057 0.02941983 -0.5025483 -0.8639485 0.03183078 -0.7517319 -0.3359783 0.5674307 -0.7890256 -0.2200384 0.5735649 -0.9964599 -0.08282721 0.01339757 0.9873654 -0.1020844 0.1210364 0.8758202 -0.1669362 0.4527726 0.6322215 -0.7744072 0.02316349 0.7875912 -0.5456404 -0.2862026 0.9641713 -0.05887019 -0.2586138 0.9771721 0.01208531 0.2120731 0.853206 -0.05444496 0.5186926 0.7710196 0.01358073 -0.6366161 0.6871853 -0.1425214 -0.7123326 0.6612446 -0.1372722 -0.7374798 0.8342845 0.003845274 -0.5512558 0.7549974 0.0846278 -0.6501969 0.9842525 0.03146457 -0.1738944 -0.8489334 0.04129153 -0.5268105 -0.9573046 0.03592026 -0.286813 -0.7551195 -0.1639759 -0.634724 -0.7541734 -0.1575365 -0.6374706 -0.9753105 -0.0122379 -0.2203741 -0.9753105 0.01293981 -0.2203436 -0.7755364 0.07339698 -0.6269723 -0.9931638 -0.05130159 0.1045869 -0.760033 -0.5930967 -0.2656331 -0.524308 -0.8514664 0.007721126 -0.8615986 -0.1286965 0.4909207 -0.8561052 -0.08050781 0.5104526 -0.9931638 -0.01355022 0.1156957 0.9918516 -0.09851372 0.08059936 0.8614765 -0.1752678 0.4765465 0.5212867 -0.8532975 -0.008880853 0.7854244 -0.558031 -0.2677084 0.9738762 -0.05758839 -0.2195807 0.9933775 -0.07818841 0.08398693 0.8492691 -0.1401104 0.5089877 0.8648641 -8.24e-4 -0.5019685 0.7647328 -0.1886349 -0.6160771 0.7512742 -0.1817682 -0.6344493 0.9404584 -0.002075254 -0.3398236 0.7984558 0.01733446 -0.601764 0.972869 -0.05371254 -0.2248909 -0.8478347 0.1134373 -0.5179296 -0.9218726 0.1028168 -0.373516 -0.6870327 -0.07400739 -0.7228309 -0.7120274 -0.08755761 -0.696646 -0.9690847 0.08453625 -0.231666 -0.9760125 0.122959 -0.1795098 -0.8034913 0.1639454 -0.5722526 -0.9956664 0.06048768 0.07040619 -0.4716025 -0.8728599 -0.1252174 -0.5957213 -0.7976012 -0.09427165 -0.8905606 -0.1472518 0.4303415 -0.8407544 0.0242927 0.5408185 -0.9901731 0.0952177 0.1021454 0.9360332 -0.3077181 0.170629 0.7249672 -0.4777672 0.4960784 0.2815638 -0.9594409 0.01178014 0.3124485 -0.9499191 -0.003662168 0.9561449 -0.2177801 -0.1956847 0.9573656 -0.1741386 0.2304757 0.7464522 -0.2160405 0.6293527 0.8090457 -0.09540086 -0.5798822 0.6708273 -0.2608722 -0.694174 0.6300547 -0.2183904 -0.7451705 0.8584247 -0.07608264 -0.5072177 0.7581713 -0.04177981 -0.6506851 0.9783624 -0.1417279 -0.1505172 -0.9139073 -0.07788324 -0.3983276 -0.9530015 -0.1803339 -0.2433851 -0.7586901 -0.108829 -0.6422621 -0.8493301 -0.03295993 -0.52678 -0.9877316 -0.02783286 -0.1535996 -0.9946287 0.07553327 -0.07055878 -0.971099 -6.1037e-4 -0.2386242 -0.9953307 -0.06228822 0.07351905 -0.9778436 -0.01126128 -0.2089602 -0.9963073 -0.0237739 0.0821253 -0.911832 -0.1875972 0.3651235 -0.9198279 -0.1179845 0.3741569 -0.9945372 0.03295993 0.09891045 0.9778741 -0.1205481 0.1708121 0.8572039 -0.1819514 0.4817041 0.9738457 -0.1254006 0.1893063 0.9664297 -0.02075254 -0.2559893 0.9597461 -0.03640854 -0.2784203 0.9815669 -0.08716082 0.1700491 0.8597674 -0.1068758 0.4993438 0.6928923 -0.01538127 -0.7208472 0.6689963 0.05505537 -0.741203 0.5046541 0.05301064 -0.8616596 0.7907041 -0.1216773 -0.5999329 0.7433089 -0.05563521 -0.6665853 0.9607837 -0.0489822 -0.272927 -0.8946501 0.06106752 -0.4425184 -0.9522081 -0.006225764 -0.3053682 -0.5883969 0.1001617 -0.8023011 -0.8032166 0.1077914 -0.5858333 -0.9837947 0.1020844 -0.1472518 -0.9924619 0.04406869 -0.1142613 -0.9478133 -0.00955224 -0.3186132 -0.9894406 0.09775078 0.1067232 -0.9938658 0.07107758 0.08465832 -0.9093906 0.05383461 0.4123661 -0.9120151 0.02905356 0.4091006 -0.9263283 -0.02914518 0.3755303 -0.9956359 0.03726309 0.08526867 0.9874569 -0.09433269 0.1263771 0.8813745 -0.2187261 0.4187139 0.9870601 -0.06671345 0.1457869 0.9878842 -0.0140385 -0.1543626 0.9898068 -0.02862632 -0.1395001 0.9869991 -0.1461226 0.06662189 0.8914762 -0.2421643 0.3828547 0.8904996 -0.002166807 -0.4549394 0.8350475 0.01190221 -0.5500351 0.9120151 -0.04907375 -0.4071779 0.9104892 -0.1190527 -0.3959471 0.9833979 -0.09369182 -0.1552782 -0.9089938 0.1373943 -0.3934446 -0.9568468 0.0991851 -0.2730491 -0.5822932 0.126194 -0.8030946 -0.832667 0.1479232 -0.5336161 -0.9740593 0.1640369 -0.1557664 -0.948149 0.3146153 -0.04483169 -0.9438154 0.2633748 -0.1995605 -0.9856868 0.1578112 0.05877864 -0.9677114 0.1548509 -0.198767 -0.9900815 0.1373943 0.02911466 -0.9140599 0.1254006 0.3856319 -0.8567461 0.2788171 0.4338206 -0.9300211 0.3407697 0.1375164 0.9747307 -0.1783196 0.134495 0.821894 -0.3033235 0.4821009 0.8323313 -0.2098147 0.5129551 0.9714041 -0.1819819 0.1523789 0.9876095 -0.09820854 -0.1222876 0.9880978 -0.1019929 0.1148411 0.858211 -0.3154698 0.4048891 0.9007233 -0.08087402 -0.4267403 0.8590961 -0.05359047 -0.5089877 0.6468093 5.18815e-4 -0.762627 0.9458907 -0.1315958 -0.2964873 0.9476302 -0.08011108 -0.309122 0.9963073 -0.02719199 -0.08124023 -0.9179357 0.3895688 0.07492291 -0.9104892 0.3921324 0.1311991 -0.9729301 0.2306283 -0.01446574 -0.8564104 0.4989166 0.132725 -0.9649648 0.2621235 -0.008880853 -0.9649953 0.1409345 -0.2210456 -0.8182623 0.5411237 0.1938841 -0.8883938 0.2613605 0.3773919 -0.8021485 -0.5641957 0.1954405 -0.9831538 0.1806696 0.0267952 0.9922483 0.009826958 0.1238441 0.8478042 -0.4957732 0.188055 0.9920042 0.1184728 0.04342782 0.002105772 -0.7956175 0.6057619 0.9479354 -0.1741386 -0.2664876 0.9810785 -0.1552476 -0.1155431 0.9690542 -0.2047181 -0.1377605 0.2211982 0.09714037 -0.9703665 0.08005005 -0.4516434 -0.8885464 -0.1729789 0.9820246 0.07547223 -0.9371014 -0.1297952 -0.3239845 -0.9785455 -0.06079286 -0.1967833 -0.9902341 -0.06088441 -0.1252174 -0.9919126 -0.02795493 -0.1236 -0.9977416 -0.06634724 0.009765923 -0.932371 -0.1998657 0.3011261 -0.150792 -0.8873257 0.4357433 0.9696035 -0.2400586 -0.04690694 0.8777734 -0.3838923 0.2865688 0.9600513 -0.200415 -0.1951353 -0.09704881 -0.7529527 0.6508377 0.06805628 -0.9234291 0.377636 0.8486282 -0.3194067 -0.4216437 0.9469894 -0.1777092 -0.2675558 0.8685873 -0.2844935 -0.405713 -0.342204 -0.5377666 -0.7705008 -0.1233558 0.3031098 -0.9449141 -0.9945372 0.01669359 -0.1029999 -0.9998474 0.003112852 0.01528972 -0.9967345 -0.06131166 -0.05233919 -0.9714347 0.2294687 0.06009089 -0.2564775 -0.05587935 -0.9649037 -0.9697867 0.1846064 0.1593066 -0.931547 -0.3227027 0.1674855 0.97763 -0.01898247 0.209418 0.8605304 0.0087893 0.5092929 0.9791253 -0.00753802 -0.2030701 0.9540391 0.05697804 0.2941374 0.8428297 0.07339698 0.5331279 0.8269295 -0.01211583 -0.562151 0.8889126 -0.1391339 -0.4364147 0.8800623 -0.0325632 -0.4737083 0.9235206 0.1192969 -0.3644215 0.995117 0.0844447 -0.0509659 -0.3595996 -0.3111667 -0.8796655 -0.1096225 -0.2444533 -0.9634083 -0.4275643 0.04275637 -0.9029511 -0.6030153 -0.4372692 -0.6671652 -0.3856929 -0.3045747 -0.8708762 -0.2327952 -0.8084353 -0.5405439 0.2314829 -0.9371929 -0.2608722 0.4725486 -0.8469802 -0.2434766 0.3603625 -0.7602771 -0.5404523 0.9807123 -0.03250217 0.1926023 0.9889828 0.07425153 0.1279031 0.9929502 -0.06198304 0.1009552 0.9720756 -0.1308633 0.1947691 0.9690237 -0.1187475 0.2164067 0.9937742 0.003997921 0.1111484 0.9911801 0.130314 0.0232551 -0.8202765 0.1369976 -0.5552538 -0.9624928 0.1454512 -0.2288888 -0.9435102 0.1606189 -0.2896817 -0.8251594 0.1495102 -0.5446944 -0.9250771 0.08447521 -0.3701895 -0.6205024 0.2355723 -0.7479476 -0.8329722 0.1598864 -0.5296487 -0.95468 0.157506 -0.2524796 -0.9371319 0.1822565 -0.297586 -0.9698783 0.1605274 -0.18305 -0.9911801 0.1175268 0.06076234 -0.9664907 0.08551281 0.2420117 -0.9867244 0.08999907 0.1349833 -0.9906919 0.1359599 -0.003845274 -0.990997 0.133549 -0.007995843 -0.9869686 0.1019929 0.1243019 0.9644765 -0.1143223 0.2380443 0.9816279 -0.1015045 -0.1614429 0.9733573 -0.1237831 0.1928464 0.9424726 -0.1604663 0.2931303 0.9133275 -0.1312906 0.3854182 0.9725334 -0.1718802 0.1568346 0.9842525 -0.1017792 -0.1442915 0.9872738 -0.1041902 -0.1199377 0.9368267 -0.2154302 0.2754906 0.7905515 -0.09515666 -0.6049379 0.5684683 0.02246159 -0.8223823 0.8658101 -0.2153081 -0.4516129 0.9686575 -0.1187475 -0.2180852 0.8326975 -0.07150483 -0.5490585 0.9795221 -0.0912503 -0.1794488 0.855739 -0.05130159 -0.5147863 0.938139 -0.01855522 -0.3456832 -0.7769402 0.03003019 -0.6288034 -0.9649037 0.01818901 -0.2619099 -0.9563586 0.04397714 -0.2887662 -0.7790765 0.05496382 -0.6245003 -0.9131138 -0.03875845 -0.4058046 -0.6920072 0.1572008 -0.7045198 -0.7884762 0.08038574 -0.6097598 -0.9638661 0.07135224 -0.2565386 -0.9107028 0.09509563 -0.4019593 -0.9957579 -0.002746641 0.0916776 -0.9606311 -0.01925712 0.277047 -0.9755241 -0.02136296 0.2186956 -0.997406 0.01437419 0.07025361 -0.9972839 0.03259372 0.06570631 -0.9792474 -0.008880853 0.2023682 -0.9727165 0.1060213 -0.2062441 0.9944456 -0.08233892 0.06549268 0.9640492 -0.0720542 -0.2556536 0.9937132 -0.07638782 0.08178961 0.9624623 -0.08966338 0.2561419 0.9517807 -0.09009063 0.2931913 0.9911801 -0.06265449 0.1167027 0.9787286 -0.03061002 -0.2027039 0.9584643 -0.08990752 0.2706076 0.8116398 -0.0539872 -0.5816218 0.674398 0.09329503 -0.7324137 0.9082919 -0.1379742 -0.3948485 0.9681997 -0.05313271 -0.2444533 0.8200629 -0.03024381 -0.5714286 0.964568 -0.06064027 -0.2566301 0.8260445 0.004943966 -0.5635548 0.9291666 0.007843255 -0.3695486 0.6115299 0.0343638 -0.7904294 -0.6910611 0.007446467 -0.7227088 -0.9160131 -0.002838194 -0.4010742 -0.9187597 0.01947081 -0.3943297 -0.7383038 0.01168859 -0.674337 -0.8433485 -0.09195226 -0.5293741 -0.6219977 0.1487777 -0.7687308 -0.8069399 0.001770019 -0.5905637 -0.9516587 0.03012174 -0.3056429 -0.9250466 -0.01977598 -0.3792535 -0.9368267 -0.06817835 -0.343028 -0.9995422 -0.02728354 -0.01181066 -0.9585864 -0.05233919 0.2799158 -0.9748833 -0.02294987 0.2214423 -0.9999695 0.004425168 -0.004608273 -0.9987792 0.01586961 0.04647964 -0.9756768 -0.02899253 0.2171697 0.9624317 0.07409894 0.2611469 0.9848018 0.09128081 -0.147679 0.9698172 0.01812797 0.2431409 0.9402753 -0.003021299 0.3403729 0.9238563 0.07055878 0.3761101 0.97528 -0.08725237 0.202887 0.9799799 0.06955164 -0.1864681 0.9735404 0.01245152 -0.2280953 0.9343852 -0.1172826 0.3363445 0.7723929 0.09982603 -0.6272164 0.6132695 0.122959 -0.7802057 0.8559831 0.0597552 -0.5134739 0.7655873 0.1028168 -0.6350291 0.725425 0.08520764 -0.6829738 0.9067659 0.1348002 -0.3994567 0.7818232 0.1891232 -0.5940733 0.9611805 -0.178991 0.2099063 0.9552904 -0.1996521 0.2179937 0.9400006 -0.2399975 0.2423779 0.9509568 -0.1085848 0.2895291 0.9979858 0.02197331 0.05929744 0.9991455 -0.003967404 0.0404675 0.9362163 0.01840263 0.3509018 0.9136326 -0.156682 0.375042 0.859859 -0.008819818 0.5104221 0.9931028 0.09512615 0.06845301 0.9737846 0.1850947 -0.1321451 0.9684134 0.1829279 -0.1694082 0.9558702 0.2144535 -0.2006286 0.9516587 0.258858 -0.1652577 0.9595019 0.1958678 -0.2023682 0.8035523 0.1419721 -0.5780206 0.9453108 0.1972716 -0.259682 -0.9854732 0.1054414 -0.1330301 -0.7983947 -0.04550307 -0.6003601 -0.7363811 0.5237587 -0.4282052 -0.7705008 0.2986541 -0.5630665 -0.6187628 0.09830009 -0.7793817 0.9592578 -0.0793786 -0.2710654 0.7228309 0.4174321 -0.5506455 0.7352214 -0.1988281 -0.647969 0.618305 -0.02853477 -0.7853938 0.7826167 0.1352885 -0.607593 -0.9896848 0.002960264 0.1431013 -0.8742638 -0.1525009 -0.460799 -0.8415479 0.4702597 -0.2657552 -0.8975189 0.2273629 -0.3777581 -0.7921079 0.03085416 -0.6095767 0.9977722 -0.009124994 -0.06579786 0.7766656 0.4511246 -0.4395886 0.827662 -0.1458479 -0.5419172 0.696585 0.03509628 -0.7165746 0.828608 0.2161626 -0.5163732 0.9722587 -0.04324471 -0.2298349 0.8158513 0.2999969 -0.4943083 0.7500839 -0.1307107 -0.6482742 0.6599933 0.02209538 -0.7509079 0.776452 0.127781 -0.6170232 -0.9974365 0.05804616 0.04116946 -0.8778344 -0.08163696 -0.4718772 -0.8113956 0.4615009 -0.3585925 -0.885464 0.2571794 -0.3870357 -0.8309885 0.08407849 -0.549852 0.9352092 0.2848598 -0.2101809 0.6411328 0.3602405 -0.6776025 0.9871822 0.1449019 0.06643879 0.7464827 0.2786034 -0.604236 0.6249275 0.3497116 -0.6979278 0.9881588 -0.01068145 -0.1528977 0.733726 -0.1331217 -0.6662496 0.6662191 -0.1157262 -0.7366863 0.7865841 -0.04312264 -0.6159245 0.8438978 0.1424909 -0.5171667 -0.9984741 -0.007385432 0.05459761 -0.9697256 -0.1127964 0.2163457 -0.8395337 0.1951353 -0.507004 -0.7931761 0.1535081 -0.5892819 -0.8769799 0.05050808 -0.4778283 -0.9763177 -0.2117984 -0.04394662 -0.7099826 -0.2654805 -0.6522416 -0.9089938 -0.07919549 -0.4091616 -0.8312937 -0.2190924 -0.5107578 -0.7236855 -0.2650837 -0.6371349 -0.9887081 0.1439863 -0.04077267 -0.9724723 0.04943996 0.2276681 -0.959685 0.06537061 -0.2733238 -0.6589251 0.2768334 -0.6993622 -0.6872158 0.2332224 -0.6879788 -0.8167364 0.1716055 -0.5508896 -0.9927976 -0.1193884 0.006378352 -0.7509689 -0.2582781 -0.6076846 -0.8326365 -0.133549 -0.537431 -0.6987823 -0.2480849 -0.6708884 0.9955138 0.04837179 -0.08102661 0.6573992 0.2191534 -0.7209388 0.9789727 -0.07657092 0.1889706 0.804651 0.09625536 -0.5858638 0.6698813 0.1738639 -0.7217933 0.971984 -0.2237312 -0.07159638 0.6951201 -0.3030793 -0.6518449 0.6401258 -0.2924894 -0.7103794 0.7808771 -0.2067934 -0.5894345 -0.958678 0.2562334 -0.1233558 -0.9768059 0.151738 0.1508835 -0.5016633 0.3393658 -0.7956786 -0.5331279 0.3074434 -0.7881711 -0.6977142 0.2570269 -0.6686605 -0.9918211 0.01165807 -0.1268959 -0.675985 -0.1846675 -0.7133702 -0.7372967 -0.04507583 -0.6740318 -0.591113 -0.1705985 -0.7883237 0.9973754 0.01660203 -0.07019257 0.7541734 0.1639454 -0.6358532 0.9689932 -0.1372417 0.205298 0.7929319 0.05215609 -0.6070437 0.6625263 0.1528672 -0.7332682 0.9414655 -0.3224891 -0.09802544 0.6238594 -0.3698843 -0.6884365 0.5793329 -0.3538926 -0.7342143 0.7353435 -0.2961516 -0.6095157 0.8611103 -0.1098971 -0.496353 -0.8885769 0.4461501 -0.1066316 -0.9767449 0.2124393 -0.02816855 -0.6353648 0.4897916 -0.5969726 -0.5582141 0.3525193 -0.7510606 -0.6786401 0.2566606 -0.6881313 0.9908139 -0.120426 -0.06146425 0.7735832 0.0587176 -0.6309092 0.9808649 -0.1721549 0.0907315 0.7738273 -0.08951079 -0.6270028 0.6649678 -0.01611375 -0.7466658 -0.9701834 0.05172884 -0.2367321 -0.5474105 -0.04919582 -0.8354137 -0.7552111 0.1054719 -0.6469008 -0.6742759 0.004913449 -0.7384564 -0.5387127 -0.02020323 -0.8422193 0.9713431 -0.1904355 -0.1421552 0.5437483 -0.1964171 -0.8159124 0.7169713 -0.1650746 -0.6772363 -0.9618824 0.05087435 -0.2686239 -0.9981384 -0.05008083 0.03421121 -0.5827814 0.06781208 -0.8097476 -0.4432203 0.03982663 -0.8955046 -0.624958 -0.01745659 -0.7804194 0.8863186 -0.1373028 -0.4422132 0.4537797 -0.02356028 -0.8907743 0.9712821 -0.176519 -0.1593981 0.5889462 -0.1189306 -0.7993408 0.4505142 -0.01971495 -0.8925138 -0.9918516 -0.08008056 -0.09872734 -0.6053957 -0.128666 -0.7854244 -0.7958312 -0.04739522 -0.6035951 -0.7683035 -0.08536022 -0.6343272 -0.6309092 -0.09006011 -0.7705619 0.9533067 -0.1242408 -0.2752159 0.6119266 -0.1207922 -0.7816095 0.6116825 -0.08935815 -0.7860042 0.7208777 -0.107242 -0.6846523 0.7476425 -0.1113925 -0.6546525 0.9342326 0.03305155 -0.3551134 0.7079989 0.1739249 -0.6844081 0.9929197 -0.1175878 -0.01556444 0.6979888 0.02630692 -0.715598 0.5479904 0.1268349 -0.8267769 -0.9922178 0.09756767 0.07708972 -0.9917905 -0.09353923 0.08700823 -0.8134709 0.3355205 -0.4749901 -0.7424848 0.151738 -0.6523942 -0.8215888 0.01556444 -0.5698416 0.9623707 -0.2294992 -0.1453902 0.6863307 -0.3517869 -0.6364941 0.6802576 -0.3148289 -0.6618854 0.7808161 -0.2591632 -0.5684072 0.8422498 -0.1008026 -0.5295267 -0.9699088 -0.2433851 -0.004913449 -0.8221381 -0.4236274 -0.3802606 -0.8226264 -0.1369365 -0.5518052 -0.7908262 -0.2676473 -0.5503708 -0.7380902 -0.359386 -0.5709708 0.9092685 0.1600695 -0.384167 0.8496048 0.3779107 -0.3678396 -0.001159667 0.7283853 -0.6851406 -0.005218625 0.3298441 -0.9439985 0.810297 0.060274 -0.5828425 0.8385876 0.1664785 -0.5186926 0.7735221 0.3830683 -0.5048372 0.7425764 0.6045412 -0.2881557 0.4839015 0.8695029 -0.09866631 0.00955224 0.9362468 -0.351146 0.6631062 0.6200445 -0.4192938 0.5533311 0.7767876 -0.3006379 0.5244606 0.8305002 -0.1874446 0.0866115 -0.1179235 -0.9892269 -0.1508835 0.0205084 -0.9883114 -0.2481765 -0.201178 -0.9475692 0.04647964 -0.02514719 -0.9985961 0.01437419 0.3287759 -0.9442732 -0.8379162 0.305887 -0.4520096 -0.6235237 0.1611682 -0.764977 -0.7859126 0.5309 -0.3168737 -0.599231 0.5413373 -0.5897397 -0.587817 0.2791528 -0.75927 -0.6544084 0.7320475 -0.1892147 -0.4496902 0.8861355 -0.1118808 -0.3433333 0.9258705 -0.1577196 -0.4040956 0.8805506 -0.2475356 -0.4957427 0.7654348 -0.4102298 0.924192 0.227546 -0.30665 0.9368267 0.2748802 -0.2162541 0.7422102 0.1540269 -0.6522111 0.668569 0.2767418 -0.6902066 0.6895352 0.4983673 -0.5254677 0.9135411 0.3721122 -0.1641895 0.7952208 0.5937986 -0.1222876 0.6774499 0.6290475 -0.3811457 0.6367992 0.7277749 -0.2545244 0.5999939 0.7770928 -0.1899777 -0.4800867 -0.4417859 0.7578356 -0.3627735 -0.9270608 0.09427165 -0.1308328 -0.9911191 0.02240055 -0.09775078 -0.5676748 0.8173772 -0.4238106 -0.147557 0.8936125 0.260567 -0.5908689 0.7634816 0.03283786 -0.9957274 0.08618426 0.2698141 -0.2773827 0.9220557 -0.08429211 -0.2271187 0.9701834 -0.5814387 -0.04300057 0.8124333 -0.9086581 0.1078524 0.4033631 -0.4838709 -0.01947081 0.8749046 -0.1592456 -0.2480544 0.9555345 -0.2489089 -0.2957854 0.9222388 -0.6214179 0.03372293 0.7827388 0.3097323 -0.3730888 0.8745384 -0.06143373 -0.0945158 0.9936217 0.3294168 -0.1659901 0.9294717 0.3122349 -0.4611957 0.8305002 -0.6569109 0.04440438 0.752617 -0.2926725 -0.3634449 0.8844264 -0.7764825 -0.3212683 0.5420393 0.3553881 -0.5623341 0.7466048 0.2543413 -0.7469405 0.614246 -0.3040864 -0.8446608 0.4405041 -0.6497391 -0.6647542 0.3686025 -0.4449904 -0.628071 0.6383252 0.01733446 -0.7423627 0.6697287 -0.3043916 -0.9161351 0.2607196 -0.4029054 -0.9143345 -0.0404675 0.2593158 -0.4951018 -0.8291879 0.07467877 -0.9971313 -0.01190221 -0.1690725 -0.9716178 0.1653187 -0.05227816 -0.5251625 -0.8493912 0.2469863 -0.3189795 -0.9149754 -0.3552049 -0.4298227 -0.8300729 -0.4436171 -0.8920255 0.08621478 -0.3089999 -0.255562 -0.9160741 -0.02722251 -0.3164464 -0.9482101 -0.7175207 -0.5031892 0.4815821 -0.7193823 -0.538194 0.4390698 -0.7899411 -0.5220496 0.3215735 -0.7247231 -0.5595569 0.4020203 -0.1666921 -0.6461074 0.7448042 -0.7596057 -0.436964 0.4816431 0.3176366 -0.6667684 0.6741234 -0.08877831 -0.7629933 0.6402478 0.4052248 -0.7273781 0.5537584 -0.1070284 -0.7846309 0.6106144 -0.1922971 -0.8435927 0.5013581 -0.7533189 -0.5579089 0.3481246 -0.7142552 -0.6305735 0.3035676 -0.3423871 -0.6848659 0.6431776 -0.2154912 -0.8480483 0.4840541 0.282052 -0.8009888 0.5280312 -0.1279336 -0.7382733 0.6622211 -0.09472942 -0.7533189 0.6507462 -0.1663869 0.9739372 -0.1541184 -0.5393841 0.544908 -0.6419264 0.07660144 0.996765 -0.02316349 0.04763936 0.6393322 -0.7674185 -0.2699362 0.6599628 -0.7010712 0.4132511 0.9079257 -0.06985682 -0.04513686 -0.4608905 0.8862881 0.6906339 -0.01211583 -0.723075 0.3596301 0.5965758 -0.7174291 0.2414319 -0.1999267 -0.9495529 -0.01446574 -0.1371807 -0.9904172 0.007629573 0.06683552 -0.9977111 0.218482 0.02618485 -0.9754631 -0.2766503 -0.1407818 -0.9505906 -0.2027039 0.0730918 -0.9765008 0.2177801 0.2558367 -0.9418622 0.02584916 0.2675558 -0.9631642 0.6394848 0.3978393 -0.6578265 -0.1629993 0.3003937 -0.9397565 -0.5813471 0.5383771 -0.6100345 -0.08401745 0.4345836 -0.8966643 -0.1164586 0.201941 -0.9724113 0.06976526 0.1823176 -0.9807428 0.1365398 0.4672079 -0.8735008 -0.1597033 0.3203223 -0.9337138 0.3386029 0.4153874 -0.8442335 0.2735679 0.1834772 -0.9441816 0.3397321 0.2635579 -0.9028291 0.08487194 0.2818689 -0.9556871 0.1069673 -0.6665853 -0.7376934 -0.05404824 -0.7387005 -0.6718345 -0.009338617 -0.3481246 -0.937376 0.2390515 -0.3829768 -0.8922697 -0.3047273 -0.650502 -0.6956389 -0.2443616 -0.3169957 -0.9163793 0.2395398 -0.1398663 -0.9607227 0.03094571 -0.104831 -0.9939879 0.05688649 0.0109561 -0.998291 0.2659383 -0.01843315 -0.963805 -0.1800287 -0.0849635 -0.9799494 -0.1628773 0.04129153 -0.9857479 0.2653585 0.08197271 -0.9606311 0.06396675 0.105533 -0.9923399 -0.1417279 0.1456953 -0.9790948 0.1935788 -0.2062746 -0.9591357 -0.03469949 -0.1882382 -0.9814447 0.2171697 -0.1597033 -0.9629505 -0.2542802 -0.1357463 -0.9575487 -0.2693869 -0.08630633 -0.9591357 -0.02227848 -0.113834 -0.9932249 -0.139256 0.4365367 -0.8888211 -0.3700369 0.09714037 -0.9238868 -0.0489822 0.1367839 -0.9893796 0.2101809 0.3433638 -0.9153417 -0.1920225 0.3166601 -0.9288614 0.5217444 0.2595599 -0.8126164 0.3268532 0.117832 -0.9376812 0.422895 0.1323587 -0.8964507 0.1273537 0.2065798 -0.9700919 0.2349315 -0.07458722 -0.9691153 0.2164372 -0.08151489 -0.972869 -0.02063047 -0.04318368 -0.9988403 -0.01330602 -0.03106784 -0.9994202 -0.2557146 0.05642867 -0.9650868 -0.2449721 0.001831054 -0.969512 0.2011169 -0.06967371 -0.9770501 0.4694357 -0.1663259 -0.8671224 -0.01184117 -0.03680527 -0.9992371 0.8117008 -0.1681569 -0.5593127 -0.2197638 -0.01232945 -0.9754631 0.2421643 -0.008392572 -0.9701834 -0.2514114 0.02148503 -0.9676198 0.3080233 0.3026826 -0.9019135 -0.3260598 0.03982663 -0.9444869 -0.1461836 0.3871883 -0.9103061 -0.2046266 0.3405866 -0.9176611 -0.2341074 0.8670309 0.4397717 -0.4585406 0.7809687 0.4239631 -0.4002808 0.876278 0.2680441 -0.3106479 0.9194312 0.2410352 -0.1630299 0.9031342 0.3971374 -0.1835078 0.9737236 0.1348002 -0.3461714 0.9251992 0.1553087 0.01632738 0.9641103 0.2649617 -0.2533341 0.9584949 0.1305887 -0.1876583 0.9801935 -0.06323432 0.1388286 0.9902646 -0.008911371 -0.0974456 0.992584 0.07232886 0.2407605 0.6910917 -0.6814478 -0.1218909 0.7134922 -0.6899319 0.1734061 0.8586383 -0.4823145 -0.1330912 0.7272561 -0.6732994 -0.05343788 0.7596668 -0.6480911 -0.08352911 0.8802149 -0.4671468 -0.0582903 0.8771935 -0.476516 0.1238136 0.9430525 -0.3086947 -0.04049801 0.9577929 -0.2845546 -0.09411907 0.9628895 -0.2528458 -0.0936613 0.8876919 -0.4507889 -0.1729484 0.9624012 -0.2092959 -0.1803949 -0.3523667 0.9182714 0.09335607 -0.9710379 0.2198858 0.2090212 -0.9739067 0.08807641 0.124546 -0.3263649 0.9369793 -0.1782891 -0.3010346 0.9367657 0.4795373 -0.2855007 0.8297373 0.3194067 -0.9242225 0.2091128 0.5073702 -0.8613849 0.0232551 0.464919 -0.218604 0.8579058 0.1188696 -0.292703 0.9487594 -0.4682149 -0.3688162 0.802942 -0.4434645 -0.1391339 0.885403 0.08734393 -0.1514633 0.9845882 0.1221656 -0.3592944 0.9251686 -0.4634541 -0.2918485 0.8366649 0.5262306 -0.2724997 0.805475 0.4705039 -0.1407208 0.8710898 0.8514054 -0.1596728 0.4995575 0.5640126 -0.1924192 0.803003 0.1454207 -0.3098239 0.9395734 -0.4331797 -0.2847377 0.8551287 0.1880245 -0.2757958 0.9426252 -0.271218 -0.5619984 0.7813959 0.6174505 -0.08664202 0.7817927 0.681753 -0.08191168 0.7269509 0.3322855 -0.4563127 0.8254342 0.4501785 -0.8118534 0.3717765 0.3486434 -0.8941008 0.2810755 0.1268959 -0.7978149 0.589343 0.6771752 -0.5943174 0.4337291 0.8225349 -0.500473 0.2699972 0.487289 -0.86816 0.09390544 0.9602649 -0.2199469 0.1716361 0.9329203 -0.2882168 0.2157658 0.9766839 -0.1919614 0.09579759 0.4020203 -0.4298227 -0.8084353 0.513535 -0.8360546 -0.1930906 0.2345347 -0.9576403 -0.1669667 0.09683519 -0.5305643 -0.8420667 0.3268532 -0.2870876 -0.9003876 -0.3051546 -0.4896084 -0.8167669 -0.1135594 -0.9488815 -0.2944426 -0.3303934 -0.306589 -0.8926359 -0.1445966 -0.7099521 0.6891995 0.1511582 -0.7777032 0.610126 -0.2556536 -0.7182531 0.6470839 0.3372905 -0.6902371 0.6401258 0.4871364 -0.639729 0.59447 0.2276986 -0.8454543 0.483047 0.9020966 -0.3342387 0.2728965 0.8475601 -0.3167211 0.4257332 -0.2064577 -0.7079989 0.6753441 0.1388897 -0.7374188 0.6609699 0.3496811 -0.6501969 0.6744896 0.1252174 -0.7448958 0.6552935 0.7557604 -0.2246467 0.6150701 -0.3377484 0.9356365 -0.1023896 -0.4094058 0.3901181 -0.8247017 0.07419049 -0.4789575 0.8746605 -0.1193274 0.9917295 -0.04696798 -0.07535016 0.6214484 -0.7798089 -0.4566485 0.6264535 -0.6316416 0.1922361 0.9443953 -0.2667317 0.2904141 0.3942992 -0.8718833 0.2928861 0.5731376 -0.7653127 0.3094272 -0.1765496 -0.9343547 0.002655088 -0.1382488 -0.9903867 -0.01586961 0.09921562 -0.9949339 0.239906 0.06006038 -0.9689322 -0.3612781 -0.1843623 -0.9140294 0.03537094 -0.3434248 -0.9384747 -0.3121433 0.08520764 -0.9461959 0.1787164 0.267861 -0.9467147 -0.0351268 0.2930998 -0.9554125 0.6394848 0.3465071 -0.6862392 -0.2738121 0.3308817 -0.9030427 -0.7602466 0.4716635 -0.4466384 -0.2896512 0.5783563 -0.7625965 -0.3103733 -0.1982787 -0.9296854 -0.02569657 -0.154271 -0.9876706 -0.003082334 0.6623127 -0.7491989 -0.3608203 0.3353068 -0.8702353 0.2305368 0.5782342 -0.7825862 0.3341472 0.007751643 -0.9424726 0.2796411 0.386639 -0.8787805 -0.01400798 0.3573718 -0.9338359 0.2466506 -0.5975524 -0.7629323 0.07724231 -0.708884 -0.7010407 0.003234922 -0.2767113 -0.9609363 0.3061006 -0.2481765 -0.9190649 -0.1543015 -0.6022523 -0.783227 -0.3177587 -0.3193457 -0.892758 0.2355723 -0.03234958 -0.9712821 -0.009949028 -0.05160677 -0.9985961 -0.01318395 0.0489822 -0.9986877 0.2377697 0.07989746 -0.9680166 -0.2659688 -0.0907315 -0.959685 -0.2760399 0.01391643 -0.9610279 0.2208929 0.1868038 -0.9572131 -0.01898247 0.1452681 -0.9891964 -0.2719504 0.1164586 -0.9551988 0.3121433 -0.7226478 -0.6166875 -0.0419324 -0.8033387 -0.5940123 0.2923368 -0.4030885 -0.8671835 -0.3111972 -0.7330851 -0.6047243 -0.3731803 -0.4462416 -0.8133488 -0.03137302 -0.4060488 -0.9132969 -0.3243202 0.4364452 -0.8392285 -0.2156438 0.03222751 -0.9759209 -0.01126128 0.06558424 -0.9977722 0.0527665 0.370983 -0.9271218 0.01406902 0.2599261 -0.9655141 -0.3367412 0.2890408 -0.896115 0.3632313 0.3140965 -0.8771325 0.3492538 0.07525861 -0.9339885 0.2672506 0.2297738 -0.9358196 0.2183599 -0.01867729 -0.9756768 0.220191 -0.09207433 -0.971099 -0.00213629 -0.0936613 -0.9955748 -0.004028439 -0.03491312 -0.9993591 -0.2559282 -0.03396707 -0.966094 -0.2409436 -0.106296 -0.9646901 0.2208319 -0.15421 -0.9630116 -0.008514642 -0.1398663 -0.990112 -0.2493667 -0.1698355 -0.9533677 0.2554399 0.008850336 -0.9667654 -0.007904291 -0.1029694 -0.9946287 0.2623676 0.3307291 -0.9064913 0.4624165 0.886227 -0.02685624 0.1792962 0.9837642 5.79852e-4 0.3477584 0.9375591 -9.15555e-4 0.6569719 0.7538682 0.002166807 0.2842189 0.947203 -0.1482589 0.2050538 0.7190771 -0.6639607 0.009949028 0.7199622 -0.6938993 0.01733446 0.8834193 -0.4682149 0.200293 0.8628193 -0.4640949 0.1944944 0.9262062 -0.3228858 0.01776176 0.9437239 -0.3302103 0.04043698 0.9918211 -0.1208227 -0.3723868 -0.2258675 0.9001435 -0.3977782 -0.9170202 0.02816855 -0.1472213 -0.9611499 0.2334361 0.08847314 -0.9918211 0.09189122 0.04861593 -0.2514725 0.9666128 -0.3808405 -0.1932432 0.9042024 0.4203009 -0.2442701 0.873867 0.2401196 -0.9598987 0.1445051 0.3878292 -0.9210181 -0.03561508 0.3946349 -0.2210761 0.8918119 0.02926725 -0.248268 0.9682303 -0.5416425 -0.188757 0.8191168 -0.5217139 -0.02636796 0.8526872 -0.03872793 -0.09530925 0.9946898 -0.05023342 -0.3241371 0.94467 -0.5605945 -0.2106997 0.8008057 0.4737693 -0.3582873 0.8044374 0.4594562 -0.1550035 0.8745384 0.4863735 -0.3333536 0.8076419 -0.05703908 -0.3425092 0.9377728 -0.6163824 -0.1834467 0.7657399 -0.0592364 -0.3033235 0.9510178 -0.5614795 -0.3896908 0.7299723 0.5495773 -0.2978301 0.7805109 0.5248574 -0.4951628 0.6923124 -0.06958216 -0.5094455 0.8576617 -0.3000274 -0.9269998 0.2249214 -0.3880428 -0.7975707 0.4617756 0.07281714 -0.8664205 0.4939421 0.09930723 -0.9606617 0.2592547 0.4402905 -0.8749962 0.201178 0.4760888 -0.7965026 0.372631 0.3895077 -0.5029756 -0.7715384 0.3917356 -0.9073458 -0.1524094 0.03796499 -0.5834834 -0.8112125 0.02386546 -0.3774834 -0.9256874 0.36021 -0.3390911 -0.8690451 -0.3620105 -0.4920194 -0.7917112 0.07315284 -0.9922483 -0.1001923 -0.3357036 -0.9268777 -0.1677297 -0.334666 -0.3390606 -0.8791772 -0.4845729 -0.6760155 0.5551012 -0.5354167 -0.606647 0.5875729 -0.01770073 -0.7767876 0.6294748 0.03262424 -0.77987 0.6250496 0.5147557 -0.7078158 0.4836878 0.5084689 -0.6858119 0.5206458 -0.4925382 -0.5191199 0.6984772 -0.05227816 -0.711478 0.7007355 0.4638508 -0.6061586 0.6460464 -0.2861415 0.9527269 -0.1017792 -0.408002 0.3747368 -0.8324839 0.001770019 0.9999695 -0.007507503 -0.01989805 0.6441847 -0.7645802 -0.4105655 0.6422315 -0.6472365 0.2410657 0.9615772 -0.1312601 0.15656 -0.4606159 0.8736534 0.1693167 0.4104434 -0.8959929 0.3349406 0.6329844 -0.6979278 0.3154393 -0.2058473 -0.9263283 0.002166807 -0.1554918 -0.9878231 -0.01718187 0.07458722 -0.9970397 0.2247077 0.05111849 -0.9730522 -0.3244118 -0.2160405 -0.920896 -0.2675863 0.04824972 -0.9623097 0.1886349 0.2895291 -0.9383831 -0.02246159 0.2717063 -0.962096 0.6680197 0.4689474 -0.5777459 -0.2417371 0.2935881 -0.9248329 -0.7425153 0.4844508 -0.462508 -0.2655416 0.4025391 -0.8759728 -0.202948 0.1548814 -0.9668264 -0.01629686 0.440321 -0.8976715 -1.83111e-4 0.2691428 -0.9630726 -0.3045442 0.288522 -0.9077426 0.2377086 0.3896908 -0.8897061 0.02484202 0.1448103 -0.9891354 0.2396313 0.1510056 -0.9590137 0.2855312 0.2676473 -0.9202246 0.1704154 -0.6633504 -0.7285989 0.003326475 -0.7580493 -0.65215 0.001617431 -0.3353374 -0.9420759 0.2810755 -0.3491318 -0.8938872 -0.1701101 -0.6576434 -0.7338481 -0.2867825 -0.3472091 -0.8928495 0.2420728 -0.1118198 -0.9637745 0.008056879 -0.08917504 -0.9959716 0.01055938 0.02606278 -0.9996033 0.2521744 0.01235997 -0.9675893 -0.2285836 -0.09140288 -0.9692068 -0.8955046 0.0399487 -0.4431593 -0.2359996 0.0343638 -0.9711295 0.2413403 0.1089205 -0.9642934 0.8759117 -0.0502029 -0.479812 0.01037627 0.1147801 -0.9933165 -0.2297738 0.1305581 -0.9644154 0.2985626 -0.1812494 -0.9370098 0.06469923 -0.2142094 -0.9746391 0.05679494 -0.1167027 -0.9915159 0.3220313 -0.1219825 -0.9388104 -0.1892147 -0.1993468 -0.9614856 -0.2324289 -0.1374248 -0.9628285 -0.1498153 0.2518998 -0.9560533 -0.08127075 0.04528945 -0.9956359 0.04040646 0.2785729 -0.9595324 0.04159671 0.1940977 -0.9800714 -0.1770684 0.1726127 -0.9689322 0.1911374 0.2167424 -0.9573046 0.05911433 0.004669308 -0.9982299 0.1027253 -0.04837179 -0.9934996 0.2312387 0.1538133 -0.9606311 0.2559282 -0.05587935 -0.9650563 0.2894681 -0.04818868 -0.9559618 0.06512647 -0.02630692 -0.997528 -0.1521347 -0.02255314 -0.9880978 0.05874812 -0.03369241 -0.9976806 -0.1903439 -0.03360086 -0.981109 0.279397 -0.03567612 -0.9595019 0.05017238 -0.02520829 -0.998413 -0.1911984 -0.02844321 -0.981109 -0.2260506 0.9735099 -0.033845 -0.2836085 0.95291 -0.1072725 -0.1104159 0.9903562 -0.08355963 -0.04666274 0.9988098 -0.01364177 -0.1371502 0.9789117 -0.1513108 -0.1376995 0.7143468 -0.6860866 -0.2258064 0.3149815 -0.9218116 -0.0878933 0.8802149 -0.4663228 -0.07202368 0.9448531 -0.3194372 -0.8210394 0.2560503 0.5101779 -0.8607746 0.3853877 0.3324076 -0.822779 0.5109714 0.2488174 -0.7837153 0.4124882 0.4643391 -0.7004303 0.01562547 0.7135227 -0.8843959 0.01873832 0.4663228 -0.9289224 0.2049012 0.308298 0.1557664 -0.9632862 0.218543 0.2216864 -0.7612537 0.6093631 0.4781945 -0.7629628 0.4349192 0.4998322 -0.8554033 0.1355937 -0.2409436 -0.874691 0.4205145 -0.6808985 0.6514787 0.3344523 -0.8030641 0.5757012 0.1537217 -0.7266457 0.5934324 0.3460799 -0.5890378 0.7437361 0.3159887 -0.5723747 0.8115482 0.117191 -0.7524033 0.6557207 0.06216615 -0.1792962 0.765801 -0.617542 -0.11713 0.5117649 -0.8510697 -0.4702597 0.5601673 -0.6819361 -0.5129551 0.6602374 -0.5485397 -0.6205024 0.694876 -0.3634449 -0.2941069 0.8544877 -0.4281442 -0.7175817 0.5334635 -0.4477065 -0.5608081 0.3828852 -0.7340617 -0.7480087 0.4928739 -0.444441 -0.8073672 0.5376751 -0.2428663 -0.7987915 0.541612 -0.2618183 -0.3988769 0.8958098 -0.1959899 -0.7039399 0.6980499 -0.1309244 -0.8427381 0.5343486 -0.06491285 -0.8290353 0.5558031 -0.0612201 -0.9536424 -0.1614124 0.253853 -0.9823603 0.03369241 0.1838129 -0.7737663 -0.1862239 0.6054567 -0.881222 -0.2871181 0.3754387 -0.9566027 -0.2675253 0.115421 -0.9961242 -0.08639788 0.01461833 -0.9035615 -0.4054689 0.1382183 -0.9545274 -0.2973418 -0.02047789 -0.9255959 -0.3160802 0.2081057 -0.84167 -0.4252449 0.3327128 -0.8256173 -0.361095 0.433546 -0.6727805 -0.3465682 0.6536149 -0.6428724 -0.5023041 0.5782647 -0.7352519 -0.6772058 -0.02731406 -0.2319712 -0.9475082 0.2198858 -0.7749565 -0.4329661 -0.4603412 0.1643727 -0.985168 -0.04892116 0.1039155 -0.9862667 0.1282998 -0.3381451 -0.6655172 -0.6653646 -0.673452 -0.6093631 -0.4184393 -0.09006011 -0.6633809 -0.7428205 0.2668538 0.7206336 -0.6398511 0.4808496 0.03433328 -0.8760949 0.1986755 -0.7068392 -0.6788538 0.6441542 -0.6691184 -0.3705252 0.06186097 0.7949767 -0.6034425 0.1832026 0.7446211 -0.6418043 -0.244911 -0.5171362 -0.8200629 -0.5726188 -0.690878 -0.4412977 0.04910427 -0.3720206 -0.9269082 0.01074248 0.9736015 -0.2278817 0.3548387 0.4538407 -0.8173467 0.3564257 -0.6693015 0.6518754 0.365276 -0.8949553 0.2561113 0.1806696 -0.6101565 0.7713553 0.03540146 -0.9945677 0.09784233 -0.07348853 -0.9953307 0.06210511 -0.3664968 -0.3434858 -0.8646504 0.004791378 -0.3103122 -0.9505906 -0.09250158 0.981811 -0.1656849 0.2914823 0.9211402 -0.2578509 0.3637196 -0.4088259 -0.8369702 0.7430647 -0.5081942 -0.4353771 -0.4582964 -0.6034425 -0.6525163 -0.3673513 0.8905606 -0.2681967 -0.3463851 -0.2771691 0.896176 -0.3645436 -0.247444 0.8976715 -0.08990752 -0.3087863 0.9468368 -0.05487227 -0.1676381 0.9843135 -0.3225501 -0.1334879 0.9370709 -0.6722312 -0.108951 0.7322611 -0.7379376 -0.1432844 0.6594745 -0.7459945 -0.1383709 0.6513871 -0.9483017 0.03509628 0.3153172 -0.949736 0.006836116 0.3128758 -0.7806635 0.06744587 0.6212653 -0.3603931 0.0549333 0.9311503 -0.02649003 -0.01287877 0.9995422 0.1918699 -0.3317057 0.9236427 -0.1026337 -0.279397 0.9546495 0.2079226 -0.3055208 0.9291971 0.6624653 -0.2869045 0.6919462 0.6309702 -0.3098544 0.7112339 0.5555894 -0.2699362 0.786401 0.2065798 -0.1996216 0.9578234 0.2381359 -0.07315284 0.9684439 0.6854457 -0.202063 0.6994842 0.8757286 -0.2291024 0.4249397 0.8897672 -0.2071901 0.4066286 -0.2953581 -0.1427655 0.9446395 -0.1024811 -0.1819819 0.9779351 -0.6144902 -0.03973507 0.7878963 -0.4482864 -0.02453684 0.8935209 -0.213538 -0.07406842 0.9740898 -0.3191626 -0.04907375 0.9464095 -0.08343756 -0.06875818 0.9941099 -0.09128081 -0.07876825 0.9926756 -0.6398816 0.03637802 0.767571 -0.8701438 0.03176975 0.4917448 0.1301614 -0.1889401 0.9732963 0.04528945 -0.1074556 0.9931638 0.3340251 -0.1147496 0.9355449 0.5272073 -0.1662343 0.8332774 0.8000428 -0.1639149 0.5770745 0.5410016 -0.1059908 0.8342845 0.1717276 -0.1232337 0.9773858 -0.2137821 -0.264687 0.9403058 -0.2053896 -0.2369152 0.9495529 0.09576708 -0.2338023 0.9675283 0.08331549 -0.08035522 0.9932554 -0.2321848 -0.09738457 0.9677724 -0.6657613 -0.2247382 0.711478 -0.665212 -0.2081362 0.7170324 -0.8981903 -0.1281472 0.420484 -0.8872341 -0.1063875 0.4488052 -0.6256294 -0.1387066 0.7676626 -0.7359234 -0.05984675 0.6743675 -0.9072848 -0.0661031 0.4152348 -0.2729576 0.01260411 0.9619129 0.0711081 0.03872793 0.996704 0.3479415 -0.1983093 0.9162877 0.09640794 -0.2234565 0.9699088 0.3808405 -0.1753288 0.9078341 0.7498093 -0.07394635 0.6574908 0.6979278 -0.1318705 0.7039094 0.3219093 -0.06942957 0.9442121 0.3512986 0.01364177 0.9361553 0.624836 -0.1013519 0.7741325 0.7253029 -0.08096557 0.6836146 0.8783532 -0.08832055 0.4697409 0.9055147 -0.02044737 0.4238106 -0.1296121 -0.2012695 0.9708853 0.09070098 -0.1959288 0.9764092 -0.5398114 -0.1461836 0.8289437 -0.3997619 -0.1799677 0.8987701 -0.07919549 -0.253914 0.9639577 -0.1224097 -0.3184607 0.9399701 0.1119114 -0.30665 0.9451888 -0.5633717 -0.1997436 0.8016602 -0.8114871 -0.09360027 0.5767693 0.3259377 -0.1452071 0.934141 0.3025605 -0.2113407 0.9293802 0.6103091 -0.08554333 0.7874996 0.6893826 -0.03967404 0.7232887 0.8764306 0.03201389 0.4804529 0.724601 -0.07501447 0.685049 0.3952147 -0.2530595 0.8830226 -0.3384197 -0.3066805 0.8896145 -0.3512681 -0.2150639 0.9112217 -0.06591993 -0.3267922 0.9427778 -0.04919582 -0.1799066 0.9824213 -0.3542588 -0.1622669 0.9209571 -0.6923124 -0.1683096 0.701651 -0.7184057 -0.2074343 0.6639607 -0.7283853 -0.1687979 0.6640217 -0.9278542 -0.07260352 0.3657643 -0.9237953 -0.08151489 0.3740348 -0.7940001 -0.00225836 0.6078982 -0.4247261 0.05316323 0.9037446 -0.03543198 0.01715135 0.9992066 0.2389904 -0.3252052 0.9149144 0.2502213 -0.2341074 0.9394208 0.6633504 -0.2159489 0.716422 0.6534929 -0.2540666 0.7129734 0.6385083 -0.2116764 0.7398908 0.2804651 -0.1830195 0.9422284 0.3682668 0.005157589 0.9296854 0.747673 -0.07666248 0.6595661 0.8749962 -0.104831 0.4725791 0.8868984 -0.140141 0.4401379 0.8800623 -0.1420331 0.4530778 -0.3272194 -0.09524822 0.9401227 -0.06900233 -0.09936827 0.992645 -0.0686056 -0.2232429 0.9723197 -0.661977 -0.07400739 0.7458114 -0.6066775 -0.06921595 0.7918943 -0.3295693 -0.1276589 0.9354534 -0.3655812 -0.2237007 0.90347 -0.005432248 -0.2680441 0.9633778 -0.05270546 -0.174749 0.9831843 -0.7199622 -0.09823906 0.6870022 -0.8773766 -0.04751729 0.477401 0.2261116 -0.1195105 0.9667348 0.2446974 -0.169042 0.9547411 0.5551012 -0.1214637 0.82284 0.6010926 -0.1205786 0.7900021 0.8339183 -0.1126743 0.5402082 0.6758629 -0.1602832 0.7193518 0.3280435 -0.2659383 0.9064303 0.7742546 -0.1464278 0.6156804 0.7781915 -0.1170995 0.6169622 0.75338 -0.0653401 0.6543169 0.7132786 -0.1495102 0.6847133 0.5644704 -0.1421247 0.8131046 0.9677419 -0.1897336 0.1657155 0.9242531 -0.2841273 0.2549516 0.8223823 -0.07010102 0.5645924 0.86404 -0.1337016 0.4853053 0.77163 -0.04446542 0.6344798 0.5462813 -0.1376995 0.8261971 0.8599811 -0.1132236 0.4975432 0.8723716 -0.4618061 -0.1601306 0.9255349 -0.3741569 -0.05813771 0.8224128 -0.493057 0.283639 0.7256386 -0.5654164 0.3920407 0.8726463 -0.4343394 -0.2231819 0.6843776 -0.2564165 -0.6825464 0.7732475 -0.4070864 -0.4860988 0.9681997 0.0516678 0.2447279 0.9779657 -0.05258339 0.201941 0.8685568 -0.1367839 0.4763024 0.7740409 -0.0514847 0.6310007 0.9381085 0.08630633 0.3353679 0.9300211 0.1507004 -0.3351542 0.9849238 0.02343821 -0.1712393 -0.6832179 -0.5413984 -0.4899747 0.1924802 -0.9746086 -0.1142002 0.570452 -0.4356212 -0.6962493 -0.08722186 -0.1717581 -0.9812616 -0.4026612 -0.06622517 -0.9129307 -0.8695639 -0.2131718 -0.4453871 -0.3082064 -0.6383557 0.7053133 0.8955046 -0.2022767 0.3962829 0.9218116 -0.2843714 0.2633442 0.9013947 -0.2693564 0.3389996 0.8197882 -0.2101809 0.5326701 0.9333781 -0.196234 0.3004547 0.9296854 -0.2809839 0.2380443 0.7813349 -0.2446364 0.5741142 0.9004486 -0.2645039 0.3452254 0.9176 -0.2364879 0.3194372 0.8056581 -0.2222357 0.549028 0.6197088 -0.1908017 0.7612537 0.80459 -0.1807306 0.5656301 0.634785 -0.1594897 0.7560045 0.6926786 -0.1799066 0.6984161 0.9280374 -0.1933652 0.318247 0.9368878 -0.1585742 0.3115024 0.7922605 -0.162389 0.5881222 0.8062075 -0.2164067 0.550615 0.9465926 -0.1646779 0.2771081 0.9507737 -0.2463148 0.1878719 0.8366954 -0.3047273 0.4550005 0.6313669 -0.2734459 0.7256386 0.5710318 -0.1857661 0.7996155 -0.2934049 0.1433454 0.9451583 -0.1697744 0.03671371 0.9847713 -0.3449812 -0.1052278 0.9326762 -0.4201788 -0.03369241 0.9067965 -0.3501999 0.2140568 0.9118626 -0.122074 0.2033143 0.9714652 -0.1000092 0.1215247 0.987518 0.01989805 0.08505505 0.9961547 0.03460794 0.01974546 0.999176 -0.04300057 0.04257327 0.9981384 0.001098632 0.1145665 0.993408 0.09277623 0.06830042 0.9933165 0.1003448 0.0389111 0.994171 0.3205664 0.006439387 0.9471725 0.3163549 -0.04000973 0.9477828 0.1018097 -0.01470988 0.9946898 0.3146764 0.0424512 0.9482406 0.9989624 0.01855522 0.04086428 -0.2090517 -0.9136021 -0.3487045 0.3296304 -0.9304788 0.1596728 0.546556 -0.7084872 -0.4463637 0.02133244 -0.5237281 -0.8515885 -0.4140141 -0.691702 -0.5916929 -0.538194 -0.7653737 0.352855 0.005157589 -0.8266854 0.5626392 -0.3339335 -0.3872494 0.8593402 -0.109653 -0.5213172 0.8462783 -0.403943 -0.3495285 0.8453627 -0.1601916 -0.1879025 0.9690237 0.4629048 0.06921595 -0.8836634 0.4596087 -0.04531997 -0.8869289 0.5133213 0.1048921 -0.8517411 0.2847988 0.1751152 -0.9424421 0.2709738 0.07449567 -0.959685 0.4676656 -0.3086337 -0.8282418 0.1144749 -0.02636796 -0.9930723 0.03665268 0.08896142 -0.9953307 -0.1479232 -0.1225928 -0.9813532 -0.02478098 -0.1917783 -0.981109 0.4677572 -0.4298227 -0.7722709 -0.01779228 -0.3953673 -0.9183325 -0.1462752 -0.3527024 -0.924192 -0.07736438 -0.4770959 -0.8753929 0.4333934 -0.4752647 -0.7656789 0.4593646 -0.4461806 -0.7680288 0.947264 -0.317423 -0.04324471 0.7539903 -0.2345957 -0.6135136 0.6993011 -0.2373119 -0.6742454 0.9495834 -0.3074434 -0.06106752 0.9251992 -0.334788 0.1785943 0.9382 -0.3460189 0.004577755 0.01318395 -0.02185124 -0.9996643 -0.6872768 0.2100284 -0.6953337 -0.6906949 0.1456648 -0.7083041 -0.02331614 -0.01251256 -0.9996338 0.7074801 -0.2319406 -0.6675619 0.05868709 -0.02258366 -0.9980163 0.9567553 -0.2870266 -0.04687643 0.7351604 -0.1881771 -0.6512039 0.9710074 -0.2360606 -0.03680527 0.9820246 -0.1806696 -0.05447548 0.7234413 -0.1243324 -0.6790674 0.9878231 -0.1295205 -0.08618426 0.9840388 -0.1148411 -0.1356853 0.6820887 -0.05145418 -0.7294229 0.9669485 -0.1595507 -0.1987975 0.7026582 -0.07245093 -0.7078158 0.9391156 -0.2357555 -0.2498855 0.6928923 -0.1927549 -0.6947844 0.9188207 -0.3011872 -0.2549211 0.9489426 -0.3125401 -0.04199343 0.959624 -0.2742088 0.06234931 0.673574 -0.09237951 -0.7332987 0.957915 -0.1679738 -0.2327036 0.7737663 -0.1847285 -0.605884 0.9996033 0.01278722 -0.02417063 0.9336528 -0.09372234 0.3455916 0.9139378 -0.1511582 0.3765984 0.9019441 -0.2031617 0.3809931 0.9568774 -0.1857661 -0.2231819 0.6432996 -0.6060976 -0.4676961 0.5858638 -0.5701163 -0.5759148 0.8856776 -0.3957335 -0.2426832 0.911832 -0.3975951 0.1021149 0.71395 -0.6938688 -0.0934782 0 -0.8079776 -0.5891904 0 -0.7216407 -0.6922513 0.9643544 -0.1703543 -0.2024292 0.9147008 -0.2017579 0.3501389 0.9248329 -0.2168645 0.3123875 0.9665212 -0.1999573 -0.1606799 0.7499924 -0.107181 -0.6526688 0.7401959 -0.1335795 -0.6589556 0.9451277 -0.2666097 -0.188757 0.9303873 -0.2687155 0.2492141 0.8498795 -0.3935972 -0.3502914 0.831843 -0.2211982 -0.5089572 0.8008667 -0.1431318 -0.5814692 0.1850642 -0.1570482 0.9700614 0.7847835 -0.4332408 0.4431288 0.2063356 -0.3492844 0.9139989 0.2125309 -0.2145756 0.9532762 0.6877956 -0.6441542 0.3345744 0.150792 -0.2142094 0.9650563 0.460036 -0.7561876 0.4652547 0.1445051 -0.1603747 0.9764092 0.3631092 -0.6905729 0.6254768 0.7523118 -0.6428419 0.1439253 0.5611133 -0.7347636 0.3811151 0.7308878 -0.5247963 0.4362926 0.6976531 -0.7097995 -0.09689623 0.8195746 -0.5648366 -0.09595018 0.7726066 -0.449202 0.4485915 0.6041749 -0.6688742 0.4330271 0.5890378 -0.7777337 -0.219306 0.4498428 -0.1535386 0.8797876 0.5180212 -0.1658681 0.8391065 0.9821772 -0.1568346 0.1033967 0.9378948 -0.2034059 0.2809839 0.4533525 -0.1437116 0.879635 0.3442183 -0.2013611 0.9170202 0.2722251 -0.1741081 0.9462874 0.4106265 -0.2885525 0.8648946 0.5975219 -0.3385113 0.7268593 0.2619709 -0.2176885 0.9401837 0.7272866 -0.3435164 0.5941343 0.8569293 -0.4494156 -0.2522965 0.8991973 -0.3365581 0.2794885 0.8570513 -0.4586017 -0.2347179 0.929014 -0.3499252 0.1200903 0.8201239 -0.3006379 -0.4867702 0.5871456 -0.2594379 -0.7667471 0.2826319 -0.1619312 -0.9454329 0.2634358 -0.179876 -0.9477218 -0.4664449 -0.02923673 -0.8840602 -0.5429243 -0.05105745 -0.8381909 0.9622181 -0.2681661 0.04687643 0.3855403 -0.2623371 -0.884579 0.7357708 -0.3480941 -0.5808893 0.1636097 -0.173223 -0.9711905 0.277047 -0.1876583 -0.94232 0.7750786 -0.2527848 -0.5790582 0.866329 -0.330607 -0.3743095 0.7093722 -0.4019593 -0.5789361 0.6001465 -0.4612262 -0.6534929 0.9710685 -0.2027344 -0.1259499 0.7553331 -0.2562029 -0.6031373 0.8528093 -0.2334971 -0.4670858 0.4168218 -0.3418989 -0.8422193 0.32313 -0.2921231 -0.9001129 0.5067598 -0.5800958 -0.6376842 0.8173467 -0.2227545 -0.5312662 0.7877132 -0.1847895 -0.5876644 0.2544938 -0.2355723 -0.9379253 0.0605182 -0.1543321 -0.9861446 0.06222718 -0.2697226 -0.9609058 0.7579882 -0.2077395 -0.6182745 0.737083 -0.2364574 -0.6330454 0.9115574 -0.3630787 -0.1927854 0.9345683 -0.3452559 0.08532971 0.6351512 -0.2739036 -0.7221595 0.9364604 -0.3383587 -0.09234899 0.9325236 -0.3262429 0.1546678 0.9288309 -0.2462843 0.2766808 0.978576 -0.1799066 0.09985655 0.9011505 -0.3353374 0.274636 0.7456282 -0.4138615 0.5222022 0.8263802 -0.2893155 0.483047 0.9245582 -0.1950743 0.3272805 0.9631336 -0.1599169 0.2162541 0.7119663 -0.3146153 0.6277352 0.5533311 -0.3523362 0.7547532 0.4598224 -0.2907193 0.8390454 0.7144688 -0.3749809 0.5906857 0.8418226 -0.3187048 0.4355602 0.8593402 -0.2432935 0.4497818 0.5579089 -0.3084506 0.7704092 0.2249214 -0.3368023 0.914304 0.5510422 -0.3483383 0.7582629 0.8469497 -0.3651235 0.3863949 0.8399304 -0.2963347 0.4545732 0.5734733 -0.2660298 0.7748039 0.5245217 -0.3537706 -0.7743766 0.3211768 -0.3193762 -0.8915067 0.3973205 -0.2529984 -0.882107 0.8123417 -0.161687 -0.5602588 0.769097 -0.1534776 -0.6203803 0.8372448 -0.1890621 -0.5130467 0.653676 -0.1960814 -0.7308878 0.5829951 -0.09958189 -0.8063296 0.8439894 -0.286111 -0.4535966 0.7869198 -0.2195501 -0.5766472 0.5716422 -0.06170839 -0.8181402 0.6469314 -0.0821253 -0.7580798 0.7947325 -0.08810693 -0.6005127 0.8176214 -0.1185339 -0.5633717 0.8019654 -0.1629383 -0.5746635 0.9395734 -0.2510452 -0.2326425 0.8995636 -0.1935788 -0.3914914 0.8821986 -0.1415753 -0.4490494 0.8121281 -0.1084017 -0.5732902 0.9090243 0.1925718 -0.3695486 0.9394513 0.2188787 -0.2635579 0.9336833 0.1166722 -0.3384808 0.7513657 0.1213111 -0.6485794 0.7076022 0.1629078 -0.6875515 0.9032258 0.2107608 -0.3738212 0.9562975 0.2242195 -0.1875362 0.9011505 0.2581256 -0.3481246 0.8693808 0.0750755 -0.4883572 0.9386578 0.1052278 -0.3283792 0.9368267 0.2743003 -0.2170171 0.8728904 0.2818995 -0.398175 0.967803 0.2099368 0.1387371 0.842555 0.108951 -0.5274209 0.8530229 0.1783196 -0.4904325 0.961272 0.2746055 -0.02246159 0.808771 0.2181768 0.5460982 0.7900021 0.1375774 0.5974304 0.9925535 0.07412946 0.09656053 0.4341258 -0.2459486 -0.8666036 0.8395947 -0.1926633 -0.507889 0.8546709 -0.1221656 -0.504532 0.4927213 -0.1552782 -0.8561968 0.6349376 -0.1973937 -0.7468795 0.4684286 -0.3469954 -0.8124943 0.3976562 -0.3728446 -0.8383435 0.9977416 -0.06488233 -0.01562547 0.9778131 0.01333653 0.2088991 0.9930723 0.04235965 0.1094393 0.997528 -0.03903317 -0.05822926 0.8185369 -0.2726829 -0.5055696 0.9954223 -0.08526867 -0.04290902 0.8908353 0.1387676 -0.4325693 0.978515 0.1502121 -0.1411481 0.7602771 0.140965 -0.6340831 0.7914365 -0.05468916 -0.6087527 0.9681692 -0.01849418 -0.2496109 0.5496689 0.08905297 -0.8305917 0.7415083 -0.03381448 -0.6700339 0.9800714 0.1935178 -0.04416024 0.9023103 0.2389294 -0.358745 0.994293 0.02023375 0.1045869 0.9926145 0.01620531 -0.1201514 0.9969481 -0.01812797 -0.07562482 0.7770318 -0.07568585 -0.6248665 0.816065 0.1109042 0.567156 0.9917905 0.03695791 0.1222571 0.9156469 -0.1567736 -0.3700979 0.4225593 -0.5476546 -0.722129 0.8037355 -0.3905149 -0.4488357 0.4509415 -0.5333415 -0.7156285 0.4889065 -0.7047029 -0.5141148 0.4703818 -0.7181921 -0.5126804 0.9881588 -0.1300393 -0.08108764 0.9923399 0.02096617 0.1216773 0.981872 0.02075254 0.1883297 0.8191473 -0.4849391 -0.3062838 0.9862972 -0.1541795 -0.05856502 0.5941343 -0.3408917 -0.7285379 0.8182928 -0.2894375 -0.4965361 0.6934111 -0.2797632 -0.6639607 0.4400159 -0.6272164 -0.6425977 0.6361584 -0.5619068 -0.5286722 0.8305917 -0.2228156 -0.5103305 0.6847438 -0.5253762 -0.5050508 0.9845882 -0.1528672 -0.08456677 0.987518 -0.1481368 -0.05331581 0.9221473 -0.3335063 -0.1958678 0.8619343 -0.2963652 -0.4113284 0.9994507 -0.01977598 0.02600175 0.9997254 -0.01266515 0.01879936 0.8717307 -0.388287 -0.2987762 0.9978332 0.002563536 0.0655232 0.9984436 0.03286838 0.04470956 0.9963073 -0.07742542 -0.0363475 0.9953307 0.03064054 0.09140288 0.9961852 0.04370248 0.07550275 0.465865 -0.8313547 -0.3029267 0.8460952 -0.5094455 -0.156621 0.4546037 -0.8318735 -0.3182165 0.4416028 -0.8876919 -0.1301614 0.4646443 -0.8774071 -0.1193274 0.9958495 -0.0894497 -0.01538127 0.9947508 0.09921562 0.0241096 0.9976806 0.02569657 0.06295967 0.8646199 -0.5008392 -0.03958249 0.9991455 0.003021299 0.04113894 0.9194006 0.3921934 0.02960294 0.3793451 -0.8362987 -0.3957945 0.4992218 -0.7820978 -0.3728752 0.3360393 -0.934782 -0.1149021 0.4698629 -0.8745689 -0.119602 0.8541215 -0.4896084 -0.1752678 0.9975585 -0.04785299 0.05053859 0.9928892 -0.1167943 0.02203434 0.8232063 -0.5659047 -0.04501479 0.8644979 -0.4660481 -0.1880856 0.9995422 0.02331614 0.0178228 0.9930723 0.1151463 0.02270573 0.8681295 -0.4907681 -0.07373267 0.9822688 0.1652577 0.08835107 0.9713736 0.2005066 0.1272317 0.9269692 0.3626209 0.09585863 0.9371319 0.3417158 0.07065033 0.4902799 -0.8694113 0.06082338 0.8688315 -0.4913785 0.06033504 0.5032197 -0.8619648 0.06143373 0.9981079 0.04110842 0.045381 0.911008 0.4112369 0.02978605 0.8093814 -0.5816828 0.08059936 0.9985351 0.02111876 0.04965358 0.9979858 4.88296e-4 0.06308174 0.4722129 -0.8773766 0.08471935 0.9176306 -0.3940244 0.0516678 0.9576708 0.287698 0.008117914 0.8435621 0.5369122 -0.009124994 0.8742638 0.4853969 0.005737423 0.9219337 0.08563494 0.3777276 0.9307535 0.1117283 0.3480941 0.7590869 0.20777 0.6169012 0.6714377 0.2372814 0.7020173 0.9359416 0.1313211 0.3266396 0.9549242 0.1167943 0.272866 0.83343 0.2733238 0.4802698 0.7414472 0.2856227 0.6071658 0.9754631 0.1488083 0.1621753 0.9601123 0.2648091 0.08972442 0.879696 0.4690695 0.07797479 0.7363506 0.652089 0.1803339 0.8094424 0.5409101 0.228431 -0.6058534 0.7888424 -0.103061 -0.6066775 0.7905515 -0.08304083 -0.8657796 0.4997711 -0.02499461 -0.06891077 0.9813837 -0.1791131 -0.4837489 0.8685568 -0.1074861 0.06891077 0.9813837 -0.1791131 -0.2397229 0.9700309 -0.03933835 0.3249611 0.9456771 -0.009124994 -0.403119 0.9045686 -0.1385845 -0.4984893 0.8625752 -0.08618426 0.7759636 0.6276131 0.06274604 0.8657796 0.4997711 -0.02499461 0.6058534 0.7888424 -0.103061 0.777459 0.6288644 -0.006561458 0.6066775 0.7905515 -0.08304083 0 0.9999085 0.01235997 0.4788964 0.8770104 -0.03817862 -0.8435621 0.5369122 -0.009124994 -0.849971 0.5245217 -0.04876857 -0.9002045 0.4335765 -0.0401318 -0.9576708 0.287698 0.008087396 0.8850673 -0.4130985 -0.214423 0.7799615 -0.1731315 -0.6013672 0.7089145 -0.142735 -0.6906644 0.7243263 -0.56151 0.3999756 0.8886075 -0.09677416 -0.4482864 0.7300943 -0.05972468 -0.6807154 0.7573168 -0.1803339 0.6276131 0.09985655 -0.1239662 -0.9872432 0.1240577 -0.1720023 -0.9772332 0.1070284 -0.1301614 -0.9856868 0.7993103 -0.4851527 -0.3545335 0.4771264 -0.3985412 -0.783227 0.9461043 -0.2936491 -0.1363872 0.9704276 -0.2120121 0.1153294 0.9355144 -0.2527848 0.2466811 0.9050264 -0.4095889 0.1144444 0.2132023 -0.4112369 -0.886227 0.2356334 -0.3085116 -0.9215369 0.9658192 0.1474044 0.2130497 0.9893491 0.1290017 -0.06695759 0.9815058 -0.03457742 -0.1881771 0.8302866 0.01080352 0.5572069 0.9238563 -0.04019284 -0.3805963 0.9863582 -0.108066 0.1240882 0.9656056 -0.09332555 0.2425916 0.9825434 -0.1479232 0.1126438 0.9861141 -0.1657155 -0.009613275 0.9908139 -0.1348307 0.009277582 0.9963378 -0.08011108 0.02880942 0.9881588 -0.0433973 0.1471297 0.9648122 -0.01428264 0.2624897 0.9682913 -0.1802118 -0.1729179 0.9604175 -0.2008423 -0.1929075 0.978515 -0.1282998 -0.1612293 0.9797052 -0.1766411 0.0946989 0.9624928 -0.1373028 0.2338938 0.9671621 -0.1535386 0.2024292 0.9767449 -0.2082888 0.05041652 0.9756463 -0.2169255 -0.03152561 0.9805597 -0.1947691 -0.02340769 0.9573046 -0.2189702 -0.1885738 0.7405622 -0.2292245 -0.6316416 0.9581592 -0.2559893 -0.1278725 0.9655446 -0.2598041 -0.0127567 0.9728996 -0.1747184 0.1512802 0.9659719 -0.2298349 0.1185339 0.9561755 -0.1094088 0.2714927 0.9449446 -0.1376079 0.2967925 0.9465621 -0.1201819 0.2992035 0.9428694 -0.08474987 0.3221229 0.9492477 0.01571702 0.3140355 0.9954223 -0.06137269 0.07284766 0.9468368 -0.08792382 0.3093661 0.9477523 -0.124607 0.2935881 0.9402447 0.002929747 0.3404645 0.9205603 0.01873832 0.3900876 0.9552904 -0.1190527 0.2705771 0.9404889 -0.1126438 0.3205359 0.9573351 -0.1423383 0.2513809 0.9393597 -0.2157964 0.2664571 0.8774071 -0.342082 0.3362529 0.9392682 -0.1333964 0.3161718 0.9122288 -0.1947996 0.3603625 0.9215369 -0.148442 0.3587145 0.9033784 0.1066927 0.4153264 0.9877621 0.1128574 0.1073641 0.8883938 0.1018708 0.4475845 0.8325755 0.1656239 0.5285196 0.9256569 0.07477033 0.3708304 0.956267 0.05688649 0.2868435 0.9548326 0.08664202 0.2842189 0.9134801 0.0945158 0.395703 0.8543351 0.1180456 0.5060884 0.7330241 0.177221 0.6566973 0.8889126 0.2385937 0.3909421 0.7932066 0.138493 0.5929442 0.7560961 0.1448103 0.6382031 0.6529435 0.1394085 0.744438 0.9003266 0.1201819 0.4182562 0.9634999 0.1081576 0.24485 0.9743645 0.17481 0.1414533 0.9015168 0.1615039 0.4014405 0.9278542 0.2781457 -0.2483291 0.9082003 0.3283486 -0.2594989 0.9667959 0.2544938 0.02270573 0.8782312 0.2767418 -0.389996 0.9656361 0.1582995 -0.2059999 0.7735527 0.2692953 -0.5736259 0.8063601 0.2428968 -0.539201 0.8609882 0.2854701 -0.4208807 0.9500412 0.1727042 0.2599567 0.9698172 0.2113712 0.1213416 0.9829707 0.1835993 0.002655088 0.8178045 0.1571093 0.5536057 0.6791895 0.1412397 0.7202063 0.9327678 0.1532029 0.3262429 0.8835108 0.1669973 0.4375744 0.9936827 0.09320348 -0.06228822 0.9763177 -0.06088441 -0.2074953 0.9837947 0.03192234 0.1763665 0.9992981 -0.01034575 0.03592026 0.9988098 0.04745626 0.009826958 0.98352 0.07754749 0.1631519 0.9827265 -0.06888025 -0.1716971 0.982635 -0.02490305 -0.1837519 0.9898984 0.09662157 0.1036103 0.9958495 0.08209478 -0.03927731 0.9878842 0.113071 -0.1062349 0.9905698 0.1367534 0.007812738 0.9804376 0.01522868 -0.1961424 0.8706931 -0.113834 -0.4784082 0.9715262 0.06683552 -0.2272408 0.8750267 0.2503128 -0.4143193 0.9474166 0.2160405 -0.2359386 0.9601123 0.1811273 -0.2129276 0.9625538 0.164861 -0.2150639 0.9840999 -0.1674855 0.05902278 0.9649953 -0.2516556 0.07373267 0.9855037 -0.1585437 0.06009089 0.9938048 -0.1094698 -0.01751762 0.9934996 -0.1134983 0.006744563 0.9834895 -0.1678823 0.06738483 0.9938048 -0.1109347 0.003875792 0.9890744 -0.1000397 -0.1082186 0.9748222 -0.2055422 0.08633685 0.9871212 -0.09710985 -0.1269569 0.9262673 -0.03360086 -0.3752861 0.9375591 -0.3005463 0.1749016 0.8727684 -0.4308603 0.2292855 0.9700919 -0.2233344 0.09497356 0.9622181 -0.2447584 0.1191747 0.9333476 -0.3407697 0.1127659 0.9593188 -0.1984618 0.2006592 0.9504685 -0.1804865 0.2529679 0.8118839 -0.2575457 0.5238807 0.8214057 -0.2272103 0.5230873 0.9595935 -0.2445753 0.1391339 0.9706412 -0.2403942 0.003631651 0.5899838 -0.2543107 0.7662892 0.3011261 -0.3111362 0.9013642 0.2247993 -0.3356426 0.9147618 0.8294016 -0.2528153 0.4981231 0.5818964 -0.3263649 0.7448958 0.9804987 -0.07037568 -0.1834162 0.9949034 -0.08453625 -0.05438393 0.8067263 -0.06176942 -0.5876644 0.9862056 -0.0773949 -0.1462447 0.9945982 -0.07159638 -0.0748924 0.5898312 -0.01483196 -0.8073672 0.8116093 0.07666248 -0.5790887 0.9948118 -0.08999907 -0.04724264 0.9957579 -0.06048768 -0.06888025 0.9932249 -0.08090454 0.08310186 0.9855648 -0.1216163 0.1176183 0.9953002 -0.04440438 -0.08569598 0.999939 -1.22074e-4 0.009826958 0.9983215 -0.04062008 0.04086428 0.2438734 0.2775048 0.9292276 0.6612751 0.2330698 0.7130039 0.2670674 0.2691733 0.9252907 -0.134495 0.2217475 0.9657582 -0.2286446 0.2965484 0.9272134 0.1917478 0.1849727 0.9638355 0.5241859 -0.5253456 0.670217 0.420484 -0.5508591 0.7209082 0.3679311 -0.4637898 0.8059023 0.4893032 -0.4253365 0.7613148 0.6590777 -0.2796411 0.6981109 0.9421369 -0.3349406 -0.01187169 0.9450057 -0.311716 -0.09894096 0.8511002 -0.4588153 -0.2551042 0.8920561 -0.4513077 0.0232551 0.9559007 -0.29017 0.04470956 0.484756 -0.1430097 0.8628498 0.5418866 -0.3766595 0.7512742 0.2779015 -0.3864864 0.8793908 0.2918485 -0.3834651 0.876217 0.7820063 -0.2898648 0.5517136 0.5049898 0.2775658 0.8172551 0.4126408 0.2690817 0.8702048 0.9205298 -0.1716361 0.3508408 0.9536729 -0.09765923 0.284524 0.5095981 0.1773125 0.8419141 -0.009765923 -0.2848598 0.9584949 -0.1020234 -0.04959255 0.9935301 -0.4643086 -0.1889706 0.8652608 -0.114658 -0.3822748 0.9168676 0.4058046 0.354564 0.8423414 0.5324259 0.3407697 0.7748345 0.06454664 0.01461833 0.9978027 0.04000973 0.03723257 0.9985046 -0.5907773 0.02902305 0.8062685 0.8741722 -0.06704914 0.4809107 0.4563127 -0.2182683 0.8626057 0.9869686 -0.08908349 -0.1339152 0.7874081 -0.4852748 0.3800165 0.7531053 0.2145756 0.6219062 0.926603 0.2978301 -0.2294381 0.995056 -0.0565508 -0.08127075 0.7622913 -0.5085604 0.4002503 0.6860256 0.6962798 -0.2109744 0.2873318 0.9494003 -0.1267738 0.6551103 0.7140416 -0.2468337 0.9165929 0.3318888 -0.2228156 0.1935483 -0.5504929 0.812067 -0.1324503 -0.3094272 0.9416181 0.2865077 -0.3130589 0.9054537 0.1621753 -0.55739 0.8142338 -0.4222846 -0.06274604 0.9042634 -0.5542772 0.1861629 0.8112125 0.4379711 0.02832114 0.898526 0.4167913 -0.08908349 0.9045991 -0.2609332 -0.2904141 0.9206213 -0.4945219 -0.0242927 0.8688009 -0.5627003 0.5787835 0.5901975 -0.3357952 0.8856471 0.3206275 -0.5981017 0.214362 0.7721793 -0.6291086 0.6047548 0.4882962 -0.08026367 0.9928587 0.08813744 -0.4563127 0.8824427 0.1141087 -0.1473739 0.9874874 -0.05560469 -0.6270028 0.2878811 0.723838 -0.7695547 0.1585742 0.6185187 -0.3184607 0.1959899 0.927427 -0.08175909 0.225013 0.9708853 -0.5810725 0.2518082 0.7738884 0.1315348 0.1791436 0.9749748 -0.6592914 0.02902305 0.7513047 0.2575762 0.03732413 0.9655141 -0.3952147 -0.1421552 0.9074984 -0.5173498 0.1494796 0.8425855 -0.9176306 -0.3940244 0.0516678 -0.9314554 -0.3324686 0.147679 -0.5032197 -0.8619648 0.06143373 -0.6268807 -0.7574694 0.1822565 0 -0.2163457 0.9762871 0.525193 -0.1214942 0.8422193 0.5906857 -0.2485427 0.7676321 0 -0.1885738 0.9820551 0.7004914 -0.08679461 0.7083346 0.7613148 -0.05102694 0.646321 0.2757347 -0.2489089 0.9284341 0.3015534 -0.3593555 0.8831141 0.5477157 -0.386639 0.7419355 0.4763939 -0.4573199 0.7509079 0.2365489 -0.2194891 0.9464706 0.8667257 -0.4630573 0.1852778 0.8039186 -0.5219581 0.2850124 0.7555162 -0.6516007 0.06762897 0.8105106 -0.5653554 0.1529893 0.7802667 -0.5967895 -0.1869564 0.784814 -0.6157414 0.07016205 0.6677755 -0.6486709 0.3650014 0.717948 -0.5558947 0.4188665 0.4517045 -0.5445113 0.7066866 0.5907773 -0.6050295 0.5337382 0.7826167 -0.6039003 0.1508835 0.7854854 -0.6010926 0.1470992 0.7813959 -0.610767 0.127842 0.5139622 -0.478988 0.7116001 0.727897 0.002960264 -0.6856288 0.9805902 -0.1888485 0.05209505 0.9408246 -0.3344523 -0.05410927 0.7382733 -0.398175 -0.5443587 0.506943 0.08709979 -0.8575396 0.6178167 -0.6631367 0.4224982 0.7408673 -0.4503311 0.4982452 0.5561083 -0.5828425 -0.5924558 0.5832393 -0.455092 -0.672811 0.5685904 -0.8073366 0.1577501 0.4810022 -0.8352611 0.266274 0.322306 0.01184117 -0.9465316 0.2617573 -0.1909543 -0.9460433 0.6346935 -0.3137608 -0.7061678 0.3851131 -0.5129857 -0.7671133 0.6298715 -0.6512345 -0.4232001 0.791467 -0.5958739 -0.1358073 0.2147282 -0.2090212 0.9540086 0.45085 -0.3032014 0.8394727 0.3760185 -0.5056612 0.776452 0.3783684 -0.4799035 0.7914975 0.2831202 -0.2044129 0.9370403 0.5280923 -0.8244881 0.2032227 0.3425703 -0.6227912 0.7033601 0.417951 -0.7666555 0.4873195 0.5710013 -0.221778 0.7903989 0.5528733 -0.3833735 0.7397992 0.6284067 -0.1264076 -0.76751 0.5038606 -0.2657247 -0.8218635 0.8437147 -0.4432508 0.3026521 0.7684255 -0.4457533 0.4590899 0.9647206 -0.1908017 0.1813104 0.9826045 -0.1803949 0.04364144 0.2848598 -0.1432234 0.9477828 0.3376263 -0.4319285 0.8362987 0.4308603 -0.5698416 0.6996979 0.8341014 -0.5484176 0.05893123 0.7965636 -0.5866878 0.1457259 0.8889431 -0.4302805 0.1567736 0.7537156 -0.6188849 0.2210456 0.9904782 -0.1181676 -0.07046723 0.9683828 -0.01092559 -0.2491531 0.9853511 -0.1685842 0.02352976 0.9537339 0.1131626 -0.2784814 0.7677236 -0.3963744 0.5034334 0.8315073 -0.3679617 0.4161504 0.8923918 -0.3136692 0.3243202 0.8604694 -0.3476058 0.3724479 0.5403913 -0.7871639 -0.2972198 0.4773095 -0.8757897 0.07144379 0.5971252 -0.8012024 -0.03820914 0.7467269 -0.5271157 0.4055604 0.508652 -0.7292093 0.4576861 0.8538774 -0.4182257 0.3097628 0.901822 -0.2895291 0.3206885 0.8810694 -0.3584704 0.3085421 0.6133305 -0.5467086 0.5699942 0.3747673 -0.6384472 0.6722007 0.9545885 -0.1884518 0.2306283 0.9135106 -0.2039247 0.3519394 0.9760735 -0.1814935 0.1196326 0.8292185 -0.3971679 0.393231 0.8629414 -0.2479018 0.4402295 0.7911924 -0.2364268 0.5639516 0.830134 -0.4494766 0.3298746 0.7849361 -0.4345836 0.4415418 0.879574 -0.3175756 0.3541673 0.704001 -0.6823023 0.1969664 0.8950774 -0.3436384 0.2841273 0.9120457 -0.4096805 -0.01702928 0.3456526 -0.6531266 0.6737266 0.6371044 -0.5412153 0.5487838 0.690756 0.5510117 -0.4681539 0.7234718 0.2706686 -0.6350291 0.8254647 0.3825495 -0.4149602 0.7507248 0.5933104 -0.2904141 0.6330454 0.738609 -0.231666 0.5392926 0.7422712 -0.3976562 0.7642445 0.05325478 -0.6426588 0.4472793 0.4582354 -0.7680593 0.5187231 0.09772026 -0.8493301 0.8752709 0.001525878 -0.4835963 0.751854 -0.07229834 0.655324 0.8048341 0.1781671 0.5660573 0.663686 -0.1060518 0.7404096 0.5988342 -0.305948 0.7400739 0.706412 -0.2917569 0.6448256 0.8558611 -0.03769034 0.5157628 0.8552507 0.2020936 0.4771264 -0.09128081 0.01840263 0.9956359 0.2505875 -0.2410657 0.9375897 -0.2242805 -0.1821039 0.9573351 0.4325999 -0.1540879 0.8883023 0.5491806 -0.3084201 0.7766656 0.5836665 -0.1071199 0.8048647 0.4362926 -0.03939938 0.8989227 0.6624653 0.01376384 0.7489242 0.7680898 -0.2039552 0.6069521 0.6836757 -0.2415845 0.6886197 0.6889859 0.1370586 -0.7116611 0.9746391 0.1308633 -0.1814935 0.7308878 0.1498153 -0.6658223 0.4819788 0.08389538 -0.8721275 0.810297 -0.04080319 -0.584582 0.8768273 0.02352976 -0.4801782 0.2657247 -0.003845274 -0.9640187 0.1403241 0.05667287 -0.988464 0.7613758 -0.1510056 -0.6304209 0.9138463 -0.3981445 -0.07968378 0.7254555 -0.650502 -0.2247382 0.7314066 -0.6760155 -0.08932763 0.8971221 -0.4400464 0.03860586 0.919187 -0.3837397 0.08819848 0.93408 -0.3547776 0.0394299 0.9264504 -0.3647572 0.09262365 0.7036042 -0.7004914 0.1192358 0.9266335 -0.3456832 0.147679 0.9168065 -0.3774224 0.1301919 0.9152196 -0.3242287 0.2392346 0.9228187 -0.3408002 0.1794793 0.9241615 -0.3776055 0.05749684 0.9162877 -0.3875851 0.1008026 0.8543351 -0.2951445 -0.4277169 0.8224433 -0.256386 -0.5077365 0.5275124 -0.4439222 0.7243263 0.8056276 -0.3639943 0.4673604 0.5169531 -0.3575549 0.7777337 0.2185125 -0.339549 0.9148228 0.2777184 -0.4622638 0.8420972 0.6386609 -0.2788782 0.7171545 0.8198187 -0.3171789 0.4766991 0.8910794 -0.2632222 0.3696097 0.2537919 -0.2628864 0.9308146 0.9809259 -0.1934263 0.01831108 0.9762566 -0.21601 0.01449626 0.9706107 -0.2404553 0.007812738 0.8552202 -0.2601398 0.4481948 0.8759422 -0.2864772 0.3881039 0.8372753 -0.3197119 0.443495 0.8064211 -0.2985931 0.510361 0.7194433 -0.3401288 0.6055483 0.7931761 -0.3590198 0.4918668 0.8967559 -0.3151341 0.3106174 0.8673971 -0.3299967 0.3724173 0.8481094 -0.3549913 0.393231 0.5843074 -0.4482253 0.6765038 0.2374645 -0.3661 0.8997467 0.4430372 -0.4858852 0.75338 0.3206275 -0.5099338 0.7982116 0.2245246 -0.4264962 0.8761559 0.2545549 0.9475692 -0.1931516 -0.07657092 0.760796 -0.6444289 0.5122227 0.8521683 -0.1067232 0.4882962 0.8725242 0.01538127 0.06744587 0.9966124 0.0469985 -0.3460494 0.05984675 -0.9362773 -0.3148595 -0.04922634 -0.9478439 0.5706961 0.08407849 -0.8168279 0.6339 0.04223757 -0.7722404 -0.2475966 0.1179845 -0.9616382 -0.8876003 -0.02307194 -0.4600055 -0.6324046 -0.1561326 -0.7587206 -0.1588793 0.2779321 -0.9473556 -0.7759636 0.4289376 -0.462447 -0.9168981 0.1299173 -0.3773003 0.5726188 -0.5058443 -0.6451308 0.6699423 -0.6254463 -0.3999451 0.6535234 -0.5055696 -0.5632496 0.4327219 -0.3176061 -0.8437147 0.3029878 -0.3272805 -0.8950163 0.5418256 -0.4577166 -0.7049165 -0.01110869 -0.142796 -0.9896848 0.3017975 -0.1053193 -0.9475082 0.4026002 0.03405863 -0.9147313 -0.1149021 -0.2010864 -0.9727775 0.2634663 -0.307535 -0.914304 0.04162722 0.9866634 0.1572008 -0.5027619 0.8643758 0.003997921 -0.4459059 0.8720664 -0.2016358 0.5223853 0.8467361 0.100589 0.5670644 0.811304 0.1420331 0.09137237 0.9893186 0.1134373 0.8338878 0.5518357 0.006347835 0.7727287 0.6336863 -0.03610336 0.9671621 0.2509232 -0.04031491 0.9718009 0.2232429 0.07574689 0.8559221 0.5074923 0.09915459 -0.9904477 -0.06656086 -0.1205176 -0.7829219 -0.2333445 -0.5766777 -0.9904782 0.1290017 0.04751729 -0.9869991 -0.09384441 0.130314 -0.9363689 -0.3145848 -0.1556138 -0.8881192 0.4549394 -0.06524854 -0.8623616 0.5059969 -0.01574754 -0.9724418 0.1719412 0.1574144 0.9986572 0.02108824 -0.0469985 0.9890438 0.04965358 -0.1389813 0.9527879 -0.2450636 -0.1791131 0.9407636 -0.315012 -0.125309 0.9994812 -0.005890071 0.03100675 0.7544481 -0.5021516 -0.4226203 0.9277932 -0.3183386 -0.1945555 0.7509689 -0.5418561 -0.3773308 0.5924558 -0.5024262 -0.6297189 0.5088657 -0.6482132 -0.566393 0.7030244 -0.6058229 -0.3724173 0.4850001 -0.406415 -0.7743156 0.6457717 -0.5338908 -0.5457625 0.239082 -0.3111057 -0.9197974 0.4033326 -0.5884884 -0.700705 -0.1786859 -0.2911466 -0.9398175 -0.494583 -0.551622 -0.6715903 0.1152073 -0.572039 -0.812067 0.126194 0.9915159 0.03015226 -0.4621723 0.8839687 -0.07037568 -0.4732505 0.8801844 -0.03604233 0.5949889 0.7965026 0.1073946 0.1107516 0.9936827 0.01788383 0.8588214 0.4930265 0.1388897 0.9726859 0.1939451 0.1274758 0.9834285 0.1791131 0.02685624 0.860561 0.5049288 0.06643879 0.5813776 0.8109683 0.06558424 -0.9891049 -0.09555345 0.1116977 -0.9378643 -0.3449202 0.03729361 -0.9713431 0.2147587 0.1017182 -0.9955443 -0.06988734 -0.0630207 -0.9366741 -0.3402814 -0.08267462 -0.8392896 0.54326 -0.02002012 -0.4462416 0.8943755 -0.03021329 -0.8070009 0.590228 -0.01840263 0.9966124 -0.06088441 0.05496382 0.9163793 -0.3941771 -0.06949061 0.9162572 -0.3904538 -0.08935815 0.9944456 -0.09793388 -0.03796499 0.9159826 0.2838221 -0.283517 0.8770104 0.2545244 -0.4074831 0.8959014 0.3672903 -0.249855 0.9013642 0.379284 -0.2088381 0.9780877 0.1018403 0.181524 0.9800409 0.1973631 0.02307194 0.9925535 0.1148106 -0.04062008 0.9627979 -0.1161229 0.2439344 0.9421979 0.008026361 0.3348796 0.9632557 0.2506485 -0.09625536 0.9428389 0.2706992 -0.1943113 0.9337138 0.3139744 -0.1719412 0.7981506 0.5960265 -0.08740496 0.8267464 0.4868923 -0.2817164 0.8644979 0.5020905 -0.02307194 0.8041933 0.5702078 0.1676992 0.7746819 0.6242867 0.1004669 0.7209693 0.6854457 -0.1015045 0.8023622 0.4499649 0.3920713 0.8244881 0.5105746 0.2439039 0.794702 0.4527116 0.4042787 0.8190557 0.4695273 0.3295693 0.9016084 0.1680349 0.3985107 0.9373455 -0.009765923 0.3482467 0.8530534 0.1191747 0.5080111 0.7869198 0.313364 0.5315104 0.8489029 0.3599353 0.3870052 0.8753014 0.3418989 0.3419294 0.924955 0.2621845 0.2750939 0.9212012 0.3772393 0.09509563 0.9058809 0.355266 -0.2305063 0.9861446 0.1645253 -0.0205084 0.8518937 0.426252 0.3041474 0.8714255 0.4597613 0.1707816 0.9244972 0.2189702 0.3118991 0.9586474 0.284463 -0.00540173 0.8071535 0.5900449 -0.01779228 0.7065951 0.7034822 -0.07611316 0.9273355 0.3630787 -0.09054839 0.9474471 0.00741595 0.3197424 0.8306833 -0.2641377 0.4900662 0.9446395 -0.1930601 0.2652059 0.9965819 -0.05569624 0.06091493 0.9959105 0.0527665 0.07303076 0.976043 0.1618091 0.1452376 0.9889828 0.07504498 -0.1273843 0.9844356 -0.1555833 -0.08148437 0.8925749 -0.4336375 0.1233863 0.7809992 -0.5123752 0.356975 0.8047426 -0.5888241 -0.07516705 0.6871853 -0.6817225 -0.2509537 0.6788232 -0.7179175 0.1539964 0.6012757 -0.7986084 0.02514719 0.6572161 -0.5132603 0.5518968 0.5231483 -0.487991 0.6986603 0.4103824 -0.6758019 0.6122318 0.5325785 -0.7491379 0.3938108 0.4439527 -0.8430433 0.3035066 0.3606982 -0.7588733 0.5421614 0.7187719 -0.6173284 0.3197119 0.1047395 0.9940794 0.0278939 0.5820185 0.8127079 0.0267952 0.1058687 0.9917295 0.07226783 -0.4026307 0.9142125 0.04516738 -0.4141057 0.9102146 -0.001495361 0.1022065 0.9739983 0.202063 0.6095157 0.7838679 0.1184423 0.07028412 0.8840602 0.4620197 -0.4463332 0.8677633 0.2184514 0.8719138 0.4893032 -0.01776176 0.9828181 0.1666005 -0.07919549 0.9829707 0.1461531 -0.111362 0.8903775 0.4529252 -0.04483169 0.8987701 0.4358348 -0.04721212 0.9848018 0.1475265 -0.09131133 0.9136021 0.403241 -0.05197298 0.7209082 0.649495 0.241615 0.6056703 0.7950072 0.0328989 -0.98587 -0.05862605 -0.1567736 -0.9682913 0.2493667 -0.01339757 -0.9567553 0.2795801 -0.07992798 -0.9791253 -0.07147431 -0.1901913 -0.914304 -0.32078 -0.2471694 -0.9365521 -0.2674642 -0.2265083 -0.9749443 -0.07666248 -0.2087466 -0.9492782 0.293527 -0.1126438 -0.9516892 0.2751549 -0.1361125 -0.9760125 0.2008118 -0.08401745 -0.9831843 -0.07852411 -0.1647999 -0.9279458 -0.320719 -0.1897336 -0.7713248 0.6357616 -0.02877891 -0.7595142 0.6501358 -0.01962339 -0.7876827 0.6158635 0.01461833 -0.864681 0.4765771 0.1585131 0.9858089 -0.1006805 -0.1341288 0.9239784 -0.334788 -0.1847285 0.9094211 -0.3614002 -0.2056642 0.9817805 -0.1049226 -0.1582079 0.9884335 -0.1053804 -0.1087985 0.9311503 -0.3477584 -0.1095615 0.9447615 -0.2850734 0.161687 0.995117 -0.05887019 0.07889032 0.3116855 -0.8835108 -0.3495895 -0.1257973 -0.9219031 -0.3663442 0.2194281 -0.9755241 -0.01208531 0.4465468 -0.8946196 -0.01425212 0.4422742 -0.845851 -0.2981353 0.8624531 -0.4579913 -0.2152776 0.8523209 -0.472274 -0.2246467 0.8431349 -0.5058748 -0.182165 0.05301064 -0.9143956 -0.4013184 -0.4418775 -0.7990967 -0.4075747 0.02691727 -0.9063692 -0.4215827 0.5131382 -0.7694937 -0.380169 0.03460794 -0.971984 -0.2324594 -0.4971465 -0.8524735 -0.1615955 -0.05203402 -0.9496445 0.3089084 0.4764245 -0.8769799 -0.06228822 0.5074008 -0.7859126 -0.3532823 -0.8740807 -0.3960387 -0.2812586 -0.8595538 -0.4172185 -0.2950835 -0.8649251 -0.4485305 -0.2251045 -0.8455153 0.06891077 -0.5294351 -0.9384136 0.04544204 -0.3424482 -0.7748955 -0.1256142 -0.6194342 -0.7417524 -0.1183202 -0.6601154 -0.9627979 -0.08154541 -0.2575152 -0.9690847 -0.05066072 -0.2414319 -0.7918332 0.05627608 -0.6081118 -0.9627674 -0.2448805 0.1143528 -0.4753563 -0.8775292 0.06271553 -0.3089389 -0.9377117 0.1588183 -0.7556993 -0.4185919 0.5036165 -0.8289743 -0.2000793 0.5222022 -0.9791558 -0.1224707 0.1619922 0.9848628 -0.03933835 0.1687368 0.8799402 -0.1670888 0.4446547 0.516831 -0.8526262 0.07641834 0.5868099 -0.8091983 0.02816855 0.9755241 0.07153534 -0.207831 0.9642323 0.03222751 0.2630695 0.8740196 0.006775081 0.4857936 0.8398389 0.1860103 -0.5099338 0.7681509 -0.002471983 -0.6402173 0.8095645 -0.05380409 -0.584521 0.9500412 0.1488083 -0.2743309 0.7856685 0.2104861 -0.5817133 0.9838557 0.1029694 -0.1462141 -0.8466445 0.1449324 -0.512009 -0.9680777 0.1096225 -0.2253487 -0.7867062 -0.1457869 -0.5998413 -0.7553026 -0.09350872 -0.6486404 -0.9751884 0.03112888 -0.2190619 -0.979461 0.05215609 -0.1946165 -0.7826777 0.1503646 -0.6039613 -0.9856868 -0.07827997 0.1491134 -0.595172 -0.8024537 0.04226809 -0.4617145 -0.878811 0.1201819 -0.8509781 -0.2218085 0.4759972 -0.8674886 -0.04104739 0.4957122 -0.9781793 -0.004211544 0.2076479 0.9826655 -0.1319925 0.1300088 0.8475601 -0.2729576 0.455031 0.447676 -0.8916593 0.06674396 0.5871456 -0.8091678 0.02136296 0.9792779 -0.02093565 -0.2013306 0.9818415 -0.03946042 0.1854915 0.8677938 -0.08954131 0.4887539 0.8847621 0.0869472 -0.4578081 0.7817621 -0.1580248 -0.6031984 0.7955565 -0.1804865 -0.5783258 0.9704581 0.05908381 -0.2338633 0.8359325 0.10889 -0.5378582 0.985107 0.01733446 -0.1710257 -0.8993194 0.1933957 -0.3921324 -0.9724418 0.1526231 -0.1761834 -0.8321787 -0.0325632 -0.5535142 -0.8163701 -0.01889091 -0.5771661 -0.974395 0.1242408 -0.1873531 -0.9783319 0.1437116 -0.1488693 -0.8423719 0.2353282 -0.484756 -0.9939574 0.05496382 0.09482097 -0.4813684 -0.8732566 -0.07547223 -0.5438703 -0.8379162 -0.04553359 -0.9114658 -0.08960235 0.401471 -0.9042329 0.04861593 0.4242073 -0.9830317 0.08905297 0.1603137 0.9347209 -0.2965484 0.1957152 0.7849361 -0.385052 0.4853664 0.2960906 -0.9534593 0.05667287 0.3350932 -0.9416486 0.03128147 0.9656972 -0.213599 -0.1475875 0.9246498 -0.233375 0.3008515 0.8199713 -0.2406384 0.519303 0.8922086 -0.06186097 -0.4473403 0.7791986 -0.2591326 -0.5706656 0.7709586 -0.2204046 -0.5975219 0.9449141 -0.04702901 -0.323893 0.8316599 -0.03280735 -0.5542772 0.9793084 -0.1791131 -0.09402751 -0.8993194 -0.3010651 -0.3170873 -0.8821681 -0.4323557 -0.1864681 -0.769097 -0.3039643 -0.5621815 -0.8604389 -0.2280037 -0.4556719 -0.9844966 -0.1620532 -0.066805 -0.9986572 -0.02514719 -0.04486221 -0.9664297 -0.1714224 -0.191351 -0.9623097 -0.09964293 0.2529374 -0.9468673 -0.1830195 0.2644429 -0.8415784 -0.1709647 0.5123142 -0.8710288 -0.08056885 0.4845424 -0.978515 -0.04782247 0.2005066 0.9508652 0.1216773 0.2846156 0.8486282 0.1395306 0.5102084 0.9426863 0.1042512 0.3168737 0.9813227 0.0763573 -0.1763665 0.9800714 0.04834127 -0.1925413 0.9568163 0.1068758 0.2702109 0.820246 -0.0293588 -0.5712149 0.7911008 0.06942957 -0.6076846 0.6788538 0.04397714 -0.7329325 0.9363079 -0.09628587 -0.3376568 0.8542436 -0.04040646 -0.5182653 -0.908475 -0.05209505 -0.4145939 -0.9520249 -0.1446577 -0.2696616 -0.6456801 0.02929776 -0.7630238 -0.8348338 0.01336705 -0.5503098 -0.9906308 0.04080319 -0.1302224 -0.9928892 -0.004364132 -0.1189306 -0.9530015 -0.09524822 -0.2874844 -0.9811701 0.02227848 0.1916868 -0.9663686 0.01608324 0.2565691 -0.8642231 -0.0464186 0.5009308 -0.9059725 -0.03241062 0.4220405 -0.9913328 -0.03112888 0.1274148 0.9625538 -0.02227848 0.2701193 0.861446 -0.01498454 0.5076144 0.8556475 -0.07626575 0.511887 0.9553819 -0.05917537 0.2893155 0.9956359 -0.03195285 -0.08755761 0.9952391 -0.05688649 -0.07910394 0.9669485 -0.04028439 0.2517167 0.9019135 -0.09530925 -0.4212164 0.8641621 -0.05014187 -0.5006561 0.6734215 -0.003845274 -0.7392193 0.9285867 -0.1678823 -0.3309122 0.9301126 -0.1520432 -0.3342387 -0.9266945 0.07293921 -0.368633 -0.9738762 0.05618453 -0.2199469 -0.6896573 0.113834 -0.7151097 -0.8810389 0.1281472 -0.4553056 -0.9809259 0.1396527 -0.1351665 -0.9869991 0.1105075 -0.1166417 -0.9501633 0.05835133 -0.3061922 -0.9755852 0.1649525 0.1447492 -0.9756768 0.1633961 0.1460005 -0.9213233 0.1613513 0.3537095 -0.9802851 0.1340067 0.1450545 0.9304788 -0.1730094 0.3228858 0.8137456 -0.1647999 0.557329 0.7944579 -0.1877193 0.5775323 0.9201941 -0.1839045 0.3455306 0.9831538 -0.1804559 -0.02853477 0.9701529 -0.240669 -0.02929776 0.9207739 -0.2418591 0.3059785 0.9032868 -0.2328257 -0.3603015 0.8900418 -0.1599475 -0.4268319 0.7116916 -0.117191 -0.6926176 0.911008 -0.3073214 -0.2748802 0.8959929 -0.3225501 -0.3051546 -0.9494308 -0.04666274 -0.3104648 -0.9445784 0.06833094 -0.3210242 -0.9893186 0.07571637 -0.1243629 -0.9935911 0.008941888 -0.1125217 -0.958739 -0.2547685 -0.1259804 -0.8613849 -0.2818995 -0.4224677 -0.988464 0.009124994 0.1510361 -0.9225745 0.145085 0.3574328 -0.9168981 0.00854516 0.398999 -0.9408857 -0.2864162 0.1807306 0.8003785 -0.48558 0.3515122 0.6479385 -0.4761193 0.59447 0.7964416 -0.2494583 0.5508286 0.8928495 -0.4499344 -0.01754814 -0.250618 -0.9615162 -0.1125217 -0.2833949 -0.8090457 0.5148473 0.7206031 -0.6013672 -0.3450117 0.9221168 -0.3569139 -0.1491745 0.8312327 -0.4671163 -0.3013092 -0.2944426 -0.7903684 -0.5371868 -0.9348125 -0.2569353 -0.2450331 -0.9749748 -0.1522873 -0.1619006 -0.9908139 -0.113071 -0.07397687 -0.9844661 -0.1444746 -0.09964293 -0.9748833 -0.1825922 0.1273843 -0.927427 -0.07712024 0.3658864 -0.8941923 -0.2345347 0.3812983 0.9663381 -0.0813623 0.2439649 0.8407239 -0.1720938 0.5133213 0.8594012 -0.03689682 0.5099338 0.9964904 -0.06817835 -0.04806661 0.2376781 0.9192175 -0.3138828 -0.07895135 -0.5293741 0.8446608 0.9222388 -0.2844935 -0.2617573 0.9696341 -0.1780755 -0.1674245 0.9377728 -0.2406079 -0.2503128 -0.2502823 -0.8013855 -0.5432295 -0.9965209 -0.06277656 -0.05423134 -0.9911496 -0.1234779 0.04828023 -0.9696646 -0.2420728 -0.03292942 -0.979461 0.1982787 -0.0361644 -0.9939574 -0.02771079 0.1061434 -0.8879666 -0.1387676 0.4383984 -0.8037355 -0.406415 0.434492 0.9515671 0.1306497 0.2782678 0.8435011 0.1536912 0.5146031 0.8502762 0.1360515 0.5084078 0.9821162 0.0781579 -0.1712088 0.9753715 0.1847285 -0.1203955 0.9300821 0.213538 0.2988373 0.8774377 0.006073176 -0.4795678 0.9818415 0.02508616 -0.1879025 0.9339579 0.08426159 -0.3472701 0.8893704 0.1404767 -0.4350108 -0.9986572 0.04342782 0.02795493 -0.9963073 0.03353983 0.07879877 -0.9591357 0.2150639 -0.1836909 -0.9125034 0.2931303 -0.285226 -0.9971313 0.07382422 0.0155034 -0.9820551 -0.07998901 0.170629 -0.9746391 -0.08371227 0.2074343 0.9249245 0.09756767 0.3673513 0.9354839 -0.1941587 0.2952055 0.9024323 0.01367229 0.4305856 0.8822291 0.09897148 0.4602801 0.8910794 0.1288796 0.4351329 0.9816889 0.1671499 0.09112823 0.9600208 0.2500992 -0.1256752 -0.8766442 0.1500595 -0.4571062 -0.9751274 0.1510361 -0.1621143 -0.9667959 0.1700796 -0.1906186 -0.8907743 0.1572619 -0.4263131 -0.9642934 0.06765949 -0.2559587 -0.7366863 0.3046663 -0.6036866 -0.8948637 0.1598559 -0.4166997 -0.9672842 0.1759697 -0.1827143 -0.9738457 0.1611987 -0.1599169 -0.9365521 0.2471999 -0.2484512 -0.9796137 0.1692861 -0.108005 -0.9754021 0.1234779 0.1825312 -0.9255349 0.1103549 0.3621326 -0.9365826 0.1209143 0.3288674 -0.9755241 0.1496322 0.1610156 -0.9769585 0.153447 0.1481368 -0.9343547 0.114719 0.3373211 0.914182 -0.1775261 0.3642689 0.9838557 -0.1644948 -0.07028412 0.9131138 -0.1747184 0.3682668 0.8720664 -0.1776787 0.455916 0.8653218 -0.1685537 0.4719687 0.9120762 -0.2007812 0.3574023 0.9863277 -0.1621753 -0.02880942 0.9866634 -0.161687 -0.01742607 0.8435011 -0.2149418 0.492233 0.8624226 -0.1207922 -0.4915006 0.8986786 -0.2419812 -0.3657643 0.967101 -0.1817072 -0.1779534 0.8822901 -0.1437727 -0.4481338 0.9850154 -0.1617481 -0.05969417 0.8963286 -0.1444746 -0.4191717 0.9520859 -0.08758813 -0.2929472 -0.8160955 0.05941951 -0.5748161 -0.9823908 0.0341807 -0.1835078 -0.8286996 0.043733 -0.5579394 -0.9738762 0.02880942 -0.2251961 -0.9198889 -0.04873806 -0.3890805 -0.8332469 0.05325478 -0.5503098 -0.9848628 0.03341776 -0.1700796 -0.9886471 0.04467904 -0.1432539 -0.9288309 0.1249427 -0.3487655 -0.9652394 0.02288883 0.2602313 -0.8974578 0.03323465 0.4398022 -0.90347 0.004333615 0.4286019 -0.9568774 0.01181066 0.2902005 -0.9577013 -0.002471983 0.287698 -0.8910794 -0.04428231 0.4516434 -0.9898679 0.05606245 -0.130314 0.970214 -0.006561458 0.2420423 0.9894406 -4.57778e-4 -0.1448714 0.957152 -0.04492324 0.2859889 0.9081698 -0.0433973 0.4162725 0.9032258 -5.18815e-4 0.4290902 0.9501022 -0.08157593 0.3010346 0.9950255 -0.04528945 -0.08847314 0.9960326 -0.03802603 -0.08011108 0.8893094 -0.1033356 0.4454482 0.8735313 0.02233952 -0.4861904 0.94467 -0.08478039 -0.3168126 0.9877621 -0.02417063 -0.1539048 0.8859524 -0.006195247 -0.4636982 0.8815577 -0.01251256 -0.4718466 0.9520859 0.06268501 -0.299295 0.9928281 -0.0295419 -0.1156957 -0.8223212 -0.05874812 -0.5659353 -0.9742729 -0.07995849 -0.2106387 -0.9772637 -0.1276894 -0.1691641 -0.8385571 -0.1359294 -0.527543 -0.8951994 -0.1952879 -0.4005249 -0.8587298 -0.1627552 -0.4858547 -0.980163 -0.1576586 -0.1200598 -0.9427473 -0.1172826 -0.3120823 -0.9700614 -0.07553327 0.2307505 -0.9047517 -0.05807667 0.4219184 -0.902768 -0.1252785 0.4113895 -0.9518418 -0.1258888 0.279519 -0.9386273 -0.2013 0.2800378 -0.8734092 -0.240669 0.4233222 -0.9792779 -0.1796319 -0.09341716 0.9403668 0.08972442 0.328074 0.9849544 0.1201514 -0.1241188 0.9356975 0.1051973 0.3366802 0.8894009 0.08566546 0.4489883 0.8783838 0.08575701 0.4701376 0.9386883 0.09103667 0.3324686 0.9816889 0.1366008 -0.1326029 0.9833674 0.1127659 -0.1423078 0.8715171 0.0778222 0.4841151 0.8135625 0.1180456 -0.5693228 0.7157201 0.2561724 -0.6496781 0.9260537 0.03372293 -0.3758354 0.8250374 0.1271706 -0.5505234 0.9814142 0.1362041 -0.135136 0.8173772 0.1312601 -0.5609302 0.9504075 0.1696829 -0.2605975 0.8615986 0.2658467 -0.4323557 0.886227 0.1241188 0.4462416 0.8721885 0.1156041 0.4752342 0.8568682 0.1750236 0.4848476 0.8979766 0.1865901 0.3984802 0.9808954 0.1385845 0.1362956 0.955504 0.1540879 0.2515031 0.906003 0.2510452 0.3407086 0.8352001 0.22837 0.5002289 0.8321177 0.2092654 0.513596 0.9669179 0.2516556 -0.04095584 0.9797052 0.1948606 0.04632705 0.9668874 0.1622058 -0.1968749 0.9360027 0.1779534 -0.3035981 0.9219337 0.1425824 -0.3601184 0.9549547 0.1435285 -0.259682 0.9048128 0.2200079 -0.364513 0.7627797 0.1311991 -0.633198 0.8823207 0.1750236 -0.4368419 -0.9883725 0.100528 0.1140171 -0.8843044 -0.01126128 -0.4667501 -0.8140507 0.5645619 -0.1363261 -0.8195441 0.4158147 -0.3941771 -0.751854 0.2206793 -0.6212653 0.995056 -0.07513654 -0.06485182 0.8406018 0.4446547 -0.309244 0.812006 -0.1686148 -0.5587329 0.7034516 0.1021454 -0.7033296 0.8232674 0.2334361 -0.5173803 -0.9674062 0.006500422 0.25309 -0.8879361 -0.1603442 -0.4310434 -0.8486282 0.5155187 -0.1181676 -0.7622608 0.5817438 -0.283639 -0.8973357 0.3569445 -0.2594989 -0.8120365 0.1222571 -0.5706351 0.9935301 -0.00766009 0.1132541 0.8316294 0.5176244 -0.2010864 0.8586383 -0.1477706 -0.4907987 0.7312235 0.1602526 -0.6630146 0.8431044 0.328898 -0.4253975 0.9870601 0.04315316 0.15421 0.8470718 0.506119 -0.1621143 0.8901639 -0.07501447 -0.4493545 0.8067873 0.1794183 -0.5628834 0.8775902 0.3556017 -0.3214209 0.760094 0.5594958 -0.3303934 -0.9986267 -0.04486221 0.02624589 -0.8453017 -0.1359599 -0.5166479 -0.8699606 0.4274117 -0.2458876 -0.8626362 0.2511978 -0.4389783 -0.7766351 0.1081271 -0.6205634 0.891232 0.4487136 -0.06546217 0.6172979 0.5841853 -0.5268716 0.9644154 0.1992248 0.1736503 0.7351298 0.4211249 -0.5312357 0.5698416 0.5431379 -0.6166265 0.9972534 -0.07266455 0.01355022 0.7944579 -0.3494369 -0.4966887 0.7474594 -0.3178502 -0.5832698 0.858974 -0.1348612 -0.4938811 -0.9994812 0.0137028 0.02829062 -0.9618213 -0.1973326 0.1895199 -0.9562975 -0.188757 -0.2231513 -0.8216193 0.3217261 -0.4705039 -0.7653737 0.2657552 -0.586108 -0.8683127 0.06695759 -0.4914395 -0.9267556 -0.3754692 -0.006958186 -0.6790979 -0.5337382 -0.5038911 -0.7818842 -0.3975646 -0.4801477 -0.6472365 -0.5148778 -0.5620899 -0.9775078 0.2105777 0.00955224 -0.9723197 0.005920588 0.2334971 -0.7508774 0.3551134 -0.5567797 -0.6881619 0.3435469 -0.6390271 -0.8250679 0.231666 -0.5152745 -0.9766839 -0.2127445 0.02764976 -0.7352214 -0.4121525 -0.5380718 -0.8319346 -0.2222968 -0.5083468 -0.6922513 -0.3695791 -0.6198004 0.9873349 0.1550951 -0.03244113 0.7550585 0.3058565 -0.5799127 0.9777826 -0.04028439 0.2056947 0.8103275 0.1892147 -0.5545518 0.6716209 0.3043306 -0.6754967 0.9700309 -0.2427442 0.006927669 0.7318949 -0.4177374 -0.5382855 0.6713767 -0.3700674 -0.6420484 0.8088321 -0.238319 -0.5375225 -0.9270608 0.372631 -0.04052853 -0.9715873 0.1734977 0.1608936 -0.6746422 0.4499954 -0.5850704 -0.5749077 0.4347972 -0.6931059 -0.7303385 0.3435469 -0.5903806 -0.9984741 -0.0414136 -0.03579819 -0.7661061 -0.2797632 -0.5785699 -0.8052614 -0.09738457 -0.5848567 -0.6867581 -0.2595599 -0.6789453 0.9980163 0.0217902 -0.05874812 0.8002869 0.2385937 -0.5500656 0.9691458 -0.1942808 0.1515244 0.8248543 0.05172884 -0.5629139 0.716422 0.2008423 -0.6680807 0.9182409 -0.3936887 -0.04235965 0.6849269 -0.4748375 -0.5525987 0.6259041 -0.4620502 -0.6282541 0.7605518 -0.3649709 -0.5369427 -0.8886075 0.2352061 -0.3937193 -0.9883419 0.1136814 -0.1009552 -0.5588549 0.1519821 -0.8151799 -0.4757225 0.1550951 -0.8657796 -0.6411023 0.05862605 -0.7651906 0.9371014 -0.251442 -0.2420728 0.5842463 -0.1607715 -0.7954649 0.9462874 -0.323252 0.002166807 0.6556597 -0.2991119 -0.6932585 0.5112156 -0.1663869 -0.8431654 -0.9824213 -0.01516765 -0.1860408 -0.5438703 -0.2721946 -0.7937559 -0.779107 -0.02819907 -0.6262398 -0.7433394 -0.1799677 -0.6442152 -0.5919065 -0.2581561 -0.7635121 0.9207739 -0.3616138 -0.1462752 0.601886 -0.4259163 -0.6754967 0.506882 -0.4602801 -0.7288125 0.6806543 -0.4371166 -0.5878475 -0.9781793 -0.01190221 -0.2073122 -0.9953307 -0.08523815 0.04461801 -0.6465346 -0.02063047 -0.762566 -0.5470138 -0.08981597 -0.8322703 -0.7119053 -0.180517 -0.6786401 0.9477218 -0.09146398 -0.3056734 0.5953856 -0.04242068 -0.8022706 0.9891659 -0.1400189 -0.04397714 0.6738182 -0.2136296 -0.707297 0.526017 -0.1190221 -0.8420667 -0.9731132 -0.205298 -0.1041597 -0.6060671 -0.338023 -0.7199622 -0.8057497 -0.2418286 -0.5406049 -0.7373272 -0.3491928 -0.5782037 -0.5364849 -0.4018372 -0.7420576 0.9605701 -0.2097232 -0.1825007 0.5882443 -0.330607 -0.7379986 0.7070223 -0.34373 -0.6179693 0.7888424 -0.2588885 -0.5573595 0.9469588 0.2727439 -0.1698355 0.6911222 0.2947478 -0.6598712 0.9615772 0.1576891 0.2247077 0.765862 0.1546068 -0.6241036 0.5760064 0.2409436 -0.7810907 -0.9980163 -0.06204408 0.008514642 -0.9575182 -0.2870571 0.0266121 -0.8543351 0.1290322 -0.5034028 -0.7253029 -0.03747671 -0.6873684 -0.7828913 -0.2186651 -0.5824458 0.9886166 -0.1216163 0.08847314 0.7481002 -0.4912869 -0.4460585 0.7001861 -0.5178381 -0.49147 0.8576617 -0.3327738 -0.3919492 -0.8714255 -0.4884487 -0.04470956 -0.6261788 -0.7110813 -0.3197119 -0.6431165 -0.5986205 -0.4774926 -0.5306254 -0.7139195 -0.4568621 0.5330058 0.07840204 -0.8424634 0.5834529 0.1210669 -0.8030335 -0.09335607 0.1912289 -0.9770806 -0.1320536 0.09027373 -0.9871212 -0.04788351 -0.1882076 -0.9809564 0.3860591 -0.02560502 -0.9220862 0.3726005 0.02960294 -0.927488 0.3970458 0.1107822 -0.911069 0.6310617 0.1962035 -0.7504807 0.4824976 0.3929868 -0.7827693 -0.3123264 0.613422 -0.7253334 -0.1110568 0.3373516 -0.934782 0.3889584 0.2209845 -0.8943449 0.3679922 0.3038728 -0.87875 -0.7128819 0.07693713 -0.6970428 -0.5356609 -0.05099642 -0.8428602 -0.7275307 0.1521347 -0.6689352 -0.4839015 0.1012299 -0.8692282 -0.4504227 0.04358041 -0.8917204 -0.7565233 0.2271187 -0.6132084 -0.630604 0.3847163 -0.6740013 -0.5396588 0.299295 -0.7868587 -0.5356304 0.2315744 -0.8120365 0.8548235 0.1423688 -0.4989471 0.9155858 0.1222266 -0.3830378 0.6799524 0.04510635 -0.7318339 0.5594043 0.1151158 -0.8208563 0.6292611 0.1601001 -0.7604907 0.9342326 0.1207922 -0.33549 0.8921476 0.2363963 -0.3848994 0.7781609 0.1584215 -0.6076846 0.7855159 0.1923581 -0.5881527 -0.9858394 0.02575761 -0.1655629 -0.9409772 0.1433149 -0.3065279 -0.9299295 0.2270577 -0.2892239 -0.9791558 0.1292154 -0.1566515 -0.7343364 0.409009 -0.5417035 -0.9839473 0.1357768 -0.1157262 -0.8908658 0.330607 -0.3114719 -0.8408154 0.3603625 -0.4037904 -0.9819636 0.1276894 -0.139317 -0.7802057 0.4342173 -0.450209 -0.7071139 0.4879299 -0.5117039 0.9996643 -0.02182072 0.01235997 0.9996948 0.01925712 0.01452678 0.9587695 0.2025818 -0.1991637 0.8586078 0.3585009 -0.3663442 0.9993591 -0.01709032 0.03064054 0.9815974 -0.02887046 -0.1886959 0.985168 0.06851404 -0.1571398 0.9694204 0.1503036 -0.193823 0.8423109 0.3892941 -0.3727226 0.8319956 0.3711356 -0.4122745 -0.9869381 0.02649003 0.1588488 -0.9618518 0.03558456 0.271157 -0.9848933 0.1123996 0.1314737 -0.9882199 0.1529282 1.52593e-4 -0.9762261 0.1899167 -0.1043123 -0.9575182 -0.07565534 0.2782372 -0.9093295 0.3484603 -0.2272408 -0.8030641 0.4545732 -0.3852351 -0.9680472 0.2463148 -0.04672384 -0.8375195 0.4231696 -0.3455916 -0.5159764 0.6191595 -0.591937 -0.8922086 -0.2373729 0.3841364 -0.9087191 -0.2433851 0.3390301 -0.7885678 -0.3714103 0.4900662 -0.7426984 -0.345378 0.5736564 -0.8570818 -0.2212897 0.4652242 -0.9222083 -0.0622577 0.3816339 -0.582934 -0.3732109 0.7217018 -0.3732414 -0.9144566 0.1561937 -0.1072115 -0.9881283 0.1097446 -0.09628587 -0.5476852 0.8311106 -0.670919 -0.1532639 0.725486 0.3984192 -0.5349285 0.7450178 0.108829 -0.9797357 0.1679433 0.5219886 -0.3623462 0.7721183 -0.7670217 0.1381878 0.626545 -0.7596973 0.1191442 0.6392407 -0.1712088 0.03219699 0.9846797 -0.7606433 0.1530198 0.6308176 0.5486923 -0.1149327 0.8280587 0.543199 -0.1013824 0.83343 0.5228736 -0.1744743 0.834315 -0.749382 0.08749651 0.6563006 -0.2204657 -0.004486203 0.9753715 -0.2348399 -0.1291238 0.9634083 -0.7118442 -0.09384441 0.6960051 0.3983886 -0.2501297 0.8824122 -0.1910458 0.0295419 0.981109 -0.2081057 -0.4473403 0.8697775 0.2611469 -0.2199469 0.9398785 0.3219093 -0.2732322 0.9064608 -0.1825922 -0.1745964 0.9675283 -0.09341716 -0.07171845 0.9930112 0.4405347 -0.1528367 0.8846095 -0.1389813 -0.3041169 0.942381 -0.2384105 -0.6212653 0.7464217 0.07745593 -0.6296579 0.7729728 0.3436079 -0.5378887 -0.7697684 0.1553392 -0.9850154 -0.07452619 -0.1463362 -0.9871822 0.06357002 -0.06341743 -0.5627918 -0.8241218 0.3371379 -0.3112583 -0.8884854 -0.4495682 -0.4298837 -0.7829829 -0.4680013 -0.8836329 -0.01068145 -0.4111453 -0.2221137 -0.8840602 -0.4773705 0.6223945 -0.6202277 -0.5815913 0.5230568 -0.6230049 -0.3991211 0.6483657 -0.6482742 -0.4005554 0.6318247 -0.6635335 -0.7133396 0.4981231 -0.4929044 -0.4020203 0.5962096 -0.694876 -0.619892 0.5237587 -0.5842463 -0.554796 0.4999848 -0.6649373 -0.2379528 0.6222114 -0.7457808 -0.3564257 0.6260262 -0.6935331 -0.6693625 0.488052 -0.5601062 -0.9139378 -0.2517167 0.318247 -0.9841609 -0.06076234 0.166509 -0.9135106 -0.267098 0.3068026 -0.7705619 -0.4705649 0.4298532 -0.8026063 -0.3964049 0.4456923 -0.5832698 -0.6676535 0.4625996 -0.4383679 -0.7518845 0.4923856 -0.4226203 -0.7803888 0.460799 -0.4392224 -0.7556383 0.4858547 -0.4271675 -0.691702 0.5822626 -0.650441 -0.5558336 0.5176244 -0.3393048 -0.8015686 0.4922636 -0.4086734 -0.7896359 0.457625 -0.6920987 -0.5764641 0.4343089 0.4238106 -0.1720938 0.8892178 -0.08883935 -0.1576891 0.983459 -0.1339457 -0.2180547 0.9666738 0.3416852 -0.1929075 0.9197669 -0.1010468 -0.1547899 0.982757 -0.0849635 -0.1604663 0.9833674 -0.628956 -0.2155827 0.74691 -0.5180517 -0.3155308 0.7949767 -0.7886288 -0.3129368 0.529252 -0.200415 -0.2272713 0.9529405 -0.6016419 -0.145909 0.7853023 0.2364574 -0.1994384 0.9509263 -0.1627552 -0.212714 0.9634388 -0.1352275 -0.1582689 0.9780877 -0.1840876 0.9823298 -0.03299045 -0.6888028 0.4464552 -0.5710929 0.05920588 0.9968566 0.05224764 0.04031491 0.8048647 -0.5920591 -0.2859889 0.8172551 -0.5002594 0.4061709 0.9136021 0.01843315 0.006775081 -0.3922239 0.9198279 0.7261574 -0.08923608 -0.6816614 0.3688162 0.7502365 -0.5486618 0.3151952 -0.1266213 -0.9405195 -0.02136296 -0.03112888 -0.9992676 0.005706906 0.2486038 -0.968566 0.2803735 0.1947691 -0.9399091 -0.3738212 -0.05832082 -0.9256264 -0.2755821 0.2468642 -0.929014 0.2607196 0.4587848 -0.8493912 0.02520829 0.4918668 -0.8702964 0.702353 0.5255593 -0.4800562 -0.2051454 0.5311747 -0.8220161 -0.6258125 0.6869412 -0.369335 -0.113712 0.6298105 -0.7683645 -0.1438947 0.2719199 -0.9514756 0.0758385 0.2531205 -0.964446 0.1279336 0.6662191 -0.7346721 0.08209478 0.3804438 -0.9211402 -0.2069765 0.4352855 -0.8761559 0.4248176 0.6009705 -0.6769921 0.3584704 0.1666311 -0.9185156 0.3789483 0.3429975 -0.8594928 0.1358379 -0.7593921 -0.6362499 0.6763207 0.02600175 -0.736137 -0.04748678 -0.8176519 -0.573687 -0.01574754 -0.4415418 -0.8970916 0.2773217 -0.479934 -0.8323008 -0.3270058 -0.7466658 -0.5792413 -0.3030793 -0.4096499 -0.8604084 0.2916959 -0.1922056 -0.9369793 0.02523881 -0.1379131 -0.990112 0.05127108 -0.01226842 -0.9985961 0.3186438 -0.0625019 -0.9457991 -0.2491531 -0.1157567 -0.9615162 -0.2336802 0.03567612 -0.9716483 0.3196814 0.06006038 -0.945616 0.05825978 0.1019013 -0.9930723 -0.2066408 0.175756 -0.9624928 0.1894589 -0.4343699 -0.8805506 -0.03637802 -0.4173101 -0.9080172 -0.04531997 -0.4305246 -0.9014253 0.1948912 -0.4725791 -0.8594318 -0.2706076 -0.3538926 -0.8952605 -0.3027131 -0.3762016 -0.8756676 -0.1654713 0.2720725 -0.9479354 -0.2468642 -0.01879936 -0.9688406 -0.0554521 0.02291935 -0.9981689 0.06076234 0.3094272 -0.9489426 -0.2241279 0.1662954 -0.9602344 0.3277688 0.2425306 -0.9130833 0.1895504 0.03805655 -0.981109 0.2502213 0.02575761 -0.9678335 0.01501506 0.1149021 -0.9932554 0.2058779 -0.2291024 -0.9513535 0.7573779 -0.3777581 -0.532548 0.2194891 -0.3283792 -0.9186682 -0.04055905 -0.1540574 -0.9872127 -0.2853481 -0.08096557 -0.9549852 -0.05771046 -0.2670369 -0.9619129 -0.3176977 -0.1906491 -0.9288004 0.2000488 -0.3901792 -0.8987091 -0.05169832 -0.3410748 -0.9385968 -0.2999359 -0.2782067 -0.9124729 0.07986694 -0.1667531 -0.9827265 -0.1318094 -0.1811578 -0.9745476 0.1373638 -0.01434367 -0.9903867 -0.2407605 -0.1975768 -0.9501938 -0.5228736 -0.2510758 -0.8145695 -0.2297128 -0.2051759 -0.9513535 -0.1348918 0.04101687 -0.9899899 -0.04300057 0.02392649 -0.9987792 -0.4849696 0.6420789 -0.5936766 -0.6086612 0.6375927 -0.4721824 -0.45262 0.668569 -0.5900143 -0.3315836 0.6805933 -0.6533097 -0.3073519 0.4789575 -0.8222602 -0.4494156 0.5048372 -0.736961 -0.0748924 0.6712241 -0.7374493 -0.2966094 0.7289956 -0.6168707 -0.2441175 0.7275307 -0.6411328 -0.01950132 0.4527116 -0.8914151 0.1510056 0.1657765 -0.9745171 -0.01406902 0.2222968 -0.9748528 0.06463819 0.2141789 -0.9746391 0.375103 0.155919 -0.9137547 -0.07931756 0.2706686 -0.9593799 -0.1092562 0.06006038 -0.9921873 0.02221745 0.3380841 -0.9408246 -0.1727042 0.3679617 -0.9136326 -0.1119114 0.2800378 -0.9534288 -0.01055938 0.2698752 -0.9628285 -0.2221747 0.3167821 -0.9220862 -0.3350932 0.3789789 -0.8625752 -0.3765374 0.5013581 -0.778985 -0.5268716 0.5813166 -0.620014 0.8251594 0.4864956 -0.2870266 0.9487289 0.3160497 0.002899229 0.7073275 0.5426191 -0.4529862 0.5922727 0.5393231 -0.5985595 0.7751702 0.4267708 -0.4657735 0.899411 0.4226813 -0.1110263 0.9582507 0.2633442 0.111301 0.9289835 0.3682058 -0.03677475 0.9852595 0.1702322 0.01660203 0.9726554 0.204474 0.1099582 0.8935209 0.3894772 -0.223365 0.9210792 0.3879513 -0.03286838 0.9556871 0.06198304 0.287698 0.8592486 -0.0979644 0.5020295 0.8376721 0.02478098 0.5455794 0.9316996 0.1499679 0.3307596 0.9589221 0.1455428 0.2433851 0.8988617 0.0216071 0.4376659 0.980224 0.09775078 0.1718497 0.9330119 0.3436079 -0.1067232 0.7541734 -0.1410871 0.6412854 0.8232979 -0.2059389 0.5289163 0.9491867 -0.04123049 0.3119907 0.6754357 -0.1243019 0.7268288 0.5617237 -0.2103641 0.8001038 0.5911741 -0.2586138 0.7639393 0.494583 -0.3965575 0.7733696 0.3254799 -0.5212562 0.788873 0.5085604 -0.5310221 0.6777245 0.6488845 -0.3889584 0.6538896 0.565508 -0.3716544 0.7362285 0.4153264 -0.718955 0.5572985 0.7293313 -0.2891324 0.620014 0.8182623 -0.5134739 0.2584002 -0.2941374 -0.5511948 0.7807856 -0.02893149 -0.9704581 0.2394482 0.1287575 -0.978637 0.1601611 0.1384319 -0.552263 0.8220466 -0.4217353 -0.373516 0.8261971 0.5657827 -0.4067202 0.7172155 0.3393964 -0.9155248 0.2158574 0.6477249 -0.1908932 0.7375409 -0.6170232 -0.04431283 0.7856685 -0.5935545 -0.04876857 0.8032777 0.08798485 0.08886986 0.9921262 0.1113925 0.0432142 0.9928281 -0.6183356 -0.1216773 0.7763909 0.6722922 0.1531419 0.7242348 0.6765648 0.1190221 0.7266457 0.6772363 0.1457259 0.7211524 -0.4985198 -0.25898 0.8272348 0.1774651 -0.01739555 0.9839473 -0.3362224 -0.2787255 0.8995636 0.09707933 -0.4329355 0.896176 0.6871853 0.131901 0.7143773 0.7100437 0.1271095 0.6925566 -0.2210761 -0.3268532 0.9188207 0.2043214 -0.3073519 0.9293802 0.1537522 -0.1481368 0.976928 -0.3553881 -0.156621 0.9214759 0.3546861 -0.1948912 0.9144261 -0.02276676 -0.6455886 0.763329 0.2602924 -0.621662 0.738731 0.8407544 -0.02719199 0.5406659 0.8377331 0.07953119 0.5402082 0.8934904 -0.2934049 0.3399457 0.8274484 -0.3662221 0.4256417 0.4330271 -0.3670766 -0.8232368 0.4842982 -0.8610492 -0.1548509 0.1551866 -0.9791864 -0.1306192 0.07187104 -0.4882351 -0.8697165 0.3934751 -0.2291635 -0.890286 -0.3213294 -0.4302194 -0.8435621 -0.1778618 -0.9490341 -0.2601398 -0.3338115 -0.2664266 -0.9041719 0.531724 0.6143376 -0.5829035 0.834315 0.4765465 -0.2771081 0.3694571 0.6585589 -0.6555376 0.3402814 0.6382031 -0.6905423 0.4361705 0.5999023 -0.6707053 0.6585284 0.4900357 -0.5710929 0.6266366 0.5241249 -0.5766777 0.831843 0.232551 -0.5038911 0.2479018 0.7020783 -0.6675314 0.229255 0.6954558 -0.68099 0.7003388 0.5565966 -0.446852 0.5930662 0.5590686 -0.5793634 0.9616382 0.181524 -0.2055727 0.4676961 -0.6563311 0.5919675 0.3888974 -0.7182531 0.5768914 0.3810846 -0.7628712 0.5222632 0.408887 -0.7172765 0.5641652 0.5582141 -0.5532395 0.6182745 0.3839533 -0.6214179 0.6829127 0.3167821 -0.8160344 0.4834437 0.3385723 -0.8038881 0.488937 0.3730278 -0.7775506 0.5061495 -0.3837702 -0.1610156 0.9092685 0.1378216 -0.124607 0.9825739 -0.3440657 -0.1963866 0.9181494 0.2438734 -0.1101413 0.9634999 0.2602313 -0.07187104 0.9628285 0.8330638 0.07977539 0.54738 0.8023927 0.1017792 0.5880001 -0.2734153 -0.243202 0.9306314 0.1209753 -0.1815546 0.9758904 0.2548295 -0.1219825 0.9592273 0.7544175 0.1219214 0.6449477 0.2422559 -0.09030425 0.9659719 -0.3160497 0.9464095 -0.06625568 -0.7040925 0.09100615 -0.7042146 -0.8139897 0.2508926 -0.5238502 -0.1123386 -0.3492233 0.9302652 -0.07312232 0.9972839 0.007751643 -0.04040646 0.7844478 -0.6188238 -0.3904538 0.748619 -0.5358135 0.2106082 0.9741508 -0.08133178 0.783166 0.3614612 -0.5059359 0.3225501 0.7861263 -0.5271767 0.3827326 -0.1093478 -0.9173559 0.01178014 -0.05005031 -0.9986572 -6.71407e-4 0.2424085 -0.9701529 0.3084506 0.2240058 -0.9244667 -0.3411969 -0.1295205 -0.9309977 -0.3029572 0.1967528 -0.9324625 0.2316049 0.5023041 -0.8330638 -0.01477092 0.4870449 -0.8732261 -0.2629474 0.4766381 -0.8388317 -0.7364116 0.5402692 -0.4071169 -0.3539842 0.7541124 -0.5531175 -0.4173406 -0.2079531 -0.8846095 0.01977598 -0.06698811 -0.997528 -0.04174929 0.8197577 -0.5711539 -0.3469344 0.4437696 -0.8262276 0.2104556 0.8015381 -0.5596485 0.423719 -0.00766009 -0.9057283 0.2368847 0.5350505 -0.8108768 -0.03585922 0.4853969 -0.8735313 0.3630787 -0.7954649 -0.4851222 0.05862605 -0.8650166 -0.4982452 0.3485824 -0.4687033 -0.8116398 -0.2345957 -0.8489944 -0.4734031 -0.2685323 -0.5442366 -0.794763 0.03552353 -0.504532 -0.8626362 0.3014008 -0.1352275 -0.9438459 0.01446574 -0.1683706 -0.9855953 0.2878201 0.05029445 -0.956328 -0.2743919 -0.2418897 -0.9306619 -0.298471 -0.07278662 -0.9516282 0.001953184 -0.008178949 -0.999939 0.2493667 0.2321543 -0.9401532 -0.01510661 0.150914 -0.988403 -0.299295 0.1016571 -0.9486984 -0.8914151 -0.1944029 -0.4093447 0.3136997 -0.8366039 -0.4490494 0.04232913 -0.9060946 -0.4208807 0.3106479 -0.6768395 -0.6673483 -0.1645253 -0.8913541 -0.4223456 -0.2096011 -0.7589648 -0.6164434 0.04129153 -0.7199012 -0.6928312 -0.3538926 0.4203314 -0.8355053 -0.1891232 -0.252205 -0.9489731 -0.1903134 -0.02478098 -0.9813837 -0.006836116 0.4367809 -0.8995331 0.01065093 0.1479537 -0.9889218 -0.3288674 0.107944 -0.9381695 0.2604449 0.413831 -0.8722801 0.08465832 0.05053859 -0.995117 0.3803521 0.114658 -0.9176916 0.2658162 0.202887 -0.942381 0.2857753 -0.08011108 -0.9549242 0.3089389 -0.2731407 -0.911008 0.05667287 -0.3451643 -0.9367962 0.04086428 -0.1743217 -0.9838252 -0.2273934 -0.2401501 -0.9436933 -0.1983093 -0.4066286 -0.8917814 -0.7263405 -0.4390088 -0.5288553 0.295175 -0.4551836 -0.840022 0.0539872 -0.4944914 -0.8674886 -0.1783196 -0.5490585 -0.8165227 0.3614307 -0.2059999 -0.9093295 0.1117283 -0.2898038 -0.9505295 0.309122 -0.00213629 -0.9509873 -0.01232945 -0.348796 -0.9371014 0.005798459 -0.3985717 -0.9171118 -0.02130192 -0.04959255 -0.9985351 0.07477033 -0.03338724 -0.9966124 0.3243812 0.6838893 -0.6534624 0.2257454 0.696646 -0.680929 0.3566698 0.7579272 -0.5461288 0.3771783 0.7432783 -0.5524461 0.4644612 0.6072268 -0.6445814 0.2203436 0.4134953 -0.8834193 0.1535386 0.4273507 -0.8909268 0.6962798 0.4615009 -0.5496994 0.6247139 0.6006043 -0.4989471 0.597705 0.2920316 -0.7466048 0.3728752 0.3678701 -0.8518021 0.3028962 0.1597338 -0.9395123 0.09775078 0.1387981 -0.9854732 0.3921934 0.1787774 -0.9023103 0.7194128 0.1592456 -0.676046 -0.003967404 0.1240577 -0.9922483 0.009155511 -0.05594038 -0.9983825 0.0318613 0.1150547 -0.9928281 0.0371105 0.161687 -0.9861141 0.161626 0.1715445 -0.9718009 0.4834742 0.1981567 -0.8525956 0.2465896 0.2161321 -0.94467 0.09665209 0.2187871 -0.9709464 0.05511641 0.151677 -0.986877 0.08578753 0.2107913 -0.9737541 -0.1108737 -0.5662404 0.8167058 -0.3725089 -0.5593432 0.7405011 -0.1767327 -0.7301554 0.6600238 0.04782247 -0.5384381 0.8412733 0.03143405 -0.4132816 0.9100314 -0.06274604 -0.395764 0.9161962 -0.1072725 -0.5877255 0.8019044 -0.4947355 -0.7516404 0.43614 -0.234138 -0.4564348 0.8583636 0.09262365 -0.5305948 0.8425245 0.1726737 -0.5082858 0.8436537 0.02990812 -0.6987518 0.7146825 0.2204962 -0.6691794 0.7095859 -0.4445021 -0.4381542 0.7812739 -0.20365 -0.9439985 0.2594989 0.05099642 -0.9832148 0.1750236 0.04666274 -0.5259865 0.8491775 -0.5522325 -0.2334666 0.8003174 0.4872585 -0.4513382 0.7475204 0.2521439 -0.948851 0.1899167 0.5716117 -0.2629474 0.7772149 -0.6859951 -0.05185091 0.7257302 -0.6493728 -0.0433973 0.7591785 -0.02618485 -0.01373332 0.9995422 -0.04394662 -5.79852e-4 0.9990234 -0.6968902 -0.05154573 0.7152928 0.6231575 0.005859553 0.7820368 -0.001708984 -0.009735405 0.999939 0.6362499 -0.02514719 0.7710502 0.6058229 -0.003418028 0.7955565 -0.634846 -0.1036103 0.7656179 -0.02386546 -0.02880942 0.9992981 0.008239984 -0.1183508 0.9929197 -0.5391705 -0.150029 0.8286996 0.5687124 -0.05749684 0.8205206 0.5048372 -0.06735432 0.860561 -0.5800043 -0.2392346 0.7786798 -0.5988647 -0.0964995 0.7949767 0.001464843 -0.2466811 0.9690847 -0.5176244 -0.5712454 0.6369518 0.5983459 -0.1884213 0.7787408 0.02121031 -0.09503459 0.9952391 0.6349071 -0.06711018 0.7696463 0.5454268 -0.5464034 0.6355174 0.4000366 -0.5119175 -0.7601855 0.3519394 -0.9102146 -0.2182073 0.03338724 -0.5921201 -0.8051393 0.02002012 -0.3584399 -0.9333171 0.3640553 -0.3335063 -0.8695944 -0.3509628 -0.4886929 -0.7987304 0.04803609 -0.9905087 -0.1286355 -0.3041474 -0.920072 -0.2468337 -0.3299051 -0.3235877 -0.8868069 -0.2887662 -0.7824946 0.5515915 -0.3938413 -0.7835017 0.480575 -0.04242068 -0.7892087 0.6126286 0.2386853 -0.760857 0.603412 -0.1023285 -0.8290048 0.5497299 0.2649312 -0.8026673 0.5343181 -0.4615009 -0.7677236 0.444441 -0.1070894 -0.8522294 0.5120701 0.3252357 -0.8146306 0.4801172 0.378399 -0.8014771 0.4630268 -0.6037477 -0.1106296 0.7894528 -0.5757622 -0.1432539 0.8049562 0.0170598 -0.1269569 0.99176 0.6253548 -0.06866663 0.7772759 0.007782161 -0.1682485 0.9856868 0.573687 -0.07074189 0.8160039 -0.5171056 -0.1776177 0.8372448 0.01413005 -0.1861324 0.9823908 0.4954985 -0.06985682 0.8657796 0.1287575 -0.1164281 0.9848018 -0.2348399 0.9711295 -0.04177981 -0.690115 0.2171392 -0.6902981 -0.8215888 0.3308511 -0.4641865 0.007629573 0.9989624 0.04446542 -0.009857475 0.7954344 -0.605945 -0.3444929 0.7912229 -0.5052034 0.2182378 0.9747002 -0.04773092 0.1056246 -0.358745 0.9273965 0.7884457 0.3532212 -0.5035249 0.7194128 0.1734672 -0.6725364 0.3033845 0.7901548 -0.532487 0.3295083 -0.152562 -0.9317301 3.66222e-4 -0.07742542 -0.9969787 -0.01467937 0.2309336 -0.9728385 0.2517472 0.2084719 -0.9450362 -0.3300272 -0.1619922 -0.92996 -0.2782678 0.1928159 -0.9409162 0.2015748 0.4967193 -0.844142 -0.01690721 0.4832911 -0.8752709 0.6460769 0.6476028 -0.4039125 -0.2347789 0.5018159 -0.8324839 -0.2295907 0.6026185 -0.764275 -0.182165 0.3055208 -0.9345683 0.01193273 0.6500443 -0.7597888 0.007690608 0.3885617 -0.9213538 -0.2963652 0.4078189 -0.8635823 0.2378612 0.5920286 -0.769982 0.02157658 0.3117465 -0.9498886 0.2085329 0.3051241 -0.9291666 0.2942594 0.3910947 -0.8720054 0.2900174 -0.8029115 -0.5207374 -3.96741e-4 -0.8464003 -0.5325175 -3.05185e-5 -0.4326914 -0.9015168 0.2945342 -0.4405041 -0.8480483 -0.2933744 -0.804529 -0.5163426 -0.2988067 -0.4448072 -0.8442946 0.2701804 -0.1281167 -0.9542223 0.002502501 -0.1057772 -0.9943846 0.004028439 0.02694779 -0.9996033 0.278756 0.01953184 -0.9601429 -0.2666402 -0.1232643 -0.9558702 -0.2728354 0.02887046 -0.9616077 0.267098 0.1472823 -0.9523301 0.005371212 0.140141 -0.990112 -0.2610553 0.159154 -0.9520859 0.2194586 -0.3425092 -0.9134801 0.01794487 -0.3586535 -0.933256 0.01522868 -0.4596393 -0.8879361 0.2414014 -0.450972 -0.8592486 -0.1904355 -0.3557848 -0.9149449 -0.2204046 -0.4587237 -0.8607746 -0.1617481 0.2816858 -0.9457381 -0.1457869 -0.1182592 -0.9822077 0.01126128 -0.06564527 -0.9977722 0.05023342 0.3380535 -0.9397565 -0.2021546 0.02166813 -0.9790948 0.2659993 0.2927641 -0.918424 0.1278115 -0.1387066 -0.9820246 0.2448195 0.02197331 -0.9692984 0.2595905 -0.2446364 -0.9342021 0.2853481 -0.3308206 -0.8995026 0.01168859 -0.3357341 -0.9418622 0.006195247 -0.229133 -0.9733573 -0.2373119 -0.2333445 -0.9429609 -0.2603534 -0.3247475 -0.909238 0.02142399 0.05679494 -0.9981384 0.2582781 -0.3891415 -0.8841823 0.4260994 -0.4219794 -0.8001953 0.01492351 -0.3982055 -0.9171728 -0.2320017 -0.3892025 -0.8914456 0.005371212 -0.373394 -0.9276406 -0.02294987 -0.3790399 -0.9250771 0.05194246 -0.06595045 -0.9964599 -0.1830195 -0.3224891 -0.9286782 -0.1988586 -0.06598097 -0.9777826 0.009491205 -0.07211524 -0.9973449 -0.2974029 0.5975829 -0.7445906 -0.2788476 0.6144597 -0.7379986 -0.05249178 0.6457412 -0.7617115 -0.007599055 0.4013794 -0.9158605 -0.258034 0.3964049 -0.8810389 0.09012115 0.6667684 -0.7397687 -0.0399487 0.6659444 -0.7448958 0.1658681 0.701651 -0.6928923 0.09570604 0.4111453 -0.9064913 0.07919549 0.1092867 -0.9908444 0.02499461 0.1094698 -0.9936522 0.08728289 0.1460005 -0.9854122 -0.1257668 0.112949 -0.9855953 -0.1388286 0.1606494 -0.9771721 0.02288883 0.1495407 -0.988464 0.09326452 0.2015137 -0.9750053 0.0199896 0.2034669 -0.9788507 -0.1652272 0.216956 -0.9620655 0.2746971 0.5269021 -0.8042848 0.7161169 0.4135869 -0.5621815 0.4223456 0.6761376 -0.6036561 0.009491205 0.5247353 -0.8511918 -0.004882931 0.5142674 -0.8576006 0.2469558 0.4846339 -0.8391065 -0.2673727 0.4923856 -0.8282724 -0.6836757 0.3500778 -0.6402783 -0.2940763 0.4546953 -0.8406628 -0.9522081 0.2018494 -0.2291635 -0.8438063 0.3541063 -0.40318 -0.9176611 0.3210852 -0.2339549 -0.7245399 0.5289773 -0.4418165 -0.8037049 0.3990295 -0.4413282 -0.8364818 0.3630482 -0.4104129 0.3637501 0.6549882 -0.6622822 0.06979578 0.6910611 -0.7193823 0.3559374 0.6502884 -0.6711021 -0.2115848 0.6545915 -0.7257302 -0.2100589 0.6732383 -0.7089145 0.08099609 0.6819666 -0.7268593 0.3370464 0.6161992 -0.7117832 0.02795493 0.6497086 -0.7596362 0.359508 0.6182745 -0.6988739 0.8064516 0.3878597 -0.4462721 -0.3225196 0.63155 -0.7050386 -0.4264351 0.5718864 -0.7007355 -0.3261208 0.563097 -0.7593005 -0.003326475 0.6211127 -0.7836848 0.3276773 0.5977661 -0.7316203 -0.4018678 0.5824458 -0.7065646 -0.3274941 0.6967986 -0.638081 0.03347879 0.6418043 -0.7661061 -0.01113921 0.6294748 -0.7769097 0.4351329 0.6228523 -0.6501053 0.7859432 0.5142369 -0.3431806 0.07657092 0.7453536 -0.6622211 0.45262 0.7361675 -0.5031282 -0.9976196 -0.0590533 -0.03543198 -0.9937437 0.1110568 0.01120024 -0.9888302 -0.02380442 0.1470077 -0.9251686 -0.1344645 0.3548692 -0.9632252 -0.2324289 0.1347697 -0.9602954 0.02124083 0.2781457 -0.9804987 0.07980591 0.1795709 -0.898526 -0.06823939 0.4335154 -0.8583025 0.4669332 0.212714 -0.8528703 0.4108096 0.3221534 -0.7553331 0.5269936 0.3894772 -0.9146092 0.4038515 -0.01953184 -0.8520463 0.465804 -0.2387463 -0.7054353 0.5666982 -0.4256111 -0.8245796 0.5576648 -0.09506511 -0.9353618 0.3057344 0.1777397 -0.877102 0.3911557 -0.2786645 -0.9297769 0.3281961 -0.16657 -0.9522691 0.3017365 -0.04580825 -0.5833308 0.5617237 -0.5866573 -0.455855 0.6000244 -0.6573382 -0.9368878 0.3063448 0.1684316 -0.9623097 0.2237617 0.1543321 -0.9758294 0.2084414 0.06561475 -0.9898984 0.0736106 0.1209753 -0.832606 -0.3697317 0.4123356 -0.8436537 -0.5291299 0.09060943 -0.9506211 -0.3031404 -0.06625568 -0.7327494 -0.2251961 0.6421095 -0.5854671 -0.2285531 0.7777642 -0.6219367 -0.3856929 0.6814478 -0.7849361 -0.1857661 0.5910215 -0.6368603 -0.2599261 0.7257912 -0.5305033 -0.3474227 0.7731865 -0.5535752 -0.4073 0.7263711 -0.6281625 -0.4823756 0.6104618 -0.2929167 -0.4044008 0.8663595 -0.718009 0.632191 -0.2911161 -0.8906217 0.3682363 -0.2667623 -0.6978362 0.5462203 -0.463271 -0.6169622 0.6766869 -0.4017761 -0.6864223 0.6977447 -0.2046876 -0.7698294 0.6123539 -0.179815 -0.8431654 0.5360881 -0.04028439 -0.9181799 0.2933134 0.2662129 -0.969573 0.217658 -0.1117588 -0.9363384 0.2940458 -0.1917173 -0.7980591 0.6022523 0.01913505 -0.86639 0.3910031 0.3105564 -0.8406323 0.05050808 0.539201 -0.8127384 0.1984313 0.5477157 -0.7625965 0.1314737 0.6333201 -0.7862179 0.01184117 0.6178167 -0.827723 -0.3332316 0.4513993 -0.9781183 -0.08874779 0.1881466 -0.9939574 -0.02093565 -0.1076388 -0.9680472 -0.2342905 0.08917504 -0.9976806 0.06649982 -0.01330602 -0.9823908 0.1486251 -0.1128879 -0.8898892 0.2743919 -0.364391 -0.9551073 0.1362956 -0.262978 -0.9797663 0.1629078 -0.1161229 -0.995819 0.08975493 0.01644945 -0.9794305 -0.1343424 0.1504562 -0.9833369 -0.0653401 0.1696218 -0.8463698 -0.4795373 0.2316355 -0.7934507 -0.5470443 0.2667317 -0.8186895 -0.5046541 0.2738731 -0.880459 -0.3953978 0.2615436 -0.9072237 -0.3071993 0.2872707 -0.8067263 -0.4986724 0.3170263 -0.7618641 -0.5733513 0.3012482 -0.5587634 -0.7094333 0.4294565 0.830195 -0.5567187 0.02829062 0.7162694 -0.5936155 -0.366802 -0.7191992 -0.6804712 -0.1401104 0.5254982 -0.7050386 0.4761803 -0.06091493 -0.9656056 0.2526627 -0.193762 -0.9674978 0.16245 -0.3331095 0.1554918 -0.92996 -0.3596301 -0.4370251 0.8243965 -0.08627581 -0.3707084 0.9247108 -0.5519273 -0.6956999 0.4597003 -0.03662216 -0.9462874 0.3212073 0.1973021 -0.4274423 0.8822291 -0.1813409 -0.9455245 0.2703024 -0.2090517 -0.9049348 0.3705862 -0.1225623 -0.570452 0.8120976 0.08520764 -0.5125278 0.8543962 0.7829524 -0.5754265 -0.2363353 -0.2764061 -0.8654744 0.4177374 0.3642384 -0.8897367 0.2750633 0.1776482 -0.9694815 0.1688284 0.278756 -0.5954772 0.7534105 0.345317 -0.8470718 0.403943 -0.09872734 -0.9805597 0.1695303 -0.07852411 -0.9763177 0.2015137 -0.7149266 0.1663869 0.6790979 -0.639729 0.05121004 0.7668691 -0.07962274 0.1018097 0.9916074 -0.07535016 0.1619922 0.9838863 -0.7624134 0.1531419 0.6286508 -0.8377026 0.1650441 0.5205543 -0.8502151 0.099765 0.516831 -0.8818629 0.1299478 0.4531999 -0.9040803 0.1100497 0.4128849 -0.8318125 0.1282998 0.539964 -0.8672445 0.09375286 0.488937 -0.764977 0.1072115 0.6350291 -0.1300393 0.09936827 0.9865108 -0.1646474 0.05050808 0.9850459 0.6243172 0.04660171 0.7797479 0.5119175 -0.1056246 0.852504 0.821192 -0.1110263 0.55974 0.7910398 -0.02026426 0.6114078 0.6440626 0.01431316 0.7648244 0.5867488 -0.07504498 0.806238 0.7325663 -0.05960261 0.6780297 0.7574999 -0.1542405 0.6343272 0.8264412 -0.1201208 0.5500351 0.8796045 -0.1474349 0.4522538 -0.7099215 -0.03036588 0.7035737 -0.07394635 -0.1627247 0.9838863 -0.8489944 0.03009122 0.5275124 -0.7472457 -0.03396707 0.6636555 -0.08017212 -0.2182378 0.9725639 -0.7223731 -0.0521866 0.6895047 -0.1018097 -0.3719596 0.9226356 -0.1004974 -0.2922452 0.9510178 -0.850032 0.07061982 0.5219275 -0.8869594 0.07766956 0.4552141 -0.8250984 0.02276676 0.5645009 0.5836055 -0.2408521 0.7754753 -0.09564501 -0.04852437 0.9942015 0.6475418 -0.2598956 0.7163305 0.806299 -0.2298959 0.544969 0.8541215 -0.1955931 0.4818567 0.7706229 -0.2425001 0.5892819 0.7994629 -0.2006897 0.5661489 0.6103091 -0.2936796 0.7356792 -0.6622822 0.03964352 0.7481918 -0.5429548 -0.1018097 0.8335216 0.05780202 0.149266 0.9870907 0.03259372 0.2167424 0.9756768 -0.6777551 0.008636713 0.7351909 -0.8246101 -0.04876857 0.5635548 -0.8378552 -0.09799492 0.5370037 -0.8567461 -0.1613513 0.4897916 -0.8934293 -0.109653 0.4355907 -0.7761772 -0.106418 0.6214484 -0.7961059 -0.1894283 0.574694 -0.6245613 -0.05533003 0.778985 0.07193213 0.1464583 0.9865719 0.08975493 0.1070284 0.9901731 0.6910306 0.238319 0.6823633 0.630665 0.07013154 0.7728508 0.8306223 0.1254921 0.5424665 0.7957091 0.2154607 0.5660268 0.7182226 0.2002319 0.6663411 0.7047029 0.1132236 0.7003998 0.7778558 0.1579332 0.6082034 0.8058718 0.08474987 0.5859554 0.8214362 0.1535386 0.5492111 0.8722801 0.09637743 0.4793847 -0.5889462 -0.2138432 0.7793512 0.09152501 -0.1445356 0.985229 0.1011078 -0.04409921 0.9938658 -0.7988525 -0.1618701 0.5793024 -0.5836665 -0.2408215 0.7754448 -0.5103 -0.276162 0.814417 0.1385235 -0.3870663 0.9115574 0.1319315 -0.2913297 0.9474776 -0.7696158 -0.1284829 0.6254158 -0.8601031 -0.09112823 0.5018769 -0.7311624 -0.1649525 0.661916 0.7074496 -0.02792441 0.7061678 0.1041597 -0.2356639 0.966216 0.7417829 -0.04544204 0.6690878 0.8347423 0.01449626 0.5504013 0.8560442 0.05688649 0.5137181 0.8109073 0.01086455 0.5850704 0.8290353 0.0582903 0.5561083 0.7029939 -0.06909388 0.7078158 -0.6927702 0.108829 0.7128514 -0.6114689 -0.0102542 0.7911924 -0.00866723 0.08542126 0.9962767 -0.005798459 0.1081576 0.9941099 -0.7116611 0.06512647 0.6994842 -0.8141118 0.07272559 0.5760674 -0.8409681 0.01937925 0.5406965 -0.8486893 0.005005002 0.5288248 -0.8847316 0.01168859 0.4659261 -0.778283 0.01745659 0.6276437 -0.8082522 -0.04800558 0.5868404 -0.6696066 -0.01873832 0.7424238 0.005676388 0.03146457 0.9994812 0.689108 0.05679494 0.7224037 0.604297 -0.05349892 0.7949156 0.8410902 -0.03906369 0.5394452 0.8206732 0.01361125 0.5712149 0.7108066 0.01181066 0.703238 0.6725364 -0.04690694 0.7385479 0.7855769 -0.04019284 0.61742 0.8171941 -0.09958189 0.5676748 0.8553423 -0.05337685 0.5152745 0.8871731 -0.0394299 0.4597003 -0.7007355 -0.08963286 0.7077242 -0.003723204 -0.14597 0.9892575 -0.006958186 -0.05880916 0.9982299 -0.8308359 -0.05194246 0.5540636 -0.7201453 -0.09933775 0.686636 -0.6394543 -0.1320536 0.7573779 0.02990812 -0.3634449 0.9311197 0.01202428 -0.2834559 0.9588916 -0.8115788 0.00225836 0.5842158 -0.8560747 8.54518e-4 0.516831 -0.7909787 -0.04074215 0.6104618 0.6918851 -0.1347087 0.7092807 0.7131565 -0.1405987 0.6867275 0.8229316 -0.1008331 0.5590686 0.8530839 -0.03949093 0.520249 0.7794122 -0.08551281 0.6206244 0.8030946 -0.04126101 0.594409 0.6425062 -0.1671499 0.7477951 -0.7159948 -0.6755272 -0.1760002 -0.7341838 -0.6785485 -0.02233952 -0.2455824 -0.9691153 -0.02221745 -0.7079378 -0.6918851 -0.1416059 0.7363811 -0.6723228 -0.07553327 0.6527909 -0.7268288 -0.2134464 0.6951201 -0.717307 -0.04754781 0.8000122 -0.5974914 -0.05429238 0.7780999 -0.5828425 -0.2341074 0.7826167 -0.5514084 -0.2887967 -0.7623524 -0.5446944 -0.3493759 -0.8062685 -0.5262917 -0.2699667 -0.5074618 -0.7737053 -0.379223 -0.8143559 -0.5643178 -0.1353496 0.3995788 -0.5637685 0.7228309 0.4662618 -0.6451918 0.6052126 0.5907773 -0.3699148 0.7170019 0.9193701 -0.1994995 0.3390301 0.9153417 -0.3510239 0.19718 0.6420179 -0.5243995 0.5592517 0.8171941 0.1033661 0.5669729 0.889523 -0.03991818 0.4551225 0.3280435 -0.5585193 0.7618336 0.421308 -0.5947142 0.6846523 0.7086093 -0.6850795 -0.1687979 0.683462 -0.5272378 -0.5048066 0.5070956 -0.8263802 -0.2447279 0.3340861 0.2059999 0.9197363 0.340495 0.1086764 0.9339274 0.4170964 0.1915951 0.8883938 0.5069125 0.1563158 0.8476821 0.544847 -0.008606195 0.8384655 0.5924253 -0.1021454 0.7990967 0.6116825 0.1207007 0.7818232 0.6494033 0.3776971 0.6599933 0.5113682 0.3894772 0.7660146 0.8623005 -0.04614394 0.5042268 0.8612934 -0.2045045 0.4650716 0.7694327 -0.1728873 0.6148259 0.6329234 -0.02649003 0.7737358 0.613422 -0.3068026 0.7276834 0.6178472 -0.4512162 0.6439101 0.4942778 -0.3523972 0.794641 0.5775018 -0.1352275 0.8050783 0.7327799 -0.527604 0.4296701 0.9528794 -0.3018586 -0.02966398 0.216956 -0.7703482 0.5995361 0.3638111 -0.5528123 0.7496567 0.912656 0.3119907 -0.2640156 0.8716697 0.4509415 -0.1918699 0.0617389 0.9408857 0.3329874 0.13361 -0.9031648 0.4079409 0.6270638 0.5240028 0.5763421 0.6089664 0.4293344 0.666921 0.4446852 0.3636891 0.8184759 0.7108677 0.5431684 0.4467604 0.7723014 0.6067385 0.1880856 0.7865536 0.5130772 0.3435469 0.8864712 0.4466078 0.1211889 0.8237556 0.5641957 -0.05520796 0.890347 0.3812677 -0.2487564 0.8153325 0.4948881 0.3003937 0.7796564 0.6240119 0.05191195 0.8011414 0.3184301 0.5066988 0.9261452 0.2081667 0.3144627 0.9229713 0.3566088 0.1445356 -0.5870236 0.2290719 -0.776452 -0.1726737 0.3935362 -0.9029206 -0.2779931 0.4864956 -0.8282418 -0.7626881 0.3080538 -0.5686209 -0.8174688 -0.1557054 -0.5544908 -0.8015686 0.1889706 0.5671865 -0.6776025 -0.4392224 0.5898007 0.4255501 0.8578753 0.2879421 -0.4020509 0.6065859 0.6858425 -0.7485885 -0.009216547 0.6629536 -0.5722831 -0.4266793 0.7002778 -0.09176915 -0.6895352 0.7184057 0.2938932 -0.5252846 0.7985473 -0.07037568 -0.6189459 0.7822199 0.3850826 -0.5104831 0.7688223 0.7459945 0.09030425 0.6597492 0.6540422 -0.1297952 0.7452315 0.8834193 0.043733 0.466506 0.5135655 -0.324778 0.7941832 0.6448561 -0.3102817 0.6984466 0.793054 -0.1280251 0.5955382 -0.956328 -0.1956236 0.2170782 -0.9942625 0.1064791 -0.008026361 -0.8682211 0.1486251 0.4733726 0.2499771 0.7136448 0.6543474 -0.1048005 0.6909391 0.7152318 0.6396069 0.7154454 0.281106 -0.6587115 0.3498642 0.6660665 -0.5396283 0.4328135 0.722129 -0.6036866 0.3394269 0.721305 0.7220985 0.6524857 -0.2297128 0.6649678 0.5971862 -0.4484695 0.7788934 0.506241 -0.3701285 0.8436842 0.525132 -0.1112094 0.6555987 0.6212348 -0.4291512 0.9782708 0.2073122 7.32444e-4 0.8529008 0.4251228 -0.3029572 0.985992 0.09921562 0.1339152 -0.7482223 0.2904751 -0.5964537 -0.9911191 0.09591966 -0.09183019 -0.2693564 0.4480422 -0.852443 -0.7222205 -0.3115634 0.617481 -0.4266182 -0.592761 0.6830653 0.06363105 -0.6667989 0.7424848 0.5004425 -0.5456099 0.6721702 0.9655446 -0.007293879 0.2600177 0.7661977 -0.34785 0.5402692 0.9011811 -0.1604663 0.4025697 -0.9547411 0.0737937 0.2880947 -0.8868069 0.1325113 0.4427015 -0.831721 0.09677416 0.5466781 -0.7926573 -0.03445535 0.6086307 0.526017 0.5732291 -0.6282235 0.5188147 0.5455183 -0.6581927 0.599292 0.5839717 -0.5475021 0.8851588 0.4278695 -0.1826533 0.5515305 -0.1300393 -0.8239387 0.6500748 -0.1988891 -0.7333598 0.7697073 -0.06115907 -0.6353954 0.4888455 -0.3469344 -0.8003785 0.6951201 -0.254738 -0.6722007 0.5143589 -0.5189062 -0.6827296 0.8805811 0.2990509 -0.3675954 0.90347 0.1692556 -0.3937498 0.9236427 0.1246681 -0.3623768 0.9285256 0.1730704 -0.3284097 -0.6435744 0.5261086 -0.5558336 -0.4889675 0.6547441 -0.5763726 -0.8990142 0.4071169 0.1611072 -0.890347 0.2517167 -0.379284 0.3675039 0.814417 -0.4490188 0.8185369 0.5165868 -0.2511368 0.789819 0.536607 0.2969451 0.5568102 0.5583972 0.6148869 -0.3984802 -0.8891568 0.2248298 -0.1634571 -0.9468978 0.2768028 -0.3356426 -0.9074984 0.2525407 -0.4554888 -0.8671529 0.2013 -0.5453047 -0.8253426 0.1463057 -0.648732 -0.7577441 0.07034516 -0.4759361 -0.8644979 0.161565 -0.2016053 -0.9532151 0.225135 0.1312906 -0.9540696 0.2692038 0.4745934 -0.854854 0.2096316 0.1214331 -0.9490036 0.2909024 -0.1432234 -0.945616 0.2920011 0.1387066 -0.9622181 0.2342295 0.501175 -0.8470413 0.1769158 0.7446821 -0.6553545 0.1261025 0.8875393 -0.4560991 0.06503492 0.7286294 -0.662923 0.1720328 0.4588763 -0.8544877 0.2432935 0.7728813 -0.628071 0.09009063 0.9134801 -0.4065981 0.0132755 -0.5576648 -0.827723 0.06201356 -0.2615131 -0.9568163 0.1267433 -0.7388836 -0.6732994 -0.02670365 -0.7895749 -0.6055788 -0.09903252 -0.6279183 -0.7726066 -0.09350872 0.1321756 -0.9813532 0.139317 0.5278481 -0.8434401 0.09958189 -0.3244423 -0.9408857 -0.09704881 0.1083407 -0.9881893 -0.1081271 0.5373394 -0.8373059 -0.1008026 0.7990661 -0.600116 0.03576767 0.931486 -0.3630787 -0.02197331 0.8132267 -0.57622 -0.08111816 0.9392377 -0.3374737 -0.06241035 -0.6127201 -0.2170171 -0.7598804 -0.5898618 -0.3466292 -0.7293008 -0.8207038 -0.2343821 -0.5210425 -0.3164464 -0.241676 -0.9172949 0.02255314 -0.2737815 -0.9615162 -0.02581864 -0.4160283 -0.9089633 -0.3324686 -0.4033326 -0.852504 0.4456313 -0.1976684 -0.8730735 0.3605762 -0.3560289 -0.8620868 0.7693106 -0.1161229 -0.628193 0.6877651 -0.2270882 -0.6894437 0.9556261 -0.003356993 -0.2945342 0.882992 -0.09427165 -0.4597918 -0.9888302 0.005340695 -0.1488693 -0.9500717 -0.09201329 -0.2981353 -0.98764 0.08957183 -0.1284219 -0.882046 -0.1104465 -0.4579913 0.9959716 0.0894497 0.004211544 0.9917905 0.03885 -0.1217994 0.982757 0.1847285 -0.006042659 0.9729301 0.02435374 -0.2297128 0.9847713 0.03341776 0.1704459 0.9850459 -0.004974484 -0.1720938 0.9974365 0.01818901 0.06894129 -0.9981384 0.05594038 -0.02307194 -0.9972229 0.07324439 0.01196324 -0.4635761 -0.7542039 0.4650105 -0.6741844 -0.6383252 0.3714408 -0.3829157 -0.8412733 0.3816034 -0.1636402 -0.8915677 0.4222236 -0.3368328 -0.8937041 0.2963347 -0.5885189 -0.7560045 0.2864467 -0.5111545 -0.8314158 0.2177801 -0.1380047 -0.9308756 0.3382366 0.1173742 -0.8388622 0.5315104 -0.2173223 -0.8325449 0.5095065 0.1208838 -0.8949858 0.4293649 0.4982147 -0.7190161 0.4844813 0.1219214 -0.9312723 0.3432722 0.4648885 -0.8305612 0.306589 0.4808496 -0.7880795 0.3842891 0.787286 -0.5048677 0.3538926 0.7682729 -0.5733818 0.284524 0.9301431 -0.2984405 0.2138737 0.7434004 -0.625782 0.2359691 0.8489334 -0.51442 0.1210058 0.8907132 -0.4286935 0.1508835 0.9151891 -0.3606372 0.1797235 -0.6560259 -0.6977752 -0.2875454 -0.8038271 -0.5590991 -0.2030701 -0.6458938 -0.6250191 -0.4383068 -0.3712882 -0.737724 -0.5637685 -0.3646962 -0.8513749 -0.3769646 -0.6178777 -0.5073702 -0.6006348 -0.8028504 -0.5016633 -0.3220618 -0.8062685 -0.379162 -0.4539933 -0.3568224 -0.5931578 -0.7216407 0.06973475 -0.9056063 -0.4182867 0.03161716 -0.7833186 -0.6208075 0.5084689 -0.7788019 -0.3672292 -0.0055238 -0.6255074 -0.7801752 0.3962523 -0.5512863 -0.7341838 0.4593951 -0.6896573 -0.5597095 0.8003479 -0.5396893 -0.2610248 0.7671743 -0.4841151 -0.4207282 0.9327983 -0.3252357 -0.1550951 0.7133091 -0.3744316 -0.5923948 0.8883328 -0.1953489 -0.4155095 0.9147008 -0.2866299 -0.2848293 0.9883419 -0.1278115 0.08239996 0.980102 -0.1874752 0.06476026 0.9992981 -0.007507503 -0.03625595 0.9557482 -0.2898648 0.04977566 0.9783624 -0.2046571 -0.0295419 0.9965514 -0.07412946 -0.03665268 -0.6640523 -0.7391888 0.1122471 -0.765801 -0.6287423 0.1348918 -0.8796655 -0.4741661 -0.03588974 -0.7841731 -0.6204413 -0.00979644 -0.8484145 -0.4881436 0.2046266 -0.9469588 -0.3212378 -0.004730343 -0.858272 -0.5030061 -0.101474 -0.9286172 -0.3393964 -0.1498458 -0.949675 -0.2754906 -0.1490219 -0.8899198 -0.4431593 -0.1077303 -0.9677724 -0.1923581 -0.1624805 -0.9699393 -0.1438642 -0.196234 -0.898587 -0.4159978 -0.1395001 -0.9555345 -0.2555925 -0.1468551 -0.9500107 -0.234901 -0.2055116 -0.9084445 -0.3469344 -0.2331309 -0.9225135 -0.2191229 -0.3176366 -0.9649342 -0.1070284 -0.2395703 -0.9732658 -0.07852411 -0.2157964 0.9877316 -0.1376079 -0.07370215 0.9896237 -0.1308328 -0.0592364 0.9806208 -0.118717 -0.1558275 0.9960936 -0.02539139 -0.08447521 0.9985656 -0.006805598 -0.05301064 0.9901731 0.1221656 -0.06778156 0.9932249 0.08243048 -0.08169806 0.9971923 0.01220738 -0.07376319 0.9935606 0.04275637 -0.1048921 0.9714347 -0.04858541 -0.2321237 0.9914243 0.07156586 -0.1093173 0.9962462 -0.007232844 -0.08597064 0.9864803 -0.1514939 -0.06234931 -0.6143682 -0.09857475 -0.7827998 -0.9093601 -0.01843315 -0.4155706 -0.211951 -0.129429 -0.9686575 0.8357799 -0.05780202 -0.5459457 0.5543687 -0.09756767 -0.8265023 0.01889091 -0.1317179 -0.9910886 -0.1065401 -0.07461774 -0.9914854 0.155858 -0.007904291 -0.9877316 0.06375312 -0.0539872 -0.9964904 -0.1929685 -0.03756827 -0.9804682 0.2681967 -0.02002012 -0.9631336 0.2744835 -0.06091493 -0.959624 -0.4455702 -0.1758781 0.8777734 -0.707419 -0.1255531 0.6955474 -0.5028229 -0.04922634 0.8629414 -0.0246284 -0.1317484 0.9909665 -0.05392616 -0.2336192 0.9707938 -0.4553056 -0.1379131 0.879574 -0.7224952 -0.08798485 0.6857204 0.3749199 -0.2723166 0.8861355 0.4581133 -0.1868038 0.8690146 0.6776635 -0.2518388 0.690878 0.6787927 -0.1691336 0.7145604 0.3510239 -0.169042 0.9209571 -0.4944914 -0.01583909 0.8690146 -0.741905 0.08276617 0.6653341 -0.07272559 -0.1462447 0.9865413 -0.04828023 -0.04666274 0.9977111 -0.5604114 -0.001068115 0.8281808 -0.8505203 0.3035371 0.429487 0.3728446 -0.04458749 0.9267556 0.7191992 0.01495403 0.6946013 0.5003204 -0.01632738 0.8656575 -0.01953184 -0.09665209 0.995117 0.6343578 0.2965789 -0.7138584 0.8361766 0.1744133 -0.5199438 0.6528214 0.3270363 -0.6832484 0.5070651 0.4622638 -0.7274087 0.7358318 0.3423566 -0.5842158 0.6521806 0.4844813 -0.5829951 0.1730399 0.5126804 -0.8409376 0.3616443 0.396588 -0.8437147 0.4182257 0.5731376 -0.7046724 0.4314097 0.5923337 -0.6804407 0.1191747 0.5652943 -0.816187 0.5897702 0.5801874 -0.5616932 0.6112552 0.5684683 -0.5505844 0.1141392 0.5127415 -0.8508866 0.4610126 0.5269326 -0.7139806 0.6544389 0.4959563 -0.5706961 -0.4474929 0.8221687 -0.3517563 -0.1127659 0.9864498 -0.1189916 -0.1328775 0.2990814 0.9449141 -0.6247749 0.5247353 0.5781427 0.2076784 0.956206 -0.2061525 0.2262337 0.9035921 -0.3637196 0.2693869 0.3934751 0.8789636 0.05774098 0.23661 0.9698783 -0.3831294 0.2742698 0.8820155 0.07895135 0.2846767 0.9553514 -0.4801172 0.3628651 0.7986084 -0.6810511 0.3056734 0.6653341 0.5368816 0.2541581 0.8044374 0.7930845 0.2191229 0.5682852 0.7181006 0.3045747 0.625721 0.5084078 0.3655202 0.7796564 0.8938567 0.4476455 0.02435374 0.9474471 0.3011566 0.1077914 0.9387799 0.3295388 0.1001617 0.9086276 0.41554 0.0408948 0.7779168 0.6269112 -0.04223757 0.9113438 0.4112674 0.01605272 0.9273049 0.3718985 0.0419324 0.6914274 0.7218238 -0.02990812 0.9168065 0.3971984 0.0406506 0.4679098 0.8798791 -0.08239996 0.7577746 0.6393017 -0.1305581 -0.9478133 0.3144627 -0.0521866 -0.8500015 0.5115513 -0.1255531 -0.9486679 0.3156224 -0.01910454 -0.9783929 0.2002624 0.05124056 -0.9681082 0.2504044 0.002319395 -0.9516587 0.2995697 -0.06747639 -0.634785 0.7722404 -0.02569657 -0.7936949 0.5560168 -0.2466506 -0.5224769 0.8397168 -0.1478927 -0.7381512 0.6654866 0.1103854 -0.891995 0.4499649 -0.04275637 0.9878231 0.1309244 0.08386486 0.9698477 0.224372 0.09497356 0.9952697 0.08282721 0.05066072 -0.2759178 0.9082614 -0.3144322 -0.2266609 0.7916806 -0.567278 -0.1084628 0.9438765 -0.3119297 -0.3566393 0.8866237 -0.294351 0.05911433 0.9448836 -0.3219093 0.1242713 0.8195746 -0.5593127 0.2058168 0.9355144 -0.2870571 0.1050142 0.9854427 -0.1334574 0.01647996 0.9950255 -0.09808647 -0.06094545 0.8262276 -0.5599842 -0.4431898 0.8660848 -0.2311472 -0.5615711 0.7012848 -0.4390698 -0.381695 0.7425459 -0.5503403 0.3324381 0.9255654 -0.1810052 0.174871 0.9833979 -0.04779195 0.3427534 0.7854854 -0.515244 0.5524156 0.7654653 -0.3299051 -0.1669667 0.7492905 -0.6408277 -0.0237739 0.7711112 -0.6362499 -0.3856624 0.6900845 -0.6123539 -0.4762108 0.7499008 -0.4591205 -0.1783807 0.8475295 -0.4998322 0.128666 0.7659536 -0.6298715 0.4019288 0.7110508 -0.5768914 -0.03158664 0.8649556 -0.5008087 0.1190832 0.8708152 -0.4769127 0.4976959 0.7814264 -0.3763237 0.7251503 0.5529649 -0.4102603 0.9330729 0.3537095 -0.06512647 0.8178961 0.5320597 -0.2189092 -0.6436354 0.5754265 -0.5045625 -0.8908963 0.3997009 -0.2156438 -0.7326884 0.5763421 -0.361919 -0.9515976 0.2949309 -0.08636736 -0.9506211 0.3076266 -0.04068112 -0.9177526 0.3791009 -0.1183202 -0.8916593 0.4168828 -0.1763359 0.9427778 0.3309427 0.04007077 0.9045076 0.4260079 0.01843315 0.9445479 0.3277383 0.01971495 0.9317301 0.3603015 0.04470956 -0.8261971 0.5288248 -0.1941282 -0.7889035 0.6104313 -0.07034516 -0.6358837 0.7428205 -0.2092959 -0.5843989 0.7571337 -0.2918485 0.8573565 0.5146031 -0.01040679 0.7005524 0.7132481 0.0216071 0.5522325 0.8137456 -0.1812494 0.5327006 0.8371533 -0.1239356 0.1331523 0.9404278 -0.3127842 0.2346568 0.96704 -0.09872734 -0.05362099 0.9380779 -0.342204 -0.2425916 0.9090853 -0.3386639 -0.4044008 0.9065523 -0.1206091 0.3102512 0.9395428 0.1448103 -0.1555833 0.976104 0.1515854 0.2164067 0.9748528 -0.0527665 0.76751 0.6407056 0.02014219 -0.1056246 0.985931 -0.1295205 -0.5356304 0.8363903 0.1160924 -0.8604389 0.5062105 -0.05783253 -0.5187537 0.8515275 -0.07608264 -0.1897641 0.9803766 -0.05307167 -0.1691641 -0.0205084 -0.9853511 0.001312255 -0.1142613 -0.9934386 -0.02972501 -0.1808221 -0.9830317 0.05581831 0.9983825 -0.009613275 -0.9429609 0.3324992 0.01528972 -0.9463485 0.3213294 -0.03341776 -0.9443342 0.3246254 -0.05310219 -0.9148228 0.4030274 0.02453684 -0.9380169 0.1588793 0.3079622 -0.955443 0.03112888 0.2934355 -0.9714957 0.2277596 0.06512647 -0.8979156 0.4134037 0.1510666 -0.9884945 0.1449934 -0.04275637 -0.9765008 0.1033356 0.1889401 -0.9815363 0.1077303 0.1579638 -0.992523 0.1168859 0.03494364 -0.9924009 0.1082797 0.0582903 -0.9960021 -3.35704e-4 0.08926659 -0.9679556 0.03201389 0.24897 -0.9457381 0.007049739 0.324839 -0.9549242 0.03149509 0.295114 -0.8809168 -0.04736471 0.4708396 -0.8950163 -0.01208531 0.4458449 -0.9638661 0.05587935 0.2603229 -0.8979156 -0.07449567 0.4337596 -0.8002259 -0.05642867 0.5970031 -0.9473251 -0.07461774 0.3114109 -0.9198584 -0.1350749 0.3681753 -0.9804987 -0.1367839 0.141026 -0.9574572 -0.2385937 0.1621753 -0.9948424 0.05246126 -0.0866115 -0.9913633 0.0846278 -0.1000702 -0.9810785 -0.01745659 -0.1927854 -0.9738152 -0.049501 -0.221839 -0.9761956 -0.1522568 -0.1543626 -0.9939268 -0.1016266 -0.04202395 -0.9703665 -0.2396923 -0.03045743 -0.938261 -0.2829371 -0.1988586 -0.9236732 -0.225074 -0.3100375 -0.9556566 -0.2132328 -0.2029786 0.9557176 -0.1478927 0.2543718 0.9675588 -0.1865901 0.1701406 0.9733573 -0.05386513 0.2228156 0.9299905 -0.1578417 0.3319498 0.9342631 -0.2262947 0.2755516 0.9436323 -0.2613605 0.2030091 0.9260231 -0.241615 0.2899563 0.9144566 -0.2088991 0.3465377 0.9519944 -0.2316355 0.1999573 0.9350566 -0.2850429 0.2106082 0.9206213 -0.2142094 0.3263955 0.8921781 -0.2294687 0.3889889 0.8657186 -0.1922056 0.4621112 0.7760246 -0.2179937 0.5917844 0.9444258 -0.06079286 0.3230384 0.8732566 -0.1181371 0.4726707 0.9651173 -0.2401196 0.1042512 0.9746696 -0.2043824 0.09063994 0.9821162 -0.120487 0.1445356 0.9423505 -0.3043001 0.1390118 0.9400922 -0.3219398 0.1119724 0.9554125 -0.278634 0.09750664 0.9334391 -0.3346965 0.1288491 0.9628285 -0.2586138 0.07770007 0.9293802 -0.3471786 0.1252174 0.9358501 -0.3200171 0.1474959 0.981109 0.07315284 0.17893 0.9917905 -0.02240055 0.1257057 0.9613025 0.2348094 0.1439253 0.9538255 0.2280343 0.1953794 0.9588916 0.07779169 0.2727744 0.9062166 0.03524887 0.4212775 0.9246803 0.3072298 0.2247382 0.848384 0.2006592 0.4898221 -0.9823298 0.1457869 0.1171605 -0.9897153 0.1429182 0.005584836 -0.9700309 0.124607 0.2084719 -0.9573351 0.2637104 0.1180456 -0.9544969 0.2942289 0.04834127 -0.9141514 0.4050722 0.01544231 -0.9407636 0.331492 -0.07095551 -0.929136 0.339549 0.1462141 -0.9180578 0.1079134 0.3813898 0.9869381 -0.137791 0.08340704 0.9681082 -0.2403332 0.07040619 0.9778436 -0.2047486 0.04324471 0.999115 0.009399652 0.04055905 0.9849849 0.1509445 0.08359014 0.9946593 0.1018708 0.01464885 0.9685965 0.2338938 0.08420056 0.9599292 0.27369 0.05999934 0.9940184 -0.1087069 0.007934808 0.9965514 -0.08252203 0.006164729 0.9790948 -0.1998962 0.03729361 -0.9923399 0.08536022 -0.0889309 -0.9675893 0.2484817 -0.04483169 -0.9880673 0.1215552 -0.09442424 -0.9919126 -0.01776176 -0.1255226 -0.982635 -0.1524399 -0.1056246 -0.9962157 -0.03140354 -0.08081299 -0.9856258 0.1454817 -0.08566546 -0.9956664 0.01174962 -0.09198278 0.6475113 -0.4841151 -0.5884884 0.3556017 -0.7396161 -0.5713676 0.7882016 -0.558092 -0.2592853 0.8563799 -0.5131993 0.0563066 0.4222236 -0.8841518 -0.1998962 0.805536 0.4532914 0.3816034 0.7404706 0.351146 0.5730155 -0.9541001 -0.06357002 0.2925505 -0.9885861 0.07803583 0.128666 -0.897 0.2574542 0.3592639 -0.842616 0.1299478 0.522538 0.9363689 -0.08575701 0.3403119 0.8027589 -0.02649003 0.5956603 0.882046 0.1679738 0.4401684 0.9775995 0.01867729 0.2095706 -0.7452926 0.0376293 0.6656392 -0.3869137 -0.06198304 0.920011 -0.7652822 0.06344795 0.6405225 -0.9494919 0.06656086 0.306589 -0.9782403 0.04239016 0.2029786 -0.993347 0.03527939 -0.1094393 -0.9933775 0.0295419 -0.1108432 0.9479964 -0.01214635 -0.3179724 0.9875485 0.05432289 0.147557 0.7820368 -0.007507503 0.6231269 0.8557085 0.04019284 0.5158544 0.5373699 -0.08905297 0.8386181 -0.9941405 0.1008942 -0.03808706 -0.9772942 0.1709342 0.1251869 -0.8866848 0.2257149 0.4034547 -0.684347 0.2478408 0.6856899 -0.8063906 0.3382672 0.4850307 0.937254 0.1816766 0.2974944 0.9922788 0.1200598 0.03097623 0.793878 0.310831 0.522599 0.9935301 0.03848379 -0.1065401 0.5420393 0.04217654 0.839259 -0.01989805 0.1326944 0.990936 0.5694754 0.3005463 0.7650685 0.5123752 0.4286935 0.7440718 -0.04153567 0.4144719 0.9090853 -0.05316323 0.4965667 0.8663595 -0.5866573 0.1910763 0.7869503 -0.6169927 0.3752251 0.6917325 -0.5724357 0.4404126 0.6916105 -0.01068145 0.3968627 0.9177832 -0.0464186 -0.1364177 0.9895322 0.1400799 -0.1613513 0.9768975 -0.1325724 0.03280735 0.9906003 -0.4789575 0.05984675 0.8757591 0.3129368 -0.1408429 0.9392377 0.6746727 0.01251256 0.7379986 0.4224372 0.002075254 0.9063692 0.9572131 0.2292245 0.1765496 0.9543443 0.2354198 0.1837519 0.9061861 0.07425153 0.416242 0.9386883 0.314127 0.141911 -0.9176306 0.001708984 -0.397412 -0.8439589 -0.530198 -0.08111816 -0.1120334 -0.901059 -0.4189581 -0.67275 0.05774098 -0.7375714 -0.2533341 -0.9144871 -0.3154393 -0.4210028 -0.9056368 0.05038601 0.0496841 -0.01971495 -0.9985656 0.1827448 -0.03662216 -0.9824519 0.02392649 0.07931756 -0.9965514 -0.2422254 0.1948301 -0.950438 -0.3901181 0.2165288 -0.8949248 -0.1985229 -0.1400494 -0.9700309 -0.03729361 -0.1783196 -0.9832453 0.2815943 -0.04000973 -0.958678 0.335551 0.01742607 -0.9418317 0.1905881 0.1028779 -0.9762566 -0.1499069 -0.2128971 -0.9654836 -0.03622543 0.2475661 -0.9681692 0.2054811 0.1595202 -0.9655446 -0.01071196 0.4446241 -0.8956267 -0.4604327 0.5229042 -0.717307 -0.3936887 0.3667715 -0.8428602 0.3976562 -0.03543198 -0.916837 0.6373791 0.03537094 -0.7697073 0.3464461 0.2764977 -0.8963592 0.4324778 -0.1488083 -0.8892483 0.3704642 -0.0894497 -0.9244972 0.1801202 0.03625595 -0.9829401 0.2541581 0.2258064 -0.9403973 0.5562609 0.09024322 -0.826075 0.7378765 -0.1585437 -0.6559954 0.704001 -0.3143712 -0.6367687 0.5775628 -0.3745232 -0.7253334 0.3224891 -0.2503738 -0.9128391 0.006195247 0.1707816 -0.9852595 -0.3183996 0.3734245 -0.8713034 -0.2445143 0.4328745 -0.8676412 0.007293879 0.352031 -0.9359416 0.1434675 -0.1156346 -0.9828486 -0.06881922 0.02642899 -0.9972534 -0.3118381 0.2558367 -0.9150059 0.740318 0.1723991 -0.6497391 0.3863338 0.3534349 -0.8519242 0.901059 -0.1664479 -0.4004029 0.03537094 0.4863735 -0.8730125 -0.345439 0.5265359 -0.7767876 -0.2437513 -0.09775078 -0.9648732 0.04861593 -0.282052 -0.9581286 -0.1182287 -0.4960784 -0.8601642 -0.3841975 -0.2188177 -0.8969085 -0.574572 0.2273018 -0.7862179 -0.5208594 0.2417676 -0.818659 0.284463 -0.4489578 -0.8470413 0.6360668 -0.560625 -0.530198 0.6052736 -0.6456191 -0.4656209 0.2132939 -0.6439711 -0.7346721 -0.5417646 -0.07333594 0.8373059 -0.7617725 0.2996002 0.5743584 -0.8636433 0.2993561 0.4055604 -0.6827296 -0.08609271 0.725547 -0.1734672 -0.4005249 0.8996857 -0.1701406 -0.6360668 0.752617 -0.4896084 -0.2129276 0.8455153 -0.8225654 -0.3547776 0.4444105 -0.5538194 -0.6397901 0.5328227 -0.3804743 -0.3853267 0.8406628 -0.980102 0.09317296 0.1750847 -0.5899228 -0.6950591 -0.4109012 -0.2020936 -0.8462172 0.492996 0.3728446 -0.8802759 0.2933439 -0.0150761 -0.6159551 0.7876217 -0.4491104 -0.7441939 -0.4943999 -0.3481246 -0.8380078 -0.4200873 -0.6365551 -0.4536882 -0.6236457 -0.3500473 -0.7977233 -0.4909818 -0.4896389 -0.8489639 0.1987365 -0.7583239 -0.6508682 -0.03543198 -0.6415906 0.2146061 -0.7363506 0.06686604 -0.924192 -0.3760185 0.6061281 -0.7178869 -0.3423566 -0.1643422 -0.9751274 0.1486556 -0.7161474 0.4292429 -0.5503098 -0.7565233 0.5342265 -0.3770867 -0.5606555 0.2231819 -0.7973571 0.5954772 -0.6845607 -0.4203925 0.5974914 -0.7738884 -0.2099063 0.7316203 -0.6567278 -0.1827448 -0.572985 0.4997711 -0.6495255 -0.6063417 0.5079196 -0.6118046 0.8316294 -0.4976654 -0.2463759 0.8221992 -0.5297708 -0.2080752 0.6387524 -0.7635121 0.09479045 0.542497 -0.6982941 0.4669637 0.6972564 -0.7073275 0.1160924 -0.8093203 0.5064547 0.2974029 -0.8117924 0.5826594 0.03820914 -0.7830744 0.6011231 -0.1593371 -0.8575091 0.5040132 0.1029694 -0.6960662 0.2003235 0.6894437 -0.7821283 0.5858944 -0.2120426 -0.6877956 0.5963011 -0.413892 0.8026673 -0.5564745 -0.2145451 0.7712943 -0.6344188 -0.05105745 0.6867886 -0.7204505 0.09622484 0.4940947 -0.7363811 0.4621112 -0.09653002 -0.8640095 -0.4940947 0.2897427 -0.9352092 -0.2034974 -0.9176611 0.388287 -0.08407849 -0.8009888 0.5004425 -0.3285623 -0.8545488 -0.2472609 -0.456679 -0.671865 -0.5748466 -0.4669942 -0.6715293 -0.5443892 -0.5026093 -0.6456191 0.5169836 -0.5619984 -0.5510117 -0.6821192 0.480697 -0.4205145 -0.6303293 0.6525468 -0.5419172 -0.2904751 0.7886288 -0.7865231 0.5657216 0.2476271 -0.2653585 0.1208838 -0.9565111 -0.3941161 -0.109653 -0.9124729 -0.3978698 -0.2446058 -0.8842128 -0.4203925 0.8527177 -0.3099765 -0.1830195 0.9246193 -0.3339641 -0.7620167 0.6271249 -0.1612903 -0.7019867 0.7050691 0.1001312 -0.3760796 0.9262368 -0.02502512 0.07879877 0.9557482 -0.2833644 0.5362713 0.8328196 -0.1369365 0.02850425 0.9995728 -0.003753721 0.4158147 0.905179 0.0877102 0.8489639 0.5278787 0.02365183 0.9222999 0.3694876 0.1131931 0.7298502 0.6418958 0.234962 -0.9447005 0.3262429 0.0325632 -0.9574877 0.2442701 0.153325 -0.8657491 0.4020509 0.2979827 0.9303873 0.2451246 0.2724997 0.8243049 -0.1049226 0.5563219 0.9306314 0.03167819 0.364513 0.8057192 0.4571978 0.3764764 0.764214 0.3312479 0.5533616 -0.9435102 0.1901913 0.271218 -0.7943053 -0.2553483 0.5511948 -0.7855159 0.3075045 0.5369732 -0.2244941 0.5501877 0.8042848 -0.2347484 0.5069125 0.8294016 -0.8479568 0.3119297 0.4285409 -0.1776482 0.4625691 0.8685568 0.4604633 0.7038484 0.5408796 0.6273995 0.5404218 0.5605945 0.2008118 0.4862209 0.8504288 0.1594897 0.4458754 0.8807337 0.2698447 0.5219275 0.8091678 -0.6723533 0.2527848 0.6956694 -0.6850795 0.3966186 0.6110111 -0.5076754 0.6912748 0.5141758 0.0114749 0.4565569 0.889584 -0.2336802 -0.1322367 0.9632557 0.04214602 0.03064054 0.9986267 0.02560502 0.5764946 0.8166753 0.2562029 0.8715476 0.418012 0.002990782 0.4842982 0.8748741 0.2746055 -0.08224737 0.9580065 -0.2380443 0.9029511 0.357738 -0.3372905 0.507004 0.7931761 -0.2628864 0.6962798 0.6678671 0.6367992 0.2412793 0.7322611 0.5204016 0.182165 0.834254 0.2973113 0.614185 0.7309793 0.09222692 0.7680288 0.6337168 -0.4205451 0.07632678 0.9040193 -0.5524156 0.1485946 0.820185 -0.1143528 0.7744072 0.6222114 -0.1755119 0.9840999 -0.02612382 -0.08963286 0.7579577 0.6460769 -0.2654805 -0.07367163 0.961272 -0.0579546 0.7956786 0.6028932 0.4182257 0.03094571 0.9078036 0.9378338 0.3239845 0.124485 0.9766533 0.1373028 0.1650746 0.7099826 0.3772393 0.5945921 0.7827388 0.6214789 0.03265476 0.1799677 0.5416425 0.8211005 0.0496841 0.5244911 0.8499405 0.3902402 0.9079867 -0.1523789 0.01388591 0.9563891 0.2916959 -0.004303097 0.9684439 -0.2491531 0.1058687 0.6521195 0.7506638 -0.3481246 0.9097568 -0.22602 -0.821955 0.5612964 -0.09628587 -0.1696524 0.6147344 0.7702261 -0.008301019 0.596759 0.8023622 0.9580065 -0.07898187 0.2755516 0.8177435 -0.3608814 0.4483474 0.0482192 0.472335 0.8800623 0.08447521 0.3332316 0.939024 -0.1796319 -0.7909787 0.5848567 -0.6048769 -0.6238288 0.4948881 0.0778222 -0.1355632 0.9877011 0.1546373 -0.797998 0.5824458 0.174047 -0.350444 -0.9202551 0.3753166 -0.3848689 -0.8431959 0.5063936 -0.6565752 0.558916 -0.0421155 0.108066 0.9932249 -0.7639698 -0.5133213 -0.3908811 -0.7136753 -0.151799 -0.6837977 -0.9251076 0.09646898 -0.3671987 -0.406415 -0.9132359 -0.02771079 -0.4816431 -0.8679769 0.1207922 -0.4928434 -0.3745537 -0.7853633 0.546617 0.6881924 -0.4770043 0.6641438 0.5266274 -0.5305948 -0.9965514 -0.02618485 0.07849359 -0.727958 -0.6473586 0.2256538 -0.3389996 -0.9404584 -0.02404856 -0.1110568 -0.7074496 -0.6979583 -0.5075533 -0.8192694 0.2666707 -0.4745934 -0.8756371 0.08917504 -0.09894096 0.3475753 -0.9324015 -0.01013213 0.1366924 -0.9905393 -0.1077609 0.07010102 -0.991699 -0.2303537 0.2590716 -0.9379559 -0.1974547 0.7094638 -0.6765038 -0.01641893 0.6632283 -0.7481918 0.06561475 0.4341563 -0.8984344 0.07525861 -0.04535049 -0.9961242 0.1162145 -0.2591326 -0.9588 -0.005127072 -0.1253395 -0.9920957 0.07760852 0.1781671 -0.9809259 0.04638808 -0.05325478 -0.9974975 0.05056911 -0.1815851 -0.9820551 -0.3532518 0.1243324 -0.9272134 -0.2362437 -0.0451979 -0.9706107 -0.4777062 -0.3151646 -0.8200019 -0.5795465 -0.1557359 -0.7998902 -0.6353648 0.09427165 -0.7664113 -0.5749077 0.3489791 -0.7400128 -0.1323587 -0.2359386 -0.9626759 -0.04907375 -0.5352947 -0.8432264 -0.2028565 -0.5500656 -0.8100833 -0.3523972 -0.4476455 -0.8218024 -0.1093173 -0.1271706 -0.9858089 0.04858541 0.1299478 -0.9903256 -0.1434675 -0.3212683 -0.9360332 0.1637928 0.4182257 -0.8934293 0.02624589 0.7390362 -0.6731163 -0.1323282 0.560564 -0.8174383 -0.7882016 -0.446852 -0.4231086 -0.7028108 -0.6078677 -0.3694571 -0.1850337 -0.01019316 -0.9826655 -0.4429457 0.2327342 -0.8657796 -0.7185583 0.164098 -0.6757714 -0.5667592 -0.6922208 -0.4467299 -0.2143315 -0.62331 -0.7520066 0.01498454 -0.3820612 -0.9240089 0.1177709 0.09662157 -0.9883114 -0.01953184 0.2323374 -0.9724113 0.1370891 0.400708 -0.9058809 0.3090304 0.2627338 -0.9140294 0.3624378 0.08682513 -0.9279458 0.3680532 -0.1306497 -0.9205603 0.2052369 -0.1581164 -0.9658192 0.04315316 -0.03967404 -0.9982604 -0.1646474 0.3624683 -0.9173254 -0.4847255 0.6441847 -0.5916318 -0.2162846 0.5695975 -0.7929319 -0.04998928 0.5122532 -0.8573565 -0.118839 0.1016571 -0.9876706 -0.2917875 0.2388378 -0.9261452 0.6710715 0.5425581 -0.5052034 0.4744102 0.6621296 -0.5800653 0.4273202 0.07351905 -0.9010895 0.1188696 0.6430555 -0.7564928 -0.3654286 0.6406751 -0.675222 -0.5581836 0.5799432 -0.5933714 -0.4847255 0.04403817 -0.8735313 -0.2530289 -0.09967344 -0.9622792 -0.6953032 -0.2236701 -0.6829738 -0.8454238 0.2152776 -0.4887539 -0.8259835 0.3927427 -0.4043092 -0.07934808 -0.2718589 -0.9590442 0.2917264 -0.5111851 -0.8084048 0.1827448 -0.6900845 -0.7002472 -0.2179937 -0.6068911 -0.764275 0.4040651 -0.4637593 0.7884457 -0.003723204 0.04907375 0.9987792 -0.03769034 -0.1045869 0.9937742 0.4065371 -0.5228126 0.7492294 0.570452 -0.7089755 0.4145939 0.5080416 -0.7022615 0.498703 0.2339549 -0.4344004 0.8697775 -0.3924375 0.4735557 0.7884762 -0.5369122 0.6128422 0.5797601 -0.5763421 0.5789056 0.5767388 -0.4116947 0.3625904 0.8360546 -0.05413979 0.1476485 0.9875485 -0.3571276 0.5273293 0.7709281 -0.1201208 -0.4184088 0.9002655 -0.2047792 0.1582384 0.9659109 0.1913205 -0.7762688 0.6006348 -0.3962829 -0.6927092 0.6025269 -0.3756828 0.5205848 0.766686 -0.5041963 0.6763817 0.5369122 -0.4889981 0.6623432 0.5675528 -0.5949889 0.3972289 0.6986603 -0.4571978 0.08572649 0.8852199 -0.2014527 -0.3465377 0.9161046 -0.6521195 0.492233 0.5765252 -0.9065828 -0.4045228 0.1202124 -0.7400434 -0.6122928 0.2781457 -0.657155 -0.7401654 0.1424604 0.1875667 -0.6667379 0.7212439 0.4693136 -0.8109378 0.3493759 -0.856563 -0.4392529 -0.2707297 -0.5863826 -0.7468795 -0.3135471 -0.5529344 -0.8075808 0.2050843 -0.7879879 -0.5881832 0.1818597 -0.9163488 0.1944944 -0.3499252 -0.295938 -0.8890347 -0.3492233 0.1714835 -0.8724021 -0.4576556 -0.3547471 -0.9316996 0.07779169 -0.1426129 0.9462569 -0.29017 -0.4440138 0.8757591 -0.1893063 -0.402234 0.9082919 -0.1146275 -0.201239 0.9119236 -0.3575549 -0.7351298 0.5854976 -0.3416852 -0.6409803 0.7250282 -0.2519303 -0.4338511 0.5990478 -0.6729637 0.01184117 -0.5656911 -0.8245186 -0.3423871 -0.6649067 -0.6638081 -0.04837179 -0.845027 -0.5324565 0.05273598 -0.7390972 -0.6714988 -0.004425168 -0.8033387 -0.5954772 0.1144749 -0.7809992 -0.6139103 0.07840204 -0.439314 -0.8948943 -0.7137974 0.6979278 -0.0577715 -0.7768487 0.6140019 -0.1395916 0.4991607 -0.4341258 -0.7499008 0.2004761 -0.3871578 -0.8999298 0.5033418 -0.5950499 -0.6265145 0.4944609 -0.8439894 0.207709 -0.004608273 -0.9649342 0.2623676 0.5605335 -0.8169805 0.135197 0.5362408 -0.8173467 -0.2105777 0.4077883 -0.8991363 -0.1587573 -0.6441237 -0.7255165 0.2422559 -0.7265236 -0.6682943 -0.1597033 0.2906278 -0.8097782 -0.5096591 -0.1072115 -0.8741722 -0.4736167 0.4491714 -0.6606342 -0.6014588 -0.5734123 -0.6625263 -0.4818567 -0.1428877 -0.9765008 -0.1612903 -0.5991699 0.6847743 0.4147771 -0.5368816 0.751793 0.3827326 -0.6285898 0.7654653 0.1374859 -0.7145299 0.6907255 0.1109042 -0.6675314 0.6372265 0.385052 -0.5485702 0.7862789 0.2842494 -0.6617023 0.7340312 0.1526231 -0.508713 0.8542436 -0.1069979 -0.538255 0.8394727 0.07440412 -0.6623127 0.5855892 0.4673299 -0.6039308 0.7775506 -0.1749931 -0.4739524 0.8568377 -0.202887 -0.683462 0.6937468 -0.2270272 -0.3901486 0.839259 -0.3786432 -0.3687247 0.7091891 -0.600879 -0.5462508 0.7870724 -0.2865077 0.4676961 -0.709891 -0.5265664 0.4698629 -0.8511307 -0.2340159 0.4837489 -0.8744774 0.0351268 -0.003509581 -0.985107 -0.1718497 -0.7548753 0.5760674 0.313364 -0.7994018 0.6000549 0.02929776 -0.9988403 -0.04007077 -0.02636796 -0.9288919 -0.332255 0.1634266 -0.7679373 0.5885494 -0.2526322 -0.7571948 0.2865383 0.5869014 -0.8151189 0.4458449 0.3697928 -0.7181311 0.1532334 0.6787927 -0.7762688 0.627369 0.06152528 -0.645497 0.7022004 -0.3002411 -0.5137181 0.6393322 -0.5721 0.9031342 0.07263404 -0.4231391 0.9483322 0.2236091 -0.2249825 0.9318217 0.358623 -0.05520796 0.7644276 0.6190375 -0.1799677 0.8767968 0.4672384 0.1135289 0.2840052 0.9315775 -0.226783 0.4743797 0.8770104 0.07608264 0.01791435 0.9157689 -0.4012573 -0.194525 0.9118015 0.3615833 -0.3365886 0.8253731 0.4532609 -0.2814417 0.8836634 -0.3740348 -0.585345 0.7853023 -0.2015748 -0.124607 0.9186987 0.3747063 -0.7438887 0.6679891 0.02008116 -0.7012238 0.6673178 0.2507706 0.07766956 0.8832667 0.4623554 -0.09002959 0.8837245 0.4592425 -0.5264443 0.7149266 0.460097 -0.2781457 0.808649 0.5183264 -0.01721239 0.9970092 0.07519757 0.0743736 0.995056 0.06537061 0.6045107 0.7140416 0.3531297 0.4221625 0.7157811 0.5561999 -0.4111453 0.8450576 0.3417158 -0.1530808 0.9459822 0.2857448 -0.0237739 0.8279977 0.5601978 -0.08017212 0.9853511 0.1502121 -0.1235389 0.7239601 -0.6786401 0.3213294 0.7593311 -0.5658132 -0.7624134 0.4653157 -0.4495682 0.08844262 0.9710685 0.221717 -0.3230994 0.9248635 0.2004761 0.6431776 0.684286 -0.3435469 0.8635823 0.5040437 -0.01031523 0.1691641 0.9567248 0.2367016 -0.3518174 0.9092075 0.2225409 0.9879147 0.004333615 0.1547899 0.9760735 -0.0907315 0.1974852 0.9791558 -0.1342509 0.1523789 0.9091159 -0.1357158 0.3937498 0.9804071 0.1275368 0.1500595 0.9606311 0.2501602 0.1207007 0.8017517 -0.1106296 0.5872677 0.9070406 0.3923155 -0.1527451 0.9726859 -0.2244331 0.05911433 0.9237343 -0.01965391 0.382519 0.8733177 -0.446852 0.1938536 0.850795 -0.516129 0.09845268 0.9572741 -0.2768639 -0.08337652 0.9844051 0.08938866 -0.1514328 0.8930326 0.3111667 -0.3249916 0.6297494 0.5552232 -0.5432295 0.9735404 -0.02075254 -0.227485 0.952147 0.09384441 -0.2908109 0.8410291 0.3367107 -0.4234138 0.9657887 -0.2320322 -0.1156957 0.8731651 -0.4835658 0.06070131 0.7231361 -0.364452 0.5866878 0.470748 -0.6344493 0.6130558 0.9609974 0.1076083 0.2546769 0.9837031 0.1004974 0.1488998 0.8305612 -0.2800683 0.4813379 0.9252907 -0.1678823 0.3400372 0.9890133 -0.05078279 0.1385845 0.9897458 -0.1199988 0.07712024 0.7711112 -0.5695365 0.2844935 0.8706015 -0.1020539 0.4812464 0.837611 -0.1692251 0.519364 0.5731376 -0.7078463 0.4127933 0.7195959 -0.6566362 0.2257759 0.7239296 -0.6486099 0.234901 0.6151921 -0.7182226 0.3250526 0.4333934 -0.7743461 0.4609821 0.4499344 -0.772454 0.4481338 0.5931273 -0.7393414 0.3186132 0.7214881 0.6361278 -0.2733238 0.8451796 0.4476455 -0.2919095 0.8117008 -0.1746879 0.5572985 0.6163213 0.7775201 0.1247291 0.3753471 0.4441969 0.8134709 0.545854 0.2184209 0.8088626 0.1834467 -0.5721305 0.7993713 0.9066744 0.172338 0.38493 0.9783929 0.1064791 0.1770684 0.4717246 0.1375164 0.8709372 0.7208472 0.06561475 0.6899625 0.9741508 -0.006073176 0.2257149 0.9345073 -0.01486247 0.3555712 0.8674886 0.05264443 0.494583 0.7294534 -0.06787312 0.6806238 0.5310221 -0.1399884 0.8356884 0.9409162 -0.06683552 0.3318888 0.4194769 -0.120365 0.8997162 0.2842494 -0.03033536 0.9582507 0.1023285 0.08267462 0.9913023 -0.07696765 -0.3771783 0.9229103 0.06213563 -0.3232825 0.9442427 0.2567522 -0.1279946 0.9579455 -0.6427198 -0.00866723 0.7660451 -0.6856899 0.0673238 0.7247231 -0.5541551 0.05716115 0.8304392 -0.7166662 -0.01886039 0.6971343 -0.7329325 -0.4050722 0.546495 -0.7864315 -0.3553881 0.5051424 0.5766167 -0.1514023 0.8028504 0.5453963 -0.2996612 0.7827388 -0.003906369 -0.2394787 0.9708853 0.4415113 -0.3441572 0.828608 0.6237373 0.06649982 0.7787714 0.03955197 -0.3315531 0.9425947 0.01828056 -0.3631092 0.931547 -0.612415 -0.1011078 0.7840205 -0.6355174 -0.1642811 0.754387 -0.4296091 -0.400647 0.8092288 -0.6230964 0.04062008 0.7810602 0.4005249 0.3480331 0.8475906 0.6133305 0.5982543 0.5156407 0.844264 0.2523881 0.4727012 0.7366863 0.1012604 0.668569 0.7869198 0.2022767 0.5829035 0.9943236 0.01217687 -0.1056551 0.9861751 -0.136906 -0.09302037 0.7401959 0.0246284 0.671926 0.5813776 0.2743919 0.7659536 -0.7908872 0.4266182 0.4387035 0.610004 0.4362316 0.6614887 0.2129276 0.356151 0.9098178 -0.8543351 0.3441267 0.3894162 -0.8182623 0.3038728 0.4878994 -0.9725639 0.2088991 0.1021454 -0.8155767 0.4908292 0.3063448 -0.7201453 0.6072573 0.33549 0.5565661 0.7445296 0.368633 -0.9463485 0.3230994 -8.54518e-4 -0.8171636 0.5184789 0.2517472 0.2525101 0.9060335 0.339549 -0.6796167 0.6543474 0.3315531 -0.8451186 0.5324259 -0.0477004 -0.1337016 0.9711905 -0.197119 -0.01913505 0.8867763 0.4617756 -0.7265847 0.4937895 0.4777062 -0.7453536 0.6006959 0.2890103 -0.3653676 0.1193884 0.9231544 0.1123996 0.02612382 0.993286 0.1472518 -0.06131166 0.9871822 -0.4130375 0.02453684 0.9103671 -0.3685415 0.1357768 0.9196143 -0.2321848 0.1865291 0.9545885 0.6993622 0.06646931 0.7116306 -0.6470839 0.1163976 0.7534715 -0.8322703 0.1687979 0.5280312 -0.6653951 0.2837306 0.6904202 -0.9012726 -0.1489303 -0.4068422 -0.9210181 -0.2037721 0.3318888 -0.8948637 -0.2284005 0.3834345 -0.3879207 -0.05557417 -0.9199805 0.147679 -0.9876706 -0.05139315 0.9156774 0.08023315 0.3938108 0.9913023 0.1004364 -0.08493298 0.6890164 0.01867729 0.7244789 0.1908017 0.06097596 -0.9797052 0.455092 0.1021149 -0.8845485 0.5436262 0.08749651 -0.8347423 0.7824946 0.1232643 -0.6103091 0.379223 -0.02551347 0.9249245 0.06378364 -0.1107822 0.9917905 -0.03729361 -0.09955137 0.9943236 -0.4911954 -0.1562242 0.8568987 0.5537584 -0.8268074 -0.09854423 0.5824152 -0.8071535 -0.0961638 0.9549852 -0.2965484 0.00439465 0.9326457 -0.3560594 -0.0577715 0.5211951 -0.8504898 -0.07052826 -0.3939939 -0.8748436 -0.2817164 -0.4485305 -0.8356578 -0.3169957 -0.9876095 -0.0770592 -0.1365092 -0.993347 -0.028077 -0.1115452 -0.9916074 -0.09424114 -0.08829003 -0.8899503 0.4234443 0.1692556 -0.9255654 0.3188269 0.2041078 -0.5373394 0.6300241 0.5605945 -0.4104434 0.6517228 0.6377758 -0.8888211 0.3457747 0.3006073 -0.5449385 0.7059541 0.4523453 0.1854304 0.8228706 0.5370647 0.3137302 0.7044588 0.6366161 0.9012726 0.3252357 0.2861415 0.8777428 0.4188665 0.232551 0.9774468 -0.2083498 0.03372293 0.8782312 0.3333231 0.3428449 0.8660237 0.4042482 0.2941984 0.1349833 0.8629719 0.4868007 0.7360149 0.1469161 0.6607868 0.770745 -0.568041 0.2885525 0.8997162 -0.4279916 0.08536022 -0.4582964 0.8057192 0.3751335 -0.8226875 0.5385907 0.1817682 -0.6634419 0.6067996 0.437727 -0.2734764 0.68099 0.679281 0.1017182 0.7626881 0.6386303 0.4583269 -0.8860134 0.06970423 0.4047365 -0.756798 0.5132298 -0.08429211 -0.877987 0.4711753 -0.3443709 -0.9080783 0.2381969 -0.3579821 -0.9230934 -0.1403546 0.09573656 -0.004181027 0.9953917 -0.6445509 -0.1452681 0.7506027 -0.9788812 -0.1309244 0.1569872 0.1480453 0.9852901 0.08523815 0.7745598 0.6317026 0.03076261 0.779931 0.6254463 0.0216071 0.1559801 0.985107 0.07232886 -0.5673086 0.8176825 0.0974456 -0.5816828 0.8032166 0.1282387 0.1353191 0.9804987 0.1423383 -0.179754 -0.9818415 -0.06054872 -0.7526475 -0.6542253 -0.07382422 -0.1950132 -0.9781793 -0.07126069 0.4530168 -0.8891873 -0.06399726 0.4473708 -0.8920561 -0.06357002 -0.1669973 -0.9848628 -0.0458998 -0.7284463 -0.683401 -0.04779195 0.08044677 0.9628285 -0.2578204 0.7104709 0.6922513 -0.1264076 0.09118926 0.925779 -0.366863 -0.65038 0.7329325 -0.1994384 0.1041597 0.9945372 0.004028439 0.7302774 0.6821802 0.0356456 -0.08151489 -0.9957579 0.0424512 -0.7267983 -0.6865139 0.02047789 -0.1023591 -0.9932554 0.05386513 0.5759758 -0.817011 0.02649003 0.6032899 -0.7973876 0.01367229 -0.07953119 -0.9967955 0.006042659 -0.7182531 -0.695761 -0.001068115 -0.3082675 -0.9213843 -0.2366405 -0.7492905 -0.6418348 -0.1631214 -0.3244118 -0.897763 -0.2978911 0.5469833 -0.7887814 -0.280282 0.5025788 -0.8349559 -0.2241279 -0.3046358 -0.9505295 -0.06045717 -0.7520676 -0.6577044 -0.04208499 -0.1768242 -0.9788812 0.1022675 -0.8331248 -0.5435957 -0.1019929 -0.8724021 -0.4730369 -0.1228675 -0.0878933 -0.9811701 0.1719107 0.8647115 -0.5022126 0.006469905 0.7920164 -0.6104313 0.005645871 -0.2220526 -0.9614856 0.1619006 0.9924314 0.09817802 0.07345801 0.9845882 0.143498 0.09988707 0.8006836 0.3940855 0.4511551 0.8201239 0.4686422 0.3282266 0.988403 0.05502486 0.1413617 0.1263161 0.6035646 0.787225 0.6752831 0.4260384 0.6020081 0.05435341 0.5488449 0.8341319 -0.59859 0.4531694 0.6605121 -0.8173772 0.3807795 0.4322642 0.2093875 0.8261361 0.5230568 -0.986755 -0.1060518 -0.1225928 -0.9929502 -0.04843282 -0.108066 -0.9810785 -0.1927854 -0.01696825 -0.8356273 0.478988 0.268746 -0.4886624 0.5988037 0.6345103 0.563097 0.5994751 0.5687735 0.4395581 0.6101871 0.6591082 -0.3078402 0.6262398 0.7162389 -0.956206 0.1755119 0.2341074 -0.9868465 0.08154541 0.1394391 -0.5675833 0.6300852 0.5298929 0.4540238 0.7409894 0.4947355 -0.9381085 -0.3079317 -0.1583605 -0.9641103 -0.2138432 -0.1571398 -0.6260567 -0.7579882 -0.1828364 -0.4376965 -0.8806116 -0.1813715 -0.2442701 -0.9528184 -0.1800592 -0.8767968 -0.4644917 -0.1243324 -0.9839473 0.04397714 0.1727958 0.5873593 -0.8080386 -0.04550307 0.4886929 -0.8720664 -0.0241096 0.9939574 -0.1052888 0.03064054 0.6879177 -0.7247841 -0.03753775 0.953795 0.2464064 0.1719107 0.9988708 -0.04113894 0.02331614 0.9453108 0.2499465 0.209479 0.9418012 0.3039338 0.143498 0.9861751 -0.1629078 0.02978605 0.08603167 0.8331859 0.5461898 0.8010193 0.4985198 0.3313089 0.7607043 0.5158544 0.3939329 0.08255255 0.8007447 0.5932493 -0.74691 0.5688345 0.3442183 -0.8475295 0.4759972 0.2347179 0.1020234 0.9048738 0.4132206 -0.9846187 -0.1338236 -0.112125 -0.9865108 -0.0871303 -0.138493 -0.7616505 -0.647145 -0.03176975 -0.7471237 -0.6643269 -0.02081358 -0.699118 -0.714652 0.02246159 -0.9802545 -0.1957762 -0.02673417 -0.8410291 0.4953764 0.2173223 0.1362346 -0.9775384 0.1607715 0.1656239 -0.9598071 0.2265388 0.8991363 -0.4244514 0.106418 0.8813745 -0.4621723 0.09759819 0.1466719 -0.9809564 0.127079 0.9917905 0.08221685 0.09781181 0.9887081 0.1091952 0.1023285 0.7835627 0.5612049 0.2665181 0.9924924 0.07342749 0.09759819 0.8557695 -0.5105746 0.08328497 0.9623097 -0.04297006 0.2685018 0.7841426 -0.5705741 0.2439039 0.7506027 0.5082553 0.4221625 0.6302073 -0.3343303 0.7007355 0.5604724 -0.6231575 0.5453963 0.1584826 -0.9591357 0.23426 -0.593524 -0.7651906 0.2492446 0.08255255 -0.8138066 0.5751823 -0.9236427 -0.3185827 0.2129276 -0.7809076 0.4134953 0.4681234 -0.4652547 -0.6938383 0.5496383 -0.6209296 -0.4777978 0.6213874 0.04626601 0.8398694 0.5407575 -0.6522416 -0.0167241 0.7578051 -0.03094571 0.2660298 0.9634388 0.5815302 0.1396527 0.801416 0.9557176 0.2318491 0.1810968 0.9697256 -0.2203131 0.1048921 0.4189886 0.7132786 0.5618153 0.9070406 -0.09805595 0.4094363 0.8920561 -0.3674734 0.262978 0.732078 -0.6786401 0.05856502 -0.01898247 -0.999176 0.03524887 0.7191076 -0.6324961 0.2877285 -0.6166875 -0.770684 0.1603442 -0.827662 -0.2013611 0.5237892 0.3392437 -0.8806726 0.330546 0.006134212 -0.8422803 0.5389569 -0.5251625 0.5402692 0.6574908 -0.2261726 -0.4835963 0.8455458 0.06622517 0.03274631 0.9972534 0.5954161 0.2565996 0.7612842 -0.9078646 -0.291818 0.3009735 -0.7346721 0.4941557 0.4647969 -0.7010102 -0.6231269 0.3467208 -0.5112461 -0.539079 0.669332 -0.5825068 -0.375988 0.7206031 0.1839045 0.9168065 0.354442 0.7653127 0.4618976 0.4481948 -0.5361186 0.1657765 0.827662 0.05990779 0.5088657 0.8587298 0.4997711 0.1883602 0.8454238 0.8794824 -0.07498395 0.469924 0.563158 -0.6678671 0.4865871 0.4653767 -0.2243415 0.8561663 0.2665486 -0.5471664 0.7934202 -0.2297128 -0.8825038 0.4103214 -0.77987 -0.6247139 0.03860586 0.7026582 -0.6977752 0.1389813 -0.1988281 -0.6507462 0.7327494 -0.262093 -0.9089938 0.3239845 -0.741966 -0.5881527 0.3217566 0.5212256 -0.7605212 0.3871273 0.4506058 -0.4060183 0.7950072 -0.1072725 -0.3861812 0.9161351 -0.5147557 -0.2551042 0.8184759 -0.09537035 -0.9493698 0.299295 -0.6861171 -0.6445204 0.3373211 0.5979492 -0.8014771 0.008148431 0.5681021 -0.7418439 0.3561815 0.3359783 -0.3968627 0.854152 -0.1106296 -0.4886929 0.8653829 -0.487289 -0.2954497 0.8217109 0.15421 0.8780481 0.4530168 0.7112339 0.581988 0.3942076 -0.4705954 0.6415296 0.6057314 -0.2283394 0.3070162 0.9238868 0.1345255 0.4305856 0.8924528 -0.1634876 -0.9616687 0.2200079 -0.6912443 -0.6525773 0.3102817 0.4602191 -0.8341319 0.3039643 0.3039033 -0.504593 0.8080691 -0.09009063 -0.516068 0.8517716 -0.4314707 -0.3589282 0.8276315 0.1211889 0.879696 0.4597918 0.7025361 0.5512558 0.4499649 0.7614368 0.6439101 0.07449567 -0.5638295 0.6810511 0.4671468 -0.3542283 0.2939848 0.8876919 0.06567579 0.3469344 0.9355754 0.4193548 0.1818597 0.8894009 -0.04754781 -0.5361186 0.8427381 0.615894 -0.5659963 0.5479904 -0.1264992 -0.377514 0.9172949 -0.966979 0.2546464 0.006683528 -0.9656056 0.2587054 0.02502512 -0.9573046 0.2888882 0.009216547 -0.996765 0.01406902 -0.07882928 -0.9972839 0.01443523 -0.07214576 -0.9853206 -0.1505478 -0.0803247 -0.9807733 -0.1886349 -0.04959255 -0.9989624 0.009491205 -0.04385507 -0.9895932 -0.1098056 -0.09268468 -0.7796564 -0.6190985 -0.09384441 0.9129612 -0.4008606 -0.07589954 0.9049043 -0.4217963 -0.05648976 0.4362621 -0.8984649 -0.04907375 0.9185766 -0.3881955 -0.0737937 0.9938048 -0.05706959 -0.09524822 0.994171 -0.06021296 -0.08923608 0.9895322 0.1339762 -0.05307167 0.988403 0.1495712 -0.02581864 0.9960021 -0.06204408 -0.0640583 0.9909665 0.1198462 -0.06009089 0.8801233 -0.379162 0.2855922 0.507767 -0.1496017 0.848384 0.9421674 -0.06299018 0.3291116 0.9435713 0.07321387 0.3229163 0.4927824 -0.07965326 0.8664816 0.4700766 -0.04235965 0.8815882 -0.9173559 0.196173 0.346324 -0.5029145 -0.02008116 0.8640705 -0.937376 -0.0328989 0.3467208 -0.9374676 -0.1600695 0.3090609 -0.4970244 -0.05920588 0.865688 -0.4596393 -0.08749651 0.883755 -0.03003019 -0.1852778 0.9822077 0.004760861 -0.06247138 0.9980163 0.03405863 0.07449567 0.9966124 -0.9840999 0.1647999 -0.06619465 -0.9791864 0.1610767 0.1232337 -0.6763207 0.6761376 -0.2921842 -0.9850154 0.1380352 -0.1032441 -0.9944761 -0.09717088 -0.03906369 -0.9958495 -0.08447521 0.03323465 -0.9656056 -0.2591326 -0.02063047 -0.9649953 -0.262154 -0.007385432 -0.9944456 -0.09341716 -0.04794454 -0.9674367 -0.2526932 -0.01297032 0.939787 -0.3397321 -0.03671371 0.938139 -0.3459578 0.01257359 0.9380169 -0.3440352 -0.04126101 0.9945067 -0.05682545 -0.08764916 0.9965209 -0.0554521 -0.06170839 0.9985046 -0.04995876 0.02209538 0.9809259 0.1866207 -0.05389565 0.9804987 0.1913815 0.0439161 0.9793695 0.1769768 -0.09726244 0.7414777 0.6423841 -0.1935788 0.8917204 -0.2692343 0.3637196 0.4545121 -0.07696765 0.8873867 0.9093601 -0.001159667 0.4159673 0.427076 0.09237951 0.8994721 0.9039888 0.1879635 0.3839839 0.4847255 0.1580248 0.8602557 0.4816126 0.3071078 0.8207648 -0.8247932 0.1423993 0.5471664 -0.3731803 0.0770592 0.9245277 -0.6409497 0.7610706 0.09955137 -0.9013031 -0.04333627 0.4309824 -0.9289224 -0.1926023 0.3162023 -0.5438703 -0.04470956 0.8379467 -0.4433424 0.01498454 0.8962066 0.03015226 0.05560469 0.9979858 -0.04651015 0.08722186 0.9950865 -0.07281714 0.07608264 0.9944151 0.2808313 0.9222999 0.26545 0.7425459 0.5980407 0.3015534 0.326487 0.9451888 0.001586914 -0.5328227 0.737724 0.4145329 -0.4152348 0.3061006 0.8566546 0.1232337 0.3487045 0.929075 0.4817957 0.1796624 0.8576312 0.3327128 0.9429914 0.0055238 0.7525254 0.6579791 -0.02703934 0.7695242 0.6384167 -0.01449626 0.3400067 0.9403973 0.005035519 -0.5181432 0.8552507 0.004303097 -0.5117954 0.8590045 0.0104373 -0.508713 0.8608967 0.006256282 0.7365947 0.6761681 -0.01220738 -0.292642 -0.9098789 0.2940153 0.4604633 -0.7941222 0.396588 0.3055513 -0.3177282 0.8975799 -0.1095615 -0.3903318 0.9141209 -0.4141362 -0.2220221 0.8827174 -0.7401654 -0.5727409 0.3522446 -0.3406476 -0.9367352 -0.08029419 -0.3444624 -0.9273049 -0.1463362 -0.7644886 -0.6422926 -0.05441445 -0.7671438 -0.6335337 -0.1004059 -0.3552049 -0.9197363 -0.1668752 0.5054171 -0.840144 -0.1967223 0.4702903 -0.8674886 -0.1620227 0.307474 0.9508652 -0.03549301 0.318125 0.9471114 -0.04165774 -0.5403302 0.8410291 -0.02624589 -0.5354167 0.8443556 -0.01910454 -0.5371258 0.8431654 -0.02246159 0.3006073 0.9532151 -0.03161716 0.7487716 0.6620075 -0.03207492 0.752739 0.6572161 -0.03707998 0.2666097 0.9278237 0.2607806 -0.5222327 0.7627797 0.3812677 -0.3251747 0.4050111 0.8544877 0.1543321 0.4636677 0.8724327 0.4727317 0.3168737 0.8222297 0.7334209 0.6146123 0.2903531 0.06601148 0.1596423 0.9849544 -0.4385815 -0.007751643 0.898648 0.4882656 -0.001495361 0.8726768 0.4067812 -0.04812765 0.9122288 -0.02771079 -0.141911 0.9894711 -0.08993804 -0.4039125 0.9103366 -0.5796686 -0.2125309 0.7866146 -0.4212775 -0.1857661 0.8876613 0.4953764 -0.1208227 0.8601947 0.9215674 -0.2219001 0.3184607 0.45085 -0.8879055 -0.09106719 0.9613636 -0.2587664 -0.09369182 0.9367962 0.04666274 0.3467208 0.9328593 0.1788384 0.3126621 0.9512009 0.3012177 -0.06665241 -0.9500107 0.09002959 0.2988983 -0.9842525 0.176458 -0.01013213 -0.9210487 -0.1342509 0.3655202 -0.9144261 -0.1840266 0.3604541 -0.9660634 -0.2561113 -0.03335672 -0.9865719 0.1612293 -0.02575761 -0.9889828 0.1454207 -0.02746665 -0.9957579 -0.07174897 -0.05703908 -0.9957885 -0.07278662 -0.05563521 -0.996704 -0.07464826 -0.03149509 -0.9681082 -0.2432325 -0.05984675 -0.971923 -0.2250435 -0.06845301 -0.7812433 -0.6140324 -0.1122165 0.9684744 -0.2068544 -0.1386455 0.9761956 -0.145024 -0.1611377 0.9846187 0.08297979 -0.1535386 0.9903256 0.07263404 -0.1181982 0.9576403 0.2687765 -0.103122 0.9829401 0.08597064 -0.1625416 0.9644154 0.2476577 -0.09225744 0.9764397 -0.1861934 -0.108951 0.9738762 -0.2204352 -0.05423134 0.9837947 -0.1307718 -0.1225318 0.9930723 0.07544171 -0.08981597 0.9955443 0.06454664 -0.06845301 0.9660024 0.2505264 -0.06341743 0.9633473 0.2632222 -0.05163729 0.9920042 0.08148437 -0.09607225 0.9679861 0.2439039 -0.05902278 -0.9881893 0.1510971 -0.02465891 -0.9870907 0.1592456 -0.0167241 -0.9890744 0.1452681 -0.02423167 -0.9955748 -0.07547223 -0.0554521 -0.9960326 -0.072573 -0.05102694 -0.9656056 -0.2484207 -0.07644885 -0.965331 -0.259743 -0.02496409 -0.9969176 -0.07358008 -0.02636796 -0.9707328 -0.2237617 -0.08688616 -0.7722404 -0.605884 -0.1910458 -0.943144 0.1268349 0.3071078 -0.5334635 -0.02288883 0.8454848 -0.9421979 -0.06674396 0.3282876 -0.9437239 -0.1708426 0.2831507 -0.5362102 0.06723225 0.8413953 -0.4878689 -0.00213629 0.8728904 0.9523301 -0.1660206 0.2558062 0.6370739 0.0678426 0.7677847 0.4952849 -0.8663595 -0.06381416 0.9599903 0.09262365 0.2642292 0.9366741 0.2156133 0.2758568 0.5365154 0.07184052 0.8407849 0.5526597 0.1382488 0.821833 0.07135224 0.2764061 0.9583728 0.04647964 0.1036103 0.9934996 -0.001617431 -0.1257362 0.9920347 -0.4843288 0.8369091 -0.2548601 -0.9920957 0.12537 0.004669308 -0.9835506 0.1787774 0.02523881 -0.5909605 0.6740013 -0.4431898 0.552263 0.7528001 -0.3580737 0.5797601 0.7934812 -0.1850337 -0.4343089 0.8835414 -0.1751762 0.7562487 -0.6537675 0.02511668 0.9976806 -0.05172884 -0.04406869 0.8202765 -0.5508896 0.1537217 -0.2981658 -0.8977935 0.324015 -0.2913907 -0.9492782 0.1179235 0.7006745 -0.6556292 -0.2813501 -0.9272439 -0.3592334 0.1055635 -0.9248635 -0.3227332 0.2010254 -0.9815669 0.1361736 -0.1338847 -0.9243751 -0.3606677 -0.1241188 -0.322367 -0.9083224 -0.2664266 0.9443037 0.3044221 -0.1246986 0.9340495 0.3191931 -0.1601001 0.9999085 0.01058989 0.006561458 0.9411298 0.301828 -0.1520127 -0.2006286 0.8256478 -0.5272683 -0.9496445 0.2081362 -0.2341685 -0.8676412 0.3627735 -0.3399152 -0.1336711 0.8072756 -0.5747856 0.6810511 0.6457412 -0.3451338 0.6992706 0.6525468 -0.291818 -0.3348491 0.8702964 -0.361095 0.9710379 0.2261726 -0.07675403 0.964446 0.2517777 -0.07992798 0.9695425 -0.1868038 -0.15833 0.9465011 -0.2618793 -0.1885128 0.9667348 0.2027039 -0.155919 0.6696066 0.7032991 -0.2386242 0.2800683 -0.9406415 -0.1915646 0.8527482 -0.01916557 -0.5219275 0.1001923 -0.9877316 -0.11948 -0.708121 -0.7053133 0.03222751 -0.642964 -0.7656484 -0.01843315 0.3802911 -0.8862881 -0.2642903 -0.9656361 -0.2592242 0.01757866 -0.9762871 -0.2109439 0.04843282 -0.9563586 0.1462447 -0.2529069 -0.9256569 -0.3281045 -0.1882992 -0.1812799 0.8027589 -0.568041 -0.9141514 0.2671591 -0.3048494 -0.8006226 0.4153569 -0.4317759 -0.1324808 0.7734611 -0.6198309 0.6135441 0.6705527 -0.4170049 0.6896878 0.6459548 -0.3270974 -0.2763451 0.9222388 -0.2703024 0.9797357 0.1908932 -0.0605182 0.9684744 0.2410657 -0.06259346 0.9404278 -0.311716 0.1355022 0.9025239 -0.4219184 0.08603167 0.9745171 0.1528062 -0.1640675 0.70983 0.6670126 -0.2262642 0.1018403 -0.9794915 0.1738334 0.08478039 -0.9540086 0.2874538 -0.7258217 -0.6753136 0.1307718 -0.6821192 -0.7223426 -0.1133762 0.09530925 -0.9938353 -0.05627608 -0.9730827 -0.2303842 0.002502501 -0.790521 -0.5796686 0.1974852 -0.9876706 -0.1563768 9.46074e-4 -0.9438154 0.2071291 -0.2573931 -0.9367962 -0.2960295 -0.186407 0.00238043 0.8781396 -0.4783471 -0.8092288 0.5039827 -0.301767 -0.6515092 0.6115299 -0.4488968 0.03625595 0.8127384 -0.5814387 0.6848964 0.6211127 -0.380932 0.7692496 0.587756 -0.2504654 -0.07443463 0.9842219 -0.1603747 0.9988708 0.03540146 -0.03152561 0.9949034 0.0912503 -0.04239016 0.8287606 -0.5406354 0.1441694 0.7820673 -0.6159856 0.09411907 0.9962462 0.03027433 -0.08081299 0.7821589 0.6159856 -0.09335607 -0.05453658 -0.98764 0.1468856 -0.06485182 -0.9680472 0.2421948 -0.7895138 -0.6073489 0.08798485 -0.7634816 -0.6250191 -0.1625721 -0.05343788 -0.9943846 -0.09131133 0.7784967 -0.6234931 -0.07187104 -0.9978942 -0.05389565 -0.03592026 -0.8331553 -0.5262612 0.169866 -0.9992676 0.02868735 -0.02417063 -0.8451491 0.4869533 -0.2203436 -0.9757989 -0.07666248 -0.2046266 0.01974546 0.7587206 -0.6511124 -0.777337 0.4740745 -0.4134342 -0.5759148 0.568926 -0.586993 0.04150515 0.694235 -0.7185278 0.6295358 0.5654164 -0.5328532 0.7542344 0.5302591 -0.3871883 -0.04983669 0.9328898 -0.3566698 0.9980773 0.03610336 -0.05032497 0.9914548 0.1065401 -0.07513654 0.8441115 -0.5113071 0.1612598 0.7824336 -0.6125676 0.1117893 0.9915769 0.016541 -0.1282998 0.7767266 0.5851925 -0.2327952 -0.06698811 -0.9856563 0.1547899 -0.0705893 -0.966155 0.2480544 -0.7981811 -0.5923643 0.1093783 -0.7546617 -0.6387219 -0.1498153 -0.06729328 -0.9956359 -0.06451612 0.7607043 -0.6449171 -0.07306128 -0.998291 -0.04165774 -0.04049801 -0.850734 -0.4923856 0.1836909 -0.997406 0.05114901 -0.05047756 -0.820246 0.4705649 -0.3251747 -0.9691763 -0.09195226 -0.228431 0.5063326 0.8403272 -0.1934263 -0.4439222 0.8447218 -0.2988983 0.5640126 0.7776421 -0.2777184 0.931547 0.3634755 -0.009460687 0.9132969 0.407239 0.001770019 0.4113284 0.9072848 -0.08706927 -0.4637287 0.8849452 -0.04223757 -0.3387249 -0.9407941 -0.01300084 0.5438093 -0.8378247 0.04788351 0.5684072 -0.8172857 0.09442424 -0.3350017 -0.9410383 0.04687643 -0.9044771 -0.4263741 -0.007934808 -0.3576159 -0.903531 -0.2359691 -0.965331 0.2543413 -0.05807667 -0.9169286 -0.3989074 0.007629573 -0.959563 0.2541887 -0.1207922 -0.9607837 0.2665792 0.07632678 -0.2183294 -0.9724113 0.08191168 0.640492 -0.7589038 0.1174657 0.6483352 -0.7371135 0.190466 -0.2356334 -0.9587695 0.1588183 -0.7759331 -0.6289255 0.04831075 -0.7717826 -0.6029542 -0.2017884 -0.2030701 -0.9556871 -0.2130802 0.1057772 0.9255349 0.3635365 -0.6596271 0.6894742 0.2990509 -0.6825159 0.6427198 0.347911 0.1165807 0.9034395 0.4124882 0.7095859 0.6405225 0.2935575 0.7298807 0.6763512 0.09884941 0.1045869 0.9829707 0.1509751 -0.6761986 0.7354351 0.04272586 -0.03854483 -0.9797052 0.1966612 0.6284067 -0.7665029 0.1323893 -0.03518784 -0.9636524 0.2647786 -0.6733299 -0.7333292 0.09393596 -0.6876431 -0.6829127 -0.2464675 -0.05584883 -0.9931333 -0.1026032 0.6459853 -0.7554552 -0.1092867 0.03430277 0.9727165 0.2293466 -0.6489761 0.7520676 0.1148411 0.03979611 0.9576403 0.2851039 0.6789148 0.720481 0.1411786 0.7111728 0.700766 -0.05551314 0.01394695 0.9997559 -0.01544231 -0.6713462 0.7152318 -0.1941282 -0.02059996 -0.9972534 -0.07086396 0.7252418 -0.6855983 -0.06289863 0.7239601 -0.689169 -0.02990812 -0.01678514 -0.9995117 -0.02633744 -0.737724 -0.6698508 -0.08359014 -0.7248756 -0.6039918 -0.3311868 -0.04370248 -0.9720451 -0.2305978 0.1206091 0.9857479 0.117191 0.7771539 0.6272774 0.05008083 0.104831 0.9854427 -0.1337321 -0.6843776 0.6846828 -0.250618 -0.6988739 0.7137058 0.04663223 0.1378521 0.9739372 0.1800592 0.1172826 0.7950072 -0.595111 0.7885983 0.6037477 -0.116306 0.7792901 0.4248176 -0.4606464 0.08108764 0.2543413 -0.963683 -0.4948881 0.1132236 -0.861507 -0.5483871 0.4897305 -0.6777856 -0.05551314 -0.7992798 -0.5983459 -0.6049074 -0.409009 -0.6831874 -0.4232612 -0.03784292 -0.905179 -0.007934808 -0.2086245 -0.9779351 0.6886502 -0.4975738 -0.5273904 0.7251198 -0.6645405 -0.1803033 -0.003723204 0.8631245 -0.5049593 0.7039399 0.5384686 -0.4631184 0.01303136 0.2647175 -0.9642323 -0.4272592 0.1203345 -0.896054 -0.5788446 0.523484 -0.6251717 -0.05099642 -0.7832881 -0.6195257 -0.5688955 -0.4364147 -0.6970428 -0.3798334 -0.02291935 -0.9247413 0.006134212 -0.1413312 -0.9899289 0.6292611 -0.5229652 -0.5748772 0.0700705 0.8948943 -0.4407178 0.6786401 0.5605945 -0.4744713 -0.004547238 0.2549516 -0.9669179 -0.2951445 0.1009247 -0.9501022 -0.5743584 0.6025269 -0.5540941 -0.1279336 -0.6804102 -0.7215186 -0.6592609 -0.3531297 -0.6637776 0.002533018 -0.04293954 -0.999054 0.4258248 0.01553392 -0.9046602 0.5862911 -0.4580828 -0.6681112 -0.9649037 0.2562944 -0.05679494 -0.375988 0.9238868 -0.07104706 -0.7457808 0.20365 -0.6342662 -0.6484573 -0.4426099 -0.6193121 -0.8470107 -0.4295786 -0.3129673 -0.345378 -0.7943358 -0.4997101 -0.8803369 -0.4646138 -0.09537035 -0.3040254 -0.6178167 -0.7251198 0.08645892 -0.7031465 -0.7057405 0.420484 -0.7896359 -0.446791 0.4869533 -0.8575701 -0.1654408 -0.8533891 -0.120426 -0.5071261 -0.7787714 0.4797509 -0.4041261 -0.5617237 -0.1630909 -0.8110599 -0.4865871 -0.3812372 -0.7860347 -0.634846 -0.5721305 -0.5192419 -0.02768027 -0.891995 -0.4511246 0.01696825 -0.5384076 -0.842494 0.7087924 -0.5472274 -0.445082 0.9434187 -0.002166807 -0.3315531 0.5870236 -0.3379009 -0.7356487 0.6757408 -0.07522809 -0.7332682 0.7530137 0.6045717 -0.2596515 -0.06576734 0.9738762 -0.2173223 0.7119053 0.3588977 -0.6035951 0.02423167 0.6502884 -0.75927 -0.6604511 0.2480239 -0.7087008 -0.8983734 -0.08478039 -0.4309213 -0.820246 0.4975432 -0.2821436 -0.6433607 -0.1179845 -0.7563707 -0.56798 -0.3581652 -0.7409894 -0.6779687 -0.5392926 -0.4994354 -0.01413005 -0.8839992 -0.4672384 0.03402811 -0.5346233 -0.8443556 0.7587512 -0.5140233 -0.4000061 0.973632 0.02703934 -0.2264778 0.6827906 -0.3095492 -0.6617634 0.7534105 -0.03021329 -0.6568194 0.7703177 0.6250496 -0.1260719 -0.0806604 0.9923093 -0.09356975 0.7803278 0.4103824 -0.4718161 0.01315343 0.7005524 -0.7134312 -0.7458114 0.291818 -0.5987732 -0.8206732 -0.2977691 -0.4876247 -0.8805201 0.2565081 -0.3985107 -0.5616627 -0.2666402 -0.7831965 -0.5369122 -0.4151127 -0.7344279 -0.6146733 -0.6215705 -0.4855495 0.05984675 -0.883755 -0.4640949 -2.1363e-4 -0.5070345 -0.8619037 0.7621387 -0.43202 -0.4821619 0.870449 -0.4814295 -0.1025117 0.9046602 0.09787285 -0.414716 0.6144902 -0.2254402 -0.755974 0.5754265 -0.01855522 -0.8176214 0.6872158 0.6415296 -0.3407391 -0.3047884 0.9335002 -0.188818 -0.184637 0.5999939 -0.7783746 -0.6540422 0.04251223 -0.7552416 -0.7740715 -0.3717765 -0.5124058 -0.8717612 0.1166722 -0.4758141 -0.4278085 -0.3561205 -0.8307138 -0.2894681 -0.4957732 -0.8187506 -0.3794671 -0.7134922 -0.5889462 0.4267098 -0.7377545 -0.5230568 -0.5406354 -0.8047731 -0.2449721 0.3480026 -0.4535966 -0.8203986 0.8831141 -0.2226325 -0.4129154 0.9239479 0.1432539 -0.3545945 0.7504196 -0.1582689 -0.6416822 0.7054048 -0.004943966 -0.7087619 0.6515397 0.658742 -0.3762016 -0.3746147 0.8284555 -0.416242 -0.1701101 0.4181951 -0.8922392 -0.6091495 -0.1086459 -0.7855464 0.9405805 0.2818384 -0.1893368 0.9566027 -0.05090487 -0.286813 0.944731 0.05270546 -0.3234962 0.9113132 0.293527 -0.288583 0.765862 0.62331 -0.1577501 0.6325877 0.764214 -0.1256142 -0.9179357 -0.2637715 -0.2962737 -0.9389935 0.2125003 -0.2703329 -0.9133275 0.2156133 -0.3454085 -0.9281289 -0.08423107 -0.3625599 -0.7265542 -0.51854 -0.4507279 -0.4416334 -0.7290872 -0.5228431 0.5581225 -0.6310617 -0.5387127 0.08035522 -0.3980529 -0.9138157 0.9815669 -0.07376319 -0.1761223 -0.3191626 0.9341716 -0.1593981 -0.08758813 0.8683737 -0.488052 0.03009122 -0.1577196 -0.9869991 0.03952145 -0.09475994 -0.9946898 -0.07339698 -0.1630299 -0.9838557 0.5335856 0.2156133 -0.817774 0.1408429 -0.2203131 -0.9651784 0.6294443 0.2264168 -0.7432783 -0.03518784 0.3628041 -0.9311808 0.974456 0.1601611 0.1572619 0.9848933 0.1705374 -0.02975553 0.7310709 0.5976135 0.3291116 0.9728385 0.1363261 0.1870479 0.9935606 5.18815e-4 0.1131626 0.9959716 0.02304142 -0.08636736 0.9833674 -0.1452071 0.1090426 0.9904172 -0.1175573 -0.07242041 0.9789727 -0.1412397 0.1469771 -0.9720451 -0.2312082 0.04049801 -0.9634083 -0.2005981 -0.1776482 -0.7816401 -0.6145818 0.1063265 -0.9678335 -0.2371898 0.08349859 -0.9894101 -0.1167638 0.08615374 -0.9922788 -0.1139561 0.04843282 -0.991699 0.07202368 0.1062654 -0.9892269 0.0903958 -0.1151158 -0.9796137 -0.09244054 -0.1782281 -0.9898068 0.03747671 0.1373333 -0.7974486 0.02130192 -0.6029542 -0.3057649 -0.103885 -0.9464095 -0.6946929 -0.04428231 -0.7179175 -0.7654653 -0.01232945 -0.6432996 -0.1922056 0.02880942 -0.9809259 -0.2995392 0.2243415 -0.9273049 -0.3632008 0.1111178 -0.9250466 0.8528093 0.0433973 -0.5203406 0.4103519 0.2417371 -0.8792688 0.7613148 0.1007416 -0.6404615 0.8289743 0.0889309 -0.5521104 0.214423 0.1184423 -0.969512 0.2954802 -0.07611316 -0.9522996 0.3278604 0.0525223 -0.9432356 0.02548295 0.3190405 -0.9473861 -0.01199376 0.0878933 -0.9960326 -0.03827017 -0.1560106 -0.9869991 0.9836726 0.177282 -0.02999967 0.9855037 0.1695303 0.004150509 0.9978332 0.04788351 -0.04480117 0.9783929 0.0458998 -0.2014527 0.9746086 0.1543321 -0.1620532 0.7876217 0.6094241 0.09067046 0.9927976 -0.1094393 -0.04846334 0.9808954 -0.07672351 -0.1786859 0.9988403 0.04617446 -0.01229894 0.9931638 -0.1147801 -0.01843315 -0.9892269 -0.1268959 -0.07290869 -0.9221778 -0.08798485 -0.3765679 -0.7360454 -0.676809 -0.01116973 -0.9913328 -0.1309549 0.008362054 -0.9996643 0.01818901 0.01693773 -0.9975891 0.02026426 -0.0661031 -0.9869686 0.153386 -0.04806661 -0.9291971 0.122837 -0.3484908 -0.9161962 0.02166813 -0.4000977 -0.9884945 0.1465193 0.03671371 -0.7062594 0.694998 0.1345866 -0.7091586 0.009521722 -0.7049471 -0.4494461 -0.1015045 -0.8875088 -0.6353038 0.01016265 -0.7721793 -0.7028108 0.03967404 -0.7102268 -0.332194 8.24e-4 -0.9431746 -0.3675344 0.1692556 -0.9144566 0.8718833 0.03061002 -0.4886929 0.5522019 -0.02331614 -0.833369 0.5155797 0.1517685 -0.843257 0.4339732 0.04763936 -0.8996552 0.8308054 0.03015226 -0.5557116 0.8896145 0.06073182 -0.4525895 0.5311442 -0.07278662 -0.8441115 0.6424146 0.04739522 -0.7648549 0.02142399 0.2100284 -0.9774468 -0.003692686 0.02893149 -0.9995728 -0.01806694 -0.1448103 -0.9892575 0.981048 0.1936399 -0.00326544 0.9706717 0.1678212 -0.1719717 0.6784265 0.7128514 0.1775872 0.9789117 0.2021851 0.028077 0.9993897 -0.001403808 -0.03451639 0.9787591 0.01040679 -0.2046876 0.9765008 -0.2153691 0.002441465 0.9699698 -0.1752983 -0.1684927 0.9779351 -0.2059084 0.03509628 0.6387219 -0.7474288 0.1825922 -0.9806208 -0.1909543 -0.04358041 -0.9220557 -0.1413007 -0.3603015 -0.6782739 -0.7150792 0.168981 -0.9826045 -0.1830805 0.0305795 -0.9967345 0.01684617 -0.0786767 -0.9176611 0.02819907 -0.3963134 -0.9755241 0.2155217 -0.04293954 -0.9191565 0.1832636 -0.3485519 -0.9740288 0.224372 0.02990812 -0.6413159 0.745201 0.1825617 -0.7138584 0.04867702 -0.6985687 -0.3723563 -0.1197851 -0.9203162 -0.6237373 0.03573715 -0.7807856 -0.6942961 0.02380442 -0.7192602 -0.3312174 0.197882 -0.922544 0.8512223 -0.02844321 -0.5240028 0.516129 -0.02026426 -0.8562273 0.4842982 0.1420941 -0.8632771 0.8112735 0.03939938 -0.5833003 0.8724021 0.05227816 -0.4859157 0.4096194 0.0432142 -0.9112217 0.5054171 -0.1203039 -0.8544267 0.5611743 0.07864618 -0.8239387 0.03048795 0.2476882 -0.9683523 0.01684617 0.01605272 -0.9997254 0.01840263 -0.1918393 -0.9812311 -0.2742088 0.01727342 -0.9614856 -0.0190435 -0.1030305 -0.9944761 0.3005158 -0.006317317 -0.9537339 0.008514642 0.2438123 -0.9697256 -0.1708121 0.1840266 -0.9679556 -0.276162 -0.03518784 -0.960448 -0.2595905 0.1826533 -0.9482712 0.03207492 0.349559 -0.9363384 0.2958159 0.193701 -0.9353618 0.05600142 0.5254982 -0.8489029 0.401593 0.4040956 -0.821833 0.4156621 0.206183 -0.8857998 0.05215609 0.1345866 -0.9895017 -0.3393353 0.3079928 -0.8887906 -0.2802515 0.438551 -0.8538774 0.225959 0.2604144 -0.9386578 0.8134098 0.1394391 -0.564684 0.9746696 0.1974852 -0.1048005 0.7600635 0.1734367 -0.6262398 0.6169317 0.6185187 -0.4866176 0.6815394 0.7316508 0.01190221 0.8543046 0.08615374 -0.5125278 0.9741814 -0.142796 -0.174749 0.6286508 -0.7144688 -0.3070772 0.594409 -0.3919187 -0.7021699 0.9877316 0.0228278 -0.1543626 -0.7752922 0.1034577 -0.6230049 -0.955504 -0.1758171 -0.2367321 -0.6913968 0.05447548 -0.7203894 -0.6526994 -0.292581 -0.6987823 -0.7368694 -0.6028016 -0.305948 -0.7776421 0.09768974 -0.6210212 -0.9725028 0.144322 -0.1826838 -0.6456496 0.761803 -0.05224764 -0.5482345 0.634846 -0.5444197 -0.9714957 -0.06399726 -0.2281869 -0.9921262 0.1228675 -0.02401804 -0.9929807 -0.1025422 -0.05887019 -0.9938658 0.1103549 0.003662168 -0.6455886 0.7533494 0.1251564 -0.6425977 0.7601245 0.0959807 -0.9687185 -0.2370373 -0.0730918 -0.7367473 -0.6627094 -0.1340067 -0.728782 -0.6774499 -0.09933775 -0.9656361 -0.2550126 -0.049501 0.9828486 -0.1780755 -0.0477004 0.9998474 -0.01153594 -0.01156651 0.9998779 -0.01153594 0.009887993 0.9836421 -0.1784722 -0.02426218 0.6245613 -0.7723319 -0.1155736 0.6216315 -0.7687613 -0.1501815 0.9812616 0.1904965 0.02844321 0.6739097 0.7284768 0.1230201 0.6793115 0.7191992 0.1457259 0.981872 0.1824091 0.0509659 -0.09335607 -0.6298105 -0.7710807 -0.1663869 -0.9223304 -0.3487045 0.0527665 0.9166234 -0.3961913 0.06323432 0.9961242 0.06073182 0.0658589 0.9850764 0.1589709 0.06875818 0.9811701 0.1803949 -0.1718802 -0.9689932 -0.1774651 -0.1687063 -0.9757683 -0.139256 0.4528337 0.1142918 -0.8842128 0.5181738 0.1824091 -0.8355663 0 0.1353496 -0.9907834 0 0.1690725 -0.9855953 0.4322031 0.1578417 -0.887814 0.8234199 0.06720173 -0.5634022 0.8645284 0.1009857 -0.4922636 0.4504837 0.2332224 -0.8617511 0.8009278 0.1132236 -0.5879391 0.7973876 0.08432263 -0.5974914 0 0.2438428 -0.9697867 0 0.1812494 -0.9834285 0.4936369 0.1656239 -0.8537248 0.1567736 0.3071078 -0.9386578 0.3486129 0.3989685 -0.8480789 0.3856014 0.446028 -0.8076419 0.3359172 0.268746 -0.902707 -0.004791378 0.01141387 -0.9999085 0 0.04223757 -0.9990845 0 0.3245643 -0.9458296 0.5679495 0.09524822 -0.8174993 0.4399243 0.3057649 -0.8443251 0.8071841 -0.1306192 -0.5756402 0.8199408 -0.2584307 -0.5107272 0.6769311 -0.1636707 -0.7175817 0.3238624 -0.05478072 -0.9444869 0.9945982 -0.05850398 -0.08542126 0.8202155 0.1380657 -0.5551012 0.9939879 0.1093173 0.001953184 0.9914243 0.03118991 0.1268654 0.9594409 -0.1987365 -0.1998352 0.9543749 -0.0318613 0.2968536 0.9544054 -0.1449324 0.2609027 0.9940489 -0.1053804 0.02691727 0.9727775 0.03176975 0.2294687 0.4326914 0.4957122 0.7529832 0.7029328 -0.1619312 0.6925261 0.9827265 0.04184085 0.1802118 0.9837642 0.03445535 0.1759392 0.9740288 0.05423134 0.2197943 0.9784234 0.06176942 0.1969969 0.3065584 0.2642903 0.9143956 0.9708548 0.09530925 0.2198858 0.9799188 0.1586657 0.1205481 0.8397473 0.1157567 -0.5304422 -0.06775104 0.07638782 0.9947508 0.9527574 0.2542497 -0.1660512 0.9468673 0.2611774 -0.1875057 0.890347 0.2566606 -0.3759575 0.843318 0.280404 -0.4584185 0.9483627 0.2450026 -0.2013916 0.9642934 0.1830195 -0.1913815 0.8151494 0.2208319 -0.5354472 0.8662679 0.2580645 -0.4277169 0.9831538 0.120487 -0.1373943 0.9944761 0.07171845 -0.07632678 0.892819 0.1010468 -0.4388867 0.8404187 0.1544541 -0.5193945 0.9865413 0.1156041 -0.1153294 0.9756463 0.1424909 -0.1666616 0.9798883 0.1483504 -0.1333964 0.9475082 0.2114627 -0.2397534 0.9758294 0.1285439 -0.1766411 0.9897763 0.09939879 -0.1021454 0.9952697 0.01568651 -0.09564501 0.9899594 0.01812797 -0.1400494 0.8467971 0.03958249 -0.5303812 0.8707541 0.03286838 -0.490585 0.9055452 0.06582838 -0.4190496 0.9996948 0.0178228 -0.01660203 0.99176 0.05343788 -0.1163671 0.9824519 0.08807641 -0.1643727 0.9278848 0.05105745 -0.369274 0.4217658 0.05600142 0.9049654 0.4642781 0.004791378 0.8856471 -0.2609637 -0.1179845 0.9580981 -0.3065279 -0.1238746 0.9437544 0.252327 0.07245093 0.9649037 0.9982299 -0.01364177 0.05764943 0.984344 -0.02972501 0.1736808 0.9968871 0.0199896 0.07599109 0.9718315 0.01684617 -0.2349315 0.9895322 -0.0232551 -0.1422773 0.9989318 -0.04568618 -0.001342773 0.992645 -0.05896174 0.1054414 0.9647206 -0.08883935 0.2478103 0.08346807 -0.2483291 -0.9650563 0.4900052 -0.2553178 -0.8334605 0.1712088 -0.4792627 -0.8607746 0 -0.480636 -0.8768883 0 -0.2305063 -0.9730522 0.8126774 -0.2179632 -0.5403913 0.8925749 -0.2467727 -0.3773003 0.8958709 -0.2750633 -0.3488571 0.6038392 -0.4130375 -0.681692 0.9366436 -0.2632527 -0.2309946 0.971862 -0.2281869 -0.05838185 0.9801935 -0.1962035 -0.02584916 0.9543138 -0.2193365 -0.202887 0.9434187 -0.1981872 0.2657552 0.6440016 -0.2165593 0.733726 0.5717948 -0.09808647 0.8145085 0.9010895 -0.07821893 0.4264351 0.0716269 -0.684988 -0.7249977 0.4357433 -0.6154363 -0.6567278 0.05893123 -0.8471023 -0.5280923 -0.08603167 -0.8626057 -0.4984893 0 -0.6977752 -0.7163 0.7874386 -0.4331797 -0.4384594 0.9462874 -0.2245857 -0.2324594 0.9156163 -0.2759178 -0.2923063 0.7600635 -0.5608692 -0.328135 0.3810541 -0.783227 -0.4912259 0.9567858 -0.2128055 -0.1980041 0.9936827 -0.1087985 0.02673417 0.9959411 -0.04886013 0.07550275 0.9530015 -0.2716453 -0.1339457 0.8708457 0.09265416 0.4826807 0.4883877 0.08871728 0.8680685 0.4698935 0.2874844 0.8345897 0.5178686 0.5230262 0.6769311 0.9007233 0.2264473 0.3706168 0.2040162 -0.9396039 -0.2747581 0.675985 -0.7130345 -0.1859798 0.01083403 -0.981109 -0.1930295 -0.1008331 -0.9749748 -0.1980346 0.01632738 -0.9584643 -0.2847072 0.9648732 -0.2623981 -0.01089507 0.992523 0.01757866 0.1206701 0.9434797 0.2774743 0.1812189 0.9732963 -0.2282174 0.02438426 0.8979156 0.3296304 0.2916043 0.4824061 0.7153539 0.5054781 0.1555528 0.8799707 0.4487442 0.8017212 0.5159459 0.3016144 0.07910394 0.8264412 0.55739 0.1517075 0.6266671 0.7643666 0 0.8279977 0.5607166 -0.05642867 0.8724021 0.4854884 0.9896237 0.1423383 0.01818901 0.9153417 0.2502213 -0.3154088 -6.1037e-5 -0.4197821 -0.90759 0 0.7038484 -0.7103183 0.5220191 0.5932798 -0.6127812 0.4424573 0.4363231 -0.7834407 0.5164342 0.3309122 -0.789758 0.3580737 0.5156407 -0.7783135 -0.2067018 0.8420667 -0.4981536 -0.787286 0.3866085 -0.4802698 0.2856838 0.5812861 -0.7618641 0.4564348 0.5481125 -0.7008576 0.2581256 0.8917509 -0.3716544 -0.05539107 0.07281714 -0.9957885 -0.05850398 0.0653401 -0.9961242 -0.2855312 -0.03128147 -0.9578539 -0.9580981 -0.2538225 -0.1325724 -0.3480026 -0.02124083 -0.9372234 -0.4252144 -0.02508616 -0.9047212 -0.9671316 -0.1808527 0.1785943 -0.9609363 -0.2550126 0.1073336 -0.1358073 -0.04995876 -0.9894711 -0.1319925 0.01107817 -0.9911801 -0.9874569 -0.1124607 -0.1107211 0.1775872 0.08160644 -0.9806818 -0.894406 -0.0132755 -0.4470046 -0.9676809 -0.1128879 -0.2254402 0.1092257 -0.07681506 -0.9910275 -0.0871303 0.0849635 -0.9925535 -0.1322367 0.04419076 -0.9902036 -0.9578844 0.0592364 -0.2808924 -0.9912717 -0.0242927 -0.1293985 -0.02441477 -0.06048768 -0.9978637 -0.9460127 -0.1252174 -0.2988678 -0.9550768 -0.02716147 -0.295053 0.1556444 0.9866939 0.04690694 0.2402722 0.6910001 0.6817225 -0.6768395 0.7351604 0.03726309 0.1264687 0.9895627 0.06884974 0.7358013 0.5864132 0.3386639 0.7696463 0.5862606 0.2528153 -0.5627918 -0.8215888 0.09057891 0.291818 -0.2012085 0.9350566 0 -0.9671926 0.253975 -0.5192114 -0.7594226 0.3919492 -0.7195654 -0.4836573 -0.4982452 -0.9900815 -0.1278115 -0.05783253 -0.9557482 -0.1414533 -0.2578509 -0.9819636 -0.1170384 -0.1483199 -0.8995941 -0.05325478 -0.4334239 -0.7354656 0.04174929 -0.6762291 -0.9996948 -0.02246159 0.007141292 -0.9939268 0.05197298 0.09692674 -0.9693594 0.078341 -0.2327647 -0.9947203 0.03640854 0.09579759 -0.9866634 -0.1608631 -0.02465891 -0.9805597 -0.1438642 0.1332438 -0.7875912 -0.1653493 -0.5935545 -0.6072268 -0.01574754 -0.7943358 -0.9621266 0.01779228 0.2719504 -0.7251198 0.6648457 0.1792352 -0.7399518 0.6647847 -0.102237 -0.9623402 0.1480758 -0.2278206 0.09109771 0.994293 0.05529952 0.7578051 0.6519364 -0.02584916 0.6671957 0.7093112 -0.2273018 -0.005584836 0.9936522 -0.1122471 0.9720451 0.1732841 -0.1582384 0.8759728 0.2798242 -0.3928343 0.9690237 0.01709032 -0.2463148 0.9037446 0.2209234 -0.3665883 0.9556871 -0.01101714 -0.2941374 0.8200324 0.0275582 -0.5716117 0.8125248 0.06100648 -0.5796991 0.932371 0.03576767 -0.3596912 0.9094516 -0.03088468 -0.4145939 0.9489426 -0.009826958 -0.3152257 0.9480575 -0.001953184 -0.3180029 0.8215583 0.06021296 -0.5669118 0.7138584 0.02414011 -0.6998199 0.9020356 0.03003019 -0.4305551 0.943022 0.02203434 -0.3319498 0.9569994 0.003021299 -0.2900174 0.6687216 0.0612201 -0.7409589 0.86816 -0.03390604 -0.4950712 0.9066744 0.09253209 0.4115116 0.6705222 0.0356456 0.7410199 0.9131749 0.07284766 0.4009827 0.9114658 0.06695759 0.4058352 0.6711936 0.01120024 0.7411725 0.8428297 0.1716666 0.5099948 0.6456191 0.07690662 0.7597583 0.8469802 0.234138 0.4772179 0.5743278 0.1004364 0.8124027 0.8538774 0.239021 0.4622638 0.7593921 0.328959 0.5612964 0.5187842 0.1351054 0.844142 0.9162877 0.05667287 0.3964049 0.683401 -0.002899229 0.7300028 0.9318217 -0.005432248 0.3627735 0.6219367 0.02523881 0.7826167 0.8514359 0.05481123 0.5215308 0.6803491 0.007476985 0.7328104 0.9599903 0.09833061 0.2621235 0.8930937 0.1248817 0.4321726 0.851558 0.1283303 0.5082858 0.9739983 -0.01281774 0.2261726 0.8801233 0.02063047 0.4742271 0.9774773 -0.0216071 0.2098758 0.8434401 -8.24e-4 0.5371868 0.8321787 -0.08954131 0.5471664 0.9226661 -0.02972501 0.3844112 0.7855464 0.006836116 0.6187323 -0.9215064 -0.3533128 -0.1611377 -0.9278542 -0.323893 -0.184698 -0.7286294 -0.3178197 0.606647 -0.9466232 -0.3095187 -0.08966338 -0.1378216 0.01144438 -0.9903867 0.09088408 -0.01248204 -0.9957579 0.05423134 0.3918576 -0.9183935 -0.961974 -0.2674947 0.05487227 -0.9425032 -0.2604755 0.2092043 -0.9702445 -0.2318491 0.06939905 -0.8737754 -0.3288674 -0.3581652 -0.9381085 -0.3100986 0.1540879 -0.7408063 -0.5538805 0.3799859 -0.9681387 -0.2370373 0.0803247 -0.9590442 -0.2343516 0.1590319 -0.7932981 -0.1056551 0.5995666 -0.9847102 -0.1655018 -0.05392616 -0.6868496 -0.2771691 0.6718345 -0.9929197 -0.01718187 0.1174352 -0.9990845 -0.02075254 0.03723257 -0.7908262 -0.07400739 0.6075015 -0.9945067 -0.03073209 -0.09970396 -0.9934996 0.1028473 -0.04870754 -0.9853206 0.03656113 0.1666311 -0.7426069 0.6638692 0.08807641 -0.9965819 -0.05648976 0.05981624 -0.9307535 -0.07733386 0.3573107 -0.9915464 -0.07919549 0.1025727 -0.980102 -0.08413952 0.1796319 -0.9789422 -0.07797479 0.1885738 -0.8420667 -0.0894497 -0.5318766 -0.973632 -0.09897148 0.205298 -0.9758294 -0.1497543 0.1590319 -0.9668874 -0.1394391 -0.2136296 -0.7717216 -0.1549119 -0.6167791 -0.9728385 -0.179754 0.1457259 -0.9931638 -0.004150509 0.1161534 -0.9723502 -0.004486203 -0.2334361 -0.7720878 0.0563066 -0.6330149 -0.934904 -0.2661824 0.2346873 -0.9309061 -0.2583392 0.258095 -0.8146611 -0.2739952 -0.511063 -0.9395734 -0.2873318 0.1860408 -0.9347515 -0.3418684 0.09643846 -0.9172644 -0.3311868 -0.2211066 -0.6842555 -0.2912381 -0.6685385 -0.9470504 -0.3187353 0.03848379 -0.9665822 -0.2001709 0.1600085 -0.9461043 -0.1571093 -0.2830897 0.8815577 0.2740257 -0.3843501 0.793115 0.2262642 -0.5654775 0.8312632 0.2213202 -0.5098422 0.8999603 0.239021 -0.3645741 0.7157506 0.2308115 -0.6590472 0.5832087 0.1173437 -0.803766 0.8952605 0.1839961 -0.4057435 0.926664 0.1333048 -0.3514207 0.7997986 0.122898 -0.5875118 0.7869503 0.1766411 -0.5911436 0.8393506 0.1172521 -0.5307474 0.6497391 0.07498395 -0.7564318 0.9225745 0.09753715 -0.3732109 0.9281594 0.1182592 -0.3528245 0.807123 0.1054414 -0.5808588 0.8058413 0.1126438 -0.5812861 0.8422498 0.1037629 -0.5289468 0.6521195 0.02209538 -0.7577746 0.08008056 -0.09375286 0.9923399 -0.01257359 -5.79852e-4 0.9999085 -0.1455122 -0.264687 0.9532762 -0.7505112 -0.0502029 0.6589251 -0.3996399 0.2249825 0.8886075 -0.01770073 0.1296426 0.9913938 0.003875792 0.01916557 0.9997864 -0.6558123 -0.09524822 0.7488632 0.004943966 0.08044677 0.9967345 0.08072143 0.3703421 0.9253517 -0.2273934 -0.1233253 0.9659414 0.00225836 -0.2578204 0.966155 0.5325175 0.2883388 0.7957701 0.7968078 -0.0217902 0.6038087 0.2152776 0.1653798 0.9624317 0.008362054 0.2535478 0.9672842 0.3840144 0.3959471 0.8341014 -0.6695151 0.06631672 0.7397992 -0.4790796 0.449324 0.7540208 0.02267521 0.2270882 0.9736015 -0.1614734 0.1027558 0.9815058 -0.03323465 -0.2301095 0.9725639 0.09189122 0.6842555 0.7233802 -0.5321207 -0.006256282 0.846614 -0.5179601 0.4406872 0.7330851 0.561449 0.422956 0.7112339 0.6178472 0.1006805 0.7798089 0.3649098 -0.08047729 0.9275491 0.0640583 0.7372661 0.6725364 0.0577715 -0.2271798 0.9721061 -0.5491195 -0.09475994 0.8303171 -0.4122135 -0.06845301 0.908475 -0.276986 -0.1103244 0.9544969 0.4654073 0.305948 0.8305002 0.7195654 0.07528913 0.6902981 0.4977874 -0.4565874 0.7373577 -0.005767941 0.09231847 0.9956969 0.2104251 -0.02108824 0.9773553 -0.01101714 0.1131931 0.9934996 -0.1640369 -0.7945799 0.5845515 0.4116642 -0.1115757 0.9044466 0.1764885 -0.1420331 0.9739677 -0.6616413 -0.1086153 0.741905 -0.2909635 0.1656239 0.942259 -0.06567579 -0.2111575 0.975219 -0.008606195 -0.2358775 0.9717399 0.09805595 0.3397015 0.9353923 0.4218879 0.09775078 0.9013336 0.3901181 -0.03280735 0.9201636 0.1858272 -0.06256294 0.9805597 -0.3374737 -0.444441 0.8297678 -0.6064944 -0.1685842 0.7769708 0.2651448 -0.3660085 0.891995 -0.2669454 -0.3086337 0.9129307 -0.01910454 -0.1802118 0.9834285 0.5628529 0.2480544 0.7884457 -0.1066011 0.1348612 0.985107 0.05154573 0.1669057 0.9845882 -0.5312662 -0.1399884 0.8355358 -0.1232643 -0.1100497 0.9862362 0.4708396 0.1541795 0.8686178 0.5871762 -0.09042632 0.8043459 7.93481e-4 -0.1964171 0.9804987 0.09002959 -0.3347575 0.9379559 0.2746971 -0.4387341 0.8555864 0.4521012 -0.008148431 0.8919035 0.3883786 -0.1453596 0.9099399 0.1960509 -0.1189001 0.9733268 -0.5398419 -0.4408398 0.7170629 -0.6963409 -0.08420056 0.7126988 0.1033051 -0.5222938 0.8464614 -0.3869137 -0.3300882 0.8609882 -0.07895135 0.2441785 0.9664907 -0.4866482 -0.2016663 0.849971 -0.1022675 -0.1006805 0.9896237 0.203589 0.2027649 0.9577929 0.6341441 0.06973475 0.7700125 0.4200568 -0.2616657 0.868923 0.05484175 -0.1285744 0.9901731 0.6344798 -0.01281774 0.7728202 -0.01763969 -0.5165868 0.8560137 -0.2542802 -0.03292942 0.9665517 -0.07943964 0.1512192 0.9852901 -0.193701 -0.2232734 0.9552904 0.4208807 0.08520764 0.9030732 0.4456008 -0.2801599 0.8502457 0.2578509 -0.5428633 0.7992187 -0.4213996 -0.1275979 -0.8978241 -0.1263161 -0.05487227 -0.9904477 -0.1926023 -0.03140354 -0.9807428 0.3329874 -0.134495 -0.933256 0.5111545 0.177343 -0.8409681 0.1202124 0.2515336 -0.960326 -0.01153594 0.2075564 -0.9781488 0.1622363 0.04062008 -0.9859005 0.01840263 -0.3930479 -0.9193091 -0.3976867 -0.07919549 -0.9140599 -0.005890071 0.01165807 -0.9999085 -0.1718497 -0.03335672 -0.9845271 0.379284 -0.1859798 -0.9063692 0.5181127 0.1247596 -0.8461257 -0.1944334 -0.8356578 -0.513657 0.07940912 0.02758872 -0.9964293 0.2338023 0.7126072 -0.6613972 -0.2481459 0.2671285 -0.9311503 0.2256538 0.05410927 -0.9726859 0.08923608 0.01141387 -0.9959411 -0.5525071 -0.0549333 -0.8316599 -0.5148168 -0.3578906 -0.7789545 0.001647949 -0.03100675 -0.9995117 0.002227842 -0.02951139 -0.9995422 -0.009613275 -0.5020295 -0.8647725 -0.4730979 -0.007385432 -0.8809473 -0.1676992 -0.004486203 -0.9858089 -0.1451155 -0.01156651 -0.9893186 0.3551134 -0.2395398 -0.9035921 0.4768822 0.06900233 -0.8762475 0.32725 0.2914518 -0.8988311 -0.03827017 0.001708984 -0.9992371 0.1190832 0.02734458 -0.9924924 0.006042659 0.4273202 -0.9040498 -0.3291726 0.2584307 -0.9082003 0.3376873 0.03796499 -0.9404584 0.09714037 0.008209466 -0.9952086 -0.5321207 -0.0390942 -0.8457595 -0.004119992 -0.1025422 -0.9946898 0.005096554 -0.03970456 -0.999176 -0.3607593 -0.3267006 -0.8735313 0.02142399 -0.4911954 -0.8707541 -0.4616535 -0.08243048 -0.8832057 -0.1580858 -0.007690608 -0.9873654 -0.1098361 -0.05917537 -0.9921568 0.4615924 -0.3517258 -0.8143559 0.5448164 0.0348826 -0.8377941 0.3921629 0.3179113 -0.8631855 -0.04672384 -0.00979644 -0.9988403 0.1233558 0.01306188 -0.9922483 0.04446542 0.5335246 -0.8445997 -0.3770562 0.3357647 -0.863155 0.3276467 0.03335672 -0.9441816 0.07669299 -0.03216648 -0.9965209 -0.6353954 -0.02014219 -0.7719047 5.49333e-4 -0.2096316 -0.977752 0.01101714 0.01532024 -0.9998169 -0.5343791 -0.4535661 -0.713187 0.01623582 -0.7166662 -0.6971954 0 -0.5911741 -0.8065127 -0.07452619 -0.2231819 -0.9718925 0 0.2453383 -0.9694204 0.03152561 0.2506485 -0.9675588 -0.02047789 0.01806694 -0.9996033 0.4033936 0.7934507 -0.4557329 0 0.900296 -0.435194 0 0.1317179 -0.9912717 -0.135258 -0.4239631 -0.8955046 -0.03881949 -0.4137395 -0.9095432 -0.05243074 -0.1104159 -0.9924924 -0.01647996 0.002197325 -0.9998474 0.04882961 -0.1376079 -0.9892575 -0.05688649 -0.6938383 -0.7178564 0.404004 -0.3760185 -0.8338878 -0.04763936 -0.04727315 -0.9977416 0.1142613 0.1555528 -0.9811701 0.6084476 0.08340704 -0.7891781 -0.001037597 0.4203619 -0.9073458 0.01470988 0.1655934 -0.9860531 0.02783286 0.1984618 -0.9796747 0.0087893 0.6030153 -0.7976623 0.2185125 -0.0267952 -0.9754631 -0.5533311 0.3539232 -0.7540208 -0.6876431 -0.1072115 -0.71807 -0.5040437 -0.4470046 -0.7389447 0.01684617 -0.1770684 -0.9840388 -0.1086459 -0.02606278 -0.9937132 0.02191227 0.01873832 -0.9995728 0.1482589 -0.05371254 -0.9874569 -0.022309 -0.670278 -0.7417219 0.4720298 -0.3886532 -0.7912839 -0.4310434 0.07113862 -0.8995026 -0.128605 0.09784233 -0.9868465 0.6084781 -0.03323465 -0.7928404 0.4411451 0.3180029 -0.8391675 0.02990812 0.174749 -0.9841304 0.1265907 0.09189122 -0.9876706 0.03915524 0.5785089 -0.8147221 0.354503 -3.96741e-4 -0.9350261 -0.4445021 0.4248481 -0.7885983 -0.6880703 0.08612322 -0.720481 -0.5737785 -0.349559 -0.7406537 0.02035582 0.05496382 -0.9982604 -0.08081299 0.05520796 -0.9951781 0.1684927 0.05664235 -0.9840694 -0.0361644 -0.3147679 -0.9484543 0.3291116 -0.140202 -0.9338054 -0.3555712 0.09955137 -0.9293192 -0.1302224 0.1131016 -0.9849849 0.5062716 0.09558397 -0.8570513 0.3855708 0.335551 -0.8594623 0.02743613 0.1211584 -0.9922483 0.2192144 0.1299478 -0.9669485 0.01855522 0.511063 -0.8593402 0.3868831 0.1126438 -0.9152196 -0.4276559 0.3783379 -0.8209174 -0.6404615 0.0520035 -0.7661977 -0.4594562 -0.188757 -0.8678854 -0.1101108 -0.5756707 -0.8102054 0.587695 -0.3062227 -0.7488632 -0.7538377 -0.356975 -0.5515915 -0.1803949 -0.6549882 -0.7337566 0.8181707 0.05575728 -0.5722221 0.6529435 0.4264656 -0.6259041 0.6938383 -0.3245033 -0.6428419 0.8835108 0.03689682 -0.4668722 0.7417829 0.3987548 -0.5391705 0.02706986 0.7218238 -0.6915189 -0.7226173 0.455092 -0.5202795 0.01739555 0.7618946 -0.6474196 -0.9329509 -0.0298776 -0.358745 -0.8347728 0.3764764 -0.4017151 -0.9668874 -0.0786767 -0.2427442 -0.8424024 -0.3574328 -0.40318 -0.03540146 -0.897641 -0.4392224 0.67922 -0.5504624 -0.4853664 -0.7916196 -0.469924 -0.3904233 -0.04324471 -0.9249245 -0.377636 0.7186194 -0.5642873 -0.4063234 0.8550371 -0.06942957 -0.5138401 0.6653951 0.4092227 -0.6242867 0.8934599 -0.0921964 -0.4395276 0.7348247 0.3824275 -0.5601062 0.0313425 0.7615284 -0.6473281 -0.6616413 0.535966 -0.5243385 -0.0055238 0.7895444 -0.6136357 -0.9197669 0.08297979 -0.3835566 -0.7573779 0.4802698 -0.4423353 -0.9490036 0.05731374 -0.3099765 -0.04300057 -0.8298593 -0.5562609 0.6975921 -0.4446241 -0.5617848 -0.6404615 -0.5287027 -0.5569933 -6.1037e-4 -0.8568377 -0.5155797 0.8654744 0.1677602 -0.4719687 0.685049 0.4900662 -0.5389569 0.8334605 -0.3457747 -0.4309518 0.9083834 0.2342295 -0.346324 0.7570117 0.4952238 -0.4261605 0.06866663 0.7327494 -0.6769921 -0.6687826 0.3785211 -0.6398511 0.4990997 0.3679006 -0.7845394 0.1202124 0.7624439 -0.6357311 -0.8340404 -0.1465803 -0.5318461 -0.7463607 0.2982574 -0.5949279 -0.8596454 -0.1983398 -0.470748 -0.6799524 -0.5392621 -0.4967803 0.8818323 -0.1640675 -0.4420606 0.6999115 0.4510025 -0.5537889 0.8033387 -0.1754509 -0.5690786 0.4514298 -0.684286 -0.5726493 0.4879299 -0.6867886 -0.5387127 0.8956878 -0.1101413 -0.4307993 0.7222205 0.4598224 -0.5165868 -0.141789 0.6366466 -0.7579882 0.5118259 0.305887 -0.8027589 -0.7029023 0.05636763 -0.7090365 -0.6654866 -0.2455824 -0.704825 0 0.04348886 -0.9990234 -0.8264718 0.03878897 -0.5616322 -0.3441877 -0.6576739 -0.6700339 0.4001587 -0.4683066 -0.7877438 0 -0.2748497 -0.9614551 -0.4799951 -0.6721091 -0.5637685 0.7481307 0.03476053 -0.6626179 0.5766167 0.4430372 -0.6864223 0.6311838 -0.4457533 -0.634724 0.7791376 0.02740561 -0.6262398 0.625782 0.4310739 -0.6500138 0.0120548 0.7700735 -0.6377758 -0.7334819 0.4958037 -0.464919 -0.06857508 0.808649 -0.5842463 -0.9634999 -0.03714102 -0.2650532 -0.7882016 -0.5605945 -0.2538225 -0.8630635 0.409772 -0.2952055 -0.9886471 -0.04736471 -0.1424604 -0.8454848 -0.5093845 -0.1601611 -0.016541 -0.8909879 -0.4536882 -0.1115757 -0.9169896 -0.3829157 0.6639607 -0.4590594 -0.590228 0.7042452 0.09314244 -0.7037873 0.5071871 0.4007996 -0.7629323 0.5350505 -0.288583 -0.793939 0.5877865 -0.2757652 -0.7605212 0.7420576 0.1044038 -0.6621296 0.554796 0.4050111 -0.7267068 -0.01532024 0.5850093 -0.8108463 -0.6266061 0.3505966 -0.6959746 -0.03973507 0.6167791 -0.7860957 -0.8577837 -0.08468884 -0.506943 -0.614246 -0.4552141 -0.6445509 -0.7574084 0.2982879 -0.5807977 -0.9102451 -0.1161839 -0.397351 -0.7202979 -0.4435255 -0.533311 -0.01586961 -0.5961791 -0.8026673 -0.05221712 -0.631489 -0.7735832 0.7565233 0.1329386 -0.6402783 0.561388 0.3707694 -0.7397992 0.677694 -0.4340037 -0.5935545 0.8127079 0.1021149 -0.5736259 0.6320689 0.3402814 -0.6961577 0.09662157 0.5268716 -0.8444166 -0.6041444 0.3085421 -0.7347026 0.4660786 0.368511 -0.8043153 0.09344768 0.5330058 -0.840907 -0.9609363 -0.1353801 -0.2413403 -0.8327891 -0.5504929 -0.05807667 -0.8641316 0.2346873 -0.445143 -0.9783319 -0.201941 0.04553359 -0.124607 -0.95468 -0.2702414 -0.2492141 -0.9678335 -0.03347879 0.6816004 -0.5721305 -0.4560991 0.7354961 0.26545 -0.6233406 0.4730979 0.4633625 -0.74926 0.5955687 -0.1808221 -0.7826472 0.7040925 -0.05984675 -0.7075106 0.7553331 0.3192236 -0.5723136 0.4065065 0.5512253 -0.7285989 -0.2236396 0.4970244 -0.8384045 -0.8361461 0.173223 -0.5203711 -0.3892331 0.1572924 -0.90759 0.0228278 0.4249397 -0.9049043 0.3556322 0.3325602 -0.8734397 -0.5503098 0.4745018 -0.6870022 -0.8804285 -0.2038026 -0.4281136 -0.5932798 -0.4809107 -0.645497 -0.4610736 -0.07367163 -0.8842738 -0.9615772 -0.004211544 -0.2744529 -0.88876 -0.4174932 -0.1891232 -0.6411328 -0.5674612 -0.5165868 -0.01260411 -0.6073184 -0.7943358 -0.2988678 -0.2887356 -0.9095432 0.03967404 -0.6332591 -0.7729118 0.9559923 -0.2880947 0.05514693 0.5063326 -0.8583025 -0.08288824 0.8929411 0.3028352 0.3329874 0.9366436 0.2857753 0.2024292 0.9605701 -0.2726523 -0.05413979 -0.9831233 -0.05569624 0.1741081 -0.8756981 0.4335765 0.2124088 -0.4123356 0.1893673 0.89111 -0.7640614 -0.5788446 0.2847988 -0.8107242 -0.5505539 0.1988586 -0.9918821 -0.03222751 0.122837 -0.2469558 0.910123 0.3326212 0.6679281 0.6513565 0.3599353 -0.298471 0.9193091 0.256325 0.6571245 0.6877956 0.3083285 0.9313029 0.1217688 0.3432111 0.730369 -0.450972 0.5129857 0.9450667 0.1306497 0.2995392 0.7817011 -0.4640339 0.4166082 -0.06204408 -0.8664816 0.4953154 -0.09439373 -0.921598 0.3764458 -0.9319132 -0.2486038 0.2639546 -0.9827265 0.02719199 0.1829279 -0.4873195 0.01431316 0.873104 -0.513596 -0.6926176 0.5063936 -0.5588855 -0.7117527 0.4254891 -0.9456771 -0.2681356 0.1838129 -0.6210212 0.6974395 0.3575549 0.4487442 0.7498398 0.4860988 -0.6859035 0.6767479 0.2674642 0.4957427 0.7894833 0.3617969 0.87875 0.3100375 0.3628346 0.9218421 -0.05081331 0.3841364 0.8954436 0.3411054 0.2859584 0.9490036 0.03701895 0.3129673 0.486465 -0.6677755 0.5633717 0.5959655 -0.6361278 0.4900357 0.9057589 0.1338236 0.4020509 0.6797998 -0.7329936 0.02328562 0.581164 0.4755089 0.6603595 0.571276 0.5592212 0.6006959 0.9508347 -0.1883297 0.2457655 -0.1783196 -0.9547411 -0.2379528 -0.751793 -0.6228828 -0.2162236 0.2906583 -0.9415265 -0.1703848 -0.1663259 -0.9474166 -0.2732933 -0.57622 -0.7651296 -0.2872402 -0.9837031 -0.008209466 0.1795403 -0.5255898 0.4619587 0.7143468 -0.5851619 -0.5174719 0.6243172 -0.9855648 -0.1601611 -0.05462813 -0.3998535 0.6568194 0.6392407 0.1799677 0.5559252 0.8114871 0.2122257 0.6154973 0.7589954 -0.8938261 0.02121031 0.4478591 -0.6646626 0.470748 0.5801569 -0.6873989 -0.4286935 0.5861995 -0.7879269 -0.3861507 0.4795678 -0.9252602 0.01007109 0.3791009 -0.750206 0.4142277 0.5153051 0.06064027 0.7654348 0.640614 0.7212439 0.4782251 0.5010529 0.03726309 0.7770623 0.6282846 0.8708762 0.01678514 0.4911649 0.6147344 -0.3045137 0.7275307 0.7735832 0.4271675 0.4680013 0.8951384 -0.06118959 0.4415113 0.6511124 -0.3464461 0.6752526 -0.02197331 -0.6112552 0.7911008 -0.372631 -0.244087 0.8952605 -0.09579759 -0.667745 0.7381512 -0.8963286 -0.01818901 0.4429457 -0.5371868 0.3159582 0.7820368 -0.6871243 -0.5874813 0.4273812 -0.7759026 -0.6032289 0.1845149 -0.9372845 -0.06131166 0.3430585 -0.6180303 0.3204138 0.7178564 0.05941951 0.4645833 0.8835108 0.5898618 0.3434858 0.7307657 0.01937925 0.4955595 0.8683432 0.8817102 -0.02392649 0.4711142 0.6788538 -0.6515092 0.3385723 0.6431165 -0.6195257 0.4500564 0.6530656 0.3238624 0.6844996 0.8925443 -0.1315348 0.4313181 -0.05536055 -0.9848323 0.1642811 -0.04165774 -0.9648427 0.2594684 0.6123844 -0.7249672 0.3151646 -0.04080319 -0.9855953 0.1639454 -0.7324137 -0.6656697 0.1428877 0.9539781 0.2538225 0.1595202 0.9490951 0.2231819 0.2222663 0.8756981 0.4055604 0.2619404 0.5612354 0.3766595 -0.736961 0.694113 0.6431471 -0.3232825 0 0.2681967 -0.9633473 0.6183356 0.1274453 -0.7754753 0.8754845 0.1529893 -0.4583575 0.5657216 0.1644337 -0.8080081 0 0.140965 -0.9899899 0 0.1355937 -0.9907529 0.6154973 0.1284219 -0.7775811 0.8990448 0.1017182 -0.4258553 0.9353008 0.1877193 -0.2998749 0.9605396 0.1057466 -0.2571489 0.8190863 0.1836603 -0.5434431 0.6101565 0.2027039 -0.7658925 0.9808954 0.1306802 -0.1439558 0.8964507 0.1364177 -0.4215827 0.9023408 0.2189702 -0.3711661 0.9441511 0.2680135 -0.1916257 0.9197058 0.1926023 -0.3420515 0.7119663 0.06357002 -0.6993011 0.3127842 0.06949061 -0.947264 0.1569262 -0.0595721 -0.9857784 0.1886044 -0.4439833 -0.8759422 0.2495498 -0.2599567 -0.9327983 0.2278512 -0.1181676 -0.9664907 -0.670278 -0.6002991 -0.4362621 0.05032497 -0.004150509 -0.9987182 0.6398511 0.2092959 -0.739433 0.1424298 -0.3039948 -0.9419538 0.2048402 -0.01187169 -0.9786981 -0.24897 -0.3192541 -0.9143651 0.2092654 -0.4950712 -0.8432264 0.03750723 -0.1935788 -0.9803461 -0.05691701 0.06570631 -0.9961852 -0.06872767 -0.08609271 -0.9938963 0.03970456 0.2392651 -0.9701224 -0.4578081 0.2222663 -0.8608051 -0.005432248 0.01263463 -0.9998779 0.3575854 0.09268468 -0.9292276 -0.5478988 -0.06942957 -0.8336436 -0.7628712 -0.1172826 -0.6357921 -0.7897885 0.09433269 -0.6060366 -0.8222297 0.04300057 -0.5674917 -0.7913755 -0.1273843 -0.5978881 -0.4460585 -0.5184789 -0.7295145 -0.4279916 -0.5019685 -0.7515183 -0.6789758 0.3001495 -0.6699728 0.0228278 0.4423658 -0.8965423 -0.0216071 0.4628132 -0.886166 -0.7774896 0.2210456 -0.5887326 -0.5819575 0.09570604 -0.8075503 0.2340159 -0.617542 -0.7509079 0.3579516 -0.5558642 -0.7502365 0.6702475 -0.2405774 -0.7020173 0.6354259 -0.2615436 -0.7264931 -0.3589892 -0.7197791 0.5941343 0.1554918 -0.6535844 0.7406537 -0.4537492 -0.5917539 0.6662496 -0.7109287 -0.6055483 0.3575549 -0.6385998 -0.6886197 0.3434858 -0.4573504 -0.4615924 0.7600635 0.1609546 -0.5168005 0.8408154 0.1899167 -0.3726921 0.9082919 0.2280343 -0.2256233 0.947142 -0.3829157 -0.3069857 0.8712729 -0.7438277 -0.4148686 0.5239418 -0.7479171 -0.5046846 0.4310739 -0.909238 -0.3250526 0.2599567 -0.9253823 -0.3613392 0.1142613 -0.7222511 -0.2791833 0.6327403 -0.9083529 -0.230781 0.3486739 -0.9767144 -0.1109347 -0.1835383 -0.9529405 -0.1255531 -0.2759178 -0.8027589 0.1466719 -0.577929 -0.8011719 0.1276284 -0.5846431 -0.9822993 -0.0912503 -0.1634571 -0.7780694 0.09146398 -0.6214179 -0.4285409 0.3787347 -0.8202765 -0.3983276 0.4229865 -0.8138676 0.02697831 0.4931791 -0.8695029 0.151677 0.5692007 -0.8080691 -0.4408398 0.2206183 -0.8700217 -0.05432289 0.2809839 -0.9581592 0.5766167 0.4836268 -0.6584674 0.6823939 -0.1648305 0.7121189 0.6725364 -0.2388378 0.7004303 0.8554643 -0.06042665 0.5142979 0.8864712 -0.01571702 0.4624775 0.6431165 -0.0912503 0.7602771 0.9681997 0.2449415 -0.05026394 0.9663381 0.1760002 0.1875362 0.7373883 0.5048066 -0.4487747 0.4676656 0.3066195 -0.8290048 0.9455245 0.2147587 -0.2445753 0.901059 0.03689682 0.4320811 0.9547411 0.1501815 -0.2566301 0.4963836 0.2148503 -0.8410596 0.5345012 0.1998352 -0.821192 0.9691763 0.09103667 -0.2288583 0.9024934 0.02185124 0.4300974 0.5957823 -0.06540113 0.8004395 0.5729545 -0.1196326 0.8107852 0.2213202 -0.1383098 0.965331 0.224311 -0.1209448 0.9669485 -0.05081331 0.1855525 -0.9812921 -0.4425794 0.1369976 -0.886166 -0.4475539 0.1877193 -0.8742943 -0.05478072 0.2125309 -0.9755852 -0.7665944 0.06787312 -0.6384778 -0.9820857 -0.02551347 -0.1866512 -0.7631154 0.1414838 -0.6305429 -0.9287698 -0.1088595 0.3542588 -0.6985687 -0.1469161 0.7002472 -0.9179968 -0.02868735 0.3954893 -0.9848018 0.06219667 -0.1619922 -0.3168432 -0.1638844 0.9342021 -0.2637715 -0.1395306 0.9544054 0.9219642 0.06399726 0.3818781 0.7331461 0.03881949 0.6789453 0.5597095 -0.01803642 0.8284555 0.8062075 0.05481123 0.5890683 0.9514756 0.02258366 0.3068636 0.7210303 0.01879936 0.6925871 0.9519333 0.02337718 0.3053377 0.731193 -0.00640887 0.6821192 0.6578875 0.02514719 0.7526475 0.8498184 0.0203253 0.5266274 0.7196264 -0.01037627 0.6942656 -0.4985809 -0.02441477 -0.8664816 -0.9907224 -0.05249178 -0.125309 -0.9384747 -0.1062654 -0.3284707 -0.9945067 -0.06476026 -0.08206427 -0.9845576 -0.1437727 -0.099765 -0.9935911 -0.1057161 0.03946042 -0.9252602 -0.01501506 0.3789789 -0.7738884 -0.01181066 0.6331675 -0.4437391 0.00112915 0.896115 -0.9400922 -0.05227816 0.3368328 -0.9840388 -0.03280735 0.174871 -0.9056673 -0.06479078 0.4189886 -0.03723257 -0.1033661 0.9939268 0.01715135 -0.1699575 0.9852901 -0.1788079 -0.7612232 0.62331 0.04199343 -0.09106719 0.9949339 0.2130497 -0.1003143 0.971862 -0.7325968 -0.1459395 0.6647847 -0.5108494 0.4366893 0.7404706 -0.01220738 0.05716115 0.9982604 -0.2228461 -0.2148197 0.9508652 0.1565294 0.1611377 0.9744255 0.7299112 0.4203925 0.5389264 0.8376721 0.03378397 0.5451216 0.5629139 -0.5635854 0.6045107 0.01358073 0.2881252 0.9574877 0.0401318 0.1681874 0.9849238 0.2210761 0.7745293 0.5925779 0.3705862 -0.05273598 0.9272744 -0.02313297 -0.03949093 0.9989318 -0.613361 0.04214602 0.7886593 -0.1986755 0.2053896 0.9582812 0.169927 -0.01886039 0.9852595 -0.3114719 -0.4700766 0.8258004 0.1784417 -0.09793388 0.9790338 0.6879788 -0.6560869 -0.3101596 -0.1725822 -0.7722709 -0.6113773 -0.2670369 -0.9442121 0.1926023 0.6542863 -0.6433302 0.397473 -0.2612079 -0.9509873 0.1654103 -0.8368175 -0.5235145 0.160039 -0.5851925 -0.418897 0.6942961 -0.9671926 -0.1421247 0.2103946 -0.8641011 -0.4950102 0.09079253 -0.9787591 -0.1459395 0.1439253 -0.8085269 0.5297403 0.2561113 -0.7419355 0.5650807 0.3607898 0.9157689 0.0502029 0.3984802 0.8048341 0.4705344 0.3616749 0.9269082 0.0628376 0.3699759 0.7267983 -0.5650197 0.3904843 0.1841182 0.9061251 0.3807795 0.1275368 0.9395123 0.3178502 0.8155767 0.4810327 0.3215125 0.1242408 0.4249702 0.8966033 0.06006038 0.2414014 0.9685354 -0.4698935 0.3439436 0.8129215 0.1623279 0.4511246 0.8775597 0.604358 0.2946562 0.7401959 0.333781 0.1944029 0.9223609 -0.9519028 0.00338751 0.3062838 -0.8299509 -0.5371563 0.1503646 -0.8176825 -0.4513382 -0.3572802 -0.9912412 -0.1073641 0.07650989 -0.6006959 0.3335368 0.7265542 0.9424421 -0.03933835 0.3319804 0.7043062 2.1363e-4 0.709891 0.7468795 0.2282784 0.6245308 0.9674673 -0.217658 0.1288186 0.6828212 -0.6209601 -0.3848994 -0.198767 -0.7117527 -0.6736656 0.4636067 -0.7123936 -0.5268105 -0.1766716 -0.7139806 -0.6774499 -0.6865139 -0.5312967 -0.4963836 -0.04431283 -0.04022336 0.9981994 -0.2047181 -0.03344827 0.9782403 -0.2718894 -0.006347835 0.9622792 -0.05191195 -0.7813349 0.6219367 0.03631699 0.5123752 -0.8579668 -0.007080256 0.4240242 -0.9056063 0.4884182 0.7173986 -0.4967498 -0.02734458 0.9447615 -0.3265786 0.06256294 0.4683371 -0.8813135 0.2346568 0.3513901 -0.9063082 -0.5950804 0.6915189 -0.4094668 -0.7721488 0.2469863 -0.5854366 -0.4832301 -0.1017792 -0.8695334 0.2212287 0.5254677 -0.8215278 0.01330602 0.6033815 -0.7972961 0.09384441 -0.2670064 -0.9590747 0.5034639 -0.003723204 -0.863979 -0.2504349 0.4876247 -0.8363292 -0.2737205 0.275277 -0.9215369 0.6576434 0.3382366 -0.6730858 0.8341624 0.2551957 -0.488876 0.6611835 -0.1481063 -0.7354351 0.6765648 -0.1973326 -0.7094333 0.8636433 0.179876 -0.4708701 0.6725059 0.6640828 -0.3266396 0.6219062 0.7057405 -0.3393048 0.07638782 -0.4702292 -0.8792077 -0.6658834 -0.3148595 -0.6763207 0.02209538 -0.5149694 -0.8568987 -0.9313029 0.1349223 -0.3382977 -0.7056795 0.659444 -0.2590411 -0.7405622 0.6391491 -0.2074038 -0.9487289 0.1782586 -0.2609332 -0.7516404 -0.2881557 -0.5932798 -0.01742607 0.9705191 -0.2402417 -0.01156651 0.9759209 -0.217719 0.1454512 -0.2440565 0.9587695 0.06884974 -0.2167729 0.9737846 0.1725516 -0.1280251 0.9766228 -0.2579424 -0.2601398 0.9304483 -0.3671987 -0.2475356 0.8965728 -0.355327 -0.1051667 0.9288004 0.1875972 0.2005981 0.9615162 0.4341258 0.3219703 0.8413343 -0.3401593 -0.1479537 0.9286172 0.722068 0.496353 0.4818872 0.3651845 0.02850425 0.9304788 0.4267098 0.1203955 0.8962981 0.2989593 0.03070157 0.9537644 -0.4048891 0.02169865 0.9140904 -0.3950011 0.03024381 0.9181494 0.5444502 0.230781 0.8063906 -0.4108707 0.1624805 0.8970611 -0.3633839 0.2399365 0.900174 -0.4082156 0.0673238 0.9103671 0.08609271 -0.05569624 0.9947203 0.1093173 -0.05114901 0.9926756 0.3329264 -0.06875818 0.9404278 -0.4505447 -0.09140288 0.8880276 -0.4759666 -0.06656086 0.8769189 0.5304728 -0.07181 0.8446303 0.5164037 -0.04144412 0.8553118 -0.08575701 -0.2235786 0.9708853 0.1120945 -0.03021329 0.9932249 0.1268654 0.02142399 0.9916685 -0.5002289 -0.01071196 0.8658101 0.2022767 0.06228822 0.9773247 -0.4928129 0.04651015 0.868862 -0.4540849 0.06616413 0.8884854 -0.956206 0.004943966 0.292642 -0.9657887 0.02783286 0.2577593 -0.9143956 -2.44148e-4 -0.404767 -0.9281289 -0.01611375 -0.371868 -0.9428999 -0.0185247 0.3324992 -0.9671926 0.02279728 0.2529069 -0.9624012 -0.02502512 0.2704245 -0.9091464 0.01242101 -0.4162725 -0.904416 0.02496409 -0.4258858 -0.9255043 -0.1134678 0.3612781 -0.9279458 -0.2103335 0.3076266 -0.9437239 -0.06991785 -0.3231605 -0.9383526 -0.04000973 -0.3433027 -0.9251992 -0.1005585 0.3658559 -0.3500778 -0.1329691 0.9272134 -0.9465316 -0.07837152 0.3128758 -0.9230934 -0.02630692 -0.3836176 -0.9581286 0.05371254 0.2812281 -0.9522386 0.05978572 0.2993561 -0.9513535 -0.1049226 -0.2896206 -0.9376507 -0.2125309 -0.2749718 -0.9577929 -0.09454631 0.2714011 -0.9474471 0.01196324 0.3196203 -0.9392682 -0.008270502 -0.3429975 -0.9434187 -0.0122379 -0.3313089 -0.8979156 -0.2706686 0.3470565 -0.9230629 -0.2927641 -0.2493972 -0.9697867 -0.1909238 -0.1518296 -0.8273263 -0.2744224 0.4900968 -0.8613849 -0.1092562 0.4960479 -0.9997864 0.01333653 0.01470988 -0.8654134 0.2768945 0.4175238 -0.7334819 0.1317484 0.6667989 -0.988525 0.150914 -9.15555e-4 -0.9616382 -0.04675436 -0.2701804 -0.8797876 0.3489791 0.3227332 -0.7481613 0.4083987 0.5228736 -0.855678 0.3060091 0.4172796 -0.8916898 -0.2265388 -0.3917966 -0.8580889 -0.2222968 -0.4628132 -0.9940184 -0.0260933 0.1059603 -0.9701834 0.17893 0.1633045 -0.8220771 0.001556396 -0.5693534 -0.8038271 0.0167241 -0.5945921 -0.996704 0.08053833 -0.009124994 -0.9978332 0.06170839 0.02240055 -0.9988098 -0.02478098 0.04147464 -0.8396252 -0.0698263 -0.5386212 -0.9490036 -0.04733419 -0.311655 -0.8480483 -0.1450545 -0.5096591 -0.9953612 -0.08667254 0.04101687 -0.9926145 -0.1050142 0.06039613 -0.8167058 -0.04531997 -0.5752434 -0.8353832 -0.05413979 -0.5469527 -0.9880673 -0.09106719 -0.1240272 -0.9985961 -0.04806661 -0.02191227 -0.7952208 -0.01559495 -0.6060976 -0.8383129 -0.05584883 -0.5423139 -0.9056673 -0.1241188 -0.4053773 -0.8019959 -0.06759846 -0.5934324 -0.8897672 -0.07168793 -0.4506974 -0.9595324 -0.08383435 -0.268746 -0.638966 -0.1004059 -0.762627 -0.7594226 -0.2053591 -0.6172979 -0.002075254 -0.2517167 -0.9677724 -0.001708984 -0.1351054 -0.9908139 -0.6101871 -0.1229895 -0.7826167 -0.8174993 -0.06744587 -0.5719474 -0.7812128 0.008972406 -0.6241951 -0.9989929 0.03411966 -0.02850425 -0.9961547 0.06472975 -0.05893123 -0.7822199 0.007080256 -0.6229438 -0.7923216 0.001556396 -0.610065 -0.9968871 0.06640827 -0.04242068 0.1196326 0.5116733 0.850795 0.4115726 0.3637501 0.8355968 3.05185e-5 0.377636 0.9259316 0 0.5395672 0.8419141 -0.1395306 0.5168615 0.8445997 -0.2496109 0.5511643 0.7961364 -0.1804559 0.5529038 0.8134403 -0.1817682 0.3994262 0.8985565 0 0.3826411 0.9238563 -0.4332713 0.3083285 0.8468582 -0.4322642 0.4295786 0.7928099 -0.4785608 0.5041047 0.718894 -0.4648885 0.4664144 0.7525254 0.4952849 0.1742912 0.8510392 0.4358654 0.135197 0.8897672 0 0.1642811 0.9863888 0 0.2123783 0.9771721 0.01562547 0.421308 0.9067659 0.06738483 0.2911161 0.9542833 -0.4818567 0.3957945 0.7817316 -0.5371563 0.2696616 0.7991882 0.07800531 0.204535 0.9757378 0.4250313 0.1182287 0.8973968 0.4318979 0.07699817 0.8986175 0 0.08612322 0.9962767 0 0.1308633 0.9913938 0.09830009 0.1341593 0.9860531 0.1084628 0.07101655 0.9915464 -0.5636159 0.114597 0.8180181 -0.5640126 0.02258366 0.8254342 -0.506241 0.04727315 0.8610798 -0.522599 0.00967431 0.852504 -0.5039216 0.06656086 0.8611408 0.1392865 -0.01989805 0.990051 0.1298257 -0.02111876 0.9913023 -0.5516831 -0.002777159 0.8340098 0.1128574 0.02667313 0.9932249 -0.5982543 -0.1006195 0.7949461 -0.4645528 -0.02685624 0.8851283 -0.7583544 -0.1311686 0.6384778 0.1384014 -0.01583909 0.9902341 0.2066408 0.01016265 0.9783319 0.23661 -0.1729484 0.9560533 -0.1701406 -0.9428999 0.2862331 0.002075254 -0.8844569 0.466567 4.57778e-4 -0.1626636 0.9866634 0.2073428 -0.0700705 0.9757378 -0.008056879 -0.1067842 0.994232 -0.3112277 -0.2430799 0.9186987 -0.465743 -0.4479812 0.7630848 -0.934904 -0.1579027 0.3177892 -0.9041414 -0.4149907 -0.1013214 -0.4636982 0.04541152 0.8847926 -0.4953764 0.06704914 0.8660542 0.1998657 0.005737423 0.9797968 -0.5042268 0.06985682 0.8607136 0.1702322 -0.003326475 0.9853511 0.1515854 -0.009979546 0.9883725 0.3455306 -0.0333262 0.9378033 0.3634144 -0.04251223 0.9306314 0.3335368 -0.01965391 0.9425032 0 -0.0237739 0.9996948 -0.3794366 -0.6244087 -0.6826991 -5.18815e-4 -0.49147 -0.8708762 0.9663381 0.06390571 -0.2491836 0.537431 0.2105777 -0.8165532 0.4300974 0.2618183 -0.8639485 0.9359111 0.08877831 -0.3408002 0.9290445 -0.08011108 0.361095 0.9033784 -0.04397714 0.4265267 0.612537 -0.164159 0.7731559 0.6887112 -0.1586047 0.7074496 0.2977386 -0.1964476 0.9342021 0.2518082 -0.1848811 0.9499191 -0.09607225 0.2584918 -0.961211 -0.4923856 0.2452467 -0.835078 -0.5381024 0.2593768 -0.8019654 -0.2758568 0.2934355 -0.9152806 -0.7816095 0.2056337 -0.5888546 -0.9911191 0.1142002 -0.06769001 -0.9900815 0.1304056 -0.05203402 -0.8236946 0.244026 -0.5117649 -0.8514969 -0.01501506 0.5240944 -0.6558733 -0.09537035 0.7487716 -0.5488754 -0.103122 0.8294931 -0.9123814 0.06537061 0.4040651 -0.2032837 -0.1608325 0.9657887 -0.09500408 -0.1609241 0.9823603 -0.9057894 0.4203925 -0.05298012 -0.2613911 0.8031556 -0.5353252 0.8576006 0.4385815 -0.2685323 0.7774896 0.3960082 -0.4885098 0.915952 0.3472701 -0.2009338 0.924955 0.32725 -0.1930906 0.8117924 0.3098239 -0.4949492 0.8185369 0.3292031 -0.470748 0.9344767 0.328959 -0.136021 0.9433577 0.2805871 -0.1769463 -0.1250953 -0.07617419 -0.9891964 -0.9391461 -0.3434858 -7.62963e-4 -0.6960356 -0.7032685 0.1446272 -0.02447581 -0.2180547 -0.9756157 -0.2330698 0.03930783 -0.9716483 -0.1594897 0.0323801 -0.9866634 -0.9563891 -0.2607806 -0.1315348 -0.961333 -0.2632222 0.08050781 -0.9827876 -0.1840266 -0.01580858 -0.9549547 -0.266274 0.1308633 -0.9612415 -0.2667317 -0.06936854 -0.919187 -0.3474227 0.1853694 -0.9654225 -0.2579424 0.03759878 -0.9362163 -0.3507187 0.02182072 -0.6738792 -0.668569 0.3143712 -0.4050111 -0.03363138 -0.9136632 0.7458114 0.07910394 -0.6613972 0.7134922 0.1840876 -0.6760155 -0.3653676 -0.1000702 -0.9254433 -0.5392621 -0.09909355 -0.8362682 0.5859859 0.2374035 -0.7747124 0.7752312 0.09991759 -0.6236763 0.7206031 -0.1216468 -0.6825464 0.7763603 0.1149021 -0.6196783 0.7884152 0.1893673 -0.5852535 0.7804499 0.1991027 -0.5926084 0.6983856 0.2833949 -0.6571856 0.7593921 0.2376476 -0.6056398 -0.4811853 0.4528947 0.7505417 -0.2240363 0.883755 -0.4107791 -0.3720511 0.3307596 -0.8672445 -0.8947417 0.2639241 0.36021 -0.4317759 0.192114 0.8812525 0.001403808 0.2443006 0.9696646 -0.05221712 0.5159154 0.8550066 -0.3389385 -0.1172521 0.9334697 -0.8783838 0.05349892 0.474929 -0.8142949 -0.1817987 0.5511948 -0.2464675 -0.3374432 0.9085055 0.1019013 -0.2980743 0.9490646 0.06091493 -0.072573 0.9954833 0.4347361 -0.02075254 0.900296 0.4228644 0.2832423 0.8607746 0.4253975 -0.2456129 0.8710288 0.8497574 0.02743613 0.5264138 0.8525345 0.2460097 0.4610736 -0.4263131 -0.006988704 0.9045076 -0.4020814 0.312357 0.8606525 -0.8398999 0.2705466 0.4704734 -0.8486282 0.0242927 0.5283059 -0.4289071 -0.2269967 0.8743248 -0.09750664 -0.2837306 0.953917 -0.05819875 -0.05902278 0.9965514 0.3669241 -0.1175573 0.9227576 0.4553056 0.1957152 0.8685263 0.2738121 -0.3356426 0.9013031 0.8372143 -0.1894589 0.5129857 0.9026765 0.04882961 0.4274728 -0.3913999 -0.06210511 0.9181188 -0.4234138 0.250557 0.870571 -0.8685568 0.1662954 0.4668111 -0.8383129 -0.07779169 0.5395672 -0.3453475 -0.2897427 0.8926054 -0.006134212 -0.05685597 0.998352 0.01297032 0.2651754 0.9640797 0.3954893 -0.03921627 0.9176 0.4389172 0.272103 0.8563188 -0.01913505 -0.2872707 0.9576403 0.3299967 -0.2722861 0.9038362 0.8423719 -0.03250217 0.5378582 0.8676412 0.197119 0.4564043 -0.1751457 -0.5109104 0.8415784 -0.728721 -0.3661611 0.5786615 -0.6490066 -0.5390484 0.5367901 -0.1442915 -0.7174596 0.6814478 0.1821039 -0.6623737 0.7266762 0.1383709 -0.4726707 0.8702659 0.4282968 -0.4210028 0.7995544 0.4810022 -0.6058229 0.6336863 0.80047 -0.3318278 0.4990997 0.8199713 -0.1596118 0.5496689 -0.4362926 -0.3982666 0.8068484 -0.829371 -0.1441084 0.5397503 -0.8191473 -0.2903226 0.4946135 -0.4770348 -0.5960875 0.6458022 -0.1835383 -0.6588641 0.7294839 -0.1363567 -0.460097 0.8773156 0.1968443 -0.5109104 0.8367565 0.1543321 -0.7231971 0.6731468 0.6445814 -0.5558947 0.5248268 0.7432173 -0.3782159 0.5518052 -0.3164159 -0.4759666 0.8205512 -0.7735221 -0.2811976 0.567919 -0.7074801 -0.472335 0.5256813 -0.3319498 -0.6859645 0.6474807 -0.04306161 -0.6871548 0.7252113 -0.02844321 -0.4750206 0.8794824 0.278756 -0.4673604 0.8389539 0.2641072 -0.68923 0.6746422 0.7096164 -0.439436 0.5507065 0.7802973 -0.2355418 0.5793329 -0.1288186 -0.9173254 0.37669 -0.6731163 -0.7076022 0.2149113 -0.8138371 -0.4830775 -0.3228858 -0.2521134 -0.7341838 -0.6303598 0.2524796 -0.8492081 0.4637287 0.5411847 -0.7665639 0.3456221 0.1835688 -0.6446425 -0.7420881 0.5231178 -0.5109104 -0.6820887 0.9227271 -0.2137516 -0.3206885 0.8711203 -0.4504227 0.1954405 -0.525193 -0.7753227 0.3507187 -0.8871425 -0.4156316 0.200415 -0.9392987 -0.187994 -0.286874 -0.5363934 -0.5408796 -0.6478164 -0.1535386 -0.6679891 -0.7281106 -0.2371898 -0.8573565 0.45674 0.1191137 -0.9206824 0.3716239 0.2541887 -0.7448042 -0.6169317 0.7950072 -0.5468612 -0.2624592 0.6413159 -0.7297891 0.2367626 -0.3544114 -0.8635823 0.3585619 -0.7372051 -0.6368908 0.2254707 -0.8410596 -0.454329 -0.2935575 -0.4100467 -0.6408582 -0.6489456 -0.08160644 -0.8889737 0.4506058 0.2444227 -0.8923918 0.379284 -0.06567579 -0.6993622 -0.7117221 0.352092 -0.7006134 -0.6205634 0.8538469 -0.4398938 -0.2782372 0.7325053 -0.633839 0.2482375 -0.4312876 0.1976989 -0.8802454 -0.8462783 -0.1444746 -0.5127415 -0.3494369 0.1415753 -0.9261757 -0.09274572 0.3539842 -0.9306009 0.3272805 0.3013092 -0.8955657 -0.03781241 0.2085635 -0.9772637 0.2958159 0.2239448 -0.9285867 0.8620868 0.06811732 -0.502121 -0.3570055 0.279397 -0.8913236 -0.8719748 0.09179967 -0.4808191 -0.305063 0.1738334 -0.9363079 0.02816855 0.1596728 -0.986755 0.07312232 0.3093051 -0.9481185 0.4468826 0.1086764 -0.8879361 0.3442793 0.05887019 -0.9370098 0.850032 -0.2531815 -0.4618671 -0.3708609 0.1655934 -0.9137852 -0.8526872 -0.1564378 -0.4984283 -0.2913602 0.09588915 -0.9517807 0.01437419 0.1454817 -0.9892269 0.03527939 0.3026826 -0.9524217 0.4056215 0.189642 -0.8941313 0.3287454 0.1141392 -0.9374676 0.8720359 -0.1035187 -0.4783166 -0.3321024 -0.1496017 -0.9312723 -0.8388012 -0.1540879 -0.5221107 -0.8365123 -0.2080752 -0.506882 -0.3359783 -0.3166906 -0.8870205 0.04220706 -0.1197241 -0.9918821 0.4248481 -0.05017238 -0.9038667 0.08291876 -0.3147069 -0.945555 0.493759 -0.2121036 -0.843318 0.890347 0.01272618 -0.455031 0.8735008 0.04290902 -0.4849086 -0.3657643 -0.1362041 -0.9206519 -0.8800013 0.02307194 -0.4743492 -0.8836634 -0.06558424 -0.4634846 -0.3861507 -0.2198248 -0.8958404 -0.04959255 -0.2821741 -0.9580676 -0.03543198 -0.1681874 -0.985107 0.2982879 -0.2220221 -0.9282815 0.288522 -0.2809534 -0.9153112 0.8307443 -0.2724997 -0.4853358 0.8430739 -0.2605975 -0.4704123 -0.3053987 -0.2079226 -0.9292276 -0.8542741 -0.1750236 -0.4893948 -0.8456069 -0.1969664 -0.4960784 -0.3171483 -0.3044832 -0.8981598 -0.003814756 -0.3258461 -0.9454024 -0.006805598 -0.1902219 -0.9816889 0.3113193 -0.1841182 -0.9322794 0.3048189 -0.282815 -0.9094211 0.8582415 -0.1394696 -0.4938811 0.8699911 -0.1044648 -0.4818262 -0.3719901 -0.4053163 -0.8350475 -0.8610492 -0.2424085 -0.4470046 0.1461226 -0.9665822 0.2106082 0.03662216 -0.9462874 0.3212073 0.07956171 -0.4225288 -0.9028291 0.5205543 -0.3056123 -0.797235 0.2090823 -0.9049348 0.3705862 0.9157384 -0.03353983 -0.4003113 0.9045381 -0.01382488 -0.4261299 0.1813409 -0.9455245 0.2703024 0.3500778 -0.2674642 -0.897702 0.1888485 -0.9600208 0.2065798 0.8774987 -0.07412946 -0.4737388 0.8547014 -0.1280251 -0.5030366 0.008514642 -0.3535569 -0.9353618 0.9977722 0.04672384 0.04709005 0.9904477 0.1375774 0.006683528 0.9944151 -0.0682699 0.08008056 0.9739372 -0.2098147 0.08597064 0.7978454 -0.4400159 0.4119694 -0.9995422 0.00955224 -0.02758872 -0.002960264 -0.9857784 0.1679433 -0.9947508 -0.1003754 -0.01864677 -0.9792169 -0.2020936 0.01571702 -0.8389844 -0.2373119 -0.4896084 -0.9507737 -0.306711 0.04361093 -0.8937956 -0.4440443 0.06244087 -0.5906552 -0.6620991 0.4611957 0.997528 -0.04895168 0.05008083 0.9981079 0.06064027 0.009887993 0.9775995 -0.1874752 0.09540086 0.926603 -0.355266 0.1230811 0.6593829 -0.5826594 0.4750511 -0.9927366 -0.110538 0.04709005 -0.9998474 0.01623582 3.35704e-4 -0.8443861 -0.169988 -0.5080111 -0.962035 -0.2559282 0.09448528 -0.9033784 -0.4126713 0.1164281 -0.6715903 -0.5973388 0.4382763 0.9753105 -0.2197332 0.02182072 0.9954833 -0.0877102 -0.03543198 0.9317911 -0.3554186 0.07345801 0.8300119 -0.2172002 -0.513657 0.8608051 -0.4982452 0.1035798 0.596057 -0.6713157 0.4404431 -0.9982604 0.01287877 0.05710011 -0.9912717 0.1309854 0.01394695 -0.8766442 -0.03946042 -0.4794763 -0.9951781 -0.06268501 0.07528913 -0.9855343 -0.1514328 0.07571637 -0.8155156 -0.4004944 0.4177069 0.9337443 0.2710959 0.2336192 0.8767663 0.4279916 0.2191839 0.8047121 0.05209505 0.5913267 0.8717612 -0.05798512 0.4864345 0.9509873 -0.03445535 0.3072603 0.8158819 0.4895169 -0.3076571 0.8019959 0.5117649 -0.3079317 0.8094729 0.5561388 0.1882076 0.7305521 0.668569 0.1388897 0.6395459 0.4081546 0.6514176 0.7248146 0.2269051 0.6504715 0.7779778 0.5380413 -0.3243202 0.6935331 0.6140019 -0.3768121 0.6548357 0.7472457 0.1129795 0.5810725 0.6862392 -0.4374828 0.8088931 -0.5665456 0.1569872 0.7206031 -0.6132084 0.3234657 0.3524582 0.7685476 0.5338908 0.5043489 0.6139103 0.6071963 -0.5782037 -0.8092593 -0.1035187 -0.4182562 -0.8524125 0.3136692 -0.6773583 -0.7256692 -0.1205786 -0.6261178 -0.5709403 -0.5309916 -0.6097903 -0.5790887 -0.5410321 -0.2756737 -0.9602344 0.04348886 -0.3042085 -0.9262673 0.2223578 -0.7284768 -0.6731468 -0.1271095 -0.6796472 -0.6595661 0.3209632 -0.7576525 -0.6391186 -0.1321451 -0.6334727 -0.5510117 -0.543199 -0.6245308 -0.5796381 -0.5233924 -0.5667898 -0.7521897 0.3360393 -0.7780084 -0.6191595 -0.106357 -0.8843654 -0.3795587 0.2716147 0.5075533 -0.8192694 0.2666707 0.4745934 -0.8756371 0.08917504 -0.639729 -0.5039522 -0.5803095 -0.794763 -0.5321817 0.2916959 -0.2438428 -0.2425001 -0.9389935 -0.3469649 -0.06936854 -0.9352703 -0.273629 -0.2090823 -0.9388104 0.1284829 0.04974514 -0.9904477 -0.03064054 0.2413098 -0.9699393 0.4461196 0.3084201 -0.8401135 0.2987152 0.4374218 -0.8481704 0.06894129 0.1157872 -0.990875 0.385052 0.3722037 -0.8444777 -0.386578 -0.09509563 -0.9173254 0.1875667 -0.7191382 -0.6690268 -0.4144719 -0.8388012 -0.352916 -0.08847314 0.3043611 -0.9484238 0.3492233 0.4793237 -0.8051393 0.810297 -0.1616565 -0.5632496 0.9747307 0.1999878 -0.0991851 0.295938 -0.9215369 0.2513504 0.1329996 -0.8216804 0.5541551 0.590228 -0.705771 0.3917966 0.7941527 -0.4923246 0.356212 0.6466262 -0.4042787 0.6468093 -0.0500198 -0.6733299 0.7376324 -0.214362 -0.5624561 0.7985168 0.4195075 -0.6069216 0.6749779 0.2461012 -0.4621418 0.8519547 0.4811243 -0.2594074 0.8373669 0.371044 -0.1025727 0.9229103 -0.383343 -0.4231696 0.8209174 -0.5817133 -0.1992248 0.7885983 0.1035798 -0.3258767 0.9396954 -0.05478072 -0.1562852 0.9861751 0.2453993 0.089877 0.9652394 0.05365151 0.3500473 0.9351787 -0.8066653 -0.1709647 0.5657216 -0.5389264 -0.4268319 0.7261574 0.04403817 -0.3683279 0.9286477 -0.8826563 0.42378 0.2031922 -0.9062166 0.4200873 -0.04733419 -0.9506211 0.06228822 0.3039643 -0.8155156 -0.1811884 0.5496078 0.845851 -0.3342387 0.4156621 0.6685385 -0.4570452 0.5865963 0.9109775 -0.2569048 0.3226112 0.9948424 -0.01635789 0.0999481 0.8830226 0.373455 -0.2841883 0.953917 0.2999359 -0.003509581 0.07770007 -0.5666067 0.8202765 -0.5338298 0.7177954 -0.4469436 -0.9935911 0.1054414 -0.04007077 -0.869686 -0.2319101 0.4356822 -0.0491653 0.7305826 0.6810206 0.4949797 0.6747947 -0.5473189 0.1432844 0.7328104 -0.6651204 -0.3654897 0.684347 -0.6309092 -0.8610492 0.366863 -0.352031 0.2668233 -0.4570147 0.8484756 -0.4984588 -0.5382245 0.6795557 -0.165807 -0.6408277 0.7495346 0.4172185 -0.5314493 0.7371746 0.7593616 -0.3671377 0.5371258 0.9157384 -0.150151 0.3726005 0.48558 0.7054048 -0.5162816 0.4281136 0.6851406 -0.5892514 -0.1271401 0.7863094 -0.6045412 -0.09115874 0.8829615 -0.4604327 0.1574144 0.7118137 0.6844691 -0.5967895 0.7226478 -0.3486434 -0.582812 0.6977752 -0.4163945 -0.4799646 -0.3675649 0.7965331 -0.3383282 -0.5541551 0.7605212 0.003479063 -0.6083865 0.7936033 -0.07150483 -0.4600055 0.8850063 -0.6820582 0.5248879 0.5091403 -0.9330729 0.1901608 0.3052766 -0.8390759 -0.1620532 0.519303 0.3504745 -0.4685202 0.8109378 0.3287759 -0.585223 0.7411725 0.764153 -0.3342387 0.551622 0.9448531 0.01593065 0.3270058 0.7338176 0.3441572 0.5856807 -0.4471877 0.8342845 -0.3223975 -0.1790826 0.8513749 -0.4929655 -0.8715476 0.481521 -0.09225744 0.1933957 0.89288 -0.4065981 0.2584918 0.8205817 -0.5096896 0.6860561 0.6521195 -0.3224891 0.5855281 0.6906644 -0.4243599 0.9614551 0.2681051 -0.06088441 -0.9820857 0.1044343 0.1566515 -0.6951506 0.655324 -0.2953886 -0.9548021 0.2957243 -0.02966398 -0.9557176 -0.0595721 0.2881252 -0.7376629 -0.3536485 0.5751213 0.9751579 -0.1020539 0.1964171 0.991638 0.1288491 0.00527966 0.8650472 0.4472793 -0.2271187 0.6670736 -0.4646443 0.5822932 0.8949248 -0.2708517 0.354503 0.9841609 -0.07837152 0.1589709 0.9921568 -0.1134373 0.05224764 0.9917295 -0.1162145 0.0539872 0.9902646 -0.1359599 0.0295419 0.8741417 0.4852748 0.0180059 -0.8930937 0.01272618 -0.4496597 -0.9986877 -0.02758872 0.04251223 -0.1428571 0.9894101 0.02490305 0.03415018 0.2490005 -0.9678946 -0.8125553 0.05575728 -0.5801569 -0.9207129 0.03683578 -0.3884701 -0.9670705 -0.00991851 -0.2542802 0.8696249 0.2211676 0.4413587 0.9759209 0.2179937 -0.00665301 -0.0788598 0.9966124 -0.02258366 0.8751488 0.1425214 -0.4623249 -0.0912503 0.05984675 -0.9940184 -0.1133762 0.9577624 -0.2641377 0.9720756 0.2333445 0.02441477 0.1050752 0.4510636 -0.8862575 -0.1530503 0.9511399 0.2680441 0.9043245 0.1916868 0.3813288 0.9568468 0.2412488 0.1619312 -0.03173923 0.1619617 0.9862667 0.975341 -0.04974514 0.2149113 0.3254188 0.8211615 0.4687643 0.8290658 0.2222663 -0.5130467 0.6354564 -0.1011078 -0.7654653 0.7560961 -0.2072206 -0.6207465 0.7998902 -0.06839197 -0.5962096 0.8156072 -0.06787312 -0.574572 0.6071047 -0.1232948 -0.7849666 0.1207007 -0.2100284 0.9701834 -0.4201178 0.534959 0.732963 -0.827723 -0.5592517 0.04541152 0.3890194 -0.8643453 0.3186132 0.3810236 -0.4430067 0.8114871 0.2483901 -0.221839 0.9428999 0.02343821 0.001342773 0.9996948 0.3323161 -0.6708579 -0.662923 -0.330546 0.09765923 -0.9386883 0.2590411 -0.539079 -0.8013855 0.3414106 -0.6499527 -0.6789453 0.5510727 -0.8197577 -0.155858 0.4574114 -0.8258614 0.3296915 0.4683676 -0.510239 0.7212744 0.5060579 -0.4944609 0.7066561 0.2853481 -0.2008118 0.9371319 0.256325 -0.2146061 0.9424421 0.6083865 -0.7617725 0.2224799 0.6415906 -0.7267373 0.2452467 -0.02240055 0.136082 0.9904172 -0.0331431 0.1929685 0.9806208 -0.4257332 0.629017 0.6504105 -0.3865169 0.5500351 0.7402875 -0.3408002 0.484695 0.805536 0.1790215 -0.4149602 -0.8920255 0.138554 -0.2902615 -0.9468368 0.3722953 -0.6239204 -0.6870937 -0.182287 0.03183078 -0.9827265 -0.2678304 0.2173833 -0.9385968 0.5371868 -0.7664418 -0.352031 0.5889157 -0.7472457 -0.3078097 0.403241 -0.5840327 -0.7044588 -0.5354167 0.5532395 -0.6381115 -0.5544298 0.643849 -0.5272988 -0.6399121 0.7535936 -0.150151 -0.6151921 0.7647634 -0.191412 -0.5948973 0.7499313 0.2891629 -0.6073794 0.784051 0.1276894 -0.3997924 0.6828822 -0.6113773 -0.280404 0.7132786 -0.6423231 -0.06357002 0.4719382 -0.8793298 -0.1884823 0.3494675 -0.9177832 -0.4967193 0.8092288 -0.3136387 0.2707297 0.7682424 0.5800348 -0.06186097 0.7949767 -0.6034425 -0.1832026 0.7446211 -0.6418043 -0.1648305 0.7500839 0.6404309 0.3848994 0.3535875 0.852504 0.8539689 0.2782067 0.4396191 0.7793512 0.5550401 0.2907193 -0.37022 0.345378 0.862331 -0.010773 0.9736015 -0.2278817 -0.3548997 0.4537797 -0.8173772 -0.8036744 0.3855708 0.4531694 -0.4099552 0.07556378 0.9089328 0.05511641 0.2307505 0.9714347 0.3072603 0.9410383 -0.1413312 0.5355998 0.181402 0.8247322 0.4245735 0.8887295 -0.1728263 -0.02026426 -0.0246284 0.9994812 0.4198737 -0.05716115 0.9057589 0.9315775 0.1182592 0.3436689 0.3378094 0.501175 -0.7966552 -0.4716635 0.2626728 0.841731 -0.2914823 0.9211402 -0.2578509 -0.3199256 0.2986236 -0.8991058 -0.8958098 0.211951 0.3906064 -0.450087 0.01608324 0.892819 0.02587968 0.2488784 0.9681692 0.09253209 0.981811 -0.1656849 0.491348 0.2591021 0.8315073 0.3673513 0.8905606 -0.2681967 0.00427258 -0.008453607 0.999939 0.4468826 0.01467937 0.8944365 0.8883023 0.2139347 0.4063234 0.4582964 -0.603473 -0.6524857 -0.2887662 -0.3235877 0.9010285 -0.4524674 0.22837 0.8620258 -0.8566241 0.06292915 0.5120701 0.07638782 -0.3033235 0.949797 0.4483779 -0.2328257 0.8629719 -0.06518751 0.3085727 0.9489426 0.8633076 -0.1387676 0.4851527 -0.4347056 -0.2594074 0.8623921 -0.8514054 0.1503036 0.5024873 -0.1092867 -0.3289285 0.9379864 0.2461012 -0.3465987 0.9051179 0.7490769 -0.3303018 0.5742058 0.8796655 -0.0808435 0.4686117 -0.3921934 -0.3036286 0.8683127 -0.8923002 0.0237739 0.4507584 -0.02536088 -0.3302103 0.9435408 0.3443403 -0.2997223 0.8897061 0.7951292 -0.2322458 0.5601673 0.8742943 0.02734458 0.4845424 -0.1199072 -0.5447859 0.8299204 -0.6138798 -0.5252236 0.5892514 -0.04071164 -0.6376232 0.7692496 0.1478927 -0.6122013 0.7767266 0.3762627 -0.4851222 0.7893307 0.1286965 -0.5364849 0.8340098 0.3632923 -0.5914793 0.7197791 0.7942137 -0.3562425 0.492233 -0.4191107 -0.4876247 0.765862 -0.7980591 -0.3936582 0.4561907 -0.4191717 -0.6098514 0.6725669 -0.1840266 -0.5264138 0.8300424 0.08838158 -0.5420393 0.8356578 -0.2364879 -0.6312754 0.7385784 -0.002746641 -0.6703085 0.7420576 0.5895871 -0.5376141 0.6027406 -0.309183 -0.5381024 0.7840815 -0.7259743 -0.4737693 0.4984283 -0.2875149 -0.6720481 0.6823633 -0.05066072 -0.552324 0.8320567 0.2283089 -0.5305643 0.8162786 -0.07315284 -0.6725364 0.7364116 0.1713614 -0.677633 0.7151097 0.6910306 -0.459151 0.5582141 -0.1465498 -0.8348948 0.5305033 -0.669393 -0.6566973 0.3473007 -0.8070009 -0.5188147 -0.2820215 -0.1975463 -0.8685568 -0.4544816 0.2651143 -0.7893918 -0.5536363 0.2327952 -0.7535936 0.6147038 0.5382855 -0.6982024 0.4719077 0.5401777 -0.656209 -0.5268411 0.9066744 -0.2907499 -0.3055208 0.8539994 -0.4454787 0.2686849 -0.548967 -0.6989654 0.4582659 -0.8544572 -0.4574419 0.2461622 -0.915952 -0.2179632 -0.3368938 -0.5347148 -0.5916013 -0.6033509 -0.2973418 -0.7546922 0.5847651 0.08502453 -0.8486893 0.5219581 -0.2025818 -0.7224037 -0.6610919 0.2656026 -0.8163396 -0.5128331 0.8555864 -0.4707175 -0.2152165 0.6336863 -0.674398 0.3789178 -0.4147771 -0.7878353 0.4552446 -0.7712943 -0.5680716 0.2869656 -0.8919645 -0.3410748 -0.296701 -0.4618671 -0.6569719 -0.5958434 -0.1192969 -0.8164007 0.5649892 0.2668843 -0.8382824 0.4753868 -0.08963286 -0.7471237 -0.6585589 0.3523667 -0.7589038 -0.5475936 0.891934 -0.3650624 -0.2667012 0.7602161 -0.5747856 0.3027131 -0.3788263 -0.05008083 -0.9241005 -0.03607285 0.05514693 -0.9978027 0.3654897 0.01309239 -0.9306619 0.8797265 -0.09317296 -0.4662007 -0.3398236 0.1825922 -0.9225745 0.08737444 0.2173223 -0.9721671 0.4718466 0.09714037 -0.876278 0.8915677 -0.1997742 -0.4063845 -0.3731803 0.1414228 -0.9168981 0.04843282 0.2180852 -0.9747002 0.4430677 0.1340678 -0.8863796 0.9049348 -0.1230201 -0.4073305 -0.3346049 -0.3378399 -0.879696 -0.8796655 -0.2121952 -0.4255806 -0.1269569 -0.9199805 0.3707999 0.04940944 -0.3585314 -0.9321879 0.03958249 -0.2384411 -0.970336 -0.3454695 -0.2575762 -0.9023713 0.462447 -0.2658162 -0.845851 0.3681448 -0.8104801 0.4555498 0.9071016 -0.02380442 -0.4201788 0.9163793 -0.01486247 -0.3999756 0.4506058 -0.1727958 -0.8758202 0.2081972 -0.937315 0.2794275 0.4780114 -0.2520524 -0.8413953 0.1333659 -0.9541001 0.2679525 0.9370098 -0.04837179 -0.3458663 0.9209876 -0.09118926 -0.3787042 0.43202 -0.2042604 -0.8783838 0.007232844 -0.2468947 -0.9689932 0.01071196 -0.3444929 -0.9387189 0.968627 0.2484817 -0.00125122 0.2183904 -0.9154943 0.3378094 0.3051241 0.2814112 -0.9097568 0.9906919 0.132786 0.0295419 0.997467 -0.04907375 0.05102694 0.9718925 -0.2200079 0.08359014 0.7072054 -0.4719687 0.5263833 -0.953856 -0.2690817 0.1330301 -0.7387005 -0.3324992 0.58623 -0.9896237 -0.09259313 0.1097446 -0.8919035 -0.4234443 0.1585437 -0.8505814 -0.2594989 -0.4573199 -0.4652852 -0.6208075 0.6309092 0.9926756 0.1051362 0.05911433 0.1923887 -0.9792779 0.06289863 0.9974365 0.00943017 0.07052826 0.1080965 -0.9860836 0.1260719 0.9844356 -0.1367839 0.1102634 0.9326151 -0.3274331 0.1515854 0.5734428 -0.5919675 0.5663015 -0.985107 -0.1687979 0.03210544 -0.8321787 -0.2486953 0.4955595 -0.9998169 -0.01684617 0.006561458 -0.9310587 -0.3497116 0.1039766 -0.8774682 -0.1185644 -0.4647054 -0.6059145 -0.59859 0.5239418 0.9977416 0.04031491 -0.05325478 0.1247291 -0.991699 -0.03082364 0.9970702 -0.07516705 -0.01184117 0.8740196 -0.07089447 -0.4806665 0.07348853 -0.9953307 0.06210511 0.9691763 -0.2356334 0.07184052 0.8841518 -0.4309824 0.1801508 0.4265267 -0.6550798 0.6236152 -0.9911191 -0.1264382 0.04098635 -0.85168 -0.1737418 0.4943693 -0.9944456 0.09134185 0.05212557 -0.961333 -0.268746 0.0597552 -0.86404 -0.02816855 -0.5025788 -0.6967681 -0.5131077 0.501175 0.972808 0.2099673 -0.09765923 0.9464095 -0.06024348 0.3172094 0.9377422 -0.1673024 0.3043306 0.9948729 -0.07147431 0.07119965 0.7334514 0.3708304 -0.569628 0.92407 0.3464461 -0.1613513 0.6856594 0.4195685 -0.5948058 0.6526078 0.4685812 -0.5953856 -0.6427198 -0.7496567 0.1577501 -0.7614063 -0.5945006 -0.2583697 -0.3293252 -0.8986175 0.2897732 -0.2155217 -0.8555864 0.4705954 -0.7745903 -0.6129338 0.155797 -0.8439283 -0.4950712 0.2064882 -0.8648946 -0.4719687 -0.1708121 -0.6135746 -0.185583 -0.7674795 -0.819361 -0.5232704 -0.2340464 -0.6528825 -0.2027039 -0.7298197 -0.2448805 0.1051973 -0.963805 0.1472518 0.3164159 -0.9371014 -0.2431104 0.1177709 -0.9627979 0.1782586 0.3207495 -0.9302042 -0.5896481 -0.2135075 -0.7788934 -0.04464852 -0.8362682 -0.5464645 -0.5909299 -0.8006226 -0.09872734 -0.2651448 0.140904 -0.953856 0.1680959 0.3104038 -0.935606 0.6424146 -0.3244423 -0.694235 0.9044771 0.1554918 -0.3971374 0.235847 -0.9042634 0.3558458 0.2543107 -0.7441633 0.6176641 0.6064944 -0.6935942 0.3886532 0.8340098 -0.4930875 0.247444 0.7225562 -0.4467604 0.5275124 0.1737113 -0.6589251 0.7318339 -0.3499863 -0.7940306 0.4969939 0.5230568 -0.583636 0.6210517 0.6672872 -0.3715628 0.6454359 0.4597308 -0.5188147 0.7207251 0.2194281 0.568926 0.7925352 -0.4385204 0.8814966 -0.1750847 -0.5606555 0.8075503 -0.1829279 -0.112125 0.3646656 0.9243446 0.4689169 0.1845759 0.8637043 0.8184149 0.4268013 0.3846553 0.6149785 0.7231666 0.3142491 -0.6788538 -0.15009 -0.7187414 -0.7273476 -0.1036103 -0.6783654 -0.9522386 -0.02819907 -0.3039643 -0.9410993 -0.05194246 -0.3340251 -0.6500138 -0.1869564 -0.7365337 -0.7769708 -0.1067537 -0.6203803 -0.8011109 -0.06192201 -0.5952636 -0.9273965 -0.02612382 -0.3731193 -0.9413129 0.0132755 -0.3372295 -0.7625965 -0.1488388 -0.6294748 -0.7728813 -0.005035519 -0.6345103 -0.8131352 0.02832114 -0.5813471 -0.7794427 0.1743217 -0.6017029 -0.9767449 0.07843255 -0.1994384 -0.9659719 8.85037e-4 -0.2586138 -0.9731132 0.05172884 -0.224311 -0.8361766 0.1744133 -0.5199438 -0.7669607 0.1856746 -0.614185 -0.8448439 0.0237739 -0.5344402 -0.8248237 -9.15555e-5 -0.5653554 -0.7607654 -8.24e-4 -0.6489761 -0.8190252 0.02917569 -0.572985 -0.6910917 0.09787285 -0.7160863 -0.7785577 0.03817862 -0.6263924 -0.7096164 0.003570616 -0.7045503 -0.9320353 0.0180059 -0.361858 -0.9496139 0.03653061 -0.3112583 -0.8362377 0.1123996 -0.536668 -0.8691061 0.1062044 -0.483047 -0.8176519 -0.02899253 -0.5749382 -0.8192389 -0.06030452 -0.5702384 -0.7306131 -0.07586902 -0.678518 -0.7345805 -0.03778189 -0.6774499 -0.8816492 -0.1353496 -0.4520707 -0.8625447 -0.116306 -0.4923856 -0.1937925 -0.268746 -0.9434797 -0.6662801 -0.04135257 -0.7445296 -0.6402478 -0.08755761 -0.7631459 -0.9096042 -0.03381448 -0.4140446 -0.9184851 -0.004089474 -0.3953673 -0.8380993 -0.08764916 -0.5383771 -0.7468795 -0.1111178 -0.6555987 -0.6316721 -0.1329386 -0.7637257 -0.6365856 -0.1836909 -0.7489852 -0.9062777 -0.06469923 -0.4176458 -0.7690359 -0.1501205 -0.6212653 -0.8987091 -0.1310159 -0.4184393 -0.7813959 -0.1825312 -0.5966979 0.2723777 0.1296731 -0.9533982 -0.6517533 -0.2248298 -0.7242958 -0.6657613 -0.2370067 -0.7074801 -0.9223304 -0.111423 -0.3698843 -0.9098178 -0.0952177 -0.4038515 -0.7904599 -0.190527 -0.5820795 -0.9149144 -0.115482 -0.3867 -0.9219337 -0.1090731 -0.3716239 -0.7986999 -0.1848811 -0.5725883 -0.6665548 -0.2348094 -0.7074496 -0.6588031 -0.2288278 -0.7166357 -0.9377728 -0.09128081 -0.3349711 -0.934019 -0.103885 -0.3417158 -0.7940917 -0.1830805 -0.579516 -0.9150364 -0.106418 -0.3889584 -0.9118015 -0.07907342 -0.4029054 -0.773217 -0.176519 -0.6090274 -0.6476638 -0.2137211 -0.7312845 -0.937376 -0.07010102 -0.3411664 -0.9380474 -0.08185064 -0.3366497 -0.9741508 0.1084017 0.1980346 -0.969573 0.1177709 0.2144535 -0.8316904 0.2058779 0.5156102 -0.807123 0.2178411 0.5486618 -0.9788812 0.1055635 0.1750236 -0.9590747 0.1633045 0.2312387 -0.9629505 0.2054811 -0.1745964 -0.9400006 0.2630695 0.2171087 -0.858974 0.2334971 0.4556413 -0.8522294 0.200354 0.4832301 -0.5695059 0.3348796 0.7506332 -0.812891 0.3606982 0.4571978 -0.9995728 0.0242927 -0.01559495 -0.9994812 0.02722251 0.01666307 -0.9983825 0.02865684 0.04852437 -0.9924619 0.02267521 -0.120426 -0.9919736 0.1067537 -0.06744587 -0.9489731 0.1144444 -0.2937406 -0.9993897 0.03112888 0.01574754 -0.9990845 0.02581864 0.03372293 -0.9935301 0.03274631 0.1085543 -0.9993591 0.02856528 0.02063047 -0.9968871 0.02838218 0.07339698 -0.9956359 0.03219699 0.08722186 -0.9689627 0.07382422 0.2358775 -0.9399396 0.06738483 0.3345134 -0.9941405 0.0406506 0.0999481 -0.9899899 0.0662862 0.1245765 -0.9663381 0.1076388 0.2336192 -0.9581897 0.09527873 0.2697531 -0.9889828 0.07992798 0.1243934 -0.9878537 0.08764916 0.1282082 -0.9600513 0.1394085 0.2425916 -0.9487594 0.138554 0.2839137 -0.9860225 0.09002959 0.1399884 -0.9337138 0.1460921 0.3267922 -0.9918211 -0.1206396 0.04095584 -0.9961547 -0.04754781 0.07330542 -0.9879757 -0.05212557 0.1454512 -0.9765313 -0.1264076 0.1742607 -0.9622181 -0.2541276 0.09759819 -0.974456 -0.1851558 -0.1268654 0.9927061 -0.06894129 -0.09863579 0.9813837 -0.1547594 0.1136509 0.9971313 0.01300084 0.07422101 0.9983215 0.03427225 -0.04647964 0.8902555 -0.03836172 -0.4537797 0.8908353 -0.2715842 -0.3641774 0.9714957 -0.2279732 -0.06466871 -0.2475356 -0.3574633 -0.9005097 -0.6244392 -0.4132511 -0.6627705 -0.3565477 -0.8306223 -0.4276559 -0.1999267 -0.8152409 -0.5434736 -0.2046876 -0.2994171 -0.9318827 -0.2099673 -0.005645871 -0.9776605 -0.5525681 -0.05542159 -0.8315989 -0.3805963 -0.9219642 -0.07135224 -0.5723747 -0.8194831 -0.02813804 -0.4101688 -0.9105808 0.05069124 -0.1199072 -0.9906919 0.06414991 -0.1452376 -0.9844966 -0.09811699 -0.6279183 -0.7376934 -0.2480239 -0.1709952 -0.3152867 -0.9334391 -0.05746632 -0.8189032 -0.5710013 0.3395795 -0.6816614 -0.6480301 0.2229987 -0.2587969 -0.9398175 -0.1488998 -0.04232913 -0.9879147 0.1011688 -0.9791864 -0.1757866 0.2049012 -0.9787591 -0.005157589 0.4158757 -0.8614155 -0.2914823 -0.7450484 -0.6649983 0.05105745 -0.8193915 -0.5652333 -0.09515666 -0.8604084 -0.4950407 0.1208533 -0.894406 -0.4225898 0.1463057 -0.6574298 -0.73043 0.1850337 -0.8823817 -0.3091525 -0.3546251 -0.8427076 -0.08456677 -0.5316324 -0.9797968 -0.05203402 -0.1929685 -0.9239174 -0.3810541 0.03363138 0.6706748 -0.6550798 -0.3478805 0.8362377 -0.4445326 -0.3209937 0.6667379 -0.41966 -0.615833 0.5846736 -0.8106327 0.03112888 0.8612018 -0.5045015 -0.06112855 0.6107059 -0.1180151 -0.7829829 0.8959319 0.02508616 -0.4434645 0.5789056 -0.02255314 -0.8150578 0.8015992 0.05078279 -0.5956603 0.7285684 -0.1700186 -0.6635029 0.7710807 -0.1159093 -0.6260567 0.916837 0.08404797 -0.3903012 0.6868801 0.07617419 -0.7227393 0.9309061 -0.01486247 -0.3649098 0.9462874 -0.06726276 -0.3160802 0.981811 -0.1875057 0.02941983 0.5025483 -0.8639485 0.03183078 0.9964599 -0.08282721 0.01339757 0.7890256 -0.2200384 0.5735649 0.7517319 -0.3359783 0.5674307 -0.9873654 -0.1020844 0.1210364 -0.6322215 -0.7744072 0.02316349 -0.8758202 -0.1669362 0.4527726 -0.853206 -0.05444496 0.5186926 -0.9771721 0.01208531 0.2120731 -0.9641713 -0.05887019 -0.2586138 -0.7875912 -0.5456404 -0.2862026 -0.7710196 0.01358073 -0.6366161 -0.6871853 -0.1425214 -0.7123326 -0.9842525 0.03146457 -0.1738944 -0.7549974 0.0846278 -0.6501969 -0.8342845 0.003845274 -0.5512558 -0.6612446 -0.1372722 -0.7374798 0.8489334 0.04129153 -0.5268105 0.7541734 -0.1575365 -0.6374706 0.7551195 -0.1639759 -0.634724 0.9573046 0.03592026 -0.286813 0.7755364 0.07339698 -0.6269723 0.9753105 0.01293981 -0.2203436 0.9753105 -0.01226842 -0.2203741 0.9931638 -0.05130159 0.1045869 0.524308 -0.8514664 0.007721126 0.760033 -0.5930967 -0.2656331 0.9931638 -0.01355022 0.1156957 0.8561052 -0.08050781 0.5104526 0.8615986 -0.1286965 0.4909207 -0.9918516 -0.09851372 0.08059936 -0.5212867 -0.8532975 -0.008880853 -0.8614765 -0.1752678 0.4765465 -0.8492691 -0.1401104 0.5089877 -0.9933775 -0.07818841 0.08398693 -0.9738762 -0.05758839 -0.2195807 -0.7854244 -0.558031 -0.2677084 -0.8648641 -8.24e-4 -0.5019685 -0.7647328 -0.1886349 -0.6160771 -0.972869 -0.05371254 -0.2248909 -0.7984558 0.01733446 -0.601764 -0.9404584 -0.002075254 -0.3398541 -0.7512742 -0.1817682 -0.6344493 0.8478347 0.1134373 -0.5179296 0.7120274 -0.08755761 -0.696646 0.6870327 -0.07400739 -0.7228309 0.9218726 0.1028168 -0.373516 0.8034913 0.1639454 -0.5722526 0.9760125 0.122959 -0.1795098 0.9690847 0.08453625 -0.231666 0.9956664 0.06048768 0.07040619 0.4716025 -0.8728599 -0.1252174 0.9901731 0.0952177 0.1021454 0.8407544 0.0242927 0.5408185 0.8905301 -0.1472518 0.4303415 0.5957213 -0.7976012 -0.09427165 -0.9360332 -0.3077181 0.170629 -0.3124485 -0.9499191 -0.003662168 -0.2815638 -0.9594409 0.01181066 -0.7249672 -0.4777672 0.4960784 -0.7464522 -0.2160405 0.6293527 -0.9573656 -0.1741386 0.2304757 -0.9561449 -0.2177801 -0.1956847 -0.8090457 -0.09540086 -0.5798822 -0.6708273 -0.2608722 -0.694174 -0.9783624 -0.1417279 -0.1505172 -0.7581713 -0.04177981 -0.6506851 -0.8584247 -0.07608264 -0.5072177 -0.6300547 -0.2183904 -0.7451705 0.9139073 -0.07788324 -0.3983276 0.8493301 -0.03295993 -0.52678 0.7586901 -0.108829 -0.6422621 0.9530015 -0.1803339 -0.2433851 0.971099 -6.1037e-4 -0.2386242 0.9946287 0.07553327 -0.07055878 0.9877316 -0.02783286 -0.1535996 0.9953307 -0.06228822 0.07351905 0.9963073 -0.0237739 0.0821253 0.9778436 -0.01126128 -0.2089602 0.9945372 0.03295993 0.09891045 0.9198279 -0.1179845 0.3741569 0.911832 -0.1875972 0.3651235 -0.9778741 -0.1205481 0.1708121 -0.9738457 -0.1254006 0.1893063 -0.8572039 -0.1819514 0.4817041 -0.8597674 -0.1068758 0.4993438 -0.9815669 -0.08716082 0.1700491 -0.9597461 -0.03640854 -0.2784203 -0.9664297 -0.02075254 -0.2559893 -0.6928923 -0.01538127 -0.7208472 -0.6689963 0.05505537 -0.741203 -0.9607837 -0.0489822 -0.272927 -0.7433089 -0.05563521 -0.6665853 -0.7907041 -0.1216773 -0.5999329 -0.5046541 0.05307167 -0.8616596 0.8946501 0.06106752 -0.4425184 0.8032166 0.1077914 -0.5858333 0.5883969 0.1001617 -0.8023011 0.9522081 -0.006256282 -0.3053682 0.9478133 -0.00955224 -0.3186132 0.9924619 0.04406869 -0.1142918 0.9837947 0.1020844 -0.1472518 0.9894406 0.09775078 0.1067232 0.9938658 0.07107758 0.08465832 0.9956359 0.03726309 0.08526867 0.9263283 -0.02914518 0.3755303 0.9120151 0.02905356 0.4091006 0.9093906 0.05383461 0.4123661 -0.9874569 -0.09433269 0.1263771 -0.9870601 -0.06671345 0.1457869 -0.8813745 -0.2187261 0.4187139 -0.8914762 -0.2421643 0.3828547 -0.9869991 -0.1461226 0.06662189 -0.9898068 -0.02856528 -0.1395001 -0.9878842 -0.0140385 -0.1543626 -0.8904996 -0.002166807 -0.4549394 -0.8350475 0.01190221 -0.5500351 -0.9833979 -0.09369182 -0.1552782 -0.9104892 -0.1190527 -0.3959471 -0.9120151 -0.04907375 -0.4071779 0.9089938 0.1373943 -0.3934446 0.832667 0.1479232 -0.5336161 0.5822932 0.126194 -0.8030946 0.9568468 0.0991851 -0.2730491 0.9438154 0.2633748 -0.1995605 0.948149 0.3146153 -0.04483169 0.9740593 0.1640369 -0.1557664 0.9856868 0.1578112 0.05877864 0.9900815 0.1373943 0.02911466 0.9677114 0.1548509 -0.198767 0.9299905 0.3407697 0.1375164 0.8567461 0.2788171 0.4338206 0.9140599 0.1254006 0.3856319 -0.9747307 -0.1783196 0.134495 -0.9714041 -0.1819514 0.1523789 -0.8323313 -0.2098147 0.5129551 -0.821894 -0.3033235 0.4821009 -0.858211 -0.3154698 0.4048891 -0.9880978 -0.1019929 0.1148411 -0.9876095 -0.09820854 -0.1222876 -0.9007233 -0.08087402 -0.4267403 -0.8590961 -0.05359047 -0.5089877 -0.9963073 -0.02719199 -0.08124023 -0.9476302 -0.08011108 -0.309122 -0.9458907 -0.1315958 -0.2964873 -0.6468093 5.18815e-4 -0.762627 0.9179357 0.3895688 0.07492291 0.9729301 0.2306283 -0.01446574 0.9104892 0.3921324 0.1311991 0.9649953 0.1409345 -0.2210456 0.9649648 0.2621235 -0.008880853 0.8564104 0.4989166 0.132725 0.8182623 0.5411237 0.1938841 0.9831538 0.1806696 0.0267952 0.8021485 -0.5641957 0.1954405 0.8883938 0.2613605 0.3773919 -0.9922483 0.009826958 0.1238441 -0.8478042 -0.4957732 0.188055 -0.002105772 -0.7956175 0.6057314 -0.9920042 0.1184728 0.04342782 -0.9479659 -0.1741386 -0.2664876 0.1729484 0.9820246 0.07544171 -0.08005005 -0.4517045 -0.8885464 -0.2211982 0.09714037 -0.9703665 -0.9690542 -0.2047181 -0.1377605 -0.9810785 -0.1552476 -0.1155431 0.9371014 -0.1297952 -0.3239845 0.9902341 -0.06088441 -0.1252174 0.9785455 -0.06079286 -0.1967833 0.9919126 -0.02795493 -0.1236 0.9977416 -0.06634724 0.009765923 0.150792 -0.8873257 0.4357433 0.932371 -0.1998657 0.3011261 -0.9696035 -0.2400586 -0.04690694 -0.8777734 -0.3838923 0.2865688 -0.06805628 -0.9234291 0.377636 0.09698778 -0.7528611 0.6509598 -0.9600513 -0.200415 -0.1951353 -0.8486282 -0.3194067 -0.4216437 0.1233558 0.3030793 -0.9449141 0.342204 -0.5377666 -0.7705008 -0.8685873 -0.2844935 -0.405713 -0.9469894 -0.1777092 -0.2675558 0.9945372 0.01669359 -0.1029999 0.9967345 -0.06131166 -0.05233919 0.9998474 0.003112852 0.01528972 0.2564775 -0.05587935 -0.9649037 0.9714347 0.2294381 0.06009089 0.9697867 0.184637 0.1593066 0.931547 -0.3227027 0.1674855 -0.97763 -0.01898247 0.209418 -0.8605304 0.0087893 0.5092929 -0.8428297 0.07339698 0.5331279 -0.9540391 0.05697804 0.2941374 -0.9791253 -0.00753802 -0.2030701 -0.8269295 -0.01211583 -0.562151 -0.995117 0.0844447 -0.0509659 -0.9235206 0.1192969 -0.3644215 -0.8800623 -0.0325632 -0.4737083 -0.8889126 -0.1391339 -0.4364147 0.3595996 -0.3111667 -0.8796655 0.4275643 0.04275637 -0.9029511 0.1096225 -0.2444533 -0.9634083 0.3856929 -0.3045747 -0.8708762 -0.05191195 -0.5070956 -0.8603168 0.6030153 -0.4372692 -0.6671652 0.2327952 -0.8084353 -0.5405439 -0.3603625 -0.7602771 -0.5404523 -0.4725486 -0.8469802 -0.2434766 -0.2314829 -0.9371929 -0.2608722 -0.9807123 -0.03250217 0.1926023 -0.9720756 -0.1308633 0.1947691 -0.9929502 -0.06198304 0.1009552 -0.9889828 0.07425153 0.1279031 -0.9911801 0.130314 0.0232551 -0.9937742 0.003997921 0.1111484 -0.9690237 -0.1187475 0.2164067 0.8202765 0.1369976 -0.5552538 0.9624928 0.1454512 -0.2288888 0.6205024 0.2355723 -0.7479476 0.9250771 0.08447521 -0.3701895 0.8251594 0.1495102 -0.5446944 0.9435102 0.1606189 -0.2896817 0.8329722 0.1598864 -0.5296487 0.95468 0.157506 -0.2524796 0.9698783 0.1605274 -0.1830805 0.9371319 0.1822565 -0.297586 0.9911801 0.1175268 0.06076234 0.9664907 0.08551281 0.2420117 0.9906919 0.1359599 -0.003845274 0.9867244 0.08999907 0.1349833 0.990997 0.133549 -0.007995843 0.9869686 0.1019929 0.1243019 -0.9644765 -0.1143223 0.2380443 -0.9816279 -0.1015045 -0.1614124 -0.9133275 -0.1312906 0.3854182 -0.9424726 -0.1604663 0.2931303 -0.9733573 -0.1237831 0.1928464 -0.9725334 -0.1718802 0.1568346 -0.9842525 -0.1017792 -0.1442915 -0.9368267 -0.2154302 0.2754906 -0.9872738 -0.1041902 -0.1199377 -0.7905515 -0.09515666 -0.6049379 -0.8658101 -0.2153081 -0.4516129 -0.5684683 0.02246159 -0.8223823 -0.9795221 -0.0912503 -0.1794488 -0.8326975 -0.07150483 -0.5490585 -0.9686575 -0.1187475 -0.2180852 -0.855739 -0.05130159 -0.5147863 -0.938139 -0.01855522 -0.3456832 0.7769402 0.03003019 -0.6288034 0.9649037 0.01818901 -0.2619099 0.6920072 0.1572008 -0.7045198 0.9131138 -0.03875845 -0.4058046 0.7790765 0.05496382 -0.6245003 0.9563586 0.04397714 -0.2887662 0.7884762 0.08038574 -0.6097598 0.9638661 0.07135224 -0.2565386 0.9107028 0.09509563 -0.4019593 0.9957579 -0.002746641 0.0916776 0.9606311 -0.01925712 0.277047 0.997406 0.01437419 0.07025361 0.9755241 -0.02136296 0.2186956 0.9972839 0.03259372 0.06570631 0.9792474 -0.008880853 0.2023682 0.9727165 0.1060213 -0.2062441 -0.9944456 -0.08233892 0.06549268 -0.9640492 -0.0720542 -0.2556536 -0.9517807 -0.09009063 0.2931913 -0.9624623 -0.08966338 0.2561419 -0.9937132 -0.07638782 0.08178961 -0.9911801 -0.06265449 0.1167027 -0.9787286 -0.03061002 -0.2027039 -0.9584643 -0.08990752 0.2706076 -0.8116398 -0.0539872 -0.5816218 -0.9082919 -0.1379742 -0.3948485 -0.674398 0.09329503 -0.7324137 -0.964568 -0.06064027 -0.2566301 -0.8200629 -0.03024381 -0.5714286 -0.9681997 -0.05313271 -0.2444533 -0.8260445 0.004943966 -0.5635548 -0.9291666 0.007843255 -0.3695486 -0.6115299 0.0343638 -0.7904294 0.6910611 0.007446467 -0.7227088 0.9160131 -0.002838194 -0.4010742 0.6219977 0.1487777 -0.7687308 0.8433485 -0.09195226 -0.5293741 0.7383038 0.01168859 -0.674337 0.9187597 0.01947081 -0.3943297 0.8069704 0.001770019 -0.5905637 0.9516587 0.03012174 -0.3056429 0.9368267 -0.06817835 -0.343028 0.9250466 -0.01977598 -0.3792535 0.9995422 -0.02728354 -0.01181066 0.9585864 -0.05233919 0.2799158 0.9999695 0.004425168 -0.004608273 0.9748833 -0.02294987 0.2214423 0.9987792 0.01586961 0.0464186 0.9756768 -0.02899253 0.2171697 -0.9624317 0.07409894 0.2611469 -0.9848018 0.09128081 -0.147679 -0.9238563 0.07055878 0.3761101 -0.9402753 -0.003021299 0.3403729 -0.9697867 0.01812797 0.2431409 -0.97528 -0.08725237 0.202887 -0.9735404 0.01245152 -0.2280953 -0.9799799 0.06955164 -0.1864681 -0.9343852 -0.1172826 0.3363445 -0.7723929 0.09982603 -0.6272164 -0.8559831 0.0597552 -0.5134739 -0.6132695 0.122959 -0.7802057 -0.7655873 0.1028168 -0.6350291 -0.725425 0.08520764 -0.6829738 -0.7818232 0.1891232 -0.5940733 -0.9067659 0.1348307 -0.3994567 -0.9611805 -0.178991 0.2099063 -0.9400006 -0.2399975 0.2423779 -0.9552904 -0.1996521 0.2179937 -0.9991455 -0.003967404 0.0404675 -0.9979858 0.02197331 0.05929744 -0.9509568 -0.1085848 0.2895291 -0.9362163 0.01840263 0.3509018 -0.859859 -0.008819818 0.5104221 -0.9136326 -0.156682 0.375042 -0.9931028 0.09512615 0.06845301 -0.9737846 0.1850947 -0.1321451 -0.9516587 0.258858 -0.1652577 -0.9558702 0.2144535 -0.2006286 -0.9684134 0.1829279 -0.1694082 -0.9595019 0.1958678 -0.2023682 -0.9453108 0.1972716 -0.259682 -0.8035523 0.1419721 -0.5780206 0.9854732 0.1054414 -0.1330301 0.7983947 -0.04550307 -0.6003601 0.6187628 0.09830009 -0.7793817 0.7705008 0.2986541 -0.5630665 0.7363811 0.5237587 -0.4282052 -0.9592578 -0.0793786 -0.2710654 -0.7228309 0.4174321 -0.5506455 -0.7826167 0.1352885 -0.607593 -0.618305 -0.02853477 -0.7853938 -0.7352214 -0.1988281 -0.647969 0.9896848 0.002960264 0.1431013 0.8742638 -0.1525009 -0.460799 0.7921079 0.03085416 -0.6095767 0.8975189 0.2273629 -0.3777581 0.8415479 0.4702597 -0.2657552 -0.9977722 -0.009124994 -0.06579786 -0.7766656 0.4511246 -0.4395886 -0.828608 0.2161626 -0.5163732 -0.696585 0.03506577 -0.7165746 -0.8276315 -0.1458479 -0.5419172 -0.9722587 -0.04324471 -0.2298349 -0.8158513 0.2999969 -0.4943083 -0.776452 0.127781 -0.6170232 -0.6599933 0.02209538 -0.7509079 -0.7500839 -0.1307107 -0.6482742 0.9974365 0.05804616 0.04116946 0.8778344 -0.08163696 -0.4718772 0.8309885 0.08407849 -0.549852 0.885464 0.2571794 -0.3870357 0.8113956 0.4615009 -0.3585925 -0.9352092 0.2848598 -0.2101809 -0.6411328 0.3602405 -0.6776025 -0.6249275 0.3497116 -0.6979278 -0.7464827 0.2786034 -0.604236 -0.9871822 0.1449019 0.06643879 -0.9881588 -0.01068145 -0.1528977 -0.8438978 0.1424604 -0.5171667 -0.7865841 -0.04309213 -0.6159245 -0.6662191 -0.1157262 -0.7366863 -0.733726 -0.1331217 -0.6662496 0.9984741 -0.007385432 0.05459761 0.9697256 -0.1127964 0.2163457 0.8769799 0.05050808 -0.4778283 0.7931761 0.1535081 -0.5892819 0.8395337 0.1951353 -0.507004 0.9763177 -0.2117984 -0.04394662 0.7099826 -0.2654805 -0.6522416 0.7236855 -0.2650837 -0.6371349 0.8312937 -0.2191229 -0.5107578 0.9089938 -0.07919549 -0.4091616 0.9887081 0.1439863 -0.04077267 0.959685 0.06537061 -0.2733238 0.9724723 0.04943996 0.2276681 0.8167058 0.1716055 -0.5508896 0.6872158 0.2332224 -0.6879788 0.6589251 0.2768334 -0.6993622 0.9927976 -0.1193884 0.006378352 0.7509689 -0.2582781 -0.6076846 0.6987823 -0.2480849 -0.6708884 0.8326365 -0.133549 -0.537431 -0.9955138 0.04837179 -0.08102661 -0.6573992 0.2191534 -0.7209388 -0.6698813 0.1738944 -0.7217933 -0.804651 0.09625536 -0.5858638 -0.9789727 -0.07657092 0.1889706 -0.971984 -0.2237312 -0.07159638 -0.7808771 -0.2067934 -0.5894345 -0.6401258 -0.2924894 -0.7103794 -0.6951201 -0.3030793 -0.6518449 0.958678 0.2562334 -0.1233558 0.9768059 0.151738 0.1508835 0.6977142 0.2570269 -0.6686605 0.5331279 0.3074434 -0.7881711 0.5016633 0.3393658 -0.7956786 0.9918211 0.01162755 -0.1268959 0.675985 -0.1846675 -0.7133702 0.591113 -0.1705985 -0.7883237 0.7372967 -0.04507583 -0.6740318 -0.9973754 0.01660203 -0.07019257 -0.7541734 0.1639454 -0.6358532 -0.6625263 0.1528672 -0.7332682 -0.7929319 0.05215609 -0.6070437 -0.9689932 -0.1372417 0.205298 -0.9414655 -0.3224891 -0.09805595 -0.8611103 -0.1098971 -0.496353 -0.7353435 -0.2961211 -0.6095157 -0.5793329 -0.3538926 -0.7342143 -0.6238594 -0.3698843 -0.6884365 0.8885769 0.4461501 -0.1066316 0.9767449 0.2124393 -0.02816855 0.6786401 0.2566606 -0.6881313 0.5582141 0.3525193 -0.7510606 0.6353648 0.4897916 -0.5969726 -0.9908139 -0.120426 -0.06146425 -0.7736137 0.0587176 -0.6309092 -0.6649678 -0.01611375 -0.7466658 -0.7738273 -0.08951079 -0.6270028 -0.9808649 -0.1721549 0.0907315 0.9701834 0.05172884 -0.2367321 0.5474105 -0.04919582 -0.8354137 0.5387127 -0.02020323 -0.8422193 0.6742759 0.004913449 -0.7384564 0.7552111 0.1054719 -0.6469008 -0.9713431 -0.1904355 -0.1421552 -0.7169713 -0.1650746 -0.6772363 -0.5437483 -0.1964171 -0.8159124 0.9618824 0.05087435 -0.2686239 0.9981384 -0.05008083 0.03421121 0.624958 -0.01745659 -0.7804194 0.4432203 0.03982663 -0.8955046 0.5827814 0.06781208 -0.8097476 -0.8863186 -0.1373028 -0.4422132 -0.4537797 -0.02356028 -0.8907743 -0.4505142 -0.01971495 -0.8925138 -0.5889462 -0.1189611 -0.7993408 -0.9712821 -0.176519 -0.1593981 0.9918516 -0.08008056 -0.09872734 0.6053957 -0.128666 -0.7854244 0.6309092 -0.09006011 -0.7705619 0.7683035 -0.08536022 -0.6343272 0.7958312 -0.04739522 -0.6035951 -0.9533067 -0.1242408 -0.2752159 -0.7476425 -0.1113925 -0.6546525 -0.7208777 -0.107242 -0.6846828 -0.6116825 -0.08935815 -0.7860042 -0.6119266 -0.1207922 -0.7816095 -0.9342326 0.03305155 -0.3551134 -0.7079989 0.1739249 -0.6844081 -0.5479904 0.1268349 -0.8268074 -0.6979888 0.02630692 -0.715598 -0.9929197 -0.1175878 -0.01556444 0.9922178 0.09756767 0.07708972 0.9917905 -0.09353923 0.08700823 0.8215888 0.01556444 -0.5698416 0.7424848 0.151738 -0.6523942 0.8134709 0.3355205 -0.4749901 -0.9623707 -0.2294992 -0.1453902 -0.8422498 -0.1008026 -0.5295267 -0.7808161 -0.2591632 -0.5684072 -0.6802576 -0.3148289 -0.6618854 -0.6863307 -0.3517869 -0.6364941 0.9699088 -0.2433851 -0.004913449 0.8221381 -0.4236274 -0.3802606 0.7380902 -0.359386 -0.5709708 0.7908262 -0.2676473 -0.5503708 0.8226264 -0.1369365 -0.5518052 -0.9092685 0.1600695 -0.384167 0.005218625 0.3298441 -0.9439985 0.001159667 0.7283853 -0.6851406 -0.8496048 0.3779107 -0.3678396 -0.7735221 0.3830683 -0.5048372 -0.8385876 0.1664785 -0.5186926 -0.810297 0.060274 -0.5828425 -0.7425764 0.6045412 -0.2881557 -0.00955224 0.9362468 -0.351146 -0.4839015 0.8695029 -0.09866631 -0.5244606 0.8305002 -0.1874446 -0.5533311 0.7767876 -0.3006379 -0.6631062 0.6200445 -0.4192938 -0.0866115 -0.1179235 -0.9892269 0.1508835 0.0205084 -0.9883114 -0.01437419 0.3287759 -0.9442732 -0.04647964 -0.02514719 -0.9985961 0.2481765 -0.201178 -0.9475692 0.8379162 0.305887 -0.4520096 0.6235237 0.1611682 -0.764977 0.587817 0.2791528 -0.75927 0.599231 0.5413373 -0.5897397 0.7859126 0.5309 -0.3168737 0.6544084 0.7320475 -0.1892147 0.4957427 0.7654348 -0.4102298 0.4040956 0.8805506 -0.2475356 0.3433333 0.9258705 -0.1577196 0.4496902 0.8861355 -0.1118808 -0.924192 0.227546 -0.30665 -0.9368267 0.2748802 -0.2162541 -0.6895352 0.4983673 -0.5254677 -0.668569 0.2767418 -0.6901761 -0.7422102 0.1540269 -0.6522111 -0.9135411 0.3721122 -0.1641895 -0.7952208 0.5937986 -0.1222876 -0.5999939 0.7770928 -0.1899777 -0.6367992 0.7277749 -0.2545244 -0.6774499 0.6290475 -0.3811457 0.4800867 -0.4417859 0.7578356 0.3627735 -0.9270913 0.09427165 0.4238106 -0.147557 0.8936125 0.09775078 -0.5676748 0.8173772 0.1308328 -0.9911191 0.02240055 -0.260567 -0.5908689 0.7634816 -0.03280735 -0.9957274 0.08618426 0.08429211 -0.2271187 0.9701834 -0.2698141 -0.2773827 0.9220557 0.5814387 -0.04300057 0.8124333 0.4838709 -0.01947081 0.8749046 0.9086581 0.1078524 0.4033631 0.6214179 0.03372293 0.7827388 0.2489089 -0.2957854 0.9222388 0.1592456 -0.2480544 0.9555345 -0.3097323 -0.3730888 0.8745384 -0.3293862 -0.1659901 0.9294717 0.06143373 -0.0945158 0.9936217 -0.3122349 -0.4611957 0.8305002 0.6569109 0.04440438 0.752617 0.7764825 -0.3212683 0.5420393 0.2926725 -0.3634449 0.8844264 -0.3553881 -0.5623341 0.7466048 -0.2543413 -0.7469405 0.614246 0.3040864 -0.8446608 0.4405041 -0.01733446 -0.7423627 0.6697287 0.4449904 -0.628071 0.6383252 0.6497391 -0.6647542 0.3686025 0.4029054 -0.9143345 -0.0404675 0.3043916 -0.9161351 0.2607196 -0.2593158 -0.4951018 -0.8291879 -0.07467877 -0.9971313 -0.01190221 -0.2469863 -0.3189795 -0.9149754 0.05227816 -0.5251625 -0.8493912 0.1690725 -0.9716178 0.1653187 0.3552049 -0.4298227 -0.8300729 0.4436171 -0.8920255 0.08621478 0.02722251 -0.3164464 -0.9482101 0.3089999 -0.255562 -0.9160741 0.7175207 -0.5031892 0.4815821 0.7247231 -0.5595569 0.4020203 0.7899411 -0.5220496 0.3215735 0.7193823 -0.538194 0.4390698 0.7596057 -0.436964 0.4816431 0.1666616 -0.6461074 0.7448042 -0.3176366 -0.6667684 0.6741234 -0.4052248 -0.7273781 0.5537584 0.08877831 -0.7629933 0.6402478 0.1922971 -0.8435927 0.5013581 0.1070284 -0.7846309 0.6106144 0.7533189 -0.5579089 0.3481246 0.7142552 -0.6305735 0.3035676 0.2154912 -0.8480483 0.4840541 0.3423871 -0.6848659 0.6431776 -0.282052 -0.8009888 0.5280312 0.09472942 -0.7533189 0.6507462 0.1279336 -0.7382733 0.6622211 0.1663869 0.9739372 -0.1541184 0.5393841 0.544908 -0.6419264 0.2699362 0.6599628 -0.7010712 -0.04763936 0.6393322 -0.7674185 -0.07660144 0.996765 -0.02316349 -0.4132511 0.9079257 -0.06988734 -0.6906339 -0.01211583 -0.723075 0.04513686 -0.4608905 0.8862881 -0.3596301 0.5965758 -0.7174291 -0.2414319 -0.1999267 -0.9495529 -0.218482 0.02618485 -0.9754631 -0.007629573 0.06683552 -0.9977111 0.01446574 -0.1371807 -0.9904172 0.2766503 -0.1407818 -0.9505906 0.2027039 0.0730918 -0.9765008 -0.2177801 0.2558367 -0.9418622 -0.6394848 0.3978087 -0.6578265 -0.02584916 0.2675558 -0.9631642 0.1629993 0.3003937 -0.9397565 0.5813471 0.5383771 -0.6100345 0.08401745 0.4345836 -0.8966643 0.1164586 0.201941 -0.9724113 0.1597033 0.3203223 -0.9337138 -0.1365398 0.4672079 -0.8735008 -0.06976526 0.1823176 -0.9807428 -0.3386029 0.4153874 -0.8442335 -0.2735679 0.1834772 -0.9441816 -0.08487194 0.2818689 -0.9556871 -0.3397321 0.2635579 -0.9028291 -0.1069673 -0.6665853 -0.7376934 -0.2390515 -0.3829768 -0.8922697 0.009338617 -0.3481246 -0.937376 0.05404824 -0.7387005 -0.6718345 0.3047273 -0.650502 -0.6956389 0.2443616 -0.3169957 -0.9163793 -0.2395398 -0.1398663 -0.9607227 -0.2659383 -0.01843315 -0.963805 -0.05688649 0.0109561 -0.998291 -0.03094571 -0.104831 -0.9939879 0.1800287 -0.0849635 -0.9799494 0.1628773 0.04129153 -0.9857479 -0.2653585 0.08197271 -0.9606311 -0.06396675 0.105533 -0.9923399 0.1417279 0.1456953 -0.9790948 -0.1935788 -0.2062746 -0.9591357 -0.2171697 -0.1597033 -0.9629505 0.03469949 -0.1882382 -0.9814447 0.2542802 -0.1357463 -0.9575487 0.02227848 -0.113834 -0.9932249 0.2693869 -0.08630633 -0.9591357 0.139256 0.4365367 -0.8888211 0.3700369 0.09714037 -0.9238868 0.1920225 0.3166601 -0.9288614 -0.2101809 0.3433638 -0.9153417 0.0489822 0.1367839 -0.9893796 -0.5217444 0.2595599 -0.8126164 -0.3268532 0.117832 -0.9376812 -0.1273537 0.2065798 -0.9700919 -0.422895 0.1323282 -0.8964507 -0.2349315 -0.07458722 -0.9691153 -0.2164372 -0.08151489 -0.972869 0.01330602 -0.03106784 -0.9994202 0.02063047 -0.04318368 -0.9988403 0.2557146 0.05642867 -0.9650868 0.2449721 0.001831054 -0.969512 -0.2011169 -0.06967371 -0.9770806 -0.4694357 -0.1663259 -0.8671224 -0.8117008 -0.1681569 -0.5593127 0.01184117 -0.03680527 -0.9992371 0.2197638 -0.01232945 -0.9754631 -0.2421643 -0.008392572 -0.9701834 -0.3080233 0.3026826 -0.9019135 0.2514114 0.02148503 -0.9676198 0.3260598 0.03982663 -0.9444869 0.2046266 0.3405866 -0.9176611 0.1461836 0.3871883 -0.9103061 0.2341074 0.8670309 0.4397717 0.4002808 0.876278 0.2680441 0.4585406 0.7809687 0.4239631 0.3461714 0.9251992 0.1553087 0.1835078 0.9737236 0.1348002 0.1630299 0.9031342 0.3971374 0.3106479 0.9194312 0.2410352 -0.01632738 0.9641103 0.2649617 0.2533341 0.9584949 0.1305887 0.0974456 0.992584 0.07232886 -0.1388286 0.9902646 -0.008911371 0.1876583 0.9801935 -0.06323432 -0.2407605 0.6910917 -0.6814478 -0.1734061 0.8586383 -0.4823145 0.1218909 0.7134922 -0.6899319 0.1330912 0.7272561 -0.6732994 0.0582903 0.8771935 -0.476516 0.08352911 0.8802149 -0.4671468 0.05343788 0.7596668 -0.6480911 -0.1238136 0.9430525 -0.3086947 0.04049801 0.9577929 -0.2845546 0.09411907 0.9628895 -0.2528458 0.1729484 0.9624012 -0.2092959 0.0936613 0.8876919 -0.4507889 0.1803949 -0.3523667 0.9182714 -0.09335607 -0.9710379 0.2198858 0.1782891 -0.3010346 0.9367657 -0.124546 -0.3263649 0.9369793 -0.2090212 -0.9739067 0.08807641 -0.4795373 -0.2855007 0.8297373 -0.3194067 -0.9242225 0.2091128 -0.1188696 -0.292703 0.9487594 -0.464919 -0.218604 0.8579058 -0.5073702 -0.8613849 0.0232551 0.4682149 -0.3688162 0.802942 0.4434645 -0.1391339 0.885403 0.4634541 -0.2918485 0.8366649 -0.1221656 -0.3592944 0.9251686 -0.08734393 -0.1514633 0.9845882 -0.5262306 -0.2724997 0.805475 -0.4705039 -0.1407208 0.8710898 -0.1453902 -0.3098239 0.9395734 -0.5640126 -0.1924192 0.803003 -0.8514054 -0.1596728 0.4995575 0.4331797 -0.2847377 0.8551287 0.271218 -0.5619984 0.7813959 -0.1880245 -0.2757652 0.9426252 -0.6174505 -0.0866115 0.7817927 -0.3322855 -0.4563127 0.8254342 -0.681753 -0.08191168 0.7269509 -0.4501785 -0.8118534 0.3717765 -0.1268959 -0.7978149 0.589343 -0.3486434 -0.8941008 0.2810755 -0.487289 -0.86816 0.09390544 -0.8225349 -0.500473 0.2699972 -0.6771752 -0.594348 0.4337291 -0.9602649 -0.2199469 0.1716361 -0.9329203 -0.2882168 0.2157658 -0.9766839 -0.1919614 0.09579759 -0.4020203 -0.4298227 -0.8084353 -0.513535 -0.8360546 -0.1930906 -0.3268532 -0.2870876 -0.9003876 -0.09683519 -0.5305643 -0.8420667 -0.2345347 -0.9576403 -0.1669667 0.3051546 -0.4896084 -0.8167669 0.1135594 -0.9488815 -0.2944426 0.3303934 -0.306589 -0.8926359 0.1445966 -0.7099521 0.6891995 0.2556536 -0.7182531 0.6470839 -0.1511582 -0.7777032 0.610126 -0.2276986 -0.8454543 0.483047 -0.4871364 -0.639729 0.59447 -0.3372905 -0.6902371 0.6401258 -0.9020966 -0.3342387 0.2728965 -0.8475601 -0.3167211 0.4257332 0.2064577 -0.7079989 0.6753441 -0.1388897 -0.7374188 0.6609699 -0.1252174 -0.7448958 0.6552935 -0.3496811 -0.6501969 0.6744896 -0.7557604 -0.2246467 0.6150701 0.3377484 0.9356365 -0.1023591 0.4094058 0.3901181 -0.8247017 0.4566485 0.6264535 -0.6316416 0.07535016 0.6214484 -0.7798089 0.1193274 0.9917295 -0.04696798 -0.07422101 -0.4789575 0.8746605 -0.1922361 0.9443953 -0.2667317 -0.2903836 0.3942992 -0.8718528 -0.2928861 0.5731376 -0.7653127 -0.3094272 -0.1765496 -0.9343547 -0.239906 0.06006038 -0.9689322 0.01586961 0.09921562 -0.9949339 -0.002655088 -0.1382488 -0.9903867 0.3612781 -0.1843623 -0.9140294 -0.03537094 -0.3434248 -0.9384747 0.3121433 0.08517712 -0.9461959 -0.1787164 0.267861 -0.9467147 -0.6394848 0.3465071 -0.6862392 0.0351268 0.2930998 -0.9554125 0.2738121 0.3308817 -0.9030427 0.7602466 0.4716635 -0.4466689 0.2896512 0.5783563 -0.7625965 0.3103733 -0.1982787 -0.9296854 0.3608509 0.3353068 -0.8702353 0.003082334 0.6623127 -0.7491989 0.02569657 -0.154271 -0.9876706 -0.2305368 0.5782647 -0.7825862 -0.3341472 0.007751643 -0.9424726 0.01400798 0.3573718 -0.9338359 -0.2796411 0.386639 -0.8787805 -0.2466506 -0.5975219 -0.7629323 -0.3061006 -0.248207 -0.9190649 -0.003234922 -0.2767113 -0.9609363 -0.07724231 -0.708884 -0.7010712 0.1543015 -0.6022523 -0.783227 0.3177587 -0.3193457 -0.892758 -0.2355723 -0.03234958 -0.9712821 -0.2377697 0.07989746 -0.9680166 0.01318395 0.0489822 -0.9986877 0.009949028 -0.05160677 -0.9985961 0.2659688 -0.0907315 -0.959685 0.2760399 0.01391643 -0.9610279 -0.2208929 0.1868038 -0.9572131 0.01898247 0.1452681 -0.9891964 0.2719504 0.1164586 -0.9551988 -0.3121433 -0.7226478 -0.6166875 -0.2923368 -0.403119 -0.8671835 0.04190188 -0.8033082 -0.5940428 0.3111972 -0.7330851 -0.6047243 0.03137302 -0.4060488 -0.9132969 0.3731803 -0.4462416 -0.8133488 0.3243202 0.4364452 -0.8392285 0.2156438 0.03222751 -0.9759209 0.3367412 0.2890408 -0.896115 -0.01406902 0.2598956 -0.9655141 -0.0527665 0.370983 -0.9271218 0.01126128 0.06558424 -0.9977722 -0.3632313 0.3140965 -0.8771325 -0.3492538 0.07525861 -0.9339885 -0.2672201 0.2297738 -0.9358196 -0.2183599 -0.01867729 -0.9756768 -0.220191 -0.09207433 -0.971099 0.004028439 -0.03491312 -0.9993591 0.00213629 -0.0936613 -0.9955748 0.2559282 -0.03396707 -0.966094 0.2409436 -0.106296 -0.9646901 -0.2208319 -0.1541795 -0.9630116 0.008514642 -0.1398663 -0.990112 0.2493667 -0.1698355 -0.9533677 -0.2554399 0.008850336 -0.9667654 -0.2623676 0.3307291 -0.9064913 0.007904291 -0.1029694 -0.9946287 -0.4624165 0.886227 -0.02685624 -0.6569719 0.7538682 0.002166807 -0.3477584 0.9375591 -9.15555e-4 -0.1792962 0.9837642 5.79852e-4 -0.2842189 0.947203 -0.1482589 -0.2050538 0.7190771 -0.6639607 -0.200293 0.8628193 -0.4640644 -0.01733446 0.8834193 -0.4682149 -0.009949028 0.7199622 -0.6938993 -0.1944944 0.9262062 -0.3228858 -0.04043698 0.9918211 -0.1208227 -0.01776176 0.9437239 -0.3302103 0.3723868 -0.2258675 0.9001435 0.1472213 -0.9611499 0.2334361 0.3977782 -0.9170202 0.02816855 0.3808405 -0.1932737 0.9042024 -0.04861593 -0.2514725 0.9666128 -0.08847314 -0.9918211 0.09189122 -0.4203009 -0.2442701 0.873867 -0.2401196 -0.9598987 0.1445051 -0.02926725 -0.248268 0.9682303 -0.3946349 -0.2210761 0.8918119 -0.3878292 -0.9210181 -0.03561508 0.5416425 -0.188757 0.8191168 0.5217139 -0.02636796 0.8526872 0.5605945 -0.2106997 0.8008057 0.05023342 -0.3241371 0.94467 0.03872793 -0.09530925 0.9946898 -0.4737693 -0.3582873 0.8044374 -0.4594562 -0.1550035 0.8745384 0.05703908 -0.3425092 0.9377728 -0.4863735 -0.3333536 0.8076419 0.6163824 -0.1834467 0.7657399 0.5614795 -0.3896908 0.7299723 0.0592364 -0.3033235 0.9510178 -0.5495773 -0.2978301 0.7805109 0.06958216 -0.5094455 0.8576617 -0.5248574 -0.4951628 0.6923124 0.3000274 -0.9269998 0.2249214 0.3880428 -0.7975707 0.4617756 -0.09933775 -0.9606617 0.2592547 -0.07281714 -0.8664205 0.4939421 -0.4402905 -0.8749962 0.201178 -0.4760888 -0.7965026 0.372631 -0.3895077 -0.5029756 -0.7715384 -0.3917356 -0.9073458 -0.1524094 -0.36021 -0.3390911 -0.8690451 -0.02386546 -0.3774834 -0.9256874 -0.03796499 -0.5834834 -0.8112125 0.3620105 -0.4920194 -0.7917112 0.3357036 -0.9268777 -0.1677297 -0.07315284 -0.9922483 -0.1001923 0.334666 -0.3390606 -0.8791772 0.4845729 -0.6760155 0.5551012 0.5354167 -0.606647 0.5875729 -0.03262424 -0.77987 0.6250496 0.01770073 -0.7767876 0.6294748 -0.5147557 -0.7078158 0.4836878 -0.5084689 -0.6858119 0.5206458 0.4925382 -0.5191199 0.6984772 0.05227816 -0.711478 0.7007355 -0.4638508 -0.6061586 0.6460464 0.2861415 0.9527269 -0.1017792 0.4080325 0.3747368 -0.8324839 0.4105655 0.6422315 -0.6472365 0.01989805 0.6441847 -0.7645802 -0.001770019 0.9999695 -0.007507503 -0.2410657 0.9615772 -0.1312601 -0.1693167 0.4104434 -0.8959929 -0.15656 -0.4606159 0.8736534 -0.3349406 0.6329844 -0.6979278 -0.3154393 -0.2058473 -0.9263283 -0.2247077 0.05111849 -0.9730522 0.01718187 0.07458722 -0.9970397 -0.002166807 -0.1554918 -0.9878231 0.3244118 -0.2160405 -0.920896 0.2675863 0.04824972 -0.9623097 -0.1886349 0.2895291 -0.9383831 -0.6680197 0.4689474 -0.5777459 0.02246159 0.2717063 -0.962096 0.2417371 0.2935881 -0.9248329 0.7425153 0.4844508 -0.4625385 0.2655416 0.4025391 -0.8759728 0.202948 0.1548814 -0.9668264 0.3045442 0.288522 -0.9077426 1.83111e-4 0.2691428 -0.9630726 0.01629686 0.440321 -0.8976715 -0.2377086 0.3896908 -0.8897061 -0.2396313 0.1510056 -0.9590137 -0.02484202 0.1448103 -0.9891354 -0.2855312 0.2676473 -0.9202246 -0.1704154 -0.6633504 -0.7285989 -0.2810755 -0.3491318 -0.8938872 -0.001617431 -0.3353374 -0.9420759 -0.003326475 -0.7580493 -0.65215 0.1701101 -0.6576434 -0.7338481 0.2867825 -0.3472091 -0.8928495 -0.2420728 -0.1118198 -0.9637745 -0.2521744 0.01235997 -0.9675893 -0.01055938 0.02606278 -0.9996033 -0.008056879 -0.08917504 -0.9959716 0.2285836 -0.09140288 -0.9692068 0.2359996 0.0343638 -0.9711295 0.8955046 0.0399487 -0.4431593 -0.2413403 0.1089205 -0.9642934 -0.8759117 -0.05023342 -0.4797815 -0.01037627 0.1147801 -0.9933165 0.2297738 0.1305581 -0.9644154 -0.2985626 -0.1812494 -0.9370098 -0.3220313 -0.1219825 -0.9388104 -0.05679494 -0.1167027 -0.9915159 -0.06469923 -0.2142094 -0.9746391 0.1892147 -0.1993468 -0.9614551 0.2324289 -0.1374248 -0.9628285 0.1498153 0.2518998 -0.9560533 0.08127075 0.04528945 -0.9956359 0.1770684 0.1726127 -0.9689322 -0.04159671 0.1940977 -0.9800714 -0.04040646 0.2785729 -0.9595324 -0.1911679 0.2167424 -0.9573046 -0.1027253 -0.04837179 -0.9934996 -0.05911433 0.004669308 -0.9982299 -0.2312387 0.1538133 -0.9606311 -0.2559282 -0.05587935 -0.9650563 -0.2894681 -0.04818868 -0.9559618 -0.06512647 -0.02630692 -0.997528 0.1521347 -0.02255314 -0.9880978 0.1903439 -0.03360086 -0.981109 -0.05874812 -0.03369241 -0.9976806 -0.279397 -0.03567612 -0.9595019 -0.05017238 -0.02520829 -0.998413 0.1911984 -0.02844321 -0.981109 0.2260506 0.9735099 -0.033845 0.2836085 0.95291 -0.1072725 0.1371502 0.9789117 -0.1513108 0.04666274 0.9988098 -0.01364177 0.1104159 0.9903562 -0.08355963 0.1376995 0.7143468 -0.6860866 0.2258064 0.3149815 -0.9218116 0.0878933 0.8802149 -0.4663228 0.07202368 0.9448531 -0.3194067 0.8210394 0.2560503 0.5101779 0.7837153 0.4124882 0.4643391 0.822779 0.5109714 0.2488174 0.8607746 0.3853877 0.3324076 0.9289224 0.2049012 0.308298 0.8843959 0.01873832 0.4663228 0.7004303 0.01562547 0.7135227 -0.1557664 -0.9632862 0.218543 -0.4998322 -0.8554033 0.1355937 -0.4781945 -0.7629628 0.4349192 -0.2216864 -0.7612537 0.6093631 0.2409436 -0.874691 0.4205145 0.6808985 0.6514787 0.3344523 0.7266457 0.5934324 0.3460799 0.8030641 0.5757012 0.1537217 0.7524033 0.6557207 0.06216615 0.5723747 0.8115482 0.117191 0.5890378 0.7437361 0.3159887 0.1792962 0.765801 -0.617542 0.11713 0.5117649 -0.8510697 0.2941069 0.8544877 -0.4281442 0.6205024 0.694876 -0.3634449 0.5129551 0.6602374 -0.5485397 0.4702597 0.5601673 -0.6819361 0.7175817 0.5334635 -0.4477065 0.5608081 0.3828852 -0.7340617 0.7987915 0.541612 -0.2618183 0.8073672 0.5376751 -0.2428663 0.7480087 0.4928739 -0.444441 0.3988769 0.8958098 -0.1959899 0.7039399 0.6980499 -0.1309244 0.8427381 0.5343486 -0.06491285 0.8290353 0.5558031 -0.0612201 0.9536424 -0.1614124 0.253853 0.9823603 0.03369241 0.1838129 0.9961242 -0.08639788 0.01461833 0.9566027 -0.2675253 0.115421 0.881222 -0.2871181 0.3754387 0.7737663 -0.1862239 0.6054567 0.9035615 -0.4054689 0.1382183 0.9545274 -0.2973418 -0.02047789 0.84167 -0.4252449 0.3327128 0.9255959 -0.3160802 0.2081057 0.8256173 -0.361095 0.433546 0.6428724 -0.5023041 0.5782647 0.6727805 -0.3465682 0.6536149 -0.07156586 -0.7181616 0.6921293 -0.1806696 -0.6101565 0.7713553 -0.3309122 -0.9349651 0.1277199 -0.4749596 -0.8556169 0.2056032 0.1404461 -0.9537644 0.2656636 0.3463851 -0.2771691 0.896176 0.08990752 -0.3087863 0.9468368 0.3645436 -0.247444 0.8976715 0.7459945 -0.1383709 0.6513871 0.7379376 -0.1432844 0.6594745 0.6722312 -0.108951 0.7322611 0.3225501 -0.1334879 0.9370709 0.05487227 -0.1676381 0.9843135 0.9483017 0.03509628 0.3153172 0.949736 0.006836116 0.3128758 0.7806635 0.06744587 0.6212653 0.3603931 0.0549333 0.9311503 0.02649003 -0.01287877 0.9995422 -0.1918699 -0.3317057 0.9236427 -0.2079226 -0.3055208 0.9291971 0.1026337 -0.279397 0.9546495 -0.2065798 -0.1996216 0.9578234 -0.5555894 -0.2699362 0.786401 -0.6309702 -0.3098544 0.7112339 -0.6624653 -0.2869045 0.6919462 -0.2381359 -0.07315284 0.9684439 -0.6854457 -0.202063 0.6994842 -0.8757286 -0.2291024 0.4249397 -0.8897672 -0.2071901 0.4066286 0.2953581 -0.1427655 0.9446395 0.1024811 -0.1819819 0.9779351 0.213538 -0.07406842 0.9740898 0.4482864 -0.02459788 0.8935209 0.6144902 -0.03973507 0.7878963 0.3191626 -0.04907375 0.9464095 0.08343756 -0.06875818 0.9941099 0.6398816 0.03637802 0.767571 0.09128081 -0.07876825 0.9926756 0.8701438 0.03176975 0.4917448 -0.1301614 -0.1889401 0.9732963 -0.5272073 -0.1662343 0.8332774 -0.3340251 -0.1147496 0.9355449 -0.04528945 -0.1074556 0.9931638 -0.8000428 -0.1639149 0.5770745 -0.5409711 -0.1059908 0.8342845 -0.1717276 -0.1232337 0.9773858 0.2137821 -0.264687 0.9403058 -0.09576708 -0.2338023 0.9675283 0.2053896 -0.2369152 0.9495529 0.665212 -0.2081362 0.7170324 0.6657613 -0.2247382 0.711478 0.2321848 -0.09738457 0.9677724 -0.08331549 -0.08035522 0.9932554 0.8981903 -0.1281472 0.420484 0.8872341 -0.1063875 0.4488052 0.9072848 -0.0661031 0.4152348 0.7359234 -0.05984675 0.6743675 0.6256294 -0.1387066 0.7676626 0.2729576 0.01260411 0.9619129 -0.0711081 0.03872793 0.996704 -0.3479415 -0.1983093 0.9162877 -0.3808405 -0.1753288 0.9078341 -0.09640794 -0.2234565 0.9699088 -0.3219093 -0.06942957 0.9442121 -0.6979278 -0.1318705 0.7039094 -0.7498093 -0.07394635 0.6574908 -0.3512986 0.01364177 0.9361553 -0.7253029 -0.08096557 0.6836146 -0.624836 -0.1013519 0.7741325 -0.8783532 -0.08832055 0.4697409 -0.9055147 -0.02044737 0.4238106 0.1296121 -0.2012695 0.9708853 -0.09070098 -0.1959288 0.9764092 0.07919549 -0.253914 0.9639577 0.3997314 -0.1799677 0.8987701 0.5398114 -0.1461836 0.8289437 0.1224097 -0.3184607 0.9399701 -0.1119114 -0.30665 0.9451888 0.5633717 -0.1997436 0.8016602 0.8114871 -0.09360027 0.5767693 -0.3259377 -0.1452071 0.934141 -0.6893826 -0.03967404 0.7232887 -0.6103091 -0.08554333 0.7874996 -0.3025605 -0.2113407 0.9293802 -0.8764306 0.03201389 0.4804529 -0.724601 -0.07501447 0.685049 -0.3952147 -0.2530595 0.8830226 0.3383587 -0.3066805 0.8896145 0.06591993 -0.3267922 0.9427778 0.3512681 -0.2150639 0.9112217 0.7283853 -0.1687979 0.6640217 0.7184057 -0.2074343 0.6639607 0.6923124 -0.1683096 0.701651 0.3542588 -0.1622669 0.9209571 0.04919582 -0.1799066 0.9824213 0.9278542 -0.072573 0.3657643 0.9237953 -0.08151489 0.3740348 0.7940001 -0.00225836 0.6078982 0.4247261 0.05316323 0.9037446 0.03543198 0.01715135 0.9992066 -0.2389904 -0.3252052 0.9149144 -0.2502213 -0.2341074 0.9394208 -0.2804651 -0.1830195 0.9422284 -0.6385083 -0.2116764 0.7398908 -0.6534929 -0.2540666 0.7129734 -0.6633504 -0.2159489 0.716422 -0.3682668 0.005157589 0.9296854 -0.8749962 -0.104831 0.4725791 -0.747673 -0.07669299 0.6595661 -0.8868984 -0.140141 0.4401379 -0.8800623 -0.1420331 0.4530778 0.3272194 -0.09524822 0.9401227 0.0686056 -0.2232429 0.9723197 0.06900233 -0.09936827 0.992645 0.3295693 -0.1276284 0.9354534 0.6066775 -0.06921595 0.7918943 0.661977 -0.07400739 0.7458114 0.3655812 -0.2237007 0.90347 0.005432248 -0.2680441 0.9633778 0.7199622 -0.09823906 0.6870022 0.05270546 -0.174749 0.9831843 0.8773766 -0.04751729 0.477401 -0.2261116 -0.1195105 0.9667348 -0.6010926 -0.1205786 0.7900021 -0.5551012 -0.1214637 0.82284 -0.2446974 -0.169042 0.9547411 -0.8339183 -0.1126743 0.5402082 -0.6758934 -0.1602832 0.7193518 -0.3280435 -0.2659383 0.9064303 -0.7742546 -0.1464278 0.6156804 -0.75338 -0.0653401 0.6543169 -0.7781915 -0.1170995 0.6169622 -0.9242531 -0.2841273 0.2549516 -0.9677419 -0.1897336 0.1657155 -0.5644704 -0.1421247 0.8131046 -0.7132786 -0.1495102 0.6847133 -0.8223823 -0.07010102 0.5645924 -0.86404 -0.1337016 0.4853053 -0.8599811 -0.1132236 0.4975432 -0.5462813 -0.1376995 0.8261666 -0.77163 -0.04446542 0.6344798 -0.8723716 -0.4618061 -0.1601306 -0.8224128 -0.493057 0.283639 -0.9255349 -0.3741569 -0.05813771 -0.773278 -0.4070559 -0.4860988 -0.6843776 -0.2564165 -0.6825464 -0.8726463 -0.4343394 -0.2231819 -0.7256386 -0.5654164 0.3920407 -0.9681997 0.05169832 0.2446669 -0.774102 -0.0514847 0.6309397 -0.8685568 -0.1367839 0.4763024 -0.9779657 -0.05261391 0.201941 -0.9849238 0.02343821 -0.1712088 -0.9299905 0.1507004 -0.3351848 -0.9380779 0.08630633 0.3354289 0.6832179 -0.5413984 -0.4899747 0.08728289 -0.1717581 -0.9812311 -0.570452 -0.4356212 -0.6962493 -0.1924802 -0.9746086 -0.1142002 0.3082064 -0.6383557 0.7053133 0.8695639 -0.2131718 -0.4453871 0.4026307 -0.06622517 -0.9129307 -0.8955046 -0.2022767 0.3962829 -0.8197882 -0.2101809 0.5326701 -0.9013947 -0.2693564 0.3389996 -0.9218116 -0.2843714 0.2633442 -0.9296854 -0.2809839 0.2380443 -0.9333781 -0.196234 0.3004547 -0.7813349 -0.2446364 0.5741142 -0.8056581 -0.2222357 0.549028 -0.9176 -0.2364879 0.3194372 -0.9004486 -0.2645039 0.3452254 -0.6197088 -0.1908017 0.7612537 -0.80459 -0.1807306 0.5656301 -0.6926786 -0.1799066 0.6984161 -0.6348155 -0.1594897 0.7560045 -0.7922605 -0.162389 0.5881222 -0.9368878 -0.1585742 0.3115024 -0.9280374 -0.1933957 0.318247 -0.8062075 -0.2164067 0.550615 -0.8366954 -0.3047273 0.4550005 -0.9507737 -0.2463148 0.1878719 -0.9465926 -0.1646779 0.2771081 -0.5710318 -0.1857661 0.7996155 -0.6313669 -0.2734459 0.7256386 0.2933744 0.1433454 0.9451583 0.3449507 -0.1052278 0.9326762 0.1697744 0.03671371 0.9847713 0.1000397 0.1215247 0.987518 0.1221351 0.2033143 0.9714347 0.3501389 0.2140873 0.9118931 0.4201483 -0.03369241 0.9067965 -0.01995909 0.08505505 0.9961547 0.04300057 0.04257327 0.9981384 -0.03460794 0.01974546 0.999176 -0.1003448 0.0389111 0.994171 -0.09277623 0.06830042 0.9933165 -0.001068115 0.1145665 0.993408 -0.3205664 0.006469905 0.9471725 -0.1018403 -0.01470988 0.9946898 -0.3163244 -0.04004025 0.9477828 -0.9989624 0.01855522 0.04086428 -0.3146764 0.04257327 0.9482101 0.2090517 -0.9136021 -0.3487045 -0.02133244 -0.5237281 -0.8515885 -0.546556 -0.7084872 -0.4463942 -0.3296304 -0.9304788 0.1596423 -0.005157589 -0.8266854 0.5626087 0.538194 -0.7653737 0.352855 0.4140446 -0.691702 -0.5916929 0.3339641 -0.3872494 0.8593402 0.1096835 -0.5213172 0.8462477 0.1601916 -0.1879025 0.9690237 0.403943 -0.3495285 0.8453322 -0.4629048 0.06921595 -0.8836634 -0.4596087 -0.04531997 -0.8869289 -0.4676961 -0.3086032 -0.8282418 -0.2709738 0.07449567 -0.959685 -0.2847988 0.1751152 -0.9424421 -0.5133213 0.1048921 -0.8517411 -0.1145359 -0.02636796 -0.9930418 0.02487254 -0.1917783 -0.981109 0.1478621 -0.1226233 -0.9813532 -0.03659164 0.08896142 -0.9953307 -0.4678182 -0.4297922 -0.7722404 0.0178228 -0.3953673 -0.9183325 0.0773949 -0.4770959 -0.8754234 0.1462447 -0.3527329 -0.924192 -0.4593036 -0.4461806 -0.7680593 -0.4333629 -0.4752647 -0.7656789 0 -0.9940184 -0.1091647 -0.6868496 -0.7233192 0.07080292 0 -0.8207343 -0.571276 -0.1375469 -0.02386546 -0.9902036 -0.05868709 -0.02258366 -0.9980163 0.7136143 0.2096011 -0.6684164 0.703238 0.1884823 -0.6854763 -0.2287057 -0.03680527 -0.9727775 -0.8224433 -0.256386 -0.5077365 -0.7539903 -0.2345957 -0.6135441 -0.947264 -0.317423 -0.04324471 -0.9495834 -0.3074434 -0.06106752 -0.6993011 -0.2373119 -0.6742454 -0.9382 -0.3460189 0.004577755 -0.9251992 -0.334788 0.1785943 -0.01321446 -0.02185124 -0.9996643 0.02328562 -0.01251256 -0.9996338 0.6906949 0.1456648 -0.7083041 0.6872768 0.2100284 -0.6953337 -0.7074801 -0.2319406 -0.6675619 -0.9567553 -0.2870266 -0.04687643 -0.9710074 -0.2360606 -0.03680527 -0.7351909 -0.1881771 -0.6512039 -0.9820246 -0.1806696 -0.05447548 -0.9878231 -0.1295205 -0.08618426 -0.7234718 -0.1243324 -0.6790369 -0.9840388 -0.1148411 -0.1356853 -0.9669485 -0.1595507 -0.1987975 -0.6820887 -0.05145418 -0.7294229 -0.7026582 -0.07245093 -0.7078158 -0.03463846 -0.08127075 -0.9960631 -0.1070284 -0.1301614 -0.9856868 0.6115299 0.02362132 -0.7908262 0.7192297 0.02826011 -0.6941435 0.06717121 -0.01547288 -0.9975891 -0.6928923 -0.1927549 -0.6947844 -0.6351512 -0.2739036 -0.7221595 -0.9391156 -0.2357555 -0.2498855 -0.9188207 -0.3011872 -0.2549211 -0.673574 -0.09237951 -0.7332987 -0.959624 -0.2742088 0.06234931 -0.9489426 -0.3125401 -0.04199343 -0.957915 -0.1679738 -0.2327036 -0.9996033 0.01278722 -0.02417063 -0.7737663 -0.1847285 -0.605884 -0.9568774 -0.1857661 -0.2231819 -0.9019441 -0.2031617 0.3809931 -0.9139378 -0.1511582 0.3765984 -0.9336833 -0.09372234 0.3455916 -0.9643544 -0.1703543 -0.2024292 -0.9665212 -0.1999573 -0.1607105 -0.9248329 -0.2168645 0.3123875 -0.9147008 -0.2017579 0.3501389 -0.7401959 -0.1335795 -0.6589556 -0.7499924 -0.107181 -0.6526688 -0.9450972 -0.2666402 -0.188757 -0.8857082 -0.3957335 -0.2426832 -0.9303873 -0.2687155 0.2492141 -0.8008667 -0.1431318 -0.5814692 -0.8318735 -0.2211982 -0.5089572 -0.84991 -0.3935972 -0.3502914 -0.1850642 -0.1570482 0.9700614 -0.2062746 -0.3493149 0.9139989 -0.7847835 -0.4332713 0.4431288 -0.6877651 -0.6441847 0.3346049 -0.2125003 -0.2146061 0.9532762 -0.150792 -0.2142094 0.9650563 -0.460036 -0.7561876 0.4652547 -0.1444746 -0.1603747 0.9764092 -0.3630787 -0.6905729 0.6254768 -0.5611133 -0.7347636 0.3810846 -0.7523118 -0.6428419 0.1439253 -0.7308573 -0.5247963 0.4363231 -0.6976531 -0.7097995 -0.09692674 -0.8195441 -0.5648671 -0.09595018 -0.5890683 -0.7777032 -0.219367 -0.6041749 -0.6689047 0.4329966 -0.7725761 -0.4492325 0.4485915 -0.4498123 -0.1535386 0.8797876 -0.9378948 -0.2034059 0.2809839 -0.9821772 -0.1568346 0.1033967 -0.5180212 -0.1658681 0.8391065 -0.2722251 -0.1741081 0.9462874 -0.3442183 -0.2013611 0.9170202 -0.4533525 -0.1437116 0.879635 -0.4106265 -0.2885525 0.8648946 -0.2619709 -0.2176885 0.9401837 -0.5975219 -0.3385113 0.7268593 -0.7272866 -0.3435164 0.5941343 -0.8569293 -0.4494461 -0.2522965 -0.8991973 -0.3365581 0.2794885 -0.929014 -0.3499252 0.1200903 -0.8570513 -0.4586322 -0.2347179 -0.3855403 -0.2623371 -0.884579 -0.1636097 -0.173223 -0.9711905 -0.7357708 -0.3480636 -0.5808893 -0.866329 -0.330607 -0.3743095 -0.7750786 -0.2527848 -0.5790582 -0.2770776 -0.1876583 -0.94232 -0.7093722 -0.4019593 -0.5789361 -0.9710685 -0.2027344 -0.1259499 -0.6001465 -0.4611957 -0.6534929 -0.8528093 -0.2334971 -0.4670858 -0.7553331 -0.2562029 -0.6031373 -0.4168218 -0.3418989 -0.8422193 -0.5067598 -0.5800958 -0.6376842 -0.32313 -0.2921537 -0.9001129 -0.7877132 -0.1847895 -0.5876339 -0.8173772 -0.222724 -0.5312662 -0.2544938 -0.2355723 -0.9379253 -0.06219667 -0.2697226 -0.9609058 -0.06054872 -0.1543321 -0.9861446 -0.737083 -0.2364574 -0.6330454 -0.7579882 -0.2077395 -0.618244 -0.9115574 -0.3630787 -0.1927854 -0.9345683 -0.3452559 0.08532971 -0.9325236 -0.3262429 0.1546678 -0.9364604 -0.3383587 -0.09234899 -0.8693808 0.0750755 -0.4883572 -0.8706931 -0.113834 -0.4784082 -0.9288309 -0.2462843 0.2766808 -0.7456282 -0.4138615 0.5222022 -0.9011505 -0.3353679 0.274636 -0.978576 -0.1799066 0.09985655 -0.9631336 -0.1599169 0.2162846 -0.9245582 -0.1950743 0.327311 -0.8263802 -0.2893155 0.483047 -0.7119663 -0.3146153 0.6277352 -0.4598224 -0.2907193 0.8390454 -0.5533311 -0.3523362 0.7547532 -0.8593402 -0.2432935 0.4497818 -0.8418226 -0.3187048 0.4355602 -0.7144688 -0.3749809 0.5906857 -0.5579089 -0.3084506 0.7704092 -0.5510422 -0.3483383 0.7582629 -0.2249214 -0.3368023 0.914304 -0.5734733 -0.2660298 0.7748039 -0.8399304 -0.2963347 0.4545732 -0.8469497 -0.3651235 0.3863949 -0.4809412 -0.1316263 -0.8667867 -0.4911649 -0.05993831 -0.8689841 -0.3979308 -0.1166417 -0.9099399 -0.4887234 -0.1221656 -0.8638264 -0.3369854 -0.1072115 -0.9353618 -0.2990204 -0.07266455 -0.9514451 0 -0.1014435 -0.9948118 -0.39494 -0.099002 -0.9133275 -0.4360179 -0.1124912 -0.8928495 -0.4751427 -0.09628587 -0.8745995 -0.4461806 -0.09375286 -0.8900113 -0.4758141 -0.1163671 -0.8717917 -0.5082247 -0.1754814 -0.8431349 -0.7830134 -0.1724296 -0.5976135 -0.4206671 -0.1164891 -0.8996857 -0.3867 -0.1898556 -0.9024323 -0.5250099 -0.2618793 -0.8097782 -0.653676 -0.1960814 -0.7308878 -0.5829951 -0.09958189 -0.8063296 -0.7869198 -0.2195501 -0.5766472 -0.8439894 -0.286111 -0.4535966 -0.8372448 -0.1890621 -0.5130467 -0.5716422 -0.06170839 -0.8181707 -0.6469314 -0.0821253 -0.7580798 -0.8176214 -0.1185339 -0.5633717 -0.7947325 -0.08810693 -0.6005127 -0.765801 -0.1100803 -0.6335642 -0.7975707 -0.1359599 -0.5876644 -0.8019654 -0.1629383 -0.5746635 -0.9395734 -0.2510147 -0.2327036 -0.8121281 -0.1084017 -0.5732902 -0.8821986 -0.1415753 -0.4490494 -0.8995636 -0.1935788 -0.3915219 -0.9090243 0.1925718 -0.3695486 -0.9336833 0.1166722 -0.3384808 -0.9394513 0.2188787 -0.2635579 -0.9562975 0.2242195 -0.1875362 -0.9032258 0.2107608 -0.3738212 -0.7076022 0.1629078 -0.6875515 -0.9011505 0.2581256 -0.3481857 -0.8728904 0.2818995 -0.398175 -0.9368267 0.2743003 -0.2170171 -0.967803 0.2099368 0.1387371 -0.961272 0.2746055 -0.02246159 -0.8530229 0.1783196 -0.4904325 -0.842555 0.108951 -0.5274209 -0.9925535 0.07412946 0.09656053 -0.7900021 0.1375774 0.5974304 -0.808771 0.2181768 0.5460982 -0.4341258 -0.2459486 -0.8666036 -0.4927213 -0.1552782 -0.8561968 -0.8547014 -0.1221656 -0.5045015 -0.8395947 -0.1926633 -0.5078585 -0.3976562 -0.3728446 -0.8383435 -0.4684286 -0.3469954 -0.8124943 -0.6349376 -0.1973937 -0.7468795 -0.9977416 -0.06488233 -0.01562547 -0.997528 -0.03903317 -0.05822926 -0.9930723 0.04235965 0.1094393 -0.9778131 0.01333653 0.2088991 -0.9954223 -0.08526867 -0.04290902 -0.8185369 -0.2726829 -0.5055696 -0.8908353 0.1387676 -0.4325693 -0.978515 0.1502121 -0.1411481 -0.9681387 -0.01849418 -0.2496109 -0.7914365 -0.05468916 -0.6087527 -0.7602771 0.140965 -0.6340831 -0.6772058 0.06503492 -0.7328715 -0.5432905 0.09051787 -0.8346202 -0.7415083 -0.03381448 -0.6700339 -0.9800714 0.1935178 -0.04416024 -0.9023103 0.2389294 -0.358745 -0.994293 0.02023375 0.1045869 -0.9969481 -0.01812797 -0.07562482 -0.7770013 -0.07568585 -0.6248665 -0.9156469 -0.1567736 -0.3701285 -0.9917905 0.03695791 0.1222571 -0.816065 0.1109042 0.567156 -0.4225593 -0.5476546 -0.722129 -0.8037355 -0.3905149 -0.4488357 -0.4703818 -0.7181921 -0.5126804 -0.4889065 -0.7047029 -0.5141148 -0.4509415 -0.5333415 -0.7156285 -0.9881588 -0.1300393 -0.08108764 -0.981872 0.02075254 0.1883297 -0.9923399 0.02096617 0.1216773 -0.9862972 -0.1541795 -0.05856502 -0.8191473 -0.4849391 -0.3062838 -0.5941343 -0.3408917 -0.7285379 -0.8182928 -0.2894375 -0.4965667 -0.6361584 -0.5619068 -0.5286722 -0.4400159 -0.6272164 -0.6425977 -0.6934111 -0.2797632 -0.6639607 -0.8299814 -0.2230903 -0.5111851 -0.7627491 -0.06759846 -0.6431165 -0.6847438 -0.5253762 -0.5050508 -0.9845882 -0.1528672 -0.08456677 -0.9221473 -0.3335063 -0.1958678 -0.987518 -0.1481368 -0.05331581 -0.9926145 0.01620531 -0.1201514 -0.9763177 -0.06088441 -0.2074953 -0.8619343 -0.2963652 -0.4113284 -0.8717307 -0.388287 -0.2987762 -0.9997254 -0.01266515 0.01879936 -0.9994507 -0.01977598 0.02600175 -0.9978332 0.002563536 0.0655232 -0.9984436 0.03286838 0.04470956 -0.9961852 0.04370248 0.07550275 -0.9953307 0.03064054 0.09140288 -0.9963073 -0.07742542 -0.0363475 -0.465865 -0.8313547 -0.3029267 -0.8460952 -0.5094455 -0.156621 -0.4646443 -0.8774071 -0.1193274 -0.4416028 -0.8876919 -0.1301614 -0.4546037 -0.8318735 -0.3182165 -0.9958495 -0.0894497 -0.01538127 -0.9976806 0.02569657 0.06295967 -0.9947508 0.09921562 0.0241096 -0.9194006 0.3921934 0.02960294 -0.9991455 0.003021299 0.04113894 -0.8646199 -0.5008392 -0.03958249 -0.3793451 -0.8362987 -0.3957945 -0.4992218 -0.7820978 -0.3728752 -0.4698629 -0.8745689 -0.119602 -0.5442061 -0.7777947 -0.3144017 -0.8541215 -0.4896084 -0.1752678 -0.8232063 -0.5659047 -0.04501479 -0.8644979 -0.4660786 -0.1880856 -0.8681295 -0.4907681 -0.07373267 -0.9930723 0.1151463 0.02270573 -0.9995422 0.02331614 0.0178228 -0.9822688 0.1652577 0.08835107 -0.9371319 0.3417158 0.07065033 -0.9269692 0.3626209 0.09585863 -0.9713736 0.2005066 0.1272317 -0.4902799 -0.8694113 0.06082338 -0.9981079 0.04110842 0.045381 -0.911008 0.4112369 0.02978605 -0.8688315 -0.4913785 0.06033504 -0.8093814 -0.5816828 0.08059936 -0.9979858 4.88296e-4 0.06308174 -0.8742638 0.4853969 0.005737423 -0.9219337 0.08563494 0.3777276 -0.9307535 0.1117283 0.3480941 -0.9359416 0.1313211 0.3266396 -0.6714377 0.2372814 0.7020173 -0.7590869 0.20777 0.6169012 -0.9549242 0.1167943 0.272866 -0.7414472 0.2856227 0.6071658 -0.83343 0.2733238 0.4802698 -0.9754631 0.1488083 0.1621753 -0.9601123 0.2648091 0.08972442 -0.879696 0.4690695 0.07797479 -0.8094424 0.5409101 0.228431 -0.7363506 0.652089 0.1803339 -0.9942015 0.1007416 0.0368663 -0.6082644 -0.7783135 0.1554002 0.849971 0.5245217 -0.04876857 0.9002045 0.4335765 -0.0401318 0.9314554 -0.3324686 0.147679 0.6268807 -0.7574694 0.1822565 0.7629933 -0.6295053 0.1466719 -0.5975524 -0.09204381 0.7965026 -0.562273 -0.1599169 0.811304 -0.3149205 -0.1698049 0.9337748 -0.6234321 -0.1369365 0.7697684 -0.8302866 0.01080352 0.5571764 -0.8850673 -0.4130985 -0.214423 -0.7089145 -0.142735 -0.6906644 -0.7799615 -0.1731315 -0.6013672 -0.7243568 -0.56151 0.3999756 -0.8886075 -0.09677416 -0.4482558 -0.7300638 -0.05972468 -0.6807154 -0.7573168 -0.1803339 0.6276131 -0.09985655 -0.1239662 -0.9872432 -0.1240272 -0.1720023 -0.9772332 -0.2826319 -0.1619312 -0.9454329 -0.2634358 -0.179876 -0.9477218 0.4664449 -0.02923673 -0.8840602 -0.7992798 -0.4851832 -0.3545335 -0.9461043 -0.2936491 -0.1363872 -0.4771264 -0.3985717 -0.783227 -0.2132023 -0.4112674 -0.8861965 -0.9050264 -0.4095889 0.1144139 -0.9355449 -0.2527543 0.2466201 -0.9704276 -0.2120121 0.1153294 -0.2356334 -0.3085116 -0.9215369 -0.5871151 -0.2594684 -0.7667471 -0.3072298 -0.01449626 -0.9515061 -0.4092227 -0.03979611 -0.9115574 -0.8873257 -0.2122867 0.4092837 -0.970336 -0.2282784 0.07947015 -0.6278573 -0.433546 0.6463515 -0.9658192 0.1474044 0.2130497 -0.9815058 -0.03457742 -0.1881771 -0.9893491 0.1290017 -0.06695759 -0.9238563 -0.04019284 -0.3805963 -0.9863582 -0.108066 0.1240882 -0.9825434 -0.1479232 0.1126438 -0.9656056 -0.09332555 0.2425916 -0.9648122 -0.01428264 0.2624897 -0.9881588 -0.0433973 0.1471297 -0.9963378 -0.08011108 0.02880942 -0.9908139 -0.1348307 0.009277582 -0.9861141 -0.1657155 -0.009613275 -0.9682913 -0.1802118 -0.1729179 -0.9604175 -0.2008423 -0.1929075 -0.978515 -0.1282998 -0.1612293 -0.9797052 -0.1766411 0.0946989 -0.9671621 -0.1535386 0.2024292 -0.9624928 -0.1373028 0.2338938 -0.9805597 -0.1947691 -0.02340769 -0.9756463 -0.2169255 -0.03152561 -0.9767449 -0.2082888 0.05041652 -0.9573046 -0.2189702 -0.1885738 -0.7405622 -0.2292245 -0.6316416 -0.9581592 -0.2559893 -0.1278725 -0.9655446 -0.2598041 -0.0127567 -0.9659719 -0.2298349 0.1185339 -0.9728996 -0.1747184 0.1512802 -0.9561755 -0.1094088 0.2714927 -0.9449446 -0.1376079 0.2967925 -0.9954223 -0.06137269 0.07290869 -0.9492477 0.01571702 0.314066 -0.9428694 -0.08474987 0.3221229 -0.9465621 -0.1201819 0.2992035 -0.9468368 -0.08792382 0.3093661 -0.9477523 -0.124607 0.2935881 -0.9205603 0.01873832 0.3900876 -0.9402447 0.002929747 0.340434 -0.9552904 -0.1190527 0.2705771 -0.9573351 -0.1423383 0.2513809 -0.9404889 -0.1126438 0.3205359 -0.9393597 -0.2157964 0.2664571 -0.8774071 -0.342082 0.3362529 -0.9122288 -0.1947996 0.3603625 -0.9392682 -0.1333964 0.3161718 -0.9215369 -0.148442 0.3587145 -0.9033784 0.1066927 0.4153264 -0.9877621 0.1128574 0.1073641 -0.8325755 0.1656239 0.5285196 -0.8883938 0.1018708 0.4475845 -0.9256569 0.07477033 0.3708304 -0.8543351 0.1180456 0.5060884 -0.9134801 0.0945158 0.395703 -0.9548021 0.08664202 0.2842189 -0.956267 0.05688649 0.2868435 -0.7330241 0.177221 0.6566973 -0.8889126 0.2385937 0.3909421 -0.652913 0.1394085 0.744438 -0.7560961 0.1448103 0.6382031 -0.7932066 0.138493 0.5929442 -0.9003266 0.1201819 0.4182562 -0.9015168 0.1615039 0.4014405 -0.9743645 0.17481 0.1414533 -0.9634999 0.1081576 0.24485 -0.9278542 0.2781457 -0.2483291 -0.9474166 0.2160405 -0.2359386 -0.9698172 0.2113712 0.1213416 -0.9667959 0.2544938 0.02270573 -0.8782312 0.2767418 -0.389996 -0.9656361 0.1582995 -0.2060304 -0.9082003 0.3283486 -0.2594684 -0.7735527 0.2692953 -0.5736259 -0.8609882 0.2854701 -0.4208807 -0.9500412 0.1727042 0.2599567 -0.8178045 0.1570788 0.5535752 -0.9829707 0.1835993 0.002655088 -0.6791895 0.1412397 0.7202368 -0.8835108 0.1669973 0.4375744 -0.9327678 0.1532029 0.3262429 -0.9936827 0.09320348 -0.06228822 -0.9837947 0.03192234 0.1763665 -0.98352 0.07754749 0.1631824 -0.9988098 0.04745626 0.009826958 -0.9992981 -0.01034575 0.03592026 -0.9827265 -0.06888025 -0.1716971 -0.982635 -0.02490305 -0.1837519 -0.9898984 0.09662157 0.1036103 -0.9905698 0.1367534 0.007812738 -0.9878842 0.113071 -0.1062349 -0.9958495 0.08206427 -0.03927731 -0.9804376 0.01522868 -0.1961424 -0.9715262 0.06683552 -0.2272408 -0.9601123 0.1811273 -0.2129276 -0.9625538 0.164861 -0.2150639 -0.8750267 0.2503128 -0.4143193 -0.8063601 0.2428968 -0.539201 -0.9384747 0.1785027 -0.2955718 -0.8999298 0.1419416 -0.4122135 -0.9840999 -0.1674855 0.05902278 -0.9855037 -0.1585437 0.06009089 -0.9649953 -0.2516556 0.07373267 -0.9834895 -0.1678823 0.06738483 -0.9934996 -0.1134983 0.006744563 -0.9938048 -0.1095309 -0.01751762 -0.9938048 -0.1109347 0.003875792 -0.9890744 -0.1000397 -0.1082186 -0.9262673 -0.03360086 -0.3752861 -0.9871212 -0.09710985 -0.1269569 -0.9748222 -0.2055422 0.08633685 -0.9375591 -0.3005463 0.1749016 -0.9700919 -0.2233344 0.09497356 -0.8727684 -0.4308908 0.2292855 -0.9333476 -0.3407697 0.1127659 -0.9622181 -0.2447584 0.1191747 -0.9593188 -0.1984618 0.2006592 -0.9504685 -0.1804865 0.2529679 -0.9706412 -0.2403942 0.003631651 -0.9595935 -0.2445753 0.1391339 -0.8214057 -0.2272103 0.5230873 -0.8118839 -0.2575457 0.5238807 -0.5899838 -0.2543107 0.7662892 -0.2247993 -0.3356426 0.9147618 -0.3011261 -0.3111362 0.9013642 -0.5818659 -0.3263649 0.7448958 -0.8294016 -0.2528153 0.4981231 -0.9804987 -0.07037568 -0.1834162 -0.9949034 -0.08453625 -0.05438393 -0.9945982 -0.07159638 -0.07492291 -0.9862056 -0.0773949 -0.1462447 -0.8067263 -0.06176942 -0.5876644 -0.5898312 -0.01483196 -0.8073672 -0.8115788 0.07666248 -0.5791498 -0.9948118 -0.08999907 -0.04724264 -0.9855648 -0.1216163 0.1176183 -0.9932249 -0.08090454 0.08310186 -0.9957579 -0.06048768 -0.06888025 -0.9953002 -0.04440438 -0.08569598 -0.9983215 -0.04062008 0.04086428 -0.999939 -1.22074e-4 0.009826958 -0.2438428 0.2775048 0.9292276 -0.2670674 0.2691428 0.9252907 -0.6612751 0.2330698 0.7130039 -0.1917478 0.1849727 0.9638355 0.2286446 0.2965484 0.9272134 0.1344645 0.2217475 0.9657582 -0.5241859 -0.5253456 0.670217 -0.4893032 -0.4253365 0.7613148 -0.3679311 -0.4637898 0.8059023 -0.420484 -0.5508591 0.7209082 -0.6590777 -0.2796411 0.6981109 -0.9421369 -0.3349406 -0.01187169 -0.8511002 -0.4588153 -0.2551042 -0.9450057 -0.311716 -0.09894096 -0.8920561 -0.4513077 0.0232551 -0.9559007 -0.29017 0.04470956 -0.4847865 -0.1430097 0.8628498 -0.5418866 -0.3766595 0.7512742 -0.2918485 -0.3834651 0.876217 -0.2779015 -0.3865169 0.8793908 -0.4126408 0.2690817 0.8702048 -0.5049898 0.2775658 0.8172246 -0.7820368 -0.2898648 0.5517136 -0.9205298 -0.1716361 0.3508408 -0.5095981 0.1773125 0.8419141 -0.9536729 -0.09765923 0.284524 0.009765923 -0.2848598 0.9584949 0.114658 -0.3822748 0.9168676 0.4643086 -0.1889706 0.8652608 0.1020234 -0.04959255 0.9935301 -0.5324259 0.3407697 0.7748345 -0.4058046 0.354564 0.8423414 -0.06454664 0.01461833 0.9978027 0.5907773 0.02902305 0.8062685 -0.04000973 0.03723257 0.9985046 -0.4562822 -0.2182683 0.8626057 -0.8741722 -0.06704914 0.4809412 -0.9869686 -0.08908349 -0.1339152 -0.7874081 -0.4852748 0.3800165 -0.7622913 -0.5085604 0.4002503 -0.995056 -0.05658131 -0.08127075 -0.926603 0.2978301 -0.2294381 -0.7531053 0.2145756 0.6219062 -0.6860256 0.6962798 -0.2109744 -0.9165929 0.3318888 -0.2228156 -0.6551103 0.7140416 -0.2468337 -0.2873318 0.9494003 -0.1267738 -0.1935483 -0.5504929 0.812067 -0.2865077 -0.3130589 0.9054537 0.1324503 -0.3094272 0.9416181 -0.1621753 -0.55739 0.8142338 0.4222846 -0.06274604 0.9042634 -0.4167913 -0.08908349 0.9045991 -0.4379711 0.02832114 0.898526 0.5542772 0.1861629 0.8112125 0.4945219 -0.0242927 0.8688009 0.2609332 -0.2904141 0.9206213 0.5627003 0.5787835 0.5901975 0.3357952 0.8856776 0.3206275 0.6291086 0.6047548 0.4882962 0.5981017 0.214362 0.7721793 0.08026367 0.9928587 0.08816796 0.1473739 0.9874874 -0.05560469 0.4563127 0.8824427 0.1141087 -0.06015193 0.103885 0.9927366 -0.06387519 0.2958769 0.9530625 -0.9510788 0.04348886 0.3058565 -0.9758904 0.1432539 0.1644948 -0.8250374 0.5558336 0.1014435 -0.01901298 -0.02734458 0.9994202 0.6270028 0.2878811 0.723838 0.3184607 0.1959899 0.927427 0.7695547 0.1585742 0.6185187 -0.1315653 0.1791436 0.9749748 0.5810725 0.2518082 0.7738884 0.08175909 0.225013 0.9708853 0.6592914 0.02902305 0.7513047 0.3952147 -0.1421552 0.9074984 -0.2576068 0.03732413 0.9655141 0.5173498 0.1494796 0.8425855 -0.5676443 0.04251223 -0.8221381 -0.7513962 0.1213111 -0.6485794 -0.5000153 0.05999934 -0.863918 -0.4813684 0.06112855 -0.8743553 -0.4398022 0.01516765 -0.8979461 -0.7004914 -0.08676409 0.7083041 -0.5252236 -0.1214942 0.8422193 -0.5906857 -0.2485427 0.7676321 -0.7613148 -0.05102694 0.646321 -0.2757347 -0.2489089 0.9284341 -0.3015534 -0.3593555 0.8831141 -0.2365489 -0.2194891 0.9464706 -0.4763939 -0.4573199 0.7509079 -0.5477462 -0.3866695 0.741905 -0.8666952 -0.4630879 0.1852473 -0.8039186 -0.5219275 0.2850124 -0.7555162 -0.6516007 0.06762897 -0.8105106 -0.5653554 0.1529893 -0.7802973 -0.5967895 -0.1869258 -0.717948 -0.5559252 0.4188665 -0.6677755 -0.6487014 0.3650014 -0.784814 -0.6157109 0.07016205 -0.4517045 -0.5445113 0.7066866 -0.5907773 -0.6050295 0.5337382 -0.7826167 -0.6039308 0.1508835 -0.7855159 -0.6010926 0.1470992 -0.5139927 -0.478988 0.7115696 -0.7813959 -0.610767 0.127842 -0.727897 0.002960264 -0.6856288 -0.9805902 -0.1888485 0.05209505 -0.506943 0.08709979 -0.8575396 -0.7383038 -0.398175 -0.5443587 -0.9408552 -0.3344218 -0.05410927 -0.6178167 -0.6631367 0.4224982 -0.7408673 -0.4503311 0.4982757 -0.4810327 -0.8352611 0.2662129 -0.5685904 -0.8073366 0.1577196 -0.5832393 -0.455092 -0.672811 -0.5561083 -0.5828425 -0.5924558 -0.322306 0.01184117 -0.9465316 -0.2617573 -0.1909543 -0.9460433 -0.6346935 -0.3137608 -0.7061678 -0.3851131 -0.5129857 -0.7671133 -0.7914975 -0.5958739 -0.1357768 -0.6298715 -0.6512345 -0.4232001 -0.2147282 -0.2089907 0.9540391 -0.45085 -0.3032014 0.8394727 -0.2831202 -0.2044129 0.9370403 -0.3784295 -0.4799035 0.791467 -0.3760185 -0.5056612 0.776452 -0.5280923 -0.8244881 0.2031922 -0.418012 -0.7666555 0.487289 -0.3426008 -0.6227607 0.7033906 -0.5710013 -0.221778 0.7903989 -0.5528733 -0.3833735 0.7397992 -0.6283761 -0.1264076 -0.7675405 -0.8437452 -0.4432203 0.3026826 -0.5037996 -0.2656942 -0.8219245 -0.9826045 -0.1804254 0.04367196 -0.9647206 -0.1908017 0.1812799 -0.7684255 -0.4457533 0.4591205 -0.2848598 -0.1432234 0.9477828 -0.3376263 -0.4318674 0.8363292 -0.4308298 -0.5698416 0.6997284 -0.8341014 -0.5484482 0.05893123 -0.7965636 -0.5866878 0.1457259 -0.8889431 -0.4302805 0.1567736 -0.7537156 -0.6188544 0.2210456 -0.9904782 -0.1181676 -0.07046723 -0.9683828 -0.01092559 -0.2491531 -0.9853511 -0.1685842 0.02352976 -0.9537339 0.1131626 -0.2784814 -0.7677236 -0.3963744 0.5034334 -0.8315073 -0.3679617 0.4161504 -0.8923918 -0.3136692 0.3243507 -0.8604694 -0.3475753 0.3724479 -0.5403608 -0.787225 -0.2970977 -0.4773095 -0.8757897 0.07159638 -0.5971252 -0.8012024 -0.03820914 -0.7467574 -0.5270852 0.4055604 -0.8538774 -0.4181951 0.3097628 -0.5086825 -0.7291787 0.4576861 -0.3747978 -0.6384472 0.6722007 -0.6133305 -0.5467086 0.5699942 -0.8810389 -0.3584704 0.3085421 -0.901822 -0.2895291 0.3206885 -0.9545885 -0.1884518 0.2306283 -0.9135106 -0.2039247 0.3519394 -0.8292185 -0.3971679 0.3932005 -0.9760735 -0.1814935 0.1196326 -0.8629719 -0.2479018 0.4402295 -0.7911924 -0.2364268 0.5639516 -0.879574 -0.3175756 0.3541673 -0.7849666 -0.434553 0.4415113 -0.830134 -0.4494461 0.3298746 -0.704001 -0.6823023 0.1969664 -0.9120457 -0.4096499 -0.01702928 -0.8950468 -0.3436384 0.2841273 -0.6371044 -0.5411847 0.5487533 -0.3456526 -0.6531266 0.6737266 -0.690756 0.5510117 -0.4681539 -0.8247017 0.3828852 -0.4161809 -0.7232887 0.2732627 -0.6341136 -0.5392926 0.7422712 -0.3976562 -0.6330454 0.738609 -0.231666 -0.7507248 0.5933104 -0.2904141 -0.7642445 0.05325478 -0.6426588 -0.8752709 0.001525878 -0.4835963 -0.5187231 0.09772026 -0.8493301 -0.4472793 0.4582354 -0.7680593 -0.751854 -0.07229834 0.655324 -0.663686 -0.1060518 0.7404096 -0.8048341 0.1781671 0.5660573 -0.8552507 0.2020936 0.4771264 -0.8558611 -0.03769034 0.5157933 -0.706412 -0.2917569 0.6448256 -0.5988342 -0.305948 0.7400739 0.08975493 0.02038633 0.9957274 -0.2505875 -0.2410657 0.9375897 0.2243415 -0.1821039 0.9573351 -0.5492111 -0.3083896 0.7766656 -0.4325693 -0.1540879 0.8883023 -0.583636 -0.1071504 0.8048952 -0.4362621 -0.03939938 0.8989227 -0.6836757 -0.2415845 0.6886197 -0.7680898 -0.2039247 0.6069521 -0.6624653 0.01376384 0.7489242 -0.6889859 0.1370281 -0.7116916 -0.7309183 0.1498153 -0.6657918 -0.9746391 0.1308633 -0.181463 -0.8768273 0.02352976 -0.4802088 -0.8102664 -0.04080319 -0.584582 -0.4819788 0.08389538 -0.8721275 -0.2657552 -0.003845274 -0.9640187 -0.1403546 0.05667287 -0.988464 -0.7614063 -0.1509751 -0.6304209 -0.9138463 -0.3981445 -0.07968378 -0.8971221 -0.4400769 0.03860586 -0.7314371 -0.6760155 -0.08932763 -0.725486 -0.650502 -0.2247077 -0.7036042 -0.7004609 0.1192358 -0.9264504 -0.3647572 0.09262365 -0.93408 -0.3547776 0.0394299 -0.919187 -0.3837397 0.08819848 -0.9266335 -0.3456832 0.147679 -0.9168065 -0.3774224 0.1301919 -0.9228187 -0.3408002 0.1795098 -0.9152196 -0.3242287 0.2392346 -0.8836329 -0.4496902 0.1299783 -0.8467361 -0.4048585 -0.3450728 -0.6331065 -0.6534624 -0.4148686 -0.9162877 -0.3875851 0.1008026 -0.869686 -0.3168126 -0.3784601 -0.9241615 -0.377575 0.05746632 -0.8543351 -0.2951445 -0.4277169 -0.2659078 -0.0509659 -0.9626148 0.5889768 0.222602 -0.7768487 0.5685904 0.230018 -0.7897885 -0.274514 -0.05594038 -0.9599292 0.6334422 0.1997742 -0.7475204 -0.5275124 -0.4439222 0.7243263 -0.8055971 -0.3640248 0.4673604 -0.2777184 -0.4622638 0.8420972 -0.2185125 -0.3395795 0.9148228 -0.5169531 -0.3575549 0.7777337 -0.6386609 -0.2788782 0.7171545 -0.8910794 -0.2632222 0.3696097 -0.8198187 -0.3171789 0.4766991 -0.2537919 -0.2628864 0.9308146 -0.9809259 -0.1934568 0.01831108 -0.9762566 -0.21601 0.01449626 -0.9706107 -0.2404248 0.007843255 -0.8552202 -0.2601398 0.4481948 -0.8759422 -0.2864772 0.3880733 -0.8064211 -0.2985931 0.510361 -0.8372753 -0.3197119 0.443495 -0.7194433 -0.3401288 0.6055483 -0.7931761 -0.3590198 0.4918668 -0.8967559 -0.3151341 0.3106174 -0.8673666 -0.3299967 0.3724479 -0.8481399 -0.3549913 0.3932005 -0.5843074 -0.4482253 0.6765038 -0.4430372 -0.4858852 0.75338 -0.2374645 -0.3661 0.8997467 -0.3206275 -0.5099338 0.7982116 -0.2245246 -0.4264962 0.8761559 -0.2545549 0.9475692 -0.1931516 0.07657092 0.760796 -0.6444289 -0.06744587 0.9966124 0.0469985 -0.4882962 0.8725242 0.01538127 -0.5122227 0.8521683 -0.1067232 0.3460494 0.05984675 -0.9362773 -0.5706961 0.08407849 -0.8168279 0.3148595 -0.04922634 -0.9478439 0.6324046 -0.1561326 -0.7587206 0.8876003 -0.02307194 -0.4600055 0.2475661 0.1179845 -0.9616382 -0.6339 0.04223757 -0.7722404 0.1588488 0.2779321 -0.9473556 0.9168981 0.1299173 -0.3773003 0.7759636 0.4289376 -0.462447 -0.5726188 -0.5058443 -0.6451308 -0.6535234 -0.5055696 -0.5632496 -0.6699423 -0.6254463 -0.3999451 -0.5418256 -0.4577166 -0.7049165 -0.3029878 -0.3272805 -0.8950163 -0.4327219 -0.3176061 -0.8437147 0.01110869 -0.142796 -0.9896848 -0.3017975 -0.1053193 -0.9475082 -0.2634663 -0.307535 -0.914304 0.1149021 -0.2010864 -0.9727775 -0.4026002 0.03405863 -0.9147313 -0.04162722 0.9866634 0.1572008 0.4459059 0.8720664 -0.2016358 0.5027619 0.8643758 0.003997921 -0.09137237 0.9893186 0.1134373 -0.5670644 0.811304 0.1420331 -0.5223853 0.8467361 0.100589 -0.8338878 0.5518357 0.006347835 -0.7727287 0.6336863 -0.03610336 -0.8559221 0.5074923 0.09915459 -0.9718009 0.2232429 0.07574689 -0.9671621 0.2509232 -0.04031491 0.9904477 -0.06656086 -0.1205176 0.7829219 -0.2333445 -0.5766777 0.9363689 -0.3145848 -0.1556138 0.9869991 -0.09384441 0.130314 0.9904782 0.1290017 0.04751729 0.8880887 0.4549394 -0.06524854 0.9724418 0.1719412 0.1574144 0.8623616 0.5059969 -0.01574754 -0.9986572 0.02108824 -0.0469985 -0.9890438 0.04965358 -0.1389813 -0.9994812 -0.005890071 0.03100675 -0.9407636 -0.315012 -0.125309 -0.9527879 -0.2450636 -0.1791131 -0.7544481 -0.5021516 -0.4226203 -0.7509689 -0.5418561 -0.3773308 -0.9277932 -0.3183386 -0.1945555 -0.7030244 -0.6058229 -0.3724173 -0.5088657 -0.6482132 -0.566393 -0.5924558 -0.5024262 -0.6297189 -0.4850001 -0.406415 -0.7743156 -0.6457717 -0.5338908 -0.5457625 -0.4033326 -0.5884884 -0.700705 -0.239082 -0.3111057 -0.9197974 0.1786859 -0.2911466 -0.9398175 -0.1152073 -0.572039 -0.812067 0.494583 -0.551622 -0.6715903 -0.126194 0.9915159 0.03015226 0.4732505 0.8801844 -0.03604233 0.4621723 0.8839687 -0.07037568 -0.1107516 0.9936827 0.01788383 -0.5949889 0.7965026 0.1073946 -0.8588214 0.4930265 0.1388897 -0.5813776 0.8109683 0.06558424 -0.860561 0.5049288 0.06643879 -0.9834285 0.1791131 0.02685624 -0.9726859 0.1939451 0.1274758 0.9891049 -0.09555345 0.1116977 0.9378643 -0.3449202 0.03729361 0.9366741 -0.3402814 -0.08267462 0.9955443 -0.06988734 -0.0630207 0.9713431 0.2147587 0.1017182 0.8392896 0.54326 -0.0199896 0.8070009 0.590228 -0.01840263 0.4462416 0.8943755 -0.03021329 -0.9966124 -0.06088441 0.05496382 -0.9944456 -0.09793388 -0.03796499 -0.9162572 -0.3904538 -0.08935815 -0.9163793 -0.3941771 -0.06949061 -0.9159826 0.2838221 -0.283517 -0.9428083 0.2706992 -0.1943113 -0.9013642 0.379284 -0.2088381 -0.8959014 0.3672903 -0.249855 -0.8770104 0.2545244 -0.4074831 -0.9780877 0.1018403 0.181524 -0.9421979 0.008026361 0.3348796 -0.9627979 -0.1161229 0.2439344 -0.9925535 0.1148106 -0.04062008 -0.9632557 0.2506485 -0.09625536 -0.9800409 0.1973631 0.02307194 -0.9337138 0.3139744 -0.1719412 -0.7981506 0.5960265 -0.08737444 -0.8644979 0.5020905 -0.02307194 -0.8267464 0.4868923 -0.2817164 -0.7209693 0.6854457 -0.1015045 -0.7746819 0.6242867 0.1004669 -0.8041933 0.5702078 0.1676992 -0.8023622 0.4499649 0.3920713 -0.794702 0.4527116 0.4042787 -0.8244881 0.5105746 0.2439039 -0.8190557 0.4695273 0.3295693 -0.9016084 0.1680349 0.3985107 -0.8530534 0.1191747 0.5080111 -0.9373455 -0.009765923 0.3482467 -0.924955 0.2621845 0.2750939 -0.8753014 0.3418989 0.3419294 -0.8489029 0.3599353 0.3870052 -0.7869198 0.313364 0.5315104 -0.9212012 0.3772088 0.09509563 -0.9861446 0.1645253 -0.0205084 -0.9058809 0.355266 -0.2305063 -0.8518937 0.426252 0.3041474 -0.9618213 0.1366924 0.2370678 -0.6048769 -0.1307412 0.7854854 -0.6625874 0.06509596 0.7461165 -0.7408673 0.1858272 0.6454054 -0.5327311 -0.3381756 0.77575 -0.8714255 0.4597613 0.1707816 -0.9244972 0.2189702 0.3118991 -0.8071535 0.5900449 -0.01779228 -0.9586474 0.284463 -0.00540173 -0.7065951 0.7034822 -0.07611316 -0.9273355 0.3630787 -0.09054839 -0.9474471 0.00741595 0.3197424 -0.9446395 -0.1930601 0.2652059 -0.8306833 -0.2641377 0.4900662 -0.976043 0.1618091 0.1452376 -0.9959105 0.0527665 0.07303076 -0.9965819 -0.05569624 0.06091493 -0.9889828 0.07504498 -0.1273843 -0.9844356 -0.1555833 -0.08148437 -0.8925749 -0.4336375 0.1233863 -0.7809992 -0.5123752 0.356975 -0.8047426 -0.5888241 -0.07516705 -0.6871853 -0.6817225 -0.2509537 -0.6012757 -0.7986084 0.02514719 -0.6788232 -0.7179175 0.1539964 -0.6572161 -0.5132603 0.5518968 -0.5231483 -0.487991 0.6986603 -0.5325785 -0.7491379 0.3938108 -0.4103824 -0.6758019 0.6122318 -0.4439527 -0.8430433 0.3035066 -0.3606982 -0.7588733 0.5421614 -0.7187719 -0.6173284 0.3197119 -0.1047395 0.9940794 0.0278939 -0.5820185 0.8127079 0.0267952 0.4141057 0.9102146 -0.001495361 0.4026307 0.9142125 0.04516738 -0.1058687 0.9917295 0.07226783 -0.1022065 0.9739983 0.202063 -0.6095157 0.7838679 0.1184423 0.4463332 0.8677633 0.2184514 -0.07028412 0.8840602 0.4620197 -0.8719138 0.4893032 -0.01776176 -0.9828181 0.1666005 -0.07919549 -0.8903775 0.4529252 -0.04483169 -0.9829707 0.1461531 -0.111362 -0.8987701 0.4358348 -0.04721212 -0.9848018 0.1475265 -0.09131133 -0.6056703 0.7950072 0.0328989 -0.7209082 0.649495 0.241615 -0.9136021 0.403241 -0.05197298 0.98587 -0.05862605 -0.1567736 0.9567553 0.2795801 -0.07992798 0.9682913 0.2493667 -0.01339757 0.9365521 -0.2674642 -0.2265083 0.914304 -0.32078 -0.2471694 0.9791253 -0.07147431 -0.1901913 0.9749443 -0.07666248 -0.2087466 0.9516892 0.2751549 -0.1361125 0.9492782 0.293527 -0.1126438 0.9279458 -0.320719 -0.1897336 0.9831843 -0.07852411 -0.1647999 0.9760125 0.2008118 -0.08401745 0.7713248 0.6357616 -0.02877891 0.7595142 0.6501358 -0.01962339 0.7876827 0.6158635 0.01461833 0.864681 0.4765771 0.1585131 -0.9858089 -0.1006805 -0.1341288 -0.9239784 -0.334788 -0.1847285 -0.9817805 -0.1049226 -0.1582079 -0.9094211 -0.3614002 -0.2056642 -0.9884335 -0.1053804 -0.108829 -0.9311503 -0.3477584 -0.1095615 -0.995117 -0.05883967 0.07889032 -0.9447615 -0.2850734 0.161687 -0.3116855 -0.8835108 -0.3495895 0.1257973 -0.9219031 -0.3663442 -0.4422742 -0.845851 -0.2981353 -0.4465468 -0.8946196 -0.01425212 -0.2194281 -0.9755241 -0.01208531 -0.8624531 -0.4579913 -0.2152776 -0.8431349 -0.5058748 -0.182165 -0.8523209 -0.472274 -0.2246467 -0.05301064 -0.9143956 -0.4013184 -0.5131382 -0.7694937 -0.380169 -0.02691727 -0.9063692 -0.4216132 0.4418775 -0.7990967 -0.4075747 -0.03460794 -0.971984 -0.2324594 0.4971465 -0.8524735 -0.1615955 -0.5074008 -0.7859126 -0.3532823 -0.4763939 -0.8769799 -0.06228822 0.05203402 -0.9496445 0.3089389 0.8740807 -0.3960387 -0.2812586 0.8595538 -0.4172185 -0.2950835 0.8649251 -0.4485305 -0.2251045 0.8455153 0.06891077 -0.5294351 0.7417524 -0.1183202 -0.6601154 0.7748955 -0.1256142 -0.6194342 0.9384136 0.04544204 -0.3424482 0.7918332 0.05627608 -0.6081118 0.9690847 -0.05066072 -0.2414319 0.9627979 -0.08151489 -0.2575152 0.9627674 -0.2448805 0.1143528 0.4753563 -0.8775292 0.06271553 0.9791558 -0.1224707 0.1619922 0.8289743 -0.2000793 0.5222022 0.7556993 -0.4185919 0.5036165 0.3089389 -0.9377117 0.1588183 -0.9848628 -0.03933835 0.1687368 -0.5868099 -0.8091983 0.02816855 -0.516831 -0.8526262 0.07641834 -0.8799402 -0.1670888 0.4446547 -0.8740196 0.006775081 0.4857936 -0.9642323 0.03222751 0.2630695 -0.9755241 0.07153534 -0.207831 -0.8398389 0.1860103 -0.5099338 -0.7681509 -0.002471983 -0.6402173 -0.9838557 0.1029694 -0.1462141 -0.7856685 0.2104861 -0.5817133 -0.9500412 0.1488083 -0.2743309 -0.8095645 -0.05380409 -0.584521 0.8466445 0.1449324 -0.512009 0.7553026 -0.09350872 -0.6486404 0.7867062 -0.1457869 -0.5998413 0.9680777 0.1096225 -0.2253487 0.7826777 0.1503646 -0.6039613 0.979461 0.05215609 -0.1946165 0.9751884 0.03112888 -0.2190619 0.9856868 -0.07827997 0.1491134 0.595172 -0.8024537 0.04226809 0.9781793 -0.004211544 0.2076479 0.8674886 -0.04104739 0.4957122 0.8509781 -0.2218085 0.4759972 0.4617145 -0.878811 0.1201819 -0.9826655 -0.1319925 0.1300088 -0.5871456 -0.8091678 0.02136296 -0.447676 -0.8916593 0.06674396 -0.8475601 -0.2729576 0.455031 -0.8677938 -0.08954131 0.4887539 -0.9818415 -0.03946042 0.1854915 -0.9792779 -0.02093565 -0.2013306 -0.8847621 0.0869472 -0.4578081 -0.7817621 -0.1580248 -0.6031984 -0.985107 0.01733446 -0.1710257 -0.8359325 0.10889 -0.5378582 -0.9704581 0.05908381 -0.2338633 -0.7955565 -0.1804865 -0.5783258 0.8993194 0.1933957 -0.3921324 0.8163701 -0.01889091 -0.5771661 0.8321787 -0.0325632 -0.5535142 0.9724418 0.1526231 -0.1761834 0.8423719 0.2353282 -0.484756 0.9783319 0.1437116 -0.1488693 0.974395 0.1242408 -0.1873836 0.9939574 0.05496382 0.09482097 0.4813684 -0.8732566 -0.07547223 0.9830317 0.08905297 0.1603137 0.9042329 0.04861593 0.4242073 0.9114658 -0.08960235 0.401471 0.5438703 -0.8379162 -0.04553359 -0.9347209 -0.2965484 0.1957152 -0.3350932 -0.9416486 0.03128147 -0.2960906 -0.9534593 0.05667287 -0.7849361 -0.385052 0.4853664 -0.8199713 -0.2406384 0.519303 -0.9246498 -0.233375 0.3008515 -0.9656972 -0.213599 -0.1475875 -0.8922086 -0.06186097 -0.4473403 -0.7791986 -0.2591326 -0.5706656 -0.9793084 -0.1791131 -0.09402751 -0.8316599 -0.03280735 -0.5542772 -0.9449141 -0.04702901 -0.323893 -0.7709586 -0.2204046 -0.5975219 0.8993194 -0.3010651 -0.3170873 0.8604389 -0.2280037 -0.4556719 0.769097 -0.3039643 -0.5621815 0.8821681 -0.4323557 -0.1864681 0.9664297 -0.1714224 -0.191351 0.9986572 -0.02514719 -0.04486221 0.9844966 -0.1620532 -0.066805 0.9623097 -0.09964293 0.2529374 0.9468673 -0.1830195 0.2644429 0.978515 -0.04782247 0.2005066 0.8710288 -0.08056885 0.4845424 0.8415784 -0.1709647 0.5123142 -0.9508652 0.1216773 0.2846156 -0.9426863 0.1042512 0.3168737 -0.8486282 0.1395306 0.5102084 -0.9568163 0.1068758 0.2702109 -0.9800714 0.04834127 -0.1925413 -0.9813227 0.0763573 -0.1763665 -0.820246 -0.0293588 -0.5712149 -0.7911008 0.06942957 -0.6076846 -0.8542436 -0.04040646 -0.5182653 -0.9363079 -0.09628587 -0.3376568 -0.6788538 0.04397714 -0.732902 0.908475 -0.05209505 -0.4145939 0.8348338 0.01336705 -0.5503098 0.6456801 0.02929776 -0.7629933 0.9520249 -0.1446577 -0.2696616 0.9530015 -0.09524822 -0.2874844 0.9928892 -0.004364132 -0.1189306 0.9906308 0.04080319 -0.1302224 0.9811701 0.02227848 0.1916868 0.9663686 0.01608324 0.2565691 0.9913328 -0.03112888 0.1274148 0.9059725 -0.03241062 0.4220405 0.8642231 -0.0464186 0.5009308 -0.9625538 -0.02227848 0.2701193 -0.9553819 -0.05917537 0.2893155 -0.8556475 -0.07626575 0.511887 -0.861446 -0.01498454 0.5076144 -0.9669485 -0.04028439 0.2517167 -0.9952391 -0.05688649 -0.07910394 -0.9956359 -0.03195285 -0.08755761 -0.9019135 -0.09530925 -0.4212164 -0.8641621 -0.05014187 -0.5006561 -0.9301126 -0.1520432 -0.3342387 -0.9285867 -0.1678823 -0.3309122 -0.6734215 -0.003845274 -0.7392193 0.9266945 0.07293921 -0.368633 0.8810389 0.1281472 -0.4553056 0.6896573 0.113834 -0.7151097 0.9738762 0.05618453 -0.2199469 0.9501633 0.05835133 -0.3061922 0.9869991 0.1105075 -0.1166417 0.9809259 0.1396527 -0.1351665 0.9755852 0.1649525 0.1447492 0.9756768 0.1633961 0.1460005 0.9802851 0.1340067 0.1450545 0.9213233 0.1613513 0.3537095 -0.9304788 -0.1730094 0.3228858 -0.9201941 -0.1839045 0.3455306 -0.7944579 -0.1877193 0.5775323 -0.8137456 -0.1647999 0.557329 -0.9207739 -0.2418591 0.3059785 -0.9701529 -0.240669 -0.02929776 -0.9831538 -0.1804559 -0.02853477 -0.9032868 -0.2328257 -0.3603015 -0.8900418 -0.1599475 -0.4268319 -0.8959929 -0.3225501 -0.3051546 -0.911008 -0.3073214 -0.2748802 -0.7116916 -0.1172215 -0.6925871 0.9494308 -0.04666274 -0.3104648 0.9893186 0.07571637 -0.1243629 0.9445784 0.06833094 -0.3210242 0.8613849 -0.2818995 -0.4224677 0.958739 -0.2547685 -0.1259804 0.9935911 0.008941888 -0.1125217 0.988464 0.009124994 0.1510361 0.9408857 -0.2864162 0.1807306 0.9168981 0.00854516 0.398999 0.9225745 0.145085 0.3574328 -0.8003785 -0.48558 0.3515122 -0.7964416 -0.2494583 0.5508286 -0.6479385 -0.4761193 0.59447 0.2833949 -0.8090457 0.5148473 0.250618 -0.9615162 -0.1125217 -0.8928495 -0.4499344 -0.01754814 -0.7206031 -0.6013672 -0.3450117 0.2944426 -0.7903684 -0.5371868 -0.8312327 -0.4671163 -0.3013092 -0.9221168 -0.3569139 -0.1491745 0.9348125 -0.2569353 -0.2450331 0.9908139 -0.113071 -0.07397687 0.9749748 -0.1522873 -0.1619006 0.9844661 -0.1444746 -0.09964293 0.9748833 -0.1825922 0.1273843 0.8941923 -0.2345347 0.3812983 0.927427 -0.07712024 0.3658864 -0.9663381 -0.0813623 0.2439649 -0.8594012 -0.03689682 0.5099338 -0.8407239 -0.1720938 0.5133213 0.07895135 -0.5294046 0.8446608 -0.2376781 0.9192175 -0.3138828 -0.9964904 -0.06817835 -0.04806661 -0.9222388 -0.2844935 -0.2617573 0.2502823 -0.801355 -0.5432295 -0.9377728 -0.2406079 -0.2503128 -0.9696341 -0.1780755 -0.1674245 0.9965209 -0.06277656 -0.05423134 0.9696646 -0.2420728 -0.03292942 0.9911496 -0.1234779 0.04824972 0.979461 0.1982787 -0.0361644 0.9939574 -0.02771079 0.1061434 0.8037355 -0.406415 0.434492 0.8879666 -0.1387676 0.4383984 -0.9515671 0.1306497 0.2782678 -0.8502762 0.1360515 0.5084078 -0.8435011 0.1536912 0.5146031 -0.9300821 0.213538 0.2988373 -0.9753715 0.1847285 -0.1203955 -0.9821162 0.0781579 -0.1712088 -0.8774377 0.006073176 -0.4795984 -0.8893704 0.1404767 -0.4350108 -0.9339579 0.08426159 -0.3472701 -0.9818415 0.02508616 -0.1879025 0.9986572 0.04342782 0.02795493 0.9591357 0.2150639 -0.1836909 0.9963073 0.03353983 0.07879877 0.9746391 -0.08371227 0.2074343 0.9820551 -0.07998901 0.170629 0.9971313 0.07382422 0.0155034 0.9125034 0.2931303 -0.285226 -0.9249245 0.09756767 0.3673513 -0.9024323 0.01367229 0.4305856 -0.9354839 -0.1941587 0.2952055 -0.9600208 0.2500992 -0.1256752 -0.9816889 0.1671499 0.09112823 -0.8910794 0.1288796 0.4351329 -0.8821986 0.09897148 0.4602801 0.8766442 0.1500595 -0.4571062 0.9751274 0.1510361 -0.1621143 0.7366863 0.3046663 -0.6036866 0.9642934 0.06765949 -0.2559587 0.8907743 0.1572619 -0.4263131 0.9667959 0.1700796 -0.1906186 0.8948637 0.1598559 -0.4166997 0.9672842 0.1759697 -0.1827143 0.9796137 0.1692861 -0.108005 0.9365521 0.2471999 -0.2484512 0.9738457 0.1611987 -0.1599169 0.9754021 0.1234779 0.1825312 0.9255349 0.1103549 0.3621326 0.9755241 0.1496322 0.1610156 0.9365826 0.1209143 0.3288674 0.9769585 0.153447 0.1481368 0.9343547 0.114719 0.3373211 -0.914182 -0.1775261 0.3642689 -0.9838557 -0.1644948 -0.07028412 -0.8653218 -0.1685537 0.4719687 -0.8720664 -0.1776787 0.455916 -0.9131138 -0.1747184 0.3682668 -0.9120762 -0.2007812 0.3574023 -0.9863277 -0.1621753 -0.02880942 -0.8435011 -0.2149418 0.492233 -0.9866634 -0.161687 -0.01742607 -0.8624226 -0.1207922 -0.4915006 -0.8986786 -0.2419812 -0.3657948 -0.9850154 -0.1617481 -0.05969417 -0.8822901 -0.1437727 -0.4481338 -0.967101 -0.1817072 -0.1779534 -0.8963286 -0.1444441 -0.4191717 -0.9520859 -0.08758813 -0.2929472 0.8160955 0.05941951 -0.5748161 0.9823908 0.0341807 -0.1835078 0.9198889 -0.04873806 -0.3890805 0.9738762 0.02880942 -0.2251961 0.8286996 0.043733 -0.5579394 0.8332469 0.05325478 -0.5503098 0.9886471 0.04467904 -0.1432844 0.9848628 0.03341776 -0.1700796 0.9288309 0.1249427 -0.3487655 0.9652394 0.02288883 0.2602313 0.8974578 0.03323465 0.4398022 0.9568774 0.01181066 0.2902005 0.90347 0.004333615 0.4286019 0.9577013 -0.002471983 0.287698 0.8910794 -0.04428231 0.4516434 0.9898679 0.05606245 -0.130314 -0.970214 -0.006561458 0.2420423 -0.9894406 -4.57778e-4 -0.1448714 -0.9032258 -5.18815e-4 0.4290902 -0.9081698 -0.0433973 0.4162725 -0.957152 -0.04492324 0.2859889 -0.9501022 -0.08157593 0.3010346 -0.9950255 -0.04528945 -0.08847314 -0.8893094 -0.1033356 0.4454482 -0.9960326 -0.03802603 -0.08011108 -0.8735618 0.02233952 -0.4861904 -0.94467 -0.08478039 -0.3168126 -0.8859524 -0.006195247 -0.4636982 -0.9877621 -0.02417063 -0.1539048 -0.8815577 -0.01251256 -0.4718466 -0.9520859 0.06268501 -0.299295 -0.9928281 -0.0295419 -0.1156957 0.8223212 -0.05874812 -0.5659353 0.9742729 -0.07995849 -0.2106387 0.8951994 -0.1952879 -0.4005249 0.8385571 -0.1359294 -0.527543 0.9772637 -0.1276894 -0.1691641 0.8587298 -0.1627552 -0.4858547 0.980163 -0.1576586 -0.1200598 0.9427473 -0.1172826 -0.3120823 0.9700614 -0.07553327 0.2307505 0.9047517 -0.05807667 0.4219184 0.9518418 -0.1258888 0.279519 0.902768 -0.1252785 0.4113895 0.9386273 -0.2013 0.2800378 0.8734092 -0.240669 0.4233222 0.9792779 -0.1796319 -0.09341716 -0.9403668 0.08972442 0.328074 -0.9849544 0.1201514 -0.1241188 -0.8783838 0.08575701 0.4701376 -0.8894009 0.08566546 0.4489883 -0.9356975 0.1051973 0.3366802 -0.9386883 0.09103667 0.3324686 -0.9816889 0.1366008 -0.1326029 -0.8715171 0.0778222 0.4841151 -0.9833674 0.1127353 -0.1423078 -0.8135625 0.1180456 -0.5693228 -0.9260537 0.03372293 -0.3758354 -0.7157201 0.2561724 -0.6496781 -0.9814142 0.1362041 -0.135136 -0.8250374 0.1271706 -0.5505234 -0.8173772 0.1312601 -0.5609302 -0.8615986 0.2658467 -0.4323557 -0.9504075 0.1696829 -0.2605975 -0.886227 0.1241188 0.4462416 -0.8721885 0.1156041 0.4752342 -0.955504 0.1540879 0.2515031 -0.9808954 0.1385845 0.1362956 -0.8979766 0.1865901 0.3984802 -0.8568682 0.1750236 0.4848476 -0.906003 0.2510452 0.3407086 -0.8352001 0.22837 0.5002289 -0.9797052 0.1948606 0.04632705 -0.9669179 0.2516556 -0.04095584 -0.8320872 0.2092654 0.513596 -0.9668874 0.1622058 -0.1969054 -0.9549547 0.1435285 -0.259682 -0.9219337 0.1425824 -0.3601184 -0.9360027 0.1779534 -0.3035981 -0.9048128 0.2200079 -0.364513 -0.8823207 0.1750236 -0.4368114 -0.7627797 0.1311991 -0.633198 0.9883725 0.100528 0.1140171 0.8843044 -0.01126128 -0.4667501 0.751854 0.2206793 -0.6212653 0.8195441 0.4158147 -0.3941771 0.8140507 0.5645619 -0.1363261 -0.995056 -0.07513654 -0.06485182 -0.8406018 0.4446547 -0.309244 -0.8232674 0.2334055 -0.5173803 -0.7034516 0.1021454 -0.7033296 -0.812006 -0.1686148 -0.5587329 0.9674062 0.006500422 0.25309 0.8879361 -0.1603442 -0.4310434 0.8120365 0.1222571 -0.5706351 0.8973357 0.3569445 -0.2595294 0.7622608 0.5817438 -0.283639 0.8486282 0.5155187 -0.1181676 -0.9935301 -0.00766009 0.1132541 -0.8316294 0.5176244 -0.2010864 -0.8431044 0.328898 -0.4253975 -0.7312235 0.1602526 -0.6630146 -0.8586383 -0.1477706 -0.4907987 -0.9870601 0.04315316 0.15421 -0.8470718 0.506119 -0.1621143 -0.760094 0.5594958 -0.3303934 -0.8775902 0.3556017 -0.3214209 -0.8067873 0.1794183 -0.5628834 -0.8901639 -0.07501447 -0.4493545 0.9986267 -0.04486221 0.02624589 0.8453017 -0.1359599 -0.5166479 0.7766351 0.1081271 -0.6205634 0.8626362 0.2511978 -0.4389783 0.8699606 0.4274117 -0.2458876 -0.891232 0.4487442 -0.06543165 -0.6172979 0.5841853 -0.5268716 -0.5698416 0.5431379 -0.6166265 -0.7351298 0.4211249 -0.5312357 -0.9644154 0.1992248 0.1736503 -0.9972534 -0.07266455 0.01355022 -0.858974 -0.1348918 -0.4938811 -0.7474594 -0.3178808 -0.5832698 -0.7944579 -0.3494369 -0.4966887 0.9994812 0.0137028 0.02829062 0.9562975 -0.188757 -0.2231513 0.9618213 -0.1973021 0.1895199 0.8683127 0.06695759 -0.49147 0.7653737 0.2657247 -0.586108 0.8216193 0.3217261 -0.4705039 0.9267556 -0.3754692 -0.006958186 0.6790979 -0.5337382 -0.5039216 0.6472365 -0.5148778 -0.5620899 0.7818842 -0.3975646 -0.4801477 0.9775078 0.2105777 0.00955224 0.9723197 0.005890071 0.2334971 0.8250679 0.231666 -0.5152745 0.6881619 0.3435164 -0.6390271 0.7508774 0.3551134 -0.5567797 0.9766839 -0.212775 0.02764976 0.7352214 -0.4121525 -0.5380718 0.6922513 -0.3695791 -0.6198004 0.8319346 -0.2222968 -0.5083773 -0.9873349 0.1550951 -0.03244113 -0.7550585 0.305887 -0.5799127 -0.6716209 0.3043306 -0.6754662 -0.8103275 0.1892147 -0.5545518 -0.9777826 -0.04028439 0.2056947 -0.9700309 -0.2427442 0.006927669 -0.8088321 -0.238319 -0.5375225 -0.6714072 -0.3700674 -0.6420484 -0.7318949 -0.4177374 -0.5382855 0.9270608 0.372631 -0.04052853 0.9715873 0.1734977 0.1608936 0.7303385 0.3435469 -0.5903806 0.5749077 0.4347972 -0.6930754 0.6746422 0.4499954 -0.5850704 0.9984741 -0.0414136 -0.03579819 0.7661061 -0.2797632 -0.5785699 0.6867581 -0.2595599 -0.6789453 0.8052614 -0.09738457 -0.5848567 -0.9980163 0.0217902 -0.05874812 -0.8002869 0.2385937 -0.5500351 -0.716422 0.2008423 -0.6680807 -0.8248543 0.05172884 -0.5629139 -0.9691458 -0.1942808 0.1515244 -0.9182409 -0.3936887 -0.04239016 -0.7605212 -0.3649709 -0.5369732 -0.6258736 -0.4620807 -0.6282541 -0.6849269 -0.4748375 -0.5525987 0.8886075 0.2352061 -0.3937193 0.9883419 0.1136814 -0.1009552 0.6411023 0.05862605 -0.7651906 0.4757225 0.1550951 -0.8657796 0.5588855 0.1519821 -0.8151799 -0.9371014 -0.251442 -0.2420728 -0.5842463 -0.1607715 -0.7954649 -0.5112156 -0.1663869 -0.8431654 -0.6556597 -0.2991119 -0.6932585 -0.9462874 -0.323252 0.002166807 0.9824213 -0.01516765 -0.1860408 0.5438703 -0.2721946 -0.7937559 0.5919065 -0.2581561 -0.7635121 0.7433394 -0.1799677 -0.6442152 0.779107 -0.02819907 -0.6262398 -0.9207739 -0.3616138 -0.1462752 -0.6806543 -0.4371166 -0.5878475 -0.506882 -0.4602801 -0.7288125 -0.601886 -0.4259163 -0.6754967 0.9781793 -0.01190221 -0.2073122 0.9953307 -0.08523815 0.04461801 0.7119053 -0.180517 -0.6786401 0.5470138 -0.08981597 -0.8322703 0.6465346 -0.02063047 -0.762566 -0.9477218 -0.09146398 -0.3056734 -0.5953856 -0.04242068 -0.8022706 -0.526017 -0.1190221 -0.8420667 -0.6738182 -0.2136296 -0.707297 -0.9891659 -0.1400189 -0.04397714 0.9731132 -0.205298 -0.1041597 0.6060671 -0.338023 -0.7199622 0.5364849 -0.4018372 -0.7420576 0.7373272 -0.3491928 -0.5782037 0.8057497 -0.2418286 -0.5406049 -0.9605701 -0.2097232 -0.1825007 -0.7888424 -0.2588885 -0.5573595 -0.7070528 -0.34373 -0.6179693 -0.5882138 -0.330607 -0.7379986 -0.9469588 0.2727439 -0.1698355 -0.6911222 0.2947478 -0.6598712 -0.5760064 0.2409131 -0.7810907 -0.765862 0.1546068 -0.6241036 -0.9615772 0.1576891 0.2246772 0.9980163 -0.06204408 0.008514642 0.9575182 -0.2870571 0.0266121 0.7828913 -0.2186651 -0.5824458 0.7253029 -0.03747671 -0.6873684 0.8543351 0.1290322 -0.5034028 -0.9886166 -0.1216163 0.08847314 -0.8576617 -0.3328043 -0.3919492 -0.7001861 -0.5178076 -0.49147 -0.7481002 -0.4912869 -0.4460585 0.8714255 -0.4884487 -0.04470956 0.6261788 -0.7110813 -0.3197119 0.5306254 -0.7139195 -0.4568621 0.6431165 -0.5986205 -0.4774926 -0.5329753 0.07840204 -0.8424634 0.1320536 0.09027373 -0.9870907 0.09335607 0.1912289 -0.9770806 -0.5834529 0.1210669 -0.8030641 -0.3970763 0.1107822 -0.911069 -0.3726005 0.02960294 -0.927488 -0.3860591 -0.02560502 -0.9220862 0.04788351 -0.1881771 -0.9809564 -0.6310617 0.1962035 -0.7504807 0.1110568 0.3373516 -0.934782 0.3123264 0.613422 -0.7253334 -0.4824976 0.3929868 -0.7827693 -0.3680227 0.3038728 -0.87875 -0.3889584 0.2209845 -0.8943449 0.7128819 0.07693713 -0.6970428 0.5356609 -0.05099642 -0.8428602 0.4504227 0.04358041 -0.8917204 0.4839015 0.1012299 -0.8692282 0.7275307 0.1521347 -0.6689352 0.7565233 0.2271187 -0.6132084 0.5356304 0.2315744 -0.8120365 0.5396588 0.299295 -0.7868587 0.630604 0.3847163 -0.6740013 -0.8548235 0.1423688 -0.4989471 -0.9155858 0.1222266 -0.3830378 -0.6292611 0.1601001 -0.7604907 -0.5594043 0.1151158 -0.8208563 -0.6799524 0.04510635 -0.7318339 -0.9342326 0.1207922 -0.33549 -0.8921476 0.2363963 -0.3848994 -0.7855159 0.1923581 -0.5881527 -0.7781609 0.1584215 -0.6076846 0.9858394 0.02575761 -0.1655629 0.7343364 0.409009 -0.5417035 0.9791558 0.1292154 -0.1566515 0.9299295 0.2270577 -0.2892239 0.9839473 0.1357768 -0.1157262 0.8908658 0.330546 -0.3114719 0.7071139 0.4879299 -0.5117039 0.7802057 0.4342173 -0.450209 0.9819636 0.1276894 -0.139317 0.8408154 0.3603625 -0.4037904 -0.9996643 -0.02182072 0.01235997 -0.9616382 0.181524 -0.2055727 -0.9587695 0.2025818 -0.1991637 -0.9996948 0.01925712 0.01452678 -0.8586078 0.3585009 -0.3663442 -0.9993591 -0.01709032 0.03064054 -0.9694204 0.1503036 -0.193823 -0.985168 0.06851404 -0.1571398 -0.9815974 -0.02887046 -0.1886959 -0.8319956 0.3711356 -0.4122745 -0.8423109 0.3892941 -0.3727226 0.9869381 0.02649003 0.1588488 0.9882199 0.1529282 1.52593e-4 0.9848933 0.1123996 0.1314737 0.9618518 0.03558456 0.271157 0.9575182 -0.07565534 0.2782372 0.9762261 0.1899167 -0.1043123 0.9093295 0.3484603 -0.2272408 0.8030641 0.4545732 -0.3852351 0.5159764 0.6191595 -0.591937 0.8375195 0.4231696 -0.3455916 0.9680472 0.2463148 -0.04672384 0.8922086 -0.2373729 0.3841364 0.9087191 -0.2433851 0.3390301 0.9222083 -0.0622577 0.3816339 0.8570818 -0.2212897 0.4652242 0.7426984 -0.345378 0.5736564 0.7885678 -0.3714103 0.4900662 0.582934 -0.3732109 0.7217018 0.3732414 -0.9144566 0.1561937 0.670919 -0.1532639 0.725486 0.09628587 -0.5476852 0.8311106 0.1072115 -0.9881283 0.1097446 -0.3984192 -0.5349285 0.7450178 -0.108829 -0.9797357 0.1679433 -0.5219886 -0.3623462 0.7721183 0.7670217 0.1381878 0.626545 0.7596973 0.1191442 0.6392407 0.7606433 0.1530198 0.6308176 0.1712088 0.03219699 0.9846797 -0.5486923 -0.1149327 0.8280587 -0.543199 -0.1013824 0.83343 -0.5228736 -0.1744743 0.834315 0.749382 0.08749651 0.6563006 0.7118442 -0.09384441 0.6960051 0.2348399 -0.1291238 0.9634083 0.2204657 -0.004486203 0.9753715 -0.3983886 -0.2501297 0.8824122 0.1910458 0.0295419 0.981109 -0.2611469 -0.2199469 0.9398785 0.2081057 -0.4473403 0.8697775 -0.3219093 -0.2732322 0.9064608 -0.4405347 -0.1528367 0.8846095 0.09341716 -0.07171845 0.9930112 0.1825922 -0.1745964 0.9675283 -0.07745593 -0.6296579 0.7729728 0.2384105 -0.6212653 0.7464217 0.1389813 -0.3041169 0.942381 -0.3436079 -0.5378887 -0.7697989 -0.1553392 -0.9850154 -0.07452619 -0.3371379 -0.3112583 -0.8884854 0.06341743 -0.5627918 -0.8241218 0.1463362 -0.9871822 0.06357002 0.4495682 -0.4298837 -0.7829829 0.4680013 -0.8836329 -0.01068145 0.4111453 -0.2221137 -0.8840602 0.4773705 0.6223945 -0.6202277 0.5815913 0.5230568 -0.6230049 0.4005554 0.6318247 -0.6635335 0.3991211 0.6483657 -0.6482742 0.7133396 0.4981231 -0.4929044 0.619892 0.5237587 -0.5842463 0.4020203 0.5962096 -0.694876 0.554796 0.4999848 -0.6649373 0.9409772 0.1433149 -0.3065279 0.3564257 0.6260262 -0.6935331 0.2379528 0.6222114 -0.7457808 0.9139378 -0.2517167 0.318247 0.9135106 -0.267098 0.3068026 0.9841609 -0.06076234 0.166509 0.8026063 -0.3964049 0.4456923 0.7705619 -0.4705649 0.4298532 0.5832698 -0.6676535 0.4625996 0.4383679 -0.7518845 0.4923856 0.650441 -0.5558336 0.5176244 0.4271675 -0.691702 0.5822626 0.4392224 -0.7556383 0.4858547 0.4226203 -0.7803888 0.460799 0.3393048 -0.8015686 0.4922636 0.5587634 -0.7094333 0.4294565 0.6920987 -0.5764641 0.4343089 0.4086734 -0.7896359 0.457625 -0.4238106 -0.1720938 0.8892178 -0.3416852 -0.1929075 0.9197669 0.1339457 -0.2180547 0.9666738 0.08883935 -0.1576891 0.983459 0.0849635 -0.1604663 0.9833674 0.1010773 -0.1547899 0.982757 0.628956 -0.2155827 0.74691 0.7886288 -0.3129368 0.529252 0.5180517 -0.3155308 0.7949767 0.6016419 -0.145909 0.7853023 0.200415 -0.2272713 0.9529405 -0.2364574 -0.1994384 0.9509263 0.1352275 -0.1582689 0.9780877 0.1627552 -0.212714 0.9634388 0.1840571 0.9823298 -0.03299045 0.6888638 0.4464858 -0.5710318 0.2859889 0.8172551 -0.5002594 -0.04031491 0.8048647 -0.5920591 -0.05920588 0.9968566 0.05227816 -0.4061709 0.9135716 0.01843315 -0.7261574 -0.08923608 -0.6816614 -0.006805598 -0.3922544 0.9197974 -0.3688162 0.750267 -0.5486618 -0.3151952 -0.1266213 -0.9405195 -0.2803735 0.1947691 -0.9399091 -0.005706906 0.2486038 -0.968566 0.02136296 -0.03112888 -0.9992676 0.3738212 -0.05832082 -0.9256264 0.2755821 0.2468642 -0.929014 -0.2607196 0.4587848 -0.8493912 -0.702353 0.5255593 -0.4800562 -0.02520829 0.4918668 -0.8702964 0.2051454 0.5311747 -0.8220161 0.6258125 0.6869412 -0.369335 0.113712 0.6298105 -0.7683645 0.1438947 0.2719199 -0.9514756 0.2069765 0.4352855 -0.8761559 -0.08209478 0.3804438 -0.9211402 -0.1279641 0.6662191 -0.7346721 -0.0758385 0.25309 -0.964446 -0.4248176 0.6009705 -0.6769921 -0.3584704 0.1666005 -0.9185461 -0.3789483 0.3429975 -0.8594623 -0.1358379 -0.7593921 -0.6362499 -0.6763207 0.02600175 -0.736137 -0.2773217 -0.479934 -0.8323008 0.01574754 -0.4415418 -0.8970916 0.04748678 -0.8176519 -0.573687 0.3270058 -0.7466658 -0.5792108 0.3030793 -0.4096499 -0.8604084 -0.2916959 -0.1922056 -0.9369793 -0.3186438 -0.0625019 -0.9457991 -0.05127108 -0.01226842 -0.9985961 -0.02526932 -0.1379131 -0.990112 0.2491531 -0.1157567 -0.9614856 0.2336802 0.03567612 -0.9716483 -0.3196814 0.06006038 -0.945616 -0.05825978 0.1019013 -0.9930723 0.2066408 0.175756 -0.9624928 -0.1894589 -0.4343699 -0.8805506 -0.1948912 -0.4725791 -0.8594318 0.04531997 -0.4305246 -0.9014253 0.03637802 -0.4173101 -0.9080172 0.2706076 -0.3538926 -0.8952605 0.3027131 -0.3762016 -0.8756676 0.1654713 0.2720725 -0.9479354 0.2468642 -0.01879936 -0.9688406 0.2241279 0.1662954 -0.9602344 -0.06076234 0.3094272 -0.9489426 0.0554521 0.02291935 -0.9981689 -0.3277688 0.2425306 -0.9130833 -0.1895504 0.03805655 -0.981109 -0.01501506 0.1149021 -0.9932554 -0.2502213 0.02575761 -0.9678335 -0.2058779 -0.2291024 -0.9513535 -0.2194891 -0.3283792 -0.9186682 -0.7573779 -0.3777581 -0.532548 0.04055905 -0.1540574 -0.9872127 0.2853481 -0.08096557 -0.9549852 0.3176977 -0.1906491 -0.9288004 0.05771046 -0.2670369 -0.9619129 -0.2000488 -0.3901792 -0.8987091 0.05169832 -0.3410748 -0.9385968 0.2999359 -0.2782067 -0.9124729 -0.07986694 -0.1667531 -0.9827265 -0.1373638 -0.01434367 -0.9903867 0.1318399 -0.1811578 -0.9745476 0.2407605 -0.1975768 -0.9501938 0.04300057 0.02392649 -0.9987792 0.1348918 0.04101687 -0.9899899 0.2297128 -0.2051759 -0.9513535 0.5228736 -0.2510758 -0.8145695 0.4849696 0.6420789 -0.5936766 0.45262 0.668569 -0.5900143 0.6086612 0.6375927 -0.4721824 0.4493851 0.5048372 -0.736961 0.3073519 0.4789575 -0.8222602 0.3315836 0.6805933 -0.6533097 0.0748924 0.6712241 -0.7374188 0.2441175 0.7275307 -0.6411328 0.2966094 0.7289956 -0.6168707 0.01950132 0.4527116 -0.8914151 -0.1510056 0.1657765 -0.9745171 -0.375103 0.155919 -0.9137547 -0.06463819 0.2141484 -0.9746391 0.01406902 0.2222968 -0.9748528 0.07931756 0.2706686 -0.9593799 0.1119114 0.2800378 -0.9534288 0.1727042 0.3679617 -0.9136326 -0.02221745 0.3380841 -0.9408246 0.1092562 0.06006038 -0.9921873 0.01058989 0.2698752 -0.9628285 0.2221747 0.3167821 -0.9220862 0.3350932 0.3789789 -0.8625752 0.5268716 0.5813166 -0.620014 0.3765374 0.5013581 -0.778985 -0.8251594 0.4864956 -0.2870266 -0.7073275 0.5426191 -0.4529862 -0.9487289 0.3160497 0.002899229 -0.9582507 0.2633442 0.111301 -0.899411 0.4226813 -0.1110263 -0.7751702 0.4267708 -0.4657735 -0.5922727 0.5393231 -0.5985595 -0.9289835 0.3682058 -0.03677475 -0.9726554 0.204474 0.1099582 -0.9852595 0.1702322 0.01660203 -0.9210792 0.3879513 -0.03286838 -0.8935209 0.3894772 -0.223365 -0.9556871 0.06198304 0.287698 -0.8592486 -0.0979644 0.5020295 -0.9316996 0.1499679 0.3307596 -0.8376721 0.02478098 0.5455794 -0.9589221 0.1455428 0.2433851 -0.8988617 0.0216071 0.4376659 -0.9330119 0.3436079 -0.1067232 -0.980224 0.09775078 0.1718497 -0.7541734 -0.1410871 0.6412854 -0.9491867 -0.04123049 0.3119907 -0.8232979 -0.2059389 0.5289163 -0.5911741 -0.2586138 0.7639393 -0.5617237 -0.2103641 0.8001038 -0.6754357 -0.1243019 0.7268288 -0.494583 -0.3965575 0.7733696 -0.5085909 -0.5310221 0.6777245 -0.3254799 -0.5212562 0.788873 -0.4153264 -0.718955 0.5572985 -0.565508 -0.3716544 0.7362285 -0.6488845 -0.3889584 0.6538896 -0.7293313 -0.2891324 0.620014 -0.8182623 -0.5134739 0.2584002 0.2941374 -0.5511948 0.7807856 0.02893149 -0.9704581 0.2394482 0.4217048 -0.373516 0.8261971 -0.1384319 -0.552263 0.8220466 -0.1287575 -0.978637 0.1601611 -0.5657827 -0.4067202 0.717185 -0.3393964 -0.9155248 0.2158574 -0.6477249 -0.1908932 0.7375409 0.6170232 -0.04431283 0.7856685 0.5935545 -0.04876857 0.8032777 0.6183356 -0.1216773 0.7763909 -0.1113925 0.0432142 0.9928281 -0.08798485 0.08886986 0.9921262 -0.6722922 0.1531419 0.7242348 -0.6765648 0.1190221 0.7266457 -0.6772363 0.1457259 0.7211524 0.4985198 -0.25898 0.8272348 -0.09707933 -0.4329355 0.896176 0.3362224 -0.2787255 0.8995636 -0.1774651 -0.01739555 0.9839473 -0.6871853 0.131901 0.7143773 -0.7100437 0.1271095 0.6925566 0.2210761 -0.3268532 0.9188207 0.3553881 -0.156621 0.9214759 -0.1537522 -0.1481368 0.976928 -0.2043214 -0.3073519 0.9293802 -0.2602924 -0.621662 0.738731 0.02276676 -0.6455886 0.763329 -0.3546861 -0.1948912 0.9144261 -0.8407544 -0.02719199 0.5406659 -0.8377331 0.07953119 0.5402082 -0.8274484 -0.3662221 0.4256417 -0.8934904 -0.2934049 0.3399457 -0.4330271 -0.3670766 -0.8232368 -0.4842982 -0.8610492 -0.1548509 -0.3934751 -0.2291635 -0.890286 -0.07187104 -0.4882351 -0.8697165 -0.1552171 -0.9791864 -0.1306192 0.3213294 -0.4302499 -0.8435621 0.1778618 -0.9490341 -0.2601398 0.3338115 -0.2664266 -0.9041719 -0.531724 0.6143376 -0.5829035 -0.3694571 0.6585589 -0.6555376 -0.834315 0.4765465 -0.2771081 -0.4361705 0.5999023 -0.6707053 -0.3402814 0.6382031 -0.6905423 -0.6585284 0.4900357 -0.5710929 -0.6266366 0.5240944 -0.5766777 -0.831843 0.232551 -0.5038911 -0.2479018 0.7020783 -0.6675314 -0.6297494 0.5552232 -0.5432295 -0.7003388 0.5565966 -0.446852 -0.229255 0.6954558 -0.68099 -0.5930662 0.5590686 -0.5793634 -0.4676961 -0.6563311 0.5919675 -0.3810541 -0.7628712 0.5222632 -0.3888974 -0.7182531 0.5768914 -0.3839533 -0.6214179 0.6829127 -0.5582141 -0.5532395 0.6182745 -0.408887 -0.7172765 0.5641652 -0.3167821 -0.8160344 0.4834437 -0.378399 -0.8014771 0.4630268 -0.3730278 -0.7775506 0.5061495 -0.3385723 -0.8038881 0.488937 0.3837702 -0.1610156 0.9092685 0.3440657 -0.1963866 0.9181494 -0.1378216 -0.124607 0.9825739 -0.2602313 -0.07187104 0.9628285 -0.2438734 -0.1101413 0.9634999 -0.8330638 0.07977539 0.54738 -0.8023927 0.1017792 0.5880001 0.2734153 -0.243202 0.9306314 -0.1209753 -0.1815546 0.9758904 -0.2548295 -0.1219825 0.9592273 -0.7544175 0.1219214 0.6449477 -0.2422559 -0.09033477 0.9659719 0.3160802 0.9464095 -0.06625568 0.8139592 0.2508926 -0.5238807 0.7040925 0.09100615 -0.7042146 0.3904538 0.748619 -0.5358135 0.04040646 0.7844478 -0.6188544 0.07312232 0.9972839 0.007721126 0.1123081 -0.3491928 0.9302652 -0.2106082 0.9741508 -0.08130127 -0.783166 0.3614612 -0.5059053 -0.3225806 0.7861263 -0.5271767 -0.3827326 -0.1093478 -0.9173254 -0.3084811 0.2240058 -0.9244667 6.71407e-4 0.2424085 -0.9701529 -0.01178014 -0.05005031 -0.9986572 0.3412274 -0.1295205 -0.9309977 0.3029572 0.1967528 -0.932432 -0.2316049 0.5023041 -0.8330638 0.01477092 0.4870449 -0.8732261 0.2629474 0.4766381 -0.8388317 0.7364116 0.5402692 -0.4071474 0.3539842 0.7541124 -0.5531175 0.4173406 -0.2078921 -0.88464 0.3469344 0.4437696 -0.8262276 0.04174929 0.8197577 -0.5711234 -0.01977598 -0.06698811 -0.997528 -0.2104556 0.8015381 -0.5596485 -0.423719 -0.007629573 -0.9057283 0.03585922 0.4853969 -0.8735313 -0.2368847 0.5350505 -0.8108768 -0.3630787 -0.7954649 -0.4851222 -0.3485824 -0.4687033 -0.8116398 -0.05862605 -0.8650472 -0.4982452 0.2345957 -0.8489944 -0.4734031 -0.03549301 -0.504532 -0.8626362 0.2685323 -0.5442061 -0.794763 -0.3014008 -0.1352275 -0.9438459 -0.2878201 0.05029445 -0.956328 -0.01446574 -0.1683706 -0.9855953 0.2743919 -0.2418897 -0.9306619 -0.001953184 -0.008178949 -0.999939 0.298471 -0.07278662 -0.9516282 -0.2493667 0.2321543 -0.9401532 0.01510661 0.150914 -0.988403 0.299295 0.1016571 -0.9486984 0.8914151 -0.1944029 -0.4093447 -0.3136997 -0.8366039 -0.4490494 -0.3106479 -0.6768395 -0.6673178 -0.04232913 -0.9060946 -0.4208807 0.1645558 -0.8913236 -0.4223456 -0.04129153 -0.7199012 -0.6928312 0.2096011 -0.7589648 -0.6164434 0.3538926 0.4203009 -0.8355053 0.1903134 -0.02478098 -0.9813837 0.1891232 -0.252205 -0.9489731 0.3288674 0.107944 -0.9381695 -0.01065093 0.1479537 -0.9889218 0.006836116 0.4367809 -0.8995331 -0.2604449 0.413831 -0.8722801 -0.3803521 0.114658 -0.9176916 -0.08465832 0.05053859 -0.995117 -0.2658162 0.2028565 -0.942381 -0.2857753 -0.08011108 -0.9549242 -0.3089389 -0.2731407 -0.911008 -0.04086428 -0.1743217 -0.9838252 -0.05667287 -0.3451643 -0.9367962 0.2273934 -0.2401501 -0.9436933 0.1983093 -0.4066286 -0.8917814 0.7263405 -0.4390088 -0.5288553 -0.295175 -0.4551836 -0.840022 -0.0539872 -0.4944609 -0.8674886 0.1783196 -0.5490585 -0.8165227 -0.3614307 -0.2059999 -0.9093295 -0.309122 -0.00213629 -0.9509873 -0.1117283 -0.2898343 -0.9505295 0.01232945 -0.348796 -0.9371014 -0.07477033 -0.03338724 -0.9966124 0.02130192 -0.04959255 -0.9985351 -0.005798459 -0.3985717 -0.9171118 -0.3243812 0.6838893 -0.6534624 -0.3566698 0.7579272 -0.5461288 -0.2257454 0.696646 -0.680929 -0.1535386 0.4273202 -0.8909268 -0.2203436 0.4134953 -0.8834193 -0.4644917 0.6072268 -0.6445814 -0.3771783 0.7432783 -0.5524461 -0.6962798 0.4614704 -0.5496994 -0.6247139 0.6006043 -0.4989471 -0.3728752 0.3678701 -0.8518021 -0.597705 0.2920316 -0.7466048 -0.3028962 0.1597338 -0.9395123 -0.7194128 0.1592456 -0.676046 -0.3921934 0.1787774 -0.9023103 -0.09775078 0.1387981 -0.9854732 0.003967404 0.1240577 -0.9922483 -0.161626 0.1715445 -0.9718009 -0.0371105 0.161687 -0.9861141 -0.0318613 0.1150547 -0.9928281 -0.009155511 -0.05594038 -0.9983825 -0.4834742 0.1981567 -0.8525956 -0.2465896 0.2161321 -0.94467 -0.09665209 0.2187871 -0.9709464 -0.08578753 0.2107913 -0.9737541 -0.05511641 0.151677 -0.986877 0.1108737 -0.5662404 0.8167058 0.1767327 -0.7301554 0.6600238 0.3725089 -0.5593432 0.7405011 0.06274604 -0.395764 0.9161962 -0.03143405 -0.4132816 0.9100314 -0.04782247 -0.5384381 0.8412733 0.1072725 -0.5877255 0.8019044 0.234138 -0.4564348 0.8583636 0.4947355 -0.7516404 0.43614 -0.09262365 -0.5305948 0.8425245 -0.1726737 -0.5082858 0.8436537 -0.2204962 -0.6691794 0.7095859 -0.02990812 -0.6987518 0.7146825 0.4445021 -0.4381542 0.7812739 0.20365 -0.9439985 0.2595294 0.5522325 -0.2334666 0.8003174 -0.04666274 -0.5259865 0.8491775 -0.05099642 -0.9832148 0.1750236 -0.4872585 -0.4513382 0.7475204 -0.2521439 -0.948851 0.1899167 -0.5716117 -0.2629474 0.7772149 0.6859951 -0.05185091 0.7257302 0.6493728 -0.0433973 0.7591785 0.6968902 -0.05154573 0.7152928 0.04394662 -5.79852e-4 0.9990234 0.02618485 -0.01373332 0.9995422 -0.6231575 0.005859553 0.7820368 -0.6362499 -0.02514719 0.7710502 0.001708984 -0.009735405 0.999939 -0.6058229 -0.003418028 0.7955565 0.634846 -0.1036103 0.7656179 0.5391705 -0.150029 0.8286996 -0.008239984 -0.1183508 0.9929197 0.02386546 -0.02880942 0.9992676 -0.5686819 -0.05749684 0.8205206 -0.5048372 -0.06735432 0.860561 0.5800043 -0.2392346 0.7786798 0.5988647 -0.0964995 0.7949767 0.5176244 -0.5712149 0.6369518 -0.001464843 -0.2466811 0.9690847 -0.5983459 -0.1884213 0.7787408 -0.6349071 -0.06711018 0.7696463 -0.02121031 -0.09503459 0.9952391 -0.5454268 -0.5464034 0.6355174 -0.4000366 -0.5119175 -0.7601855 -0.3519394 -0.9102146 -0.2182073 -0.3640553 -0.3335063 -0.8695944 -0.02002012 -0.3584399 -0.9333171 -0.03338724 -0.5921201 -0.8051393 0.3509628 -0.4886929 -0.7987304 0.3041474 -0.920072 -0.2468642 -0.04803609 -0.9905087 -0.128666 0.3299051 -0.3235877 -0.8868069 0.2887662 -0.7824946 0.5515915 0.3938413 -0.7835017 0.480575 0.04242068 -0.7892087 0.6126286 -0.2386853 -0.760857 0.6033815 -0.2649312 -0.8026673 0.5343181 0.1023285 -0.8290048 0.5497299 0.4615009 -0.7677236 0.444441 -0.3252357 -0.8146306 0.4801172 0.1070894 -0.8522294 0.5120701 0.6037477 -0.1106296 0.7894528 0.5757622 -0.1432539 0.8049562 -0.0170598 -0.1269569 0.99176 -0.6253548 -0.06866663 0.7772759 -0.573687 -0.07074189 0.8160039 -0.007782161 -0.1682485 0.9856868 0.5171056 -0.1776177 0.8372448 -0.01413005 -0.1861324 0.9823908 -0.4954985 -0.06985682 0.8657796 -0.1287575 -0.1164281 0.9848018 0.2348399 0.9711295 -0.04177981 0.8215888 0.3308511 -0.4641865 0.690115 0.2171392 -0.6902981 0.3444929 0.7912229 -0.5052034 0.009857475 0.7954344 -0.605945 -0.007629573 0.9989624 0.04446542 -0.2182378 0.9747002 -0.04773092 -0.7884457 0.3532212 -0.5035249 -0.1056246 -0.358745 0.927427 -0.3033845 0.7901853 -0.532487 -0.7194128 0.1734672 -0.6725364 -0.3295083 -0.152562 -0.9317301 -0.2517472 0.2084719 -0.9450362 0.01467937 0.2309336 -0.9728385 -3.66222e-4 -0.07742542 -0.9969787 0.3300272 -0.1619922 -0.92996 0.2782678 0.1928159 -0.9409162 -0.2015748 0.4967193 -0.844142 -0.6460769 0.6476028 -0.403943 0.01690721 0.4832911 -0.8752709 0.2347789 0.5018159 -0.8324839 0.2295907 0.6026185 -0.764275 0.182165 0.3054903 -0.9345683 0.2963958 0.4078189 -0.8635823 -0.007690608 0.3885617 -0.9213538 -0.01193273 0.6500443 -0.7597888 -0.2378612 0.5920286 -0.769982 -0.2085329 0.3051546 -0.9291666 -0.0216071 0.3117465 -0.9498886 -0.2942594 0.3910947 -0.8720054 -0.2900174 -0.8029115 -0.5207374 -0.2945342 -0.4405041 -0.8480483 3.05185e-5 -0.4326914 -0.9015168 3.96741e-4 -0.8464003 -0.5325175 0.2933744 -0.804529 -0.5163426 0.2988067 -0.4448072 -0.8442946 -0.2701804 -0.1281167 -0.9542223 -0.278756 0.01953184 -0.9601429 -0.003997921 0.02694779 -0.9996033 -0.002502501 -0.1057772 -0.9943846 0.2666402 -0.1232337 -0.9558702 0.2728049 0.02887046 -0.9616077 -0.267098 0.1472823 -0.9523301 -0.005371212 0.140141 -0.990112 0.2610553 0.159154 -0.9520859 -0.2194586 -0.3425092 -0.9135106 -0.2414014 -0.450972 -0.8592486 -0.01522868 -0.4596393 -0.8879361 -0.01794487 -0.3586535 -0.933256 0.1904355 -0.3557848 -0.9149449 0.2204046 -0.4587237 -0.8607746 0.1617481 0.2816858 -0.9457381 0.1457869 -0.1183202 -0.9822077 0.2021546 0.02166813 -0.9790948 -0.05023342 0.3380535 -0.9397565 -0.01126128 -0.06564527 -0.9977722 -0.2659993 0.2927641 -0.918424 -0.1278115 -0.1387066 -0.9820246 -0.2448195 0.02197331 -0.9692984 -0.2595599 -0.2446364 -0.9342021 -0.2853481 -0.3308206 -0.8995026 -0.006195247 -0.229133 -0.9733573 -0.01168859 -0.3357341 -0.9418622 0.2373119 -0.2333445 -0.9429609 0.2603534 -0.3247475 -0.909238 -0.02142399 0.05679494 -0.9981384 -0.2582781 -0.3891415 -0.8841823 -0.4261299 -0.4219794 -0.8001953 -0.01492351 -0.3982055 -0.9171728 0.2320017 -0.3892025 -0.8914456 -0.005371212 -0.373394 -0.9276406 -0.05194246 -0.06595045 -0.9964599 0.02294987 -0.3790399 -0.9250771 0.1830195 -0.3225196 -0.9286782 -0.009491205 -0.07211524 -0.9973449 0.1988586 -0.06598097 -0.9777826 0.2974029 0.5975829 -0.7445906 0.2788476 0.6144597 -0.7379986 0.258034 0.3964049 -0.8810389 0.007599055 0.4013794 -0.9158605 0.05249178 0.6457412 -0.7617115 -0.09012115 0.6667684 -0.7397687 -0.1658681 0.701651 -0.6928923 0.0399487 0.6659444 -0.7448958 -0.09570604 0.4111453 -0.9064913 -0.07919549 0.1092867 -0.9908444 -0.08728289 0.1460005 -0.9854122 -0.02499461 0.1094698 -0.9936522 0.1257668 0.112949 -0.9855953 -0.02288883 0.1495407 -0.988464 0.1388286 0.1606494 -0.9771721 -0.09326452 0.2015137 -0.9750053 -0.0199896 0.2034669 -0.9788507 0.1652272 0.216956 -0.9620655 -0.2746971 0.5269021 -0.8042848 -0.4223456 0.6761376 -0.6036561 -0.7161169 0.4135869 -0.5621815 -0.2469558 0.4846339 -0.8391065 0.004882931 0.5142674 -0.8576006 -0.009491205 0.5247353 -0.8511918 0.2673727 0.4923856 -0.8282724 0.2940763 0.4546953 -0.8406628 0.6836757 0.3500778 -0.6402783 0.9522081 0.2018494 -0.2291635 0.8438063 0.3541063 -0.40318 0.8364818 0.3630482 -0.4104129 0.8037049 0.3990295 -0.4413282 0.7245399 0.5289773 -0.4418165 0.9176611 0.3210852 -0.2339549 -0.3637501 0.6549882 -0.6622822 -0.3559374 0.6502884 -0.6711021 -0.06979578 0.6910611 -0.7193823 0.2115848 0.6545915 -0.7257302 -0.08099609 0.6819666 -0.7268593 0.2100589 0.6732383 -0.7089145 -0.3370464 0.6161992 -0.7117832 -0.8064516 0.3878597 -0.4462721 -0.359508 0.6182745 -0.6988739 -0.02795493 0.6497086 -0.7596362 0.3225196 0.63155 -0.7050386 0.4264351 0.5718864 -0.7007355 0.3261208 0.563097 -0.7593005 0.003326475 0.6211127 -0.7836848 -0.3276773 0.5977661 -0.7316203 0.4018678 0.5824458 -0.7065646 0.01113921 0.6294748 -0.7769097 -0.03347879 0.6418043 -0.7661061 0.3274941 0.6967986 -0.638081 -0.4351329 0.6228523 -0.6501053 -0.7859432 0.5142369 -0.3431806 -0.45262 0.7361675 -0.5031282 -0.07657092 0.7453536 -0.6622211 0.9976196 -0.0590533 -0.03543198 0.9937437 0.1110568 0.01120024 0.9631947 -0.2324289 0.1347697 0.9251686 -0.1344645 0.3548692 0.9888302 -0.02380442 0.1470077 0.9602954 0.02124083 0.2781457 0.9804987 0.07980591 0.1795709 0.898526 -0.06823939 0.4335154 0.8583025 0.4669332 0.212714 0.7553331 0.5269936 0.3894772 0.8528703 0.4108096 0.3221534 0.9353618 0.3057344 0.1777397 0.8245796 0.5576648 -0.09506511 0.7054353 0.5666982 -0.4256111 0.8520463 0.4657735 -0.2387463 0.9146092 0.4038515 -0.01953184 0.877102 0.3911557 -0.2786645 0.9522691 0.3017365 -0.04580825 0.9297769 0.3281961 -0.16657 0.5833308 0.5617237 -0.5866573 0.455855 0.6000244 -0.6573382 0.9368878 0.3063448 0.1684316 0.9623097 0.2237617 0.1543321 0.9758294 0.2084414 0.06561475 0.9898984 0.0736106 0.1210058 0.832606 -0.3697317 0.4123356 0.9506211 -0.3031404 -0.06625568 0.8436537 -0.5291299 0.09060943 0.6219367 -0.3856929 0.6814478 0.5854671 -0.2285531 0.7777642 0.7327494 -0.2251961 0.6421095 0.7849361 -0.1857661 0.5910215 0.6368603 -0.2599261 0.7257912 0.5305033 -0.3474227 0.7731865 0.5535752 -0.4073 0.7263711 0.6281625 -0.4823756 0.6104618 0.2929167 -0.4044008 0.8663595 0.718009 0.632191 -0.2911161 0.6978362 0.5462203 -0.463271 0.8906217 0.3682363 -0.2667623 0.7698294 0.6123539 -0.179815 0.6864223 0.6977447 -0.2046876 0.6169622 0.6766869 -0.4017761 0.8431654 0.5360881 -0.04028439 0.969573 0.217658 -0.1117588 0.9181799 0.2933134 0.2662129 0.86639 0.3910031 0.3105564 0.7980591 0.6022523 0.01913505 0.9363384 0.2940458 -0.1917173 0.8406323 0.05050808 0.539201 0.8127384 0.1984313 0.5477157 0.9781183 -0.08874779 0.1881466 0.827723 -0.3332316 0.4513993 0.7862179 0.01184117 0.6178167 0.7625965 0.1314737 0.6333201 0.9939574 -0.02093565 -0.1076388 0.9551073 0.1362956 -0.262978 0.9823908 0.1486251 -0.1128879 0.9976806 0.06649982 -0.01330602 0.9680472 -0.2342905 0.08917504 0.8898892 0.2743919 -0.364391 0.6693625 0.488052 -0.5601062 0.9797663 0.1629078 -0.1161229 0.995819 0.08975493 0.01644945 0.9833369 -0.0653401 0.1696218 0.9794305 -0.1343424 0.1504562 0.8463698 -0.4795373 0.2316355 0.880459 -0.3953978 0.2615436 0.8186895 -0.5046541 0.2738731 0.9072237 -0.3071993 0.2872707 0.8067263 -0.4986724 0.3170263 0.7618641 -0.5733513 0.3012482 0.7934507 -0.5470443 0.2667317 0.5809198 -0.8138676 -0.009582757 -0.7901242 -0.5498215 -0.2707602 0.1052888 -0.9305093 0.3507797 -0.1416974 -0.9612415 0.2364574 -0.1813715 -0.9041719 0.3867306 -0.4392834 -0.450087 -0.7774285 0.6082949 -0.6844081 -0.4018678 0.1225623 -0.570452 0.8120976 -0.08520764 -0.5125278 0.8543962 -0.1776482 -0.9694815 0.1688284 -0.3642384 -0.8897367 0.2750633 0.2764061 -0.8654744 0.4177069 -0.7829219 -0.5754265 -0.2363353 -0.278756 -0.5954772 0.7534105 -0.345317 -0.8470718 0.403943 0.07852411 -0.9763177 0.2015137 0.09872734 -0.9805597 0.1695303 0.2818384 -0.6794336 -0.6774194 -0.1297037 0.8608356 -0.4920194 0.04910427 0.8864712 -0.4601275 -0.01086455 -0.6708884 -0.7414472 -0.2839747 -0.7248756 -0.6275826 0.1198767 0.8567767 -0.5015412 0.5550096 -0.32078 -0.7674795 -0.5754876 -0.7338786 -0.3607898 0.7149266 0.1663869 0.6790979 0.07962274 0.1018097 0.9916074 0.639729 0.05121004 0.7668691 0.8502151 0.099765 0.516831 0.8377026 0.1650441 0.5205543 0.7624134 0.1531419 0.6286508 0.07535016 0.1619922 0.9838863 0.8818629 0.1299478 0.4531999 0.9040803 0.1100497 0.4128849 0.8672445 0.09375286 0.488937 0.8318125 0.1282998 0.539964 0.764977 0.1072115 0.6350291 0.1646474 0.05050808 0.9850459 0.1300393 0.09936827 0.9865108 -0.6243172 0.04660171 0.7797479 -0.5119175 -0.1056246 0.852504 -0.6440321 0.01431316 0.7648244 -0.7910398 -0.02026426 0.6114078 -0.821192 -0.1110263 0.55974 -0.5867488 -0.07504498 0.806238 -0.7574999 -0.1542405 0.6343272 -0.7325663 -0.05960261 0.6780297 -0.8264412 -0.1201208 0.5500351 -0.8796045 -0.1474349 0.4522538 0.7099215 -0.03036588 0.7035737 0.07394635 -0.1627247 0.9838863 0.08017212 -0.2182378 0.9725639 0.7472457 -0.03396707 0.6636555 0.8489944 0.03009122 0.5275124 0.7223731 -0.0521866 0.6895047 0.1004974 -0.2922452 0.9510178 0.1018097 -0.3719596 0.9226356 0.850032 0.07061982 0.5219275 0.8869594 0.07766956 0.4552141 0.8250984 0.02276676 0.5645009 -0.5836055 -0.2408521 0.7754753 0.09564501 -0.04852437 0.9942015 -0.806299 -0.2298959 0.544969 -0.6475418 -0.2598956 0.7163305 -0.8541215 -0.1955931 0.4818567 -0.7994629 -0.2006897 0.5661489 -0.7706229 -0.2425001 0.5892819 -0.6103091 -0.2936796 0.7356792 0.6622822 0.03964352 0.7481918 -0.05780202 0.149266 0.9870907 0.5429548 -0.1018097 0.8335216 0.8378552 -0.09799492 0.5370037 0.8246101 -0.04876857 0.5635548 0.6777551 0.008636713 0.7351909 -0.03259372 0.2167424 0.9756768 0.8567461 -0.1613513 0.4897916 0.8933988 -0.109653 0.4355907 0.7961059 -0.1894283 0.574694 0.7761772 -0.106418 0.6214484 0.6245613 -0.05533003 0.778985 -0.08975493 0.1070284 0.9901731 -0.07193213 0.1464583 0.9865719 -0.6910306 0.238319 0.6823633 -0.630665 0.07013154 0.7728508 -0.7182226 0.2002319 0.6663411 -0.7957091 0.2154607 0.5660268 -0.8306223 0.1254921 0.5424665 -0.7047029 0.1132236 0.7003998 -0.8058718 0.08474987 0.5859554 -0.7778863 0.1579332 0.6082034 -0.8214362 0.1535386 0.5492111 -0.8722801 0.09637743 0.4793847 0.5889462 -0.2138432 0.7793512 -0.1011078 -0.04409921 0.9938658 -0.09152501 -0.1445356 0.985229 0.5836665 -0.2408215 0.7754448 0.7988525 -0.1618701 0.5793024 0.5103 -0.276162 0.814417 -0.131901 -0.2913297 0.9474776 -0.1385235 -0.3870663 0.9115574 0.7696158 -0.1284829 0.6254158 0.8601031 -0.09115874 0.5018769 0.7311624 -0.164922 0.661916 -0.7074496 -0.02792441 0.7061678 -0.8347728 0.01449626 0.5503708 -0.7417829 -0.04544204 0.6690878 -0.1041597 -0.2356639 0.966216 -0.8560442 0.05688649 0.5137181 -0.8290353 0.0582903 0.5561083 -0.8109073 0.01086455 0.5850704 -0.7029939 -0.06909388 0.7078158 0.6927702 0.108829 0.7128514 0.008697748 0.08542126 0.9962767 0.6114689 -0.0102542 0.7911924 0.8409681 0.01937925 0.5406965 0.8141118 0.07272559 0.5760979 0.7116306 0.06512647 0.6994842 0.005798459 0.1081576 0.9941099 0.8486893 0.005005002 0.5288248 0.8847316 0.01168859 0.4659261 0.8082522 -0.04800558 0.5868404 0.778283 0.01745659 0.6276437 0.6696066 -0.01873832 0.7424543 -0.005676388 0.03146457 0.9994812 -0.6890774 0.05679494 0.7224037 -0.604297 -0.05349892 0.7949156 -0.7108066 0.01181066 0.703238 -0.8206732 0.01361125 0.5712149 -0.8410902 -0.03906369 0.5394452 -0.6725364 -0.04690694 0.7385479 -0.8171941 -0.09958189 0.5676748 -0.7855769 -0.04019284 0.61742 -0.8553423 -0.05337685 0.5152745 -0.8871731 -0.0394299 0.4597003 0.7007355 -0.08963286 0.7077242 0.006988704 -0.05880916 0.9982299 0.003723204 -0.14597 0.9892575 0.7201453 -0.09933775 0.686636 0.8308359 -0.05194246 0.5540636 0.6394543 -0.1320536 0.7573779 -0.01202428 -0.2834559 0.9588916 -0.02990812 -0.3634449 0.9311197 0.8115482 0.00225836 0.5842158 0.8560747 8.54518e-4 0.516831 0.7909787 -0.04074215 0.6104618 -0.6918851 -0.1347087 0.7092807 -0.8229316 -0.1008331 0.5590686 -0.7131565 -0.1405987 0.6867275 -0.8530839 -0.03949093 0.520249 -0.8030946 -0.04126101 0.594409 -0.7794122 -0.08551281 0.6206244 -0.6425062 -0.1671499 0.7477951 0.7159948 -0.6755272 -0.1760002 0.2455824 -0.9691153 -0.02221745 0.7341838 -0.6785485 -0.02233952 0.7079378 -0.6918851 -0.1416059 -0.7363811 -0.6723228 -0.07553327 -0.6951201 -0.717307 -0.04754781 -0.6527909 -0.7268288 -0.2134464 -0.8000122 -0.5974914 -0.05429238 -0.7780999 -0.5828425 -0.2341074 -0.7826167 -0.5514084 -0.2887967 0.7623524 -0.5446944 -0.3493759 0.5074618 -0.7737053 -0.379223 0.8062685 -0.5262917 -0.2699667 0.8143559 -0.5643178 -0.1353496 0.2368236 -0.6302988 0.7393109 -0.3822138 -0.4933317 0.7813349 -0.9193701 -0.1994995 0.3390301 -0.889523 -0.03991818 0.4551225 -0.6420179 -0.5243995 0.5592517 -0.9153417 -0.3510239 0.19718 -0.4622638 -0.5249489 0.7146214 -0.8171941 0.1033661 0.5669729 -0.7086093 -0.6850795 -0.1687979 -0.5070956 -0.8263802 -0.2447279 -0.5069125 0.1563158 0.8476821 -0.5924253 -0.1021454 0.7990967 -0.544908 -0.008606195 0.838435 -0.4171575 0.1915951 0.8883938 -0.5113682 0.3894772 0.7660146 -0.6494033 0.3776971 0.6599933 -0.6116825 0.1207007 0.7818232 -0.8623005 -0.04614394 0.5042268 -0.6329844 -0.02655106 0.7737053 -0.7694327 -0.1728873 0.6148259 -0.8612934 -0.2045045 0.4650716 -0.613422 -0.3068026 0.7276834 -0.5775018 -0.1352275 0.8050783 -0.4942778 -0.3523972 0.794641 -0.6178472 -0.4512162 0.6439101 -0.7327799 -0.527604 0.4296701 -0.3638111 -0.5528123 0.7496567 -0.216956 -0.7703482 0.5995361 -0.9528794 -0.3018586 -0.02966398 -0.912656 0.3119907 -0.2640156 -0.8716697 0.4509415 -0.1918699 -0.13361 -0.9031648 0.4079409 -0.0617389 0.9408857 0.3329874 -0.6270638 0.5240028 0.5763421 -0.4447767 0.3636891 0.8184454 -0.6090579 0.4293039 0.6668599 -0.7865536 0.5130772 0.3435469 -0.7723014 0.6067385 0.1880856 -0.7108677 0.5431684 0.4467604 -0.8864712 0.4466078 0.1211889 -0.8237556 0.5641957 -0.05520796 -0.890347 0.3812677 -0.2487564 -0.8153325 0.4948881 0.3003937 -0.7796564 0.6240119 0.05191195 -0.9229713 0.3566088 0.1445356 -0.9261452 0.2081667 0.3144627 -0.8011414 0.3184301 0.5066988 0.7626881 0.3080538 -0.5686209 0.2779931 0.4864956 -0.8282418 0.8015686 0.1889706 0.5671865 0.6776025 -0.4392224 0.5898007 0.5722831 -0.4266793 0.7002778 0.7485885 -0.009216547 0.6629536 0.4020509 0.6065859 0.6858425 -0.4255501 0.8578753 0.2879421 0.09176915 -0.6895352 0.7184057 -0.2938932 -0.5252846 0.7985473 -0.3850826 -0.5104831 0.7688223 0.07037568 -0.6189459 0.7822199 -0.7459945 0.09030425 0.6597492 -0.8834193 0.043733 0.466506 -0.6540422 -0.1297952 0.7452315 -0.5135655 -0.324778 0.7941832 -0.793054 -0.1280251 0.5955382 -0.6448561 -0.3102817 0.6984466 0.956328 -0.1956236 0.2170171 -0.2499771 0.7136448 0.6543474 0.8682211 0.1486251 0.4733726 0.9942625 0.1064791 -0.008026361 0.10477 0.6909391 0.7152318 -0.6396069 0.7154454 0.281106 0.6036866 0.3394269 0.721305 0.5395978 0.4328135 0.722129 0.6587115 0.3498642 0.6660665 -0.8851588 0.4278695 -0.1826533 -0.6951506 0.1138646 -0.709769 -0.7220985 0.6524857 -0.2297128 -0.7788934 0.506241 -0.3701285 -0.6649678 0.5971862 -0.4484695 -0.6555987 0.6212348 -0.4291512 -0.8436842 0.525132 -0.1112094 -0.9782708 0.2073122 7.32444e-4 -0.985992 0.09921562 0.1339152 0.7482223 0.2904751 -0.5964537 0.2693564 0.4480422 -0.852443 0.7222205 -0.3115634 0.617481 0.4266182 -0.592761 0.6830653 0.7926573 -0.03445535 0.6086307 -0.06363105 -0.6667989 0.7424848 -0.5004425 -0.5456099 0.6721702 -0.9655446 -0.007293879 0.2600177 -0.9011811 -0.1604663 0.4025697 -0.7661977 -0.34785 0.5402692 0.9547411 0.0737937 0.2880947 0.9911191 0.09591966 -0.09183019 0.831721 0.09677416 0.5466781 0.8868069 0.1325113 0.4427015 -0.526017 0.5732291 -0.6282235 -0.599292 0.5839717 -0.5475021 -0.8529008 0.4251228 -0.3029572 -0.8058718 0.2397534 -0.5413373 -0.3906369 0.3803521 -0.8382519 -0.8614765 0.03552353 -0.5065462 -0.7497482 -0.00213629 -0.6617023 0.7497482 -0.00213629 -0.6616718 -0.5143589 -0.5189062 -0.6827296 -0.5515305 -0.1300393 -0.8239387 -0.6226692 -0.1828364 -0.7607654 -0.4888455 -0.3469344 -0.8003785 -0.769158 -0.06494337 -0.6357005 -0.8805811 0.2990509 -0.3675954 -0.9285256 0.1730704 -0.3284097 -0.9236427 0.1246681 -0.3623768 -0.9102756 0.1638233 -0.3801385 0.6435744 0.5261086 -0.5558336 0.890347 0.2517167 -0.379284 0.8990142 0.4071169 0.1611072 0.4889675 0.6547441 -0.5763726 -0.3675039 0.814417 -0.4490188 -0.2262642 0.9035921 -0.3637196 -0.5568102 0.5583972 0.6148869 -0.789819 0.536607 0.2969451 -0.8185369 0.5165868 -0.2511368 0.3984802 -0.8891568 0.2248298 0.3356426 -0.9074984 0.2525407 0.1634571 -0.9468978 0.2768028 0.2016053 -0.9532151 0.225135 0.4759361 -0.8644979 0.161565 0.648732 -0.7577441 0.07034516 0.5453047 -0.8253426 0.1463057 0.4554888 -0.8671529 0.2013 -0.1312906 -0.9540696 0.2692038 -0.1214331 -0.9490036 0.2909024 -0.4745934 -0.854854 0.2096316 -0.501175 -0.8470413 0.1769158 -0.1387066 -0.9622181 0.2342295 0.1432234 -0.945616 0.2920011 -0.7446821 -0.6553545 0.1261025 -0.7286294 -0.662923 0.1720328 -0.8875393 -0.4560991 0.06503492 -0.9134801 -0.4065981 0.0132755 -0.7728813 -0.628071 0.09009063 -0.4588763 -0.8544877 0.2432935 0.5576648 -0.827723 0.06201356 0.2615131 -0.9568163 0.1267433 0.6279183 -0.7726066 -0.09350872 0.7895749 -0.6055788 -0.09903252 0.7388836 -0.6732994 -0.02670365 -0.1321756 -0.9813532 0.139317 -0.5278481 -0.8434401 0.09958189 -0.5373394 -0.8373059 -0.1008026 -0.1083407 -0.9881893 -0.1081271 0.3244423 -0.9408857 -0.09704881 -0.7990661 -0.600116 0.03576767 -0.931486 -0.3630787 -0.02197331 -0.9392377 -0.3374737 -0.06241035 -0.8132267 -0.57622 -0.08111816 0.6127201 -0.2170171 -0.7598804 0.882046 -0.1104465 -0.4579913 0.8207038 -0.2343821 -0.5210425 0.5898618 -0.3466292 -0.7293008 0.3164464 -0.241676 -0.9172949 -0.02255314 -0.2737815 -0.9615162 0.3324686 -0.4033326 -0.852504 0.02581864 -0.4160283 -0.9089633 -0.3605762 -0.3560289 -0.8620868 -0.7693106 -0.1161229 -0.628193 -0.4456313 -0.1976684 -0.8730735 -0.6877651 -0.2270882 -0.6894437 -0.882992 -0.09427165 -0.4597918 0.9888302 0.005340695 -0.1488693 0.9933775 0.0295419 -0.1108432 0.98764 0.08957183 -0.1284219 0.9500717 -0.09201329 -0.2981353 -0.9959716 0.0894497 0.004211544 -0.9729301 0.02435374 -0.2297128 -0.982757 0.1847285 -0.006042659 -0.9556261 -0.003356993 -0.2945342 -0.9847713 0.03341776 0.1704459 -0.9974365 0.01818901 0.06894129 0.9981384 0.05594038 -0.02307194 0.9093601 -0.01843315 -0.4155706 0.9972229 0.07324439 0.01196324 0.4635761 -0.7542039 0.4650105 0.2173223 -0.8325449 0.5095065 0.1636402 -0.8915677 0.4222236 0.3829157 -0.8412733 0.3816034 0.6741844 -0.6383252 0.3714408 0.3368328 -0.8937041 0.2963347 0.5111545 -0.8314158 0.2177801 0.5885189 -0.7560045 0.2864467 0.1380047 -0.9308756 0.3382366 -0.1173742 -0.8388622 0.5315104 -0.4982147 -0.7190161 0.4844813 -0.1208838 -0.8949858 0.4293649 -0.1219214 -0.9312723 0.3432722 -0.4808496 -0.7880795 0.3842891 -0.4648885 -0.8305612 0.306589 -0.787286 -0.5048677 0.3538926 -0.9301431 -0.2984405 0.2138737 -0.7682729 -0.5733818 0.284524 -0.7434004 -0.625782 0.2359691 -0.9151891 -0.3606372 0.1797235 -0.8907132 -0.428724 0.1508835 -0.8489334 -0.51442 0.1210058 0.6560259 -0.6977752 -0.2875454 0.8038271 -0.5590991 -0.2030701 0.3646962 -0.8513749 -0.3769646 0.3712882 -0.737724 -0.5637685 0.6458938 -0.6250191 -0.4383068 0.6178777 -0.5073702 -0.6006348 0.8062685 -0.379162 -0.4539933 0.8028504 -0.5016633 -0.3220618 0.3568224 -0.5931578 -0.7216407 -0.06973475 -0.9056063 -0.4182867 -0.5084689 -0.7788019 -0.3672292 -0.03161716 -0.7833186 -0.6208075 0.0055238 -0.6255074 -0.7801752 -0.4593951 -0.6896573 -0.5597095 -0.3962523 -0.5512863 -0.7341838 -0.8003479 -0.5396893 -0.2610248 -0.9327983 -0.3252357 -0.1550951 -0.7671743 -0.4841151 -0.4207282 -0.7133091 -0.3744316 -0.5923948 -0.9147008 -0.2866299 -0.2848293 -0.8883328 -0.1953489 -0.4155095 -0.9883419 -0.1278115 0.08239996 -0.9992981 -0.007507503 -0.03625595 -0.980102 -0.1874752 0.06476026 -0.9557482 -0.2898648 0.04977566 -0.9965514 -0.07412946 -0.03665268 -0.9783624 -0.2046571 -0.0295419 0.6640523 -0.7391888 0.1122471 0.7841731 -0.6204413 -0.00979644 0.8796655 -0.4741661 -0.03588974 0.765801 -0.6287423 0.1348918 0.8484145 -0.4881436 0.2046266 0.9469588 -0.3212378 -0.004730343 0.858272 -0.5030061 -0.101474 0.8899198 -0.4431593 -0.1077303 0.949675 -0.2754906 -0.1490219 0.9286172 -0.3393964 -0.1498458 0.9677724 -0.1923581 -0.1624805 0.9699393 -0.1438642 -0.196234 0.898587 -0.4159978 -0.1395001 0.9084445 -0.3469344 -0.2331309 0.9500107 -0.234901 -0.2055116 0.9555345 -0.2555925 -0.1468551 0.9225135 -0.2191229 -0.3176366 0.9649342 -0.1070284 -0.2395703 0.9732658 -0.07852411 -0.2157964 -0.9877316 -0.1376079 -0.07370215 -0.9896237 -0.1308328 -0.0592364 -0.9985656 -0.006805598 -0.05301064 -0.9960936 -0.02539139 -0.08447521 -0.9806208 -0.118717 -0.1558275 -0.9901731 0.1221656 -0.06778156 -0.9935606 0.04275637 -0.1048921 -0.9971923 0.01220738 -0.07376319 -0.9714347 -0.04858541 -0.2321237 -0.9914243 0.07156586 -0.1093173 -0.9932249 0.08243048 -0.08169806 -0.9962462 -0.007232844 -0.08597064 -0.9864803 -0.1514939 -0.06234931 0.6143682 -0.09857475 -0.7827998 0.211951 -0.129429 -0.9686575 -0.8357799 -0.05780202 -0.5459457 -0.9850459 -0.004974484 -0.1720938 -0.01889091 -0.1317179 -0.9910886 -0.2744835 -0.06091493 -0.959624 -0.155858 -0.007904291 -0.9877316 -0.06375312 -0.0539872 -0.9964904 0.1929685 -0.03756827 -0.9804682 0.1065401 -0.07461774 -0.9914854 -0.2681967 -0.02002012 -0.9631336 -0.5543687 -0.09756767 -0.8265023 0.4455702 -0.1758781 0.8777734 0.5028229 -0.04922634 0.8629414 0.707419 -0.1255531 0.6955474 0.7224952 -0.08798485 0.6857204 0.4553056 -0.1379131 0.879574 0.05392616 -0.2336192 0.9707938 0.0246284 -0.1317484 0.9909665 -0.3749199 -0.2723166 0.8861355 -0.4581133 -0.1868038 0.8690146 -0.3510239 -0.169042 0.9209571 -0.6787927 -0.1691336 0.7145604 -0.6776635 -0.2518388 0.690878 0.4944914 -0.01583909 0.8690146 0.741905 0.08276617 0.6653341 0.8505203 0.3035371 0.429487 0.5604114 -0.001068115 0.8281808 0.04828023 -0.04666274 0.9977111 0.07272559 -0.1462447 0.9865413 -0.3728446 -0.04458749 0.9267556 0.01953184 -0.09665209 0.995117 -0.5003204 -0.01632738 0.8656575 -0.7191992 0.01495403 0.6946013 -0.8564104 0.1326944 -0.4989166 -0.1867427 0.2344431 -0.9540086 -0.8205206 0.1089816 -0.5610828 -0.6343578 0.2965789 -0.7138584 -0.3616443 0.396588 -0.8437147 -0.5070651 0.4622638 -0.7274087 -0.6528214 0.3270363 -0.6832484 -0.7358318 0.3423566 -0.5842158 -0.6521806 0.4844813 -0.5829951 -0.1730704 0.5126804 -0.8409376 -0.1191747 0.5652943 -0.816187 -0.4314097 0.5923337 -0.6804407 -0.4182257 0.5731376 -0.7046419 -0.5897702 0.5801874 -0.5616932 -0.6112552 0.5684683 -0.5505844 -0.1141392 0.5127415 -0.8508866 -0.4610126 0.5269326 -0.7139806 -0.6544389 0.4959563 -0.5706961 -0.5188147 0.5455183 -0.6581927 0.4474929 0.8221687 -0.3517563 0.6247749 0.5247353 0.5781427 0.1328775 0.2990814 0.9449141 0.1127659 0.9864498 -0.1189611 -0.2076784 0.956206 -0.2061525 -0.05774098 0.23661 0.9698783 -0.2693869 0.3934751 0.8789636 0.3831294 0.2742698 0.8820155 0.684347 0.2478408 0.6856899 0.6810511 0.3056734 0.6653341 0.4801172 0.3628651 0.7986084 -0.07895135 0.2846767 0.9553514 -0.5368816 0.2541581 0.8044374 -0.5084078 0.3655202 0.7796564 -0.7181006 0.3045747 0.625721 -0.8938567 0.4476455 0.02435374 -0.9387799 0.3295388 0.1001617 -0.9474471 0.3011566 0.1077914 -0.9273049 0.3718985 0.0419324 -0.9113438 0.4112674 0.01605272 -0.7779168 0.6269112 -0.04223757 -0.9086276 0.41554 0.0408948 -0.6914274 0.7217933 -0.02990812 -0.9168065 0.3971984 0.0406506 -0.7577746 0.6393017 -0.1305581 -0.4679098 0.8798791 -0.08239996 0.9478133 0.3144627 -0.0521866 0.9486679 0.3156224 -0.01910454 0.8500015 0.5115513 -0.1255531 0.9516587 0.2995697 -0.06747639 0.9681082 0.2504044 0.002319395 0.9783929 0.2002624 0.05124056 0.634785 0.7722404 -0.02569657 0.5224769 0.8397168 -0.1478927 0.7936949 0.5560168 -0.2466506 0.891995 0.4499649 -0.04275637 0.7381512 0.6654866 0.1103854 -0.9878231 0.1309244 0.08386486 -0.9952697 0.08282721 0.05066072 -0.9698477 0.224372 0.09497356 0.2759178 0.9082614 -0.3144322 0.1084322 0.9438765 -0.3119297 0.2266609 0.7916806 -0.567278 0.3566393 0.8866237 -0.294351 -0.05911433 0.9448836 -0.3219093 -0.2058168 0.9355144 -0.2870571 -0.1242713 0.8195746 -0.5593127 0.06094545 0.8262276 -0.5599842 -0.01647996 0.9950255 -0.09811699 -0.1050142 0.9854427 -0.1334574 0.4431898 0.8660848 -0.2311472 0.381695 0.7425459 -0.5503403 0.5615406 0.7012848 -0.4390698 -0.3324381 0.9255654 -0.1810052 -0.174871 0.9833979 -0.04779195 -0.5524156 0.7654653 -0.3299051 -0.3427534 0.7854854 -0.515244 0.1669667 0.7492905 -0.6408277 0.0237739 0.7711112 -0.6362499 0.1783807 0.8475295 -0.4998322 0.4762414 0.7499008 -0.4591205 0.3856624 0.6900845 -0.6123539 -0.128666 0.7659536 -0.6298715 -0.4019288 0.7110508 -0.5768914 -0.4976959 0.7814264 -0.3763237 -0.1190832 0.8708152 -0.4769127 0.03158664 0.8649556 -0.5008087 -0.7251503 0.5529649 -0.4102603 -0.9330729 0.3537095 -0.06512647 -0.8178961 0.5320597 -0.2189092 0.6436354 0.5754265 -0.5045625 0.7326884 0.5763421 -0.361919 0.8908963 0.3997009 -0.2156438 0.9515976 0.2949309 -0.08636736 0.8916593 0.4168828 -0.1763359 0.9177526 0.3791009 -0.1183202 0.9506211 0.3076266 -0.04068112 -0.9427778 0.3309427 0.04007077 -0.9045076 0.4260079 0.01843315 -0.9317301 0.3603015 0.04470956 -0.9445479 0.3277383 0.01971495 0.8261971 0.5288248 -0.1941282 0.7889035 0.6104313 -0.07034516 0.5843989 0.7571337 -0.2918485 0.6358837 0.7428205 -0.2092959 -0.8573565 0.5146031 -0.01040679 -0.7005524 0.7132481 0.0216071 -0.5327006 0.8371533 -0.1239356 -0.5522325 0.8137456 -0.1812494 -0.1331523 0.9404278 -0.3127842 -0.2346568 0.96704 -0.09872734 0.05362099 0.9380779 -0.342204 0.2425916 0.9090853 -0.3386639 0.4044008 0.9065523 -0.1206091 -0.3102512 0.9395428 0.1448103 -0.2164067 0.9748528 -0.0527665 0.1555833 0.976104 0.1515854 0.1056246 0.985931 -0.1295205 -0.76751 0.6407056 0.02014219 0.5356304 0.8363903 0.1160924 0.5187537 0.8515275 -0.07608264 0.8604389 0.5062105 -0.05783253 0.1897641 0.9803766 -0.05307167 0.1691641 -0.0205084 -0.9853511 -0.001312255 -0.1142613 -0.9934386 0.02972501 -0.1808221 -0.9830317 -0.05581831 0.9983825 -0.009613275 0.9429609 0.3324992 0.01528972 0.9148228 0.4030274 0.02453684 0.9443342 0.3246254 -0.05310219 0.9463485 0.3213294 -0.03341776 0.955443 0.03112888 0.2934355 0.9380169 0.1588793 0.3079622 0.9714957 0.2277596 0.06512647 0.8979156 0.4134037 0.1510666 0.9884945 0.1449934 -0.04275637 0.9765008 0.1033356 0.1889401 0.9924009 0.1082797 0.0582903 0.992523 0.1168859 0.03494364 0.9815363 0.1077303 0.1579638 0.9549242 0.03149509 0.295114 0.9457381 0.007049739 0.324839 0.9679556 0.03201389 0.24897 0.9960021 -3.35704e-4 0.08926659 0.8809168 -0.04736471 0.4708396 0.8950163 -0.01208531 0.4458449 0.8002259 -0.05642867 0.5970031 0.8979156 -0.07449567 0.4337596 0.9638661 0.05587935 0.2603229 0.9473251 -0.07461774 0.3114109 0.9198584 -0.1350749 0.3681753 0.9574572 -0.2385937 0.1621753 0.9804987 -0.1367839 0.141026 0.9948424 0.05246126 -0.0866115 0.9913633 0.0846278 -0.1000702 0.9939268 -0.1016266 -0.04202395 0.9761956 -0.1522568 -0.1543626 0.9738152 -0.049501 -0.221839 0.9810785 -0.01745659 -0.1927549 0.9703665 -0.2396923 -0.03045743 0.938261 -0.2829371 -0.1988586 0.9236732 -0.225074 -0.3100375 0.9556566 -0.2132328 -0.2029786 -0.9557176 -0.1478927 0.2543718 -0.9733573 -0.05386513 0.2228156 -0.9675588 -0.1865901 0.1701406 -0.9436323 -0.2613605 0.2030091 -0.9342631 -0.2262947 0.2755516 -0.9299905 -0.1578417 0.3319498 -0.9260231 -0.241615 0.2899563 -0.9350566 -0.2850429 0.2106082 -0.9519944 -0.2316355 0.1999573 -0.9144566 -0.2088991 0.3465377 -0.8921781 -0.2294687 0.3890194 -0.9206213 -0.2142094 0.3263955 -0.8657186 -0.1922056 0.4621112 -0.7760246 -0.2179937 0.5917844 -0.8732566 -0.1181371 0.4726707 -0.9444258 -0.06079286 0.3230384 -0.9651173 -0.2401196 0.1042512 -0.9821162 -0.120487 0.1445356 -0.9746696 -0.2043824 0.09063994 -0.9554125 -0.278634 0.09750664 -0.9400922 -0.3219398 0.1119724 -0.9423505 -0.3043001 0.1390118 -0.9334391 -0.3346965 0.1288491 -0.9628285 -0.2586138 0.07770007 -0.9293802 -0.3471786 0.1252174 -0.9358501 -0.3200171 0.1474959 -0.981109 0.07315284 0.17893 -0.9917905 -0.02240055 0.1256752 -0.9588916 0.07779169 0.2727744 -0.9538255 0.2280648 0.1953794 -0.9613025 0.2348094 0.1439253 -0.9062166 0.03524887 0.4212775 -0.848384 0.2006592 0.4898221 -0.9246803 0.3072298 0.2247382 0.9823298 0.1457869 0.1171605 0.9897153 0.1429182 0.005584836 0.9544969 0.2942289 0.04834127 0.9573351 0.2637104 0.1180456 0.9700309 0.124607 0.2084719 0.9141514 0.4050416 0.01544231 0.9407636 0.331492 -0.07095551 0.929136 0.339549 0.1462141 0.9180578 0.1079134 0.3813898 -0.9869381 -0.137791 0.08340704 -0.9849849 0.1509445 0.08359014 -0.999115 0.009399652 0.04055905 -0.9778436 -0.2047486 0.04324471 -0.9681082 -0.2403332 0.07040619 -0.9946593 0.1018708 0.01464885 -0.9599292 0.27369 0.05999934 -0.9685965 0.2338633 0.08420056 -0.9965514 -0.08252203 0.006164729 -0.9940184 -0.1087069 0.007934808 -0.9790948 -0.1998962 0.03729361 0.9923399 0.08536022 -0.0889309 0.9919126 -0.01776176 -0.1255226 0.9880673 0.1215552 -0.09442424 0.9675893 0.2484817 -0.04483169 0.982635 -0.1524399 -0.1056246 0.9962157 -0.03140354 -0.08081299 0.9856258 0.1454817 -0.08566546 0.9956664 0.01174962 -0.09198278 -0.6475113 -0.4841151 -0.5884884 -0.3556017 -0.7396161 -0.5713676 -0.7882016 -0.558092 -0.2592853 -0.8563799 -0.5131993 0.0563066 -0.4222236 -0.8841518 -0.1998962 -0.805536 0.4532914 0.3816034 -0.7404706 0.351146 0.5730155 -0.8132267 0.2230293 0.537492 -0.6715293 0.262093 0.6930449 -0.7076327 0.21601 0.6727195 -0.9687796 0.1559801 -0.1925718 0.9541001 -0.06357002 0.2925505 0.9885861 0.07803583 0.128666 0.842616 0.1299478 0.522538 0.897 0.2574542 0.3592639 -0.9363689 -0.08575701 0.3403119 -0.9775995 0.01867729 0.2095706 -0.882046 0.1679738 0.4401684 -0.8027589 -0.02649003 0.5956603 0.7452926 0.0376293 0.6656392 0.3869137 -0.06198304 0.920011 0.9782403 0.04239016 0.2029786 0.9494919 0.06656086 0.306589 0.7652822 0.06344795 0.6405225 0.993347 0.03527939 -0.1094393 -0.9479964 -0.01214635 -0.3179724 -0.9917905 0.03885 -0.1217994 -0.9875485 0.05432289 0.147557 -0.7820368 -0.007507503 0.6231269 -0.5373699 -0.08905297 0.8386181 -0.8557085 0.04019284 0.5158544 0.9941405 0.1008942 -0.03808706 0.9772942 0.1709342 0.1251869 0.8866848 0.2257149 0.4034547 0.8063906 0.3382672 0.4850307 -0.937254 0.1816766 0.2974944 -0.7930845 0.2191229 0.5682852 -0.793878 0.310831 0.522599 -0.9935301 0.03848379 -0.1065401 -0.9922788 0.1200598 0.03097623 -0.5420393 0.04217654 0.839259 0.01989805 0.1326944 0.990936 -0.5694754 0.3005463 0.7650685 -0.5123752 0.4286935 0.7440718 0.05316323 0.4965667 0.8663595 0.04153567 0.4144719 0.9090853 0.5866573 0.1910763 0.7869503 0.6169927 0.3752251 0.6917325 0.5724357 0.4404126 0.6916105 0.01068145 0.3968627 0.9177832 0.0464186 -0.1364482 0.9895322 -0.1400799 -0.1613513 0.9768975 0.4789575 0.05984675 0.8757591 0.1325724 0.03280735 0.9906003 -0.3129368 -0.1408429 0.9392377 -0.4224372 0.002075254 0.9063692 -0.6746727 0.01251256 0.7379986 -0.9572131 0.2292245 0.1765496 -0.9543443 0.2354198 0.1837519 -0.9061861 0.07425153 0.416242 -0.9386883 0.314127 0.141911 0.4132206 -0.6774499 0.6084781 0.7583239 -0.6508682 -0.03543198 0.8545488 -0.2472609 -0.456679 0.1265907 -0.9681082 0.2160405 0.7891171 -0.5544298 -0.2643208 0.3531602 -0.7979675 -0.4883267 0.460738 -0.6246224 0.6304819 0.4896389 -0.8489639 0.1987365 -0.0496841 -0.01965391 -0.9985656 -0.02392649 0.07931756 -0.9965514 -0.1827448 -0.03662216 -0.9824519 0.03729361 -0.1783196 -0.9832453 0.1985229 -0.1400494 -0.9700309 0.3901181 0.2165288 -0.8949248 0.2422559 0.1948301 -0.950438 -0.2815943 -0.04000973 -0.958678 -0.335551 0.01742607 -0.9418317 -0.4448378 -0.233314 -0.8646504 0.1499069 -0.2128971 -0.9654836 -0.1905881 0.1028779 -0.9762566 0.03622543 0.2475661 -0.9681692 0.01071196 0.4446241 -0.8956267 -0.2054811 0.1595202 -0.9655446 0.3936887 0.366802 -0.8428602 0.4604327 0.5229042 -0.717307 -0.3976562 -0.03543198 -0.916837 -0.6373791 0.03537094 -0.7697073 -0.5793939 -0.2736595 -0.7676931 -0.4324778 -0.1488083 -0.8892483 -0.3464461 0.2764977 -0.8963592 -0.3704642 -0.0894497 -0.9244972 -0.5562609 0.09024322 -0.826075 -0.2541581 0.2258675 -0.9403973 -0.1801202 0.03625595 -0.9829401 -0.3224891 -0.2503738 -0.9128391 -0.5775628 -0.3745232 -0.7253334 -0.704001 -0.3143712 -0.6367687 -0.7379071 -0.1585437 -0.6559954 -0.006195247 0.1707816 -0.9852595 -0.007293879 0.352031 -0.9359416 0.2445143 0.4328745 -0.8676412 0.3183996 0.373394 -0.8713034 0.3118381 0.2558367 -0.9150059 0.06881922 0.02642899 -0.9972534 -0.1434675 -0.1156346 -0.9828486 -0.740318 0.1723991 -0.6497391 -0.3863338 0.3534349 -0.8519242 -0.901059 -0.1664479 -0.4004029 -0.8395947 -0.32078 -0.4383373 -0.03537094 0.4863735 -0.8730125 0.345439 0.5265359 -0.7767876 0.2437513 -0.09775078 -0.9648732 0.3841975 -0.2188177 -0.8969085 0.1182287 -0.4960784 -0.8601642 -0.04861593 -0.282052 -0.9581286 0.5208594 0.2417676 -0.818659 0.574572 0.2273018 -0.7862179 -0.284463 -0.4489578 -0.8470413 -0.2133244 -0.6439711 -0.7346721 -0.6052736 -0.6456191 -0.4656209 -0.6360668 -0.560625 -0.5301675 0.5417646 -0.07333594 0.8373059 0.6827296 -0.08609271 0.725547 0.8636433 0.2993561 0.4055604 0.7617725 0.2996002 0.5743584 0.4896084 -0.2129276 0.8455153 0.1701406 -0.6360668 0.752617 0.1734672 -0.4005249 0.8996857 0.8225654 -0.3547776 0.4444105 0.3804743 -0.3853267 0.8406628 0.5538194 -0.6397901 0.5328227 0.5899228 -0.6950591 -0.4109012 0.980102 0.09317296 0.1750847 0.2020936 -0.8462172 0.492996 0.0150761 -0.6159551 0.7876217 -0.3728446 -0.8802759 0.2933439 0.3481246 -0.8380078 -0.4200873 0.4491104 -0.7441939 -0.4943999 0.6365551 -0.4536882 -0.6236457 0.3500473 -0.7977233 -0.4909818 0.6415906 0.2146061 -0.7363506 -0.06689655 -0.9241615 -0.3760185 0.1643422 -0.9751274 0.1486556 -0.6061281 -0.7178869 -0.3423566 0.7161474 0.4292429 -0.5503098 0.7565233 0.5342265 -0.3770867 0.5606555 0.2231819 -0.7973571 -0.5954772 -0.6845607 -0.4203925 -0.5974914 -0.7738884 -0.2099063 -0.6792505 -0.5849788 -0.4431288 -0.7316203 -0.6567278 -0.1827448 0.572985 0.4997711 -0.6495255 0.6063417 0.5079196 -0.6118046 -0.8316294 -0.4976654 -0.2463759 -0.8221992 -0.5297708 -0.2080752 -0.6387524 -0.7635121 0.09479045 -0.542497 -0.6982941 0.4669637 -0.6972564 -0.7073275 0.1160924 0.8093203 0.5064547 0.2974029 0.8117924 0.5826594 0.03820914 0.6960662 0.2003235 0.6894437 0.8575091 0.5040132 0.1029694 0.7830744 0.6011231 -0.1593371 0.7821283 0.5858944 -0.2120426 0.6877956 0.5963011 -0.413892 -0.8026673 -0.5564745 -0.2145451 -0.7939085 -0.5143284 -0.3242287 -0.7712943 -0.6344188 -0.05105745 -0.6867886 -0.7204505 0.09622484 -0.2897427 -0.9352092 -0.2034974 0.1120334 -0.901059 -0.4189581 0.09653002 -0.8640095 -0.4940947 -0.4940947 -0.7363811 0.4621112 0.9176611 0.388287 -0.08407849 0.6715293 -0.5443892 -0.5026093 0.671865 -0.5748466 -0.4669942 0.8009888 0.5004425 -0.3285623 0.6456191 0.5169836 -0.5619984 0.5510117 -0.6821192 0.480697 0.420484 -0.6303293 0.6525468 0.5419172 -0.2904751 0.7886288 0.7865231 0.5657216 0.2476271 0.2653585 0.1208838 -0.9565111 0.3941161 -0.109653 -0.9124729 0.3978698 -0.2446058 -0.8842128 0.4203925 0.8527177 -0.3099765 0.1830195 0.9246193 -0.3339641 0.3760796 0.9262368 -0.02502512 0.7019867 0.7050691 0.1001312 0.7620167 0.6271249 -0.1612903 -0.07879877 0.9557482 -0.2833644 -0.5362713 0.8328501 -0.1369365 -0.4158147 0.905179 0.0877102 -0.02850425 0.9995728 -0.003753721 -0.8489639 0.5278787 0.02365183 -0.9222999 0.3694876 0.1131931 -0.7298502 0.6418958 0.234962 0.9447005 0.3262429 0.0325632 0.8657491 0.4020509 0.2979827 0.9574877 0.2442701 0.153325 -0.9303873 0.2451246 0.2724997 -0.9306314 0.03167819 0.364513 -0.8243049 -0.1049226 0.5563219 -0.764214 0.3312479 0.5533616 -0.8057192 0.4571978 0.3764764 0.9435102 0.1901913 0.271218 0.7855159 0.3075045 0.5369732 0.7943053 -0.2553483 0.5511948 0.2244941 0.5501877 0.8042848 0.8479568 0.3119297 0.4285409 0.2347484 0.506882 0.8294016 -0.6273995 0.5404218 0.5605945 -0.4604633 0.7038179 0.5408796 0.1776482 0.4625691 0.8685568 -0.2008118 0.4862209 0.8504288 -0.1594897 0.4458754 0.8807337 0.5076754 0.6912748 0.5141758 0.6850795 0.3966186 0.6110111 0.6723533 0.2527848 0.6956694 -0.2698447 0.5219275 0.8091678 -0.0114749 0.4565569 0.889584 0.2336802 -0.1322367 0.9632557 -0.2562029 0.8715476 0.418012 -0.02560502 0.5765252 0.8166753 -0.04214602 0.03061002 0.9986267 -0.002990782 0.4842982 0.8748741 -0.2746055 -0.08224737 0.9580065 0.2380443 0.9029511 0.357738 0.3372905 0.507004 0.7931761 0.2628864 0.6962798 0.6678671 -0.5204016 0.1821955 0.8342235 -0.6368297 0.2412793 0.7322611 -0.2973113 0.614185 0.7309793 0.5524156 0.1485946 0.820185 0.4205451 0.07632678 0.9040193 -0.09222692 0.7680288 0.6337168 0.1143528 0.7744072 0.6222114 0.2654805 -0.07367163 0.961272 0.08963286 0.7579577 0.6460769 0.1755119 0.9840999 -0.02612382 0.0579546 0.7956786 0.6028932 -0.4182257 0.03094571 0.9078036 -0.5063936 -0.6565752 0.5589465 -0.0778222 -0.1355632 0.9877011 -0.1546373 -0.797998 0.5824458 0.7640004 -0.5132908 -0.3908506 0.04208499 0.1081271 0.9932249 -0.8177435 -0.3608814 0.4483474 0.09894096 0.3475753 -0.9324015 0.2303537 0.2590716 -0.9379559 0.1077609 0.07010102 -0.991699 0.01013213 0.1366924 -0.9905393 -0.06561475 0.4341563 -0.8984344 0.01641893 0.6632283 -0.7481918 0.1974242 0.7094333 -0.6765038 -0.07525861 -0.04535049 -0.9961242 0.005127072 -0.1253395 -0.9920957 -0.1162145 -0.2591326 -0.9588 -0.05056911 -0.1815851 -0.9820551 -0.04638808 -0.05325478 -0.9974975 -0.07760852 0.1781671 -0.9809259 0.3532518 0.1243324 -0.9272134 0.5795465 -0.1557359 -0.7998902 0.4777062 -0.3151646 -0.8200019 0.2362437 -0.0451979 -0.9706107 0.5749077 0.3489791 -0.7400128 0.6353648 0.09427165 -0.7664113 0.1323587 -0.2359386 -0.9626759 0.3523667 -0.4476455 -0.821833 0.2028565 -0.5500656 -0.8100833 0.04907375 -0.5352947 -0.8432264 0.1093173 -0.1271706 -0.9858089 -0.04858541 0.1299478 -0.9903256 0.1434675 -0.3212683 -0.9360332 -0.1637928 0.4182257 -0.8934293 0.1323282 0.560564 -0.8174383 -0.02624589 0.7390362 -0.6731163 0.7882016 -0.446852 -0.4230781 0.4429457 0.2327647 -0.8657796 0.1850642 -0.01016265 -0.9826655 0.7028108 -0.6078677 -0.3694266 0.7185583 0.164098 -0.6757714 0.5667592 -0.6922208 -0.4466994 -0.01498454 -0.3820612 -0.9239784 0.2143315 -0.62331 -0.7520066 -0.1177709 0.09662157 -0.9883114 -0.3090304 0.2627338 -0.9140294 -0.1370891 0.400708 -0.9058809 0.01953184 0.2323374 -0.9724113 -0.04315316 -0.03967404 -0.9982604 -0.2052369 -0.1581164 -0.9658192 -0.3680532 -0.1306497 -0.9205603 -0.3624378 0.08679461 -0.9279458 0.1646474 0.3624683 -0.9173254 0.04998928 0.5122532 -0.8573565 0.2162846 0.5695975 -0.7929319 0.4847255 0.6441847 -0.5916013 0.2917875 0.2388378 -0.9261452 0.118839 0.1016571 -0.9876706 -0.671041 0.5425581 -0.505234 -0.4743797 0.6621296 -0.5800653 -0.4273202 0.07351905 -0.9010895 -0.1188696 0.6430555 -0.7564928 0.5581836 0.5799432 -0.5933714 0.3654286 0.6407056 -0.675222 0.4847255 0.04403817 -0.8735313 0.6953337 -0.2236701 -0.6829738 0.2529984 -0.09967344 -0.9622792 0.8259835 0.3927427 -0.4043092 0.8454238 0.2152776 -0.4887539 0.07934808 -0.2718589 -0.9590442 0.2179937 -0.6068911 -0.764275 -0.1827448 -0.6900845 -0.7002472 -0.2917264 -0.5111851 -0.8084048 -0.4040651 -0.4637593 0.7884457 -0.4065371 -0.5228126 0.7492294 0.03769034 -0.1045869 0.9937742 0.003723204 0.04907375 0.9987792 -0.2339549 -0.4344004 0.8697775 -0.5080416 -0.7022615 0.498703 -0.5704215 -0.7089755 0.4145939 0.3924375 0.4735557 0.7884762 0.4116947 0.3625904 0.8360546 0.5763421 0.5789361 0.5767388 0.5369122 0.6128422 0.5797296 0.3571276 0.5273293 0.7709281 0.05410927 0.1476485 0.9875485 0.1201208 -0.4184088 0.9002655 0.2047792 0.1582384 0.9659109 0.3962829 -0.6927092 0.6025269 -0.1913205 -0.7762688 0.6006348 0.3756828 0.5205848 0.766686 0.4889981 0.6623432 0.5675528 0.5041963 0.6763817 0.5368816 0.5949889 0.3972289 0.6986603 0.4571978 0.08572649 0.8851894 0.2014832 -0.3465682 0.9161046 0.657155 -0.7401654 0.1424298 0.7400434 -0.6122928 0.2781762 0.9065828 -0.4045228 0.1202124 0.6521195 0.492233 0.5765252 -0.1875667 -0.6667684 0.7212439 -0.4693136 -0.8109378 0.3493759 0.4816736 -0.8679769 0.1207922 0.856563 -0.4392529 -0.2707297 0.7879879 -0.5881832 0.1818597 0.5529344 -0.8075808 0.2050843 0.5863826 -0.7468795 -0.3135471 0.9163488 0.1944944 -0.3499252 0.295938 -0.8890347 -0.3492538 0.3547471 -0.9316996 0.07779169 -0.1714835 -0.8724021 -0.4576556 0.1426129 0.9462569 -0.29017 0.201239 0.9119236 -0.3575549 0.402234 0.9083224 -0.1146275 0.4440138 0.8757591 -0.1893063 0.7351298 0.5854976 -0.3416852 0.6409803 0.7250282 -0.2519303 0.4338511 0.5990478 -0.6729637 -0.01184117 -0.5656911 -0.8245186 0.3423871 -0.6649067 -0.6638081 -0.05273598 -0.7390972 -0.6714988 0.04837179 -0.845027 -0.5324565 0.004425168 -0.8033387 -0.5954772 -0.1144749 -0.7809992 -0.6139103 -0.07840204 -0.439314 -0.8948943 0.7137974 0.6979278 -0.0577715 0.7768487 0.6140019 -0.1396222 -0.4991302 -0.4341258 -0.7499008 -0.5033418 -0.5950499 -0.6265145 -0.2004761 -0.3871578 -0.8999298 -0.4944609 -0.8439894 0.207709 0.004608273 -0.9649342 0.2623676 -0.4077883 -0.8991363 -0.1587573 -0.5362408 -0.8173467 -0.2106082 -0.5605335 -0.8169805 0.135197 0.6441237 -0.7255165 0.2422559 0.7265236 -0.6682943 -0.1597033 -0.2906278 -0.8097782 -0.5096591 0.1072115 -0.8741722 -0.4736167 -0.4491714 -0.6606342 -0.6014588 0.5734123 -0.6625263 -0.4818567 0.1428877 -0.9765008 -0.1612903 0.5991699 0.6847743 0.4147771 0.6285898 0.7654653 0.1374859 0.5368816 0.751793 0.3827326 0.6675314 0.6372265 0.385052 0.7145299 0.6907255 0.1109042 0.5485702 0.7862789 0.2842494 0.508713 0.8542436 -0.1069979 0.6617023 0.7340312 0.1526231 0.6623127 0.5855892 0.4673299 0.538255 0.8394727 0.07443463 0.6039308 0.7775506 -0.1749931 0.4739524 0.8568377 -0.202887 0.683462 0.6937468 -0.2270272 0.3901486 0.839259 -0.3786432 0.3687247 0.7091891 -0.600879 0.5462508 0.7870724 -0.2864772 -0.4676961 -0.709891 -0.5265664 -0.4698629 -0.8511307 -0.2340159 -0.4837489 -0.8744774 0.0351268 0.003509581 -0.985107 -0.1718497 0.3389996 -0.9404584 -0.02404856 0.7548753 0.5760674 0.313364 0.9288919 -0.332255 0.1634266 0.9988403 -0.04007077 -0.02636796 0.7994018 0.6000549 0.02929776 0.7679373 0.5885494 -0.2526322 0.7571948 0.2865383 0.5869014 0.8151189 0.4458449 0.3697928 0.7181311 0.1532334 0.6787927 0.7762688 0.627369 0.06152528 0.645497 0.7022004 -0.3002411 0.5137181 0.6393322 -0.5721 -0.9031342 0.07263404 -0.4231391 -0.9483322 0.2236091 -0.2249825 -0.9318217 0.358623 -0.05520796 -0.8767968 0.4672384 0.1135289 -0.7644276 0.6190375 -0.1799677 -0.2840052 0.9315775 -0.226783 -0.4743797 0.8770104 0.07608264 0.3365886 0.8253731 0.4532609 0.194525 0.9118015 0.3615833 -0.01791435 0.9157689 -0.4012573 0.2814722 0.8836634 -0.3740348 0.124607 0.9186987 0.3746758 0.585345 0.7853023 -0.2015748 0.7438887 0.6679891 0.02008116 0.09002959 0.8837245 0.4592425 -0.07766956 0.8832667 0.4623554 0.7012238 0.6673178 0.2507706 0.5264443 0.7149266 0.460097 -0.0743736 0.995056 0.06537061 0.01721239 0.9970092 0.07519757 0.2781457 0.808649 0.5183264 -0.6044801 0.7140416 0.3531297 -0.4221625 0.7157811 0.5561999 0.1530808 0.9459822 0.2857448 0.4111453 0.8450576 0.3417158 0.0237739 0.8279977 0.5601978 0.08017212 0.9853511 0.1502121 -0.9879147 0.004333615 0.1547899 -0.9760735 -0.0907315 0.1974852 -0.9804071 0.1275368 0.1500595 -0.9091159 -0.1357158 0.3937498 -0.9791558 -0.1342509 0.1523789 -0.9606311 0.2501602 0.1207007 -0.9070406 0.3923155 -0.1527451 -0.8017517 -0.1106296 0.5872982 -0.9726859 -0.2244331 0.05911433 -0.8733177 -0.446852 0.1938536 -0.9237343 -0.01965391 0.382519 -0.9844051 0.08938866 -0.1514328 -0.9572741 -0.2768639 -0.08337652 -0.850795 -0.516129 0.09845268 -0.8930326 0.3111667 -0.3249916 -0.8410291 0.3367107 -0.4234138 -0.952147 0.09384441 -0.2908109 -0.9735404 -0.02075254 -0.227485 -0.9657887 -0.2320322 -0.1156957 -0.8731651 -0.4835658 0.06070131 -0.7231361 -0.364452 0.5866878 -0.470748 -0.6344493 0.6130558 -0.8305612 -0.2800683 0.4813379 -0.9837031 0.1004974 0.1488998 -0.9609974 0.1076083 0.2546769 -0.9252907 -0.1678823 0.3400372 -0.9897458 -0.1199988 0.07712024 -0.9890133 -0.05078279 0.1385845 -0.7711417 -0.5695365 0.2844935 -0.837611 -0.1692251 0.5193335 -0.8706015 -0.1020844 0.4812464 -0.7195959 -0.6566362 0.2257759 -0.5731376 -0.7078463 0.4127933 -0.7239296 -0.6486099 0.234901 -0.6151616 -0.7182226 0.3250526 -0.4333934 -0.7743461 0.4609821 -0.4499344 -0.772454 0.4481338 -0.5931273 -0.7393414 0.3186132 -0.7214881 0.6361278 -0.2733238 -0.8451796 0.4476455 -0.2919095 -0.545854 0.2184209 0.8088626 -0.3753471 0.4441969 0.8134709 -0.6163213 0.7775201 0.1247291 -0.8117008 -0.1746879 0.5572985 -0.1834467 -0.5721305 0.7993713 -0.9066744 0.172338 0.38493 -0.9783929 0.1064791 0.1770684 -0.7208472 0.06561475 0.6899625 -0.4717246 0.1375164 0.8709372 -0.9741508 -0.006073176 0.2257454 -0.9345073 -0.01486247 0.3555712 -0.5309916 -0.1399884 0.8356884 -0.7294534 -0.06787312 0.6806238 -0.8674886 0.05264443 0.494583 -0.9409162 -0.06683552 0.3318888 -0.4194769 -0.120365 0.8997162 -0.2842494 -0.03033536 0.9582507 -0.1023285 0.08267462 0.9913023 0.07696765 -0.3771783 0.9229103 -0.06216615 -0.3232825 0.9442427 -0.2567827 -0.1279946 0.9579455 0.6427198 -0.00866723 0.7660451 0.6856899 0.0673238 0.7247231 0.5541551 0.05716115 0.8304392 0.7166662 -0.01886039 0.6971343 0.7329325 -0.4050722 0.546495 0.7864315 -0.3553881 0.5051424 -0.5766167 -0.1514023 0.8028504 0.003906369 -0.2394787 0.9708853 -0.5453963 -0.2996612 0.7827388 -0.4415113 -0.3441572 0.828608 -0.01828056 -0.3631092 0.931547 -0.03955197 -0.3315531 0.9425947 -0.6237373 0.06649982 0.7787714 0.612415 -0.1011078 0.7840205 0.6355174 -0.1642811 0.754387 0.4296091 -0.400647 0.8092288 0.6230964 0.04062008 0.7810602 -0.9090853 -0.005981624 0.4164861 -0.565508 -0.06689655 0.8219856 -0.9998169 -0.01519817 -0.01107817 -0.9957885 0 -0.09140288 -0.9528489 0.01397746 -0.3030793 -0.9102756 0.06390571 -0.4089785 -0.7976318 0.4055299 0.4463942 -0.4817041 0.08905297 0.8717612 -0.5013276 0.1468551 0.8526567 -0.2952055 0.08929711 0.9512314 0.2658467 -0.01959288 0.963805 0.3352763 0.24073 0.9108249 0.1518296 0.1461531 0.9775078 0.3653676 0.1193884 0.9231544 -0.1123996 0.02612382 0.993286 0.368511 0.1357768 0.9196143 0.4130375 0.02453684 0.9103671 -0.1472213 -0.06131166 0.9871822 0.3369854 -0.1072115 -0.9353618 0.2989898 -0.07266455 -0.9514451 0.3979308 -0.1166417 -0.9099399 0.4360179 -0.1124912 -0.8928495 0.39494 -0.099002 -0.9133275 0.2922757 -0.009124994 -0.956267 0.4397717 0.01516765 -0.8979461 0.4091922 -0.03979611 -0.9115574 -0.978515 0.01812797 -0.205298 -0.9810175 0.05697804 -0.1851863 -0.65215 -0.4839931 -0.5834529 0.9012726 -0.1489303 -0.4068422 0.8948637 -0.228431 0.3834345 0.9210181 -0.2037721 0.3318583 -0.1478316 -0.98764 -0.05172884 0.3878902 -0.05557417 -0.920011 -0.9157079 0.08023315 0.3937193 -0.9912717 0.1004669 -0.08499401 -0.6890469 0.01867729 0.7244484 -0.1908322 0.06097596 -0.9797052 -0.5435346 0.08755761 -0.8347728 -0.4551531 0.1021149 -0.884518 -0.7825251 0.1232643 -0.6102786 -0.3791009 -0.02551347 0.9249855 0.03729361 -0.09955137 0.9943236 -0.06372261 -0.1107822 0.9917905 0.4911649 -0.1562242 0.8568987 -0.5537584 -0.8268074 -0.09854423 -0.9549852 -0.2965484 0.00439465 -0.5824152 -0.8071535 -0.0961638 0.4485305 -0.8356578 -0.3169957 0.3939939 -0.8748436 -0.2817164 -0.5211951 -0.8504898 -0.07052826 -0.9326457 -0.3560594 -0.0577715 0.9876095 -0.0770592 -0.1365092 0.993347 -0.028077 -0.1115452 0.9255654 0.3188269 0.2041078 0.8899503 0.4234443 0.1692556 0.9916074 -0.09424114 -0.08829003 0.5373394 0.6300241 0.560625 0.8888211 0.3457747 0.3006073 0.4104434 0.6517228 0.6377758 -0.3137608 0.7044588 0.6365856 -0.1854304 0.8228706 0.5370647 0.5449385 0.7059236 0.4523758 -0.9012726 0.3252357 0.2861415 -0.8777428 0.4188665 0.232551 -0.8782312 0.3333231 0.3428449 -0.9774468 -0.2083498 0.03372293 -0.8660237 0.4042482 0.2941984 -0.1349833 0.8629719 0.4868007 -0.8997162 -0.4279916 0.08532971 -0.770745 -0.568041 0.288522 -0.7360454 0.1469161 0.6607562 0.4583269 0.8056581 0.375164 0.8226875 0.5385907 0.1817682 -0.1016571 0.7626881 0.6386609 0.2735069 0.68099 0.6792505 0.6634114 0.6067996 0.4377575 -0.4583269 -0.8860134 0.06970423 0.3579821 -0.9230934 -0.1403851 0.3443709 -0.9080783 0.2381969 0.08429211 -0.877987 0.4711753 -0.4047365 -0.756798 0.5132298 -0.09573656 -0.004181027 0.9953917 0.6445204 -0.1452986 0.7506027 0.9788507 -0.1309244 0.1569872 0.928251 -0.2487258 -0.2764977 0.8336131 0.5276345 -0.1631519 0.5625477 -0.2455519 -0.7894223 -0.4528337 0.1142918 -0.8842128 -0.5181432 0.1824091 -0.8355663 -0.4322031 0.1578417 -0.887814 -0.4504837 0.233253 -0.8617511 -0.4936369 0.1656239 -0.8537248 -0.5120701 0.05371254 -0.8572344 0 0.03357034 -0.9994202 0 0.04779195 -0.9988403 -0.1567736 0.3071078 -0.9386578 -0.3486129 0.3989685 -0.8480789 0.004791378 0.01141387 -0.9999085 -0.6506851 0.6483657 0.3952147 -0.6428114 0.6366772 0.4258858 -0.2918485 -0.201239 0.9350261 0 0.8991668 0.4375744 -0.9709769 0.2388378 -0.01019316 -0.703238 0.1884823 -0.6854763 -0.9623402 0.2329173 0.1400799 -0.9600208 0.2766503 -0.04251223 -0.7136143 0.2096011 -0.6684164 -0.9418622 0.2758568 -0.1916257 -0.9303262 0.1886959 -0.3144017 -0.9570605 0.2763756 0.08716082 -0.9324015 0.09555345 -0.3484908 -0.974334 0.10065 -0.2013306 -0.7090976 0.03518784 -0.7042146 -0.6969207 0.07657092 -0.7130039 -0.9637135 0.1824091 -0.1947386 -0.9294107 0.07480084 -0.3612781 -0.8834193 0.09042632 -0.4597003 -0.6115299 0.02362132 -0.7908262 -0.9636219 -0.01330602 -0.2668843 -0.9895322 -0.02319401 -0.1422773 0.04525893 -0.9300516 -0.3645741 -0.9037752 0.04675436 -0.4253975 -0.08346807 -0.2483291 -0.9650563 -0.1712088 -0.4792627 -0.8607746 -0.0716269 -0.684988 -0.7249977 0.08603167 -0.8626057 -0.4984893 -0.1702017 0.3270974 0.9295023 0 0.3154698 0.948912 -0.151677 0.6266671 0.7643666 0 0.6300241 0.7765435 -0.001800537 -0.9585559 -0.2848293 0 -0.8719138 -0.4896389 0 -0.9581897 -0.2860805 -0.149327 -0.9650258 -0.2153996 -0.08505505 -0.9755852 -0.2023682 -0.07910394 0.8264412 0.55739 0.05642867 0.8724021 0.4854884 -0.8757897 0.0716269 -0.477279 0.2129581 -0.6912137 -0.6905118 -0.4989471 0.6980499 0.5135655 -0.4709616 0.2442701 0.8476211 0 0.5162511 0.8564104 0 0.8805506 0.4739219 0.5627918 -0.8215888 0.09051787 0.5192114 -0.7594226 0.3919492 -0.6230049 0.7741935 -0.1116977 0 0.9987182 -0.05023342 0 0.7813349 -0.624073 -0.6246224 0.533311 -0.5704215 -0.4033631 0.7934507 -0.4557329 -0.5088351 0.1637318 -0.8451186 -0.5657216 0.1644337 -0.8080081 0 0.144383 -0.9895017 0.1769463 -0.3646351 0.9141514 0 0.0114749 0.9999085 -0.03152561 0.250618 -0.9675588 0.135258 -0.4239631 -0.8955046 0.7029023 0.05639815 -0.709006 0.6654561 -0.2455824 -0.704825 0.8265023 0.03878897 -0.5615711 0.2444838 0.7408368 -0.6255684 0.3441877 -0.6576739 -0.6700339 0.4799951 -0.6721091 -0.5637685 -0.5612049 0.3766595 -0.736961 -0.694113 0.6431471 -0.3232825 -0.618305 0.1274453 -0.7755059 -0.6154668 0.1284219 -0.7776116 -0.5645314 0.2335886 -0.7916501 0 0.3168126 -0.9484543 0 0.1775261 -0.9840999 -0.9403668 0.1523483 0.3040864 -0.8390759 0.5196692 -0.1607715 -0.9135411 0.0803247 0.3986633 -0.8198493 -0.1091341 0.5620289 0.9182409 -0.3953368 -0.02240055 0.7109287 -0.6055483 0.3575854 0.8933073 -0.448439 -0.02948087 0.8989227 -0.1626026 -0.4067812 0.3589892 -0.7197791 0.5941343 -0.1554918 -0.6535844 0.7406537 -0.1161229 -0.7464522 0.6552019 0.2548295 -0.7867672 0.5621204 0.6385998 -0.6885892 0.3434858 -0.5302286 -0.07177948 0.8447829 0.08474987 -0.2238227 0.9709159 -0.5153051 -0.04147464 0.8559831 -0.3904843 -0.01217687 0.9204993 0.0298776 -0.3452864 0.9379864 7.32444e-4 -0.1825922 0.9831538 -0.3116855 0.01571702 0.9500412 -0.4440748 0.04797506 0.8946806 9.15555e-5 -0.0137028 0.9998779 -1.22074e-4 0.2268746 0.9739067 0.9254738 -0.113712 0.3612781 0.9275186 -0.2119815 0.3078097 0.3500778 -0.1329691 0.9272134 0.9435102 -0.07040619 -0.3237404 0.373394 0.1103854 0.9210487 0 0.1257973 0.9920347 0 0.2489395 0.9685049 0.4332408 0.308359 0.8468582 0.8378857 -0.05609297 -0.5429243 0.9042329 -0.1257362 -0.4080325 0.9595324 -0.08383435 -0.268746 0.8894925 -0.07184052 -0.4512467 -0.119602 0.5116733 0.850795 -0.4115116 0.3637501 0.8356273 0.1395306 0.5168615 0.8445997 0.1817682 0.3994262 0.898526 -0.4952543 0.1742912 0.8510697 -0.4358348 0.135197 0.8897977 -0.01562547 0.421308 0.9067659 -0.4250313 0.1182287 0.8973968 -0.4318674 0.07699817 0.8986175 -0.388226 -0.03820914 0.9207434 -0.1229895 -0.0055238 0.9923704 -0.4112674 -0.005371212 0.9114658 0 -0.02893149 0.9995728 0 -0.0303964 0.9995117 -0.3633839 -0.04251223 0.9306619 -0.4257943 0.03509628 0.9041109 0 0.04385507 0.9990234 0 0.001983702 0.9999695 0.5982543 -0.1006195 0.7949461 -0.1381878 -0.01580858 0.9902646 0.7582324 -0.1311991 0.6386303 -0.2546769 0.01248204 0.9669179 -0.3063143 0.0242927 0.9515976 0 0.03537094 0.9993591 9.15555e-5 0.02386546 0.9996948 2.1363e-4 -0.06744587 0.9977111 -0.2066408 -0.06997895 0.9758904 0.008270502 -0.1066927 0.994232 0.9347209 -0.15833 0.318125 0.3113803 -0.2433241 0.9185766 0.4645833 -0.4495376 0.7629017 0.9030427 -0.417188 -0.1021149 -0.3250526 -0.002197325 0.9456771 -0.3335368 -0.01965391 0.9425032 0 -0.009857475 0.999939 0 0.005859553 0.9999695 -0.3455306 -0.03335672 0.9378033 -0.8466445 0.4008301 -0.3499863 -0.574572 0.6483047 -0.499527 -0.6551103 0.679281 -0.3307291 -0.9034395 0.3966186 -0.1626026 -0.5685598 0.230018 -0.7897885 -0.4786523 0.2578814 -0.839259 -0.394055 0.5354778 0.7469405 0.1614429 0.8939482 -0.418012 0.01239049 0.9036836 -0.4279611 -0.8306833 0.422132 0.3629567 0.4260994 0.5131382 0.7450484 0.8538774 0.3754082 0.3604236 0.1297037 0.8608356 -0.4920194 -0.04910427 0.8864712 -0.460097 -0.02771079 0.5377361 0.842616 -0.439375 0.5306559 0.7247841 -0.1199072 0.8567767 -0.5015412 -0.5550096 -0.32078 -0.767449 -0.8424634 0.3895382 0.3720816 0.3719901 -0.4053163 -0.8350475 -0.1461226 -0.9665822 0.2106082 0.8610492 -0.2424085 -0.4470046 -0.07956171 -0.4225288 -0.9028291 -0.5205543 -0.3056429 -0.797235 -0.9157384 -0.03353983 -0.4003113 -0.3500778 -0.2674642 -0.897702 -0.8774987 -0.07412946 -0.4737388 -0.1888485 -0.9600208 0.2065798 -0.008514642 -0.3535569 -0.9353618 0.3725394 -0.2842494 -0.8833888 0.2299569 -0.951384 0.2048097 0.868923 -0.106418 -0.4833216 0.03140354 -0.9860836 0.163213 0.45262 -0.1647389 -0.876339 0.889645 0.05517745 -0.4532609 0.04379403 -0.2832118 -0.9580065 -0.3266091 -0.2266609 -0.917539 -0.8472549 -0.1218299 -0.5169836 -0.9772637 0.2114627 -0.01388591 0.9995422 0.00955224 -0.02758872 0.002960264 -0.9857784 0.1679128 -0.9889523 0.147557 0.01306188 -0.2308725 -0.922483 0.3092746 -0.1414838 -0.967864 0.2078005 0.9907529 0.1356548 0.001953184 0.1813715 -0.9041719 0.3867 0.4392834 -0.450087 -0.7774285 0.1417279 -0.9612415 0.2364574 -0.9977416 0.02600175 -0.06152528 -0.1424909 -0.9280374 0.3441267 0.9630421 0.2692343 0.00540173 0.2475356 -0.8770714 0.4115726 0.3357036 0.191351 -0.9222999 0.2509232 -0.9298074 0.2691733 0.7780084 -0.6191595 -0.106357 0.8843654 -0.3795587 0.2716147 0.639729 -0.5039522 -0.5803095 0.3375042 -0.05557417 -0.9396649 -0.2440565 -0.9165319 -0.3167821 0.7311624 0.02203434 0.681814 0.4364452 0.3122044 0.8438063 0.2675558 0.09454631 0.9588611 0.1211279 0.5595569 0.8198493 0.3578906 0.8039796 -0.474868 -0.7060457 0.17481 -0.6862087 -0.9606311 0.05734425 -0.2717978 -0.7032685 0.3576159 -0.6143682 -0.02243107 0.9706717 0.2393261 -0.1861324 0.9614246 0.2023682 -0.7566759 -0.4496902 0.4745018 -0.9597156 -0.2435682 0.1399273 0.9552294 0.2668233 0.1275979 0.7629933 -0.1143223 0.6361584 -0.5051119 0.7948546 0.3361614 -0.4076662 0.7566149 0.5111851 0.1689504 -0.4708396 0.8658711 -0.3697012 -0.557268 0.7434614 -0.6150395 -0.3606982 0.7011322 -0.4263741 0.04843282 0.9032258 0.3345134 -0.3137913 0.8886075 0.1867427 0.8399915 0.509415 -0.3784295 0.1329081 0.9160131 0.2388378 -0.3028962 0.9225745 0.2352977 0.7463607 0.6225166 0.2370983 -0.09735405 0.9665822 0.4334849 -0.122898 0.8926969 0.9884945 -0.1309854 0.07528913 -0.3997314 0.4506974 0.7981506 -0.5436262 0.2967925 0.7850582 0.1880245 0.8965423 0.4010132 0.2148503 -0.1405682 0.9664602 0.3794366 0.2787865 0.8821986 0.7114475 0.07821893 0.6983246 -0.7961059 0.2256844 0.561449 0.04977566 0.170751 0.9840388 0.142796 0.9894101 0.02490305 -0.9593188 0.2502823 0.1305581 -0.7685476 0.3487655 0.5363628 -0.7233497 0.3923155 0.5681631 0.8588519 -0.01181066 0.5120396 0.9986877 -0.02758872 0.04251223 -0.9172033 0.2518693 -0.3086032 -0.03415018 0.2490005 -0.9678946 -0.8720664 0.4890591 0.01562547 0.8930937 0.01272618 -0.4496597 0.8125553 0.05575728 -0.5801569 0.9537034 0.07718127 -0.2905668 0.0414136 0.2363048 -0.9707938 0.0788598 0.9966124 -0.02258366 -0.861507 0.2175359 -0.4587237 -0.9759209 0.2179937 -0.00665301 -0.6934111 0.2671591 -0.6691489 -0.8696249 0.2211676 0.4413587 0.09723192 0.2942594 0.9507431 -0.9009369 0.2468642 0.3568224 -0.8104496 0.4403821 0.3862728 0.5326396 0.8404187 0.09982603 0.4967193 0.8092288 -0.3136387 0.4382153 0.8446913 -0.3072909 0.4314707 0.8755455 0.2172918 0.3468428 0.6827906 0.6429945 0.9548021 0.07040619 0.2887051 0.9988403 0.0421155 0.02197331 0.3997924 0.6828822 -0.6113773 0.1884823 0.3494675 -0.9177832 0.06357002 0.4719382 -0.8793298 0.280404 0.7132481 -0.6423231 -0.1861019 -0.08468884 -0.9788507 -0.3411969 0.005615353 -0.9399396 -0.0305795 0.2640156 0.9640187 0.1935788 0.6588336 0.7269204 -0.1239662 0.2668843 0.9556871 -0.3763542 -0.1610462 0.9123508 -0.6238288 -0.4491104 0.6396069 -0.6828212 -0.4387951 0.5841243 -0.8243965 -0.5349895 0.184759 -0.548204 -0.022309 0.8360241 0.1687063 -0.1694387 0.9709769 0.1530503 0.9511704 0.2679525 -0.8935209 0.113834 0.4343089 -0.5543077 0.09314244 0.8270516 0.7439802 -0.1964781 0.6385998 0.9945372 -0.08343756 0.0622577 0.6557207 -0.2023072 0.7273781 0.7303079 -0.1860408 0.6572772 -0.9720756 0.2333445 0.02441477 -0.9043245 0.1916868 0.3813288 0.8787195 0.06259346 -0.4731284 -0.1050752 0.4510636 -0.8862575 0.8961455 0.05041652 -0.4408398 0.8876308 0.06057924 -0.4565263 0.8707541 0.07116913 -0.4864956 0.5104831 0.6350597 0.5796991 0.8735008 0.3450422 0.3433333 0.1648305 0.7500839 0.6404309 -0.2707297 0.7682424 0.5800348 -0.7793512 0.5550401 0.2907193 0.3816339 0.2954497 0.8757897 0.8124638 0.3431806 0.4712973 -0.3072909 0.9410383 -0.1413312 -0.5231483 0.1344035 0.8415479 -0.04080319 0.1839961 0.9820551 -0.4245735 0.8887295 -0.1728263 -0.3378094 0.5012055 -0.7966247 0.4713279 0.216895 0.854854 0.8959624 0.1778923 0.4068728 0.3199866 0.2983795 -0.8991668 -0.4870754 0.212714 0.8470413 -0.02194279 0.2013916 0.9792474 0.3346049 -0.3378399 -0.879696 0.1269569 -0.9199805 0.3707999 0.8796655 -0.2121952 -0.4255806 0.3454695 -0.2575762 -0.9023713 -0.03958249 -0.2384411 -0.970336 -0.04934841 -0.3585314 -0.9321879 -0.462447 -0.2658162 -0.845851 -0.9071016 -0.02380442 -0.4201788 -0.3681448 -0.8104801 0.4555498 -0.2081972 -0.937315 0.2794275 -0.4506058 -0.1727958 -0.8758202 -0.9163793 -0.01486247 -0.3999756 0.4778283 -0.2642903 -0.8377331 0.2382274 -0.9366436 0.2566912 0.9146092 -0.09405803 -0.3932005 0.08438366 -0.9740593 0.2098758 0.5611133 -0.1133152 -0.8199103 0.4749596 -0.8556169 0.2056032 0.929014 0.09585863 -0.3573107 0.08105713 -0.2462233 -0.9657887 0.3309122 -0.9349651 0.1277199 -0.3783684 -0.2091433 -0.9016999 -0.8752709 -0.08740496 -0.4756309 -0.968627 0.2484817 -0.00125122 -0.3051241 0.2814112 -0.9097568 -0.2183904 -0.9154943 0.3378094 0.9967345 0.04104739 0.0693075 0.01416057 -0.8781701 0.4780725 0.8891263 -0.2249825 -0.3985107 -0.9936827 0.08966338 0.06723225 -0.8871731 0.1784112 0.4255196 -0.1923887 -0.9792779 0.06289863 -0.1080965 -0.9860836 0.1260719 0.9979248 0.06213563 0.01586961 -0.9989318 0.01876884 -0.04214602 -0.9266945 0.07626575 0.3679311 -0.1247291 -0.991699 -0.03082364 0.9692984 0.239906 0.05325478 0.3671682 -0.9300211 0.01409953 0.3578295 -0.9228187 0.1425519 0.865566 -0.4328135 0.2518693 0.8189337 -0.2165593 0.5314188 0.7042452 -0.454207 0.5456099 0.8439283 -0.4950712 0.2064882 0.884518 -0.4296396 -0.1816156 0.6651815 -0.1206396 -0.7368389 -0.06195253 -0.9947508 -0.08114868 0.4996185 0.1189611 0.8579974 0.7032685 0.6946318 -0.1512192 -0.159215 -0.04333627 0.9862667 0.2691428 -0.2570574 0.9281289 -0.5225685 -0.8524735 -0.01306188 -0.1404461 -0.9537644 0.2656636 0.7065646 -0.7053133 0.05716115 0.7751091 -0.5031587 -0.3820612 0.7288736 -0.6831874 -0.04388558 0.350383 -0.9182409 0.1844539 -0.8182623 -0.5741142 -0.02804648 -0.5739006 -0.5994446 0.5579089 0.5311747 -0.8238777 -0.1974852 -0.07965326 -0.9103977 0.4059267 0.8303171 -0.5550096 0.04977566 -0.665212 -0.7279275 -0.1660817 0.5348369 -0.5841548 0.6104618 -0.1160008 -0.8688925 0.4811853 -0.3055818 -0.2370678 0.9221473 -0.0755943 -0.1582384 0.9844966 0.1716361 -0.2065187 0.9632557 0.4119694 -0.4044923 -0.8164922 -0.233314 -0.9597461 0.1562547 0.07156586 -0.7181616 0.6921293 -0.01702928 -0.6882229 0.7252724 0.0743736 -0.5723441 0.8166143 0.1528367 -0.6805933 0.7164831 0 -0.8827784 0.4697714 0 -0.9948729 0.1009247 0.1375469 -0.02386546 -0.9902036 0.2287057 -0.03680527 -0.9727775 -0.06772053 0.003997921 -0.9976806 -0.09414958 0.007110774 -0.9955138 -0.1045869 0.003997921 -0.9944761 -0.06720173 -0.01547288 -0.9975891 0.03463846 -0.08127075 -0.9960631 0.5889768 -0.615833 0.5232704 0.7223426 -0.3328654 0.6060976 0 -0.3556322 0.9345683 0 -0.8370007 0.5471358 0 -0.9883419 -0.1521958 0.7014985 -0.2173223 0.6787011 0.6634419 -0.1879635 0.7242043 0.9707938 -0.2377392 0.03173923 0.970336 -0.2282784 0.07947015 0.8616291 -0.3061006 -0.404767 0.4809412 -0.1316263 -0.8667867 0.4887234 -0.1221656 -0.8638264 0.4911649 -0.05993831 -0.8689841 0.4751427 -0.09628587 -0.8745995 0.765801 -0.1100803 -0.6335642 0.7618641 -0.1269875 -0.6351512 0.4758141 -0.1163671 -0.8717917 0.4461501 -0.09375286 -0.8900113 0.5082247 -0.1754814 -0.8431349 0.5250099 -0.2619099 -0.8097782 0.3867 -0.1898556 -0.9024323 0.4206671 -0.1164891 -0.8996857 0.2746971 -0.2313303 -0.933256 0 -0.2650227 -0.9642323 0 -0.1627247 -0.9866634 0.3532518 -0.1429792 -0.9245277 0.5975524 -0.09204381 0.7965026 0.562273 -0.1599169 0.811304 0.6234321 -0.1369365 0.7697684 0.5806452 -0.1708121 0.7960143 0.8873257 -0.2122867 0.4093142 0.1141392 0.8726463 0.4747765 0.3531602 0.8963897 0.2677694 0.2508926 0.9490646 -0.190527 0.04336678 0.8099918 0.5847957 0.004577755 0.6320384 0.7748955 0.06390571 0.2958769 0.9530625 0.06015193 0.103885 0.9927366 0.01901298 -0.02734458 0.9994202 0.4037293 0.2495803 0.8801538 0.1912289 -0.2460402 0.9501938 0.6895352 0.7150792 0.1147801 0.9136021 0.3899044 0.1150853 0.7053133 0.6309397 0.3230994 0.9435408 0.07882928 0.3216345 0.698233 -0.2405164 0.6742149 0 0.9999085 0.01278722 0.9942015 0.1007416 0.0368663 0.5676443 0.04251223 -0.8221381 0.5000153 0.05999934 -0.863918 0.4701986 0.07177948 -0.8796045 0.4177069 -0.03271579 0.9079562 -0.519364 -0.1128879 0.8470413 -0.5406354 -0.423658 0.7267678 0.4622638 -0.5249489 0.7146214 0.1242713 -0.4486221 0.8850063 0.8836329 -0.4496902 0.1299783 0.6868496 -0.7233192 0.07080292 0.633076 -0.6534624 -0.4148991 0.8467361 -0.4048585 -0.3450728 0.869686 -0.3168126 -0.3784601 0.3063448 -0.1019623 -0.9464095 0.2500992 -0.1932126 -0.9487289 -0.2795495 0.3342692 -0.9000519 0.2745445 -0.05594038 -0.9599292 0.2659383 -0.0509659 -0.9626148 0 -0.457564 0.8891568 0 -0.3057039 0.9521164 0.8131962 0.2230293 0.537492 0.7076327 0.21601 0.6727195 0.8662984 -0.08163696 0.4927824 0.6048769 -0.1307412 0.7854854 0.5327311 -0.3381756 0.77575 0.7408673 0.1858272 0.6454054 0.9618213 0.1366924 0.2370678 -0.6339 -0.7733696 0.001892089 -0.5700858 -0.7368389 -0.3633229 0.6828212 -0.7271035 0.07098603 0.6689352 -0.6642354 -0.3335063 -0.6757714 -0.683462 -0.2759484 -0.5809198 -0.8138676 -0.009582757 -0.1052888 -0.9305093 0.3507797 0.7901242 -0.5498215 -0.2707602 -0.6082949 -0.6844081 -0.4018678 0.5752739 -0.8178961 -0.006866633 0.5754876 -0.7338786 -0.3607593 -0.7819758 -0.5562914 -0.281045 0.1807916 -0.9272134 0.3279519 -0.8277536 -0.5610828 0.002319395 0.5813166 -0.797235 -0.1626636 -0.7445296 -0.532487 -0.4026002 -0.3715628 -0.6016114 -0.7070528 -0.04467904 -0.5995361 -0.7990661 0.2994781 -0.6393628 -0.7081515 -0.2477797 -0.7344279 -0.6317942 0.02838218 -0.6810206 -0.7316813 0.342967 -0.6895962 -0.6377758 -0.2818384 -0.6794336 -0.6774194 0.01086455 -0.6708884 -0.7414472 0.2839747 -0.7248756 -0.6275826 -0.1144749 -0.6860866 0.7184057 0.04354989 -0.5992004 0.7993713 0.193701 -0.675985 0.7109592 0.7212134 0.2110965 0.6597186 0.7558214 0.150029 0.637318 0.3822138 -0.4933317 0.7813349 0.3815424 -0.4850001 0.7868587 0.9963988 0.05380409 0.06524854 0.622303 -0.568804 0.5377361 0.7030244 -0.01818901 0.7108982 0.6715293 0.262093 0.6930449 0.6625874 0.06509596 0.7461165 -0.5357829 -0.6647847 0.5205543 -0.460738 -0.6246224 0.6304819 -0.4132206 -0.6774499 0.6084781 -0.1265907 -0.9681082 0.2160405 -0.2810145 -0.05996882 -0.9577929 0.02319401 -0.1924497 -0.9810175 0.7069308 0.5359355 -0.4615009 0.2678304 -0.4031495 -0.8750267 0.5306254 -0.6731163 -0.5150609 0.4809107 -0.8701132 -0.1075167 -0.9932249 0.0964995 0.06463819 -0.9820857 -0.1025727 0.1579332 -0.1779534 -0.1449934 0.9732658 -0.4445936 0.3358562 0.8303476 -0.9009064 -0.3227332 0.2900479 0.3031709 -0.6054262 -0.7358623 0.1902219 -0.8478042 -0.4949797 -0.4578387 -0.765923 0.4513077 -0.4489273 -0.7031465 0.5513474 -0.4487747 -0.7045809 0.5496383 -0.3791009 -0.8989532 0.219367 -0.2545854 -0.6088138 -0.7513047 0.07736438 -0.8449965 -0.5290994 0.08566546 -0.993408 -0.07574689 -0.9995422 0.02780234 0.01071196 -0.4732505 0.7633595 0.4396497 -0.9237648 -0.1743522 0.3409222 0.826899 0.3279214 0.4567705 0.5109714 0.3183996 0.7984253 0.1430402 0.2923978 0.9455245 -0.2904141 0.1305581 0.9479354 -0.678518 -0.1217688 0.7243874 -0.3373821 0.8290963 0.4457839 0.9916074 0.02023375 -0.1276589 0.9683218 -0.2486648 0.02185124 -0.2907193 -0.9526048 0.08923608 0.9205298 -0.3232825 0.2192144 0.5541246 -0.5280923 0.6434217 0.1703543 -0.2411267 -0.9554125 0.5818659 0.7876217 0.2025818 0.1068148 -0.5274209 0.8428297 0.1561632 -0.02404856 0.9874264 0.9291055 0.1919919 0.3159887 0.4747154 0.4718772 0.7429121 0.5250099 0.3772393 0.7629017 0.4026307 0.7313761 0.5504013 0.2027649 0.643788 0.7378155 0.3461104 0.5519578 0.7585986 0.2295297 0.432905 0.8717002 0.2967925 0.3357952 0.8939482 0.4015625 0.5035554 0.7649465 0.9119236 0.03299045 -0.4089785 0.828547 0.07220679 -0.5551927 0.7937559 0.04959255 -0.6061586 0.9957885 0 -0.09140288 -0.5913877 -0.009186029 0.806299 0 -0.002471983 0.9999695 0 0.008972406 0.999939 0.9891659 0.01605272 -0.1458479 0.9528489 0.01397746 -0.3030793 0.9995117 0.02533036 0.01739555 0.08520764 0.08478039 0.9927366 0 0.1060518 0.9943541 0 0.1190527 0.9928587 0.3539537 0.0730918 0.932371 0.9090853 -0.005981624 0.4164861 0.9998169 -0.01519817 -0.01107817 0.4499649 -0.002349913 0.8930326 0.03033536 -0.01849418 0.9993591 0.835139 0.08755761 0.5429853 0.9931638 -0.01379436 -0.1157262 0.4203925 0.1053804 0.9011811 0.865627 0.1276894 0.4840846 0.2524796 0.1711783 0.9523301 0 0.1976379 0.9802545 0 0.2219001 0.9750359 0.5013581 0.1468551 0.8526567 0.9869991 0.03918576 0.155797 0.959624 -0.04763936 0.2771691 0.4817041 0.08905297 0.8717612 0.2952361 0.08929711 0.9512314 0.8740501 0.1409955 0.4648885 0.973632 -0.05459761 -0.2213507 0.8252816 0.2066713 0.5254677 0.2039247 0.3048799 0.9302957 0 0.3295693 0.9441206 0 0.3507797 0.9364299 0.5214698 0.244148 0.8175604 0.3993652 0.2181768 0.8904386 0.5843074 0.6147344 0.5297403 0.8058718 0.1729179 0.5662099 0.990051 0.083346 0.1131016 0.9906308 0.09561449 -0.09726244 0.5187842 0.1738334 0.8370312 0.3761711 0.1746879 0.9099094 0.8577227 0.189642 0.4777978 0.9973144 -0.004028439 -0.07296973 0.401532 0.2689291 0.8754234 0.8142644 0.2471999 0.5251625 0.06115907 0.3515732 0.934141 0 0.3575243 0.9338664 0 0.3748283 0.9270608 0.1379131 0.3494369 0.926725 -0.4538713 0.2684713 0.8496353 0.03198337 0.3545335 0.9344767 0.9883114 0.1007416 0.1141392 0.2257149 0.3236488 0.9188207 0.2126224 0.3207495 0.9229713 0.0808435 0.3807795 0.9211097 0.07928705 0.3809626 0.9211707 0.9763787 0.1518601 0.1536301 0.760033 0.3126011 0.5697196 0.986755 0.07040619 -0.145909 0.1779229 0.3498032 0.9197363 0.6555987 0.4322031 0.619129 0.8750572 0.3565172 0.3272805 0.6756188 0.5660879 0.472274 0.5960875 0.5239418 0.6083559 0.5206763 0.416242 0.7453841 0.5522325 0.751854 0.3601489 0.5151219 0.7994018 0.3091525 0.5270852 0.7476425 0.4039125 0.7176427 0.6916715 0.08093506 0.7593616 0.6506241 -3.05185e-4 0.6647847 0.7398908 0.1027863 0.5798517 0.7999207 0.1544541 -0.4623859 0.8712119 0.1647389 0.6132084 0.7845088 0.09204381 -0.9078952 0.3825495 0.1713614 -0.7672048 0.6253853 0.1422467 0.2183294 0.9758599 0.003570616 -0.8547624 0.4645833 0.2313608 0.6041749 0.7538682 0.2580645 0.5769219 0.7940917 0.1911679 0.6847133 0.6586199 0.3120213 0.5932493 0.7253029 0.3492233 0.6349681 0.6856288 0.3559069 0.7272256 0.6213569 0.2915433 0.111423 0.9812616 -0.1569872 0.7306742 0.6778161 0.08130127 0.6447951 0.7503891 0.1452986 0.6990265 0.7150182 -0.007690608 -0.9089938 0.4166997 -0.008514642 -0.985931 -0.09375286 0.1383098 -0.7258217 0.661977 -0.1868648 -0.6687521 0.7185583 -0.1907407 0.760094 0.648793 -0.03588974 0.7054048 0.7072665 0.0458998 0.6061891 0.7870724 0.1139866 0.6019471 0.7924131 0.09833061 0.6293527 0.7679983 0.1185339 0.05041652 0.979339 0.1957457 -0.5377361 0.8198187 0.1967223 -0.5009613 0.8383435 0.2148503 -0.6922208 0.6997284 0.176519 -0.8116398 0.5529038 0.1883297 -0.7030854 0.6752526 0.2228156 0.4650716 0.3278909 0.8222907 0.4471267 0.3881955 0.8058108 0.2997223 0.4112979 0.8607746 0.4124882 0.3205664 0.8526567 0.3395795 0.2559282 0.9050569 -0.9217811 0.2588885 0.2885525 -0.8680074 0.3598132 0.3421125 -0.7621998 0.4653157 0.4499649 -0.8075808 0.4312876 0.4022035 0.02941983 0.6734825 0.738609 0.7061068 0.3380841 0.6221504 0.6771447 0.3356121 0.6548357 0.0150761 0.4887539 0.8722801 0.4766381 0.4013489 0.7820978 0.371868 0.9167455 -0.1456953 0.599292 0.4479202 -0.6634419 0.1283303 0.5969116 -0.7919553 -0.2707907 0.7885373 -0.5521409 -0.1763359 -0.1963561 -0.9645375 0.5120701 0.05371254 -0.8572344 0.5181738 0.049501 -0.8538163 0.6506851 0.6483657 0.3952147 0.9709769 0.2388378 -0.01019316 0.9619129 0.2524796 -0.104709 0.9600208 0.2766503 -0.04251223 0.9623402 0.2329173 0.1401104 0.9683218 0.2414319 0.06366157 0.9418622 0.2758568 -0.1916257 0.9303262 0.1886959 -0.3144017 0.9621571 0.2633137 -0.06970423 0.9324015 0.09552294 -0.3484908 0.6969207 0.07657092 -0.7130039 0.7090976 0.03518784 -0.7042146 0.9731437 0.02752768 -0.228492 0.9519333 0.04333627 -0.3031709 0.7358928 0.02206486 -0.6766869 0.9294107 0.07480084 -0.3612781 0.8834193 0.09042632 -0.4597003 0.941435 0.1041597 -0.320658 0.9793695 0.07174897 -0.1886959 0.9716483 0.03811758 -0.233314 0.9094211 -0.08099609 0.4078494 0.7726677 -0.1557664 0.6153752 0.4195075 -0.1312296 0.8981903 0.1069979 0.1012299 0.9890744 -0.352977 -0.1844844 0.9172338 -0.281991 -0.2945952 0.9130527 0 0.4582964 0.8887906 0.4380627 0.3415327 0.8315073 0.4148076 -0.05191195 0.908414 0.7924742 0.03027433 0.6091189 -0.2340159 -0.1249732 0.9641408 0.9636219 -0.01330602 -0.2668843 0.9926756 -0.1037019 -0.06152528 0.9037752 0.04675436 -0.425367 -0.04525893 -0.9300516 -0.3646046 0.9802545 -0.1407208 0.1387371 -0.01144438 -0.9760125 -0.2172918 0.1702017 0.3270974 0.9295023 0.1562547 0.122074 0.9801325 0.001831054 -0.9585559 -0.2848293 0.08505505 -0.9755852 -0.2023682 0.149327 -0.9650258 -0.2153996 0.8757897 0.0716269 -0.477279 0.9116795 0.09851372 -0.3988769 0.5429243 -0.05105745 -0.8381909 -0.2129886 -0.6912137 -0.6905423 0.4989776 0.6981109 0.5134434 0.4711142 0.2444533 0.847499 0.3132725 0.7621693 0.5664846 0.6230354 0.774163 -0.1116672 0.6246529 0.5332804 -0.5704215 0.5065767 0.1430097 -0.8502151 0.4922941 0.1546068 -0.856563 0.5206153 0.123722 -0.8447218 0.5230873 0.09051787 -0.847438 0.5088657 0.1637318 -0.8451186 0.002655088 0.3360698 0.9418012 -0.03463846 -0.5670949 0.8229011 -0.1769768 -0.3646656 0.9141514 0.2735984 0.3880733 0.8800623 -0.2755821 -0.9328593 0.2319101 -0.6086307 -0.4896084 0.6243477 -0.5123752 -0.8568987 0.0563066 -0.7822199 -0.4374828 0.443434 -0.7259743 -0.04358041 0.6863002 -0.2139958 0.5701163 0.7931761 -0.8339793 -0.09427165 0.5436567 -0.3110141 0.6728416 0.6712241 0.5112156 0.7144688 0.4776147 0.622303 0.696585 0.3570361 0.5645619 0.2335886 -0.7916196 0.9403668 0.1523483 0.3040864 0.7668691 0.5471358 -0.3353984 0.1611682 0.6046633 -0.7799921 0.1427655 0.6152226 -0.7752922 -0.3847774 0.3953368 -0.8340404 -0.7595447 0.0961638 -0.6432996 -0.910062 -0.1329081 -0.3925291 -0.9182409 -0.3953062 -0.02240055 -0.8933073 -0.4484084 -0.02948087 0.3916745 -0.01214635 0.920011 0.3126011 0.01583909 0.949736 -0.02999967 -0.3455611 0.9378948 0.444441 0.0482192 0.894467 -0.891171 -0.4143803 0.1845759 -0.003326475 -0.9930723 0.1173437 0.03494364 -0.2898648 0.9564196 -0.373394 0.1103854 0.9210487 -0.1663869 -0.006042659 0.9860225 0.3882565 -0.03820914 0.9207434 0.4112674 -0.005371212 0.9114658 0.1229895 -0.0055238 0.9923704 0.4258248 0.03509628 0.9041109 0.2550737 0.01235997 0.9668264 0.3064364 0.02417063 0.9515671 0.3250831 -0.002227842 0.9456771 0.8465834 0.4008606 -0.3500778 0.574572 0.6483047 -0.499527 0.4786523 0.2578814 -0.839259 0.9104282 0.3245949 -0.2562944 0.903409 0.3966796 -0.1626331 0.9326457 0.3029267 -0.1958983 0.394055 0.5354778 0.7469405 -0.01242101 0.9037141 -0.4279305 -0.1614124 0.8939482 -0.418012 0.8306833 0.422132 0.3629567 -0.3590503 0.5847346 0.7273781 0.01855522 0.856502 -0.5157628 -0.7844173 0.4980316 0.3696097 0.04477065 0.5406965 0.8399915 0.2200995 0.8685568 -0.4440138 0.504471 0.46498 0.7275002 0.2594684 0.8635823 -0.4322947 -0.004333615 0.2632832 0.9646901 0.9123203 0.2584918 0.3175145 0.4116337 -0.03274631 -0.9107334 -0.4260994 0.5131382 0.7450484 -0.8538774 0.3754082 0.3604236 0.02771079 0.5377361 0.842616 0.439375 0.5306559 0.7247841 0.8424634 0.3895382 0.3720816 -0.3725394 -0.2842494 -0.8833888 -0.868923 -0.106418 -0.4833216 -0.2299264 -0.951384 0.2048097 -0.03140354 -0.9860836 0.163213 -0.45262 -0.1647084 -0.876339 -0.889645 0.05517745 -0.4532609 -0.04379403 -0.2832118 -0.9580065 0.3266091 -0.2266609 -0.917539 0.8472549 -0.1218299 -0.5169836 0.9772637 0.2114627 -0.01388591 0.193762 -0.9674978 0.16245 0.3331095 0.1554918 -0.92996 0.9889523 0.147557 0.01306188 0.2308725 -0.922483 0.3092746 0.1414533 -0.967864 0.2078005 -0.9907224 0.1356548 0.001953184 0.9977416 0.02600175 -0.06152528 0.1424909 -0.9280374 0.3441267 -0.9630421 0.2692343 0.00540173 -0.3357036 0.1912595 -0.9222999 -0.2475661 -0.8770714 0.4115726 -0.2509232 -0.9298074 0.2692038 0.2071901 0.4829554 -0.8507645 0.8720359 -0.4088565 -0.2688986 -0.07812738 0.286935 -0.9547411 0.6031068 -0.5789056 -0.5486923 -0.3375042 -0.05557417 -0.9396649 0.2440565 -0.9165319 -0.3167821 -0.7311624 0.02203434 0.681814 -0.6641438 0.5266579 -0.5305643 -0.2675558 0.09454631 0.9588611 -0.4364452 0.3122044 0.8438063 -0.1211279 0.5595569 0.8198493 -0.3578906 0.8039796 -0.474868 -0.546617 0.6881924 -0.4770043 0.7060457 0.17481 -0.6862087 0.6150395 -0.3606982 0.7011322 0.5087741 -0.5270242 0.6806543 0.7637257 -0.2199469 0.6068606 0.8198493 -0.1091341 0.5620289 0.1038545 -0.06418043 0.9924924 0.3326212 0.2153691 0.9181188 0.2822046 0.2718589 0.920011 0.3044221 0.7053438 -0.6401258 -0.01574754 0.7676016 -0.6407056 -0.9714347 0.03015226 -0.2352977 -0.1834467 0.8644673 0.4679708 0.7961059 0.2256844 0.561449 0.9593188 0.2502823 0.1305581 -0.04977566 0.170751 0.9840388 0.7233497 0.3923155 0.5681631 0.7685171 0.3487655 0.5363628 0.8422498 0.2358775 0.4847255 -0.8588519 -0.01181066 0.5120396 -0.737022 0.1812189 0.6510819 0.9172033 0.2518693 -0.3086032 0.9275491 0.2527848 0.2751244 0.859035 0.278634 -0.4293649 -0.9537034 0.07718127 -0.2905668 -0.9988403 0.0421155 0.02197331 -0.04138308 0.2363048 -0.9707938 -0.7924742 0.5767083 -0.1984008 -0.9777215 0.2092043 -0.01580858 0.861507 0.2175359 -0.4587237 -0.9548021 0.07040619 0.2887051 -0.09723192 0.2942594 0.9507431 -0.975341 0.08624529 0.2031311 -0.9272134 0.1255531 0.3528245 -0.8188116 0.1604663 0.5511338 -0.9652699 -0.002685606 -0.2611469 -0.9947203 0.05581831 0.08597064 -0.9076815 0.195532 0.3712577 -0.02465891 0.528367 0.8486282 0.7950682 0.421247 0.4362926 0.9572131 0.289346 0.003082334 0.548204 -0.022309 0.8360241 0.8935209 0.113834 0.4343089 -0.1687063 -0.1694387 0.9709769 0.5543077 0.09317296 0.8270516 0.7312235 0.05056911 0.6802576 -0.7439802 -0.1964781 0.6385998 -0.6557207 -0.2023072 0.7273781 -0.8787195 0.06259346 -0.4731284 -0.9945372 -0.08343756 0.0622577 0.8896756 -0.4176153 0.1844539 -0.03579819 -0.2899563 0.9563586 -0.2352672 -0.1729484 0.9563891 0.1702933 -0.9429304 0.286111 0.3781548 -0.624073 -0.6837062 -0.5104831 0.6350597 0.5796991 -0.2668538 0.7206336 -0.6398511 -0.8735008 0.3450422 0.3433333 -0.5326396 0.8404187 0.09982603 -0.4314707 0.8755455 0.2172918 -0.4382153 0.8446913 -0.3072909 -0.3468428 0.6827906 0.6429945 0.7296366 -0.6152226 -0.29841 0.8298898 -0.5030671 -0.2411267 0.7587206 -0.6176641 0.2068849 0.5202795 -0.426191 -0.7400128 0.6959746 -0.3652455 -0.6182135 0.1861019 -0.08468884 -0.9788507 0.3411969 0.005615353 -0.9399396 0.0305795 0.2640156 0.9640187 0.1239662 0.2668843 0.9556871 -0.1935788 0.6588336 0.7269204 0.3763542 -0.1610462 0.9123508 0.6238288 -0.4491104 0.6396069 0.6828212 -0.4387951 0.5841243 0.8243965 -0.5349895 0.184759 -0.4753868 -0.268868 -0.8376721 -0.9139683 -0.08868676 -0.3958861 -0.2382274 -0.9366436 0.2566912 -0.08438366 -0.9740593 0.2098758 -0.4120609 -0.2262642 -0.8825953 -0.8923002 -0.1265907 -0.4332713 -0.5468612 -0.0914945 -0.8321787 -0.9212318 0.1289712 -0.3669241 -0.07510602 -0.247444 -0.9659719 -0.4658955 -0.1799066 -0.866329 -0.9168676 -0.04861593 -0.3961303 0.3752251 -0.2034974 -0.904294 -0.03540146 -0.9945677 0.09784233 0.3461104 -0.1932737 -0.9180578 -0.05185091 -0.2167424 -0.9748222 -0.9967345 0.04104739 0.0693075 -0.4808496 0.03433328 -0.8760949 -0.01416057 -0.8781701 0.4780725 -0.8891263 -0.2249825 -0.3985107 -0.9970397 0.07593005 0.009460687 -0.1643727 -0.985168 -0.04892116 -0.1039155 -0.9862667 0.1282693 -0.9618518 0.2699362 0.04422128 -0.3671987 -0.9300211 0.01406902 -0.3578295 -0.9228187 0.1425519 0.7631154 0.6246224 -0.1657155 0.586993 0.5130772 -0.6262093 0.6037782 -0.7959838 -0.04290902 0.4860073 -0.6623737 -0.5700858 -0.2829371 0.7903684 -0.543321 0.852443 0.4920499 -0.1766106 -0.865566 -0.4328135 0.2518693 -0.8189337 -0.2165593 0.5314188 0.2533341 -0.9144871 -0.3154698 0.4210333 -0.9056368 0.05038601 -0.884518 -0.4296396 -0.1816156 -0.7042452 -0.454207 0.5456099 0.09732353 0.3603931 -0.9276711 -0.29429 0.183874 -0.9378338 -0.6651815 -0.1206396 -0.7368389 0.06195253 -0.9947508 -0.08114868 -0.4996185 0.1189611 0.8580279 -0.7032685 0.6946318 -0.1512192 -0.2691428 -0.2570574 0.9281289 0.159215 -0.04333627 0.9862667 0 0.3212378 -0.9469894 0 0.2874233 -0.9577929 0 0.3684805 -0.9296243 0.5225685 -0.8524735 -0.01309239 0.5726188 -0.690878 -0.4412977 -0.7065646 -0.7053133 0.05716115 -0.7751091 -0.5031587 -0.3820612 -0.365276 -0.8949553 0.2561113 0.7352519 -0.6772058 -0.02731406 0.2319712 -0.9475082 0.2198858 0.7749565 -0.4329661 -0.4603412 -0.7288736 -0.6831874 -0.04388558 -0.7430647 -0.5081942 -0.4353771 -0.350383 -0.9182409 0.1844539 0.8182623 -0.5741142 -0.02804648 -0.5311747 -0.8238777 -0.1974852 0.5739006 -0.5994446 0.5579089 0.07965326 -0.9103977 0.4059267 0.673452 -0.6093631 -0.4184393 -0.8303171 -0.5550096 0.04977566 -0.6441542 -0.6691184 -0.3705252 0.1160008 -0.8688925 0.4811853 -0.5348369 -0.5841548 0.6104618 0.665212 -0.7279275 -0.1660817 0.3381451 -0.6655172 -0.6653646 0.09006011 -0.6633809 -0.7428205 -0.1986755 -0.7068392 -0.6788538 0.3055818 -0.2370678 0.9221473 0.0755943 -0.1582384 0.9844966 -0.1716361 -0.2065187 0.9632557 0.244911 -0.5171362 -0.8200629 -0.04910427 -0.3720206 -0.9269082 -0.4119694 -0.4044923 -0.8164922 0.233314 -0.9597461 0.1562547 -0.3564257 -0.6693015 0.6518754 0.3664968 -0.3434858 -0.8646504 -0.004791378 -0.3103122 -0.9505906 -0.3637196 -0.4088259 -0.8369702 0.01702928 -0.6882229 0.7252724 -0.0743736 -0.5723441 0.8166143 -0.1528367 -0.6805933 0.7164831 0.06769001 0.004028439 -0.9976806 0.09411907 0.007110774 -0.9955138 0.1045869 0.003997921 -0.9944761 -0.6433302 -0.6060976 -0.4676961 -0.5858638 -0.5701163 -0.5759148 -0.7139806 -0.6938688 -0.09350872 -0.911832 -0.3975951 0.1021149 -0.5890073 -0.6158025 0.5232704 -0.7223426 -0.3328654 0.6060976 -0.7014985 -0.2173223 0.6787011 -0.6634114 -0.1879635 0.7242043 -0.9707938 -0.2377392 0.03173923 -0.9622181 -0.2681661 0.04690694 -0.8616291 -0.3061006 -0.404767 -0.8201239 -0.3006379 -0.4868007 -0.406476 -0.1056856 -0.9074984 -0.3532823 -0.1429792 -0.9244972 0 -0.1174352 -0.9930723 -0.2746971 -0.2312998 -0.933256 -0.3212073 -0.3193762 -0.8915067 -0.3973205 -0.2529984 -0.882107 -0.5245217 -0.3537706 -0.7743766 -0.536607 -0.4915006 -0.685873 -0.7032685 -0.4809107 -0.5235145 -0.5806452 -0.1708121 0.7960143 0 -0.4392529 0.8983429 0 -0.4056825 0.9139989 -0.1141392 0.8726463 0.4747765 -0.2508926 0.9490646 -0.190527 -0.3531602 0.8963897 0.2677694 -0.2280037 0.6308786 0.7415998 -0.04336678 0.8099918 0.5847957 -0.004577755 0.6320384 0.7748955 -0.1912289 -0.2460402 0.9501938 -0.698233 -0.2405164 0.6742149 -0.6895352 0.7150792 0.1148106 -0.9435408 0.07882928 0.3216651 -0.4687948 0.05505537 0.8815577 -0.7809687 0.1925718 0.5941038 -0.9136021 0.3899044 0.1150547 0.6082644 -0.7783135 0.1554002 -0.7030244 -0.01818901 0.7108982 0.5188757 -0.1142002 0.8471633 0.5402692 -0.424604 0.7264931 -0.1242713 -0.4486221 0.8850063 -0.3062838 -0.1019623 -0.9464401 0.2795495 0.3342692 -0.9000519 -0.2501297 -0.1932126 -0.9486984 -0.8662984 -0.08163696 0.4927824 0.6339 -0.7734001 0.001892089 0.5700858 -0.7368389 -0.3633229 -0.6828212 -0.7271035 0.07098603 -0.6689352 -0.6642354 -0.3335063 0.6757714 -0.683462 -0.2759484 -0.5752739 -0.8178961 -0.006866633 -0.1807611 -0.9272134 0.3279824 0.7820063 -0.5562914 -0.281045 0.8277536 -0.5610828 0.002319395 -0.5813166 -0.797235 -0.1626636 0.5519273 -0.6956999 0.4597003 0.7445296 -0.532487 -0.4026002 -0.830195 -0.5567187 0.02829062 -0.7162694 -0.5936155 -0.366802 0.06088441 -0.9656361 0.2526322 -0.5254982 -0.7050386 0.4761803 0.7192297 -0.6804712 -0.1401104 0.3715628 -0.6016114 -0.7070528 0.04467904 -0.5995666 -0.7990661 -0.2994781 -0.6393628 -0.7081515 0.3596301 -0.4370251 0.8243965 0.08627581 -0.3707084 0.9247108 -0.1973021 -0.4274423 0.8822291 0.2477797 -0.7344279 -0.6317942 -0.02838218 -0.6810206 -0.7316813 -0.3429975 -0.6895962 -0.6377758 0.1144444 -0.6860866 0.7184057 -0.04354989 -0.599231 0.7993713 -0.193701 -0.6760155 0.7109287 -0.3815424 -0.4850001 0.7868587 -0.3280435 -0.5585193 0.7618336 0.5357829 -0.6647847 0.5204932 0.8439589 -0.530198 -0.08114868 0.2810145 -0.05996882 -0.9577929 0.67275 0.05774098 -0.7375714 -0.7069308 0.5359355 -0.4615009 -0.02319401 -0.1924497 -0.9810175 -0.2678304 -0.4031495 -0.8750267 -0.5306254 -0.6731163 -0.5150609 0.9176306 0.001708984 -0.397412 -0.4809107 -0.8701132 -0.1075167 -0.9378338 0.3239845 0.124485 -0.7099826 0.3772393 0.5945921 -0.9766533 0.1373028 0.1650746 -0.0496841 0.5244606 0.8499405 -0.1799677 0.5416425 0.8211005 -0.7827388 0.6214789 0.03265476 0.9932249 0.0964995 0.06463819 0.821955 0.5612964 -0.09628587 0.4445936 0.3358257 0.8303781 0.1780145 -0.1450545 0.9732658 0.9820857 -0.1025727 0.1579332 -0.3902402 0.9079867 -0.1523789 -0.1058687 0.6521195 0.7506638 0.004303097 0.9684439 -0.2491531 -0.01388591 0.9563891 0.2916959 0.3481246 0.9097568 -0.22602 0.008331537 0.596759 0.8023622 0.1696524 0.6147344 0.7702261 -0.9580065 -0.07898187 0.2755211 -0.08447521 0.3332621 0.939024 -0.04824972 0.472335 0.8800928 0.9009064 -0.3227332 0.2900479 -0.1901913 -0.8477126 -0.4951018 -0.3032014 -0.6054262 -0.7358623 0.6048769 -0.6238288 0.4948881 0.1796319 -0.7909787 0.5848567 -0.3753166 -0.3848994 -0.8431654 -0.1741081 -0.350444 -0.9202246 0.4578387 -0.765923 0.4513077 0.4489273 -0.7031465 0.5513474 0.727958 -0.6473586 0.2256538 0.4487747 -0.7045809 0.5496383 0.3791009 -0.8989532 0.219367 0.7136753 -0.151799 -0.6837977 0.406415 -0.9132359 -0.02771079 0.9251076 0.09646898 -0.3671987 0.4928129 -0.3745537 -0.7853633 0.2545854 -0.6088138 -0.7513047 -0.07736438 -0.8449965 -0.5290994 0.9965514 -0.02618485 0.07849359 0.1110873 -0.7074496 -0.6979278 -0.08569598 -0.993408 -0.07574689 0.1235389 0.7239601 -0.6786401 -0.3213294 0.7593311 -0.5658132 0.5852535 0.810297 0.02923673 -0.1350444 0.9731132 0.1864376 0.7624134 0.4653157 -0.4495987 0.9995422 0.02780234 0.01071196 0.5519578 0.7181311 0.42378 0.403119 0.8169805 0.4123356 0.9237648 -0.1743522 0.3409222 0.4732505 0.7633595 0.4396497 -0.6431776 0.684286 -0.3435164 -0.1691641 0.9567248 0.2367016 -0.8635823 0.5040437 -0.01031523 0.3599658 0.9202857 0.1532334 -0.826899 0.3279214 0.4567705 -0.5109714 0.3183996 0.7984253 0.02905356 0.9137547 0.4051637 -0.01373332 0.9393903 0.3425092 0.1372722 0.9758294 0.169927 -0.1430402 0.2924283 0.9455245 0.2904141 0.1305581 0.9479354 0.1291238 0.8896145 0.4380627 0.678518 -0.1217688 0.7243874 0.6214789 0.7832881 0.01391643 0.5025788 0.7453536 0.4379711 0.3418989 0.808771 0.4784997 -0.9916074 0.02020323 -0.1276589 -0.9683218 -0.2486648 0.02185124 0.2906583 -0.9526353 0.08920556 -0.9205298 -0.3232825 0.2192144 -0.5541246 -0.5280923 0.6434217 -0.5819575 0.7875607 0.2026429 -0.1702628 -0.2413403 -0.9553514 -0.1068148 -0.5274209 0.8428297 -0.9291055 0.1919919 0.3159887 -0.1561632 -0.02404856 0.9874264 -0.5249794 0.3772393 0.7629017 -0.4747154 0.4719077 0.7428815 -0.4026307 0.7313761 0.5504013 -0.3461104 0.5519578 0.7585986 -0.2027649 0.643788 0.7378155 -0.2295602 0.432905 0.8717002 -0.4015625 0.5035554 0.7649465 -0.2967925 0.3357952 0.8939177 -0.9119236 0.03299045 -0.4089785 -0.8315379 0.1297342 -0.540025 0.5914182 -0.009186029 0.806299 -0.03027433 -0.01849418 0.9993591 -0.9891659 0.01605272 -0.1458479 -0.9995117 0.02533036 0.01739555 -0.08523815 0.08478039 0.9927366 -0.3539537 0.0730918 0.932371 0.2966399 0.06973475 0.9524217 -0.4499649 -0.002349913 0.8930326 -0.2496414 -0.04922634 0.9670705 -0.4421216 -0.07293921 0.8939787 -0.4772484 0.47322 0.7404401 -0.835139 0.08755761 0.5429853 -0.9931638 -0.01379436 -0.1157262 -0.865627 0.1276894 0.4840846 -0.4203925 0.1053804 0.9011811 -0.2524796 0.1711783 0.9523301 -0.3761711 0.1746879 0.9099094 -0.9869991 0.03918576 0.155797 -0.8173467 0.06234931 0.5727103 -0.9160131 0.03646957 0.3994567 -0.8890042 0.08966338 0.4490188 -0.8740501 0.1409955 0.4648885 -0.973632 -0.05459761 -0.2213507 -0.2039247 0.3048799 0.9302957 -0.2126224 0.3207495 0.9229713 -0.990051 0.083346 0.1131016 -0.8059023 0.1729179 0.5662099 -0.3086337 0.1558885 0.9382916 -0.5187842 0.1738334 0.8370007 -0.5214698 0.244148 0.8175604 -0.8577227 0.189642 0.4777978 -0.9973144 -0.004028439 -0.07296973 -0.06115907 0.3515732 0.934141 -0.1379131 0.3494369 0.926725 -0.03198337 0.3545335 0.9344767 0.5436262 0.2967925 0.7850582 -0.4005249 0.3480331 0.8475906 -0.3567308 0.3430891 0.8688925 -0.3061922 0.2974029 0.904294 -0.9883114 0.1007416 0.1141392 -0.844264 0.2524186 0.4727012 -0.8252816 0.2066713 0.5254677 -0.980163 -0.08825951 -0.1774041 -0.9905393 0.04080319 -0.1308023 -0.2257149 0.3236488 0.9188207 -0.7869198 0.2022767 0.5829035 -0.9943236 0.01217687 -0.1056551 -0.5813776 0.2743919 0.7659536 -0.3740959 0.2316049 0.8979766 -0.0808435 0.3807795 0.9211097 0 0.3853267 0.9227576 -0.9763787 0.1518601 0.1536301 -0.8142644 0.2471999 0.5251625 -0.1779229 0.3498032 0.9197363 -0.07928705 0.3809626 0.9211707 0.7908872 0.4266182 0.4387035 0.8543351 0.3441267 0.3893857 -0.2129276 0.356151 0.9098178 -0.6100345 0.436201 0.6614582 0.8155767 0.4908292 0.3063448 -0.6555987 0.4322031 0.619129 -0.6756188 0.5660879 0.472274 -0.8750572 0.3565172 0.3272805 -0.5206763 0.416242 0.7453841 -0.7319865 0.2540361 0.6321604 -0.5960875 0.5239418 0.6083559 0.7201758 0.6072573 0.33549 -0.5565661 0.744499 0.368633 -0.2525101 0.9060335 0.3395184 0.8171636 0.5184789 0.2517472 0.9287087 0.3517258 0.1172826 -0.5522325 0.751854 0.3601489 -0.5151219 0.7994018 0.3091525 -0.7176427 0.6916715 0.08093506 -0.7593616 0.6506241 -3.05185e-4 -0.5798517 0.7999207 0.1544541 0.4623859 0.8712119 0.1647389 0.9078952 0.382519 0.1713614 -0.6132084 0.7845088 0.09204381 -0.2183294 0.9758599 0.003570616 0.7672048 0.6253853 0.1422467 0.7090976 0.6980804 0.09906303 0.8624531 0.5048372 0.03518784 0.6796167 0.6543474 0.3315531 0.7453536 0.6006959 0.2890103 0.6802271 0.6519059 0.3350627 0.01913505 0.8867763 0.4617756 0.8547624 0.4645833 0.2313608 -0.6041749 0.7538682 0.2580645 -0.777459 0.6288644 -0.006561458 -0.6905729 0.723075 -0.01486247 -0.111423 0.9812616 -0.1569872 -0.7759636 0.6276131 0.06274604 -0.6990265 0.7150182 -0.007690608 0.4031495 0.9045686 -0.1385845 0.9089938 0.4166997 -0.008514642 -0.4788964 0.8770104 -0.03817862 0.4984893 0.8625752 -0.08618426 0.6687521 0.7185583 -0.1907407 0.7258217 0.661977 -0.1868648 0.985931 -0.09375286 0.1383098 0.4837489 0.8685568 -0.1074861 -0.760094 0.648793 -0.03588974 -0.7054048 0.7072665 0.0458998 -0.7525864 0.6584368 -0.004699826 -0.6061891 0.7870724 0.1139866 -0.02563554 0.8473159 -0.5304117 -0.05041652 0.979339 0.1957457 -0.6293527 0.7679983 0.1185339 0.5377361 0.8198187 0.1967223 0.5389874 0.8213447 0.1865901 0.6922208 0.6997284 0.176519 0.5009613 0.8383435 0.2148503 0.8116703 0.5529038 0.1883297 0.2322458 0.1865291 0.9545885 -0.6993927 0.06646931 0.7116001 0.6653951 0.2837306 0.6904202 0.7831355 0.2302926 0.5775933 -0.4650716 0.3278909 0.8222907 -0.4471267 0.3881955 0.8058108 -0.4124882 0.3205664 0.8526567 -0.2997223 0.4112979 0.8607746 -0.3395795 0.2559282 0.9050569 0.9217811 0.2588885 0.2885525 0.7621998 0.4653157 0.4499649 0.8680074 0.3598132 0.3421125 -0.02948087 0.6734825 0.738609 0.8075808 0.4312876 0.4022035 -0.7061068 0.3380841 0.6221504 -0.0150761 0.4887234 0.8722801 -0.5988342 0.3773919 0.7063204 -0.6945403 0.298471 0.6545915 -0.4766381 0.4013489 0.7820978 -0.3812983 0.4036683 0.8316294 -0.5096286 0.3669851 0.7781915 0 -0.1893978 -0.981872 0 0.3718375 -0.9282815 0.406476 -0.1056856 -0.9074984 0.9687796 0.1559801 -0.1925718 0 -0.4963225 0.868099 -0.7212134 0.2110965 0.6597186 -0.5084994 0.385815 0.7697378 -0.6837367 -0.5412763 0.4893643 -0.7558214 0.150029 0.637318 0.999054 0.04235965 0.009155511 0.9847407 0.1316568 -0.1136814 -0.3316141 0.3561205 -0.8735923 -0.6849575 0.223365 -0.6934721 -0.6060366 -0.6201362 0.4981231 -0.3060396 -0.7549974 0.5798822 0.1372417 -0.7708365 0.6220282 0.5436262 -0.6272469 0.5576648 0.990936 -0.05945003 0.1202124 0.8038881 -0.4192327 0.4218574 0.9376812 -0.2231513 0.2663045 -0.9342326 0.04568618 -0.353679 -0.9952086 -0.07028412 -0.06769001 -0.9170507 -0.2938627 0.269509 -0.7910093 -0.4561601 0.4076357 0.7985168 0.3979614 -0.4516129 0.2884914 0.6037477 -0.7430952 -0.9824213 -0.1558885 0.1026032 0.2576678 0.4910428 -0.8321482 -0.04910427 0.4391919 -0.8970305 0.2756737 0.5735039 -0.7713859 0.4779503 0.4931181 -0.7268899 -0.9847407 0.1316568 -0.1136814 -0.999054 0.04235965 0.009155511 0.6849575 0.223365 -0.6934721 0.3316141 0.3561205 -0.8735923 0.3060396 -0.7549974 0.5798822 0.6060366 -0.6201362 0.4981231 -0.5436262 -0.6272469 0.5576648 -0.1372417 -0.7708365 0.6220282 -0.990936 -0.05945003 0.1202124 -0.9376812 -0.2231513 0.2663045 -0.8038881 -0.4192327 0.4218574 0.9952086 -0.07028412 -0.06769001 0.9342326 0.04568618 -0.353679 0.7910093 -0.4561601 0.4076357 0.9170507 -0.2938627 0.269509 -0.2884914 0.6037477 -0.7430952 -0.7985168 0.3979614 -0.4516129 0.9824213 -0.1558885 0.1026032 0.04910427 0.4391919 -0.8970305 -0.2576678 0.4910428 -0.8321482 -0.4779503 0.4931181 -0.7268899 -0.2756737 0.5735039 -0.7713859 0.9265419 0.07733386 -0.3680532 0.9476913 0.07196265 -0.3108921 0.7798089 -0.1843623 0.5981933 0.8641926 -0.1567125 0.478103 0.9392987 -0.1061434 0.3261818 0.9984436 -0.01016265 0.05478072 0.9730216 0.07083344 -0.2194586 0.9512925 0.05893123 -0.3024995 0.9771721 0.03915524 -0.2087771 0.8792688 0.1174352 -0.4615619 0.7861263 -0.1116977 0.6078066 0.5856502 -0.1302835 0.8000122 0.6162298 -0.1942808 0.7632069 0.8789941 -0.08816796 0.4685812 0.9457686 -0.05713063 0.3196814 0.9935606 -0.01324498 0.1122471 0.9953612 0.02539139 -0.09274572 0.9456771 0.1261025 -0.2996002 0.980102 0.1012909 -0.1705985 0.877163 0.1630604 -0.4516434 0.8389844 -0.02337718 0.5436262 0.6179388 -0.04886013 0.7846614 0.9149144 0.01571702 0.4032716 0.9597766 0.04989773 0.2761925 0.9898374 0.07736438 0.1191137 0.9947813 0.09360027 -0.04004025 0.7899716 0.1771294 -0.5869014 -0.9265419 0.07733386 -0.3680532 -0.9392987 -0.1061434 0.3261818 -0.9984436 -0.01016265 0.05478072 -0.9730216 0.07083344 -0.2194586 -0.9476913 0.07196265 -0.3108921 -0.9512925 0.05893123 -0.3024995 -0.8792688 0.1174352 -0.4615619 -0.7861263 -0.1116977 0.6078066 -0.7798089 -0.1843623 0.5981933 -0.6162298 -0.1942808 0.7632069 -0.8789941 -0.08816796 0.4685812 -0.9457686 -0.05713063 0.3196814 -0.8641926 -0.1567125 0.478103 -0.9935606 -0.01324498 0.1122471 -0.9953612 0.02539139 -0.09274572 -0.9771721 0.03915524 -0.2087771 -0.3647267 -0.1236305 0.9228492 -0.5856502 -0.1302835 0.8000122 -0.4167302 -0.1687979 0.8932157 -0.2911466 0.2176275 -0.9315775 -0.9456771 0.1261025 -0.2996002 -0.877163 0.1630604 -0.4516434 -0.8389844 -0.02337718 0.5436262 -0.9149144 0.01571702 0.4032716 -0.9597766 0.04989773 0.2761925 -0.9898374 0.07736438 0.1191137 -0.9947813 0.09360027 -0.04004025 -0.980102 0.1012909 -0.1705985 -0.7899716 0.1771294 -0.5869014 -0.7711722 0.1745964 -0.6122013 -0.6179998 -0.04886013 0.7846309 0.1406903 -0.07513654 -0.9871822 0.974456 -0.2237312 -0.0185247 0.8866237 -0.4423963 0.1347392 0.9983825 -0.05432289 0.01599168 0.9667959 0.1837519 -0.1774346 0.643025 0.4160894 -0.6429334 -0.9808344 -0.04406869 -0.1896725 -0.8884854 0.2164372 -0.4046449 -0.8092898 0.2728354 -0.5201575 -0.667684 0.3386944 -0.6628925 0.8591266 0.3134251 -0.4045228 -0.1971495 0.6576434 -0.7270424 -0.09884941 0.6789453 -0.7274697 -0.4164556 0.5963317 -0.6862392 -0.1974852 -0.8189337 0.5387738 -0.4734947 -0.7482223 0.4646748 -0.3301187 -0.5968505 0.731254 -0.3554491 -0.7942137 0.4928129 0.5420393 0.6256905 -0.5609302 0.1364482 0.7452926 -0.6526078 0.2460097 0.7250587 -0.6432081 0.7418134 -0.6043275 0.2905973 0.447676 -0.5661184 0.6921598 0.1935178 -0.8324839 0.5191199 0.3424787 -0.8048341 0.4846644 0.4528337 -0.7667471 0.45497 -0.02414011 -0.8578753 0.5132603 0.01449626 -0.6701865 0.7420271 -0.476455 -0.7556688 0.4493545 -0.9822382 -0.03421121 -0.1844233 -0.9473251 0.1011078 -0.3038728 -0.8719443 0.2439039 -0.4244514 -0.5852535 0.5046235 -0.6346629 -0.9468368 -0.3148289 0.06601148 -0.7492905 -0.5854976 0.3093661 -0.769097 -0.5627918 0.3028352 -0.7926573 -0.539079 0.2846767 -0.974456 -0.2237312 -0.0185247 -0.9983825 -0.05432289 0.01599168 -0.8591266 0.3134251 -0.4045228 -0.643025 0.4160894 -0.6429334 -0.9667959 0.1837519 -0.1774346 0.9808344 -0.04406869 -0.1896725 0.8884854 0.2164372 -0.4046449 0.667684 0.3387249 -0.6628925 0.8092898 0.2728354 -0.5201575 0.1971495 0.6576434 -0.7270424 0.5852535 0.5046235 -0.6346629 0.09884941 0.6789453 -0.7274697 0.4164556 0.5963317 -0.6862392 0.1974852 -0.8189337 0.5387738 0.3554491 -0.7942137 0.4928129 0.3301187 -0.5968505 0.731254 -0.5420393 0.6256905 -0.5609302 -0.1364482 0.7452926 -0.6526078 -0.2460097 0.7250587 -0.6432081 -0.7418134 -0.6043275 0.2905973 -0.8866237 -0.4423963 0.1347392 -0.447676 -0.5661184 0.6921293 -0.1935178 -0.8324839 0.5191199 -0.3424787 -0.8048341 0.4846644 -0.4528337 -0.7667471 0.45497 -0.01449626 -0.6701865 0.7420271 0.476455 -0.7556688 0.4493545 0.02414011 -0.8578753 0.5132603 0.9822382 -0.03421121 -0.1844233 0.9468368 -0.3148289 0.06601148 0.9473251 0.1011078 -0.3038728 0.8719443 0.2439039 -0.4244514 0.7492905 -0.5854976 0.3093661 0.4734947 -0.7482223 0.4646748 0.769097 -0.5627918 0.3028352 0.7926573 -0.539079 0.2846767 -0.2637104 0.1956236 0.9445479 0.1595507 0.1818597 0.970275 0.5376751 0.1577196 0.8282418 -0.8438673 0.1637012 0.5109104 -0.9822688 0.1102328 0.1515549 0.9407941 0.1123081 0.3197424 0.7948241 0.1320536 0.5922727 0.9961852 0.06265449 -0.06030452 0.9828791 0.07803583 0.1668142 -0.6088138 0.18305 0.7718741 0.1657155 0.001678466 0.9861446 0.2637104 0.1956236 0.9445479 -0.1595813 0.1818597 0.970275 -0.5376751 0.1577196 0.8282418 0.8438673 0.1637012 0.5109104 0.6088138 0.1830805 0.7718741 0.9822688 0.1102328 0.1515549 -0.9407941 0.1123081 0.3197424 -0.9961852 0.06265449 -0.06030452 -0.9828791 0.07803583 0.1668142 -0.7948241 0.1320536 0.5922727 -0.1657155 0.001678466 0.9861446 -0.5478072 0.7431257 -0.3841975 -0.8353832 0.5000763 -0.2281563 -0.2313608 0.8541215 -0.465743 0.1207007 0.8676412 -0.4822535 0.5865963 0.7195654 -0.3715628 0.9038667 0.4006775 -0.1497543 0.9902036 0.1073946 0.08905297 -0.9786676 0.202002 -0.03656113 -0.9949949 -0.00427258 0.09970396 0.3542588 -0.6493728 0.6728416 0.7924742 -0.3856319 0.4724571 -0.3788568 -0.6444289 0.6641743 0.009765923 -0.7044588 0.7096469 -0.7879269 -0.4109928 0.4584795 0.9833064 -0.04086428 0.177221 0.9872738 0.1582995 0.01309239 -0.9588305 -0.1655934 0.2305673 0.1010468 0.7657399 -0.6351207 0.537553 0.7060763 -0.4609516 -0.3803521 0.6746727 -0.6325266 -0.2166814 -0.5627613 0.7976928 0.361858 -0.4775536 0.8005921 0.7921385 -0.1612293 0.588641 0.956206 0.1907101 0.2219611 0.8586078 0.492172 -0.1431928 -0.9948424 0.09439373 -0.03665268 -0.9403058 -0.2129886 0.2653279 -0.7165441 -0.4326304 0.5471358 -0.813654 0.4340037 -0.3867 0.9756157 -0.1673635 0.141789 0.8490555 -0.3731498 0.3739128 0.4212775 0.4023255 0.8127689 0.8600726 0.3460189 -0.3748283 0.6361278 -0.5434431 0.5476852 0.33726 0.6773583 -0.653737 -0.2723166 0.727073 -0.6302073 -0.802118 0.4936063 -0.3360088 -0.9413129 0.308359 -0.1370281 -0.9870907 0.0267952 0.1578417 -0.7767571 -0.3726005 0.5077059 -0.4881131 -0.5779595 0.6539506 0.03494364 -0.693228 0.7198401 -0.3542588 -0.6493728 0.6728416 -0.7924742 -0.3856319 0.4724571 -0.009765923 -0.7044588 0.7096469 0.3788568 -0.6444289 0.6641743 0.9588305 -0.1656239 0.2305673 0.7879574 -0.4109622 0.458449 0.9949949 -0.00427258 0.09970396 0.5478072 0.7431257 -0.3841975 0.2313608 0.8541215 -0.465743 -0.1207007 0.8676412 -0.4822535 -0.5865963 0.7195654 -0.3715628 -0.9038667 0.4006775 -0.1497543 -0.9872738 0.1582995 0.01309239 -0.9902036 0.1073946 0.08905297 0.9786981 0.202002 -0.03656113 0.8353832 0.5000458 -0.2281563 -0.9833064 -0.04086428 0.177221 0.9775078 0.1060518 -0.1821039 0.7487716 0.4142888 -0.5173498 0.9586474 -0.1999878 0.2023377 -0.9542528 0.2433851 0.1734672 -0.8391065 0.5051424 -0.2016663 -0.2680441 -0.4696798 0.8411512 0.2854091 -0.5636159 0.7751396 -0.7796564 -0.1268654 0.6131779 0.7238991 -0.4407178 0.5307169 0.3652455 0.6144902 -0.6992706 -0.0831629 0.7125462 -0.696646 -0.5234535 0.6836757 -0.5084689 0.802118 0.4936063 -0.3360088 0.2723166 0.727073 -0.6302073 0.9413129 0.308359 -0.1370281 -0.33726 0.6773583 -0.653737 -0.8600726 0.3460189 -0.3748283 -0.9756157 -0.1673635 0.141789 -0.4212775 0.4023255 0.8127689 -0.8490555 -0.3731498 0.3739128 -0.6361278 -0.5434431 0.5476852 -0.03500473 -0.693228 0.7198401 0.9870907 0.0267952 0.1578417 0.4881131 -0.5779595 0.6539506 0.7767571 -0.3726005 0.5077059 0.4232001 -0.01770073 0.9058504 0.04446542 -0.1107211 0.9928281 0.8620563 0.06067079 0.5031282 -0.3753471 -0.1367229 0.916715 -0.8493912 -0.1479537 0.5065767 0.4403516 -0.06933802 0.8951384 0.003082334 -0.09643846 0.9953307 0.8829615 -0.04760885 0.4669637 -0.4241768 -0.07000946 0.9028596 -0.8588519 -0.04019284 0.5106357 0.3532518 -0.1028473 -0.929838 -0.3804743 -0.0371105 -0.9240089 0.00100708 -0.04419076 -0.9989929 0.87463 -0.2397534 -0.4212775 -0.9001129 -0.05032497 -0.4326914 -0.9388104 0.1034577 0.3285012 0.5271767 -0.6695761 0.5231788 0.006347835 -0.5806757 0.8140813 -0.3917966 -0.4233833 0.8167974 -0.6460464 -0.2338633 0.7265542 -0.3532518 -0.1028473 -0.929838 -0.00100708 -0.04416024 -0.9989929 0.3804743 -0.0371105 -0.9240089 -0.3869747 -0.02673417 -0.9216895 0.008453607 -0.002655088 -0.999939 0.3883175 -0.03659164 -0.9207739 -0.368511 -0.01644945 -0.9294717 0.02008116 0.007476985 -0.9997559 0.4240242 -0.007721126 -0.9056063 -0.87463 -0.2397534 -0.4212775 0.9001129 -0.05038601 -0.4326914 -0.8929105 -0.1186559 -0.4342479 0.8751183 -0.1695608 -0.4531694 -0.8789636 -0.1264687 -0.4597918 0.9137547 -0.1040376 -0.3926817 0.8596149 -0.1368144 -0.4922636 0.9388104 0.1034577 0.3285012 -0.5271767 -0.6695761 0.5231788 -0.006347835 -0.5806757 0.8140813 0.6460464 -0.2338633 0.7265542 0.3917966 -0.4233833 0.8167974 0.1420026 -0.9527269 -0.2685323 0.1944944 -0.9787896 -0.06393623 -0.2591021 -0.9602954 -0.103122 -0.3120518 -0.8905912 -0.3308511 0.5287637 -0.8179571 -0.2265694 0.4915616 -0.8701743 -0.03338724 0.7918943 -0.5740532 -0.2081667 -0.7202063 -0.6138798 -0.3231605 -0.1420026 -0.9527269 -0.2685323 0.3120518 -0.8905912 -0.3308511 0.2591021 -0.9602954 -0.103122 -0.1944944 -0.9787896 -0.06393623 -0.5287637 -0.8179571 -0.2265694 -0.4915616 -0.8701743 -0.03338724 -0.7918943 -0.5740532 -0.2081667 0.7202063 -0.6138798 -0.3231605 0.3956114 -0.2872707 0.8723106 0.107181 -0.3472701 0.931608 0.0961638 -0.3705252 0.9237953 0.2376476 -0.3126316 0.9196448 0.3426923 -0.281045 0.8963897 0.3014923 -0.2661824 0.9155553 0.1481978 -0.2701804 0.951323 0.3318278 -0.3101291 0.8908963 0.2672201 -0.2074343 0.9410077 -0.3956114 -0.2872707 0.8723106 -0.2376476 -0.3126316 0.9196448 -0.0961638 -0.3705252 0.9237953 -0.107181 -0.3472701 0.931608 -0.1481978 -0.2701804 0.951323 -0.3014923 -0.2661824 0.9155553 -0.3427228 -0.281045 0.8963897 -0.3318278 -0.3101291 0.8908658 0 -0.3182165 0.9479964 -0.2672506 -0.2074343 0.9410077 0.6197699 -0.7810602 -0.07605212 0.6132695 -0.7165136 -0.3323466 -0.6132695 -0.7165136 -0.3323466 -0.6197699 -0.7810602 -0.07605212 0.6335642 0.7006134 0.3281655 0.7174596 0.6426283 0.268746 0.5084994 0.385815 0.7697378 0.9768059 0.07193213 0.2016053 0.953795 -0.2212897 0.2031311 0.8030641 0.5550706 0.2165898 0.9155248 0.3481246 0.2013916 0.8238472 -0.5558336 0.1108127 0.7167882 -0.684347 0.1336405 0.8447218 -0.5045625 0.1783807 0.7339091 -0.6616108 0.1537522 -0.7174596 0.6426283 0.268746 -0.6335642 0.7006134 0.3281655 -0.953795 -0.2212897 0.2031311 -0.9768059 0.07193213 0.2016053 -0.9155248 0.3481246 0.2013916 -0.8030641 0.5550706 0.2165898 -0.9443342 -0.3120518 0.103885 -0.8238472 -0.5558336 0.1108127 -0.7167882 -0.684347 0.1336405 -0.7338786 -0.6616108 0.1537522 -0.8447218 -0.5045625 0.1783807 -0.2527543 0.9650563 0.06906336 0.2397229 0.9700309 -0.03933835 -0.5114292 0.8536332 0.09851372 -0.402356 0.9154332 0.008331537 -0.1532639 0.982757 -0.103122 -0.9836726 0.1726737 0.05056911 -0.9865108 0.159215 0.03775137 -0.967864 0.2494277 0.03128147 -0.8858608 -0.4278085 0.1794183 -0.9881893 -0.09903252 0.1166722 -0.737724 -0.6433912 0.2044129 -0.9844051 0.1634876 0.06451612 -0.9540086 -0.2685934 0.1329386 -0.9058199 -0.4103214 0.1054109 -0.8649861 0.5015717 0.0140385 -0.6618549 0.7495651 -0.009399652 -0.7661367 -0.6156499 0.1843623 0.2527543 0.9650563 0.06906336 0.5114292 0.8536332 0.09851372 0.1532639 0.982757 -0.103122 0.9836726 0.1726737 0.05056911 0.9865108 0.159215 0.03775137 0.9881893 -0.09903252 0.1166722 0.967864 0.2494277 0.03128147 0.8858608 -0.4278085 0.1794183 0.7376934 -0.6433912 0.2044129 0.9844051 0.1634876 0.06451612 0.9058199 -0.4103214 0.1054109 0.8649861 0.5015717 0.0140385 0.6618549 0.7495651 -0.009399652 0.402356 0.9154332 0.008331537 0.7661367 -0.6156499 0.1843623 0.9540086 -0.2685934 0.1329386 0.5551012 0.7379986 0.3836176 0.9443342 -0.3120518 0.103885 -0.5551012 0.7379986 0.3836176 -0.9757683 -0.2045961 0.07736438 -0.3249611 0.9456771 -0.009124994 0.3040864 0.02941983 0.9521775 0.0266121 0.2025818 0.9788812 -0.1333354 -0.2113102 -0.9682608 -0.174749 -0.2702109 -0.9467757 -0.1374859 -0.3280435 -0.9345683 -0.1132847 -0.4552751 -0.8830836 -0.06115907 -0.3941161 -0.9169896 -0.3544725 -0.4217353 -0.8345286 -0.1374554 -0.0343638 -0.9898984 -0.2442701 -0.6436354 -0.7252724 -0.3040864 0.02941983 0.9521775 -0.2920926 -0.09356975 0.9517807 -0.1705069 0.2460402 0.9541001 0.1333354 -0.2113102 -0.9682608 0.174749 -0.2702109 -0.9467757 0.1374859 -0.3280435 -0.9345683 0.1132847 -0.4552751 -0.8830836 0.06115907 -0.3941161 -0.9169896 0.002014219 -0.1791436 0.9837947 0 -0.1781671 0.9839778 0 0.5450911 0.8383435 0 -0.2396313 0.9708548 -0.4260994 0.1554918 -0.891171 0.5025483 0.3326212 0.7979675 0.4519486 0.3276773 0.8296457 0.536607 -0.4915006 -0.685873 0.7032685 -0.4809107 -0.5235145 0 -0.5471664 -0.8370007 0.8999298 0.1419416 -0.4122135 0.7515183 -0.3344523 -0.5686209 0.7417524 -0.05441445 -0.6684164 0.8415174 0.06186097 -0.5366375 0.7975707 -0.1359599 -0.5876644 0.7830134 -0.1724296 -0.5976135 0.7851497 -0.2415845 -0.5701773 0 0.5590991 0.8290963 0 0.3145543 0.9492172 0.3576159 0.6875515 0.6319163 0 0.8830226 0.4692221 0 0.7407453 0.6717429 0 0.9993591 0.03506577 0.9384747 0.1785027 -0.2955718 0 -0.2707297 0.9626454 0.3552049 0.02233952 0.9345073 0.4494461 0.3419294 0.8252511 0.38081 0.3046053 0.8730125 0.4158757 0.314127 0.8534196 0 -0.8829005 0.4695273 0 -0.8469192 0.5316935 0 -0.9995422 0.02999967 -0.2444838 0.7408673 -0.6255379 0.7599109 -0.0232551 0.6495865 0.9320048 0.2991729 0.2044435 -0.124546 0.9390851 0.3202612 -0.4302194 -0.2215338 0.8750877 0.2757042 -0.08932763 0.9570605 0.436079 0.262978 0.8605915 0.2244941 0.2623676 0.9384747 -0.1776177 -0.1518296 0.9722892 0.2953581 0.2178411 0.9302042 -0.5027924 0.3326517 0.7977843 -0.4520096 0.3277383 0.8295847 -0.546495 0.3287454 0.7701956 0 0.4300974 -0.902768 -0.9815669 0.1075167 -0.1578722 0 -0.943022 -0.3326517 -0.9386578 0.1052278 -0.3283792 -0.8123417 -0.161687 -0.5602588 -0.769097 -0.1534776 -0.6203803 -0.7618641 -0.1269875 -0.6351512 -0.7851497 -0.2415845 -0.5701773 -0.7417524 -0.05441445 -0.6684164 -0.7515183 -0.3344523 -0.5686209 -0.9928892 -0.1167943 0.02203434 -0.9975585 -0.04785299 0.05053859 -0.9985351 0.02111876 0.04965358 -0.9960326 -0.07211524 0.05169832 0.9960326 -0.07211524 0.05169832 -0.8415174 0.06186097 -0.5366375 -0.3344218 0.2059694 0.9196143 -0.3811762 0.3045747 0.8728599 -0.3408307 0.1086764 0.9338054 -0.3555406 0.02233952 0.9343852 -0.4498428 0.3418684 0.8250679 -0.5370037 0.3667715 0.7596362 -0.1487472 0.0754112 0.985992 -0.3461409 0.02874839 0.9377117 -0.3847163 0.0740379 0.9200415 -0.4141057 0.3554796 0.8379162 -0.4158757 0.314127 0.8534196 -0.3794366 0.2787865 0.8821986 -0.1416974 0.3513901 0.9254128 0.3750725 0.2480849 0.8931547 -0.2699057 0.3442183 0.8992279 -0.3386334 0.3810236 0.8602862 -0.5566576 0.6936552 0.4570757 0 0.784753 -0.6197699 0.141789 0.6366161 -0.7580187 -0.511887 0.3059175 -0.8026978 -0.9320048 0.2991729 0.2044435 0.1245155 0.9390851 0.3202307 -0.04116946 0.7651906 0.6424452 -0.7599109 -0.0232551 0.6495865 0.4302194 -0.2215338 0.8750877 -0.2757042 -0.08932763 0.9570605 0.3461409 0.02874839 0.9377117 0.9907834 -0.02673417 -0.132725 -0.2658467 -0.01959288 0.963805 -0.3044221 0.7053438 -0.6401258 0.7267983 0.324015 -0.6055788 0.7847835 0.3841059 0.4863735 -0.3326212 0.2153691 0.9181188 -0.2966399 0.06973475 0.9524217 -0.3132725 0.1101108 0.9432356 -0.009277582 0.8923307 -0.4512467 0.943144 0.09732353 -0.3177587 0.9353008 0.1265602 -0.3303629 -0.3352763 0.24073 0.9108249 -0.151799 0.1461531 0.9775384 -0.3877376 0.2644734 0.882992 0.1776177 -0.1518296 0.9722892 0.3697012 0.3014313 0.878872 0.9889218 -0.123722 0.0819422 0.1834162 0.8644673 0.4680013 -0.4360179 0.262978 0.8605915 -0.2953581 0.2178411 0.9302042 -0.3278298 0.3071993 0.8933683 -0.2244941 0.2623676 0.9384747 0.01574754 0.7676016 -0.6407056 -0.3193762 0.3756828 0.8699606 0.03650009 0.7049165 -0.7083041 0.9691458 0.009155511 -0.2462538 0.9931638 0.08548229 -0.07892084 -0.4216743 0.4821925 0.7678762 0.2114627 0.912656 0.3496811 -0.3859981 0.2829676 0.877987 -0.2720115 0.2461012 0.9302652 0.01840263 0.6169622 -0.7867672 0.9888302 0.1272317 -0.07751697 -0.4146245 0.4784082 0.7740409 -0.4433424 0.3268532 0.8346202 -0.4240547 0.5145726 0.7452315 -1.22074e-4 0.3872494 0.9219642 -2.74667e-4 0.3950011 0.9186682 -3.05185e-4 0.3979308 0.9173864 -3.05185e-4 0.3997009 0.9166234 0 0.9899594 0.1412397 0.9815669 0.1075167 -0.1578722 0 -0.7097995 0.7043672 0 -0.9305093 -0.3662221 0 0.1391034 0.9902646 0 0.06259346 0.9980163 0 -0.3554796 0.9346599 0 0.002929747 0.9999695 0 -0.01678514 0.9998474 0 0.9886471 0.1501815 0 0.9557176 0.2942289 -3.05185e-4 0.03515732 0.9993591 -2.74667e-4 0.2130497 0.9770196 -2.74667e-4 0.1274148 0.9918211 -3.05185e-4 0.3781548 0.925718 -2.74667e-4 0.3062838 0.9519333 -0.52266 0.2382885 0.8185369 0.4109012 0.0502029 0.9102756 0.7256997 0.1213416 -0.6772058 0 0.02743613 0.9996033 0.4421216 -0.07293921 0.8939787 0.4772484 0.4731895 0.7404401 0.565508 -0.06689655 0.8219856 0.2496414 -0.04922634 0.9670705 0.633137 -0.01367229 0.7738884 0.3846858 0.0740379 0.9200415 0.8173467 0.06234931 0.5727103 0.1487472 0.0754112 0.985992 0.2676473 0.1874752 0.9450972 0.3727836 0.1997131 0.9061556 0.1812799 0.3308817 0.9260842 0.1646168 0.3593249 0.9185461 0 0.3691214 0.9293802 0.3386334 0.3810236 0.8602862 0.5566576 0.6936552 0.4570757 0.1416974 0.3513901 0.9254128 0.1611682 0.3458968 0.9243141 0.575457 0.6717124 -0.4664754 0 0.7982116 -0.6023438 0.5259255 0.7097384 -0.4686422 0 0.7922605 -0.6101565 -0.4297006 0.7396161 0.5179601 -0.9956664 -0.008362054 -0.09228795 -0.3345134 -0.3137913 0.8886075 -0.1867427 0.8399915 0.509415 -0.9907834 -0.02673417 -0.132725 0.8512833 -0.005890071 0.5246132 -0.7847835 0.3841059 0.4863735 0.3784601 0.1329081 0.9160131 -0.2352977 0.7463607 0.6225166 -0.2388378 -0.3028962 0.9225745 0.3132725 0.1101108 0.9432356 0.009277582 0.8923307 -0.4512467 -0.9353008 0.1265602 -0.3303629 0.3877376 0.2644734 0.882992 -0.9889218 -0.123722 0.0819422 0.3278298 0.3071993 0.8933683 0.3193762 0.3756828 0.8699606 -0.2370983 -0.09735405 0.9665822 -0.187994 0.8965423 0.4010132 -0.9906003 -0.1254616 0.05438393 -0.9884945 -0.1309854 0.07528913 0.4538713 0.2684713 0.8496353 -0.03650009 0.7049165 -0.7083041 0.3997314 0.4506974 0.7981506 0.4216743 0.4821925 0.7678762 0.3859981 0.2829676 0.877987 0.4433424 0.3268532 0.8346202 -0.2114627 0.912656 0.3497116 -0.2148503 -0.1405682 0.9664602 0.272042 0.2461012 0.9302652 -0.01840263 0.6169622 -0.7867672 -0.9346904 0.04886013 -0.3520005 -0.948149 0.01498454 -0.317362 0.4146245 0.4784082 0.7740409 0.4240547 0.5145726 0.7452315 -0.4264351 0.07712024 -0.9012116 -0.2800683 0.1408429 -0.9495834 -0.3576159 0.6875515 0.6319163 0.52266 0.2382885 0.8185369 -0.4110843 0.04895168 0.9102451 -0.4943388 -0.07095551 0.8663595 -0.3993652 0.2181768 0.8904386 -0.3727836 0.1997131 0.9061556 -0.4859157 0.2074038 0.849025 -0.2676473 0.1874752 0.9450972 -0.5565356 0.3257546 0.764275 -0.1812494 0.3308817 0.9260842 -0.1646168 0.3593249 0.9185461 -0.760033 0.3126011 0.5697196 8.24e-4 -0.229133 0.9733878 0.002410948 -0.3051546 0.9522691 0.001068115 -0.3663747 0.9304483 0.3646962 -0.1236305 0.9228492 0.4167302 -0.1687979 0.8932157 0.3592639 -0.05127108 0.9317911 0 -0.1190221 0.9928892 0 -0.1628468 0.9866329 -0.3594775 -0.05130159 0.9317301 -2.1363e-4 -0.04928737 0.9987792 0 -0.3108005 0.9504685 0 -0.1940672 0.9809564 0 0.8957488 0.4445326 0 0.9983215 0.05740529 -0.962035 -0.2553483 0.09628587 -0.1189306 -0.330546 -0.9362468 -0.05703908 0.1044343 0.9928892 0.3765679 0.7324748 -0.567156 -0.7246925 -0.1724296 -0.6671041 -0.3241981 0.4703513 0.8207648 0.2143925 0.2692038 -0.938902 -0.2622761 0.3581347 -0.896054 0.2070375 -0.2854396 0.9357585 -0.3764153 -0.3092135 0.8732872 0.2045961 -0.8753929 -0.4379101 0.02865684 0.8498795 0.5261391 -0.1408123 0.8360241 0.5302897 -0.7890561 0.2484817 0.5617848 -0.1179235 -0.101474 0.9877926 -0.5418561 0.1581469 -0.8254342 0.352031 -0.5538805 0.7544786 0.7246925 -0.1724296 -0.6671041 0.552324 0.01355022 -0.833491 0.5434126 0.8346202 0.08981597 0.7349467 -0.6772973 0.03234958 -0.7599109 0.6491897 -0.03210544 0.3309732 0.8370007 -0.4357433 -0.6443983 -0.7470321 -0.1632435 -0.9891659 -0.001525878 0.1467024 -0.9999695 -0.003204405 9.15555e-5 0.9998474 0.01599168 -4.27259e-4 0.9928587 -0.113834 -0.03479105 -0.8594318 -0.03772085 0.5098117 -0.9895322 0.006286799 0.1440168 0.7511521 -0.01126128 -0.6599933 -0.6730858 0.07809686 -0.7354046 -0.6361278 0.008392572 0.7715079 0 -0.4152348 0.9096958 0.8229011 -0.4687948 -0.3209632 0.8013855 -0.5798517 0.1465803 -0.352977 -0.9077731 -0.2265694 0 0.3014008 0.9534898 0.8933073 0.4221015 0.1543015 0.9931638 -0.02978605 0.1123691 0.6992401 0.1776177 0.6924345 -0.5651723 -0.4378796 -0.699118 -0.9295633 0.358745 -0.08456677 -0.04049801 0.7039399 0.7090671 -0.1405072 -0.4054079 -0.9032563 -0.3379315 -0.6079897 -0.7184057 -0.6898709 -0.65215 -0.3142186 0.9312723 0.3641163 -0.01092559 -0.8080996 0.1309244 -0.5742668 -0.005615353 0.2473525 -0.9689016 0.09326452 -0.2537919 0.9627369 0.9913328 0.08120971 0.1032136 -0.7219459 -0.6601154 0.2073733 0.769921 -0.6268502 -0.1194189 -0.5348064 0.7125767 0.4540238 0.8404797 0.0813623 0.5356609 -0.9145482 0.1267128 0.3841059 0.8876919 0.1651356 -0.4297617 -0.9078036 0.01623582 -0.4190496 0.8923307 -0.0178228 -0.4510025 -0.8485061 0.1441694 -0.5091403 0.8706321 -0.1763054 -0.4591815 0.918363 -0.02478098 -0.394879 -0.4923856 0.1647694 -0.8546099 -0.0390942 -0.2927336 -0.9553819 0.2853786 -0.03753775 0.9576708 0.03164768 -0.2892544 -0.9567248 -0.001403808 -0.2228766 0.9748222 -0.09564501 -0.3860286 -0.917478 -0.4789575 0.4079715 -0.7772454 -0.4536576 -0.4458449 -0.7715995 0.4131596 0.5455794 0.7290872 0.04824972 0.6205024 0.7827082 0.2619709 0.6812342 0.6835536 -0.5434126 0.8346202 0.08978545 -0.7349467 -0.6772973 0.0323801 0.7599109 0.6491897 -0.03210544 -0.3309427 0.8370007 -0.4357128 0.6443983 -0.7470321 -0.1632435 0.9891659 -0.001525878 0.1467024 0.9999695 -0.003204405 9.15555e-5 -0.9998474 0.01599168 -4.27259e-4 -0.9928587 -0.113834 -0.03479105 0.9599903 0.2561724 -0.1128879 0.8461867 0.1315653 0.5163426 0.9895322 0.006286799 0.1440168 0 0.8640705 0.5033418 0 0.2971282 0.9548021 0 -0.8189947 0.573748 -0.7511521 -0.01126128 -0.6599933 0.6730858 0.07809686 -0.7354046 0.6361278 0.008392572 0.7715079 -0.8229011 -0.4688253 -0.3209326 -0.8040102 -0.265511 -0.5319681 -0.8013855 -0.5798517 0.1465803 0.352977 -0.9077731 -0.2265694 -0.8933073 0.4221015 0.1543015 -0.9931638 -0.02978605 0.1123691 0.1161229 -0.7464522 0.6552019 -0.001281738 -0.1713919 -0.985168 0 0.4637593 0.8859218 -0.6992401 0.1776177 0.6924345 0.9246193 0.3458968 -0.1593981 0.5651723 -0.4378796 -0.699118 0.9295633 0.358745 -0.08456677 0.04052853 0.7039399 0.7090671 0.1345255 0.2568743 -0.9570299 -0.980163 -0.03109836 0.1955931 0.1405072 -0.4054079 -0.9032563 0.3379315 -0.6079897 -0.7184057 0.6898709 -0.65215 -0.3142186 -0.9312723 0.3641163 -0.01092559 0.8080996 0.1309244 -0.5742668 0.005615353 0.2473525 -0.9689016 -0.09326452 -0.2537919 0.9627369 -0.9913328 0.08120971 0.1032136 0.7219459 -0.6601154 0.2073733 0 -0.0686056 -0.9976196 0 -0.09253209 -0.9956969 -0.6026796 -0.1153294 -0.7895749 -0.9808039 -0.01617479 -0.1941587 -0.6374401 -0.1950743 -0.7453536 -0.8947111 -0.3661 -0.2557451 -0.4675436 0.03357034 -0.8832972 -0.865688 0.1087069 -0.4886013 -0.769921 -0.6268502 -0.1194189 -0.8751183 0.3059785 -0.3747978 0.5348064 0.7125767 0.4540238 -0.8404797 0.0813623 0.5356609 0.9145482 0.1267128 0.3841059 -0.8876919 0.1651356 -0.4297617 0.9078036 0.01623582 -0.4190496 -0.8923307 -0.0178228 -0.4510025 0.8485061 0.1441694 -0.5091403 -0.8706321 -0.1763054 -0.4591815 -0.918363 -0.02478098 -0.394879 0.4923856 0.1647694 -0.8546099 0.0390942 -0.2927336 -0.9553819 -0.2853786 -0.03753775 0.9576403 -0.03164768 -0.2892544 -0.9566943 0.001403808 -0.2228766 0.9748222 -0.9067965 0.4206061 0.02792441 -0.1252174 0.5538499 0.8231147 0.09561449 -0.3859981 -0.9175085 0.4789575 0.4079715 -0.7772454 0.4536576 -0.4458449 -0.7715995 -0.4131596 0.5455794 0.7290872 -0.747673 -0.1976989 -0.6339305 -0.001647949 -0.03540146 -0.9993591 0.01046782 -0.6502884 -0.7595752 -0.2619709 0.6812342 0.6835536 0 -0.9745781 -0.2239448 0.8040407 -0.265511 -0.5319681 0.4555498 0.4201788 0.7847835 -0.002838194 0.2312387 -0.972869 -0.443495 -0.1571703 0.8823512 -0.9568468 0.2412488 0.1619312 -0.04306161 0.439375 -0.8972442 0.8516495 0.3718985 0.3692129 0.9937437 0.04406869 -0.1024811 0.5781732 0.6297494 0.5187231 -0.7090976 0.6980804 0.09906303 0.3682973 0.9042329 0.2160405 0.3418073 0.9329203 0.1131931 0.01974546 0.9808039 0.1939451 0.3346354 0.3516648 0.8742333 0.9637135 0.1824091 -0.1947386 0.9911801 0.0502029 -0.1226233 0.9971313 0.02710038 -0.07025361 0.607654 0.2409741 0.7567369 -0.9556566 0.09329503 -0.2792749 -0.9956054 -0.09030425 -0.02401804 0.92407 0.2810755 -0.2589495 -0.5786615 0.7935728 0.1880245 -0.9893796 0.138493 0.04348886 -0.981048 0.08359014 -0.1746879 -0.7303079 -0.1860408 0.6572772 0.443495 -0.1571703 0.8823512 -0.9931638 0.08548229 -0.07892084 -0.7114475 0.07821893 0.6983246 0.8961455 -0.3946043 -0.2028565 0.7633595 0.5700858 0.3037202 -0.07290869 0.8772851 0.4743492 -0.01974546 0.9808039 0.1939451 0.8041322 0.5408185 0.2465896 -0.3346354 0.3516648 0.8742638 -0.981109 0.1094698 -0.1594592 0.3303629 -0.229255 0.9155553 0.9368878 0.0859096 -0.3388165 0.987579 -0.07715076 -0.1367839 4.57778e-4 0.8856166 -0.4643391 0.9956054 -0.09030425 -0.02401804 0.9950255 -0.09622484 -0.02490305 -0.975982 -0.1551866 0.1527451 -0.5155492 0.2477492 -0.820246 0.1441999 -0.0877102 -0.9856258 0.4313181 0.8594623 0.2743614 0.6343578 -0.5312662 0.5614795 0.1618701 -0.8094119 0.5644398 -0.1331828 -0.6579791 0.741142 0.2777795 0.2684713 0.9223304 0.002197325 -0.683401 -0.7300028 0.3899655 0.5162511 -0.7624744 0.1835383 0.2582476 0.9484543 -0.3090609 0.7714469 -0.5561388 -0.101535 0.6905118 0.7161169 0.1723685 0.7600635 0.626545 -0.01208531 0.8037965 0.5947142 -0.07193213 0.6806238 0.7290567 0.4229865 0.8572344 0.2936186 0.1627552 -0.1793878 0.9701834 0.1142613 -0.6590777 0.7433089 -0.2405469 0.6266976 -0.7411725 0.1035798 0.7134007 -0.6930143 0.5418561 0.1581469 -0.8254342 0.243202 -0.7917722 -0.5602588 0.3782769 -0.8460952 -0.3754692 -0.3518784 -0.7871944 -0.5063936 0.1034272 -0.1150547 -0.9879452 0.07300025 -0.1387981 -0.9876095 0.6449171 0.7442854 0.1735282 0.955504 -8.85037e-4 0.2949309 0.04599136 -0.008972406 -0.9989013 0.1539964 0.1796624 -0.9715873 -0.4548174 -0.6548357 0.6035646 -0.3381756 -0.8838771 0.3230384 -0.1618701 -0.8094119 0.5644398 0.1331828 -0.6579791 0.741142 -0.3358257 -0.8197577 -0.4638813 -0.3815729 -0.7761162 -0.501999 -0.2293466 -0.8062075 -0.5453352 -0.3899655 0.5162511 -0.7624744 0.103183 -0.6870937 -0.7191687 -0.5302286 0.6113163 0.5874203 -0.5238197 -0.1853999 0.8313853 -0.103885 -0.5462203 0.8311411 0.04831075 0.7078158 -0.7047029 -0.7750481 0.1764275 -0.6067385 -0.764214 -0.5707572 -0.3002411 -0.3782769 -0.8460952 -0.3754692 -0.3655202 0.8152104 -0.449202 0.3356121 -0.4166387 0.8448134 -0.6449171 0.7442549 0.1735282 -0.711539 0.6368908 0.2966704 0.8471938 0.0605182 0.5278176 0.5649586 0.4811548 0.6702475 -0.1034272 -0.1150547 -0.9879452 -0.07300025 -0.1387981 -0.9876095 0.5502488 0.3083896 -0.7759331 -0.08114868 0.9259316 0.3688162 -0.9740288 0.05423134 0.2197943 -0.9560533 0.1235389 0.2658162 -0.9589526 0.0778222 0.2726218 -0.9626148 0.2514114 -0.10065 -0.9599903 0.2561724 -0.1128879 -0.9691458 0.1850032 -0.1627552 -0.9865413 0.1156041 -0.1153294 -0.9980163 0.02642899 -0.05679494 -0.9911801 0.0502029 -0.1226233 -0.9598987 -0.0404675 0.2773827 -0.4380627 0.3415327 0.8315073 -0.7995239 0.1967223 0.5674612 -0.9718315 0.01684617 -0.2349315 -0.9954528 0.08853417 0.03479105 -0.9853511 0.08175909 0.1495102 0.4408704 0.3210547 -0.8381603 -0.939787 0.3312479 -0.08380383 -0.8514359 0.4605548 -0.2508316 -0.9344767 0.3289895 -0.136021 0.9956969 -0.008362054 -0.09228795 0.9882809 0.1230811 0.08993804 0.9893796 0.138493 0.04348886 0.981048 0.08359014 -0.1746879 0.8915677 0.09576708 -0.4425794 0.1378521 0.2193365 -0.9658192 -0.7757195 0.2112491 -0.5946226 -0.876217 0.1971495 -0.4397107 -0.9197669 0.228492 -0.319071 -0.9374981 0.3441572 0.0509659 0.7236244 0.4505142 0.5228126 0.9536424 0.2433851 0.1767937 -0.8149052 0.4649495 0.3459883 -0.5945006 0.5632191 0.5738701 0.632252 -0.3703421 -0.6804712 0.99176 -0.1271706 0.01437419 0.9946287 -0.05203402 -0.08908349 0.8297067 -0.1579638 -0.5353557 0.8615986 -0.150853 -0.4846034 0 -0.3130894 -0.9497055 0.0525223 0.0500198 -0.9973449 0.646382 -0.5642873 -0.513535 -0.9137547 -0.1053498 -0.3922849 -0.9055147 -0.1210974 -0.4065981 -3.05185e-5 -0.3064364 -0.9518723 0.981048 0.109592 -0.1596423 0.6951506 0.1139256 -0.709769 0.1252174 0.5538499 0.8231147 0.7625965 0.07593005 -0.6423536 0.9132359 0.3877376 -0.1250648 -0.1407208 -0.07513654 -0.9871822 -0.2054811 -0.04095584 -0.9777826 -0.6418958 -0.2454298 -0.7264321 0.9589526 0.0778222 0.2726218 0.9560533 0.1235389 0.2658162 0.9626148 0.2513809 -0.10065 0.9558397 0.2523881 -0.1503952 0.9691458 0.1850032 -0.1627552 0.9970397 0.06952112 -0.03274631 0.9833674 0.1116062 -0.1431013 0.9684744 0.1381878 -0.2071901 0.9785455 0.1232032 -0.1650136 0.9980468 0.01855522 -0.0592364 0.9926145 0.05990779 -0.1053498 0.7994934 0.1967223 0.5674917 0.9954528 0.08853417 0.03479105 0.9853511 0.08175909 0.1495102 0.8653829 0.3538011 0.3548387 -0.2548295 -0.7867672 0.5621204 0.8514359 0.4605548 -0.2508011 0.9527269 0.2812891 -0.1146885 -0.9887997 -0.1383404 -0.05590987 -0.9878537 -0.1521958 -0.03033536 0.7363506 0.2706076 0.6201056 0.8396863 0.263741 0.4746849 0.9009369 0.2468642 0.3568224 0.9634693 0.2512589 0.09253209 0.9374981 0.3441572 0.0509659 0.9197669 0.228492 -0.319071 0.876217 0.1971495 -0.4397107 0.7757195 0.2112491 -0.5946226 -0.1378216 0.2193365 -0.9658192 0.8714866 0.1102634 0.4777978 0.9409772 0.312357 -0.1301004 -0.2814722 0.226722 -0.932371 3.05185e-5 -0.00943017 -0.999939 0 -0.07327491 -0.9972839 -0.8207038 -0.002075254 -0.5713371 -0.3299967 -0.2911466 -0.8979461 -0.3283792 -0.2837611 -0.9008759 -9.15555e-5 -0.2685018 -0.9632557 -0.9479354 -0.04370248 -0.3154088 -0.8708762 0.1764275 -0.4586932 -0.9683218 0.2414014 0.06366157 -0.9621571 0.2633137 -0.06970423 -0.9793695 0.07174897 -0.1886959 -0.941435 0.1041597 -0.320658 -0.9116795 0.09851372 -0.3988769 -0.5087741 -0.5270242 0.6806543 -0.7637257 -0.2199469 0.6068606 0.7785272 0.01138335 0.6274911 0.8368785 0.01065093 0.5472579 0.9004791 -0.01309239 0.4346751 0.9670705 -0.00991851 -0.2542802 0.9207129 0.03683578 -0.3884701 0.9874569 0.09656053 0.1247596 0.9777215 0.2092043 -0.01580858 0.8429213 0.2073733 -0.4964446 -0.8524735 0.2630695 -0.451735 -0.9193396 0.2551347 -0.2994171 -0.9634693 0.2512589 0.09253209 0.8188116 0.1604663 0.5511643 0.9272134 0.1255531 0.352855 0.975341 0.08624529 0.2031311 0.8380993 -0.169042 0.5186316 -0.9409772 0.312357 -0.1301004 0.3559374 0.497879 0.7907956 0.2280037 0.6308786 0.7415998 0.5229957 0.4054384 0.7497177 0.5701468 0.1604663 0.8056581 0.5867794 0.201239 0.7842952 0.4687338 0.05505537 0.8815882 0.221778 0.117954 0.9679251 0.4058046 0.7628407 0.5033418 0.7809687 0.1926023 0.5941038 0.2409131 -0.3069552 -0.9207129 0.8747826 0.03933835 -0.4828639 0.992584 0.005066037 -0.1213721 -0.005828976 0.04202395 0.9990845 0.4943388 -0.07095551 0.866329 0.906003 -0.02087461 -0.4227119 0.8890042 0.08966338 0.4490188 0.7946715 -0.1214026 -0.5947142 0.4804224 0.2175054 0.8496048 0.3086337 0.1558885 0.9382916 0.943022 -0.07840204 -0.3233131 0.9973144 0.07156586 -0.01434367 0.2814112 0.3312479 0.9005707 0.5884579 0.4571368 0.6668294 0.5813166 0.7895749 0.1964781 -0.8624531 0.5048372 0.03518784 -0.8970611 0.3761406 0.2318186 0.7067171 0.6725364 0.2195196 0.5839412 0.7324442 0.3500168 0.6905729 0.723075 -0.01486247 -0.5403608 0.8196967 -0.1898251 0.7105014 0.6896878 -0.1395306 0.7525864 0.6584368 -0.004699826 0.03933835 0.9794305 0.1977599 -0.5389874 0.8213447 0.1865901 -0.8041322 0.5408185 0.2465896 0.3651235 0.3940244 0.8434401 0.5268716 0.3521836 0.7735221 -0.9330119 0.2239753 0.2815943 -0.03183078 0.6534624 0.7562487 0.6945403 0.298471 0.6545915 0.5988342 0.3773919 0.7063204 0.5096286 0.3669851 0.7781915 0.3812983 0.4036683 0.8316294 0.6428419 0.6366772 0.4258858 0.9570605 0.2763756 0.08719134 0.974334 0.1006195 -0.2013306 0.9980163 0.02642899 -0.05679494 0.8594318 -0.03772085 0.5098117 0.9598987 -0.0404675 0.2773827 0.9135411 0.0803247 0.3986633 0.8390759 0.5196692 -0.1607715 0.6551103 0.6792505 -0.3307901 0.953917 0.2991424 -0.02294987 0.939787 0.3312479 -0.08377331 -0.132725 0.7288125 -0.6716819 -0.9004791 -0.01309239 0.4346751 0.9494919 0.2875759 -0.1254616 -0.9874569 0.09656053 0.1247596 0.9193396 0.2551347 -0.2994171 0.8524735 0.2630695 -0.4517045 0.6934416 0.2671591 -0.6691184 -0.8915677 0.09576708 -0.4425794 -0.9882809 0.1230811 0.08993804 -0.9536424 0.2433851 0.1767937 -0.7236244 0.4505142 0.5228126 0.5945006 0.5632191 0.5738396 0.8149052 0.4649495 0.3459883 -0.8380993 -0.169042 0.5186316 -0.8707541 0.07116913 -0.4864956 -0.8876308 0.06057924 -0.4565263 -0.8961455 0.05041652 -0.4408398 -0.3559374 0.4979095 0.7907651 -0.5230262 0.4054079 0.7496872 -0.2217475 0.117954 0.9679251 -0.7053133 0.6309092 0.3231605 -0.4058046 0.7628407 0.5033113 -0.7937559 0.04959255 -0.6061586 -0.992584 0.005066037 -0.1213721 -0.1231421 0.08630633 0.9886166 -0.906003 -0.02087461 -0.4227119 -0.4804224 0.2175054 0.8496048 -0.7946715 -0.1214026 -0.5947142 -0.9937437 0.04406869 -0.1024811 -0.9928892 0.09482097 0.07184052 -0.4015625 0.2689291 0.8754234 -0.9362773 -0.1102634 -0.3334452 -0.2814112 0.3312479 0.9005707 -0.9919431 0.1231421 0.02929776 0.9849238 0.1676381 -0.04239016 0.7938475 0.361919 0.4886319 -0.5270852 0.7476425 0.4039125 -0.5813166 0.7895749 0.1964781 0.05227816 0.8876308 0.457564 0.6668905 0.6703391 0.3252968 0.7359539 0.6251106 0.2599567 0.8970611 0.3761406 0.2318186 -0.5932493 0.7253029 0.3492233 -0.6847133 0.6586199 0.3120213 -0.7067171 0.6725364 0.2195196 -0.5769219 0.7940917 0.1911679 -0.6349681 0.6856288 0.3559069 -0.5839412 0.7324442 0.3500168 -0.7272256 0.6213569 0.2915433 -0.6447951 0.7503891 0.1452986 -0.7306742 0.6778161 0.08130127 0.5403608 0.8196967 -0.1898251 -0.7105014 0.6896878 -0.1395306 0.7030854 0.6752526 0.2228156 0.5740532 0.1663259 0.8017212 -0.3651235 0.3940244 0.8434401 -0.5268716 0.3521836 0.7735221 0.9330119 0.2239753 0.2815943 0.03183078 0.6534624 0.7562487 0.8372143 0.2229987 -0.4992828 -0.8917204 0.135197 -0.4318979 -0.945555 0.103824 -0.3083896 0.9430525 -0.1293374 0.3063753 -0.5258949 0.7097079 -0.4687033 -0.9541918 0.2848598 0.09131133 0.4901883 -0.3216651 0.8100528 0.9878537 -0.1521958 -0.03033536 0.9887997 -0.1383404 -0.05590987 0.9714347 0.03015226 -0.2352977 0.9906003 -0.1254616 0.05438393 -0.8135319 0.06775104 0.5775323 0.3885922 0.08386486 0.9175695 0.2570269 0.3716239 0.8920561 0 0.8707236 -0.4917448 -0.9430525 -0.1293374 0.3063753 -0.9815363 -0.1459395 0.1235694 -0.943144 0.09732353 -0.3177587 -0.9717094 -0.1522568 0.180517 -0.09524822 0.6824854 -0.7246315 -0.9402447 -0.193823 0.2799158 -0.9833369 -0.04342782 0.1763359 0.02002012 0.1908322 0.9814142 0.764214 -0.5707572 -0.3002411 -0.4355297 -0.8528398 -0.2880032 0.5040437 0.3817255 -0.7747124 -0.7972655 0.4281442 0.4254586 -0.955504 -8.85037e-4 0.2949309 -0.09610277 -0.2673116 0.9588 0.05703908 0.1044343 0.9928892 0.2290109 0.6655172 0.7103489 0.4355297 -0.8528398 -0.2880032 0.7972655 0.4281442 0.4254586 -0.9971313 0.02710038 -0.07025361 -0.607593 0.2410047 0.7567675 0.8779565 0.1128879 -0.4651936 -0.05844295 0.5294046 0.8463088 0.6187628 0.7282327 -0.2945952 -0.4160283 0.9071932 -0.06216615 0.886227 -0.1322977 -0.4439222 0 -0.3148595 -0.9491257 -0.8537858 0.5200049 -0.02441477 -0.2428053 -0.5159154 -0.8214973 0.8563799 0.4950712 0.1465498 0.9067965 0.4206061 0.02792441 0.9963683 -0.07916498 -0.03064054 -0.4834132 0.3634449 -0.79635 -0.4901883 -0.3216651 0.8100528 -0.01843315 0.2933134 0.9558092 0.04306161 0.4394055 -0.8972442 0.4196295 -0.02121031 -0.9074374 -0.1935178 0.01843315 -0.9808954 -0.3728752 -0.2273324 -0.8995636 -0.9918516 -0.02560502 -0.124607 0 0.05075228 -0.9986877 -0.78988 0.02697831 -0.6126286 -0.8127079 0.08130127 -0.5769219 -0.005310177 0.2378002 -0.9712821 0 0.894528 0.4469741 0.980163 -0.03109836 0.1955931 0.4388561 0.8457595 0.303415 0.9668569 -0.1226539 0.2238532 0.7346416 0.08285772 0.6733604 -0.8961455 -0.3946043 -0.2028565 -0.9654836 0.2166203 0.1444441 -0.6187628 0.7282327 -0.2945952 0.05844295 0.5294046 0.8463088 0.4160283 0.9071932 -0.06216615 -0.9668569 -0.1226539 0.2238532 -0.85168 0.3718985 0.3691824 -0.7346416 0.08285772 0.6733604 -0.9622486 0.1923887 0.1923887 -0.5781732 0.6297494 0.5187231 -0.3682973 0.9042329 0.2160405 -0.3418073 0.9329203 0.1131931 0.9654836 0.2166203 0.1444441 -0.2146672 0.3624988 -0.906888 -0.8741722 -0.4474319 0.1886044 -0.3303629 -0.229255 0.9155553 -0.987579 -0.07715076 -0.1367839 -0.4594256 -0.1853694 0.8686178 -0.8779565 0.1128879 -0.4651936 -2.1363e-4 0.2359996 -0.9717399 -2.1363e-4 0.1911374 -0.9815363 0.6027406 -0.1153294 -0.7895138 0.9783624 -0.01181066 -0.2064882 0.5274209 -0.05594038 -0.8477126 0 -0.4258553 -0.9047822 0.6375011 -0.1950743 -0.7453231 0.4065676 -0.3628956 -0.838435 0 -0.9940794 0.1085543 0.1065401 -0.3344523 -0.9363689 0.8340098 0.5513779 0.01962339 0.2728049 0.7780999 -0.5657827 0 -0.590991 -0.8066347 -1.83111e-4 -0.1025117 -0.9947203 -0.006164729 0.2360606 -0.9717094 0.208594 0.2176885 -0.9534288 0.3539842 0.1998962 -0.9136021 0.4777367 0.1065401 -0.8720054 0.7497482 0.2483291 -0.6133305 -3.05185e-5 -0.009399652 -0.999939 0 -0.1474959 -0.9890438 0 -0.9104282 -0.4135869 0 -0.993408 -0.1145359 0.8432875 -0.4932096 -0.2134464 0 0.3033235 -0.9528489 -3.05185e-5 -0.03344827 -0.9994202 0 -0.2322458 -0.9726554 0 -0.704764 -0.7094027 0 0.008697748 -0.999939 -6.1037e-5 0.07470929 -0.9971923 0 -0.9549547 -0.296701 0 -0.8059633 -0.591937 0 -0.9994812 -0.03210544 0.9975891 -0.06836146 0.01001006 -0.6723838 0.2792749 -0.6854763 0.7966247 -0.09854423 -0.5963317 0.8031251 -0.1357463 -0.5800958 0 -0.2341074 -0.9721977 -0.7237465 0.04370248 -0.6886502 0.5204626 -0.06463819 -0.8514054 0 -0.07174897 -0.997406 0 -0.09549242 -0.9954223 -0.5236366 -0.06622517 -0.8493301 -0.9389935 -0.1825312 -0.2914212 -0.9624317 -0.05117952 -0.2665792 0.04455697 -0.9891964 0.1395916 0.156621 -0.2348094 -0.9593188 0.8156988 -0.02764976 -0.5777764 0.8205512 -0.002075254 -0.5715507 0.5198218 -0.09540086 -0.8489029 0.4655904 -0.1496322 -0.872219 -0.1787469 0.4346446 -0.8826563 -0.03027433 0.03381448 -0.9989624 0.1247291 -0.1265297 -0.9840694 0.140965 -0.1004974 -0.9848933 0.4714804 0.004303097 -0.8818323 0.1268654 0.04486221 -0.990875 0.1939756 0.01837211 -0.9808039 0.129368 -0.1757866 -0.9758599 0.1543015 -0.2022156 -0.967101 0.3185217 -0.3033845 -0.8980072 0.2495498 -0.3086337 -0.9178442 0.9055758 -0.1210974 -0.4065065 0.9136326 -0.1054719 -0.3925596 0.9917295 -0.02587968 -0.1254921 0.3722953 -0.2275155 -0.8997772 -0.2088991 -0.977752 0.01843315 0.01739555 0.06057924 -0.9979858 0 0.1039155 -0.9945677 0 0.9983215 0.05780202 0.7246315 0.09833061 -0.6820582 -0.20777 -0.8211615 -0.5314798 -0.7149266 0.2047486 -0.6685079 -0.6737877 -0.02075254 -0.738609 -0.5277871 -0.05603194 -0.847499 -0.434553 0.31901 -0.8422498 -0.9234291 0.3581042 -0.1377605 0.9313639 -0.1734367 -0.3200476 0.7509079 -0.2005676 -0.6291696 -0.6312143 -0.3708304 -0.6811732 -0.645497 -0.5645619 -0.5143284 -0.2864162 -0.1891232 -0.9392377 -0.1977294 -0.05139315 -0.9788812 -0.4071779 -0.3619495 -0.8385266 -0.04455697 -0.9891964 0.1395916 -0.996643 -0.07760852 -0.02514719 -0.1299783 0.04489272 -0.9904782 -0.01718187 0.0605182 -0.9980163 -0.156682 -0.2348094 -0.9593188 -0.129368 -0.1757866 -0.9758599 -0.1243324 -0.1495407 -0.9808954 -0.2855312 -0.3099765 -0.906827 -0.9684134 -0.04904323 -0.2444227 -0.3456832 -0.2539445 -0.9033173 -0.1913815 0.2608722 -0.9461959 0.1273537 0.1784722 -0.9756463 -0.7246315 0.09833061 -0.6820276 -0.7163305 0.3699454 -0.5915708 -0.2285225 0.005767941 -0.9735099 -0.3548387 0.1995911 -0.913358 -0.4645528 -0.1732841 -0.8684042 -0.4004639 -0.2125003 -0.8913236 -0.1409345 -0.1004974 -0.9848933 -0.1246986 -0.1265297 -0.9840694 -0.9826045 -0.1092257 0.1499984 0.1288186 0.1829279 -0.9746391 -0.2324289 0.2139958 -0.9487594 0.03027433 0.03381448 -0.9989624 -0.3185217 -0.303415 -0.8980377 -0.2410352 -0.3069247 -0.9206824 -0.8031861 -0.1357463 -0.5800043 -0.7966552 -0.09854423 -0.5963317 -0.2946867 -0.3061617 -0.9052095 0.2549821 -0.1162145 -0.9599292 0.479812 -0.07367163 -0.8742638 -0.5473189 -0.8368175 -0.01083403 -0.9709159 0.07126069 -0.228492 0.4334544 0.08056885 -0.8975494 0.2053896 -0.04095584 -0.9778131 0 -0.2876675 -0.9577013 0.3452864 -0.253975 -0.9034395 0.9544359 -0.1708121 -0.2446364 0.2739036 -0.1906186 -0.9426558 0.9255043 -0.3696097 0.08218634 0.9833979 -0.04437386 0.1758476 0.9995728 -0.009613275 -0.02734458 0.866451 0.187933 -0.4624775 0.2312998 0.2847377 -0.9302652 0.8191473 0.1328165 -0.5579394 -0.3742485 0.3089999 -0.8743248 -0.06723225 0.2933134 -0.9536119 -0.478042 0.1064485 -0.8718222 -0.9952391 -0.04428231 -0.08667254 -0.9917905 -0.1264687 0.01855522 -0.9886471 -0.1324503 0.07061982 0.1059297 -0.9721061 -0.2091433 0.001403808 -0.04382455 -0.9990234 -0.3222755 0.2955718 -0.8992889 -0.3581957 0.2688986 -0.8940703 -0.9575182 -0.1660817 -0.2356639 -0.8569293 0.4942167 0.1460921 -0.8192999 0.1331828 -0.5576342 0.3861202 0.3854182 -0.8380383 0.9708853 0.0712912 -0.2285836 0.7594531 0.02044737 -0.6501969 0.790521 0.02697831 -0.6118046 0.8127384 0.08130127 -0.5768914 -0.1046785 -0.9722892 -0.2089907 0.4637593 -0.1734061 -0.8688009 0.3995788 -0.2126529 -0.8916593 0.328135 -0.2837916 -0.9009674 0.3299967 -0.2911466 -0.8979461 0.9477523 -0.04382455 -0.3158971 0.8244881 -0.5439925 0.1557664 0.832728 0.208594 -0.5128331 0.3571581 0.2692038 -0.8943755 0.2782983 0.3007599 -0.9121677 -0.200415 -0.2872402 -0.9366436 -0.7053133 -0.1492355 0.6929838 -0.8616901 -0.1508225 -0.4844508 -0.8298288 -0.1579027 -0.5351726 -0.4742577 0.1084933 -0.8736534 0.3508408 0.4379711 -0.8276925 -0.3567003 0.107242 -0.9280068 -0.4950102 0.0972014 -0.8633992 0.05847346 0.29429 -0.953917 0.3737297 0.3084811 -0.8747215 0.990875 -0.09500408 0.09555345 0.6737571 -0.7379071 0.03878897 0.5032503 -0.06469923 -0.8616901 0.9957274 -0.07876825 -0.04779195 0 -0.1764275 -0.984283 0.8032472 -0.06488233 -0.5920896 0.9574877 -0.2204962 -0.1859188 0.9887387 -0.1319925 0.07028412 0.9069185 0.2790002 0.3155919 0.998413 0.0534684 -0.01678514 0 -0.1287881 -0.9916685 0.3545335 0.106418 -0.9289529 0.3162023 -0.002746641 -0.9486679 0.9795221 -0.171575 -0.1052888 0.3180029 -0.9088107 -0.2699362 0.2285836 -0.7289041 -0.6453139 -0.8032166 -0.06491285 -0.5921201 -0.9574877 -0.2204962 -0.1858882 -0.2496719 -0.3086032 -0.9178137 -0.886227 -0.1322672 -0.4439222 -0.8245491 -0.5438703 0.155797 -0.9259011 -0.368572 0.08255255 -0.007324397 0.02685624 -0.9996033 -0.8333079 0.04834127 -0.5506455 0.4833827 0.3634449 -0.79635 0.2129886 0.3638111 -0.9067659 -0.2312387 0.2847682 -0.9302652 -0.4193853 -0.02121031 -0.9075289 0.9484848 -0.04849386 -0.3129673 0.7054048 -0.1492355 0.6928923 0.8366344 0.05313271 -0.5451216 0.4318369 0.3135166 -0.8456679 -0.5201269 -0.0954619 -0.8487198 -0.4663228 -0.1495102 -0.8718528 -0.8156377 -0.02764976 -0.5778375 -0.1543015 -0.2022156 -0.967101 -0.971221 -0.1988586 0.1310464 -0.9069185 0.2790002 0.3155919 -0.9979248 0.06332588 0.01104766 0.1786859 0.4346446 -0.8826563 -0.2289804 -0.7293008 -0.6447035 0.7149266 0.2047486 -0.6685079 0.6737877 -0.02075254 -0.738609 0.9710685 -0.19953 0.1310769 0.9827876 -0.1112094 0.1473433 -0.3186438 -0.9086276 -0.2698752 -0.3046053 0.7766961 -0.5512558 0.708182 0.01657152 -0.7058016 0.9496139 0.2184514 -0.2246467 -0.4068728 0.5214393 -0.7499924 -0.3508408 0.4379101 -0.8276925 0.8714255 -0.01467937 -0.4902493 0.8323313 -0.04177981 -0.5526597 0.7133702 0.3690298 -0.5956908 0.972747 0.1656239 -0.1620838 0.507767 -0.1236915 -0.8525345 0.5148168 -0.1024201 -0.8511307 0.1243324 -0.1495407 -0.9808954 0.7805109 0.1728873 -0.6007264 0.7241432 0.1945555 -0.6616108 0.7868587 -0.005310177 -0.6170843 0.752678 0.0678426 -0.6548662 0.975341 0.04171878 -0.2165898 0.6465957 -0.2161626 -0.7315287 0.6830043 -0.1911679 -0.7049165 0.8464308 -0.2215338 -0.4841762 0.7791986 -0.1528367 -0.6078372 0.7178564 0.1958983 -0.6680197 0.7871944 0.144261 -0.5995666 0.05520796 0.202063 -0.9777826 0.05331581 0.1046479 -0.9930723 0.5369732 0.2312998 -0.811243 0.3783074 0.3104648 -0.8720359 0.8117924 -0.02023375 -0.583575 0.8011109 -0.03854483 -0.5972473 0.2871792 0.06576734 -0.9555956 0.3642384 0.03860586 -0.9304788 0.726188 0.01135283 -0.6873684 0.7134617 -0.01428264 -0.7004914 0.5162816 -0.1710257 -0.839137 0.5330058 -0.197821 -0.8226569 0.6641438 -0.2265083 -0.7124241 0.6552019 -0.2337718 -0.7183447 0.737846 -0.1497848 -0.6581012 0.7706534 -0.1195715 -0.6259041 0.8908353 0.02911466 -0.4533525 0.9945677 -0.06646931 0.07980591 0.8719138 0.0242927 -0.4889981 0.7494431 0.2281869 -0.6214484 0.731193 0.1387371 -0.6678671 -0.6254158 -0.2454603 -0.7406537 -0.6414685 -0.238258 -0.7291787 -0.05340737 0.1046479 -0.9930418 -0.05520796 0.2020325 -0.9778131 -0.9726554 0.1663564 -0.1619922 -0.7133702 0.3690298 -0.5957213 0.04104739 0.1910153 -0.9807123 -0.02362132 0.2048402 -0.9784845 -0.1399884 0.07251197 -0.9874874 0.2106997 0.1250953 -0.9694815 -0.8016297 -0.03845328 -0.5965453 -0.8118534 -0.02020323 -0.5834834 -0.3642689 0.0386669 -0.9304788 -0.507767 -0.1236915 -0.8525345 -0.5147557 -0.1024201 -0.8511918 -0.5163426 -0.1709952 -0.8391065 -0.5331279 -0.1977905 -0.8225654 -0.09793388 -0.05896174 -0.9934386 -0.3516343 -0.1062654 -0.9300516 -0.7973876 -0.0585345 -0.6005737 -0.7819758 -0.08377331 -0.6176031 -0.8709983 -0.01428264 -0.4910428 -0.8337962 -0.04168826 -0.5504929 -0.3979308 -0.3585925 -0.8443861 -0.9452498 0.2254402 -0.2358775 -0.6889859 -0.04416024 -0.7233802 -0.8867458 0.02514719 -0.4615009 -0.8010498 0.0934782 -0.5912046 -0.6096988 -0.2469252 -0.7531663 -0.5868404 -0.2535173 -0.7689444 -0.8907437 0.02893149 -0.4535356 -0.8722801 0.0241096 -0.4883572 -0.9945677 -0.06649982 0.08001953 -0.101535 0.3318583 -0.9378338 -0.3047578 0.2906888 -0.9069491 0.8440809 0.2115543 -0.4926603 0.7228614 0.2008118 -0.6611225 0.7956175 -0.0587176 -0.6029237 0.7799005 -0.08453625 -0.6201056 0.4382763 -0.3409833 -0.8316294 0.8006531 0.03094571 -0.5983154 0.886105 0.02526932 -0.4627217 0.7993713 0.09472942 -0.5932798 -0.6467483 -0.2161015 -0.7314066 -0.6833705 -0.1910458 -0.7046114 -0.7915891 0.1421552 -0.5942564 -0.7171545 0.1960204 -0.6687521 -0.5580005 0.2029175 -0.8046205 -0.403943 0.2922147 -0.8668172 0.5865657 -0.2535783 -0.769158 0.6094241 -0.2469863 -0.7533494 0.101474 0.3318583 -0.9378338 0.3052766 0.2903531 -0.906888 0.3674734 -0.1071504 -0.9238258 0.09588915 -0.05984675 -0.9935606 0.7014069 0.4835658 0.5235756 0.6845607 -0.05154573 -0.727073 0.8785058 0.03100675 -0.4766686 -0.7264931 0.01135283 -0.6870632 -0.7136448 -0.01425212 -0.7003083 -0.6640217 -0.2265388 -0.7125462 -0.6550188 -0.2338023 -0.7184973 -0.7380596 -0.1496017 -0.657918 -0.771569 -0.1189306 -0.624897 -0.7808771 0.1727653 -0.6002991 -0.7242043 0.194525 -0.6615498 -0.7331461 0.1962035 -0.6511124 -0.8481704 0.2143925 -0.4843593 0.5332499 -0.05642867 -0.8440504 0.5219275 -0.07846307 -0.8493301 0.5695059 -0.2379833 -0.7867672 0.5465255 -0.2277596 -0.8058413 0.6253243 -0.2454909 -0.7407147 0.6415296 -0.238258 -0.7291177 -0.9410688 -0.3260293 -0.08957183 0.9409467 -0.3263955 -0.08954131 -0.744377 0.06341743 -0.6646931 -0.7876217 -0.006805598 -0.6160771 -0.5331584 -0.05642867 -0.8441115 -0.521775 -0.07849359 -0.8494522 -0.5698111 -0.2379223 -0.7865536 -0.5467391 -0.2277596 -0.8056581 0.6937468 0.1356548 -0.707297 0.5831172 0.2122867 -0.784112 -0.7027803 0.1386761 -0.6977142 -0.6264535 0.1878719 -0.7564318 -0.7509079 0.2279427 -0.6197699 -0.7333903 0.1381267 -0.6655782 -0.6667379 -0.06711018 -0.7422102 -0.8789331 0.03012174 -0.4759666 -0.7013459 0.4835963 0.5236366 0.5123447 -0.1472823 -0.8460341 0.6615192 -0.04638808 -0.7484664 0.5178381 0.001586914 -0.8554338 0.7184973 0.1932737 -0.6681112 0.6914579 -0.6361889 -0.342204 0.4783166 -0.8738365 -0.0869472 0.3596301 -0.9262368 0.1126438 0.8853114 -0.4619587 0.05267494 0.7584765 -0.6354259 0.1446577 -0.5027009 0.03933835 -0.8635517 -0.8563799 -0.509476 -0.08359014 -0.7987915 -0.4904019 -0.3483688 -0.5283059 -0.8287301 0.1844539 -0.3599048 -0.9261757 0.1123996 -0.8870205 -0.4586322 0.05301064 -0.479049 -0.8734703 -0.08648943 -0.692465 -0.6355174 -0.3414106 -0.7786798 -0.3765069 -0.5018464 0.7910703 -0.3163244 -0.5235145 0.7484664 -0.1606494 -0.6433607 0.8189032 -0.3982971 -0.4131901 0.4325693 -0.0303964 -0.901059 0.455031 0.02475047 -0.8901029 0.7991882 -0.4892422 -0.3491623 0.8556169 -0.5106662 -0.08407849 0.4930875 -0.5229042 -0.6952422 0.7672048 -0.3707084 -0.5233619 0.5283975 -0.8286691 0.1845149 0.5030366 0.03952145 -0.8633381 0.3443709 -0.9302347 0.1266213 -0.5123752 -0.1472823 -0.8460036 -0.7187109 0.1932126 -0.6678976 -0.3934751 -0.06894129 -0.916715 -0.7594531 -0.6342662 0.1446577 -0.3452559 -0.929899 0.1266518 -0.5591601 -0.01806694 -0.8288522 -0.4813989 0.03158664 -0.8759117 -0.6863613 -0.01281774 -0.727134 -0.8056581 -0.2032532 -0.556383 -0.760796 -0.1350749 -0.634724 -0.7945494 -0.314127 -0.5195776 -0.4950712 -0.5227211 -0.6939909 -0.8218635 -0.3954893 -0.4099552 -0.2872097 0.06579786 -0.9555956 -0.03640854 0.1808221 -0.9828181 -0.1586962 0.0592364 -0.9855343 0.3754692 -0.5326396 -0.7584765 0.401471 0.07577741 -0.9126865 0.3557237 0.07394635 -0.9316385 0.3381756 -0.8838771 0.3230384 0.3764153 -0.3092135 0.8732872 0.412244 -0.2205267 0.8839687 0.08075195 0.3826716 0.9203162 -0.2045961 -0.8753929 -0.4379101 0.3054292 0.7958006 -0.5228431 0.7905515 0.2393566 0.5636464 -0.3649709 0.5391095 -0.7589954 -0.4058962 0.6504105 -0.6419874 -0.04831075 0.7078158 -0.7047029 0.7750481 0.1764275 -0.6067385 -0.3468123 -0.5662099 0.747734 -0.0190435 0.8232368 0.5673696 -0.5336161 0.7908567 0.2995697 -0.65038 -0.4200568 -0.6328623 -0.6665853 0.5282449 -0.5258949 0.1120029 0.2112796 0.9709769 -0.04782247 0.801294 -0.5963011 0.0190435 0.8232368 0.5673696 -0.3753777 0.06454664 0.9245887 -0.3754692 -0.5326396 -0.7584765 0.25721 -0.4380932 0.8613239 -0.412244 -0.2205267 0.8839687 0.3539842 0.5948058 -0.7216712 0.04535049 -0.1964171 0.979461 -0.089877 -0.3655507 0.9264199 0.101535 0.6905423 0.7161169 -0.1736198 0.7053133 0.6872463 0.06906336 0.6832789 0.7268593 -0.1398663 0.8138066 0.5639821 -0.6210212 0.4683676 0.6284372 -0.7249367 0.00943017 0.6887112 -0.1035798 0.7134007 -0.6930143 -0.5824763 -0.2847988 -0.7612842 -0.243202 -0.7917722 -0.5602588 0.3518784 -0.7871944 -0.5063936 0.9266945 -0.25721 0.2739036 -0.3534044 -0.3585925 -0.863979 -0.5081942 0.3794977 -0.7730949 0.6665853 0.5282449 -0.5258949 -0.2515946 0.6202887 -0.7428815 0.03640854 0.1808221 -0.9828181 -0.25721 -0.4380932 0.8613239 0.1560716 0.8974884 0.4124577 0.6210212 0.4683676 0.6284372 -0.0585345 0.482284 -0.8740196 0.7657399 0.05078279 -0.6411023 0.3533738 -0.3585925 -0.863979 0.2544938 0.6922513 0.6752526 0.0482192 0.7002472 -0.712241 0.09610277 -0.2673116 0.9588 0.3358257 -0.8197577 -0.4638813 0.06714069 -0.828608 -0.5557421 -0.3539842 0.5948058 -0.7216712 -0.37022 0.6943266 -0.6170843 0.5388043 0.8418226 0.03164768 0.5918149 0.6641438 -0.45674 -0.103183 -0.6870937 -0.7191687 -0.04535049 -0.1964171 0.979461 0.1736198 0.7053133 0.6872463 0.1404156 0.8082522 0.5717948 0.5302286 0.6113163 0.5874508 0.2287362 -0.2000183 0.9526963 0.2495193 0.7684561 -0.5891904 0.2264473 0.7612842 -0.6075625 0.5719779 -0.6832789 -0.4537797 -0.09134185 0.7363201 0.6704001 -0.0482192 0.7002472 -0.712241 -0.3356121 -0.4166387 0.8448134 -0.0921964 0.5238197 -0.8467971 -0.2379833 0.953795 0.1832636 0.711539 0.6368908 0.2966704 -0.8471938 0.0605182 0.5278176 0.2576983 0.8312327 0.4925077 0.3348796 0.8102664 0.4809107 0.3918271 0.7779473 0.4911344 -0.9269387 -0.3552049 0.1207922 -0.6343578 -0.5312662 0.5614795 -0.3428449 -0.4480727 0.8256173 -0.08075195 0.3826716 0.9203162 -0.02002012 0.1908322 0.9814142 -0.1794488 -0.4090396 -0.8946806 -0.06714069 -0.828608 -0.5557421 0.2814112 -0.859798 -0.4260079 0.1302224 -0.8242744 -0.5509812 0.37022 0.6943266 -0.6170843 -0.3054292 0.7958006 -0.5228431 -0.335551 0.7017426 -0.6284372 -0.5388043 0.8418226 0.03164768 -0.5918149 0.6641438 -0.45674 -0.1560716 0.8974884 0.4124577 -0.4229865 0.8572344 0.2936186 -0.2287362 -0.2000488 0.9526963 0.3649709 0.5391095 -0.7589954 0.4058962 0.6504105 -0.6419874 0.3818476 0.7382428 -0.5560168 0.2405469 0.6266976 -0.7411725 -0.2495193 0.7684561 -0.5891904 -0.7657399 0.05078279 -0.6411023 -0.6371654 -0.4503921 -0.6254158 -0.5719779 -0.6832789 -0.4537797 0.05227816 -0.896878 -0.4391003 0.09134185 0.7363201 0.6704001 -0.4234138 0.5473495 0.7218543 0.0585345 0.482284 -0.8740196 0.0921964 0.5238197 -0.8467971 0.2379833 0.953795 0.1832636 -0.3918271 0.7779473 0.4911344 -0.2576983 0.8312327 0.4925077 0.9269387 -0.3552049 0.1207922 0.4548174 -0.6548357 0.6035646 0.2293466 -0.8062075 -0.5453352 -0.1302224 -0.8242744 -0.5509812 0.3626819 0.2906278 -0.885403 -0.2290109 0.6655172 0.7103489 -0.3818476 0.7382428 -0.5560168 -0.07794427 0.5627308 -0.8229316 -0.3626514 0.2906278 -0.885403 0.07794427 0.5627308 -0.8229316 0.1718802 -0.122013 0.9775078 -0.01635789 0.3093966 0.9507737 -0.1200598 -0.2475051 0.9613941 -0.04480117 0.39494 0.9176 0.4049806 0.1415143 0.9032868 0.04480117 0.39494 0.9176 -0.03698843 0.2701498 0.962096 -0.01162755 0.3684194 0.9295633 -0.005615353 0.4065065 0.9136021 0.4417554 -0.3239235 0.8365734 0.05734425 0.332255 0.9414045 0.01608324 -0.7749871 -0.6317331 -0.01608324 -0.7749871 -0.6317331 + + + + + + + + + + 0.4102072 0.05410814 0.3994143 0.06714409 0.4069303 0.07361555 0.4102072 0.05410814 0.4157929 0.06226593 0.4272321 0.0535441 0.4102072 0.05410814 0.4239279 0.04424625 0.4066385 0.04787003 0.4102072 0.05410814 0.4066385 0.04787003 0.3994143 0.06714409 0.4041101 0.04419934 0.3910357 0.0591551 0.3943619 0.06201982 0.4041101 0.04419934 0.4066385 0.04787003 0.4220687 0.03730732 0.4041101 0.04419934 0.4205262 0.0330578 0.4023582 0.04211294 0.4041101 0.04419934 0.4023582 0.04211294 0.3910357 0.0591551 0.4011191 0.04062753 0.3873572 0.05654537 0.3888845 0.05763524 0.4011191 0.04062753 0.4023582 0.04211294 0.4193204 0.03052324 0.4011191 0.04062753 0.4184708 0.02872914 0.3999441 0.03923922 0.4011191 0.04062753 0.3999441 0.03923922 0.3873572 0.05654537 0.3983847 0.03744399 0.4166141 0.02491629 0.4154288 0.02252733 0.3983847 0.03744399 0.396633 0.03544533 0.3817418 0.0527172 0.3983847 0.03744399 0.3839419 0.05419385 0.3858957 0.05552005 0.3983847 0.03744399 0.3999441 0.03923922 0.4176709 0.02706396 0.3744177 0.07415109 0.3702855 0.09587121 0.3725981 0.0960409 0.3744177 0.07415109 0.3766264 0.07492166 0.3858957 0.05552005 0.3744177 0.07415109 0.3839419 0.05419385 0.3817418 0.0527172 0.3744177 0.07415109 0.3719224 0.07329654 0.3676626 0.09569376 0.3782616 0.07552415 0.3742904 0.09619516 0.3760204 0.09636902 0.3782616 0.07552415 0.3799523 0.07616454 0.3888845 0.05763524 0.3782616 0.07552415 0.3873572 0.05654537 0.3766264 0.07492166 0.3782616 0.07552415 0.3766264 0.07492166 0.3742904 0.09619516 0.382327 0.07704871 0.3784467 0.09659767 0.3826089 0.09741181 0.382327 0.07704871 0.3862047 0.07893705 0.3943619 0.06201982 0.382327 0.07704871 0.3910357 0.0591551 0.3799523 0.07616454 0.382327 0.07704871 0.3799523 0.07616454 0.3784467 0.09659767 0.3924041 0.08259004 0.3895469 0.09934216 0.3993368 0.1012123 0.3924041 0.08259004 0.4013518 0.08691436 0.4069303 0.07361555 0.3924041 0.08259004 0.3994143 0.06714409 0.3862047 0.07893705 0.3924041 0.08259004 0.3862047 0.07893705 0.3895469 0.09934216 0.3912124 0.1162967 0.3971637 0.1322939 0.4066002 0.1289816 0.3912124 0.1162967 0.4011653 0.1155591 0.3993368 0.1012123 0.3912124 0.1162967 0.3895469 0.09934216 0.3840165 0.1162341 0.3912124 0.1162967 0.3840165 0.1162341 0.3971637 0.1322939 0.3798572 0.1165195 0.3863152 0.1354517 0.3901995 0.1341104 0.3798572 0.1165195 0.3840165 0.1162341 0.3826089 0.09741181 0.3798572 0.1165195 0.3784467 0.09659767 0.3775476 0.1169167 0.3798572 0.1165195 0.3775476 0.1169167 0.3863152 0.1354517 0.3759011 0.1171894 0.3828072 0.1370873 0.384266 0.1364125 0.3759011 0.1171894 0.3775476 0.1169167 0.3760204 0.09636902 0.3759011 0.1171894 0.3742904 0.09619516 0.3742728 0.1174747 0.3759011 0.1171894 0.3742728 0.1174747 0.3828072 0.1370873 0.3720181 0.1179097 0.3793032 0.1387795 0.3813495 0.1377763 0.3720181 0.1179097 0.3742728 0.1174747 0.3725981 0.0960409 0.3720181 0.1179097 0.3702855 0.09587121 0.3676626 0.09569376 0.3720181 0.1179097 0.3694501 0.1184193 0.3769628 0.1399399 0.3918284 0.1569938 0.408579 0.1714215 0.4098188 0.1695382 0.3918284 0.1569938 0.3935268 0.1554985 0.3813495 0.1377763 0.3918284 0.1569938 0.3793032 0.1387795 0.3769628 0.1399399 0.3918284 0.1569938 0.3898782 0.1587221 0.4071505 0.1735999 0.3947221 0.1544691 0.410681 0.168245 0.4115297 0.166983 0.3947221 0.1544691 0.3959078 0.1534618 0.384266 0.1364125 0.3947221 0.1544691 0.3828072 0.1370873 0.3935268 0.1554985 0.3947221 0.1544691 0.3935268 0.1554985 0.410681 0.168245 0.3975774 0.1520323 0.4127287 0.1651934 0.4153349 0.1621295 0.3975774 0.1520323 0.4009296 0.1497474 0.3901995 0.1341104 0.3975774 0.1520323 0.3863152 0.1354517 0.3959078 0.1534618 0.3975774 0.1520323 0.3959078 0.1534618 0.4127287 0.1651934 0.4071635 0.1461739 0.4204047 0.1570444 0.4268744 0.1494064 0.4071635 0.1461739 0.4154047 0.1405065 0.4066002 0.1289816 0.4071635 0.1461739 0.3971637 0.1322939 0.4009296 0.1497474 0.4071635 0.1461739 0.4009296 0.1497474 0.4204047 0.1570444 0.4360802 0.164013 0.4530261 0.1667281 0.4547125 0.1568818 0.4360802 0.164013 0.4403049 0.154954 0.4268744 0.1494064 0.4360802 0.164013 0.4204047 0.1570444 0.4325431 0.1702412 0.4360802 0.164013 0.4325431 0.1702412 0.4530261 0.1667281 0.4308544 0.1738677 0.4506059 0.177607 0.4512662 0.1736617 0.4308544 0.1738677 0.4325431 0.1702412 0.4153349 0.1621295 0.4308544 0.1738677 0.4127287 0.1651934 0.4301883 0.1758948 0.4308544 0.1738677 0.4301883 0.1758948 0.4506059 0.177607 0.429719 0.177325 0.450448 0.1812534 0.4505113 0.1797442 0.429719 0.177325 0.4301883 0.1758948 0.4115297 0.166983 0.429719 0.177325 0.410681 0.168245 0.429239 0.1787925 0.429719 0.177325 0.429239 0.1787925 0.450448 0.1812534 0.4285408 0.1809318 0.4502691 0.1850525 0.4503795 0.1828008 0.4285408 0.1809318 0.429239 0.1787925 0.4098188 0.1695382 0.4285408 0.1809318 0.408579 0.1714215 0.4071505 0.1735999 0.4285408 0.1809318 0.4277336 0.183407 0.4501379 0.1876564 0.4723194 0.1833113 0.4932036 0.1760213 0.4921479 0.1740036 0.4723194 0.1833113 0.4718323 0.1811022 0.4502691 0.1850525 0.4723194 0.1833113 0.4502691 0.1850525 0.4501379 0.1876564 0.4723194 0.1833113 0.4728738 0.1858612 0.4944072 0.1783443 0.47148 0.1795744 0.491388 0.1725962 0.490625 0.171209 0.47148 0.1795744 0.4711263 0.1780782 0.4505113 0.1797442 0.47148 0.1795744 0.450448 0.1812534 0.4718323 0.1811022 0.47148 0.1795744 0.4718323 0.1811022 0.491388 0.1725962 0.4706352 0.1759632 0.48956 0.1692519 0.4880774 0.1654796 0.4706352 0.1759632 0.470216 0.1719698 0.4512662 0.1736617 0.4706352 0.1759632 0.4506059 0.177607 0.4711263 0.1780782 0.4706352 0.1759632 0.4711263 0.1780782 0.48956 0.1692519 0.4700783 0.1648383 0.4860613 0.1586469 0.4825257 0.1493502 0.4700783 0.1648383 0.469113 0.1549223 0.4547125 0.1568818 0.4700783 0.1648383 0.4530261 0.1667281 0.470216 0.1719698 0.4700783 0.1648383 0.470216 0.1719698 0.4860613 0.1586469 0.4997996 0.1484578 0.5104552 0.1351244 0.5027488 0.1289223 0.4997996 0.1484578 0.4939697 0.1404404 0.4825257 0.1493502 0.4997996 0.1484578 0.4860613 0.1586469 0.5035347 0.1545046 0.4997996 0.1484578 0.5035347 0.1545046 0.5104552 0.1351244 0.5059983 0.1577885 0.5189422 0.142538 0.5156428 0.1399779 0.5059983 0.1577885 0.5035347 0.1545046 0.4880774 0.1654796 0.5059983 0.1577885 0.48956 0.1692519 0.507599 0.1594492 0.5059983 0.1577885 0.507599 0.1594492 0.5189422 0.142538 0.5087451 0.1606267 0.5224785 0.1446442 0.5210039 0.1437712 0.5087451 0.1606267 0.507599 0.1594492 0.490625 0.171209 0.5087451 0.1606267 0.491388 0.1725962 0.5098767 0.1618118 0.5087451 0.1606267 0.5098767 0.1618118 0.5224785 0.1446442 0.511434 0.1634954 0.5258781 0.1467478 0.5239189 0.1455165 0.511434 0.1634954 0.5098767 0.1618118 0.4921479 0.1740036 0.511434 0.1634954 0.4932036 0.1760213 0.4944072 0.1783443 0.511434 0.1634954 0.5132041 0.1654282 0.5280967 0.1481587 0.5354035 0.1267928 0.5395367 0.1050743 0.5371858 0.104987 0.5354035 0.1267928 0.5331745 0.1261068 0.5258781 0.1467478 0.5354035 0.1267928 0.5258781 0.1467478 0.5280967 0.1481587 0.5354035 0.1267928 0.5379174 0.1275818 0.5421782 0.1051864 0.5315154 0.1256268 0.5354164 0.1049492 0.5335591 0.1049262 0.5315154 0.1256268 0.5297954 0.125148 0.5210039 0.1437712 0.5315154 0.1256268 0.5224785 0.1446442 0.5331745 0.1261068 0.5315154 0.1256268 0.5331745 0.1261068 0.5354164 0.1049492 0.5273838 0.1244655 0.5309446 0.104883 0.5266422 0.1043153 0.5273838 0.1244655 0.5234568 0.1228321 0.5156428 0.1399779 0.5273838 0.1244655 0.5189422 0.142538 0.5297954 0.125148 0.5273838 0.1244655 0.5297954 0.125148 0.5309446 0.104883 0.5171906 0.1195005 0.5197217 0.1027189 0.5099939 0.101216 0.5171906 0.1195005 0.5081668 0.1155256 0.5027488 0.1289223 0.5171906 0.1195005 0.5104552 0.1351244 0.5234568 0.1228321 0.5171906 0.1195005 0.5234568 0.1228321 0.5197217 0.1027189 0.5177644 0.08591276 0.5116241 0.07018256 0.502461 0.07369309 0.5177644 0.08591276 0.5080002 0.08695912 0.5099939 0.101216 0.5177644 0.08591276 0.5197217 0.1027189 0.524865 0.08567535 0.5177644 0.08591276 0.524865 0.08567535 0.5116241 0.07018256 0.529246 0.08510202 0.5225985 0.06642842 0.5184399 0.06813222 0.529246 0.08510202 0.524865 0.08567535 0.5266422 0.1043153 0.529246 0.08510202 0.5309446 0.104883 0.5318806 0.08445245 0.529246 0.08510202 0.5318806 0.08445245 0.5225985 0.06642842 0.5337423 0.0839861 0.526794 0.06414473 0.5250624 0.0650922 0.5337423 0.0839861 0.5318806 0.08445245 0.5335591 0.1049262 0.5337423 0.0839861 0.5354164 0.1049492 0.5354954 0.0835613 0.5337423 0.0839861 0.5354954 0.0835613 0.526794 0.06414473 0.5378043 0.0830363 0.5305187 0.06216579 0.5354954 0.0835613 0.5378043 0.0830363 0.5354954 0.0835613 0.5395367 0.1050743 0.5378043 0.0830363 0.5395367 0.1050743 0.5421782 0.1051864 0.5378043 0.0830363 0.5403909 0.08246129 0.5328778 0.06093996 0.5179926 0.04394966 0.5012407 0.02951961 0.4999423 0.03154206 0.5179926 0.04394966 0.5162283 0.04556739 0.5284079 0.06327342 0.5179926 0.04394966 0.5305187 0.06216579 0.5328778 0.06093996 0.5179926 0.04394966 0.5199612 0.04215574 0.5026876 0.0272755 0.5148729 0.04683274 0.498941 0.0331211 0.4978519 0.03484463 0.5148729 0.04683274 0.5134073 0.04821097 0.5250624 0.0650922 0.5148729 0.04683274 0.526794 0.06414473 0.5162283 0.04556739 0.5148729 0.04683274 0.5162283 0.04556739 0.498941 0.0331211 0.5113128 0.05016767 0.4962897 0.0373004 0.4934433 0.04090011 0.5113128 0.05016767 0.5076816 0.05290591 0.5184399 0.06813222 0.5113128 0.05016767 0.5225985 0.06642842 0.5134073 0.04821097 0.5113128 0.05016767 0.5134073 0.04821097 0.4962897 0.0373004 0.5016064 0.056629 0.4885015 0.04605555 0.4822651 0.05362445 0.5016064 0.056629 0.4936515 0.06235605 0.502461 0.07369309 0.5016064 0.056629 0.5116241 0.07018256 0.5076816 0.05290591 0.5016064 0.056629 0.5076816 0.05290591 0.4885015 0.04605555 0.4731002 0.03926581 0.4564807 0.03658103 0.4547753 0.04625922 0.4731002 0.03926581 0.4689949 0.04817497 0.4822651 0.05362445 0.4731002 0.03926581 0.4885015 0.04605555 0.4765775 0.03301835 0.4731002 0.03926581 0.4765775 0.03301835 0.4564807 0.03658103 0.47843 0.02880716 0.4589985 0.02510392 0.458265 0.02964168 0.47843 0.02880716 0.4765775 0.03301835 0.4934433 0.04090011 0.47843 0.02880716 0.4962897 0.0373004 0.4793328 0.0260291 0.47843 0.02880716 0.4793328 0.0260291 0.4589985 0.02510392 0.479961 0.02408111 0.4593027 0.02016085 0.4591786 0.02219963 0.479961 0.02408111 0.4793328 0.0260291 0.4978519 0.03484463 0.479961 0.02408111 0.498941 0.0331211 0.4805356 0.02229613 0.479961 0.02408111 0.4805356 0.02229613 0.4593027 0.02016085 0.4812776 0.02000707 0.4595484 0.01588487 0.4594121 0.01828879 0.4812776 0.02000707 0.4805356 0.02229613 0.5012407 0.02951961 0.4812776 0.02000707 0.5012407 0.02951961 0.5026876 0.0272755 0.4812776 0.02000707 0.4821032 0.01746606 0.459698 0.01321494 0.4374979 0.01762557 0.4595484 0.01588487 0.459698 0.01321494 0.4374979 0.01762557 0.4369618 0.01500964 0.4154288 0.02252733 0.4374979 0.01762557 0.4166141 0.02491629 0.4176709 0.02706396 0.4374979 0.01762557 0.4379754 0.01997929 0.4594121 0.01828879 0.4383356 0.02180856 0.4184708 0.02872914 0.4193204 0.03052324 0.4383356 0.02180856 0.4387174 0.02379155 0.4591786 0.02219963 0.4383356 0.02180856 0.4593027 0.02016085 0.4379754 0.01997929 0.4383356 0.02180856 0.4379754 0.01997929 0.4184708 0.02872914 0.4392598 0.02660673 0.4205262 0.0330578 0.4220687 0.03730732 0.4392598 0.02660673 0.4396864 0.03115129 0.458265 0.02964168 0.4392598 0.02660673 0.4589985 0.02510392 0.4387174 0.02379155 0.4392598 0.02660673 0.4387174 0.02379155 0.4205262 0.0330578 0.4397211 0.03832256 0.4239279 0.04424625 0.4272321 0.0535441 0.4397211 0.03832256 0.4405403 0.04812872 0.4547753 0.04625922 0.4397211 0.03832256 0.4564807 0.03658103 0.4396864 0.03115129 0.4397211 0.03832256 0.4396864 0.03115129 0.4239279 0.04424625 0.4411665 0.08847075 0.4336091 0.08092182 0.4294701 0.08735811 0.4411665 0.08847075 0.4403015 0.09362155 0.4462846 0.08756446 0.4411665 0.08847075 0.4462846 0.08756446 0.4399853 0.07671397 0.4243724 0.07169532 0.4336091 0.08092182 0.4331095 0.06487023 0.4243724 0.07169532 0.4331095 0.06487023 0.4157929 0.06226593 0.4243724 0.07169532 0.4157929 0.06226593 0.4176477 0.08052146 0.4243724 0.07169532 0.4176477 0.08052146 0.4336091 0.08092182 0.4363226 0.09696918 0.4260407 0.09420061 0.4256669 0.1018602 0.4363226 0.09696918 0.438138 0.1018734 0.4403015 0.09362155 0.4363226 0.09696918 0.4403015 0.09362155 0.4294701 0.08735811 0.4134738 0.09081679 0.4013518 0.08691436 0.412055 0.1018458 0.4134738 0.09081679 0.412055 0.1018458 0.4260407 0.09420061 0.4134738 0.09081679 0.4260407 0.09420061 0.4176477 0.08052146 0.4134738 0.09081679 0.4176477 0.08052146 0.4013518 0.08691436 0.4363766 0.1067719 0.4261251 0.1095173 0.4296429 0.1163505 0.4363766 0.1067719 0.4404008 0.110118 0.438138 0.1018734 0.4363766 0.1067719 0.438138 0.1018734 0.4256669 0.1018602 0.4135954 0.1128728 0.4011653 0.1155591 0.4179013 0.1231527 0.4135954 0.1128728 0.4179013 0.1231527 0.4261251 0.1095173 0.4135954 0.1128728 0.4261251 0.1095173 0.412055 0.1018458 0.4135954 0.1128728 0.412055 0.1018458 0.4011653 0.1155591 0.4413472 0.1152461 0.4338915 0.1227583 0.4403737 0.1269128 0.4413472 0.1152461 0.4465065 0.1161275 0.4404008 0.110118 0.4413472 0.1152461 0.4404008 0.110118 0.4296429 0.1163505 0.424779 0.1319399 0.4154047 0.1405065 0.4336802 0.1386842 0.424779 0.1319399 0.4336802 0.1386842 0.4338915 0.1227583 0.424779 0.1319399 0.4338915 0.1227583 0.4179013 0.1231527 0.424779 0.1319399 0.4179013 0.1231527 0.4154047 0.1405065 0.449915 0.1200886 0.4472787 0.1303248 0.4549762 0.1306626 0.449915 0.1200886 0.4548148 0.1182609 0.4465065 0.1161275 0.449915 0.1200886 0.4465065 0.1161275 0.4403737 0.1269128 0.4440565 0.1428356 0.4403049 0.154954 0.4551522 0.1441981 0.4440565 0.1428356 0.4551522 0.1441981 0.4472787 0.1303248 0.4440565 0.1428356 0.4472787 0.1303248 0.4336802 0.1386842 0.4440565 0.1428356 0.4336802 0.1386842 0.4403049 0.154954 0.4597616 0.1199733 0.462664 0.1301444 0.4694834 0.126574 0.4597616 0.1199733 0.463069 0.1159349 0.4548148 0.1182609 0.4597616 0.1199733 0.4548148 0.1182609 0.4549762 0.1306626 0.4662113 0.1425759 0.469113 0.1549223 0.4764844 0.1381859 0.4662113 0.1425759 0.4764844 0.1381859 0.462664 0.1301444 0.4662113 0.1425759 0.462664 0.1301444 0.4551522 0.1441981 0.4662113 0.1425759 0.4551522 0.1441981 0.469113 0.1549223 0.4682107 0.1149373 0.4758658 0.1222757 0.4799625 0.1157816 0.4682107 0.1149373 0.4690317 0.1097946 0.463069 0.1159349 0.4682107 0.1149373 0.463069 0.1159349 0.4694834 0.126574 0.4852219 0.1312448 0.4939697 0.1404404 0.4918931 0.122316 0.4852219 0.1312448 0.4918931 0.122316 0.4758658 0.1222757 0.4852219 0.1312448 0.4758658 0.1222757 0.4764844 0.1381859 0.4852219 0.1312448 0.4764844 0.1381859 0.4939697 0.1404404 0.4729861 0.1063674 0.4833273 0.1088852 0.483619 0.1012367 0.4729861 0.1063674 0.471113 0.1015187 0.4690317 0.1097946 0.4729861 0.1063674 0.4690317 0.1097946 0.4799625 0.1157816 0.4959666 0.1119626 0.5081668 0.1155256 0.4972695 0.1009289 0.4959666 0.1119626 0.4972695 0.1009289 0.4833273 0.1088852 0.4959666 0.1119626 0.4833273 0.1088852 0.4918931 0.122316 0.4959666 0.1119626 0.4918931 0.122316 0.5081668 0.1155256 0.4728358 0.09658819 0.4830924 0.09360522 0.4795324 0.08685207 0.4728358 0.09658819 0.4687881 0.09333336 0.471113 0.1015187 0.4728358 0.09658819 0.471113 0.1015187 0.483619 0.1012367 0.4956284 0.08995944 0.5080002 0.08695912 0.4912602 0.07977747 0.4956284 0.08995944 0.4912602 0.07977747 0.4830924 0.09360522 0.4956284 0.08995944 0.4830924 0.09360522 0.4972695 0.1009289 0.4956284 0.08995944 0.4972695 0.1009289 0.5080002 0.08695912 0.4678374 0.08820891 0.4752825 0.0805127 0.4688377 0.07643789 0.4678374 0.08820891 0.4627026 0.08740711 0.4687881 0.09333336 0.4678374 0.08820891 0.4687881 0.09333336 0.4795324 0.08685207 0.484382 0.07110613 0.4936515 0.06235605 0.4755345 0.06446444 0.484382 0.07110613 0.4755345 0.06446444 0.4752825 0.0805127 0.484382 0.07110613 0.4752825 0.0805127 0.4912602 0.07977747 0.484382 0.07110613 0.4912602 0.07977747 0.4936515 0.06235605 0.459338 0.08343791 0.4620022 0.07305794 0.454382 0.07273089 0.459338 0.08343791 0.4544767 0.0852977 0.4627026 0.08740711 0.459338 0.08343791 0.4627026 0.08740711 0.4688377 0.07643789 0.4652584 0.06037133 0.4689949 0.04817497 0.4542786 0.0590136 0.4652584 0.06037133 0.4542786 0.0590136 0.4620022 0.07305794 0.4652584 0.06037133 0.4620022 0.07305794 0.4755345 0.06446444 0.4652584 0.06037133 0.4755345 0.06446444 0.4689949 0.04817497 0.4495878 0.08352982 0.4467674 0.07320159 0.4399853 0.07671397 0.4495878 0.08352982 0.4462846 0.08756446 0.4544767 0.0852977 0.4495878 0.08352982 0.4544767 0.0852977 0.454382 0.07273089 0.4433203 0.06057816 0.4405403 0.04812872 0.4331095 0.06487023 0.4433203 0.06057816 0.4331095 0.06487023 0.4467674 0.07320159 0.4433203 0.06057816 0.4467674 0.07320159 0.4542786 0.0590136 0.4433203 0.06057816 0.4542786 0.0590136 0.4405403 0.04812872 0.4102072 0.0541082 0.4157929 0.06226593 0.4069303 0.07361555 0.4102072 0.0541082 0.3994143 0.06714409 0.4066385 0.04787003 0.4102072 0.0541082 0.4066385 0.04787003 0.4239279 0.04424631 0.4102072 0.0541082 0.4239279 0.04424631 0.4272321 0.0535441 0.4041101 0.04419934 0.4066385 0.04787003 0.3943619 0.06201982 0.4041101 0.04419934 0.3910357 0.0591551 0.4023582 0.04211294 0.4041101 0.04419934 0.4023582 0.04211294 0.4205263 0.0330578 0.4041101 0.04419934 0.4205263 0.0330578 0.4220687 0.03730732 0.4011191 0.04062753 0.4023582 0.04211294 0.3888845 0.05763524 0.4011191 0.04062753 0.3873572 0.05654537 0.3999441 0.03923922 0.4011191 0.04062753 0.3999441 0.03923922 0.4184708 0.02872914 0.4011191 0.04062753 0.4184708 0.02872914 0.4193204 0.03052324 0.3983847 0.03744399 0.396633 0.03544533 0.4154288 0.02252733 0.3983847 0.03744399 0.4166141 0.02491629 0.4176709 0.02706396 0.3983847 0.03744399 0.3999441 0.03923922 0.3858957 0.05552005 0.3983847 0.03744399 0.3839419 0.05419385 0.3817418 0.0527172 0.3744177 0.07415109 0.3766264 0.07492166 0.3725981 0.0960409 0.3744177 0.07415109 0.3702855 0.09587121 0.3676626 0.09569376 0.3744177 0.07415109 0.3719224 0.07329654 0.3817418 0.0527172 0.3744177 0.07415109 0.3839419 0.05419385 0.3858957 0.05552005 0.3782617 0.07552415 0.3799523 0.07616454 0.3760205 0.09636902 0.3782617 0.07552415 0.3742904 0.09619516 0.3766264 0.07492166 0.3782617 0.07552415 0.3766264 0.07492166 0.3873572 0.05654537 0.3782617 0.07552415 0.3873572 0.05654537 0.3888845 0.05763524 0.382327 0.07704871 0.3862047 0.07893705 0.3826089 0.09741181 0.382327 0.07704871 0.3784467 0.09659767 0.3799523 0.07616454 0.382327 0.07704871 0.3799523 0.07616454 0.3910357 0.0591551 0.382327 0.07704871 0.3910357 0.0591551 0.3943619 0.06201982 0.3924041 0.08259004 0.4013518 0.08691436 0.3993368 0.1012123 0.3924041 0.08259004 0.3895469 0.09934216 0.3862047 0.07893705 0.3924041 0.08259004 0.3862047 0.07893705 0.3994143 0.06714409 0.3924041 0.08259004 0.3994143 0.06714409 0.4069303 0.07361555 0.3912125 0.1162967 0.4011653 0.1155591 0.4066002 0.1289816 0.3912125 0.1162967 0.3971637 0.1322939 0.3840165 0.1162341 0.3912125 0.1162967 0.3840165 0.1162341 0.3895469 0.09934216 0.3912125 0.1162967 0.3895469 0.09934216 0.3993368 0.1012123 0.3798572 0.1165195 0.3840165 0.1162341 0.3901995 0.1341104 0.3798572 0.1165195 0.3863152 0.1354517 0.3775476 0.1169167 0.3798572 0.1165195 0.3775476 0.1169167 0.3784467 0.09659767 0.3798572 0.1165195 0.3784467 0.09659767 0.3826089 0.09741181 0.3759011 0.1171894 0.3775476 0.1169167 0.384266 0.1364125 0.3759011 0.1171894 0.3828072 0.1370873 0.3742728 0.1174747 0.3759011 0.1171894 0.3742728 0.1174747 0.3742904 0.09619516 0.3759011 0.1171894 0.3742904 0.09619516 0.3760205 0.09636902 0.372018 0.1179097 0.3742728 0.1174747 0.3813495 0.1377763 0.372018 0.1179097 0.3793032 0.1387795 0.3769628 0.1399399 0.372018 0.1179097 0.3694501 0.1184193 0.3676626 0.09569376 0.372018 0.1179097 0.3702855 0.09587121 0.3725981 0.0960409 0.3918283 0.1569938 0.3935268 0.1554985 0.4098188 0.1695382 0.3918283 0.1569938 0.408579 0.1714215 0.4071505 0.1735999 0.3918283 0.1569938 0.3898782 0.1587221 0.3769628 0.1399399 0.3918283 0.1569938 0.3793032 0.1387795 0.3813495 0.1377763 0.3947221 0.1544691 0.3959078 0.1534618 0.4115297 0.166983 0.3947221 0.1544691 0.410681 0.168245 0.3935268 0.1554985 0.3947221 0.1544691 0.3935268 0.1554985 0.3828072 0.1370873 0.3947221 0.1544691 0.3828072 0.1370873 0.384266 0.1364125 0.3975774 0.1520323 0.4009296 0.1497474 0.4153349 0.1621295 0.3975774 0.1520323 0.4127287 0.1651934 0.3959078 0.1534618 0.3975774 0.1520323 0.3959078 0.1534618 0.3863152 0.1354517 0.3975774 0.1520323 0.3863152 0.1354517 0.3901995 0.1341104 0.4071635 0.1461739 0.4154047 0.1405065 0.4268744 0.1494064 0.4071635 0.1461739 0.4204047 0.1570444 0.4009296 0.1497474 0.4071635 0.1461739 0.4009296 0.1497474 0.3971637 0.1322939 0.4071635 0.1461739 0.3971637 0.1322939 0.4066002 0.1289816 0.4360802 0.164013 0.4403049 0.154954 0.4547125 0.1568818 0.4360802 0.164013 0.4530261 0.1667281 0.4325431 0.1702412 0.4360802 0.164013 0.4325431 0.1702412 0.4204047 0.1570444 0.4360802 0.164013 0.4204047 0.1570444 0.4268744 0.1494064 0.4308544 0.1738677 0.4325431 0.1702412 0.4512662 0.1736617 0.4308544 0.1738677 0.4506059 0.177607 0.4301883 0.1758948 0.4308544 0.1738677 0.4301883 0.1758948 0.4127287 0.1651934 0.4308544 0.1738677 0.4127287 0.1651934 0.4153349 0.1621295 0.429719 0.177325 0.4301883 0.1758948 0.4505113 0.1797442 0.429719 0.177325 0.450448 0.1812534 0.429239 0.1787925 0.429719 0.177325 0.429239 0.1787925 0.410681 0.168245 0.429719 0.177325 0.410681 0.168245 0.4115297 0.166983 0.4285408 0.1809318 0.429239 0.1787925 0.4503795 0.1828008 0.4285408 0.1809318 0.4502692 0.1850525 0.4501379 0.1876564 0.4285408 0.1809318 0.4277336 0.183407 0.4071505 0.1735999 0.4285408 0.1809318 0.408579 0.1714215 0.4098188 0.1695382 0.4723194 0.1833113 0.4718323 0.1811022 0.4921479 0.1740036 0.4723194 0.1833113 0.4932036 0.1760213 0.4944072 0.1783443 0.4723194 0.1833113 0.4728738 0.1858612 0.4501379 0.1876564 0.4723194 0.1833113 0.4502692 0.1850525 0.4718323 0.1811022 0.47148 0.1795744 0.4711263 0.1780782 0.490625 0.171209 0.47148 0.1795744 0.491388 0.1725962 0.4718323 0.1811022 0.47148 0.1795744 0.4718323 0.1811022 0.450448 0.1812534 0.47148 0.1795744 0.450448 0.1812534 0.4505113 0.1797442 0.4706352 0.1759632 0.470216 0.1719698 0.4880774 0.1654796 0.4706352 0.1759632 0.48956 0.1692519 0.4711263 0.1780782 0.4706352 0.1759632 0.4711263 0.1780782 0.4506059 0.177607 0.4706352 0.1759632 0.4506059 0.177607 0.4512662 0.1736617 0.4700783 0.1648383 0.469113 0.1549223 0.4825257 0.1493502 0.4700783 0.1648383 0.4860613 0.1586469 0.470216 0.1719698 0.4700783 0.1648383 0.470216 0.1719698 0.4530261 0.1667281 0.4700783 0.1648383 0.4530261 0.1667281 0.4547125 0.1568818 0.4997995 0.1484578 0.4939697 0.1404404 0.5027488 0.1289223 0.4997995 0.1484578 0.5104552 0.1351244 0.5035347 0.1545046 0.4997995 0.1484578 0.5035347 0.1545046 0.4860613 0.1586469 0.4997995 0.1484578 0.4860613 0.1586469 0.4825257 0.1493502 0.5059983 0.1577885 0.5035347 0.1545046 0.5156428 0.1399779 0.5059983 0.1577885 0.5189421 0.142538 0.5075989 0.1594492 0.5059983 0.1577885 0.5075989 0.1594492 0.48956 0.1692519 0.5059983 0.1577885 0.48956 0.1692519 0.4880774 0.1654796 0.5087451 0.1606267 0.5075989 0.1594492 0.5210039 0.1437712 0.5087451 0.1606267 0.5224784 0.1446442 0.5098767 0.1618118 0.5087451 0.1606267 0.5098767 0.1618118 0.491388 0.1725962 0.5087451 0.1606267 0.491388 0.1725962 0.490625 0.171209 0.511434 0.1634954 0.5098767 0.1618118 0.5239189 0.1455165 0.511434 0.1634954 0.5258781 0.1467478 0.5280967 0.1481587 0.511434 0.1634954 0.5132041 0.1654282 0.4944072 0.1783443 0.511434 0.1634954 0.4932036 0.1760213 0.4921479 0.1740036 0.5354034 0.1267928 0.5331745 0.1261068 0.5371858 0.104987 0.5354034 0.1267928 0.5395366 0.1050743 0.5421782 0.1051864 0.5354034 0.1267928 0.5379174 0.1275818 0.5280967 0.1481587 0.5354034 0.1267928 0.5258781 0.1467478 0.5239189 0.1455165 0.5315153 0.1256268 0.5297954 0.125148 0.5335591 0.1049262 0.5315153 0.1256268 0.5354164 0.1049492 0.5331745 0.1261068 0.5315153 0.1256268 0.5331745 0.1261068 0.5224784 0.1446442 0.5315153 0.1256268 0.5224784 0.1446442 0.5210039 0.1437712 0.5273838 0.1244655 0.5234568 0.1228321 0.5266422 0.1043153 0.5273838 0.1244655 0.5309445 0.104883 0.5297954 0.125148 0.5273838 0.1244655 0.5297954 0.125148 0.5189421 0.142538 0.5273838 0.1244655 0.5189421 0.142538 0.5156428 0.1399779 0.5171906 0.1195005 0.5081668 0.1155256 0.5099939 0.101216 0.5171906 0.1195005 0.5197218 0.1027189 0.5234568 0.1228321 0.5171906 0.1195005 0.5234568 0.1228321 0.5104552 0.1351244 0.5171906 0.1195005 0.5104552 0.1351244 0.5027488 0.1289223 0.5177645 0.08591276 0.5080002 0.08695912 0.502461 0.07369309 0.5177645 0.08591276 0.5116242 0.07018256 0.524865 0.08567535 0.5177645 0.08591276 0.524865 0.08567535 0.5197218 0.1027189 0.5177645 0.08591276 0.5197218 0.1027189 0.5099939 0.101216 0.5292459 0.08510202 0.524865 0.08567535 0.5184399 0.06813222 0.5292459 0.08510202 0.5225985 0.06642842 0.5318805 0.08445245 0.5292459 0.08510202 0.5318805 0.08445245 0.5309445 0.104883 0.5292459 0.08510202 0.5309445 0.104883 0.5266422 0.1043153 0.5337423 0.0839861 0.5318805 0.08445245 0.5250624 0.0650922 0.5337423 0.0839861 0.526794 0.06414473 0.5354954 0.0835613 0.5337423 0.0839861 0.5354954 0.0835613 0.5354164 0.1049492 0.5337423 0.0839861 0.5354164 0.1049492 0.5335591 0.1049262 0.5378043 0.0830363 0.5354954 0.0835613 0.5284079 0.06327342 0.5378043 0.0830363 0.5305187 0.06216579 0.5328778 0.06093996 0.5378043 0.0830363 0.5403909 0.08246129 0.5421782 0.1051864 0.5378043 0.0830363 0.5395366 0.1050743 0.5354954 0.0835613 0.5179926 0.04394966 0.5162283 0.04556739 0.5012407 0.02951961 0.5179926 0.04394966 0.5012407 0.02951961 0.5026876 0.0272755 0.5179926 0.04394966 0.5199612 0.04215574 0.5328778 0.06093996 0.5179926 0.04394966 0.5305187 0.06216579 0.5284079 0.06327342 0.5148728 0.04683274 0.5134073 0.04821097 0.4978519 0.03484463 0.5148728 0.04683274 0.498941 0.0331211 0.5162283 0.04556739 0.5148728 0.04683274 0.5162283 0.04556739 0.526794 0.06414473 0.5148728 0.04683274 0.526794 0.06414473 0.5250624 0.0650922 0.5113128 0.05016767 0.5076816 0.05290591 0.4934433 0.04090011 0.5113128 0.05016767 0.4962897 0.0373004 0.5134073 0.04821097 0.5113128 0.05016767 0.5134073 0.04821097 0.5225985 0.06642842 0.5113128 0.05016767 0.5225985 0.06642842 0.5184399 0.06813222 0.5016064 0.056629 0.4936515 0.06235605 0.4822651 0.05362445 0.5016064 0.056629 0.4885015 0.04605555 0.5076816 0.05290591 0.5016064 0.056629 0.5076816 0.05290591 0.5116242 0.07018256 0.5016064 0.056629 0.5116242 0.07018256 0.502461 0.07369309 0.4731003 0.03926581 0.4689949 0.04817497 0.4547753 0.04625922 0.4731003 0.03926581 0.4564807 0.03658103 0.4765775 0.03301835 0.4731003 0.03926581 0.4765775 0.03301835 0.4885015 0.04605555 0.4731003 0.03926581 0.4885015 0.04605555 0.4822651 0.05362445 0.47843 0.02880716 0.4765775 0.03301835 0.458265 0.02964168 0.47843 0.02880716 0.4589985 0.02510392 0.4793328 0.0260291 0.47843 0.02880716 0.4793328 0.0260291 0.4962897 0.0373004 0.47843 0.02880716 0.4962897 0.0373004 0.4934433 0.04090011 0.479961 0.02408111 0.4793328 0.0260291 0.4591785 0.02219963 0.479961 0.02408111 0.4593027 0.02016085 0.4805356 0.02229613 0.479961 0.02408111 0.4805356 0.02229613 0.498941 0.0331211 0.479961 0.02408111 0.498941 0.0331211 0.4978519 0.03484463 0.4812776 0.02000707 0.4805356 0.02229613 0.4594121 0.01828879 0.4812776 0.02000707 0.4595484 0.01588487 0.459698 0.01321494 0.4812776 0.02000707 0.4821032 0.01746606 0.5026876 0.0272755 0.4812776 0.02000707 0.5012407 0.02951961 0.4805356 0.02229613 0.4374979 0.01762557 0.4369618 0.01500964 0.459698 0.01321494 0.4374979 0.01762557 0.4595484 0.01588487 0.4379754 0.01997929 0.4374979 0.01762557 0.4379754 0.01997929 0.4176709 0.02706396 0.4374979 0.01762557 0.4166141 0.02491629 0.4154288 0.02252733 0.4383356 0.02180856 0.4387174 0.02379155 0.4193204 0.03052324 0.4383356 0.02180856 0.4184708 0.02872914 0.4379754 0.01997929 0.4383356 0.02180856 0.4379754 0.01997929 0.4593027 0.02016085 0.4383356 0.02180856 0.4593027 0.02016085 0.4591785 0.02219963 0.4392598 0.02660673 0.4396864 0.03115129 0.4220687 0.03730732 0.4392598 0.02660673 0.4205263 0.0330578 0.4387174 0.02379155 0.4392598 0.02660673 0.4387174 0.02379155 0.4589985 0.02510392 0.4392598 0.02660673 0.4589985 0.02510392 0.458265 0.02964168 0.4397211 0.03832256 0.4405403 0.04812872 0.4272321 0.0535441 0.4397211 0.03832256 0.4239279 0.04424631 0.4396864 0.03115129 0.4397211 0.03832256 0.4396864 0.03115129 0.4564807 0.03658103 0.4397211 0.03832256 0.4564807 0.03658103 0.4547753 0.04625922 0.4411665 0.08847075 0.4403015 0.09362155 0.4294701 0.08735811 0.4411665 0.08847075 0.4336091 0.08092182 0.4399853 0.07671397 0.4411665 0.08847075 0.4462846 0.08756446 0.4403015 0.09362155 0.4243724 0.07169532 0.4331095 0.06487023 0.4336091 0.08092182 0.4243724 0.07169532 0.4336091 0.08092182 0.4176477 0.08052146 0.4243724 0.07169532 0.4176477 0.08052146 0.4157929 0.06226593 0.4243724 0.07169532 0.4157929 0.06226593 0.4331095 0.06487023 0.4363226 0.09696918 0.438138 0.1018734 0.4256669 0.1018602 0.4363226 0.09696918 0.4260407 0.09420061 0.4294701 0.08735811 0.4363226 0.09696918 0.4403015 0.09362155 0.438138 0.1018734 0.4134738 0.09081679 0.412055 0.1018458 0.4013518 0.08691436 0.4134738 0.09081679 0.4013518 0.08691436 0.4176477 0.08052146 0.4134738 0.09081679 0.4176477 0.08052146 0.4260407 0.09420061 0.4134738 0.09081679 0.4260407 0.09420061 0.412055 0.1018458 0.4363766 0.1067719 0.4404008 0.110118 0.4296429 0.1163505 0.4363766 0.1067719 0.4261251 0.1095173 0.4256669 0.1018602 0.4363766 0.1067719 0.438138 0.1018734 0.4404008 0.110118 0.4135954 0.1128728 0.4179013 0.1231527 0.4011653 0.1155591 0.4135954 0.1128728 0.4011653 0.1155591 0.412055 0.1018458 0.4135954 0.1128728 0.412055 0.1018458 0.4261251 0.1095173 0.4135954 0.1128728 0.4261251 0.1095173 0.4179013 0.1231527 0.4413472 0.1152461 0.4465065 0.1161275 0.4403737 0.1269128 0.4413472 0.1152461 0.4338915 0.1227583 0.4296429 0.1163505 0.4413472 0.1152461 0.4404008 0.110118 0.4465065 0.1161275 0.424779 0.1319399 0.4336802 0.1386842 0.4154047 0.1405065 0.424779 0.1319399 0.4154047 0.1405065 0.4179013 0.1231527 0.424779 0.1319399 0.4179013 0.1231527 0.4338915 0.1227583 0.424779 0.1319399 0.4338915 0.1227583 0.4336802 0.1386842 0.449915 0.1200886 0.4548148 0.1182609 0.4549762 0.1306626 0.449915 0.1200886 0.4472787 0.1303248 0.4403737 0.1269128 0.449915 0.1200886 0.4465065 0.1161275 0.4548148 0.1182609 0.4440566 0.1428356 0.4551522 0.1441981 0.4403049 0.154954 0.4440566 0.1428356 0.4403049 0.154954 0.4336802 0.1386842 0.4440566 0.1428356 0.4336802 0.1386842 0.4472787 0.1303248 0.4440566 0.1428356 0.4472787 0.1303248 0.4551522 0.1441981 0.4597616 0.1199733 0.463069 0.1159349 0.4694834 0.126574 0.4597616 0.1199733 0.462664 0.1301444 0.4549762 0.1306626 0.4597616 0.1199733 0.4548148 0.1182609 0.463069 0.1159349 0.4662113 0.1425759 0.4764844 0.1381859 0.469113 0.1549223 0.4662113 0.1425759 0.469113 0.1549223 0.4551522 0.1441981 0.4662113 0.1425759 0.4551522 0.1441981 0.462664 0.1301444 0.4662113 0.1425759 0.462664 0.1301444 0.4764844 0.1381859 0.4682107 0.1149373 0.4690318 0.1097946 0.4799625 0.1157816 0.4682107 0.1149373 0.4758658 0.1222757 0.4694834 0.126574 0.4682107 0.1149373 0.463069 0.1159349 0.4690318 0.1097946 0.4852219 0.1312448 0.4918931 0.122316 0.4939697 0.1404404 0.4852219 0.1312448 0.4939697 0.1404404 0.4764844 0.1381859 0.4852219 0.1312448 0.4764844 0.1381859 0.4758658 0.1222757 0.4852219 0.1312448 0.4758658 0.1222757 0.4918931 0.122316 0.4729862 0.1063674 0.471113 0.1015187 0.483619 0.1012367 0.4729862 0.1063674 0.4833274 0.1088852 0.4799625 0.1157816 0.4729862 0.1063674 0.4690318 0.1097946 0.471113 0.1015187 0.4959666 0.1119626 0.4972695 0.1009289 0.5081668 0.1155256 0.4959666 0.1119626 0.5081668 0.1155256 0.4918931 0.122316 0.4959666 0.1119626 0.4918931 0.122316 0.4833274 0.1088852 0.4959666 0.1119626 0.4833274 0.1088852 0.4972695 0.1009289 0.4728358 0.09658819 0.4687881 0.09333336 0.4795324 0.08685207 0.4728358 0.09658819 0.4830924 0.09360527 0.483619 0.1012367 0.4728358 0.09658819 0.471113 0.1015187 0.4687881 0.09333336 0.4956284 0.08995944 0.4912602 0.07977747 0.5080002 0.08695912 0.4956284 0.08995944 0.5080002 0.08695912 0.4972695 0.1009289 0.4956284 0.08995944 0.4972695 0.1009289 0.4830924 0.09360527 0.4956284 0.08995944 0.4830924 0.09360527 0.4912602 0.07977747 0.4678374 0.08820891 0.4627026 0.08740711 0.4688377 0.07643789 0.4678374 0.08820891 0.4752825 0.0805127 0.4795324 0.08685207 0.4678374 0.08820891 0.4687881 0.09333336 0.4627026 0.08740711 0.484382 0.07110613 0.4755345 0.06446444 0.4936515 0.06235605 0.484382 0.07110613 0.4936515 0.06235605 0.4912602 0.07977747 0.484382 0.07110613 0.4912602 0.07977747 0.4752825 0.0805127 0.484382 0.07110613 0.4752825 0.0805127 0.4755345 0.06446444 0.459338 0.08343791 0.4544767 0.0852977 0.454382 0.07273089 0.459338 0.08343791 0.4620022 0.07305794 0.4688377 0.07643789 0.459338 0.08343791 0.4627026 0.08740711 0.4544767 0.0852977 0.4652584 0.06037133 0.4542786 0.0590136 0.4689949 0.04817497 0.4652584 0.06037133 0.4689949 0.04817497 0.4755345 0.06446444 0.4652584 0.06037133 0.4755345 0.06446444 0.4620022 0.07305794 0.4652584 0.06037133 0.4620022 0.07305794 0.4542786 0.0590136 0.4495878 0.08352982 0.4462846 0.08756446 0.4399853 0.07671397 0.4495878 0.08352982 0.4467674 0.07320153 0.454382 0.07273089 0.4495878 0.08352982 0.4544767 0.0852977 0.4462846 0.08756446 0.4433203 0.06057816 0.4331095 0.06487023 0.4405403 0.04812872 0.4433203 0.06057816 0.4405403 0.04812872 0.4542786 0.0590136 0.4433203 0.06057816 0.4542786 0.0590136 0.4467674 0.07320153 0.4433203 0.06057816 0.4467674 0.07320153 0.4331095 0.06487023 0.4157929 0.06226593 0.4102072 0.05410814 0.4069303 0.07361555 0.4239279 0.04424625 0.4102072 0.05410814 0.4272321 0.0535441 0.4239279 0.04424625 0.4220687 0.03730732 0.4066385 0.04787003 0.4066385 0.04787003 0.3943619 0.06201982 0.3994143 0.06714409 0.4066385 0.04787003 0.4041101 0.04419934 0.3943619 0.06201982 0.4205262 0.0330578 0.4041101 0.04419934 0.4220687 0.03730732 0.4205262 0.0330578 0.4193204 0.03052324 0.4023582 0.04211294 0.4023582 0.04211294 0.3888845 0.05763524 0.3910357 0.0591551 0.4023582 0.04211294 0.4011191 0.04062753 0.3888845 0.05763524 0.4184708 0.02872914 0.4011191 0.04062753 0.4193204 0.03052324 0.4184708 0.02872914 0.4176709 0.02706396 0.3999441 0.03923922 0.3999441 0.03923922 0.3858957 0.05552005 0.3873572 0.05654537 0.396633 0.03544533 0.3983847 0.03744399 0.4154288 0.02252733 0.3839419 0.05419385 0.3983847 0.03744399 0.3817418 0.0527172 0.3999441 0.03923922 0.3983847 0.03744399 0.3858957 0.05552005 0.4166141 0.02491629 0.3983847 0.03744399 0.4176709 0.02706396 0.3766264 0.07492166 0.3744177 0.07415109 0.3725981 0.0960409 0.3839419 0.05419385 0.3744177 0.07415109 0.3858957 0.05552005 0.3719224 0.07329654 0.3744177 0.07415109 0.3817418 0.0527172 0.3702855 0.09587121 0.3744177 0.07415109 0.3676626 0.09569376 0.3799523 0.07616454 0.3782616 0.07552415 0.3760204 0.09636902 0.3873572 0.05654537 0.3782616 0.07552415 0.3888845 0.05763524 0.3873572 0.05654537 0.3858957 0.05552005 0.3766264 0.07492166 0.3766264 0.07492166 0.3725981 0.0960409 0.3742904 0.09619516 0.3862047 0.07893705 0.382327 0.07704871 0.3826089 0.09741181 0.3910357 0.0591551 0.382327 0.07704871 0.3943619 0.06201982 0.3910357 0.0591551 0.3888845 0.05763524 0.3799523 0.07616454 0.3799523 0.07616454 0.3760204 0.09636902 0.3784467 0.09659767 0.4013518 0.08691436 0.3924041 0.08259004 0.3993368 0.1012123 0.3994143 0.06714409 0.3924041 0.08259004 0.4069303 0.07361555 0.3994143 0.06714409 0.3943619 0.06201982 0.3862047 0.07893705 0.3862047 0.07893705 0.3826089 0.09741181 0.3895469 0.09934216 0.4011653 0.1155591 0.3912124 0.1162967 0.4066002 0.1289816 0.3895469 0.09934216 0.3912124 0.1162967 0.3993368 0.1012123 0.3895469 0.09934216 0.3826089 0.09741181 0.3840165 0.1162341 0.3840165 0.1162341 0.3901995 0.1341104 0.3971637 0.1322939 0.3840165 0.1162341 0.3798572 0.1165195 0.3901995 0.1341104 0.3784467 0.09659767 0.3798572 0.1165195 0.3826089 0.09741181 0.3784467 0.09659767 0.3760204 0.09636902 0.3775476 0.1169167 0.3775476 0.1169167 0.384266 0.1364125 0.3863152 0.1354517 0.3775476 0.1169167 0.3759011 0.1171894 0.384266 0.1364125 0.3742904 0.09619516 0.3759011 0.1171894 0.3760204 0.09636902 0.3742904 0.09619516 0.3725981 0.0960409 0.3742728 0.1174747 0.3742728 0.1174747 0.3813495 0.1377763 0.3828072 0.1370873 0.3742728 0.1174747 0.3720181 0.1179097 0.3813495 0.1377763 0.3702855 0.09587121 0.3720181 0.1179097 0.3725981 0.0960409 0.3694501 0.1184193 0.3720181 0.1179097 0.3676626 0.09569376 0.3793032 0.1387795 0.3720181 0.1179097 0.3769628 0.1399399 0.3935268 0.1554985 0.3918284 0.1569938 0.4098188 0.1695382 0.3793032 0.1387795 0.3918284 0.1569938 0.3813495 0.1377763 0.3898782 0.1587221 0.3918284 0.1569938 0.3769628 0.1399399 0.408579 0.1714215 0.3918284 0.1569938 0.4071505 0.1735999 0.3959078 0.1534618 0.3947221 0.1544691 0.4115297 0.166983 0.3828072 0.1370873 0.3947221 0.1544691 0.384266 0.1364125 0.3828072 0.1370873 0.3813495 0.1377763 0.3935268 0.1554985 0.3935268 0.1554985 0.4098188 0.1695382 0.410681 0.168245 0.4009296 0.1497474 0.3975774 0.1520323 0.4153349 0.1621295 0.3863152 0.1354517 0.3975774 0.1520323 0.3901995 0.1341104 0.3863152 0.1354517 0.384266 0.1364125 0.3959078 0.1534618 0.3959078 0.1534618 0.4115297 0.166983 0.4127287 0.1651934 0.4154047 0.1405065 0.4071635 0.1461739 0.4268744 0.1494064 0.3971637 0.1322939 0.4071635 0.1461739 0.4066002 0.1289816 0.3971637 0.1322939 0.3901995 0.1341104 0.4009296 0.1497474 0.4009296 0.1497474 0.4153349 0.1621295 0.4204047 0.1570444 0.4403049 0.154954 0.4360802 0.164013 0.4547125 0.1568818 0.4204047 0.1570444 0.4360802 0.164013 0.4268744 0.1494064 0.4204047 0.1570444 0.4153349 0.1621295 0.4325431 0.1702412 0.4325431 0.1702412 0.4512662 0.1736617 0.4530261 0.1667281 0.4325431 0.1702412 0.4308544 0.1738677 0.4512662 0.1736617 0.4127287 0.1651934 0.4308544 0.1738677 0.4153349 0.1621295 0.4127287 0.1651934 0.4115297 0.166983 0.4301883 0.1758948 0.4301883 0.1758948 0.4505113 0.1797442 0.4506059 0.177607 0.4301883 0.1758948 0.429719 0.177325 0.4505113 0.1797442 0.410681 0.168245 0.429719 0.177325 0.4115297 0.166983 0.410681 0.168245 0.4098188 0.1695382 0.429239 0.1787925 0.429239 0.1787925 0.4503795 0.1828008 0.450448 0.1812534 0.429239 0.1787925 0.4285408 0.1809318 0.4503795 0.1828008 0.408579 0.1714215 0.4285408 0.1809318 0.4098188 0.1695382 0.4277336 0.183407 0.4285408 0.1809318 0.4071505 0.1735999 0.4502691 0.1850525 0.4285408 0.1809318 0.4501379 0.1876564 0.4718323 0.1811022 0.4723194 0.1833113 0.4921479 0.1740036 0.4718323 0.1811022 0.4503795 0.1828008 0.4502691 0.1850525 0.4728738 0.1858612 0.4723194 0.1833113 0.4501379 0.1876564 0.4932036 0.1760213 0.4723194 0.1833113 0.4944072 0.1783443 0.4711263 0.1780782 0.47148 0.1795744 0.490625 0.171209 0.450448 0.1812534 0.47148 0.1795744 0.4505113 0.1797442 0.450448 0.1812534 0.4503795 0.1828008 0.4718323 0.1811022 0.4718323 0.1811022 0.4921479 0.1740036 0.491388 0.1725962 0.470216 0.1719698 0.4706352 0.1759632 0.4880774 0.1654796 0.4506059 0.177607 0.4706352 0.1759632 0.4512662 0.1736617 0.4506059 0.177607 0.4505113 0.1797442 0.4711263 0.1780782 0.4711263 0.1780782 0.490625 0.171209 0.48956 0.1692519 0.469113 0.1549223 0.4700783 0.1648383 0.4825257 0.1493502 0.4530261 0.1667281 0.4700783 0.1648383 0.4547125 0.1568818 0.4530261 0.1667281 0.4512662 0.1736617 0.470216 0.1719698 0.470216 0.1719698 0.4880774 0.1654796 0.4860613 0.1586469 0.4939697 0.1404404 0.4997996 0.1484578 0.5027488 0.1289223 0.4860613 0.1586469 0.4997996 0.1484578 0.4825257 0.1493502 0.4860613 0.1586469 0.4880774 0.1654796 0.5035347 0.1545046 0.5035347 0.1545046 0.5156428 0.1399779 0.5104552 0.1351244 0.5035347 0.1545046 0.5059983 0.1577885 0.5156428 0.1399779 0.48956 0.1692519 0.5059983 0.1577885 0.4880774 0.1654796 0.48956 0.1692519 0.490625 0.171209 0.507599 0.1594492 0.507599 0.1594492 0.5210039 0.1437712 0.5189422 0.142538 0.507599 0.1594492 0.5087451 0.1606267 0.5210039 0.1437712 0.491388 0.1725962 0.5087451 0.1606267 0.490625 0.171209 0.491388 0.1725962 0.4921479 0.1740036 0.5098767 0.1618118 0.5098767 0.1618118 0.5239189 0.1455165 0.5224785 0.1446442 0.5098767 0.1618118 0.511434 0.1634954 0.5239189 0.1455165 0.4932036 0.1760213 0.511434 0.1634954 0.4921479 0.1740036 0.5132041 0.1654282 0.511434 0.1634954 0.4944072 0.1783443 0.5258781 0.1467478 0.511434 0.1634954 0.5280967 0.1481587 0.5331745 0.1261068 0.5354035 0.1267928 0.5371858 0.104987 0.5331745 0.1261068 0.5239189 0.1455165 0.5258781 0.1467478 0.5379174 0.1275818 0.5354035 0.1267928 0.5280967 0.1481587 0.5395367 0.1050743 0.5354035 0.1267928 0.5421782 0.1051864 0.5297954 0.125148 0.5315154 0.1256268 0.5335591 0.1049262 0.5224785 0.1446442 0.5315154 0.1256268 0.5210039 0.1437712 0.5224785 0.1446442 0.5239189 0.1455165 0.5331745 0.1261068 0.5331745 0.1261068 0.5371858 0.104987 0.5354164 0.1049492 0.5234568 0.1228321 0.5273838 0.1244655 0.5266422 0.1043153 0.5189422 0.142538 0.5273838 0.1244655 0.5156428 0.1399779 0.5189422 0.142538 0.5210039 0.1437712 0.5297954 0.125148 0.5297954 0.125148 0.5335591 0.1049262 0.5309446 0.104883 0.5081668 0.1155256 0.5171906 0.1195005 0.5099939 0.101216 0.5104552 0.1351244 0.5171906 0.1195005 0.5027488 0.1289223 0.5104552 0.1351244 0.5156428 0.1399779 0.5234568 0.1228321 0.5234568 0.1228321 0.5266422 0.1043153 0.5197217 0.1027189 0.5080002 0.08695912 0.5177644 0.08591276 0.502461 0.07369309 0.5197217 0.1027189 0.5177644 0.08591276 0.5099939 0.101216 0.5197217 0.1027189 0.5266422 0.1043153 0.524865 0.08567535 0.524865 0.08567535 0.5184399 0.06813222 0.5116241 0.07018256 0.524865 0.08567535 0.529246 0.08510202 0.5184399 0.06813222 0.5309446 0.104883 0.529246 0.08510202 0.5266422 0.1043153 0.5309446 0.104883 0.5335591 0.1049262 0.5318806 0.08445245 0.5318806 0.08445245 0.5250624 0.0650922 0.5225985 0.06642842 0.5318806 0.08445245 0.5337423 0.0839861 0.5250624 0.0650922 0.5354164 0.1049492 0.5337423 0.0839861 0.5335591 0.1049262 0.5354164 0.1049492 0.5371858 0.104987 0.5354954 0.0835613 0.5354954 0.0835613 0.5284079 0.06327342 0.526794 0.06414473 0.5305187 0.06216579 0.5284079 0.06327342 0.5354954 0.0835613 0.5354954 0.0835613 0.5371858 0.104987 0.5395367 0.1050743 0.5403909 0.08246129 0.5378043 0.0830363 0.5421782 0.1051864 0.5305187 0.06216579 0.5378043 0.0830363 0.5328778 0.06093996 0.5162283 0.04556739 0.5179926 0.04394966 0.4999423 0.03154206 0.5305187 0.06216579 0.5179926 0.04394966 0.5284079 0.06327342 0.5199612 0.04215574 0.5179926 0.04394966 0.5328778 0.06093996 0.5012407 0.02951961 0.5179926 0.04394966 0.5026876 0.0272755 0.5134073 0.04821097 0.5148729 0.04683274 0.4978519 0.03484463 0.526794 0.06414473 0.5148729 0.04683274 0.5250624 0.0650922 0.526794 0.06414473 0.5284079 0.06327342 0.5162283 0.04556739 0.5162283 0.04556739 0.4999423 0.03154206 0.498941 0.0331211 0.5076816 0.05290591 0.5113128 0.05016767 0.4934433 0.04090011 0.5225985 0.06642842 0.5113128 0.05016767 0.5184399 0.06813222 0.5225985 0.06642842 0.5250624 0.0650922 0.5134073 0.04821097 0.5134073 0.04821097 0.4978519 0.03484463 0.4962897 0.0373004 0.4936515 0.06235605 0.5016064 0.056629 0.4822651 0.05362445 0.5116241 0.07018256 0.5016064 0.056629 0.502461 0.07369309 0.5116241 0.07018256 0.5184399 0.06813222 0.5076816 0.05290591 0.5076816 0.05290591 0.4934433 0.04090011 0.4885015 0.04605555 0.4689949 0.04817497 0.4731002 0.03926581 0.4547753 0.04625922 0.4885015 0.04605555 0.4731002 0.03926581 0.4822651 0.05362445 0.4885015 0.04605555 0.4934433 0.04090011 0.4765775 0.03301835 0.4765775 0.03301835 0.458265 0.02964168 0.4564807 0.03658103 0.4765775 0.03301835 0.47843 0.02880716 0.458265 0.02964168 0.4962897 0.0373004 0.47843 0.02880716 0.4934433 0.04090011 0.4962897 0.0373004 0.4978519 0.03484463 0.4793328 0.0260291 0.4793328 0.0260291 0.4591786 0.02219963 0.4589985 0.02510392 0.4793328 0.0260291 0.479961 0.02408111 0.4591786 0.02219963 0.498941 0.0331211 0.479961 0.02408111 0.4978519 0.03484463 0.498941 0.0331211 0.4999423 0.03154206 0.4805356 0.02229613 0.4805356 0.02229613 0.4594121 0.01828879 0.4593027 0.02016085 0.4805356 0.02229613 0.4812776 0.02000707 0.4594121 0.01828879 0.4805356 0.02229613 0.4999423 0.03154206 0.5012407 0.02951961 0.4821032 0.01746606 0.4812776 0.02000707 0.5026876 0.0272755 0.4595484 0.01588487 0.4812776 0.02000707 0.459698 0.01321494 0.4369618 0.01500964 0.4374979 0.01762557 0.459698 0.01321494 0.4166141 0.02491629 0.4374979 0.01762557 0.4154288 0.02252733 0.4379754 0.01997929 0.4374979 0.01762557 0.4176709 0.02706396 0.4595484 0.01588487 0.4374979 0.01762557 0.4594121 0.01828879 0.4387174 0.02379155 0.4383356 0.02180856 0.4193204 0.03052324 0.4593027 0.02016085 0.4383356 0.02180856 0.4591786 0.02219963 0.4593027 0.02016085 0.4594121 0.01828879 0.4379754 0.01997929 0.4379754 0.01997929 0.4176709 0.02706396 0.4184708 0.02872914 0.4396864 0.03115129 0.4392598 0.02660673 0.4220687 0.03730732 0.4589985 0.02510392 0.4392598 0.02660673 0.458265 0.02964168 0.4589985 0.02510392 0.4591786 0.02219963 0.4387174 0.02379155 0.4387174 0.02379155 0.4193204 0.03052324 0.4205262 0.0330578 0.4405403 0.04812872 0.4397211 0.03832256 0.4272321 0.0535441 0.4564807 0.03658103 0.4397211 0.03832256 0.4547753 0.04625922 0.4564807 0.03658103 0.458265 0.02964168 0.4396864 0.03115129 0.4396864 0.03115129 0.4220687 0.03730732 0.4239279 0.04424625 0.4403015 0.09362155 0.4411665 0.08847075 0.4294701 0.08735811 0.4403015 0.09362155 0.4546098 0.1018546 0.4462846 0.08756446 0.4336091 0.08092182 0.4411665 0.08847075 0.4399853 0.07671397 0.4336091 0.08092182 0.4399853 0.07671397 0.4331095 0.06487023 0.4331095 0.06487023 0.4272321 0.0535441 0.4157929 0.06226593 0.4157929 0.06226593 0.4069303 0.07361555 0.4176477 0.08052146 0.4176477 0.08052146 0.4294701 0.08735811 0.4336091 0.08092182 0.438138 0.1018734 0.4363226 0.09696918 0.4256669 0.1018602 0.438138 0.1018734 0.4546098 0.1018546 0.4403015 0.09362155 0.4260407 0.09420061 0.4363226 0.09696918 0.4294701 0.08735811 0.4013518 0.08691436 0.3993368 0.1012123 0.412055 0.1018458 0.412055 0.1018458 0.4256669 0.1018602 0.4260407 0.09420061 0.4260407 0.09420061 0.4294701 0.08735811 0.4176477 0.08052146 0.4176477 0.08052146 0.4069303 0.07361555 0.4013518 0.08691436 0.4404008 0.110118 0.4363766 0.1067719 0.4296429 0.1163505 0.4404008 0.110118 0.4546098 0.1018546 0.438138 0.1018734 0.4261251 0.1095173 0.4363766 0.1067719 0.4256669 0.1018602 0.4011653 0.1155591 0.4066002 0.1289816 0.4179013 0.1231527 0.4179013 0.1231527 0.4296429 0.1163505 0.4261251 0.1095173 0.4261251 0.1095173 0.4256669 0.1018602 0.412055 0.1018458 0.412055 0.1018458 0.3993368 0.1012123 0.4011653 0.1155591 0.4465065 0.1161275 0.4413472 0.1152461 0.4403737 0.1269128 0.4465065 0.1161275 0.4546098 0.1018546 0.4404008 0.110118 0.4338915 0.1227583 0.4413472 0.1152461 0.4296429 0.1163505 0.4154047 0.1405065 0.4268744 0.1494064 0.4336802 0.1386842 0.4336802 0.1386842 0.4403737 0.1269128 0.4338915 0.1227583 0.4338915 0.1227583 0.4296429 0.1163505 0.4179013 0.1231527 0.4179013 0.1231527 0.4066002 0.1289816 0.4154047 0.1405065 0.4548148 0.1182609 0.449915 0.1200886 0.4549762 0.1306626 0.4548148 0.1182609 0.4546098 0.1018546 0.4465065 0.1161275 0.4472787 0.1303248 0.449915 0.1200886 0.4403737 0.1269128 0.4403049 0.154954 0.4547125 0.1568818 0.4551522 0.1441981 0.4551522 0.1441981 0.4549762 0.1306626 0.4472787 0.1303248 0.4472787 0.1303248 0.4403737 0.1269128 0.4336802 0.1386842 0.4336802 0.1386842 0.4268744 0.1494064 0.4403049 0.154954 0.463069 0.1159349 0.4597616 0.1199733 0.4694834 0.126574 0.463069 0.1159349 0.4546098 0.1018546 0.4548148 0.1182609 0.462664 0.1301444 0.4597616 0.1199733 0.4549762 0.1306626 0.469113 0.1549223 0.4825257 0.1493502 0.4764844 0.1381859 0.4764844 0.1381859 0.4694834 0.126574 0.462664 0.1301444 0.462664 0.1301444 0.4549762 0.1306626 0.4551522 0.1441981 0.4551522 0.1441981 0.4547125 0.1568818 0.469113 0.1549223 0.4690317 0.1097946 0.4682107 0.1149373 0.4799625 0.1157816 0.4690317 0.1097946 0.4546098 0.1018546 0.463069 0.1159349 0.4758658 0.1222757 0.4682107 0.1149373 0.4694834 0.126574 0.4939697 0.1404404 0.5027488 0.1289223 0.4918931 0.122316 0.4918931 0.122316 0.4799625 0.1157816 0.4758658 0.1222757 0.4758658 0.1222757 0.4694834 0.126574 0.4764844 0.1381859 0.4764844 0.1381859 0.4825257 0.1493502 0.4939697 0.1404404 0.471113 0.1015187 0.4729861 0.1063674 0.483619 0.1012367 0.471113 0.1015187 0.4546098 0.1018546 0.4690317 0.1097946 0.4833273 0.1088852 0.4729861 0.1063674 0.4799625 0.1157816 0.5081668 0.1155256 0.5099939 0.101216 0.4972695 0.1009289 0.4972695 0.1009289 0.483619 0.1012367 0.4833273 0.1088852 0.4833273 0.1088852 0.4799625 0.1157816 0.4918931 0.122316 0.4918931 0.122316 0.5027488 0.1289223 0.5081668 0.1155256 0.4687881 0.09333336 0.4728358 0.09658819 0.4795324 0.08685207 0.4687881 0.09333336 0.4546098 0.1018546 0.471113 0.1015187 0.4830924 0.09360522 0.4728358 0.09658819 0.483619 0.1012367 0.5080002 0.08695912 0.502461 0.07369309 0.4912602 0.07977747 0.4912602 0.07977747 0.4795324 0.08685207 0.4830924 0.09360522 0.4830924 0.09360522 0.483619 0.1012367 0.4972695 0.1009289 0.4972695 0.1009289 0.5099939 0.101216 0.5080002 0.08695912 0.4627026 0.08740711 0.4678374 0.08820891 0.4688377 0.07643789 0.4627026 0.08740711 0.4546098 0.1018546 0.4687881 0.09333336 0.4752825 0.0805127 0.4678374 0.08820891 0.4795324 0.08685207 0.4936515 0.06235605 0.4822651 0.05362445 0.4755345 0.06446444 0.4755345 0.06446444 0.4688377 0.07643789 0.4752825 0.0805127 0.4752825 0.0805127 0.4795324 0.08685207 0.4912602 0.07977747 0.4912602 0.07977747 0.502461 0.07369309 0.4936515 0.06235605 0.4544767 0.0852977 0.459338 0.08343791 0.454382 0.07273089 0.4544767 0.0852977 0.4546098 0.1018546 0.4627026 0.08740711 0.4620022 0.07305794 0.459338 0.08343791 0.4688377 0.07643789 0.4689949 0.04817497 0.4547753 0.04625922 0.4542786 0.0590136 0.4542786 0.0590136 0.454382 0.07273089 0.4620022 0.07305794 0.4620022 0.07305794 0.4688377 0.07643789 0.4755345 0.06446444 0.4755345 0.06446444 0.4822651 0.05362445 0.4689949 0.04817497 0.4462846 0.08756446 0.4495878 0.08352982 0.4399853 0.07671397 0.4462846 0.08756446 0.4546098 0.1018546 0.4544767 0.0852977 0.4467674 0.07320159 0.4495878 0.08352982 0.454382 0.07273089 0.4405403 0.04812872 0.4272321 0.0535441 0.4331095 0.06487023 0.4331095 0.06487023 0.4399853 0.07671397 0.4467674 0.07320159 0.4467674 0.07320159 0.454382 0.07273089 0.4542786 0.0590136 0.4542786 0.0590136 0.4547753 0.04625922 0.4405403 0.04812872 0.3994143 0.06714409 0.4102072 0.0541082 0.4069303 0.07361555 0.3994143 0.06714409 0.3943619 0.06201982 0.4066385 0.04787003 0.4066385 0.04787003 0.4220687 0.03730732 0.4239279 0.04424631 0.4157929 0.06226593 0.4102072 0.0541082 0.4272321 0.0535441 0.3910357 0.0591551 0.4041101 0.04419934 0.3943619 0.06201982 0.3910357 0.0591551 0.3888845 0.05763524 0.4023582 0.04211294 0.4023582 0.04211294 0.4193204 0.03052324 0.4205263 0.0330578 0.4066385 0.04787003 0.4041101 0.04419934 0.4220687 0.03730732 0.3873572 0.05654537 0.4011191 0.04062753 0.3888845 0.05763524 0.3873572 0.05654537 0.3858957 0.05552005 0.3999441 0.03923922 0.3999441 0.03923922 0.4176709 0.02706396 0.4184708 0.02872914 0.4023582 0.04211294 0.4011191 0.04062753 0.4193204 0.03052324 0.4166141 0.02491629 0.3983847 0.03744399 0.4154288 0.02252733 0.3999441 0.03923922 0.3983847 0.03744399 0.4176709 0.02706396 0.3839419 0.05419385 0.3983847 0.03744399 0.3858957 0.05552005 0.396633 0.03544533 0.3983847 0.03744399 0.3817418 0.0527172 0.3702855 0.09587121 0.3744177 0.07415109 0.3725981 0.0960409 0.3719224 0.07329654 0.3744177 0.07415109 0.3676626 0.09569376 0.3839419 0.05419385 0.3744177 0.07415109 0.3817418 0.0527172 0.3766264 0.07492166 0.3744177 0.07415109 0.3858957 0.05552005 0.3742904 0.09619516 0.3782617 0.07552415 0.3760205 0.09636902 0.3742904 0.09619516 0.3725981 0.0960409 0.3766264 0.07492166 0.3766264 0.07492166 0.3858957 0.05552005 0.3873572 0.05654537 0.3799523 0.07616454 0.3782617 0.07552415 0.3888845 0.05763524 0.3784467 0.09659767 0.382327 0.07704871 0.3826089 0.09741181 0.3784467 0.09659767 0.3760205 0.09636902 0.3799523 0.07616454 0.3799523 0.07616454 0.3888845 0.05763524 0.3910357 0.0591551 0.3862047 0.07893705 0.382327 0.07704871 0.3943619 0.06201982 0.3895469 0.09934216 0.3924041 0.08259004 0.3993368 0.1012123 0.3895469 0.09934216 0.3826089 0.09741181 0.3862047 0.07893705 0.3862047 0.07893705 0.3943619 0.06201982 0.3994143 0.06714409 0.4013518 0.08691436 0.3924041 0.08259004 0.4069303 0.07361555 0.3971637 0.1322939 0.3912125 0.1162967 0.4066002 0.1289816 0.3971637 0.1322939 0.3901995 0.1341104 0.3840165 0.1162341 0.3840165 0.1162341 0.3826089 0.09741181 0.3895469 0.09934216 0.4011653 0.1155591 0.3912125 0.1162967 0.3993368 0.1012123 0.3863152 0.1354517 0.3798572 0.1165195 0.3901995 0.1341104 0.3863152 0.1354517 0.384266 0.1364125 0.3775476 0.1169167 0.3775476 0.1169167 0.3760205 0.09636902 0.3784467 0.09659767 0.3840165 0.1162341 0.3798572 0.1165195 0.3826089 0.09741181 0.3828072 0.1370873 0.3759011 0.1171894 0.384266 0.1364125 0.3828072 0.1370873 0.3813495 0.1377763 0.3742728 0.1174747 0.3742728 0.1174747 0.3725981 0.0960409 0.3742904 0.09619516 0.3775476 0.1169167 0.3759011 0.1171894 0.3760205 0.09636902 0.3793032 0.1387795 0.372018 0.1179097 0.3813495 0.1377763 0.3694501 0.1184193 0.372018 0.1179097 0.3769628 0.1399399 0.3702855 0.09587121 0.372018 0.1179097 0.3676626 0.09569376 0.3742728 0.1174747 0.372018 0.1179097 0.3725981 0.0960409 0.408579 0.1714215 0.3918283 0.1569938 0.4098188 0.1695382 0.3898782 0.1587221 0.3918283 0.1569938 0.4071505 0.1735999 0.3793032 0.1387795 0.3918283 0.1569938 0.3769628 0.1399399 0.3935268 0.1554985 0.3918283 0.1569938 0.3813495 0.1377763 0.410681 0.168245 0.3947221 0.1544691 0.4115297 0.166983 0.410681 0.168245 0.4098188 0.1695382 0.3935268 0.1554985 0.3935268 0.1554985 0.3813495 0.1377763 0.3828072 0.1370873 0.3959078 0.1534618 0.3947221 0.1544691 0.384266 0.1364125 0.4127287 0.1651934 0.3975774 0.1520323 0.4153349 0.1621295 0.4127287 0.1651934 0.4115297 0.166983 0.3959078 0.1534618 0.3959078 0.1534618 0.384266 0.1364125 0.3863152 0.1354517 0.4009296 0.1497474 0.3975774 0.1520323 0.3901995 0.1341104 0.4204047 0.1570444 0.4071635 0.1461739 0.4268744 0.1494064 0.4204047 0.1570444 0.4153349 0.1621295 0.4009296 0.1497474 0.4009296 0.1497474 0.3901995 0.1341104 0.3971637 0.1322939 0.4154047 0.1405065 0.4071635 0.1461739 0.4066002 0.1289816 0.4530261 0.1667281 0.4360802 0.164013 0.4547125 0.1568818 0.4530261 0.1667281 0.4512662 0.1736617 0.4325431 0.1702412 0.4325431 0.1702412 0.4153349 0.1621295 0.4204047 0.1570444 0.4403049 0.154954 0.4360802 0.164013 0.4268744 0.1494064 0.4506059 0.177607 0.4308544 0.1738677 0.4512662 0.1736617 0.4506059 0.177607 0.4505113 0.1797442 0.4301883 0.1758948 0.4301883 0.1758948 0.4115297 0.166983 0.4127287 0.1651934 0.4325431 0.1702412 0.4308544 0.1738677 0.4153349 0.1621295 0.450448 0.1812534 0.429719 0.177325 0.4505113 0.1797442 0.450448 0.1812534 0.4503795 0.1828008 0.429239 0.1787925 0.429239 0.1787925 0.4098188 0.1695382 0.410681 0.168245 0.4301883 0.1758948 0.429719 0.177325 0.4115297 0.166983 0.4502692 0.1850525 0.4285408 0.1809318 0.4503795 0.1828008 0.4277336 0.183407 0.4285408 0.1809318 0.4501379 0.1876564 0.408579 0.1714215 0.4285408 0.1809318 0.4071505 0.1735999 0.429239 0.1787925 0.4285408 0.1809318 0.4098188 0.1695382 0.4932036 0.1760213 0.4723194 0.1833113 0.4921479 0.1740036 0.4728738 0.1858612 0.4723194 0.1833113 0.4944072 0.1783443 0.4502692 0.1850525 0.4723194 0.1833113 0.4501379 0.1876564 0.4502692 0.1850525 0.4503795 0.1828008 0.4718323 0.1811022 0.491388 0.1725962 0.47148 0.1795744 0.490625 0.171209 0.491388 0.1725962 0.4921479 0.1740036 0.4718323 0.1811022 0.4718323 0.1811022 0.4503795 0.1828008 0.450448 0.1812534 0.4711263 0.1780782 0.47148 0.1795744 0.4505113 0.1797442 0.48956 0.1692519 0.4706352 0.1759632 0.4880774 0.1654796 0.48956 0.1692519 0.490625 0.171209 0.4711263 0.1780782 0.4711263 0.1780782 0.4505113 0.1797442 0.4506059 0.177607 0.470216 0.1719698 0.4706352 0.1759632 0.4512662 0.1736617 0.4860613 0.1586469 0.4700783 0.1648383 0.4825257 0.1493502 0.4860613 0.1586469 0.4880774 0.1654796 0.470216 0.1719698 0.470216 0.1719698 0.4512662 0.1736617 0.4530261 0.1667281 0.469113 0.1549223 0.4700783 0.1648383 0.4547125 0.1568818 0.5104552 0.1351244 0.4997995 0.1484578 0.5027488 0.1289223 0.5104552 0.1351244 0.5156428 0.1399779 0.5035347 0.1545046 0.5035347 0.1545046 0.4880774 0.1654796 0.4860613 0.1586469 0.4939697 0.1404404 0.4997995 0.1484578 0.4825257 0.1493502 0.5189421 0.142538 0.5059983 0.1577885 0.5156428 0.1399779 0.5189421 0.142538 0.5210039 0.1437712 0.5075989 0.1594492 0.5075989 0.1594492 0.490625 0.171209 0.48956 0.1692519 0.5035347 0.1545046 0.5059983 0.1577885 0.4880774 0.1654796 0.5224784 0.1446442 0.5087451 0.1606267 0.5210039 0.1437712 0.5224784 0.1446442 0.5239189 0.1455165 0.5098767 0.1618118 0.5098767 0.1618118 0.4921479 0.1740036 0.491388 0.1725962 0.5075989 0.1594492 0.5087451 0.1606267 0.490625 0.171209 0.5258781 0.1467478 0.511434 0.1634954 0.5239189 0.1455165 0.5132041 0.1654282 0.511434 0.1634954 0.5280967 0.1481587 0.4932036 0.1760213 0.511434 0.1634954 0.4944072 0.1783443 0.5098767 0.1618118 0.511434 0.1634954 0.4921479 0.1740036 0.5395366 0.1050743 0.5354034 0.1267928 0.5371858 0.104987 0.5379174 0.1275818 0.5354034 0.1267928 0.5421782 0.1051864 0.5258781 0.1467478 0.5354034 0.1267928 0.5280967 0.1481587 0.5331745 0.1261068 0.5354034 0.1267928 0.5239189 0.1455165 0.5354164 0.1049492 0.5315153 0.1256268 0.5335591 0.1049262 0.5354164 0.1049492 0.5371858 0.104987 0.5331745 0.1261068 0.5331745 0.1261068 0.5239189 0.1455165 0.5224784 0.1446442 0.5297954 0.125148 0.5315153 0.1256268 0.5210039 0.1437712 0.5309445 0.104883 0.5273838 0.1244655 0.5266422 0.1043153 0.5309445 0.104883 0.5335591 0.1049262 0.5297954 0.125148 0.5297954 0.125148 0.5210039 0.1437712 0.5189421 0.142538 0.5234568 0.1228321 0.5273838 0.1244655 0.5156428 0.1399779 0.5197218 0.1027189 0.5171906 0.1195005 0.5099939 0.101216 0.5197218 0.1027189 0.5266422 0.1043153 0.5234568 0.1228321 0.5234568 0.1228321 0.5156428 0.1399779 0.5104552 0.1351244 0.5081668 0.1155256 0.5171906 0.1195005 0.5027488 0.1289223 0.5116242 0.07018256 0.5177645 0.08591276 0.502461 0.07369309 0.5116242 0.07018256 0.5184399 0.06813222 0.524865 0.08567535 0.524865 0.08567535 0.5266422 0.1043153 0.5197218 0.1027189 0.5080002 0.08695912 0.5177645 0.08591276 0.5099939 0.101216 0.5225985 0.06642842 0.5292459 0.08510202 0.5184399 0.06813222 0.5225985 0.06642842 0.5250624 0.0650922 0.5318805 0.08445245 0.5318805 0.08445245 0.5335591 0.1049262 0.5309445 0.104883 0.524865 0.08567535 0.5292459 0.08510202 0.5266422 0.1043153 0.526794 0.06414473 0.5337423 0.0839861 0.5250624 0.0650922 0.526794 0.06414473 0.5284079 0.06327342 0.5354954 0.0835613 0.5354954 0.0835613 0.5371858 0.104987 0.5354164 0.1049492 0.5318805 0.08445245 0.5337423 0.0839861 0.5335591 0.1049262 0.5305187 0.06216579 0.5378043 0.0830363 0.5284079 0.06327342 0.5403909 0.08246129 0.5378043 0.0830363 0.5328778 0.06093996 0.5395366 0.1050743 0.5378043 0.0830363 0.5421782 0.1051864 0.5395366 0.1050743 0.5371858 0.104987 0.5354954 0.0835613 0.5162283 0.04556739 0.4999423 0.03154206 0.5012407 0.02951961 0.5199612 0.04215574 0.5179926 0.04394966 0.5026876 0.0272755 0.5305187 0.06216579 0.5179926 0.04394966 0.5328778 0.06093996 0.5162283 0.04556739 0.5179926 0.04394966 0.5284079 0.06327342 0.498941 0.0331211 0.5148728 0.04683274 0.4978519 0.03484463 0.498941 0.0331211 0.4999423 0.03154206 0.5162283 0.04556739 0.5162283 0.04556739 0.5284079 0.06327342 0.526794 0.06414473 0.5134073 0.04821097 0.5148728 0.04683274 0.5250624 0.0650922 0.4962897 0.0373004 0.5113128 0.05016767 0.4934433 0.04090011 0.4962897 0.0373004 0.4978519 0.03484463 0.5134073 0.04821097 0.5134073 0.04821097 0.5250624 0.0650922 0.5225985 0.06642842 0.5076816 0.05290591 0.5113128 0.05016767 0.5184399 0.06813222 0.4885015 0.04605555 0.5016064 0.056629 0.4822651 0.05362445 0.4885015 0.04605555 0.4934433 0.04090011 0.5076816 0.05290591 0.5076816 0.05290591 0.5184399 0.06813222 0.5116242 0.07018256 0.4936515 0.06235605 0.5016064 0.056629 0.502461 0.07369309 0.4564807 0.03658103 0.4731003 0.03926581 0.4547753 0.04625922 0.4564807 0.03658103 0.458265 0.02964168 0.4765775 0.03301835 0.4765775 0.03301835 0.4934433 0.04090011 0.4885015 0.04605555 0.4689949 0.04817497 0.4731003 0.03926581 0.4822651 0.05362445 0.4589985 0.02510392 0.47843 0.02880716 0.458265 0.02964168 0.4589985 0.02510392 0.4591785 0.02219963 0.4793328 0.0260291 0.4793328 0.0260291 0.4978519 0.03484463 0.4962897 0.0373004 0.4765775 0.03301835 0.47843 0.02880716 0.4934433 0.04090011 0.4593027 0.02016085 0.479961 0.02408111 0.4591785 0.02219963 0.4593027 0.02016085 0.4594121 0.01828879 0.4805356 0.02229613 0.4805356 0.02229613 0.4999423 0.03154206 0.498941 0.0331211 0.4793328 0.0260291 0.479961 0.02408111 0.4978519 0.03484463 0.4595484 0.01588487 0.4812776 0.02000707 0.4594121 0.01828879 0.4821032 0.01746606 0.4812776 0.02000707 0.459698 0.01321494 0.5012407 0.02951961 0.4812776 0.02000707 0.5026876 0.0272755 0.5012407 0.02951961 0.4999423 0.03154206 0.4805356 0.02229613 0.4595484 0.01588487 0.4374979 0.01762557 0.459698 0.01321494 0.4595484 0.01588487 0.4594121 0.01828879 0.4379754 0.01997929 0.4166141 0.02491629 0.4374979 0.01762557 0.4176709 0.02706396 0.4369618 0.01500964 0.4374979 0.01762557 0.4154288 0.02252733 0.4184708 0.02872914 0.4383356 0.02180856 0.4193204 0.03052324 0.4184708 0.02872914 0.4176709 0.02706396 0.4379754 0.01997929 0.4379754 0.01997929 0.4594121 0.01828879 0.4593027 0.02016085 0.4387174 0.02379155 0.4383356 0.02180856 0.4591785 0.02219963 0.4205263 0.0330578 0.4392598 0.02660673 0.4220687 0.03730732 0.4205263 0.0330578 0.4193204 0.03052324 0.4387174 0.02379155 0.4387174 0.02379155 0.4591785 0.02219963 0.4589985 0.02510392 0.4396864 0.03115129 0.4392598 0.02660673 0.458265 0.02964168 0.4239279 0.04424631 0.4397211 0.03832256 0.4272321 0.0535441 0.4239279 0.04424631 0.4220687 0.03730732 0.4396864 0.03115129 0.4396864 0.03115129 0.458265 0.02964168 0.4564807 0.03658103 0.4405403 0.04812872 0.4397211 0.03832256 0.4547753 0.04625922 0.4336091 0.08092182 0.4411665 0.08847075 0.4294701 0.08735811 0.4462846 0.08756446 0.4411665 0.08847075 0.4399853 0.07671397 0.4462846 0.08756446 0.4546098 0.1018546 0.4403015 0.09362155 0.4331095 0.06487023 0.4399853 0.07671397 0.4336091 0.08092182 0.4336091 0.08092182 0.4294701 0.08735811 0.4176477 0.08052146 0.4176477 0.08052146 0.4069303 0.07361555 0.4157929 0.06226593 0.4157929 0.06226593 0.4272321 0.0535441 0.4331095 0.06487023 0.4260407 0.09420061 0.4363226 0.09696918 0.4256669 0.1018602 0.4403015 0.09362155 0.4363226 0.09696918 0.4294701 0.08735811 0.4403015 0.09362155 0.4546098 0.1018546 0.438138 0.1018734 0.412055 0.1018458 0.3993368 0.1012123 0.4013518 0.08691436 0.4013518 0.08691436 0.4069303 0.07361555 0.4176477 0.08052146 0.4176477 0.08052146 0.4294701 0.08735811 0.4260407 0.09420061 0.4260407 0.09420061 0.4256669 0.1018602 0.412055 0.1018458 0.4261251 0.1095173 0.4363766 0.1067719 0.4296429 0.1163505 0.438138 0.1018734 0.4363766 0.1067719 0.4256669 0.1018602 0.438138 0.1018734 0.4546098 0.1018546 0.4404008 0.110118 0.4179013 0.1231527 0.4066002 0.1289816 0.4011653 0.1155591 0.4011653 0.1155591 0.3993368 0.1012123 0.412055 0.1018458 0.412055 0.1018458 0.4256669 0.1018602 0.4261251 0.1095173 0.4261251 0.1095173 0.4296429 0.1163505 0.4179013 0.1231527 0.4338915 0.1227583 0.4413472 0.1152461 0.4403737 0.1269128 0.4404008 0.110118 0.4413472 0.1152461 0.4296429 0.1163505 0.4404008 0.110118 0.4546098 0.1018546 0.4465065 0.1161275 0.4336802 0.1386842 0.4268744 0.1494064 0.4154047 0.1405065 0.4154047 0.1405065 0.4066002 0.1289816 0.4179013 0.1231527 0.4179013 0.1231527 0.4296429 0.1163505 0.4338915 0.1227583 0.4338915 0.1227583 0.4403737 0.1269128 0.4336802 0.1386842 0.4472787 0.1303248 0.449915 0.1200886 0.4549762 0.1306626 0.4465065 0.1161275 0.449915 0.1200886 0.4403737 0.1269128 0.4465065 0.1161275 0.4546098 0.1018546 0.4548148 0.1182609 0.4551522 0.1441981 0.4547125 0.1568818 0.4403049 0.154954 0.4403049 0.154954 0.4268744 0.1494064 0.4336802 0.1386842 0.4336802 0.1386842 0.4403737 0.1269128 0.4472787 0.1303248 0.4472787 0.1303248 0.4549762 0.1306626 0.4551522 0.1441981 0.462664 0.1301444 0.4597616 0.1199733 0.4694834 0.126574 0.4548148 0.1182609 0.4597616 0.1199733 0.4549762 0.1306626 0.4548148 0.1182609 0.4546098 0.1018546 0.463069 0.1159349 0.4764844 0.1381859 0.4825257 0.1493502 0.469113 0.1549223 0.469113 0.1549223 0.4547125 0.1568818 0.4551522 0.1441981 0.4551522 0.1441981 0.4549762 0.1306626 0.462664 0.1301444 0.462664 0.1301444 0.4694834 0.126574 0.4764844 0.1381859 0.4758658 0.1222757 0.4682107 0.1149373 0.4799625 0.1157816 0.463069 0.1159349 0.4682107 0.1149373 0.4694834 0.126574 0.463069 0.1159349 0.4546098 0.1018546 0.4690318 0.1097946 0.4918931 0.122316 0.5027488 0.1289223 0.4939697 0.1404404 0.4939697 0.1404404 0.4825257 0.1493502 0.4764844 0.1381859 0.4764844 0.1381859 0.4694834 0.126574 0.4758658 0.1222757 0.4758658 0.1222757 0.4799625 0.1157816 0.4918931 0.122316 0.4833274 0.1088852 0.4729862 0.1063674 0.483619 0.1012367 0.4690318 0.1097946 0.4729862 0.1063674 0.4799625 0.1157816 0.4690318 0.1097946 0.4546098 0.1018546 0.471113 0.1015187 0.4972695 0.1009289 0.5099939 0.101216 0.5081668 0.1155256 0.5081668 0.1155256 0.5027488 0.1289223 0.4918931 0.122316 0.4918931 0.122316 0.4799625 0.1157816 0.4833274 0.1088852 0.4833274 0.1088852 0.483619 0.1012367 0.4972695 0.1009289 0.4830924 0.09360527 0.4728358 0.09658819 0.4795324 0.08685207 0.471113 0.1015187 0.4728358 0.09658819 0.483619 0.1012367 0.471113 0.1015187 0.4546098 0.1018546 0.4687881 0.09333336 0.4912602 0.07977747 0.502461 0.07369309 0.5080002 0.08695912 0.5080002 0.08695912 0.5099939 0.101216 0.4972695 0.1009289 0.4972695 0.1009289 0.483619 0.1012367 0.4830924 0.09360527 0.4830924 0.09360527 0.4795324 0.08685207 0.4912602 0.07977747 0.4752825 0.0805127 0.4678374 0.08820891 0.4688377 0.07643789 0.4687881 0.09333336 0.4678374 0.08820891 0.4795324 0.08685207 0.4687881 0.09333336 0.4546098 0.1018546 0.4627026 0.08740711 0.4755345 0.06446444 0.4822651 0.05362445 0.4936515 0.06235605 0.4936515 0.06235605 0.502461 0.07369309 0.4912602 0.07977747 0.4912602 0.07977747 0.4795324 0.08685207 0.4752825 0.0805127 0.4752825 0.0805127 0.4688377 0.07643789 0.4755345 0.06446444 0.4620022 0.07305794 0.459338 0.08343791 0.454382 0.07273089 0.4627026 0.08740711 0.459338 0.08343791 0.4688377 0.07643789 0.4627026 0.08740711 0.4546098 0.1018546 0.4544767 0.0852977 0.4542786 0.0590136 0.4547753 0.04625922 0.4689949 0.04817497 0.4689949 0.04817497 0.4822651 0.05362445 0.4755345 0.06446444 0.4755345 0.06446444 0.4688377 0.07643789 0.4620022 0.07305794 0.4620022 0.07305794 0.454382 0.07273089 0.4542786 0.0590136 0.4467674 0.07320153 0.4495878 0.08352982 0.4399853 0.07671397 0.4544767 0.0852977 0.4495878 0.08352982 0.454382 0.07273089 0.4544767 0.0852977 0.4546098 0.1018546 0.4462846 0.08756446 0.4331095 0.06487023 0.4272321 0.0535441 0.4405403 0.04812872 0.4405403 0.04812872 0.4547753 0.04625922 0.4542786 0.0590136 0.4542786 0.0590136 0.454382 0.07273089 0.4467674 0.07320153 0.4467674 0.07320153 0.4399853 0.07671397 0.4331095 0.06487023 0.9387598 0.7313075 0.959187 0.7353014 0.9388167 0.7429875 0.9441772 0.7834008 0.9520216 0.7836588 0.9407789 0.789352 0.8893911 0.7630078 0.8850824 0.7757676 0.9303091 0.742996 0.8199154 0.7782243 0.8007497 0.7871428 0.8069854 0.7587531 0.7229032 0.8156123 0.7520122 0.7791355 0.7316385 0.7860919 0.7011924 0.8232926 0.6803785 0.8312544 0.7316385 0.7860919 0.4957931 0.9811584 0.5334468 0.9480475 0.9189395 0.8541306 0.5334468 0.9480475 0.5869275 0.907368 0.8876833 0.8412763 0.9005323 0.6069037 0.9087307 0.6024131 0.9188382 0.6111566 0.7229032 0.8156123 0.8007497 0.7871428 0.7520122 0.7791355 0.9387598 0.7313075 0.9303091 0.742996 0.9388167 0.7429875 0.5334468 0.9480475 0.8876833 0.8412763 0.5869275 0.907368 0.6375027 0.8731366 0.8633447 0.8231788 0.6837309 0.848532 0.5869275 0.907368 0.8633447 0.8231788 0.6375027 0.8731366 0.8962703 0.6151544 0.9005323 0.6069037 0.8864011 0.6158118 0.9436476 0.8362775 0.9522451 0.7902776 0.9407789 0.789352 0.8574534 0.5612204 0.8619571 0.6273438 0.8864011 0.6158118 0.8574534 0.5612204 0.9005323 0.6069037 0.9087307 0.6024131 0.6803785 0.8312544 0.6343054 0.8103302 0.7316385 0.7860919 0.9303091 0.742996 0.9387598 0.7313075 0.9388167 0.7429875 0.5334468 0.9480475 0.8876833 0.8412763 0.9189395 0.8541306 0.9005323 0.6069037 0.8962703 0.6151544 0.8864011 0.6158118 0.8962703 0.6151544 0.9005323 0.6069037 0.9052791 0.6178551 0.9520216 0.7836588 0.9522451 0.7902776 0.9407789 0.789352 0.9522451 0.7902776 0.9520216 0.7836588 0.9709565 0.7755872 0.9522451 0.7902776 0.9436476 0.8362775 0.9407789 0.789352 0.9052791 0.6178551 0.9005323 0.6069037 0.9188382 0.6111566 0.8349218 0.6919227 0.8291024 0.7022953 0.8623554 0.6945322 0.959187 0.7353014 0.9387598 0.7313075 0.9388167 0.7429875 0.8850824 0.7757676 0.8969159 0.7710555 0.9303091 0.742996 0.8628144 0.7968083 0.8366128 0.7973416 0.8598791 0.8058224 0.8876833 0.8412763 0.8633447 0.8231788 0.5869275 0.907368 0.8633447 0.8231788 0.7026333 0.8394519 0.6837309 0.848532 0.9005323 0.6069037 0.8574534 0.5612204 0.8864011 0.6158118 0.8697546 0.5544655 0.8574534 0.5612204 0.9087307 0.6024131 0.9087307 0.6024131 0.9005323 0.6069037 0.9188382 0.6111566 0.9485555 0.7047944 0.9151384 0.7301831 0.8795294 0.7351735 0.8199154 0.7782243 0.8069854 0.7587531 0.8487311 0.764223 0.8007497 0.7871428 0.7639043 0.7705238 0.8069854 0.7587531 0.8520779 0.661346 0.8494104 0.6568906 0.8691326 0.6493713 0.9387598 0.7313075 0.9652915 0.7148335 0.959187 0.7353014 0.5734575 0.8974575 0.6320495 0.8616865 0.5464924 0.8532897 0.5072484 0.9359321 0.5734575 0.8974575 0.5464924 0.8532897 0.8520779 0.661346 0.8789151 0.6541792 0.8691326 0.6493713 0.8325586 0.6656308 0.8520779 0.661346 0.8373957 0.6600444 0.9005323 0.6069037 0.9052791 0.6178551 0.9188382 0.6111566 0.9387598 0.7313075 0.959187 0.7353014 0.9652915 0.7148335 0.9151384 0.7301831 0.8823077 0.7430602 0.8795294 0.7351735 0.8069854 0.7587531 0.8419423 0.7474004 0.8487311 0.764223 0.9388167 0.7429875 0.959187 0.7353014 0.9509113 0.7448315 0.9509113 0.7448315 0.9388167 0.7429875 0.9457569 0.7590947 0.8893911 0.7630078 0.8534856 0.7879272 0.8850824 0.7757676 0.9052791 0.6178551 0.9005323 0.6069037 0.8962703 0.6151544 0.8255798 0.6014435 0.8249195 0.6313015 0.8619571 0.6273438 0.8102858 0.694893 0.8349218 0.6919227 0.8291024 0.7022953 0.7810574 0.6981788 0.8102858 0.694893 0.8000259 0.7154011 0.7642491 0.7023133 0.7810574 0.6981788 0.7527462 0.732885 0.6729232 0.7366681 0.7642491 0.7023133 0.7363697 0.7368971 0.6443341 0.748561 0.6729232 0.7366681 0.7109924 0.7465902 0.6190991 0.7567389 0.6443341 0.748561 0.6278138 0.7887755 0.5653029 0.7680845 0.6190991 0.7567389 0.5876685 0.8017011 0.4865284 0.7877575 0.5653029 0.7680845 0.5209701 0.8203086 0.8487311 0.764223 0.8419423 0.7474004 0.8823077 0.7430602 0.7229032 0.8156123 0.7520122 0.7791355 0.8007497 0.7871428 0.7011924 0.8232926 0.7316385 0.7860919 0.7229032 0.8156123 0.6320495 0.8616865 0.5996179 0.8278032 0.6803785 0.8312544 0.5734575 0.8974575 0.5464924 0.8532897 0.6320495 0.8616865 0.5072484 0.9359321 0.4687476 0.8796923 0.5464924 0.8532897 0.4718797 0.9624114 0.4268617 0.8730883 0.4687476 0.8796923 0.8060501 0.6708631 0.821897 0.6593318 0.8325586 0.6656308 0.8325586 0.6656308 0.8373957 0.6600444 0.8520779 0.661346 0.7968851 0.6065853 0.5748689 0.7469421 0.5123572 0.7567353 0.9388167 0.7429875 0.9509113 0.7448315 0.9457569 0.7590947 0.9303091 0.742996 0.9388167 0.7429875 0.9223642 0.7670128 0.8893911 0.7630078 0.9303091 0.742996 0.8850824 0.7757676 0.8534856 0.7879272 0.8893911 0.7630078 0.8850824 0.7757676 0.8366128 0.7973416 0.8534856 0.7879272 0.8628144 0.7968083 0.8366128 0.7973416 0.8628144 0.7968083 0.8598791 0.8058224 0.8248112 0.8023921 0.8598791 0.8058224 0.8103567 0.8078734 0.7026333 0.8394519 0.7844834 0.8158816 0.8633447 0.8231788 0.6375027 0.8731366 0.6837309 0.848532 0.8633447 0.8231788 0.5869275 0.907368 0.6375027 0.8731366 0.8633447 0.8231788 0.4112943 0.7540513 0.4060785 0.7496705 0.8042394 0.56243 0.8934897 0.8069412 0.8939635 0.7957183 0.897998 0.7939042 0.8249195 0.6313015 0.8619571 0.6273438 0.8400281 0.63934 0.9436476 0.8362775 0.9084316 0.8270771 0.9181419 0.7920075 0.8574534 0.5612204 0.8619571 0.6273438 0.8255798 0.6014435 0.9436476 0.8362775 0.9181419 0.7920075 0.9407789 0.789352 0.8574534 0.5612204 0.9005323 0.6069037 0.8864011 0.6158118 0.8574534 0.5612204 0.8697546 0.5544655 0.9087307 0.6024131 0.9485555 0.7047944 0.8795294 0.7351735 0.9151384 0.7301831 0.7810574 0.6981788 0.7527462 0.732885 0.8000259 0.7154011 0.8102858 0.694893 0.8000259 0.7154011 0.8291024 0.7022953 0.7642491 0.7023133 0.7363697 0.7368971 0.7527462 0.732885 0.6729232 0.7366681 0.7109924 0.7465902 0.7363697 0.7368971 0.6190991 0.7567389 0.5876685 0.8017011 0.6278138 0.7887755 0.5653029 0.7680845 0.5209701 0.8203086 0.5876685 0.8017011 0.4865284 0.7877575 0.4554781 0.8454729 0.5209701 0.8203086 0.8487311 0.764223 0.8823077 0.7430602 0.8419423 0.7474004 0.8199154 0.7782243 0.8487311 0.764223 0.8069854 0.7587531 0.8007497 0.7871428 0.8199154 0.7782243 0.8069854 0.7587531 0.7011924 0.8232926 0.7229032 0.8156123 0.7316385 0.7860919 0.7011924 0.8232926 0.7316385 0.7860919 0.6803785 0.8312544 0.6320495 0.8616865 0.6803785 0.8312544 0.5996179 0.8278032 0.4718797 0.9624114 0.5072484 0.9359321 0.4687476 0.8796923 0.959187 0.7353014 0.9388167 0.7429875 0.9509113 0.7448315 0.8060501 0.6708631 0.8325586 0.6656308 0.821897 0.6593318 0.8060501 0.6708631 0.821897 0.6593318 0.8090534 0.6578102 0.4112943 0.7540513 0.4485795 0.7586542 0.7968851 0.6065853 0.6290607 0.7373853 0.6495919 0.7306464 0.7877907 0.6389058 0.4485795 0.7586542 0.5123572 0.7567353 0.7968851 0.6065853 0.9388167 0.7429875 0.9223642 0.7670128 0.9457569 0.7590947 0.9303091 0.742996 0.8969159 0.7710555 0.9223642 0.7670128 0.8534856 0.7879272 0.8705471 0.7882462 0.8850824 0.7757676 0.8366128 0.7973416 0.8628144 0.7968083 0.8534856 0.7879272 0.8366128 0.7973416 0.8248112 0.8023921 0.8598791 0.8058224 0.8248112 0.8023921 0.8103567 0.8078734 0.8598791 0.8058224 0.7026333 0.8394519 0.8633447 0.8231788 0.7844834 0.8158816 0.4957931 0.9811584 0.9189395 0.8541306 0.5334468 0.9480475 0.4112943 0.7540513 0.8166543 0.5731644 0.8042394 0.56243 0.9520216 0.7836588 0.9522451 0.7902776 0.9709565 0.7755872 0.8934897 0.8069412 0.9181419 0.7920075 0.897998 0.7939042 0.8249195 0.6313015 0.833753 0.640139 0.8400281 0.63934 0.9436476 0.8362775 0.9181419 0.7920075 0.9084316 0.8270771 0.8574534 0.5612204 0.8255798 0.6014435 0.8619571 0.6273438 0.8623554 0.6945322 0.8291024 0.7022953 0.8349218 0.6919227 0.8000259 0.7154011 0.8102858 0.694893 0.8291024 0.7022953 0.7527462 0.732885 0.7810574 0.6981788 0.8000259 0.7154011 0.7363697 0.7368971 0.7642491 0.7023133 0.7527462 0.732885 0.7109924 0.7465902 0.6729232 0.7366681 0.7363697 0.7368971 0.6278138 0.7887755 0.6443341 0.748561 0.7109924 0.7465902 0.5876685 0.8017011 0.6190991 0.7567389 0.6278138 0.7887755 0.5209701 0.8203086 0.5653029 0.7680845 0.5876685 0.8017011 0.8419423 0.7474004 0.8795294 0.7351735 0.8823077 0.7430602 0.7520122 0.7791355 0.7639043 0.7705238 0.8007497 0.7871428 0.7316385 0.7860919 0.7520122 0.7791355 0.7229032 0.8156123 0.5996179 0.8278032 0.6343054 0.8103302 0.6803785 0.8312544 0.5464924 0.8532897 0.5996179 0.8278032 0.6320495 0.8616865 0.5734575 0.8974575 0.5072484 0.9359321 0.5464924 0.8532897 0.5072484 0.9359321 0.4718797 0.9624114 0.4687476 0.8796923 0.9223642 0.7670128 0.9388167 0.7429875 0.9457569 0.7590947 0.8969159 0.7710555 0.9303091 0.742996 0.9223642 0.7670128 0.9303091 0.742996 0.8969159 0.7710555 0.8850824 0.7757676 0.8705471 0.7882462 0.8534856 0.7879272 0.8850824 0.7757676 0.8534856 0.7879272 0.8705471 0.7882462 0.8628144 0.7968083 0.8248112 0.8023921 0.8366128 0.7973416 0.8598791 0.8058224 0.8598791 0.8058224 0.8633447 0.8231788 0.8103567 0.8078734 0.7844834 0.8158816 0.8103567 0.8078734 0.8633447 0.8231788 0.5869275 0.907368 0.8633447 0.8231788 0.8876833 0.8412763 0.6837309 0.848532 0.7026333 0.8394519 0.8633447 0.8231788 0.8166543 0.5731644 0.4112943 0.7540513 0.8042394 0.56243 0.9441772 0.7834008 0.9407789 0.789352 0.9181419 0.7920075 0.9181419 0.7920075 0.8934897 0.8069412 0.897998 0.7939042 0.833753 0.640139 0.8249195 0.6313015 0.8400281 0.63934 0.9084316 0.8270771 0.8934897 0.8069412 0.9181419 0.7920075 0.8619571 0.6273438 0.8249195 0.6313015 0.8255798 0.6014435 0.8619571 0.6273438 0.8574534 0.5612204 0.8864011 0.6158118 0.9005323 0.6069037 0.8574534 0.5612204 0.9087307 0.6024131 0.8795294 0.7351735 0.8823077 0.7430602 0.9151384 0.7301831 0.8823077 0.7430602 0.8795294 0.7351735 0.8419423 0.7474004 0.8487311 0.764223 0.8419423 0.7474004 0.8069854 0.7587531 0.7639043 0.7705238 0.8007497 0.7871428 0.8069854 0.7587531 0.8007497 0.7871428 0.7639043 0.7705238 0.7520122 0.7791355 0.7316385 0.7860919 0.6343054 0.8103302 0.6803785 0.8312544 0.6803785 0.8312544 0.6343054 0.8103302 0.5996179 0.8278032 0.6320495 0.8616865 0.5996179 0.8278032 0.5464924 0.8532897 0.4687476 0.8796923 0.5072484 0.9359321 0.5464924 0.8532897 0.4268617 0.8730883 0.4718797 0.9624114 0.4687476 0.8796923 0.9388167 0.7429875 0.9303091 0.742996 0.9223642 0.7670128 0.8628144 0.7968083 0.8705471 0.7882462 0.8534856 0.7879272 0.8103567 0.8078734 0.8633447 0.8231788 0.8598791 0.8058224 0.8633447 0.8231788 0.8103567 0.8078734 0.7844834 0.8158816 0.9189395 0.8541306 0.8876833 0.8412763 0.5334468 0.9480475 0.4060785 0.7496705 0.4112943 0.7540513 0.8042394 0.56243 0.9407789 0.789352 0.9522451 0.7902776 0.9520216 0.7836588 0.8939635 0.7957183 0.8934897 0.8069412 0.897998 0.7939042 0.8619571 0.6273438 0.8249195 0.6313015 0.8400281 0.63934 0.9181419 0.7920075 0.8934897 0.8069412 0.9084316 0.8270771 0.9181419 0.7920075 0.9436476 0.8362775 0.9407789 0.789352 0.8789151 0.6541792 0.8691326 0.6493713 0.8891487 0.6404677 0.7877907 0.6389058 0.7991491 0.6536808 0.763024 0.6810707 0.7968851 0.6065853 0.5123572 0.7567353 0.4485795 0.7586542 0.3866841 0.7855114 0.4865284 0.7877575 0.4554781 0.8454729 0.3866841 0.7855114 0.4268617 0.8730883 0.4554781 0.8454729 0.6443341 0.748561 0.6278138 0.7887755 0.7109924 0.7465902 0.8789151 0.6541792 0.893176 0.6488032 0.8891487 0.6404677 0.7804356 0.6750563 0.8090534 0.6578102 0.7991491 0.6536808 0.7877907 0.6389058 0.5123572 0.7567353 0.5748689 0.7469421 0.821897 0.6593318 0.8060501 0.6708631 0.8090534 0.6578102 0.7804356 0.6750563 0.763024 0.6810707 0.7991491 0.6536808 0.2111992 0.8300168 0.214313 0.831956 0.2038403 0.842926 0.2075949 0.8274589 0.2142022 0.8089063 0.2111992 0.8300168 0.220128 0.8109653 0.2230624 0.8121013 0.214313 0.831956 0.1340497 0.7020974 0.136588 0.6967062 0.1517121 0.7004299 0.1290631 0.7122361 0.1315176 0.7074309 0.1483877 0.7101982 0.1340497 0.7020974 0.1183243 0.6984117 0.136588 0.6967062 0.1637512 0.7166579 0.1653608 0.7127957 0.1783221 0.7202787 0.1667244 0.7083563 0.150081 0.705505 0.1680027 0.7034589 0.3104107 0.5256188 0.3131551 0.5310059 0.2841379 0.5340995 0.2123491 0.7401453 0.2105951 0.7419468 0.2021074 0.7302475 0.2091915 0.7435155 0.1995632 0.7296609 0.2105951 0.7419468 0.2091915 0.7435155 0.2077737 0.7450059 0.1995632 0.7296609 0.2123491 0.7401453 0.2009173 0.7266851 0.2145065 0.7382267 0.2171205 0.7363064 0.2145065 0.7382267 0.2010846 0.7233971 0.3612423 0.4767971 0.3612187 0.4664928 0.3810822 0.4795238 0.3810822 0.4795238 0.3870403 0.4704502 0.3906002 0.4821807 0.3906002 0.4821807 0.3914806 0.4933447 0.3818185 0.4894953 0.3533885 0.4754362 0.3612423 0.4767971 0.3546811 0.4935817 0.1952919 0.7238315 0.1995632 0.7296609 0.19094 0.7237305 0.1933106 0.7151651 0.1818456 0.7113451 0.1950584 0.7114636 0.1933106 0.7151651 0.1950584 0.7114636 0.2047986 0.7177066 0.1933106 0.7151651 0.2026354 0.7205541 0.1929463 0.7190641 0.1952919 0.7238315 0.1929463 0.7190641 0.2009173 0.7266851 0.1933106 0.7151651 0.1929463 0.7190641 0.1822545 0.7165539 0.1667244 0.7083563 0.1680027 0.7034589 0.1832035 0.7068008 0.171967 0.6857412 0.1707046 0.6923992 0.1550794 0.6898449 0.1737772 0.6749981 0.1731523 0.6787742 0.1618236 0.6779619 0.136588 0.6967062 0.1416621 0.6869507 0.1550794 0.6898449 0.1445858 0.6821637 0.1573164 0.6839318 0.1416621 0.6869507 0.2176345 0.8341376 0.214313 0.831956 0.2269809 0.8138577 0.1952919 0.7238315 0.19094 0.7237305 0.1822545 0.7165539 0.1881892 0.7257541 0.1783221 0.7202787 0.1822545 0.7165539 0.1952919 0.7238315 0.2009173 0.7266851 0.2021074 0.7302475 0.1537836 0.8788642 0.1545184 0.8725553 0.1648867 0.8766836 0.2075949 0.8274589 0.2111992 0.8300168 0.2001842 0.8395 0.1340497 0.7020974 0.1315176 0.7074309 0.114699 0.7045786 0.1667244 0.7083563 0.1653608 0.7127957 0.1483877 0.7101982 0.1290631 0.7122361 0.1112979 0.710508 0.1315176 0.7074309 0.3524268 0.4503411 0.3535206 0.4573331 0.3501741 0.4508301 0.3486351 0.4439678 0.3508409 0.4434762 0.3501741 0.4508301 0.1290631 0.7122361 0.1466178 0.7142056 0.1278554 0.7145066 0.1637512 0.7166579 0.1466178 0.7142056 0.1653608 0.7127957 0.3393601 0.5147954 0.3435692 0.5194469 0.3131551 0.5310059 0.3104107 0.5256188 0.3361732 0.5108792 0.3393601 0.5147954 0.2123491 0.7401453 0.2230663 0.7637891 0.2105951 0.7419468 0.2091915 0.7435155 0.2105951 0.7419468 0.2204095 0.7647085 0.2091915 0.7435155 0.2184059 0.7655634 0.2077737 0.7450059 0.22629 0.762916 0.2171205 0.7363064 0.2196622 0.7341819 0.2123491 0.7401453 0.2145065 0.7382267 0.2230663 0.7637891 0.2059773 0.7465725 0.1953487 0.7325268 0.2077737 0.7450059 0.216755 0.790435 0.2194448 0.7902732 0.2174254 0.8100377 0.2230624 0.8121013 0.220128 0.8109653 0.2278159 0.7902943 0.2184059 0.7655634 0.2204095 0.7647085 0.2217893 0.7901667 0.2230663 0.7637891 0.2278159 0.7902943 0.2243818 0.7901593 0.2230663 0.7637891 0.22629 0.762916 0.2278159 0.7902943 0.2184059 0.7655634 0.2217893 0.7901667 0.2166032 0.7664315 0.3131551 0.5310059 0.3211063 0.5431407 0.2891559 0.5471042 0.1340497 0.7020974 0.150081 0.705505 0.1315176 0.7074309 0.2818454 0.5277413 0.3084254 0.5208569 0.2841379 0.5340995 0.1667244 0.7083563 0.1818456 0.7113451 0.1653608 0.7127957 0.1680027 0.7034589 0.1517121 0.7004299 0.1707046 0.6923992 0.136588 0.6967062 0.1220472 0.6926351 0.1416621 0.6869507 0.1445858 0.6821637 0.1416621 0.6869507 0.1328152 0.6804162 0.3533885 0.4754362 0.3539115 0.4653867 0.3612423 0.4767971 0.3508409 0.4434762 0.355928 0.4429465 0.3524268 0.4503411 0.3508409 0.4434762 0.3485886 0.4361193 0.3544839 0.4360008 0.3454957 0.4276511 0.3419826 0.4186273 0.3489947 0.4180083 0.6851495 0.3968734 0.7014662 0.3936581 0.6921443 0.4020446 0.3535206 0.4573331 0.3594672 0.4574636 0.3612187 0.4664928 0.3535206 0.4573331 0.3524268 0.4503411 0.3572747 0.4496386 0.6851495 0.3968734 0.6796804 0.4056417 0.666251 0.4001561 0.6504378 0.3980816 0.666251 0.4001561 0.6634694 0.4073601 0.6504378 0.3980816 0.6472287 0.4046838 0.6361673 0.3933283 0.325847 0.550492 0.3305097 0.5569425 0.2932814 0.5610221 0.3758942 0.5132073 0.3608995 0.5054414 0.3817002 0.4996483 0.3579357 0.4999336 0.3608995 0.5054414 0.3393601 0.5147954 0.3579357 0.4999336 0.3546811 0.4935817 0.3818185 0.4894953 0.3579357 0.4999336 0.3393601 0.5147954 0.3361732 0.5108792 0.3612423 0.4767971 0.3810822 0.4795238 0.3818185 0.4894953 0.191826 0.8497583 0.2001842 0.8395 0.2038403 0.842926 0.214313 0.831956 0.2176345 0.8341376 0.2069914 0.8454579 0.2111992 0.8300168 0.2174254 0.8100377 0.220128 0.8109653 0.3069759 0.5168766 0.3084254 0.5208569 0.2818454 0.5277413 0.2791162 0.5168283 0.3069759 0.5168766 0.2801218 0.521823 0.333213 0.5078028 0.3361732 0.5108792 0.3104107 0.5256188 0.3069759 0.5168766 0.333213 0.5078028 0.3084254 0.5208569 0.2194448 0.7902732 0.2217893 0.7901667 0.2174254 0.8100377 0.220128 0.8109653 0.2174254 0.8100377 0.2217893 0.7901667 0.4002908 0.4892354 0.4014689 0.4885438 0.4010304 0.499307 0.3454957 0.4276511 0.3519994 0.4274147 0.3485886 0.4361193 0.1881892 0.7257541 0.19094 0.7237305 0.1953487 0.7325268 0.1988999 0.8583401 0.2003694 0.8604367 0.1875523 0.8660795 0.1680027 0.7034589 0.1707046 0.6923992 0.1859855 0.6960541 0.3624525 0.5379571 0.3287305 0.5487172 0.3568242 0.5314958 0.1283435 0.8804189 0.1282718 0.8785703 0.1346529 0.8787595 0.6921443 0.4020446 0.6970765 0.4113298 0.6824842 0.4177772 0.3579357 0.4999336 0.3817002 0.4996483 0.3608995 0.5054414 0.2269809 0.8138577 0.2230624 0.8121013 0.2318028 0.7905415 0.7014662 0.3936581 0.7122652 0.4002425 0.6977819 0.4109688 0.6472287 0.4046838 0.6634694 0.4073601 0.6628832 0.4209824 0.2059773 0.7465725 0.2077737 0.7450059 0.2166032 0.7664315 0.2171205 0.7363064 0.2026354 0.7205541 0.2196622 0.7341819 0.2145493 0.7673906 0.2166032 0.7664315 0.2194448 0.7902732 0.2269809 0.8138577 0.2304252 0.8152887 0.2176345 0.8341376 0.1707046 0.6923992 0.171967 0.6857412 0.1859855 0.6960541 0.3483568 0.4908206 0.3546811 0.4935817 0.3361732 0.5108792 0.2342665 0.761009 0.2379785 0.7585836 0.2400261 0.7910601 0.216755 0.7904349 0.2153238 0.7905297 0.2142022 0.8089063 0.3533884 0.4754362 0.3483568 0.4908206 0.3546811 0.4935817 0.1881892 0.7257541 0.1783221 0.7202787 0.177381 0.7220802 0.1881892 0.7257541 0.19094 0.7237305 0.1822545 0.7165539 0.1881892 0.7257541 0.1953487 0.7325268 0.19094 0.7237305 0.220128 0.8109653 0.2111992 0.8300168 0.214313 0.831956 0.2075949 0.8274589 0.2111992 0.8300168 0.2142022 0.8089063 0.2069914 0.8454579 0.2176345 0.8341375 0.214313 0.831956 0.2142587 0.8524602 0.2262859 0.8406422 0.2227363 0.8380591 0.1290631 0.7122361 0.1315176 0.7074309 0.1112979 0.710508 0.1340497 0.7020974 0.150081 0.705505 0.1517121 0.7004299 0.1637512 0.7166579 0.1653608 0.7127957 0.1466178 0.7142056 0.1667244 0.7083563 0.1818456 0.7113451 0.1832035 0.7068008 0.2801218 0.521823 0.2818454 0.5277413 0.3069759 0.5168766 0.1340497 0.7020974 0.136588 0.6967062 0.1183243 0.6984117 0.2123491 0.7401453 0.2009173 0.7266851 0.2021074 0.7302475 0.2091915 0.7435154 0.2105951 0.7419468 0.1995632 0.7296609 0.2059773 0.7465725 0.2145493 0.7673906 0.2166032 0.7664315 0.2171205 0.7363065 0.2196622 0.7341819 0.2026354 0.7205541 0.2171205 0.7363065 0.2026354 0.7205541 0.2010846 0.7233971 0.2123491 0.7401453 0.2145065 0.7382267 0.2009173 0.7266851 0.3810822 0.4795238 0.3784422 0.4692805 0.3612422 0.476797 0.3870403 0.4704502 0.3793038 0.4575859 0.3784422 0.4692805 0.3784422 0.4692805 0.3706195 0.4547934 0.3612188 0.4664928 0.1952918 0.7238315 0.1929463 0.7190641 0.1822545 0.7165539 0.1952918 0.7238315 0.2009173 0.7266851 0.1929463 0.7190641 0.1933106 0.7151651 0.1929463 0.7190641 0.2026354 0.7205541 0.1933106 0.7151651 0.1818456 0.7113451 0.1822545 0.7165539 0.1952918 0.7238315 0.1995632 0.7296609 0.2021074 0.7302475 0.1667244 0.7083563 0.1680027 0.7034589 0.150081 0.705505 0.1680027 0.7034589 0.1707046 0.6923992 0.1517121 0.7004299 0.1445858 0.6821637 0.1471219 0.6783189 0.1358582 0.6774783 0.136588 0.6967062 0.1416621 0.6869507 0.1220472 0.6926351 0.1290631 0.7122361 0.1466178 0.7142056 0.1483877 0.7101982 0.1637512 0.7166579 0.1783221 0.7202787 0.1653608 0.7127957 0.666251 0.4001561 0.6851495 0.3968734 0.6681524 0.3966088 0.214313 0.831956 0.2111992 0.8300168 0.2038403 0.842926 0.2075949 0.8274589 0.2001842 0.8395 0.2111992 0.8300168 0.2075949 0.8274589 0.2142022 0.8089063 0.2124605 0.8082897 0.1340497 0.7020974 0.1315176 0.7074309 0.150081 0.705505 0.3104107 0.5256188 0.3084254 0.5208569 0.2841379 0.5340995 0.3069759 0.5168766 0.306385 0.5150819 0.2791162 0.5168283 0.1667244 0.7083563 0.1653608 0.7127957 0.1818456 0.7113451 0.3069759 0.5168766 0.2791162 0.5168283 0.2801218 0.521823 0.2091915 0.7435154 0.1995632 0.7296609 0.2077737 0.7450059 0.3519994 0.4274147 0.3544839 0.4360008 0.3672129 0.4297049 0.1952918 0.7238315 0.19094 0.7237305 0.1995632 0.7296609 0.1637512 0.7166579 0.1628849 0.7184447 0.1783221 0.7202787 0.6504378 0.3980815 0.6361673 0.3933283 0.6472287 0.4046838 0.6361673 0.3933283 0.6504378 0.3980815 0.6384588 0.3905091 0.666251 0.4001561 0.6681524 0.3966088 0.6520728 0.3950656 0.3084254 0.5208569 0.3104107 0.5256188 0.333213 0.5078028 0.3317897 0.5064745 0.306385 0.5150819 0.3069759 0.5168766 0.333213 0.5078028 0.3069759 0.5168766 0.3084254 0.5208569 0.3455322 0.4898682 0.3317897 0.5064745 0.333213 0.5078028 0.2091915 0.7435154 0.2184059 0.7655633 0.2204095 0.7647085 0.2123491 0.7401453 0.2105951 0.7419468 0.2230663 0.7637891 0.2171205 0.7363065 0.2299942 0.7622001 0.2196622 0.7341819 0.232761 0.7615618 0.2227311 0.7293795 0.2196622 0.7341819 0.2123491 0.7401453 0.2230663 0.7637891 0.2145065 0.7382267 0.2171205 0.7363065 0.2145065 0.7382267 0.22629 0.762916 0.2091915 0.7435154 0.2077737 0.7450059 0.2184059 0.7655633 0.216755 0.7904349 0.2142022 0.8089063 0.2174254 0.8100377 0.2269809 0.8138577 0.2318028 0.7905415 0.2230624 0.8121013 0.220128 0.8109653 0.2243818 0.7901593 0.2217893 0.7901667 0.2217893 0.7901667 0.2194448 0.7902732 0.2174254 0.8100377 0.214313 0.831956 0.2176345 0.8341375 0.2269809 0.8138577 0.2227363 0.8380591 0.2262859 0.8406422 0.2355463 0.8169351 0.2278159 0.7902943 0.2243818 0.7901593 0.220128 0.8109653 0.2299942 0.7622001 0.22629 0.762916 0.2278159 0.7902943 0.2184059 0.7655633 0.2217893 0.7901667 0.2204095 0.7647085 0.2230663 0.7637891 0.2204095 0.7647085 0.2243818 0.7901593 0.2230663 0.7637891 0.2278159 0.7902943 0.22629 0.762916 0.2145493 0.7673906 0.216755 0.7904349 0.2194448 0.7902732 0.2184059 0.7655633 0.2166032 0.7664315 0.2217893 0.7901667 0.1832035 0.7068008 0.1950584 0.7114636 0.1859855 0.6960541 0.3454957 0.4276511 0.3519994 0.4274147 0.3489947 0.4180083 0.1445858 0.6821637 0.1416621 0.6869507 0.1573164 0.6839318 0.136588 0.6967062 0.1517121 0.7004299 0.1550794 0.6898449 0.1340497 0.7020974 0.1183243 0.6984117 0.114699 0.7045786 0.1680027 0.7034589 0.1832035 0.7068008 0.1859855 0.6960541 0.1667244 0.7083563 0.150081 0.705505 0.1483877 0.7101982 0.3508409 0.4434762 0.3524268 0.4503411 0.355928 0.4429465 0.6851495 0.3968734 0.7014662 0.3936581 0.7170793 0.3803848 0.3508409 0.4434762 0.355928 0.4429465 0.3544839 0.4360008 0.6851495 0.3968734 0.6796804 0.4056417 0.6921443 0.4020446 0.7122675 0.4002508 0.7014662 0.3936581 0.6977821 0.410968 0.3914806 0.4933447 0.3906002 0.4821807 0.3818185 0.4894953 0.3533884 0.4754362 0.3612422 0.476797 0.3539115 0.4653867 0.3535207 0.4573331 0.3539115 0.4653867 0.3612188 0.4664928 0.3535207 0.4573331 0.3594673 0.4574636 0.3572747 0.4496386 0.3454957 0.4276511 0.3485886 0.4361193 0.3519994 0.4274147 0.6504378 0.3980815 0.6472287 0.4046838 0.6634694 0.4073601 0.6851495 0.3968734 0.666251 0.4001561 0.6796804 0.4056417 0.3393601 0.5147954 0.3361732 0.5108792 0.3104107 0.5256188 0.3579357 0.4999336 0.3393601 0.5147954 0.3608995 0.5054414 0.3483568 0.4908206 0.333213 0.5078028 0.3361732 0.5108792 0.3579357 0.4999336 0.3546811 0.4935817 0.3361732 0.5108792 0.3612422 0.476797 0.3546811 0.4935817 0.3579357 0.4999336 0.220128 0.8109653 0.2174254 0.8100377 0.2111992 0.8300168 0.2841379 0.5340995 0.2891559 0.5471042 0.3131551 0.5310059 0.3706195 0.4547934 0.3784422 0.4692805 0.3793038 0.4575859 0.3906002 0.4821807 0.3870403 0.4704502 0.3810822 0.4795238 0.3131551 0.5310059 0.3211063 0.5431407 0.3435692 0.5194469 0.3817003 0.4996483 0.3818185 0.4894953 0.3579357 0.4999336 0.3735093 0.4289839 0.3701633 0.4190006 0.3681571 0.4282149 0.191826 0.8497583 0.1953381 0.8538466 0.2038403 0.842926 0.2891559 0.5471042 0.2902299 0.5545895 0.3211063 0.5431407 0.171967 0.6857413 0.1859855 0.6960541 0.1865225 0.6899381 0.171967 0.6857413 0.1573164 0.6839318 0.1550794 0.6898449 0.1445858 0.6821637 0.1328152 0.6804162 0.1416621 0.6869507 0.1933106 0.7151651 0.1950584 0.7114636 0.1818456 0.7113451 0.3788975 0.4399767 0.3749489 0.4408429 0.3826809 0.4502766 0.6820703 0.4202827 0.684022 0.4247906 0.694927 0.4146021 0.2059773 0.7465725 0.2077737 0.7450059 0.1953487 0.7325268 0.1992234 0.6959585 0.1984586 0.7015964 0.209903 0.704994 0.1933106 0.7151651 0.2026354 0.7205541 0.2047986 0.7177066 0.8322058 0.6455193 0.8361492 0.6512451 0.827866 0.6550123 0.827866 0.6550123 0.815908 0.6545548 0.8322058 0.6455193 0.3865845 0.7723135 0.3907597 0.7655156 0.4315991 0.773015 0.5097891 0.7643347 0.5052119 0.7718526 0.4381112 0.7663305 0.5779106 0.7522733 0.5747532 0.7576154 0.5097891 0.7643347 0.6402292 0.7402898 0.636353 0.7451686 0.5779106 0.7522733 0.6480709 0.7359493 0.6575406 0.7347172 0.6479358 0.7389255 0.6575406 0.7347172 0.6678631 0.7337794 0.6475811 0.7427163 0.7640051 0.6896601 0.7773987 0.6895204 0.6678631 0.7337794 0.7510181 0.6892044 0.7640051 0.6896601 0.6575406 0.7347172 0.7619625 0.6851798 0.7785998 0.684738 0.7640051 0.6896601 0.7785998 0.684738 0.796648 0.6829296 0.7773987 0.6895204 0.7785998 0.684738 0.7619625 0.6851798 0.7777085 0.6787766 0.796648 0.6829296 0.7785998 0.684738 0.7917461 0.6788039 0.849646 0.6705551 0.8410674 0.6764602 0.8136768 0.6756873 0.8871474 0.6607449 0.8785797 0.6746655 0.849646 0.6705551 0.8407429 0.5644992 0.8317072 0.5659103 0.836327 0.5399559 0.8149905 0.6036238 0.8071658 0.6048502 0.8317072 0.5659103 0.8156759 0.6341893 0.7997098 0.6372351 0.8149905 0.6036238 0.8322058 0.6455193 0.8105486 0.6522032 0.8156759 0.6341893 0.8408482 0.648874 0.8361492 0.6512451 0.8387112 0.6441394 0.8428289 0.6549546 0.8399185 0.655838 0.8408482 0.648874 0.9089531 0.6582131 0.9321972 0.6572098 0.9260792 0.6708811 0.9114236 0.65236 0.9291439 0.6485381 0.9089531 0.6582131 0.9002865 0.6209346 0.8878436 0.6263252 0.8875923 0.6207275 0.9081211 0.6279293 0.8945125 0.6320712 0.9002865 0.6209346 0.9253005 0.6428793 0.9055219 0.6477216 0.9081211 0.6279293 0.9253005 0.6428793 0.9291439 0.6485381 0.9114236 0.65236 0.4569222 0.8564621 0.4572542 0.8591213 0.4416955 0.8682168 0.5195391 0.8290529 0.5202065 0.8317024 0.4569222 0.8564621 0.5836384 0.8091595 0.5832322 0.8113055 0.5195391 0.8290529 0.6209887 0.7969034 0.6197571 0.7992053 0.5836384 0.8091595 0.6275826 0.7960985 0.6279196 0.7969598 0.6209887 0.7969034 0.6329388 0.7934779 0.6338673 0.7945524 0.6279196 0.7969598 0.6329388 0.7934779 0.6388061 0.790736 0.6338673 0.7945524 0.6293792 0.7916153 0.6320104 0.7924034 0.6272455 0.7952371 0.6343761 0.7880738 0.6372804 0.7897306 0.6320104 0.7924034 0.7193825 0.7577917 0.7194848 0.7595634 0.6388061 0.790736 0.7160928 0.752465 0.7192802 0.75602 0.6372804 0.7897306 0.7367682 0.7489014 0.7192802 0.75602 0.7363543 0.7437866 0.7517042 0.7446179 0.7521997 0.7490211 0.7407077 0.7519426 0.7519466 0.7408943 0.7517042 0.7446179 0.7363543 0.7437866 0.8213276 0.7194319 0.8287922 0.7200849 0.7521997 0.7490211 0.811192 0.7169804 0.8213276 0.7194319 0.7517042 0.7446179 0.8735284 0.6942018 0.8800554 0.6963958 0.8287922 0.7200849 0.8623554 0.6945322 0.8735284 0.6942018 0.8213276 0.7194319 0.8779582 0.7891 0.8852701 0.7793529 0.8843724 0.7864882 0.8849759 0.7936469 0.8672289 0.8006788 0.8698214 0.7955672 0.5129373 0.9435756 0.5203118 0.9469105 0.4775593 0.9828952 0.5774886 0.9021545 0.5802652 0.9040074 0.5203118 0.9469105 0.6351004 0.8658256 0.6363967 0.8680882 0.5774886 0.9021545 0.6856998 0.8326496 0.6878914 0.8399883 0.6351004 0.8658256 0.703208 0.8301529 0.7004475 0.8356247 0.6942434 0.8327057 0.712792 0.823989 0.703208 0.8301529 0.6967216 0.8284379 0.8101102 0.793262 0.8096127 0.7971507 0.712792 0.823989 0.8096127 0.7971507 0.8010638 0.805799 0.703208 0.8301529 0.818261 0.7946715 0.8090443 0.8031988 0.8096127 0.7971507 0.8363442 0.7843166 0.818261 0.7946715 0.8101102 0.793262 0.8306572 0.7939155 0.8235249 0.7977924 0.818261 0.7946715 0.8385164 0.7900674 0.8306572 0.7939155 0.8363442 0.7843166 0.8760585 0.759469 0.8863879 0.7605757 0.8363442 0.7843166 0.8949261 0.8362299 0.9001004 0.8323488 0.9301458 0.8485816 0.8699553 0.8186974 0.8824917 0.8114085 0.9001004 0.8323488 0.8672289 0.8006788 0.8849759 0.7936469 0.8824917 0.8114085 0.8894491 0.7912389 0.8849759 0.7936469 0.8843724 0.7864882 0.8912718 0.7831385 0.8843724 0.7864882 0.8852701 0.7793529 0.9536271 0.7666772 0.9708476 0.7633517 0.9618378 0.7721317 0.9640816 0.7433279 0.9839335 0.7348184 0.9708476 0.7633517 0.4643451 0.8697231 0.4657617 0.8722205 0.4357506 0.8699685 0.5300858 0.8484894 0.5324859 0.8501148 0.4657617 0.8722205 0.5898765 0.8239735 0.5912573 0.8252345 0.5324859 0.8501148 0.6239166 0.8088478 0.626559 0.8092771 0.5912573 0.8252345 0.6299073 0.8051188 0.630649 0.8059616 0.626559 0.8092771 0.6350373 0.8035666 0.6353411 0.8046559 0.630649 0.8059616 0.6410858 0.8012274 0.6350373 0.8035666 0.6347336 0.8024773 0.6353411 0.8046559 0.6329307 0.8066931 0.630649 0.8059616 0.640882 0.8026249 0.6382927 0.8054167 0.6353411 0.8046559 0.7247064 0.7763049 0.7276386 0.7779548 0.6410858 0.8012274 0.7276386 0.7779548 0.7304726 0.7811419 0.640882 0.8026249 0.7423576 0.7696954 0.7247064 0.7763049 0.7217742 0.7746549 0.7472931 0.7742806 0.7304726 0.7811419 0.7276386 0.7779548 0.7572772 0.7637314 0.7592968 0.767332 0.7472931 0.7742806 0.7564148 0.7626513 0.7572772 0.7637314 0.7423576 0.7696954 0.8385172 0.7379799 0.8386666 0.7401829 0.7572772 0.7637314 0.8384969 0.7369139 0.8385172 0.7379799 0.7572772 0.7637314 0.8897116 0.7182031 0.8905025 0.7226026 0.8385172 0.7379799 0.889352 0.7156429 0.8897116 0.7182031 0.8385172 0.7379799 0.9464662 0.6940723 0.9467516 0.6985859 0.889352 0.7156429 0.6475811 0.7427163 0.636353 0.7451686 0.6402292 0.7402898 0.8871474 0.6607449 0.9089531 0.6582131 0.9014478 0.6733296 0.8871474 0.6607449 0.9055219 0.6477216 0.9089531 0.6582131 0.8878436 0.6263252 0.8638415 0.6368933 0.8625626 0.6317493 0.8638415 0.6368933 0.8408482 0.648874 0.8387112 0.6441394 0.8945125 0.6320712 0.8695598 0.6426197 0.8878436 0.6263252 0.8695598 0.6426197 0.8428289 0.6549546 0.8408482 0.648874 0.9192479 0.7851749 0.8894491 0.7912389 0.9202696 0.7791087 0.947309 0.776153 0.9202696 0.7791087 0.9536271 0.7666772 0.9202696 0.7791087 0.8912718 0.7831385 0.9218846 0.771714 0.8785797 0.6746655 0.9014478 0.6733296 0.8735284 0.6942018 0.9014478 0.6733296 0.9260792 0.6708811 0.8800554 0.6963958 0.6678631 0.7337794 0.7773987 0.6895204 0.7642491 0.7023133 0.8410674 0.6764602 0.8785797 0.6746655 0.8349218 0.6919227 0.5840447 0.8070135 0.5188717 0.8264034 0.5209701 0.8203086 0.811192 0.7169804 0.7519466 0.7408943 0.8000259 0.7154011 0.8623554 0.6945322 0.811192 0.7169804 0.8000259 0.7154011 0.5129373 0.9435756 0.4696249 0.9768714 0.4718797 0.9624114 0.5774886 0.9021545 0.5129373 0.9435756 0.5072484 0.9359321 0.8101102 0.793262 0.712792 0.823989 0.7229032 0.8156123 0.9151384 0.7301831 0.8760585 0.759469 0.8823077 0.7430602 0.4657617 0.8722205 0.5324859 0.8501148 0.4687476 0.8796923 0.7472931 0.7742806 0.7592968 0.767332 0.7520122 0.7791355 0.8785797 0.6746655 0.8623554 0.6945322 0.8349218 0.6919227 0.5097891 0.7643347 0.4381112 0.7663305 0.4485795 0.7586542 0.5779106 0.7522733 0.5097891 0.7643347 0.5748689 0.7469421 0.849646 0.6705551 0.8136768 0.6756873 0.8325586 0.6656308 0.836327 0.5399559 0.8317072 0.5659103 0.828621 0.5455199 0.7997098 0.6372351 0.8105486 0.6522032 0.7991491 0.6536808 0.8105486 0.6522032 0.815908 0.6545548 0.8090534 0.6578102 0.7004475 0.8356247 0.8010638 0.805799 0.7844834 0.8158816 0.8699553 0.8186974 0.8949261 0.8362299 0.8633447 0.8231788 0.8672289 0.8006788 0.8699553 0.8186974 0.8598791 0.8058224 0.8010638 0.805799 0.8090443 0.8031988 0.7844834 0.8158816 0.9055219 0.6477216 0.8871474 0.6607449 0.893176 0.6488032 0.8917486 0.7767011 0.8852701 0.7793529 0.8850824 0.7757676 0.8407429 0.5644992 0.8430138 0.5386439 0.8574534 0.5612204 0.8156759 0.6341893 0.8149905 0.6036238 0.8249195 0.6313015 0.8322058 0.6455193 0.8156759 0.6341893 0.833753 0.640139 0.9260792 0.6708811 0.9321972 0.6572098 0.9491005 0.6575908 0.9321972 0.6572098 0.9291439 0.6485381 0.9453366 0.6461052 0.9253005 0.6428793 0.9081211 0.6279293 0.9176244 0.6242494 0.9291439 0.6485381 0.9253005 0.6428793 0.9368025 0.6392417 0.4572542 0.8591213 0.5202065 0.8317024 0.5213024 0.8387007 0.5202065 0.8317024 0.5832322 0.8113055 0.5863237 0.815115 0.5832322 0.8113055 0.6197571 0.7992053 0.6217076 0.801743 0.6197571 0.7992053 0.6279196 0.7969598 0.6217076 0.801743 0.6279196 0.7969598 0.6338673 0.7945524 0.6294506 0.798663 0.6403318 0.7917413 0.7194848 0.7595634 0.6404263 0.7936416 0.7407077 0.7519426 0.7521997 0.7490211 0.7434043 0.7565736 0.7521997 0.7490211 0.8287922 0.7200849 0.7527757 0.7538582 0.8287922 0.7200849 0.8800554 0.6963958 0.8344135 0.7240725 0.8824917 0.8114085 0.8849759 0.7936469 0.8939635 0.7957183 0.9708476 0.7633517 0.9839335 0.7348184 0.9854238 0.7614198 0.9839335 0.7348184 0.9809534 0.7216694 0.9921225 0.7203696 0.461521 0.8657384 0.4513878 0.8653432 0.4551352 0.8642212 0.5260705 0.8448174 0.461521 0.8657384 0.5244551 0.842771 0.5877063 0.8210376 0.5260705 0.8448174 0.5244551 0.842771 0.6206416 0.8069638 0.5877063 0.8210376 0.586917 0.8193626 0.6289907 0.8030843 0.6206416 0.8069638 0.620009 0.805509 0.6339296 0.8012535 0.6289907 0.8030843 0.6288156 0.8018925 0.7208746 0.7719196 0.6400787 0.7987526 0.7199751 0.7691842 0.7555525 0.7615712 0.7415903 0.7676475 0.7430739 0.7629798 0.8384766 0.735848 0.7555525 0.7615712 0.7539367 0.7588458 0.8889924 0.7130827 0.8384766 0.735848 0.8856015 0.7066332 0.9461808 0.6895585 0.8889924 0.7130827 0.8856015 0.7066332 0.8894491 0.7912389 0.9192479 0.7851749 0.897998 0.7939042 0.8849759 0.7936469 0.8894491 0.7912389 0.8939635 0.7957183 0.6338673 0.7945524 0.6403318 0.7917413 0.6404263 0.7936416 0.6400787 0.7987526 0.6339296 0.8012535 0.6331256 0.8000297 0.8800554 0.6963958 0.9260792 0.6708811 0.8844241 0.7011971 0.836327 0.5399559 0.8321476 0.536023 0.8430138 0.5386439 0.8430138 0.5386439 0.8451431 0.5301396 0.8509585 0.5371037 0.9176244 0.6242494 0.9255205 0.6161676 0.9488158 0.6308804 0.9453366 0.6461052 0.9368025 0.6392417 0.9566882 0.6361644 0.9434811 0.6743072 0.9457028 0.6828757 0.8844241 0.7011971 0.8344135 0.7240725 0.8844241 0.7011971 0.8856015 0.7066332 0.7527757 0.7538582 0.8344135 0.7240725 0.8347982 0.7310205 0.7434043 0.7565736 0.7527757 0.7538582 0.7539367 0.7588458 0.6404263 0.7936416 0.7180231 0.7648438 0.6388679 0.7976751 0.634115 0.7965055 0.6404263 0.7936416 0.6388679 0.7976751 0.6294506 0.798663 0.634115 0.7965055 0.6331256 0.8000297 0.6217076 0.801743 0.6294506 0.798663 0.6288156 0.8018925 0.5863237 0.815115 0.6217076 0.801743 0.620009 0.805509 0.5213024 0.8387007 0.5863237 0.815115 0.586917 0.8193626 0.4613896 0.8607289 0.5213024 0.8387007 0.4601135 0.8642511 0.4551352 0.8642212 0.4613896 0.8607289 0.4601135 0.8642511 0.6878914 0.8399883 0.6856998 0.8326496 0.6942434 0.8327057 0.7434043 0.7565736 0.7430739 0.7629798 0.7388743 0.7584368 0.7407077 0.7519426 0.7434043 0.7565736 0.7388743 0.7584368 0.7377843 0.758783 0.7388743 0.7584368 0.7375407 0.7658187 0.7335239 0.7556405 0.7338109 0.7542729 0.7377843 0.758783 0.7332369 0.7570081 0.7366943 0.7591291 0.7344294 0.7602503 0.7194848 0.7595634 0.7332369 0.7570081 0.7269101 0.7605401 0.7354273 0.7651012 0.7199751 0.7691842 0.7277418 0.7648963 0.7366943 0.7591291 0.7354273 0.7651012 0.7334154 0.7639524 0.7199751 0.7691842 0.7180231 0.7648438 0.726451 0.7625904 0.7180231 0.7648438 0.7194848 0.7595634 0.726451 0.7625904 0.7277418 0.7648963 0.726451 0.7625904 0.7311849 0.7632866 0.7335239 0.7556405 0.7332369 0.7570081 0.7193825 0.7577917 0.7192802 0.75602 0.7367682 0.7489014 0.7338109 0.7542729 0.7208746 0.7719196 0.7199751 0.7691842 0.7354273 0.7651012 0.7375407 0.7658187 0.7430739 0.7629798 0.7415903 0.7676475 0.4476404 0.8664652 0.4572542 0.8591213 0.4513878 0.8653432 0.4572542 0.8591213 0.4613896 0.8607289 0.4551352 0.8642212 0.8322058 0.6455193 0.827866 0.6550123 0.8361492 0.6512451 0.827866 0.6550123 0.8322058 0.6455193 0.815908 0.6545548 0.4381112 0.7663305 0.3907597 0.7655156 0.4315991 0.773015 0.5097891 0.7643347 0.4381112 0.7663305 0.5052119 0.7718526 0.5779106 0.7522733 0.5097891 0.7643347 0.5747532 0.7576154 0.6402292 0.7402898 0.5779106 0.7522733 0.636353 0.7451686 0.6480709 0.7359493 0.6402292 0.7402898 0.6479358 0.7389255 0.6575406 0.7347172 0.6479358 0.7389255 0.6475811 0.7427163 0.7640051 0.6896601 0.6575406 0.7347172 0.6678631 0.7337794 0.7510181 0.6892044 0.6480709 0.7359493 0.6575406 0.7347172 0.7619625 0.6851798 0.7510181 0.6892044 0.7640051 0.6896601 0.7785998 0.684738 0.7640051 0.6896601 0.7773987 0.6895204 0.7785998 0.684738 0.7917461 0.6788039 0.7777085 0.6787766 0.796648 0.6829296 0.8136768 0.6756873 0.7917461 0.6788039 0.849646 0.6705551 0.8136768 0.6756873 0.8410674 0.6764602 0.8871474 0.6607449 0.849646 0.6705551 0.8785797 0.6746655 0.8407429 0.5644992 0.8430138 0.5386439 0.836327 0.5399559 0.8149905 0.6036238 0.8407429 0.5644992 0.8317072 0.5659103 0.8156759 0.6341893 0.8149905 0.6036238 0.7997098 0.6372351 0.8322058 0.6455193 0.8156759 0.6341893 0.8105486 0.6522032 0.8408482 0.648874 0.8387112 0.6441394 0.8361492 0.6512451 0.8428289 0.6549546 0.8408482 0.648874 0.8399185 0.655838 0.9089531 0.6582131 0.9014478 0.6733296 0.9260792 0.6708811 0.9114236 0.65236 0.9089531 0.6582131 0.9291439 0.6485381 0.9081211 0.6279293 0.9002865 0.6209346 0.8945125 0.6320712 0.9253005 0.6428793 0.9081211 0.6279293 0.9055219 0.6477216 0.9253005 0.6428793 0.9055219 0.6477216 0.9114236 0.65236 0.4569222 0.8564621 0.4416955 0.8682168 0.4572542 0.8591213 0.5195391 0.8290529 0.4569222 0.8564621 0.5202065 0.8317024 0.5836384 0.8091595 0.5195391 0.8290529 0.5832322 0.8113055 0.6209887 0.7969034 0.5836384 0.8091595 0.6197571 0.7992053 0.6275826 0.7960985 0.6209887 0.7969034 0.6279196 0.7969598 0.6329388 0.7934779 0.6275826 0.7960985 0.6279196 0.7969598 0.6329388 0.7934779 0.6338673 0.7945524 0.6388061 0.790736 0.6293792 0.7916153 0.6222202 0.7946015 0.6272455 0.7952371 0.6343761 0.7880738 0.6293792 0.7916153 0.6320104 0.7924034 0.7193825 0.7577917 0.6388061 0.790736 0.7194848 0.7595634 0.7160928 0.752465 0.6343761 0.7880738 0.6372804 0.7897306 0.7367682 0.7489014 0.7363543 0.7437866 0.7192802 0.75602 0.7517042 0.7446179 0.7367682 0.7489014 0.7407077 0.7519426 0.7519466 0.7408943 0.7363543 0.7437866 0.7517042 0.7446179 0.8213276 0.7194319 0.7517042 0.7446179 0.7521997 0.7490211 0.811192 0.7169804 0.7519466 0.7408943 0.7517042 0.7446179 0.8735284 0.6942018 0.8213276 0.7194319 0.8287922 0.7200849 0.8779582 0.7891 0.8849759 0.7936469 0.8843724 0.7864882 0.8849759 0.7936469 0.8779582 0.7891 0.8698214 0.7955672 0.5774886 0.9021545 0.5129373 0.9435756 0.5203118 0.9469105 0.6351004 0.8658256 0.5774886 0.9021545 0.6363967 0.8680882 0.6856998 0.8326496 0.6351004 0.8658256 0.6878914 0.8399883 0.703208 0.8301529 0.6942434 0.8327057 0.7004475 0.8356247 0.712792 0.823989 0.6967216 0.8284379 0.703208 0.8301529 0.8101102 0.793262 0.712792 0.823989 0.8096127 0.7971507 0.8096127 0.7971507 0.703208 0.8301529 0.8010638 0.805799 0.818261 0.7946715 0.8096127 0.7971507 0.8090443 0.8031988 0.8363442 0.7843166 0.8101102 0.793262 0.818261 0.7946715 0.8306572 0.7939155 0.818261 0.7946715 0.8235249 0.7977924 0.8385164 0.7900674 0.8363442 0.7843166 0.8306572 0.7939155 0.8760585 0.759469 0.8363442 0.7843166 0.8863879 0.7605757 0.9151384 0.7301831 0.8760585 0.759469 0.8863879 0.7605757 0.9301458 0.8485816 0.9479192 0.8518775 0.9349285 0.8442998 0.8949261 0.8362299 0.9301458 0.8485816 0.9001004 0.8323488 0.8699553 0.8186974 0.8949261 0.8362299 0.9001004 0.8323488 0.8672289 0.8006788 0.8699553 0.8186974 0.8824917 0.8114085 0.8894491 0.7912389 0.8912718 0.7831385 0.8843724 0.7864882 0.8912718 0.7831385 0.8917486 0.7767011 0.8852701 0.7793529 0.947309 0.776153 0.9441772 0.7834008 0.9520216 0.7836588 0.9536271 0.7666772 0.947309 0.776153 0.9618378 0.7721317 0.9640816 0.7433279 0.9536271 0.7666772 0.9708476 0.7633517 0.4643451 0.8697231 0.4416955 0.8682168 0.4357506 0.8699685 0.5300858 0.8484894 0.4643451 0.8697231 0.4657617 0.8722205 0.5898765 0.8239735 0.5300858 0.8484894 0.5324859 0.8501148 0.6239166 0.8088478 0.5898765 0.8239735 0.5912573 0.8252345 0.6299073 0.8051188 0.6239166 0.8088478 0.626559 0.8092771 0.6350373 0.8035666 0.6299073 0.8051188 0.630649 0.8059616 0.6410858 0.8012274 0.6412895 0.7998299 0.6347336 0.8024773 0.6353411 0.8046559 0.630649 0.8059616 0.6329307 0.8066931 0.640882 0.8026249 0.6353411 0.8046559 0.6382927 0.8054167 0.7247064 0.7763049 0.6410858 0.8012274 0.7276386 0.7779548 0.7276386 0.7779548 0.640882 0.8026249 0.7304726 0.7811419 0.7423576 0.7696954 0.7415903 0.7676475 0.7217742 0.7746549 0.7472931 0.7742806 0.7431249 0.7717433 0.7276386 0.7779548 0.7572772 0.7637314 0.7431249 0.7717433 0.7472931 0.7742806 0.7564148 0.7626513 0.7423576 0.7696954 0.7572772 0.7637314 0.8385172 0.7379799 0.7572772 0.7637314 0.8386666 0.7401829 0.8384969 0.7369139 0.7564148 0.7626513 0.7572772 0.7637314 0.8897116 0.7182031 0.8385172 0.7379799 0.8905025 0.7226026 0.889352 0.7156429 0.8384969 0.7369139 0.8385172 0.7379799 0.9467516 0.6985859 0.8897116 0.7182031 0.9485555 0.7047944 0.9464662 0.6940723 0.889352 0.7156429 0.9467516 0.6985859 0.6475811 0.7427163 0.6479358 0.7389255 0.6402292 0.7402898 0.8871474 0.6607449 0.8785797 0.6746655 0.9014478 0.6733296 0.8871474 0.6607449 0.9089531 0.6582131 0.9055219 0.6477216 0.8878436 0.6263252 0.8875923 0.6207275 0.8625626 0.6317493 0.8638415 0.6368933 0.8625626 0.6317493 0.8387112 0.6441394 0.8945125 0.6320712 0.8878436 0.6263252 0.8695598 0.6426197 0.8695598 0.6426197 0.8638415 0.6368933 0.8408482 0.648874 0.9441772 0.7834008 0.947309 0.776153 0.9192479 0.7851749 0.9192479 0.7851749 0.9202696 0.7791087 0.8894491 0.7912389 0.947309 0.776153 0.9536271 0.7666772 0.9202696 0.7791087 0.9202696 0.7791087 0.9218846 0.771714 0.8912718 0.7831385 0.9014478 0.6733296 0.8735284 0.6942018 0.8800554 0.6963958 0.3907597 0.7655156 0.3792817 0.7653968 0.3865845 0.7723135 0.7160928 0.752465 0.7109924 0.7465902 0.6343761 0.7880738 0.811192 0.7169804 0.8000259 0.7154011 0.7519466 0.7408943 0.8760585 0.759469 0.8487311 0.764223 0.8363442 0.7843166 0.9151384 0.7301831 0.8823077 0.7430602 0.8760585 0.759469 0.4657617 0.8722205 0.4687476 0.8796923 0.5324859 0.8501148 0.6222202 0.7946015 0.6278138 0.7887755 0.5876685 0.8017011 0.5912573 0.8252345 0.5996179 0.8278032 0.626559 0.8092771 0.5779106 0.7522733 0.5748689 0.7469421 0.5097891 0.7643347 0.6480709 0.7359493 0.6495919 0.7306464 0.6402292 0.7402898 0.836327 0.5399559 0.828621 0.5455199 0.8317072 0.5659103 0.8235249 0.7977924 0.8248112 0.8023921 0.8306572 0.7939155 0.8090443 0.8031988 0.8103567 0.8078734 0.8248112 0.8023921 0.8322058 0.6455193 0.833753 0.640139 0.8156759 0.6341893 0.9260792 0.6708811 0.9434811 0.6743072 0.9491005 0.6575908 0.9321972 0.6572098 0.9491005 0.6575908 0.9453366 0.6461052 0.9081211 0.6279293 0.9176244 0.6242494 0.9052791 0.6178551 0.9253005 0.6428793 0.9368025 0.6392417 0.9176244 0.6242494 0.9291439 0.6485381 0.9453366 0.6461052 0.9368025 0.6392417 0.4572542 0.8591213 0.4613896 0.8607289 0.5213024 0.8387007 0.5202065 0.8317024 0.5213024 0.8387007 0.5863237 0.815115 0.5832322 0.8113055 0.5863237 0.815115 0.6217076 0.801743 0.6197571 0.7992053 0.6217076 0.801743 0.6279196 0.7969598 0.6279196 0.7969598 0.6294506 0.798663 0.6338673 0.7945524 0.6403318 0.7917413 0.6404263 0.7936416 0.7194848 0.7595634 0.7407077 0.7519426 0.7434043 0.7565736 0.7521997 0.7490211 0.7521997 0.7490211 0.7527757 0.7538582 0.8287922 0.7200849 0.8287922 0.7200849 0.8344135 0.7240725 0.8800554 0.6963958 0.9001004 0.8323488 0.9084316 0.8270771 0.8824917 0.8114085 0.9708476 0.7633517 0.9854238 0.7614198 0.9839335 0.7348184 0.9839335 0.7348184 0.9959022 0.7293238 0.9921225 0.7203696 0.461521 0.8657384 0.4601135 0.8642511 0.4551352 0.8642212 0.5260705 0.8448174 0.5244551 0.842771 0.461521 0.8657384 0.5877063 0.8210376 0.586917 0.8193626 0.5244551 0.842771 0.6206416 0.8069638 0.620009 0.805509 0.586917 0.8193626 0.6289907 0.8030843 0.6288156 0.8018925 0.620009 0.805509 0.6339296 0.8012535 0.6331256 0.8000297 0.6288156 0.8018925 0.7208746 0.7719196 0.7199751 0.7691842 0.6400787 0.7987526 0.7555525 0.7615712 0.7539367 0.7588458 0.7430739 0.7629798 0.8384766 0.735848 0.8347982 0.7310205 0.7539367 0.7588458 0.8889924 0.7130827 0.8856015 0.7066332 0.8384766 0.735848 0.9461808 0.6895585 0.9457028 0.6828757 0.8856015 0.7066332 0.8387112 0.6441394 0.8400281 0.63934 0.8322058 0.6455193 0.9192479 0.7851749 0.9181419 0.7920075 0.9441772 0.7834008 0.6338673 0.7945524 0.634115 0.7965055 0.6404263 0.7936416 0.6400787 0.7987526 0.6388679 0.7976751 0.6331256 0.8000297 0.8800554 0.6963958 0.8844241 0.7011971 0.9260792 0.6708811 0.8430138 0.5386439 0.8509585 0.5371037 0.8451431 0.5301396 0.9052791 0.6178551 0.9176244 0.6242494 0.9255205 0.6161676 0.9176244 0.6242494 0.9368025 0.6392417 0.9488158 0.6308804 0.9453366 0.6461052 0.9566882 0.6361644 0.9368025 0.6392417 0.9434811 0.6743072 0.8844241 0.7011971 0.9457028 0.6828757 0.8344135 0.7240725 0.8347982 0.7310205 0.8856015 0.7066332 0.7527757 0.7538582 0.7539367 0.7588458 0.8347982 0.7310205 0.7434043 0.7565736 0.7430739 0.7629798 0.7539367 0.7588458 0.6404263 0.7936416 0.6388679 0.7976751 0.7180231 0.7648438 0.634115 0.7965055 0.6331256 0.8000297 0.6388679 0.7976751 0.6294506 0.798663 0.6288156 0.8018925 0.6331256 0.8000297 0.6217076 0.801743 0.620009 0.805509 0.6288156 0.8018925 0.5863237 0.815115 0.586917 0.8193626 0.620009 0.805509 0.5213024 0.8387007 0.5244551 0.842771 0.586917 0.8193626 0.4613896 0.8607289 0.4601135 0.8642511 0.5213024 0.8387007 0.4551352 0.8642212 0.4601135 0.8642511 0.4613896 0.8607289 0.6222202 0.7946015 0.6293792 0.7916153 0.6278138 0.7887755 0.626559 0.8092771 0.6343054 0.8103302 0.6329307 0.8066931 0.6878914 0.8399883 0.6942434 0.8327057 0.6856998 0.8326496 0.7434043 0.7565736 0.7388743 0.7584368 0.7430739 0.7629798 0.7407077 0.7519426 0.7338109 0.7542729 0.7388743 0.7584368 0.7377843 0.758783 0.736484 0.7654599 0.7375407 0.7658187 0.7335239 0.7556405 0.7377843 0.758783 0.7338109 0.7542729 0.7332369 0.7570081 0.7311962 0.7596665 0.7344294 0.7602503 0.7194848 0.7595634 0.7269101 0.7605401 0.7332369 0.7570081 0.7354273 0.7651012 0.7334154 0.7639524 0.7277418 0.7648963 0.7366943 0.7591291 0.7344294 0.7602503 0.7334154 0.7639524 0.7199751 0.7691842 0.7277418 0.7648963 0.726451 0.7625904 0.7180231 0.7648438 0.726451 0.7625904 0.7194848 0.7595634 0.7269101 0.7605401 0.7308696 0.7617092 0.7311962 0.7596665 0.7335239 0.7556405 0.7193825 0.7577917 0.7332369 0.7570081 0.7192802 0.75602 0.7338109 0.7542729 0.7367682 0.7489014 0.7208746 0.7719196 0.736484 0.7654599 0.7354273 0.7651012 0.7375407 0.7658187 0.7217742 0.7746549 0.7415903 0.7676475 0.4476404 0.8664652 0.4513878 0.8653432 0.4572542 0.8591213 0.4572542 0.8591213 0.4551352 0.8642212 0.4613896 0.8607289 0.362865 0.6990901 0.3764712 0.6927983 0.3771646 0.7082423 0.3416901 0.7030389 0.362865 0.6990901 0.3506308 0.7213138 0.3557457 0.6371659 0.3702529 0.6345278 0.363501 0.6450598 0.3682023 0.6598237 0.3535174 0.6599074 0.363501 0.6450598 0.3535174 0.6599074 0.3425291 0.6652289 0.3384925 0.6509469 0.726451 0.7625904 0.7269101 0.7605401 0.7300851 0.7626702 0.7344294 0.7602503 0.7334154 0.7639524 0.7324072 0.7632182 0.7334154 0.7639524 0.7277418 0.7648963 0.7311849 0.7632866 0.7269101 0.7605401 0.7311962 0.7596665 0.7308696 0.7617092 0.7311962 0.7596665 0.7344294 0.7602503 0.7329164 0.7614291 0.3845319 0.677733 0.4038162 0.6775084 0.3682023 0.6598237 0.3557457 0.6371659 0.363501 0.6450598 0.3702529 0.6345278 0.362865 0.6990901 0.3771646 0.7082423 0.3764712 0.6927983 0.3535174 0.6599074 0.3384925 0.6509469 0.3425291 0.6652289 0.3272612 0.6766221 0.3425291 0.6652289 0.3184773 0.664465 0.3256353 0.6881754 0.2985355 0.6920028 0.32864 0.6924617 0.2902722 0.7001048 0.2927544 0.7107343 0.3065445 0.7059796 0.726451 0.7625904 0.7300851 0.7626702 0.7269101 0.7605401 0.7277418 0.7648963 0.7311849 0.7632866 0.726451 0.7625904 0.7344294 0.7602503 0.7329164 0.7614291 0.7324072 0.7632182 0.7334154 0.7639524 0.7324072 0.7632182 0.7311849 0.7632866 0.7311962 0.7596665 0.7318194 0.7608614 0.7329164 0.7614291 0.849186 0.4620282 0.8531035 0.4529866 0.8698618 0.4623093 0.849186 0.4620282 0.8640772 0.4718462 0.8447111 0.4706004 0.849186 0.4620282 0.8447111 0.4706004 0.8328695 0.4628796 0.849186 0.4620282 0.8353845 0.4547923 0.8531035 0.4529866 0.7823386 0.4767935 0.7747561 0.4748533 0.7885962 0.4667584 0.7823386 0.4767935 0.7885962 0.4667584 0.7934541 0.4713563 0.7823386 0.4767935 0.7889749 0.4784623 0.7805671 0.4872542 0.7823386 0.4767935 0.7805671 0.4872542 0.771816 0.4885933 0.7288352 0.08777666 0.7326023 0.08507937 0.7347096 0.1059576 0.7288352 0.08777666 0.7347096 0.1059576 0.7297161 0.1065874 0.7288352 0.08777666 0.7241798 0.09014827 0.7214338 0.07224494 0.7288352 0.08777666 0.7214338 0.07224494 0.7326023 0.08507937 0.6603423 0.06569379 0.6543599 0.06072032 0.6695843 0.05740296 0.6603423 0.06569379 0.6695843 0.05740296 0.6727045 0.06405681 0.6603423 0.06569379 0.6657515 0.06994819 0.6566868 0.07695198 0.6603423 0.06569379 0.6566868 0.07695198 0.6492817 0.07539051 0.9562754 0.5028217 0.9624089 0.4926307 0.9674938 0.5131585 0.9562754 0.5028217 0.9674938 0.5131585 0.958002 0.518177 0.9562754 0.5028217 0.9510282 0.5115141 0.9418563 0.4977218 0.9562754 0.5028217 0.9418563 0.4977218 0.9420666 0.4841281 0.213132 0.03769201 0.2191758 0.03461647 0.2203199 0.0498799 0.213132 0.03769201 0.2136116 0.04908984 0.2078361 0.04036945 0.213132 0.03769201 0.2078361 0.04036945 0.2061765 0.02985465 0.213132 0.03769201 0.2061765 0.02985465 0.2094953 0.02423435 0.1916443 0.02376836 0.1892221 0.01396906 0.2094953 0.02423435 0.1916443 0.02376836 0.2061765 0.02985465 0.1926901 0.03255033 0.1916443 0.02376836 0.1926901 0.03255033 0.1796782 0.03184682 0.1916443 0.02376836 0.1733236 0.01855754 0.1892221 0.01396906 0.1891812 0.08591544 0.1956205 0.1056936 0.1848316 0.1068657 0.1891812 0.08591544 0.1772284 0.08652037 0.1844078 0.06960982 0.1891812 0.08591544 0.1844078 0.06960982 0.2000414 0.08059853 0.1891812 0.08591544 0.2000414 0.08059853 0.2058559 0.09738159 0.2087165 0.06585764 0.2149845 0.07478934 0.2000414 0.08059853 0.2087165 0.06585764 0.2000414 0.08059853 0.1951715 0.06700581 0.2087165 0.06585764 0.2032437 0.05867671 0.2136116 0.04908984 0.2087165 0.06585764 0.2136116 0.04908984 0.2203199 0.0498799 0.9726868 0.6853635 0.9809165 0.7062727 0.9749002 0.7128324 0.9726868 0.6853635 0.9660544 0.6902298 0.9591657 0.6713001 0.9726868 0.6853635 0.9661065 0.6683592 0.9790928 0.6780838 0.9726868 0.6853635 0.9790928 0.6780838 0.9868221 0.6952463 0.9850459 0.6659773 0.9925058 0.6752866 0.9790928 0.6780838 0.9850459 0.6659773 0.9790928 0.6780838 0.9727174 0.6644815 0.9850459 0.6659773 0.9786681 0.6587303 0.9824517 0.6523196 0.9850459 0.6659773 0.9888283 0.6534067 0.9960563 0.6549679 0.9887221 0.644735 0.995562 0.6428644 0.9960563 0.6549679 0.9887221 0.644735 0.9888283 0.6534067 0.9825614 0.6464635 0.9887221 0.644735 0.9825614 0.6464635 0.9847018 0.6373944 0.9887221 0.644735 0.9847018 0.6373944 0.995562 0.6428644 0.9767418 0.6288174 0.9823926 0.6171756 0.9910112 0.6324442 0.9767418 0.6288174 0.9847018 0.6373944 0.9789463 0.6416979 0.9767418 0.6288174 0.9715556 0.6385586 0.9622771 0.6362326 0.9767418 0.6288174 0.9668119 0.6196224 0.9823926 0.6171756 0.77954 0.545175 0.7883072 0.5294149 0.7999911 0.5371817 0.77954 0.545175 0.7898321 0.5544172 0.7711321 0.5584525 0.77954 0.545175 0.7711321 0.5584525 0.766655 0.5396043 0.77954 0.545175 0.766655 0.5396043 0.7726555 0.5260068 0.7485843 0.5413768 0.7490682 0.5313162 0.766655 0.5396043 0.7485843 0.5413768 0.766655 0.5396043 0.7613583 0.5513567 0.7485843 0.5413768 0.748192 0.5502273 0.7359533 0.5532616 0.7485843 0.5413768 0.731783 0.5473505 0.7269511 0.5407214 0.7227063 0.5543833 0.7157102 0.549601 0.7269511 0.5407214 0.7227063 0.5543833 0.731783 0.5473505 0.7289623 0.5586574 0.7227063 0.5543833 0.7289623 0.5586574 0.7189852 0.5642737 0.7227063 0.5543833 0.7189852 0.5642737 0.7106705 0.5615735 0.7182506 0.5788202 0.7071568 0.5802571 0.7106705 0.5615735 0.7182506 0.5788202 0.7189852 0.5642737 0.7267021 0.5666543 0.7182506 0.5788202 0.7286555 0.5774924 0.7327159 0.589751 0.7182506 0.5788202 0.7190094 0.5956946 0.7071568 0.5802571 0.7376826 0.5763826 0.7286555 0.5774924 0.7332231 0.5683953 0.7376826 0.5763826 0.7332231 0.5683953 0.7386026 0.5691448 0.7376826 0.5763826 0.7441668 0.5739441 0.7446293 0.5851235 0.7376826 0.5763826 0.7446293 0.5851235 0.7327159 0.589751 0.733738 0.5619149 0.7289623 0.5586574 0.7359533 0.5532616 0.733738 0.5619149 0.7388003 0.5577371 0.7390571 0.5649682 0.733738 0.5619149 0.7390571 0.5649682 0.7332231 0.5683953 0.733738 0.5619149 0.7332231 0.5683953 0.7267021 0.5666543 0.747983 0.5566575 0.748192 0.5502273 0.7613583 0.5513567 0.747983 0.5566575 0.7574694 0.5594192 0.7476644 0.5622606 0.747983 0.5566575 0.7476644 0.5622606 0.7414915 0.5614069 0.747983 0.5566575 0.7388003 0.5577371 0.748192 0.5502273 0.7634428 0.5667652 0.7711321 0.5584525 0.7792096 0.5685315 0.7634428 0.5667652 0.7676597 0.5764034 0.7558953 0.5809588 0.7634428 0.5667652 0.7556529 0.5701465 0.7538642 0.5639169 0.7634428 0.5667652 0.7574694 0.5594192 0.7711321 0.5584525 0.9672989 0.6444984 0.9715556 0.6385586 0.974299 0.644708 0.9672989 0.6444984 0.974299 0.644708 0.9709886 0.6473189 0.9672989 0.6444984 0.9654318 0.648279 0.9585288 0.6457838 0.9672989 0.6444984 0.9585288 0.6457838 0.9622771 0.6362326 0.9777592 0.6479079 0.9825614 0.6464635 0.9824517 0.6523196 0.9777592 0.6479079 0.9777781 0.6521803 0.9731116 0.6494677 0.9777592 0.6479079 0.9731116 0.6494677 0.974299 0.644708 0.9777592 0.6479079 0.974299 0.644708 0.9789463 0.6416979 0.9744545 0.6556078 0.9786681 0.6587303 0.9727174 0.6644815 0.9744545 0.6556078 0.9690498 0.6579995 0.9711288 0.6540613 0.9744545 0.6556078 0.9711288 0.6540613 0.9742718 0.6519755 0.9744545 0.6556078 0.9777781 0.6521803 0.9786681 0.6587303 0.9628254 0.6591646 0.9661065 0.6683592 0.9561912 0.6597164 0.9628254 0.6591646 0.9561912 0.6597164 0.9562669 0.6522778 0.9628254 0.6591646 0.9631569 0.6546142 0.9676275 0.6555984 0.9628254 0.6591646 0.9690498 0.6579995 0.9727174 0.6644815 0.1993614 0.05499714 0.2032437 0.05867671 0.1951715 0.06700581 0.1993614 0.05499714 0.1921908 0.05979365 0.1959995 0.05254542 0.1993614 0.05499714 0.1959995 0.05254542 0.2001125 0.04844015 0.1993614 0.05499714 0.203602 0.0483272 0.2032437 0.05867671 0.1829662 0.06024956 0.1844078 0.06960982 0.1727147 0.05853515 0.1829662 0.06024956 0.1727147 0.05853515 0.1759307 0.0506125 0.1829662 0.06024956 0.1853587 0.05450534 0.1910867 0.05589812 0.1829662 0.06024956 0.1921908 0.05979365 0.1844078 0.06960982 0.1909835 0.03929758 0.1926901 0.03255033 0.2000387 0.03862267 0.1909835 0.03929758 0.2000387 0.03862267 0.196668 0.04234015 0.1909835 0.03929758 0.189718 0.04460018 0.1793995 0.04212409 0.1909835 0.03929758 0.1793995 0.04212409 0.1796782 0.03184682 0.2040362 0.04225075 0.2078361 0.04036945 0.207755 0.04850411 0.2040362 0.04225075 0.203602 0.0483272 0.1995232 0.04469168 0.2040362 0.04225075 0.1995232 0.04469168 0.196668 0.04234015 0.2040362 0.04225075 0.2000387 0.03862267 0.2029827 0.03485685 0.9475537 0.5172095 0.9510282 0.5115141 0.9517927 0.5221235 0.9475537 0.5172095 0.9517927 0.5221235 0.9487848 0.5249978 0.9475537 0.5172095 0.9448137 0.5219866 0.9404556 0.5200436 0.9475537 0.5172095 0.9413772 0.5159266 0.9510282 0.5115141 0.6700143 0.07276457 0.6657515 0.06994819 0.675229 0.06866818 0.6700143 0.07276457 0.675229 0.06866818 0.6777432 0.07135444 0.6700143 0.07276457 0.6744652 0.07484924 0.6726112 0.07859873 0.6700143 0.07276457 0.6687057 0.07850122 0.6633941 0.07812005 0.7177479 0.09186857 0.7241798 0.09014827 0.7297161 0.1065874 0.7177479 0.09186857 0.7206957 0.1065804 0.7093511 0.09112614 0.7177479 0.09186857 0.7093511 0.09112614 0.7088243 0.08218795 0.7177479 0.09186857 0.7132427 0.07944095 0.7241798 0.09014827 0.7937187 0.4795886 0.7889749 0.4784623 0.7970643 0.4746212 0.7937187 0.4795886 0.7970643 0.4746212 0.7997837 0.4763395 0.7937187 0.4795886 0.7979013 0.4803093 0.7968148 0.4841396 0.7937187 0.4795886 0.7934846 0.4848708 0.7889749 0.4784623 0.8391214 0.4782339 0.8447111 0.4706004 0.8571742 0.4811433 0.8391214 0.4782339 0.8480343 0.4899606 0.8395606 0.4990971 0.8391214 0.4782339 0.8314133 0.4830673 0.8276882 0.4748238 0.8391214 0.4782339 0.8302365 0.4694214 0.8447111 0.4706004 0.7469432 0.5686298 0.7476644 0.5622606 0.7538642 0.5639169 0.7469432 0.5686298 0.7556529 0.5701465 0.7558953 0.5809588 0.7469432 0.5686298 0.7441668 0.5739441 0.7386026 0.5691448 0.7469432 0.5686298 0.7390571 0.5649682 0.7414915 0.5614069 0.9674149 0.6515426 0.9711288 0.6540613 0.9676275 0.6555984 0.9674149 0.6515426 0.9631569 0.6546142 0.9562669 0.6522778 0.9674149 0.6515426 0.9654318 0.648279 0.9709886 0.6473189 0.9674149 0.6515426 0.9731116 0.6494677 0.9711288 0.6540613 0.1920875 0.04904794 0.189718 0.04460018 0.1995232 0.04469168 0.1920875 0.04904794 0.1995232 0.04469168 0.2001125 0.04844015 0.1920875 0.04904794 0.1959995 0.05254542 0.1853587 0.05450534 0.1920875 0.04904794 0.1853587 0.05450534 0.1759307 0.0506125 0.8237624 0.4527208 0.8353845 0.4547923 0.8328695 0.4628796 0.8237624 0.4527208 0.8222713 0.460803 0.8124809 0.454631 0.8237624 0.4527208 0.8124809 0.454631 0.8131507 0.4453085 0.8237624 0.4527208 0.8255674 0.4434143 0.8353845 0.4547923 0.7997012 0.4593405 0.8124809 0.454631 0.8121866 0.462478 0.7997012 0.4593405 0.8018862 0.466012 0.7885962 0.4667584 0.7997012 0.4593405 0.7885962 0.4667584 0.7831143 0.461494 0.7997012 0.4593405 0.7974562 0.4514904 0.8124809 0.454631 0.7829199 0.4959487 0.7805671 0.4872542 0.7881719 0.4859887 0.7829199 0.4959487 0.7907685 0.4925941 0.791028 0.5050173 0.7829199 0.4959487 0.791028 0.5050173 0.7822104 0.5107659 0.7829199 0.4959487 0.7737289 0.4997387 0.7805671 0.4872542 0.8065223 0.5166004 0.791028 0.5050173 0.798465 0.499833 0.8065223 0.5166004 0.8129621 0.50926 0.8308592 0.5197811 0.8065223 0.5166004 0.8257096 0.5294408 0.798976 0.5241512 0.8065223 0.5166004 0.798976 0.5241512 0.791028 0.5050173 0.7959324 0.4901104 0.7934846 0.4848708 0.7995737 0.4867491 0.7959324 0.4901104 0.7995737 0.4867491 0.8031409 0.495777 0.7959324 0.4901104 0.8031409 0.495777 0.7907685 0.4925941 0.7959324 0.4901104 0.7907685 0.4925941 0.7881719 0.4859887 0.8171886 0.5023403 0.8031409 0.495777 0.8064922 0.4904719 0.8171886 0.5023403 0.8195973 0.4942103 0.8346559 0.5093519 0.8171886 0.5023403 0.8346559 0.5093519 0.8129621 0.50926 0.8171886 0.5023403 0.8129621 0.50926 0.8031409 0.495777 0.8214077 0.4664371 0.8302365 0.4694214 0.8209268 0.4728425 0.8214077 0.4664371 0.8209268 0.4728425 0.8126431 0.4673742 0.8214077 0.4664371 0.8126431 0.4673742 0.8121866 0.462478 0.8214077 0.4664371 0.8222713 0.460803 0.8302365 0.4694214 0.8039505 0.4703259 0.8126431 0.4673742 0.8123871 0.4726259 0.8039505 0.4703259 0.8046785 0.4745025 0.7970643 0.4746212 0.8039505 0.4703259 0.7970643 0.4746212 0.7934541 0.4713563 0.8039505 0.4703259 0.8018862 0.466012 0.8126431 0.4673742 0.8205833 0.4832389 0.8314133 0.4830673 0.8395606 0.4990971 0.8205833 0.4832389 0.8195973 0.4942103 0.8099556 0.48154 0.8205833 0.4832389 0.8099556 0.48154 0.8123871 0.4726259 0.8205833 0.4832389 0.8209268 0.4728425 0.8276882 0.4748238 0.8028543 0.4807616 0.8099556 0.48154 0.8064922 0.4904719 0.8028543 0.4807616 0.7995737 0.4867491 0.7968148 0.4841396 0.8028543 0.4807616 0.7979013 0.4803093 0.7997837 0.4763395 0.8028543 0.4807616 0.8046785 0.4745025 0.8099556 0.48154 0.7109785 0.06201165 0.7214338 0.07224494 0.7080755 0.06765705 0.7109785 0.06201165 0.7080755 0.06765705 0.6967766 0.06319117 0.7109785 0.06201165 0.6980421 0.05635541 0.7141067 0.05550587 0.7109785 0.06201165 0.7141067 0.05550587 0.7254347 0.06772089 0.6831974 0.0545547 0.6980421 0.05635541 0.6967766 0.06319117 0.6831974 0.0545547 0.6840163 0.06189775 0.6695843 0.05740296 0.6831974 0.0545547 0.6695843 0.05740296 0.6823405 0.04598325 0.6831974 0.0545547 0.6823405 0.04598325 0.699461 0.0483036 0.659833 0.08870244 0.6566868 0.07695198 0.6633941 0.07812005 0.659833 0.08870244 0.665869 0.08712047 0.6738237 0.09740144 0.659833 0.08870244 0.6692661 0.100869 0.6644769 0.10418 0.659833 0.08870244 0.6532918 0.09016817 0.6566868 0.07695198 0.6844711 0.1133758 0.6692661 0.100869 0.6879056 0.109415 0.6844711 0.1133758 0.6879056 0.109415 0.7050511 0.1222947 0.6844711 0.1133758 0.7025622 0.1260526 0.6999999 0.1281057 0.6844711 0.1133758 0.6809231 0.1165526 0.6644769 0.10418 0.6708946 0.0853061 0.6687057 0.07850122 0.6755409 0.08224147 0.6708946 0.0853061 0.6755409 0.08224147 0.682469 0.08830481 0.6708946 0.0853061 0.677918 0.09362059 0.665869 0.08712047 0.6708946 0.0853061 0.665869 0.08712047 0.6633941 0.07812005 0.6911128 0.1038862 0.677918 0.09362059 0.682469 0.08830481 0.6911128 0.1038862 0.6945815 0.09628564 0.7118532 0.1085544 0.6911128 0.1038862 0.7073932 0.1151273 0.6879056 0.109415 0.6911128 0.1038862 0.6879056 0.109415 0.6738237 0.09740144 0.7056229 0.0715816 0.7132427 0.07944095 0.7088243 0.08218795 0.7056229 0.0715816 0.7028037 0.07674562 0.6958183 0.06759464 0.7056229 0.0715816 0.6958183 0.06759464 0.6967766 0.06319117 0.7056229 0.0715816 0.7080755 0.06765705 0.7173856 0.07630592 0.6847587 0.0667842 0.6958183 0.06759464 0.6935605 0.07234776 0.6847587 0.0667842 0.6840308 0.0711444 0.675229 0.06866818 0.6847587 0.0667842 0.675229 0.06866818 0.6727045 0.06405681 0.6847587 0.0667842 0.6840163 0.06189775 0.6958183 0.06759464 0.6988009 0.08610957 0.7093511 0.09112614 0.7118532 0.1085544 0.6988009 0.08610957 0.6945815 0.09628564 0.6883971 0.08023256 0.6988009 0.08610957 0.6883971 0.08023256 0.6935605 0.07234776 0.6988009 0.08610957 0.7028037 0.07674562 0.7088243 0.08218795 0.680439 0.07690888 0.6883971 0.08023256 0.682469 0.08830481 0.680439 0.07690888 0.6755409 0.08224147 0.6726112 0.07859873 0.680439 0.07690888 0.6744652 0.07484924 0.6777432 0.07135444 0.680439 0.07690888 0.6840308 0.0711444 0.6883971 0.08023256 0.2746197 0.07142585 0.2816947 0.07664704 0.2642906 0.07856982 0.2746197 0.07142585 0.2642906 0.07856982 0.25541 0.0696752 0.2746197 0.07142585 0.270142 0.06425356 0.2781417 0.06122732 0.2746197 0.07142585 0.2827265 0.06394481 0.2816947 0.07664704 0.2896832 0.08113998 0.2981285 0.08526873 0.2895181 0.09847944 0.2896832 0.08113998 0.2811769 0.09294283 0.2727848 0.08658123 0.2896832 0.08113998 0.2816947 0.07664704 0.2885009 0.06670343 0.2896832 0.08113998 0.2962346 0.069377 0.3049479 0.07200801 0.2775927 0.02759855 0.2759469 0.031089 0.2718502 0.02982658 0.2775927 0.02759855 0.2722598 0.02685099 0.2795858 0.02361059 0.2775927 0.02759855 0.2795858 0.02361059 0.2815849 0.0316714 0.2775927 0.02759855 0.2815849 0.0316714 0.2796774 0.03374785 0.2825798 0.01706558 0.2916015 0.02435088 0.2854844 0.02873146 0.2825798 0.01706558 0.2795858 0.02361059 0.2714473 0.01425361 0.2825798 0.01706558 0.2714473 0.01425361 0.2707285 0.004446864 0.2825798 0.01706558 0.2860744 0.009241998 0.2916015 0.02435088 0.9519146 0.5823495 0.9640772 0.5696708 0.97463 0.5756928 0.9519146 0.5823495 0.96163 0.5905289 0.9370763 0.5944913 0.9519146 0.5823495 0.9370763 0.5944913 0.9286165 0.5839436 0.9519146 0.5823495 0.9432819 0.574347 0.955001 0.5641224 0.9368149 0.5666981 0.9488781 0.5595217 0.9432819 0.574347 0.9368149 0.5666981 0.9432819 0.574347 0.9216048 0.5730065 0.9368149 0.5666981 0.9216048 0.5730065 0.9142354 0.5623642 0.9368149 0.5666981 0.9336698 0.557996 0.943799 0.5557525 0.2739948 0.03614133 0.2759469 0.031089 0.2796774 0.03374785 0.2739948 0.03614133 0.2808593 0.03879129 0.2719298 0.04349952 0.2739948 0.03614133 0.2719298 0.04349952 0.2620254 0.03971552 0.2739948 0.03614133 0.2675886 0.03254526 0.2718502 0.02982658 0.2699455 0.05390751 0.2719298 0.04349952 0.2818928 0.04650062 0.2699455 0.05390751 0.2806889 0.0548439 0.270142 0.06425356 0.2699455 0.05390751 0.270142 0.06425356 0.25541 0.0696752 0.2699455 0.05390751 0.2586376 0.05186051 0.2719298 0.04349952 0.2649417 0.02976185 0.2722598 0.02685099 0.2675886 0.03254526 0.2649417 0.02976185 0.2675886 0.03254526 0.257362 0.03658711 0.2649417 0.02976185 0.257362 0.03658711 0.2633541 0.02551704 0.2649417 0.02976185 0.2633541 0.02551704 0.2720099 0.02230638 0.2512445 0.04758286 0.257362 0.03658711 0.2620254 0.03971552 0.2512445 0.04758286 0.2586376 0.05186051 0.2458581 0.06066387 0.2512445 0.04758286 0.2458581 0.06066387 0.2365648 0.05166441 0.2512445 0.04758286 0.2453617 0.04132479 0.257362 0.03658711 0.2863888 0.05578964 0.2827265 0.06394481 0.2806889 0.0548439 0.2863888 0.05578964 0.2806889 0.0548439 0.2867318 0.04728025 0.2863888 0.05578964 0.2867318 0.04728025 0.2910996 0.05674088 0.2863888 0.05578964 0.2910996 0.05674088 0.2885009 0.06670343 0.2848809 0.0387364 0.2867318 0.04728025 0.2818928 0.04650062 0.2848809 0.0387364 0.2808593 0.03879129 0.2815849 0.0316714 0.2848809 0.0387364 0.2815849 0.0316714 0.2854844 0.02873146 0.2848809 0.0387364 0.2891083 0.03697061 0.2867318 0.04728025 0.298876 0.05769371 0.2962346 0.069377 0.2910996 0.05674088 0.298876 0.05769371 0.2910996 0.05674088 0.2908493 0.04681229 0.298876 0.05769371 0.2986478 0.04607051 0.308287 0.04519176 0.298876 0.05769371 0.3081852 0.05864733 0.3049479 0.07200801 0.2965903 0.03448766 0.2986478 0.04607051 0.2908493 0.04681229 0.2965903 0.03448766 0.2891083 0.03697061 0.2916015 0.02435088 0.2965903 0.03448766 0.2916015 0.02435088 0.2988274 0.01924997 0.2965903 0.03448766 0.3056996 0.03164625 0.2986478 0.04607051 0.2601259 0.01753681 0.2714473 0.01425361 0.2633541 0.02551704 0.2601259 0.01753681 0.2633541 0.02551704 0.2542582 0.03220301 0.2601259 0.01753681 0.2490327 0.02465212 0.2560773 0.007688939 0.2601259 0.01753681 0.2560773 0.007688939 0.2707285 0.004446864 0.2385848 0.0333364 0.2490327 0.02465212 0.2453617 0.04132479 0.2385848 0.0333364 0.2453617 0.04132479 0.2284594 0.04280519 0.2385848 0.0333364 0.2284594 0.04280519 0.2313607 0.02448284 0.2385848 0.0333364 0.2313607 0.02448284 0.2427462 0.01551777 0.9269982 0.4999776 0.9418563 0.4977218 0.9306851 0.5114507 0.9269982 0.4999776 0.9306851 0.5114507 0.9188226 0.5183394 0.9269982 0.4999776 0.9122855 0.5075163 0.9223885 0.48622 0.9269982 0.4999776 0.9223885 0.48622 0.9420666 0.4841281 0.8983022 0.5182651 0.9122855 0.5075163 0.9066771 0.5294187 0.8983022 0.5182651 0.9066771 0.5294187 0.8846837 0.5306192 0.8983022 0.5182651 0.8846837 0.5306192 0.8891614 0.5056602 0.8983022 0.5182651 0.8891614 0.5056602 0.9044087 0.4947745 0.9708886 0.5559179 0.9640772 0.5696708 0.9608274 0.5526419 0.9708886 0.5559179 0.9608274 0.5526419 0.9734217 0.5414468 0.9708886 0.5559179 0.9734217 0.5414468 0.9865958 0.542894 0.9708886 0.5559179 0.9828903 0.5598157 0.97463 0.5756928 0.9727497 0.5266136 0.9734217 0.5414468 0.9624803 0.5405401 0.9727497 0.5266136 0.9616789 0.528452 0.9674938 0.5131585 0.9727497 0.5266136 0.9674938 0.5131585 0.9786269 0.507604 0.9727497 0.5266136 0.9859319 0.5249243 0.9734217 0.5414468 0.9546472 0.5506098 0.9488781 0.5595217 0.9476162 0.5489608 0.9546472 0.5506098 0.9476162 0.5489608 0.9560043 0.5407146 0.9546472 0.5506098 0.9560043 0.5407146 0.9608274 0.5526419 0.9546472 0.5506098 0.9608274 0.5526419 0.955001 0.5641224 0.9548311 0.5305888 0.9560043 0.5407146 0.9495015 0.5398713 0.9548311 0.5305888 0.9491978 0.5310657 0.9517927 0.5221235 0.9548311 0.5305888 0.9517927 0.5221235 0.958002 0.518177 0.9548311 0.5305888 0.9616789 0.528452 0.9560043 0.5407146 0.9325264 0.5183548 0.9413772 0.5159266 0.9404556 0.5200436 0.9325264 0.5183548 0.9352965 0.523057 0.9226809 0.5253252 0.9325264 0.5183548 0.9226809 0.5253252 0.9306851 0.5114507 0.9325264 0.5183548 0.9306851 0.5114507 0.9416313 0.5090699 0.9135202 0.5376696 0.9226809 0.5253252 0.92789 0.5305054 0.9135202 0.5376696 0.9219294 0.5433606 0.9047022 0.5527009 0.9135202 0.5376696 0.9047022 0.5527009 0.8943901 0.5425935 0.9135202 0.5376696 0.9066771 0.5294187 0.9226809 0.5253252 0.94177 0.5279245 0.9448137 0.5219866 0.9487848 0.5249978 0.94177 0.5279245 0.9491978 0.5310657 0.9384802 0.5359112 0.94177 0.5279245 0.9384802 0.5359112 0.92789 0.5305054 0.94177 0.5279245 0.9352965 0.523057 0.9448137 0.5219866 0.9350025 0.5468344 0.9384802 0.5359112 0.9495015 0.5398713 0.9350025 0.5468344 0.9476162 0.5489608 0.9336698 0.557996 0.9350025 0.5468344 0.9336698 0.557996 0.9142354 0.5623642 0.9350025 0.5468344 0.9219294 0.5433606 0.9384802 0.5359112 0.6644486 0.949227 0.6759142 0.9490711 0.67027 0.9621567 0.6644486 0.949227 0.6607856 0.9604392 0.6537515 0.9500721 0.6644486 0.949227 0.6537515 0.9500721 0.653389 0.9415058 0.6644486 0.949227 0.6654291 0.9387833 0.6759142 0.9490711 0.6304333 0.9845243 0.6284847 0.993012 0.6199855 0.9799436 0.6304333 0.9845243 0.6199855 0.9799436 0.6320003 0.9767515 0.6304333 0.9845243 0.6320003 0.9767515 0.6405715 0.9827809 0.6304333 0.9845243 0.6405715 0.9827809 0.6428092 0.9909505 0.6517577 0.9731881 0.6579863 0.9783909 0.6428092 0.9909505 0.6517577 0.9731881 0.6405715 0.9827809 0.6385333 0.9752796 0.6517577 0.9731881 0.6460722 0.9683288 0.6520128 0.9589194 0.6517577 0.9731881 0.6607856 0.9604392 0.6579863 0.9783909 0.6078704 0.9705638 0.5986186 0.9769131 0.5949217 0.9587846 0.6078704 0.9705638 0.5949217 0.9587846 0.6073706 0.9549814 0.6078704 0.9705638 0.6166704 0.9652326 0.6199855 0.9799436 0.6078704 0.9705638 0.6199855 0.9799436 0.6140692 0.9873936 0.8868837 0.4884527 0.8724259 0.494473 0.8718591 0.4826534 0.8868837 0.4884527 0.8851409 0.4786654 0.8987751 0.4834356 0.8868837 0.4884527 0.8987751 0.4834356 0.8918238 0.4962095 0.8868837 0.4884527 0.8918238 0.4962095 0.8775736 0.5026262 0.922462 0.4582547 0.9290241 0.4518001 0.9321395 0.468474 0.922462 0.4582547 0.9321395 0.468474 0.9226897 0.4730951 0.922462 0.4582547 0.9169516 0.463972 0.9113938 0.4572494 0.922462 0.4582547 0.9133109 0.4507032 0.9290241 0.4518001 0.9052125 0.4484871 0.9041789 0.4404858 0.9156647 0.4432159 0.9052125 0.4484871 0.9133109 0.4507032 0.9061967 0.4553278 0.9052125 0.4484871 0.9061967 0.4553278 0.8975715 0.4527955 0.9052125 0.4484871 0.8975715 0.4527955 0.8929731 0.4463381 0.8897922 0.4648174 0.880454 0.4635012 0.8929731 0.4463381 0.8897922 0.4648174 0.8975715 0.4527955 0.8977113 0.4662756 0.8897922 0.4648174 0.8977113 0.4662756 0.8962429 0.4758001 0.8897922 0.4648174 0.8851409 0.4786654 0.880454 0.4635012 0.2397206 0.09643614 0.2559735 0.0842157 0.2610175 0.09889978 0.2397206 0.09643614 0.2457466 0.1087964 0.2263402 0.1066401 0.2397206 0.09643614 0.2263402 0.1066401 0.2305871 0.0865584 0.2397206 0.09643614 0.2305871 0.0865584 0.2467583 0.07399994 0.2074477 0.1479817 0.2013744 0.1583252 0.1905147 0.1395411 0.2074477 0.1479817 0.1905147 0.1395411 0.2008948 0.1302152 0.2074477 0.1479817 0.2122657 0.1389476 0.2223824 0.1530005 0.2074477 0.1479817 0.2223824 0.1530005 0.2223609 0.1626562 0.2333207 0.1511758 0.2377133 0.1587036 0.2223824 0.1530005 0.2333207 0.1511758 0.2223824 0.1530005 0.2294445 0.1446908 0.2333207 0.1511758 0.2294445 0.1446908 0.2337587 0.1391278 0.2333207 0.1511758 0.2408498 0.1422891 0.2377133 0.1587036 0.2455574 0.1261216 0.2577188 0.1225203 0.2489824 0.1456105 0.2455574 0.1261216 0.2408498 0.1422891 0.2350857 0.1284165 0.2455574 0.1261216 0.2350857 0.1284165 0.2328161 0.1163298 0.2455574 0.1261216 0.2457466 0.1087964 0.2577188 0.1225203 0.9714295 0.8024287 0.9745175 0.7935525 0.9838592 0.7995187 0.9714295 0.8024287 0.9801614 0.8075954 0.9685088 0.811113 0.9714295 0.8024287 0.9685088 0.811113 0.9613124 0.7994561 0.9714295 0.8024287 0.9613124 0.7994561 0.9640606 0.7908542 0.9765432 0.8495247 0.979687 0.8553478 0.9662724 0.8564915 0.9765432 0.8495247 0.9662724 0.8564915 0.9650892 0.8484254 0.9765432 0.8495247 0.9735143 0.8437352 0.9847319 0.8425925 0.9765432 0.8495247 0.9847319 0.8425925 0.9897962 0.8465012 0.9887565 0.8357293 0.9946863 0.8372476 0.9847319 0.8425925 0.9887565 0.8357293 0.9847319 0.8425925 0.9802291 0.8390745 0.9887565 0.8357293 0.9835231 0.8344727 0.9837664 0.8290114 0.9887565 0.8357293 0.9890694 0.8276703 0.9946863 0.8372476 0.9861229 0.8171508 0.9909705 0.8120207 0.9948976 0.8262123 0.9861229 0.8171508 0.9890694 0.8276703 0.981329 0.8217718 0.9861229 0.8171508 0.981329 0.8217718 0.976235 0.8150427 0.9861229 0.8171508 0.9801614 0.8075954 0.9909705 0.8120207 0.1192685 0.4030271 0.1308096 0.40385 0.1253185 0.4173066 0.1192685 0.4030271 0.1138636 0.4133437 0.1095147 0.4024853 0.1192685 0.4030271 0.1095147 0.4024853 0.114205 0.3926659 0.1192685 0.4030271 0.114205 0.3926659 0.1213718 0.3900303 0.09809064 0.3889269 0.09846776 0.3844553 0.114205 0.3926659 0.09809064 0.3889269 0.114205 0.3926659 0.1077882 0.3952968 0.09809064 0.3889269 0.09758478 0.393047 0.08209669 0.3921934 0.09809064 0.3889269 0.08209669 0.3921934 0.07680588 0.3882145 0.07739442 0.4028486 0.07109457 0.4023974 0.08209669 0.3921934 0.07739442 0.4028486 0.08209669 0.3921934 0.08673751 0.3956632 0.07739442 0.4028486 0.08307975 0.403072 0.08603072 0.4103342 0.07739442 0.4028486 0.08316069 0.4135484 0.07109457 0.4023974 0.09857237 0.4169488 0.1034364 0.4217922 0.08031207 0.4169435 0.09857237 0.4169488 0.08316069 0.4135484 0.09500968 0.4125103 0.09857237 0.4169488 0.09500968 0.4125103 0.1046324 0.4098206 0.09857237 0.4169488 0.1138636 0.4133437 0.1034364 0.4217922 0.3522548 0.08525943 0.362255 0.09162724 0.3478351 0.0963279 0.3522548 0.08525943 0.3478351 0.0963279 0.3377014 0.08635956 0.3522548 0.08525943 0.3428646 0.07890069 0.3559966 0.07416498 0.3522548 0.08525943 0.3559966 0.07416498 0.3665003 0.07706785 0.3514676 0.04224538 0.3618794 0.03604477 0.368782 0.04889112 0.3514676 0.04224538 0.3575081 0.05223906 0.3430538 0.04805928 0.3514676 0.04224538 0.3430538 0.04805928 0.3409 0.03354525 0.3514676 0.04224538 0.3409 0.03354525 0.3618794 0.03604477 0.3264442 0.02664655 0.3297225 0.01506298 0.3488424 0.02461522 0.3264442 0.02664655 0.3409 0.03354525 0.3239356 0.03819584 0.3264442 0.02664655 0.3239356 0.03819584 0.3121562 0.03523415 0.3264442 0.02664655 0.3100445 0.02064847 0.3297225 0.01506298 0.9155098 0.3662318 0.9025097 0.3590533 0.9134063 0.3433362 0.9155098 0.3662318 0.9235183 0.3566088 0.9259169 0.3719508 0.9155098 0.3662318 0.9259169 0.3719508 0.9254059 0.3798283 0.9155098 0.3662318 0.9137414 0.3793031 0.9025097 0.3590533 0.9640751 0.4360897 0.9549679 0.450539 0.9372426 0.4406493 0.9640751 0.4360897 0.9471179 0.4289556 0.9548608 0.4190575 0.9640751 0.4360897 0.9707115 0.4233328 0.989251 0.4257596 0.9640751 0.4360897 0.9835196 0.4415701 0.9549679 0.450539 0.1553521 0.1563039 0.1570485 0.1637682 0.1469826 0.1566463 0.1553521 0.1563039 0.1469826 0.1566463 0.1491427 0.1496641 0.1553521 0.1563039 0.1538801 0.1502698 0.1579294 0.148049 0.1553521 0.1563039 0.1628795 0.1525951 0.1570485 0.1637682 0.1689962 0.1078707 0.1802529 0.1058039 0.172644 0.1198018 0.1689962 0.1078707 0.172644 0.1198018 0.1637067 0.1199605 0.1689962 0.1078707 0.1593634 0.1106364 0.1531392 0.1009805 0.1689962 0.1078707 0.1635553 0.09497499 0.1802529 0.1058039 0.9067227 0.2765614 0.9063082 0.2704083 0.9170635 0.2720524 0.9067227 0.2765614 0.914381 0.2784224 0.9071913 0.281709 0.9067227 0.2765614 0.9071913 0.281709 0.9024525 0.2839202 0.9067227 0.2765614 0.8992845 0.2794706 0.9063082 0.2704083 0.8915835 0.3296449 0.8990949 0.3262315 0.8968346 0.3380393 0.8915835 0.3296449 0.8968346 0.3380393 0.88304 0.3328444 0.8915835 0.3296449 0.88304 0.3328444 0.8879312 0.320359 0.8915835 0.3296449 0.8879312 0.320359 0.8955825 0.3188705 0.9045426 0.3223904 0.9089305 0.3258073 0.9041339 0.3326247 0.9045426 0.3223904 0.8990949 0.3262315 0.9014528 0.3174352 0.9045426 0.3223904 0.9014528 0.3174352 0.9050014 0.3147652 0.9045426 0.3223904 0.9079904 0.3168815 0.9089305 0.3258073 0.9077677 0.2848452 0.90499 0.2866756 0.9071913 0.281709 0.9077677 0.2848452 0.9071913 0.281709 0.9121564 0.283635 0.9077677 0.2848452 0.9108472 0.2865325 0.9084465 0.2878955 0.9077677 0.2848452 0.9084465 0.2878955 0.9065814 0.2888983 0.1529784 0.1147997 0.1472281 0.1089397 0.1531392 0.1009805 0.1529784 0.1147997 0.1593634 0.1106364 0.1571357 0.1211268 0.1529784 0.1147997 0.1571357 0.1211268 0.1533032 0.1232364 0.1529784 0.1147997 0.1495186 0.1205402 0.1472281 0.1089397 0.152857 0.147096 0.1549871 0.1455067 0.1538801 0.1502698 0.152857 0.147096 0.1538801 0.1502698 0.1491427 0.1496641 0.152857 0.147096 0.1500495 0.1462035 0.1518889 0.1446708 0.152857 0.147096 0.1518889 0.1446708 0.1534757 0.1438298 0.9724058 0.4139604 0.9887056 0.4127957 0.9707115 0.4233328 0.9724058 0.4139604 0.9707115 0.4233328 0.958339 0.4127505 0.9724058 0.4139604 0.958339 0.4127505 0.9598392 0.4075663 0.9724058 0.4139604 0.9690824 0.405731 0.9887056 0.4127957 0.9311378 0.374751 0.9314091 0.3801974 0.9254059 0.3798283 0.9311378 0.374751 0.9259169 0.3719508 0.9352817 0.3720926 0.9311378 0.374751 0.9352817 0.3720926 0.9378967 0.3745881 0.9311378 0.374751 0.9351006 0.3770608 0.9314091 0.3801974 0.3229663 0.04967653 0.3135246 0.05059283 0.3121562 0.03523415 0.3229663 0.04967653 0.3239356 0.03819584 0.3316046 0.05007421 0.3229663 0.04967653 0.3316046 0.05007421 0.3306733 0.05556017 0.3229663 0.04967653 0.3250439 0.05847841 0.3135246 0.05059283 0.3386361 0.05309987 0.3316046 0.05007421 0.3346049 0.04214251 0.3386361 0.05309987 0.3430538 0.04805928 0.3482623 0.05529576 0.3386361 0.05309987 0.3430724 0.05776995 0.3397297 0.05936628 0.3386361 0.05309987 0.335686 0.05764955 0.3316046 0.05007421 0.3346948 0.07256001 0.3411485 0.06829667 0.3470327 0.07124644 0.3346948 0.07256001 0.3428646 0.07890069 0.3264027 0.0763573 0.3346948 0.07256001 0.3264027 0.0763573 0.3172426 0.06490653 0.3346948 0.07256001 0.3301601 0.06675195 0.3368566 0.0659281 0.09404975 0.4088814 0.09984898 0.4071767 0.1046324 0.4098206 0.09404975 0.4088814 0.09500968 0.4125103 0.08894348 0.4074817 0.09404975 0.4088814 0.08894348 0.4074817 0.09138584 0.4053994 0.09404975 0.4088814 0.09449809 0.4056974 0.09984898 0.4071767 0.08753609 0.4028398 0.08894348 0.4074817 0.08307975 0.403072 0.08753609 0.4028398 0.08307975 0.403072 0.08673751 0.3956632 0.08753609 0.4028398 0.09007847 0.3981143 0.09136307 0.4025482 0.08753609 0.4028398 0.09136307 0.4025482 0.08894348 0.4074817 0.09682142 0.3964641 0.09007847 0.3981143 0.09758478 0.393047 0.09682142 0.3964641 0.09758478 0.393047 0.1077882 0.3952968 0.09682142 0.3964641 0.1028714 0.3979182 0.09596008 0.3995292 0.09682142 0.3964641 0.09596008 0.3995292 0.09223204 0.3998744 0.1033351 0.4025057 0.1028714 0.3979182 0.1095147 0.4024853 0.1033351 0.4025057 0.1095147 0.4024853 0.09984898 0.4071767 0.1033351 0.4025057 0.09984898 0.4071767 0.09791374 0.4053589 0.1033351 0.4025057 0.0990951 0.4026784 0.09959888 0.3998823 0.9766426 0.8253744 0.9718514 0.8212311 0.976235 0.8150427 0.9766426 0.8253744 0.981329 0.8217718 0.9795138 0.8301188 0.9766426 0.8253744 0.9795138 0.8301188 0.9761303 0.8304829 0.9766426 0.8253744 0.9726709 0.8281764 0.9718514 0.8212311 0.9796823 0.83374 0.9795138 0.8301188 0.9835231 0.8344727 0.9796823 0.83374 0.9835231 0.8344727 0.9802291 0.8390745 0.9796823 0.83374 0.9768493 0.8363379 0.9756947 0.8326685 0.9796823 0.83374 0.9756947 0.8326685 0.9795138 0.8301188 0.9707155 0.8380127 0.9768493 0.8363379 0.9735143 0.8437352 0.9707155 0.8380127 0.9735143 0.8437352 0.9650892 0.8484254 0.9707155 0.8380127 0.9629313 0.8392259 0.9691999 0.833264 0.9707155 0.8380127 0.9691999 0.833264 0.9740619 0.8341037 0.9659227 0.8194136 0.9594252 0.818759 0.9685088 0.811113 0.9659227 0.8194136 0.9685088 0.811113 0.9718514 0.8212311 0.9659227 0.8194136 0.9718514 0.8212311 0.9698281 0.8252556 0.9659227 0.8194136 0.9657377 0.8262135 0.9607322 0.8292261 0.2279937 0.1280986 0.2245665 0.1191367 0.2328161 0.1163298 0.2279937 0.1280986 0.2350857 0.1284165 0.2287507 0.1362869 0.2279937 0.1280986 0.2287507 0.1362869 0.2253159 0.133213 0.2279937 0.1280986 0.2230713 0.1269994 0.2245665 0.1191367 0.2266014 0.1402915 0.2287507 0.1362869 0.2337587 0.1391278 0.2266014 0.1402915 0.2294445 0.1446908 0.2222459 0.1447495 0.2266014 0.1402915 0.2217931 0.1393081 0.2235648 0.135278 0.2266014 0.1402915 0.2235648 0.135278 0.2287507 0.1362869 0.2145733 0.1325323 0.2217931 0.1393081 0.2122657 0.1389476 0.2145733 0.1325323 0.2122657 0.1389476 0.2008948 0.1302152 0.2145733 0.1325323 0.2061476 0.1228603 0.2162331 0.1285839 0.2145733 0.1325323 0.2162331 0.1285839 0.2206757 0.1347674 0.218705 0.1128112 0.2116264 0.1078038 0.2263402 0.1066401 0.218705 0.1128112 0.2263402 0.1066401 0.2245665 0.1191367 0.218705 0.1128112 0.2245665 0.1191367 0.2211602 0.121153 0.218705 0.1128112 0.2164245 0.1184232 0.2116264 0.1078038 0.9027919 0.4680182 0.9029851 0.4751803 0.8962429 0.4758001 0.9027919 0.4680182 0.8977113 0.4662756 0.9043566 0.461915 0.9027919 0.4680182 0.9043566 0.461915 0.9061101 0.4649654 0.9027919 0.4680182 0.90613 0.469659 0.9029851 0.4751803 0.907082 0.459847 0.9043566 0.461915 0.901567 0.4583041 0.907082 0.459847 0.9061967 0.4553278 0.9113938 0.4572494 0.907082 0.459847 0.9103505 0.4619137 0.9079347 0.4642674 0.907082 0.459847 0.9079347 0.4642674 0.9043566 0.461915 0.9135447 0.4682148 0.9103505 0.4619137 0.9169516 0.463972 0.9135447 0.4682148 0.9169516 0.463972 0.9226897 0.4730951 0.9135447 0.4682148 0.9167016 0.476633 0.9111862 0.4706167 0.9135447 0.4682148 0.9111862 0.4706167 0.9098264 0.4653687 0.9055334 0.480425 0.9092592 0.484711 0.8987751 0.4834356 0.9055334 0.480425 0.8987751 0.4834356 0.9029851 0.4751803 0.9055334 0.480425 0.9029851 0.4751803 0.9059021 0.4742416 0.9055334 0.480425 0.9084512 0.477018 0.9092592 0.484711 0.6245666 0.9619378 0.628822 0.9680212 0.6166704 0.9652326 0.6245666 0.9619378 0.6166704 0.9652326 0.6201748 0.9540064 0.6245666 0.9619378 0.6201748 0.9540064 0.632344 0.9525308 0.6245666 0.9619378 0.6308255 0.9603135 0.6311641 0.9645515 0.6414726 0.9641562 0.6446636 0.9577949 0.6520128 0.9589194 0.6414726 0.9641562 0.6460722 0.9683288 0.6368942 0.9691153 0.6414726 0.9641562 0.6368942 0.9691153 0.6359529 0.9651857 0.6414726 0.9641562 0.6377545 0.961201 0.6400668 0.9580269 0.6328042 0.9704087 0.6368942 0.9691153 0.6320003 0.9767515 0.6328042 0.9704087 0.6320003 0.9767515 0.6251528 0.9732379 0.6328042 0.9704087 0.628822 0.9680212 0.6334927 0.9649912 0.6328042 0.9704087 0.6334927 0.9649912 0.6359529 0.9651857 0.6445916 0.9522951 0.6428881 0.9472261 0.6537515 0.9500721 0.6445916 0.9522951 0.6537515 0.9500721 0.6446636 0.9577949 0.6445916 0.9522951 0.6446636 0.9577949 0.6400668 0.9580269 0.6445916 0.9522951 0.6379264 0.9556759 0.632344 0.9525308 0.3316757 0.06199103 0.3391926 0.06270259 0.3368566 0.0659281 0.3316757 0.06199103 0.3301601 0.06675195 0.3172426 0.06490653 0.3316757 0.06199103 0.3250439 0.05847841 0.3306733 0.05556017 0.3316757 0.06199103 0.335686 0.05764955 0.3391926 0.06270259 0.09516024 0.4025934 0.09596008 0.3995292 0.09959888 0.3998823 0.09516024 0.4025934 0.0990951 0.4026784 0.09791374 0.4053589 0.09516024 0.4025934 0.09449809 0.4056974 0.09138584 0.4053994 0.09516024 0.4025934 0.09136307 0.4025482 0.09223204 0.3998744 0.9700208 0.8303958 0.9691999 0.833264 0.9607322 0.8292261 0.9700208 0.8303958 0.9657377 0.8262135 0.9698281 0.8252556 0.9700208 0.8303958 0.9726709 0.8281764 0.9761303 0.8304829 0.9700208 0.8303958 0.9756947 0.8326685 0.9740619 0.8341037 0.2191085 0.1269504 0.2162331 0.1285839 0.208862 0.1159113 0.2191085 0.1269504 0.2164245 0.1184232 0.2211602 0.121153 0.2191085 0.1269504 0.2230713 0.1269994 0.2253159 0.133213 0.2191085 0.1269504 0.2235648 0.135278 0.2162331 0.1285839 0.9088214 0.4708116 0.9111862 0.4706167 0.9127124 0.4801506 0.9088214 0.4708116 0.9084512 0.477018 0.9059021 0.4742416 0.9088214 0.4708116 0.90613 0.469659 0.9079347 0.4642674 0.9088214 0.4708116 0.9079347 0.4642674 0.9098264 0.4653687 0.6347135 0.959994 0.6308255 0.9603135 0.6379264 0.9556759 0.6347135 0.959994 0.6379264 0.9556759 0.6377545 0.961201 0.6347135 0.959994 0.6377545 0.961201 0.6334927 0.9649912 0.6347135 0.959994 0.6334927 0.9649912 0.6308255 0.9603135 0.975072 0.3588818 0.994844 0.3641319 0.9750433 0.3739595 0.975072 0.3588818 0.9750433 0.3739595 0.9573244 0.3685024 0.975072 0.3588818 0.9558761 0.3549096 0.9742422 0.3407293 0.975072 0.3588818 0.9742422 0.3407293 0.9939751 0.3446624 0.9378326 0.3534933 0.9558761 0.3549096 0.9423996 0.3660939 0.9378326 0.3534933 0.9423996 0.3660939 0.9235183 0.3566088 0.9378326 0.3534933 0.9235183 0.3566088 0.9134063 0.3433362 0.9378326 0.3534933 0.9320269 0.3375768 0.9558761 0.3549096 0.918147 0.3927636 0.9137414 0.3793031 0.9297829 0.3899785 0.918147 0.3927636 0.9297829 0.3899785 0.9261404 0.4060288 0.918147 0.3927636 0.9261404 0.4060288 0.912527 0.4123124 0.918147 0.3927636 0.9035255 0.3962476 0.8992463 0.3786998 0.9351351 0.418514 0.9261404 0.4060288 0.9368448 0.4008984 0.9351351 0.418514 0.944388 0.4110854 0.9471179 0.4289556 0.9351351 0.418514 0.9471179 0.4289556 0.9372426 0.4406493 0.9351351 0.418514 0.9234309 0.42751 0.9261404 0.4060288 0.9487381 0.4067916 0.958339 0.4127505 0.9548608 0.4190575 0.9487381 0.4067916 0.944388 0.4110854 0.9417315 0.3980746 0.9487381 0.4067916 0.9417315 0.3980746 0.9526692 0.4028312 0.9487381 0.4067916 0.9526692 0.4028312 0.9598392 0.4075663 0.9354478 0.3885909 0.9417315 0.3980746 0.9368448 0.4008984 0.9354478 0.3885909 0.9297829 0.3899785 0.9314091 0.3801974 0.9354478 0.3885909 0.9314091 0.3801974 0.9345728 0.3811206 0.9354478 0.3885909 0.9383588 0.386426 0.9449002 0.3946434 0.9444891 0.3720626 0.9352817 0.3720926 0.9423996 0.3660939 0.9444891 0.3720626 0.9423996 0.3660939 0.9573244 0.3685024 0.9444891 0.3720626 0.9575608 0.3754111 0.9442255 0.3757005 0.9444891 0.3720626 0.9442255 0.3757005 0.9378967 0.3745881 0.9732977 0.3828877 0.9575608 0.3754111 0.9750433 0.3739595 0.9732977 0.3828877 0.9750433 0.3739595 0.9941593 0.3809408 0.9732977 0.3828877 0.9903673 0.3924283 0.9872791 0.4019337 0.9732977 0.3828877 0.9688376 0.3891932 0.9555984 0.3802642 0.9417334 0.3813087 0.9351006 0.3770608 0.9442255 0.3757005 0.9417334 0.3813087 0.9442255 0.3757005 0.9555984 0.3802642 0.9417334 0.3813087 0.9504503 0.3876909 0.9383588 0.386426 0.9417334 0.3813087 0.9383588 0.386426 0.9345728 0.3811206 0.9606652 0.3964031 0.9504503 0.3876909 0.9688376 0.3891932 0.9606652 0.3964031 0.9688376 0.3891932 0.9872791 0.4019337 0.9606652 0.3964031 0.9690824 0.405731 0.9598392 0.4075663 0.9606652 0.3964031 0.9526692 0.4028312 0.9449002 0.3946434 0.9311873 0.3057189 0.9262875 0.2946591 0.9393686 0.3011002 0.9311873 0.3057189 0.9393686 0.3011002 0.9441881 0.3127287 0.9311873 0.3057189 0.9357904 0.317483 0.923815 0.3088812 0.9311873 0.3057189 0.923815 0.3088812 0.9200269 0.2981863 0.920794 0.2850076 0.9262875 0.2946591 0.9162878 0.2894491 0.920794 0.2850076 0.9162878 0.2894491 0.9121564 0.283635 0.920794 0.2850076 0.914381 0.2784224 0.9262087 0.279349 0.920794 0.2850076 0.9262087 0.279349 0.9336689 0.2898482 0.8935316 0.2871959 0.8992845 0.2794706 0.8989999 0.2905181 0.8935316 0.2871959 0.8989999 0.2905181 0.8895627 0.2977861 0.8935316 0.2871959 0.8895627 0.2977861 0.8816089 0.2952818 0.8935316 0.2871959 0.8874012 0.2831059 0.8958013 0.2741738 0.8874768 0.3092899 0.8895627 0.2977861 0.8966261 0.2996775 0.8874768 0.3092899 0.8951233 0.3095738 0.8879312 0.320359 0.8874768 0.3092899 0.8879312 0.320359 0.8793894 0.3218741 0.8874768 0.3092899 0.8789253 0.3087789 0.8895627 0.2977861 0.9009596 0.3094031 0.9014528 0.3174352 0.8951233 0.3095738 0.9009596 0.3094031 0.8951233 0.3095738 0.8966261 0.2996775 0.9009596 0.3094031 0.9019083 0.3003432 0.9055611 0.3089695 0.9009596 0.3094031 0.9055611 0.3089695 0.9050014 0.3147652 0.9031444 0.2923045 0.9019083 0.3003432 0.8989999 0.2905181 0.9031444 0.2923045 0.8989999 0.2905181 0.9024525 0.2839202 0.9031444 0.2923045 0.90499 0.2866756 0.9065814 0.2888983 0.9031444 0.2923045 0.9064051 0.2929337 0.9060533 0.300186 0.9135987 0.2914563 0.9108472 0.2865325 0.9162878 0.2894491 0.9135987 0.2914563 0.9162878 0.2894491 0.9160077 0.2991459 0.9135987 0.2914563 0.9160077 0.2991459 0.9129827 0.2990996 0.9135987 0.2914563 0.9116142 0.2921833 0.9103383 0.2885954 0.9180601 0.3091306 0.9160077 0.2991459 0.9200269 0.2981863 0.9180601 0.3091306 0.923815 0.3088812 0.9199342 0.3202627 0.9180601 0.3091306 0.9199342 0.3202627 0.9134539 0.3206616 0.9180601 0.3091306 0.9134476 0.3083605 0.9160077 0.2991459 0.9092224 0.2927846 0.9084465 0.2878955 0.9103383 0.2885954 0.9092224 0.2927846 0.9116142 0.2921833 0.9129827 0.2990996 0.9092224 0.2927846 0.9097046 0.2996088 0.9064051 0.2929337 0.9092224 0.2927846 0.9064051 0.2929337 0.9065814 0.2888983 0.9095025 0.3084644 0.9097046 0.2996088 0.9134476 0.3083605 0.9095025 0.3084644 0.9134476 0.3083605 0.9134539 0.3206616 0.9095025 0.3084644 0.9079904 0.3168815 0.9055611 0.3089695 0.9095025 0.3084644 0.9055611 0.3089695 0.9060533 0.300186 0.1261236 0.1380639 0.119255 0.1292918 0.1330978 0.1313948 0.1261236 0.1380639 0.1330978 0.1313948 0.138969 0.1398551 0.1261236 0.1380639 0.1329551 0.1461316 0.1185957 0.1466107 0.1261236 0.1380639 0.1185957 0.1466107 0.1118397 0.1389779 0.1397125 0.1527906 0.1329551 0.1461316 0.138969 0.1398551 0.1397125 0.1527906 0.1442449 0.1460688 0.1469826 0.1566463 0.1397125 0.1527906 0.1469826 0.1566463 0.1441958 0.1653892 0.1397125 0.1527906 0.1340876 0.1612551 0.1329551 0.1461316 0.1676231 0.1463516 0.1628795 0.1525951 0.160763 0.1431654 0.1676231 0.1463516 0.160763 0.1431654 0.1627572 0.1364219 0.1676231 0.1463516 0.1705696 0.1384592 0.175738 0.1502646 0.1676231 0.1463516 0.175738 0.1502646 0.1688334 0.1581431 0.1727059 0.1298035 0.1705696 0.1384592 0.1642882 0.1286213 0.1727059 0.1298035 0.1642882 0.1286213 0.172644 0.1198018 0.1727059 0.1298035 0.172644 0.1198018 0.1827645 0.1201468 0.1727059 0.1298035 0.182242 0.1314604 0.1705696 0.1384592 0.1581073 0.1283881 0.1571357 0.1211268 0.1637067 0.1199605 0.1581073 0.1283881 0.1642882 0.1286213 0.1627572 0.1364219 0.1581073 0.1283881 0.157373 0.1355134 0.1532147 0.128421 0.1581073 0.1283881 0.1532147 0.128421 0.1533032 0.1232364 0.1564127 0.1414327 0.157373 0.1355134 0.1627572 0.1364219 0.1564127 0.1414327 0.160763 0.1431654 0.1579294 0.148049 0.1564127 0.1414327 0.1549871 0.1455067 0.1534757 0.1438298 0.1564127 0.1414327 0.1534073 0.1407921 0.157373 0.1355134 0.1465922 0.142832 0.1500495 0.1462035 0.1442449 0.1460688 0.1465922 0.142832 0.1442449 0.1460688 0.138969 0.1398551 0.1465922 0.142832 0.1427942 0.1369387 0.1482172 0.1415975 0.1465922 0.142832 0.1482172 0.1415975 0.1500657 0.1443419 0.138965 0.1284809 0.1427942 0.1369387 0.1330978 0.1313948 0.138965 0.1284809 0.1330978 0.1313948 0.1269289 0.121811 0.138965 0.1284809 0.13512 0.1187408 0.1423718 0.115858 0.138965 0.1284809 0.1440459 0.1278519 0.1458021 0.1359449 0.1505821 0.1408823 0.1518889 0.1446708 0.1500657 0.1443419 0.1505821 0.1408823 0.1482172 0.1415975 0.1458021 0.1359449 0.1505821 0.1408823 0.1493641 0.1354359 0.1534073 0.1407921 0.1505821 0.1408823 0.1534073 0.1407921 0.1534757 0.1438298 0.1486617 0.1280371 0.1493641 0.1354359 0.1440459 0.1278519 0.1486617 0.1280371 0.1440459 0.1278519 0.1423718 0.115858 0.1486617 0.1280371 0.1495186 0.1205402 0.1533032 0.1232364 0.1486617 0.1280371 0.1532147 0.128421 0.1532858 0.135322 0.9503065 0.2651289 0.957597 0.2658398 0.9485154 0.271915 0.9503065 0.2651289 0.9485154 0.271915 0.9358887 0.2724585 0.9503065 0.2651289 0.9435452 0.2634471 0.9475808 0.258916 0.9503065 0.2651289 0.9524021 0.2587804 0.958315 0.2602599 0.9636191 0.2658232 0.9680883 0.2654832 0.9676117 0.2677822 0.9636191 0.2658232 0.9641388 0.2695773 0.9572928 0.2715358 0.9636191 0.2658232 0.957597 0.2658398 0.9637121 0.2620307 0.9636191 0.2658232 0.9637121 0.2620307 0.9670274 0.2632784 0.9486702 0.276834 0.9579874 0.2748227 0.9514576 0.2825451 0.9486702 0.276834 0.9514576 0.2825451 0.9411385 0.2861469 0.9486702 0.276834 0.9383501 0.2782474 0.9485154 0.271915 0.9486702 0.276834 0.9485154 0.271915 0.9572928 0.2715358 0.965299 0.2716156 0.9698085 0.268115 0.9736863 0.2694913 0.965299 0.2716156 0.9687185 0.2742252 0.9609324 0.2786642 0.965299 0.2716156 0.9579874 0.2748227 0.9641388 0.2695773 0.965299 0.2716156 0.9641388 0.2695773 0.9676117 0.2677822 0.9643904 0.2598772 0.9588623 0.2573219 0.9672045 0.2566114 0.9643904 0.2598772 0.9672045 0.2566114 0.9723532 0.2603066 0.9643904 0.2598772 0.9686935 0.2625935 0.9670274 0.2632784 0.9643904 0.2598772 0.9637121 0.2620307 0.958315 0.2602599 0.9531607 0.2551746 0.9467539 0.2555469 0.9462091 0.2503069 0.9531607 0.2551746 0.953995 0.2506214 0.9606287 0.2534474 0.9531607 0.2551746 0.9588623 0.2573219 0.9524021 0.2587804 0.9531607 0.2551746 0.9524021 0.2587804 0.9475808 0.258916 0.9563185 0.2414311 0.9650045 0.2450583 0.9606287 0.2534474 0.9563185 0.2414311 0.953995 0.2506214 0.9463788 0.2404747 0.9563185 0.2414311 0.9463788 0.2404747 0.9469059 0.2283465 0.9563185 0.2414311 0.9593865 0.2299221 0.9650045 0.2450583 0.9737051 0.249482 0.9804424 0.2554405 0.9672045 0.2566114 0.9737051 0.249482 0.9672045 0.2566114 0.9606287 0.2534474 0.9737051 0.249482 0.9650045 0.2450583 0.982049 0.2404209 0.9737051 0.249482 0.982049 0.2404209 0.9907463 0.2492849 0.9760167 0.2796936 0.9673794 0.286024 0.9609324 0.2786642 0.9760167 0.2796936 0.9687185 0.2742252 0.9818463 0.2723612 0.9760167 0.2796936 0.9818463 0.2723612 0.9921472 0.2759779 0.9760167 0.2796936 0.985254 0.2865912 0.9755776 0.2951429 0.9575641 0.2917077 0.9471596 0.2970681 0.9514576 0.2825451 0.9575641 0.2917077 0.9514576 0.2825451 0.9609324 0.2786642 0.9575641 0.2917077 0.9673794 0.286024 0.9653301 0.3025961 0.9575641 0.2917077 0.9653301 0.3025961 0.9547971 0.3095 0.9707197 0.2652235 0.9686935 0.2625935 0.9747059 0.2647258 0.9707197 0.2652235 0.9747059 0.2647258 0.9698085 0.268115 0.9707197 0.2652235 0.9698085 0.268115 0.9676117 0.2677822 0.9707197 0.2652235 0.9680883 0.2654832 0.9686935 0.2625935 0.9391104 0.2605506 0.9308485 0.2678698 0.9361764 0.2546769 0.9391104 0.2605506 0.9361764 0.2546769 0.9467539 0.2555469 0.9391104 0.2605506 0.9467539 0.2555469 0.9475808 0.258916 0.9391104 0.2605506 0.9435452 0.2634471 0.9358887 0.2724585 0.9339175 0.2440637 0.9319962 0.2310807 0.9463788 0.2404747 0.9339175 0.2440637 0.9463788 0.2404747 0.9462091 0.2503069 0.9339175 0.2440637 0.9361764 0.2546769 0.9250205 0.2613893 0.9339175 0.2440637 0.9201954 0.2499254 0.9319962 0.2310807 0.9832389 0.2636719 0.9940453 0.2623398 0.9818463 0.2723612 0.9832389 0.2636719 0.9818463 0.2723612 0.9736863 0.2694913 0.9832389 0.2636719 0.9747059 0.2647258 0.9723532 0.2603066 0.9832389 0.2636719 0.9804424 0.2554405 0.9907463 0.2492849 0.1074768 0.838534 0.1061109 0.828616 0.1035175 0.8386076 0.1074768 0.838534 0.1035175 0.8386076 0.1024444 0.8480501 0.1074768 0.838534 0.1071158 0.8482936 0.1152734 0.8469144 0.1074768 0.838534 0.1149225 0.8374756 0.1133607 0.8276711 0.1038287 0.8202854 0.09898972 0.819938 0.1013566 0.828344 0.1038287 0.8202854 0.1061109 0.828616 0.1110327 0.8196248 0.1038287 0.8202854 0.1110327 0.8196248 0.1033224 0.8115345 0.1038287 0.8202854 0.1033224 0.8115345 0.09898972 0.819938 0.1072843 0.8003562 0.1033224 0.8115345 0.1112861 0.8115368 0.1072843 0.8003562 0.1174687 0.8016074 0.1122373 0.7882649 0.1072843 0.8003562 0.1122373 0.7882649 0.09760838 0.7837323 0.1072843 0.8003562 0.09720033 0.7981095 0.1033224 0.8115345 0.08731096 0.7964837 0.0855987 0.8049423 0.09720033 0.7981095 0.08731096 0.7964837 0.09720033 0.7981095 0.08729511 0.7877162 0.08731096 0.7964837 0.08729511 0.7877162 0.07507765 0.7944503 0.0579617 0.7909806 0.056427 0.7855531 0.04029983 0.7873314 0.0579617 0.7909806 0.07507765 0.7944503 0.07594782 0.786287 0.02504557 0.8491923 0.02019947 0.8515926 0.02113783 0.8528631 0.02504557 0.8491923 0.025729 0.8505575 0.0308156 0.8462157 0.0367791 0.8430022 0.03714114 0.8447529 0.04317641 0.8397502 0.0367791 0.8430022 0.03579974 0.8412992 0.0308156 0.8462157 0.0367791 0.8430022 0.0308156 0.8462157 0.03122496 0.8478211 0.0502479 0.8366581 0.05058693 0.8383836 0.05659288 0.8343163 0.0502479 0.8366581 0.05659288 0.8343163 0.0563538 0.8325446 0.0502479 0.8366581 0.04317641 0.8397502 0.04356569 0.8415436 0.0786736 0.8258953 0.07852345 0.8281084 0.08641153 0.8257105 0.0786736 0.8258953 0.08596056 0.8226217 0.08410573 0.8191711 0.0786736 0.8258953 0.0775929 0.8235515 0.07210397 0.8270497 0.0786736 0.8258953 0.07216674 0.8292424 0.07852345 0.8281084 0.06081032 0.833315 0.0608648 0.8348077 0.06391453 0.8341318 0.06081032 0.833315 0.06408071 0.8326727 0.06071281 0.8316007 0.06081032 0.833315 0.06071281 0.8316007 0.05659288 0.8343163 0.06081032 0.833315 0.05659288 0.8343163 0.05681616 0.835922 0.06048375 0.829724 0.06387513 0.8288032 0.06345909 0.8265436 0.06048375 0.829724 0.06018882 0.8277662 0.05610245 0.8307793 0.06758427 0.8314084 0.06714701 0.8329857 0.07165306 0.8310757 0.06758427 0.8314084 0.07216674 0.8292424 0.06777471 0.8294414 0.06758427 0.8314084 0.06777471 0.8294414 0.06413453 0.8309004 0.06758427 0.8314084 0.06408071 0.8326727 0.06714701 0.8329857 0.08187597 0.8089895 0.07831734 0.8108164 0.08353513 0.8120332 0.08187597 0.8089895 0.07168853 0.8055765 0.07831734 0.8108164 0.009437203 0.7855041 0.008737444 0.7863982 0.01633155 0.7886981 0.009437203 0.7855041 0.007025837 0.7849535 0.008737444 0.7863982 0.05876386 0.8006103 0.05950742 0.7966907 0.04426759 0.7952705 0.05876386 0.8006103 0.04426759 0.7952705 0.05687558 0.8036346 0.05876386 0.8006103 0.05687558 0.8036346 0.06469261 0.8087683 0.05876386 0.8006103 0.07168853 0.8055765 0.05950742 0.7966907 0.0293653 0.7907363 0.01683056 0.7873627 0.02902853 0.7927046 0.0293653 0.7907363 0.02902853 0.7927046 0.0436145 0.797867 0.0293653 0.7907363 0.04426759 0.7952705 0.04360222 0.7919874 0.08784252 0.8143883 0.09069538 0.8163062 0.08777707 0.8116575 0.08784252 0.8143883 0.08777707 0.8116575 0.08353513 0.8120332 0.08784252 0.8143883 0.08356356 0.8135987 0.08173507 0.8148713 0.07709735 0.8126134 0.08356356 0.8135987 0.07831734 0.8108164 0.07709735 0.8126134 0.07831734 0.8108164 0.06469261 0.8087683 0.07709735 0.8126134 0.0700125 0.8123146 0.07021182 0.81413 0.07709735 0.8126134 0.07711952 0.8144396 0.08173507 0.8148713 0.1288338 0.83275 0.1270112 0.8236765 0.1149225 0.8374756 0.1288338 0.83275 0.1149225 0.8374756 0.1297546 0.8414124 0.1288338 0.83275 0.1297546 0.8414124 0.1454447 0.8338708 0.1288338 0.83275 0.1441345 0.8262591 0.1270112 0.8236765 0.1242344 0.8158625 0.1234636 0.8083665 0.1112861 0.8115368 0.1242344 0.8158625 0.1110327 0.8196248 0.1133607 0.8276711 0.1242344 0.8158625 0.1270112 0.8236765 0.1390305 0.8110253 0.1242344 0.8158625 0.1390305 0.8110253 0.1368337 0.8042185 0.1276593 0.8002467 0.1321744 0.7911787 0.123927 0.7904492 0.1276593 0.8002467 0.1174687 0.8016074 0.1234636 0.8083665 0.1276593 0.8002467 0.1234636 0.8083665 0.1368337 0.8042185 0.1276593 0.8002467 0.1376381 0.7977643 0.1321744 0.7911787 0.1557478 0.8199045 0.1538851 0.8133105 0.1421551 0.8183253 0.1557478 0.8199045 0.1441345 0.8262591 0.157229 0.8263728 0.1557478 0.8199045 0.157229 0.8263728 0.1690972 0.819081 0.1557478 0.8199045 0.1676418 0.8134695 0.1658788 0.8079703 0.1510177 0.8071395 0.1483753 0.8012874 0.1390305 0.8110253 0.1510177 0.8071395 0.1390305 0.8110253 0.1421551 0.8183253 0.1510177 0.8071395 0.1538851 0.8133105 0.1630904 0.8029891 0.1510177 0.8071395 0.1630904 0.8029891 0.1600606 0.798156 0.1471872 0.7956504 0.1467931 0.7894418 0.1390922 0.7907456 0.1471872 0.7956504 0.1376381 0.7977643 0.1483753 0.8012874 0.1471872 0.7956504 0.1483753 0.8012874 0.1575734 0.7931012 0.1471872 0.7956504 0.1575734 0.7931012 0.1560176 0.787372 0.1837847 0.8067373 0.1818138 0.8016431 0.1676418 0.8134695 0.1837847 0.8067373 0.1676418 0.8134695 0.1690972 0.819081 0.1837847 0.8067373 0.1850388 0.8121586 0.202052 0.7998567 0.1837847 0.8067373 0.202052 0.7998567 0.1997194 0.7948225 0.1781427 0.7973583 0.1738622 0.793407 0.1630904 0.8029891 0.1781427 0.7973583 0.1630904 0.8029891 0.1658788 0.8079703 0.1781427 0.7973583 0.1818138 0.8016431 0.1946849 0.7909874 0.1781427 0.7973583 0.1946849 0.7909874 0.1887219 0.7878491 0.1700629 0.789313 0.1675066 0.7846403 0.1575734 0.7931012 0.1700629 0.789313 0.1575734 0.7931012 0.1600606 0.798156 0.1700629 0.789313 0.1738622 0.793407 0.1836042 0.7849053 0.1700629 0.789313 0.1836042 0.7849053 0.1801277 0.7815777 0.09288311 0.8206764 0.08596056 0.8226217 0.08641153 0.8257105 0.09288311 0.8206764 0.09397059 0.8255084 0.09898972 0.819938 0.09352254 0.8288118 0.09397059 0.8255084 0.08620822 0.8277898 0.09352254 0.8288118 0.08620822 0.8277898 0.09201192 0.8312669 0.09352254 0.8288118 0.09201192 0.8312669 0.09621292 0.8354122 0.09352254 0.8288118 0.09863626 0.8329126 0.09397059 0.8255084 0.1000654 0.8403785 0.1035175 0.8386076 0.09863626 0.8329126 0.1000654 0.8403785 0.09863626 0.8329126 0.09621292 0.8354122 0.1000654 0.8403785 0.09696626 0.8420184 0.09842193 0.8486839 0.1000654 0.8403785 0.09842193 0.8486839 0.1024444 0.8480501 0.02579158 0.8513851 0.025729 0.8505575 0.02113783 0.8528631 0.02579158 0.8513851 0.02267998 0.8530783 0.02633464 0.8525848 0.02579158 0.8513851 0.02988487 0.8495271 0.03122496 0.8478211 0.03617489 0.8464754 0.03502798 0.8483367 0.04356241 0.8449291 0.03617489 0.8464754 0.04353755 0.8429519 0.03714114 0.8447529 0.03617489 0.8464754 0.03714114 0.8447529 0.02988487 0.8495271 0.03617489 0.8464754 0.02988487 0.8495271 0.03502798 0.8483367 0.0508486 0.8396782 0.05102986 0.8411133 0.05702024 0.8371893 0.0508486 0.8396782 0.05702024 0.8371893 0.05681616 0.835922 0.0508486 0.8396782 0.05058693 0.8383836 0.04356569 0.8415436 0.0508486 0.8396782 0.04353755 0.8429519 0.05102986 0.8411133 0.07817721 0.8295599 0.07803314 0.8311427 0.08555477 0.8297784 0.07817721 0.8295599 0.08620822 0.8277898 0.07852345 0.8281084 0.07817721 0.8295599 0.07852345 0.8281084 0.07165306 0.8310757 0.07817721 0.8295599 0.07113617 0.8322826 0.07803314 0.8311427 0.0609647 0.8360198 0.06117361 0.8377136 0.06383687 0.8352895 0.0609647 0.8360198 0.06383687 0.8352895 0.0608648 0.8348077 0.0609647 0.8360198 0.0608648 0.8348077 0.05702024 0.8371893 0.0609647 0.8360198 0.05702024 0.8371893 0.05722928 0.8391047 0.06679171 0.8341182 0.06702083 0.8355105 0.07113617 0.8322826 0.06679171 0.8341182 0.07113617 0.8322826 0.06714701 0.8329857 0.06679171 0.8341182 0.06714701 0.8329857 0.06391453 0.8341318 0.06679171 0.8341182 0.06383687 0.8352895 0.06407982 0.8368498 0.09503918 0.7737924 0.09361791 0.7786492 0.09760838 0.7837323 0.09503918 0.7737924 0.09805506 0.7727894 0.09386974 0.7678754 0.09503918 0.7737924 0.09386974 0.7678754 0.09191286 0.7693185 0.09503918 0.7737924 0.09274441 0.7733436 0.09361791 0.7786492 0.0683369 0.8378673 0.07264107 0.8358845 0.07125312 0.83363 0.0683369 0.8378673 0.06702083 0.8355105 0.06487542 0.8395168 0.0683369 0.8378673 0.06487542 0.8395168 0.06582009 0.8431687 0.0683369 0.8378673 0.06976944 0.8402962 0.07264107 0.8358845 0.06155514 0.8406516 0.06487542 0.8395168 0.06407982 0.8368498 0.06155514 0.8406516 0.06117361 0.8377136 0.05852907 0.8418711 0.06155514 0.8406516 0.05852907 0.8418711 0.06192588 0.8435289 0.06155514 0.8406516 0.06192588 0.8435289 0.06487542 0.8395168 0.07848954 0.8337499 0.08465534 0.8325957 0.08555477 0.8297784 0.07848954 0.8337499 0.07803314 0.8311427 0.07264107 0.8358845 0.07848954 0.8337499 0.07264107 0.8358845 0.07454764 0.8389813 0.07848954 0.8337499 0.07912772 0.8364673 0.08465534 0.8325957 0.0899114 0.8335539 0.09335076 0.8365973 0.09201192 0.8312669 0.0899114 0.8335539 0.09201192 0.8312669 0.08555477 0.8297784 0.0899114 0.8335539 0.08465534 0.8325957 0.08807915 0.8354612 0.0899114 0.8335539 0.08807915 0.8354612 0.09093075 0.8371509 0.09406638 0.841699 0.09254044 0.8467351 0.09696626 0.8420184 0.09406638 0.841699 0.09696626 0.8420184 0.09621292 0.8354122 0.09406638 0.841699 0.09335076 0.8365973 0.0918228 0.840708 0.09406638 0.841699 0.0918228 0.840708 0.09077918 0.8443006 0.08925527 0.8495814 0.08476173 0.8514184 0.08630949 0.8564077 0.08925527 0.8495814 0.09145277 0.8532031 0.09254044 0.8467351 0.08925527 0.8495814 0.09254044 0.8467351 0.09077918 0.8443006 0.08925527 0.8495814 0.08782374 0.8460965 0.08476173 0.8514184 0.06370991 0.8571462 0.06038451 0.8583871 0.06160634 0.8629484 0.06370991 0.8571462 0.06457328 0.8618487 0.06702399 0.8562603 0.06370991 0.8571462 0.06702399 0.8562603 0.06317901 0.8538432 0.06370991 0.8571462 0.06317901 0.8538432 0.06038451 0.8583871 0.07052946 0.8557868 0.06702399 0.8562603 0.06734168 0.8612888 0.07052946 0.8557868 0.0701673 0.8615011 0.07404398 0.8612565 0.07052946 0.8557868 0.07460033 0.855063 0.07105195 0.8511899 0.07052946 0.8557868 0.07105195 0.8511899 0.06684577 0.8515186 0.07961058 0.8534262 0.07460033 0.855063 0.07996565 0.8593254 0.07961058 0.8534262 0.07996565 0.8593254 0.08630949 0.8564077 0.07961058 0.8534262 0.08476173 0.8514184 0.07960915 0.8483516 0.07961058 0.8534262 0.07960915 0.8483516 0.07553178 0.8483318 0.032404 0.7603742 0.03706538 0.7600123 0.03512817 0.7563824 0.032404 0.7603742 0.03512817 0.7563824 0.03141283 0.7563082 0.032404 0.7603742 0.02847367 0.7603839 0.02865928 0.764113 0.032404 0.7603742 0.03254252 0.7631471 0.03706538 0.7600123 0.02349674 0.7605198 0.02847367 0.7603839 0.02703893 0.7561355 0.02349674 0.7605198 0.02703893 0.7561355 0.02246922 0.7558953 0.02349674 0.7605198 0.01859056 0.7605924 0.02297413 0.7635392 0.02349674 0.7605198 0.02297413 0.7635392 0.02847367 0.7603839 0.0442357 0.75882 0.05188614 0.7575407 0.04797083 0.7547488 0.0442357 0.75882 0.04797083 0.7547488 0.0400319 0.7559865 0.0442357 0.75882 0.03706538 0.7600123 0.04235887 0.7621838 0.0442357 0.75882 0.04235887 0.7621838 0.04784476 0.7622206 0.08949154 0.7639959 0.09386974 0.7678754 0.09090304 0.7611651 0.08949154 0.7639959 0.09090304 0.7611651 0.0846737 0.7583934 0.08949154 0.7639959 0.08383142 0.7615172 0.0883727 0.7664237 0.08949154 0.7639959 0.0883727 0.7664237 0.09386974 0.7678754 0.07881647 0.7598029 0.08383142 0.7615172 0.07999646 0.7567339 0.07881647 0.7598029 0.07999646 0.7567339 0.07599896 0.7557143 0.07881647 0.7598029 0.07394611 0.7585728 0.07782852 0.7624831 0.07881647 0.7598029 0.07782852 0.7624831 0.08383142 0.7615172 0.02418833 0.7788302 0.02874195 0.7779567 0.0262143 0.7748254 0.02418833 0.7788302 0.02070629 0.7778393 0.01584404 0.780086 0.02418833 0.7788302 0.02423202 0.7812725 0.03512537 0.781163 0.03238093 0.7765912 0.03572088 0.7768527 0.0324577 0.7745688 0.03238093 0.7765912 0.0324577 0.7745688 0.02874195 0.7779567 0.03238093 0.7765912 0.02874195 0.7779567 0.03512537 0.781163 0.01821666 0.7774514 0.02070629 0.7778393 0.0262143 0.7748254 0.01821666 0.7774514 0.01979702 0.7761763 0.01461857 0.7764055 0.01821666 0.7774514 0.01430428 0.7783547 0.02070629 0.7778393 0.03961366 0.7760369 0.0416913 0.7771477 0.04791939 0.7732267 0.03961366 0.7760369 0.04236865 0.773859 0.03804641 0.7731969 0.03961366 0.7760369 0.03572088 0.7768527 0.03512537 0.781163 0.08583348 0.7827417 0.08878999 0.7807447 0.0819922 0.7766135 0.08583348 0.7827417 0.080657 0.7815935 0.07594782 0.786287 0.08583348 0.7827417 0.08729511 0.7877162 0.09760838 0.7837323 0.0902242 0.7793476 0.09361791 0.7786492 0.09116303 0.7766397 0.0902242 0.7793476 0.08746433 0.7773474 0.08878999 0.7807447 0.0902242 0.7793476 0.08878999 0.7807447 0.09760838 0.7837323 0.07693225 0.7797105 0.080657 0.7815935 0.0819922 0.7766135 0.07693225 0.7797105 0.07643038 0.7766606 0.07342541 0.780231 0.07693225 0.7797105 0.07342541 0.780231 0.07594782 0.786287 0.05219024 0.8724436 0.04781031 0.8736647 0.04854351 0.8762809 0.05219024 0.8724436 0.05304396 0.8752986 0.05606365 0.8712992 0.05219024 0.8724436 0.05606365 0.8712992 0.05446302 0.8658679 0.05219024 0.8724436 0.05059421 0.8672863 0.04781031 0.8736647 0.05973917 0.8699777 0.05606365 0.8712992 0.05692738 0.8743048 0.05973917 0.8699777 0.06056982 0.8730875 0.06304574 0.868671 0.05973917 0.8699777 0.06304574 0.868671 0.06160634 0.8629484 0.05973917 0.8699777 0.05818498 0.864355 0.05606365 0.8712992 0.05112773 0.8432604 0.04808181 0.845811 0.05124735 0.8482229 0.05112773 0.8432604 0.05416697 0.8432379 0.05102986 0.8411133 0.05112773 0.8432604 0.05102986 0.8411133 0.04808181 0.845811 0.0461663 0.8478519 0.04358243 0.8483214 0.04344624 0.8518011 0.0461663 0.8478519 0.047082 0.849525 0.04808181 0.845811 0.0461663 0.8478519 0.04808181 0.845811 0.04356241 0.8449291 0.05595028 0.8437748 0.05416697 0.8432379 0.05506622 0.8462093 0.05595028 0.8437748 0.05506622 0.8462093 0.05838322 0.84564 0.05595028 0.8437748 0.05852907 0.8418711 0.05722928 0.8391047 0.03484797 0.8505039 0.03099906 0.8535277 0.03518766 0.8552901 0.03484797 0.8505039 0.03875011 0.8499143 0.04356241 0.8449291 0.03484797 0.8505039 0.03502798 0.8483367 0.03099906 0.8535277 0.02839773 0.8559601 0.02491104 0.8565551 0.02478426 0.8602898 0.02839773 0.8559601 0.02954381 0.8574838 0.03099906 0.8535277 0.02839773 0.8559601 0.03099906 0.8535277 0.02633464 0.8525848 0.04090458 0.8501445 0.03875011 0.8499143 0.03973728 0.8527329 0.04090458 0.8501445 0.03973728 0.8527329 0.04344624 0.8518011 0.04090458 0.8501445 0.04358243 0.8483214 0.04356241 0.8449291 0.0403307 0.8674505 0.03566575 0.8697552 0.03675532 0.8731471 0.0403307 0.8674505 0.04160958 0.8710268 0.04500943 0.8650982 0.0403307 0.8674505 0.04500943 0.8650982 0.04384392 0.8612475 0.0403307 0.8674505 0.03919643 0.8645522 0.03566575 0.8697552 0.04922103 0.8632341 0.04500943 0.8650982 0.04637688 0.868907 0.04922103 0.8632341 0.05059421 0.8672863 0.05311602 0.861597 0.04922103 0.8632341 0.05311602 0.861597 0.05204141 0.8575327 0.04922103 0.8632341 0.04825532 0.8602815 0.04500943 0.8650982 0.05684524 0.859926 0.05311602 0.861597 0.05446302 0.8658679 0.05684524 0.859926 0.05818498 0.864355 0.06038451 0.8583871 0.05684524 0.859926 0.06038451 0.8583871 0.05930292 0.8541521 0.05684524 0.859926 0.05589801 0.8567636 0.05311602 0.861597 0.07753795 0.7641302 0.07782852 0.7624831 0.07352185 0.7644448 0.07753795 0.7641302 0.07352185 0.7644448 0.07441288 0.7656275 0.07753795 0.7641302 0.07773101 0.765435 0.08126723 0.7665672 0.07753795 0.7641302 0.08126723 0.7665672 0.07782852 0.7624831 0.07193392 0.7685596 0.07122218 0.7683926 0.07120734 0.7748727 0.07193392 0.7685596 0.07286119 0.7732112 0.07306408 0.7689338 0.07193392 0.7685596 0.07306408 0.7689338 0.07352185 0.7644448 0.07193392 0.7685596 0.07352185 0.7644448 0.07122218 0.7683926 0.07639056 0.7751362 0.07643038 0.7766606 0.08020681 0.7743098 0.07639056 0.7751362 0.08020681 0.7743098 0.07678067 0.7741821 0.07639056 0.7751362 0.07678067 0.7741821 0.07381111 0.7726774 0.07639056 0.7751362 0.07286119 0.7732112 0.07643038 0.7766606 0.08795976 0.7678568 0.0883727 0.7664237 0.08456873 0.7676352 0.08795976 0.7678568 0.08456873 0.7676352 0.08507293 0.7686101 0.08795976 0.7678568 0.08797967 0.7688242 0.09101051 0.7701898 0.08795976 0.7678568 0.09101051 0.7701898 0.09191286 0.7693185 0.08288508 0.7708985 0.08242207 0.7707163 0.08339846 0.7747523 0.08288508 0.7708985 0.08339846 0.7747523 0.08364027 0.7711693 0.08288508 0.7708985 0.08364027 0.7711693 0.08456873 0.7676352 0.08288508 0.7708985 0.08456873 0.7676352 0.08242207 0.7707163 0.08659851 0.7763025 0.08746433 0.7773474 0.09013891 0.7757413 0.08659851 0.7763025 0.09013891 0.7757413 0.08983033 0.7752442 0.08659851 0.7763025 0.08681184 0.7755922 0.08408534 0.774248 0.08659851 0.7763025 0.08339846 0.7747523 0.08746433 0.7773474 0.09167319 0.7732608 0.09274441 0.7733436 0.09101051 0.7701898 0.09167319 0.7732608 0.09101051 0.7701898 0.09115129 0.7732469 0.09167319 0.7732608 0.09115129 0.7732469 0.09013891 0.7757413 0.09167319 0.7732608 0.09013891 0.7757413 0.09116303 0.7766397 0.04316461 0.7727037 0.04236865 0.773859 0.04605966 0.7714831 0.04316461 0.7727037 0.04605966 0.7714831 0.04528081 0.7709648 0.04316461 0.7727037 0.0429787 0.7719331 0.04036086 0.771308 0.04316461 0.7727037 0.03989899 0.7717955 0.04236865 0.773859 0.0467078 0.7680553 0.0476216 0.7677254 0.04521387 0.7648229 0.0467078 0.7680553 0.04521387 0.7648229 0.04569911 0.7684526 0.0467078 0.7680553 0.04569911 0.7684526 0.04528081 0.7709648 0.0467078 0.7680553 0.04605966 0.7714831 0.0476216 0.7677254 0.04168248 0.7641883 0.04235887 0.7621838 0.03852164 0.7656826 0.04168248 0.7641883 0.03852164 0.7656826 0.03930568 0.7666248 0.04168248 0.7641883 0.04171574 0.7655593 0.04521387 0.7648229 0.04168248 0.7641883 0.04521387 0.7648229 0.04235887 0.7621838 0.03813922 0.7688367 0.03732889 0.7686901 0.03804641 0.7731969 0.03813922 0.7688367 0.03989899 0.7717955 0.03899532 0.7690398 0.03813922 0.7688367 0.03899532 0.7690398 0.03930568 0.7666248 0.03813922 0.7688367 0.03852164 0.7656826 0.03732889 0.7686901 0.02269029 0.7652392 0.02297413 0.7635392 0.01833844 0.7671107 0.02269029 0.7652392 0.01833844 0.7671107 0.02245998 0.7664088 0.02269029 0.7652392 0.02245998 0.7664088 0.025554 0.766632 0.02269029 0.7652392 0.02649152 0.7658042 0.02297413 0.7635392 0.01630026 0.7709413 0.01536709 0.771131 0.01690655 0.7743573 0.01630026 0.7709413 0.01690655 0.7743573 0.01784199 0.7732447 0.01630026 0.7709413 0.0173186 0.7708172 0.01833844 0.7671107 0.01630026 0.7709413 0.01833844 0.7671107 0.01681411 0.7652527 0.0204879 0.7749852 0.01979702 0.7761763 0.02461987 0.7731764 0.0204879 0.7749852 0.02461987 0.7731764 0.02398705 0.7724535 0.0204879 0.7749852 0.02069371 0.7737692 0.01784199 0.7732447 0.0204879 0.7749852 0.01690655 0.7743573 0.01461857 0.7764055 0.02687788 0.7692829 0.02772933 0.7693144 0.02649152 0.7658042 0.02687788 0.7692829 0.02649152 0.7658042 0.02583509 0.7693607 0.02687788 0.7692829 0.02583509 0.7693607 0.02461987 0.7731764 0.02687788 0.7692829 0.02461987 0.7731764 0.0262143 0.7748254 0.03240364 0.7647189 0.03254252 0.7631471 0.03002136 0.7659653 0.03240364 0.7647189 0.03002136 0.7659653 0.03220003 0.765769 0.03240364 0.7647189 0.03220003 0.765769 0.03401565 0.7663249 0.03240364 0.7647189 0.0347979 0.7656242 0.03254252 0.7631471 0.02860337 0.7693755 0.02772933 0.7693144 0.02909749 0.7726091 0.02860337 0.7693755 0.02909749 0.7726091 0.02951121 0.7693973 0.02860337 0.7693755 0.02951121 0.7693973 0.03002136 0.7659653 0.02860337 0.7693755 0.03002136 0.7659653 0.02772933 0.7693144 0.03245168 0.7733257 0.0324577 0.7745688 0.03804641 0.7731969 0.03245168 0.7733257 0.0357939 0.7718905 0.03477722 0.7713068 0.03245168 0.7733257 0.03240549 0.772361 0.02998244 0.7717673 0.03245168 0.7733257 0.02909749 0.7726091 0.0262143 0.7748254 0.03625202 0.7686691 0.03732889 0.7686901 0.03657186 0.7640475 0.03625202 0.7686691 0.0347979 0.7656242 0.03509432 0.7687328 0.03625202 0.7686691 0.03509432 0.7687328 0.0357939 0.7718905 0.03625202 0.7686691 0.0357939 0.7718905 0.03732889 0.7686901 0.01441115 0.7715154 0.01536709 0.771131 0.0142939 0.7679973 0.01441115 0.7715154 0.0142939 0.7679973 0.0132361 0.7695342 0.01441115 0.7715154 0.01346296 0.7719543 0.01253545 0.7743007 0.01441115 0.7715154 0.01308715 0.7749871 0.01536709 0.771131 0.01245576 0.7666329 0.01344668 0.764169 0.01189428 0.7641015 0.01245576 0.7666329 0.01110637 0.7664892 0.01179563 0.7684245 0.01245576 0.7666329 0.01179563 0.7684245 0.0142939 0.7679973 0.01245576 0.7666329 0.0142939 0.7679973 0.01344668 0.764169 0.0298801 0.8585975 0.02954381 0.8574838 0.0262764 0.8611964 0.0298801 0.8585975 0.0262764 0.8611964 0.02987968 0.8596045 0.0298801 0.8585975 0.02987968 0.8596045 0.03295874 0.8589972 0.0298801 0.8585975 0.03350049 0.8580362 0.02954381 0.8574838 0.03429204 0.8610697 0.03466981 0.8607392 0.03350049 0.8580362 0.03429204 0.8610697 0.03350049 0.8580362 0.03295874 0.8589972 0.03429204 0.8610697 0.03368175 0.861266 0.03289431 0.8649046 0.03429204 0.8610697 0.03289431 0.8649046 0.03466981 0.8607392 0.03912401 0.8542186 0.03973728 0.8527329 0.03518766 0.8552901 0.03912401 0.8542186 0.03628039 0.8564717 0.03894585 0.8551622 0.03912401 0.8542186 0.03894585 0.8551622 0.04120606 0.8549284 0.03912401 0.8542186 0.04184281 0.8540099 0.03973728 0.8527329 0.03501498 0.8599517 0.03466981 0.8607392 0.03567922 0.8626096 0.03501498 0.8599517 0.03567922 0.8626096 0.03620421 0.8608359 0.03501498 0.8599517 0.03561127 0.8591005 0.03628039 0.8564717 0.03501498 0.8599517 0.03628039 0.8564717 0.03518766 0.8552901 0.03862458 0.8623965 0.03919643 0.8645522 0.04169476 0.8601389 0.03862458 0.8623965 0.04169476 0.8601389 0.04089075 0.8593856 0.03862458 0.8623965 0.03849059 0.8608177 0.03620421 0.8608359 0.03862458 0.8623965 0.03567922 0.8626096 0.03919643 0.8645522 0.0427336 0.8566634 0.04351317 0.8564354 0.04184281 0.8540099 0.0427336 0.8566634 0.04184281 0.8540099 0.04120606 0.8549284 0.0427336 0.8566634 0.04182511 0.8568794 0.04169476 0.8601389 0.0427336 0.8566634 0.04169476 0.8601389 0.04351317 0.8564354 0.04745596 0.8505571 0.047082 0.849525 0.04474395 0.852654 0.04745596 0.8505571 0.04474395 0.852654 0.04520559 0.8530743 0.04745596 0.8505571 0.04756557 0.8513934 0.0499944 0.8511607 0.04745596 0.8505571 0.05027449 0.8504267 0.047082 0.849525 0.04394066 0.8560835 0.04351317 0.8564354 0.04500156 0.8587162 0.04394066 0.8560835 0.04500156 0.8587162 0.045376 0.8575826 0.04394066 0.8560835 0.0444867 0.8556746 0.04474395 0.852654 0.04394066 0.8560835 0.04474395 0.852654 0.04344624 0.8518011 0.04788184 0.8584232 0.04825532 0.8602815 0.05065566 0.8561638 0.04788184 0.8584232 0.05065566 0.8561638 0.04784095 0.8571864 0.04788184 0.8584232 0.04784095 0.8571864 0.045376 0.8575826 0.04788184 0.8584232 0.04500156 0.8587162 0.04825532 0.8602815 0.05139714 0.8528969 0.05164235 0.8528948 0.05027449 0.8504267 0.05139714 0.8528969 0.05027449 0.8504267 0.0499944 0.8511607 0.05139714 0.8528969 0.05091983 0.8529053 0.05023699 0.855342 0.05139714 0.8528969 0.05065566 0.8561638 0.05164235 0.8528948 0.05481392 0.8473881 0.05506622 0.8462093 0.05249631 0.8493219 0.05481392 0.8473881 0.05249631 0.8493219 0.05291664 0.849646 0.05481392 0.8473881 0.05491381 0.848106 0.05704599 0.8480007 0.05481392 0.8473881 0.05730837 0.8473426 0.05506622 0.8462093 0.05192655 0.8525176 0.05164235 0.8528948 0.05297738 0.8550369 0.05192655 0.8525176 0.05297738 0.8550369 0.0532903 0.8539115 0.05192655 0.8525176 0.05241 0.8520466 0.05249631 0.8493219 0.05192655 0.8525176 0.05249631 0.8493219 0.05164235 0.8528948 0.05552148 0.8549413 0.05589801 0.8567636 0.05788862 0.8529574 0.05552148 0.8549413 0.05788862 0.8529574 0.05545395 0.8538444 0.05552148 0.8549413 0.05545395 0.8538444 0.0532903 0.8539115 0.05552148 0.8549413 0.05297738 0.8550369 0.05589801 0.8567636 0.05840879 0.8498118 0.05875438 0.8498266 0.05730837 0.8473426 0.05840879 0.8498118 0.05730837 0.8473426 0.05704599 0.8480007 0.05840879 0.8498118 0.05795776 0.8499037 0.0574826 0.8523425 0.05840879 0.8498118 0.05788862 0.8529574 0.05875438 0.8498266 0.08303183 0.8409835 0.08356297 0.8407364 0.08224451 0.8383946 0.08303183 0.8409835 0.08224451 0.8383946 0.08176499 0.8396198 0.08303183 0.8409835 0.08236479 0.8413407 0.082089 0.8441798 0.08303183 0.8409835 0.082089 0.8441798 0.08356297 0.8407364 0.07952922 0.8383808 0.07912772 0.8364673 0.07683509 0.8402759 0.07952922 0.8383808 0.07683509 0.8402759 0.07975327 0.8397303 0.07952922 0.8383808 0.07975327 0.8397303 0.08176499 0.8396198 0.07952922 0.8383808 0.08224451 0.8383946 0.07912772 0.8364673 0.07611125 0.8434135 0.07528042 0.8434501 0.0771175 0.8459436 0.07611125 0.8434135 0.0771175 0.8459436 0.07703685 0.8434098 0.07611125 0.8434135 0.07703685 0.8434098 0.07683509 0.8402759 0.07611125 0.8434135 0.07683509 0.8402759 0.07528042 0.8434501 0.07961386 0.8460161 0.07960915 0.8483516 0.082089 0.8441798 0.07961386 0.8460161 0.082089 0.8441798 0.08163261 0.8435789 0.07961386 0.8460161 0.07964837 0.8450202 0.07769036 0.845139 0.07961386 0.8460161 0.0771175 0.8459436 0.07960915 0.8483516 0.06591141 0.847564 0.06633001 0.8473668 0.06473261 0.8451395 0.06591141 0.847564 0.06473261 0.8451395 0.06443214 0.8459689 0.06591141 0.847564 0.06540238 0.8478384 0.06539452 0.8505468 0.06591141 0.847564 0.06539452 0.8505468 0.06633001 0.8473668 0.06210231 0.8450405 0.06192588 0.8435289 0.05968087 0.8467617 0.06210231 0.8450405 0.05968087 0.8467617 0.0601747 0.8473113 0.06210231 0.8450405 0.06222218 0.8459321 0.06473261 0.8451395 0.06210231 0.8450405 0.06473261 0.8451395 0.06192588 0.8435289 0.05912846 0.8497973 0.05875438 0.8498266 0.06027179 0.8522745 0.05912846 0.8497973 0.06027179 0.8522745 0.05969184 0.8496896 0.05912846 0.8497973 0.05969184 0.8496896 0.0601747 0.8473113 0.05912846 0.8497973 0.05968087 0.8467617 0.05875438 0.8498266 0.06293755 0.8523207 0.06317901 0.8538432 0.06539452 0.8505468 0.06293755 0.8523207 0.06539452 0.8505468 0.06494498 0.8501706 0.06293755 0.8523207 0.06287205 0.8515958 0.06063657 0.8516051 0.06293755 0.8523207 0.06027179 0.8522745 0.06317901 0.8538432 0.07458925 0.8437951 0.07528042 0.8434501 0.07339161 0.8414483 0.07458925 0.8437951 0.07339161 0.8414483 0.07303345 0.842647 0.07458925 0.8437951 0.07388877 0.8442913 0.07383322 0.8470109 0.07458925 0.8437951 0.07383322 0.8470109 0.07528042 0.8434501 0.07034814 0.8419049 0.06976944 0.8402962 0.06747156 0.8441756 0.07034814 0.8419049 0.06747156 0.8441756 0.06805378 0.8447658 0.07034814 0.8419049 0.07050681 0.8430383 0.07303345 0.842647 0.07034814 0.8419049 0.07339161 0.8414483 0.06976944 0.8402962 0.06677442 0.8472709 0.06633001 0.8473668 0.06803095 0.8494972 0.06677442 0.8472709 0.06803095 0.8494972 0.06741929 0.8471299 0.06677442 0.8472709 0.06741929 0.8471299 0.06747156 0.8441756 0.06677442 0.8472709 0.06747156 0.8441756 0.06633001 0.8473668 0.07101553 0.8491611 0.07105195 0.8511899 0.07383322 0.8470109 0.07101553 0.8491611 0.07383322 0.8470109 0.07312673 0.8466452 0.07101553 0.8491611 0.07080125 0.8483828 0.06840223 0.8487844 0.07101553 0.8491611 0.06803095 0.8494972 0.07105195 0.8511899 0.07302981 0.8447814 0.07388877 0.8442913 0.07303345 0.842647 0.07302981 0.8447814 0.07248693 0.8437452 0.07209163 0.8452684 0.07302981 0.8447814 0.07209163 0.8452684 0.07242512 0.8463215 0.07302981 0.8447814 0.07242512 0.8463215 0.07312673 0.8466452 0.07067918 0.8440417 0.07050681 0.8430383 0.06889921 0.8452121 0.07067918 0.8440417 0.06889921 0.8452121 0.06987625 0.8455864 0.07067918 0.8440417 0.07085847 0.84498 0.07184624 0.8447932 0.07067918 0.8440417 0.07248693 0.8437452 0.07050681 0.8430383 0.06843948 0.8467977 0.06741929 0.8471299 0.06840223 0.8487844 0.06843948 0.8467977 0.06912738 0.8478792 0.06964731 0.8463699 0.06843948 0.8467977 0.06964731 0.8463699 0.06889921 0.8452121 0.06843948 0.8467977 0.06889921 0.8452121 0.06805378 0.8447658 0.07079011 0.8475373 0.07080125 0.8483828 0.07242512 0.8463215 0.07079011 0.8475373 0.07242512 0.8463215 0.07172596 0.846019 0.07079011 0.8475373 0.07088047 0.8466584 0.07002949 0.8468781 0.07079011 0.8475373 0.06912738 0.8478792 0.07080125 0.8483828 0.06468677 0.8481658 0.06540238 0.8478384 0.06402075 0.8469581 0.06468677 0.8481658 0.06402075 0.8469581 0.06355386 0.8480269 0.06468677 0.8481658 0.0638678 0.8485197 0.06433236 0.8496994 0.06468677 0.8481658 0.06433236 0.8496994 0.06494498 0.8501706 0.06242305 0.8469495 0.06222218 0.8459321 0.06093686 0.8478749 0.06242305 0.8469495 0.06093686 0.8478749 0.0618332 0.8484455 0.06242305 0.8469495 0.06266444 0.8480295 0.06402075 0.8469581 0.06242305 0.8469495 0.06402075 0.8469581 0.06443214 0.8459689 0.06060522 0.8494694 0.05969184 0.8496896 0.06063657 0.8516051 0.06060522 0.8494694 0.06129401 0.8507381 0.06169372 0.8491932 0.06060522 0.8494694 0.06169372 0.8491932 0.06093686 0.8478749 0.06060522 0.8494694 0.06093686 0.8478749 0.0601747 0.8473113 0.06286895 0.8506858 0.06287205 0.8515958 0.06494498 0.8501706 0.06286895 0.8506858 0.06433236 0.8496994 0.06289708 0.8496834 0.06286895 0.8506858 0.06289708 0.8496834 0.06209772 0.8497723 0.06286895 0.8506858 0.06129401 0.8507381 0.06287205 0.8515958 0.08158326 0.841557 0.08236479 0.8413407 0.08176499 0.8396198 0.08158326 0.841557 0.08116585 0.8405602 0.08074444 0.8417028 0.08158326 0.841557 0.08074444 0.8417028 0.08110791 0.8429556 0.08158326 0.841557 0.08110791 0.8429556 0.08163261 0.8435789 0.07985901 0.840756 0.07975327 0.8397303 0.07852154 0.841754 0.07985901 0.840756 0.07852154 0.841754 0.07929086 0.8421963 0.07985901 0.840756 0.07990562 0.8416197 0.08050692 0.8413583 0.07985901 0.840756 0.08116585 0.8405602 0.07975327 0.8397303 0.07801228 0.843164 0.07703685 0.8434098 0.07769036 0.845139 0.07801228 0.843164 0.07839578 0.8441722 0.07901269 0.8427971 0.07801228 0.843164 0.07901269 0.8427971 0.07852154 0.841754 0.07801228 0.843164 0.07852154 0.841754 0.07771527 0.8411633 0.07973653 0.8439651 0.07964837 0.8450202 0.08110791 0.8429556 0.07973653 0.8439651 0.08110791 0.8429556 0.08054906 0.842321 0.07973653 0.8439651 0.0798515 0.8428803 0.07916742 0.8431244 0.07973653 0.8439651 0.07839578 0.8441722 0.07964837 0.8450202 0.01236301 0.8678494 0.01304858 0.8673725 0.01113039 0.8668615 0.01236301 0.8678494 0.01113039 0.8668615 0.01099395 0.868012 0.01236301 0.8678494 0.01169306 0.8685367 0.01208764 0.8692383 0.01236301 0.8678494 0.01295602 0.8694009 0.01304858 0.8673725 0.05508655 0.8491582 0.05491381 0.848106 0.05361169 0.850201 0.05508655 0.8491582 0.05361169 0.850201 0.05444413 0.8508713 0.05508655 0.8491582 0.05529576 0.8503774 0.05664819 0.8490404 0.05508655 0.8491582 0.05664819 0.8490404 0.05704599 0.8480007 0.05325287 0.8517633 0.05241 0.8520466 0.0532903 0.8539115 0.05325287 0.8517633 0.05389767 0.8529481 0.05427551 0.8515738 0.05325287 0.8517633 0.05427551 0.8515738 0.05444413 0.8508713 0.05325287 0.8517633 0.05361169 0.850201 0.05241 0.8520466 0.05543375 0.8528583 0.05545395 0.8538444 0.0574826 0.8523425 0.05543375 0.8528583 0.05688303 0.8518434 0.05618667 0.8514021 0.05543375 0.8528583 0.0554372 0.8519275 0.05465233 0.8520656 0.05543375 0.8528583 0.05389767 0.8529481 0.05545395 0.8538444 0.05726742 0.8502531 0.05795776 0.8499037 0.05664819 0.8490404 0.05726742 0.8502531 0.05664819 0.8490404 0.05618274 0.850271 0.05726742 0.8502531 0.05645745 0.8507311 0.05688303 0.8518434 0.05726742 0.8502531 0.05688303 0.8518434 0.0574826 0.8523425 0.04768812 0.8524792 0.04756557 0.8513934 0.04608952 0.8536231 0.04768812 0.8524792 0.04608952 0.8536231 0.04718458 0.8542363 0.04768812 0.8524792 0.04781711 0.8536898 0.04848086 0.8534919 0.04768812 0.8524792 0.04933297 0.85224 0.04756557 0.8513934 0.04562175 0.8552762 0.0444867 0.8556746 0.045376 0.8575826 0.04562175 0.8552762 0.04623347 0.8564354 0.04705142 0.854883 0.04562175 0.8552762 0.04705142 0.854883 0.04608952 0.8536231 0.04562175 0.8552762 0.04608952 0.8536231 0.04520559 0.8530743 0.04787313 0.8560981 0.04784095 0.8571864 0.0494666 0.8548559 0.04787313 0.8560981 0.0494666 0.8548559 0.04852038 0.8545375 0.04787313 0.8560981 0.04794198 0.8550838 0.04733234 0.8552817 0.04787313 0.8560981 0.04623347 0.8564354 0.04784095 0.8571864 0.04993951 0.8533011 0.05091983 0.8529053 0.0499944 0.8511607 0.04993951 0.8533011 0.04933297 0.85224 0.04870766 0.8538906 0.04993951 0.8533011 0.04870766 0.8538906 0.0494666 0.8548559 0.04993951 0.8533011 0.0494666 0.8548559 0.05023699 0.855342 0.03908371 0.8561247 0.03894585 0.8551622 0.03741341 0.8571512 0.03908371 0.8561247 0.03741341 0.8571512 0.03853005 0.8574941 0.03908371 0.8561247 0.03937959 0.8570967 0.04065054 0.8559796 0.03908371 0.8561247 0.04065054 0.8559796 0.04120606 0.8549284 0.03674256 0.8585792 0.03561127 0.8591005 0.03620421 0.8608359 0.03674256 0.8585792 0.03713887 0.8596614 0.03814136 0.8582227 0.03674256 0.8585792 0.03814136 0.8582227 0.03741341 0.8571512 0.03674256 0.8585792 0.03741341 0.8571512 0.0365718 0.8568099 0.03866988 0.8596503 0.03849059 0.8608177 0.04089075 0.8593856 0.03866988 0.8596503 0.04030436 0.8587577 0.03900587 0.8586884 0.03866988 0.8596503 0.03900587 0.8586884 0.0382784 0.8587864 0.03866988 0.8596503 0.03713887 0.8596614 0.03849059 0.8608177 0.04101103 0.8571957 0.04182511 0.8568794 0.04065054 0.8559796 0.04101103 0.8571957 0.04065054 0.8559796 0.04013574 0.8570973 0.04101103 0.8571957 0.04024404 0.8575623 0.04030436 0.8587577 0.04101103 0.8571957 0.04030436 0.8587577 0.04089075 0.8593856 0.03001582 0.8608079 0.02987968 0.8596045 0.02795737 0.8622127 0.03001582 0.8608079 0.02795737 0.8622127 0.02942955 0.8628041 0.03001582 0.8608079 0.03022021 0.8621096 0.03109419 0.8617239 0.03001582 0.8608079 0.03210455 0.86028 0.02987968 0.8596045 0.02751368 0.8634719 0.02607923 0.8637471 0.02725803 0.8652111 0.02751368 0.8634719 0.0283513 0.8642759 0.02939325 0.8633233 0.02751368 0.8634719 0.02939325 0.8633233 0.02795737 0.8622127 0.02751368 0.8634719 0.02795737 0.8622127 0.02680104 0.8616629 0.030137 0.8643152 0.02988123 0.8654087 0.03189241 0.8634775 0.030137 0.8643152 0.03189241 0.8634775 0.03117001 0.8628361 0.030137 0.8643152 0.03055357 0.8633446 0.02985376 0.8635445 0.030137 0.8643152 0.0283513 0.8642759 0.02988123 0.8654087 0.0326392 0.8616513 0.03368175 0.861266 0.03295874 0.8589972 0.0326392 0.8616513 0.03210455 0.86028 0.03138053 0.8621309 0.0326392 0.8616513 0.03138053 0.8621309 0.03189241 0.8634775 0.0326392 0.8616513 0.03189241 0.8634775 0.03250408 0.8641551 0.01255303 0.7723078 0.01346296 0.7719543 0.0132361 0.7695342 0.01255303 0.7723078 0.01230597 0.770864 0.0116623 0.7726184 0.01255303 0.7723078 0.0116623 0.7726184 0.01159769 0.7730814 0.01255303 0.7723078 0.01205003 0.7736758 0.01346296 0.7719543 0.01136243 0.7701649 0.01179563 0.7684245 0.01026409 0.7704614 0.01136243 0.7701649 0.01026409 0.7704614 0.01066821 0.7719729 0.01136243 0.7701649 0.01104265 0.7718794 0.01230597 0.770864 0.01136243 0.7701649 0.01230597 0.770864 0.0132361 0.7695342 0.009552597 0.7720045 0.009072303 0.7718282 0.009591281 0.7736234 0.009552597 0.7720045 0.009591281 0.7736234 0.01064556 0.7728065 0.009552597 0.7720045 0.01051324 0.772357 0.01026409 0.7704614 0.009552597 0.7720045 0.01026409 0.7704614 0.009072303 0.7718282 0.01074326 0.7741474 0.01051306 0.7751893 0.01253545 0.7743007 0.01074326 0.7741474 0.01205003 0.7736758 0.01113295 0.773096 0.01074326 0.7741474 0.01113295 0.773096 0.01064556 0.7728065 0.01074326 0.7741474 0.009591281 0.7736234 0.01051306 0.7751893 0.03214424 0.7669769 0.03220003 0.765769 0.03043574 0.7668611 0.03214424 0.7669769 0.03101789 0.7677504 0.03216242 0.7682636 0.03214424 0.7669769 0.03216242 0.7682636 0.03268009 0.7682939 0.03214424 0.7669769 0.03332501 0.7672526 0.03220003 0.765769 0.03046417 0.7693105 0.02951121 0.7693973 0.02998244 0.7717673 0.03046417 0.7693105 0.03080487 0.7707532 0.031596 0.7696528 0.03046417 0.7693105 0.03143972 0.7691696 0.03101789 0.7677504 0.03046417 0.7693105 0.03101789 0.7677504 0.03043574 0.7668611 0.03236168 0.7711741 0.03240549 0.772361 0.0338642 0.7705456 0.03236168 0.7711741 0.0338642 0.7705456 0.03300303 0.7696959 0.03236168 0.7711741 0.03231912 0.7698759 0.03080487 0.7707532 0.03236168 0.7711741 0.03080487 0.7707532 0.02998244 0.7717673 0.03404182 0.7688403 0.03509432 0.7687328 0.03401565 0.7663249 0.03404182 0.7688403 0.03332501 0.7672526 0.03304183 0.7689699 0.03404182 0.7688403 0.03304183 0.7689699 0.03300303 0.7696959 0.03404182 0.7688403 0.0338642 0.7705456 0.03509432 0.7687328 0.02209794 0.7678369 0.02245998 0.7664088 0.01892435 0.7680256 0.02209794 0.7678369 0.01964914 0.7689542 0.02167004 0.7693943 0.02209794 0.7678369 0.02167004 0.7693943 0.02270519 0.7693011 0.02209794 0.7678369 0.02422696 0.7678652 0.02245998 0.7664088 0.01852995 0.7706297 0.0173186 0.7708172 0.018875 0.7720544 0.01852995 0.7706297 0.018875 0.7720544 0.01995682 0.7708254 0.01852995 0.7706297 0.01983779 0.7704105 0.01964914 0.7689542 0.01852995 0.7706297 0.01964914 0.7689542 0.01892435 0.7680256 0.02081894 0.7724196 0.02069371 0.7737692 0.02308267 0.7716391 0.02081894 0.7724196 0.02308267 0.7716391 0.02204257 0.770779 0.02081894 0.7724196 0.02090394 0.7710033 0.01995682 0.7708254 0.02081894 0.7724196 0.018875 0.7720544 0.02069371 0.7737692 0.02438694 0.7696267 0.02583509 0.7693607 0.025554 0.766632 0.02438694 0.7696267 0.02422696 0.7678652 0.02273619 0.7699871 0.02438694 0.7696267 0.02273619 0.7699871 0.02308267 0.7716391 0.02438694 0.7696267 0.02308267 0.7716391 0.02398705 0.7724535 0.0427882 0.7709092 0.0429787 0.7719331 0.04528081 0.7709648 0.0427882 0.7709092 0.04427331 0.7702367 0.04259544 0.7697587 0.0427882 0.7709092 0.04259544 0.7697587 0.04197287 0.769807 0.0427882 0.7709092 0.04109805 0.7706101 0.0429787 0.7719331 0.04454654 0.7687018 0.04569911 0.7684526 0.04373556 0.7672989 0.04454654 0.7687018 0.04373556 0.7672989 0.0430628 0.7684845 0.04454654 0.7687018 0.04332208 0.768877 0.04315149 0.7694038 0.04454654 0.7687018 0.04427331 0.7702367 0.04569911 0.7684526 0.04196774 0.7670226 0.04171574 0.7655593 0.04040509 0.767718 0.04196774 0.7670226 0.04040509 0.767718 0.04166215 0.7688866 0.04196774 0.7670226 0.04232919 0.7685322 0.04373556 0.7672989 0.04196774 0.7670226 0.04373556 0.7672989 0.04444152 0.7660872 0.04020941 0.7692301 0.03899532 0.7690398 0.04036086 0.771308 0.04020941 0.7692301 0.04109805 0.7706101 0.04160255 0.7694139 0.04020941 0.7692301 0.04160255 0.7694139 0.04040509 0.767718 0.04020941 0.7692301 0.04040509 0.767718 0.03899532 0.7690398 0.08815932 0.7698544 0.08797967 0.7688242 0.08600443 0.7697132 0.08815932 0.7698544 0.08600443 0.7697132 0.08714962 0.7708804 0.08815932 0.7698544 0.08841878 0.770916 0.089558 0.7715863 0.08815932 0.7698544 0.09009671 0.7711808 0.08797967 0.7688242 0.0849443 0.7714449 0.08364027 0.7711693 0.08408534 0.774248 0.0849443 0.7714449 0.08527415 0.7735664 0.08652281 0.7717227 0.0849443 0.7714449 0.08652281 0.7717227 0.08600443 0.7697132 0.0849443 0.7714449 0.08600443 0.7697132 0.08507293 0.7686101 0.08728945 0.774595 0.08681184 0.7755922 0.08952212 0.7744385 0.08728945 0.774595 0.08952212 0.7744385 0.08921414 0.7734783 0.08728945 0.774595 0.08789914 0.7734546 0.08671402 0.7727963 0.08728945 0.774595 0.08527415 0.7735664 0.08681184 0.7755922 0.0905044 0.7730045 0.09115129 0.7732469 0.09059447 0.7707302 0.0905044 0.7730045 0.09009671 0.7711808 0.08979511 0.772648 0.0905044 0.7730045 0.08979511 0.772648 0.08921414 0.7734783 0.0905044 0.7730045 0.08952212 0.7744385 0.09115129 0.7732469 0.07819396 0.7670882 0.07773101 0.765435 0.07603508 0.7672453 0.07819396 0.7670882 0.07603508 0.7672453 0.07802289 0.7690806 0.07819396 0.7670882 0.07879185 0.7689157 0.08019644 0.7683698 0.07819396 0.7670882 0.08019644 0.7683698 0.0808115 0.7674292 0.07513636 0.7694726 0.07306408 0.7689338 0.07381111 0.7726774 0.07513636 0.7694726 0.0756101 0.7719464 0.07767975 0.7700937 0.07513636 0.7694726 0.07767975 0.7700937 0.07603508 0.7672453 0.07513636 0.7694726 0.07603508 0.7672453 0.07441288 0.7656275 0.07756847 0.772843 0.07678067 0.7741821 0.07998782 0.7734999 0.07756847 0.772843 0.07968324 0.772301 0.07855516 0.7713117 0.07756847 0.772843 0.07855516 0.7713117 0.07783353 0.7711167 0.07756847 0.772843 0.0756101 0.7719464 0.07678067 0.7741821 0.08062607 0.7704586 0.0814476 0.7706833 0.08019644 0.7683698 0.08062607 0.7704586 0.08019644 0.7683698 0.07950168 0.7693496 0.08062607 0.7704586 0.07966727 0.7701335 0.07933598 0.7709074 0.08062607 0.7704586 0.07968324 0.772301 0.0814476 0.7706833 0.02642875 0.7847592 0.02879953 0.788258 0.04029983 0.7873314 0.02642875 0.7847592 0.04029983 0.7873314 0.02423202 0.7812725 0.02642875 0.7847592 0.02423202 0.7812725 0.01639568 0.7831266 0.02642875 0.7847592 0.01639568 0.7831266 0.0169714 0.7856361 0.03149574 0.8714765 0.03227722 0.8747696 0.03566575 0.8697552 0.03149574 0.8714765 0.03566575 0.8697552 0.03430622 0.8660566 0.03149574 0.8714765 0.03044754 0.8686612 0.02739226 0.8727855 0.03149574 0.8714765 0.02739226 0.8727855 0.02785289 0.8759838 0.02292704 0.8738529 0.01893973 0.8750243 0.01994967 0.8770185 0.02292704 0.8738529 0.02315998 0.8768799 0.02739226 0.8727855 0.02292704 0.8738529 0.02739226 0.8727855 0.0262928 0.8692064 0.02292704 0.8738529 0.02214753 0.8712571 0.01893973 0.8750243 0.0299471 0.8667479 0.03044754 0.8686612 0.03289431 0.8649046 0.0299471 0.8667479 0.03289431 0.8649046 0.03250408 0.8641551 0.0299471 0.8667479 0.02988123 0.8654087 0.02698314 0.8665537 0.0299471 0.8667479 0.02698314 0.8665537 0.0262928 0.8692064 0.02553516 0.8642758 0.0262764 0.8611964 0.02478426 0.8602898 0.02553516 0.8642758 0.02534157 0.8647847 0.02698314 0.8665537 0.02553516 0.8642758 0.02698314 0.8665537 0.02725803 0.8652111 0.02553516 0.8642758 0.02607923 0.8637471 0.0262764 0.8611964 0.01376515 0.8673164 0.01445943 0.8673245 0.01192098 0.8635923 0.01376515 0.8673164 0.01139903 0.865224 0.01304858 0.8673725 0.01376515 0.8673164 0.01304858 0.8673725 0.01391392 0.8697115 0.01376515 0.8673164 0.01505106 0.8703182 0.01744323 0.8714504 0.02495861 0.8650007 0.02452403 0.8683074 0.02534157 0.8647847 0.02495861 0.8650007 0.02534157 0.8647847 0.02365899 0.8620286 0.02495861 0.8650007 0.02365899 0.8620286 0.02427881 0.8650944 0.02495861 0.8650007 0.02427881 0.8650944 0.02384525 0.8677777 0.01507788 0.8670399 0.01390385 0.86411 0.01445943 0.8673245 0.01507788 0.8670399 0.01445943 0.8673245 0.01744323 0.8714504 0.01507788 0.8670399 0.01800113 0.8695991 0.01590037 0.866623 0.01507788 0.8670399 0.01590037 0.866623 0.01503276 0.8642422 0.02167737 0.8699309 0.01800113 0.8695991 0.01744323 0.8714504 0.02167737 0.8699309 0.02214753 0.8712571 0.02452403 0.8683074 0.02167737 0.8699309 0.02452403 0.8683074 0.02384525 0.8677777 0.02167737 0.8699309 0.02138811 0.8690499 0.01800113 0.8695991 0.02115112 0.8677896 0.01892203 0.8675729 0.02138811 0.8690499 0.02115112 0.8677896 0.02138811 0.8690499 0.02290505 0.8669794 0.02115112 0.8677896 0.02290505 0.8669794 0.02183413 0.8660468 0.02115112 0.8677896 0.02094036 0.8663399 0.01974225 0.8662787 0.01720684 0.8662346 0.01657605 0.864721 0.01590037 0.866623 0.01720684 0.8662346 0.01590037 0.866623 0.01828169 0.8687264 0.01720684 0.8662346 0.01892203 0.8675729 0.01875525 0.8658602 0.01720684 0.8662346 0.01875525 0.8658602 0.01832652 0.8653731 0.02319455 0.8652363 0.02290505 0.8669794 0.02427881 0.8650944 0.02319455 0.8652363 0.02427881 0.8650944 0.02326416 0.8626576 0.02319455 0.8652363 0.02245008 0.8636536 0.02190816 0.8654023 0.02319455 0.8652363 0.02190816 0.8654023 0.02183413 0.8660468 0.08286261 0.2526946 0.07349973 0.2505576 0.08517801 0.2423402 0.08286261 0.2526946 0.08517801 0.2423402 0.09298896 0.2526941 0.08286261 0.2526946 0.09298896 0.2526941 0.08918678 0.2646784 0.08286261 0.2526946 0.07953673 0.2648054 0.07349973 0.2505576 0.06566387 0.2441455 0.05952221 0.2373262 0.06709522 0.2322099 0.06566387 0.2441455 0.07349973 0.2505576 0.06344038 0.2581022 0.06566387 0.2441455 0.06344038 0.2581022 0.05770915 0.252442 0.04118788 0.2697691 0.03557044 0.2697044 0.03780144 0.246808 0.04118788 0.2697691 0.04404503 0.2465276 0.04927432 0.2473977 0.04118788 0.2697691 0.04578 0.2709738 0.03820532 0.2985229 0.04118788 0.2697691 0.03820532 0.2985229 0.03333139 0.2977963 0.04981279 0.2721775 0.04578 0.2709738 0.05340808 0.2491215 0.04981279 0.2721775 0.05340808 0.2491215 0.05770915 0.252442 0.04981279 0.2721775 0.05414438 0.27376 0.04609042 0.3005764 0.04981279 0.2721775 0.04609042 0.3005764 0.04214978 0.3001343 0.05963265 0.2761015 0.05414438 0.27376 0.06344038 0.2581022 0.05963265 0.2761015 0.06344038 0.2581022 0.07068759 0.2631931 0.05963265 0.2761015 0.06630527 0.278544 0.05577015 0.2995164 0.05963265 0.2761015 0.05577015 0.2995164 0.05047971 0.30024 0.07418996 0.2804293 0.06630527 0.278544 0.07068759 0.2631931 0.07418996 0.2804293 0.07953673 0.2648054 0.08268064 0.282036 0.07418996 0.2804293 0.08268064 0.282036 0.06853258 0.3018866 0.07418996 0.2804293 0.06853258 0.3018866 0.06183129 0.2996503 0.02846139 0.2719212 0.02106779 0.2744784 0.02305638 0.2511255 0.02846139 0.2719212 0.03062474 0.2485363 0.03557044 0.2697044 0.02846139 0.2719212 0.03557044 0.2697044 0.03333139 0.2977963 0.02846139 0.2719212 0.02660214 0.3000088 0.02106779 0.2744784 0.01459652 0.2754352 0.008586406 0.2755919 0.008294343 0.2569891 0.01459652 0.2754352 0.01563793 0.2539888 0.02106779 0.2744784 0.01459652 0.2754352 0.02106779 0.2744784 0.01955187 0.3022856 0.01459652 0.2754352 0.01371467 0.3017518 0.008484065 0.2998127 0.01360827 0.3314253 0.008501648 0.3295666 0.01371467 0.3017518 0.01360827 0.3314253 0.01371467 0.3017518 0.01955187 0.3022856 0.01360827 0.3314253 0.0190773 0.3321172 0.01304459 0.3639692 0.01360827 0.3314253 0.01304459 0.3639692 0.00784856 0.3634594 0.02527129 0.3304758 0.0190773 0.3321172 0.01955187 0.3022856 0.02527129 0.3304758 0.02660214 0.3000088 0.03116577 0.3289832 0.02527129 0.3304758 0.03116577 0.3289832 0.02833503 0.362941 0.02527129 0.3304758 0.02344566 0.3630335 0.0190773 0.3321172 0.06427508 0.3314979 0.05874419 0.3295525 0.06853258 0.3018866 0.06427508 0.3314979 0.06853258 0.3018866 0.07555407 0.305174 0.06427508 0.3314979 0.06989055 0.3344998 0.05993509 0.3657252 0.06427508 0.3314979 0.05993509 0.3657252 0.05529952 0.3638051 0.05338251 0.3297199 0.04836714 0.3308417 0.05047971 0.30024 0.05338251 0.3297199 0.05577015 0.2995164 0.05874419 0.3295525 0.05338251 0.3297199 0.05874419 0.3295525 0.05529952 0.3638051 0.05338251 0.3297199 0.05054312 0.3632677 0.04836714 0.3308417 0.04387515 0.3317593 0.0397253 0.3317576 0.04609042 0.3005764 0.04387515 0.3317593 0.04609042 0.3005764 0.04836714 0.3308417 0.04387515 0.3317593 0.04836714 0.3308417 0.04578167 0.3641456 0.04387515 0.3317593 0.0411309 0.3664716 0.0397253 0.3317576 0.03573632 0.3301213 0.03116577 0.3289832 0.03820532 0.2985229 0.03573632 0.3301213 0.03820532 0.2985229 0.04214978 0.3001343 0.03573632 0.3301213 0.0397253 0.3317576 0.03259307 0.3655547 0.03573632 0.3301213 0.03259307 0.3655547 0.02833503 0.362941 0.06871986 0.7575469 0.07394611 0.7585728 0.07180887 0.7548623 0.06871986 0.7575469 0.07180887 0.7548623 0.0673322 0.7541606 0.06871986 0.7575469 0.06333476 0.7569277 0.06580483 0.7598335 0.06871986 0.7575469 0.06580483 0.7598335 0.07173264 0.7620506 0.05798804 0.7569177 0.06333476 0.7569277 0.0673322 0.7541606 0.05798804 0.7569177 0.06247496 0.7535921 0.05632513 0.7536304 0.05798804 0.7569177 0.05188614 0.7575407 0.05409622 0.7598961 0.05798804 0.7569177 0.05409622 0.7598961 0.05894243 0.7600348 0.05720359 0.7824813 0.056427 0.7855531 0.07594782 0.786287 0.05720359 0.7824813 0.06602668 0.7817946 0.05838781 0.7786981 0.05720359 0.7824813 0.04936778 0.7801003 0.03512537 0.781163 0.04705488 0.7778118 0.04936778 0.7801003 0.05838781 0.7786981 0.04705488 0.7778118 0.05304938 0.776246 0.04791939 0.7732267 0.04705488 0.7778118 0.0416913 0.7771477 0.03512537 0.781163 0.0561226 0.7751517 0.06099385 0.7764869 0.05949473 0.7729217 0.0561226 0.7751517 0.05429649 0.7735663 0.04791939 0.7732267 0.0561226 0.7751517 0.05304938 0.776246 0.05838781 0.7786981 0.06743705 0.7786682 0.07342541 0.780231 0.07120734 0.7748727 0.06743705 0.7786682 0.06574344 0.7752315 0.06099385 0.7764869 0.06743705 0.7786682 0.06099385 0.7764869 0.06602668 0.7817946 0.06743705 0.7786682 0.06602668 0.7817946 0.07342541 0.780231 0.07040518 0.7684752 0.069067 0.772725 0.07122218 0.7683926 0.07040518 0.7684752 0.07122218 0.7683926 0.06902635 0.7637673 0.07040518 0.7684752 0.06902635 0.7637673 0.06938439 0.7685713 0.07040518 0.7684752 0.06938439 0.7685713 0.069067 0.772725 0.06468796 0.7615043 0.06902635 0.7637673 0.06580483 0.7598335 0.06468796 0.7615043 0.06580483 0.7598335 0.06049114 0.7622687 0.06468796 0.7615043 0.06049114 0.7622687 0.06126409 0.7635506 0.06468796 0.7615043 0.06462359 0.7629938 0.06902635 0.7637673 0.06525456 0.7736135 0.06130051 0.7714747 0.06574344 0.7752315 0.06525456 0.7736135 0.06574344 0.7752315 0.07120734 0.7748727 0.06525456 0.7736135 0.069067 0.772725 0.06840533 0.7719168 0.06525456 0.7736135 0.06532347 0.772554 0.06206667 0.7708013 0.05953735 0.7666427 0.05880469 0.7663943 0.05949473 0.7729217 0.05953735 0.7666427 0.06130051 0.7714747 0.06056267 0.7669766 0.05953735 0.7666427 0.06056267 0.7669766 0.06126409 0.7635506 0.05953735 0.7666427 0.06049114 0.7622687 0.05880469 0.7663943 0.05286335 0.7618692 0.05655115 0.7624422 0.05409622 0.7598961 0.05286335 0.7618692 0.05409622 0.7598961 0.04940062 0.7639167 0.05286335 0.7618692 0.04940062 0.7639167 0.05042332 0.7649785 0.05286335 0.7618692 0.05321246 0.7634273 0.05655115 0.7624422 0.05813741 0.7665426 0.05880469 0.7663943 0.05655115 0.7624422 0.05813741 0.7665426 0.05655115 0.7624422 0.05750215 0.766864 0.05813741 0.7665426 0.05750215 0.766864 0.05685794 0.7701336 0.05813741 0.7665426 0.05731171 0.7709269 0.05880469 0.7663943 0.06806153 0.7684447 0.06742852 0.7705466 0.06938439 0.7685713 0.06806153 0.7684447 0.06938439 0.7685713 0.06815809 0.7648273 0.06806153 0.7684447 0.06720608 0.7660028 0.06658756 0.7682067 0.06806153 0.7684447 0.06658756 0.7682067 0.06742852 0.7705466 0.06486618 0.7647367 0.06720608 0.7660028 0.06815809 0.7648273 0.06486618 0.7647367 0.06462359 0.7629938 0.06263554 0.7649847 0.06486618 0.7647367 0.06263554 0.7649847 0.06430625 0.7664949 0.06486618 0.7647367 0.06526219 0.7666062 0.06621217 0.7672364 0.06530314 0.7707931 0.0630685 0.7695254 0.06206667 0.7708013 0.06530314 0.7707931 0.06532347 0.772554 0.06742852 0.7705466 0.06530314 0.7707931 0.06742852 0.7705466 0.06629425 0.7688955 0.06530314 0.7707931 0.06523823 0.7686814 0.0630685 0.7695254 0.0621078 0.7670851 0.06263554 0.7649847 0.06056267 0.7669766 0.0621078 0.7670851 0.06056267 0.7669766 0.06206667 0.7708013 0.0621078 0.7670851 0.0630685 0.7695254 0.06418818 0.7679484 0.0621078 0.7670851 0.06391286 0.7670809 0.06430625 0.7664949 0.05175995 0.7679143 0.05223298 0.7661621 0.05042332 0.7649785 0.05175995 0.7679143 0.04972958 0.7677844 0.05097895 0.7703601 0.05175995 0.7679143 0.0525633 0.7694717 0.0541855 0.7680562 0.05175995 0.7679143 0.0541855 0.7680562 0.05223298 0.7661621 0.05406624 0.7651608 0.0560227 0.7653415 0.05620324 0.7638246 0.05406624 0.7651608 0.05321246 0.7634273 0.05223298 0.7661621 0.05406624 0.7651608 0.05223298 0.7661621 0.05443608 0.7674066 0.05406624 0.7651608 0.05517238 0.7669821 0.0560227 0.7653415 0.05455929 0.7698884 0.0525633 0.7694717 0.05401927 0.7712211 0.05455929 0.7698884 0.05401927 0.7712211 0.05685794 0.7701336 0.05455929 0.7698884 0.05643194 0.7691231 0.0552414 0.7684544 0.05455929 0.7698884 0.0552414 0.7684544 0.05444556 0.7685369 0.05686557 0.7671349 0.05643194 0.7691231 0.05750215 0.766864 0.05686557 0.7671349 0.05750215 0.766864 0.0560227 0.7653415 0.05686557 0.7671349 0.0560227 0.7653415 0.05592584 0.7669256 0.05686557 0.7671349 0.05622822 0.7673804 0.0560199 0.768004 0.04848951 0.7676782 0.04940062 0.7639167 0.0476216 0.7677254 0.04848951 0.7676782 0.0476216 0.7677254 0.04791939 0.7732267 0.04848951 0.7676782 0.04999035 0.7711557 0.04972958 0.7677844 0.04848951 0.7676782 0.04972958 0.7677844 0.04940062 0.7639167 0.05376356 0.7723516 0.04999035 0.7711557 0.05429649 0.7735663 0.05376356 0.7723516 0.05429649 0.7735663 0.05731171 0.7709269 0.05376356 0.7723516 0.05731171 0.7709269 0.05685794 0.7701336 0.05376356 0.7723516 0.05401927 0.7712211 0.05097895 0.7703601 0.08199459 0.7707068 0.08126723 0.7665672 0.0808115 0.7674292 0.08199459 0.7707068 0.0814476 0.7706833 0.07998782 0.7734999 0.08199459 0.7707068 0.08020681 0.7743098 0.08242207 0.7707163 0.08199459 0.7707068 0.08242207 0.7707163 0.08126723 0.7665672 0.08393669 0.8408511 0.08488327 0.8377063 0.08356297 0.8407364 0.08393669 0.8408511 0.08356297 0.8407364 0.08467912 0.8438664 0.08393669 0.8408511 0.08467912 0.8438664 0.08450287 0.8410823 0.08393669 0.8408511 0.08450287 0.8410823 0.08525121 0.8386971 0.08725619 0.8444065 0.08467912 0.8438664 0.08782374 0.8460965 0.08725619 0.8444065 0.08782374 0.8460965 0.08986246 0.8430394 0.08725619 0.8444065 0.08986246 0.8430394 0.08929449 0.8423862 0.08725619 0.8444065 0.08719837 0.8435418 0.08512508 0.8432847 0.09069257 0.8403331 0.08986246 0.8430394 0.0918228 0.840708 0.09069257 0.8403331 0.0918228 0.840708 0.09093075 0.8371509 0.09069257 0.8403331 0.08983373 0.8377563 0.08930504 0.838498 0.09069257 0.8403331 0.08998507 0.8403507 0.08986246 0.8430394 0.08737307 0.8367778 0.08983373 0.8377563 0.08807915 0.8354612 0.08737307 0.8367778 0.08807915 0.8354612 0.08488327 0.8377063 0.08737307 0.8367778 0.08488327 0.8377063 0.08728951 0.8378912 0.08737307 0.8367778 0.08728951 0.8378912 0.08930504 0.838498 0.08732467 0.8391897 0.0885902 0.8394609 0.08728951 0.8378912 0.08732467 0.8391897 0.08728951 0.8378912 0.086052 0.8397544 0.08732467 0.8391897 0.086052 0.8397544 0.08706921 0.8408448 0.08732467 0.8391897 0.08741909 0.8405807 0.0877822 0.8405343 0.08900958 0.8405373 0.08857935 0.8417757 0.08929449 0.8423862 0.08900958 0.8405373 0.08998507 0.8403507 0.0885902 0.8394609 0.08900958 0.8405373 0.0885902 0.8394609 0.0877822 0.8405343 0.08900958 0.8405373 0.0879001 0.8408085 0.08857935 0.8417757 0.08729618 0.8425326 0.08602011 0.8424537 0.08719837 0.8435418 0.08729618 0.8425326 0.08719837 0.8435418 0.08857935 0.8417757 0.08729618 0.8425326 0.08857935 0.8417757 0.08779066 0.8411865 0.08729618 0.8425326 0.08747178 0.8414512 0.08713966 0.8414983 0.08561128 0.841185 0.086052 0.8397544 0.08525121 0.8386971 0.08561128 0.841185 0.08450287 0.8410823 0.08512508 0.8432847 0.08561128 0.841185 0.08602011 0.8424537 0.08699077 0.8412234 0.08561128 0.841185 0.08699077 0.8412234 0.086052 0.8397544 0.1147041 0.7767752 0.1122373 0.7882649 0.123927 0.7904492 0.1147041 0.7767752 0.1250074 0.7786749 0.1231381 0.7685183 0.1147041 0.7767752 0.1151403 0.7673634 0.1079604 0.7659987 0.1147041 0.7767752 0.1054617 0.7738267 0.1122373 0.7882649 0.1012897 0.7685164 0.1035407 0.7629845 0.09819734 0.7627725 0.1012897 0.7685164 0.09819734 0.7627725 0.09619373 0.7657351 0.1012897 0.7685164 0.09805506 0.7727894 0.1054617 0.7738267 0.1012897 0.7685164 0.1054617 0.7738267 0.1079604 0.7659987 0.08086317 0.7539206 0.07999646 0.7567339 0.0846737 0.7583934 0.08086317 0.7539206 0.08563178 0.755621 0.08194792 0.7511605 0.08086317 0.7539206 0.08194792 0.7511605 0.07810056 0.7500871 0.08086317 0.7539206 0.07707339 0.75289 0.07999646 0.7567339 0.0921939 0.7585228 0.09090304 0.7611651 0.09619373 0.7657351 0.0921939 0.7585228 0.09819734 0.7627725 0.09945094 0.7592484 0.0921939 0.7585228 0.0932607 0.7557175 0.08681231 0.7528641 0.0921939 0.7585228 0.08563178 0.755621 0.09090304 0.7611651 0.05422216 0.7506222 0.04797083 0.7547488 0.06046968 0.7502898 0.05422216 0.7506222 0.06046968 0.7502898 0.06401133 0.7473732 0.05422216 0.7506222 0.06034481 0.7469771 0.04820066 0.7510762 0.05422216 0.7506222 0.04820066 0.7510762 0.0400319 0.7559865 0.06549304 0.7505772 0.06247496 0.7535921 0.0673322 0.7541606 0.06549304 0.7505772 0.06968742 0.751231 0.06775248 0.7477899 0.06549304 0.7505772 0.06775248 0.7477899 0.06401133 0.7473732 0.06549304 0.7505772 0.06046968 0.7502898 0.06247496 0.7535921 0.07344788 0.7519977 0.07180887 0.7548623 0.07599896 0.7557143 0.07344788 0.7519977 0.07707339 0.75289 0.07470321 0.7491243 0.07344788 0.7519977 0.07470321 0.7491243 0.07137936 0.7483369 0.07344788 0.7519977 0.06968742 0.751231 0.07180887 0.7548623 0.07664132 0.7464138 0.07338684 0.7456771 0.07470321 0.7491243 0.07664132 0.7464138 0.07470321 0.7491243 0.07810056 0.7500871 0.07664132 0.7464138 0.08001148 0.7472933 0.07880264 0.7426291 0.07664132 0.7464138 0.07880264 0.7426291 0.07542622 0.7418855 0.06996321 0.7451472 0.06664174 0.744735 0.06775248 0.7477899 0.06996321 0.7451472 0.06775248 0.7477899 0.07137936 0.7483369 0.06996321 0.7451472 0.07338684 0.7456771 0.07192802 0.7412516 0.06996321 0.7451472 0.07192802 0.7412516 0.06835436 0.7407226 0.06369382 0.7443509 0.06046551 0.7435989 0.06034481 0.7469771 0.06369382 0.7443509 0.06034481 0.7469771 0.06401133 0.7473732 0.06369382 0.7443509 0.06664174 0.744735 0.0647518 0.7402934 0.06369382 0.7443509 0.0647518 0.7402934 0.06046551 0.7435989 0.09399998 0.7523978 0.08832198 0.7497868 0.08681231 0.7528641 0.09399998 0.7523978 0.0932607 0.7557175 0.09952497 0.7554239 0.09399998 0.7523978 0.09952497 0.7554239 0.09959971 0.7508811 0.09399998 0.7523978 0.09491646 0.7481707 0.08832198 0.7497868 0.08378207 0.7482514 0.08001148 0.7472933 0.08194792 0.7511605 0.08378207 0.7482514 0.08194792 0.7511605 0.08681231 0.7528641 0.08378207 0.7482514 0.08832198 0.7497868 0.08590358 0.7443701 0.08378207 0.7482514 0.08590358 0.7443701 0.08223563 0.7434636 0.1036059 0.7582044 0.09952497 0.7554239 0.09945094 0.7592484 0.1036059 0.7582044 0.1035407 0.7629845 0.1078842 0.7603586 0.1036059 0.7582044 0.1078842 0.7603586 0.1070224 0.7553226 0.1036059 0.7582044 0.1031947 0.7532961 0.09952497 0.7554239 0.1140014 0.7615062 0.1078842 0.7603586 0.1079604 0.7659987 0.1140014 0.7615062 0.1151403 0.7673634 0.1207473 0.7622138 0.1140014 0.7615062 0.1207473 0.7622138 0.1186392 0.7569811 0.1140014 0.7615062 0.1124041 0.7568671 0.1078842 0.7603586 0.1114648 0.7511098 0.1071642 0.7493066 0.1070224 0.7553226 0.1114648 0.7511098 0.1124041 0.7568671 0.1156002 0.7512114 0.1114648 0.7511098 0.1156002 0.7512114 0.1142995 0.7470549 0.1114648 0.7511098 0.1114494 0.7455868 0.1071642 0.7493066 0.1040166 0.7473801 0.1008557 0.7452019 0.09959971 0.7508811 0.1040166 0.7473801 0.1031947 0.7532961 0.1071642 0.7493066 0.1040166 0.7473801 0.1071642 0.7493066 0.1080724 0.743615 0.1040166 0.7473801 0.1054525 0.7416675 0.1008557 0.7452019 0.08785015 0.7386934 0.08420228 0.737553 0.08590358 0.7443701 0.08785015 0.7386934 0.08590358 0.7443701 0.0900495 0.7457916 0.08785015 0.7386934 0.09188359 0.7402811 0.09364181 0.7345269 0.08785015 0.7386934 0.08957982 0.7327355 0.08588826 0.7313608 0.09651505 0.7426431 0.09188359 0.7402811 0.0900495 0.7457916 0.09651505 0.7426431 0.09491646 0.7481707 0.1008557 0.7452019 0.09651505 0.7426431 0.1008557 0.7452019 0.1025392 0.7395247 0.09651505 0.7426431 0.09828197 0.7369673 0.09188359 0.7402811 0.06400144 0.7323546 0.05804836 0.7305747 0.06060874 0.7392805 0.06400144 0.7323546 0.0647518 0.7402934 0.06914275 0.7336834 0.06400144 0.7323546 0.06914275 0.7336834 0.06962335 0.7264537 0.06400144 0.7323546 0.06284683 0.7242529 0.05804836 0.7305747 0.07344961 0.7347052 0.06914275 0.7336834 0.06835436 0.7407226 0.07344961 0.7347052 0.07192802 0.7412516 0.07542622 0.7418855 0.07344961 0.7347052 0.07721388 0.7355965 0.07871931 0.729065 0.07344961 0.7347052 0.07469403 0.7279418 0.06914275 0.7336834 0.08072751 0.7365333 0.07721388 0.7355965 0.07880264 0.7426291 0.08072751 0.7365333 0.07880264 0.7426291 0.08223563 0.7434636 0.08072751 0.7365333 0.08420228 0.737553 0.08235937 0.7301709 0.08072751 0.7365333 0.08235937 0.7301709 0.07721388 0.7355965 0.118252 0.7480323 0.1156002 0.7512114 0.1208664 0.7507832 0.118252 0.7480323 0.1208664 0.7507832 0.1217489 0.746669 0.118252 0.7480323 0.1201822 0.7439655 0.1157095 0.7442734 0.118252 0.7480323 0.1157095 0.7442734 0.1142995 0.7470549 0.1126236 0.7416504 0.1144325 0.7387497 0.1112869 0.7365544 0.1126236 0.7416504 0.1095097 0.7395526 0.1114494 0.7455868 0.1126236 0.7416504 0.1114494 0.7455868 0.1142995 0.7470549 0.1126236 0.7416504 0.1157095 0.7442734 0.1144325 0.7387497 0.1068831 0.7373694 0.1083933 0.7340089 0.1038968 0.734988 0.1068831 0.7373694 0.1038968 0.734988 0.1025392 0.7395247 0.1068831 0.7373694 0.1054525 0.7416675 0.1095097 0.7395526 0.1068831 0.7373694 0.1095097 0.7395526 0.1083933 0.7340089 0.09105044 0.7280108 0.08957982 0.7327355 0.09364181 0.7345269 0.09105044 0.7280108 0.09514194 0.7298007 0.09234857 0.7240678 0.09105044 0.7280108 0.09234857 0.7240678 0.08846759 0.7227864 0.09105044 0.7280108 0.08727002 0.7266861 0.08957982 0.7327355 0.09970355 0.7322958 0.09828197 0.7369673 0.1038968 0.734988 0.09970355 0.7322958 0.1038968 0.734988 0.1051519 0.7312422 0.09970355 0.7322958 0.1009632 0.728383 0.09514194 0.7298007 0.09970355 0.7322958 0.09514194 0.7298007 0.09364181 0.7345269 0.0758273 0.7233948 0.07469403 0.7279418 0.07871931 0.729065 0.0758273 0.7233948 0.07991188 0.7245453 0.07683676 0.7196725 0.0758273 0.7233948 0.07683676 0.7196725 0.07129907 0.718306 0.0758273 0.7233948 0.07041257 0.7218703 0.06962335 0.7264537 0.08364164 0.7255867 0.08235937 0.7301709 0.08588826 0.7313608 0.08364164 0.7255867 0.08727002 0.7266861 0.08472925 0.7217622 0.08364164 0.7255867 0.08472925 0.7217622 0.08092266 0.720792 0.08364164 0.7255867 0.07991188 0.7245453 0.08235937 0.7301709 0.01079124 0.3988972 0.005734384 0.400097 0.01304459 0.3639692 0.01079124 0.3988972 0.01304459 0.3639692 0.01824289 0.3639901 0.01079124 0.3988972 0.01564741 0.3979212 0.009809851 0.4283683 0.01079124 0.3988972 0.009809851 0.4283683 0.006214618 0.43179 0.02010226 0.3973928 0.01564741 0.3979212 0.01824289 0.3639901 0.02010226 0.3973928 0.02344566 0.3630335 0.02833503 0.362941 0.02010226 0.3973928 0.02410072 0.3993457 0.0211451 0.4225138 0.02010226 0.3973928 0.01767545 0.4264162 0.01564741 0.3979212 0.05403041 0.4010304 0.04975295 0.3979625 0.05993509 0.3657252 0.05403041 0.4010304 0.05993509 0.3657252 0.06451022 0.3683368 0.05403041 0.4010304 0.05823296 0.4050086 0.0467509 0.429127 0.05403041 0.4010304 0.0467509 0.429127 0.04553592 0.4186172 0.04532569 0.3967155 0.04069852 0.398733 0.04578167 0.3641456 0.04532569 0.3967155 0.05054312 0.3632677 0.05529952 0.3638051 0.04532569 0.3967155 0.04975295 0.3979625 0.04553592 0.4186172 0.04532569 0.3967155 0.04036259 0.4246678 0.03748643 0.4211171 0.03582149 0.4054586 0.03126209 0.4100872 0.03669869 0.3677673 0.03582149 0.4054586 0.0411309 0.3664716 0.04069852 0.398733 0.03582149 0.4054586 0.04069852 0.398733 0.03748643 0.4211171 0.03582149 0.4054586 0.03314173 0.4350884 0.03126209 0.4100872 0.02758789 0.4058133 0.02410072 0.3993457 0.03259307 0.3655547 0.02758789 0.4058133 0.03259307 0.3655547 0.03669869 0.3677673 0.02758789 0.4058133 0.03126209 0.4100872 0.02237284 0.436437 0.02758789 0.4058133 0.02237284 0.436437 0.0211451 0.4225138 0.03828644 0.4417288 0.0467509 0.429127 0.04972523 0.436137 0.03828644 0.4417288 0.03765374 0.4533441 0.03314173 0.4350884 0.03828644 0.4417288 0.03314173 0.4350884 0.04036259 0.4246678 0.03828644 0.4417288 0.04036259 0.4246678 0.04553592 0.4186172 0.0156992 0.8504639 0.01633441 0.851501 0.01871854 0.849016 0.0156992 0.8504639 0.01871854 0.849016 0.01787412 0.8482379 0.0156992 0.8504639 0.01508313 0.849696 0.01332956 0.8513428 0.01228308 0.854577 0.01000881 0.8551953 0.01079994 0.8567848 0.01228308 0.854577 0.01323568 0.8560639 0.01464456 0.8539647 0.01228308 0.854577 0.01464456 0.8539647 0.01386797 0.8523775 0.01700788 0.8530766 0.01464456 0.8539647 0.01569324 0.8553311 0.01700788 0.8530766 0.01805996 0.8543592 0.02019947 0.8515926 0.01700788 0.8530766 0.02019947 0.8515926 0.01951098 0.8500493 0.01413577 0.856637 0.01130872 0.8575049 0.01156812 0.8584313 0.01413577 0.856637 0.0147342 0.8574402 0.01704782 0.8557035 0.01413577 0.856637 0.01704782 0.8557035 0.01323568 0.8560639 0.01413577 0.856637 0.01323568 0.8560639 0.01130872 0.8575049 0.01983064 0.8545175 0.01704782 0.8557035 0.02131497 0.8550672 0.01983064 0.8545175 0.02131497 0.8550672 0.02633464 0.8525848 0.01983064 0.8545175 0.02267998 0.8530783 0.02113783 0.8528631 0.01983064 0.8545175 0.01805996 0.8543592 0.01569324 0.8553311 0.02150791 0.8575241 0.02491104 0.8565551 0.02131497 0.8550672 0.02150791 0.8575241 0.02131497 0.8550672 0.018076 0.8563717 0.02150791 0.8575241 0.01814562 0.8586254 0.02123034 0.8602005 0.02150791 0.8575241 0.02123034 0.8602005 0.02478426 0.8602898 0.01478147 0.8596172 0.01814562 0.8586254 0.0147342 0.8574402 0.01478147 0.8596172 0.0147342 0.8574402 0.01156812 0.8584313 0.01478147 0.8596172 0.01161086 0.8606399 0.01484084 0.8618113 0.01478147 0.8596172 0.01484084 0.8618113 0.01800543 0.8609926 0.02130317 0.8614088 0.02365899 0.8620286 0.02123034 0.8602005 0.02130317 0.8614088 0.02123034 0.8602005 0.01840418 0.8620012 0.02130317 0.8614088 0.01840418 0.8620012 0.01898765 0.8625747 0.02130317 0.8614088 0.02137684 0.8621247 0.02326416 0.8626576 0.01547521 0.862666 0.01840418 0.8620012 0.01800543 0.8609926 0.01547521 0.862666 0.01484084 0.8618113 0.01192098 0.8635923 0.01547521 0.862666 0.01390385 0.86411 0.01503276 0.8642422 0.01547521 0.862666 0.01646745 0.8630866 0.01840418 0.8620012 0.02110195 0.8633242 0.02245008 0.8636536 0.02137684 0.8621247 0.02110195 0.8633242 0.02137684 0.8621247 0.01940149 0.8636364 0.02110195 0.8633242 0.01940149 0.8636364 0.01973056 0.8649422 0.02110195 0.8633242 0.02065271 0.8647654 0.02142637 0.864833 0.01760029 0.8639785 0.01940149 0.8636364 0.01898765 0.8625747 0.01760029 0.8639785 0.01646745 0.8630866 0.01657605 0.864721 0.01760029 0.8639785 0.01657605 0.864721 0.01832652 0.8653731 0.01760029 0.8639785 0.01880341 0.8651059 0.01940149 0.8636364 0.0557416 0.03273814 0.04834342 0.0289188 0.05275195 0.02153205 0.0557416 0.03273814 0.06097495 0.02659529 0.06069433 0.03702133 0.0557416 0.03273814 0.06069433 0.03702133 0.05510503 0.04180788 0.0557416 0.03273814 0.05070704 0.03849506 0.04834342 0.0289188 0.3147493 0.9534065 0.3152433 0.9612709 0.3080618 0.9544757 0.3147493 0.9534065 0.3080618 0.9544757 0.307447 0.947771 0.3147493 0.9534065 0.3149331 0.9465649 0.321362 0.9533876 0.3147493 0.9534065 0.321362 0.9533876 0.3152433 0.9612709 0.3254828 0.9363386 0.3204645 0.9385008 0.3232642 0.9302785 0.3254828 0.9363386 0.3232642 0.9302785 0.3296297 0.9281984 0.3254828 0.9363386 0.3321478 0.9337927 0.3285431 0.9419528 0.3254828 0.9363386 0.3285431 0.9419528 0.320059 0.9439458 0.04607009 0.04348027 0.040039 0.04177039 0.04406309 0.03582507 0.04607009 0.04348027 0.05070704 0.03849506 0.0501489 0.04637569 0.04607009 0.04348027 0.0501489 0.04637569 0.04495495 0.05138903 0.04607009 0.04348027 0.0412355 0.04874175 0.040039 0.04177039 0.05338585 0.04997342 0.0501489 0.04637569 0.05510503 0.04180788 0.05338585 0.04997342 0.05865836 0.04572552 0.0611428 0.05167597 0.05338585 0.04997342 0.05512452 0.05537617 0.04782766 0.05478531 0.05338585 0.04997342 0.04782766 0.05478531 0.04495495 0.05138903 0.327825 0.9554693 0.3281338 0.9621505 0.3216096 0.9610807 0.327825 0.9554693 0.321362 0.9533876 0.329743 0.9503753 0.327825 0.9554693 0.329743 0.9503753 0.3363612 0.9545243 0.327825 0.9554693 0.3346819 0.9587086 0.3281338 0.9621505 0.3332867 0.9466753 0.329743 0.9503753 0.3285431 0.9419528 0.3332867 0.9466753 0.3285431 0.9419528 0.3351703 0.9391844 0.3332867 0.9466753 0.3392012 0.9441707 0.3392159 0.9512338 0.3332867 0.9466753 0.3392159 0.9512338 0.3363612 0.9545243 0.3695479 0.871865 0.3732191 0.877402 0.3674075 0.8797878 0.3695479 0.871865 0.3632566 0.8735063 0.35735 0.8666974 0.3695479 0.871865 0.368671 0.866459 0.3766514 0.8709929 0.3695479 0.871865 0.3766514 0.8709929 0.3732191 0.877402 0.3701435 0.8612486 0.368671 0.866459 0.3637602 0.8598762 0.3701435 0.8612486 0.3637602 0.8598762 0.3683371 0.8537127 0.3701435 0.8612486 0.3742402 0.8559439 0.3771862 0.8619331 0.3701435 0.8612486 0.3771862 0.8619331 0.376071 0.8663746 0.03560805 0.05532759 0.03140932 0.05509924 0.03593361 0.04783499 0.03560805 0.05532759 0.0412355 0.04874175 0.038652 0.05751204 0.03560805 0.05532759 0.038652 0.05751204 0.03193271 0.06407326 0.03560805 0.05532759 0.0297293 0.06229335 0.03140932 0.05509924 0.04094052 0.06038206 0.038652 0.05751204 0.04782766 0.05478531 0.04094052 0.06038206 0.04782766 0.05478531 0.04880154 0.05962634 0.04094052 0.06038206 0.04120612 0.06431132 0.03373634 0.06620782 0.04094052 0.06038206 0.03373634 0.06620782 0.03193271 0.06407326 0.3424768 0.9621629 0.3433246 0.9659897 0.335233 0.9639601 0.3424768 0.9621629 0.3346819 0.9587086 0.3437179 0.9589478 0.3424768 0.9621629 0.3437179 0.9589478 0.3512705 0.9633647 0.3424768 0.9621629 0.3503453 0.9656543 0.3433246 0.9659897 0.3458328 0.9563562 0.3437179 0.9589478 0.3392159 0.9512338 0.3458328 0.9563562 0.3392159 0.9512338 0.3440541 0.9493378 0.3458328 0.9563562 0.3495429 0.9552723 0.3526462 0.9614287 0.3458328 0.9563562 0.3526462 0.9614287 0.3512705 0.9633647 0.3844436 0.8699247 0.3870368 0.8729047 0.3797357 0.8753117 0.3844436 0.8699247 0.3766514 0.8709929 0.376071 0.8663746 0.3844436 0.8699247 0.3840467 0.8663147 0.3922657 0.866242 0.3844436 0.8699247 0.3924498 0.8688805 0.3870368 0.8729047 0.3848542 0.8628219 0.3840467 0.8663147 0.3771862 0.8619331 0.3848542 0.8628219 0.3771862 0.8619331 0.3806502 0.8578355 0.3848542 0.8628219 0.387712 0.8599667 0.3927053 0.8636621 0.3848542 0.8628219 0.3927053 0.8636621 0.3922657 0.866242 0.02414077 0.06869465 0.02394253 0.0650916 0.0297293 0.06229335 0.02414077 0.06869465 0.0297293 0.06229335 0.0254895 0.07040137 0.02414077 0.06869465 0.0254895 0.07040137 0.01918464 0.07066589 0.02414077 0.06869465 0.01918464 0.07066589 0.02073562 0.06663912 0.02722704 0.07170653 0.0254895 0.07040137 0.03373634 0.06620782 0.02722704 0.07170653 0.03373634 0.06620782 0.03093159 0.07175052 0.02722704 0.07170653 0.03093159 0.07175052 0.02938985 0.07459563 0.02722704 0.07170653 0.02524673 0.07614046 0.01950061 0.07559055 0.3574233 0.9690045 0.3543193 0.9700761 0.3503453 0.9656543 0.3574233 0.9690045 0.3503453 0.9656543 0.358476 0.9674941 0.3574233 0.9690045 0.358476 0.9674941 0.365241 0.9709886 0.3574233 0.9690045 0.3603676 0.9726828 0.3564318 0.9724797 0.3591648 0.9658372 0.358476 0.9674941 0.3526462 0.9614287 0.3591648 0.9658372 0.3526462 0.9614287 0.3585195 0.9626578 0.3591648 0.9658372 0.3585195 0.9626578 0.3619033 0.9631888 0.3591648 0.9658372 0.3641767 0.9664343 0.358476 0.9674941 0.4001957 0.8680804 0.3981769 0.8706785 0.3924498 0.8688805 0.4001957 0.8680804 0.3924498 0.8688805 0.4003955 0.8661193 0.4001957 0.8680804 0.4003955 0.8661193 0.4049497 0.8696997 0.4001957 0.8680804 0.4049497 0.8696997 0.4014111 0.8715863 0.4002971 0.8642006 0.4003955 0.8661193 0.3927053 0.8636621 0.4002971 0.8642006 0.3927053 0.8636621 0.3984656 0.8617691 0.4002971 0.8642006 0.3984656 0.8617691 0.4016865 0.8607224 0.4002971 0.8642006 0.405069 0.8623307 0.4085925 0.8657602 0.01520293 0.06434154 0.01977795 0.06196391 0.02073562 0.06663912 0.01520293 0.06434154 0.01918464 0.07066589 0.01950061 0.07559055 0.01520293 0.06434154 0.01127952 0.06597471 0.01272815 0.05338501 0.01520293 0.06434154 0.01272815 0.05338501 0.01977795 0.06196391 0.03162956 0.07877171 0.02974784 0.08179169 0.02524673 0.07614046 0.03162956 0.07877171 0.02524673 0.07614046 0.02938985 0.07459563 0.03162956 0.07877171 0.03420829 0.07498717 0.04232716 0.07989215 0.03162956 0.07877171 0.04232716 0.07989215 0.04128277 0.08512467 0.3558351 0.9771578 0.3524684 0.9744651 0.3564318 0.9724797 0.3558351 0.9771578 0.3603676 0.9726828 0.3583893 0.9791725 0.3558351 0.9771578 0.3583893 0.9791725 0.3500239 0.9858113 0.3558351 0.9771578 0.3472859 0.9816886 0.3524684 0.9744651 0.3664698 0.9600728 0.3701849 0.9610615 0.3641767 0.9664343 0.3664698 0.9600728 0.3641767 0.9664343 0.3619033 0.9631888 0.3664698 0.9600728 0.3618872 0.9587052 0.3666403 0.9501821 0.3664698 0.9600728 0.3666403 0.9501821 0.3725711 0.9500791 0.4039806 0.8759134 0.3992969 0.8753162 0.4014111 0.8715863 0.4039806 0.8759134 0.4049497 0.8696997 0.4077667 0.8764048 0.4039806 0.8759134 0.4077667 0.8764048 0.4052886 0.8865272 0.4039806 0.8759134 0.3997367 0.8842681 0.3992969 0.8753162 0.4044601 0.855946 0.4082518 0.8547408 0.4085925 0.8657602 0.4044601 0.855946 0.405069 0.8623307 0.4016865 0.8607224 0.4044601 0.855946 0.3998157 0.8571294 0.4004293 0.8474851 0.4044601 0.855946 0.4004293 0.8474851 0.4057744 0.8440524 0.0122928 0.04145956 0.02096986 0.04205834 0.02002757 0.05218702 0.0122928 0.04145956 0.01272815 0.05338501 0.0059219 0.05391865 0.0122928 0.04145956 0.00426501 0.04039686 0.01325595 0.02994996 0.0122928 0.04145956 0.01325595 0.02994996 0.02096986 0.04205834 0.05329132 0.07979351 0.05336689 0.08613592 0.04232716 0.07989215 0.05329132 0.07979351 0.04232716 0.07989215 0.04397362 0.07395482 0.05329132 0.07979351 0.05360788 0.07259553 0.06366926 0.07910048 0.05329132 0.07979351 0.06366926 0.07910048 0.06445956 0.08597207 0.3381804 0.9855339 0.3352736 0.9790188 0.3438627 0.9768183 0.3381804 0.9855339 0.3472859 0.9816886 0.3405392 0.9911033 0.3381804 0.9855339 0.3405392 0.9911033 0.3315094 0.9945595 0.3381804 0.9855339 0.3294595 0.9881273 0.3352736 0.9790188 0.3652844 0.9401919 0.3717494 0.9387295 0.3666403 0.9501821 0.3652844 0.9401919 0.3666403 0.9501821 0.3599359 0.9500224 0.3652844 0.9401919 0.3577886 0.941541 0.3631473 0.9311396 0.3652844 0.9401919 0.3631473 0.9311396 0.3717494 0.9387295 0.3946663 0.8923106 0.388029 0.8881497 0.3935595 0.8817852 0.3946663 0.8923106 0.3997367 0.8842681 0.4006726 0.8959795 0.3946663 0.8923106 0.4006726 0.8959795 0.3953156 0.9039555 0.3946663 0.8923106 0.3892515 0.8993331 0.388029 0.8881497 0.3949353 0.8393872 0.4001903 0.8344008 0.4057744 0.8440524 0.3949353 0.8393872 0.4004293 0.8474851 0.3944285 0.8508924 0.3949353 0.8393872 0.3888829 0.8445973 0.3888902 0.8323543 0.3949353 0.8393872 0.3888902 0.8323543 0.4001903 0.8344008 0.05470871 0.06368666 0.05512452 0.05537617 0.06233417 0.06108725 0.05470871 0.06368666 0.06233417 0.06108725 0.06294029 0.07116138 0.05470871 0.06368666 0.05360788 0.07259553 0.04682427 0.06660789 0.05470871 0.06368666 0.04682427 0.06660789 0.04880154 0.05962634 0.0381813 0.06967335 0.04120612 0.06431132 0.04682427 0.06660789 0.0381813 0.06967335 0.04682427 0.06660789 0.04397362 0.07395482 0.0381813 0.06967335 0.03420829 0.07498717 0.03093159 0.07175052 0.0381813 0.06967335 0.03093159 0.07175052 0.03523862 0.06747961 0.03094542 0.04172915 0.03377193 0.03383564 0.040039 0.04177039 0.03094542 0.04172915 0.040039 0.04177039 0.03593361 0.04783499 0.03094542 0.04172915 0.02831351 0.0496602 0.02096986 0.04205834 0.03094542 0.04172915 0.02096986 0.04205834 0.02258557 0.0320397 0.02565634 0.05809724 0.02831351 0.0496602 0.03140932 0.05509924 0.02565634 0.05809724 0.03140932 0.05509924 0.02832436 0.06086856 0.02565634 0.05809724 0.02394253 0.0650916 0.01977795 0.06196391 0.02565634 0.05809724 0.01977795 0.06196391 0.02002757 0.05218702 0.3812355 0.8502549 0.3742402 0.8559439 0.375557 0.846291 0.3812355 0.8502549 0.375557 0.846291 0.383161 0.8387814 0.3812355 0.8502549 0.3888829 0.8445973 0.3871166 0.854249 0.3812355 0.8502549 0.3871166 0.854249 0.3806502 0.8578355 0.3934661 0.8582695 0.387712 0.8599667 0.3871166 0.854249 0.3934661 0.8582695 0.3871166 0.854249 0.3944285 0.8508924 0.3934661 0.8582695 0.3998157 0.8571294 0.3984656 0.8617691 0.3934661 0.8582695 0.3984656 0.8617691 0.3929904 0.8618111 0.3801297 0.8830053 0.3745496 0.8870132 0.3732191 0.877402 0.3801297 0.8830053 0.3732191 0.877402 0.3797357 0.8753117 0.3801297 0.8830053 0.3861321 0.8788544 0.388029 0.8881497 0.3801297 0.8830053 0.388029 0.8881497 0.382544 0.8939419 0.3928185 0.8745077 0.3861321 0.8788544 0.3870368 0.8729047 0.3928185 0.8745077 0.3870368 0.8729047 0.3925774 0.8708158 0.3928185 0.8745077 0.3981769 0.8706785 0.3992969 0.8753162 0.3928185 0.8745077 0.3992969 0.8753162 0.3935595 0.8817852 0.3482313 0.9426633 0.3392012 0.9441707 0.345082 0.9364222 0.3482313 0.9426633 0.345082 0.9364222 0.3553754 0.9337221 0.3482313 0.9426633 0.3577886 0.941541 0.351684 0.9493376 0.3482313 0.9426633 0.351684 0.9493376 0.3440541 0.9493378 0.3555696 0.9565802 0.3495429 0.9552723 0.351684 0.9493376 0.3555696 0.9565802 0.351684 0.9493376 0.3599359 0.9500224 0.3555696 0.9565802 0.3618872 0.9587052 0.3585195 0.9626578 0.3555696 0.9565802 0.3585195 0.9626578 0.3535853 0.9598513 0.3312706 0.9706123 0.3239791 0.970865 0.3281338 0.9621505 0.3312706 0.9706123 0.3281338 0.9621505 0.335233 0.9639601 0.3312706 0.9706123 0.3390692 0.9704528 0.3352736 0.9790188 0.3312706 0.9706123 0.3352736 0.9790188 0.3270645 0.9805955 0.3474767 0.9704164 0.3390692 0.9704528 0.3433246 0.9659897 0.3474767 0.9704164 0.3433246 0.9659897 0.3493978 0.9672551 0.3474767 0.9704164 0.3543193 0.9700761 0.3524684 0.9744651 0.3474767 0.9704164 0.3524684 0.9744651 0.3438627 0.9768183 0.3245241 0.2845504 0.323907 0.277505 0.3301925 0.278774 0.3245241 0.2845504 0.3301925 0.278774 0.3324565 0.2875368 0.3245241 0.2845504 0.3243314 0.2922647 0.3193956 0.2890458 0.3245241 0.2845504 0.3193956 0.2890458 0.3207234 0.2827194 0.3350121 0.2733935 0.3303314 0.2655463 0.3392301 0.2678524 0.3350121 0.2733935 0.3392301 0.2678524 0.3457703 0.276627 0.3350121 0.2733935 0.3396694 0.2824333 0.3301925 0.278774 0.3350121 0.2733935 0.3301925 0.278774 0.3274693 0.2711309 0.3430937 0.2615947 0.3467803 0.2549785 0.3546927 0.2624386 0.3430937 0.2615947 0.3505595 0.2697904 0.3392301 0.2678524 0.3430937 0.2615947 0.3392301 0.2678524 0.333003 0.2602134 0.3430937 0.2615947 0.335994 0.2545942 0.3467803 0.2549785 0.3080189 0.2806093 0.3059332 0.2729728 0.3121173 0.2746671 0.3080189 0.2806093 0.3121173 0.2746671 0.3121656 0.2806214 0.3080189 0.2806093 0.3102251 0.2867434 0.3041966 0.2873061 0.3080189 0.2806093 0.3041966 0.2873061 0.2991997 0.2793486 0.3043591 0.2656787 0.3035116 0.2584362 0.3129252 0.2610251 0.3043591 0.2656787 0.3129252 0.2610251 0.3124161 0.2674237 0.3043591 0.2656787 0.3059332 0.2729728 0.2952108 0.2709792 0.3043591 0.2656787 0.2952108 0.2709792 0.2928475 0.2624172 0.3574472 0.2770829 0.3505595 0.2697904 0.3620229 0.2697893 0.3574472 0.2770829 0.3620229 0.2697893 0.369062 0.2770853 0.3574472 0.2770829 0.364046 0.2839238 0.351774 0.2839583 0.3574472 0.2770829 0.351774 0.2839583 0.3457703 0.276627 0.2881585 0.2744584 0.2952108 0.2709792 0.2991997 0.2793486 0.2881585 0.2744584 0.2940056 0.2837618 0.2895813 0.2871937 0.2881585 0.2744584 0.2821543 0.2770269 0.2847069 0.264804 0.2881585 0.2744584 0.2847069 0.264804 0.2952108 0.2709792 0.3439058 0.2899975 0.3479318 0.2968237 0.3344989 0.2947304 0.3439058 0.2899975 0.3344989 0.2947304 0.3324565 0.2875368 0.3439058 0.2899975 0.3396694 0.2824333 0.351774 0.2839583 0.3439058 0.2899975 0.351774 0.2839583 0.3575094 0.2905681 0.3016733 0.2916297 0.3041966 0.2873061 0.3077967 0.2903498 0.3016733 0.2916297 0.308584 0.2946797 0.2997995 0.2947666 0.3016733 0.2916297 0.2997995 0.2947666 0.2895813 0.2871937 0.3016733 0.2916297 0.2940056 0.2837618 0.3041966 0.2873061 0.3242097 0.2976872 0.3241234 0.3019637 0.3168411 0.2969456 0.3242097 0.2976872 0.3168411 0.2969456 0.3197048 0.293356 0.3242097 0.2976872 0.3243314 0.2922647 0.3344989 0.2947304 0.3242097 0.2976872 0.3344989 0.2947304 0.3364306 0.3011394 0.3121605 0.2895298 0.3102251 0.2867434 0.3139422 0.2806741 0.3121605 0.2895298 0.3139422 0.2806741 0.3140693 0.2903495 0.3121605 0.2895298 0.3140693 0.2903495 0.308584 0.2946797 0.3121605 0.2895298 0.308584 0.2946797 0.3077967 0.2903498 0.3161958 0.2905835 0.3140693 0.2903495 0.3189049 0.2818738 0.3161958 0.2905835 0.3189049 0.2818738 0.3193956 0.2890458 0.3161958 0.2905835 0.3193956 0.2890458 0.3197048 0.293356 0.3161958 0.2905835 0.3168411 0.2969456 0.3140693 0.2903495 0.3154687 0.2726072 0.3121173 0.2746671 0.3124161 0.2674237 0.3154687 0.2726072 0.3168587 0.2654908 0.3184905 0.2729184 0.3154687 0.2726072 0.3184905 0.2729184 0.3163896 0.2810889 0.3154687 0.2726072 0.3139422 0.2806741 0.3121173 0.2746671 0.3215994 0.2740893 0.3184905 0.2729184 0.3240494 0.2672963 0.3215994 0.2740893 0.3240494 0.2672963 0.3274693 0.2711309 0.3215994 0.2740893 0.323907 0.277505 0.3189049 0.2818738 0.3215994 0.2740893 0.3189049 0.2818738 0.3163896 0.2810889 0.3182305 0.2594864 0.3129252 0.2610251 0.3134585 0.2549229 0.3182305 0.2594864 0.3194469 0.2539395 0.3220165 0.2600144 0.3182305 0.2594864 0.3220165 0.2600144 0.3203675 0.2658797 0.3182305 0.2594864 0.3168587 0.2654908 0.3129252 0.2610251 0.3260248 0.2615605 0.3220165 0.2600144 0.3279388 0.2562887 0.3260248 0.2615605 0.3279388 0.2562887 0.333003 0.2602134 0.3260248 0.2615605 0.3303314 0.2655463 0.3240494 0.2672963 0.3260248 0.2615605 0.3240494 0.2672963 0.3203675 0.2658797 0.122089 0.01312655 0.1133296 0.01384568 0.1146371 0.003716409 0.122089 0.01312655 0.1239228 0.003097951 0.1297058 0.01365673 0.1367606 0.01595127 0.1297058 0.01365673 0.1393687 0.006393432 0.1367606 0.01595127 0.1393687 0.006393432 0.1464771 0.009860634 0.09759765 0.08071827 0.10285 0.08952224 0.09610056 0.1030526 0.1265988 0.08829867 0.1203318 0.1092423 0.118292 0.09191739 0.7164348 0.9364193 0.7060709 0.9314091 0.7239593 0.9315803 0.7164348 0.9364193 0.7314741 0.9356803 0.7461872 0.9394279 0.7164348 0.9364193 0.7406167 0.9417694 0.7413612 0.9449799 0.7164348 0.9364193 0.7225935 0.9414377 0.7060709 0.9314091 0.7182422 0.9267283 0.7329846 0.9276196 0.7239593 0.9315803 0.7182422 0.9267283 0.7060709 0.9314091 0.7243548 0.9223669 0.7182422 0.9267283 0.7243548 0.9223669 0.7438145 0.9194204 0.7182422 0.9267283 0.7434354 0.9220917 0.7482861 0.9241443 0.1168367 0.08179712 0.118292 0.09191739 0.1050795 0.1190748 0.1086449 0.08129709 0.1120504 0.08572846 0.10285 0.08952224 0.02430582 0.199766 0.02122175 0.1998324 0.02959853 0.1831933 0.02430582 0.199766 0.03263658 0.184488 0.02852028 0.1986433 0.02430582 0.199766 0.02852028 0.1986433 0.0266413 0.2042043 0.02430582 0.199766 0.02196383 0.2085326 0.02122175 0.1998324 0.01946723 0.1974982 0.01824694 0.1935106 0.02678412 0.1819456 0.01946723 0.1974982 0.02678412 0.1819456 0.02959853 0.1831933 0.01946723 0.1974982 0.02122175 0.1998324 0.01395702 0.2042955 0.01946723 0.1974982 0.01395702 0.2042955 0.01506632 0.1980369 0.02930021 0.2082002 0.03127682 0.2037273 0.04332715 0.2013657 0.02930021 0.2082002 0.04332715 0.2013657 0.04455941 0.204602 0.02930021 0.2082002 0.02752989 0.2119501 0.02196383 0.2085326 0.02930021 0.2082002 0.02196383 0.2085326 0.0266413 0.2042043 0.01057153 0.1980249 0.00801897 0.2017472 0.005240499 0.1838082 0.01057153 0.1980249 0.009143888 0.1825455 0.01339632 0.1938117 0.01057153 0.1980249 0.01339632 0.1938117 0.01506632 0.1980369 0.01057153 0.1980249 0.01395702 0.2042955 0.00801897 0.2017472 0.03366601 0.1978083 0.04196882 0.1937871 0.04237145 0.1978529 0.03366601 0.1978083 0.03127682 0.2037273 0.02852028 0.1986433 0.03366601 0.1978083 0.02852028 0.1986433 0.03585028 0.1861174 0.03366601 0.1978083 0.03919154 0.1883693 0.04196882 0.1937871 0.01676553 0.1886171 0.01339632 0.1938117 0.01288288 0.181032 0.01676553 0.1886171 0.01629322 0.1790167 0.01971191 0.1735923 0.01676553 0.1886171 0.02115368 0.1787782 0.02402526 0.1805416 0.01676553 0.1886171 0.01824694 0.1935106 0.01339632 0.1938117 0.1323623 0.7808384 0.1321744 0.7911787 0.138845 0.7822454 0.1323623 0.7808384 0.138845 0.7822454 0.1364653 0.7743165 0.1323623 0.7808384 0.1300116 0.7709025 0.1250074 0.7786749 0.1323623 0.7808384 0.1250074 0.7786749 0.123927 0.7904492 0.3439255 0.06310111 0.3492102 0.06320148 0.3470327 0.07124644 0.3439255 0.06310111 0.3411485 0.06829667 0.3391926 0.06270259 0.3439255 0.06310111 0.3391926 0.06270259 0.3397297 0.05936628 0.3439255 0.06310111 0.3430724 0.05776995 0.3492102 0.06320148 0.3583827 0.06301856 0.3575081 0.05223906 0.368782 0.04889112 0.3583827 0.06301856 0.3694992 0.06269401 0.3559966 0.07416498 0.3583827 0.06301856 0.3559966 0.07416498 0.3470327 0.07124644 0.3583827 0.06301856 0.3492102 0.06320148 0.3482623 0.05529576 0.2256279 0.1955816 0.2101736 0.2077174 0.1906208 0.2171514 0.2256279 0.1955816 0.2242429 0.1901294 0.2483263 0.1803553 0.2256279 0.1955816 0.2483263 0.1803553 0.2620832 0.1772219 0.2256279 0.1955816 0.2529032 0.1855503 0.2101736 0.2077174 0.2309252 0.2044324 0.2516766 0.2011473 0.2108622 0.2137747 0.2309252 0.2044324 0.2108622 0.2137747 0.2101736 0.2077174 0.2309252 0.2044324 0.2101736 0.2077174 0.2401022 0.196641 0.2309252 0.2044324 0.2509881 0.1950901 0.2518425 0.1982104 0.291435 0.1692349 0.2891016 0.1637848 0.3261294 0.1462753 0.291435 0.1692349 0.3280557 0.1535037 0.3297016 0.1607019 0.291435 0.1692349 0.2933558 0.1747764 0.2529032 0.1855503 0.291435 0.1692349 0.2529032 0.1855503 0.2620832 0.1772219 0.2855127 0.158948 0.2778717 0.1569445 0.3179336 0.1335943 0.2855127 0.158948 0.3227057 0.1396769 0.2891016 0.1637848 0.2855127 0.158948 0.2891016 0.1637848 0.2620832 0.1772219 0.2855127 0.158948 0.2483263 0.1803553 0.2474712 0.1772437 0.2989683 0.18949 0.2978056 0.184736 0.3370615 0.1791574 0.2989683 0.18949 0.3370615 0.1791574 0.3382345 0.1856098 0.2989683 0.18949 0.2950866 0.19533 0.2516766 0.2011473 0.2989683 0.18949 0.2516766 0.2011473 0.2518425 0.1982104 0.2957071 0.1798874 0.2933558 0.1747764 0.3297016 0.1607019 0.2957071 0.1798874 0.3322842 0.1672098 0.335004 0.173278 0.2957071 0.1798874 0.2978056 0.184736 0.2509881 0.1950901 0.2957071 0.1798874 0.2509881 0.1950901 0.2933558 0.1747764 0.2820524 0.2034363 0.2950866 0.19533 0.3383013 0.193397 0.2820524 0.2034363 0.3383013 0.193397 0.3378149 0.2018517 0.2820524 0.2034363 0.2644419 0.2126757 0.2108622 0.2137747 0.2820524 0.2034363 0.2108622 0.2137747 0.2950866 0.19533 0.263382 0.1599947 0.2454678 0.1655716 0.3053915 0.122433 0.263382 0.1599947 0.3119623 0.1279133 0.2778717 0.1569445 0.263382 0.1599947 0.2778717 0.1569445 0.2474712 0.1772437 0.263382 0.1599947 0.2242429 0.1901294 0.1906208 0.2171514 0.3525776 0.1595823 0.3507822 0.1526951 0.3647291 0.1544799 0.3525776 0.1595823 0.3647291 0.1544799 0.3655778 0.160445 0.3525776 0.1595823 0.3546733 0.1658533 0.3322842 0.1672098 0.3525776 0.1595823 0.3322842 0.1672098 0.3507822 0.1526951 0.8657794 0.1470407 0.8648048 0.179332 0.8433546 0.2118055 0.8044788 0.1595958 0.8241364 0.1662473 0.8433546 0.2118055 0.8402523 0.1320254 0.850202 0.1589086 0.8433546 0.2118055 0.8237519 0.1375394 0.8352666 0.161463 0.8433546 0.2118055 0.01859998 0.4429656 0.0169897 0.4457563 0.01424497 0.42736 0.01859998 0.4429656 0.01767545 0.4264162 0.0211451 0.4225138 0.01859998 0.4429656 0.02237284 0.436437 0.0169897 0.4457563 0.01306205 0.4445416 0.0169897 0.4457563 0.01334494 0.4508488 0.01306205 0.4445416 0.01334494 0.4508488 0.006214618 0.43179 0.01306205 0.4445416 0.009809851 0.4283683 0.01424497 0.42736 0.1124707 0.2021251 0.1103742 0.2056392 0.1049821 0.1988067 0.1124707 0.2021251 0.1082085 0.1951997 0.1146299 0.2003484 0.1168777 0.1989773 0.1146299 0.2003484 0.1106541 0.1933706 0.1168777 0.1989773 0.1131049 0.1918934 0.1173679 0.1906947 0.1171298 0.2101498 0.1191096 0.2084428 0.1226288 0.2149462 0.1171298 0.2101498 0.1209025 0.2162779 0.1160587 0.2130995 0.1212895 0.2071716 0.1240411 0.2075183 0.1244574 0.2138273 0.1212895 0.2071716 0.1244574 0.2138273 0.1191096 0.2084428 0.04731309 0.6573632 0.04376339 0.6578596 0.0470491 0.6478323 0.04731309 0.6573632 0.05174654 0.6478039 0.05542516 0.6503657 0.04731309 0.6573632 0.05033379 0.6592649 0.04309672 0.6671357 0.04731309 0.6573632 0.04309672 0.6671357 0.04376339 0.6578596 0.05289542 0.6619321 0.05033379 0.6592649 0.05865424 0.6537491 0.05289542 0.6619321 0.05865424 0.6537491 0.06055128 0.6589909 0.05289542 0.6619321 0.05395931 0.6660149 0.04723489 0.6701871 0.05289542 0.6619321 0.04723489 0.6701871 0.04533571 0.6684695 0.8845314 0.9169152 0.8821017 0.9144693 0.8908006 0.9120571 0.8845314 0.9169152 0.8936032 0.9155704 0.8940241 0.9193117 0.8845314 0.9169152 0.8849349 0.919999 0.8753829 0.9183835 0.8845314 0.9169152 0.8753829 0.9183835 0.8821017 0.9144693 0.8844582 0.9231026 0.8849349 0.919999 0.8934535 0.9230807 0.8844582 0.9231026 0.8934535 0.9230807 0.8906787 0.9269329 0.8844582 0.9231026 0.8820582 0.9258516 0.8754215 0.9231068 0.8844582 0.9231026 0.8754215 0.9231068 0.8756285 0.9207534 0.124172 0.2214092 0.1214566 0.2208321 0.1209025 0.2162779 0.124172 0.2214092 0.1209025 0.2162779 0.1256785 0.2207345 0.124172 0.2214092 0.1256785 0.2207345 0.1280734 0.2262315 0.124172 0.2214092 0.1242132 0.2253737 0.1216028 0.2235179 0.1269034 0.2197124 0.1256785 0.2207345 0.1226288 0.2149462 0.1269034 0.2197124 0.1244574 0.2138273 0.1276537 0.2168527 0.1269034 0.2197124 0.1276537 0.2168527 0.1295863 0.2184095 0.1269034 0.2197124 0.1296901 0.2218907 0.1256785 0.2207345 0.03974527 0.6747558 0.03901046 0.6708461 0.04309672 0.6671357 0.03974527 0.6747558 0.04309672 0.6671357 0.04533571 0.6684695 0.03974527 0.6747558 0.04122447 0.6761236 0.03671056 0.6772769 0.03974527 0.6747558 0.03671056 0.6772769 0.03705233 0.6728438 0.04285371 0.676957 0.04122447 0.6761236 0.04723489 0.6701871 0.04285371 0.676957 0.04723489 0.6701871 0.04611408 0.6760417 0.04285371 0.676957 0.04611408 0.6760417 0.04570865 0.6791136 0.04285371 0.676957 0.04257082 0.6815305 0.03866881 0.6823371 0.8679241 0.9195416 0.8702743 0.9170394 0.8753829 0.9183835 0.8679241 0.9195416 0.8753829 0.9183835 0.8677483 0.9213767 0.8679241 0.9195416 0.8677483 0.9213767 0.8641558 0.918236 0.8679241 0.9195416 0.8641558 0.918236 0.8676019 0.9163325 0.8680464 0.9231361 0.8677483 0.9213767 0.8754215 0.9231068 0.8680464 0.9231361 0.8754215 0.9231068 0.8704754 0.9251807 0.8680464 0.9231361 0.8704754 0.9251807 0.8679326 0.9263334 0.8680464 0.9231361 0.8644636 0.9250906 0.8615314 0.9220352 0.1183004 0.2280015 0.117706 0.2235869 0.1216028 0.2235179 0.1183004 0.2280015 0.1242132 0.2253737 0.1280734 0.2262315 0.1338797 0.2174259 0.1358565 0.2196395 0.1296901 0.2218907 0.1338797 0.2174259 0.1296901 0.2218907 0.1295863 0.2184095 0.03344452 0.6717519 0.03584784 0.6679992 0.03705233 0.6728438 0.03344452 0.6717519 0.03671056 0.6772769 0.0317229 0.6745746 0.03344452 0.6717519 0.0317229 0.6745746 0.02652418 0.6647167 0.03344452 0.6717519 0.0301041 0.6617519 0.03584784 0.6679992 0.0492053 0.6831966 0.04866456 0.6870482 0.03866881 0.6823371 0.0492053 0.6831966 0.04257082 0.6815305 0.04570865 0.6791136 0.0492053 0.6831966 0.050296 0.6785125 0.05986541 0.682785 0.0492053 0.6831966 0.05986541 0.682785 0.04866456 0.6870482 0.8660791 0.9123133 0.8702997 0.9127562 0.8676019 0.9163325 0.8660791 0.9123133 0.8641558 0.918236 0.862848 0.9119104 0.8660791 0.9123133 0.862848 0.9119104 0.8667305 0.9019493 0.8660791 0.9123133 0.8712476 0.9040243 0.8702997 0.9127562 0.8668037 0.93087 0.8637656 0.9322142 0.8615314 0.9220352 0.8668037 0.93087 0.8644636 0.9250906 0.8679326 0.9263334 0.8668037 0.93087 0.8707947 0.9294483 0.872769 0.9384885 0.8668037 0.93087 0.872769 0.9384885 0.8637656 0.9322142 0.02569127 0.6455865 0.03263348 0.6425499 0.03455889 0.6578865 0.02569127 0.6455865 0.0301041 0.6617519 0.02005064 0.6484265 0.07731527 0.6798898 0.08112728 0.6868243 0.06092178 0.6888573 0.07731527 0.6798898 0.05986541 0.682785 0.05942934 0.6758346 0.8803764 0.8917911 0.8864549 0.8964703 0.8767507 0.9062985 0.8803764 0.8917911 0.8712476 0.9040243 0.8751875 0.8879957 0.8839126 0.9493276 0.8804975 0.9547334 0.8689525 0.9419929 0.8839126 0.9493276 0.872769 0.9384885 0.8776066 0.9348452 0.8949554 0.9581065 0.8995674 0.9503095 0.9018926 0.9628556 0.8949554 0.9581065 0.9018926 0.9628556 0.8910862 0.9644573 0.1268394 0.1999431 0.1205141 0.1986347 0.1252505 0.1897011 0.1277362 0.2106652 0.1313554 0.2146289 0.1276537 0.2168527 0.1277362 0.2106652 0.1276537 0.2168527 0.1254088 0.2128049 0.1083146 0.212222 0.1001887 0.2056174 0.1103742 0.2056392 0.1166048 0.2180991 0.1160587 0.2130995 0.1195294 0.2167978 0.1166048 0.2180991 0.1214566 0.2208321 0.117706 0.2235869 0.8951144 0.9355437 0.8884206 0.9431787 0.8844864 0.9309238 0.8766916 0.9278711 0.8820582 0.9258516 0.8844864 0.9309238 0.8766916 0.9278711 0.8844864 0.9309238 0.8776066 0.9348452 0.8766916 0.9278711 0.8707947 0.9294483 0.8679326 0.9263334 0.8766916 0.9278711 0.8704754 0.9251807 0.8758472 0.9247164 0.8943122 0.9029168 0.8842257 0.9089713 0.8864549 0.8964703 0.8764992 0.9132789 0.8842257 0.9089713 0.8821017 0.9144693 0.8764992 0.9132789 0.8821017 0.9144693 0.8757868 0.9166481 0.8764992 0.9132789 0.8702743 0.9170394 0.8676019 0.9163325 0.8764992 0.9132789 0.8702997 0.9127562 0.8767507 0.9062985 0.07107144 0.6606186 0.07384824 0.6716047 0.06023377 0.667128 0.05248677 0.6721634 0.05395931 0.6660149 0.06023377 0.667128 0.05248677 0.6721634 0.06023377 0.667128 0.05942934 0.6758346 0.05248677 0.6721634 0.050296 0.6785125 0.04570865 0.6791136 0.05248677 0.6721634 0.04611408 0.6760417 0.04899972 0.6708803 0.04217892 0.6391203 0.04076355 0.6522199 0.03263348 0.6425499 0.03961455 0.6623867 0.04076355 0.6522199 0.04376339 0.6578596 0.03961455 0.6623867 0.04376339 0.6578596 0.04186773 0.6654289 0.03961455 0.6623867 0.03901046 0.6708461 0.03705233 0.6728438 0.03961455 0.6623867 0.03584784 0.6679992 0.03455889 0.6578865 0.1178233 0.334302 0.1244825 0.3339063 0.1228076 0.3383289 0.1178233 0.334302 0.1228076 0.3383289 0.1173368 0.3376975 0.1081225 0.3280739 0.09795391 0.3230179 0.1048992 0.3159872 0.08970606 0.319795 0.08082067 0.3165799 0.08592802 0.3077164 0.08970606 0.319795 0.09575182 0.3116116 0.09795391 0.3230179 0.08970606 0.319795 0.09795391 0.3230179 0.09219074 0.3295299 0.08970606 0.319795 0.08487075 0.3273659 0.07695335 0.3248853 0.1162137 0.3483135 0.1108242 0.3456965 0.1165205 0.3448815 0.1162137 0.3483135 0.1217829 0.3457258 0.122161 0.3505417 0.1055338 0.3515169 0.1113982 0.3573329 0.09825176 0.3620082 0.1016302 0.3045594 0.09575182 0.3116116 0.09204572 0.3003185 0.1016302 0.3045594 0.09204572 0.3003185 0.09866863 0.2936532 0.1016302 0.3045594 0.1074249 0.2980726 0.1106773 0.3097574 0.1016302 0.3045594 0.1106773 0.3097574 0.1048992 0.3159872 0.1150432 0.361746 0.1175785 0.3654576 0.1027269 0.3742275 0.1150432 0.361746 0.1008473 0.3686935 0.1113982 0.3573329 0.1217795 0.3209714 0.1159469 0.3243508 0.1106773 0.3097574 0.1217795 0.3209714 0.1106773 0.3097574 0.1158719 0.3039279 0.125766 0.3519932 0.122161 0.3505417 0.1246279 0.3473231 0.125766 0.3519932 0.1279987 0.3462679 0.1282 0.3530563 0.128817 0.3335453 0.1319892 0.3332016 0.1291381 0.339665 0.128817 0.3335453 0.1291381 0.339665 0.1260483 0.3376603 0.1241397 0.3439271 0.1217829 0.3457258 0.1168755 0.3433907 0.1241397 0.3439271 0.1168755 0.3433907 0.1246394 0.3424462 0.1241397 0.3439271 0.1246394 0.3424462 0.1279987 0.3462679 0.1241397 0.3439271 0.1279987 0.3462679 0.1246279 0.3473231 0.1246375 0.3408119 0.1246394 0.3424462 0.1173588 0.3393359 0.1246375 0.3408119 0.1173588 0.3393359 0.1228076 0.3383289 0.1246375 0.3408119 0.1228076 0.3383289 0.1260483 0.3376603 0.1246375 0.3408119 0.1291381 0.339665 0.1246394 0.3424462 0.1088927 0.3430784 0.1089047 0.3403964 0.1170115 0.3414195 0.1088927 0.3430784 0.1168755 0.3433907 0.1108242 0.3456965 0.1093459 0.3375874 0.1117932 0.3353298 0.1173588 0.3393359 0.1093459 0.3375874 0.1173588 0.3393359 0.1170115 0.3414195 0.08262372 0.3325811 0.08188873 0.336333 0.0732721 0.3348584 0.08262372 0.3325811 0.07455587 0.3306092 0.08487075 0.3273659 0.08262372 0.3325811 0.08487075 0.3273659 0.09219074 0.3295299 0.08262372 0.3325811 0.08995896 0.3342037 0.08188873 0.336333 0.7692644 0.1689986 0.7677395 0.1698439 0.7668573 0.1675063 0.7692644 0.1689986 0.7668573 0.1675063 0.7689029 0.1672298 0.7692644 0.1689986 0.7706379 0.1682587 0.7724048 0.1701405 0.7692644 0.1689986 0.7724048 0.1701405 0.7727037 0.1710764 0.7214824 0.4170742 0.7263038 0.425738 0.7043245 0.4306067 0.7214824 0.4170742 0.7043245 0.4306067 0.7015424 0.422823 0.7214824 0.4170742 0.717936 0.4101114 0.7403221 0.3997148 0.7214824 0.4170742 0.7403221 0.3997148 0.7457099 0.4073047 0.7154433 0.4050571 0.717936 0.4101114 0.6995442 0.417107 0.7154433 0.4050571 0.7325738 0.3889695 0.7358924 0.39355 0.6896366 0.4395264 0.686669 0.4310978 0.7043245 0.4306067 0.6896366 0.4395264 0.7043245 0.4306067 0.7082408 0.4405078 0.6896366 0.4395264 0.6926361 0.450957 0.6736528 0.4447928 0.6896366 0.4395264 0.6736528 0.4447928 0.686669 0.4310978 0.684022 0.4247905 0.6995442 0.417107 0.686669 0.4310978 0.684022 0.4247905 0.686669 0.4310978 0.6702292 0.4357366 0.9311167 0.09584385 0.9363585 0.0933234 0.9234563 0.1228408 0.9311167 0.09584385 0.9399434 0.07373535 0.9363585 0.0933234 0.9421534 0.09126377 0.9481241 0.09016203 0.9334551 0.1246161 0.9421534 0.09126377 0.9284213 0.1234413 0.9363585 0.0933234 0.9421534 0.09126377 0.9363585 0.0933234 0.9457604 0.06837224 0.9421534 0.09126377 0.9524227 0.06353902 0.9481241 0.09016203 0.9025548 0.1530714 0.9071773 0.1545795 0.8892228 0.1865822 0.8319399 0.2683024 0.8296902 0.2661455 0.8370595 0.2554338 0.9025548 0.1530714 0.9184484 0.1228873 0.9071773 0.1545795 0.9116238 0.1566839 0.9161064 0.1591488 0.8976135 0.1924395 0.9116238 0.1566839 0.8933995 0.189388 0.9071773 0.1545795 0.9116238 0.1566839 0.9071773 0.1545795 0.9234563 0.1228408 0.9116238 0.1566839 0.9284213 0.1234413 0.9161064 0.1591488 0.867207 0.2140695 0.8712938 0.2168912 0.8494695 0.2422496 0.867207 0.2140695 0.8849647 0.184198 0.8712938 0.2168912 0.8753871 0.2199503 0.8795124 0.2231675 0.8574739 0.2485459 0.8753871 0.2199503 0.8574739 0.2485459 0.8534255 0.245365 0.8753871 0.2199503 0.8712938 0.2168912 0.8892228 0.1865822 0.8753871 0.2199503 0.8933995 0.189388 0.8795124 0.2231675 0.8319399 0.2683024 0.8356525 0.2718622 0.8135626 0.2938229 0.7932819 0.3204061 0.7907983 0.3172966 0.7980553 0.3081325 0.8319399 0.2683024 0.8494695 0.2422496 0.8534255 0.245365 0.839547 0.2753506 0.8434922 0.2788732 0.8209246 0.3017993 0.839547 0.2753506 0.8209246 0.3017993 0.8170948 0.2978562 0.839547 0.2753506 0.8356525 0.2718622 0.8574739 0.2485459 0.839547 0.2753506 0.8574739 0.2485459 0.8615548 0.2518174 0.7932819 0.3204061 0.7968724 0.3248205 0.7722927 0.346155 0.9436134 0.05930548 0.95108 0.04583251 0.9399434 0.07373535 0.7932819 0.3204061 0.8135626 0.2938229 0.8170948 0.2978562 0.8009242 0.3293268 0.8052347 0.3340277 0.7803623 0.3558573 0.8009242 0.3293268 0.7803623 0.3558573 0.7759904 0.3507716 0.8009242 0.3293268 0.7968724 0.3248205 0.8209246 0.3017993 0.8009242 0.3293268 0.8209246 0.3017993 0.8248703 0.3057913 0.7517901 0.3691725 0.7554537 0.3737257 0.7325738 0.3889695 0.7517901 0.3691725 0.7722927 0.346155 0.7759904 0.3507716 0.7600551 0.3793146 0.765344 0.3858655 0.7403221 0.3997148 0.7600551 0.3793146 0.7403221 0.3997148 0.7358924 0.39355 0.7600551 0.3793146 0.7554537 0.3737257 0.7803623 0.3558573 0.7600551 0.3793146 0.7803623 0.3558573 0.7851907 0.3614349 0.7326214 0.4358952 0.713642 0.4525761 0.7082408 0.4405078 0.7326214 0.4358952 0.7263038 0.425738 0.7519025 0.4161605 0.7326214 0.4358952 0.7519025 0.4161605 0.7607692 0.4231396 0.7326214 0.4358952 0.7394348 0.4455103 0.713642 0.4525761 0.6953793 0.4662702 0.6758114 0.4754071 0.6758674 0.4574436 0.6953793 0.4662702 0.6926361 0.450957 0.713642 0.4525761 0.6953793 0.4662702 0.713642 0.4525761 0.7198017 0.4641995 0.6953793 0.4662702 0.6987793 0.4815334 0.6758114 0.4754071 0.7103862 0.5019155 0.6857244 0.524868 0.671506 0.5004017 0.7103862 0.5019155 0.6987793 0.4815334 0.732778 0.4798201 0.9538933 0.09051525 0.959618 0.08903247 0.9454259 0.1252382 0.9538933 0.09051525 0.9386696 0.1262926 0.9481241 0.09016203 0.9538933 0.09051525 0.9481241 0.09016203 0.959341 0.06028068 0.9538933 0.09051525 0.9659256 0.05964231 0.959618 0.08903247 0.9208371 0.1617389 0.9265008 0.1613112 0.9080443 0.1959756 0.9208371 0.1617389 0.9019833 0.1955606 0.9161064 0.1591488 0.9208371 0.1617389 0.9161064 0.1591488 0.9334551 0.1246161 0.9208371 0.1617389 0.9386696 0.1262926 0.9265008 0.1613112 0.8836957 0.2264643 0.8889679 0.2267758 0.8715211 0.2559072 0.8836957 0.2264643 0.8656086 0.2552044 0.8615548 0.2518174 0.8836957 0.2264643 0.8795124 0.2231675 0.8976135 0.1924395 0.8836957 0.2264643 0.9019833 0.1955606 0.8889679 0.2267758 0.8473565 0.2825354 0.85228 0.2835369 0.8344247 0.3111175 0.8473565 0.2825354 0.8287504 0.3099713 0.8248703 0.3057913 0.8473565 0.2825354 0.8434922 0.2788732 0.8656086 0.2552044 0.8473565 0.2825354 0.8656086 0.2552044 0.85228 0.2835369 0.8096014 0.3390257 0.8150987 0.3405752 0.797294 0.3707634 0.8096014 0.3390257 0.7902583 0.3675274 0.7851907 0.3614349 0.8096014 0.3390257 0.8052347 0.3340277 0.8287504 0.3099713 0.8096014 0.3390257 0.8287504 0.3099713 0.8150987 0.3405752 0.7710701 0.3933051 0.7779312 0.397343 0.7607692 0.4231396 0.7710701 0.3933051 0.7519025 0.4161605 0.7457099 0.4073047 0.7710701 0.3933051 0.765344 0.3858655 0.7902583 0.3675274 0.7710701 0.3933051 0.7902583 0.3675274 0.7779312 0.397343 0.4823129 0.2233021 0.4903472 0.2249778 0.4880844 0.2370442 0.4823129 0.2233021 0.4809647 0.2359369 0.4743986 0.2219573 0.4823129 0.2233021 0.4743986 0.2219573 0.4834 0.2172682 0.4823129 0.2233021 0.4834 0.2172682 0.4903472 0.2249778 0.3927761 0.238204 0.3973621 0.2504122 0.3885675 0.2539445 0.3927761 0.238204 0.3831527 0.242779 0.388927 0.2319058 0.3927761 0.238204 0.388927 0.2319058 0.3999444 0.2262364 0.3927761 0.238204 0.40275 0.2343758 0.3973621 0.2504122 0.4503267 0.2274852 0.4501773 0.2213813 0.4577255 0.2248098 0.4503267 0.2274852 0.4577255 0.2248098 0.456964 0.2369512 0.4503267 0.2274852 0.4500755 0.2371932 0.4427341 0.2297094 0.4503267 0.2274852 0.4427341 0.2297094 0.4423294 0.2235226 0.4485893 0.2137269 0.446282 0.2052975 0.4562515 0.2113919 0.4485893 0.2137269 0.4562515 0.2113919 0.4576164 0.2187323 0.4485893 0.2137269 0.4501773 0.2213813 0.4406285 0.2156245 0.4485893 0.2137269 0.4406285 0.2156245 0.4382796 0.2068706 0.4339024 0.2304518 0.4332054 0.224386 0.4427341 0.2297094 0.4339024 0.2304518 0.4427341 0.2297094 0.4344116 0.2399165 0.4339024 0.2304518 0.4344116 0.2399165 0.4240574 0.2308499 0.4339024 0.2304518 0.4240574 0.2308499 0.4231206 0.224746 0.4318512 0.2168278 0.4301685 0.2085232 0.4382796 0.2068706 0.4318512 0.2168278 0.4406285 0.2156245 0.4332054 0.224386 0.4318512 0.2168278 0.4332054 0.224386 0.4231206 0.224746 0.4318512 0.2168278 0.4225416 0.2175637 0.4301685 0.2085232 0.4641326 0.2088762 0.4655139 0.2163459 0.4576164 0.2187323 0.4641326 0.2088762 0.4562515 0.2113919 0.4622919 0.2008554 0.4641326 0.2088762 0.4622919 0.2008554 0.4698941 0.1989616 0.4641326 0.2088762 0.4714627 0.2065718 0.4655139 0.2163459 0.4659761 0.2227135 0.4654811 0.2357142 0.4577255 0.2248098 0.4659761 0.2227135 0.4577255 0.2248098 0.4576164 0.2187323 0.4659761 0.2227135 0.4655139 0.2163459 0.4744936 0.2144361 0.4659761 0.2227135 0.4743986 0.2219573 0.4740177 0.2349026 0.4129839 0.2180593 0.4123903 0.225377 0.4037594 0.2175505 0.4129839 0.2180593 0.4037594 0.2175505 0.4061813 0.209944 0.4129839 0.2180593 0.4143918 0.2104148 0.4225416 0.2175637 0.4129839 0.2180593 0.4225416 0.2175637 0.4231206 0.224746 0.4134252 0.2320411 0.416443 0.2447618 0.4065296 0.2472335 0.4134252 0.2320411 0.40275 0.2343758 0.4123903 0.225377 0.4134252 0.2320411 0.4123903 0.225377 0.4240574 0.2308499 0.4134252 0.2320411 0.4240574 0.2308499 0.416443 0.2447618 0.7550743 0.2874853 0.7579766 0.2864827 0.7576787 0.2905572 0.7550743 0.2874853 0.7551092 0.2919753 0.7520185 0.2885956 0.7550743 0.2874853 0.7520185 0.2885956 0.7520588 0.2831658 0.7550743 0.2874853 0.7552431 0.2821533 0.7579766 0.2864827 0.7486557 0.2899213 0.7520185 0.2885956 0.7488859 0.2938348 0.7486557 0.2899213 0.7488859 0.2938348 0.7454765 0.2911723 0.7486557 0.2899213 0.7454765 0.2911723 0.7444058 0.2868446 0.7486557 0.2899213 0.7484654 0.2848637 0.7520185 0.2885956 0.7342256 0.2959415 0.7375201 0.2942573 0.7370417 0.2986658 0.7342256 0.2959415 0.7370417 0.2986658 0.7340445 0.3012661 0.7342256 0.2959415 0.7306461 0.2977461 0.7307156 0.2927737 0.7342256 0.2959415 0.7307156 0.2927737 0.7350727 0.2906923 0.7278191 0.2990424 0.7306461 0.2977461 0.7303042 0.301641 0.7278191 0.2990424 0.7303042 0.301641 0.7273465 0.3018338 0.7278191 0.2990424 0.7253683 0.3000844 0.7242448 0.2965311 0.7278191 0.2990424 0.7242448 0.2965311 0.7268143 0.2947046 0.7915402 0.2321493 0.7920201 0.2303445 0.7952325 0.2315356 0.7915402 0.2321493 0.7950569 0.2336921 0.7909632 0.2343592 0.7915402 0.2321493 0.7909632 0.2343592 0.7871959 0.2321184 0.7915402 0.2321493 0.7878273 0.2301243 0.7920201 0.2303445 0.7901921 0.237379 0.7909632 0.2343592 0.7950314 0.236427 0.7901921 0.237379 0.7931501 0.2390959 0.7894287 0.2402197 0.7901921 0.237379 0.7894287 0.2402197 0.786121 0.2387816 0.7901921 0.237379 0.7867304 0.2352576 0.7909632 0.2343592 0.7857038 0.2490885 0.7871572 0.2461861 0.7891023 0.2498002 0.7857038 0.2490885 0.7891023 0.2498002 0.7887292 0.2534326 0.7857038 0.2490885 0.7841647 0.2520577 0.7815995 0.2483227 0.7857038 0.2490885 0.7815995 0.2483227 0.7837159 0.2451141 0.7831094 0.2541202 0.7841647 0.2520577 0.7869232 0.2554907 0.7831094 0.2541202 0.7869232 0.2554907 0.7855852 0.2571049 0.7831094 0.2541202 0.782296 0.2557297 0.7788594 0.2529661 0.7831094 0.2541202 0.7788594 0.2529661 0.7797175 0.2510594 0.7900846 0.185181 0.7894255 0.1836044 0.7929387 0.1831703 0.7900846 0.185181 0.7940821 0.1848288 0.7906461 0.1872478 0.7900846 0.185181 0.7906461 0.1872478 0.7862491 0.186919 0.7900846 0.185181 0.7857515 0.1850208 0.7894255 0.1836044 0.7910124 0.1902949 0.7906461 0.1872478 0.7945117 0.1905369 0.7910124 0.1902949 0.7945117 0.1905369 0.7939368 0.1932692 0.7910124 0.1902949 0.7911991 0.1932437 0.7880749 0.1932499 0.7910124 0.1902949 0.7871813 0.1898726 0.7906461 0.1872478 0.790789 0.2018042 0.7909984 0.1991801 0.7935703 0.1992689 0.790789 0.2018042 0.7938614 0.2017691 0.7905136 0.2045037 0.790789 0.2018042 0.7905136 0.2045037 0.7874326 0.202162 0.790789 0.2018042 0.7874326 0.202162 0.7880616 0.1991783 0.7902085 0.206447 0.7905136 0.2045037 0.7934988 0.2068423 0.7902085 0.206447 0.7934988 0.2068423 0.7928059 0.208561 0.7902085 0.206447 0.7898885 0.2080122 0.7867222 0.2065338 0.7902085 0.206447 0.7867222 0.2065338 0.786849 0.2047588 0.756135 0.2643135 0.7576074 0.2651042 0.756828 0.2675024 0.756135 0.2643135 0.7550947 0.2669529 0.7530733 0.2630872 0.756135 0.2643135 0.7530733 0.2630872 0.7543294 0.2605929 0.756135 0.2643135 0.7575562 0.2623016 0.7576074 0.2651042 0.7468332 0.2609894 0.7530733 0.2630872 0.7521063 0.2660786 0.7468332 0.2609894 0.7466077 0.2645543 0.7399697 0.2592613 0.7468332 0.2609894 0.7399697 0.2592613 0.74026 0.255284 0.7468332 0.2609894 0.747704 0.2577197 0.7530733 0.2630872 0.7140117 0.2736527 0.7203841 0.2672278 0.7172309 0.2771526 0.7140117 0.2736527 0.7172309 0.2771526 0.7122235 0.2833428 0.7140117 0.2736527 0.7083306 0.280311 0.7106154 0.2708603 0.7140117 0.2736527 0.7106154 0.2708603 0.7175406 0.2643646 0.7048545 0.2852542 0.7083306 0.280311 0.7090659 0.2878277 0.7048545 0.2852542 0.7090659 0.2878277 0.7068333 0.2914599 0.7048545 0.2852542 0.702481 0.28934 0.7003443 0.2823524 0.7048545 0.2852542 0.7003443 0.2823524 0.7044234 0.2773951 0.7779557 0.2208344 0.7793269 0.2201469 0.779971 0.2219935 0.7779557 0.2208344 0.7787445 0.2229248 0.7753126 0.2218669 0.7779557 0.2208344 0.7753126 0.2218669 0.7748876 0.2196505 0.7779557 0.2208344 0.7779642 0.2188969 0.7793269 0.2201469 0.7701255 0.2235896 0.7753126 0.2218669 0.7722154 0.2256821 0.7701255 0.2235896 0.7722154 0.2256821 0.7673448 0.2279435 0.7701255 0.2235896 0.7647435 0.2257911 0.7627736 0.2232027 0.7701255 0.2235896 0.7689456 0.2210639 0.7753126 0.2218669 0.7594197 0.2454007 0.7574156 0.2388011 0.762965 0.2449686 0.7594197 0.2454007 0.762965 0.2449686 0.765118 0.2497702 0.7594197 0.2454007 0.7620686 0.2514088 0.7563392 0.2469 0.7594197 0.2454007 0.7563392 0.2469 0.7538977 0.2394318 0.7636238 0.2541292 0.7620686 0.2514088 0.7662718 0.2521026 0.7636238 0.2541292 0.7662718 0.2521026 0.7646322 0.255206 0.7636238 0.2541292 0.7646322 0.255206 0.7617813 0.2566452 0.7636238 0.2541292 0.7617813 0.2566452 0.7596634 0.2535668 0.7733449 0.1796839 0.7743024 0.1789975 0.7758979 0.1815819 0.7733449 0.1796839 0.7752944 0.1823243 0.7716335 0.1812205 0.7733449 0.1796839 0.7716335 0.1812205 0.7700319 0.1784159 0.7733449 0.1796839 0.7722982 0.1769381 0.7743024 0.1789975 0.7684139 0.1844576 0.7716335 0.1812205 0.7740603 0.1838061 0.7684139 0.1844576 0.7715649 0.1867665 0.7653984 0.1885181 0.7684139 0.1844576 0.7653984 0.1885181 0.7622113 0.1862165 0.7684139 0.1844576 0.7659924 0.1817026 0.7716335 0.1812205 0.7713989 0.2075815 0.767054 0.2041534 0.7697701 0.202775 0.7713989 0.2075815 0.7734406 0.20607 0.7759854 0.2101604 0.7713989 0.2075815 0.7759854 0.2101604 0.7700017 0.2094963 0.7713989 0.2075815 0.7700017 0.2094963 0.7647089 0.2058196 0.7787376 0.2113575 0.7759854 0.2101604 0.7793582 0.2097774 0.7787376 0.2113575 0.7793582 0.2097774 0.7809036 0.2106497 0.7787376 0.2113575 0.7805725 0.2118636 0.7786479 0.2129865 0.7787376 0.2113575 0.7786479 0.2129865 0.7754347 0.2120464 0.7726905 0.1751176 0.7745659 0.1748353 0.7736777 0.1763647 0.7726905 0.1751176 0.7722982 0.1769381 0.7697076 0.1763696 0.7726905 0.1751176 0.7697076 0.1763696 0.770109 0.1747337 0.7726905 0.1751176 0.7735979 0.1738014 0.7745659 0.1748353 0.7645096 0.1795608 0.7697076 0.1763696 0.7700319 0.1784159 0.7645096 0.1795608 0.7659924 0.1817026 0.7595084 0.1844757 0.7645096 0.1795608 0.7595084 0.1844757 0.7556338 0.1817687 0.7645096 0.1795608 0.7641852 0.1775074 0.7697076 0.1763696 0.7688371 0.2116006 0.7624239 0.2081421 0.7700017 0.2094963 0.7688371 0.2116006 0.7700017 0.2094963 0.7754347 0.2120464 0.7688371 0.2116006 0.7752249 0.2137212 0.7681654 0.2142134 0.7688371 0.2116006 0.7681654 0.2142134 0.7624239 0.2081421 0.7789899 0.2144254 0.7752249 0.2137212 0.7786479 0.2129865 0.7789899 0.2144254 0.7786479 0.2129865 0.780751 0.2131218 0.7789899 0.2144254 0.7814434 0.2144215 0.7817517 0.2157379 0.7789899 0.2144254 0.7791711 0.2158055 0.7751294 0.2154413 0.7785993 0.2172583 0.7807782 0.217046 0.7796083 0.2184732 0.7785993 0.2172583 0.7779642 0.2188969 0.7749217 0.2174631 0.7785993 0.2172583 0.7749217 0.2174631 0.7751294 0.2154413 0.7785993 0.2172583 0.7791711 0.2158055 0.7817517 0.2157379 0.768247 0.2176531 0.7749217 0.2174631 0.7748876 0.2196505 0.768247 0.2176531 0.7689456 0.2210639 0.7611194 0.2189661 0.768247 0.2176531 0.7611194 0.2189661 0.7585704 0.2122675 0.768247 0.2176531 0.7681654 0.2142134 0.7749217 0.2174631 0.753193 0.2492201 0.7495686 0.241645 0.7563392 0.2469 0.753193 0.2492201 0.7563392 0.2469 0.7596634 0.2535668 0.753193 0.2492201 0.7579579 0.2554758 0.7505058 0.2519698 0.753193 0.2492201 0.7505058 0.2519698 0.7424829 0.2449797 0.7610939 0.2587929 0.7579579 0.2554758 0.7617813 0.2566452 0.7610939 0.2587929 0.7617813 0.2566452 0.7632963 0.2579293 0.7610939 0.2587929 0.7634157 0.2606409 0.7605684 0.2603969 0.7610939 0.2587929 0.7605684 0.2603969 0.756663 0.2571892 0.7592116 0.2612813 0.7614506 0.2630602 0.7590838 0.263428 0.7592116 0.2612813 0.7575562 0.2623016 0.7554898 0.2587609 0.7592116 0.2612813 0.7554898 0.2587609 0.756663 0.2571892 0.7592116 0.2612813 0.7605684 0.2603969 0.7633479 0.2625986 0.7488021 0.2547581 0.7554898 0.2587609 0.7543294 0.2605929 0.7488021 0.2547581 0.747704 0.2577197 0.7411139 0.2514164 0.7488021 0.2547581 0.7411139 0.2514164 0.7505058 0.2519698 0.7488021 0.2547581 0.7505058 0.2519698 0.7554898 0.2587609 0.7075702 0.2685813 0.7145699 0.2622122 0.7106154 0.2708603 0.7075702 0.2685813 0.7106154 0.2708603 0.7044234 0.2773951 0.7075702 0.2685813 0.7011274 0.2746121 0.7045179 0.2655831 0.7075702 0.2685813 0.7045179 0.2655831 0.7116875 0.2596594 0.695967 0.2790576 0.7011274 0.2746121 0.7003443 0.2823524 0.695967 0.2790576 0.7003443 0.2823524 0.6973217 0.286521 0.695967 0.2790576 0.691448 0.2827105 0.6914837 0.2742709 0.695967 0.2790576 0.6914837 0.2742709 0.6977156 0.2707443 0.7740963 0.1725683 0.7764905 0.1726086 0.7758693 0.1737899 0.7740963 0.1725683 0.7735979 0.1738014 0.770685 0.1731604 0.7740963 0.1725683 0.770685 0.1731604 0.7727037 0.1710764 0.7740963 0.1725683 0.7743901 0.1713768 0.7764905 0.1726086 0.7652392 0.1750172 0.770685 0.1731604 0.770109 0.1747337 0.7652392 0.1750172 0.7641852 0.1775074 0.7556338 0.1817687 0.7652392 0.1750172 0.7592223 0.176006 0.7615423 0.1729003 0.7652392 0.1750172 0.766279 0.1726337 0.770685 0.1731604 0.6801795 0.2379018 0.6737415 0.2325477 0.6795945 0.2272646 0.6801795 0.2379018 0.6875762 0.2335486 0.6870231 0.2426181 0.6801795 0.2379018 0.6870231 0.2426181 0.682464 0.2453707 0.6801795 0.2379018 0.6764667 0.2430679 0.6737415 0.2325477 0.7826279 0.1848862 0.7857515 0.1850208 0.7828091 0.18648 0.7826279 0.1848862 0.7828091 0.18648 0.7798413 0.1859117 0.7826279 0.1848862 0.7801141 0.1845609 0.7825562 0.1836991 0.7826279 0.1848862 0.7825562 0.1836991 0.7854711 0.1836503 0.7776102 0.1838285 0.7801141 0.1845609 0.7798413 0.1859117 0.7776102 0.1838285 0.7768606 0.1851952 0.7752944 0.1823243 0.7776102 0.1838285 0.7752944 0.1823243 0.7758979 0.1815819 0.7776102 0.1838285 0.7779223 0.1829658 0.7802001 0.1835409 0.7832095 0.1888871 0.7871813 0.1898726 0.7832574 0.1912729 0.7832095 0.1888871 0.7832574 0.1912729 0.7785485 0.1901158 0.7832095 0.1888871 0.7791951 0.1879242 0.7828091 0.18648 0.7832095 0.1888871 0.7828091 0.18648 0.7862491 0.186919 0.775236 0.1875697 0.7791951 0.1879242 0.7785485 0.1901158 0.775236 0.1875697 0.7739575 0.1901386 0.7715649 0.1867665 0.775236 0.1875697 0.7715649 0.1867665 0.7740603 0.1838061 0.775236 0.1875697 0.7768606 0.1851952 0.7791951 0.1879242 0.7838541 0.2032042 0.7874326 0.202162 0.786849 0.2047588 0.7838541 0.2032042 0.7839145 0.2053666 0.7801803 0.204389 0.7838541 0.2032042 0.7801803 0.204389 0.7791119 0.2023972 0.7838541 0.2032042 0.7835856 0.2010625 0.7874326 0.202162 0.7765385 0.205175 0.7801803 0.204389 0.7790258 0.2071598 0.7765385 0.205175 0.7790258 0.2071598 0.7771061 0.2084144 0.7765385 0.205175 0.7734406 0.20607 0.7746123 0.2029681 0.7765385 0.205175 0.7746123 0.2029681 0.7791119 0.2023972 0.784206 0.2068729 0.7867222 0.2065338 0.7868239 0.2078979 0.784206 0.2068729 0.7846132 0.2080513 0.7830031 0.2085526 0.784206 0.2068729 0.7822913 0.2075088 0.7814076 0.2062069 0.784206 0.2068729 0.7839145 0.2053666 0.7867222 0.2065338 0.780609 0.2084858 0.7822913 0.2075088 0.7817402 0.2094824 0.780609 0.2084858 0.7817402 0.2094824 0.7809036 0.2106497 0.780609 0.2084858 0.7793582 0.2097774 0.7790258 0.2071598 0.780609 0.2084858 0.7790258 0.2071598 0.7814076 0.2062069 0.7850506 0.2285188 0.7878273 0.2301243 0.7841765 0.2301889 0.7850506 0.2285188 0.7841765 0.2301889 0.781497 0.2283188 0.7850506 0.2285188 0.7827591 0.2269468 0.7858955 0.2272672 0.7850506 0.2285188 0.7858955 0.2272672 0.788542 0.2287028 0.7805014 0.2250222 0.7827591 0.2269468 0.781497 0.2283188 0.7805014 0.2250222 0.7787492 0.2262564 0.7787445 0.2229248 0.7805014 0.2250222 0.7787445 0.2229248 0.7815774 0.2239392 0.7805014 0.2250222 0.7815774 0.2239392 0.7827591 0.2269468 0.7832433 0.2326957 0.7867304 0.2352576 0.7820759 0.2350605 0.7832433 0.2326957 0.7820759 0.2350605 0.7777669 0.2319768 0.7832433 0.2326957 0.7795937 0.230079 0.7841765 0.2301889 0.7832433 0.2326957 0.7841765 0.2301889 0.7871959 0.2321184 0.7756446 0.2277932 0.7795937 0.230079 0.7777669 0.2319768 0.7756446 0.2277932 0.7729319 0.2296296 0.7722154 0.2256821 0.7756446 0.2277932 0.7722154 0.2256821 0.776499 0.2240799 0.7756446 0.2277932 0.7787492 0.2262564 0.7795937 0.230079 0.777156 0.2477959 0.7815995 0.2483227 0.7797175 0.2510594 0.777156 0.2477959 0.7760158 0.2503215 0.7724367 0.247106 0.777156 0.2477959 0.7724367 0.247106 0.7725976 0.2442766 0.777156 0.2477959 0.778103 0.24512 0.7815995 0.2483227 0.7675052 0.2458503 0.7724367 0.247106 0.7687554 0.2494199 0.7675052 0.2458503 0.7687554 0.2494199 0.765118 0.2497702 0.7675052 0.2458503 0.762965 0.2449686 0.7669509 0.2422496 0.7675052 0.2458503 0.7669509 0.2422496 0.7725976 0.2442766 0.7755483 0.2521152 0.7788594 0.2529661 0.7785134 0.2544577 0.7755483 0.2521152 0.7754173 0.253543 0.7726065 0.2529498 0.7755483 0.2521152 0.7725843 0.2515925 0.7725363 0.2497922 0.7755483 0.2521152 0.7760158 0.2503215 0.7788594 0.2529661 0.7693753 0.2514227 0.7725843 0.2515925 0.76968 0.252642 0.7693753 0.2514227 0.76968 0.252642 0.7669259 0.2532004 0.7693753 0.2514227 0.7662718 0.2521026 0.7687554 0.2494199 0.7693753 0.2514227 0.7687554 0.2494199 0.7725363 0.2497922 0.754913 0.2773818 0.7552431 0.2821533 0.751986 0.2779703 0.754913 0.2773818 0.751986 0.2779703 0.7518782 0.2732892 0.754913 0.2773818 0.7545403 0.2732546 0.7575941 0.2769453 0.754913 0.2773818 0.7575941 0.2769453 0.7582231 0.2814837 0.7545821 0.2698558 0.7545403 0.2732546 0.7518131 0.2694022 0.7545821 0.2698558 0.7518131 0.2694022 0.7521063 0.2660786 0.7545821 0.2698558 0.7550947 0.2669529 0.7565519 0.270036 0.7545821 0.2698558 0.7565519 0.270036 0.7568003 0.273064 0.7485675 0.2788628 0.7484654 0.2848637 0.7450948 0.2795603 0.7485675 0.2788628 0.7450948 0.2795603 0.7447102 0.2730641 0.7485675 0.2788628 0.7484111 0.2730113 0.751986 0.2779703 0.7485675 0.2788628 0.751986 0.2779703 0.7520588 0.2831658 0.7474458 0.2684018 0.7484111 0.2730113 0.7447102 0.2730641 0.7474458 0.2684018 0.7429674 0.2681295 0.7466077 0.2645543 0.7474458 0.2684018 0.7466077 0.2645543 0.7521063 0.2660786 0.7474458 0.2684018 0.7518131 0.2694022 0.7484111 0.2730113 0.7264897 0.2895932 0.7307156 0.2927737 0.7268143 0.2947046 0.7264897 0.2895932 0.7226862 0.2920758 0.7225114 0.2859899 0.7264897 0.2895932 0.7225114 0.2859899 0.7264315 0.2826551 0.7264897 0.2895932 0.730174 0.2870023 0.7307156 0.2927737 0.7197447 0.281554 0.7225114 0.2859899 0.7187457 0.2894639 0.7197447 0.281554 0.7154767 0.2864733 0.7172309 0.2771526 0.7197447 0.281554 0.7172309 0.2771526 0.7243163 0.2772914 0.7197447 0.281554 0.7243163 0.2772914 0.7264315 0.2826551 0.7200969 0.2943423 0.7242448 0.2965311 0.7223412 0.2983053 0.7200969 0.2943423 0.7181145 0.2965008 0.7159919 0.2922772 0.7200969 0.2943423 0.7159919 0.2922772 0.7187457 0.2894639 0.7200969 0.2943423 0.7226862 0.2920758 0.7242448 0.2965311 0.7125466 0.2901372 0.7159919 0.2922772 0.7137441 0.2947602 0.7125466 0.2901372 0.7102856 0.2931733 0.7090659 0.2878277 0.7125466 0.2901372 0.7090659 0.2878277 0.7122235 0.2833428 0.7125466 0.2901372 0.7154767 0.2864733 0.7159919 0.2922772 0.6925824 0.2483969 0.6870231 0.2426181 0.6947223 0.2387107 0.6925824 0.2483969 0.7009353 0.2445685 0.6971704 0.254611 0.6925824 0.2483969 0.6971704 0.254611 0.6889316 0.2573974 0.6925824 0.2483969 0.6846943 0.2505133 0.6870231 0.2426181 0.7011001 0.260633 0.6971704 0.254611 0.7058518 0.2504281 0.7011001 0.260633 0.7091087 0.2555949 0.7045179 0.2655831 0.7011001 0.260633 0.7045179 0.2655831 0.6977156 0.2707443 0.7011001 0.260633 0.6934613 0.2645735 0.6971704 0.254611 0.6777994 0.2501618 0.6764667 0.2430679 0.682464 0.2453707 0.6777994 0.2501618 0.6846943 0.2505133 0.681941 0.2583736 0.6777994 0.2501618 0.681941 0.2583736 0.6757165 0.258161 0.6777994 0.2501618 0.6719185 0.249221 0.6764667 0.2430679 0.6866555 0.266893 0.681941 0.2583736 0.6889316 0.2573974 0.6866555 0.266893 0.6934613 0.2645735 0.6914837 0.2742709 0.6866555 0.266893 0.6914837 0.2742709 0.6882424 0.2809026 0.6866555 0.266893 0.6800118 0.2671955 0.681941 0.2583736 0.6186738 0.3582895 0.6178131 0.3621598 0.6170918 0.3596279 0.6186738 0.3582895 0.6170918 0.3596279 0.6190271 0.3523548 0.6186738 0.3582895 0.6206782 0.3547775 0.6203172 0.3574302 0.6186738 0.3582895 0.6203172 0.3574302 0.6195757 0.3600406 0.6281552 0.3612313 0.628714 0.3570415 0.631697 0.3559388 0.6281552 0.3612313 0.6286821 0.3631879 0.6263696 0.365044 0.6281552 0.3612313 0.6263696 0.365044 0.6262703 0.3622746 0.6281552 0.3612313 0.6272953 0.359618 0.628714 0.3570415 0.668917 0.3711682 0.6710192 0.3769894 0.6657269 0.3726966 0.668917 0.3711682 0.6657269 0.3726966 0.6641137 0.3626069 0.668917 0.3711682 0.6693478 0.3650863 0.6721422 0.3699792 0.668917 0.3711682 0.6721422 0.3699792 0.6730005 0.373967 0.6879733 0.3651077 0.6845044 0.3607879 0.6877469 0.3566826 0.6879733 0.3651077 0.6911793 0.3646108 0.6892112 0.3706819 0.6879733 0.3651077 0.6892112 0.3706819 0.6861444 0.369579 0.6879733 0.3651077 0.6848189 0.3659421 0.6845044 0.3607879 0.7167736 0.3361316 0.7128954 0.3311864 0.7198855 0.337916 0.7167736 0.3361316 0.7198855 0.337916 0.719157 0.3419134 0.7167736 0.3361316 0.719157 0.3419134 0.7158412 0.3388515 0.7167736 0.3361316 0.7139299 0.3350502 0.7128954 0.3311864 0.7044079 0.342064 0.7072193 0.3474882 0.7033638 0.3453902 0.7044079 0.342064 0.7033638 0.3453902 0.6992925 0.3352169 0.7044079 0.342064 0.7031932 0.3359932 0.7057074 0.3392775 0.7044079 0.342064 0.7057074 0.3392775 0.7072691 0.3430602 0.703583 0.3060667 0.6996076 0.3028883 0.7046223 0.3036197 0.703583 0.3060667 0.7046223 0.3036197 0.7088351 0.3098282 0.703583 0.3060667 0.7072229 0.311576 0.7021065 0.3082556 0.703583 0.3060667 0.7021065 0.3082556 0.6995535 0.3054193 0.7096187 0.3185156 0.7072229 0.311576 0.7088351 0.3098282 0.7096187 0.3185156 0.7114732 0.3181188 0.7102335 0.3245545 0.7096187 0.3185156 0.7102335 0.3245545 0.7084393 0.3231831 0.7096187 0.3185156 0.7075771 0.3191878 0.7053132 0.3132926 0.6892414 0.3141699 0.6920629 0.3202257 0.689763 0.3211414 0.6892414 0.3141699 0.6865901 0.3140746 0.6882588 0.3090564 0.6892414 0.3141699 0.6882588 0.3090564 0.6905111 0.3103109 0.6892414 0.3141699 0.6918643 0.313876 0.6920629 0.3202257 0.6958436 0.3258532 0.6997345 0.3295741 0.694378 0.3276615 0.6958436 0.3258532 0.694378 0.3276615 0.689763 0.3211414 0.6958436 0.3258532 0.6920629 0.3202257 0.6944931 0.3191963 0.6958436 0.3258532 0.6975989 0.3242301 0.6998726 0.3272548 0.6623831 0.3390334 0.6624312 0.3474293 0.6596227 0.3479394 0.6623831 0.3390334 0.6599743 0.338069 0.6603597 0.3272227 0.6623831 0.3390334 0.6637287 0.3316578 0.6652314 0.3341575 0.6623831 0.3390334 0.6650205 0.3394449 0.6624312 0.3474293 0.663971 0.3536013 0.6668249 0.3572304 0.6615406 0.3552367 0.663971 0.3536013 0.6615406 0.3552367 0.6624312 0.3474293 0.663971 0.3536013 0.6624312 0.3474293 0.6667341 0.3521518 0.663971 0.3536013 0.6667341 0.3521518 0.6681026 0.3550288 0.6804047 0.3349458 0.6765863 0.3289547 0.6784949 0.3238071 0.6804047 0.3349458 0.6824963 0.3336789 0.6861695 0.3423588 0.6804047 0.3349458 0.683302 0.3424896 0.6779766 0.3360574 0.6804047 0.3349458 0.6779766 0.3360574 0.6759002 0.3315969 0.684073 0.3489004 0.683302 0.3424896 0.6861695 0.3423588 0.684073 0.3489004 0.6869984 0.349646 0.682803 0.3536072 0.684073 0.3489004 0.682803 0.3536072 0.680771 0.3520461 0.684073 0.3489004 0.680976 0.3485946 0.683302 0.3424896 0.6250811 0.3307806 0.6217408 0.3378199 0.619799 0.3372452 0.6250811 0.3307806 0.6239466 0.3292537 0.6287429 0.3203034 0.6250811 0.3307806 0.6291261 0.3255978 0.6290843 0.3281517 0.6250811 0.3307806 0.6266585 0.3321417 0.6217408 0.3378199 0.6207829 0.3444593 0.6215868 0.3493591 0.6190444 0.3449198 0.6207829 0.3444593 0.6190444 0.3449198 0.619799 0.3372452 0.6207829 0.3444593 0.6217408 0.3378199 0.6227956 0.3443109 0.6207829 0.3444593 0.6227956 0.3443109 0.622821 0.3477632 0.6394883 0.3357097 0.6391355 0.3297349 0.6412677 0.3352689 0.6394883 0.3357097 0.6412677 0.3352689 0.6400589 0.3432099 0.6394883 0.3357097 0.6382043 0.3426179 0.6374437 0.3357759 0.6394883 0.3357097 0.6374437 0.3357759 0.6377426 0.3314803 0.6351051 0.3483014 0.6382043 0.3426179 0.6400589 0.3432099 0.6351051 0.3483014 0.636179 0.3496897 0.6314687 0.3518658 0.6351051 0.3483014 0.6314687 0.3518658 0.6314309 0.3499028 0.6351051 0.3483014 0.6335699 0.3470928 0.6360135 0.3419623 0.6366908 0.2949985 0.6344159 0.3007605 0.6358556 0.2935989 0.6366908 0.2949985 0.6358556 0.2935989 0.6391808 0.291872 0.6366908 0.2949985 0.6391808 0.291872 0.6394855 0.2937585 0.6366908 0.2949985 0.6379423 0.2963466 0.6344159 0.3007605 0.6504187 0.3004333 0.6496402 0.2958841 0.6523697 0.2969956 0.6504187 0.3004333 0.652162 0.2998582 0.649251 0.3068774 0.6504187 0.3004333 0.649251 0.3068774 0.6483426 0.3005868 0.6504187 0.3004333 0.6483426 0.3005868 0.6482645 0.2972062 0.6326504 0.3092466 0.632114 0.3170014 0.6287429 0.3203034 0.6326504 0.3092466 0.6314443 0.3097522 0.6333741 0.300038 0.6326504 0.3092466 0.6344159 0.3007605 0.6358922 0.30171 0.6326504 0.3092466 0.6341877 0.309293 0.6335081 0.3148096 0.6458391 0.3150309 0.649251 0.3068774 0.6510095 0.3069663 0.6458391 0.3150309 0.6468315 0.3162403 0.6425952 0.3261759 0.6458391 0.3150309 0.6417648 0.3215377 0.6443539 0.3139142 0.6458391 0.3150309 0.6443539 0.3139142 0.649251 0.3068774 0.655526 0.3014271 0.6576421 0.3083261 0.6537131 0.3004583 0.655526 0.3014271 0.6537131 0.3004583 0.6550604 0.2960824 0.655526 0.3014271 0.6550604 0.2960824 0.6569644 0.2976522 0.655526 0.3014271 0.657681 0.3017717 0.6576421 0.3083261 0.6720206 0.2953271 0.6693697 0.2904657 0.6733972 0.2943242 0.6720206 0.2953271 0.6733972 0.2943242 0.6738364 0.302955 0.6720206 0.2953271 0.6738364 0.302955 0.6701204 0.2964555 0.6720206 0.2953271 0.6701204 0.2964555 0.6685269 0.2927684 0.6599747 0.3160839 0.6626458 0.3221123 0.6603597 0.3272227 0.6599747 0.3160839 0.6585426 0.3169978 0.6558761 0.3079058 0.6599747 0.3160839 0.6576421 0.3083261 0.6597144 0.3083229 0.6599747 0.3160839 0.6617557 0.3152144 0.6633033 0.3195964 0.6748736 0.3120059 0.6738364 0.302955 0.6755003 0.30261 0.6748736 0.3120059 0.6766812 0.3129442 0.6784949 0.3238071 0.6748736 0.3120059 0.6745617 0.3195286 0.6729791 0.3170423 0.6748736 0.3120059 0.6727675 0.3116309 0.6717408 0.3035762 0.6895468 0.285653 0.6852745 0.2824956 0.6910877 0.2840917 0.6895468 0.285653 0.6910877 0.2840917 0.6933619 0.2902067 0.6895468 0.285653 0.6933619 0.2902067 0.6876468 0.2872175 0.6895468 0.285653 0.6876468 0.2872175 0.6850562 0.2847988 0.6765115 0.2947278 0.6796294 0.2997255 0.6746738 0.2948185 0.6765115 0.2947278 0.6746738 0.2948185 0.6747046 0.2896482 0.6765115 0.2947278 0.6747046 0.2896482 0.6766749 0.2908141 0.6765115 0.2947278 0.6783525 0.2941254 0.6796294 0.2997255 0.6955617 0.2942976 0.6933619 0.2902067 0.6958236 0.2894415 0.6955617 0.2942976 0.6982902 0.2941157 0.6959065 0.2976493 0.6955617 0.2942976 0.6959065 0.2976493 0.6937911 0.2971 0.6955617 0.2942976 0.6928856 0.2947895 0.690796 0.2911536 0.6824126 0.3026273 0.685166 0.3036844 0.6813264 0.3046544 0.6824126 0.3026273 0.6813264 0.3046544 0.6782574 0.3011555 0.6824126 0.3026273 0.6796294 0.2997255 0.6811762 0.2981105 0.6824126 0.3026273 0.6837643 0.3006975 0.6854949 0.3019675 0.6432496 0.2752379 0.6408494 0.2654104 0.6437951 0.2655141 0.6432496 0.2752379 0.6469375 0.2770914 0.6523697 0.2969956 0.6432496 0.2752379 0.644654 0.2826117 0.6412192 0.2774584 0.6432496 0.2752379 0.6395466 0.2719849 0.6408494 0.2654104 0.6391643 0.2561032 0.6374008 0.2492694 0.6416046 0.2549504 0.6391643 0.2561032 0.6416046 0.2549504 0.6408494 0.2654104 0.6391643 0.2561032 0.6408494 0.2654104 0.638006 0.2648519 0.6391643 0.2561032 0.6368619 0.2574577 0.6361678 0.2526021 0.6359488 0.2847245 0.6370368 0.2833605 0.6373927 0.2899874 0.6359488 0.2847245 0.6364895 0.2887564 0.6343455 0.2900684 0.6359488 0.2847245 0.6342549 0.2827574 0.6346655 0.2775607 0.6492754 0.2737563 0.6528474 0.2807535 0.6523697 0.2969956 0.6492754 0.2737563 0.6469375 0.2770914 0.6437951 0.2655141 0.6492754 0.2737563 0.6463298 0.2640233 0.6514464 0.2689329 0.6492754 0.2737563 0.6514464 0.2689329 0.6535542 0.2743636 0.6441648 0.2547317 0.6463298 0.2640233 0.6416046 0.2549504 0.6441648 0.2547317 0.6416046 0.2549504 0.6438812 0.2475933 0.6441648 0.2547317 0.6438812 0.2475933 0.6465808 0.2495595 0.6441648 0.2547317 0.6471626 0.2545084 0.6490366 0.2619152 0.6728593 0.265085 0.6697766 0.257381 0.6757165 0.258161 0.6728593 0.265085 0.6800118 0.2671955 0.6744779 0.271273 0.6728593 0.265085 0.6744779 0.271273 0.6687135 0.2677425 0.6728593 0.265085 0.6664138 0.2629783 0.6697766 0.257381 0.6670727 0.2495693 0.6642561 0.2435394 0.6719185 0.249221 0.6670727 0.2495693 0.6719185 0.249221 0.6697766 0.257381 0.6670727 0.2495693 0.6697766 0.257381 0.6644732 0.2568684 0.6670727 0.2495693 0.6628641 0.2504566 0.6619045 0.2461708 0.7912219 0.1950157 0.7911991 0.1932437 0.7936931 0.1949869 0.7912219 0.1950157 0.7936931 0.1949869 0.7936133 0.1962304 0.7912219 0.1950157 0.7911634 0.1962193 0.7890245 0.1950969 0.7912219 0.1950157 0.7890245 0.1950969 0.7911991 0.1932437 0.7911061 0.1974629 0.7911634 0.1962193 0.7935299 0.1975402 0.7911061 0.1974629 0.7935299 0.1975402 0.7909984 0.1991801 0.7911061 0.1974629 0.7909984 0.1991801 0.7889697 0.1974133 0.7911061 0.1974629 0.7889697 0.1974133 0.7890069 0.1962546 0.7642993 0.192525 0.7653984 0.1885181 0.769086 0.1908761 0.7642993 0.192525 0.7675505 0.1937927 0.7644108 0.1964858 0.7642993 0.192525 0.7644108 0.1964858 0.7608471 0.1966484 0.7642993 0.192525 0.7607207 0.1913762 0.7653984 0.1885181 0.7650269 0.2004083 0.7644108 0.1964858 0.7675507 0.1966584 0.7650269 0.2004083 0.7678687 0.199686 0.767054 0.2041534 0.7650269 0.2004083 0.767054 0.2041534 0.761917 0.2014999 0.7650269 0.2004083 0.761917 0.2014999 0.7644108 0.1964858 0.7571161 0.1908985 0.7595084 0.1844757 0.7622113 0.1862165 0.7571161 0.1908985 0.7607207 0.1913762 0.7569389 0.1976181 0.7571161 0.1908985 0.7569389 0.1976181 0.7530434 0.1910333 0.7571161 0.1908985 0.7530434 0.1910333 0.7556338 0.1817687 0.758583 0.2034236 0.7569389 0.1976181 0.761917 0.2014999 0.758583 0.2034236 0.761917 0.2014999 0.7647089 0.2058196 0.758583 0.2034236 0.7624239 0.2081421 0.7585704 0.2122675 0.758583 0.2034236 0.7546166 0.205088 0.7569389 0.1976181 0.7243356 0.1974844 0.7208698 0.1902456 0.7296037 0.1928566 0.7243356 0.1974844 0.7310734 0.1999824 0.7264739 0.2041611 0.7243356 0.1974844 0.7264739 0.2041611 0.7220721 0.2028342 0.7243356 0.1974844 0.7175045 0.1949989 0.7208698 0.1902456 0.7954269 0.2079495 0.7934988 0.2068423 0.7963473 0.2065239 0.7954269 0.2079495 0.7963473 0.2065239 0.7975038 0.2079917 0.7954269 0.2079495 0.7966739 0.2094125 0.7945752 0.209711 0.7954269 0.2079495 0.7945752 0.209711 0.7934988 0.2068423 0.7961989 0.1834261 0.7973753 0.1814981 0.7992603 0.1827449 0.7961989 0.1834261 0.7977911 0.1848456 0.7940821 0.1848288 0.7961989 0.1834261 0.7940821 0.1848288 0.7945296 0.1819568 0.7961989 0.1834261 0.7945296 0.1819568 0.7951596 0.1803534 0.737716 0.1903586 0.7404313 0.184722 0.7438309 0.1871145 0.737716 0.1903586 0.7427554 0.1918638 0.7367842 0.1964977 0.737716 0.1903586 0.7367842 0.1964977 0.7296037 0.1928566 0.737716 0.1903586 0.7326874 0.1874008 0.7404313 0.184722 0.7376244 0.2025052 0.7367842 0.1964977 0.742287 0.1983678 0.7376244 0.2025052 0.7438494 0.2044971 0.7379209 0.2080916 0.7376244 0.2025052 0.7379209 0.2080916 0.7315366 0.2058072 0.7376244 0.2025052 0.7310734 0.1999824 0.7367842 0.1964977 0.7480605 0.1917219 0.7481122 0.1849975 0.7530434 0.1910333 0.7480605 0.1917219 0.7530434 0.1910333 0.752568 0.1986481 0.7480605 0.1917219 0.7476162 0.1989913 0.7427554 0.1918638 0.7480605 0.1917219 0.7427554 0.1918638 0.7438309 0.1871145 0.7496095 0.2054019 0.7476162 0.1989913 0.752568 0.1986481 0.7496095 0.2054019 0.7546166 0.205088 0.750713 0.2112956 0.7496095 0.2054019 0.750713 0.2112956 0.7446416 0.2101943 0.7496095 0.2054019 0.7438494 0.2044971 0.7476162 0.1989913 0.6228712 0.3537229 0.6206782 0.3547775 0.6190271 0.3523548 0.6228712 0.3537229 0.6229724 0.3524931 0.6251479 0.3541156 0.6228712 0.3537229 0.6251479 0.3541156 0.6246677 0.3556916 0.6228712 0.3537229 0.6227383 0.3552684 0.6206782 0.3547775 0.6274036 0.3549457 0.6251479 0.3541156 0.6255465 0.3529162 0.6274036 0.3549457 0.6281101 0.3538588 0.628714 0.3570415 0.6274036 0.3549457 0.628714 0.3570415 0.6265809 0.3563367 0.6274036 0.3549457 0.6265809 0.3563367 0.6246677 0.3556916 0.624 0.3660083 0.6263696 0.365044 0.6261299 0.3688878 0.624 0.3660083 0.6230359 0.3704894 0.6214318 0.3653486 0.624 0.3660083 0.6214318 0.3653486 0.6228554 0.3613374 0.624 0.3660083 0.6249244 0.3619384 0.6263696 0.365044 0.6190509 0.3642893 0.6214318 0.3653486 0.6169342 0.3684311 0.6190509 0.3642893 0.6169342 0.3684311 0.6156054 0.3654248 0.6190509 0.3642893 0.6178131 0.3621598 0.6208674 0.3605284 0.6190509 0.3642893 0.6208674 0.3605284 0.6228554 0.3613374 0.6257696 0.358691 0.6272953 0.359618 0.6249244 0.3619384 0.6257696 0.358691 0.6249244 0.3619384 0.6228554 0.3613374 0.6257696 0.358691 0.6239188 0.3581086 0.6265809 0.3563367 0.6257696 0.358691 0.6265809 0.3563367 0.6276703 0.3574575 0.6220834 0.3575291 0.6239188 0.3581086 0.6228554 0.3613374 0.6220834 0.3575291 0.6208674 0.3605284 0.6203172 0.3574302 0.6220834 0.3575291 0.6203172 0.3574302 0.6212562 0.3555959 0.6220834 0.3575291 0.6227383 0.3552684 0.6239188 0.3581086 0.6321982 0.3245276 0.6291261 0.3255978 0.6287429 0.3203034 0.6321982 0.3245276 0.6327043 0.3225052 0.6353623 0.3237955 0.6321982 0.3245276 0.6347725 0.3256018 0.6312552 0.3277215 0.6321982 0.3245276 0.6312552 0.3277215 0.6291261 0.3255978 0.6373243 0.3268516 0.6347725 0.3256018 0.6380941 0.3250777 0.6373243 0.3268516 0.6380941 0.3250777 0.6425952 0.3261759 0.6373243 0.3268516 0.6391355 0.3297349 0.6362618 0.3297334 0.6373243 0.3268516 0.6362618 0.3297334 0.6337972 0.3286094 0.6285731 0.3524165 0.6314687 0.3518658 0.631697 0.3559388 0.6285731 0.3524165 0.6281101 0.3538588 0.6260502 0.3516292 0.6285731 0.3524165 0.6260502 0.3516292 0.6268692 0.3494427 0.6285731 0.3524165 0.6293783 0.3500632 0.6314687 0.3518658 0.6235321 0.3511795 0.6260502 0.3516292 0.6255465 0.3529162 0.6235321 0.3511795 0.6229724 0.3524931 0.6215868 0.3493591 0.6235321 0.3511795 0.6215868 0.3493591 0.6243827 0.3489036 0.6235321 0.3511795 0.6243827 0.3489036 0.6260502 0.3516292 0.6311119 0.3462437 0.6335699 0.3470928 0.6314309 0.3499028 0.6311119 0.3462437 0.6293783 0.3500632 0.6282134 0.3455448 0.6311119 0.3462437 0.6282134 0.3455448 0.6299664 0.3403027 0.6311119 0.3462437 0.6331498 0.3411797 0.6335699 0.3470928 0.6253569 0.3447867 0.6282134 0.3455448 0.6268692 0.3494427 0.6253569 0.3447867 0.6243827 0.3489036 0.622821 0.3477632 0.6253569 0.3447867 0.6227956 0.3443109 0.6268162 0.3393641 0.6253569 0.3447867 0.6268162 0.3393641 0.6282134 0.3455448 0.6348684 0.3350929 0.6374437 0.3357759 0.6360135 0.3419623 0.6348684 0.3350929 0.6331498 0.3411797 0.6320114 0.3340836 0.6348684 0.3350929 0.6320114 0.3340836 0.6362618 0.3297334 0.6348684 0.3350929 0.6362618 0.3297334 0.6377426 0.3314803 0.6291217 0.3331713 0.6320114 0.3340836 0.6299664 0.3403027 0.6291217 0.3331713 0.6268162 0.3393641 0.6266585 0.3321417 0.6291217 0.3331713 0.6266585 0.3321417 0.6290843 0.3281517 0.6291217 0.3331713 0.6312552 0.3277215 0.6320114 0.3340836 0.6386097 0.3230419 0.6417648 0.3215377 0.6425952 0.3261759 0.6386097 0.3230419 0.6380941 0.3250777 0.6353623 0.3237955 0.6386097 0.3230419 0.6359912 0.3219252 0.6396222 0.3194439 0.6386097 0.3230419 0.6396222 0.3194439 0.6417648 0.3215377 0.6335268 0.3205697 0.6359912 0.3219252 0.6327043 0.3225052 0.6335268 0.3205697 0.6327043 0.3225052 0.6287429 0.3203034 0.6335268 0.3205697 0.632114 0.3170014 0.6347325 0.317092 0.6335268 0.3205697 0.6347325 0.317092 0.6370746 0.3184751 0.6415914 0.2912927 0.6391808 0.291872 0.6373927 0.2899874 0.6415914 0.2912927 0.6407768 0.2884432 0.6434822 0.2893282 0.6415914 0.2912927 0.6441826 0.2921705 0.6412965 0.2937087 0.6415914 0.2912927 0.6412965 0.2937087 0.6391808 0.291872 0.6472135 0.2934154 0.6441826 0.2921705 0.6466379 0.2905575 0.6472135 0.2934154 0.6466379 0.2905575 0.6523697 0.2969956 0.6472135 0.2934154 0.6496402 0.2958841 0.6464204 0.2956795 0.6472135 0.2934154 0.6464204 0.2956795 0.6436754 0.2945814 0.6456007 0.2998972 0.6483426 0.3005868 0.6442549 0.305766 0.6456007 0.2998972 0.6442549 0.305766 0.6411318 0.3045915 0.6456007 0.2998972 0.6426698 0.2987653 0.6464204 0.2956795 0.6456007 0.2998972 0.6464204 0.2956795 0.6482645 0.2972062 0.6400261 0.297592 0.6426698 0.2987653 0.6382375 0.3031132 0.6400261 0.297592 0.6382375 0.3031132 0.6358922 0.30171 0.6400261 0.297592 0.6379423 0.2963466 0.6394855 0.2937585 0.6400261 0.297592 0.6412965 0.2937087 0.6436754 0.2945814 0.641883 0.3129834 0.6443539 0.3139142 0.641848 0.3187252 0.641883 0.3129834 0.6396222 0.3194439 0.6370746 0.3184751 0.641883 0.3129834 0.6390274 0.3119294 0.6442549 0.305766 0.641883 0.3129834 0.6442549 0.305766 0.6471228 0.3065551 0.6363878 0.3104432 0.6390274 0.3119294 0.6347325 0.317092 0.6363878 0.3104432 0.6347325 0.317092 0.6335081 0.3148096 0.6363878 0.3104432 0.6341877 0.309293 0.6382375 0.3031132 0.6363878 0.3104432 0.6382375 0.3031132 0.6411318 0.3045915 0.6433516 0.2845581 0.644654 0.2826117 0.6466379 0.2905575 0.6433516 0.2845581 0.6466379 0.2905575 0.6434822 0.2893282 0.6433516 0.2845581 0.6408653 0.2838498 0.6394837 0.277414 0.6433516 0.2845581 0.6394837 0.277414 0.644654 0.2826117 0.638718 0.2832598 0.6408653 0.2838498 0.6407768 0.2884432 0.638718 0.2832598 0.6407768 0.2884432 0.6370368 0.2833605 0.638718 0.2832598 0.6370368 0.2833605 0.6362115 0.2771067 0.638718 0.2832598 0.6362115 0.2771067 0.6377425 0.2773253 0.7297529 0.1356127 0.7306089 0.1394778 0.7243689 0.1391076 0.7297529 0.1356127 0.7243689 0.1391076 0.7244716 0.1346855 0.7297529 0.1356127 0.7294457 0.1317228 0.7350495 0.1321602 0.7297529 0.1356127 0.7350495 0.1321602 0.7360023 0.13532 0.6347648 0.2468621 0.6316927 0.2466679 0.6352331 0.2420773 0.6347648 0.2468621 0.6352331 0.2420773 0.6399053 0.2443303 0.6347648 0.2468621 0.6374008 0.2492694 0.6342758 0.251939 0.6347648 0.2468621 0.6342758 0.251939 0.631298 0.2510334 0.6371636 0.2711219 0.6395466 0.2719849 0.6394837 0.277414 0.6371636 0.2711219 0.6394837 0.277414 0.6377425 0.2773253 0.6371636 0.2711219 0.6355247 0.2713444 0.6357783 0.2649786 0.6371636 0.2711219 0.6357783 0.2649786 0.638006 0.2648519 0.6340539 0.2713481 0.6355247 0.2713444 0.6362115 0.2771067 0.6340539 0.2713481 0.6362115 0.2771067 0.6346655 0.2775607 0.6340539 0.2713481 0.6325978 0.2713626 0.6323411 0.2656549 0.6340539 0.2713481 0.6323411 0.2656549 0.6339592 0.2653823 0.6347147 0.2582811 0.6368619 0.2574577 0.6357783 0.2649786 0.6347147 0.2582811 0.6357783 0.2649786 0.6339592 0.2653823 0.6347147 0.2582811 0.6327935 0.2589142 0.631298 0.2510334 0.6347147 0.2582811 0.6342758 0.251939 0.6361678 0.2526021 0.631169 0.2596979 0.6327935 0.2589142 0.6323411 0.2656549 0.631169 0.2596979 0.6323411 0.2656549 0.6307973 0.2660018 0.631169 0.2596979 0.6296553 0.2606583 0.6288427 0.2553235 0.631169 0.2596979 0.6302674 0.253609 0.631298 0.2510334 0.7429715 0.2920584 0.7454765 0.2911723 0.7442286 0.2949025 0.7429715 0.2920584 0.7442286 0.2949025 0.7426857 0.295487 0.7429715 0.2920584 0.7410178 0.2927263 0.7416352 0.2891199 0.7429715 0.2920584 0.7416352 0.2891199 0.7454765 0.2911723 0.7394924 0.2933224 0.7410178 0.2927263 0.7413752 0.2959994 0.7394924 0.2933224 0.7413752 0.2959994 0.7396947 0.2969042 0.7394924 0.2933224 0.7375201 0.2942573 0.737886 0.2905073 0.7394924 0.2933224 0.737886 0.2905073 0.7395128 0.2898557 0.7350381 0.259144 0.7399697 0.2592613 0.7354617 0.2632989 0.7350381 0.259144 0.7354617 0.2632989 0.731934 0.2644915 0.7350381 0.259144 0.7307792 0.2604481 0.7345771 0.2548879 0.7350381 0.259144 0.7345771 0.2548879 0.7399697 0.2592613 0.7259339 0.2629845 0.7307792 0.2604481 0.7279818 0.2664447 0.7259339 0.2629845 0.7279818 0.2664447 0.7236177 0.2706844 0.7259339 0.2629845 0.7203841 0.2672278 0.7238194 0.2595242 0.7259339 0.2629845 0.7238194 0.2595242 0.7294866 0.2563588 0.7343898 0.2508797 0.7411139 0.2514164 0.74026 0.255284 0.7343898 0.2508797 0.7345771 0.2548879 0.7294866 0.2563588 0.7343898 0.2508797 0.7280218 0.2527807 0.7335935 0.2468194 0.7343898 0.2508797 0.7335935 0.2468194 0.7424829 0.2449797 0.7214011 0.2567517 0.7280218 0.2527807 0.7238194 0.2595242 0.7214011 0.2567517 0.7238194 0.2595242 0.7175406 0.2643646 0.7214011 0.2567517 0.7145699 0.2622122 0.7190217 0.2538451 0.7214011 0.2567517 0.7190217 0.2538451 0.7263729 0.2492089 0.712608 0.2224676 0.7166121 0.2202565 0.716763 0.2272613 0.712608 0.2224676 0.716763 0.2272613 0.7110928 0.2299584 0.712608 0.2224676 0.7065636 0.2248838 0.7090929 0.2178679 0.712608 0.2224676 0.7090929 0.2178679 0.713122 0.2163327 0.6972953 0.2288934 0.7065636 0.2248838 0.7032458 0.2341328 0.6972953 0.2288934 0.7032458 0.2341328 0.6947223 0.2387107 0.6972953 0.2288934 0.6875762 0.2335486 0.6915485 0.2238215 0.6972953 0.2288934 0.6915485 0.2238215 0.7031854 0.2178266 0.7311847 0.3040919 0.7303042 0.301641 0.7337972 0.3045487 0.7311847 0.3040919 0.7337972 0.3045487 0.7334827 0.3073129 0.7311847 0.3040919 0.7312629 0.3064689 0.7284269 0.3035495 0.7311847 0.3040919 0.7284269 0.3035495 0.7303042 0.301641 0.7560508 0.2942212 0.7574456 0.2953451 0.7560435 0.2974416 0.7560508 0.2942212 0.7542743 0.2959908 0.7551092 0.2919753 0.7560508 0.2942212 0.7551092 0.2919753 0.7581534 0.292322 0.7560508 0.2942212 0.7581534 0.292322 0.7574456 0.2953451 0.7221975 0.2324429 0.7262911 0.229274 0.7275117 0.2376216 0.7221975 0.2324429 0.7275117 0.2376216 0.7215746 0.2405236 0.7221975 0.2324429 0.7165963 0.2353177 0.716763 0.2272613 0.7221975 0.2324429 0.716763 0.2272613 0.7207768 0.2244728 0.7092244 0.2397842 0.7165963 0.2353177 0.7141706 0.2452624 0.7092244 0.2397842 0.7141706 0.2452624 0.7058518 0.2504281 0.7092244 0.2397842 0.7009353 0.2445685 0.7032458 0.2341328 0.7092244 0.2397842 0.7032458 0.2341328 0.7110928 0.2299584 0.7313055 0.2424069 0.7366977 0.2388893 0.7335935 0.2468194 0.7313055 0.2424069 0.7335935 0.2468194 0.7245287 0.2451387 0.7313055 0.2424069 0.7245287 0.2451387 0.7275117 0.2376216 0.7313055 0.2424069 0.7275117 0.2376216 0.7319872 0.2342247 0.7170239 0.2499823 0.7245287 0.2451387 0.7263729 0.2492089 0.7170239 0.2499823 0.7190217 0.2538451 0.7091087 0.2555949 0.7170239 0.2499823 0.7091087 0.2555949 0.7141706 0.2452624 0.7170239 0.2499823 0.7141706 0.2452624 0.7245287 0.2451387 0.7045325 0.3328613 0.7031932 0.3359932 0.6992925 0.3352169 0.7045325 0.3328613 0.7034003 0.3316198 0.7064535 0.3299998 0.7045325 0.3328613 0.7071629 0.3313653 0.7081071 0.333306 0.7045325 0.3328613 0.7059993 0.3345421 0.7031932 0.3359932 0.7098211 0.3302023 0.7071629 0.3313653 0.7095361 0.3287036 0.7098211 0.3302023 0.7095361 0.3287036 0.7145016 0.3277339 0.7098211 0.3302023 0.7128954 0.3311864 0.7102338 0.3322839 0.7098211 0.3302023 0.7102338 0.3322839 0.7071629 0.3313653 0.7177464 0.3454071 0.719157 0.3419134 0.7236934 0.3466308 0.7177464 0.3454071 0.7219943 0.3518438 0.7143234 0.3474003 0.7177464 0.3454071 0.7143234 0.3474003 0.7116289 0.3410416 0.7177464 0.3454071 0.7140914 0.3396806 0.719157 0.3419134 0.7106693 0.3486804 0.7143234 0.3474003 0.7173387 0.3546362 0.7106693 0.3486804 0.7122775 0.3560891 0.7074171 0.3538059 0.7106693 0.3486804 0.7072193 0.3474882 0.7090772 0.3421986 0.7106693 0.3486804 0.7090772 0.3421986 0.7143234 0.3474003 0.7116222 0.3353748 0.7139299 0.3350502 0.7158412 0.3388515 0.7116222 0.3353748 0.7140914 0.3396806 0.7095763 0.3364375 0.7116222 0.3353748 0.7095763 0.3364375 0.7081071 0.333306 0.7116222 0.3353748 0.7102338 0.3322839 0.7122244 0.3324859 0.7075175 0.3375701 0.7095763 0.3364375 0.7116289 0.3410416 0.7075175 0.3375701 0.7090772 0.3421986 0.7057074 0.3392775 0.7075175 0.3375701 0.7057074 0.3392775 0.7047936 0.3363062 0.7075175 0.3375701 0.7059993 0.3345421 0.7095763 0.3364375 0.689995 0.3062553 0.6882588 0.3090564 0.6840482 0.3080495 0.689995 0.3062553 0.6887052 0.3047966 0.6922608 0.3030412 0.689995 0.3062553 0.6930954 0.3046045 0.6919435 0.3085743 0.689995 0.3062553 0.6919435 0.3085743 0.6882588 0.3090564 0.6962056 0.3029415 0.6930954 0.3046045 0.6956195 0.3011071 0.6962056 0.3029415 0.6956195 0.3011071 0.7005391 0.2986599 0.6962056 0.3029415 0.6996076 0.3028883 0.6971672 0.3057838 0.6962056 0.3029415 0.6971672 0.3057838 0.6944569 0.3071267 0.7085306 0.3273614 0.7102335 0.3245545 0.7145016 0.3277339 0.7085306 0.3273614 0.7095361 0.3287036 0.7064535 0.3299998 0.7085306 0.3273614 0.7056885 0.328594 0.7045084 0.3261828 0.7085306 0.3273614 0.7070053 0.3249917 0.7102335 0.3245545 0.7028864 0.3299096 0.7056885 0.328594 0.7034003 0.3316198 0.7028864 0.3299096 0.7034003 0.3316198 0.6992925 0.3352169 0.7028864 0.3299096 0.6997345 0.3295741 0.7020458 0.3272041 0.7028864 0.3299096 0.7020458 0.3272041 0.7045084 0.3261828 0.7051613 0.3204107 0.7075771 0.3191878 0.7084393 0.3231831 0.7051613 0.3204107 0.7070053 0.3249917 0.702553 0.3218014 0.7051613 0.3204107 0.702553 0.3218014 0.700001 0.3165063 0.7051613 0.3204107 0.7028083 0.3149467 0.7075771 0.3191878 0.6999339 0.322977 0.702553 0.3218014 0.7020458 0.3272041 0.6999339 0.322977 0.7020458 0.3272041 0.6998726 0.3272548 0.6999339 0.322977 0.6975989 0.3242301 0.6971842 0.3179397 0.6999339 0.322977 0.6971842 0.3179397 0.700001 0.3165063 0.6997559 0.3099282 0.7021065 0.3082556 0.7028083 0.3149467 0.6997559 0.3099282 0.7028083 0.3149467 0.700001 0.3165063 0.6997559 0.3099282 0.6970306 0.3113544 0.6971672 0.3057838 0.6997559 0.3099282 0.6971672 0.3057838 0.6995535 0.3054193 0.6944304 0.3128039 0.6970306 0.3113544 0.6971842 0.3179397 0.6944304 0.3128039 0.6971842 0.3179397 0.6944931 0.3191963 0.6944304 0.3128039 0.6918643 0.313876 0.6905111 0.3103109 0.6944304 0.3128039 0.6919435 0.3085743 0.6944569 0.3071267 0.694157 0.2999856 0.6959065 0.2976493 0.6956195 0.3011071 0.694157 0.2999856 0.6956195 0.3011071 0.6922608 0.3030412 0.694157 0.2999856 0.6912679 0.3016903 0.6922461 0.2985821 0.694157 0.2999856 0.6922461 0.2985821 0.6959065 0.2976493 0.6881943 0.3031477 0.6912679 0.3016903 0.6887052 0.3047966 0.6881943 0.3031477 0.6887052 0.3047966 0.6840482 0.3080495 0.6881943 0.3031477 0.685166 0.3036844 0.6874969 0.3012293 0.6881943 0.3031477 0.6874969 0.3012293 0.689887 0.2999899 0.675854 0.2865008 0.6747046 0.2896482 0.6724342 0.2908169 0.675854 0.2865008 0.673191 0.2844471 0.6762164 0.281534 0.675854 0.2865008 0.6786301 0.2844333 0.6797826 0.287083 0.675854 0.2865008 0.6776026 0.2889901 0.6747046 0.2896482 0.6817029 0.2825937 0.6786301 0.2844333 0.6794839 0.2793789 0.6817029 0.2825937 0.6794839 0.2793789 0.6882424 0.2809026 0.6817029 0.2825937 0.6852745 0.2824956 0.6825248 0.2853429 0.6817029 0.2825937 0.6825248 0.2853429 0.6786301 0.2844333 0.6850283 0.2887886 0.6876468 0.2872175 0.688022 0.2924638 0.6850283 0.2887886 0.688022 0.2924638 0.6853455 0.2941253 0.6850283 0.2887886 0.6823323 0.2905037 0.6825248 0.2853429 0.6850283 0.2887886 0.6825248 0.2853429 0.6850562 0.2847988 0.6801999 0.2925 0.6823323 0.2905037 0.6853455 0.2941253 0.6801999 0.2925 0.6830726 0.2961257 0.6783525 0.2941254 0.6801999 0.2925 0.6783525 0.2941254 0.6766749 0.2908141 0.6801999 0.2925 0.6776026 0.2889901 0.6823323 0.2905037 0.6903145 0.2959016 0.6928856 0.2947895 0.6937911 0.2971 0.6903145 0.2959016 0.6922461 0.2985821 0.6878883 0.2973778 0.6903145 0.2959016 0.6878883 0.2973778 0.6853455 0.2941253 0.6903145 0.2959016 0.688022 0.2924638 0.6928856 0.2947895 0.6856473 0.298962 0.6878883 0.2973778 0.6874969 0.3012293 0.6856473 0.298962 0.6874969 0.3012293 0.6854949 0.3019675 0.6856473 0.298962 0.6837643 0.3006975 0.6830726 0.2961257 0.6856473 0.298962 0.6830726 0.2961257 0.6878883 0.2973778 0.6727892 0.2745368 0.6744779 0.271273 0.6794839 0.2793789 0.6727892 0.2745368 0.6794839 0.2793789 0.6762164 0.281534 0.6727892 0.2745368 0.6698831 0.2773644 0.6655982 0.2688978 0.6727892 0.2745368 0.6655982 0.2688978 0.6687135 0.2677425 0.6608352 0.2411807 0.6572247 0.2406588 0.6594941 0.2365133 0.6608352 0.2411807 0.6629176 0.2366786 0.6642561 0.2435394 0.6608352 0.2411807 0.6642561 0.2435394 0.6619045 0.2461708 0.6608352 0.2411807 0.6588655 0.2453588 0.6572247 0.2406588 0.6618904 0.2632923 0.6664138 0.2629783 0.6655982 0.2688978 0.6618904 0.2632923 0.6655982 0.2688978 0.658295 0.2648118 0.6618904 0.2632923 0.658295 0.2648118 0.6563335 0.2587054 0.6618904 0.2632923 0.6601585 0.2574579 0.6644732 0.2568684 0.658895 0.2511323 0.6628641 0.2504566 0.6601585 0.2574579 0.658895 0.2511323 0.6601585 0.2574579 0.6549755 0.2519695 0.658895 0.2511323 0.6549755 0.2519695 0.6541154 0.2450778 0.658895 0.2511323 0.6588655 0.2453588 0.6619045 0.2461708 0.7888751 0.2418923 0.7894287 0.2402197 0.7919408 0.2414696 0.7888751 0.2418923 0.7912698 0.242935 0.7908569 0.243989 0.7888751 0.2418923 0.7884209 0.2430444 0.7863847 0.2409636 0.7888751 0.2418923 0.7863847 0.2409636 0.7894287 0.2402197 0.7879557 0.2443236 0.7884209 0.2430444 0.7904219 0.2451287 0.7879557 0.2443236 0.7904219 0.2451287 0.7898688 0.2468878 0.7879557 0.2443236 0.7871572 0.2461861 0.7854843 0.2434104 0.7879557 0.2443236 0.7854843 0.2434104 0.7859683 0.2421352 0.7615157 0.2282601 0.7647435 0.2257911 0.7638498 0.2298193 0.7615157 0.2282601 0.7638498 0.2298193 0.7620686 0.2321984 0.7615157 0.2282601 0.7595102 0.2310729 0.7590067 0.2261329 0.7615157 0.2282601 0.7590067 0.2261329 0.7647435 0.2257911 0.7577946 0.2343059 0.7595102 0.2310729 0.7607539 0.2349909 0.7577946 0.2343059 0.7607539 0.2349909 0.7574156 0.2388011 0.7577946 0.2343059 0.7574156 0.2388011 0.7544273 0.2339488 0.7577946 0.2343059 0.7544273 0.2339488 0.7565798 0.2297497 0.7560835 0.2225399 0.7611194 0.2189661 0.7627736 0.2232027 0.7560835 0.2225399 0.7590067 0.2261329 0.7525311 0.2278494 0.7560835 0.2225399 0.7525311 0.2278494 0.7523973 0.2189955 0.7560835 0.2225399 0.7523973 0.2189955 0.7611194 0.2189661 0.7498536 0.2343696 0.7525311 0.2278494 0.7544273 0.2339488 0.7498536 0.2343696 0.7544273 0.2339488 0.7538977 0.2394318 0.7498536 0.2343696 0.7495686 0.241645 0.7448139 0.2341041 0.7498536 0.2343696 0.7448139 0.2341041 0.7478696 0.2256671 0.7253029 0.2089825 0.7264739 0.2041611 0.7294002 0.2105475 0.7253029 0.2089825 0.7294002 0.2105475 0.7262457 0.2150157 0.7253029 0.2089825 0.7225041 0.2128993 0.7221359 0.2078448 0.7253029 0.2089825 0.7221359 0.2078448 0.7220721 0.2028342 0.7197589 0.2168622 0.7225041 0.2128993 0.7262457 0.2150157 0.7197589 0.2168622 0.7236545 0.2200242 0.7207768 0.2244728 0.7197589 0.2168622 0.7166121 0.2202565 0.713122 0.2163327 0.7197589 0.2168622 0.7166582 0.2140699 0.7225041 0.2128993 0.7889257 0.2569902 0.7869232 0.2554907 0.7887292 0.2534326 0.7889257 0.2569902 0.7904512 0.2558239 0.7900224 0.2585542 0.7889257 0.2569902 0.7900224 0.2585542 0.7879804 0.2594782 0.7889257 0.2569902 0.7872011 0.2583293 0.7869232 0.2554907 0.7972456 0.2338505 0.7987701 0.2333168 0.7992071 0.2352006 0.7972456 0.2338505 0.7975005 0.2357881 0.7950569 0.2336921 0.7972456 0.2338505 0.7950569 0.2336921 0.7970821 0.2316197 0.7972456 0.2338505 0.7970821 0.2316197 0.7987701 0.2333168 0.7353581 0.212967 0.7379209 0.2080916 0.7418625 0.2154021 0.7353581 0.212967 0.7418625 0.2154021 0.7378664 0.2210336 0.7353581 0.212967 0.7318072 0.2179667 0.7294002 0.2105475 0.7353581 0.212967 0.7294002 0.2105475 0.7315366 0.2058072 0.7291396 0.2239255 0.7318072 0.2179667 0.7350067 0.2280016 0.7291396 0.2239255 0.7350067 0.2280016 0.7319872 0.2342247 0.7291396 0.2239255 0.7262911 0.229274 0.7236545 0.2200242 0.7291396 0.2239255 0.7236545 0.2200242 0.7262457 0.2150157 0.7475997 0.2170139 0.750713 0.2112956 0.7523973 0.2189955 0.7475997 0.2170139 0.7523973 0.2189955 0.7478696 0.2256671 0.7475997 0.2170139 0.743101 0.2234978 0.7418625 0.2154021 0.7475997 0.2170139 0.7418625 0.2154021 0.7446416 0.2101943 0.7400482 0.231688 0.743101 0.2234978 0.7448139 0.2341041 0.7400482 0.231688 0.7448139 0.2341041 0.7366977 0.2388893 0.7400482 0.231688 0.7366977 0.2388893 0.7319872 0.2342247 0.7400482 0.231688 0.7350067 0.2280016 0.743101 0.2234978 0.6722699 0.3623842 0.6693478 0.3650863 0.6641137 0.3626069 0.6722699 0.3623842 0.6709223 0.36026 0.6764323 0.3613215 0.6722699 0.3623842 0.6764323 0.3613215 0.6772705 0.3642497 0.6722699 0.3623842 0.6740459 0.3651829 0.6693478 0.3650863 0.6805838 0.3601576 0.6764323 0.3613215 0.6758706 0.3592462 0.6805838 0.3601576 0.6806442 0.3579611 0.6877469 0.3566826 0.6805838 0.3601576 0.6845044 0.3607879 0.680568 0.3631479 0.6805838 0.3601576 0.680568 0.3631479 0.6764323 0.3613215 0.6864386 0.3750753 0.6892112 0.3706819 0.6930969 0.3720799 0.6864386 0.3750753 0.6893014 0.3777393 0.6813642 0.3779353 0.6864386 0.3750753 0.6813642 0.3779353 0.6802073 0.3738831 0.6864386 0.3750753 0.6838396 0.3718373 0.6892112 0.3706819 0.6756963 0.3789092 0.6813642 0.3779353 0.6823387 0.3815116 0.6756963 0.3789092 0.6747549 0.3833198 0.6685507 0.3810771 0.6756963 0.3789092 0.6710192 0.3769894 0.6761024 0.3743438 0.6756963 0.3789092 0.6761024 0.3743438 0.6813642 0.3779353 0.681768 0.3674513 0.6848189 0.3659421 0.6838396 0.3718373 0.681768 0.3674513 0.6838396 0.3718373 0.6786858 0.3688791 0.681768 0.3674513 0.6786858 0.3688791 0.680568 0.3631479 0.681768 0.3674513 0.680568 0.3631479 0.6832489 0.3629772 0.6754378 0.3694689 0.6786858 0.3688791 0.6802073 0.3738831 0.6754378 0.3694689 0.6761024 0.3743438 0.6721422 0.3699792 0.6754378 0.3694689 0.6721422 0.3699792 0.6717243 0.3664413 0.6754378 0.3694689 0.6740459 0.3651829 0.6786858 0.3688791 0.6663703 0.3285471 0.6637287 0.3316578 0.6603597 0.3272227 0.6663703 0.3285471 0.6657904 0.3261298 0.6696854 0.3277217 0.6663703 0.3285471 0.6696854 0.3277217 0.6702124 0.3314009 0.6663703 0.3285471 0.6672382 0.3323344 0.6637287 0.3316578 0.673052 0.3272021 0.6696854 0.3277217 0.6694568 0.3254168 0.673052 0.3272021 0.6730841 0.3248283 0.6784949 0.3238071 0.673052 0.3272021 0.6765863 0.3289547 0.6732955 0.3308324 0.673052 0.3272021 0.6732955 0.3308324 0.6696854 0.3277217 0.6795775 0.3560391 0.682803 0.3536072 0.6877469 0.3566826 0.6795775 0.3560391 0.6806442 0.3579611 0.6758706 0.3592462 0.6795775 0.3560391 0.6752853 0.357176 0.674637 0.354386 0.6795775 0.3560391 0.678252 0.353429 0.682803 0.3536072 0.6708154 0.3579975 0.6752853 0.357176 0.6758706 0.3592462 0.6708154 0.3579975 0.6709223 0.36026 0.6641137 0.3626069 0.6708154 0.3579975 0.6668249 0.3572304 0.6709089 0.3551008 0.6708154 0.3579975 0.6709089 0.3551008 0.674637 0.354386 0.6775359 0.3491683 0.680976 0.3485946 0.680771 0.3520461 0.6775359 0.3491683 0.678252 0.353429 0.6738867 0.3501514 0.6775359 0.3491683 0.6738867 0.3501514 0.6728811 0.3445488 0.6775359 0.3491683 0.6766651 0.3435477 0.680976 0.3485946 0.6701627 0.3510739 0.6738867 0.3501514 0.674637 0.354386 0.6701627 0.3510739 0.6709089 0.3551008 0.6681026 0.3550288 0.6701627 0.3510739 0.6667341 0.3521518 0.6654946 0.3467412 0.6701627 0.3510739 0.6690678 0.3456971 0.6738867 0.3501514 0.6748758 0.3368583 0.6779766 0.3360574 0.6802091 0.3428195 0.6748758 0.3368583 0.6766651 0.3435477 0.671467 0.3376542 0.6748758 0.3368583 0.671467 0.3376542 0.6702124 0.3314009 0.6748758 0.3368583 0.6732955 0.3308324 0.6759002 0.3315969 0.6681152 0.3387508 0.671467 0.3376542 0.6728811 0.3445488 0.6681152 0.3387508 0.6690678 0.3456971 0.6650205 0.3394449 0.6681152 0.3387508 0.6650205 0.3394449 0.6652314 0.3341575 0.6681152 0.3387508 0.6672382 0.3323344 0.671467 0.3376542 0.6723306 0.322572 0.6745617 0.3195286 0.6784949 0.3238071 0.6723306 0.322572 0.6730841 0.3248283 0.669097 0.3232868 0.6723306 0.322572 0.669097 0.3232868 0.6683867 0.319832 0.6723306 0.322572 0.671191 0.3189258 0.6745617 0.3195286 0.6657777 0.3238234 0.669097 0.3232868 0.6694568 0.3254168 0.6657777 0.3238234 0.6657904 0.3261298 0.6603597 0.3272227 0.6657777 0.3238234 0.6626458 0.3221123 0.6655274 0.3203505 0.6657777 0.3238234 0.6655274 0.3203505 0.669097 0.3232868 0.6576792 0.2929874 0.6550604 0.2960824 0.6523697 0.2969956 0.6576792 0.2929874 0.6570119 0.2894737 0.6617968 0.291184 0.6576792 0.2929874 0.6617968 0.291184 0.6623967 0.2940467 0.6576792 0.2929874 0.6588597 0.2956838 0.6550604 0.2960824 0.6658278 0.289714 0.6617968 0.291184 0.6616849 0.2878165 0.6658278 0.289714 0.6665466 0.2870643 0.6693697 0.2904657 0.6658278 0.289714 0.6693697 0.2904657 0.6685269 0.2927684 0.6658278 0.289714 0.6659508 0.2925265 0.6617968 0.291184 0.6671729 0.2978348 0.6701204 0.2964555 0.6717408 0.3035762 0.6671729 0.2978348 0.6687815 0.3047497 0.6637742 0.2993453 0.6671729 0.2978348 0.6637742 0.2993453 0.6623967 0.2940467 0.6671729 0.2978348 0.6659508 0.2925265 0.6685269 0.2927684 0.6605203 0.3008676 0.6637742 0.2993453 0.6654904 0.3061555 0.6605203 0.3008676 0.6623992 0.307473 0.657681 0.3017717 0.6605203 0.3008676 0.657681 0.3017717 0.6569644 0.2976522 0.6605203 0.3008676 0.6588597 0.2956838 0.6637742 0.2993453 0.6700643 0.3123826 0.6727675 0.3116309 0.6729791 0.3170423 0.6700643 0.3123826 0.671191 0.3189258 0.6671062 0.3135529 0.6700643 0.3123826 0.6671062 0.3135529 0.6654904 0.3061555 0.6700643 0.3123826 0.6687815 0.3047497 0.6727675 0.3116309 0.6642348 0.3144338 0.6671062 0.3135529 0.6683867 0.319832 0.6642348 0.3144338 0.6655274 0.3203505 0.6633033 0.3195964 0.6642348 0.3144338 0.6617557 0.3152144 0.6597144 0.3083229 0.6642348 0.3144338 0.6623992 0.307473 0.6671062 0.3135529 0.6465798 0.24432 0.6438812 0.2475933 0.6441351 0.2414951 0.6465798 0.24432 0.6441351 0.2414951 0.6478484 0.2402675 0.6465798 0.24432 0.6504893 0.2426045 0.6491778 0.2475054 0.6465798 0.24432 0.6491778 0.2475054 0.6438812 0.2475933 0.6546333 0.2663218 0.658295 0.2648118 0.656403 0.2731106 0.6546333 0.2663218 0.656403 0.2731106 0.6514464 0.2689329 0.6546333 0.2663218 0.6514464 0.2689329 0.6490366 0.2619152 0.6546333 0.2663218 0.6524986 0.2601669 0.658295 0.2648118 0.6509155 0.2533413 0.6549755 0.2519695 0.6563335 0.2587054 0.6509155 0.2533413 0.6524986 0.2601669 0.6471626 0.2545084 0.6509155 0.2533413 0.6471626 0.2545084 0.6465808 0.2495595 0.6509155 0.2533413 0.6491778 0.2475054 0.6549755 0.2519695 0.7298255 0.163587 0.7267075 0.1573514 0.7336382 0.1522197 0.7298255 0.163587 0.7365637 0.1596277 0.7328889 0.1693679 0.7298255 0.163587 0.7328889 0.1693679 0.7235844 0.1684489 0.7298255 0.163587 0.7235844 0.1684489 0.7209108 0.1622529 0.7540971 0.1739936 0.7511156 0.1705785 0.7541992 0.1700826 0.7540971 0.1739936 0.7571154 0.1716639 0.7592223 0.176006 0.7540971 0.1739936 0.7592223 0.176006 0.7556338 0.1817687 0.7540971 0.1739936 0.7499338 0.1766991 0.7511156 0.1705785 0.7325623 0.143293 0.7352479 0.1459118 0.7281246 0.1478139 0.7325623 0.143293 0.7281246 0.1478139 0.7252565 0.1434952 0.7325623 0.143293 0.7306089 0.1394778 0.736668 0.1386097 0.7325623 0.143293 0.736668 0.1386097 0.7376397 0.141288 0.631003 0.2716176 0.6325978 0.2713626 0.6322796 0.2764856 0.631003 0.2716176 0.6322796 0.2764856 0.6303024 0.275866 0.631003 0.2716176 0.6291224 0.2725328 0.6263834 0.2668684 0.631003 0.2716176 0.6292008 0.2666284 0.6307973 0.2660018 0.626809 0.274528 0.6291224 0.2725328 0.6303024 0.275866 0.626809 0.274528 0.6291906 0.2784487 0.6239158 0.2782748 0.626809 0.274528 0.6239158 0.2782748 0.6214962 0.2744285 0.626809 0.274528 0.6245599 0.2698869 0.6291224 0.2725328 0.6280663 0.2618216 0.6296553 0.2606583 0.6307973 0.2660018 0.6280663 0.2618216 0.6292008 0.2666284 0.6264397 0.2630864 0.6280663 0.2618216 0.6264397 0.2630864 0.6256124 0.2589227 0.6280663 0.2618216 0.6272656 0.2571061 0.6296553 0.2606583 0.7383002 0.1461876 0.7395105 0.1426141 0.741536 0.1452918 0.7383002 0.1461876 0.741536 0.1452918 0.7387767 0.1491205 0.7383002 0.1461876 0.7387767 0.1491205 0.7352479 0.1459118 0.7383002 0.1461876 0.7352479 0.1459118 0.7376397 0.141288 0.7191317 0.1730798 0.7157531 0.1677497 0.7235844 0.1684489 0.7191317 0.1730798 0.7235844 0.1684489 0.7265267 0.1742007 0.7191317 0.1730798 0.7226464 0.1782367 0.7170842 0.178002 0.7191317 0.1730798 0.7170842 0.178002 0.7111365 0.1740876 0.7180581 0.1837377 0.7208698 0.1902456 0.7111687 0.1879283 0.7180581 0.1837377 0.711557 0.1810932 0.7170842 0.178002 0.7180581 0.1837377 0.7170842 0.178002 0.7210993 0.1807825 0.7180581 0.1837377 0.7238938 0.1855227 0.7208698 0.1902456 0.7274146 0.1831853 0.7326874 0.1874008 0.7238938 0.1855227 0.7274146 0.1831853 0.7238938 0.1855227 0.7210993 0.1807825 0.7274146 0.1831853 0.7226464 0.1782367 0.730845 0.178526 0.7274146 0.1831853 0.730845 0.178526 0.7357448 0.181881 0.7914283 0.2501641 0.7910119 0.2529426 0.7891023 0.2498002 0.7914283 0.2501641 0.7891023 0.2498002 0.7922139 0.247559 0.7914283 0.2501641 0.7922139 0.247559 0.7932183 0.2503541 0.7914283 0.2501641 0.7932183 0.2503541 0.7923337 0.2526431 0.7967048 0.1977066 0.7965994 0.1993889 0.7935703 0.1992689 0.7967048 0.1977066 0.7935299 0.1975402 0.7968372 0.1963654 0.7967048 0.1977066 0.7968372 0.1963654 0.8002552 0.1979176 0.7967048 0.1977066 0.8002552 0.1979176 0.7998571 0.1995245 0.7969295 0.1950821 0.7968372 0.1963654 0.7936931 0.1949869 0.7969295 0.1950821 0.7936931 0.1949869 0.7939368 0.1932692 0.7969295 0.1950821 0.7971054 0.19343 0.8005487 0.1952395 0.7969295 0.1950821 0.8005487 0.1952395 0.8004482 0.1965623 0.7429938 0.2982912 0.7414785 0.2990853 0.7396947 0.2969042 0.7429938 0.2982912 0.7413752 0.2959994 0.7426857 0.295487 0.7429938 0.2982912 0.744134 0.2977961 0.7444804 0.3003904 0.7429938 0.2982912 0.7444804 0.3003904 0.7430668 0.3010336 0.7531501 0.2975009 0.7511764 0.2965244 0.7542743 0.2959908 0.7531501 0.2975009 0.7542743 0.2959908 0.7560435 0.2974416 0.7531501 0.2975009 0.7549745 0.2989048 0.7523521 0.2988813 0.7531501 0.2975009 0.7523521 0.2988813 0.7506079 0.2981505 0.7927547 0.2460192 0.7922139 0.247559 0.7898688 0.2468878 0.7927547 0.2460192 0.7904219 0.2451287 0.7931539 0.2450285 0.7927547 0.2460192 0.7931539 0.2450285 0.7953815 0.2461155 0.7927547 0.2460192 0.7950211 0.2469524 0.7922139 0.247559 0.7935145 0.2440708 0.7931539 0.2450285 0.7908569 0.243989 0.7935145 0.2440708 0.7912698 0.242935 0.7919408 0.2414696 0.7935145 0.2440708 0.7940882 0.2426937 0.7960534 0.2439049 0.7935145 0.2440708 0.7956843 0.2452533 0.7931539 0.2450285 0.7754009 0.195165 0.7783117 0.1951203 0.7755054 0.1965535 0.7754009 0.195165 0.7755054 0.1965535 0.7727093 0.1966431 0.7754009 0.195165 0.7726337 0.1950709 0.7728814 0.1938954 0.7754009 0.195165 0.7750713 0.1936776 0.7782406 0.1936511 0.7742463 0.1920884 0.7739575 0.1901386 0.7782749 0.1920038 0.7742463 0.1920884 0.7782749 0.1920038 0.7750713 0.1936776 0.7742463 0.1920884 0.7750713 0.1936776 0.7728814 0.1938954 0.7742463 0.1920884 0.771233 0.1929863 0.7739575 0.1901386 0.7701727 0.1946275 0.7675505 0.1937927 0.769086 0.1908761 0.7701727 0.1946275 0.771233 0.1929863 0.7726337 0.1950709 0.7701727 0.1946275 0.7726337 0.1950709 0.7701872 0.1966944 0.7701727 0.1946275 0.7701872 0.1966944 0.7675507 0.1966584 0.7756547 0.197846 0.7755054 0.1965535 0.7784286 0.1964474 0.7756547 0.197846 0.7785316 0.1976678 0.7786227 0.198978 0.7756547 0.197846 0.775505 0.1992506 0.7732642 0.1993432 0.7756547 0.197846 0.7728992 0.1981828 0.7755054 0.1965535 0.7703984 0.1988702 0.7678687 0.199686 0.7675507 0.1966584 0.7703984 0.1988702 0.7701872 0.1966944 0.7727093 0.1966431 0.7703984 0.1988702 0.7728992 0.1981828 0.7716317 0.2005116 0.7703984 0.1988702 0.7716317 0.2005116 0.7678687 0.199686 0.7747127 0.2009757 0.7746123 0.2029681 0.7716317 0.2005116 0.7747127 0.2009757 0.7716317 0.2005116 0.7732642 0.1993432 0.7747127 0.2009757 0.775505 0.1992506 0.7787044 0.200574 0.7747127 0.2009757 0.7787044 0.200574 0.7791119 0.2023972 0.7812031 0.1951478 0.7813317 0.1963462 0.7784286 0.1964474 0.7812031 0.1951478 0.7783117 0.1951203 0.7782406 0.1936511 0.7812031 0.1951478 0.7814175 0.1939403 0.7837224 0.1943812 0.7812031 0.1951478 0.7839955 0.1951822 0.7813317 0.1963462 0.7866092 0.1951588 0.7890245 0.1950969 0.7890069 0.1962546 0.7866092 0.1951588 0.7866626 0.1962589 0.7841109 0.1962751 0.7866092 0.1951588 0.7839955 0.1951822 0.7855107 0.1940125 0.7866092 0.1951588 0.7855107 0.1940125 0.7880749 0.1932499 0.7823812 0.192803 0.7832574 0.1912729 0.7855107 0.1940125 0.7823812 0.192803 0.7855107 0.1940125 0.7837224 0.1943812 0.7823812 0.192803 0.7814175 0.1939403 0.7782749 0.1920038 0.7823812 0.192803 0.7782749 0.1920038 0.7785485 0.1901158 0.7813968 0.1974567 0.7785316 0.1976678 0.7784286 0.1964474 0.7813968 0.1974567 0.7813317 0.1963462 0.7841416 0.1973111 0.7813968 0.1974567 0.7841416 0.1973111 0.7839267 0.1980756 0.7813968 0.1974567 0.7817318 0.1985303 0.7786227 0.198978 0.7826698 0.1996183 0.7835856 0.2010625 0.7787044 0.200574 0.7826698 0.1996183 0.7787044 0.200574 0.7817318 0.1985303 0.7826698 0.1996183 0.7817318 0.1985303 0.7839267 0.1980756 0.7826698 0.1996183 0.7856427 0.1984298 0.7835856 0.2010625 0.786657 0.1973296 0.7889697 0.1974133 0.7880616 0.1991783 0.786657 0.1973296 0.7856427 0.1984298 0.7841416 0.1973111 0.786657 0.1973296 0.7841416 0.1973111 0.7841109 0.1962751 0.786657 0.1973296 0.7866626 0.1962589 0.7889697 0.1974133 0.7360404 0.2733379 0.7367896 0.2764527 0.7346083 0.274034 0.7360404 0.2733379 0.7346083 0.274034 0.7338911 0.2710267 0.7360404 0.2733379 0.7356139 0.2703267 0.7377014 0.2720968 0.7360404 0.2733379 0.7377014 0.2720968 0.738609 0.2754374 0.7398648 0.2698609 0.7429674 0.2681295 0.7447102 0.2730641 0.7398648 0.2698609 0.741346 0.2740904 0.7377014 0.2720968 0.7398648 0.2698609 0.7377014 0.2720968 0.7370185 0.2698736 0.7398648 0.2698609 0.7378368 0.2673428 0.7398928 0.2636452 0.7355374 0.2670034 0.7354617 0.2632989 0.7378368 0.2673428 0.7355374 0.2670034 0.7378368 0.2673428 0.7370185 0.2698736 0.7355374 0.2670034 0.7356139 0.2703267 0.7329855 0.2679318 0.7355374 0.2670034 0.7329855 0.2679318 0.731934 0.2644915 0.7331315 0.274635 0.7346083 0.274034 0.7354047 0.2772186 0.7331315 0.274635 0.7339715 0.2778177 0.7321621 0.2786861 0.7331315 0.274635 0.7311384 0.2751523 0.7320851 0.2717857 0.7331315 0.274635 0.7320851 0.2717857 0.7346083 0.274034 0.7302004 0.269217 0.7279818 0.2664447 0.731934 0.2644915 0.7302004 0.269217 0.7329855 0.2679318 0.7320851 0.2717857 0.7302004 0.269217 0.7320851 0.2717857 0.7304845 0.2727199 0.7302004 0.269217 0.7282387 0.271544 0.7279818 0.2664447 0.7281571 0.2755976 0.7243163 0.2772914 0.7282387 0.271544 0.7281571 0.2755976 0.7282387 0.271544 0.7304845 0.2727199 0.7281571 0.2755976 0.7311384 0.2751523 0.7296485 0.2802595 0.7281571 0.2755976 0.7296485 0.2802595 0.7243163 0.2772914 0.7378348 0.2800872 0.7365486 0.2808459 0.7354047 0.2772186 0.7378348 0.2800872 0.7367896 0.2764527 0.7395141 0.2795225 0.7378348 0.2800872 0.7395141 0.2795225 0.7401052 0.2826497 0.7378348 0.2800872 0.7390539 0.2836318 0.7365486 0.2808459 0.740325 0.2864768 0.7416352 0.2891199 0.7395128 0.2898557 0.740325 0.2864768 0.7385532 0.287217 0.7390539 0.2836318 0.740325 0.2864768 0.7390539 0.2836318 0.7417098 0.2843394 0.740325 0.2864768 0.7417098 0.2843394 0.7444058 0.2868446 0.7420056 0.2795636 0.7450948 0.2795603 0.7417098 0.2843394 0.7420056 0.2795636 0.7417098 0.2843394 0.7401052 0.2826497 0.7420056 0.2795636 0.7395141 0.2795225 0.741346 0.2740904 0.7420056 0.2795636 0.741346 0.2740904 0.7450948 0.2795603 0.7352368 0.2813871 0.7339715 0.2778177 0.7354047 0.2772186 0.7352368 0.2813871 0.7365486 0.2808459 0.7364407 0.2848719 0.7352368 0.2813871 0.7364407 0.2848719 0.7352874 0.2849059 0.7352368 0.2813871 0.7338669 0.2823593 0.7321621 0.2786861 0.7324061 0.284411 0.730174 0.2870023 0.7264315 0.2826551 0.7324061 0.284411 0.7296485 0.2802595 0.7338669 0.2823593 0.7324061 0.284411 0.7338669 0.2823593 0.7352874 0.2849059 0.7324061 0.284411 0.735274 0.2872068 0.730174 0.2870023 0.7370962 0.2878013 0.737886 0.2905073 0.7350727 0.2906923 0.7370962 0.2878013 0.735274 0.2872068 0.7364407 0.2848719 0.7370962 0.2878013 0.7364407 0.2848719 0.7385532 0.287217 0.7370962 0.2878013 0.7385532 0.287217 0.7395128 0.2898557 0.7724015 0.2352842 0.7758402 0.2367554 0.7719349 0.2364994 0.7724015 0.2352842 0.7719349 0.2364994 0.7682945 0.2349528 0.7724015 0.2352842 0.7690022 0.2336291 0.7699334 0.2327159 0.7724015 0.2352842 0.7726131 0.2337843 0.7761927 0.2353742 0.7723557 0.2317631 0.7729319 0.2296296 0.7767341 0.2337616 0.7723557 0.2317631 0.7767341 0.2337616 0.7726131 0.2337843 0.7723557 0.2317631 0.7726131 0.2337843 0.7699334 0.2327159 0.7723557 0.2317631 0.7684863 0.2308862 0.7729319 0.2296296 0.7662485 0.2317082 0.7638498 0.2298193 0.7673448 0.2279435 0.7662485 0.2317082 0.7684863 0.2308862 0.7690022 0.2336291 0.7662485 0.2317082 0.7690022 0.2336291 0.7650012 0.2335054 0.7662485 0.2317082 0.7650012 0.2335054 0.7638498 0.2298193 0.7714267 0.2376669 0.7719349 0.2364994 0.7749665 0.2390689 0.7714267 0.2376669 0.7749665 0.2390689 0.7742498 0.2403373 0.7714267 0.2376669 0.7704103 0.2388603 0.7675334 0.2376183 0.7714267 0.2376669 0.7677065 0.2363333 0.7682945 0.2349528 0.7641034 0.235554 0.7607539 0.2349909 0.7620686 0.2321984 0.7641034 0.235554 0.7650012 0.2335054 0.7677065 0.2363333 0.7641034 0.235554 0.7677065 0.2363333 0.7648206 0.2377911 0.7641034 0.235554 0.7648206 0.2377911 0.7611924 0.2390543 0.7684187 0.2401538 0.7669509 0.2422496 0.7648206 0.2377911 0.7684187 0.2401538 0.7648206 0.2377911 0.7675334 0.2376183 0.7684187 0.2401538 0.7704103 0.2388603 0.7733311 0.2420468 0.7684187 0.2401538 0.7733311 0.2420468 0.7725976 0.2442766 0.7787121 0.2381249 0.7785382 0.2391758 0.7754927 0.2379666 0.7787121 0.2381249 0.7758402 0.2367554 0.7791616 0.237101 0.7787121 0.2381249 0.7791616 0.237101 0.781224 0.238411 0.7787121 0.2381249 0.7812915 0.2392954 0.7785382 0.2391758 0.7838529 0.2401698 0.7863847 0.2409636 0.7836216 0.2412016 0.7838529 0.2401698 0.7836216 0.2412016 0.7812039 0.2402224 0.7838529 0.2401698 0.7812915 0.2392954 0.7830668 0.238678 0.7838529 0.2401698 0.7830668 0.238678 0.786121 0.2387816 0.7804991 0.2363042 0.7820759 0.2350605 0.7830668 0.238678 0.7804991 0.2363042 0.7830668 0.238678 0.781224 0.238411 0.7804991 0.2363042 0.7791616 0.237101 0.7767341 0.2337616 0.7804991 0.2363042 0.7767341 0.2337616 0.7777669 0.2319768 0.7780279 0.2400537 0.7749665 0.2390689 0.7754927 0.2379666 0.7780279 0.2400537 0.7785382 0.2391758 0.7807162 0.2409773 0.7780279 0.2400537 0.7807162 0.2409773 0.7800671 0.2416461 0.7780279 0.2400537 0.7776793 0.2411547 0.7749665 0.2390689 0.7779909 0.2428749 0.778103 0.24512 0.7733311 0.2420468 0.7779909 0.2428749 0.7733311 0.2420468 0.7776793 0.2411547 0.7779909 0.2428749 0.7776793 0.2411547 0.7800671 0.2416461 0.7779909 0.2428749 0.7815441 0.2428528 0.778103 0.24512 0.7831365 0.2421956 0.7854843 0.2434104 0.7837159 0.2451141 0.7831365 0.2421956 0.7815441 0.2428528 0.7807162 0.2409773 0.7831365 0.2421956 0.7807162 0.2409773 0.7812039 0.2402224 0.7831365 0.2421956 0.7836216 0.2412016 0.7859683 0.2421352 0.06284874 0.9565958 0.05848968 0.9632895 0.05590766 0.9545544 0.06284874 0.9565958 0.05590766 0.9545544 0.05698466 0.9467427 0.06284874 0.9565958 0.06605142 0.9497905 0.07000797 0.9583867 0.06284874 0.9565958 0.07000797 0.9583867 0.06526935 0.9666363 0.04888397 0.9546955 0.04845422 0.9470174 0.05698466 0.9467427 0.04888397 0.9546955 0.05590766 0.9545544 0.04961103 0.9623208 0.04888397 0.9546955 0.04961103 0.9623208 0.04108774 0.9654935 0.04888397 0.9546955 0.04301232 0.9552771 0.04845422 0.9470174 0.09143733 0.9631901 0.1007406 0.9611899 0.08932822 0.9669004 0.09143733 0.9631901 0.08932822 0.9669004 0.07888942 0.9703266 0.09143733 0.9631901 0.08284693 0.965036 0.09421056 0.9592258 0.09143733 0.9631901 0.09421056 0.9592258 0.1029689 0.9571707 0.02809429 0.952951 0.02587467 0.9526637 0.02649521 0.9517136 0.02809429 0.952951 0.02854043 0.9523282 0.02989 0.9531017 0.02809429 0.952951 0.02989 0.9531017 0.02840489 0.9535596 0.02809429 0.952951 0.02840489 0.9535596 0.02639716 0.953632 0.03494471 0.9530596 0.03560984 0.953081 0.03464561 0.9546595 0.03494471 0.9530596 0.03422141 0.9540863 0.0337814 0.9536343 0.03494471 0.9530596 0.03433084 0.9530417 0.03471219 0.9519916 0.03494471 0.9530596 0.03471219 0.9519916 0.03560984 0.953081 0.04554492 0.941218 0.04234623 0.936855 0.04862666 0.9363015 0.04554492 0.941218 0.05187922 0.9407196 0.04845422 0.9470174 0.04554492 0.941218 0.04845422 0.9470174 0.04139226 0.9463557 0.04554492 0.941218 0.03916901 0.9408618 0.04234623 0.936855 0.05734199 0.9390425 0.05533796 0.9350054 0.06215083 0.9336349 0.05734199 0.9390425 0.06269079 0.9373016 0.06115549 0.9427115 0.05734199 0.9390425 0.06115549 0.9427115 0.05698466 0.9467427 0.05734199 0.9390425 0.05187922 0.9407196 0.05533796 0.9350054 0.06868326 0.9366114 0.0683211 0.9406861 0.06388717 0.9402622 0.06868326 0.9366114 0.06269079 0.9373016 0.06873619 0.9328582 0.06868326 0.9366114 0.06873619 0.9328582 0.07494986 0.9324293 0.06868326 0.9366114 0.07481485 0.9362904 0.0683211 0.9406861 0.08058112 0.9356568 0.08064788 0.9321021 0.08579182 0.9316728 0.08058112 0.9356568 0.08602678 0.9347227 0.08179557 0.9389612 0.08058112 0.9356568 0.08179557 0.9389612 0.07564151 0.9410268 0.08058112 0.9356568 0.07481485 0.9362904 0.08064788 0.9321021 0.09954941 0.9469162 0.09979593 0.9464161 0.1006026 0.9467779 0.09954941 0.9469162 0.1006026 0.9467779 0.09994381 0.947312 0.09954941 0.9469162 0.09928375 0.9474272 0.09848779 0.9476323 0.09954941 0.9469162 0.09835672 0.9471821 0.09979593 0.9464161 0.09724855 0.9475405 0.09687125 0.9471751 0.09823167 0.9467375 0.09724855 0.9475405 0.09835672 0.9471821 0.09762418 0.9478989 0.09724855 0.9475405 0.09762418 0.9478989 0.09686022 0.9481976 0.09724855 0.9475405 0.09630954 0.947968 0.09687125 0.9471751 0.09562414 0.9484414 0.09489452 0.9483488 0.09574782 0.9477163 0.09562414 0.9484414 0.09630954 0.947968 0.09636342 0.948499 0.09562414 0.9484414 0.09636342 0.948499 0.09553724 0.948916 0.09562414 0.9484414 0.09553724 0.948916 0.09489452 0.9483488 0.1022807 0.9472081 0.103595 0.9467499 0.1040694 0.947289 0.1022807 0.9472081 0.1024031 0.9475919 0.1009839 0.9476127 0.1022807 0.9472081 0.1009839 0.9476127 0.1017931 0.9469564 0.1022807 0.9472081 0.1017931 0.9469564 0.1027837 0.9464966 0.1012921 0.9468021 0.1020928 0.9463085 0.1017931 0.9469564 0.1012921 0.9468021 0.1017931 0.9469564 0.1003997 0.9473153 0.1012921 0.9468021 0.1003997 0.9473153 0.1006026 0.9467779 0.1012921 0.9468021 0.1006026 0.9467779 0.1012032 0.9462576 0.09639376 0.9493473 0.09542453 0.9495101 0.09553724 0.948916 0.09639376 0.9493473 0.09553724 0.948916 0.09686231 0.9491121 0.09639376 0.9493473 0.09686231 0.9491121 0.0978465 0.949217 0.09639376 0.9493473 0.09778153 0.9495319 0.09720599 0.9499392 0.09928858 0.9492666 0.0990746 0.948911 0.1001858 0.9484583 0.09928858 0.9492666 0.1007018 0.9487403 0.09949958 0.9496425 0.09928858 0.9492666 0.09949958 0.9496425 0.09778153 0.9495319 0.09928858 0.9492666 0.09778153 0.9495319 0.0990746 0.948911 0.1018084 0.9481423 0.1008194 0.9481235 0.1010579 0.9478578 0.1018084 0.9481423 0.1024031 0.9475919 0.1026062 0.9482826 0.1018084 0.9481423 0.1026062 0.9482826 0.1011477 0.9490666 0.1018084 0.9481423 0.1007018 0.9487403 0.1008194 0.9481235 0.04104834 0.9334865 0.04066979 0.9307994 0.04663223 0.9303283 0.04104834 0.9334865 0.0471729 0.9329753 0.04234623 0.936855 0.04104834 0.9334865 0.04234623 0.936855 0.03670394 0.9369742 0.04104834 0.9334865 0.03569835 0.9337138 0.04066979 0.9307994 0.05329698 0.9269616 0.05294388 0.9248389 0.06088387 0.9238097 0.05329698 0.9269616 0.06096339 0.9258103 0.05371475 0.9292399 0.05329698 0.9269616 0.05371475 0.9292399 0.04663223 0.9303283 0.05329698 0.9269616 0.04611891 0.9279478 0.05294388 0.9248389 0.05426198 0.9318295 0.05371475 0.9292399 0.06116223 0.9280011 0.05426198 0.9318295 0.06159967 0.9305719 0.05533796 0.9350054 0.05426198 0.9318295 0.05533796 0.9350054 0.04862666 0.9363015 0.05426198 0.9318295 0.0471729 0.9329753 0.05371475 0.9292399 0.06847012 0.9297255 0.06873619 0.9328582 0.06215083 0.9336349 0.06847012 0.9297255 0.06159967 0.9305719 0.0682193 0.9270786 0.06847012 0.9297255 0.0682193 0.9270786 0.07484197 0.9292076 0.06847012 0.9297255 0.07484197 0.9292076 0.06873619 0.9328582 0.08068412 0.9289358 0.08073711 0.9261196 0.08588826 0.9287703 0.08068412 0.9289358 0.08588826 0.9287703 0.08579182 0.9316728 0.08068412 0.9289358 0.08064788 0.9321021 0.07494986 0.9324293 0.08068412 0.9289358 0.07484197 0.9292076 0.07477968 0.9264568 0.09034603 0.9285715 0.09056425 0.9262095 0.09397715 0.9286995 0.09034603 0.9285715 0.09397715 0.9286995 0.09326601 0.9304716 0.09034603 0.9285715 0.09034341 0.9309377 0.08588826 0.9287703 0.09034603 0.9285715 0.08588826 0.9287703 0.08602184 0.9260447 0.1008608 0.9071865 0.1002153 0.9050469 0.1075381 0.9073415 0.1008608 0.9071865 0.1075381 0.9073415 0.1055445 0.9091473 0.1008608 0.9071865 0.1008328 0.9094535 0.09182798 0.9103201 0.1008608 0.9071865 0.0910896 0.9079526 0.1002153 0.9050469 0.01272881 0.9133444 0.01334035 0.908277 0.02431827 0.9145349 0.01272881 0.9133444 0.02431827 0.9145349 0.02482348 0.9184834 0.01272881 0.9133444 0.01254534 0.9180881 0.00861907 0.9121291 0.01272881 0.9133444 0.00861907 0.9121291 0.009654939 0.9066549 0.07895737 0.91006 0.07993173 0.9123052 0.06419152 0.9148569 0.07895737 0.91006 0.06309974 0.9125192 0.07777065 0.9080847 0.07895737 0.91006 0.07777065 0.9080847 0.09001219 0.9058108 0.07895737 0.91006 0.0910896 0.9079526 0.07993173 0.9123052 0.04238551 0.9138567 0.04353654 0.9170111 0.02431827 0.9145349 0.04238551 0.9138567 0.02431827 0.9145349 0.02376383 0.9102249 0.04238551 0.9138567 0.04228293 0.9108592 0.06213229 0.9104444 0.04238551 0.9138567 0.06309974 0.9125192 0.04353654 0.9170111 0.100004 0.945938 0.1001045 0.9453967 0.1016873 0.9457649 0.100004 0.945938 0.1016873 0.9457649 0.1012032 0.9462576 0.100004 0.945938 0.09979593 0.9464161 0.09823167 0.9467375 0.100004 0.945938 0.09811872 0.9463045 0.0979278 0.9457923 0.0964905 0.9467958 0.09603142 0.9463515 0.0979278 0.9457923 0.0964905 0.9467958 0.09811872 0.9463045 0.09687125 0.9471751 0.0964905 0.9467958 0.09687125 0.9471751 0.09574782 0.9477163 0.0964905 0.9467958 0.09516406 0.9474201 0.09603142 0.9463515 0.1027097 0.9458537 0.1034141 0.9454236 0.1036144 0.9460463 0.1027097 0.9458537 0.1036144 0.9460463 0.1027837 0.9464966 0.1027097 0.9458537 0.1020928 0.9463085 0.1016873 0.9457649 0.1027097 0.9458537 0.1016873 0.9457649 0.1020902 0.9452464 0.0997048 0.9500591 0.09949958 0.9496425 0.1014533 0.9494814 0.0997048 0.9500591 0.1014533 0.9494814 0.1016889 0.9500276 0.0997048 0.9500591 0.09967768 0.9506725 0.09761536 0.9503579 0.0997048 0.9500591 0.09761536 0.9503579 0.09949958 0.9496425 0.08085781 0.9469587 0.08545881 0.9476652 0.0845766 0.9510387 0.08085781 0.9469587 0.07989835 0.9515476 0.07488405 0.9459635 0.08085781 0.9469587 0.07488405 0.9459635 0.08221071 0.9436081 0.08085781 0.9469587 0.08221071 0.9436081 0.08720064 0.9450801 0.08560299 0.9413767 0.09000968 0.9396393 0.08993393 0.9430831 0.08560299 0.9413767 0.08993393 0.9430831 0.08720064 0.9450801 0.08560299 0.9413767 0.08221071 0.9436081 0.08179557 0.9389612 0.08560299 0.9413767 0.08179557 0.9389612 0.08722287 0.9375137 0.1030217 0.9486659 0.1034235 0.9491563 0.1014533 0.9494814 0.1030217 0.9486659 0.1014533 0.9494814 0.1011477 0.9490666 0.1030217 0.9486659 0.1026062 0.9482826 0.104591 0.9478651 0.1030217 0.9486659 0.104591 0.9478651 0.1046036 0.9484622 0.06511473 0.820416 0.06046175 0.8207162 0.06103521 0.8220366 0.06511473 0.820416 0.06550103 0.8222547 0.06803768 0.8229677 0.06511473 0.820416 0.06972414 0.820589 0.06483507 0.8186073 0.06511473 0.820416 0.06483507 0.8186073 0.06046175 0.8207162 0.1006795 0.9244185 0.09793198 0.9269308 0.09932684 0.9232151 0.1006795 0.9244185 0.09932684 0.9232151 0.104087 0.9221134 0.1006795 0.9244185 0.104087 0.9221134 0.1022938 0.9255412 0.1006795 0.9244185 0.1022938 0.9255412 0.1000005 0.9275565 0.1149373 0.9137505 0.1124406 0.9156725 0.1125199 0.9113628 0.1149373 0.9137505 0.1125199 0.9113628 0.1185734 0.9115397 0.1149373 0.9137505 0.1185734 0.9115397 0.1177536 0.9159893 0.1149373 0.9137505 0.1177536 0.9159893 0.1124406 0.9156725 0.111129 0.9171321 0.1098117 0.9185011 0.109679 0.9146628 0.111129 0.9171321 0.109679 0.9146628 0.1124406 0.9156725 0.111129 0.9171321 0.1124406 0.9156725 0.1148378 0.9180118 0.111129 0.9171321 0.1128502 0.9194627 0.1098117 0.9185011 0.1072977 0.9201512 0.104087 0.9221134 0.1030338 0.9205649 0.1072977 0.9201512 0.1063434 0.9184422 0.1098117 0.9185011 0.1072977 0.9201512 0.1098117 0.9185011 0.1109452 0.9207474 0.1072977 0.9201512 0.108277 0.9222713 0.104087 0.9221134 0.0967012 0.9295144 0.09508889 0.9318204 0.09397715 0.9286995 0.0967012 0.9295144 0.09397715 0.9286995 0.09513825 0.9261641 0.0967012 0.9295144 0.09793198 0.9269308 0.09898746 0.9303502 0.0967012 0.9295144 0.09898746 0.9303502 0.09783691 0.9338417 0.1106858 0.9402715 0.1167121 0.9406945 0.1147114 0.9430556 0.1106858 0.9402715 0.1093107 0.9419241 0.1048347 0.9400401 0.1106858 0.9402715 0.1048347 0.9400401 0.1061294 0.9384524 0.1106858 0.9402715 0.1117818 0.9383182 0.1167121 0.9406945 0.1002638 0.9397299 0.1048347 0.9400401 0.1039027 0.941457 0.1002638 0.9397299 0.09915703 0.9413005 0.09683382 0.9390653 0.1002638 0.9397299 0.09683382 0.9390653 0.09962594 0.9372805 0.1002638 0.9397299 0.1021496 0.9380989 0.1048347 0.9400401 0.106294 0.9677318 0.1047043 0.9723935 0.09623301 0.9687758 0.106294 0.9677318 0.09623301 0.9687758 0.09869945 0.964829 0.106294 0.9677318 0.1084672 0.9631844 0.115986 0.966634 0.106294 0.9677318 0.115986 0.966634 0.1047043 0.9723935 0.02312988 0.8982396 0.02254623 0.8946545 0.02825248 0.8955711 0.09102886 0.8971636 0.10312 0.8969749 0.09467107 0.9013568 0.09770286 0.9031634 0.1002153 0.9050469 0.09001219 0.9058108 0.09770286 0.9031634 0.08839786 0.904054 0.09467107 0.9013568 0.09770286 0.9031634 0.09467107 0.9013568 0.1004118 0.9009532 0.09770286 0.9031634 0.1045726 0.902172 0.1002153 0.9050469 0.07668638 0.9064395 0.07777065 0.9080847 0.06213229 0.9104444 0.07668638 0.9064395 0.06212544 0.9087167 0.07453912 0.9048721 0.07668638 0.9064395 0.07453912 0.9048721 0.08583539 0.9023206 0.07668638 0.9064395 0.08839786 0.904054 0.07777065 0.9080847 0.0448085 0.9085308 0.04228293 0.9108592 0.02376383 0.9102249 0.0448085 0.9085308 0.03216749 0.9075183 0.037696 0.9059985 0.0448085 0.9085308 0.04686921 0.9065515 0.06107199 0.9069557 0.0448085 0.9085308 0.06212544 0.9087167 0.06213229 0.9104444 0.1331662 0.8976824 0.1342865 0.9023275 0.125141 0.9004994 0.1331662 0.8976824 0.1285737 0.8932908 0.1396548 0.8884348 0.1331662 0.8976824 0.1421132 0.8952491 0.1421586 0.9004715 0.1351876 0.9054954 0.1289126 0.907092 0.1272357 0.9042726 0.1351876 0.9054954 0.1342865 0.9023275 0.1424539 0.9039205 0.1351876 0.9054954 0.1424539 0.9039205 0.1359017 0.9079746 0.137553 0.9317603 0.1388127 0.9340288 0.1345648 0.9354383 0.137553 0.9317603 0.1326238 0.9342622 0.1360484 0.9298009 0.137553 0.9317603 0.1360484 0.9298009 0.1435059 0.9266768 0.137553 0.9317603 0.1457557 0.9284757 0.1388127 0.9340288 0.1648506 0.9289202 0.1687353 0.9328727 0.1517004 0.9387377 0.1648506 0.9289202 0.1498161 0.934211 0.1622641 0.9255509 0.1648506 0.9289202 0.1622641 0.9255509 0.1791974 0.9189012 0.1648506 0.9289202 0.1821845 0.9220746 0.1687353 0.9328727 0.1750792 0.936802 0.1826644 0.9412044 0.172733 0.9446198 0.1750792 0.936802 0.163189 0.9409323 0.1687353 0.9328727 0.1750792 0.936802 0.1687353 0.9328727 0.1857885 0.9261983 0.1750792 0.936802 0.1902078 0.930894 0.1826644 0.9412044 0.1514163 0.8933467 0.15087 0.8983337 0.1421132 0.8952491 0.1514163 0.8933467 0.1421132 0.8952491 0.1524598 0.8868686 0.1514163 0.8933467 0.1524598 0.8868686 0.1623052 0.8904175 0.1514163 0.8933467 0.1623052 0.8904175 0.1618813 0.8951923 0.1537836 0.8788642 0.1524598 0.8868686 0.1424474 0.880682 0.1537836 0.8788642 0.1648867 0.8766836 0.1633886 0.8843107 0.1510376 0.9018648 0.1510213 0.9049224 0.1424539 0.9039205 0.1510376 0.9018648 0.1424539 0.9039205 0.1421586 0.9004715 0.1510376 0.9018648 0.15087 0.8983337 0.1623612 0.8988239 0.1510376 0.9018648 0.1623612 0.8988239 0.1620142 0.903155 0.1598148 0.9233713 0.1622641 0.9255509 0.1479206 0.9308454 0.1598148 0.9233713 0.1457557 0.9284757 0.1565343 0.9221987 0.1598148 0.9233713 0.1565343 0.9221987 0.1724404 0.9162219 0.1598148 0.9233713 0.1766289 0.9170564 0.1622641 0.9255509 0.1994379 0.9145287 0.2033092 0.9182793 0.1857885 0.9261983 0.1994379 0.9145287 0.1821845 0.9220746 0.1960744 0.9116526 0.1994379 0.9145287 0.1960744 0.9116526 0.2126793 0.9017567 0.1994379 0.9145287 0.2164335 0.9042742 0.2033092 0.9182793 0.2078105 0.9224151 0.2126203 0.9273807 0.1953263 0.9361905 0.2078105 0.9224151 0.1902078 0.930894 0.2033092 0.9182793 0.2078105 0.9224151 0.2033092 0.9182793 0.2208895 0.9074897 0.2078105 0.9224151 0.2263569 0.9109128 0.2126203 0.9273807 0.1760098 0.8849034 0.176653 0.8903253 0.1623052 0.8904175 0.1760098 0.8849034 0.1623052 0.8904175 0.1633886 0.8843107 0.1760098 0.8849034 0.1759091 0.8787384 0.1904345 0.8767049 0.1760098 0.8849034 0.1904345 0.8767049 0.192498 0.8826192 0.1763421 0.872541 0.1759091 0.8787384 0.1648867 0.8766836 0.1763421 0.872541 0.1875523 0.8660795 0.1886823 0.8706232 0.1778472 0.8942934 0.1793578 0.8977746 0.1623612 0.8988239 0.1778472 0.8942934 0.1623612 0.8988239 0.1618813 0.8951923 0.1778472 0.8942934 0.176653 0.8903253 0.1945618 0.8866602 0.1778472 0.8942934 0.1945618 0.8866602 0.1793578 0.8977746 0.1930966 0.9101406 0.1960744 0.9116526 0.1791974 0.9189012 0.1930966 0.9101406 0.1766289 0.9170564 0.190042 0.9090965 0.1930966 0.9101406 0.190042 0.9090965 0.2063146 0.8994103 0.1930966 0.9101406 0.2093177 0.9004269 0.1960744 0.9116526 0.1864482 0.907624 0.190042 0.9090965 0.1724404 0.9162219 0.1864482 0.907624 0.1710923 0.9136054 0.1831421 0.9053087 0.1864482 0.907624 0.1831421 0.9053087 0.2011868 0.8956614 0.1864482 0.907624 0.2036358 0.8978319 0.190042 0.9090965 0.2329934 0.8893033 0.238121 0.8922031 0.2208895 0.9074897 0.2329934 0.8893033 0.2164335 0.9042742 0.2287964 0.8871649 0.2329934 0.8893033 0.2287964 0.8871649 0.2426044 0.8694165 0.2329934 0.8893033 0.2472351 0.8712427 0.238121 0.8922031 0.2443174 0.8959341 0.2496069 0.9012792 0.231672 0.9155014 0.2443174 0.8959341 0.2263569 0.9109128 0.238121 0.8922031 0.2443174 0.8959341 0.238121 0.8922031 0.252996 0.873843 0.2443174 0.8959341 0.2597097 0.8777881 0.2684023 0.8849777 0.2034836 0.8657225 0.2067289 0.8709604 0.1904345 0.8767049 0.2034836 0.8657225 0.1904345 0.8767049 0.1886823 0.8706232 0.2034836 0.8657225 0.2003694 0.8604367 0.2142587 0.8524602 0.2034836 0.8657225 0.2142587 0.8524602 0.21833 0.8565633 0.2095715 0.8743116 0.2122418 0.8766991 0.1966716 0.8897647 0.2095715 0.8743116 0.1945618 0.8866602 0.192498 0.8826192 0.2095715 0.8743116 0.2067289 0.8709604 0.2218073 0.8590375 0.2095715 0.8743116 0.2218073 0.8590375 0.2122418 0.8766991 0.2253922 0.8857184 0.2287964 0.8871649 0.2126793 0.9017567 0.2253922 0.8857184 0.2093177 0.9004269 0.2225543 0.8844873 0.2253922 0.8857184 0.2225543 0.8844873 0.2366195 0.8663775 0.2253922 0.8857184 0.2392812 0.8677938 0.2287964 0.8871649 0.2200562 0.8829953 0.2225543 0.8844873 0.2063146 0.8994103 0.2200562 0.8829953 0.2036358 0.8978319 0.2176206 0.8811968 0.2200562 0.8829953 0.2176206 0.8811968 0.2312012 0.8639222 0.2200562 0.8829953 0.2339735 0.8651704 0.2225543 0.8844873 0.257276 0.8517194 0.2635062 0.8538325 0.252996 0.873843 0.257276 0.8517194 0.2472351 0.8712427 0.2522822 0.8500505 0.2705518 0.8567833 0.2773299 0.8610984 0.2597097 0.8777881 0.2705518 0.8567833 0.2597097 0.8777881 0.2635062 0.8538325 0.2302006 0.8426284 0.233821 0.8439041 0.2249858 0.8607036 0.2302006 0.8426284 0.2218073 0.8590375 0.2262859 0.8406422 0.2489457 0.848432 0.2522822 0.8500505 0.2426044 0.8694165 0.2489457 0.848432 0.2392812 0.8677938 0.2463682 0.8471307 0.2436517 0.846413 0.2463682 0.8471307 0.2366195 0.8663775 0.2436517 0.846413 0.2339735 0.8651704 0.2406865 0.8458451 0.1902727 0.9465762 0.1826644 0.9412044 0.1953263 0.9361905 0.1902727 0.9465762 0.2010276 0.9421165 0.1971556 0.951899 0.1902727 0.9465762 0.1971556 0.951899 0.1911004 0.9555439 0.1902727 0.9465762 0.1832523 0.9492148 0.1826644 0.9412044 0.2174178 0.9336206 0.2230618 0.9388732 0.207417 0.9484158 0.2174178 0.9336206 0.2010276 0.9421165 0.2126203 0.9273807 0.2174178 0.9336206 0.2126203 0.9273807 0.231672 0.9155014 0.2174178 0.9336206 0.2356709 0.9222137 0.2230618 0.9388732 0.2520143 0.9090213 0.2496069 0.9012792 0.2644169 0.8995907 0.2520143 0.9090213 0.2644169 0.8995907 0.2624449 0.9089067 0.2520143 0.9090213 0.2522158 0.9176497 0.2356709 0.9222137 0.2520143 0.9090213 0.2356709 0.9222137 0.231672 0.9155014 0.2955902 0.8522846 0.2982238 0.825089 0.2870018 0.8265557 0.2955902 0.8522846 0.3026009 0.852577 0.2982238 0.825089 0.3090208 0.8545257 0.3026009 0.852577 0.318034 0.8283788 0.3090208 0.8545257 0.318034 0.8283788 0.3271351 0.8331025 0.311584 0.8712154 0.3127238 0.8600865 0.3271351 0.8331025 0.2827575 0.8673045 0.2773299 0.8610984 0.2870018 0.8265557 0.2955902 0.8522846 0.288729 0.8563073 0.2870018 0.8265557 0.2955902 0.8522846 0.2982238 0.825089 0.3026009 0.852577 0.3327378 0.8687354 0.3208783 0.8667606 0.3271351 0.8331025 0.2436517 0.846413 0.2491899 0.8182151 0.246284 0.8182957 0.2436517 0.846413 0.2463682 0.8471307 0.2491899 0.8182151 0.07576513 0.9663002 0.07578682 0.9630076 0.08604198 0.9598985 0.07576513 0.9663002 0.08284693 0.965036 0.07888942 0.9703266 0.07576513 0.9663002 0.0705735 0.9699683 0.06526935 0.9666363 0.0776863 0.9574937 0.07989835 0.9515476 0.08442217 0.9554012 0.0776863 0.9574937 0.08442217 0.9554012 0.07578682 0.9630076 0.0776863 0.9574937 0.07578682 0.9630076 0.07000797 0.9583867 0.0776863 0.9574937 0.07000797 0.9583867 0.07374137 0.9513601 0.09824657 0.9216443 0.1017642 0.9195072 0.1030338 0.9205649 0.09824657 0.9216443 0.09932684 0.9232151 0.09441363 0.923279 0.09824657 0.9216443 0.09441363 0.923279 0.09383881 0.9207037 0.09824657 0.9216443 0.09730249 0.9198897 0.1003865 0.9186948 0.05753695 0.8174315 0.05685615 0.8192239 0.06055271 0.8176528 0.05753695 0.8174315 0.06055271 0.8176528 0.06134909 0.816195 0.05753695 0.8174315 0.05946254 0.8155735 0.05772614 0.8143592 0.05753695 0.8174315 0.05512124 0.8167024 0.05382388 0.8190519 0.104874 0.9176192 0.1077798 0.9158558 0.1063434 0.9184422 0.104874 0.9176192 0.1063434 0.9184422 0.1030338 0.9205649 0.104874 0.9176192 0.1017642 0.9195072 0.1003865 0.9186948 0.104874 0.9176192 0.103147 0.9172392 0.1077798 0.9158558 0.110733 0.9089663 0.1137414 0.906498 0.1159476 0.9091674 0.110733 0.9089663 0.1125199 0.9113628 0.1076553 0.9136708 0.110733 0.9089663 0.1073237 0.9107331 0.1075381 0.9073415 0.110733 0.9089663 0.1075381 0.9073415 0.109449 0.9043263 0.1120719 0.9280393 0.112505 0.9297828 0.1089043 0.9291692 0.1120719 0.9280393 0.1089043 0.9291692 0.108303 0.9274818 0.1120719 0.9280393 0.1112977 0.9262675 0.1144099 0.9248444 0.1120719 0.9280393 0.1155518 0.9266276 0.1163479 0.9283339 0.1098215 0.9243275 0.1112977 0.9262675 0.108303 0.9274818 0.1098215 0.9243275 0.1068743 0.9257146 0.108277 0.9222713 0.1098215 0.9243275 0.108277 0.9222713 0.1109452 0.9207474 0.1098215 0.9243275 0.1126762 0.922873 0.1112977 0.9262675 0.1061643 0.9298912 0.1089043 0.9291692 0.1091323 0.9308906 0.1061643 0.9298912 0.1062651 0.9315279 0.1036864 0.9303128 0.1061643 0.9298912 0.1036864 0.9303128 0.1038136 0.9289489 0.1061643 0.9298912 0.1056556 0.9283407 0.1089043 0.9291692 0.1041589 0.9268696 0.1022938 0.9255412 0.1052563 0.9239106 0.1041589 0.9268696 0.1068743 0.9257146 0.1056556 0.9283407 0.1041589 0.9268696 0.1056556 0.9283407 0.1038136 0.9289489 0.1041589 0.9268696 0.1021457 0.9283071 0.1022938 0.9255412 0.101305 0.930541 0.09898746 0.9303502 0.1000005 0.9275565 0.101305 0.930541 0.1021457 0.9283071 0.1036864 0.9303128 0.101305 0.930541 0.1036864 0.9303128 0.1036902 0.9320673 0.101305 0.930541 0.1011937 0.9328817 0.09898746 0.9303502 0.1126562 0.9360197 0.1117818 0.9383182 0.1078522 0.9366354 0.1126562 0.9360197 0.1078522 0.9366354 0.1092177 0.9347007 0.1126562 0.9360197 0.1131133 0.9336885 0.1182171 0.9346668 0.1126562 0.9360197 0.1182171 0.9346668 0.1192123 0.9378803 0.1129575 0.9316377 0.1131133 0.9336885 0.1094406 0.9327601 0.1129575 0.9316377 0.1094406 0.9327601 0.1091323 0.9308906 0.1129575 0.9316377 0.112505 0.9297828 0.1170441 0.9300747 0.1129575 0.9316377 0.1170441 0.9300747 0.1176605 0.9321017 0.1065379 0.9332572 0.1062651 0.9315279 0.1094406 0.9327601 0.1065379 0.9332572 0.1094406 0.9327601 0.1092177 0.9347007 0.1065379 0.9332572 0.1061891 0.9349673 0.1039479 0.9336948 0.1065379 0.9332572 0.1039479 0.9336948 0.1036902 0.9320673 0.1013691 0.934639 0.09834158 0.9360206 0.09783691 0.9338417 0.1013691 0.934639 0.1011937 0.9328817 0.1039479 0.9336948 0.1013691 0.934639 0.1039479 0.9336948 0.1041539 0.9348445 0.1013691 0.934639 0.1022925 0.9358487 0.09834158 0.9360206 0.1044256 0.9365463 0.1021496 0.9380989 0.1022925 0.9358487 0.1044256 0.9365463 0.1022925 0.9358487 0.1041539 0.9348445 0.1044256 0.9365463 0.1061891 0.9349673 0.1078522 0.9366354 0.1044256 0.9365463 0.1078522 0.9366354 0.1061294 0.9384524 0.1239145 0.9325444 0.1257379 0.935024 0.1182171 0.9346668 0.1239145 0.9325444 0.1182171 0.9346668 0.1176605 0.9321017 0.1239145 0.9325444 0.1226442 0.9301112 0.1294851 0.9300706 0.1239145 0.9325444 0.1294851 0.9300706 0.1257379 0.935024 0.1216558 0.9282559 0.1226442 0.9301112 0.1170441 0.9300747 0.1216558 0.9282559 0.1170441 0.9300747 0.1163479 0.9283339 0.1216558 0.9282559 0.1206253 0.9266738 0.1253617 0.9247248 0.1216558 0.9282559 0.1267533 0.926192 0.1279372 0.9278892 0.1346656 0.9276636 0.1360484 0.9298009 0.1311348 0.9323303 0.1346656 0.9276636 0.1294851 0.9300706 0.1334125 0.9256079 0.1346656 0.9276636 0.1334125 0.9256079 0.1395403 0.9234243 0.1346656 0.9276636 0.1413555 0.9250236 0.1360484 0.9298009 0.132297 0.9238932 0.1334125 0.9256079 0.1279372 0.9278892 0.132297 0.9238932 0.1267533 0.926192 0.1305811 0.9224095 0.132297 0.9238932 0.1305811 0.9224095 0.1370338 0.9195575 0.132297 0.9238932 0.1382963 0.9217872 0.1334125 0.9256079 0.148164 0.9121515 0.1522657 0.9115769 0.1514391 0.9169488 0.1556259 0.908631 0.157917 0.9149191 0.1522657 0.9115769 0.149923 0.9084886 0.1427106 0.9096031 0.1427283 0.9066224 0.1447607 0.9203014 0.1382963 0.9217872 0.144755 0.9182938 0.1447607 0.9203014 0.144755 0.9182938 0.1519607 0.9188908 0.1447607 0.9203014 0.1519607 0.9188908 0.1467909 0.9214957 0.1447607 0.9203014 0.1467909 0.9214957 0.1395403 0.9234243 0.1514542 0.9218508 0.1565343 0.9221987 0.1435059 0.9266768 0.1514542 0.9218508 0.1413555 0.9250236 0.1467909 0.9214957 0.1514542 0.9218508 0.1467909 0.9214957 0.1529735 0.9197854 0.1514542 0.9218508 0.159534 0.918921 0.1565343 0.9221987 0.1601672 0.9170099 0.1710923 0.9136054 0.1724404 0.9162219 0.1601672 0.9170099 0.159534 0.918921 0.1529735 0.9197854 0.1601672 0.9170099 0.1519607 0.9188908 0.157917 0.9149191 0.1601672 0.9170099 0.157917 0.9149191 0.1674107 0.9113306 0.1192285 0.9250597 0.1206253 0.9266738 0.1163479 0.9283339 0.1192285 0.9250597 0.1155518 0.9266276 0.1174098 0.9233588 0.1192285 0.9250597 0.1174098 0.9233588 0.1205211 0.9216653 0.1192285 0.9250597 0.1231907 0.9232336 0.1206253 0.9266738 0.1151137 0.9215156 0.1174098 0.9233588 0.1144099 0.9248444 0.1151137 0.9215156 0.1126762 0.922873 0.1128502 0.9194627 0.1151137 0.9215156 0.1128502 0.9194627 0.1148378 0.9180118 0.1151137 0.9215156 0.1176341 0.9199671 0.1174098 0.9233588 0.1275269 0.9210467 0.1305811 0.9224095 0.1253617 0.9247248 0.1275269 0.9210467 0.1231907 0.9232336 0.1239678 0.9196186 0.1275269 0.9210467 0.1239678 0.9196186 0.1273074 0.9173999 0.1275269 0.9210467 0.1315311 0.9185843 0.1305811 0.9224095 0.1207369 0.9179391 0.1239678 0.9196186 0.1205211 0.9216653 0.1207369 0.9179391 0.1176341 0.9199671 0.1177536 0.9159893 0.1207369 0.9179391 0.1177536 0.9159893 0.1213729 0.9136919 0.1207369 0.9179391 0.1241028 0.9157073 0.1239678 0.9196186 0.1364613 0.9105541 0.1359017 0.9079746 0.1427283 0.9066224 0.1364613 0.9105541 0.1427106 0.9096031 0.1419618 0.9127546 0.1364613 0.9105541 0.1362113 0.9132131 0.1324583 0.9133921 0.1275559 0.9501286 0.1208261 0.9510022 0.1270559 0.9471955 0.1275559 0.9501286 0.1270559 0.9471955 0.1327161 0.9464617 0.1275559 0.9501286 0.1345036 0.9492213 0.1273793 0.9534521 0.1275559 0.9501286 0.1273793 0.9534521 0.1208261 0.9510022 0.1267095 0.9448086 0.1319177 0.9439865 0.1270559 0.9471955 0.1267095 0.9448086 0.1270559 0.9471955 0.122339 0.9453768 0.1267095 0.9448086 0.122339 0.9453768 0.1253494 0.9429444 0.1267095 0.9448086 0.1253494 0.9429444 0.13051 0.9412922 0.1181306 0.9456292 0.1143078 0.9458513 0.1147114 0.9430556 0.1181306 0.9456292 0.119547 0.9434302 0.122339 0.9453768 0.1181306 0.9456292 0.122339 0.9453768 0.1217414 0.9478008 0.1181306 0.9456292 0.1166322 0.9484282 0.1143078 0.9458513 0.1256957 0.95701 0.1273793 0.9534521 0.1313765 0.9568675 0.1256957 0.95701 0.1313765 0.9568675 0.1282688 0.9608568 0.1256957 0.95701 0.1235663 0.9610299 0.1184836 0.9580544 0.1256957 0.95701 0.1184836 0.9580544 0.1197034 0.9545603 0.1220524 0.9657391 0.1232783 0.9714428 0.1167722 0.9728977 0.1220524 0.9657391 0.115986 0.966634 0.117225 0.9619303 0.1220524 0.9657391 0.1235663 0.9610299 0.1262407 0.9654111 0.1220524 0.9657391 0.1262407 0.9654111 0.1232783 0.9714428 0.1386394 0.9429724 0.1388623 0.9454486 0.1319177 0.9439865 0.1386394 0.9429724 0.1319177 0.9439865 0.13051 0.9412922 0.1386394 0.9429724 0.1394265 0.9402942 0.1465442 0.9426936 0.1386394 0.9429724 0.1465442 0.9426936 0.1446465 0.9447844 0.1394608 0.9370931 0.1388127 0.9340288 0.1479206 0.9308454 0.1394608 0.9370931 0.1498161 0.934211 0.1394265 0.9402942 0.1394608 0.9370931 0.1394265 0.9402942 0.132684 0.9379134 0.1394608 0.9370931 0.132684 0.9379134 0.1345648 0.9354383 0.1418581 0.9480438 0.1345036 0.9492213 0.1388623 0.9454486 0.1418581 0.9480438 0.1388623 0.9454486 0.1446465 0.9447844 0.1418581 0.9480438 0.1489979 0.946396 0.1458795 0.9508109 0.1418581 0.9480438 0.1458795 0.9508109 0.1361472 0.9527287 0.1553017 0.9440779 0.1489979 0.946396 0.1465442 0.9426936 0.1553017 0.9440779 0.1465442 0.9426936 0.1517004 0.9387377 0.1553017 0.9440779 0.163189 0.9409323 0.1624612 0.9467761 0.1553017 0.9440779 0.1624612 0.9467761 0.1546818 0.9491247 0.184209 0.9646712 0.182645 0.9574167 0.1911004 0.9555439 0.184209 0.9646712 0.1909523 0.9640181 0.1886628 0.9718779 0.184209 0.9646712 0.1823782 0.9723298 0.177459 0.9669109 0.184209 0.9646712 0.177459 0.9669109 0.182645 0.9574167 0.06581926 0.974662 0.07257688 0.9759433 0.07033824 0.9820719 0.06581926 0.974662 0.06112074 0.9800084 0.05918323 0.971961 0.06581926 0.974662 0.05918323 0.971961 0.06526935 0.9666363 0.06581926 0.974662 0.0705735 0.9699683 0.07257688 0.9759433 0.1141253 0.9520783 0.1115785 0.9559624 0.1088201 0.9525626 0.1141253 0.9520783 0.1088201 0.9525626 0.1123213 0.9488327 0.1141253 0.9520783 0.1166322 0.9484282 0.1208261 0.9510022 0.1141253 0.9520783 0.1208261 0.9510022 0.1197034 0.9545603 0.1099606 0.9594628 0.1115785 0.9559624 0.1184836 0.9580544 0.1099606 0.9594628 0.1184836 0.9580544 0.117225 0.9619303 0.1099606 0.9594628 0.1084672 0.9631844 0.09869945 0.964829 0.1099606 0.9594628 0.1007406 0.9611899 0.1115785 0.9559624 0.06765967 0.9447832 0.07488405 0.9459635 0.07374137 0.9513601 0.06765967 0.9447832 0.06605142 0.9497905 0.06115549 0.9427115 0.06765967 0.9447832 0.06115549 0.9427115 0.06388717 0.9402622 0.06765967 0.9447832 0.0683211 0.9406861 0.07488405 0.9459635 0.1302982 0.9660134 0.1310817 0.9707276 0.1270609 0.9707046 0.1302982 0.9660134 0.1262407 0.9654111 0.1321102 0.9617845 0.1302982 0.9660134 0.1321102 0.9617845 0.1354942 0.9633643 0.1302982 0.9660134 0.1342003 0.9670806 0.1310817 0.9707276 0.1353055 0.9581641 0.1321102 0.9617845 0.1313765 0.9568675 0.1353055 0.9581641 0.1313765 0.9568675 0.1361472 0.9527287 0.1353055 0.9581641 0.1407174 0.9554157 0.1382566 0.960263 0.1353055 0.9581641 0.1382566 0.960263 0.1354942 0.9633643 0.1356729 0.9758035 0.1433892 0.9792692 0.1416593 0.9815103 0.1356729 0.9758035 0.1324984 0.9769117 0.1310817 0.9707276 0.1356729 0.9758035 0.1310817 0.9707276 0.1350618 0.9710233 0.1356729 0.9758035 0.1387659 0.9748034 0.1433892 0.9792692 0.1535481 0.9791522 0.1636254 0.976283 0.1536499 0.9819781 0.1535481 0.9791522 0.1536499 0.9819781 0.1433892 0.9792692 0.1535481 0.9791522 0.1433892 0.9792692 0.1531285 0.9765567 0.1535481 0.9791522 0.1531285 0.9765567 0.1620263 0.9724838 0.1522386 0.9739502 0.1570739 0.9709939 0.1531285 0.9765567 0.1522386 0.9739502 0.1531285 0.9765567 0.1449193 0.9770911 0.1522386 0.9739502 0.1462956 0.9748113 0.1511136 0.971338 0.1522386 0.9739502 0.1511136 0.971338 0.1537452 0.9691937 0.1416519 0.9735937 0.1462956 0.9748113 0.1387659 0.9748034 0.1416519 0.9735937 0.1387659 0.9748034 0.1387225 0.9711034 0.1416519 0.9735937 0.1387225 0.9711034 0.1444344 0.9722791 0.1416519 0.9735937 0.1444344 0.9722791 0.1475951 0.9724807 0.1583945 0.9659264 0.1562998 0.9613707 0.1629129 0.9643302 0.1583945 0.9659264 0.1629129 0.9643302 0.1620263 0.9724838 0.1583945 0.9659264 0.1570739 0.9709939 0.1542453 0.9663904 0.1583945 0.9659264 0.1542453 0.9663904 0.1562998 0.9613707 0.150889 0.9599499 0.1448833 0.9606676 0.1432098 0.9580234 0.150889 0.9599499 0.151076 0.9568919 0.1562998 0.9613707 0.150889 0.9599499 0.1562998 0.9613707 0.1528161 0.9639745 0.150889 0.9599499 0.1496601 0.9629924 0.1448833 0.9606676 0.1410034 0.962527 0.1388247 0.9651471 0.1354942 0.9633643 0.1410034 0.962527 0.1382566 0.960263 0.1448833 0.9606676 0.1410034 0.962527 0.1448833 0.9606676 0.1461474 0.9633301 0.1410034 0.962527 0.1436481 0.9648737 0.1388247 0.9651471 0.1379222 0.9681469 0.1387225 0.9711034 0.1350618 0.9710233 0.1379222 0.9681469 0.1342003 0.9670806 0.1388247 0.9651471 0.1379222 0.9681469 0.1388247 0.9651471 0.1421284 0.9670317 0.1379222 0.9681469 0.1415541 0.9692128 0.1387225 0.9711034 0.1767734 0.9787111 0.1672306 0.9832237 0.173224 0.9758658 0.1767734 0.9787111 0.173224 0.9758658 0.1777961 0.971728 0.1767734 0.9787111 0.1823782 0.9723298 0.1827816 0.9791594 0.1767734 0.9787111 0.1827816 0.9791594 0.1740518 0.9874346 0.153586 0.9852762 0.1532454 0.9891275 0.1396837 0.9839798 0.153586 0.9852762 0.1396837 0.9839798 0.1416593 0.9815103 0.153586 0.9852762 0.1536499 0.9819781 0.1652461 0.9796512 0.153586 0.9852762 0.1672306 0.9832237 0.1532454 0.9891275 0.2489457 0.848432 0.2544849 0.8189644 0.2463682 0.8471307 0.2489457 0.848432 0.2522822 0.8500505 0.2578859 0.8198769 0.03994441 0.9807124 0.04799634 0.9722226 0.05439954 0.9766994 0.03994441 0.9807124 0.03236579 0.9764527 0.04799634 0.9722226 0.05341231 0.9679617 0.04799634 0.9722226 0.04108774 0.9654935 0.05341231 0.9679617 0.04961103 0.9623208 0.05454313 0.9601562 0.05341231 0.9679617 0.05848968 0.9632895 0.05918323 0.971961 0.05341231 0.9679617 0.05918323 0.971961 0.05439954 0.9766994 0.09921813 0.9426716 0.09915703 0.9413005 0.1032676 0.9427623 0.09921813 0.9426716 0.1032676 0.9427623 0.09974318 0.9438161 0.09921813 0.9426716 0.09974318 0.9438161 0.09686499 0.9442344 0.09921813 0.9426716 0.09563899 0.9431403 0.09915703 0.9413005 0.100028 0.9447068 0.09974318 0.9438161 0.1024472 0.9446487 0.100028 0.9447068 0.1024472 0.9446487 0.1020902 0.9452464 0.100028 0.9447068 0.1001045 0.9453967 0.09756892 0.9451103 0.100028 0.9447068 0.09756892 0.9451103 0.09974318 0.9438161 0.1110942 0.9463288 0.1143078 0.9458513 0.1123213 0.9488327 0.1110942 0.9463288 0.1094017 0.9487698 0.1084518 0.9468821 0.1110942 0.9463288 0.1084518 0.9468821 0.1079462 0.9454951 0.1110942 0.9463288 0.1107085 0.9444687 0.1143078 0.9458513 0.1075987 0.9433206 0.1093107 0.9419241 0.1107085 0.9444687 0.1075987 0.9433206 0.1107085 0.9444687 0.1079462 0.9454951 0.1075987 0.9433206 0.105878 0.9443756 0.1032676 0.9427623 0.1075987 0.9433206 0.1032676 0.9427623 0.1039027 0.941457 0.1044766 0.9450038 0.105878 0.9443756 0.1055109 0.9455797 0.1044766 0.9450038 0.1055109 0.9455797 0.1042252 0.9456841 0.1044766 0.9450038 0.1034141 0.9454236 0.1024472 0.9446487 0.1044766 0.9450038 0.1024472 0.9446487 0.1028192 0.9438585 0.08875423 0.9535931 0.08442217 0.9554012 0.08783048 0.9505191 0.08875423 0.9535931 0.08783048 0.9505191 0.09044587 0.9500316 0.08875423 0.9535931 0.09161251 0.9522619 0.09155994 0.9558293 0.08875423 0.9535931 0.09155994 0.9558293 0.08604198 0.9598985 0.09919172 0.9516392 0.09967768 0.9506725 0.1019244 0.9507479 0.09919172 0.9516392 0.1019244 0.9507479 0.1020374 0.9520315 0.09919172 0.9516392 0.098154 0.953265 0.09639 0.9520154 0.09919172 0.9516392 0.09639 0.9520154 0.09720253 0.9509487 0.09647154 0.9558556 0.098154 0.953265 0.1019052 0.9542676 0.09647154 0.9558556 0.1019052 0.9542676 0.09421056 0.9592258 0.09647154 0.9558556 0.09421056 0.9592258 0.09155994 0.9558293 0.09647154 0.9558556 0.09155994 0.9558293 0.09438961 0.9535197 0.1062769 0.9516609 0.1051717 0.9503529 0.1073716 0.9485347 0.1062769 0.9516609 0.1094017 0.9487698 0.1088201 0.9525626 0.1062769 0.9516609 0.1088201 0.9525626 0.1029689 0.9571707 0.1062769 0.9516609 0.1019052 0.9542676 0.1020374 0.9520315 0.09271883 0.9442604 0.08993393 0.9430831 0.09402889 0.9413645 0.09271883 0.9442604 0.09563899 0.9431403 0.09439986 0.9450996 0.09271883 0.9442604 0.09439986 0.9450996 0.09233403 0.9463824 0.09271883 0.9442604 0.09038501 0.945913 0.08993393 0.9430831 0.09541934 0.9457914 0.09439986 0.9450996 0.09686499 0.9442344 0.09541934 0.9457914 0.09756892 0.9451103 0.09603142 0.9463515 0.09541934 0.9457914 0.09603142 0.9463515 0.09448015 0.947097 0.09541934 0.9457914 0.09361797 0.946764 0.09439986 0.9450996 0.08856481 0.9479791 0.08545881 0.9476652 0.08720064 0.9450801 0.08856481 0.9479791 0.09038501 0.945913 0.09065371 0.9480538 0.08856481 0.9479791 0.09065371 0.9480538 0.09044587 0.9500316 0.08856481 0.9479791 0.08783048 0.9505191 0.08545881 0.9476652 0.09345388 0.949528 0.09388446 0.9499832 0.09044587 0.9500316 0.09345388 0.949528 0.09190559 0.9491294 0.09283667 0.9487471 0.09345388 0.949528 0.09359848 0.9489397 0.09466797 0.9489782 0.09345388 0.949528 0.09542453 0.9495101 0.09388446 0.9499832 0.09418427 0.9481859 0.09333884 0.948051 0.09448015 0.947097 0.09418427 0.9481859 0.09516406 0.9474201 0.09489452 0.9483488 0.09418427 0.9481859 0.09489452 0.9483488 0.09466797 0.9489782 0.09418427 0.9481859 0.09359848 0.9489397 0.09333884 0.948051 0.09220349 0.9480423 0.09333884 0.948051 0.09283667 0.9487471 0.09220349 0.9480423 0.09190559 0.9491294 0.09065371 0.9480538 0.09220349 0.9480423 0.09065371 0.9480538 0.09233403 0.9463824 0.09220349 0.9480423 0.09361797 0.946764 0.09333884 0.948051 0.1063426 0.9473325 0.1060653 0.9465268 0.1084518 0.9468821 0.1063426 0.9473325 0.1084518 0.9468821 0.1073716 0.9485347 0.1063426 0.9473325 0.1057298 0.9484226 0.104591 0.9478651 0.1063426 0.9473325 0.104591 0.9478651 0.1040694 0.947289 0.1049444 0.9461844 0.1060653 0.9465268 0.1040694 0.947289 0.1049444 0.9461844 0.103595 0.9467499 0.1036144 0.9460463 0.1049444 0.9461844 0.1036144 0.9460463 0.1042252 0.9456841 0.1049444 0.9461844 0.1055109 0.9455797 0.1060653 0.9465268 0.1218084 0.9415792 0.1247946 0.9396007 0.13051 0.9412922 0.1218084 0.9415792 0.1253494 0.9429444 0.1224771 0.9438876 0.1218084 0.9415792 0.119547 0.9434302 0.1167121 0.9406945 0.1218084 0.9415792 0.1167121 0.9406945 0.1192123 0.9378803 0.1283854 0.9370186 0.1247946 0.9396007 0.1257379 0.935024 0.1283854 0.9370186 0.1257379 0.935024 0.1311348 0.9323303 0.1283854 0.9370186 0.1326238 0.9342622 0.132684 0.9379134 0.1283854 0.9370186 0.132684 0.9379134 0.13051 0.9412922 0.09440547 0.9377707 0.09263956 0.9358982 0.09834158 0.9360206 0.09440547 0.9377707 0.09834158 0.9360206 0.09683382 0.9390653 0.09440547 0.9377707 0.09683382 0.9390653 0.09402889 0.9413645 0.09440547 0.9377707 0.09000968 0.9396393 0.09263956 0.9358982 0.09119671 0.9335002 0.09263956 0.9358982 0.08722287 0.9375137 0.09119671 0.9335002 0.08602678 0.9347227 0.08579182 0.9316728 0.09119671 0.9335002 0.09034341 0.9309377 0.09326601 0.9304716 0.09119671 0.9335002 0.09508889 0.9318204 0.09263956 0.9358982 0.1041804 0.9496183 0.1051717 0.9503529 0.1019244 0.9507479 0.1041804 0.9496183 0.1019244 0.9507479 0.1034235 0.9491563 0.1041804 0.9496183 0.1034235 0.9491563 0.1046036 0.9484622 0.1041804 0.9496183 0.1057298 0.9484226 0.1051717 0.9503529 0.09502422 0.9503371 0.09407621 0.9507142 0.09044587 0.9500316 0.09502422 0.9503371 0.09388446 0.9499832 0.09720599 0.9499392 0.09502422 0.9503371 0.09761536 0.9503579 0.09720253 0.9509487 0.0939272 0.9515996 0.09407621 0.9507142 0.09639 0.9520154 0.0939272 0.9515996 0.09639 0.9520154 0.09438961 0.9535197 0.0939272 0.9515996 0.09161251 0.9522619 0.09407621 0.9507142 0.01658481 0.951099 0.01199257 0.9512634 0.01791977 0.9478219 0.01658481 0.951099 0.01791977 0.9478219 0.02153199 0.949481 0.01658481 0.951099 0.0205757 0.9517431 0.01789224 0.9545071 0.01658481 0.951099 0.01789224 0.9545071 0.01343649 0.9557844 0.02352041 0.9522629 0.0205757 0.9517431 0.02153199 0.949481 0.02352041 0.9522629 0.02427476 0.9507713 0.02587467 0.9526637 0.02352041 0.9522629 0.02587467 0.9526637 0.02432495 0.953783 0.02352041 0.9522629 0.02432495 0.953783 0.02166461 0.9540593 0.03952759 0.9545571 0.04301232 0.9552771 0.04108774 0.9654935 0.03952759 0.9545571 0.03740382 0.9596585 0.03759837 0.9535142 0.03952759 0.9545571 0.03759837 0.9535142 0.03699326 0.9498153 0.03952759 0.9545571 0.03855812 0.948722 0.04139226 0.9463557 0.0363934 0.9531274 0.03759837 0.9535142 0.03599298 0.9568244 0.0363934 0.9531274 0.03515487 0.9553651 0.03560984 0.953081 0.0363934 0.9531274 0.03560984 0.953081 0.03528326 0.9514164 0.0363934 0.9531274 0.03597259 0.9507022 0.03759837 0.9535142 0.2933614 0.5845184 0.2854866 0.566311 0.300793 0.5840816 0.2933614 0.5845184 0.300793 0.5840816 0.300092 0.6004793 0.2933614 0.5845184 0.300092 0.6004793 0.2922316 0.6005386 0.2933614 0.5845184 0.2868285 0.5859113 0.2854866 0.566311 0.1496423 0.6743517 0.1389872 0.6739907 0.1410702 0.6709139 0.1496423 0.6743517 0.1509798 0.6714673 0.1610036 0.6746938 0.2958098 0.6524407 0.3041064 0.6421265 0.3036482 0.6565346 0.2958098 0.6524407 0.3036482 0.6565346 0.2932932 0.6668925 0.2958098 0.6524407 0.2850939 0.6622013 0.2883759 0.6481607 0.2958098 0.6524407 0.2883759 0.6481607 0.2964533 0.6391035 0.3764712 0.6927983 0.3845319 0.677733 0.3959739 0.6893702 0.03339421 0.9513807 0.03471219 0.9519916 0.03330898 0.9520263 0.03339421 0.9513807 0.03330898 0.9520263 0.03157198 0.9512622 0.03339421 0.9513807 0.03157198 0.9512622 0.03342175 0.9504646 0.03339421 0.9513807 0.03342175 0.9504646 0.03528326 0.9514164 0.02982687 0.9516717 0.03157198 0.9512622 0.03098815 0.9522319 0.02982687 0.9516717 0.03098815 0.9522319 0.03021448 0.9526804 0.02982687 0.9516717 0.02854043 0.9523282 0.02833837 0.9507858 0.02982687 0.9516717 0.02833837 0.9507858 0.03083646 0.9502472 0.02938872 0.9541736 0.02840489 0.9535596 0.03010237 0.9534702 0.02938872 0.9541736 0.03057616 0.9538046 0.03086972 0.9545819 0.02938872 0.9541736 0.03086972 0.9545819 0.03020477 0.9552929 0.02938872 0.9541736 0.02798306 0.9546139 0.02840489 0.9535596 0.0326718 0.9545733 0.03086972 0.9545819 0.03269618 0.9539502 0.0326718 0.9545733 0.03269618 0.9539502 0.03422141 0.9540863 0.0326718 0.9545733 0.03422141 0.9540863 0.03464561 0.9546595 0.0326718 0.9545733 0.03263479 0.9553525 0.03086972 0.9545819 0.02031075 0.9404762 0.01303297 0.9421232 0.0134083 0.9390886 0.02031075 0.9404762 0.02016502 0.9379646 0.02678453 0.9371818 0.02031075 0.9404762 0.02766722 0.9395244 0.02091461 0.9429178 0.02031075 0.9404762 0.02091461 0.9429178 0.0129922 0.9459006 0.03358155 0.9399752 0.02766722 0.9395244 0.03190708 0.9369675 0.03358155 0.9399752 0.03190708 0.9369675 0.03670394 0.9369742 0.03358155 0.9399752 0.03916901 0.9408618 0.03484696 0.9428651 0.03358155 0.9399752 0.03484696 0.9428651 0.02841413 0.9418453 0.03093314 0.934008 0.02590906 0.9344773 0.0302754 0.9313357 0.03093314 0.934008 0.0302754 0.9313357 0.03537005 0.9310147 0.03093314 0.934008 0.03569835 0.9337138 0.03190708 0.9369675 0.03093314 0.934008 0.03190708 0.9369675 0.02678453 0.9371818 0.02106797 0.9572791 0.01789224 0.9545071 0.02166461 0.9540593 0.02106797 0.9572791 0.02448493 0.9559629 0.02587807 0.9593634 0.02106797 0.9572791 0.02587807 0.9593634 0.02235573 0.9625324 0.02106797 0.9572791 0.01681005 0.9595304 0.01789224 0.9545071 0.03208863 0.9607086 0.02587807 0.9593634 0.02834248 0.9572759 0.03208863 0.9607086 0.03254306 0.9578207 0.03599298 0.9568244 0.03208863 0.9607086 0.03740382 0.9596585 0.04108774 0.9654935 0.03208863 0.9607086 0.03031599 0.9648218 0.02587807 0.9593634 0.02656918 0.9551424 0.02432495 0.953783 0.02639716 0.953632 0.02656918 0.9551424 0.02798306 0.9546139 0.0295735 0.956055 0.02656918 0.9551424 0.0295735 0.956055 0.02834248 0.9572759 0.02656918 0.9551424 0.02448493 0.9559629 0.02432495 0.953783 0.03265851 0.9562351 0.0295735 0.956055 0.03020477 0.9552929 0.03265851 0.9562351 0.03263479 0.9553525 0.03464561 0.9546595 0.03265851 0.9562351 0.03515487 0.9553651 0.03254306 0.9578207 0.03265851 0.9562351 0.03254306 0.9578207 0.0295735 0.956055 0.02670729 0.9494978 0.02427476 0.9507713 0.02484714 0.9477394 0.02670729 0.9494978 0.02484714 0.9477394 0.02933555 0.9469771 0.02670729 0.9494978 0.03003901 0.9488584 0.02833837 0.9507858 0.02670729 0.9494978 0.02833837 0.9507858 0.02649521 0.9517136 0.03349095 0.9492695 0.03003901 0.9488584 0.03381162 0.9476526 0.03349095 0.9492695 0.03381162 0.9476526 0.03597259 0.9507022 0.03349095 0.9492695 0.03597259 0.9507022 0.03342175 0.9504646 0.03349095 0.9492695 0.03342175 0.9504646 0.03083646 0.9502472 0.02267152 0.9454426 0.01791977 0.9478219 0.02091461 0.9429178 0.02267152 0.9454426 0.02091461 0.9429178 0.02841413 0.9418453 0.02267152 0.9454426 0.02888208 0.9444844 0.02484714 0.9477394 0.02267152 0.9454426 0.02484714 0.9477394 0.02153199 0.949481 0.03459364 0.9454711 0.02888208 0.9444844 0.03484696 0.9428651 0.03459364 0.9454711 0.03484696 0.9428651 0.03855812 0.948722 0.03459364 0.9454711 0.03855812 0.948722 0.03699326 0.9498153 0.03459364 0.9454711 0.03381162 0.9476526 0.02933555 0.9469771 0.08905941 0.9695088 0.08932822 0.9669004 0.09869945 0.964829 0.08905941 0.9695088 0.09623301 0.9687758 0.09142559 0.9737049 0.08905941 0.9695088 0.08393335 0.97237 0.08932822 0.9669004 0.07871258 0.9756836 0.08393335 0.97237 0.08130252 0.9781829 0.07871258 0.9756836 0.08130252 0.9781829 0.07257688 0.9759433 0.07871258 0.9756836 0.07257688 0.9759433 0.07888942 0.9703266 0.281013 0.5865675 0.2771379 0.5722765 0.2807987 0.5697216 0.281013 0.5865675 0.2868285 0.5859113 0.2846342 0.5999762 0.281013 0.5865675 0.2846342 0.5999762 0.2774923 0.5985746 0.281013 0.5865675 0.2757706 0.5864357 0.2771379 0.5722765 0.1740904 0.6688657 0.1873626 0.6692485 0.1741508 0.671631 0.1740904 0.6688657 0.1741508 0.671631 0.1617274 0.6717849 0.1740904 0.6688657 0.1614509 0.6692273 0.1734547 0.666416 0.1740904 0.6688657 0.1734547 0.666416 0.1869148 0.6662533 0.1510491 0.6688543 0.1614509 0.6692273 0.1509798 0.6714673 0.1510491 0.6688543 0.1509798 0.6714673 0.1410702 0.6709139 0.1510491 0.6688543 0.1417663 0.668114 0.1505129 0.6663619 0.1510491 0.6688543 0.1505129 0.6663619 0.1606503 0.6668037 0.220531 0.6733856 0.2302004 0.670598 0.2208777 0.6820778 0.220531 0.6733856 0.2208777 0.6820778 0.2107772 0.6809816 0.220531 0.6733856 0.2107867 0.6740962 0.2188822 0.6648882 0.220531 0.6733856 0.2188822 0.6648882 0.2302004 0.670598 0.1996626 0.6718546 0.2107867 0.6740962 0.199411 0.6768663 0.1996626 0.6718546 0.199411 0.6768663 0.1870966 0.672745 0.1996626 0.6718546 0.1873626 0.6692485 0.1990192 0.66737 0.1996626 0.6718546 0.1990192 0.66737 0.2096982 0.6676276 0.2709569 0.5854642 0.2704505 0.5749306 0.2738924 0.5740035 0.2709569 0.5854642 0.2757706 0.5864357 0.2709987 0.5961163 0.2709569 0.5854642 0.2709987 0.5961163 0.2643794 0.59296 0.2709569 0.5854642 0.2659512 0.5839262 0.2704505 0.5749306 0.2701109 0.6070055 0.2709987 0.5961163 0.2774923 0.5985746 0.2701109 0.6070055 0.2789012 0.6101266 0.2661551 0.6184887 0.2701109 0.6070055 0.2661551 0.6184887 0.2559655 0.6131708 0.2701109 0.6070055 0.2611924 0.6027008 0.2709987 0.5961163 0.1721027 0.6639956 0.1849231 0.6634264 0.1734547 0.666416 0.1721027 0.6639956 0.1734547 0.666416 0.1606503 0.6668037 0.1721027 0.6639956 0.1598016 0.6642966 0.1704286 0.6613203 0.1721027 0.6639956 0.1704286 0.6613203 0.1822535 0.6604771 0.1500337 0.6638397 0.1598016 0.6642966 0.1505129 0.6663619 0.1500337 0.6638397 0.1505129 0.6663619 0.141709 0.6655056 0.1500337 0.6638397 0.1415322 0.6630037 0.1496593 0.6612535 0.1500337 0.6638397 0.1496593 0.6612535 0.1589965 0.6615846 0.2569928 0.6309227 0.2661551 0.6184887 0.2646182 0.6356264 0.2569928 0.6309227 0.2646182 0.6356264 0.2457328 0.6415171 0.2569928 0.6309227 0.2457328 0.6415171 0.2396713 0.6340652 0.2569928 0.6309227 0.2482741 0.6243916 0.2559655 0.6131708 0.2354838 0.6474809 0.2457328 0.6415171 0.2514282 0.6498911 0.2354838 0.6474809 0.2383914 0.6563369 0.2258121 0.6516816 0.2354838 0.6474809 0.2258121 0.6516816 0.2232995 0.6445209 0.2354838 0.6474809 0.23171 0.6398936 0.2457328 0.6415171 0.2162838 0.6569862 0.2258121 0.6516816 0.2279776 0.6606312 0.2162838 0.6569862 0.2188822 0.6648882 0.2096982 0.6676276 0.2162838 0.6569862 0.2065467 0.6614378 0.2133496 0.6505912 0.2162838 0.6569862 0.2133496 0.6505912 0.2258121 0.6516816 0.1962487 0.6630792 0.2065467 0.6614378 0.1990192 0.66737 0.1962487 0.6630792 0.1990192 0.66737 0.1869148 0.6662533 0.1962487 0.6630792 0.1849231 0.6634264 0.1927691 0.6590707 0.1962487 0.6630792 0.1927691 0.6590707 0.2028446 0.656107 0.2601321 0.582095 0.2625899 0.5751376 0.2667154 0.575246 0.2601321 0.582095 0.2659512 0.5839262 0.2568606 0.5894642 0.2601321 0.582095 0.2568606 0.5894642 0.2531388 0.5783703 0.2601321 0.582095 0.2531388 0.5783703 0.2625899 0.5751376 0.2519612 0.5976571 0.2568606 0.5894642 0.2643794 0.59296 0.2519612 0.5976571 0.2611924 0.6027008 0.2458056 0.6067072 0.2519612 0.5976571 0.2458056 0.6067072 0.2350685 0.5977081 0.2519612 0.5976571 0.2419237 0.5902532 0.2480889 0.5838264 0.1688266 0.6581062 0.1797724 0.6571143 0.1704286 0.6613203 0.1688266 0.6581062 0.1704286 0.6613203 0.1589965 0.6615846 0.1688266 0.6581062 0.1583263 0.6585456 0.1654989 0.6529914 0.1688266 0.6581062 0.1654989 0.6529914 0.1761606 0.651654 0.1494376 0.6585694 0.1583263 0.6585456 0.1589965 0.6615846 0.1494376 0.6585694 0.1496593 0.6612535 0.1413547 0.6583854 0.1494376 0.6585694 0.1413547 0.6583854 0.1410332 0.6560274 0.1494376 0.6585694 0.1484198 0.6551913 0.1583263 0.6585456 0.238765 0.616648 0.2458056 0.6067072 0.2559655 0.6131708 0.238765 0.616648 0.2482741 0.6243916 0.2319329 0.626036 0.238765 0.616648 0.2319329 0.626036 0.2214468 0.6162474 0.238765 0.616648 0.2279487 0.6062484 0.2458056 0.6067072 0.4111606 0.5182719 0.4007737 0.5108286 0.4113649 0.5074479 0.4111606 0.5182719 0.4113649 0.5074479 0.4234987 0.5170689 0.4658747 0.5575492 0.4502656 0.5460186 0.4551404 0.5385405 0.4658747 0.5575492 0.4725133 0.5501626 0.4844384 0.5694043 0.4358147 0.535816 0.4227154 0.5266607 0.4384463 0.5274712 0.4358147 0.535816 0.4384463 0.5274712 0.4502656 0.5460186 0.3045343 0.6119468 0.300092 0.6004793 0.3083167 0.6005821 0.3045343 0.6119468 0.3124337 0.6119623 0.3068638 0.6214905 0.3045343 0.6119468 0.3068638 0.6214905 0.2989099 0.621612 0.3045343 0.6119468 0.2963814 0.6120413 0.300092 0.6004793 0.3072561 0.6316801 0.3068638 0.6214905 0.3143557 0.6213213 0.3072561 0.6316801 0.3152942 0.6317583 0.3041064 0.6421265 0.3072561 0.6316801 0.3041064 0.6421265 0.2964533 0.6391035 0.3072561 0.6316801 0.2994493 0.6304433 0.3068638 0.6214905 0.338079 0.6215526 0.3479694 0.6153098 0.3474514 0.6293157 0.338079 0.6215526 0.3474514 0.6293157 0.3375735 0.633441 0.338079 0.6215526 0.3317635 0.6269009 0.3273898 0.6212579 0.338079 0.6215526 0.3286802 0.6154831 0.3479694 0.6153098 0.320307 0.6127137 0.317007 0.6016312 0.3316086 0.6040902 0.320307 0.6127137 0.3286802 0.6154831 0.3217338 0.6215712 0.320307 0.6127137 0.3217338 0.6215712 0.3143557 0.6213213 0.320307 0.6127137 0.3124337 0.6119623 0.317007 0.6016312 0.2916213 0.6284921 0.2994493 0.6304433 0.2897458 0.6353273 0.2916213 0.6284921 0.2897458 0.6353273 0.2825087 0.6296867 0.2916213 0.6284921 0.2825087 0.6296867 0.2901458 0.6212186 0.2916213 0.6284921 0.2901458 0.6212186 0.2989099 0.621612 0.2877476 0.6116199 0.2846342 0.5999762 0.2922316 0.6005386 0.2877476 0.6116199 0.2963814 0.6120413 0.2901458 0.6212186 0.2877476 0.6116199 0.2901458 0.6212186 0.2783297 0.6228158 0.2877476 0.6116199 0.2789012 0.6101266 0.2846342 0.5999762 0.2820903 0.6436113 0.2883759 0.6481607 0.2778016 0.6568984 0.2820903 0.6436113 0.271815 0.6515423 0.2696322 0.6467881 0.2820903 0.6436113 0.2764239 0.6398382 0.2833505 0.6343799 0.2820903 0.6436113 0.2897458 0.6353273 0.2883759 0.6481607 0.2708476 0.6378875 0.2764239 0.6398382 0.2696322 0.6467881 0.2708476 0.6378875 0.2621878 0.6485973 0.2646182 0.6356264 0.2708476 0.6378875 0.2646182 0.6356264 0.2783297 0.6228158 0.2708476 0.6378875 0.2825087 0.6296867 0.2764239 0.6398382 0.2620794 0.657319 0.271815 0.6515423 0.2673148 0.6645997 0.2620794 0.657319 0.2673148 0.6645997 0.2521017 0.6619911 0.2620794 0.657319 0.2521017 0.6619911 0.2514282 0.6498911 0.2620794 0.657319 0.2621878 0.6485973 0.271815 0.6515423 0.2410996 0.6666086 0.2302004 0.670598 0.2279776 0.6606312 0.2410996 0.6666086 0.2383914 0.6563369 0.2521017 0.6619911 0.2410996 0.6666086 0.2521017 0.6619911 0.2569752 0.6712723 0.2410996 0.6666086 0.2468425 0.6769236 0.2302004 0.670598 0.2746865 0.6709865 0.2850939 0.6622013 0.2836867 0.6761491 0.2746865 0.6709865 0.2836867 0.6761491 0.2767192 0.6848693 0.2746865 0.6709865 0.2656017 0.678866 0.2673148 0.6645997 0.2746865 0.6709865 0.2673148 0.6645997 0.2778016 0.6568984 0.258854 0.6859093 0.2656017 0.678866 0.2742815 0.6936187 0.258854 0.6859093 0.2742815 0.6936187 0.2548283 0.6943507 0.258854 0.6859093 0.2548283 0.6943507 0.2468425 0.6769236 0.258854 0.6859093 0.2468425 0.6769236 0.2569752 0.6712723 0.2446102 0.5711517 0.2531388 0.5783703 0.2480889 0.5838264 0.2446102 0.5711517 0.2377114 0.5742437 0.2375895 0.5629535 0.2446102 0.5711517 0.2375895 0.5629535 0.2462997 0.5631856 0.2446102 0.5711517 0.2513958 0.5688261 0.2531388 0.5783703 0.2351199 0.5562897 0.2375895 0.5629535 0.2253381 0.5554013 0.2351199 0.5562897 0.2253381 0.5554013 0.235407 0.5512367 0.2351199 0.5562897 0.235407 0.5512367 0.2447581 0.5582464 0.2351199 0.5562897 0.2447581 0.5582464 0.2375895 0.5629535 0.2305859 0.5788682 0.2419237 0.5902532 0.2231472 0.5847839 0.2305859 0.5788682 0.2231472 0.5847839 0.2124216 0.5712569 0.2305859 0.5788682 0.2207626 0.5666257 0.2377114 0.5742437 0.2305859 0.5788682 0.2377114 0.5742437 0.2419237 0.5902532 0.2152686 0.5566496 0.2207626 0.5666257 0.2052715 0.5604497 0.2152686 0.5566496 0.2052715 0.5604497 0.2099789 0.5489521 0.2152686 0.5566496 0.2099789 0.5489521 0.223009 0.5467786 0.2152686 0.5566496 0.2253381 0.5554013 0.2290278 0.5637555 0.1586479 0.6446141 0.1654989 0.6529914 0.1563829 0.6542232 0.1586479 0.6446141 0.1517578 0.6476608 0.1511617 0.6362995 0.1586479 0.6446141 0.1511617 0.6362995 0.1562707 0.6294306 0.1586479 0.6446141 0.164844 0.6414708 0.1654989 0.6529914 0.1459285 0.6313728 0.1511617 0.6362995 0.1463317 0.6413512 0.1459285 0.6313728 0.1419849 0.6377868 0.138405 0.6356391 0.1459285 0.6313728 0.142175 0.628524 0.1501651 0.6240737 0.1459285 0.6313728 0.1501651 0.6240737 0.1562707 0.6294306 0.145657 0.6505229 0.1484198 0.6551913 0.1410332 0.6560274 0.145657 0.6505229 0.1399508 0.6532927 0.1420775 0.6461622 0.145657 0.6505229 0.1420775 0.6461622 0.1463317 0.6413512 0.145657 0.6505229 0.1517578 0.6476608 0.1484198 0.6551913 0.1386095 0.6437065 0.1420775 0.6461622 0.1381111 0.6508527 0.1386095 0.6437065 0.1355181 0.6493791 0.1353139 0.6418359 0.1386095 0.6437065 0.1353139 0.6418359 0.138405 0.6356391 0.1386095 0.6437065 0.1419849 0.6377868 0.1420775 0.6461622 0.2153086 0.5917493 0.2279487 0.6062484 0.2087541 0.5982572 0.2153086 0.5917493 0.2087541 0.5982572 0.1937059 0.5839217 0.2153086 0.5917493 0.203632 0.5773417 0.2231472 0.5847839 0.2153086 0.5917493 0.2231472 0.5847839 0.2350685 0.5977081 0.1957061 0.5672171 0.203632 0.5773417 0.1865664 0.5752819 0.1957061 0.5672171 0.1865664 0.5752819 0.1817685 0.5695053 0.1957061 0.5672171 0.1901606 0.5602278 0.2052715 0.5604497 0.1957061 0.5672171 0.2052715 0.5604497 0.2124216 0.5712569 0.2106934 0.6466144 0.2133496 0.6505912 0.2028446 0.656107 0.2106934 0.6466144 0.2001044 0.6522153 0.2077783 0.6431892 0.2106934 0.6466144 0.2077783 0.6431892 0.2162657 0.636218 0.2106934 0.6466144 0.2200358 0.6399214 0.2232995 0.6445209 0.2038991 0.6046149 0.1938238 0.5956054 0.2087541 0.5982572 0.2038991 0.6046149 0.2087541 0.5982572 0.2123554 0.6155142 0.17506 0.6081441 0.1701315 0.6146723 0.1685549 0.6022403 0.17506 0.6081441 0.1685549 0.6022403 0.1806256 0.6019386 0.1640088 0.5983833 0.1685549 0.6022403 0.1589481 0.6066132 0.1640088 0.5983833 0.1589481 0.6066132 0.1593319 0.5952662 0.1640088 0.5983833 0.1593319 0.5952662 0.1701315 0.59058 0.1640088 0.5983833 0.1701315 0.59058 0.1743513 0.5952284 0.1704868 0.6366561 0.164844 0.6414708 0.1650993 0.6282141 0.1704868 0.6366561 0.1777828 0.6436391 0.164844 0.6414708 0.313795 0.3123894 0.3136063 0.3087663 0.3194074 0.3085233 0.313795 0.3123894 0.3204592 0.3118921 0.3139787 0.3163259 0.313795 0.3123894 0.3139787 0.3163259 0.3063409 0.3162037 0.313795 0.3123894 0.3064113 0.3122181 0.3136063 0.3087663 0.3141524 0.3208891 0.3139787 0.3163259 0.3202846 0.320909 0.3141524 0.3208891 0.3202846 0.320909 0.3195275 0.3252654 0.3141524 0.3208891 0.3142857 0.3253731 0.3079245 0.3256225 0.3141524 0.3208891 0.3071607 0.3206469 0.3139787 0.3163259 0.3175353 0.3421375 0.3161882 0.3378348 0.3215156 0.3365719 0.3175353 0.3421375 0.3236469 0.3405171 0.3188077 0.3467621 0.3175353 0.3421375 0.3188077 0.3467621 0.3107484 0.3440147 0.3175353 0.3421375 0.3107484 0.3440147 0.3097962 0.3389818 0.3195782 0.3507709 0.3188077 0.3467621 0.3264555 0.3496567 0.3195782 0.3507709 0.3264555 0.3496567 0.3262223 0.3533393 0.3195782 0.3507709 0.3200978 0.3544719 0.3121395 0.3528168 0.3195782 0.3507709 0.3121395 0.3528168 0.3112719 0.3487806 0.2301273 0.244754 0.227289 0.2433311 0.2292593 0.2387327 0.2301273 0.244754 0.2323318 0.2394701 0.2333732 0.2462909 0.2301273 0.244754 0.2333732 0.2462909 0.2302033 0.2520492 0.2301273 0.244754 0.2270347 0.2503225 0.227289 0.2433311 0.2374341 0.2480556 0.2333732 0.2462909 0.2398619 0.2434403 0.2374341 0.2480556 0.2398619 0.2434403 0.2432709 0.245693 0.2374341 0.2480556 0.2413392 0.2497467 0.2391384 0.2548958 0.2374341 0.2480556 0.2344403 0.2533389 0.2333732 0.2462909 0.2567778 0.2538139 0.2525029 0.2529911 0.2531448 0.2486072 0.2567778 0.2538139 0.2574343 0.2486817 0.261051 0.254684 0.2567778 0.2538139 0.261051 0.254684 0.2561978 0.2598751 0.2567778 0.2538139 0.2561978 0.2598751 0.2515559 0.2585015 0.2643693 0.2553101 0.261051 0.254684 0.2658301 0.2497135 0.2643693 0.2553101 0.2658301 0.2497135 0.2684671 0.2510092 0.2643693 0.2553101 0.26721 0.2558142 0.2634702 0.2615797 0.2643693 0.2553101 0.2634702 0.2615797 0.2601807 0.2612107 0.1240137 0.2965545 0.1225251 0.2989276 0.1178001 0.2953433 0.1240137 0.2965545 0.1186034 0.2925397 0.1260512 0.2938756 0.1240137 0.2965545 0.1260512 0.2938756 0.1316203 0.2992907 0.1240137 0.2965545 0.1294985 0.3017696 0.1225251 0.2989276 0.1291863 0.2905852 0.1260512 0.2938756 0.1247669 0.2860889 0.1291863 0.2905852 0.1247669 0.2860889 0.1287358 0.2835504 0.1291863 0.2905852 0.1324969 0.2874953 0.1370117 0.292208 0.1291863 0.2905852 0.1339709 0.2958472 0.1260512 0.2938756 0.1438715 0.2749261 0.1409531 0.2787439 0.1363727 0.2753712 0.1438715 0.2749261 0.1384893 0.2710352 0.1469146 0.2710821 0.1438715 0.2749261 0.1469146 0.2710821 0.1501499 0.2791633 0.1438715 0.2749261 0.1501499 0.2791633 0.1464361 0.2828949 0.1493535 0.2681986 0.1469146 0.2710821 0.1440287 0.2635987 0.1493535 0.2681986 0.1440287 0.2635987 0.1467335 0.2619891 0.1493535 0.2681986 0.1514902 0.2657954 0.1557945 0.2727684 0.1493535 0.2681986 0.1557945 0.2727684 0.1535861 0.2758968 0.2838045 0.3066148 0.2859011 0.3026546 0.2894032 0.3047333 0.2838045 0.3066148 0.2878761 0.3086965 0.2811906 0.3113047 0.2838045 0.3066148 0.2811906 0.3113047 0.2765991 0.3091575 0.2838045 0.3066148 0.2803509 0.3040722 0.2859011 0.3026546 0.2775422 0.3174542 0.2811906 0.3113047 0.2836338 0.3187431 0.2775422 0.3174542 0.2836338 0.3187431 0.2823363 0.3252206 0.2775422 0.3174542 0.2746347 0.3240606 0.2712857 0.3160351 0.2775422 0.3174542 0.2712857 0.3160351 0.2765991 0.3091575 0.2832475 0.3537061 0.2798664 0.3479515 0.288704 0.3510713 0.2832475 0.3537061 0.288704 0.3510713 0.2866312 0.3592041 0.2832475 0.3537061 0.2866312 0.3592041 0.2814846 0.3620994 0.2832475 0.3537061 0.2779058 0.3566405 0.2798664 0.3479515 0.289218 0.3644021 0.2866312 0.3592041 0.29387 0.3614099 0.289218 0.3644021 0.29387 0.3614099 0.2956886 0.3661296 0.289218 0.3644021 0.2914063 0.36945 0.2842006 0.3675474 0.289218 0.3644021 0.2842006 0.3675474 0.2814846 0.3620994 0.2069286 0.2709975 0.2046924 0.2660309 0.2107254 0.2634209 0.2069286 0.2709975 0.2133156 0.2670071 0.2100672 0.2765737 0.2069286 0.2709975 0.2100672 0.2765737 0.2035752 0.2813317 0.2069286 0.2709975 0.2006212 0.2737288 0.2046924 0.2660309 0.2150107 0.2833695 0.2100672 0.2765737 0.2209271 0.2762818 0.2150107 0.2833695 0.2209271 0.2762818 0.2269825 0.280696 0.2150107 0.2833695 0.2209446 0.2895271 0.2086508 0.2904062 0.2150107 0.2833695 0.2086508 0.2904062 0.2035752 0.2813317 0.2556408 0.2947592 0.2476962 0.2967396 0.2473787 0.2864578 0.2556408 0.2947592 0.2545142 0.2861437 0.2628162 0.2918739 0.2556408 0.2947592 0.2628162 0.2918739 0.2655113 0.2985923 0.2556408 0.2947592 0.2574107 0.3032074 0.2476962 0.2967396 0.2678748 0.2892184 0.2628162 0.2918739 0.2650812 0.2828298 0.2678748 0.2892184 0.2650812 0.2828298 0.2687584 0.281358 0.2678748 0.2892184 0.271875 0.2866778 0.271179 0.2945535 0.2678748 0.2892184 0.271179 0.2945535 0.2655113 0.2985923 0.1444472 0.3270229 0.1410486 0.3283966 0.1394307 0.322277 0.1444472 0.3270229 0.1422814 0.3205558 0.1485296 0.32552 0.1444472 0.3270229 0.1485296 0.32552 0.1504306 0.3322315 0.1444472 0.3270229 0.1454793 0.3332884 0.1410486 0.3283966 0.1539794 0.3237592 0.1485296 0.32552 0.1500823 0.3167594 0.1539794 0.3237592 0.1500823 0.3167594 0.1599045 0.3213978 0.1539794 0.3237592 0.1599045 0.3213978 0.1569907 0.3311718 0.1539794 0.3237592 0.1569907 0.3311718 0.1485296 0.32552 0.180514 0.2952348 0.1787589 0.3032212 0.1697447 0.2987299 0.180514 0.2952348 0.1729533 0.2926169 0.1812003 0.2871161 0.180514 0.2952348 0.1812003 0.2871161 0.187742 0.2869403 0.180514 0.2952348 0.1883442 0.2975656 0.1787589 0.3032212 0.1815631 0.2806833 0.1812003 0.2871161 0.175452 0.2819046 0.1815631 0.2806833 0.175452 0.2819046 0.1763145 0.2778635 0.1815631 0.2806833 0.1817642 0.2750936 0.1871673 0.2783251 0.1815631 0.2806833 0.1871673 0.2783251 0.187742 0.2869403 0.1449391 0.3379173 0.1398611 0.3388544 0.1413326 0.3343442 0.1449391 0.3379173 0.1454793 0.3332884 0.1508745 0.337311 0.1449391 0.3379173 0.1508745 0.337311 0.1502871 0.3416187 0.1449391 0.3379173 0.1436945 0.3416728 0.1398611 0.3388544 0.1585243 0.3373662 0.1508745 0.337311 0.1504306 0.3322315 0.1585243 0.3373662 0.1569907 0.3311718 0.1641986 0.3292813 0.1585243 0.3373662 0.166956 0.3363319 0.15867 0.3429012 0.1585243 0.3373662 0.15867 0.3429012 0.1502871 0.3416187 0.1943439 0.3000516 0.1945637 0.3124442 0.187415 0.3078079 0.1943439 0.3000516 0.1883442 0.2975656 0.1921483 0.2868452 0.1943439 0.3000516 0.1921483 0.2868452 0.1955408 0.2862231 0.1943439 0.3000516 0.1992226 0.3004947 0.1945637 0.3124442 0.1906248 0.2760378 0.1921483 0.2868452 0.1871673 0.2783251 0.1906248 0.2760378 0.1871673 0.2783251 0.1866062 0.2707148 0.1906248 0.2760378 0.1894376 0.26643 0.1932395 0.274477 0.1906248 0.2760378 0.1932395 0.274477 0.1955408 0.2862231 0.1963149 0.274298 0.1945493 0.26516 0.1987279 0.2668617 0.1963149 0.274298 0.2006212 0.2737288 0.1990414 0.2844667 0.1963149 0.274298 0.1990414 0.2844667 0.1955408 0.2862231 0.1963149 0.274298 0.1932395 0.274477 0.1945493 0.26516 0.2036899 0.2966971 0.1990414 0.2844667 0.2086508 0.2904062 0.2036899 0.2966971 0.2086508 0.2904062 0.215143 0.2984145 0.2036899 0.2966971 0.2101861 0.3071489 0.1992226 0.3004947 0.2036899 0.2966971 0.1992226 0.3004947 0.1955408 0.2862231 0.2589031 0.3098391 0.2487341 0.315165 0.2481496 0.3065486 0.2589031 0.3098391 0.2574107 0.3032074 0.2676672 0.302875 0.2589031 0.3098391 0.2676672 0.302875 0.2699092 0.3055489 0.2589031 0.3098391 0.2612598 0.3141316 0.2487341 0.315165 0.2739352 0.2973591 0.2676672 0.302875 0.271179 0.2945535 0.2739352 0.2973591 0.271179 0.2945535 0.2756302 0.290803 0.2739352 0.2973591 0.2789551 0.2925672 0.2762142 0.2991634 0.2739352 0.2973591 0.2762142 0.2991634 0.2699092 0.3055489 0.2780868 0.3014947 0.2823034 0.2966358 0.283322 0.2998829 0.2780868 0.3014947 0.2803509 0.3040722 0.2728625 0.307441 0.2780868 0.3014947 0.2728625 0.307441 0.2699092 0.3055489 0.2780868 0.3014947 0.2762142 0.2991634 0.2823034 0.2966358 0.2656227 0.3155623 0.2728625 0.307441 0.2712857 0.3160351 0.2656227 0.3155623 0.2712857 0.3160351 0.2669934 0.3235123 0.2656227 0.3155623 0.2599611 0.3241843 0.2612598 0.3141316 0.2656227 0.3155623 0.2612598 0.3141316 0.2699092 0.3055489 0.273163 0.3589226 0.2692115 0.3530282 0.2740885 0.3507683 0.273163 0.3589226 0.2779058 0.3566405 0.2765945 0.3644303 0.273163 0.3589226 0.2765945 0.3644303 0.271164 0.3663237 0.273163 0.3589226 0.2681276 0.3608666 0.2692115 0.3530282 0.2788825 0.3702625 0.2765945 0.3644303 0.2842006 0.3675474 0.2788825 0.3702625 0.2842006 0.3675474 0.2864853 0.3729901 0.2788825 0.3702625 0.2805988 0.376257 0.2726112 0.3723242 0.2788825 0.3702625 0.2726112 0.3723242 0.271164 0.3663237 0.1194769 0.610465 0.1252636 0.6144977 0.1164499 0.615898 0.1194769 0.610465 0.1164499 0.615898 0.1078177 0.6107852 0.1194769 0.610465 0.1126837 0.6057489 0.1229484 0.6042588 0.1194769 0.610465 0.1229484 0.6042588 0.1289998 0.6084592 0.2397573 0.3700237 0.2355792 0.3712826 0.2378361 0.3673906 0.2397573 0.3700237 0.2378361 0.3673906 0.2418902 0.3653418 0.2397573 0.3700237 0.244286 0.3685709 0.2429012 0.3721373 0.2397573 0.3700237 0.2429012 0.3721373 0.2358925 0.3731157 0.1332807 0.3063872 0.1294985 0.3017696 0.1355643 0.3042434 0.1332807 0.3063872 0.1355643 0.3042434 0.1388134 0.3089131 0.1332807 0.3063872 0.1362811 0.3107804 0.1310535 0.3083354 0.1332807 0.3063872 0.1310535 0.3083354 0.127491 0.3037664 0.1394204 0.3153225 0.1362811 0.3107804 0.1422979 0.3134789 0.1394204 0.3153225 0.1422979 0.3134789 0.145657 0.3187461 0.1394204 0.3153225 0.1422814 0.3205558 0.1369005 0.3172501 0.1394204 0.3153225 0.1369005 0.3172501 0.1339456 0.3127812 0.1379605 0.3017085 0.1339709 0.2958472 0.1407302 0.2995187 0.1379605 0.3017085 0.1407302 0.2995187 0.1447787 0.3054468 0.1379605 0.3017085 0.1417392 0.3073126 0.1355643 0.3042434 0.1379605 0.3017085 0.1355643 0.3042434 0.1316203 0.2992907 0.145891 0.3118034 0.1417392 0.3073126 0.1447787 0.3054468 0.145891 0.3118034 0.1491158 0.309622 0.1500823 0.3167594 0.145891 0.3118034 0.1500823 0.3167594 0.145657 0.3187461 0.145891 0.3118034 0.1422979 0.3134789 0.1417392 0.3073126 0.1568475 0.2825682 0.1501499 0.2791633 0.1535861 0.2758968 0.1568475 0.2825682 0.1594113 0.2792742 0.1630297 0.2857379 0.1568475 0.2825682 0.1630297 0.2857379 0.1610891 0.2892953 0.1568475 0.2825682 0.1545494 0.2858484 0.1501499 0.2791633 0.1677617 0.2892693 0.1630297 0.2857379 0.1692021 0.2846326 0.1677617 0.2892693 0.1692021 0.2846326 0.174396 0.2866033 0.1677617 0.2892693 0.1729533 0.2926169 0.1656074 0.2932407 0.1677617 0.2892693 0.1656074 0.2932407 0.1610891 0.2892953 0.1611894 0.2759689 0.1557945 0.2727684 0.1625746 0.2726581 0.1611894 0.2759689 0.1625746 0.2726581 0.1672607 0.2750571 0.1611894 0.2759689 0.1659464 0.2784298 0.16456 0.2819432 0.1611894 0.2759689 0.1594113 0.2792742 0.1557945 0.2727684 0.1704735 0.2807809 0.1659464 0.2784298 0.1716604 0.2773218 0.1704735 0.2807809 0.1716604 0.2773218 0.175452 0.2819046 0.1704735 0.2807809 0.175452 0.2819046 0.1692021 0.2846326 0.1704735 0.2807809 0.1692021 0.2846326 0.16456 0.2819432 0.2241963 0.2545617 0.2270347 0.2503225 0.2272009 0.2566938 0.2241963 0.2545617 0.2272009 0.2566938 0.2212567 0.2583739 0.2241963 0.2545617 0.2212567 0.2583739 0.2184953 0.2558365 0.2241963 0.2545617 0.2215305 0.2522899 0.2270347 0.2503225 0.2178608 0.2626608 0.2212567 0.2583739 0.224169 0.2610377 0.2178608 0.2626608 0.2209103 0.2658931 0.2133156 0.2670071 0.2178608 0.2626608 0.2133156 0.2670071 0.2107254 0.2634209 0.2178608 0.2626608 0.21511 0.2597848 0.2212567 0.2583739 0.2308834 0.2585465 0.2344403 0.2533389 0.2344192 0.2606425 0.2308834 0.2585465 0.2344192 0.2606425 0.2308733 0.266581 0.2308834 0.2585465 0.2273828 0.2639542 0.2272009 0.2566938 0.2308834 0.2585465 0.2272009 0.2566938 0.2302033 0.2520492 0.2245576 0.269838 0.2273828 0.2639542 0.2308733 0.266581 0.2245576 0.269838 0.2285383 0.2728037 0.2209271 0.2762818 0.2245576 0.269838 0.2209271 0.2762818 0.2165136 0.2711189 0.2245576 0.269838 0.2209103 0.2658931 0.2273828 0.2639542 0.2560713 0.2661847 0.2561978 0.2598751 0.2601807 0.2612107 0.2560713 0.2661847 0.2599012 0.2667191 0.2558417 0.2726081 0.2560713 0.2661847 0.2558417 0.2726081 0.2516142 0.2728416 0.2560713 0.2661847 0.2521019 0.2659422 0.2561978 0.2598751 0.2549519 0.2790105 0.2558417 0.2726081 0.2598844 0.277828 0.2549519 0.2790105 0.2598844 0.277828 0.2606009 0.2843943 0.2549519 0.2790105 0.2545142 0.2861437 0.2501859 0.2792136 0.2549519 0.2790105 0.2501859 0.2792136 0.2516142 0.2728416 0.2632691 0.2666457 0.2634702 0.2615797 0.2664058 0.2662684 0.2632691 0.2666457 0.2664058 0.2662684 0.2668355 0.2708933 0.2632691 0.2666457 0.2634899 0.2714325 0.2599012 0.2667191 0.2632691 0.2666457 0.2599012 0.2667191 0.2634702 0.2615797 0.2638568 0.2768642 0.2634899 0.2714325 0.2673492 0.2760097 0.2638568 0.2768642 0.2673492 0.2760097 0.2687584 0.281358 0.2638568 0.2768642 0.2650812 0.2828298 0.2598844 0.277828 0.2638568 0.2768642 0.2598844 0.277828 0.259905 0.2719959 0.3008244 0.3115537 0.3064113 0.3122181 0.3002712 0.3155267 0.3008244 0.3115537 0.3002712 0.3155267 0.2952099 0.3146976 0.3008244 0.3115537 0.2962726 0.3106826 0.3016691 0.3076616 0.3008244 0.3115537 0.3016691 0.3076616 0.3064113 0.3122181 0.2919943 0.3098913 0.2962726 0.3106826 0.2952099 0.3146976 0.2919943 0.3098913 0.2905976 0.3141196 0.2878761 0.3086965 0.2919943 0.3098913 0.2878761 0.3086965 0.2931911 0.3059017 0.2919943 0.3098913 0.2931911 0.3059017 0.2962726 0.3106826 0.3003009 0.3196615 0.3071607 0.3206469 0.300096 0.3236718 0.3003009 0.3196615 0.300096 0.3236718 0.2932501 0.3229109 0.3003009 0.3196615 0.2940291 0.318774 0.3002712 0.3155267 0.3003009 0.3196615 0.3002712 0.3155267 0.3063409 0.3162037 0.2888014 0.3188254 0.2940291 0.318774 0.2932501 0.3229109 0.2888014 0.3188254 0.2878897 0.3233736 0.2836338 0.3187431 0.2888014 0.3188254 0.2836338 0.3187431 0.2860519 0.3131897 0.2888014 0.3188254 0.2905976 0.3141196 0.2940291 0.318774 0.3045693 0.3463567 0.3107484 0.3440147 0.3112719 0.3487806 0.3045693 0.3463567 0.3054798 0.3509447 0.2989371 0.3484768 0.3045693 0.3463567 0.2989371 0.3484768 0.297248 0.3440861 0.3045693 0.3463567 0.3032497 0.342127 0.3107484 0.3440147 0.2937913 0.3496882 0.2989371 0.3484768 0.2962329 0.3546041 0.2937913 0.3496882 0.2962329 0.3546041 0.2916691 0.3564653 0.2937913 0.3496882 0.288704 0.3510713 0.2919393 0.345022 0.2937913 0.3496882 0.2919393 0.345022 0.297248 0.3440861 0.3066353 0.3550058 0.3121395 0.3528168 0.3131794 0.3564879 0.3066353 0.3550058 0.3079133 0.3588035 0.3022309 0.3571732 0.3066353 0.3550058 0.3022309 0.3571732 0.3007079 0.3529779 0.3066353 0.3550058 0.3054798 0.3509447 0.3121395 0.3528168 0.2980917 0.3591541 0.3022309 0.3571732 0.3036299 0.3612155 0.2980917 0.3591541 0.299659 0.3635212 0.29387 0.3614099 0.2980917 0.3591541 0.29387 0.3614099 0.2916691 0.3564653 0.2980917 0.3591541 0.2962329 0.3546041 0.3022309 0.3571732 0.2495157 0.36673 0.244286 0.3685709 0.2465719 0.3628266 0.2495157 0.36673 0.2465719 0.3628266 0.2519708 0.3601318 0.2495157 0.36673 0.2554039 0.3647268 0.2506781 0.3702891 0.2495157 0.36673 0.2506781 0.3702891 0.2459329 0.3704253 0.2619079 0.3627868 0.2554039 0.3647268 0.2581763 0.357544 0.2619079 0.3627868 0.2581763 0.357544 0.2642394 0.3551478 0.2619079 0.3627868 0.2681276 0.3608666 0.2643961 0.3679062 0.2619079 0.3627868 0.2643961 0.3679062 0.2572483 0.3692154 0.248791 0.3734076 0.2429012 0.3721373 0.2459329 0.3704253 0.248791 0.3734076 0.2506781 0.3702891 0.2564083 0.3738574 0.248791 0.3734076 0.2564083 0.3738574 0.2547387 0.3778348 0.248791 0.3734076 0.2465121 0.376099 0.2429012 0.3721373 0.264734 0.3735094 0.2564083 0.3738574 0.2572483 0.3692154 0.264734 0.3735094 0.2643961 0.3679062 0.2726112 0.3723242 0.264734 0.3735094 0.2726112 0.3723242 0.2785232 0.3782706 0.264734 0.3735094 0.2639122 0.3784011 0.2564083 0.3738574 0.2601165 0.4869913 0.2617932 0.4905543 0.2593591 0.4886292 0.2601165 0.4869913 0.2593591 0.4886292 0.259525 0.4830734 0.2601165 0.4869913 0.259525 0.4830734 0.2610705 0.4856113 0.2601165 0.4869913 0.2610705 0.4856113 0.2619553 0.4879966 0.2687312 0.4838334 0.2667036 0.4804951 0.2703429 0.4847978 0.2687312 0.4838334 0.2703429 0.4847978 0.2696904 0.4876062 0.2687312 0.4838334 0.2696904 0.4876062 0.2679563 0.4857221 0.2687312 0.4838334 0.2671277 0.4832692 0.2667036 0.4804951 0.3173068 0.4655621 0.3209689 0.4687044 0.3174781 0.4679895 0.3173068 0.4655621 0.3174781 0.4679895 0.3146699 0.4614109 0.3173068 0.4655621 0.3146699 0.4614109 0.3160547 0.4614108 0.3173068 0.4655621 0.317515 0.4633727 0.3197221 0.4655843 0.3247818 0.4569489 0.3206727 0.4549722 0.3272562 0.4570626 0.3247818 0.4569489 0.3272562 0.4570626 0.3280475 0.4600701 0.3247818 0.4569489 0.3280475 0.4600701 0.3249517 0.4592035 0.3247818 0.4569489 0.3226162 0.4572823 0.3206727 0.4549722 0.3376715 0.3946712 0.3330522 0.394445 0.3395602 0.3937147 0.3376715 0.3946712 0.3395602 0.3937147 0.3420955 0.3960317 0.3376715 0.3946712 0.3420955 0.3960317 0.3390519 0.3964226 0.3376715 0.3946712 0.3361552 0.3957729 0.3338396 0.3955118 0.3358414 0.4036639 0.3403109 0.4043819 0.3375005 0.4054242 0.3358414 0.4036639 0.3375005 0.4054242 0.3316341 0.401832 0.3358414 0.4036639 0.3316341 0.401832 0.3346973 0.4019436 0.3358414 0.4036639 0.3346973 0.4019436 0.3376281 0.4026463 0.314109 0.3885368 0.31032 0.3901997 0.3131128 0.3863923 0.314109 0.3885368 0.3131128 0.3863923 0.3188543 0.3856443 0.314109 0.3885368 0.3188072 0.3882052 0.314691 0.3907988 0.314109 0.3885368 0.314691 0.3907988 0.3119081 0.3913545 0.323323 0.3898231 0.3188072 0.3882052 0.3188543 0.3856443 0.323323 0.3898231 0.324499 0.3880336 0.3265267 0.3923549 0.323323 0.3898231 0.3265267 0.3923549 0.3246999 0.3929193 0.323323 0.3898231 0.3223262 0.391766 0.3188072 0.3882052 0.3114869 0.4028947 0.3160329 0.4043031 0.3157013 0.4070427 0.3114869 0.4028947 0.3101351 0.404889 0.3083193 0.4004082 0.3114869 0.4028947 0.3083193 0.4004082 0.3101791 0.399715 0.3114869 0.4028947 0.312619 0.4007752 0.3160329 0.4043031 0.3210315 0.4036059 0.325022 0.4017006 0.3219532 0.405779 0.3210315 0.4036059 0.3219532 0.405779 0.3157013 0.4070427 0.3210315 0.4036059 0.3160329 0.4043031 0.3204802 0.4013493 0.3210315 0.4036059 0.3204802 0.4013493 0.3233059 0.4006969 0.2961525 0.4474411 0.2995704 0.4527901 0.2975975 0.4547291 0.2961525 0.4474411 0.2938346 0.4480309 0.2945773 0.4420472 0.2961525 0.4474411 0.2945773 0.4420472 0.296709 0.4430063 0.2961525 0.4474411 0.2984204 0.4464309 0.2995704 0.4527901 0.3043231 0.4559884 0.308876 0.4570874 0.3036721 0.4582735 0.3043231 0.4559884 0.3036721 0.4582735 0.2975975 0.4547291 0.3043231 0.4559884 0.2995704 0.4527901 0.305356 0.4537528 0.3043231 0.4559884 0.305356 0.4537528 0.3081562 0.4551225 0.3083279 0.4358815 0.3031368 0.4336926 0.3091964 0.4336587 0.3083279 0.4358815 0.3091964 0.4336587 0.3154274 0.4383545 0.3083279 0.4358815 0.3133066 0.4399943 0.3070824 0.4380741 0.3083279 0.4358815 0.3070824 0.4380741 0.3038512 0.4360256 0.3160414 0.4451164 0.3133066 0.4399943 0.3154274 0.4383545 0.3160414 0.4451164 0.318347 0.4447458 0.3167499 0.4497641 0.3160414 0.4451164 0.3167499 0.4497641 0.3148798 0.4488652 0.3160414 0.4451164 0.3137615 0.4458995 0.3133066 0.4399943 0.2513342 0.4643663 0.2517056 0.4698112 0.2494369 0.4704124 0.2513342 0.4643663 0.2493273 0.4638154 0.2524459 0.4598223 0.2513342 0.4643663 0.2524459 0.4598223 0.2537167 0.4614007 0.2513342 0.4643663 0.2535094 0.4645745 0.2517056 0.4698112 0.2539532 0.4745035 0.2569116 0.4775127 0.2524755 0.4759578 0.2539532 0.4745035 0.2524755 0.4759578 0.2494369 0.4704124 0.2539532 0.4745035 0.2517056 0.4698112 0.2556881 0.4732103 0.2539532 0.4745035 0.2556881 0.4732103 0.2572305 0.4755936 0.2655408 0.4608629 0.2628763 0.4576568 0.2670813 0.4596791 0.2655408 0.4608629 0.2670813 0.4596791 0.2693544 0.4650859 0.2655408 0.4608629 0.2672769 0.4654605 0.2637231 0.4619046 0.2655408 0.4608629 0.2637231 0.4619046 0.2623347 0.45941 0.267217 0.4704911 0.2672769 0.4654605 0.2693544 0.4650859 0.267217 0.4704911 0.2690161 0.4712348 0.2659279 0.4745837 0.267217 0.4704911 0.2659279 0.4745837 0.2648838 0.473048 0.267217 0.4704911 0.265246 0.4701436 0.2672769 0.4654605 0.2435467 0.4361612 0.2448029 0.4412305 0.2418819 0.4358087 0.2435467 0.4361612 0.2418819 0.4358087 0.2438929 0.4322697 0.2435467 0.4361612 0.2438929 0.4322697 0.2454469 0.4331905 0.2435467 0.4361612 0.2455658 0.4361106 0.2448029 0.4412305 0.2609807 0.4285116 0.2579984 0.4243094 0.262636 0.4269948 0.2609807 0.4285116 0.262636 0.4269948 0.2627249 0.4355208 0.2609807 0.4285116 0.2627249 0.4355208 0.2587456 0.4301449 0.2609807 0.4285116 0.2587456 0.4301449 0.2571125 0.4270032 0.2473853 0.4476307 0.2505573 0.4527876 0.2493162 0.4564412 0.2473853 0.4476307 0.2465735 0.4485644 0.2433463 0.4413114 0.2473853 0.4476307 0.2448029 0.4412305 0.2467066 0.4409431 0.2473853 0.4476307 0.2487662 0.4467703 0.2507344 0.450574 0.263094 0.4436871 0.2627249 0.4355208 0.2648875 0.4351601 0.263094 0.4436871 0.2647838 0.4445864 0.2620747 0.4503864 0.263094 0.4436871 0.2620747 0.4503864 0.2607961 0.4481453 0.263094 0.4436871 0.2609477 0.4433411 0.2627249 0.4355208 0.2686839 0.4251469 0.275039 0.4300402 0.2661209 0.4257436 0.2686839 0.4251469 0.2661209 0.4257436 0.265232 0.4201332 0.2686839 0.4251469 0.265232 0.4201332 0.2685266 0.4204491 0.2686839 0.4251469 0.2713695 0.4237962 0.275039 0.4300402 0.2833735 0.4080035 0.2778927 0.405547 0.2836143 0.4056119 0.2833735 0.4080035 0.2836143 0.4056119 0.2893169 0.4134 0.2833735 0.4080035 0.2893169 0.4134 0.2824706 0.4106634 0.2833735 0.4080035 0.2824706 0.4106634 0.2787742 0.4084579 0.2821058 0.4341948 0.2882587 0.436448 0.2821313 0.4358915 0.2821058 0.4341948 0.2821313 0.4358915 0.2735804 0.4314224 0.2821058 0.4341948 0.275039 0.4300402 0.2768328 0.4281427 0.2821058 0.4341948 0.2827422 0.4322077 0.2869471 0.4343007 0.2945311 0.4203898 0.2893169 0.4134 0.2905238 0.4117149 0.2945311 0.4203898 0.2962201 0.4201737 0.297523 0.4268695 0.2945311 0.4203898 0.297523 0.4268695 0.2925748 0.421324 0.2945311 0.4203898 0.2925748 0.421324 0.28766 0.4154997 0.2865039 0.381348 0.2804591 0.3829136 0.2850353 0.378051 0.2865039 0.381348 0.2850353 0.378051 0.2945749 0.378548 0.2865039 0.381348 0.2938651 0.3820124 0.2874599 0.3848468 0.2865039 0.381348 0.2874599 0.3848468 0.2833109 0.3851863 0.2852081 0.4016926 0.2910808 0.4026341 0.2837634 0.4035573 0.2852081 0.4016926 0.2837634 0.4035573 0.2806529 0.3993106 0.2852081 0.4016926 0.2806529 0.3993106 0.283007 0.3983463 0.2852081 0.4016926 0.2863112 0.3994221 0.2910808 0.4026341 0.2997512 0.3848772 0.2938651 0.3820124 0.2945749 0.378548 0.2997512 0.3848772 0.301582 0.3827117 0.3034411 0.3885763 0.2997512 0.3848772 0.3034411 0.3885763 0.3011994 0.3891277 0.2997512 0.3848772 0.2982042 0.3873292 0.2938651 0.3820124 0.2967499 0.4018357 0.3010767 0.3998942 0.2981702 0.403727 0.2967499 0.4018357 0.2981702 0.403727 0.2911977 0.4050348 0.2967499 0.4018357 0.2910808 0.4026341 0.2958347 0.3996325 0.2967499 0.4018357 0.2958347 0.3996325 0.2991229 0.3988898 0.2446135 0.4124637 0.23565 0.4058815 0.2370027 0.4047088 0.2446135 0.4124637 0.2469686 0.4117079 0.2617927 0.4229146 0.2446135 0.4124637 0.2505689 0.4179697 0.2458099 0.4169288 0.2446135 0.4124637 0.2414215 0.4132011 0.23565 0.4058815 0.228048 0.3994534 0.2221432 0.395228 0.2198287 0.3893815 0.228048 0.3994534 0.2287415 0.3976451 0.2370027 0.4047088 0.228048 0.3994534 0.23565 0.4058815 0.2274034 0.4017727 0.228048 0.3994534 0.2274034 0.4017727 0.2233781 0.3983949 0.2479214 0.4102122 0.2568468 0.4140761 0.2617927 0.4229146 0.2479214 0.4102122 0.2469686 0.4117079 0.2382889 0.4037105 0.2479214 0.4102122 0.2382889 0.4037105 0.2487262 0.408154 0.2479214 0.4102122 0.2487262 0.408154 0.2551039 0.4112032 0.2305018 0.3970929 0.2382889 0.4037105 0.2370027 0.4047088 0.2305018 0.3970929 0.2287415 0.3976451 0.2257372 0.3915403 0.2305018 0.3970929 0.2257372 0.3915403 0.2287556 0.3927483 0.2305018 0.3970929 0.2325856 0.3966056 0.2382889 0.4037105 0.2629209 0.3813854 0.2540942 0.3803295 0.2547387 0.3778348 0.2629209 0.3813854 0.2639122 0.3784011 0.2700709 0.3830451 0.2629209 0.3813854 0.2700709 0.3830451 0.2673417 0.3847578 0.2629209 0.3813854 0.2619068 0.3836906 0.2540942 0.3803295 0.2464984 0.3783767 0.2405618 0.3768638 0.2465121 0.376099 0.2464984 0.3783767 0.2465121 0.376099 0.2547387 0.3778348 0.2464984 0.3783767 0.2540942 0.3803295 0.2467975 0.3803319 0.2464984 0.3783767 0.2467975 0.3803319 0.2424206 0.3788572 0.1698462 0.4542533 0.1727715 0.4477395 0.1938731 0.4603878 0.1698462 0.4542533 0.1904903 0.4656484 0.1667979 0.4611223 0.2055413 0.4780244 0.1904903 0.4656484 0.2092986 0.4728087 0.2055413 0.4780244 0.2092986 0.4728087 0.2200803 0.4841513 0.2055413 0.4780244 0.216123 0.4897753 0.2015525 0.4838743 0.2055413 0.4780244 0.2015525 0.4838743 0.1869505 0.47161 0.1474093 0.4952538 0.1649428 0.504623 0.1626378 0.5094254 0.1474093 0.4952538 0.1504688 0.4888883 0.1649428 0.504623 0.1793336 0.5143485 0.1886408 0.5229665 0.1842213 0.5228242 0.1793336 0.5143485 0.1768474 0.5177713 0.1649428 0.504623 0.1793336 0.5143485 0.1649428 0.504623 0.1683061 0.4992755 0.1793336 0.5143485 0.1827101 0.5102663 0.1886408 0.5229665 0.1292635 0.6176773 0.1321013 0.6202816 0.1283673 0.6258761 0.1292635 0.6176773 0.1257631 0.6230632 0.1220134 0.6198715 0.1292635 0.6176773 0.1252636 0.6144977 0.1331899 0.6116892 0.1292635 0.6176773 0.1331899 0.6116892 0.1321013 0.6202816 0.1237247 0.6266945 0.1202041 0.6235315 0.1257631 0.6230632 0.1237247 0.6266945 0.1257631 0.6230632 0.1283673 0.6258761 0.1237247 0.6266945 0.1260645 0.6295723 0.1230273 0.6300429 0.1237247 0.6266945 0.1230273 0.6300429 0.1195586 0.6273039 0.1365067 0.6062508 0.1331899 0.6116892 0.1289998 0.6084592 0.1365067 0.6062508 0.1322671 0.6028057 0.1395953 0.6014428 0.1365067 0.6062508 0.1395953 0.6014428 0.1422262 0.6042436 0.1365067 0.6062508 0.1392979 0.6087903 0.1361253 0.6141369 0.1350604 0.2854182 0.1324969 0.2874953 0.1312502 0.2817096 0.1350604 0.2854182 0.1312502 0.2817096 0.1329849 0.2800804 0.1350604 0.2854182 0.1371125 0.2836655 0.1388642 0.2889224 0.1350604 0.2854182 0.1388642 0.2889224 0.1324969 0.2874953 0.1388884 0.2815489 0.1371125 0.2836655 0.1329849 0.2800804 0.1388884 0.2815489 0.1346151 0.278177 0.1409531 0.2787439 0.1388884 0.2815489 0.1409531 0.2787439 0.1429612 0.2849195 0.1388884 0.2815489 0.1429612 0.2849195 0.1371125 0.2836655 0.1654128 0.3180933 0.1599045 0.3213978 0.160071 0.3111588 0.1654128 0.3180933 0.160071 0.3111588 0.1705068 0.3139962 0.1654128 0.3180933 0.1705068 0.3139962 0.171093 0.3257315 0.1654128 0.3180933 0.171093 0.3257315 0.1641986 0.3292813 0.1751893 0.3092569 0.1705068 0.3139962 0.1675816 0.3040515 0.1751893 0.3092569 0.1675816 0.3040515 0.1787589 0.3032212 0.1751893 0.3092569 0.1787589 0.3032212 0.187415 0.3078079 0.1751893 0.3092569 0.1833954 0.315274 0.1705068 0.3139962 0.175237 0.3324571 0.166956 0.3363319 0.1641986 0.3292813 0.175237 0.3324571 0.171093 0.3257315 0.1830704 0.3268979 0.175237 0.3324571 0.1830704 0.3268979 0.1877787 0.3332334 0.175237 0.3324571 0.1792779 0.3395467 0.166956 0.3363319 0.1901592 0.3208099 0.1830704 0.3268979 0.1775375 0.3209274 0.1901592 0.3208099 0.1833954 0.315274 0.1945637 0.3124442 0.1901592 0.3208099 0.1945637 0.3124442 0.2038538 0.3183751 0.1901592 0.3208099 0.1954222 0.3271127 0.1830704 0.3268979 0.210133 0.3626441 0.2077026 0.3654375 0.2048317 0.361985 0.210133 0.3626441 0.208001 0.358439 0.212926 0.3605034 0.210133 0.3626441 0.212926 0.3605034 0.2141749 0.3640553 0.210133 0.3626441 0.2119277 0.3657948 0.2077026 0.3654375 0.1419823 0.2603083 0.1440287 0.2635987 0.1391204 0.2610194 0.1419823 0.2603083 0.1391204 0.2610194 0.1386623 0.258019 0.1419823 0.2603083 0.1415752 0.2576727 0.1449738 0.2593629 0.1419823 0.2603083 0.1449738 0.2593629 0.1440287 0.2635987 0.1150444 0.2915233 0.112411 0.292006 0.1120079 0.2891107 0.1150444 0.2915233 0.1150612 0.2886509 0.1186034 0.2925397 0.1150444 0.2915233 0.1186034 0.2925397 0.1149601 0.2945376 0.1150444 0.2915233 0.1149601 0.2945376 0.112411 0.292006 0.1125733 0.6233479 0.1110657 0.6246938 0.1041866 0.6199865 0.1125733 0.6233479 0.105366 0.6185536 0.1139079 0.6216945 0.1125733 0.6233479 0.1139079 0.6216945 0.1195586 0.6273039 0.1125733 0.6233479 0.1172899 0.6287694 0.1110657 0.6246938 0.1148968 0.6194261 0.1139079 0.6216945 0.1064239 0.6168987 0.1148968 0.6194261 0.107239 0.6147997 0.1164499 0.615898 0.1148968 0.6194261 0.1164499 0.615898 0.1220134 0.6198715 0.1148968 0.6194261 0.1202041 0.6235315 0.1139079 0.6216945 0.09475547 0.6139705 0.09572559 0.6121912 0.1064239 0.6168987 0.09475547 0.6139705 0.105366 0.6185536 0.1041866 0.6199865 0.09666621 0.6100733 0.09644812 0.6069985 0.1078177 0.6107852 0.09666621 0.6100733 0.107239 0.6147997 0.09572559 0.6121912 0.1258352 0.598411 0.1229484 0.6042588 0.1158875 0.5999248 0.1258352 0.598411 0.1179691 0.5943746 0.1285138 0.5932106 0.1258352 0.598411 0.1285138 0.5932106 0.1353295 0.5977439 0.1258352 0.598411 0.1322671 0.6028057 0.1229484 0.6042588 0.1313605 0.5889467 0.1285138 0.5932106 0.1215438 0.5837258 0.1313605 0.5889467 0.1215438 0.5837258 0.12403 0.5800514 0.1313605 0.5889467 0.1341613 0.5853572 0.1413969 0.5898772 0.1313605 0.5889467 0.1384512 0.5934805 0.1285138 0.5932106 0.10898 0.5777993 0.1108668 0.5737595 0.1215438 0.5837258 0.10898 0.5777993 0.1215438 0.5837258 0.1180292 0.5879196 0.2051941 0.352125 0.2010514 0.3565531 0.1967549 0.3495189 0.2051941 0.352125 0.2021048 0.3442673 0.2095892 0.3492764 0.2051941 0.352125 0.2095892 0.3492764 0.2114674 0.3559207 0.2051941 0.352125 0.208001 0.358439 0.2010514 0.3565531 0.1846489 0.3482764 0.1774391 0.3551032 0.1693612 0.3452521 0.1846489 0.3482764 0.1792779 0.3395467 0.1923354 0.3412597 0.1846489 0.3482764 0.1923354 0.3412597 0.1967549 0.3495189 0.1846489 0.3482764 0.1905887 0.3566305 0.1774391 0.3551032 0.1991258 0.3354309 0.1923354 0.3412597 0.1877787 0.3332334 0.1991258 0.3354309 0.1954222 0.3271127 0.2061731 0.3316404 0.1991258 0.3354309 0.2061731 0.3316404 0.2076911 0.34103 0.1991258 0.3354309 0.2021048 0.3442673 0.1923354 0.3412597 0.2606117 0.4810925 0.259525 0.4830734 0.2564478 0.4816355 0.2606117 0.4810925 0.2597658 0.4796697 0.2625797 0.4802286 0.2606117 0.4810925 0.2625797 0.4802286 0.2631738 0.4818856 0.2606117 0.4810925 0.2616102 0.4826328 0.259525 0.4830734 0.2646317 0.4796615 0.2625797 0.4802286 0.2621119 0.4787575 0.2646317 0.4796615 0.2645093 0.4781211 0.2667036 0.4804951 0.2646317 0.4796615 0.2667036 0.4804951 0.2648174 0.4813392 0.2646317 0.4796615 0.2648174 0.4813392 0.2625797 0.4802286 0.2685569 0.4897436 0.2696904 0.4876062 0.271888 0.4905129 0.2685569 0.4897436 0.2705816 0.4935719 0.2663183 0.4908351 0.2685569 0.4897436 0.2663183 0.4908351 0.2650061 0.4870812 0.2685569 0.4897436 0.2667905 0.4862698 0.2696904 0.4876062 0.2639621 0.4914705 0.2663183 0.4908351 0.2647945 0.4957919 0.2639621 0.4914705 0.2647945 0.4957919 0.2619082 0.4942458 0.2639621 0.4914705 0.2617932 0.4905543 0.2631598 0.487629 0.2639621 0.4914705 0.2631598 0.487629 0.2650061 0.4870812 0.2655405 0.4835052 0.2671277 0.4832692 0.2679563 0.4857221 0.2655405 0.4835052 0.2667905 0.4862698 0.2639703 0.4841338 0.2655405 0.4835052 0.2639703 0.4841338 0.2648174 0.4813392 0.2655405 0.4835052 0.2648174 0.4813392 0.266188 0.4814904 0.2624177 0.4847474 0.2639703 0.4841338 0.2650061 0.4870812 0.2624177 0.4847474 0.2631598 0.487629 0.2610705 0.4856113 0.2624177 0.4847474 0.2610705 0.4856113 0.2606308 0.4836044 0.2624177 0.4847474 0.2616102 0.4826328 0.2639703 0.4841338 0.2546476 0.457832 0.2524459 0.4598223 0.2493162 0.4564412 0.2546476 0.457832 0.2539641 0.4559755 0.2569839 0.4553716 0.2546476 0.457832 0.2573966 0.4572175 0.2579283 0.4596765 0.2546476 0.457832 0.2554079 0.4603286 0.2524459 0.4598223 0.2601506 0.4568004 0.2573966 0.4572175 0.2569839 0.4553716 0.2601506 0.4568004 0.260063 0.4549222 0.2628763 0.4576568 0.2601506 0.4568004 0.2628763 0.4576568 0.260414 0.4591925 0.2601506 0.4568004 0.260414 0.4591925 0.2573966 0.4572175 0.2639761 0.4763674 0.2659279 0.4745837 0.2685257 0.4778855 0.2639761 0.4763674 0.2645093 0.4781211 0.2616944 0.4770671 0.2639761 0.4763674 0.2616944 0.4770671 0.2611844 0.4747557 0.2639761 0.4763674 0.2633455 0.4739924 0.2659279 0.4745837 0.2594159 0.477908 0.2616944 0.4770671 0.2621119 0.4787575 0.2594159 0.477908 0.2597658 0.4796697 0.2569116 0.4775127 0.2594159 0.477908 0.2569116 0.4775127 0.2589952 0.4755253 0.2594159 0.477908 0.2589952 0.4755253 0.2616944 0.4770671 0.2629308 0.4705885 0.265246 0.4701436 0.2648838 0.473048 0.2629308 0.4705885 0.2633455 0.4739924 0.2604388 0.4714217 0.2629308 0.4705885 0.2604388 0.4714217 0.2595708 0.4674757 0.2629308 0.4705885 0.2623824 0.4666476 0.265246 0.4701436 0.2579373 0.4722393 0.2604388 0.4714217 0.2611844 0.4747557 0.2579373 0.4722393 0.2589952 0.4755253 0.2572305 0.4755936 0.2579373 0.4722393 0.2556881 0.4732103 0.2567698 0.468335 0.2579373 0.4722393 0.2567698 0.468335 0.2604388 0.4714217 0.2613507 0.4626619 0.2637231 0.4619046 0.2623824 0.4666476 0.2613507 0.4626619 0.2623824 0.4666476 0.2586935 0.4633283 0.2613507 0.4626619 0.2586935 0.4633283 0.260414 0.4591925 0.2613507 0.4626619 0.260414 0.4591925 0.2623347 0.45941 0.2560211 0.4640972 0.2586935 0.4633283 0.2595708 0.4674757 0.2560211 0.4640972 0.2567698 0.468335 0.2535094 0.4645745 0.2560211 0.4640972 0.2535094 0.4645745 0.2537167 0.4614007 0.2560211 0.4640972 0.2554079 0.4603286 0.2586935 0.4633283 0.2596541 0.4529947 0.2620747 0.4503864 0.2647175 0.453388 0.2596541 0.4529947 0.260063 0.4549222 0.2569839 0.4553716 0.2596541 0.4529947 0.2565755 0.4535591 0.2558485 0.4505833 0.2596541 0.4529947 0.258928 0.4497953 0.2620747 0.4503864 0.253582 0.454127 0.2565755 0.4535591 0.2539641 0.4559755 0.253582 0.454127 0.2539641 0.4559755 0.2493162 0.4564412 0.253582 0.454127 0.2505573 0.4527876 0.252892 0.451187 0.253582 0.454127 0.252892 0.451187 0.2558485 0.4505833 0.2461174 0.4294028 0.2438929 0.4322697 0.2440646 0.4278357 0.2461174 0.4294028 0.2440646 0.4278357 0.2479589 0.4251525 0.2461174 0.4294028 0.2496488 0.427016 0.2472863 0.4315028 0.2461174 0.4294028 0.2472863 0.4315028 0.2454469 0.4331905 0.2539151 0.4245645 0.2496488 0.427016 0.2526763 0.4225673 0.2539151 0.4245645 0.2526763 0.4225673 0.2579984 0.4243094 0.2539151 0.4245645 0.2579984 0.4243094 0.2543206 0.4275745 0.2539151 0.4245645 0.2543206 0.4275745 0.2505153 0.4296548 0.2553504 0.4320112 0.2587456 0.4301449 0.2601265 0.4362233 0.2553504 0.4320112 0.256656 0.4376088 0.2515987 0.4338133 0.2553504 0.4320112 0.2515987 0.4338133 0.2505153 0.4296548 0.2553504 0.4320112 0.2543206 0.4275745 0.2571125 0.4270032 0.2482935 0.4352538 0.2515987 0.4338133 0.252915 0.4391309 0.2482935 0.4352538 0.2495046 0.4402428 0.2467066 0.4409431 0.2482935 0.4352538 0.2455658 0.4361106 0.2454469 0.4331905 0.2482935 0.4352538 0.2472863 0.4315028 0.2515987 0.4338133 0.2578886 0.4441018 0.2609477 0.4433411 0.2607961 0.4481453 0.2578886 0.4441018 0.258928 0.4497953 0.25448 0.4452474 0.2578886 0.4441018 0.25448 0.4452474 0.252915 0.4391309 0.2578886 0.4441018 0.256656 0.4376088 0.2609477 0.4433411 0.2512851 0.4460564 0.25448 0.4452474 0.252892 0.451187 0.2512851 0.4460564 0.252892 0.451187 0.2507344 0.450574 0.2512851 0.4460564 0.2487662 0.4467703 0.2495046 0.4402428 0.2512851 0.4460564 0.2495046 0.4402428 0.252915 0.4391309 0.2491461 0.4211689 0.2505689 0.4179697 0.2526763 0.4225673 0.2491461 0.4211689 0.2526763 0.4225673 0.2479589 0.4251525 0.2491461 0.4211689 0.2444052 0.4233204 0.2440114 0.4189877 0.2491461 0.4211689 0.2440114 0.4189877 0.2458099 0.4169288 0.2404056 0.4256833 0.2444052 0.4233204 0.2440646 0.4278357 0.2404056 0.4256833 0.2440646 0.4278357 0.2405185 0.4332659 0.2404056 0.4256833 0.2367776 0.4278271 0.2357341 0.4229336 0.2404056 0.4256833 0.2357341 0.4229336 0.2396436 0.4207749 0.2128069 0.4004254 0.2101985 0.4034464 0.2104278 0.3968189 0.2128069 0.4004254 0.2104278 0.3968189 0.2154772 0.3976219 0.2128069 0.4004254 0.2154772 0.3976219 0.2186974 0.4013494 0.2128069 0.4004254 0.2158612 0.4046152 0.2101985 0.4034464 0.2182711 0.3952534 0.2154772 0.3976219 0.2129777 0.3945412 0.2182711 0.3952534 0.2164099 0.3920045 0.2198287 0.3893815 0.2182711 0.3952534 0.2221432 0.395228 0.2210813 0.399029 0.2182711 0.3952534 0.2210813 0.399029 0.2154772 0.3976219 0.2379584 0.4146418 0.2414215 0.4132011 0.2440114 0.4189877 0.2379584 0.4146418 0.2440114 0.4189877 0.2396436 0.4207749 0.2379584 0.4146418 0.2343304 0.4167713 0.2316601 0.4092318 0.2379584 0.4146418 0.2316601 0.4092318 0.2339596 0.4073489 0.2306439 0.419575 0.2343304 0.4167713 0.2357341 0.4229336 0.2306439 0.419575 0.2357341 0.4229336 0.2323279 0.4251671 0.2306439 0.419575 0.2274594 0.4226275 0.2253995 0.4153428 0.2306439 0.419575 0.2253995 0.4153428 0.2287929 0.4118047 0.2257893 0.403858 0.2274034 0.4017727 0.2316601 0.4092318 0.2257893 0.403858 0.2316601 0.4092318 0.2287929 0.4118047 0.2257893 0.403858 0.223359 0.4063706 0.2186974 0.4013494 0.2257893 0.403858 0.2210813 0.399029 0.2233781 0.3983949 0.2202653 0.4099719 0.223359 0.4063706 0.2287929 0.4118047 0.2202653 0.4099719 0.2253995 0.4153428 0.2168399 0.4141175 0.2202653 0.4099719 0.2168399 0.4141175 0.2127987 0.4083538 0.2202653 0.4099719 0.2158612 0.4046152 0.223359 0.4063706 0.1866402 0.5367669 0.1830736 0.5414078 0.1813935 0.5334194 0.1866402 0.5367669 0.1813935 0.5334194 0.1836244 0.5300721 0.1866402 0.5367669 0.1892378 0.5333319 0.191651 0.5397208 0.1866402 0.5367669 0.191651 0.5397208 0.1869014 0.5439641 0.2007685 0.5435459 0.2099789 0.5489521 0.1994899 0.5524364 0.2007685 0.5435459 0.19287 0.5472907 0.191651 0.5397208 0.2007685 0.5435459 0.191651 0.5397208 0.1952094 0.5362301 0.2007685 0.5435459 0.2065906 0.5404714 0.2099789 0.5489521 0.1856256 0.5552266 0.1901606 0.5602278 0.1790307 0.5643468 0.1856256 0.5552266 0.1790307 0.5643468 0.1768605 0.5603103 0.1856256 0.5552266 0.1818244 0.5517525 0.1869014 0.5439641 0.1856256 0.5552266 0.19287 0.5472907 0.1994899 0.5524364 0.1784807 0.5493446 0.1818244 0.5517525 0.1768605 0.5603103 0.1784807 0.5493446 0.1737659 0.5578996 0.1746061 0.5480978 0.1784807 0.5493446 0.1746061 0.5480978 0.1780599 0.5385457 0.1784807 0.5493446 0.1830736 0.5414078 0.1818244 0.5517525 0.1698336 0.5643953 0.1663168 0.5625296 0.1699912 0.5562725 0.1698336 0.5643953 0.1737659 0.5578996 0.1724501 0.5668612 0.1698336 0.5643953 0.1724501 0.5668612 0.1688512 0.5709689 0.1698336 0.5643953 0.1661967 0.5699023 0.1663168 0.5625296 0.1623681 0.5754916 0.1584364 0.5805467 0.1560689 0.5724611 0.1623681 0.5754916 0.1560689 0.5724611 0.1610659 0.567431 0.1623681 0.5754916 0.1661967 0.5699023 0.167589 0.5757992 0.1623681 0.5754916 0.167589 0.5757992 0.164783 0.5849936 0.1730809 0.5716443 0.1740911 0.5774477 0.167589 0.5757992 0.1730809 0.5716443 0.167589 0.5757992 0.1688512 0.5709689 0.1730809 0.5716443 0.1724501 0.5668612 0.1790307 0.5643468 0.1730809 0.5716443 0.1790307 0.5643468 0.1817685 0.5695053 0.3143484 0.3290721 0.3142857 0.3253731 0.319498 0.3286705 0.3143484 0.3290721 0.319498 0.3286705 0.3198946 0.3314162 0.3143484 0.3290721 0.3145735 0.3321552 0.3092951 0.3295505 0.3143484 0.3290721 0.3092951 0.3295505 0.3142857 0.3253731 0.3151939 0.3347917 0.3145735 0.3321552 0.3198946 0.3314162 0.3151939 0.3347917 0.320416 0.3337942 0.3161882 0.3378348 0.3151939 0.3347917 0.3161882 0.3378348 0.3100444 0.3354408 0.3151939 0.3347917 0.3100444 0.3354408 0.3145735 0.3321552 0.2742432 0.3301215 0.2746347 0.3240606 0.2814751 0.3304269 0.2742432 0.3301215 0.2814751 0.3304269 0.2754376 0.3359812 0.2742432 0.3301215 0.2754376 0.3359812 0.2679494 0.3371113 0.2742432 0.3301215 0.2663047 0.3303965 0.2669934 0.3235123 0.2772876 0.3419839 0.2754376 0.3359812 0.2834897 0.3400041 0.2772876 0.3419839 0.2834897 0.3400041 0.2798664 0.3479515 0.2772876 0.3419839 0.2798664 0.3479515 0.2706568 0.3440802 0.2772876 0.3419839 0.2706568 0.3440802 0.2754376 0.3359812 0.2594711 0.331633 0.2599611 0.3241843 0.2663047 0.3303965 0.2594711 0.331633 0.2663047 0.3303965 0.2679494 0.3371113 0.2594711 0.331633 0.2619921 0.3386648 0.2530058 0.3345426 0.2594711 0.331633 0.2530058 0.3345426 0.2499138 0.3256064 0.2653634 0.3460361 0.2619921 0.3386648 0.2679494 0.3371113 0.2653634 0.3460361 0.2706568 0.3440802 0.2692115 0.3530282 0.2653634 0.3460361 0.2692115 0.3530282 0.2642394 0.3551478 0.2653634 0.3460361 0.2602372 0.3483625 0.2619921 0.3386648 0.2304414 0.3603138 0.227397 0.359169 0.2294323 0.3546464 0.2304414 0.3603138 0.2329168 0.3562632 0.2331347 0.3620361 0.2304414 0.3603138 0.2331347 0.3620361 0.2282235 0.3639968 0.2304414 0.3603138 0.2282235 0.3639968 0.2255629 0.3632029 0.2356141 0.3645615 0.2331347 0.3620361 0.2390578 0.3618745 0.2356141 0.3645615 0.2390578 0.3618745 0.2378361 0.3673906 0.2356141 0.3645615 0.2378361 0.3673906 0.2340959 0.3692064 0.2356141 0.3645615 0.2324767 0.3669922 0.2331347 0.3620361 0.3302754 0.3502624 0.3264555 0.3496567 0.3313941 0.3472374 0.3302754 0.3502624 0.3313941 0.3472374 0.334263 0.3489972 0.3302754 0.3502624 0.3325667 0.351728 0.3291065 0.3536744 0.3302754 0.3502624 0.3291065 0.3536744 0.3264555 0.3496567 0.3238877 0.3105506 0.3256983 0.308787 0.3279964 0.3107659 0.3238877 0.3105506 0.3257125 0.3129591 0.3204592 0.3118921 0.3238877 0.3105506 0.3204592 0.3118921 0.3220302 0.3076784 0.3238877 0.3105506 0.3220302 0.3076784 0.3256983 0.308787 0.171568 0.5284138 0.1687223 0.5321463 0.1579509 0.5219348 0.171568 0.5284138 0.1579509 0.5219348 0.1593281 0.5178461 0.171568 0.5284138 0.1733179 0.524746 0.1813935 0.5334194 0.171568 0.5284138 0.1813935 0.5334194 0.1780599 0.5385457 0.17496 0.5212178 0.1733179 0.524746 0.1608284 0.5137547 0.17496 0.5212178 0.1608284 0.5137547 0.1626378 0.5094254 0.17496 0.5212178 0.1768474 0.5177713 0.1842213 0.5228242 0.17496 0.5212178 0.1853139 0.5267614 0.1836244 0.5300721 0.1413291 0.5141674 0.1426646 0.5098651 0.1579509 0.5219348 0.1413291 0.5141674 0.1579509 0.5219348 0.1562628 0.5262078 0.1438857 0.5057446 0.1453486 0.5011072 0.1608284 0.5137547 0.1438857 0.5057446 0.1608284 0.5137547 0.1593281 0.5178461 0.1473425 0.5684477 0.143391 0.5719926 0.1357607 0.5627676 0.1473425 0.5684477 0.1357607 0.5627676 0.1391059 0.5595374 0.1473425 0.5684477 0.1506494 0.5646325 0.1560689 0.5724611 0.1473425 0.5684477 0.1560689 0.5724611 0.1517672 0.5766118 0.1208961 0.5547375 0.1248968 0.5521883 0.1357607 0.5627676 0.1208961 0.5547375 0.1357607 0.5627676 0.1324887 0.5660188 0.2359071 0.3514769 0.2318698 0.3491468 0.2400973 0.3459898 0.2359071 0.3514769 0.2400973 0.3459898 0.2439709 0.3503035 0.2359071 0.3514769 0.2394554 0.3547375 0.2329168 0.3562632 0.2359071 0.3514769 0.2329168 0.3562632 0.2294323 0.3546464 0.2431144 0.3586749 0.2394554 0.3547375 0.2439709 0.3503035 0.2431144 0.3586749 0.2480443 0.3551708 0.2465719 0.3628266 0.2431144 0.3586749 0.2465719 0.3628266 0.2418902 0.3653418 0.2431144 0.3586749 0.2390578 0.3618745 0.2394554 0.3547375 0.2461724 0.3398365 0.241063 0.3353953 0.2530058 0.3345426 0.2461724 0.3398365 0.2530058 0.3345426 0.2500059 0.3454674 0.2461724 0.3398365 0.2500059 0.3454674 0.2400973 0.3459898 0.2461724 0.3398365 0.2400973 0.3459898 0.241063 0.3353953 0.254108 0.3515704 0.2500059 0.3454674 0.2563997 0.3412481 0.254108 0.3515704 0.2602372 0.3483625 0.2581763 0.357544 0.254108 0.3515704 0.2581763 0.357544 0.2519708 0.3601318 0.254108 0.3515704 0.2480443 0.3551708 0.2500059 0.3454674 0.3303176 0.3998239 0.3316341 0.401832 0.3291374 0.4042041 0.3303176 0.3998239 0.3285647 0.3998923 0.3288458 0.3974369 0.3303176 0.3998239 0.330574 0.3977481 0.3324796 0.3981447 0.3303176 0.3998239 0.3321933 0.3997906 0.3316341 0.401832 0.331086 0.3957129 0.330574 0.3977481 0.32933 0.3949807 0.331086 0.3957129 0.32933 0.3949807 0.3310624 0.3914329 0.331086 0.3957129 0.3330522 0.394445 0.3329671 0.396571 0.331086 0.3957129 0.3329671 0.396571 0.3324796 0.3981447 0.3434758 0.3981669 0.3420955 0.3960317 0.3466235 0.395824 0.3434758 0.3981669 0.3488838 0.398706 0.3431396 0.4006487 0.3434758 0.3981669 0.3431396 0.4006487 0.3384246 0.3995327 0.3434758 0.3981669 0.3387487 0.397647 0.3420955 0.3960317 0.3424142 0.4030486 0.3431396 0.4006487 0.3475978 0.405008 0.3424142 0.4030486 0.3475978 0.405008 0.3445011 0.406629 0.3424142 0.4030486 0.3403109 0.4043819 0.3378646 0.4013826 0.3424142 0.4030486 0.3378646 0.4013826 0.3384246 0.3995327 0.3353835 0.3971654 0.3361552 0.3957729 0.3390519 0.3964226 0.3353835 0.3971654 0.3387487 0.397647 0.3384246 0.3995327 0.3353835 0.3971654 0.3349838 0.3987188 0.3329671 0.396571 0.3353835 0.3971654 0.3329671 0.396571 0.3338396 0.3955118 0.3345833 0.4003033 0.3349838 0.3987188 0.3384246 0.3995327 0.3345833 0.4003033 0.3378646 0.4013826 0.3376281 0.4026463 0.3345833 0.4003033 0.3346973 0.4019436 0.3325952 0.4011637 0.3345833 0.4003033 0.3321933 0.3997906 0.3349838 0.3987188 0.307456 0.3978709 0.3083193 0.4004082 0.3052143 0.3977912 0.307456 0.3978709 0.3052143 0.3977912 0.3057067 0.3949002 0.307456 0.3978709 0.3078694 0.3952658 0.3100282 0.3979681 0.307456 0.3978709 0.3100282 0.3979681 0.3083193 0.4004082 0.3085321 0.3925757 0.3078694 0.3952658 0.3057067 0.3949002 0.3085321 0.3925757 0.306409 0.3919723 0.31032 0.3901997 0.3085321 0.3925757 0.31032 0.3901997 0.3110538 0.3931511 0.3085321 0.3925757 0.3110538 0.3931511 0.3104423 0.395621 0.3272889 0.3947645 0.3265267 0.3923549 0.32933 0.3949807 0.3272889 0.3947645 0.32933 0.3949807 0.3288458 0.3974369 0.3272889 0.3947645 0.3268733 0.3971189 0.3247969 0.3945981 0.3272889 0.3947645 0.3247969 0.3945981 0.3265267 0.3923549 0.3265435 0.3994846 0.3268733 0.3971189 0.3288458 0.3974369 0.3265435 0.3994846 0.3285647 0.3998923 0.325022 0.4017006 0.3265435 0.3994846 0.325022 0.4017006 0.3239971 0.3990221 0.3265435 0.3994846 0.3239971 0.3990221 0.3244086 0.3967896 0.3216878 0.3940156 0.3223262 0.391766 0.3246999 0.3929193 0.3216878 0.3940156 0.3247969 0.3945981 0.3212037 0.3964446 0.3216878 0.3940156 0.3212037 0.3964446 0.3181684 0.3934403 0.3216878 0.3940156 0.3181684 0.3934403 0.3223262 0.391766 0.3206693 0.3989257 0.3212037 0.3964446 0.3239971 0.3990221 0.3206693 0.3989257 0.3239971 0.3990221 0.3233059 0.4006969 0.3206693 0.3989257 0.3204802 0.4013493 0.3169706 0.398839 0.3206693 0.3989257 0.3169706 0.398839 0.317573 0.3961271 0.3144448 0.3932958 0.314691 0.3907988 0.3181684 0.3934403 0.3144448 0.3932958 0.3181684 0.3934403 0.317573 0.3961271 0.3144448 0.3932958 0.3138313 0.3958804 0.3110538 0.3931511 0.3144448 0.3932958 0.3110538 0.3931511 0.3119081 0.3913545 0.3133116 0.3984053 0.3138313 0.3958804 0.3169706 0.398839 0.3133116 0.3984053 0.3169706 0.398839 0.3164331 0.4015672 0.3133116 0.3984053 0.312619 0.4007752 0.3101791 0.399715 0.3133116 0.3984053 0.3100282 0.3979681 0.3104423 0.395621 0.3042137 0.3917436 0.3034411 0.3885763 0.306409 0.3919723 0.3042137 0.3917436 0.306409 0.3919723 0.3057067 0.3949002 0.3042137 0.3917436 0.3035478 0.3946101 0.3013508 0.3913756 0.3042137 0.3917436 0.3013508 0.3913756 0.3034411 0.3885763 0.3029224 0.3974063 0.3035478 0.3946101 0.3052143 0.3977912 0.3029224 0.3974063 0.3052143 0.3977912 0.3045321 0.4026673 0.3029224 0.3974063 0.3010767 0.3998942 0.3000157 0.3969873 0.3029224 0.3974063 0.3000157 0.3969873 0.3007208 0.3942369 0.2789362 0.3957876 0.2806529 0.3993106 0.2798935 0.4026358 0.2789362 0.3957876 0.2757542 0.3958468 0.2786838 0.3914786 0.2789362 0.3957876 0.2786838 0.3914786 0.282481 0.3922988 0.2789362 0.3957876 0.2825204 0.3960015 0.2806529 0.3993106 0.2785219 0.3867388 0.2786838 0.3914786 0.2754788 0.3909929 0.2785219 0.3867388 0.2751549 0.3858801 0.2804591 0.3829136 0.2785219 0.3867388 0.2804591 0.3829136 0.2826347 0.3881176 0.2785219 0.3867388 0.2826347 0.3881176 0.2786838 0.3914786 0.2873904 0.3887487 0.2874599 0.3848468 0.2923876 0.3892787 0.2873904 0.3887487 0.2923876 0.3892787 0.2917299 0.393024 0.2873904 0.3887487 0.2869344 0.3926984 0.2826347 0.3881176 0.2873904 0.3887487 0.2826347 0.3881176 0.2833109 0.3851863 0.2867306 0.3963401 0.2869344 0.3926984 0.291292 0.3966569 0.2867306 0.3963401 0.291292 0.3966569 0.2910751 0.3999394 0.2867306 0.3963401 0.2863112 0.3994221 0.283007 0.3983463 0.2867306 0.3963401 0.2825204 0.3960015 0.282481 0.3922988 0.2972249 0.3903541 0.2982042 0.3873292 0.3011994 0.3891277 0.2972249 0.3903541 0.3013508 0.3913756 0.2965534 0.3936226 0.2972249 0.3903541 0.2965534 0.3936226 0.2917299 0.393024 0.2972249 0.3903541 0.2923876 0.3892787 0.2982042 0.3873292 0.2959296 0.396805 0.2965534 0.3936226 0.3000157 0.3969873 0.2959296 0.396805 0.3000157 0.3969873 0.2991229 0.3988898 0.2959296 0.396805 0.2958347 0.3996325 0.291292 0.3966569 0.2959296 0.396805 0.291292 0.3966569 0.2917299 0.393024 0.2726366 0.3868091 0.2700709 0.3830451 0.2751549 0.3858801 0.2726366 0.3868091 0.2751549 0.3858801 0.2754788 0.3909929 0.2726366 0.3868091 0.2728019 0.3915967 0.2686846 0.3876543 0.2726366 0.3868091 0.2686846 0.3876543 0.2700709 0.3830451 0.2727509 0.3963274 0.2728019 0.3915967 0.2757542 0.3958468 0.2727509 0.3963274 0.2757542 0.3958468 0.2798935 0.4026358 0.2727509 0.3963274 0.271876 0.4008384 0.2678193 0.3958742 0.2727509 0.3963274 0.2678193 0.3958742 0.2684104 0.3917107 0.2318543 0.3801206 0.2299281 0.3820126 0.2294286 0.3782222 0.2318543 0.3801206 0.2294286 0.3782222 0.2313621 0.3761613 0.2318543 0.3801206 0.234095 0.3784516 0.2353722 0.3824477 0.2318543 0.3801206 0.2353722 0.3824477 0.2332579 0.3842395 0.2367125 0.3771274 0.234095 0.3784516 0.2340018 0.3746005 0.2367125 0.3771274 0.2340018 0.3746005 0.2358925 0.3731157 0.2367125 0.3771274 0.2405618 0.3768638 0.2402539 0.3796229 0.2367125 0.3771274 0.2402539 0.3796229 0.2377579 0.3809223 0.2610164 0.3865445 0.2619068 0.3836906 0.2673417 0.3847578 0.2610164 0.3865445 0.2686846 0.3876543 0.2684104 0.3917107 0.2610164 0.3865445 0.2600612 0.3897556 0.2523634 0.3843787 0.2610164 0.3865445 0.2523634 0.3843787 0.2535955 0.3822185 0.2588527 0.3931319 0.2600612 0.3897556 0.2678193 0.3958742 0.2588527 0.3931319 0.2678193 0.3958742 0.2666012 0.3999168 0.2588527 0.3931319 0.2572993 0.3965368 0.2489159 0.3893136 0.2588527 0.3931319 0.2489159 0.3893136 0.2507022 0.3867602 0.2454566 0.3820557 0.2467975 0.3803319 0.2523634 0.3843787 0.2454566 0.3820557 0.2523634 0.3843787 0.2507022 0.3867602 0.2454566 0.3820557 0.2432807 0.3837538 0.2402539 0.3796229 0.2454566 0.3820557 0.2402539 0.3796229 0.2424206 0.3788572 0.2410743 0.3856321 0.2432807 0.3837538 0.2489159 0.3893136 0.2410743 0.3856321 0.2489159 0.3893136 0.2470704 0.3920381 0.2410743 0.3856321 0.2390143 0.3877602 0.2353722 0.3824477 0.2410743 0.3856321 0.2353722 0.3824477 0.2377579 0.3809223 0.1483454 0.5906929 0.1458733 0.5938121 0.1413969 0.5898772 0.1483454 0.5906929 0.1439318 0.5867956 0.1509765 0.5876767 0.1483454 0.5906929 0.1509765 0.5876767 0.1533702 0.5899662 0.1483454 0.5906929 0.1515628 0.593346 0.1458733 0.5938121 0.1552041 0.5942288 0.1593319 0.5952662 0.1532728 0.6036151 0.1552041 0.5942288 0.1512482 0.5994357 0.1515628 0.593346 0.1552041 0.5942288 0.1515628 0.593346 0.1533702 0.5899662 0.1552041 0.5942288 0.1570534 0.5887444 0.1593319 0.5952662 0.1544896 0.5844515 0.1584364 0.5805467 0.1570534 0.5887444 0.1544896 0.5844515 0.1570534 0.5887444 0.1509765 0.5876767 0.1544896 0.5844515 0.1509765 0.5876767 0.1462897 0.5837832 0.1544896 0.5844515 0.1487044 0.5803872 0.1517672 0.5766118 0.2441173 0.2510626 0.2413392 0.2497467 0.2457497 0.2470067 0.2441173 0.2510626 0.2457497 0.2470067 0.2478527 0.2477495 0.2441173 0.2510626 0.2464902 0.2519876 0.2427161 0.2551974 0.2441173 0.2510626 0.2427161 0.2551974 0.2413392 0.2497467 0.2491796 0.2525064 0.2464902 0.2519876 0.2478527 0.2477495 0.2491796 0.2525064 0.2501344 0.2482897 0.2525029 0.2529911 0.2491796 0.2525064 0.2525029 0.2529911 0.2480998 0.2567279 0.2491796 0.2525064 0.2480998 0.2567279 0.2464902 0.2519876 0.2270549 0.2931886 0.2209446 0.2895271 0.2314794 0.2847546 0.2270549 0.2931886 0.2314794 0.2847546 0.233473 0.2952684 0.2270549 0.2931886 0.233473 0.2952684 0.2302901 0.3051065 0.2270549 0.2931886 0.2223469 0.3028186 0.215143 0.2984145 0.2403302 0.2966808 0.233473 0.2952684 0.2364915 0.2863883 0.2403302 0.2966808 0.2415796 0.2875241 0.2476962 0.2967396 0.2403302 0.2966808 0.2476962 0.2967396 0.2481496 0.3065486 0.2403302 0.2966808 0.2390002 0.3067657 0.233473 0.2952684 0.2184559 0.3119819 0.2101861 0.3071489 0.2223469 0.3028186 0.2184559 0.3119819 0.2223469 0.3028186 0.2279832 0.3139398 0.2184559 0.3119819 0.2279832 0.3139398 0.2260122 0.3225054 0.2184559 0.3119819 0.2157583 0.3211359 0.2038538 0.3183751 0.2382517 0.3157663 0.2279832 0.3139398 0.2390002 0.3067657 0.2382517 0.3157663 0.2390002 0.3067657 0.2487341 0.315165 0.2382517 0.3157663 0.2487341 0.315165 0.2499138 0.3256064 0.2382517 0.3157663 0.2367432 0.3242694 0.2279832 0.3139398 0.2163491 0.3589768 0.212926 0.3605034 0.2114674 0.3559207 0.2163491 0.3589768 0.215771 0.3544304 0.2200971 0.3582167 0.2163491 0.3589768 0.2200971 0.3582167 0.2168619 0.3625687 0.2163491 0.3589768 0.2168619 0.3625687 0.2141749 0.3640553 0.2238643 0.3583753 0.2200971 0.3582167 0.2204792 0.3537962 0.2238643 0.3583753 0.2251597 0.3538461 0.227397 0.359169 0.2238643 0.3583753 0.227397 0.359169 0.2255629 0.3632029 0.2238643 0.3583753 0.2227131 0.3622465 0.2200971 0.3582167 0.2677165 0.2466671 0.2658301 0.2497135 0.2658826 0.2448076 0.2677165 0.2466671 0.2658826 0.2448076 0.2698157 0.2448956 0.2677165 0.2466671 0.2698157 0.2448956 0.2713073 0.2477511 0.2677165 0.2466671 0.2698546 0.248745 0.2658301 0.2497135 0.2325057 0.2360842 0.2316642 0.2336474 0.2343518 0.2328592 0.2325057 0.2360842 0.2352175 0.2358317 0.2323318 0.2394701 0.2325057 0.2360842 0.2323318 0.2394701 0.2293735 0.2361633 0.2325057 0.2360842 0.2293735 0.2361633 0.2316642 0.2336474 0.136702 0.5821803 0.1341613 0.5853572 0.1264756 0.5766004 0.136702 0.5821803 0.1264756 0.5766004 0.1389542 0.579047 0.136702 0.5821803 0.1389542 0.579047 0.1462897 0.5837832 0.136702 0.5821803 0.1439318 0.5867956 0.1341613 0.5853572 0.1408895 0.5755885 0.1389542 0.579047 0.1286691 0.5731721 0.1408895 0.5755885 0.1303991 0.5695659 0.1324887 0.5660188 0.1408895 0.5755885 0.143391 0.5719926 0.1487044 0.5803872 0.1408895 0.5755885 0.1487044 0.5803872 0.1389542 0.579047 0.113072 0.5698096 0.1151332 0.5658622 0.1286691 0.5731721 0.113072 0.5698096 0.1264756 0.5766004 0.12403 0.5800514 0.116588 0.5618301 0.1182408 0.5580197 0.1324887 0.5660188 0.116588 0.5618301 0.1303991 0.5695659 0.1151332 0.5658622 0.2150618 0.3479751 0.2095892 0.3492764 0.2076911 0.34103 0.2150618 0.3479751 0.2145665 0.3399611 0.2209879 0.3477177 0.2150618 0.3479751 0.2209879 0.3477177 0.2204792 0.3537962 0.2150618 0.3479751 0.215771 0.3544304 0.2095892 0.3492764 0.2267436 0.348001 0.2209879 0.3477177 0.2219862 0.3402197 0.2267436 0.348001 0.229205 0.3409646 0.2318698 0.3491468 0.2267436 0.348001 0.2318698 0.3491468 0.2294323 0.3546464 0.2267436 0.348001 0.2251597 0.3538461 0.2209879 0.3477177 0.2146303 0.3307385 0.2061731 0.3316404 0.2157583 0.3211359 0.2146303 0.3307385 0.2157583 0.3211359 0.2238371 0.3315405 0.2146303 0.3307385 0.2238371 0.3315405 0.2219862 0.3402197 0.2146303 0.3307385 0.2145665 0.3399611 0.2061731 0.3316404 0.2331329 0.3328614 0.2238371 0.3315405 0.2260122 0.3225054 0.2331329 0.3328614 0.2367432 0.3242694 0.241063 0.3353953 0.2331329 0.3328614 0.241063 0.3353953 0.2354874 0.3427149 0.2331329 0.3328614 0.229205 0.3409646 0.2238371 0.3315405 0.3147587 0.4587371 0.3146699 0.4614109 0.3107389 0.4616862 0.3147587 0.4587371 0.3131071 0.4576747 0.3163114 0.4569124 0.3147587 0.4587371 0.3163114 0.4569124 0.3177803 0.4583166 0.3147587 0.4587371 0.3165751 0.4598804 0.3146699 0.4614109 0.318066 0.4553087 0.3163114 0.4569124 0.3150519 0.4556432 0.318066 0.4553087 0.3170999 0.4538325 0.3212063 0.4514445 0.318066 0.4553087 0.3206727 0.4549722 0.3191785 0.4568716 0.318066 0.4553087 0.3191785 0.4568716 0.3177803 0.4583166 0.3281236 0.4631672 0.3280475 0.4600701 0.33249 0.4618731 0.3281236 0.4631672 0.3329009 0.466149 0.3263224 0.4660059 0.3281236 0.4631672 0.3263224 0.4660059 0.3225812 0.4626145 0.3281236 0.4631672 0.3239712 0.4605119 0.3280475 0.4600701 0.3239558 0.468352 0.3263224 0.4660059 0.3274769 0.4729477 0.3239558 0.468352 0.3274769 0.4729477 0.3232654 0.4731033 0.3239558 0.468352 0.3209689 0.4687044 0.3208268 0.464381 0.3239558 0.468352 0.3208268 0.464381 0.3225812 0.4626145 0.3210682 0.4585098 0.3226162 0.4572823 0.3249517 0.4592035 0.3210682 0.4585098 0.3239712 0.4605119 0.3198021 0.4601345 0.3210682 0.4585098 0.3198021 0.4601345 0.3191785 0.4568716 0.3210682 0.4585098 0.3191785 0.4568716 0.3206616 0.456193 0.3184822 0.4616594 0.3198021 0.4601345 0.3225812 0.4626145 0.3184822 0.4616594 0.3208268 0.464381 0.317515 0.4633727 0.3184822 0.4616594 0.317515 0.4633727 0.3160547 0.4614108 0.3184822 0.4616594 0.3165751 0.4598804 0.3198021 0.4601345 0.2953522 0.4387141 0.2945773 0.4420472 0.2896053 0.4408585 0.2953522 0.4387141 0.2935226 0.4371555 0.2974303 0.4364698 0.2953522 0.4387141 0.2974303 0.4364698 0.2995827 0.438884 0.2953522 0.4387141 0.2976208 0.44097 0.2945773 0.4420472 0.2997648 0.4343423 0.2974303 0.4364698 0.2958245 0.4347186 0.2997648 0.4343423 0.2983779 0.4323508 0.302009 0.4283633 0.2997648 0.4343423 0.3031368 0.4336926 0.3017397 0.4368982 0.2997648 0.4343423 0.3017397 0.4368982 0.2974303 0.4364698 0.3156496 0.4524541 0.3167499 0.4497641 0.3170999 0.4538325 0.3156496 0.4524541 0.3170999 0.4538325 0.3150519 0.4556432 0.3156496 0.4524541 0.3136584 0.4542307 0.3118477 0.4523172 0.3156496 0.4524541 0.3137743 0.4505528 0.3167499 0.4497641 0.3116942 0.4561383 0.3136584 0.4542307 0.3150519 0.4556432 0.3116942 0.4561383 0.3131071 0.4576747 0.308876 0.4570874 0.3116942 0.4561383 0.308876 0.4570874 0.3099119 0.4541211 0.3116942 0.4561383 0.3099119 0.4541211 0.3118477 0.4523172 0.3115333 0.4475076 0.3137615 0.4458995 0.3148798 0.4488652 0.3115333 0.4475076 0.3137743 0.4505528 0.309337 0.449545 0.3115333 0.4475076 0.309337 0.449545 0.306265 0.4461457 0.3115333 0.4475076 0.3087087 0.4438738 0.3137615 0.4458995 0.3071526 0.4516159 0.309337 0.449545 0.3099119 0.4541211 0.3071526 0.4516159 0.3099119 0.4541211 0.3081562 0.4551225 0.3071526 0.4516159 0.305356 0.4537528 0.3038876 0.4484823 0.3071526 0.4516159 0.3038876 0.4484823 0.306265 0.4461457 0.3050826 0.4402063 0.3070824 0.4380741 0.3087087 0.4438738 0.3050826 0.4402063 0.3087087 0.4438738 0.306265 0.4461457 0.3050826 0.4402063 0.3027706 0.4423506 0.3017397 0.4368982 0.3050826 0.4402063 0.3017397 0.4368982 0.3038512 0.4360256 0.3005881 0.4445798 0.3027706 0.4423506 0.306265 0.4461457 0.3005881 0.4445798 0.3038876 0.4484823 0.2984204 0.4464309 0.3005881 0.4445798 0.2984204 0.4464309 0.296709 0.4430063 0.3005881 0.4445798 0.2976208 0.44097 0.3027706 0.4423506 0.2967991 0.4307355 0.297523 0.4268695 0.302009 0.4283633 0.2967991 0.4307355 0.2983779 0.4323508 0.2958245 0.4347186 0.2967991 0.4307355 0.2942767 0.4332406 0.2917879 0.4309409 0.2967991 0.4307355 0.2942829 0.4282616 0.297523 0.4268695 0.2918727 0.4356373 0.2942767 0.4332406 0.2935226 0.4371555 0.2918727 0.4356373 0.2935226 0.4371555 0.2896053 0.4408585 0.2918727 0.4356373 0.2882587 0.436448 0.2893002 0.433389 0.2918727 0.4356373 0.2893002 0.433389 0.2917879 0.4309409 0.2668755 0.4156178 0.265232 0.4201332 0.2644683 0.4143496 0.2668755 0.4156178 0.2644683 0.4143496 0.2687018 0.4099152 0.2668755 0.4156178 0.2707687 0.4114245 0.2700482 0.4175066 0.2668755 0.4156178 0.2700482 0.4175066 0.265232 0.4201332 0.274066 0.4073774 0.2707687 0.4114245 0.2722531 0.4056429 0.274066 0.4073774 0.2722531 0.4056429 0.2778927 0.405547 0.274066 0.4073774 0.2778927 0.405547 0.2762992 0.4101301 0.274066 0.4073774 0.2762992 0.4101301 0.2707687 0.4114245 0.2802433 0.4138604 0.2824706 0.4106634 0.28766 0.4154997 0.2802433 0.4138604 0.2851032 0.4184285 0.2821483 0.4217967 0.2802433 0.4138604 0.2773129 0.4173626 0.2762992 0.4101301 0.2802433 0.4138604 0.2762992 0.4101301 0.2787742 0.4084579 0.2743004 0.420938 0.2773129 0.4173626 0.2792971 0.4252148 0.2743004 0.420938 0.2792971 0.4252148 0.2768328 0.4281427 0.2743004 0.420938 0.2713695 0.4237962 0.2685266 0.4204491 0.2743004 0.420938 0.2700482 0.4175066 0.273353 0.4137845 0.2900837 0.4236941 0.2925748 0.421324 0.2951232 0.4256668 0.2900837 0.4236941 0.2942829 0.4282616 0.2873592 0.4267246 0.2900837 0.4236941 0.2873592 0.4267246 0.2821483 0.4217967 0.2900837 0.4236941 0.2851032 0.4184285 0.2925748 0.421324 0.2847027 0.42964 0.2873592 0.4267246 0.2893002 0.433389 0.2847027 0.42964 0.2893002 0.433389 0.2869471 0.4343007 0.2847027 0.42964 0.2827422 0.4322077 0.2792971 0.4252148 0.2847027 0.42964 0.2792971 0.4252148 0.2821483 0.4217967 0.2695698 0.4049671 0.271876 0.4008384 0.2722531 0.4056429 0.2695698 0.4049671 0.2722531 0.4056429 0.2687018 0.4099152 0.2695698 0.4049671 0.2662945 0.4088892 0.2644456 0.4036105 0.2695698 0.4049671 0.2644456 0.4036105 0.2666012 0.3999168 0.2625123 0.4127804 0.2662945 0.4088892 0.2644683 0.4143496 0.2625123 0.4127804 0.2644683 0.4143496 0.2617927 0.4229146 0.2625123 0.4127804 0.2568468 0.4140761 0.2586785 0.410153 0.2625123 0.4127804 0.2586785 0.410153 0.2616917 0.4070057 0.2251719 0.3882335 0.2257372 0.3915403 0.2198287 0.3893815 0.2251719 0.3882335 0.2223384 0.3868449 0.2267096 0.3860847 0.2251719 0.3882335 0.2267096 0.3860847 0.2301645 0.3885339 0.2251719 0.3882335 0.2288579 0.3906174 0.2257372 0.3915403 0.2282541 0.3840059 0.2267096 0.3860847 0.2243117 0.3844976 0.2282541 0.3840059 0.226121 0.3824423 0.2299281 0.3820126 0.2282541 0.3840059 0.2299281 0.3820126 0.2332579 0.3842395 0.2282541 0.3840059 0.2315766 0.3863381 0.2267096 0.3860847 0.2553098 0.3998334 0.2572993 0.3965368 0.2644456 0.4036105 0.2553098 0.3998334 0.2644456 0.4036105 0.2616917 0.4070057 0.2553098 0.3998334 0.253038 0.402924 0.245231 0.3949334 0.2553098 0.3998334 0.245231 0.3949334 0.2470704 0.3920381 0.2506376 0.4057111 0.253038 0.402924 0.2586785 0.410153 0.2506376 0.4057111 0.2586785 0.410153 0.2551039 0.4112032 0.2506376 0.4057111 0.2487262 0.408154 0.2414682 0.4003566 0.2506376 0.4057111 0.2414682 0.4003566 0.2433722 0.3977795 0.2372778 0.3902077 0.2390143 0.3877602 0.2470704 0.3920381 0.2372778 0.3902077 0.245231 0.3949334 0.2357332 0.3927074 0.2372778 0.3902077 0.2357332 0.3927074 0.2301645 0.3885339 0.2372778 0.3902077 0.2315766 0.3863381 0.2390143 0.3877602 0.2342492 0.3949919 0.2357332 0.3927074 0.2433722 0.3977795 0.2342492 0.3949919 0.2414682 0.4003566 0.2325856 0.3966056 0.2342492 0.3949919 0.2325856 0.3966056 0.2287556 0.3927483 0.2342492 0.3949919 0.2288579 0.3906174 0.2357332 0.3927074 0.06860595 0.4501299 0.07085818 0.4567902 0.06011754 0.4538601 0.06860595 0.4501299 0.06313228 0.4477394 0.07072877 0.4442574 0.06860595 0.4501299 0.07072877 0.4442574 0.07779878 0.4477454 0.06860595 0.4501299 0.07601928 0.4528541 0.07085818 0.4567902 0.07429391 0.4392161 0.07072877 0.4442574 0.06611937 0.4408667 0.07429391 0.4392161 0.07065039 0.4341839 0.07896447 0.4296576 0.07429391 0.4392161 0.08140248 0.4362475 0.0806356 0.4437946 0.07429391 0.4392161 0.0806356 0.4437946 0.07779878 0.4477454 0.2233594 0.4992949 0.216123 0.4897753 0.2272507 0.4935647 0.2233594 0.4992949 0.2272507 0.4935647 0.2283221 0.5065253 0.2233594 0.4992949 0.2283221 0.5065253 0.224483 0.5115512 0.2233594 0.4992949 0.2192878 0.5049708 0.2118997 0.4957248 0.1549279 0.4827146 0.1596513 0.4761725 0.1732906 0.4933111 0.1549279 0.4827146 0.1732906 0.4933111 0.1683061 0.4992755 0.1635038 0.4687019 0.1667979 0.4611223 0.1869505 0.47161 0.1635038 0.4687019 0.1830966 0.4789735 0.1786396 0.4865903 0.1872683 0.5048413 0.1827101 0.5102663 0.1732906 0.4933111 0.1872683 0.5048413 0.1732906 0.4933111 0.1786396 0.4865903 0.1872683 0.5048413 0.192301 0.498331 0.1984015 0.5150353 0.1872683 0.5048413 0.1984015 0.5150353 0.1949074 0.5219111 0.1971007 0.4909926 0.192301 0.498331 0.1830966 0.4789735 0.1971007 0.4909926 0.1830966 0.4789735 0.2015525 0.4838743 0.1971007 0.4909926 0.2015525 0.4838743 0.2118997 0.4957248 0.1971007 0.4909926 0.2071443 0.5023253 0.192301 0.498331 0.1173995 0.4540206 0.1144912 0.459441 0.0806356 0.4437946 0.1112974 0.4648929 0.07601928 0.4528541 0.07779878 0.4477454 0.2148556 0.510538 0.2071443 0.5023253 0.2192878 0.5049708 0.2148556 0.510538 0.2192878 0.5049708 0.224483 0.5115512 0.2148556 0.510538 0.2205812 0.5160357 0.210893 0.5160657 0.2148556 0.510538 0.210893 0.5160657 0.2024479 0.5089659 0.2082306 0.5216231 0.2070683 0.52764 0.1984015 0.5150353 0.2082306 0.5216231 0.1984015 0.5150353 0.2024479 0.5089659 0.2082306 0.5216231 0.210893 0.5160657 0.2174718 0.5205269 0.2082306 0.5216231 0.2160096 0.5255725 0.2070683 0.52764 0.1391277 0.6264427 0.142175 0.628524 0.138405 0.6356391 0.1391277 0.6264427 0.1352797 0.6335795 0.1365993 0.6246305 0.1391277 0.6264427 0.1365993 0.6246305 0.1405499 0.6174781 0.1391277 0.6264427 0.1430374 0.618827 0.142175 0.628524 0.1344019 0.622588 0.1365993 0.6246305 0.1304939 0.6287139 0.1344019 0.622588 0.1304939 0.6287139 0.1283673 0.6258761 0.1344019 0.622588 0.1321013 0.6202816 0.1361253 0.6141369 0.1344019 0.622588 0.1384122 0.6159907 0.1365993 0.6246305 0.1262061 0.6431795 0.1294318 0.6426716 0.127122 0.6462932 0.1262061 0.6431795 0.127122 0.6462932 0.1219878 0.6436417 0.1262061 0.6431795 0.1230474 0.6407139 0.1230817 0.6381481 0.1262061 0.6431795 0.1247809 0.6392951 0.1272215 0.6388385 0.1235504 0.6345796 0.1230273 0.6300429 0.1249129 0.631512 0.1235504 0.6345796 0.1257383 0.6348108 0.1247809 0.6392951 0.1235504 0.6345796 0.1247809 0.6392951 0.1230817 0.6381481 0.1235504 0.6345796 0.1216517 0.6340727 0.1195586 0.6273039 0.1204283 0.6352343 0.1172899 0.6287694 0.1216517 0.6340727 0.1204283 0.6352343 0.1216517 0.6340727 0.1230817 0.6381481 0.1204283 0.6352343 0.1230474 0.6407139 0.1195425 0.6372303 0.1204283 0.6352343 0.1195425 0.6372303 0.1157402 0.630257 0.132252 0.6392304 0.1353139 0.6418359 0.1294318 0.6426716 0.132252 0.6392304 0.1294318 0.6426716 0.1272215 0.6388385 0.132252 0.6392304 0.1296738 0.6361417 0.1352797 0.6335795 0.132252 0.6392304 0.1352797 0.6335795 0.138405 0.6356391 0.1278294 0.6328218 0.1296738 0.6361417 0.1257383 0.6348108 0.1278294 0.6328218 0.1257383 0.6348108 0.1249129 0.631512 0.1278294 0.6328218 0.1260645 0.6295723 0.1304939 0.6287139 0.1278294 0.6328218 0.1304939 0.6287139 0.1326342 0.6313553 0.1462498 0.611739 0.1498585 0.6126907 0.1461505 0.6207785 0.1462498 0.611739 0.1430374 0.618827 0.143467 0.6114096 0.1462498 0.611739 0.143467 0.6114096 0.1452511 0.6077036 0.1462498 0.611739 0.1479924 0.6061163 0.1498585 0.6126907 0.1413838 0.6104683 0.143467 0.6114096 0.1405499 0.6174781 0.1413838 0.6104683 0.1384122 0.6159907 0.1392979 0.6087903 0.1413838 0.6104683 0.1392979 0.6087903 0.1422262 0.6042436 0.1413838 0.6104683 0.144137 0.6060827 0.143467 0.6114096 0.1474922 0.6028961 0.1512482 0.5994357 0.1532728 0.6036151 0.1474922 0.6028961 0.1479924 0.6061163 0.144137 0.6060827 0.1474922 0.6028961 0.144137 0.6060827 0.1422262 0.6042436 0.1474922 0.6028961 0.1455176 0.6004991 0.1512482 0.5994357 0.1428371 0.597346 0.1384512 0.5934805 0.1458733 0.5938121 0.1428371 0.597346 0.1458733 0.5938121 0.1487653 0.5970391 0.1428371 0.597346 0.1455176 0.6004991 0.1395953 0.6014428 0.1428371 0.597346 0.1395953 0.6014428 0.1353295 0.5977439 0.2024677 0.3886231 0.206167 0.3862788 0.205491 0.3901718 0.2024677 0.3886231 0.2027524 0.3920767 0.1985175 0.3910833 0.2024677 0.3886231 0.1985175 0.3910833 0.1975731 0.3877452 0.2024677 0.3886231 0.2021976 0.385295 0.206167 0.3862788 0.2019563 0.382218 0.201955 0.37919 0.2068728 0.37994 0.2019563 0.382218 0.2068728 0.37994 0.2066814 0.3827476 0.2019563 0.382218 0.2021976 0.385295 0.1969562 0.3843039 0.2019563 0.382218 0.1969562 0.3843039 0.1967893 0.3805387 0.2024045 0.3760092 0.201955 0.37919 0.1971948 0.3762284 0.2024045 0.3760092 0.1971948 0.3762284 0.1985969 0.3715196 0.2024045 0.3760092 0.2034828 0.3726088 0.207248 0.3754011 0.2024045 0.3760092 0.207248 0.3754011 0.2069814 0.3775824 0.09335529 0.5942775 0.09540766 0.5915791 0.09902101 0.5962147 0.09335529 0.5942775 0.09902101 0.5962147 0.09707593 0.5989388 0.09394198 0.6023483 0.09197026 0.5976117 0.09707593 0.5989388 0.09394198 0.6023483 0.10067 0.6030719 0.1078177 0.6107852 0.1056644 0.6005186 0.1126837 0.6057489 0.1078177 0.6107852 0.1056644 0.6005186 0.10067 0.6030719 0.09902101 0.5962147 0.1056644 0.6005186 0.09902101 0.5962147 0.1017046 0.5934758 0.1056644 0.6005186 0.1086688 0.5962941 0.1158875 0.5999248 0.09543794 0.5887498 0.09630179 0.5860823 0.1015384 0.5880702 0.09543794 0.5887498 0.1014888 0.590422 0.09540766 0.5915791 0.1094264 0.5920042 0.1179691 0.5943746 0.1086688 0.5962941 0.1094264 0.5920042 0.1086688 0.5962941 0.1017046 0.5934758 0.1094264 0.5920042 0.1014888 0.590422 0.1071007 0.5878093 0.1094264 0.5920042 0.1071007 0.5878093 0.1180292 0.5879196 0.1008548 0.5838695 0.1060849 0.5813592 0.1071007 0.5878093 0.1008548 0.5838695 0.1071007 0.5878093 0.1015384 0.5880702 0.1218724 0.2825247 0.125328 0.2799513 0.1247669 0.2860889 0.1218724 0.2825247 0.1247669 0.2860889 0.1196094 0.2887267 0.1218724 0.2825247 0.1180958 0.2848812 0.1171593 0.2821659 0.1218724 0.2825247 0.1197405 0.2794266 0.1220967 0.2765253 0.1365173 0.2612615 0.1361981 0.2583663 0.1386623 0.258019 0.1365173 0.2612615 0.1391204 0.2610194 0.1361676 0.264561 0.1365173 0.2612615 0.1361676 0.264561 0.1340437 0.2612692 0.1365173 0.2612615 0.1340437 0.2612692 0.1361981 0.2583663 0.1149429 0.286062 0.1180958 0.2848812 0.1196094 0.2887267 0.1149429 0.286062 0.1150612 0.2886509 0.112102 0.2866549 0.1149429 0.286062 0.112102 0.2866549 0.1124448 0.2844188 0.1149429 0.286062 0.1147572 0.2836149 0.1180958 0.2848812 0.3324122 0.3449866 0.3349595 0.3468353 0.3313941 0.3472374 0.3324122 0.3449866 0.3313941 0.3472374 0.3269927 0.3451871 0.3324122 0.3449866 0.3299856 0.342552 0.3333799 0.3431229 0.3324122 0.3449866 0.3333799 0.3431229 0.3351559 0.344958 0.3274721 0.3144404 0.3256705 0.3172606 0.3257125 0.3129591 0.3274721 0.3144404 0.3257125 0.3129591 0.3279964 0.3107659 0.3274721 0.3144404 0.329622 0.3121935 0.329199 0.3154581 0.3274721 0.3144404 0.329199 0.3154581 0.3280234 0.3180735 0.1533063 0.3008266 0.1514148 0.2986356 0.1547686 0.2992834 0.1533063 0.3008266 0.1547686 0.2992834 0.1571274 0.3012439 0.1533063 0.3008266 0.1550223 0.3033873 0.1520165 0.3029265 0.1533063 0.3008266 0.1520165 0.3029265 0.1499882 0.3002149 0.1508887 0.3062607 0.1491158 0.309622 0.1447787 0.3054468 0.1508887 0.3062607 0.1476523 0.3027831 0.1520165 0.3029265 0.1508887 0.3062607 0.1520165 0.3029265 0.1536464 0.3047789 0.1508887 0.3062607 0.1539498 0.3078467 0.1491158 0.309622 0.1569423 0.3065441 0.160071 0.3111588 0.1539498 0.3078467 0.1569423 0.3065441 0.1539498 0.3078467 0.1536464 0.3047789 0.1569423 0.3065441 0.1550223 0.3033873 0.1598391 0.3037723 0.1569423 0.3065441 0.1598391 0.3037723 0.1639501 0.3077345 0.1564142 0.2976192 0.1547686 0.2992834 0.1539517 0.2960354 0.1564142 0.2976192 0.1539517 0.2960354 0.1558643 0.2942932 0.1564142 0.2976192 0.1587277 0.2961262 0.1592386 0.2990934 0.1564142 0.2976192 0.1592386 0.2990934 0.1571274 0.3012439 0.1626129 0.3009505 0.1675816 0.3040515 0.1639501 0.3077345 0.1626129 0.3009505 0.1598391 0.3037723 0.1592386 0.2990934 0.1626129 0.3009505 0.1592386 0.2990934 0.160678 0.2977186 0.1626129 0.3009505 0.1638643 0.2980637 0.1675816 0.3040515 0.1621941 0.2950965 0.1656074 0.2932407 0.1638643 0.2980637 0.1621941 0.2950965 0.1638643 0.2980637 0.160678 0.2977186 0.1621941 0.2950965 0.1587277 0.2961262 0.1584721 0.2920967 0.1621941 0.2950965 0.1584721 0.2920967 0.1610891 0.2892953 0.1489685 0.2965875 0.1501989 0.2952752 0.1514148 0.2986356 0.1489685 0.2965875 0.1514148 0.2986356 0.1499882 0.3002149 0.1489685 0.2965875 0.1472032 0.2976711 0.1460087 0.294427 0.1489685 0.2965875 0.1460087 0.294427 0.1476 0.2928209 0.1425771 0.2918987 0.1388642 0.2889224 0.1410949 0.2870956 0.1425771 0.2918987 0.144578 0.2901208 0.1460087 0.294427 0.1425771 0.2918987 0.1460087 0.294427 0.1419152 0.2943726 0.1425771 0.2918987 0.1419152 0.2943726 0.1370117 0.292208 0.1441341 0.2984105 0.1407302 0.2995187 0.1419152 0.2943726 0.1441341 0.2984105 0.1419152 0.2943726 0.144981 0.2954429 0.1441341 0.2984105 0.1472032 0.2976711 0.1476523 0.3027831 0.1441341 0.2984105 0.1476523 0.3027831 0.1447787 0.3054468 0.1516636 0.2938498 0.1539517 0.2960354 0.152535 0.297443 0.1516636 0.2938498 0.1501989 0.2952752 0.1492413 0.2911868 0.1516636 0.2938498 0.1492413 0.2911868 0.1529307 0.2919244 0.1516636 0.2938498 0.1529307 0.2919244 0.1558643 0.2942932 0.1535682 0.2891122 0.1545494 0.2858484 0.1610891 0.2892953 0.1535682 0.2891122 0.1584721 0.2920967 0.1529307 0.2919244 0.1535682 0.2891122 0.1529307 0.2919244 0.1503523 0.2900962 0.1535682 0.2891122 0.1490228 0.2873885 0.1545494 0.2858484 0.1463763 0.2881711 0.1429612 0.2849195 0.1464361 0.2828949 0.1463763 0.2881711 0.1490228 0.2873885 0.1492413 0.2911868 0.1463763 0.2881711 0.1492413 0.2911868 0.1476 0.2928209 0.1463763 0.2881711 0.144578 0.2901208 0.1410949 0.2870956 0.2918636 0.3322423 0.2943503 0.3325666 0.2921956 0.33404 0.2918636 0.3322423 0.2921956 0.33404 0.2897791 0.3342811 0.2918636 0.3322423 0.2893352 0.3315609 0.2909964 0.3300868 0.2918636 0.3322423 0.2909964 0.3300868 0.2939342 0.3305855 0.2891466 0.327129 0.2878897 0.3233736 0.2932501 0.3229109 0.2891466 0.327129 0.293393 0.3271075 0.2909964 0.3300868 0.2891466 0.327129 0.2909964 0.3300868 0.2889403 0.3298705 0.2891466 0.327129 0.2865839 0.3281366 0.2878897 0.3233736 0.2861891 0.3309312 0.2814751 0.3304269 0.2865839 0.3281366 0.2861891 0.3309312 0.2865839 0.3281366 0.2889403 0.3298705 0.2861891 0.3309312 0.2893352 0.3315609 0.2868607 0.334642 0.2861891 0.3309312 0.2868607 0.334642 0.2824202 0.3351872 0.2924398 0.3359242 0.2921956 0.33404 0.2948011 0.3352106 0.2924398 0.3359242 0.2948011 0.3352106 0.295142 0.3371692 0.2924398 0.3359242 0.2923924 0.338212 0.290188 0.3370702 0.2924398 0.3359242 0.290188 0.3370702 0.2897791 0.3342811 0.2874972 0.3383982 0.2834897 0.3400041 0.2824202 0.3351872 0.2874972 0.3383982 0.2868607 0.334642 0.290188 0.3370702 0.2874972 0.3383982 0.290188 0.3370702 0.2904571 0.33884 0.2874972 0.3383982 0.2888947 0.3409933 0.2834897 0.3400041 0.2918493 0.3412206 0.2919393 0.345022 0.2888947 0.3409933 0.2918493 0.3412206 0.2888947 0.3409933 0.2904571 0.33884 0.2918493 0.3412206 0.2923924 0.338212 0.2959703 0.3402224 0.2918493 0.3412206 0.2959703 0.3402224 0.2919393 0.345022 0.2973713 0.3321245 0.2976413 0.3336179 0.2946398 0.3338438 0.2973713 0.3321245 0.2943503 0.3325666 0.2939342 0.3305855 0.2973713 0.3321245 0.2975803 0.3301816 0.3008801 0.3312671 0.2973713 0.3321245 0.3008801 0.3312671 0.2976413 0.3336179 0.3048302 0.3303456 0.3092951 0.3295505 0.3093844 0.3326826 0.3048302 0.3303456 0.3049615 0.3330658 0.3008801 0.3312671 0.3048302 0.3303456 0.3008801 0.3312671 0.3033595 0.3281681 0.3048302 0.3303456 0.3033595 0.3281681 0.3079245 0.3256225 0.2988389 0.3272713 0.300096 0.3236718 0.3033595 0.3281681 0.2988389 0.3272713 0.3033595 0.3281681 0.3006933 0.3298584 0.2988389 0.3272713 0.2975803 0.3301816 0.293393 0.3271075 0.2988389 0.3272713 0.293393 0.3271075 0.2932501 0.3229109 0.2978201 0.3351799 0.2948011 0.3352106 0.2946398 0.3338438 0.2978201 0.3351799 0.2976413 0.3336179 0.3011115 0.3333594 0.2978201 0.3351799 0.301405 0.335438 0.2986484 0.3369683 0.2978201 0.3351799 0.2986484 0.3369683 0.295142 0.3371692 0.3008672 0.3391408 0.3032497 0.342127 0.297248 0.3440861 0.3008672 0.3391408 0.2959703 0.3402224 0.2986484 0.3369683 0.3008672 0.3391408 0.2986484 0.3369683 0.3016331 0.3367201 0.3008672 0.3391408 0.3046588 0.3376916 0.3032497 0.342127 0.3054639 0.3355906 0.3100444 0.3354408 0.3097962 0.3389818 0.3054639 0.3355906 0.3046588 0.3376916 0.301405 0.335438 0.3054639 0.3355906 0.301405 0.335438 0.3049615 0.3330658 0.3054639 0.3355906 0.3049615 0.3330658 0.3093844 0.3326826 0.2384918 0.2725676 0.2398231 0.2698844 0.2403029 0.273088 0.2384918 0.2725676 0.2403029 0.273088 0.2394106 0.2763434 0.2384918 0.2725676 0.236687 0.2754538 0.2361066 0.2724446 0.2384918 0.2725676 0.2361066 0.2724446 0.2378513 0.2694417 0.2325884 0.2730979 0.2285383 0.2728037 0.2308733 0.266581 0.2325884 0.2730979 0.2346154 0.2683753 0.2361066 0.2724446 0.2325884 0.2730979 0.2361066 0.2724446 0.2349051 0.2749465 0.2325884 0.2730979 0.2321429 0.2769426 0.2285383 0.2728037 0.2345198 0.2791796 0.2314794 0.2847546 0.2269825 0.280696 0.2345198 0.2791796 0.2321429 0.2769426 0.2349051 0.2749465 0.2345198 0.2791796 0.236687 0.2754538 0.2383054 0.2804284 0.2345198 0.2791796 0.2383054 0.2804284 0.2364915 0.2863883 0.2420985 0.2736269 0.2403029 0.273088 0.2423494 0.2706549 0.2420985 0.2736269 0.2423494 0.2706549 0.2442396 0.2713785 0.2420985 0.2736269 0.2441459 0.274804 0.2421571 0.2770152 0.2420985 0.2736269 0.2421571 0.2770152 0.2394106 0.2763434 0.2420863 0.2813082 0.2415796 0.2875241 0.2364915 0.2863883 0.2420863 0.2813082 0.2383054 0.2804284 0.2421571 0.2770152 0.2420863 0.2813082 0.2421571 0.2770152 0.2438715 0.2775174 0.2420863 0.2813082 0.2451322 0.2806385 0.2473787 0.2864578 0.2467128 0.2772389 0.2501859 0.2792136 0.2451322 0.2806385 0.2467128 0.2772389 0.2451322 0.2806385 0.2438715 0.2775174 0.2467128 0.2772389 0.2441459 0.274804 0.2475374 0.2722696 0.2467128 0.2772389 0.2475374 0.2722696 0.2516142 0.2728416 0.2405694 0.2667677 0.2420179 0.2669871 0.2411246 0.2701424 0.2405694 0.2667677 0.2398231 0.2698844 0.2378513 0.2694417 0.2405694 0.2667677 0.2389191 0.2659433 0.2410936 0.2632389 0.2405694 0.2667677 0.2410936 0.2632389 0.2420179 0.2669871 0.2417587 0.2593191 0.2427161 0.2551974 0.2452372 0.256186 0.2417587 0.2593191 0.2440706 0.260042 0.2410936 0.2632389 0.2417587 0.2593191 0.2410936 0.2632389 0.2394465 0.2599862 0.2417587 0.2593191 0.2394465 0.2599862 0.2391384 0.2548958 0.2369834 0.2635049 0.2344192 0.2606425 0.2394465 0.2599862 0.2369834 0.2635049 0.2394465 0.2599862 0.2398362 0.2630091 0.2369834 0.2635049 0.2389191 0.2659433 0.2346154 0.2683753 0.2369834 0.2635049 0.2346154 0.2683753 0.2308733 0.266581 0.2433487 0.2676106 0.2423494 0.2706549 0.2411246 0.2701424 0.2433487 0.2676106 0.2420179 0.2669871 0.2448315 0.264341 0.2433487 0.2676106 0.2448315 0.264341 0.2452263 0.2678436 0.2433487 0.2676106 0.2452263 0.2678436 0.2442396 0.2713785 0.2483155 0.2668913 0.2521019 0.2659422 0.2516142 0.2728416 0.2483155 0.2668913 0.2475374 0.2722696 0.2452263 0.2678436 0.2483155 0.2668913 0.2452263 0.2678436 0.2461137 0.2648605 0.2483155 0.2668913 0.2482472 0.2625504 0.2521019 0.2659422 0.2465328 0.2606931 0.2480998 0.2567279 0.2515559 0.2585015 0.2465328 0.2606931 0.2482472 0.2625504 0.2448315 0.264341 0.2465328 0.2606931 0.2448315 0.264341 0.2440706 0.260042 0.2465328 0.2606931 0.2440706 0.260042 0.2452372 0.256186 0.1899979 0.655433 0.1878012 0.6516631 0.1975719 0.6485803 0.1899979 0.655433 0.2001044 0.6522153 0.1927691 0.6590707 0.1899979 0.655433 0.1927691 0.6590707 0.1822535 0.6604771 0.1899979 0.655433 0.1797724 0.6571143 0.1878012 0.6516631 0.1844047 0.6440859 0.1878012 0.6516631 0.1761606 0.651654 0.2133343 0.6226387 0.2123554 0.6155142 0.2214468 0.6162474 0.2264028 0.6334279 0.2208793 0.6283953 0.2319329 0.626036 0.2264028 0.6334279 0.2319329 0.626036 0.2396713 0.6340652 0.2264028 0.6334279 0.23171 0.6398936 0.2200358 0.6399214 0.2264028 0.6334279 0.2200358 0.6399214 0.2162657 0.636218 0.177846 0.5829745 0.1820532 0.5881821 0.1701315 0.59058 0.177846 0.5829745 0.1701315 0.59058 0.164783 0.5849936 0.177846 0.5829745 0.1740911 0.5774477 0.1865664 0.5752819 0.177846 0.5829745 0.1865664 0.5752819 0.1820532 0.5881821 0.186632 0.59634 0.1820532 0.5881821 0.1938238 0.5956054 0.186632 0.59634 0.1806256 0.6019386 0.1743513 0.5952284 0.1660358 0.6212395 0.1591995 0.6184103 0.1637942 0.6097801 0.1660358 0.6212395 0.1650993 0.6282141 0.1591995 0.6184103 0.1544192 0.6154986 0.1591995 0.6184103 0.1501651 0.6240737 0.1544192 0.6154986 0.1501651 0.6240737 0.1461505 0.6207785 0.1544192 0.6154986 0.1498585 0.6126907 0.1589481 0.6066132 0.1544192 0.6154986 0.1589481 0.6066132 0.1637942 0.6097801 0.2902722 0.7001048 0.3065445 0.7059796 0.2927544 0.7107343 0.2562189 0.7169119 0.2437819 0.7140628 0.2548283 0.6943507 0.2562189 0.7169119 0.2548283 0.6943507 0.273588 0.7028997 0.2918529 0.7280033 0.2727308 0.7222014 0.2927544 0.7107343 0.2902722 0.7001048 0.2890655 0.6893795 0.3020262 0.6931431 0.2246703 0.7251713 0.209903 0.704994 0.2265739 0.722096 0.6026923 0.5910611 0.574635 0.6064098 0.5867536 0.5679182 0.5802365 0.5553539 0.5867536 0.5679182 0.5534695 0.5788447 0.5802365 0.5553539 0.5532484 0.5615842 0.5733885 0.5427114 0.5802365 0.5553539 0.5733885 0.5427114 0.5937228 0.5315662 0.5802365 0.5553539 0.6051681 0.5419512 0.5867536 0.5679182 0.507753 0.5805801 0.4844384 0.5694043 0.4932726 0.5612811 0.507753 0.5805801 0.5201253 0.5708398 0.5292124 0.5919764 0.5241714 0.5598987 0.5532484 0.5615842 0.5201253 0.5708398 0.5241714 0.5598987 0.5201253 0.5708398 0.4932726 0.5612811 0.5241714 0.5598987 0.4969665 0.5529487 0.5237929 0.5485572 0.5241714 0.5598987 0.5237929 0.5485572 0.5500059 0.5483644 0.4755949 0.5433855 0.4969665 0.5529487 0.4725133 0.5501626 0.4755949 0.5433855 0.4725133 0.5501626 0.4551404 0.5385405 0.4755949 0.5433855 0.4572535 0.5321354 0.4769209 0.5362492 0.4755949 0.5433855 0.4769209 0.5362492 0.4982608 0.5442116 0.4391393 0.5201243 0.4384463 0.5274712 0.4234987 0.5170689 0.4391393 0.5201243 0.4229688 0.5080361 0.4390566 0.5133324 0.4391393 0.5201243 0.4390566 0.5133324 0.457833 0.5256347 0.4391393 0.5201243 0.4572535 0.5321354 0.4384463 0.5274712 0.6280757 0.522119 0.6429073 0.529325 0.6152293 0.5519659 0.6280757 0.522119 0.6051681 0.5419512 0.6107911 0.5148968 0.6280757 0.522119 0.6107911 0.5148968 0.6232262 0.4957183 0.6280757 0.522119 0.6452336 0.49967 0.6429073 0.529325 0.6529166 0.4784164 0.6452336 0.49967 0.6296607 0.4770461 0.6529166 0.4784164 0.6296607 0.4770461 0.6543119 0.4603257 0.6529166 0.4784164 0.6543119 0.4603257 0.6758114 0.4754071 0.6529166 0.4784164 0.6758114 0.4754071 0.671506 0.5004017 0.5940013 0.5055369 0.6035355 0.4886503 0.6107911 0.5148968 0.5940013 0.5055369 0.6107911 0.5148968 0.5937228 0.5315662 0.5940013 0.5055369 0.5808466 0.520572 0.5675428 0.5079399 0.5940013 0.5055369 0.5782933 0.4937729 0.6035355 0.4886503 0.3735093 0.4289839 0.3701633 0.4190006 0.3754643 0.418069 0.3735093 0.4289839 0.3783217 0.4275653 0.3788975 0.4399767 0.4393613 0.5066522 0.4581069 0.51787 0.4390566 0.5133324 0.4393613 0.5066522 0.4390566 0.5133324 0.4224236 0.5002202 0.4393613 0.5066522 0.4231608 0.4942786 0.4402162 0.4988934 0.4393613 0.5066522 0.4402162 0.4988934 0.458511 0.5084207 0.478293 0.5277848 0.4998958 0.5348742 0.4769209 0.5362492 0.478293 0.5277848 0.4769209 0.5362492 0.457833 0.5256347 0.478293 0.5277848 0.4581069 0.51787 0.4787657 0.5171236 0.478293 0.5277848 0.4787657 0.5171236 0.4996559 0.5232565 0.5645107 0.5306237 0.5808466 0.520572 0.5733885 0.5427114 0.5645107 0.5306237 0.5733885 0.5427114 0.5500059 0.5483644 0.5645107 0.5306237 0.5451427 0.5361519 0.5542609 0.5174909 0.5645107 0.5306237 0.5542609 0.5174909 0.5675428 0.5079399 0.5228917 0.537616 0.5451427 0.5361519 0.5237929 0.5485572 0.5228917 0.537616 0.5237929 0.5485572 0.4982608 0.5442116 0.5228917 0.537616 0.4998958 0.5348742 0.5198569 0.525074 0.5228917 0.537616 0.5198569 0.525074 0.5383861 0.5230081 0.38837 0.4529883 0.3788975 0.4399767 0.3830658 0.4377336 0.38837 0.4529883 0.3915836 0.4492459 0.3996875 0.4669759 0.4106103 0.4808962 0.4231608 0.4942786 0.4097658 0.4871761 0.4106103 0.4808962 0.3996875 0.4669759 0.4020012 0.4618245 0.4106103 0.4808962 0.4124447 0.4751921 0.4246159 0.4879984 0.6090097 0.4730439 0.6115471 0.4593922 0.6316463 0.4606323 0.6090097 0.4730439 0.6296607 0.4770461 0.6232262 0.4957183 0.6090097 0.4730439 0.6035355 0.4886503 0.5862322 0.4786055 0.6090097 0.4730439 0.5910789 0.4660533 0.6115471 0.4593922 0.5642544 0.4793381 0.5713872 0.4657232 0.5862322 0.4786055 0.5642544 0.4793381 0.5782933 0.4937729 0.5548145 0.4926417 0.3837571 0.4253915 0.3879162 0.4348149 0.3830658 0.4377336 0.3837571 0.4253915 0.3783217 0.4275653 0.3814005 0.416226 0.441784 0.4888654 0.459481 0.496866 0.4402162 0.4988934 0.441784 0.4888654 0.4402162 0.4988934 0.4246159 0.4879984 0.477394 0.5033971 0.4953253 0.5076786 0.4787657 0.5171236 0.477394 0.5033971 0.4787657 0.5171236 0.458511 0.5084207 0.5432965 0.5017128 0.5548145 0.4926417 0.5542609 0.5174909 0.5432965 0.5017128 0.5542609 0.5174909 0.5383861 0.5230081 0.5130773 0.5089306 0.5294632 0.5069947 0.5198569 0.525074 0.5130773 0.5089306 0.5198569 0.525074 0.4996559 0.5232565 0.3956805 0.4447541 0.4052241 0.4555494 0.4020012 0.4618245 0.3956805 0.4447541 0.3915836 0.4492459 0.3879162 0.4348149 0.4147212 0.4675407 0.4262238 0.4791665 0.4124447 0.4751921 0.4147212 0.4675407 0.4124447 0.4751921 0.4020012 0.4618245 0.5759835 0.4557179 0.5793787 0.4478274 0.594097 0.4554942 0.5759835 0.4557179 0.5910789 0.4660533 0.5713872 0.4657232 0.4104586 0.4965546 0.4097658 0.4871761 0.4224236 0.5002202 0.4104586 0.4965546 0.4229688 0.5080361 0.4113649 0.5074479 0.4104586 0.4965546 0.4113649 0.5074479 0.4010304 0.499307 0.1737772 0.6749981 0.1610036 0.6746938 0.1741508 0.671631 0.1737772 0.6749981 0.1741508 0.671631 0.1870966 0.672745 0.1994964 0.682738 0.1995551 0.689194 0.186811 0.6824834 0.1994964 0.682738 0.2106345 0.6884217 0.1995551 0.689194 0.1992234 0.6959586 0.1995551 0.689194 0.2121268 0.6985805 0.309305 0.5862933 0.3084127 0.5725727 0.3201414 0.5782023 0.309305 0.5862933 0.3224292 0.5879995 0.317007 0.6016312 0.309305 0.5862933 0.317007 0.6016312 0.3083167 0.6005821 0.309305 0.5862933 0.300793 0.5840816 0.3084127 0.5725727 0.4047136 0.3832623 0.3982842 0.3859332 0.4049239 0.3658433 0.4047136 0.3832623 0.4049239 0.3658433 0.411865 0.3816481 0.5203921 0.3821189 0.5100245 0.3841227 0.5136927 0.3674453 0.5203921 0.3821189 0.5136927 0.3674453 0.527139 0.3663167 0.4545745 0.4035888 0.4596716 0.4048994 0.4555169 0.4101427 0.4545745 0.4035888 0.4555169 0.4101427 0.4517478 0.4085646 0.4545745 0.4035888 0.4498857 0.4035826 0.4481385 0.3975425 0.4545745 0.4035888 0.4533377 0.3973444 0.4583732 0.3983338 0.4648187 0.4058295 0.470181 0.4066559 0.4665494 0.4130847 0.4648187 0.4058295 0.4665494 0.4130847 0.4610102 0.4119794 0.4648187 0.4058295 0.4596716 0.4048994 0.4632317 0.3991553 0.4648187 0.4058295 0.4632317 0.3991553 0.4683231 0.4000059 0.4759238 0.4076557 0.4817022 0.4098322 0.4779332 0.4144133 0.4759238 0.4076557 0.4779332 0.4144133 0.4721765 0.4137867 0.4759238 0.4076557 0.470181 0.4066559 0.4740572 0.4010828 0.4759238 0.4076557 0.4740572 0.4010828 0.4804604 0.4032341 0.45215 0.3921188 0.4573286 0.3927941 0.4583732 0.3983338 0.45215 0.3921188 0.4533377 0.3973444 0.4463855 0.392265 0.45215 0.3921188 0.4463855 0.392265 0.4448166 0.3874316 0.45215 0.3921188 0.4510195 0.3875359 0.4573286 0.3927941 0.4619269 0.393451 0.4666479 0.3941702 0.4632317 0.3991553 0.4619269 0.393451 0.4632317 0.3991553 0.4573286 0.3927941 0.4619269 0.393451 0.4573286 0.3927941 0.4564258 0.3880895 0.4619269 0.393451 0.4609012 0.3886484 0.4653382 0.3891821 0.4721947 0.3950321 0.4788078 0.3966536 0.4740572 0.4010828 0.4721947 0.3950321 0.4740572 0.4010828 0.4683231 0.4000059 0.4721947 0.3950321 0.4666479 0.3941702 0.4706295 0.3896599 0.4721947 0.3950321 0.4706295 0.3896599 0.4770649 0.3905591 0.4329866 0.3176717 0.4440494 0.3586207 0.4353495 0.3565343 0.4329866 0.3176717 0.4412088 0.3160935 0.4440494 0.3586207 0.4488959 0.3199799 0.4571276 0.3625023 0.4511507 0.3607971 0.4488959 0.3199799 0.4557065 0.3161934 0.462681 0.3632545 0.4646003 0.3160315 0.4685117 0.3625717 0.4557065 0.3161934 0.4646003 0.3160315 0.472561 0.3135761 0.4750827 0.3614634 0.4145956 0.316588 0.4245767 0.3550993 0.4088468 0.3532795 0.4145956 0.316588 0.424128 0.3172037 0.4245767 0.3550993 0.4792078 0.3117179 0.4850968 0.308991 0.4954732 0.3651864 0.4792078 0.3117179 0.4828572 0.3609395 0.472561 0.3135761 0.478851 0.2605636 0.472597 0.2611974 0.4740177 0.2349026 0.478851 0.2605636 0.4809647 0.2359369 0.4848639 0.2601127 0.4038465 0.2734838 0.3954163 0.2750828 0.3973621 0.2504122 0.4038465 0.2734838 0.3973621 0.2504122 0.4065296 0.2472335 0.4541502 0.433295 0.4455133 0.4266688 0.4553967 0.4235239 0.4541502 0.433295 0.4553967 0.4235239 0.4629781 0.4274654 0.4558216 0.4162971 0.4553967 0.4235239 0.4481936 0.4182124 0.4558216 0.4162971 0.4501197 0.4121581 0.4555169 0.4101427 0.4558216 0.4162971 0.4555169 0.4101427 0.4610102 0.4119794 0.4558216 0.4162971 0.462175 0.4190621 0.4553967 0.4235239 0.4717732 0.4411116 0.4632315 0.4385069 0.4700265 0.4294486 0.4717732 0.4411116 0.4700265 0.4294486 0.4795782 0.4411357 0.4682853 0.420532 0.4700265 0.4294486 0.4629781 0.4274654 0.4682853 0.420532 0.462175 0.4190621 0.4665494 0.4130847 0.4682853 0.420532 0.4665494 0.4130847 0.4721765 0.4137867 0.4682853 0.420532 0.4742645 0.4210647 0.4766601 0.4297582 0.4864495 0.4386056 0.4795782 0.4411357 0.4766601 0.4297582 0.4864495 0.4386056 0.4829967 0.4286791 0.4928601 0.4345347 0.4802244 0.421018 0.4829967 0.4286791 0.4742645 0.4210647 0.4802244 0.421018 0.4742645 0.4210647 0.4779332 0.4144133 0.4802244 0.421018 0.4779332 0.4144133 0.4816631 0.414521 0.4802244 0.421018 0.4849363 0.4191425 0.4885558 0.4258347 0.4499548 0.3832198 0.4510195 0.3875359 0.4436219 0.3827242 0.4499548 0.3832198 0.4436219 0.3827242 0.4487978 0.3782824 0.4499548 0.3832198 0.4487978 0.3782824 0.4546924 0.379616 0.4499548 0.3832198 0.4555525 0.3840295 0.4564258 0.3880895 0.4473906 0.3718359 0.4487978 0.3782824 0.442133 0.3772263 0.4473906 0.3718359 0.4396814 0.3700219 0.4440494 0.3586207 0.4473906 0.3718359 0.4440494 0.3586207 0.4511507 0.3607971 0.4473906 0.3718359 0.4538288 0.3738513 0.4487978 0.3782824 0.4601514 0.3846791 0.4609012 0.3886484 0.4555525 0.3840295 0.4601514 0.3846791 0.4555525 0.3840295 0.4596045 0.3805714 0.4601514 0.3846791 0.4596045 0.3805714 0.4645769 0.385075 0.4601514 0.3846791 0.4645769 0.385075 0.4653382 0.3891821 0.4591875 0.3753533 0.4596045 0.3805714 0.4546924 0.379616 0.4591875 0.3753533 0.4538288 0.3738513 0.4571276 0.3625023 0.4591875 0.3753533 0.4571276 0.3625023 0.4641119 0.3760534 0.4591875 0.3753533 0.4641119 0.3760534 0.4642171 0.3809863 0.4696547 0.385123 0.4706295 0.3896599 0.4645769 0.385075 0.4696547 0.385123 0.4645769 0.385075 0.4642171 0.3809863 0.4696547 0.385123 0.469213 0.3806984 0.475552 0.3854191 0.4696547 0.385123 0.475552 0.3854191 0.4706295 0.3896599 0.4692472 0.375663 0.469213 0.3806984 0.4641119 0.3760534 0.4692472 0.375663 0.4641119 0.3760534 0.462681 0.3632545 0.4692472 0.375663 0.4685117 0.3625717 0.4750646 0.3751103 0.4692472 0.375663 0.4750646 0.3751103 0.4747312 0.3805106 0.4992828 0.4299367 0.4928601 0.4345347 0.4885558 0.4258347 0.4992828 0.4299367 0.4928566 0.4208487 0.5046592 0.4226968 0.4871714 0.4141886 0.4928566 0.4208487 0.4849363 0.4191425 0.4871714 0.4141886 0.4849363 0.4191425 0.4816631 0.414521 0.4871714 0.4141886 0.4817022 0.4098322 0.4875587 0.4073078 0.4871714 0.4141886 0.4875587 0.4073078 0.4955568 0.4136725 0.4459636 0.4065664 0.4498857 0.4035826 0.4517478 0.4085646 0.4459636 0.4065664 0.4501197 0.4121581 0.4422796 0.4121193 0.4459636 0.4065664 0.4422796 0.4121193 0.4373779 0.4053305 0.4459636 0.4065664 0.4427885 0.4002839 0.4498857 0.4035826 0.4383048 0.4198207 0.4422796 0.4121193 0.4481936 0.4182124 0.4383048 0.4198207 0.431997 0.4124451 0.4422796 0.4121193 0.4400295 0.3940725 0.4463855 0.392265 0.4481385 0.3975425 0.4400295 0.3940725 0.4427885 0.4002839 0.4332118 0.3979324 0.4400295 0.3940725 0.4332118 0.3979324 0.4303117 0.3903835 0.4400295 0.3940725 0.437951 0.3882206 0.4463855 0.392265 0.4260622 0.4042359 0.4332118 0.3979324 0.4373779 0.4053305 0.4260622 0.4042359 0.4217876 0.3944008 0.4332118 0.3979324 0.4368175 0.3830166 0.4436219 0.3827242 0.4448166 0.3874316 0.4368175 0.3830166 0.437951 0.3882206 0.4292081 0.3831425 0.4368175 0.3830166 0.4292081 0.3831425 0.4289853 0.3772596 0.4368175 0.3830166 0.43491 0.3771035 0.4436219 0.3827242 0.4305096 0.3691241 0.4245767 0.3550993 0.4353495 0.3565343 0.4305096 0.3691241 0.4396814 0.3700219 0.43491 0.3771035 0.4305096 0.3691241 0.43491 0.3771035 0.4289853 0.3772596 0.4305096 0.3691241 0.4230457 0.3721601 0.4245767 0.3550993 0.4204602 0.3821473 0.411865 0.3816481 0.4088468 0.3532795 0.4204602 0.3821473 0.4230457 0.3721601 0.4292081 0.3831425 0.4204602 0.3821473 0.4292081 0.3831425 0.4303117 0.3903835 0.4824361 0.386559 0.4849342 0.3923569 0.4770649 0.3905591 0.4824361 0.386559 0.475552 0.3854191 0.4809109 0.3812255 0.4824361 0.386559 0.4809109 0.3812255 0.4869229 0.3821228 0.4824361 0.386559 0.4904826 0.3872309 0.4849342 0.3923569 0.4998667 0.3861227 0.5070238 0.397369 0.4947497 0.3947334 0.4998667 0.3861227 0.4904826 0.3872309 0.4902678 0.3783211 0.4998667 0.3861227 0.4902678 0.3783211 0.4954732 0.3651864 0.482036 0.3753232 0.4828572 0.3609395 0.4902678 0.3783211 0.482036 0.3753232 0.4902678 0.3783211 0.4869229 0.3821228 0.482036 0.3753232 0.4809109 0.3812255 0.4750646 0.3751103 0.482036 0.3753232 0.4750646 0.3751103 0.4750827 0.3614634 0.5079304 0.4107006 0.5046592 0.4226968 0.4955568 0.4136725 0.5079304 0.4107006 0.4963145 0.4042574 0.5070238 0.397369 0.4867274 0.3996518 0.4963145 0.4042574 0.4875587 0.4073078 0.4867274 0.3996518 0.4875587 0.4073078 0.4804604 0.4032341 0.4867274 0.3996518 0.4788078 0.3966536 0.4849342 0.3923569 0.4867274 0.3996518 0.4849342 0.3923569 0.4947497 0.3947334 0.4217981 0.270249 0.4125495 0.2718755 0.416443 0.2447618 0.4217981 0.270249 0.416443 0.2447618 0.4299099 0.2662869 0.4639909 0.2630832 0.4557176 0.2624831 0.456964 0.2369512 0.4639909 0.2630832 0.4654811 0.2357142 0.472597 0.2611974 0.4439687 0.2795372 0.4398012 0.2686175 0.4429272 0.2432464 0.4352024 0.2576718 0.4299099 0.2662869 0.4260783 0.2424914 0.4352024 0.2576718 0.4344116 0.2399165 0.4429272 0.2432464 0.4504619 0.2556594 0.4473177 0.2680838 0.4429272 0.2432464 0.4504619 0.2556594 0.4500755 0.2371932 0.456964 0.2369512 0.5387282 0.2066766 0.5497315 0.2059677 0.5437847 0.2150554 0.5387282 0.2066766 0.5437847 0.2150554 0.5293457 0.213783 0.5387282 0.2066766 0.5268535 0.2066306 0.5328369 0.1979073 0.5387282 0.2066766 0.5328369 0.1979073 0.5416253 0.1959874 0.5174868 0.2085589 0.5268535 0.2066306 0.5293457 0.213783 0.5174868 0.2085589 0.5179203 0.2156972 0.510235 0.2098638 0.5174868 0.2085589 0.510235 0.2098638 0.5118517 0.2018336 0.5174868 0.2085589 0.5174352 0.200906 0.5268535 0.2066306 0.6691926 0.1623985 0.6738135 0.1623057 0.6704095 0.1657213 0.6691926 0.1623985 0.6704095 0.1657213 0.6654605 0.1655866 0.6691926 0.1623985 0.664115 0.163206 0.6681218 0.1593089 0.6691926 0.1623985 0.6681218 0.1593089 0.6752843 0.1586667 0.6693592 0.1838891 0.6729493 0.1803198 0.6726161 0.1862896 0.6693592 0.1838891 0.6726161 0.1862896 0.6668809 0.187569 0.6693592 0.1838891 0.6668809 0.187569 0.6661641 0.1815891 0.6693592 0.1838891 0.6661641 0.1815891 0.6697385 0.1767479 0.6452331 0.4288552 0.6666579 0.4285569 0.6491361 0.4375402 0.6452331 0.4288552 0.6491361 0.4375402 0.6280482 0.4380115 0.652607 0.4473654 0.6491361 0.4375402 0.6702292 0.4357366 0.652607 0.4473654 0.6736528 0.4447928 0.6543119 0.4603257 0.652607 0.4473654 0.6543119 0.4603257 0.6316463 0.4606323 0.652607 0.4473654 0.6307346 0.4482293 0.6491361 0.4375402 0.6100493 0.4289199 0.6247096 0.4281535 0.611624 0.4386537 0.6100493 0.4289199 0.611624 0.4386537 0.5982305 0.437686 0.6100493 0.4289199 0.5989284 0.4288303 0.6080108 0.4191775 0.6122709 0.4483699 0.611624 0.4386537 0.6280482 0.4380115 0.6122709 0.4483699 0.6307346 0.4482293 0.6115471 0.4593922 0.6122709 0.4483699 0.6115471 0.4593922 0.594097 0.4554942 0.6122709 0.4483699 0.5965504 0.4463062 0.611624 0.4386537 0.5890229 0.4255605 0.5915421 0.4175245 0.5991354 0.419857 0.5890229 0.4255605 0.5989284 0.4288303 0.5862345 0.4333277 0.5829077 0.440557 0.5862345 0.4333277 0.5982305 0.437686 0.5829077 0.440557 0.5965504 0.4463062 0.5793787 0.4478274 0.5591605 0.375297 0.5484719 0.3778144 0.5560696 0.3605898 0.5591605 0.375297 0.5560696 0.3605898 0.5705905 0.3577977 0.5392913 0.3792374 0.5303533 0.3803957 0.5373447 0.365731 0.5392913 0.3792374 0.5373447 0.365731 0.5463187 0.3642886 0.5425016 0.2573687 0.5337377 0.2559262 0.5434578 0.2429494 0.5425016 0.2573687 0.5434578 0.2429494 0.5506413 0.2474786 0.5249651 0.2560276 0.5165541 0.2566944 0.5183898 0.2442308 0.5249651 0.2560276 0.5245135 0.2404133 0.5337377 0.2559262 0.6572359 0.2045048 0.652664 0.1901469 0.6601587 0.2021961 0.6572359 0.2045048 0.6601587 0.2021961 0.6636942 0.2170993 0.6572359 0.2045048 0.6614388 0.2196428 0.6541942 0.2065576 0.6572359 0.2045048 0.6541942 0.2065576 0.6486202 0.1925379 0.6632257 0.2299333 0.6614388 0.2196428 0.6660708 0.2281424 0.6632257 0.2299333 0.6660708 0.2281424 0.6629176 0.2366786 0.6632257 0.2299333 0.6629176 0.2366786 0.6602724 0.2309964 0.6632257 0.2299333 0.6602724 0.2309964 0.6590785 0.2226193 0.6956369 0.1459583 0.7101934 0.1453157 0.6937234 0.1507769 0.6956369 0.1459583 0.6937234 0.1507769 0.6812201 0.1450918 0.6956369 0.1459583 0.6812201 0.1450918 0.6839624 0.139914 0.6956369 0.1459583 0.6965177 0.1413459 0.7101934 0.1453157 0.7188099 0.142687 0.7101934 0.1453157 0.7131221 0.1404017 0.7188099 0.142687 0.7185644 0.1382583 0.7243689 0.1391076 0.7188099 0.142687 0.7243689 0.1391076 0.7252565 0.1434952 0.7188099 0.142687 0.7199859 0.1472321 0.7112872 0.1510929 0.6693993 0.2248553 0.6737415 0.2325477 0.6660708 0.2281424 0.6693993 0.2248553 0.6660708 0.2281424 0.6636942 0.2170993 0.6693993 0.2248553 0.6661017 0.2143929 0.6723925 0.2207037 0.6693993 0.2248553 0.6723925 0.2207037 0.6795945 0.2272646 0.6428578 0.2367411 0.6420825 0.230574 0.6464087 0.2359333 0.6428578 0.2367411 0.6464087 0.2359333 0.6441351 0.2414951 0.6428578 0.2367411 0.6441351 0.2414951 0.6389614 0.2370033 0.6428578 0.2367411 0.6389614 0.2370033 0.6420825 0.230574 0.649602 0.2346879 0.6484687 0.2291384 0.6528635 0.2333088 0.649602 0.2346879 0.6528635 0.2333088 0.6533602 0.2363576 0.649602 0.2346879 0.651143 0.2385178 0.6464087 0.2359333 0.649602 0.2346879 0.6464087 0.2359333 0.6454355 0.2300497 0.634732 0.2366115 0.6389614 0.2370033 0.6352331 0.2420773 0.634732 0.2366115 0.6352331 0.2420773 0.6313919 0.241344 0.634732 0.2366115 0.6303361 0.2358929 0.6340532 0.2307501 0.634732 0.2366115 0.6340532 0.2307501 0.6383188 0.2307834 0.6566194 0.2321 0.6560688 0.2367098 0.6528635 0.2333088 0.6566194 0.2321 0.6528635 0.2333088 0.6517341 0.2280368 0.6566194 0.2321 0.6557835 0.2269414 0.6602724 0.2309964 0.6566194 0.2321 0.6602724 0.2309964 0.6594941 0.2365133 0.6411439 0.2235098 0.6441935 0.2230644 0.6454355 0.2300497 0.6411439 0.2235098 0.6420825 0.230574 0.6377685 0.2239843 0.6411439 0.2235098 0.6377685 0.2239843 0.6364923 0.2166076 0.6411439 0.2235098 0.6393992 0.2158324 0.6441935 0.2230644 0.6469962 0.222358 0.6500503 0.2218164 0.6517341 0.2280368 0.6469962 0.222358 0.6484687 0.2291384 0.6441935 0.2230644 0.6469962 0.222358 0.6441935 0.2230644 0.6420883 0.2153279 0.6469962 0.222358 0.6446354 0.2147308 0.6473582 0.2146162 0.653854 0.2218657 0.6552795 0.2183862 0.6590785 0.2226193 0.653854 0.2218657 0.6557835 0.2269414 0.6517341 0.2280368 0.653854 0.2218657 0.6500503 0.2218164 0.650574 0.2155594 0.653854 0.2218657 0.650574 0.2155594 0.6552795 0.2183862 0.6339884 0.2247783 0.6377685 0.2239843 0.6383188 0.2307834 0.6339884 0.2247783 0.6340532 0.2307501 0.6295368 0.2305954 0.6339884 0.2247783 0.630006 0.2257321 0.6332913 0.2180167 0.6339884 0.2247783 0.6332913 0.2180167 0.6377685 0.2239843 0.6968655 0.1372452 0.7095427 0.1390759 0.6965177 0.1413459 0.6968655 0.1372452 0.6965177 0.1413459 0.6863338 0.135349 0.6968655 0.1372452 0.6863338 0.135349 0.6969469 0.1334004 0.6968655 0.1372452 0.6969469 0.1334004 0.7068947 0.1360157 0.6511991 0.2072585 0.6453236 0.1947283 0.6541942 0.2065576 0.6511991 0.2072585 0.6541942 0.2065576 0.6552795 0.2183862 0.6511991 0.2072585 0.6552795 0.2183862 0.6517794 0.214276 0.6511991 0.2072585 0.648335 0.2071336 0.6453236 0.1947283 0.6307156 0.2097859 0.6275486 0.2110673 0.6287952 0.2024398 0.6307156 0.2097859 0.6287952 0.2024398 0.6315253 0.2037671 0.6307156 0.2097859 0.6336717 0.2086552 0.6364923 0.2166076 0.6307156 0.2097859 0.6332913 0.2180167 0.6299433 0.2197428 0.6456865 0.2067092 0.6405346 0.1990247 0.648335 0.2071336 0.6456865 0.2067092 0.648335 0.2071336 0.6517794 0.214276 0.6456865 0.2067092 0.650574 0.2155594 0.6473582 0.2146162 0.6456865 0.2067092 0.6432039 0.2064051 0.6402122 0.2012946 0.6408374 0.2066411 0.6374851 0.1998744 0.6402122 0.2012946 0.6408374 0.2066411 0.6432039 0.2064051 0.6446354 0.2147308 0.6408374 0.2066411 0.6446354 0.2147308 0.6420883 0.2153279 0.6408374 0.2066411 0.6385254 0.2071904 0.6374851 0.1998744 0.6362059 0.2078259 0.6327115 0.201367 0.6385254 0.2071904 0.6362059 0.2078259 0.6385254 0.2071904 0.6420883 0.2153279 0.6362059 0.2078259 0.6393992 0.2158324 0.6336717 0.2086552 0.6362059 0.2078259 0.6336717 0.2086552 0.6315253 0.2037671 0.6364611 0.1962158 0.6330946 0.1965593 0.6359404 0.1934692 0.6364611 0.1962158 0.6359404 0.1934692 0.6415604 0.195949 0.6364611 0.1962158 0.6405346 0.1990247 0.6374851 0.1998744 0.6364611 0.1962158 0.6374851 0.1998744 0.6350218 0.2003636 0.6300637 0.1983325 0.6287952 0.2024398 0.6245062 0.2019577 0.6300637 0.1983325 0.6279788 0.196095 0.6317489 0.1937881 0.6300637 0.1983325 0.6330946 0.1965593 0.6350218 0.2003636 0.6300637 0.1983325 0.6327115 0.201367 0.6287952 0.2024398 0.6568912 0.281838 0.6528474 0.2807535 0.6535542 0.2743636 0.6568912 0.281838 0.656403 0.2731106 0.6617708 0.2810036 0.6568912 0.281838 0.6617708 0.2810036 0.6616849 0.2878165 0.6568912 0.281838 0.6570119 0.2894737 0.6528474 0.2807535 0.6678504 0.282244 0.6698831 0.2773644 0.6762164 0.281534 0.6678504 0.282244 0.673191 0.2844471 0.6665466 0.2870643 0.6678504 0.282244 0.6665466 0.2870643 0.6616849 0.2878165 0.6678504 0.282244 0.6617708 0.2810036 0.6698831 0.2773644 0.6538389 0.2401396 0.6560688 0.2367098 0.6572247 0.2406588 0.6538389 0.2401396 0.6572247 0.2406588 0.6541154 0.2450778 0.6538389 0.2401396 0.6504893 0.2426045 0.651143 0.2385178 0.6538389 0.2401396 0.651143 0.2385178 0.6533602 0.2363576 0.6902773 0.1554961 0.7036885 0.157816 0.6981172 0.1629722 0.6902773 0.1554961 0.6871639 0.1598166 0.6764115 0.1551699 0.6902773 0.1554961 0.6764115 0.1551699 0.676074 0.1509681 0.6902773 0.1554961 0.6937234 0.1507769 0.7036885 0.157816 0.7113929 0.1622811 0.7173987 0.1565946 0.7209108 0.1622529 0.7113929 0.1622811 0.7157531 0.1677497 0.7111365 0.1740876 0.7113929 0.1622811 0.7056024 0.1676519 0.7036885 0.157816 0.7113929 0.1622811 0.7036885 0.157816 0.7112872 0.1510929 0.5703277 0.192099 0.5646995 0.1830039 0.5739633 0.1771472 0.5703277 0.192099 0.5795462 0.1883573 0.583447 0.1989001 0.5703277 0.192099 0.5740652 0.200985 0.567009 0.2021102 0.5703277 0.192099 0.5622574 0.1963889 0.5646995 0.1830039 0.5564832 0.2017751 0.5497315 0.2059677 0.5489072 0.1927527 0.5564832 0.2017751 0.5489072 0.1927527 0.5561195 0.1883695 0.5564832 0.2017751 0.5622574 0.1963889 0.5646558 0.2082057 0.5564832 0.2017751 0.5646558 0.2082057 0.5599539 0.2164526 0.5740215 0.2094528 0.5733111 0.217927 0.5646558 0.2082057 0.5740215 0.2094528 0.5646558 0.2082057 0.567009 0.2021102 0.5740215 0.2094528 0.5740652 0.200985 0.5839838 0.2081081 0.5740215 0.2094528 0.5839838 0.2081081 0.5838411 0.2171609 0.3791759 0.2128399 0.3707551 0.2135674 0.3696051 0.2023066 0.3791759 0.2128399 0.3781846 0.2039785 0.3871212 0.205853 0.3791759 0.2128399 0.3874546 0.2130845 0.3870065 0.2185705 0.3791759 0.2128399 0.3810408 0.2207017 0.3707551 0.2135674 0.3846532 0.2265644 0.388927 0.2319058 0.3788107 0.2366733 0.3846532 0.2265644 0.3751801 0.2307142 0.3724364 0.2234845 0.3846532 0.2265644 0.3810408 0.2207017 0.3870065 0.2185705 0.3846532 0.2265644 0.3920888 0.2216668 0.388927 0.2319058 0.3954493 0.2152735 0.4037594 0.2175505 0.3999444 0.2262364 0.3954493 0.2152735 0.3920888 0.2216668 0.3874546 0.2130845 0.3954493 0.2152735 0.3874546 0.2130845 0.3871212 0.205853 0.3954493 0.2152735 0.3967723 0.2081324 0.4037594 0.2175505 0.4947214 0.2047528 0.4899132 0.2048005 0.4956797 0.2000301 0.4947214 0.2047528 0.4956797 0.2000301 0.4998735 0.2053852 0.4947214 0.2047528 0.4998735 0.2053852 0.4947721 0.2095504 0.4947214 0.2047528 0.4947721 0.2095504 0.4900876 0.209316 0.4968409 0.2144977 0.4989519 0.2196879 0.4913874 0.2189151 0.4968409 0.2144977 0.4909399 0.2138577 0.4947721 0.2095504 0.4968409 0.2144977 0.4947721 0.2095504 0.4987818 0.209388 0.4968409 0.2144977 0.50168 0.2129868 0.4989519 0.2196879 0.5047042 0.2079474 0.510235 0.2098638 0.5073769 0.2181787 0.5047042 0.2079474 0.50168 0.2129868 0.4998735 0.2053852 0.5047042 0.2079474 0.4998735 0.2053852 0.5016586 0.2001159 0.5047042 0.2079474 0.506821 0.2011437 0.510235 0.2098638 0.486114 0.2042785 0.4860462 0.2003316 0.4900779 0.200298 0.486114 0.2042785 0.4899132 0.2048005 0.4858019 0.2082933 0.486114 0.2042785 0.4858019 0.2082933 0.482561 0.2073639 0.486114 0.2042785 0.4823059 0.2040231 0.4860462 0.2003316 0.4774713 0.2048708 0.4714627 0.2065718 0.4698941 0.1989616 0.4774713 0.2048708 0.4765768 0.1990975 0.4823059 0.2040231 0.4774713 0.2048708 0.4823059 0.2040231 0.4797332 0.2096508 0.4774713 0.2048708 0.4797332 0.2096508 0.4744936 0.2144361 0.4847301 0.2124443 0.4834 0.2172682 0.4797332 0.2096508 0.4847301 0.2124443 0.4797332 0.2096508 0.482561 0.2073639 0.4847301 0.2124443 0.4858019 0.2082933 0.4900876 0.209316 0.4847301 0.2124443 0.4909399 0.2138577 0.4913874 0.2189151 0.6706302 0.2007387 0.6719185 0.1993409 0.675482 0.2035733 0.6706302 0.2007387 0.6738938 0.2056176 0.6691579 0.20148 0.6706302 0.2007387 0.6691579 0.20148 0.6674738 0.1967424 0.6706302 0.2007387 0.6680555 0.1957932 0.6719185 0.1993409 0.666626 0.1914702 0.6668809 0.187569 0.6698313 0.1887747 0.666626 0.1914702 0.6687321 0.1917766 0.6680555 0.1957932 0.666626 0.1914702 0.6680555 0.1957932 0.665746 0.1936764 0.666626 0.1914702 0.665746 0.1936764 0.6638817 0.18844 0.6851779 0.1685286 0.6899115 0.171961 0.6887081 0.1741453 0.6851779 0.1685286 0.6839243 0.1703448 0.6801937 0.1677741 0.6851779 0.1685286 0.6810604 0.1658894 0.6820456 0.1646672 0.6851779 0.1685286 0.6860723 0.166348 0.6899115 0.171961 0.6862483 0.163439 0.6871639 0.1598166 0.6942021 0.1667252 0.6862483 0.163439 0.6942021 0.1667252 0.6860723 0.166348 0.6862483 0.163439 0.6860723 0.166348 0.6820456 0.1646672 0.6862483 0.163439 0.6797065 0.1621661 0.6871639 0.1598166 0.6775209 0.1636422 0.6738135 0.1623057 0.6752843 0.1586667 0.6775209 0.1636422 0.6797065 0.1621661 0.6810604 0.1658894 0.6775209 0.1636422 0.6810604 0.1658894 0.6775135 0.1664927 0.6775209 0.1636422 0.6775135 0.1664927 0.6746599 0.1659815 0.6773902 0.2097406 0.6738938 0.2056176 0.6792867 0.2076631 0.6773902 0.2097406 0.6792867 0.2076631 0.6849313 0.2115966 0.6773902 0.2097406 0.6813943 0.2138462 0.6756523 0.212424 0.6773902 0.2097406 0.6756523 0.212424 0.6722375 0.2076437 0.6742317 0.2163192 0.6723925 0.2207037 0.6684294 0.211809 0.6742317 0.2163192 0.6704453 0.2096334 0.6756523 0.212424 0.6742317 0.2163192 0.6756523 0.212424 0.6786102 0.215479 0.6742317 0.2163192 0.6792768 0.2197406 0.6723925 0.2207037 0.686181 0.2186728 0.6915485 0.2238215 0.6792768 0.2197406 0.686181 0.2186728 0.6792768 0.2197406 0.6813943 0.2138462 0.686181 0.2186728 0.6813943 0.2138462 0.6849313 0.2115966 0.686181 0.2186728 0.6940146 0.2153603 0.6915485 0.2238215 0.6952999 0.1765881 0.6945477 0.1791159 0.6887081 0.1741453 0.6952999 0.1765881 0.6899115 0.171961 0.6915859 0.16956 0.6952999 0.1765881 0.6970071 0.1739995 0.7008429 0.1802663 0.6952999 0.1765881 0.7008429 0.1802663 0.6945477 0.1791159 0.7060403 0.180852 0.711557 0.1810932 0.7058002 0.1852115 0.7060403 0.180852 0.7058002 0.1852115 0.7005447 0.1834177 0.7060403 0.180852 0.7008429 0.1802663 0.7048063 0.1762816 0.7060403 0.180852 0.7048063 0.1762816 0.7111365 0.1740876 0.7006242 0.1712894 0.7056024 0.1676519 0.7048063 0.1762816 0.7006242 0.1712894 0.7048063 0.1762816 0.7009623 0.1770511 0.7006242 0.1712894 0.6970071 0.1739995 0.6942021 0.1667252 0.7006242 0.1712894 0.6942021 0.1667252 0.6981172 0.1629722 0.2195698 0.6905635 0.2196059 0.6997038 0.2121268 0.6985805 0.2195698 0.6905635 0.2106345 0.6884217 0.2208777 0.6820778 0.2195698 0.6905635 0.2208777 0.6820778 0.2267084 0.694302 0.2195698 0.6905635 0.2267084 0.694302 0.2196059 0.6997038 0.2368851 0.7155818 0.2267084 0.694302 0.2437819 0.7140628 0.2294284 0.7203564 0.2265739 0.722096 0.2196059 0.6997038 0.323816 0.6302341 0.3271567 0.6381767 0.3152942 0.6317583 0.323816 0.6302341 0.3152942 0.6317583 0.3143557 0.6213213 0.323816 0.6302341 0.3217338 0.6215712 0.3317635 0.6269009 0.323816 0.6302341 0.3317635 0.6269009 0.3375735 0.633441 0.5750488 0.2268322 0.5857037 0.2272379 0.5775608 0.2404531 0.5750488 0.2268322 0.5775608 0.2404531 0.5649575 0.2371438 0.5750488 0.2268322 0.562752 0.2255848 0.5733111 0.217927 0.5750488 0.2268322 0.5733111 0.217927 0.5838411 0.2171609 0.4991295 0.2252145 0.4903472 0.2249778 0.4913874 0.2189151 0.4991295 0.2252145 0.4989519 0.2196879 0.5087046 0.224121 0.4991295 0.2252145 0.5087046 0.224121 0.5088289 0.2332858 0.4991295 0.2252145 0.4971391 0.2364521 0.4903472 0.2249778 0.5679202 0.3313019 0.5759896 0.3448638 0.5705905 0.3577977 0.5679202 0.3313019 0.5587719 0.3363034 0.5619792 0.3165443 0.5679202 0.3313019 0.5619792 0.3165443 0.5692145 0.3145073 0.5679202 0.3313019 0.5753828 0.3227749 0.5759896 0.3448638 0.5792662 0.297957 0.5880218 0.3031269 0.5753828 0.3227749 0.4907839 0.3039291 0.4990582 0.3439969 0.4850968 0.308991 0.5113166 0.3498961 0.5136927 0.3674453 0.4990582 0.3439969 0.5113166 0.3498961 0.4990582 0.3439969 0.5103491 0.3294245 0.5113166 0.3498961 0.5103491 0.3294245 0.5243921 0.347177 0.5113166 0.3498961 0.5243921 0.347177 0.527139 0.3663167 0.5791734 0.2630744 0.5693866 0.2605885 0.5775608 0.2404531 0.5791734 0.2630744 0.5775608 0.2404531 0.5880229 0.2423113 0.560179 0.2596892 0.5513007 0.2590561 0.5506413 0.2474786 0.560179 0.2596892 0.5563933 0.2427936 0.5693866 0.2605885 0.5088756 0.2569479 0.5011872 0.2574282 0.5088289 0.2332858 0.5088756 0.2569479 0.5144938 0.2386769 0.5165541 0.2566944 0.4927462 0.2587753 0.4848639 0.2601127 0.4880844 0.2370442 0.4927462 0.2587753 0.4971391 0.2364521 0.5011872 0.2574282 0.5191174 0.2218064 0.5179203 0.2156972 0.5315467 0.2205556 0.5191174 0.2218064 0.5315467 0.2205556 0.5208516 0.2271734 0.5191174 0.2218064 0.5208516 0.2271734 0.5087046 0.224121 0.5191174 0.2218064 0.5087046 0.224121 0.5073769 0.2181787 0.5228964 0.2320855 0.5208516 0.2271734 0.5330899 0.2268069 0.5228964 0.2320855 0.5336084 0.232396 0.5245135 0.2404133 0.5228964 0.2320855 0.5245135 0.2404133 0.5144938 0.2386769 0.5228964 0.2320855 0.5144938 0.2386769 0.5208516 0.2271734 0.5471715 0.2226538 0.5437847 0.2150554 0.5599539 0.2164526 0.5471715 0.2226538 0.562752 0.2255848 0.5481933 0.229302 0.5471715 0.2226538 0.5481933 0.229302 0.5330899 0.2268069 0.5471715 0.2226538 0.5315467 0.2205556 0.5437847 0.2150554 0.5461552 0.2348305 0.5481933 0.229302 0.5649575 0.2371438 0.5461552 0.2348305 0.5563933 0.2427936 0.5434578 0.2429494 0.5461552 0.2348305 0.5434578 0.2429494 0.5336439 0.2409074 0.5461552 0.2348305 0.5336084 0.232396 0.5481933 0.229302 0.5502408 0.3404642 0.5560696 0.3605898 0.5463187 0.3642886 0.5502408 0.3404642 0.5420839 0.3435794 0.5447642 0.3180018 0.5502408 0.3404642 0.5447642 0.3180018 0.5524902 0.3168891 0.5502408 0.3404642 0.5587719 0.3363034 0.5560696 0.3605898 0.5340577 0.3454442 0.5373447 0.365731 0.5243921 0.347177 0.5340577 0.3454442 0.5243921 0.347177 0.521667 0.3249522 0.5340577 0.3454442 0.5304316 0.3218762 0.5420839 0.3435794 0.5340577 0.3454442 0.5420839 0.3435794 0.5373447 0.365731 0.6627975 0.2007281 0.6651759 0.2002491 0.6684294 0.211809 0.6627975 0.2007281 0.6661017 0.2143929 0.6601587 0.2021961 0.6627975 0.2007281 0.6601587 0.2021961 0.6612175 0.1877856 0.6627975 0.2007281 0.6612175 0.1877856 0.6651759 0.2002491 0.667318 0.2009084 0.6651759 0.2002491 0.6638817 0.18844 0.667318 0.2009084 0.665746 0.1936764 0.6674738 0.1967424 0.667318 0.2009084 0.6691579 0.20148 0.6704453 0.2096334 0.667318 0.2009084 0.6704453 0.2096334 0.6684294 0.211809 0.7617196 0.1605111 0.7637981 0.1600929 0.7609323 0.1622869 0.7617196 0.1605111 0.7609323 0.1622869 0.759939 0.1601041 0.7617196 0.1605111 0.759939 0.1601041 0.7625355 0.1589356 0.7617196 0.1605111 0.7625355 0.1589356 0.7638571 0.1585406 0.6237 0.2887786 0.624724 0.2916814 0.6208513 0.2916667 0.6237 0.2887786 0.6208513 0.2916667 0.6202306 0.2896654 0.6237 0.2887786 0.6224356 0.2863613 0.6266632 0.287386 0.6237 0.2887786 0.6266632 0.287386 0.6265107 0.2907025 0.6261425 0.2950544 0.6277582 0.2986626 0.6239805 0.2962762 0.6261425 0.2950544 0.6239805 0.2962762 0.6224007 0.2937554 0.6261425 0.2950544 0.624724 0.2916814 0.6280861 0.2934184 0.6261425 0.2950544 0.6280861 0.2934184 0.6277582 0.2986626 0.6184034 0.2937519 0.6203369 0.2959423 0.6163944 0.2955644 0.6184034 0.2937519 0.6163944 0.2955644 0.6129161 0.2920494 0.6184034 0.2937519 0.6178317 0.2904629 0.6208513 0.2916667 0.6184034 0.2937519 0.6208513 0.2916667 0.6224007 0.2937554 0.6219573 0.2986642 0.6234212 0.3016517 0.6200367 0.3009902 0.6219573 0.2986642 0.6200367 0.3009902 0.6184664 0.2979873 0.6219573 0.2986642 0.6203369 0.2959423 0.6239805 0.2962762 0.6219573 0.2986642 0.6239805 0.2962762 0.6255757 0.2990131 0.6130774 0.3053641 0.6115849 0.3039864 0.6145985 0.3014478 0.6130774 0.3053641 0.6159956 0.3030562 0.6162638 0.304838 0.6130774 0.3053641 0.6141466 0.3068643 0.6113511 0.3088904 0.6130774 0.3053641 0.6099354 0.3082267 0.6115849 0.3039864 0.6100141 0.302659 0.6086028 0.301431 0.6113345 0.2994093 0.6100141 0.302659 0.6130031 0.2999901 0.6115849 0.3039864 0.6100141 0.302659 0.6115849 0.3039864 0.6082106 0.3067342 0.6100141 0.302659 0.6066181 0.3051833 0.6061804 0.3037277 0.6181824 0.3020262 0.6167231 0.2996353 0.6200367 0.3009902 0.6181824 0.3020262 0.6200367 0.3009902 0.6200869 0.3057181 0.6181824 0.3020262 0.617878 0.3049525 0.6159956 0.3030562 0.6181824 0.3020262 0.6159956 0.3030562 0.6145985 0.3014478 0.6148621 0.2976346 0.6120129 0.297411 0.6129161 0.2920494 0.6148621 0.2976346 0.6163944 0.2955644 0.6184664 0.2979873 0.6148621 0.2976346 0.6167231 0.2996353 0.6130031 0.2999901 0.6148621 0.2976346 0.6130031 0.2999901 0.6120129 0.297411 0.6035385 0.3071051 0.605004 0.3091739 0.6018812 0.3114597 0.6035385 0.3071051 0.6006169 0.3087256 0.6018278 0.3048483 0.6035385 0.3071051 0.6039702 0.3043019 0.6066181 0.3051833 0.6035385 0.3071051 0.6066181 0.3051833 0.605004 0.3091739 0.6070774 0.3109208 0.6101086 0.3111235 0.6084061 0.313606 0.6070774 0.3109208 0.6043612 0.3135308 0.605004 0.3091739 0.6070774 0.3109208 0.605004 0.3091739 0.6082106 0.3067342 0.6070774 0.3109208 0.6099354 0.3082267 0.6101086 0.3111235 0.7467685 0.1646115 0.7447997 0.1617735 0.7487865 0.1595882 0.7467685 0.1646115 0.750219 0.1617063 0.7488622 0.1664096 0.7467685 0.1646115 0.7488622 0.1664096 0.745913 0.1713321 0.7467685 0.1646115 0.7423152 0.1684412 0.7447997 0.1617735 0.753116 0.1595757 0.7542422 0.161073 0.7518061 0.1632844 0.753116 0.1595757 0.750219 0.1617063 0.7521311 0.1577587 0.753116 0.1595757 0.7521311 0.1577587 0.7554741 0.1579734 0.753116 0.1595757 0.7554741 0.1579734 0.7542422 0.161073 0.7554073 0.1624233 0.7571983 0.1635715 0.7535545 0.164564 0.7554073 0.1624233 0.7535545 0.164564 0.7542422 0.161073 0.7554073 0.1624233 0.7542422 0.161073 0.7562732 0.1594157 0.7554073 0.1624233 0.7571361 0.1607049 0.7571983 0.1635715 0.7543775 0.1482136 0.7552371 0.1459881 0.7565294 0.1466653 0.7543775 0.1482136 0.7556176 0.1490966 0.7530634 0.1500508 0.7543775 0.1482136 0.7530634 0.1500508 0.7532852 0.1472055 0.7543775 0.1482136 0.7532852 0.1472055 0.7552371 0.1459881 0.7678676 0.1607842 0.7663015 0.1629087 0.7666001 0.159709 0.7678676 0.1607842 0.7666001 0.159709 0.7688919 0.1573762 0.7678676 0.1607842 0.7700245 0.1587994 0.7693894 0.1618146 0.7678676 0.1607842 0.7693894 0.1618146 0.7663015 0.1629087 0.6202962 0.2844452 0.6178317 0.2904629 0.6177193 0.2827795 0.6202962 0.2844452 0.6177193 0.2827795 0.6239158 0.2782748 0.6202962 0.2844452 0.6239158 0.2782748 0.6266456 0.282419 0.6202962 0.2844452 0.6224356 0.2863613 0.6202306 0.2896654 0.7659122 0.1709002 0.766279 0.1726337 0.7615423 0.1729003 0.7659122 0.1709002 0.762578 0.1703687 0.7639228 0.1680161 0.7659122 0.1709002 0.7677395 0.1698439 0.7727037 0.1710764 0.6075887 0.300352 0.6039702 0.3043019 0.6067731 0.2993476 0.6075887 0.300352 0.6067731 0.2993476 0.6120129 0.297411 0.6075887 0.300352 0.6120129 0.297411 0.6113345 0.2994093 0.6075887 0.300352 0.6086028 0.301431 0.6061804 0.3037277 0.6144478 0.3085595 0.617878 0.3049525 0.6200869 0.3057181 0.6144478 0.3085595 0.6143649 0.3103523 0.6101086 0.3111235 0.6144478 0.3085595 0.6101086 0.3111235 0.6113511 0.3088904 0.6144478 0.3085595 0.6141466 0.3068643 0.617878 0.3049525 0.7586731 0.1692684 0.7571154 0.1716639 0.7541992 0.1700826 0.7586731 0.1692684 0.7547921 0.1680986 0.7594692 0.1668528 0.7586731 0.1692684 0.7594692 0.1668528 0.7639228 0.1680161 0.7586731 0.1692684 0.762578 0.1703687 0.7571154 0.1716639 0.7425076 0.1577045 0.7365637 0.1596277 0.7413105 0.1536292 0.7425076 0.1577045 0.7413105 0.1536292 0.7468831 0.1537115 0.7425076 0.1577045 0.7475016 0.1566882 0.7447997 0.1617735 0.7425076 0.1577045 0.7447997 0.1617735 0.7396682 0.1648538 0.7426268 0.1507724 0.7387767 0.1491205 0.7423046 0.1471139 0.7426268 0.1507724 0.7451998 0.1485249 0.7474487 0.1513629 0.7426268 0.1507724 0.7474487 0.1513629 0.7413105 0.1536292 0.7426268 0.1507724 0.7413105 0.1536292 0.7387767 0.1491205 0.7659172 0.1653129 0.768022 0.1653992 0.7668573 0.1675063 0.7659172 0.1653129 0.7668573 0.1675063 0.7639228 0.1680161 0.7659172 0.1653129 0.7634361 0.1650573 0.7663015 0.1629087 0.7659172 0.1653129 0.7663015 0.1629087 0.7681368 0.1633874 0.7602022 0.1644632 0.7634361 0.1650573 0.7594692 0.1668528 0.7602022 0.1644632 0.7594692 0.1668528 0.7559477 0.1657013 0.7602022 0.1644632 0.7571983 0.1635715 0.7585325 0.1617067 0.7602022 0.1644632 0.7609323 0.1622869 0.7640503 0.1621723 0.7513905 0.1554499 0.7521311 0.1577587 0.7487865 0.1595882 0.7513905 0.1554499 0.7475016 0.1566882 0.7509438 0.1530879 0.7513905 0.1554499 0.7509438 0.1530879 0.7542482 0.1517769 0.7513905 0.1554499 0.7543632 0.1542983 0.7548128 0.1562952 0.7508408 0.1511115 0.7509438 0.1530879 0.7468831 0.1537115 0.7508408 0.1511115 0.7474487 0.1513629 0.7509095 0.1493279 0.7508408 0.1511115 0.7509095 0.1493279 0.752379 0.1485961 0.7508408 0.1511115 0.7530634 0.1500508 0.7509438 0.1530879 0.7449412 0.1802219 0.7481122 0.1849975 0.7404313 0.184722 0.7449412 0.1802219 0.7404313 0.184722 0.7357448 0.181881 0.7449412 0.1802219 0.7404172 0.1766023 0.7499338 0.1766991 0.7449412 0.1802219 0.7499338 0.1766991 0.7481122 0.1849975 0.7364096 0.1733453 0.730845 0.178526 0.7328889 0.1693679 0.7364096 0.1733453 0.7328889 0.1693679 0.7396682 0.1648538 0.7364096 0.1733453 0.7423152 0.1684412 0.7404172 0.1766023 0.7364096 0.1733453 0.7404172 0.1766023 0.7357448 0.181881 0.7230231 0.15201 0.7199859 0.1472321 0.7252565 0.1434952 0.7230231 0.15201 0.7281246 0.1478139 0.7267075 0.1573514 0.7230231 0.15201 0.7267075 0.1573514 0.7173987 0.1565946 0.7230231 0.15201 0.7173987 0.1565946 0.7199859 0.1472321 0.6318374 0.2809286 0.6305908 0.2852585 0.6266456 0.282419 0.6318374 0.2809286 0.6291906 0.2784487 0.6322796 0.2764856 0.6318374 0.2809286 0.6322796 0.2764856 0.6346655 0.2775607 0.6318374 0.2809286 0.6342549 0.2827574 0.6305908 0.2852585 0.6294547 0.2897874 0.6266632 0.287386 0.6305908 0.2852585 0.6294547 0.2897874 0.6305908 0.2852585 0.6343455 0.2900684 0.6294547 0.2897874 0.6321603 0.2940858 0.6280861 0.2934184 0.6294547 0.2897874 0.6280861 0.2934184 0.6265107 0.2907025 0.6261726 0.1920272 0.6299899 0.1900605 0.6317489 0.1937881 0.6261726 0.1920272 0.6279788 0.196095 0.6225008 0.1946662 0.6261726 0.1920272 0.6225008 0.1946662 0.6210716 0.188977 0.6261726 0.1920272 0.6246185 0.187381 0.6299899 0.1900605 0.634098 0.1894386 0.6380412 0.1888645 0.6359404 0.1934692 0.634098 0.1894386 0.6359404 0.1934692 0.6317489 0.1937881 0.634098 0.1894386 0.6299899 0.1900605 0.6320675 0.1851049 0.634098 0.1894386 0.6320675 0.1851049 0.6357692 0.1840976 0.6413636 0.1870415 0.6449712 0.1846065 0.6486202 0.1925379 0.6413636 0.1870415 0.6453236 0.1947283 0.6415604 0.195949 0.6413636 0.1870415 0.6380412 0.1888645 0.6357692 0.1840976 0.6413636 0.1870415 0.63907 0.1824359 0.6449712 0.1846065 0.6800929 0.1333218 0.6831343 0.1293913 0.6885198 0.1310905 0.6800929 0.1333218 0.6863338 0.135349 0.6839624 0.139914 0.6800929 0.1333218 0.6768046 0.1377549 0.6764572 0.1312494 0.6800929 0.1333218 0.6764572 0.1312494 0.6797513 0.1278514 0.6497697 0.1821968 0.6546187 0.1790297 0.6571719 0.1859769 0.6497697 0.1821968 0.652664 0.1901469 0.6449712 0.1846065 0.6497697 0.1821968 0.6449712 0.1846065 0.6428505 0.180357 0.6497697 0.1821968 0.6479914 0.1780985 0.6546187 0.1790297 0.6730223 0.1431933 0.6768046 0.1377549 0.6812201 0.1450918 0.6730223 0.1431933 0.6812201 0.1450918 0.676074 0.1509681 0.6730223 0.1431933 0.6683771 0.1485974 0.6684345 0.1409326 0.6730223 0.1431933 0.6684345 0.1409326 0.6768046 0.1377549 0.6648479 0.1389796 0.6697225 0.1332573 0.6728045 0.1353693 0.6648479 0.1389796 0.6684345 0.1409326 0.6597844 0.1450764 0.6648479 0.1389796 0.6597844 0.1450764 0.6563338 0.1432824 0.6648479 0.1389796 0.661675 0.136865 0.6697225 0.1332573 0.6467669 0.175296 0.6515862 0.1726918 0.6479914 0.1780985 0.6467669 0.175296 0.6479914 0.1780985 0.6418616 0.1773831 0.6467669 0.175296 0.6418616 0.1773831 0.6412947 0.1751198 0.6467669 0.175296 0.6457567 0.1732311 0.650135 0.1707992 0.6551988 0.1502398 0.6597844 0.1450764 0.6585695 0.1515719 0.6551988 0.1502398 0.6585695 0.1515719 0.6534333 0.1559261 0.6551988 0.1502398 0.6508523 0.1549364 0.6518425 0.1487196 0.6551988 0.1502398 0.6518425 0.1487196 0.6597844 0.1450764 0.6549965 0.1693742 0.6577022 0.1657001 0.6595478 0.1672513 0.6549965 0.1693742 0.6566801 0.1715007 0.6515862 0.1726918 0.6549965 0.1693742 0.6515862 0.1726918 0.650135 0.1707992 0.6549965 0.1693742 0.6533371 0.1676845 0.6577022 0.1657001 0.6737411 0.1292176 0.6773318 0.1260191 0.6764572 0.1312494 0.6737411 0.1292176 0.6764572 0.1312494 0.6728045 0.1353693 0.6737411 0.1292176 0.6697225 0.1332573 0.6713533 0.1267412 0.6737411 0.1292176 0.6713533 0.1267412 0.6752653 0.1235248 0.6381934 0.1791495 0.6418616 0.1773831 0.6428505 0.180357 0.6381934 0.1791495 0.63907 0.1824359 0.6348659 0.1805273 0.6381934 0.1791495 0.6348659 0.1805273 0.6344979 0.1776477 0.6381934 0.1791495 0.6378417 0.1766049 0.6418616 0.1773831 0.6309824 0.1814488 0.6348659 0.1805273 0.6357692 0.1840976 0.6309824 0.1814488 0.6320675 0.1851049 0.6282542 0.1860139 0.6309824 0.1814488 0.6269785 0.1822854 0.6303635 0.1782092 0.6309824 0.1814488 0.6303635 0.1782092 0.6348659 0.1805273 0.6232895 0.1834084 0.6269785 0.1822854 0.6246185 0.187381 0.6232895 0.1834084 0.6246185 0.187381 0.6210716 0.188977 0.6232895 0.1834084 0.619758 0.1846745 0.6222942 0.1798318 0.6232895 0.1834084 0.6222942 0.1798318 0.6269785 0.1822854 0.6583284 0.1341196 0.6639893 0.1276995 0.6669777 0.1308804 0.6583284 0.1341196 0.661675 0.136865 0.6526675 0.1410137 0.6583284 0.1341196 0.6526675 0.1410137 0.6488934 0.1385077 0.6583284 0.1341196 0.6548947 0.1310589 0.6639893 0.1276995 0.6479548 0.1467997 0.6526675 0.1410137 0.6518425 0.1487196 0.6479548 0.1467997 0.6518425 0.1487196 0.647776 0.1536669 0.6479548 0.1467997 0.6437163 0.1520317 0.6438016 0.1446799 0.6479548 0.1467997 0.6438016 0.1446799 0.6488934 0.1385077 0.6517118 0.1661729 0.6541897 0.1628733 0.6533371 0.1676845 0.6517118 0.1661729 0.6533371 0.1676845 0.650135 0.1707992 0.6517118 0.1661729 0.6487002 0.1691159 0.6501038 0.1647502 0.6517118 0.1661729 0.6501038 0.1647502 0.6524236 0.1615765 0.6687024 0.1233351 0.6729415 0.1199985 0.6713533 0.1267412 0.6687024 0.1233351 0.6713533 0.1267412 0.6669777 0.1308804 0.6687024 0.1233351 0.6639893 0.1276995 0.6608792 0.1241167 0.6687024 0.1233351 0.66592 0.1194641 0.6729415 0.1199985 0.6297313 0.1751246 0.6338318 0.174953 0.6303635 0.1782092 0.6297313 0.1751246 0.6303635 0.1782092 0.6260814 0.1787753 0.6297313 0.1751246 0.625481 0.1753835 0.6290925 0.1721175 0.6297313 0.1751246 0.6290925 0.1721175 0.6330166 0.1723507 0.6217409 0.1763733 0.625481 0.1753835 0.6260814 0.1787753 0.6217409 0.1763733 0.6222942 0.1798318 0.618256 0.1777285 0.6217409 0.1763733 0.618256 0.1777285 0.6180097 0.1743916 0.6217409 0.1763733 0.6214088 0.1729739 0.625481 0.1753835 0.1445056 0.3824551 0.1421424 0.3802574 0.1448636 0.3774942 0.1445056 0.3824551 0.1477752 0.379926 0.1459565 0.3842359 0.1445056 0.3824551 0.1459565 0.3842359 0.1422403 0.3866934 0.1445056 0.3824551 0.14092 0.3849548 0.1421424 0.3802574 0.1381807 0.3771495 0.1336392 0.3751908 0.1399821 0.3739077 0.1381807 0.3771495 0.1399821 0.3739077 0.1421424 0.3802574 0.1381807 0.3771495 0.1421424 0.3802574 0.1392155 0.3828131 0.1381807 0.3771495 0.1367595 0.3798915 0.1338817 0.3779622 0.2212817 0.4315368 0.2246574 0.4323896 0.2225383 0.4355388 0.2212817 0.4315368 0.2191876 0.4346562 0.2187494 0.4303755 0.2212817 0.4315368 0.2187494 0.4303755 0.2210869 0.4279676 0.2212817 0.4315368 0.2235278 0.4284052 0.2246574 0.4323896 0.2279262 0.4335598 0.2311443 0.4345569 0.2261128 0.4365206 0.2279262 0.4335598 0.2261128 0.4365206 0.2225383 0.4355388 0.2279262 0.4335598 0.2246574 0.4323896 0.2269757 0.4294317 0.2279262 0.4335598 0.230032 0.4309659 0.2322211 0.4324364 0.2178344 0.4375213 0.220641 0.4383653 0.219103 0.4406082 0.2178344 0.4375213 0.2167292 0.4396759 0.2152329 0.4385305 0.2178344 0.4375213 0.2155677 0.4367159 0.2191876 0.4346562 0.2178344 0.4375213 0.2191876 0.4346562 0.220641 0.4383653 0.2238709 0.4392656 0.2266773 0.4402875 0.2243583 0.4420235 0.2238709 0.4392656 0.2219482 0.4416268 0.220641 0.4383653 0.2238709 0.4392656 0.220641 0.4383653 0.2225383 0.4355388 0.2238709 0.4392656 0.2261128 0.4365206 0.2266773 0.4402875 0.2331511 0.4293215 0.2294706 0.4271786 0.2323279 0.4251671 0.2331511 0.4293215 0.2367776 0.4278271 0.2351824 0.4319019 0.2331511 0.4293215 0.2351824 0.4319019 0.2322211 0.4324364 0.2331511 0.4293215 0.230032 0.4309659 0.2294706 0.4271786 0.2253372 0.4255031 0.2213257 0.4254764 0.2195532 0.4201133 0.2253372 0.4255031 0.2274594 0.4226275 0.2294706 0.4271786 0.2253372 0.4255031 0.2294706 0.4271786 0.2269757 0.4294317 0.2253372 0.4255031 0.2235278 0.4284052 0.2213257 0.4254764 0.2153792 0.4406638 0.2180614 0.4420065 0.2173482 0.4428877 0.2153792 0.4406638 0.2142727 0.4411946 0.2137699 0.438831 0.2153792 0.4406638 0.2137699 0.438831 0.2152329 0.4385305 0.2153792 0.4406638 0.2167292 0.4396759 0.2180614 0.4420065 0.2210921 0.4434364 0.2244749 0.4436881 0.2205997 0.444642 0.2210921 0.4434364 0.2205997 0.444642 0.2180614 0.4420065 0.2210921 0.4434364 0.2180614 0.4420065 0.219103 0.4406082 0.2210921 0.4434364 0.2219482 0.4416268 0.2244749 0.4436881 0.2168974 0.448836 0.2141731 0.4474257 0.2159035 0.4448392 0.2168974 0.448836 0.2185499 0.4462133 0.2199033 0.4479053 0.2168974 0.448836 0.2190676 0.4503778 0.2170319 0.4530391 0.2168974 0.448836 0.2149954 0.4523554 0.2141731 0.4474257 0.2117061 0.44598 0.2095094 0.4450523 0.2113097 0.4431922 0.2117061 0.44598 0.2133452 0.4434336 0.2141731 0.4474257 0.2117061 0.44598 0.2141731 0.4474257 0.2119197 0.4507781 0.2117061 0.44598 0.2093441 0.4490956 0.2095094 0.4450523 0.2197682 0.4451915 0.2167955 0.4435793 0.2173482 0.4428877 0.2197682 0.4451915 0.2205997 0.444642 0.2212994 0.4477571 0.2197682 0.4451915 0.2212994 0.4477571 0.2199033 0.4479053 0.2197682 0.4451915 0.2185499 0.4462133 0.2167955 0.4435793 0.2138978 0.4419782 0.2108923 0.4419851 0.2099333 0.4398538 0.2138978 0.4419782 0.2142727 0.4411946 0.2167955 0.4435793 0.2138978 0.4419782 0.2167955 0.4435793 0.2159035 0.4448392 0.2138978 0.4419782 0.2133452 0.4434336 0.2108923 0.4419851 0.2066234 0.452259 0.209459 0.4543353 0.2037233 0.4554462 0.2066234 0.452259 0.2037233 0.4554462 0.2029044 0.4516124 0.2066234 0.452259 0.2056326 0.4493692 0.2093441 0.4490956 0.2066234 0.452259 0.2093441 0.4490956 0.209459 0.4543353 0.213029 0.4560675 0.2167086 0.4558852 0.2155807 0.4592322 0.213029 0.4560675 0.2110305 0.4598758 0.209459 0.4543353 0.213029 0.4560675 0.209459 0.4543353 0.2119197 0.4507781 0.213029 0.4560675 0.2149954 0.4523554 0.2167086 0.4558852 0.1601892 0.3697789 0.1628386 0.374504 0.1566293 0.3773756 0.1601892 0.3697789 0.1540177 0.37414 0.1505036 0.3702301 0.1601892 0.3697789 0.1562845 0.364746 0.1668891 0.3649533 0.1601892 0.3697789 0.1668891 0.3649533 0.1628386 0.374504 0.1647567 0.3790039 0.1667079 0.3833006 0.1603715 0.3846085 0.1647567 0.3790039 0.1583973 0.3808727 0.1628386 0.374504 0.1647567 0.3790039 0.1628386 0.374504 0.1698494 0.3714779 0.1647567 0.3790039 0.1718972 0.377197 0.1667079 0.3833006 0.1720791 0.3603618 0.1762785 0.3686788 0.1698494 0.3714779 0.1720791 0.3603618 0.1668891 0.3649533 0.1621805 0.358695 0.1720791 0.3603618 0.1658557 0.3529093 0.1774391 0.3551032 0.1720791 0.3603618 0.1774391 0.3551032 0.1762785 0.3686788 0.1785441 0.3758459 0.1798198 0.3819153 0.1735706 0.3822484 0.1785441 0.3758459 0.1718972 0.377197 0.1762785 0.3686788 0.1785441 0.3758459 0.1762785 0.3686788 0.1849212 0.3752403 0.1785441 0.3758459 0.1849212 0.3752403 0.1798198 0.3819153 0.1540936 0.3824099 0.1526048 0.379711 0.1583973 0.3808727 0.1540936 0.3824099 0.1583973 0.3808727 0.1557012 0.3857085 0.1540936 0.3824099 0.1557012 0.3857085 0.1519802 0.3869133 0.1540936 0.3824099 0.1507276 0.3840164 0.1494766 0.3818759 0.1504128 0.3773384 0.1471737 0.3743156 0.1540177 0.37414 0.1504128 0.3773384 0.1540177 0.37414 0.1526048 0.379711 0.1504128 0.3773384 0.1526048 0.379711 0.1494766 0.3818759 0.1504128 0.3773384 0.1477752 0.379926 0.1471737 0.3743156 0.1530997 0.4019427 0.1511133 0.404558 0.149488 0.4032285 0.1530997 0.4019427 0.1517811 0.4002255 0.156325 0.399415 0.1530997 0.4019427 0.156325 0.399415 0.1570702 0.4018668 0.1530997 0.4019427 0.1542468 0.4039319 0.1511133 0.404558 0.1253718 0.3717594 0.1298546 0.3679391 0.1278072 0.3740926 0.1253718 0.3717594 0.1278072 0.3740926 0.1232959 0.3772881 0.1253718 0.3717594 0.1207135 0.3747014 0.122583 0.3694339 0.1253718 0.3717594 0.122583 0.3694339 0.1298546 0.3679391 0.2180109 0.4282797 0.2155143 0.4323018 0.2150797 0.4307804 0.2180109 0.4282797 0.2181692 0.4257167 0.2213257 0.4254764 0.2180109 0.4282797 0.2213257 0.4254764 0.2210869 0.4279676 0.2180109 0.4282797 0.2187494 0.4303755 0.2155143 0.4323018 0.2139578 0.4359313 0.2137699 0.438831 0.2126762 0.4351572 0.2139578 0.4359313 0.2126762 0.4351572 0.2155143 0.4323018 0.2139578 0.4359313 0.2155143 0.4323018 0.2166499 0.4336511 0.2139578 0.4359313 0.2155677 0.4367159 0.2137699 0.438831 0.2343679 0.4348904 0.2351824 0.4319019 0.2375943 0.4348921 0.2343679 0.4348904 0.2375943 0.4348921 0.2336223 0.4387241 0.2343679 0.4348904 0.2317107 0.4381381 0.2311443 0.4345569 0.2343679 0.4348904 0.2311443 0.4345569 0.2322211 0.4324364 0.2282137 0.4414963 0.2317107 0.4381381 0.2291152 0.4427986 0.2282137 0.4414963 0.2291152 0.4427986 0.2244749 0.4436881 0.2282137 0.4414963 0.2244749 0.4436881 0.2266773 0.4402875 0.2282137 0.4414963 0.2266773 0.4402875 0.2293555 0.4374407 0.2075964 0.4451966 0.2056326 0.4493692 0.2058252 0.4458769 0.2075964 0.4451966 0.2058252 0.4458769 0.2108923 0.4419851 0.2075964 0.4451966 0.2108923 0.4419851 0.2095094 0.4450523 0.2075964 0.4451966 0.2095094 0.4450523 0.2056326 0.4493692 0.2198725 0.4522184 0.2212994 0.4477571 0.2244477 0.447749 0.2198725 0.4522184 0.2199947 0.4542084 0.2167086 0.4558852 0.2198725 0.4522184 0.2167086 0.4558852 0.2170319 0.4530391 0.2198725 0.4522184 0.2190676 0.4503778 0.2212994 0.4477571 0.1506006 0.3593231 0.1548879 0.353775 0.1621805 0.358695 0.1506006 0.3593231 0.1562845 0.364746 0.1460283 0.3647102 0.1506006 0.3593231 0.1460283 0.3647102 0.1413964 0.3595315 0.1506006 0.3593231 0.1446081 0.3547853 0.1548879 0.353775 0.1575178 0.3483359 0.15867 0.3429012 0.1693612 0.3452521 0.1575178 0.3483359 0.1658557 0.3529093 0.1548879 0.353775 0.1575178 0.3483359 0.1548879 0.353775 0.1490941 0.3460146 0.1575178 0.3483359 0.1490941 0.3460146 0.15867 0.3429012 0.1397783 0.3524075 0.1414047 0.3488857 0.1446081 0.3547853 0.1397783 0.3524075 0.1446081 0.3547853 0.1374126 0.3566456 0.1397783 0.3524075 0.1374126 0.3566456 0.1355296 0.3511098 0.1397783 0.3524075 0.1355296 0.3511098 0.1365063 0.3482472 0.1426132 0.3453182 0.1436945 0.3416728 0.1490941 0.3460146 0.1426132 0.3453182 0.1490941 0.3460146 0.1472247 0.3504273 0.1426132 0.3453182 0.1414047 0.3488857 0.1371038 0.3454342 0.1426132 0.3453182 0.1371038 0.3454342 0.1379971 0.3423952 0.1694563 0.3874165 0.1754075 0.3867697 0.1720892 0.3911398 0.1694563 0.3874165 0.1720892 0.3911398 0.1667344 0.3922567 0.1694563 0.3874165 0.1636017 0.3885599 0.1667079 0.3833006 0.1694563 0.3874165 0.1667079 0.3833006 0.1735706 0.3822484 0.18105 0.3869391 0.1864787 0.3869947 0.1823633 0.3912429 0.18105 0.3869391 0.1823633 0.3912429 0.1771659 0.3907586 0.18105 0.3869391 0.1754075 0.3867697 0.1798198 0.3819153 0.18105 0.3869391 0.1798198 0.3819153 0.1856725 0.3817921 0.1736935 0.3942589 0.1786038 0.3942131 0.1747837 0.3970759 0.1736935 0.3942589 0.1747837 0.3970759 0.1693717 0.3978383 0.1736935 0.3942589 0.1684159 0.3952288 0.1720892 0.3911398 0.1736935 0.3942589 0.1720892 0.3911398 0.1771659 0.3907586 0.1838892 0.3951519 0.1891696 0.3955233 0.1855211 0.3988637 0.1838892 0.3951519 0.1855211 0.3988637 0.1798814 0.3974003 0.1838892 0.3951519 0.1786038 0.3942131 0.1823633 0.3912429 0.1838892 0.3951519 0.1823633 0.3912429 0.1875682 0.3913908 0.1339864 0.362362 0.1307556 0.3605197 0.1374126 0.3566456 0.1339864 0.362362 0.1374126 0.3566456 0.1413964 0.3595315 0.1339864 0.362362 0.1377411 0.3651092 0.1298546 0.3679391 0.1339864 0.362362 0.1298546 0.3679391 0.1269086 0.3660095 0.1425433 0.3696665 0.1377411 0.3651092 0.1460283 0.3647102 0.1425433 0.3696665 0.1460283 0.3647102 0.1505036 0.3702301 0.1425433 0.3696665 0.1471737 0.3743156 0.1399821 0.3739077 0.1425433 0.3696665 0.1399821 0.3739077 0.133424 0.3709402 0.1582491 0.3898804 0.1557012 0.3857085 0.1603715 0.3846085 0.1582491 0.3898804 0.1636017 0.3885599 0.160703 0.3939802 0.1582491 0.3898804 0.160703 0.3939802 0.154653 0.3963794 0.1582491 0.3898804 0.1536865 0.3911325 0.1557012 0.3857085 0.1620284 0.3970623 0.160703 0.3939802 0.1667344 0.3922567 0.1620284 0.3970623 0.1684159 0.3952288 0.1627895 0.3996354 0.1620284 0.3970623 0.1627895 0.3996354 0.1570702 0.4018668 0.1620284 0.3970623 0.156325 0.399415 0.160703 0.3939802 0.1912526 0.3756699 0.1971948 0.3762284 0.1967893 0.3805387 0.1912526 0.3756699 0.1913455 0.3813696 0.1856725 0.3817921 0.1912526 0.3756699 0.1849212 0.3752403 0.1925647 0.3692851 0.1912526 0.3756699 0.1925647 0.3692851 0.1971948 0.3762284 0.1917889 0.3860062 0.1913455 0.3813696 0.1969562 0.3843039 0.1917889 0.3860062 0.1969562 0.3843039 0.1975731 0.3877452 0.1917889 0.3860062 0.1926674 0.3900011 0.1864787 0.3869947 0.1917889 0.3860062 0.1864787 0.3869947 0.1856725 0.3817921 0.1940652 0.3937752 0.1957228 0.3974391 0.1891696 0.3955233 0.1940652 0.3937752 0.1891696 0.3955233 0.1926674 0.3900011 0.1940652 0.3937752 0.1926674 0.3900011 0.1985175 0.3910833 0.1940652 0.3937752 0.1985175 0.3910833 0.1996257 0.3943697 0.1909234 0.529013 0.1967127 0.5306991 0.1952094 0.5362301 0.1909234 0.529013 0.1892378 0.5333319 0.1853139 0.5267614 0.1909234 0.529013 0.1853139 0.5267614 0.1886408 0.5229665 0.1909234 0.529013 0.1886408 0.5229665 0.1949074 0.5219111 0.207606 0.5345461 0.1967127 0.5306991 0.2070683 0.52764 0.207606 0.5345461 0.2070683 0.52764 0.2163227 0.5313655 0.207606 0.5345461 0.2185388 0.5380988 0.2065906 0.5404714 0.207606 0.5345461 0.2065906 0.5404714 0.1967127 0.5306991 0.2209924 0.5278514 0.2217477 0.5330628 0.2163227 0.5313655 0.2209924 0.5278514 0.2160096 0.5255725 0.2220195 0.5232457 0.2209924 0.5278514 0.2220195 0.5232457 0.2253012 0.524967 0.2209924 0.5278514 0.2243384 0.529148 0.2217477 0.5330628 0.2246679 0.5192236 0.2220195 0.5232457 0.2174718 0.5205269 0.2246679 0.5192236 0.2205812 0.5160357 0.224483 0.5115512 0.2246679 0.5192236 0.2282511 0.5154048 0.2277604 0.521185 0.2246679 0.5192236 0.2277604 0.521185 0.2220195 0.5232457 0.2320825 0.5114088 0.2282511 0.5154048 0.2283221 0.5065253 0.2320825 0.5114088 0.2283221 0.5065253 0.2321299 0.5012289 0.2320825 0.5114088 0.2360379 0.507324 0.2350645 0.514843 0.2320825 0.5114088 0.2350645 0.514843 0.2311902 0.5178082 0.1268247 0.648696 0.1225908 0.6475191 0.127122 0.6462932 0.1268247 0.648696 0.127122 0.6462932 0.1310586 0.6498728 0.1268247 0.648696 0.1310586 0.6498728 0.1295688 0.6513571 0.1268247 0.648696 0.1259208 0.6507433 0.1225908 0.6475191 0.2244464 0.5389021 0.2293341 0.5442209 0.2185388 0.5380988 0.2244464 0.5389021 0.2185388 0.5380988 0.2217477 0.5330628 0.2244464 0.5389021 0.2217477 0.5330628 0.2275345 0.5383642 0.2244464 0.5389021 0.2275345 0.5383642 0.231911 0.5425802 0.2366564 0.5478709 0.2451958 0.5506865 0.235407 0.5512367 0.2366564 0.5478709 0.235407 0.5512367 0.2293341 0.5442209 0.2366564 0.5478709 0.2293341 0.5442209 0.231911 0.5425802 0.2366564 0.5478709 0.2382194 0.545557 0.2451958 0.5506865 0.2394472 0.5436601 0.2459833 0.5455409 0.2382194 0.545557 0.2394472 0.5436601 0.2382194 0.545557 0.231911 0.5425802 0.2394472 0.5436601 0.2338196 0.541278 0.2405076 0.5419716 0.2394472 0.5436601 0.2405076 0.5419716 0.2465687 0.5433669 0.2470381 0.514463 0.2420251 0.5159172 0.2402077 0.5108264 0.2470381 0.514463 0.2458721 0.5107124 0.2523909 0.5131859 0.2470381 0.514463 0.2523909 0.5131859 0.2524978 0.5175817 0.2470381 0.514463 0.2482039 0.5182136 0.2420251 0.5159172 0.1692123 0.5481069 0.1746061 0.5480978 0.1699912 0.5562725 0.1692123 0.5481069 0.1657807 0.5545863 0.1634885 0.5483724 0.1692123 0.5481069 0.1634885 0.5483724 0.1633643 0.5436205 0.1692123 0.5481069 0.1697323 0.5414279 0.1746061 0.5480978 0.1637931 0.5358687 0.1687223 0.5321463 0.1697323 0.5414279 0.1637931 0.5358687 0.1697323 0.5414279 0.1633643 0.5436205 0.1637931 0.5358687 0.1587756 0.5391749 0.1538299 0.5308515 0.1637931 0.5358687 0.1538299 0.5308515 0.1562628 0.5262078 0.1422156 0.5370809 0.1471245 0.5398626 0.1400757 0.5411528 0.1422156 0.5370809 0.1400757 0.5411528 0.1328693 0.5370637 0.1422156 0.5370809 0.1351904 0.5328809 0.1434335 0.5322381 0.1422156 0.5370809 0.1434335 0.5322381 0.1471245 0.5398626 0.1422782 0.5257986 0.14087 0.5192719 0.1562628 0.5262078 0.1422782 0.5257986 0.1538299 0.5308515 0.1434335 0.5322381 0.1422782 0.5257986 0.1434335 0.5322381 0.1369049 0.529428 0.1422782 0.5257986 0.1321193 0.5233805 0.09212136 0.496877 0.1263345 0.5262676 0.1321193 0.5233805 0.1351904 0.5328809 0.1263345 0.5262676 0.1351904 0.5328809 0.1231997 0.5320025 0.1512178 0.5602265 0.1506494 0.5646325 0.1391059 0.5595374 0.1512178 0.5602265 0.1414145 0.5560533 0.1506978 0.5560229 0.1512178 0.5602265 0.1506978 0.5560229 0.1566544 0.5574654 0.1512178 0.5602265 0.1588048 0.5618173 0.1506494 0.5646325 0.1629854 0.5595468 0.1663168 0.5625296 0.1588048 0.5618173 0.1629854 0.5595468 0.1588048 0.5618173 0.1597361 0.5560787 0.1629854 0.5595468 0.1597361 0.5560787 0.1614964 0.5527516 0.1629854 0.5595468 0.1657807 0.5545863 0.1663168 0.5625296 0.1384651 0.5452795 0.1400757 0.5411528 0.1450409 0.5440723 0.1384651 0.5452795 0.1434486 0.5478245 0.1358222 0.5486809 0.1384651 0.5452795 0.1358222 0.5486809 0.1312129 0.5417555 0.1384651 0.5452795 0.1312129 0.5417555 0.1400757 0.5411528 0.1209906 0.5381277 0.1231997 0.5320025 0.1328693 0.5370637 0.1209906 0.5381277 0.1312129 0.5417555 0.1225163 0.5444002 0.1305858 0.5505766 0.1248968 0.5521883 0.08403915 0.5308011 0.1305858 0.5505766 0.1225163 0.5444002 0.129796 0.5450403 0.1305858 0.5505766 0.1358222 0.5486809 0.1414145 0.5560533 0.1305858 0.5505766 0.1414145 0.5560533 0.1391059 0.5595374 0.1507402 0.5528154 0.1545397 0.5536342 0.1506978 0.5560229 0.1507402 0.5528154 0.1506978 0.5560229 0.1433477 0.5521836 0.1507402 0.5528154 0.1474032 0.5509069 0.1510636 0.5501059 0.1507402 0.5528154 0.1510636 0.5501059 0.1524429 0.5500633 0.7515293 0.1673588 0.7535545 0.164564 0.7559477 0.1657013 0.7515293 0.1673588 0.7547921 0.1680986 0.7541992 0.1700826 0.7515293 0.1673588 0.7511156 0.1705785 0.7488622 0.1664096 0.7515293 0.1673588 0.7488622 0.1664096 0.7518061 0.1632844 0.1780656 0.9522476 0.1718986 0.9497324 0.172733 0.9446198 0.1780656 0.9522476 0.1832523 0.9492148 0.182645 0.9574167 0.1780656 0.9522476 0.182645 0.9574167 0.1760856 0.9605813 0.1780656 0.9522476 0.1734567 0.9559181 0.1718986 0.9497324 0.1655721 0.9504395 0.1582707 0.9524396 0.1624612 0.9467761 0.1655721 0.9504395 0.1624612 0.9467761 0.172733 0.9446198 0.1655721 0.9504395 0.1718986 0.9497324 0.1707414 0.9532806 0.1655721 0.9504395 0.1667648 0.9550201 0.160458 0.9573243 0.1491791 0.953803 0.1582707 0.9524396 0.151076 0.9568919 0.1491791 0.953803 0.151076 0.9568919 0.1432098 0.9580234 0.1491791 0.953803 0.1407174 0.9554157 0.1458795 0.9508109 0.1491791 0.953803 0.1458795 0.9508109 0.1546818 0.9491247 0.1681697 0.9604699 0.169657 0.9661675 0.1629129 0.9643302 0.1681697 0.9604699 0.1629129 0.9643302 0.1667648 0.9550201 0.1681697 0.9604699 0.1667648 0.9550201 0.1707414 0.9532806 0.1681697 0.9604699 0.1734567 0.9559181 0.169657 0.9661675 0.1710968 0.9714921 0.169657 0.9661675 0.177459 0.9669109 0.1710968 0.9714921 0.177459 0.9669109 0.1777961 0.971728 0.1710968 0.9714921 0.173224 0.9758658 0.1652461 0.9796512 0.1710968 0.9714921 0.1636254 0.976283 0.169657 0.9661675 0.1293683 0.9784458 0.1251727 0.9803656 0.1232783 0.9714428 0.1293683 0.9784458 0.1232783 0.9714428 0.1270609 0.9707046 0.1293683 0.9784458 0.1324984 0.9769117 0.1396837 0.9839798 0.1293683 0.9784458 0.1396837 0.9839798 0.1350591 0.987757 0.1963363 0.3625929 0.2010514 0.3565531 0.2048317 0.361985 0.1963363 0.3625929 0.2014198 0.3665585 0.1985969 0.3715196 0.1963363 0.3625929 0.1925647 0.3692851 0.184214 0.3657527 0.1963363 0.3625929 0.1905887 0.3566305 0.2010514 0.3565531 0.2053673 0.3689219 0.2077026 0.3654375 0.208747 0.3704844 0.2053673 0.3689219 0.208747 0.3704844 0.2077955 0.3731254 0.2053673 0.3689219 0.2034828 0.3726088 0.2014198 0.3665585 0.2053673 0.3689219 0.2014198 0.3665585 0.2077026 0.3654375 0.6630924 0.1794903 0.6604087 0.1771991 0.6666948 0.1735185 0.6630924 0.1794903 0.6666948 0.1735185 0.6661641 0.1815891 0.6630924 0.1794903 0.6661641 0.1815891 0.6612175 0.1877856 0.6630924 0.1794903 0.6612175 0.1877856 0.6571719 0.1859769 0.6583777 0.1743224 0.6604087 0.1771991 0.6546187 0.1790297 0.6583777 0.1743224 0.6546187 0.1790297 0.653074 0.1752748 0.6583777 0.1743224 0.6566801 0.1715007 0.6615916 0.1688452 0.6583777 0.1743224 0.6615916 0.1688452 0.6639389 0.1708211 0.6673432 0.1566855 0.6658161 0.1545509 0.676074 0.1509681 0.6673432 0.1566855 0.6764115 0.1551699 0.6681218 0.1593089 0.6673432 0.1566855 0.6681218 0.1593089 0.6625818 0.1609947 0.6673432 0.1566855 0.6606736 0.1591221 0.6658161 0.1545509 0.6625002 0.1529277 0.6658161 0.1545509 0.6584591 0.1576703 0.6625002 0.1529277 0.6560073 0.1567211 0.6585695 0.1515719 0.6625002 0.1529277 0.6585695 0.1515719 0.6636039 0.146735 0.6625002 0.1529277 0.6683771 0.1485974 0.676074 0.1509681 0.8560274 0.298832 0.8480721 0.310447 0.8513375 0.2986189 0.8560274 0.298832 0.8513375 0.2986189 0.8644172 0.279509 0.786625 0.3936887 0.7779312 0.397343 0.7972426 0.3783698 0.786625 0.3936887 0.7972426 0.3783698 0.7995803 0.3802676 0.786625 0.3936887 0.7962352 0.3861882 0.7793847 0.4069481 0.786625 0.3936887 0.7793847 0.4069481 0.7607692 0.4231396 0.2415149 0.9645919 0.2399682 0.9750795 0.2148506 0.9838107 0.2415149 0.9645919 0.2280721 0.9700747 0.2447234 0.9524723 0.2415149 0.9645919 0.2447234 0.9524723 0.250777 0.9478759 0.2415149 0.9645919 0.2565057 0.9557107 0.2399682 0.9750795 0.2687624 0.9445584 0.2794414 0.9470764 0.2565057 0.9557107 0.2687624 0.9445584 0.2565057 0.9557107 0.2563426 0.9427674 0.2687624 0.9445584 0.2563426 0.9427674 0.2769017 0.9336904 0.2687624 0.9445584 0.2769017 0.9336904 0.2936515 0.9274805 0.2657696 0.9280955 0.2581629 0.9361684 0.2546616 0.9349339 0.2657696 0.9280955 0.2632165 0.9263972 0.2733764 0.9200226 0.2657696 0.9280955 0.2733764 0.9200226 0.2704889 0.9283362 0.2657696 0.9280955 0.2704889 0.9283362 0.2581629 0.9361684 0.1922852 0.9763422 0.1827816 0.9791594 0.1956695 0.9703962 0.1922852 0.9763422 0.1956695 0.9703962 0.2030374 0.9683995 0.1922852 0.9763422 0.2035365 0.9718922 0.191892 0.9806389 0.1922852 0.9763422 0.191892 0.9806389 0.1740518 0.9874346 0.1992405 0.9818904 0.1937779 0.9879883 0.1740518 0.9874346 0.1992405 0.9818904 0.191892 0.9806389 0.2067577 0.9753518 0.1992405 0.9818904 0.2067577 0.9753518 0.210145 0.9739575 0.1992405 0.9818904 0.2101547 0.9790403 0.2148506 0.9838107 0.03370088 0.9530056 0.03343248 0.9526804 0.03413635 0.9524166 0.03370088 0.9530056 0.03433084 0.9530417 0.0337814 0.9536343 0.03370088 0.9530056 0.03322511 0.9532918 0.03234148 0.9529559 0.03097265 0.9530928 0.0312438 0.9532679 0.03010237 0.9534702 0.03097265 0.9530928 0.02989 0.9531017 0.03021448 0.9526804 0.03097265 0.9530928 0.03132152 0.952835 0.03234148 0.9529559 0.03263449 0.9535357 0.03322511 0.9532918 0.0337814 0.9536343 0.03263449 0.9535357 0.03269618 0.9539502 0.03147649 0.9539638 0.03263449 0.9535357 0.03193324 0.9534804 0.03234148 0.9529559 0.03133517 0.95349 0.03193324 0.9534804 0.03147649 0.9539638 0.03133517 0.95349 0.03057616 0.9538046 0.03010237 0.9534702 0.03133517 0.95349 0.0312438 0.9532679 0.03234148 0.9529559 0.03163772 0.9525427 0.03132152 0.952835 0.03021448 0.9526804 0.03163772 0.9525427 0.03098815 0.9522319 0.03211671 0.9519727 0.03163772 0.9525427 0.03234165 0.9524479 0.03234148 0.9529559 0.03306663 0.9524099 0.03234165 0.9524479 0.03211671 0.9519727 0.03306663 0.9524099 0.03330898 0.9520263 0.03413635 0.9524166 0.03306663 0.9524099 0.03343248 0.9526804 0.03234148 0.9529559 0.658133 0.5983222 0.6545026 0.5918708 0.6665375 0.5939183 0.658133 0.5983222 0.6665375 0.5939183 0.6673258 0.6005249 0.658133 0.5983222 0.6614906 0.6037292 0.6505798 0.6045617 0.658133 0.5983222 0.6505798 0.6045617 0.64444 0.5996268 0.6436865 0.6126827 0.6339439 0.6101244 0.64444 0.5996268 0.6436865 0.6126827 0.6505798 0.6045617 0.6527561 0.6148304 0.6436865 0.6126827 0.6527561 0.6148304 0.6497778 0.6216927 0.6436865 0.6126827 0.6371234 0.6217443 0.6339439 0.6101244 0.6891964 0.5965811 0.697103 0.5851598 0.7010937 0.5921978 0.6891964 0.5965811 0.6924401 0.6035777 0.6817402 0.6061766 0.6891964 0.5965811 0.6817402 0.6061766 0.6784607 0.6010358 0.6891964 0.5965811 0.6842715 0.5917636 0.697103 0.5851598 0.6759844 0.591304 0.6733192 0.5993895 0.6665375 0.5939183 0.6759844 0.591304 0.6665375 0.5939183 0.6654824 0.5861614 0.6759844 0.591304 0.6787304 0.5818037 0.6842715 0.5917636 0.6759844 0.591304 0.6842715 0.5917636 0.6784607 0.6010358 0.6708156 0.6046453 0.6733192 0.5993895 0.6735145 0.6069292 0.6708156 0.6046453 0.6735145 0.6069292 0.6688906 0.6085994 0.6708156 0.6046453 0.6688906 0.6085994 0.6676394 0.6075242 0.6708156 0.6046453 0.6675809 0.6048307 0.6673258 0.6005249 0.6751851 0.6121203 0.6817402 0.6061766 0.6840887 0.6130644 0.6751851 0.6121203 0.6763415 0.6187651 0.6685227 0.6214861 0.6751851 0.6121203 0.6703267 0.6143441 0.670774 0.6099939 0.6751851 0.6121203 0.6735145 0.6069292 0.6817402 0.6061766 0.6643026 0.6070473 0.6614906 0.6037292 0.6675809 0.6048307 0.6643026 0.6070473 0.6675809 0.6048307 0.6676394 0.6075242 0.6643026 0.6070473 0.6664869 0.6096172 0.6648324 0.6121479 0.6643026 0.6070473 0.6616968 0.6109408 0.6564288 0.6086239 0.6679611 0.6127796 0.6658749 0.6157706 0.6648324 0.6121479 0.6679611 0.6127796 0.6664869 0.6096172 0.6688906 0.6085994 0.6679611 0.6127796 0.6688906 0.6085994 0.670774 0.6099939 0.6679611 0.6127796 0.6703267 0.6143441 0.6685227 0.6214861 0.6604794 0.6161569 0.6527561 0.6148304 0.6564288 0.6086239 0.6604794 0.6161569 0.6616968 0.6109408 0.6648324 0.6121479 0.6604794 0.6161569 0.6658749 0.6157706 0.6685227 0.6214861 0.6604794 0.6161569 0.6599561 0.6220343 0.6527561 0.6148304 0.849186 0.4620282 0.8640772 0.4718462 0.8698618 0.4623093 0.849186 0.4620282 0.8531035 0.4529866 0.8353845 0.4547923 0.849186 0.4620282 0.8353845 0.4547923 0.8328695 0.4628796 0.849186 0.4620282 0.8447111 0.4706004 0.8640772 0.4718462 0.7823386 0.4767935 0.7885962 0.4667584 0.7747561 0.4748533 0.7823386 0.4767935 0.7747561 0.4748533 0.771816 0.4885933 0.7823386 0.4767935 0.7805671 0.4872542 0.7889749 0.4784623 0.7823386 0.4767935 0.7889749 0.4784623 0.7934541 0.4713563 0.7288352 0.08777666 0.7347096 0.1059576 0.7326023 0.08507937 0.7288352 0.08777666 0.7326023 0.08507937 0.7214338 0.07224494 0.7288352 0.08777666 0.7214338 0.07224494 0.7241798 0.09014827 0.7288352 0.08777666 0.7241798 0.09014827 0.7297161 0.1065874 0.6603423 0.06569379 0.6695843 0.05740296 0.6543599 0.06072032 0.6603423 0.06569379 0.6543599 0.06072032 0.6492817 0.07539051 0.6603423 0.06569379 0.6566868 0.07695198 0.6657515 0.06994819 0.6603423 0.06569379 0.6657515 0.06994819 0.6727045 0.06405681 0.9562754 0.5028217 0.9674938 0.5131585 0.9624089 0.4926307 0.9562754 0.5028217 0.9624089 0.4926307 0.9420666 0.4841281 0.9562754 0.5028217 0.9418563 0.4977218 0.9510282 0.5115141 0.9562754 0.5028217 0.9510282 0.5115141 0.958002 0.518177 0.2131319 0.03769201 0.2136116 0.04908984 0.2203199 0.0498799 0.2131319 0.03769201 0.2191758 0.03461647 0.2094953 0.02423435 0.2131319 0.03769201 0.2061765 0.02985465 0.2078361 0.04036945 0.2131319 0.03769201 0.2078361 0.04036945 0.2136116 0.04908984 0.1916443 0.02376836 0.2061765 0.02985465 0.2094953 0.02423435 0.1916443 0.02376836 0.1892221 0.01396906 0.1733236 0.01855754 0.1916443 0.02376836 0.1733236 0.01855754 0.1796782 0.03184682 0.1916443 0.02376836 0.1926901 0.03255033 0.2061765 0.02985465 0.1891812 0.08591544 0.1772284 0.08652037 0.1848316 0.1068657 0.1891812 0.08591544 0.1956205 0.1056936 0.2058559 0.09738159 0.1891812 0.08591544 0.2000414 0.08059853 0.1844078 0.06960982 0.1891812 0.08591544 0.1844078 0.06960982 0.1772284 0.08652037 0.2087165 0.06585764 0.2000414 0.08059853 0.2149845 0.07478934 0.2087165 0.06585764 0.2149845 0.07478934 0.2203199 0.0498799 0.2087165 0.06585764 0.2136116 0.04908984 0.2032437 0.05867671 0.2087165 0.06585764 0.2032437 0.05867671 0.1951715 0.06700581 0.9726868 0.6853635 0.9660544 0.6902298 0.9749002 0.7128324 0.9726868 0.6853635 0.9809165 0.7062727 0.9868221 0.6952463 0.9726868 0.6853635 0.9790928 0.6780838 0.9661066 0.6683592 0.9726868 0.6853635 0.9661066 0.6683592 0.9591657 0.6713001 0.9850459 0.6659774 0.9790928 0.6780838 0.9925058 0.6752866 0.9850459 0.6659774 0.9925058 0.6752866 0.9960563 0.6549679 0.9850459 0.6659774 0.9888283 0.6534068 0.9824517 0.6523196 0.9850459 0.6659774 0.9786681 0.6587303 0.9727174 0.6644815 0.9887221 0.644735 0.9888283 0.6534068 0.9960563 0.6549679 0.9887221 0.644735 0.995562 0.6428644 0.9847018 0.6373944 0.9887221 0.644735 0.9847018 0.6373944 0.9825614 0.6464635 0.9887221 0.644735 0.9825614 0.6464635 0.9888283 0.6534068 0.9767417 0.6288174 0.9847018 0.6373944 0.9910112 0.6324442 0.9767417 0.6288174 0.9823926 0.6171756 0.9668119 0.6196224 0.9767417 0.6288174 0.9668119 0.6196224 0.9622771 0.6362326 0.9767417 0.6288174 0.9715556 0.6385586 0.9789463 0.6416979 0.77954 0.5451749 0.7898321 0.5544172 0.7999911 0.5371817 0.77954 0.5451749 0.7883072 0.5294149 0.7726555 0.5260068 0.77954 0.5451749 0.766655 0.5396043 0.7711321 0.5584525 0.77954 0.5451749 0.7711321 0.5584525 0.7898321 0.5544172 0.7485843 0.5413768 0.766655 0.5396043 0.7490682 0.5313162 0.7485843 0.5413768 0.7490682 0.5313162 0.7269511 0.5407214 0.7485843 0.5413768 0.731783 0.5473505 0.7359533 0.5532616 0.7485843 0.5413768 0.748192 0.5502273 0.7613583 0.5513567 0.7227063 0.5543833 0.731783 0.5473505 0.7269511 0.5407214 0.7227063 0.5543833 0.7157102 0.549601 0.7106705 0.5615735 0.7227063 0.5543833 0.7189852 0.5642737 0.7289623 0.5586574 0.7227063 0.5543833 0.7289623 0.5586574 0.731783 0.5473505 0.7182506 0.5788202 0.7189852 0.5642737 0.7106705 0.5615735 0.7182506 0.5788202 0.7071568 0.5802571 0.7190094 0.5956946 0.7182506 0.5788202 0.7190094 0.5956946 0.7327159 0.589751 0.7182506 0.5788202 0.7286555 0.5774924 0.7267021 0.5666543 0.7376826 0.5763826 0.7332231 0.5683953 0.7286555 0.5774924 0.7376826 0.5763826 0.7286555 0.5774924 0.7327159 0.589751 0.7376826 0.5763826 0.7446293 0.5851235 0.7441668 0.5739441 0.7376826 0.5763826 0.7441668 0.5739441 0.7386026 0.5691448 0.733738 0.5619149 0.7388003 0.5577371 0.7359533 0.5532616 0.733738 0.5619149 0.7289623 0.5586574 0.7267021 0.5666543 0.733738 0.5619149 0.7332231 0.5683953 0.7390571 0.5649682 0.733738 0.5619149 0.7390571 0.5649682 0.7388003 0.5577371 0.747983 0.5566575 0.7574694 0.5594192 0.7613583 0.5513567 0.747983 0.5566575 0.748192 0.5502273 0.7388003 0.5577371 0.747983 0.5566575 0.7388003 0.5577371 0.7414915 0.5614069 0.747983 0.5566575 0.7476644 0.5622606 0.7574694 0.5594192 0.7634428 0.5667652 0.7676597 0.5764034 0.7792096 0.5685315 0.7634428 0.5667652 0.7711321 0.5584525 0.7574694 0.5594192 0.7634428 0.5667652 0.7574694 0.5594192 0.7538642 0.5639169 0.7634428 0.5667652 0.7556529 0.5701465 0.7558953 0.5809588 0.9672989 0.6444984 0.974299 0.644708 0.9715556 0.6385586 0.9672989 0.6444984 0.9715556 0.6385586 0.9622771 0.6362326 0.9672989 0.6444984 0.9585288 0.6457838 0.9654318 0.648279 0.9672989 0.6444984 0.9654318 0.648279 0.9709886 0.6473189 0.9777592 0.6479079 0.9777781 0.6521803 0.9824517 0.6523196 0.9777592 0.6479079 0.9825614 0.6464635 0.9789463 0.6416979 0.9777592 0.6479079 0.974299 0.644708 0.9731116 0.6494677 0.9777592 0.6479079 0.9731116 0.6494677 0.9777781 0.6521803 0.9744545 0.6556078 0.9690498 0.6579995 0.9727174 0.6644815 0.9744545 0.6556078 0.9786681 0.6587303 0.9777781 0.6521803 0.9744545 0.6556078 0.9777781 0.6521803 0.9742718 0.6519755 0.9744545 0.6556078 0.9711288 0.6540613 0.9690498 0.6579995 0.9628254 0.6591646 0.9561912 0.6597164 0.9661066 0.6683592 0.9628254 0.6591646 0.9661066 0.6683592 0.9727174 0.6644815 0.9628254 0.6591646 0.9690498 0.6579995 0.9676275 0.6555984 0.9628254 0.6591646 0.9631569 0.6546142 0.9562669 0.6522778 0.1993614 0.05499714 0.1921908 0.05979365 0.1951715 0.06700581 0.1993614 0.05499714 0.2032437 0.05867671 0.203602 0.0483272 0.1993614 0.05499714 0.203602 0.0483272 0.2001125 0.04844015 0.1993614 0.05499714 0.1959995 0.05254542 0.1921908 0.05979365 0.1829662 0.06024956 0.1727147 0.05853515 0.1844078 0.06960982 0.1829662 0.06024956 0.1844078 0.06960982 0.1921908 0.05979365 0.1829662 0.06024956 0.1921908 0.05979365 0.1910867 0.05589812 0.1829662 0.06024956 0.1853587 0.05450534 0.1759307 0.0506125 0.1909835 0.03929758 0.2000387 0.03862267 0.1926901 0.03255033 0.1909835 0.03929758 0.1926901 0.03255033 0.1796782 0.03184682 0.1909835 0.03929758 0.1793995 0.04212409 0.189718 0.04460018 0.1909835 0.03929758 0.189718 0.04460018 0.196668 0.04234015 0.2040362 0.04225075 0.203602 0.0483272 0.207755 0.04850411 0.2040362 0.04225075 0.2078361 0.04036945 0.2029827 0.03485685 0.2040362 0.04225075 0.2000387 0.03862267 0.196668 0.04234015 0.2040362 0.04225075 0.1995232 0.04469168 0.203602 0.0483272 0.9475538 0.5172094 0.9517927 0.5221234 0.9510282 0.5115141 0.9475538 0.5172094 0.9510282 0.5115141 0.9413772 0.5159266 0.9475538 0.5172094 0.9413772 0.5159266 0.9404556 0.5200436 0.9475538 0.5172094 0.9448137 0.5219866 0.9487848 0.5249978 0.6700143 0.07276457 0.675229 0.06866818 0.6657515 0.06994819 0.6700143 0.07276457 0.6657515 0.06994819 0.6633941 0.07812005 0.6700143 0.07276457 0.6687058 0.07850122 0.6726112 0.07859873 0.6700143 0.07276457 0.6744652 0.07484924 0.6777432 0.07135444 0.7177479 0.09186857 0.7206957 0.1065804 0.7297161 0.1065874 0.7177479 0.09186857 0.7241798 0.09014827 0.7132427 0.07944095 0.7177479 0.09186857 0.7132427 0.07944095 0.7088243 0.08218795 0.7177479 0.09186857 0.7093511 0.09112614 0.7206957 0.1065804 0.7937187 0.4795886 0.7970643 0.4746212 0.7889749 0.4784623 0.7937187 0.4795886 0.7889749 0.4784623 0.7934846 0.4848708 0.7937187 0.4795886 0.7934846 0.4848708 0.7968148 0.4841396 0.7937187 0.4795886 0.7979013 0.4803093 0.7997837 0.4763395 0.8391214 0.4782339 0.8480343 0.4899606 0.8571742 0.4811433 0.8391214 0.4782339 0.8447111 0.4706004 0.8302365 0.4694213 0.8391214 0.4782339 0.8302365 0.4694213 0.8276882 0.4748238 0.8391214 0.4782339 0.8314133 0.4830673 0.8395606 0.4990971 0.7469432 0.5686298 0.7556529 0.5701465 0.7538642 0.5639169 0.7469432 0.5686298 0.7476644 0.5622606 0.7414915 0.5614069 0.7469432 0.5686298 0.7390571 0.5649682 0.7386026 0.5691448 0.7469432 0.5686298 0.7441668 0.5739441 0.7558953 0.5809588 0.9674149 0.6515425 0.9631569 0.6546142 0.9676275 0.6555984 0.9674149 0.6515425 0.9711288 0.6540613 0.9731116 0.6494677 0.9674149 0.6515425 0.9731116 0.6494677 0.9709886 0.6473189 0.9674149 0.6515425 0.9654318 0.648279 0.9562669 0.6522778 0.1920875 0.04904794 0.1995232 0.04469168 0.189718 0.04460018 0.1920875 0.04904794 0.189718 0.04460018 0.1759307 0.0506125 0.1920875 0.04904794 0.1853587 0.05450534 0.1959995 0.05254542 0.1920875 0.04904794 0.1959995 0.05254542 0.2001125 0.04844015 0.8237624 0.4527207 0.8222713 0.460803 0.8328695 0.4628796 0.8237624 0.4527207 0.8353845 0.4547923 0.8255674 0.4434143 0.8237624 0.4527207 0.8255674 0.4434143 0.8131507 0.4453085 0.8237624 0.4527207 0.8124809 0.454631 0.8222713 0.460803 0.7997013 0.4593405 0.8018862 0.466012 0.8121866 0.462478 0.7997013 0.4593405 0.8124809 0.454631 0.7974562 0.4514904 0.7997013 0.4593405 0.7974562 0.4514904 0.7831143 0.461494 0.7997013 0.4593405 0.7885962 0.4667584 0.8018862 0.466012 0.7829199 0.4959487 0.7907686 0.4925941 0.7881719 0.4859887 0.7829199 0.4959487 0.7805671 0.4872542 0.7737289 0.4997387 0.7829199 0.4959487 0.7737289 0.4997387 0.7822104 0.5107659 0.7829199 0.4959487 0.791028 0.5050173 0.7907686 0.4925941 0.8065223 0.5166004 0.8129621 0.50926 0.7984651 0.499833 0.8065223 0.5166004 0.791028 0.5050173 0.798976 0.5241512 0.8065223 0.5166004 0.798976 0.5241512 0.8257096 0.5294408 0.8065223 0.5166004 0.8257096 0.5294408 0.8308592 0.5197811 0.7959325 0.4901104 0.7995737 0.4867491 0.7934846 0.4848708 0.7959325 0.4901104 0.7934846 0.4848708 0.7881719 0.4859887 0.7959325 0.4901104 0.7907686 0.4925941 0.803141 0.495777 0.7959325 0.4901104 0.803141 0.495777 0.7995737 0.4867491 0.8171886 0.5023403 0.8195973 0.4942103 0.8064922 0.4904719 0.8171886 0.5023403 0.803141 0.495777 0.8129621 0.50926 0.8171886 0.5023403 0.8129621 0.50926 0.8346559 0.5093519 0.8171886 0.5023403 0.8346559 0.5093519 0.8195973 0.4942103 0.8214077 0.466437 0.8209268 0.4728425 0.8302365 0.4694213 0.8214077 0.466437 0.8302365 0.4694213 0.8222713 0.460803 0.8214077 0.466437 0.8222713 0.460803 0.8121866 0.462478 0.8214077 0.466437 0.8126431 0.4673741 0.8209268 0.4728425 0.8039505 0.4703259 0.8046785 0.4745025 0.8123871 0.4726259 0.8039505 0.4703259 0.8126431 0.4673741 0.8018862 0.466012 0.8039505 0.4703259 0.8018862 0.466012 0.7934541 0.4713563 0.8039505 0.4703259 0.7970643 0.4746212 0.8046785 0.4745025 0.8205833 0.4832389 0.8195973 0.4942103 0.8395606 0.4990971 0.8205833 0.4832389 0.8314133 0.4830673 0.8276882 0.4748238 0.8205833 0.4832389 0.8209268 0.4728425 0.8123871 0.4726259 0.8205833 0.4832389 0.8099556 0.48154 0.8195973 0.4942103 0.8028543 0.4807616 0.7995737 0.4867491 0.8064922 0.4904719 0.8028543 0.4807616 0.8099556 0.48154 0.8046785 0.4745025 0.8028543 0.4807616 0.8046785 0.4745025 0.7997837 0.4763395 0.8028543 0.4807616 0.7979013 0.4803093 0.7968148 0.4841396 0.7109784 0.06201165 0.7080755 0.06765705 0.7214338 0.07224494 0.7109784 0.06201165 0.7214338 0.07224494 0.7254347 0.06772089 0.7109784 0.06201165 0.7141067 0.05550587 0.698042 0.05635541 0.7109784 0.06201165 0.698042 0.05635541 0.6967766 0.06319117 0.6831974 0.0545547 0.6840163 0.06189781 0.6967766 0.06319117 0.6831974 0.0545547 0.698042 0.05635541 0.699461 0.0483036 0.6831974 0.0545547 0.6823405 0.04598325 0.6695843 0.05740296 0.6831974 0.0545547 0.6695843 0.05740296 0.6840163 0.06189781 0.659833 0.08870244 0.665869 0.08712047 0.6633941 0.07812005 0.659833 0.08870244 0.6566868 0.07695198 0.6532918 0.09016817 0.659833 0.08870244 0.6532918 0.09016817 0.6644769 0.10418 0.659833 0.08870244 0.6692661 0.100869 0.6738237 0.09740144 0.6844712 0.1133758 0.6879056 0.109415 0.6692661 0.100869 0.6844712 0.1133758 0.6692661 0.100869 0.6644769 0.10418 0.6844712 0.1133758 0.6809231 0.1165526 0.6999999 0.1281057 0.6844712 0.1133758 0.7025622 0.1260526 0.7050511 0.1222947 0.6708946 0.0853061 0.6755409 0.08224147 0.6687058 0.07850122 0.6708946 0.0853061 0.6687058 0.07850122 0.6633941 0.07812005 0.6708946 0.0853061 0.665869 0.08712047 0.677918 0.09362059 0.6708946 0.0853061 0.677918 0.09362059 0.682469 0.08830481 0.6911128 0.1038862 0.6945815 0.09628564 0.682469 0.08830481 0.6911128 0.1038862 0.677918 0.09362059 0.6738237 0.09740144 0.6911128 0.1038862 0.6879056 0.109415 0.7073932 0.1151273 0.6911128 0.1038862 0.7073932 0.1151273 0.7118532 0.1085544 0.7056229 0.0715816 0.7028037 0.07674562 0.7088243 0.08218795 0.7056229 0.0715816 0.7132427 0.07944095 0.7173855 0.07630592 0.7056229 0.0715816 0.7080755 0.06765705 0.6967766 0.06319117 0.7056229 0.0715816 0.6958183 0.06759464 0.7028037 0.07674562 0.6847587 0.0667842 0.6840308 0.0711444 0.6935605 0.07234776 0.6847587 0.0667842 0.6958183 0.06759464 0.6840163 0.06189781 0.6847587 0.0667842 0.6840163 0.06189781 0.6727045 0.06405681 0.6847587 0.0667842 0.675229 0.06866818 0.6840308 0.0711444 0.6988009 0.08610957 0.6945815 0.09628564 0.7118532 0.1085544 0.6988009 0.08610957 0.7093511 0.09112614 0.7088243 0.08218795 0.6988009 0.08610957 0.7028037 0.07674562 0.6935605 0.07234776 0.6988009 0.08610957 0.6883971 0.08023256 0.6945815 0.09628564 0.680439 0.07690888 0.6755409 0.08224147 0.682469 0.08830481 0.680439 0.07690888 0.6883971 0.08023256 0.6840308 0.0711444 0.680439 0.07690888 0.6840308 0.0711444 0.6777432 0.07135444 0.680439 0.07690888 0.6744652 0.07484924 0.6726112 0.07859873 0.2746197 0.07142585 0.2642906 0.07856982 0.2816947 0.07664704 0.2746197 0.07142585 0.2816947 0.07664704 0.2827265 0.06394481 0.2746197 0.07142585 0.2827265 0.06394481 0.2781417 0.06122732 0.2746197 0.07142585 0.270142 0.06425356 0.25541 0.0696752 0.2896832 0.08113998 0.2811769 0.09294283 0.2895181 0.09847944 0.2896832 0.08113998 0.2981285 0.08526873 0.3049479 0.07200801 0.2896832 0.08113998 0.2962346 0.069377 0.2885009 0.06670343 0.2896832 0.08113998 0.2816947 0.07664704 0.2727848 0.08658123 0.2775927 0.02759855 0.2722598 0.02685099 0.2718502 0.02982658 0.2775927 0.02759855 0.2759469 0.031089 0.2796773 0.03374785 0.2775927 0.02759855 0.2815849 0.0316714 0.2795858 0.02361059 0.2775927 0.02759855 0.2795858 0.02361059 0.2722598 0.02685099 0.2825798 0.01706558 0.2795858 0.02361059 0.2854844 0.02873146 0.2825798 0.01706558 0.2916015 0.02435088 0.2860744 0.009241998 0.2825798 0.01706558 0.2860744 0.009241998 0.2707285 0.004446864 0.2825798 0.01706558 0.2714473 0.01425361 0.2795858 0.02361059 0.9519146 0.5823495 0.96163 0.5905289 0.97463 0.5756928 0.9519146 0.5823495 0.9640772 0.5696708 0.955001 0.5641224 0.9519146 0.5823495 0.9432819 0.574347 0.9286165 0.5839436 0.9519146 0.5823495 0.9370763 0.5944913 0.96163 0.5905289 0.9368149 0.566698 0.9432819 0.574347 0.9488781 0.5595217 0.9368149 0.566698 0.9488781 0.5595217 0.943799 0.5557525 0.9368149 0.566698 0.9336697 0.557996 0.9142354 0.5623642 0.9368149 0.566698 0.9216048 0.5730065 0.9432819 0.574347 0.2739948 0.03614133 0.2808593 0.03879129 0.2796773 0.03374785 0.2739948 0.03614133 0.2759469 0.031089 0.2718502 0.02982658 0.2739948 0.03614133 0.2675886 0.03254526 0.2620254 0.03971552 0.2739948 0.03614133 0.2719298 0.04349952 0.2808593 0.03879129 0.2699455 0.05390751 0.2806889 0.0548439 0.2818928 0.04650062 0.2699455 0.05390751 0.2719298 0.04349952 0.2586376 0.05186051 0.2699455 0.05390751 0.2586376 0.05186051 0.25541 0.0696752 0.2699455 0.05390751 0.270142 0.06425356 0.2806889 0.0548439 0.2649417 0.02976185 0.2675886 0.03254526 0.2722598 0.02685099 0.2649417 0.02976185 0.2722598 0.02685099 0.2720099 0.02230638 0.2649417 0.02976185 0.2633541 0.02551704 0.257362 0.03658711 0.2649417 0.02976185 0.257362 0.03658711 0.2675886 0.03254526 0.2512446 0.04758286 0.2586376 0.05186051 0.2620254 0.03971552 0.2512446 0.04758286 0.257362 0.03658711 0.2453617 0.04132479 0.2512446 0.04758286 0.2453617 0.04132479 0.2365648 0.05166441 0.2512446 0.04758286 0.2458581 0.06066387 0.2586376 0.05186051 0.2863888 0.05578964 0.2806889 0.0548439 0.2827265 0.06394481 0.2863888 0.05578964 0.2827265 0.06394481 0.2885009 0.06670343 0.2863888 0.05578964 0.2910996 0.05674088 0.2867318 0.04728025 0.2863888 0.05578964 0.2867318 0.04728025 0.2806889 0.0548439 0.2848809 0.0387364 0.2808593 0.03879129 0.2818928 0.04650062 0.2848809 0.0387364 0.2867318 0.04728025 0.2891083 0.03697061 0.2848809 0.0387364 0.2891083 0.03697061 0.2854844 0.02873146 0.2848809 0.0387364 0.2815849 0.0316714 0.2808593 0.03879129 0.298876 0.05769371 0.2910996 0.05674088 0.2962346 0.069377 0.298876 0.05769371 0.2962346 0.069377 0.3049479 0.07200801 0.298876 0.05769371 0.3081852 0.05864733 0.308287 0.04519176 0.298876 0.05769371 0.2986478 0.04607045 0.2908493 0.04681229 0.2965903 0.03448766 0.2891083 0.03697061 0.2908493 0.04681229 0.2965903 0.03448766 0.2986478 0.04607045 0.3056996 0.03164625 0.2965903 0.03448766 0.3056996 0.03164625 0.2988274 0.01924997 0.2965903 0.03448766 0.2916015 0.02435088 0.2891083 0.03697061 0.2601259 0.01753681 0.2633541 0.02551704 0.2714473 0.01425361 0.2601259 0.01753681 0.2714473 0.01425361 0.2707285 0.004446864 0.2601259 0.01753681 0.2560773 0.007688939 0.2490327 0.02465212 0.2601259 0.01753681 0.2490327 0.02465212 0.2542582 0.03220301 0.2385848 0.0333364 0.2453617 0.04132479 0.2490327 0.02465212 0.2385848 0.0333364 0.2490327 0.02465212 0.2427462 0.01551777 0.2385848 0.0333364 0.2313607 0.02448284 0.2284594 0.04280519 0.2385848 0.0333364 0.2284594 0.04280519 0.2453617 0.04132479 0.9269981 0.4999775 0.9306851 0.5114507 0.9418563 0.4977218 0.9269981 0.4999775 0.9418563 0.4977218 0.9420666 0.4841281 0.9269981 0.4999775 0.9223885 0.48622 0.9122853 0.5075163 0.9269981 0.4999775 0.9122853 0.5075163 0.9188226 0.5183393 0.8983022 0.5182651 0.9066771 0.5294187 0.9122853 0.5075163 0.8983022 0.5182651 0.9122853 0.5075163 0.9044087 0.4947745 0.8983022 0.5182651 0.8891614 0.5056602 0.8846837 0.5306192 0.8983022 0.5182651 0.8846837 0.5306192 0.9066771 0.5294187 0.9708885 0.5559179 0.9608274 0.5526419 0.9640772 0.5696708 0.9708885 0.5559179 0.9640772 0.5696708 0.97463 0.5756928 0.9708885 0.5559179 0.9828903 0.5598157 0.9865958 0.542894 0.9708885 0.5559179 0.9734217 0.5414468 0.9608274 0.5526419 0.9727496 0.5266136 0.9616789 0.528452 0.9624803 0.5405401 0.9727496 0.5266136 0.9734217 0.5414468 0.9859319 0.5249243 0.9727496 0.5266136 0.9859319 0.5249243 0.9786269 0.507604 0.9727496 0.5266136 0.9674938 0.5131585 0.9616789 0.528452 0.9546472 0.5506097 0.9476161 0.5489608 0.9488781 0.5595217 0.9546472 0.5506097 0.9488781 0.5595217 0.955001 0.5641224 0.9546472 0.5506097 0.9608274 0.5526419 0.9560043 0.5407146 0.9546472 0.5506097 0.9560043 0.5407146 0.9476161 0.5489608 0.9548312 0.5305888 0.9491977 0.5310657 0.9495015 0.5398713 0.9548312 0.5305888 0.9560043 0.5407146 0.9616789 0.528452 0.9548312 0.5305888 0.9616789 0.528452 0.958002 0.518177 0.9548312 0.5305888 0.9517927 0.5221234 0.9491977 0.5310657 0.9325264 0.5183548 0.9352965 0.523057 0.9404556 0.5200436 0.9325264 0.5183548 0.9413772 0.5159266 0.9416313 0.5090699 0.9325264 0.5183548 0.9306851 0.5114507 0.9226809 0.5253252 0.9325264 0.5183548 0.9226809 0.5253252 0.9352965 0.523057 0.9135202 0.5376696 0.9219294 0.5433606 0.92789 0.5305054 0.9135202 0.5376696 0.9226809 0.5253252 0.9066771 0.5294187 0.9135202 0.5376696 0.9066771 0.5294187 0.8943901 0.5425935 0.9135202 0.5376696 0.9047022 0.5527009 0.9219294 0.5433606 0.9417699 0.5279245 0.9491977 0.5310657 0.9487848 0.5249978 0.9417699 0.5279245 0.9448137 0.5219866 0.9352965 0.523057 0.9417699 0.5279245 0.9352965 0.523057 0.92789 0.5305054 0.9417699 0.5279245 0.9384801 0.5359111 0.9491977 0.5310657 0.9350025 0.5468344 0.9476161 0.5489608 0.9495015 0.5398713 0.9350025 0.5468344 0.9384801 0.5359111 0.9219294 0.5433606 0.9350025 0.5468344 0.9219294 0.5433606 0.9142354 0.5623642 0.9350025 0.5468344 0.9336697 0.557996 0.9476161 0.5489608 0.6644486 0.949227 0.6607856 0.9604392 0.67027 0.9621567 0.6644486 0.949227 0.6759142 0.9490711 0.6654291 0.9387833 0.6644486 0.949227 0.6654291 0.9387833 0.653389 0.9415058 0.6644486 0.949227 0.6537515 0.9500721 0.6607856 0.9604392 0.6304333 0.9845243 0.6199855 0.9799435 0.6284847 0.993012 0.6304333 0.9845243 0.6284847 0.993012 0.6428092 0.9909505 0.6304333 0.9845243 0.6405715 0.9827809 0.6320003 0.9767515 0.6304333 0.9845243 0.6320003 0.9767515 0.6199855 0.9799435 0.6517577 0.9731882 0.6405715 0.9827809 0.6428092 0.9909505 0.6517577 0.9731882 0.6579863 0.9783909 0.6607856 0.9604392 0.6517577 0.9731882 0.6607856 0.9604392 0.6520128 0.9589194 0.6517577 0.9731882 0.6460722 0.9683288 0.6385333 0.9752796 0.6078704 0.9705638 0.5949217 0.9587846 0.5986186 0.9769131 0.6078704 0.9705638 0.5986186 0.9769131 0.6140692 0.9873936 0.6078704 0.9705638 0.6199855 0.9799435 0.6166704 0.9652326 0.6078704 0.9705638 0.6166704 0.9652326 0.6073706 0.9549814 0.8868837 0.4884527 0.8851409 0.4786654 0.8718591 0.4826534 0.8868837 0.4884527 0.8724259 0.494473 0.8775736 0.5026262 0.8868837 0.4884527 0.8918238 0.4962095 0.8987751 0.4834356 0.8868837 0.4884527 0.8987751 0.4834356 0.8851409 0.4786654 0.922462 0.4582547 0.9321395 0.468474 0.9290241 0.4518001 0.922462 0.4582547 0.9290241 0.4518001 0.9133109 0.4507032 0.922462 0.4582547 0.9133109 0.4507032 0.9113938 0.4572494 0.922462 0.4582547 0.9169516 0.463972 0.9226897 0.4730951 0.9052125 0.4484871 0.9133109 0.4507032 0.9156647 0.4432159 0.9052125 0.4484871 0.9041789 0.4404858 0.8929731 0.4463381 0.9052125 0.4484871 0.8975715 0.4527955 0.9061967 0.4553278 0.9052125 0.4484871 0.9061967 0.4553278 0.9133109 0.4507032 0.8897922 0.4648173 0.8975715 0.4527955 0.8929731 0.4463381 0.8897922 0.4648173 0.880454 0.4635012 0.8851409 0.4786654 0.8897922 0.4648173 0.8851409 0.4786654 0.8962429 0.4758001 0.8897922 0.4648173 0.8977113 0.4662756 0.8975715 0.4527955 0.2397207 0.09643614 0.2457466 0.1087964 0.2610175 0.09889978 0.2397207 0.09643614 0.2559735 0.0842157 0.2467583 0.07399994 0.2397207 0.09643614 0.2305871 0.0865584 0.2263402 0.1066401 0.2397207 0.09643614 0.2263402 0.1066401 0.2457466 0.1087964 0.2074477 0.1479817 0.1905147 0.1395411 0.2013744 0.1583252 0.2074477 0.1479817 0.2013744 0.1583252 0.2223609 0.1626562 0.2074477 0.1479817 0.2223824 0.1530005 0.2122657 0.1389476 0.2074477 0.1479817 0.2122657 0.1389476 0.2008948 0.1302152 0.2333207 0.1511758 0.2223824 0.1530005 0.2377133 0.1587036 0.2333207 0.1511758 0.2377133 0.1587036 0.2408498 0.1422891 0.2333207 0.1511758 0.2408498 0.1422891 0.2337587 0.1391278 0.2333207 0.1511758 0.2294445 0.1446908 0.2223824 0.1530005 0.2455574 0.1261216 0.2408498 0.1422891 0.2489824 0.1456105 0.2455574 0.1261216 0.2577188 0.1225203 0.2457466 0.1087964 0.2455574 0.1261216 0.2457466 0.1087964 0.2328161 0.1163298 0.2455574 0.1261216 0.2350857 0.1284165 0.2408498 0.1422891 0.9714295 0.8024286 0.9801614 0.8075954 0.9838592 0.7995187 0.9714295 0.8024286 0.9745175 0.7935525 0.9640606 0.7908542 0.9714295 0.8024286 0.9613124 0.7994561 0.9685088 0.811113 0.9714295 0.8024286 0.9685088 0.811113 0.9801614 0.8075954 0.9765432 0.8495247 0.9662724 0.8564915 0.979687 0.8553478 0.9765432 0.8495247 0.979687 0.8553478 0.9897962 0.8465012 0.9765432 0.8495247 0.9847319 0.8425925 0.9735143 0.8437352 0.9765432 0.8495247 0.9735143 0.8437352 0.9650892 0.8484254 0.9887565 0.8357293 0.9847319 0.8425925 0.9946863 0.8372476 0.9887565 0.8357293 0.9946863 0.8372476 0.9890694 0.8276703 0.9887565 0.8357293 0.9890694 0.8276703 0.9837664 0.8290114 0.9887565 0.8357293 0.9835231 0.8344727 0.9802291 0.8390745 0.9861229 0.8171508 0.9890694 0.8276703 0.9948976 0.8262123 0.9861229 0.8171508 0.9909705 0.8120207 0.9801614 0.8075954 0.9861229 0.8171508 0.9801614 0.8075954 0.976235 0.8150427 0.9861229 0.8171508 0.981329 0.8217718 0.9890694 0.8276703 0.1192685 0.4030271 0.1138636 0.4133437 0.1253185 0.4173066 0.1192685 0.4030271 0.1308096 0.40385 0.1213718 0.3900303 0.1192685 0.4030271 0.114205 0.3926659 0.1095147 0.4024853 0.1192685 0.4030271 0.1095147 0.4024853 0.1138636 0.4133437 0.09809064 0.3889269 0.114205 0.3926659 0.09846776 0.3844553 0.09809064 0.3889269 0.09846776 0.3844553 0.07680588 0.3882145 0.09809064 0.3889269 0.08209669 0.3921934 0.09758478 0.393047 0.09809064 0.3889269 0.09758478 0.393047 0.1077882 0.3952968 0.07739442 0.4028486 0.08209669 0.3921934 0.07109457 0.4023974 0.07739442 0.4028486 0.07109457 0.4023974 0.08316069 0.4135484 0.07739442 0.4028486 0.08316069 0.4135484 0.08603072 0.4103342 0.07739442 0.4028486 0.08307975 0.403072 0.08673751 0.3956632 0.09857237 0.4169488 0.08316069 0.4135484 0.08031207 0.4169435 0.09857237 0.4169488 0.1034364 0.4217922 0.1138636 0.4133437 0.09857237 0.4169488 0.1138636 0.4133437 0.1046324 0.4098206 0.09857237 0.4169488 0.09500968 0.4125103 0.08316069 0.4135484 0.3522548 0.08525943 0.3478351 0.0963279 0.362255 0.09162724 0.3522548 0.08525943 0.362255 0.09162724 0.3665003 0.07706785 0.3522548 0.08525943 0.3559966 0.07416498 0.3428646 0.07890069 0.3522548 0.08525943 0.3428646 0.07890069 0.3377014 0.08635956 0.3514676 0.04224538 0.3575081 0.05223906 0.368782 0.04889112 0.3514676 0.04224538 0.3618794 0.03604477 0.3409 0.03354525 0.3514676 0.04224538 0.3409 0.03354525 0.3430538 0.04805928 0.3514676 0.04224538 0.3430538 0.04805928 0.3575081 0.05223906 0.3264442 0.02664655 0.3409 0.03354525 0.3488424 0.02461522 0.3264442 0.02664655 0.3297225 0.01506298 0.3100445 0.02064847 0.3264442 0.02664655 0.3100445 0.02064847 0.3121562 0.03523415 0.3264442 0.02664655 0.3239356 0.03819584 0.3409 0.03354525 0.9155098 0.3662318 0.9235183 0.3566088 0.9134063 0.3433362 0.9155098 0.3662318 0.9025097 0.3590533 0.9137414 0.3793031 0.9155098 0.3662318 0.9137414 0.3793031 0.9254058 0.3798283 0.9155098 0.3662318 0.9259169 0.3719508 0.9235183 0.3566088 0.9640752 0.4360897 0.9471179 0.4289556 0.9372426 0.4406493 0.9640752 0.4360897 0.9549679 0.450539 0.9835196 0.4415701 0.9640752 0.4360897 0.9835196 0.4415701 0.989251 0.4257596 0.9640752 0.4360897 0.9707115 0.4233328 0.9548608 0.4190575 0.1553521 0.1563039 0.1469826 0.1566463 0.1570485 0.1637682 0.1553521 0.1563039 0.1570485 0.1637682 0.1628795 0.1525951 0.1553521 0.1563039 0.1628795 0.1525951 0.1579294 0.148049 0.1553521 0.1563039 0.1538801 0.1502698 0.1491427 0.1496641 0.1689962 0.1078707 0.172644 0.1198018 0.1802529 0.1058039 0.1689962 0.1078707 0.1802529 0.1058039 0.1635553 0.09497499 0.1689962 0.1078707 0.1635553 0.09497499 0.1531392 0.1009805 0.1689962 0.1078707 0.1593634 0.1106364 0.1637067 0.1199605 0.9067227 0.2765614 0.914381 0.2784224 0.9170635 0.2720524 0.9067227 0.2765614 0.9063082 0.2704083 0.8992845 0.2794706 0.9067227 0.2765614 0.8992845 0.2794706 0.9024525 0.2839202 0.9067227 0.2765614 0.9071913 0.281709 0.914381 0.2784224 0.8915835 0.3296449 0.8968346 0.3380393 0.8990949 0.3262315 0.8915835 0.3296449 0.8990949 0.3262315 0.8955825 0.3188705 0.8915835 0.3296449 0.8879312 0.320359 0.88304 0.3328444 0.8915835 0.3296449 0.88304 0.3328444 0.8968346 0.3380393 0.9045426 0.3223904 0.8990949 0.3262315 0.9041339 0.3326247 0.9045426 0.3223904 0.9089305 0.3258073 0.9079904 0.3168815 0.9045426 0.3223904 0.9079904 0.3168815 0.9050014 0.3147652 0.9045426 0.3223904 0.9014528 0.3174352 0.8990949 0.3262315 0.9077677 0.2848452 0.9071913 0.281709 0.90499 0.2866756 0.9077677 0.2848452 0.90499 0.2866756 0.9065814 0.2888983 0.9077677 0.2848452 0.9084465 0.2878955 0.9108472 0.2865325 0.9077677 0.2848452 0.9108472 0.2865325 0.9121564 0.283635 0.1529784 0.1147997 0.1593634 0.1106364 0.1531392 0.1009805 0.1529784 0.1147997 0.1472281 0.1089397 0.1495186 0.1205402 0.1529784 0.1147997 0.1495186 0.1205402 0.1533032 0.1232364 0.1529784 0.1147997 0.1571357 0.1211268 0.1593634 0.1106364 0.152857 0.147096 0.1538801 0.1502698 0.1549871 0.1455067 0.152857 0.147096 0.1549871 0.1455067 0.1534757 0.1438298 0.152857 0.147096 0.1518889 0.1446708 0.1500495 0.1462035 0.152857 0.147096 0.1500495 0.1462035 0.1491427 0.1496641 0.9724058 0.4139604 0.9707115 0.4233328 0.9887056 0.4127957 0.9724058 0.4139604 0.9887056 0.4127957 0.9690824 0.405731 0.9724058 0.4139604 0.9690824 0.405731 0.9598392 0.4075663 0.9724058 0.4139604 0.958339 0.4127505 0.9707115 0.4233328 0.9311378 0.374751 0.9259169 0.3719508 0.9254058 0.3798283 0.9311378 0.374751 0.9314091 0.3801974 0.9351006 0.3770608 0.9311378 0.374751 0.9351006 0.3770608 0.9378967 0.3745881 0.9311378 0.374751 0.9352817 0.3720926 0.9259169 0.3719508 0.3229663 0.04967653 0.3239356 0.03819584 0.3121562 0.03523415 0.3229663 0.04967653 0.3135246 0.05059283 0.3250439 0.05847841 0.3229663 0.04967653 0.3250439 0.05847841 0.3306733 0.05556017 0.3229663 0.04967653 0.3316046 0.05007421 0.3239356 0.03819584 0.3386361 0.05309987 0.3430538 0.04805928 0.3346049 0.04214251 0.3386361 0.05309987 0.3316046 0.05007421 0.335686 0.05764955 0.3386361 0.05309987 0.335686 0.05764955 0.3397297 0.05936628 0.3386361 0.05309987 0.3430724 0.05776995 0.3482623 0.05529576 0.09404975 0.4088814 0.09500968 0.4125103 0.1046324 0.4098206 0.09404975 0.4088814 0.09984898 0.4071767 0.09449809 0.4056974 0.09404975 0.4088814 0.09449809 0.4056974 0.09138584 0.4053994 0.09404975 0.4088814 0.08894348 0.4074817 0.09500968 0.4125103 0.08753609 0.4028398 0.08307975 0.403072 0.08894348 0.4074817 0.08753609 0.4028398 0.08894348 0.4074817 0.09136307 0.4025482 0.08753609 0.4028398 0.09136307 0.4025482 0.09007847 0.3981143 0.08753609 0.4028398 0.09007847 0.3981143 0.08673751 0.3956632 0.09682142 0.3964641 0.09758478 0.393047 0.09007847 0.3981143 0.09682142 0.3964641 0.09007847 0.3981143 0.09223204 0.3998744 0.09682142 0.3964641 0.09596008 0.3995292 0.1028714 0.3979182 0.09682142 0.3964641 0.1028714 0.3979182 0.1077882 0.3952968 0.1033351 0.4025057 0.1095147 0.4024853 0.1028714 0.3979182 0.1033351 0.4025057 0.1028714 0.3979182 0.09959888 0.3998823 0.1033351 0.4025057 0.0990951 0.4026784 0.09791374 0.4053589 0.1033351 0.4025057 0.09984898 0.4071767 0.1095147 0.4024853 0.9766426 0.8253744 0.981329 0.8217718 0.976235 0.8150427 0.9766426 0.8253744 0.9718514 0.8212311 0.9726709 0.8281764 0.9766426 0.8253744 0.9726709 0.8281764 0.9761303 0.8304829 0.9766426 0.8253744 0.9795138 0.8301188 0.981329 0.8217718 0.9796823 0.83374 0.9835231 0.8344727 0.9795138 0.8301188 0.9796823 0.83374 0.9795138 0.8301188 0.9756947 0.8326686 0.9796823 0.83374 0.9756947 0.8326686 0.9768493 0.8363379 0.9796823 0.83374 0.9768493 0.8363379 0.9802291 0.8390745 0.9707155 0.8380128 0.9735143 0.8437352 0.9768493 0.8363379 0.9707155 0.8380128 0.9768493 0.8363379 0.9740619 0.8341038 0.9707155 0.8380128 0.9691999 0.833264 0.9629313 0.8392259 0.9707155 0.8380128 0.9629313 0.8392259 0.9650892 0.8484254 0.9659227 0.8194136 0.9685088 0.811113 0.9594252 0.818759 0.9659227 0.8194136 0.9594252 0.818759 0.9607322 0.8292261 0.9659227 0.8194136 0.9657377 0.8262135 0.9698281 0.8252556 0.9659227 0.8194136 0.9718514 0.8212311 0.9685088 0.811113 0.2279937 0.1280986 0.2350857 0.1284165 0.2328161 0.1163298 0.2279937 0.1280986 0.2245665 0.1191367 0.2230713 0.1269994 0.2279937 0.1280986 0.2230713 0.1269994 0.2253159 0.133213 0.2279937 0.1280986 0.2287507 0.1362869 0.2350857 0.1284165 0.2266014 0.1402915 0.2294445 0.1446908 0.2337587 0.1391278 0.2266014 0.1402915 0.2287507 0.1362869 0.2235648 0.135278 0.2266014 0.1402915 0.2235648 0.135278 0.2217931 0.1393081 0.2266014 0.1402915 0.2217931 0.1393081 0.2222459 0.1447495 0.2145733 0.1325323 0.2122657 0.1389476 0.2217931 0.1393081 0.2145733 0.1325323 0.2217931 0.1393081 0.2206757 0.1347674 0.2145733 0.1325323 0.2162331 0.1285839 0.2061476 0.1228603 0.2145733 0.1325323 0.2061476 0.1228603 0.2008948 0.1302152 0.218705 0.1128112 0.2263402 0.1066401 0.2116264 0.1078038 0.218705 0.1128112 0.2116264 0.1078038 0.2164245 0.1184232 0.218705 0.1128112 0.2164245 0.1184232 0.2211602 0.121153 0.218705 0.1128112 0.2245665 0.1191367 0.2263402 0.1066401 0.902792 0.4680182 0.8977113 0.4662756 0.8962429 0.4758001 0.902792 0.4680182 0.9029851 0.4751803 0.90613 0.469659 0.902792 0.4680182 0.90613 0.469659 0.9061101 0.4649654 0.902792 0.4680182 0.9043566 0.461915 0.8977113 0.4662756 0.907082 0.459847 0.9061967 0.4553278 0.901567 0.4583041 0.907082 0.459847 0.9043566 0.461915 0.9079347 0.4642674 0.907082 0.459847 0.9079347 0.4642674 0.9103505 0.4619137 0.907082 0.459847 0.9103505 0.4619137 0.9113938 0.4572494 0.9135446 0.4682148 0.9169516 0.463972 0.9103505 0.4619137 0.9135446 0.4682148 0.9103505 0.4619137 0.9098264 0.4653687 0.9135446 0.4682148 0.9111862 0.4706167 0.9167016 0.476633 0.9135446 0.4682148 0.9167016 0.476633 0.9226897 0.4730951 0.9055334 0.480425 0.8987751 0.4834356 0.9092592 0.484711 0.9055334 0.480425 0.9092592 0.484711 0.9084513 0.477018 0.9055334 0.480425 0.9084513 0.477018 0.9059022 0.4742416 0.9055334 0.480425 0.9029851 0.4751803 0.8987751 0.4834356 0.6245666 0.9619378 0.6166704 0.9652326 0.628822 0.9680212 0.6245666 0.9619378 0.628822 0.9680212 0.6311641 0.9645515 0.6245666 0.9619378 0.6308255 0.9603134 0.632344 0.9525308 0.6245666 0.9619378 0.6201748 0.9540064 0.6166704 0.9652326 0.6414725 0.9641561 0.6460722 0.9683288 0.6520128 0.9589194 0.6414725 0.9641561 0.6446636 0.9577949 0.6400668 0.9580269 0.6414725 0.9641561 0.6377544 0.961201 0.6359529 0.9651857 0.6414725 0.9641561 0.6368942 0.9691153 0.6460722 0.9683288 0.6328042 0.9704087 0.6320003 0.9767515 0.6368942 0.9691153 0.6328042 0.9704087 0.6368942 0.9691153 0.6359529 0.9651857 0.6328042 0.9704087 0.6334927 0.9649911 0.628822 0.9680212 0.6328042 0.9704087 0.628822 0.9680212 0.6251528 0.9732379 0.6445916 0.9522951 0.6537515 0.9500721 0.6428881 0.9472261 0.6445916 0.9522951 0.6428881 0.9472261 0.632344 0.9525308 0.6445916 0.9522951 0.6379265 0.9556758 0.6400668 0.9580269 0.6445916 0.9522951 0.6446636 0.9577949 0.6537515 0.9500721 0.09516024 0.4025934 0.0990951 0.4026784 0.09959888 0.3998823 0.09516024 0.4025934 0.09596008 0.3995292 0.09223204 0.3998744 0.09516024 0.4025934 0.09136307 0.4025482 0.09138584 0.4053994 0.09516024 0.4025934 0.09449809 0.4056974 0.09791374 0.4053589 0.9700208 0.8303958 0.9657377 0.8262135 0.9607322 0.8292261 0.9700208 0.8303958 0.9691999 0.833264 0.9740619 0.8341038 0.9700208 0.8303958 0.9756947 0.8326686 0.9761303 0.8304829 0.9700208 0.8303958 0.9726709 0.8281764 0.9698281 0.8252556 0.2191085 0.1269504 0.2164245 0.1184232 0.208862 0.1159113 0.2191085 0.1269504 0.2162331 0.1285839 0.2235648 0.135278 0.2191085 0.1269504 0.2235648 0.135278 0.2253159 0.133213 0.2191085 0.1269504 0.2230713 0.1269994 0.2211602 0.121153 0.9088214 0.4708116 0.9084513 0.477018 0.9127124 0.4801506 0.9088214 0.4708116 0.9111862 0.4706167 0.9098264 0.4653687 0.9088214 0.4708116 0.9079347 0.4642674 0.90613 0.469659 0.9088214 0.4708116 0.90613 0.469659 0.9059022 0.4742416 0.6347135 0.959994 0.6379265 0.9556758 0.6308255 0.9603134 0.6347135 0.959994 0.6308255 0.9603134 0.6334927 0.9649911 0.6347135 0.959994 0.6334927 0.9649911 0.6377544 0.961201 0.6347135 0.959994 0.6377544 0.961201 0.6379265 0.9556758 0.9750719 0.3588818 0.9750433 0.3739595 0.994844 0.3641319 0.9750719 0.3588818 0.994844 0.3641319 0.9939751 0.3446624 0.9750719 0.3588818 0.9742422 0.3407293 0.9558761 0.3549096 0.9750719 0.3588818 0.9558761 0.3549096 0.9573244 0.3685024 0.9378326 0.3534933 0.9423996 0.3660939 0.9558761 0.3549096 0.9378326 0.3534933 0.9558761 0.3549096 0.9320269 0.3375768 0.9378326 0.3534933 0.9320269 0.3375768 0.9134063 0.3433362 0.9378326 0.3534933 0.9235183 0.3566088 0.9423996 0.3660939 0.918147 0.3927636 0.929783 0.3899785 0.9137414 0.3793031 0.918147 0.3927636 0.9137414 0.3793031 0.8992463 0.3786998 0.918147 0.3927636 0.9035255 0.3962476 0.912527 0.4123124 0.918147 0.3927636 0.9261404 0.4060288 0.929783 0.3899785 0.9351352 0.418514 0.944388 0.4110854 0.9368448 0.4008984 0.9351352 0.418514 0.9261404 0.4060288 0.9234309 0.42751 0.9351352 0.418514 0.9234309 0.42751 0.9372426 0.4406493 0.9351352 0.418514 0.9471179 0.4289556 0.944388 0.4110854 0.9487381 0.4067915 0.944388 0.4110854 0.9548608 0.4190575 0.9487381 0.4067915 0.958339 0.4127505 0.9598392 0.4075663 0.9487381 0.4067915 0.9526692 0.4028312 0.9417316 0.3980746 0.9487381 0.4067915 0.9417316 0.3980746 0.944388 0.4110854 0.9354478 0.3885909 0.929783 0.3899785 0.9368448 0.4008984 0.9354478 0.3885909 0.9417316 0.3980746 0.9449002 0.3946434 0.9354478 0.3885909 0.9383588 0.386426 0.9345728 0.3811206 0.9354478 0.3885909 0.9314091 0.3801974 0.929783 0.3899785 0.944489 0.3720626 0.9423996 0.3660939 0.9352817 0.3720926 0.944489 0.3720626 0.9352817 0.3720926 0.9378967 0.3745881 0.944489 0.3720626 0.9442254 0.3757005 0.9575608 0.3754111 0.944489 0.3720626 0.9575608 0.3754111 0.9573244 0.3685024 0.9732977 0.3828877 0.9750433 0.3739595 0.9575608 0.3754111 0.9732977 0.3828877 0.9575608 0.3754111 0.9555984 0.3802642 0.9732977 0.3828877 0.9688376 0.3891932 0.9872791 0.4019337 0.9732977 0.3828877 0.9903673 0.3924283 0.9941593 0.3809408 0.9417334 0.3813087 0.9442254 0.3757005 0.9351006 0.3770608 0.9417334 0.3813087 0.9351006 0.3770608 0.9345728 0.3811206 0.9417334 0.3813087 0.9383588 0.386426 0.9504503 0.3876909 0.9417334 0.3813087 0.9504503 0.3876909 0.9555984 0.3802642 0.9606652 0.3964031 0.9688376 0.3891932 0.9504503 0.3876909 0.9606652 0.3964031 0.9504503 0.3876909 0.9449002 0.3946434 0.9606652 0.3964031 0.9526692 0.4028312 0.9598392 0.4075663 0.9606652 0.3964031 0.9690824 0.405731 0.9872791 0.4019337 0.9311874 0.3057189 0.9393686 0.3011002 0.9262875 0.2946591 0.9311874 0.3057189 0.9262875 0.2946591 0.9200269 0.2981863 0.9311874 0.3057189 0.923815 0.3088812 0.9357904 0.317483 0.9311874 0.3057189 0.9357904 0.317483 0.9441881 0.3127287 0.920794 0.2850076 0.9162878 0.2894491 0.9262875 0.2946591 0.920794 0.2850076 0.9262875 0.2946591 0.9336689 0.2898482 0.920794 0.2850076 0.9262087 0.279349 0.914381 0.2784224 0.920794 0.2850076 0.914381 0.2784224 0.9121564 0.283635 0.8935316 0.2871959 0.8989999 0.2905181 0.8992845 0.2794706 0.8935316 0.2871959 0.8992845 0.2794706 0.8958013 0.2741738 0.8935316 0.2871959 0.8874012 0.2831059 0.8816089 0.2952818 0.8935316 0.2871959 0.8895627 0.2977861 0.8989999 0.2905181 0.8874768 0.3092899 0.8951233 0.3095737 0.8966261 0.2996775 0.8874768 0.3092899 0.8895627 0.2977861 0.8789253 0.3087789 0.8874768 0.3092899 0.8789253 0.3087789 0.8793894 0.3218741 0.8874768 0.3092899 0.8879312 0.320359 0.8951233 0.3095737 0.9009596 0.3094031 0.8951233 0.3095737 0.9014528 0.3174352 0.9009596 0.3094031 0.9014528 0.3174352 0.9050014 0.3147652 0.9009596 0.3094031 0.9055611 0.3089695 0.9019083 0.3003431 0.9009596 0.3094031 0.9019083 0.3003431 0.8966261 0.2996775 0.9031444 0.2923044 0.8989999 0.2905181 0.9019083 0.3003431 0.9031444 0.2923044 0.9019083 0.3003431 0.9060533 0.300186 0.9031444 0.2923044 0.9064051 0.2929337 0.9065814 0.2888983 0.9031444 0.2923044 0.90499 0.2866756 0.9024525 0.2839202 0.9135987 0.2914563 0.9162878 0.2894491 0.9108472 0.2865325 0.9135987 0.2914563 0.9108472 0.2865325 0.9103383 0.2885954 0.9135987 0.2914563 0.9116142 0.2921833 0.9129827 0.2990996 0.9135987 0.2914563 0.9160077 0.2991459 0.9162878 0.2894491 0.9180601 0.3091306 0.923815 0.3088812 0.9200269 0.2981863 0.9180601 0.3091306 0.9160077 0.2991459 0.9134476 0.3083605 0.9180601 0.3091306 0.9134476 0.3083605 0.9134539 0.3206616 0.9180601 0.3091306 0.9199342 0.3202627 0.923815 0.3088812 0.9092224 0.2927846 0.9116142 0.2921833 0.9103383 0.2885954 0.9092224 0.2927846 0.9084465 0.2878955 0.9065814 0.2888983 0.9092224 0.2927846 0.9064051 0.2929337 0.9097046 0.2996088 0.9092224 0.2927846 0.9097046 0.2996088 0.9129827 0.2990996 0.9095025 0.3084644 0.9134476 0.3083605 0.9097046 0.2996088 0.9095025 0.3084644 0.9097046 0.2996088 0.9060533 0.300186 0.9095025 0.3084644 0.9055611 0.3089695 0.9079904 0.3168815 0.9095025 0.3084644 0.9079904 0.3168815 0.9134539 0.3206616 0.1261236 0.1380639 0.1330978 0.1313948 0.119255 0.1292918 0.1261236 0.1380639 0.119255 0.1292918 0.1118397 0.1389779 0.1261236 0.1380639 0.1185957 0.1466107 0.1329551 0.1461316 0.1261236 0.1380639 0.1329551 0.1461316 0.138969 0.1398551 0.1397125 0.1527906 0.1442449 0.1460688 0.138969 0.1398551 0.1397125 0.1527906 0.1329551 0.1461316 0.1340876 0.1612551 0.1397125 0.1527906 0.1340876 0.1612551 0.1441958 0.1653892 0.1397125 0.1527906 0.1469826 0.1566463 0.1442449 0.1460688 0.1676231 0.1463516 0.160763 0.1431654 0.1628795 0.1525951 0.1676231 0.1463516 0.1628795 0.1525951 0.1688334 0.1581431 0.1676231 0.1463516 0.175738 0.1502646 0.1705696 0.1384592 0.1676231 0.1463516 0.1705696 0.1384592 0.1627572 0.1364219 0.1727059 0.1298035 0.1642882 0.1286213 0.1705696 0.1384592 0.1727059 0.1298035 0.1705696 0.1384592 0.182242 0.1314604 0.1727059 0.1298035 0.182242 0.1314604 0.1827645 0.1201468 0.1727059 0.1298035 0.172644 0.1198018 0.1642882 0.1286213 0.1581073 0.1283881 0.1642882 0.1286213 0.1637067 0.1199605 0.1581073 0.1283881 0.1571357 0.1211268 0.1533032 0.1232364 0.1581073 0.1283881 0.1532147 0.128421 0.157373 0.1355134 0.1581073 0.1283881 0.157373 0.1355134 0.1627572 0.1364219 0.1564127 0.1414327 0.160763 0.1431654 0.1627572 0.1364219 0.1564127 0.1414327 0.157373 0.1355134 0.1534073 0.1407921 0.1564127 0.1414327 0.1534073 0.1407921 0.1534757 0.1438298 0.1564127 0.1414327 0.1549871 0.1455067 0.1579294 0.148049 0.1465922 0.142832 0.1442449 0.1460688 0.1500495 0.1462035 0.1465922 0.142832 0.1500495 0.1462035 0.1500657 0.1443419 0.1465922 0.142832 0.1482172 0.1415975 0.1427942 0.1369387 0.1465922 0.142832 0.1427942 0.1369387 0.138969 0.1398551 0.138965 0.1284809 0.1330978 0.1313948 0.1427942 0.1369387 0.138965 0.1284809 0.1427942 0.1369387 0.1458021 0.1359449 0.138965 0.1284809 0.1440459 0.1278519 0.1423718 0.115858 0.138965 0.1284809 0.13512 0.1187408 0.1269289 0.121811 0.1505821 0.1408823 0.1482172 0.1415975 0.1500657 0.1443419 0.1505821 0.1408823 0.1518889 0.1446708 0.1534757 0.1438298 0.1505821 0.1408823 0.1534073 0.1407921 0.1493641 0.1354359 0.1505821 0.1408823 0.1493641 0.1354359 0.1458021 0.1359449 0.1486617 0.1280371 0.1440459 0.1278519 0.1493641 0.1354359 0.1486617 0.1280371 0.1493641 0.1354359 0.1532858 0.135322 0.1486617 0.1280371 0.1532147 0.128421 0.1533032 0.1232364 0.1486617 0.1280371 0.1495186 0.1205402 0.1423718 0.115858 0.9503065 0.2651289 0.9485154 0.2719151 0.957597 0.2658398 0.9503065 0.2651289 0.957597 0.2658398 0.958315 0.2602599 0.9503065 0.2651289 0.9524021 0.2587804 0.9475808 0.258916 0.9503065 0.2651289 0.9435452 0.2634471 0.9358887 0.2724585 0.9636191 0.2658232 0.9641388 0.2695773 0.9676117 0.2677822 0.9636191 0.2658232 0.9680883 0.2654832 0.9670274 0.2632784 0.9636191 0.2658232 0.9637121 0.2620307 0.957597 0.2658398 0.9636191 0.2658232 0.957597 0.2658398 0.9572928 0.2715358 0.9486702 0.276834 0.9514576 0.2825451 0.9579874 0.2748227 0.9486702 0.276834 0.9579874 0.2748227 0.9572928 0.2715358 0.9486702 0.276834 0.9485154 0.2719151 0.9383501 0.2782474 0.9486702 0.276834 0.9383501 0.2782474 0.9411385 0.2861469 0.965299 0.2716156 0.9687185 0.2742252 0.9736863 0.2694913 0.965299 0.2716156 0.9698085 0.2681149 0.9676117 0.2677822 0.965299 0.2716156 0.9641388 0.2695773 0.9579874 0.2748227 0.965299 0.2716156 0.9579874 0.2748227 0.9609324 0.2786642 0.9643904 0.2598772 0.9672045 0.2566114 0.9588623 0.2573219 0.9643904 0.2598772 0.9588623 0.2573219 0.958315 0.2602599 0.9643904 0.2598772 0.9637121 0.2620307 0.9670274 0.2632784 0.9643904 0.2598772 0.9686935 0.2625935 0.9723532 0.2603065 0.9531607 0.2551746 0.953995 0.2506214 0.9462091 0.2503069 0.9531607 0.2551746 0.9467539 0.255547 0.9475808 0.258916 0.9531607 0.2551746 0.9524021 0.2587804 0.9588623 0.2573219 0.9531607 0.2551746 0.9588623 0.2573219 0.9606287 0.2534474 0.9563185 0.2414311 0.953995 0.2506214 0.9606287 0.2534474 0.9563185 0.2414311 0.9650045 0.2450583 0.9593865 0.2299221 0.9563185 0.2414311 0.9593865 0.2299221 0.9469059 0.2283465 0.9563185 0.2414311 0.9463788 0.2404747 0.953995 0.2506214 0.9737051 0.249482 0.9672045 0.2566114 0.9804424 0.2554405 0.9737051 0.249482 0.9804424 0.2554405 0.9907463 0.2492849 0.9737051 0.249482 0.982049 0.2404209 0.9650045 0.2450583 0.9737051 0.249482 0.9650045 0.2450583 0.9606287 0.2534474 0.9760167 0.2796936 0.9687185 0.2742252 0.9609324 0.2786642 0.9760167 0.2796936 0.9673794 0.286024 0.9755776 0.2951429 0.9760167 0.2796936 0.985254 0.2865912 0.9921472 0.2759779 0.9760167 0.2796936 0.9818463 0.2723612 0.9687185 0.2742252 0.9575641 0.2917078 0.9514576 0.2825451 0.9471596 0.2970681 0.9575641 0.2917078 0.9471596 0.2970681 0.9547971 0.3095 0.9575641 0.2917078 0.9653301 0.3025961 0.9673794 0.286024 0.9575641 0.2917078 0.9673794 0.286024 0.9609324 0.2786642 0.9707198 0.2652235 0.9747059 0.2647258 0.9686935 0.2625935 0.9707198 0.2652235 0.9686935 0.2625935 0.9680883 0.2654832 0.9707198 0.2652235 0.9680883 0.2654832 0.9676117 0.2677822 0.9707198 0.2652235 0.9698085 0.2681149 0.9747059 0.2647258 0.9391104 0.2605506 0.9361764 0.2546769 0.9308485 0.2678698 0.9391104 0.2605506 0.9308485 0.2678698 0.9358887 0.2724585 0.9391104 0.2605506 0.9435452 0.2634471 0.9475808 0.258916 0.9391104 0.2605506 0.9467539 0.255547 0.9361764 0.2546769 0.9339175 0.2440637 0.9463788 0.2404747 0.9319962 0.2310807 0.9339175 0.2440637 0.9319962 0.2310807 0.9201954 0.2499254 0.9339175 0.2440637 0.9201954 0.2499254 0.9250205 0.2613893 0.9339175 0.2440637 0.9361764 0.2546769 0.9462091 0.2503069 0.9832389 0.2636719 0.9818463 0.2723612 0.9940453 0.2623398 0.9832389 0.2636719 0.9940453 0.2623398 0.9907463 0.2492849 0.9832389 0.2636719 0.9804424 0.2554405 0.9723532 0.2603065 0.9832389 0.2636719 0.9747059 0.2647258 0.9736863 0.2694913 0.08102202 0.864135 0.08832716 0.8603991 0.08172553 0.8662675 0.08102202 0.864135 0.08172553 0.8662675 0.07490497 0.8686212 0.08102202 0.864135 0.07445651 0.8663497 0.07996565 0.8593254 0.08102202 0.864135 0.07996565 0.8593254 0.08630949 0.8564077 0.07068443 0.866882 0.0701673 0.8615011 0.07404398 0.8612565 0.07068443 0.866882 0.07445651 0.8663497 0.07116287 0.869489 0.07068443 0.866882 0.07116287 0.869489 0.06890219 0.8698506 0.07068443 0.866882 0.06827878 0.8668996 0.0701673 0.8615011 0.1042171 0.8561493 0.0983926 0.8561842 0.1024444 0.8480501 0.1042171 0.8561493 0.1071158 0.8482936 0.113969 0.8538639 0.1042171 0.8561493 0.113969 0.8538639 0.112903 0.8567162 0.1042171 0.8561493 0.1021334 0.8596013 0.0983926 0.8561842 0.1074768 0.838534 0.1035175 0.8386076 0.1061109 0.828616 0.1074768 0.838534 0.1061109 0.828616 0.1133607 0.8276711 0.1074768 0.838534 0.1149225 0.8374755 0.1152734 0.8469144 0.1074768 0.838534 0.1071158 0.8482936 0.1024444 0.8480501 0.1038287 0.8202853 0.1061109 0.828616 0.1013566 0.828344 0.1038287 0.8202853 0.09898972 0.819938 0.1033224 0.8115345 0.1038287 0.8202853 0.1033224 0.8115345 0.1110327 0.8196248 0.1038287 0.8202853 0.1110327 0.8196248 0.1061109 0.828616 0.1072843 0.8003562 0.1174687 0.8016074 0.1112861 0.8115368 0.1072843 0.8003562 0.1033224 0.8115345 0.09720033 0.7981095 0.1072843 0.8003562 0.09720033 0.7981095 0.09760838 0.7837323 0.1072843 0.8003562 0.1122373 0.7882649 0.1174687 0.8016074 0.08731096 0.7964837 0.09720033 0.7981095 0.0855987 0.8049423 0.08731096 0.7964837 0.0855987 0.8049423 0.07425856 0.8013487 0.08731096 0.7964837 0.07507765 0.7944503 0.08729511 0.7877162 0.08731096 0.7964837 0.08729511 0.7877162 0.09720033 0.7981095 0.05796176 0.7909806 0.04029989 0.7873314 0.056427 0.7855531 0.05796176 0.7909806 0.056427 0.7855531 0.07594782 0.786287 0.02504557 0.8491924 0.0308156 0.8462157 0.025729 0.8505576 0.02504557 0.8491924 0.025729 0.8505576 0.02113783 0.8528631 0.0367791 0.8430022 0.04317641 0.8397502 0.03714114 0.8447529 0.0367791 0.8430022 0.03714114 0.8447529 0.03122496 0.8478211 0.0502479 0.8366581 0.05659288 0.8343163 0.05058693 0.8383836 0.0502479 0.8366581 0.05058693 0.8383836 0.04356569 0.8415436 0.0502479 0.8366581 0.04317641 0.8397502 0.04990178 0.8347347 0.0786736 0.8258953 0.08596056 0.8226217 0.08641153 0.8257105 0.0786736 0.8258953 0.07852345 0.8281084 0.07216674 0.8292424 0.06081032 0.833315 0.06408071 0.8326727 0.06391453 0.8341318 0.06081032 0.833315 0.0608648 0.8348077 0.05681616 0.835922 0.06081032 0.833315 0.05659288 0.8343163 0.06071281 0.8316007 0.06081032 0.833315 0.06071281 0.8316007 0.06408071 0.8326727 0.06758433 0.8314084 0.07216674 0.8292424 0.07165306 0.8310757 0.06758433 0.8314084 0.06714701 0.8329857 0.06408071 0.8326727 0.0293653 0.7907363 0.04426759 0.7952703 0.0436145 0.797867 0.0293653 0.7907363 0.02902853 0.7927046 0.01683056 0.7873628 0.08784252 0.8143883 0.08777707 0.8116575 0.09069538 0.8163062 0.08784252 0.8143883 0.09069538 0.8163062 0.08410573 0.8191711 0.08784252 0.8143883 0.0837776 0.8162608 0.08173507 0.8148713 0.08784252 0.8143883 0.08356356 0.8135986 0.08353513 0.8120332 0.1298257 0.8479931 0.113969 0.8538639 0.1152734 0.8469144 0.1298257 0.8479931 0.1297546 0.8414124 0.1465619 0.8402047 0.1298257 0.8479931 0.1465619 0.8402047 0.1470722 0.8430523 0.1298257 0.8479931 0.1296489 0.850763 0.113969 0.8538639 0.1288338 0.83275 0.1149225 0.8374755 0.1270112 0.8236765 0.1288338 0.83275 0.1270112 0.8236765 0.1441345 0.8262591 0.1288338 0.83275 0.1441345 0.8262591 0.1454447 0.8338708 0.1288338 0.83275 0.1297546 0.8414124 0.1149225 0.8374755 0.1242344 0.8158625 0.1110327 0.8196248 0.1112861 0.8115368 0.1242344 0.8158625 0.1234636 0.8083665 0.1368337 0.8042185 0.1242344 0.8158625 0.1390305 0.8110253 0.1270112 0.8236765 0.1242344 0.8158625 0.1270112 0.8236765 0.1133607 0.8276711 0.1276593 0.8002467 0.1174687 0.8016074 0.123927 0.7904492 0.1276593 0.8002467 0.1321744 0.7911787 0.1376381 0.7977643 0.1276593 0.8002467 0.1376381 0.7977643 0.1368337 0.8042185 0.1276593 0.8002467 0.1234636 0.8083665 0.1174687 0.8016074 0.1589521 0.8321663 0.1465619 0.8402047 0.1454447 0.8338708 0.1589521 0.8321663 0.157229 0.8263728 0.1690972 0.8190811 0.1589521 0.8321663 0.1709626 0.8243991 0.1598741 0.8348944 0.1589521 0.8321663 0.1598741 0.8348944 0.1470722 0.8430523 0.1557478 0.8199045 0.1441345 0.8262591 0.1421551 0.8183253 0.1557478 0.8199045 0.1538851 0.8133105 0.1658788 0.8079703 0.1557478 0.8199045 0.1676418 0.8134695 0.1690972 0.8190811 0.1557478 0.8199045 0.157229 0.8263728 0.1441345 0.8262591 0.1510177 0.8071395 0.1390305 0.8110253 0.1483753 0.8012874 0.1510177 0.8071395 0.1483753 0.8012874 0.1600606 0.798156 0.1510177 0.8071395 0.1630904 0.8029891 0.1538851 0.8133105 0.1510177 0.8071395 0.1538851 0.8133105 0.1421551 0.8183253 0.1471872 0.7956504 0.1376381 0.7977643 0.1390922 0.7907456 0.1471872 0.7956504 0.1467931 0.7894418 0.1560176 0.787372 0.1471872 0.7956504 0.1575734 0.7931012 0.1483753 0.8012874 0.1471872 0.7956504 0.1483753 0.8012874 0.1376381 0.7977643 0.1837847 0.8067374 0.1676418 0.8134695 0.1818138 0.8016431 0.1837847 0.8067374 0.1818138 0.8016431 0.1997194 0.7948225 0.1837847 0.8067374 0.202052 0.7998567 0.1850388 0.8121586 0.1837847 0.8067374 0.1850388 0.8121586 0.1690972 0.8190811 0.1781427 0.7973583 0.1630904 0.8029891 0.1738622 0.793407 0.1781427 0.7973583 0.1738622 0.793407 0.1887219 0.7878491 0.1781427 0.7973583 0.1946849 0.7909874 0.1818138 0.8016431 0.1781427 0.7973583 0.1818138 0.8016431 0.1658788 0.8079703 0.1700629 0.789313 0.1575734 0.7931012 0.1675066 0.7846402 0.1700629 0.789313 0.1675066 0.7846402 0.1801277 0.7815777 0.1700629 0.789313 0.1836042 0.7849053 0.1738622 0.793407 0.1700629 0.789313 0.1738622 0.793407 0.1600606 0.798156 0.1669549 0.7789527 0.1557824 0.7805159 0.1671802 0.7758553 0.1669549 0.7789527 0.1671802 0.7758553 0.1790885 0.7772879 0.1669549 0.7789527 0.1790885 0.7772879 0.1675066 0.7846402 0.1669549 0.7789527 0.1675066 0.7846402 0.1560176 0.787372 0.09288311 0.8206764 0.09898972 0.819938 0.09397059 0.8255084 0.09288311 0.8206764 0.09397059 0.8255084 0.08641153 0.8257105 0.007591605 0.8590189 0.007381737 0.8582437 0.01079994 0.8567848 0.09352254 0.8288118 0.08620822 0.8277897 0.09397059 0.8255084 0.09352254 0.8288118 0.09397059 0.8255084 0.09863626 0.8329126 0.09352254 0.8288118 0.09863626 0.8329126 0.09621292 0.8354122 0.09352254 0.8288118 0.09201192 0.8312669 0.08620822 0.8277897 0.1000654 0.8403785 0.09863626 0.8329126 0.1035175 0.8386076 0.1000654 0.8403785 0.1035175 0.8386076 0.1024444 0.8480501 0.1000654 0.8403785 0.09842193 0.8486839 0.09696626 0.8420184 0.1000654 0.8403785 0.09696626 0.8420184 0.09621292 0.8354122 0.02579158 0.8513851 0.02267998 0.8530783 0.02113783 0.8528631 0.02579158 0.8513851 0.025729 0.8505576 0.03122496 0.8478211 0.02579158 0.8513851 0.02988487 0.8495271 0.02633464 0.8525848 0.03617489 0.8464754 0.04353755 0.8429519 0.04356241 0.8449291 0.03617489 0.8464754 0.03502798 0.8483367 0.02988487 0.8495271 0.03617489 0.8464754 0.02988487 0.8495271 0.03714114 0.8447529 0.03617489 0.8464754 0.03714114 0.8447529 0.04353755 0.8429519 0.0508486 0.8396782 0.05702024 0.8371893 0.05102986 0.8411134 0.0508486 0.8396782 0.05102986 0.8411134 0.04353755 0.8429519 0.0508486 0.8396782 0.04353755 0.8429519 0.04356569 0.8415436 0.0508486 0.8396782 0.05058693 0.8383836 0.05681616 0.835922 0.07817721 0.8295599 0.08620822 0.8277897 0.08555477 0.8297784 0.07817721 0.8295599 0.07803314 0.8311427 0.07113617 0.8322826 0.07817721 0.8295599 0.07113617 0.8322826 0.07165306 0.8310757 0.07817721 0.8295599 0.07852345 0.8281084 0.08620822 0.8277897 0.0609647 0.8360198 0.06383687 0.8352895 0.06117361 0.8377136 0.0609647 0.8360198 0.06117361 0.8377136 0.05722928 0.8391047 0.0609647 0.8360198 0.05702024 0.8371893 0.0608648 0.8348077 0.0609647 0.8360198 0.0608648 0.8348077 0.06383687 0.8352895 0.06679171 0.8341181 0.07113617 0.8322826 0.06702083 0.8355105 0.06679171 0.8341181 0.06702083 0.8355105 0.06407982 0.8368498 0.06679171 0.8341181 0.06383687 0.8352895 0.06391453 0.8341318 0.06679171 0.8341181 0.06714701 0.8329857 0.07113617 0.8322826 0.09503918 0.7737924 0.09805506 0.7727894 0.09760838 0.7837323 0.09503918 0.7737924 0.09361791 0.7786491 0.09274441 0.7733437 0.09503918 0.7737924 0.09274441 0.7733437 0.09191286 0.7693185 0.09503918 0.7737924 0.09386974 0.7678754 0.09805506 0.7727894 0.01060444 0.7786035 0.01039242 0.7802157 0.008807659 0.7785643 0.01060444 0.7786035 0.008807659 0.7785643 0.01072669 0.7773166 0.01060444 0.7786035 0.01072669 0.7773166 0.01430428 0.7783547 0.01060444 0.7786035 0.01430428 0.7783547 0.01039242 0.7802157 0.0683369 0.8378673 0.06702083 0.8355105 0.07125312 0.83363 0.0683369 0.8378673 0.07264107 0.8358845 0.06976944 0.8402962 0.0683369 0.8378673 0.06976944 0.8402962 0.06582009 0.8431687 0.0683369 0.8378673 0.06487542 0.8395169 0.06702083 0.8355105 0.06155514 0.8406516 0.06117361 0.8377136 0.06407982 0.8368498 0.06155514 0.8406516 0.06487542 0.8395169 0.06192588 0.8435289 0.06155514 0.8406516 0.06192588 0.8435289 0.05852907 0.8418711 0.06155514 0.8406516 0.05852907 0.8418711 0.06117361 0.8377136 0.07848954 0.83375 0.07803314 0.8311427 0.08555477 0.8297784 0.07848954 0.83375 0.08465534 0.8325957 0.07912772 0.8364673 0.07848954 0.83375 0.07912772 0.8364673 0.07454764 0.8389813 0.07848954 0.83375 0.07264107 0.8358845 0.07803314 0.8311427 0.0899114 0.8335539 0.09201192 0.8312669 0.09335076 0.8365973 0.0899114 0.8335539 0.09335076 0.8365973 0.09093075 0.8371509 0.0899114 0.8335539 0.08807915 0.8354612 0.08465534 0.8325957 0.0899114 0.8335539 0.08465534 0.8325957 0.08555477 0.8297784 0.09406638 0.8416991 0.09696626 0.8420184 0.09254044 0.8467351 0.09406638 0.8416991 0.09254044 0.8467351 0.09077918 0.8443006 0.09406638 0.8416991 0.0918228 0.8407081 0.09335076 0.8365973 0.09406638 0.8416991 0.09335076 0.8365973 0.09621292 0.8354122 0.08925527 0.8495814 0.09145277 0.8532031 0.08630949 0.8564077 0.08925527 0.8495814 0.08476173 0.8514184 0.08782374 0.8460965 0.08925527 0.8495814 0.08782374 0.8460965 0.09077918 0.8443006 0.08925527 0.8495814 0.09254044 0.8467351 0.09145277 0.8532031 0.06370991 0.8571462 0.06457328 0.8618487 0.06160634 0.8629484 0.06370991 0.8571462 0.06038451 0.8583871 0.06317901 0.8538432 0.06370991 0.8571462 0.06317901 0.8538432 0.06702399 0.8562603 0.06370991 0.8571462 0.06702399 0.8562603 0.06457328 0.8618487 0.07052946 0.8557869 0.0701673 0.8615011 0.06734168 0.8612888 0.07052946 0.8557869 0.06702399 0.8562603 0.06684577 0.8515186 0.07052946 0.8557869 0.07105189 0.8511899 0.07460033 0.855063 0.07052946 0.8557869 0.07460033 0.855063 0.07404398 0.8612565 0.07961058 0.8534262 0.07996565 0.8593254 0.07460033 0.855063 0.07961058 0.8534262 0.07460033 0.855063 0.07553178 0.8483318 0.07961058 0.8534262 0.07960915 0.8483516 0.08476173 0.8514184 0.07961058 0.8534262 0.08476173 0.8514184 0.08630949 0.8564077 0.032404 0.7603742 0.03512817 0.7563824 0.03706538 0.7600123 0.032404 0.7603742 0.03706538 0.7600123 0.03254252 0.7631471 0.032404 0.7603742 0.03254252 0.7631471 0.02865928 0.764113 0.032404 0.7603742 0.02847367 0.7603839 0.03141283 0.7563082 0.02349674 0.7605198 0.02703893 0.7561355 0.02847367 0.7603839 0.02349674 0.7605198 0.02847367 0.7603839 0.02297413 0.7635392 0.02349674 0.7605198 0.02297413 0.7635392 0.01859056 0.7605924 0.02349674 0.7605198 0.01859056 0.7605924 0.02246922 0.7558953 0.0442357 0.7588199 0.04797083 0.7547488 0.05188614 0.7575407 0.0442357 0.7588199 0.05188614 0.7575407 0.04784476 0.7622206 0.0442357 0.7588199 0.04235887 0.7621838 0.03706538 0.7600123 0.0442357 0.7588199 0.03706538 0.7600123 0.0400319 0.7559865 0.08949154 0.7639959 0.09090304 0.7611651 0.09386974 0.7678754 0.08949154 0.7639959 0.09386974 0.7678754 0.0883727 0.7664237 0.08949154 0.7639959 0.0883727 0.7664237 0.08383142 0.7615172 0.08949154 0.7639959 0.08383142 0.7615172 0.0846737 0.7583934 0.07881647 0.7598029 0.07999646 0.7567339 0.08383142 0.7615172 0.07881647 0.7598029 0.08383142 0.7615172 0.07782852 0.7624831 0.07881647 0.7598029 0.07782852 0.7624831 0.07394611 0.7585728 0.07881647 0.7598029 0.07394611 0.7585728 0.07599896 0.7557143 0.02418833 0.7788302 0.02070629 0.7778393 0.0262143 0.7748254 0.02418833 0.7788302 0.02874195 0.7779567 0.03512537 0.781163 0.02418833 0.7788302 0.02423202 0.7812724 0.01584404 0.780086 0.03238093 0.7765912 0.0324577 0.7745688 0.03572088 0.7768527 0.03238093 0.7765912 0.03572088 0.7768527 0.03512537 0.781163 0.03238093 0.7765912 0.02874195 0.7779567 0.0324577 0.7745688 0.01821666 0.7774514 0.01979702 0.7761763 0.0262143 0.7748254 0.01821666 0.7774514 0.02070629 0.7778393 0.01430428 0.7783547 0.01821666 0.7774514 0.01430428 0.7783547 0.01461857 0.7764055 0.03961366 0.7760369 0.04236865 0.773859 0.04791939 0.7732267 0.03961366 0.7760369 0.0416913 0.7771478 0.03512537 0.781163 0.03961366 0.7760369 0.03572088 0.7768527 0.03804641 0.7731969 0.08583348 0.7827417 0.080657 0.7815935 0.0819922 0.7766135 0.08583348 0.7827417 0.08878999 0.7807447 0.09760838 0.7837323 0.08583348 0.7827417 0.08729511 0.7877162 0.07594782 0.786287 0.0902242 0.7793475 0.08746433 0.7773474 0.09116303 0.7766397 0.0902242 0.7793475 0.09361791 0.7786491 0.09760838 0.7837323 0.0902242 0.7793475 0.08878999 0.7807447 0.08746433 0.7773474 0.07693225 0.7797105 0.07643038 0.7766606 0.0819922 0.7766135 0.07693225 0.7797105 0.080657 0.7815935 0.07594782 0.786287 0.07693225 0.7797105 0.07342541 0.780231 0.07643038 0.7766606 0.05112773 0.8432605 0.05416697 0.8432379 0.05124735 0.8482229 0.05112773 0.8432605 0.04808181 0.845811 0.05102986 0.8411134 0.05112773 0.8432605 0.05102986 0.8411134 0.05416697 0.8432379 0.0461663 0.8478519 0.047082 0.849525 0.04344624 0.8518011 0.0461663 0.8478519 0.04358243 0.8483214 0.04356241 0.8449291 0.0461663 0.8478519 0.04808181 0.845811 0.047082 0.849525 0.05595028 0.8437748 0.05506622 0.8462093 0.05416697 0.8432379 0.05595028 0.8437748 0.05416697 0.8432379 0.05722928 0.8391047 0.05595028 0.8437748 0.05852907 0.8418711 0.05838322 0.84564 0.03484797 0.8505039 0.03875011 0.8499143 0.03518766 0.8552901 0.03484797 0.8505039 0.03099906 0.8535277 0.03502798 0.8483367 0.03484797 0.8505039 0.03502798 0.8483367 0.04356241 0.8449291 0.02839773 0.8559601 0.02954381 0.8574838 0.02478426 0.8602898 0.02839773 0.8559601 0.02491104 0.8565551 0.02633464 0.8525848 0.02839773 0.8559601 0.03099906 0.8535277 0.02954381 0.8574838 0.04090458 0.8501445 0.03973728 0.8527329 0.03875011 0.8499143 0.04090458 0.8501445 0.03875011 0.8499143 0.04356241 0.8449291 0.04090458 0.8501445 0.04358243 0.8483214 0.04344624 0.8518011 0.0403307 0.8674505 0.04160958 0.8710268 0.03675532 0.8731471 0.0403307 0.8674505 0.03566575 0.8697552 0.03919643 0.8645522 0.0403307 0.8674505 0.03919643 0.8645522 0.04384392 0.8612475 0.0403307 0.8674505 0.04500943 0.8650982 0.04160958 0.8710268 0.04922103 0.8632341 0.05059421 0.8672863 0.04637688 0.868907 0.04922103 0.8632341 0.04500943 0.8650982 0.04825532 0.8602815 0.04922103 0.8632341 0.04825532 0.8602815 0.05204141 0.8575327 0.04922103 0.8632341 0.05311602 0.861597 0.05059421 0.8672863 0.05684524 0.859926 0.05818498 0.864355 0.05446302 0.8658679 0.05684524 0.859926 0.05311602 0.861597 0.05589801 0.8567636 0.05684524 0.859926 0.05589801 0.8567636 0.05930292 0.854152 0.05684524 0.859926 0.06038451 0.8583871 0.05818498 0.864355 0.07753795 0.7641302 0.07352185 0.7644448 0.07782852 0.7624831 0.07753795 0.7641302 0.07782852 0.7624831 0.08126723 0.7665672 0.07753795 0.7641302 0.08126723 0.7665672 0.07773101 0.765435 0.07753795 0.7641302 0.07773101 0.765435 0.07441288 0.7656275 0.07193392 0.7685596 0.07286119 0.7732112 0.07120734 0.7748727 0.07193392 0.7685596 0.07122218 0.7683926 0.07352185 0.7644448 0.07193392 0.7685596 0.07352185 0.7644448 0.07306408 0.7689338 0.07193392 0.7685596 0.07306408 0.7689338 0.07286119 0.7732112 0.07639056 0.7751362 0.08020681 0.7743098 0.07643038 0.7766606 0.07639056 0.7751362 0.07643038 0.7766606 0.07286119 0.7732112 0.07639056 0.7751362 0.07286119 0.7732112 0.07381111 0.7726774 0.07639056 0.7751362 0.07678067 0.7741821 0.08020681 0.7743098 0.08795976 0.7678568 0.08456873 0.7676353 0.0883727 0.7664237 0.08795976 0.7678568 0.0883727 0.7664237 0.09191286 0.7693185 0.08795976 0.7678568 0.09101051 0.7701899 0.08797967 0.7688242 0.08795976 0.7678568 0.08797967 0.7688242 0.08507293 0.7686101 0.08288508 0.7708985 0.08339846 0.7747523 0.08242207 0.7707163 0.08288508 0.7708985 0.08242207 0.7707163 0.08456873 0.7676353 0.08288508 0.7708985 0.08456873 0.7676353 0.08364027 0.7711694 0.08288508 0.7708985 0.08364027 0.7711694 0.08339846 0.7747523 0.08659851 0.7763026 0.09013885 0.7757415 0.08746433 0.7773474 0.08659851 0.7763026 0.08746433 0.7773474 0.08339846 0.7747523 0.08659851 0.7763026 0.08339846 0.7747523 0.08408534 0.774248 0.08659851 0.7763026 0.08681184 0.7755922 0.08983033 0.7752442 0.09167319 0.773261 0.09101051 0.7701899 0.09274441 0.7733437 0.09167319 0.773261 0.09274441 0.7733437 0.09116303 0.7766397 0.09167319 0.773261 0.09013885 0.7757415 0.09115129 0.773247 0.09167319 0.773261 0.09115129 0.773247 0.09101051 0.7701899 0.04316461 0.7727038 0.04605966 0.7714832 0.04236865 0.773859 0.04316461 0.7727038 0.04236865 0.773859 0.03989899 0.7717955 0.04316461 0.7727038 0.03989899 0.7717955 0.04036086 0.771308 0.04316461 0.7727038 0.0429787 0.7719332 0.04528081 0.7709648 0.0467078 0.7680553 0.04521387 0.7648229 0.0476216 0.7677254 0.0467078 0.7680553 0.0476216 0.7677254 0.04605966 0.7714832 0.0467078 0.7680553 0.04605966 0.7714832 0.04528081 0.7709648 0.0467078 0.7680553 0.04569911 0.7684526 0.04521387 0.7648229 0.04168248 0.7641883 0.03852164 0.7656826 0.04235887 0.7621838 0.04168248 0.7641883 0.04235887 0.7621838 0.04521387 0.7648229 0.04168248 0.7641883 0.04521387 0.7648229 0.04171574 0.7655593 0.04168248 0.7641883 0.04171574 0.7655593 0.03930568 0.7666248 0.03813922 0.7688367 0.03989899 0.7717955 0.03804641 0.7731969 0.03813922 0.7688367 0.03732889 0.7686901 0.03852164 0.7656826 0.03813922 0.7688367 0.03852164 0.7656826 0.03930568 0.7666248 0.03813922 0.7688367 0.03899532 0.7690398 0.03989899 0.7717955 0.02269029 0.7652391 0.01833844 0.7671107 0.02297413 0.7635392 0.02269029 0.7652391 0.02297413 0.7635392 0.02649152 0.7658041 0.02269029 0.7652391 0.02649152 0.7658041 0.025554 0.766632 0.02269029 0.7652391 0.02245998 0.7664088 0.01833844 0.7671107 0.01630026 0.7709413 0.01690655 0.7743573 0.01536709 0.771131 0.01630026 0.7709413 0.01536709 0.771131 0.01681411 0.7652527 0.01630026 0.7709413 0.01833844 0.7671107 0.0173186 0.7708172 0.01630026 0.7709413 0.0173186 0.7708172 0.01784199 0.7732447 0.0204879 0.7749851 0.02461987 0.7731764 0.01979702 0.7761763 0.0204879 0.7749851 0.01979702 0.7761763 0.01461857 0.7764055 0.0204879 0.7749851 0.01690655 0.7743573 0.01784199 0.7732447 0.0204879 0.7749851 0.02069371 0.7737691 0.02398705 0.7724535 0.02687788 0.7692829 0.02649152 0.7658041 0.02772933 0.7693144 0.02687788 0.7692829 0.02772933 0.7693144 0.0262143 0.7748254 0.02687788 0.7692829 0.02461987 0.7731764 0.02583509 0.7693607 0.02687788 0.7692829 0.02583509 0.7693607 0.02649152 0.7658041 0.03240364 0.7647189 0.03002136 0.7659653 0.03254252 0.7631471 0.03240364 0.7647189 0.03254252 0.7631471 0.0347979 0.7656242 0.03240364 0.7647189 0.0347979 0.7656242 0.03401565 0.7663249 0.03240364 0.7647189 0.03220003 0.765769 0.03002136 0.7659653 0.02860337 0.7693755 0.02909749 0.7726091 0.02772933 0.7693144 0.02860337 0.7693755 0.02772933 0.7693144 0.03002136 0.7659653 0.02860337 0.7693755 0.03002136 0.7659653 0.02951121 0.7693973 0.02860337 0.7693755 0.02951121 0.7693973 0.02909749 0.7726091 0.03245168 0.7733257 0.0357939 0.7718905 0.03804641 0.7731969 0.03245168 0.7733257 0.0324577 0.7745688 0.0262143 0.7748254 0.03245168 0.7733257 0.02909749 0.7726091 0.02998244 0.7717673 0.03245168 0.7733257 0.03240549 0.772361 0.03477722 0.7713068 0.03625202 0.7686691 0.0347979 0.7656242 0.03657186 0.7640475 0.03625202 0.7686691 0.03732889 0.7686901 0.0357939 0.7718905 0.03625202 0.7686691 0.0357939 0.7718905 0.03509432 0.7687328 0.03625202 0.7686691 0.03509432 0.7687328 0.0347979 0.7656242 0.01441115 0.7715154 0.0142939 0.7679973 0.01536709 0.771131 0.01441115 0.7715154 0.01536709 0.771131 0.01308715 0.7749871 0.01441115 0.7715154 0.01308715 0.7749871 0.01253545 0.7743008 0.01441115 0.7715154 0.01346296 0.7719543 0.0132361 0.7695342 0.0298801 0.8585975 0.0262764 0.8611964 0.02954381 0.8574838 0.0298801 0.8585975 0.02954381 0.8574838 0.03350049 0.8580362 0.0298801 0.8585975 0.03350049 0.8580362 0.03295874 0.8589972 0.0298801 0.8585975 0.02987968 0.8596045 0.0262764 0.8611964 0.03429204 0.8610697 0.03350049 0.8580362 0.03466981 0.8607392 0.03429204 0.8610697 0.03466981 0.8607392 0.03289431 0.8649046 0.03429204 0.8610697 0.03289431 0.8649046 0.03368175 0.861266 0.03429204 0.8610697 0.03368175 0.861266 0.03295874 0.8589972 0.03912401 0.8542186 0.03628039 0.8564717 0.03518766 0.8552901 0.03912401 0.8542186 0.03973728 0.8527329 0.04184281 0.8540099 0.03912401 0.8542186 0.04184281 0.8540099 0.04120606 0.8549284 0.03912401 0.8542186 0.03894585 0.8551622 0.03628039 0.8564717 0.03501498 0.8599517 0.03567922 0.8626096 0.03466981 0.8607392 0.03501498 0.8599517 0.03466981 0.8607392 0.03518766 0.8552901 0.03501498 0.8599517 0.03628039 0.8564717 0.03561127 0.8591006 0.03501498 0.8599517 0.03561127 0.8591006 0.03620421 0.8608359 0.03862458 0.8623965 0.04169476 0.8601389 0.03919643 0.8645522 0.03862458 0.8623965 0.03919643 0.8645522 0.03567922 0.8626096 0.03862458 0.8623965 0.03567922 0.8626096 0.03620421 0.8608359 0.03862458 0.8623965 0.03849059 0.8608177 0.04089075 0.8593856 0.0427336 0.8566634 0.04184281 0.8540099 0.04351317 0.8564354 0.0427336 0.8566634 0.04351317 0.8564354 0.04169476 0.8601389 0.0427336 0.8566634 0.04169476 0.8601389 0.04182511 0.8568794 0.0427336 0.8566634 0.04182511 0.8568794 0.04120606 0.8549284 0.04745596 0.850557 0.04474395 0.852654 0.047082 0.849525 0.04745596 0.850557 0.047082 0.849525 0.05027449 0.8504267 0.04745596 0.850557 0.05027449 0.8504267 0.0499944 0.8511607 0.04745596 0.850557 0.04756557 0.8513934 0.04520559 0.8530743 0.04394066 0.8560834 0.0450015 0.8587162 0.04351317 0.8564354 0.04394066 0.8560834 0.04351317 0.8564354 0.04344624 0.8518011 0.04394066 0.8560834 0.04474395 0.852654 0.0444867 0.8556745 0.04394066 0.8560834 0.0444867 0.8556745 0.045376 0.8575826 0.04788184 0.8584232 0.05065566 0.8561638 0.04825532 0.8602815 0.04788184 0.8584232 0.04825532 0.8602815 0.0450015 0.8587162 0.04788184 0.8584232 0.0450015 0.8587162 0.045376 0.8575826 0.04788184 0.8584232 0.04784095 0.8571864 0.05065566 0.8561638 0.05139714 0.8528969 0.05027449 0.8504267 0.05164235 0.8528948 0.05139714 0.8528969 0.05164235 0.8528948 0.05065566 0.8561638 0.05139714 0.8528969 0.05065566 0.8561638 0.05023699 0.855342 0.05139714 0.8528969 0.05091983 0.8529052 0.0499944 0.8511607 0.05481392 0.847388 0.05249631 0.8493219 0.05506622 0.8462093 0.05481392 0.847388 0.05506622 0.8462093 0.05730837 0.8473426 0.05481392 0.847388 0.05730837 0.8473426 0.05704599 0.8480007 0.05481392 0.847388 0.05491381 0.848106 0.05291664 0.849646 0.05192655 0.8525176 0.05297738 0.8550369 0.05164235 0.8528948 0.05192655 0.8525176 0.05164235 0.8528948 0.05249631 0.8493219 0.05192655 0.8525176 0.05249631 0.8493219 0.05241 0.8520466 0.05192655 0.8525176 0.05241 0.8520466 0.0532903 0.8539115 0.05552148 0.8549413 0.05788862 0.8529574 0.05589801 0.8567636 0.05552148 0.8549413 0.05589801 0.8567636 0.05297738 0.8550369 0.05552148 0.8549413 0.05297738 0.8550369 0.0532903 0.8539115 0.05552148 0.8549413 0.05545395 0.8538443 0.05788862 0.8529574 0.05840879 0.8498118 0.05730837 0.8473426 0.05875438 0.8498266 0.05840879 0.8498118 0.05875438 0.8498266 0.05788862 0.8529574 0.05840879 0.8498118 0.05788862 0.8529574 0.0574826 0.8523425 0.05840879 0.8498118 0.05795776 0.8499037 0.05704599 0.8480007 0.007960975 0.8664641 0.01139903 0.865224 0.008299708 0.8680718 0.01411294 0.8726364 0.01505106 0.8703182 0.01534682 0.8741148 0.01411294 0.8726364 0.01534682 0.8741148 0.01432579 0.8750859 0.01411294 0.8726364 0.01308792 0.8736247 0.01295292 0.8716713 0.01411294 0.8726364 0.01295292 0.8716713 0.01505106 0.8703182 0.08303183 0.8409835 0.08224451 0.8383946 0.08356297 0.8407364 0.08303183 0.8409835 0.08356297 0.8407364 0.082089 0.8441798 0.08303183 0.8409835 0.082089 0.8441798 0.08236479 0.8413407 0.08303183 0.8409835 0.08236479 0.8413407 0.08176499 0.8396198 0.07952922 0.8383808 0.07683509 0.8402759 0.07912772 0.8364673 0.07952922 0.8383808 0.07912772 0.8364673 0.08224451 0.8383946 0.07952922 0.8383808 0.08224451 0.8383946 0.08176499 0.8396198 0.07952922 0.8383808 0.07975327 0.8397303 0.07683509 0.8402759 0.07611125 0.8434135 0.0771175 0.8459436 0.07528042 0.8434501 0.07611125 0.8434135 0.07528042 0.8434501 0.07683509 0.8402759 0.07611125 0.8434135 0.07683509 0.8402759 0.07703685 0.8434098 0.07611125 0.8434135 0.07703685 0.8434098 0.0771175 0.8459436 0.07961386 0.8460161 0.082089 0.8441798 0.07960915 0.8483516 0.07961386 0.8460161 0.07960915 0.8483516 0.0771175 0.8459436 0.07961386 0.8460161 0.0771175 0.8459436 0.07769036 0.845139 0.07961386 0.8460161 0.07964837 0.8450202 0.08163261 0.8435789 0.06591141 0.847564 0.06473261 0.8451394 0.06633001 0.8473668 0.06591141 0.847564 0.06633001 0.8473668 0.06539452 0.8505468 0.06591141 0.847564 0.06539452 0.8505468 0.06540238 0.8478384 0.06591141 0.847564 0.06540238 0.8478384 0.06443214 0.8459689 0.06210231 0.8450405 0.05968087 0.8467616 0.06192588 0.8435289 0.06210231 0.8450405 0.06192588 0.8435289 0.06473261 0.8451394 0.06210231 0.8450405 0.06473261 0.8451394 0.06222218 0.8459321 0.06210231 0.8450405 0.06222218 0.8459321 0.0601747 0.8473113 0.05912846 0.8497972 0.06027179 0.8522745 0.05875438 0.8498266 0.05912846 0.8497972 0.05875438 0.8498266 0.05968087 0.8467616 0.05912846 0.8497972 0.05968087 0.8467616 0.0601747 0.8473113 0.05912846 0.8497972 0.05969184 0.8496896 0.06027179 0.8522745 0.06293755 0.8523207 0.06539452 0.8505468 0.06317901 0.8538432 0.06293755 0.8523207 0.06317901 0.8538432 0.06027179 0.8522745 0.06293755 0.8523207 0.06027179 0.8522745 0.06063657 0.8516051 0.06293755 0.8523207 0.06287205 0.8515958 0.06494498 0.8501706 0.07458925 0.8437951 0.07339161 0.8414483 0.07528042 0.8434501 0.07458925 0.8437951 0.07528042 0.8434501 0.07383322 0.8470109 0.07458925 0.8437951 0.07383322 0.8470109 0.07388877 0.8442913 0.07458925 0.8437951 0.07388877 0.8442913 0.07303345 0.842647 0.07034814 0.8419049 0.06747156 0.8441756 0.06976944 0.8402962 0.07034814 0.8419049 0.06976944 0.8402962 0.07339161 0.8414483 0.07034814 0.8419049 0.07339161 0.8414483 0.07303345 0.842647 0.07034814 0.8419049 0.07050681 0.8430383 0.06805378 0.8447658 0.06677442 0.8472709 0.06803095 0.8494972 0.06633001 0.8473668 0.06677442 0.8472709 0.06633001 0.8473668 0.06747156 0.8441756 0.06677442 0.8472709 0.06747156 0.8441756 0.06741929 0.8471299 0.06677442 0.8472709 0.06741929 0.8471299 0.06803095 0.8494972 0.07101553 0.8491611 0.07383322 0.8470109 0.07105189 0.8511899 0.07101553 0.8491611 0.07105189 0.8511899 0.06803095 0.8494972 0.07101553 0.8491611 0.06803095 0.8494972 0.06840223 0.8487844 0.07101553 0.8491611 0.07080125 0.8483828 0.07312673 0.8466452 0.07302981 0.8447813 0.07248693 0.8437452 0.07303345 0.842647 0.07302981 0.8447813 0.07388877 0.8442913 0.07312673 0.8466452 0.07302981 0.8447813 0.07242512 0.8463216 0.07209163 0.8452684 0.07302981 0.8447813 0.07209163 0.8452684 0.07248693 0.8437452 0.07067918 0.8440417 0.06889921 0.8452121 0.07050681 0.8430383 0.07067918 0.8440417 0.07050681 0.8430383 0.07248693 0.8437452 0.07067918 0.8440417 0.07248693 0.8437452 0.07184624 0.8447932 0.07067918 0.8440417 0.07085847 0.84498 0.06987625 0.8455864 0.06843948 0.8467977 0.06912738 0.8478793 0.06840223 0.8487844 0.06843948 0.8467977 0.06741929 0.8471299 0.06805378 0.8447658 0.06843948 0.8467977 0.06889921 0.8452121 0.06964731 0.8463699 0.06843948 0.8467977 0.06964731 0.8463699 0.06912738 0.8478793 0.07079011 0.8475374 0.07242512 0.8463216 0.07080125 0.8483828 0.07079011 0.8475374 0.07080125 0.8483828 0.06912738 0.8478793 0.07079011 0.8475374 0.06912738 0.8478793 0.07002949 0.8468781 0.07079011 0.8475374 0.07088047 0.8466584 0.07172596 0.846019 0.06468677 0.8481658 0.06402075 0.8469581 0.06540238 0.8478384 0.06468677 0.8481658 0.06540238 0.8478384 0.06494498 0.8501706 0.06468677 0.8481658 0.06433236 0.8496994 0.0638678 0.8485197 0.06468677 0.8481658 0.0638678 0.8485197 0.06355386 0.8480269 0.06242305 0.8469495 0.06093686 0.8478749 0.06222218 0.8459321 0.06242305 0.8469495 0.06222218 0.8459321 0.06443214 0.8459689 0.06242305 0.8469495 0.06402075 0.8469581 0.06266444 0.8480295 0.06242305 0.8469495 0.06266444 0.8480295 0.0618332 0.8484455 0.06060522 0.8494695 0.06129401 0.8507381 0.06063657 0.8516051 0.06060522 0.8494695 0.05969184 0.8496896 0.0601747 0.8473113 0.06060522 0.8494695 0.06093686 0.8478749 0.06169372 0.8491932 0.06060522 0.8494695 0.06169372 0.8491932 0.06129401 0.8507381 0.06286895 0.8506858 0.06433236 0.8496994 0.06494498 0.8501706 0.06286895 0.8506858 0.06287205 0.8515958 0.06129401 0.8507381 0.06286895 0.8506858 0.06129401 0.8507381 0.06209772 0.8497723 0.06286895 0.8506858 0.06289708 0.8496834 0.06433236 0.8496994 0.08158326 0.841557 0.08116585 0.8405602 0.08176499 0.8396198 0.08158326 0.841557 0.08236479 0.8413407 0.08163261 0.8435789 0.08158326 0.841557 0.08110791 0.8429556 0.08074444 0.8417028 0.08158326 0.841557 0.08074444 0.8417028 0.08116585 0.8405602 0.07985901 0.8407559 0.07852154 0.841754 0.07975327 0.8397303 0.07985901 0.8407559 0.07975327 0.8397303 0.08116585 0.8405602 0.07985901 0.8407559 0.08116585 0.8405602 0.08050692 0.8413583 0.07985901 0.8407559 0.07990562 0.8416197 0.07929086 0.8421963 0.07801228 0.843164 0.07839578 0.8441722 0.07769036 0.845139 0.07801228 0.843164 0.07703685 0.8434098 0.07771527 0.8411633 0.07801228 0.843164 0.07852154 0.841754 0.07901269 0.8427971 0.07801228 0.843164 0.07901269 0.8427971 0.07839578 0.8441722 0.07973653 0.8439651 0.08110791 0.8429556 0.07964837 0.8450202 0.07973653 0.8439651 0.07964837 0.8450202 0.07839578 0.8441722 0.07973653 0.8439651 0.07839578 0.8441722 0.07916742 0.8431244 0.07973653 0.8439651 0.0798515 0.8428803 0.08054906 0.842321 0.01236301 0.8678494 0.01113039 0.8668615 0.01304858 0.8673724 0.01236301 0.8678494 0.01304858 0.8673724 0.01295602 0.8694009 0.01236301 0.8678494 0.01295602 0.8694009 0.01208764 0.8692383 0.01236301 0.8678494 0.01169306 0.8685367 0.01099395 0.868012 0.009285569 0.8685347 0.008299708 0.8680718 0.01126581 0.8658768 0.009804368 0.870104 0.01096284 0.8711095 0.009469032 0.8705338 0.009804368 0.870104 0.01047509 0.8692441 0.01096284 0.8711095 0.01225131 0.8706814 0.01295602 0.8694009 0.01391392 0.8697115 0.01225131 0.8706814 0.01295292 0.8716713 0.01115012 0.8727217 0.01225131 0.8706814 0.01096284 0.8711095 0.01177895 0.869679 0.01225131 0.8706814 0.01177895 0.869679 0.01208764 0.8692383 0.05508655 0.8491582 0.05361169 0.850201 0.05491381 0.848106 0.05508655 0.8491582 0.05491381 0.848106 0.05704599 0.8480007 0.05508655 0.8491582 0.05664819 0.8490404 0.05529576 0.8503774 0.05508655 0.8491582 0.05529576 0.8503774 0.05444413 0.8508713 0.05325287 0.8517633 0.05389767 0.8529481 0.0532903 0.8539115 0.05325287 0.8517633 0.05241 0.8520466 0.05361169 0.850201 0.05325287 0.8517633 0.05361169 0.850201 0.05444413 0.8508713 0.05325287 0.8517633 0.05427551 0.8515738 0.05389767 0.8529481 0.05543375 0.8528582 0.05688303 0.8518434 0.0574826 0.8523425 0.05543375 0.8528582 0.05545395 0.8538443 0.05389767 0.8529481 0.05543375 0.8528582 0.05389767 0.8529481 0.05465233 0.8520656 0.05543375 0.8528582 0.0554372 0.8519275 0.05618667 0.8514021 0.05726742 0.8502531 0.05664819 0.8490404 0.05795776 0.8499037 0.05726742 0.8502531 0.05795776 0.8499037 0.0574826 0.8523425 0.05726742 0.8502531 0.05688303 0.8518434 0.05645745 0.8507311 0.05726742 0.8502531 0.05645745 0.8507311 0.05618274 0.850271 0.04768812 0.8524792 0.04608952 0.8536231 0.04756557 0.8513934 0.04768812 0.8524792 0.04756557 0.8513934 0.04933297 0.85224 0.04768812 0.8524792 0.04933297 0.85224 0.04848086 0.8534919 0.04768812 0.8524792 0.04781711 0.8536898 0.04718458 0.8542363 0.04562175 0.8552762 0.04623347 0.8564354 0.045376 0.8575826 0.04562175 0.8552762 0.0444867 0.8556745 0.04520559 0.8530743 0.04562175 0.8552762 0.04608952 0.8536231 0.04705142 0.854883 0.04562175 0.8552762 0.04705142 0.854883 0.04623347 0.8564354 0.04787313 0.8560981 0.0494666 0.8548559 0.04784095 0.8571864 0.04787313 0.8560981 0.04784095 0.8571864 0.04623347 0.8564354 0.04787313 0.8560981 0.04623347 0.8564354 0.04733234 0.8552817 0.04787313 0.8560981 0.04794198 0.8550838 0.04852038 0.8545375 0.04993951 0.8533011 0.04933297 0.85224 0.0499944 0.8511607 0.04993951 0.8533011 0.05091983 0.8529052 0.05023699 0.855342 0.04993951 0.8533011 0.0494666 0.8548559 0.04870766 0.8538906 0.04993951 0.8533011 0.04870766 0.8538906 0.04933297 0.85224 0.03908371 0.8561247 0.03741341 0.8571512 0.03894585 0.8551622 0.03908371 0.8561247 0.03894585 0.8551622 0.04120606 0.8549284 0.03908371 0.8561247 0.04065054 0.8559796 0.03937959 0.8570967 0.03908371 0.8561247 0.03937959 0.8570967 0.03853005 0.8574941 0.03674256 0.8585792 0.03713887 0.8596614 0.03620421 0.8608359 0.03674256 0.8585792 0.03561127 0.8591006 0.0365718 0.8568099 0.03674256 0.8585792 0.03741341 0.8571512 0.03814136 0.8582227 0.03674256 0.8585792 0.03814136 0.8582227 0.03713887 0.8596614 0.03866988 0.8596502 0.04030436 0.8587577 0.04089075 0.8593856 0.03866988 0.8596502 0.03849059 0.8608177 0.03713887 0.8596614 0.03866988 0.8596502 0.03713887 0.8596614 0.0382784 0.8587864 0.03866988 0.8596502 0.03900587 0.8586884 0.04030436 0.8587577 0.04101103 0.8571957 0.04065054 0.8559796 0.04182511 0.8568794 0.04101103 0.8571957 0.04182511 0.8568794 0.04089075 0.8593856 0.04101103 0.8571957 0.04030436 0.8587577 0.04024404 0.8575623 0.04101103 0.8571957 0.04024404 0.8575623 0.04013574 0.8570973 0.03001582 0.8608079 0.02795737 0.8622127 0.02987968 0.8596045 0.03001582 0.8608079 0.02987968 0.8596045 0.03210455 0.86028 0.03001582 0.8608079 0.03210455 0.86028 0.03109419 0.8617239 0.03001582 0.8608079 0.03022021 0.8621096 0.02942955 0.8628041 0.02751368 0.8634719 0.0283513 0.864276 0.02725803 0.8652111 0.02751368 0.8634719 0.02607923 0.8637471 0.02680104 0.8616629 0.02751368 0.8634719 0.02795737 0.8622127 0.02939325 0.8633233 0.02751368 0.8634719 0.02939325 0.8633233 0.0283513 0.864276 0.030137 0.8643152 0.03189241 0.8634776 0.02988123 0.8654087 0.030137 0.8643152 0.02988123 0.8654087 0.0283513 0.864276 0.030137 0.8643152 0.0283513 0.864276 0.02985376 0.8635445 0.030137 0.8643152 0.03055357 0.8633446 0.03117001 0.8628361 0.0326392 0.8616512 0.03210455 0.86028 0.03295874 0.8589972 0.0326392 0.8616512 0.03368175 0.861266 0.03250408 0.8641551 0.0326392 0.8616512 0.03189241 0.8634776 0.03138053 0.8621309 0.0326392 0.8616512 0.03138053 0.8621309 0.03210455 0.86028 0.01255303 0.7723078 0.01230597 0.770864 0.0132361 0.7695342 0.01255303 0.7723078 0.01346296 0.7719543 0.01205003 0.7736758 0.01255303 0.7723078 0.01205003 0.7736758 0.01159769 0.7730814 0.01255303 0.7723078 0.0116623 0.7726184 0.01230597 0.770864 0.03214424 0.7669769 0.03101789 0.7677504 0.03043574 0.7668611 0.03214424 0.7669769 0.03220003 0.765769 0.03332501 0.7672526 0.03214424 0.7669769 0.03332501 0.7672526 0.03268009 0.7682939 0.03214424 0.7669769 0.03216242 0.7682636 0.03101789 0.7677504 0.03046417 0.7693106 0.03080487 0.7707532 0.02998244 0.7717673 0.03046417 0.7693106 0.02951121 0.7693973 0.03043574 0.7668611 0.03046417 0.7693106 0.03101789 0.7677504 0.03143972 0.7691696 0.03046417 0.7693106 0.03143972 0.7691696 0.031596 0.7696528 0.03236168 0.771174 0.0338642 0.7705456 0.03240549 0.772361 0.03236168 0.771174 0.03240549 0.772361 0.02998244 0.7717673 0.03236168 0.771174 0.03080487 0.7707532 0.03231912 0.7698759 0.03236168 0.771174 0.03231912 0.7698759 0.03300303 0.7696959 0.03404182 0.7688404 0.03332501 0.7672526 0.03401565 0.7663249 0.03404182 0.7688404 0.03509432 0.7687328 0.0338642 0.7705456 0.03404182 0.7688404 0.0338642 0.7705456 0.03300303 0.7696959 0.03404182 0.7688404 0.03304183 0.7689699 0.03332501 0.7672526 0.02209794 0.7678369 0.01964914 0.7689542 0.01892435 0.7680256 0.02209794 0.7678369 0.02245998 0.7664088 0.02422696 0.7678653 0.02209794 0.7678369 0.02422696 0.7678653 0.02270519 0.7693011 0.02209794 0.7678369 0.02167004 0.7693943 0.01964914 0.7689542 0.01852995 0.7706297 0.018875 0.7720544 0.0173186 0.7708172 0.01852995 0.7706297 0.0173186 0.7708172 0.01892435 0.7680256 0.01852995 0.7706297 0.01964914 0.7689542 0.01983779 0.7704105 0.01852995 0.7706297 0.01983779 0.7704105 0.01995682 0.7708254 0.02081894 0.7724196 0.02308267 0.7716391 0.02069371 0.7737691 0.02081894 0.7724196 0.02069371 0.7737691 0.018875 0.7720544 0.02081894 0.7724196 0.018875 0.7720544 0.01995682 0.7708254 0.02081894 0.7724196 0.02090394 0.7710033 0.02204257 0.770779 0.02438694 0.7696268 0.02422696 0.7678653 0.025554 0.766632 0.02438694 0.7696268 0.02583509 0.7693607 0.02398705 0.7724535 0.02438694 0.7696268 0.02308267 0.7716391 0.02273619 0.7699871 0.02438694 0.7696268 0.02273619 0.7699871 0.02422696 0.7678653 0.0427882 0.7709093 0.04427331 0.7702367 0.04528081 0.7709648 0.0427882 0.7709093 0.0429787 0.7719332 0.04109805 0.7706101 0.0427882 0.7709093 0.04109805 0.7706101 0.04197287 0.769807 0.0427882 0.7709093 0.04259544 0.7697587 0.04427331 0.7702367 0.04454654 0.7687019 0.04373556 0.767299 0.04569911 0.7684526 0.04454654 0.7687019 0.04569911 0.7684526 0.04427331 0.7702367 0.04454654 0.7687019 0.04427331 0.7702367 0.04315149 0.7694038 0.04454654 0.7687019 0.04332208 0.768877 0.0430628 0.7684845 0.04196774 0.7670226 0.04040509 0.767718 0.04171574 0.7655593 0.04196774 0.7670226 0.04171574 0.7655593 0.04444152 0.7660872 0.04196774 0.7670226 0.04373556 0.767299 0.04232919 0.7685322 0.04196774 0.7670226 0.04232919 0.7685322 0.04166215 0.7688866 0.04020941 0.76923 0.04109805 0.7706101 0.04036086 0.771308 0.04020941 0.76923 0.03899532 0.7690398 0.04040509 0.767718 0.04020941 0.76923 0.04040509 0.767718 0.04160255 0.7694139 0.04020941 0.76923 0.04160255 0.7694139 0.04109805 0.7706101 0.08815932 0.7698544 0.08600449 0.7697132 0.08797967 0.7688242 0.08815932 0.7698544 0.08797967 0.7688242 0.09009671 0.7711808 0.08815932 0.7698544 0.09009671 0.7711808 0.089558 0.7715863 0.08815932 0.7698544 0.08841878 0.770916 0.08714962 0.7708804 0.0849443 0.7714449 0.08527415 0.7735664 0.08408534 0.774248 0.0849443 0.7714449 0.08364027 0.7711694 0.08507293 0.7686101 0.0849443 0.7714449 0.08600449 0.7697132 0.08652281 0.7717227 0.0849443 0.7714449 0.08652281 0.7717227 0.08527415 0.7735664 0.08728945 0.774595 0.08952212 0.7744385 0.08681184 0.7755922 0.08728945 0.774595 0.08681184 0.7755922 0.08527415 0.7735664 0.08728945 0.774595 0.08527415 0.7735664 0.08671402 0.7727963 0.08728945 0.774595 0.08789914 0.7734546 0.08921414 0.7734783 0.0905044 0.7730045 0.09009671 0.7711808 0.09059447 0.7707302 0.0905044 0.7730045 0.09115129 0.773247 0.08952212 0.7744385 0.0905044 0.7730045 0.08952212 0.7744385 0.08921414 0.7734783 0.0905044 0.7730045 0.08979511 0.772648 0.09009671 0.7711808 0.07819396 0.7670882 0.07603508 0.7672453 0.07773101 0.765435 0.07819396 0.7670882 0.07773101 0.765435 0.0808115 0.7674292 0.07819396 0.7670882 0.08019644 0.7683698 0.07879185 0.7689157 0.07819396 0.7670882 0.07879185 0.7689157 0.07802289 0.7690806 0.07513636 0.7694726 0.0756101 0.7719464 0.07381111 0.7726774 0.07513636 0.7694726 0.07306408 0.7689338 0.07441288 0.7656275 0.07513636 0.7694726 0.07603508 0.7672453 0.07767975 0.7700937 0.07513636 0.7694726 0.07767975 0.7700937 0.0756101 0.7719464 0.07756847 0.7728431 0.07968324 0.772301 0.07998782 0.7734999 0.07756847 0.7728431 0.07678067 0.7741821 0.0756101 0.7719464 0.07756847 0.7728431 0.0756101 0.7719464 0.07783353 0.7711167 0.07756847 0.7728431 0.07855516 0.7713117 0.07968324 0.772301 0.08062607 0.7704586 0.08019644 0.7683698 0.0814476 0.7706833 0.08062607 0.7704586 0.0814476 0.7706833 0.07968324 0.772301 0.08062607 0.7704586 0.07968324 0.772301 0.07933598 0.7709074 0.08062607 0.7704586 0.07966727 0.7701335 0.07950168 0.7693496 0.02642875 0.7847592 0.04029989 0.7873314 0.02879953 0.788258 0.02642875 0.7847592 0.01639568 0.7831265 0.02423202 0.7812724 0.02642875 0.7847592 0.02423202 0.7812724 0.04029989 0.7873314 0.09431821 0.8553031 0.08832716 0.8603991 0.09145277 0.8532031 0.09431821 0.8553031 0.09145277 0.8532031 0.09510266 0.8487328 0.09431821 0.8553031 0.09842193 0.8486839 0.0983926 0.8561842 0.09431821 0.8553031 0.0983926 0.8561842 0.09198427 0.862769 0.03197771 0.8781155 0.03227722 0.8747696 0.03715461 0.8767991 0.03197771 0.8781155 0.03715461 0.8767991 0.03718167 0.8786903 0.03197771 0.8781155 0.03155767 0.8798019 0.02696329 0.8790531 0.03197771 0.8781155 0.02696329 0.8790531 0.02785289 0.8759838 0.03149574 0.8714765 0.03566575 0.8697552 0.03227722 0.8747696 0.03149574 0.8714765 0.03227722 0.8747696 0.02785289 0.8759838 0.03149574 0.8714765 0.02739226 0.8727855 0.03044754 0.8686612 0.03149574 0.8714765 0.03044754 0.8686612 0.03430622 0.8660566 0.02292704 0.873853 0.02315998 0.87688 0.01994967 0.8770185 0.02292704 0.873853 0.01893973 0.8750243 0.02214753 0.8712571 0.02292704 0.873853 0.02214753 0.8712571 0.0262928 0.8692064 0.02292704 0.873853 0.02739226 0.8727855 0.02315998 0.87688 0.0299471 0.8667479 0.03289431 0.8649046 0.03044754 0.8686612 0.0299471 0.8667479 0.03044754 0.8686612 0.0262928 0.8692064 0.0299471 0.8667479 0.02698314 0.8665537 0.02988123 0.8654087 0.0299471 0.8667479 0.02988123 0.8654087 0.03250408 0.8641551 0.02553516 0.8642758 0.02534157 0.8647847 0.02478426 0.8602898 0.02553516 0.8642758 0.0262764 0.8611964 0.02607923 0.8637471 0.02553516 0.8642758 0.02607923 0.8637471 0.02725803 0.8652111 0.02553516 0.8642758 0.02698314 0.8665537 0.02534157 0.8647847 0.01376515 0.8673164 0.01139903 0.865224 0.01192098 0.8635923 0.01376515 0.8673164 0.01445943 0.8673245 0.01744323 0.8714504 0.01376515 0.8673164 0.01505106 0.8703182 0.01391392 0.8697115 0.01376515 0.8673164 0.01304858 0.8673724 0.01139903 0.865224 0.02495861 0.8650007 0.02534157 0.8647847 0.02452403 0.8683074 0.02495861 0.8650007 0.02452403 0.8683074 0.02384525 0.8677777 0.02495861 0.8650007 0.02427881 0.8650944 0.02365899 0.8620286 0.02495861 0.8650007 0.02365899 0.8620286 0.02534157 0.8647847 0.01507788 0.8670399 0.01445943 0.8673245 0.01390385 0.86411 0.01507788 0.8670399 0.01390385 0.86411 0.01503276 0.8642421 0.01507788 0.8670399 0.01590037 0.866623 0.01800113 0.8695991 0.01507788 0.8670399 0.01800113 0.8695991 0.01744323 0.8714504 0.02167737 0.8699309 0.02214753 0.8712571 0.01744323 0.8714504 0.02167737 0.8699309 0.01800113 0.8695991 0.02138811 0.8690499 0.02167737 0.8699309 0.02138811 0.8690499 0.02384525 0.8677777 0.02167737 0.8699309 0.02452403 0.8683074 0.02214753 0.8712571 0.02115112 0.8677896 0.02138811 0.8690499 0.01892203 0.8675729 0.02115112 0.8677896 0.01892203 0.8675729 0.01974225 0.8662787 0.02115112 0.8677896 0.02094036 0.8663399 0.02183413 0.8660468 0.02115112 0.8677896 0.02290505 0.8669794 0.02138811 0.8690499 0.01720684 0.8662345 0.01590037 0.866623 0.01657605 0.864721 0.01720684 0.8662345 0.01657605 0.864721 0.01832652 0.8653731 0.01720684 0.8662345 0.01875525 0.8658602 0.01892203 0.8675729 0.01720684 0.8662345 0.01892203 0.8675729 0.01828169 0.8687264 0.02319455 0.8652363 0.02427881 0.8650944 0.02290505 0.8669794 0.02319455 0.8652363 0.02290505 0.8669794 0.02183413 0.8660468 0.02319455 0.8652363 0.02190816 0.8654023 0.02245008 0.8636536 0.02319455 0.8652363 0.02245008 0.8636536 0.02326416 0.8626576 0.04613775 0.2314662 0.03994292 0.2312076 0.04404503 0.2465276 0.04613775 0.2314662 0.04404503 0.2465276 0.0512911 0.232528 0.04613775 0.2314662 0.0512911 0.232528 0.05256915 0.2220113 0.04118794 0.269769 0.04404503 0.2465276 0.03780144 0.246808 0.04118794 0.269769 0.03557044 0.2697044 0.03333139 0.2977963 0.04118794 0.269769 0.03820532 0.2985229 0.04578 0.2709738 0.04118794 0.269769 0.04578 0.2709738 0.04927432 0.2473977 0.04981285 0.2721775 0.05340808 0.2491215 0.04578 0.2709738 0.04981285 0.2721775 0.04578 0.2709738 0.04214978 0.3001343 0.04981285 0.2721775 0.04609042 0.3005764 0.05414438 0.27376 0.04981285 0.2721775 0.05414438 0.27376 0.05770915 0.252442 0.05963265 0.2761015 0.06344038 0.2581022 0.05414438 0.27376 0.05963265 0.2761015 0.05414438 0.27376 0.05047971 0.30024 0.05963265 0.2761015 0.05577015 0.2995164 0.06630527 0.278544 0.05963265 0.2761015 0.06630527 0.278544 0.07068759 0.2631931 0.07418996 0.2804293 0.07953673 0.2648054 0.07068759 0.2631931 0.07418996 0.2804293 0.06630527 0.278544 0.06183129 0.2996503 0.07418996 0.2804293 0.06853264 0.3018866 0.08268064 0.282036 0.07418996 0.2804293 0.08268064 0.282036 0.07953673 0.2648054 0.02846139 0.2719212 0.03062474 0.2485363 0.02305638 0.2511255 0.02846139 0.2719212 0.02106779 0.2744784 0.02660214 0.3000088 0.02846139 0.2719212 0.02660214 0.3000088 0.03333139 0.2977963 0.02846139 0.2719212 0.03557044 0.2697044 0.03062474 0.2485363 0.01459652 0.2754352 0.01563793 0.2539888 0.008294343 0.2569891 0.01459652 0.2754352 0.008586406 0.2755919 0.008484065 0.2998127 0.01459652 0.2754352 0.01371467 0.3017518 0.01955187 0.3022856 0.01459652 0.2754352 0.02106779 0.2744784 0.01563793 0.2539888 0.01360827 0.3314253 0.01371467 0.3017518 0.008501648 0.3295666 0.01360827 0.3314253 0.008501648 0.3295666 0.00784856 0.3634594 0.01360827 0.3314253 0.01304459 0.3639692 0.0190773 0.3321172 0.01360827 0.3314253 0.0190773 0.3321172 0.01955187 0.3022856 0.02527129 0.3304759 0.02660214 0.3000088 0.01955187 0.3022856 0.02527129 0.3304759 0.0190773 0.3321172 0.02344566 0.3630335 0.02527129 0.3304759 0.02344566 0.3630335 0.02833503 0.362941 0.02527129 0.3304759 0.03116577 0.3289832 0.02660214 0.3000088 0.06427508 0.3314979 0.06853264 0.3018866 0.05874419 0.3295525 0.06427508 0.3314979 0.05874419 0.3295525 0.05529952 0.3638051 0.06427508 0.3314979 0.05993509 0.3657252 0.06989055 0.3344998 0.06427508 0.3314979 0.06989055 0.3344998 0.07555407 0.305174 0.05338251 0.3297199 0.05577015 0.2995164 0.05047971 0.30024 0.05338251 0.3297199 0.04836714 0.3308417 0.05054312 0.3632677 0.05338251 0.3297199 0.05054312 0.3632677 0.05529952 0.3638051 0.05338251 0.3297199 0.05874419 0.3295525 0.05577015 0.2995164 0.04387515 0.3317593 0.04609042 0.3005764 0.0397253 0.3317576 0.04387515 0.3317593 0.0397253 0.3317576 0.0411309 0.3664716 0.04387515 0.3317593 0.0411309 0.3664716 0.04578167 0.3641456 0.04387515 0.3317593 0.04836714 0.3308417 0.04609042 0.3005764 0.03573632 0.3301213 0.03820532 0.2985229 0.03116577 0.3289832 0.03573632 0.3301213 0.03116577 0.3289832 0.02833503 0.362941 0.03573632 0.3301213 0.03259307 0.3655547 0.0397253 0.3317576 0.03573632 0.3301213 0.0397253 0.3317576 0.04214978 0.3001343 0.06871986 0.7575469 0.07180887 0.7548623 0.07394611 0.7585728 0.06871986 0.7575469 0.07394611 0.7585728 0.07173264 0.7620506 0.06871986 0.7575469 0.06580483 0.7598335 0.06333476 0.7569277 0.06871986 0.7575469 0.06333476 0.7569277 0.0673322 0.7541606 0.05798804 0.7569178 0.06247496 0.7535921 0.0673322 0.7541606 0.05798804 0.7569178 0.06333476 0.7569277 0.05894243 0.7600348 0.05798804 0.7569178 0.05409622 0.7598961 0.05188614 0.7575407 0.05798804 0.7569178 0.05188614 0.7575407 0.05632513 0.7536304 0.05720359 0.7824812 0.06602668 0.7817946 0.07594782 0.786287 0.05720359 0.7824812 0.056427 0.7855531 0.03512537 0.781163 0.05720359 0.7824812 0.04936778 0.7801004 0.05838781 0.7786982 0.04705488 0.7778119 0.05304938 0.776246 0.05838781 0.7786982 0.04705488 0.7778119 0.04936778 0.7801004 0.03512537 0.781163 0.04705488 0.7778119 0.0416913 0.7771478 0.04791939 0.7732267 0.0561226 0.7751517 0.05429649 0.7735664 0.05949473 0.7729217 0.0561226 0.7751517 0.06099385 0.776487 0.05838781 0.7786982 0.0561226 0.7751517 0.05304938 0.776246 0.04791939 0.7732267 0.06743705 0.7786683 0.06574344 0.7752315 0.07120734 0.7748727 0.06743705 0.7786683 0.07342541 0.780231 0.06602668 0.7817946 0.06743705 0.7786683 0.06602668 0.7817946 0.06099385 0.776487 0.06743705 0.7786683 0.06099385 0.776487 0.06574344 0.7752315 0.07040518 0.7684752 0.07122218 0.7683926 0.069067 0.772725 0.07040518 0.7684752 0.069067 0.772725 0.06938439 0.7685713 0.07040518 0.7684752 0.06938439 0.7685713 0.06902635 0.7637673 0.07040518 0.7684752 0.06902635 0.7637673 0.07122218 0.7683926 0.06468796 0.7615043 0.06580483 0.7598335 0.06902635 0.7637673 0.06468796 0.7615043 0.06902635 0.7637673 0.06462359 0.7629938 0.06468796 0.7615043 0.06462359 0.7629938 0.06126409 0.7635506 0.06468796 0.7615043 0.06049114 0.7622687 0.06580483 0.7598335 0.06525456 0.7736135 0.06574344 0.7752315 0.06130051 0.7714747 0.06525456 0.7736135 0.06130051 0.7714747 0.06206667 0.7708013 0.06525456 0.7736135 0.06532347 0.772554 0.06840533 0.7719168 0.06525456 0.7736135 0.069067 0.772725 0.07120734 0.7748727 0.05953735 0.7666426 0.06130051 0.7714747 0.05949473 0.7729217 0.05953735 0.7666426 0.05880469 0.7663943 0.06049114 0.7622687 0.05953735 0.7666426 0.06049114 0.7622687 0.06126409 0.7635506 0.05953735 0.7666426 0.06056267 0.7669766 0.06130051 0.7714747 0.05286335 0.7618691 0.05409622 0.7598961 0.05655115 0.7624422 0.05286335 0.7618691 0.05655115 0.7624422 0.05321246 0.7634273 0.05286335 0.7618691 0.05321246 0.7634273 0.05042332 0.7649785 0.05286335 0.7618691 0.04940062 0.7639167 0.05409622 0.7598961 0.05813741 0.7665427 0.05655115 0.7624422 0.05880469 0.7663943 0.05813741 0.7665427 0.05880469 0.7663943 0.05731171 0.770927 0.05813741 0.7665427 0.05731171 0.770927 0.05685794 0.7701336 0.05813741 0.7665427 0.05750215 0.7668641 0.05655115 0.7624422 0.06806153 0.7684447 0.06938439 0.7685713 0.06742852 0.7705466 0.06806153 0.7684447 0.06742852 0.7705466 0.06658756 0.7682067 0.06806153 0.7684447 0.06658756 0.7682067 0.06720608 0.7660028 0.06806153 0.7684447 0.06720608 0.7660028 0.06815809 0.7648273 0.06486618 0.7647367 0.06462359 0.7629938 0.06815809 0.7648273 0.06486618 0.7647367 0.06720608 0.7660028 0.06621217 0.7672364 0.06486618 0.7647367 0.06526219 0.7666062 0.06430625 0.7664949 0.06486618 0.7647367 0.06263554 0.7649847 0.06462359 0.7629938 0.06530314 0.7707931 0.06532347 0.772554 0.06206667 0.7708013 0.06530314 0.7707931 0.0630685 0.7695254 0.06523823 0.7686814 0.06530314 0.7707931 0.06523823 0.7686814 0.06629425 0.7688955 0.06530314 0.7707931 0.06742852 0.7705466 0.06532347 0.772554 0.0621078 0.7670851 0.06056267 0.7669766 0.06263554 0.7649847 0.0621078 0.7670851 0.06263554 0.7649847 0.06430625 0.7664949 0.0621078 0.7670851 0.06391286 0.7670809 0.06418818 0.7679484 0.0621078 0.7670851 0.0630685 0.7695254 0.06206667 0.7708013 0.05175995 0.7679144 0.04972958 0.7677844 0.05042332 0.7649785 0.05175995 0.7679144 0.05223298 0.7661621 0.0541855 0.7680562 0.05175995 0.7679144 0.0541855 0.7680562 0.0525633 0.7694717 0.05175995 0.7679144 0.0525633 0.7694717 0.05097895 0.7703602 0.05406624 0.7651608 0.05321246 0.7634273 0.05620324 0.7638246 0.05406624 0.7651608 0.05602276 0.7653415 0.05517238 0.7669821 0.05406624 0.7651608 0.05517238 0.7669821 0.05443608 0.7674066 0.05406624 0.7651608 0.05223298 0.7661621 0.05321246 0.7634273 0.05455929 0.7698883 0.05401927 0.7712211 0.0525633 0.7694717 0.05455929 0.7698883 0.0525633 0.7694717 0.05444556 0.7685369 0.05455929 0.7698883 0.0552414 0.7684544 0.05643194 0.7691231 0.05455929 0.7698883 0.05643194 0.7691231 0.05685794 0.7701336 0.05686557 0.7671349 0.05750215 0.7668641 0.05643194 0.7691231 0.05686557 0.7671349 0.05643194 0.7691231 0.0560199 0.768004 0.05686557 0.7671349 0.05622822 0.7673804 0.05592584 0.7669256 0.05686557 0.7671349 0.05602276 0.7653415 0.05750215 0.7668641 0.04848951 0.7676782 0.0476216 0.7677254 0.04940062 0.7639167 0.04848951 0.7676782 0.04940062 0.7639167 0.04972958 0.7677844 0.04848951 0.7676782 0.04972958 0.7677844 0.04999035 0.7711557 0.04848951 0.7676782 0.04999035 0.7711557 0.04791939 0.7732267 0.05376356 0.7723516 0.05429649 0.7735664 0.04999035 0.7711557 0.05376356 0.7723516 0.04999035 0.7711557 0.05097895 0.7703602 0.05376356 0.7723516 0.05401927 0.7712211 0.05685794 0.7701336 0.05376356 0.7723516 0.05731171 0.770927 0.05429649 0.7735664 0.08199459 0.7707068 0.0814476 0.7706833 0.0808115 0.7674292 0.08199459 0.7707068 0.08126723 0.7665672 0.08242207 0.7707163 0.08199459 0.7707068 0.08242207 0.7707163 0.08020681 0.7743098 0.08199459 0.7707068 0.08020681 0.7743098 0.07998782 0.7734999 0.08393669 0.8408511 0.08356297 0.8407364 0.08488327 0.8377063 0.08393669 0.8408511 0.08488327 0.8377063 0.08525121 0.8386971 0.08393669 0.8408511 0.08450287 0.8410823 0.08467912 0.8438664 0.08393669 0.8408511 0.08467912 0.8438664 0.08356297 0.8407364 0.08725619 0.8444065 0.08782374 0.8460965 0.08467912 0.8438664 0.08725619 0.8444065 0.08467912 0.8438664 0.08512508 0.8432847 0.08725619 0.8444065 0.08719837 0.8435418 0.08929449 0.8423862 0.08725619 0.8444065 0.08986246 0.8430394 0.08782374 0.8460965 0.09069257 0.8403331 0.0918228 0.8407081 0.08986246 0.8430394 0.09069257 0.8403331 0.08986246 0.8430394 0.08998507 0.8403507 0.09069257 0.8403331 0.08998507 0.8403507 0.08930504 0.838498 0.09069257 0.8403331 0.08983373 0.8377563 0.09093075 0.8371509 0.08737307 0.8367777 0.08807915 0.8354612 0.08983373 0.8377563 0.08737307 0.8367777 0.08983373 0.8377563 0.08930504 0.838498 0.08737307 0.8367777 0.08728951 0.8378912 0.08488327 0.8377063 0.08737307 0.8367777 0.08488327 0.8377063 0.08807915 0.8354612 0.08732461 0.8391898 0.08728951 0.8378912 0.08859014 0.8394609 0.08732461 0.8391898 0.08859014 0.8394609 0.0877822 0.8405343 0.08732461 0.8391898 0.08741909 0.8405807 0.08706921 0.8408448 0.08732461 0.8391898 0.086052 0.8397544 0.08728951 0.8378912 0.08900958 0.8405373 0.08998507 0.8403507 0.08929449 0.8423862 0.08900958 0.8405373 0.08857935 0.8417757 0.0879001 0.8408085 0.08900958 0.8405373 0.0879001 0.8408085 0.0877822 0.8405343 0.08900958 0.8405373 0.08859014 0.8394609 0.08998507 0.8403507 0.08729618 0.8425326 0.08719837 0.8435418 0.08602011 0.8424538 0.08729618 0.8425326 0.08602011 0.8424538 0.08713966 0.8414983 0.08729618 0.8425326 0.08747178 0.8414512 0.08779066 0.8411865 0.08729618 0.8425326 0.08857935 0.8417757 0.08719837 0.8435418 0.08561128 0.841185 0.08450287 0.8410823 0.08525121 0.8386971 0.08561128 0.841185 0.086052 0.8397544 0.08699077 0.8412234 0.08561128 0.841185 0.08699077 0.8412234 0.08602011 0.8424538 0.08561128 0.841185 0.08602011 0.8424538 0.08512508 0.8432847 0.1147041 0.7767752 0.1250074 0.7786749 0.123927 0.7904492 0.1147041 0.7767752 0.1122373 0.7882649 0.1054617 0.7738267 0.1147041 0.7767752 0.1054617 0.7738267 0.1079604 0.7659987 0.1147041 0.7767752 0.1151403 0.7673635 0.1231381 0.7685183 0.1012897 0.7685164 0.09819734 0.7627725 0.1035407 0.7629845 0.1012897 0.7685164 0.1035407 0.7629845 0.1079604 0.7659987 0.1012897 0.7685164 0.1054617 0.7738267 0.09805506 0.7727894 0.1012897 0.7685164 0.09805506 0.7727894 0.09619373 0.7657351 0.08086317 0.7539205 0.08563178 0.755621 0.0846737 0.7583934 0.08086317 0.7539205 0.07999646 0.7567339 0.07707339 0.75289 0.08086317 0.7539205 0.07707339 0.75289 0.07810056 0.7500871 0.08086317 0.7539205 0.08194792 0.7511605 0.08563178 0.755621 0.0921939 0.7585228 0.09819734 0.7627725 0.09619373 0.7657351 0.0921939 0.7585228 0.09090304 0.7611651 0.08563178 0.755621 0.0921939 0.7585228 0.08563178 0.755621 0.08681231 0.7528641 0.0921939 0.7585228 0.0932607 0.7557175 0.09945094 0.7592484 0.05422216 0.7506221 0.06046968 0.7502898 0.04797083 0.7547488 0.05422216 0.7506221 0.04797083 0.7547488 0.0400319 0.7559865 0.05422216 0.7506221 0.04820066 0.7510761 0.06034481 0.7469771 0.05422216 0.7506221 0.06034481 0.7469771 0.06401133 0.7473732 0.04385519 0.7511537 0.04023295 0.7508952 0.05283135 0.7459626 0.04385519 0.7511537 0.05283135 0.7459626 0.04820066 0.7510761 0.04385519 0.7511537 0.04820066 0.7510761 0.03512817 0.7563824 0.04385519 0.7511537 0.03512817 0.7563824 0.03141283 0.7563082 0.0654931 0.7505772 0.06968742 0.751231 0.0673322 0.7541606 0.0654931 0.7505772 0.06247496 0.7535921 0.06046968 0.7502898 0.0654931 0.7505772 0.06046968 0.7502898 0.06401133 0.7473732 0.0654931 0.7505772 0.06775248 0.7477899 0.06968742 0.751231 0.07344788 0.7519977 0.07707339 0.75289 0.07599896 0.7557143 0.07344788 0.7519977 0.07180887 0.7548623 0.06968742 0.751231 0.07344788 0.7519977 0.06968742 0.751231 0.07137936 0.7483369 0.07344788 0.7519977 0.07470321 0.7491243 0.07707339 0.75289 0.07664132 0.7464138 0.07470321 0.7491243 0.07338684 0.7456771 0.07664132 0.7464138 0.07338684 0.7456771 0.07542622 0.7418855 0.07664132 0.7464138 0.07880264 0.7426291 0.08001148 0.7472934 0.07664132 0.7464138 0.08001148 0.7472934 0.07810056 0.7500871 0.06996321 0.7451473 0.06775248 0.7477899 0.06664174 0.744735 0.06996321 0.7451473 0.06664174 0.744735 0.06835436 0.7407226 0.06996321 0.7451473 0.07192802 0.7412516 0.07338684 0.7456771 0.06996321 0.7451473 0.07338684 0.7456771 0.07137936 0.7483369 0.05630308 0.7420831 0.05283135 0.7459626 0.05192023 0.740298 0.05630308 0.7420831 0.05192023 0.740298 0.05541378 0.7370003 0.05630308 0.7420831 0.05541378 0.7370003 0.06060874 0.7392805 0.05630308 0.7420831 0.06046551 0.7435989 0.05665183 0.7465306 0.06369382 0.7443509 0.06034481 0.7469771 0.06046551 0.7435989 0.06369382 0.7443509 0.06046551 0.7435989 0.0647518 0.7402934 0.06369382 0.7443509 0.0647518 0.7402934 0.06664174 0.744735 0.06369382 0.7443509 0.06664174 0.744735 0.06401133 0.7473732 0.09399998 0.7523978 0.0932607 0.7557175 0.08681231 0.7528641 0.09399998 0.7523978 0.08832198 0.7497868 0.09491646 0.7481707 0.09399998 0.7523978 0.09491646 0.7481707 0.09959971 0.7508811 0.09399998 0.7523978 0.09952497 0.7554239 0.0932607 0.7557175 0.08378207 0.7482514 0.08194792 0.7511605 0.08001148 0.7472934 0.08378207 0.7482514 0.08001148 0.7472934 0.08223563 0.7434636 0.08378207 0.7482514 0.08590358 0.7443701 0.08832198 0.7497868 0.08378207 0.7482514 0.08832198 0.7497868 0.08681231 0.7528641 0.1036059 0.7582044 0.1035407 0.7629845 0.09945094 0.7592484 0.1036059 0.7582044 0.09952497 0.7554239 0.1031947 0.7532961 0.1036059 0.7582044 0.1031947 0.7532961 0.1070224 0.7553226 0.1036059 0.7582044 0.1078842 0.7603586 0.1035407 0.7629845 0.1140014 0.7615063 0.1151403 0.7673635 0.1079604 0.7659987 0.1140014 0.7615063 0.1078842 0.7603586 0.1124041 0.7568671 0.1140014 0.7615063 0.1124041 0.7568671 0.1186392 0.7569811 0.1140014 0.7615063 0.1207473 0.762214 0.1151403 0.7673635 0.1114648 0.7511099 0.1124041 0.7568671 0.1070224 0.7553226 0.1114648 0.7511099 0.1071642 0.7493066 0.1114494 0.7455868 0.1114648 0.7511099 0.1114494 0.7455868 0.1142995 0.7470549 0.1114648 0.7511099 0.1156002 0.7512114 0.1124041 0.7568671 0.1040166 0.7473801 0.1031947 0.7532961 0.09959971 0.7508811 0.1040166 0.7473801 0.1008557 0.7452018 0.1054525 0.7416675 0.1040166 0.7473801 0.1054525 0.7416675 0.1080724 0.743615 0.1040166 0.7473801 0.1071642 0.7493066 0.1031947 0.7532961 0.08785015 0.7386934 0.08590358 0.7443701 0.08420228 0.737553 0.08785015 0.7386934 0.08420228 0.737553 0.08588826 0.7313608 0.08785015 0.7386934 0.08957982 0.7327354 0.09364181 0.7345269 0.08785015 0.7386934 0.09188359 0.740281 0.0900495 0.7457916 0.09651505 0.742643 0.09491646 0.7481707 0.0900495 0.7457916 0.09651505 0.742643 0.09188359 0.740281 0.09828197 0.7369673 0.09651505 0.742643 0.09828197 0.7369673 0.1025392 0.7395247 0.09651505 0.742643 0.1008557 0.7452018 0.09491646 0.7481707 0.06400144 0.7323545 0.0647518 0.7402934 0.06060874 0.7392805 0.06400144 0.7323545 0.05804836 0.7305747 0.06284683 0.7242529 0.06400144 0.7323545 0.06284683 0.7242529 0.06962335 0.7264537 0.06400144 0.7323545 0.06914275 0.7336833 0.0647518 0.7402934 0.05130654 0.7281993 0.05541378 0.7370003 0.05019921 0.7345596 0.05130654 0.7281993 0.04518312 0.7263758 0.04690086 0.7196356 0.05130654 0.7281993 0.04690086 0.7196356 0.05504566 0.7218199 0.05130654 0.7281993 0.05804836 0.7305747 0.05541378 0.7370003 0.04108536 0.7262517 0.04599744 0.7330653 0.04414969 0.7325546 0.04108536 0.7262517 0.03954285 0.7266146 0.03611654 0.7193762 0.04108536 0.7262517 0.03611654 0.7193762 0.04004651 0.7185408 0.04108536 0.7262517 0.04518312 0.7263758 0.04599744 0.7330653 0.07344961 0.7347053 0.07192802 0.7412516 0.06835436 0.7407226 0.07344961 0.7347053 0.06914275 0.7336833 0.07469403 0.7279418 0.07344961 0.7347053 0.07469403 0.7279418 0.07871931 0.729065 0.07344961 0.7347053 0.07721388 0.7355965 0.07542622 0.7418855 0.08072751 0.7365333 0.07880264 0.7426291 0.07721388 0.7355965 0.08072751 0.7365333 0.07721388 0.7355965 0.08235937 0.7301709 0.08072751 0.7365333 0.08235937 0.7301709 0.08420228 0.737553 0.08072751 0.7365333 0.08420228 0.737553 0.08223563 0.7434636 0.1221529 0.7414041 0.119322 0.7385739 0.1202352 0.7375089 0.1221529 0.7414041 0.1231484 0.7404997 0.1240296 0.7452113 0.1221529 0.7414041 0.1240296 0.7452113 0.1217489 0.746669 0.1221529 0.7414041 0.1201822 0.7439654 0.119322 0.7385739 0.1241679 0.7503822 0.1259904 0.7493938 0.1244882 0.7564751 0.1241679 0.7503822 0.1244882 0.7564751 0.1208664 0.7507831 0.1241679 0.7503822 0.1208664 0.7507831 0.1217489 0.746669 0.1241679 0.7503822 0.1240296 0.7452113 0.1259904 0.7493938 0.118252 0.7480322 0.1208664 0.7507831 0.1156002 0.7512114 0.118252 0.7480322 0.1156002 0.7512114 0.1142995 0.7470549 0.118252 0.7480322 0.1157095 0.7442734 0.1201822 0.7439654 0.118252 0.7480322 0.1201822 0.7439654 0.1217489 0.746669 0.1163212 0.7363342 0.1132149 0.7340556 0.1142166 0.7329311 0.1163212 0.7363342 0.1172855 0.7352476 0.119322 0.7385739 0.1163212 0.7363342 0.119322 0.7385739 0.1175057 0.7410637 0.1163212 0.7363342 0.1144325 0.7387498 0.1132149 0.7340556 0.1126236 0.7416504 0.1095097 0.7395526 0.1112869 0.7365545 0.1126236 0.7416504 0.1144325 0.7387498 0.1157095 0.7442734 0.1126236 0.7416504 0.1157095 0.7442734 0.1142995 0.7470549 0.1126236 0.7416504 0.1114494 0.7455868 0.1095097 0.7395526 0.1100677 0.7311095 0.106528 0.7279379 0.1072463 0.7263962 0.1100677 0.7311095 0.1109459 0.7297751 0.1132149 0.7340556 0.1100677 0.7311095 0.1132149 0.7340556 0.1112869 0.7365545 0.1100677 0.7311095 0.1083933 0.734009 0.1051519 0.7312422 0.1068831 0.7373693 0.1038968 0.7349879 0.1083933 0.734009 0.1068831 0.7373693 0.1083933 0.734009 0.1095097 0.7395526 0.1068831 0.7373693 0.1095097 0.7395526 0.1054525 0.7416675 0.1068831 0.7373693 0.1054525 0.7416675 0.1025392 0.7395247 0.09105044 0.7280108 0.09514194 0.7298007 0.09364181 0.7345269 0.09105044 0.7280108 0.08957982 0.7327354 0.08727002 0.7266861 0.09105044 0.7280108 0.08727002 0.7266861 0.08846759 0.7227864 0.09105044 0.7280108 0.09234857 0.7240678 0.09514194 0.7298007 0.09970355 0.7322958 0.1038968 0.7349879 0.09828197 0.7369673 0.09970355 0.7322958 0.09828197 0.7369673 0.09364181 0.7345269 0.09970355 0.7322958 0.09514194 0.7298007 0.1009632 0.728383 0.09970355 0.7322958 0.1009632 0.728383 0.1051519 0.7312422 0.06269222 0.7197067 0.07041257 0.7218703 0.06284683 0.7242529 0.06269222 0.7197067 0.06284683 0.7242529 0.05504566 0.7218199 0.06269222 0.7197067 0.05386161 0.7173548 0.06313717 0.7165944 0.06269222 0.7197067 0.06313717 0.7165944 0.07129907 0.718306 0.04362893 0.7097879 0.03593194 0.7099097 0.03477877 0.7088575 0.04362893 0.7097879 0.04312252 0.708186 0.05393511 0.71135 0.04362893 0.7097879 0.05393511 0.71135 0.05374264 0.7146936 0.04362893 0.7097879 0.04450708 0.712759 0.03899484 0.7119445 0.04511606 0.7152653 0.03796386 0.7138491 0.03899484 0.7119445 0.04511606 0.7152653 0.04450708 0.712759 0.05374264 0.7146936 0.04511606 0.7152653 0.05386161 0.7173548 0.05504566 0.7218199 0.04511606 0.7152653 0.04690086 0.7196356 0.03796386 0.7138491 0.0758273 0.7233948 0.07991188 0.7245453 0.07871931 0.729065 0.0758273 0.7233948 0.07469403 0.7279418 0.06962335 0.7264537 0.0758273 0.7233948 0.07041257 0.7218703 0.07129907 0.718306 0.0758273 0.7233948 0.07683676 0.7196725 0.07991188 0.7245453 0.08364164 0.7255866 0.08727002 0.7266861 0.08588826 0.7313608 0.08364164 0.7255866 0.08235937 0.7301709 0.07991188 0.7245453 0.08364164 0.7255866 0.07991188 0.7245453 0.08092266 0.7207919 0.08364164 0.7255866 0.08472925 0.7217622 0.08727002 0.7266861 0.08577716 0.7176797 0.08960086 0.7189196 0.08846759 0.7227864 0.08577716 0.7176797 0.08472925 0.7217622 0.08188247 0.7165595 0.08577716 0.7176797 0.08188247 0.7165595 0.08629113 0.715574 0.08577716 0.7176797 0.08629113 0.715574 0.08960086 0.7189196 0.03391331 0.7135173 0.03796386 0.7138491 0.03611654 0.7193762 0.03391331 0.7135173 0.03611654 0.7193762 0.0326634 0.7136226 0.03391331 0.7135173 0.0326634 0.7136226 0.03477877 0.7088575 0.03391331 0.7135173 0.03593194 0.7099097 0.03899484 0.7119445 0.01079124 0.3988972 0.01304459 0.3639692 0.005734384 0.400097 0.01079124 0.3988972 0.005734384 0.400097 0.006214618 0.43179 0.01079124 0.3988972 0.009809851 0.4283683 0.01564741 0.3979212 0.01079124 0.3988972 0.01564741 0.3979212 0.01824289 0.3639901 0.02010226 0.3973928 0.02344566 0.3630335 0.01824289 0.3639901 0.02010226 0.3973928 0.01564741 0.3979212 0.01767545 0.4264162 0.02010226 0.3973928 0.01767545 0.4264162 0.0211451 0.4225138 0.02010226 0.3973928 0.02410072 0.3993457 0.02833503 0.362941 0.05403041 0.4010304 0.05993509 0.3657252 0.04975295 0.3979626 0.05403041 0.4010304 0.04975295 0.3979626 0.04553592 0.4186172 0.05403041 0.4010304 0.0467509 0.429127 0.05823296 0.4050086 0.05403041 0.4010304 0.05823296 0.4050086 0.06451022 0.3683368 0.04532569 0.3967155 0.05054312 0.3632677 0.04578167 0.3641456 0.04532569 0.3967155 0.04069852 0.398733 0.03748643 0.4211171 0.04532569 0.3967155 0.04036259 0.4246678 0.04553592 0.4186172 0.04532569 0.3967155 0.04975295 0.3979626 0.05529952 0.3638051 0.03582149 0.4054586 0.0411309 0.3664716 0.03669869 0.3677673 0.03582149 0.4054586 0.03126209 0.4100872 0.03314173 0.4350884 0.03582149 0.4054586 0.03314173 0.4350884 0.03748643 0.4211171 0.03582149 0.4054586 0.04069852 0.398733 0.0411309 0.3664716 0.02758789 0.4058133 0.03259307 0.3655547 0.02410072 0.3993457 0.02758789 0.4058133 0.02410072 0.3993457 0.0211451 0.4225138 0.02758789 0.4058133 0.02237284 0.436437 0.03126209 0.4100872 0.02758789 0.4058133 0.03126209 0.4100872 0.03669869 0.3677673 0.03828644 0.4417288 0.03765374 0.4533441 0.04972523 0.436137 0.03828644 0.4417288 0.0467509 0.429127 0.04553592 0.4186172 0.03828644 0.4417288 0.04036259 0.4246678 0.03314173 0.4350884 0.03828644 0.4417288 0.03314173 0.4350884 0.03765374 0.4533441 0.01228308 0.854577 0.01323568 0.8560639 0.01079994 0.8567848 0.01228308 0.854577 0.01464456 0.8539647 0.01323568 0.8560639 0.01700788 0.8530766 0.01805996 0.8543592 0.01569324 0.8553311 0.01700788 0.8530766 0.01464456 0.8539647 0.01633441 0.851501 0.01700788 0.8530766 0.02019947 0.8515926 0.01805996 0.8543592 0.01413577 0.856637 0.0147342 0.8574402 0.01156812 0.8584312 0.01413577 0.856637 0.01130872 0.8575049 0.01323568 0.8560639 0.01413577 0.856637 0.01323568 0.8560639 0.01704782 0.8557035 0.01413577 0.856637 0.01704782 0.8557035 0.0147342 0.8574402 0.01983064 0.8545175 0.02131497 0.8550672 0.01704782 0.8557035 0.01983064 0.8545175 0.01704782 0.8557035 0.01569324 0.8553311 0.01983064 0.8545175 0.01805996 0.8543592 0.02113783 0.8528631 0.01983064 0.8545175 0.02267998 0.8530783 0.02633464 0.8525848 0.02150791 0.8575241 0.02131497 0.8550672 0.02491104 0.8565551 0.02150791 0.8575241 0.02491104 0.8565551 0.02478426 0.8602898 0.02150791 0.8575241 0.02123034 0.8602005 0.01814562 0.8586254 0.02150791 0.8575241 0.01814562 0.8586254 0.018076 0.8563717 0.01478147 0.8596171 0.0147342 0.8574402 0.01814562 0.8586254 0.01478147 0.8596171 0.01814562 0.8586254 0.01800543 0.8609926 0.01478147 0.8596171 0.01484084 0.8618113 0.01161086 0.8606399 0.01478147 0.8596171 0.01161086 0.8606399 0.01156812 0.8584312 0.02130317 0.8614088 0.02123034 0.8602005 0.02365899 0.8620286 0.02130317 0.8614088 0.02365899 0.8620286 0.02326416 0.8626576 0.02130317 0.8614088 0.02137684 0.8621247 0.01898765 0.8625747 0.02130317 0.8614088 0.01840418 0.8620012 0.02123034 0.8602005 0.01547521 0.862666 0.01484084 0.8618113 0.01800543 0.8609926 0.01547521 0.862666 0.01840418 0.8620012 0.01646745 0.8630866 0.01547521 0.862666 0.01646745 0.8630866 0.01503276 0.8642421 0.01547521 0.862666 0.01390385 0.86411 0.01192098 0.8635923 0.02110195 0.8633242 0.02137684 0.8621247 0.02245008 0.8636536 0.02110195 0.8633242 0.02245008 0.8636536 0.02142637 0.864833 0.02110195 0.8633242 0.02065271 0.8647654 0.01973056 0.8649422 0.02110195 0.8633242 0.01940149 0.8636364 0.02137684 0.8621247 0.01760029 0.8639785 0.01646745 0.8630866 0.01898765 0.8625747 0.01760029 0.8639785 0.01940149 0.8636364 0.01880341 0.8651059 0.01760029 0.8639785 0.01880341 0.8651059 0.01832652 0.8653731 0.01760029 0.8639785 0.01657605 0.864721 0.01646745 0.8630866 0.0557416 0.03273814 0.06097495 0.02659529 0.05275195 0.02153205 0.0557416 0.03273814 0.04834342 0.0289188 0.05070704 0.03849506 0.0557416 0.03273814 0.05070704 0.03849506 0.05510503 0.04180788 0.0557416 0.03273814 0.06069433 0.03702133 0.06097495 0.02659529 0.04607009 0.04348027 0.05070704 0.03849506 0.04406309 0.03582507 0.04607009 0.04348027 0.040039 0.04177039 0.0412355 0.04874175 0.04607009 0.04348027 0.0412355 0.04874175 0.04495495 0.05138903 0.04607009 0.04348027 0.0501489 0.04637569 0.05070704 0.03849506 0.05338579 0.04997342 0.05865836 0.04572552 0.05510503 0.04180788 0.05338579 0.04997342 0.0501489 0.04637569 0.04495495 0.05138903 0.05338579 0.04997342 0.04782766 0.05478531 0.05512452 0.05537623 0.05338579 0.04997342 0.05512452 0.05537623 0.0611428 0.05167597 0.327825 0.9554693 0.321362 0.9533877 0.3216096 0.9610807 0.327825 0.9554693 0.3281338 0.9621505 0.3346819 0.9587086 0.327825 0.9554693 0.3346819 0.9587086 0.3363612 0.9545243 0.327825 0.9554693 0.329743 0.9503753 0.321362 0.9533877 0.3332867 0.9466752 0.3285431 0.9419528 0.329743 0.9503753 0.3332867 0.9466752 0.329743 0.9503753 0.3363612 0.9545243 0.3332867 0.9466752 0.3392159 0.9512338 0.3392012 0.9441707 0.3332867 0.9466752 0.3392012 0.9441707 0.3351703 0.9391844 0.3695479 0.871865 0.3632566 0.8735063 0.3674075 0.8797878 0.3695479 0.871865 0.3732191 0.877402 0.3766514 0.8709929 0.3695479 0.871865 0.3766514 0.8709929 0.368671 0.866459 0.3695479 0.871865 0.368671 0.866459 0.35735 0.8666974 0.3701435 0.8612486 0.3637602 0.8598762 0.368671 0.866459 0.3701435 0.8612486 0.368671 0.866459 0.376071 0.8663746 0.3701435 0.8612486 0.3771862 0.8619331 0.3742402 0.8559439 0.3701435 0.8612486 0.3742402 0.8559439 0.368337 0.8537127 0.03560805 0.05532759 0.0412355 0.04874175 0.03593361 0.04783499 0.03560805 0.05532759 0.03140932 0.05509924 0.0297293 0.06229335 0.03560805 0.05532759 0.0297293 0.06229335 0.03193271 0.06407326 0.03560805 0.05532759 0.038652 0.05751204 0.0412355 0.04874175 0.04094052 0.06038206 0.04782766 0.05478531 0.038652 0.05751204 0.04094052 0.06038206 0.038652 0.05751204 0.03193271 0.06407326 0.04094052 0.06038206 0.03373634 0.06620782 0.04120612 0.06431132 0.04094052 0.06038206 0.04120612 0.06431132 0.04880154 0.05962634 0.3424768 0.9621629 0.3346819 0.9587086 0.335233 0.9639601 0.3424768 0.9621629 0.3433246 0.9659897 0.3503453 0.9656543 0.3424768 0.9621629 0.3503453 0.9656543 0.3512705 0.9633647 0.3424768 0.9621629 0.3437179 0.9589478 0.3346819 0.9587086 0.3458328 0.9563562 0.3392159 0.9512338 0.3437179 0.9589478 0.3458328 0.9563562 0.3437179 0.9589478 0.3512705 0.9633647 0.3458328 0.9563562 0.3526462 0.9614287 0.3495429 0.9552723 0.3458328 0.9563562 0.3495429 0.9552723 0.3440541 0.9493378 0.3844436 0.8699247 0.3766514 0.8709929 0.3797357 0.8753116 0.3844436 0.8699247 0.3870368 0.8729047 0.3924498 0.8688805 0.3844436 0.8699247 0.3924498 0.8688805 0.3922657 0.866242 0.3844436 0.8699247 0.3840467 0.8663147 0.376071 0.8663746 0.3848542 0.8628219 0.3771862 0.8619331 0.3840467 0.8663147 0.3848542 0.8628219 0.3840467 0.8663147 0.3922657 0.866242 0.3848542 0.8628219 0.3927053 0.8636621 0.387712 0.8599667 0.3848542 0.8628219 0.387712 0.8599667 0.3806502 0.8578355 0.02414077 0.06869465 0.0297293 0.06229335 0.02394253 0.0650916 0.02414077 0.06869465 0.02394253 0.0650916 0.02073562 0.06663912 0.02414077 0.06869465 0.01918464 0.07066589 0.0254895 0.07040137 0.02414077 0.06869465 0.0254895 0.07040137 0.0297293 0.06229335 0.02722704 0.07170653 0.03373634 0.06620782 0.0254895 0.07040137 0.02722704 0.07170653 0.0254895 0.07040137 0.01950061 0.07559055 0.02722704 0.07170653 0.02524673 0.07614046 0.02938985 0.07459563 0.02722704 0.07170653 0.03093159 0.07175052 0.03373634 0.06620782 0.3574233 0.9690045 0.3503453 0.9656543 0.3543193 0.9700761 0.3574233 0.9690045 0.3543193 0.9700761 0.3564318 0.9724797 0.3574233 0.9690045 0.3603676 0.9726828 0.365241 0.9709886 0.3574233 0.9690045 0.358476 0.9674941 0.3503453 0.9656543 0.3591648 0.9658372 0.3526462 0.9614287 0.358476 0.9674941 0.3591648 0.9658372 0.358476 0.9674941 0.3641767 0.9664343 0.3591648 0.9658372 0.3641767 0.9664343 0.3619033 0.9631888 0.3591648 0.9658372 0.3585195 0.9626578 0.3526462 0.9614287 0.4001957 0.8680804 0.3924498 0.8688805 0.3981769 0.8706785 0.4001957 0.8680804 0.3981769 0.8706785 0.4014111 0.8715863 0.4001957 0.8680804 0.4049497 0.8696997 0.4003955 0.8661193 0.4001957 0.8680804 0.4003955 0.8661193 0.3924498 0.8688805 0.4002971 0.8642006 0.3927053 0.8636621 0.4003955 0.8661193 0.4002971 0.8642006 0.4003955 0.8661193 0.4085925 0.8657602 0.4002971 0.8642006 0.4050689 0.8623307 0.4016865 0.8607224 0.4002971 0.8642006 0.3984656 0.8617691 0.3927053 0.8636621 0.01520293 0.06434154 0.01918464 0.07066589 0.02073562 0.06663912 0.01520293 0.06434154 0.01977795 0.06196391 0.01272815 0.05338501 0.01520293 0.06434154 0.01272815 0.05338501 0.01127952 0.06597471 0.01520293 0.06434154 0.01127952 0.06597471 0.01950061 0.07559055 0.03162956 0.07877171 0.02524673 0.07614046 0.02974784 0.08179169 0.03162956 0.07877171 0.02974784 0.08179169 0.04128277 0.08512467 0.03162956 0.07877171 0.04232716 0.07989215 0.03420829 0.07498717 0.03162956 0.07877171 0.03420829 0.07498717 0.02938985 0.07459563 0.3558351 0.9771578 0.3603676 0.9726828 0.3564318 0.9724797 0.3558351 0.9771578 0.3524684 0.9744651 0.3472859 0.9816886 0.3558351 0.9771578 0.3472859 0.9816886 0.3500239 0.9858113 0.3558351 0.9771578 0.3583893 0.9791725 0.3603676 0.9726828 0.3664698 0.9600728 0.3641767 0.9664343 0.3701849 0.9610615 0.3664698 0.9600728 0.3701849 0.9610615 0.3725711 0.9500791 0.3664698 0.9600728 0.3666403 0.9501821 0.3618872 0.9587052 0.3664698 0.9600728 0.3618872 0.9587052 0.3619033 0.9631888 0.4039806 0.8759134 0.4049497 0.8696997 0.4014111 0.8715863 0.4039806 0.8759134 0.3992969 0.8753162 0.3997367 0.8842681 0.4039806 0.8759134 0.3997367 0.8842681 0.4052886 0.8865272 0.4039806 0.8759134 0.4077667 0.8764048 0.4049497 0.8696997 0.4044601 0.855946 0.4050689 0.8623307 0.4085925 0.8657602 0.4044601 0.855946 0.4082518 0.8547408 0.4057744 0.8440524 0.4044601 0.855946 0.4004293 0.8474851 0.3998157 0.8571294 0.4044601 0.855946 0.3998157 0.8571294 0.4016865 0.8607224 0.0122928 0.04145956 0.01272815 0.05338501 0.02002757 0.05218702 0.0122928 0.04145956 0.02096986 0.04205834 0.01325595 0.02994996 0.0122928 0.04145956 0.01325595 0.02994996 0.00426501 0.04039686 0.0122928 0.04145956 0.00426501 0.04039686 0.0059219 0.05391865 0.05329132 0.07979351 0.04232716 0.07989215 0.05336689 0.08613592 0.05329132 0.07979351 0.05336689 0.08613592 0.06445956 0.08597207 0.05329132 0.07979351 0.06366926 0.07910048 0.05360788 0.07259553 0.05329132 0.07979351 0.05360788 0.07259553 0.04397362 0.07395482 0.3381804 0.9855338 0.3472859 0.9816886 0.3438627 0.9768183 0.3381804 0.9855338 0.3352736 0.9790188 0.3294595 0.9881273 0.3381804 0.9855338 0.3294595 0.9881273 0.3315094 0.9945595 0.3381804 0.9855338 0.3405392 0.9911033 0.3472859 0.9816886 0.3652844 0.9401919 0.3666403 0.9501821 0.3717494 0.9387295 0.3652844 0.9401919 0.3717494 0.9387295 0.3631473 0.9311396 0.3652844 0.9401919 0.3631473 0.9311396 0.3577886 0.941541 0.3652844 0.9401919 0.3577886 0.941541 0.3599359 0.9500224 0.3946663 0.8923106 0.3997367 0.8842681 0.3935595 0.8817852 0.3946663 0.8923106 0.388029 0.8881497 0.3892515 0.8993331 0.3946663 0.8923106 0.3892515 0.8993331 0.3953156 0.9039555 0.3946663 0.8923106 0.4006726 0.8959795 0.3997367 0.8842681 0.3949353 0.8393872 0.4004293 0.8474851 0.4057744 0.8440524 0.3949353 0.8393872 0.4001903 0.8344008 0.3888902 0.8323543 0.3949353 0.8393872 0.3888902 0.8323543 0.3888829 0.8445973 0.3949353 0.8393872 0.3888829 0.8445973 0.3944285 0.8508924 0.01497662 0.0202409 0.02485549 0.02259278 0.02745252 0.01343178 0.01497662 0.0202409 0.01707601 0.01143205 0.00623703 0.01817226 0.01497662 0.0202409 0.00623703 0.01817226 0.004854738 0.02771335 0.01497662 0.0202409 0.01325595 0.02994996 0.02485549 0.02259278 0.07260817 0.07843798 0.08082753 0.07779061 0.07180017 0.06990444 0.07260817 0.07843798 0.07180017 0.06990444 0.06294029 0.07116138 0.07260817 0.07843798 0.06366926 0.07910048 0.06445956 0.08597207 0.07260817 0.07843798 0.0730201 0.0857796 0.08031451 0.08557277 0.3832056 0.8270887 0.3777014 0.8227067 0.3772451 0.8339821 0.3832056 0.8270887 0.3772451 0.8339821 0.383161 0.8387814 0.3832056 0.8270887 0.3888902 0.8323543 0.3936818 0.8264685 0.3832056 0.8270887 0.3884313 0.8209381 0.3777014 0.8227067 0.05470871 0.06368666 0.06233417 0.06108725 0.05512452 0.05537623 0.05470871 0.06368666 0.05512452 0.05537623 0.04880154 0.05962634 0.05470871 0.06368666 0.04682427 0.06660789 0.05360788 0.07259553 0.05470871 0.06368666 0.05360788 0.07259553 0.06294029 0.07116138 0.0381813 0.06967335 0.04682427 0.06660789 0.04120612 0.06431132 0.0381813 0.06967335 0.04120612 0.06431132 0.03523862 0.06747961 0.0381813 0.06967335 0.03093159 0.07175052 0.03420829 0.07498717 0.0381813 0.06967335 0.03420829 0.07498717 0.04397362 0.07395482 0.03701293 0.0255112 0.04834342 0.0289188 0.05275195 0.02153205 0.03701293 0.0255112 0.04046112 0.01697129 0.02485549 0.02259278 0.03701293 0.0255112 0.02485549 0.02259278 0.03377193 0.03383564 0.03701293 0.0255112 0.03377193 0.03383564 0.04406309 0.03582507 0.03094542 0.04172915 0.040039 0.04177039 0.03377193 0.03383564 0.03094542 0.04172915 0.03377193 0.03383564 0.02258557 0.0320397 0.03094542 0.04172915 0.02096986 0.04205834 0.02831351 0.0496602 0.03094542 0.04172915 0.02831351 0.0496602 0.03593361 0.04783499 0.02565634 0.05809724 0.03140932 0.05509924 0.02831351 0.0496602 0.02565634 0.05809724 0.02831351 0.0496602 0.02002757 0.05218702 0.02565634 0.05809724 0.01977795 0.06196391 0.02394253 0.0650916 0.02565634 0.05809724 0.02394253 0.0650916 0.02832436 0.06086856 0.3812355 0.8502548 0.375557 0.846291 0.3742402 0.8559439 0.3812355 0.8502548 0.3742402 0.8559439 0.3806502 0.8578355 0.3812355 0.8502548 0.3871166 0.8542489 0.3888829 0.8445973 0.3812355 0.8502548 0.3888829 0.8445973 0.383161 0.8387814 0.3934661 0.8582695 0.3871166 0.8542489 0.387712 0.8599667 0.3934661 0.8582695 0.387712 0.8599667 0.3929904 0.8618111 0.3934661 0.8582695 0.3984656 0.8617691 0.3998157 0.8571294 0.3934661 0.8582695 0.3998157 0.8571294 0.3944285 0.8508924 0.3801297 0.8830052 0.3732191 0.877402 0.3745496 0.8870132 0.3801297 0.8830052 0.3745496 0.8870132 0.382544 0.8939419 0.3801297 0.8830052 0.388029 0.8881497 0.3861321 0.8788543 0.3801297 0.8830052 0.3861321 0.8788543 0.3797357 0.8753116 0.3928185 0.8745077 0.3870368 0.8729047 0.3861321 0.8788543 0.3928185 0.8745077 0.3861321 0.8788543 0.3935595 0.8817852 0.3928185 0.8745077 0.3992969 0.8753162 0.3981769 0.8706785 0.3928185 0.8745077 0.3981769 0.8706785 0.3925774 0.8708158 0.3482313 0.9426632 0.345082 0.9364223 0.3392012 0.9441707 0.3482313 0.9426632 0.3392012 0.9441707 0.3440541 0.9493378 0.3482313 0.9426632 0.351684 0.9493376 0.3577886 0.941541 0.3482313 0.9426632 0.3577886 0.941541 0.3553754 0.9337221 0.3555696 0.9565802 0.351684 0.9493376 0.3495429 0.9552723 0.3555696 0.9565802 0.3495429 0.9552723 0.3535853 0.9598513 0.3555696 0.9565802 0.3585195 0.9626578 0.3618872 0.9587052 0.3555696 0.9565802 0.3618872 0.9587052 0.3599359 0.9500224 0.3312706 0.9706123 0.3281338 0.9621505 0.3239791 0.970865 0.3312706 0.9706123 0.3239791 0.970865 0.3270645 0.9805955 0.3312706 0.9706123 0.3352736 0.9790188 0.3390692 0.9704528 0.3312706 0.9706123 0.3390692 0.9704528 0.335233 0.9639601 0.3474767 0.9704164 0.3433246 0.9659897 0.3390692 0.9704528 0.3474767 0.9704164 0.3390692 0.9704528 0.3438627 0.9768183 0.3474767 0.9704164 0.3524684 0.9744651 0.3543193 0.9700761 0.3474767 0.9704164 0.3543193 0.9700761 0.3493978 0.9672551 0.3245241 0.2845504 0.3301925 0.278774 0.323907 0.277505 0.3245241 0.2845504 0.323907 0.277505 0.3207234 0.2827194 0.3245241 0.2845504 0.3193956 0.2890458 0.3243315 0.2922647 0.3245241 0.2845504 0.3243315 0.2922647 0.3324565 0.2875368 0.335012 0.2733935 0.3392301 0.2678524 0.3303314 0.2655463 0.335012 0.2733935 0.3303314 0.2655463 0.3274693 0.2711309 0.335012 0.2733935 0.3301925 0.278774 0.3396694 0.2824333 0.335012 0.2733935 0.3396694 0.2824333 0.3457703 0.276627 0.3430937 0.2615947 0.3505595 0.2697904 0.3546927 0.2624386 0.3430937 0.2615947 0.3467803 0.2549785 0.335994 0.2545942 0.3430937 0.2615947 0.335994 0.2545942 0.333003 0.2602134 0.3430937 0.2615947 0.3392301 0.2678524 0.3505595 0.2697904 0.3080189 0.2806093 0.3121173 0.2746671 0.3059332 0.2729728 0.3080189 0.2806093 0.3059332 0.2729728 0.2991997 0.2793486 0.3080189 0.2806093 0.3041966 0.2873061 0.3102251 0.2867434 0.3080189 0.2806093 0.3102251 0.2867434 0.3121656 0.2806214 0.3043591 0.2656787 0.3129252 0.2610251 0.3035116 0.2584362 0.3043591 0.2656787 0.3035116 0.2584362 0.2928475 0.2624172 0.3043591 0.2656787 0.2952108 0.2709792 0.3059332 0.2729728 0.3043591 0.2656787 0.3059332 0.2729728 0.3124161 0.2674237 0.3036054 0.2509541 0.3138299 0.2485688 0.30417 0.2433524 0.3036054 0.2509541 0.30417 0.2433524 0.2937291 0.2453601 0.3036054 0.2509541 0.2927274 0.2538819 0.3035116 0.2584362 0.3036054 0.2509541 0.3035116 0.2584362 0.3134584 0.2549229 0.2881585 0.2744584 0.2940056 0.2837618 0.2991997 0.2793486 0.2881585 0.2744584 0.2952108 0.2709792 0.2847069 0.264804 0.2881585 0.2744584 0.2847069 0.264804 0.2821543 0.2770269 0.2881585 0.2744584 0.2821543 0.2770269 0.2895813 0.2871937 0.3439058 0.2899975 0.3344989 0.2947304 0.3479318 0.2968237 0.3439058 0.2899975 0.3479318 0.2968237 0.3575094 0.2905681 0.3439058 0.2899975 0.351774 0.2839583 0.3396694 0.2824333 0.3439058 0.2899975 0.3396694 0.2824333 0.3324565 0.2875368 0.3016733 0.2916297 0.308584 0.2946797 0.3077967 0.2903498 0.3016733 0.2916297 0.3041966 0.2873061 0.2940056 0.2837618 0.3016733 0.2916297 0.2940056 0.2837618 0.2895813 0.2871937 0.3016733 0.2916297 0.2997995 0.2947666 0.308584 0.2946797 0.3242097 0.2976872 0.3168411 0.2969456 0.3241234 0.3019637 0.3242097 0.2976872 0.3241234 0.3019637 0.3364306 0.3011394 0.3242097 0.2976872 0.3344989 0.2947304 0.3243315 0.2922647 0.3242097 0.2976872 0.3243315 0.2922647 0.3197048 0.293356 0.3121604 0.2895298 0.3139422 0.2806741 0.3102251 0.2867434 0.3121604 0.2895298 0.3102251 0.2867434 0.3077967 0.2903498 0.3121604 0.2895298 0.308584 0.2946797 0.3140693 0.2903495 0.3121604 0.2895298 0.3140693 0.2903495 0.3139422 0.2806741 0.3161958 0.2905835 0.3189049 0.2818738 0.3140693 0.2903495 0.3161958 0.2905835 0.3140693 0.2903495 0.3168411 0.2969456 0.3161958 0.2905835 0.3168411 0.2969456 0.3197048 0.293356 0.3161958 0.2905835 0.3193956 0.2890458 0.3189049 0.2818738 0.3154688 0.2726072 0.3168587 0.2654908 0.3124161 0.2674237 0.3154688 0.2726072 0.3121173 0.2746671 0.3139422 0.2806741 0.3154688 0.2726072 0.3139422 0.2806741 0.3163896 0.2810889 0.3154688 0.2726072 0.3184905 0.2729184 0.3168587 0.2654908 0.3215994 0.2740893 0.3240494 0.2672963 0.3184905 0.2729184 0.3215994 0.2740893 0.3184905 0.2729184 0.3163896 0.2810889 0.3215994 0.2740893 0.3189049 0.2818738 0.323907 0.277505 0.3215994 0.2740893 0.323907 0.277505 0.3274693 0.2711309 0.3182305 0.2594864 0.3194469 0.2539395 0.3134584 0.2549229 0.3182305 0.2594864 0.3129252 0.2610251 0.3168587 0.2654908 0.3182305 0.2594864 0.3168587 0.2654908 0.3203675 0.2658797 0.3182305 0.2594864 0.3220165 0.2600144 0.3194469 0.2539395 0.3260248 0.2615605 0.3279388 0.2562887 0.3220165 0.2600144 0.3260248 0.2615605 0.3220165 0.2600144 0.3203675 0.2658797 0.3260248 0.2615605 0.3240494 0.2672963 0.3303314 0.2655463 0.3260248 0.2615605 0.3303314 0.2655463 0.333003 0.2602134 0.09759765 0.08071827 0.09280246 0.06370675 0.09610056 0.1030526 0.09759765 0.08071827 0.09610056 0.1030526 0.10285 0.08952224 0.09759765 0.08071827 0.10285 0.08952224 0.1049527 0.06326365 0.09759765 0.08071827 0.09917825 0.05986917 0.09536409 0.05487805 0.1265988 0.08829867 0.1376103 0.07622402 0.1382157 0.06594991 0.1265988 0.08829867 0.1328772 0.06814205 0.1271966 0.06641066 0.1265988 0.08829867 0.118292 0.09191739 0.1203318 0.1092423 0.1265988 0.08829867 0.1203318 0.1092423 0.1369596 0.08799207 0.7164348 0.9364193 0.7314741 0.9356803 0.7239593 0.9315803 0.7164348 0.9364193 0.7060709 0.9314091 0.7225935 0.9414377 0.7164348 0.9364193 0.7225935 0.9414377 0.7413612 0.9449799 0.7164348 0.9364193 0.7406167 0.9417693 0.7461872 0.9394279 0.7182422 0.9267284 0.7060709 0.9314091 0.7239593 0.9315803 0.7182422 0.9267284 0.7329846 0.9276197 0.7482861 0.9241443 0.7182422 0.9267284 0.7434354 0.9220917 0.7438145 0.9194204 0.7182422 0.9267284 0.7243548 0.922367 0.7060709 0.9314091 0.1168367 0.08179712 0.1236554 0.05907207 0.1186227 0.05691677 0.1168367 0.08179712 0.1120504 0.08572846 0.1050795 0.1190748 0.1168367 0.08179712 0.118292 0.09191739 0.1271966 0.06641066 0.1086449 0.08129709 0.10285 0.08952224 0.1120504 0.08572846 0.1086449 0.08129709 0.1120504 0.08572846 0.1186227 0.05691677 0.1086449 0.08129709 0.1121906 0.05818402 0.1049527 0.06326365 0.02430582 0.199766 0.03263658 0.184488 0.02959853 0.1831933 0.02430582 0.199766 0.02122175 0.1998324 0.02196383 0.2085326 0.02430582 0.199766 0.02196383 0.2085326 0.0266413 0.2042043 0.02430582 0.199766 0.02852028 0.1986433 0.03263658 0.184488 0.01946723 0.1974982 0.02678412 0.1819456 0.01824694 0.1935106 0.01946723 0.1974982 0.01824694 0.1935106 0.01506632 0.1980369 0.01946723 0.1974982 0.01395702 0.2042955 0.02122175 0.1998324 0.01946723 0.1974982 0.02122175 0.1998324 0.02959853 0.1831933 0.02930021 0.2082002 0.04332715 0.2013657 0.03127682 0.2037273 0.02930021 0.2082002 0.03127682 0.2037273 0.0266413 0.2042043 0.02930021 0.2082002 0.02196383 0.2085326 0.02752989 0.2119501 0.02930021 0.2082002 0.02752989 0.2119501 0.04455941 0.204602 0.01057153 0.1980249 0.009143888 0.1825455 0.005240499 0.1838082 0.01057153 0.1980249 0.00801897 0.2017472 0.01395702 0.2042955 0.01057153 0.1980249 0.01395702 0.2042955 0.01506632 0.1980369 0.01057153 0.1980249 0.01339632 0.1938118 0.009143888 0.1825455 0.03366601 0.1978083 0.03127682 0.2037273 0.04237145 0.1978529 0.03366601 0.1978083 0.04196882 0.1937871 0.03919154 0.1883693 0.03366601 0.1978083 0.03919154 0.1883693 0.03585028 0.1861174 0.03366601 0.1978083 0.02852028 0.1986433 0.03127682 0.2037273 0.01676553 0.1886171 0.01629322 0.1790167 0.01288288 0.181032 0.01676553 0.1886171 0.01339632 0.1938118 0.01824694 0.1935106 0.01676553 0.1886171 0.01824694 0.1935106 0.02402526 0.1805416 0.01676553 0.1886171 0.02115368 0.1787782 0.01971191 0.1735923 0.3583827 0.06301856 0.3694992 0.06269401 0.368782 0.04889112 0.3583827 0.06301856 0.3575081 0.05223906 0.3482623 0.05529576 0.3583827 0.06301856 0.3492102 0.06320148 0.3470327 0.07124644 0.3583827 0.06301856 0.3559966 0.07416498 0.3694992 0.06269401 0.5577479 0.05240803 0.5623754 0.03597766 0.5456266 0.001768946 0.5577479 0.05240803 0.5445192 0.02879911 0.5531202 0.06883841 0.5577479 0.05240803 0.5531202 0.06883841 0.5628286 0.08184748 0.5577479 0.05240803 0.5709764 0.07601696 0.5623754 0.03597766 0.9710382 0.9058021 0.9588688 0.8849273 0.9242644 0.8648967 0.8044788 0.1595958 0.8127637 0.1877465 0.8433546 0.2118055 0.883974 0.3927453 0.8824592 0.35604 0.8667111 0.3150917 0.883974 0.3927453 0.8854887 0.4294507 0.8935052 0.4173297 0.01859998 0.4429656 0.01767545 0.4264162 0.01424497 0.42736 0.01859998 0.4429656 0.0169897 0.4457563 0.02237284 0.436437 0.01859998 0.4429656 0.02237284 0.436437 0.0211451 0.4225138 0.01306205 0.4445416 0.01334494 0.4508488 0.0169897 0.4457563 0.01306205 0.4445416 0.0169897 0.4457563 0.01424497 0.42736 0.01306205 0.4445416 0.009809851 0.4283683 0.006214618 0.43179 0.04108536 0.7262517 0.03954285 0.7266146 0.04414969 0.7325546 0.04108536 0.7262517 0.04599744 0.7330653 0.04518312 0.7263758 0.04108536 0.7262517 0.04518312 0.7263758 0.04004651 0.7185408 0.04108536 0.7262517 0.03611654 0.7193762 0.03954285 0.7266146 0.2256279 0.1955816 0.2242429 0.1901294 0.1906208 0.2171514 0.2256279 0.1955816 0.2101736 0.2077174 0.2529032 0.1855503 0.2256279 0.1955816 0.2529032 0.1855503 0.2620832 0.1772219 0.2256279 0.1955816 0.2483263 0.1803553 0.2242429 0.1901294 0.2309252 0.2044324 0.2108622 0.2137747 0.2516766 0.2011473 0.2309252 0.2044324 0.2516766 0.2011473 0.2518425 0.1982104 0.2309252 0.2044324 0.2509881 0.1950901 0.2401022 0.196641 0.2309252 0.2044324 0.2101736 0.2077174 0.2108622 0.2137747 0.291435 0.1692349 0.3280557 0.1535037 0.3261294 0.1462753 0.291435 0.1692349 0.2891016 0.1637848 0.2620832 0.1772219 0.291435 0.1692349 0.2529032 0.1855503 0.2933558 0.1747764 0.291435 0.1692349 0.2933558 0.1747764 0.3297016 0.1607019 0.2855127 0.158948 0.3227057 0.1396769 0.3179336 0.1335943 0.2855127 0.158948 0.2778717 0.1569445 0.2474712 0.1772437 0.2855127 0.158948 0.2483263 0.1803553 0.2620832 0.1772219 0.2855127 0.158948 0.2891016 0.1637848 0.3227057 0.1396769 0.2989683 0.18949 0.3370615 0.1791574 0.2978056 0.184736 0.2989683 0.18949 0.2978056 0.184736 0.2518425 0.1982104 0.2989683 0.18949 0.2516766 0.2011473 0.2950866 0.19533 0.2989683 0.18949 0.2950866 0.19533 0.3382345 0.1856098 0.2957071 0.1798874 0.3322842 0.1672098 0.3297016 0.1607019 0.2957071 0.1798874 0.2933558 0.1747764 0.2509881 0.1950901 0.2957071 0.1798874 0.2509881 0.1950901 0.2978056 0.184736 0.2957071 0.1798874 0.2978056 0.184736 0.335004 0.173278 0.2820524 0.2034363 0.3383013 0.193397 0.2950866 0.19533 0.2820524 0.2034363 0.2950866 0.19533 0.2108622 0.2137747 0.2820524 0.2034363 0.2108622 0.2137747 0.2644419 0.2126757 0.2820524 0.2034363 0.2644419 0.2126757 0.3378149 0.2018517 0.263382 0.1599947 0.3119623 0.1279133 0.3053915 0.122433 0.263382 0.1599947 0.2454678 0.1655716 0.1906208 0.2171514 0.263382 0.1599947 0.2242429 0.1901294 0.2474712 0.1772437 0.263382 0.1599947 0.2778717 0.1569445 0.3119623 0.1279133 0.3646674 0.1839561 0.3760921 0.1748143 0.3705116 0.1695522 0.3646674 0.1839561 0.3597749 0.1772427 0.3383013 0.193397 0.3646674 0.1839561 0.3383013 0.193397 0.3378149 0.2018517 0.3646674 0.1839561 0.3704976 0.1911419 0.3760921 0.1748143 0.1097305 0.1834484 0.1059375 0.1732727 0.1006869 0.1760421 0.1097305 0.1834484 0.1061093 0.1854661 0.1131049 0.1918934 0.1097305 0.1834484 0.1131049 0.1918934 0.1173679 0.1906947 0.1097305 0.1834484 0.1151322 0.1820116 0.1059375 0.1732727 0.06275236 0.6297274 0.06596851 0.6243228 0.05803877 0.6215945 0.06275236 0.6297274 0.05548065 0.6276836 0.05939352 0.6352036 0.06275236 0.6297274 0.05939352 0.6352036 0.06756711 0.6328949 0.06275236 0.6297274 0.06756711 0.6328949 0.07127618 0.6278199 0.07144272 0.6363748 0.07542014 0.6312949 0.06756711 0.6328949 0.07144272 0.6363748 0.06756711 0.6328949 0.06377488 0.6381155 0.07144272 0.6363748 0.06742596 0.6416198 0.07549703 0.6425709 0.07144272 0.6363748 0.07549703 0.6425709 0.08006525 0.6374767 0.9129558 0.9133895 0.9187722 0.9125049 0.9164873 0.9055391 0.9129558 0.9133895 0.9103953 0.9071314 0.9070165 0.91418 0.9129558 0.9133895 0.9070165 0.91418 0.9133295 0.9180591 0.9129558 0.9133895 0.9133295 0.9180591 0.9191073 0.9175179 0.9130744 0.9227626 0.9190657 0.9226395 0.9133295 0.9180591 0.9130744 0.9227626 0.9133295 0.9180591 0.9074214 0.9185374 0.9130744 0.9227626 0.9069862 0.9228832 0.9109373 0.9293372 0.9130744 0.9227626 0.9109373 0.9293372 0.9173919 0.9300706 0.1124707 0.2021251 0.1082085 0.1951997 0.1049821 0.1988067 0.1124707 0.2021251 0.1146299 0.2003484 0.1082085 0.1951997 0.1168777 0.1989774 0.1131049 0.1918934 0.1106542 0.1933706 0.1168777 0.1989774 0.1205141 0.1986347 0.1173679 0.1906947 0.05374783 0.6443136 0.05939352 0.6352036 0.05284535 0.633858 0.05374783 0.6443136 0.05762088 0.6469966 0.06377488 0.6381155 0.06099236 0.6504719 0.06742596 0.6416198 0.05762088 0.6469966 0.06099236 0.6504719 0.06328594 0.6560233 0.07084381 0.6477391 0.8972176 0.9151766 0.9070165 0.91418 0.9042358 0.908705 0.8972176 0.9151766 0.8976384 0.9191007 0.9074214 0.9185374 0.8970789 0.9230396 0.9069862 0.9228832 0.8976384 0.9191007 0.8970789 0.9230396 0.8943015 0.9273752 0.9044568 0.9285905 0.1171298 0.2101498 0.1160587 0.2130995 0.1209025 0.2162779 0.1171298 0.2101498 0.1209025 0.2162779 0.1226288 0.2149462 0.1212895 0.2071716 0.1191096 0.2084429 0.1244574 0.2138273 0.1212895 0.2071716 0.1244574 0.2138273 0.1240411 0.2075183 0.04731309 0.6573632 0.04376339 0.6578596 0.04309672 0.6671357 0.04731309 0.6573632 0.04309672 0.6671357 0.05033379 0.6592649 0.05289542 0.6619321 0.05033379 0.6592649 0.04533571 0.6684694 0.05289542 0.6619321 0.04723489 0.6701871 0.05395931 0.6660149 0.8845314 0.9169152 0.8821017 0.9144693 0.8753829 0.9183835 0.8845314 0.9169152 0.8753829 0.9183835 0.8849348 0.919999 0.8844582 0.9231026 0.8849348 0.919999 0.8756285 0.9207534 0.8844582 0.9231026 0.8754215 0.9231068 0.8820583 0.9258515 0.124172 0.2214092 0.1209025 0.2162779 0.1214566 0.2208321 0.124172 0.2214092 0.1214566 0.2208321 0.1216028 0.2235179 0.124172 0.2214092 0.1242131 0.2253737 0.1280734 0.2262315 0.124172 0.2214092 0.1256785 0.2207345 0.1209025 0.2162779 0.1269034 0.2197124 0.1244574 0.2138273 0.1226288 0.2149462 0.1269034 0.2197124 0.1256785 0.2207345 0.1296901 0.2218907 0.1269034 0.2197124 0.1296901 0.2218907 0.1295863 0.2184095 0.1269034 0.2197124 0.1276537 0.2168527 0.1244574 0.2138273 0.03974527 0.6747558 0.04309672 0.6671357 0.03901046 0.6708461 0.03974527 0.6747558 0.03901046 0.6708461 0.03705233 0.6728438 0.03974527 0.6747558 0.03671056 0.6772769 0.04122447 0.6761235 0.03974527 0.6747558 0.04122447 0.6761235 0.04533571 0.6684694 0.04285371 0.6769569 0.04723489 0.6701871 0.04122447 0.6761235 0.04285371 0.6769569 0.04122447 0.6761235 0.03866881 0.6823371 0.04285371 0.6769569 0.04257082 0.6815305 0.04570865 0.6791136 0.04285371 0.6769569 0.04611408 0.6760417 0.04723489 0.6701871 0.8679241 0.9195416 0.8753829 0.9183835 0.8702743 0.9170394 0.8679241 0.9195416 0.8702743 0.9170394 0.8676019 0.9163325 0.8679241 0.9195416 0.8641558 0.918236 0.8677483 0.9213767 0.8679241 0.9195416 0.8677483 0.9213767 0.8753829 0.9183835 0.8680464 0.9231361 0.8754215 0.9231068 0.8677483 0.9213767 0.8680464 0.9231361 0.8677483 0.9213767 0.8615314 0.9220352 0.8680464 0.9231361 0.8644636 0.9250906 0.8679326 0.9263334 0.8680464 0.9231361 0.8704754 0.9251806 0.8754215 0.9231068 0.1183004 0.2280015 0.1242131 0.2253737 0.1216028 0.2235179 0.1183004 0.2280015 0.1186414 0.2318795 0.1280734 0.2262315 0.1338797 0.2174259 0.1296901 0.2218907 0.1358565 0.2196395 0.1338797 0.2174259 0.1313554 0.2146289 0.1295863 0.2184095 0.03344452 0.6717519 0.03671056 0.6772769 0.03705233 0.6728438 0.03344452 0.6717519 0.0317229 0.6745746 0.03671056 0.6772769 0.0492053 0.6831966 0.04257082 0.6815305 0.03866881 0.6823371 0.0492053 0.6831966 0.050296 0.6785125 0.04570865 0.6791136 0.8660791 0.9123133 0.8641558 0.918236 0.8676019 0.9163325 0.8660791 0.9123133 0.862848 0.9119104 0.8641558 0.918236 0.8668038 0.93087 0.8644636 0.9250906 0.8615314 0.9220352 0.8668038 0.93087 0.8707948 0.9294482 0.8679326 0.9263334 0.08288037 0.2158627 0.08809715 0.2084507 0.07724303 0.2110245 0.08288037 0.2158627 0.07724303 0.2110245 0.07779729 0.2227281 0.08288037 0.2158627 0.07779729 0.2227281 0.08482807 0.2272677 0.08288037 0.2158627 0.08971995 0.2206489 0.08809715 0.2084507 0.1418455 0.182098 0.1416845 0.1749088 0.1337049 0.1811446 0.1418455 0.182098 0.1337049 0.1811446 0.1341745 0.1893388 0.1418455 0.182098 0.1415618 0.190034 0.149185 0.1835458 0.1418455 0.182098 0.149185 0.1835458 0.1495177 0.1770122 0.8949554 0.9581065 0.9018926 0.9628556 0.8995674 0.9503095 0.8949554 0.9581065 0.8995674 0.9503095 0.8920983 0.9458522 0.8949554 0.9581065 0.8877635 0.9526954 0.8845012 0.9585501 0.8949554 0.9581065 0.8910862 0.9644573 0.9018926 0.9628556 0.1239621 0.1811797 0.1226052 0.1718723 0.1128152 0.1717559 0.1239621 0.1811797 0.1151322 0.1820116 0.1252505 0.1897011 0.1239621 0.1811797 0.1252505 0.1897011 0.1341745 0.1893388 0.1239621 0.1811797 0.1337049 0.1811446 0.1226052 0.1718723 0.1268394 0.1999431 0.1252505 0.1897011 0.1205141 0.1986347 0.1277362 0.2106652 0.1240411 0.2075183 0.1254088 0.2128049 0.1277362 0.2106652 0.1276537 0.2168527 0.1313554 0.2146289 0.1083146 0.212222 0.1103742 0.2056392 0.1001887 0.2056174 0.1166048 0.2180991 0.117706 0.2235869 0.1214566 0.2208321 0.1166048 0.2180991 0.1214566 0.2208321 0.1195294 0.2167978 0.9056648 0.9396195 0.9128304 0.9420126 0.9109373 0.9293372 0.9056648 0.9396195 0.9109373 0.9293372 0.9044568 0.9285905 0.9056648 0.9396195 0.8985784 0.937032 0.8995674 0.9503095 0.9056648 0.9396195 0.8995674 0.9503095 0.9070932 0.9543219 0.8880684 0.9324896 0.8985784 0.937032 0.8943015 0.9273752 0.8766917 0.9278711 0.8820583 0.9258515 0.8758472 0.9247164 0.8766917 0.9278711 0.8704754 0.9251806 0.8679326 0.9263334 0.8876534 0.9068995 0.894371 0.9111492 0.8975433 0.9010059 0.8764991 0.9132788 0.8702997 0.9127562 0.8676019 0.9163325 0.8764991 0.9132788 0.8702743 0.9170394 0.8757868 0.9166481 0.08084756 0.6538866 0.08687633 0.6490947 0.07549703 0.6425709 0.08084756 0.6538866 0.07549703 0.6425709 0.07084381 0.6477391 0.08084756 0.6538866 0.07452565 0.6584961 0.08668053 0.6663023 0.08084756 0.6538866 0.08668053 0.6663023 0.09419 0.6621772 0.0639255 0.6649345 0.07452565 0.6584961 0.06328594 0.6560233 0.05248677 0.6721635 0.05395931 0.6660149 0.04899972 0.6708803 0.05248677 0.6721635 0.04611408 0.6760417 0.04570865 0.6791136 0.04121363 0.647704 0.04855239 0.6440177 0.04269409 0.6350526 0.03961455 0.6623867 0.03584784 0.6679992 0.03705233 0.6728438 0.03961455 0.6623867 0.03901046 0.6708461 0.04186773 0.6654289 0.1178233 0.334302 0.1117932 0.3353298 0.1173368 0.3376975 0.1178233 0.334302 0.1228076 0.3383289 0.1244825 0.3339063 0.1081225 0.3280739 0.1159469 0.3243508 0.1048992 0.3159872 0.1162137 0.3483135 0.122161 0.3505417 0.1217829 0.3457258 0.1162137 0.3483135 0.1217829 0.3457258 0.1165205 0.3448815 0.1055338 0.3515169 0.09422415 0.3530198 0.09825176 0.3620082 0.1150432 0.361746 0.1113982 0.3573329 0.1008473 0.3686935 0.1150432 0.361746 0.1008473 0.3686935 0.1027269 0.3742275 0.1217795 0.3209714 0.1266162 0.3177639 0.1158719 0.3039279 0.1217795 0.3209714 0.1106773 0.3097574 0.1159469 0.3243508 0.125766 0.3519932 0.1279987 0.3462679 0.1246279 0.3473231 0.125766 0.3519932 0.1282 0.3530563 0.1279987 0.3462679 0.128817 0.3335453 0.1291381 0.3396651 0.1319892 0.3332016 0.128817 0.3335453 0.1244825 0.3339063 0.1260483 0.3376603 0.1241397 0.3439271 0.1168755 0.3433907 0.1217829 0.3457258 0.1241397 0.3439271 0.1217829 0.3457258 0.1246279 0.3473231 0.1241397 0.3439271 0.1279987 0.3462679 0.1246394 0.3424462 0.1241397 0.3439271 0.1246394 0.3424462 0.1168755 0.3433907 0.1246375 0.3408119 0.1173588 0.3393359 0.1246394 0.3424462 0.1246375 0.3408119 0.1246394 0.3424462 0.1291381 0.3396651 0.1246375 0.3408119 0.1291381 0.3396651 0.1260483 0.3376603 0.1246375 0.3408119 0.1228076 0.3383289 0.1173588 0.3393359 0.1088926 0.3430784 0.1108242 0.3456965 0.1168755 0.3433907 0.1088926 0.3430784 0.1168755 0.3433907 0.1170115 0.3414195 0.1093459 0.3375874 0.1089047 0.3403964 0.1170115 0.3414195 0.1093459 0.3375874 0.1173588 0.3393359 0.1117932 0.3353298 0.08262372 0.3325811 0.07455587 0.3306092 0.0732721 0.3348584 0.08262372 0.3325811 0.08188873 0.336333 0.08995896 0.3342037 0.08262372 0.3325811 0.08995896 0.3342037 0.09219074 0.3295299 0.08262372 0.3325811 0.08487075 0.3273659 0.07455587 0.3306092 0.7214824 0.4170742 0.7043245 0.4306067 0.7263038 0.425738 0.7214824 0.4170742 0.7263038 0.425738 0.7457099 0.4073047 0.7214824 0.4170742 0.7403221 0.3997148 0.717936 0.4101114 0.7214824 0.4170742 0.717936 0.4101114 0.7015424 0.422823 0.7154433 0.4050571 0.6995442 0.417107 0.717936 0.4101114 0.7154433 0.4050571 0.717936 0.4101114 0.7358924 0.39355 0.6896366 0.4395264 0.7043245 0.4306067 0.686669 0.4310979 0.6896366 0.4395264 0.686669 0.4310979 0.6736528 0.4447928 0.6896366 0.4395264 0.6736528 0.4447928 0.6926361 0.450957 0.6896366 0.4395264 0.6926361 0.450957 0.7082408 0.4405078 0.6796804 0.4056417 0.6634694 0.4073601 0.6803145 0.4183653 0.684022 0.4247906 0.6666579 0.4285569 0.6702292 0.4357366 0.684022 0.4247906 0.686669 0.4310979 0.6995442 0.417107 0.9311167 0.09584385 0.9184484 0.1228873 0.9234563 0.1228408 0.9311167 0.09584385 0.9363585 0.0933234 0.9399434 0.07373535 0.9421534 0.09126377 0.9284213 0.1234413 0.9334551 0.1246161 0.9421534 0.09126377 0.9481242 0.09016203 0.9524227 0.06353902 0.9421534 0.09126377 0.9524227 0.06353902 0.9457604 0.06837224 0.9421534 0.09126377 0.9363585 0.0933234 0.9284213 0.1234413 0.9025548 0.1530714 0.8849647 0.184198 0.8892228 0.1865822 0.9025548 0.1530714 0.9071773 0.1545796 0.9184484 0.1228873 0.83194 0.2683024 0.8494695 0.2422496 0.8370595 0.2554339 0.9116238 0.1566839 0.8933994 0.189388 0.8976135 0.1924395 0.9116238 0.1566839 0.9161064 0.1591488 0.9284213 0.1234413 0.9116238 0.1566839 0.9284213 0.1234413 0.9234563 0.1228408 0.9116238 0.1566839 0.9071773 0.1545796 0.8933994 0.189388 0.867207 0.2140695 0.8494695 0.2422496 0.8712938 0.2168912 0.867207 0.2140695 0.8712938 0.2168912 0.8849647 0.184198 0.875387 0.2199502 0.8574739 0.2485459 0.8795124 0.2231675 0.875387 0.2199502 0.8795124 0.2231675 0.8933994 0.189388 0.875387 0.2199502 0.8933994 0.189388 0.8892228 0.1865822 0.875387 0.2199502 0.8712938 0.2168912 0.8534255 0.245365 0.83194 0.2683024 0.8135626 0.2938229 0.8356525 0.2718622 0.83194 0.2683024 0.8356525 0.2718622 0.8534255 0.245365 0.6666579 0.4285569 0.6452331 0.4288552 0.6643329 0.4231148 0.839547 0.2753506 0.8209246 0.3017993 0.8434922 0.2788732 0.839547 0.2753506 0.8434922 0.2788732 0.8615548 0.2518174 0.839547 0.2753506 0.8574739 0.2485459 0.8356525 0.2718622 0.839547 0.2753506 0.8356525 0.2718622 0.8170948 0.2978562 0.7932819 0.3204061 0.7722927 0.346155 0.7968724 0.3248205 0.7932819 0.3204061 0.7968724 0.3248205 0.8170948 0.2978562 0.8009242 0.3293269 0.7803623 0.3558573 0.8052347 0.3340277 0.8009242 0.3293269 0.8052347 0.3340277 0.8248703 0.3057913 0.8009242 0.3293269 0.8209246 0.3017993 0.7968724 0.3248205 0.8009242 0.3293269 0.7968724 0.3248205 0.7759904 0.3507716 0.7517901 0.3691725 0.7325738 0.3889695 0.7554537 0.3737257 0.7517901 0.3691725 0.7554537 0.3737257 0.7759904 0.3507716 0.7600551 0.3793146 0.7403221 0.3997148 0.765344 0.3858655 0.7600551 0.3793146 0.765344 0.3858655 0.7851907 0.3614349 0.7600551 0.3793146 0.7803623 0.3558573 0.7554537 0.3737257 0.7600551 0.3793146 0.7554537 0.3737257 0.7358924 0.39355 0.7326214 0.4358952 0.7263038 0.425738 0.7082408 0.4405078 0.7326214 0.4358952 0.713642 0.4525761 0.7394348 0.4455102 0.7326214 0.4358952 0.7394348 0.4455102 0.7607692 0.4231396 0.7326214 0.4358952 0.7519025 0.4161605 0.7263038 0.425738 0.6953793 0.4662702 0.6926361 0.450957 0.6758674 0.4574436 0.6953793 0.4662702 0.6758114 0.4754071 0.6987793 0.4815334 0.6953793 0.4662702 0.6987793 0.4815334 0.7198017 0.4641995 0.6953793 0.4662702 0.713642 0.4525761 0.6926361 0.450957 0.7103862 0.5019155 0.6987793 0.4815334 0.671506 0.5004017 0.9538933 0.09051525 0.9386696 0.1262926 0.9454259 0.1252382 0.9538933 0.09051525 0.959618 0.08903247 0.9659257 0.05964231 0.9538933 0.09051525 0.9659257 0.05964231 0.959341 0.06028068 0.9538933 0.09051525 0.9481242 0.09016203 0.9386696 0.1262926 0.9208371 0.1617389 0.9019833 0.1955606 0.9080443 0.1959756 0.9208371 0.1617389 0.9265008 0.1613112 0.9386696 0.1262926 0.9208371 0.1617389 0.9386696 0.1262926 0.9334551 0.1246161 0.9208371 0.1617389 0.9161064 0.1591488 0.9019833 0.1955606 0.8836957 0.2264643 0.8656086 0.2552044 0.8715211 0.2559072 0.8836957 0.2264643 0.8889678 0.2267758 0.9019833 0.1955606 0.8836957 0.2264643 0.9019833 0.1955606 0.8976135 0.1924395 0.8836957 0.2264643 0.8795124 0.2231675 0.8615548 0.2518174 0.8473565 0.2825354 0.8287504 0.3099713 0.8344247 0.3111175 0.8473565 0.2825354 0.85228 0.2835369 0.8656086 0.2552044 0.8473565 0.2825354 0.8656086 0.2552044 0.8434922 0.2788732 0.8473565 0.2825354 0.8434922 0.2788732 0.8248703 0.3057913 0.8096014 0.3390257 0.7902583 0.3675274 0.797294 0.3707634 0.8096014 0.3390257 0.8150987 0.3405752 0.8287504 0.3099713 0.8096014 0.3390257 0.8287504 0.3099713 0.8052347 0.3340277 0.8096014 0.3390257 0.8052347 0.3340277 0.7851907 0.3614349 0.7710701 0.3933051 0.7519025 0.4161605 0.7607692 0.4231396 0.7710701 0.3933051 0.7779312 0.397343 0.7902583 0.3675274 0.7710701 0.3933051 0.7902583 0.3675274 0.765344 0.3858655 0.7710701 0.3933051 0.765344 0.3858655 0.7457099 0.4073047 0.4823129 0.2233021 0.4809647 0.2359369 0.4880844 0.2370442 0.4823129 0.2233021 0.4903472 0.2249778 0.4834 0.2172682 0.4823129 0.2233021 0.4834 0.2172682 0.4743986 0.2219573 0.4823129 0.2233021 0.4743986 0.2219573 0.4809647 0.2359369 0.3927761 0.238204 0.3831527 0.242779 0.3885675 0.2539445 0.3927761 0.238204 0.3973621 0.2504122 0.40275 0.2343758 0.3927761 0.238204 0.40275 0.2343758 0.3999444 0.2262364 0.3927761 0.238204 0.388927 0.2319058 0.3831527 0.242779 0.4503266 0.2274852 0.4577255 0.2248098 0.4501773 0.2213813 0.4503266 0.2274852 0.4501773 0.2213813 0.4423294 0.2235226 0.4503266 0.2274852 0.4427341 0.2297094 0.4500755 0.2371932 0.4503266 0.2274852 0.4500755 0.2371932 0.456964 0.2369512 0.4485893 0.2137269 0.4562515 0.2113919 0.446282 0.2052975 0.4485893 0.2137269 0.446282 0.2052975 0.4382796 0.2068706 0.4485893 0.2137269 0.4406285 0.2156245 0.4501773 0.2213813 0.4485893 0.2137269 0.4501773 0.2213813 0.4576164 0.2187323 0.4339023 0.2304518 0.4427341 0.2297094 0.4332054 0.224386 0.4339023 0.2304518 0.4332054 0.224386 0.4231206 0.224746 0.4339023 0.2304518 0.4240574 0.2308499 0.4344116 0.2399165 0.4339023 0.2304518 0.4344116 0.2399165 0.4427341 0.2297094 0.4318512 0.2168278 0.4406285 0.2156245 0.4382796 0.2068706 0.4318512 0.2168278 0.4301685 0.2085232 0.4225416 0.2175637 0.4318512 0.2168278 0.4225416 0.2175637 0.4231206 0.224746 0.4318512 0.2168278 0.4332054 0.224386 0.4406285 0.2156245 0.4641327 0.2088762 0.4562515 0.2113919 0.4576164 0.2187323 0.4641327 0.2088762 0.4655139 0.2163459 0.4714627 0.2065718 0.4641327 0.2088762 0.4714627 0.2065718 0.4698941 0.1989616 0.4641327 0.2088762 0.4622919 0.2008554 0.4562515 0.2113919 0.4659761 0.2227135 0.4577255 0.2248098 0.4654811 0.2357142 0.4659761 0.2227135 0.4654811 0.2357142 0.4740177 0.2349026 0.4659761 0.2227135 0.4743986 0.2219573 0.4744936 0.2144361 0.4659761 0.2227135 0.4655139 0.2163459 0.4576164 0.2187323 0.4129839 0.2180593 0.4037594 0.2175505 0.4123903 0.225377 0.4129839 0.2180593 0.4123903 0.225377 0.4231206 0.224746 0.4129839 0.2180593 0.4225416 0.2175637 0.4143918 0.2104148 0.4129839 0.2180593 0.4143918 0.2104148 0.4061813 0.209944 0.4134252 0.2320411 0.40275 0.2343758 0.4065296 0.2472335 0.4134252 0.2320411 0.416443 0.2447618 0.4240574 0.2308499 0.4134252 0.2320411 0.4240574 0.2308499 0.4123903 0.225377 0.4134252 0.2320411 0.4123903 0.225377 0.40275 0.2343758 0.7550742 0.2874853 0.7551092 0.2919753 0.7576787 0.2905572 0.7550742 0.2874853 0.7579766 0.2864827 0.7552431 0.2821533 0.7550742 0.2874853 0.7552431 0.2821533 0.7520586 0.2831658 0.7550742 0.2874853 0.7520185 0.2885956 0.7551092 0.2919753 0.7486557 0.2899214 0.7488858 0.2938348 0.7520185 0.2885956 0.7486557 0.2899214 0.7520185 0.2885956 0.7484654 0.2848637 0.7486557 0.2899214 0.7484654 0.2848637 0.7444057 0.2868446 0.7486557 0.2899214 0.7454765 0.2911723 0.7488858 0.2938348 0.7342256 0.2959415 0.7370417 0.2986658 0.7375201 0.2942573 0.7342256 0.2959415 0.7375201 0.2942573 0.7350727 0.2906923 0.7342256 0.2959415 0.7307156 0.2927737 0.7306461 0.2977461 0.7342256 0.2959415 0.7306461 0.2977461 0.7340445 0.3012661 0.7278191 0.2990424 0.7303042 0.301641 0.7306461 0.2977461 0.7278191 0.2990424 0.7306461 0.2977461 0.7268143 0.2947046 0.7278191 0.2990424 0.7242448 0.2965311 0.7253683 0.3000844 0.7278191 0.2990424 0.7253683 0.3000844 0.7273465 0.3018338 0.7915402 0.2321494 0.7950571 0.2336921 0.7952325 0.2315356 0.7915402 0.2321494 0.7920201 0.2303445 0.7878273 0.2301243 0.7915402 0.2321494 0.7878273 0.2301243 0.7871959 0.2321184 0.7915402 0.2321494 0.7909632 0.2343592 0.7950571 0.2336921 0.790192 0.237379 0.7931501 0.2390959 0.7950314 0.236427 0.790192 0.237379 0.7909632 0.2343592 0.7867304 0.2352576 0.790192 0.237379 0.7867304 0.2352576 0.786121 0.2387816 0.790192 0.237379 0.7894286 0.2402197 0.7931501 0.2390959 0.7857038 0.2490885 0.7891023 0.2498002 0.7871572 0.2461861 0.7857038 0.2490885 0.7871572 0.2461861 0.7837159 0.2451141 0.7857038 0.2490885 0.7815995 0.2483227 0.7841647 0.2520577 0.7857038 0.2490885 0.7841647 0.2520577 0.7887292 0.2534326 0.7831094 0.2541203 0.7869232 0.2554907 0.7841647 0.2520577 0.7831094 0.2541203 0.7841647 0.2520577 0.7797175 0.2510594 0.7831094 0.2541203 0.7788594 0.2529661 0.782296 0.2557297 0.7831094 0.2541203 0.782296 0.2557297 0.7855852 0.2571049 0.7900846 0.185181 0.7940822 0.1848288 0.7929387 0.1831703 0.7900846 0.185181 0.7894255 0.1836044 0.7857515 0.1850208 0.7900846 0.185181 0.7857515 0.1850208 0.7862491 0.186919 0.7900846 0.185181 0.7906461 0.1872478 0.7940822 0.1848288 0.7910124 0.1902949 0.7945117 0.1905369 0.7906461 0.1872478 0.7910124 0.1902949 0.7906461 0.1872478 0.7871813 0.1898726 0.7910124 0.1902949 0.7871813 0.1898726 0.7880749 0.1932499 0.7910124 0.1902949 0.7911992 0.1932437 0.7939368 0.1932692 0.7907889 0.2018042 0.7938614 0.2017691 0.7935703 0.1992689 0.7907889 0.2018042 0.7909985 0.1991801 0.7880616 0.1991783 0.7907889 0.2018042 0.7874326 0.202162 0.7905136 0.2045037 0.7907889 0.2018042 0.7905136 0.2045037 0.7938614 0.2017691 0.7902085 0.206447 0.7934988 0.2068423 0.7905136 0.2045037 0.7902085 0.206447 0.7905136 0.2045037 0.786849 0.2047588 0.7902085 0.206447 0.7867222 0.2065338 0.7898885 0.2080122 0.7902085 0.206447 0.7898885 0.2080122 0.7928059 0.208561 0.7561349 0.2643135 0.7550946 0.2669529 0.756828 0.2675024 0.7561349 0.2643135 0.7576074 0.2651042 0.7575562 0.2623016 0.7561349 0.2643135 0.7575562 0.2623016 0.7543294 0.2605929 0.7561349 0.2643135 0.7530733 0.2630872 0.7550946 0.2669529 0.7468332 0.2609894 0.7466077 0.2645543 0.7521063 0.2660786 0.7468332 0.2609894 0.7530733 0.2630872 0.747704 0.2577197 0.7468332 0.2609894 0.747704 0.2577197 0.74026 0.255284 0.7468332 0.2609894 0.7399697 0.2592613 0.7466077 0.2645543 0.7140118 0.2736527 0.7172309 0.2771526 0.7203842 0.2672278 0.7140118 0.2736527 0.7203842 0.2672278 0.7175406 0.2643646 0.7140118 0.2736527 0.7106154 0.2708603 0.7083306 0.280311 0.7140118 0.2736527 0.7083306 0.280311 0.7122235 0.2833428 0.7048546 0.2852542 0.7090659 0.2878277 0.7083306 0.280311 0.7048546 0.2852542 0.7083306 0.280311 0.7044234 0.2773951 0.7048546 0.2852542 0.7003443 0.2823524 0.702481 0.28934 0.7048546 0.2852542 0.702481 0.28934 0.7068333 0.2914599 0.7779558 0.2208344 0.7787445 0.2229248 0.779971 0.2219935 0.7779558 0.2208344 0.7793269 0.2201469 0.7779642 0.2188969 0.7779558 0.2208344 0.7779642 0.2188969 0.7748876 0.2196505 0.7779558 0.2208344 0.7753126 0.2218669 0.7787445 0.2229248 0.7701254 0.2235896 0.7722153 0.2256821 0.7753126 0.2218669 0.7701254 0.2235896 0.7753126 0.2218669 0.7689456 0.2210639 0.7701254 0.2235896 0.7689456 0.2210639 0.7627736 0.2232027 0.7701254 0.2235896 0.7647434 0.2257911 0.7673448 0.2279435 0.7594198 0.2454007 0.762965 0.2449686 0.7574156 0.2388011 0.7594198 0.2454007 0.7574156 0.2388011 0.7538977 0.2394318 0.7594198 0.2454007 0.7563392 0.2469 0.7620687 0.2514088 0.7594198 0.2454007 0.7620687 0.2514088 0.765118 0.2497702 0.7636239 0.2541292 0.7662718 0.2521026 0.7620687 0.2514088 0.7636239 0.2541292 0.7620687 0.2514088 0.7596634 0.2535668 0.7636239 0.2541292 0.7617813 0.2566452 0.7646322 0.255206 0.7636239 0.2541292 0.7646322 0.255206 0.7662718 0.2521026 0.7733449 0.1796839 0.7752944 0.1823243 0.7758979 0.1815819 0.7733449 0.1796839 0.7743024 0.1789975 0.7722982 0.1769381 0.7733449 0.1796839 0.7722982 0.1769381 0.7700319 0.1784159 0.7733449 0.1796839 0.7716335 0.1812205 0.7752944 0.1823243 0.7684138 0.1844576 0.7715649 0.1867665 0.7740603 0.1838061 0.7684138 0.1844576 0.7716335 0.1812205 0.7659924 0.1817026 0.7684138 0.1844576 0.7659924 0.1817026 0.7622113 0.1862165 0.7684138 0.1844576 0.7653984 0.1885181 0.7715649 0.1867665 0.7713989 0.2075815 0.7734405 0.20607 0.7697701 0.202775 0.7713989 0.2075815 0.767054 0.2041534 0.7647089 0.2058196 0.7713989 0.2075815 0.7700017 0.2094963 0.7759854 0.2101604 0.7713989 0.2075815 0.7759854 0.2101604 0.7734405 0.20607 0.7787376 0.2113575 0.7793582 0.2097774 0.7759854 0.2101604 0.7787376 0.2113575 0.7759854 0.2101604 0.7754347 0.2120464 0.7787376 0.2113575 0.7786479 0.2129865 0.7805725 0.2118636 0.7787376 0.2113575 0.7805725 0.2118636 0.7809036 0.2106497 0.7726905 0.1751176 0.7722982 0.1769381 0.7736777 0.1763647 0.7726905 0.1751176 0.7745659 0.1748353 0.7735979 0.1738014 0.7726905 0.1751176 0.7735979 0.1738014 0.770109 0.1747337 0.7726905 0.1751176 0.7697076 0.1763696 0.7722982 0.1769381 0.7645096 0.1795608 0.7659924 0.1817026 0.7700319 0.1784159 0.7645096 0.1795608 0.7697076 0.1763696 0.7641852 0.1775074 0.7645096 0.1795608 0.7641852 0.1775074 0.7556338 0.1817687 0.7645096 0.1795608 0.7595084 0.1844757 0.7659924 0.1817026 0.7688371 0.2116006 0.7700017 0.2094963 0.7624239 0.2081421 0.7688371 0.2116006 0.7624239 0.2081421 0.7681654 0.2142134 0.7688371 0.2116006 0.7681654 0.2142134 0.7752249 0.2137212 0.7688371 0.2116006 0.7752249 0.2137212 0.7754347 0.2120464 0.7789898 0.2144254 0.7786479 0.2129865 0.7752249 0.2137212 0.7789898 0.2144254 0.7752249 0.2137212 0.7751294 0.2154413 0.7789898 0.2144254 0.7791711 0.2158055 0.7817517 0.2157379 0.7789898 0.2144254 0.7814434 0.2144215 0.780751 0.2131218 0.7785993 0.2172583 0.7779642 0.2188969 0.7796083 0.2184732 0.7785993 0.2172583 0.7807782 0.217046 0.7817517 0.2157379 0.7785993 0.2172583 0.7791711 0.2158055 0.7751294 0.2154413 0.7785993 0.2172583 0.7749217 0.2174631 0.7779642 0.2188969 0.768247 0.2176531 0.7689456 0.2210639 0.7748876 0.2196505 0.768247 0.2176531 0.7749217 0.2174631 0.7681654 0.2142134 0.768247 0.2176531 0.7681654 0.2142134 0.7585704 0.2122675 0.768247 0.2176531 0.7611194 0.2189661 0.7689456 0.2210639 0.753193 0.2492201 0.7563392 0.2469 0.7495686 0.241645 0.753193 0.2492201 0.7495686 0.241645 0.7424829 0.2449797 0.753193 0.2492201 0.7505058 0.2519698 0.7579579 0.2554758 0.753193 0.2492201 0.7579579 0.2554758 0.7596634 0.2535668 0.761094 0.2587929 0.7617813 0.2566452 0.7579579 0.2554758 0.761094 0.2587929 0.7579579 0.2554758 0.756663 0.2571892 0.761094 0.2587929 0.7605684 0.2603969 0.7634157 0.2606409 0.761094 0.2587929 0.7634157 0.2606409 0.7632963 0.2579293 0.7592116 0.2612813 0.7575562 0.2623016 0.7590838 0.263428 0.7592116 0.2612813 0.7614506 0.2630602 0.7633479 0.2625986 0.7592116 0.2612813 0.7605684 0.2603969 0.756663 0.2571892 0.7592116 0.2612813 0.7554898 0.2587609 0.7575562 0.2623016 0.7488021 0.2547581 0.747704 0.2577197 0.7543294 0.2605929 0.7488021 0.2547581 0.7554898 0.2587609 0.7505058 0.2519698 0.7488021 0.2547581 0.7505058 0.2519698 0.7411139 0.2514164 0.7488021 0.2547581 0.7411139 0.2514164 0.747704 0.2577197 0.7075702 0.2685813 0.7106154 0.2708603 0.7145699 0.2622122 0.7075702 0.2685813 0.7145699 0.2622122 0.7116875 0.2596594 0.7075702 0.2685813 0.7045179 0.2655831 0.7011274 0.2746121 0.7075702 0.2685813 0.7011274 0.2746121 0.7044234 0.2773951 0.695967 0.2790576 0.7003443 0.2823524 0.7011274 0.2746121 0.695967 0.2790576 0.7011274 0.2746121 0.6977156 0.2707443 0.695967 0.2790576 0.6914837 0.2742709 0.691448 0.2827105 0.695967 0.2790576 0.691448 0.2827105 0.6973217 0.286521 0.7740963 0.1725683 0.7735979 0.1738014 0.7758693 0.1737899 0.7740963 0.1725683 0.7764905 0.1726086 0.7743901 0.1713768 0.7740963 0.1725683 0.7743901 0.1713768 0.7727037 0.1710764 0.7740963 0.1725683 0.770685 0.1731604 0.7735979 0.1738014 0.7652392 0.1750172 0.7641852 0.1775074 0.770109 0.1747337 0.7652392 0.1750172 0.770685 0.1731604 0.766279 0.1726337 0.7652392 0.1750172 0.766279 0.1726337 0.7615423 0.1729003 0.7652392 0.1750172 0.7592223 0.176006 0.7556338 0.1817687 0.6801795 0.2379018 0.6875762 0.2335486 0.6795945 0.2272646 0.6801795 0.2379018 0.6737415 0.2325477 0.6764667 0.2430679 0.6801795 0.2379018 0.6764667 0.2430679 0.682464 0.2453707 0.6801795 0.2379018 0.6870231 0.2426181 0.6875762 0.2335486 0.7826278 0.1848862 0.7828091 0.18648 0.7857515 0.1850208 0.7826278 0.1848862 0.7857515 0.1850208 0.7854711 0.1836503 0.7826278 0.1848862 0.7825562 0.1836991 0.7801141 0.1845609 0.7826278 0.1848862 0.7801141 0.1845609 0.7798412 0.1859117 0.7776102 0.1838285 0.7768606 0.1851952 0.7798412 0.1859117 0.7776102 0.1838285 0.7801141 0.1845609 0.7802001 0.1835409 0.7776102 0.1838285 0.7779223 0.1829658 0.7758979 0.1815819 0.7776102 0.1838285 0.7752944 0.1823243 0.7768606 0.1851952 0.7832095 0.1888871 0.7832574 0.1912729 0.7871813 0.1898726 0.7832095 0.1888871 0.7871813 0.1898726 0.7862491 0.186919 0.7832095 0.1888871 0.7828091 0.18648 0.7791951 0.1879242 0.7832095 0.1888871 0.7791951 0.1879242 0.7785485 0.1901158 0.775236 0.1875697 0.7739575 0.1901386 0.7785485 0.1901158 0.775236 0.1875697 0.7791951 0.1879242 0.7768606 0.1851952 0.775236 0.1875697 0.7768606 0.1851952 0.7740603 0.1838061 0.775236 0.1875697 0.7715649 0.1867665 0.7739575 0.1901386 0.783854 0.2032042 0.7839145 0.2053666 0.786849 0.2047588 0.783854 0.2032042 0.7874326 0.202162 0.7835856 0.2010625 0.783854 0.2032042 0.7835856 0.2010625 0.7791119 0.2023972 0.783854 0.2032042 0.7801803 0.204389 0.7839145 0.2053666 0.7765384 0.205175 0.7790258 0.2071598 0.7801803 0.204389 0.7765384 0.205175 0.7801803 0.204389 0.7791119 0.2023972 0.7765384 0.205175 0.7746123 0.2029681 0.7734405 0.20607 0.7765384 0.205175 0.7734405 0.20607 0.7771061 0.2084144 0.784206 0.2068729 0.7846132 0.2080513 0.7868239 0.2078979 0.784206 0.2068729 0.7867222 0.2065338 0.7839145 0.2053666 0.784206 0.2068729 0.7839145 0.2053666 0.7814076 0.2062069 0.784206 0.2068729 0.7822913 0.2075088 0.7830031 0.2085526 0.780609 0.2084858 0.7817402 0.2094824 0.7822913 0.2075088 0.780609 0.2084858 0.7822913 0.2075088 0.7814076 0.2062069 0.780609 0.2084858 0.7790258 0.2071598 0.7793582 0.2097774 0.780609 0.2084858 0.7793582 0.2097774 0.7809036 0.2106497 0.7850506 0.2285188 0.7841765 0.2301889 0.7878273 0.2301243 0.7850506 0.2285188 0.7878273 0.2301243 0.788542 0.2287028 0.7850506 0.2285188 0.7858955 0.2272672 0.7827591 0.2269468 0.7850506 0.2285188 0.7827591 0.2269468 0.781497 0.2283188 0.7805013 0.2250223 0.7787491 0.2262564 0.781497 0.2283188 0.7805013 0.2250223 0.7827591 0.2269468 0.7815774 0.2239392 0.7805013 0.2250223 0.7815774 0.2239392 0.7787445 0.2229248 0.7805013 0.2250223 0.7787445 0.2229248 0.7787491 0.2262564 0.7832433 0.2326957 0.7820759 0.2350605 0.7867304 0.2352576 0.7832433 0.2326957 0.7867304 0.2352576 0.7871959 0.2321184 0.7832433 0.2326957 0.7841765 0.2301889 0.7795937 0.230079 0.7832433 0.2326957 0.7795937 0.230079 0.7777669 0.2319768 0.7756446 0.2277932 0.7729319 0.2296296 0.7777669 0.2319768 0.7756446 0.2277932 0.7795937 0.230079 0.7787491 0.2262564 0.7756446 0.2277932 0.7787491 0.2262564 0.776499 0.2240799 0.7756446 0.2277932 0.7722153 0.2256821 0.7729319 0.2296296 0.777156 0.2477959 0.7760157 0.2503215 0.7797175 0.2510594 0.777156 0.2477959 0.7815995 0.2483227 0.778103 0.24512 0.777156 0.2477959 0.778103 0.24512 0.7725976 0.2442766 0.777156 0.2477959 0.7724367 0.247106 0.7760157 0.2503215 0.7675052 0.2458503 0.7687554 0.2494199 0.7724367 0.247106 0.7675052 0.2458503 0.7724367 0.247106 0.7725976 0.2442766 0.7675052 0.2458503 0.7669509 0.2422496 0.762965 0.2449686 0.7675052 0.2458503 0.762965 0.2449686 0.765118 0.2497702 0.7755483 0.2521152 0.7754173 0.253543 0.7785134 0.2544577 0.7755483 0.2521152 0.7788594 0.2529661 0.7760157 0.2503215 0.7755483 0.2521152 0.7760157 0.2503215 0.7725363 0.2497922 0.7755483 0.2521152 0.7725843 0.2515925 0.7726065 0.2529498 0.7693754 0.2514227 0.76968 0.252642 0.7725843 0.2515925 0.7693754 0.2514227 0.7725843 0.2515925 0.7725363 0.2497922 0.7693754 0.2514227 0.7687554 0.2494199 0.7662718 0.2521026 0.7693754 0.2514227 0.7662718 0.2521026 0.7669259 0.2532004 0.754913 0.2773818 0.751986 0.2779703 0.7552431 0.2821533 0.754913 0.2773818 0.7552431 0.2821533 0.7582231 0.2814837 0.754913 0.2773818 0.7575941 0.2769453 0.7545403 0.2732546 0.754913 0.2773818 0.7545403 0.2732546 0.7518782 0.2732892 0.754582 0.2698558 0.7518131 0.2694022 0.7545403 0.2732546 0.754582 0.2698558 0.7545403 0.2732546 0.7568003 0.273064 0.754582 0.2698558 0.7565519 0.270036 0.7550946 0.2669529 0.754582 0.2698558 0.7550946 0.2669529 0.7521063 0.2660786 0.7485674 0.2788628 0.7450948 0.2795603 0.7484654 0.2848637 0.7485674 0.2788628 0.7484654 0.2848637 0.7520586 0.2831658 0.7485674 0.2788628 0.751986 0.2779703 0.7484111 0.2730113 0.7485674 0.2788628 0.7484111 0.2730113 0.7447102 0.2730641 0.7474458 0.2684018 0.7429674 0.2681295 0.7447102 0.2730641 0.7474458 0.2684018 0.7484111 0.2730113 0.7518131 0.2694022 0.7474458 0.2684018 0.7518131 0.2694022 0.7521063 0.2660786 0.7474458 0.2684018 0.7466077 0.2645543 0.7429674 0.2681295 0.7264897 0.2895932 0.7226862 0.2920758 0.7268143 0.2947046 0.7264897 0.2895932 0.7307156 0.2927737 0.730174 0.2870023 0.7264897 0.2895932 0.730174 0.2870023 0.7264315 0.2826551 0.7264897 0.2895932 0.7225114 0.2859899 0.7226862 0.2920758 0.7197447 0.281554 0.7154767 0.2864733 0.7187457 0.2894639 0.7197447 0.281554 0.7225114 0.2859899 0.7264315 0.2826551 0.7197447 0.281554 0.7243163 0.2772914 0.7172309 0.2771526 0.7197447 0.281554 0.7172309 0.2771526 0.7154767 0.2864733 0.7200968 0.2943423 0.7181145 0.2965008 0.7223412 0.2983053 0.7200968 0.2943423 0.7242448 0.2965311 0.7226862 0.2920758 0.7200968 0.2943423 0.7226862 0.2920758 0.7187457 0.2894639 0.7200968 0.2943423 0.7159919 0.2922772 0.7181145 0.2965008 0.7125467 0.2901372 0.7102856 0.2931733 0.7137441 0.2947602 0.7125467 0.2901372 0.7159919 0.2922772 0.7154767 0.2864733 0.7125467 0.2901372 0.7154767 0.2864733 0.7122235 0.2833428 0.7125467 0.2901372 0.7090659 0.2878277 0.7102856 0.2931733 0.6925824 0.2483969 0.7009353 0.2445685 0.6947223 0.2387107 0.6925824 0.2483969 0.6870231 0.2426181 0.6846942 0.2505133 0.6925824 0.2483969 0.6846942 0.2505133 0.6889316 0.2573974 0.6925824 0.2483969 0.6971704 0.254611 0.7009353 0.2445685 0.7011001 0.260633 0.7091087 0.2555949 0.7058518 0.2504281 0.7011001 0.260633 0.6971704 0.254611 0.6934613 0.2645735 0.7011001 0.260633 0.6934613 0.2645735 0.6977156 0.2707443 0.7011001 0.260633 0.7045179 0.2655831 0.7091087 0.2555949 0.6777993 0.2501618 0.6846942 0.2505133 0.682464 0.2453707 0.6777993 0.2501618 0.6764667 0.2430679 0.6719185 0.249221 0.6777993 0.2501618 0.6719185 0.249221 0.6757165 0.258161 0.6777993 0.2501618 0.681941 0.2583736 0.6846942 0.2505133 0.6866555 0.266893 0.6934613 0.2645735 0.6889316 0.2573974 0.6866555 0.266893 0.681941 0.2583736 0.6800118 0.2671955 0.6866555 0.266893 0.6800118 0.2671955 0.6882424 0.2809026 0.6866555 0.266893 0.6914837 0.2742709 0.6934613 0.2645735 0.6186738 0.3582895 0.6170918 0.3596279 0.617813 0.3621598 0.6186738 0.3582895 0.617813 0.3621598 0.6195757 0.3600406 0.6186738 0.3582895 0.6203172 0.3574302 0.6206782 0.3547775 0.6186738 0.3582895 0.6206782 0.3547775 0.6190271 0.3523548 0.6281552 0.3612313 0.6286821 0.3631879 0.631697 0.3559388 0.6281552 0.3612313 0.628714 0.3570415 0.6272953 0.359618 0.6281552 0.3612313 0.6272953 0.359618 0.6262703 0.3622746 0.6281552 0.3612313 0.6263696 0.365044 0.6286821 0.3631879 0.668917 0.3711682 0.6657269 0.3726966 0.6710192 0.3769894 0.668917 0.3711682 0.6710192 0.3769894 0.6730005 0.373967 0.668917 0.3711682 0.6721422 0.3699792 0.6693478 0.3650863 0.668917 0.3711682 0.6693478 0.3650863 0.6641137 0.3626069 0.6879733 0.3651077 0.6911793 0.3646108 0.6877469 0.3566826 0.6879733 0.3651077 0.6845044 0.3607879 0.6848189 0.3659421 0.6879733 0.3651077 0.6848189 0.3659421 0.6861444 0.369579 0.6879733 0.3651077 0.6892113 0.3706819 0.6911793 0.3646108 0.7167736 0.3361316 0.7198855 0.337916 0.7128954 0.3311864 0.7167736 0.3361316 0.7128954 0.3311864 0.7139299 0.3350502 0.7167736 0.3361316 0.7139299 0.3350502 0.7158412 0.3388515 0.7167736 0.3361316 0.719157 0.3419134 0.7198855 0.337916 0.704408 0.342064 0.7033638 0.3453902 0.7072193 0.3474882 0.704408 0.342064 0.7072193 0.3474882 0.7072691 0.3430602 0.704408 0.342064 0.7057074 0.3392775 0.7031932 0.3359932 0.704408 0.342064 0.7031932 0.3359932 0.6992925 0.3352169 0.703583 0.3060667 0.7046223 0.3036197 0.6996076 0.3028883 0.703583 0.3060667 0.6996076 0.3028883 0.6995535 0.3054194 0.703583 0.3060667 0.7021065 0.3082556 0.7072229 0.311576 0.703583 0.3060667 0.7072229 0.311576 0.7088351 0.3098282 0.7096187 0.3185156 0.7114732 0.3181188 0.7088351 0.3098282 0.7096187 0.3185156 0.7072229 0.311576 0.7053132 0.3132926 0.7096187 0.3185156 0.7075771 0.3191878 0.7084393 0.3231831 0.7096187 0.3185156 0.7102335 0.3245544 0.7114732 0.3181188 0.6892414 0.3141699 0.6865901 0.3140746 0.689763 0.3211414 0.6892414 0.3141699 0.6920629 0.3202257 0.6918643 0.313876 0.6892414 0.3141699 0.6918643 0.313876 0.6905111 0.3103109 0.6892414 0.3141699 0.6882588 0.3090564 0.6865901 0.3140746 0.6958436 0.3258532 0.694378 0.3276615 0.6997345 0.3295741 0.6958436 0.3258532 0.6997345 0.3295741 0.6998726 0.3272548 0.6958436 0.3258532 0.6975989 0.3242301 0.6944931 0.3191963 0.6958436 0.3258532 0.6920629 0.3202257 0.689763 0.3211414 0.6623831 0.3390334 0.6599743 0.338069 0.6596227 0.3479394 0.6623831 0.3390334 0.6624312 0.3474293 0.6650205 0.3394449 0.6623831 0.3390334 0.6650205 0.3394449 0.6652314 0.3341575 0.6623831 0.3390334 0.6637287 0.3316578 0.6603597 0.3272227 0.663971 0.3536013 0.6615406 0.3552367 0.6668249 0.3572304 0.663971 0.3536013 0.6668249 0.3572304 0.6681026 0.3550288 0.663971 0.3536013 0.6667341 0.3521518 0.6624312 0.3474293 0.663971 0.3536013 0.6624312 0.3474293 0.6615406 0.3552367 0.6804047 0.3349458 0.6824963 0.3336789 0.6784949 0.3238071 0.6804047 0.3349458 0.6765863 0.3289547 0.6759002 0.3315969 0.6804047 0.3349458 0.6779766 0.3360574 0.683302 0.3424896 0.6804047 0.3349458 0.683302 0.3424896 0.6861695 0.3423588 0.684073 0.3489003 0.6869984 0.349646 0.6861695 0.3423588 0.684073 0.3489003 0.683302 0.3424896 0.680976 0.3485946 0.684073 0.3489003 0.680976 0.3485946 0.680771 0.3520461 0.684073 0.3489003 0.682803 0.3536072 0.6869984 0.349646 0.6250811 0.3307806 0.6239466 0.3292537 0.619799 0.3372452 0.6250811 0.3307806 0.6217408 0.3378199 0.6266585 0.3321417 0.6250811 0.3307806 0.6266585 0.3321417 0.6290843 0.3281517 0.6250811 0.3307806 0.6291261 0.3255978 0.6287429 0.3203034 0.6207829 0.3444593 0.6190444 0.3449198 0.6215868 0.3493591 0.6207829 0.3444593 0.6215868 0.3493591 0.622821 0.3477632 0.6207829 0.3444593 0.6227956 0.3443109 0.6217408 0.3378199 0.6207829 0.3444593 0.6217408 0.3378199 0.619799 0.3372452 0.6394883 0.3357097 0.6412677 0.3352689 0.6391355 0.3297349 0.6394883 0.3357097 0.6391355 0.3297349 0.6377426 0.3314803 0.6394883 0.3357097 0.6374437 0.3357759 0.6382043 0.3426179 0.6394883 0.3357097 0.6382043 0.3426179 0.6400589 0.3432099 0.6351051 0.3483014 0.636179 0.3496897 0.6400589 0.3432099 0.6351051 0.3483014 0.6382043 0.3426179 0.6360135 0.3419623 0.6351051 0.3483014 0.6335699 0.3470928 0.6314309 0.3499028 0.6351051 0.3483014 0.6314687 0.3518657 0.636179 0.3496897 0.6366908 0.2949984 0.6358556 0.2935989 0.6344159 0.3007605 0.6366908 0.2949984 0.6344159 0.3007605 0.6379423 0.2963466 0.6366908 0.2949984 0.6379423 0.2963466 0.6394855 0.2937585 0.6366908 0.2949984 0.6391808 0.2918719 0.6358556 0.2935989 0.6504187 0.3004333 0.652162 0.2998582 0.6523697 0.2969956 0.6504187 0.3004333 0.6496402 0.2958841 0.6482645 0.2972062 0.6504187 0.3004333 0.6483426 0.3005868 0.649251 0.3068774 0.6504187 0.3004333 0.649251 0.3068774 0.652162 0.2998582 0.6326503 0.3092466 0.6314443 0.3097522 0.6287429 0.3203034 0.6326503 0.3092466 0.632114 0.3170014 0.6335081 0.3148096 0.6326503 0.3092466 0.6341877 0.309293 0.6358922 0.30171 0.6326503 0.3092466 0.6344159 0.3007605 0.6333741 0.300038 0.6458391 0.3150308 0.6468315 0.3162403 0.6510095 0.3069663 0.6458391 0.3150308 0.649251 0.3068774 0.6443539 0.3139142 0.6458391 0.3150308 0.6443539 0.3139142 0.6417648 0.3215377 0.6458391 0.3150308 0.6417648 0.3215377 0.6425952 0.3261759 0.6555261 0.3014271 0.6537131 0.3004583 0.6576421 0.3083261 0.6555261 0.3014271 0.6576421 0.3083261 0.657681 0.3017717 0.6555261 0.3014271 0.657681 0.3017717 0.6569644 0.2976522 0.6555261 0.3014271 0.6550604 0.2960824 0.6537131 0.3004583 0.6720206 0.2953271 0.6733972 0.2943242 0.6693697 0.2904657 0.6720206 0.2953271 0.6693697 0.2904657 0.6685269 0.2927684 0.6720206 0.2953271 0.6701204 0.2964555 0.6738364 0.302955 0.6720206 0.2953271 0.6738364 0.302955 0.6733972 0.2943242 0.6599747 0.3160839 0.6585426 0.3169978 0.6603597 0.3272227 0.6599747 0.3160839 0.6626458 0.3221123 0.6633033 0.3195964 0.6599747 0.3160839 0.6617557 0.3152144 0.6597144 0.3083229 0.6599747 0.3160839 0.6576421 0.3083261 0.6558761 0.3079058 0.6748736 0.3120059 0.6766812 0.3129442 0.6755003 0.30261 0.6748736 0.3120059 0.6738364 0.302955 0.6717408 0.3035762 0.6748736 0.3120059 0.6727675 0.3116309 0.6729791 0.3170424 0.6748736 0.3120059 0.6745617 0.3195286 0.6784949 0.3238071 0.6895468 0.285653 0.6910877 0.2840917 0.6852745 0.2824956 0.6895468 0.285653 0.6852745 0.2824956 0.6850562 0.2847988 0.6895468 0.285653 0.6876468 0.2872175 0.6933619 0.2902067 0.6895468 0.285653 0.6933619 0.2902067 0.6910877 0.2840917 0.6765115 0.2947278 0.6746738 0.2948185 0.6796294 0.2997255 0.6765115 0.2947278 0.6796294 0.2997255 0.6783525 0.2941254 0.6765115 0.2947278 0.6783525 0.2941254 0.6766749 0.2908141 0.6765115 0.2947278 0.6747046 0.2896482 0.6746738 0.2948185 0.6955617 0.2942976 0.6982902 0.2941157 0.6958236 0.2894415 0.6955617 0.2942976 0.6933619 0.2902067 0.690796 0.2911536 0.6955617 0.2942976 0.6928856 0.2947895 0.6937911 0.2971 0.6955617 0.2942976 0.6959065 0.2976493 0.6982902 0.2941157 0.6824126 0.3026273 0.6813264 0.3046544 0.685166 0.3036844 0.6824126 0.3026273 0.685166 0.3036844 0.6854949 0.3019675 0.6824126 0.3026273 0.6837643 0.3006975 0.6811762 0.2981105 0.6824126 0.3026273 0.6796294 0.2997255 0.6782574 0.3011555 0.6432495 0.2752379 0.6469374 0.2770914 0.6437951 0.2655141 0.6432495 0.2752379 0.6408494 0.2654104 0.6395466 0.2719849 0.6432495 0.2752379 0.6395466 0.2719849 0.6412192 0.2774584 0.6432495 0.2752379 0.6446539 0.2826117 0.6523697 0.2969956 0.6391643 0.2561032 0.6416046 0.2549504 0.6374008 0.2492695 0.6391643 0.2561032 0.6374008 0.2492695 0.6361678 0.2526021 0.6391643 0.2561032 0.6368619 0.2574577 0.638006 0.2648519 0.6391643 0.2561032 0.6408494 0.2654104 0.6416046 0.2549504 0.6359488 0.2847245 0.6364895 0.2887564 0.6373927 0.2899874 0.6359488 0.2847245 0.6370368 0.2833605 0.6346655 0.2775607 0.6359488 0.2847245 0.6342549 0.2827574 0.6343455 0.2900684 0.6492754 0.2737563 0.6469374 0.2770914 0.6523697 0.2969956 0.6492754 0.2737563 0.6528474 0.2807535 0.6535542 0.2743636 0.6492754 0.2737563 0.6514464 0.2689329 0.6463298 0.2640233 0.6492754 0.2737563 0.6463298 0.2640233 0.6437951 0.2655141 0.6441648 0.2547317 0.6416046 0.2549504 0.6463298 0.2640233 0.6441648 0.2547317 0.6463298 0.2640233 0.6490366 0.2619152 0.6441648 0.2547317 0.6471626 0.2545084 0.6465808 0.2495595 0.6441648 0.2547317 0.6438812 0.2475933 0.6416046 0.2549504 0.6728593 0.265085 0.6800118 0.2671955 0.6757165 0.258161 0.6728593 0.265085 0.6697766 0.257381 0.6664138 0.2629783 0.6728593 0.265085 0.6664138 0.2629783 0.6687135 0.2677425 0.6728593 0.265085 0.6744779 0.271273 0.6800118 0.2671955 0.6670727 0.2495693 0.6719185 0.249221 0.6642561 0.2435394 0.6670727 0.2495693 0.6642561 0.2435394 0.6619045 0.2461708 0.6670727 0.2495693 0.6628641 0.2504566 0.6644732 0.2568684 0.6670727 0.2495693 0.6697766 0.257381 0.6719185 0.249221 0.791222 0.1950157 0.7936931 0.1949869 0.7911992 0.1932437 0.791222 0.1950157 0.7911992 0.1932437 0.7890245 0.1950969 0.791222 0.1950157 0.7890245 0.1950969 0.7911635 0.1962193 0.791222 0.1950157 0.7911635 0.1962193 0.7936133 0.1962304 0.7911061 0.1974629 0.7935299 0.1975402 0.7911635 0.1962193 0.7911061 0.1974629 0.7911635 0.1962193 0.7890069 0.1962546 0.7911061 0.1974629 0.7889697 0.1974133 0.7909985 0.1991801 0.7911061 0.1974629 0.7909985 0.1991801 0.7935299 0.1975402 0.7642993 0.192525 0.7675505 0.1937927 0.769086 0.1908761 0.7642993 0.192525 0.7653984 0.1885181 0.7607207 0.1913762 0.7642993 0.192525 0.7607207 0.1913762 0.7608471 0.1966484 0.7642993 0.192525 0.7644108 0.1964858 0.7675505 0.1937927 0.7650268 0.2004083 0.7678687 0.199686 0.7675507 0.1966584 0.7650268 0.2004083 0.7644108 0.1964858 0.761917 0.2014999 0.7650268 0.2004083 0.761917 0.2014999 0.767054 0.2041534 0.7650268 0.2004083 0.767054 0.2041534 0.7678687 0.199686 0.7571161 0.1908985 0.7607207 0.1913762 0.7622113 0.1862165 0.7571161 0.1908985 0.7595084 0.1844757 0.7556338 0.1817687 0.7571161 0.1908985 0.7530434 0.1910333 0.7569389 0.1976181 0.7571161 0.1908985 0.7569389 0.1976181 0.7607207 0.1913762 0.758583 0.2034236 0.761917 0.2014999 0.7569389 0.1976181 0.758583 0.2034236 0.7569389 0.1976181 0.7546166 0.205088 0.758583 0.2034236 0.7546166 0.205088 0.7585704 0.2122675 0.758583 0.2034236 0.7624239 0.2081421 0.7647089 0.2058196 0.7243357 0.1974844 0.7310734 0.1999824 0.7296037 0.1928566 0.7243357 0.1974844 0.7208698 0.1902456 0.7175045 0.1949989 0.7243357 0.1974844 0.7175045 0.1949989 0.7220721 0.2028342 0.7243357 0.1974844 0.7264739 0.2041611 0.7310734 0.1999824 0.7954269 0.2079494 0.7963473 0.2065239 0.7934988 0.2068423 0.7954269 0.2079494 0.7934988 0.2068423 0.7945752 0.209711 0.7954269 0.2079494 0.7945752 0.209711 0.7966739 0.2094125 0.7954269 0.2079494 0.7966739 0.2094125 0.7975038 0.2079917 0.796199 0.1834261 0.7977911 0.1848456 0.7992603 0.1827449 0.796199 0.1834261 0.7973753 0.1814981 0.7951596 0.1803534 0.796199 0.1834261 0.7945296 0.1819568 0.7940822 0.1848288 0.796199 0.1834261 0.7940822 0.1848288 0.7977911 0.1848456 0.737716 0.1903586 0.7427554 0.1918638 0.7438309 0.1871145 0.737716 0.1903586 0.7404313 0.184722 0.7326874 0.1874008 0.737716 0.1903586 0.7326874 0.1874008 0.7296037 0.1928566 0.737716 0.1903586 0.7367842 0.1964977 0.7427554 0.1918638 0.7376244 0.2025052 0.7438494 0.2044971 0.742287 0.1983678 0.7376244 0.2025052 0.7367842 0.1964977 0.7310734 0.1999824 0.7376244 0.2025052 0.7310734 0.1999824 0.7315366 0.2058072 0.7376244 0.2025052 0.7379209 0.2080916 0.7438494 0.2044971 0.7480604 0.1917219 0.7530434 0.1910333 0.7481122 0.1849975 0.7480604 0.1917219 0.7481122 0.1849975 0.7438309 0.1871145 0.7480604 0.1917219 0.7427554 0.1918638 0.7476162 0.1989913 0.7480604 0.1917219 0.7476162 0.1989913 0.752568 0.1986481 0.7496094 0.2054019 0.7546166 0.205088 0.752568 0.1986481 0.7496094 0.2054019 0.7476162 0.1989913 0.7438494 0.2044971 0.7496094 0.2054019 0.7438494 0.2044971 0.7446416 0.2101943 0.7496094 0.2054019 0.750713 0.2112956 0.7546166 0.205088 0.6228712 0.3537229 0.6229724 0.3524931 0.6190271 0.3523548 0.6228712 0.3537229 0.6206782 0.3547775 0.6227383 0.3552684 0.6228712 0.3537229 0.6227383 0.3552684 0.6246677 0.3556916 0.6228712 0.3537229 0.6251479 0.3541156 0.6229724 0.3524931 0.6274036 0.3549457 0.6281101 0.3538588 0.6255465 0.3529162 0.6274036 0.3549457 0.6251479 0.3541156 0.6246677 0.3556916 0.6274036 0.3549457 0.6265809 0.3563367 0.628714 0.3570415 0.6274036 0.3549457 0.628714 0.3570415 0.6281101 0.3538588 0.624 0.3660083 0.6230359 0.3704894 0.6261299 0.3688878 0.624 0.3660083 0.6263696 0.365044 0.6249244 0.3619384 0.624 0.3660083 0.6249244 0.3619384 0.6228554 0.3613374 0.624 0.3660083 0.6214318 0.3653486 0.6230359 0.3704894 0.6190509 0.3642893 0.6169342 0.3684311 0.6214318 0.3653486 0.6190509 0.3642893 0.6214318 0.3653486 0.6228554 0.3613374 0.6190509 0.3642893 0.6208673 0.3605284 0.617813 0.3621598 0.6190509 0.3642893 0.617813 0.3621598 0.6156054 0.3654248 0.6257696 0.358691 0.6249244 0.3619384 0.6272953 0.359618 0.6257696 0.358691 0.6272953 0.359618 0.6276703 0.3574575 0.6257696 0.358691 0.6265809 0.3563367 0.6239188 0.3581086 0.6257696 0.358691 0.6239188 0.3581086 0.6228554 0.3613374 0.6220834 0.3575291 0.6208673 0.3605284 0.6228554 0.3613374 0.6220834 0.3575291 0.6239188 0.3581086 0.6227383 0.3552684 0.6220834 0.3575291 0.6227383 0.3552684 0.6212562 0.3555959 0.6220834 0.3575291 0.6203172 0.3574302 0.6208673 0.3605284 0.6321982 0.3245277 0.6327043 0.3225052 0.6287429 0.3203034 0.6321982 0.3245277 0.6291261 0.3255978 0.6312552 0.3277215 0.6321982 0.3245277 0.6312552 0.3277215 0.6347725 0.3256018 0.6321982 0.3245277 0.6347725 0.3256018 0.6353623 0.3237955 0.6373243 0.3268516 0.6380941 0.3250777 0.6347725 0.3256018 0.6373243 0.3268516 0.6347725 0.3256018 0.6337972 0.3286094 0.6373243 0.3268516 0.6362618 0.3297334 0.6391355 0.3297349 0.6373243 0.3268516 0.6391355 0.3297349 0.6425952 0.3261759 0.6285731 0.3524165 0.6281101 0.3538588 0.631697 0.3559388 0.6285731 0.3524165 0.6314687 0.3518657 0.6293783 0.3500632 0.6285731 0.3524165 0.6293783 0.3500632 0.6268691 0.3494427 0.6285731 0.3524165 0.6260502 0.3516292 0.6281101 0.3538588 0.623532 0.3511795 0.6229724 0.3524931 0.6255465 0.3529162 0.623532 0.3511795 0.6260502 0.3516292 0.6243827 0.3489036 0.623532 0.3511795 0.6243827 0.3489036 0.6215868 0.3493591 0.623532 0.3511795 0.6215868 0.3493591 0.6229724 0.3524931 0.6311119 0.3462437 0.6293783 0.3500632 0.6314309 0.3499028 0.6311119 0.3462437 0.6335699 0.3470928 0.6331498 0.3411797 0.6311119 0.3462437 0.6331498 0.3411797 0.6299664 0.3403027 0.6311119 0.3462437 0.6282134 0.3455448 0.6293783 0.3500632 0.6253569 0.3447867 0.6243827 0.3489036 0.6268691 0.3494427 0.6253569 0.3447867 0.6282134 0.3455448 0.6268162 0.3393641 0.6253569 0.3447867 0.6268162 0.3393641 0.6227956 0.3443109 0.6253569 0.3447867 0.6227956 0.3443109 0.622821 0.3477632 0.6348684 0.3350929 0.6331498 0.3411797 0.6360135 0.3419623 0.6348684 0.3350929 0.6374437 0.3357759 0.6377426 0.3314803 0.6348684 0.3350929 0.6362618 0.3297334 0.6320114 0.3340836 0.6348684 0.3350929 0.6320114 0.3340836 0.6331498 0.3411797 0.6291217 0.3331713 0.6268162 0.3393641 0.6299664 0.3403027 0.6291217 0.3331713 0.6320114 0.3340836 0.6312552 0.3277215 0.6291217 0.3331713 0.6312552 0.3277215 0.6290843 0.3281517 0.6291217 0.3331713 0.6266585 0.3321417 0.6268162 0.3393641 0.6386097 0.3230419 0.6380941 0.3250777 0.6425952 0.3261759 0.6386097 0.3230419 0.6417648 0.3215377 0.6396222 0.3194439 0.6386097 0.3230419 0.6396222 0.3194439 0.6359912 0.3219252 0.6386097 0.3230419 0.6359912 0.3219252 0.6353623 0.3237955 0.6335268 0.3205697 0.6327043 0.3225052 0.6359912 0.3219252 0.6335268 0.3205697 0.6359912 0.3219252 0.6370746 0.3184751 0.6335268 0.3205697 0.6347325 0.317092 0.632114 0.3170014 0.6335268 0.3205697 0.632114 0.3170014 0.6287429 0.3203034 0.6415915 0.2912927 0.6407768 0.2884432 0.6373927 0.2899874 0.6415915 0.2912927 0.6391808 0.2918719 0.6412965 0.2937087 0.6415915 0.2912927 0.6412965 0.2937087 0.6441826 0.2921705 0.6415915 0.2912927 0.6441826 0.2921705 0.6434822 0.2893282 0.6472135 0.2934154 0.6466379 0.2905575 0.6441826 0.2921705 0.6472135 0.2934154 0.6441826 0.2921705 0.6436754 0.2945814 0.6472135 0.2934154 0.6464204 0.2956795 0.6496402 0.2958841 0.6472135 0.2934154 0.6496402 0.2958841 0.6523697 0.2969956 0.6456007 0.2998972 0.6442549 0.305766 0.6483426 0.3005868 0.6456007 0.2998972 0.6483426 0.3005868 0.6482645 0.2972062 0.6456007 0.2998972 0.6464204 0.2956795 0.6426698 0.2987653 0.6456007 0.2998972 0.6426698 0.2987653 0.6411318 0.3045915 0.6400261 0.297592 0.6382375 0.3031132 0.6426698 0.2987653 0.6400261 0.297592 0.6426698 0.2987653 0.6436754 0.2945814 0.6400261 0.297592 0.6412965 0.2937087 0.6394855 0.2937585 0.6400261 0.297592 0.6379423 0.2963466 0.6358922 0.30171 0.641883 0.3129834 0.6396222 0.3194439 0.641848 0.3187252 0.641883 0.3129834 0.6443539 0.3139142 0.6471228 0.3065551 0.641883 0.3129834 0.6442549 0.305766 0.6390274 0.3119294 0.641883 0.3129834 0.6390274 0.3119294 0.6370746 0.3184751 0.6363878 0.3104432 0.6347325 0.317092 0.6390274 0.3119294 0.6363878 0.3104432 0.6390274 0.3119294 0.6411318 0.3045915 0.6363878 0.3104432 0.6382375 0.3031132 0.6341877 0.309293 0.6363878 0.3104432 0.6341877 0.309293 0.6335081 0.3148096 0.6433516 0.2845581 0.6466379 0.2905575 0.6446539 0.2826117 0.6433516 0.2845581 0.6446539 0.2826117 0.6394837 0.277414 0.6433516 0.2845581 0.6394837 0.277414 0.6408653 0.2838498 0.6433516 0.2845581 0.6408653 0.2838498 0.6434822 0.2893282 0.638718 0.2832598 0.6407768 0.2884432 0.6408653 0.2838498 0.638718 0.2832598 0.6408653 0.2838498 0.6377425 0.2773253 0.638718 0.2832598 0.6362115 0.2771067 0.6370368 0.2833605 0.638718 0.2832598 0.6370368 0.2833605 0.6407768 0.2884432 0.729753 0.1356127 0.7243689 0.1391076 0.7306089 0.1394778 0.729753 0.1356127 0.7306089 0.1394778 0.7360023 0.13532 0.729753 0.1356127 0.7350495 0.1321602 0.7294457 0.1317228 0.729753 0.1356127 0.7294457 0.1317228 0.7244716 0.1346855 0.6347648 0.2468621 0.6352331 0.2420773 0.6316927 0.2466679 0.6347648 0.2468621 0.6316927 0.2466679 0.631298 0.2510334 0.6347648 0.2468621 0.6342758 0.251939 0.6374008 0.2492695 0.6347648 0.2468621 0.6374008 0.2492695 0.6399053 0.2443303 0.6371636 0.2711219 0.6394837 0.277414 0.6395466 0.2719849 0.6371636 0.2711219 0.6395466 0.2719849 0.638006 0.2648519 0.6371636 0.2711219 0.6357783 0.2649786 0.6355247 0.2713444 0.6371636 0.2711219 0.6355247 0.2713444 0.6377425 0.2773253 0.6340539 0.2713481 0.6362115 0.2771067 0.6355247 0.2713444 0.6340539 0.2713481 0.6355247 0.2713444 0.6339592 0.2653823 0.6340539 0.2713481 0.6323411 0.2656549 0.6325979 0.2713626 0.6340539 0.2713481 0.6325979 0.2713626 0.6346655 0.2775607 0.6347147 0.2582811 0.6357783 0.2649786 0.6368619 0.2574577 0.6347147 0.2582811 0.6368619 0.2574577 0.6361678 0.2526021 0.6347147 0.2582811 0.6342758 0.251939 0.631298 0.2510334 0.6347147 0.2582811 0.6327935 0.2589142 0.6339592 0.2653823 0.631169 0.2596979 0.6323411 0.2656549 0.6327935 0.2589142 0.631169 0.2596979 0.6327935 0.2589142 0.631298 0.2510334 0.631169 0.2596979 0.6302674 0.253609 0.6288427 0.2553235 0.631169 0.2596979 0.6296553 0.2606583 0.6307973 0.2660018 0.7429715 0.2920584 0.7442286 0.2949025 0.7454765 0.2911723 0.7429715 0.2920584 0.7454765 0.2911723 0.7416352 0.2891199 0.7429715 0.2920584 0.7416352 0.2891199 0.7410178 0.2927263 0.7429715 0.2920584 0.7410178 0.2927263 0.7426857 0.295487 0.7394924 0.2933224 0.7413752 0.2959994 0.7410178 0.2927263 0.7394924 0.2933224 0.7410178 0.2927263 0.7395128 0.2898557 0.7394924 0.2933224 0.737886 0.2905073 0.7375201 0.2942573 0.7394924 0.2933224 0.7375201 0.2942573 0.7396947 0.2969042 0.7350381 0.259144 0.7354617 0.2632989 0.7399697 0.2592613 0.7350381 0.259144 0.7399697 0.2592613 0.7345771 0.2548879 0.7350381 0.259144 0.7345771 0.2548879 0.7307792 0.2604481 0.7350381 0.259144 0.7307792 0.2604481 0.731934 0.2644915 0.7259339 0.2629845 0.7279818 0.2664448 0.7307792 0.2604481 0.7259339 0.2629845 0.7307792 0.2604481 0.7294866 0.2563588 0.7259339 0.2629845 0.7238194 0.2595242 0.7203842 0.2672278 0.7259339 0.2629845 0.7203842 0.2672278 0.7236177 0.2706844 0.7343899 0.2508797 0.7345771 0.2548879 0.74026 0.255284 0.7343899 0.2508797 0.7411139 0.2514164 0.7424829 0.2449797 0.7343899 0.2508797 0.7335935 0.2468194 0.7280218 0.2527807 0.7343899 0.2508797 0.7280218 0.2527807 0.7294866 0.2563588 0.7214011 0.2567517 0.7238194 0.2595242 0.7280218 0.2527807 0.7214011 0.2567517 0.7280218 0.2527807 0.7263729 0.2492089 0.7214011 0.2567517 0.7190217 0.2538451 0.7145699 0.2622122 0.7214011 0.2567517 0.7145699 0.2622122 0.7175406 0.2643646 0.7126081 0.2224676 0.716763 0.2272613 0.7166121 0.2202565 0.7126081 0.2224676 0.7166121 0.2202565 0.713122 0.2163327 0.7126081 0.2224676 0.7090929 0.2178679 0.7065636 0.2248838 0.7126081 0.2224676 0.7065636 0.2248838 0.7110928 0.2299584 0.6972953 0.2288934 0.7032458 0.2341328 0.7065636 0.2248838 0.6972953 0.2288934 0.7065636 0.2248838 0.7031854 0.2178266 0.6972953 0.2288934 0.6915484 0.2238215 0.6875762 0.2335486 0.6972953 0.2288934 0.6875762 0.2335486 0.6947223 0.2387107 0.7311847 0.3040919 0.7337972 0.3045487 0.7303042 0.301641 0.7311847 0.3040919 0.7303042 0.301641 0.7284269 0.3035495 0.7311847 0.3040919 0.7284269 0.3035495 0.7312629 0.3064689 0.7311847 0.3040919 0.7312629 0.3064689 0.7334827 0.3073129 0.7560507 0.2942212 0.7542743 0.2959908 0.7560435 0.2974416 0.7560507 0.2942212 0.7574456 0.2953451 0.7581534 0.292322 0.7560507 0.2942212 0.7581534 0.292322 0.7551092 0.2919753 0.7560507 0.2942212 0.7551092 0.2919753 0.7542743 0.2959908 0.7221975 0.2324429 0.7275117 0.2376216 0.7262911 0.229274 0.7221975 0.2324429 0.7262911 0.229274 0.7207768 0.2244728 0.7221975 0.2324429 0.716763 0.2272613 0.7165963 0.2353177 0.7221975 0.2324429 0.7165963 0.2353177 0.7215746 0.2405236 0.7092244 0.2397842 0.7141706 0.2452624 0.7165963 0.2353177 0.7092244 0.2397842 0.7165963 0.2353177 0.7110928 0.2299584 0.7092244 0.2397842 0.7032458 0.2341328 0.7009353 0.2445685 0.7092244 0.2397842 0.7009353 0.2445685 0.7058518 0.2504281 0.7313055 0.2424069 0.7335935 0.2468194 0.7366976 0.2388893 0.7313055 0.2424069 0.7366976 0.2388893 0.7319872 0.2342247 0.7313055 0.2424069 0.7275117 0.2376216 0.7245287 0.2451387 0.7313055 0.2424069 0.7245287 0.2451387 0.7335935 0.2468194 0.717024 0.2499823 0.7190217 0.2538451 0.7263729 0.2492089 0.717024 0.2499823 0.7245287 0.2451387 0.7141706 0.2452624 0.717024 0.2499823 0.7141706 0.2452624 0.7091087 0.2555949 0.717024 0.2499823 0.7091087 0.2555949 0.7190217 0.2538451 0.7045325 0.3328613 0.7034003 0.3316198 0.6992925 0.3352169 0.7045325 0.3328613 0.7031932 0.3359932 0.7059993 0.3345421 0.7045325 0.3328613 0.7059993 0.3345421 0.7081071 0.333306 0.7045325 0.3328613 0.7071629 0.3313653 0.7064535 0.3299998 0.7098211 0.3302024 0.7095361 0.3287036 0.7071629 0.3313653 0.7098211 0.3302024 0.7071629 0.3313653 0.7102338 0.3322839 0.7098211 0.3302024 0.7102338 0.3322839 0.7128954 0.3311864 0.7098211 0.3302024 0.7128954 0.3311864 0.7145016 0.3277339 0.7177464 0.3454071 0.7219943 0.3518438 0.7236934 0.3466308 0.7177464 0.3454071 0.719157 0.3419134 0.7140914 0.3396806 0.7177464 0.3454071 0.7140914 0.3396806 0.7116289 0.3410416 0.7177464 0.3454071 0.7143234 0.3474003 0.7219943 0.3518438 0.7106693 0.3486804 0.7122775 0.3560891 0.7173387 0.3546362 0.7106693 0.3486804 0.7143234 0.3474003 0.7090772 0.3421986 0.7106693 0.3486804 0.7090772 0.3421986 0.7072193 0.3474882 0.7106693 0.3486804 0.7072193 0.3474882 0.7074171 0.3538059 0.7116222 0.3353748 0.7140914 0.3396806 0.7158412 0.3388515 0.7116222 0.3353748 0.7139299 0.3350502 0.7122244 0.3324859 0.7116222 0.3353748 0.7102338 0.3322839 0.7081071 0.333306 0.7116222 0.3353748 0.7095763 0.3364375 0.7140914 0.3396806 0.7075174 0.3375701 0.7090772 0.3421986 0.7116289 0.3410416 0.7075174 0.3375701 0.7095763 0.3364375 0.7059993 0.3345421 0.7075174 0.3375701 0.7059993 0.3345421 0.7047936 0.3363062 0.7075174 0.3375701 0.7057074 0.3392775 0.7090772 0.3421986 0.6899949 0.3062553 0.6887051 0.3047966 0.6840482 0.3080495 0.6899949 0.3062553 0.6882588 0.3090564 0.6919435 0.3085743 0.6899949 0.3062553 0.6919435 0.3085743 0.6930953 0.3046045 0.6899949 0.3062553 0.6930953 0.3046045 0.6922608 0.3030412 0.6962056 0.3029416 0.6956195 0.3011071 0.6930953 0.3046045 0.6962056 0.3029416 0.6930953 0.3046045 0.6944569 0.3071267 0.6962056 0.3029416 0.6971672 0.3057837 0.6996076 0.3028883 0.6962056 0.3029416 0.6996076 0.3028883 0.7005391 0.2986599 0.7085306 0.3273614 0.7095361 0.3287036 0.7145016 0.3277339 0.7085306 0.3273614 0.7102335 0.3245544 0.7070053 0.3249917 0.7085306 0.3273614 0.7070053 0.3249917 0.7045084 0.3261828 0.7085306 0.3273614 0.7056885 0.3285939 0.7064535 0.3299998 0.7028864 0.3299096 0.7034003 0.3316198 0.7056885 0.3285939 0.7028864 0.3299096 0.7056885 0.3285939 0.7045084 0.3261828 0.7028864 0.3299096 0.7020458 0.3272041 0.6997345 0.3295741 0.7028864 0.3299096 0.6997345 0.3295741 0.6992925 0.3352169 0.7051613 0.3204107 0.7070053 0.3249917 0.7084393 0.3231831 0.7051613 0.3204107 0.7075771 0.3191878 0.7028083 0.3149467 0.7051613 0.3204107 0.7028083 0.3149467 0.700001 0.3165063 0.7051613 0.3204107 0.702553 0.3218014 0.7070053 0.3249917 0.6999339 0.322977 0.7020458 0.3272041 0.702553 0.3218014 0.6999339 0.322977 0.702553 0.3218014 0.700001 0.3165063 0.6999339 0.322977 0.6971842 0.3179397 0.6975989 0.3242301 0.6999339 0.322977 0.6975989 0.3242301 0.6998726 0.3272548 0.6997559 0.3099282 0.7028083 0.3149467 0.7021065 0.3082556 0.6997559 0.3099282 0.7021065 0.3082556 0.6995535 0.3054194 0.6997559 0.3099282 0.6971672 0.3057837 0.6970306 0.3113544 0.6997559 0.3099282 0.6970306 0.3113544 0.700001 0.3165063 0.6944303 0.3128039 0.6971842 0.3179397 0.6970306 0.3113544 0.6944303 0.3128039 0.6970306 0.3113544 0.6944569 0.3071267 0.6944303 0.3128039 0.6919435 0.3085743 0.6905111 0.3103109 0.6944303 0.3128039 0.6918643 0.313876 0.6944931 0.3191963 0.694157 0.2999856 0.6956195 0.3011071 0.6959065 0.2976493 0.694157 0.2999856 0.6959065 0.2976493 0.6922461 0.2985821 0.694157 0.2999856 0.6922461 0.2985821 0.6912679 0.3016903 0.694157 0.2999856 0.6912679 0.3016903 0.6922608 0.3030412 0.6881942 0.3031477 0.6887051 0.3047966 0.6912679 0.3016903 0.6881942 0.3031477 0.6912679 0.3016903 0.689887 0.2999899 0.6881942 0.3031477 0.6874969 0.3012293 0.685166 0.3036844 0.6881942 0.3031477 0.685166 0.3036844 0.6840482 0.3080495 0.675854 0.2865008 0.673191 0.2844471 0.6724342 0.2908169 0.675854 0.2865008 0.6747046 0.2896482 0.6776026 0.2889901 0.675854 0.2865008 0.6776026 0.2889901 0.6797826 0.287083 0.675854 0.2865008 0.6786301 0.2844333 0.6762164 0.281534 0.6817029 0.2825937 0.6794839 0.2793789 0.6786301 0.2844333 0.6817029 0.2825937 0.6786301 0.2844333 0.6825248 0.2853429 0.6817029 0.2825937 0.6825248 0.2853429 0.6852745 0.2824956 0.6817029 0.2825937 0.6852745 0.2824956 0.6882424 0.2809026 0.6850282 0.2887886 0.688022 0.2924638 0.6876468 0.2872175 0.6850282 0.2887886 0.6876468 0.2872175 0.6850562 0.2847988 0.6850282 0.2887886 0.6825248 0.2853429 0.6823323 0.2905037 0.6850282 0.2887886 0.6823323 0.2905037 0.6853455 0.2941253 0.6801999 0.2925 0.6830726 0.2961257 0.6853455 0.2941253 0.6801999 0.2925 0.6823323 0.2905037 0.6776026 0.2889901 0.6801999 0.2925 0.6776026 0.2889901 0.6766749 0.2908141 0.6801999 0.2925 0.6783525 0.2941254 0.6830726 0.2961257 0.6903145 0.2959016 0.6922461 0.2985821 0.6937911 0.2971 0.6903145 0.2959016 0.6928856 0.2947895 0.688022 0.2924638 0.6903145 0.2959016 0.688022 0.2924638 0.6853455 0.2941253 0.6903145 0.2959016 0.6878883 0.2973778 0.6922461 0.2985821 0.6856473 0.298962 0.6874969 0.3012293 0.6878883 0.2973778 0.6856473 0.298962 0.6878883 0.2973778 0.6830726 0.2961257 0.6856473 0.298962 0.6830726 0.2961257 0.6837643 0.3006975 0.6856473 0.298962 0.6837643 0.3006975 0.6854949 0.3019675 0.6727891 0.2745368 0.6794839 0.2793789 0.6744779 0.271273 0.6727891 0.2745368 0.6744779 0.271273 0.6687135 0.2677425 0.6727891 0.2745368 0.6655982 0.2688978 0.6698831 0.2773644 0.6727891 0.2745368 0.6698831 0.2773644 0.6762164 0.281534 0.6608353 0.2411807 0.6629176 0.2366786 0.6594941 0.2365133 0.6608353 0.2411807 0.6572247 0.2406588 0.6588655 0.2453588 0.6608353 0.2411807 0.6588655 0.2453588 0.6619045 0.2461708 0.6608353 0.2411807 0.6642561 0.2435394 0.6629176 0.2366786 0.6618904 0.2632923 0.6655982 0.2688978 0.6664138 0.2629783 0.6618904 0.2632923 0.6664138 0.2629783 0.6644732 0.2568684 0.6618904 0.2632923 0.6601585 0.2574579 0.6563335 0.2587054 0.6618904 0.2632923 0.658295 0.2648118 0.6655982 0.2688978 0.658895 0.2511323 0.6601585 0.2574579 0.6628641 0.2504566 0.658895 0.2511323 0.6628641 0.2504566 0.6619045 0.2461708 0.658895 0.2511323 0.6588655 0.2453588 0.6541154 0.2450778 0.658895 0.2511323 0.6549755 0.2519695 0.6601585 0.2574579 0.7888751 0.2418923 0.7912698 0.242935 0.7919408 0.2414696 0.7888751 0.2418923 0.7894286 0.2402197 0.7863847 0.2409636 0.7888751 0.2418923 0.7863847 0.2409636 0.7884209 0.2430444 0.7888751 0.2418923 0.7884209 0.2430444 0.7908569 0.243989 0.7879556 0.2443236 0.7904218 0.2451287 0.7884209 0.2430444 0.7879556 0.2443236 0.7884209 0.2430444 0.7859683 0.2421352 0.7879556 0.2443236 0.7854843 0.2434104 0.7871572 0.2461861 0.7879556 0.2443236 0.7871572 0.2461861 0.7898688 0.2468878 0.7615158 0.2282601 0.7638499 0.2298193 0.7647434 0.2257911 0.7615158 0.2282601 0.7647434 0.2257911 0.7590068 0.2261329 0.7615158 0.2282601 0.7590068 0.2261329 0.7595103 0.2310729 0.7615158 0.2282601 0.7595103 0.2310729 0.7620686 0.2321984 0.7577946 0.2343059 0.7607539 0.2349909 0.7595103 0.2310729 0.7577946 0.2343059 0.7595103 0.2310729 0.7565798 0.2297497 0.7577946 0.2343059 0.7544273 0.2339488 0.7574156 0.2388011 0.7577946 0.2343059 0.7574156 0.2388011 0.7607539 0.2349909 0.7560835 0.2225399 0.7590068 0.2261329 0.7627736 0.2232027 0.7560835 0.2225399 0.7611194 0.2189661 0.7523973 0.2189955 0.7560835 0.2225399 0.7523973 0.2189955 0.7525311 0.2278494 0.7560835 0.2225399 0.7525311 0.2278494 0.7590068 0.2261329 0.7498537 0.2343696 0.7544273 0.2339488 0.7525311 0.2278494 0.7498537 0.2343696 0.7525311 0.2278494 0.7478696 0.2256671 0.7498537 0.2343696 0.7448139 0.2341041 0.7495686 0.241645 0.7498537 0.2343696 0.7495686 0.241645 0.7538977 0.2394318 0.7253029 0.2089825 0.7294002 0.2105475 0.7264739 0.2041611 0.7253029 0.2089825 0.7264739 0.2041611 0.7220721 0.2028342 0.7253029 0.2089825 0.7221359 0.2078448 0.7225041 0.2128993 0.7253029 0.2089825 0.7225041 0.2128993 0.7262457 0.2150157 0.7197589 0.2168622 0.7236545 0.2200242 0.7262457 0.2150157 0.7197589 0.2168622 0.7225041 0.2128993 0.7166582 0.2140699 0.7197589 0.2168622 0.7166582 0.2140699 0.713122 0.2163327 0.7197589 0.2168622 0.7166121 0.2202565 0.7207768 0.2244728 0.7889257 0.2569902 0.7904512 0.2558239 0.7887292 0.2534326 0.7889257 0.2569902 0.7869232 0.2554907 0.7872011 0.2583293 0.7889257 0.2569902 0.7872011 0.2583293 0.7879804 0.2594782 0.7889257 0.2569902 0.7900224 0.2585542 0.7904512 0.2558239 0.7972456 0.2338505 0.7975005 0.2357881 0.7992071 0.2352006 0.7972456 0.2338505 0.7987701 0.2333168 0.7970821 0.2316197 0.7972456 0.2338505 0.7970821 0.2316197 0.7950571 0.2336921 0.7972456 0.2338505 0.7950571 0.2336921 0.7975005 0.2357881 0.7353581 0.212967 0.7418625 0.2154021 0.7379209 0.2080916 0.7353581 0.212967 0.7379209 0.2080916 0.7315366 0.2058072 0.7353581 0.212967 0.7294002 0.2105475 0.7318072 0.2179667 0.7353581 0.212967 0.7318072 0.2179667 0.7378664 0.2210336 0.7291396 0.2239255 0.7350067 0.2280016 0.7318072 0.2179667 0.7291396 0.2239255 0.7318072 0.2179667 0.7262457 0.2150157 0.7291396 0.2239255 0.7236545 0.2200242 0.7262911 0.229274 0.7291396 0.2239255 0.7262911 0.229274 0.7319872 0.2342247 0.7475997 0.2170139 0.7523973 0.2189955 0.750713 0.2112956 0.7475997 0.2170139 0.750713 0.2112956 0.7446416 0.2101943 0.7475997 0.2170139 0.7418625 0.2154021 0.743101 0.2234978 0.7475997 0.2170139 0.743101 0.2234978 0.7478696 0.2256671 0.7400482 0.231688 0.7448139 0.2341041 0.743101 0.2234978 0.7400482 0.231688 0.743101 0.2234978 0.7350067 0.2280016 0.7400482 0.231688 0.7350067 0.2280016 0.7319872 0.2342247 0.7400482 0.231688 0.7366976 0.2388893 0.7448139 0.2341041 0.6722698 0.3623842 0.6709223 0.36026 0.6641137 0.3626069 0.6722698 0.3623842 0.6693478 0.3650863 0.6740459 0.3651829 0.6722698 0.3623842 0.6740459 0.3651829 0.6772705 0.3642497 0.6722698 0.3623842 0.6764323 0.3613215 0.6709223 0.36026 0.6805838 0.3601576 0.6806442 0.3579611 0.6758706 0.3592462 0.6805838 0.3601576 0.6764323 0.3613215 0.680568 0.3631479 0.6805838 0.3601576 0.680568 0.3631479 0.6845044 0.3607879 0.6805838 0.3601576 0.6845044 0.3607879 0.6877469 0.3566826 0.6864387 0.3750753 0.6893014 0.3777393 0.6930969 0.3720799 0.6864387 0.3750753 0.6892113 0.3706819 0.6838396 0.3718373 0.6864387 0.3750753 0.6838396 0.3718373 0.6802073 0.3738831 0.6864387 0.3750753 0.6813642 0.3779353 0.6893014 0.3777393 0.6756963 0.3789092 0.6747549 0.3833198 0.6823387 0.3815116 0.6756963 0.3789092 0.6813642 0.3779353 0.6761024 0.3743438 0.6756963 0.3789092 0.6761024 0.3743438 0.6710192 0.3769894 0.6756963 0.3789092 0.6710192 0.3769894 0.6685507 0.3810771 0.681768 0.3674513 0.6838396 0.3718373 0.6848189 0.3659421 0.681768 0.3674513 0.6848189 0.3659421 0.6832489 0.3629772 0.681768 0.3674513 0.680568 0.3631479 0.6786858 0.3688791 0.681768 0.3674513 0.6786858 0.3688791 0.6838396 0.3718373 0.6754378 0.3694689 0.6761024 0.3743438 0.6802073 0.3738831 0.6754378 0.3694689 0.6786858 0.3688791 0.6740459 0.3651829 0.6754378 0.3694689 0.6740459 0.3651829 0.6717243 0.3664414 0.6754378 0.3694689 0.6721422 0.3699792 0.6761024 0.3743438 0.6663703 0.3285471 0.6657904 0.3261298 0.6603597 0.3272227 0.6663703 0.3285471 0.6637287 0.3316578 0.6672382 0.3323344 0.6663703 0.3285471 0.6672382 0.3323344 0.6702124 0.3314009 0.6663703 0.3285471 0.6696854 0.3277217 0.6657904 0.3261298 0.673052 0.3272021 0.6730841 0.3248284 0.6694568 0.3254168 0.673052 0.3272021 0.6696854 0.3277217 0.6732955 0.3308324 0.673052 0.3272021 0.6732955 0.3308324 0.6765863 0.3289547 0.673052 0.3272021 0.6765863 0.3289547 0.6784949 0.3238071 0.6795775 0.3560391 0.6806442 0.3579611 0.6877469 0.3566826 0.6795775 0.3560391 0.682803 0.3536072 0.678252 0.353429 0.6795775 0.3560391 0.678252 0.353429 0.674637 0.354386 0.6795775 0.3560391 0.6752853 0.357176 0.6758706 0.3592462 0.6708154 0.3579975 0.6709223 0.36026 0.6758706 0.3592462 0.6708154 0.3579975 0.6752853 0.357176 0.674637 0.354386 0.6708154 0.3579975 0.6709091 0.3551008 0.6668249 0.3572304 0.6708154 0.3579975 0.6668249 0.3572304 0.6641137 0.3626069 0.6775359 0.3491683 0.678252 0.353429 0.680771 0.3520461 0.6775359 0.3491683 0.680976 0.3485946 0.6766651 0.3435477 0.6775359 0.3491683 0.6766651 0.3435477 0.6728811 0.3445488 0.6775359 0.3491683 0.6738868 0.3501514 0.678252 0.353429 0.6701628 0.3510739 0.6709091 0.3551008 0.674637 0.354386 0.6701628 0.3510739 0.6738868 0.3501514 0.6690678 0.3456971 0.6701628 0.3510739 0.6690678 0.3456971 0.6654947 0.3467412 0.6701628 0.3510739 0.6667341 0.3521518 0.6681026 0.3550288 0.6748758 0.3368583 0.6766651 0.3435477 0.6802091 0.3428195 0.6748758 0.3368583 0.6779766 0.3360574 0.6759002 0.3315969 0.6748758 0.3368583 0.6732955 0.3308324 0.6702124 0.3314009 0.6748758 0.3368583 0.671467 0.3376542 0.6766651 0.3435477 0.6681152 0.3387508 0.6690678 0.3456971 0.6728811 0.3445488 0.6681152 0.3387508 0.671467 0.3376542 0.6672382 0.3323344 0.6681152 0.3387508 0.6672382 0.3323344 0.6652314 0.3341575 0.6681152 0.3387508 0.6650205 0.3394449 0.6690678 0.3456971 0.6723306 0.3225721 0.6730841 0.3248284 0.6784949 0.3238071 0.6723306 0.3225721 0.6745617 0.3195286 0.671191 0.3189259 0.6723306 0.3225721 0.671191 0.3189259 0.6683867 0.319832 0.6723306 0.3225721 0.669097 0.3232868 0.6730841 0.3248284 0.6657777 0.3238234 0.6657904 0.3261298 0.6694568 0.3254168 0.6657777 0.3238234 0.669097 0.3232868 0.6655274 0.3203505 0.6657777 0.3238234 0.6655274 0.3203505 0.6626458 0.3221123 0.6657777 0.3238234 0.6626458 0.3221123 0.6603597 0.3272227 0.6576792 0.2929874 0.6570119 0.2894737 0.6523697 0.2969956 0.6576792 0.2929874 0.6550604 0.2960824 0.6588597 0.2956838 0.6576792 0.2929874 0.6588597 0.2956838 0.6623967 0.2940467 0.6576792 0.2929874 0.6617968 0.291184 0.6570119 0.2894737 0.6658277 0.289714 0.6665466 0.2870643 0.6616849 0.2878165 0.6658277 0.289714 0.6617968 0.291184 0.6659508 0.2925265 0.6658277 0.289714 0.6659508 0.2925265 0.6685269 0.2927684 0.6658277 0.289714 0.6693697 0.2904657 0.6665466 0.2870643 0.6671729 0.2978347 0.6687815 0.3047497 0.6717408 0.3035762 0.6671729 0.2978347 0.6701204 0.2964555 0.6685269 0.2927684 0.6671729 0.2978347 0.6659508 0.2925265 0.6623967 0.2940467 0.6671729 0.2978347 0.6637742 0.2993453 0.6687815 0.3047497 0.6605203 0.3008676 0.6623992 0.307473 0.6654904 0.3061555 0.6605203 0.3008676 0.6637742 0.2993453 0.6588597 0.2956838 0.6605203 0.3008676 0.6588597 0.2956838 0.6569644 0.2976522 0.6605203 0.3008676 0.657681 0.3017717 0.6623992 0.307473 0.6700643 0.3123826 0.671191 0.3189259 0.6729791 0.3170424 0.6700643 0.3123826 0.6727675 0.3116309 0.6687815 0.3047497 0.6700643 0.3123826 0.6687815 0.3047497 0.6654904 0.3061555 0.6700643 0.3123826 0.6671062 0.3135529 0.671191 0.3189259 0.6642348 0.3144338 0.6655274 0.3203505 0.6683867 0.319832 0.6642348 0.3144338 0.6671062 0.3135529 0.6623992 0.307473 0.6642348 0.3144338 0.6623992 0.307473 0.6597144 0.3083229 0.6642348 0.3144338 0.6617557 0.3152144 0.6633033 0.3195964 0.6465798 0.24432 0.6441351 0.2414951 0.6438812 0.2475933 0.6465798 0.24432 0.6438812 0.2475933 0.6491778 0.2475054 0.6465798 0.24432 0.6491778 0.2475054 0.6504893 0.2426045 0.6465798 0.24432 0.6504893 0.2426045 0.6478484 0.2402675 0.6546333 0.2663217 0.656403 0.2731106 0.658295 0.2648118 0.6546333 0.2663217 0.658295 0.2648118 0.6524986 0.2601669 0.6546333 0.2663217 0.6524986 0.2601669 0.6490366 0.2619152 0.6546333 0.2663217 0.6514464 0.2689329 0.656403 0.2731106 0.6509155 0.2533413 0.6524986 0.2601669 0.6563335 0.2587054 0.6509155 0.2533413 0.6549755 0.2519695 0.6491778 0.2475054 0.6509155 0.2533413 0.6491778 0.2475054 0.6465808 0.2495595 0.6509155 0.2533413 0.6471626 0.2545084 0.6524986 0.2601669 0.7298255 0.163587 0.7365637 0.1596277 0.7336382 0.1522197 0.7298255 0.163587 0.7267075 0.1573514 0.7209108 0.1622529 0.7298255 0.163587 0.7235844 0.1684489 0.7328889 0.1693679 0.7298255 0.163587 0.7328889 0.1693679 0.7365637 0.1596277 0.7540971 0.1739936 0.7571154 0.1716639 0.7541992 0.1700826 0.7540971 0.1739936 0.7511156 0.1705785 0.7499338 0.1766991 0.7540971 0.1739936 0.7499338 0.1766991 0.7556338 0.1817687 0.7540971 0.1739936 0.7592223 0.176006 0.7571154 0.1716639 0.7325623 0.143293 0.7281246 0.1478139 0.7352479 0.1459118 0.7325623 0.143293 0.7352479 0.1459118 0.7376397 0.141288 0.7325623 0.143293 0.736668 0.1386097 0.7306089 0.1394778 0.7325623 0.143293 0.7306089 0.1394778 0.7252565 0.1434952 0.6310031 0.2716176 0.6322797 0.2764856 0.6325979 0.2713626 0.6310031 0.2716176 0.6325979 0.2713626 0.6307973 0.2660018 0.6310031 0.2716176 0.6292008 0.2666284 0.6263834 0.2668684 0.6310031 0.2716176 0.6291224 0.2725328 0.6303024 0.275866 0.6268089 0.274528 0.6291906 0.2784487 0.6303024 0.275866 0.6268089 0.274528 0.6291224 0.2725328 0.6245599 0.2698869 0.6268089 0.274528 0.6245599 0.2698869 0.6214962 0.2744285 0.6268089 0.274528 0.6239158 0.2782748 0.6291906 0.2784487 0.6280663 0.2618216 0.6292008 0.2666284 0.6307973 0.2660018 0.6280663 0.2618216 0.6296553 0.2606583 0.6272656 0.2571061 0.6280663 0.2618216 0.6272656 0.2571061 0.6256124 0.2589227 0.6280663 0.2618216 0.6264397 0.2630864 0.6292008 0.2666284 0.7383003 0.1461876 0.741536 0.1452918 0.7395105 0.1426141 0.7383003 0.1461876 0.7395105 0.1426141 0.7376397 0.141288 0.7383003 0.1461876 0.7352479 0.1459118 0.7387767 0.1491205 0.7383003 0.1461876 0.7387767 0.1491205 0.741536 0.1452918 0.7191317 0.1730799 0.7235844 0.1684489 0.7157531 0.1677497 0.7191317 0.1730799 0.7157531 0.1677497 0.7111365 0.1740876 0.7191317 0.1730799 0.7170842 0.178002 0.7226464 0.1782367 0.7191317 0.1730799 0.7226464 0.1782367 0.7265267 0.1742007 0.7180581 0.1837377 0.711557 0.1810932 0.7111687 0.1879283 0.7180581 0.1837377 0.7208698 0.1902456 0.7238938 0.1855227 0.7180581 0.1837377 0.7238938 0.1855227 0.7210993 0.1807825 0.7180581 0.1837377 0.7170842 0.178002 0.711557 0.1810932 0.7274146 0.1831852 0.7238938 0.1855227 0.7326874 0.1874008 0.7274146 0.1831852 0.7326874 0.1874008 0.7357448 0.181881 0.7274146 0.1831852 0.730845 0.178526 0.7226464 0.1782367 0.7274146 0.1831852 0.7226464 0.1782367 0.7210993 0.1807825 0.7361189 0.3048345 0.7337972 0.3045487 0.735733 0.3074039 0.7361189 0.3048345 0.735733 0.3074039 0.7379985 0.3071185 0.7361189 0.3048345 0.7382954 0.3050349 0.7370787 0.3024702 0.7361189 0.3048345 0.7370787 0.3024702 0.7340445 0.3012661 0.775401 0.195165 0.7755054 0.1965535 0.7783117 0.1951203 0.775401 0.195165 0.7783117 0.1951203 0.7782406 0.1936511 0.775401 0.195165 0.7750713 0.1936776 0.7728814 0.1938954 0.775401 0.195165 0.7726337 0.1950709 0.7727093 0.1966431 0.7742463 0.1920884 0.7782749 0.1920038 0.7739575 0.1901386 0.7742463 0.1920884 0.7739575 0.1901386 0.771233 0.1929863 0.7742463 0.1920884 0.771233 0.1929863 0.7728814 0.1938954 0.7742463 0.1920884 0.7750713 0.1936776 0.7782749 0.1920038 0.7701727 0.1946275 0.771233 0.1929863 0.769086 0.1908761 0.7701727 0.1946275 0.7675505 0.1937927 0.7675507 0.1966584 0.7701727 0.1946275 0.7701872 0.1966944 0.7726337 0.1950709 0.7701727 0.1946275 0.7726337 0.1950709 0.771233 0.1929863 0.7756547 0.197846 0.7785316 0.1976678 0.7784286 0.1964474 0.7756547 0.197846 0.7755054 0.1965535 0.7728992 0.1981828 0.7756547 0.197846 0.7728992 0.1981828 0.7732642 0.1993432 0.7756547 0.197846 0.775505 0.1992506 0.7786227 0.198978 0.7703984 0.1988702 0.7701872 0.1966944 0.7675507 0.1966584 0.7703984 0.1988702 0.7678687 0.199686 0.7716317 0.2005116 0.7703984 0.1988702 0.7716317 0.2005116 0.7728992 0.1981828 0.7703984 0.1988702 0.7728992 0.1981828 0.7727093 0.1966431 0.7747127 0.2009757 0.7716317 0.2005116 0.7746123 0.2029681 0.7747127 0.2009757 0.7746123 0.2029681 0.7791119 0.2023972 0.7747127 0.2009757 0.7787044 0.200574 0.775505 0.1992506 0.7747127 0.2009757 0.775505 0.1992506 0.7732642 0.1993432 0.7812031 0.1951478 0.7783117 0.1951203 0.7784286 0.1964474 0.7812031 0.1951478 0.7813317 0.1963462 0.7839955 0.1951822 0.7812031 0.1951478 0.7839955 0.1951822 0.7837224 0.1943812 0.7812031 0.1951478 0.7814175 0.1939403 0.7782406 0.1936511 0.7866092 0.1951588 0.7866626 0.1962589 0.7890069 0.1962546 0.7866092 0.1951588 0.7890245 0.1950969 0.7880749 0.1932499 0.7866092 0.1951588 0.7855107 0.1940125 0.7839955 0.1951822 0.7866092 0.1951588 0.7839955 0.1951822 0.7841109 0.1962751 0.7823812 0.192803 0.7855107 0.1940125 0.7832574 0.1912729 0.7823812 0.192803 0.7832574 0.1912729 0.7785485 0.1901158 0.7823812 0.192803 0.7782749 0.1920038 0.7814175 0.1939403 0.7823812 0.192803 0.7814175 0.1939403 0.7837224 0.1943812 0.7813968 0.1974567 0.7813317 0.1963462 0.7784286 0.1964474 0.7813968 0.1974567 0.7785316 0.1976678 0.7786227 0.198978 0.7813968 0.1974567 0.7817318 0.1985303 0.7839267 0.1980756 0.7813968 0.1974567 0.7841416 0.1973111 0.7813317 0.1963462 0.7826697 0.1996183 0.7787044 0.200574 0.7835856 0.2010625 0.7826697 0.1996183 0.7835856 0.2010625 0.7856427 0.1984298 0.7826697 0.1996183 0.7856427 0.1984298 0.7839267 0.1980756 0.7826697 0.1996183 0.7817318 0.1985303 0.7787044 0.200574 0.7866571 0.1973296 0.7856427 0.1984298 0.7880616 0.1991783 0.7866571 0.1973296 0.7889697 0.1974133 0.7866626 0.1962589 0.7866571 0.1973296 0.7866626 0.1962589 0.7841109 0.1962751 0.7866571 0.1973296 0.7841416 0.1973111 0.7856427 0.1984298 0.7360404 0.2733379 0.7346083 0.274034 0.7367896 0.2764527 0.7360404 0.2733379 0.7367896 0.2764527 0.738609 0.2754374 0.7360404 0.2733379 0.7377013 0.2720968 0.735614 0.2703267 0.7360404 0.2733379 0.735614 0.2703267 0.7338912 0.2710267 0.7398647 0.2698609 0.741346 0.2740904 0.7447102 0.2730641 0.7398647 0.2698609 0.7429674 0.2681295 0.7398928 0.2636452 0.7398647 0.2698609 0.7378368 0.2673428 0.7370185 0.2698736 0.7398647 0.2698609 0.7377013 0.2720968 0.741346 0.2740904 0.7355374 0.2670034 0.7378368 0.2673428 0.7354617 0.2632989 0.7355374 0.2670034 0.7354617 0.2632989 0.731934 0.2644915 0.7355374 0.2670034 0.7329855 0.2679318 0.735614 0.2703267 0.7355374 0.2670034 0.735614 0.2703267 0.7370185 0.2698736 0.7331315 0.274635 0.7339715 0.2778177 0.7354047 0.2772186 0.7331315 0.274635 0.7346083 0.274034 0.7320851 0.2717857 0.7331315 0.274635 0.7320851 0.2717857 0.7311384 0.2751523 0.7331315 0.274635 0.7311384 0.2751523 0.7321621 0.2786861 0.7302004 0.2692171 0.7329855 0.2679318 0.731934 0.2644915 0.7302004 0.2692171 0.7279818 0.2664448 0.7282387 0.271544 0.7302004 0.2692171 0.7282387 0.271544 0.7304845 0.2727199 0.7302004 0.2692171 0.7320851 0.2717857 0.7329855 0.2679318 0.7281571 0.2755976 0.7282387 0.271544 0.7243163 0.2772914 0.7281571 0.2755976 0.7243163 0.2772914 0.7296485 0.2802595 0.7281571 0.2755976 0.7296485 0.2802595 0.7311384 0.2751523 0.7281571 0.2755976 0.7311384 0.2751523 0.7304845 0.2727199 0.7378348 0.2800872 0.7367896 0.2764527 0.7354047 0.2772186 0.7378348 0.2800872 0.7365486 0.2808459 0.7390539 0.2836318 0.7378348 0.2800872 0.7390539 0.2836318 0.7401052 0.2826497 0.7378348 0.2800872 0.7395141 0.2795225 0.7367896 0.2764527 0.740325 0.2864768 0.7385532 0.287217 0.7395128 0.2898557 0.740325 0.2864768 0.7416352 0.2891199 0.7444057 0.2868446 0.740325 0.2864768 0.7417098 0.2843394 0.7390539 0.2836318 0.740325 0.2864768 0.7390539 0.2836318 0.7385532 0.287217 0.7420057 0.2795636 0.7417098 0.2843394 0.7450948 0.2795603 0.7420057 0.2795636 0.7450948 0.2795603 0.741346 0.2740904 0.7420057 0.2795636 0.741346 0.2740904 0.7395141 0.2795225 0.7420057 0.2795636 0.7395141 0.2795225 0.7401052 0.2826497 0.7352368 0.2813871 0.7365486 0.2808459 0.7354047 0.2772186 0.7352368 0.2813871 0.7339715 0.2778177 0.7321621 0.2786861 0.7352368 0.2813871 0.7338669 0.2823593 0.7352874 0.2849059 0.7352368 0.2813871 0.7364407 0.2848719 0.7365486 0.2808459 0.7324061 0.284411 0.7296485 0.2802595 0.7264315 0.2826551 0.7324061 0.284411 0.730174 0.2870023 0.735274 0.2872068 0.7324061 0.284411 0.735274 0.2872068 0.7352874 0.2849059 0.7324061 0.284411 0.7338669 0.2823593 0.7296485 0.2802595 0.7370962 0.2878013 0.735274 0.2872068 0.7350727 0.2906923 0.7370962 0.2878013 0.737886 0.2905073 0.7395128 0.2898557 0.7370962 0.2878013 0.7385532 0.287217 0.7364407 0.2848719 0.7370962 0.2878013 0.7364407 0.2848719 0.735274 0.2872068 0.7724015 0.2352842 0.7719349 0.2364994 0.7758402 0.2367554 0.7724015 0.2352842 0.7758402 0.2367554 0.7761927 0.2353742 0.7724015 0.2352842 0.772613 0.2337843 0.7699334 0.2327159 0.7724015 0.2352842 0.7690022 0.2336291 0.7682945 0.2349528 0.7723556 0.2317631 0.7767341 0.2337616 0.7729319 0.2296296 0.7723556 0.2317631 0.7729319 0.2296296 0.7684863 0.2308862 0.7723556 0.2317631 0.7684863 0.2308862 0.7699334 0.2327159 0.7723556 0.2317631 0.772613 0.2337843 0.7767341 0.2337616 0.7662485 0.2317082 0.7684863 0.2308862 0.7673448 0.2279435 0.7662485 0.2317082 0.7638499 0.2298193 0.7650012 0.2335054 0.7662485 0.2317082 0.7650012 0.2335054 0.7690022 0.2336291 0.7662485 0.2317082 0.7690022 0.2336291 0.7684863 0.2308862 0.7714267 0.2376669 0.7749665 0.2390689 0.7719349 0.2364994 0.7714267 0.2376669 0.7719349 0.2364994 0.7682945 0.2349528 0.7714267 0.2376669 0.7677065 0.2363333 0.7675334 0.2376183 0.7714267 0.2376669 0.7704103 0.2388603 0.7742498 0.2403373 0.7641034 0.235554 0.7650012 0.2335054 0.7620686 0.2321984 0.7641034 0.235554 0.7607539 0.2349909 0.7611924 0.2390543 0.7641034 0.235554 0.7648206 0.2377911 0.7677065 0.2363333 0.7641034 0.235554 0.7677065 0.2363333 0.7650012 0.2335054 0.7684188 0.2401538 0.7648206 0.2377911 0.7669509 0.2422496 0.7684188 0.2401538 0.7669509 0.2422496 0.7725976 0.2442766 0.7684188 0.2401538 0.7733311 0.2420468 0.7704103 0.2388603 0.7684188 0.2401538 0.7704103 0.2388603 0.7675334 0.2376183 0.778712 0.2381249 0.7758402 0.2367554 0.7754927 0.2379666 0.778712 0.2381249 0.7785382 0.2391758 0.7812915 0.2392954 0.778712 0.2381249 0.7812915 0.2392954 0.781224 0.238411 0.778712 0.2381249 0.7791616 0.237101 0.7758402 0.2367554 0.7838529 0.2401698 0.7836216 0.2412017 0.7863847 0.2409636 0.7838529 0.2401698 0.7863847 0.2409636 0.786121 0.2387816 0.7838529 0.2401698 0.7830668 0.238678 0.7812915 0.2392954 0.7838529 0.2401698 0.7812915 0.2392954 0.7812039 0.2402224 0.7804991 0.2363042 0.7830668 0.238678 0.7820759 0.2350605 0.7804991 0.2363042 0.7820759 0.2350605 0.7777669 0.2319768 0.7804991 0.2363042 0.7767341 0.2337616 0.7791616 0.237101 0.7804991 0.2363042 0.7791616 0.237101 0.781224 0.238411 0.7780279 0.2400537 0.7785382 0.2391758 0.7754927 0.2379666 0.7780279 0.2400537 0.7749665 0.2390689 0.7776793 0.2411547 0.7780279 0.2400537 0.7776793 0.2411547 0.7800671 0.2416461 0.7780279 0.2400537 0.7807162 0.2409773 0.7785382 0.2391758 0.7779909 0.2428749 0.7733311 0.2420468 0.778103 0.24512 0.7779909 0.2428749 0.778103 0.24512 0.7815441 0.2428528 0.7779909 0.2428749 0.7815441 0.2428528 0.7800671 0.2416461 0.7779909 0.2428749 0.7776793 0.2411547 0.7733311 0.2420468 0.7831365 0.2421956 0.7815441 0.2428528 0.7837159 0.2451141 0.7831365 0.2421956 0.7854843 0.2434104 0.7859683 0.2421352 0.7831365 0.2421956 0.7836216 0.2412017 0.7812039 0.2402224 0.7831365 0.2421956 0.7807162 0.2409773 0.7815441 0.2428528 0.06284874 0.9565958 0.05590766 0.9545544 0.05848968 0.9632895 0.06284874 0.9565958 0.05848968 0.9632895 0.06526935 0.9666363 0.06284874 0.9565958 0.07000797 0.9583867 0.06605142 0.9497905 0.06284874 0.9565958 0.06605142 0.9497905 0.05698466 0.9467427 0.04888397 0.9546956 0.05590766 0.9545544 0.05698466 0.9467427 0.04888397 0.9546956 0.04845422 0.9470174 0.04301232 0.9552771 0.04888397 0.9546956 0.04301232 0.9552771 0.04108774 0.9654935 0.04888397 0.9546956 0.04961103 0.9623208 0.05590766 0.9545544 0.09143733 0.9631901 0.08932822 0.9669004 0.1007406 0.9611899 0.09143733 0.9631901 0.1007406 0.9611899 0.1029689 0.9571707 0.09143733 0.9631901 0.09421056 0.9592258 0.08284693 0.965036 0.09143733 0.9631901 0.08284693 0.965036 0.07888942 0.9703266 0.02809429 0.9529511 0.02854043 0.9523282 0.02649521 0.9517136 0.02809429 0.9529511 0.02587467 0.9526638 0.02639716 0.953632 0.02809429 0.9529511 0.02840489 0.9535596 0.02989 0.9531017 0.02809429 0.9529511 0.02989 0.9531017 0.02854043 0.9523282 0.03494471 0.9530596 0.03422141 0.9540863 0.03464561 0.9546595 0.03494471 0.9530596 0.03560984 0.953081 0.03471219 0.9519916 0.03494471 0.9530596 0.03471219 0.9519916 0.03433084 0.9530417 0.03494471 0.9530596 0.03433084 0.9530417 0.0337814 0.9536343 0.04554492 0.941218 0.05187922 0.9407196 0.04862666 0.9363015 0.04554492 0.941218 0.04234623 0.936855 0.03916901 0.9408618 0.04554492 0.941218 0.03916901 0.9408618 0.04139226 0.9463557 0.04554492 0.941218 0.04845422 0.9470174 0.05187922 0.9407196 0.05734199 0.9390425 0.06269079 0.9373016 0.06215083 0.9336349 0.05734199 0.9390425 0.05533796 0.9350054 0.05187922 0.9407196 0.05734199 0.9390425 0.05187922 0.9407196 0.05698466 0.9467427 0.05734199 0.9390425 0.06115549 0.9427115 0.06269079 0.9373016 0.06868326 0.9366114 0.06269079 0.9373016 0.06388717 0.9402622 0.06868326 0.9366114 0.0683211 0.9406861 0.07481485 0.9362904 0.06868326 0.9366114 0.07481485 0.9362904 0.07494986 0.9324293 0.06868326 0.9366114 0.06873619 0.9328582 0.06269079 0.9373016 0.08058112 0.9356568 0.08602678 0.9347227 0.08579182 0.9316728 0.08058112 0.9356568 0.08064788 0.9321021 0.07481485 0.9362904 0.08058112 0.9356568 0.07481485 0.9362904 0.07564151 0.9410268 0.08058112 0.9356568 0.08179557 0.9389612 0.08602678 0.9347227 0.09954941 0.9469162 0.1006026 0.9467779 0.09979593 0.9464161 0.09954941 0.9469162 0.09979593 0.9464161 0.09835672 0.9471821 0.09954941 0.9469162 0.09835672 0.9471821 0.09848779 0.9476323 0.09954941 0.9469162 0.09928375 0.9474272 0.09994381 0.947312 0.09724855 0.9475405 0.09835672 0.9471821 0.09823167 0.9467375 0.09724855 0.9475405 0.09687125 0.9471751 0.09630954 0.9479681 0.09724855 0.9475405 0.09630954 0.9479681 0.09686022 0.9481976 0.09724855 0.9475405 0.09762418 0.9478989 0.09835672 0.9471821 0.09562414 0.9484415 0.09630954 0.9479681 0.09574782 0.9477163 0.09562414 0.9484415 0.09489452 0.9483488 0.09553724 0.948916 0.09562414 0.9484415 0.09553724 0.948916 0.09636342 0.948499 0.09562414 0.9484415 0.09636342 0.948499 0.09630954 0.9479681 0.1022807 0.9472081 0.1024031 0.9475919 0.1040694 0.947289 0.1022807 0.9472081 0.103595 0.9467499 0.1027837 0.9464966 0.1022807 0.9472081 0.1017931 0.9469564 0.1009839 0.9476127 0.1022807 0.9472081 0.1009839 0.9476127 0.1024031 0.9475919 0.1012921 0.9468021 0.1017931 0.9469564 0.1020928 0.9463085 0.1012921 0.9468021 0.1020928 0.9463085 0.1012032 0.9462576 0.1012921 0.9468021 0.1006026 0.9467779 0.1003997 0.9473153 0.1012921 0.9468021 0.1003997 0.9473153 0.1017931 0.9469564 0.09639376 0.9493473 0.09553724 0.948916 0.09542453 0.9495101 0.09639376 0.9493473 0.09542453 0.9495101 0.09720599 0.9499392 0.09639376 0.9493473 0.09778153 0.9495319 0.0978465 0.949217 0.09639376 0.9493473 0.09686231 0.9491121 0.09553724 0.948916 0.09928858 0.9492666 0.1007018 0.9487403 0.1001858 0.9484583 0.09928858 0.9492666 0.0990746 0.948911 0.09778153 0.9495319 0.09928858 0.9492666 0.09778153 0.9495319 0.09949958 0.9496425 0.09928858 0.9492666 0.09949958 0.9496425 0.1007018 0.9487403 0.1018084 0.9481423 0.1024031 0.9475919 0.1010579 0.9478578 0.1018084 0.9481423 0.1008194 0.9481235 0.1007018 0.9487403 0.1018084 0.9481423 0.1007018 0.9487403 0.1011477 0.9490666 0.1018084 0.9481423 0.1026062 0.9482826 0.1024031 0.9475919 0.005812048 0.9379197 0.01355868 0.9362 0.005990326 0.935018 0.04022938 0.9284805 0.04611891 0.9279478 0.04561936 0.9257006 0.04022938 0.9284805 0.03975796 0.9263456 0.03493672 0.9288105 0.04022938 0.9284805 0.03493672 0.9288105 0.03537005 0.9310147 0.04022938 0.9284805 0.04066979 0.9307994 0.04611891 0.9279478 0.04104834 0.9334865 0.0471729 0.9329753 0.04663223 0.9303283 0.04104834 0.9334865 0.04066979 0.9307994 0.03569835 0.9337138 0.04104834 0.9334865 0.03569835 0.9337138 0.03670394 0.9369742 0.04104834 0.9334865 0.04234623 0.936855 0.0471729 0.9329753 0.05329698 0.9269616 0.06096339 0.9258103 0.06088387 0.9238097 0.05329698 0.9269616 0.05294388 0.9248389 0.04611891 0.9279478 0.05329698 0.9269616 0.04611891 0.9279478 0.04663223 0.9303283 0.05329698 0.9269616 0.05371475 0.9292399 0.06096339 0.9258103 0.05426198 0.9318295 0.06159967 0.9305719 0.06116223 0.9280011 0.05426198 0.9318295 0.05371475 0.9292399 0.0471729 0.9329753 0.05426198 0.9318295 0.0471729 0.9329753 0.04862666 0.9363015 0.05426198 0.9318295 0.05533796 0.9350054 0.06159967 0.9305719 0.06847012 0.9297255 0.06159967 0.9305719 0.06215083 0.9336349 0.06847012 0.9297255 0.06873619 0.9328582 0.07484197 0.9292076 0.06847012 0.9297255 0.07484197 0.9292076 0.0682193 0.9270786 0.06847012 0.9297255 0.0682193 0.9270786 0.06159967 0.9305719 0.08068412 0.9289358 0.08588826 0.9287703 0.08073711 0.9261196 0.08068412 0.9289358 0.08073711 0.9261196 0.07477968 0.9264568 0.08068412 0.9289358 0.07484197 0.9292076 0.07494986 0.9324293 0.08068412 0.9289358 0.08064788 0.9321021 0.08579182 0.9316728 0.09035789 0.9236599 0.09441363 0.923279 0.08993917 0.9210164 0.09035789 0.9236599 0.08993917 0.9210164 0.08564627 0.9211102 0.09035789 0.9236599 0.08589833 0.9235258 0.09056425 0.9262095 0.09035789 0.9236599 0.09056425 0.9262095 0.09513825 0.9261641 0.09034603 0.9285715 0.09397715 0.9286995 0.09056425 0.9262095 0.09034603 0.9285715 0.09056425 0.9262095 0.08602184 0.9260447 0.09034603 0.9285715 0.08588826 0.9287703 0.09034341 0.9309377 0.09034603 0.9285715 0.09034341 0.9309377 0.09326601 0.9304716 0.1008608 0.9071865 0.1075381 0.9073415 0.1002153 0.9050469 0.1008608 0.9071865 0.1002153 0.9050469 0.0910896 0.9079526 0.1008608 0.9071865 0.0910896 0.9079526 0.09182798 0.9103201 0.1008608 0.9071865 0.1008328 0.9094535 0.1055445 0.9091473 0.07895737 0.9100601 0.06309974 0.9125192 0.06419152 0.9148569 0.07895737 0.9100601 0.07993173 0.9123052 0.0910896 0.9079526 0.07895737 0.9100601 0.0910896 0.9079526 0.09001219 0.9058108 0.07895737 0.9100601 0.07777065 0.9080847 0.06309974 0.9125192 0.04238551 0.9138567 0.02431827 0.9145349 0.04353654 0.9170111 0.04238551 0.9138567 0.04353654 0.9170111 0.06309974 0.9125192 0.04238551 0.9138567 0.06309974 0.9125192 0.06213229 0.9104444 0.04238551 0.9138567 0.04228293 0.9108592 0.02376383 0.9102249 0.100004 0.945938 0.1016873 0.9457649 0.1001045 0.9453967 0.100004 0.945938 0.1001045 0.9453967 0.0979278 0.9457923 0.100004 0.945938 0.09811872 0.9463045 0.09823167 0.9467375 0.100004 0.945938 0.09979593 0.9464161 0.1012032 0.9462576 0.09649044 0.9467958 0.09811872 0.9463045 0.0979278 0.9457923 0.09649044 0.9467958 0.09603142 0.9463515 0.09516406 0.9474201 0.09649044 0.9467958 0.09516406 0.9474201 0.09574782 0.9477163 0.09649044 0.9467958 0.09687125 0.9471751 0.09811872 0.9463045 0.1027097 0.9458537 0.1036144 0.9460463 0.1034141 0.9454236 0.1027097 0.9458537 0.1034141 0.9454236 0.1020902 0.9452464 0.1027097 0.9458537 0.1016873 0.9457649 0.1020928 0.9463085 0.1027097 0.9458537 0.1020928 0.9463085 0.1027837 0.9464966 0.0997048 0.9500591 0.1014533 0.9494814 0.09949958 0.9496425 0.0997048 0.9500591 0.09949958 0.9496425 0.09761536 0.9503579 0.0997048 0.9500591 0.09761536 0.9503579 0.09967768 0.9506725 0.0997048 0.9500591 0.09967768 0.9506725 0.1016889 0.9500276 0.08085781 0.9469587 0.07989835 0.9515476 0.0845766 0.9510387 0.08085781 0.9469587 0.08545881 0.9476652 0.08720064 0.9450801 0.08085781 0.9469587 0.08221071 0.9436081 0.07488405 0.9459635 0.08085781 0.9469587 0.07488405 0.9459635 0.07989835 0.9515476 0.08560299 0.9413767 0.08993393 0.9430832 0.09000968 0.9396393 0.08560299 0.9413767 0.09000968 0.9396393 0.08722287 0.9375137 0.08560299 0.9413767 0.08179557 0.9389612 0.08221071 0.9436081 0.08560299 0.9413767 0.08221071 0.9436081 0.08720064 0.9450801 0.1030217 0.9486658 0.1014533 0.9494814 0.1034235 0.9491563 0.1030217 0.9486658 0.1034235 0.9491563 0.1046036 0.9484622 0.1030217 0.9486658 0.104591 0.9478651 0.1026062 0.9482826 0.1030217 0.9486658 0.1026062 0.9482826 0.1011477 0.9490666 0.1006795 0.9244185 0.09932684 0.9232151 0.09793198 0.9269308 0.1006795 0.9244185 0.09793198 0.9269308 0.1000005 0.9275565 0.1006795 0.9244185 0.1022938 0.9255412 0.104087 0.9221134 0.1006795 0.9244185 0.104087 0.9221134 0.09932684 0.9232151 0.1149373 0.9137505 0.1125199 0.9113628 0.1124406 0.9156725 0.1149373 0.9137505 0.1124406 0.9156725 0.1177536 0.9159892 0.1149373 0.9137505 0.1177536 0.9159892 0.1185734 0.9115397 0.1149373 0.9137505 0.1185734 0.9115397 0.1125199 0.9113628 0.111129 0.9171321 0.109679 0.9146628 0.1098117 0.9185011 0.111129 0.9171321 0.1098117 0.9185011 0.1128502 0.9194627 0.111129 0.9171321 0.1128502 0.9194627 0.1148378 0.9180118 0.111129 0.9171321 0.1124406 0.9156725 0.109679 0.9146628 0.1072977 0.9201512 0.1063434 0.9184422 0.1030338 0.9205649 0.1072977 0.9201512 0.104087 0.9221134 0.108277 0.9222713 0.1072977 0.9201512 0.108277 0.9222713 0.1109452 0.9207474 0.1072977 0.9201512 0.1098117 0.9185011 0.1063434 0.9184422 0.0967012 0.9295143 0.09397715 0.9286995 0.09508889 0.9318204 0.0967012 0.9295143 0.09508889 0.9318204 0.09783691 0.9338417 0.0967012 0.9295143 0.09898746 0.9303502 0.09793198 0.9269308 0.0967012 0.9295143 0.09793198 0.9269308 0.09513825 0.9261641 0.1289126 0.907092 0.1185734 0.9115397 0.1213729 0.9136919 0.1106858 0.9402714 0.1093107 0.9419241 0.1147114 0.9430556 0.1106858 0.9402714 0.1167121 0.9406945 0.1117818 0.9383182 0.1106858 0.9402714 0.1117818 0.9383182 0.1061294 0.9384524 0.1106858 0.9402714 0.1048347 0.9400401 0.1093107 0.9419241 0.1002638 0.9397299 0.09915703 0.9413005 0.1039027 0.941457 0.1002638 0.9397299 0.1048347 0.9400401 0.1021496 0.9380989 0.1002638 0.9397299 0.1021496 0.9380989 0.09962594 0.9372805 0.1002638 0.9397299 0.09683382 0.9390653 0.09915703 0.9413005 0.106294 0.9677318 0.09623306 0.9687758 0.1047044 0.9723935 0.106294 0.9677318 0.1047044 0.9723935 0.115986 0.966634 0.106294 0.9677318 0.115986 0.966634 0.1084672 0.9631844 0.106294 0.9677318 0.1084672 0.9631844 0.09869945 0.964829 0.09020596 0.8949764 0.1047923 0.894495 0.08958643 0.892417 0.09020596 0.8949764 0.08958643 0.892417 0.07547676 0.896717 0.08867245 0.8889875 0.1042712 0.8861575 0.08808004 0.8868942 0.08867245 0.8889875 0.08808004 0.8868942 0.07199883 0.8917636 0.08867245 0.8889875 0.07199883 0.8917636 0.07369452 0.8945789 0.08867245 0.8889875 0.08958643 0.892417 0.1042712 0.8861575 0.06055235 0.8989043 0.07547676 0.896717 0.07369452 0.8945789 0.06055235 0.8989043 0.05752384 0.8963481 0.04688912 0.8981778 0.03729581 0.8975399 0.0410701 0.900873 0.04688912 0.8981778 0.03729581 0.8975399 0.04688912 0.8981778 0.04306495 0.8946537 0.03729581 0.8975399 0.03323858 0.8943641 0.03010165 0.8980485 0.09770286 0.9031634 0.08839786 0.904054 0.09001219 0.9058108 0.09770286 0.9031634 0.1002153 0.9050469 0.1045726 0.902172 0.09770286 0.9031634 0.1045726 0.902172 0.1004118 0.9009532 0.09770286 0.9031634 0.09467107 0.9013568 0.08839786 0.904054 0.07668638 0.9064395 0.06212544 0.9087167 0.06213229 0.9104444 0.07668638 0.9064395 0.07777065 0.9080847 0.08839786 0.904054 0.07668638 0.9064395 0.08839786 0.904054 0.08583539 0.9023206 0.07668638 0.9064395 0.07453912 0.9048721 0.06212544 0.9087167 0.06453156 0.9011465 0.07453912 0.9048721 0.0779969 0.8985683 0.0448085 0.9085308 0.03216749 0.9075183 0.02376383 0.9102249 0.0448085 0.9085308 0.04228293 0.9108592 0.06213229 0.9104444 0.0448085 0.9085308 0.06212544 0.9087167 0.06107199 0.9069557 0.0448085 0.9085308 0.04686921 0.9065515 0.037696 0.9059985 0.1331662 0.8976824 0.125141 0.9004994 0.1342865 0.9023274 0.1331662 0.8976824 0.1342865 0.9023274 0.1421586 0.9004715 0.1331662 0.8976824 0.1421132 0.8952491 0.1396548 0.8884348 0.1351876 0.9054953 0.1359017 0.9079746 0.1424539 0.9039205 0.1351876 0.9054953 0.1424539 0.9039205 0.1342865 0.9023274 0.137553 0.9317603 0.1326238 0.9342622 0.1345648 0.9354383 0.137553 0.9317603 0.1388127 0.9340288 0.1457557 0.9284757 0.137553 0.9317603 0.1457557 0.9284757 0.1435059 0.9266768 0.137553 0.9317603 0.1360484 0.9298009 0.1326238 0.9342622 0.1648506 0.9289202 0.1498161 0.934211 0.1517004 0.9387377 0.1648506 0.9289202 0.1687353 0.9328727 0.1821845 0.9220747 0.1648506 0.9289202 0.1821845 0.9220747 0.1791974 0.9189012 0.1648506 0.9289202 0.1622641 0.9255509 0.1498161 0.934211 0.1750792 0.936802 0.163189 0.9409323 0.172733 0.9446198 0.1750792 0.936802 0.1826644 0.9412044 0.1902078 0.930894 0.1750792 0.936802 0.1902078 0.930894 0.1857885 0.9261983 0.1750792 0.936802 0.1687353 0.9328727 0.163189 0.9409323 0.1514163 0.8933467 0.1421132 0.8952491 0.15087 0.8983337 0.1514163 0.8933467 0.15087 0.8983337 0.1618813 0.8951923 0.1514163 0.8933467 0.1623052 0.8904175 0.1524598 0.8868686 0.1514163 0.8933467 0.1524598 0.8868686 0.1421132 0.8952491 0.1537836 0.8788642 0.1424474 0.880682 0.1524598 0.8868686 0.1537836 0.8788642 0.1524598 0.8868686 0.1633886 0.8843107 0.1510376 0.9018648 0.1424539 0.9039205 0.1510213 0.9049224 0.1510376 0.9018648 0.1623612 0.8988239 0.15087 0.8983337 0.1510376 0.9018648 0.15087 0.8983337 0.1421586 0.9004715 0.1598148 0.9233713 0.1457557 0.9284757 0.1479206 0.9308455 0.1598148 0.9233713 0.1622641 0.9255509 0.1766289 0.9170564 0.1598148 0.9233713 0.1766289 0.9170564 0.1724404 0.9162219 0.1598148 0.9233713 0.1565343 0.9221987 0.1457557 0.9284757 0.1994379 0.9145287 0.1821845 0.9220747 0.1857885 0.9261983 0.1994379 0.9145287 0.2033092 0.9182793 0.2164335 0.9042742 0.1994379 0.9145287 0.2164335 0.9042742 0.2126793 0.9017567 0.1994379 0.9145287 0.1960744 0.9116526 0.1821845 0.9220747 0.2078105 0.9224151 0.1902078 0.930894 0.1953263 0.9361905 0.2078105 0.9224151 0.2126203 0.9273807 0.2263569 0.9109128 0.2078105 0.9224151 0.2263569 0.9109128 0.2208895 0.9074897 0.2078105 0.9224151 0.2033092 0.9182793 0.1902078 0.930894 0.1760098 0.8849034 0.1623052 0.8904175 0.176653 0.8903253 0.1760098 0.8849034 0.176653 0.8903253 0.192498 0.8826192 0.1760098 0.8849034 0.1904345 0.8767049 0.1759091 0.8787384 0.1760098 0.8849034 0.1759091 0.8787384 0.1633886 0.8843107 0.1763421 0.872541 0.1648867 0.8766836 0.1759091 0.8787384 0.1763421 0.872541 0.1759091 0.8787384 0.1886823 0.8706232 0.1778472 0.8942934 0.1945618 0.8866602 0.176653 0.8903253 0.1778472 0.8942934 0.176653 0.8903253 0.1618813 0.8951923 0.1793578 0.8977746 0.1620142 0.903155 0.1674107 0.9113306 0.1930966 0.9101406 0.1766289 0.9170564 0.1791974 0.9189012 0.1930966 0.9101406 0.1960744 0.9116526 0.2093177 0.9004269 0.1930966 0.9101406 0.2093177 0.9004269 0.2063146 0.8994103 0.1930966 0.9101406 0.190042 0.9090965 0.1766289 0.9170564 0.1864482 0.907624 0.1710923 0.9136055 0.1724404 0.9162219 0.1864482 0.907624 0.190042 0.9090965 0.2036358 0.8978319 0.1864482 0.907624 0.2036358 0.8978319 0.2011868 0.8956614 0.1864482 0.907624 0.1831421 0.9053087 0.1710923 0.9136055 0.2329934 0.8893032 0.2164335 0.9042742 0.2208895 0.9074897 0.2329934 0.8893032 0.2381211 0.8922031 0.2472351 0.8712427 0.2329934 0.8893032 0.2472351 0.8712427 0.2426044 0.8694165 0.2329934 0.8893032 0.2287964 0.8871649 0.2164335 0.9042742 0.2443174 0.8959341 0.2263569 0.9109128 0.231672 0.9155014 0.2443174 0.8959341 0.2496069 0.9012792 0.2684023 0.8849777 0.2443174 0.8959341 0.2597097 0.8777881 0.252996 0.873843 0.2443174 0.8959341 0.2381211 0.8922031 0.2263569 0.9109128 0.2034836 0.8657224 0.1904345 0.8767049 0.2067289 0.8709604 0.2034836 0.8657224 0.2067289 0.8709604 0.21833 0.8565633 0.2034836 0.8657224 0.2142587 0.8524602 0.2003694 0.8604367 0.2034836 0.8657224 0.2003694 0.8604367 0.1886823 0.8706232 0.2095715 0.8743116 0.2218073 0.8590375 0.2067289 0.8709604 0.2095715 0.8743116 0.2067289 0.8709604 0.192498 0.8826192 0.2253922 0.8857184 0.2093177 0.9004269 0.2126793 0.9017567 0.2253922 0.8857184 0.2287964 0.8871649 0.2392812 0.8677938 0.2253922 0.8857184 0.2392812 0.8677938 0.2366195 0.8663775 0.2253922 0.8857184 0.2225543 0.8844873 0.2093177 0.9004269 0.2200562 0.8829953 0.2036358 0.8978319 0.2063146 0.8994103 0.2200562 0.8829953 0.2225543 0.8844873 0.2339735 0.8651704 0.2200562 0.8829953 0.2339735 0.8651704 0.2312012 0.8639222 0.2200562 0.8829953 0.2176206 0.8811968 0.2036358 0.8978319 0.257276 0.8517194 0.2472351 0.8712427 0.252996 0.873843 0.257276 0.8517194 0.2522822 0.8500505 0.2472351 0.8712427 0.2705518 0.8567833 0.2597097 0.8777881 0.2773299 0.8610985 0.2705518 0.8567833 0.2635062 0.8538325 0.2597097 0.8777881 0.2302006 0.8426284 0.2218073 0.8590375 0.2249858 0.8607036 0.2302006 0.8426284 0.2262859 0.8406422 0.2218073 0.8590375 0.2489457 0.848432 0.2392812 0.8677938 0.2426044 0.8694165 0.2489457 0.848432 0.2463682 0.8471307 0.2392812 0.8677938 0.2436517 0.846413 0.2339735 0.8651704 0.2366195 0.8663775 0.2436517 0.846413 0.2406865 0.8458451 0.2339735 0.8651704 0.1902727 0.9465762 0.2010276 0.9421165 0.1953263 0.9361905 0.1902727 0.9465762 0.1826644 0.9412044 0.1832523 0.9492148 0.1902727 0.9465762 0.1832523 0.9492148 0.1911004 0.9555439 0.1902727 0.9465762 0.1971556 0.951899 0.2010276 0.9421165 0.2174178 0.9336206 0.2010276 0.9421165 0.207417 0.9484158 0.2174178 0.9336206 0.2230618 0.9388731 0.2356709 0.9222137 0.2174178 0.9336206 0.2356709 0.9222137 0.231672 0.9155014 0.2174178 0.9336206 0.2126203 0.9273807 0.2010276 0.9421165 0.2520143 0.9090213 0.2644169 0.8995907 0.2496069 0.9012792 0.2520143 0.9090213 0.2496069 0.9012792 0.231672 0.9155014 0.2520143 0.9090213 0.2356709 0.9222137 0.2522158 0.9176496 0.2520143 0.9090213 0.2522158 0.9176496 0.2624449 0.9089067 0.2302006 0.8426284 0.2355463 0.8169351 0.2262859 0.8406422 0.2705518 0.8567833 0.277503 0.823314 0.2635062 0.8538325 0.2705518 0.8567833 0.2773299 0.8610985 0.2870018 0.8265557 0.257276 0.8517194 0.2630023 0.8207504 0.2578859 0.8198769 0.257276 0.8517194 0.2635062 0.8538325 0.2630023 0.8207504 0.2436517 0.846413 0.2491899 0.8182151 0.2463682 0.8471307 0.2436517 0.846413 0.2406865 0.8458451 0.246284 0.8182957 0.2489457 0.848432 0.2544849 0.8189644 0.2578859 0.8198769 0.2489457 0.848432 0.2463682 0.8471307 0.2544849 0.8189644 0.2302006 0.8426284 0.2262859 0.8406422 0.2355464 0.8169351 0.1012486 0.9115505 0.1008328 0.9094535 0.09232115 0.9124782 0.1012486 0.9115505 0.09232115 0.9124782 0.09267884 0.9144778 0.1012486 0.9115505 0.1018537 0.913486 0.1073237 0.910733 0.1012486 0.9115505 0.1073237 0.910733 0.1055445 0.9091473 0.07576513 0.9663002 0.08284693 0.965036 0.08604198 0.9598985 0.07576513 0.9663002 0.07578682 0.9630076 0.06526935 0.9666363 0.07576513 0.9663002 0.0705735 0.9699683 0.07888942 0.9703266 0.0776863 0.9574937 0.08442217 0.9554012 0.07989835 0.9515476 0.0776863 0.9574937 0.07989835 0.9515476 0.07374137 0.9513601 0.0776863 0.9574937 0.07000797 0.9583867 0.07578682 0.9630076 0.0776863 0.9574937 0.07578682 0.9630076 0.08442217 0.9554012 0.09824657 0.9216442 0.09932684 0.9232151 0.1030338 0.9205649 0.09824657 0.9216442 0.1017642 0.9195072 0.1003865 0.9186948 0.09824657 0.9216442 0.09730249 0.9198897 0.09383881 0.9207037 0.09824657 0.9216442 0.09441363 0.923279 0.09932684 0.9232151 0.05753695 0.8174315 0.06055271 0.8176528 0.05685615 0.8192239 0.05753695 0.8174315 0.05685615 0.8192239 0.05382388 0.8190519 0.05753695 0.8174315 0.05512124 0.8167024 0.05772614 0.8143592 0.05753695 0.8174315 0.05946254 0.8155735 0.06134909 0.816195 0.104874 0.9176192 0.1063434 0.9184422 0.1077798 0.9158558 0.104874 0.9176192 0.1077798 0.9158558 0.103147 0.9172392 0.104874 0.9176192 0.103147 0.9172392 0.1003865 0.9186948 0.104874 0.9176192 0.1017642 0.9195072 0.1030338 0.9205649 0.1174613 0.8818545 0.1042712 0.8861575 0.1076088 0.8905352 0.06387764 0.8135846 0.06456601 0.815181 0.06134909 0.816195 0.06387764 0.8135846 0.05946254 0.8155735 0.05772614 0.8143592 0.06387764 0.8135846 0.06294637 0.8120288 0.06469261 0.8087683 0.06387764 0.8135846 0.0700125 0.8123146 0.06456601 0.815181 0.110733 0.9089662 0.1125199 0.9113628 0.1159476 0.9091673 0.110733 0.9089662 0.1137414 0.9064979 0.109449 0.9043263 0.110733 0.9089662 0.1075381 0.9073415 0.1073237 0.910733 0.110733 0.9089662 0.1073237 0.910733 0.1076553 0.9136708 0.1120719 0.9280393 0.1089043 0.9291692 0.112505 0.9297828 0.1120719 0.9280393 0.112505 0.9297828 0.1163479 0.9283339 0.1120719 0.9280393 0.1155518 0.9266275 0.1144099 0.9248444 0.1120719 0.9280393 0.1112977 0.9262675 0.108303 0.9274818 0.1098215 0.9243275 0.1068743 0.9257146 0.108303 0.9274818 0.1098215 0.9243275 0.1112977 0.9262675 0.1126762 0.9228731 0.1098215 0.9243275 0.1126762 0.9228731 0.1109452 0.9207474 0.1098215 0.9243275 0.108277 0.9222713 0.1068743 0.9257146 0.1061643 0.9298912 0.1062651 0.9315279 0.1091323 0.9308906 0.1061643 0.9298912 0.1089043 0.9291692 0.1056556 0.9283407 0.1061643 0.9298912 0.1056556 0.9283407 0.1038136 0.9289489 0.1061643 0.9298912 0.1036864 0.9303128 0.1062651 0.9315279 0.1041589 0.9268696 0.1068743 0.9257146 0.1052563 0.9239106 0.1041589 0.9268696 0.1022938 0.9255412 0.1021457 0.9283071 0.1041589 0.9268696 0.1021457 0.9283071 0.1038136 0.9289489 0.1041589 0.9268696 0.1056556 0.9283407 0.1068743 0.9257146 0.101305 0.930541 0.1021457 0.9283071 0.1000005 0.9275565 0.101305 0.930541 0.09898746 0.9303502 0.1011937 0.9328817 0.101305 0.930541 0.1011937 0.9328817 0.1036902 0.9320673 0.101305 0.930541 0.1036864 0.9303128 0.1021457 0.9283071 0.1126562 0.9360197 0.1078522 0.9366354 0.1117818 0.9383182 0.1126562 0.9360197 0.1117818 0.9383182 0.1192123 0.9378803 0.1126562 0.9360197 0.1182171 0.9346668 0.1131133 0.9336885 0.1126562 0.9360197 0.1131133 0.9336885 0.1092177 0.9347007 0.1129575 0.9316377 0.1094406 0.9327601 0.1131133 0.9336885 0.1129575 0.9316377 0.1131133 0.9336885 0.1176605 0.9321017 0.1129575 0.9316377 0.1170441 0.9300747 0.112505 0.9297828 0.1129575 0.9316377 0.112505 0.9297828 0.1091323 0.9308906 0.1065379 0.9332572 0.1094406 0.9327601 0.1062651 0.9315279 0.1065379 0.9332572 0.1062651 0.9315279 0.1036902 0.9320673 0.1065379 0.9332572 0.1039479 0.9336948 0.1061891 0.9349673 0.1065379 0.9332572 0.1061891 0.9349673 0.1092177 0.9347007 0.1013691 0.934639 0.1011937 0.9328817 0.09783691 0.9338417 0.1013691 0.934639 0.09834158 0.9360206 0.1022925 0.9358487 0.1013691 0.934639 0.1022925 0.9358487 0.1041539 0.9348445 0.1013691 0.934639 0.1039479 0.9336948 0.1011937 0.9328817 0.1044256 0.9365463 0.1022925 0.9358487 0.1021496 0.9380989 0.1044256 0.9365463 0.1021496 0.9380989 0.1061294 0.9384524 0.1044256 0.9365463 0.1078522 0.9366354 0.1061891 0.9349673 0.1044256 0.9365463 0.1061891 0.9349673 0.1041539 0.9348445 0.1239145 0.9325444 0.1182171 0.9346668 0.1257379 0.935024 0.1239145 0.9325444 0.1257379 0.935024 0.1294851 0.9300706 0.1239145 0.9325444 0.1294851 0.9300706 0.1226442 0.9301112 0.1239145 0.9325444 0.1226442 0.9301112 0.1176605 0.9321017 0.1216558 0.9282559 0.1170441 0.9300747 0.1226442 0.9301112 0.1216558 0.9282559 0.1226442 0.9301112 0.1279372 0.9278892 0.1216558 0.9282559 0.1267533 0.926192 0.1253617 0.9247248 0.1216558 0.9282559 0.1206253 0.9266738 0.1163479 0.9283339 0.1346656 0.9276636 0.1294851 0.9300706 0.1311348 0.9323303 0.1346656 0.9276636 0.1360484 0.9298009 0.1413555 0.9250236 0.1346656 0.9276636 0.1413555 0.9250236 0.1395403 0.9234243 0.1346656 0.9276636 0.1334125 0.9256079 0.1294851 0.9300706 0.1322969 0.9238932 0.1267533 0.926192 0.1279372 0.9278892 0.1322969 0.9238932 0.1334125 0.9256079 0.1382963 0.9217872 0.1322969 0.9238932 0.1382963 0.9217872 0.1370338 0.9195576 0.1322969 0.9238932 0.1305811 0.9224095 0.1267533 0.926192 0.148164 0.9121515 0.1419618 0.9127546 0.144755 0.9182938 0.148164 0.9121515 0.144755 0.9182938 0.1514391 0.9169488 0.1556259 0.908631 0.157917 0.9149191 0.1620142 0.903155 0.1556259 0.908631 0.1522657 0.9115769 0.157917 0.9149191 0.149923 0.9084886 0.1510213 0.9049224 0.1427283 0.9066224 0.1447607 0.9203014 0.144755 0.9182938 0.1382963 0.9217872 0.1447607 0.9203014 0.1382963 0.9217872 0.1395403 0.9234243 0.1447607 0.9203014 0.1467909 0.9214957 0.1519607 0.9188908 0.1447607 0.9203014 0.1519607 0.9188908 0.144755 0.9182938 0.1514542 0.9218508 0.1413555 0.9250236 0.1435059 0.9266768 0.1514542 0.9218508 0.1565343 0.9221987 0.159534 0.918921 0.1514542 0.9218508 0.159534 0.918921 0.1529735 0.9197854 0.1514542 0.9218508 0.1467909 0.9214957 0.1413555 0.9250236 0.1601672 0.91701 0.159534 0.918921 0.1724404 0.9162219 0.1601672 0.91701 0.1710923 0.9136055 0.1674107 0.9113306 0.1601672 0.91701 0.157917 0.9149191 0.1519607 0.9188908 0.1601672 0.91701 0.1519607 0.9188908 0.1529735 0.9197854 0.1192285 0.9250597 0.1155518 0.9266275 0.1163479 0.9283339 0.1192285 0.9250597 0.1206253 0.9266738 0.1231907 0.9232335 0.1192285 0.9250597 0.1231907 0.9232335 0.1205211 0.9216653 0.1192285 0.9250597 0.1174098 0.9233587 0.1155518 0.9266275 0.1151137 0.9215157 0.1126762 0.9228731 0.1144099 0.9248444 0.1151137 0.9215157 0.1174098 0.9233587 0.1176341 0.919967 0.1151137 0.9215157 0.1176341 0.919967 0.1148378 0.9180118 0.1151137 0.9215157 0.1128502 0.9194627 0.1126762 0.9228731 0.1275269 0.9210467 0.1231907 0.9232335 0.1253617 0.9247248 0.1275269 0.9210467 0.1305811 0.9224095 0.1315311 0.9185843 0.1275269 0.9210467 0.1315311 0.9185843 0.1273074 0.9173999 0.1275269 0.9210467 0.1239678 0.9196186 0.1231907 0.9232335 0.1207369 0.917939 0.1176341 0.919967 0.1205211 0.9216653 0.1207369 0.917939 0.1239678 0.9196186 0.1241028 0.9157072 0.1207369 0.917939 0.1241028 0.9157072 0.1213729 0.9136919 0.1207369 0.917939 0.1177536 0.9159892 0.1176341 0.919967 0.1362113 0.9132131 0.1315311 0.9185843 0.1370338 0.9195576 0.1362113 0.9132131 0.1324583 0.9133921 0.1315311 0.9185843 0.1364613 0.9105541 0.1427106 0.9096031 0.1427283 0.9066224 0.1313151 0.9117369 0.1302473 0.9094244 0.1241028 0.9157072 0.1313151 0.9117369 0.1241028 0.9157072 0.1273074 0.9173999 0.1275559 0.9501286 0.1270559 0.9471955 0.1208261 0.9510022 0.1275559 0.9501286 0.1208261 0.9510022 0.1273793 0.9534521 0.1275559 0.9501286 0.1273793 0.9534521 0.1345036 0.9492213 0.1275559 0.9501286 0.1345036 0.9492213 0.1327161 0.9464617 0.1267095 0.9448087 0.1270559 0.9471955 0.1319177 0.9439865 0.1267095 0.9448087 0.1319177 0.9439865 0.13051 0.9412922 0.1267095 0.9448087 0.1253494 0.9429444 0.122339 0.9453769 0.1267095 0.9448087 0.122339 0.9453769 0.1270559 0.9471955 0.1181306 0.9456292 0.119547 0.9434302 0.1147114 0.9430556 0.1181306 0.9456292 0.1143078 0.9458513 0.1166322 0.9484282 0.1181306 0.9456292 0.1166322 0.9484282 0.1217414 0.9478008 0.1181306 0.9456292 0.122339 0.9453769 0.119547 0.9434302 0.1256957 0.95701 0.1313765 0.9568675 0.1273793 0.9534521 0.1256957 0.95701 0.1273793 0.9534521 0.1197034 0.9545603 0.1256957 0.95701 0.1184836 0.9580543 0.1235663 0.9610299 0.1256957 0.95701 0.1235663 0.9610299 0.1282688 0.9608568 0.1220524 0.9657391 0.115986 0.966634 0.1167722 0.9728977 0.1220524 0.9657391 0.1232783 0.9714428 0.1262407 0.9654111 0.1220524 0.9657391 0.1262407 0.9654111 0.1235663 0.9610299 0.1220524 0.9657391 0.1235663 0.9610299 0.117225 0.9619303 0.1386394 0.9429724 0.1319177 0.9439865 0.1388623 0.9454486 0.1386394 0.9429724 0.1388623 0.9454486 0.1446465 0.9447844 0.1386394 0.9429724 0.1465442 0.9426936 0.1394265 0.9402942 0.1386394 0.9429724 0.1394265 0.9402942 0.13051 0.9412922 0.1394608 0.9370931 0.1498161 0.934211 0.1479206 0.9308455 0.1394608 0.9370931 0.1388127 0.9340288 0.1345648 0.9354383 0.1394608 0.9370931 0.132684 0.9379134 0.1394265 0.9402942 0.1394608 0.9370931 0.1394265 0.9402942 0.1498161 0.934211 0.1418581 0.9480438 0.1388623 0.9454486 0.1345036 0.9492213 0.1418581 0.9480438 0.1345036 0.9492213 0.1361472 0.9527287 0.1418581 0.9480438 0.1458795 0.9508109 0.1489979 0.946396 0.1418581 0.9480438 0.1489979 0.946396 0.1446465 0.9447844 0.1553017 0.9440779 0.1465442 0.9426936 0.1489979 0.946396 0.1553017 0.9440779 0.1489979 0.946396 0.1546818 0.9491247 0.1553017 0.9440779 0.1624612 0.9467762 0.163189 0.9409323 0.1553017 0.9440779 0.163189 0.9409323 0.1517004 0.9387377 0.184209 0.9646712 0.1909523 0.964018 0.1911004 0.9555439 0.184209 0.9646712 0.182645 0.9574167 0.177459 0.9669109 0.184209 0.9646712 0.177459 0.9669109 0.1823782 0.9723298 0.184209 0.9646712 0.1823782 0.9723298 0.1886628 0.9718779 0.06581926 0.974662 0.06112074 0.9800084 0.07033824 0.9820719 0.06581926 0.974662 0.07257688 0.9759433 0.0705735 0.9699683 0.06581926 0.974662 0.0705735 0.9699683 0.06526935 0.9666363 0.06581926 0.974662 0.05918323 0.971961 0.06112074 0.9800084 0.1141253 0.9520783 0.1088201 0.9525626 0.1115785 0.9559623 0.1141253 0.9520783 0.1115785 0.9559623 0.1197034 0.9545603 0.1141253 0.9520783 0.1208261 0.9510022 0.1166322 0.9484282 0.1141253 0.9520783 0.1166322 0.9484282 0.1123213 0.9488327 0.1099606 0.9594628 0.1184836 0.9580543 0.1115785 0.9559623 0.1099606 0.9594628 0.1115785 0.9559623 0.1007406 0.9611899 0.1099606 0.9594628 0.1007406 0.9611899 0.09869945 0.964829 0.1099606 0.9594628 0.1084672 0.9631844 0.117225 0.9619303 0.06765967 0.9447832 0.06605142 0.9497905 0.07374137 0.9513601 0.06765967 0.9447832 0.07488405 0.9459635 0.0683211 0.9406861 0.06765967 0.9447832 0.0683211 0.9406861 0.06388717 0.9402622 0.06765967 0.9447832 0.06115549 0.9427115 0.06605142 0.9497905 0.1302982 0.9660134 0.1262407 0.9654111 0.1270609 0.9707046 0.1302982 0.9660134 0.1310817 0.9707276 0.1342003 0.9670806 0.1302982 0.9660134 0.1342003 0.9670806 0.1354942 0.9633643 0.1302982 0.9660134 0.1321102 0.9617845 0.1262407 0.9654111 0.1353055 0.9581641 0.1313765 0.9568675 0.1321102 0.9617845 0.1353055 0.9581641 0.1321102 0.9617845 0.1354942 0.9633643 0.1353055 0.9581641 0.1382566 0.960263 0.1407174 0.9554157 0.1353055 0.9581641 0.1407174 0.9554157 0.1361472 0.9527287 0.1356729 0.9758035 0.1324984 0.9769117 0.1416593 0.9815103 0.1356729 0.9758035 0.1433892 0.9792692 0.1387659 0.9748034 0.1356729 0.9758035 0.1387659 0.9748034 0.1350618 0.9710233 0.1356729 0.9758035 0.1310817 0.9707276 0.1324984 0.9769117 0.1535481 0.9791522 0.1536499 0.9819781 0.1636254 0.976283 0.1535481 0.9791522 0.1636254 0.976283 0.1620263 0.9724838 0.1535481 0.9791522 0.1531285 0.9765567 0.1433892 0.9792692 0.1535481 0.9791522 0.1433892 0.9792692 0.1536499 0.9819781 0.1522386 0.9739502 0.1531285 0.9765567 0.1570739 0.9709939 0.1522386 0.9739502 0.1570739 0.9709939 0.1537452 0.9691937 0.1522386 0.9739502 0.1511136 0.971338 0.1462956 0.9748114 0.1522386 0.9739502 0.1462956 0.9748114 0.1449193 0.9770911 0.1416519 0.9735937 0.1387659 0.9748034 0.1462956 0.9748114 0.1416519 0.9735937 0.1462956 0.9748114 0.1475951 0.9724807 0.1416519 0.9735937 0.1444344 0.9722791 0.1387225 0.9711034 0.1416519 0.9735937 0.1387225 0.9711034 0.1387659 0.9748034 0.1583945 0.9659264 0.1629129 0.9643301 0.1562998 0.9613707 0.1583945 0.9659264 0.1562998 0.9613707 0.1542453 0.9663904 0.1583945 0.9659264 0.1542453 0.9663904 0.1570739 0.9709939 0.1583945 0.9659264 0.1570739 0.9709939 0.1620263 0.9724838 0.150889 0.9599499 0.151076 0.9568919 0.1432098 0.9580234 0.150889 0.9599499 0.1448833 0.9606676 0.1496601 0.9629924 0.150889 0.9599499 0.1496601 0.9629924 0.1528161 0.9639745 0.150889 0.9599499 0.1562998 0.9613707 0.151076 0.9568919 0.1410034 0.962527 0.1382566 0.960263 0.1354942 0.9633643 0.1410034 0.962527 0.1388247 0.9651471 0.1436481 0.9648737 0.1410034 0.962527 0.1436481 0.9648737 0.1461474 0.9633301 0.1410034 0.962527 0.1448833 0.9606676 0.1382566 0.960263 0.1379222 0.9681469 0.1342003 0.9670806 0.1350618 0.9710233 0.1379222 0.9681469 0.1387225 0.9711034 0.1415541 0.9692128 0.1379222 0.9681469 0.1415541 0.9692128 0.1421284 0.9670317 0.1379222 0.9681469 0.1388247 0.9651471 0.1342003 0.9670806 0.377871 0.3312253 0.3808912 0.3237552 0.3658554 0.3167447 0.377871 0.3312253 0.3668554 0.3263532 0.3678553 0.3359618 0.377871 0.3312253 0.3748507 0.3386954 0.3802437 0.3461849 0.377871 0.3312253 0.3861754 0.3429576 0.3808912 0.3237552 0.1767734 0.9787111 0.173224 0.9758658 0.1672306 0.9832237 0.1767734 0.9787111 0.1672306 0.9832237 0.1740518 0.9874346 0.1767734 0.9787111 0.1827816 0.9791594 0.1823782 0.9723298 0.1767734 0.9787111 0.1823782 0.9723298 0.1777961 0.971728 0.153586 0.9852762 0.1396837 0.9839798 0.1532454 0.9891275 0.153586 0.9852762 0.1532454 0.9891275 0.1672306 0.9832237 0.153586 0.9852762 0.1672306 0.9832237 0.1652461 0.9796512 0.153586 0.9852762 0.1536499 0.9819781 0.1416593 0.9815103 0.1181014 0.8926389 0.1285737 0.8932908 0.1238328 0.8886806 0.1181014 0.8926389 0.1238328 0.8886806 0.1076088 0.8905352 0.1304557 0.8839484 0.1210507 0.8844313 0.1238328 0.8886806 0.1304557 0.8839484 0.1238328 0.8886806 0.1396548 0.8884348 0.05341231 0.9679617 0.04961103 0.9623208 0.04108774 0.9654935 0.05341231 0.9679617 0.04799634 0.9722226 0.05439954 0.9766994 0.05341231 0.9679617 0.05918323 0.971961 0.05848968 0.9632895 0.05341231 0.9679617 0.05848968 0.9632895 0.05454313 0.9601562 0.09921813 0.9426717 0.1032676 0.9427623 0.09915703 0.9413005 0.09921813 0.9426717 0.09915703 0.9413005 0.09563899 0.9431404 0.09921813 0.9426717 0.09563899 0.9431404 0.09686499 0.9442344 0.09921813 0.9426717 0.09974318 0.9438161 0.1032676 0.9427623 0.100028 0.9447069 0.1024472 0.9446488 0.09974318 0.9438161 0.100028 0.9447069 0.09974318 0.9438161 0.09756892 0.9451103 0.100028 0.9447069 0.09756892 0.9451103 0.1001045 0.9453967 0.100028 0.9447069 0.1001045 0.9453967 0.1020902 0.9452464 0.1110942 0.9463288 0.1094017 0.9487698 0.1123213 0.9488327 0.1110942 0.9463288 0.1143078 0.9458513 0.1107085 0.9444687 0.1110942 0.9463288 0.1107085 0.9444687 0.1079462 0.945495 0.1110942 0.9463288 0.1084518 0.9468821 0.1094017 0.9487698 0.1075987 0.9433206 0.1107085 0.9444687 0.1093107 0.9419241 0.1075987 0.9433206 0.1093107 0.9419241 0.1039027 0.941457 0.1075987 0.9433206 0.1032676 0.9427623 0.105878 0.9443756 0.1075987 0.9433206 0.105878 0.9443756 0.1079462 0.945495 0.1044766 0.9450038 0.1055109 0.9455797 0.105878 0.9443756 0.1044766 0.9450038 0.105878 0.9443756 0.1028192 0.9438585 0.1044766 0.9450038 0.1024472 0.9446488 0.1034141 0.9454236 0.1044766 0.9450038 0.1034141 0.9454236 0.1042252 0.9456841 0.08875423 0.9535931 0.08783048 0.9505191 0.08442217 0.9554012 0.08875423 0.9535931 0.08442217 0.9554012 0.08604198 0.9598985 0.08875423 0.9535931 0.09155994 0.9558293 0.09161251 0.9522619 0.08875423 0.9535931 0.09161251 0.9522619 0.09044587 0.9500316 0.09919172 0.9516392 0.1019244 0.9507479 0.09967768 0.9506725 0.09919172 0.9516392 0.09967768 0.9506725 0.09720253 0.9509487 0.09919172 0.9516392 0.09639 0.9520154 0.098154 0.953265 0.09919172 0.9516392 0.098154 0.953265 0.1020374 0.9520315 0.09647154 0.9558557 0.1019052 0.9542676 0.098154 0.953265 0.09647154 0.9558557 0.098154 0.953265 0.09438961 0.9535197 0.09647154 0.9558557 0.09155994 0.9558293 0.09421056 0.9592258 0.09647154 0.9558557 0.09421056 0.9592258 0.1019052 0.9542676 0.1062769 0.9516609 0.1094017 0.9487698 0.1073716 0.9485347 0.1062769 0.9516609 0.1051717 0.9503529 0.1020374 0.9520315 0.1062769 0.9516609 0.1019052 0.9542676 0.1029689 0.9571707 0.1062769 0.9516609 0.1088201 0.9525626 0.1094017 0.9487698 0.09271883 0.9442605 0.09563899 0.9431404 0.09402889 0.9413645 0.09271883 0.9442605 0.08993393 0.9430832 0.09038501 0.945913 0.09271883 0.9442605 0.09038501 0.945913 0.09233403 0.9463824 0.09271883 0.9442605 0.09439986 0.9450996 0.09563899 0.9431404 0.09541934 0.9457914 0.09756892 0.9451103 0.09686499 0.9442344 0.09541934 0.9457914 0.09439986 0.9450996 0.09361797 0.946764 0.09541934 0.9457914 0.09361797 0.946764 0.09448015 0.947097 0.09541934 0.9457914 0.09603142 0.9463515 0.09756892 0.9451103 0.08856481 0.9479791 0.09038501 0.945913 0.08720064 0.9450801 0.08856481 0.9479791 0.08545881 0.9476652 0.08783048 0.9505191 0.08856481 0.9479791 0.08783048 0.9505191 0.09044587 0.9500316 0.08856481 0.9479791 0.09065371 0.9480538 0.09038501 0.945913 0.09345388 0.9495281 0.09190559 0.9491294 0.09044587 0.9500316 0.09345388 0.9495281 0.09388446 0.9499832 0.09542453 0.9495101 0.09345388 0.9495281 0.09542453 0.9495101 0.09466797 0.9489782 0.09345388 0.9495281 0.09359848 0.9489397 0.09283667 0.9487471 0.09418427 0.9481859 0.09516406 0.9474201 0.09448015 0.947097 0.09418427 0.9481859 0.09333884 0.948051 0.09359848 0.9489397 0.09418427 0.9481859 0.09359848 0.9489397 0.09466797 0.9489782 0.09418427 0.9481859 0.09489452 0.9483488 0.09516406 0.9474201 0.09220349 0.9480424 0.09190559 0.9491294 0.09283667 0.9487471 0.09220349 0.9480424 0.09333884 0.948051 0.09361797 0.946764 0.09220349 0.9480424 0.09361797 0.946764 0.09233403 0.9463824 0.09220349 0.9480424 0.09065371 0.9480538 0.09190559 0.9491294 0.1063426 0.9473325 0.1084518 0.9468821 0.1060653 0.9465268 0.1063426 0.9473325 0.1060653 0.9465268 0.1040694 0.947289 0.1063426 0.9473325 0.104591 0.9478651 0.1057298 0.9484226 0.1063426 0.9473325 0.1057298 0.9484226 0.1073716 0.9485347 0.1049444 0.9461843 0.103595 0.9467499 0.1040694 0.947289 0.1049444 0.9461843 0.1060653 0.9465268 0.1055109 0.9455797 0.1049444 0.9461843 0.1055109 0.9455797 0.1042252 0.9456841 0.1049444 0.9461843 0.1036144 0.9460463 0.103595 0.9467499 0.1218084 0.9415792 0.1253494 0.9429444 0.13051 0.9412922 0.1218084 0.9415792 0.1247946 0.9396007 0.1192123 0.9378803 0.1218084 0.9415792 0.1167121 0.9406945 0.119547 0.9434302 0.1218084 0.9415792 0.119547 0.9434302 0.1224771 0.9438876 0.1283854 0.9370186 0.1257379 0.935024 0.1247946 0.9396007 0.1283854 0.9370186 0.1247946 0.9396007 0.13051 0.9412922 0.1283854 0.9370186 0.132684 0.9379134 0.1326238 0.9342622 0.1283854 0.9370186 0.1326238 0.9342622 0.1311348 0.9323303 0.09440547 0.9377707 0.09834158 0.9360206 0.09263956 0.9358982 0.09440547 0.9377707 0.09263956 0.9358982 0.09000968 0.9396393 0.09440547 0.9377707 0.09000968 0.9396393 0.09402889 0.9413645 0.09440547 0.9377707 0.09683382 0.9390653 0.09834158 0.9360206 0.09119671 0.9335002 0.08602678 0.9347227 0.08722287 0.9375137 0.09119671 0.9335002 0.09263956 0.9358982 0.09508889 0.9318204 0.09119671 0.9335002 0.09508889 0.9318204 0.09326601 0.9304716 0.09119671 0.9335002 0.09034341 0.9309377 0.08579182 0.9316728 0.1041804 0.9496183 0.1019244 0.9507479 0.1051717 0.9503529 0.1041804 0.9496183 0.1051717 0.9503529 0.1057298 0.9484226 0.1041804 0.9496183 0.1057298 0.9484226 0.1046036 0.9484622 0.1041804 0.9496183 0.1034235 0.9491563 0.1019244 0.9507479 0.09502422 0.9503371 0.09388446 0.9499832 0.09044587 0.9500316 0.09502422 0.9503371 0.09407621 0.9507142 0.09720253 0.9509487 0.09502422 0.9503371 0.09761536 0.9503579 0.09720599 0.9499392 0.0939272 0.9515996 0.09639 0.9520154 0.09407621 0.9507142 0.0939272 0.9515996 0.09407621 0.9507142 0.09161251 0.9522619 0.0939272 0.9515996 0.09161251 0.9522619 0.09438961 0.9535197 0.01658481 0.951099 0.01791977 0.9478219 0.01199257 0.9512634 0.01658481 0.951099 0.01199257 0.9512634 0.01343649 0.9557844 0.01658481 0.951099 0.01789224 0.9545071 0.0205757 0.9517431 0.01658481 0.951099 0.0205757 0.9517431 0.02153199 0.949481 0.02352041 0.9522629 0.02427476 0.9507713 0.02153199 0.949481 0.02352041 0.9522629 0.0205757 0.9517431 0.02166461 0.9540593 0.02352041 0.9522629 0.02432495 0.953783 0.02587467 0.9526638 0.02352041 0.9522629 0.02587467 0.9526638 0.02427476 0.9507713 0.03952759 0.9545571 0.03740382 0.9596585 0.04108774 0.9654935 0.03952759 0.9545571 0.04301232 0.9552771 0.04139226 0.9463557 0.03952759 0.9545571 0.03855812 0.948722 0.03699326 0.9498153 0.03952759 0.9545571 0.03759837 0.9535142 0.03740382 0.9596585 0.0363934 0.9531275 0.03515487 0.9553651 0.03599298 0.9568244 0.0363934 0.9531275 0.03759837 0.9535142 0.03597259 0.9507022 0.0363934 0.9531275 0.03597259 0.9507022 0.03528326 0.9514164 0.0363934 0.9531275 0.03560984 0.953081 0.03515487 0.9553651 0.2933614 0.5845184 0.300793 0.5840816 0.2854866 0.566311 0.2933614 0.5845184 0.2854866 0.566311 0.2868285 0.5859113 0.2933614 0.5845184 0.2868285 0.5859113 0.2922316 0.6005386 0.2933614 0.5845184 0.300092 0.6004793 0.300793 0.5840816 0.1496423 0.6743517 0.1610036 0.6746938 0.1509798 0.6714673 0.1496423 0.6743517 0.1509798 0.6714673 0.1410702 0.6709139 0.2958098 0.6524407 0.3036482 0.6565346 0.3041064 0.6421265 0.2958098 0.6524407 0.3041064 0.6421265 0.2964533 0.6391035 0.2958098 0.6524407 0.2883759 0.6481607 0.2850939 0.6622013 0.2958098 0.6524407 0.2850939 0.6622013 0.2932932 0.6668925 0.3764712 0.6927983 0.3959739 0.6893702 0.3845319 0.677733 0.03339421 0.9513807 0.03330898 0.9520263 0.03471219 0.9519916 0.03339421 0.9513807 0.03471219 0.9519916 0.03528326 0.9514164 0.03339421 0.9513807 0.03342175 0.9504646 0.03157198 0.9512622 0.03339421 0.9513807 0.03157198 0.9512622 0.03330898 0.9520263 0.02982687 0.9516717 0.03098815 0.9522319 0.03157198 0.9512622 0.02982687 0.9516717 0.03157198 0.9512622 0.03083646 0.9502472 0.02982687 0.9516717 0.02833837 0.9507858 0.02854043 0.9523282 0.02982687 0.9516717 0.02854043 0.9523282 0.03021448 0.9526804 0.02938872 0.9541736 0.03057616 0.9538046 0.03010237 0.9534702 0.02938872 0.9541736 0.02840489 0.9535596 0.02798306 0.9546139 0.02938872 0.9541736 0.02798306 0.9546139 0.03020477 0.9552929 0.02938872 0.9541736 0.03086972 0.9545819 0.03057616 0.9538046 0.0326718 0.9545733 0.03269618 0.9539502 0.03086972 0.9545819 0.0326718 0.9545733 0.03086972 0.9545819 0.03263479 0.9553525 0.0326718 0.9545733 0.03263479 0.9553525 0.03464561 0.9546595 0.0326718 0.9545733 0.03422141 0.9540863 0.03269618 0.9539502 0.02031075 0.9404762 0.02016502 0.9379646 0.0134083 0.9390886 0.02031075 0.9404762 0.01303297 0.9421232 0.0129922 0.9459006 0.02031075 0.9404762 0.02091461 0.9429178 0.02766722 0.9395244 0.02031075 0.9404762 0.02766722 0.9395244 0.02678453 0.9371818 0.03358155 0.9399751 0.03190708 0.9369674 0.02766722 0.9395244 0.03358155 0.9399751 0.02766722 0.9395244 0.02841413 0.9418453 0.03358155 0.9399751 0.03484696 0.942865 0.03916901 0.9408618 0.03358155 0.9399751 0.03916901 0.9408618 0.03670394 0.9369742 0.01978248 0.93523 0.01936972 0.9325265 0.01369029 0.9334184 0.01978248 0.93523 0.01355868 0.9362 0.0134083 0.9390886 0.01978248 0.93523 0.02016502 0.9379646 0.02590906 0.9344772 0.01978248 0.93523 0.02590906 0.9344772 0.0250529 0.9318203 0.03093314 0.934008 0.0302754 0.9313356 0.02590906 0.9344772 0.03093314 0.934008 0.02590906 0.9344772 0.02678453 0.9371818 0.03093314 0.934008 0.03190708 0.9369674 0.03569835 0.9337138 0.03093314 0.934008 0.03569835 0.9337138 0.03537005 0.9310147 0.02954941 0.9291892 0.02878934 0.9273058 0.0234189 0.9276494 0.02954941 0.9291892 0.02422803 0.9296205 0.0250529 0.9318203 0.02954941 0.9291892 0.0302754 0.9313356 0.03493672 0.9288105 0.02954941 0.9291892 0.03493672 0.9288105 0.03445088 0.926854 0.02106797 0.9572791 0.02448493 0.9559629 0.02166461 0.9540593 0.02106797 0.9572791 0.01789224 0.9545071 0.01681005 0.9595304 0.02106797 0.9572791 0.01681005 0.9595304 0.02235573 0.9625324 0.02106797 0.9572791 0.02587807 0.9593634 0.02448493 0.9559629 0.03208863 0.9607086 0.03254306 0.9578207 0.02834248 0.9572759 0.03208863 0.9607086 0.02587807 0.9593634 0.03031599 0.9648218 0.03208863 0.9607086 0.03031599 0.9648218 0.04108774 0.9654935 0.03208863 0.9607086 0.03740382 0.9596585 0.03599298 0.9568244 0.02656918 0.9551424 0.02798306 0.9546139 0.02639716 0.953632 0.02656918 0.9551424 0.02432495 0.953783 0.02448493 0.9559629 0.02656918 0.9551424 0.02448493 0.9559629 0.02834248 0.9572759 0.02656918 0.9551424 0.0295735 0.956055 0.02798306 0.9546139 0.03265851 0.9562351 0.03263479 0.9553525 0.03020477 0.9552929 0.03265851 0.9562351 0.0295735 0.956055 0.03254306 0.9578207 0.03265851 0.9562351 0.03254306 0.9578207 0.03515487 0.9553651 0.03265851 0.9562351 0.03515487 0.9553651 0.03464561 0.9546595 0.02670729 0.9494978 0.02484714 0.9477395 0.02427476 0.9507713 0.02670729 0.9494978 0.02427476 0.9507713 0.02649521 0.9517136 0.02670729 0.9494978 0.02833837 0.9507858 0.03003901 0.9488584 0.02670729 0.9494978 0.03003901 0.9488584 0.02933555 0.9469771 0.03349095 0.9492695 0.03381162 0.9476526 0.03003901 0.9488584 0.03349095 0.9492695 0.03003901 0.9488584 0.03083646 0.9502472 0.03349095 0.9492695 0.03342175 0.9504646 0.03597259 0.9507022 0.03349095 0.9492695 0.03597259 0.9507022 0.03381162 0.9476526 0.02267152 0.9454426 0.02091461 0.9429178 0.01791977 0.9478219 0.02267152 0.9454426 0.01791977 0.9478219 0.02153199 0.949481 0.02267152 0.9454426 0.02484714 0.9477395 0.02888208 0.9444844 0.02267152 0.9454426 0.02888208 0.9444844 0.02841413 0.9418453 0.03459364 0.945471 0.03484696 0.942865 0.02888208 0.9444844 0.03459364 0.945471 0.02888208 0.9444844 0.02933555 0.9469771 0.03459364 0.945471 0.03381162 0.9476526 0.03699326 0.9498153 0.03459364 0.945471 0.03855812 0.948722 0.03484696 0.942865 0.08905941 0.9695088 0.09623306 0.9687758 0.09869945 0.964829 0.08905941 0.9695088 0.08932822 0.9669004 0.08393335 0.97237 0.08905941 0.9695088 0.08393335 0.97237 0.09142559 0.9737049 0.07871258 0.9756836 0.08130252 0.9781829 0.08393335 0.97237 0.07871258 0.9756836 0.08393335 0.97237 0.07888942 0.9703266 0.07871258 0.9756836 0.07257688 0.9759433 0.08130252 0.9781829 0.281013 0.5865676 0.2868285 0.5859113 0.2807987 0.5697216 0.281013 0.5865676 0.2771379 0.5722765 0.2757706 0.5864357 0.281013 0.5865676 0.2757706 0.5864357 0.2774923 0.5985746 0.281013 0.5865676 0.2846342 0.5999763 0.2868285 0.5859113 0.1740903 0.6688657 0.1741508 0.671631 0.1873626 0.6692485 0.1740903 0.6688657 0.1873626 0.6692485 0.1869148 0.6662533 0.1740903 0.6688657 0.1734547 0.666416 0.1614509 0.6692273 0.1740903 0.6688657 0.1614509 0.6692273 0.1617274 0.6717849 0.1510491 0.6688543 0.1509798 0.6714673 0.1614509 0.6692273 0.1510491 0.6688543 0.1614509 0.6692273 0.1606503 0.6668036 0.1510491 0.6688543 0.1505129 0.6663619 0.1417663 0.668114 0.1510491 0.6688543 0.1417663 0.668114 0.1410702 0.6709139 0.220531 0.6733857 0.2208777 0.6820778 0.2302004 0.670598 0.220531 0.6733857 0.2302004 0.670598 0.2188822 0.6648882 0.220531 0.6733857 0.2188822 0.6648882 0.2107867 0.6740962 0.220531 0.6733857 0.2107867 0.6740962 0.2107771 0.6809816 0.1996626 0.6718546 0.199411 0.6768663 0.2107867 0.6740962 0.1996626 0.6718546 0.2107867 0.6740962 0.2096982 0.6676277 0.1996626 0.6718546 0.1990192 0.66737 0.1873626 0.6692485 0.1996626 0.6718546 0.1873626 0.6692485 0.1870966 0.672745 0.270957 0.5854642 0.2757706 0.5864357 0.2738924 0.5740035 0.270957 0.5854642 0.2704505 0.5749306 0.2659512 0.5839262 0.270957 0.5854642 0.2659512 0.5839262 0.2643794 0.59296 0.270957 0.5854642 0.2709987 0.5961163 0.2757706 0.5864357 0.2701109 0.6070055 0.2789012 0.6101266 0.2774923 0.5985746 0.2701109 0.6070055 0.2709987 0.5961163 0.2611924 0.6027008 0.2701109 0.6070055 0.2611924 0.6027008 0.2559655 0.6131708 0.2701109 0.6070055 0.2661551 0.6184887 0.2789012 0.6101266 0.1721027 0.6639956 0.1734547 0.666416 0.1849231 0.6634264 0.1721027 0.6639956 0.1849231 0.6634264 0.1822535 0.6604771 0.1721027 0.6639956 0.1704286 0.6613203 0.1598016 0.6642966 0.1721027 0.6639956 0.1598016 0.6642966 0.1606503 0.6668036 0.1500337 0.6638397 0.1505129 0.6663619 0.1598016 0.6642966 0.1500337 0.6638397 0.1598016 0.6642966 0.1589965 0.6615846 0.1500337 0.6638397 0.1496593 0.6612535 0.1415322 0.6630037 0.1500337 0.6638397 0.1415322 0.6630037 0.141709 0.6655056 0.2569928 0.6309227 0.2646182 0.6356264 0.2661551 0.6184887 0.2569928 0.6309227 0.2661551 0.6184887 0.2559655 0.6131708 0.2569928 0.6309227 0.2482741 0.6243916 0.2396713 0.6340652 0.2569928 0.6309227 0.2457328 0.6415171 0.2646182 0.6356264 0.2354838 0.6474809 0.2383914 0.6563369 0.2514282 0.6498911 0.2354838 0.6474809 0.2457328 0.6415171 0.23171 0.6398936 0.2354838 0.6474809 0.23171 0.6398936 0.2232995 0.6445209 0.2354838 0.6474809 0.2258121 0.6516816 0.2383914 0.6563369 0.2162838 0.6569862 0.2188822 0.6648882 0.2279776 0.6606312 0.2162838 0.6569862 0.2258121 0.6516816 0.2133496 0.6505912 0.2162838 0.6569862 0.2133496 0.6505912 0.2065467 0.6614378 0.2162838 0.6569862 0.2065467 0.6614378 0.2096982 0.6676277 0.1962487 0.6630792 0.1990192 0.66737 0.2065467 0.6614378 0.1962487 0.6630792 0.2065467 0.6614378 0.2028446 0.656107 0.1962487 0.6630792 0.1927691 0.6590707 0.1849231 0.6634264 0.1962487 0.6630792 0.1849231 0.6634264 0.1869148 0.6662533 0.2601321 0.582095 0.2659512 0.5839262 0.2667154 0.575246 0.2601321 0.582095 0.2625899 0.5751376 0.2531388 0.5783703 0.2601321 0.582095 0.2531388 0.5783703 0.2568606 0.5894642 0.2601321 0.582095 0.2568606 0.5894642 0.2659512 0.5839262 0.2519612 0.5976571 0.2611924 0.6027008 0.2643794 0.59296 0.2519612 0.5976571 0.2568606 0.5894642 0.2480889 0.5838264 0.2519612 0.5976571 0.2419237 0.5902532 0.2350685 0.5977081 0.2519612 0.5976571 0.2458056 0.6067072 0.2611924 0.6027008 0.1688266 0.6581062 0.1704286 0.6613203 0.1797724 0.6571143 0.1688266 0.6581062 0.1797724 0.6571143 0.1761606 0.651654 0.1688266 0.6581062 0.1654989 0.6529913 0.1583263 0.6585456 0.1688266 0.6581062 0.1583263 0.6585456 0.1589965 0.6615846 0.1494376 0.6585694 0.1496593 0.6612535 0.1589965 0.6615846 0.1494376 0.6585694 0.1583263 0.6585456 0.1484198 0.6551913 0.1494376 0.6585694 0.1484198 0.6551913 0.1410332 0.6560274 0.1494376 0.6585694 0.1413547 0.6583854 0.1496593 0.6612535 0.238765 0.616648 0.2482741 0.6243916 0.2559655 0.6131708 0.238765 0.616648 0.2458056 0.6067072 0.2279487 0.6062484 0.238765 0.616648 0.2279487 0.6062484 0.2214468 0.6162474 0.238765 0.616648 0.2319329 0.626036 0.2482741 0.6243916 0.4111606 0.5182719 0.4227154 0.5266607 0.4234987 0.5170689 0.4111606 0.5182719 0.4113649 0.5074479 0.4007737 0.5108286 0.4658747 0.5575492 0.4844384 0.5694043 0.4725133 0.5501626 0.4658747 0.5575492 0.4725133 0.5501626 0.4551404 0.5385405 0.4358147 0.535816 0.4502656 0.5460186 0.4384463 0.5274712 0.4358147 0.535816 0.4384463 0.5274712 0.4227154 0.5266607 0.3045343 0.6119468 0.3124337 0.6119623 0.3083167 0.6005821 0.3045343 0.6119468 0.300092 0.6004793 0.2963814 0.6120413 0.3045343 0.6119468 0.2963814 0.6120413 0.2989099 0.621612 0.3045343 0.6119468 0.3068638 0.6214905 0.3124337 0.6119623 0.3072561 0.6316801 0.3152942 0.6317583 0.3143557 0.6213213 0.3072561 0.6316801 0.3068638 0.6214905 0.2994493 0.6304433 0.3072561 0.6316801 0.2994493 0.6304433 0.2964533 0.6391035 0.3072561 0.6316801 0.3041064 0.6421265 0.3152942 0.6317583 0.3380789 0.6215526 0.3474514 0.6293157 0.3479694 0.6153098 0.3380789 0.6215526 0.3479694 0.6153098 0.3286802 0.6154831 0.3380789 0.6215526 0.3286802 0.6154831 0.3273898 0.6212579 0.3380789 0.6215526 0.3317635 0.6269009 0.3375735 0.633441 0.320307 0.6127137 0.3286802 0.6154831 0.3316086 0.6040902 0.320307 0.6127137 0.317007 0.6016312 0.3124337 0.6119623 0.320307 0.6127137 0.3124337 0.6119623 0.3143557 0.6213213 0.320307 0.6127137 0.3217338 0.6215712 0.3286802 0.6154831 0.3425291 0.6652289 0.3265115 0.6557583 0.3184773 0.664465 0.3111475 0.6605255 0.3212619 0.6515325 0.314631 0.6444196 0.3111475 0.6605255 0.3036482 0.6565346 0.3020011 0.6704133 0.2916213 0.6284921 0.2897458 0.6353273 0.2994493 0.6304433 0.2916213 0.6284921 0.2994493 0.6304433 0.2989099 0.621612 0.2916213 0.6284921 0.2901458 0.6212186 0.2825087 0.6296867 0.2916213 0.6284921 0.2825087 0.6296867 0.2897458 0.6353273 0.2877476 0.6116199 0.2963814 0.6120413 0.2922316 0.6005386 0.2877476 0.6116199 0.2846342 0.5999763 0.2789012 0.6101266 0.2877476 0.6116199 0.2789012 0.6101266 0.2783297 0.6228158 0.2877476 0.6116199 0.2901458 0.6212186 0.2963814 0.6120413 0.2820903 0.6436113 0.271815 0.6515423 0.2778016 0.6568984 0.2820903 0.6436113 0.2883759 0.6481607 0.2897458 0.6353273 0.2820903 0.6436113 0.2897458 0.6353273 0.2833505 0.6343799 0.2820903 0.6436113 0.2764239 0.6398382 0.2696322 0.6467881 0.2708476 0.6378874 0.2621878 0.6485973 0.2696322 0.6467881 0.2708476 0.6378874 0.2764239 0.6398382 0.2825087 0.6296867 0.2708476 0.6378874 0.2825087 0.6296867 0.2783297 0.6228158 0.2708476 0.6378874 0.2646182 0.6356264 0.2621878 0.6485973 0.2620794 0.657319 0.2673148 0.6645997 0.271815 0.6515423 0.2620794 0.657319 0.271815 0.6515423 0.2621878 0.6485973 0.2620794 0.657319 0.2621878 0.6485973 0.2514282 0.6498911 0.2620794 0.657319 0.2521017 0.6619911 0.2673148 0.6645997 0.2410996 0.6666086 0.2383914 0.6563369 0.2279776 0.6606312 0.2410996 0.6666086 0.2302004 0.670598 0.2468425 0.6769236 0.2410996 0.6666086 0.2468425 0.6769236 0.2569752 0.6712723 0.2410996 0.6666086 0.2521017 0.6619911 0.2383914 0.6563369 0.2746865 0.6709865 0.2836867 0.6761491 0.2850939 0.6622013 0.2746865 0.6709865 0.2850939 0.6622013 0.2778016 0.6568984 0.2746865 0.6709865 0.2673148 0.6645997 0.2656017 0.678866 0.2746865 0.6709865 0.2656017 0.678866 0.2767192 0.6848693 0.258854 0.6859093 0.2742815 0.6936187 0.2656017 0.678866 0.258854 0.6859093 0.2656017 0.678866 0.2569752 0.6712723 0.258854 0.6859093 0.2468425 0.6769236 0.2548283 0.6943507 0.258854 0.6859093 0.2548283 0.6943507 0.2742815 0.6936187 0.2446102 0.5711517 0.2377114 0.5742437 0.2480889 0.5838264 0.2446102 0.5711517 0.2531388 0.5783703 0.2513958 0.5688261 0.2446102 0.5711517 0.2513958 0.5688261 0.2462997 0.5631856 0.2446102 0.5711517 0.2375895 0.5629535 0.2377114 0.5742437 0.2351199 0.5562897 0.225338 0.5554013 0.2375895 0.5629535 0.2351199 0.5562897 0.2375895 0.5629535 0.2447581 0.5582464 0.2351199 0.5562897 0.2447581 0.5582464 0.2354069 0.5512367 0.2351199 0.5562897 0.2354069 0.5512367 0.225338 0.5554013 0.2305859 0.5788682 0.2231472 0.5847839 0.2419237 0.5902532 0.2305859 0.5788682 0.2419237 0.5902532 0.2377114 0.5742437 0.2305859 0.5788682 0.2377114 0.5742437 0.2207626 0.5666257 0.2305859 0.5788682 0.2207626 0.5666257 0.2124216 0.5712569 0.2152687 0.5566496 0.2052715 0.5604497 0.2207626 0.5666257 0.2152687 0.5566496 0.2207626 0.5666257 0.2290278 0.5637555 0.2152687 0.5566496 0.225338 0.5554013 0.223009 0.5467786 0.2152687 0.5566496 0.2099789 0.5489521 0.2052715 0.5604497 0.1586479 0.6446141 0.1517578 0.6476608 0.1563829 0.6542232 0.1586479 0.6446141 0.1654989 0.6529913 0.164844 0.6414708 0.1586479 0.6446141 0.164844 0.6414708 0.1562707 0.6294306 0.1586479 0.6446141 0.1511617 0.6362995 0.1517578 0.6476608 0.1459285 0.6313728 0.1419849 0.6377869 0.1463317 0.6413512 0.1459285 0.6313728 0.1511617 0.6362995 0.1562707 0.6294306 0.1459285 0.6313728 0.1501651 0.6240737 0.142175 0.628524 0.1459285 0.6313728 0.142175 0.628524 0.138405 0.6356391 0.145657 0.650523 0.1399508 0.6532927 0.1410332 0.6560274 0.145657 0.650523 0.1484198 0.6551913 0.1517578 0.6476608 0.145657 0.650523 0.1517578 0.6476608 0.1463317 0.6413512 0.145657 0.650523 0.1420775 0.6461622 0.1399508 0.6532927 0.1386095 0.6437066 0.1355181 0.6493791 0.1381111 0.6508527 0.1386095 0.6437066 0.1420775 0.6461622 0.1419849 0.6377869 0.1386095 0.6437066 0.1419849 0.6377869 0.138405 0.6356391 0.1386095 0.6437066 0.1353139 0.641836 0.1355181 0.6493791 0.2153086 0.5917493 0.2087541 0.5982572 0.2279487 0.6062484 0.2153086 0.5917493 0.2279487 0.6062484 0.2350685 0.5977081 0.2153086 0.5917493 0.2231472 0.5847839 0.203632 0.5773417 0.2153086 0.5917493 0.203632 0.5773417 0.1937059 0.5839217 0.1957061 0.5672171 0.1865664 0.5752819 0.203632 0.5773417 0.1957061 0.5672171 0.203632 0.5773417 0.2124216 0.5712569 0.1957061 0.5672171 0.2052715 0.5604497 0.1901606 0.5602278 0.1957061 0.5672171 0.1901606 0.5602278 0.1817685 0.5695053 0.2106934 0.6466144 0.2001044 0.6522153 0.2028446 0.656107 0.2106934 0.6466144 0.2133496 0.6505912 0.2232995 0.6445209 0.2106934 0.6466144 0.2200359 0.6399214 0.2162657 0.636218 0.2106934 0.6466144 0.2077783 0.6431892 0.2001044 0.6522153 0.2038991 0.6046149 0.2123554 0.6155142 0.2087541 0.5982572 0.2038991 0.6046149 0.2087541 0.5982572 0.1938238 0.5956054 0.17506 0.6081441 0.1806256 0.6019386 0.1685549 0.6022403 0.17506 0.6081441 0.1685549 0.6022403 0.1701315 0.6146723 0.1640088 0.5983833 0.1589481 0.6066132 0.1685549 0.6022403 0.1640088 0.5983833 0.1685549 0.6022403 0.1743513 0.5952284 0.1640088 0.5983833 0.1701315 0.5905799 0.1593319 0.5952662 0.1640088 0.5983833 0.1593319 0.5952662 0.1589481 0.6066132 0.1704868 0.6366561 0.1650993 0.6282141 0.164844 0.6414708 0.1704868 0.6366561 0.164844 0.6414708 0.1777828 0.6436391 0.313795 0.3123894 0.3204592 0.3118921 0.3194074 0.3085233 0.313795 0.3123894 0.3136063 0.3087663 0.3064113 0.3122181 0.313795 0.3123894 0.3064113 0.3122181 0.3063409 0.3162037 0.313795 0.3123894 0.3139787 0.3163259 0.3204592 0.3118921 0.3141524 0.3208891 0.3202846 0.320909 0.3139787 0.3163259 0.3141524 0.3208891 0.3139787 0.3163259 0.3071607 0.3206469 0.3141524 0.3208891 0.3071607 0.3206469 0.3079245 0.3256225 0.3141524 0.3208891 0.3142857 0.3253731 0.3195275 0.3252654 0.3175353 0.3421375 0.3236469 0.3405171 0.3215156 0.3365719 0.3175353 0.3421375 0.3161882 0.3378348 0.3097962 0.3389818 0.3175353 0.3421375 0.3107484 0.3440147 0.3188077 0.3467621 0.3175353 0.3421375 0.3188077 0.3467621 0.3236469 0.3405171 0.3195782 0.3507709 0.3264555 0.3496567 0.3188077 0.3467621 0.3195782 0.3507709 0.3188077 0.3467621 0.3112719 0.3487806 0.3195782 0.3507709 0.3121395 0.3528168 0.3200978 0.3544719 0.3195782 0.3507709 0.3200978 0.3544719 0.3262223 0.3533393 0.2301273 0.244754 0.2323318 0.2394701 0.2292593 0.2387327 0.2301273 0.244754 0.227289 0.2433311 0.2270347 0.2503225 0.2301273 0.244754 0.2270347 0.2503225 0.2302033 0.2520492 0.2301273 0.244754 0.2333732 0.2462909 0.2323318 0.2394701 0.2374341 0.2480556 0.2398619 0.2434403 0.2333732 0.2462909 0.2374341 0.2480556 0.2333732 0.2462909 0.2344403 0.2533389 0.2374341 0.2480556 0.2344403 0.2533389 0.2391384 0.2548959 0.2374341 0.2480556 0.2413392 0.2497467 0.2432709 0.245693 0.2567778 0.2538139 0.2574343 0.2486817 0.2531448 0.2486072 0.2567778 0.2538139 0.2525029 0.2529911 0.2515559 0.2585015 0.2567778 0.2538139 0.2561978 0.2598751 0.261051 0.254684 0.2567778 0.2538139 0.261051 0.254684 0.2574343 0.2486817 0.2643692 0.2553101 0.2658301 0.2497135 0.261051 0.254684 0.2643692 0.2553101 0.261051 0.254684 0.2601807 0.2612107 0.2643692 0.2553101 0.2634701 0.2615797 0.26721 0.2558142 0.2643692 0.2553101 0.26721 0.2558142 0.2684671 0.2510092 0.1240137 0.2965545 0.1186034 0.2925397 0.1178001 0.2953433 0.1240137 0.2965545 0.1225251 0.2989276 0.1294985 0.3017696 0.1240137 0.2965545 0.1294985 0.3017696 0.1316203 0.2992907 0.1240137 0.2965545 0.1260512 0.2938756 0.1186034 0.2925397 0.1291863 0.2905852 0.1247669 0.2860889 0.1260512 0.2938756 0.1291863 0.2905852 0.1260512 0.2938756 0.1339709 0.2958472 0.1291863 0.2905852 0.1339709 0.2958472 0.1370117 0.292208 0.1291863 0.2905852 0.1324969 0.2874953 0.1287358 0.2835504 0.1438715 0.2749261 0.1384893 0.2710352 0.1363727 0.2753712 0.1438715 0.2749261 0.1409531 0.2787439 0.1464361 0.2828949 0.1438715 0.2749261 0.1501499 0.2791633 0.1469146 0.2710821 0.1438715 0.2749261 0.1469146 0.2710821 0.1384893 0.2710352 0.1493535 0.2681986 0.1440287 0.2635987 0.1469146 0.2710821 0.1493535 0.2681986 0.1469146 0.2710821 0.1535861 0.2758968 0.1493535 0.2681986 0.1557945 0.2727684 0.1514902 0.2657954 0.1493535 0.2681986 0.1514902 0.2657954 0.1467335 0.2619891 0.2838045 0.3066148 0.2878761 0.3086965 0.2894032 0.3047333 0.2838045 0.3066148 0.2859011 0.3026546 0.2803509 0.3040722 0.2838045 0.3066148 0.2803509 0.3040722 0.2765991 0.3091575 0.2838045 0.3066148 0.2811906 0.3113047 0.2878761 0.3086965 0.2775422 0.3174542 0.2836338 0.3187431 0.2811906 0.3113047 0.2775422 0.3174542 0.2811906 0.3113047 0.2765991 0.3091575 0.2775422 0.3174542 0.2712856 0.3160351 0.2746347 0.3240606 0.2775422 0.3174542 0.2746347 0.3240606 0.2823363 0.3252206 0.2832475 0.3537061 0.288704 0.3510713 0.2798664 0.3479515 0.2832475 0.3537061 0.2798664 0.3479515 0.2779058 0.3566405 0.2832475 0.3537061 0.2779058 0.3566405 0.2814846 0.3620994 0.2832475 0.3537061 0.2866312 0.3592041 0.288704 0.3510713 0.289218 0.3644021 0.29387 0.3614099 0.2866312 0.3592041 0.289218 0.3644021 0.2866312 0.3592041 0.2814846 0.3620994 0.289218 0.3644021 0.2842006 0.3675474 0.2914063 0.36945 0.289218 0.3644021 0.2914063 0.36945 0.2956886 0.3661296 0.2069286 0.2709975 0.2133156 0.2670071 0.2107254 0.2634209 0.2069286 0.2709975 0.2046924 0.2660309 0.2006212 0.2737288 0.2069286 0.2709975 0.2006212 0.2737288 0.2035752 0.2813317 0.2069286 0.2709975 0.2100672 0.2765737 0.2133156 0.2670071 0.2150107 0.2833695 0.2209271 0.2762818 0.2100672 0.2765737 0.2150107 0.2833695 0.2100672 0.2765737 0.2035752 0.2813317 0.2150107 0.2833695 0.2086508 0.2904062 0.2209446 0.2895271 0.2150107 0.2833695 0.2209446 0.2895271 0.2269825 0.280696 0.2556408 0.2947592 0.2545142 0.2861437 0.2473787 0.2864578 0.2556408 0.2947592 0.2476962 0.2967396 0.2574107 0.3032074 0.2556408 0.2947592 0.2574107 0.3032074 0.2655113 0.2985923 0.2556408 0.2947592 0.2628162 0.2918739 0.2545142 0.2861437 0.2678748 0.2892184 0.2650812 0.2828298 0.2628162 0.2918739 0.2678748 0.2892184 0.2628162 0.2918739 0.2655113 0.2985923 0.2678748 0.2892184 0.271179 0.2945535 0.271875 0.2866778 0.2678748 0.2892184 0.271875 0.2866778 0.2687584 0.281358 0.1444472 0.3270229 0.1422814 0.3205558 0.1394307 0.322277 0.1444472 0.3270229 0.1410486 0.3283966 0.1454793 0.3332884 0.1444472 0.3270229 0.1454793 0.3332884 0.1504306 0.3322315 0.1444472 0.3270229 0.1485296 0.32552 0.1422814 0.3205558 0.1539794 0.3237592 0.1500823 0.3167594 0.1485296 0.32552 0.1539794 0.3237592 0.1485296 0.32552 0.1569907 0.3311718 0.1539794 0.3237592 0.1569907 0.3311718 0.1599045 0.3213978 0.1539794 0.3237592 0.1599045 0.3213978 0.1500823 0.3167594 0.180514 0.2952349 0.1729533 0.2926169 0.1697447 0.29873 0.180514 0.2952349 0.1787589 0.3032212 0.1883442 0.2975656 0.180514 0.2952349 0.1883442 0.2975656 0.187742 0.2869403 0.180514 0.2952349 0.1812003 0.2871161 0.1729533 0.2926169 0.1815631 0.2806833 0.175452 0.2819046 0.1812003 0.2871161 0.1815631 0.2806833 0.1812003 0.2871161 0.187742 0.2869403 0.1815631 0.2806833 0.1871672 0.2783251 0.1817642 0.2750936 0.1815631 0.2806833 0.1817642 0.2750936 0.1763145 0.2778635 0.1449391 0.3379173 0.1454793 0.3332884 0.1413326 0.3343442 0.1449391 0.3379173 0.1398611 0.3388544 0.1436945 0.3416728 0.1449391 0.3379173 0.1436945 0.3416728 0.1502871 0.3416187 0.1449391 0.3379173 0.1508745 0.337311 0.1454793 0.3332884 0.1585243 0.3373661 0.1569907 0.3311718 0.1504306 0.3322315 0.1585243 0.3373661 0.1508745 0.337311 0.1502871 0.3416187 0.1585243 0.3373661 0.15867 0.3429012 0.166956 0.3363319 0.1585243 0.3373661 0.166956 0.3363319 0.1641986 0.3292813 0.1943439 0.3000516 0.1883442 0.2975656 0.187415 0.3078079 0.1943439 0.3000516 0.1945637 0.3124442 0.1992226 0.3004947 0.1943439 0.3000516 0.1992226 0.3004947 0.1955408 0.2862231 0.1943439 0.3000516 0.1921482 0.2868452 0.1883442 0.2975656 0.1906248 0.2760378 0.1871672 0.2783251 0.1921482 0.2868452 0.1906248 0.2760378 0.1921482 0.2868452 0.1955408 0.2862231 0.1906248 0.2760378 0.1932395 0.274477 0.1894376 0.26643 0.1906248 0.2760378 0.1894376 0.26643 0.1866062 0.2707148 0.1963149 0.274298 0.2006212 0.2737288 0.1987279 0.2668617 0.1963149 0.274298 0.1945493 0.26516 0.1932395 0.274477 0.1963149 0.274298 0.1932395 0.274477 0.1955408 0.2862231 0.1963149 0.274298 0.1990414 0.2844667 0.2006212 0.2737288 0.2036898 0.2966971 0.2086508 0.2904062 0.1990414 0.2844667 0.2036898 0.2966971 0.1990414 0.2844667 0.1955408 0.2862231 0.2036898 0.2966971 0.1992226 0.3004947 0.2101861 0.3071489 0.2036898 0.2966971 0.2101861 0.3071489 0.215143 0.2984145 0.2589031 0.3098391 0.2574107 0.3032074 0.2481496 0.3065486 0.2589031 0.3098391 0.2487341 0.315165 0.2612597 0.3141316 0.2589031 0.3098391 0.2612597 0.3141316 0.2699092 0.3055489 0.2589031 0.3098391 0.2676672 0.302875 0.2574107 0.3032074 0.2739351 0.2973591 0.271179 0.2945535 0.2676672 0.302875 0.2739351 0.2973591 0.2676672 0.302875 0.2699092 0.3055489 0.2739351 0.2973591 0.2762142 0.2991634 0.2789551 0.2925672 0.2739351 0.2973591 0.2789551 0.2925672 0.2756302 0.290803 0.2780868 0.3014947 0.2803509 0.3040722 0.283322 0.2998829 0.2780868 0.3014947 0.2823034 0.2966358 0.2762142 0.2991634 0.2780868 0.3014947 0.2762142 0.2991634 0.2699092 0.3055489 0.2780868 0.3014947 0.2728625 0.307441 0.2803509 0.3040722 0.2656227 0.3155623 0.2712856 0.3160351 0.2728625 0.307441 0.2656227 0.3155623 0.2728625 0.307441 0.2699092 0.3055489 0.2656227 0.3155623 0.2612597 0.3141316 0.259961 0.3241843 0.2656227 0.3155623 0.259961 0.3241843 0.2669934 0.3235123 0.273163 0.3589226 0.2779058 0.3566405 0.2740885 0.3507683 0.273163 0.3589226 0.2692115 0.3530282 0.2681276 0.3608666 0.273163 0.3589226 0.2681276 0.3608666 0.271164 0.3663237 0.273163 0.3589226 0.2765945 0.3644303 0.2779058 0.3566405 0.2788825 0.3702625 0.2842006 0.3675474 0.2765945 0.3644303 0.2788825 0.3702625 0.2765945 0.3644303 0.271164 0.3663237 0.2788825 0.3702625 0.2726112 0.3723242 0.2805988 0.376257 0.2788825 0.3702625 0.2805988 0.376257 0.2864853 0.3729901 0.1194769 0.6104651 0.1164499 0.615898 0.1252636 0.6144977 0.1194769 0.6104651 0.1252636 0.6144977 0.1289998 0.6084592 0.1194769 0.6104651 0.1229484 0.6042588 0.1126837 0.6057489 0.1194769 0.6104651 0.1126837 0.6057489 0.1078177 0.6107852 0.2397573 0.3700237 0.2378361 0.3673906 0.2355792 0.3712826 0.2397573 0.3700237 0.2355792 0.3712826 0.2358925 0.3731157 0.2397573 0.3700237 0.2429012 0.3721373 0.244286 0.3685709 0.2397573 0.3700237 0.244286 0.3685709 0.2418902 0.3653418 0.1332807 0.3063872 0.1355643 0.3042434 0.1294985 0.3017696 0.1332807 0.3063872 0.1294985 0.3017696 0.127491 0.3037664 0.1332807 0.3063872 0.1310535 0.3083354 0.1362811 0.3107804 0.1332807 0.3063872 0.1362811 0.3107804 0.1388134 0.3089131 0.1394204 0.3153225 0.142298 0.3134789 0.1362811 0.3107804 0.1394204 0.3153225 0.1362811 0.3107804 0.1339456 0.3127812 0.1394204 0.3153225 0.1369005 0.3172501 0.1422814 0.3205558 0.1394204 0.3153225 0.1422814 0.3205558 0.145657 0.3187461 0.1379605 0.3017085 0.1407302 0.2995187 0.1339709 0.2958472 0.1379605 0.3017085 0.1339709 0.2958472 0.1316203 0.2992907 0.1379605 0.3017085 0.1355643 0.3042434 0.1417392 0.3073126 0.1379605 0.3017085 0.1417392 0.3073126 0.1447787 0.3054468 0.145891 0.3118034 0.1491158 0.309622 0.1447787 0.3054468 0.145891 0.3118034 0.1417392 0.3073126 0.142298 0.3134789 0.145891 0.3118034 0.142298 0.3134789 0.145657 0.3187461 0.145891 0.3118034 0.1500823 0.3167594 0.1491158 0.309622 0.1568475 0.2825682 0.1594113 0.2792742 0.1535861 0.2758968 0.1568475 0.2825682 0.1501499 0.2791633 0.1545494 0.2858484 0.1568475 0.2825682 0.1545494 0.2858484 0.1610891 0.2892953 0.1568475 0.2825682 0.1630297 0.2857379 0.1594113 0.2792742 0.1677617 0.2892693 0.1692021 0.2846326 0.1630297 0.2857379 0.1677617 0.2892693 0.1630297 0.2857379 0.1610891 0.2892953 0.1677617 0.2892693 0.1656074 0.2932407 0.1729533 0.2926169 0.1677617 0.2892693 0.1729533 0.2926169 0.174396 0.2866033 0.1611894 0.2759689 0.1625746 0.2726581 0.1557945 0.2727684 0.1611894 0.2759689 0.1557945 0.2727684 0.1594113 0.2792742 0.1611894 0.2759689 0.1594113 0.2792742 0.16456 0.2819432 0.1611894 0.2759689 0.1659464 0.2784298 0.1672607 0.2750571 0.1704735 0.2807809 0.1716604 0.2773218 0.1659464 0.2784298 0.1704735 0.2807809 0.1659464 0.2784298 0.16456 0.2819432 0.1704735 0.2807809 0.1692021 0.2846326 0.175452 0.2819046 0.1704735 0.2807809 0.175452 0.2819046 0.1716604 0.2773218 0.2241963 0.2545617 0.2272009 0.2566938 0.2270347 0.2503225 0.2241963 0.2545617 0.2270347 0.2503225 0.2215305 0.2522899 0.2241963 0.2545617 0.2215305 0.2522899 0.2184953 0.2558365 0.2241963 0.2545617 0.2212567 0.2583739 0.2272009 0.2566938 0.2178608 0.2626608 0.2209103 0.2658931 0.224169 0.2610377 0.2178608 0.2626608 0.2212567 0.2583739 0.21511 0.2597848 0.2178608 0.2626608 0.21511 0.2597848 0.2107254 0.2634209 0.2178608 0.2626608 0.2133156 0.2670071 0.2209103 0.2658931 0.2308834 0.2585465 0.2344192 0.2606425 0.2344403 0.2533389 0.2308834 0.2585465 0.2344403 0.2533389 0.2302033 0.2520492 0.2308834 0.2585465 0.2272009 0.2566938 0.2273828 0.2639542 0.2308834 0.2585465 0.2273828 0.2639542 0.2308733 0.266581 0.2245576 0.269838 0.2285383 0.2728037 0.2308733 0.266581 0.2245576 0.269838 0.2273828 0.2639542 0.2209103 0.2658931 0.2245576 0.269838 0.2209103 0.2658931 0.2165136 0.2711189 0.2245576 0.269838 0.2209271 0.2762818 0.2285383 0.2728037 0.2560713 0.2661847 0.2599012 0.2667191 0.2601807 0.2612107 0.2560713 0.2661847 0.2561978 0.2598751 0.2521019 0.2659422 0.2560713 0.2661847 0.2521019 0.2659422 0.2516142 0.2728416 0.2560713 0.2661847 0.2558417 0.2726081 0.2599012 0.2667191 0.2549519 0.2790105 0.2598844 0.277828 0.2558417 0.2726081 0.2549519 0.2790105 0.2558417 0.2726081 0.2516142 0.2728416 0.2549519 0.2790105 0.2501859 0.2792136 0.2545142 0.2861437 0.2549519 0.2790105 0.2545142 0.2861437 0.2606009 0.2843943 0.2632691 0.2666457 0.2664058 0.2662684 0.2634701 0.2615797 0.2632691 0.2666457 0.2634701 0.2615797 0.2599012 0.2667191 0.2632691 0.2666457 0.2599012 0.2667191 0.2634899 0.2714325 0.2632691 0.2666457 0.2634899 0.2714325 0.2668355 0.2708933 0.2638568 0.2768642 0.2673492 0.2760097 0.2634899 0.2714325 0.2638568 0.2768642 0.2634899 0.2714325 0.259905 0.2719959 0.2638568 0.2768642 0.2598844 0.277828 0.2650812 0.2828298 0.2638568 0.2768642 0.2650812 0.2828298 0.2687584 0.281358 0.3008244 0.3115537 0.3002712 0.3155267 0.3064113 0.3122181 0.3008244 0.3115537 0.3064113 0.3122181 0.3016691 0.3076616 0.3008244 0.3115537 0.3016691 0.3076616 0.2962725 0.3106826 0.3008244 0.3115537 0.2962725 0.3106826 0.2952099 0.3146976 0.2919943 0.3098913 0.2905976 0.3141196 0.2952099 0.3146976 0.2919943 0.3098913 0.2962725 0.3106826 0.2931911 0.3059017 0.2919943 0.3098913 0.2931911 0.3059017 0.2878761 0.3086965 0.2919943 0.3098913 0.2878761 0.3086965 0.2905976 0.3141196 0.3003009 0.3196615 0.300096 0.3236718 0.3071607 0.3206469 0.3003009 0.3196615 0.3071607 0.3206469 0.3063409 0.3162037 0.3003009 0.3196615 0.3002712 0.3155267 0.2940291 0.318774 0.3003009 0.3196615 0.2940291 0.318774 0.2932501 0.3229109 0.2888014 0.3188254 0.2878897 0.3233735 0.2932501 0.3229109 0.2888014 0.3188254 0.2940291 0.318774 0.2905976 0.3141196 0.2888014 0.3188254 0.2905976 0.3141196 0.2860519 0.3131897 0.2888014 0.3188254 0.2836338 0.3187431 0.2878897 0.3233735 0.3045693 0.3463567 0.3054798 0.3509447 0.3112719 0.3487806 0.3045693 0.3463567 0.3107484 0.3440147 0.3032497 0.342127 0.3045693 0.3463567 0.3032497 0.342127 0.297248 0.3440861 0.3045693 0.3463567 0.2989371 0.3484768 0.3054798 0.3509447 0.2937912 0.3496882 0.2962329 0.3546041 0.2989371 0.3484768 0.2937912 0.3496882 0.2989371 0.3484768 0.297248 0.3440861 0.2937912 0.3496882 0.2919393 0.345022 0.288704 0.3510713 0.2937912 0.3496882 0.288704 0.3510713 0.2916691 0.3564653 0.3066353 0.3550058 0.3079133 0.3588035 0.3131794 0.3564879 0.3066353 0.3550058 0.3121395 0.3528168 0.3054798 0.3509447 0.3066353 0.3550058 0.3054798 0.3509447 0.3007079 0.3529779 0.3066353 0.3550058 0.3022308 0.3571732 0.3079133 0.3588035 0.2980917 0.3591541 0.299659 0.3635212 0.3036299 0.3612155 0.2980917 0.3591541 0.3022308 0.3571732 0.2962329 0.3546041 0.2980917 0.3591541 0.2962329 0.3546041 0.2916691 0.3564653 0.2980917 0.3591541 0.29387 0.3614099 0.299659 0.3635212 0.2495157 0.36673 0.2465719 0.3628266 0.244286 0.3685709 0.2495157 0.36673 0.244286 0.3685709 0.2459329 0.3704253 0.2495157 0.36673 0.2506781 0.3702891 0.2554039 0.3647268 0.2495157 0.36673 0.2554039 0.3647268 0.2519708 0.3601318 0.2619079 0.3627867 0.2581762 0.357544 0.2554039 0.3647268 0.2619079 0.3627867 0.2554039 0.3647268 0.2572483 0.3692154 0.2619079 0.3627867 0.2643961 0.3679062 0.2681276 0.3608666 0.2619079 0.3627867 0.2681276 0.3608666 0.2642394 0.3551478 0.248791 0.3734076 0.2506781 0.3702891 0.2459329 0.3704253 0.248791 0.3734076 0.2429012 0.3721373 0.2465121 0.376099 0.248791 0.3734076 0.2465121 0.376099 0.2547387 0.3778347 0.248791 0.3734076 0.2564083 0.3738574 0.2506781 0.3702891 0.264734 0.3735094 0.2643961 0.3679062 0.2572483 0.3692154 0.264734 0.3735094 0.2564083 0.3738574 0.2639122 0.378401 0.264734 0.3735094 0.2639122 0.378401 0.2785232 0.3782706 0.264734 0.3735094 0.2726112 0.3723242 0.2643961 0.3679062 0.2601165 0.4869913 0.2593591 0.4886292 0.2617932 0.4905543 0.2601165 0.4869913 0.2617932 0.4905543 0.2619553 0.4879966 0.2601165 0.4869913 0.2610705 0.4856113 0.259525 0.4830734 0.2601165 0.4869913 0.259525 0.4830734 0.2593591 0.4886292 0.2687312 0.4838334 0.2703429 0.4847978 0.2667036 0.4804951 0.2687312 0.4838334 0.2667036 0.4804951 0.2671277 0.4832692 0.2687312 0.4838334 0.2671277 0.4832692 0.2679563 0.4857221 0.2687312 0.4838334 0.2696904 0.4876062 0.2703429 0.4847978 0.3173068 0.465562 0.3174781 0.4679895 0.3209689 0.4687044 0.3173068 0.465562 0.3209689 0.4687044 0.3197221 0.4655843 0.3173068 0.465562 0.317515 0.4633727 0.3160547 0.4614108 0.3173068 0.465562 0.3146699 0.4614109 0.3174781 0.4679895 0.3247818 0.4569488 0.3272562 0.4570626 0.3206727 0.4549722 0.3247818 0.4569488 0.3206727 0.4549722 0.3226162 0.4572822 0.3247818 0.4569488 0.3226162 0.4572822 0.3249517 0.4592034 0.3247818 0.4569488 0.3280475 0.4600701 0.3272562 0.4570626 0.3376715 0.3946711 0.3395602 0.3937147 0.3330522 0.394445 0.3376715 0.3946711 0.3330522 0.394445 0.3338396 0.3955118 0.3376715 0.3946711 0.3361552 0.3957729 0.3390519 0.3964226 0.3376715 0.3946711 0.3420955 0.3960316 0.3395602 0.3937147 0.3358414 0.4036639 0.3375005 0.4054242 0.3403109 0.4043819 0.3358414 0.4036639 0.3403109 0.4043819 0.3376281 0.4026463 0.3358414 0.4036639 0.3346973 0.4019436 0.3316341 0.401832 0.3358414 0.4036639 0.3316341 0.401832 0.3375005 0.4054242 0.314109 0.3885368 0.3131128 0.3863923 0.31032 0.3901997 0.314109 0.3885368 0.31032 0.3901997 0.3119081 0.3913545 0.314109 0.3885368 0.314691 0.3907988 0.3188072 0.3882052 0.314109 0.3885368 0.3188072 0.3882052 0.3188543 0.3856443 0.323323 0.3898231 0.324499 0.3880336 0.3188543 0.3856443 0.323323 0.3898231 0.3188072 0.3882052 0.3223262 0.391766 0.323323 0.3898231 0.3223262 0.391766 0.3246999 0.3929193 0.323323 0.3898231 0.3265267 0.3923548 0.324499 0.3880336 0.3114869 0.4028947 0.3101351 0.404889 0.3157013 0.4070427 0.3114869 0.4028947 0.3160329 0.4043031 0.312619 0.4007752 0.3114869 0.4028947 0.312619 0.4007752 0.3101791 0.399715 0.3114869 0.4028947 0.3083193 0.4004082 0.3101351 0.404889 0.3210315 0.4036059 0.3219532 0.405779 0.325022 0.4017006 0.3210315 0.4036059 0.325022 0.4017006 0.3233059 0.4006968 0.3210315 0.4036059 0.3204802 0.4013493 0.3160329 0.4043031 0.3210315 0.4036059 0.3160329 0.4043031 0.3157013 0.4070427 0.2961525 0.4474411 0.2938346 0.4480309 0.2975975 0.4547291 0.2961525 0.4474411 0.2995704 0.4527901 0.2984204 0.4464309 0.2961525 0.4474411 0.2984204 0.4464309 0.296709 0.4430063 0.2961525 0.4474411 0.2945773 0.4420472 0.2938346 0.4480309 0.3043231 0.4559884 0.3036721 0.4582735 0.308876 0.4570874 0.3043231 0.4559884 0.308876 0.4570874 0.3081562 0.4551225 0.3043231 0.4559884 0.305356 0.4537528 0.2995704 0.4527901 0.3043231 0.4559884 0.2995704 0.4527901 0.2975975 0.4547291 0.3083279 0.4358815 0.3091964 0.4336587 0.3031368 0.4336926 0.3083279 0.4358815 0.3031368 0.4336926 0.3038512 0.4360256 0.3083279 0.4358815 0.3070824 0.4380742 0.3133066 0.4399943 0.3083279 0.4358815 0.3133066 0.4399943 0.3154274 0.4383545 0.3160414 0.4451164 0.318347 0.4447458 0.3154274 0.4383545 0.3160414 0.4451164 0.3133066 0.4399943 0.3137615 0.4458995 0.3160414 0.4451164 0.3137615 0.4458995 0.3148798 0.4488652 0.3160414 0.4451164 0.3167499 0.4497641 0.318347 0.4447458 0.2513342 0.4643664 0.2493273 0.4638154 0.2494369 0.4704124 0.2513342 0.4643664 0.2517056 0.4698112 0.2535094 0.4645745 0.2513342 0.4643664 0.2535094 0.4645745 0.2537167 0.4614007 0.2513342 0.4643664 0.2524459 0.4598223 0.2493273 0.4638154 0.2539532 0.4745035 0.2524755 0.4759578 0.2569116 0.4775127 0.2539532 0.4745035 0.2569116 0.4775127 0.2572305 0.4755936 0.2539532 0.4745035 0.2556881 0.4732102 0.2517056 0.4698112 0.2539532 0.4745035 0.2517056 0.4698112 0.2494369 0.4704124 0.2655408 0.4608629 0.2670813 0.4596791 0.2628763 0.4576568 0.2655408 0.4608629 0.2628763 0.4576568 0.2623347 0.45941 0.2655408 0.4608629 0.2637231 0.4619046 0.2672769 0.4654605 0.2655408 0.4608629 0.2672769 0.4654605 0.2693544 0.4650859 0.267217 0.4704911 0.2690161 0.4712348 0.2693544 0.4650859 0.267217 0.4704911 0.2672769 0.4654605 0.265246 0.4701436 0.267217 0.4704911 0.265246 0.4701436 0.2648838 0.473048 0.267217 0.4704911 0.2659279 0.4745837 0.2690161 0.4712348 0.2435467 0.4361612 0.2418819 0.4358087 0.2448029 0.4412305 0.2435467 0.4361612 0.2448029 0.4412305 0.2455658 0.4361106 0.2435467 0.4361612 0.2455658 0.4361106 0.2454469 0.4331905 0.2435467 0.4361612 0.2438929 0.4322697 0.2418819 0.4358087 0.2609807 0.4285116 0.262636 0.4269948 0.2579984 0.4243094 0.2609807 0.4285116 0.2579984 0.4243094 0.2571125 0.4270032 0.2609807 0.4285116 0.2587456 0.4301449 0.2627249 0.4355208 0.2609807 0.4285116 0.2627249 0.4355208 0.262636 0.4269948 0.2473853 0.4476307 0.2465735 0.4485644 0.2493162 0.4564412 0.2473853 0.4476307 0.2505573 0.4527876 0.2507344 0.450574 0.2473853 0.4476307 0.2487662 0.4467703 0.2467066 0.4409431 0.2473853 0.4476307 0.2448029 0.4412305 0.2433463 0.4413114 0.2630939 0.4436871 0.2647838 0.4445864 0.2648875 0.4351601 0.2630939 0.4436871 0.2627249 0.4355208 0.2609477 0.4433411 0.2630939 0.4436871 0.2609477 0.4433411 0.2607961 0.4481453 0.2630939 0.4436871 0.2620747 0.4503864 0.2647838 0.4445864 0.2686839 0.4251469 0.2661209 0.4257436 0.275039 0.4300402 0.2686839 0.4251469 0.275039 0.4300402 0.2713695 0.4237962 0.2686839 0.4251469 0.2713695 0.4237962 0.2685266 0.4204491 0.2686839 0.4251469 0.265232 0.4201332 0.2661209 0.4257436 0.2833735 0.4080035 0.2836143 0.4056119 0.2778927 0.405547 0.2833735 0.4080035 0.2778927 0.405547 0.2787742 0.4084579 0.2833735 0.4080035 0.2824706 0.4106634 0.2893169 0.4134 0.2833735 0.4080035 0.2893169 0.4134 0.2836143 0.4056119 0.2821057 0.4341948 0.2821313 0.4358915 0.2882587 0.436448 0.2821057 0.4341948 0.2882587 0.436448 0.286947 0.4343007 0.2821057 0.4341948 0.2827422 0.4322077 0.2768328 0.4281427 0.2821057 0.4341948 0.275039 0.4300402 0.2735804 0.4314224 0.2945311 0.4203899 0.2962201 0.4201737 0.2905238 0.4117149 0.2945311 0.4203899 0.2893169 0.4134 0.28766 0.4154997 0.2945311 0.4203899 0.2925748 0.421324 0.2975229 0.4268695 0.2945311 0.4203899 0.2975229 0.4268695 0.2962201 0.4201737 0.2865039 0.381348 0.2850353 0.378051 0.2804591 0.3829136 0.2865039 0.381348 0.2804591 0.3829136 0.2833109 0.3851863 0.2865039 0.381348 0.2874599 0.3848468 0.2938651 0.3820124 0.2865039 0.381348 0.2938651 0.3820124 0.2945749 0.378548 0.2852081 0.4016926 0.2837634 0.4035573 0.2910808 0.4026341 0.2852081 0.4016926 0.2910808 0.4026341 0.2863112 0.3994221 0.2852081 0.4016926 0.2863112 0.3994221 0.283007 0.3983463 0.2852081 0.4016926 0.2806529 0.3993106 0.2837634 0.4035573 0.2997512 0.3848772 0.301582 0.3827117 0.2945749 0.378548 0.2997512 0.3848772 0.2938651 0.3820124 0.2982042 0.3873292 0.2997512 0.3848772 0.2982042 0.3873292 0.3011994 0.3891277 0.2997512 0.3848772 0.3034411 0.3885763 0.301582 0.3827117 0.2967498 0.4018357 0.2981702 0.403727 0.3010767 0.3998942 0.2967498 0.4018357 0.3010767 0.3998942 0.2991229 0.3988898 0.2967498 0.4018357 0.2958347 0.3996325 0.2910808 0.4026341 0.2967498 0.4018357 0.2910808 0.4026341 0.2911977 0.4050348 0.2446135 0.4124637 0.2469686 0.4117079 0.2370027 0.4047088 0.2446135 0.4124637 0.23565 0.4058815 0.2414215 0.4132011 0.2446135 0.4124637 0.2414215 0.4132011 0.2458099 0.4169288 0.2446135 0.4124637 0.2505689 0.4179697 0.2617927 0.4229146 0.228048 0.3994534 0.2287415 0.3976451 0.2198287 0.3893815 0.228048 0.3994534 0.2221432 0.395228 0.2233781 0.3983949 0.228048 0.3994534 0.2274034 0.4017727 0.23565 0.4058815 0.228048 0.3994534 0.23565 0.4058815 0.2370027 0.4047088 0.2479214 0.4102122 0.2469686 0.4117079 0.2617927 0.4229146 0.2479214 0.4102122 0.2568469 0.4140761 0.2551039 0.4112032 0.2479214 0.4102122 0.2487262 0.408154 0.2382889 0.4037105 0.2479214 0.4102122 0.2382889 0.4037105 0.2469686 0.4117079 0.2305018 0.3970929 0.2287415 0.3976451 0.2370027 0.4047088 0.2305018 0.3970929 0.2382889 0.4037105 0.2325856 0.3966056 0.2305018 0.3970929 0.2325856 0.3966056 0.2287556 0.3927483 0.2305018 0.3970929 0.2257372 0.3915403 0.2287415 0.3976451 0.2629209 0.3813854 0.2639122 0.378401 0.2547387 0.3778347 0.2629209 0.3813854 0.2540942 0.3803295 0.2619068 0.3836905 0.2629209 0.3813854 0.2619068 0.3836905 0.2673417 0.3847578 0.2629209 0.3813854 0.2700709 0.3830451 0.2639122 0.378401 0.2464985 0.3783767 0.2465121 0.376099 0.2405618 0.3768638 0.2464985 0.3783767 0.2405618 0.3768638 0.2424206 0.3788572 0.2464985 0.3783767 0.2467975 0.3803319 0.2540942 0.3803295 0.2464985 0.3783767 0.2540942 0.3803295 0.2547387 0.3778347 0.1698462 0.4542533 0.1667979 0.4611223 0.1904903 0.4656484 0.1698462 0.4542533 0.1904903 0.4656484 0.1938731 0.4603878 0.2055413 0.4780244 0.2092986 0.4728087 0.1904903 0.4656484 0.2055413 0.4780244 0.1904903 0.4656484 0.1869505 0.47161 0.2055413 0.4780244 0.2015525 0.4838743 0.216123 0.4897753 0.2055413 0.4780244 0.216123 0.4897753 0.2200803 0.4841513 0.1474093 0.4952538 0.1453486 0.5011072 0.1626378 0.5094254 0.1474093 0.4952538 0.1649428 0.504623 0.1504688 0.4888883 0.1793336 0.5143485 0.1768474 0.5177713 0.1842213 0.5228242 0.1793336 0.5143485 0.1886408 0.5229665 0.1827101 0.5102663 0.1793336 0.5143485 0.1827101 0.5102663 0.1683061 0.4992755 0.1793336 0.5143485 0.1649428 0.504623 0.1768474 0.5177713 0.1292635 0.6176773 0.1257631 0.6230632 0.1283673 0.6258761 0.1292635 0.6176773 0.1321013 0.6202816 0.1331899 0.6116892 0.1292635 0.6176773 0.1331899 0.6116892 0.1252636 0.6144977 0.1292635 0.6176773 0.1252636 0.6144977 0.1220134 0.6198716 0.1237247 0.6266945 0.1257631 0.6230632 0.1202041 0.6235315 0.1237247 0.6266945 0.1202041 0.6235315 0.1195586 0.6273039 0.1237247 0.6266945 0.1230273 0.6300428 0.1260645 0.6295723 0.1237247 0.6266945 0.1260645 0.6295723 0.1283673 0.6258761 0.1365067 0.6062508 0.1322671 0.6028057 0.1289998 0.6084592 0.1365067 0.6062508 0.1331899 0.6116892 0.1361253 0.6141369 0.1365067 0.6062508 0.1392979 0.6087903 0.1422262 0.6042436 0.1365067 0.6062508 0.1395953 0.6014428 0.1322671 0.6028057 0.1350604 0.2854182 0.1312502 0.2817096 0.1324969 0.2874953 0.1350604 0.2854182 0.1324969 0.2874953 0.1388642 0.2889224 0.1350604 0.2854182 0.1388642 0.2889224 0.1371125 0.2836655 0.1350604 0.2854182 0.1371125 0.2836655 0.1329849 0.2800804 0.1388884 0.2815489 0.1346151 0.278177 0.1329849 0.2800804 0.1388884 0.2815489 0.1371125 0.2836655 0.1429612 0.2849195 0.1388884 0.2815489 0.1429612 0.2849195 0.1409531 0.2787439 0.1388884 0.2815489 0.1409531 0.2787439 0.1346151 0.278177 0.1654128 0.3180933 0.160071 0.3111588 0.1599045 0.3213978 0.1654128 0.3180933 0.1599045 0.3213978 0.1641986 0.3292813 0.1654128 0.3180933 0.171093 0.3257315 0.1705068 0.3139962 0.1654128 0.3180933 0.1705068 0.3139962 0.160071 0.3111588 0.1751893 0.3092569 0.1675816 0.3040515 0.1705068 0.3139962 0.1751893 0.3092569 0.1705068 0.3139962 0.1833954 0.315274 0.1751893 0.3092569 0.1833954 0.315274 0.187415 0.3078079 0.1751893 0.3092569 0.1787589 0.3032212 0.1675816 0.3040515 0.175237 0.3324571 0.171093 0.3257315 0.1641986 0.3292813 0.175237 0.3324571 0.166956 0.3363319 0.1792779 0.3395467 0.175237 0.3324571 0.1792779 0.3395467 0.1877787 0.3332334 0.175237 0.3324571 0.1830704 0.3268979 0.171093 0.3257315 0.1901592 0.3208099 0.1833954 0.315274 0.1775375 0.3209274 0.1901592 0.3208099 0.1830704 0.3268979 0.1954222 0.3271127 0.1901592 0.3208099 0.1954222 0.3271127 0.2038538 0.3183751 0.1901592 0.3208099 0.1945637 0.3124442 0.1833954 0.315274 0.210133 0.3626441 0.208001 0.358439 0.2048317 0.361985 0.210133 0.3626441 0.2077026 0.3654375 0.2119277 0.3657948 0.210133 0.3626441 0.2119277 0.3657948 0.2141749 0.3640553 0.210133 0.3626441 0.212926 0.3605034 0.208001 0.358439 0.1419823 0.2603083 0.1391204 0.2610194 0.1440287 0.2635987 0.1419823 0.2603083 0.1440287 0.2635987 0.1449738 0.2593629 0.1419823 0.2603083 0.1449738 0.2593629 0.1415752 0.2576727 0.1419823 0.2603083 0.1415752 0.2576727 0.1386623 0.258019 0.1150444 0.2915233 0.1150612 0.2886509 0.1120079 0.2891107 0.1150444 0.2915233 0.112411 0.292006 0.1149601 0.2945376 0.1150444 0.2915233 0.1149601 0.2945376 0.1186034 0.2925397 0.1150444 0.2915233 0.1186034 0.2925397 0.1150612 0.2886509 0.1125733 0.6233479 0.105366 0.6185536 0.1041866 0.6199865 0.1125733 0.6233479 0.1110657 0.6246938 0.1172899 0.6287694 0.1125733 0.6233479 0.1172899 0.6287694 0.1195586 0.6273039 0.1125733 0.6233479 0.1139079 0.6216945 0.105366 0.6185536 0.1148969 0.6194261 0.107239 0.6147997 0.1064239 0.6168987 0.1148969 0.6194261 0.1139079 0.6216945 0.1202041 0.6235315 0.1148969 0.6194261 0.1202041 0.6235315 0.1220134 0.6198716 0.1148969 0.6194261 0.1164499 0.615898 0.107239 0.6147997 0.09475547 0.6139705 0.09377062 0.6155806 0.1041866 0.6199865 0.09475547 0.6139705 0.105366 0.6185536 0.1064239 0.6168987 0.09666621 0.6100733 0.09572559 0.6121912 0.107239 0.6147997 0.09666621 0.6100733 0.107239 0.6147997 0.1078177 0.6107852 0.1258352 0.598411 0.1179691 0.5943746 0.1158875 0.5999248 0.1258352 0.598411 0.1229484 0.6042588 0.1322671 0.6028057 0.1258352 0.598411 0.1322671 0.6028057 0.1353295 0.5977439 0.1258352 0.598411 0.1285138 0.5932107 0.1179691 0.5943746 0.1313605 0.5889467 0.1215438 0.5837258 0.1285138 0.5932107 0.1313605 0.5889467 0.1285138 0.5932107 0.1384512 0.5934805 0.1313605 0.5889467 0.1384512 0.5934805 0.1413969 0.5898772 0.1313605 0.5889467 0.1341613 0.5853572 0.12403 0.5800514 0.10898 0.5777993 0.1060849 0.5813592 0.1180292 0.5879196 0.10898 0.5777993 0.1215438 0.5837258 0.1108668 0.5737595 0.2051941 0.352125 0.2021048 0.3442673 0.1967549 0.3495189 0.2051941 0.352125 0.2010514 0.3565531 0.208001 0.358439 0.2051941 0.352125 0.208001 0.358439 0.2114674 0.3559207 0.2051941 0.352125 0.2095892 0.3492764 0.2021048 0.3442673 0.1846489 0.3482764 0.1792779 0.3395467 0.1693612 0.3452521 0.1846489 0.3482764 0.1774391 0.3551032 0.1905887 0.3566305 0.1846489 0.3482764 0.1905887 0.3566305 0.1967549 0.3495189 0.1846489 0.3482764 0.1923354 0.3412597 0.1792779 0.3395467 0.1991258 0.3354309 0.1954222 0.3271127 0.1877787 0.3332334 0.1991258 0.3354309 0.1923354 0.3412597 0.2021048 0.3442673 0.1991258 0.3354309 0.2021048 0.3442673 0.2076911 0.3410299 0.1991258 0.3354309 0.2061731 0.3316404 0.1954222 0.3271127 0.2606117 0.4810925 0.2597658 0.4796697 0.2564478 0.4816355 0.2606117 0.4810925 0.259525 0.4830734 0.2616102 0.4826328 0.2606117 0.4810925 0.2616102 0.4826328 0.2631738 0.4818856 0.2606117 0.4810925 0.2625797 0.4802286 0.2597658 0.4796697 0.2646317 0.4796615 0.2645093 0.4781211 0.2621119 0.4787575 0.2646317 0.4796615 0.2625797 0.4802286 0.2648174 0.4813392 0.2646317 0.4796615 0.2648174 0.4813392 0.2667036 0.4804951 0.2646317 0.4796615 0.2667036 0.4804951 0.2645093 0.4781211 0.2685569 0.4897435 0.2705816 0.4935719 0.271888 0.4905129 0.2685569 0.4897435 0.2696904 0.4876062 0.2667905 0.4862698 0.2685569 0.4897435 0.2667905 0.4862698 0.2650061 0.4870812 0.2685569 0.4897435 0.2663183 0.4908351 0.2705816 0.4935719 0.2639621 0.4914704 0.2647945 0.4957919 0.2663183 0.4908351 0.2639621 0.4914704 0.2663183 0.4908351 0.2650061 0.4870812 0.2639621 0.4914704 0.2631598 0.4876289 0.2617932 0.4905543 0.2639621 0.4914704 0.2617932 0.4905543 0.2619082 0.4942458 0.2655405 0.4835052 0.2667905 0.4862698 0.2679563 0.4857221 0.2655405 0.4835052 0.2671277 0.4832692 0.266188 0.4814904 0.2655405 0.4835052 0.2648174 0.4813392 0.2639703 0.4841338 0.2655405 0.4835052 0.2639703 0.4841338 0.2667905 0.4862698 0.2624177 0.4847474 0.2631598 0.4876289 0.2650061 0.4870812 0.2624177 0.4847474 0.2639703 0.4841338 0.2616102 0.4826328 0.2624177 0.4847474 0.2616102 0.4826328 0.2606308 0.4836044 0.2624177 0.4847474 0.2610705 0.4856113 0.2631598 0.4876289 0.2546476 0.457832 0.2539641 0.4559755 0.2493162 0.4564412 0.2546476 0.457832 0.2524459 0.4598223 0.2554079 0.4603286 0.2546476 0.457832 0.2554079 0.4603286 0.2579283 0.4596765 0.2546476 0.457832 0.2573966 0.4572175 0.2569839 0.4553716 0.2601506 0.4568004 0.260063 0.4549222 0.2569839 0.4553716 0.2601506 0.4568004 0.2573966 0.4572175 0.260414 0.4591925 0.2601506 0.4568004 0.260414 0.4591925 0.2628763 0.4576568 0.2601506 0.4568004 0.2628763 0.4576568 0.260063 0.4549222 0.2639761 0.4763674 0.2645093 0.4781211 0.2685257 0.4778855 0.2639761 0.4763674 0.2659279 0.4745837 0.2633455 0.4739924 0.2639761 0.4763674 0.2633455 0.4739924 0.2611844 0.4747557 0.2639761 0.4763674 0.2616944 0.4770671 0.2645093 0.4781211 0.2594159 0.477908 0.2597658 0.4796697 0.2621119 0.4787575 0.2594159 0.477908 0.2616944 0.4770671 0.2589952 0.4755253 0.2594159 0.477908 0.2589952 0.4755253 0.2569116 0.4775127 0.2594159 0.477908 0.2569116 0.4775127 0.2597658 0.4796697 0.2629308 0.4705885 0.2633455 0.4739924 0.2648838 0.473048 0.2629308 0.4705885 0.265246 0.4701436 0.2623824 0.4666476 0.2629308 0.4705885 0.2623824 0.4666476 0.2595708 0.4674757 0.2629308 0.4705885 0.2604388 0.4714217 0.2633455 0.4739924 0.2579373 0.4722393 0.2589952 0.4755253 0.2611844 0.4747557 0.2579373 0.4722393 0.2604388 0.4714217 0.2567698 0.468335 0.2579373 0.4722393 0.2567698 0.468335 0.2556881 0.4732102 0.2579373 0.4722393 0.2556881 0.4732102 0.2572305 0.4755936 0.2613507 0.4626619 0.2623824 0.4666476 0.2637231 0.4619046 0.2613507 0.4626619 0.2637231 0.4619046 0.2623347 0.45941 0.2613507 0.4626619 0.260414 0.4591925 0.2586935 0.4633283 0.2613507 0.4626619 0.2586935 0.4633283 0.2623824 0.4666476 0.2560211 0.4640972 0.2567698 0.468335 0.2595708 0.4674757 0.2560211 0.4640972 0.2586935 0.4633283 0.2554079 0.4603286 0.2560211 0.4640972 0.2554079 0.4603286 0.2537167 0.4614007 0.2560211 0.4640972 0.2535094 0.4645745 0.2567698 0.468335 0.2596541 0.4529947 0.260063 0.4549222 0.2647175 0.453388 0.2596541 0.4529947 0.2620747 0.4503864 0.258928 0.4497953 0.2596541 0.4529947 0.258928 0.4497953 0.2558485 0.4505833 0.2596541 0.4529947 0.2565755 0.4535591 0.2569839 0.4553716 0.2535819 0.454127 0.2539641 0.4559755 0.2565755 0.4535591 0.2535819 0.454127 0.2565755 0.4535591 0.2558485 0.4505833 0.2535819 0.454127 0.2528919 0.451187 0.2505573 0.4527876 0.2535819 0.454127 0.2505573 0.4527876 0.2493162 0.4564412 0.2461174 0.4294028 0.2440646 0.4278357 0.2438929 0.4322697 0.2461174 0.4294028 0.2438929 0.4322697 0.2454469 0.4331905 0.2461174 0.4294028 0.2472863 0.4315028 0.2496488 0.427016 0.2461174 0.4294028 0.2496488 0.427016 0.2479589 0.4251525 0.2539151 0.4245645 0.2526763 0.4225673 0.2496488 0.427016 0.2539151 0.4245645 0.2496488 0.427016 0.2505153 0.4296548 0.2539151 0.4245645 0.2543206 0.4275745 0.2579984 0.4243094 0.2539151 0.4245645 0.2579984 0.4243094 0.2526763 0.4225673 0.2553505 0.4320112 0.256656 0.4376088 0.2601265 0.4362233 0.2553505 0.4320112 0.2587456 0.4301449 0.2571125 0.4270032 0.2553505 0.4320112 0.2543206 0.4275745 0.2505153 0.4296548 0.2553505 0.4320112 0.2515987 0.4338133 0.256656 0.4376088 0.2482935 0.4352539 0.2495046 0.4402428 0.252915 0.4391309 0.2482935 0.4352539 0.2515987 0.4338133 0.2472863 0.4315028 0.2482935 0.4352539 0.2472863 0.4315028 0.2454469 0.4331905 0.2482935 0.4352539 0.2455658 0.4361106 0.2467066 0.4409431 0.2578886 0.4441018 0.258928 0.4497953 0.2607961 0.4481453 0.2578886 0.4441018 0.2609477 0.4433411 0.256656 0.4376088 0.2578886 0.4441018 0.256656 0.4376088 0.252915 0.4391309 0.2578886 0.4441018 0.2544799 0.4452474 0.258928 0.4497953 0.2512851 0.4460564 0.2528919 0.451187 0.2544799 0.4452474 0.2512851 0.4460564 0.2544799 0.4452474 0.252915 0.4391309 0.2512851 0.4460564 0.2495046 0.4402428 0.2487662 0.4467703 0.2512851 0.4460564 0.2487662 0.4467703 0.2507344 0.450574 0.2491462 0.4211689 0.2526763 0.4225673 0.2505689 0.4179697 0.2491462 0.4211689 0.2505689 0.4179697 0.2458099 0.4169288 0.2491462 0.4211689 0.2440114 0.4189877 0.2444052 0.4233204 0.2491462 0.4211689 0.2444052 0.4233204 0.2479589 0.4251525 0.2404056 0.4256833 0.2440646 0.4278357 0.2444052 0.4233204 0.2404056 0.4256833 0.2444052 0.4233204 0.2396436 0.4207749 0.2404056 0.4256833 0.2357341 0.4229336 0.2367776 0.4278271 0.2404056 0.4256833 0.2367776 0.4278271 0.2405185 0.4332659 0.2128069 0.4004254 0.2104278 0.3968189 0.2101985 0.4034464 0.2128069 0.4004254 0.2101985 0.4034464 0.2158612 0.4046152 0.2128069 0.4004254 0.2158612 0.4046152 0.2186974 0.4013494 0.2128069 0.4004254 0.2154772 0.3976219 0.2104278 0.3968189 0.2182711 0.3952534 0.2164099 0.3920045 0.2129777 0.3945412 0.2182711 0.3952534 0.2154772 0.3976219 0.2210813 0.399029 0.2182711 0.3952534 0.2210813 0.399029 0.2221432 0.395228 0.2182711 0.3952534 0.2221432 0.395228 0.2198287 0.3893815 0.2379584 0.4146418 0.2440114 0.4189877 0.2414215 0.4132011 0.2379584 0.4146418 0.2414215 0.4132011 0.2339596 0.4073489 0.2379584 0.4146418 0.2316601 0.4092317 0.2343304 0.4167714 0.2379584 0.4146418 0.2343304 0.4167714 0.2396436 0.4207749 0.2306439 0.419575 0.2357341 0.4229336 0.2343304 0.4167714 0.2306439 0.419575 0.2343304 0.4167714 0.2287929 0.4118047 0.2306439 0.419575 0.2253995 0.4153428 0.2274594 0.4226275 0.2306439 0.419575 0.2274594 0.4226275 0.2323279 0.4251671 0.2257893 0.403858 0.2316601 0.4092317 0.2274034 0.4017727 0.2257893 0.403858 0.2274034 0.4017727 0.2233781 0.3983949 0.2257893 0.403858 0.2210813 0.399029 0.2186974 0.4013494 0.2257893 0.403858 0.223359 0.4063706 0.2287929 0.4118047 0.2202653 0.4099719 0.2253995 0.4153428 0.2287929 0.4118047 0.2202653 0.4099719 0.223359 0.4063706 0.2158612 0.4046152 0.2202653 0.4099719 0.2158612 0.4046152 0.2127987 0.4083538 0.2202653 0.4099719 0.2168399 0.4141175 0.2253995 0.4153428 0.1866402 0.5367669 0.1813935 0.5334194 0.1830736 0.5414078 0.1866402 0.5367669 0.1830736 0.5414078 0.1869014 0.5439641 0.1866402 0.5367669 0.191651 0.5397208 0.1892378 0.5333319 0.1866402 0.5367669 0.1892378 0.5333319 0.1836244 0.5300721 0.2007685 0.5435459 0.19287 0.5472907 0.1994899 0.5524364 0.2007685 0.5435459 0.2099789 0.5489521 0.2065906 0.5404714 0.2007685 0.5435459 0.2065906 0.5404714 0.1952094 0.5362301 0.2007685 0.5435459 0.191651 0.5397208 0.19287 0.5472907 0.1856256 0.5552266 0.1790307 0.5643468 0.1901606 0.5602278 0.1856256 0.5552266 0.1901606 0.5602278 0.1994899 0.5524364 0.1856256 0.5552266 0.19287 0.5472907 0.1869014 0.5439641 0.1856256 0.5552266 0.1818244 0.5517525 0.1768605 0.5603103 0.1784807 0.5493446 0.1737659 0.5578996 0.1768605 0.5603103 0.1784807 0.5493446 0.1818244 0.5517525 0.1830736 0.5414078 0.1784807 0.5493446 0.1830736 0.5414078 0.1780599 0.5385457 0.1784807 0.5493446 0.1746061 0.5480978 0.1737659 0.5578996 0.1698336 0.5643953 0.1737659 0.5578996 0.1699912 0.5562725 0.1698336 0.5643953 0.1663168 0.5625296 0.1661967 0.5699023 0.1698336 0.5643953 0.1661967 0.5699023 0.1688512 0.5709689 0.1698336 0.5643953 0.1724501 0.5668612 0.1737659 0.5578996 0.1623681 0.5754916 0.1560689 0.5724611 0.1584364 0.5805467 0.1623681 0.5754916 0.1584364 0.5805467 0.164783 0.5849936 0.1623681 0.5754916 0.167589 0.5757992 0.1661967 0.5699023 0.1623681 0.5754916 0.1661967 0.5699023 0.1610659 0.567431 0.1730809 0.5716443 0.167589 0.5757992 0.1740911 0.5774477 0.1730809 0.5716443 0.1740911 0.5774477 0.1817685 0.5695053 0.1730809 0.5716443 0.1790307 0.5643468 0.1724501 0.5668612 0.1730809 0.5716443 0.1724501 0.5668612 0.1688512 0.5709689 0.3143484 0.3290721 0.319498 0.3286705 0.3142857 0.3253731 0.3143484 0.3290721 0.3142857 0.3253731 0.3092951 0.3295505 0.3143484 0.3290721 0.3092951 0.3295505 0.3145735 0.3321552 0.3143484 0.3290721 0.3145735 0.3321552 0.3198946 0.3314162 0.3151939 0.3347917 0.320416 0.3337942 0.3198946 0.3314162 0.3151939 0.3347917 0.3145735 0.3321552 0.3100444 0.3354407 0.3151939 0.3347917 0.3100444 0.3354407 0.3161882 0.3378348 0.3151939 0.3347917 0.3161882 0.3378348 0.320416 0.3337942 0.2742432 0.3301215 0.2814751 0.3304269 0.2746347 0.3240606 0.2742432 0.3301215 0.2746347 0.3240606 0.2669934 0.3235123 0.2742432 0.3301215 0.2663047 0.3303965 0.2679494 0.3371113 0.2742432 0.3301215 0.2754376 0.3359812 0.2814751 0.3304269 0.2772876 0.3419839 0.2834897 0.3400041 0.2754376 0.3359812 0.2772876 0.3419839 0.2754376 0.3359812 0.2706568 0.3440802 0.2772876 0.3419839 0.2706568 0.3440802 0.2798664 0.3479515 0.2772876 0.3419839 0.2798664 0.3479515 0.2834897 0.3400041 0.2594711 0.331633 0.2663047 0.3303965 0.259961 0.3241843 0.2594711 0.331633 0.259961 0.3241843 0.2499138 0.3256064 0.2594711 0.331633 0.2530058 0.3345426 0.2619921 0.3386648 0.2594711 0.331633 0.2619921 0.3386648 0.2679494 0.3371113 0.2653634 0.3460361 0.2706568 0.3440802 0.2679494 0.3371113 0.2653634 0.3460361 0.2619921 0.3386648 0.2602372 0.3483625 0.2653634 0.3460361 0.2602372 0.3483625 0.2642394 0.3551478 0.2653634 0.3460361 0.2692115 0.3530282 0.2706568 0.3440802 0.2304414 0.3603138 0.2329168 0.3562632 0.2294323 0.3546464 0.2304414 0.3603138 0.227397 0.359169 0.2255629 0.3632029 0.2304414 0.3603138 0.2282235 0.3639968 0.2331347 0.3620361 0.2304414 0.3603138 0.2331347 0.3620361 0.2329168 0.3562632 0.2356141 0.3645615 0.2390578 0.3618745 0.2331347 0.3620361 0.2356141 0.3645615 0.2331347 0.3620361 0.2324767 0.3669922 0.2356141 0.3645615 0.2324767 0.3669922 0.2340959 0.3692064 0.2356141 0.3645615 0.2378361 0.3673906 0.2390578 0.3618745 0.3302755 0.3502624 0.3313941 0.3472374 0.3264555 0.3496567 0.3302755 0.3502624 0.3264555 0.3496567 0.3291065 0.3536744 0.3302755 0.3502624 0.3291065 0.3536744 0.3325667 0.351728 0.3302755 0.3502624 0.3325667 0.351728 0.334263 0.3489972 0.3238877 0.3105506 0.3257125 0.3129591 0.3279964 0.3107659 0.3238877 0.3105506 0.3256983 0.308787 0.3220302 0.3076784 0.3238877 0.3105506 0.3220302 0.3076784 0.3204592 0.3118921 0.3238877 0.3105506 0.3204592 0.3118921 0.3257125 0.3129591 0.171568 0.5284138 0.1579509 0.5219349 0.1687223 0.5321463 0.171568 0.5284138 0.1687223 0.5321463 0.1780599 0.5385457 0.171568 0.5284138 0.1813935 0.5334194 0.1733179 0.524746 0.171568 0.5284138 0.1733179 0.524746 0.1593281 0.5178461 0.17496 0.5212178 0.1608284 0.5137547 0.1733179 0.524746 0.17496 0.5212178 0.1733179 0.524746 0.1836244 0.5300721 0.17496 0.5212178 0.1853139 0.5267614 0.1842213 0.5228242 0.17496 0.5212178 0.1768474 0.5177713 0.1626378 0.5094254 0.1413291 0.5141674 0.14087 0.5192719 0.1562628 0.5262078 0.1413291 0.5141674 0.1579509 0.5219349 0.1426646 0.5098651 0.1438857 0.5057446 0.1426646 0.5098651 0.1593281 0.5178461 0.1438857 0.5057446 0.1608284 0.5137547 0.1453486 0.5011072 0.1473425 0.5684477 0.1357607 0.5627676 0.143391 0.5719926 0.1473425 0.5684477 0.143391 0.5719926 0.1517672 0.5766118 0.1473425 0.5684477 0.1560689 0.5724611 0.1506494 0.5646325 0.1473425 0.5684477 0.1506494 0.5646325 0.1391059 0.5595374 0.1208961 0.5547375 0.1182408 0.5580197 0.1324887 0.5660188 0.1208961 0.5547375 0.1357607 0.5627676 0.1248968 0.5521883 0.2359071 0.3514769 0.2400973 0.3459898 0.2318698 0.3491468 0.2359071 0.3514769 0.2318698 0.3491468 0.2294323 0.3546464 0.2359071 0.3514769 0.2329168 0.3562632 0.2394554 0.3547374 0.2359071 0.3514769 0.2394554 0.3547374 0.2439709 0.3503035 0.2431144 0.3586749 0.2480442 0.3551708 0.2439709 0.3503035 0.2431144 0.3586749 0.2394554 0.3547374 0.2390578 0.3618745 0.2431144 0.3586749 0.2390578 0.3618745 0.2418902 0.3653418 0.2431144 0.3586749 0.2465719 0.3628266 0.2480442 0.3551708 0.2461724 0.3398365 0.2530058 0.3345426 0.241063 0.3353953 0.2461724 0.3398365 0.241063 0.3353953 0.2400973 0.3459898 0.2461724 0.3398365 0.2400973 0.3459898 0.2500059 0.3454674 0.2461724 0.3398365 0.2500059 0.3454674 0.2530058 0.3345426 0.254108 0.3515703 0.2602372 0.3483625 0.2563996 0.3412482 0.254108 0.3515703 0.2500059 0.3454674 0.2480442 0.3551708 0.254108 0.3515703 0.2480442 0.3551708 0.2519708 0.3601318 0.254108 0.3515703 0.2581762 0.357544 0.2602372 0.3483625 0.3303176 0.3998239 0.3285647 0.3998923 0.3291374 0.4042041 0.3303176 0.3998239 0.3316341 0.401832 0.3321933 0.3997906 0.3303176 0.3998239 0.3321933 0.3997906 0.3324796 0.3981447 0.3303176 0.3998239 0.330574 0.3977481 0.3288457 0.3974369 0.3310859 0.3957129 0.32933 0.3949807 0.330574 0.3977481 0.3310859 0.3957129 0.330574 0.3977481 0.3324796 0.3981447 0.3310859 0.3957129 0.3329671 0.396571 0.3330522 0.394445 0.3310859 0.3957129 0.3330522 0.394445 0.3310624 0.3914329 0.3434758 0.3981669 0.3488838 0.398706 0.3466235 0.395824 0.3434758 0.3981669 0.3420955 0.3960316 0.3387487 0.397647 0.3434758 0.3981669 0.3387487 0.397647 0.3384246 0.3995327 0.3434758 0.3981669 0.3431396 0.4006487 0.3488838 0.398706 0.3424142 0.4030486 0.3475978 0.405008 0.3431396 0.4006487 0.3424142 0.4030486 0.3431396 0.4006487 0.3384246 0.3995327 0.3424142 0.4030486 0.3378646 0.4013826 0.3403109 0.4043819 0.3424142 0.4030486 0.3403109 0.4043819 0.3445011 0.406629 0.3353835 0.3971654 0.3387487 0.397647 0.3390519 0.3964226 0.3353835 0.3971654 0.3361552 0.3957729 0.3338396 0.3955118 0.3353835 0.3971654 0.3329671 0.396571 0.3349838 0.3987188 0.3353835 0.3971654 0.3349838 0.3987188 0.3384246 0.3995327 0.3345833 0.4003033 0.3378646 0.4013826 0.3384246 0.3995327 0.3345833 0.4003033 0.3349838 0.3987188 0.3321933 0.3997906 0.3345833 0.4003033 0.3321933 0.3997906 0.3325952 0.4011637 0.3345833 0.4003033 0.3346973 0.4019436 0.3376281 0.4026463 0.307456 0.3978709 0.3052143 0.3977912 0.3083193 0.4004082 0.307456 0.3978709 0.3083193 0.4004082 0.3100282 0.3979681 0.307456 0.3978709 0.3100282 0.3979681 0.3078694 0.3952658 0.307456 0.3978709 0.3078694 0.3952658 0.3057067 0.3949002 0.3085321 0.3925757 0.306409 0.3919723 0.3057067 0.3949002 0.3085321 0.3925757 0.3078694 0.3952658 0.3104423 0.395621 0.3085321 0.3925757 0.3110538 0.3931511 0.31032 0.3901997 0.3085321 0.3925757 0.31032 0.3901997 0.306409 0.3919723 0.3272889 0.3947646 0.32933 0.3949807 0.3265267 0.3923548 0.3272889 0.3947646 0.3265267 0.3923548 0.3247969 0.3945981 0.3272889 0.3947646 0.3247969 0.3945981 0.3268733 0.3971189 0.3272889 0.3947646 0.3268733 0.3971189 0.3288457 0.3974369 0.3265435 0.3994846 0.3285647 0.3998923 0.3288457 0.3974369 0.3265435 0.3994846 0.3268733 0.3971189 0.3244086 0.3967896 0.3265435 0.3994846 0.3239971 0.399022 0.325022 0.4017006 0.3265435 0.3994846 0.325022 0.4017006 0.3285647 0.3998923 0.3216878 0.3940156 0.3247969 0.3945981 0.3246999 0.3929193 0.3216878 0.3940156 0.3223262 0.391766 0.3181684 0.3934403 0.3216878 0.3940156 0.3181684 0.3934403 0.3212037 0.3964446 0.3216878 0.3940156 0.3212037 0.3964446 0.3247969 0.3945981 0.3206693 0.3989257 0.3239971 0.399022 0.3212037 0.3964446 0.3206693 0.3989257 0.3212037 0.3964446 0.317573 0.3961271 0.3206693 0.3989257 0.3169706 0.398839 0.3204802 0.4013493 0.3206693 0.3989257 0.3204802 0.4013493 0.3233059 0.4006968 0.3144448 0.3932958 0.3181684 0.3934403 0.314691 0.3907988 0.3144448 0.3932958 0.314691 0.3907988 0.3119081 0.3913545 0.3144448 0.3932958 0.3110538 0.3931511 0.3138313 0.3958804 0.3144448 0.3932958 0.3138313 0.3958804 0.317573 0.3961271 0.3133116 0.3984053 0.3169706 0.398839 0.3138313 0.3958804 0.3133116 0.3984053 0.3138313 0.3958804 0.3104423 0.395621 0.3133116 0.3984053 0.3100282 0.3979681 0.3101791 0.399715 0.3133116 0.3984053 0.312619 0.4007752 0.3164331 0.4015672 0.3042137 0.3917436 0.306409 0.3919723 0.3034411 0.3885763 0.3042137 0.3917436 0.3034411 0.3885763 0.3013508 0.3913756 0.3042137 0.3917436 0.3013508 0.3913756 0.3035478 0.3946101 0.3042137 0.3917436 0.3035478 0.3946101 0.3057067 0.3949002 0.3029224 0.3974063 0.3052143 0.3977912 0.3035478 0.3946101 0.3029224 0.3974063 0.3035478 0.3946101 0.3007208 0.3942369 0.3029224 0.3974063 0.3000157 0.3969873 0.3010767 0.3998942 0.3029224 0.3974063 0.3010767 0.3998942 0.3045321 0.4026673 0.2789362 0.3957875 0.2757542 0.3958468 0.2798935 0.4026358 0.2789362 0.3957875 0.2806529 0.3993106 0.2825204 0.3960015 0.2789362 0.3957875 0.2825204 0.3960015 0.282481 0.3922988 0.2789362 0.3957875 0.2786838 0.3914786 0.2757542 0.3958468 0.2785219 0.3867389 0.2751549 0.3858801 0.2754788 0.3909929 0.2785219 0.3867389 0.2786838 0.3914786 0.2826347 0.3881176 0.2785219 0.3867389 0.2826347 0.3881176 0.2804591 0.3829136 0.2785219 0.3867389 0.2804591 0.3829136 0.2751549 0.3858801 0.2873904 0.3887487 0.2923876 0.3892787 0.2874599 0.3848468 0.2873904 0.3887487 0.2874599 0.3848468 0.2833109 0.3851863 0.2873904 0.3887487 0.2826347 0.3881176 0.2869344 0.3926984 0.2873904 0.3887487 0.2869344 0.3926984 0.2917299 0.393024 0.2867306 0.3963401 0.291292 0.3966569 0.2869344 0.3926984 0.2867306 0.3963401 0.2869344 0.3926984 0.282481 0.3922988 0.2867306 0.3963401 0.2825204 0.3960015 0.283007 0.3983463 0.2867306 0.3963401 0.2863112 0.3994221 0.2910751 0.3999394 0.2972249 0.3903541 0.3013508 0.3913756 0.3011994 0.3891277 0.2972249 0.3903541 0.2982042 0.3873292 0.2923876 0.3892787 0.2972249 0.3903541 0.2923876 0.3892787 0.2917299 0.393024 0.2972249 0.3903541 0.2965534 0.3936226 0.3013508 0.3913756 0.2959296 0.396805 0.3000157 0.3969873 0.2965534 0.3936226 0.2959296 0.396805 0.2965534 0.3936226 0.2917299 0.393024 0.2959296 0.396805 0.291292 0.3966569 0.2958347 0.3996325 0.2959296 0.396805 0.2958347 0.3996325 0.2991229 0.3988898 0.2726366 0.3868091 0.2751549 0.3858801 0.2700709 0.3830451 0.2726366 0.3868091 0.2700709 0.3830451 0.2686846 0.3876543 0.2726366 0.3868091 0.2686846 0.3876543 0.2728019 0.3915967 0.2726366 0.3868091 0.2728019 0.3915967 0.2754788 0.3909929 0.2727509 0.3963274 0.2757542 0.3958468 0.2728019 0.3915967 0.2727509 0.3963274 0.2728019 0.3915967 0.2684104 0.3917107 0.2727509 0.3963274 0.2678193 0.3958742 0.271876 0.4008384 0.2727509 0.3963274 0.271876 0.4008384 0.2798935 0.4026358 0.2318543 0.3801206 0.2294286 0.3782222 0.2299281 0.3820126 0.2318543 0.3801206 0.2299281 0.3820126 0.2332579 0.3842395 0.2318543 0.3801206 0.2353722 0.3824477 0.234095 0.3784516 0.2318543 0.3801206 0.234095 0.3784516 0.2313621 0.3761613 0.2367125 0.3771274 0.2340018 0.3746005 0.234095 0.3784516 0.2367125 0.3771274 0.234095 0.3784516 0.237758 0.3809223 0.2367125 0.3771274 0.2402539 0.3796229 0.2405618 0.3768638 0.2367125 0.3771274 0.2405618 0.3768638 0.2358925 0.3731157 0.2610164 0.3865445 0.2686846 0.3876543 0.2673417 0.3847578 0.2610164 0.3865445 0.2619068 0.3836905 0.2535955 0.3822185 0.2610164 0.3865445 0.2523634 0.3843787 0.2600612 0.3897556 0.2610164 0.3865445 0.2600612 0.3897556 0.2684104 0.3917107 0.2588527 0.393132 0.2678193 0.3958742 0.2600612 0.3897556 0.2588527 0.393132 0.2600612 0.3897556 0.2507022 0.3867602 0.2588527 0.393132 0.2489159 0.3893136 0.2572993 0.3965368 0.2588527 0.393132 0.2572993 0.3965368 0.2666012 0.3999168 0.2454566 0.3820557 0.2523634 0.3843787 0.2467975 0.3803319 0.2454566 0.3820557 0.2467975 0.3803319 0.2424206 0.3788572 0.2454566 0.3820557 0.2402539 0.3796229 0.2432807 0.3837538 0.2454566 0.3820557 0.2432807 0.3837538 0.2507022 0.3867602 0.2410743 0.3856321 0.2489159 0.3893136 0.2432807 0.3837538 0.2410743 0.3856321 0.2432807 0.3837538 0.237758 0.3809223 0.2410743 0.3856321 0.2353722 0.3824477 0.2390143 0.3877602 0.2410743 0.3856321 0.2390143 0.3877602 0.2470704 0.3920381 0.1483454 0.5906929 0.1439318 0.5867956 0.1413969 0.5898772 0.1483454 0.5906929 0.1458733 0.5938121 0.1515628 0.593346 0.1483454 0.5906929 0.1515628 0.593346 0.1533702 0.5899662 0.1483454 0.5906929 0.1509765 0.5876767 0.1439318 0.5867956 0.1552041 0.5942288 0.1512482 0.5994357 0.1532728 0.6036151 0.1552041 0.5942288 0.1593319 0.5952662 0.1570534 0.5887444 0.1552041 0.5942288 0.1570534 0.5887444 0.1533702 0.5899662 0.1552041 0.5942288 0.1515628 0.593346 0.1512482 0.5994357 0.1544896 0.5844515 0.1570534 0.5887444 0.1584364 0.5805467 0.1544896 0.5844515 0.1584364 0.5805467 0.1517672 0.5766118 0.1544896 0.5844515 0.1487044 0.5803872 0.1462897 0.5837832 0.1544896 0.5844515 0.1509765 0.5876767 0.1570534 0.5887444 0.2441173 0.2510626 0.2457497 0.2470067 0.2413392 0.2497467 0.2441173 0.2510626 0.2413392 0.2497467 0.2427161 0.2551974 0.2441173 0.2510626 0.2427161 0.2551974 0.2464902 0.2519876 0.2441173 0.2510626 0.2464902 0.2519876 0.2478527 0.2477495 0.2491796 0.2525064 0.2501344 0.2482897 0.2478527 0.2477495 0.2491796 0.2525064 0.2464902 0.2519876 0.2480998 0.2567279 0.2491796 0.2525064 0.2480998 0.2567279 0.2525029 0.2529911 0.2491796 0.2525064 0.2525029 0.2529911 0.2501344 0.2482897 0.2270549 0.2931886 0.2314794 0.2847546 0.2209446 0.2895271 0.2270549 0.2931886 0.2209446 0.2895271 0.215143 0.2984145 0.2270549 0.2931886 0.2223469 0.3028186 0.2302901 0.3051065 0.2270549 0.2931886 0.233473 0.2952684 0.2314794 0.2847546 0.2403302 0.2966808 0.2415796 0.2875241 0.2364915 0.2863883 0.2403302 0.2966808 0.233473 0.2952684 0.2390002 0.3067657 0.2403302 0.2966808 0.2390002 0.3067657 0.2481496 0.3065486 0.2403302 0.2966808 0.2476962 0.2967396 0.2415796 0.2875241 0.2184559 0.3119819 0.2223469 0.3028186 0.2101861 0.3071489 0.2184559 0.3119819 0.2101861 0.3071489 0.2038538 0.3183751 0.2184559 0.3119819 0.2157583 0.3211359 0.2260122 0.3225054 0.2184559 0.3119819 0.2279832 0.3139398 0.2223469 0.3028186 0.2382517 0.3157663 0.2390002 0.3067657 0.2279832 0.3139398 0.2382517 0.3157663 0.2279832 0.3139398 0.2367432 0.3242694 0.2382517 0.3157663 0.2367432 0.3242694 0.2499138 0.3256064 0.2382517 0.3157663 0.2487341 0.315165 0.2390002 0.3067657 0.2163491 0.3589768 0.215771 0.3544304 0.2114674 0.3559207 0.2163491 0.3589768 0.212926 0.3605034 0.2141749 0.3640553 0.2163491 0.3589768 0.2168619 0.3625687 0.2200971 0.3582167 0.2163491 0.3589768 0.2200971 0.3582167 0.215771 0.3544304 0.2238643 0.3583753 0.2251597 0.3538461 0.2204792 0.3537962 0.2238643 0.3583753 0.2200971 0.3582167 0.2227131 0.3622465 0.2238643 0.3583753 0.2227131 0.3622465 0.2255629 0.3632029 0.2238643 0.3583753 0.227397 0.359169 0.2251597 0.3538461 0.2677165 0.2466671 0.2658826 0.2448076 0.2658301 0.2497135 0.2677165 0.2466671 0.2658301 0.2497135 0.2698546 0.248745 0.2677165 0.2466671 0.2698546 0.248745 0.2713073 0.2477511 0.2677165 0.2466671 0.2698157 0.2448956 0.2658826 0.2448076 0.2325057 0.2360842 0.2352175 0.2358317 0.2343518 0.2328592 0.2325057 0.2360842 0.2316642 0.2336474 0.2293735 0.2361633 0.2325057 0.2360842 0.2293735 0.2361633 0.2323318 0.2394701 0.2325057 0.2360842 0.2323318 0.2394701 0.2352175 0.2358317 0.136702 0.5821803 0.1264756 0.5766004 0.1341613 0.5853572 0.136702 0.5821803 0.1341613 0.5853572 0.1439318 0.5867956 0.136702 0.5821803 0.1439318 0.5867956 0.1462897 0.5837832 0.136702 0.5821803 0.1389542 0.579047 0.1264756 0.5766004 0.1408895 0.5755885 0.1303991 0.5695659 0.1286691 0.5731721 0.1408895 0.5755885 0.1389542 0.579047 0.1487044 0.5803872 0.1408895 0.5755885 0.1487044 0.5803872 0.143391 0.5719926 0.1408895 0.5755885 0.143391 0.5719926 0.1324887 0.5660188 0.113072 0.5698096 0.1108668 0.5737595 0.12403 0.5800514 0.113072 0.5698096 0.1264756 0.5766004 0.1286691 0.5731721 0.116588 0.5618301 0.1151332 0.5658622 0.1303991 0.5695659 0.116588 0.5618301 0.1303991 0.5695659 0.1324887 0.5660188 0.2150618 0.3479751 0.2145665 0.3399611 0.2076911 0.3410299 0.2150618 0.3479751 0.2095892 0.3492764 0.215771 0.3544304 0.2150618 0.3479751 0.215771 0.3544304 0.2204792 0.3537962 0.2150618 0.3479751 0.2209879 0.3477177 0.2145665 0.3399611 0.2267436 0.348001 0.229205 0.3409646 0.2219862 0.3402197 0.2267436 0.348001 0.2209879 0.3477177 0.2251597 0.3538461 0.2267436 0.348001 0.2251597 0.3538461 0.2294323 0.3546464 0.2267436 0.348001 0.2318698 0.3491468 0.229205 0.3409646 0.2146303 0.3307386 0.2157583 0.3211359 0.2061731 0.3316404 0.2146303 0.3307386 0.2061731 0.3316404 0.2145665 0.3399611 0.2146303 0.3307386 0.2145665 0.3399611 0.2219862 0.3402197 0.2146303 0.3307386 0.2238371 0.3315405 0.2157583 0.3211359 0.2331329 0.3328614 0.2367432 0.3242694 0.2260122 0.3225054 0.2331329 0.3328614 0.2238371 0.3315405 0.229205 0.3409646 0.2331329 0.3328614 0.229205 0.3409646 0.2354874 0.3427149 0.2331329 0.3328614 0.241063 0.3353953 0.2367432 0.3242694 0.3147587 0.4587371 0.3131071 0.4576747 0.3107389 0.4616862 0.3147587 0.4587371 0.3146699 0.4614109 0.3165751 0.4598804 0.3147587 0.4587371 0.3165751 0.4598804 0.3177803 0.4583166 0.3147587 0.4587371 0.3163114 0.4569124 0.3131071 0.4576747 0.318066 0.4553087 0.3170999 0.4538325 0.3150519 0.4556432 0.318066 0.4553087 0.3163114 0.4569124 0.3177803 0.4583166 0.318066 0.4553087 0.3191785 0.4568716 0.3206727 0.4549722 0.318066 0.4553087 0.3206727 0.4549722 0.3212063 0.4514445 0.3281236 0.4631672 0.3329009 0.466149 0.33249 0.4618731 0.3281236 0.4631672 0.3280475 0.4600701 0.3239712 0.4605119 0.3281236 0.4631672 0.3239712 0.4605119 0.3225812 0.4626145 0.3281236 0.4631672 0.3263224 0.4660059 0.3329009 0.466149 0.3239558 0.468352 0.3274769 0.4729477 0.3263224 0.4660059 0.3239558 0.468352 0.3263224 0.4660059 0.3225812 0.4626145 0.3239558 0.468352 0.3208269 0.464381 0.3209689 0.4687044 0.3239558 0.468352 0.3209689 0.4687044 0.3232654 0.4731033 0.3210682 0.4585097 0.3239712 0.4605119 0.3249517 0.4592034 0.3210682 0.4585097 0.3226162 0.4572822 0.3206616 0.456193 0.3210682 0.4585097 0.3191785 0.4568716 0.3198021 0.4601344 0.3210682 0.4585097 0.3198021 0.4601344 0.3239712 0.4605119 0.3184822 0.4616594 0.3208269 0.464381 0.3225812 0.4626145 0.3184822 0.4616594 0.3198021 0.4601344 0.3165751 0.4598804 0.3184822 0.4616594 0.3165751 0.4598804 0.3160547 0.4614108 0.3184822 0.4616594 0.317515 0.4633727 0.3208269 0.464381 0.2953522 0.4387141 0.2935226 0.4371555 0.2896053 0.4408585 0.2953522 0.4387141 0.2945773 0.4420472 0.2976208 0.44097 0.2953522 0.4387141 0.2976208 0.44097 0.2995827 0.438884 0.2953522 0.4387141 0.2974303 0.4364698 0.2935226 0.4371555 0.2997648 0.4343423 0.2983779 0.4323508 0.2958245 0.4347186 0.2997648 0.4343423 0.2974303 0.4364698 0.3017397 0.4368982 0.2997648 0.4343423 0.3017397 0.4368982 0.3031368 0.4336926 0.2997648 0.4343423 0.3031368 0.4336926 0.302009 0.4283633 0.3156496 0.4524541 0.3170999 0.4538325 0.3167499 0.4497641 0.3156496 0.4524541 0.3167499 0.4497641 0.3137743 0.4505528 0.3156496 0.4524541 0.3137743 0.4505528 0.3118477 0.4523172 0.3156496 0.4524541 0.3136584 0.4542307 0.3150519 0.4556432 0.3116942 0.4561383 0.3131071 0.4576747 0.3150519 0.4556432 0.3116942 0.4561383 0.3136584 0.4542307 0.3118477 0.4523172 0.3116942 0.4561383 0.3099119 0.4541211 0.308876 0.4570874 0.3116942 0.4561383 0.308876 0.4570874 0.3131071 0.4576747 0.3115333 0.4475076 0.3137743 0.4505528 0.3148798 0.4488652 0.3115333 0.4475076 0.3137615 0.4458995 0.3087088 0.4438738 0.3115333 0.4475076 0.3087088 0.4438738 0.306265 0.4461457 0.3115333 0.4475076 0.309337 0.449545 0.3137743 0.4505528 0.3071526 0.4516159 0.3099119 0.4541211 0.309337 0.449545 0.3071526 0.4516159 0.309337 0.449545 0.306265 0.4461457 0.3071526 0.4516159 0.3038876 0.4484823 0.305356 0.4537528 0.3071526 0.4516159 0.305356 0.4537528 0.3081562 0.4551225 0.3050826 0.4402064 0.3087088 0.4438738 0.3070824 0.4380742 0.3050826 0.4402064 0.3070824 0.4380742 0.3038512 0.4360256 0.3050826 0.4402064 0.3017397 0.4368982 0.3027706 0.4423507 0.3050826 0.4402064 0.3027706 0.4423507 0.306265 0.4461457 0.3005881 0.4445798 0.3038876 0.4484823 0.306265 0.4461457 0.3005881 0.4445798 0.3027706 0.4423507 0.2976208 0.44097 0.3005881 0.4445798 0.2976208 0.44097 0.296709 0.4430063 0.3005881 0.4445798 0.2984204 0.4464309 0.3038876 0.4484823 0.2967991 0.4307355 0.2983779 0.4323508 0.302009 0.4283633 0.2967991 0.4307355 0.2975229 0.4268695 0.2942829 0.4282616 0.2967991 0.4307355 0.2942829 0.4282616 0.2917879 0.4309409 0.2967991 0.4307355 0.2942767 0.4332406 0.2958245 0.4347186 0.2918727 0.4356373 0.2935226 0.4371555 0.2942767 0.4332406 0.2918727 0.4356373 0.2942767 0.4332406 0.2917879 0.4309409 0.2918727 0.4356373 0.2893002 0.433389 0.2882587 0.436448 0.2918727 0.4356373 0.2882587 0.436448 0.2896053 0.4408585 0.2668755 0.4156178 0.2644683 0.4143496 0.265232 0.4201332 0.2668755 0.4156178 0.265232 0.4201332 0.2700482 0.4175066 0.2668755 0.4156178 0.2700482 0.4175066 0.2707687 0.4114245 0.2668755 0.4156178 0.2707687 0.4114245 0.2687018 0.4099152 0.274066 0.4073774 0.2722531 0.4056429 0.2707687 0.4114245 0.274066 0.4073774 0.2707687 0.4114245 0.2762992 0.4101301 0.274066 0.4073774 0.2762992 0.4101301 0.2778927 0.405547 0.274066 0.4073774 0.2778927 0.405547 0.2722531 0.4056429 0.2802433 0.4138604 0.2851032 0.4184285 0.28766 0.4154997 0.2802433 0.4138604 0.2824706 0.4106634 0.2787742 0.4084579 0.2802433 0.4138604 0.2762992 0.4101301 0.2773129 0.4173626 0.2802433 0.4138604 0.2773129 0.4173626 0.2821483 0.4217967 0.2743004 0.420938 0.2792971 0.4252148 0.2773129 0.4173626 0.2743004 0.420938 0.2773129 0.4173626 0.273353 0.4137845 0.2743004 0.420938 0.2700482 0.4175066 0.2685266 0.4204491 0.2743004 0.420938 0.2713695 0.4237962 0.2768328 0.4281427 0.2900837 0.4236941 0.2942829 0.4282616 0.2951232 0.4256668 0.2900837 0.4236941 0.2925748 0.421324 0.2851032 0.4184285 0.2900837 0.4236941 0.2851032 0.4184285 0.2821483 0.4217967 0.2900837 0.4236941 0.2873592 0.4267246 0.2942829 0.4282616 0.2847027 0.42964 0.2893002 0.433389 0.2873592 0.4267246 0.2847027 0.42964 0.2873592 0.4267246 0.2821483 0.4217967 0.2847027 0.42964 0.2792971 0.4252148 0.2827422 0.4322077 0.2847027 0.42964 0.2827422 0.4322077 0.286947 0.4343007 0.2695698 0.4049671 0.2722531 0.4056429 0.271876 0.4008384 0.2695698 0.4049671 0.271876 0.4008384 0.2666012 0.3999168 0.2695698 0.4049671 0.2644456 0.4036105 0.2662945 0.4088892 0.2695698 0.4049671 0.2662945 0.4088892 0.2687018 0.4099152 0.2625124 0.4127803 0.2644683 0.4143496 0.2662945 0.4088892 0.2625124 0.4127803 0.2662945 0.4088892 0.2616917 0.4070057 0.2625124 0.4127803 0.2586785 0.410153 0.2568469 0.4140761 0.2625124 0.4127803 0.2568469 0.4140761 0.2617927 0.4229146 0.2251719 0.3882335 0.2223384 0.3868449 0.2198287 0.3893815 0.2251719 0.3882335 0.2257372 0.3915403 0.2288579 0.3906174 0.2251719 0.3882335 0.2288579 0.3906174 0.2301645 0.3885339 0.2251719 0.3882335 0.2267096 0.3860847 0.2223384 0.3868449 0.2282541 0.3840059 0.226121 0.3824423 0.2243117 0.3844976 0.2282541 0.3840059 0.2267096 0.3860847 0.2315766 0.3863381 0.2282541 0.3840059 0.2315766 0.3863381 0.2332579 0.3842395 0.2282541 0.3840059 0.2299281 0.3820126 0.226121 0.3824423 0.2553098 0.3998334 0.2644456 0.4036105 0.2572993 0.3965368 0.2553098 0.3998334 0.2572993 0.3965368 0.2470704 0.3920381 0.2553098 0.3998334 0.245231 0.3949334 0.253038 0.402924 0.2553098 0.3998334 0.253038 0.402924 0.2616917 0.4070057 0.2506376 0.4057111 0.2586785 0.410153 0.253038 0.402924 0.2506376 0.4057111 0.253038 0.402924 0.2433722 0.3977795 0.2506376 0.4057111 0.2414682 0.4003566 0.2487262 0.408154 0.2506376 0.4057111 0.2487262 0.408154 0.2551039 0.4112032 0.2372778 0.3902078 0.245231 0.3949334 0.2470704 0.3920381 0.2372778 0.3902078 0.2390143 0.3877602 0.2315766 0.3863381 0.2372778 0.3902078 0.2315766 0.3863381 0.2301645 0.3885339 0.2372778 0.3902078 0.2357332 0.3927075 0.245231 0.3949334 0.2342492 0.3949919 0.2414682 0.4003566 0.2433722 0.3977795 0.2342492 0.3949919 0.2357332 0.3927075 0.2288579 0.3906174 0.2342492 0.3949919 0.2288579 0.3906174 0.2287556 0.3927483 0.2342492 0.3949919 0.2325856 0.3966056 0.2414682 0.4003566 0.06860595 0.45013 0.06313228 0.4477394 0.06011754 0.4538601 0.06860595 0.45013 0.07085818 0.4567902 0.07601928 0.4528542 0.06860595 0.45013 0.07601928 0.4528542 0.07779878 0.4477454 0.06860595 0.45013 0.07072877 0.4442574 0.06313228 0.4477394 0.07429391 0.4392161 0.07065039 0.4341839 0.06611937 0.4408667 0.07429391 0.4392161 0.07072877 0.4442574 0.07779878 0.4477454 0.07429391 0.4392161 0.0806356 0.4437946 0.08140248 0.4362475 0.07429391 0.4392161 0.08140248 0.4362475 0.07896447 0.4296576 0.2233594 0.4992949 0.2272507 0.4935647 0.216123 0.4897753 0.2233594 0.4992949 0.216123 0.4897753 0.2118997 0.4957248 0.2233594 0.4992949 0.2192878 0.5049708 0.224483 0.5115512 0.2233594 0.4992949 0.2283221 0.5065253 0.2272507 0.4935647 0.1549279 0.4827146 0.1504688 0.4888883 0.1683061 0.4992755 0.1549279 0.4827146 0.1732906 0.4933111 0.1596513 0.4761725 0.1635038 0.4687018 0.1596513 0.4761725 0.1786396 0.4865903 0.1635038 0.4687018 0.1830966 0.4789735 0.1869505 0.47161 0.1872683 0.5048413 0.1732906 0.4933111 0.1827101 0.5102663 0.1872683 0.5048413 0.1827101 0.5102663 0.1949074 0.5219111 0.1872683 0.5048413 0.1984015 0.5150353 0.192301 0.498331 0.1872683 0.5048413 0.192301 0.498331 0.1786396 0.4865903 0.1971007 0.4909926 0.1830966 0.4789735 0.192301 0.498331 0.1971007 0.4909926 0.192301 0.498331 0.2071443 0.5023253 0.1971007 0.4909926 0.2071443 0.5023253 0.2118997 0.4957248 0.1971007 0.4909926 0.2015525 0.4838743 0.1830966 0.4789735 0.1173995 0.4540206 0.0806356 0.4437946 0.1144912 0.459441 0.1112974 0.464893 0.1144912 0.459441 0.07779878 0.4477454 0.2148556 0.510538 0.2192878 0.5049708 0.2071443 0.5023253 0.2148556 0.510538 0.2071443 0.5023253 0.2024479 0.5089659 0.2148556 0.510538 0.210893 0.5160657 0.2205812 0.5160357 0.2148556 0.510538 0.2205812 0.5160357 0.224483 0.5115512 0.2082306 0.5216231 0.1984015 0.5150353 0.2070683 0.52764 0.2082306 0.5216231 0.2070683 0.52764 0.2160096 0.5255725 0.2082306 0.5216231 0.2160096 0.5255725 0.2174718 0.5205269 0.2082306 0.5216231 0.210893 0.5160657 0.2024479 0.5089659 0.1391277 0.6264428 0.1352797 0.6335795 0.138405 0.6356391 0.1391277 0.6264428 0.142175 0.628524 0.1430374 0.618827 0.1391277 0.6264428 0.1430374 0.618827 0.1405499 0.6174781 0.1391277 0.6264428 0.1365993 0.6246305 0.1352797 0.6335795 0.1344019 0.622588 0.1304939 0.6287139 0.1365993 0.6246305 0.1344019 0.622588 0.1365993 0.6246305 0.1384122 0.6159907 0.1344019 0.622588 0.1384122 0.6159907 0.1361253 0.6141369 0.1344019 0.622588 0.1321013 0.6202816 0.1283673 0.6258761 0.1262061 0.6431795 0.127122 0.6462932 0.1294318 0.6426716 0.1262061 0.6431795 0.1294318 0.6426716 0.1272215 0.6388385 0.1262061 0.6431795 0.1247809 0.639295 0.1230817 0.6381481 0.1262061 0.6431795 0.1230474 0.6407139 0.1219878 0.6436417 0.1235504 0.6345795 0.1257383 0.6348108 0.1249129 0.631512 0.1235504 0.6345795 0.1230273 0.6300428 0.1195586 0.6273039 0.1235504 0.6345795 0.1216517 0.6340726 0.1230817 0.6381481 0.1235504 0.6345795 0.1247809 0.639295 0.1257383 0.6348108 0.1204283 0.6352343 0.1216517 0.6340726 0.1172899 0.6287694 0.1204283 0.6352343 0.1172899 0.6287694 0.1157402 0.630257 0.1204283 0.6352343 0.1195425 0.6372303 0.1230474 0.6407139 0.1204283 0.6352343 0.1230474 0.6407139 0.1230817 0.6381481 0.132252 0.6392303 0.1294318 0.6426716 0.1353139 0.641836 0.132252 0.6392303 0.1353139 0.641836 0.138405 0.6356391 0.132252 0.6392303 0.1352797 0.6335795 0.1296738 0.6361416 0.132252 0.6392303 0.1296738 0.6361416 0.1272215 0.6388385 0.1278294 0.6328218 0.1257383 0.6348108 0.1296738 0.6361416 0.1278294 0.6328218 0.1296738 0.6361416 0.1326342 0.6313553 0.1278294 0.6328218 0.1304939 0.6287139 0.1260645 0.6295723 0.1278294 0.6328218 0.1260645 0.6295723 0.1249129 0.631512 0.1462498 0.6117391 0.1430374 0.618827 0.1461505 0.6207785 0.1462498 0.6117391 0.1498585 0.6126907 0.1479924 0.6061163 0.1462498 0.6117391 0.1479924 0.6061163 0.1452511 0.6077036 0.1462498 0.6117391 0.143467 0.6114097 0.1430374 0.618827 0.1413838 0.6104683 0.1384122 0.6159907 0.1405499 0.6174781 0.1413838 0.6104683 0.143467 0.6114097 0.144137 0.6060827 0.1413838 0.6104683 0.144137 0.6060827 0.1422262 0.6042436 0.1413838 0.6104683 0.1392979 0.6087903 0.1384122 0.6159907 0.1474922 0.6028961 0.1479924 0.6061163 0.1532728 0.6036151 0.1474922 0.6028961 0.1512482 0.5994357 0.1455176 0.6004991 0.1474922 0.6028961 0.1455176 0.6004991 0.1422262 0.6042436 0.1474922 0.6028961 0.144137 0.6060827 0.1479924 0.6061163 0.1428371 0.597346 0.1458733 0.5938121 0.1384512 0.5934805 0.1428371 0.597346 0.1384512 0.5934805 0.1353295 0.5977439 0.1428371 0.597346 0.1395953 0.6014428 0.1455176 0.6004991 0.1428371 0.597346 0.1455176 0.6004991 0.1487653 0.5970391 0.2024677 0.3886231 0.2027524 0.3920767 0.205491 0.3901718 0.2024677 0.3886231 0.206167 0.3862788 0.2021976 0.385295 0.2024677 0.3886231 0.2021976 0.385295 0.1975731 0.3877452 0.2024677 0.3886231 0.1985175 0.3910833 0.2027524 0.3920767 0.2019563 0.382218 0.2068728 0.37994 0.201955 0.37919 0.2019563 0.382218 0.201955 0.37919 0.1967893 0.3805387 0.2019563 0.382218 0.1969562 0.3843039 0.2021976 0.385295 0.2019563 0.382218 0.2021976 0.385295 0.2066814 0.3827476 0.2024046 0.3760092 0.1971948 0.3762284 0.201955 0.37919 0.2024046 0.3760092 0.201955 0.37919 0.2069814 0.3775824 0.2024046 0.3760092 0.207248 0.3754011 0.2034828 0.3726088 0.2024046 0.3760092 0.2034828 0.3726088 0.1985969 0.3715196 0.09335529 0.5942775 0.09197026 0.5976117 0.09707593 0.5989388 0.09335529 0.5942775 0.09902101 0.5962147 0.09540766 0.5915791 0.09394198 0.6023483 0.09644812 0.6069985 0.1078177 0.6107852 0.09394198 0.6023483 0.10067 0.6030719 0.09707593 0.5989388 0.1056644 0.6005186 0.10067 0.6030719 0.1078177 0.6107852 0.1056644 0.6005186 0.1126837 0.6057489 0.1158875 0.5999248 0.1056644 0.6005186 0.1086688 0.5962941 0.1017046 0.5934758 0.1056644 0.6005186 0.09902101 0.5962147 0.10067 0.6030719 0.09543794 0.5887498 0.09540766 0.5915791 0.1014888 0.590422 0.09543794 0.5887498 0.1014888 0.590422 0.1015384 0.5880702 0.1094264 0.5920043 0.1086688 0.5962941 0.1179691 0.5943746 0.1094264 0.5920043 0.1179691 0.5943746 0.1180292 0.5879196 0.1094264 0.5920043 0.1071007 0.5878093 0.1014888 0.590422 0.1094264 0.5920043 0.1014888 0.590422 0.1017046 0.5934758 0.1008548 0.5838695 0.1071007 0.5878093 0.1060849 0.5813592 0.1008548 0.5838695 0.09630179 0.5860824 0.1015384 0.5880702 0.2577901 0.2451591 0.2574343 0.2486817 0.2625909 0.2479221 0.2577901 0.2451591 0.2617411 0.2448645 0.2612751 0.2430434 0.2577901 0.2451591 0.2579957 0.2424412 0.2548114 0.241294 0.2577901 0.2451591 0.2539398 0.2448051 0.2574343 0.2486817 0.3324122 0.3449866 0.3313941 0.3472374 0.3349595 0.3468353 0.3324122 0.3449866 0.3349595 0.3468353 0.3351559 0.344958 0.3324122 0.3449866 0.3333799 0.3431229 0.3299856 0.342552 0.3324122 0.3449866 0.3299856 0.342552 0.3269927 0.3451871 0.3274721 0.3144404 0.3257125 0.3129591 0.3256706 0.3172606 0.3274721 0.3144404 0.3256706 0.3172606 0.3280234 0.3180735 0.3274721 0.3144404 0.329199 0.3154581 0.329622 0.3121935 0.3274721 0.3144404 0.329622 0.3121935 0.3279964 0.3107659 0.2513263 0.2443392 0.2501344 0.2482897 0.2531448 0.2486072 0.2513263 0.2443392 0.2539398 0.2448051 0.2526369 0.2405218 0.2513263 0.2443392 0.2526369 0.2405218 0.250908 0.2399296 0.2513263 0.2443392 0.2493473 0.2437739 0.2501344 0.2482897 0.2474004 0.2431217 0.2457497 0.2470067 0.2478527 0.2477495 0.2474004 0.2431217 0.2493473 0.2437739 0.2490603 0.2393222 0.2474004 0.2431217 0.2490603 0.2393222 0.2466653 0.2386189 0.2474004 0.2431217 0.245015 0.2420526 0.2432709 0.245693 0.1533063 0.3008266 0.1547686 0.2992833 0.1514148 0.2986356 0.1533063 0.3008266 0.1514148 0.2986356 0.1499882 0.3002149 0.1533063 0.3008266 0.1520165 0.3029265 0.1550223 0.3033873 0.1533063 0.3008266 0.1550223 0.3033873 0.1571274 0.3012439 0.1508887 0.3062607 0.1476523 0.3027831 0.1447787 0.3054468 0.1508887 0.3062607 0.1491158 0.309622 0.1539498 0.3078467 0.1508887 0.3062607 0.1539498 0.3078467 0.1536464 0.3047789 0.1508887 0.3062607 0.1520165 0.3029265 0.1476523 0.3027831 0.1569423 0.3065441 0.1539498 0.3078467 0.160071 0.3111588 0.1569423 0.3065441 0.160071 0.3111588 0.1639501 0.3077345 0.1569423 0.3065441 0.1598391 0.3037723 0.1550223 0.3033873 0.1569423 0.3065441 0.1550223 0.3033873 0.1536464 0.3047789 0.1564142 0.2976192 0.1539517 0.2960355 0.1547686 0.2992833 0.1564142 0.2976192 0.1547686 0.2992833 0.1571274 0.3012439 0.1564142 0.2976192 0.1592386 0.2990934 0.1587277 0.2961262 0.1564142 0.2976192 0.1587277 0.2961262 0.1558643 0.2942932 0.1626129 0.3009506 0.1598391 0.3037723 0.1639501 0.3077345 0.1626129 0.3009506 0.1675816 0.3040515 0.1638643 0.2980637 0.1626129 0.3009506 0.1638643 0.2980637 0.160678 0.2977186 0.1626129 0.3009506 0.1592386 0.2990934 0.1598391 0.3037723 0.1621941 0.2950965 0.1638643 0.2980637 0.1656074 0.2932407 0.1621941 0.2950965 0.1656074 0.2932407 0.1610891 0.2892953 0.1621941 0.2950965 0.1584721 0.2920967 0.1587277 0.2961262 0.1621941 0.2950965 0.1587277 0.2961262 0.160678 0.2977186 0.1489685 0.2965875 0.1514148 0.2986356 0.1501989 0.2952752 0.1489685 0.2965875 0.1501989 0.2952752 0.1476 0.2928209 0.1489685 0.2965875 0.1460087 0.294427 0.1472032 0.2976711 0.1489685 0.2965875 0.1472032 0.2976711 0.1499882 0.3002149 0.1425771 0.2918987 0.144578 0.2901208 0.1410949 0.2870956 0.1425771 0.2918987 0.1388642 0.2889224 0.1370117 0.292208 0.1425771 0.2918987 0.1419152 0.2943726 0.1460087 0.294427 0.1425771 0.2918987 0.1460087 0.294427 0.144578 0.2901208 0.1441341 0.2984105 0.1419152 0.2943726 0.1407302 0.2995187 0.1441341 0.2984105 0.1407302 0.2995187 0.1447787 0.3054468 0.1441341 0.2984105 0.1476523 0.3027831 0.1472032 0.2976711 0.1441341 0.2984105 0.1472032 0.2976711 0.144981 0.2954429 0.1516636 0.2938498 0.1501989 0.2952752 0.152535 0.297443 0.1516636 0.2938498 0.1539517 0.2960355 0.1558643 0.2942932 0.1516636 0.2938498 0.1529306 0.2919244 0.1492413 0.2911868 0.1516636 0.2938498 0.1492413 0.2911868 0.1501989 0.2952752 0.1535682 0.2891122 0.1584721 0.2920967 0.1610891 0.2892953 0.1535682 0.2891122 0.1545494 0.2858484 0.1490228 0.2873885 0.1535682 0.2891122 0.1490228 0.2873885 0.1503523 0.2900962 0.1535682 0.2891122 0.1529306 0.2919244 0.1584721 0.2920967 0.1463763 0.2881711 0.1490228 0.2873885 0.1464361 0.2828949 0.1463763 0.2881711 0.1429612 0.2849195 0.1410949 0.2870956 0.1463763 0.2881711 0.144578 0.2901208 0.1476 0.2928209 0.1463763 0.2881711 0.1492413 0.2911868 0.1490228 0.2873885 0.2918636 0.3322423 0.2921956 0.33404 0.2943503 0.3325666 0.2918636 0.3322423 0.2943503 0.3325666 0.2939342 0.3305855 0.2918636 0.3322423 0.2909964 0.3300868 0.2893352 0.3315609 0.2918636 0.3322423 0.2893352 0.3315609 0.2897791 0.3342811 0.2891466 0.3271289 0.293393 0.3271075 0.2932501 0.3229109 0.2891466 0.3271289 0.2878897 0.3233735 0.2865839 0.3281365 0.2891466 0.3271289 0.2865839 0.3281365 0.2889403 0.3298705 0.2891466 0.3271289 0.2909964 0.3300868 0.293393 0.3271075 0.2861891 0.3309312 0.2865839 0.3281365 0.2814751 0.3304269 0.2861891 0.3309312 0.2814751 0.3304269 0.2824202 0.3351872 0.2861891 0.3309312 0.2868607 0.334642 0.2893352 0.3315609 0.2861891 0.3309312 0.2893352 0.3315609 0.2889403 0.3298705 0.2924398 0.3359242 0.2948011 0.3352106 0.2921956 0.33404 0.2924398 0.3359242 0.2921956 0.33404 0.2897791 0.3342811 0.2924398 0.3359242 0.290188 0.3370702 0.2923924 0.3382121 0.2924398 0.3359242 0.2923924 0.3382121 0.295142 0.3371692 0.2874972 0.3383982 0.2868607 0.334642 0.2824202 0.3351872 0.2874972 0.3383982 0.2834897 0.3400041 0.2888947 0.3409933 0.2874972 0.3383982 0.2888947 0.3409933 0.2904571 0.33884 0.2874972 0.3383982 0.290188 0.3370702 0.2868607 0.334642 0.2918493 0.3412206 0.2888947 0.3409933 0.2919393 0.345022 0.2918493 0.3412206 0.2919393 0.345022 0.2959703 0.3402224 0.2918493 0.3412206 0.2959703 0.3402224 0.2923924 0.3382121 0.2918493 0.3412206 0.2923924 0.3382121 0.2904571 0.33884 0.2973713 0.3321245 0.2943503 0.3325666 0.2946398 0.3338438 0.2973713 0.3321245 0.2976413 0.3336179 0.3008801 0.3312671 0.2973713 0.3321245 0.3008801 0.3312671 0.2975804 0.3301816 0.2973713 0.3321245 0.2975804 0.3301816 0.2939342 0.3305855 0.3048302 0.3303456 0.3049615 0.3330658 0.3093844 0.3326826 0.3048302 0.3303456 0.3092951 0.3295505 0.3079245 0.3256225 0.3048302 0.3303456 0.3033595 0.3281681 0.3008801 0.3312671 0.3048302 0.3303456 0.3008801 0.3312671 0.3049615 0.3330658 0.2988389 0.3272713 0.3033595 0.3281681 0.300096 0.3236718 0.2988389 0.3272713 0.300096 0.3236718 0.2932501 0.3229109 0.2988389 0.3272713 0.293393 0.3271075 0.2975804 0.3301816 0.2988389 0.3272713 0.2975804 0.3301816 0.3006933 0.3298584 0.2978201 0.3351799 0.2976413 0.3336179 0.2946398 0.3338438 0.2978201 0.3351799 0.2948011 0.3352106 0.295142 0.3371692 0.2978201 0.3351799 0.2986484 0.3369683 0.301405 0.335438 0.2978201 0.3351799 0.301405 0.335438 0.3011115 0.3333594 0.3008672 0.3391408 0.2959703 0.3402224 0.297248 0.3440861 0.3008672 0.3391408 0.3032497 0.342127 0.3046588 0.3376916 0.3008672 0.3391408 0.3046588 0.3376916 0.3016331 0.3367201 0.3008672 0.3391408 0.2986484 0.3369683 0.2959703 0.3402224 0.3054639 0.3355905 0.3046588 0.3376916 0.3097962 0.3389818 0.3054639 0.3355905 0.3100444 0.3354407 0.3093844 0.3326826 0.3054639 0.3355905 0.3049615 0.3330658 0.301405 0.335438 0.3054639 0.3355905 0.301405 0.335438 0.3046588 0.3376916 0.2384918 0.2725676 0.2403029 0.273088 0.2398231 0.2698844 0.2384918 0.2725676 0.2398231 0.2698844 0.2378513 0.2694417 0.2384918 0.2725676 0.2361066 0.2724446 0.236687 0.2754538 0.2384918 0.2725676 0.236687 0.2754538 0.2394106 0.2763434 0.2325884 0.2730979 0.2346154 0.2683753 0.2308733 0.266581 0.2325884 0.2730979 0.2285383 0.2728037 0.2321429 0.2769426 0.2325884 0.2730979 0.2321429 0.2769426 0.2349051 0.2749465 0.2325884 0.2730979 0.2361066 0.2724446 0.2346154 0.2683753 0.2345198 0.2791796 0.2321429 0.2769426 0.2269825 0.280696 0.2345198 0.2791796 0.2314794 0.2847546 0.2364915 0.2863883 0.2345198 0.2791796 0.2383054 0.2804284 0.236687 0.2754538 0.2345198 0.2791796 0.236687 0.2754538 0.2349051 0.2749465 0.2420984 0.2736269 0.2423494 0.2706549 0.2403029 0.273088 0.2420984 0.2736269 0.2403029 0.273088 0.2394106 0.2763434 0.2420984 0.2736269 0.2421571 0.2770152 0.2441459 0.274804 0.2420984 0.2736269 0.2441459 0.274804 0.2442396 0.2713785 0.2420863 0.2813082 0.2383054 0.2804284 0.2364915 0.2863883 0.2420863 0.2813082 0.2415796 0.2875241 0.2473787 0.2864578 0.2420863 0.2813082 0.2451322 0.2806385 0.2438715 0.2775174 0.2420863 0.2813082 0.2421571 0.2770152 0.2383054 0.2804284 0.2467128 0.2772389 0.2451322 0.2806385 0.2501859 0.2792136 0.2467128 0.2772389 0.2501859 0.2792136 0.2516142 0.2728416 0.2467128 0.2772389 0.2475374 0.2722696 0.2441459 0.274804 0.2467128 0.2772389 0.2441459 0.274804 0.2438715 0.2775174 0.2405694 0.2667677 0.2398231 0.2698844 0.2411246 0.2701424 0.2405694 0.2667677 0.242018 0.2669871 0.2410936 0.2632389 0.2405694 0.2667677 0.2410936 0.2632389 0.2389191 0.2659433 0.2405694 0.2667677 0.2389191 0.2659433 0.2378513 0.2694417 0.2417587 0.2593191 0.2440706 0.260042 0.2452372 0.256186 0.2417587 0.2593191 0.2427161 0.2551974 0.2391384 0.2548959 0.2417587 0.2593191 0.2394465 0.2599862 0.2410936 0.2632389 0.2417587 0.2593191 0.2410936 0.2632389 0.2440706 0.260042 0.2369834 0.2635049 0.2394465 0.2599862 0.2344192 0.2606425 0.2369834 0.2635049 0.2344192 0.2606425 0.2308733 0.266581 0.2369834 0.2635049 0.2346154 0.2683753 0.2389191 0.2659433 0.2369834 0.2635049 0.2389191 0.2659433 0.2398362 0.2630091 0.2433487 0.2676106 0.242018 0.2669871 0.2411246 0.2701424 0.2433487 0.2676106 0.2423494 0.2706549 0.2442396 0.2713785 0.2433487 0.2676106 0.2452263 0.2678436 0.2448315 0.264341 0.2433487 0.2676106 0.2448315 0.264341 0.242018 0.2669871 0.2483155 0.2668913 0.2475374 0.2722696 0.2516142 0.2728416 0.2483155 0.2668913 0.2521019 0.2659422 0.2482472 0.2625504 0.2483155 0.2668913 0.2482472 0.2625504 0.2461137 0.2648605 0.2483155 0.2668913 0.2452263 0.2678436 0.2475374 0.2722696 0.2465328 0.2606931 0.2482472 0.2625504 0.2515559 0.2585015 0.2465328 0.2606931 0.2480998 0.2567279 0.2452372 0.256186 0.2465328 0.2606931 0.2440706 0.260042 0.2448315 0.264341 0.2465328 0.2606931 0.2448315 0.264341 0.2482472 0.2625504 0.1899979 0.655433 0.2001044 0.6522153 0.1975719 0.6485803 0.1899979 0.655433 0.1878012 0.6516631 0.1797724 0.6571143 0.1899979 0.655433 0.1797724 0.6571143 0.1822535 0.6604771 0.1899979 0.655433 0.1927691 0.6590707 0.2001044 0.6522153 0.1844047 0.6440859 0.1777828 0.6436391 0.1761606 0.651654 0.2133343 0.6226387 0.2208793 0.6283953 0.2214468 0.6162474 0.2264028 0.6334279 0.2319329 0.626036 0.2208793 0.6283953 0.2264028 0.6334279 0.2208793 0.6283953 0.2162657 0.636218 0.2264028 0.6334279 0.2200359 0.6399214 0.23171 0.6398936 0.2264028 0.6334279 0.23171 0.6398936 0.2396713 0.6340652 0.177846 0.5829745 0.1701315 0.5905799 0.1820532 0.5881821 0.177846 0.5829745 0.1820532 0.5881821 0.1865664 0.5752819 0.177846 0.5829745 0.1865664 0.5752819 0.1740911 0.5774477 0.177846 0.5829745 0.1740911 0.5774477 0.164783 0.5849936 0.186632 0.59634 0.1938238 0.5956054 0.1820532 0.5881821 0.186632 0.59634 0.1820532 0.5881821 0.1743513 0.5952284 0.1660359 0.6212396 0.1701315 0.6146723 0.1637942 0.6097801 0.1660359 0.6212396 0.1591995 0.6184104 0.1650993 0.6282141 0.1544193 0.6154986 0.1501651 0.6240737 0.1591995 0.6184104 0.1544193 0.6154986 0.1591995 0.6184104 0.1637942 0.6097801 0.1544193 0.6154986 0.1589481 0.6066132 0.1498585 0.6126907 0.1544193 0.6154986 0.1498585 0.6126907 0.1461505 0.6207785 0.3416901 0.7030389 0.3506308 0.7213138 0.362865 0.6990901 0.3316447 0.696748 0.3248087 0.7236657 0.3416901 0.7030389 0.2562189 0.7169119 0.2727308 0.7222014 0.273588 0.7028997 0.2562189 0.7169119 0.2548283 0.6943507 0.2437819 0.7140628 0.3145534 0.7199563 0.3248087 0.7236657 0.3316447 0.696748 0.2918529 0.7280033 0.2927544 0.7107343 0.2727308 0.7222014 0.2246703 0.7251713 0.2265739 0.722096 0.209903 0.704994 0.5802365 0.555354 0.5532484 0.5615842 0.5534695 0.5788447 0.5802365 0.555354 0.5867536 0.5679182 0.6051681 0.5419512 0.5802365 0.555354 0.6051681 0.5419512 0.5937228 0.5315662 0.5802365 0.555354 0.5733885 0.5427114 0.5532484 0.5615842 0.507753 0.5805801 0.5292124 0.5919764 0.5201253 0.5708398 0.507753 0.5805801 0.5201253 0.5708398 0.4932726 0.5612811 0.5241714 0.5598987 0.5201253 0.5708398 0.5532484 0.5615842 0.5241714 0.5598987 0.5532484 0.5615842 0.5500059 0.5483644 0.5241714 0.5598987 0.5237929 0.5485572 0.4969665 0.5529487 0.5241714 0.5598987 0.4969665 0.5529487 0.4932726 0.5612811 0.4755949 0.5433855 0.4725133 0.5501626 0.4969665 0.5529487 0.4755949 0.5433855 0.4969665 0.5529487 0.4982608 0.5442116 0.4755949 0.5433855 0.4769209 0.5362492 0.4572535 0.5321354 0.4755949 0.5433855 0.4572535 0.5321354 0.4551404 0.5385405 0.4391393 0.5201243 0.4229688 0.5080361 0.4234987 0.5170689 0.4391393 0.5201243 0.4384463 0.5274712 0.4572535 0.5321354 0.4391393 0.5201243 0.4572535 0.5321354 0.457833 0.5256347 0.4391393 0.5201243 0.4390566 0.5133324 0.4229688 0.5080361 0.6280757 0.522119 0.6051681 0.5419512 0.6152294 0.5519659 0.6280757 0.522119 0.6429073 0.529325 0.6452336 0.49967 0.6280757 0.522119 0.6452336 0.49967 0.6232262 0.4957183 0.6280757 0.522119 0.6107911 0.5148968 0.6051681 0.5419512 0.6529166 0.4784164 0.6296607 0.477046 0.6452336 0.49967 0.6529166 0.4784164 0.6452336 0.49967 0.671506 0.5004017 0.6529166 0.4784164 0.6758114 0.4754071 0.6543119 0.4603258 0.6529166 0.4784164 0.6543119 0.4603258 0.6296607 0.477046 0.5940013 0.5055369 0.6107911 0.5148968 0.6035355 0.4886503 0.5940013 0.5055369 0.6035355 0.4886503 0.5782933 0.4937729 0.5940013 0.5055369 0.5782933 0.4937729 0.5675428 0.5079399 0.5940013 0.5055369 0.5808466 0.520572 0.5937228 0.5315662 0.3735093 0.4289839 0.3788975 0.4399767 0.3783217 0.4275653 0.3735093 0.4289839 0.3783217 0.4275653 0.3754643 0.418069 0.4393613 0.5066522 0.4390566 0.5133324 0.4581069 0.51787 0.4393613 0.5066522 0.4581069 0.51787 0.458511 0.5084207 0.4393613 0.5066522 0.4402161 0.4988934 0.4231608 0.4942786 0.4393613 0.5066522 0.4231608 0.4942786 0.4224236 0.5002202 0.478293 0.5277848 0.4769209 0.5362492 0.4998958 0.5348742 0.478293 0.5277848 0.4998958 0.5348742 0.4996559 0.5232565 0.478293 0.5277848 0.4787657 0.5171236 0.4581069 0.51787 0.478293 0.5277848 0.4581069 0.51787 0.457833 0.5256347 0.5645107 0.5306237 0.5733885 0.5427114 0.5808466 0.520572 0.5645107 0.5306237 0.5808466 0.520572 0.5675428 0.5079399 0.5645107 0.5306237 0.5542609 0.5174909 0.5451427 0.5361519 0.5645107 0.5306237 0.5451427 0.5361519 0.5500059 0.5483644 0.5228917 0.537616 0.5237929 0.5485572 0.5451427 0.5361519 0.5228917 0.537616 0.5451427 0.5361519 0.5383861 0.5230081 0.5228917 0.537616 0.5198569 0.525074 0.4998958 0.5348742 0.5228917 0.537616 0.4998958 0.5348742 0.4982608 0.5442116 0.3883701 0.4529883 0.3996875 0.4669759 0.3915836 0.4492459 0.3883701 0.4529883 0.3915836 0.4492459 0.3830658 0.4377336 0.4106103 0.4808962 0.4097658 0.4871761 0.4231608 0.4942786 0.4106103 0.4808962 0.4231608 0.4942786 0.4246159 0.4879984 0.4106103 0.4808962 0.4124447 0.4751921 0.4020012 0.4618245 0.4104586 0.4965546 0.4097658 0.4871761 0.3988819 0.4759138 0.6090097 0.4730438 0.6296607 0.477046 0.6316463 0.4606323 0.6090097 0.4730438 0.6115471 0.4593921 0.5910789 0.4660533 0.6090097 0.4730438 0.5910789 0.4660533 0.5862322 0.4786055 0.6090097 0.4730438 0.6035355 0.4886503 0.6232262 0.4957183 0.5642544 0.4793381 0.5782933 0.4937729 0.5862322 0.4786055 0.5642544 0.4793381 0.5548145 0.4926417 0.5782933 0.4937729 0.3837571 0.4253915 0.3783217 0.4275653 0.3830658 0.4377336 0.3837571 0.4253915 0.3814005 0.416226 0.3783217 0.4275653 0.441784 0.4888654 0.4402161 0.4988934 0.459481 0.496866 0.441784 0.4888654 0.4262238 0.4791665 0.4246159 0.4879984 0.477394 0.5033971 0.4787657 0.5171236 0.4953254 0.5076786 0.477394 0.5033971 0.459481 0.496866 0.458511 0.5084207 0.5432965 0.5017128 0.5542609 0.5174909 0.5548145 0.4926417 0.5432965 0.5017128 0.5294632 0.5069947 0.5383861 0.5230081 0.5130773 0.5089306 0.5198569 0.525074 0.5294632 0.5069947 0.5130773 0.5089306 0.4953254 0.5076786 0.4996559 0.5232565 0.3956805 0.4447541 0.3915836 0.4492459 0.4020012 0.4618245 0.3956805 0.4447541 0.3879162 0.4348149 0.3915836 0.4492459 0.4147212 0.4675407 0.4124447 0.4751921 0.4262238 0.4791665 0.4147212 0.4675407 0.4052241 0.4555494 0.4020012 0.4618245 0.5759835 0.4557179 0.5910789 0.4660533 0.594097 0.4554942 0.5759835 0.4557179 0.5713872 0.4657232 0.5910789 0.4660533 0.4104586 0.4965546 0.4113649 0.5074479 0.4229688 0.5080361 0.4104586 0.4965546 0.4229688 0.5080361 0.4224236 0.5002202 0.3920955 0.5051138 0.390565 0.5059767 0.4007737 0.5108286 0.1737772 0.6749981 0.1869469 0.6770758 0.1870966 0.672745 0.1737772 0.6749981 0.1741508 0.671631 0.1610036 0.6746938 0.1994964 0.682738 0.1869469 0.6770758 0.199411 0.6768663 0.1994964 0.682738 0.199411 0.6768663 0.2107772 0.6809816 0.1992234 0.6959585 0.209903 0.704994 0.2121268 0.6985805 0.1994965 0.682738 0.1995551 0.689194 0.2106345 0.6884217 0.1994965 0.682738 0.1869469 0.6770758 0.186811 0.6824833 0.309305 0.5862933 0.3224292 0.5879995 0.3201414 0.5782023 0.309305 0.5862933 0.3084127 0.5725727 0.300793 0.5840816 0.309305 0.5862933 0.300793 0.5840816 0.3083167 0.6005821 0.309305 0.5862933 0.317007 0.6016312 0.3224292 0.5879995 0.4047136 0.3832623 0.411865 0.3816481 0.4049239 0.3658433 0.4047136 0.3832623 0.4049239 0.3658433 0.3982842 0.3859332 0.5203921 0.3821189 0.5303532 0.3803958 0.527139 0.3663167 0.5203921 0.3821189 0.5136927 0.3674453 0.5100245 0.3841227 0.4545745 0.4035888 0.455517 0.4101427 0.4596716 0.4048994 0.4545745 0.4035888 0.4596716 0.4048994 0.4583732 0.3983338 0.4545745 0.4035888 0.4533377 0.3973444 0.4481385 0.3975425 0.4545745 0.4035888 0.4498857 0.4035826 0.4517478 0.4085646 0.4648187 0.4058295 0.4665494 0.4130847 0.470181 0.4066559 0.4648187 0.4058295 0.470181 0.4066559 0.4683231 0.4000059 0.4648187 0.4058295 0.4632317 0.3991553 0.4596716 0.4048994 0.4648187 0.4058295 0.4596716 0.4048994 0.4610102 0.4119794 0.4759238 0.4076557 0.4779332 0.4144133 0.4817022 0.4098322 0.4759238 0.4076557 0.4817022 0.4098322 0.4804604 0.4032341 0.4759238 0.4076557 0.4740572 0.4010828 0.470181 0.4066559 0.4759238 0.4076557 0.470181 0.4066559 0.4721765 0.4137867 0.45215 0.3921188 0.4533377 0.3973444 0.4583732 0.3983338 0.45215 0.3921188 0.4573286 0.3927941 0.4510195 0.3875359 0.45215 0.3921188 0.4510195 0.3875359 0.4448166 0.3874316 0.45215 0.3921188 0.4463855 0.392265 0.4533377 0.3973444 0.4619269 0.393451 0.4632317 0.3991553 0.4666479 0.3941702 0.4619269 0.393451 0.4666479 0.3941702 0.4653382 0.3891821 0.4619269 0.393451 0.4609012 0.3886484 0.4564258 0.3880895 0.4619269 0.393451 0.4573286 0.3927941 0.4632317 0.3991553 0.4721947 0.3950321 0.4740572 0.4010828 0.4788078 0.3966536 0.4721947 0.3950321 0.4788078 0.3966536 0.4770649 0.3905591 0.4721947 0.3950321 0.4706295 0.3896599 0.4666479 0.3941702 0.4721947 0.3950321 0.4666479 0.3941702 0.4683231 0.4000059 0.4329866 0.3176717 0.424128 0.3172037 0.4353495 0.3565343 0.4329866 0.3176717 0.4440494 0.3586207 0.4412088 0.3160935 0.4488959 0.3199799 0.4412088 0.3160935 0.4511507 0.3607971 0.4488959 0.3199799 0.4571276 0.3625023 0.462681 0.3632545 0.4646003 0.3160315 0.4557065 0.3161934 0.4685117 0.3625717 0.4646003 0.3160315 0.4685117 0.3625717 0.4750828 0.3614634 0.4145956 0.316588 0.404726 0.3158985 0.4088468 0.3532795 0.4145956 0.316588 0.4245767 0.3550993 0.424128 0.3172037 0.4792079 0.3117179 0.4828572 0.3609395 0.4954733 0.3651864 0.4792079 0.3117179 0.472561 0.3135761 0.4828572 0.3609395 0.478851 0.2605636 0.4848639 0.2601127 0.4809647 0.2359369 0.478851 0.2605636 0.4809647 0.2359369 0.4740177 0.2349026 0.4038465 0.2734838 0.4125495 0.2718755 0.4065296 0.2472335 0.4038465 0.2734838 0.3973621 0.2504122 0.3954163 0.2750828 0.4541502 0.4332951 0.4632315 0.4385069 0.4629781 0.4274654 0.4541502 0.4332951 0.4553968 0.4235239 0.4455133 0.4266688 0.4558217 0.4162971 0.4501198 0.4121581 0.4481936 0.4182124 0.4558217 0.4162971 0.4553968 0.4235239 0.462175 0.4190621 0.4558217 0.4162971 0.462175 0.4190621 0.4610102 0.4119794 0.4558217 0.4162971 0.455517 0.4101427 0.4501198 0.4121581 0.4717732 0.4411116 0.4795782 0.4411357 0.4700265 0.4294486 0.4717732 0.4411116 0.4700265 0.4294486 0.4632315 0.4385069 0.4682853 0.420532 0.462175 0.4190621 0.4629781 0.4274654 0.4682853 0.420532 0.4700265 0.4294486 0.4766601 0.4297582 0.4682853 0.420532 0.4742645 0.4210647 0.4721765 0.4137867 0.4682853 0.420532 0.4665494 0.4130847 0.462175 0.4190621 0.4864495 0.4386056 0.4928601 0.4345347 0.4829968 0.4286791 0.4864495 0.4386056 0.4829968 0.4286791 0.4766601 0.4297582 0.4802244 0.421018 0.4742645 0.4210647 0.4829968 0.4286791 0.4802244 0.421018 0.4829968 0.4286791 0.4885558 0.4258347 0.4802244 0.421018 0.4849363 0.4191425 0.4816631 0.414521 0.4802244 0.421018 0.4779332 0.4144133 0.4742645 0.4210647 0.4499548 0.3832197 0.4436219 0.3827241 0.4510195 0.3875359 0.4499548 0.3832197 0.4510195 0.3875359 0.4564258 0.3880895 0.4499548 0.3832197 0.4555525 0.3840295 0.4546924 0.379616 0.4499548 0.3832197 0.4487978 0.3782824 0.4436219 0.3827241 0.4473906 0.3718359 0.4396814 0.3700219 0.442133 0.3772263 0.4473906 0.3718359 0.4487978 0.3782824 0.4538288 0.3738513 0.4473906 0.3718359 0.4538288 0.3738513 0.4511507 0.3607971 0.4473906 0.3718359 0.4440494 0.3586207 0.4396814 0.3700219 0.4601514 0.3846791 0.4555525 0.3840295 0.4609012 0.3886484 0.4601514 0.3846791 0.4609012 0.3886484 0.4653382 0.3891821 0.4601514 0.3846791 0.4645769 0.385075 0.4596045 0.3805714 0.4601514 0.3846791 0.4596045 0.3805714 0.4555525 0.3840295 0.4591875 0.3753533 0.4538288 0.3738513 0.4546924 0.379616 0.4591875 0.3753533 0.4596045 0.3805714 0.4642171 0.3809863 0.4591875 0.3753533 0.4641119 0.3760534 0.4571276 0.3625023 0.4591875 0.3753533 0.4571276 0.3625023 0.4538288 0.3738513 0.4696547 0.385123 0.4645769 0.385075 0.4706295 0.3896599 0.4696547 0.385123 0.4706295 0.3896599 0.475552 0.3854191 0.4696547 0.385123 0.475552 0.3854191 0.469213 0.3806984 0.4696547 0.385123 0.469213 0.3806984 0.4642171 0.3809863 0.4692472 0.375663 0.4641119 0.3760534 0.469213 0.3806984 0.4692472 0.375663 0.469213 0.3806984 0.4747312 0.3805106 0.4692472 0.375663 0.4750646 0.3751103 0.4685117 0.3625717 0.4692472 0.375663 0.4685117 0.3625717 0.462681 0.3632545 0.4992828 0.4299367 0.5046592 0.4226968 0.4928566 0.4208487 0.4992828 0.4299367 0.4928566 0.4208487 0.4885558 0.4258347 0.4871714 0.4141886 0.4849363 0.4191425 0.4928566 0.4208487 0.4871714 0.4141886 0.4928566 0.4208487 0.4955568 0.4136725 0.4871714 0.4141886 0.4875587 0.4073078 0.4817022 0.4098322 0.4871714 0.4141886 0.4817022 0.4098322 0.4816631 0.414521 0.4459636 0.4065664 0.4501198 0.4121581 0.4517478 0.4085646 0.4459636 0.4065664 0.4498857 0.4035826 0.4427885 0.4002839 0.4459636 0.4065664 0.4427885 0.4002839 0.4373779 0.4053305 0.4459636 0.4065664 0.4422796 0.4121193 0.4501198 0.4121581 0.4383048 0.4198207 0.4455133 0.4266688 0.4481936 0.4182124 0.4383048 0.4198207 0.4422796 0.4121193 0.431997 0.4124451 0.4400295 0.3940725 0.4427885 0.4002839 0.4481385 0.3975425 0.4400295 0.3940725 0.4463855 0.392265 0.437951 0.3882206 0.4400295 0.3940725 0.437951 0.3882206 0.4303117 0.3903835 0.4400295 0.3940725 0.4332118 0.3979324 0.4427885 0.4002839 0.4260622 0.4042359 0.431997 0.4124451 0.4373779 0.4053305 0.4260622 0.4042359 0.4332118 0.3979324 0.4217876 0.3944008 0.4368175 0.3830166 0.437951 0.3882206 0.4448166 0.3874316 0.4368175 0.3830166 0.4436219 0.3827241 0.43491 0.3771035 0.4368175 0.3830166 0.43491 0.3771035 0.4289853 0.3772596 0.4368175 0.3830166 0.4292081 0.3831425 0.437951 0.3882206 0.4305096 0.3691241 0.4396814 0.3700219 0.4353495 0.3565343 0.4305096 0.3691241 0.4245767 0.3550993 0.4230457 0.3721601 0.4305096 0.3691241 0.4230457 0.3721601 0.4289853 0.3772596 0.4305096 0.3691241 0.43491 0.3771035 0.4396814 0.3700219 0.4204602 0.3821473 0.4230457 0.3721601 0.4088468 0.3532795 0.4204602 0.3821473 0.4217876 0.3944008 0.4303117 0.3903835 0.4204602 0.3821473 0.4292081 0.3831425 0.4230457 0.3721601 0.4824362 0.386559 0.475552 0.3854191 0.4770649 0.3905591 0.4824362 0.386559 0.4849342 0.3923569 0.4904826 0.3872309 0.4824362 0.386559 0.4904826 0.3872309 0.4869229 0.3821228 0.4824362 0.386559 0.4809109 0.3812255 0.475552 0.3854191 0.4998666 0.3861227 0.5100245 0.3841227 0.4954733 0.3651864 0.4998666 0.3861227 0.4902678 0.3783211 0.4904826 0.3872309 0.4998666 0.3861227 0.4904826 0.3872309 0.4947497 0.3947334 0.482036 0.3753232 0.4902678 0.3783211 0.4828572 0.3609395 0.482036 0.3753232 0.4828572 0.3609395 0.4750828 0.3614634 0.482036 0.3753232 0.4750646 0.3751103 0.4809109 0.3812255 0.482036 0.3753232 0.4809109 0.3812255 0.4869229 0.3821228 0.5079304 0.4107006 0.5070238 0.397369 0.4963145 0.4042574 0.5079304 0.4107006 0.4963145 0.4042574 0.4955568 0.4136725 0.4867274 0.3996518 0.4875587 0.4073078 0.4963145 0.4042574 0.4867274 0.3996518 0.4963145 0.4042574 0.4947497 0.3947334 0.4867274 0.3996518 0.4849342 0.3923569 0.4788078 0.3966536 0.4867274 0.3996518 0.4788078 0.3966536 0.4804604 0.4032341 0.4217981 0.270249 0.416443 0.2447618 0.4125495 0.2718755 0.4217981 0.270249 0.4299099 0.2662869 0.416443 0.2447618 0.4639909 0.2630832 0.472597 0.2611974 0.4654811 0.2357142 0.4639909 0.2630832 0.4654811 0.2357142 0.456964 0.2369512 0.4439687 0.2795372 0.4473177 0.2680838 0.4429272 0.2432464 0.4352024 0.2576718 0.4344116 0.2399165 0.4260783 0.2424914 0.4352024 0.2576718 0.4398012 0.2686175 0.4429272 0.2432464 0.4504619 0.2556595 0.4500755 0.2371932 0.4429272 0.2432464 0.4504619 0.2556595 0.4557176 0.2624831 0.456964 0.2369512 0.5387283 0.2066765 0.5437847 0.2150554 0.5497315 0.2059677 0.5387283 0.2066765 0.5497315 0.2059677 0.5416253 0.1959874 0.5387283 0.2066765 0.5328369 0.1979073 0.5268535 0.2066306 0.5387283 0.2066765 0.5268535 0.2066306 0.5293457 0.213783 0.5174868 0.2085589 0.5179203 0.2156972 0.5293457 0.213783 0.5174868 0.2085589 0.5268535 0.2066306 0.5174352 0.200906 0.5174868 0.2085589 0.5174352 0.200906 0.5118517 0.2018336 0.5174868 0.2085589 0.5102349 0.2098638 0.5179203 0.2156972 0.6691926 0.1623985 0.6704095 0.1657213 0.6738135 0.1623057 0.6691926 0.1623985 0.6738135 0.1623057 0.6752844 0.1586667 0.6691926 0.1623985 0.6681218 0.1593089 0.664115 0.163206 0.6691926 0.1623985 0.664115 0.163206 0.6654605 0.1655866 0.6693592 0.1838891 0.6726161 0.1862896 0.6729493 0.1803198 0.6693592 0.1838891 0.6729493 0.1803198 0.6697385 0.1767479 0.6693592 0.1838891 0.6661641 0.1815892 0.6668809 0.187569 0.6693592 0.1838891 0.6668809 0.187569 0.6726161 0.1862896 0.3305097 0.5569425 0.2932814 0.5610221 0.2902598 0.5620342 0.6452331 0.4288552 0.6247096 0.4281535 0.6280482 0.4380115 0.6452331 0.4288552 0.6491361 0.4375402 0.6666579 0.4285569 0.652607 0.4473654 0.6736528 0.4447928 0.6702292 0.4357366 0.652607 0.4473654 0.6491361 0.4375402 0.6307346 0.4482293 0.652607 0.4473654 0.6307346 0.4482293 0.6316463 0.4606323 0.652607 0.4473654 0.6543119 0.4603258 0.6736528 0.4447928 0.6100493 0.4289199 0.6080108 0.4191775 0.5989284 0.4288303 0.6100493 0.4289199 0.5989284 0.4288303 0.5982305 0.437686 0.6100493 0.4289199 0.611624 0.4386537 0.6247096 0.4281535 0.6122709 0.4483699 0.6307346 0.4482293 0.6280482 0.4380115 0.6122709 0.4483699 0.611624 0.4386537 0.5965504 0.4463062 0.6122709 0.4483699 0.5965504 0.4463062 0.594097 0.4554942 0.6122709 0.4483699 0.6115471 0.4593921 0.6307346 0.4482293 0.5890229 0.4255605 0.5989284 0.4288303 0.5991354 0.419857 0.5890229 0.4255605 0.5862345 0.4333277 0.5989284 0.4288303 0.5829077 0.440557 0.5965504 0.4463062 0.5982305 0.437686 0.5829077 0.440557 0.5793787 0.4478274 0.5965504 0.4463062 0.5591604 0.375297 0.5706031 0.3722324 0.5705905 0.3577977 0.5591604 0.375297 0.5560696 0.3605898 0.5484718 0.3778144 0.5392913 0.3792374 0.5484718 0.3778144 0.5463187 0.3642886 0.5392913 0.3792374 0.5373447 0.365731 0.5303532 0.3803958 0.5425016 0.2573687 0.5513007 0.2590561 0.5506413 0.2474786 0.5425016 0.2573687 0.5434578 0.2429494 0.5337377 0.2559262 0.524965 0.2560276 0.5337377 0.2559262 0.5245134 0.2404133 0.524965 0.2560276 0.5245134 0.2404133 0.5183898 0.2442308 0.6572359 0.2045048 0.6601587 0.2021961 0.652664 0.1901469 0.6572359 0.2045048 0.652664 0.1901469 0.6486202 0.1925379 0.6572359 0.2045048 0.6541942 0.2065576 0.6614388 0.2196428 0.6572359 0.2045048 0.6614388 0.2196428 0.6636942 0.2170993 0.6632257 0.2299333 0.6660708 0.2281424 0.6614388 0.2196428 0.6632257 0.2299333 0.6614388 0.2196428 0.6590785 0.2226193 0.6632257 0.2299333 0.6602724 0.2309964 0.6629176 0.2366786 0.6632257 0.2299333 0.6629176 0.2366786 0.6660708 0.2281424 0.695637 0.1459583 0.6937234 0.1507769 0.7101934 0.1453157 0.695637 0.1459583 0.7101934 0.1453157 0.6965177 0.1413459 0.695637 0.1459583 0.6965177 0.1413459 0.6839624 0.139914 0.695637 0.1459583 0.6812201 0.1450918 0.6937234 0.1507769 0.7188099 0.142687 0.7185644 0.1382583 0.7131221 0.1404017 0.7188099 0.142687 0.7101934 0.1453157 0.7112872 0.1510929 0.7188099 0.142687 0.7199859 0.1472321 0.7252565 0.1434952 0.7188099 0.142687 0.7243689 0.1391076 0.7185644 0.1382583 0.6693993 0.2248553 0.6660708 0.2281424 0.6737415 0.2325477 0.6693993 0.2248553 0.6737415 0.2325477 0.6795945 0.2272646 0.6693993 0.2248553 0.6723925 0.2207037 0.6661017 0.2143929 0.6693993 0.2248553 0.6661017 0.2143929 0.6636942 0.2170993 0.6428579 0.2367411 0.6464087 0.2359333 0.6420826 0.230574 0.6428579 0.2367411 0.6420826 0.230574 0.6389615 0.2370033 0.6428579 0.2367411 0.6389615 0.2370033 0.6441351 0.2414951 0.6428579 0.2367411 0.6441351 0.2414951 0.6464087 0.2359333 0.649602 0.2346879 0.6528635 0.2333088 0.6484687 0.2291384 0.649602 0.2346879 0.6484687 0.2291384 0.6454355 0.2300497 0.649602 0.2346879 0.6464087 0.2359333 0.651143 0.2385178 0.649602 0.2346879 0.651143 0.2385178 0.6533602 0.2363576 0.634732 0.2366115 0.6352331 0.2420773 0.6389615 0.2370033 0.634732 0.2366115 0.6389615 0.2370033 0.6383188 0.2307834 0.634732 0.2366115 0.6340532 0.2307501 0.6303361 0.2358929 0.634732 0.2366115 0.6303361 0.2358929 0.6313919 0.241344 0.6566194 0.2321 0.6528635 0.2333088 0.6560688 0.2367098 0.6566194 0.2321 0.6560688 0.2367098 0.6594941 0.2365133 0.6566194 0.2321 0.6602724 0.2309964 0.6557835 0.2269414 0.6566194 0.2321 0.6557835 0.2269414 0.6517341 0.2280368 0.6411439 0.2235097 0.6420826 0.230574 0.6454355 0.2300497 0.6411439 0.2235097 0.6441935 0.2230644 0.6393992 0.2158324 0.6411439 0.2235097 0.6393992 0.2158324 0.6364923 0.2166076 0.6411439 0.2235097 0.6377685 0.2239843 0.6420826 0.230574 0.6469963 0.222358 0.6484687 0.2291384 0.6517341 0.2280368 0.6469963 0.222358 0.6500504 0.2218164 0.6473582 0.2146162 0.6469963 0.222358 0.6446354 0.2147308 0.6420883 0.2153279 0.6469963 0.222358 0.6441935 0.2230644 0.6484687 0.2291384 0.653854 0.2218657 0.6557835 0.2269414 0.6590785 0.2226193 0.653854 0.2218657 0.6552795 0.2183862 0.650574 0.2155594 0.653854 0.2218657 0.650574 0.2155594 0.6500504 0.2218164 0.653854 0.2218657 0.6500504 0.2218164 0.6517341 0.2280368 0.6339884 0.2247783 0.6340532 0.2307501 0.6383188 0.2307834 0.6339884 0.2247783 0.6377685 0.2239843 0.6332913 0.2180167 0.6339884 0.2247783 0.6332913 0.2180167 0.630006 0.2257321 0.6339884 0.2247783 0.630006 0.2257321 0.6295368 0.2305954 0.6968655 0.1372452 0.6965177 0.1413459 0.7095427 0.1390759 0.6968655 0.1372452 0.7095427 0.1390759 0.7068947 0.1360157 0.6968655 0.1372452 0.6969469 0.1334004 0.6863338 0.135349 0.6968655 0.1372452 0.6863338 0.135349 0.6965177 0.1413459 0.6511991 0.2072585 0.6541942 0.2065576 0.6453236 0.1947283 0.6511991 0.2072585 0.6453236 0.1947283 0.648335 0.2071336 0.6511991 0.2072585 0.648335 0.2071336 0.6517794 0.2142759 0.6511991 0.2072585 0.6552795 0.2183862 0.6541942 0.2065576 0.6307156 0.2097859 0.6287952 0.2024398 0.6275486 0.2110673 0.6307156 0.2097859 0.6275486 0.2110673 0.6299433 0.2197428 0.6307156 0.2097859 0.6332913 0.2180167 0.6364923 0.2166076 0.6307156 0.2097859 0.6336717 0.2086552 0.6315253 0.2037671 0.6456866 0.2067092 0.648335 0.2071336 0.6405346 0.1990247 0.6456866 0.2067092 0.6405346 0.1990247 0.6402122 0.2012946 0.6456866 0.2067092 0.6432039 0.2064051 0.6473582 0.2146162 0.6456866 0.2067092 0.650574 0.2155594 0.6517794 0.2142759 0.6408375 0.2066411 0.6432039 0.2064051 0.6402122 0.2012946 0.6408375 0.2066411 0.6374852 0.1998744 0.6385254 0.2071904 0.6408375 0.2066411 0.6385254 0.2071904 0.6420883 0.2153279 0.6408375 0.2066411 0.6446354 0.2147308 0.6432039 0.2064051 0.6362059 0.2078259 0.6385254 0.2071904 0.6327115 0.201367 0.6362059 0.2078259 0.6327115 0.201367 0.6315253 0.2037671 0.6362059 0.2078259 0.6336717 0.2086552 0.6393992 0.2158324 0.6362059 0.2078259 0.6393992 0.2158324 0.6420883 0.2153279 0.6364611 0.1962158 0.6359404 0.1934692 0.6330946 0.1965593 0.6364611 0.1962158 0.6330946 0.1965593 0.6350218 0.2003636 0.6364611 0.1962158 0.6374852 0.1998744 0.6405346 0.1990247 0.6364611 0.1962158 0.6405346 0.1990247 0.6415604 0.195949 0.6300637 0.1983325 0.6279788 0.196095 0.6245062 0.2019577 0.6300637 0.1983325 0.6287952 0.2024398 0.6327115 0.201367 0.6300637 0.1983325 0.6327115 0.201367 0.6350218 0.2003636 0.6300637 0.1983325 0.6330946 0.1965593 0.6317489 0.1937881 0.6568912 0.281838 0.656403 0.2731106 0.6535542 0.2743636 0.6568912 0.281838 0.6528474 0.2807535 0.6570119 0.2894737 0.6568912 0.281838 0.6570119 0.2894737 0.6616849 0.2878165 0.6568912 0.281838 0.6617708 0.2810036 0.656403 0.2731106 0.6678503 0.282244 0.673191 0.2844471 0.6762164 0.281534 0.6678503 0.282244 0.6698831 0.2773644 0.6617708 0.2810036 0.6678503 0.282244 0.6617708 0.2810036 0.6616849 0.2878165 0.6678503 0.282244 0.6665466 0.2870643 0.673191 0.2844471 0.6538389 0.2401396 0.6572247 0.2406588 0.6560688 0.2367098 0.6538389 0.2401396 0.6560688 0.2367098 0.6533602 0.2363576 0.6538389 0.2401396 0.651143 0.2385178 0.6504893 0.2426045 0.6538389 0.2401396 0.6504893 0.2426045 0.6541154 0.2450778 0.6902773 0.1554961 0.6871639 0.1598166 0.6981172 0.1629722 0.6902773 0.1554961 0.7036885 0.157816 0.6937234 0.1507769 0.6902773 0.1554961 0.6937234 0.1507769 0.676074 0.1509681 0.6902773 0.1554961 0.6764115 0.1551699 0.6871639 0.1598166 0.7113928 0.1622811 0.7157531 0.1677497 0.7209108 0.1622529 0.7113928 0.1622811 0.7173987 0.1565946 0.7112872 0.1510929 0.7113928 0.1622811 0.7036885 0.157816 0.7056024 0.1676519 0.7113928 0.1622811 0.7056024 0.1676519 0.7111365 0.1740876 0.5703276 0.192099 0.5795462 0.1883573 0.5739633 0.1771472 0.5703276 0.192099 0.5646995 0.1830039 0.5622573 0.1963889 0.5703276 0.192099 0.5622573 0.1963889 0.567009 0.2021102 0.5703276 0.192099 0.5740652 0.200985 0.583447 0.1989001 0.5564832 0.2017751 0.5489072 0.1927527 0.5497315 0.2059677 0.5564832 0.2017751 0.5497315 0.2059677 0.5599539 0.2164526 0.5564832 0.2017751 0.5646559 0.2082057 0.5622573 0.1963889 0.5564832 0.2017751 0.5622573 0.1963889 0.5561195 0.1883695 0.5740215 0.2094528 0.5646559 0.2082057 0.5733111 0.217927 0.5740215 0.2094528 0.5733111 0.217927 0.5838411 0.2171609 0.5740215 0.2094528 0.5839838 0.2081081 0.5740652 0.200985 0.5740215 0.2094528 0.5740652 0.200985 0.567009 0.2021102 0.3791759 0.2128399 0.3781846 0.2039785 0.3696051 0.2023066 0.3791759 0.2128399 0.3707551 0.2135674 0.3810408 0.2207017 0.3791759 0.2128399 0.3810408 0.2207017 0.3870065 0.2185705 0.3791759 0.2128399 0.3874546 0.2130845 0.3871212 0.205853 0.3846532 0.2265644 0.3751801 0.2307142 0.3788107 0.2366733 0.3846532 0.2265644 0.388927 0.2319058 0.3920888 0.2216668 0.3846532 0.2265644 0.3920888 0.2216668 0.3870065 0.2185705 0.3846532 0.2265644 0.3810408 0.2207017 0.3724364 0.2234845 0.3954493 0.2152735 0.3920888 0.2216668 0.3999444 0.2262364 0.3954493 0.2152735 0.4037594 0.2175505 0.3967723 0.2081324 0.3954493 0.2152735 0.3967723 0.2081324 0.3871212 0.205853 0.3954493 0.2152735 0.3874546 0.2130845 0.3920888 0.2216668 0.4947215 0.2047528 0.4956797 0.2000301 0.4899133 0.2048005 0.4947215 0.2047528 0.4899133 0.2048005 0.4900876 0.209316 0.4947215 0.2047528 0.4947721 0.2095504 0.4998735 0.2053852 0.4947215 0.2047528 0.4998735 0.2053852 0.4956797 0.2000301 0.4968408 0.2144977 0.4909399 0.2138577 0.4913874 0.2189151 0.4968408 0.2144977 0.4989519 0.2196879 0.5016799 0.2129868 0.4968408 0.2144977 0.5016799 0.2129868 0.4987818 0.209388 0.4968408 0.2144977 0.4947721 0.2095504 0.4909399 0.2138577 0.5047042 0.2079474 0.5016799 0.2129868 0.5073769 0.2181787 0.5047042 0.2079474 0.5102349 0.2098638 0.506821 0.2011437 0.5047042 0.2079474 0.506821 0.2011437 0.5016586 0.2001159 0.5047042 0.2079474 0.4998735 0.2053852 0.5016799 0.2129868 0.486114 0.2042785 0.4899133 0.2048005 0.4900779 0.200298 0.486114 0.2042785 0.4860462 0.2003316 0.4823058 0.2040231 0.486114 0.2042785 0.4823058 0.2040231 0.482561 0.2073639 0.486114 0.2042785 0.4858019 0.2082933 0.4899133 0.2048005 0.4774712 0.2048708 0.4765768 0.1990975 0.4698941 0.1989616 0.4774712 0.2048708 0.4714627 0.2065718 0.4744936 0.2144361 0.4774712 0.2048708 0.4797332 0.2096508 0.4823058 0.2040231 0.4774712 0.2048708 0.4823058 0.2040231 0.4765768 0.1990975 0.4847301 0.2124443 0.4797332 0.2096508 0.4834 0.2172682 0.4847301 0.2124443 0.4834 0.2172682 0.4913874 0.2189151 0.4847301 0.2124443 0.4909399 0.2138577 0.4900876 0.209316 0.4847301 0.2124443 0.4858019 0.2082933 0.482561 0.2073639 0.6706302 0.2007387 0.6738938 0.2056176 0.675482 0.2035733 0.6706302 0.2007387 0.6719185 0.1993409 0.6680555 0.1957932 0.6706302 0.2007387 0.6680555 0.1957932 0.6674738 0.1967424 0.6706302 0.2007387 0.6691579 0.20148 0.6738938 0.2056176 0.666626 0.1914702 0.6687321 0.1917766 0.6698313 0.1887747 0.666626 0.1914702 0.6668809 0.187569 0.6638817 0.18844 0.666626 0.1914702 0.665746 0.1936764 0.6680555 0.1957932 0.666626 0.1914702 0.6680555 0.1957932 0.6687321 0.1917766 0.6851778 0.1685286 0.6839243 0.1703448 0.6887081 0.1741453 0.6851778 0.1685286 0.6899115 0.171961 0.6860722 0.166348 0.6851778 0.1685286 0.6860722 0.166348 0.6820456 0.1646672 0.6851778 0.1685286 0.6810605 0.1658894 0.6801937 0.1677741 0.6862483 0.163439 0.6942021 0.1667252 0.6871639 0.1598166 0.6862483 0.163439 0.6871639 0.1598166 0.6797065 0.1621661 0.6862483 0.163439 0.6797065 0.1621661 0.6820456 0.1646672 0.6862483 0.163439 0.6860722 0.166348 0.6942021 0.1667252 0.677521 0.1636422 0.6797065 0.1621661 0.6752844 0.1586667 0.677521 0.1636422 0.6738135 0.1623057 0.6746599 0.1659815 0.677521 0.1636422 0.6775135 0.1664927 0.6810605 0.1658894 0.677521 0.1636422 0.6810605 0.1658894 0.6797065 0.1621661 0.6773902 0.2097406 0.6792867 0.2076631 0.6738938 0.2056176 0.6773902 0.2097406 0.6738938 0.2056176 0.6722375 0.2076437 0.6773902 0.2097406 0.6756523 0.212424 0.6813943 0.2138462 0.6773902 0.2097406 0.6813943 0.2138462 0.6849313 0.2115966 0.6742317 0.2163192 0.6704453 0.2096334 0.6684294 0.211809 0.6742317 0.2163192 0.6723925 0.2207037 0.6792768 0.2197406 0.6742317 0.2163192 0.6792768 0.2197406 0.6786102 0.215479 0.6742317 0.2163192 0.6756523 0.212424 0.6704453 0.2096334 0.6861809 0.2186728 0.6792768 0.2197406 0.6915484 0.2238215 0.6861809 0.2186728 0.6915484 0.2238215 0.6940146 0.2153603 0.6861809 0.2186728 0.6940146 0.2153603 0.6849313 0.2115966 0.6861809 0.2186728 0.6813943 0.2138462 0.6792768 0.2197406 0.6952999 0.1765881 0.6899115 0.171961 0.6887081 0.1741453 0.6952999 0.1765881 0.6945477 0.1791159 0.7008429 0.1802663 0.6952999 0.1765881 0.7008429 0.1802663 0.6970071 0.1739995 0.6952999 0.1765881 0.6970071 0.1739995 0.6915859 0.16956 0.7060403 0.180852 0.7058002 0.1852115 0.711557 0.1810932 0.7060403 0.180852 0.711557 0.1810932 0.7111365 0.1740876 0.7060403 0.180852 0.7048063 0.1762816 0.7008429 0.1802663 0.7060403 0.180852 0.7008429 0.1802663 0.7005447 0.1834177 0.7006242 0.1712894 0.7048063 0.1762816 0.7056024 0.1676519 0.7006242 0.1712894 0.7056024 0.1676519 0.6981172 0.1629722 0.7006242 0.1712894 0.6942021 0.1667252 0.6970071 0.1739995 0.7006242 0.1712894 0.6970071 0.1739995 0.7009623 0.1770511 0.2195698 0.6905635 0.2106345 0.6884217 0.2121268 0.6985805 0.2195698 0.6905635 0.2196059 0.6997038 0.2267084 0.694302 0.2195698 0.6905635 0.2267084 0.694302 0.2208777 0.6820778 0.2195698 0.6905635 0.2208777 0.6820778 0.2106345 0.6884217 0.2368851 0.7155817 0.2437819 0.7140628 0.2267084 0.694302 0.2294284 0.7203564 0.2196059 0.6997038 0.2265739 0.722096 0.323816 0.6302341 0.3152942 0.6317583 0.3271567 0.6381767 0.323816 0.6302341 0.3271567 0.6381767 0.3375735 0.633441 0.323816 0.6302341 0.3317635 0.6269009 0.3217338 0.6215712 0.323816 0.6302341 0.3217338 0.6215712 0.3143557 0.6213213 0.3504736 0.6461354 0.3384925 0.6509469 0.3535174 0.6599074 0.3323592 0.6448733 0.3440002 0.6402004 0.3375735 0.633441 0.3323592 0.6448733 0.3271567 0.6381767 0.3212619 0.6515325 0.3104431 0.6731717 0.3272612 0.6766221 0.3184773 0.664465 0.5750488 0.2268322 0.5775608 0.2404531 0.5857037 0.2272379 0.5750488 0.2268322 0.5857037 0.2272379 0.5838411 0.2171609 0.5750488 0.2268322 0.5733111 0.217927 0.562752 0.2255848 0.5750488 0.2268322 0.562752 0.2255848 0.5649575 0.2371438 0.4991295 0.2252145 0.4989519 0.2196879 0.4913874 0.2189151 0.4991295 0.2252145 0.4903472 0.2249778 0.4971391 0.2364521 0.4991295 0.2252145 0.4971391 0.2364521 0.5088289 0.2332858 0.4991295 0.2252145 0.5087046 0.224121 0.4989519 0.2196879 0.5679202 0.3313019 0.5587719 0.3363034 0.5705905 0.3577977 0.5679202 0.3313019 0.5759896 0.3448638 0.5753828 0.3227749 0.5679202 0.3313019 0.5753828 0.3227749 0.5692145 0.3145073 0.5679202 0.3313019 0.5619792 0.3165443 0.5587719 0.3363034 0.5792662 0.297957 0.5753828 0.3227749 0.5880218 0.3031269 0.4907839 0.3039291 0.4850968 0.308991 0.4990582 0.3439969 0.5113165 0.3498961 0.4990582 0.3439969 0.5136927 0.3674453 0.5113165 0.3498961 0.5136927 0.3674453 0.527139 0.3663167 0.5113165 0.3498961 0.5243921 0.347177 0.5103491 0.3294245 0.5113165 0.3498961 0.5103491 0.3294245 0.4990582 0.3439969 0.5791734 0.2630744 0.5892499 0.2663535 0.5880229 0.2423113 0.5791734 0.2630744 0.5775608 0.2404531 0.5693866 0.2605885 0.560179 0.2596892 0.5693866 0.2605885 0.5563933 0.2427936 0.560179 0.2596892 0.5563933 0.2427936 0.5506413 0.2474786 0.5088756 0.2569479 0.5165541 0.2566944 0.5144938 0.2386769 0.5088756 0.2569479 0.5144938 0.2386769 0.5088289 0.2332858 0.4927462 0.2587753 0.5011872 0.2574282 0.4971391 0.2364521 0.4927462 0.2587753 0.4971391 0.2364521 0.4880844 0.2370442 0.5191174 0.2218064 0.5315467 0.2205556 0.5179203 0.2156972 0.5191174 0.2218064 0.5179203 0.2156972 0.5073769 0.2181787 0.5191174 0.2218064 0.5087046 0.224121 0.5208516 0.2271734 0.5191174 0.2218064 0.5208516 0.2271734 0.5315467 0.2205556 0.5228963 0.2320855 0.5336084 0.232396 0.5330899 0.2268069 0.5228963 0.2320855 0.5208516 0.2271734 0.5144938 0.2386769 0.5228963 0.2320855 0.5144938 0.2386769 0.5245134 0.2404133 0.5228963 0.2320855 0.5245134 0.2404133 0.5336084 0.232396 0.5471715 0.2226538 0.562752 0.2255848 0.5599539 0.2164526 0.5471715 0.2226538 0.5437847 0.2150554 0.5315467 0.2205556 0.5471715 0.2226538 0.5315467 0.2205556 0.5330899 0.2268069 0.5471715 0.2226538 0.5481933 0.229302 0.562752 0.2255848 0.5461552 0.2348305 0.5563933 0.2427936 0.5649575 0.2371438 0.5461552 0.2348305 0.5481933 0.229302 0.5336084 0.232396 0.5461552 0.2348305 0.5336084 0.232396 0.5336439 0.2409074 0.5461552 0.2348305 0.5434578 0.2429494 0.5563933 0.2427936 0.5502408 0.3404642 0.5420839 0.3435794 0.5463187 0.3642886 0.5502408 0.3404642 0.5560696 0.3605898 0.5587719 0.3363034 0.5502408 0.3404642 0.5587719 0.3363034 0.5524902 0.3168891 0.5502408 0.3404642 0.5447642 0.3180018 0.5420839 0.3435794 0.5340577 0.3454442 0.5243921 0.347177 0.5373447 0.365731 0.5340577 0.3454442 0.5373447 0.365731 0.5420839 0.3435794 0.5340577 0.3454442 0.5420839 0.3435794 0.5304316 0.3218762 0.5340577 0.3454442 0.5304316 0.3218762 0.521667 0.3249522 0.6627975 0.200728 0.6661017 0.2143929 0.6684294 0.211809 0.6627975 0.200728 0.6651759 0.2002491 0.6612175 0.1877856 0.6627975 0.200728 0.6612175 0.1877856 0.6601587 0.2021961 0.6627975 0.200728 0.6601587 0.2021961 0.6661017 0.2143929 0.667318 0.2009084 0.665746 0.1936764 0.6638817 0.18844 0.667318 0.2009084 0.6651759 0.2002491 0.6684294 0.211809 0.667318 0.2009084 0.6704453 0.2096334 0.6691579 0.20148 0.667318 0.2009084 0.6691579 0.20148 0.6674738 0.1967424 0.7571535 0.1497294 0.7556176 0.1490966 0.7542482 0.1517769 0.7571535 0.1497294 0.756718 0.1517015 0.7588372 0.1502372 0.7571535 0.1497294 0.7588372 0.1502372 0.7589392 0.1488931 0.7571535 0.1497294 0.7577518 0.1476919 0.7565294 0.1466653 0.6236999 0.2887786 0.6208513 0.2916667 0.624724 0.2916814 0.6236999 0.2887786 0.624724 0.2916814 0.6265107 0.2907025 0.6236999 0.2887786 0.6266632 0.287386 0.6224356 0.2863613 0.6236999 0.2887786 0.6224356 0.2863613 0.6202306 0.2896654 0.6261425 0.2950544 0.6239805 0.2962762 0.6277582 0.2986626 0.6261425 0.2950544 0.6277582 0.2986626 0.6280861 0.2934184 0.6261425 0.2950544 0.6280861 0.2934184 0.624724 0.2916814 0.6261425 0.2950544 0.624724 0.2916814 0.6224007 0.2937554 0.6184034 0.2937519 0.6163944 0.2955644 0.6203369 0.2959423 0.6184034 0.2937519 0.6203369 0.2959423 0.6224007 0.2937554 0.6184034 0.2937519 0.6208513 0.2916667 0.6178317 0.2904629 0.6184034 0.2937519 0.6178317 0.2904629 0.6129161 0.2920494 0.6219573 0.2986642 0.6200367 0.3009902 0.6234212 0.3016517 0.6219573 0.2986642 0.6234212 0.3016517 0.6255757 0.2990131 0.6219573 0.2986642 0.6239805 0.2962762 0.6203369 0.2959423 0.6219573 0.2986642 0.6203369 0.2959423 0.6184664 0.2979873 0.6130774 0.3053641 0.6159956 0.3030562 0.6145985 0.3014478 0.6130774 0.3053641 0.6115849 0.3039864 0.6099354 0.3082267 0.6130774 0.3053641 0.6099354 0.3082267 0.6113511 0.3088904 0.6130774 0.3053641 0.6141466 0.3068643 0.6162638 0.304838 0.6100141 0.302659 0.6130032 0.2999901 0.6113345 0.2994093 0.6100141 0.302659 0.6086028 0.3014311 0.6061804 0.3037277 0.6100141 0.302659 0.6066181 0.3051833 0.6082106 0.3067342 0.6100141 0.302659 0.6115849 0.3039864 0.6130032 0.2999901 0.6181824 0.3020262 0.6200367 0.3009902 0.6167231 0.2996352 0.6181824 0.3020262 0.6167231 0.2996352 0.6145985 0.3014478 0.6181824 0.3020262 0.6159956 0.3030562 0.617878 0.3049525 0.6181824 0.3020262 0.617878 0.3049525 0.6200869 0.3057181 0.6148622 0.2976345 0.6163944 0.2955644 0.6129161 0.2920494 0.6148622 0.2976345 0.612013 0.297411 0.6130032 0.2999901 0.6148622 0.2976345 0.6130032 0.2999901 0.6167231 0.2996352 0.6148622 0.2976345 0.6167231 0.2996352 0.6184664 0.2979873 0.6035385 0.3071051 0.6006169 0.3087256 0.6018812 0.3114597 0.6035385 0.3071051 0.605004 0.3091739 0.6066181 0.3051833 0.6035385 0.3071051 0.6066181 0.3051833 0.6039702 0.3043019 0.6035385 0.3071051 0.6039702 0.3043019 0.6018278 0.3048483 0.6070774 0.3109208 0.6043612 0.3135308 0.6084061 0.313606 0.6070774 0.3109208 0.6101086 0.3111235 0.6099354 0.3082267 0.6070774 0.3109208 0.6099354 0.3082267 0.6082106 0.3067342 0.6070774 0.3109208 0.605004 0.3091739 0.6043612 0.3135308 0.7467685 0.1646115 0.750219 0.1617063 0.7487865 0.1595882 0.7467685 0.1646115 0.7447997 0.1617735 0.7423152 0.1684412 0.7467685 0.1646115 0.7423152 0.1684412 0.745913 0.1713321 0.7467685 0.1646115 0.7488623 0.1664096 0.750219 0.1617063 0.7531159 0.1595757 0.750219 0.1617063 0.7518061 0.1632844 0.7531159 0.1595757 0.7542422 0.161073 0.7554741 0.1579734 0.7531159 0.1595757 0.7554741 0.1579734 0.7521311 0.1577587 0.7531159 0.1595757 0.7521311 0.1577587 0.750219 0.1617063 0.7554073 0.1624233 0.7535545 0.164564 0.7571983 0.1635715 0.7554073 0.1624233 0.7571983 0.1635715 0.7571361 0.1607049 0.7554073 0.1624233 0.7571361 0.1607049 0.7562732 0.1594157 0.7554073 0.1624233 0.7542422 0.161073 0.7535545 0.164564 0.7543775 0.1482136 0.7556176 0.1490966 0.7565294 0.1466653 0.7543775 0.1482136 0.7552371 0.1459881 0.7532852 0.1472055 0.7543775 0.1482136 0.7532852 0.1472055 0.7530634 0.1500508 0.7543775 0.1482136 0.7530634 0.1500508 0.7556176 0.1490966 0.7678675 0.1607842 0.7666 0.159709 0.7663015 0.1629088 0.7678675 0.1607842 0.7663015 0.1629088 0.7693894 0.1618146 0.7678675 0.1607842 0.7693894 0.1618146 0.7700245 0.1587994 0.7678675 0.1607842 0.7700245 0.1587994 0.7688919 0.1573762 0.6202962 0.2844452 0.6177193 0.2827795 0.6178317 0.2904629 0.6202962 0.2844452 0.6178317 0.2904629 0.6202306 0.2896654 0.6202962 0.2844452 0.6224356 0.2863613 0.6266456 0.282419 0.6202962 0.2844452 0.6239158 0.2782748 0.6177193 0.2827795 0.7659122 0.1709002 0.762578 0.1703687 0.7615423 0.1729003 0.7659122 0.1709002 0.766279 0.1726337 0.7727037 0.1710764 0.7659122 0.1709002 0.7677395 0.169844 0.7639228 0.1680161 0.6075887 0.3003521 0.6067731 0.2993476 0.6039702 0.3043019 0.6075887 0.3003521 0.6039702 0.3043019 0.6061804 0.3037277 0.6075887 0.3003521 0.6086028 0.3014311 0.6113345 0.2994093 0.6075887 0.3003521 0.612013 0.297411 0.6067731 0.2993476 0.6144478 0.3085595 0.6143649 0.3103523 0.6200869 0.3057181 0.6144478 0.3085595 0.617878 0.3049525 0.6141466 0.3068643 0.6144478 0.3085595 0.6141466 0.3068643 0.6113511 0.3088904 0.6144478 0.3085595 0.6101086 0.3111235 0.6143649 0.3103523 0.7586731 0.1692684 0.7547921 0.1680986 0.7541992 0.1700826 0.7586731 0.1692684 0.7571154 0.1716639 0.762578 0.1703687 0.7586731 0.1692684 0.762578 0.1703687 0.7639228 0.1680161 0.7586731 0.1692684 0.7594692 0.1668528 0.7547921 0.1680986 0.7425076 0.1577045 0.7413105 0.1536292 0.7365637 0.1596277 0.7425076 0.1577045 0.7365637 0.1596277 0.7396682 0.1648538 0.7425076 0.1577045 0.7447997 0.1617735 0.7475016 0.1566882 0.7425076 0.1577045 0.7475016 0.1566882 0.7468831 0.1537115 0.7426268 0.1507724 0.7451998 0.1485249 0.7423046 0.1471139 0.7426268 0.1507724 0.7387767 0.1491205 0.7413105 0.1536292 0.7426268 0.1507724 0.7413105 0.1536292 0.7474487 0.1513629 0.7426268 0.1507724 0.7474487 0.1513629 0.7451998 0.1485249 0.7659173 0.1653129 0.7668573 0.1675063 0.768022 0.1653992 0.7659173 0.1653129 0.768022 0.1653992 0.7681368 0.1633874 0.7659173 0.1653129 0.7663015 0.1629088 0.7634361 0.1650573 0.7659173 0.1653129 0.7634361 0.1650573 0.7639228 0.1680161 0.7602022 0.1644632 0.7594692 0.1668528 0.7634361 0.1650573 0.7602022 0.1644632 0.7634361 0.1650573 0.7640503 0.1621723 0.7602022 0.1644632 0.7609323 0.1622869 0.7585327 0.1617067 0.7602022 0.1644632 0.7571983 0.1635715 0.7559477 0.1657013 0.7513906 0.1554499 0.7475016 0.1566882 0.7487865 0.1595882 0.7513906 0.1554499 0.7521311 0.1577587 0.7548128 0.1562952 0.7513906 0.1554499 0.7543632 0.1542983 0.7542482 0.1517769 0.7513906 0.1554499 0.7509438 0.1530879 0.7475016 0.1566882 0.7508408 0.1511115 0.7474487 0.1513629 0.7468831 0.1537115 0.7508408 0.1511115 0.7509438 0.1530879 0.7530634 0.1500508 0.7508408 0.1511115 0.7530634 0.1500508 0.752379 0.1485961 0.7508408 0.1511115 0.7509095 0.1493279 0.7474487 0.1513629 0.7449412 0.180222 0.7404313 0.184722 0.7481122 0.1849975 0.7449412 0.180222 0.7481122 0.1849975 0.7499338 0.1766991 0.7449412 0.180222 0.7499338 0.1766991 0.7404171 0.1766023 0.7449412 0.180222 0.7404171 0.1766023 0.7357448 0.181881 0.7364096 0.1733453 0.7328889 0.1693679 0.730845 0.178526 0.7364096 0.1733453 0.730845 0.178526 0.7357448 0.181881 0.7364096 0.1733453 0.7404171 0.1766023 0.7423152 0.1684412 0.7364096 0.1733453 0.7423152 0.1684412 0.7396682 0.1648538 0.7230231 0.15201 0.7281246 0.1478139 0.7252565 0.1434952 0.7230231 0.15201 0.7199859 0.1472321 0.7173987 0.1565946 0.7230231 0.15201 0.7173987 0.1565946 0.7267075 0.1573514 0.7230231 0.15201 0.7267075 0.1573514 0.7281246 0.1478139 0.6318374 0.2809286 0.6291906 0.2784487 0.6266456 0.282419 0.6318374 0.2809286 0.6305908 0.2852585 0.6342549 0.2827574 0.6318374 0.2809286 0.6342549 0.2827574 0.6346655 0.2775607 0.6318374 0.2809286 0.6322797 0.2764856 0.6291906 0.2784487 0.6294547 0.2897874 0.6305908 0.2852585 0.6266632 0.287386 0.6294547 0.2897874 0.6266632 0.287386 0.6265107 0.2907025 0.6294547 0.2897874 0.6280861 0.2934184 0.6321603 0.2940858 0.6294547 0.2897874 0.6321603 0.2940858 0.6343455 0.2900684 0.6261726 0.1920272 0.6279788 0.196095 0.6317489 0.1937881 0.6261726 0.1920272 0.6299899 0.1900605 0.6246185 0.187381 0.6261726 0.1920272 0.6246185 0.187381 0.6210716 0.188977 0.6261726 0.1920272 0.6225008 0.1946662 0.6279788 0.196095 0.634098 0.1894386 0.6359404 0.1934692 0.6380412 0.1888645 0.634098 0.1894386 0.6380412 0.1888645 0.6357692 0.1840976 0.634098 0.1894386 0.6320675 0.1851049 0.6299899 0.1900605 0.634098 0.1894386 0.6299899 0.1900605 0.6317489 0.1937881 0.6413636 0.1870415 0.6453236 0.1947283 0.6486202 0.1925379 0.6413636 0.1870415 0.6449712 0.1846065 0.63907 0.1824359 0.6413636 0.1870415 0.63907 0.1824359 0.6357692 0.1840976 0.6413636 0.1870415 0.6380412 0.1888645 0.6415604 0.195949 0.6800929 0.1333218 0.6863338 0.135349 0.6885198 0.1310905 0.6800929 0.1333218 0.6831343 0.1293913 0.6797513 0.1278514 0.6800929 0.1333218 0.6764572 0.1312494 0.6768046 0.1377549 0.6800929 0.1333218 0.6768046 0.1377549 0.6839624 0.139914 0.6497697 0.1821968 0.652664 0.1901469 0.6571719 0.1859769 0.6497697 0.1821968 0.6546187 0.1790297 0.6479914 0.1780984 0.6497697 0.1821968 0.6479914 0.1780984 0.6428505 0.180357 0.6497697 0.1821968 0.6449712 0.1846065 0.652664 0.1901469 0.6730223 0.1431933 0.6812201 0.1450918 0.6768046 0.1377549 0.6730223 0.1431933 0.6768046 0.1377549 0.6684345 0.1409326 0.6730223 0.1431933 0.6684345 0.1409326 0.6683771 0.1485974 0.6730223 0.1431933 0.6683771 0.1485974 0.676074 0.1509681 0.6648479 0.1389796 0.6684345 0.1409326 0.6728045 0.1353693 0.6648479 0.1389796 0.6697225 0.1332573 0.661675 0.136865 0.6648479 0.1389796 0.661675 0.136865 0.6563338 0.1432824 0.6648479 0.1389796 0.6597844 0.1450764 0.6684345 0.1409326 0.6467669 0.175296 0.6479914 0.1780984 0.6515862 0.1726918 0.6467669 0.175296 0.6515862 0.1726918 0.650135 0.1707992 0.6467669 0.175296 0.6457567 0.1732311 0.6412947 0.1751198 0.6467669 0.175296 0.6418616 0.1773831 0.6479914 0.1780984 0.6551988 0.1502398 0.6585695 0.1515719 0.6597844 0.1450764 0.6551988 0.1502398 0.6597844 0.1450764 0.6518425 0.1487196 0.6551988 0.1502398 0.6518425 0.1487196 0.6508523 0.1549364 0.6551988 0.1502398 0.6508523 0.1549364 0.6534333 0.1559261 0.6549965 0.1693742 0.6566801 0.1715007 0.6595478 0.1672513 0.6549965 0.1693742 0.6577022 0.1657001 0.653337 0.1676845 0.6549965 0.1693742 0.653337 0.1676845 0.650135 0.1707992 0.6549965 0.1693742 0.6515862 0.1726918 0.6566801 0.1715007 0.6737411 0.1292176 0.6764572 0.1312494 0.6773318 0.1260191 0.6737411 0.1292176 0.6773318 0.1260191 0.6752653 0.1235248 0.6737411 0.1292176 0.6713533 0.1267412 0.6697225 0.1332573 0.6737411 0.1292176 0.6697225 0.1332573 0.6728045 0.1353693 0.6381934 0.1791495 0.63907 0.1824359 0.6428505 0.180357 0.6381934 0.1791495 0.6418616 0.1773831 0.6378417 0.1766049 0.6381934 0.1791495 0.6378417 0.1766049 0.634498 0.1776477 0.6381934 0.1791495 0.6348659 0.1805273 0.63907 0.1824359 0.6309825 0.1814488 0.6320675 0.1851049 0.6357692 0.1840976 0.6309825 0.1814488 0.6348659 0.1805273 0.6303635 0.1782092 0.6309825 0.1814488 0.6303635 0.1782092 0.6269785 0.1822854 0.6309825 0.1814488 0.6269785 0.1822854 0.6282542 0.1860139 0.6232895 0.1834084 0.6246185 0.187381 0.6269785 0.1822854 0.6232895 0.1834084 0.6269785 0.1822854 0.6222942 0.1798318 0.6232895 0.1834084 0.6222942 0.1798318 0.619758 0.1846745 0.6232895 0.1834084 0.619758 0.1846745 0.6210716 0.188977 0.6217409 0.1763733 0.6222942 0.1798318 0.6260814 0.1787753 0.6217409 0.1763733 0.625481 0.1753835 0.6214088 0.1729739 0.6217409 0.1763733 0.6214088 0.1729739 0.6180097 0.1743916 0.6217409 0.1763733 0.618256 0.1777285 0.6222942 0.1798318 0.2212817 0.4315368 0.2191876 0.4346562 0.2225383 0.4355387 0.2212817 0.4315368 0.2246574 0.4323896 0.2235278 0.4284052 0.2212817 0.4315368 0.2235278 0.4284052 0.2210869 0.4279676 0.2212817 0.4315368 0.2187494 0.4303755 0.2191876 0.4346562 0.2279262 0.4335598 0.2261128 0.4365206 0.2311443 0.4345569 0.2279262 0.4335598 0.2311443 0.4345569 0.2322211 0.4324364 0.2279262 0.4335598 0.230032 0.4309659 0.2269757 0.4294317 0.2279262 0.4335598 0.2246574 0.4323896 0.2225383 0.4355387 0.2178344 0.4375213 0.2167292 0.4396759 0.219103 0.4406082 0.2178344 0.4375213 0.220641 0.4383653 0.2191876 0.4346562 0.2178344 0.4375213 0.2191876 0.4346562 0.2155677 0.4367159 0.2178344 0.4375213 0.2155677 0.4367159 0.2152329 0.4385305 0.2238709 0.4392656 0.2219482 0.4416268 0.2243583 0.4420235 0.2238709 0.4392656 0.2266773 0.4402875 0.2261128 0.4365206 0.2238709 0.4392656 0.2261128 0.4365206 0.2225383 0.4355387 0.2238709 0.4392656 0.220641 0.4383653 0.2219482 0.4416268 0.2331511 0.4293214 0.2367776 0.4278271 0.2323279 0.4251671 0.2331511 0.4293214 0.2294706 0.4271786 0.230032 0.4309659 0.2331511 0.4293214 0.230032 0.4309659 0.2322211 0.4324364 0.2331511 0.4293214 0.2351824 0.4319019 0.2367776 0.4278271 0.2253372 0.4255031 0.2274594 0.4226275 0.2195532 0.4201133 0.2253372 0.4255031 0.2213257 0.4254764 0.2235278 0.4284052 0.2253372 0.4255031 0.2235278 0.4284052 0.2269757 0.4294317 0.2253372 0.4255031 0.2294706 0.4271786 0.2274594 0.4226275 0.2153792 0.4406637 0.2142727 0.4411946 0.2173482 0.4428877 0.2153792 0.4406637 0.2180614 0.4420065 0.2167292 0.4396759 0.2153792 0.4406637 0.2167292 0.4396759 0.2152329 0.4385305 0.2153792 0.4406637 0.2137699 0.438831 0.2142727 0.4411946 0.2210921 0.4434364 0.2205997 0.444642 0.2244749 0.4436881 0.2210921 0.4434364 0.2244749 0.4436881 0.2219482 0.4416268 0.2210921 0.4434364 0.2219482 0.4416268 0.219103 0.4406082 0.2210921 0.4434364 0.2180614 0.4420065 0.2205997 0.444642 0.2168974 0.448836 0.2185499 0.4462133 0.2159035 0.4448392 0.2168974 0.448836 0.2141731 0.4474257 0.2149954 0.4523554 0.2168974 0.448836 0.2149954 0.4523554 0.2170319 0.4530391 0.2168974 0.448836 0.2190676 0.4503778 0.2199033 0.4479053 0.2117061 0.44598 0.2133452 0.4434336 0.2113097 0.4431922 0.2117061 0.44598 0.2095094 0.4450523 0.2093441 0.4490956 0.2117061 0.44598 0.2093441 0.4490956 0.2119197 0.4507781 0.2117061 0.44598 0.2141731 0.4474257 0.2133452 0.4434336 0.2197682 0.4451915 0.2205997 0.444642 0.2173482 0.4428877 0.2197682 0.4451915 0.2167955 0.4435793 0.2185499 0.4462133 0.2197682 0.4451915 0.2185499 0.4462133 0.2199033 0.4479053 0.2197682 0.4451915 0.2212994 0.4477571 0.2205997 0.444642 0.2138978 0.4419782 0.2142727 0.4411946 0.2099333 0.4398538 0.2138978 0.4419782 0.2108923 0.4419851 0.2133452 0.4434336 0.2138978 0.4419782 0.2133452 0.4434336 0.2159035 0.4448392 0.2138978 0.4419782 0.2167955 0.4435793 0.2142727 0.4411946 0.2066234 0.452259 0.2037233 0.4554462 0.209459 0.4543353 0.2066234 0.452259 0.209459 0.4543353 0.2093441 0.4490956 0.2066234 0.452259 0.2093441 0.4490956 0.2056326 0.4493691 0.2066234 0.452259 0.2056326 0.4493691 0.2029044 0.4516124 0.213029 0.4560675 0.2110305 0.4598758 0.2155807 0.4592322 0.213029 0.4560675 0.2167086 0.4558852 0.2149954 0.4523554 0.213029 0.4560675 0.2149954 0.4523554 0.2119197 0.4507781 0.213029 0.4560675 0.209459 0.4543353 0.2110305 0.4598758 0.1601892 0.3697788 0.1540177 0.37414 0.1566293 0.3773756 0.1601892 0.3697788 0.1628386 0.374504 0.1668891 0.3649533 0.1601892 0.3697788 0.1668891 0.3649533 0.1562845 0.364746 0.1601892 0.3697788 0.1562845 0.364746 0.1505036 0.3702301 0.1647567 0.3790039 0.1583973 0.3808727 0.1603715 0.3846085 0.1647567 0.3790039 0.1667079 0.3833006 0.1718972 0.377197 0.1647567 0.3790039 0.1718972 0.377197 0.1698494 0.3714779 0.1647567 0.3790039 0.1628386 0.374504 0.1583973 0.3808727 0.1720791 0.3603618 0.1668891 0.3649533 0.1698494 0.3714779 0.1720791 0.3603618 0.1762785 0.3686788 0.1774391 0.3551032 0.1720791 0.3603618 0.1774391 0.3551032 0.1658557 0.3529093 0.1720791 0.3603618 0.1658557 0.3529093 0.1621805 0.358695 0.1785441 0.3758459 0.1718972 0.377197 0.1735706 0.3822484 0.1785441 0.3758459 0.1798198 0.3819152 0.1849212 0.3752403 0.1785441 0.3758459 0.1849212 0.3752403 0.1762785 0.3686788 0.1785441 0.3758459 0.1762785 0.3686788 0.1718972 0.377197 0.1540936 0.3824099 0.1583973 0.3808727 0.1526048 0.379711 0.1540936 0.3824099 0.1526048 0.379711 0.1494766 0.3818759 0.1540936 0.3824099 0.1507276 0.3840164 0.1519802 0.3869133 0.1540936 0.3824099 0.1557012 0.3857085 0.1583973 0.3808727 0.1504128 0.3773384 0.1540177 0.37414 0.1471737 0.3743156 0.1504128 0.3773384 0.1471737 0.3743156 0.1477752 0.379926 0.1504128 0.3773384 0.1477752 0.379926 0.1494766 0.3818759 0.1504128 0.3773384 0.1526048 0.379711 0.1540177 0.37414 0.1530997 0.4019428 0.1517811 0.4002255 0.149488 0.4032285 0.1530997 0.4019428 0.1511133 0.404558 0.1542468 0.4039319 0.1530997 0.4019428 0.1542468 0.4039319 0.1570702 0.4018668 0.1530997 0.4019428 0.156325 0.3994151 0.1517811 0.4002255 0.1253718 0.3717594 0.1278072 0.3740926 0.1298546 0.3679391 0.1253718 0.3717594 0.1298546 0.3679391 0.122583 0.3694339 0.1253718 0.3717594 0.122583 0.3694339 0.1207135 0.3747014 0.1253718 0.3717594 0.1207135 0.3747014 0.1232959 0.3772881 0.2180109 0.4282797 0.2181692 0.4257167 0.2150797 0.4307804 0.2180109 0.4282797 0.2155143 0.4323018 0.2187494 0.4303755 0.2180109 0.4282797 0.2187494 0.4303755 0.2210869 0.4279676 0.2180109 0.4282797 0.2213257 0.4254764 0.2181692 0.4257167 0.2139578 0.4359313 0.2126762 0.4351572 0.2137699 0.438831 0.2139578 0.4359313 0.2137699 0.438831 0.2155677 0.4367159 0.2139578 0.4359313 0.2155677 0.4367159 0.2166499 0.4336511 0.2139578 0.4359313 0.2155143 0.4323018 0.2126762 0.4351572 0.2343679 0.4348904 0.2375943 0.4348921 0.2351824 0.4319019 0.2343679 0.4348904 0.2351824 0.4319019 0.2322211 0.4324364 0.2343679 0.4348904 0.2311443 0.4345569 0.2317107 0.4381381 0.2343679 0.4348904 0.2317107 0.4381381 0.2336223 0.4387241 0.2282138 0.4414963 0.2291152 0.4427986 0.2317107 0.4381381 0.2282138 0.4414963 0.2317107 0.4381381 0.2293555 0.4374407 0.2282138 0.4414963 0.2266773 0.4402875 0.2244749 0.4436881 0.2282138 0.4414963 0.2244749 0.4436881 0.2291152 0.4427986 0.2075964 0.4451966 0.2058252 0.4458769 0.2056326 0.4493691 0.2075964 0.4451966 0.2056326 0.4493691 0.2095094 0.4450523 0.2075964 0.4451966 0.2095094 0.4450523 0.2108923 0.4419851 0.2075964 0.4451966 0.2108923 0.4419851 0.2058252 0.4458769 0.2198725 0.4522184 0.2199947 0.4542084 0.2244477 0.447749 0.2198725 0.4522184 0.2212994 0.4477571 0.2190676 0.4503778 0.2198725 0.4522184 0.2190676 0.4503778 0.2170319 0.4530391 0.2198725 0.4522184 0.2167086 0.4558852 0.2199947 0.4542084 0.1506006 0.3593231 0.1562845 0.364746 0.1621805 0.358695 0.1506006 0.3593231 0.1548879 0.353775 0.1446081 0.3547853 0.1506006 0.3593231 0.1446081 0.3547853 0.1413964 0.3595315 0.1506006 0.3593231 0.1460283 0.3647102 0.1562845 0.364746 0.1575178 0.348336 0.1658557 0.3529093 0.1693612 0.3452521 0.1575178 0.348336 0.15867 0.3429012 0.1490941 0.3460146 0.1575178 0.348336 0.1490941 0.3460146 0.1548879 0.353775 0.1575178 0.348336 0.1548879 0.353775 0.1658557 0.3529093 0.1397783 0.3524075 0.1446081 0.3547853 0.1414047 0.3488857 0.1397783 0.3524075 0.1414047 0.3488857 0.1365063 0.3482472 0.1397783 0.3524075 0.1355296 0.3511098 0.1374126 0.3566456 0.1397783 0.3524075 0.1374126 0.3566456 0.1446081 0.3547853 0.1426132 0.3453181 0.1490941 0.3460146 0.1436945 0.3416728 0.1426132 0.3453181 0.1436945 0.3416728 0.1379971 0.3423952 0.1426132 0.3453181 0.1371038 0.3454342 0.1414047 0.3488857 0.1426132 0.3453181 0.1414047 0.3488857 0.1472247 0.3504273 0.1694563 0.3874165 0.1720892 0.3911398 0.1754075 0.3867697 0.1694563 0.3874165 0.1754075 0.3867697 0.1735706 0.3822484 0.1694563 0.3874165 0.1667079 0.3833006 0.1636017 0.3885599 0.1694563 0.3874165 0.1636017 0.3885599 0.1667344 0.3922567 0.18105 0.3869391 0.1823633 0.3912429 0.1864787 0.3869947 0.18105 0.3869391 0.1864787 0.3869947 0.1856725 0.3817921 0.18105 0.3869391 0.1798198 0.3819152 0.1754075 0.3867697 0.18105 0.3869391 0.1754075 0.3867697 0.1771659 0.3907586 0.1736935 0.3942589 0.1747837 0.3970759 0.1786038 0.3942131 0.1736935 0.3942589 0.1786038 0.3942131 0.1771659 0.3907586 0.1736935 0.3942589 0.1720892 0.3911398 0.1684159 0.3952288 0.1736935 0.3942589 0.1684159 0.3952288 0.1693717 0.3978383 0.1838892 0.3951519 0.1855211 0.3988637 0.1891696 0.3955233 0.1838892 0.3951519 0.1891696 0.3955233 0.1875682 0.3913908 0.1838892 0.3951519 0.1823633 0.3912429 0.1786038 0.3942131 0.1838892 0.3951519 0.1786038 0.3942131 0.1798814 0.3974003 0.1339864 0.3623619 0.1374126 0.3566456 0.1307556 0.3605197 0.1339864 0.3623619 0.1307556 0.3605197 0.1269086 0.3660095 0.1339864 0.3623619 0.1298546 0.3679391 0.1377411 0.3651092 0.1339864 0.3623619 0.1377411 0.3651092 0.1413964 0.3595315 0.1425433 0.3696665 0.1460283 0.3647102 0.1377411 0.3651092 0.1425433 0.3696665 0.1377411 0.3651092 0.133424 0.3709402 0.1425433 0.3696665 0.1399821 0.3739077 0.1471737 0.3743156 0.1425433 0.3696665 0.1471737 0.3743156 0.1505036 0.3702301 0.1582491 0.3898805 0.1636017 0.3885599 0.1603715 0.3846085 0.1582491 0.3898805 0.1557012 0.3857085 0.1536865 0.3911326 0.1582491 0.3898805 0.1536865 0.3911326 0.154653 0.3963794 0.1582491 0.3898805 0.160703 0.3939802 0.1636017 0.3885599 0.1620284 0.3970623 0.1684159 0.3952288 0.1667344 0.3922567 0.1620284 0.3970623 0.160703 0.3939802 0.156325 0.3994151 0.1620284 0.3970623 0.156325 0.3994151 0.1570702 0.4018668 0.1620284 0.3970623 0.1627895 0.3996354 0.1684159 0.3952288 0.1912525 0.3756699 0.1913455 0.3813696 0.1967893 0.3805387 0.1912525 0.3756699 0.1971948 0.3762284 0.1925647 0.3692851 0.1912525 0.3756699 0.1925647 0.3692851 0.1849212 0.3752403 0.1912525 0.3756699 0.1849212 0.3752403 0.1856725 0.3817921 0.1917889 0.3860062 0.1969562 0.3843039 0.1913455 0.3813696 0.1917889 0.3860062 0.1913455 0.3813696 0.1856725 0.3817921 0.1917889 0.3860062 0.1864787 0.3869947 0.1926674 0.3900011 0.1917889 0.3860062 0.1926674 0.3900011 0.1975731 0.3877452 0.1940652 0.3937752 0.1891696 0.3955233 0.1957228 0.3974391 0.1940652 0.3937752 0.1957228 0.3974391 0.1996257 0.3943697 0.1940652 0.3937752 0.1985175 0.3910833 0.1926674 0.3900011 0.1940652 0.3937752 0.1926674 0.3900011 0.1891696 0.3955233 0.1909234 0.529013 0.1892378 0.5333319 0.1952094 0.5362301 0.1909234 0.529013 0.1967127 0.5306991 0.1949074 0.5219111 0.1909234 0.529013 0.1886408 0.5229665 0.1853139 0.5267614 0.1909234 0.529013 0.1853139 0.5267614 0.1892378 0.5333319 0.207606 0.5345461 0.2070683 0.52764 0.1967127 0.5306991 0.207606 0.5345461 0.1967127 0.5306991 0.2065906 0.5404714 0.207606 0.5345461 0.2065906 0.5404714 0.2185388 0.5380988 0.207606 0.5345461 0.2185388 0.5380988 0.2163227 0.5313655 0.2209924 0.5278514 0.2160096 0.5255725 0.2163227 0.5313655 0.2209924 0.5278514 0.2217476 0.5330628 0.2243384 0.529148 0.2209924 0.5278514 0.2243384 0.529148 0.2253012 0.524967 0.2209924 0.5278514 0.2220195 0.5232457 0.2160096 0.5255725 0.2246679 0.5192236 0.2205812 0.5160357 0.2174718 0.5205269 0.2246679 0.5192236 0.2220195 0.5232457 0.2277604 0.5211849 0.2246679 0.5192236 0.2277604 0.5211849 0.2282511 0.5154048 0.2246679 0.5192236 0.2282511 0.5154048 0.224483 0.5115512 0.2320825 0.5114087 0.2283221 0.5065253 0.2282511 0.5154048 0.2320825 0.5114087 0.2282511 0.5154048 0.2311902 0.5178082 0.2320825 0.5114087 0.2350645 0.5148429 0.2360379 0.507324 0.2320825 0.5114087 0.2360379 0.507324 0.2321299 0.5012289 0.1268247 0.648696 0.127122 0.6462932 0.1225908 0.6475191 0.1268247 0.648696 0.1225908 0.6475191 0.1259208 0.6507433 0.1268247 0.648696 0.1259208 0.6507433 0.1295688 0.6513571 0.1268247 0.648696 0.1310586 0.6498728 0.127122 0.6462932 0.2244464 0.5389021 0.2185388 0.5380988 0.2293341 0.5442209 0.2244464 0.5389021 0.2293341 0.5442209 0.231911 0.5425802 0.2244464 0.5389021 0.2275345 0.5383642 0.2217476 0.5330628 0.2244464 0.5389021 0.2217476 0.5330628 0.2185388 0.5380988 0.2366564 0.5478709 0.2354069 0.5512367 0.2451958 0.5506865 0.2366564 0.5478709 0.2451958 0.5506865 0.2382194 0.545557 0.2366564 0.5478709 0.2382194 0.545557 0.231911 0.5425802 0.2366564 0.5478709 0.2293341 0.5442209 0.2354069 0.5512367 0.1692123 0.5481069 0.1657807 0.5545863 0.1699912 0.5562725 0.1692123 0.5481069 0.1746061 0.5480978 0.1697323 0.5414279 0.1692123 0.5481069 0.1697323 0.5414279 0.1633643 0.5436205 0.1692123 0.5481069 0.1634885 0.5483724 0.1657807 0.5545863 0.1637931 0.5358687 0.1697323 0.5414279 0.1687223 0.5321463 0.1637931 0.5358687 0.1687223 0.5321463 0.1562628 0.5262078 0.1637931 0.5358687 0.1538299 0.5308515 0.1587756 0.5391749 0.1637931 0.5358687 0.1587756 0.5391749 0.1633643 0.5436205 0.1422156 0.5370809 0.1400757 0.5411528 0.1471245 0.5398626 0.1422156 0.5370809 0.1471245 0.5398626 0.1434335 0.5322381 0.1422156 0.5370809 0.1434335 0.5322381 0.1351904 0.5328809 0.1422156 0.5370809 0.1351904 0.5328809 0.1328693 0.5370637 0.1422782 0.5257986 0.1538299 0.5308515 0.1562628 0.5262078 0.1422782 0.5257986 0.14087 0.5192719 0.09212136 0.496877 0.1422782 0.5257986 0.1321193 0.5233805 0.1369049 0.529428 0.1422782 0.5257986 0.1434335 0.5322381 0.1538299 0.5308515 0.1263345 0.5262676 0.1231997 0.5320025 0.1351904 0.5328809 0.1263345 0.5262676 0.1351904 0.5328809 0.1321193 0.5233805 0.1512177 0.5602265 0.1414145 0.5560533 0.1391059 0.5595374 0.1512177 0.5602265 0.1506494 0.5646325 0.1588048 0.5618173 0.1512177 0.5602265 0.1588048 0.5618173 0.1566544 0.5574654 0.1512177 0.5602265 0.1506978 0.5560229 0.1414145 0.5560533 0.1629854 0.5595468 0.1588048 0.5618173 0.1663168 0.5625296 0.1629854 0.5595468 0.1663168 0.5625296 0.1657807 0.5545863 0.1629854 0.5595468 0.1657807 0.5545863 0.1614964 0.5527516 0.1629854 0.5595468 0.1597361 0.5560787 0.1588048 0.5618173 0.1384651 0.5452796 0.1434486 0.5478245 0.1450409 0.5440723 0.1384651 0.5452796 0.1400757 0.5411528 0.1312129 0.5417556 0.1384651 0.5452796 0.1312129 0.5417556 0.1358222 0.5486809 0.1384651 0.5452796 0.1358222 0.5486809 0.1434486 0.5478245 0.1209906 0.5381278 0.1225163 0.5444002 0.1312129 0.5417556 0.1209906 0.5381278 0.1312129 0.5417556 0.1328693 0.5370637 0.1305858 0.5505766 0.1225163 0.5444002 0.08403915 0.5308011 0.1305858 0.5505766 0.1248968 0.5521883 0.1391059 0.5595374 0.1305858 0.5505766 0.1414145 0.5560533 0.1358222 0.5486809 0.1305858 0.5505766 0.1358222 0.5486809 0.129796 0.5450403 0.1507402 0.5528154 0.1506978 0.5560229 0.1545397 0.5536342 0.1507402 0.5528154 0.1545397 0.5536342 0.1524429 0.5500633 0.1507402 0.5528154 0.1510636 0.5501059 0.1474032 0.5509069 0.1507402 0.5528154 0.1474032 0.5509069 0.1433477 0.5521836 0.7515293 0.1673588 0.7547921 0.1680986 0.7559477 0.1657013 0.7515293 0.1673588 0.7535545 0.164564 0.7518061 0.1632844 0.7515293 0.1673588 0.7488623 0.1664096 0.7511156 0.1705785 0.7515293 0.1673588 0.7511156 0.1705785 0.7541992 0.1700826 0.1780656 0.9522476 0.1832523 0.9492148 0.172733 0.9446198 0.1780656 0.9522476 0.1718986 0.9497324 0.1734567 0.955918 0.1780656 0.9522476 0.1734567 0.955918 0.1760856 0.9605813 0.1780656 0.9522476 0.182645 0.9574167 0.1832523 0.9492148 0.1655721 0.9504396 0.1624612 0.9467762 0.1582707 0.9524396 0.1655721 0.9504396 0.1582707 0.9524396 0.160458 0.9573243 0.1655721 0.9504396 0.1667648 0.9550201 0.1707414 0.9532806 0.1655721 0.9504396 0.1718986 0.9497324 0.172733 0.9446198 0.1491791 0.953803 0.151076 0.9568919 0.1582707 0.9524396 0.1491791 0.953803 0.1582707 0.9524396 0.1546818 0.9491247 0.1491791 0.953803 0.1458795 0.9508109 0.1407174 0.9554157 0.1491791 0.953803 0.1407174 0.9554157 0.1432098 0.9580234 0.1681697 0.9604698 0.1629129 0.9643301 0.169657 0.9661675 0.1681697 0.9604698 0.169657 0.9661675 0.1734567 0.955918 0.1681697 0.9604698 0.1734567 0.955918 0.1707414 0.9532806 0.1681697 0.9604698 0.1667648 0.9550201 0.1629129 0.9643301 0.1710968 0.9714921 0.177459 0.9669109 0.169657 0.9661675 0.1710968 0.9714921 0.169657 0.9661675 0.1636254 0.976283 0.1710968 0.9714921 0.1636254 0.976283 0.1652461 0.9796512 0.1710968 0.9714921 0.173224 0.9758658 0.1777961 0.971728 0.1293683 0.9784458 0.1232783 0.9714428 0.1251727 0.9803656 0.1293683 0.9784458 0.1251727 0.9803656 0.1350591 0.987757 0.1293683 0.9784458 0.1396837 0.9839798 0.1324984 0.9769117 0.1293683 0.9784458 0.1324984 0.9769117 0.1270609 0.9707046 0.1963363 0.3625929 0.2014198 0.3665585 0.2048317 0.361985 0.1963363 0.3625929 0.2010514 0.3565531 0.1905887 0.3566305 0.1963363 0.3625929 0.1905887 0.3566305 0.184214 0.3657527 0.1963363 0.3625929 0.1925647 0.3692851 0.1985969 0.3715196 0.2053673 0.3689219 0.208747 0.3704844 0.2077026 0.3654375 0.2053673 0.3689219 0.2077026 0.3654375 0.2014198 0.3665585 0.2053673 0.3689219 0.2014198 0.3665585 0.2034828 0.3726088 0.2053673 0.3689219 0.2034828 0.3726088 0.2077955 0.3731254 0.6630924 0.1794903 0.6666948 0.1735185 0.6604087 0.1771991 0.6630924 0.1794903 0.6604087 0.1771991 0.6571719 0.1859769 0.6630924 0.1794903 0.6612175 0.1877856 0.6661641 0.1815892 0.6630924 0.1794903 0.6661641 0.1815892 0.6666948 0.1735185 0.6583777 0.1743224 0.6546187 0.1790297 0.6604087 0.1771991 0.6583777 0.1743224 0.6604087 0.1771991 0.6639389 0.1708211 0.6583777 0.1743224 0.6615916 0.1688452 0.6566801 0.1715007 0.6583777 0.1743224 0.6566801 0.1715007 0.653074 0.1752748 0.6673432 0.1566855 0.6764115 0.1551699 0.676074 0.1509681 0.6673432 0.1566855 0.6658161 0.1545509 0.6606736 0.1591221 0.6673432 0.1566855 0.6606736 0.1591221 0.6625818 0.1609947 0.6673432 0.1566855 0.6681218 0.1593089 0.6764115 0.1551699 0.6625002 0.1529277 0.6560073 0.1567211 0.6584591 0.1576703 0.6625002 0.1529277 0.6658161 0.1545509 0.676074 0.1509681 0.6625002 0.1529277 0.6683771 0.1485974 0.6636039 0.146735 0.6625002 0.1529277 0.6585695 0.1515719 0.6560073 0.1567211 0.9530302 0.1185724 0.9589025 0.1092069 0.9693945 0.08045989 0.9530302 0.1185724 0.9580172 0.1030497 0.9454259 0.1252382 0.9530302 0.1185724 0.9445508 0.1339303 0.9458199 0.1361393 0.9530302 0.1185724 0.9492692 0.1315429 0.9589025 0.1092069 0.9273324 0.1979829 0.9200589 0.21451 0.9352667 0.18426 0.9273324 0.1979829 0.9352667 0.18426 0.9454033 0.1576253 0.9273324 0.1979829 0.9211153 0.2082241 0.918967 0.2135711 0.1922852 0.9763422 0.1956695 0.9703962 0.1827816 0.9791594 0.1922852 0.9763422 0.1827816 0.9791594 0.1740518 0.9874346 0.1922852 0.9763422 0.191892 0.9806389 0.2035365 0.9718922 0.1922852 0.9763422 0.2035365 0.9718922 0.2030374 0.9683995 0.08867245 0.8889875 0.08808004 0.8868942 0.1042712 0.8861575 0.08867245 0.8889875 0.1042712 0.8861575 0.08958643 0.892417 0.08867245 0.8889875 0.08958643 0.892417 0.07369452 0.8945789 0.08867245 0.8889875 0.07199883 0.8917636 0.08808004 0.8868942 0.1174613 0.8818545 0.1210507 0.8844313 0.1076088 0.8905352 0.6824846 0.4177768 0.6970763 0.4113294 0.6921443 0.4020446 0.1210507 0.8844313 0.1174613 0.8818545 0.1283435 0.8804189 0.7692643 0.1689986 0.7677395 0.169844 0.7727037 0.1710764 0.7692643 0.1689986 0.7724048 0.1701405 0.7706379 0.1682587 0.7692643 0.1689986 0.7706379 0.1682587 0.7689029 0.1672298 0.7692643 0.1689986 0.7668573 0.1675063 0.7677395 0.169844 0.03370088 0.9530056 0.03433084 0.9530417 0.03413635 0.9524166 0.03370088 0.9530056 0.03343248 0.9526804 0.03234148 0.9529559 0.03370088 0.9530056 0.03322511 0.9532918 0.0337814 0.9536343 0.03097265 0.9530928 0.02989 0.9531017 0.03010237 0.9534702 0.03097265 0.9530928 0.0312438 0.9532679 0.03234148 0.9529559 0.03097265 0.9530928 0.03132152 0.952835 0.03021448 0.9526804 0.03263449 0.9535357 0.03269618 0.9539502 0.0337814 0.9536343 0.03263449 0.9535357 0.03322511 0.9532918 0.03234148 0.9529559 0.03263449 0.9535357 0.03193324 0.9534804 0.03147649 0.9539638 0.03133517 0.95349 0.03057616 0.9538046 0.03147649 0.9539638 0.03133517 0.95349 0.03193324 0.9534804 0.03234148 0.9529559 0.03133517 0.95349 0.0312438 0.9532679 0.03010237 0.9534702 0.03163772 0.9525427 0.03098815 0.9522319 0.03021448 0.9526804 0.03163772 0.9525427 0.03132152 0.952835 0.03234148 0.9529559 0.03163772 0.9525427 0.03234165 0.9524479 0.03211671 0.9519727 0.03306663 0.9524099 0.03330898 0.9520263 0.03211671 0.9519727 0.03306663 0.9524099 0.03234165 0.9524479 0.03234148 0.9529559 0.03306663 0.9524099 0.03343248 0.9526804 0.03413635 0.9524166 0.658133 0.5983222 0.6665375 0.5939183 0.6545026 0.5918708 0.658133 0.5983222 0.6545026 0.5918708 0.64444 0.5996268 0.658133 0.5983222 0.6505798 0.6045617 0.6614906 0.6037292 0.658133 0.5983222 0.6614906 0.6037292 0.6673258 0.6005249 0.6436865 0.6126827 0.6505798 0.6045617 0.64444 0.5996268 0.6436865 0.6126827 0.6339439 0.6101244 0.6371234 0.6217443 0.6436865 0.6126827 0.6371234 0.6217443 0.6497778 0.6216927 0.6436865 0.6126827 0.6527561 0.6148304 0.6505798 0.6045617 0.6891964 0.5965811 0.6924401 0.6035777 0.7010937 0.5921978 0.6891964 0.5965811 0.697103 0.5851598 0.6842715 0.5917636 0.6891964 0.5965811 0.6842715 0.5917636 0.6784607 0.6010358 0.6891964 0.5965811 0.6817402 0.6061766 0.6924401 0.6035777 0.6759844 0.591304 0.6665375 0.5939183 0.6733192 0.5993895 0.6759844 0.591304 0.6733192 0.5993895 0.6784607 0.6010358 0.6759844 0.591304 0.6842715 0.5917636 0.6787304 0.5818037 0.6759844 0.591304 0.6787304 0.5818037 0.6654824 0.5861614 0.6708156 0.6046453 0.6735144 0.6069292 0.6733192 0.5993895 0.6708156 0.6046453 0.6733192 0.5993895 0.6673258 0.6005249 0.6708156 0.6046453 0.6675809 0.6048307 0.6676394 0.6075242 0.6708156 0.6046453 0.6688906 0.6085994 0.6735144 0.6069292 0.675185 0.6121203 0.6763415 0.6187651 0.6840887 0.6130644 0.675185 0.6121203 0.6817402 0.6061766 0.6735144 0.6069292 0.675185 0.6121203 0.6735144 0.6069292 0.670774 0.6099939 0.675185 0.6121203 0.6703267 0.6143441 0.6685227 0.6214861 0.6643026 0.6070473 0.6675809 0.6048307 0.6614906 0.6037292 0.6643026 0.6070473 0.6614906 0.6037292 0.6564288 0.6086239 0.6643026 0.6070473 0.6616968 0.6109408 0.6648324 0.6121479 0.6643026 0.6070473 0.6664869 0.6096172 0.6676394 0.6075242 0.6679612 0.6127796 0.6664869 0.6096172 0.6648324 0.6121479 0.6679612 0.6127796 0.6658749 0.6157706 0.6685227 0.6214861 0.6679612 0.6127796 0.6703267 0.6143441 0.670774 0.6099939 0.6679612 0.6127796 0.6688906 0.6085994 0.6664869 0.6096172 0.6604794 0.6161569 0.6616968 0.6109408 0.6564288 0.6086239 0.6604794 0.6161569 0.6527561 0.6148304 0.6599561 0.6220343 0.6604794 0.6161569 0.6599561 0.6220343 0.6685227 0.6214861 0.6604794 0.6161569 0.6658749 0.6157706 0.6648324 0.6121479 0.3439255 0.06310111 0.3411485 0.06829667 0.3470327 0.07124644 0.3439255 0.06310111 0.3492102 0.06320148 0.3430724 0.05776995 0.3439255 0.06310111 0.3430724 0.05776995 0.3397297 0.05936628 0.3439255 0.06310111 0.3391926 0.06270259 0.3411485 0.06829667 0.08102202 0.864135 0.08172553 0.8662675 0.08832716 0.8603991 0.08102202 0.864135 0.08832716 0.8603991 0.08630949 0.8564077 0.08102202 0.864135 0.07996565 0.8593254 0.07445651 0.8663497 0.08102202 0.864135 0.07445651 0.8663497 0.07490497 0.8686212 0.07068443 0.866882 0.07445651 0.8663497 0.07404398 0.8612565 0.07068443 0.866882 0.0701673 0.8615011 0.06827878 0.8668996 0.07068443 0.866882 0.06827878 0.8668996 0.06890219 0.8698506 0.07068443 0.866882 0.07116287 0.869489 0.07445651 0.8663497 0.0658124 0.8675704 0.06827878 0.8668996 0.06734168 0.8612888 0.0658124 0.8675704 0.06457328 0.8618487 0.06304574 0.868671 0.0658124 0.8675704 0.06304574 0.868671 0.06381982 0.8718225 0.0658124 0.8675704 0.06652593 0.870686 0.06827878 0.8668996 0.1042171 0.8561493 0.1071158 0.8482936 0.1024444 0.8480501 0.1042171 0.8561493 0.0983926 0.8561842 0.1021334 0.8596013 0.1042171 0.8561493 0.1021334 0.8596013 0.112903 0.8567162 0.1042171 0.8561493 0.113969 0.8538639 0.1071158 0.8482936 0.01024782 0.7822959 0.009989738 0.7842551 0.01639568 0.7831266 0.01024782 0.7822959 0.01639568 0.7831266 0.01584404 0.780086 0.01024782 0.7822959 0.01039242 0.7802157 0.008145213 0.7820811 0.01024782 0.7822959 0.008145213 0.7820811 0.009989738 0.7842551 0.022933 0.8467286 0.02181434 0.8458989 0.01871854 0.849016 0.022933 0.8467286 0.02402043 0.8477594 0.02833425 0.8436229 0.022933 0.8467286 0.02833425 0.8436229 0.02713704 0.8425852 0.03491413 0.8397201 0.04217481 0.835851 0.04177129 0.8339378 0.03491413 0.8397201 0.03407531 0.838203 0.02833425 0.8436229 0.03491413 0.8397201 0.02833425 0.8436229 0.02955323 0.8447899 0.04961854 0.8328462 0.04990178 0.8347347 0.05610245 0.8307793 0.04961854 0.8328462 0.05610245 0.8307793 0.0558449 0.8290173 0.04961854 0.8328462 0.04936671 0.8309751 0.04217481 0.835851 0.04961854 0.8328462 0.04217481 0.835851 0.04262697 0.8377824 0.06738942 0.8271397 0.07089155 0.8247644 0.06671625 0.8246707 0.06738942 0.8271397 0.06671625 0.8246707 0.06345909 0.8265436 0.07728743 0.8163539 0.0837776 0.8162608 0.08173507 0.8148713 0.07728743 0.8163539 0.07711952 0.8144396 0.0703063 0.8160818 0.07728743 0.8163539 0.0703063 0.8160818 0.07664763 0.8186717 0.1298257 0.8479931 0.1297546 0.8414124 0.1152734 0.8469144 0.1298257 0.8479931 0.113969 0.8538639 0.1296489 0.850763 0.1298257 0.8479931 0.1296489 0.850763 0.1470722 0.8430523 0.1298257 0.8479931 0.1465619 0.8402047 0.1297546 0.8414124 0.1589521 0.8321663 0.157229 0.8263728 0.1454447 0.8338708 0.1589521 0.8321663 0.1465619 0.8402047 0.1470722 0.8430523 0.1589521 0.8321663 0.1598741 0.8348944 0.1709626 0.8243991 0.1589521 0.8321663 0.1709626 0.8243991 0.1690972 0.819081 0.1465321 0.7818757 0.1464349 0.7777532 0.138845 0.7822454 0.1465321 0.7818757 0.138845 0.7822454 0.1390922 0.7907456 0.1465321 0.7818757 0.1467931 0.7894418 0.1557824 0.780516 0.1465321 0.7818757 0.1557824 0.780516 0.1559949 0.7768062 0.1865595 0.8174242 0.1850388 0.8121586 0.1709626 0.8243991 0.1865595 0.8174242 0.1709626 0.8243991 0.1719977 0.8269847 0.1865595 0.8174242 0.1873865 0.8200182 0.2039498 0.8108457 0.1865595 0.8174242 0.2039498 0.8108457 0.2030172 0.8054208 0.1669549 0.7789528 0.1671802 0.7758553 0.1557824 0.780516 0.1669549 0.7789528 0.1557824 0.780516 0.1560176 0.787372 0.1669549 0.7789528 0.1675066 0.7846403 0.1790885 0.7772879 0.1669549 0.7789528 0.1790885 0.7772879 0.1671802 0.7758553 0.07424664 0.8217085 0.07664763 0.8186717 0.07018178 0.8182186 0.07424664 0.8217085 0.06972414 0.820589 0.06803768 0.8229677 0.01487243 0.7604125 0.01859056 0.7605924 0.0181663 0.7556186 0.01487243 0.7604125 0.0181663 0.7556186 0.01608151 0.7554711 0.01487243 0.7604125 0.01331043 0.7602593 0.01344668 0.764169 0.01487243 0.7604125 0.01344668 0.764169 0.01681411 0.7652527 0.01060444 0.7786035 0.008807659 0.7785643 0.01039242 0.7802157 0.01060444 0.7786035 0.01039242 0.7802157 0.01430428 0.7783547 0.01060444 0.7786035 0.01430428 0.7783547 0.01072669 0.7773166 0.01060444 0.7786035 0.01072669 0.7773166 0.008807659 0.7785643 0.01626986 0.8766449 0.01526433 0.8775675 0.01710629 0.8798484 0.01626986 0.8766449 0.01808375 0.8788865 0.01893973 0.8750243 0.01626986 0.8766449 0.01893973 0.8750243 0.01744323 0.8714504 0.01626986 0.8766449 0.01534682 0.8741149 0.01432579 0.8750859 0.04261529 0.8752161 0.04781031 0.8736647 0.04637688 0.868907 0.04261529 0.8752161 0.04160958 0.8710268 0.03715461 0.8767992 0.04261529 0.8752161 0.03715461 0.8767992 0.03718167 0.8786903 0.04261529 0.8752161 0.04304987 0.8774641 0.04781031 0.8736647 0.01060187 0.7762121 0.01072669 0.7773166 0.01308715 0.7749871 0.01060187 0.7762121 0.01308715 0.7749871 0.01253545 0.7743007 0.01060187 0.7762121 0.01051306 0.7751893 0.009068906 0.776263 0.01060187 0.7762121 0.009068906 0.776263 0.01072669 0.7773166 0.01411294 0.8726364 0.01534682 0.8741149 0.01505106 0.8703182 0.01411294 0.8726364 0.01505106 0.8703182 0.01295292 0.8716713 0.01411294 0.8726364 0.01295292 0.8716713 0.01308792 0.8736247 0.01411294 0.8726364 0.01308792 0.8736247 0.01432579 0.8750859 0.009804368 0.870104 0.009469032 0.8705338 0.01096284 0.8711095 0.009804368 0.870104 0.01096284 0.8711095 0.01047509 0.8692441 0.009804368 0.870104 0.01047509 0.8692441 0.01013189 0.868586 0.01225131 0.8706814 0.01295292 0.8716713 0.01391392 0.8697115 0.01225131 0.8706814 0.01295602 0.8694009 0.01208764 0.8692383 0.01225131 0.8706814 0.01177895 0.869679 0.01096284 0.8711095 0.01225131 0.8706814 0.01096284 0.8711095 0.01115012 0.8727217 0.09431821 0.8553031 0.09145277 0.8532031 0.08832716 0.8603991 0.09431821 0.8553031 0.08832716 0.8603991 0.09198427 0.862769 0.09431821 0.8553031 0.0983926 0.8561842 0.09842193 0.8486839 0.09431821 0.8553031 0.09842193 0.8486839 0.09510266 0.8487328 0.03197771 0.8781155 0.03715461 0.8767992 0.03227722 0.8747696 0.03197771 0.8781155 0.03227722 0.8747696 0.02785289 0.8759838 0.03197771 0.8781155 0.02696329 0.879053 0.03155767 0.8798019 0.03197771 0.8781155 0.03155767 0.8798019 0.03718167 0.8786903 0.02199012 0.8794996 0.02696329 0.879053 0.02315998 0.8768799 0.02199012 0.8794996 0.02315998 0.8768799 0.01994967 0.8770185 0.02199012 0.8794996 0.01808375 0.8788865 0.0210545 0.8807076 0.02199012 0.8794996 0.0210545 0.8807076 0.02618098 0.8805554 0.01622313 0.2389258 0.007093369 0.24409 0.005438029 0.2340426 0.01622313 0.2389258 0.01658022 0.2270546 0.02494919 0.2346566 0.01622313 0.2389258 0.02494919 0.2346566 0.02305638 0.2511255 0.01622313 0.2389258 0.01563793 0.2539888 0.007093369 0.24409 0.05524194 0.2339675 0.0512911 0.232528 0.05619513 0.2227644 0.05524194 0.2339675 0.05619513 0.2227644 0.06045937 0.2253116 0.05524194 0.2339675 0.05952221 0.2373262 0.05340808 0.2491215 0.05524194 0.2339675 0.05340808 0.2491215 0.04927432 0.2473977 0.04613775 0.2314662 0.03994292 0.2312076 0.04203969 0.219255 0.04613775 0.2314662 0.04784822 0.2204949 0.05256915 0.2220113 0.04613775 0.2314662 0.0512911 0.232528 0.04404503 0.2465276 0.04613775 0.2314662 0.04404503 0.2465276 0.03994292 0.2312076 0.04385513 0.7511538 0.05283135 0.7459626 0.04023295 0.7508952 0.04385513 0.7511538 0.04023295 0.7508952 0.03141283 0.7563082 0.04385513 0.7511538 0.03512817 0.7563824 0.04820066 0.7510762 0.04385513 0.7511538 0.04820066 0.7510762 0.05283135 0.7459626 0.03638142 0.7503408 0.02703893 0.7561355 0.03141283 0.7563082 0.03638142 0.7503408 0.04023295 0.7508952 0.04541498 0.7441901 0.03638142 0.7503408 0.04541498 0.7441901 0.04205143 0.74395 0.03638142 0.7503408 0.03149324 0.7499151 0.02246922 0.7558953 0.02476131 0.7500429 0.0181663 0.7556186 0.03149324 0.7499151 0.02476131 0.7500429 0.03149324 0.7499151 0.04205143 0.74395 0.02476131 0.7500429 0.02888411 0.7470596 0.02093434 0.7502452 0.02476131 0.7500429 0.02093434 0.7502452 0.01608151 0.7554711 0.05630308 0.7420831 0.05192023 0.740298 0.05283135 0.7459626 0.05630308 0.7420831 0.05283135 0.7459626 0.05665183 0.7465306 0.05630308 0.7420831 0.06046551 0.7435989 0.06060874 0.7392805 0.05630308 0.7420831 0.05541378 0.7370003 0.05192023 0.740298 0.1269115 0.7630483 0.1207473 0.7622138 0.1231381 0.7685183 0.1269115 0.7630483 0.1300116 0.7709025 0.1298483 0.7634972 0.1269115 0.7630483 0.1298483 0.7634972 0.1269284 0.7556889 0.1269115 0.7630483 0.1244882 0.756475 0.1207473 0.7622138 0.05130654 0.7281993 0.04518312 0.7263758 0.05019921 0.7345596 0.05130654 0.7281993 0.05541378 0.7370003 0.05804836 0.7305747 0.05130654 0.7281993 0.05804836 0.7305747 0.05504566 0.7218199 0.05130654 0.7281993 0.04690086 0.7196356 0.04518312 0.7263758 0.1221529 0.7414041 0.1231484 0.7404997 0.1202352 0.7375089 0.1221529 0.7414041 0.119322 0.7385739 0.1201822 0.7439655 0.1221529 0.7414041 0.1201822 0.7439655 0.1217489 0.746669 0.1221529 0.7414041 0.1240296 0.7452113 0.1231484 0.7404997 0.1241679 0.7503822 0.1244882 0.756475 0.1259904 0.7493938 0.1241679 0.7503822 0.1259904 0.7493938 0.1240296 0.7452113 0.1241679 0.7503822 0.1240296 0.7452113 0.1217489 0.746669 0.1241679 0.7503822 0.1208664 0.7507832 0.1244882 0.756475 0.1163212 0.7363341 0.1172855 0.7352476 0.1142166 0.7329311 0.1163212 0.7363341 0.1132149 0.7340556 0.1144325 0.7387497 0.1163212 0.7363341 0.1144325 0.7387497 0.1175057 0.7410637 0.1163212 0.7363341 0.119322 0.7385739 0.1172855 0.7352476 0.1100677 0.7311095 0.1109459 0.7297751 0.1072463 0.7263962 0.1100677 0.7311095 0.106528 0.7279379 0.1051519 0.7312422 0.1100677 0.7311095 0.1083933 0.7340089 0.1112869 0.7365544 0.1100677 0.7311095 0.1132149 0.7340556 0.1109459 0.7297751 0.09356087 0.7204545 0.09234857 0.7240678 0.0964784 0.7258514 0.09356087 0.7204545 0.09774583 0.722428 0.09414553 0.7187304 0.09356087 0.7204545 0.09414553 0.7187304 0.09015142 0.7169943 0.09356087 0.7204545 0.08960086 0.7189196 0.09234857 0.7240678 0.1022445 0.7249833 0.1009632 0.728383 0.106528 0.7279379 0.1022445 0.7249833 0.106528 0.7279379 0.1072463 0.7263962 0.1022445 0.7249833 0.1028905 0.7234117 0.09836232 0.7208477 0.1022445 0.7249833 0.09774583 0.722428 0.0964784 0.7258514 0.06269222 0.7197068 0.06284683 0.7242529 0.07041257 0.7218703 0.06269222 0.7197068 0.07041257 0.7218703 0.07129907 0.718306 0.06269222 0.7197068 0.06313717 0.7165944 0.05386161 0.7173549 0.06269222 0.7197068 0.05386161 0.7173549 0.05504566 0.7218199 0.06378144 0.7127941 0.06313717 0.7165944 0.07207161 0.7141339 0.06378144 0.7127941 0.07207161 0.7141339 0.07242941 0.711896 0.06378144 0.7127941 0.06415331 0.710722 0.05410921 0.7095077 0.06378144 0.7127941 0.05393511 0.71135 0.05374264 0.7146936 0.04511606 0.7152653 0.04450708 0.712759 0.03899484 0.7119445 0.04511606 0.7152653 0.03796386 0.7138491 0.04690086 0.7196356 0.04511606 0.7152653 0.04690086 0.7196356 0.05504566 0.7218199 0.04511606 0.7152653 0.05386161 0.7173549 0.05374264 0.7146936 0.07770961 0.7153834 0.07683676 0.7196725 0.08188247 0.7165595 0.07770961 0.7153834 0.08188247 0.7165595 0.08234965 0.7143236 0.07770961 0.7153834 0.07811194 0.713097 0.07207161 0.7141339 0.07770961 0.7153834 0.07207161 0.7141339 0.07129907 0.718306 0.0857771 0.7176798 0.08472925 0.7217622 0.08846759 0.7227864 0.0857771 0.7176798 0.08960086 0.7189196 0.08629113 0.715574 0.0857771 0.7176798 0.08629113 0.715574 0.08188247 0.7165595 0.0857771 0.7176798 0.08188247 0.7165595 0.08472925 0.7217622 0.01106435 0.8519236 0.0089522 0.8524703 0.009278595 0.8535019 0.01106435 0.8519236 0.01148903 0.8529416 0.01332956 0.8513428 0.01106435 0.8519236 0.01332956 0.8513428 0.01291024 0.8505845 0.01106435 0.8519236 0.01082438 0.8512141 0.0089522 0.8524703 0.0646888 0.04182058 0.06069433 0.03702133 0.06660026 0.03212553 0.0646888 0.04182058 0.07109808 0.03808712 0.06782424 0.04864078 0.0646888 0.04182058 0.06782424 0.04864078 0.05865836 0.04572552 0.0646888 0.04182058 0.05865836 0.04572552 0.06069433 0.03702133 0.3579013 0.8768823 0.3622209 0.8830816 0.3530141 0.8811257 0.3579013 0.8768823 0.3530141 0.8811257 0.3497368 0.876558 0.3579013 0.8768823 0.3548766 0.8715083 0.3632566 0.8735063 0.3579013 0.8768823 0.3632566 0.8735063 0.3622209 0.8830816 0.3580704 0.8569234 0.3544907 0.8623639 0.3527272 0.8531804 0.3580704 0.8569234 0.3527272 0.8531804 0.3574368 0.8469529 0.3580704 0.8569234 0.3627963 0.8505626 0.3637602 0.8598762 0.3580704 0.8569234 0.3637602 0.8598762 0.35735 0.8666974 0.01497662 0.0202409 0.01707601 0.01143205 0.02745252 0.01343178 0.01497662 0.0202409 0.02485549 0.02259278 0.01325595 0.02994996 0.01497662 0.0202409 0.01325595 0.02994996 0.004854738 0.02771335 0.01497662 0.0202409 0.00623703 0.01817226 0.01707601 0.01143205 0.07260817 0.07843798 0.07180017 0.06990444 0.08082753 0.07779061 0.07260817 0.07843798 0.08082753 0.07779061 0.08031451 0.08557277 0.07260817 0.07843798 0.0730201 0.0857796 0.06445956 0.08597207 0.07260817 0.07843798 0.06366926 0.07910048 0.06294029 0.07116138 0.3832056 0.8270887 0.3772451 0.8339821 0.3777014 0.8227067 0.3832056 0.8270887 0.3777014 0.8227067 0.3884313 0.8209381 0.3832056 0.8270887 0.3884313 0.8209381 0.3936818 0.8264685 0.3832056 0.8270887 0.3888902 0.8323543 0.383161 0.8387814 0.3839743 0.9046278 0.378766 0.9090587 0.3769432 0.8986932 0.3839743 0.9046278 0.3769432 0.8986932 0.382544 0.8939419 0.3839743 0.9046278 0.3892515 0.8993331 0.3906144 0.9096489 0.3839743 0.9046278 0.3906144 0.9096489 0.3862412 0.9142009 0.3220641 0.9889023 0.3153315 0.9887681 0.319599 0.9810776 0.3220641 0.9889023 0.319599 0.9810776 0.3270645 0.9805955 0.3220641 0.9889023 0.3294595 0.9881273 0.3245086 0.995691 0.3220641 0.9889023 0.3245086 0.995691 0.3185224 0.9956599 0.3609744 0.9240626 0.352626 0.927027 0.3587835 0.9179732 0.3609744 0.9240626 0.3587835 0.9179732 0.3682371 0.9213421 0.3609744 0.9240626 0.3682371 0.9213421 0.3696587 0.9286161 0.3609744 0.9240626 0.3631473 0.9311396 0.3553754 0.9337221 0.07020014 0.05898708 0.06782424 0.04864078 0.0748372 0.04593807 0.07020014 0.05898708 0.07818639 0.05713647 0.07180017 0.06990444 0.07020014 0.05898708 0.07180017 0.06990444 0.06233417 0.06108725 0.07020014 0.05898708 0.06233417 0.06108725 0.0611428 0.05167597 0.03701293 0.0255112 0.04046112 0.01697129 0.05275195 0.02153205 0.03701293 0.0255112 0.04834342 0.0289188 0.04406309 0.03582507 0.03701293 0.0255112 0.03377193 0.03383564 0.02485549 0.02259278 0.03701293 0.0255112 0.02485549 0.02259278 0.04046112 0.01697129 0.369815 0.8423611 0.3627963 0.8505626 0.3640412 0.8384482 0.369815 0.8423611 0.3640412 0.8384482 0.3712322 0.8296911 0.369815 0.8423611 0.3772451 0.8339821 0.375557 0.846291 0.369815 0.8423611 0.375557 0.846291 0.3683371 0.8537127 0.3691301 0.8909315 0.3637909 0.894805 0.3573469 0.8868294 0.3691301 0.8909315 0.3622209 0.8830816 0.3674075 0.8797878 0.3691301 0.8909315 0.3745496 0.8870132 0.3769432 0.8986932 0.3691301 0.8909315 0.3769432 0.8986932 0.3712846 0.9029242 0.3421064 0.9304797 0.3321478 0.9337927 0.3392176 0.9246863 0.3421064 0.9304797 0.3392176 0.9246863 0.3497086 0.920894 0.3421064 0.9304797 0.352626 0.927027 0.345082 0.9364222 0.3421064 0.9304797 0.345082 0.9364222 0.3351703 0.9391844 0.3170926 0.9711809 0.3104086 0.9715283 0.308956 0.9620912 0.3170926 0.9711809 0.3152433 0.9612709 0.3216096 0.9610807 0.3170926 0.9711809 0.3239791 0.970865 0.319599 0.9810776 0.3170926 0.9711809 0.319599 0.9810776 0.3125053 0.9810122 0.3036055 0.2509541 0.30417 0.2433524 0.3138299 0.2485688 0.3036055 0.2509541 0.3138299 0.2485688 0.3134585 0.2549229 0.3036055 0.2509541 0.3035116 0.2584362 0.2927275 0.2538819 0.3036055 0.2509541 0.2927275 0.2538819 0.2937291 0.2453601 0.284226 0.2558833 0.2852304 0.2473294 0.2927275 0.2538819 0.284226 0.2558833 0.2927275 0.2538819 0.2928475 0.2624172 0.284226 0.2558833 0.2847069 0.264804 0.2769128 0.2574213 0.284226 0.2558833 0.2769128 0.2574213 0.2777028 0.2492796 0.3203706 0.2481951 0.3138299 0.2485688 0.321148 0.2423521 0.3203706 0.2481951 0.321148 0.2423521 0.3251784 0.2491843 0.3203706 0.2481951 0.3251784 0.2491843 0.3235745 0.2546675 0.3203706 0.2481951 0.3194469 0.2539395 0.3138299 0.2485688 0.3302042 0.2508873 0.3251784 0.2491843 0.3268053 0.2436327 0.3302042 0.2508873 0.3326453 0.2454212 0.3391447 0.2488317 0.3302042 0.2508873 0.335994 0.2545942 0.3279388 0.2562887 0.3302042 0.2508873 0.3279388 0.2562887 0.3235745 0.2546675 0.1492792 0.02243185 0.1432772 0.01915985 0.1530677 0.01310014 0.1492792 0.02243185 0.1530677 0.01310014 0.159658 0.01773482 0.161397 0.03476482 0.155181 0.0271669 0.1667653 0.02538758 0.161397 0.03476482 0.1667653 0.02538758 0.1741311 0.03454935 0.1028472 0.01529884 0.09196376 0.01763457 0.09071475 0.0072546 0.1028472 0.01529884 0.1029373 0.005000352 0.1133296 0.01384568 0.0820012 0.02100133 0.07249909 0.02488362 0.06969135 0.01495045 0.0820012 0.02100133 0.07986092 0.01078379 0.09196376 0.01763457 0.03286796 0.2321774 0.03994292 0.2312076 0.03780144 0.246808 0.03286796 0.2321774 0.03062474 0.2485363 0.02494919 0.2346566 0.5809504 0.1048552 0.5773773 0.137923 0.534625 0.171984 0.8408647 0.04340237 0.882914 0.05077439 0.9166553 0.08799159 0.4170818 0.9429886 0.4194648 0.9908519 0.3991479 0.9821186 0.4466955 0.9479489 0.4397581 0.9527019 0.4146987 0.8951253 0.7838813 0.08453512 0.7425693 0.138574 0.7389873 0.1196788 0.6071377 0.0595833 0.5871736 0.04669946 0.5456266 0.001768946 0.6071377 0.0595833 0.5787274 0.02629435 0.6271018 0.07246714 0.6071377 0.0595833 0.6271018 0.07246714 0.6423754 0.09411448 0.6071377 0.0595833 0.635548 0.09287226 0.5871736 0.04669946 0.5922471 0.0655114 0.5623754 0.03597766 0.5456266 0.001768946 0.6003525 0.02904397 0.5787274 0.02629435 0.5456266 0.001768946 0.6003525 0.02904397 0.579505 0.01156765 0.6219776 0.03179365 0.6003525 0.02904397 0.6219776 0.03179365 0.6305718 0.04222083 0.6003525 0.02904397 0.6212 0.04652029 0.6118281 0.05081981 0.5577479 0.05240803 0.5445192 0.02879911 0.5456266 0.001768946 0.5577479 0.05240803 0.5531202 0.06883841 0.5445192 0.02879911 0.9362468 0.9180395 0.9255297 0.8984102 0.9242644 0.8648967 0.9759414 0.883908 0.9588688 0.8849273 0.9242644 0.8648967 0.9759414 0.883908 0.957134 0.8715561 0.9930141 0.8828889 0.9710382 0.9058022 0.9513199 0.896593 0.9242644 0.8648967 0.9710382 0.9058022 0.9907565 0.9150114 0.9880398 0.9250649 0.9710382 0.9058022 0.9832077 0.9266771 0.9513199 0.896593 0.3389011 0.1166211 0.3356745 0.1089873 0.3511371 0.1103882 0.3389011 0.1166211 0.3550192 0.1157236 0.3421451 0.1239976 0.3389011 0.1166211 0.3421451 0.1239976 0.3179336 0.1335943 0.3389011 0.1166211 0.3119623 0.1279133 0.3356745 0.1089873 0.9578381 0.9156873 0.9393483 0.9003081 0.9242644 0.8648967 0.3646674 0.1839561 0.3597749 0.1772427 0.3705116 0.1695522 0.3646674 0.1839561 0.3760921 0.1748143 0.3704976 0.1911419 0.3646674 0.1839561 0.3704976 0.1911419 0.3378149 0.2018517 0.3646674 0.1839561 0.3383013 0.193397 0.3597749 0.1772427 0.3567579 0.1714742 0.3546733 0.1658533 0.3672561 0.1651158 0.3567579 0.1714742 0.3672561 0.1651158 0.3705116 0.1695522 0.3567579 0.1714742 0.3597749 0.1772427 0.3370615 0.1791574 0.3567579 0.1714742 0.3370615 0.1791574 0.335004 0.173278 0.3454236 0.1308593 0.3421451 0.1239976 0.3584314 0.1212775 0.3454236 0.1308593 0.3609042 0.1272685 0.3481152 0.137753 0.3454236 0.1308593 0.3481152 0.137753 0.3261294 0.1462753 0.3454236 0.1308593 0.3227057 0.1396769 0.3421451 0.1239976 0.349598 0.1452251 0.3481152 0.137753 0.3636012 0.1406728 0.349598 0.1452251 0.3636012 0.1406728 0.3642302 0.147722 0.349598 0.1452251 0.3507822 0.1526951 0.3280557 0.1535037 0.349598 0.1452251 0.3280557 0.1535037 0.3261294 0.1462753 0.8668791 0.4138094 0.8607789 0.3786439 0.8667111 0.3150917 0.8668791 0.4138094 0.8720917 0.3783317 0.8729793 0.4489748 0.8668791 0.4138094 0.8729793 0.4489748 0.8684864 0.4563779 0.8668791 0.4138094 0.8616666 0.4492871 0.8607789 0.3786439 0.8491563 0.4079397 0.8507668 0.3743302 0.8667111 0.3150917 0.8491563 0.4079397 0.8607789 0.3786439 0.8475459 0.4415494 0.8491563 0.4079397 0.8475459 0.4415494 0.840245 0.4409027 0.8839739 0.3927453 0.8720917 0.3783317 0.8667111 0.3150917 0.8839739 0.3927453 0.8854887 0.4294507 0.8774722 0.4415717 0.8377383 0.3946159 0.8443232 0.3579161 0.8667111 0.3150917 0.8377383 0.3946159 0.8507668 0.3743302 0.8311535 0.4313156 0.8377383 0.3946159 0.8311535 0.4313156 0.8274847 0.4290626 0.8377383 0.3946159 0.8247099 0.4149016 0.8443232 0.3579161 0.1026211 0.1880407 0.09865033 0.1924434 0.09577816 0.1796829 0.1026211 0.1880407 0.09577816 0.1796829 0.1006869 0.1760421 0.1026211 0.1880407 0.1061093 0.1854661 0.1106541 0.1933706 0.1026211 0.1880407 0.1082085 0.1951997 0.1049821 0.1988067 0.1097305 0.1834484 0.1061093 0.1854661 0.1006869 0.1760421 0.1097305 0.1834484 0.1059375 0.1732727 0.1151322 0.1820116 0.1097305 0.1834484 0.1151322 0.1820116 0.1173679 0.1906947 0.1097305 0.1834484 0.1131049 0.1918934 0.1061093 0.1854661 0.06275236 0.6297274 0.05548065 0.6276836 0.05803877 0.6215945 0.06275236 0.6297274 0.06596851 0.6243228 0.07127618 0.6278199 0.07144272 0.6363748 0.06756711 0.6328949 0.07542014 0.6312949 0.07144272 0.6363748 0.07542014 0.6312949 0.08006525 0.6374767 0.9129557 0.9133894 0.9103953 0.9071313 0.9164873 0.9055391 0.9129557 0.9133894 0.9187722 0.9125049 0.9191073 0.9175179 0.9130744 0.9227626 0.9133295 0.9180591 0.9190657 0.9226395 0.9130744 0.9227626 0.9190657 0.9226395 0.9173919 0.9300706 0.08288037 0.2158627 0.07724303 0.2110245 0.08809715 0.2084507 0.08288037 0.2158627 0.08809715 0.2084507 0.08971995 0.2206489 0.08288037 0.2158627 0.08971995 0.2206489 0.08482807 0.2272677 0.08288037 0.2158627 0.07779729 0.2227281 0.07724303 0.2110245 0.1418455 0.182098 0.1337049 0.1811446 0.1416845 0.1749088 0.1418455 0.182098 0.1416845 0.1749088 0.1495177 0.1770122 0.1418455 0.182098 0.149185 0.1835458 0.1415618 0.190034 0.1418455 0.182098 0.1415618 0.190034 0.1341745 0.1893388 0.8897733 0.8819142 0.8959649 0.8766706 0.8964225 0.8881887 0.8897733 0.8819142 0.8836335 0.8772394 0.8888189 0.8717688 0.02403873 0.631473 0.02444761 0.623455 0.03256809 0.6289789 0.02403873 0.631473 0.01707768 0.6345121 0.01691687 0.626872 0.09218192 0.6757984 0.08668053 0.6663023 0.1003429 0.6727526 0.09218192 0.6757984 0.1003429 0.6727526 0.09751754 0.6838346 0.1239621 0.1811797 0.1151322 0.1820116 0.1128152 0.1717559 0.1239621 0.1811797 0.1226052 0.1718723 0.1337049 0.1811446 0.1239621 0.1811797 0.1337049 0.1811446 0.1341745 0.1893388 0.1239621 0.1811797 0.1252505 0.1897011 0.1151322 0.1820116 0.09358143 0.1999455 0.08643043 0.193739 0.09107232 0.1852352 0.09358143 0.1999455 0.09865033 0.1924434 0.1001887 0.2056174 0.09358143 0.1999455 0.1001887 0.2056174 0.09478312 0.2135817 0.09358143 0.1999455 0.08809715 0.2084507 0.08643043 0.193739 0.9056648 0.9396195 0.9109373 0.9293372 0.9128304 0.9420126 0.9056648 0.9396195 0.9128304 0.9420126 0.9070932 0.9543219 0.9040903 0.8976628 0.9106798 0.8945593 0.9103953 0.9071313 0.9040903 0.8976628 0.8964225 0.8881887 0.9032166 0.8835937 0.08084756 0.6538866 0.07549703 0.6425709 0.08687633 0.6490947 0.08084756 0.6538866 0.08687633 0.6490947 0.09419 0.6621772 0.04423403 0.627575 0.04602867 0.6204262 0.05548065 0.6276836 0.04423403 0.627575 0.03256809 0.6289789 0.03360825 0.6209893 0.08499288 0.3534411 0.07503187 0.353686 0.08239966 0.3444442 0.08499288 0.3534411 0.08239966 0.3444442 0.09066802 0.3447998 0.08499288 0.3534411 0.09422415 0.3530198 0.0881772 0.3632066 0.08499288 0.3534411 0.0881772 0.3632066 0.0776323 0.3636476 0.09076094 0.3704422 0.08056807 0.3710338 0.0881772 0.3632066 0.09076094 0.3704422 0.0881772 0.3632066 0.09825176 0.3620082 0.09076094 0.3704422 0.1008473 0.3686935 0.09304434 0.3764128 0.09076094 0.3704422 0.09304434 0.3764128 0.08367162 0.3771322 0.08158951 0.3395145 0.08239966 0.3444442 0.07274621 0.3387396 0.08158951 0.3395145 0.07274621 0.3387396 0.08188873 0.336333 0.08158951 0.3395145 0.08188873 0.336333 0.08960783 0.3376349 0.08158951 0.3395145 0.08948671 0.3404192 0.08239966 0.3444442 0.739186 0.300516 0.7370787 0.3024702 0.7370417 0.2986658 0.739186 0.300516 0.7370417 0.2986658 0.7414785 0.2990853 0.739186 0.300516 0.7414785 0.2990853 0.7409943 0.3019293 0.739186 0.300516 0.7409943 0.3019293 0.7391186 0.3032166 0.7489036 0.2964029 0.7467919 0.2967708 0.7488859 0.2938348 0.7489036 0.2964029 0.7488859 0.2938348 0.7511764 0.2965244 0.7489036 0.2964029 0.7511764 0.2965244 0.7506079 0.2981505 0.7489036 0.2964029 0.7488151 0.2982985 0.7467919 0.2967708 0.7951267 0.2404448 0.7940882 0.2426937 0.7931501 0.2390959 0.7951267 0.2404448 0.7931501 0.2390959 0.796465 0.238276 0.7951267 0.2404448 0.796465 0.238276 0.7974033 0.239372 0.7951267 0.2404448 0.7966126 0.2416095 0.7940882 0.2426937 0.7965881 0.2016952 0.7968103 0.2040231 0.7945402 0.2047243 0.7965881 0.2016952 0.7938614 0.2017691 0.7965994 0.1993889 0.7965881 0.2016952 0.7965994 0.1993889 0.7998571 0.1995245 0.7965881 0.2016952 0.7991419 0.2016019 0.7985525 0.203696 0.7974881 0.1909816 0.7971054 0.19343 0.7945117 0.1905369 0.7974881 0.1909816 0.7945117 0.1905369 0.7955292 0.1871474 0.7974881 0.1909816 0.7981665 0.1883544 0.8000999 0.189302 0.7974881 0.1909816 0.8002032 0.1915277 0.8004894 0.1936582 0.7974053 0.2057704 0.7981867 0.2072274 0.7975038 0.2079917 0.7974053 0.2057704 0.7963473 0.2065239 0.7968103 0.2040231 0.7974053 0.2057704 0.7968103 0.2040231 0.7985525 0.203696 0.7974053 0.2057704 0.798532 0.2053529 0.7981867 0.2072274 0.7992289 0.1861655 0.7981665 0.1883544 0.7955292 0.1871474 0.7992289 0.1861655 0.7977911 0.1848456 0.8004835 0.1841956 0.7992289 0.1861655 0.8004835 0.1841956 0.8013758 0.1857484 0.7992289 0.1861655 0.8005896 0.1874355 0.7981665 0.1883544 0.745301 0.2972622 0.744134 0.2977961 0.7442286 0.2949025 0.745301 0.2972622 0.7442286 0.2949025 0.7462225 0.2943253 0.745301 0.2972622 0.7467919 0.2967708 0.7472731 0.2988624 0.745301 0.2972622 0.7462812 0.2993797 0.744134 0.2977961 0.736119 0.3048345 0.735733 0.3074039 0.7337972 0.3045487 0.736119 0.3048345 0.7337972 0.3045487 0.7340445 0.3012661 0.736119 0.3048345 0.7370787 0.3024702 0.7382954 0.3050349 0.736119 0.3048345 0.7382954 0.3050349 0.7379985 0.3071185 0.7915787 0.255003 0.7926369 0.2567044 0.7904512 0.2558239 0.7915787 0.255003 0.7904512 0.2558239 0.7887292 0.2534326 0.7915787 0.255003 0.7910119 0.2529426 0.7925071 0.2543551 0.7915787 0.255003 0.7925071 0.2543551 0.7932093 0.2557786 0.7979379 0.2371394 0.796465 0.238276 0.7950314 0.236427 0.7979379 0.2371394 0.7975005 0.2357881 0.7994782 0.2365188 0.7979379 0.2371394 0.7994782 0.2365188 0.7984666 0.2381974 0.7979379 0.2371394 0.7984666 0.2381974 0.796465 0.238276 0.004830777 0.9545575 0.004621505 0.9490043 0.0129922 0.9459006 0.04022938 0.9284805 0.03975796 0.9263456 0.04561936 0.9257006 0.04022938 0.9284805 0.04611891 0.9279478 0.04066979 0.9307994 0.04022938 0.9284805 0.04066979 0.9307994 0.03537005 0.9310147 0.04022938 0.9284805 0.03493672 0.9288105 0.03975796 0.9263456 0.06831818 0.9247828 0.0682193 0.9270786 0.06096339 0.9258103 0.06831818 0.9247828 0.06096339 0.9258103 0.06088387 0.9238097 0.06831818 0.9247828 0.06859183 0.9226624 0.0750516 0.9240081 0.06831818 0.9247828 0.0750516 0.9240081 0.07477968 0.9264568 0.08085393 0.9236155 0.08100271 0.9212673 0.08589833 0.9235258 0.08085393 0.9236155 0.08589833 0.9235258 0.08602184 0.9260447 0.08085393 0.9236155 0.08073711 0.9261196 0.0750516 0.9240081 0.08085393 0.9236155 0.0750516 0.9240081 0.07549053 0.9217104 0.09035789 0.9236599 0.08993917 0.9210164 0.09441363 0.923279 0.09035789 0.9236599 0.09441363 0.923279 0.09513825 0.9261641 0.09035789 0.9236599 0.09056425 0.9262095 0.08589833 0.9235258 0.09035789 0.9236599 0.08589833 0.9235258 0.08564627 0.9211102 0.01245814 0.9220481 0.01254534 0.9180881 0.02517205 0.9217252 0.01245814 0.9220481 0.02517205 0.9217252 0.02548837 0.9246068 0.01245814 0.9220481 0.01241862 0.9256178 0.007411777 0.9258976 0.01245814 0.9220481 0.007728636 0.9218251 0.008109688 0.9173648 0.04422551 0.9198926 0.04463833 0.9226868 0.02517205 0.9217252 0.04422551 0.9198926 0.02517205 0.9217252 0.02482348 0.9184834 0.04422551 0.9198926 0.04353654 0.9170111 0.06419152 0.9148569 0.04422551 0.9198926 0.06462937 0.9173909 0.06475639 0.9201115 0.06476867 0.8168589 0.06456601 0.8151811 0.06134909 0.816195 0.06476867 0.8168589 0.06055271 0.8176528 0.05927366 0.8196829 0.06476867 0.8168589 0.06483507 0.8186073 0.0703063 0.8160818 0.06476867 0.8168589 0.0703063 0.8160818 0.07021182 0.81413 0.09020596 0.8949764 0.07547676 0.896717 0.08958643 0.892417 0.09020596 0.8949764 0.08958643 0.892417 0.1047923 0.894495 0.06055235 0.8989043 0.06453156 0.9011465 0.05131775 0.9014934 0.06055235 0.8989043 0.04688912 0.8981778 0.05752384 0.8963481 0.06055235 0.8989043 0.05752384 0.8963481 0.07369452 0.8945789 0.06055235 0.8989043 0.07547676 0.896717 0.06453156 0.9011465 0.03729581 0.8975399 0.03010171 0.8980485 0.03323858 0.8943641 0.03729581 0.8975399 0.03323858 0.8943641 0.04306495 0.8946537 0.02846878 0.8917053 0.0259279 0.8905473 0.03767627 0.8889136 0.02846878 0.8917053 0.0394001 0.8908432 0.03323858 0.8943641 0.02846878 0.8917053 0.03323858 0.8943641 0.02825248 0.8955711 0.1012486 0.9115505 0.09232115 0.9124782 0.1008328 0.9094535 0.1012486 0.9115505 0.1008328 0.9094535 0.1055445 0.9091473 0.1012486 0.9115505 0.1073237 0.9107331 0.1018537 0.913486 0.1012486 0.9115505 0.1018537 0.913486 0.09267884 0.9144778 0.08036351 0.9146196 0.09232115 0.9124782 0.08053547 0.9170159 0.08036351 0.9146196 0.08053547 0.9170159 0.06475639 0.9201115 0.08036351 0.9146196 0.06462937 0.9173909 0.07993173 0.9123052 0.08036351 0.9146196 0.07993173 0.9123052 0.09182798 0.9103201 0.06387764 0.8135846 0.05946254 0.8155735 0.06134909 0.816195 0.06387764 0.8135846 0.06456601 0.8151811 0.0700125 0.8123146 0.06387764 0.8135846 0.0700125 0.8123146 0.06469261 0.8087683 0.06387764 0.8135846 0.06294637 0.8120288 0.05772614 0.8143592 0.3481974 0.3441725 0.3488591 0.3561398 0.3407327 0.3541102 0.3481974 0.3441725 0.3398791 0.3393876 0.3504722 0.3343586 0.357207 0.3279082 0.3504722 0.3343586 0.342959 0.3276325 0.357207 0.3279082 0.3524146 0.319061 0.3668554 0.3263532 0.377871 0.3312253 0.3668554 0.3263532 0.3658554 0.3167447 0.377871 0.3312253 0.3808912 0.3237552 0.3861754 0.3429576 0.377871 0.3312253 0.3861754 0.3429576 0.3802437 0.3461849 0.3876903 0.3619834 0.3861754 0.3429576 0.3921071 0.3397304 0.3876903 0.3619834 0.3940883 0.3643082 0.3864506 0.3856233 0.3509338 0.3690503 0.3570316 0.3793647 0.3510562 0.3860654 0.3509338 0.3690503 0.3430777 0.3715841 0.3488591 0.3561398 0.3509338 0.3690503 0.3587899 0.3665165 0.3570316 0.3793647 0.3697626 0.3835441 0.3822684 0.3787097 0.3688102 0.3918105 0.3697626 0.3835441 0.3688102 0.3918105 0.3510562 0.3860654 0.3327378 0.8687354 0.3248119 0.8909043 0.3208783 0.8667606 0.2705518 0.8567833 0.277503 0.823314 0.2870018 0.8265557 0.2705518 0.8567833 0.2635062 0.8538325 0.277503 0.823314 0.1181014 0.8926389 0.1238328 0.8886806 0.1285737 0.8932908 0.1181014 0.8926389 0.1047923 0.894495 0.1076088 0.8905352 0.1304557 0.8839484 0.1238328 0.8886806 0.1210507 0.8844313 0.1304557 0.8839484 0.1210507 0.8844313 0.1283435 0.8804189 0.1304557 0.8839484 0.1424474 0.880682 0.1396548 0.8884348 0.3959739 0.6893702 0.3845319 0.677733 0.4038162 0.6775084 0.3881316 0.701232 0.3764712 0.6927983 0.3959739 0.6893702 0.3506308 0.7213138 0.362865 0.6990901 0.3661975 0.7152526 0.2918529 0.7280033 0.2927544 0.7107343 0.315115 0.7173894 0.3350639 0.7273751 0.3416901 0.7030389 0.3506308 0.7213138 0.01978248 0.93523 0.01355868 0.9362 0.01369029 0.9334184 0.01978248 0.93523 0.01936972 0.9325265 0.0250529 0.9318203 0.01978248 0.93523 0.02590906 0.9344773 0.02016502 0.9379646 0.01978248 0.93523 0.02016502 0.9379646 0.0134083 0.9390886 0.01913332 0.9301085 0.01400935 0.9307045 0.01442211 0.9280244 0.01913332 0.9301085 0.01898509 0.9278331 0.02422803 0.9296205 0.01913332 0.9301085 0.02422803 0.9296205 0.0250529 0.9318203 0.01913332 0.9301085 0.01936972 0.9325265 0.01400935 0.9307045 0.02954941 0.9291892 0.02422803 0.9296205 0.0234189 0.9276494 0.02954941 0.9291892 0.02878934 0.9273058 0.03445088 0.926854 0.02954941 0.9291892 0.03493672 0.9288105 0.0302754 0.9313357 0.02954941 0.9291892 0.0302754 0.9313357 0.0250529 0.9318203 0.009811937 0.9653121 0.01681005 0.9595304 0.01552814 0.9695545 0.363501 0.6450598 0.3535174 0.6599074 0.3504736 0.6461354 0.3557457 0.6371659 0.3440002 0.6402003 0.3474514 0.6293157 0.3557457 0.6371659 0.3474514 0.6293157 0.3601307 0.6251487 0.3111475 0.6605255 0.3020011 0.6704133 0.3036482 0.6565346 0.3111475 0.6605255 0.3036482 0.6565346 0.314631 0.6444196 0.3384925 0.6509469 0.3425291 0.6652289 0.3265115 0.6557583 0.3278001 0.3389456 0.3299856 0.342552 0.3269927 0.3451871 0.3278001 0.3389456 0.3236469 0.3405171 0.3261212 0.3352628 0.3278001 0.3389456 0.3261212 0.3352628 0.330366 0.3339305 0.3278001 0.3389456 0.3309742 0.3373987 0.3318905 0.3407743 0.3245658 0.3212274 0.3241091 0.325217 0.3202846 0.320909 0.3245658 0.3212274 0.3202846 0.320909 0.3220851 0.3158373 0.3245658 0.3212274 0.3256705 0.3172606 0.3280234 0.3180735 0.3245658 0.3212274 0.3279216 0.321695 0.3283604 0.3251983 0.2577901 0.2451591 0.2617411 0.2448645 0.2625909 0.2479221 0.2577901 0.2451591 0.2574343 0.2486817 0.2539398 0.2448051 0.2577901 0.2451591 0.2539398 0.2448051 0.2548114 0.241294 0.2577901 0.2451591 0.2579957 0.2424412 0.2612751 0.2430434 0.2417204 0.2402369 0.245015 0.2420526 0.2398619 0.2434403 0.2417204 0.2402369 0.2398619 0.2434403 0.2361633 0.240023 0.2417204 0.2402369 0.2386878 0.2378911 0.2401761 0.2364354 0.2417204 0.2402369 0.2432944 0.2377394 0.2466653 0.2386189 0.1344799 0.2686694 0.1361676 0.264561 0.1403247 0.2654685 0.1344799 0.2686694 0.1384893 0.2710352 0.1323313 0.2724887 0.1344799 0.2686694 0.1323313 0.2724887 0.1285594 0.2698512 0.1344799 0.2686694 0.1311571 0.267066 0.1333648 0.2639958 0.1305987 0.2749209 0.1323313 0.2724887 0.1363727 0.2753712 0.1305987 0.2749209 0.1346151 0.278177 0.1290661 0.2765901 0.1305987 0.2749209 0.1290661 0.2765901 0.1267105 0.2717227 0.1305987 0.2749209 0.1267105 0.2717227 0.1285594 0.2698512 0.1275175 0.27812 0.1290661 0.2765901 0.1312502 0.2817096 0.1275175 0.27812 0.1312502 0.2817096 0.1287358 0.2835504 0.1275175 0.27812 0.125328 0.2799513 0.1238238 0.2745899 0.1275175 0.27812 0.1238238 0.2745899 0.1252517 0.273147 0.3252144 0.3325986 0.3261212 0.3352628 0.3215156 0.3365719 0.3252144 0.3325986 0.320416 0.3337942 0.3198946 0.3314162 0.3252144 0.3325986 0.3247132 0.330398 0.3298009 0.3313042 0.3252144 0.3325986 0.3298009 0.3313042 0.3261212 0.3352628 0.3242515 0.3281056 0.3247132 0.330398 0.319498 0.3286705 0.3242515 0.3281056 0.319498 0.3286705 0.3195275 0.3252654 0.3242515 0.3281056 0.3241091 0.325217 0.3283604 0.3251983 0.3242515 0.3281056 0.328807 0.3274592 0.3247132 0.330398 0.2513263 0.2443392 0.2539398 0.2448051 0.2531448 0.2486072 0.2513263 0.2443392 0.2501344 0.2482897 0.2493473 0.2437739 0.2513263 0.2443392 0.2493473 0.2437739 0.250908 0.2399296 0.2513263 0.2443392 0.2526369 0.2405218 0.2539398 0.2448051 0.2474004 0.2431217 0.2493473 0.2437739 0.2478527 0.2477495 0.2474004 0.2431217 0.2457497 0.2470067 0.2432709 0.245693 0.2474004 0.2431217 0.245015 0.2420526 0.2466653 0.2386189 0.2474004 0.2431217 0.2490603 0.2393222 0.2493473 0.2437739 0.2646568 0.2433847 0.2670548 0.2413122 0.2658826 0.2448076 0.2646568 0.2433847 0.2658826 0.2448076 0.2617411 0.2448645 0.2646568 0.2433847 0.2617411 0.2448645 0.2637351 0.2421802 0.2646568 0.2433847 0.2637351 0.2421802 0.2657854 0.2405843 0.2370883 0.2352321 0.2386878 0.2378911 0.2352175 0.2358317 0.2370883 0.2352321 0.2352175 0.2358317 0.2343518 0.2328592 0.2370883 0.2352321 0.2362055 0.2324165 0.2385388 0.2344591 0.2370883 0.2352321 0.2385388 0.2344591 0.2401761 0.2364354 0.3233481 0.7384284 0.3099402 0.7336387 0.3248087 0.7236657 0.2938078 0.6797568 0.2890655 0.6893795 0.2836867 0.6761491 0.2938078 0.6797568 0.2836867 0.6761491 0.2932932 0.6668925 0.3265115 0.6557583 0.3425291 0.6652289 0.3184773 0.664465 0.2902722 0.7001048 0.2742815 0.6936187 0.2890655 0.6893795 0.2938078 0.6797568 0.3044893 0.6825873 0.3020262 0.6931431 0.2902722 0.7001048 0.2927544 0.7107343 0.273588 0.7028997 0.3765283 0.6439841 0.3682023 0.6598237 0.363501 0.6450598 0.3504736 0.6461354 0.3535174 0.6599074 0.3384925 0.6509469 0.3323592 0.6448733 0.3212619 0.6515325 0.3271567 0.6381767 0.3323592 0.6448733 0.3271567 0.6381767 0.3375735 0.633441 0.7658412 0.1585446 0.7678667 0.1564311 0.7666001 0.159709 0.7658412 0.1585446 0.7666001 0.159709 0.7640503 0.1621723 0.7658412 0.1585446 0.7637981 0.1600929 0.7653366 0.1573354 0.7658412 0.1585446 0.7653366 0.1573354 0.7668952 0.1557251 0.7571535 0.1497294 0.756718 0.1517015 0.7542482 0.1517769 0.7571535 0.1497294 0.7556176 0.1490966 0.7565294 0.1466653 0.7571535 0.1497294 0.7577518 0.1476919 0.7589392 0.1488931 0.7571535 0.1497294 0.7588372 0.1502372 0.756718 0.1517015 0.7587892 0.1591769 0.759939 0.1601041 0.7585325 0.1617067 0.7587892 0.1591769 0.7571361 0.1607049 0.7562732 0.1594157 0.7587892 0.1591769 0.7580018 0.1579524 0.7604044 0.1577442 0.7587892 0.1591769 0.7604044 0.1577442 0.7613814 0.1586326 0.7573084 0.1566535 0.7580018 0.1579524 0.7554741 0.1579734 0.7573084 0.1566535 0.7554741 0.1579734 0.7548128 0.1562952 0.7573084 0.1566535 0.7568103 0.1552077 0.7584657 0.154308 0.7573084 0.1566535 0.7588807 0.1554748 0.7580018 0.1579524 0.7566086 0.1535422 0.7568103 0.1552077 0.7543632 0.1542983 0.7566086 0.1535422 0.7543632 0.1542983 0.7542482 0.1517769 0.7566086 0.1535422 0.756718 0.1517015 0.7586995 0.151596 0.7566086 0.1535422 0.7584904 0.152984 0.7568103 0.1552077 0.6446211 0.1713457 0.6487002 0.1691159 0.6457567 0.1732311 0.6446211 0.1713457 0.6457567 0.1732311 0.6412947 0.1751198 0.6446211 0.1713457 0.6404401 0.1730023 0.643423 0.1695501 0.6446211 0.1713457 0.643423 0.1695501 0.6472737 0.1675371 0.6371225 0.1742251 0.6404401 0.1730023 0.6412947 0.1751198 0.6371225 0.1742251 0.6378417 0.1766049 0.6338318 0.174953 0.6371225 0.1742251 0.6338318 0.174953 0.6362196 0.1719276 0.6371225 0.1742251 0.6362196 0.1719276 0.6394417 0.1709576 0.1295363 0.3764411 0.1256527 0.3792958 0.1278072 0.3740926 0.1295363 0.3764411 0.1278072 0.3740926 0.133424 0.3709402 0.1295363 0.3764411 0.1336392 0.3751908 0.1309122 0.3787971 0.1295363 0.3764411 0.1309122 0.3787971 0.1256527 0.3792958 0.1501196 0.3990522 0.1511359 0.395857 0.154653 0.3963794 0.1501196 0.3990522 0.1517811 0.4002255 0.149488 0.4032285 0.1501196 0.3990522 0.1481282 0.4019519 0.1482868 0.3981507 0.1501196 0.3990522 0.1482868 0.3981507 0.1511359 0.395857 0.1471809 0.3860933 0.1459565 0.3842359 0.1494766 0.3818759 0.1471809 0.3860933 0.1507276 0.3840164 0.1519802 0.3869133 0.1471809 0.3860933 0.1484917 0.3885356 0.1435439 0.3884055 0.1471809 0.3860933 0.1435439 0.3884055 0.1459565 0.3842359 0.1502016 0.3920708 0.1484917 0.3885356 0.1536865 0.3911325 0.1502016 0.3920708 0.1536865 0.3911325 0.1511359 0.395857 0.1502016 0.3920708 0.1511359 0.395857 0.1487218 0.3955506 0.1502016 0.3920708 0.1472557 0.3928521 0.1451194 0.3903666 0.2300087 0.5378934 0.2338196 0.541278 0.2275345 0.5383642 0.2300087 0.5378934 0.2275345 0.5383642 0.2250302 0.5336422 0.2300087 0.5378934 0.227857 0.5340148 0.2321759 0.5374563 0.2300087 0.5378934 0.2321759 0.5374563 0.2353941 0.5401452 0.2376919 0.5177258 0.2338981 0.520038 0.2350645 0.514843 0.2376919 0.5177258 0.2350645 0.514843 0.2402077 0.5108264 0.2376919 0.5177258 0.2420251 0.5159172 0.2440416 0.5190594 0.2376919 0.5177258 0.240142 0.5203331 0.2364903 0.5221808 0.2305034 0.5230028 0.2280818 0.5264354 0.2253012 0.524967 0.2305034 0.5230028 0.2277604 0.521185 0.2311902 0.5178082 0.2305034 0.5230028 0.2338981 0.520038 0.2330716 0.5247489 0.2305034 0.5230028 0.2330716 0.5247489 0.2280818 0.5264354 0.2272072 0.5301508 0.227857 0.5340148 0.2250302 0.5336422 0.2272072 0.5301508 0.2243384 0.529148 0.2280818 0.5264354 0.2272072 0.5301508 0.2280818 0.5264354 0.2306119 0.5277774 0.2272072 0.5301508 0.2298373 0.5310067 0.2304559 0.5342839 0.1564659 0.5527569 0.1575002 0.5506787 0.1597361 0.5560787 0.1564659 0.5527569 0.1597361 0.5560787 0.1566544 0.5574654 0.1564659 0.5527569 0.1545397 0.5536342 0.1531852 0.5495082 0.1564659 0.5527569 0.1531852 0.5495082 0.1575002 0.5506787 0.158624 0.5478947 0.1584686 0.5447675 0.1633643 0.5436205 0.158624 0.5478947 0.1634885 0.5483724 0.1614964 0.5527516 0.158624 0.5478947 0.1575002 0.5506787 0.1536481 0.5484868 0.158624 0.5478947 0.1541892 0.5470455 0.1584686 0.5447675 0.1556651 0.5416596 0.152093 0.5402508 0.1510291 0.5358953 0.1556651 0.5416596 0.1587756 0.5391749 0.1584686 0.5447675 0.1556651 0.5416596 0.1584686 0.5447675 0.154309 0.5453919 0.1556651 0.5416596 0.1535081 0.5437334 0.152093 0.5402508 0.1468648 0.548515 0.1474032 0.5509069 0.1434486 0.5478245 0.1468648 0.548515 0.1434486 0.5478245 0.1479868 0.5456247 0.1468648 0.548515 0.1479868 0.5456247 0.1494973 0.5482782 0.1468648 0.548515 0.1494973 0.5482782 0.1474032 0.5509069 0.1496316 0.5422213 0.1479868 0.5456247 0.1450409 0.5440723 0.1496316 0.5422213 0.1471245 0.5398626 0.152093 0.5402508 0.1496316 0.5422213 0.152093 0.5402508 0.152235 0.5430616 0.1496316 0.5422213 0.1509378 0.5443684 0.1479868 0.5456247 0.9654558 0.08242273 0.959618 0.08903247 0.973366 0.06290984 0.9654558 0.08242273 0.973366 0.06290984 0.97135 0.07324951 0.9654558 0.08242273 0.97135 0.07324951 0.9580172 0.1030497 0.9654558 0.08242273 0.9580172 0.1030497 0.959618 0.08903247 0.976053 0.08761745 0.9754776 0.09367793 0.9619789 0.1334062 0.9337821 0.1547228 0.9265008 0.1613112 0.9445508 0.1339303 0.9337821 0.1547228 0.9236494 0.1751694 0.9265008 0.1613112 0.9466353 0.1635733 0.9445285 0.1702067 0.9248846 0.2085819 0.9466353 0.1635733 0.957242 0.1416574 0.9619789 0.1334062 0.9530303 0.1185724 0.9580172 0.1030497 0.9693945 0.08045989 0.9530303 0.1185724 0.9445508 0.1339303 0.9454259 0.1252382 0.9628909 0.1242465 0.9687389 0.1090341 0.957242 0.1416574 0.8963599 0.2210376 0.8889679 0.2267758 0.9069584 0.2035512 0.8963599 0.2210376 0.9048119 0.2122745 0.8871728 0.2377457 0.8963599 0.2210376 0.8871728 0.2377457 0.8889679 0.2267758 0.909662 0.2317766 0.9074326 0.2377035 0.8889266 0.2672798 0.909662 0.2317766 0.9200589 0.21451 0.9248846 0.2085819 0.9170779 0.1894894 0.9236494 0.1751694 0.9390978 0.1537225 0.9170779 0.1894894 0.9069584 0.2035512 0.9080443 0.1959756 0.9273324 0.1979829 0.9352667 0.18426 0.9200589 0.21451 0.8594028 0.2790769 0.85228 0.2835369 0.8706184 0.2626425 0.8594028 0.2790769 0.8497142 0.2947299 0.8344247 0.3111175 0.8723163 0.2891271 0.8701847 0.2945672 0.8506965 0.3238395 0.8723163 0.2891271 0.8837555 0.2720884 0.8889266 0.2672798 0.8920557 0.2442547 0.8839343 0.2573474 0.88913 0.2416091 0.881287 0.2494725 0.88913 0.2416091 0.8810508 0.256009 0.881287 0.2494725 0.8706184 0.2626425 0.8715211 0.2559072 0.8917168 0.2565678 0.8991964 0.2467926 0.8837555 0.2720884 0.8228011 0.3349301 0.8150987 0.3405752 0.833491 0.3177762 0.8228011 0.3349301 0.8316062 0.3256879 0.8135583 0.3522333 0.8228011 0.3349301 0.8135583 0.3522333 0.797294 0.3707634 0.836368 0.3464691 0.8345218 0.3532559 0.8176861 0.3859902 0.836368 0.3464691 0.8266483 0.3630424 0.8400604 0.3328956 0.836368 0.3464691 0.8458978 0.328599 0.8506965 0.3238395 0.8436262 0.3055555 0.8497142 0.2947299 0.8644172 0.279509 0.8436262 0.3055555 0.833491 0.3177762 0.8344247 0.3111175 0.8531364 0.313812 0.8609324 0.3041973 0.8506965 0.3238395 0.8024546 0.4065556 0.8119419 0.3902446 0.8176861 0.3859902 0.8077645 0.3649017 0.8158604 0.3560575 0.8036952 0.3752527 0.8077645 0.3649017 0.8036952 0.3752527 0.7995803 0.3802676 0.8077645 0.3649017 0.7972426 0.3783698 0.797294 0.3707634 0.8188398 0.3739388 0.8266483 0.3630424 0.8176861 0.3859902 0.2304109 0.9408766 0.2230618 0.9388732 0.2387679 0.928964 0.2304109 0.9408766 0.2413771 0.933667 0.2386126 0.9412554 0.2304109 0.9408766 0.2211174 0.9471349 0.207417 0.9484158 0.2508876 0.9256536 0.2522158 0.9176497 0.2624449 0.9089067 0.2508876 0.9256536 0.2588142 0.9186874 0.2487946 0.9333454 0.2508876 0.9256536 0.2487946 0.9333454 0.2413771 0.933667 0.2508876 0.9256536 0.2413771 0.933667 0.2387679 0.928964 0.2708477 0.8994695 0.2644169 0.8995907 0.2736456 0.8933264 0.2708477 0.8994695 0.2736456 0.8933264 0.2765542 0.9014198 0.2708477 0.8994695 0.2684947 0.9067118 0.2644169 0.8995907 0.2961013 0.9091941 0.3053716 0.9084139 0.2892895 0.919479 0.2961013 0.9091941 0.2995806 0.8987986 0.3128412 0.888352 0.2795404 0.9256619 0.2769017 0.9336904 0.2594585 0.9384354 0.2795404 0.9256619 0.2704889 0.9283362 0.2756919 0.9208613 0.2795404 0.9256619 0.2892895 0.919479 0.2769017 0.9336904 0.2650289 0.9146186 0.2588142 0.9186874 0.2624449 0.9089067 0.2650289 0.9146186 0.2684947 0.9067118 0.2703876 0.9119986 0.2650289 0.9146186 0.2622885 0.9212402 0.2526612 0.931015 0.2621116 0.9246274 0.2622885 0.9212402 0.2699885 0.9171382 0.2621116 0.9246274 0.2699885 0.9171382 0.2632165 0.9263972 0.2621116 0.9246274 0.2632165 0.9263972 0.2546616 0.9349339 0.2955902 0.8522846 0.3026009 0.852577 0.297978 0.8671476 0.2827575 0.8673045 0.288729 0.8563073 0.2903407 0.8705893 0.2827575 0.8673045 0.2875099 0.8744559 0.2789165 0.8798999 0.2827575 0.8673045 0.2789165 0.8798999 0.2773299 0.8610984 0.311584 0.8712154 0.3208783 0.8667606 0.3067405 0.8834388 0.311584 0.8712154 0.3067405 0.8834388 0.3000798 0.8830115 0.311584 0.8712154 0.301695 0.8781436 0.3019223 0.8734875 0.2784464 0.8887177 0.2736456 0.8933264 0.2684023 0.8849777 0.2784464 0.8887177 0.2803142 0.8937944 0.2736456 0.8933264 0.2834866 0.8951667 0.279893 0.9008278 0.2803142 0.8937944 0.2834866 0.8951667 0.2870802 0.8895056 0.2873113 0.8946868 0.2889763 0.8970631 0.2873113 0.8946868 0.2922946 0.8902323 0.2889763 0.8970631 0.2922946 0.8902323 0.2923977 0.8970565 0.2993321 0.8922838 0.2995806 0.8987986 0.2923977 0.8970565 0.2993321 0.8922838 0.2923977 0.8970565 0.2942471 0.8906465 0.2993321 0.8922838 0.3067405 0.8834388 0.3128412 0.888352 0.2025645 0.9561546 0.1971556 0.951899 0.207417 0.9484158 0.2025645 0.9561546 0.2083421 0.9543318 0.2072364 0.9598765 0.2025645 0.9561546 0.1989846 0.9590229 0.1971556 0.951899 0.1972945 0.9641966 0.1909523 0.9640181 0.1989846 0.9590229 0.1972945 0.9641966 0.1956695 0.9703962 0.1909523 0.9640181 0.2204589 0.9710317 0.2280721 0.9700747 0.2101547 0.9790403 0.2204589 0.9710317 0.2285373 0.9618207 0.2400918 0.9545336 0.2327743 0.9553639 0.2387923 0.9520369 0.2400918 0.9545336 0.2327743 0.9553639 0.2285373 0.9618207 0.2267562 0.958691 0.2327743 0.9553639 0.2350906 0.950284 0.2387923 0.9520369 0.2306259 0.9502171 0.2363014 0.94619 0.2391589 0.947261 0.2166253 0.9522947 0.2083421 0.9543318 0.207417 0.9484158 0.3346948 0.07256001 0.3428646 0.07890069 0.3470327 0.07124644 0.3346948 0.07256001 0.3411485 0.06829667 0.3368566 0.0659281 0.3346948 0.07256001 0.3301601 0.06675195 0.3172426 0.06490653 0.3346948 0.07256001 0.3264027 0.0763573 0.3428646 0.07890069 0.3316757 0.06199103 0.3301601 0.06675195 0.3368566 0.0659281 0.3316757 0.06199103 0.3391926 0.06270259 0.335686 0.05764955 0.3316757 0.06199103 0.335686 0.05764955 0.3306733 0.05556017 0.3316757 0.06199103 0.3250439 0.05847841 0.3172426 0.06490653 0.0658124 0.8675704 0.06457328 0.8618487 0.06734168 0.8612888 0.0658124 0.8675704 0.06827878 0.8668996 0.06652593 0.870686 0.0658124 0.8675704 0.06652593 0.870686 0.06381982 0.8718225 0.0658124 0.8675704 0.06304574 0.8686709 0.06457328 0.8618487 0.01024782 0.7822959 0.008145213 0.7820811 0.01039242 0.7802157 0.01024782 0.7822959 0.01039242 0.7802157 0.01584404 0.780086 0.022933 0.8467286 0.01871854 0.849016 0.02181434 0.8458989 0.022933 0.8467286 0.02181434 0.8458989 0.02713704 0.8425852 0.022933 0.8467286 0.02833425 0.8436229 0.02402043 0.8477594 0.022933 0.8467286 0.02402043 0.8477594 0.01951098 0.8500492 0.03491413 0.8397201 0.04217481 0.835851 0.03579974 0.8412992 0.03491413 0.8397201 0.02833425 0.8436229 0.03407531 0.838203 0.03491413 0.8397201 0.03407531 0.838203 0.04177129 0.8339378 0.04961854 0.8328462 0.04217481 0.835851 0.04936671 0.8309751 0.04961854 0.8328462 0.04936671 0.8309751 0.0558449 0.8290173 0.06048375 0.8297241 0.05610245 0.8307793 0.06018882 0.8277662 0.06048375 0.8297241 0.06018882 0.8277662 0.06345909 0.8265436 0.06738942 0.8271396 0.07089155 0.8247644 0.07210397 0.8270497 0.06738942 0.8271396 0.06777471 0.8294414 0.06387513 0.8288032 0.06738942 0.8271396 0.06387513 0.8288032 0.06345909 0.8265436 0.06738942 0.8271396 0.06671625 0.8246707 0.07089155 0.8247644 0.08187597 0.8089896 0.08777707 0.8116575 0.08353513 0.8120332 0.08187597 0.8089896 0.07831734 0.8108163 0.07168853 0.8055765 0.009437203 0.7855042 0.01683056 0.7873628 0.01633155 0.7886981 0.009437203 0.7855042 0.008737444 0.7863982 0.007025837 0.7849535 0.009437203 0.7855042 0.007025837 0.7849535 0.007710576 0.7838748 0.009437203 0.7855042 0.009989738 0.7842551 0.01683056 0.7873628 0.05876386 0.8006102 0.04426759 0.7952703 0.05950742 0.7966906 0.05876386 0.8006102 0.05950742 0.7966906 0.07168853 0.8055765 0.05876386 0.8006102 0.07168853 0.8055765 0.06469261 0.8087683 0.05876386 0.8006102 0.05687558 0.8036346 0.04426759 0.7952703 0.07728743 0.8163538 0.07711952 0.8144395 0.08173507 0.8148713 0.07728743 0.8163538 0.0837776 0.8162608 0.08410573 0.8191711 0.07728743 0.8163538 0.07664763 0.8186717 0.0703063 0.8160818 0.07728743 0.8163538 0.0703063 0.8160818 0.07711952 0.8144395 0.07709735 0.8126134 0.07831734 0.8108163 0.08356356 0.8135986 0.07709735 0.8126134 0.08356356 0.8135986 0.08173507 0.8148713 0.07709735 0.8126134 0.07711952 0.8144395 0.07021182 0.81413 0.07709735 0.8126134 0.0700125 0.8123146 0.06469261 0.8087683 0.1465321 0.7818757 0.138845 0.7822455 0.1464349 0.7777532 0.1465321 0.7818757 0.1464349 0.7777532 0.1559949 0.7768062 0.1465321 0.7818757 0.1557824 0.7805159 0.1467931 0.7894418 0.1465321 0.7818757 0.1467931 0.7894418 0.1390922 0.7907456 0.1865595 0.8174242 0.1709626 0.8243991 0.1850388 0.8121586 0.1865595 0.8174242 0.1850388 0.8121586 0.2030172 0.8054208 0.1865595 0.8174242 0.2039498 0.8108457 0.1873865 0.8200182 0.1865595 0.8174242 0.1873865 0.8200182 0.1719977 0.8269847 0.07424664 0.8217085 0.07664763 0.8186717 0.0775929 0.8235515 0.07424664 0.8217085 0.0775929 0.8235515 0.07210397 0.8270497 0.07424664 0.8217085 0.07089155 0.8247644 0.06803768 0.8229677 0.07424664 0.8217085 0.06972414 0.820589 0.07018178 0.8182186 0.01487243 0.7604125 0.0181663 0.7556186 0.01859056 0.7605924 0.01487243 0.7604125 0.01859056 0.7605924 0.01681411 0.7652527 0.01487243 0.7604125 0.01344668 0.7641691 0.01331043 0.7602593 0.01487243 0.7604125 0.01331043 0.7602593 0.01608151 0.7554711 0.01626986 0.8766449 0.01808375 0.8788865 0.01710629 0.8798484 0.01626986 0.8766449 0.01526433 0.8775675 0.01432579 0.8750859 0.01626986 0.8766449 0.01534682 0.8741148 0.01744323 0.8714504 0.01626986 0.8766449 0.01893973 0.8750243 0.01808375 0.8788865 0.05219024 0.8724437 0.05304396 0.8752986 0.04854351 0.8762809 0.05219024 0.8724437 0.04781031 0.8736647 0.05059421 0.8672863 0.05219024 0.8724437 0.05059421 0.8672863 0.05446302 0.8658679 0.05219024 0.8724437 0.05606365 0.8712992 0.05304396 0.8752986 0.05973917 0.8699777 0.06056982 0.8730875 0.05692738 0.8743048 0.05973917 0.8699777 0.05606365 0.8712992 0.05818498 0.864355 0.05973917 0.8699777 0.05818498 0.864355 0.06160634 0.8629484 0.05973917 0.8699777 0.06304574 0.8686709 0.06056982 0.8730875 0.04261529 0.8752161 0.04160958 0.8710268 0.04637688 0.868907 0.04261529 0.8752161 0.04781031 0.8736647 0.04304987 0.8774641 0.04261529 0.8752161 0.04304987 0.8774641 0.03718167 0.8786903 0.04261529 0.8752161 0.03715461 0.8767991 0.04160958 0.8710268 0.01245576 0.7666329 0.01110637 0.7664892 0.01189428 0.7641015 0.01245576 0.7666329 0.01344668 0.7641691 0.0142939 0.7679973 0.01245576 0.7666329 0.0142939 0.7679973 0.01179563 0.7684246 0.01245576 0.7666329 0.01179563 0.7684246 0.01110637 0.7664892 0.01060187 0.7762121 0.01308715 0.7749871 0.01072669 0.7773166 0.01060187 0.7762121 0.01072669 0.7773166 0.009068906 0.776263 0.01060187 0.7762121 0.009068906 0.776263 0.01051306 0.7751893 0.01060187 0.7762121 0.01051306 0.7751893 0.01253545 0.7743008 0.01136243 0.7701649 0.01026409 0.7704614 0.01179563 0.7684246 0.01136243 0.7701649 0.01179563 0.7684246 0.0132361 0.7695342 0.01136243 0.7701649 0.01230597 0.770864 0.01104265 0.7718794 0.01136243 0.7701649 0.01104265 0.7718794 0.01066821 0.7719729 0.009552597 0.7720045 0.009591281 0.7736234 0.009072303 0.7718282 0.009552597 0.7720045 0.009072303 0.7718282 0.01026409 0.7704614 0.009552597 0.7720045 0.01026409 0.7704614 0.01051324 0.772357 0.009552597 0.7720045 0.01051324 0.772357 0.01064556 0.7728065 0.01074326 0.7741474 0.01205003 0.7736758 0.01253545 0.7743008 0.01074326 0.7741474 0.01051306 0.7751893 0.009591281 0.7736234 0.01074326 0.7741474 0.009591281 0.7736234 0.01064556 0.7728065 0.01074326 0.7741474 0.01113295 0.773096 0.01205003 0.7736758 0.02199012 0.8794996 0.02315998 0.87688 0.02696329 0.8790531 0.02199012 0.8794996 0.02696329 0.8790531 0.02618098 0.8805554 0.02199012 0.8794996 0.0210545 0.8807076 0.01808375 0.8788865 0.02199012 0.8794996 0.01808375 0.8788865 0.01994967 0.8770185 0.01622313 0.2389258 0.007093369 0.24409 0.01563793 0.2539888 0.01622313 0.2389258 0.01563793 0.2539888 0.02305638 0.2511255 0.08286261 0.2526946 0.08517801 0.2423402 0.07349973 0.2505576 0.08286261 0.2526946 0.07349973 0.2505576 0.07953673 0.2648054 0.08286261 0.2526946 0.07953673 0.2648054 0.08918678 0.2646784 0.08286261 0.2526946 0.09298896 0.2526941 0.08517801 0.2423402 0.06566387 0.2441455 0.06709522 0.2322099 0.05952221 0.2373262 0.06566387 0.2441455 0.05952221 0.2373262 0.05770915 0.252442 0.06566387 0.2441455 0.06344038 0.2581022 0.07349973 0.2505576 0.06566387 0.2441455 0.07349973 0.2505576 0.07552677 0.2392795 0.05524194 0.2339675 0.05619513 0.2227644 0.0512911 0.232528 0.05524194 0.2339675 0.0512911 0.232528 0.04927432 0.2473977 0.05524194 0.2339675 0.05340808 0.2491215 0.05952221 0.2373262 0.05524194 0.2339675 0.05952221 0.2373262 0.06045937 0.2253116 0.03638142 0.7503408 0.04023295 0.7508952 0.03141283 0.7563082 0.03638142 0.7503408 0.02703893 0.7561355 0.02246922 0.7558953 0.03638142 0.7503408 0.03149324 0.7499151 0.04205143 0.74395 0.03638142 0.7503408 0.04541498 0.7441901 0.04023295 0.7508952 0.02476131 0.7500429 0.03149324 0.7499151 0.0181663 0.7556186 0.02476131 0.7500429 0.0181663 0.7556186 0.01608151 0.7554711 0.02476131 0.7500429 0.02093434 0.7502452 0.02888411 0.7470596 0.02476131 0.7500429 0.02888411 0.7470596 0.04205143 0.74395 0.04803049 0.7387382 0.04541498 0.7441901 0.04620885 0.7380146 0.04803049 0.7387382 0.04620885 0.7380146 0.04599744 0.7330653 0.04803049 0.7387382 0.04599744 0.7330653 0.05019921 0.7345596 0.04803049 0.7387382 0.05192023 0.740298 0.04903513 0.7452051 0.1269115 0.7630483 0.1300116 0.7709025 0.1231381 0.7685183 0.1269115 0.7630483 0.1207473 0.762214 0.1244882 0.7564751 0.1269115 0.7630483 0.1244882 0.7564751 0.1269284 0.7556889 0.1269115 0.7630483 0.1298483 0.7634972 0.1300116 0.7709025 0.09356087 0.7204545 0.09774583 0.722428 0.0964784 0.7258514 0.09356087 0.7204545 0.09234857 0.7240678 0.08960086 0.7189196 0.09356087 0.7204545 0.08960086 0.7189196 0.09015142 0.7169943 0.09356087 0.7204545 0.09414553 0.7187304 0.09774583 0.722428 0.1022445 0.7249833 0.106528 0.7279379 0.1009632 0.728383 0.1022445 0.7249833 0.1009632 0.728383 0.0964784 0.7258514 0.1022445 0.7249833 0.09774583 0.722428 0.09836232 0.7208477 0.1022445 0.7249833 0.1028905 0.7234117 0.1072463 0.7263962 0.06378144 0.7127941 0.07207167 0.7141339 0.06313717 0.7165944 0.06378144 0.7127941 0.06313717 0.7165944 0.05374264 0.7146936 0.06378144 0.7127941 0.05393511 0.71135 0.05410921 0.7095077 0.06378144 0.7127941 0.06415331 0.710722 0.07242941 0.711896 0.07770967 0.7153834 0.08188247 0.7165595 0.07683676 0.7196725 0.07770967 0.7153834 0.07683676 0.7196725 0.07129907 0.718306 0.07770967 0.7153834 0.07207167 0.7141339 0.07811194 0.713097 0.07770967 0.7153834 0.07811194 0.713097 0.08234965 0.7143236 0.01106435 0.8519236 0.0089522 0.8524704 0.01082438 0.8512141 0.01106435 0.8519236 0.01082438 0.8512141 0.01291024 0.8505845 0.01106435 0.8519236 0.01332956 0.8513428 0.01148903 0.8529416 0.0156992 0.8504639 0.01332956 0.8513428 0.01508313 0.849696 0.0156992 0.8504639 0.01508313 0.849696 0.01787412 0.8482379 0.0646888 0.04182058 0.07109808 0.03808712 0.06660026 0.03212553 0.0646888 0.04182058 0.06069433 0.03702133 0.05865836 0.04572552 0.0646888 0.04182058 0.05865836 0.04572552 0.06782424 0.04864078 0.0646888 0.04182058 0.06782424 0.04864078 0.07109808 0.03808712 0.3147493 0.9534066 0.3080618 0.9544757 0.3152433 0.9612709 0.3147493 0.9534066 0.3152433 0.9612709 0.321362 0.9533877 0.3147493 0.9534066 0.321362 0.9533877 0.3149331 0.9465649 0.3147493 0.9534066 0.3149331 0.9465649 0.307447 0.947771 0.3254828 0.9363387 0.3232642 0.9302785 0.3204645 0.9385008 0.3254828 0.9363387 0.3204645 0.9385008 0.320059 0.9439458 0.3254828 0.9363387 0.3285431 0.9419528 0.3321478 0.9337928 0.3254828 0.9363387 0.3321478 0.9337928 0.3296297 0.9281984 0.3579013 0.8768823 0.3530141 0.8811257 0.3622209 0.8830816 0.3579013 0.8768823 0.3622209 0.8830816 0.3632566 0.8735063 0.3579013 0.8768823 0.3632566 0.8735063 0.3548766 0.8715083 0.3579013 0.8768823 0.3548766 0.8715083 0.3497368 0.876558 0.3580704 0.8569234 0.3527272 0.8531804 0.3544907 0.8623639 0.3580704 0.8569234 0.3544907 0.8623639 0.35735 0.8666974 0.3580704 0.8569234 0.3637602 0.8598762 0.3627963 0.8505626 0.3580704 0.8569234 0.3627963 0.8505626 0.3574368 0.8469529 0.3839743 0.9046278 0.3769432 0.8986932 0.378766 0.9090587 0.3839743 0.9046278 0.378766 0.9090587 0.3862412 0.9142009 0.3839743 0.9046278 0.3906144 0.9096489 0.3892515 0.8993331 0.3839743 0.9046278 0.3892515 0.8993331 0.382544 0.8939419 0.3220641 0.9889023 0.319599 0.9810776 0.3153315 0.9887681 0.3220641 0.9889023 0.3153315 0.9887681 0.3185224 0.9956599 0.3220641 0.9889023 0.3245086 0.995691 0.3294595 0.9881273 0.3220641 0.9889023 0.3294595 0.9881273 0.3270645 0.9805955 0.3609744 0.9240626 0.3587835 0.9179732 0.352626 0.9270271 0.3609744 0.9240626 0.352626 0.9270271 0.3553754 0.9337221 0.3609744 0.9240626 0.3631473 0.9311396 0.3696587 0.9286161 0.3609744 0.9240626 0.3682371 0.9213421 0.3587835 0.9179732 0.07020014 0.05898708 0.07818639 0.05713647 0.0748372 0.04593807 0.07020014 0.05898708 0.06782424 0.04864078 0.0611428 0.05167597 0.07020014 0.05898708 0.06233417 0.06108725 0.07180017 0.06990444 0.07020014 0.05898708 0.07180017 0.06990444 0.07818639 0.05713647 0.369815 0.8423611 0.3640412 0.8384482 0.3627963 0.8505626 0.369815 0.8423611 0.3627963 0.8505626 0.368337 0.8537127 0.369815 0.8423611 0.375557 0.846291 0.3772451 0.8339821 0.369815 0.8423611 0.3772451 0.8339821 0.3712322 0.8296911 0.3691301 0.8909316 0.3622209 0.8830816 0.3573469 0.8868294 0.3691301 0.8909316 0.3637909 0.894805 0.3712846 0.9029242 0.3691301 0.8909316 0.3769432 0.8986932 0.3745496 0.8870132 0.3691301 0.8909316 0.3745496 0.8870132 0.3674075 0.8797878 0.3421064 0.9304798 0.3392176 0.9246863 0.3321478 0.9337928 0.3421064 0.9304798 0.3321478 0.9337928 0.3351703 0.9391844 0.3421064 0.9304798 0.345082 0.9364223 0.352626 0.9270271 0.3421064 0.9304798 0.352626 0.9270271 0.3497086 0.920894 0.3170926 0.9711809 0.3152433 0.9612709 0.308956 0.9620912 0.3170926 0.9711809 0.3104086 0.9715283 0.3125053 0.9810122 0.3170926 0.9711809 0.319599 0.9810776 0.3239791 0.970865 0.3170926 0.9711809 0.3239791 0.970865 0.3216096 0.9610807 0.3574472 0.2770829 0.3620229 0.2697893 0.3505595 0.2697904 0.3574472 0.2770829 0.3505595 0.2697904 0.3457703 0.276627 0.3574472 0.2770829 0.351774 0.2839583 0.364046 0.2839238 0.3574472 0.2770829 0.364046 0.2839238 0.369062 0.2770853 0.284226 0.2558833 0.2927274 0.2538819 0.2852304 0.2473294 0.284226 0.2558833 0.2852304 0.2473294 0.2777028 0.2492796 0.284226 0.2558833 0.2769128 0.2574213 0.2847069 0.264804 0.284226 0.2558833 0.2847069 0.264804 0.2928475 0.2624172 0.3203706 0.2481951 0.321148 0.2423521 0.3138299 0.2485688 0.3203706 0.2481951 0.3138299 0.2485688 0.3194469 0.2539395 0.3203706 0.2481951 0.3194469 0.2539395 0.3235745 0.2546675 0.3203706 0.2481951 0.3251784 0.2491843 0.321148 0.2423521 0.3302042 0.2508873 0.3326453 0.2454212 0.3268053 0.2436327 0.3302042 0.2508873 0.3251784 0.2491843 0.3235745 0.2546675 0.3302042 0.2508873 0.3279388 0.2562887 0.335994 0.2545942 0.3302042 0.2508873 0.335994 0.2545942 0.3391447 0.2488317 0.0328679 0.2321774 0.03994292 0.2312076 0.03515106 0.2193317 0.0328679 0.2321774 0.03515106 0.2193317 0.02679401 0.2216299 0.0328679 0.2321774 0.02494919 0.2346566 0.03062474 0.2485363 0.0328679 0.2321774 0.03062474 0.2485363 0.03780144 0.246808 0.1323623 0.7808384 0.138845 0.7822455 0.1321744 0.7911787 0.1323623 0.7808384 0.1321744 0.7911787 0.123927 0.7904492 0.1323623 0.7808384 0.1250074 0.7786749 0.1300116 0.7709025 0.1323623 0.7808384 0.1300116 0.7709025 0.1364653 0.7743165 0.5585038 0.1109516 0.5524352 0.1110811 0.5423923 0.142726 0.9716632 0.2133664 0.9874888 0.1917667 0.9539508 0.2233614 0.6071377 0.0595833 0.5787274 0.02629435 0.5456266 0.001768946 0.6071377 0.0595833 0.5871736 0.04669946 0.635548 0.09287226 0.6071377 0.0595833 0.635548 0.09287226 0.6423754 0.09411448 0.6071377 0.0595833 0.6271018 0.07246714 0.5787274 0.02629435 0.5922471 0.0655114 0.5871736 0.04669946 0.5456266 0.001768946 0.5922471 0.0655114 0.6221188 0.09504508 0.5871736 0.04669946 0.6003525 0.02904397 0.579505 0.01156765 0.5456266 0.001768946 0.6003525 0.02904397 0.5787274 0.02629435 0.6118281 0.05081981 0.6003525 0.02904397 0.6219776 0.03179365 0.579505 0.01156765 0.9362468 0.9180395 0.9393483 0.9003081 0.9242644 0.8648967 0.9362468 0.9180395 0.9255297 0.8984102 0.9331452 0.9357708 0.9362468 0.9180395 0.9331452 0.9357708 0.9469638 0.9376688 0.9759414 0.883908 0.957134 0.8715561 0.9242644 0.8648967 0.9578381 0.9156873 0.9513199 0.896593 0.9242644 0.8648967 0.9578381 0.9156873 0.9643563 0.9347816 0.9742804 0.9338436 0.9578381 0.9156873 0.976328 0.9310665 0.9513199 0.896593 0.8657795 0.1470407 0.850202 0.1589086 0.8433546 0.2118055 0.8402523 0.1320254 0.8352666 0.161463 0.8433546 0.2118055 0.8237519 0.1375394 0.8241364 0.1662473 0.8433546 0.2118055 0.8668791 0.4138094 0.8720917 0.3783317 0.8667111 0.3150917 0.8668791 0.4138094 0.8607789 0.3786439 0.8616666 0.4492871 0.8668791 0.4138094 0.8616666 0.4492871 0.8684864 0.4563779 0.8668791 0.4138094 0.8729793 0.4489748 0.8720917 0.3783317 0.8491564 0.4079398 0.8607789 0.3786439 0.8667111 0.3150917 0.8491564 0.4079398 0.8475459 0.4415494 0.8607789 0.3786439 0.8377383 0.3946158 0.8507668 0.3743302 0.8667111 0.3150917 0.04803049 0.7387382 0.04620885 0.7380146 0.04541498 0.7441901 0.04803049 0.7387382 0.04541498 0.7441901 0.04903513 0.7452051 0.04803049 0.7387382 0.05192023 0.740298 0.05019921 0.7345596 0.04803049 0.7387382 0.04599744 0.7330653 0.04620885 0.7380146 0.04362893 0.7097879 0.04312252 0.708186 0.03477877 0.7088575 0.04362893 0.7097879 0.03593194 0.7099097 0.03899484 0.7119445 0.04362893 0.7097879 0.04450708 0.712759 0.05374264 0.7146936 0.04362893 0.7097879 0.05393511 0.71135 0.04312252 0.708186 0.03391331 0.7135173 0.03611654 0.7193762 0.03796386 0.7138491 0.03391331 0.7135173 0.03796386 0.7138491 0.03899484 0.7119445 0.03391331 0.7135173 0.03593194 0.7099097 0.03477877 0.7088575 0.03391331 0.7135173 0.0326634 0.7136226 0.03611654 0.7193762 0.1026211 0.1880407 0.09577816 0.1796829 0.09865033 0.1924434 0.1026211 0.1880407 0.09865033 0.1924434 0.1049821 0.1988067 0.1026211 0.1880407 0.1082085 0.1951997 0.1106542 0.1933706 0.1026211 0.1880407 0.1061093 0.1854661 0.1006869 0.1760421 0.3389011 0.1166211 0.3550192 0.1157236 0.3511371 0.1103882 0.3389011 0.1166211 0.3356745 0.1089873 0.3119623 0.1279133 0.3389011 0.1166211 0.3119623 0.1279133 0.3179336 0.1335943 0.3389011 0.1166211 0.3421451 0.1239976 0.3550192 0.1157236 0.3525776 0.1595823 0.3647291 0.1544799 0.3507822 0.1526951 0.3525776 0.1595823 0.3507822 0.1526951 0.3322842 0.1672098 0.3525776 0.1595823 0.3322842 0.1672098 0.3546733 0.1658533 0.3525776 0.1595823 0.3546733 0.1658533 0.3655778 0.160445 0.3567579 0.1714742 0.3672561 0.1651158 0.3546733 0.1658533 0.3567579 0.1714742 0.3546733 0.1658533 0.335004 0.173278 0.3567579 0.1714742 0.3370615 0.1791574 0.3597749 0.1772427 0.3567579 0.1714742 0.3597749 0.1772427 0.3705116 0.1695522 0.3454236 0.1308593 0.3609042 0.1272685 0.3584314 0.1212775 0.3454236 0.1308593 0.3421451 0.1239976 0.3227057 0.1396769 0.3454236 0.1308593 0.3227057 0.1396769 0.3261294 0.1462753 0.3454236 0.1308593 0.3481152 0.137753 0.3609042 0.1272685 0.349598 0.1452251 0.3636012 0.1406728 0.3481152 0.137753 0.349598 0.1452251 0.3481152 0.137753 0.3261294 0.1462753 0.349598 0.1452251 0.3280557 0.1535037 0.3507822 0.1526951 0.349598 0.1452251 0.3507822 0.1526951 0.3642302 0.147722 0.8897733 0.8819142 0.8964225 0.8881888 0.8959649 0.8766706 0.8897733 0.8819142 0.8959649 0.8766706 0.8888189 0.8717688 0.8897733 0.8819142 0.8836335 0.8772394 0.8835379 0.8879624 0.8897733 0.8819142 0.8835379 0.8879624 0.8897178 0.8933394 0.02403873 0.631473 0.03256809 0.6289789 0.02444761 0.623455 0.02403873 0.631473 0.02444761 0.623455 0.01691687 0.626872 0.02403873 0.631473 0.01707768 0.6345121 0.02453619 0.6403256 0.02403873 0.631473 0.02453619 0.6403256 0.03217822 0.6376032 0.09218192 0.6757984 0.1003429 0.6727526 0.08668053 0.6663023 0.09218192 0.6757984 0.08668053 0.6663023 0.08297085 0.6786532 0.09218192 0.6757984 0.08297085 0.6786532 0.08760225 0.6857345 0.09218192 0.6757984 0.09751754 0.6838346 0.1003429 0.6727526 0.09358143 0.1999455 0.09865033 0.1924434 0.09107232 0.1852352 0.09358143 0.1999455 0.08643043 0.193739 0.08809715 0.2084507 0.09358143 0.1999455 0.08809715 0.2084507 0.09478312 0.2135817 0.09358143 0.1999455 0.1001887 0.2056174 0.09865033 0.1924434 0.9040904 0.8976628 0.9103953 0.9071314 0.9106798 0.8945593 0.9040904 0.8976628 0.9106798 0.8945593 0.9032166 0.8835937 0.9040904 0.8976628 0.8964225 0.8881888 0.8975433 0.9010059 0.9040904 0.8976628 0.8975433 0.9010059 0.9042358 0.908705 0.04423403 0.6275749 0.05548065 0.6276836 0.04602867 0.6204262 0.04423403 0.6275749 0.04602867 0.6204262 0.03360825 0.6209893 0.04423403 0.6275749 0.03256809 0.6289789 0.04269409 0.6350526 0.04423403 0.6275749 0.04269409 0.6350526 0.05284535 0.633858 0.08970606 0.319795 0.09575176 0.3116116 0.08592802 0.3077164 0.08970606 0.319795 0.08082067 0.3165799 0.07695335 0.3248853 0.08970606 0.319795 0.08487075 0.3273659 0.09219074 0.3295299 0.08970606 0.319795 0.09795391 0.3230179 0.09575176 0.3116116 0.08499288 0.3534411 0.08239966 0.3444442 0.07503187 0.353686 0.08499288 0.3534411 0.07503187 0.353686 0.0776323 0.3636476 0.08499288 0.3534411 0.0881772 0.3632066 0.09422415 0.3530198 0.08499288 0.3534411 0.09422415 0.3530198 0.09066802 0.3447998 0.1016302 0.3045594 0.09204572 0.3003185 0.09575176 0.3116116 0.1016302 0.3045594 0.09575176 0.3116116 0.1048992 0.3159872 0.1016302 0.3045594 0.1106773 0.3097574 0.1074249 0.2980726 0.1016302 0.3045594 0.1074249 0.2980726 0.09866863 0.2936532 0.09076094 0.3704422 0.0881772 0.3632066 0.08056807 0.3710338 0.09076094 0.3704422 0.08056807 0.3710338 0.08367162 0.3771322 0.09076094 0.3704422 0.09304434 0.3764128 0.1008473 0.3686935 0.09076094 0.3704422 0.1008473 0.3686935 0.09825176 0.3620082 0.08158951 0.3395145 0.07274621 0.3387396 0.08239966 0.3444442 0.08158951 0.3395145 0.08239966 0.3444442 0.08948671 0.3404192 0.08158951 0.3395145 0.08948671 0.3404192 0.08960783 0.3376349 0.08158951 0.3395145 0.08188873 0.336333 0.07274621 0.3387396 0.9610713 0.03567236 0.953522 0.04303967 0.9457604 0.06837224 0.9610713 0.03567236 0.9524227 0.06353902 0.9687731 0.03132545 0.7391859 0.300516 0.7370417 0.2986658 0.7370787 0.3024702 0.7391859 0.300516 0.7370787 0.3024702 0.7391186 0.3032166 0.7391859 0.300516 0.7409943 0.3019293 0.7414785 0.2990853 0.7391859 0.300516 0.7414785 0.2990853 0.7370417 0.2986658 0.7489036 0.2964029 0.7488858 0.2938348 0.7467918 0.2967708 0.7489036 0.2964029 0.7467918 0.2967708 0.7488151 0.2982985 0.7489036 0.2964029 0.7488151 0.2982985 0.7506079 0.2981505 0.7489036 0.2964029 0.7511762 0.2965244 0.7488858 0.2938348 0.7914283 0.250164 0.7891023 0.2498002 0.7910119 0.2529426 0.7914283 0.250164 0.7910119 0.2529426 0.7923337 0.2526431 0.7914283 0.250164 0.7932183 0.2503541 0.7922139 0.247559 0.7914283 0.250164 0.7922139 0.247559 0.7891023 0.2498002 0.7951267 0.2404448 0.7931501 0.2390959 0.7940883 0.2426937 0.7951267 0.2404448 0.7940883 0.2426937 0.7966126 0.2416095 0.7951267 0.2404448 0.7966126 0.2416095 0.7974033 0.239372 0.7951267 0.2404448 0.796465 0.238276 0.7931501 0.2390959 0.7965881 0.2016952 0.7938614 0.2017691 0.7945402 0.2047243 0.7965881 0.2016952 0.7968103 0.2040231 0.7985525 0.203696 0.7965881 0.2016952 0.7991419 0.2016019 0.7998571 0.1995245 0.7965881 0.2016952 0.7965994 0.1993889 0.7938614 0.2017691 0.7974882 0.1909816 0.7945117 0.1905369 0.7971054 0.19343 0.7974882 0.1909816 0.7971054 0.19343 0.8004894 0.1936582 0.7974882 0.1909816 0.8002032 0.1915277 0.8000999 0.189302 0.7974882 0.1909816 0.7981665 0.1883544 0.7955293 0.1871474 0.7967048 0.1977066 0.7935299 0.1975402 0.7935703 0.1992689 0.7967048 0.1977066 0.7965994 0.1993889 0.7998571 0.1995245 0.7967048 0.1977066 0.8002552 0.1979176 0.7968372 0.1963654 0.7967048 0.1977066 0.7968372 0.1963654 0.7935299 0.1975402 0.7969296 0.1950821 0.7936931 0.1949869 0.7968372 0.1963654 0.7969296 0.1950821 0.7968372 0.1963654 0.8004482 0.1965623 0.7969296 0.1950821 0.8005487 0.1952395 0.7971054 0.19343 0.7969296 0.1950821 0.7971054 0.19343 0.7939368 0.1932692 0.7974053 0.2057704 0.7963473 0.2065239 0.7975038 0.2079917 0.7974053 0.2057704 0.7981867 0.2072274 0.798532 0.2053529 0.7974053 0.2057704 0.798532 0.2053529 0.7985525 0.203696 0.7974053 0.2057704 0.7968103 0.2040231 0.7963473 0.2065239 0.7992289 0.1861655 0.7977911 0.1848456 0.7955293 0.1871474 0.7992289 0.1861655 0.7981665 0.1883544 0.8005896 0.1874355 0.7992289 0.1861655 0.8005896 0.1874355 0.8013758 0.1857484 0.7992289 0.1861655 0.8004835 0.1841956 0.7977911 0.1848456 0.7429938 0.2982912 0.7413752 0.2959994 0.7396947 0.2969042 0.7429938 0.2982912 0.7414785 0.2990853 0.7430668 0.3010336 0.7429938 0.2982912 0.7444804 0.3003904 0.744134 0.2977961 0.7429938 0.2982912 0.744134 0.2977961 0.7426857 0.295487 0.745301 0.2972622 0.7442286 0.2949025 0.744134 0.2977961 0.745301 0.2972622 0.744134 0.2977961 0.7462812 0.2993797 0.745301 0.2972622 0.7462812 0.2993797 0.7472731 0.2988624 0.745301 0.2972622 0.7467918 0.2967708 0.7462225 0.2943253 0.7531501 0.2975009 0.7542743 0.2959908 0.7511762 0.2965244 0.7531501 0.2975009 0.7511762 0.2965244 0.7506079 0.2981505 0.7531501 0.2975009 0.7523521 0.2988813 0.7549745 0.2989048 0.7531501 0.2975009 0.7549745 0.2989048 0.7560435 0.2974416 0.7927547 0.2460192 0.7904218 0.2451287 0.7898688 0.2468878 0.7927547 0.2460192 0.7922139 0.247559 0.7950211 0.2469524 0.7927547 0.2460192 0.7950211 0.2469524 0.7953815 0.2461155 0.7927547 0.2460192 0.7931539 0.2450285 0.7904218 0.2451287 0.7935145 0.2440708 0.7912698 0.242935 0.7908569 0.243989 0.7935145 0.2440708 0.7931539 0.2450285 0.7956843 0.2452533 0.7935145 0.2440708 0.7956843 0.2452533 0.7960534 0.2439049 0.7935145 0.2440708 0.7940883 0.2426937 0.7919408 0.2414696 0.7915787 0.255003 0.7904512 0.2558239 0.7926369 0.2567044 0.7915787 0.255003 0.7926369 0.2567044 0.7932093 0.2557786 0.7915787 0.255003 0.7925071 0.2543551 0.7910119 0.2529426 0.7915787 0.255003 0.7910119 0.2529426 0.7887292 0.2534326 0.7979379 0.2371394 0.7975005 0.2357881 0.7950314 0.236427 0.7979379 0.2371394 0.796465 0.238276 0.7984666 0.2381974 0.7979379 0.2371394 0.7984666 0.2381974 0.7994782 0.2365188 0.7979379 0.2371394 0.7994782 0.2365188 0.7975005 0.2357881 0.06831818 0.9247828 0.06096339 0.9258103 0.0682193 0.9270786 0.06831818 0.9247828 0.0682193 0.9270786 0.07477968 0.9264568 0.06831818 0.9247828 0.0750516 0.9240081 0.06859183 0.9226624 0.06831818 0.9247828 0.06859183 0.9226624 0.06088387 0.9238097 0.08085393 0.9236155 0.08589833 0.9235258 0.08100271 0.9212673 0.08085393 0.9236155 0.08100271 0.9212673 0.07549053 0.9217104 0.08085393 0.9236155 0.0750516 0.9240081 0.08073711 0.9261196 0.08085393 0.9236155 0.08073711 0.9261196 0.08602184 0.9260447 0.01272881 0.9133445 0.02431827 0.9145349 0.01334035 0.908277 0.01272881 0.9133445 0.01334035 0.908277 0.009654939 0.9066549 0.01272881 0.9133445 0.00861907 0.9121291 0.01254534 0.9180881 0.01272881 0.9133445 0.01254534 0.9180881 0.02482348 0.9184834 0.01245814 0.9220481 0.02517205 0.9217252 0.01254534 0.9180881 0.01245814 0.9220481 0.01254534 0.9180881 0.008109688 0.9173648 0.01245814 0.9220481 0.007728636 0.9218251 0.007411777 0.9258976 0.01245814 0.9220481 0.01241862 0.9256178 0.02548837 0.9246068 0.04422551 0.9198926 0.02517205 0.9217252 0.04463833 0.9226868 0.04422551 0.9198926 0.04463833 0.9226868 0.06475639 0.9201115 0.04422551 0.9198926 0.06462931 0.9173909 0.06419152 0.9148569 0.04422551 0.9198926 0.04353654 0.9170111 0.02482348 0.9184834 0.06476867 0.8168588 0.06055271 0.8176528 0.06134909 0.816195 0.06476867 0.8168588 0.06456601 0.815181 0.07021182 0.81413 0.06476867 0.8168588 0.0703063 0.8160818 0.06483501 0.8186073 0.06476867 0.8168588 0.06483501 0.8186073 0.05927366 0.8196829 0.06511467 0.820416 0.06550103 0.8222547 0.06103521 0.8220366 0.06511467 0.820416 0.06046175 0.8207162 0.06483501 0.8186073 0.06511467 0.820416 0.06483501 0.8186073 0.06972414 0.820589 0.06511467 0.820416 0.06972414 0.820589 0.06803768 0.8229677 0.05482989 0.8931556 0.0394001 0.8908431 0.04306495 0.8946537 0.05482989 0.8931556 0.05752384 0.8963481 0.07199883 0.8917636 0.05482989 0.8931556 0.07199883 0.8917636 0.0535897 0.8913239 0.05482989 0.8931556 0.0535897 0.8913239 0.03767627 0.8889136 0.02846878 0.8917053 0.0394001 0.8908431 0.03767627 0.8889136 0.02846878 0.8917053 0.02254623 0.8946545 0.02825248 0.8955711 0.02846878 0.8917053 0.03323858 0.8943641 0.0394001 0.8908431 0.02312988 0.8982397 0.01750296 0.8996642 0.02143639 0.902406 0.02312988 0.8982397 0.03010165 0.8980485 0.02825248 0.8955711 0.08036351 0.9146196 0.08053547 0.9170159 0.09232115 0.9124782 0.08036351 0.9146196 0.09232115 0.9124782 0.09182798 0.9103201 0.08036351 0.9146196 0.07993173 0.9123052 0.06462931 0.9173909 0.08036351 0.9146196 0.06462931 0.9173909 0.06475639 0.9201115 0.05350214 0.9885172 0.06159615 0.9912062 0.07033824 0.9820719 0.3481974 0.3441725 0.3398791 0.3393876 0.3407327 0.3541102 0.3481974 0.3441725 0.3488591 0.3561398 0.3565158 0.3489575 0.3481974 0.3441725 0.3504722 0.3343586 0.3398791 0.3393876 0.357207 0.3279082 0.3524146 0.319061 0.342959 0.3276325 0.357207 0.3279082 0.3668554 0.3263532 0.3524146 0.319061 0.3876903 0.3619834 0.3940883 0.3643082 0.3921071 0.3397304 0.3876903 0.3619834 0.3822684 0.3787097 0.3864506 0.3856233 0.3509338 0.3690503 0.3430777 0.3715841 0.3510562 0.3860654 0.3509338 0.3690503 0.3488591 0.3561398 0.3430777 0.3715841 0.3697627 0.383544 0.3688102 0.3918105 0.3822684 0.3787097 0.3697627 0.383544 0.3822684 0.3787097 0.378086 0.3717961 0.3697627 0.383544 0.370715 0.3752776 0.3570316 0.3793647 0.3697627 0.383544 0.3570316 0.3793647 0.3510562 0.3860654 0.257276 0.8517194 0.2630023 0.8207504 0.2635062 0.8538325 0.257276 0.8517194 0.2522822 0.8500505 0.2578859 0.8198769 0.3682023 0.6598237 0.363501 0.6450598 0.3535174 0.6599074 0.3765283 0.6439841 0.363501 0.6450598 0.3682023 0.6598237 0.3881316 0.701232 0.3959739 0.6893702 0.3764712 0.6927983 0.3661975 0.7152526 0.3771646 0.7082423 0.362865 0.6990901 0.3771646 0.7082423 0.3881316 0.701232 0.3764712 0.6927983 0.3350639 0.7273751 0.3506308 0.7213138 0.3416901 0.7030389 0.01913332 0.9301084 0.01898509 0.9278331 0.01442211 0.9280244 0.01913332 0.9301084 0.01400935 0.9307045 0.01936972 0.9325265 0.01913332 0.9301084 0.01936972 0.9325265 0.0250529 0.9318203 0.01913332 0.9301084 0.02422803 0.9296205 0.01898509 0.9278331 0.363501 0.6450598 0.3504736 0.6461354 0.3535174 0.6599074 0.3557457 0.6371659 0.3702529 0.6345278 0.3601307 0.6251487 0.3557457 0.6371659 0.3474514 0.6293157 0.3440002 0.6402004 0.3384925 0.6509469 0.3265115 0.6557583 0.3425291 0.6652289 0.3278001 0.3389456 0.3236469 0.3405171 0.3269927 0.3451871 0.3278001 0.3389456 0.3299856 0.342552 0.3318905 0.3407743 0.3278001 0.3389456 0.3309742 0.3373987 0.330366 0.3339305 0.3278001 0.3389456 0.3261212 0.3352628 0.3236469 0.3405171 0.3245658 0.3212274 0.3202846 0.320909 0.3241091 0.325217 0.3245658 0.3212274 0.3241091 0.325217 0.3283604 0.3251983 0.3245658 0.3212274 0.3279216 0.321695 0.3280234 0.3180735 0.3245658 0.3212274 0.3256706 0.3172606 0.3220851 0.3158373 0.2417204 0.2402369 0.2398619 0.2434403 0.245015 0.2420526 0.2417204 0.2402369 0.245015 0.2420526 0.2466653 0.2386189 0.2417204 0.2402369 0.2432944 0.2377394 0.2401761 0.2364354 0.2417204 0.2402369 0.2386878 0.2378911 0.2361633 0.240023 0.1344799 0.2686694 0.1384893 0.2710352 0.1403247 0.2654685 0.1344799 0.2686694 0.1361676 0.264561 0.1333648 0.2639958 0.1344799 0.2686694 0.1311571 0.267066 0.1285594 0.2698512 0.1344799 0.2686694 0.1323313 0.2724887 0.1384893 0.2710352 0.1218724 0.2825247 0.1247669 0.2860889 0.125328 0.2799513 0.1218724 0.2825247 0.125328 0.2799513 0.1220967 0.2765253 0.1218724 0.2825247 0.1197405 0.2794266 0.1171593 0.2821659 0.1218724 0.2825247 0.1180958 0.2848812 0.1196094 0.2887267 0.1305987 0.2749209 0.1346151 0.278177 0.1363727 0.2753712 0.1305987 0.2749209 0.1323313 0.2724887 0.1285594 0.2698512 0.1305987 0.2749209 0.1267105 0.2717227 0.1290661 0.2765901 0.1305987 0.2749209 0.1290661 0.2765901 0.1346151 0.278177 0.1275175 0.27812 0.1312502 0.2817096 0.1290661 0.2765901 0.1275175 0.27812 0.1290661 0.2765901 0.1252517 0.273147 0.1275175 0.27812 0.1238238 0.2745899 0.125328 0.2799513 0.1275175 0.27812 0.125328 0.2799513 0.1287358 0.2835504 0.1365173 0.2612615 0.1391204 0.2610194 0.1386623 0.258019 0.1365173 0.2612615 0.1361981 0.2583663 0.1340437 0.2612692 0.1365173 0.2612615 0.1340437 0.2612692 0.1361676 0.264561 0.1365173 0.2612615 0.1361676 0.264561 0.1391204 0.2610194 0.1149429 0.286062 0.1150612 0.2886509 0.1196094 0.2887267 0.1149429 0.286062 0.1180958 0.2848812 0.1147572 0.2836149 0.1149429 0.286062 0.1147572 0.2836149 0.1124448 0.2844188 0.1149429 0.286062 0.112102 0.2866549 0.1150612 0.2886509 0.3252144 0.3325986 0.320416 0.3337942 0.3215156 0.3365719 0.3252144 0.3325986 0.3261212 0.3352628 0.3298009 0.3313042 0.3252144 0.3325986 0.3298009 0.3313042 0.3247132 0.330398 0.3252144 0.3325986 0.3247132 0.330398 0.3198946 0.3314162 0.3242515 0.3281056 0.319498 0.3286705 0.3247132 0.330398 0.3242515 0.3281056 0.3247132 0.330398 0.328807 0.3274592 0.3242515 0.3281056 0.328807 0.3274592 0.3283604 0.3251983 0.3242515 0.3281056 0.3241091 0.325217 0.3195275 0.3252654 0.2646568 0.2433847 0.2658826 0.2448076 0.2670548 0.2413122 0.2646568 0.2433847 0.2670548 0.2413122 0.2657854 0.2405843 0.2646568 0.2433847 0.2637351 0.2421802 0.2617411 0.2448645 0.2646568 0.2433847 0.2617411 0.2448645 0.2658826 0.2448076 0.2370883 0.2352321 0.2352175 0.2358317 0.2386878 0.2378911 0.2370883 0.2352321 0.2386878 0.2378911 0.2401761 0.2364354 0.2370883 0.2352321 0.2385388 0.2344591 0.2362055 0.2324165 0.2370883 0.2352321 0.2362055 0.2324165 0.2343518 0.2328592 0.3506308 0.7213138 0.3661975 0.7152526 0.362865 0.6990901 0.2938078 0.6797568 0.2836867 0.6761491 0.2890655 0.6893795 0.2938078 0.6797568 0.3020011 0.6704133 0.2932932 0.6668925 0.2902722 0.7001048 0.2890655 0.6893795 0.2742815 0.6936187 0.2902722 0.7001048 0.2742815 0.6936187 0.273588 0.7028997 0.3248087 0.7236657 0.3350639 0.7273751 0.3416901 0.7030389 0.3065445 0.7059796 0.3145534 0.7199563 0.3316447 0.696748 0.7658411 0.1585446 0.7666 0.159709 0.7678667 0.1564311 0.7658411 0.1585446 0.7678667 0.1564311 0.7668952 0.1557251 0.7658411 0.1585446 0.7653366 0.1573354 0.763798 0.1600929 0.7658411 0.1585446 0.763798 0.1600929 0.7640503 0.1621723 0.7587892 0.1591769 0.7571361 0.1607049 0.7585327 0.1617067 0.7587892 0.1591769 0.759939 0.1601041 0.7613814 0.1586326 0.7587892 0.1591769 0.7604044 0.1577442 0.7580018 0.1579524 0.7587892 0.1591769 0.7580018 0.1579524 0.7562732 0.1594157 0.7573084 0.1566535 0.7554741 0.1579734 0.7580018 0.1579524 0.7573084 0.1566535 0.7580018 0.1579524 0.7588807 0.1554748 0.7573084 0.1566535 0.7588807 0.1554748 0.7584657 0.154308 0.7573084 0.1566535 0.7568102 0.1552077 0.7548128 0.1562952 0.7617196 0.1605111 0.7609323 0.1622869 0.763798 0.1600929 0.7617196 0.1605111 0.763798 0.1600929 0.7638571 0.1585406 0.7617196 0.1605111 0.7625355 0.1589356 0.759939 0.1601041 0.7617196 0.1605111 0.759939 0.1601041 0.7609323 0.1622869 0.7566086 0.1535422 0.7543632 0.1542983 0.7568102 0.1552077 0.7566086 0.1535422 0.7568102 0.1552077 0.7584904 0.152984 0.7566086 0.1535422 0.7584904 0.152984 0.7586995 0.151596 0.7566086 0.1535422 0.756718 0.1517015 0.7542482 0.1517769 0.6583284 0.1341196 0.661675 0.136865 0.6669777 0.1308804 0.6583284 0.1341196 0.6639893 0.1276995 0.6548947 0.1310589 0.6583284 0.1341196 0.6548947 0.1310589 0.6488934 0.1385077 0.6583284 0.1341196 0.6526675 0.1410137 0.661675 0.136865 0.6446212 0.1713457 0.6457567 0.1732311 0.6487002 0.1691159 0.6446212 0.1713457 0.6487002 0.1691159 0.6472737 0.1675371 0.6446212 0.1713457 0.643423 0.1695501 0.6404401 0.1730023 0.6446212 0.1713457 0.6404401 0.1730023 0.6412947 0.1751198 0.6479548 0.1467997 0.6518425 0.1487196 0.6526675 0.1410137 0.6479548 0.1467997 0.6526675 0.1410137 0.6488934 0.1385077 0.6479548 0.1467997 0.6438016 0.1446799 0.6437163 0.1520317 0.6479548 0.1467997 0.6437163 0.1520317 0.647776 0.1536669 0.6517118 0.1661729 0.653337 0.1676845 0.6541897 0.1628733 0.6517118 0.1661729 0.6541897 0.1628733 0.6524236 0.1615765 0.6517118 0.1661729 0.6501038 0.1647502 0.6487002 0.1691159 0.6517118 0.1661729 0.6487002 0.1691159 0.650135 0.1707992 0.6687024 0.1233351 0.6713533 0.1267412 0.6729415 0.1199985 0.6687024 0.1233351 0.6729415 0.1199985 0.66592 0.1194641 0.6687024 0.1233351 0.66592 0.1194641 0.6608792 0.1241167 0.6687024 0.1233351 0.6639893 0.1276995 0.6669777 0.1308804 0.6371225 0.1742251 0.6378417 0.1766049 0.6412947 0.1751198 0.6371225 0.1742251 0.6404401 0.1730023 0.6394417 0.1709576 0.6371225 0.1742251 0.6362196 0.1719276 0.6338318 0.174953 0.6371225 0.1742251 0.6338318 0.174953 0.6378417 0.1766049 0.6297313 0.1751246 0.6303635 0.1782092 0.6338318 0.174953 0.6297313 0.1751246 0.6338318 0.174953 0.6330166 0.1723507 0.6297313 0.1751246 0.6290925 0.1721175 0.625481 0.1753835 0.6297313 0.1751246 0.625481 0.1753835 0.6260814 0.1787753 0.1295363 0.3764411 0.1278072 0.3740926 0.1256527 0.3792958 0.1295363 0.3764411 0.1256527 0.3792958 0.1309122 0.3787971 0.1295363 0.3764411 0.1309122 0.3787971 0.1336392 0.3751908 0.1295363 0.3764411 0.1336392 0.3751908 0.133424 0.3709402 0.1501196 0.3990522 0.1517811 0.4002255 0.154653 0.3963794 0.1501196 0.3990522 0.1511359 0.395857 0.1482868 0.3981507 0.1501196 0.3990522 0.1482868 0.3981507 0.1481282 0.4019519 0.1501196 0.3990522 0.1481282 0.4019519 0.149488 0.4032285 0.1445056 0.3824551 0.1477752 0.379926 0.1448636 0.3774942 0.1445056 0.3824551 0.1421424 0.3802574 0.14092 0.3849548 0.1445056 0.3824551 0.14092 0.3849548 0.1422403 0.3866934 0.1445056 0.3824551 0.1459565 0.3842359 0.1477752 0.379926 0.1471809 0.3860933 0.1507276 0.3840164 0.1494766 0.3818759 0.1471809 0.3860933 0.1459565 0.3842359 0.1435439 0.3884055 0.1471809 0.3860933 0.1435439 0.3884055 0.1484917 0.3885356 0.1471809 0.3860933 0.1484917 0.3885356 0.1519802 0.3869133 0.1381807 0.3771495 0.1399821 0.3739077 0.1336392 0.3751908 0.1381807 0.3771495 0.1336392 0.3751908 0.1338817 0.3779622 0.1381807 0.3771495 0.1367595 0.3798915 0.1392155 0.3828131 0.1381807 0.3771495 0.1421424 0.3802574 0.1399821 0.3739077 0.1502016 0.3920708 0.1536865 0.3911326 0.1484917 0.3885356 0.1502016 0.3920708 0.1484917 0.3885356 0.1451194 0.3903666 0.1502016 0.3920708 0.1472557 0.3928521 0.1487218 0.3955506 0.1502016 0.3920708 0.1511359 0.395857 0.1536865 0.3911326 0.2394473 0.5436601 0.2382194 0.545557 0.2459833 0.5455409 0.2394473 0.5436601 0.2459833 0.5455409 0.2465687 0.5433669 0.2394473 0.5436601 0.2405076 0.5419716 0.2338196 0.541278 0.2394473 0.5436601 0.2338196 0.541278 0.231911 0.5425802 0.2300087 0.5378934 0.2275345 0.5383642 0.2338196 0.541278 0.2300087 0.5378934 0.2338196 0.541278 0.2353941 0.5401452 0.2300087 0.5378934 0.2321759 0.5374563 0.227857 0.5340148 0.2300087 0.5378934 0.227857 0.5340148 0.2250302 0.5336422 0.2470381 0.514463 0.2458721 0.5107124 0.2402077 0.5108264 0.2470381 0.514463 0.2420251 0.5159172 0.2482039 0.5182136 0.2470381 0.514463 0.2482039 0.5182136 0.2524978 0.5175817 0.2470381 0.514463 0.2523909 0.5131859 0.2458721 0.5107124 0.2376919 0.5177258 0.2350645 0.5148429 0.2338981 0.520038 0.2376919 0.5177258 0.2338981 0.520038 0.2364903 0.5221808 0.2376919 0.5177258 0.240142 0.5203331 0.2440416 0.5190594 0.2376919 0.5177258 0.2420251 0.5159172 0.2402077 0.5108264 0.2305034 0.5230028 0.2277604 0.5211849 0.2253012 0.524967 0.2305034 0.5230028 0.2280818 0.5264354 0.2330716 0.5247489 0.2305034 0.5230028 0.2330716 0.5247489 0.2338981 0.520038 0.2305034 0.5230028 0.2338981 0.520038 0.2311902 0.5178082 0.2272072 0.5301508 0.2243384 0.529148 0.2250302 0.5336422 0.2272072 0.5301508 0.227857 0.5340148 0.2304559 0.5342839 0.2272072 0.5301508 0.2298373 0.5310067 0.2306119 0.5277774 0.2272072 0.5301508 0.2280818 0.5264354 0.2243384 0.529148 0.1564659 0.5527569 0.1597361 0.5560787 0.1575002 0.5506787 0.1564659 0.5527569 0.1575002 0.5506787 0.1531852 0.5495082 0.1564659 0.5527569 0.1531852 0.5495082 0.1545397 0.5536342 0.1564659 0.5527569 0.1545397 0.5536342 0.1566544 0.5574654 0.158624 0.5478947 0.1634885 0.5483724 0.1633643 0.5436205 0.158624 0.5478947 0.1584686 0.5447675 0.1541892 0.5470455 0.158624 0.5478947 0.1541892 0.5470455 0.1536481 0.5484868 0.158624 0.5478947 0.1575002 0.5506787 0.1614964 0.5527516 0.1556651 0.5416595 0.1587756 0.5391749 0.1510291 0.5358954 0.1556651 0.5416595 0.152093 0.5402508 0.1535081 0.5437334 0.1556651 0.5416595 0.1535081 0.5437334 0.154309 0.5453919 0.1556651 0.5416595 0.1584686 0.5447675 0.1587756 0.5391749 0.1468648 0.548515 0.1434486 0.5478245 0.1474032 0.5509069 0.1468648 0.548515 0.1474032 0.5509069 0.1494973 0.5482782 0.1468648 0.548515 0.1494973 0.5482782 0.1479868 0.5456247 0.1468648 0.548515 0.1479868 0.5456247 0.1434486 0.5478245 0.1496316 0.5422213 0.1471245 0.5398626 0.1450409 0.5440723 0.1496316 0.5422213 0.1479868 0.5456247 0.1509378 0.5443684 0.1496316 0.5422213 0.1509378 0.5443684 0.152235 0.5430616 0.1496316 0.5422213 0.152093 0.5402508 0.1471245 0.5398626 0.9654558 0.08242273 0.973366 0.06290984 0.959618 0.08903247 0.9654558 0.08242273 0.959618 0.08903247 0.9580172 0.1030497 0.9760529 0.08761745 0.9687388 0.1090341 0.9619789 0.1334062 0.9337822 0.1547228 0.9445508 0.1339303 0.9265008 0.1613112 0.9337822 0.1547228 0.9265008 0.1613112 0.9236494 0.1751694 0.9466353 0.1635733 0.9352667 0.18426 0.9248846 0.2085819 0.9466353 0.1635733 0.9445285 0.1702067 0.9619789 0.1334062 0.9466353 0.1635733 0.957242 0.1416574 0.9559182 0.1418368 0.962891 0.1242465 0.957242 0.1416574 0.9687388 0.1090341 0.9649277 0.1125983 0.9633346 0.1068521 0.9555168 0.1303126 0.8963599 0.2210376 0.9069583 0.2035512 0.8889678 0.2267758 0.8963599 0.2210376 0.8889678 0.2267758 0.8871728 0.2377457 0.8963599 0.2210376 0.8871728 0.2377457 0.9048119 0.2122745 0.909662 0.2317767 0.8991964 0.2467926 0.8889266 0.2672798 0.909662 0.2317767 0.9074326 0.2377035 0.9248846 0.2085819 0.909662 0.2317767 0.9200589 0.21451 0.918967 0.2135711 0.9170778 0.1894894 0.9249726 0.1803796 0.9390978 0.1537225 0.9170778 0.1894894 0.9236494 0.1751694 0.9080443 0.1959756 0.9170778 0.1894894 0.9122869 0.2007462 0.9249726 0.1803796 0.8594028 0.2790769 0.8706183 0.2626425 0.85228 0.2835369 0.8594028 0.2790769 0.85228 0.2835369 0.8344247 0.3111175 0.8723163 0.2891271 0.8609323 0.3041973 0.8506965 0.3238395 0.8723163 0.2891271 0.8701847 0.2945672 0.8889266 0.2672798 0.8812869 0.2494725 0.88913 0.2416091 0.9020317 0.2202189 0.8812869 0.2494725 0.8871728 0.2377457 0.8715211 0.2559072 0.8917168 0.2565678 0.8837555 0.2720884 0.8991964 0.2467926 0.8228011 0.3349301 0.833491 0.3177762 0.8150987 0.3405752 0.8228011 0.3349301 0.8150987 0.3405752 0.797294 0.3707634 0.836368 0.3464691 0.8266483 0.3630424 0.8176861 0.3859902 0.836368 0.3464691 0.8345218 0.3532559 0.8506965 0.3238395 0.836368 0.3464691 0.8458977 0.328599 0.8445296 0.3264734 0.8560274 0.298832 0.8639826 0.2872169 0.8644172 0.279509 0.8436263 0.3055555 0.8513375 0.2986189 0.8644172 0.279509 0.8436263 0.3055555 0.8497142 0.2947299 0.8344247 0.3111175 0.8436263 0.3055555 0.833491 0.3177762 0.8352013 0.3185881 0.8436263 0.3055555 0.8393387 0.3139676 0.8513375 0.2986189 0.8531363 0.313812 0.8458977 0.328599 0.8506965 0.3238395 0.786625 0.3936887 0.7972426 0.3783698 0.7779312 0.397343 0.786625 0.3936887 0.7779312 0.397343 0.7607692 0.4231396 0.786625 0.3936887 0.7793847 0.4069481 0.7962352 0.3861882 0.8024546 0.4065556 0.8010353 0.4130236 0.8176861 0.3859902 0.8077645 0.3649017 0.8135583 0.3522333 0.797294 0.3707634 0.8188397 0.3739388 0.8119419 0.3902446 0.8176861 0.3859902 0.2415149 0.9645919 0.2280721 0.9700747 0.2148506 0.9838107 0.2415149 0.9645919 0.2399682 0.9750794 0.2565057 0.9557106 0.2304109 0.9408766 0.2413771 0.933667 0.2387679 0.928964 0.2304109 0.9408766 0.2230618 0.9388731 0.207417 0.9484158 0.2304109 0.9408766 0.2211174 0.9471349 0.2354505 0.9444209 0.2304109 0.9408766 0.2386126 0.9412554 0.2413771 0.933667 0.2687624 0.9445584 0.2565057 0.9557106 0.2794414 0.9470764 0.2687624 0.9445584 0.2794414 0.9470764 0.2936515 0.9274805 0.2687624 0.9445584 0.2769017 0.9336904 0.2563426 0.9427674 0.2687624 0.9445584 0.2563426 0.9427674 0.2565057 0.9557106 0.2508876 0.9256536 0.2588142 0.9186872 0.2624449 0.9089067 0.2508876 0.9256536 0.2522158 0.9176496 0.2387679 0.928964 0.2708477 0.8994695 0.2736456 0.8933264 0.2644169 0.8995907 0.2708477 0.8994695 0.2644169 0.8995907 0.2684947 0.9067118 0.2961013 0.9091941 0.2892895 0.919479 0.3053716 0.9084139 0.2961013 0.9091941 0.3053716 0.9084139 0.3128412 0.888352 0.2961013 0.9091941 0.2995806 0.8987986 0.286615 0.9070617 0.2961013 0.9091941 0.2857109 0.9112392 0.2892895 0.919479 0.2657696 0.9280955 0.2704889 0.9283363 0.2733764 0.9200226 0.2657696 0.9280955 0.2733764 0.9200226 0.2632165 0.9263972 0.2795404 0.9256619 0.2769017 0.9336904 0.2892895 0.919479 0.2650289 0.9146186 0.2684947 0.9067118 0.2624449 0.9089067 0.2955902 0.8522846 0.288729 0.8563073 0.294191 0.8678444 0.2955902 0.8522846 0.294191 0.8678444 0.297978 0.8671476 0.2827575 0.8673045 0.2773299 0.8610985 0.2789165 0.8798999 0.311584 0.8712153 0.3067405 0.8834388 0.3208783 0.8667606 0.311584 0.8712153 0.3127238 0.8600865 0.3019223 0.8734875 0.311584 0.8712153 0.301695 0.8781436 0.3000798 0.8830115 0.3090208 0.8545257 0.3026009 0.852577 0.297978 0.8671476 0.2784464 0.8887177 0.2789165 0.8798999 0.2684023 0.8849777 0.2784464 0.8887177 0.2736456 0.8933264 0.2803142 0.8937944 0.2784464 0.8887177 0.2803142 0.8937944 0.2844863 0.8890299 0.2834866 0.8951668 0.2803142 0.8937944 0.279893 0.9008278 0.2834866 0.8951668 0.279893 0.9008278 0.2837705 0.9012313 0.2834866 0.8951668 0.2873113 0.8946868 0.2870802 0.8895056 0.2834866 0.8951668 0.2870802 0.8895056 0.2844863 0.8890299 0.2889763 0.8970631 0.2873113 0.8946868 0.2837705 0.9012313 0.2889763 0.8970631 0.285658 0.903894 0.2923977 0.8970565 0.2889763 0.8970631 0.2923977 0.8970565 0.2922946 0.8902323 0.2889763 0.8970631 0.2922946 0.8902323 0.2873113 0.8946868 0.2993321 0.8922838 0.2923977 0.8970565 0.2995806 0.8987986 0.2993321 0.8922838 0.2995806 0.8987986 0.3128412 0.888352 0.2993321 0.8922838 0.3067405 0.8834388 0.3000798 0.8830115 0.1992405 0.9818904 0.191892 0.9806389 0.1740518 0.9874346 0.1992405 0.9818904 0.1937779 0.9879883 0.2148506 0.9838107 0.1992405 0.9818904 0.2101547 0.9790403 0.210145 0.9739575 0.2025645 0.9561547 0.2083421 0.9543318 0.207417 0.9484158 0.2025645 0.9561547 0.1971556 0.951899 0.1989846 0.9590229 0.2025645 0.9561547 0.2072364 0.9598765 0.2083421 0.9543318 0.1972945 0.9641966 0.1989846 0.9590229 0.1909523 0.964018 0.1972945 0.9641966 0.1909523 0.964018 0.1956695 0.9703962 0.1972945 0.9641966 0.1956695 0.9703962 0.2030374 0.9683995 0.2204589 0.9710316 0.2101547 0.9790403 0.2280721 0.9700747 0.2204589 0.9710316 0.2280721 0.9700747 0.2400918 0.9545336 0.2327743 0.9553639 0.2285373 0.9618208 0.2400918 0.9545336 0.2327743 0.9553639 0.2387923 0.9520369 0.2350906 0.950284 0.2327743 0.9553639 0.2267562 0.958691 0.2285373 0.9618208 0.2306259 0.9502171 0.2350906 0.950284 0.2391589 0.947261 0.2306259 0.9502171 0.2363014 0.94619 0.2354505 0.9444209 0.2306259 0.9502171 0.2248934 0.9507031 0.2249504 0.9542443 0.2166253 0.9522946 0.2248934 0.9507031 0.2354505 0.9444209 0.2166253 0.9522946 0.2211174 0.9471349 0.207417 0.9484158 0.2166253 0.9522946 0.2083421 0.9543318 0.2145338 0.9569049 0.2166253 0.9522946 0.2145338 0.9569049 0.2193104 0.955378 0.005824506 0.9318775 0.005486667 0.9286177 0.01400935 0.9307045 0.05482989 0.8931557 0.05752384 0.8963481 0.04306495 0.8946537 0.05482989 0.8931557 0.0394001 0.8908432 0.03767627 0.8889136 0.05482989 0.8931557 0.0535897 0.8913239 0.07199883 0.8917636 0.05482989 0.8931557 0.07199883 0.8917636 0.05752384 0.8963481 0.2938078 0.6797568 0.3020011 0.6704133 0.3044893 0.6825873 0.3111475 0.6605255 0.3184773 0.664465 0.3109632 0.6733489 0.3771646 0.7082423 0.3764712 0.6927983 0.3881316 0.701232 0.3661975 0.7152526 0.362865 0.6990901 0.3771646 0.7082423 0.3730351 0.7306216 0.3506308 0.7213138 0.3650476 0.7150153 0.3323592 0.6448733 0.3440002 0.6402003 0.3384925 0.6509469 0.3557457 0.6371659 0.363501 0.6450598 0.3507352 0.6470693 0.3323592 0.6448733 0.3384925 0.6509469 0.3274982 0.6567321 0.3111475 0.6605255 0.3212619 0.6515325 0.3184773 0.664465 0.32864 0.6924617 0.2985355 0.6920028 0.3044893 0.6825873 0.4038162 0.6775084 0.3765283 0.6439841 0.3682023 0.6598237 0.3233481 0.7384285 0.3348209 0.7425283 0.3363919 0.7249324 0.3557457 0.6371659 0.3440002 0.6402004 0.3507352 0.6470693 0.3323592 0.6448733 0.3384925 0.6509469 0.3440002 0.6402004 0.3323592 0.6448733 0.3212619 0.6515325 0.3274982 0.6567321 0.3111475 0.6605255 0.3184773 0.664465 0.3212619 0.6515325 0.2938078 0.6797568 0.3044893 0.6825873 0.3020011 0.6704133 0.3111475 0.6605255 0.3020011 0.6704133 0.3109632 0.6733489 0.2902722 0.7001048 0.3065445 0.7059796 0.3020262 0.6931431 0.2938078 0.6797568 0.2890655 0.6893795 0.3020262 0.6931431 0.2918529 0.7280033 0.3099403 0.7336387 0.315115 0.7173894 0.3233481 0.7384285 0.3248087 0.7236657 0.3099403 0.7336387 0.3233481 0.7384284 0.3248087 0.7236657 0.3363919 0.7249324 0.3044893 0.6825873 0.2985355 0.6920028 0.3256353 0.6881754 0.3104431 0.6731717 0.3044893 0.6825873 0.3272612 0.6766221 0.3272612 0.6766221 0.3044893 0.6825873 0.3256353 0.6881754 0.5642544 0.4793381 0.5548145 0.4926417 0.528692 0.4553152 0.5642544 0.4793381 0.5358771 0.4418664 0.5713872 0.4657232 0.3837571 0.4253915 0.3814005 0.416226 0.3921971 0.4050608 0.3837571 0.4253915 0.3963117 0.4099023 0.3879162 0.4348149 0.441784 0.4888654 0.4262238 0.4791665 0.4480672 0.4610355 0.441784 0.4888654 0.4480672 0.4610355 0.461818 0.4675939 0.477394 0.5033971 0.459481 0.496866 0.4743793 0.4714208 0.477394 0.5033971 0.4743793 0.4714208 0.4862532 0.4725927 0.5432965 0.5017128 0.5294632 0.5069947 0.5195929 0.4632751 0.5432965 0.5017128 0.5195929 0.4632751 0.528692 0.4553152 0.5130773 0.5089306 0.4953253 0.5076786 0.4979413 0.4711862 0.5130773 0.5089306 0.4979413 0.4711862 0.509152 0.4678606 0.3956805 0.4447541 0.3879162 0.4348149 0.4025565 0.4153655 0.3956805 0.4447541 0.40983 0.4254922 0.4052241 0.4555494 0.4147212 0.4675407 0.4052241 0.4555494 0.4259046 0.4437372 0.4147212 0.4675407 0.4259046 0.4437372 0.4353538 0.4527488 0.5759835 0.4557179 0.5713872 0.4657232 0.5404091 0.4258117 0.5759835 0.4557179 0.5463817 0.4193789 0.5793787 0.4478274 0.4047136 0.3832623 0.411865 0.3816481 0.4025565 0.4153655 0.4047136 0.3832623 0.3963117 0.4099023 0.3982842 0.3859332 0.5203921 0.3821189 0.5303533 0.3803957 0.5463817 0.4193789 0.5203921 0.3821189 0.5463817 0.4193789 0.5404091 0.4258117 0.4541502 0.433295 0.4480672 0.4610355 0.4353538 0.4527488 0.4541502 0.433295 0.4632315 0.4385069 0.4480672 0.4610355 0.4717732 0.4411116 0.4743793 0.4714208 0.461818 0.4675939 0.4717732 0.4411116 0.4795782 0.4411357 0.4862532 0.4725927 0.4864495 0.4386056 0.4979413 0.4711862 0.4795782 0.4411357 0.4864495 0.4386056 0.4928601 0.4345347 0.509152 0.4678606 0.4992828 0.4299367 0.5195929 0.4632751 0.4928601 0.4345347 0.4992828 0.4299367 0.5046592 0.4226968 0.528692 0.4553152 0.4383048 0.4198207 0.4455133 0.4266688 0.4259046 0.4437372 0.4383048 0.4198207 0.4259046 0.4437372 0.4179774 0.434489 0.4260622 0.4042359 0.431997 0.4124451 0.4179774 0.434489 0.4260622 0.4042359 0.40983 0.4254922 0.4025565 0.4153655 0.4204602 0.3821473 0.4217876 0.3944008 0.4025565 0.4153655 0.4998667 0.3861227 0.5100245 0.3841227 0.5404091 0.4258117 0.5079304 0.4107006 0.5358771 0.4418664 0.5046592 0.4226968 0.5079304 0.4107006 0.5070238 0.397369 0.5404091 0.4258117 0.5890229 0.4255605 0.5862345 0.4333277 0.5635339 0.4070262 0.5890229 0.4255605 0.5712507 0.4031056 0.5915421 0.4175245 0.5829077 0.440557 0.5793787 0.4478274 0.5511518 0.4148607 0.5829077 0.440557 0.5568518 0.4108438 0.5862345 0.4333277 0.5591605 0.375297 0.5706031 0.3722324 0.5740504 0.3869049 0.5591605 0.375297 0.5712507 0.4031056 0.5484719 0.3778144 0.5392913 0.3792374 0.5484719 0.3778144 0.5635339 0.4070262 0.5392913 0.3792374 0.5568518 0.4108438 0.5511518 0.4148607 0.5642544 0.4793381 0.5713872 0.4657232 0.5358771 0.4418664 0.5642544 0.4793381 0.5358771 0.4418664 0.528692 0.4553152 0.3837571 0.4253915 0.3879162 0.4348149 0.3963117 0.4099022 0.3837571 0.4253915 0.3963117 0.4099022 0.3921971 0.4050608 0.441784 0.4888654 0.459481 0.496866 0.461818 0.4675939 0.441784 0.4888654 0.4480672 0.4610355 0.4262238 0.4791665 0.477394 0.5033971 0.4953254 0.5076786 0.4862532 0.4725927 0.477394 0.5033971 0.4743793 0.4714208 0.459481 0.496866 0.5432965 0.5017128 0.5548145 0.4926417 0.528692 0.4553152 0.5432965 0.5017128 0.5195929 0.4632751 0.5294632 0.5069947 0.5130773 0.5089306 0.5294632 0.5069947 0.509152 0.4678606 0.5130773 0.5089306 0.4979414 0.4711862 0.4953254 0.5076786 0.3956805 0.4447541 0.4052241 0.4555494 0.40983 0.4254922 0.3956805 0.4447541 0.40983 0.4254922 0.4025565 0.4153655 0.4147212 0.4675407 0.4262238 0.4791665 0.4353538 0.4527488 0.4147212 0.4675407 0.4259046 0.4437372 0.4052241 0.4555494 0.5759835 0.4557179 0.5793787 0.4478274 0.5463817 0.4193789 0.5759835 0.4557179 0.5463817 0.4193789 0.5404091 0.4258117 0.4047136 0.3832623 0.3963117 0.4099022 0.4025565 0.4153655 0.4047136 0.3832623 0.3982842 0.3859332 0.3963117 0.4099022 0.5203921 0.3821189 0.5463817 0.4193789 0.5303532 0.3803958 0.5203921 0.3821189 0.5100245 0.3841227 0.5404091 0.4258117 0.4541502 0.4332951 0.4455133 0.4266688 0.4353538 0.4527488 0.4541502 0.4332951 0.4480672 0.4610355 0.4632315 0.4385069 0.4717732 0.4411116 0.4632315 0.4385069 0.461818 0.4675939 0.4717732 0.4411116 0.4743793 0.4714208 0.4862532 0.4725927 0.4864495 0.4386056 0.4795782 0.4411357 0.4979414 0.4711862 0.4864495 0.4386056 0.4979414 0.4711862 0.509152 0.4678606 0.4992828 0.4299367 0.4928601 0.4345347 0.5195929 0.4632751 0.4992828 0.4299367 0.5195929 0.4632751 0.528692 0.4553152 0.4383048 0.4198207 0.431997 0.4124451 0.4179774 0.434489 0.4383048 0.4198207 0.4259046 0.4437372 0.4455133 0.4266688 0.4260622 0.4042359 0.4217876 0.3944008 0.4025565 0.4153655 0.4260622 0.4042359 0.40983 0.4254922 0.4179774 0.434489 0.4204602 0.3821473 0.411865 0.3816481 0.4025565 0.4153655 0.4998666 0.3861227 0.5070238 0.397369 0.5404091 0.4258117 0.5079304 0.4107006 0.5046592 0.4226968 0.5358771 0.4418664 0.5079304 0.4107006 0.5358771 0.4418664 0.5404091 0.4258117 0.5890229 0.4255605 0.5915421 0.4175245 0.5712507 0.4031056 0.5890229 0.4255605 0.5712507 0.4031056 0.5635339 0.4070262 0.5829077 0.440557 0.5862345 0.4333277 0.5568518 0.4108438 0.5829077 0.440557 0.5568518 0.4108438 0.5511518 0.4148607 0.5591604 0.375297 0.5712507 0.4031056 0.5794849 0.3991335 0.5591604 0.375297 0.5484718 0.3778144 0.5712507 0.4031056 0.5392913 0.3792374 0.5568518 0.4108438 0.5635339 0.4070262 0.5392913 0.3792374 0.5303532 0.3803958 0.5511518 0.4148607 0.3375121 0.5646861 0.3459842 0.573488 0.3201414 0.5782023 0.3375121 0.5646861 0.3084127 0.5725727 0.3305097 0.5569425 0.4010718 0.6285846 0.3702529 0.6345278 0.3895596 0.6173306 0.3777064 0.6061025 0.3895596 0.6173306 0.3601307 0.6251487 0.3777064 0.6061025 0.3479694 0.6153098 0.3661575 0.5949213 0.3555581 0.5838081 0.3661575 0.5949213 0.3316086 0.6040902 0.3555581 0.5838081 0.3224292 0.5879995 0.3459842 0.573488 0.3770254 0.5544424 0.3862365 0.5631893 0.3459842 0.573488 0.3770254 0.5544424 0.3375121 0.5646861 0.3690559 0.5458933 0.4417595 0.6148564 0.4539759 0.6274356 0.4124846 0.6405856 0.4417595 0.6148564 0.4010718 0.6285846 0.429341 0.6026848 0.4181013 0.5912328 0.429341 0.6026848 0.3895596 0.6173306 0.4181013 0.5912328 0.3777064 0.6061025 0.4073918 0.5808083 0.3965644 0.5717192 0.4073918 0.5808083 0.3661575 0.5949213 0.3965644 0.5717192 0.3555581 0.5838081 0.3862365 0.5631893 0.3624525 0.5379571 0.3690559 0.5458933 0.3305097 0.5569425 0.402983 0.5349664 0.4135528 0.542952 0.3862365 0.5631893 0.402983 0.5349664 0.3770254 0.5544424 0.3932514 0.5273565 0.4808059 0.5952993 0.4966622 0.6075662 0.4539759 0.6274356 0.4808059 0.5952993 0.4417595 0.6148564 0.463893 0.5831677 0.449418 0.5713145 0.463893 0.5831677 0.429341 0.6026848 0.449418 0.5713145 0.4181013 0.5912328 0.436613 0.560431 0.4247105 0.5512085 0.436613 0.560431 0.4073918 0.5808083 0.4247105 0.5512085 0.3965644 0.5717192 0.4135528 0.542952 0.3846088 0.5202274 0.3932514 0.5273565 0.3690559 0.5458933 0.4111606 0.5182719 0.4227154 0.5266607 0.402983 0.5349664 0.4111606 0.5182719 0.402983 0.5349664 0.3932514 0.5273565 0.4658747 0.5575492 0.4844384 0.5694043 0.463893 0.5831677 0.4658747 0.5575492 0.449418 0.5713145 0.4502656 0.5460186 0.4358147 0.535816 0.4502656 0.5460186 0.436613 0.560431 0.4358147 0.535816 0.4247105 0.5512085 0.4227154 0.5266607 0.507753 0.5805801 0.4808059 0.5952993 0.4844384 0.5694043 0.507753 0.5805801 0.5292124 0.5919764 0.4966622 0.6075662 0.3375121 0.5646861 0.3305097 0.5569425 0.3084127 0.5725727 0.3375121 0.5646861 0.3084127 0.5725727 0.3201414 0.5782023 0.3777064 0.6061024 0.3479694 0.6153098 0.3601307 0.6251487 0.3777064 0.6061024 0.3661575 0.5949213 0.3479694 0.6153098 0.3555581 0.5838081 0.3224292 0.5879995 0.3316086 0.6040902 0.3555581 0.5838081 0.3459842 0.573488 0.3224292 0.5879995 0.3770254 0.5544424 0.3375121 0.5646861 0.3459842 0.573488 0.3770254 0.5544424 0.3690559 0.5458933 0.3375121 0.5646861 0.4417595 0.6148564 0.4010718 0.6285846 0.4124846 0.6405856 0.4417595 0.6148564 0.429341 0.6026848 0.4010718 0.6285846 0.4181013 0.5912328 0.3777064 0.6061024 0.3895596 0.6173306 0.4181013 0.5912328 0.4073918 0.5808083 0.3777064 0.6061024 0.3965644 0.5717192 0.3555581 0.5838081 0.3661575 0.5949213 0.3965644 0.5717192 0.3862365 0.5631893 0.3555581 0.5838081 0.473978 0.652705 0.4539759 0.6274356 0.435359 0.6678867 0.3305097 0.5569425 0.325847 0.5504919 0.2932814 0.5610221 0.402983 0.5349664 0.3770254 0.5544424 0.3862365 0.5631893 0.402983 0.5349664 0.3932514 0.5273565 0.3770254 0.5544424 0.4808059 0.5952993 0.4417595 0.6148564 0.4539759 0.6274356 0.4808059 0.5952993 0.463893 0.5831677 0.4417595 0.6148564 0.449418 0.5713145 0.4181013 0.5912328 0.429341 0.6026848 0.449418 0.5713145 0.436613 0.560431 0.4181013 0.5912328 0.4247104 0.5512085 0.3965644 0.5717192 0.4073918 0.5808083 0.4247104 0.5512085 0.4135528 0.542952 0.3965644 0.5717192 0.3846088 0.5202274 0.3624525 0.5379571 0.3690559 0.5458933 0.4111606 0.5182719 0.402983 0.5349664 0.4227154 0.5266607 0.4111606 0.5182719 0.4007737 0.5108286 0.3932514 0.5273565 0.4658747 0.5575492 0.449418 0.5713145 0.463893 0.5831677 0.4658747 0.5575492 0.4502656 0.5460186 0.449418 0.5713145 0.4358147 0.535816 0.4247104 0.5512085 0.436613 0.560431 0.4358147 0.535816 0.4227154 0.5266607 0.4247104 0.5512085 0.507753 0.5805801 0.4844384 0.5694043 0.4808059 0.5952993 0.507753 0.5805801 0.4808059 0.5952993 0.4966622 0.6075662 0.9025548 0.1530714 0.8849647 0.184198 0.9001135 0.1521021 0.4010718 0.6285846 0.3895596 0.6173306 0.3702529 0.6345278 0.4010718 0.6285846 0.4124846 0.6405856 0.3766825 0.6484436 0.435359 0.6678867 0.4124846 0.6405856 0.3984447 0.6762833 0.4010718 0.6285846 0.3702529 0.6345278 0.3766825 0.6484436 0.08814978 0.5047809 0.04433125 0.4809765 0.09212136 0.496877 0.08814978 0.5047809 0.08643859 0.5141623 0.04748606 0.4934425 0.1045826 0.4753969 0.101544 0.4799913 0.07085818 0.4567902 0.1045826 0.4753969 0.07085818 0.4567902 0.07651984 0.4568255 0.1209186 0.4410368 0.08140248 0.4362475 0.1216722 0.4334573 0.1209186 0.4410368 0.119662 0.4480724 0.08487558 0.4409794 0.1698462 0.4542533 0.1209186 0.4410368 0.1727715 0.4477395 0.1698462 0.4542533 0.1667979 0.4611223 0.119662 0.4480724 0.1474093 0.4952538 0.1453486 0.5011072 0.101544 0.4799913 0.1474093 0.4952538 0.1045826 0.4753969 0.1079505 0.4702529 0.05833488 0.5974352 0.05728757 0.6002992 0.01321661 0.5837181 0.05833488 0.5974352 0.01321661 0.5837181 0.01547878 0.580286 0.05627512 0.6030568 0.05528002 0.6057611 0.01056927 0.5920347 0.05627512 0.6030568 0.01056927 0.5920347 0.01192241 0.5877302 0.07174968 0.5633044 0.07093065 0.56755 0.03778839 0.5568383 0.07174968 0.5633044 0.03708308 0.5521482 0.0725522 0.5588784 0.09475547 0.6139705 0.09377062 0.6155806 0.05627512 0.6030568 0.09475547 0.6139705 0.05627512 0.6030568 0.05728757 0.6002992 0.09666621 0.6100733 0.09572559 0.6121912 0.05833488 0.5974352 0.09666621 0.6100733 0.05833488 0.5974352 0.09644812 0.6069985 0.10898 0.5777993 0.1060849 0.5813592 0.07174968 0.5633044 0.10898 0.5777993 0.07174968 0.5633044 0.1108668 0.5737595 0.09918487 0.4837026 0.09690624 0.4871212 0.05550348 0.458287 0.09918487 0.4837026 0.05550348 0.458287 0.06011754 0.4538601 0.09410929 0.4908379 0.09212136 0.496877 0.04491877 0.4648175 0.09410929 0.4908379 0.04491877 0.4648175 0.05015045 0.4617096 0.08461081 0.5226938 0.08403915 0.5308011 0.04616498 0.5133143 0.08461081 0.5226938 0.04778349 0.5044239 0.08643859 0.5141623 0.08075213 0.5352488 0.07871282 0.5392767 0.04357218 0.5195068 0.08075213 0.5352488 0.04357218 0.5195068 0.04616498 0.5133143 0.1413291 0.5141674 0.14087 0.5192719 0.09212136 0.496877 0.1413291 0.5141674 0.09410929 0.4908379 0.09690624 0.4871212 0.1438857 0.5057446 0.1426646 0.5098651 0.09690624 0.4871212 0.1438857 0.5057446 0.09918487 0.4837026 0.1453486 0.5011072 0.1208961 0.5547375 0.1182408 0.5580197 0.08075213 0.5352488 0.1208961 0.5547375 0.08075213 0.5352488 0.08403915 0.5308011 0.07774221 0.5442816 0.07674211 0.5495458 0.04103422 0.5371347 0.07774221 0.5442816 0.04129481 0.5309635 0.07871282 0.5392767 0.07461422 0.5543518 0.0725522 0.5588784 0.03864711 0.5424222 0.07461422 0.5543518 0.03864711 0.5424222 0.04103422 0.5371347 0.113072 0.5698096 0.1108668 0.5737595 0.07461422 0.5543518 0.113072 0.5698096 0.07461422 0.5543518 0.07674211 0.5495458 0.116588 0.5618301 0.1151332 0.5658622 0.07674211 0.5495458 0.116588 0.5618301 0.07774221 0.5442816 0.1182408 0.5580197 0.1549279 0.4827146 0.1504688 0.4888883 0.1112974 0.4648929 0.1549279 0.4827146 0.1112974 0.4648929 0.1144912 0.459441 0.1635038 0.4687019 0.1596513 0.4761725 0.1173995 0.4540206 0.1635038 0.4687019 0.1173995 0.4540206 0.119662 0.4480724 0.1173995 0.4540206 0.0806356 0.4437946 0.08487558 0.4409794 0.1112974 0.4648929 0.1079505 0.4702529 0.07651984 0.4568255 0.06307065 0.5845326 0.06148296 0.5877792 0.02805793 0.5735651 0.06307065 0.5845326 0.02805793 0.5735651 0.03062945 0.5712618 0.06033211 0.5911241 0.05936658 0.5943989 0.01973599 0.5777216 0.06033211 0.5911241 0.01973599 0.5777216 0.0244438 0.5756172 0.09335529 0.5942775 0.06307065 0.5845326 0.06457322 0.5813913 0.09335529 0.5942775 0.09197026 0.5976117 0.06307065 0.5845326 0.09394198 0.6023483 0.09644812 0.6069985 0.05936658 0.5943989 0.09394198 0.6023483 0.06033211 0.5911241 0.09197026 0.5976117 0.06881898 0.5715351 0.0666024 0.5751696 0.03613168 0.5611481 0.06881898 0.5715351 0.03613168 0.5611481 0.03778839 0.5568383 0.06546884 0.5783626 0.06457322 0.5813913 0.03220957 0.5684035 0.06546884 0.5783626 0.03220957 0.5684035 0.03373223 0.5650217 0.09543794 0.5887498 0.09540766 0.5915791 0.06457322 0.5813913 0.09543794 0.5887498 0.06546884 0.5783626 0.09630179 0.5860823 0.1008548 0.5838695 0.09630179 0.5860823 0.06881898 0.5715351 0.1008548 0.5838695 0.06881898 0.5715351 0.07093065 0.56755 0.1263345 0.5262676 0.08814978 0.5047809 0.09212136 0.496877 0.1263345 0.5262676 0.1231997 0.5320025 0.08643859 0.5141623 0.1209906 0.5381277 0.08461081 0.5226938 0.1231997 0.5320025 0.1209906 0.5381277 0.1225163 0.5444002 0.08403915 0.5308011 0.08814978 0.5047809 0.09212136 0.496877 0.04433125 0.4809765 0.08814978 0.5047809 0.04433125 0.4809765 0.04748606 0.4934425 0.1045826 0.4753969 0.1079505 0.4702529 0.07651984 0.4568255 0.1045826 0.4753969 0.07085818 0.4567902 0.101544 0.4799913 0.1209186 0.4410368 0.1021924 0.4301307 0.08140248 0.4362475 0.1209186 0.4410368 0.08140248 0.4362475 0.08487558 0.4409794 0.1698462 0.4542533 0.1727715 0.4477395 0.1209186 0.4410368 0.1698462 0.4542533 0.1209186 0.4410368 0.119662 0.4480724 0.1474093 0.4952538 0.1504688 0.4888883 0.1079505 0.4702529 0.1474093 0.4952538 0.1045826 0.4753969 0.101544 0.4799913 0.05833488 0.5974353 0.05936658 0.5943989 0.01547878 0.580286 0.05833488 0.5974353 0.01321661 0.5837181 0.05728757 0.6002992 0.05627512 0.6030568 0.05728757 0.6002992 0.01192241 0.5877302 0.05627512 0.6030568 0.01056927 0.5920347 0.02981954 0.6000874 0.07174968 0.5633044 0.0725522 0.5588784 0.03708308 0.5521482 0.07174968 0.5633044 0.03708308 0.5521482 0.03778839 0.5568383 0.09475547 0.6139705 0.05627512 0.6030568 0.09377062 0.6155806 0.09475547 0.6139705 0.09572559 0.6121912 0.05728757 0.6002992 0.09666621 0.6100733 0.05833488 0.5974353 0.09572559 0.6121912 0.09666621 0.6100733 0.09644812 0.6069985 0.05833488 0.5974353 0.10898 0.5777993 0.07174968 0.5633044 0.1060849 0.5813592 0.10898 0.5777993 0.1108668 0.5737595 0.07174968 0.5633044 0.09918487 0.4837026 0.101544 0.4799913 0.06011754 0.4538601 0.09918487 0.4837026 0.05550348 0.458287 0.09690624 0.4871212 0.09410929 0.4908379 0.09690624 0.4871212 0.05015045 0.4617096 0.09410929 0.4908379 0.04491877 0.4648175 0.09212136 0.496877 0.08461081 0.5226938 0.08643859 0.5141623 0.04778349 0.5044239 0.08461081 0.5226938 0.04778349 0.5044239 0.04616498 0.5133143 0.08075213 0.5352488 0.08403915 0.5308011 0.04616498 0.5133143 0.08075213 0.5352488 0.04357218 0.5195068 0.07871282 0.5392767 0.1413291 0.5141674 0.09410929 0.4908379 0.09212136 0.496877 0.1413291 0.5141674 0.1426646 0.5098651 0.09690624 0.4871212 0.1438857 0.5057446 0.09918487 0.4837026 0.09690624 0.4871212 0.1438857 0.5057446 0.1453486 0.5011072 0.09918487 0.4837026 0.1208961 0.5547375 0.08075213 0.5352488 0.1182408 0.5580197 0.1208961 0.5547375 0.1248968 0.5521883 0.08403915 0.5308011 0.07774221 0.5442816 0.07871282 0.5392767 0.04129481 0.5309635 0.07774221 0.5442816 0.04129481 0.5309635 0.04103422 0.5371347 0.07461422 0.5543518 0.07674211 0.5495458 0.04103422 0.5371347 0.07461422 0.5543518 0.03864711 0.5424222 0.0725522 0.5588784 0.113072 0.5698096 0.07461422 0.5543518 0.1108668 0.5737595 0.113072 0.5698096 0.1151332 0.5658622 0.07674211 0.5495458 0.116588 0.5618301 0.07774221 0.5442816 0.07674211 0.5495458 0.116588 0.5618301 0.1182408 0.5580197 0.07774221 0.5442816 0.1549279 0.4827146 0.1112974 0.464893 0.1504688 0.4888883 0.1549279 0.4827146 0.1596513 0.4761725 0.1144912 0.459441 0.1635038 0.4687018 0.1173995 0.4540206 0.1596513 0.4761725 0.1635038 0.4687018 0.1667979 0.4611223 0.119662 0.4480724 0.1173995 0.4540206 0.119662 0.4480724 0.08487558 0.4409794 0.1112974 0.464893 0.07601928 0.4528542 0.07651984 0.4568255 0.06307065 0.5845326 0.06457322 0.5813913 0.03062945 0.5712618 0.06307065 0.5845326 0.02805793 0.5735651 0.06148296 0.5877792 0.06033211 0.5911241 0.06148296 0.5877792 0.0244438 0.5756172 0.06033211 0.5911241 0.01973599 0.5777216 0.05936658 0.5943989 0.09335529 0.5942775 0.09540766 0.5915791 0.06457322 0.5813913 0.09335529 0.5942775 0.06307065 0.5845326 0.09197026 0.5976117 0.09394198 0.6023483 0.06033211 0.5911241 0.05936658 0.5943989 0.09394198 0.6023483 0.09197026 0.5976117 0.06033211 0.5911241 0.06881898 0.5715352 0.07093065 0.56755 0.03778839 0.5568383 0.06881898 0.5715352 0.03613168 0.5611481 0.0666024 0.5751696 0.06546884 0.5783626 0.0666024 0.5751696 0.03373223 0.5650217 0.06546884 0.5783626 0.03220957 0.5684035 0.06457322 0.5813913 0.09543794 0.5887498 0.06546884 0.5783626 0.06457322 0.5813913 0.09543794 0.5887498 0.09630179 0.5860824 0.06546884 0.5783626 0.1008548 0.5838695 0.1060849 0.5813592 0.07093065 0.56755 0.1008548 0.5838695 0.06881898 0.5715352 0.09630179 0.5860824 0.1263345 0.5262676 0.1321193 0.5233805 0.09212136 0.496877 0.1263345 0.5262676 0.08814978 0.5047809 0.08643859 0.5141623 0.1209906 0.5381278 0.1231997 0.5320025 0.08461081 0.5226938 0.1209906 0.5381278 0.08461081 0.5226938 0.08403915 0.5308011 0.478851 0.2605636 0.4848639 0.2601127 0.4850968 0.308991 0.478851 0.2605636 0.4792078 0.3117179 0.472597 0.2611974 0.4038465 0.2734838 0.4145956 0.316588 0.404726 0.3158985 0.4038465 0.2734838 0.4125495 0.2718755 0.4145956 0.316588 0.4217981 0.270249 0.4299099 0.2662869 0.4412088 0.3160935 0.4217981 0.270249 0.4329866 0.3176717 0.424128 0.3172037 0.4639909 0.2630832 0.472597 0.2611974 0.472561 0.3135761 0.4639909 0.2630832 0.4646003 0.3160315 0.4557176 0.2624831 0.4439687 0.2795372 0.4473177 0.2680838 0.4557065 0.3161934 0.4439687 0.2795372 0.4488959 0.3199799 0.4412088 0.3160935 0.4352024 0.2576718 0.4398012 0.2686175 0.4412088 0.3160935 0.4504619 0.2556594 0.4557176 0.2624831 0.4557065 0.3161934 0.5425016 0.2573687 0.5513007 0.2590561 0.5426227 0.2860831 0.5425016 0.2573687 0.5426227 0.2860831 0.5347664 0.286002 0.5249651 0.2560276 0.5337377 0.2559262 0.5347664 0.286002 0.5249651 0.2560276 0.5264961 0.2874036 0.5165541 0.2566944 0.5603913 0.2898462 0.5701697 0.2933443 0.5619792 0.3165443 0.5603913 0.2898462 0.5619792 0.3165443 0.5524902 0.3168891 0.5792662 0.297957 0.5753828 0.3227749 0.5692145 0.3145073 0.5071943 0.2936231 0.517432 0.29003 0.521667 0.3249522 0.5071943 0.2936231 0.5103491 0.3294245 0.4976795 0.2982379 0.4907839 0.3039291 0.4976795 0.2982379 0.502121 0.3295294 0.5791734 0.2630744 0.5892499 0.2663535 0.5792662 0.297957 0.5791734 0.2630744 0.5792662 0.297957 0.5701697 0.2933443 0.560179 0.2596892 0.5693866 0.2605885 0.5603913 0.2898462 0.560179 0.2596892 0.5603913 0.2898462 0.5508894 0.287435 0.5088756 0.2569479 0.5165541 0.2566944 0.517432 0.29003 0.5088756 0.2569479 0.5071943 0.2936231 0.5011872 0.2574282 0.4927462 0.2587753 0.5011872 0.2574282 0.4976795 0.2982379 0.4927462 0.2587753 0.4907839 0.3039291 0.4848639 0.2601127 0.5426227 0.2860831 0.5447642 0.3180018 0.5377587 0.3197187 0.5426227 0.2860831 0.5508894 0.287435 0.5447642 0.3180018 0.5264961 0.2874036 0.5304316 0.3218762 0.517432 0.29003 0.5264961 0.2874036 0.5347664 0.286002 0.5377587 0.3197187 0.478851 0.2605636 0.4792079 0.3117179 0.4850968 0.308991 0.478851 0.2605636 0.472597 0.2611974 0.4792079 0.3117179 0.4038465 0.2734838 0.3954163 0.2750828 0.404726 0.3158985 0.4038465 0.2734838 0.4145956 0.316588 0.4125495 0.2718755 0.4217981 0.270249 0.4125495 0.2718755 0.424128 0.3172037 0.4217981 0.270249 0.4329866 0.3176717 0.4412088 0.3160935 0.4639909 0.2630832 0.4646003 0.3160315 0.472561 0.3135761 0.4639909 0.2630832 0.4557176 0.2624831 0.4646003 0.3160315 0.4439687 0.2795372 0.4398012 0.2686175 0.4412088 0.3160935 0.4439687 0.2795372 0.4488959 0.3199799 0.4557065 0.3161934 0.4352024 0.2576718 0.4299099 0.2662869 0.4412088 0.3160935 0.4504619 0.2556595 0.4473177 0.2680838 0.4557065 0.3161934 0.5425016 0.2573687 0.5426227 0.2860831 0.5513007 0.2590561 0.5425016 0.2573687 0.5337377 0.2559262 0.5347664 0.286002 0.524965 0.2560276 0.5264961 0.2874037 0.5347664 0.286002 0.524965 0.2560276 0.5165541 0.2566944 0.5264961 0.2874037 0.5603913 0.2898462 0.5508894 0.287435 0.5524902 0.3168891 0.5603913 0.2898462 0.5619792 0.3165443 0.5701697 0.2933443 0.5792662 0.297957 0.5701697 0.2933443 0.5692145 0.3145073 0.5071943 0.2936231 0.4976795 0.2982379 0.5103491 0.3294245 0.5071943 0.2936231 0.5103491 0.3294245 0.521667 0.3249522 0.4907839 0.3039291 0.4990582 0.3439969 0.502121 0.3295294 0.5791734 0.2630744 0.5792662 0.297957 0.5892499 0.2663535 0.5791734 0.2630744 0.5693866 0.2605885 0.5701697 0.2933443 0.560179 0.2596892 0.5603913 0.2898462 0.5693866 0.2605885 0.560179 0.2596892 0.5513007 0.2590561 0.5508894 0.287435 0.5088756 0.2569479 0.5071943 0.2936231 0.517432 0.29003 0.5088756 0.2569479 0.5011872 0.2574282 0.5071943 0.2936231 0.4927462 0.2587753 0.4907839 0.3039291 0.4976795 0.2982379 0.4927462 0.2587753 0.4848639 0.2601127 0.4907839 0.3039291 0.5426227 0.2860831 0.5347664 0.286002 0.5377587 0.3197187 0.5426227 0.2860831 0.5447642 0.3180018 0.5508894 0.287435 0.5264961 0.2874037 0.517432 0.29003 0.5304316 0.3218762 0.5264961 0.2874037 0.5304316 0.3218762 0.5377587 0.3197187 0.01055026 0.1395733 0.01541465 0.140092 0.01288288 0.181032 0.01055026 0.1395733 0.009143888 0.1825455 0.00500667 0.1614996 0.07956945 0.1773732 0.07512348 0.1872468 0.04455941 0.204602 0.07956945 0.1773732 0.04332715 0.2013657 0.0751577 0.1735817 0.07192939 0.16895 0.0751577 0.1735817 0.04196882 0.1937871 0.07192939 0.16895 0.04196882 0.1937871 0.04431372 0.1875622 0.02038168 0.1397661 0.0258463 0.1395611 0.01971191 0.1735923 0.02038168 0.1397661 0.01629322 0.1790167 0.01541465 0.140092 0.05323058 0.1470016 0.0586785 0.1512964 0.03263658 0.184488 0.05323058 0.1470016 0.03263658 0.184488 0.02959853 0.1831933 0.04336673 0.1426885 0.04801249 0.144177 0.02959853 0.1831933 0.04336673 0.1426885 0.02678412 0.1819456 0.03839612 0.1417168 0.06401377 0.1571962 0.06863224 0.1634857 0.04431372 0.1875622 0.06401377 0.1571962 0.03919154 0.1883693 0.03585028 0.1861174 0.03220355 0.1404429 0.03839612 0.1417168 0.02402526 0.1805416 0.03220355 0.1404429 0.02115368 0.1787782 0.01971191 0.1735923 0.122089 0.01312655 0.1297058 0.01365673 0.122862 0.04077428 0.122089 0.01312655 0.1159359 0.04146534 0.1133296 0.01384568 0.1367606 0.01595127 0.1432772 0.01915985 0.1286132 0.04304498 0.1367606 0.01595127 0.1286132 0.04304498 0.122862 0.04077428 0.09759765 0.08071827 0.09610056 0.1030526 0.08631622 0.06544488 0.09759765 0.08071827 0.08873414 0.04819691 0.09426993 0.04194748 0.09759765 0.08071827 0.10075 0.04349505 0.1081732 0.04464334 0.1265988 0.08829867 0.1388684 0.05101078 0.1441487 0.05223679 0.1265988 0.08829867 0.1463845 0.06111514 0.1485614 0.07145011 0.1265988 0.08829867 0.118292 0.09191739 0.1332935 0.04848116 0.7956671 0.9368381 0.7939062 0.931268 0.8519118 0.9325903 0.7956671 0.9368381 0.8511525 0.9389908 0.7979868 0.9433351 0.7956671 0.9368381 0.7979868 0.9433351 0.7461872 0.9394279 0.7956671 0.9368381 0.7314741 0.9356803 0.7939062 0.931268 0.7964119 0.9263401 0.7939062 0.931268 0.7329846 0.9276196 0.7964119 0.9263401 0.7329846 0.9276196 0.7482861 0.9241443 0.7971569 0.9513035 0.7934947 0.9586684 0.7413612 0.9449799 0.7971569 0.9513035 0.7406167 0.9417694 0.7461872 0.9394279 0.7873169 0.963355 0.7643261 0.9629469 0.7225935 0.9414377 0.7873169 0.963355 0.7225935 0.9414377 0.7413612 0.9449799 0.7901146 0.9053037 0.7966633 0.9082002 0.7438145 0.9194204 0.7901146 0.9053037 0.7243548 0.9223669 0.7401908 0.9136765 0.7997281 0.9143083 0.7995606 0.9212256 0.7482861 0.9241443 0.7997281 0.9143083 0.7434354 0.9220917 0.7438145 0.9194204 0.1168367 0.08179712 0.1120504 0.08572846 0.122862 0.04077428 0.1168367 0.08179712 0.1286132 0.04304498 0.1332935 0.04848116 0.1086449 0.08129709 0.10285 0.08952224 0.1081732 0.04464334 0.1086449 0.08129709 0.1159359 0.04146534 0.122862 0.04077428 0.05323058 0.1470016 0.0586785 0.1512964 0.0803107 0.1190316 0.05323058 0.1470016 0.07134419 0.1133137 0.04801249 0.144177 0.04336673 0.1426885 0.05714714 0.1071189 0.05033266 0.1051799 0.04336673 0.1426885 0.04801249 0.144177 0.05714714 0.1071189 0.03220355 0.1404429 0.03839612 0.1417168 0.04107993 0.1021717 0.03220355 0.1404429 0.04107993 0.1021717 0.0258463 0.1395611 0.01055026 0.1395733 0.005448937 0.1496595 0.009143888 0.1825455 0.01055026 0.1395733 0.009143888 0.1825455 0.01288288 0.181032 0.07956945 0.1773732 0.0751577 0.1735817 0.04332715 0.2013657 0.07956945 0.1773732 0.04332715 0.2013657 0.04455941 0.204602 0.07192939 0.16895 0.06863224 0.1634857 0.04431372 0.1875622 0.07192939 0.16895 0.04196882 0.1937871 0.0751577 0.1735817 0.02038168 0.1397661 0.01541465 0.140092 0.01629322 0.1790167 0.02038168 0.1397661 0.01629322 0.1790167 0.01971191 0.1735923 0.05323058 0.1470016 0.04801249 0.144177 0.02959853 0.1831933 0.05323058 0.1470016 0.03263658 0.184488 0.0586785 0.1512964 0.04336673 0.1426885 0.03839612 0.1417168 0.02678412 0.1819456 0.04336673 0.1426885 0.02678412 0.1819456 0.02959853 0.1831933 0.06401377 0.1571962 0.0586785 0.1512964 0.03585028 0.1861174 0.06401377 0.1571962 0.03919154 0.1883693 0.04431372 0.1875622 0.03220355 0.1404429 0.0258463 0.1395611 0.01971191 0.1735923 0.03220355 0.1404429 0.02115368 0.1787782 0.02402526 0.1805416 0.1442287 0.03599554 0.1530677 0.01310014 0.1387034 0.03264427 0.1442287 0.03599554 0.1494591 0.04044836 0.159658 0.01773482 0.1018866 0.02864474 0.1029373 0.005000352 0.09071475 0.0072546 0.1018866 0.02864474 0.1107653 0.02807104 0.1029373 0.005000352 0.08519011 0.0341553 0.07962816 0.04585218 0.09280246 0.06370675 0.08519011 0.0341553 0.09280246 0.06370675 0.09536409 0.05487805 0.1018866 0.02864474 0.09313887 0.0300194 0.09536409 0.05487805 0.1018866 0.02864474 0.09917825 0.05986917 0.1107653 0.02807104 0.1542885 0.04787057 0.1494591 0.04044836 0.1382157 0.06594991 0.1542885 0.04787057 0.1376103 0.07622402 0.1500649 0.06976073 0.1442287 0.03599554 0.1387034 0.03264427 0.1271966 0.06641066 0.1442287 0.03599554 0.1328772 0.06814205 0.1382157 0.06594991 0.1329894 0.0285266 0.1266145 0.02572911 0.1186227 0.05691677 0.1329894 0.0285266 0.1236554 0.05907207 0.1387034 0.03264427 0.1191073 0.02633821 0.1107653 0.02807104 0.1121906 0.05818402 0.1191073 0.02633821 0.1121906 0.05818402 0.1186227 0.05691677 0.7873169 0.963355 0.8430066 0.9747942 0.7934947 0.9586684 0.7873169 0.963355 0.8040266 0.9757243 0.8421033 0.9817242 0.7971569 0.9513035 0.847095 0.9569274 0.7979868 0.9433351 0.7971569 0.9513035 0.7934947 0.9586684 0.8444803 0.9668624 0.7956671 0.9368382 0.8511525 0.9389908 0.8519118 0.9325903 0.7956671 0.9368382 0.7979868 0.9433351 0.8511525 0.9389908 0.7956671 0.9368382 0.7939062 0.931268 0.7314741 0.9356803 0.7956671 0.9368382 0.7314741 0.9356803 0.7461872 0.9394279 0.7964119 0.9263401 0.7995606 0.9212256 0.7482861 0.9241443 0.7964119 0.9263401 0.7329846 0.9276197 0.7939062 0.931268 0.7971569 0.9513035 0.7979868 0.9433351 0.7461872 0.9394279 0.7971569 0.9513035 0.7406167 0.9417693 0.7413612 0.9449799 0.7873169 0.963355 0.7934947 0.9586684 0.7413612 0.9449799 0.7873169 0.963355 0.7225935 0.9414377 0.7401811 0.9539249 0.7901146 0.9053037 0.7648214 0.9070261 0.7243548 0.922367 0.7901146 0.9053037 0.7243548 0.922367 0.7438145 0.9194204 0.7997281 0.9143083 0.7966633 0.9082002 0.7438145 0.9194204 0.7997281 0.9143083 0.7434354 0.9220917 0.7482861 0.9241443 0.01055026 0.1395733 0.01242077 0.09664702 0.0181508 0.09822171 0.01055026 0.1395733 0.005958318 0.1327123 0.01242077 0.09664702 0.07956945 0.1773732 0.0751577 0.1735817 0.1093174 0.1456417 0.07956945 0.1773732 0.1155271 0.1503095 0.1044182 0.1678293 0.07192939 0.16895 0.06863224 0.1634857 0.1043758 0.1404932 0.07192939 0.16895 0.1043758 0.1404932 0.1093174 0.1456417 0.02038168 0.1397661 0.02427977 0.09869956 0.0258463 0.1395611 0.02038168 0.1397661 0.01541465 0.140092 0.0181508 0.09822171 0.05323058 0.1470016 0.07134419 0.1133137 0.0803107 0.1190316 0.05323058 0.1470016 0.04801249 0.144177 0.07134419 0.1133137 0.04336673 0.1426885 0.03839612 0.1417168 0.05033266 0.1051799 0.04336673 0.1426885 0.05714714 0.1071189 0.04801249 0.144177 0.06401377 0.1571962 0.09000694 0.1266043 0.09862971 0.1343265 0.06401377 0.1571962 0.0586785 0.1512964 0.09000694 0.1266043 0.03220355 0.1404429 0.04107993 0.1021717 0.03839612 0.1417168 0.03220355 0.1404429 0.0258463 0.1395611 0.04107993 0.1021717 0.1492792 0.02243185 0.155181 0.0271669 0.1388684 0.05101078 0.1492792 0.02243185 0.1388684 0.05101078 0.1332935 0.04848116 0.161397 0.03476482 0.16777 0.04379409 0.1463845 0.06111514 0.161397 0.03476482 0.1463845 0.06111514 0.1441487 0.05223679 0.1028472 0.01529884 0.1133296 0.01384568 0.1081732 0.04464334 0.1028472 0.01529884 0.10075 0.04349505 0.09196376 0.01763457 0.0820012 0.02100133 0.09196376 0.01763457 0.09426993 0.04194748 0.0820012 0.02100133 0.08873414 0.04819691 0.07249909 0.02488362 0.7997281 0.9143083 0.7966633 0.9082002 0.8512565 0.9006366 0.7997281 0.9143083 0.8520451 0.9105876 0.7995606 0.9212256 0.7901146 0.9053037 0.7941393 0.9006879 0.8498343 0.8919607 0.7901146 0.9053037 0.8505299 0.8951761 0.7966633 0.9082002 0.7873169 0.963355 0.7934947 0.9586684 0.8430066 0.9747942 0.7873169 0.963355 0.8430066 0.9747942 0.8421033 0.9817242 0.7971569 0.9513035 0.7979868 0.9433351 0.847095 0.9569274 0.7971569 0.9513035 0.847095 0.9569274 0.8444803 0.9668624 0.7964119 0.9263401 0.7995606 0.9212256 0.8524448 0.9273875 0.7964119 0.9263401 0.8524448 0.9273875 0.8519118 0.9325903 0.01055026 0.1395733 0.01541465 0.140092 0.0181508 0.09822171 0.01055026 0.1395733 0.01242077 0.09664702 0.0064677 0.115765 0.07956945 0.1773732 0.1155271 0.1503095 0.1093174 0.1456417 0.07956945 0.1773732 0.08977079 0.177538 0.1155271 0.1503095 0.07192939 0.16895 0.1043758 0.1404932 0.06863224 0.1634857 0.07192939 0.16895 0.0751577 0.1735817 0.1093174 0.1456417 0.02038168 0.1397661 0.0258463 0.1395611 0.02427977 0.09869956 0.02038168 0.1397661 0.02427977 0.09869956 0.0181508 0.09822171 0.06401377 0.1571962 0.06863224 0.1634857 0.09862971 0.1343265 0.06401377 0.1571962 0.09000694 0.1266043 0.0586785 0.1512964 0.1191073 0.02633821 0.1239228 0.003097951 0.1146371 0.003716409 0.1191073 0.02633821 0.1266145 0.02572911 0.1239228 0.003097951 0.1329894 0.0285266 0.1393687 0.006393432 0.1266145 0.02572911 0.1329894 0.0285266 0.1387034 0.03264427 0.1464771 0.009860634 0.1542885 0.04787057 0.1667653 0.02538758 0.1494591 0.04044836 0.1542885 0.04787057 0.1614421 0.05306428 0.1741311 0.03454935 0.08519011 0.0341553 0.07986092 0.01078379 0.06969135 0.01495045 0.08519011 0.0341553 0.09313887 0.0300194 0.07986092 0.01078379 0.7997281 0.9143083 0.8520451 0.9105876 0.8512565 0.9006366 0.7997281 0.9143083 0.7995606 0.9212256 0.8520451 0.9105876 0.7901146 0.9053037 0.8505299 0.8951761 0.8498343 0.8919607 0.7901146 0.9053037 0.7966633 0.9082002 0.8505299 0.8951761 0.7964119 0.9263401 0.8524448 0.9273875 0.7995606 0.9212256 0.7964119 0.9263401 0.7939062 0.931268 0.8519118 0.9325903 0.05757135 0.6380134 0.06179577 0.6408715 0.05174654 0.6478039 0.05757135 0.6380134 0.05174654 0.6478039 0.05145049 0.6370305 0.06537818 0.6444073 0.06843221 0.6503974 0.05865424 0.6537491 0.06537818 0.6444073 0.05865424 0.6537491 0.05542516 0.6503657 0.9039242 0.9144815 0.9043372 0.9187135 0.8940241 0.9193117 0.9039242 0.9144815 0.8936032 0.9155704 0.9010886 0.9094731 0.9038454 0.9229407 0.9011906 0.9282039 0.8934535 0.9230807 0.9038454 0.9229407 0.8934535 0.9230807 0.8940241 0.9193117 0.1171298 0.2101498 0.1160587 0.2130995 0.1103742 0.2056392 0.1171298 0.2101498 0.1124707 0.2021251 0.1191096 0.2084428 0.1212895 0.2071716 0.1191096 0.2084428 0.1146299 0.2003484 0.1212895 0.2071716 0.1168777 0.1989773 0.1205141 0.1986347 0.1183004 0.2280015 0.1186414 0.2318795 0.1039928 0.2268223 0.1183004 0.2280015 0.1039928 0.2268223 0.117706 0.2235869 0.1338797 0.2174259 0.1313554 0.2146289 0.1391706 0.2042528 0.1338797 0.2174259 0.1391706 0.2042528 0.143832 0.2064285 0.1039928 0.2268223 0.1017121 0.2333055 0.08971995 0.2206489 0.1039928 0.2268223 0.08971995 0.2206489 0.1062136 0.2199307 0.1391706 0.2042528 0.1337571 0.2020875 0.1415618 0.190034 0.1391706 0.2042528 0.1415618 0.190034 0.1481807 0.1912581 0.8949554 0.9581065 0.8910862 0.9644573 0.8804975 0.9547334 0.8949554 0.9581065 0.8839126 0.9493276 0.8884206 0.9431787 0.1268394 0.1999431 0.1252505 0.1897011 0.1341745 0.1893388 0.1277362 0.2106652 0.1240411 0.2075183 0.1268394 0.1999431 0.1277362 0.2106652 0.1268394 0.1999431 0.1337571 0.2020875 0.1083146 0.212222 0.1062136 0.2199307 0.09478312 0.2135817 0.1166048 0.2180991 0.1083146 0.212222 0.1160587 0.2130995 0.1166048 0.2180991 0.117706 0.2235869 0.1062136 0.2199307 0.8951144 0.9355437 0.8844864 0.9309238 0.8906787 0.9269329 0.8943122 0.9029168 0.9010886 0.9094731 0.8908006 0.9120571 0.07107144 0.6606186 0.06023377 0.667128 0.06055128 0.6589909 0.04217892 0.6391203 0.05145049 0.6370305 0.0470491 0.6478323 0.1178233 0.334302 0.1117932 0.3353298 0.1081225 0.3280739 0.1178233 0.334302 0.1081225 0.3280739 0.1159469 0.3243508 0.1081225 0.3280739 0.1013824 0.3318976 0.09795391 0.3230179 0.1162137 0.3483135 0.1055338 0.3515169 0.1108242 0.3456965 0.1162137 0.3483135 0.122161 0.3505417 0.1113982 0.3573329 0.1055338 0.3515169 0.09422415 0.3530198 0.1002712 0.3459025 0.125766 0.3519932 0.1282 0.3530563 0.1175785 0.3654576 0.125766 0.3519932 0.1150432 0.361746 0.122161 0.3505417 0.128817 0.3335453 0.1244825 0.3339063 0.1217795 0.3209714 0.128817 0.3335453 0.1217795 0.3209714 0.1266162 0.3177639 0.1088927 0.3430784 0.1108242 0.3456965 0.1002712 0.3459025 0.1088927 0.3430784 0.09843146 0.3420943 0.1089047 0.3403964 0.1093459 0.3375874 0.1089047 0.3403964 0.09846007 0.3390129 0.1093459 0.3375874 0.09880268 0.335579 0.1013824 0.3318976 0.09843146 0.3420943 0.1002712 0.3459025 0.09066802 0.3447998 0.09843146 0.3420943 0.08948671 0.3404192 0.09846007 0.3390129 0.09880268 0.335579 0.09846007 0.3390129 0.08960783 0.3376349 0.09880268 0.335579 0.08995896 0.3342037 0.09219074 0.3295299 0.1171298 0.2101498 0.1124707 0.2021251 0.1103742 0.2056392 0.1171298 0.2101498 0.1191096 0.2084429 0.1124707 0.2021251 0.1212895 0.2071716 0.1168777 0.1989774 0.1146299 0.2003484 0.1212895 0.2071716 0.1240411 0.2075183 0.1205141 0.1986347 0.04731309 0.6573632 0.05374783 0.6443136 0.04855239 0.6440177 0.04731309 0.6573632 0.05033379 0.6592649 0.05762088 0.6469966 0.05289542 0.6619321 0.06099236 0.6504719 0.05033379 0.6592649 0.05289542 0.6619321 0.05395931 0.6660149 0.06328594 0.6560233 0.8845314 0.9169152 0.8972176 0.9151766 0.894371 0.9111492 0.8845314 0.9169152 0.8849348 0.919999 0.8976384 0.9191007 0.8844582 0.9231026 0.8970789 0.9230396 0.8849348 0.919999 0.8844582 0.9231026 0.8820583 0.9258515 0.8943015 0.9273752 0.1183004 0.2280015 0.117706 0.2235869 0.1039928 0.2268223 0.1183004 0.2280015 0.1039928 0.2268223 0.1186414 0.2318795 0.1338797 0.2174259 0.1358565 0.2196395 0.143832 0.2064285 0.1338797 0.2174259 0.1391706 0.2042528 0.1313554 0.2146289 0.03344452 0.6717519 0.03584784 0.6679992 0.02847522 0.6562997 0.03344452 0.6717519 0.02847522 0.6562997 0.02414715 0.659218 0.0492053 0.6831966 0.04866456 0.6870482 0.06576251 0.6819557 0.0492053 0.6831966 0.06576251 0.6819557 0.050296 0.6785125 0.8660791 0.9123133 0.8702997 0.9127562 0.8742312 0.8998221 0.8660791 0.9123133 0.8742312 0.8998221 0.8694623 0.8971053 0.8668038 0.93087 0.8637656 0.9322142 0.8764154 0.9422242 0.8668038 0.93087 0.8764154 0.9422242 0.8707948 0.9294482 0.1039928 0.2268223 0.1062136 0.2199307 0.08971995 0.2206489 0.1039928 0.2268223 0.08971995 0.2206489 0.1017121 0.2333055 0.1391706 0.2042528 0.143832 0.2064285 0.1481807 0.1912581 0.1391706 0.2042528 0.1415618 0.190034 0.1337571 0.2020875 0.02847522 0.6562997 0.03382384 0.6526916 0.02453619 0.6403256 0.02847522 0.6562997 0.02453619 0.6403256 0.01833117 0.6431339 0.06576251 0.6819557 0.06778705 0.6883857 0.08297085 0.6786532 0.06576251 0.6819557 0.08297085 0.6786532 0.064291 0.6744853 0.8742312 0.8998221 0.8799713 0.9029498 0.8835379 0.8879624 0.8742312 0.8998221 0.8835379 0.8879624 0.8781809 0.8837301 0.8764154 0.9422242 0.8727231 0.9464548 0.8877635 0.9526954 0.8764154 0.9422242 0.8877635 0.9526954 0.8811748 0.9376752 0.1268394 0.1999431 0.1337571 0.2020875 0.1341745 0.1893388 0.1277362 0.2106652 0.1268394 0.1999431 0.1240411 0.2075183 0.1277362 0.2106652 0.1313554 0.2146289 0.1337571 0.2020875 0.1083146 0.212222 0.1001887 0.2056174 0.09478312 0.2135817 0.1166048 0.2180991 0.1160587 0.2130995 0.1083146 0.212222 0.1166048 0.2180991 0.1083146 0.212222 0.1062136 0.2199307 0.8880684 0.9324896 0.8811748 0.9376752 0.8920983 0.9458522 0.8766917 0.9278711 0.8880684 0.9324896 0.8820583 0.9258515 0.8766917 0.9278711 0.8707948 0.9294482 0.8811748 0.9376752 0.8876534 0.9068995 0.8975433 0.9010059 0.8897178 0.8933394 0.8764991 0.9132788 0.8821017 0.9144693 0.8876534 0.9068995 0.8764991 0.9132788 0.8876534 0.9068995 0.8799713 0.9029498 0.0639255 0.6649345 0.064291 0.6744853 0.07854384 0.6700733 0.05248677 0.6721635 0.0639255 0.6649345 0.05395931 0.6660149 0.05248677 0.6721635 0.050296 0.6785125 0.064291 0.6744853 0.04121363 0.647704 0.04269409 0.6350526 0.03217822 0.6376032 0.03961455 0.6623867 0.04376339 0.6578596 0.04121363 0.647704 0.03961455 0.6623867 0.04121363 0.647704 0.03382384 0.6526916 0.1178233 0.334302 0.1081225 0.3280739 0.1117932 0.3353298 0.1178233 0.334302 0.1244825 0.3339063 0.1159469 0.3243508 0.1081225 0.3280739 0.09795391 0.3230179 0.1013824 0.3318976 0.1162137 0.3483135 0.1108242 0.3456965 0.1055338 0.3515169 0.1162137 0.3483135 0.1055338 0.3515169 0.1113982 0.3573329 0.1055338 0.3515169 0.1002712 0.3459025 0.09422415 0.3530198 0.125766 0.3519932 0.122161 0.3505417 0.1150432 0.361746 0.125766 0.3519932 0.1150432 0.361746 0.1175785 0.3654576 0.128817 0.3335453 0.1319892 0.3332016 0.1266162 0.3177639 0.128817 0.3335453 0.1217795 0.3209714 0.1244825 0.3339063 0.1088926 0.3430784 0.09843146 0.3420943 0.1002712 0.3459025 0.1088926 0.3430784 0.1089047 0.3403964 0.09843146 0.3420943 0.1093459 0.3375874 0.09880268 0.335579 0.09846007 0.3390129 0.1093459 0.3375874 0.1117932 0.3353298 0.1013824 0.3318976 0.09843146 0.3420943 0.08948671 0.3404192 0.09066802 0.3447998 0.09843146 0.3420943 0.09846007 0.3390129 0.08948671 0.3404192 0.09880268 0.335579 0.08995896 0.3342037 0.08960783 0.3376349 0.09880268 0.335579 0.1013824 0.3318976 0.09219074 0.3295299 0.06275236 0.6297274 0.06756711 0.6328949 0.05757135 0.6380134 0.06275236 0.6297274 0.05757135 0.6380134 0.05548065 0.6276836 0.07144272 0.6363748 0.07549703 0.6425709 0.06537818 0.6444073 0.07144272 0.6363748 0.06537818 0.6444073 0.06179577 0.6408715 0.9129557 0.9133894 0.9133295 0.9180591 0.9039242 0.9144815 0.9129557 0.9133894 0.9039242 0.9144815 0.9103953 0.9071313 0.9130744 0.9227626 0.9109373 0.9293372 0.9038454 0.9229407 0.9130744 0.9227626 0.9038454 0.9229407 0.9043372 0.9187135 0.8897733 0.8819142 0.8964225 0.8881887 0.8864549 0.8964703 0.8897733 0.8819142 0.8803764 0.8917911 0.8836335 0.8772394 0.02403873 0.631473 0.03256809 0.6289789 0.03263348 0.6425499 0.02403873 0.631473 0.02569127 0.6455865 0.01707768 0.6345121 0.09218192 0.6757984 0.09751754 0.6838346 0.08112728 0.6868243 0.09218192 0.6757984 0.07731527 0.6798898 0.08668053 0.6663023 0.9056648 0.9396195 0.8995674 0.9503095 0.8951144 0.9355437 0.9056648 0.9396195 0.8951144 0.9355437 0.9011906 0.9282039 0.9040903 0.8976628 0.9103953 0.9071313 0.9010886 0.9094731 0.9040903 0.8976628 0.8943122 0.9029168 0.8964225 0.8881887 0.08084756 0.6538866 0.08668053 0.6663023 0.07107144 0.6606186 0.08084756 0.6538866 0.07107144 0.6606186 0.06843221 0.6503974 0.04423403 0.627575 0.05548065 0.6276836 0.05145049 0.6370305 0.04423403 0.627575 0.04217892 0.6391203 0.03256809 0.6289789 0.1877897 0.6207534 0.201006 0.6348878 0.191974 0.6406064 0.1877897 0.6207534 0.1810432 0.6267616 0.1701315 0.6146723 0.1877897 0.6207534 0.17506 0.6081441 0.1806256 0.6019386 0.1877897 0.6207534 0.1944462 0.6147477 0.201006 0.6348878 0.201006 0.6348878 0.2077783 0.6431892 0.1975719 0.6485803 0.201006 0.6348878 0.2089698 0.6284065 0.2077783 0.6431892 0.199225 0.6101922 0.1944462 0.6147477 0.186632 0.59634 0.199225 0.6101922 0.186632 0.59634 0.1938238 0.5956054 0.199225 0.6101922 0.2038991 0.6046149 0.2123554 0.6155142 0.199225 0.6101922 0.2133343 0.6226387 0.2089698 0.6284065 0.1759939 0.6313241 0.1704868 0.6366561 0.1650993 0.6282141 0.1759939 0.6313241 0.1660358 0.6212395 0.1810432 0.6267616 0.1759939 0.6313241 0.1810432 0.6267616 0.1844047 0.6440859 0.1759939 0.6313241 0.1844047 0.6440859 0.1777828 0.6436391 0.1844047 0.6440859 0.191974 0.6406064 0.1878012 0.6516631 0.2133343 0.6226387 0.2208793 0.6283953 0.2089698 0.6284065 0.1877897 0.6207534 0.1810432 0.6267616 0.191974 0.6406064 0.1877897 0.6207534 0.201006 0.6348878 0.1944462 0.6147477 0.1877897 0.6207534 0.1944462 0.6147477 0.1806256 0.6019386 0.1877897 0.6207534 0.17506 0.6081441 0.1701315 0.6146723 0.201006 0.6348878 0.191974 0.6406064 0.1975719 0.6485803 0.201006 0.6348878 0.2077783 0.6431892 0.2089698 0.6284065 0.199225 0.6101922 0.186632 0.59634 0.1944462 0.6147477 0.199225 0.6101922 0.1944462 0.6147477 0.2089698 0.6284065 0.199225 0.6101922 0.2133343 0.6226387 0.2123554 0.6155142 0.199225 0.6101922 0.2038991 0.6046149 0.1938238 0.5956054 0.1759939 0.6313241 0.1660359 0.6212396 0.1650993 0.6282141 0.1759939 0.6313241 0.1704868 0.6366561 0.1777828 0.6436391 0.1759939 0.6313241 0.1844047 0.6440859 0.1810432 0.6267616 0.1759939 0.6313241 0.1810432 0.6267616 0.1660359 0.6212396 0.1844047 0.6440859 0.1878012 0.6516631 0.191974 0.6406064 0.2133343 0.6226387 0.2089698 0.6284065 0.2208793 0.6283953 0.1039961 0.9840993 0.1051357 0.9783546 0.1115928 0.9794613 0.1039961 0.9840993 0.1150864 0.9834244 0.1015118 0.9881578 0.1039961 0.9840993 0.1015118 0.9881578 0.0921362 0.9817078 0.1039961 0.9840993 0.0921362 0.9817078 0.09769946 0.9787122 0.1051357 0.9783546 0.09769946 0.9787122 0.1047043 0.9723935 0.1051357 0.9783546 0.1047043 0.9723935 0.1167722 0.9728977 0.0921362 0.9817078 0.08631873 0.9862195 0.08130252 0.9781829 0.0921362 0.9817078 0.08130252 0.9781829 0.09142559 0.9737049 0.1150864 0.9834244 0.1251727 0.9803656 0.1164101 0.9883871 0.1150864 0.9834244 0.1115928 0.9794613 0.1251727 0.9803656 0.1039961 0.9840993 0.1150864 0.9834244 0.1115928 0.9794613 0.1039961 0.9840993 0.1051357 0.9783545 0.09769946 0.9787122 0.1039961 0.9840993 0.0921362 0.9817078 0.1015118 0.9881578 0.1039961 0.9840993 0.1015118 0.9881578 0.1150864 0.9834244 0.1051357 0.9783545 0.1115928 0.9794613 0.1167722 0.9728977 0.1051357 0.9783545 0.1047044 0.9723935 0.09769946 0.9787122 0.0921362 0.9817078 0.09769946 0.9787122 0.09142559 0.9737049 0.0921362 0.9817078 0.08130252 0.9781829 0.08631873 0.9862195 0.07892596 0.9935612 0.08631873 0.9862195 0.06159615 0.9912062 0.1150864 0.9834244 0.1164101 0.988387 0.1251727 0.9803656 0.1150864 0.9834244 0.1251727 0.9803656 0.1115928 0.9794613 0.2368851 0.7155818 0.2329576 0.7186269 0.2246159 0.7005814 0.2294284 0.7203564 0.2196059 0.6997038 0.2246159 0.7005814 0.2368851 0.7155817 0.2267084 0.694302 0.2246159 0.7005814 0.2294284 0.7203564 0.2329576 0.7186269 0.2246159 0.7005814 0.3233481 0.7384284 0.3237362 0.7644036 0.3115931 0.7609455 0.3233481 0.7384284 0.3348209 0.7425284 0.3237362 0.7644036 0.2562189 0.7169119 0.2677475 0.7494971 0.2569947 0.7481203 0.2562189 0.7169119 0.2727308 0.7222014 0.2677475 0.7494971 0.2918529 0.7280033 0.2968522 0.7567202 0.2815561 0.75261 0.2918529 0.7280033 0.3099402 0.7336387 0.2968522 0.7567202 0.2246703 0.7251713 0.2265739 0.722096 0.2419145 0.7546233 0.2294284 0.7203564 0.2443782 0.7529984 0.2419145 0.7546233 0.2294284 0.7203564 0.2329576 0.7186269 0.2443782 0.7529984 0.2368851 0.7155818 0.2437819 0.7140628 0.2508665 0.7492187 0.2368851 0.7155818 0.2508665 0.7492187 0.2473365 0.7513314 0.3233481 0.7384285 0.3099403 0.7336387 0.3115931 0.7609455 0.3233481 0.7384285 0.3237362 0.7644036 0.3348209 0.7425283 0.2562189 0.7169119 0.2437819 0.7140628 0.2569947 0.7481203 0.2562189 0.7169119 0.2677475 0.7494971 0.2727308 0.7222014 0.2918529 0.7280033 0.2727308 0.7222014 0.2815561 0.75261 0.2918529 0.7280033 0.2968522 0.7567202 0.3099403 0.7336387 0.2246703 0.7251713 0.2398682 0.7566099 0.2419145 0.7546233 0.2294284 0.7203564 0.2265739 0.722096 0.2419145 0.7546233 0.2294284 0.7203564 0.2443782 0.7529984 0.2329576 0.7186269 0.2368851 0.7155817 0.2329576 0.7186269 0.2473365 0.7513314 0.2368851 0.7155817 0.2508665 0.7492185 0.2437819 0.7140628 0.3231025 0.7984741 0.3180341 0.8283788 0.3329663 0.8001166 0.3231025 0.7984741 0.3121292 0.7964608 0.3083097 0.8266317 0.2484419 0.789965 0.2458677 0.7904796 0.2491899 0.8182151 0.2484419 0.789965 0.2491899 0.8182151 0.2518894 0.8183111 0.2536275 0.7891985 0.2509971 0.7894894 0.2518894 0.8183111 0.2536275 0.7891985 0.2544849 0.8189644 0.2569867 0.7888895 0.277593 0.7892633 0.2684111 0.7882652 0.2696145 0.8218182 0.277593 0.7892633 0.277503 0.823314 0.2884837 0.7911687 0.3002927 0.7937967 0.2884837 0.7911687 0.2870018 0.8265557 0.3002927 0.7937967 0.2982238 0.825089 0.3121292 0.7964608 0.2617285 0.7883595 0.2569867 0.7888895 0.2578859 0.8198769 0.2617285 0.7883595 0.2630023 0.8207504 0.2684111 0.7882652 0.3231025 0.7984741 0.3329663 0.8001166 0.318034 0.8283788 0.3231025 0.7984741 0.318034 0.8283788 0.3083097 0.8266317 0.2484419 0.789965 0.2491899 0.8182151 0.2458677 0.7904795 0.2484419 0.789965 0.2509971 0.7894894 0.2518894 0.8183111 0.2536275 0.7891986 0.2544849 0.8189644 0.2518894 0.8183111 0.2536275 0.7891986 0.2569867 0.7888895 0.2544849 0.8189644 0.277593 0.7892633 0.277503 0.823314 0.2696145 0.8218182 0.277593 0.7892633 0.2884837 0.7911687 0.277503 0.823314 0.3002927 0.7937968 0.2982238 0.825089 0.2870018 0.8265557 0.3002927 0.7937968 0.3121292 0.7964608 0.2982238 0.825089 0.2617285 0.7883595 0.2630023 0.8207504 0.2578859 0.8198769 0.2617285 0.7883595 0.2684111 0.7882652 0.2630023 0.8207504 0.3237362 0.7644036 0.3342778 0.7670995 0.3231025 0.7984741 0.3237362 0.7644036 0.3231025 0.7984741 0.3121292 0.7964608 0.2398682 0.7566099 0.2419145 0.7546233 0.2509971 0.7894894 0.2398682 0.7566099 0.2484419 0.789965 0.2379785 0.7585836 0.2443782 0.7529984 0.2473365 0.7513314 0.2536275 0.7891986 0.2443782 0.7529984 0.2536275 0.7891986 0.2419145 0.7546233 0.2677475 0.7494971 0.2815561 0.75261 0.277593 0.7892633 0.2677475 0.7494971 0.277593 0.7892633 0.2684111 0.7882652 0.2968522 0.7567202 0.3115931 0.7609455 0.3002927 0.7937968 0.2968522 0.7567202 0.3002927 0.7937968 0.2884837 0.7911687 0.2508665 0.7492187 0.2569947 0.7481203 0.2617285 0.7883595 0.2508665 0.7492187 0.2617285 0.7883595 0.2569867 0.7888895 0.3237362 0.7644036 0.3231025 0.7984741 0.3342778 0.7670995 0.3237362 0.7644036 0.3115931 0.7609455 0.3121292 0.7964608 0.2398682 0.7566099 0.2484419 0.789965 0.2509971 0.7894894 0.2398682 0.7566099 0.2379785 0.7585837 0.2484419 0.789965 0.2443782 0.7529984 0.2536275 0.7891985 0.2473365 0.7513314 0.2443782 0.7529984 0.2419145 0.7546233 0.2536275 0.7891985 0.2677475 0.7494971 0.277593 0.7892633 0.2815561 0.75261 0.2677475 0.7494971 0.2569947 0.7481203 0.2684111 0.7882652 0.2968522 0.7567202 0.3002927 0.7937967 0.3115931 0.7609455 0.2968522 0.7567202 0.2815561 0.75261 0.2884837 0.7911687 0.2508665 0.7492185 0.2617285 0.7883595 0.2569947 0.7481203 0.2508665 0.7492185 0.2473365 0.7513314 0.2569867 0.7888895 0.2827575 0.8673045 0.288729 0.8563073 0.2870018 0.8265557 0.311584 0.8712153 0.3208783 0.8667606 0.3271351 0.8331025 0.3090208 0.8545257 0.3127238 0.8600865 0.3271351 0.8331025 0.3090208 0.8545257 0.3180341 0.8283788 0.3026009 0.852577 0.4565901 0.8538029 0.4569222 0.8564621 0.4357506 0.8699685 0.5188717 0.8264034 0.5195391 0.8290529 0.4565901 0.8538029 0.5840447 0.8070135 0.5836384 0.8091595 0.5188717 0.8264034 0.6222202 0.7946015 0.6209887 0.7969034 0.5840447 0.8070135 0.6272455 0.7952371 0.6275826 0.7960985 0.6222202 0.7946015 0.6320104 0.7924034 0.6329388 0.7934779 0.6272455 0.7952371 0.6320104 0.7924034 0.6372804 0.7897306 0.6329388 0.7934779 0.7192802 0.75602 0.7193825 0.7577917 0.6372804 0.7897306 0.4629285 0.8672257 0.4643451 0.8697231 0.4416955 0.8682168 0.5276858 0.8468639 0.5300858 0.8484894 0.4643451 0.8697231 0.5884957 0.8227126 0.5898765 0.8239735 0.5300858 0.8484894 0.6212742 0.8084185 0.6239166 0.8088478 0.5898765 0.8239735 0.6291657 0.8042761 0.6299073 0.8051188 0.6239166 0.8088478 0.6347336 0.8024773 0.6350373 0.8035666 0.6299073 0.8051188 0.640882 0.8026249 0.6353411 0.8046559 0.6350373 0.8035666 0.7217742 0.7746549 0.7247064 0.7763049 0.6412895 0.7998299 0.7431249 0.7717433 0.7276386 0.7779548 0.7247064 0.7763049 0.7555525 0.7615712 0.7564148 0.7626513 0.7423576 0.7696954 0.8384766 0.735848 0.8384969 0.7369139 0.7564148 0.7626513 0.8889924 0.7130827 0.889352 0.7156429 0.8384969 0.7369139 0.9461808 0.6895585 0.9464662 0.6940723 0.8889924 0.7130827 0.4629285 0.8672257 0.4476404 0.8664652 0.4513878 0.8653432 0.5276858 0.8468639 0.4629285 0.8672257 0.5260705 0.8448174 0.5884957 0.8227126 0.5276858 0.8468639 0.5260705 0.8448174 0.6212742 0.8084185 0.5884957 0.8227126 0.5877063 0.8210376 0.6291657 0.8042761 0.6212742 0.8084185 0.6206416 0.8069638 0.6347336 0.8024773 0.6291657 0.8042761 0.6339296 0.8012535 0.7217742 0.7746549 0.6412895 0.7998299 0.7208746 0.7719196 0.6412895 0.7998299 0.6347336 0.8024773 0.6339296 0.8012535 0.7366943 0.7591291 0.7377843 0.758783 0.736484 0.7654599 0.7332369 0.7570081 0.7335239 0.7556405 0.7377843 0.758783 0.7338109 0.7542729 0.7335239 0.7556405 0.7193825 0.7577917 0.7217742 0.7746549 0.7208746 0.7719196 0.736484 0.7654599 0.4565901 0.8538029 0.4357506 0.8699685 0.4569222 0.8564621 0.5188717 0.8264034 0.4565901 0.8538029 0.5195391 0.8290529 0.5840447 0.8070135 0.5188717 0.8264034 0.5836384 0.8091595 0.6222202 0.7946015 0.5840447 0.8070135 0.6209887 0.7969034 0.6272455 0.7952371 0.6222202 0.7946015 0.6275826 0.7960985 0.6320104 0.7924034 0.6272455 0.7952371 0.6329388 0.7934779 0.6320104 0.7924034 0.6329388 0.7934779 0.6372804 0.7897306 0.7192802 0.75602 0.6372804 0.7897306 0.7193825 0.7577917 0.4629285 0.8672257 0.4476404 0.8664652 0.4416955 0.8682168 0.5276858 0.8468639 0.4629285 0.8672257 0.4643451 0.8697231 0.5884957 0.8227126 0.5276858 0.8468639 0.5300858 0.8484894 0.6212742 0.8084185 0.5884957 0.8227126 0.5898765 0.8239735 0.6291657 0.8042761 0.6212742 0.8084185 0.6239166 0.8088478 0.6347336 0.8024773 0.6291657 0.8042761 0.6299073 0.8051188 0.640882 0.8026249 0.6410858 0.8012274 0.6350373 0.8035666 0.7217742 0.7746549 0.6412895 0.7998299 0.7247064 0.7763049 0.7431249 0.7717433 0.7423576 0.7696954 0.7247064 0.7763049 0.7555525 0.7615712 0.7415903 0.7676475 0.7423576 0.7696954 0.8384766 0.735848 0.7555525 0.7615712 0.7564148 0.7626513 0.8889924 0.7130827 0.8384766 0.735848 0.8384969 0.7369139 0.9461808 0.6895585 0.8889924 0.7130827 0.9464662 0.6940723 0.4629285 0.8672257 0.461521 0.8657384 0.4513878 0.8653432 0.5276858 0.8468639 0.5260705 0.8448174 0.4629285 0.8672257 0.5884957 0.8227126 0.5877063 0.8210376 0.5260705 0.8448174 0.6212742 0.8084185 0.6206416 0.8069638 0.5877063 0.8210376 0.6291657 0.8042761 0.6289907 0.8030843 0.6206416 0.8069638 0.6347336 0.8024773 0.6339296 0.8012535 0.6291657 0.8042761 0.7217742 0.7746549 0.7208746 0.7719196 0.6412895 0.7998299 0.6412895 0.7998299 0.6400787 0.7987526 0.6339296 0.8012535 0.7366943 0.7591291 0.7354273 0.7651012 0.736484 0.7654599 0.7332369 0.7570081 0.7366943 0.7591291 0.7377843 0.758783 0.7338109 0.7542729 0.7192802 0.75602 0.7193825 0.7577917 0.7217742 0.7746549 0.7375407 0.7658187 0.736484 0.7654599 0.2985355 0.6920028 0.3065445 0.7059796 0.32864 0.6924617 0.4139045 0.7063496 0.3959739 0.6893702 0.3984447 0.6762833 0.3145534 0.7199563 0.3316447 0.696748 0.3248087 0.7236657 0.4139045 0.7063496 0.4266831 0.6984806 0.3984447 0.6762833 0.3065445 0.7059796 0.2985355 0.6920028 0.32864 0.6924617 0.3534464 0.7477439 0.3629069 0.7358494 0.3348209 0.7425283 0.95108 0.04583257 0.9436134 0.05930548 0.9399434 0.07373535 0.1994965 0.682738 0.2106345 0.6884217 0.2107771 0.6809816 0.7521567 0.4583363 0.732778 0.4798201 0.7198017 0.4641995 0.7521567 0.4583363 0.7394348 0.4455103 0.7686727 0.437665 0.01750296 0.8996642 0.02143639 0.902406 0.02376383 0.9102249 0.01750296 0.8996642 0.01334035 0.908277 0.01523762 0.895313 0.1289126 0.907092 0.1185734 0.9115397 0.1159476 0.9091674 0.1289126 0.907092 0.1302473 0.9094244 0.1213729 0.9136919 0.02312988 0.8982396 0.01750296 0.8996642 0.02254623 0.8946545 0.02312988 0.8982396 0.03010171 0.8980485 0.02623951 0.9018827 0.02312988 0.8982396 0.02623951 0.9018827 0.02143639 0.902406 0.09102886 0.8971636 0.09467107 0.9013568 0.08583539 0.9023206 0.1133397 0.8965875 0.1209717 0.8972381 0.109449 0.9043263 0.1133397 0.8965875 0.1045726 0.902172 0.10312 0.8969749 0.06453156 0.9011465 0.07453912 0.9048721 0.06107199 0.9069557 0.06453156 0.9011465 0.0779969 0.8985683 0.07453912 0.9048721 0.0410701 0.900873 0.05131775 0.9014934 0.04686921 0.9065515 0.0410701 0.900873 0.04686921 0.9065515 0.037696 0.9059985 0.02623951 0.9018827 0.03324556 0.9012457 0.03216749 0.9075183 0.02623951 0.9018827 0.03216749 0.9075183 0.02376383 0.9102249 0.1331662 0.8976824 0.125141 0.9004994 0.1285737 0.8932908 0.1351876 0.9054954 0.1359017 0.9079746 0.1302473 0.9094244 0.1793578 0.8977746 0.1831421 0.9053087 0.1674107 0.9113306 0.1793578 0.8977746 0.1966716 0.8897647 0.1831421 0.9053087 0.2122418 0.8766991 0.2176206 0.8811968 0.2011868 0.8956614 0.2122418 0.8766991 0.2249858 0.8607036 0.2176206 0.8811968 0.233821 0.8439041 0.2406865 0.8458451 0.2312012 0.8639222 0.2434638 0.9850986 0.215725 0.9927411 0.2148506 0.9838107 0.2434638 0.9850986 0.2399682 0.9750795 0.2620975 0.9630215 0.2893671 0.9533976 0.2700064 0.9721542 0.2794414 0.9470764 0.2893671 0.9533976 0.2794414 0.9470764 0.2936515 0.9274805 0.3327378 0.8687354 0.3404944 0.8351368 0.3271351 0.8331025 0.125141 0.9004994 0.1137414 0.906498 0.1209717 0.8972381 0.125141 0.9004994 0.1272357 0.9042726 0.1137414 0.906498 0.148164 0.9121515 0.144755 0.9182938 0.1419618 0.9127546 0.1556259 0.908631 0.1620142 0.903155 0.157917 0.9149191 0.149923 0.9084886 0.1510213 0.9049224 0.1556259 0.908631 0.149923 0.9084886 0.1556259 0.908631 0.1522657 0.9115769 0.149923 0.9084886 0.148164 0.9121515 0.1427106 0.9096031 0.1362113 0.9132131 0.1419618 0.9127546 0.1370338 0.9195575 0.1362113 0.9132131 0.1315311 0.9185843 0.1324583 0.9133921 0.1364613 0.9105541 0.1313151 0.9117369 0.1359017 0.9079746 0.1313151 0.9117369 0.1324583 0.9133921 0.1273074 0.9173999 0.1313151 0.9117369 0.1241028 0.9157073 0.1302473 0.9094244 0.3845319 0.677733 0.3682023 0.6598237 0.4038162 0.6775084 0.4038162 0.6775084 0.3682023 0.6598237 0.3765283 0.6439841 0.02363657 0.9730007 0.01552814 0.9695545 0.02235573 0.9625324 0.02363657 0.9730007 0.03031599 0.9648218 0.03236579 0.9764527 0.6026923 0.5910611 0.5867536 0.5679182 0.6152293 0.5519659 0.5502472 0.6173945 0.5292124 0.5919764 0.5534695 0.5788447 0.6595359 0.5489235 0.6318491 0.5717614 0.6429073 0.529325 0.6595359 0.5489235 0.6429073 0.529325 0.6857244 0.524868 0.7824762 0.4180074 0.7686727 0.437665 0.7607692 0.4231396 0.7824762 0.4180074 0.7793847 0.4069481 0.7949233 0.3988565 0.007591605 0.8590189 0.01130872 0.8575049 0.007614374 0.8600598 0.007535278 0.8624741 0.007614374 0.8600598 0.01161086 0.8606399 0.007535278 0.8624741 0.01161086 0.8606399 0.01192098 0.8635923 0.007960975 0.8664641 0.007576763 0.8650222 0.01139903 0.865224 0.009285569 0.8685347 0.01113039 0.8668615 0.01013189 0.868586 0.009804368 0.870104 0.009469032 0.8705338 0.009285569 0.8685347 0.009804368 0.870104 0.009285569 0.8685347 0.01013189 0.868586 0.774035 0.00266546 0.7394829 0.002225697 0.6780276 0.02264529 0.774035 0.00266546 0.7531345 0.01970052 0.8085872 0.003105223 0.9613186 0.1575229 0.9555053 0.1659187 0.9539508 0.2233614 0.9613186 0.1575229 0.9686926 0.1810986 0.9671319 0.1491271 0.7521567 0.4583363 0.7394348 0.4455102 0.7198017 0.4641995 0.7521567 0.4583363 0.7686727 0.437665 0.7394348 0.4455102 0.7103862 0.5019155 0.732778 0.4798201 0.6987793 0.4815334 0.9773701 0.03107804 0.9659257 0.05964231 0.9709946 0.060795 0.9773701 0.03107804 0.9687731 0.03132545 0.9659257 0.05964231 0.005812048 0.9379197 0.005412817 0.9409742 0.0134083 0.9390886 0.1289126 0.907092 0.1272357 0.9042726 0.1159476 0.9091673 0.09020596 0.8949764 0.07547676 0.896717 0.0779969 0.8985683 0.09020596 0.8949764 0.09102886 0.8971637 0.10312 0.8969749 0.06055235 0.8989043 0.04688912 0.8981778 0.05131775 0.9014934 0.06055235 0.8989043 0.06453156 0.9011465 0.07547676 0.896717 0.03729581 0.8975399 0.03010165 0.8980485 0.03324556 0.9012457 0.09102886 0.8971637 0.0779969 0.8985683 0.08583539 0.9023206 0.09102886 0.8971637 0.09467107 0.9013568 0.10312 0.8969749 0.1133397 0.8965875 0.1045726 0.902172 0.109449 0.9043263 0.1133397 0.8965875 0.10312 0.8969749 0.1045726 0.902172 0.06453156 0.9011465 0.05131775 0.9014934 0.06107199 0.9069557 0.0410701 0.900873 0.03324556 0.9012457 0.037696 0.9059985 0.0410701 0.900873 0.04686921 0.9065515 0.05131775 0.9014934 0.02623951 0.9018828 0.02143639 0.902406 0.02376383 0.9102249 0.02623951 0.9018828 0.03216749 0.9075183 0.03324556 0.9012457 0.1331662 0.8976824 0.1285737 0.8932908 0.125141 0.9004994 0.1351876 0.9054953 0.1289126 0.907092 0.1302473 0.9094244 0.1351876 0.9054953 0.1342865 0.9023274 0.1272357 0.9042726 0.1510376 0.9018648 0.1510213 0.9049224 0.1620142 0.903155 0.1778472 0.8942934 0.1623612 0.8988239 0.1793578 0.8977746 0.1778472 0.8942934 0.1793578 0.8977746 0.1945618 0.8866602 0.1793578 0.8977746 0.1831421 0.9053087 0.1966716 0.8897647 0.2095715 0.8743116 0.1945618 0.8866602 0.1966716 0.8897647 0.2095715 0.8743116 0.2122418 0.8766991 0.2218073 0.8590375 0.2122418 0.8766991 0.1966716 0.8897647 0.2011868 0.8956614 0.2122418 0.8766991 0.2176206 0.8811968 0.2249858 0.8607036 0.233821 0.8439041 0.2249858 0.8607036 0.2312012 0.8639222 0.233821 0.8439041 0.2406865 0.8458451 0.2395046 0.8177496 0.2302006 0.8426284 0.233821 0.8439041 0.2355463 0.8169351 0.233821 0.8439041 0.2395046 0.8177496 0.2406865 0.8458451 0.2302006 0.8426284 0.2355464 0.8169351 0.233821 0.8439041 0.125141 0.9004994 0.1209717 0.8972381 0.1137414 0.9064979 0.125141 0.9004994 0.1137414 0.9064979 0.1272357 0.9042726 0.149923 0.9084886 0.1556259 0.908631 0.1510213 0.9049224 0.149923 0.9084886 0.1427106 0.9096031 0.148164 0.9121515 0.149923 0.9084886 0.148164 0.9121515 0.1522657 0.9115769 0.1364613 0.9105541 0.1359017 0.9079746 0.1313151 0.9117369 0.1364613 0.9105541 0.1313151 0.9117369 0.1324583 0.9133921 0.1364613 0.9105541 0.1362113 0.9132131 0.1419618 0.9127546 0.3327378 0.8687354 0.3208783 0.8667606 0.3248119 0.8909043 0.1181014 0.8926389 0.1047923 0.894495 0.1133397 0.8965875 0.1181014 0.8926389 0.1133397 0.8965875 0.1209717 0.8972381 0.6026923 0.5910611 0.6318491 0.5717614 0.6152294 0.5519659 0.6026923 0.5910611 0.5867536 0.5679182 0.574635 0.6064098 0.5502472 0.6173946 0.574635 0.6064098 0.5534695 0.5788447 0.6595359 0.5489235 0.6429073 0.529325 0.6318491 0.5717614 0.6595359 0.5489235 0.6857244 0.524868 0.6429073 0.529325 0.9273324 0.1979829 0.9313401 0.1854315 0.9211153 0.2082241 0.9313401 0.1854315 0.9454033 0.1576253 0.9406596 0.1590303 0.9313401 0.1854315 0.9308348 0.1783583 0.92101 0.1976864 0.7824762 0.4180074 0.7793847 0.4069481 0.7607692 0.4231396 0.7824762 0.4180074 0.7949233 0.3988565 0.7793847 0.4069481 0.8225068 0.3616148 0.8351279 0.3384093 0.8276076 0.3432748 0.8225068 0.3616148 0.8201605 0.3568621 0.8127135 0.3704493 0.006899476 0.8566268 0.007381737 0.8582437 0.01000881 0.8551953 0.007591605 0.8590189 0.007614374 0.8600598 0.01130872 0.8575049 0.007591605 0.8590189 0.01130872 0.8575049 0.01079994 0.8567848 0.007535278 0.8624741 0.01161086 0.8606399 0.007614374 0.8600598 0.007535278 0.8624741 0.007576763 0.8650222 0.01192098 0.8635923 0.007960975 0.8664641 0.008299708 0.8680718 0.01139903 0.865224 0.007960975 0.8664641 0.01139903 0.865224 0.007576763 0.8650222 0.009285569 0.8685347 0.01013189 0.868586 0.01113039 0.8668615 0.009285569 0.8685347 0.01113039 0.8668615 0.01126581 0.8658767 0.009804368 0.870104 0.009285569 0.8685347 0.009469032 0.8705338 0.703975 0.04251354 0.6780276 0.02264529 0.7501844 0.06170827 0.774035 0.00266546 0.7531345 0.01970052 0.6780276 0.02264529 0.774035 0.00266546 0.8085872 0.003105223 0.7531345 0.01970052 0.5773773 0.137923 0.6201297 0.1038619 0.6240374 0.1164717 0.5773773 0.137923 0.6132469 0.1380013 0.534625 0.171984 0.5809504 0.1048552 0.5973284 0.09888839 0.5773773 0.137923 0.5650739 0.1726354 0.534625 0.171984 0.6007 0.1651781 0.5650739 0.1726354 0.6007 0.1651781 0.5989435 0.1708254 0.5585038 0.1109516 0.5645723 0.110822 0.534625 0.171984 0.8408647 0.04340237 0.8301537 0.026946 0.882914 0.05077439 0.9272446 0.06711959 0.9166553 0.08799159 0.9156125 0.01749354 0.9272446 0.06711959 0.9156125 0.01749354 0.9298588 0.02528405 0.8514484 0.06432092 0.8515757 0.05985873 0.9166553 0.08799159 0.8514484 0.06432092 0.8907141 0.08867913 0.8513211 0.06878304 0.9686926 0.1810986 0.9834343 0.1388357 0.993234 0.1532221 0.9686926 0.1810986 0.9877851 0.1697543 0.9539508 0.2233614 0.9613186 0.1575229 0.9686926 0.1810986 0.9539508 0.2233614 0.9613186 0.1575229 0.9671319 0.1491271 0.9686926 0.1810986 0.9503317 0.171718 0.9555053 0.1659187 0.9539508 0.2233614 0.9503317 0.171718 0.9481704 0.2107485 0.9451581 0.1775172 0.4384839 0.9620584 0.4170818 0.9429886 0.4146987 0.8951253 0.3980813 0.9173101 0.4146987 0.8951253 0.39086 0.9646853 0.3980813 0.9173101 0.39086 0.9646853 0.3877077 0.9611406 0.4466955 0.9479489 0.4339941 0.9150249 0.4536329 0.943196 0.7838813 0.08453512 0.7425468 0.1081895 0.8251934 0.03049623 0.783787 0.1189655 0.7838813 0.08453512 0.8251934 0.03049623 0.783787 0.1189655 0.7725024 0.1311202 0.7838813 0.08453512 0.7901738 0.0435214 0.8251934 0.03049623 0.7458831 0.0889303 0.7901738 0.0435214 0.7458831 0.0889303 0.7456598 0.08116036 0.8023112 0.1103451 0.7950716 0.1068109 0.8251934 0.03049623 0.8023112 0.1103451 0.827167 0.06246334 0.8095508 0.1138792 0.9610713 0.03567236 0.9687731 0.03132545 0.9524227 0.06353902 0.9610713 0.03567236 0.9524227 0.06353902 0.9457604 0.06837224 0.7630315 0.4671624 0.744975 0.4904593 0.7521567 0.4583363 0.7630315 0.4671624 0.7521567 0.4583363 0.7686727 0.437665 0.7234247 0.5149112 0.6989116 0.5397201 0.7103862 0.5019155 0.7234247 0.5149112 0.7103862 0.5019155 0.732778 0.4798201 0.9773701 0.03107804 0.98663 0.03355211 0.9709946 0.060795 0.9773701 0.03107804 0.9659256 0.05964231 0.9687731 0.03132545 0.004830777 0.9545575 0.01199257 0.9512634 0.006306648 0.9603032 0.004915714 0.9445728 0.005412817 0.9409742 0.01303297 0.9421232 0.004915714 0.9445728 0.01303297 0.9421232 0.004621505 0.9490043 0.09020596 0.8949764 0.09102886 0.8971636 0.0779969 0.8985683 0.09020596 0.8949764 0.1047923 0.894495 0.10312 0.8969749 0.03729581 0.8975399 0.04688912 0.8981778 0.0410701 0.900873 0.03729581 0.8975399 0.0410701 0.900873 0.03324556 0.9012457 0.02846878 0.8917053 0.02254623 0.8946545 0.0259279 0.8905473 0.1927756 0.9955919 0.1723184 0.9959251 0.1740518 0.9874346 0.1927756 0.9955919 0.1937779 0.9879883 0.215725 0.9927411 0.05350214 0.9885172 0.04683548 0.9849953 0.06112074 0.9800084 0.05350214 0.9885172 0.06112074 0.9800084 0.07033824 0.9820719 0.1520562 0.9960146 0.1532454 0.9891275 0.1723184 0.9959251 0.1520562 0.9960146 0.1339108 0.9959236 0.1532454 0.9891275 0.3153567 0.9116705 0.3037495 0.9321345 0.3053716 0.9084139 0.3153567 0.9116705 0.3053716 0.9084139 0.3128412 0.888352 0.1181014 0.8926389 0.1285737 0.8932908 0.1209717 0.8972381 0.1181014 0.8926389 0.1133397 0.8965875 0.1047923 0.894495 0.009811937 0.9653121 0.006306648 0.9603032 0.01343649 0.9557844 0.5597392 0.6361319 0.5502472 0.6173945 0.574635 0.6064098 0.6129689 0.6072732 0.5842433 0.6240063 0.6026923 0.5910611 0.6129689 0.6072732 0.6026923 0.5910611 0.6318491 0.5717614 0.6719664 0.5640886 0.6431365 0.5869588 0.6595359 0.5489235 0.6719664 0.5640886 0.6595359 0.5489235 0.6857244 0.524868 0.9822527 0.06661802 0.9795236 0.06697201 0.9795014 0.06024581 0.9822527 0.06661802 0.9838383 0.04695445 0.98663 0.03355211 0.9838383 0.04695445 0.9795014 0.06024581 0.9743884 0.06550568 0.9838383 0.04695445 0.973366 0.06290984 0.98663 0.03355211 0.976053 0.08761745 0.9687389 0.1090341 0.9772038 0.07549655 0.976053 0.08761745 0.9772038 0.07549655 0.9822527 0.06661802 0.976053 0.08761745 0.9822527 0.06661802 0.9836173 0.06644099 0.9466353 0.1635733 0.9352667 0.18426 0.9508488 0.1503067 0.9466353 0.1635733 0.9508488 0.1503067 0.9559182 0.1418368 0.9633346 0.1068521 0.9555168 0.1303126 0.9589025 0.1092069 0.9633346 0.1068521 0.9589025 0.1092069 0.9693945 0.08045989 0.9628909 0.1242465 0.957242 0.1416574 0.9559182 0.1418368 0.9628909 0.1242465 0.9577762 0.1363569 0.9649277 0.1125983 0.9628909 0.1242465 0.9649277 0.1125983 0.9745033 0.08292579 0.9649277 0.1125983 0.9576516 0.1331109 0.9555168 0.1303126 0.909662 0.2317766 0.8991964 0.2467926 0.9141207 0.2199229 0.909662 0.2317766 0.9141207 0.2199229 0.918967 0.2135711 0.9308348 0.1783583 0.9249727 0.1803796 0.9390978 0.1537225 0.9273324 0.1979829 0.9200589 0.21451 0.918967 0.2135711 0.9273324 0.1979829 0.9211153 0.2082241 0.9313401 0.1854315 0.9273324 0.1979829 0.9313401 0.1854315 0.9454033 0.1576253 0.9313401 0.1854315 0.9308348 0.1783583 0.9406596 0.1590303 0.8723163 0.2891271 0.8609324 0.3041973 0.8765794 0.2782471 0.8723163 0.2891271 0.8765794 0.2782471 0.882331 0.2707973 0.8917168 0.2565678 0.8837555 0.2720884 0.882331 0.2707973 0.8917168 0.2565678 0.8857304 0.2637227 0.8956484 0.2458027 0.8917168 0.2565678 0.8956484 0.2458027 0.9085056 0.2256115 0.8956484 0.2458027 0.8868954 0.2586214 0.8839343 0.2573474 0.8956484 0.2458027 0.8920557 0.2442547 0.9001771 0.231162 0.836368 0.3464691 0.8400604 0.3328956 0.8445296 0.3264734 0.8531364 0.313812 0.8458978 0.328599 0.8445296 0.3264734 0.8531364 0.313812 0.8471344 0.3206991 0.8573059 0.3036612 0.8531364 0.313812 0.8573059 0.3036612 0.870675 0.2841417 0.8573058 0.3036612 0.848297 0.3160111 0.8480721 0.310447 0.8573059 0.3036612 0.8560274 0.298832 0.8639826 0.2872169 0.7931626 0.41825 0.7829576 0.4407017 0.7824762 0.4180074 0.7931626 0.41825 0.7824762 0.4180074 0.7949233 0.3988565 0.8024546 0.4065556 0.8010353 0.4130236 0.7829576 0.4407017 0.8024546 0.4065556 0.7931626 0.41825 0.805293 0.3936196 0.8024546 0.4065556 0.805293 0.3936196 0.8091934 0.388086 0.8201605 0.3568621 0.8127135 0.3704493 0.8158604 0.3560575 0.8188398 0.3739388 0.8119419 0.3902446 0.8091934 0.388086 0.8188398 0.3739388 0.8119868 0.3819968 0.8225068 0.3616148 0.8188398 0.3739388 0.8225068 0.3616148 0.8351279 0.3384093 0.8225068 0.3616148 0.8134776 0.376574 0.8127135 0.3704493 0.006899476 0.8566268 0.01000881 0.8551953 0.007381737 0.8582437 0.006899476 0.8566268 0.006399571 0.8548746 0.009278595 0.8535019 0.006136953 0.8536934 0.005993008 0.8527978 0.008827805 0.8517698 0.703975 0.04251354 0.7501844 0.06170827 0.6780276 0.02264529 0.7531345 0.01970052 0.6780276 0.02264529 0.7751414 0.0370084 0.5773773 0.137923 0.534625 0.171984 0.6132469 0.1380013 0.5809504 0.1048552 0.5645723 0.110822 0.534625 0.171984 0.5809504 0.1048552 0.5773773 0.137923 0.5973284 0.09888839 0.5650739 0.1726354 0.5955228 0.1732867 0.5989435 0.1708254 0.5650739 0.1726354 0.6007 0.1651781 0.534625 0.171984 0.5585038 0.1109516 0.5423923 0.142726 0.534625 0.171984 0.8408647 0.04340237 0.8515757 0.05985873 0.9166553 0.08799159 0.8408647 0.04340237 0.882914 0.05077439 0.8301537 0.026946 0.9272446 0.06711959 0.9378339 0.0462476 0.9298588 0.02528405 0.8514484 0.06432092 0.8907141 0.08867913 0.9166553 0.08799159 0.8514484 0.06432092 0.8513211 0.06878304 0.8907141 0.08867913 0.9686926 0.1810986 0.9539508 0.2233614 0.9877851 0.1697543 0.9503317 0.171718 0.9481704 0.2107485 0.9539508 0.2233614 0.9503317 0.171718 0.9451581 0.1775172 0.9481704 0.2107485 0.4170818 0.9429886 0.4146987 0.8951253 0.3965801 0.9751743 0.4170818 0.9429886 0.3965801 0.9751743 0.3991479 0.9821186 0.4384839 0.9620584 0.4397581 0.9527019 0.4146987 0.8951253 0.4384839 0.9620584 0.4170818 0.9429886 0.4372097 0.971415 0.3980813 0.9173101 0.39086 0.9646853 0.4146987 0.8951253 0.4466955 0.9479489 0.4339941 0.9150249 0.4146987 0.8951253 0.4466955 0.9479489 0.4536329 0.943196 0.4339941 0.9150249 0.783787 0.1189655 0.7950716 0.1068109 0.8251934 0.03049623 0.783787 0.1189655 0.7838813 0.08453512 0.7725024 0.1311202 0.7901738 0.0435214 0.7551543 0.05654656 0.7456598 0.08116036 0.7901738 0.0435214 0.7458831 0.0889303 0.8251934 0.03049623 0.8023112 0.1103451 0.827167 0.06246334 0.8251934 0.03049623 0.8023112 0.1103451 0.8095508 0.1138792 0.827167 0.06246334 0.006136953 0.8536934 0.0089522 0.8524703 0.008827805 0.8517698 0.6790502 0.4208067 0.6643329 0.4231148 0.6666579 0.4285569 0.7630315 0.4671624 0.7521567 0.4583363 0.744975 0.4904593 0.7630315 0.4671624 0.7829576 0.4407017 0.7686727 0.437665 0.7234247 0.5149112 0.7103862 0.5019155 0.6989116 0.5397202 0.7234247 0.5149112 0.744975 0.4904593 0.732778 0.4798201 0.004830777 0.9545575 0.006306648 0.9603032 0.01199257 0.9512634 0.004830777 0.9545575 0.01199257 0.9512634 0.0129922 0.9459006 0.004915714 0.9445728 0.004621505 0.9490043 0.01303297 0.9421232 0.004915714 0.9445728 0.01303297 0.9421232 0.005412817 0.9409742 0.01750296 0.8996642 0.01523762 0.895313 0.01334035 0.908277 0.01750296 0.8996642 0.01334035 0.908277 0.02376383 0.9102249 0.005824506 0.9318775 0.005990326 0.935018 0.01369029 0.9334184 0.005824506 0.9318775 0.01400935 0.9307045 0.005486667 0.9286177 0.02846878 0.8917053 0.0259279 0.8905473 0.02254623 0.8946545 0.02312988 0.8982397 0.02254623 0.8946545 0.01750296 0.8996642 0.02312988 0.8982397 0.02623951 0.9018828 0.03010165 0.8980485 0.1927756 0.9955919 0.215725 0.9927411 0.1937779 0.9879883 0.1927756 0.9955919 0.1937779 0.9879883 0.1740518 0.9874346 0.2434638 0.9850986 0.2700064 0.9721542 0.2620975 0.9630215 0.2434638 0.9850986 0.2399682 0.9750794 0.2148506 0.9838107 0.2893671 0.9533976 0.3037495 0.9321345 0.2936515 0.9274805 0.2893671 0.9533976 0.2794414 0.9470764 0.2700064 0.9721542 0.05350214 0.9885172 0.06112074 0.9800084 0.04683548 0.9849953 0.1520562 0.9960146 0.1723184 0.9959251 0.1532454 0.9891275 0.1520562 0.9960146 0.1532454 0.9891275 0.1339108 0.9959236 0.3153567 0.9116705 0.3248119 0.8909043 0.3128412 0.888352 0.3153567 0.9116705 0.3053716 0.9084139 0.3037495 0.9321345 0.03994441 0.9807124 0.04683548 0.9849953 0.05439954 0.9766994 0.03994441 0.9807124 0.04799634 0.9722226 0.03236579 0.9764527 0.3959739 0.6893702 0.4038162 0.6775084 0.3845319 0.677733 0.02363657 0.9730007 0.03236579 0.9764527 0.03031599 0.9648218 0.02363657 0.9730007 0.03031599 0.9648218 0.02235573 0.9625324 0.009811937 0.9653121 0.01681005 0.9595304 0.01343649 0.9557844 0.009811937 0.9653121 0.01552814 0.9695545 0.01681005 0.9595304 0.5597392 0.6361319 0.5842433 0.6240063 0.574635 0.6064098 0.6129689 0.6072732 0.6431365 0.5869588 0.6318491 0.5717614 0.6129689 0.6072732 0.6026923 0.5910611 0.5842433 0.6240063 0.6719665 0.5640886 0.6989116 0.5397202 0.6857244 0.524868 0.6719664 0.5640886 0.6595359 0.5489235 0.6431366 0.5869588 0.9822527 0.06661802 0.9836173 0.06644099 0.98663 0.03355211 0.9822527 0.06661802 0.9838383 0.04695445 0.9795014 0.06024581 0.9838383 0.04695445 0.98663 0.03355211 0.973366 0.06290984 0.9838383 0.04695445 0.973366 0.06290984 0.9795014 0.06024581 0.9760529 0.08761745 0.9754776 0.09367793 0.9836173 0.06644099 0.9760529 0.08761745 0.9822527 0.06661802 0.9772038 0.07549655 0.9760529 0.08761745 0.9772038 0.07549655 0.9687388 0.1090341 0.9633346 0.1068521 0.9711524 0.08339166 0.9693945 0.08045989 0.9633346 0.1068521 0.9589025 0.1092069 0.9555168 0.1303126 0.962891 0.1242465 0.9687388 0.1090341 0.9745033 0.08292579 0.962891 0.1242465 0.9649277 0.1125983 0.9577762 0.1363569 0.962891 0.1242465 0.9577762 0.1363569 0.9559182 0.1418368 0.9649277 0.1125983 0.9745033 0.08292579 0.9711524 0.08339166 0.909662 0.2317767 0.9141207 0.2199229 0.8991964 0.2467926 0.9308348 0.1783583 0.9406596 0.1590303 0.9390978 0.1537225 0.9308348 0.1783583 0.9249726 0.1803796 0.92101 0.1976864 0.8723163 0.2891271 0.8837555 0.2720884 0.882331 0.2707973 0.8723163 0.2891271 0.8765794 0.2782471 0.8609323 0.3041973 0.8920557 0.2442547 0.9001771 0.231162 0.9020317 0.2202189 0.8920557 0.2442547 0.88913 0.2416091 0.8839343 0.2573474 0.8917168 0.2565678 0.8991964 0.2467926 0.9085056 0.2256115 0.8917168 0.2565678 0.8956484 0.2458027 0.8857304 0.2637227 0.8917168 0.2565678 0.8857304 0.2637227 0.882331 0.2707973 0.8956483 0.2458027 0.9085056 0.2256115 0.9001771 0.231162 0.8956484 0.2458027 0.8920557 0.2442547 0.8839343 0.2573474 0.836368 0.3464691 0.8400604 0.3328956 0.8266483 0.3630424 0.8560274 0.298832 0.8513375 0.2986189 0.8480721 0.310447 0.8531363 0.313812 0.8609323 0.3041973 0.870675 0.2841417 0.8531363 0.313812 0.8573058 0.3036612 0.8471344 0.3206991 0.8531363 0.313812 0.8471344 0.3206991 0.8445296 0.3264734 0.8573058 0.3036612 0.870675 0.2841417 0.8639826 0.2872169 0.8573058 0.3036612 0.8560274 0.298832 0.8480721 0.310447 0.7931626 0.41825 0.7824762 0.4180074 0.7829576 0.4407017 0.7931626 0.41825 0.8011242 0.3976899 0.7949233 0.3988565 0.8024546 0.4065556 0.7931626 0.41825 0.7829576 0.4407017 0.8024546 0.4065556 0.8119419 0.3902446 0.8091934 0.388086 0.8024546 0.4065556 0.805293 0.3936196 0.7931626 0.41825 0.8201605 0.3568621 0.8158604 0.3560575 0.8127135 0.3704493 0.8188397 0.3739388 0.8266483 0.3630424 0.8351279 0.3384093 0.8188397 0.3739388 0.8225068 0.3616148 0.8119868 0.3819968 0.8188397 0.3739388 0.8119868 0.3819968 0.8091934 0.388086 0.005812048 0.9379197 0.005990326 0.935018 0.01355868 0.9362 0.005812048 0.9379197 0.01355868 0.9362 0.0134083 0.9390886 0.005824506 0.9318775 0.01400935 0.9307045 0.01369029 0.9334184 0.4139045 0.7063496 0.403257 0.7138406 0.3959739 0.6893702 0.393763 0.7201192 0.3771646 0.7082423 0.3873504 0.7000191 0.393763 0.7201192 0.3841224 0.7255811 0.3771646 0.7082423 0.3248087 0.7236657 0.3416901 0.7030389 0.3350639 0.7273751 0.3316447 0.696748 0.3416901 0.7030389 0.3248087 0.7236657 0.3065445 0.7059796 0.3316447 0.696748 0.3145534 0.7199563 0.393763 0.7201192 0.403257 0.7138406 0.3873504 0.7000191 0.4139045 0.7063496 0.3959739 0.6893702 0.403257 0.7138406 0.3730351 0.7306216 0.3506308 0.7213138 0.3629069 0.7358494 0.3730351 0.7306216 0.3841224 0.7255811 0.3650476 0.7150153 0.393763 0.7201192 0.3771646 0.7082423 0.3841224 0.7255811 0.3730351 0.7306216 0.3629069 0.7358494 0.3506308 0.7213138 0.3534464 0.7477439 0.3348209 0.7425284 0.3629069 0.7358494 0.473978 0.652705 0.435359 0.6678867 0.4539759 0.6274356 0.5163646 0.6322368 0.473978 0.652705 0.4966622 0.6075662 0.5502472 0.6173945 0.5163646 0.6322368 0.5292124 0.5919764 0.4863744 0.6711465 0.473978 0.652705 0.4512644 0.6873368 0.5163646 0.6322369 0.4966622 0.6075662 0.473978 0.652705 0.5267427 0.6513961 0.5163646 0.6322369 0.4863744 0.6711465 0.5502472 0.6173946 0.5292124 0.5919764 0.5163646 0.6322369 0.4863744 0.6711465 0.4512644 0.6873368 0.473978 0.652705 0.5267427 0.6513961 0.4863744 0.6711465 0.5163646 0.6322368 0.5597392 0.6361319 0.5267427 0.6513961 0.5502472 0.6173945 0.5597392 0.6361319 0.5502472 0.6173946 0.5267427 0.6513961 0.4512644 0.6873368 0.4266831 0.6984806 0.435359 0.6678867 0.4512644 0.6873368 0.435359 0.6678867 0.4266831 0.6984806 0.435359 0.6678867 0.3984447 0.6762833 0.4124846 0.6405856 0.0965994 0.9948859 0.113882 0.9955447 0.1015118 0.9881578 0.0965994 0.9948859 0.1015118 0.9881578 0.08631873 0.9862195 0.113882 0.9955447 0.1164101 0.9883871 0.1350591 0.987757 0.0965994 0.9948859 0.1015118 0.9881578 0.113882 0.9955447 0.0965994 0.9948859 0.07892596 0.9935612 0.08631873 0.9862195 0.07892596 0.9935612 0.06159615 0.9912062 0.08631873 0.9862195 0.113882 0.9955447 0.1339108 0.9959236 0.1350591 0.987757 0.3534464 0.7477439 0.3490306 0.7698183 0.3348209 0.7425284 0.3534464 0.7477439 0.3348209 0.7425283 0.3490306 0.7698183 0.3453896 0.8024209 0.3329663 0.8001166 0.3404944 0.8351368 0.3453896 0.8024209 0.3404944 0.8351367 0.3329663 0.8001166 0.2400261 0.7910601 0.2395046 0.8177496 0.246284 0.8182957 0.2400261 0.7910601 0.2458677 0.7904795 0.246284 0.8182957 0.3490306 0.7698183 0.3453896 0.8024209 0.3329663 0.8001166 0.3490306 0.7698183 0.3342778 0.7670995 0.3329663 0.8001166 0.8361492 0.6512451 0.8399185 0.655838 0.827866 0.6550123 0.815908 0.6545548 0.8105486 0.6522032 0.8322058 0.6455193 0.3907597 0.7655156 0.4381112 0.7663305 0.4315991 0.773015 0.5052119 0.7718526 0.4315991 0.773015 0.4381112 0.7663305 0.5747532 0.7576154 0.5052119 0.7718526 0.5097891 0.7643347 0.636353 0.7451686 0.5747532 0.7576154 0.5779106 0.7522733 0.6402292 0.7402898 0.6480709 0.7359493 0.6479358 0.7389255 0.6479358 0.7389255 0.6575406 0.7347172 0.6475811 0.7427163 0.6575406 0.7347172 0.7640051 0.6896601 0.6678631 0.7337794 0.6480709 0.7359493 0.7510181 0.6892044 0.6575406 0.7347172 0.7510181 0.6892044 0.7619625 0.6851798 0.7640051 0.6896601 0.7640051 0.6896601 0.7785998 0.684738 0.7773987 0.6895204 0.7917461 0.6788039 0.7785998 0.684738 0.7777085 0.6787766 0.8136768 0.6756873 0.796648 0.6829296 0.7917461 0.6788039 0.8410674 0.6764602 0.796648 0.6829296 0.8136768 0.6756873 0.8785797 0.6746655 0.8410674 0.6764602 0.849646 0.6705551 0.8430138 0.5386439 0.8407429 0.5644992 0.836327 0.5399559 0.8407429 0.5644992 0.8149905 0.6036238 0.8317072 0.5659103 0.7997098 0.6372351 0.8071658 0.6048502 0.8149905 0.6036238 0.8105486 0.6522032 0.7997098 0.6372351 0.8156759 0.6341893 0.8361492 0.6512451 0.8322058 0.6455193 0.8387112 0.6441394 0.8399185 0.655838 0.8361492 0.6512451 0.8408482 0.648874 0.9014478 0.6733296 0.9089531 0.6582131 0.9260792 0.6708811 0.9291439 0.6485381 0.9321972 0.6572098 0.9089531 0.6582131 0.8945125 0.6320712 0.8878436 0.6263252 0.9002865 0.6209346 0.9055219 0.6477216 0.8945125 0.6320712 0.9081211 0.6279293 0.9055219 0.6477216 0.9253005 0.6428793 0.9114236 0.65236 0.4572542 0.8591213 0.4476404 0.8664652 0.4416955 0.8682168 0.5202065 0.8317024 0.4572542 0.8591213 0.4569222 0.8564621 0.5832322 0.8113055 0.5202065 0.8317024 0.5195391 0.8290529 0.6197571 0.7992053 0.5832322 0.8113055 0.5836384 0.8091595 0.6279196 0.7969598 0.6197571 0.7992053 0.6209887 0.7969034 0.6275826 0.7960985 0.6329388 0.7934779 0.6279196 0.7969598 0.6388061 0.790736 0.6403318 0.7917413 0.6338673 0.7945524 0.6222202 0.7946015 0.6293792 0.7916153 0.6272455 0.7952371 0.6293792 0.7916153 0.6343761 0.7880738 0.6320104 0.7924034 0.7194848 0.7595634 0.6403318 0.7917413 0.6388061 0.790736 0.6343761 0.7880738 0.7160928 0.752465 0.6372804 0.7897306 0.7192802 0.75602 0.7160928 0.752465 0.7363543 0.7437866 0.7367682 0.7489014 0.7517042 0.7446179 0.7407077 0.7519426 0.7517042 0.7446179 0.7367682 0.7489014 0.7363543 0.7437866 0.7517042 0.7446179 0.8213276 0.7194319 0.7521997 0.7490211 0.7519466 0.7408943 0.811192 0.7169804 0.7517042 0.7446179 0.8213276 0.7194319 0.8735284 0.6942018 0.8287922 0.7200849 0.811192 0.7169804 0.8623554 0.6945322 0.8213276 0.7194319 0.8849759 0.7936469 0.8779582 0.7891 0.8843724 0.7864882 0.8779582 0.7891 0.8849759 0.7936469 0.8698214 0.7955672 0.4696249 0.9768714 0.5129373 0.9435756 0.4775593 0.9828952 0.5129373 0.9435756 0.5774886 0.9021545 0.5203118 0.9469105 0.6363967 0.8680882 0.5802652 0.9040074 0.5774886 0.9021545 0.6878914 0.8399883 0.6363967 0.8680882 0.6351004 0.8658256 0.7004475 0.8356247 0.6878914 0.8399883 0.6942434 0.8327057 0.703208 0.8301529 0.6942434 0.8327057 0.6967216 0.8284379 0.8096127 0.7971507 0.703208 0.8301529 0.712792 0.823989 0.8010638 0.805799 0.7004475 0.8356247 0.703208 0.8301529 0.8090443 0.8031988 0.8010638 0.805799 0.8096127 0.7971507 0.818261 0.7946715 0.8096127 0.7971507 0.8101102 0.793262 0.8235249 0.7977924 0.8090443 0.8031988 0.818261 0.7946715 0.8306572 0.7939155 0.818261 0.7946715 0.8363442 0.7843166 0.8863879 0.7605757 0.8385164 0.7900674 0.8363442 0.7843166 0.8760585 0.759469 0.9151384 0.7301831 0.8863879 0.7605757 0.9001004 0.8323488 0.9349285 0.8442998 0.9301458 0.8485816 0.8949261 0.8362299 0.8699553 0.8186974 0.9001004 0.8323488 0.8699553 0.8186974 0.8672289 0.8006788 0.8824917 0.8114085 0.8912718 0.7831385 0.8894491 0.7912389 0.8843724 0.7864882 0.8917486 0.7767011 0.8912718 0.7831385 0.8852701 0.7793529 0.947309 0.776153 0.9536271 0.7666772 0.9618378 0.7721317 0.9536271 0.7666772 0.9640816 0.7433279 0.9708476 0.7633517 0.4416955 0.8682168 0.4643451 0.8697231 0.4357506 0.8699685 0.4643451 0.8697231 0.5300858 0.8484894 0.4657617 0.8722205 0.5300858 0.8484894 0.5898765 0.8239735 0.5324859 0.8501148 0.5898765 0.8239735 0.6239166 0.8088478 0.5912573 0.8252345 0.6239166 0.8088478 0.6299073 0.8051188 0.626559 0.8092771 0.6299073 0.8051188 0.6350373 0.8035666 0.630649 0.8059616 0.6412895 0.7998299 0.6410858 0.8012274 0.6347336 0.8024773 0.6329307 0.8066931 0.626559 0.8092771 0.630649 0.8059616 0.6382927 0.8054167 0.6329307 0.8066931 0.6353411 0.8046559 0.7276386 0.7779548 0.640882 0.8026249 0.6410858 0.8012274 0.7304726 0.7811419 0.6382927 0.8054167 0.640882 0.8026249 0.7415903 0.7676475 0.7423576 0.7696954 0.7217742 0.7746549 0.7431249 0.7717433 0.7472931 0.7742806 0.7276386 0.7779548 0.7431249 0.7717433 0.7572772 0.7637314 0.7472931 0.7742806 0.7572772 0.7637314 0.7431249 0.7717433 0.7423576 0.7696954 0.8386666 0.7401829 0.7592968 0.767332 0.7572772 0.7637314 0.7564148 0.7626513 0.8384969 0.7369139 0.7572772 0.7637314 0.8905025 0.7226026 0.8386666 0.7401829 0.8385172 0.7379799 0.8384969 0.7369139 0.889352 0.7156429 0.8385172 0.7379799 0.9467516 0.6985859 0.8897116 0.7182031 0.889352 0.7156429 0.6479358 0.7389255 0.6475811 0.7427163 0.6402292 0.7402898 0.8785797 0.6746655 0.8871474 0.6607449 0.9014478 0.6733296 0.9055219 0.6477216 0.9114236 0.65236 0.9089531 0.6582131 0.8875923 0.6207275 0.8878436 0.6263252 0.8625626 0.6317493 0.8625626 0.6317493 0.8638415 0.6368933 0.8387112 0.6441394 0.8695598 0.6426197 0.8638415 0.6368933 0.8878436 0.6263252 0.8638415 0.6368933 0.8695598 0.6426197 0.8408482 0.648874 0.9192479 0.7851749 0.9202696 0.7791087 0.947309 0.776153 0.8894491 0.7912389 0.8912718 0.7831385 0.9202696 0.7791087 0.9202696 0.7791087 0.9218846 0.771714 0.9536271 0.7666772 0.8912718 0.7831385 0.8917486 0.7767011 0.9218846 0.771714 0.8623554 0.6945322 0.8785797 0.6746655 0.8735284 0.6942018 0.8735284 0.6942018 0.9014478 0.6733296 0.8800554 0.6963958 0.7519466 0.7408943 0.7527462 0.732885 0.8000259 0.7154011 0.5072484 0.9359321 0.5129373 0.9435756 0.4718797 0.9624114 0.7991491 0.6536808 0.8105486 0.6522032 0.8090534 0.6578102 0.8699553 0.8186974 0.8633447 0.8231788 0.8598791 0.8058224 0.8090443 0.8031988 0.8103567 0.8078734 0.7844834 0.8158816 0.8430138 0.5386439 0.8509585 0.5371037 0.8574534 0.5612204 0.8156759 0.6341893 0.8249195 0.6313015 0.833753 0.640139 0.9434811 0.6743072 0.9260792 0.6708811 0.9491005 0.6575908 0.9491005 0.6575908 0.9321972 0.6572098 0.9453366 0.6461052 0.9368025 0.6392417 0.9253005 0.6428793 0.9176244 0.6242494 0.9453366 0.6461052 0.9291439 0.6485381 0.9368025 0.6392417 0.4613896 0.8607289 0.4572542 0.8591213 0.5213024 0.8387007 0.5213024 0.8387007 0.5202065 0.8317024 0.5863237 0.815115 0.5863237 0.815115 0.5832322 0.8113055 0.6217076 0.801743 0.6279196 0.7969598 0.6294506 0.798663 0.6217076 0.801743 0.6338673 0.7945524 0.634115 0.7965055 0.6294506 0.798663 0.7194848 0.7595634 0.7180231 0.7648438 0.6404263 0.7936416 0.7521997 0.7490211 0.7527757 0.7538582 0.7434043 0.7565736 0.8287922 0.7200849 0.8344135 0.7240725 0.7527757 0.7538582 0.8800554 0.6963958 0.8844241 0.7011971 0.8344135 0.7240725 0.8934897 0.8069412 0.8824917 0.8114085 0.8939635 0.7957183 0.9839335 0.7348184 0.9959022 0.7293238 0.9854238 0.7614198 0.9959022 0.7293238 0.9839335 0.7348184 0.9921225 0.7203696 0.4601135 0.8642511 0.461521 0.8657384 0.4551352 0.8642212 0.461521 0.8657384 0.4601135 0.8642511 0.5244551 0.842771 0.586917 0.8193626 0.5877063 0.8210376 0.5244551 0.842771 0.620009 0.805509 0.6206416 0.8069638 0.586917 0.8193626 0.6288156 0.8018925 0.6289907 0.8030843 0.620009 0.805509 0.6331256 0.8000297 0.6339296 0.8012535 0.6288156 0.8018925 0.6400787 0.7987526 0.6388679 0.7976751 0.7199751 0.7691842 0.7539367 0.7588458 0.7555525 0.7615712 0.7430739 0.7629798 0.8347982 0.7310205 0.8384766 0.735848 0.7539367 0.7588458 0.8384766 0.735848 0.8347982 0.7310205 0.8856015 0.7066332 0.9457028 0.6828757 0.9461808 0.6895585 0.8856015 0.7066332 0.8894491 0.7912389 0.897998 0.7939042 0.8939635 0.7957183 0.634115 0.7965055 0.6338673 0.7945524 0.6404263 0.7936416 0.6388679 0.7976751 0.6400787 0.7987526 0.6331256 0.8000297 0.9260792 0.6708811 0.9434811 0.6743072 0.8844241 0.7011971 0.8321476 0.536023 0.8451431 0.5301396 0.8430138 0.5386439 0.9368025 0.6392417 0.9176244 0.6242494 0.9488158 0.6308804 0.9368025 0.6392417 0.9488158 0.6308804 0.9566882 0.6361644 0.9457028 0.6828757 0.8856015 0.7066332 0.8844241 0.7011971 0.8347982 0.7310205 0.8344135 0.7240725 0.8856015 0.7066332 0.7539367 0.7588458 0.7527757 0.7538582 0.8347982 0.7310205 0.7430739 0.7629798 0.7434043 0.7565736 0.7539367 0.7588458 0.7180231 0.7648438 0.7199751 0.7691842 0.6388679 0.7976751 0.6331256 0.8000297 0.634115 0.7965055 0.6388679 0.7976751 0.6288156 0.8018925 0.6294506 0.798663 0.6331256 0.8000297 0.620009 0.805509 0.6217076 0.801743 0.6288156 0.8018925 0.586917 0.8193626 0.5863237 0.815115 0.620009 0.805509 0.5244551 0.842771 0.5213024 0.8387007 0.586917 0.8193626 0.5213024 0.8387007 0.5244551 0.842771 0.4601135 0.8642511 0.6856998 0.8326496 0.6967216 0.8284379 0.6942434 0.8327057 0.7430739 0.7629798 0.7375407 0.7658187 0.7388743 0.7584368 0.7338109 0.7542729 0.7407077 0.7519426 0.7388743 0.7584368 0.736484 0.7654599 0.7377843 0.758783 0.7375407 0.7658187 0.7338109 0.7542729 0.7388743 0.7584368 0.7377843 0.758783 0.7311962 0.7596665 0.7332369 0.7570081 0.7344294 0.7602503 0.7332369 0.7570081 0.7311962 0.7596665 0.7269101 0.7605401 0.7334154 0.7639524 0.7354273 0.7651012 0.7277418 0.7648963 0.7344294 0.7602503 0.7366943 0.7591291 0.7334154 0.7639524 0.7277418 0.7648963 0.7199751 0.7691842 0.726451 0.7625904 0.7194848 0.7595634 0.7269101 0.7605401 0.726451 0.7625904 0.726451 0.7625904 0.7300851 0.7626702 0.7311849 0.7632866 0.7332369 0.7570081 0.7194848 0.7595634 0.7193825 0.7577917 0.7367682 0.7489014 0.7407077 0.7519426 0.7338109 0.7542729 0.736484 0.7654599 0.7208746 0.7719196 0.7354273 0.7651012 0.7217742 0.7746549 0.7375407 0.7658187 0.7415903 0.7676475 0.4572542 0.8591213 0.4551352 0.8642212 0.4513878 0.8653432 0.827866 0.6550123 0.8399185 0.655838 0.8361492 0.6512451 0.8322058 0.6455193 0.8105486 0.6522032 0.815908 0.6545548 0.3907597 0.7655156 0.3865845 0.7723135 0.4315991 0.773015 0.4381112 0.7663305 0.4315991 0.773015 0.5052119 0.7718526 0.5097891 0.7643347 0.5052119 0.7718526 0.5747532 0.7576154 0.5779106 0.7522733 0.5747532 0.7576154 0.636353 0.7451686 0.6575406 0.7347172 0.6480709 0.7359493 0.6479358 0.7389255 0.6678631 0.7337794 0.6575406 0.7347172 0.6475811 0.7427163 0.7773987 0.6895204 0.7640051 0.6896601 0.6678631 0.7337794 0.7640051 0.6896601 0.7510181 0.6892044 0.6575406 0.7347172 0.7785998 0.684738 0.7619625 0.6851798 0.7640051 0.6896601 0.796648 0.6829296 0.7785998 0.684738 0.7773987 0.6895204 0.7619625 0.6851798 0.7785998 0.684738 0.7777085 0.6787766 0.7785998 0.684738 0.796648 0.6829296 0.7917461 0.6788039 0.8136768 0.6756873 0.796648 0.6829296 0.8410674 0.6764602 0.849646 0.6705551 0.8410674 0.6764602 0.8785797 0.6746655 0.8317072 0.5659103 0.8407429 0.5644992 0.836327 0.5399559 0.8071658 0.6048502 0.8149905 0.6036238 0.8317072 0.5659103 0.8149905 0.6036238 0.8071658 0.6048502 0.7997098 0.6372351 0.8156759 0.6341893 0.7997098 0.6372351 0.8105486 0.6522032 0.8387112 0.6441394 0.8322058 0.6455193 0.8361492 0.6512451 0.8408482 0.648874 0.8361492 0.6512451 0.8399185 0.655838 0.9321972 0.6572098 0.9089531 0.6582131 0.9260792 0.6708811 0.9089531 0.6582131 0.9321972 0.6572098 0.9291439 0.6485381 0.8878436 0.6263252 0.9002865 0.6209346 0.8875923 0.6207275 0.9002865 0.6209346 0.8878436 0.6263252 0.8945125 0.6320712 0.9081211 0.6279293 0.8945125 0.6320712 0.9055219 0.6477216 0.9291439 0.6485381 0.9253005 0.6428793 0.9114236 0.65236 0.4416955 0.8682168 0.4476404 0.8664652 0.4572542 0.8591213 0.4569222 0.8564621 0.4572542 0.8591213 0.5202065 0.8317024 0.5195391 0.8290529 0.5202065 0.8317024 0.5832322 0.8113055 0.5836384 0.8091595 0.5832322 0.8113055 0.6197571 0.7992053 0.6209887 0.7969034 0.6197571 0.7992053 0.6279196 0.7969598 0.6338673 0.7945524 0.6329388 0.7934779 0.6279196 0.7969598 0.6338673 0.7945524 0.6403318 0.7917413 0.6388061 0.790736 0.6320104 0.7924034 0.6293792 0.7916153 0.6272455 0.7952371 0.6372804 0.7897306 0.6343761 0.7880738 0.6320104 0.7924034 0.6388061 0.790736 0.6403318 0.7917413 0.7194848 0.7595634 0.7192802 0.75602 0.7160928 0.752465 0.6372804 0.7897306 0.7363543 0.7437866 0.7160928 0.752465 0.7192802 0.75602 0.7521997 0.7490211 0.7517042 0.7446179 0.7407077 0.7519426 0.7363543 0.7437866 0.7367682 0.7489014 0.7517042 0.7446179 0.8287922 0.7200849 0.8213276 0.7194319 0.7521997 0.7490211 0.8213276 0.7194319 0.811192 0.7169804 0.7517042 0.7446179 0.8800554 0.6963958 0.8735284 0.6942018 0.8287922 0.7200849 0.8852701 0.7793529 0.8779582 0.7891 0.8843724 0.7864882 0.8672289 0.8006788 0.8849759 0.7936469 0.8698214 0.7955672 0.5802652 0.9040074 0.5774886 0.9021545 0.5203118 0.9469105 0.5774886 0.9021545 0.5802652 0.9040074 0.6363967 0.8680882 0.6351004 0.8658256 0.6363967 0.8680882 0.6878914 0.8399883 0.6942434 0.8327057 0.6878914 0.8399883 0.7004475 0.8356247 0.6967216 0.8284379 0.6942434 0.8327057 0.703208 0.8301529 0.712792 0.823989 0.703208 0.8301529 0.8096127 0.7971507 0.703208 0.8301529 0.7004475 0.8356247 0.8010638 0.805799 0.8096127 0.7971507 0.8010638 0.805799 0.8090443 0.8031988 0.8101102 0.793262 0.8096127 0.7971507 0.818261 0.7946715 0.818261 0.7946715 0.8090443 0.8031988 0.8235249 0.7977924 0.8363442 0.7843166 0.818261 0.7946715 0.8306572 0.7939155 0.8363442 0.7843166 0.8385164 0.7900674 0.8863879 0.7605757 0.9301458 0.8485816 0.9349285 0.8442998 0.9001004 0.8323488 0.8824917 0.8114085 0.8699553 0.8186974 0.9001004 0.8323488 0.8849759 0.7936469 0.8672289 0.8006788 0.8824917 0.8114085 0.8849759 0.7936469 0.8894491 0.7912389 0.8843724 0.7864882 0.8843724 0.7864882 0.8912718 0.7831385 0.8852701 0.7793529 0.9618378 0.7721317 0.947309 0.776153 0.9520216 0.7836588 0.9708476 0.7633517 0.9536271 0.7666772 0.9618378 0.7721317 0.9839335 0.7348184 0.9640816 0.7433279 0.9708476 0.7633517 0.4657617 0.8722205 0.4643451 0.8697231 0.4357506 0.8699685 0.5324859 0.8501148 0.5300858 0.8484894 0.4657617 0.8722205 0.5912573 0.8252345 0.5898765 0.8239735 0.5324859 0.8501148 0.626559 0.8092771 0.6239166 0.8088478 0.5912573 0.8252345 0.630649 0.8059616 0.6299073 0.8051188 0.626559 0.8092771 0.6353411 0.8046559 0.6350373 0.8035666 0.630649 0.8059616 0.6350373 0.8035666 0.6410858 0.8012274 0.6347336 0.8024773 0.630649 0.8059616 0.626559 0.8092771 0.6329307 0.8066931 0.6353411 0.8046559 0.6329307 0.8066931 0.6382927 0.8054167 0.6410858 0.8012274 0.640882 0.8026249 0.7276386 0.7779548 0.640882 0.8026249 0.6382927 0.8054167 0.7304726 0.7811419 0.7247064 0.7763049 0.7423576 0.7696954 0.7217742 0.7746549 0.7304726 0.7811419 0.7472931 0.7742806 0.7276386 0.7779548 0.7592968 0.767332 0.7572772 0.7637314 0.7472931 0.7742806 0.7423576 0.7696954 0.7431249 0.7717433 0.7572772 0.7637314 0.7572772 0.7637314 0.7592968 0.767332 0.8386666 0.7401829 0.8385172 0.7379799 0.8384969 0.7369139 0.7572772 0.7637314 0.8385172 0.7379799 0.8386666 0.7401829 0.8905025 0.7226026 0.8897116 0.7182031 0.889352 0.7156429 0.8385172 0.7379799 0.8897116 0.7182031 0.8905025 0.7226026 0.9485555 0.7047944 0.889352 0.7156429 0.8897116 0.7182031 0.9467516 0.6985859 0.636353 0.7451686 0.6475811 0.7427163 0.6402292 0.7402898 0.9089531 0.6582131 0.8871474 0.6607449 0.9014478 0.6733296 0.9089531 0.6582131 0.9114236 0.65236 0.9055219 0.6477216 0.8638415 0.6368933 0.8878436 0.6263252 0.8625626 0.6317493 0.8408482 0.648874 0.8638415 0.6368933 0.8387112 0.6441394 0.8878436 0.6263252 0.8638415 0.6368933 0.8695598 0.6426197 0.8428289 0.6549546 0.8695598 0.6426197 0.8408482 0.648874 0.947309 0.776153 0.9202696 0.7791087 0.9192479 0.7851749 0.9202696 0.7791087 0.8912718 0.7831385 0.8894491 0.7912389 0.9536271 0.7666772 0.9218846 0.771714 0.9202696 0.7791087 0.9218846 0.771714 0.8917486 0.7767011 0.8912718 0.7831385 0.9014478 0.6733296 0.8785797 0.6746655 0.8735284 0.6942018 0.9260792 0.6708811 0.9014478 0.6733296 0.8800554 0.6963958 0.7773987 0.6895204 0.6678631 0.7337794 0.7642491 0.7023133 0.4565901 0.8538029 0.5188717 0.8264034 0.4554781 0.8454729 0.7109924 0.7465902 0.6278138 0.7887755 0.6343761 0.7880738 0.6967216 0.8284379 0.712792 0.823989 0.7011924 0.8232926 0.8823077 0.7430602 0.8487311 0.764223 0.8760585 0.759469 0.5840447 0.8070135 0.6222202 0.7946015 0.5876685 0.8017011 0.5996179 0.8278032 0.6343054 0.8103302 0.626559 0.8092771 0.7777085 0.6787766 0.7917461 0.6788039 0.7804356 0.6750563 0.8136768 0.6756873 0.849646 0.6705551 0.8325586 0.6656308 0.7997098 0.6372351 0.8071658 0.6048502 0.7877907 0.6389058 0.827866 0.6550123 0.815908 0.6545548 0.821897 0.6593318 0.8235249 0.7977924 0.8090443 0.8031988 0.8248112 0.8023921 0.9479192 0.8518775 0.9301458 0.8485816 0.9352873 0.8561323 0.8428289 0.6549546 0.8399185 0.655838 0.8494104 0.6568906 0.9321972 0.6572098 0.9260792 0.6708811 0.9491005 0.6575908 0.9291439 0.6485381 0.9321972 0.6572098 0.9453366 0.6461052 0.9002865 0.6209346 0.9081211 0.6279293 0.9052791 0.6178551 0.9081211 0.6279293 0.9253005 0.6428793 0.9176244 0.6242494 0.9253005 0.6428793 0.9291439 0.6485381 0.9368025 0.6392417 0.5202065 0.8317024 0.4572542 0.8591213 0.5213024 0.8387007 0.5832322 0.8113055 0.5202065 0.8317024 0.5863237 0.815115 0.6197571 0.7992053 0.5832322 0.8113055 0.6217076 0.801743 0.6217076 0.801743 0.6294506 0.798663 0.6279196 0.7969598 0.6294506 0.798663 0.634115 0.7965055 0.6338673 0.7945524 0.6404263 0.7936416 0.7180231 0.7648438 0.7194848 0.7595634 0.7434043 0.7565736 0.7527757 0.7538582 0.7521997 0.7490211 0.7527757 0.7538582 0.8344135 0.7240725 0.8287922 0.7200849 0.8344135 0.7240725 0.8844241 0.7011971 0.8800554 0.6963958 0.9001004 0.8323488 0.9349285 0.8442998 0.9084316 0.8270771 0.9084316 0.8270771 0.8934897 0.8069412 0.8824917 0.8114085 0.9854238 0.7614198 0.9959022 0.7293238 0.9839335 0.7348184 0.9809534 0.7216694 0.9839335 0.7348184 0.9921225 0.7203696 0.4513878 0.8653432 0.461521 0.8657384 0.4551352 0.8642212 0.5244551 0.842771 0.4601135 0.8642511 0.461521 0.8657384 0.5260705 0.8448174 0.5877063 0.8210376 0.5244551 0.842771 0.5877063 0.8210376 0.6206416 0.8069638 0.586917 0.8193626 0.6206416 0.8069638 0.6289907 0.8030843 0.620009 0.805509 0.6289907 0.8030843 0.6339296 0.8012535 0.6288156 0.8018925 0.7199751 0.7691842 0.6388679 0.7976751 0.6400787 0.7987526 0.7415903 0.7676475 0.7555525 0.7615712 0.7430739 0.7629798 0.7555525 0.7615712 0.8384766 0.735848 0.7539367 0.7588458 0.8856015 0.7066332 0.8347982 0.7310205 0.8384766 0.735848 0.8889924 0.7130827 0.9461808 0.6895585 0.8856015 0.7066332 0.8387112 0.6441394 0.8625626 0.6317493 0.8400281 0.63934 0.8400281 0.63934 0.833753 0.640139 0.8322058 0.6455193 0.6403318 0.7917413 0.6338673 0.7945524 0.6404263 0.7936416 0.6339296 0.8012535 0.6400787 0.7987526 0.6331256 0.8000297 0.8844241 0.7011971 0.9434811 0.6743072 0.9260792 0.6708811 0.9255205 0.6161676 0.9176244 0.6242494 0.9488158 0.6308804 0.9566882 0.6361644 0.9488158 0.6308804 0.9368025 0.6392417 0.8844241 0.7011971 0.8856015 0.7066332 0.9457028 0.6828757 0.8844241 0.7011971 0.8344135 0.7240725 0.8856015 0.7066332 0.8344135 0.7240725 0.7527757 0.7538582 0.8347982 0.7310205 0.7527757 0.7538582 0.7434043 0.7565736 0.7539367 0.7588458 0.6388679 0.7976751 0.7199751 0.7691842 0.7180231 0.7648438 0.6404263 0.7936416 0.634115 0.7965055 0.6388679 0.7976751 0.634115 0.7965055 0.6294506 0.798663 0.6331256 0.8000297 0.6294506 0.798663 0.6217076 0.801743 0.6288156 0.8018925 0.6217076 0.801743 0.5863237 0.815115 0.620009 0.805509 0.5863237 0.815115 0.5213024 0.8387007 0.586917 0.8193626 0.4601135 0.8642511 0.5244551 0.842771 0.5213024 0.8387007 0.6293792 0.7916153 0.6343761 0.7880738 0.6278138 0.7887755 0.6343054 0.8103302 0.6382927 0.8054167 0.6329307 0.8066931 0.6942434 0.8327057 0.6967216 0.8284379 0.6856998 0.8326496 0.7388743 0.7584368 0.7375407 0.7658187 0.7430739 0.7629798 0.7434043 0.7565736 0.7407077 0.7519426 0.7388743 0.7584368 0.7388743 0.7584368 0.7377843 0.758783 0.7375407 0.7658187 0.7377843 0.758783 0.7388743 0.7584368 0.7338109 0.7542729 0.7366943 0.7591291 0.7332369 0.7570081 0.7344294 0.7602503 0.7269101 0.7605401 0.7311962 0.7596665 0.7332369 0.7570081 0.7199751 0.7691842 0.7354273 0.7651012 0.7277418 0.7648963 0.7354273 0.7651012 0.7366943 0.7591291 0.7334154 0.7639524 0.7180231 0.7648438 0.7199751 0.7691842 0.726451 0.7625904 0.726451 0.7625904 0.7269101 0.7605401 0.7194848 0.7595634 0.7308696 0.7617092 0.7318194 0.7608614 0.7311962 0.7596665 0.7193825 0.7577917 0.7194848 0.7595634 0.7332369 0.7570081 0.7338109 0.7542729 0.7407077 0.7519426 0.7367682 0.7489014 0.7199751 0.7691842 0.7208746 0.7719196 0.7354273 0.7651012 0.7430739 0.7629798 0.7375407 0.7658187 0.7415903 0.7676475 0.4513878 0.8653432 0.4551352 0.8642212 0.4572542 0.8591213 0.3702529 0.6345278 0.3766825 0.6484436 0.363501 0.6450598 0.7269101 0.7605401 0.7308696 0.7617092 0.7300851 0.7626702 0.7329164 0.7614291 0.7344294 0.7602503 0.7324072 0.7632182 0.7324072 0.7632182 0.7334154 0.7639524 0.7311849 0.7632866 0.7311962 0.7596665 0.7318194 0.7608614 0.7308696 0.7617092 0.7318194 0.7608614 0.7311962 0.7596665 0.7329164 0.7614291 0.363501 0.6450598 0.3766825 0.6484436 0.3702529 0.6345278 0.2927544 0.7107343 0.315115 0.7173894 0.3065445 0.7059796 0.7300851 0.7626702 0.7308696 0.7617092 0.7269101 0.7605401 0.7311849 0.7632866 0.7300851 0.7626702 0.726451 0.7625904 0.7334154 0.7639524 0.7344294 0.7602503 0.7324072 0.7632182 0.7277418 0.7648963 0.7334154 0.7639524 0.7311849 0.7632866 0.7344294 0.7602503 0.7311962 0.7596665 0.7329164 0.7614291 0.8640772 0.4718462 0.849186 0.4620282 0.8698618 0.4623093 0.8640772 0.4718462 0.8571742 0.4811433 0.8447111 0.4706004 0.8353845 0.4547923 0.849186 0.4620282 0.8328695 0.4628796 0.8353845 0.4547923 0.8378404 0.4459322 0.8531035 0.4529866 0.7747561 0.4748533 0.7831143 0.461494 0.7885962 0.4667584 0.7889749 0.4784623 0.7823386 0.4767935 0.7934541 0.4713563 0.7889749 0.4784623 0.7881719 0.4859887 0.7805671 0.4872542 0.7747561 0.4748533 0.7823386 0.4767935 0.771816 0.4885933 0.7326023 0.08507937 0.7376897 0.1050096 0.7347096 0.1059576 0.7241798 0.09014827 0.7288352 0.08777666 0.7297161 0.1065874 0.7241798 0.09014827 0.7173856 0.07630592 0.7214338 0.07224494 0.7214338 0.07224494 0.7254347 0.06772089 0.7326023 0.08507937 0.6543599 0.06072032 0.6661663 0.04972785 0.6695843 0.05740296 0.6657515 0.06994819 0.6603423 0.06569379 0.6727045 0.06405681 0.6657515 0.06994819 0.6633941 0.07812005 0.6566868 0.07695198 0.6543599 0.06072032 0.6603423 0.06569379 0.6492817 0.07539051 0.9624089 0.4926307 0.9786269 0.507604 0.9674938 0.5131585 0.9510282 0.5115141 0.9562754 0.5028217 0.958002 0.518177 0.9510282 0.5115141 0.9416313 0.5090699 0.9418563 0.4977218 0.9624089 0.4926307 0.9562754 0.5028217 0.9420666 0.4841281 0.2136116 0.04908984 0.213132 0.03769201 0.2203199 0.0498799 0.2136116 0.04908984 0.207755 0.04850411 0.2078361 0.04036945 0.2078361 0.04036945 0.2029827 0.03485685 0.2061765 0.02985465 0.2191758 0.03461647 0.213132 0.03769201 0.2094953 0.02423435 0.2061765 0.02985465 0.1916443 0.02376836 0.2094953 0.02423435 0.2061765 0.02985465 0.2029827 0.03485685 0.1926901 0.03255033 0.1733236 0.01855754 0.1916443 0.02376836 0.1796782 0.03184682 0.1733236 0.01855754 0.1636525 0.003762245 0.1892221 0.01396906 0.1772284 0.08652037 0.1891812 0.08591544 0.1848316 0.1068657 0.1772284 0.08652037 0.1722984 0.06935137 0.1844078 0.06960982 0.1844078 0.06960982 0.1951715 0.06700581 0.2000414 0.08059853 0.1956205 0.1056936 0.1891812 0.08591544 0.2058559 0.09738159 0.2149845 0.07478934 0.2058559 0.09738159 0.2000414 0.08059853 0.2032437 0.05867671 0.2087165 0.06585764 0.1951715 0.06700581 0.2032437 0.05867671 0.207755 0.04850411 0.2136116 0.04908984 0.2149845 0.07478934 0.2087165 0.06585764 0.2203199 0.0498799 0.9660544 0.6902298 0.9726868 0.6853635 0.9749002 0.7128324 0.9661065 0.6683592 0.9726868 0.6853635 0.9591657 0.6713001 0.9661065 0.6683592 0.9727174 0.6644815 0.9790928 0.6780838 0.9809165 0.7062727 0.9726868 0.6853635 0.9868221 0.6952463 0.9925058 0.6752866 0.9868221 0.6952463 0.9790928 0.6780838 0.9786681 0.6587303 0.9850459 0.6659773 0.9727174 0.6644815 0.9888283 0.6534067 0.9850459 0.6659773 0.9824517 0.6523196 0.9925058 0.6752866 0.9850459 0.6659773 0.9960563 0.6549679 0.9888283 0.6534067 0.9887221 0.644735 0.9960563 0.6549679 0.9888283 0.6534067 0.9824517 0.6523196 0.9825614 0.6464635 0.9825614 0.6464635 0.9789463 0.6416979 0.9847018 0.6373944 0.9847018 0.6373944 0.9910112 0.6324442 0.995562 0.6428644 0.9847018 0.6373944 0.9767418 0.6288174 0.9910112 0.6324442 0.9715556 0.6385586 0.9767418 0.6288174 0.9789463 0.6416979 0.9668119 0.6196224 0.9767418 0.6288174 0.9622771 0.6362326 0.9668119 0.6196224 0.97174 0.5994828 0.9823926 0.6171756 0.7898321 0.5544172 0.77954 0.545175 0.7999911 0.5371817 0.7898321 0.5544172 0.7792096 0.5685315 0.7711321 0.5584525 0.7711321 0.5584525 0.7613583 0.5513567 0.766655 0.5396043 0.7883072 0.5294149 0.77954 0.545175 0.7726555 0.5260068 0.7490682 0.5313162 0.7726555 0.5260068 0.766655 0.5396043 0.748192 0.5502273 0.7485843 0.5413768 0.7613583 0.5513567 0.731783 0.5473505 0.7485843 0.5413768 0.7359533 0.5532616 0.7490682 0.5313162 0.7485843 0.5413768 0.7269511 0.5407214 0.731783 0.5473505 0.7227063 0.5543833 0.7269511 0.5407214 0.731783 0.5473505 0.7359533 0.5532616 0.7289623 0.5586574 0.7289623 0.5586574 0.7267021 0.5666543 0.7189852 0.5642737 0.7157102 0.549601 0.7227063 0.5543833 0.7106705 0.5615735 0.7189852 0.5642737 0.7182506 0.5788202 0.7106705 0.5615735 0.7286555 0.5774924 0.7182506 0.5788202 0.7267021 0.5666543 0.7190094 0.5956946 0.7182506 0.5788202 0.7327159 0.589751 0.7190094 0.5956946 0.7044063 0.6022962 0.7071568 0.5802571 0.7286555 0.5774924 0.7267021 0.5666543 0.7332231 0.5683953 0.7441668 0.5739441 0.7376826 0.5763826 0.7386026 0.5691448 0.7441668 0.5739441 0.7558953 0.5809588 0.7446293 0.5851235 0.7286555 0.5774924 0.7376826 0.5763826 0.7327159 0.589751 0.7388003 0.5577371 0.733738 0.5619149 0.7359533 0.5532616 0.7388003 0.5577371 0.7414915 0.5614069 0.7390571 0.5649682 0.7390571 0.5649682 0.7386026 0.5691448 0.7332231 0.5683953 0.7289623 0.5586574 0.733738 0.5619149 0.7267021 0.5666543 0.7574694 0.5594192 0.747983 0.5566575 0.7613583 0.5513567 0.7574694 0.5594192 0.7538642 0.5639169 0.7476644 0.5622606 0.7388003 0.5577371 0.747983 0.5566575 0.7414915 0.5614069 0.7388003 0.5577371 0.7359533 0.5532616 0.748192 0.5502273 0.7676597 0.5764034 0.7634428 0.5667652 0.7792096 0.5685315 0.7556529 0.5701465 0.7634428 0.5667652 0.7558953 0.5809588 0.7574694 0.5594192 0.7634428 0.5667652 0.7538642 0.5639169 0.7574694 0.5594192 0.7613583 0.5513567 0.7711321 0.5584525 0.9715556 0.6385586 0.9789463 0.6416979 0.974299 0.644708 0.9654318 0.648279 0.9672989 0.6444984 0.9709886 0.6473189 0.9654318 0.648279 0.9562669 0.6522778 0.9585288 0.6457838 0.9715556 0.6385586 0.9672989 0.6444984 0.9622771 0.6362326 0.9777781 0.6521803 0.9777592 0.6479079 0.9824517 0.6523196 0.9777781 0.6521803 0.9742718 0.6519755 0.9731116 0.6494677 0.9731116 0.6494677 0.9709886 0.6473189 0.974299 0.644708 0.9825614 0.6464635 0.9777592 0.6479079 0.9789463 0.6416979 0.9690498 0.6579995 0.9744545 0.6556078 0.9727174 0.6644815 0.9690498 0.6579995 0.9676275 0.6555984 0.9711288 0.6540613 0.9777781 0.6521803 0.9744545 0.6556078 0.9742718 0.6519755 0.9777781 0.6521803 0.9824517 0.6523196 0.9786681 0.6587303 0.9661065 0.6683592 0.9591657 0.6713001 0.9561912 0.6597164 0.9631569 0.6546142 0.9628254 0.6591646 0.9562669 0.6522778 0.9690498 0.6579995 0.9628254 0.6591646 0.9676275 0.6555984 0.9661065 0.6683592 0.9628254 0.6591646 0.9727174 0.6644815 0.1921908 0.05979365 0.1993614 0.05499714 0.1951715 0.06700581 0.1921908 0.05979365 0.1910867 0.05589812 0.1959995 0.05254542 0.203602 0.0483272 0.1993614 0.05499714 0.2001125 0.04844015 0.203602 0.0483272 0.207755 0.04850411 0.2032437 0.05867671 0.1844078 0.06960982 0.1722984 0.06935137 0.1727147 0.05853515 0.1853587 0.05450534 0.1829662 0.06024956 0.1759307 0.0506125 0.1921908 0.05979365 0.1829662 0.06024956 0.1910867 0.05589812 0.1921908 0.05979365 0.1951715 0.06700581 0.1844078 0.06960982 0.1926901 0.03255033 0.2029827 0.03485685 0.2000387 0.03862267 0.189718 0.04460018 0.1909835 0.03929758 0.196668 0.04234015 0.189718 0.04460018 0.1759307 0.0506125 0.1793995 0.04212409 0.1926901 0.03255033 0.1909835 0.03929758 0.1796782 0.03184682 0.203602 0.0483272 0.2040362 0.04225075 0.207755 0.04850411 0.203602 0.0483272 0.2001125 0.04844015 0.1995232 0.04469168 0.2000387 0.03862267 0.2040362 0.04225075 0.196668 0.04234015 0.2078361 0.04036945 0.2040362 0.04225075 0.2029827 0.03485685 0.9510282 0.5115141 0.958002 0.518177 0.9517927 0.5221235 0.9448137 0.5219866 0.9475537 0.5172095 0.9487848 0.5249978 0.9413772 0.5159266 0.9475537 0.5172095 0.9404556 0.5200436 0.9413772 0.5159266 0.9416313 0.5090699 0.9510282 0.5115141 0.6657515 0.06994819 0.6727045 0.06405681 0.675229 0.06866818 0.6744652 0.07484924 0.6700143 0.07276457 0.6777432 0.07135444 0.6687057 0.07850122 0.6700143 0.07276457 0.6726112 0.07859873 0.6657515 0.06994819 0.6700143 0.07276457 0.6633941 0.07812005 0.7206957 0.1065804 0.7177479 0.09186857 0.7297161 0.1065874 0.7206957 0.1065804 0.7118532 0.1085544 0.7093511 0.09112614 0.7132427 0.07944095 0.7177479 0.09186857 0.7088243 0.08218795 0.7132427 0.07944095 0.7173856 0.07630592 0.7241798 0.09014827 0.7889749 0.4784623 0.7934541 0.4713563 0.7970643 0.4746212 0.7979013 0.4803093 0.7937187 0.4795886 0.7997837 0.4763395 0.7934846 0.4848708 0.7937187 0.4795886 0.7968148 0.4841396 0.7934846 0.4848708 0.7881719 0.4859887 0.7889749 0.4784623 0.8480343 0.4899606 0.8391214 0.4782339 0.8571742 0.4811433 0.8314133 0.4830673 0.8391214 0.4782339 0.8395606 0.4990971 0.8302365 0.4694214 0.8391214 0.4782339 0.8276882 0.4748238 0.8302365 0.4694214 0.8328695 0.4628796 0.8447111 0.4706004 0.7556529 0.5701465 0.7469432 0.5686298 0.7538642 0.5639169 0.7441668 0.5739441 0.7469432 0.5686298 0.7558953 0.5809588 0.7390571 0.5649682 0.7469432 0.5686298 0.7386026 0.5691448 0.7476644 0.5622606 0.7469432 0.5686298 0.7414915 0.5614069 0.9631569 0.6546142 0.9674149 0.6515426 0.9676275 0.6555984 0.9654318 0.648279 0.9674149 0.6515426 0.9562669 0.6522778 0.9731116 0.6494677 0.9674149 0.6515426 0.9709886 0.6473189 0.9731116 0.6494677 0.9742718 0.6519755 0.9711288 0.6540613 0.189718 0.04460018 0.196668 0.04234015 0.1995232 0.04469168 0.1959995 0.05254542 0.1920875 0.04904794 0.2001125 0.04844015 0.1959995 0.05254542 0.1910867 0.05589812 0.1853587 0.05450534 0.189718 0.04460018 0.1920875 0.04904794 0.1759307 0.0506125 0.8222713 0.460803 0.8237624 0.4527208 0.8328695 0.4628796 0.8222713 0.460803 0.8121866 0.462478 0.8124809 0.454631 0.8255674 0.4434143 0.8237624 0.4527208 0.8131507 0.4453085 0.8255674 0.4434143 0.8378404 0.4459322 0.8353845 0.4547923 0.8018862 0.466012 0.7997012 0.4593405 0.8121866 0.462478 0.8018862 0.466012 0.7934541 0.4713563 0.7885962 0.4667584 0.7974562 0.4514904 0.7997012 0.4593405 0.7831143 0.461494 0.7974562 0.4514904 0.8131507 0.4453085 0.8124809 0.454631 0.7907685 0.4925941 0.7829199 0.4959487 0.7881719 0.4859887 0.7907685 0.4925941 0.798465 0.499833 0.791028 0.5050173 0.7737289 0.4997387 0.7829199 0.4959487 0.7822104 0.5107659 0.7737289 0.4997387 0.771816 0.4885933 0.7805671 0.4872542 0.8129621 0.50926 0.8065223 0.5166004 0.798465 0.499833 0.8257096 0.5294408 0.8065223 0.5166004 0.8308592 0.5197811 0.8257096 0.5294408 0.8198835 0.5387156 0.798976 0.5241512 0.798976 0.5241512 0.7822104 0.5107659 0.791028 0.5050173 0.7934846 0.4848708 0.7968148 0.4841396 0.7995737 0.4867491 0.7995737 0.4867491 0.8064922 0.4904719 0.8031409 0.495777 0.8031409 0.495777 0.798465 0.499833 0.7907685 0.4925941 0.7934846 0.4848708 0.7959324 0.4901104 0.7881719 0.4859887 0.8195973 0.4942103 0.8171886 0.5023403 0.8064922 0.4904719 0.8195973 0.4942103 0.8395606 0.4990971 0.8346559 0.5093519 0.8346559 0.5093519 0.8308592 0.5197811 0.8129621 0.50926 0.8129621 0.50926 0.798465 0.499833 0.8031409 0.495777 0.8302365 0.4694214 0.8276882 0.4748238 0.8209268 0.4728425 0.8209268 0.4728425 0.8123871 0.4726259 0.8126431 0.4673742 0.8222713 0.460803 0.8214077 0.4664371 0.8121866 0.462478 0.8222713 0.460803 0.8328695 0.4628796 0.8302365 0.4694214 0.8046785 0.4745025 0.8039505 0.4703259 0.8123871 0.4726259 0.8046785 0.4745025 0.7997837 0.4763395 0.7970643 0.4746212 0.8018862 0.466012 0.8039505 0.4703259 0.7934541 0.4713563 0.8018862 0.466012 0.8121866 0.462478 0.8126431 0.4673742 0.8195973 0.4942103 0.8205833 0.4832389 0.8395606 0.4990971 0.8195973 0.4942103 0.8064922 0.4904719 0.8099556 0.48154 0.8209268 0.4728425 0.8205833 0.4832389 0.8123871 0.4726259 0.8314133 0.4830673 0.8205833 0.4832389 0.8276882 0.4748238 0.7995737 0.4867491 0.8028543 0.4807616 0.8064922 0.4904719 0.7979013 0.4803093 0.8028543 0.4807616 0.7968148 0.4841396 0.8046785 0.4745025 0.8028543 0.4807616 0.7997837 0.4763395 0.8046785 0.4745025 0.8123871 0.4726259 0.8099556 0.48154 0.7214338 0.07224494 0.7173856 0.07630592 0.7080755 0.06765705 0.6980421 0.05635541 0.7109785 0.06201165 0.6967766 0.06319117 0.6980421 0.05635541 0.699461 0.0483036 0.7141067 0.05550587 0.7214338 0.07224494 0.7109785 0.06201165 0.7254347 0.06772089 0.6840163 0.06189775 0.6831974 0.0545547 0.6967766 0.06319117 0.6840163 0.06189775 0.6727045 0.06405681 0.6695843 0.05740296 0.6695843 0.05740296 0.6661663 0.04972785 0.6823405 0.04598325 0.6980421 0.05635541 0.6831974 0.0545547 0.699461 0.0483036 0.665869 0.08712047 0.659833 0.08870244 0.6633941 0.07812005 0.6692661 0.100869 0.659833 0.08870244 0.6738237 0.09740144 0.6532918 0.09016817 0.659833 0.08870244 0.6644769 0.10418 0.6532918 0.09016817 0.6492817 0.07539051 0.6566868 0.07695198 0.6692661 0.100869 0.6738237 0.09740144 0.6879056 0.109415 0.7025622 0.1260526 0.6844711 0.1133758 0.7050511 0.1222947 0.6809231 0.1165526 0.6844711 0.1133758 0.6999999 0.1281057 0.6692661 0.100869 0.6844711 0.1133758 0.6644769 0.10418 0.6687057 0.07850122 0.6726112 0.07859873 0.6755409 0.08224147 0.677918 0.09362059 0.6708946 0.0853061 0.682469 0.08830481 0.677918 0.09362059 0.6738237 0.09740144 0.665869 0.08712047 0.6687057 0.07850122 0.6708946 0.0853061 0.6633941 0.07812005 0.6945815 0.09628564 0.6911128 0.1038862 0.682469 0.08830481 0.7073932 0.1151273 0.6911128 0.1038862 0.7118532 0.1085544 0.7073932 0.1151273 0.7050511 0.1222947 0.6879056 0.109415 0.677918 0.09362059 0.6911128 0.1038862 0.6738237 0.09740144 0.7028037 0.07674562 0.7056229 0.0715816 0.7088243 0.08218795 0.7028037 0.07674562 0.6935605 0.07234776 0.6958183 0.06759464 0.7080755 0.06765705 0.7056229 0.0715816 0.6967766 0.06319117 0.7132427 0.07944095 0.7056229 0.0715816 0.7173856 0.07630592 0.6840308 0.0711444 0.6847587 0.0667842 0.6935605 0.07234776 0.6840308 0.0711444 0.6777432 0.07135444 0.675229 0.06866818 0.6840163 0.06189775 0.6847587 0.0667842 0.6727045 0.06405681 0.6840163 0.06189775 0.6967766 0.06319117 0.6958183 0.06759464 0.6945815 0.09628564 0.6988009 0.08610957 0.7118532 0.1085544 0.6945815 0.09628564 0.682469 0.08830481 0.6883971 0.08023256 0.7028037 0.07674562 0.6988009 0.08610957 0.6935605 0.07234776 0.7093511 0.09112614 0.6988009 0.08610957 0.7088243 0.08218795 0.6755409 0.08224147 0.680439 0.07690888 0.682469 0.08830481 0.6744652 0.07484924 0.680439 0.07690888 0.6726112 0.07859873 0.6840308 0.0711444 0.680439 0.07690888 0.6777432 0.07135444 0.6840308 0.0711444 0.6935605 0.07234776 0.6883971 0.08023256 0.2816947 0.07664704 0.2727848 0.08658123 0.2642906 0.07856982 0.270142 0.06425356 0.2746197 0.07142585 0.25541 0.0696752 0.2827265 0.06394481 0.2746197 0.07142585 0.2781417 0.06122732 0.2827265 0.06394481 0.2885009 0.06670343 0.2816947 0.07664704 0.2811769 0.09294283 0.2896832 0.08113998 0.2895181 0.09847944 0.2816947 0.07664704 0.2896832 0.08113998 0.2727848 0.08658123 0.2962346 0.069377 0.2896832 0.08113998 0.2885009 0.06670343 0.2981285 0.08526873 0.2896832 0.08113998 0.3049479 0.07200801 0.2722598 0.02685099 0.2775927 0.02759855 0.2718502 0.02982658 0.2722598 0.02685099 0.2720099 0.02230638 0.2795858 0.02361059 0.2795858 0.02361059 0.2854844 0.02873146 0.2815849 0.0316714 0.2759469 0.031089 0.2775927 0.02759855 0.2796774 0.03374785 0.2795858 0.02361059 0.2825798 0.01706558 0.2854844 0.02873146 0.2795858 0.02361059 0.2720099 0.02230638 0.2714473 0.01425361 0.2860744 0.009241998 0.2825798 0.01706558 0.2707285 0.004446864 0.2860744 0.009241998 0.2988274 0.01924997 0.2916015 0.02435088 0.96163 0.5905289 0.9519146 0.5823495 0.97463 0.5756928 0.96163 0.5905289 0.9462601 0.6048443 0.9370763 0.5944913 0.9432819 0.574347 0.9519146 0.5823495 0.9286165 0.5839436 0.9640772 0.5696708 0.9519146 0.5823495 0.955001 0.5641224 0.9488781 0.5595217 0.955001 0.5641224 0.9432819 0.574347 0.9432819 0.574347 0.9286165 0.5839436 0.9216048 0.5730065 0.9336698 0.557996 0.9368149 0.5666981 0.9142354 0.5623642 0.9488781 0.5595217 0.9368149 0.5666981 0.943799 0.5557525 0.2808593 0.03879129 0.2739948 0.03614133 0.2796774 0.03374785 0.2808593 0.03879129 0.2818928 0.04650062 0.2719298 0.04349952 0.2675886 0.03254526 0.2739948 0.03614133 0.2620254 0.03971552 0.2759469 0.031089 0.2739948 0.03614133 0.2718502 0.02982658 0.2806889 0.0548439 0.2699455 0.05390751 0.2818928 0.04650062 0.2806889 0.0548439 0.2781417 0.06122732 0.270142 0.06425356 0.2586376 0.05186051 0.2699455 0.05390751 0.25541 0.0696752 0.2586376 0.05186051 0.2620254 0.03971552 0.2719298 0.04349952 0.2722598 0.02685099 0.2718502 0.02982658 0.2675886 0.03254526 0.2675886 0.03254526 0.2620254 0.03971552 0.257362 0.03658711 0.257362 0.03658711 0.2542582 0.03220301 0.2633541 0.02551704 0.2722598 0.02685099 0.2649417 0.02976185 0.2720099 0.02230638 0.2586376 0.05186051 0.2512445 0.04758286 0.2620254 0.03971552 0.2586376 0.05186051 0.25541 0.0696752 0.2458581 0.06066387 0.2453617 0.04132479 0.2512445 0.04758286 0.2365648 0.05166441 0.2453617 0.04132479 0.2542582 0.03220301 0.257362 0.03658711 0.2827265 0.06394481 0.2781417 0.06122732 0.2806889 0.0548439 0.2806889 0.0548439 0.2818928 0.04650062 0.2867318 0.04728025 0.2867318 0.04728025 0.2908493 0.04681229 0.2910996 0.05674088 0.2827265 0.06394481 0.2863888 0.05578964 0.2885009 0.06670343 0.2808593 0.03879129 0.2848809 0.0387364 0.2818928 0.04650062 0.2808593 0.03879129 0.2796774 0.03374785 0.2815849 0.0316714 0.2891083 0.03697061 0.2848809 0.0387364 0.2854844 0.02873146 0.2891083 0.03697061 0.2908493 0.04681229 0.2867318 0.04728025 0.2962346 0.069377 0.2885009 0.06670343 0.2910996 0.05674088 0.2986478 0.04607051 0.298876 0.05769371 0.2908493 0.04681229 0.3081852 0.05864733 0.298876 0.05769371 0.308287 0.04519176 0.2962346 0.069377 0.298876 0.05769371 0.3049479 0.07200801 0.2891083 0.03697061 0.2965903 0.03448766 0.2908493 0.04681229 0.2891083 0.03697061 0.2854844 0.02873146 0.2916015 0.02435088 0.3056996 0.03164625 0.2965903 0.03448766 0.2988274 0.01924997 0.3056996 0.03164625 0.308287 0.04519176 0.2986478 0.04607051 0.2714473 0.01425361 0.2720099 0.02230638 0.2633541 0.02551704 0.2490327 0.02465212 0.2601259 0.01753681 0.2542582 0.03220301 0.2490327 0.02465212 0.2427462 0.01551777 0.2560773 0.007688939 0.2714473 0.01425361 0.2601259 0.01753681 0.2707285 0.004446864 0.2490327 0.02465212 0.2542582 0.03220301 0.2453617 0.04132479 0.2453617 0.04132479 0.2365648 0.05166441 0.2284594 0.04280519 0.2284594 0.04280519 0.2209481 0.03401613 0.2313607 0.02448284 0.2490327 0.02465212 0.2385848 0.0333364 0.2427462 0.01551777 0.9418563 0.4977218 0.9416313 0.5090699 0.9306851 0.5114507 0.9122855 0.5075163 0.9269982 0.4999776 0.9188226 0.5183394 0.9122855 0.5075163 0.9044087 0.4947745 0.9223885 0.48622 0.9418563 0.4977218 0.9269982 0.4999776 0.9420666 0.4841281 0.9122855 0.5075163 0.9188226 0.5183394 0.9066771 0.5294187 0.9066771 0.5294187 0.8943901 0.5425935 0.8846837 0.5306192 0.8846837 0.5306192 0.8752803 0.5177115 0.8891614 0.5056602 0.9122855 0.5075163 0.8983022 0.5182651 0.9044087 0.4947745 0.9640772 0.5696708 0.955001 0.5641224 0.9608274 0.5526419 0.9608274 0.5526419 0.9624803 0.5405401 0.9734217 0.5414468 0.9828903 0.5598157 0.9708886 0.5559179 0.9865958 0.542894 0.9640772 0.5696708 0.9708886 0.5559179 0.97463 0.5756928 0.9616789 0.528452 0.9727497 0.5266136 0.9624803 0.5405401 0.9616789 0.528452 0.958002 0.518177 0.9674938 0.5131585 0.9859319 0.5249243 0.9727497 0.5266136 0.9786269 0.507604 0.9859319 0.5249243 0.9865958 0.542894 0.9734217 0.5414468 0.9488781 0.5595217 0.943799 0.5557525 0.9476162 0.5489608 0.9476162 0.5489608 0.9495015 0.5398713 0.9560043 0.5407146 0.9560043 0.5407146 0.9624803 0.5405401 0.9608274 0.5526419 0.9488781 0.5595217 0.9546472 0.5506098 0.955001 0.5641224 0.9491978 0.5310657 0.9548311 0.5305888 0.9495015 0.5398713 0.9491978 0.5310657 0.9487848 0.5249978 0.9517927 0.5221235 0.9616789 0.528452 0.9548311 0.5305888 0.958002 0.518177 0.9616789 0.528452 0.9624803 0.5405401 0.9560043 0.5407146 0.9352965 0.523057 0.9325264 0.5183548 0.9404556 0.5200436 0.9352965 0.523057 0.92789 0.5305054 0.9226809 0.5253252 0.9226809 0.5253252 0.9188226 0.5183394 0.9306851 0.5114507 0.9413772 0.5159266 0.9325264 0.5183548 0.9416313 0.5090699 0.9219294 0.5433606 0.9135202 0.5376696 0.92789 0.5305054 0.9219294 0.5433606 0.9142354 0.5623642 0.9047022 0.5527009 0.9066771 0.5294187 0.9135202 0.5376696 0.8943901 0.5425935 0.9066771 0.5294187 0.9188226 0.5183394 0.9226809 0.5253252 0.9491978 0.5310657 0.94177 0.5279245 0.9487848 0.5249978 0.9491978 0.5310657 0.9495015 0.5398713 0.9384802 0.5359112 0.9352965 0.523057 0.94177 0.5279245 0.92789 0.5305054 0.9352965 0.523057 0.9404556 0.5200436 0.9448137 0.5219866 0.9476162 0.5489608 0.9350025 0.5468344 0.9495015 0.5398713 0.9476162 0.5489608 0.943799 0.5557525 0.9336698 0.557996 0.9219294 0.5433606 0.9350025 0.5468344 0.9142354 0.5623642 0.9219294 0.5433606 0.92789 0.5305054 0.9384802 0.5359112 0.6607856 0.9604392 0.6644486 0.949227 0.67027 0.9621567 0.6607856 0.9604392 0.6520128 0.9589194 0.6537515 0.9500721 0.6654291 0.9387833 0.6644486 0.949227 0.653389 0.9415058 0.6654291 0.9387833 0.6782386 0.9375599 0.6759142 0.9490711 0.6284847 0.993012 0.6140692 0.9873936 0.6199855 0.9799436 0.6199855 0.9799436 0.6251528 0.9732379 0.6320003 0.9767515 0.6320003 0.9767515 0.6385333 0.9752796 0.6405715 0.9827809 0.6284847 0.993012 0.6304333 0.9845243 0.6428092 0.9909505 0.6405715 0.9827809 0.6517577 0.9731881 0.6428092 0.9909505 0.6460722 0.9683288 0.6517577 0.9731881 0.6385333 0.9752796 0.6607856 0.9604392 0.6517577 0.9731881 0.6520128 0.9589194 0.6607856 0.9604392 0.67027 0.9621567 0.6579863 0.9783909 0.5986186 0.9769131 0.5826507 0.9640017 0.5949217 0.9587846 0.6166704 0.9652326 0.6078704 0.9705638 0.6073706 0.9549814 0.6166704 0.9652326 0.6251528 0.9732379 0.6199855 0.9799436 0.5986186 0.9769131 0.6078704 0.9705638 0.6140692 0.9873936 0.8851409 0.4786654 0.8868837 0.4884527 0.8718591 0.4826534 0.8851409 0.4786654 0.8962429 0.4758001 0.8987751 0.4834356 0.8987751 0.4834356 0.9033077 0.4901266 0.8918238 0.4962095 0.8724259 0.494473 0.8868837 0.4884527 0.8775736 0.5026262 0.9290241 0.4518001 0.9433202 0.4633114 0.9321395 0.468474 0.9169516 0.463972 0.922462 0.4582547 0.9226897 0.4730951 0.9133109 0.4507032 0.922462 0.4582547 0.9113938 0.4572494 0.9133109 0.4507032 0.9156647 0.4432159 0.9290241 0.4518001 0.9133109 0.4507032 0.9052125 0.4484871 0.9156647 0.4432159 0.9133109 0.4507032 0.9113938 0.4572494 0.9061967 0.4553278 0.9061967 0.4553278 0.901567 0.4583041 0.8975715 0.4527955 0.9041789 0.4404858 0.9052125 0.4484871 0.8929731 0.4463381 0.8975715 0.4527955 0.8897922 0.4648174 0.8929731 0.4463381 0.8975715 0.4527955 0.901567 0.4583041 0.8977113 0.4662756 0.8851409 0.4786654 0.8897922 0.4648174 0.8962429 0.4758001 0.8851409 0.4786654 0.8718591 0.4826534 0.880454 0.4635012 0.2457466 0.1087964 0.2397206 0.09643614 0.2610175 0.09889978 0.2457466 0.1087964 0.2328161 0.1163298 0.2263402 0.1066401 0.2263402 0.1066401 0.2177613 0.098149 0.2305871 0.0865584 0.2559735 0.0842157 0.2397206 0.09643614 0.2467583 0.07399994 0.2013744 0.1583252 0.177571 0.1498524 0.1905147 0.1395411 0.2122657 0.1389476 0.2074477 0.1479817 0.2008948 0.1302152 0.2122657 0.1389476 0.2222459 0.1447495 0.2223824 0.1530005 0.2013744 0.1583252 0.2074477 0.1479817 0.2223609 0.1626562 0.2377133 0.1587036 0.2223609 0.1626562 0.2223824 0.1530005 0.2223824 0.1530005 0.2222459 0.1447495 0.2294445 0.1446908 0.2408498 0.1422891 0.2333207 0.1511758 0.2337587 0.1391278 0.2408498 0.1422891 0.2489824 0.1456105 0.2377133 0.1587036 0.2408498 0.1422891 0.2455574 0.1261216 0.2489824 0.1456105 0.2408498 0.1422891 0.2337587 0.1391278 0.2350857 0.1284165 0.2457466 0.1087964 0.2455574 0.1261216 0.2328161 0.1163298 0.2457466 0.1087964 0.2610175 0.09889978 0.2577188 0.1225203 0.9801614 0.8075954 0.9714295 0.8024287 0.9838592 0.7995187 0.9801614 0.8075954 0.976235 0.8150427 0.9685088 0.811113 0.9685088 0.811113 0.9594665 0.8085829 0.9613124 0.7994561 0.9745175 0.7935525 0.9714295 0.8024287 0.9640606 0.7908542 0.979687 0.8553478 0.9669681 0.8639909 0.9662724 0.8564915 0.9735143 0.8437352 0.9765432 0.8495247 0.9650892 0.8484254 0.9735143 0.8437352 0.9802291 0.8390745 0.9847319 0.8425925 0.979687 0.8553478 0.9765432 0.8495247 0.9897962 0.8465012 0.9946863 0.8372476 0.9897962 0.8465012 0.9847319 0.8425925 0.9835231 0.8344727 0.9887565 0.8357293 0.9802291 0.8390745 0.9890694 0.8276703 0.9887565 0.8357293 0.9837664 0.8290114 0.9890694 0.8276703 0.9948976 0.8262123 0.9946863 0.8372476 0.9890694 0.8276703 0.9861229 0.8171508 0.9948976 0.8262123 0.9890694 0.8276703 0.9837664 0.8290114 0.981329 0.8217718 0.9801614 0.8075954 0.9861229 0.8171508 0.976235 0.8150427 0.9801614 0.8075954 0.9838592 0.7995187 0.9909705 0.8120207 0.1138636 0.4133437 0.1192685 0.4030271 0.1253185 0.4173066 0.1138636 0.4133437 0.1046324 0.4098206 0.1095147 0.4024853 0.1095147 0.4024853 0.1077882 0.3952968 0.114205 0.3926659 0.1308096 0.40385 0.1192685 0.4030271 0.1213718 0.3900303 0.09846776 0.3844553 0.1213718 0.3900303 0.114205 0.3926659 0.09758478 0.393047 0.09809064 0.3889269 0.1077882 0.3952968 0.09758478 0.393047 0.08673751 0.3956632 0.08209669 0.3921934 0.09846776 0.3844553 0.09809064 0.3889269 0.07680588 0.3882145 0.07109457 0.4023974 0.07680588 0.3882145 0.08209669 0.3921934 0.08307975 0.403072 0.07739442 0.4028486 0.08673751 0.3956632 0.08316069 0.4135484 0.07739442 0.4028486 0.08603072 0.4103342 0.08316069 0.4135484 0.08031207 0.4169435 0.07109457 0.4023974 0.08316069 0.4135484 0.09857237 0.4169488 0.08031207 0.4169435 0.08316069 0.4135484 0.08603072 0.4103342 0.09500968 0.4125103 0.1138636 0.4133437 0.09857237 0.4169488 0.1046324 0.4098206 0.1138636 0.4133437 0.1253185 0.4173066 0.1034364 0.4217922 0.362255 0.09162724 0.3573865 0.1062793 0.3478351 0.0963279 0.3428646 0.07890069 0.3522548 0.08525943 0.3377014 0.08635956 0.3428646 0.07890069 0.3470327 0.07124644 0.3559966 0.07416498 0.362255 0.09162724 0.3522548 0.08525943 0.3665003 0.07706785 0.3575081 0.05223906 0.3514676 0.04224538 0.368782 0.04889112 0.3575081 0.05223906 0.3482623 0.05529576 0.3430538 0.04805928 0.3430538 0.04805928 0.3346049 0.04214251 0.3409 0.03354525 0.3409 0.03354525 0.3488424 0.02461522 0.3618794 0.03604477 0.3409 0.03354525 0.3264442 0.02664655 0.3488424 0.02461522 0.3409 0.03354525 0.3346049 0.04214251 0.3239356 0.03819584 0.3100445 0.02064847 0.3264442 0.02664655 0.3121562 0.03523415 0.3100445 0.02064847 0.3075612 0.006449341 0.3297225 0.01506298 0.9235183 0.3566088 0.9155098 0.3662318 0.9134063 0.3433362 0.9235183 0.3566088 0.9315151 0.367116 0.9259169 0.3719508 0.9137414 0.3793031 0.9155098 0.3662318 0.9254059 0.3798283 0.9137414 0.3793031 0.8992463 0.3786998 0.9025097 0.3590533 0.9471179 0.4289556 0.9640751 0.4360897 0.9372426 0.4406493 0.9707115 0.4233328 0.9640751 0.4360897 0.9548608 0.4190575 0.9835196 0.4415701 0.9640751 0.4360897 0.989251 0.4257596 0.9835196 0.4415701 0.9746498 0.4588039 0.9549679 0.450539 0.1570485 0.1637682 0.1441958 0.1653892 0.1469826 0.1566463 0.1538801 0.1502698 0.1553521 0.1563039 0.1491427 0.1496641 0.1628795 0.1525951 0.1553521 0.1563039 0.1579294 0.148049 0.1628795 0.1525951 0.1688334 0.1581431 0.1570485 0.1637682 0.1802529 0.1058039 0.1827645 0.1201468 0.172644 0.1198018 0.1593634 0.1106364 0.1689962 0.1078707 0.1637067 0.1199605 0.1635553 0.09497499 0.1689962 0.1078707 0.1531392 0.1009805 0.1635553 0.09497499 0.1762241 0.08994644 0.1802529 0.1058039 0.914381 0.2784224 0.9067227 0.2765614 0.9170635 0.2720524 0.914381 0.2784224 0.9121564 0.283635 0.9071913 0.281709 0.8992845 0.2794706 0.9067227 0.2765614 0.9024525 0.2839202 0.8992845 0.2794706 0.8958013 0.2741738 0.9063082 0.2704083 0.8990949 0.3262315 0.9041339 0.3326247 0.8968346 0.3380393 0.8968346 0.3380393 0.8882839 0.3427523 0.88304 0.3328444 0.88304 0.3328444 0.8793894 0.3218741 0.8879312 0.320359 0.8990949 0.3262315 0.8915835 0.3296449 0.8955825 0.3188705 0.8990949 0.3262315 0.9045426 0.3223904 0.9041339 0.3326247 0.8990949 0.3262315 0.8955825 0.3188705 0.9014528 0.3174352 0.9079904 0.3168815 0.9045426 0.3223904 0.9050014 0.3147652 0.9079904 0.3168815 0.9134539 0.3206616 0.9089305 0.3258073 0.90499 0.2866756 0.9024525 0.2839202 0.9071913 0.281709 0.9108472 0.2865325 0.9077677 0.2848452 0.9121564 0.283635 0.9108472 0.2865325 0.9103383 0.2885954 0.9084465 0.2878955 0.90499 0.2866756 0.9077677 0.2848452 0.9065814 0.2888983 0.1593634 0.1106364 0.1529784 0.1147997 0.1531392 0.1009805 0.1593634 0.1106364 0.1637067 0.1199605 0.1571357 0.1211268 0.1495186 0.1205402 0.1529784 0.1147997 0.1533032 0.1232364 0.1495186 0.1205402 0.1423718 0.115858 0.1472281 0.1089397 0.1549871 0.1455067 0.1579294 0.148049 0.1538801 0.1502698 0.1500495 0.1462035 0.152857 0.147096 0.1491427 0.1496641 0.1500495 0.1462035 0.1500657 0.1443419 0.1518889 0.1446708 0.1549871 0.1455067 0.152857 0.147096 0.1534757 0.1438298 0.9887056 0.4127957 0.989251 0.4257596 0.9707115 0.4233328 0.9707115 0.4233328 0.9548608 0.4190575 0.958339 0.4127505 0.9690824 0.405731 0.9724058 0.4139604 0.9598392 0.4075663 0.9690824 0.405731 0.9872791 0.4019337 0.9887056 0.4127957 0.9259169 0.3719508 0.9311378 0.374751 0.9254059 0.3798283 0.9259169 0.3719508 0.9315151 0.367116 0.9352817 0.3720926 0.9351006 0.3770608 0.9311378 0.374751 0.9378967 0.3745881 0.9351006 0.3770608 0.9345728 0.3811206 0.9314091 0.3801974 0.3239356 0.03819584 0.3229663 0.04967653 0.3121562 0.03523415 0.3239356 0.03819584 0.3346049 0.04214251 0.3316046 0.05007421 0.3250439 0.05847841 0.3229663 0.04967653 0.3306733 0.05556017 0.3250439 0.05847841 0.3172426 0.06490653 0.3135246 0.05059283 0.3430538 0.04805928 0.3386361 0.05309987 0.3346049 0.04214251 0.3430724 0.05776995 0.3386361 0.05309987 0.3482623 0.05529576 0.335686 0.05764955 0.3386361 0.05309987 0.3397297 0.05936628 0.335686 0.05764955 0.3306733 0.05556017 0.3316046 0.05007421 0.3428646 0.07890069 0.3346948 0.07256001 0.3470327 0.07124644 0.3428646 0.07890069 0.3377014 0.08635956 0.3264027 0.0763573 0.3301601 0.06675195 0.3346948 0.07256001 0.3172426 0.06490653 0.3411485 0.06829667 0.3346948 0.07256001 0.3368566 0.0659281 0.09500968 0.4125103 0.09404975 0.4088814 0.1046324 0.4098206 0.09500968 0.4125103 0.08603072 0.4103342 0.08894348 0.4074817 0.09449809 0.4056974 0.09404975 0.4088814 0.09138584 0.4053994 0.09449809 0.4056974 0.09791374 0.4053589 0.09984898 0.4071767 0.08894348 0.4074817 0.08603072 0.4103342 0.08307975 0.403072 0.09007847 0.3981143 0.08753609 0.4028398 0.08673751 0.3956632 0.09007847 0.3981143 0.09223204 0.3998744 0.09136307 0.4025482 0.09136307 0.4025482 0.09138584 0.4053994 0.08894348 0.4074817 0.09007847 0.3981143 0.08673751 0.3956632 0.09758478 0.393047 0.1028714 0.3979182 0.09682142 0.3964641 0.1077882 0.3952968 0.1028714 0.3979182 0.09959888 0.3998823 0.09596008 0.3995292 0.09007847 0.3981143 0.09682142 0.3964641 0.09223204 0.3998744 0.1028714 0.3979182 0.1077882 0.3952968 0.1095147 0.4024853 0.1095147 0.4024853 0.1046324 0.4098206 0.09984898 0.4071767 0.0990951 0.4026784 0.1033351 0.4025057 0.09791374 0.4053589 0.1028714 0.3979182 0.1033351 0.4025057 0.09959888 0.3998823 0.981329 0.8217718 0.9766426 0.8253744 0.976235 0.8150427 0.981329 0.8217718 0.9837664 0.8290114 0.9795138 0.8301188 0.9726709 0.8281764 0.9766426 0.8253744 0.9761303 0.8304829 0.9726709 0.8281764 0.9698281 0.8252556 0.9718514 0.8212311 0.9795138 0.8301188 0.9837664 0.8290114 0.9835231 0.8344727 0.9768493 0.8363379 0.9796823 0.83374 0.9802291 0.8390745 0.9768493 0.8363379 0.9740619 0.8341037 0.9756947 0.8326685 0.9756947 0.8326685 0.9761303 0.8304829 0.9795138 0.8301188 0.9768493 0.8363379 0.9802291 0.8390745 0.9735143 0.8437352 0.9629313 0.8392259 0.9707155 0.8380127 0.9650892 0.8484254 0.9629313 0.8392259 0.9607322 0.8292261 0.9691999 0.833264 0.9768493 0.8363379 0.9707155 0.8380127 0.9740619 0.8341037 0.9594252 0.818759 0.9594665 0.8085829 0.9685088 0.811113 0.9685088 0.811113 0.976235 0.8150427 0.9718514 0.8212311 0.9657377 0.8262135 0.9659227 0.8194136 0.9698281 0.8252556 0.9594252 0.818759 0.9659227 0.8194136 0.9607322 0.8292261 0.2350857 0.1284165 0.2279937 0.1280986 0.2328161 0.1163298 0.2350857 0.1284165 0.2337587 0.1391278 0.2287507 0.1362869 0.2230713 0.1269994 0.2279937 0.1280986 0.2253159 0.133213 0.2230713 0.1269994 0.2211602 0.121153 0.2245665 0.1191367 0.2294445 0.1446908 0.2266014 0.1402915 0.2337587 0.1391278 0.2217931 0.1393081 0.2266014 0.1402915 0.2222459 0.1447495 0.2217931 0.1393081 0.2206757 0.1347674 0.2235648 0.135278 0.2235648 0.135278 0.2253159 0.133213 0.2287507 0.1362869 0.2217931 0.1393081 0.2222459 0.1447495 0.2122657 0.1389476 0.2061476 0.1228603 0.2145733 0.1325323 0.2008948 0.1302152 0.2061476 0.1228603 0.208862 0.1159113 0.2162331 0.1285839 0.2217931 0.1393081 0.2145733 0.1325323 0.2206757 0.1347674 0.2116264 0.1078038 0.2177613 0.098149 0.2263402 0.1066401 0.2263402 0.1066401 0.2328161 0.1163298 0.2245665 0.1191367 0.2164245 0.1184232 0.218705 0.1128112 0.2211602 0.121153 0.2164245 0.1184232 0.208862 0.1159113 0.2116264 0.1078038 0.8977113 0.4662756 0.9027919 0.4680182 0.8962429 0.4758001 0.8977113 0.4662756 0.901567 0.4583041 0.9043566 0.461915 0.90613 0.469659 0.9027919 0.4680182 0.9061101 0.4649654 0.90613 0.469659 0.9059021 0.4742416 0.9029851 0.4751803 0.9061967 0.4553278 0.907082 0.459847 0.901567 0.4583041 0.9103505 0.4619137 0.907082 0.459847 0.9113938 0.4572494 0.9103505 0.4619137 0.9098264 0.4653687 0.9079347 0.4642674 0.9079347 0.4642674 0.9061101 0.4649654 0.9043566 0.461915 0.9103505 0.4619137 0.9113938 0.4572494 0.9169516 0.463972 0.9167016 0.476633 0.9135447 0.4682148 0.9226897 0.4730951 0.9167016 0.476633 0.9127124 0.4801506 0.9111862 0.4706167 0.9103505 0.4619137 0.9135447 0.4682148 0.9098264 0.4653687 0.9092592 0.484711 0.9033077 0.4901266 0.8987751 0.4834356 0.8987751 0.4834356 0.8962429 0.4758001 0.9029851 0.4751803 0.9084512 0.477018 0.9055334 0.480425 0.9059021 0.4742416 0.9084512 0.477018 0.9127124 0.4801506 0.9092592 0.484711 0.628822 0.9680212 0.6251528 0.9732379 0.6166704 0.9652326 0.6166704 0.9652326 0.6073706 0.9549814 0.6201748 0.9540064 0.6308255 0.9603135 0.6245666 0.9619378 0.632344 0.9525308 0.628822 0.9680212 0.6245666 0.9619378 0.6311641 0.9645515 0.6460722 0.9683288 0.6414726 0.9641562 0.6520128 0.9589194 0.6460722 0.9683288 0.6385333 0.9752796 0.6368942 0.9691153 0.6377545 0.961201 0.6414726 0.9641562 0.6359529 0.9651857 0.6446636 0.9577949 0.6414726 0.9641562 0.6400668 0.9580269 0.6368942 0.9691153 0.6385333 0.9752796 0.6320003 0.9767515 0.628822 0.9680212 0.6328042 0.9704087 0.6251528 0.9732379 0.628822 0.9680212 0.6311641 0.9645515 0.6334927 0.9649912 0.6368942 0.9691153 0.6328042 0.9704087 0.6359529 0.9651857 0.6428881 0.9472261 0.653389 0.9415058 0.6537515 0.9500721 0.6537515 0.9500721 0.6520128 0.9589194 0.6446636 0.9577949 0.6379264 0.9556759 0.6445916 0.9522951 0.6400668 0.9580269 0.6428881 0.9472261 0.6445916 0.9522951 0.632344 0.9525308 0.3301601 0.06675195 0.3316757 0.06199103 0.3368566 0.0659281 0.3250439 0.05847841 0.3316757 0.06199103 0.3172426 0.06490653 0.335686 0.05764955 0.3316757 0.06199103 0.3306733 0.05556017 0.335686 0.05764955 0.3397297 0.05936628 0.3391926 0.06270259 0.0990951 0.4026784 0.09516024 0.4025934 0.09959888 0.3998823 0.09449809 0.4056974 0.09516024 0.4025934 0.09791374 0.4053589 0.09136307 0.4025482 0.09516024 0.4025934 0.09138584 0.4053994 0.09596008 0.3995292 0.09516024 0.4025934 0.09223204 0.3998744 0.9657377 0.8262135 0.9700208 0.8303958 0.9607322 0.8292261 0.9726709 0.8281764 0.9700208 0.8303958 0.9698281 0.8252556 0.9756947 0.8326685 0.9700208 0.8303958 0.9761303 0.8304829 0.9691999 0.833264 0.9700208 0.8303958 0.9740619 0.8341037 0.2164245 0.1184232 0.2191085 0.1269504 0.208862 0.1159113 0.2230713 0.1269994 0.2191085 0.1269504 0.2211602 0.121153 0.2235648 0.135278 0.2191085 0.1269504 0.2253159 0.133213 0.2235648 0.135278 0.2206757 0.1347674 0.2162331 0.1285839 0.9084512 0.477018 0.9088214 0.4708116 0.9127124 0.4801506 0.90613 0.469659 0.9088214 0.4708116 0.9059021 0.4742416 0.90613 0.469659 0.9061101 0.4649654 0.9079347 0.4642674 0.9111862 0.4706167 0.9088214 0.4708116 0.9098264 0.4653687 0.6308255 0.9603135 0.632344 0.9525308 0.6379264 0.9556759 0.6379264 0.9556759 0.6400668 0.9580269 0.6377545 0.961201 0.6377545 0.961201 0.6359529 0.9651857 0.6334927 0.9649912 0.6334927 0.9649912 0.6311641 0.9645515 0.6308255 0.9603135 0.994844 0.3641319 0.9941593 0.3809408 0.9750433 0.3739595 0.9558761 0.3549096 0.975072 0.3588818 0.9573244 0.3685024 0.9558761 0.3549096 0.9538219 0.3379746 0.9742422 0.3407293 0.994844 0.3641319 0.975072 0.3588818 0.9939751 0.3446624 0.9558761 0.3549096 0.9573244 0.3685024 0.9423996 0.3660939 0.9423996 0.3660939 0.9315151 0.367116 0.9235183 0.3566088 0.9320269 0.3375768 0.9378326 0.3534933 0.9134063 0.3433362 0.9320269 0.3375768 0.9538219 0.3379746 0.9558761 0.3549096 0.9137414 0.3793031 0.9254059 0.3798283 0.9297829 0.3899785 0.9297829 0.3899785 0.9368448 0.4008984 0.9261404 0.4060288 0.9035255 0.3962476 0.918147 0.3927636 0.912527 0.4123124 0.9137414 0.3793031 0.918147 0.3927636 0.8992463 0.3786998 0.944388 0.4110854 0.9351351 0.418514 0.9368448 0.4008984 0.944388 0.4110854 0.9548608 0.4190575 0.9471179 0.4289556 0.9234309 0.42751 0.9351351 0.418514 0.9372426 0.4406493 0.9234309 0.42751 0.912527 0.4123124 0.9261404 0.4060288 0.944388 0.4110854 0.9487381 0.4067916 0.9548608 0.4190575 0.944388 0.4110854 0.9368448 0.4008984 0.9417315 0.3980746 0.9417315 0.3980746 0.9449002 0.3946434 0.9526692 0.4028312 0.958339 0.4127505 0.9487381 0.4067916 0.9598392 0.4075663 0.9297829 0.3899785 0.9354478 0.3885909 0.9368448 0.4008984 0.9297829 0.3899785 0.9254059 0.3798283 0.9314091 0.3801974 0.9383588 0.386426 0.9354478 0.3885909 0.9345728 0.3811206 0.9417315 0.3980746 0.9354478 0.3885909 0.9449002 0.3946434 0.9352817 0.3720926 0.9315151 0.367116 0.9423996 0.3660939 0.9575608 0.3754111 0.9444891 0.3720626 0.9573244 0.3685024 0.9575608 0.3754111 0.9555984 0.3802642 0.9442255 0.3757005 0.9352817 0.3720926 0.9444891 0.3720626 0.9378967 0.3745881 0.9575608 0.3754111 0.9573244 0.3685024 0.9750433 0.3739595 0.9903673 0.3924283 0.9732977 0.3828877 0.9941593 0.3809408 0.9688376 0.3891932 0.9732977 0.3828877 0.9872791 0.4019337 0.9575608 0.3754111 0.9732977 0.3828877 0.9555984 0.3802642 0.9351006 0.3770608 0.9378967 0.3745881 0.9442255 0.3757005 0.9504503 0.3876909 0.9417334 0.3813087 0.9555984 0.3802642 0.9504503 0.3876909 0.9449002 0.3946434 0.9383588 0.386426 0.9351006 0.3770608 0.9417334 0.3813087 0.9345728 0.3811206 0.9504503 0.3876909 0.9555984 0.3802642 0.9688376 0.3891932 0.9690824 0.405731 0.9606652 0.3964031 0.9872791 0.4019337 0.9526692 0.4028312 0.9606652 0.3964031 0.9598392 0.4075663 0.9504503 0.3876909 0.9606652 0.3964031 0.9449002 0.3946434 0.9262875 0.2946591 0.9336689 0.2898482 0.9393686 0.3011002 0.9357904 0.317483 0.9311873 0.3057189 0.9441881 0.3127287 0.9357904 0.317483 0.9276275 0.320555 0.923815 0.3088812 0.9262875 0.2946591 0.9311873 0.3057189 0.9200269 0.2981863 0.9262875 0.2946591 0.9200269 0.2981863 0.9162878 0.2894491 0.914381 0.2784224 0.920794 0.2850076 0.9121564 0.283635 0.914381 0.2784224 0.9170635 0.2720524 0.9262087 0.279349 0.9262875 0.2946591 0.920794 0.2850076 0.9336689 0.2898482 0.8992845 0.2794706 0.9024525 0.2839202 0.8989999 0.2905181 0.8989999 0.2905181 0.8966261 0.2996775 0.8895627 0.2977861 0.8874012 0.2831059 0.8935316 0.2871959 0.8816089 0.2952818 0.8992845 0.2794706 0.8935316 0.2871959 0.8958013 0.2741738 0.8951233 0.3095738 0.8874768 0.3092899 0.8966261 0.2996775 0.8951233 0.3095738 0.8955825 0.3188705 0.8879312 0.320359 0.8789253 0.3087789 0.8874768 0.3092899 0.8793894 0.3218741 0.8789253 0.3087789 0.8816089 0.2952818 0.8895627 0.2977861 0.9014528 0.3174352 0.8955825 0.3188705 0.8951233 0.3095738 0.9019083 0.3003432 0.9009596 0.3094031 0.8966261 0.2996775 0.9019083 0.3003432 0.9060533 0.300186 0.9055611 0.3089695 0.9014528 0.3174352 0.9009596 0.3094031 0.9050014 0.3147652 0.9019083 0.3003432 0.8966261 0.2996775 0.8989999 0.2905181 0.90499 0.2866756 0.9031444 0.2923045 0.9024525 0.2839202 0.9064051 0.2929337 0.9031444 0.2923045 0.9065814 0.2888983 0.9019083 0.3003432 0.9031444 0.2923045 0.9060533 0.300186 0.9108472 0.2865325 0.9121564 0.283635 0.9162878 0.2894491 0.9162878 0.2894491 0.9200269 0.2981863 0.9160077 0.2991459 0.9116142 0.2921833 0.9135987 0.2914563 0.9129827 0.2990996 0.9108472 0.2865325 0.9135987 0.2914563 0.9103383 0.2885954 0.923815 0.3088812 0.9180601 0.3091306 0.9200269 0.2981863 0.923815 0.3088812 0.9276275 0.320555 0.9199342 0.3202627 0.9134476 0.3083605 0.9180601 0.3091306 0.9134539 0.3206616 0.9134476 0.3083605 0.9129827 0.2990996 0.9160077 0.2991459 0.9116142 0.2921833 0.9092224 0.2927846 0.9103383 0.2885954 0.9097046 0.2996088 0.9092224 0.2927846 0.9129827 0.2990996 0.9097046 0.2996088 0.9060533 0.300186 0.9064051 0.2929337 0.9084465 0.2878955 0.9092224 0.2927846 0.9065814 0.2888983 0.9097046 0.2996088 0.9129827 0.2990996 0.9134476 0.3083605 0.9079904 0.3168815 0.9095025 0.3084644 0.9134539 0.3206616 0.9079904 0.3168815 0.9050014 0.3147652 0.9055611 0.3089695 0.9097046 0.2996088 0.9095025 0.3084644 0.9060533 0.300186 0.119255 0.1292918 0.1269289 0.121811 0.1330978 0.1313948 0.1329551 0.1461316 0.1261236 0.1380639 0.138969 0.1398551 0.1329551 0.1461316 0.1258467 0.1540882 0.1185957 0.1466107 0.119255 0.1292918 0.1261236 0.1380639 0.1118397 0.1389779 0.1442449 0.1460688 0.1397125 0.1527906 0.138969 0.1398551 0.1442449 0.1460688 0.1491427 0.1496641 0.1469826 0.1566463 0.1340876 0.1612551 0.1397125 0.1527906 0.1441958 0.1653892 0.1340876 0.1612551 0.1258467 0.1540882 0.1329551 0.1461316 0.1628795 0.1525951 0.1579294 0.148049 0.160763 0.1431654 0.1705696 0.1384592 0.1676231 0.1463516 0.1627572 0.1364219 0.1705696 0.1384592 0.1795963 0.1410609 0.175738 0.1502646 0.1628795 0.1525951 0.1676231 0.1463516 0.1688334 0.1581431 0.1705696 0.1384592 0.1627572 0.1364219 0.1642882 0.1286213 0.1642882 0.1286213 0.1637067 0.1199605 0.172644 0.1198018 0.182242 0.1314604 0.1727059 0.1298035 0.1827645 0.1201468 0.182242 0.1314604 0.1795963 0.1410609 0.1705696 0.1384592 0.1642882 0.1286213 0.1581073 0.1283881 0.1637067 0.1199605 0.157373 0.1355134 0.1581073 0.1283881 0.1627572 0.1364219 0.157373 0.1355134 0.1532858 0.135322 0.1532147 0.128421 0.1571357 0.1211268 0.1581073 0.1283881 0.1533032 0.1232364 0.160763 0.1431654 0.1564127 0.1414327 0.1627572 0.1364219 0.1549871 0.1455067 0.1564127 0.1414327 0.1579294 0.148049 0.1534073 0.1407921 0.1564127 0.1414327 0.1534757 0.1438298 0.1534073 0.1407921 0.1532858 0.135322 0.157373 0.1355134 0.1500495 0.1462035 0.1491427 0.1496641 0.1442449 0.1460688 0.1427942 0.1369387 0.1465922 0.142832 0.138969 0.1398551 0.1427942 0.1369387 0.1458021 0.1359449 0.1482172 0.1415975 0.1500495 0.1462035 0.1465922 0.142832 0.1500657 0.1443419 0.1427942 0.1369387 0.138969 0.1398551 0.1330978 0.1313948 0.13512 0.1187408 0.138965 0.1284809 0.1269289 0.121811 0.1440459 0.1278519 0.138965 0.1284809 0.1423718 0.115858 0.1427942 0.1369387 0.138965 0.1284809 0.1458021 0.1359449 0.1482172 0.1415975 0.1505821 0.1408823 0.1500657 0.1443419 0.1493641 0.1354359 0.1505821 0.1408823 0.1458021 0.1359449 0.1493641 0.1354359 0.1532858 0.135322 0.1534073 0.1407921 0.1518889 0.1446708 0.1505821 0.1408823 0.1534757 0.1438298 0.1493641 0.1354359 0.1458021 0.1359449 0.1440459 0.1278519 0.1495186 0.1205402 0.1486617 0.1280371 0.1423718 0.115858 0.1532147 0.128421 0.1486617 0.1280371 0.1533032 0.1232364 0.1493641 0.1354359 0.1486617 0.1280371 0.1532858 0.135322 0.957597 0.2658398 0.9572928 0.2715358 0.9485154 0.271915 0.9435452 0.2634471 0.9503065 0.2651289 0.9358887 0.2724585 0.9524021 0.2587804 0.9503065 0.2651289 0.9475808 0.258916 0.957597 0.2658398 0.9503065 0.2651289 0.958315 0.2602599 0.9641388 0.2695773 0.9636191 0.2658232 0.9676117 0.2677822 0.957597 0.2658398 0.9636191 0.2658232 0.9572928 0.2715358 0.957597 0.2658398 0.958315 0.2602599 0.9637121 0.2620307 0.9680883 0.2654832 0.9636191 0.2658232 0.9670274 0.2632784 0.9579874 0.2748227 0.9609324 0.2786642 0.9514576 0.2825451 0.9383501 0.2782474 0.9486702 0.276834 0.9411385 0.2861469 0.9383501 0.2782474 0.9358887 0.2724585 0.9485154 0.271915 0.9579874 0.2748227 0.9486702 0.276834 0.9572928 0.2715358 0.9687185 0.2742252 0.965299 0.2716156 0.9736863 0.2694913 0.9579874 0.2748227 0.965299 0.2716156 0.9609324 0.2786642 0.9579874 0.2748227 0.9572928 0.2715358 0.9641388 0.2695773 0.9698085 0.268115 0.965299 0.2716156 0.9676117 0.2677822 0.9588623 0.2573219 0.9606287 0.2534474 0.9672045 0.2566114 0.9686935 0.2625935 0.9643904 0.2598772 0.9723532 0.2603066 0.9637121 0.2620307 0.9643904 0.2598772 0.9670274 0.2632784 0.9588623 0.2573219 0.9643904 0.2598772 0.958315 0.2602599 0.953995 0.2506214 0.9531607 0.2551746 0.9462091 0.2503069 0.9588623 0.2573219 0.9531607 0.2551746 0.9606287 0.2534474 0.9588623 0.2573219 0.958315 0.2602599 0.9524021 0.2587804 0.9467539 0.2555469 0.9531607 0.2551746 0.9475808 0.258916 0.953995 0.2506214 0.9563185 0.2414311 0.9606287 0.2534474 0.953995 0.2506214 0.9462091 0.2503069 0.9463788 0.2404747 0.9593865 0.2299221 0.9563185 0.2414311 0.9469059 0.2283465 0.9593865 0.2299221 0.970685 0.234412 0.9650045 0.2450583 0.9804424 0.2554405 0.9723532 0.2603066 0.9672045 0.2566114 0.9650045 0.2450583 0.9737051 0.249482 0.9606287 0.2534474 0.9650045 0.2450583 0.970685 0.234412 0.982049 0.2404209 0.9804424 0.2554405 0.9737051 0.249482 0.9907463 0.2492849 0.9687185 0.2742252 0.9760167 0.2796936 0.9609324 0.2786642 0.9687185 0.2742252 0.9736863 0.2694913 0.9818463 0.2723612 0.985254 0.2865912 0.9760167 0.2796936 0.9921472 0.2759779 0.9673794 0.286024 0.9760167 0.2796936 0.9755776 0.2951429 0.9471596 0.2970681 0.9411385 0.2861469 0.9514576 0.2825451 0.9673794 0.286024 0.9575641 0.2917077 0.9609324 0.2786642 0.9673794 0.286024 0.9755776 0.2951429 0.9653301 0.3025961 0.9471596 0.2970681 0.9575641 0.2917077 0.9547971 0.3095 0.9686935 0.2625935 0.9723532 0.2603066 0.9747059 0.2647258 0.9747059 0.2647258 0.9736863 0.2694913 0.9698085 0.268115 0.9680883 0.2654832 0.9707197 0.2652235 0.9676117 0.2677822 0.9680883 0.2654832 0.9670274 0.2632784 0.9686935 0.2625935 0.9308485 0.2678698 0.9250205 0.2613893 0.9361764 0.2546769 0.9361764 0.2546769 0.9462091 0.2503069 0.9467539 0.2555469 0.9435452 0.2634471 0.9391104 0.2605506 0.9475808 0.258916 0.9308485 0.2678698 0.9391104 0.2605506 0.9358887 0.2724585 0.9319962 0.2310807 0.9469059 0.2283465 0.9463788 0.2404747 0.9361764 0.2546769 0.9339175 0.2440637 0.9462091 0.2503069 0.9201954 0.2499254 0.9339175 0.2440637 0.9250205 0.2613893 0.9201954 0.2499254 0.9158719 0.2359698 0.9319962 0.2310807 0.9940453 0.2623398 0.9921472 0.2759779 0.9818463 0.2723612 0.9747059 0.2647258 0.9832389 0.2636719 0.9736863 0.2694913 0.9804424 0.2554405 0.9832389 0.2636719 0.9723532 0.2603066 0.9940453 0.2623398 0.9832389 0.2636719 0.9907463 0.2492849 0.1061109 0.828616 0.1013566 0.828344 0.1035175 0.8386076 0.1071158 0.8482936 0.1074768 0.838534 0.1024444 0.8480501 0.1149225 0.8374756 0.1074768 0.838534 0.1152734 0.8469144 0.1061109 0.828616 0.1074768 0.838534 0.1133607 0.8276711 0.1061109 0.828616 0.1038287 0.8202854 0.1013566 0.828344 0.1061109 0.828616 0.1133607 0.8276711 0.1110327 0.8196248 0.1110327 0.8196248 0.1112861 0.8115368 0.1033224 0.8115345 0.1174687 0.8016074 0.1072843 0.8003562 0.1112861 0.8115368 0.1174687 0.8016074 0.123927 0.7904492 0.1122373 0.7882649 0.09720033 0.7981095 0.1072843 0.8003562 0.09760838 0.7837323 0.09720033 0.7981095 0.09760838 0.7837323 0.08729511 0.7877162 0.08729511 0.7877162 0.07594782 0.786287 0.07507765 0.7944503 0.056427 0.7855531 0.03512537 0.781163 0.04029983 0.7873314 0.056427 0.7855531 0.0579617 0.7909806 0.07594782 0.786287 0.025729 0.8505575 0.02504557 0.8491923 0.02113783 0.8528631 0.025729 0.8505575 0.03122496 0.8478211 0.0308156 0.8462157 0.03714114 0.8447529 0.04356569 0.8415436 0.04317641 0.8397502 0.03714114 0.8447529 0.0367791 0.8430022 0.03122496 0.8478211 0.05058693 0.8383836 0.05681616 0.835922 0.05659288 0.8343163 0.05058693 0.8383836 0.0502479 0.8366581 0.04356569 0.8415436 0.08596056 0.8226217 0.0786736 0.8258953 0.08641153 0.8257105 0.0775929 0.8235515 0.0786736 0.8258953 0.08410573 0.8191711 0.07216674 0.8292424 0.0786736 0.8258953 0.07210397 0.8270497 0.07216674 0.8292424 0.07165306 0.8310757 0.07852345 0.8281084 0.06408071 0.8326727 0.06081032 0.833315 0.06391453 0.8341318 0.06408071 0.8326727 0.06413453 0.8309004 0.06071281 0.8316007 0.06071281 0.8316007 0.0563538 0.8325446 0.05659288 0.8343163 0.0608648 0.8348077 0.06081032 0.833315 0.05681616 0.835922 0.06018882 0.8277662 0.06048375 0.829724 0.06345909 0.8265436 0.06018882 0.8277662 0.0558449 0.8290173 0.05610245 0.8307793 0.07216674 0.8292424 0.06758427 0.8314084 0.07165306 0.8310757 0.07216674 0.8292424 0.07210397 0.8270497 0.06777471 0.8294414 0.06408071 0.8326727 0.06758427 0.8314084 0.06413453 0.8309004 0.06408071 0.8326727 0.06391453 0.8341318 0.06714701 0.8329857 0.08777707 0.8116575 0.08187597 0.8089895 0.08353513 0.8120332 0.07168853 0.8055765 0.08187597 0.8089895 0.07425856 0.8013487 0.07168853 0.8055765 0.06469261 0.8087683 0.07831734 0.8108164 0.01683056 0.7873627 0.009437203 0.7855041 0.01633155 0.7886981 0.007025837 0.7849535 0.009437203 0.7855041 0.007710576 0.7838748 0.007025837 0.7849535 0.006216049 0.7856748 0.008737444 0.7863982 0.05950742 0.7966907 0.04360222 0.7919874 0.04426759 0.7952705 0.04426759 0.7952705 0.0436145 0.797867 0.05687558 0.8036346 0.07168853 0.8055765 0.05876386 0.8006103 0.06469261 0.8087683 0.07168853 0.8055765 0.07425856 0.8013487 0.05950742 0.7966907 0.01683056 0.7873627 0.01633155 0.7886981 0.02902853 0.7927046 0.04426759 0.7952705 0.0293653 0.7907363 0.0436145 0.797867 0.09069538 0.8163062 0.09532028 0.8108911 0.08777707 0.8116575 0.08356356 0.8135987 0.08784252 0.8143883 0.08353513 0.8120332 0.0837776 0.8162608 0.08784252 0.8143883 0.08173507 0.8148713 0.08356356 0.8135987 0.08353513 0.8120332 0.07831734 0.8108164 0.0700125 0.8123146 0.07709735 0.8126134 0.06469261 0.8087683 0.07711952 0.8144396 0.07709735 0.8126134 0.07021182 0.81413 0.08356356 0.8135987 0.07709735 0.8126134 0.08173507 0.8148713 0.1270112 0.8236765 0.1133607 0.8276711 0.1149225 0.8374756 0.1149225 0.8374756 0.1152734 0.8469144 0.1297546 0.8414124 0.1441345 0.8262591 0.1288338 0.83275 0.1454447 0.8338708 0.1441345 0.8262591 0.1421551 0.8183253 0.1270112 0.8236765 0.1110327 0.8196248 0.1242344 0.8158625 0.1112861 0.8115368 0.1270112 0.8236765 0.1242344 0.8158625 0.1133607 0.8276711 0.1270112 0.8236765 0.1421551 0.8183253 0.1390305 0.8110253 0.1234636 0.8083665 0.1242344 0.8158625 0.1368337 0.8042185 0.1174687 0.8016074 0.1276593 0.8002467 0.123927 0.7904492 0.1174687 0.8016074 0.1112861 0.8115368 0.1234636 0.8083665 0.1376381 0.7977643 0.1276593 0.8002467 0.1368337 0.8042185 0.1376381 0.7977643 0.1390922 0.7907456 0.1321744 0.7911787 0.1441345 0.8262591 0.1557478 0.8199045 0.1421551 0.8183253 0.1441345 0.8262591 0.1454447 0.8338708 0.157229 0.8263728 0.1676418 0.8134695 0.1557478 0.8199045 0.1690972 0.819081 0.1538851 0.8133105 0.1557478 0.8199045 0.1658788 0.8079703 0.1483753 0.8012874 0.1368337 0.8042185 0.1390305 0.8110253 0.1538851 0.8133105 0.1510177 0.8071395 0.1421551 0.8183253 0.1538851 0.8133105 0.1658788 0.8079703 0.1630904 0.8029891 0.1483753 0.8012874 0.1510177 0.8071395 0.1600606 0.798156 0.1376381 0.7977643 0.1471872 0.7956504 0.1390922 0.7907456 0.1376381 0.7977643 0.1368337 0.8042185 0.1483753 0.8012874 0.1483753 0.8012874 0.1600606 0.798156 0.1575734 0.7931012 0.1467931 0.7894418 0.1471872 0.7956504 0.1560176 0.787372 0.1818138 0.8016431 0.1658788 0.8079703 0.1676418 0.8134695 0.1850388 0.8121586 0.1837847 0.8067373 0.1690972 0.819081 0.1850388 0.8121586 0.2030172 0.8054208 0.202052 0.7998567 0.1818138 0.8016431 0.1837847 0.8067373 0.1997194 0.7948225 0.1738622 0.793407 0.1600606 0.798156 0.1630904 0.8029891 0.1818138 0.8016431 0.1781427 0.7973583 0.1658788 0.8079703 0.1818138 0.8016431 0.1997194 0.7948225 0.1946849 0.7909874 0.1738622 0.793407 0.1781427 0.7973583 0.1887219 0.7878491 0.1675066 0.7846403 0.1560176 0.787372 0.1575734 0.7931012 0.1738622 0.793407 0.1700629 0.789313 0.1600606 0.798156 0.1738622 0.793407 0.1887219 0.7878491 0.1836042 0.7849053 0.1675066 0.7846403 0.1700629 0.789313 0.1801277 0.7815777 0.09397059 0.8255084 0.09288311 0.8206764 0.08641153 0.8257105 0.09397059 0.8255084 0.1013566 0.828344 0.09898972 0.819938 0.09397059 0.8255084 0.08641153 0.8257105 0.08620822 0.8277898 0.08620822 0.8277898 0.08555477 0.8297784 0.09201192 0.8312669 0.09863626 0.8329126 0.09352254 0.8288118 0.09621292 0.8354122 0.09863626 0.8329126 0.1013566 0.828344 0.09397059 0.8255084 0.1035175 0.8386076 0.1013566 0.828344 0.09863626 0.8329126 0.09696626 0.8420184 0.1000654 0.8403785 0.09621292 0.8354122 0.09696626 0.8420184 0.09510266 0.8487328 0.09842193 0.8486839 0.1035175 0.8386076 0.1000654 0.8403785 0.1024444 0.8480501 0.02267998 0.8530783 0.02579158 0.8513851 0.02113783 0.8528631 0.02988487 0.8495271 0.02579158 0.8513851 0.02633464 0.8525848 0.025729 0.8505575 0.02579158 0.8513851 0.03122496 0.8478211 0.04353755 0.8429519 0.03617489 0.8464754 0.04356241 0.8449291 0.04353755 0.8429519 0.04356569 0.8415436 0.03714114 0.8447529 0.03714114 0.8447529 0.03122496 0.8478211 0.02988487 0.8495271 0.02988487 0.8495271 0.02633464 0.8525848 0.03502798 0.8483367 0.05102986 0.8411133 0.05722928 0.8391047 0.05702024 0.8371893 0.05058693 0.8383836 0.0508486 0.8396782 0.05681616 0.835922 0.04353755 0.8429519 0.0508486 0.8396782 0.04356569 0.8415436 0.04353755 0.8429519 0.04356241 0.8449291 0.05102986 0.8411133 0.08620822 0.8277898 0.07817721 0.8295599 0.08555477 0.8297784 0.08620822 0.8277898 0.08641153 0.8257105 0.07852345 0.8281084 0.07113617 0.8322826 0.07817721 0.8295599 0.07165306 0.8310757 0.07113617 0.8322826 0.07125312 0.83363 0.07803314 0.8311427 0.06117361 0.8377136 0.06407982 0.8368498 0.06383687 0.8352895 0.06383687 0.8352895 0.06391453 0.8341318 0.0608648 0.8348077 0.0608648 0.8348077 0.05681616 0.835922 0.05702024 0.8371893 0.06117361 0.8377136 0.0609647 0.8360198 0.05722928 0.8391047 0.06702083 0.8355105 0.07125312 0.83363 0.07113617 0.8322826 0.07113617 0.8322826 0.07165306 0.8310757 0.06714701 0.8329857 0.06383687 0.8352895 0.06679171 0.8341182 0.06391453 0.8341318 0.06702083 0.8355105 0.06679171 0.8341182 0.06407982 0.8368498 0.09805506 0.7727894 0.09503918 0.7737924 0.09760838 0.7837323 0.09805506 0.7727894 0.09619373 0.7657351 0.09386974 0.7678754 0.09274441 0.7733436 0.09503918 0.7737924 0.09191286 0.7693185 0.09274441 0.7733436 0.09116303 0.7766397 0.09361791 0.7786492 0.06702083 0.8355105 0.0683369 0.8378673 0.07125312 0.83363 0.06702083 0.8355105 0.06407982 0.8368498 0.06487542 0.8395168 0.06976944 0.8402962 0.0683369 0.8378673 0.06582009 0.8431687 0.06976944 0.8402962 0.07454764 0.8389813 0.07264107 0.8358845 0.06117361 0.8377136 0.06155514 0.8406516 0.06407982 0.8368498 0.06117361 0.8377136 0.05722928 0.8391047 0.05852907 0.8418711 0.05852907 0.8418711 0.05838322 0.84564 0.06192588 0.8435289 0.06192588 0.8435289 0.06582009 0.8431687 0.06487542 0.8395168 0.07803314 0.8311427 0.07848954 0.8337499 0.08555477 0.8297784 0.07803314 0.8311427 0.07125312 0.83363 0.07264107 0.8358845 0.07912772 0.8364673 0.07848954 0.8337499 0.07454764 0.8389813 0.07912772 0.8364673 0.08382952 0.836036 0.08465534 0.8325957 0.09335076 0.8365973 0.09621292 0.8354122 0.09201192 0.8312669 0.08465534 0.8325957 0.0899114 0.8335539 0.08555477 0.8297784 0.08465534 0.8325957 0.08382952 0.836036 0.08807915 0.8354612 0.09335076 0.8365973 0.0899114 0.8335539 0.09093075 0.8371509 0.09254044 0.8467351 0.09510266 0.8487328 0.09696626 0.8420184 0.09335076 0.8365973 0.09406638 0.841699 0.09621292 0.8354122 0.09335076 0.8365973 0.09093075 0.8371509 0.0918228 0.840708 0.09254044 0.8467351 0.09406638 0.841699 0.09077918 0.8443006 0.09145277 0.8532031 0.08925527 0.8495814 0.08630949 0.8564077 0.09145277 0.8532031 0.09510266 0.8487328 0.09254044 0.8467351 0.08782374 0.8460965 0.08925527 0.8495814 0.09077918 0.8443006 0.08782374 0.8460965 0.08357155 0.8457552 0.08476173 0.8514184 0.06457328 0.8618487 0.06370991 0.8571462 0.06160634 0.8629484 0.06457328 0.8618487 0.06734168 0.8612888 0.06702399 0.8562603 0.06702399 0.8562603 0.06684577 0.8515186 0.06317901 0.8538432 0.06317901 0.8538432 0.05930292 0.8541521 0.06038451 0.8583871 0.0701673 0.8615011 0.07052946 0.8557868 0.06734168 0.8612888 0.07460033 0.855063 0.07052946 0.8557868 0.07404398 0.8612565 0.07460033 0.855063 0.07553178 0.8483318 0.07105195 0.8511899 0.06702399 0.8562603 0.07052946 0.8557868 0.06684577 0.8515186 0.07460033 0.855063 0.07404398 0.8612565 0.07996565 0.8593254 0.08476173 0.8514184 0.07961058 0.8534262 0.08630949 0.8564077 0.08476173 0.8514184 0.08357155 0.8457552 0.07960915 0.8483516 0.07460033 0.855063 0.07961058 0.8534262 0.07553178 0.8483318 0.03706538 0.7600123 0.0400319 0.7559865 0.03512817 0.7563824 0.02847367 0.7603839 0.032404 0.7603742 0.03141283 0.7563082 0.03254252 0.7631471 0.032404 0.7603742 0.02865928 0.764113 0.03254252 0.7631471 0.03657186 0.7640475 0.03706538 0.7600123 0.02847367 0.7603839 0.03141283 0.7563082 0.02703893 0.7561355 0.01859056 0.7605924 0.02349674 0.7605198 0.02246922 0.7558953 0.01859056 0.7605924 0.01681411 0.7652527 0.02297413 0.7635392 0.02297413 0.7635392 0.02865928 0.764113 0.02847367 0.7603839 0.05188614 0.7575407 0.05632513 0.7536304 0.04797083 0.7547488 0.03706538 0.7600123 0.0442357 0.75882 0.0400319 0.7559865 0.03706538 0.7600123 0.03657186 0.7640475 0.04235887 0.7621838 0.05188614 0.7575407 0.0442357 0.75882 0.04784476 0.7622206 0.09386974 0.7678754 0.09619373 0.7657351 0.09090304 0.7611651 0.08383142 0.7615172 0.08949154 0.7639959 0.0846737 0.7583934 0.08383142 0.7615172 0.08318543 0.7652251 0.0883727 0.7664237 0.0883727 0.7664237 0.09191286 0.7693185 0.09386974 0.7678754 0.08383142 0.7615172 0.0846737 0.7583934 0.07999646 0.7567339 0.07394611 0.7585728 0.07881647 0.7598029 0.07599896 0.7557143 0.07394611 0.7585728 0.07173264 0.7620506 0.07782852 0.7624831 0.07782852 0.7624831 0.08318543 0.7652251 0.08383142 0.7615172 0.02070629 0.7778393 0.02418833 0.7788302 0.0262143 0.7748254 0.02423202 0.7812725 0.02418833 0.7788302 0.01584404 0.780086 0.02874195 0.7779567 0.02418833 0.7788302 0.03512537 0.781163 0.03572088 0.7768527 0.03804641 0.7731969 0.0324577 0.7745688 0.0324577 0.7745688 0.0262143 0.7748254 0.02874195 0.7779567 0.03572088 0.7768527 0.03238093 0.7765912 0.03512537 0.781163 0.01979702 0.7761763 0.01821666 0.7774514 0.0262143 0.7748254 0.01430428 0.7783547 0.01821666 0.7774514 0.01461857 0.7764055 0.01430428 0.7783547 0.01584404 0.780086 0.02070629 0.7778393 0.04236865 0.773859 0.03961366 0.7760369 0.04791939 0.7732267 0.03572088 0.7768527 0.03961366 0.7760369 0.03804641 0.7731969 0.0416913 0.7771477 0.03961366 0.7760369 0.03512537 0.781163 0.080657 0.7815935 0.08583348 0.7827417 0.0819922 0.7766135 0.08729511 0.7877162 0.08583348 0.7827417 0.07594782 0.786287 0.08878999 0.7807447 0.08583348 0.7827417 0.09760838 0.7837323 0.08746433 0.7773474 0.0902242 0.7793476 0.09116303 0.7766397 0.08746433 0.7773474 0.0819922 0.7766135 0.08878999 0.7807447 0.09361791 0.7786492 0.0902242 0.7793476 0.09760838 0.7837323 0.07643038 0.7766606 0.07693225 0.7797105 0.0819922 0.7766135 0.07643038 0.7766606 0.07120734 0.7748727 0.07342541 0.780231 0.080657 0.7815935 0.07693225 0.7797105 0.07594782 0.786287 0.05304396 0.8752986 0.05219024 0.8724436 0.04854351 0.8762809 0.05304396 0.8752986 0.05692738 0.8743048 0.05606365 0.8712992 0.05059421 0.8672863 0.05219024 0.8724436 0.05446302 0.8658679 0.05059421 0.8672863 0.04637688 0.868907 0.04781031 0.8736647 0.06056982 0.8730875 0.05973917 0.8699777 0.05692738 0.8743048 0.06056982 0.8730875 0.06381982 0.8718225 0.06304574 0.868671 0.05818498 0.864355 0.05973917 0.8699777 0.06160634 0.8629484 0.05818498 0.864355 0.05446302 0.8658679 0.05606365 0.8712992 0.05416697 0.8432379 0.05112773 0.8432604 0.05124735 0.8482229 0.05416697 0.8432379 0.05722928 0.8391047 0.05102986 0.8411133 0.05102986 0.8411133 0.04356241 0.8449291 0.04808181 0.845811 0.047082 0.849525 0.0461663 0.8478519 0.04344624 0.8518011 0.047082 0.849525 0.05124735 0.8482229 0.04808181 0.845811 0.04358243 0.8483214 0.0461663 0.8478519 0.04356241 0.8449291 0.05416697 0.8432379 0.05124735 0.8482229 0.05506622 0.8462093 0.05852907 0.8418711 0.05595028 0.8437748 0.05838322 0.84564 0.05416697 0.8432379 0.05595028 0.8437748 0.05722928 0.8391047 0.03875011 0.8499143 0.03484797 0.8505039 0.03518766 0.8552901 0.03502798 0.8483367 0.03484797 0.8505039 0.04356241 0.8449291 0.03502798 0.8483367 0.02633464 0.8525848 0.03099906 0.8535277 0.02954381 0.8574838 0.02839773 0.8559601 0.02478426 0.8602898 0.02954381 0.8574838 0.03518766 0.8552901 0.03099906 0.8535277 0.02491104 0.8565551 0.02839773 0.8559601 0.02633464 0.8525848 0.03875011 0.8499143 0.03518766 0.8552901 0.03973728 0.8527329 0.04358243 0.8483214 0.04090458 0.8501445 0.04344624 0.8518011 0.03875011 0.8499143 0.04090458 0.8501445 0.04356241 0.8449291 0.04160958 0.8710268 0.0403307 0.8674505 0.03675532 0.8731471 0.04160958 0.8710268 0.04637688 0.868907 0.04500943 0.8650982 0.03919643 0.8645522 0.0403307 0.8674505 0.04384392 0.8612475 0.03919643 0.8645522 0.03430622 0.8660566 0.03566575 0.8697552 0.05059421 0.8672863 0.04922103 0.8632341 0.04637688 0.868907 0.05059421 0.8672863 0.05446302 0.8658679 0.05311602 0.861597 0.04825532 0.8602815 0.04922103 0.8632341 0.05204141 0.8575327 0.04825532 0.8602815 0.04384392 0.8612475 0.04500943 0.8650982 0.05818498 0.864355 0.05684524 0.859926 0.05446302 0.8658679 0.05818498 0.864355 0.06160634 0.8629484 0.06038451 0.8583871 0.05589801 0.8567636 0.05684524 0.859926 0.05930292 0.8541521 0.05589801 0.8567636 0.05204141 0.8575327 0.05311602 0.861597 0.07782852 0.7624831 0.07173264 0.7620506 0.07352185 0.7644448 0.07773101 0.765435 0.07753795 0.7641302 0.07441288 0.7656275 0.07773101 0.765435 0.0808115 0.7674292 0.08126723 0.7665672 0.08126723 0.7665672 0.08318543 0.7652251 0.07782852 0.7624831 0.07286119 0.7732112 0.07193392 0.7685596 0.07120734 0.7748727 0.07286119 0.7732112 0.07381111 0.7726774 0.07306408 0.7689338 0.07306408 0.7689338 0.07441288 0.7656275 0.07352185 0.7644448 0.07352185 0.7644448 0.07173264 0.7620506 0.07122218 0.7683926 0.07643038 0.7766606 0.0819922 0.7766135 0.08020681 0.7743098 0.08020681 0.7743098 0.07998782 0.7734999 0.07678067 0.7741821 0.07286119 0.7732112 0.07639056 0.7751362 0.07381111 0.7726774 0.07286119 0.7732112 0.07120734 0.7748727 0.07643038 0.7766606 0.0883727 0.7664237 0.08318543 0.7652251 0.08456873 0.7676352 0.08797967 0.7688242 0.08795976 0.7678568 0.08507293 0.7686101 0.08797967 0.7688242 0.09059447 0.7707302 0.09101051 0.7701898 0.0883727 0.7664237 0.08795976 0.7678568 0.09191286 0.7693185 0.08242207 0.7707163 0.0819922 0.7766135 0.08339846 0.7747523 0.08339846 0.7747523 0.08408534 0.774248 0.08364027 0.7711693 0.08364027 0.7711693 0.08507293 0.7686101 0.08456873 0.7676352 0.08456873 0.7676352 0.08318543 0.7652251 0.08242207 0.7707163 0.08746433 0.7773474 0.09116303 0.7766397 0.09013891 0.7757413 0.08681184 0.7755922 0.08659851 0.7763025 0.08983033 0.7752442 0.08339846 0.7747523 0.08659851 0.7763025 0.08408534 0.774248 0.08339846 0.7747523 0.0819922 0.7766135 0.08746433 0.7773474 0.09274441 0.7733436 0.09191286 0.7693185 0.09101051 0.7701898 0.09101051 0.7701898 0.09059447 0.7707302 0.09115129 0.7732469 0.09115129 0.7732469 0.08983033 0.7752442 0.09013891 0.7757413 0.09274441 0.7733436 0.09167319 0.7732608 0.09116303 0.7766397 0.04236865 0.773859 0.04791939 0.7732267 0.04605966 0.7714831 0.0429787 0.7719331 0.04316461 0.7727037 0.04528081 0.7709648 0.03989899 0.7717955 0.04316461 0.7727037 0.04036086 0.771308 0.03989899 0.7717955 0.03804641 0.7731969 0.04236865 0.773859 0.0476216 0.7677254 0.04784476 0.7622206 0.04521387 0.7648229 0.04521387 0.7648229 0.04444152 0.7660872 0.04569911 0.7684526 0.04605966 0.7714831 0.0467078 0.7680553 0.04528081 0.7709648 0.04605966 0.7714831 0.04791939 0.7732267 0.0476216 0.7677254 0.04235887 0.7621838 0.03657186 0.7640475 0.03852164 0.7656826 0.04171574 0.7655593 0.04168248 0.7641883 0.03930568 0.7666248 0.04171574 0.7655593 0.04444152 0.7660872 0.04521387 0.7648229 0.04521387 0.7648229 0.04784476 0.7622206 0.04235887 0.7621838 0.03989899 0.7717955 0.03813922 0.7688367 0.03804641 0.7731969 0.03989899 0.7717955 0.04036086 0.771308 0.03899532 0.7690398 0.03852164 0.7656826 0.03813922 0.7688367 0.03930568 0.7666248 0.03852164 0.7656826 0.03657186 0.7640475 0.03732889 0.7686901 0.02297413 0.7635392 0.01681411 0.7652527 0.01833844 0.7671107 0.01833844 0.7671107 0.01892435 0.7680256 0.02245998 0.7664088 0.02649152 0.7658042 0.02269029 0.7652392 0.025554 0.766632 0.02649152 0.7658042 0.02865928 0.764113 0.02297413 0.7635392 0.01536709 0.771131 0.01461857 0.7764055 0.01690655 0.7743573 0.0173186 0.7708172 0.01630026 0.7709413 0.01784199 0.7732447 0.0173186 0.7708172 0.01892435 0.7680256 0.01833844 0.7671107 0.01536709 0.771131 0.01630026 0.7709413 0.01681411 0.7652527 0.01979702 0.7761763 0.0262143 0.7748254 0.02461987 0.7731764 0.02069371 0.7737692 0.0204879 0.7749852 0.02398705 0.7724535 0.01690655 0.7743573 0.0204879 0.7749852 0.01784199 0.7732447 0.01979702 0.7761763 0.0204879 0.7749852 0.01461857 0.7764055 0.02772933 0.7693144 0.02865928 0.764113 0.02649152 0.7658042 0.02649152 0.7658042 0.025554 0.766632 0.02583509 0.7693607 0.02583509 0.7693607 0.02398705 0.7724535 0.02461987 0.7731764 0.02772933 0.7693144 0.02687788 0.7692829 0.0262143 0.7748254 0.03254252 0.7631471 0.02865928 0.764113 0.03002136 0.7659653 0.03002136 0.7659653 0.03043574 0.7668611 0.03220003 0.765769 0.0347979 0.7656242 0.03240364 0.7647189 0.03401565 0.7663249 0.0347979 0.7656242 0.03657186 0.7640475 0.03254252 0.7631471 0.02772933 0.7693144 0.0262143 0.7748254 0.02909749 0.7726091 0.02909749 0.7726091 0.02998244 0.7717673 0.02951121 0.7693973 0.02951121 0.7693973 0.03043574 0.7668611 0.03002136 0.7659653 0.03002136 0.7659653 0.02865928 0.764113 0.02772933 0.7693144 0.0357939 0.7718905 0.03245168 0.7733257 0.03804641 0.7731969 0.03240549 0.772361 0.03245168 0.7733257 0.03477722 0.7713068 0.02909749 0.7726091 0.03245168 0.7733257 0.02998244 0.7717673 0.0324577 0.7745688 0.03245168 0.7733257 0.0262143 0.7748254 0.0347979 0.7656242 0.03625202 0.7686691 0.03657186 0.7640475 0.0347979 0.7656242 0.03401565 0.7663249 0.03509432 0.7687328 0.03509432 0.7687328 0.03477722 0.7713068 0.0357939 0.7718905 0.0357939 0.7718905 0.03804641 0.7731969 0.03732889 0.7686901 0.01536709 0.771131 0.01681411 0.7652527 0.0142939 0.7679973 0.01346296 0.7719543 0.01441115 0.7715154 0.0132361 0.7695342 0.01308715 0.7749871 0.01441115 0.7715154 0.01253545 0.7743007 0.01308715 0.7749871 0.01461857 0.7764055 0.01536709 0.771131 0.01110637 0.7664892 0.01245576 0.7666329 0.01189428 0.7641015 0.01110637 0.7664892 0.01008176 0.7685564 0.01179563 0.7684245 0.01179563 0.7684245 0.0132361 0.7695342 0.0142939 0.7679973 0.0142939 0.7679973 0.01681411 0.7652527 0.01344668 0.764169 0.02954381 0.8574838 0.02478426 0.8602898 0.0262764 0.8611964 0.0262764 0.8611964 0.02680104 0.8616629 0.02987968 0.8596045 0.03350049 0.8580362 0.0298801 0.8585975 0.03295874 0.8589972 0.03350049 0.8580362 0.03518766 0.8552901 0.02954381 0.8574838 0.03466981 0.8607392 0.03518766 0.8552901 0.03350049 0.8580362 0.03368175 0.861266 0.03429204 0.8610697 0.03295874 0.8589972 0.03368175 0.861266 0.03250408 0.8641551 0.03289431 0.8649046 0.03289431 0.8649046 0.03430622 0.8660566 0.03466981 0.8607392 0.03628039 0.8564717 0.03912401 0.8542186 0.03518766 0.8552901 0.03628039 0.8564717 0.0365718 0.8568099 0.03894585 0.8551622 0.04184281 0.8540099 0.03912401 0.8542186 0.04120606 0.8549284 0.04184281 0.8540099 0.04344624 0.8518011 0.03973728 0.8527329 0.03466981 0.8607392 0.03430622 0.8660566 0.03567922 0.8626096 0.03561127 0.8591005 0.03501498 0.8599517 0.03620421 0.8608359 0.03561127 0.8591005 0.0365718 0.8568099 0.03628039 0.8564717 0.03466981 0.8607392 0.03501498 0.8599517 0.03518766 0.8552901 0.03919643 0.8645522 0.04384392 0.8612475 0.04169476 0.8601389 0.03849059 0.8608177 0.03862458 0.8623965 0.04089075 0.8593856 0.03567922 0.8626096 0.03862458 0.8623965 0.03620421 0.8608359 0.03567922 0.8626096 0.03430622 0.8660566 0.03919643 0.8645522 0.04351317 0.8564354 0.04344624 0.8518011 0.04184281 0.8540099 0.04182511 0.8568794 0.0427336 0.8566634 0.04120606 0.8549284 0.04182511 0.8568794 0.04089075 0.8593856 0.04169476 0.8601389 0.04169476 0.8601389 0.04384392 0.8612475 0.04351317 0.8564354 0.047082 0.849525 0.04344624 0.8518011 0.04474395 0.852654 0.04756557 0.8513934 0.04745596 0.8505571 0.04520559 0.8530743 0.05027449 0.8504267 0.04745596 0.8505571 0.0499944 0.8511607 0.05027449 0.8504267 0.05124735 0.8482229 0.047082 0.849525 0.04351317 0.8564354 0.04384392 0.8612475 0.04500156 0.8587162 0.0444867 0.8556746 0.04394066 0.8560835 0.045376 0.8575826 0.0444867 0.8556746 0.04520559 0.8530743 0.04474395 0.852654 0.04351317 0.8564354 0.04394066 0.8560835 0.04344624 0.8518011 0.04825532 0.8602815 0.05204141 0.8575327 0.05065566 0.8561638 0.05065566 0.8561638 0.05023699 0.855342 0.04784095 0.8571864 0.04500156 0.8587162 0.04788184 0.8584232 0.045376 0.8575826 0.04500156 0.8587162 0.04384392 0.8612475 0.04825532 0.8602815 0.05164235 0.8528948 0.05124735 0.8482229 0.05027449 0.8504267 0.05091983 0.8529053 0.05139714 0.8528969 0.0499944 0.8511607 0.05065566 0.8561638 0.05139714 0.8528969 0.05023699 0.855342 0.05065566 0.8561638 0.05204141 0.8575327 0.05164235 0.8528948 0.05506622 0.8462093 0.05124735 0.8482229 0.05249631 0.8493219 0.05491381 0.848106 0.05481392 0.8473881 0.05291664 0.849646 0.05730837 0.8473426 0.05481392 0.8473881 0.05704599 0.8480007 0.05730837 0.8473426 0.05838322 0.84564 0.05506622 0.8462093 0.05164235 0.8528948 0.05204141 0.8575327 0.05297738 0.8550369 0.05241 0.8520466 0.05192655 0.8525176 0.0532903 0.8539115 0.05241 0.8520466 0.05291664 0.849646 0.05249631 0.8493219 0.05249631 0.8493219 0.05124735 0.8482229 0.05164235 0.8528948 0.05589801 0.8567636 0.05930292 0.8541521 0.05788862 0.8529574 0.05788862 0.8529574 0.0574826 0.8523425 0.05545395 0.8538444 0.05297738 0.8550369 0.05552148 0.8549413 0.0532903 0.8539115 0.05297738 0.8550369 0.05204141 0.8575327 0.05589801 0.8567636 0.05875438 0.8498266 0.05838322 0.84564 0.05730837 0.8473426 0.05795776 0.8499037 0.05840879 0.8498118 0.05704599 0.8480007 0.05788862 0.8529574 0.05840879 0.8498118 0.0574826 0.8523425 0.05788862 0.8529574 0.05930292 0.8541521 0.05875438 0.8498266 0.08356297 0.8407364 0.08382952 0.836036 0.08224451 0.8383946 0.08236479 0.8413407 0.08303183 0.8409835 0.08176499 0.8396198 0.08236479 0.8413407 0.08163261 0.8435789 0.082089 0.8441798 0.082089 0.8441798 0.08357155 0.8457552 0.08356297 0.8407364 0.07912772 0.8364673 0.07454764 0.8389813 0.07683509 0.8402759 0.07683509 0.8402759 0.07771527 0.8411633 0.07975327 0.8397303 0.08224451 0.8383946 0.07952922 0.8383808 0.08176499 0.8396198 0.08224451 0.8383946 0.08382952 0.836036 0.07912772 0.8364673 0.07528042 0.8434501 0.07553178 0.8483318 0.0771175 0.8459436 0.0771175 0.8459436 0.07769036 0.845139 0.07703685 0.8434098 0.07703685 0.8434098 0.07771527 0.8411633 0.07683509 0.8402759 0.07683509 0.8402759 0.07454764 0.8389813 0.07528042 0.8434501 0.07960915 0.8483516 0.08357155 0.8457552 0.082089 0.8441798 0.07964837 0.8450202 0.07961386 0.8460161 0.08163261 0.8435789 0.0771175 0.8459436 0.07961386 0.8460161 0.07769036 0.845139 0.0771175 0.8459436 0.07553178 0.8483318 0.07960915 0.8483516 0.06633001 0.8473668 0.06582009 0.8431687 0.06473261 0.8451395 0.06540238 0.8478384 0.06591141 0.847564 0.06443214 0.8459689 0.06540238 0.8478384 0.06494498 0.8501706 0.06539452 0.8505468 0.06539452 0.8505468 0.06684577 0.8515186 0.06633001 0.8473668 0.06192588 0.8435289 0.05838322 0.84564 0.05968087 0.8467617 0.06222218 0.8459321 0.06210231 0.8450405 0.0601747 0.8473113 0.06222218 0.8459321 0.06443214 0.8459689 0.06473261 0.8451395 0.06473261 0.8451395 0.06582009 0.8431687 0.06192588 0.8435289 0.05875438 0.8498266 0.05930292 0.8541521 0.06027179 0.8522745 0.06027179 0.8522745 0.06063657 0.8516051 0.05969184 0.8496896 0.05968087 0.8467617 0.05912846 0.8497973 0.0601747 0.8473113 0.05968087 0.8467617 0.05838322 0.84564 0.05875438 0.8498266 0.06317901 0.8538432 0.06684577 0.8515186 0.06539452 0.8505468 0.06287205 0.8515958 0.06293755 0.8523207 0.06494498 0.8501706 0.06027179 0.8522745 0.06293755 0.8523207 0.06063657 0.8516051 0.06027179 0.8522745 0.05930292 0.8541521 0.06317901 0.8538432 0.07528042 0.8434501 0.07454764 0.8389813 0.07339161 0.8414483 0.07388877 0.8442913 0.07458925 0.8437951 0.07303345 0.842647 0.07388877 0.8442913 0.07312673 0.8466452 0.07383322 0.8470109 0.07383322 0.8470109 0.07553178 0.8483318 0.07528042 0.8434501 0.06976944 0.8402962 0.06582009 0.8431687 0.06747156 0.8441756 0.07050681 0.8430383 0.07034814 0.8419049 0.06805378 0.8447658 0.07339161 0.8414483 0.07034814 0.8419049 0.07303345 0.842647 0.07339161 0.8414483 0.07454764 0.8389813 0.06976944 0.8402962 0.06633001 0.8473668 0.06684577 0.8515186 0.06803095 0.8494972 0.06803095 0.8494972 0.06840223 0.8487844 0.06741929 0.8471299 0.06741929 0.8471299 0.06805378 0.8447658 0.06747156 0.8441756 0.06747156 0.8441756 0.06582009 0.8431687 0.06633001 0.8473668 0.07105195 0.8511899 0.07553178 0.8483318 0.07383322 0.8470109 0.07080125 0.8483828 0.07101553 0.8491611 0.07312673 0.8466452 0.06803095 0.8494972 0.07101553 0.8491611 0.06840223 0.8487844 0.06803095 0.8494972 0.06684577 0.8515186 0.07105195 0.8511899 0.07248693 0.8437452 0.07302981 0.8447814 0.07303345 0.842647 0.07248693 0.8437452 0.07184624 0.8447932 0.07209163 0.8452684 0.07209163 0.8452684 0.07172596 0.846019 0.07242512 0.8463215 0.07388877 0.8442913 0.07302981 0.8447814 0.07312673 0.8466452 0.07050681 0.8430383 0.06805378 0.8447658 0.06889921 0.8452121 0.07085847 0.84498 0.07067918 0.8440417 0.06987625 0.8455864 0.07248693 0.8437452 0.07067918 0.8440417 0.07184624 0.8447932 0.07248693 0.8437452 0.07303345 0.842647 0.07050681 0.8430383 0.06912738 0.8478792 0.06843948 0.8467977 0.06840223 0.8487844 0.06912738 0.8478792 0.07002949 0.8468781 0.06964731 0.8463699 0.06964731 0.8463699 0.06987625 0.8455864 0.06889921 0.8452121 0.06741929 0.8471299 0.06843948 0.8467977 0.06805378 0.8447658 0.07080125 0.8483828 0.07312673 0.8466452 0.07242512 0.8463215 0.07088047 0.8466584 0.07079011 0.8475373 0.07172596 0.846019 0.06912738 0.8478792 0.07079011 0.8475373 0.07002949 0.8468781 0.06912738 0.8478792 0.06840223 0.8487844 0.07080125 0.8483828 0.06540238 0.8478384 0.06443214 0.8459689 0.06402075 0.8469581 0.0638678 0.8485197 0.06468677 0.8481658 0.06355386 0.8480269 0.0638678 0.8485197 0.06363826 0.8491809 0.06433236 0.8496994 0.06540238 0.8478384 0.06468677 0.8481658 0.06494498 0.8501706 0.06222218 0.8459321 0.0601747 0.8473113 0.06093686 0.8478749 0.06266444 0.8480295 0.06242305 0.8469495 0.0618332 0.8484455 0.06266444 0.8480295 0.06355386 0.8480269 0.06402075 0.8469581 0.06222218 0.8459321 0.06242305 0.8469495 0.06443214 0.8459689 0.06129401 0.8507381 0.06060522 0.8494694 0.06063657 0.8516051 0.06129401 0.8507381 0.06209772 0.8497723 0.06169372 0.8491932 0.06169372 0.8491932 0.0618332 0.8484455 0.06093686 0.8478749 0.05969184 0.8496896 0.06060522 0.8494694 0.0601747 0.8473113 0.06433236 0.8496994 0.06286895 0.8506858 0.06494498 0.8501706 0.06433236 0.8496994 0.06363826 0.8491809 0.06289708 0.8496834 0.06129401 0.8507381 0.06286895 0.8506858 0.06209772 0.8497723 0.06129401 0.8507381 0.06063657 0.8516051 0.06287205 0.8515958 0.08116585 0.8405602 0.08158326 0.841557 0.08176499 0.8396198 0.08116585 0.8405602 0.08050692 0.8413583 0.08074444 0.8417028 0.08074444 0.8417028 0.08054906 0.842321 0.08110791 0.8429556 0.08236479 0.8413407 0.08158326 0.841557 0.08163261 0.8435789 0.07975327 0.8397303 0.07771527 0.8411633 0.07852154 0.841754 0.07990562 0.8416197 0.07985901 0.840756 0.07929086 0.8421963 0.08116585 0.8405602 0.07985901 0.840756 0.08050692 0.8413583 0.08116585 0.8405602 0.08176499 0.8396198 0.07975327 0.8397303 0.07839578 0.8441722 0.07801228 0.843164 0.07769036 0.845139 0.07839578 0.8441722 0.07916742 0.8431244 0.07901269 0.8427971 0.07901269 0.8427971 0.07929086 0.8421963 0.07852154 0.841754 0.07703685 0.8434098 0.07801228 0.843164 0.07771527 0.8411633 0.07964837 0.8450202 0.08163261 0.8435789 0.08110791 0.8429556 0.0798515 0.8428803 0.07973653 0.8439651 0.08054906 0.842321 0.07839578 0.8441722 0.07973653 0.8439651 0.07916742 0.8431244 0.07839578 0.8441722 0.07769036 0.845139 0.07964837 0.8450202 0.01304858 0.8673725 0.01126581 0.8658767 0.01113039 0.8668615 0.01169306 0.8685367 0.01236301 0.8678494 0.01099395 0.868012 0.01295602 0.8694009 0.01236301 0.8678494 0.01208764 0.8692383 0.01295602 0.8694009 0.01391392 0.8697115 0.01304858 0.8673725 0.05491381 0.848106 0.05291664 0.849646 0.05361169 0.850201 0.05529576 0.8503774 0.05508655 0.8491582 0.05444413 0.8508713 0.05529576 0.8503774 0.05618274 0.850271 0.05664819 0.8490404 0.05491381 0.848106 0.05508655 0.8491582 0.05704599 0.8480007 0.05389767 0.8529481 0.05325287 0.8517633 0.0532903 0.8539115 0.05389767 0.8529481 0.05465233 0.8520656 0.05427551 0.8515738 0.05361169 0.850201 0.05325287 0.8517633 0.05444413 0.8508713 0.05361169 0.850201 0.05291664 0.849646 0.05241 0.8520466 0.05688303 0.8518434 0.05543375 0.8528583 0.0574826 0.8523425 0.0554372 0.8519275 0.05543375 0.8528583 0.05618667 0.8514021 0.05389767 0.8529481 0.05543375 0.8528583 0.05465233 0.8520656 0.05389767 0.8529481 0.0532903 0.8539115 0.05545395 0.8538444 0.05795776 0.8499037 0.05704599 0.8480007 0.05664819 0.8490404 0.05645745 0.8507311 0.05726742 0.8502531 0.05618274 0.850271 0.05645745 0.8507311 0.05618667 0.8514021 0.05688303 0.8518434 0.05795776 0.8499037 0.05726742 0.8502531 0.0574826 0.8523425 0.04756557 0.8513934 0.04520559 0.8530743 0.04608952 0.8536231 0.04781711 0.8536898 0.04768812 0.8524792 0.04718458 0.8542363 0.04933297 0.85224 0.04768812 0.8524792 0.04848086 0.8534919 0.04933297 0.85224 0.0499944 0.8511607 0.04756557 0.8513934 0.04623347 0.8564354 0.04562175 0.8552762 0.045376 0.8575826 0.04623347 0.8564354 0.04733234 0.8552817 0.04705142 0.854883 0.04705142 0.854883 0.04718458 0.8542363 0.04608952 0.8536231 0.0444867 0.8556746 0.04562175 0.8552762 0.04520559 0.8530743 0.04784095 0.8571864 0.05023699 0.855342 0.0494666 0.8548559 0.04794198 0.8550838 0.04787313 0.8560981 0.04852038 0.8545375 0.04623347 0.8564354 0.04787313 0.8560981 0.04733234 0.8552817 0.04623347 0.8564354 0.045376 0.8575826 0.04784095 0.8571864 0.04933297 0.85224 0.04993951 0.8533011 0.0499944 0.8511607 0.04933297 0.85224 0.04848086 0.8534919 0.04870766 0.8538906 0.04870766 0.8538906 0.04852038 0.8545375 0.0494666 0.8548559 0.05091983 0.8529053 0.04993951 0.8533011 0.05023699 0.855342 0.03894585 0.8551622 0.0365718 0.8568099 0.03741341 0.8571512 0.03937959 0.8570967 0.03908371 0.8561247 0.03853005 0.8574941 0.03937959 0.8570967 0.04013574 0.8570973 0.04065054 0.8559796 0.03894585 0.8551622 0.03908371 0.8561247 0.04120606 0.8549284 0.03713887 0.8596614 0.03674256 0.8585792 0.03620421 0.8608359 0.03713887 0.8596614 0.0382784 0.8587864 0.03814136 0.8582227 0.03814136 0.8582227 0.03853005 0.8574941 0.03741341 0.8571512 0.03561127 0.8591005 0.03674256 0.8585792 0.0365718 0.8568099 0.04030436 0.8587577 0.03866988 0.8596503 0.04089075 0.8593856 0.04030436 0.8587577 0.03982675 0.8581925 0.03900587 0.8586884 0.03713887 0.8596614 0.03866988 0.8596503 0.0382784 0.8587864 0.03713887 0.8596614 0.03620421 0.8608359 0.03849059 0.8608177 0.04182511 0.8568794 0.04120606 0.8549284 0.04065054 0.8559796 0.04024404 0.8575623 0.04101103 0.8571957 0.04013574 0.8570973 0.04024404 0.8575623 0.03982675 0.8581925 0.04030436 0.8587577 0.04182511 0.8568794 0.04101103 0.8571957 0.04089075 0.8593856 0.02987968 0.8596045 0.02680104 0.8616629 0.02795737 0.8622127 0.03022021 0.8621096 0.03001582 0.8608079 0.02942955 0.8628041 0.03210455 0.86028 0.03001582 0.8608079 0.03109419 0.8617239 0.03210455 0.86028 0.03295874 0.8589972 0.02987968 0.8596045 0.0283513 0.8642759 0.02751368 0.8634719 0.02725803 0.8652111 0.0283513 0.8642759 0.02985376 0.8635445 0.02939325 0.8633233 0.02939325 0.8633233 0.02942955 0.8628041 0.02795737 0.8622127 0.02607923 0.8637471 0.02751368 0.8634719 0.02680104 0.8616629 0.02988123 0.8654087 0.03250408 0.8641551 0.03189241 0.8634775 0.03055357 0.8633446 0.030137 0.8643152 0.03117001 0.8628361 0.0283513 0.8642759 0.030137 0.8643152 0.02985376 0.8635445 0.0283513 0.8642759 0.02725803 0.8652111 0.02988123 0.8654087 0.03210455 0.86028 0.0326392 0.8616513 0.03295874 0.8589972 0.03210455 0.86028 0.03109419 0.8617239 0.03138053 0.8621309 0.03138053 0.8621309 0.03117001 0.8628361 0.03189241 0.8634775 0.03368175 0.861266 0.0326392 0.8616513 0.03250408 0.8641551 0.01230597 0.770864 0.01255303 0.7723078 0.0132361 0.7695342 0.01230597 0.770864 0.01143968 0.7720901 0.0116623 0.7726184 0.01205003 0.7736758 0.01255303 0.7723078 0.01159769 0.7730814 0.01205003 0.7736758 0.01253545 0.7743007 0.01346296 0.7719543 0.01179563 0.7684245 0.01008176 0.7685564 0.01026409 0.7704614 0.01104265 0.7718794 0.01136243 0.7701649 0.01066821 0.7719729 0.01104265 0.7718794 0.01143968 0.7720901 0.01230597 0.770864 0.01179563 0.7684245 0.01136243 0.7701649 0.0132361 0.7695342 0.009072303 0.7718282 0.008567333 0.7748981 0.009591281 0.7736234 0.01051324 0.772357 0.009552597 0.7720045 0.01064556 0.7728065 0.01051324 0.772357 0.01066821 0.7719729 0.01026409 0.7704614 0.01026409 0.7704614 0.01008176 0.7685564 0.009072303 0.7718282 0.01205003 0.7736758 0.01074326 0.7741474 0.01253545 0.7743007 0.01205003 0.7736758 0.01159769 0.7730814 0.01113295 0.773096 0.009591281 0.7736234 0.01074326 0.7741474 0.01064556 0.7728065 0.009591281 0.7736234 0.008567333 0.7748981 0.01051306 0.7751893 0.03101789 0.7677504 0.03214424 0.7669769 0.03043574 0.7668611 0.03101789 0.7677504 0.03168392 0.7686365 0.03216242 0.7682636 0.03332501 0.7672526 0.03214424 0.7669769 0.03268009 0.7682939 0.03332501 0.7672526 0.03401565 0.7663249 0.03220003 0.765769 0.03080487 0.7707532 0.03046417 0.7693105 0.02998244 0.7717673 0.03143972 0.7691696 0.03046417 0.7693105 0.031596 0.7696528 0.03143972 0.7691696 0.03168392 0.7686365 0.03101789 0.7677504 0.02951121 0.7693973 0.03046417 0.7693105 0.03043574 0.7668611 0.03240549 0.772361 0.03477722 0.7713068 0.0338642 0.7705456 0.03231912 0.7698759 0.03236168 0.7711741 0.03300303 0.7696959 0.03231912 0.7698759 0.031596 0.7696528 0.03080487 0.7707532 0.03240549 0.772361 0.03236168 0.7711741 0.02998244 0.7717673 0.03332501 0.7672526 0.03404182 0.7688403 0.03401565 0.7663249 0.03332501 0.7672526 0.03268009 0.7682939 0.03304183 0.7689699 0.0338642 0.7705456 0.03404182 0.7688403 0.03300303 0.7696959 0.0338642 0.7705456 0.03477722 0.7713068 0.03509432 0.7687328 0.01964914 0.7689542 0.02209794 0.7678369 0.01892435 0.7680256 0.01964914 0.7689542 0.02044337 0.7698898 0.02167004 0.7693943 0.02422696 0.7678652 0.02209794 0.7678369 0.02270519 0.7693011 0.02422696 0.7678652 0.025554 0.766632 0.02245998 0.7664088 0.0173186 0.7708172 0.01784199 0.7732447 0.018875 0.7720544 0.01983779 0.7704105 0.01852995 0.7706297 0.01995682 0.7708254 0.01983779 0.7704105 0.02044337 0.7698898 0.01964914 0.7689542 0.0173186 0.7708172 0.01852995 0.7706297 0.01892435 0.7680256 0.02069371 0.7737692 0.02398705 0.7724535 0.02308267 0.7716391 0.02090394 0.7710033 0.02081894 0.7724196 0.02204257 0.770779 0.018875 0.7720544 0.02081894 0.7724196 0.01995682 0.7708254 0.018875 0.7720544 0.01784199 0.7732447 0.02069371 0.7737692 0.02422696 0.7678652 0.02438694 0.7696267 0.025554 0.766632 0.02422696 0.7678652 0.02270519 0.7693011 0.02273619 0.7699871 0.02273619 0.7699871 0.02204257 0.770779 0.02308267 0.7716391 0.02583509 0.7693607 0.02438694 0.7696267 0.02398705 0.7724535 0.04427331 0.7702367 0.0427882 0.7709092 0.04528081 0.7709648 0.04427331 0.7702367 0.04315149 0.7694038 0.04259544 0.7697587 0.04109805 0.7706101 0.0427882 0.7709092 0.04197287 0.769807 0.04109805 0.7706101 0.04036086 0.771308 0.0429787 0.7719331 0.04569911 0.7684526 0.04444152 0.7660872 0.04373556 0.7672989 0.04332208 0.768877 0.04454654 0.7687018 0.0430628 0.7684845 0.04427331 0.7702367 0.04454654 0.7687018 0.04315149 0.7694038 0.04427331 0.7702367 0.04528081 0.7709648 0.04569911 0.7684526 0.04171574 0.7655593 0.03930568 0.7666248 0.04040509 0.767718 0.04232919 0.7685322 0.04196774 0.7670226 0.04166215 0.7688866 0.04232919 0.7685322 0.0430628 0.7684845 0.04373556 0.7672989 0.04171574 0.7655593 0.04196774 0.7670226 0.04444152 0.7660872 0.04109805 0.7706101 0.04020941 0.7692301 0.04036086 0.771308 0.04109805 0.7706101 0.04197287 0.769807 0.04160255 0.7694139 0.04160255 0.7694139 0.04166215 0.7688866 0.04040509 0.767718 0.04040509 0.767718 0.03930568 0.7666248 0.03899532 0.7690398 0.08797967 0.7688242 0.08507293 0.7686101 0.08600443 0.7697132 0.08841878 0.770916 0.08815932 0.7698544 0.08714962 0.7708804 0.09009671 0.7711808 0.08815932 0.7698544 0.089558 0.7715863 0.09009671 0.7711808 0.09059447 0.7707302 0.08797967 0.7688242 0.08527415 0.7735664 0.0849443 0.7714449 0.08408534 0.774248 0.08527415 0.7735664 0.08671402 0.7727963 0.08652281 0.7717227 0.08652281 0.7717227 0.08714962 0.7708804 0.08600443 0.7697132 0.08364027 0.7711693 0.0849443 0.7714449 0.08507293 0.7686101 0.08681184 0.7755922 0.08983033 0.7752442 0.08952212 0.7744385 0.08789914 0.7734546 0.08728945 0.774595 0.08921414 0.7734783 0.08527415 0.7735664 0.08728945 0.774595 0.08671402 0.7727963 0.08527415 0.7735664 0.08408534 0.774248 0.08681184 0.7755922 0.09009671 0.7711808 0.0905044 0.7730045 0.09059447 0.7707302 0.09009671 0.7711808 0.089558 0.7715863 0.08979511 0.772648 0.08952212 0.7744385 0.0905044 0.7730045 0.08921414 0.7734783 0.08952212 0.7744385 0.08983033 0.7752442 0.09115129 0.7732469 0.07773101 0.765435 0.07441288 0.7656275 0.07603508 0.7672453 0.07879185 0.7689157 0.07819396 0.7670882 0.07802289 0.7690806 0.07879185 0.7689157 0.07950168 0.7693496 0.08019644 0.7683698 0.07773101 0.765435 0.07819396 0.7670882 0.0808115 0.7674292 0.0756101 0.7719464 0.07513636 0.7694726 0.07381111 0.7726774 0.0756101 0.7719464 0.07783353 0.7711167 0.07767975 0.7700937 0.07767975 0.7700937 0.07802289 0.7690806 0.07603508 0.7672453 0.07306408 0.7689338 0.07513636 0.7694726 0.07441288 0.7656275 0.07968324 0.772301 0.07756847 0.772843 0.07998782 0.7734999 0.07968324 0.772301 0.07933598 0.7709074 0.07855516 0.7713117 0.0756101 0.7719464 0.07756847 0.772843 0.07783353 0.7711167 0.0756101 0.7719464 0.07381111 0.7726774 0.07678067 0.7741821 0.0814476 0.7706833 0.0808115 0.7674292 0.08019644 0.7683698 0.07966727 0.7701335 0.08062607 0.7704586 0.07950168 0.7693496 0.07968324 0.772301 0.08062607 0.7704586 0.07933598 0.7709074 0.07968324 0.772301 0.07998782 0.7734999 0.0814476 0.7706833 0.04029983 0.7873314 0.03512537 0.781163 0.02423202 0.7812725 0.02423202 0.7812725 0.01584404 0.780086 0.01639568 0.7831266 0.02879953 0.788258 0.02642875 0.7847592 0.0169714 0.7856361 0.03227722 0.8747696 0.03675532 0.8731471 0.03566575 0.8697552 0.03044754 0.8686612 0.03149574 0.8714765 0.03430622 0.8660566 0.03044754 0.8686612 0.0262928 0.8692064 0.02739226 0.8727855 0.03227722 0.8747696 0.03149574 0.8714765 0.02785289 0.8759838 0.02315998 0.8768799 0.02292704 0.8738529 0.01994967 0.8770185 0.02315998 0.8768799 0.02785289 0.8759838 0.02739226 0.8727855 0.02214753 0.8712571 0.02292704 0.8738529 0.0262928 0.8692064 0.02214753 0.8712571 0.01744323 0.8714504 0.01893973 0.8750243 0.03044754 0.8686612 0.03430622 0.8660566 0.03289431 0.8649046 0.02988123 0.8654087 0.0299471 0.8667479 0.03250408 0.8641551 0.02988123 0.8654087 0.02725803 0.8652111 0.02698314 0.8665537 0.03044754 0.8686612 0.0299471 0.8667479 0.0262928 0.8692064 0.02534157 0.8647847 0.02553516 0.8642758 0.02478426 0.8602898 0.02534157 0.8647847 0.0262928 0.8692064 0.02698314 0.8665537 0.02607923 0.8637471 0.02553516 0.8642758 0.02725803 0.8652111 0.02607923 0.8637471 0.02680104 0.8616629 0.0262764 0.8611964 0.01139903 0.865224 0.01376515 0.8673164 0.01192098 0.8635923 0.01139903 0.865224 0.01126581 0.8658767 0.01304858 0.8673725 0.01505106 0.8703182 0.01376515 0.8673164 0.01391392 0.8697115 0.01445943 0.8673245 0.01376515 0.8673164 0.01744323 0.8714504 0.02452403 0.8683074 0.0262928 0.8692064 0.02534157 0.8647847 0.02534157 0.8647847 0.02478426 0.8602898 0.02365899 0.8620286 0.02365899 0.8620286 0.02326416 0.8626576 0.02427881 0.8650944 0.02452403 0.8683074 0.02495861 0.8650007 0.02384525 0.8677777 0.01390385 0.86411 0.01192098 0.8635923 0.01445943 0.8673245 0.01800113 0.8695991 0.01507788 0.8670399 0.01744323 0.8714504 0.01800113 0.8695991 0.01828169 0.8687264 0.01590037 0.866623 0.01390385 0.86411 0.01507788 0.8670399 0.01503276 0.8642422 0.02214753 0.8712571 0.02167737 0.8699309 0.01744323 0.8714504 0.02214753 0.8712571 0.0262928 0.8692064 0.02452403 0.8683074 0.02138811 0.8690499 0.02167737 0.8699309 0.02384525 0.8677777 0.02138811 0.8690499 0.01828169 0.8687264 0.01800113 0.8695991 0.01892203 0.8675729 0.01828169 0.8687264 0.02138811 0.8690499 0.02138811 0.8690499 0.02384525 0.8677777 0.02290505 0.8669794 0.02094036 0.8663399 0.02115112 0.8677896 0.02183413 0.8660468 0.01892203 0.8675729 0.02115112 0.8677896 0.01974225 0.8662787 0.01657605 0.864721 0.01503276 0.8642422 0.01590037 0.866623 0.01892203 0.8675729 0.01720684 0.8662346 0.01828169 0.8687264 0.01892203 0.8675729 0.01974225 0.8662787 0.01875525 0.8658602 0.01657605 0.864721 0.01720684 0.8662346 0.01832652 0.8653731 0.02290505 0.8669794 0.02384525 0.8677777 0.02427881 0.8650944 0.02245008 0.8636536 0.02319455 0.8652363 0.02326416 0.8626576 0.02245008 0.8636536 0.02142637 0.864833 0.02190816 0.8654023 0.02290505 0.8669794 0.02319455 0.8652363 0.02183413 0.8660468 0.08517801 0.2423402 0.09543913 0.2433964 0.09298896 0.2526941 0.07953673 0.2648054 0.08286261 0.2526946 0.08918678 0.2646784 0.07953673 0.2648054 0.07068759 0.2631931 0.07349973 0.2505576 0.05952221 0.2373262 0.06045937 0.2253116 0.06709522 0.2322099 0.07349973 0.2505576 0.07068759 0.2631931 0.06344038 0.2581022 0.05952221 0.2373262 0.06566387 0.2441455 0.05770915 0.252442 0.04404503 0.2465276 0.04118788 0.2697691 0.03780144 0.246808 0.04578 0.2709738 0.04118788 0.2697691 0.04927432 0.2473977 0.04578 0.2709738 0.04214978 0.3001343 0.03820532 0.2985229 0.03557044 0.2697044 0.04118788 0.2697691 0.03333139 0.2977963 0.04578 0.2709738 0.04927432 0.2473977 0.05340808 0.2491215 0.05414438 0.27376 0.04981279 0.2721775 0.05770915 0.252442 0.05414438 0.27376 0.05047971 0.30024 0.04609042 0.3005764 0.04578 0.2709738 0.04981279 0.2721775 0.04214978 0.3001343 0.05414438 0.27376 0.05770915 0.252442 0.06344038 0.2581022 0.06630527 0.278544 0.05963265 0.2761015 0.07068759 0.2631931 0.06630527 0.278544 0.06183129 0.2996503 0.05577015 0.2995164 0.05414438 0.27376 0.05963265 0.2761015 0.05047971 0.30024 0.07953673 0.2648054 0.07418996 0.2804293 0.07068759 0.2631931 0.07953673 0.2648054 0.08918678 0.2646784 0.08268064 0.282036 0.08268064 0.282036 0.07555407 0.305174 0.06853258 0.3018866 0.06630527 0.278544 0.07418996 0.2804293 0.06183129 0.2996503 0.03062474 0.2485363 0.02846139 0.2719212 0.02305638 0.2511255 0.03062474 0.2485363 0.03780144 0.246808 0.03557044 0.2697044 0.02660214 0.3000088 0.02846139 0.2719212 0.03333139 0.2977963 0.02660214 0.3000088 0.01955187 0.3022856 0.02106779 0.2744784 0.01563793 0.2539888 0.01459652 0.2754352 0.008294343 0.2569891 0.01563793 0.2539888 0.02305638 0.2511255 0.02106779 0.2744784 0.01371467 0.3017518 0.01459652 0.2754352 0.01955187 0.3022856 0.008586406 0.2755919 0.01459652 0.2754352 0.008484065 0.2998127 0.008501648 0.3295666 0.008484065 0.2998127 0.01371467 0.3017518 0.0190773 0.3321172 0.01360827 0.3314253 0.01955187 0.3022856 0.0190773 0.3321172 0.01824289 0.3639901 0.01304459 0.3639692 0.008501648 0.3295666 0.01360827 0.3314253 0.00784856 0.3634594 0.02660214 0.3000088 0.02527129 0.3304758 0.01955187 0.3022856 0.02660214 0.3000088 0.03333139 0.2977963 0.03116577 0.3289832 0.02344566 0.3630335 0.02527129 0.3304758 0.02833503 0.362941 0.02344566 0.3630335 0.01824289 0.3639901 0.0190773 0.3321172 0.05874419 0.3295525 0.06183129 0.2996503 0.06853258 0.3018866 0.06989055 0.3344998 0.06427508 0.3314979 0.07555407 0.305174 0.06989055 0.3344998 0.06451022 0.3683368 0.05993509 0.3657252 0.05874419 0.3295525 0.06427508 0.3314979 0.05529952 0.3638051 0.05577015 0.2995164 0.05338251 0.3297199 0.05047971 0.30024 0.05577015 0.2995164 0.06183129 0.2996503 0.05874419 0.3295525 0.05054312 0.3632677 0.05338251 0.3297199 0.05529952 0.3638051 0.05054312 0.3632677 0.04578167 0.3641456 0.04836714 0.3308417 0.0397253 0.3317576 0.04214978 0.3001343 0.04609042 0.3005764 0.04609042 0.3005764 0.05047971 0.30024 0.04836714 0.3308417 0.0411309 0.3664716 0.04387515 0.3317593 0.04578167 0.3641456 0.0411309 0.3664716 0.03669869 0.3677673 0.0397253 0.3317576 0.03116577 0.3289832 0.03333139 0.2977963 0.03820532 0.2985229 0.0397253 0.3317576 0.03573632 0.3301213 0.04214978 0.3001343 0.0397253 0.3317576 0.03669869 0.3677673 0.03259307 0.3655547 0.03116577 0.3289832 0.03573632 0.3301213 0.02833503 0.362941 0.07394611 0.7585728 0.07599896 0.7557143 0.07180887 0.7548623 0.06333476 0.7569277 0.06871986 0.7575469 0.0673322 0.7541606 0.06333476 0.7569277 0.05894243 0.7600348 0.06580483 0.7598335 0.07394611 0.7585728 0.06871986 0.7575469 0.07173264 0.7620506 0.06247496 0.7535921 0.05798804 0.7569177 0.0673322 0.7541606 0.05188614 0.7575407 0.05798804 0.7569177 0.05632513 0.7536304 0.05188614 0.7575407 0.04784476 0.7622206 0.05409622 0.7598961 0.06333476 0.7569277 0.05798804 0.7569177 0.05894243 0.7600348 0.06602668 0.7817946 0.05720359 0.7824813 0.07594782 0.786287 0.04936778 0.7801003 0.05720359 0.7824813 0.05838781 0.7786981 0.056427 0.7855531 0.05720359 0.7824813 0.03512537 0.781163 0.05304938 0.776246 0.04705488 0.7778118 0.05838781 0.7786981 0.0416913 0.7771477 0.04705488 0.7778118 0.04791939 0.7732267 0.04936778 0.7801003 0.04705488 0.7778118 0.03512537 0.781163 0.05429649 0.7735663 0.0561226 0.7751517 0.05949473 0.7729217 0.05304938 0.776246 0.0561226 0.7751517 0.04791939 0.7732267 0.06099385 0.7764869 0.0561226 0.7751517 0.05838781 0.7786981 0.06574344 0.7752315 0.06743705 0.7786682 0.07120734 0.7748727 0.06574344 0.7752315 0.05949473 0.7729217 0.06099385 0.7764869 0.06099385 0.7764869 0.05838781 0.7786981 0.06602668 0.7817946 0.06602668 0.7817946 0.07594782 0.786287 0.07342541 0.780231 0.069067 0.772725 0.07120734 0.7748727 0.07122218 0.7683926 0.07122218 0.7683926 0.07173264 0.7620506 0.06902635 0.7637673 0.06902635 0.7637673 0.06815809 0.7648273 0.06938439 0.7685713 0.06938439 0.7685713 0.06840533 0.7719168 0.069067 0.772725 0.06902635 0.7637673 0.07173264 0.7620506 0.06580483 0.7598335 0.06580483 0.7598335 0.05894243 0.7600348 0.06049114 0.7622687 0.06462359 0.7629938 0.06468796 0.7615043 0.06126409 0.7635506 0.06462359 0.7629938 0.06815809 0.7648273 0.06902635 0.7637673 0.06130051 0.7714747 0.05949473 0.7729217 0.06574344 0.7752315 0.069067 0.772725 0.06525456 0.7736135 0.07120734 0.7748727 0.06532347 0.772554 0.06525456 0.7736135 0.06840533 0.7719168 0.06130051 0.7714747 0.06525456 0.7736135 0.06206667 0.7708013 0.06130051 0.7714747 0.05953735 0.7666427 0.05949473 0.7729217 0.06130051 0.7714747 0.06206667 0.7708013 0.06056267 0.7669766 0.06049114 0.7622687 0.05953735 0.7666427 0.06126409 0.7635506 0.06049114 0.7622687 0.05894243 0.7600348 0.05880469 0.7663943 0.05655115 0.7624422 0.05894243 0.7600348 0.05409622 0.7598961 0.05409622 0.7598961 0.04784476 0.7622206 0.04940062 0.7639167 0.05321246 0.7634273 0.05286335 0.7618692 0.05042332 0.7649785 0.05321246 0.7634273 0.05620324 0.7638246 0.05655115 0.7624422 0.05880469 0.7663943 0.05894243 0.7600348 0.05655115 0.7624422 0.05655115 0.7624422 0.05620324 0.7638246 0.05750215 0.766864 0.05731171 0.7709269 0.05813741 0.7665426 0.05685794 0.7701336 0.05731171 0.7709269 0.05949473 0.7729217 0.05880469 0.7663943 0.06742852 0.7705466 0.06840533 0.7719168 0.06938439 0.7685713 0.06720608 0.7660028 0.06806153 0.7684447 0.06815809 0.7648273 0.06720608 0.7660028 0.06621217 0.7672364 0.06658756 0.7682067 0.06658756 0.7682067 0.06629425 0.7688955 0.06742852 0.7705466 0.06462359 0.7629938 0.06486618 0.7647367 0.06815809 0.7648273 0.06462359 0.7629938 0.06126409 0.7635506 0.06263554 0.7649847 0.06526219 0.7666062 0.06486618 0.7647367 0.06430625 0.7664949 0.06720608 0.7660028 0.06486618 0.7647367 0.06621217 0.7672364 0.06532347 0.772554 0.06530314 0.7707931 0.06206667 0.7708013 0.06532347 0.772554 0.06840533 0.7719168 0.06742852 0.7705466 0.06523823 0.7686814 0.06530314 0.7707931 0.06629425 0.7688955 0.06523823 0.7686814 0.06418818 0.7679484 0.0630685 0.7695254 0.06263554 0.7649847 0.06126409 0.7635506 0.06056267 0.7669766 0.0630685 0.7695254 0.0621078 0.7670851 0.06206667 0.7708013 0.06391286 0.7670809 0.0621078 0.7670851 0.06418818 0.7679484 0.06263554 0.7649847 0.0621078 0.7670851 0.06430625 0.7664949 0.04972958 0.7677844 0.05175995 0.7679143 0.05042332 0.7649785 0.0525633 0.7694717 0.05175995 0.7679143 0.05097895 0.7703601 0.0525633 0.7694717 0.05444556 0.7685369 0.0541855 0.7680562 0.0541855 0.7680562 0.05443608 0.7674066 0.05223298 0.7661621 0.05321246 0.7634273 0.05406624 0.7651608 0.05620324 0.7638246 0.05321246 0.7634273 0.05042332 0.7649785 0.05223298 0.7661621 0.05517238 0.7669821 0.05406624 0.7651608 0.05443608 0.7674066 0.05517238 0.7669821 0.05592584 0.7669256 0.0560227 0.7653415 0.0525633 0.7694717 0.05097895 0.7703601 0.05401927 0.7712211 0.05643194 0.7691231 0.05455929 0.7698884 0.05685794 0.7701336 0.05643194 0.7691231 0.0560199 0.768004 0.0552414 0.7684544 0.0525633 0.7694717 0.05455929 0.7698884 0.05444556 0.7685369 0.05643194 0.7691231 0.05685794 0.7701336 0.05750215 0.766864 0.05750215 0.766864 0.05620324 0.7638246 0.0560227 0.7653415 0.05622822 0.7673804 0.05686557 0.7671349 0.05592584 0.7669256 0.05643194 0.7691231 0.05686557 0.7671349 0.0560199 0.768004 0.04940062 0.7639167 0.04784476 0.7622206 0.0476216 0.7677254 0.04999035 0.7711557 0.04848951 0.7676782 0.04791939 0.7732267 0.04999035 0.7711557 0.05097895 0.7703601 0.04972958 0.7677844 0.04972958 0.7677844 0.05042332 0.7649785 0.04940062 0.7639167 0.04999035 0.7711557 0.04791939 0.7732267 0.05429649 0.7735663 0.05429649 0.7735663 0.05949473 0.7729217 0.05731171 0.7709269 0.05401927 0.7712211 0.05376356 0.7723516 0.05685794 0.7701336 0.04999035 0.7711557 0.05376356 0.7723516 0.05097895 0.7703601 0.0814476 0.7706833 0.08199459 0.7707068 0.0808115 0.7674292 0.08020681 0.7743098 0.08199459 0.7707068 0.07998782 0.7734999 0.08020681 0.7743098 0.0819922 0.7766135 0.08242207 0.7707163 0.08242207 0.7707163 0.08318543 0.7652251 0.08126723 0.7665672 0.08488327 0.8377063 0.08382952 0.836036 0.08356297 0.8407364 0.08356297 0.8407364 0.08357155 0.8457552 0.08467912 0.8438664 0.08467912 0.8438664 0.08512508 0.8432847 0.08450287 0.8410823 0.08488327 0.8377063 0.08393669 0.8408511 0.08525121 0.8386971 0.08467912 0.8438664 0.08357155 0.8457552 0.08782374 0.8460965 0.08782374 0.8460965 0.09077918 0.8443006 0.08986246 0.8430394 0.08719837 0.8435418 0.08725619 0.8444065 0.08929449 0.8423862 0.08467912 0.8438664 0.08725619 0.8444065 0.08512508 0.8432847 0.08986246 0.8430394 0.09077918 0.8443006 0.0918228 0.840708 0.08983373 0.8377563 0.09069257 0.8403331 0.09093075 0.8371509 0.08998507 0.8403507 0.09069257 0.8403331 0.08930504 0.838498 0.08998507 0.8403507 0.08929449 0.8423862 0.08986246 0.8430394 0.08983373 0.8377563 0.09093075 0.8371509 0.08807915 0.8354612 0.08807915 0.8354612 0.08382952 0.836036 0.08488327 0.8377063 0.08488327 0.8377063 0.08525121 0.8386971 0.08728951 0.8378912 0.08983373 0.8377563 0.08737307 0.8367778 0.08930504 0.838498 0.0885902 0.8394609 0.08930504 0.838498 0.08728951 0.8378912 0.08728951 0.8378912 0.08525121 0.8386971 0.086052 0.8397544 0.08741909 0.8405807 0.08732467 0.8391897 0.08706921 0.8408448 0.0885902 0.8394609 0.08732467 0.8391897 0.0877822 0.8405343 0.08998507 0.8403507 0.08900958 0.8405373 0.08929449 0.8423862 0.08998507 0.8403507 0.08930504 0.838498 0.0885902 0.8394609 0.0879001 0.8408085 0.08900958 0.8405373 0.0877822 0.8405343 0.0879001 0.8408085 0.08779066 0.8411865 0.08857935 0.8417757 0.08602011 0.8424537 0.08512508 0.8432847 0.08719837 0.8435418 0.08719837 0.8435418 0.08929449 0.8423862 0.08857935 0.8417757 0.08747178 0.8414512 0.08729618 0.8425326 0.08779066 0.8411865 0.08602011 0.8424537 0.08729618 0.8425326 0.08713966 0.8414983 0.08450287 0.8410823 0.08561128 0.841185 0.08525121 0.8386971 0.08602011 0.8424537 0.08561128 0.841185 0.08512508 0.8432847 0.08602011 0.8424537 0.08713966 0.8414983 0.08699077 0.8412234 0.08699077 0.8412234 0.08706921 0.8408448 0.086052 0.8397544 0.1250074 0.7786749 0.1147041 0.7767752 0.123927 0.7904492 0.1151403 0.7673634 0.1147041 0.7767752 0.1231381 0.7685183 0.1054617 0.7738267 0.1147041 0.7767752 0.1079604 0.7659987 0.1054617 0.7738267 0.09760838 0.7837323 0.1122373 0.7882649 0.1035407 0.7629845 0.09945094 0.7592484 0.09819734 0.7627725 0.09805506 0.7727894 0.1012897 0.7685164 0.09619373 0.7657351 0.09805506 0.7727894 0.09760838 0.7837323 0.1054617 0.7738267 0.1035407 0.7629845 0.1012897 0.7685164 0.1079604 0.7659987 0.08563178 0.755621 0.08086317 0.7539206 0.0846737 0.7583934 0.08563178 0.755621 0.08681231 0.7528641 0.08194792 0.7511605 0.07707339 0.75289 0.08086317 0.7539206 0.07810056 0.7500871 0.07707339 0.75289 0.07599896 0.7557143 0.07999646 0.7567339 0.09819734 0.7627725 0.0921939 0.7585228 0.09619373 0.7657351 0.0932607 0.7557175 0.0921939 0.7585228 0.09945094 0.7592484 0.08563178 0.755621 0.0921939 0.7585228 0.08681231 0.7528641 0.08563178 0.755621 0.0846737 0.7583934 0.09090304 0.7611651 0.04797083 0.7547488 0.05632513 0.7536304 0.06046968 0.7502898 0.06034481 0.7469771 0.05422216 0.7506222 0.06401133 0.7473732 0.06034481 0.7469771 0.05665183 0.7465306 0.04820066 0.7510762 0.04797083 0.7547488 0.05422216 0.7506222 0.0400319 0.7559865 0.06968742 0.751231 0.06549304 0.7505772 0.0673322 0.7541606 0.06968742 0.751231 0.07137936 0.7483369 0.06775248 0.7477899 0.06046968 0.7502898 0.06549304 0.7505772 0.06401133 0.7473732 0.06046968 0.7502898 0.05632513 0.7536304 0.06247496 0.7535921 0.07707339 0.75289 0.07344788 0.7519977 0.07599896 0.7557143 0.07707339 0.75289 0.07810056 0.7500871 0.07470321 0.7491243 0.06968742 0.751231 0.07344788 0.7519977 0.07137936 0.7483369 0.06968742 0.751231 0.0673322 0.7541606 0.07180887 0.7548623 0.07338684 0.7456771 0.07137936 0.7483369 0.07470321 0.7491243 0.08001148 0.7472933 0.07664132 0.7464138 0.07810056 0.7500871 0.08001148 0.7472933 0.08223563 0.7434636 0.07880264 0.7426291 0.07338684 0.7456771 0.07664132 0.7464138 0.07542622 0.7418855 0.06664174 0.744735 0.06401133 0.7473732 0.06775248 0.7477899 0.07338684 0.7456771 0.06996321 0.7451472 0.07137936 0.7483369 0.07338684 0.7456771 0.07542622 0.7418855 0.07192802 0.7412516 0.06664174 0.744735 0.06996321 0.7451472 0.06835436 0.7407226 0.06046551 0.7435989 0.05665183 0.7465306 0.06034481 0.7469771 0.06664174 0.744735 0.06369382 0.7443509 0.06401133 0.7473732 0.06664174 0.744735 0.06835436 0.7407226 0.0647518 0.7402934 0.0647518 0.7402934 0.06060874 0.7392805 0.06046551 0.7435989 0.0932607 0.7557175 0.09399998 0.7523978 0.08681231 0.7528641 0.0932607 0.7557175 0.09945094 0.7592484 0.09952497 0.7554239 0.09491646 0.7481707 0.09399998 0.7523978 0.09959971 0.7508811 0.09491646 0.7481707 0.0900495 0.7457916 0.08832198 0.7497868 0.08001148 0.7472933 0.07810056 0.7500871 0.08194792 0.7511605 0.08832198 0.7497868 0.08378207 0.7482514 0.08681231 0.7528641 0.08832198 0.7497868 0.0900495 0.7457916 0.08590358 0.7443701 0.08001148 0.7472933 0.08378207 0.7482514 0.08223563 0.7434636 0.1035407 0.7629845 0.1036059 0.7582044 0.09945094 0.7592484 0.1035407 0.7629845 0.1079604 0.7659987 0.1078842 0.7603586 0.1031947 0.7532961 0.1036059 0.7582044 0.1070224 0.7553226 0.1031947 0.7532961 0.09959971 0.7508811 0.09952497 0.7554239 0.1151403 0.7673634 0.1140014 0.7615062 0.1079604 0.7659987 0.1151403 0.7673634 0.1231381 0.7685183 0.1207473 0.7622138 0.1124041 0.7568671 0.1140014 0.7615062 0.1186392 0.7569811 0.1124041 0.7568671 0.1070224 0.7553226 0.1078842 0.7603586 0.1124041 0.7568671 0.1114648 0.7511098 0.1070224 0.7553226 0.1124041 0.7568671 0.1186392 0.7569811 0.1156002 0.7512114 0.1114494 0.7455868 0.1114648 0.7511098 0.1142995 0.7470549 0.1114494 0.7455868 0.1080724 0.743615 0.1071642 0.7493066 0.1031947 0.7532961 0.1040166 0.7473801 0.09959971 0.7508811 0.1031947 0.7532961 0.1070224 0.7553226 0.1071642 0.7493066 0.1054525 0.7416675 0.1040166 0.7473801 0.1080724 0.743615 0.1054525 0.7416675 0.1025392 0.7395247 0.1008557 0.7452019 0.08420228 0.737553 0.08223563 0.7434636 0.08590358 0.7443701 0.09188359 0.7402811 0.08785015 0.7386934 0.0900495 0.7457916 0.08957982 0.7327355 0.08785015 0.7386934 0.09364181 0.7345269 0.08420228 0.737553 0.08785015 0.7386934 0.08588826 0.7313608 0.09491646 0.7481707 0.09651505 0.7426431 0.0900495 0.7457916 0.09491646 0.7481707 0.09959971 0.7508811 0.1008557 0.7452019 0.09828197 0.7369673 0.09651505 0.7426431 0.1025392 0.7395247 0.09828197 0.7369673 0.09364181 0.7345269 0.09188359 0.7402811 0.0647518 0.7402934 0.06400144 0.7323546 0.06060874 0.7392805 0.0647518 0.7402934 0.06835436 0.7407226 0.06914275 0.7336834 0.06284683 0.7242529 0.06400144 0.7323546 0.06962335 0.7264537 0.06284683 0.7242529 0.05504566 0.7218199 0.05804836 0.7305747 0.07192802 0.7412516 0.07344961 0.7347052 0.06835436 0.7407226 0.07721388 0.7355965 0.07344961 0.7347052 0.07542622 0.7418855 0.07469403 0.7279418 0.07344961 0.7347052 0.07871931 0.729065 0.07469403 0.7279418 0.06962335 0.7264537 0.06914275 0.7336834 0.07721388 0.7355965 0.07542622 0.7418855 0.07880264 0.7426291 0.08420228 0.737553 0.08072751 0.7365333 0.08223563 0.7434636 0.08420228 0.737553 0.08588826 0.7313608 0.08235937 0.7301709 0.08235937 0.7301709 0.07871931 0.729065 0.07721388 0.7355965 0.1156002 0.7512114 0.1186392 0.7569811 0.1208664 0.7507832 0.1201822 0.7439655 0.118252 0.7480323 0.1217489 0.746669 0.1201822 0.7439655 0.1175057 0.7410637 0.1157095 0.7442734 0.1156002 0.7512114 0.118252 0.7480323 0.1142995 0.7470549 0.1095097 0.7395526 0.1126236 0.7416504 0.1112869 0.7365544 0.1095097 0.7395526 0.1080724 0.743615 0.1114494 0.7455868 0.1157095 0.7442734 0.1126236 0.7416504 0.1142995 0.7470549 0.1157095 0.7442734 0.1175057 0.7410637 0.1144325 0.7387497 0.1083933 0.7340089 0.1051519 0.7312422 0.1038968 0.734988 0.1054525 0.7416675 0.1068831 0.7373694 0.1025392 0.7395247 0.1054525 0.7416675 0.1080724 0.743615 0.1095097 0.7395526 0.1095097 0.7395526 0.1112869 0.7365544 0.1083933 0.7340089 0.09514194 0.7298007 0.09105044 0.7280108 0.09364181 0.7345269 0.09514194 0.7298007 0.0964784 0.7258514 0.09234857 0.7240678 0.08727002 0.7266861 0.09105044 0.7280108 0.08846759 0.7227864 0.08727002 0.7266861 0.08588826 0.7313608 0.08957982 0.7327355 0.09828197 0.7369673 0.1025392 0.7395247 0.1038968 0.734988 0.1009632 0.728383 0.09970355 0.7322958 0.1051519 0.7312422 0.1009632 0.728383 0.0964784 0.7258514 0.09514194 0.7298007 0.09828197 0.7369673 0.09970355 0.7322958 0.09364181 0.7345269 0.07991188 0.7245453 0.0758273 0.7233948 0.07871931 0.729065 0.07991188 0.7245453 0.08092266 0.720792 0.07683676 0.7196725 0.07041257 0.7218703 0.0758273 0.7233948 0.07129907 0.718306 0.07469403 0.7279418 0.0758273 0.7233948 0.06962335 0.7264537 0.08727002 0.7266861 0.08364164 0.7255867 0.08588826 0.7313608 0.08727002 0.7266861 0.08846759 0.7227864 0.08472925 0.7217622 0.07991188 0.7245453 0.08364164 0.7255867 0.08092266 0.720792 0.07991188 0.7245453 0.07871931 0.729065 0.08235937 0.7301709 0.005734384 0.400097 0.00784856 0.3634594 0.01304459 0.3639692 0.01564741 0.3979212 0.01079124 0.3988972 0.01824289 0.3639901 0.01564741 0.3979212 0.01424497 0.42736 0.009809851 0.4283683 0.005734384 0.400097 0.01079124 0.3988972 0.006214618 0.43179 0.02344566 0.3630335 0.02010226 0.3973928 0.01824289 0.3639901 0.02410072 0.3993457 0.02010226 0.3973928 0.02833503 0.362941 0.01767545 0.4264162 0.02010226 0.3973928 0.0211451 0.4225138 0.01767545 0.4264162 0.01424497 0.42736 0.01564741 0.3979212 0.04975295 0.3979625 0.05529952 0.3638051 0.05993509 0.3657252 0.05823296 0.4050086 0.05403041 0.4010304 0.06451022 0.3683368 0.05823296 0.4050086 0.04972523 0.436137 0.0467509 0.429127 0.04975295 0.3979625 0.05403041 0.4010304 0.04553592 0.4186172 0.05054312 0.3632677 0.04532569 0.3967155 0.04578167 0.3641456 0.04975295 0.3979625 0.04532569 0.3967155 0.05529952 0.3638051 0.04036259 0.4246678 0.04532569 0.3967155 0.04553592 0.4186172 0.04069852 0.398733 0.04532569 0.3967155 0.03748643 0.4211171 0.0411309 0.3664716 0.03582149 0.4054586 0.03669869 0.3677673 0.0411309 0.3664716 0.04578167 0.3641456 0.04069852 0.398733 0.03314173 0.4350884 0.03582149 0.4054586 0.03748643 0.4211171 0.03314173 0.4350884 0.02464979 0.4578435 0.03126209 0.4100872 0.02410072 0.3993457 0.02833503 0.362941 0.03259307 0.3655547 0.03126209 0.4100872 0.02758789 0.4058133 0.03669869 0.3677673 0.03126209 0.4100872 0.02464979 0.4578435 0.02237284 0.436437 0.02410072 0.3993457 0.02758789 0.4058133 0.0211451 0.4225138 0.03765374 0.4533441 0.03828644 0.4417288 0.04972523 0.436137 0.03765374 0.4533441 0.02464979 0.4578435 0.03314173 0.4350884 0.03314173 0.4350884 0.03748643 0.4211171 0.04036259 0.4246678 0.0467509 0.429127 0.03828644 0.4417288 0.04553592 0.4186172 0.01508313 0.849696 0.0156992 0.8504639 0.01787412 0.8482379 0.01508313 0.849696 0.01291024 0.8505845 0.01332956 0.8513428 0.01323568 0.8560639 0.01228308 0.854577 0.01079994 0.8567848 0.01323568 0.8560639 0.01569324 0.8553311 0.01464456 0.8539647 0.01805996 0.8543592 0.01700788 0.8530766 0.01569324 0.8553311 0.01805996 0.8543592 0.02113783 0.8528631 0.02019947 0.8515926 0.0147342 0.8574402 0.01413577 0.856637 0.01156812 0.8584313 0.0147342 0.8574402 0.018076 0.8563717 0.01704782 0.8557035 0.01704782 0.8557035 0.01569324 0.8553311 0.01323568 0.8560639 0.01323568 0.8560639 0.01079994 0.8567848 0.01130872 0.8575049 0.01704782 0.8557035 0.018076 0.8563717 0.02131497 0.8550672 0.02267998 0.8530783 0.01983064 0.8545175 0.02633464 0.8525848 0.01805996 0.8543592 0.01983064 0.8545175 0.02113783 0.8528631 0.01704782 0.8557035 0.01983064 0.8545175 0.01569324 0.8553311 0.02491104 0.8565551 0.02633464 0.8525848 0.02131497 0.8550672 0.01814562 0.8586254 0.02150791 0.8575241 0.018076 0.8563717 0.01814562 0.8586254 0.01800543 0.8609926 0.02123034 0.8602005 0.02491104 0.8565551 0.02150791 0.8575241 0.02478426 0.8602898 0.01814562 0.8586254 0.018076 0.8563717 0.0147342 0.8574402 0.01161086 0.8606399 0.01478147 0.8596172 0.01156812 0.8584313 0.01161086 0.8606399 0.01192098 0.8635923 0.01484084 0.8618113 0.01814562 0.8586254 0.01478147 0.8596172 0.01800543 0.8609926 0.02365899 0.8620286 0.02478426 0.8602898 0.02123034 0.8602005 0.02123034 0.8602005 0.01800543 0.8609926 0.01840418 0.8620012 0.02137684 0.8621247 0.02130317 0.8614088 0.01898765 0.8625747 0.02365899 0.8620286 0.02130317 0.8614088 0.02326416 0.8626576 0.01484084 0.8618113 0.01547521 0.862666 0.01800543 0.8609926 0.01390385 0.86411 0.01547521 0.862666 0.01192098 0.8635923 0.01646745 0.8630866 0.01547521 0.862666 0.01503276 0.8642422 0.01646745 0.8630866 0.01898765 0.8625747 0.01840418 0.8620012 0.02245008 0.8636536 0.02326416 0.8626576 0.02137684 0.8621247 0.02137684 0.8621247 0.01898765 0.8625747 0.01940149 0.8636364 0.02065271 0.8647654 0.02110195 0.8633242 0.01973056 0.8649422 0.02245008 0.8636536 0.02110195 0.8633242 0.02142637 0.864833 0.01646745 0.8630866 0.01760029 0.8639785 0.01898765 0.8625747 0.01646745 0.8630866 0.01503276 0.8642422 0.01657605 0.864721 0.01880341 0.8651059 0.01760029 0.8639785 0.01832652 0.8653731 0.01880341 0.8651059 0.01973056 0.8649422 0.01940149 0.8636364 0.06097495 0.02659529 0.0557416 0.03273814 0.05275195 0.02153205 0.06097495 0.02659529 0.06660026 0.03212553 0.06069433 0.03702133 0.05070704 0.03849506 0.0557416 0.03273814 0.05510503 0.04180788 0.05070704 0.03849506 0.04406309 0.03582507 0.04834342 0.0289188 0.3152433 0.9612709 0.308956 0.9620912 0.3080618 0.9544757 0.3149331 0.9465649 0.3147493 0.9534065 0.307447 0.947771 0.3149331 0.9465649 0.320059 0.9439458 0.321362 0.9533876 0.321362 0.9533876 0.3216096 0.9610807 0.3152433 0.9612709 0.3204645 0.9385008 0.3185099 0.9316427 0.3232642 0.9302785 0.3321478 0.9337927 0.3254828 0.9363386 0.3296297 0.9281984 0.3321478 0.9337927 0.3351703 0.9391844 0.3285431 0.9419528 0.3204645 0.9385008 0.3254828 0.9363386 0.320059 0.9439458 0.05070704 0.03849506 0.04607009 0.04348027 0.04406309 0.03582507 0.05070704 0.03849506 0.05510503 0.04180788 0.0501489 0.04637569 0.0412355 0.04874175 0.04607009 0.04348027 0.04495495 0.05138903 0.0412355 0.04874175 0.03593361 0.04783499 0.040039 0.04177039 0.05865836 0.04572552 0.05338585 0.04997342 0.05510503 0.04180788 0.05512452 0.05537617 0.05338585 0.04997342 0.0611428 0.05167597 0.05512452 0.05537617 0.04880154 0.05962634 0.04782766 0.05478531 0.0501489 0.04637569 0.05338585 0.04997342 0.04495495 0.05138903 0.321362 0.9533876 0.327825 0.9554693 0.3216096 0.9610807 0.321362 0.9533876 0.320059 0.9439458 0.329743 0.9503753 0.3346819 0.9587086 0.327825 0.9554693 0.3363612 0.9545243 0.3346819 0.9587086 0.335233 0.9639601 0.3281338 0.9621505 0.329743 0.9503753 0.320059 0.9439458 0.3285431 0.9419528 0.3392012 0.9441707 0.3332867 0.9466753 0.3351703 0.9391844 0.3392012 0.9441707 0.3440541 0.9493378 0.3392159 0.9512338 0.329743 0.9503753 0.3332867 0.9466753 0.3363612 0.9545243 0.3632566 0.8735063 0.3695479 0.871865 0.3674075 0.8797878 0.368671 0.866459 0.3695479 0.871865 0.35735 0.8666974 0.368671 0.866459 0.376071 0.8663746 0.3766514 0.8709929 0.3766514 0.8709929 0.3797357 0.8753117 0.3732191 0.877402 0.368671 0.866459 0.35735 0.8666974 0.3637602 0.8598762 0.3742402 0.8559439 0.3701435 0.8612486 0.3683371 0.8537127 0.3742402 0.8559439 0.3806502 0.8578355 0.3771862 0.8619331 0.368671 0.866459 0.3701435 0.8612486 0.376071 0.8663746 0.0412355 0.04874175 0.03560805 0.05532759 0.03593361 0.04783499 0.0412355 0.04874175 0.04495495 0.05138903 0.038652 0.05751204 0.0297293 0.06229335 0.03560805 0.05532759 0.03193271 0.06407326 0.0297293 0.06229335 0.02832436 0.06086856 0.03140932 0.05509924 0.038652 0.05751204 0.04495495 0.05138903 0.04782766 0.05478531 0.04120612 0.06431132 0.04094052 0.06038206 0.04880154 0.05962634 0.04120612 0.06431132 0.03523862 0.06747961 0.03373634 0.06620782 0.038652 0.05751204 0.04094052 0.06038206 0.03193271 0.06407326 0.3346819 0.9587086 0.3424768 0.9621629 0.335233 0.9639601 0.3346819 0.9587086 0.3363612 0.9545243 0.3437179 0.9589478 0.3503453 0.9656543 0.3424768 0.9621629 0.3512705 0.9633647 0.3503453 0.9656543 0.3493978 0.9672551 0.3433246 0.9659897 0.3437179 0.9589478 0.3363612 0.9545243 0.3392159 0.9512338 0.3495429 0.9552723 0.3458328 0.9563562 0.3440541 0.9493378 0.3495429 0.9552723 0.3535853 0.9598513 0.3526462 0.9614287 0.3437179 0.9589478 0.3458328 0.9563562 0.3512705 0.9633647 0.3766514 0.8709929 0.3844436 0.8699247 0.3797357 0.8753117 0.3840467 0.8663147 0.3844436 0.8699247 0.376071 0.8663746 0.3924498 0.8688805 0.3844436 0.8699247 0.3922657 0.866242 0.3924498 0.8688805 0.3925774 0.8708158 0.3870368 0.8729047 0.3840467 0.8663147 0.376071 0.8663746 0.3771862 0.8619331 0.387712 0.8599667 0.3848542 0.8628219 0.3806502 0.8578355 0.387712 0.8599667 0.3929904 0.8618111 0.3927053 0.8636621 0.3840467 0.8663147 0.3848542 0.8628219 0.3922657 0.866242 0.02394253 0.0650916 0.02832436 0.06086856 0.0297293 0.06229335 0.0297293 0.06229335 0.03193271 0.06407326 0.0254895 0.07040137 0.0254895 0.07040137 0.01950061 0.07559055 0.01918464 0.07066589 0.02394253 0.0650916 0.02414077 0.06869465 0.02073562 0.06663912 0.0254895 0.07040137 0.03193271 0.06407326 0.03373634 0.06620782 0.03373634 0.06620782 0.03523862 0.06747961 0.03093159 0.07175052 0.02524673 0.07614046 0.02722704 0.07170653 0.02938985 0.07459563 0.0254895 0.07040137 0.02722704 0.07170653 0.01950061 0.07559055 0.3543193 0.9700761 0.3493978 0.9672551 0.3503453 0.9656543 0.3503453 0.9656543 0.3512705 0.9633647 0.358476 0.9674941 0.3603676 0.9726828 0.3574233 0.9690045 0.365241 0.9709886 0.3543193 0.9700761 0.3574233 0.9690045 0.3564318 0.9724797 0.358476 0.9674941 0.3512705 0.9633647 0.3526462 0.9614287 0.3526462 0.9614287 0.3535853 0.9598513 0.3585195 0.9626578 0.3641767 0.9664343 0.3591648 0.9658372 0.3619033 0.9631888 0.3641767 0.9664343 0.365241 0.9709886 0.358476 0.9674941 0.3981769 0.8706785 0.3925774 0.8708158 0.3924498 0.8688805 0.3924498 0.8688805 0.3922657 0.866242 0.4003955 0.8661193 0.4003955 0.8661193 0.4085925 0.8657602 0.4049497 0.8696997 0.3981769 0.8706785 0.4001957 0.8680804 0.4014111 0.8715863 0.4003955 0.8661193 0.3922657 0.866242 0.3927053 0.8636621 0.3927053 0.8636621 0.3929904 0.8618111 0.3984656 0.8617691 0.405069 0.8623307 0.4002971 0.8642006 0.4016865 0.8607224 0.4003955 0.8661193 0.4002971 0.8642006 0.4085925 0.8657602 0.01918464 0.07066589 0.01520293 0.06434154 0.02073562 0.06663912 0.01127952 0.06597471 0.01520293 0.06434154 0.01950061 0.07559055 0.01127952 0.06597471 0.0059219 0.05391865 0.01272815 0.05338501 0.01272815 0.05338501 0.02002757 0.05218702 0.01977795 0.06196391 0.02974784 0.08179169 0.01950061 0.07559055 0.02524673 0.07614046 0.03420829 0.07498717 0.03162956 0.07877171 0.02938985 0.07459563 0.03420829 0.07498717 0.04397362 0.07395482 0.04232716 0.07989215 0.02974784 0.08179169 0.03162956 0.07877171 0.04128277 0.08512467 0.3603676 0.9726828 0.3558351 0.9771578 0.3564318 0.9724797 0.3603676 0.9726828 0.365241 0.9709886 0.3583893 0.9791725 0.3472859 0.9816886 0.3558351 0.9771578 0.3500239 0.9858113 0.3472859 0.9816886 0.3438627 0.9768183 0.3524684 0.9744651 0.3701849 0.9610615 0.365241 0.9709886 0.3641767 0.9664343 0.3618872 0.9587052 0.3664698 0.9600728 0.3619033 0.9631888 0.3618872 0.9587052 0.3599359 0.9500224 0.3666403 0.9501821 0.3701849 0.9610615 0.3664698 0.9600728 0.3725711 0.9500791 0.4049497 0.8696997 0.4039806 0.8759134 0.4014111 0.8715863 0.4049497 0.8696997 0.4085925 0.8657602 0.4077667 0.8764048 0.3997367 0.8842681 0.4039806 0.8759134 0.4052886 0.8865272 0.3997367 0.8842681 0.3935595 0.8817852 0.3992969 0.8753162 0.405069 0.8623307 0.4044601 0.855946 0.4085925 0.8657602 0.3998157 0.8571294 0.4044601 0.855946 0.4016865 0.8607224 0.3998157 0.8571294 0.3944285 0.8508924 0.4004293 0.8474851 0.4082518 0.8547408 0.4044601 0.855946 0.4057744 0.8440524 0.01272815 0.05338501 0.0122928 0.04145956 0.02002757 0.05218702 0.00426501 0.04039686 0.0122928 0.04145956 0.0059219 0.05391865 0.00426501 0.04039686 0.004854738 0.02771335 0.01325595 0.02994996 0.01325595 0.02994996 0.02258557 0.0320397 0.02096986 0.04205834 0.05336689 0.08613592 0.04128277 0.08512467 0.04232716 0.07989215 0.05360788 0.07259553 0.05329132 0.07979351 0.04397362 0.07395482 0.05360788 0.07259553 0.06294029 0.07116138 0.06366926 0.07910048 0.05336689 0.08613592 0.05329132 0.07979351 0.06445956 0.08597207 0.3472859 0.9816886 0.3381804 0.9855339 0.3438627 0.9768183 0.3472859 0.9816886 0.3500239 0.9858113 0.3405392 0.9911033 0.3294595 0.9881273 0.3381804 0.9855339 0.3315094 0.9945595 0.3294595 0.9881273 0.3270645 0.9805955 0.3352736 0.9790188 0.3717494 0.9387295 0.3725711 0.9500791 0.3666403 0.9501821 0.3577886 0.941541 0.3652844 0.9401919 0.3599359 0.9500224 0.3577886 0.941541 0.3553754 0.9337221 0.3631473 0.9311396 0.3631473 0.9311396 0.3696587 0.9286161 0.3717494 0.9387295 0.3997367 0.8842681 0.3946663 0.8923106 0.3935595 0.8817852 0.3997367 0.8842681 0.4052886 0.8865272 0.4006726 0.8959795 0.3892515 0.8993331 0.3946663 0.8923106 0.3953156 0.9039555 0.3892515 0.8993331 0.382544 0.8939419 0.388029 0.8881497 0.4004293 0.8474851 0.3949353 0.8393872 0.4057744 0.8440524 0.3888829 0.8445973 0.3949353 0.8393872 0.3944285 0.8508924 0.3888829 0.8445973 0.383161 0.8387814 0.3888902 0.8323543 0.3888902 0.8323543 0.3936818 0.8264685 0.4001903 0.8344008 0.05512452 0.05537617 0.0611428 0.05167597 0.06233417 0.06108725 0.05360788 0.07259553 0.05470871 0.06368666 0.06294029 0.07116138 0.05360788 0.07259553 0.04397362 0.07395482 0.04682427 0.06660789 0.05512452 0.05537617 0.05470871 0.06368666 0.04880154 0.05962634 0.04120612 0.06431132 0.04880154 0.05962634 0.04682427 0.06660789 0.03420829 0.07498717 0.0381813 0.06967335 0.04397362 0.07395482 0.03420829 0.07498717 0.02938985 0.07459563 0.03093159 0.07175052 0.04120612 0.06431132 0.0381813 0.06967335 0.03523862 0.06747961 0.03377193 0.03383564 0.04406309 0.03582507 0.040039 0.04177039 0.02831351 0.0496602 0.03094542 0.04172915 0.03593361 0.04783499 0.02831351 0.0496602 0.02002757 0.05218702 0.02096986 0.04205834 0.03377193 0.03383564 0.03094542 0.04172915 0.02258557 0.0320397 0.02831351 0.0496602 0.03593361 0.04783499 0.03140932 0.05509924 0.02394253 0.0650916 0.02565634 0.05809724 0.02832436 0.06086856 0.02394253 0.0650916 0.02073562 0.06663912 0.01977795 0.06196391 0.02831351 0.0496602 0.02565634 0.05809724 0.02002757 0.05218702 0.3742402 0.8559439 0.3683371 0.8537127 0.375557 0.846291 0.3888829 0.8445973 0.3812355 0.8502549 0.383161 0.8387814 0.3888829 0.8445973 0.3944285 0.8508924 0.3871166 0.854249 0.3742402 0.8559439 0.3812355 0.8502549 0.3806502 0.8578355 0.387712 0.8599667 0.3806502 0.8578355 0.3871166 0.854249 0.3998157 0.8571294 0.3934661 0.8582695 0.3944285 0.8508924 0.3998157 0.8571294 0.4016865 0.8607224 0.3984656 0.8617691 0.387712 0.8599667 0.3934661 0.8582695 0.3929904 0.8618111 0.3745496 0.8870132 0.3674075 0.8797878 0.3732191 0.877402 0.3861321 0.8788544 0.3801297 0.8830053 0.3797357 0.8753117 0.3861321 0.8788544 0.3935595 0.8817852 0.388029 0.8881497 0.3745496 0.8870132 0.3801297 0.8830053 0.382544 0.8939419 0.3861321 0.8788544 0.3797357 0.8753117 0.3870368 0.8729047 0.3981769 0.8706785 0.3928185 0.8745077 0.3925774 0.8708158 0.3981769 0.8706785 0.4014111 0.8715863 0.3992969 0.8753162 0.3861321 0.8788544 0.3928185 0.8745077 0.3935595 0.8817852 0.3392012 0.9441707 0.3351703 0.9391844 0.345082 0.9364222 0.3577886 0.941541 0.3482313 0.9426633 0.3553754 0.9337221 0.3577886 0.941541 0.3599359 0.9500224 0.351684 0.9493376 0.3392012 0.9441707 0.3482313 0.9426633 0.3440541 0.9493378 0.3495429 0.9552723 0.3440541 0.9493378 0.351684 0.9493376 0.3618872 0.9587052 0.3555696 0.9565802 0.3599359 0.9500224 0.3618872 0.9587052 0.3619033 0.9631888 0.3585195 0.9626578 0.3495429 0.9552723 0.3555696 0.9565802 0.3535853 0.9598513 0.3239791 0.970865 0.3216096 0.9610807 0.3281338 0.9621505 0.3390692 0.9704528 0.3312706 0.9706123 0.335233 0.9639601 0.3390692 0.9704528 0.3438627 0.9768183 0.3352736 0.9790188 0.3239791 0.970865 0.3312706 0.9706123 0.3270645 0.9805955 0.3390692 0.9704528 0.335233 0.9639601 0.3433246 0.9659897 0.3543193 0.9700761 0.3474767 0.9704164 0.3493978 0.9672551 0.3543193 0.9700761 0.3564318 0.9724797 0.3524684 0.9744651 0.3390692 0.9704528 0.3474767 0.9704164 0.3438627 0.9768183 0.323907 0.277505 0.3274693 0.2711309 0.3301925 0.278774 0.3243314 0.2922647 0.3245241 0.2845504 0.3324565 0.2875368 0.3243314 0.2922647 0.3197048 0.293356 0.3193956 0.2890458 0.323907 0.277505 0.3245241 0.2845504 0.3207234 0.2827194 0.3303314 0.2655463 0.333003 0.2602134 0.3392301 0.2678524 0.3396694 0.2824333 0.3350121 0.2733935 0.3457703 0.276627 0.3396694 0.2824333 0.3324565 0.2875368 0.3301925 0.278774 0.3303314 0.2655463 0.3350121 0.2733935 0.3274693 0.2711309 0.3505595 0.2697904 0.3430937 0.2615947 0.3546927 0.2624386 0.3505595 0.2697904 0.3457703 0.276627 0.3392301 0.2678524 0.335994 0.2545942 0.3430937 0.2615947 0.333003 0.2602134 0.335994 0.2545942 0.3391447 0.2488317 0.3467803 0.2549785 0.3059332 0.2729728 0.3124161 0.2674237 0.3121173 0.2746671 0.3102251 0.2867434 0.3080189 0.2806093 0.3121656 0.2806214 0.3102251 0.2867434 0.3077967 0.2903498 0.3041966 0.2873061 0.3059332 0.2729728 0.3080189 0.2806093 0.2991997 0.2793486 0.3035116 0.2584362 0.3134585 0.2549229 0.3129252 0.2610251 0.3059332 0.2729728 0.3043591 0.2656787 0.3124161 0.2674237 0.3059332 0.2729728 0.2991997 0.2793486 0.2952108 0.2709792 0.3035116 0.2584362 0.3043591 0.2656787 0.2928475 0.2624172 0.3505595 0.2697904 0.3546927 0.2624386 0.3620229 0.2697893 0.364046 0.2839238 0.3574472 0.2770829 0.369062 0.2770853 0.364046 0.2839238 0.3575094 0.2905681 0.351774 0.2839583 0.3505595 0.2697904 0.3574472 0.2770829 0.3457703 0.276627 0.2940056 0.2837618 0.2881585 0.2744584 0.2991997 0.2793486 0.2821543 0.2770269 0.2881585 0.2744584 0.2895813 0.2871937 0.2821543 0.2770269 0.2778282 0.2663936 0.2847069 0.264804 0.2847069 0.264804 0.2928475 0.2624172 0.2952108 0.2709792 0.3479318 0.2968237 0.3364306 0.3011394 0.3344989 0.2947304 0.3396694 0.2824333 0.3439058 0.2899975 0.3324565 0.2875368 0.3396694 0.2824333 0.3457703 0.276627 0.351774 0.2839583 0.3479318 0.2968237 0.3439058 0.2899975 0.3575094 0.2905681 0.308584 0.2946797 0.3016733 0.2916297 0.3077967 0.2903498 0.308584 0.2946797 0.3116874 0.2997037 0.2997995 0.2947666 0.2940056 0.2837618 0.3016733 0.2916297 0.2895813 0.2871937 0.2940056 0.2837618 0.2991997 0.2793486 0.3041966 0.2873061 0.3241234 0.3019637 0.3116874 0.2997037 0.3168411 0.2969456 0.3243314 0.2922647 0.3242097 0.2976872 0.3197048 0.293356 0.3243314 0.2922647 0.3324565 0.2875368 0.3344989 0.2947304 0.3241234 0.3019637 0.3242097 0.2976872 0.3364306 0.3011394 0.3102251 0.2867434 0.3121656 0.2806214 0.3139422 0.2806741 0.3139422 0.2806741 0.3163896 0.2810889 0.3140693 0.2903495 0.3140693 0.2903495 0.3116874 0.2997037 0.308584 0.2946797 0.3102251 0.2867434 0.3121605 0.2895298 0.3077967 0.2903498 0.3140693 0.2903495 0.3163896 0.2810889 0.3189049 0.2818738 0.3189049 0.2818738 0.3207234 0.2827194 0.3193956 0.2890458 0.3168411 0.2969456 0.3161958 0.2905835 0.3197048 0.293356 0.3168411 0.2969456 0.3116874 0.2997037 0.3140693 0.2903495 0.3168587 0.2654908 0.3154687 0.2726072 0.3124161 0.2674237 0.3168587 0.2654908 0.3203675 0.2658797 0.3184905 0.2729184 0.3139422 0.2806741 0.3154687 0.2726072 0.3163896 0.2810889 0.3139422 0.2806741 0.3121656 0.2806214 0.3121173 0.2746671 0.3184905 0.2729184 0.3203675 0.2658797 0.3240494 0.2672963 0.323907 0.277505 0.3215994 0.2740893 0.3274693 0.2711309 0.323907 0.277505 0.3207234 0.2827194 0.3189049 0.2818738 0.3184905 0.2729184 0.3215994 0.2740893 0.3163896 0.2810889 0.3194469 0.2539395 0.3182305 0.2594864 0.3134585 0.2549229 0.3194469 0.2539395 0.3235745 0.2546675 0.3220165 0.2600144 0.3168587 0.2654908 0.3182305 0.2594864 0.3203675 0.2658797 0.3168587 0.2654908 0.3124161 0.2674237 0.3129252 0.2610251 0.3220165 0.2600144 0.3235745 0.2546675 0.3279388 0.2562887 0.3303314 0.2655463 0.3260248 0.2615605 0.333003 0.2602134 0.3303314 0.2655463 0.3274693 0.2711309 0.3240494 0.2672963 0.3220165 0.2600144 0.3260248 0.2615605 0.3203675 0.2658797 0.1239228 0.003097951 0.122089 0.01312655 0.1146371 0.003716409 0.1239228 0.003097951 0.1318236 0.003778994 0.1297058 0.01365673 0.1297058 0.01365673 0.1318236 0.003778994 0.1393687 0.006393432 0.1432772 0.01915985 0.1367606 0.01595127 0.1464771 0.009860634 0.10285 0.08952224 0.1050795 0.1190748 0.09610056 0.1030526 0.1203318 0.1092423 0.1050795 0.1190748 0.118292 0.09191739 0.7314741 0.9356803 0.7164348 0.9364193 0.7239593 0.9315803 0.7406167 0.9417694 0.7164348 0.9364193 0.7461872 0.9394279 0.7225935 0.9414377 0.7164348 0.9364193 0.7413612 0.9449799 0.7225935 0.9414377 0.7117436 0.9322075 0.7060709 0.9314091 0.7060709 0.9314091 0.7182422 0.9267283 0.7239593 0.9315803 0.7060709 0.9314091 0.7117436 0.9322075 0.7243548 0.9223669 0.7434354 0.9220917 0.7182422 0.9267283 0.7438145 0.9194204 0.7329846 0.9276196 0.7182422 0.9267283 0.7482861 0.9241443 0.1120504 0.08572846 0.1168367 0.08179712 0.1050795 0.1190748 0.1120504 0.08572846 0.1050795 0.1190748 0.10285 0.08952224 0.03263658 0.184488 0.02430582 0.199766 0.02959853 0.1831933 0.03263658 0.184488 0.03585028 0.1861174 0.02852028 0.1986433 0.02196383 0.2085326 0.02430582 0.199766 0.0266413 0.2042043 0.02196383 0.2085326 0.01492214 0.2121751 0.02122175 0.1998324 0.01824694 0.1935106 0.02402526 0.1805416 0.02678412 0.1819456 0.02122175 0.1998324 0.01946723 0.1974982 0.02959853 0.1831933 0.02122175 0.1998324 0.01492214 0.2121751 0.01395702 0.2042955 0.01824694 0.1935106 0.01946723 0.1974982 0.01506632 0.1980369 0.03127682 0.2037273 0.04237145 0.1978529 0.04332715 0.2013657 0.02752989 0.2119501 0.02930021 0.2082002 0.04455941 0.204602 0.02752989 0.2119501 0.01492214 0.2121751 0.02196383 0.2085326 0.03127682 0.2037273 0.02930021 0.2082002 0.0266413 0.2042043 0.009143888 0.1825455 0.01057153 0.1980249 0.005240499 0.1838082 0.009143888 0.1825455 0.01288288 0.181032 0.01339632 0.1938117 0.01395702 0.2042955 0.01057153 0.1980249 0.01506632 0.1980369 0.01395702 0.2042955 0.01492214 0.2121751 0.00801897 0.2017472 0.03127682 0.2037273 0.03366601 0.1978083 0.04237145 0.1978529 0.03127682 0.2037273 0.0266413 0.2042043 0.02852028 0.1986433 0.03919154 0.1883693 0.03366601 0.1978083 0.03585028 0.1861174 0.03919154 0.1883693 0.04431372 0.1875622 0.04196882 0.1937871 0.01629322 0.1790167 0.01676553 0.1886171 0.01288288 0.181032 0.02115368 0.1787782 0.01676553 0.1886171 0.01971191 0.1735923 0.01824694 0.1935106 0.01676553 0.1886171 0.02402526 0.1805416 0.01824694 0.1935106 0.01506632 0.1980369 0.01339632 0.1938117 0.1321744 0.7911787 0.1390922 0.7907456 0.138845 0.7822454 0.1300116 0.7709025 0.1323623 0.7808384 0.1364653 0.7743165 0.1300116 0.7709025 0.1231381 0.7685183 0.1250074 0.7786749 0.1321744 0.7911787 0.1323623 0.7808384 0.123927 0.7904492 0.3411485 0.06829667 0.3439255 0.06310111 0.3470327 0.07124644 0.3411485 0.06829667 0.3368566 0.0659281 0.3391926 0.06270259 0.3430724 0.05776995 0.3439255 0.06310111 0.3397297 0.05936628 0.3430724 0.05776995 0.3482623 0.05529576 0.3492102 0.06320148 0.3694992 0.06269401 0.3583827 0.06301856 0.368782 0.04889112 0.3694992 0.06269401 0.3665003 0.07706785 0.3559966 0.07416498 0.3492102 0.06320148 0.3583827 0.06301856 0.3470327 0.07124644 0.3575081 0.05223906 0.3583827 0.06301856 0.3482623 0.05529576 0.2242429 0.1901294 0.2256279 0.1955816 0.1906208 0.2171514 0.2242429 0.1901294 0.2474712 0.1772437 0.2483263 0.1803553 0.2529032 0.1855503 0.2256279 0.1955816 0.2620832 0.1772219 0.2529032 0.1855503 0.2401022 0.196641 0.2101736 0.2077174 0.2516766 0.2011473 0.241135 0.2057268 0.2108622 0.2137747 0.2108622 0.2137747 0.1906208 0.2171514 0.2101736 0.2077174 0.2509881 0.1950901 0.2309252 0.2044324 0.2401022 0.196641 0.2516766 0.2011473 0.2309252 0.2044324 0.2518425 0.1982104 0.3280557 0.1535037 0.291435 0.1692349 0.3261294 0.1462753 0.2933558 0.1747764 0.291435 0.1692349 0.3297016 0.1607019 0.2933558 0.1747764 0.2401022 0.196641 0.2529032 0.1855503 0.2891016 0.1637848 0.291435 0.1692349 0.2620832 0.1772219 0.3227057 0.1396769 0.2855127 0.158948 0.3179336 0.1335943 0.3227057 0.1396769 0.3261294 0.1462753 0.2891016 0.1637848 0.2483263 0.1803553 0.2855127 0.158948 0.2620832 0.1772219 0.2778717 0.1569445 0.2855127 0.158948 0.2474712 0.1772437 0.2978056 0.184736 0.335004 0.173278 0.3370615 0.1791574 0.2950866 0.19533 0.2989683 0.18949 0.3382345 0.1856098 0.2950866 0.19533 0.241135 0.2057268 0.2516766 0.2011473 0.2978056 0.184736 0.2989683 0.18949 0.2518425 0.1982104 0.3322842 0.1672098 0.2957071 0.1798874 0.3297016 0.1607019 0.2978056 0.184736 0.2957071 0.1798874 0.335004 0.173278 0.2978056 0.184736 0.2518425 0.1982104 0.2509881 0.1950901 0.2509881 0.1950901 0.2401022 0.196641 0.2933558 0.1747764 0.2950866 0.19533 0.3382345 0.1856098 0.3383013 0.193397 0.2644419 0.2126757 0.2820524 0.2034363 0.3378149 0.2018517 0.2644419 0.2126757 0.1906208 0.2171514 0.2108622 0.2137747 0.2108622 0.2137747 0.241135 0.2057268 0.2950866 0.19533 0.3119623 0.1279133 0.263382 0.1599947 0.3053915 0.122433 0.3119623 0.1279133 0.3179336 0.1335943 0.2778717 0.1569445 0.2242429 0.1901294 0.263382 0.1599947 0.2474712 0.1772437 0.2454678 0.1655716 0.263382 0.1599947 0.1906208 0.2171514 0.3507822 0.1526951 0.3642302 0.147722 0.3647291 0.1544799 0.3546733 0.1658533 0.3525776 0.1595823 0.3655778 0.160445 0.3546733 0.1658533 0.335004 0.173278 0.3322842 0.1672098 0.3322842 0.1672098 0.3297016 0.1607019 0.3507822 0.1526951 0.850202 0.1589086 0.8657794 0.1470407 0.8433546 0.2118055 0.8127637 0.1877465 0.8044788 0.1595958 0.8433546 0.2118055 0.8352666 0.161463 0.8402523 0.1320254 0.8433546 0.2118055 0.8241364 0.1662473 0.8237519 0.1375394 0.8433546 0.2118055 0.01767545 0.4264162 0.01859998 0.4429656 0.01424497 0.42736 0.02237284 0.436437 0.01859998 0.4429656 0.0211451 0.4225138 0.02237284 0.436437 0.02464979 0.4578435 0.0169897 0.4457563 0.0169897 0.4457563 0.02464979 0.4578435 0.01334494 0.4508488 0.009809851 0.4283683 0.01306205 0.4445416 0.006214618 0.43179 0.0169897 0.4457563 0.01306205 0.4445416 0.01424497 0.42736 0.1082085 0.1951997 0.1124707 0.2021251 0.1049821 0.1988067 0.1082085 0.1951997 0.1106541 0.1933706 0.1146299 0.2003484 0.1131049 0.1918934 0.1168777 0.1989773 0.1106541 0.1933706 0.1205141 0.1986347 0.1168777 0.1989773 0.1173679 0.1906947 0.1209025 0.2162779 0.1171298 0.2101498 0.1226288 0.2149462 0.1209025 0.2162779 0.1195294 0.2167978 0.1160587 0.2130995 0.1240411 0.2075183 0.1254088 0.2128049 0.1244574 0.2138273 0.1244574 0.2138273 0.1226288 0.2149462 0.1191096 0.2084428 0.05174654 0.6478039 0.04731309 0.6573632 0.0470491 0.6478323 0.05033379 0.6592649 0.04731309 0.6573632 0.05542516 0.6503657 0.05033379 0.6592649 0.04533571 0.6684695 0.04309672 0.6671357 0.04309672 0.6671357 0.04186773 0.6654289 0.04376339 0.6578596 0.05033379 0.6592649 0.05542516 0.6503657 0.05865424 0.6537491 0.05395931 0.6660149 0.05289542 0.6619321 0.06055128 0.6589909 0.05395931 0.6660149 0.04899972 0.6708803 0.04723489 0.6701871 0.05033379 0.6592649 0.05289542 0.6619321 0.04533571 0.6684695 0.8936032 0.9155704 0.8845314 0.9169152 0.8908006 0.9120571 0.8849349 0.919999 0.8845314 0.9169152 0.8940241 0.9193117 0.8849349 0.919999 0.8756285 0.9207534 0.8753829 0.9183835 0.8753829 0.9183835 0.8757868 0.9166481 0.8821017 0.9144693 0.8849349 0.919999 0.8940241 0.9193117 0.8934535 0.9230807 0.8820582 0.9258516 0.8844582 0.9231026 0.8906787 0.9269329 0.8820582 0.9258516 0.8758472 0.9247164 0.8754215 0.9231068 0.8849349 0.919999 0.8844582 0.9231026 0.8756285 0.9207534 0.1214566 0.2208321 0.1195294 0.2167978 0.1209025 0.2162779 0.1209025 0.2162779 0.1226288 0.2149462 0.1256785 0.2207345 0.1242132 0.2253737 0.124172 0.2214092 0.1280734 0.2262315 0.1214566 0.2208321 0.124172 0.2214092 0.1216028 0.2235179 0.1244574 0.2138273 0.1269034 0.2197124 0.1226288 0.2149462 0.1244574 0.2138273 0.1254088 0.2128049 0.1276537 0.2168527 0.1296901 0.2218907 0.1269034 0.2197124 0.1295863 0.2184095 0.1296901 0.2218907 0.1280734 0.2262315 0.1256785 0.2207345 0.03901046 0.6708461 0.04186773 0.6654289 0.04309672 0.6671357 0.04122447 0.6761236 0.03974527 0.6747558 0.04533571 0.6684695 0.04122447 0.6761236 0.03866881 0.6823371 0.03671056 0.6772769 0.03901046 0.6708461 0.03974527 0.6747558 0.03705233 0.6728438 0.04122447 0.6761236 0.04533571 0.6684695 0.04723489 0.6701871 0.04723489 0.6701871 0.04899972 0.6708803 0.04611408 0.6760417 0.04257082 0.6815305 0.04285371 0.676957 0.04570865 0.6791136 0.04122447 0.6761236 0.04285371 0.676957 0.03866881 0.6823371 0.8702743 0.9170394 0.8757868 0.9166481 0.8753829 0.9183835 0.8753829 0.9183835 0.8756285 0.9207534 0.8677483 0.9213767 0.8677483 0.9213767 0.8615314 0.9220352 0.8641558 0.918236 0.8702743 0.9170394 0.8679241 0.9195416 0.8676019 0.9163325 0.8677483 0.9213767 0.8756285 0.9207534 0.8754215 0.9231068 0.8754215 0.9231068 0.8758472 0.9247164 0.8704754 0.9251807 0.8644636 0.9250906 0.8680464 0.9231361 0.8679326 0.9263334 0.8677483 0.9213767 0.8680464 0.9231361 0.8615314 0.9220352 0.1242132 0.2253737 0.1183004 0.2280015 0.1216028 0.2235179 0.1186414 0.2318795 0.1183004 0.2280015 0.1280734 0.2262315 0.1358565 0.2196395 0.1280734 0.2262315 0.1296901 0.2218907 0.1313554 0.2146289 0.1338797 0.2174259 0.1295863 0.2184095 0.03671056 0.6772769 0.03344452 0.6717519 0.03705233 0.6728438 0.03671056 0.6772769 0.03866881 0.6823371 0.0317229 0.6745746 0.0301041 0.6617519 0.03344452 0.6717519 0.02652418 0.6647167 0.0301041 0.6617519 0.03455889 0.6578865 0.03584784 0.6679992 0.04257082 0.6815305 0.0492053 0.6831966 0.03866881 0.6823371 0.050296 0.6785125 0.0492053 0.6831966 0.04570865 0.6791136 0.050296 0.6785125 0.05942934 0.6758346 0.05986541 0.682785 0.05986541 0.682785 0.06092178 0.6888573 0.04866456 0.6870482 0.8641558 0.918236 0.8660791 0.9123133 0.8676019 0.9163325 0.8641558 0.918236 0.8615314 0.9220352 0.862848 0.9119104 0.8712476 0.9040243 0.8660791 0.9123133 0.8667305 0.9019493 0.8712476 0.9040243 0.8767507 0.9062985 0.8702997 0.9127562 0.8644636 0.9250906 0.8668037 0.93087 0.8615314 0.9220352 0.8707947 0.9294483 0.8668037 0.93087 0.8679326 0.9263334 0.8707947 0.9294483 0.8776066 0.9348452 0.872769 0.9384885 0.872769 0.9384885 0.8689525 0.9419929 0.8637656 0.9322142 0.0301041 0.6617519 0.02569127 0.6455865 0.03455889 0.6578865 0.0301041 0.6617519 0.02652418 0.6647167 0.02005064 0.6484265 0.05986541 0.682785 0.07731527 0.6798898 0.06092178 0.6888573 0.07384824 0.6716047 0.07731527 0.6798898 0.05942934 0.6758346 0.8712476 0.9040243 0.8803764 0.8917911 0.8767507 0.9062985 0.8712476 0.9040243 0.8667305 0.9019493 0.8751875 0.8879957 0.872769 0.9384885 0.8839126 0.9493276 0.8689525 0.9419929 0.8884206 0.9431787 0.8839126 0.9493276 0.8776066 0.9348452 0.8995674 0.9503095 0.9070932 0.9543219 0.9018926 0.9628556 0.9018926 0.9628556 0.89696 0.9695014 0.8910862 0.9644573 0.1205141 0.1986347 0.1173679 0.1906947 0.1252505 0.1897011 0.1313554 0.2146289 0.1295863 0.2184095 0.1276537 0.2168527 0.1240411 0.2075183 0.1277362 0.2106652 0.1254088 0.2128049 0.1001887 0.2056174 0.1049821 0.1988067 0.1103742 0.2056392 0.1214566 0.2208321 0.1166048 0.2180991 0.1195294 0.2167978 0.1214566 0.2208321 0.1216028 0.2235179 0.117706 0.2235869 0.8884206 0.9431787 0.8776066 0.9348452 0.8844864 0.9309238 0.8820582 0.9258516 0.8906787 0.9269329 0.8844864 0.9309238 0.8707947 0.9294483 0.8766916 0.9278711 0.8776066 0.9348452 0.8704754 0.9251807 0.8766916 0.9278711 0.8679326 0.9263334 0.8820582 0.9258516 0.8766916 0.9278711 0.8758472 0.9247164 0.8842257 0.9089713 0.8767507 0.9062985 0.8864549 0.8964703 0.8842257 0.9089713 0.8908006 0.9120571 0.8821017 0.9144693 0.8702743 0.9170394 0.8764992 0.9132789 0.8757868 0.9166481 0.8702997 0.9127562 0.8764992 0.9132789 0.8676019 0.9163325 0.8842257 0.9089713 0.8764992 0.9132789 0.8767507 0.9062985 0.07384824 0.6716047 0.05942934 0.6758346 0.06023377 0.667128 0.05395931 0.6660149 0.06055128 0.6589909 0.06023377 0.667128 0.050296 0.6785125 0.05248677 0.6721634 0.05942934 0.6758346 0.04611408 0.6760417 0.05248677 0.6721634 0.04570865 0.6791136 0.05395931 0.6660149 0.05248677 0.6721634 0.04899972 0.6708803 0.04076355 0.6522199 0.03455889 0.6578865 0.03263348 0.6425499 0.04076355 0.6522199 0.0470491 0.6478323 0.04376339 0.6578596 0.03901046 0.6708461 0.03961455 0.6623867 0.04186773 0.6654289 0.03584784 0.6679992 0.03961455 0.6623867 0.03705233 0.6728438 0.04076355 0.6522199 0.03961455 0.6623867 0.03455889 0.6578865 0.1244825 0.3339063 0.1260483 0.3376603 0.1228076 0.3383289 0.1117932 0.3353298 0.1178233 0.334302 0.1173368 0.3376975 0.1159469 0.3243508 0.1081225 0.3280739 0.1048992 0.3159872 0.09575182 0.3116116 0.08970606 0.319795 0.08592802 0.3077164 0.09575182 0.3116116 0.1048992 0.3159872 0.09795391 0.3230179 0.08487075 0.3273659 0.08970606 0.319795 0.09219074 0.3295299 0.08082067 0.3165799 0.08970606 0.319795 0.07695335 0.3248853 0.1217829 0.3457258 0.1162137 0.3483135 0.1165205 0.3448815 0.1217829 0.3457258 0.1246279 0.3473231 0.122161 0.3505417 0.09422415 0.3530198 0.1055338 0.3515169 0.09825176 0.3620082 0.09575182 0.3116116 0.08592802 0.3077164 0.09204572 0.3003185 0.1074249 0.2980726 0.1016302 0.3045594 0.09866863 0.2936532 0.1074249 0.2980726 0.1158719 0.3039279 0.1106773 0.3097574 0.09575182 0.3116116 0.1016302 0.3045594 0.1048992 0.3159872 0.1008473 0.3686935 0.1150432 0.361746 0.1027269 0.3742275 0.1008473 0.3686935 0.09825176 0.3620082 0.1113982 0.3573329 0.1159469 0.3243508 0.1048992 0.3159872 0.1106773 0.3097574 0.1266162 0.3177639 0.1217795 0.3209714 0.1158719 0.3039279 0.1279987 0.3462679 0.125766 0.3519932 0.1246279 0.3473231 0.1279987 0.3462679 0.1314268 0.3433572 0.1282 0.3530563 0.1319892 0.3332016 0.1314268 0.3433572 0.1291381 0.339665 0.1244825 0.3339063 0.128817 0.3335453 0.1260483 0.3376603 0.1217829 0.3457258 0.1165205 0.3448815 0.1168755 0.3433907 0.1168755 0.3433907 0.1170115 0.3414195 0.1246394 0.3424462 0.1246394 0.3424462 0.1314268 0.3433572 0.1279987 0.3462679 0.1217829 0.3457258 0.1241397 0.3439271 0.1246279 0.3473231 0.1246394 0.3424462 0.1170115 0.3414195 0.1173588 0.3393359 0.1173588 0.3393359 0.1173368 0.3376975 0.1228076 0.3383289 0.1291381 0.339665 0.1246375 0.3408119 0.1260483 0.3376603 0.1291381 0.339665 0.1314268 0.3433572 0.1246394 0.3424462 0.1168755 0.3433907 0.1088927 0.3430784 0.1170115 0.3414195 0.1168755 0.3433907 0.1165205 0.3448815 0.1108242 0.3456965 0.1117932 0.3353298 0.1173368 0.3376975 0.1173588 0.3393359 0.1089047 0.3403964 0.1093459 0.3375874 0.1170115 0.3414195 0.07455587 0.3306092 0.08262372 0.3325811 0.0732721 0.3348584 0.07455587 0.3306092 0.07695335 0.3248853 0.08487075 0.3273659 0.08995896 0.3342037 0.08262372 0.3325811 0.09219074 0.3295299 0.08995896 0.3342037 0.08960783 0.3376349 0.08188873 0.336333 0.7677395 0.1698439 0.7639228 0.1680161 0.7668573 0.1675063 0.7706379 0.1682587 0.7692644 0.1689986 0.7689029 0.1672298 0.7706379 0.1682587 0.7727998 0.1688868 0.7724048 0.1701405 0.7677395 0.1698439 0.7692644 0.1689986 0.7727037 0.1710764 0.7263038 0.425738 0.7082408 0.4405078 0.7043245 0.4306067 0.717936 0.4101114 0.7214824 0.4170742 0.7015424 0.422823 0.717936 0.4101114 0.7358924 0.39355 0.7403221 0.3997148 0.7263038 0.425738 0.7214824 0.4170742 0.7457099 0.4073047 0.717936 0.4101114 0.7015424 0.422823 0.6995442 0.417107 0.717936 0.4101114 0.7154433 0.4050571 0.7358924 0.39355 0.686669 0.4310978 0.7015424 0.422823 0.7043245 0.4306067 0.6926361 0.450957 0.6896366 0.4395264 0.7082408 0.4405078 0.6926361 0.450957 0.6758674 0.4574436 0.6736528 0.4447928 0.6736528 0.4447928 0.6702292 0.4357366 0.686669 0.4310978 0.6995442 0.417107 0.7015424 0.422823 0.686669 0.4310978 0.6666579 0.4285569 0.684022 0.4247905 0.6702292 0.4357366 0.9184484 0.1228873 0.9311167 0.09584385 0.9234563 0.1228408 0.9399434 0.07373535 0.9457604 0.06837224 0.9363585 0.0933234 0.9284213 0.1234413 0.9421534 0.09126377 0.9334551 0.1246161 0.9284213 0.1234413 0.9234563 0.1228408 0.9363585 0.0933234 0.9524227 0.06353902 0.9421534 0.09126377 0.9457604 0.06837224 0.9524227 0.06353902 0.959341 0.06028068 0.9481241 0.09016203 0.8849647 0.184198 0.9025548 0.1530714 0.8892228 0.1865822 0.9184484 0.1228873 0.9234563 0.1228408 0.9071773 0.1545795 0.8933995 0.189388 0.9116238 0.1566839 0.8976135 0.1924395 0.8933995 0.189388 0.8892228 0.1865822 0.9071773 0.1545795 0.9284213 0.1234413 0.9116238 0.1566839 0.9234563 0.1228408 0.9284213 0.1234413 0.9334551 0.1246161 0.9161064 0.1591488 0.8712938 0.2168912 0.8534255 0.245365 0.8494695 0.2422496 0.8849647 0.184198 0.8892228 0.1865822 0.8712938 0.2168912 0.8795124 0.2231675 0.8615548 0.2518174 0.8574739 0.2485459 0.8712938 0.2168912 0.8753871 0.2199503 0.8534255 0.245365 0.8933995 0.189388 0.8753871 0.2199503 0.8892228 0.1865822 0.8933995 0.189388 0.8976135 0.1924395 0.8795124 0.2231675 0.8356525 0.2718622 0.8170948 0.2978562 0.8135626 0.2938229 0.8356525 0.2718622 0.8319399 0.2683024 0.8534255 0.245365 0.8434922 0.2788732 0.8248703 0.3057913 0.8209246 0.3017993 0.8356525 0.2718622 0.839547 0.2753506 0.8170948 0.2978562 0.8356525 0.2718622 0.8534255 0.245365 0.8574739 0.2485459 0.8434922 0.2788732 0.839547 0.2753506 0.8615548 0.2518174 0.7968724 0.3248205 0.7759904 0.3507716 0.7722927 0.346155 0.7968724 0.3248205 0.7932819 0.3204061 0.8170948 0.2978562 0.8052347 0.3340277 0.7851907 0.3614349 0.7803623 0.3558573 0.7968724 0.3248205 0.8009242 0.3293268 0.7759904 0.3507716 0.7968724 0.3248205 0.8170948 0.2978562 0.8209246 0.3017993 0.8052347 0.3340277 0.8009242 0.3293268 0.8248703 0.3057913 0.7554537 0.3737257 0.7358924 0.39355 0.7325738 0.3889695 0.7554537 0.3737257 0.7517901 0.3691725 0.7759904 0.3507716 0.765344 0.3858655 0.7457099 0.4073047 0.7403221 0.3997148 0.7554537 0.3737257 0.7600551 0.3793146 0.7358924 0.39355 0.7554537 0.3737257 0.7759904 0.3507716 0.7803623 0.3558573 0.765344 0.3858655 0.7600551 0.3793146 0.7851907 0.3614349 0.7263038 0.425738 0.7326214 0.4358952 0.7082408 0.4405078 0.7263038 0.425738 0.7457099 0.4073047 0.7519025 0.4161605 0.7394348 0.4455103 0.7326214 0.4358952 0.7607692 0.4231396 0.7394348 0.4455103 0.7198017 0.4641995 0.713642 0.4525761 0.6926361 0.450957 0.6953793 0.4662702 0.6758674 0.4574436 0.6926361 0.450957 0.7082408 0.4405078 0.713642 0.4525761 0.6987793 0.4815334 0.6953793 0.4662702 0.7198017 0.4641995 0.6987793 0.4815334 0.671506 0.5004017 0.6758114 0.4754071 0.6987793 0.4815334 0.7103862 0.5019155 0.671506 0.5004017 0.6987793 0.4815334 0.7198017 0.4641995 0.732778 0.4798201 0.9386696 0.1262926 0.9538933 0.09051525 0.9454259 0.1252382 0.9386696 0.1262926 0.9334551 0.1246161 0.9481241 0.09016203 0.9659256 0.05964231 0.9538933 0.09051525 0.959341 0.06028068 0.9659256 0.05964231 0.9709946 0.060795 0.959618 0.08903247 0.9019833 0.1955606 0.9208371 0.1617389 0.9080443 0.1959756 0.9019833 0.1955606 0.8976135 0.1924395 0.9161064 0.1591488 0.9386696 0.1262926 0.9208371 0.1617389 0.9334551 0.1246161 0.9386696 0.1262926 0.9454259 0.1252382 0.9265008 0.1613112 0.8656086 0.2552044 0.8836957 0.2264643 0.8715211 0.2559072 0.8795124 0.2231675 0.8836957 0.2264643 0.8615548 0.2518174 0.9019833 0.1955606 0.8836957 0.2264643 0.8976135 0.1924395 0.9019833 0.1955606 0.9080443 0.1959756 0.8889679 0.2267758 0.8287504 0.3099713 0.8473565 0.2825354 0.8344247 0.3111175 0.8434922 0.2788732 0.8473565 0.2825354 0.8248703 0.3057913 0.8434922 0.2788732 0.8615548 0.2518174 0.8656086 0.2552044 0.8656086 0.2552044 0.8715211 0.2559072 0.85228 0.2835369 0.7902583 0.3675274 0.8096014 0.3390257 0.797294 0.3707634 0.8052347 0.3340277 0.8096014 0.3390257 0.7851907 0.3614349 0.8052347 0.3340277 0.8248703 0.3057913 0.8287504 0.3099713 0.8287504 0.3099713 0.8344247 0.3111175 0.8150987 0.3405752 0.7519025 0.4161605 0.7710701 0.3933051 0.7607692 0.4231396 0.765344 0.3858655 0.7710701 0.3933051 0.7457099 0.4073047 0.765344 0.3858655 0.7851907 0.3614349 0.7902583 0.3675274 0.7902583 0.3675274 0.797294 0.3707634 0.7779312 0.397343 0.4809647 0.2359369 0.4823129 0.2233021 0.4880844 0.2370442 0.4809647 0.2359369 0.4740177 0.2349026 0.4743986 0.2219573 0.4743986 0.2219573 0.4744936 0.2144361 0.4834 0.2172682 0.4834 0.2172682 0.4913874 0.2189151 0.4903472 0.2249778 0.3831527 0.242779 0.3927761 0.238204 0.3885675 0.2539445 0.3831527 0.242779 0.3788107 0.2366733 0.388927 0.2319058 0.40275 0.2343758 0.3927761 0.238204 0.3999444 0.2262364 0.40275 0.2343758 0.4065296 0.2472335 0.3973621 0.2504122 0.4501773 0.2213813 0.4576164 0.2187323 0.4577255 0.2248098 0.4500755 0.2371932 0.4503267 0.2274852 0.456964 0.2369512 0.4500755 0.2371932 0.4429272 0.2432464 0.4427341 0.2297094 0.4501773 0.2213813 0.4503267 0.2274852 0.4423294 0.2235226 0.446282 0.2052975 0.4542585 0.2034202 0.4562515 0.2113919 0.4501773 0.2213813 0.4485893 0.2137269 0.4576164 0.2187323 0.4501773 0.2213813 0.4423294 0.2235226 0.4406285 0.2156245 0.446282 0.2052975 0.4485893 0.2137269 0.4382796 0.2068706 0.4332054 0.224386 0.4423294 0.2235226 0.4427341 0.2297094 0.4427341 0.2297094 0.4429272 0.2432464 0.4344116 0.2399165 0.4344116 0.2399165 0.4260783 0.2424914 0.4240574 0.2308499 0.4332054 0.224386 0.4339024 0.2304518 0.4231206 0.224746 0.4406285 0.2156245 0.4318512 0.2168278 0.4382796 0.2068706 0.4406285 0.2156245 0.4423294 0.2235226 0.4332054 0.224386 0.4225416 0.2175637 0.4318512 0.2168278 0.4231206 0.224746 0.4225416 0.2175637 0.4221416 0.2098422 0.4301685 0.2085232 0.4562515 0.2113919 0.4641326 0.2088762 0.4576164 0.2187323 0.4562515 0.2113919 0.4542585 0.2034202 0.4622919 0.2008554 0.4714627 0.2065718 0.4641326 0.2088762 0.4698941 0.1989616 0.4714627 0.2065718 0.4744936 0.2144361 0.4655139 0.2163459 0.4654811 0.2357142 0.456964 0.2369512 0.4577255 0.2248098 0.4655139 0.2163459 0.4659761 0.2227135 0.4576164 0.2187323 0.4743986 0.2219573 0.4659761 0.2227135 0.4744936 0.2144361 0.4654811 0.2357142 0.4659761 0.2227135 0.4740177 0.2349026 0.4123903 0.225377 0.3999444 0.2262364 0.4037594 0.2175505 0.4143918 0.2104148 0.4129839 0.2180593 0.4061813 0.209944 0.4143918 0.2104148 0.4221416 0.2098422 0.4225416 0.2175637 0.4123903 0.225377 0.4129839 0.2180593 0.4231206 0.224746 0.40275 0.2343758 0.4134252 0.2320411 0.4065296 0.2472335 0.40275 0.2343758 0.3999444 0.2262364 0.4123903 0.225377 0.4123903 0.225377 0.4231206 0.224746 0.4240574 0.2308499 0.4240574 0.2308499 0.4260783 0.2424914 0.416443 0.2447618 0.7551092 0.2919753 0.7550743 0.2874853 0.7576787 0.2905572 0.7551092 0.2919753 0.7521686 0.2938792 0.7520185 0.2885956 0.7552431 0.2821533 0.7550743 0.2874853 0.7520588 0.2831658 0.7552431 0.2821533 0.7582231 0.2814837 0.7579766 0.2864827 0.7520185 0.2885956 0.7521686 0.2938792 0.7488859 0.2938348 0.7488859 0.2938348 0.7462225 0.2943253 0.7454765 0.2911723 0.7484654 0.2848637 0.7486557 0.2899213 0.7444058 0.2868446 0.7484654 0.2848637 0.7520588 0.2831658 0.7520185 0.2885956 0.7375201 0.2942573 0.7396947 0.2969042 0.7370417 0.2986658 0.7306461 0.2977461 0.7342256 0.2959415 0.7340445 0.3012661 0.7306461 0.2977461 0.7268143 0.2947046 0.7307156 0.2927737 0.7375201 0.2942573 0.7342256 0.2959415 0.7350727 0.2906923 0.7306461 0.2977461 0.7340445 0.3012661 0.7303042 0.301641 0.7253683 0.3000844 0.7278191 0.2990424 0.7273465 0.3018338 0.7253683 0.3000844 0.7223412 0.2983053 0.7242448 0.2965311 0.7306461 0.2977461 0.7278191 0.2990424 0.7268143 0.2947046 0.7950569 0.2336921 0.7915402 0.2321493 0.7952325 0.2315356 0.7950569 0.2336921 0.7950314 0.236427 0.7909632 0.2343592 0.7878273 0.2301243 0.7915402 0.2321493 0.7871959 0.2321184 0.7878273 0.2301243 0.788542 0.2287028 0.7920201 0.2303445 0.7931501 0.2390959 0.7901921 0.237379 0.7950314 0.236427 0.7931501 0.2390959 0.7919408 0.2414696 0.7894287 0.2402197 0.7867304 0.2352576 0.7901921 0.237379 0.786121 0.2387816 0.7867304 0.2352576 0.7871959 0.2321184 0.7909632 0.2343592 0.7871572 0.2461861 0.7898688 0.2468878 0.7891023 0.2498002 0.7841647 0.2520577 0.7857038 0.2490885 0.7887292 0.2534326 0.7841647 0.2520577 0.7797175 0.2510594 0.7815995 0.2483227 0.7871572 0.2461861 0.7857038 0.2490885 0.7837159 0.2451141 0.7841647 0.2520577 0.7887292 0.2534326 0.7869232 0.2554907 0.782296 0.2557297 0.7831094 0.2541202 0.7855852 0.2571049 0.782296 0.2557297 0.7785134 0.2544577 0.7788594 0.2529661 0.7841647 0.2520577 0.7831094 0.2541202 0.7797175 0.2510594 0.7940821 0.1848288 0.7900846 0.185181 0.7929387 0.1831703 0.7940821 0.1848288 0.7955292 0.1871474 0.7906461 0.1872478 0.7857515 0.1850208 0.7900846 0.185181 0.7862491 0.186919 0.7857515 0.1850208 0.7854711 0.1836503 0.7894255 0.1836044 0.7906461 0.1872478 0.7955292 0.1871474 0.7945117 0.1905369 0.7911991 0.1932437 0.7910124 0.1902949 0.7939368 0.1932692 0.7871813 0.1898726 0.7910124 0.1902949 0.7880749 0.1932499 0.7871813 0.1898726 0.7862491 0.186919 0.7906461 0.1872478 0.7938614 0.2017691 0.790789 0.2018042 0.7935703 0.1992689 0.7938614 0.2017691 0.7945402 0.2047243 0.7905136 0.2045037 0.7905136 0.2045037 0.786849 0.2047588 0.7874326 0.202162 0.7909984 0.1991801 0.790789 0.2018042 0.7880616 0.1991783 0.7905136 0.2045037 0.7945402 0.2047243 0.7934988 0.2068423 0.7898885 0.2080122 0.7902085 0.206447 0.7928059 0.208561 0.7898885 0.2080122 0.7868239 0.2078979 0.7867222 0.2065338 0.7905136 0.2045037 0.7902085 0.206447 0.786849 0.2047588 0.7550947 0.2669529 0.756135 0.2643135 0.756828 0.2675024 0.7550947 0.2669529 0.7521063 0.2660786 0.7530733 0.2630872 0.7575562 0.2623016 0.756135 0.2643135 0.7543294 0.2605929 0.7575562 0.2623016 0.7590838 0.263428 0.7576074 0.2651042 0.7466077 0.2645543 0.7468332 0.2609894 0.7521063 0.2660786 0.7466077 0.2645543 0.7398928 0.2636452 0.7399697 0.2592613 0.747704 0.2577197 0.7468332 0.2609894 0.74026 0.255284 0.747704 0.2577197 0.7543294 0.2605929 0.7530733 0.2630872 0.7203841 0.2672278 0.7236177 0.2706844 0.7172309 0.2771526 0.7083306 0.280311 0.7140117 0.2736527 0.7122235 0.2833428 0.7083306 0.280311 0.7044234 0.2773951 0.7106154 0.2708603 0.7203841 0.2672278 0.7140117 0.2736527 0.7175406 0.2643646 0.7083306 0.280311 0.7122235 0.2833428 0.7090659 0.2878277 0.702481 0.28934 0.7048545 0.2852542 0.7068333 0.2914599 0.702481 0.28934 0.6973217 0.286521 0.7003443 0.2823524 0.7083306 0.280311 0.7048545 0.2852542 0.7044234 0.2773951 0.7787445 0.2229248 0.7779557 0.2208344 0.779971 0.2219935 0.7787445 0.2229248 0.776499 0.2240799 0.7753126 0.2218669 0.7779642 0.2188969 0.7779557 0.2208344 0.7748876 0.2196505 0.7779642 0.2188969 0.7796083 0.2184732 0.7793269 0.2201469 0.7753126 0.2218669 0.776499 0.2240799 0.7722154 0.2256821 0.7647435 0.2257911 0.7701255 0.2235896 0.7673448 0.2279435 0.7689456 0.2210639 0.7701255 0.2235896 0.7627736 0.2232027 0.7689456 0.2210639 0.7748876 0.2196505 0.7753126 0.2218669 0.7574156 0.2388011 0.7611924 0.2390543 0.762965 0.2449686 0.7620686 0.2514088 0.7594197 0.2454007 0.765118 0.2497702 0.7620686 0.2514088 0.7596634 0.2535668 0.7563392 0.2469 0.7574156 0.2388011 0.7594197 0.2454007 0.7538977 0.2394318 0.7620686 0.2514088 0.765118 0.2497702 0.7662718 0.2521026 0.7662718 0.2521026 0.7669259 0.2532004 0.7646322 0.255206 0.7646322 0.255206 0.7632963 0.2579293 0.7617813 0.2566452 0.7620686 0.2514088 0.7636238 0.2541292 0.7596634 0.2535668 0.7752944 0.1823243 0.7733449 0.1796839 0.7758979 0.1815819 0.7752944 0.1823243 0.7740603 0.1838061 0.7716335 0.1812205 0.7722982 0.1769381 0.7733449 0.1796839 0.7700319 0.1784159 0.7722982 0.1769381 0.7736777 0.1763647 0.7743024 0.1789975 0.7715649 0.1867665 0.7684139 0.1844576 0.7740603 0.1838061 0.7715649 0.1867665 0.769086 0.1908761 0.7653984 0.1885181 0.7659924 0.1817026 0.7684139 0.1844576 0.7622113 0.1862165 0.7659924 0.1817026 0.7700319 0.1784159 0.7716335 0.1812205 0.7734406 0.20607 0.7713989 0.2075815 0.7697701 0.202775 0.7734406 0.20607 0.7771061 0.2084144 0.7759854 0.2101604 0.7759854 0.2101604 0.7754347 0.2120464 0.7700017 0.2094963 0.767054 0.2041534 0.7713989 0.2075815 0.7647089 0.2058196 0.7759854 0.2101604 0.7771061 0.2084144 0.7793582 0.2097774 0.7805725 0.2118636 0.7787376 0.2113575 0.7809036 0.2106497 0.7805725 0.2118636 0.780751 0.2131218 0.7786479 0.2129865 0.7759854 0.2101604 0.7787376 0.2113575 0.7754347 0.2120464 0.7722982 0.1769381 0.7726905 0.1751176 0.7736777 0.1763647 0.7722982 0.1769381 0.7700319 0.1784159 0.7697076 0.1763696 0.7735979 0.1738014 0.7726905 0.1751176 0.770109 0.1747337 0.7735979 0.1738014 0.7758693 0.1737899 0.7745659 0.1748353 0.7659924 0.1817026 0.7645096 0.1795608 0.7700319 0.1784159 0.7659924 0.1817026 0.7622113 0.1862165 0.7595084 0.1844757 0.7641852 0.1775074 0.7645096 0.1795608 0.7556338 0.1817687 0.7641852 0.1775074 0.770109 0.1747337 0.7697076 0.1763696 0.7624239 0.2081421 0.7647089 0.2058196 0.7700017 0.2094963 0.7752249 0.2137212 0.7688371 0.2116006 0.7754347 0.2120464 0.7752249 0.2137212 0.7751294 0.2154413 0.7681654 0.2142134 0.7681654 0.2142134 0.7585704 0.2122675 0.7624239 0.2081421 0.7752249 0.2137212 0.7754347 0.2120464 0.7786479 0.2129865 0.7814434 0.2144215 0.7789899 0.2144254 0.780751 0.2131218 0.7791711 0.2158055 0.7789899 0.2144254 0.7817517 0.2157379 0.7752249 0.2137212 0.7789899 0.2144254 0.7751294 0.2154413 0.7779642 0.2188969 0.7785993 0.2172583 0.7796083 0.2184732 0.7779642 0.2188969 0.7748876 0.2196505 0.7749217 0.2174631 0.7791711 0.2158055 0.7785993 0.2172583 0.7751294 0.2154413 0.7807782 0.217046 0.7785993 0.2172583 0.7817517 0.2157379 0.7689456 0.2210639 0.768247 0.2176531 0.7748876 0.2196505 0.7689456 0.2210639 0.7627736 0.2232027 0.7611194 0.2189661 0.7681654 0.2142134 0.768247 0.2176531 0.7585704 0.2122675 0.7681654 0.2142134 0.7751294 0.2154413 0.7749217 0.2174631 0.7495686 0.241645 0.7538977 0.2394318 0.7563392 0.2469 0.7579579 0.2554758 0.753193 0.2492201 0.7596634 0.2535668 0.7579579 0.2554758 0.756663 0.2571892 0.7505058 0.2519698 0.7495686 0.241645 0.753193 0.2492201 0.7424829 0.2449797 0.7579579 0.2554758 0.7596634 0.2535668 0.7617813 0.2566452 0.7634157 0.2606409 0.7610939 0.2587929 0.7632963 0.2579293 0.7634157 0.2606409 0.7633479 0.2625986 0.7605684 0.2603969 0.7579579 0.2554758 0.7610939 0.2587929 0.756663 0.2571892 0.7575562 0.2623016 0.7592116 0.2612813 0.7590838 0.263428 0.7575562 0.2623016 0.7543294 0.2605929 0.7554898 0.2587609 0.7605684 0.2603969 0.7592116 0.2612813 0.756663 0.2571892 0.7614506 0.2630602 0.7592116 0.2612813 0.7633479 0.2625986 0.747704 0.2577197 0.7488021 0.2547581 0.7543294 0.2605929 0.747704 0.2577197 0.74026 0.255284 0.7411139 0.2514164 0.7411139 0.2514164 0.7424829 0.2449797 0.7505058 0.2519698 0.7505058 0.2519698 0.756663 0.2571892 0.7554898 0.2587609 0.7145699 0.2622122 0.7175406 0.2643646 0.7106154 0.2708603 0.7011274 0.2746121 0.7075702 0.2685813 0.7044234 0.2773951 0.7011274 0.2746121 0.6977156 0.2707443 0.7045179 0.2655831 0.7145699 0.2622122 0.7075702 0.2685813 0.7116875 0.2596594 0.7011274 0.2746121 0.7044234 0.2773951 0.7003443 0.2823524 0.691448 0.2827105 0.695967 0.2790576 0.6973217 0.286521 0.691448 0.2827105 0.6882424 0.2809026 0.6914837 0.2742709 0.7011274 0.2746121 0.695967 0.2790576 0.6977156 0.2707443 0.7735979 0.1738014 0.7740963 0.1725683 0.7758693 0.1737899 0.7735979 0.1738014 0.770109 0.1747337 0.770685 0.1731604 0.7743901 0.1713768 0.7740963 0.1725683 0.7727037 0.1710764 0.7743901 0.1713768 0.7767704 0.1713595 0.7764905 0.1726086 0.7641852 0.1775074 0.7652392 0.1750172 0.770109 0.1747337 0.7592223 0.176006 0.7652392 0.1750172 0.7556338 0.1817687 0.766279 0.1726337 0.7652392 0.1750172 0.7615423 0.1729003 0.766279 0.1726337 0.7727037 0.1710764 0.770685 0.1731604 0.6875762 0.2335486 0.6801795 0.2379018 0.6795945 0.2272646 0.6875762 0.2335486 0.6947223 0.2387107 0.6870231 0.2426181 0.6764667 0.2430679 0.6801795 0.2379018 0.682464 0.2453707 0.6764667 0.2430679 0.6682705 0.2387981 0.6737415 0.2325477 0.7857515 0.1850208 0.7862491 0.186919 0.7828091 0.18648 0.7801141 0.1845609 0.7826279 0.1848862 0.7798413 0.1859117 0.7801141 0.1845609 0.7802001 0.1835409 0.7825562 0.1836991 0.7857515 0.1850208 0.7826279 0.1848862 0.7854711 0.1836503 0.7768606 0.1851952 0.7776102 0.1838285 0.7798413 0.1859117 0.7768606 0.1851952 0.7740603 0.1838061 0.7752944 0.1823243 0.7779223 0.1829658 0.7776102 0.1838285 0.7758979 0.1815819 0.7801141 0.1845609 0.7776102 0.1838285 0.7802001 0.1835409 0.7871813 0.1898726 0.7880749 0.1932499 0.7832574 0.1912729 0.7791951 0.1879242 0.7832095 0.1888871 0.7785485 0.1901158 0.7791951 0.1879242 0.7798413 0.1859117 0.7828091 0.18648 0.7871813 0.1898726 0.7832095 0.1888871 0.7862491 0.186919 0.7739575 0.1901386 0.775236 0.1875697 0.7785485 0.1901158 0.7739575 0.1901386 0.769086 0.1908761 0.7715649 0.1867665 0.7768606 0.1851952 0.775236 0.1875697 0.7740603 0.1838061 0.7768606 0.1851952 0.7798413 0.1859117 0.7791951 0.1879242 0.7839145 0.2053666 0.7838541 0.2032042 0.786849 0.2047588 0.7839145 0.2053666 0.7814076 0.2062069 0.7801803 0.204389 0.7835856 0.2010625 0.7838541 0.2032042 0.7791119 0.2023972 0.7835856 0.2010625 0.7880616 0.1991783 0.7874326 0.202162 0.7801803 0.204389 0.7814076 0.2062069 0.7790258 0.2071598 0.7734406 0.20607 0.7765385 0.205175 0.7771061 0.2084144 0.7734406 0.20607 0.7697701 0.202775 0.7746123 0.2029681 0.7801803 0.204389 0.7765385 0.205175 0.7791119 0.2023972 0.7846132 0.2080513 0.784206 0.2068729 0.7868239 0.2078979 0.7822913 0.2075088 0.784206 0.2068729 0.7830031 0.2085526 0.7839145 0.2053666 0.784206 0.2068729 0.7814076 0.2062069 0.7839145 0.2053666 0.786849 0.2047588 0.7867222 0.2065338 0.7822913 0.2075088 0.7830031 0.2085526 0.7817402 0.2094824 0.7793582 0.2097774 0.780609 0.2084858 0.7809036 0.2106497 0.7793582 0.2097774 0.7771061 0.2084144 0.7790258 0.2071598 0.7822913 0.2075088 0.780609 0.2084858 0.7814076 0.2062069 0.7878273 0.2301243 0.7871959 0.2321184 0.7841765 0.2301889 0.7827591 0.2269468 0.7850506 0.2285188 0.781497 0.2283188 0.7827591 0.2269468 0.7837007 0.2257689 0.7858955 0.2272672 0.7878273 0.2301243 0.7850506 0.2285188 0.788542 0.2287028 0.7787492 0.2262564 0.7805014 0.2250222 0.781497 0.2283188 0.7787492 0.2262564 0.776499 0.2240799 0.7787445 0.2229248 0.7787445 0.2229248 0.779971 0.2219935 0.7815774 0.2239392 0.7815774 0.2239392 0.7837007 0.2257689 0.7827591 0.2269468 0.7867304 0.2352576 0.786121 0.2387816 0.7820759 0.2350605 0.7795937 0.230079 0.7832433 0.2326957 0.7777669 0.2319768 0.7795937 0.230079 0.781497 0.2283188 0.7841765 0.2301889 0.7867304 0.2352576 0.7832433 0.2326957 0.7871959 0.2321184 0.7729319 0.2296296 0.7756446 0.2277932 0.7777669 0.2319768 0.7729319 0.2296296 0.7673448 0.2279435 0.7722154 0.2256821 0.7787492 0.2262564 0.7756446 0.2277932 0.776499 0.2240799 0.7787492 0.2262564 0.781497 0.2283188 0.7795937 0.230079 0.7760158 0.2503215 0.777156 0.2477959 0.7797175 0.2510594 0.7760158 0.2503215 0.7725363 0.2497922 0.7724367 0.247106 0.778103 0.24512 0.777156 0.2477959 0.7725976 0.2442766 0.778103 0.24512 0.7837159 0.2451141 0.7815995 0.2483227 0.7724367 0.247106 0.7725363 0.2497922 0.7687554 0.2494199 0.762965 0.2449686 0.7675052 0.2458503 0.765118 0.2497702 0.762965 0.2449686 0.7611924 0.2390543 0.7669509 0.2422496 0.7724367 0.247106 0.7675052 0.2458503 0.7725976 0.2442766 0.7754173 0.253543 0.7755483 0.2521152 0.7785134 0.2544577 0.7725843 0.2515925 0.7755483 0.2521152 0.7726065 0.2529498 0.7760158 0.2503215 0.7755483 0.2521152 0.7725363 0.2497922 0.7760158 0.2503215 0.7797175 0.2510594 0.7788594 0.2529661 0.7725843 0.2515925 0.7726065 0.2529498 0.76968 0.252642 0.7662718 0.2521026 0.7693753 0.2514227 0.7669259 0.2532004 0.7662718 0.2521026 0.765118 0.2497702 0.7687554 0.2494199 0.7725843 0.2515925 0.7693753 0.2514227 0.7725363 0.2497922 0.7552431 0.2821533 0.7520588 0.2831658 0.751986 0.2779703 0.7545403 0.2732546 0.754913 0.2773818 0.7518782 0.2732892 0.7545403 0.2732546 0.7568003 0.273064 0.7575941 0.2769453 0.7552431 0.2821533 0.754913 0.2773818 0.7582231 0.2814837 0.7545403 0.2732546 0.7518782 0.2732892 0.7518131 0.2694022 0.7550947 0.2669529 0.7545821 0.2698558 0.7521063 0.2660786 0.7550947 0.2669529 0.756828 0.2675024 0.7565519 0.270036 0.7545403 0.2732546 0.7545821 0.2698558 0.7568003 0.273064 0.7484654 0.2848637 0.7444058 0.2868446 0.7450948 0.2795603 0.7484111 0.2730113 0.7485675 0.2788628 0.7447102 0.2730641 0.7484111 0.2730113 0.7518782 0.2732892 0.751986 0.2779703 0.7484654 0.2848637 0.7485675 0.2788628 0.7520588 0.2831658 0.7429674 0.2681295 0.7474458 0.2684018 0.7447102 0.2730641 0.7429674 0.2681295 0.7398928 0.2636452 0.7466077 0.2645543 0.7518131 0.2694022 0.7474458 0.2684018 0.7521063 0.2660786 0.7518131 0.2694022 0.7518782 0.2732892 0.7484111 0.2730113 0.7226862 0.2920758 0.7264897 0.2895932 0.7268143 0.2947046 0.7226862 0.2920758 0.7187457 0.2894639 0.7225114 0.2859899 0.730174 0.2870023 0.7264897 0.2895932 0.7264315 0.2826551 0.730174 0.2870023 0.7350727 0.2906923 0.7307156 0.2927737 0.7154767 0.2864733 0.7197447 0.281554 0.7187457 0.2894639 0.7154767 0.2864733 0.7122235 0.2833428 0.7172309 0.2771526 0.7172309 0.2771526 0.7236177 0.2706844 0.7243163 0.2772914 0.7225114 0.2859899 0.7197447 0.281554 0.7264315 0.2826551 0.7181145 0.2965008 0.7200969 0.2943423 0.7223412 0.2983053 0.7181145 0.2965008 0.7137441 0.2947602 0.7159919 0.2922772 0.7226862 0.2920758 0.7200969 0.2943423 0.7187457 0.2894639 0.7226862 0.2920758 0.7268143 0.2947046 0.7242448 0.2965311 0.7102856 0.2931733 0.7125466 0.2901372 0.7137441 0.2947602 0.7102856 0.2931733 0.7068333 0.2914599 0.7090659 0.2878277 0.7154767 0.2864733 0.7125466 0.2901372 0.7122235 0.2833428 0.7154767 0.2864733 0.7187457 0.2894639 0.7159919 0.2922772 0.7009353 0.2445685 0.6925824 0.2483969 0.6947223 0.2387107 0.7009353 0.2445685 0.7058518 0.2504281 0.6971704 0.254611 0.6846943 0.2505133 0.6925824 0.2483969 0.6889316 0.2573974 0.6846943 0.2505133 0.682464 0.2453707 0.6870231 0.2426181 0.7091087 0.2555949 0.7011001 0.260633 0.7058518 0.2504281 0.7091087 0.2555949 0.7116875 0.2596594 0.7045179 0.2655831 0.6934613 0.2645735 0.7011001 0.260633 0.6977156 0.2707443 0.6934613 0.2645735 0.6889316 0.2573974 0.6971704 0.254611 0.6846943 0.2505133 0.6777994 0.2501618 0.682464 0.2453707 0.6846943 0.2505133 0.6889316 0.2573974 0.681941 0.2583736 0.6719185 0.249221 0.6777994 0.2501618 0.6757165 0.258161 0.6719185 0.249221 0.6682705 0.2387981 0.6764667 0.2430679 0.6934613 0.2645735 0.6866555 0.266893 0.6889316 0.2573974 0.6934613 0.2645735 0.6977156 0.2707443 0.6914837 0.2742709 0.6800118 0.2671955 0.6866555 0.266893 0.6882424 0.2809026 0.6800118 0.2671955 0.6757165 0.258161 0.681941 0.2583736 0.6178131 0.3621598 0.6156054 0.3654248 0.6170918 0.3596279 0.6206782 0.3547775 0.6186738 0.3582895 0.6190271 0.3523548 0.6206782 0.3547775 0.6212562 0.3555959 0.6203172 0.3574302 0.6178131 0.3621598 0.6186738 0.3582895 0.6195757 0.3600406 0.6286821 0.3631879 0.6281552 0.3612313 0.631697 0.3559388 0.6286821 0.3631879 0.6261299 0.3688878 0.6263696 0.365044 0.6272953 0.359618 0.6281552 0.3612313 0.6262703 0.3622746 0.6272953 0.359618 0.6276703 0.3574575 0.628714 0.3570415 0.6710192 0.3769894 0.6685507 0.3810771 0.6657269 0.3726966 0.6693478 0.3650863 0.668917 0.3711682 0.6641137 0.3626069 0.6693478 0.3650863 0.6717243 0.3664413 0.6721422 0.3699792 0.6710192 0.3769894 0.668917 0.3711682 0.6730005 0.373967 0.6911793 0.3646108 0.6879733 0.3651077 0.6877469 0.3566826 0.6911793 0.3646108 0.6930969 0.3720799 0.6892112 0.3706819 0.6848189 0.3659421 0.6879733 0.3651077 0.6861444 0.369579 0.6848189 0.3659421 0.6832489 0.3629772 0.6845044 0.3607879 0.7128954 0.3311864 0.7145016 0.3277339 0.7198855 0.337916 0.7198855 0.337916 0.7236934 0.3466308 0.719157 0.3419134 0.7139299 0.3350502 0.7167736 0.3361316 0.7158412 0.3388515 0.7139299 0.3350502 0.7122244 0.3324859 0.7128954 0.3311864 0.7072193 0.3474882 0.7074171 0.3538059 0.7033638 0.3453902 0.7031932 0.3359932 0.7044079 0.342064 0.6992925 0.3352169 0.7031932 0.3359932 0.7047936 0.3363062 0.7057074 0.3392775 0.7072193 0.3474882 0.7044079 0.342064 0.7072691 0.3430602 0.6996076 0.3028883 0.7005391 0.2986599 0.7046223 0.3036197 0.7072229 0.311576 0.703583 0.3060667 0.7088351 0.3098282 0.7072229 0.311576 0.7053132 0.3132926 0.7021065 0.3082556 0.6996076 0.3028883 0.703583 0.3060667 0.6995535 0.3054193 0.7114732 0.3181188 0.7096187 0.3185156 0.7088351 0.3098282 0.7114732 0.3181188 0.7145016 0.3277339 0.7102335 0.3245545 0.7075771 0.3191878 0.7096187 0.3185156 0.7084393 0.3231831 0.7072229 0.311576 0.7096187 0.3185156 0.7053132 0.3132926 0.6865901 0.3140746 0.6892414 0.3141699 0.689763 0.3211414 0.6865901 0.3140746 0.6840482 0.3080495 0.6882588 0.3090564 0.6918643 0.313876 0.6892414 0.3141699 0.6905111 0.3103109 0.6918643 0.313876 0.6944931 0.3191963 0.6920629 0.3202257 0.6997345 0.3295741 0.6992925 0.3352169 0.694378 0.3276615 0.6920629 0.3202257 0.6958436 0.3258532 0.689763 0.3211414 0.6975989 0.3242301 0.6958436 0.3258532 0.6944931 0.3191963 0.6997345 0.3295741 0.6958436 0.3258532 0.6998726 0.3272548 0.6599743 0.338069 0.6623831 0.3390334 0.6596227 0.3479394 0.6637287 0.3316578 0.6623831 0.3390334 0.6603597 0.3272227 0.6650205 0.3394449 0.6623831 0.3390334 0.6652314 0.3341575 0.6650205 0.3394449 0.6654946 0.3467412 0.6624312 0.3474293 0.6668249 0.3572304 0.6641137 0.3626069 0.6615406 0.3552367 0.6615406 0.3552367 0.6596227 0.3479394 0.6624312 0.3474293 0.6624312 0.3474293 0.6654946 0.3467412 0.6667341 0.3521518 0.6668249 0.3572304 0.663971 0.3536013 0.6681026 0.3550288 0.6824963 0.3336789 0.6804047 0.3349458 0.6784949 0.3238071 0.683302 0.3424896 0.6804047 0.3349458 0.6861695 0.3423588 0.683302 0.3424896 0.6802091 0.3428195 0.6779766 0.3360574 0.6765863 0.3289547 0.6804047 0.3349458 0.6759002 0.3315969 0.6869984 0.349646 0.684073 0.3489004 0.6861695 0.3423588 0.6869984 0.349646 0.6877469 0.3566826 0.682803 0.3536072 0.680976 0.3485946 0.684073 0.3489004 0.680771 0.3520461 0.680976 0.3485946 0.6802091 0.3428195 0.683302 0.3424896 0.6239466 0.3292537 0.6250811 0.3307806 0.619799 0.3372452 0.6291261 0.3255978 0.6250811 0.3307806 0.6287429 0.3203034 0.6266585 0.3321417 0.6250811 0.3307806 0.6290843 0.3281517 0.6266585 0.3321417 0.6239804 0.3384932 0.6217408 0.3378199 0.6215868 0.3493591 0.6190271 0.3523548 0.6190444 0.3449198 0.6217408 0.3378199 0.6207829 0.3444593 0.619799 0.3372452 0.6217408 0.3378199 0.6239804 0.3384932 0.6227956 0.3443109 0.6215868 0.3493591 0.6207829 0.3444593 0.622821 0.3477632 0.6391355 0.3297349 0.6425952 0.3261759 0.6412677 0.3352689 0.6382043 0.3426179 0.6394883 0.3357097 0.6400589 0.3432099 0.6382043 0.3426179 0.6360135 0.3419623 0.6374437 0.3357759 0.6391355 0.3297349 0.6394883 0.3357097 0.6377426 0.3314803 0.636179 0.3496897 0.6351051 0.3483014 0.6400589 0.3432099 0.636179 0.3496897 0.631697 0.3559388 0.6314687 0.3518658 0.6335699 0.3470928 0.6351051 0.3483014 0.6314309 0.3499028 0.6382043 0.3426179 0.6351051 0.3483014 0.6360135 0.3419623 0.6344159 0.3007605 0.6333741 0.300038 0.6358556 0.2935989 0.6358556 0.2935989 0.6373927 0.2899874 0.6391808 0.291872 0.6379423 0.2963466 0.6366908 0.2949985 0.6394855 0.2937585 0.6379423 0.2963466 0.6358922 0.30171 0.6344159 0.3007605 0.652162 0.2998582 0.6504187 0.3004333 0.6523697 0.2969956 0.652162 0.2998582 0.6510095 0.3069663 0.649251 0.3068774 0.649251 0.3068774 0.6471228 0.3065551 0.6483426 0.3005868 0.6496402 0.2958841 0.6504187 0.3004333 0.6482645 0.2972062 0.6314443 0.3097522 0.6326504 0.3092466 0.6287429 0.3203034 0.6344159 0.3007605 0.6326504 0.3092466 0.6333741 0.300038 0.6341877 0.309293 0.6326504 0.3092466 0.6358922 0.30171 0.632114 0.3170014 0.6326504 0.3092466 0.6335081 0.3148096 0.6468315 0.3162403 0.6458391 0.3150309 0.6510095 0.3069663 0.6417648 0.3215377 0.6458391 0.3150309 0.6425952 0.3261759 0.6417648 0.3215377 0.641848 0.3187252 0.6443539 0.3139142 0.6443539 0.3139142 0.6471228 0.3065551 0.649251 0.3068774 0.6576421 0.3083261 0.6558761 0.3079058 0.6537131 0.3004583 0.6537131 0.3004583 0.6523697 0.2969956 0.6550604 0.2960824 0.657681 0.3017717 0.655526 0.3014271 0.6569644 0.2976522 0.657681 0.3017717 0.6597144 0.3083229 0.6576421 0.3083261 0.6693697 0.2904657 0.6724342 0.2908169 0.6733972 0.2943242 0.6733972 0.2943242 0.6755003 0.30261 0.6738364 0.302955 0.6738364 0.302955 0.6717408 0.3035762 0.6701204 0.2964555 0.6693697 0.2904657 0.6720206 0.2953271 0.6685269 0.2927684 0.6585426 0.3169978 0.6599747 0.3160839 0.6603597 0.3272227 0.6576421 0.3083261 0.6599747 0.3160839 0.6558761 0.3079058 0.6617557 0.3152144 0.6599747 0.3160839 0.6597144 0.3083229 0.6626458 0.3221123 0.6599747 0.3160839 0.6633033 0.3195964 0.6766812 0.3129442 0.6748736 0.3120059 0.6755003 0.30261 0.6745617 0.3195286 0.6748736 0.3120059 0.6784949 0.3238071 0.6727675 0.3116309 0.6748736 0.3120059 0.6729791 0.3170423 0.6738364 0.302955 0.6748736 0.3120059 0.6717408 0.3035762 0.6852745 0.2824956 0.6882424 0.2809026 0.6910877 0.2840917 0.6910877 0.2840917 0.6958236 0.2894415 0.6933619 0.2902067 0.6933619 0.2902067 0.690796 0.2911536 0.6876468 0.2872175 0.6852745 0.2824956 0.6895468 0.285653 0.6850562 0.2847988 0.6796294 0.2997255 0.6782574 0.3011555 0.6746738 0.2948185 0.6746738 0.2948185 0.6724342 0.2908169 0.6747046 0.2896482 0.6783525 0.2941254 0.6765115 0.2947278 0.6766749 0.2908141 0.6783525 0.2941254 0.6811762 0.2981105 0.6796294 0.2997255 0.6982902 0.2941157 0.6955617 0.2942976 0.6958236 0.2894415 0.6982902 0.2941157 0.7005391 0.2986599 0.6959065 0.2976493 0.6928856 0.2947895 0.6955617 0.2942976 0.6937911 0.2971 0.6933619 0.2902067 0.6955617 0.2942976 0.690796 0.2911536 0.685166 0.3036844 0.6840482 0.3080495 0.6813264 0.3046544 0.6796294 0.2997255 0.6824126 0.3026273 0.6782574 0.3011555 0.6837643 0.3006975 0.6824126 0.3026273 0.6811762 0.2981105 0.685166 0.3036844 0.6824126 0.3026273 0.6854949 0.3019675 0.6469375 0.2770914 0.6432496 0.2752379 0.6437951 0.2655141 0.644654 0.2826117 0.6432496 0.2752379 0.6523697 0.2969956 0.6395466 0.2719849 0.6432496 0.2752379 0.6412192 0.2774584 0.6395466 0.2719849 0.638006 0.2648519 0.6408494 0.2654104 0.6374008 0.2492694 0.6399053 0.2443303 0.6416046 0.2549504 0.6416046 0.2549504 0.6437951 0.2655141 0.6408494 0.2654104 0.6368619 0.2574577 0.6391643 0.2561032 0.638006 0.2648519 0.6374008 0.2492694 0.6391643 0.2561032 0.6361678 0.2526021 0.6364895 0.2887564 0.6359488 0.2847245 0.6373927 0.2899874 0.6342549 0.2827574 0.6359488 0.2847245 0.6343455 0.2900684 0.6370368 0.2833605 0.6359488 0.2847245 0.6346655 0.2775607 0.6469375 0.2770914 0.6492754 0.2737563 0.6523697 0.2969956 0.6463298 0.2640233 0.6492754 0.2737563 0.6437951 0.2655141 0.6463298 0.2640233 0.6490366 0.2619152 0.6514464 0.2689329 0.6528474 0.2807535 0.6492754 0.2737563 0.6535542 0.2743636 0.6463298 0.2640233 0.6437951 0.2655141 0.6416046 0.2549504 0.6416046 0.2549504 0.6399053 0.2443303 0.6438812 0.2475933 0.6471626 0.2545084 0.6441648 0.2547317 0.6465808 0.2495595 0.6463298 0.2640233 0.6441648 0.2547317 0.6490366 0.2619152 0.6800118 0.2671955 0.6728593 0.265085 0.6757165 0.258161 0.6800118 0.2671955 0.6882424 0.2809026 0.6744779 0.271273 0.6664138 0.2629783 0.6728593 0.265085 0.6687135 0.2677425 0.6664138 0.2629783 0.6644732 0.2568684 0.6697766 0.257381 0.6642561 0.2435394 0.6682705 0.2387981 0.6719185 0.249221 0.6719185 0.249221 0.6757165 0.258161 0.6697766 0.257381 0.6628641 0.2504566 0.6670727 0.2495693 0.6644732 0.2568684 0.6642561 0.2435394 0.6670727 0.2495693 0.6619045 0.2461708 0.7911991 0.1932437 0.7939368 0.1932692 0.7936931 0.1949869 0.7911634 0.1962193 0.7912219 0.1950157 0.7936133 0.1962304 0.7911634 0.1962193 0.7890069 0.1962546 0.7890245 0.1950969 0.7890245 0.1950969 0.7880749 0.1932499 0.7911991 0.1932437 0.7911634 0.1962193 0.7936133 0.1962304 0.7935299 0.1975402 0.7935299 0.1975402 0.7935703 0.1992689 0.7909984 0.1991801 0.7909984 0.1991801 0.7880616 0.1991783 0.7889697 0.1974133 0.7911634 0.1962193 0.7911061 0.1974629 0.7890069 0.1962546 0.7675505 0.1937927 0.7642993 0.192525 0.769086 0.1908761 0.7675505 0.1937927 0.7675507 0.1966584 0.7644108 0.1964858 0.7607207 0.1913762 0.7642993 0.192525 0.7608471 0.1966484 0.7607207 0.1913762 0.7622113 0.1862165 0.7653984 0.1885181 0.7678687 0.199686 0.7650269 0.2004083 0.7675507 0.1966584 0.7678687 0.199686 0.7697701 0.202775 0.767054 0.2041534 0.767054 0.2041534 0.7647089 0.2058196 0.761917 0.2014999 0.761917 0.2014999 0.7608471 0.1966484 0.7644108 0.1964858 0.7607207 0.1913762 0.7571161 0.1908985 0.7622113 0.1862165 0.7607207 0.1913762 0.7608471 0.1966484 0.7569389 0.1976181 0.7569389 0.1976181 0.752568 0.1986481 0.7530434 0.1910333 0.7595084 0.1844757 0.7571161 0.1908985 0.7556338 0.1817687 0.7569389 0.1976181 0.7608471 0.1966484 0.761917 0.2014999 0.7624239 0.2081421 0.758583 0.2034236 0.7647089 0.2058196 0.7546166 0.205088 0.758583 0.2034236 0.7585704 0.2122675 0.7546166 0.205088 0.752568 0.1986481 0.7569389 0.1976181 0.7310734 0.1999824 0.7243356 0.1974844 0.7296037 0.1928566 0.7310734 0.1999824 0.7315366 0.2058072 0.7264739 0.2041611 0.7175045 0.1949989 0.7243356 0.1974844 0.7220721 0.2028342 0.7175045 0.1949989 0.7111687 0.1879283 0.7208698 0.1902456 0.7934988 0.2068423 0.7945402 0.2047243 0.7963473 0.2065239 0.7966739 0.2094125 0.7954269 0.2079495 0.7975038 0.2079917 0.7966739 0.2094125 0.7957705 0.2111616 0.7945752 0.209711 0.7945752 0.209711 0.7928059 0.208561 0.7934988 0.2068423 0.7977911 0.1848456 0.7961989 0.1834261 0.7992603 0.1827449 0.7977911 0.1848456 0.7955292 0.1871474 0.7940821 0.1848288 0.7940821 0.1848288 0.7929387 0.1831703 0.7945296 0.1819568 0.7973753 0.1814981 0.7961989 0.1834261 0.7951596 0.1803534 0.7427554 0.1918638 0.737716 0.1903586 0.7438309 0.1871145 0.7427554 0.1918638 0.742287 0.1983678 0.7367842 0.1964977 0.7326874 0.1874008 0.737716 0.1903586 0.7296037 0.1928566 0.7326874 0.1874008 0.7357448 0.181881 0.7404313 0.184722 0.7438494 0.2044971 0.7376244 0.2025052 0.742287 0.1983678 0.7438494 0.2044971 0.7446416 0.2101943 0.7379209 0.2080916 0.7310734 0.1999824 0.7376244 0.2025052 0.7315366 0.2058072 0.7310734 0.1999824 0.7296037 0.1928566 0.7367842 0.1964977 0.7481122 0.1849975 0.7556338 0.1817687 0.7530434 0.1910333 0.7476162 0.1989913 0.7480605 0.1917219 0.752568 0.1986481 0.7476162 0.1989913 0.742287 0.1983678 0.7427554 0.1918638 0.7481122 0.1849975 0.7480605 0.1917219 0.7438309 0.1871145 0.7546166 0.205088 0.7496095 0.2054019 0.752568 0.1986481 0.7546166 0.205088 0.7585704 0.2122675 0.750713 0.2112956 0.7438494 0.2044971 0.7496095 0.2054019 0.7446416 0.2101943 0.7438494 0.2044971 0.742287 0.1983678 0.7476162 0.1989913 0.6229724 0.3524931 0.6228712 0.3537229 0.6190271 0.3523548 0.6229724 0.3524931 0.6255465 0.3529162 0.6251479 0.3541156 0.6227383 0.3552684 0.6228712 0.3537229 0.6246677 0.3556916 0.6227383 0.3552684 0.6212562 0.3555959 0.6206782 0.3547775 0.6281101 0.3538588 0.6274036 0.3549457 0.6255465 0.3529162 0.6281101 0.3538588 0.631697 0.3559388 0.628714 0.3570415 0.628714 0.3570415 0.6276703 0.3574575 0.6265809 0.3563367 0.6251479 0.3541156 0.6274036 0.3549457 0.6246677 0.3556916 0.6230359 0.3704894 0.624 0.3660083 0.6261299 0.3688878 0.6230359 0.3704894 0.619828 0.3697512 0.6214318 0.3653486 0.6249244 0.3619384 0.624 0.3660083 0.6228554 0.3613374 0.6249244 0.3619384 0.6262703 0.3622746 0.6263696 0.365044 0.6214318 0.3653486 0.619828 0.3697512 0.6169342 0.3684311 0.6178131 0.3621598 0.6190509 0.3642893 0.6156054 0.3654248 0.6178131 0.3621598 0.6195757 0.3600406 0.6208674 0.3605284 0.6214318 0.3653486 0.6190509 0.3642893 0.6228554 0.3613374 0.6272953 0.359618 0.6262703 0.3622746 0.6249244 0.3619384 0.6239188 0.3581086 0.6257696 0.358691 0.6228554 0.3613374 0.6239188 0.3581086 0.6246677 0.3556916 0.6265809 0.3563367 0.6272953 0.359618 0.6257696 0.358691 0.6276703 0.3574575 0.6208674 0.3605284 0.6220834 0.3575291 0.6228554 0.3613374 0.6208674 0.3605284 0.6195757 0.3600406 0.6203172 0.3574302 0.6227383 0.3552684 0.6220834 0.3575291 0.6212562 0.3555959 0.6227383 0.3552684 0.6246677 0.3556916 0.6239188 0.3581086 0.6327043 0.3225052 0.6321982 0.3245276 0.6287429 0.3203034 0.6347725 0.3256018 0.6321982 0.3245276 0.6353623 0.3237955 0.6347725 0.3256018 0.6337972 0.3286094 0.6312552 0.3277215 0.6312552 0.3277215 0.6290843 0.3281517 0.6291261 0.3255978 0.6347725 0.3256018 0.6353623 0.3237955 0.6380941 0.3250777 0.6391355 0.3297349 0.6373243 0.3268516 0.6425952 0.3261759 0.6391355 0.3297349 0.6377426 0.3314803 0.6362618 0.3297334 0.6347725 0.3256018 0.6373243 0.3268516 0.6337972 0.3286094 0.6281101 0.3538588 0.6285731 0.3524165 0.631697 0.3559388 0.6281101 0.3538588 0.6255465 0.3529162 0.6260502 0.3516292 0.6293783 0.3500632 0.6285731 0.3524165 0.6268692 0.3494427 0.6293783 0.3500632 0.6314309 0.3499028 0.6314687 0.3518658 0.6229724 0.3524931 0.6235321 0.3511795 0.6255465 0.3529162 0.6229724 0.3524931 0.6190271 0.3523548 0.6215868 0.3493591 0.6215868 0.3493591 0.622821 0.3477632 0.6243827 0.3489036 0.6243827 0.3489036 0.6268692 0.3494427 0.6260502 0.3516292 0.6293783 0.3500632 0.6311119 0.3462437 0.6314309 0.3499028 0.6293783 0.3500632 0.6268692 0.3494427 0.6282134 0.3455448 0.6331498 0.3411797 0.6311119 0.3462437 0.6299664 0.3403027 0.6331498 0.3411797 0.6360135 0.3419623 0.6335699 0.3470928 0.6243827 0.3489036 0.6253569 0.3447867 0.6268692 0.3494427 0.6227956 0.3443109 0.6253569 0.3447867 0.622821 0.3477632 0.6227956 0.3443109 0.6239804 0.3384932 0.6268162 0.3393641 0.6268162 0.3393641 0.6299664 0.3403027 0.6282134 0.3455448 0.6331498 0.3411797 0.6348684 0.3350929 0.6360135 0.3419623 0.6331498 0.3411797 0.6299664 0.3403027 0.6320114 0.3340836 0.6320114 0.3340836 0.6337972 0.3286094 0.6362618 0.3297334 0.6374437 0.3357759 0.6348684 0.3350929 0.6377426 0.3314803 0.6268162 0.3393641 0.6291217 0.3331713 0.6299664 0.3403027 0.6268162 0.3393641 0.6239804 0.3384932 0.6266585 0.3321417 0.6312552 0.3277215 0.6291217 0.3331713 0.6290843 0.3281517 0.6312552 0.3277215 0.6337972 0.3286094 0.6320114 0.3340836 0.6380941 0.3250777 0.6386097 0.3230419 0.6425952 0.3261759 0.6359912 0.3219252 0.6386097 0.3230419 0.6353623 0.3237955 0.6359912 0.3219252 0.6370746 0.3184751 0.6396222 0.3194439 0.6396222 0.3194439 0.641848 0.3187252 0.6417648 0.3215377 0.6359912 0.3219252 0.6353623 0.3237955 0.6327043 0.3225052 0.632114 0.3170014 0.6335268 0.3205697 0.6287429 0.3203034 0.632114 0.3170014 0.6335081 0.3148096 0.6347325 0.317092 0.6359912 0.3219252 0.6335268 0.3205697 0.6370746 0.3184751 0.6407768 0.2884432 0.6415914 0.2912927 0.6373927 0.2899874 0.6441826 0.2921705 0.6415914 0.2912927 0.6434822 0.2893282 0.6441826 0.2921705 0.6436754 0.2945814 0.6412965 0.2937087 0.6412965 0.2937087 0.6394855 0.2937585 0.6391808 0.291872 0.6441826 0.2921705 0.6434822 0.2893282 0.6466379 0.2905575 0.6496402 0.2958841 0.6472135 0.2934154 0.6523697 0.2969956 0.6496402 0.2958841 0.6482645 0.2972062 0.6464204 0.2956795 0.6441826 0.2921705 0.6472135 0.2934154 0.6436754 0.2945814 0.6483426 0.3005868 0.6471228 0.3065551 0.6442549 0.305766 0.6426698 0.2987653 0.6456007 0.2998972 0.6411318 0.3045915 0.6426698 0.2987653 0.6436754 0.2945814 0.6464204 0.2956795 0.6483426 0.3005868 0.6456007 0.2998972 0.6482645 0.2972062 0.6426698 0.2987653 0.6411318 0.3045915 0.6382375 0.3031132 0.6379423 0.2963466 0.6400261 0.297592 0.6358922 0.30171 0.6412965 0.2937087 0.6400261 0.297592 0.6394855 0.2937585 0.6426698 0.2987653 0.6400261 0.297592 0.6436754 0.2945814 0.6396222 0.3194439 0.641883 0.3129834 0.641848 0.3187252 0.6390274 0.3119294 0.641883 0.3129834 0.6370746 0.3184751 0.6390274 0.3119294 0.6411318 0.3045915 0.6442549 0.305766 0.6443539 0.3139142 0.641883 0.3129834 0.6471228 0.3065551 0.6390274 0.3119294 0.6370746 0.3184751 0.6347325 0.317092 0.6341877 0.309293 0.6363878 0.3104432 0.6335081 0.3148096 0.6341877 0.309293 0.6358922 0.30171 0.6382375 0.3031132 0.6390274 0.3119294 0.6363878 0.3104432 0.6411318 0.3045915 0.644654 0.2826117 0.6523697 0.2969956 0.6466379 0.2905575 0.6408653 0.2838498 0.6433516 0.2845581 0.6434822 0.2893282 0.6408653 0.2838498 0.6377425 0.2773253 0.6394837 0.277414 0.6394837 0.277414 0.6412192 0.2774584 0.644654 0.2826117 0.6408653 0.2838498 0.6434822 0.2893282 0.6407768 0.2884432 0.6407768 0.2884432 0.6373927 0.2899874 0.6370368 0.2833605 0.6370368 0.2833605 0.6346655 0.2775607 0.6362115 0.2771067 0.6408653 0.2838498 0.638718 0.2832598 0.6377425 0.2773253 0.7306089 0.1394778 0.7252565 0.1434952 0.7243689 0.1391076 0.7294457 0.1317228 0.7297529 0.1356127 0.7244716 0.1346855 0.7294457 0.1317228 0.7339532 0.1290652 0.7350495 0.1321602 0.7306089 0.1394778 0.7297529 0.1356127 0.7360023 0.13532 0.6316927 0.2466679 0.6313919 0.241344 0.6352331 0.2420773 0.6374008 0.2492694 0.6347648 0.2468621 0.6399053 0.2443303 0.6374008 0.2492694 0.6361678 0.2526021 0.6342758 0.251939 0.6316927 0.2466679 0.6347648 0.2468621 0.631298 0.2510334 0.6395466 0.2719849 0.6412192 0.2774584 0.6394837 0.277414 0.6355247 0.2713444 0.6371636 0.2711219 0.6377425 0.2773253 0.6355247 0.2713444 0.6339592 0.2653823 0.6357783 0.2649786 0.6395466 0.2719849 0.6371636 0.2711219 0.638006 0.2648519 0.6355247 0.2713444 0.6377425 0.2773253 0.6362115 0.2771067 0.6325978 0.2713626 0.6340539 0.2713481 0.6346655 0.2775607 0.6325978 0.2713626 0.6307973 0.2660018 0.6323411 0.2656549 0.6355247 0.2713444 0.6340539 0.2713481 0.6339592 0.2653823 0.6368619 0.2574577 0.638006 0.2648519 0.6357783 0.2649786 0.6327935 0.2589142 0.6347147 0.2582811 0.6339592 0.2653823 0.6342758 0.251939 0.6347147 0.2582811 0.631298 0.2510334 0.6368619 0.2574577 0.6347147 0.2582811 0.6361678 0.2526021 0.6327935 0.2589142 0.6339592 0.2653823 0.6323411 0.2656549 0.6296553 0.2606583 0.631169 0.2596979 0.6307973 0.2660018 0.6302674 0.253609 0.631169 0.2596979 0.6288427 0.2553235 0.6327935 0.2589142 0.631169 0.2596979 0.631298 0.2510334 0.7454765 0.2911723 0.7462225 0.2943253 0.7442286 0.2949025 0.7410178 0.2927263 0.7429715 0.2920584 0.7426857 0.295487 0.7410178 0.2927263 0.7395128 0.2898557 0.7416352 0.2891199 0.7416352 0.2891199 0.7444058 0.2868446 0.7454765 0.2911723 0.7410178 0.2927263 0.7426857 0.295487 0.7413752 0.2959994 0.7375201 0.2942573 0.7394924 0.2933224 0.7396947 0.2969042 0.7375201 0.2942573 0.7350727 0.2906923 0.737886 0.2905073 0.7410178 0.2927263 0.7394924 0.2933224 0.7395128 0.2898557 0.7399697 0.2592613 0.7398928 0.2636452 0.7354617 0.2632989 0.7307792 0.2604481 0.7350381 0.259144 0.731934 0.2644915 0.7307792 0.2604481 0.7294866 0.2563588 0.7345771 0.2548879 0.7345771 0.2548879 0.74026 0.255284 0.7399697 0.2592613 0.7307792 0.2604481 0.731934 0.2644915 0.7279818 0.2664447 0.7203841 0.2672278 0.7259339 0.2629845 0.7236177 0.2706844 0.7203841 0.2672278 0.7175406 0.2643646 0.7238194 0.2595242 0.7307792 0.2604481 0.7259339 0.2629845 0.7294866 0.2563588 0.7345771 0.2548879 0.7343898 0.2508797 0.74026 0.255284 0.7280218 0.2527807 0.7343898 0.2508797 0.7294866 0.2563588 0.7280218 0.2527807 0.7263729 0.2492089 0.7335935 0.2468194 0.7411139 0.2514164 0.7343898 0.2508797 0.7424829 0.2449797 0.7280218 0.2527807 0.7294866 0.2563588 0.7238194 0.2595242 0.7145699 0.2622122 0.7214011 0.2567517 0.7175406 0.2643646 0.7145699 0.2622122 0.7116875 0.2596594 0.7190217 0.2538451 0.7280218 0.2527807 0.7214011 0.2567517 0.7263729 0.2492089 0.7166121 0.2202565 0.7207768 0.2244728 0.716763 0.2272613 0.7065636 0.2248838 0.712608 0.2224676 0.7110928 0.2299584 0.7065636 0.2248838 0.7031854 0.2178266 0.7090929 0.2178679 0.7166121 0.2202565 0.712608 0.2224676 0.713122 0.2163327 0.7065636 0.2248838 0.7110928 0.2299584 0.7032458 0.2341328 0.6875762 0.2335486 0.6972953 0.2288934 0.6947223 0.2387107 0.6875762 0.2335486 0.6795945 0.2272646 0.6915485 0.2238215 0.7065636 0.2248838 0.6972953 0.2288934 0.7031854 0.2178266 0.7303042 0.301641 0.7340445 0.3012661 0.7337972 0.3045487 0.7312629 0.3064689 0.7311847 0.3040919 0.7334827 0.3073129 0.7312629 0.3064689 0.7290585 0.3052485 0.7284269 0.3035495 0.7284269 0.3035495 0.7273465 0.3018338 0.7303042 0.301641 0.7542743 0.2959908 0.7560508 0.2942212 0.7560435 0.2974416 0.7542743 0.2959908 0.7521686 0.2938792 0.7551092 0.2919753 0.7551092 0.2919753 0.7576787 0.2905572 0.7581534 0.292322 0.7581534 0.292322 0.7590143 0.292932 0.7574456 0.2953451 0.7262911 0.229274 0.7319872 0.2342247 0.7275117 0.2376216 0.7165963 0.2353177 0.7221975 0.2324429 0.7215746 0.2405236 0.7165963 0.2353177 0.7110928 0.2299584 0.716763 0.2272613 0.7262911 0.229274 0.7221975 0.2324429 0.7207768 0.2244728 0.7165963 0.2353177 0.7215746 0.2405236 0.7141706 0.2452624 0.7009353 0.2445685 0.7092244 0.2397842 0.7058518 0.2504281 0.7009353 0.2445685 0.6947223 0.2387107 0.7032458 0.2341328 0.7165963 0.2353177 0.7092244 0.2397842 0.7110928 0.2299584 0.7366977 0.2388893 0.7424829 0.2449797 0.7335935 0.2468194 0.7335935 0.2468194 0.7263729 0.2492089 0.7245287 0.2451387 0.7245287 0.2451387 0.7215746 0.2405236 0.7275117 0.2376216 0.7366977 0.2388893 0.7313055 0.2424069 0.7319872 0.2342247 0.7190217 0.2538451 0.7170239 0.2499823 0.7263729 0.2492089 0.7190217 0.2538451 0.7116875 0.2596594 0.7091087 0.2555949 0.7091087 0.2555949 0.7058518 0.2504281 0.7141706 0.2452624 0.7141706 0.2452624 0.7215746 0.2405236 0.7245287 0.2451387 0.7034003 0.3316198 0.7045325 0.3328613 0.6992925 0.3352169 0.7071629 0.3313653 0.7045325 0.3328613 0.7064535 0.3299998 0.7059993 0.3345421 0.7045325 0.3328613 0.7081071 0.333306 0.7059993 0.3345421 0.7047936 0.3363062 0.7031932 0.3359932 0.7071629 0.3313653 0.7064535 0.3299998 0.7095361 0.3287036 0.7128954 0.3311864 0.7098211 0.3302023 0.7145016 0.3277339 0.7128954 0.3311864 0.7122244 0.3324859 0.7102338 0.3322839 0.7102338 0.3322839 0.7081071 0.333306 0.7071629 0.3313653 0.7219943 0.3518438 0.7177464 0.3454071 0.7236934 0.3466308 0.7219943 0.3518438 0.7173387 0.3546362 0.7143234 0.3474003 0.7140914 0.3396806 0.7177464 0.3454071 0.7116289 0.3410416 0.7140914 0.3396806 0.7158412 0.3388515 0.719157 0.3419134 0.7122775 0.3560891 0.7106693 0.3486804 0.7173387 0.3546362 0.7072193 0.3474882 0.7106693 0.3486804 0.7074171 0.3538059 0.7072193 0.3474882 0.7072691 0.3430602 0.7090772 0.3421986 0.7090772 0.3421986 0.7116289 0.3410416 0.7143234 0.3474003 0.7140914 0.3396806 0.7116222 0.3353748 0.7158412 0.3388515 0.7140914 0.3396806 0.7116289 0.3410416 0.7095763 0.3364375 0.7102338 0.3322839 0.7116222 0.3353748 0.7081071 0.333306 0.7139299 0.3350502 0.7116222 0.3353748 0.7122244 0.3324859 0.7090772 0.3421986 0.7075175 0.3375701 0.7116289 0.3410416 0.7090772 0.3421986 0.7072691 0.3430602 0.7057074 0.3392775 0.7059993 0.3345421 0.7075175 0.3375701 0.7047936 0.3363062 0.7059993 0.3345421 0.7081071 0.333306 0.7095763 0.3364375 0.6887052 0.3047966 0.689995 0.3062553 0.6840482 0.3080495 0.6930954 0.3046045 0.689995 0.3062553 0.6922608 0.3030412 0.6930954 0.3046045 0.6944569 0.3071267 0.6919435 0.3085743 0.6919435 0.3085743 0.6905111 0.3103109 0.6882588 0.3090564 0.6930954 0.3046045 0.6922608 0.3030412 0.6956195 0.3011071 0.6996076 0.3028883 0.6962056 0.3029415 0.7005391 0.2986599 0.6996076 0.3028883 0.6995535 0.3054193 0.6971672 0.3057838 0.6930954 0.3046045 0.6962056 0.3029415 0.6944569 0.3071267 0.7095361 0.3287036 0.7085306 0.3273614 0.7145016 0.3277339 0.7056885 0.328594 0.7085306 0.3273614 0.7064535 0.3299998 0.7070053 0.3249917 0.7085306 0.3273614 0.7045084 0.3261828 0.7070053 0.3249917 0.7084393 0.3231831 0.7102335 0.3245545 0.7056885 0.328594 0.7064535 0.3299998 0.7034003 0.3316198 0.6997345 0.3295741 0.7028864 0.3299096 0.6992925 0.3352169 0.6997345 0.3295741 0.6998726 0.3272548 0.7020458 0.3272041 0.7056885 0.328594 0.7028864 0.3299096 0.7045084 0.3261828 0.7070053 0.3249917 0.7051613 0.3204107 0.7084393 0.3231831 0.7070053 0.3249917 0.7045084 0.3261828 0.702553 0.3218014 0.7028083 0.3149467 0.7051613 0.3204107 0.700001 0.3165063 0.7028083 0.3149467 0.7053132 0.3132926 0.7075771 0.3191878 0.702553 0.3218014 0.7045084 0.3261828 0.7020458 0.3272041 0.6975989 0.3242301 0.6999339 0.322977 0.6998726 0.3272548 0.6975989 0.3242301 0.6944931 0.3191963 0.6971842 0.3179397 0.702553 0.3218014 0.6999339 0.322977 0.700001 0.3165063 0.7021065 0.3082556 0.7053132 0.3132926 0.7028083 0.3149467 0.6970306 0.3113544 0.6997559 0.3099282 0.700001 0.3165063 0.6970306 0.3113544 0.6944569 0.3071267 0.6971672 0.3057838 0.7021065 0.3082556 0.6997559 0.3099282 0.6995535 0.3054193 0.6970306 0.3113544 0.700001 0.3165063 0.6971842 0.3179397 0.6918643 0.313876 0.6944304 0.3128039 0.6944931 0.3191963 0.6919435 0.3085743 0.6944304 0.3128039 0.6905111 0.3103109 0.6970306 0.3113544 0.6944304 0.3128039 0.6944569 0.3071267 0.6959065 0.2976493 0.7005391 0.2986599 0.6956195 0.3011071 0.6912679 0.3016903 0.694157 0.2999856 0.6922608 0.3030412 0.6912679 0.3016903 0.689887 0.2999899 0.6922461 0.2985821 0.6922461 0.2985821 0.6937911 0.2971 0.6959065 0.2976493 0.6912679 0.3016903 0.6922608 0.3030412 0.6887052 0.3047966 0.685166 0.3036844 0.6881943 0.3031477 0.6840482 0.3080495 0.685166 0.3036844 0.6854949 0.3019675 0.6874969 0.3012293 0.6912679 0.3016903 0.6881943 0.3031477 0.689887 0.2999899 0.673191 0.2844471 0.675854 0.2865008 0.6724342 0.2908169 0.6786301 0.2844333 0.675854 0.2865008 0.6762164 0.281534 0.6776026 0.2889901 0.675854 0.2865008 0.6797826 0.287083 0.6776026 0.2889901 0.6766749 0.2908141 0.6747046 0.2896482 0.6786301 0.2844333 0.6762164 0.281534 0.6794839 0.2793789 0.6852745 0.2824956 0.6817029 0.2825937 0.6882424 0.2809026 0.6852745 0.2824956 0.6850562 0.2847988 0.6825248 0.2853429 0.6825248 0.2853429 0.6797826 0.287083 0.6786301 0.2844333 0.6876468 0.2872175 0.690796 0.2911536 0.688022 0.2924638 0.6823323 0.2905037 0.6850283 0.2887886 0.6853455 0.2941253 0.6823323 0.2905037 0.6797826 0.287083 0.6825248 0.2853429 0.6876468 0.2872175 0.6850283 0.2887886 0.6850562 0.2847988 0.6830726 0.2961257 0.6801999 0.2925 0.6853455 0.2941253 0.6830726 0.2961257 0.6811762 0.2981105 0.6783525 0.2941254 0.6776026 0.2889901 0.6801999 0.2925 0.6766749 0.2908141 0.6776026 0.2889901 0.6797826 0.287083 0.6823323 0.2905037 0.6922461 0.2985821 0.6903145 0.2959016 0.6937911 0.2971 0.6922461 0.2985821 0.689887 0.2999899 0.6878883 0.2973778 0.688022 0.2924638 0.6903145 0.2959016 0.6853455 0.2941253 0.688022 0.2924638 0.690796 0.2911536 0.6928856 0.2947895 0.6878883 0.2973778 0.689887 0.2999899 0.6874969 0.3012293 0.6837643 0.3006975 0.6856473 0.298962 0.6854949 0.3019675 0.6837643 0.3006975 0.6811762 0.2981105 0.6830726 0.2961257 0.6830726 0.2961257 0.6853455 0.2941253 0.6878883 0.2973778 0.6744779 0.271273 0.6882424 0.2809026 0.6794839 0.2793789 0.6698831 0.2773644 0.6727892 0.2745368 0.6762164 0.281534 0.6698831 0.2773644 0.6616165 0.2719792 0.6655982 0.2688978 0.6744779 0.271273 0.6727892 0.2745368 0.6687135 0.2677425 0.6629176 0.2366786 0.6608352 0.2411807 0.6594941 0.2365133 0.6629176 0.2366786 0.6682705 0.2387981 0.6642561 0.2435394 0.6588655 0.2453588 0.6608352 0.2411807 0.6619045 0.2461708 0.6588655 0.2453588 0.6541154 0.2450778 0.6572247 0.2406588 0.6664138 0.2629783 0.6687135 0.2677425 0.6655982 0.2688978 0.6655982 0.2688978 0.6616165 0.2719792 0.658295 0.2648118 0.6601585 0.2574579 0.6618904 0.2632923 0.6563335 0.2587054 0.6664138 0.2629783 0.6618904 0.2632923 0.6644732 0.2568684 0.6628641 0.2504566 0.6644732 0.2568684 0.6601585 0.2574579 0.6601585 0.2574579 0.6563335 0.2587054 0.6549755 0.2519695 0.6588655 0.2453588 0.658895 0.2511323 0.6541154 0.2450778 0.6628641 0.2504566 0.658895 0.2511323 0.6619045 0.2461708 0.7912698 0.242935 0.7888751 0.2418923 0.7919408 0.2414696 0.7884209 0.2430444 0.7888751 0.2418923 0.7908569 0.243989 0.7884209 0.2430444 0.7859683 0.2421352 0.7863847 0.2409636 0.7863847 0.2409636 0.786121 0.2387816 0.7894287 0.2402197 0.7884209 0.2430444 0.7908569 0.243989 0.7904219 0.2451287 0.7871572 0.2461861 0.7879557 0.2443236 0.7898688 0.2468878 0.7871572 0.2461861 0.7837159 0.2451141 0.7854843 0.2434104 0.7884209 0.2430444 0.7879557 0.2443236 0.7859683 0.2421352 0.7647435 0.2257911 0.7673448 0.2279435 0.7638498 0.2298193 0.7595102 0.2310729 0.7615157 0.2282601 0.7620686 0.2321984 0.7595102 0.2310729 0.7565798 0.2297497 0.7590067 0.2261329 0.7590067 0.2261329 0.7627736 0.2232027 0.7647435 0.2257911 0.7595102 0.2310729 0.7620686 0.2321984 0.7607539 0.2349909 0.7607539 0.2349909 0.7611924 0.2390543 0.7574156 0.2388011 0.7574156 0.2388011 0.7538977 0.2394318 0.7544273 0.2339488 0.7595102 0.2310729 0.7577946 0.2343059 0.7565798 0.2297497 0.7590067 0.2261329 0.7560835 0.2225399 0.7627736 0.2232027 0.7590067 0.2261329 0.7565798 0.2297497 0.7525311 0.2278494 0.7525311 0.2278494 0.7478696 0.2256671 0.7523973 0.2189955 0.7523973 0.2189955 0.7585704 0.2122675 0.7611194 0.2189661 0.7525311 0.2278494 0.7565798 0.2297497 0.7544273 0.2339488 0.7495686 0.241645 0.7498536 0.2343696 0.7538977 0.2394318 0.7495686 0.241645 0.7424829 0.2449797 0.7448139 0.2341041 0.7525311 0.2278494 0.7498536 0.2343696 0.7478696 0.2256671 0.7264739 0.2041611 0.7315366 0.2058072 0.7294002 0.2105475 0.7225041 0.2128993 0.7253029 0.2089825 0.7262457 0.2150157 0.7225041 0.2128993 0.7196726 0.2112002 0.7221359 0.2078448 0.7264739 0.2041611 0.7253029 0.2089825 0.7220721 0.2028342 0.7236545 0.2200242 0.7197589 0.2168622 0.7262457 0.2150157 0.7166121 0.2202565 0.7197589 0.2168622 0.7207768 0.2244728 0.7166582 0.2140699 0.7197589 0.2168622 0.713122 0.2163327 0.7166582 0.2140699 0.7196726 0.2112002 0.7225041 0.2128993 0.7904512 0.2558239 0.7889257 0.2569902 0.7887292 0.2534326 0.7904512 0.2558239 0.791697 0.2576297 0.7900224 0.2585542 0.7872011 0.2583293 0.7889257 0.2569902 0.7879804 0.2594782 0.7872011 0.2583293 0.7855852 0.2571049 0.7869232 0.2554907 0.7975005 0.2357881 0.7972456 0.2338505 0.7992071 0.2352006 0.7975005 0.2357881 0.7950314 0.236427 0.7950569 0.2336921 0.7950569 0.2336921 0.7952325 0.2315356 0.7970821 0.2316197 0.7970821 0.2316197 0.7982501 0.2311502 0.7987701 0.2333168 0.7379209 0.2080916 0.7446416 0.2101943 0.7418625 0.2154021 0.7318072 0.2179667 0.7353581 0.212967 0.7378664 0.2210336 0.7318072 0.2179667 0.7262457 0.2150157 0.7294002 0.2105475 0.7379209 0.2080916 0.7353581 0.212967 0.7315366 0.2058072 0.7318072 0.2179667 0.7378664 0.2210336 0.7350067 0.2280016 0.7262911 0.229274 0.7291396 0.2239255 0.7319872 0.2342247 0.7262911 0.229274 0.7207768 0.2244728 0.7236545 0.2200242 0.7318072 0.2179667 0.7291396 0.2239255 0.7262457 0.2150157 0.750713 0.2112956 0.7585704 0.2122675 0.7523973 0.2189955 0.743101 0.2234978 0.7475997 0.2170139 0.7478696 0.2256671 0.743101 0.2234978 0.7378664 0.2210336 0.7418625 0.2154021 0.750713 0.2112956 0.7475997 0.2170139 0.7446416 0.2101943 0.743101 0.2234978 0.7478696 0.2256671 0.7448139 0.2341041 0.7448139 0.2341041 0.7424829 0.2449797 0.7366977 0.2388893 0.7350067 0.2280016 0.7400482 0.231688 0.7319872 0.2342247 0.7350067 0.2280016 0.7378664 0.2210336 0.743101 0.2234978 0.6709223 0.36026 0.6722699 0.3623842 0.6641137 0.3626069 0.6709223 0.36026 0.6758706 0.3592462 0.6764323 0.3613215 0.6740459 0.3651829 0.6722699 0.3623842 0.6772705 0.3642497 0.6740459 0.3651829 0.6717243 0.3664413 0.6693478 0.3650863 0.6806442 0.3579611 0.6805838 0.3601576 0.6758706 0.3592462 0.6845044 0.3607879 0.6805838 0.3601576 0.6877469 0.3566826 0.6845044 0.3607879 0.6832489 0.3629772 0.680568 0.3631479 0.680568 0.3631479 0.6772705 0.3642497 0.6764323 0.3613215 0.6893014 0.3777393 0.6864386 0.3750753 0.6930969 0.3720799 0.6893014 0.3777393 0.6823387 0.3815116 0.6813642 0.3779353 0.6838396 0.3718373 0.6864386 0.3750753 0.6802073 0.3738831 0.6838396 0.3718373 0.6861444 0.369579 0.6892112 0.3706819 0.6747549 0.3833198 0.6756963 0.3789092 0.6823387 0.3815116 0.6710192 0.3769894 0.6756963 0.3789092 0.6685507 0.3810771 0.6710192 0.3769894 0.6730005 0.373967 0.6761024 0.3743438 0.6761024 0.3743438 0.6802073 0.3738831 0.6813642 0.3779353 0.6848189 0.3659421 0.6861444 0.369579 0.6838396 0.3718373 0.6838396 0.3718373 0.6802073 0.3738831 0.6786858 0.3688791 0.6786858 0.3688791 0.6772705 0.3642497 0.680568 0.3631479 0.6848189 0.3659421 0.681768 0.3674513 0.6832489 0.3629772 0.6761024 0.3743438 0.6754378 0.3694689 0.6802073 0.3738831 0.6761024 0.3743438 0.6730005 0.373967 0.6721422 0.3699792 0.6740459 0.3651829 0.6754378 0.3694689 0.6717243 0.3664413 0.6740459 0.3651829 0.6772705 0.3642497 0.6786858 0.3688791 0.6657904 0.3261298 0.6663703 0.3285471 0.6603597 0.3272227 0.6657904 0.3261298 0.6694568 0.3254168 0.6696854 0.3277217 0.6672382 0.3323344 0.6663703 0.3285471 0.6702124 0.3314009 0.6672382 0.3323344 0.6652314 0.3341575 0.6637287 0.3316578 0.6730841 0.3248283 0.673052 0.3272021 0.6694568 0.3254168 0.6765863 0.3289547 0.673052 0.3272021 0.6784949 0.3238071 0.6765863 0.3289547 0.6759002 0.3315969 0.6732955 0.3308324 0.6732955 0.3308324 0.6702124 0.3314009 0.6696854 0.3277217 0.6806442 0.3579611 0.6795775 0.3560391 0.6877469 0.3566826 0.6752853 0.357176 0.6795775 0.3560391 0.6758706 0.3592462 0.678252 0.353429 0.6795775 0.3560391 0.674637 0.354386 0.678252 0.353429 0.680771 0.3520461 0.682803 0.3536072 0.6709223 0.36026 0.6708154 0.3579975 0.6758706 0.3592462 0.6668249 0.3572304 0.6708154 0.3579975 0.6641137 0.3626069 0.6668249 0.3572304 0.6681026 0.3550288 0.6709089 0.3551008 0.6752853 0.357176 0.6708154 0.3579975 0.674637 0.354386 0.678252 0.353429 0.6775359 0.3491683 0.680771 0.3520461 0.678252 0.353429 0.674637 0.354386 0.6738867 0.3501514 0.6766651 0.3435477 0.6775359 0.3491683 0.6728811 0.3445488 0.6766651 0.3435477 0.6802091 0.3428195 0.680976 0.3485946 0.6709089 0.3551008 0.6701627 0.3510739 0.674637 0.354386 0.6667341 0.3521518 0.6701627 0.3510739 0.6681026 0.3550288 0.6690678 0.3456971 0.6701627 0.3510739 0.6654946 0.3467412 0.6690678 0.3456971 0.6728811 0.3445488 0.6738867 0.3501514 0.6766651 0.3435477 0.6748758 0.3368583 0.6802091 0.3428195 0.6766651 0.3435477 0.6728811 0.3445488 0.671467 0.3376542 0.6732955 0.3308324 0.6748758 0.3368583 0.6702124 0.3314009 0.6779766 0.3360574 0.6748758 0.3368583 0.6759002 0.3315969 0.6690678 0.3456971 0.6681152 0.3387508 0.6728811 0.3445488 0.6690678 0.3456971 0.6654946 0.3467412 0.6650205 0.3394449 0.6672382 0.3323344 0.6681152 0.3387508 0.6652314 0.3341575 0.6672382 0.3323344 0.6702124 0.3314009 0.671467 0.3376542 0.6730841 0.3248283 0.6723306 0.322572 0.6784949 0.3238071 0.6730841 0.3248283 0.6694568 0.3254168 0.669097 0.3232868 0.671191 0.3189258 0.6723306 0.322572 0.6683867 0.319832 0.671191 0.3189258 0.6729791 0.3170423 0.6745617 0.3195286 0.6657904 0.3261298 0.6657777 0.3238234 0.6694568 0.3254168 0.6626458 0.3221123 0.6657777 0.3238234 0.6603597 0.3272227 0.6626458 0.3221123 0.6633033 0.3195964 0.6655274 0.3203505 0.6655274 0.3203505 0.6683867 0.319832 0.669097 0.3232868 0.6570119 0.2894737 0.6576792 0.2929874 0.6523697 0.2969956 0.6570119 0.2894737 0.6616849 0.2878165 0.6617968 0.291184 0.6588597 0.2956838 0.6576792 0.2929874 0.6623967 0.2940467 0.6588597 0.2956838 0.6569644 0.2976522 0.6550604 0.2960824 0.6665466 0.2870643 0.6658278 0.289714 0.6616849 0.2878165 0.6665466 0.2870643 0.6724342 0.2908169 0.6693697 0.2904657 0.6659508 0.2925265 0.6658278 0.289714 0.6685269 0.2927684 0.6659508 0.2925265 0.6623967 0.2940467 0.6617968 0.291184 0.6687815 0.3047497 0.6671729 0.2978348 0.6717408 0.3035762 0.6687815 0.3047497 0.6654904 0.3061555 0.6637742 0.2993453 0.6659508 0.2925265 0.6671729 0.2978348 0.6623967 0.2940467 0.6701204 0.2964555 0.6671729 0.2978348 0.6685269 0.2927684 0.6623992 0.307473 0.6605203 0.3008676 0.6654904 0.3061555 0.6623992 0.307473 0.6597144 0.3083229 0.657681 0.3017717 0.6588597 0.2956838 0.6605203 0.3008676 0.6569644 0.2976522 0.6588597 0.2956838 0.6623967 0.2940467 0.6637742 0.2993453 0.671191 0.3189258 0.6700643 0.3123826 0.6729791 0.3170423 0.671191 0.3189258 0.6683867 0.319832 0.6671062 0.3135529 0.6687815 0.3047497 0.6700643 0.3123826 0.6654904 0.3061555 0.6687815 0.3047497 0.6717408 0.3035762 0.6727675 0.3116309 0.6655274 0.3203505 0.6642348 0.3144338 0.6683867 0.319832 0.6617557 0.3152144 0.6642348 0.3144338 0.6633033 0.3195964 0.6623992 0.307473 0.6642348 0.3144338 0.6597144 0.3083229 0.6623992 0.307473 0.6654904 0.3061555 0.6671062 0.3135529 0.6438812 0.2475933 0.6399053 0.2443303 0.6441351 0.2414951 0.6504893 0.2426045 0.6465798 0.24432 0.6478484 0.2402675 0.6504893 0.2426045 0.6541154 0.2450778 0.6491778 0.2475054 0.6491778 0.2475054 0.6465808 0.2495595 0.6438812 0.2475933 0.658295 0.2648118 0.6616165 0.2719792 0.656403 0.2731106 0.656403 0.2731106 0.6535542 0.2743636 0.6514464 0.2689329 0.6524986 0.2601669 0.6546333 0.2663218 0.6490366 0.2619152 0.6524986 0.2601669 0.6563335 0.2587054 0.658295 0.2648118 0.6524986 0.2601669 0.6509155 0.2533413 0.6563335 0.2587054 0.6524986 0.2601669 0.6490366 0.2619152 0.6471626 0.2545084 0.6491778 0.2475054 0.6509155 0.2533413 0.6465808 0.2495595 0.6491778 0.2475054 0.6541154 0.2450778 0.6549755 0.2519695 0.7365637 0.1596277 0.7298255 0.163587 0.7336382 0.1522197 0.7365637 0.1596277 0.7396682 0.1648538 0.7328889 0.1693679 0.7328889 0.1693679 0.7265267 0.1742007 0.7235844 0.1684489 0.7267075 0.1573514 0.7298255 0.163587 0.7209108 0.1622529 0.7571154 0.1716639 0.7540971 0.1739936 0.7541992 0.1700826 0.7571154 0.1716639 0.7615423 0.1729003 0.7592223 0.176006 0.7499338 0.1766991 0.7540971 0.1739936 0.7556338 0.1817687 0.7499338 0.1766991 0.745913 0.1713321 0.7511156 0.1705785 0.7352479 0.1459118 0.7336382 0.1522197 0.7281246 0.1478139 0.7306089 0.1394778 0.7325623 0.143293 0.7252565 0.1434952 0.7306089 0.1394778 0.7360023 0.13532 0.736668 0.1386097 0.7352479 0.1459118 0.7325623 0.143293 0.7376397 0.141288 0.6325978 0.2713626 0.6346655 0.2775607 0.6322796 0.2764856 0.6291224 0.2725328 0.631003 0.2716176 0.6303024 0.275866 0.6292008 0.2666284 0.631003 0.2716176 0.6263834 0.2668684 0.6325978 0.2713626 0.631003 0.2716176 0.6307973 0.2660018 0.6291906 0.2784487 0.626809 0.274528 0.6303024 0.275866 0.6291906 0.2784487 0.6266456 0.282419 0.6239158 0.2782748 0.6245599 0.2698869 0.626809 0.274528 0.6214962 0.2744285 0.6245599 0.2698869 0.6263834 0.2668684 0.6291224 0.2725328 0.6292008 0.2666284 0.6280663 0.2618216 0.6307973 0.2660018 0.6292008 0.2666284 0.6263834 0.2668684 0.6264397 0.2630864 0.6272656 0.2571061 0.6280663 0.2618216 0.6256124 0.2589227 0.6272656 0.2571061 0.6288427 0.2553235 0.6296553 0.2606583 0.7395105 0.1426141 0.7418308 0.1432641 0.741536 0.1452918 0.741536 0.1452918 0.7423046 0.1471139 0.7387767 0.1491205 0.7387767 0.1491205 0.7336382 0.1522197 0.7352479 0.1459118 0.7395105 0.1426141 0.7383002 0.1461876 0.7376397 0.141288 0.7157531 0.1677497 0.7209108 0.1622529 0.7235844 0.1684489 0.7226464 0.1782367 0.7191317 0.1730798 0.7265267 0.1742007 0.7226464 0.1782367 0.7210993 0.1807825 0.7170842 0.178002 0.7157531 0.1677497 0.7191317 0.1730798 0.7111365 0.1740876 0.711557 0.1810932 0.7180581 0.1837377 0.7111687 0.1879283 0.711557 0.1810932 0.7111365 0.1740876 0.7170842 0.178002 0.7238938 0.1855227 0.7180581 0.1837377 0.7210993 0.1807825 0.7238938 0.1855227 0.7296037 0.1928566 0.7208698 0.1902456 0.7326874 0.1874008 0.7296037 0.1928566 0.7238938 0.1855227 0.7226464 0.1782367 0.7274146 0.1831853 0.7210993 0.1807825 0.7226464 0.1782367 0.7265267 0.1742007 0.730845 0.178526 0.7326874 0.1874008 0.7274146 0.1831853 0.7357448 0.181881 0.7910119 0.2529426 0.7887292 0.2534326 0.7891023 0.2498002 0.7891023 0.2498002 0.7898688 0.2468878 0.7922139 0.247559 0.7922139 0.247559 0.7943757 0.2482149 0.7932183 0.2503541 0.7910119 0.2529426 0.7914283 0.2501641 0.7923337 0.2526431 0.7935299 0.1975402 0.7967048 0.1977066 0.7935703 0.1992689 0.7935299 0.1975402 0.7936133 0.1962304 0.7968372 0.1963654 0.7968372 0.1963654 0.8004482 0.1965623 0.8002552 0.1979176 0.7965994 0.1993889 0.7967048 0.1977066 0.7998571 0.1995245 0.7968372 0.1963654 0.7936133 0.1962304 0.7936931 0.1949869 0.7971054 0.19343 0.7969295 0.1950821 0.7939368 0.1932692 0.7971054 0.19343 0.8004894 0.1936582 0.8005487 0.1952395 0.7968372 0.1963654 0.7969295 0.1950821 0.8004482 0.1965623 0.7413752 0.2959994 0.7429938 0.2982912 0.7396947 0.2969042 0.744134 0.2977961 0.7429938 0.2982912 0.7426857 0.295487 0.744134 0.2977961 0.7454726 0.2998793 0.7444804 0.3003904 0.7414785 0.2990853 0.7429938 0.2982912 0.7430668 0.3010336 0.7511764 0.2965244 0.7521686 0.2938792 0.7542743 0.2959908 0.7549745 0.2989048 0.7531501 0.2975009 0.7560435 0.2974416 0.7549745 0.2989048 0.754072 0.3000513 0.7523521 0.2988813 0.7511764 0.2965244 0.7531501 0.2975009 0.7506079 0.2981505 0.7904219 0.2451287 0.7927547 0.2460192 0.7898688 0.2468878 0.7904219 0.2451287 0.7908569 0.243989 0.7931539 0.2450285 0.7950211 0.2469524 0.7927547 0.2460192 0.7953815 0.2461155 0.7950211 0.2469524 0.7943757 0.2482149 0.7922139 0.247559 0.7912698 0.242935 0.7935145 0.2440708 0.7908569 0.243989 0.7940882 0.2426937 0.7935145 0.2440708 0.7919408 0.2414696 0.7956843 0.2452533 0.7935145 0.2440708 0.7960534 0.2439049 0.7956843 0.2452533 0.7953815 0.2461155 0.7931539 0.2450285 0.7783117 0.1951203 0.7784286 0.1964474 0.7755054 0.1965535 0.7726337 0.1950709 0.7754009 0.195165 0.7727093 0.1966431 0.7750713 0.1936776 0.7754009 0.195165 0.7728814 0.1938954 0.7783117 0.1951203 0.7754009 0.195165 0.7782406 0.1936511 0.7739575 0.1901386 0.7785485 0.1901158 0.7782749 0.1920038 0.7782749 0.1920038 0.7782406 0.1936511 0.7750713 0.1936776 0.771233 0.1929863 0.7742463 0.1920884 0.7728814 0.1938954 0.771233 0.1929863 0.769086 0.1908761 0.7739575 0.1901386 0.771233 0.1929863 0.7701727 0.1946275 0.769086 0.1908761 0.771233 0.1929863 0.7728814 0.1938954 0.7726337 0.1950709 0.7726337 0.1950709 0.7727093 0.1966431 0.7701872 0.1966944 0.7675505 0.1937927 0.7701727 0.1946275 0.7675507 0.1966584 0.7785316 0.1976678 0.7756547 0.197846 0.7784286 0.1964474 0.775505 0.1992506 0.7756547 0.197846 0.7786227 0.198978 0.7728992 0.1981828 0.7756547 0.197846 0.7732642 0.1993432 0.7728992 0.1981828 0.7727093 0.1966431 0.7755054 0.1965535 0.7701872 0.1966944 0.7703984 0.1988702 0.7675507 0.1966584 0.7728992 0.1981828 0.7703984 0.1988702 0.7727093 0.1966431 0.7728992 0.1981828 0.7732642 0.1993432 0.7716317 0.2005116 0.7716317 0.2005116 0.7697701 0.202775 0.7678687 0.199686 0.7746123 0.2029681 0.7697701 0.202775 0.7716317 0.2005116 0.775505 0.1992506 0.7747127 0.2009757 0.7732642 0.1993432 0.775505 0.1992506 0.7786227 0.198978 0.7787044 0.200574 0.7746123 0.2029681 0.7747127 0.2009757 0.7791119 0.2023972 0.7783117 0.1951203 0.7812031 0.1951478 0.7784286 0.1964474 0.7814175 0.1939403 0.7812031 0.1951478 0.7782406 0.1936511 0.7839955 0.1951822 0.7812031 0.1951478 0.7837224 0.1943812 0.7839955 0.1951822 0.7841109 0.1962751 0.7813317 0.1963462 0.7866626 0.1962589 0.7866092 0.1951588 0.7890069 0.1962546 0.7839955 0.1951822 0.7866092 0.1951588 0.7841109 0.1962751 0.7839955 0.1951822 0.7837224 0.1943812 0.7855107 0.1940125 0.7890245 0.1950969 0.7866092 0.1951588 0.7880749 0.1932499 0.7832574 0.1912729 0.7880749 0.1932499 0.7855107 0.1940125 0.7814175 0.1939403 0.7823812 0.192803 0.7837224 0.1943812 0.7814175 0.1939403 0.7782406 0.1936511 0.7782749 0.1920038 0.7832574 0.1912729 0.7823812 0.192803 0.7785485 0.1901158 0.7813317 0.1963462 0.7813968 0.1974567 0.7784286 0.1964474 0.7813317 0.1963462 0.7841109 0.1962751 0.7841416 0.1973111 0.7817318 0.1985303 0.7813968 0.1974567 0.7839267 0.1980756 0.7785316 0.1976678 0.7813968 0.1974567 0.7786227 0.198978 0.7835856 0.2010625 0.7791119 0.2023972 0.7787044 0.200574 0.7787044 0.200574 0.7786227 0.198978 0.7817318 0.1985303 0.7856427 0.1984298 0.7826698 0.1996183 0.7839267 0.1980756 0.7856427 0.1984298 0.7880616 0.1991783 0.7835856 0.2010625 0.7856427 0.1984298 0.786657 0.1973296 0.7880616 0.1991783 0.7856427 0.1984298 0.7839267 0.1980756 0.7841416 0.1973111 0.7866626 0.1962589 0.786657 0.1973296 0.7841109 0.1962751 0.7866626 0.1962589 0.7890069 0.1962546 0.7889697 0.1974133 0.7367896 0.2764527 0.7354047 0.2772186 0.7346083 0.274034 0.7356139 0.2703267 0.7360404 0.2733379 0.7338911 0.2710267 0.7356139 0.2703267 0.7370185 0.2698736 0.7377014 0.2720968 0.7367896 0.2764527 0.7360404 0.2733379 0.738609 0.2754374 0.741346 0.2740904 0.7398648 0.2698609 0.7447102 0.2730641 0.741346 0.2740904 0.738609 0.2754374 0.7377014 0.2720968 0.7378368 0.2673428 0.7398648 0.2698609 0.7370185 0.2698736 0.7429674 0.2681295 0.7398648 0.2698609 0.7398928 0.2636452 0.7354617 0.2632989 0.7398928 0.2636452 0.7378368 0.2673428 0.7356139 0.2703267 0.7355374 0.2670034 0.7370185 0.2698736 0.7356139 0.2703267 0.7338911 0.2710267 0.7329855 0.2679318 0.7354617 0.2632989 0.7355374 0.2670034 0.731934 0.2644915 0.7339715 0.2778177 0.7331315 0.274635 0.7354047 0.2772186 0.7311384 0.2751523 0.7331315 0.274635 0.7321621 0.2786861 0.7311384 0.2751523 0.7304845 0.2727199 0.7320851 0.2717857 0.7320851 0.2717857 0.7338911 0.2710267 0.7346083 0.274034 0.7329855 0.2679318 0.7302004 0.269217 0.731934 0.2644915 0.7329855 0.2679318 0.7338911 0.2710267 0.7320851 0.2717857 0.7282387 0.271544 0.7302004 0.269217 0.7304845 0.2727199 0.7282387 0.271544 0.7236177 0.2706844 0.7279818 0.2664447 0.7243163 0.2772914 0.7236177 0.2706844 0.7282387 0.271544 0.7311384 0.2751523 0.7281571 0.2755976 0.7304845 0.2727199 0.7311384 0.2751523 0.7321621 0.2786861 0.7296485 0.2802595 0.7296485 0.2802595 0.7264315 0.2826551 0.7243163 0.2772914 0.7367896 0.2764527 0.7378348 0.2800872 0.7354047 0.2772186 0.7367896 0.2764527 0.738609 0.2754374 0.7395141 0.2795225 0.7390539 0.2836318 0.7378348 0.2800872 0.7401052 0.2826497 0.7390539 0.2836318 0.7377085 0.284363 0.7365486 0.2808459 0.7385532 0.287217 0.740325 0.2864768 0.7395128 0.2898557 0.7385532 0.287217 0.7377085 0.284363 0.7390539 0.2836318 0.7390539 0.2836318 0.7401052 0.2826497 0.7417098 0.2843394 0.7416352 0.2891199 0.740325 0.2864768 0.7444058 0.2868446 0.7450948 0.2795603 0.7444058 0.2868446 0.7417098 0.2843394 0.7395141 0.2795225 0.7420056 0.2795636 0.7401052 0.2826497 0.7395141 0.2795225 0.738609 0.2754374 0.741346 0.2740904 0.741346 0.2740904 0.7447102 0.2730641 0.7450948 0.2795603 0.7365486 0.2808459 0.7352368 0.2813871 0.7354047 0.2772186 0.7365486 0.2808459 0.7377085 0.284363 0.7364407 0.2848719 0.7338669 0.2823593 0.7352368 0.2813871 0.7352874 0.2849059 0.7339715 0.2778177 0.7352368 0.2813871 0.7321621 0.2786861 0.7296485 0.2802595 0.7324061 0.284411 0.7264315 0.2826551 0.7296485 0.2802595 0.7321621 0.2786861 0.7338669 0.2823593 0.735274 0.2872068 0.7324061 0.284411 0.7352874 0.2849059 0.735274 0.2872068 0.7350727 0.2906923 0.730174 0.2870023 0.735274 0.2872068 0.7370962 0.2878013 0.7350727 0.2906923 0.735274 0.2872068 0.7352874 0.2849059 0.7364407 0.2848719 0.7364407 0.2848719 0.7377085 0.284363 0.7385532 0.287217 0.737886 0.2905073 0.7370962 0.2878013 0.7395128 0.2898557 0.7758402 0.2367554 0.7754927 0.2379666 0.7719349 0.2364994 0.7690022 0.2336291 0.7724015 0.2352842 0.7682945 0.2349528 0.7726131 0.2337843 0.7724015 0.2352842 0.7699334 0.2327159 0.7758402 0.2367554 0.7724015 0.2352842 0.7761927 0.2353742 0.7729319 0.2296296 0.7777669 0.2319768 0.7767341 0.2337616 0.7767341 0.2337616 0.7761927 0.2353742 0.7726131 0.2337843 0.7684863 0.2308862 0.7723557 0.2317631 0.7699334 0.2327159 0.7684863 0.2308862 0.7673448 0.2279435 0.7729319 0.2296296 0.7684863 0.2308862 0.7662485 0.2317082 0.7673448 0.2279435 0.7684863 0.2308862 0.7699334 0.2327159 0.7690022 0.2336291 0.7690022 0.2336291 0.7682945 0.2349528 0.7650012 0.2335054 0.7650012 0.2335054 0.7620686 0.2321984 0.7638498 0.2298193 0.7719349 0.2364994 0.7754927 0.2379666 0.7749665 0.2390689 0.7704103 0.2388603 0.7714267 0.2376669 0.7742498 0.2403373 0.7677065 0.2363333 0.7714267 0.2376669 0.7675334 0.2376183 0.7719349 0.2364994 0.7714267 0.2376669 0.7682945 0.2349528 0.7650012 0.2335054 0.7641034 0.235554 0.7620686 0.2321984 0.7650012 0.2335054 0.7682945 0.2349528 0.7677065 0.2363333 0.7677065 0.2363333 0.7675334 0.2376183 0.7648206 0.2377911 0.7607539 0.2349909 0.7641034 0.235554 0.7611924 0.2390543 0.7669509 0.2422496 0.7611924 0.2390543 0.7648206 0.2377911 0.7704103 0.2388603 0.7684187 0.2401538 0.7675334 0.2376183 0.7704103 0.2388603 0.7742498 0.2403373 0.7733311 0.2420468 0.7669509 0.2422496 0.7684187 0.2401538 0.7725976 0.2442766 0.7758402 0.2367554 0.7787121 0.2381249 0.7754927 0.2379666 0.7758402 0.2367554 0.7761927 0.2353742 0.7791616 0.237101 0.7812915 0.2392954 0.7787121 0.2381249 0.781224 0.238411 0.7812915 0.2392954 0.7812039 0.2402224 0.7785382 0.2391758 0.7863847 0.2409636 0.7859683 0.2421352 0.7836216 0.2412016 0.7812915 0.2392954 0.7838529 0.2401698 0.7812039 0.2402224 0.7812915 0.2392954 0.781224 0.238411 0.7830668 0.238678 0.7863847 0.2409636 0.7838529 0.2401698 0.786121 0.2387816 0.7820759 0.2350605 0.786121 0.2387816 0.7830668 0.238678 0.7791616 0.237101 0.7804991 0.2363042 0.781224 0.238411 0.7791616 0.237101 0.7761927 0.2353742 0.7767341 0.2337616 0.7820759 0.2350605 0.7804991 0.2363042 0.7777669 0.2319768 0.7785382 0.2391758 0.7780279 0.2400537 0.7754927 0.2379666 0.7785382 0.2391758 0.7812039 0.2402224 0.7807162 0.2409773 0.7776793 0.2411547 0.7780279 0.2400537 0.7800671 0.2416461 0.7776793 0.2411547 0.7742498 0.2403373 0.7749665 0.2390689 0.778103 0.24512 0.7725976 0.2442766 0.7733311 0.2420468 0.7733311 0.2420468 0.7742498 0.2403373 0.7776793 0.2411547 0.7815441 0.2428528 0.7779909 0.2428749 0.7800671 0.2416461 0.7815441 0.2428528 0.7837159 0.2451141 0.778103 0.24512 0.7815441 0.2428528 0.7831365 0.2421956 0.7837159 0.2451141 0.7815441 0.2428528 0.7800671 0.2416461 0.7807162 0.2409773 0.7836216 0.2412016 0.7831365 0.2421956 0.7812039 0.2402224 0.7854843 0.2434104 0.7831365 0.2421956 0.7859683 0.2421352 0.05848968 0.9632895 0.05454313 0.9601562 0.05590766 0.9545544 0.06605142 0.9497905 0.06284874 0.9565958 0.05698466 0.9467427 0.06605142 0.9497905 0.07374137 0.9513601 0.07000797 0.9583867 0.05848968 0.9632895 0.06284874 0.9565958 0.06526935 0.9666363 0.05590766 0.9545544 0.04888397 0.9546955 0.05698466 0.9467427 0.05590766 0.9545544 0.05454313 0.9601562 0.04961103 0.9623208 0.04301232 0.9552771 0.04888397 0.9546955 0.04108774 0.9654935 0.04301232 0.9552771 0.04139226 0.9463557 0.04845422 0.9470174 0.1007406 0.9611899 0.09869945 0.964829 0.08932822 0.9669004 0.08284693 0.965036 0.09143733 0.9631901 0.07888942 0.9703266 0.08284693 0.965036 0.08604198 0.9598985 0.09421056 0.9592258 0.1007406 0.9611899 0.09143733 0.9631901 0.1029689 0.9571707 0.02854043 0.9523282 0.02809429 0.952951 0.02649521 0.9517136 0.02854043 0.9523282 0.03021448 0.9526804 0.02989 0.9531017 0.02989 0.9531017 0.03010237 0.9534702 0.02840489 0.9535596 0.02587467 0.9526637 0.02809429 0.952951 0.02639716 0.953632 0.03422141 0.9540863 0.03494471 0.9530596 0.03464561 0.9546595 0.03433084 0.9530417 0.03494471 0.9530596 0.0337814 0.9536343 0.03433084 0.9530417 0.03413635 0.9524166 0.03471219 0.9519916 0.03471219 0.9519916 0.03528326 0.9514164 0.03560984 0.953081 0.05187922 0.9407196 0.04554492 0.941218 0.04862666 0.9363015 0.05187922 0.9407196 0.05698466 0.9467427 0.04845422 0.9470174 0.03916901 0.9408618 0.04554492 0.941218 0.04139226 0.9463557 0.03916901 0.9408618 0.03670394 0.9369742 0.04234623 0.936855 0.06269079 0.9373016 0.05734199 0.9390425 0.06215083 0.9336349 0.06269079 0.9373016 0.06388717 0.9402622 0.06115549 0.9427115 0.05187922 0.9407196 0.05734199 0.9390425 0.05698466 0.9467427 0.05187922 0.9407196 0.04862666 0.9363015 0.05533796 0.9350054 0.06269079 0.9373016 0.06868326 0.9366114 0.06388717 0.9402622 0.06269079 0.9373016 0.06215083 0.9336349 0.06873619 0.9328582 0.07481485 0.9362904 0.06868326 0.9366114 0.07494986 0.9324293 0.07481485 0.9362904 0.07564151 0.9410268 0.0683211 0.9406861 0.08602678 0.9347227 0.08058112 0.9356568 0.08579182 0.9316728 0.08602678 0.9347227 0.08722287 0.9375137 0.08179557 0.9389612 0.07481485 0.9362904 0.08058112 0.9356568 0.07564151 0.9410268 0.07481485 0.9362904 0.07494986 0.9324293 0.08064788 0.9321021 0.09979593 0.9464161 0.1012032 0.9462576 0.1006026 0.9467779 0.09928375 0.9474272 0.09954941 0.9469162 0.09994381 0.947312 0.09835672 0.9471821 0.09954941 0.9469162 0.09848779 0.9476323 0.09835672 0.9471821 0.09823167 0.9467375 0.09979593 0.9464161 0.09835672 0.9471821 0.09724855 0.9475405 0.09823167 0.9467375 0.09835672 0.9471821 0.09848779 0.9476323 0.09762418 0.9478989 0.09630954 0.947968 0.09724855 0.9475405 0.09686022 0.9481976 0.09630954 0.947968 0.09574782 0.9477163 0.09687125 0.9471751 0.09630954 0.947968 0.09562414 0.9484414 0.09574782 0.9477163 0.09630954 0.947968 0.09686022 0.9481976 0.09636342 0.948499 0.09636342 0.948499 0.0963065 0.9488036 0.09553724 0.948916 0.09553724 0.948916 0.09466797 0.9489782 0.09489452 0.9483488 0.1024031 0.9475919 0.1022807 0.9472081 0.1040694 0.947289 0.1024031 0.9475919 0.1010579 0.9478578 0.1009839 0.9476127 0.1009839 0.9476127 0.1007227 0.9474208 0.1017931 0.9469564 0.103595 0.9467499 0.1022807 0.9472081 0.1027837 0.9464966 0.1020928 0.9463085 0.1027837 0.9464966 0.1017931 0.9469564 0.1017931 0.9469564 0.1007227 0.9474208 0.1003997 0.9473153 0.1003997 0.9473153 0.09994381 0.947312 0.1006026 0.9467779 0.1020928 0.9463085 0.1012921 0.9468021 0.1012032 0.9462576 0.09542453 0.9495101 0.09466797 0.9489782 0.09553724 0.948916 0.09553724 0.948916 0.0963065 0.9488036 0.09686231 0.9491121 0.09778153 0.9495319 0.09639376 0.9493473 0.0978465 0.949217 0.09542453 0.9495101 0.09639376 0.9493473 0.09720599 0.9499392 0.1007018 0.9487403 0.09928858 0.9492666 0.1001858 0.9484583 0.1007018 0.9487403 0.1011477 0.9490666 0.09949958 0.9496425 0.09949958 0.9496425 0.09720599 0.9499392 0.09778153 0.9495319 0.09778153 0.9495319 0.0978465 0.949217 0.0990746 0.948911 0.1024031 0.9475919 0.1018084 0.9481423 0.1010579 0.9478578 0.1024031 0.9475919 0.1040694 0.947289 0.1026062 0.9482826 0.1007018 0.9487403 0.1018084 0.9481423 0.1011477 0.9490666 0.1007018 0.9487403 0.1001858 0.9484583 0.1008194 0.9481235 0.0471729 0.9329753 0.04104834 0.9334865 0.04663223 0.9303283 0.0471729 0.9329753 0.04862666 0.9363015 0.04234623 0.936855 0.03569835 0.9337138 0.04104834 0.9334865 0.03670394 0.9369742 0.03569835 0.9337138 0.03537005 0.9310147 0.04066979 0.9307994 0.06096339 0.9258103 0.05329698 0.9269616 0.06088387 0.9238097 0.06096339 0.9258103 0.06116223 0.9280011 0.05371475 0.9292399 0.04611891 0.9279478 0.05329698 0.9269616 0.04663223 0.9303283 0.04611891 0.9279478 0.04561936 0.9257006 0.05294388 0.9248389 0.06159967 0.9305719 0.05426198 0.9318295 0.06116223 0.9280011 0.06159967 0.9305719 0.06215083 0.9336349 0.05533796 0.9350054 0.0471729 0.9329753 0.05426198 0.9318295 0.04862666 0.9363015 0.0471729 0.9329753 0.04663223 0.9303283 0.05371475 0.9292399 0.06159967 0.9305719 0.06847012 0.9297255 0.06215083 0.9336349 0.06159967 0.9305719 0.06116223 0.9280011 0.0682193 0.9270786 0.0682193 0.9270786 0.07477968 0.9264568 0.07484197 0.9292076 0.07484197 0.9292076 0.07494986 0.9324293 0.06873619 0.9328582 0.08073711 0.9261196 0.08602184 0.9260447 0.08588826 0.9287703 0.08064788 0.9321021 0.08068412 0.9289358 0.08579182 0.9316728 0.07484197 0.9292076 0.08068412 0.9289358 0.07494986 0.9324293 0.08073711 0.9261196 0.08068412 0.9289358 0.07477968 0.9264568 0.09056425 0.9262095 0.09513825 0.9261641 0.09397715 0.9286995 0.09034341 0.9309377 0.09034603 0.9285715 0.09326601 0.9304716 0.09034341 0.9309377 0.08579182 0.9316728 0.08588826 0.9287703 0.09056425 0.9262095 0.09034603 0.9285715 0.08602184 0.9260447 0.1002153 0.9050469 0.109449 0.9043263 0.1075381 0.9073415 0.1008328 0.9094535 0.1008608 0.9071865 0.1055445 0.9091473 0.0910896 0.9079526 0.1008608 0.9071865 0.09182798 0.9103201 0.0910896 0.9079526 0.09001219 0.9058108 0.1002153 0.9050469 0.01334035 0.908277 0.02376383 0.9102249 0.02431827 0.9145349 0.01254534 0.9180881 0.01272881 0.9133444 0.02482348 0.9184834 0.01254534 0.9180881 0.008109688 0.9173648 0.00861907 0.9121291 0.01334035 0.908277 0.01272881 0.9133444 0.009654939 0.9066549 0.06309974 0.9125192 0.07895737 0.91006 0.06419152 0.9148569 0.06309974 0.9125192 0.06213229 0.9104444 0.07777065 0.9080847 0.0910896 0.9079526 0.07895737 0.91006 0.09001219 0.9058108 0.0910896 0.9079526 0.09182798 0.9103201 0.07993173 0.9123052 0.04353654 0.9170111 0.02482348 0.9184834 0.02431827 0.9145349 0.04228293 0.9108592 0.04238551 0.9138567 0.02376383 0.9102249 0.06309974 0.9125192 0.04238551 0.9138567 0.06213229 0.9104444 0.06309974 0.9125192 0.06419152 0.9148569 0.04353654 0.9170111 0.1001045 0.9453967 0.1020902 0.9452464 0.1016873 0.9457649 0.09979593 0.9464161 0.100004 0.945938 0.1012032 0.9462576 0.09811872 0.9463045 0.100004 0.945938 0.09823167 0.9467375 0.1001045 0.9453967 0.100004 0.945938 0.0979278 0.9457923 0.09811872 0.9463045 0.0964905 0.9467958 0.0979278 0.9457923 0.09811872 0.9463045 0.09823167 0.9467375 0.09687125 0.9471751 0.09516406 0.9474201 0.0964905 0.9467958 0.09574782 0.9477163 0.09516406 0.9474201 0.09448015 0.947097 0.09603142 0.9463515 0.1034141 0.9454236 0.1042252 0.9456841 0.1036144 0.9460463 0.1020928 0.9463085 0.1027097 0.9458537 0.1027837 0.9464966 0.1020928 0.9463085 0.1012032 0.9462576 0.1016873 0.9457649 0.1034141 0.9454236 0.1027097 0.9458537 0.1020902 0.9452464 0.09949958 0.9496425 0.1011477 0.9490666 0.1014533 0.9494814 0.09967768 0.9506725 0.0997048 0.9500591 0.1016889 0.9500276 0.09967768 0.9506725 0.09720253 0.9509487 0.09761536 0.9503579 0.09761536 0.9503579 0.09720599 0.9499392 0.09949958 0.9496425 0.07989835 0.9515476 0.08085781 0.9469587 0.0845766 0.9510387 0.07989835 0.9515476 0.07374137 0.9513601 0.07488405 0.9459635 0.07488405 0.9459635 0.07564151 0.9410268 0.08221071 0.9436081 0.08545881 0.9476652 0.08085781 0.9469587 0.08720064 0.9450801 0.09000968 0.9396393 0.09402889 0.9413645 0.08993393 0.9430831 0.08221071 0.9436081 0.08560299 0.9413767 0.08720064 0.9450801 0.08221071 0.9436081 0.07564151 0.9410268 0.08179557 0.9389612 0.09000968 0.9396393 0.08560299 0.9413767 0.08722287 0.9375137 0.1034235 0.9491563 0.1016889 0.9500276 0.1014533 0.9494814 0.1026062 0.9482826 0.1030217 0.9486659 0.1011477 0.9490666 0.1026062 0.9482826 0.1040694 0.947289 0.104591 0.9478651 0.1034235 0.9491563 0.1030217 0.9486659 0.1046036 0.9484622 0.06550103 0.8222547 0.06511473 0.820416 0.06103521 0.8220366 0.06972414 0.820589 0.06511473 0.820416 0.06803768 0.8229677 0.06972414 0.820589 0.07018178 0.8182186 0.06483507 0.8186073 0.06483507 0.8186073 0.05927366 0.8196829 0.06046175 0.8207162 0.09793198 0.9269308 0.09513825 0.9261641 0.09932684 0.9232151 0.09932684 0.9232151 0.1030338 0.9205649 0.104087 0.9221134 0.104087 0.9221134 0.1052563 0.9239106 0.1022938 0.9255412 0.09793198 0.9269308 0.1006795 0.9244185 0.1000005 0.9275565 0.1124406 0.9156725 0.1076553 0.9136708 0.1125199 0.9113628 0.1125199 0.9113628 0.1159476 0.9091674 0.1185734 0.9115397 0.1185734 0.9115397 0.1213729 0.9136919 0.1177536 0.9159893 0.1177536 0.9159893 0.1148378 0.9180118 0.1124406 0.9156725 0.1098117 0.9185011 0.1092716 0.9156588 0.109679 0.9146628 0.109679 0.9146628 0.1076553 0.9136708 0.1124406 0.9156725 0.1128502 0.9194627 0.111129 0.9171321 0.1148378 0.9180118 0.1128502 0.9194627 0.1109452 0.9207474 0.1098117 0.9185011 0.1063434 0.9184422 0.1072977 0.9201512 0.1030338 0.9205649 0.1063434 0.9184422 0.1092716 0.9156588 0.1098117 0.9185011 0.108277 0.9222713 0.1072977 0.9201512 0.1109452 0.9207474 0.108277 0.9222713 0.1052563 0.9239106 0.104087 0.9221134 0.09508889 0.9318204 0.09326601 0.9304716 0.09397715 0.9286995 0.09793198 0.9269308 0.0967012 0.9295144 0.09513825 0.9261641 0.09793198 0.9269308 0.1000005 0.9275565 0.09898746 0.9303502 0.09508889 0.9318204 0.0967012 0.9295144 0.09783691 0.9338417 0.1093107 0.9419241 0.1106858 0.9402715 0.1147114 0.9430556 0.1093107 0.9419241 0.1039027 0.941457 0.1048347 0.9400401 0.1117818 0.9383182 0.1106858 0.9402715 0.1061294 0.9384524 0.1117818 0.9383182 0.1192123 0.9378803 0.1167121 0.9406945 0.09915703 0.9413005 0.1002638 0.9397299 0.1039027 0.941457 0.09915703 0.9413005 0.09402889 0.9413645 0.09683382 0.9390653 0.1021496 0.9380989 0.1002638 0.9397299 0.09962594 0.9372805 0.1021496 0.9380989 0.1061294 0.9384524 0.1048347 0.9400401 0.1047043 0.9723935 0.09142559 0.9737049 0.09623301 0.9687758 0.1084672 0.9631844 0.106294 0.9677318 0.09869945 0.964829 0.1084672 0.9631844 0.117225 0.9619303 0.115986 0.966634 0.115986 0.966634 0.1167722 0.9728977 0.1047043 0.9723935 0.03010171 0.8980485 0.02312988 0.8982396 0.02825248 0.8955711 0.10312 0.8969749 0.1004118 0.9009532 0.09467107 0.9013568 0.08839786 0.904054 0.09770286 0.9031634 0.09001219 0.9058108 0.08839786 0.904054 0.08583539 0.9023206 0.09467107 0.9013568 0.1045726 0.902172 0.09770286 0.9031634 0.1004118 0.9009532 0.1045726 0.902172 0.109449 0.9043263 0.1002153 0.9050469 0.06212544 0.9087167 0.07668638 0.9064395 0.06213229 0.9104444 0.06212544 0.9087167 0.06107199 0.9069557 0.07453912 0.9048721 0.08839786 0.904054 0.07668638 0.9064395 0.08583539 0.9023206 0.08839786 0.904054 0.09001219 0.9058108 0.07777065 0.9080847 0.03216749 0.9075183 0.0448085 0.9085308 0.02376383 0.9102249 0.04686921 0.9065515 0.0448085 0.9085308 0.037696 0.9059985 0.06212544 0.9087167 0.0448085 0.9085308 0.06107199 0.9069557 0.04228293 0.9108592 0.0448085 0.9085308 0.06213229 0.9104444 0.1342865 0.9023275 0.1272357 0.9042726 0.125141 0.9004994 0.1421132 0.8952491 0.1331662 0.8976824 0.1396548 0.8884348 0.1342865 0.9023275 0.1331662 0.8976824 0.1421586 0.9004715 0.1342865 0.9023275 0.1351876 0.9054954 0.1272357 0.9042726 0.1342865 0.9023275 0.1421586 0.9004715 0.1424539 0.9039205 0.1424539 0.9039205 0.1427283 0.9066224 0.1359017 0.9079746 0.1326238 0.9342622 0.137553 0.9317603 0.1345648 0.9354383 0.1326238 0.9342622 0.1311348 0.9323303 0.1360484 0.9298009 0.1457557 0.9284757 0.137553 0.9317603 0.1435059 0.9266768 0.1457557 0.9284757 0.1479206 0.9308454 0.1388127 0.9340288 0.1498161 0.934211 0.1648506 0.9289202 0.1517004 0.9387377 0.1498161 0.934211 0.1479206 0.9308454 0.1622641 0.9255509 0.1821845 0.9220746 0.1648506 0.9289202 0.1791974 0.9189012 0.1821845 0.9220746 0.1857885 0.9261983 0.1687353 0.9328727 0.163189 0.9409323 0.1750792 0.936802 0.172733 0.9446198 0.163189 0.9409323 0.1517004 0.9387377 0.1687353 0.9328727 0.1902078 0.930894 0.1750792 0.936802 0.1857885 0.9261983 0.1902078 0.930894 0.1953263 0.9361905 0.1826644 0.9412044 0.15087 0.8983337 0.1421586 0.9004715 0.1421132 0.8952491 0.1421132 0.8952491 0.1396548 0.8884348 0.1524598 0.8868686 0.1524598 0.8868686 0.1633886 0.8843107 0.1623052 0.8904175 0.15087 0.8983337 0.1514163 0.8933467 0.1618813 0.8951923 0.1524598 0.8868686 0.1396548 0.8884348 0.1424474 0.880682 0.1524598 0.8868686 0.1537836 0.8788642 0.1633886 0.8843107 0.1510213 0.9049224 0.1427283 0.9066224 0.1424539 0.9039205 0.15087 0.8983337 0.1510376 0.9018648 0.1421586 0.9004715 0.15087 0.8983337 0.1618813 0.8951923 0.1623612 0.8988239 0.1510213 0.9049224 0.1510376 0.9018648 0.1620142 0.903155 0.1457557 0.9284757 0.1598148 0.9233713 0.1479206 0.9308454 0.1457557 0.9284757 0.1435059 0.9266768 0.1565343 0.9221987 0.1766289 0.9170564 0.1598148 0.9233713 0.1724404 0.9162219 0.1766289 0.9170564 0.1791974 0.9189012 0.1622641 0.9255509 0.1821845 0.9220746 0.1994379 0.9145287 0.1857885 0.9261983 0.1821845 0.9220746 0.1791974 0.9189012 0.1960744 0.9116526 0.2164335 0.9042742 0.1994379 0.9145287 0.2126793 0.9017567 0.2164335 0.9042742 0.2208895 0.9074897 0.2033092 0.9182793 0.1902078 0.930894 0.2078105 0.9224151 0.1953263 0.9361905 0.1902078 0.930894 0.1857885 0.9261983 0.2033092 0.9182793 0.2263569 0.9109128 0.2078105 0.9224151 0.2208895 0.9074897 0.2263569 0.9109128 0.231672 0.9155014 0.2126203 0.9273807 0.176653 0.8903253 0.1618813 0.8951923 0.1623052 0.8904175 0.1759091 0.8787384 0.1760098 0.8849034 0.1633886 0.8843107 0.1759091 0.8787384 0.1886823 0.8706232 0.1904345 0.8767049 0.176653 0.8903253 0.1760098 0.8849034 0.192498 0.8826192 0.1759091 0.8787384 0.1633886 0.8843107 0.1648867 0.8766836 0.1759091 0.8787384 0.1763421 0.872541 0.1886823 0.8706232 0.1793578 0.8977746 0.1620142 0.903155 0.1623612 0.8988239 0.176653 0.8903253 0.1778472 0.8942934 0.1618813 0.8951923 0.176653 0.8903253 0.192498 0.8826192 0.1945618 0.8866602 0.1945618 0.8866602 0.1966716 0.8897647 0.1793578 0.8977746 0.1766289 0.9170564 0.1930966 0.9101406 0.1791974 0.9189012 0.1766289 0.9170564 0.1724404 0.9162219 0.190042 0.9090965 0.2093177 0.9004269 0.1930966 0.9101406 0.2063146 0.8994103 0.2093177 0.9004269 0.2126793 0.9017567 0.1960744 0.9116526 0.1710923 0.9136054 0.1864482 0.907624 0.1724404 0.9162219 0.1710923 0.9136054 0.1674107 0.9113306 0.1831421 0.9053087 0.2036358 0.8978319 0.1864482 0.907624 0.2011868 0.8956614 0.2036358 0.8978319 0.2063146 0.8994103 0.190042 0.9090965 0.2164335 0.9042742 0.2329934 0.8893033 0.2208895 0.9074897 0.2164335 0.9042742 0.2126793 0.9017567 0.2287964 0.8871649 0.2472351 0.8712427 0.2329934 0.8893033 0.2426044 0.8694165 0.2472351 0.8712427 0.252996 0.873843 0.238121 0.8922031 0.2263569 0.9109128 0.2443174 0.8959341 0.231672 0.9155014 0.2263569 0.9109128 0.2208895 0.9074897 0.238121 0.8922031 0.2597097 0.8777881 0.2443174 0.8959341 0.252996 0.873843 0.2496069 0.9012792 0.2443174 0.8959341 0.2684023 0.8849777 0.2067289 0.8709604 0.192498 0.8826192 0.1904345 0.8767049 0.2003694 0.8604367 0.2034836 0.8657225 0.1886823 0.8706232 0.2067289 0.8709604 0.2034836 0.8657225 0.21833 0.8565633 0.2003694 0.8604367 0.1886823 0.8706232 0.1875523 0.8660795 0.1945618 0.8866602 0.2095715 0.8743116 0.1966716 0.8897647 0.2067289 0.8709604 0.2095715 0.8743116 0.192498 0.8826192 0.2067289 0.8709604 0.21833 0.8565633 0.2218073 0.8590375 0.2218073 0.8590375 0.2249858 0.8607036 0.2122418 0.8766991 0.2093177 0.9004269 0.2253922 0.8857184 0.2126793 0.9017567 0.2093177 0.9004269 0.2063146 0.8994103 0.2225543 0.8844873 0.2392812 0.8677938 0.2253922 0.8857184 0.2366195 0.8663775 0.2392812 0.8677938 0.2426044 0.8694165 0.2287964 0.8871649 0.2036358 0.8978319 0.2200562 0.8829953 0.2063146 0.8994103 0.2036358 0.8978319 0.2011868 0.8956614 0.2176206 0.8811968 0.2339735 0.8651704 0.2200562 0.8829953 0.2312012 0.8639222 0.2339735 0.8651704 0.2366195 0.8663775 0.2225543 0.8844873 0.2472351 0.8712427 0.257276 0.8517194 0.252996 0.873843 0.2472351 0.8712427 0.2426044 0.8694165 0.2522822 0.8500505 0.2773299 0.8610984 0.2684023 0.8849777 0.2597097 0.8777881 0.2597097 0.8777881 0.252996 0.873843 0.2635062 0.8538325 0.2262859 0.8406422 0.21833 0.8565633 0.2142587 0.8524602 0.2218073 0.8590375 0.2302006 0.8426284 0.2249858 0.8607036 0.2218073 0.8590375 0.21833 0.8565633 0.2262859 0.8406422 0.2392812 0.8677938 0.2489457 0.848432 0.2426044 0.8694165 0.2392812 0.8677938 0.2366195 0.8663775 0.2463682 0.8471307 0.2339735 0.8651704 0.2436517 0.846413 0.2366195 0.8663775 0.2339735 0.8651704 0.2312012 0.8639222 0.2406865 0.8458451 0.2010276 0.9421165 0.1902727 0.9465762 0.1953263 0.9361905 0.2010276 0.9421165 0.207417 0.9484158 0.1971556 0.951899 0.1832523 0.9492148 0.1902727 0.9465762 0.1911004 0.9555439 0.1832523 0.9492148 0.172733 0.9446198 0.1826644 0.9412044 0.2010276 0.9421165 0.2174178 0.9336206 0.207417 0.9484158 0.2010276 0.9421165 0.1953263 0.9361905 0.2126203 0.9273807 0.2356709 0.9222137 0.2174178 0.9336206 0.231672 0.9155014 0.2356709 0.9222137 0.2387679 0.928964 0.2230618 0.9388732 0.2496069 0.9012792 0.2684023 0.8849777 0.2644169 0.8995907 0.2522158 0.9176497 0.2520143 0.9090213 0.2624449 0.9089067 0.2522158 0.9176497 0.2387679 0.928964 0.2356709 0.9222137 0.2496069 0.9012792 0.2520143 0.9090213 0.231672 0.9155014 0.288729 0.8563073 0.2955902 0.8522846 0.2870018 0.8265557 0.3026009 0.852577 0.3083097 0.8266317 0.2982238 0.825089 0.3026009 0.852577 0.3083097 0.8266317 0.318034 0.8283788 0.3127238 0.8600865 0.3090208 0.8545257 0.3271351 0.8331025 0.3208783 0.8667606 0.311584 0.8712154 0.3271351 0.8331025 0.288729 0.8563073 0.2827575 0.8673045 0.2870018 0.8265557 0.2982238 0.825089 0.2955902 0.8522846 0.2870018 0.8265557 0.2982238 0.825089 0.3083097 0.8266317 0.3026009 0.852577 0.3404944 0.8351368 0.3327378 0.8687354 0.3271351 0.8331025 0.2406865 0.8458451 0.2436517 0.846413 0.246284 0.8182957 0.2463682 0.8471307 0.2518894 0.8183111 0.2491899 0.8182151 0.08284693 0.965036 0.07576513 0.9663002 0.08604198 0.9598985 0.0705735 0.9699683 0.07576513 0.9663002 0.07888942 0.9703266 0.07578682 0.9630076 0.07576513 0.9663002 0.06526935 0.9666363 0.07989835 0.9515476 0.0845766 0.9510387 0.08442217 0.9554012 0.08442217 0.9554012 0.08604198 0.9598985 0.07578682 0.9630076 0.07578682 0.9630076 0.06526935 0.9666363 0.07000797 0.9583867 0.07989835 0.9515476 0.0776863 0.9574937 0.07374137 0.9513601 0.09932684 0.9232151 0.09824657 0.9216443 0.1030338 0.9205649 0.09932684 0.9232151 0.09513825 0.9261641 0.09441363 0.923279 0.09730249 0.9198897 0.09824657 0.9216443 0.09383881 0.9207037 0.1017642 0.9195072 0.09824657 0.9216443 0.1003865 0.9186948 0.05685615 0.8192239 0.05927366 0.8196829 0.06055271 0.8176528 0.05946254 0.8155735 0.05753695 0.8174315 0.06134909 0.816195 0.05512124 0.8167024 0.05753695 0.8174315 0.05772614 0.8143592 0.05685615 0.8192239 0.05753695 0.8174315 0.05382388 0.8190519 0.1077798 0.9158558 0.1092716 0.9156588 0.1063434 0.9184422 0.1017642 0.9195072 0.104874 0.9176192 0.1030338 0.9205649 0.103147 0.9172392 0.104874 0.9176192 0.1003865 0.9186948 0.103147 0.9172392 0.1057457 0.9156532 0.1077798 0.9158558 0.1125199 0.9113628 0.110733 0.9089663 0.1159476 0.9091674 0.1073237 0.9107331 0.110733 0.9089663 0.1076553 0.9136708 0.1073237 0.9107331 0.1055445 0.9091473 0.1075381 0.9073415 0.1137414 0.906498 0.110733 0.9089663 0.109449 0.9043263 0.112505 0.9297828 0.1091323 0.9308906 0.1089043 0.9291692 0.1112977 0.9262675 0.1120719 0.9280393 0.108303 0.9274818 0.1155518 0.9266276 0.1120719 0.9280393 0.1144099 0.9248444 0.112505 0.9297828 0.1120719 0.9280393 0.1163479 0.9283339 0.1068743 0.9257146 0.1098215 0.9243275 0.108303 0.9274818 0.1068743 0.9257146 0.1052563 0.9239106 0.108277 0.9222713 0.1126762 0.922873 0.1098215 0.9243275 0.1109452 0.9207474 0.1126762 0.922873 0.1144099 0.9248444 0.1112977 0.9262675 0.1062651 0.9315279 0.1061643 0.9298912 0.1091323 0.9308906 0.1062651 0.9315279 0.1036902 0.9320673 0.1036864 0.9303128 0.1056556 0.9283407 0.1061643 0.9298912 0.1038136 0.9289489 0.1056556 0.9283407 0.108303 0.9274818 0.1089043 0.9291692 0.1068743 0.9257146 0.1041589 0.9268696 0.1052563 0.9239106 0.1068743 0.9257146 0.108303 0.9274818 0.1056556 0.9283407 0.1021457 0.9283071 0.1041589 0.9268696 0.1038136 0.9289489 0.1021457 0.9283071 0.1000005 0.9275565 0.1022938 0.9255412 0.1021457 0.9283071 0.101305 0.930541 0.1000005 0.9275565 0.1021457 0.9283071 0.1038136 0.9289489 0.1036864 0.9303128 0.1011937 0.9328817 0.101305 0.930541 0.1036902 0.9320673 0.1011937 0.9328817 0.09783691 0.9338417 0.09898746 0.9303502 0.1117818 0.9383182 0.1061294 0.9384524 0.1078522 0.9366354 0.1131133 0.9336885 0.1126562 0.9360197 0.1092177 0.9347007 0.1131133 0.9336885 0.1176605 0.9321017 0.1182171 0.9346668 0.1117818 0.9383182 0.1126562 0.9360197 0.1192123 0.9378803 0.1131133 0.9336885 0.1092177 0.9347007 0.1094406 0.9327601 0.112505 0.9297828 0.1129575 0.9316377 0.1091323 0.9308906 0.112505 0.9297828 0.1163479 0.9283339 0.1170441 0.9300747 0.1131133 0.9336885 0.1129575 0.9316377 0.1176605 0.9321017 0.1062651 0.9315279 0.1091323 0.9308906 0.1094406 0.9327601 0.1061891 0.9349673 0.1065379 0.9332572 0.1092177 0.9347007 0.1061891 0.9349673 0.1041539 0.9348445 0.1039479 0.9336948 0.1062651 0.9315279 0.1065379 0.9332572 0.1036902 0.9320673 0.1011937 0.9328817 0.1013691 0.934639 0.09783691 0.9338417 0.1011937 0.9328817 0.1036902 0.9320673 0.1039479 0.9336948 0.1022925 0.9358487 0.1013691 0.934639 0.1041539 0.9348445 0.1022925 0.9358487 0.09962594 0.9372805 0.09834158 0.9360206 0.1021496 0.9380989 0.09962594 0.9372805 0.1022925 0.9358487 0.1061891 0.9349673 0.1044256 0.9365463 0.1041539 0.9348445 0.1061891 0.9349673 0.1092177 0.9347007 0.1078522 0.9366354 0.1021496 0.9380989 0.1044256 0.9365463 0.1061294 0.9384524 0.1257379 0.935024 0.1192123 0.9378803 0.1182171 0.9346668 0.1226442 0.9301112 0.1239145 0.9325444 0.1176605 0.9321017 0.1226442 0.9301112 0.1279372 0.9278892 0.1294851 0.9300706 0.1294851 0.9300706 0.1311348 0.9323303 0.1257379 0.935024 0.1226442 0.9301112 0.1176605 0.9321017 0.1170441 0.9300747 0.1206253 0.9266738 0.1216558 0.9282559 0.1163479 0.9283339 0.1267533 0.926192 0.1216558 0.9282559 0.1253617 0.9247248 0.1226442 0.9301112 0.1216558 0.9282559 0.1279372 0.9278892 0.1294851 0.9300706 0.1346656 0.9276636 0.1311348 0.9323303 0.1294851 0.9300706 0.1279372 0.9278892 0.1334125 0.9256079 0.1413555 0.9250236 0.1346656 0.9276636 0.1395403 0.9234243 0.1413555 0.9250236 0.1435059 0.9266768 0.1360484 0.9298009 0.1267533 0.926192 0.132297 0.9238932 0.1279372 0.9278892 0.1267533 0.926192 0.1253617 0.9247248 0.1305811 0.9224095 0.1382963 0.9217872 0.132297 0.9238932 0.1370338 0.9195575 0.1382963 0.9217872 0.1395403 0.9234243 0.1334125 0.9256079 0.144755 0.9182938 0.148164 0.9121515 0.1514391 0.9169488 0.157917 0.9149191 0.1514391 0.9169488 0.1522657 0.9115769 0.1510213 0.9049224 0.149923 0.9084886 0.1427283 0.9066224 0.1382963 0.9217872 0.1370338 0.9195575 0.144755 0.9182938 0.144755 0.9182938 0.1514391 0.9169488 0.1519607 0.9188908 0.1519607 0.9188908 0.1529735 0.9197854 0.1467909 0.9214957 0.1382963 0.9217872 0.1447607 0.9203014 0.1395403 0.9234243 0.1413555 0.9250236 0.1514542 0.9218508 0.1435059 0.9266768 0.1413555 0.9250236 0.1395403 0.9234243 0.1467909 0.9214957 0.159534 0.918921 0.1514542 0.9218508 0.1529735 0.9197854 0.159534 0.918921 0.1724404 0.9162219 0.1565343 0.9221987 0.159534 0.918921 0.1601672 0.9170099 0.1724404 0.9162219 0.1519607 0.9188908 0.1601672 0.9170099 0.1529735 0.9197854 0.1519607 0.9188908 0.1514391 0.9169488 0.157917 0.9149191 0.1710923 0.9136054 0.1601672 0.9170099 0.1674107 0.9113306 0.1155518 0.9266276 0.1192285 0.9250597 0.1163479 0.9283339 0.1155518 0.9266276 0.1144099 0.9248444 0.1174098 0.9233588 0.1231907 0.9232336 0.1192285 0.9250597 0.1205211 0.9216653 0.1231907 0.9232336 0.1253617 0.9247248 0.1206253 0.9266738 0.1126762 0.922873 0.1151137 0.9215156 0.1144099 0.9248444 0.1126762 0.922873 0.1109452 0.9207474 0.1128502 0.9194627 0.1176341 0.9199671 0.1151137 0.9215156 0.1148378 0.9180118 0.1176341 0.9199671 0.1205211 0.9216653 0.1174098 0.9233588 0.1231907 0.9232336 0.1275269 0.9210467 0.1253617 0.9247248 0.1231907 0.9232336 0.1205211 0.9216653 0.1239678 0.9196186 0.1315311 0.9185843 0.1275269 0.9210467 0.1273074 0.9173999 0.1315311 0.9185843 0.1370338 0.9195575 0.1305811 0.9224095 0.1176341 0.9199671 0.1207369 0.9179391 0.1205211 0.9216653 0.1176341 0.9199671 0.1148378 0.9180118 0.1177536 0.9159893 0.1241028 0.9157073 0.1207369 0.9179391 0.1213729 0.9136919 0.1241028 0.9157073 0.1273074 0.9173999 0.1239678 0.9196186 0.1427106 0.9096031 0.1364613 0.9105541 0.1427283 0.9066224 0.1362113 0.9132131 0.1364613 0.9105541 0.1419618 0.9127546 0.1313151 0.9117369 0.1364613 0.9105541 0.1324583 0.9133921 0.1208261 0.9510022 0.1217414 0.9478008 0.1270559 0.9471955 0.1345036 0.9492213 0.1275559 0.9501286 0.1327161 0.9464617 0.1345036 0.9492213 0.1361472 0.9527287 0.1273793 0.9534521 0.1273793 0.9534521 0.1197034 0.9545603 0.1208261 0.9510022 0.1319177 0.9439865 0.1327161 0.9464617 0.1270559 0.9471955 0.1270559 0.9471955 0.1217414 0.9478008 0.122339 0.9453768 0.122339 0.9453768 0.1224771 0.9438876 0.1253494 0.9429444 0.1319177 0.9439865 0.1267095 0.9448086 0.13051 0.9412922 0.119547 0.9434302 0.1181306 0.9456292 0.1147114 0.9430556 0.119547 0.9434302 0.1224771 0.9438876 0.122339 0.9453768 0.1166322 0.9484282 0.1181306 0.9456292 0.1217414 0.9478008 0.1166322 0.9484282 0.1123213 0.9488327 0.1143078 0.9458513 0.1273793 0.9534521 0.1361472 0.9527287 0.1313765 0.9568675 0.1235663 0.9610299 0.1256957 0.95701 0.1282688 0.9608568 0.1235663 0.9610299 0.117225 0.9619303 0.1184836 0.9580544 0.1273793 0.9534521 0.1256957 0.95701 0.1197034 0.9545603 0.115986 0.966634 0.1220524 0.9657391 0.1167722 0.9728977 0.1235663 0.9610299 0.1220524 0.9657391 0.117225 0.9619303 0.1235663 0.9610299 0.1282688 0.9608568 0.1262407 0.9654111 0.1262407 0.9654111 0.1270609 0.9707046 0.1232783 0.9714428 0.1388623 0.9454486 0.1327161 0.9464617 0.1319177 0.9439865 0.1394265 0.9402942 0.1386394 0.9429724 0.13051 0.9412922 0.1394265 0.9402942 0.1517004 0.9387377 0.1465442 0.9426936 0.1388623 0.9454486 0.1386394 0.9429724 0.1446465 0.9447844 0.1498161 0.934211 0.1394608 0.9370931 0.1479206 0.9308454 0.1498161 0.934211 0.1517004 0.9387377 0.1394265 0.9402942 0.1394265 0.9402942 0.13051 0.9412922 0.132684 0.9379134 0.1388127 0.9340288 0.1394608 0.9370931 0.1345648 0.9354383 0.1345036 0.9492213 0.1327161 0.9464617 0.1388623 0.9454486 0.1489979 0.946396 0.1418581 0.9480438 0.1446465 0.9447844 0.1489979 0.946396 0.1546818 0.9491247 0.1458795 0.9508109 0.1345036 0.9492213 0.1418581 0.9480438 0.1361472 0.9527287 0.1489979 0.946396 0.1446465 0.9447844 0.1465442 0.9426936 0.163189 0.9409323 0.1553017 0.9440779 0.1517004 0.9387377 0.163189 0.9409323 0.172733 0.9446198 0.1624612 0.9467761 0.1489979 0.946396 0.1553017 0.9440779 0.1546818 0.9491247 0.1909523 0.9640181 0.184209 0.9646712 0.1911004 0.9555439 0.1823782 0.9723298 0.184209 0.9646712 0.1886628 0.9718779 0.1823782 0.9723298 0.1777961 0.971728 0.177459 0.9669109 0.177459 0.9669109 0.1760856 0.9605813 0.182645 0.9574167 0.06112074 0.9800084 0.06581926 0.974662 0.07033824 0.9820719 0.06112074 0.9800084 0.05439954 0.9766994 0.05918323 0.971961 0.0705735 0.9699683 0.06581926 0.974662 0.06526935 0.9666363 0.0705735 0.9699683 0.07888942 0.9703266 0.07257688 0.9759433 0.1115785 0.9559624 0.1029689 0.9571707 0.1088201 0.9525626 0.1166322 0.9484282 0.1141253 0.9520783 0.1123213 0.9488327 0.1166322 0.9484282 0.1217414 0.9478008 0.1208261 0.9510022 0.1115785 0.9559624 0.1141253 0.9520783 0.1197034 0.9545603 0.1115785 0.9559624 0.1197034 0.9545603 0.1184836 0.9580544 0.1084672 0.9631844 0.1099606 0.9594628 0.117225 0.9619303 0.1007406 0.9611899 0.1099606 0.9594628 0.09869945 0.964829 0.1007406 0.9611899 0.1029689 0.9571707 0.1115785 0.9559624 0.06605142 0.9497905 0.06765967 0.9447832 0.07374137 0.9513601 0.06605142 0.9497905 0.05698466 0.9467427 0.06115549 0.9427115 0.0683211 0.9406861 0.06765967 0.9447832 0.06388717 0.9402622 0.0683211 0.9406861 0.07564151 0.9410268 0.07488405 0.9459635 0.1262407 0.9654111 0.1302982 0.9660134 0.1270609 0.9707046 0.1262407 0.9654111 0.1282688 0.9608568 0.1321102 0.9617845 0.1342003 0.9670806 0.1302982 0.9660134 0.1354942 0.9633643 0.1342003 0.9670806 0.1350618 0.9710233 0.1310817 0.9707276 0.1321102 0.9617845 0.1282688 0.9608568 0.1313765 0.9568675 0.1407174 0.9554157 0.1353055 0.9581641 0.1361472 0.9527287 0.1407174 0.9554157 0.1432098 0.9580234 0.1382566 0.960263 0.1321102 0.9617845 0.1353055 0.9581641 0.1354942 0.9633643 0.1324984 0.9769117 0.1356729 0.9758035 0.1416593 0.9815103 0.1324984 0.9769117 0.1270609 0.9707046 0.1310817 0.9707276 0.1387659 0.9748034 0.1356729 0.9758035 0.1350618 0.9710233 0.1387659 0.9748034 0.1449193 0.9770911 0.1433892 0.9792692 0.1636254 0.976283 0.1652461 0.9796512 0.1536499 0.9819781 0.1536499 0.9819781 0.1416593 0.9815103 0.1433892 0.9792692 0.1433892 0.9792692 0.1449193 0.9770911 0.1531285 0.9765567 0.1636254 0.976283 0.1535481 0.9791522 0.1620263 0.9724838 0.1570739 0.9709939 0.1620263 0.9724838 0.1531285 0.9765567 0.1462956 0.9748113 0.1522386 0.9739502 0.1449193 0.9770911 0.1462956 0.9748113 0.1475951 0.9724807 0.1511136 0.971338 0.1570739 0.9709939 0.1522386 0.9739502 0.1537452 0.9691937 0.1462956 0.9748113 0.1449193 0.9770911 0.1387659 0.9748034 0.1387659 0.9748034 0.1350618 0.9710233 0.1387225 0.9711034 0.1387225 0.9711034 0.1422234 0.9710757 0.1444344 0.9722791 0.1462956 0.9748113 0.1416519 0.9735937 0.1475951 0.9724807 0.1562998 0.9613707 0.160458 0.9573243 0.1629129 0.9643302 0.1570739 0.9709939 0.1583945 0.9659264 0.1620263 0.9724838 0.1570739 0.9709939 0.1537452 0.9691937 0.1542453 0.9663904 0.1542453 0.9663904 0.1528161 0.9639745 0.1562998 0.9613707 0.151076 0.9568919 0.150889 0.9599499 0.1432098 0.9580234 0.151076 0.9568919 0.160458 0.9573243 0.1562998 0.9613707 0.1496601 0.9629924 0.150889 0.9599499 0.1528161 0.9639745 0.1496601 0.9629924 0.1461474 0.9633301 0.1448833 0.9606676 0.1382566 0.960263 0.1410034 0.962527 0.1354942 0.9633643 0.1382566 0.960263 0.1432098 0.9580234 0.1448833 0.9606676 0.1436481 0.9648737 0.1410034 0.962527 0.1461474 0.9633301 0.1436481 0.9648737 0.1421284 0.9670317 0.1388247 0.9651471 0.1342003 0.9670806 0.1379222 0.9681469 0.1350618 0.9710233 0.1342003 0.9670806 0.1354942 0.9633643 0.1388247 0.9651471 0.1415541 0.9692128 0.1379222 0.9681469 0.1421284 0.9670317 0.1415541 0.9692128 0.1422234 0.9710757 0.1387225 0.9711034 0.1672306 0.9832237 0.1652461 0.9796512 0.173224 0.9758658 0.1823782 0.9723298 0.1767734 0.9787111 0.1777961 0.971728 0.1823782 0.9723298 0.1886628 0.9718779 0.1827816 0.9791594 0.1672306 0.9832237 0.1767734 0.9787111 0.1740518 0.9874346 0.1532454 0.9891275 0.1350591 0.987757 0.1396837 0.9839798 0.1536499 0.9819781 0.153586 0.9852762 0.1416593 0.9815103 0.1672306 0.9832237 0.153586 0.9852762 0.1652461 0.9796512 0.1672306 0.9832237 0.1740518 0.9874346 0.1532454 0.9891275 0.2544849 0.8189644 0.2518894 0.8183111 0.2463682 0.8471307 0.2544849 0.8189644 0.2489457 0.848432 0.2578859 0.8198769 0.04683548 0.9849953 0.03994441 0.9807124 0.05439954 0.9766994 0.03236579 0.9764527 0.04108774 0.9654935 0.04799634 0.9722226 0.04961103 0.9623208 0.05341231 0.9679617 0.04108774 0.9654935 0.05848968 0.9632895 0.05341231 0.9679617 0.05454313 0.9601562 0.05848968 0.9632895 0.06526935 0.9666363 0.05918323 0.971961 0.04799634 0.9722226 0.05341231 0.9679617 0.05439954 0.9766994 0.09915703 0.9413005 0.1039027 0.941457 0.1032676 0.9427623 0.1032676 0.9427623 0.1028192 0.9438585 0.09974318 0.9438161 0.09563899 0.9431403 0.09921813 0.9426716 0.09686499 0.9442344 0.09563899 0.9431403 0.09402889 0.9413645 0.09915703 0.9413005 0.09974318 0.9438161 0.1028192 0.9438585 0.1024472 0.9446487 0.1001045 0.9453967 0.100028 0.9447068 0.1020902 0.9452464 0.1001045 0.9453967 0.0979278 0.9457923 0.09756892 0.9451103 0.09756892 0.9451103 0.09686499 0.9442344 0.09974318 0.9438161 0.1094017 0.9487698 0.1110942 0.9463288 0.1123213 0.9488327 0.1094017 0.9487698 0.1073716 0.9485347 0.1084518 0.9468821 0.1107085 0.9444687 0.1110942 0.9463288 0.1079462 0.9454951 0.1107085 0.9444687 0.1147114 0.9430556 0.1143078 0.9458513 0.1093107 0.9419241 0.1147114 0.9430556 0.1107085 0.9444687 0.105878 0.9443756 0.1075987 0.9433206 0.1079462 0.9454951 0.105878 0.9443756 0.1028192 0.9438585 0.1032676 0.9427623 0.1093107 0.9419241 0.1075987 0.9433206 0.1039027 0.941457 0.105878 0.9443756 0.1079462 0.9454951 0.1055109 0.9455797 0.1034141 0.9454236 0.1044766 0.9450038 0.1042252 0.9456841 0.1034141 0.9454236 0.1020902 0.9452464 0.1024472 0.9446487 0.105878 0.9443756 0.1044766 0.9450038 0.1028192 0.9438585 0.08442217 0.9554012 0.0845766 0.9510387 0.08783048 0.9505191 0.09161251 0.9522619 0.08875423 0.9535931 0.09044587 0.9500316 0.09161251 0.9522619 0.09438961 0.9535197 0.09155994 0.9558293 0.08442217 0.9554012 0.08875423 0.9535931 0.08604198 0.9598985 0.09967768 0.9506725 0.1016889 0.9500276 0.1019244 0.9507479 0.098154 0.953265 0.09919172 0.9516392 0.1020374 0.9520315 0.098154 0.953265 0.09438961 0.9535197 0.09639 0.9520154 0.09967768 0.9506725 0.09919172 0.9516392 0.09720253 0.9509487 0.098154 0.953265 0.1020374 0.9520315 0.1019052 0.9542676 0.1019052 0.9542676 0.1029689 0.9571707 0.09421056 0.9592258 0.09421056 0.9592258 0.08604198 0.9598985 0.09155994 0.9558293 0.098154 0.953265 0.09647154 0.9558556 0.09438961 0.9535197 0.1094017 0.9487698 0.1062769 0.9516609 0.1073716 0.9485347 0.1094017 0.9487698 0.1123213 0.9488327 0.1088201 0.9525626 0.1019052 0.9542676 0.1062769 0.9516609 0.1029689 0.9571707 0.1051717 0.9503529 0.1062769 0.9516609 0.1020374 0.9520315 0.09563899 0.9431403 0.09271883 0.9442604 0.09402889 0.9413645 0.09563899 0.9431403 0.09686499 0.9442344 0.09439986 0.9450996 0.09038501 0.945913 0.09271883 0.9442604 0.09233403 0.9463824 0.09038501 0.945913 0.08720064 0.9450801 0.08993393 0.9430831 0.09756892 0.9451103 0.09541934 0.9457914 0.09686499 0.9442344 0.09756892 0.9451103 0.0979278 0.9457923 0.09603142 0.9463515 0.09361797 0.946764 0.09541934 0.9457914 0.09448015 0.947097 0.09361797 0.946764 0.09233403 0.9463824 0.09439986 0.9450996 0.09038501 0.945913 0.08856481 0.9479791 0.08720064 0.9450801 0.09038501 0.945913 0.09233403 0.9463824 0.09065371 0.9480538 0.08783048 0.9505191 0.08856481 0.9479791 0.09044587 0.9500316 0.08783048 0.9505191 0.0845766 0.9510387 0.08545881 0.9476652 0.09190559 0.9491294 0.09345388 0.949528 0.09044587 0.9500316 0.09359848 0.9489397 0.09345388 0.949528 0.09283667 0.9487471 0.09542453 0.9495101 0.09345388 0.949528 0.09466797 0.9489782 0.09542453 0.9495101 0.09720599 0.9499392 0.09388446 0.9499832 0.09516406 0.9474201 0.09418427 0.9481859 0.09448015 0.947097 0.09516406 0.9474201 0.09574782 0.9477163 0.09489452 0.9483488 0.09359848 0.9489397 0.09418427 0.9481859 0.09466797 0.9489782 0.09359848 0.9489397 0.09283667 0.9487471 0.09333884 0.948051 0.09190559 0.9491294 0.09220349 0.9480423 0.09283667 0.9487471 0.09190559 0.9491294 0.09044587 0.9500316 0.09065371 0.9480538 0.09361797 0.946764 0.09220349 0.9480423 0.09233403 0.9463824 0.09361797 0.946764 0.09448015 0.947097 0.09333884 0.948051 0.1060653 0.9465268 0.1079462 0.9454951 0.1084518 0.9468821 0.1057298 0.9484226 0.1063426 0.9473325 0.1073716 0.9485347 0.1057298 0.9484226 0.1046036 0.9484622 0.104591 0.9478651 0.1060653 0.9465268 0.1063426 0.9473325 0.1040694 0.947289 0.103595 0.9467499 0.1049444 0.9461844 0.1040694 0.947289 0.103595 0.9467499 0.1027837 0.9464966 0.1036144 0.9460463 0.1055109 0.9455797 0.1049444 0.9461844 0.1042252 0.9456841 0.1055109 0.9455797 0.1079462 0.9454951 0.1060653 0.9465268 0.1253494 0.9429444 0.1218084 0.9415792 0.13051 0.9412922 0.119547 0.9434302 0.1218084 0.9415792 0.1224771 0.9438876 0.119547 0.9434302 0.1147114 0.9430556 0.1167121 0.9406945 0.1247946 0.9396007 0.1218084 0.9415792 0.1192123 0.9378803 0.1247946 0.9396007 0.1192123 0.9378803 0.1257379 0.935024 0.1326238 0.9342622 0.1283854 0.9370186 0.1311348 0.9323303 0.1326238 0.9342622 0.1345648 0.9354383 0.132684 0.9379134 0.1247946 0.9396007 0.1283854 0.9370186 0.13051 0.9412922 0.09263956 0.9358982 0.09783691 0.9338417 0.09834158 0.9360206 0.09834158 0.9360206 0.09962594 0.9372805 0.09683382 0.9390653 0.09000968 0.9396393 0.09440547 0.9377707 0.09402889 0.9413645 0.09000968 0.9396393 0.08722287 0.9375137 0.09263956 0.9358982 0.08602678 0.9347227 0.09119671 0.9335002 0.08722287 0.9375137 0.09034341 0.9309377 0.09119671 0.9335002 0.08579182 0.9316728 0.09508889 0.9318204 0.09119671 0.9335002 0.09326601 0.9304716 0.09508889 0.9318204 0.09783691 0.9338417 0.09263956 0.9358982 0.1051717 0.9503529 0.1020374 0.9520315 0.1019244 0.9507479 0.1019244 0.9507479 0.1016889 0.9500276 0.1034235 0.9491563 0.1057298 0.9484226 0.1041804 0.9496183 0.1046036 0.9484622 0.1057298 0.9484226 0.1073716 0.9485347 0.1051717 0.9503529 0.09388446 0.9499832 0.09502422 0.9503371 0.09044587 0.9500316 0.09761536 0.9503579 0.09502422 0.9503371 0.09720599 0.9499392 0.09407621 0.9507142 0.09502422 0.9503371 0.09720253 0.9509487 0.09407621 0.9507142 0.09720253 0.9509487 0.09639 0.9520154 0.09161251 0.9522619 0.0939272 0.9515996 0.09438961 0.9535197 0.09161251 0.9522619 0.09044587 0.9500316 0.09407621 0.9507142 0.01199257 0.9512634 0.0129922 0.9459006 0.01791977 0.9478219 0.0205757 0.9517431 0.01658481 0.951099 0.02153199 0.949481 0.0205757 0.9517431 0.02166461 0.9540593 0.01789224 0.9545071 0.01199257 0.9512634 0.01658481 0.951099 0.01343649 0.9557844 0.02427476 0.9507713 0.02352041 0.9522629 0.02153199 0.949481 0.02427476 0.9507713 0.02649521 0.9517136 0.02587467 0.9526637 0.02587467 0.9526637 0.02639716 0.953632 0.02432495 0.953783 0.0205757 0.9517431 0.02352041 0.9522629 0.02166461 0.9540593 0.03740382 0.9596585 0.03952759 0.9545571 0.04108774 0.9654935 0.03740382 0.9596585 0.03599298 0.9568244 0.03759837 0.9535142 0.03855812 0.948722 0.03952759 0.9545571 0.03699326 0.9498153 0.04301232 0.9552771 0.03952759 0.9545571 0.04139226 0.9463557 0.03515487 0.9553651 0.0363934 0.9531274 0.03599298 0.9568244 0.03515487 0.9553651 0.03464561 0.9546595 0.03560984 0.953081 0.03597259 0.9507022 0.0363934 0.9531274 0.03528326 0.9514164 0.03597259 0.9507022 0.03699326 0.9498153 0.03759837 0.9535142 0.300793 0.5840816 0.3083167 0.6005821 0.300092 0.6004793 0.2868285 0.5859113 0.2933614 0.5845184 0.2922316 0.6005386 0.2868285 0.5859113 0.2807987 0.5697216 0.2854866 0.566311 0.1509798 0.6714673 0.1496423 0.6743517 0.1410702 0.6709139 0.1509798 0.6714673 0.1617274 0.6717849 0.1610036 0.6746938 0.3041064 0.6421265 0.314631 0.6444196 0.3036482 0.6565346 0.2850939 0.6622013 0.2958098 0.6524407 0.2932932 0.6668925 0.2850939 0.6622013 0.2778016 0.6568984 0.2883759 0.6481607 0.3041064 0.6421265 0.2958098 0.6524407 0.2964533 0.6391035 0.03471219 0.9519916 0.03413635 0.9524166 0.03330898 0.9520263 0.03330898 0.9520263 0.03211671 0.9519727 0.03157198 0.9512622 0.03157198 0.9512622 0.03083646 0.9502472 0.03342175 0.9504646 0.03471219 0.9519916 0.03339421 0.9513807 0.03528326 0.9514164 0.03157198 0.9512622 0.03211671 0.9519727 0.03098815 0.9522319 0.02854043 0.9523282 0.02982687 0.9516717 0.03021448 0.9526804 0.02854043 0.9523282 0.02649521 0.9517136 0.02833837 0.9507858 0.03157198 0.9512622 0.02982687 0.9516717 0.03083646 0.9502472 0.03057616 0.9538046 0.02938872 0.9541736 0.03010237 0.9534702 0.03057616 0.9538046 0.03147649 0.9539638 0.03086972 0.9545819 0.02798306 0.9546139 0.02938872 0.9541736 0.03020477 0.9552929 0.02798306 0.9546139 0.02639716 0.953632 0.02840489 0.9535596 0.03086972 0.9545819 0.03147649 0.9539638 0.03269618 0.9539502 0.03269618 0.9539502 0.0337814 0.9536343 0.03422141 0.9540863 0.03263479 0.9553525 0.0326718 0.9545733 0.03464561 0.9546595 0.03263479 0.9553525 0.03020477 0.9552929 0.03086972 0.9545819 0.02016502 0.9379646 0.02031075 0.9404762 0.0134083 0.9390886 0.02766722 0.9395244 0.02031075 0.9404762 0.02678453 0.9371818 0.02766722 0.9395244 0.02841413 0.9418453 0.02091461 0.9429178 0.01303297 0.9421232 0.02031075 0.9404762 0.0129922 0.9459006 0.02766722 0.9395244 0.02678453 0.9371818 0.03190708 0.9369675 0.03916901 0.9408618 0.03358155 0.9399752 0.03670394 0.9369742 0.03916901 0.9408618 0.04139226 0.9463557 0.03484696 0.9428651 0.02766722 0.9395244 0.03358155 0.9399752 0.02841413 0.9418453 0.02590906 0.9344773 0.0250529 0.9318203 0.0302754 0.9313357 0.03569835 0.9337138 0.03093314 0.934008 0.03537005 0.9310147 0.03569835 0.9337138 0.03670394 0.9369742 0.03190708 0.9369675 0.02590906 0.9344773 0.03093314 0.934008 0.02678453 0.9371818 0.02448493 0.9559629 0.02106797 0.9572791 0.02166461 0.9540593 0.02448493 0.9559629 0.02834248 0.9572759 0.02587807 0.9593634 0.01681005 0.9595304 0.02106797 0.9572791 0.02235573 0.9625324 0.01681005 0.9595304 0.01343649 0.9557844 0.01789224 0.9545071 0.03254306 0.9578207 0.03208863 0.9607086 0.02834248 0.9572759 0.03740382 0.9596585 0.03208863 0.9607086 0.03599298 0.9568244 0.03031599 0.9648218 0.03208863 0.9607086 0.04108774 0.9654935 0.03031599 0.9648218 0.02235573 0.9625324 0.02587807 0.9593634 0.02798306 0.9546139 0.02656918 0.9551424 0.02639716 0.953632 0.02798306 0.9546139 0.03020477 0.9552929 0.0295735 0.956055 0.02448493 0.9559629 0.02656918 0.9551424 0.02834248 0.9572759 0.02448493 0.9559629 0.02166461 0.9540593 0.02432495 0.953783 0.03263479 0.9553525 0.03265851 0.9562351 0.03020477 0.9552929 0.03515487 0.9553651 0.03265851 0.9562351 0.03464561 0.9546595 0.03515487 0.9553651 0.03599298 0.9568244 0.03254306 0.9578207 0.03254306 0.9578207 0.02834248 0.9572759 0.0295735 0.956055 0.02427476 0.9507713 0.02153199 0.949481 0.02484714 0.9477394 0.03003901 0.9488584 0.02670729 0.9494978 0.02933555 0.9469771 0.03003901 0.9488584 0.03083646 0.9502472 0.02833837 0.9507858 0.02427476 0.9507713 0.02670729 0.9494978 0.02649521 0.9517136 0.03003901 0.9488584 0.02933555 0.9469771 0.03381162 0.9476526 0.03381162 0.9476526 0.03699326 0.9498153 0.03597259 0.9507022 0.03597259 0.9507022 0.03528326 0.9514164 0.03342175 0.9504646 0.03003901 0.9488584 0.03349095 0.9492695 0.03083646 0.9502472 0.01791977 0.9478219 0.0129922 0.9459006 0.02091461 0.9429178 0.02888208 0.9444844 0.02267152 0.9454426 0.02841413 0.9418453 0.02888208 0.9444844 0.02933555 0.9469771 0.02484714 0.9477394 0.01791977 0.9478219 0.02267152 0.9454426 0.02153199 0.949481 0.02888208 0.9444844 0.02841413 0.9418453 0.03484696 0.9428651 0.03484696 0.9428651 0.04139226 0.9463557 0.03855812 0.948722 0.03381162 0.9476526 0.03459364 0.9454711 0.03699326 0.9498153 0.02888208 0.9444844 0.03459364 0.9454711 0.02933555 0.9469771 0.09623301 0.9687758 0.08905941 0.9695088 0.09869945 0.964829 0.08393335 0.97237 0.08905941 0.9695088 0.09142559 0.9737049 0.08393335 0.97237 0.07888942 0.9703266 0.08932822 0.9669004 0.08393335 0.97237 0.09142559 0.9737049 0.08130252 0.9781829 0.08130252 0.9781829 0.07033824 0.9820719 0.07257688 0.9759433 0.08393335 0.97237 0.07871258 0.9756836 0.07888942 0.9703266 0.2868285 0.5859113 0.281013 0.5865675 0.2807987 0.5697216 0.2868285 0.5859113 0.2922316 0.6005386 0.2846342 0.5999762 0.2757706 0.5864357 0.281013 0.5865675 0.2774923 0.5985746 0.2757706 0.5864357 0.2738924 0.5740035 0.2771379 0.5722765 0.1873626 0.6692485 0.1870966 0.672745 0.1741508 0.671631 0.1614509 0.6692273 0.1740904 0.6688657 0.1617274 0.6717849 0.1614509 0.6692273 0.1606503 0.6668037 0.1734547 0.666416 0.1873626 0.6692485 0.1740904 0.6688657 0.1869148 0.6662533 0.1614509 0.6692273 0.1617274 0.6717849 0.1509798 0.6714673 0.1417663 0.668114 0.1510491 0.6688543 0.1410702 0.6709139 0.1417663 0.668114 0.141709 0.6655056 0.1505129 0.6663619 0.1614509 0.6692273 0.1510491 0.6688543 0.1606503 0.6668037 0.2302004 0.670598 0.2342023 0.6843497 0.2208777 0.6820778 0.2107867 0.6740962 0.220531 0.6733856 0.2107772 0.6809816 0.2107867 0.6740962 0.2096982 0.6676276 0.2188822 0.6648882 0.2188822 0.6648882 0.2279776 0.6606312 0.2302004 0.670598 0.2107867 0.6740962 0.2107772 0.6809816 0.199411 0.6768663 0.1873626 0.6692485 0.1996626 0.6718546 0.1870966 0.672745 0.1873626 0.6692485 0.1869148 0.6662533 0.1990192 0.66737 0.2107867 0.6740962 0.1996626 0.6718546 0.2096982 0.6676276 0.2757706 0.5864357 0.2709569 0.5854642 0.2738924 0.5740035 0.2757706 0.5864357 0.2774923 0.5985746 0.2709987 0.5961163 0.2659512 0.5839262 0.2709569 0.5854642 0.2643794 0.59296 0.2659512 0.5839262 0.2667154 0.575246 0.2704505 0.5749306 0.2789012 0.6101266 0.2701109 0.6070055 0.2774923 0.5985746 0.2789012 0.6101266 0.2783297 0.6228158 0.2661551 0.6184887 0.2611924 0.6027008 0.2701109 0.6070055 0.2559655 0.6131708 0.2611924 0.6027008 0.2643794 0.59296 0.2709987 0.5961163 0.1849231 0.6634264 0.1869148 0.6662533 0.1734547 0.666416 0.1598016 0.6642966 0.1721027 0.6639956 0.1606503 0.6668037 0.1598016 0.6642966 0.1589965 0.6615846 0.1704286 0.6613203 0.1849231 0.6634264 0.1721027 0.6639956 0.1822535 0.6604771 0.1598016 0.6642966 0.1606503 0.6668037 0.1505129 0.6663619 0.1415322 0.6630037 0.1500337 0.6638397 0.141709 0.6655056 0.1415322 0.6630037 0.1413695 0.6606248 0.1496593 0.6612535 0.1598016 0.6642966 0.1500337 0.6638397 0.1589965 0.6615846 0.2661551 0.6184887 0.2783297 0.6228158 0.2646182 0.6356264 0.2646182 0.6356264 0.2514282 0.6498911 0.2457328 0.6415171 0.2482741 0.6243916 0.2569928 0.6309227 0.2396713 0.6340652 0.2661551 0.6184887 0.2569928 0.6309227 0.2559655 0.6131708 0.2383914 0.6563369 0.2354838 0.6474809 0.2514282 0.6498911 0.2383914 0.6563369 0.2279776 0.6606312 0.2258121 0.6516816 0.23171 0.6398936 0.2354838 0.6474809 0.2232995 0.6445209 0.23171 0.6398936 0.2396713 0.6340652 0.2457328 0.6415171 0.2188822 0.6648882 0.2162838 0.6569862 0.2279776 0.6606312 0.2065467 0.6614378 0.2162838 0.6569862 0.2096982 0.6676276 0.2065467 0.6614378 0.2028446 0.656107 0.2133496 0.6505912 0.2133496 0.6505912 0.2232995 0.6445209 0.2258121 0.6516816 0.2065467 0.6614378 0.2096982 0.6676276 0.1990192 0.66737 0.1849231 0.6634264 0.1962487 0.6630792 0.1869148 0.6662533 0.1849231 0.6634264 0.1822535 0.6604771 0.1927691 0.6590707 0.2065467 0.6614378 0.1962487 0.6630792 0.2028446 0.656107 0.2659512 0.5839262 0.2601321 0.582095 0.2667154 0.575246 0.2659512 0.5839262 0.2643794 0.59296 0.2568606 0.5894642 0.2568606 0.5894642 0.2480889 0.5838264 0.2531388 0.5783703 0.2531388 0.5783703 0.257631 0.5733996 0.2625899 0.5751376 0.2611924 0.6027008 0.2519612 0.5976571 0.2643794 0.59296 0.2611924 0.6027008 0.2559655 0.6131708 0.2458056 0.6067072 0.2419237 0.5902532 0.2519612 0.5976571 0.2350685 0.5977081 0.2568606 0.5894642 0.2519612 0.5976571 0.2480889 0.5838264 0.1797724 0.6571143 0.1822535 0.6604771 0.1704286 0.6613203 0.1583263 0.6585456 0.1688266 0.6581062 0.1589965 0.6615846 0.1583263 0.6585456 0.1563829 0.6542232 0.1654989 0.6529914 0.1797724 0.6571143 0.1688266 0.6581062 0.1761606 0.651654 0.1496593 0.6612535 0.1494376 0.6585694 0.1589965 0.6615846 0.1496593 0.6612535 0.1413695 0.6606248 0.1413547 0.6583854 0.1484198 0.6551913 0.1494376 0.6585694 0.1410332 0.6560274 0.1484198 0.6551913 0.1563829 0.6542232 0.1583263 0.6585456 0.2482741 0.6243916 0.238765 0.616648 0.2559655 0.6131708 0.2482741 0.6243916 0.2396713 0.6340652 0.2319329 0.626036 0.2279487 0.6062484 0.238765 0.616648 0.2214468 0.6162474 0.2279487 0.6062484 0.2350685 0.5977081 0.2458056 0.6067072 0.4007737 0.5108286 0.4010304 0.499307 0.4113649 0.5074479 0.4227154 0.5266607 0.4111606 0.5182719 0.4234987 0.5170689 0.4725133 0.5501626 0.4658747 0.5575492 0.4551404 0.5385405 0.4725133 0.5501626 0.4932726 0.5612811 0.4844384 0.5694043 0.4227154 0.5266607 0.4234987 0.5170689 0.4384463 0.5274712 0.4384463 0.5274712 0.4551404 0.5385405 0.4502656 0.5460186 0.3124337 0.6119623 0.3045343 0.6119468 0.3083167 0.6005821 0.3124337 0.6119623 0.3143557 0.6213213 0.3068638 0.6214905 0.2963814 0.6120413 0.3045343 0.6119468 0.2989099 0.621612 0.2963814 0.6120413 0.2922316 0.6005386 0.300092 0.6004793 0.3152942 0.6317583 0.3072561 0.6316801 0.3143557 0.6213213 0.3152942 0.6317583 0.314631 0.6444196 0.3041064 0.6421265 0.2994493 0.6304433 0.3072561 0.6316801 0.2964533 0.6391035 0.2994493 0.6304433 0.2989099 0.621612 0.3068638 0.6214905 0.3479694 0.6153098 0.3601307 0.6251487 0.3474514 0.6293157 0.3317635 0.6269009 0.338079 0.6215526 0.3375735 0.633441 0.3286802 0.6154831 0.338079 0.6215526 0.3273898 0.6212579 0.3286802 0.6154831 0.3316086 0.6040902 0.3479694 0.6153098 0.3286802 0.6154831 0.320307 0.6127137 0.3316086 0.6040902 0.3286802 0.6154831 0.3273898 0.6212579 0.3217338 0.6215712 0.3124337 0.6119623 0.320307 0.6127137 0.3143557 0.6213213 0.3124337 0.6119623 0.3083167 0.6005821 0.317007 0.6016312 0.2994493 0.6304433 0.2964533 0.6391035 0.2897458 0.6353273 0.2897458 0.6353273 0.2833505 0.6343799 0.2825087 0.6296867 0.2825087 0.6296867 0.2783297 0.6228158 0.2901458 0.6212186 0.2994493 0.6304433 0.2916213 0.6284921 0.2989099 0.621612 0.2963814 0.6120413 0.2877476 0.6116199 0.2922316 0.6005386 0.2963814 0.6120413 0.2989099 0.621612 0.2901458 0.6212186 0.2789012 0.6101266 0.2877476 0.6116199 0.2783297 0.6228158 0.2789012 0.6101266 0.2774923 0.5985746 0.2846342 0.5999762 0.271815 0.6515423 0.2820903 0.6436113 0.2778016 0.6568984 0.2764239 0.6398382 0.2820903 0.6436113 0.2696322 0.6467881 0.2897458 0.6353273 0.2820903 0.6436113 0.2833505 0.6343799 0.2897458 0.6353273 0.2964533 0.6391035 0.2883759 0.6481607 0.2621878 0.6485973 0.2708476 0.6378875 0.2696322 0.6467881 0.2621878 0.6485973 0.2514282 0.6498911 0.2646182 0.6356264 0.2825087 0.6296867 0.2708476 0.6378875 0.2783297 0.6228158 0.2825087 0.6296867 0.2833505 0.6343799 0.2764239 0.6398382 0.271815 0.6515423 0.2778016 0.6568984 0.2673148 0.6645997 0.2673148 0.6645997 0.2569752 0.6712723 0.2521017 0.6619911 0.2621878 0.6485973 0.2620794 0.657319 0.2514282 0.6498911 0.2621878 0.6485973 0.2696322 0.6467881 0.271815 0.6515423 0.2383914 0.6563369 0.2410996 0.6666086 0.2279776 0.6606312 0.2383914 0.6563369 0.2514282 0.6498911 0.2521017 0.6619911 0.2468425 0.6769236 0.2410996 0.6666086 0.2569752 0.6712723 0.2468425 0.6769236 0.2342023 0.6843497 0.2302004 0.670598 0.2850939 0.6622013 0.2932932 0.6668925 0.2836867 0.6761491 0.2656017 0.678866 0.2746865 0.6709865 0.2767192 0.6848693 0.2656017 0.678866 0.2569752 0.6712723 0.2673148 0.6645997 0.2850939 0.6622013 0.2746865 0.6709865 0.2778016 0.6568984 0.2656017 0.678866 0.2767192 0.6848693 0.2742815 0.6936187 0.2742815 0.6936187 0.273588 0.7028997 0.2548283 0.6943507 0.2548283 0.6943507 0.2342023 0.6843497 0.2468425 0.6769236 0.2656017 0.678866 0.258854 0.6859093 0.2569752 0.6712723 0.2377114 0.5742437 0.2446102 0.5711517 0.2480889 0.5838264 0.2377114 0.5742437 0.2290278 0.5637555 0.2375895 0.5629535 0.2513958 0.5688261 0.2446102 0.5711517 0.2462997 0.5631856 0.2513958 0.5688261 0.257631 0.5733996 0.2531388 0.5783703 0.2375895 0.5629535 0.2290278 0.5637555 0.2253381 0.5554013 0.2253381 0.5554013 0.223009 0.5467786 0.235407 0.5512367 0.235407 0.5512367 0.2449854 0.5540623 0.2447581 0.5582464 0.2447581 0.5582464 0.2462997 0.5631856 0.2375895 0.5629535 0.2419237 0.5902532 0.2350685 0.5977081 0.2231472 0.5847839 0.2207626 0.5666257 0.2305859 0.5788682 0.2124216 0.5712569 0.2207626 0.5666257 0.2290278 0.5637555 0.2377114 0.5742437 0.2377114 0.5742437 0.2480889 0.5838264 0.2419237 0.5902532 0.2207626 0.5666257 0.2124216 0.5712569 0.2052715 0.5604497 0.2052715 0.5604497 0.1994899 0.5524364 0.2099789 0.5489521 0.2253381 0.5554013 0.2152686 0.5566496 0.223009 0.5467786 0.2207626 0.5666257 0.2152686 0.5566496 0.2290278 0.5637555 0.1517578 0.6476608 0.1586479 0.6446141 0.1563829 0.6542232 0.1517578 0.6476608 0.1463317 0.6413512 0.1511617 0.6362995 0.164844 0.6414708 0.1586479 0.6446141 0.1562707 0.6294306 0.164844 0.6414708 0.1761606 0.651654 0.1654989 0.6529914 0.1419849 0.6377868 0.1459285 0.6313728 0.1463317 0.6413512 0.142175 0.628524 0.1459285 0.6313728 0.138405 0.6356391 0.142175 0.628524 0.1461505 0.6207785 0.1501651 0.6240737 0.1511617 0.6362995 0.1459285 0.6313728 0.1562707 0.6294306 0.1399508 0.6532927 0.145657 0.6505229 0.1410332 0.6560274 0.1399508 0.6532927 0.1381111 0.6508527 0.1420775 0.6461622 0.1517578 0.6476608 0.145657 0.6505229 0.1463317 0.6413512 0.1517578 0.6476608 0.1563829 0.6542232 0.1484198 0.6551913 0.1355181 0.6493791 0.1386095 0.6437065 0.1381111 0.6508527 0.1355181 0.6493791 0.1329184 0.6490073 0.1353139 0.6418359 0.1419849 0.6377868 0.1386095 0.6437065 0.138405 0.6356391 0.1419849 0.6377868 0.1463317 0.6413512 0.1420775 0.6461622 0.2279487 0.6062484 0.2214468 0.6162474 0.2087541 0.5982572 0.203632 0.5773417 0.2153086 0.5917493 0.1937059 0.5839217 0.203632 0.5773417 0.2124216 0.5712569 0.2231472 0.5847839 0.2279487 0.6062484 0.2153086 0.5917493 0.2350685 0.5977081 0.203632 0.5773417 0.1937059 0.5839217 0.1865664 0.5752819 0.1901606 0.5602278 0.1957061 0.5672171 0.1817685 0.5695053 0.1901606 0.5602278 0.1994899 0.5524364 0.2052715 0.5604497 0.203632 0.5773417 0.1957061 0.5672171 0.2124216 0.5712569 0.2001044 0.6522153 0.2106934 0.6466144 0.2028446 0.656107 0.2001044 0.6522153 0.1975719 0.6485803 0.2077783 0.6431892 0.2200358 0.6399214 0.2106934 0.6466144 0.2162657 0.636218 0.2133496 0.6505912 0.2106934 0.6466144 0.2232995 0.6445209 0.1938238 0.5956054 0.1937059 0.5839217 0.2087541 0.5982572 0.2087541 0.5982572 0.2214468 0.6162474 0.2123554 0.6155142 0.1701315 0.6146723 0.1637942 0.6097801 0.1685549 0.6022403 0.1685549 0.6022403 0.1743513 0.5952284 0.1806256 0.6019386 0.1685549 0.6022403 0.1637942 0.6097801 0.1589481 0.6066132 0.1589481 0.6066132 0.1532728 0.6036151 0.1593319 0.5952662 0.1593319 0.5952662 0.164783 0.5849936 0.1701315 0.59058 0.1685549 0.6022403 0.1640088 0.5983833 0.1743513 0.5952284 0.164844 0.6414708 0.1562707 0.6294306 0.1650993 0.6282141 0.1777828 0.6436391 0.1761606 0.651654 0.164844 0.6414708 0.3204592 0.3118921 0.313795 0.3123894 0.3194074 0.3085233 0.3204592 0.3118921 0.3220851 0.3158373 0.3139787 0.3163259 0.3064113 0.3122181 0.313795 0.3123894 0.3063409 0.3162037 0.3064113 0.3122181 0.3069269 0.3084611 0.3136063 0.3087663 0.3139787 0.3163259 0.3220851 0.3158373 0.3202846 0.320909 0.3142857 0.3253731 0.3141524 0.3208891 0.3195275 0.3252654 0.3071607 0.3206469 0.3141524 0.3208891 0.3079245 0.3256225 0.3071607 0.3206469 0.3063409 0.3162037 0.3139787 0.3163259 0.3236469 0.3405171 0.3175353 0.3421375 0.3215156 0.3365719 0.3236469 0.3405171 0.3269927 0.3451871 0.3188077 0.3467621 0.3188077 0.3467621 0.3112719 0.3487806 0.3107484 0.3440147 0.3161882 0.3378348 0.3175353 0.3421375 0.3097962 0.3389818 0.3188077 0.3467621 0.3269927 0.3451871 0.3264555 0.3496567 0.3200978 0.3544719 0.3195782 0.3507709 0.3262223 0.3533393 0.3200978 0.3544719 0.3131794 0.3564879 0.3121395 0.3528168 0.3188077 0.3467621 0.3195782 0.3507709 0.3112719 0.3487806 0.2323318 0.2394701 0.2301273 0.244754 0.2292593 0.2387327 0.2323318 0.2394701 0.2361633 0.240023 0.2333732 0.2462909 0.2270347 0.2503225 0.2301273 0.244754 0.2302033 0.2520492 0.2270347 0.2503225 0.2244003 0.2483773 0.227289 0.2433311 0.2333732 0.2462909 0.2361633 0.240023 0.2398619 0.2434403 0.2413392 0.2497467 0.2374341 0.2480556 0.2432709 0.245693 0.2344403 0.2533389 0.2374341 0.2480556 0.2391384 0.2548958 0.2344403 0.2533389 0.2302033 0.2520492 0.2333732 0.2462909 0.2574343 0.2486817 0.2567778 0.2538139 0.2531448 0.2486072 0.2574343 0.2486817 0.2625909 0.2479221 0.261051 0.254684 0.261051 0.254684 0.2601807 0.2612107 0.2561978 0.2598751 0.2525029 0.2529911 0.2567778 0.2538139 0.2515559 0.2585015 0.261051 0.254684 0.2625909 0.2479221 0.2658301 0.2497135 0.26721 0.2558142 0.2643693 0.2553101 0.2684671 0.2510092 0.26721 0.2558142 0.2664129 0.2614654 0.2634702 0.2615797 0.261051 0.254684 0.2643693 0.2553101 0.2601807 0.2612107 0.1186034 0.2925397 0.1240137 0.2965545 0.1178001 0.2953433 0.1186034 0.2925397 0.1196094 0.2887267 0.1260512 0.2938756 0.1294985 0.3017696 0.1240137 0.2965545 0.1316203 0.2992907 0.1294985 0.3017696 0.127491 0.3037664 0.1225251 0.2989276 0.1260512 0.2938756 0.1196094 0.2887267 0.1247669 0.2860889 0.1324969 0.2874953 0.1291863 0.2905852 0.1287358 0.2835504 0.1339709 0.2958472 0.1291863 0.2905852 0.1370117 0.292208 0.1339709 0.2958472 0.1316203 0.2992907 0.1260512 0.2938756 0.1384893 0.2710352 0.1438715 0.2749261 0.1363727 0.2753712 0.1384893 0.2710352 0.1403247 0.2654685 0.1469146 0.2710821 0.1469146 0.2710821 0.1535861 0.2758968 0.1501499 0.2791633 0.1409531 0.2787439 0.1438715 0.2749261 0.1464361 0.2828949 0.1469146 0.2710821 0.1403247 0.2654685 0.1440287 0.2635987 0.1514902 0.2657954 0.1493535 0.2681986 0.1467335 0.2619891 0.1514902 0.2657954 0.1573888 0.2697092 0.1557945 0.2727684 0.1469146 0.2710821 0.1493535 0.2681986 0.1535861 0.2758968 0.2878761 0.3086965 0.2838045 0.3066148 0.2894032 0.3047333 0.2878761 0.3086965 0.2860519 0.3131897 0.2811906 0.3113047 0.2803509 0.3040722 0.2838045 0.3066148 0.2765991 0.3091575 0.2803509 0.3040722 0.283322 0.2998829 0.2859011 0.3026546 0.2811906 0.3113047 0.2860519 0.3131897 0.2836338 0.3187431 0.2746347 0.3240606 0.2775422 0.3174542 0.2823363 0.3252206 0.2746347 0.3240606 0.2669934 0.3235123 0.2712857 0.3160351 0.2811906 0.3113047 0.2775422 0.3174542 0.2765991 0.3091575 0.2798664 0.3479515 0.2860968 0.3448393 0.288704 0.3510713 0.288704 0.3510713 0.2916691 0.3564653 0.2866312 0.3592041 0.2779058 0.3566405 0.2832475 0.3537061 0.2814846 0.3620994 0.2779058 0.3566405 0.2740885 0.3507683 0.2798664 0.3479515 0.2866312 0.3592041 0.2916691 0.3564653 0.29387 0.3614099 0.2914063 0.36945 0.289218 0.3644021 0.2956886 0.3661296 0.2914063 0.36945 0.2864853 0.3729901 0.2842006 0.3675474 0.2866312 0.3592041 0.289218 0.3644021 0.2814846 0.3620994 0.2133156 0.2670071 0.2069286 0.2709975 0.2107254 0.2634209 0.2133156 0.2670071 0.2165136 0.2711189 0.2100672 0.2765737 0.2006212 0.2737288 0.2069286 0.2709975 0.2035752 0.2813317 0.2006212 0.2737288 0.1987279 0.2668617 0.2046924 0.2660309 0.2100672 0.2765737 0.2165136 0.2711189 0.2209271 0.2762818 0.2209446 0.2895271 0.2150107 0.2833695 0.2269825 0.280696 0.2209446 0.2895271 0.215143 0.2984145 0.2086508 0.2904062 0.2100672 0.2765737 0.2150107 0.2833695 0.2035752 0.2813317 0.2545142 0.2861437 0.2556408 0.2947592 0.2473787 0.2864578 0.2545142 0.2861437 0.2606009 0.2843943 0.2628162 0.2918739 0.2574107 0.3032074 0.2556408 0.2947592 0.2655113 0.2985923 0.2574107 0.3032074 0.2481496 0.3065486 0.2476962 0.2967396 0.2628162 0.2918739 0.2606009 0.2843943 0.2650812 0.2828298 0.271875 0.2866778 0.2678748 0.2892184 0.2687584 0.281358 0.271875 0.2866778 0.2756302 0.290803 0.271179 0.2945535 0.2628162 0.2918739 0.2678748 0.2892184 0.2655113 0.2985923 0.1422814 0.3205558 0.1444472 0.3270229 0.1394307 0.322277 0.1422814 0.3205558 0.145657 0.3187461 0.1485296 0.32552 0.1454793 0.3332884 0.1444472 0.3270229 0.1504306 0.3322315 0.1454793 0.3332884 0.1413326 0.3343442 0.1410486 0.3283966 0.1485296 0.32552 0.145657 0.3187461 0.1500823 0.3167594 0.1500823 0.3167594 0.1548102 0.3133581 0.1599045 0.3213978 0.1599045 0.3213978 0.1641986 0.3292813 0.1569907 0.3311718 0.1569907 0.3311718 0.1504306 0.3322315 0.1485296 0.32552 0.1729533 0.2926169 0.180514 0.2952348 0.1697447 0.2987299 0.1729533 0.2926169 0.174396 0.2866033 0.1812003 0.2871161 0.1883442 0.2975656 0.180514 0.2952348 0.187742 0.2869403 0.1883442 0.2975656 0.187415 0.3078079 0.1787589 0.3032212 0.1812003 0.2871161 0.174396 0.2866033 0.175452 0.2819046 0.1817642 0.2750936 0.1815631 0.2806833 0.1763145 0.2778635 0.1817642 0.2750936 0.1866062 0.2707148 0.1871673 0.2783251 0.1812003 0.2871161 0.1815631 0.2806833 0.187742 0.2869403 0.1454793 0.3332884 0.1449391 0.3379173 0.1413326 0.3343442 0.1454793 0.3332884 0.1504306 0.3322315 0.1508745 0.337311 0.1436945 0.3416728 0.1449391 0.3379173 0.1502871 0.3416187 0.1436945 0.3416728 0.1379971 0.3423952 0.1398611 0.3388544 0.1569907 0.3311718 0.1585243 0.3373662 0.1504306 0.3322315 0.166956 0.3363319 0.1585243 0.3373662 0.1641986 0.3292813 0.166956 0.3363319 0.1693612 0.3452521 0.15867 0.3429012 0.1508745 0.337311 0.1585243 0.3373662 0.1502871 0.3416187 0.1883442 0.2975656 0.1943439 0.3000516 0.187415 0.3078079 0.1883442 0.2975656 0.187742 0.2869403 0.1921483 0.2868452 0.1992226 0.3004947 0.1943439 0.3000516 0.1955408 0.2862231 0.1992226 0.3004947 0.2038538 0.3183751 0.1945637 0.3124442 0.1921483 0.2868452 0.187742 0.2869403 0.1871673 0.2783251 0.1894376 0.26643 0.1906248 0.2760378 0.1866062 0.2707148 0.1894376 0.26643 0.1916285 0.2639936 0.1932395 0.274477 0.1921483 0.2868452 0.1906248 0.2760378 0.1955408 0.2862231 0.2006212 0.2737288 0.1963149 0.274298 0.1987279 0.2668617 0.2006212 0.2737288 0.2035752 0.2813317 0.1990414 0.2844667 0.1932395 0.274477 0.1963149 0.274298 0.1955408 0.2862231 0.1932395 0.274477 0.1916285 0.2639936 0.1945493 0.26516 0.1990414 0.2844667 0.2035752 0.2813317 0.2086508 0.2904062 0.2101861 0.3071489 0.2036899 0.2966971 0.215143 0.2984145 0.2101861 0.3071489 0.2038538 0.3183751 0.1992226 0.3004947 0.1990414 0.2844667 0.2036899 0.2966971 0.1955408 0.2862231 0.2574107 0.3032074 0.2589031 0.3098391 0.2481496 0.3065486 0.2574107 0.3032074 0.2655113 0.2985923 0.2676672 0.302875 0.2612598 0.3141316 0.2589031 0.3098391 0.2699092 0.3055489 0.2612598 0.3141316 0.2499138 0.3256064 0.2487341 0.315165 0.2676672 0.302875 0.2655113 0.2985923 0.271179 0.2945535 0.2789551 0.2925672 0.2739352 0.2973591 0.2756302 0.290803 0.2789551 0.2925672 0.2813471 0.2938763 0.2762142 0.2991634 0.2676672 0.302875 0.2739352 0.2973591 0.2699092 0.3055489 0.2803509 0.3040722 0.2780868 0.3014947 0.283322 0.2998829 0.2803509 0.3040722 0.2765991 0.3091575 0.2728625 0.307441 0.2762142 0.2991634 0.2780868 0.3014947 0.2699092 0.3055489 0.2762142 0.2991634 0.2813471 0.2938763 0.2823034 0.2966358 0.2728625 0.307441 0.2765991 0.3091575 0.2712857 0.3160351 0.2599611 0.3241843 0.2656227 0.3155623 0.2669934 0.3235123 0.2599611 0.3241843 0.2499138 0.3256064 0.2612598 0.3141316 0.2728625 0.307441 0.2656227 0.3155623 0.2699092 0.3055489 0.2779058 0.3566405 0.273163 0.3589226 0.2740885 0.3507683 0.2779058 0.3566405 0.2814846 0.3620994 0.2765945 0.3644303 0.2681276 0.3608666 0.273163 0.3589226 0.271164 0.3663237 0.2681276 0.3608666 0.2642394 0.3551478 0.2692115 0.3530282 0.2765945 0.3644303 0.2814846 0.3620994 0.2842006 0.3675474 0.2805988 0.376257 0.2788825 0.3702625 0.2864853 0.3729901 0.2805988 0.376257 0.2785232 0.3782706 0.2726112 0.3723242 0.2765945 0.3644303 0.2788825 0.3702625 0.271164 0.3663237 0.1252636 0.6144977 0.1220134 0.6198715 0.1164499 0.615898 0.1126837 0.6057489 0.1194769 0.610465 0.1078177 0.6107852 0.1126837 0.6057489 0.1158875 0.5999248 0.1229484 0.6042588 0.1252636 0.6144977 0.1194769 0.610465 0.1289998 0.6084592 0.2355792 0.3712826 0.2340959 0.3692064 0.2378361 0.3673906 0.244286 0.3685709 0.2397573 0.3700237 0.2418902 0.3653418 0.244286 0.3685709 0.2459329 0.3704253 0.2429012 0.3721373 0.2355792 0.3712826 0.2397573 0.3700237 0.2358925 0.3731157 0.1294985 0.3017696 0.1316203 0.2992907 0.1355643 0.3042434 0.1362811 0.3107804 0.1332807 0.3063872 0.1388134 0.3089131 0.1362811 0.3107804 0.1339456 0.3127812 0.1310535 0.3083354 0.1294985 0.3017696 0.1332807 0.3063872 0.127491 0.3037664 0.1362811 0.3107804 0.1388134 0.3089131 0.1422979 0.3134789 0.1422814 0.3205558 0.1394204 0.3153225 0.145657 0.3187461 0.1422814 0.3205558 0.1394307 0.322277 0.1369005 0.3172501 0.1362811 0.3107804 0.1394204 0.3153225 0.1339456 0.3127812 0.1339709 0.2958472 0.1370117 0.292208 0.1407302 0.2995187 0.1417392 0.3073126 0.1379605 0.3017085 0.1447787 0.3054468 0.1417392 0.3073126 0.1388134 0.3089131 0.1355643 0.3042434 0.1339709 0.2958472 0.1379605 0.3017085 0.1316203 0.2992907 0.1491158 0.309622 0.145891 0.3118034 0.1447787 0.3054468 0.1491158 0.309622 0.1548102 0.3133581 0.1500823 0.3167594 0.1422979 0.3134789 0.145891 0.3118034 0.145657 0.3187461 0.1422979 0.3134789 0.1388134 0.3089131 0.1417392 0.3073126 0.1594113 0.2792742 0.1568475 0.2825682 0.1535861 0.2758968 0.1594113 0.2792742 0.16456 0.2819432 0.1630297 0.2857379 0.1545494 0.2858484 0.1568475 0.2825682 0.1610891 0.2892953 0.1545494 0.2858484 0.1464361 0.2828949 0.1501499 0.2791633 0.1630297 0.2857379 0.16456 0.2819432 0.1692021 0.2846326 0.1729533 0.2926169 0.1677617 0.2892693 0.174396 0.2866033 0.1729533 0.2926169 0.1697447 0.2987299 0.1656074 0.2932407 0.1630297 0.2857379 0.1677617 0.2892693 0.1610891 0.2892953 0.1557945 0.2727684 0.1573888 0.2697092 0.1625746 0.2726581 0.1659464 0.2784298 0.1611894 0.2759689 0.1672607 0.2750571 0.1594113 0.2792742 0.1611894 0.2759689 0.16456 0.2819432 0.1594113 0.2792742 0.1535861 0.2758968 0.1557945 0.2727684 0.1659464 0.2784298 0.1672607 0.2750571 0.1716604 0.2773218 0.1716604 0.2773218 0.1763145 0.2778635 0.175452 0.2819046 0.175452 0.2819046 0.174396 0.2866033 0.1692021 0.2846326 0.1659464 0.2784298 0.1704735 0.2807809 0.16456 0.2819432 0.2270347 0.2503225 0.2302033 0.2520492 0.2272009 0.2566938 0.2272009 0.2566938 0.224169 0.2610377 0.2212567 0.2583739 0.2215305 0.2522899 0.2241963 0.2545617 0.2184953 0.2558365 0.2215305 0.2522899 0.2244003 0.2483773 0.2270347 0.2503225 0.2209103 0.2658931 0.2178608 0.2626608 0.224169 0.2610377 0.2209103 0.2658931 0.2165136 0.2711189 0.2133156 0.2670071 0.21511 0.2597848 0.2178608 0.2626608 0.2107254 0.2634209 0.21511 0.2597848 0.2184953 0.2558365 0.2212567 0.2583739 0.2344403 0.2533389 0.2391384 0.2548958 0.2344192 0.2606425 0.2273828 0.2639542 0.2308834 0.2585465 0.2308733 0.266581 0.2273828 0.2639542 0.224169 0.2610377 0.2272009 0.2566938 0.2344403 0.2533389 0.2308834 0.2585465 0.2302033 0.2520492 0.2285383 0.2728037 0.2245576 0.269838 0.2308733 0.266581 0.2285383 0.2728037 0.2269825 0.280696 0.2209271 0.2762818 0.2209103 0.2658931 0.2245576 0.269838 0.2165136 0.2711189 0.2209103 0.2658931 0.224169 0.2610377 0.2273828 0.2639542 0.2599012 0.2667191 0.2560713 0.2661847 0.2601807 0.2612107 0.2599012 0.2667191 0.259905 0.2719959 0.2558417 0.2726081 0.2521019 0.2659422 0.2560713 0.2661847 0.2516142 0.2728416 0.2521019 0.2659422 0.2515559 0.2585015 0.2561978 0.2598751 0.2558417 0.2726081 0.259905 0.2719959 0.2598844 0.277828 0.2545142 0.2861437 0.2549519 0.2790105 0.2606009 0.2843943 0.2545142 0.2861437 0.2473787 0.2864578 0.2501859 0.2792136 0.2558417 0.2726081 0.2549519 0.2790105 0.2516142 0.2728416 0.2634702 0.2615797 0.2664129 0.2614654 0.2664058 0.2662684 0.2634899 0.2714325 0.2632691 0.2666457 0.2668355 0.2708933 0.2634899 0.2714325 0.259905 0.2719959 0.2599012 0.2667191 0.2599012 0.2667191 0.2601807 0.2612107 0.2634702 0.2615797 0.2634899 0.2714325 0.2668355 0.2708933 0.2673492 0.2760097 0.2650812 0.2828298 0.2638568 0.2768642 0.2687584 0.281358 0.2650812 0.2828298 0.2606009 0.2843943 0.2598844 0.277828 0.2634899 0.2714325 0.2638568 0.2768642 0.259905 0.2719959 0.3064113 0.3122181 0.3063409 0.3162037 0.3002712 0.3155267 0.2962726 0.3106826 0.3008244 0.3115537 0.2952099 0.3146976 0.2962726 0.3106826 0.2972761 0.3066983 0.3016691 0.3076616 0.3016691 0.3076616 0.3069269 0.3084611 0.3064113 0.3122181 0.2905976 0.3141196 0.2919943 0.3098913 0.2952099 0.3146976 0.2905976 0.3141196 0.2860519 0.3131897 0.2878761 0.3086965 0.2878761 0.3086965 0.2894032 0.3047333 0.2931911 0.3059017 0.2931911 0.3059017 0.2972761 0.3066983 0.2962726 0.3106826 0.3071607 0.3206469 0.3079245 0.3256225 0.300096 0.3236718 0.2940291 0.318774 0.3003009 0.3196615 0.2932501 0.3229109 0.2940291 0.318774 0.2952099 0.3146976 0.3002712 0.3155267 0.3071607 0.3206469 0.3003009 0.3196615 0.3063409 0.3162037 0.2878897 0.3233736 0.2888014 0.3188254 0.2932501 0.3229109 0.2878897 0.3233736 0.2823363 0.3252206 0.2836338 0.3187431 0.2905976 0.3141196 0.2888014 0.3188254 0.2860519 0.3131897 0.2905976 0.3141196 0.2952099 0.3146976 0.2940291 0.318774 0.3054798 0.3509447 0.3045693 0.3463567 0.3112719 0.3487806 0.3054798 0.3509447 0.3007079 0.3529779 0.2989371 0.3484768 0.3032497 0.342127 0.3045693 0.3463567 0.297248 0.3440861 0.3032497 0.342127 0.3097962 0.3389818 0.3107484 0.3440147 0.2989371 0.3484768 0.3007079 0.3529779 0.2962329 0.3546041 0.288704 0.3510713 0.2937913 0.3496882 0.2916691 0.3564653 0.288704 0.3510713 0.2860968 0.3448393 0.2919393 0.345022 0.2989371 0.3484768 0.2937913 0.3496882 0.297248 0.3440861 0.3079133 0.3588035 0.3066353 0.3550058 0.3131794 0.3564879 0.3079133 0.3588035 0.3036299 0.3612155 0.3022309 0.3571732 0.3054798 0.3509447 0.3066353 0.3550058 0.3007079 0.3529779 0.3054798 0.3509447 0.3112719 0.3487806 0.3121395 0.3528168 0.299659 0.3635212 0.2980917 0.3591541 0.3036299 0.3612155 0.299659 0.3635212 0.2956886 0.3661296 0.29387 0.3614099 0.2962329 0.3546041 0.2980917 0.3591541 0.2916691 0.3564653 0.2962329 0.3546041 0.3007079 0.3529779 0.3022309 0.3571732 0.244286 0.3685709 0.2418902 0.3653418 0.2465719 0.3628266 0.2554039 0.3647268 0.2495157 0.36673 0.2519708 0.3601318 0.2554039 0.3647268 0.2572483 0.3692154 0.2506781 0.3702891 0.244286 0.3685709 0.2495157 0.36673 0.2459329 0.3704253 0.2554039 0.3647268 0.2519708 0.3601318 0.2581763 0.357544 0.2681276 0.3608666 0.2619079 0.3627868 0.2642394 0.3551478 0.2681276 0.3608666 0.271164 0.3663237 0.2643961 0.3679062 0.2554039 0.3647268 0.2619079 0.3627868 0.2572483 0.3692154 0.2506781 0.3702891 0.248791 0.3734076 0.2459329 0.3704253 0.2506781 0.3702891 0.2572483 0.3692154 0.2564083 0.3738574 0.2465121 0.376099 0.248791 0.3734076 0.2547387 0.3778348 0.2465121 0.376099 0.2358925 0.3731157 0.2429012 0.3721373 0.2643961 0.3679062 0.264734 0.3735094 0.2572483 0.3692154 0.2643961 0.3679062 0.271164 0.3663237 0.2726112 0.3723242 0.2639122 0.3784011 0.264734 0.3735094 0.2785232 0.3782706 0.2639122 0.3784011 0.2547387 0.3778348 0.2564083 0.3738574 0.2617932 0.4905543 0.2619082 0.4942458 0.2593591 0.4886292 0.2593591 0.4886292 0.2564478 0.4816355 0.259525 0.4830734 0.259525 0.4830734 0.2606308 0.4836044 0.2610705 0.4856113 0.2617932 0.4905543 0.2601165 0.4869913 0.2619553 0.4879966 0.2667036 0.4804951 0.2685257 0.4778855 0.2703429 0.4847978 0.2703429 0.4847978 0.271888 0.4905129 0.2696904 0.4876062 0.2671277 0.4832692 0.2687312 0.4838334 0.2679563 0.4857221 0.2671277 0.4832692 0.266188 0.4814904 0.2667036 0.4804951 0.3209689 0.4687044 0.3232654 0.4731033 0.3174781 0.4679895 0.3174781 0.4679895 0.3107389 0.4616862 0.3146699 0.4614109 0.317515 0.4633727 0.3173068 0.4655621 0.3160547 0.4614108 0.3209689 0.4687044 0.3173068 0.4655621 0.3197221 0.4655843 0.3206727 0.4549722 0.3212063 0.4514445 0.3272562 0.4570626 0.3272562 0.4570626 0.33249 0.4618731 0.3280475 0.4600701 0.3226162 0.4572823 0.3247818 0.4569489 0.3249517 0.4592035 0.3226162 0.4572823 0.3206616 0.456193 0.3206727 0.4549722 0.3330522 0.394445 0.3310624 0.3914329 0.3395602 0.3937147 0.3395602 0.3937147 0.3466235 0.395824 0.3420955 0.3960317 0.3361552 0.3957729 0.3376715 0.3946712 0.3390519 0.3964226 0.3330522 0.394445 0.3376715 0.3946712 0.3338396 0.3955118 0.3403109 0.4043819 0.3445011 0.406629 0.3375005 0.4054242 0.3375005 0.4054242 0.3291374 0.4042041 0.3316341 0.401832 0.3316341 0.401832 0.3325952 0.4011637 0.3346973 0.4019436 0.3403109 0.4043819 0.3358414 0.4036639 0.3376281 0.4026463 0.31032 0.3901997 0.3073351 0.3866304 0.3131128 0.3863923 0.3188072 0.3882052 0.314109 0.3885368 0.3188543 0.3856443 0.3188072 0.3882052 0.3186239 0.3907945 0.314691 0.3907988 0.31032 0.3901997 0.314109 0.3885368 0.3119081 0.3913545 0.324499 0.3880336 0.323323 0.3898231 0.3188543 0.3856443 0.324499 0.3880336 0.3310624 0.3914329 0.3265267 0.3923549 0.3223262 0.391766 0.323323 0.3898231 0.3246999 0.3929193 0.3223262 0.391766 0.3186239 0.3907945 0.3188072 0.3882052 0.3101351 0.404889 0.3114869 0.4028947 0.3157013 0.4070427 0.3101351 0.404889 0.3045321 0.4026673 0.3083193 0.4004082 0.312619 0.4007752 0.3114869 0.4028947 0.3101791 0.399715 0.312619 0.4007752 0.3164331 0.4015672 0.3160329 0.4043031 0.325022 0.4017006 0.3291374 0.4042041 0.3219532 0.405779 0.3160329 0.4043031 0.3210315 0.4036059 0.3157013 0.4070427 0.3160329 0.4043031 0.3164331 0.4015672 0.3204802 0.4013493 0.325022 0.4017006 0.3210315 0.4036059 0.3233059 0.4006969 0.2938346 0.4480309 0.2961525 0.4474411 0.2975975 0.4547291 0.2938346 0.4480309 0.2896053 0.4408585 0.2945773 0.4420472 0.2984204 0.4464309 0.2961525 0.4474411 0.296709 0.4430063 0.2984204 0.4464309 0.3016361 0.4507437 0.2995704 0.4527901 0.308876 0.4570874 0.3107389 0.4616862 0.3036721 0.4582735 0.2995704 0.4527901 0.3043231 0.4559884 0.2975975 0.4547291 0.2995704 0.4527901 0.3016361 0.4507437 0.305356 0.4537528 0.308876 0.4570874 0.3043231 0.4559884 0.3081562 0.4551225 0.3031368 0.4336926 0.302009 0.4283633 0.3091964 0.4336587 0.3133066 0.4399943 0.3083279 0.4358815 0.3154274 0.4383545 0.3133066 0.4399943 0.3110967 0.4417842 0.3070824 0.4380741 0.3031368 0.4336926 0.3083279 0.4358815 0.3038512 0.4360256 0.318347 0.4447458 0.3160414 0.4451164 0.3154274 0.4383545 0.318347 0.4447458 0.3212063 0.4514445 0.3167499 0.4497641 0.3137615 0.4458995 0.3160414 0.4451164 0.3148798 0.4488652 0.3137615 0.4458995 0.3110967 0.4417842 0.3133066 0.4399943 0.2493273 0.4638154 0.2513342 0.4643663 0.2494369 0.4704124 0.2493273 0.4638154 0.2493162 0.4564412 0.2524459 0.4598223 0.2535094 0.4645745 0.2513342 0.4643663 0.2537167 0.4614007 0.2535094 0.4645745 0.2541061 0.4691414 0.2517056 0.4698112 0.2569116 0.4775127 0.2564478 0.4816355 0.2524755 0.4759578 0.2517056 0.4698112 0.2539532 0.4745035 0.2494369 0.4704124 0.2517056 0.4698112 0.2541061 0.4691414 0.2556881 0.4732103 0.2569116 0.4775127 0.2539532 0.4745035 0.2572305 0.4755936 0.2628763 0.4576568 0.2647175 0.453388 0.2670813 0.4596791 0.2672769 0.4654605 0.2655408 0.4608629 0.2693544 0.4650859 0.2672769 0.4654605 0.2650145 0.4659445 0.2637231 0.4619046 0.2628763 0.4576568 0.2655408 0.4608629 0.2623347 0.45941 0.2690161 0.4712348 0.267217 0.4704911 0.2693544 0.4650859 0.2690161 0.4712348 0.2685257 0.4778855 0.2659279 0.4745837 0.265246 0.4701436 0.267217 0.4704911 0.2648838 0.473048 0.265246 0.4701436 0.2650145 0.4659445 0.2672769 0.4654605 0.2448029 0.4412305 0.2433463 0.4413114 0.2418819 0.4358087 0.2418819 0.4358087 0.2405185 0.4332659 0.2438929 0.4322697 0.2455658 0.4361106 0.2435467 0.4361612 0.2454469 0.4331905 0.2455658 0.4361106 0.2467066 0.4409431 0.2448029 0.4412305 0.2579984 0.4243094 0.2617927 0.4229146 0.262636 0.4269948 0.262636 0.4269948 0.2648875 0.4351601 0.2627249 0.4355208 0.2627249 0.4355208 0.2601265 0.4362233 0.2587456 0.4301449 0.2579984 0.4243094 0.2609807 0.4285116 0.2571125 0.4270032 0.2465735 0.4485644 0.2473853 0.4476307 0.2493162 0.4564412 0.2448029 0.4412305 0.2473853 0.4476307 0.2433463 0.4413114 0.2487662 0.4467703 0.2473853 0.4476307 0.2467066 0.4409431 0.2505573 0.4527876 0.2473853 0.4476307 0.2507344 0.450574 0.2647838 0.4445864 0.263094 0.4436871 0.2648875 0.4351601 0.2647838 0.4445864 0.2647175 0.453388 0.2620747 0.4503864 0.2609477 0.4433411 0.263094 0.4436871 0.2607961 0.4481453 0.2609477 0.4433411 0.2601265 0.4362233 0.2627249 0.4355208 0.275039 0.4300402 0.2735804 0.4314224 0.2661209 0.4257436 0.2661209 0.4257436 0.2617927 0.4229146 0.265232 0.4201332 0.2713695 0.4237962 0.2686839 0.4251469 0.2685266 0.4204491 0.2713695 0.4237962 0.2768328 0.4281427 0.275039 0.4300402 0.2778927 0.405547 0.2798935 0.4026358 0.2836143 0.4056119 0.2836143 0.4056119 0.2905238 0.4117149 0.2893169 0.4134 0.2893169 0.4134 0.28766 0.4154997 0.2824706 0.4106634 0.2778927 0.405547 0.2833735 0.4080035 0.2787742 0.4084579 0.2882587 0.436448 0.2896053 0.4408585 0.2821313 0.4358915 0.275039 0.4300402 0.2821058 0.4341948 0.2735804 0.4314224 0.2827422 0.4322077 0.2821058 0.4341948 0.2768328 0.4281427 0.2882587 0.436448 0.2821058 0.4341948 0.2869471 0.4343007 0.2962201 0.4201737 0.2945311 0.4203898 0.2905238 0.4117149 0.2962201 0.4201737 0.302009 0.4283633 0.297523 0.4268695 0.297523 0.4268695 0.2951232 0.4256668 0.2925748 0.421324 0.2893169 0.4134 0.2945311 0.4203898 0.28766 0.4154997 0.2804591 0.3829136 0.2785232 0.3782706 0.2850353 0.378051 0.2938651 0.3820124 0.2865039 0.381348 0.2945749 0.378548 0.2938651 0.3820124 0.2931408 0.3855612 0.2874599 0.3848468 0.2804591 0.3829136 0.2865039 0.381348 0.2833109 0.3851863 0.2910808 0.4026341 0.2911977 0.4050348 0.2837634 0.4035573 0.2837634 0.4035573 0.2798935 0.4026358 0.2806529 0.3993106 0.2863112 0.3994221 0.2852081 0.4016926 0.283007 0.3983463 0.2863112 0.3994221 0.2910751 0.3999394 0.2910808 0.4026341 0.301582 0.3827117 0.2997512 0.3848772 0.2945749 0.378548 0.301582 0.3827117 0.3073351 0.3866304 0.3034411 0.3885763 0.2982042 0.3873292 0.2997512 0.3848772 0.3011994 0.3891277 0.2982042 0.3873292 0.2931408 0.3855612 0.2938651 0.3820124 0.3010767 0.3998942 0.3045321 0.4026673 0.2981702 0.403727 0.2910808 0.4026341 0.2967499 0.4018357 0.2911977 0.4050348 0.2910808 0.4026341 0.2910751 0.3999394 0.2958347 0.3996325 0.3010767 0.3998942 0.2967499 0.4018357 0.2991229 0.3988898 0.2469686 0.4117079 0.2446135 0.4124637 0.2370027 0.4047088 0.2505689 0.4179697 0.2446135 0.4124637 0.2617927 0.4229146 0.2414215 0.4132011 0.2446135 0.4124637 0.2458099 0.4169288 0.2414215 0.4132011 0.2339596 0.4073489 0.23565 0.4058815 0.2287415 0.3976451 0.228048 0.3994534 0.2198287 0.3893815 0.23565 0.4058815 0.228048 0.3994534 0.2370027 0.4047088 0.23565 0.4058815 0.2339596 0.4073489 0.2274034 0.4017727 0.2221432 0.395228 0.228048 0.3994534 0.2233781 0.3983949 0.2469686 0.4117079 0.2479214 0.4102122 0.2617927 0.4229146 0.2469686 0.4117079 0.2370027 0.4047088 0.2382889 0.4037105 0.2382889 0.4037105 0.2397102 0.4024164 0.2487262 0.408154 0.2568468 0.4140761 0.2479214 0.4102122 0.2551039 0.4112032 0.2287415 0.3976451 0.2305018 0.3970929 0.2370027 0.4047088 0.2287415 0.3976451 0.2198287 0.3893815 0.2257372 0.3915403 0.2325856 0.3966056 0.2305018 0.3970929 0.2287556 0.3927483 0.2325856 0.3966056 0.2397102 0.4024164 0.2382889 0.4037105 0.2639122 0.3784011 0.2629209 0.3813854 0.2547387 0.3778348 0.2639122 0.3784011 0.2785232 0.3782706 0.2700709 0.3830451 0.2619068 0.3836906 0.2629209 0.3813854 0.2673417 0.3847578 0.2619068 0.3836906 0.2535955 0.3822185 0.2540942 0.3803295 0.2405618 0.3768638 0.2358925 0.3731157 0.2465121 0.376099 0.2540942 0.3803295 0.2464984 0.3783767 0.2547387 0.3778348 0.2540942 0.3803295 0.2535955 0.3822185 0.2467975 0.3803319 0.2405618 0.3768638 0.2464984 0.3783767 0.2424206 0.3788572 0.1904903 0.4656484 0.1698462 0.4542533 0.1938731 0.4603878 0.1904903 0.4656484 0.1869505 0.47161 0.1667979 0.4611223 0.1904903 0.4656484 0.1938731 0.4603878 0.2092986 0.4728087 0.216123 0.4897753 0.2055413 0.4780244 0.2200803 0.4841513 0.216123 0.4897753 0.2118997 0.4957248 0.2015525 0.4838743 0.1904903 0.4656484 0.2055413 0.4780244 0.1869505 0.47161 0.1453486 0.5011072 0.1474093 0.4952538 0.1626378 0.5094254 0.1504688 0.4888883 0.1683061 0.4992755 0.1649428 0.504623 0.1768474 0.5177713 0.1793336 0.5143485 0.1842213 0.5228242 0.1768474 0.5177713 0.1626378 0.5094254 0.1649428 0.504623 0.1827101 0.5102663 0.1793336 0.5143485 0.1683061 0.4992755 0.1827101 0.5102663 0.1949074 0.5219111 0.1886408 0.5229665 0.1257631 0.6230632 0.1292635 0.6176773 0.1283673 0.6258761 0.1252636 0.6144977 0.1292635 0.6176773 0.1220134 0.6198715 0.1252636 0.6144977 0.1289998 0.6084592 0.1331899 0.6116892 0.1331899 0.6116892 0.1361253 0.6141369 0.1321013 0.6202816 0.1202041 0.6235315 0.1220134 0.6198715 0.1257631 0.6230632 0.1260645 0.6295723 0.1237247 0.6266945 0.1283673 0.6258761 0.1260645 0.6295723 0.1249129 0.631512 0.1230273 0.6300429 0.1202041 0.6235315 0.1237247 0.6266945 0.1195586 0.6273039 0.1322671 0.6028057 0.1365067 0.6062508 0.1289998 0.6084592 0.1322671 0.6028057 0.1353295 0.5977439 0.1395953 0.6014428 0.1392979 0.6087903 0.1365067 0.6062508 0.1422262 0.6042436 0.1331899 0.6116892 0.1365067 0.6062508 0.1361253 0.6141369 0.1324969 0.2874953 0.1287358 0.2835504 0.1312502 0.2817096 0.1371125 0.2836655 0.1350604 0.2854182 0.1329849 0.2800804 0.1371125 0.2836655 0.1410949 0.2870956 0.1388642 0.2889224 0.1388642 0.2889224 0.1370117 0.292208 0.1324969 0.2874953 0.1346151 0.278177 0.1388884 0.2815489 0.1329849 0.2800804 0.1346151 0.278177 0.1363727 0.2753712 0.1409531 0.2787439 0.1409531 0.2787439 0.1464361 0.2828949 0.1429612 0.2849195 0.1429612 0.2849195 0.1410949 0.2870956 0.1371125 0.2836655 0.1599045 0.3213978 0.1548102 0.3133581 0.160071 0.3111588 0.160071 0.3111588 0.1639501 0.3077345 0.1705068 0.3139962 0.1705068 0.3139962 0.1775375 0.3209274 0.171093 0.3257315 0.1599045 0.3213978 0.1654128 0.3180933 0.1641986 0.3292813 0.1705068 0.3139962 0.1639501 0.3077345 0.1675816 0.3040515 0.1675816 0.3040515 0.1697447 0.2987299 0.1787589 0.3032212 0.1833954 0.315274 0.1751893 0.3092569 0.187415 0.3078079 0.1833954 0.315274 0.1775375 0.3209274 0.1705068 0.3139962 0.171093 0.3257315 0.175237 0.3324571 0.1641986 0.3292813 0.171093 0.3257315 0.1775375 0.3209274 0.1830704 0.3268979 0.1792779 0.3395467 0.175237 0.3324571 0.1877787 0.3332334 0.1792779 0.3395467 0.1693612 0.3452521 0.166956 0.3363319 0.1833954 0.315274 0.1901592 0.3208099 0.1775375 0.3209274 0.1833954 0.315274 0.187415 0.3078079 0.1945637 0.3124442 0.1954222 0.3271127 0.1901592 0.3208099 0.2038538 0.3183751 0.1954222 0.3271127 0.1877787 0.3332334 0.1830704 0.3268979 0.208001 0.358439 0.210133 0.3626441 0.2048317 0.361985 0.208001 0.358439 0.2114674 0.3559207 0.212926 0.3605034 0.2119277 0.3657948 0.210133 0.3626441 0.2141749 0.3640553 0.2119277 0.3657948 0.2101189 0.3679002 0.2077026 0.3654375 0.1440287 0.2635987 0.1403247 0.2654685 0.1391204 0.2610194 0.1415752 0.2576727 0.1419823 0.2603083 0.1386623 0.258019 0.1415752 0.2576727 0.1447124 0.2573269 0.1449738 0.2593629 0.1449738 0.2593629 0.1467335 0.2619891 0.1440287 0.2635987 0.1150612 0.2886509 0.1150444 0.2915233 0.1120079 0.2891107 0.1150612 0.2886509 0.1196094 0.2887267 0.1186034 0.2925397 0.1186034 0.2925397 0.1178001 0.2953433 0.1149601 0.2945376 0.1149601 0.2945376 0.1130627 0.295121 0.112411 0.292006 0.105366 0.6185536 0.1125733 0.6233479 0.1041866 0.6199865 0.105366 0.6185536 0.1064239 0.6168987 0.1139079 0.6216945 0.1172899 0.6287694 0.1125733 0.6233479 0.1195586 0.6273039 0.1172899 0.6287694 0.1157402 0.630257 0.1110657 0.6246938 0.107239 0.6147997 0.1148968 0.6194261 0.1064239 0.6168987 0.107239 0.6147997 0.1078177 0.6107852 0.1164499 0.615898 0.1202041 0.6235315 0.1148968 0.6194261 0.1220134 0.6198715 0.1202041 0.6235315 0.1195586 0.6273039 0.1139079 0.6216945 0.105366 0.6185536 0.09475547 0.6139705 0.1064239 0.6168987 0.09377062 0.6155806 0.09475547 0.6139705 0.1041866 0.6199865 0.107239 0.6147997 0.09666621 0.6100733 0.1078177 0.6107852 0.107239 0.6147997 0.1064239 0.6168987 0.09572559 0.6121912 0.1179691 0.5943746 0.1258352 0.598411 0.1158875 0.5999248 0.1179691 0.5943746 0.1180292 0.5879196 0.1285138 0.5932106 0.1322671 0.6028057 0.1258352 0.598411 0.1353295 0.5977439 0.1322671 0.6028057 0.1289998 0.6084592 0.1229484 0.6042588 0.1285138 0.5932106 0.1180292 0.5879196 0.1215438 0.5837258 0.1341613 0.5853572 0.1313605 0.5889467 0.12403 0.5800514 0.1384512 0.5934805 0.1313605 0.5889467 0.1413969 0.5898772 0.1384512 0.5934805 0.1353295 0.5977439 0.1285138 0.5932106 0.1108668 0.5737595 0.12403 0.5800514 0.1215438 0.5837258 0.1060849 0.5813592 0.10898 0.5777993 0.1180292 0.5879196 0.2021048 0.3442673 0.2051941 0.352125 0.1967549 0.3495189 0.2021048 0.3442673 0.2076911 0.34103 0.2095892 0.3492764 0.208001 0.358439 0.2051941 0.352125 0.2114674 0.3559207 0.208001 0.358439 0.2048317 0.361985 0.2010514 0.3565531 0.1792779 0.3395467 0.1846489 0.3482764 0.1693612 0.3452521 0.1792779 0.3395467 0.1877787 0.3332334 0.1923354 0.3412597 0.1905887 0.3566305 0.1846489 0.3482764 0.1967549 0.3495189 0.1905887 0.3566305 0.184214 0.3657527 0.1774391 0.3551032 0.1954222 0.3271127 0.1991258 0.3354309 0.1877787 0.3332334 0.1954222 0.3271127 0.2038538 0.3183751 0.2061731 0.3316404 0.2021048 0.3442673 0.1991258 0.3354309 0.2076911 0.34103 0.2021048 0.3442673 0.1967549 0.3495189 0.1923354 0.3412597 0.2597658 0.4796697 0.2606117 0.4810925 0.2564478 0.4816355 0.2597658 0.4796697 0.2621119 0.4787575 0.2625797 0.4802286 0.2616102 0.4826328 0.2606117 0.4810925 0.2631738 0.4818856 0.2616102 0.4826328 0.2606308 0.4836044 0.259525 0.4830734 0.2645093 0.4781211 0.2646317 0.4796615 0.2621119 0.4787575 0.2645093 0.4781211 0.2685257 0.4778855 0.2667036 0.4804951 0.2667036 0.4804951 0.266188 0.4814904 0.2648174 0.4813392 0.2648174 0.4813392 0.2631738 0.4818856 0.2625797 0.4802286 0.2705816 0.4935719 0.2685569 0.4897436 0.271888 0.4905129 0.2705816 0.4935719 0.2677687 0.4949923 0.2663183 0.4908351 0.2667905 0.4862698 0.2685569 0.4897436 0.2650061 0.4870812 0.2667905 0.4862698 0.2679563 0.4857221 0.2696904 0.4876062 0.2663183 0.4908351 0.2677687 0.4949923 0.2647945 0.4957919 0.2617932 0.4905543 0.2639621 0.4914705 0.2619082 0.4942458 0.2617932 0.4905543 0.2619553 0.4879966 0.2631598 0.487629 0.2663183 0.4908351 0.2639621 0.4914705 0.2650061 0.4870812 0.2667905 0.4862698 0.2655405 0.4835052 0.2679563 0.4857221 0.2667905 0.4862698 0.2650061 0.4870812 0.2639703 0.4841338 0.2639703 0.4841338 0.2631738 0.4818856 0.2648174 0.4813392 0.2671277 0.4832692 0.2655405 0.4835052 0.266188 0.4814904 0.2631598 0.487629 0.2624177 0.4847474 0.2650061 0.4870812 0.2631598 0.487629 0.2619553 0.4879966 0.2610705 0.4856113 0.2616102 0.4826328 0.2624177 0.4847474 0.2606308 0.4836044 0.2616102 0.4826328 0.2631738 0.4818856 0.2639703 0.4841338 0.2539641 0.4559755 0.2546476 0.457832 0.2493162 0.4564412 0.2573966 0.4572175 0.2546476 0.457832 0.2569839 0.4553716 0.2554079 0.4603286 0.2546476 0.457832 0.2579283 0.4596765 0.2554079 0.4603286 0.2537167 0.4614007 0.2524459 0.4598223 0.260063 0.4549222 0.2601506 0.4568004 0.2569839 0.4553716 0.260063 0.4549222 0.2647175 0.453388 0.2628763 0.4576568 0.2628763 0.4576568 0.2623347 0.45941 0.260414 0.4591925 0.260414 0.4591925 0.2579283 0.4596765 0.2573966 0.4572175 0.2645093 0.4781211 0.2639761 0.4763674 0.2685257 0.4778855 0.2645093 0.4781211 0.2621119 0.4787575 0.2616944 0.4770671 0.2633455 0.4739924 0.2639761 0.4763674 0.2611844 0.4747557 0.2633455 0.4739924 0.2648838 0.473048 0.2659279 0.4745837 0.2597658 0.4796697 0.2594159 0.477908 0.2621119 0.4787575 0.2597658 0.4796697 0.2564478 0.4816355 0.2569116 0.4775127 0.2569116 0.4775127 0.2572305 0.4755936 0.2589952 0.4755253 0.2589952 0.4755253 0.2611844 0.4747557 0.2616944 0.4770671 0.2633455 0.4739924 0.2629308 0.4705885 0.2648838 0.473048 0.2633455 0.4739924 0.2611844 0.4747557 0.2604388 0.4714217 0.2623824 0.4666476 0.2629308 0.4705885 0.2595708 0.4674757 0.2623824 0.4666476 0.2650145 0.4659445 0.265246 0.4701436 0.2589952 0.4755253 0.2579373 0.4722393 0.2611844 0.4747557 0.2556881 0.4732103 0.2579373 0.4722393 0.2572305 0.4755936 0.2556881 0.4732103 0.2541061 0.4691414 0.2567698 0.468335 0.2567698 0.468335 0.2595708 0.4674757 0.2604388 0.4714217 0.2637231 0.4619046 0.2650145 0.4659445 0.2623824 0.4666476 0.2623824 0.4666476 0.2595708 0.4674757 0.2586935 0.4633283 0.2586935 0.4633283 0.2579283 0.4596765 0.260414 0.4591925 0.2637231 0.4619046 0.2613507 0.4626619 0.2623347 0.45941 0.2567698 0.468335 0.2560211 0.4640972 0.2595708 0.4674757 0.2567698 0.468335 0.2541061 0.4691414 0.2535094 0.4645745 0.2554079 0.4603286 0.2560211 0.4640972 0.2537167 0.4614007 0.2554079 0.4603286 0.2579283 0.4596765 0.2586935 0.4633283 0.260063 0.4549222 0.2596541 0.4529947 0.2647175 0.453388 0.2565755 0.4535591 0.2596541 0.4529947 0.2569839 0.4553716 0.258928 0.4497953 0.2596541 0.4529947 0.2558485 0.4505833 0.258928 0.4497953 0.2607961 0.4481453 0.2620747 0.4503864 0.2565755 0.4535591 0.2569839 0.4553716 0.2539641 0.4559755 0.2505573 0.4527876 0.253582 0.454127 0.2493162 0.4564412 0.2505573 0.4527876 0.2507344 0.450574 0.252892 0.451187 0.2565755 0.4535591 0.253582 0.454127 0.2558485 0.4505833 0.2438929 0.4322697 0.2405185 0.4332659 0.2440646 0.4278357 0.2496488 0.427016 0.2461174 0.4294028 0.2479589 0.4251525 0.2496488 0.427016 0.2505153 0.4296548 0.2472863 0.4315028 0.2438929 0.4322697 0.2461174 0.4294028 0.2454469 0.4331905 0.2496488 0.427016 0.2479589 0.4251525 0.2526763 0.4225673 0.2526763 0.4225673 0.2617927 0.4229146 0.2579984 0.4243094 0.2579984 0.4243094 0.2571125 0.4270032 0.2543206 0.4275745 0.2496488 0.427016 0.2539151 0.4245645 0.2505153 0.4296548 0.256656 0.4376088 0.2553504 0.4320112 0.2601265 0.4362233 0.256656 0.4376088 0.252915 0.4391309 0.2515987 0.4338133 0.2543206 0.4275745 0.2553504 0.4320112 0.2505153 0.4296548 0.2587456 0.4301449 0.2553504 0.4320112 0.2571125 0.4270032 0.2495046 0.4402428 0.2482935 0.4352538 0.252915 0.4391309 0.2455658 0.4361106 0.2482935 0.4352538 0.2467066 0.4409431 0.2472863 0.4315028 0.2482935 0.4352538 0.2454469 0.4331905 0.2472863 0.4315028 0.2505153 0.4296548 0.2515987 0.4338133 0.258928 0.4497953 0.2578886 0.4441018 0.2607961 0.4481453 0.258928 0.4497953 0.2558485 0.4505833 0.25448 0.4452474 0.256656 0.4376088 0.2578886 0.4441018 0.252915 0.4391309 0.256656 0.4376088 0.2601265 0.4362233 0.2609477 0.4433411 0.25448 0.4452474 0.2558485 0.4505833 0.252892 0.451187 0.2487662 0.4467703 0.2512851 0.4460564 0.2507344 0.450574 0.2487662 0.4467703 0.2467066 0.4409431 0.2495046 0.4402428 0.25448 0.4452474 0.2512851 0.4460564 0.252915 0.4391309 0.2505689 0.4179697 0.2617927 0.4229146 0.2526763 0.4225673 0.2444052 0.4233204 0.2491461 0.4211689 0.2479589 0.4251525 0.2444052 0.4233204 0.2396436 0.4207749 0.2440114 0.4189877 0.2505689 0.4179697 0.2491461 0.4211689 0.2458099 0.4169288 0.2444052 0.4233204 0.2479589 0.4251525 0.2440646 0.4278357 0.2367776 0.4278271 0.2404056 0.4256833 0.2405185 0.4332659 0.2367776 0.4278271 0.2323279 0.4251671 0.2357341 0.4229336 0.2444052 0.4233204 0.2404056 0.4256833 0.2396436 0.4207749 0.2101985 0.4034464 0.208319 0.3989672 0.2104278 0.3968189 0.2104278 0.3968189 0.2129777 0.3945412 0.2154772 0.3976219 0.2158612 0.4046152 0.2128069 0.4004254 0.2186974 0.4013494 0.2158612 0.4046152 0.2127987 0.4083538 0.2101985 0.4034464 0.2164099 0.3920045 0.2182711 0.3952534 0.2129777 0.3945412 0.2221432 0.395228 0.2182711 0.3952534 0.2198287 0.3893815 0.2221432 0.395228 0.2233781 0.3983949 0.2210813 0.399029 0.2210813 0.399029 0.2186974 0.4013494 0.2154772 0.3976219 0.2414215 0.4132011 0.2458099 0.4169288 0.2440114 0.4189877 0.2343304 0.4167713 0.2379584 0.4146418 0.2396436 0.4207749 0.2343304 0.4167713 0.2287929 0.4118047 0.2316601 0.4092318 0.2414215 0.4132011 0.2379584 0.4146418 0.2339596 0.4073489 0.2343304 0.4167713 0.2396436 0.4207749 0.2357341 0.4229336 0.2274594 0.4226275 0.2306439 0.419575 0.2323279 0.4251671 0.2274594 0.4226275 0.2195532 0.4201133 0.2253995 0.4153428 0.2343304 0.4167713 0.2306439 0.419575 0.2287929 0.4118047 0.2274034 0.4017727 0.2339596 0.4073489 0.2316601 0.4092318 0.223359 0.4063706 0.2257893 0.403858 0.2287929 0.4118047 0.2210813 0.399029 0.2257893 0.403858 0.2186974 0.4013494 0.2274034 0.4017727 0.2257893 0.403858 0.2233781 0.3983949 0.2253995 0.4153428 0.2202653 0.4099719 0.2287929 0.4118047 0.2253995 0.4153428 0.2195532 0.4201133 0.2168399 0.4141175 0.2158612 0.4046152 0.2202653 0.4099719 0.2127987 0.4083538 0.2158612 0.4046152 0.2186974 0.4013494 0.223359 0.4063706 0.1830736 0.5414078 0.1780599 0.5385457 0.1813935 0.5334194 0.1892378 0.5333319 0.1866402 0.5367669 0.1836244 0.5300721 0.1892378 0.5333319 0.1952094 0.5362301 0.191651 0.5397208 0.1830736 0.5414078 0.1866402 0.5367669 0.1869014 0.5439641 0.19287 0.5472907 0.2007685 0.5435459 0.1994899 0.5524364 0.19287 0.5472907 0.1869014 0.5439641 0.191651 0.5397208 0.2065906 0.5404714 0.2007685 0.5435459 0.1952094 0.5362301 0.2065906 0.5404714 0.223009 0.5467786 0.2099789 0.5489521 0.1901606 0.5602278 0.1817685 0.5695053 0.1790307 0.5643468 0.1818244 0.5517525 0.1856256 0.5552266 0.1768605 0.5603103 0.19287 0.5472907 0.1856256 0.5552266 0.1869014 0.5439641 0.1901606 0.5602278 0.1856256 0.5552266 0.1994899 0.5524364 0.1737659 0.5578996 0.1784807 0.5493446 0.1768605 0.5603103 0.1737659 0.5578996 0.1699912 0.5562725 0.1746061 0.5480978 0.1830736 0.5414078 0.1784807 0.5493446 0.1780599 0.5385457 0.1830736 0.5414078 0.1869014 0.5439641 0.1818244 0.5517525 0.1737659 0.5578996 0.1698336 0.5643953 0.1699912 0.5562725 0.1737659 0.5578996 0.1768605 0.5603103 0.1724501 0.5668612 0.1661967 0.5699023 0.1698336 0.5643953 0.1688512 0.5709689 0.1661967 0.5699023 0.1610659 0.567431 0.1663168 0.5625296 0.1584364 0.5805467 0.1517672 0.5766118 0.1560689 0.5724611 0.1661967 0.5699023 0.1623681 0.5754916 0.1610659 0.567431 0.1661967 0.5699023 0.1688512 0.5709689 0.167589 0.5757992 0.1584364 0.5805467 0.1623681 0.5754916 0.164783 0.5849936 0.1740911 0.5774477 0.164783 0.5849936 0.167589 0.5757992 0.1724501 0.5668612 0.1730809 0.5716443 0.1688512 0.5709689 0.1724501 0.5668612 0.1768605 0.5603103 0.1790307 0.5643468 0.1740911 0.5774477 0.1730809 0.5716443 0.1817685 0.5695053 0.3142857 0.3253731 0.3195275 0.3252654 0.319498 0.3286705 0.3145735 0.3321552 0.3143484 0.3290721 0.3198946 0.3314162 0.3145735 0.3321552 0.3093844 0.3326826 0.3092951 0.3295505 0.3092951 0.3295505 0.3079245 0.3256225 0.3142857 0.3253731 0.320416 0.3337942 0.3151939 0.3347917 0.3198946 0.3314162 0.320416 0.3337942 0.3215156 0.3365719 0.3161882 0.3378348 0.3161882 0.3378348 0.3097962 0.3389818 0.3100444 0.3354408 0.3100444 0.3354408 0.3093844 0.3326826 0.3145735 0.3321552 0.2746347 0.3240606 0.2823363 0.3252206 0.2814751 0.3304269 0.2814751 0.3304269 0.2824202 0.3351872 0.2754376 0.3359812 0.2663047 0.3303965 0.2742432 0.3301215 0.2679494 0.3371113 0.2746347 0.3240606 0.2742432 0.3301215 0.2669934 0.3235123 0.2754376 0.3359812 0.2824202 0.3351872 0.2834897 0.3400041 0.2834897 0.3400041 0.2860968 0.3448393 0.2798664 0.3479515 0.2798664 0.3479515 0.2740885 0.3507683 0.2706568 0.3440802 0.2706568 0.3440802 0.2679494 0.3371113 0.2754376 0.3359812 0.2599611 0.3241843 0.2669934 0.3235123 0.2663047 0.3303965 0.2619921 0.3386648 0.2594711 0.331633 0.2679494 0.3371113 0.2619921 0.3386648 0.2563997 0.3412481 0.2530058 0.3345426 0.2599611 0.3241843 0.2594711 0.331633 0.2499138 0.3256064 0.2706568 0.3440802 0.2653634 0.3460361 0.2679494 0.3371113 0.2706568 0.3440802 0.2740885 0.3507683 0.2692115 0.3530282 0.2602372 0.3483625 0.2653634 0.3460361 0.2642394 0.3551478 0.2602372 0.3483625 0.2563997 0.3412481 0.2619921 0.3386648 0.2329168 0.3562632 0.2304414 0.3603138 0.2294323 0.3546464 0.2329168 0.3562632 0.2359973 0.3586785 0.2331347 0.3620361 0.2331347 0.3620361 0.2305698 0.3651019 0.2282235 0.3639968 0.227397 0.359169 0.2304414 0.3603138 0.2255629 0.3632029 0.2331347 0.3620361 0.2359973 0.3586785 0.2390578 0.3618745 0.2390578 0.3618745 0.2418902 0.3653418 0.2378361 0.3673906 0.2324767 0.3669922 0.2356141 0.3645615 0.2340959 0.3692064 0.2324767 0.3669922 0.2305698 0.3651019 0.2331347 0.3620361 0.3264555 0.3496567 0.3269927 0.3451871 0.3313941 0.3472374 0.3325667 0.351728 0.3302754 0.3502624 0.334263 0.3489972 0.3325667 0.351728 0.3303704 0.3547433 0.3291065 0.3536744 0.3291065 0.3536744 0.3262223 0.3533393 0.3264555 0.3496567 0.3257125 0.3129591 0.3238877 0.3105506 0.3279964 0.3107659 0.3257125 0.3129591 0.3220851 0.3158373 0.3204592 0.3118921 0.3204592 0.3118921 0.3194074 0.3085233 0.3220302 0.3076784 0.3220302 0.3076784 0.3230639 0.3065326 0.3256983 0.308787 0.1687223 0.5321463 0.1562628 0.5262078 0.1579509 0.5219348 0.1733179 0.524746 0.171568 0.5284138 0.1593281 0.5178461 0.1733179 0.524746 0.1836244 0.5300721 0.1813935 0.5334194 0.1687223 0.5321463 0.171568 0.5284138 0.1780599 0.5385457 0.1733179 0.524746 0.1593281 0.5178461 0.1608284 0.5137547 0.1768474 0.5177713 0.17496 0.5212178 0.1626378 0.5094254 0.1853139 0.5267614 0.17496 0.5212178 0.1842213 0.5228242 0.1733179 0.524746 0.17496 0.5212178 0.1836244 0.5300721 0.1426646 0.5098651 0.1593281 0.5178461 0.1579509 0.5219348 0.14087 0.5192719 0.1413291 0.5141674 0.1562628 0.5262078 0.1453486 0.5011072 0.1626378 0.5094254 0.1608284 0.5137547 0.1426646 0.5098651 0.1438857 0.5057446 0.1593281 0.5178461 0.143391 0.5719926 0.1324887 0.5660188 0.1357607 0.5627676 0.1506494 0.5646325 0.1473425 0.5684477 0.1391059 0.5595374 0.1506494 0.5646325 0.1610659 0.567431 0.1560689 0.5724611 0.143391 0.5719926 0.1473425 0.5684477 0.1517672 0.5766118 0.1248968 0.5521883 0.1391059 0.5595374 0.1357607 0.5627676 0.1182408 0.5580197 0.1208961 0.5547375 0.1324887 0.5660188 0.2318698 0.3491468 0.2354874 0.3427149 0.2400973 0.3459898 0.2394554 0.3547375 0.2359071 0.3514769 0.2439709 0.3503035 0.2394554 0.3547375 0.2359973 0.3586785 0.2329168 0.3562632 0.2318698 0.3491468 0.2359071 0.3514769 0.2294323 0.3546464 0.2480443 0.3551708 0.2431144 0.3586749 0.2439709 0.3503035 0.2480443 0.3551708 0.2519708 0.3601318 0.2465719 0.3628266 0.2390578 0.3618745 0.2431144 0.3586749 0.2418902 0.3653418 0.2390578 0.3618745 0.2359973 0.3586785 0.2394554 0.3547375 0.241063 0.3353953 0.2499138 0.3256064 0.2530058 0.3345426 0.2530058 0.3345426 0.2563997 0.3412481 0.2500059 0.3454674 0.2500059 0.3454674 0.2439709 0.3503035 0.2400973 0.3459898 0.2400973 0.3459898 0.2354874 0.3427149 0.241063 0.3353953 0.2602372 0.3483625 0.254108 0.3515704 0.2563997 0.3412481 0.2602372 0.3483625 0.2642394 0.3551478 0.2581763 0.357544 0.2480443 0.3551708 0.254108 0.3515704 0.2519708 0.3601318 0.2480443 0.3551708 0.2439709 0.3503035 0.2500059 0.3454674 0.3285647 0.3998923 0.3303176 0.3998239 0.3291374 0.4042041 0.330574 0.3977481 0.3303176 0.3998239 0.3288458 0.3974369 0.3321933 0.3997906 0.3303176 0.3998239 0.3324796 0.3981447 0.3321933 0.3997906 0.3325952 0.4011637 0.3316341 0.401832 0.330574 0.3977481 0.3288458 0.3974369 0.32933 0.3949807 0.3330522 0.394445 0.331086 0.3957129 0.3310624 0.3914329 0.3330522 0.394445 0.3338396 0.3955118 0.3329671 0.396571 0.330574 0.3977481 0.331086 0.3957129 0.3324796 0.3981447 0.3488838 0.398706 0.3434758 0.3981669 0.3466235 0.395824 0.3488838 0.398706 0.3484917 0.4019156 0.3431396 0.4006487 0.3387487 0.397647 0.3434758 0.3981669 0.3384246 0.3995327 0.3387487 0.397647 0.3390519 0.3964226 0.3420955 0.3960317 0.3431396 0.4006487 0.3484917 0.4019156 0.3475978 0.405008 0.3403109 0.4043819 0.3424142 0.4030486 0.3445011 0.406629 0.3403109 0.4043819 0.3376281 0.4026463 0.3378646 0.4013826 0.3431396 0.4006487 0.3424142 0.4030486 0.3384246 0.3995327 0.3387487 0.397647 0.3353835 0.3971654 0.3390519 0.3964226 0.3349838 0.3987188 0.3353835 0.3971654 0.3384246 0.3995327 0.3349838 0.3987188 0.3324796 0.3981447 0.3329671 0.396571 0.3361552 0.3957729 0.3353835 0.3971654 0.3338396 0.3955118 0.3378646 0.4013826 0.3345833 0.4003033 0.3384246 0.3995327 0.3346973 0.4019436 0.3345833 0.4003033 0.3376281 0.4026463 0.3321933 0.3997906 0.3345833 0.4003033 0.3325952 0.4011637 0.3321933 0.3997906 0.3324796 0.3981447 0.3349838 0.3987188 0.3083193 0.4004082 0.3045321 0.4026673 0.3052143 0.3977912 0.3078694 0.3952658 0.307456 0.3978709 0.3057067 0.3949002 0.3078694 0.3952658 0.3104423 0.395621 0.3100282 0.3979681 0.3100282 0.3979681 0.3101791 0.399715 0.3083193 0.4004082 0.306409 0.3919723 0.3085321 0.3925757 0.3057067 0.3949002 0.306409 0.3919723 0.3073351 0.3866304 0.31032 0.3901997 0.31032 0.3901997 0.3119081 0.3913545 0.3110538 0.3931511 0.3078694 0.3952658 0.3085321 0.3925757 0.3104423 0.395621 0.3265267 0.3923549 0.3310624 0.3914329 0.32933 0.3949807 0.3268733 0.3971189 0.3272889 0.3947645 0.3288458 0.3974369 0.3268733 0.3971189 0.3244086 0.3967896 0.3247969 0.3945981 0.3247969 0.3945981 0.3246999 0.3929193 0.3265267 0.3923549 0.3285647 0.3998923 0.3265435 0.3994846 0.3288458 0.3974369 0.3285647 0.3998923 0.3291374 0.4042041 0.325022 0.4017006 0.325022 0.4017006 0.3233059 0.4006969 0.3239971 0.3990221 0.3268733 0.3971189 0.3265435 0.3994846 0.3244086 0.3967896 0.3247969 0.3945981 0.3216878 0.3940156 0.3246999 0.3929193 0.3247969 0.3945981 0.3244086 0.3967896 0.3212037 0.3964446 0.3212037 0.3964446 0.317573 0.3961271 0.3181684 0.3934403 0.3181684 0.3934403 0.3186239 0.3907945 0.3223262 0.391766 0.3212037 0.3964446 0.3244086 0.3967896 0.3239971 0.3990221 0.3204802 0.4013493 0.3206693 0.3989257 0.3233059 0.4006969 0.3204802 0.4013493 0.3164331 0.4015672 0.3169706 0.398839 0.3212037 0.3964446 0.3206693 0.3989257 0.317573 0.3961271 0.314691 0.3907988 0.3186239 0.3907945 0.3181684 0.3934403 0.3138313 0.3958804 0.3144448 0.3932958 0.317573 0.3961271 0.3138313 0.3958804 0.3104423 0.395621 0.3110538 0.3931511 0.314691 0.3907988 0.3144448 0.3932958 0.3119081 0.3913545 0.3138313 0.3958804 0.317573 0.3961271 0.3169706 0.398839 0.312619 0.4007752 0.3133116 0.3984053 0.3164331 0.4015672 0.3100282 0.3979681 0.3133116 0.3984053 0.3101791 0.399715 0.3138313 0.3958804 0.3133116 0.3984053 0.3104423 0.395621 0.3034411 0.3885763 0.3073351 0.3866304 0.306409 0.3919723 0.3035478 0.3946101 0.3042137 0.3917436 0.3057067 0.3949002 0.3035478 0.3946101 0.3007208 0.3942369 0.3013508 0.3913756 0.3013508 0.3913756 0.3011994 0.3891277 0.3034411 0.3885763 0.3035478 0.3946101 0.3057067 0.3949002 0.3052143 0.3977912 0.3010767 0.3998942 0.3029224 0.3974063 0.3045321 0.4026673 0.3010767 0.3998942 0.2991229 0.3988898 0.3000157 0.3969873 0.3035478 0.3946101 0.3029224 0.3974063 0.3007208 0.3942369 0.2757542 0.3958468 0.2789362 0.3957876 0.2798935 0.4026358 0.2757542 0.3958468 0.2754788 0.3909929 0.2786838 0.3914786 0.2825204 0.3960015 0.2789362 0.3957876 0.282481 0.3922988 0.2825204 0.3960015 0.283007 0.3983463 0.2806529 0.3993106 0.2751549 0.3858801 0.2785219 0.3867388 0.2754788 0.3909929 0.2751549 0.3858801 0.2785232 0.3782706 0.2804591 0.3829136 0.2804591 0.3829136 0.2833109 0.3851863 0.2826347 0.3881176 0.2826347 0.3881176 0.282481 0.3922988 0.2786838 0.3914786 0.2874599 0.3848468 0.2931408 0.3855612 0.2923876 0.3892787 0.2869344 0.3926984 0.2873904 0.3887487 0.2917299 0.393024 0.2869344 0.3926984 0.282481 0.3922988 0.2826347 0.3881176 0.2874599 0.3848468 0.2873904 0.3887487 0.2833109 0.3851863 0.2869344 0.3926984 0.2917299 0.393024 0.291292 0.3966569 0.2863112 0.3994221 0.2867306 0.3963401 0.2910751 0.3999394 0.2825204 0.3960015 0.2867306 0.3963401 0.283007 0.3983463 0.2869344 0.3926984 0.2867306 0.3963401 0.282481 0.3922988 0.3013508 0.3913756 0.2972249 0.3903541 0.3011994 0.3891277 0.3013508 0.3913756 0.3007208 0.3942369 0.2965534 0.3936226 0.2923876 0.3892787 0.2972249 0.3903541 0.2917299 0.393024 0.2923876 0.3892787 0.2931408 0.3855612 0.2982042 0.3873292 0.2965534 0.3936226 0.3007208 0.3942369 0.3000157 0.3969873 0.2958347 0.3996325 0.2959296 0.396805 0.2991229 0.3988898 0.2958347 0.3996325 0.2910751 0.3999394 0.291292 0.3966569 0.2965534 0.3936226 0.2959296 0.396805 0.2917299 0.393024 0.2700709 0.3830451 0.2785232 0.3782706 0.2751549 0.3858801 0.2728019 0.3915967 0.2726366 0.3868091 0.2754788 0.3909929 0.2728019 0.3915967 0.2684104 0.3917107 0.2686846 0.3876543 0.2686846 0.3876543 0.2673417 0.3847578 0.2700709 0.3830451 0.2728019 0.3915967 0.2754788 0.3909929 0.2757542 0.3958468 0.271876 0.4008384 0.2727509 0.3963274 0.2798935 0.4026358 0.271876 0.4008384 0.2666012 0.3999168 0.2678193 0.3958742 0.2728019 0.3915967 0.2727509 0.3963274 0.2684104 0.3917107 0.2299281 0.3820126 0.2278116 0.3804326 0.2294286 0.3782222 0.234095 0.3784516 0.2318543 0.3801206 0.2313621 0.3761613 0.234095 0.3784516 0.2377579 0.3809223 0.2353722 0.3824477 0.2299281 0.3820126 0.2318543 0.3801206 0.2332579 0.3842395 0.234095 0.3784516 0.2313621 0.3761613 0.2340018 0.3746005 0.2405618 0.3768638 0.2367125 0.3771274 0.2358925 0.3731157 0.2405618 0.3768638 0.2424206 0.3788572 0.2402539 0.3796229 0.234095 0.3784516 0.2367125 0.3771274 0.2377579 0.3809223 0.2686846 0.3876543 0.2610164 0.3865445 0.2673417 0.3847578 0.2600612 0.3897556 0.2610164 0.3865445 0.2684104 0.3917107 0.2600612 0.3897556 0.2507022 0.3867602 0.2523634 0.3843787 0.2619068 0.3836906 0.2610164 0.3865445 0.2535955 0.3822185 0.2600612 0.3897556 0.2684104 0.3917107 0.2678193 0.3958742 0.2572993 0.3965368 0.2588527 0.3931319 0.2666012 0.3999168 0.2572993 0.3965368 0.2470704 0.3920381 0.2489159 0.3893136 0.2600612 0.3897556 0.2588527 0.3931319 0.2507022 0.3867602 0.2467975 0.3803319 0.2535955 0.3822185 0.2523634 0.3843787 0.2432807 0.3837538 0.2454566 0.3820557 0.2507022 0.3867602 0.2432807 0.3837538 0.2377579 0.3809223 0.2402539 0.3796229 0.2467975 0.3803319 0.2454566 0.3820557 0.2424206 0.3788572 0.2432807 0.3837538 0.2507022 0.3867602 0.2489159 0.3893136 0.2390143 0.3877602 0.2410743 0.3856321 0.2470704 0.3920381 0.2390143 0.3877602 0.2332579 0.3842395 0.2353722 0.3824477 0.2432807 0.3837538 0.2410743 0.3856321 0.2377579 0.3809223 0.1439318 0.5867956 0.1483454 0.5906929 0.1413969 0.5898772 0.1439318 0.5867956 0.1462897 0.5837832 0.1509765 0.5876767 0.1515628 0.593346 0.1483454 0.5906929 0.1533702 0.5899662 0.1515628 0.593346 0.1487653 0.5970391 0.1458733 0.5938121 0.1512482 0.5994357 0.1552041 0.5942288 0.1532728 0.6036151 0.1512482 0.5994357 0.1487653 0.5970391 0.1515628 0.593346 0.1570534 0.5887444 0.1552041 0.5942288 0.1533702 0.5899662 0.1570534 0.5887444 0.164783 0.5849936 0.1593319 0.5952662 0.1584364 0.5805467 0.164783 0.5849936 0.1570534 0.5887444 0.1570534 0.5887444 0.1533702 0.5899662 0.1509765 0.5876767 0.1487044 0.5803872 0.1544896 0.5844515 0.1462897 0.5837832 0.1584364 0.5805467 0.1544896 0.5844515 0.1517672 0.5766118 0.2413392 0.2497467 0.2432709 0.245693 0.2457497 0.2470067 0.2464902 0.2519876 0.2441173 0.2510626 0.2478527 0.2477495 0.2464902 0.2519876 0.2452372 0.256186 0.2427161 0.2551974 0.2427161 0.2551974 0.2391384 0.2548958 0.2413392 0.2497467 0.2501344 0.2482897 0.2491796 0.2525064 0.2478527 0.2477495 0.2501344 0.2482897 0.2531448 0.2486072 0.2525029 0.2529911 0.2525029 0.2529911 0.2515559 0.2585015 0.2480998 0.2567279 0.2480998 0.2567279 0.2452372 0.256186 0.2464902 0.2519876 0.2209446 0.2895271 0.2269825 0.280696 0.2314794 0.2847546 0.2314794 0.2847546 0.2364915 0.2863883 0.233473 0.2952684 0.2223469 0.3028186 0.2270549 0.2931886 0.2302901 0.3051065 0.2209446 0.2895271 0.2270549 0.2931886 0.215143 0.2984145 0.2415796 0.2875241 0.2403302 0.2966808 0.2364915 0.2863883 0.2415796 0.2875241 0.2473787 0.2864578 0.2476962 0.2967396 0.2390002 0.3067657 0.2403302 0.2966808 0.2481496 0.3065486 0.2390002 0.3067657 0.2302901 0.3051065 0.233473 0.2952684 0.2101861 0.3071489 0.215143 0.2984145 0.2223469 0.3028186 0.2223469 0.3028186 0.2302901 0.3051065 0.2279832 0.3139398 0.2157583 0.3211359 0.2184559 0.3119819 0.2260122 0.3225054 0.2101861 0.3071489 0.2184559 0.3119819 0.2038538 0.3183751 0.2279832 0.3139398 0.2302901 0.3051065 0.2390002 0.3067657 0.2390002 0.3067657 0.2481496 0.3065486 0.2487341 0.315165 0.2367432 0.3242694 0.2382517 0.3157663 0.2499138 0.3256064 0.2367432 0.3242694 0.2260122 0.3225054 0.2279832 0.3139398 0.215771 0.3544304 0.2163491 0.3589768 0.2114674 0.3559207 0.215771 0.3544304 0.2204792 0.3537962 0.2200971 0.3582167 0.2200971 0.3582167 0.2197781 0.3618081 0.2168619 0.3625687 0.212926 0.3605034 0.2163491 0.3589768 0.2141749 0.3640553 0.2251597 0.3538461 0.2238643 0.3583753 0.2204792 0.3537962 0.2251597 0.3538461 0.2294323 0.3546464 0.227397 0.359169 0.2227131 0.3622465 0.2238643 0.3583753 0.2255629 0.3632029 0.2227131 0.3622465 0.2197781 0.3618081 0.2200971 0.3582167 0.2658301 0.2497135 0.2625909 0.2479221 0.2658826 0.2448076 0.2658826 0.2448076 0.2683797 0.242572 0.2698157 0.2448956 0.2698546 0.248745 0.2677165 0.2466671 0.2713073 0.2477511 0.2698546 0.248745 0.2684671 0.2510092 0.2658301 0.2497135 0.2352175 0.2358317 0.2325057 0.2360842 0.2343518 0.2328592 0.2352175 0.2358317 0.2361633 0.240023 0.2323318 0.2394701 0.2323318 0.2394701 0.2292593 0.2387327 0.2293735 0.2361633 0.2293735 0.2361633 0.2285597 0.2346082 0.2316642 0.2336474 0.1341613 0.5853572 0.12403 0.5800514 0.1264756 0.5766004 0.1264756 0.5766004 0.1286691 0.5731721 0.1389542 0.579047 0.1439318 0.5867956 0.136702 0.5821803 0.1462897 0.5837832 0.1439318 0.5867956 0.1413969 0.5898772 0.1341613 0.5853572 0.1303991 0.5695659 0.1408895 0.5755885 0.1286691 0.5731721 0.143391 0.5719926 0.1408895 0.5755885 0.1324887 0.5660188 0.143391 0.5719926 0.1517672 0.5766118 0.1487044 0.5803872 0.1487044 0.5803872 0.1462897 0.5837832 0.1389542 0.579047 0.1264756 0.5766004 0.113072 0.5698096 0.1286691 0.5731721 0.1108668 0.5737595 0.113072 0.5698096 0.12403 0.5800514 0.1303991 0.5695659 0.116588 0.5618301 0.1324887 0.5660188 0.1303991 0.5695659 0.1286691 0.5731721 0.1151332 0.5658622 0.2145665 0.3399611 0.2150618 0.3479751 0.2076911 0.34103 0.2145665 0.3399611 0.2219862 0.3402197 0.2209879 0.3477177 0.215771 0.3544304 0.2150618 0.3479751 0.2204792 0.3537962 0.215771 0.3544304 0.2114674 0.3559207 0.2095892 0.3492764 0.229205 0.3409646 0.2267436 0.348001 0.2219862 0.3402197 0.229205 0.3409646 0.2354874 0.3427149 0.2318698 0.3491468 0.2251597 0.3538461 0.2267436 0.348001 0.2294323 0.3546464 0.2251597 0.3538461 0.2204792 0.3537962 0.2209879 0.3477177 0.2061731 0.3316404 0.2038538 0.3183751 0.2157583 0.3211359 0.2157583 0.3211359 0.2260122 0.3225054 0.2238371 0.3315405 0.2145665 0.3399611 0.2146303 0.3307385 0.2219862 0.3402197 0.2145665 0.3399611 0.2076911 0.34103 0.2061731 0.3316404 0.2367432 0.3242694 0.2331329 0.3328614 0.2260122 0.3225054 0.2367432 0.3242694 0.2499138 0.3256064 0.241063 0.3353953 0.229205 0.3409646 0.2331329 0.3328614 0.2354874 0.3427149 0.229205 0.3409646 0.2219862 0.3402197 0.2238371 0.3315405 0.3131071 0.4576747 0.3147587 0.4587371 0.3107389 0.4616862 0.3131071 0.4576747 0.3150519 0.4556432 0.3163114 0.4569124 0.3165751 0.4598804 0.3147587 0.4587371 0.3177803 0.4583166 0.3165751 0.4598804 0.3160547 0.4614108 0.3146699 0.4614109 0.3170999 0.4538325 0.318066 0.4553087 0.3150519 0.4556432 0.3206727 0.4549722 0.318066 0.4553087 0.3212063 0.4514445 0.3206727 0.4549722 0.3206616 0.456193 0.3191785 0.4568716 0.3163114 0.4569124 0.318066 0.4553087 0.3177803 0.4583166 0.3329009 0.466149 0.3281236 0.4631672 0.33249 0.4618731 0.3329009 0.466149 0.3305446 0.4698529 0.3263224 0.4660059 0.3239712 0.4605119 0.3281236 0.4631672 0.3225812 0.4626145 0.3239712 0.4605119 0.3249517 0.4592035 0.3280475 0.4600701 0.3263224 0.4660059 0.3305446 0.4698529 0.3274769 0.4729477 0.3209689 0.4687044 0.3239558 0.468352 0.3232654 0.4731033 0.3209689 0.4687044 0.3197221 0.4655843 0.3208268 0.464381 0.3263224 0.4660059 0.3239558 0.468352 0.3225812 0.4626145 0.3239712 0.4605119 0.3210682 0.4585098 0.3249517 0.4592035 0.3239712 0.4605119 0.3225812 0.4626145 0.3198021 0.4601345 0.3198021 0.4601345 0.3177803 0.4583166 0.3191785 0.4568716 0.3226162 0.4572823 0.3210682 0.4585098 0.3206616 0.456193 0.3208268 0.464381 0.3184822 0.4616594 0.3225812 0.4626145 0.3208268 0.464381 0.3197221 0.4655843 0.317515 0.4633727 0.3165751 0.4598804 0.3184822 0.4616594 0.3160547 0.4614108 0.3165751 0.4598804 0.3177803 0.4583166 0.3198021 0.4601345 0.2935226 0.4371555 0.2953522 0.4387141 0.2896053 0.4408585 0.2935226 0.4371555 0.2958245 0.4347186 0.2974303 0.4364698 0.2976208 0.44097 0.2953522 0.4387141 0.2995827 0.438884 0.2976208 0.44097 0.296709 0.4430063 0.2945773 0.4420472 0.2983779 0.4323508 0.2997648 0.4343423 0.2958245 0.4347186 0.3031368 0.4336926 0.2997648 0.4343423 0.302009 0.4283633 0.3031368 0.4336926 0.3038512 0.4360256 0.3017397 0.4368982 0.3017397 0.4368982 0.2995827 0.438884 0.2974303 0.4364698 0.3167499 0.4497641 0.3212063 0.4514445 0.3170999 0.4538325 0.3136584 0.4542307 0.3156496 0.4524541 0.3150519 0.4556432 0.3137743 0.4505528 0.3156496 0.4524541 0.3118477 0.4523172 0.3137743 0.4505528 0.3148798 0.4488652 0.3167499 0.4497641 0.3131071 0.4576747 0.3116942 0.4561383 0.3150519 0.4556432 0.3131071 0.4576747 0.3107389 0.4616862 0.308876 0.4570874 0.308876 0.4570874 0.3081562 0.4551225 0.3099119 0.4541211 0.3136584 0.4542307 0.3116942 0.4561383 0.3118477 0.4523172 0.3137743 0.4505528 0.3115333 0.4475076 0.3148798 0.4488652 0.3137743 0.4505528 0.3118477 0.4523172 0.309337 0.449545 0.3087087 0.4438738 0.3115333 0.4475076 0.306265 0.4461457 0.3087087 0.4438738 0.3110967 0.4417842 0.3137615 0.4458995 0.309337 0.449545 0.3118477 0.4523172 0.3099119 0.4541211 0.305356 0.4537528 0.3071526 0.4516159 0.3081562 0.4551225 0.305356 0.4537528 0.3016361 0.4507437 0.3038876 0.4484823 0.309337 0.449545 0.3071526 0.4516159 0.306265 0.4461457 0.3070824 0.4380741 0.3110967 0.4417842 0.3087087 0.4438738 0.3027706 0.4423506 0.3050826 0.4402063 0.306265 0.4461457 0.3027706 0.4423506 0.2995827 0.438884 0.3017397 0.4368982 0.3070824 0.4380741 0.3050826 0.4402063 0.3038512 0.4360256 0.3038876 0.4484823 0.3005881 0.4445798 0.306265 0.4461457 0.3038876 0.4484823 0.3016361 0.4507437 0.2984204 0.4464309 0.2976208 0.44097 0.3005881 0.4445798 0.296709 0.4430063 0.2976208 0.44097 0.2995827 0.438884 0.3027706 0.4423506 0.2983779 0.4323508 0.2967991 0.4307355 0.302009 0.4283633 0.2942767 0.4332406 0.2967991 0.4307355 0.2958245 0.4347186 0.2942829 0.4282616 0.2967991 0.4307355 0.2917879 0.4309409 0.2942829 0.4282616 0.2951232 0.4256668 0.297523 0.4268695 0.2942767 0.4332406 0.2958245 0.4347186 0.2935226 0.4371555 0.2882587 0.436448 0.2918727 0.4356373 0.2896053 0.4408585 0.2882587 0.436448 0.2869471 0.4343007 0.2893002 0.433389 0.2942767 0.4332406 0.2918727 0.4356373 0.2917879 0.4309409 0.265232 0.4201332 0.2617927 0.4229146 0.2644683 0.4143496 0.2707687 0.4114245 0.2668755 0.4156178 0.2687018 0.4099152 0.2707687 0.4114245 0.273353 0.4137845 0.2700482 0.4175066 0.2700482 0.4175066 0.2685266 0.4204491 0.265232 0.4201332 0.2707687 0.4114245 0.2687018 0.4099152 0.2722531 0.4056429 0.2722531 0.4056429 0.2798935 0.4026358 0.2778927 0.405547 0.2778927 0.405547 0.2787742 0.4084579 0.2762992 0.4101301 0.2762992 0.4101301 0.273353 0.4137845 0.2707687 0.4114245 0.2851032 0.4184285 0.2802433 0.4138604 0.28766 0.4154997 0.2773129 0.4173626 0.2802433 0.4138604 0.2821483 0.4217967 0.2773129 0.4173626 0.273353 0.4137845 0.2762992 0.4101301 0.2824706 0.4106634 0.2802433 0.4138604 0.2787742 0.4084579 0.2773129 0.4173626 0.2821483 0.4217967 0.2792971 0.4252148 0.2713695 0.4237962 0.2743004 0.420938 0.2768328 0.4281427 0.2700482 0.4175066 0.2743004 0.420938 0.2685266 0.4204491 0.2773129 0.4173626 0.2743004 0.420938 0.273353 0.4137845 0.2942829 0.4282616 0.2900837 0.4236941 0.2951232 0.4256668 0.2942829 0.4282616 0.2917879 0.4309409 0.2873592 0.4267246 0.2851032 0.4184285 0.2900837 0.4236941 0.2821483 0.4217967 0.2851032 0.4184285 0.28766 0.4154997 0.2925748 0.421324 0.2873592 0.4267246 0.2917879 0.4309409 0.2893002 0.433389 0.2827422 0.4322077 0.2847027 0.42964 0.2869471 0.4343007 0.2827422 0.4322077 0.2768328 0.4281427 0.2792971 0.4252148 0.2873592 0.4267246 0.2847027 0.42964 0.2821483 0.4217967 0.271876 0.4008384 0.2798935 0.4026358 0.2722531 0.4056429 0.2662945 0.4088892 0.2695698 0.4049671 0.2687018 0.4099152 0.2662945 0.4088892 0.2616917 0.4070057 0.2644456 0.4036105 0.271876 0.4008384 0.2695698 0.4049671 0.2666012 0.3999168 0.2662945 0.4088892 0.2687018 0.4099152 0.2644683 0.4143496 0.2568468 0.4140761 0.2625123 0.4127804 0.2617927 0.4229146 0.2568468 0.4140761 0.2551039 0.4112032 0.2586785 0.410153 0.2662945 0.4088892 0.2625123 0.4127804 0.2616917 0.4070057 0.2223384 0.3868449 0.2251719 0.3882335 0.2198287 0.3893815 0.2223384 0.3868449 0.2243117 0.3844976 0.2267096 0.3860847 0.2288579 0.3906174 0.2251719 0.3882335 0.2301645 0.3885339 0.2288579 0.3906174 0.2287556 0.3927483 0.2257372 0.3915403 0.226121 0.3824423 0.2282541 0.3840059 0.2243117 0.3844976 0.226121 0.3824423 0.2278116 0.3804326 0.2299281 0.3820126 0.2315766 0.3863381 0.2282541 0.3840059 0.2332579 0.3842395 0.2315766 0.3863381 0.2301645 0.3885339 0.2267096 0.3860847 0.2572993 0.3965368 0.2666012 0.3999168 0.2644456 0.4036105 0.253038 0.402924 0.2553098 0.3998334 0.2616917 0.4070057 0.253038 0.402924 0.2433722 0.3977795 0.245231 0.3949334 0.2572993 0.3965368 0.2553098 0.3998334 0.2470704 0.3920381 0.253038 0.402924 0.2616917 0.4070057 0.2586785 0.410153 0.2487262 0.408154 0.2506376 0.4057111 0.2551039 0.4112032 0.2487262 0.408154 0.2397102 0.4024164 0.2414682 0.4003566 0.253038 0.402924 0.2506376 0.4057111 0.2433722 0.3977795 0.245231 0.3949334 0.2372778 0.3902077 0.2470704 0.3920381 0.245231 0.3949334 0.2433722 0.3977795 0.2357332 0.3927074 0.2315766 0.3863381 0.2372778 0.3902077 0.2301645 0.3885339 0.2315766 0.3863381 0.2332579 0.3842395 0.2390143 0.3877602 0.2414682 0.4003566 0.2342492 0.3949919 0.2433722 0.3977795 0.2414682 0.4003566 0.2397102 0.4024164 0.2325856 0.3966056 0.2288579 0.3906174 0.2342492 0.3949919 0.2287556 0.3927483 0.2288579 0.3906174 0.2301645 0.3885339 0.2357332 0.3927074 0.06313228 0.4477394 0.06860595 0.4501299 0.06011754 0.4538601 0.06313228 0.4477394 0.06611937 0.4408667 0.07072877 0.4442574 0.07601928 0.4528541 0.06860595 0.4501299 0.07779878 0.4477454 0.07601928 0.4528541 0.07651984 0.4568255 0.07085818 0.4567902 0.07065039 0.4341839 0.07429391 0.4392161 0.06611937 0.4408667 0.08140248 0.4362475 0.07429391 0.4392161 0.07896447 0.4296576 0.08140248 0.4362475 0.08487558 0.4409794 0.0806356 0.4437946 0.07072877 0.4442574 0.07429391 0.4392161 0.07779878 0.4477454 0.216123 0.4897753 0.2200803 0.4841513 0.2272507 0.4935647 0.2272507 0.4935647 0.2321299 0.5012289 0.2283221 0.5065253 0.2192878 0.5049708 0.2233594 0.4992949 0.224483 0.5115512 0.216123 0.4897753 0.2233594 0.4992949 0.2118997 0.4957248 0.1596513 0.4761725 0.1786396 0.4865903 0.1732906 0.4933111 0.1504688 0.4888883 0.1549279 0.4827146 0.1683061 0.4992755 0.1830966 0.4789735 0.1635038 0.4687019 0.1869505 0.47161 0.1596513 0.4761725 0.1635038 0.4687019 0.1786396 0.4865903 0.1827101 0.5102663 0.1683061 0.4992755 0.1732906 0.4933111 0.192301 0.498331 0.1872683 0.5048413 0.1786396 0.4865903 0.192301 0.498331 0.2024479 0.5089659 0.1984015 0.5150353 0.1827101 0.5102663 0.1872683 0.5048413 0.1949074 0.5219111 0.192301 0.498331 0.1786396 0.4865903 0.1830966 0.4789735 0.1830966 0.4789735 0.1869505 0.47161 0.2015525 0.4838743 0.2071443 0.5023253 0.1971007 0.4909926 0.2118997 0.4957248 0.2071443 0.5023253 0.2024479 0.5089659 0.192301 0.498331 0.1144912 0.459441 0.07779878 0.4477454 0.0806356 0.4437946 0.1144912 0.459441 0.1112974 0.4648929 0.07779878 0.4477454 0.2071443 0.5023253 0.2118997 0.4957248 0.2192878 0.5049708 0.2205812 0.5160357 0.2148556 0.510538 0.224483 0.5115512 0.2205812 0.5160357 0.2174718 0.5205269 0.210893 0.5160657 0.2071443 0.5023253 0.2148556 0.510538 0.2024479 0.5089659 0.2070683 0.52764 0.1949074 0.5219111 0.1984015 0.5150353 0.210893 0.5160657 0.2082306 0.5216231 0.2024479 0.5089659 0.2160096 0.5255725 0.2082306 0.5216231 0.2174718 0.5205269 0.2160096 0.5255725 0.2163227 0.5313655 0.2070683 0.52764 0.1352797 0.6335795 0.1391277 0.6264427 0.138405 0.6356391 0.1352797 0.6335795 0.1326342 0.6313553 0.1365993 0.6246305 0.1430374 0.618827 0.1391277 0.6264427 0.1405499 0.6174781 0.1430374 0.618827 0.1461505 0.6207785 0.142175 0.628524 0.1365993 0.6246305 0.1326342 0.6313553 0.1304939 0.6287139 0.1321013 0.6202816 0.1344019 0.622588 0.1283673 0.6258761 0.1384122 0.6159907 0.1344019 0.622588 0.1361253 0.6141369 0.1384122 0.6159907 0.1405499 0.6174781 0.1365993 0.6246305 0.1294318 0.6426716 0.1329184 0.6490073 0.127122 0.6462932 0.1230474 0.6407139 0.1262061 0.6431795 0.1219878 0.6436417 0.1247809 0.6392951 0.1262061 0.6431795 0.1230817 0.6381481 0.1294318 0.6426716 0.1262061 0.6431795 0.1272215 0.6388385 0.1257383 0.6348108 0.1235504 0.6345796 0.1249129 0.631512 0.1257383 0.6348108 0.1272215 0.6388385 0.1247809 0.6392951 0.1216517 0.6340727 0.1235504 0.6345796 0.1230817 0.6381481 0.1230273 0.6300429 0.1235504 0.6345796 0.1195586 0.6273039 0.1172899 0.6287694 0.1195586 0.6273039 0.1216517 0.6340727 0.1230474 0.6407139 0.1204283 0.6352343 0.1230817 0.6381481 0.1230474 0.6407139 0.1219878 0.6436417 0.1195425 0.6372303 0.1172899 0.6287694 0.1204283 0.6352343 0.1157402 0.630257 0.1353139 0.6418359 0.1329184 0.6490073 0.1294318 0.6426716 0.1296738 0.6361417 0.132252 0.6392304 0.1272215 0.6388385 0.1296738 0.6361417 0.1326342 0.6313553 0.1352797 0.6335795 0.1353139 0.6418359 0.132252 0.6392304 0.138405 0.6356391 0.1296738 0.6361417 0.1272215 0.6388385 0.1257383 0.6348108 0.1260645 0.6295723 0.1278294 0.6328218 0.1249129 0.631512 0.1260645 0.6295723 0.1283673 0.6258761 0.1304939 0.6287139 0.1296738 0.6361417 0.1278294 0.6328218 0.1326342 0.6313553 0.1430374 0.618827 0.1462498 0.611739 0.1461505 0.6207785 0.1430374 0.618827 0.1405499 0.6174781 0.143467 0.6114096 0.1479924 0.6061163 0.1462498 0.611739 0.1452511 0.6077036 0.1479924 0.6061163 0.1532728 0.6036151 0.1498585 0.6126907 0.1384122 0.6159907 0.1413838 0.6104683 0.1405499 0.6174781 0.1384122 0.6159907 0.1361253 0.6141369 0.1392979 0.6087903 0.144137 0.6060827 0.1413838 0.6104683 0.1422262 0.6042436 0.144137 0.6060827 0.1452511 0.6077036 0.143467 0.6114096 0.1479924 0.6061163 0.1474922 0.6028961 0.1532728 0.6036151 0.1479924 0.6061163 0.1452511 0.6077036 0.144137 0.6060827 0.1455176 0.6004991 0.1474922 0.6028961 0.1422262 0.6042436 0.1455176 0.6004991 0.1487653 0.5970391 0.1512482 0.5994357 0.1384512 0.5934805 0.1413969 0.5898772 0.1458733 0.5938121 0.1455176 0.6004991 0.1428371 0.597346 0.1487653 0.5970391 0.1455176 0.6004991 0.1422262 0.6042436 0.1395953 0.6014428 0.1384512 0.5934805 0.1428371 0.597346 0.1353295 0.5977439 0.2027524 0.3920767 0.2024677 0.3886231 0.205491 0.3901718 0.2027524 0.3920767 0.1996257 0.3943697 0.1985175 0.3910833 0.2021976 0.385295 0.2024677 0.3886231 0.1975731 0.3877452 0.2021976 0.385295 0.2066814 0.3827476 0.206167 0.3862788 0.201955 0.37919 0.2069814 0.3775824 0.2068728 0.37994 0.2021976 0.385295 0.2019563 0.382218 0.2066814 0.3827476 0.2021976 0.385295 0.1975731 0.3877452 0.1969562 0.3843039 0.201955 0.37919 0.2019563 0.382218 0.1967893 0.3805387 0.201955 0.37919 0.1967893 0.3805387 0.1971948 0.3762284 0.2034828 0.3726088 0.2024045 0.3760092 0.1985969 0.3715196 0.2034828 0.3726088 0.2077955 0.3731254 0.207248 0.3754011 0.201955 0.37919 0.2024045 0.3760092 0.2069814 0.3775824 0.09540766 0.5915791 0.1017046 0.5934758 0.09902101 0.5962147 0.09197026 0.5976117 0.09335529 0.5942775 0.09707593 0.5989388 0.10067 0.6030719 0.09394198 0.6023483 0.09707593 0.5989388 0.09644812 0.6069985 0.09394198 0.6023483 0.1078177 0.6107852 0.10067 0.6030719 0.1056644 0.6005186 0.1078177 0.6107852 0.10067 0.6030719 0.09707593 0.5989388 0.09902101 0.5962147 0.1086688 0.5962941 0.1056644 0.6005186 0.1017046 0.5934758 0.1126837 0.6057489 0.1056644 0.6005186 0.1158875 0.5999248 0.1014888 0.590422 0.09543794 0.5887498 0.1015384 0.5880702 0.1014888 0.590422 0.1017046 0.5934758 0.09540766 0.5915791 0.1179691 0.5943746 0.1158875 0.5999248 0.1086688 0.5962941 0.1014888 0.590422 0.1094264 0.5920042 0.1017046 0.5934758 0.1014888 0.590422 0.1015384 0.5880702 0.1071007 0.5878093 0.1179691 0.5943746 0.1094264 0.5920042 0.1180292 0.5879196 0.1060849 0.5813592 0.1180292 0.5879196 0.1071007 0.5878093 0.09630179 0.5860823 0.1008548 0.5838695 0.1015384 0.5880702 0.125328 0.2799513 0.1287358 0.2835504 0.1247669 0.2860889 0.1180958 0.2848812 0.1218724 0.2825247 0.1196094 0.2887267 0.1197405 0.2794266 0.1218724 0.2825247 0.1171593 0.2821659 0.125328 0.2799513 0.1218724 0.2825247 0.1220967 0.2765253 0.1391204 0.2610194 0.1365173 0.2612615 0.1386623 0.258019 0.1391204 0.2610194 0.1403247 0.2654685 0.1361676 0.264561 0.1361676 0.264561 0.1333648 0.2639958 0.1340437 0.2612692 0.1340437 0.2612692 0.1339582 0.2587141 0.1361981 0.2583663 0.1150612 0.2886509 0.1149429 0.286062 0.1196094 0.2887267 0.1150612 0.2886509 0.1120079 0.2891107 0.112102 0.2866549 0.1147572 0.2836149 0.1149429 0.286062 0.1124448 0.2844188 0.1147572 0.2836149 0.1171593 0.2821659 0.1180958 0.2848812 0.3349595 0.3468353 0.334263 0.3489972 0.3313941 0.3472374 0.3299856 0.342552 0.3324122 0.3449866 0.3269927 0.3451871 0.3299856 0.342552 0.3318905 0.3407743 0.3333799 0.3431229 0.3349595 0.3468353 0.3324122 0.3449866 0.3351559 0.344958 0.3256705 0.3172606 0.3220851 0.3158373 0.3257125 0.3129591 0.329622 0.3121935 0.3274721 0.3144404 0.3279964 0.3107659 0.329622 0.3121935 0.3309115 0.3133456 0.329199 0.3154581 0.3256705 0.3172606 0.3274721 0.3144404 0.3280234 0.3180735 0.1514148 0.2986356 0.152535 0.297443 0.1547686 0.2992834 0.1550223 0.3033873 0.1533063 0.3008266 0.1571274 0.3012439 0.1550223 0.3033873 0.1536464 0.3047789 0.1520165 0.3029265 0.1514148 0.2986356 0.1533063 0.3008266 0.1499882 0.3002149 0.1476523 0.3027831 0.1508887 0.3062607 0.1447787 0.3054468 0.1476523 0.3027831 0.1499882 0.3002149 0.1520165 0.3029265 0.1539498 0.3078467 0.1508887 0.3062607 0.1536464 0.3047789 0.1539498 0.3078467 0.1548102 0.3133581 0.1491158 0.309622 0.160071 0.3111588 0.1548102 0.3133581 0.1539498 0.3078467 0.1550223 0.3033873 0.1569423 0.3065441 0.1536464 0.3047789 0.1550223 0.3033873 0.1571274 0.3012439 0.1598391 0.3037723 0.160071 0.3111588 0.1569423 0.3065441 0.1639501 0.3077345 0.1547686 0.2992834 0.152535 0.297443 0.1539517 0.2960354 0.1587277 0.2961262 0.1564142 0.2976192 0.1558643 0.2942932 0.1587277 0.2961262 0.160678 0.2977186 0.1592386 0.2990934 0.1547686 0.2992834 0.1564142 0.2976192 0.1571274 0.3012439 0.1598391 0.3037723 0.1626129 0.3009505 0.1639501 0.3077345 0.1598391 0.3037723 0.1571274 0.3012439 0.1592386 0.2990934 0.1638643 0.2980637 0.1626129 0.3009505 0.160678 0.2977186 0.1638643 0.2980637 0.1697447 0.2987299 0.1675816 0.3040515 0.1656074 0.2932407 0.1697447 0.2987299 0.1638643 0.2980637 0.1587277 0.2961262 0.1621941 0.2950965 0.160678 0.2977186 0.1587277 0.2961262 0.1558643 0.2942932 0.1584721 0.2920967 0.1656074 0.2932407 0.1621941 0.2950965 0.1610891 0.2892953 0.1501989 0.2952752 0.152535 0.297443 0.1514148 0.2986356 0.1472032 0.2976711 0.1489685 0.2965875 0.1499882 0.3002149 0.1472032 0.2976711 0.144981 0.2954429 0.1460087 0.294427 0.1501989 0.2952752 0.1489685 0.2965875 0.1476 0.2928209 0.144578 0.2901208 0.1425771 0.2918987 0.1410949 0.2870956 0.144578 0.2901208 0.1476 0.2928209 0.1460087 0.294427 0.1460087 0.294427 0.144981 0.2954429 0.1419152 0.2943726 0.1388642 0.2889224 0.1425771 0.2918987 0.1370117 0.292208 0.1407302 0.2995187 0.1370117 0.292208 0.1419152 0.2943726 0.1472032 0.2976711 0.1441341 0.2984105 0.144981 0.2954429 0.1472032 0.2976711 0.1499882 0.3002149 0.1476523 0.3027831 0.1407302 0.2995187 0.1441341 0.2984105 0.1447787 0.3054468 0.1501989 0.2952752 0.1516636 0.2938498 0.152535 0.297443 0.1501989 0.2952752 0.1476 0.2928209 0.1492413 0.2911868 0.1492413 0.2911868 0.1503523 0.2900962 0.1529307 0.2919244 0.1539517 0.2960354 0.1516636 0.2938498 0.1558643 0.2942932 0.1584721 0.2920967 0.1535682 0.2891122 0.1610891 0.2892953 0.1584721 0.2920967 0.1558643 0.2942932 0.1529307 0.2919244 0.1490228 0.2873885 0.1535682 0.2891122 0.1503523 0.2900962 0.1490228 0.2873885 0.1464361 0.2828949 0.1545494 0.2858484 0.1490228 0.2873885 0.1463763 0.2881711 0.1464361 0.2828949 0.1490228 0.2873885 0.1503523 0.2900962 0.1492413 0.2911868 0.144578 0.2901208 0.1463763 0.2881711 0.1476 0.2928209 0.1429612 0.2849195 0.1463763 0.2881711 0.1410949 0.2870956 0.2943503 0.3325666 0.2946398 0.3338438 0.2921956 0.33404 0.2893352 0.3315609 0.2918636 0.3322423 0.2897791 0.3342811 0.2893352 0.3315609 0.2889403 0.3298705 0.2909964 0.3300868 0.2943503 0.3325666 0.2918636 0.3322423 0.2939342 0.3305855 0.293393 0.3271075 0.2891466 0.327129 0.2932501 0.3229109 0.293393 0.3271075 0.2939342 0.3305855 0.2909964 0.3300868 0.2865839 0.3281366 0.2891466 0.327129 0.2889403 0.3298705 0.2865839 0.3281366 0.2823363 0.3252206 0.2878897 0.3233736 0.2814751 0.3304269 0.2823363 0.3252206 0.2865839 0.3281366 0.2893352 0.3315609 0.2861891 0.3309312 0.2889403 0.3298705 0.2893352 0.3315609 0.2897791 0.3342811 0.2868607 0.334642 0.2814751 0.3304269 0.2861891 0.3309312 0.2824202 0.3351872 0.2921956 0.33404 0.2946398 0.3338438 0.2948011 0.3352106 0.2923924 0.338212 0.2924398 0.3359242 0.295142 0.3371692 0.2923924 0.338212 0.2904571 0.33884 0.290188 0.3370702 0.2921956 0.33404 0.2924398 0.3359242 0.2897791 0.3342811 0.2868607 0.334642 0.2874972 0.3383982 0.2824202 0.3351872 0.2868607 0.334642 0.2897791 0.3342811 0.290188 0.3370702 0.2888947 0.3409933 0.2874972 0.3383982 0.2904571 0.33884 0.2888947 0.3409933 0.2860968 0.3448393 0.2834897 0.3400041 0.2919393 0.345022 0.2860968 0.3448393 0.2888947 0.3409933 0.2923924 0.338212 0.2918493 0.3412206 0.2904571 0.33884 0.2923924 0.338212 0.295142 0.3371692 0.2959703 0.3402224 0.2959703 0.3402224 0.297248 0.3440861 0.2919393 0.345022 0.2943503 0.3325666 0.2973713 0.3321245 0.2946398 0.3338438 0.2975803 0.3301816 0.2973713 0.3321245 0.2939342 0.3305855 0.2975803 0.3301816 0.3006933 0.3298584 0.3008801 0.3312671 0.3008801 0.3312671 0.3011115 0.3333594 0.2976413 0.3336179 0.3049615 0.3330658 0.3048302 0.3303456 0.3093844 0.3326826 0.3049615 0.3330658 0.3011115 0.3333594 0.3008801 0.3312671 0.3008801 0.3312671 0.3006933 0.3298584 0.3033595 0.3281681 0.3092951 0.3295505 0.3048302 0.3303456 0.3079245 0.3256225 0.300096 0.3236718 0.3079245 0.3256225 0.3033595 0.3281681 0.2975803 0.3301816 0.2988389 0.3272713 0.3006933 0.3298584 0.2975803 0.3301816 0.2939342 0.3305855 0.293393 0.3271075 0.300096 0.3236718 0.2988389 0.3272713 0.2932501 0.3229109 0.2976413 0.3336179 0.2978201 0.3351799 0.2946398 0.3338438 0.301405 0.335438 0.2978201 0.3351799 0.3011115 0.3333594 0.301405 0.335438 0.3016331 0.3367201 0.2986484 0.3369683 0.2948011 0.3352106 0.2978201 0.3351799 0.295142 0.3371692 0.2959703 0.3402224 0.3008672 0.3391408 0.297248 0.3440861 0.2959703 0.3402224 0.295142 0.3371692 0.2986484 0.3369683 0.3046588 0.3376916 0.3008672 0.3391408 0.3016331 0.3367201 0.3046588 0.3376916 0.3097962 0.3389818 0.3032497 0.342127 0.3046588 0.3376916 0.3054639 0.3355906 0.3097962 0.3389818 0.3046588 0.3376916 0.3016331 0.3367201 0.301405 0.335438 0.301405 0.335438 0.3011115 0.3333594 0.3049615 0.3330658 0.3100444 0.3354408 0.3054639 0.3355906 0.3093844 0.3326826 0.2398231 0.2698844 0.2411246 0.2701424 0.2403029 0.273088 0.236687 0.2754538 0.2384918 0.2725676 0.2394106 0.2763434 0.236687 0.2754538 0.2349051 0.2749465 0.2361066 0.2724446 0.2398231 0.2698844 0.2384918 0.2725676 0.2378513 0.2694417 0.2346154 0.2683753 0.2325884 0.2730979 0.2308733 0.266581 0.2346154 0.2683753 0.2378513 0.2694417 0.2361066 0.2724446 0.2321429 0.2769426 0.2325884 0.2730979 0.2349051 0.2749465 0.2321429 0.2769426 0.2269825 0.280696 0.2285383 0.2728037 0.2321429 0.2769426 0.2345198 0.2791796 0.2269825 0.280696 0.236687 0.2754538 0.2345198 0.2791796 0.2349051 0.2749465 0.236687 0.2754538 0.2394106 0.2763434 0.2383054 0.2804284 0.2314794 0.2847546 0.2345198 0.2791796 0.2364915 0.2863883 0.2403029 0.273088 0.2411246 0.2701424 0.2423494 0.2706549 0.2441459 0.274804 0.2420985 0.2736269 0.2442396 0.2713785 0.2441459 0.274804 0.2438715 0.2775174 0.2421571 0.2770152 0.2403029 0.273088 0.2420985 0.2736269 0.2394106 0.2763434 0.2383054 0.2804284 0.2420863 0.2813082 0.2364915 0.2863883 0.2383054 0.2804284 0.2394106 0.2763434 0.2421571 0.2770152 0.2451322 0.2806385 0.2420863 0.2813082 0.2438715 0.2775174 0.2415796 0.2875241 0.2420863 0.2813082 0.2473787 0.2864578 0.2501859 0.2792136 0.2473787 0.2864578 0.2451322 0.2806385 0.2441459 0.274804 0.2467128 0.2772389 0.2438715 0.2775174 0.2441459 0.274804 0.2442396 0.2713785 0.2475374 0.2722696 0.2501859 0.2792136 0.2467128 0.2772389 0.2516142 0.2728416 0.2398231 0.2698844 0.2405694 0.2667677 0.2411246 0.2701424 0.2389191 0.2659433 0.2405694 0.2667677 0.2378513 0.2694417 0.2389191 0.2659433 0.2398362 0.2630091 0.2410936 0.2632389 0.2410936 0.2632389 0.2429957 0.2636207 0.2420179 0.2669871 0.2440706 0.260042 0.2417587 0.2593191 0.2452372 0.256186 0.2440706 0.260042 0.2429957 0.2636207 0.2410936 0.2632389 0.2410936 0.2632389 0.2398362 0.2630091 0.2394465 0.2599862 0.2427161 0.2551974 0.2417587 0.2593191 0.2391384 0.2548958 0.2344192 0.2606425 0.2391384 0.2548958 0.2394465 0.2599862 0.2389191 0.2659433 0.2369834 0.2635049 0.2398362 0.2630091 0.2389191 0.2659433 0.2378513 0.2694417 0.2346154 0.2683753 0.2344192 0.2606425 0.2369834 0.2635049 0.2308733 0.266581 0.2420179 0.2669871 0.2433487 0.2676106 0.2411246 0.2701424 0.2420179 0.2669871 0.2429957 0.2636207 0.2448315 0.264341 0.2448315 0.264341 0.2461137 0.2648605 0.2452263 0.2678436 0.2423494 0.2706549 0.2433487 0.2676106 0.2442396 0.2713785 0.2475374 0.2722696 0.2483155 0.2668913 0.2516142 0.2728416 0.2475374 0.2722696 0.2442396 0.2713785 0.2452263 0.2678436 0.2482472 0.2625504 0.2483155 0.2668913 0.2461137 0.2648605 0.2482472 0.2625504 0.2515559 0.2585015 0.2521019 0.2659422 0.2482472 0.2625504 0.2465328 0.2606931 0.2515559 0.2585015 0.2482472 0.2625504 0.2461137 0.2648605 0.2448315 0.264341 0.2448315 0.264341 0.2429957 0.2636207 0.2440706 0.260042 0.2480998 0.2567279 0.2465328 0.2606931 0.2452372 0.256186 0.2001044 0.6522153 0.1899979 0.655433 0.1975719 0.6485803 0.2001044 0.6522153 0.2028446 0.656107 0.1927691 0.6590707 0.1797724 0.6571143 0.1899979 0.655433 0.1822535 0.6604771 0.1797724 0.6571143 0.1761606 0.651654 0.1878012 0.6516631 0.1777828 0.6436391 0.1844047 0.6440859 0.1761606 0.651654 0.2208793 0.6283953 0.2133343 0.6226387 0.2214468 0.6162474 0.2208793 0.6283953 0.2214468 0.6162474 0.2319329 0.626036 0.23171 0.6398936 0.2264028 0.6334279 0.2396713 0.6340652 0.23171 0.6398936 0.2232995 0.6445209 0.2200358 0.6399214 0.2208793 0.6283953 0.2264028 0.6334279 0.2162657 0.636218 0.1820532 0.5881821 0.1743513 0.5952284 0.1701315 0.59058 0.1740911 0.5774477 0.177846 0.5829745 0.164783 0.5849936 0.1740911 0.5774477 0.1817685 0.5695053 0.1865664 0.5752819 0.1865664 0.5752819 0.1937059 0.5839217 0.1820532 0.5881821 0.1820532 0.5881821 0.1937059 0.5839217 0.1938238 0.5956054 0.1820532 0.5881821 0.186632 0.59634 0.1743513 0.5952284 0.1701315 0.6146723 0.1660358 0.6212395 0.1637942 0.6097801 0.1650993 0.6282141 0.1562707 0.6294306 0.1591995 0.6184103 0.1591995 0.6184103 0.1562707 0.6294306 0.1501651 0.6240737 0.1498585 0.6126907 0.1544192 0.6154986 0.1461505 0.6207785 0.1498585 0.6126907 0.1532728 0.6036151 0.1589481 0.6066132 0.1591995 0.6184103 0.1544192 0.6154986 0.1637942 0.6097801 0.3065445 0.7059796 0.315115 0.7173894 0.2927544 0.7107343 0.2437819 0.7140628 0.2342023 0.6843497 0.2548283 0.6943507 0.2727308 0.7222014 0.2562189 0.7169119 0.273588 0.7028997 0.2727308 0.7222014 0.273588 0.7028997 0.2927544 0.7107343 0.3065445 0.7059796 0.2902722 0.7001048 0.3020262 0.6931431 0.209903 0.704994 0.2121268 0.6985805 0.2265739 0.722096 0.574635 0.6064098 0.5534695 0.5788447 0.5867536 0.5679182 0.5532484 0.5615842 0.5802365 0.5553539 0.5534695 0.5788447 0.5532484 0.5615842 0.5500059 0.5483644 0.5733885 0.5427114 0.6051681 0.5419512 0.5802365 0.5553539 0.5937228 0.5315662 0.6051681 0.5419512 0.6152293 0.5519659 0.5867536 0.5679182 0.5201253 0.5708398 0.507753 0.5805801 0.4932726 0.5612811 0.5201253 0.5708398 0.5534695 0.5788447 0.5292124 0.5919764 0.5532484 0.5615842 0.5534695 0.5788447 0.5201253 0.5708398 0.4969665 0.5529487 0.5241714 0.5598987 0.4932726 0.5612811 0.4969665 0.5529487 0.4982608 0.5442116 0.5237929 0.5485572 0.5532484 0.5615842 0.5241714 0.5598987 0.5500059 0.5483644 0.4969665 0.5529487 0.4932726 0.5612811 0.4725133 0.5501626 0.4572535 0.5321354 0.4755949 0.5433855 0.4551404 0.5385405 0.4572535 0.5321354 0.457833 0.5256347 0.4769209 0.5362492 0.4969665 0.5529487 0.4755949 0.5433855 0.4982608 0.5442116 0.4229688 0.5080361 0.4391393 0.5201243 0.4234987 0.5170689 0.4229688 0.5080361 0.4224236 0.5002202 0.4390566 0.5133324 0.4572535 0.5321354 0.4391393 0.5201243 0.457833 0.5256347 0.4572535 0.5321354 0.4551404 0.5385405 0.4384463 0.5274712 0.6051681 0.5419512 0.6280757 0.522119 0.6152293 0.5519659 0.6051681 0.5419512 0.5937228 0.5315662 0.6107911 0.5148968 0.6452336 0.49967 0.6280757 0.522119 0.6232262 0.4957183 0.6452336 0.49967 0.671506 0.5004017 0.6429073 0.529325 0.6452336 0.49967 0.6232262 0.4957183 0.6296607 0.4770461 0.6296607 0.4770461 0.6316463 0.4606323 0.6543119 0.4603257 0.6543119 0.4603257 0.6758674 0.4574436 0.6758114 0.4754071 0.6452336 0.49967 0.6529166 0.4784164 0.671506 0.5004017 0.6035355 0.4886503 0.6232262 0.4957183 0.6107911 0.5148968 0.5808466 0.520572 0.5940013 0.5055369 0.5937228 0.5315662 0.5782933 0.4937729 0.5940013 0.5055369 0.5675428 0.5079399 0.5782933 0.4937729 0.5862322 0.4786055 0.6035355 0.4886503 0.3783217 0.4275653 0.3735093 0.4289839 0.3754643 0.418069 0.3783217 0.4275653 0.3830658 0.4377336 0.3788975 0.4399767 0.4581069 0.51787 0.457833 0.5256347 0.4390566 0.5133324 0.4231608 0.4942786 0.4393613 0.5066522 0.4224236 0.5002202 0.4231608 0.4942786 0.4246159 0.4879984 0.4402162 0.4988934 0.4581069 0.51787 0.4393613 0.5066522 0.458511 0.5084207 0.4998958 0.5348742 0.4982608 0.5442116 0.4769209 0.5362492 0.4581069 0.51787 0.478293 0.5277848 0.457833 0.5256347 0.4581069 0.51787 0.458511 0.5084207 0.4787657 0.5171236 0.4998958 0.5348742 0.478293 0.5277848 0.4996559 0.5232565 0.5808466 0.520572 0.5937228 0.5315662 0.5733885 0.5427114 0.5451427 0.5361519 0.5645107 0.5306237 0.5500059 0.5483644 0.5451427 0.5361519 0.5383861 0.5230081 0.5542609 0.5174909 0.5808466 0.520572 0.5645107 0.5306237 0.5675428 0.5079399 0.5451427 0.5361519 0.5500059 0.5483644 0.5237929 0.5485572 0.4998958 0.5348742 0.5228917 0.537616 0.4982608 0.5442116 0.4998958 0.5348742 0.4996559 0.5232565 0.5198569 0.525074 0.5451427 0.5361519 0.5228917 0.537616 0.5383861 0.5230081 0.3915836 0.4492459 0.38837 0.4529883 0.3830658 0.4377336 0.3915836 0.4492459 0.4020012 0.4618245 0.3996875 0.4669759 0.4231608 0.4942786 0.4224236 0.5002202 0.4097658 0.4871761 0.4124447 0.4751921 0.4106103 0.4808962 0.4020012 0.4618245 0.4231608 0.4942786 0.4106103 0.4808962 0.4246159 0.4879984 0.6296607 0.4770461 0.6090097 0.4730439 0.6316463 0.4606323 0.6035355 0.4886503 0.6090097 0.4730439 0.6232262 0.4957183 0.5910789 0.4660533 0.6090097 0.4730439 0.5862322 0.4786055 0.5910789 0.4660533 0.594097 0.4554942 0.6115471 0.4593922 0.5782933 0.4937729 0.5642544 0.4793381 0.5862322 0.4786055 0.5782933 0.4937729 0.5675428 0.5079399 0.5548145 0.4926417 0.3783217 0.4275653 0.3837571 0.4253915 0.3830658 0.4377336 0.3783217 0.4275653 0.3754643 0.418069 0.3814005 0.416226 0.459481 0.496866 0.458511 0.5084207 0.4402162 0.4988934 0.4262238 0.4791665 0.441784 0.4888654 0.4246159 0.4879984 0.4953253 0.5076786 0.4996559 0.5232565 0.4787657 0.5171236 0.459481 0.496866 0.477394 0.5033971 0.458511 0.5084207 0.5548145 0.4926417 0.5675428 0.5079399 0.5542609 0.5174909 0.5294632 0.5069947 0.5432965 0.5017128 0.5383861 0.5230081 0.5294632 0.5069947 0.5383861 0.5230081 0.5198569 0.525074 0.4953253 0.5076786 0.5130773 0.5089306 0.4996559 0.5232565 0.3915836 0.4492459 0.3956805 0.4447541 0.4020012 0.4618245 0.3915836 0.4492459 0.3830658 0.4377336 0.3879162 0.4348149 0.4262238 0.4791665 0.4246159 0.4879984 0.4124447 0.4751921 0.4052241 0.4555494 0.4147212 0.4675407 0.4020012 0.4618245 0.5910789 0.4660533 0.5759835 0.4557179 0.594097 0.4554942 0.5910789 0.4660533 0.5862322 0.4786055 0.5713872 0.4657232 0.4229688 0.5080361 0.4104586 0.4965546 0.4224236 0.5002202 0.4229688 0.5080361 0.4234987 0.5170689 0.4113649 0.5074479 0.1610036 0.6746938 0.1617274 0.6717849 0.1741508 0.671631 0.1869469 0.6770758 0.1737772 0.6749981 0.1870966 0.672745 0.3224292 0.5879995 0.309305 0.5862933 0.3201414 0.5782023 0.3224292 0.5879995 0.3316086 0.6040902 0.317007 0.6016312 0.300793 0.5840816 0.309305 0.5862933 0.3083167 0.6005821 0.3982842 0.3859332 0.3982588 0.3730183 0.4049239 0.3658433 0.4049239 0.3658433 0.4088468 0.3532795 0.411865 0.3816481 0.5100245 0.3841227 0.4954732 0.3651864 0.5136927 0.3674453 0.5303533 0.3803957 0.5203921 0.3821189 0.527139 0.3663167 0.4596716 0.4048994 0.4610102 0.4119794 0.4555169 0.4101427 0.4498857 0.4035826 0.4545745 0.4035888 0.4517478 0.4085646 0.4533377 0.3973444 0.4545745 0.4035888 0.4481385 0.3975425 0.4596716 0.4048994 0.4545745 0.4035888 0.4583732 0.3983338 0.470181 0.4066559 0.4721765 0.4137867 0.4665494 0.4130847 0.4596716 0.4048994 0.4648187 0.4058295 0.4610102 0.4119794 0.4596716 0.4048994 0.4583732 0.3983338 0.4632317 0.3991553 0.470181 0.4066559 0.4648187 0.4058295 0.4683231 0.4000059 0.4817022 0.4098322 0.4816631 0.414521 0.4779332 0.4144133 0.470181 0.4066559 0.4759238 0.4076557 0.4721765 0.4137867 0.470181 0.4066559 0.4683231 0.4000059 0.4740572 0.4010828 0.4817022 0.4098322 0.4759238 0.4076557 0.4804604 0.4032341 0.4533377 0.3973444 0.45215 0.3921188 0.4583732 0.3983338 0.4533377 0.3973444 0.4481385 0.3975425 0.4463855 0.392265 0.4510195 0.3875359 0.45215 0.3921188 0.4448166 0.3874316 0.4510195 0.3875359 0.4564258 0.3880895 0.4573286 0.3927941 0.4666479 0.3941702 0.4683231 0.4000059 0.4632317 0.3991553 0.4632317 0.3991553 0.4583732 0.3983338 0.4573286 0.3927941 0.4609012 0.3886484 0.4619269 0.393451 0.4564258 0.3880895 0.4666479 0.3941702 0.4619269 0.393451 0.4653382 0.3891821 0.4788078 0.3966536 0.4804604 0.4032341 0.4740572 0.4010828 0.4666479 0.3941702 0.4721947 0.3950321 0.4683231 0.4000059 0.4666479 0.3941702 0.4653382 0.3891821 0.4706295 0.3896599 0.4788078 0.3966536 0.4721947 0.3950321 0.4770649 0.3905591 0.424128 0.3172037 0.4329866 0.3176717 0.4353495 0.3565343 0.4412088 0.3160935 0.4511507 0.3607971 0.4440494 0.3586207 0.4412088 0.3160935 0.4488959 0.3199799 0.4511507 0.3607971 0.4571276 0.3625023 0.4488959 0.3199799 0.462681 0.3632545 0.4685117 0.3625717 0.462681 0.3632545 0.4557065 0.3161934 0.4685117 0.3625717 0.4646003 0.3160315 0.4750827 0.3614634 0.404726 0.3158985 0.4145956 0.316588 0.4088468 0.3532795 0.424128 0.3172037 0.4353495 0.3565343 0.4245767 0.3550993 0.4828572 0.3609395 0.4792078 0.3117179 0.4954732 0.3651864 0.4828572 0.3609395 0.4750827 0.3614634 0.472561 0.3135761 0.4809647 0.2359369 0.478851 0.2605636 0.4740177 0.2349026 0.4809647 0.2359369 0.4880844 0.2370442 0.4848639 0.2601127 0.3954163 0.2750828 0.3885675 0.2539445 0.3973621 0.2504122 0.4125495 0.2718755 0.4038465 0.2734838 0.4065296 0.2472335 0.4455133 0.4266688 0.4481936 0.4182124 0.4553967 0.4235239 0.4632315 0.4385069 0.4541502 0.433295 0.4629781 0.4274654 0.4501197 0.4121581 0.4558216 0.4162971 0.4481936 0.4182124 0.4501197 0.4121581 0.4517478 0.4085646 0.4555169 0.4101427 0.462175 0.4190621 0.4558216 0.4162971 0.4610102 0.4119794 0.462175 0.4190621 0.4629781 0.4274654 0.4553967 0.4235239 0.4632315 0.4385069 0.4629781 0.4274654 0.4700265 0.4294486 0.4700265 0.4294486 0.4766601 0.4297582 0.4795782 0.4411357 0.462175 0.4190621 0.4682853 0.420532 0.4629781 0.4274654 0.462175 0.4190621 0.4610102 0.4119794 0.4665494 0.4130847 0.4742645 0.4210647 0.4682853 0.420532 0.4721765 0.4137867 0.4700265 0.4294486 0.4682853 0.420532 0.4766601 0.4297582 0.4829967 0.4286791 0.4864495 0.4386056 0.4766601 0.4297582 0.4829967 0.4286791 0.4885558 0.4258347 0.4928601 0.4345347 0.4829967 0.4286791 0.4766601 0.4297582 0.4742645 0.4210647 0.4742645 0.4210647 0.4721765 0.4137867 0.4779332 0.4144133 0.4849363 0.4191425 0.4802244 0.421018 0.4816631 0.414521 0.4829967 0.4286791 0.4802244 0.421018 0.4885558 0.4258347 0.4510195 0.3875359 0.4448166 0.3874316 0.4436219 0.3827242 0.4436219 0.3827242 0.442133 0.3772263 0.4487978 0.3782824 0.4555525 0.3840295 0.4499548 0.3832198 0.4546924 0.379616 0.4510195 0.3875359 0.4499548 0.3832198 0.4564258 0.3880895 0.4396814 0.3700219 0.4473906 0.3718359 0.442133 0.3772263 0.4396814 0.3700219 0.4353495 0.3565343 0.4440494 0.3586207 0.4538288 0.3738513 0.4473906 0.3718359 0.4511507 0.3607971 0.4538288 0.3738513 0.4546924 0.379616 0.4487978 0.3782824 0.4609012 0.3886484 0.4564258 0.3880895 0.4555525 0.3840295 0.4555525 0.3840295 0.4546924 0.379616 0.4596045 0.3805714 0.4596045 0.3805714 0.4642171 0.3809863 0.4645769 0.385075 0.4609012 0.3886484 0.4601514 0.3846791 0.4653382 0.3891821 0.4538288 0.3738513 0.4591875 0.3753533 0.4546924 0.379616 0.4538288 0.3738513 0.4511507 0.3607971 0.4571276 0.3625023 0.4571276 0.3625023 0.462681 0.3632545 0.4641119 0.3760534 0.4596045 0.3805714 0.4591875 0.3753533 0.4642171 0.3809863 0.4706295 0.3896599 0.4653382 0.3891821 0.4645769 0.385075 0.469213 0.3806984 0.4696547 0.385123 0.4642171 0.3809863 0.469213 0.3806984 0.4747312 0.3805106 0.475552 0.3854191 0.475552 0.3854191 0.4770649 0.3905591 0.4706295 0.3896599 0.469213 0.3806984 0.4642171 0.3809863 0.4641119 0.3760534 0.4685117 0.3625717 0.4692472 0.375663 0.462681 0.3632545 0.4685117 0.3625717 0.4750827 0.3614634 0.4750646 0.3751103 0.469213 0.3806984 0.4692472 0.375663 0.4747312 0.3805106 0.4928566 0.4208487 0.4992828 0.4299367 0.4885558 0.4258347 0.4928566 0.4208487 0.4955568 0.4136725 0.5046592 0.4226968 0.4928566 0.4208487 0.4885558 0.4258347 0.4849363 0.4191425 0.4817022 0.4098322 0.4871714 0.4141886 0.4816631 0.414521 0.4817022 0.4098322 0.4804604 0.4032341 0.4875587 0.4073078 0.4928566 0.4208487 0.4871714 0.4141886 0.4955568 0.4136725 0.4501197 0.4121581 0.4459636 0.4065664 0.4517478 0.4085646 0.4501197 0.4121581 0.4481936 0.4182124 0.4422796 0.4121193 0.4427885 0.4002839 0.4459636 0.4065664 0.4373779 0.4053305 0.4427885 0.4002839 0.4481385 0.3975425 0.4498857 0.4035826 0.4455133 0.4266688 0.4383048 0.4198207 0.4481936 0.4182124 0.431997 0.4124451 0.4373779 0.4053305 0.4422796 0.4121193 0.4427885 0.4002839 0.4400295 0.3940725 0.4481385 0.3975425 0.4427885 0.4002839 0.4373779 0.4053305 0.4332118 0.3979324 0.437951 0.3882206 0.4400295 0.3940725 0.4303117 0.3903835 0.437951 0.3882206 0.4448166 0.3874316 0.4463855 0.392265 0.431997 0.4124451 0.4260622 0.4042359 0.4373779 0.4053305 0.4217876 0.3944008 0.4303117 0.3903835 0.4332118 0.3979324 0.437951 0.3882206 0.4368175 0.3830166 0.4448166 0.3874316 0.437951 0.3882206 0.4303117 0.3903835 0.4292081 0.3831425 0.43491 0.3771035 0.4368175 0.3830166 0.4289853 0.3772596 0.43491 0.3771035 0.442133 0.3772263 0.4436219 0.3827242 0.4396814 0.3700219 0.4305096 0.3691241 0.4353495 0.3565343 0.4396814 0.3700219 0.442133 0.3772263 0.43491 0.3771035 0.4230457 0.3721601 0.4305096 0.3691241 0.4289853 0.3772596 0.4230457 0.3721601 0.4088468 0.3532795 0.4245767 0.3550993 0.4230457 0.3721601 0.4204602 0.3821473 0.4088468 0.3532795 0.4230457 0.3721601 0.4289853 0.3772596 0.4292081 0.3831425 0.4217876 0.3944008 0.4204602 0.3821473 0.4303117 0.3903835 0.475552 0.3854191 0.4824361 0.386559 0.4770649 0.3905591 0.475552 0.3854191 0.4747312 0.3805106 0.4809109 0.3812255 0.4904826 0.3872309 0.4824361 0.386559 0.4869229 0.3821228 0.4904826 0.3872309 0.4947497 0.3947334 0.4849342 0.3923569 0.4904826 0.3872309 0.4998667 0.3861227 0.4947497 0.3947334 0.4904826 0.3872309 0.4869229 0.3821228 0.4902678 0.3783211 0.5100245 0.3841227 0.4998667 0.3861227 0.4954732 0.3651864 0.4828572 0.3609395 0.4954732 0.3651864 0.4902678 0.3783211 0.4809109 0.3812255 0.482036 0.3753232 0.4869229 0.3821228 0.4809109 0.3812255 0.4747312 0.3805106 0.4750646 0.3751103 0.4828572 0.3609395 0.482036 0.3753232 0.4750827 0.3614634 0.4963145 0.4042574 0.5079304 0.4107006 0.4955568 0.4136725 0.4963145 0.4042574 0.4947497 0.3947334 0.5070238 0.397369 0.4963145 0.4042574 0.4955568 0.4136725 0.4875587 0.4073078 0.4788078 0.3966536 0.4867274 0.3996518 0.4804604 0.4032341 0.4788078 0.3966536 0.4770649 0.3905591 0.4849342 0.3923569 0.4963145 0.4042574 0.4867274 0.3996518 0.4947497 0.3947334 0.4125495 0.2718755 0.4065296 0.2472335 0.416443 0.2447618 0.416443 0.2447618 0.4260783 0.2424914 0.4299099 0.2662869 0.4654811 0.2357142 0.4639909 0.2630832 0.456964 0.2369512 0.4654811 0.2357142 0.4740177 0.2349026 0.472597 0.2611974 0.4473177 0.2680838 0.4439687 0.2795372 0.4429272 0.2432464 0.4344116 0.2399165 0.4352024 0.2576718 0.4260783 0.2424914 0.4398012 0.2686175 0.4352024 0.2576718 0.4429272 0.2432464 0.4500755 0.2371932 0.4504619 0.2556594 0.4429272 0.2432464 0.4557176 0.2624831 0.4504619 0.2556594 0.456964 0.2369512 0.5497315 0.2059677 0.5599539 0.2164526 0.5437847 0.2150554 0.5268535 0.2066306 0.5387282 0.2066766 0.5293457 0.213783 0.5268535 0.2066306 0.5242155 0.1992883 0.5328369 0.1979073 0.5497315 0.2059677 0.5387282 0.2066766 0.5416253 0.1959874 0.5179203 0.2156972 0.5174868 0.2085589 0.5293457 0.213783 0.5179203 0.2156972 0.5073769 0.2181787 0.510235 0.2098638 0.5174352 0.200906 0.5174868 0.2085589 0.5118517 0.2018336 0.5174352 0.200906 0.5242155 0.1992883 0.5268535 0.2066306 0.6738135 0.1623057 0.6746599 0.1659815 0.6704095 0.1657213 0.664115 0.163206 0.6691926 0.1623985 0.6654605 0.1655866 0.664115 0.163206 0.6625818 0.1609947 0.6681218 0.1593089 0.6738135 0.1623057 0.6691926 0.1623985 0.6752843 0.1586667 0.6729493 0.1803198 0.6762437 0.184063 0.6726161 0.1862896 0.6726161 0.1862896 0.6698313 0.1887747 0.6668809 0.187569 0.6668809 0.187569 0.6638817 0.18844 0.6661641 0.1815891 0.6729493 0.1803198 0.6693592 0.1838891 0.6697385 0.1767479 0.6452331 0.4288552 0.6666579 0.4285569 0.6643329 0.4231148 0.6666579 0.4285569 0.6702292 0.4357366 0.6491361 0.4375402 0.6247096 0.4281535 0.6452331 0.4288552 0.6280482 0.4380115 0.6736528 0.4447928 0.652607 0.4473654 0.6702292 0.4357366 0.6736528 0.4447928 0.6758674 0.4574436 0.6543119 0.4603257 0.6307346 0.4482293 0.652607 0.4473654 0.6316463 0.4606323 0.6307346 0.4482293 0.6280482 0.4380115 0.6491361 0.4375402 0.6247096 0.4281535 0.6280482 0.4380115 0.611624 0.4386537 0.5989284 0.4288303 0.6100493 0.4289199 0.5982305 0.437686 0.5989284 0.4288303 0.5991354 0.419857 0.6080108 0.4191775 0.6307346 0.4482293 0.6122709 0.4483699 0.6280482 0.4380115 0.6307346 0.4482293 0.6316463 0.4606323 0.6115471 0.4593922 0.5965504 0.4463062 0.6122709 0.4483699 0.594097 0.4554942 0.5965504 0.4463062 0.5982305 0.437686 0.611624 0.4386537 0.5989284 0.4288303 0.5890229 0.4255605 0.5991354 0.419857 0.5989284 0.4288303 0.5982305 0.437686 0.5862345 0.4333277 0.5965504 0.4463062 0.5829077 0.440557 0.5982305 0.437686 0.5965504 0.4463062 0.594097 0.4554942 0.5793787 0.4478274 0.5484719 0.3778144 0.5463187 0.3642886 0.5560696 0.3605898 0.5706031 0.3722324 0.5591605 0.375297 0.5705905 0.3577977 0.5303533 0.3803957 0.527139 0.3663167 0.5373447 0.365731 0.5484719 0.3778144 0.5392913 0.3792374 0.5463187 0.3642886 0.5337377 0.2559262 0.5336439 0.2409074 0.5434578 0.2429494 0.5513007 0.2590561 0.5425016 0.2573687 0.5506413 0.2474786 0.5245135 0.2404133 0.5249651 0.2560276 0.5183898 0.2442308 0.5245135 0.2404133 0.5336439 0.2409074 0.5337377 0.2559262 0.652664 0.1901469 0.6571719 0.1859769 0.6601587 0.2021961 0.6614388 0.2196428 0.6572359 0.2045048 0.6636942 0.2170993 0.6614388 0.2196428 0.6590785 0.2226193 0.6541942 0.2065576 0.652664 0.1901469 0.6572359 0.2045048 0.6486202 0.1925379 0.6614388 0.2196428 0.6636942 0.2170993 0.6660708 0.2281424 0.6660708 0.2281424 0.6682705 0.2387981 0.6629176 0.2366786 0.6629176 0.2366786 0.6594941 0.2365133 0.6602724 0.2309964 0.6614388 0.2196428 0.6632257 0.2299333 0.6590785 0.2226193 0.7101934 0.1453157 0.7112872 0.1510929 0.6937234 0.1507769 0.6937234 0.1507769 0.676074 0.1509681 0.6812201 0.1450918 0.6965177 0.1413459 0.6956369 0.1459583 0.6839624 0.139914 0.6965177 0.1413459 0.7131221 0.1404017 0.7101934 0.1453157 0.7185644 0.1382583 0.7188099 0.142687 0.7131221 0.1404017 0.7185644 0.1382583 0.7244716 0.1346855 0.7243689 0.1391076 0.7199859 0.1472321 0.7188099 0.142687 0.7252565 0.1434952 0.7101934 0.1453157 0.7188099 0.142687 0.7112872 0.1510929 0.6737415 0.2325477 0.6682705 0.2387981 0.6660708 0.2281424 0.6661017 0.2143929 0.6693993 0.2248553 0.6636942 0.2170993 0.6661017 0.2143929 0.6684294 0.211809 0.6723925 0.2207037 0.6737415 0.2325477 0.6693993 0.2248553 0.6795945 0.2272646 0.6420825 0.230574 0.6454355 0.2300497 0.6464087 0.2359333 0.6464087 0.2359333 0.6478484 0.2402675 0.6441351 0.2414951 0.6441351 0.2414951 0.6399053 0.2443303 0.6389614 0.2370033 0.6389614 0.2370033 0.6383188 0.2307834 0.6420825 0.230574 0.6484687 0.2291384 0.6517341 0.2280368 0.6528635 0.2333088 0.651143 0.2385178 0.649602 0.2346879 0.6533602 0.2363576 0.651143 0.2385178 0.6478484 0.2402675 0.6464087 0.2359333 0.6484687 0.2291384 0.649602 0.2346879 0.6454355 0.2300497 0.6389614 0.2370033 0.6399053 0.2443303 0.6352331 0.2420773 0.6303361 0.2358929 0.634732 0.2366115 0.6313919 0.241344 0.6303361 0.2358929 0.6295368 0.2305954 0.6340532 0.2307501 0.6389614 0.2370033 0.634732 0.2366115 0.6383188 0.2307834 0.6560688 0.2367098 0.6533602 0.2363576 0.6528635 0.2333088 0.6557835 0.2269414 0.6566194 0.2321 0.6517341 0.2280368 0.6557835 0.2269414 0.6590785 0.2226193 0.6602724 0.2309964 0.6560688 0.2367098 0.6566194 0.2321 0.6594941 0.2365133 0.6420825 0.230574 0.6411439 0.2235098 0.6454355 0.2300497 0.6420825 0.230574 0.6383188 0.2307834 0.6377685 0.2239843 0.6393992 0.2158324 0.6411439 0.2235098 0.6364923 0.2166076 0.6393992 0.2158324 0.6420883 0.2153279 0.6441935 0.2230644 0.6484687 0.2291384 0.6469962 0.222358 0.6517341 0.2280368 0.6484687 0.2291384 0.6454355 0.2300497 0.6441935 0.2230644 0.6446354 0.2147308 0.6469962 0.222358 0.6420883 0.2153279 0.6500503 0.2218164 0.6469962 0.222358 0.6473582 0.2146162 0.6557835 0.2269414 0.653854 0.2218657 0.6590785 0.2226193 0.6500503 0.2218164 0.653854 0.2218657 0.6517341 0.2280368 0.6500503 0.2218164 0.6473582 0.2146162 0.650574 0.2155594 0.650574 0.2155594 0.6517794 0.214276 0.6552795 0.2183862 0.6340532 0.2307501 0.6339884 0.2247783 0.6383188 0.2307834 0.630006 0.2257321 0.6339884 0.2247783 0.6295368 0.2305954 0.630006 0.2257321 0.6299433 0.2197428 0.6332913 0.2180167 0.6332913 0.2180167 0.6364923 0.2166076 0.6377685 0.2239843 0.7095427 0.1390759 0.7131221 0.1404017 0.6965177 0.1413459 0.6965177 0.1413459 0.6839624 0.139914 0.6863338 0.135349 0.6863338 0.135349 0.6885198 0.1310905 0.6969469 0.1334004 0.7095427 0.1390759 0.6968655 0.1372452 0.7068947 0.1360157 0.6453236 0.1947283 0.6486202 0.1925379 0.6541942 0.2065576 0.6541942 0.2065576 0.6590785 0.2226193 0.6552795 0.2183862 0.648335 0.2071336 0.6511991 0.2072585 0.6517794 0.214276 0.648335 0.2071336 0.6415604 0.195949 0.6453236 0.1947283 0.6275486 0.2110673 0.6245062 0.2019577 0.6287952 0.2024398 0.6336717 0.2086552 0.6307156 0.2097859 0.6315253 0.2037671 0.6332913 0.2180167 0.6307156 0.2097859 0.6364923 0.2166076 0.6275486 0.2110673 0.6307156 0.2097859 0.6299433 0.2197428 0.6405346 0.1990247 0.6415604 0.195949 0.648335 0.2071336 0.650574 0.2155594 0.6456865 0.2067092 0.6517794 0.214276 0.6432039 0.2064051 0.6456865 0.2067092 0.6473582 0.2146162 0.6405346 0.1990247 0.6456865 0.2067092 0.6402122 0.2012946 0.6432039 0.2064051 0.6408374 0.2066411 0.6402122 0.2012946 0.6432039 0.2064051 0.6473582 0.2146162 0.6446354 0.2147308 0.6385254 0.2071904 0.6408374 0.2066411 0.6420883 0.2153279 0.6385254 0.2071904 0.6350218 0.2003636 0.6374851 0.1998744 0.6327115 0.201367 0.6350218 0.2003636 0.6385254 0.2071904 0.6393992 0.2158324 0.6362059 0.2078259 0.6420883 0.2153279 0.6393992 0.2158324 0.6364923 0.2166076 0.6336717 0.2086552 0.6327115 0.201367 0.6362059 0.2078259 0.6315253 0.2037671 0.6330946 0.1965593 0.6317489 0.1937881 0.6359404 0.1934692 0.6405346 0.1990247 0.6364611 0.1962158 0.6415604 0.195949 0.6405346 0.1990247 0.6402122 0.2012946 0.6374851 0.1998744 0.6330946 0.1965593 0.6364611 0.1962158 0.6350218 0.2003636 0.6279788 0.196095 0.6300637 0.1983325 0.6245062 0.2019577 0.6330946 0.1965593 0.6300637 0.1983325 0.6317489 0.1937881 0.6327115 0.201367 0.6300637 0.1983325 0.6350218 0.2003636 0.6327115 0.201367 0.6315253 0.2037671 0.6287952 0.2024398 0.656403 0.2731106 0.6568912 0.281838 0.6535542 0.2743636 0.656403 0.2731106 0.6616165 0.2719792 0.6617708 0.2810036 0.6570119 0.2894737 0.6568912 0.281838 0.6616849 0.2878165 0.6570119 0.2894737 0.6523697 0.2969956 0.6528474 0.2807535 0.673191 0.2844471 0.6678504 0.282244 0.6762164 0.281534 0.673191 0.2844471 0.6724342 0.2908169 0.6665466 0.2870643 0.6617708 0.2810036 0.6678504 0.282244 0.6616849 0.2878165 0.6617708 0.2810036 0.6616165 0.2719792 0.6698831 0.2773644 0.6560688 0.2367098 0.6594941 0.2365133 0.6572247 0.2406588 0.6504893 0.2426045 0.6538389 0.2401396 0.6541154 0.2450778 0.6504893 0.2426045 0.6478484 0.2402675 0.651143 0.2385178 0.6560688 0.2367098 0.6538389 0.2401396 0.6533602 0.2363576 0.6871639 0.1598166 0.6902773 0.1554961 0.6981172 0.1629722 0.6871639 0.1598166 0.6752843 0.1586667 0.6764115 0.1551699 0.6937234 0.1507769 0.6902773 0.1554961 0.676074 0.1509681 0.6937234 0.1507769 0.7112872 0.1510929 0.7036885 0.157816 0.7157531 0.1677497 0.7113929 0.1622811 0.7209108 0.1622529 0.7056024 0.1676519 0.7113929 0.1622811 0.7111365 0.1740876 0.7056024 0.1676519 0.6981172 0.1629722 0.7036885 0.157816 0.7173987 0.1565946 0.7113929 0.1622811 0.7112872 0.1510929 0.5795462 0.1883573 0.5703277 0.192099 0.5739633 0.1771472 0.5740652 0.200985 0.5703277 0.192099 0.583447 0.1989001 0.5622574 0.1963889 0.5703277 0.192099 0.567009 0.2021102 0.5622574 0.1963889 0.5561195 0.1883695 0.5646995 0.1830039 0.5497315 0.2059677 0.5416253 0.1959874 0.5489072 0.1927527 0.5622574 0.1963889 0.5564832 0.2017751 0.5561195 0.1883695 0.5622574 0.1963889 0.567009 0.2021102 0.5646558 0.2082057 0.5497315 0.2059677 0.5564832 0.2017751 0.5599539 0.2164526 0.5733111 0.217927 0.5599539 0.2164526 0.5646558 0.2082057 0.5740652 0.200985 0.5740215 0.2094528 0.567009 0.2021102 0.5740652 0.200985 0.583447 0.1989001 0.5839838 0.2081081 0.5733111 0.217927 0.5740215 0.2094528 0.5838411 0.2171609 0.3781846 0.2039785 0.3791759 0.2128399 0.3696051 0.2023066 0.3874546 0.2130845 0.3791759 0.2128399 0.3871212 0.205853 0.3810408 0.2207017 0.3791759 0.2128399 0.3870065 0.2185705 0.3810408 0.2207017 0.3724364 0.2234845 0.3707551 0.2135674 0.3751801 0.2307142 0.3846532 0.2265644 0.3788107 0.2366733 0.3810408 0.2207017 0.3846532 0.2265644 0.3724364 0.2234845 0.3920888 0.2216668 0.3846532 0.2265644 0.3870065 0.2185705 0.3920888 0.2216668 0.3999444 0.2262364 0.388927 0.2319058 0.3920888 0.2216668 0.3954493 0.2152735 0.3999444 0.2262364 0.3920888 0.2216668 0.3870065 0.2185705 0.3874546 0.2130845 0.3967723 0.2081324 0.3954493 0.2152735 0.3871212 0.205853 0.3967723 0.2081324 0.4061813 0.209944 0.4037594 0.2175505 0.4899132 0.2048005 0.4900779 0.200298 0.4956797 0.2000301 0.4956797 0.2000301 0.5016586 0.2001159 0.4998735 0.2053852 0.4998735 0.2053852 0.4987818 0.209388 0.4947721 0.2095504 0.4899132 0.2048005 0.4947214 0.2047528 0.4900876 0.209316 0.4909399 0.2138577 0.4968409 0.2144977 0.4913874 0.2189151 0.4909399 0.2138577 0.4900876 0.209316 0.4947721 0.2095504 0.50168 0.2129868 0.4968409 0.2144977 0.4987818 0.209388 0.50168 0.2129868 0.5073769 0.2181787 0.4989519 0.2196879 0.50168 0.2129868 0.5047042 0.2079474 0.5073769 0.2181787 0.50168 0.2129868 0.4987818 0.209388 0.4998735 0.2053852 0.506821 0.2011437 0.5047042 0.2079474 0.5016586 0.2001159 0.506821 0.2011437 0.5118517 0.2018336 0.510235 0.2098638 0.4899132 0.2048005 0.486114 0.2042785 0.4900779 0.200298 0.4899132 0.2048005 0.4900876 0.209316 0.4858019 0.2082933 0.4823059 0.2040231 0.486114 0.2042785 0.482561 0.2073639 0.4823059 0.2040231 0.4820556 0.1999813 0.4860462 0.2003316 0.4765768 0.1990975 0.4774713 0.2048708 0.4698941 0.1989616 0.4765768 0.1990975 0.4820556 0.1999813 0.4823059 0.2040231 0.4823059 0.2040231 0.482561 0.2073639 0.4797332 0.2096508 0.4714627 0.2065718 0.4774713 0.2048708 0.4744936 0.2144361 0.4834 0.2172682 0.4744936 0.2144361 0.4797332 0.2096508 0.4858019 0.2082933 0.4847301 0.2124443 0.482561 0.2073639 0.4909399 0.2138577 0.4847301 0.2124443 0.4900876 0.209316 0.4834 0.2172682 0.4847301 0.2124443 0.4913874 0.2189151 0.6738938 0.2056176 0.6706302 0.2007387 0.675482 0.2035733 0.6738938 0.2056176 0.6722375 0.2076437 0.6691579 0.20148 0.6680555 0.1957932 0.6706302 0.2007387 0.6674738 0.1967424 0.6680555 0.1957932 0.6694005 0.195298 0.6719185 0.1993409 0.6687321 0.1917766 0.666626 0.1914702 0.6698313 0.1887747 0.6687321 0.1917766 0.6694005 0.195298 0.6680555 0.1957932 0.6680555 0.1957932 0.6674738 0.1967424 0.665746 0.1936764 0.6668809 0.187569 0.666626 0.1914702 0.6638817 0.18844 0.6839243 0.1703448 0.6851779 0.1685286 0.6887081 0.1741453 0.6810604 0.1658894 0.6851779 0.1685286 0.6801937 0.1677741 0.6860723 0.166348 0.6851779 0.1685286 0.6820456 0.1646672 0.6860723 0.166348 0.6915859 0.16956 0.6899115 0.171961 0.6871639 0.1598166 0.6981172 0.1629722 0.6942021 0.1667252 0.6942021 0.1667252 0.6915859 0.16956 0.6860723 0.166348 0.6797065 0.1621661 0.6862483 0.163439 0.6820456 0.1646672 0.6797065 0.1621661 0.6752843 0.1586667 0.6871639 0.1598166 0.6797065 0.1621661 0.6775209 0.1636422 0.6752843 0.1586667 0.6797065 0.1621661 0.6820456 0.1646672 0.6810604 0.1658894 0.6810604 0.1658894 0.6801937 0.1677741 0.6775135 0.1664927 0.6738135 0.1623057 0.6775209 0.1636422 0.6746599 0.1659815 0.6738938 0.2056176 0.675482 0.2035733 0.6792867 0.2076631 0.6813943 0.2138462 0.6773902 0.2097406 0.6849313 0.2115966 0.6813943 0.2138462 0.6786102 0.215479 0.6756523 0.212424 0.6738938 0.2056176 0.6773902 0.2097406 0.6722375 0.2076437 0.6704453 0.2096334 0.6742317 0.2163192 0.6684294 0.211809 0.6704453 0.2096334 0.6722375 0.2076437 0.6756523 0.212424 0.6792768 0.2197406 0.6742317 0.2163192 0.6786102 0.215479 0.6792768 0.2197406 0.6795945 0.2272646 0.6723925 0.2207037 0.6915485 0.2238215 0.6795945 0.2272646 0.6792768 0.2197406 0.6792768 0.2197406 0.6786102 0.215479 0.6813943 0.2138462 0.6940146 0.2153603 0.686181 0.2186728 0.6849313 0.2115966 0.6940146 0.2153603 0.7031854 0.2178266 0.6915485 0.2238215 0.6899115 0.171961 0.6952999 0.1765881 0.6887081 0.1741453 0.6970071 0.1739995 0.6952999 0.1765881 0.6915859 0.16956 0.6970071 0.1739995 0.7009623 0.1770511 0.7008429 0.1802663 0.7008429 0.1802663 0.7005447 0.1834177 0.6945477 0.1791159 0.711557 0.1810932 0.7111687 0.1879283 0.7058002 0.1852115 0.7008429 0.1802663 0.7060403 0.180852 0.7005447 0.1834177 0.7008429 0.1802663 0.7009623 0.1770511 0.7048063 0.1762816 0.711557 0.1810932 0.7060403 0.180852 0.7111365 0.1740876 0.7056024 0.1676519 0.7111365 0.1740876 0.7048063 0.1762816 0.6970071 0.1739995 0.7006242 0.1712894 0.7009623 0.1770511 0.6970071 0.1739995 0.6915859 0.16956 0.6942021 0.1667252 0.7056024 0.1676519 0.7006242 0.1712894 0.6981172 0.1629722 0.2106345 0.6884217 0.2195698 0.6905635 0.2121268 0.6985805 0.2106345 0.6884217 0.2107772 0.6809816 0.2208777 0.6820778 0.2208777 0.6820778 0.2342023 0.6843497 0.2267084 0.694302 0.2267084 0.694302 0.2246159 0.7005814 0.2196059 0.6997038 0.2267084 0.694302 0.2342023 0.6843497 0.2437819 0.7140628 0.2265739 0.722096 0.2121268 0.6985805 0.2196059 0.6997038 0.3271567 0.6381767 0.314631 0.6444196 0.3152942 0.6317583 0.3217338 0.6215712 0.323816 0.6302341 0.3143557 0.6213213 0.3217338 0.6215712 0.3273898 0.6212579 0.3317635 0.6269009 0.3271567 0.6381767 0.323816 0.6302341 0.3375735 0.633441 0.5857037 0.2272379 0.5880229 0.2423113 0.5775608 0.2404531 0.562752 0.2255848 0.5750488 0.2268322 0.5649575 0.2371438 0.562752 0.2255848 0.5599539 0.2164526 0.5733111 0.217927 0.5857037 0.2272379 0.5750488 0.2268322 0.5838411 0.2171609 0.4989519 0.2196879 0.4991295 0.2252145 0.4913874 0.2189151 0.4989519 0.2196879 0.5073769 0.2181787 0.5087046 0.224121 0.4971391 0.2364521 0.4991295 0.2252145 0.5088289 0.2332858 0.4971391 0.2364521 0.4880844 0.2370442 0.4903472 0.2249778 0.5587719 0.3363034 0.5679202 0.3313019 0.5705905 0.3577977 0.5587719 0.3363034 0.5524902 0.3168891 0.5619792 0.3165443 0.5753828 0.3227749 0.5679202 0.3313019 0.5692145 0.3145073 0.5753828 0.3227749 0.5827978 0.3310013 0.5759896 0.3448638 0.5880218 0.3031269 0.5827978 0.3310013 0.5753828 0.3227749 0.4990582 0.3439969 0.4954732 0.3651864 0.4850968 0.308991 0.5136927 0.3674453 0.4954732 0.3651864 0.4990582 0.3439969 0.4990582 0.3439969 0.502121 0.3295294 0.5103491 0.3294245 0.5103491 0.3294245 0.521667 0.3249522 0.5243921 0.347177 0.5136927 0.3674453 0.5113166 0.3498961 0.527139 0.3663167 0.5693866 0.2605885 0.5649575 0.2371438 0.5775608 0.2404531 0.5892499 0.2663535 0.5791734 0.2630744 0.5880229 0.2423113 0.5563933 0.2427936 0.560179 0.2596892 0.5506413 0.2474786 0.5563933 0.2427936 0.5649575 0.2371438 0.5693866 0.2605885 0.5144938 0.2386769 0.5088756 0.2569479 0.5088289 0.2332858 0.5144938 0.2386769 0.5183898 0.2442308 0.5165541 0.2566944 0.4971391 0.2364521 0.4927462 0.2587753 0.4880844 0.2370442 0.4971391 0.2364521 0.5088289 0.2332858 0.5011872 0.2574282 0.5179203 0.2156972 0.5293457 0.213783 0.5315467 0.2205556 0.5315467 0.2205556 0.5330899 0.2268069 0.5208516 0.2271734 0.5208516 0.2271734 0.5088289 0.2332858 0.5087046 0.224121 0.5179203 0.2156972 0.5191174 0.2218064 0.5073769 0.2181787 0.5336084 0.232396 0.5228964 0.2320855 0.5330899 0.2268069 0.5336084 0.232396 0.5336439 0.2409074 0.5245135 0.2404133 0.5245135 0.2404133 0.5183898 0.2442308 0.5144938 0.2386769 0.5144938 0.2386769 0.5088289 0.2332858 0.5208516 0.2271734 0.562752 0.2255848 0.5471715 0.2226538 0.5599539 0.2164526 0.562752 0.2255848 0.5649575 0.2371438 0.5481933 0.229302 0.5315467 0.2205556 0.5471715 0.2226538 0.5330899 0.2268069 0.5315467 0.2205556 0.5293457 0.213783 0.5437847 0.2150554 0.5563933 0.2427936 0.5461552 0.2348305 0.5649575 0.2371438 0.5563933 0.2427936 0.5506413 0.2474786 0.5434578 0.2429494 0.5336084 0.232396 0.5461552 0.2348305 0.5336439 0.2409074 0.5336084 0.232396 0.5330899 0.2268069 0.5481933 0.229302 0.5420839 0.3435794 0.5502408 0.3404642 0.5463187 0.3642886 0.5420839 0.3435794 0.5377587 0.3197187 0.5447642 0.3180018 0.5587719 0.3363034 0.5502408 0.3404642 0.5524902 0.3168891 0.5587719 0.3363034 0.5705905 0.3577977 0.5560696 0.3605898 0.5373447 0.365731 0.527139 0.3663167 0.5243921 0.347177 0.5304316 0.3218762 0.5340577 0.3454442 0.521667 0.3249522 0.5304316 0.3218762 0.5377587 0.3197187 0.5420839 0.3435794 0.5420839 0.3435794 0.5463187 0.3642886 0.5373447 0.365731 0.6661017 0.2143929 0.6627975 0.2007281 0.6684294 0.211809 0.6661017 0.2143929 0.6636942 0.2170993 0.6601587 0.2021961 0.6601587 0.2021961 0.6571719 0.1859769 0.6612175 0.1877856 0.6612175 0.1877856 0.6638817 0.18844 0.6651759 0.2002491 0.665746 0.1936764 0.667318 0.2009084 0.6638817 0.18844 0.6691579 0.20148 0.667318 0.2009084 0.6674738 0.1967424 0.6691579 0.20148 0.6722375 0.2076437 0.6704453 0.2096334 0.6651759 0.2002491 0.667318 0.2009084 0.6684294 0.211809 0.7637981 0.1600929 0.7640503 0.1621723 0.7609323 0.1622869 0.7609323 0.1622869 0.7585325 0.1617067 0.759939 0.1601041 0.759939 0.1601041 0.7613814 0.1586326 0.7625355 0.1589356 0.7637981 0.1600929 0.7617196 0.1605111 0.7638571 0.1585406 0.624724 0.2916814 0.6224007 0.2937554 0.6208513 0.2916667 0.6224356 0.2863613 0.6237 0.2887786 0.6202306 0.2896654 0.6224356 0.2863613 0.6266456 0.282419 0.6266632 0.287386 0.624724 0.2916814 0.6237 0.2887786 0.6265107 0.2907025 0.6277582 0.2986626 0.6255757 0.2990131 0.6239805 0.2962762 0.624724 0.2916814 0.6261425 0.2950544 0.6224007 0.2937554 0.624724 0.2916814 0.6265107 0.2907025 0.6280861 0.2934184 0.6280861 0.2934184 0.6299569 0.2979151 0.6277582 0.2986626 0.6203369 0.2959423 0.6184664 0.2979873 0.6163944 0.2955644 0.6178317 0.2904629 0.6184034 0.2937519 0.6129161 0.2920494 0.6178317 0.2904629 0.6202306 0.2896654 0.6208513 0.2916667 0.6203369 0.2959423 0.6184034 0.2937519 0.6224007 0.2937554 0.6234212 0.3016517 0.6200869 0.3057181 0.6200367 0.3009902 0.6203369 0.2959423 0.6219573 0.2986642 0.6184664 0.2979873 0.6203369 0.2959423 0.6224007 0.2937554 0.6239805 0.2962762 0.6234212 0.3016517 0.6219573 0.2986642 0.6255757 0.2990131 0.6159956 0.3030562 0.6130774 0.3053641 0.6145985 0.3014478 0.6141466 0.3068643 0.6130774 0.3053641 0.6162638 0.304838 0.6099354 0.3082267 0.6130774 0.3053641 0.6113511 0.3088904 0.6099354 0.3082267 0.6082106 0.3067342 0.6115849 0.3039864 0.6130031 0.2999901 0.6100141 0.302659 0.6113345 0.2994093 0.6130031 0.2999901 0.6145985 0.3014478 0.6115849 0.3039864 0.6066181 0.3051833 0.6100141 0.302659 0.6082106 0.3067342 0.6086028 0.301431 0.6100141 0.302659 0.6061804 0.3037277 0.6167231 0.2996353 0.6184664 0.2979873 0.6200367 0.3009902 0.617878 0.3049525 0.6181824 0.3020262 0.6200869 0.3057181 0.617878 0.3049525 0.6162638 0.304838 0.6159956 0.3030562 0.6167231 0.2996353 0.6181824 0.3020262 0.6145985 0.3014478 0.6163944 0.2955644 0.6148621 0.2976346 0.6129161 0.2920494 0.6167231 0.2996353 0.6148621 0.2976346 0.6184664 0.2979873 0.6167231 0.2996353 0.6145985 0.3014478 0.6130031 0.2999901 0.6130031 0.2999901 0.6113345 0.2994093 0.6120129 0.297411 0.6006169 0.3087256 0.6035385 0.3071051 0.6018812 0.3114597 0.6039702 0.3043019 0.6035385 0.3071051 0.6018278 0.3048483 0.6039702 0.3043019 0.6061804 0.3037277 0.6066181 0.3051833 0.6066181 0.3051833 0.6082106 0.3067342 0.605004 0.3091739 0.6043612 0.3135308 0.6070774 0.3109208 0.6084061 0.313606 0.6043612 0.3135308 0.6018812 0.3114597 0.605004 0.3091739 0.6099354 0.3082267 0.6070774 0.3109208 0.6082106 0.3067342 0.6099354 0.3082267 0.6113511 0.3088904 0.6101086 0.3111235 0.750219 0.1617063 0.7467685 0.1646115 0.7487865 0.1595882 0.750219 0.1617063 0.7518061 0.1632844 0.7488622 0.1664096 0.7423152 0.1684412 0.7467685 0.1646115 0.745913 0.1713321 0.7423152 0.1684412 0.7396682 0.1648538 0.7447997 0.1617735 0.750219 0.1617063 0.753116 0.1595757 0.7518061 0.1632844 0.750219 0.1617063 0.7487865 0.1595882 0.7521311 0.1577587 0.7521311 0.1577587 0.7548128 0.1562952 0.7554741 0.1579734 0.7554741 0.1579734 0.7562732 0.1594157 0.7542422 0.161073 0.7571983 0.1635715 0.7559477 0.1657013 0.7535545 0.164564 0.7535545 0.164564 0.7518061 0.1632844 0.7542422 0.161073 0.7571361 0.1607049 0.7554073 0.1624233 0.7562732 0.1594157 0.7571361 0.1607049 0.7585325 0.1617067 0.7571983 0.1635715 0.7556176 0.1490966 0.7543775 0.1482136 0.7565294 0.1466653 0.7556176 0.1490966 0.7542482 0.1517769 0.7530634 0.1500508 0.7530634 0.1500508 0.752379 0.1485961 0.7532852 0.1472055 0.7532852 0.1472055 0.7539098 0.1454855 0.7552371 0.1459881 0.7663015 0.1629087 0.7640503 0.1621723 0.7666001 0.159709 0.7700245 0.1587994 0.7678676 0.1607842 0.7688919 0.1573762 0.7700245 0.1587994 0.7712108 0.1604616 0.7693894 0.1618146 0.7693894 0.1618146 0.7681368 0.1633874 0.7663015 0.1629087 0.6178317 0.2904629 0.6129161 0.2920494 0.6177193 0.2827795 0.6177193 0.2827795 0.6214962 0.2744285 0.6239158 0.2782748 0.6224356 0.2863613 0.6202962 0.2844452 0.6266456 0.282419 0.6178317 0.2904629 0.6202962 0.2844452 0.6202306 0.2896654 0.762578 0.1703687 0.7659122 0.1709002 0.7615423 0.1729003 0.7677395 0.1698439 0.7659122 0.1709002 0.7639228 0.1680161 0.766279 0.1726337 0.7659122 0.1709002 0.7727037 0.1710764 0.6039702 0.3043019 0.6018278 0.3048483 0.6067731 0.2993476 0.6067731 0.2993476 0.6129161 0.2920494 0.6120129 0.297411 0.6086028 0.301431 0.6075887 0.300352 0.6113345 0.2994093 0.6039702 0.3043019 0.6075887 0.300352 0.6061804 0.3037277 0.6143649 0.3103523 0.6144478 0.3085595 0.6200869 0.3057181 0.6143649 0.3103523 0.6084061 0.313606 0.6101086 0.3111235 0.6141466 0.3068643 0.6144478 0.3085595 0.6113511 0.3088904 0.6141466 0.3068643 0.6162638 0.304838 0.617878 0.3049525 0.7547921 0.1680986 0.7586731 0.1692684 0.7541992 0.1700826 0.7547921 0.1680986 0.7559477 0.1657013 0.7594692 0.1668528 0.762578 0.1703687 0.7586731 0.1692684 0.7639228 0.1680161 0.762578 0.1703687 0.7615423 0.1729003 0.7571154 0.1716639 0.7365637 0.1596277 0.7336382 0.1522197 0.7413105 0.1536292 0.7475016 0.1566882 0.7425076 0.1577045 0.7468831 0.1537115 0.7475016 0.1566882 0.7487865 0.1595882 0.7447997 0.1617735 0.7365637 0.1596277 0.7425076 0.1577045 0.7396682 0.1648538 0.7451998 0.1485249 0.7426268 0.1507724 0.7423046 0.1471139 0.7451998 0.1485249 0.7486065 0.1493284 0.7474487 0.1513629 0.7474487 0.1513629 0.7468831 0.1537115 0.7413105 0.1536292 0.7413105 0.1536292 0.7336382 0.1522197 0.7387767 0.1491205 0.768022 0.1653992 0.7689029 0.1672298 0.7668573 0.1675063 0.7634361 0.1650573 0.7659172 0.1653129 0.7639228 0.1680161 0.7634361 0.1650573 0.7640503 0.1621723 0.7663015 0.1629087 0.768022 0.1653992 0.7659172 0.1653129 0.7681368 0.1633874 0.7634361 0.1650573 0.7639228 0.1680161 0.7594692 0.1668528 0.7571983 0.1635715 0.7602022 0.1644632 0.7559477 0.1657013 0.7609323 0.1622869 0.7602022 0.1644632 0.7585325 0.1617067 0.7634361 0.1650573 0.7602022 0.1644632 0.7640503 0.1621723 0.7475016 0.1566882 0.7513905 0.1554499 0.7487865 0.1595882 0.7475016 0.1566882 0.7468831 0.1537115 0.7509438 0.1530879 0.7543632 0.1542983 0.7513905 0.1554499 0.7542482 0.1517769 0.7521311 0.1577587 0.7513905 0.1554499 0.7548128 0.1562952 0.7474487 0.1513629 0.7508408 0.1511115 0.7468831 0.1537115 0.7474487 0.1513629 0.7486065 0.1493284 0.7509095 0.1493279 0.7530634 0.1500508 0.7508408 0.1511115 0.752379 0.1485961 0.7530634 0.1500508 0.7542482 0.1517769 0.7509438 0.1530879 0.7481122 0.1849975 0.7438309 0.1871145 0.7404313 0.184722 0.7404172 0.1766023 0.7449412 0.1802219 0.7357448 0.181881 0.7404172 0.1766023 0.745913 0.1713321 0.7499338 0.1766991 0.7499338 0.1766991 0.7556338 0.1817687 0.7481122 0.1849975 0.730845 0.178526 0.7265267 0.1742007 0.7328889 0.1693679 0.7423152 0.1684412 0.7364096 0.1733453 0.7396682 0.1648538 0.7423152 0.1684412 0.745913 0.1713321 0.7404172 0.1766023 0.730845 0.178526 0.7364096 0.1733453 0.7357448 0.181881 0.7281246 0.1478139 0.7230231 0.15201 0.7252565 0.1434952 0.7281246 0.1478139 0.7336382 0.1522197 0.7267075 0.1573514 0.7267075 0.1573514 0.7209108 0.1622529 0.7173987 0.1565946 0.7173987 0.1565946 0.7112872 0.1510929 0.7199859 0.1472321 0.6291906 0.2784487 0.6318374 0.2809286 0.6266456 0.282419 0.6291906 0.2784487 0.6303024 0.275866 0.6322796 0.2764856 0.6342549 0.2827574 0.6318374 0.2809286 0.6346655 0.2775607 0.6342549 0.2827574 0.6343455 0.2900684 0.6305908 0.2852585 0.6266632 0.287386 0.6266456 0.282419 0.6305908 0.2852585 0.6321603 0.2940858 0.6294547 0.2897874 0.6343455 0.2900684 0.6321603 0.2940858 0.6299569 0.2979151 0.6280861 0.2934184 0.6266632 0.287386 0.6294547 0.2897874 0.6265107 0.2907025 0.6279788 0.196095 0.6261726 0.1920272 0.6317489 0.1937881 0.6279788 0.196095 0.6245062 0.2019577 0.6225008 0.1946662 0.6246185 0.187381 0.6261726 0.1920272 0.6210716 0.188977 0.6246185 0.187381 0.6282542 0.1860139 0.6299899 0.1900605 0.6380412 0.1888645 0.6415604 0.195949 0.6359404 0.1934692 0.6299899 0.1900605 0.634098 0.1894386 0.6317489 0.1937881 0.6299899 0.1900605 0.6282542 0.1860139 0.6320675 0.1851049 0.6380412 0.1888645 0.634098 0.1894386 0.6357692 0.1840976 0.6453236 0.1947283 0.6413636 0.1870415 0.6486202 0.1925379 0.6380412 0.1888645 0.6413636 0.1870415 0.6415604 0.195949 0.63907 0.1824359 0.6413636 0.1870415 0.6357692 0.1840976 0.63907 0.1824359 0.6428505 0.180357 0.6449712 0.1846065 0.6863338 0.135349 0.6800929 0.1333218 0.6885198 0.1310905 0.6768046 0.1377549 0.6800929 0.1333218 0.6839624 0.139914 0.6768046 0.1377549 0.6728045 0.1353693 0.6764572 0.1312494 0.6831343 0.1293913 0.6800929 0.1333218 0.6797513 0.1278514 0.652664 0.1901469 0.6497697 0.1821968 0.6571719 0.1859769 0.652664 0.1901469 0.6486202 0.1925379 0.6449712 0.1846065 0.6479914 0.1780985 0.6497697 0.1821968 0.6428505 0.180357 0.6479914 0.1780985 0.653074 0.1752748 0.6546187 0.1790297 0.6768046 0.1377549 0.6839624 0.139914 0.6812201 0.1450918 0.6683771 0.1485974 0.6730223 0.1431933 0.676074 0.1509681 0.6683771 0.1485974 0.6636039 0.146735 0.6684345 0.1409326 0.6684345 0.1409326 0.6728045 0.1353693 0.6768046 0.1377549 0.6684345 0.1409326 0.6648479 0.1389796 0.6728045 0.1353693 0.6684345 0.1409326 0.6636039 0.146735 0.6597844 0.1450764 0.661675 0.136865 0.6648479 0.1389796 0.6563338 0.1432824 0.661675 0.136865 0.6669777 0.1308804 0.6697225 0.1332573 0.6515862 0.1726918 0.653074 0.1752748 0.6479914 0.1780985 0.6479914 0.1780985 0.6428505 0.180357 0.6418616 0.1773831 0.6457567 0.1732311 0.6467669 0.175296 0.6412947 0.1751198 0.6515862 0.1726918 0.6467669 0.175296 0.650135 0.1707992 0.6597844 0.1450764 0.6636039 0.146735 0.6585695 0.1515719 0.6508523 0.1549364 0.6551988 0.1502398 0.6534333 0.1559261 0.6508523 0.1549364 0.647776 0.1536669 0.6518425 0.1487196 0.6518425 0.1487196 0.6563338 0.1432824 0.6597844 0.1450764 0.6566801 0.1715007 0.6549965 0.1693742 0.6595478 0.1672513 0.6566801 0.1715007 0.653074 0.1752748 0.6515862 0.1726918 0.6533371 0.1676845 0.6549965 0.1693742 0.650135 0.1707992 0.6533371 0.1676845 0.6559508 0.1642285 0.6577022 0.1657001 0.6773318 0.1260191 0.6797513 0.1278514 0.6764572 0.1312494 0.6697225 0.1332573 0.6737411 0.1292176 0.6728045 0.1353693 0.6697225 0.1332573 0.6669777 0.1308804 0.6713533 0.1267412 0.6773318 0.1260191 0.6737411 0.1292176 0.6752653 0.1235248 0.63907 0.1824359 0.6381934 0.1791495 0.6428505 0.180357 0.63907 0.1824359 0.6357692 0.1840976 0.6348659 0.1805273 0.6378417 0.1766049 0.6381934 0.1791495 0.6344979 0.1776477 0.6378417 0.1766049 0.6412947 0.1751198 0.6418616 0.1773831 0.6320675 0.1851049 0.6309824 0.1814488 0.6357692 0.1840976 0.6269785 0.1822854 0.6309824 0.1814488 0.6282542 0.1860139 0.6269785 0.1822854 0.6260814 0.1787753 0.6303635 0.1782092 0.6303635 0.1782092 0.6344979 0.1776477 0.6348659 0.1805273 0.6269785 0.1822854 0.6282542 0.1860139 0.6246185 0.187381 0.619758 0.1846745 0.6232895 0.1834084 0.6210716 0.188977 0.619758 0.1846745 0.6187546 0.1811335 0.6222942 0.1798318 0.6222942 0.1798318 0.6260814 0.1787753 0.6269785 0.1822854 0.661675 0.136865 0.6583284 0.1341196 0.6669777 0.1308804 0.661675 0.136865 0.6563338 0.1432824 0.6526675 0.1410137 0.6548947 0.1310589 0.6583284 0.1341196 0.6488934 0.1385077 0.6548947 0.1310589 0.6608792 0.1241167 0.6639893 0.1276995 0.6526675 0.1410137 0.6563338 0.1432824 0.6518425 0.1487196 0.6437163 0.1520317 0.6479548 0.1467997 0.647776 0.1536669 0.6437163 0.1520317 0.6391648 0.1502138 0.6438016 0.1446799 0.6526675 0.1410137 0.6479548 0.1467997 0.6488934 0.1385077 0.6541897 0.1628733 0.6559508 0.1642285 0.6533371 0.1676845 0.6487002 0.1691159 0.6517118 0.1661729 0.650135 0.1707992 0.6487002 0.1691159 0.6472737 0.1675371 0.6501038 0.1647502 0.6541897 0.1628733 0.6517118 0.1661729 0.6524236 0.1615765 0.6729415 0.1199985 0.6752653 0.1235248 0.6713533 0.1267412 0.6639893 0.1276995 0.6687024 0.1233351 0.6669777 0.1308804 0.66592 0.1194641 0.6687024 0.1233351 0.6608792 0.1241167 0.66592 0.1194641 0.6704889 0.1159564 0.6729415 0.1199985 0.6338318 0.174953 0.6344979 0.1776477 0.6303635 0.1782092 0.625481 0.1753835 0.6297313 0.1751246 0.6260814 0.1787753 0.625481 0.1753835 0.6250292 0.1720509 0.6290925 0.1721175 0.6338318 0.174953 0.6297313 0.1751246 0.6330166 0.1723507 0.6222942 0.1798318 0.6217409 0.1763733 0.6260814 0.1787753 0.6222942 0.1798318 0.6187546 0.1811335 0.618256 0.1777285 0.6214088 0.1729739 0.6217409 0.1763733 0.6180097 0.1743916 0.6214088 0.1729739 0.6250292 0.1720509 0.625481 0.1753835 0.1477752 0.379926 0.1445056 0.3824551 0.1448636 0.3774942 0.1477752 0.379926 0.1494766 0.3818759 0.1459565 0.3842359 0.14092 0.3849548 0.1445056 0.3824551 0.1422403 0.3866934 0.14092 0.3849548 0.1392155 0.3828131 0.1421424 0.3802574 0.1336392 0.3751908 0.133424 0.3709402 0.1399821 0.3739077 0.1399821 0.3739077 0.1448636 0.3774942 0.1421424 0.3802574 0.1367595 0.3798915 0.1381807 0.3771495 0.1392155 0.3828131 0.1336392 0.3751908 0.1381807 0.3771495 0.1338817 0.3779622 0.2191876 0.4346562 0.2212817 0.4315368 0.2225383 0.4355388 0.2191876 0.4346562 0.2166499 0.4336511 0.2187494 0.4303755 0.2235278 0.4284052 0.2212817 0.4315368 0.2210869 0.4279676 0.2235278 0.4284052 0.2269757 0.4294317 0.2246574 0.4323896 0.2311443 0.4345569 0.2293555 0.4374407 0.2261128 0.4365206 0.2246574 0.4323896 0.2279262 0.4335598 0.2225383 0.4355388 0.230032 0.4309659 0.2279262 0.4335598 0.2269757 0.4294317 0.2311443 0.4345569 0.2279262 0.4335598 0.2322211 0.4324364 0.2167292 0.4396759 0.2178344 0.4375213 0.219103 0.4406082 0.2155677 0.4367159 0.2178344 0.4375213 0.2152329 0.4385305 0.2155677 0.4367159 0.2166499 0.4336511 0.2191876 0.4346562 0.2191876 0.4346562 0.2225383 0.4355388 0.220641 0.4383653 0.2219482 0.4416268 0.2238709 0.4392656 0.2243583 0.4420235 0.2219482 0.4416268 0.219103 0.4406082 0.220641 0.4383653 0.2261128 0.4365206 0.2238709 0.4392656 0.2225383 0.4355388 0.2261128 0.4365206 0.2293555 0.4374407 0.2266773 0.4402875 0.2367776 0.4278271 0.2331511 0.4293215 0.2323279 0.4251671 0.2367776 0.4278271 0.2405185 0.4332659 0.2351824 0.4319019 0.230032 0.4309659 0.2331511 0.4293215 0.2322211 0.4324364 0.230032 0.4309659 0.2269757 0.4294317 0.2294706 0.4271786 0.2274594 0.4226275 0.2253372 0.4255031 0.2195532 0.4201133 0.2274594 0.4226275 0.2323279 0.4251671 0.2294706 0.4271786 0.2235278 0.4284052 0.2253372 0.4255031 0.2269757 0.4294317 0.2235278 0.4284052 0.2210869 0.4279676 0.2213257 0.4254764 0.2142727 0.4411946 0.2153792 0.4406638 0.2173482 0.4428877 0.2142727 0.4411946 0.2099333 0.4398538 0.2137699 0.438831 0.2167292 0.4396759 0.2153792 0.4406638 0.2152329 0.4385305 0.2167292 0.4396759 0.219103 0.4406082 0.2180614 0.4420065 0.2244749 0.4436881 0.2244477 0.447749 0.2205997 0.444642 0.2205997 0.444642 0.2173482 0.4428877 0.2180614 0.4420065 0.2219482 0.4416268 0.2210921 0.4434364 0.219103 0.4406082 0.2219482 0.4416268 0.2243583 0.4420235 0.2244749 0.4436881 0.2185499 0.4462133 0.2168974 0.448836 0.2159035 0.4448392 0.2190676 0.4503778 0.2168974 0.448836 0.2199033 0.4479053 0.2149954 0.4523554 0.2168974 0.448836 0.2170319 0.4530391 0.2149954 0.4523554 0.2119197 0.4507781 0.2141731 0.4474257 0.2133452 0.4434336 0.2117061 0.44598 0.2113097 0.4431922 0.2133452 0.4434336 0.2159035 0.4448392 0.2141731 0.4474257 0.2093441 0.4490956 0.2117061 0.44598 0.2119197 0.4507781 0.2093441 0.4490956 0.208002 0.4478481 0.2095094 0.4450523 0.2205997 0.444642 0.2197682 0.4451915 0.2173482 0.4428877 0.2205997 0.444642 0.2244477 0.447749 0.2212994 0.4477571 0.2185499 0.4462133 0.2197682 0.4451915 0.2199033 0.4479053 0.2185499 0.4462133 0.2159035 0.4448392 0.2167955 0.4435793 0.2142727 0.4411946 0.2138978 0.4419782 0.2099333 0.4398538 0.2142727 0.4411946 0.2173482 0.4428877 0.2167955 0.4435793 0.2133452 0.4434336 0.2138978 0.4419782 0.2159035 0.4448392 0.2133452 0.4434336 0.2113097 0.4431922 0.2108923 0.4419851 0.209459 0.4543353 0.2068945 0.4579951 0.2037233 0.4554462 0.2056326 0.4493692 0.2066234 0.452259 0.2029044 0.4516124 0.2056326 0.4493692 0.208002 0.4478481 0.2093441 0.4490956 0.2093441 0.4490956 0.2119197 0.4507781 0.209459 0.4543353 0.2110305 0.4598758 0.213029 0.4560675 0.2155807 0.4592322 0.2110305 0.4598758 0.2068945 0.4579951 0.209459 0.4543353 0.2149954 0.4523554 0.213029 0.4560675 0.2119197 0.4507781 0.2149954 0.4523554 0.2170319 0.4530391 0.2167086 0.4558852 0.1540177 0.37414 0.1601892 0.3697789 0.1566293 0.3773756 0.1562845 0.364746 0.1601892 0.3697789 0.1505036 0.3702301 0.1562845 0.364746 0.1621805 0.358695 0.1668891 0.3649533 0.1668891 0.3649533 0.1698494 0.3714779 0.1628386 0.374504 0.1583973 0.3808727 0.1647567 0.3790039 0.1603715 0.3846085 0.1583973 0.3808727 0.1566293 0.3773756 0.1628386 0.374504 0.1718972 0.377197 0.1647567 0.3790039 0.1698494 0.3714779 0.1718972 0.377197 0.1735706 0.3822484 0.1667079 0.3833006 0.1668891 0.3649533 0.1720791 0.3603618 0.1698494 0.3714779 0.1658557 0.3529093 0.1720791 0.3603618 0.1621805 0.358695 0.1658557 0.3529093 0.1693612 0.3452521 0.1774391 0.3551032 0.1774391 0.3551032 0.184214 0.3657527 0.1762785 0.3686788 0.1718972 0.377197 0.1785441 0.3758459 0.1735706 0.3822484 0.1718972 0.377197 0.1698494 0.3714779 0.1762785 0.3686788 0.1762785 0.3686788 0.184214 0.3657527 0.1849212 0.3752403 0.1849212 0.3752403 0.1856725 0.3817921 0.1798198 0.3819153 0.1526048 0.379711 0.1566293 0.3773756 0.1583973 0.3808727 0.1583973 0.3808727 0.1603715 0.3846085 0.1557012 0.3857085 0.1507276 0.3840164 0.1540936 0.3824099 0.1519802 0.3869133 0.1526048 0.379711 0.1540936 0.3824099 0.1494766 0.3818759 0.1471737 0.3743156 0.1505036 0.3702301 0.1540177 0.37414 0.1540177 0.37414 0.1566293 0.3773756 0.1526048 0.379711 0.1477752 0.379926 0.1504128 0.3773384 0.1494766 0.3818759 0.1477752 0.379926 0.1448636 0.3774942 0.1471737 0.3743156 0.1517811 0.4002255 0.1530997 0.4019427 0.149488 0.4032285 0.1517811 0.4002255 0.154653 0.3963794 0.156325 0.399415 0.1542468 0.4039319 0.1530997 0.4019427 0.1570702 0.4018668 0.1542468 0.4039319 0.1528713 0.4059138 0.1511133 0.404558 0.1298546 0.3679391 0.133424 0.3709402 0.1278072 0.3740926 0.1207135 0.3747014 0.1253718 0.3717594 0.1232959 0.3772881 0.1207135 0.3747014 0.1180183 0.3718255 0.122583 0.3694339 0.122583 0.3694339 0.1269086 0.3660095 0.1298546 0.3679391 0.2181692 0.4257167 0.2180109 0.4282797 0.2150797 0.4307804 0.2181692 0.4257167 0.2195532 0.4201133 0.2213257 0.4254764 0.2187494 0.4303755 0.2180109 0.4282797 0.2210869 0.4279676 0.2187494 0.4303755 0.2166499 0.4336511 0.2155143 0.4323018 0.2137699 0.438831 0.2099333 0.4398538 0.2126762 0.4351572 0.2126762 0.4351572 0.2150797 0.4307804 0.2155143 0.4323018 0.2155677 0.4367159 0.2139578 0.4359313 0.2166499 0.4336511 0.2155677 0.4367159 0.2152329 0.4385305 0.2137699 0.438831 0.2351824 0.4319019 0.2405185 0.4332659 0.2375943 0.4348921 0.2317107 0.4381381 0.2343679 0.4348904 0.2336223 0.4387241 0.2317107 0.4381381 0.2293555 0.4374407 0.2311443 0.4345569 0.2351824 0.4319019 0.2343679 0.4348904 0.2322211 0.4324364 0.2317107 0.4381381 0.2336223 0.4387241 0.2291152 0.4427986 0.2291152 0.4427986 0.2244477 0.447749 0.2244749 0.4436881 0.2244749 0.4436881 0.2243583 0.4420235 0.2266773 0.4402875 0.2317107 0.4381381 0.2282137 0.4414963 0.2293555 0.4374407 0.2056326 0.4493692 0.2029044 0.4516124 0.2058252 0.4458769 0.2058252 0.4458769 0.2099333 0.4398538 0.2108923 0.4419851 0.2108923 0.4419851 0.2113097 0.4431922 0.2095094 0.4450523 0.2095094 0.4450523 0.208002 0.4478481 0.2056326 0.4493692 0.2199947 0.4542084 0.2198725 0.4522184 0.2244477 0.447749 0.2199947 0.4542084 0.2155807 0.4592322 0.2167086 0.4558852 0.2190676 0.4503778 0.2198725 0.4522184 0.2170319 0.4530391 0.2190676 0.4503778 0.2199033 0.4479053 0.2212994 0.4477571 0.1562845 0.364746 0.1506006 0.3593231 0.1621805 0.358695 0.1562845 0.364746 0.1505036 0.3702301 0.1460283 0.3647102 0.1446081 0.3547853 0.1506006 0.3593231 0.1413964 0.3595315 0.1446081 0.3547853 0.1472247 0.3504273 0.1548879 0.353775 0.1658557 0.3529093 0.1575178 0.3483359 0.1693612 0.3452521 0.1658557 0.3529093 0.1621805 0.358695 0.1548879 0.353775 0.1548879 0.353775 0.1472247 0.3504273 0.1490941 0.3460146 0.1490941 0.3460146 0.1502871 0.3416187 0.15867 0.3429012 0.1414047 0.3488857 0.1472247 0.3504273 0.1446081 0.3547853 0.1446081 0.3547853 0.1413964 0.3595315 0.1374126 0.3566456 0.1374126 0.3566456 0.133753 0.3549059 0.1355296 0.3511098 0.1414047 0.3488857 0.1397783 0.3524075 0.1365063 0.3482472 0.1436945 0.3416728 0.1502871 0.3416187 0.1490941 0.3460146 0.1414047 0.3488857 0.1426132 0.3453182 0.1472247 0.3504273 0.1414047 0.3488857 0.1365063 0.3482472 0.1371038 0.3454342 0.1436945 0.3416728 0.1426132 0.3453182 0.1379971 0.3423952 0.1754075 0.3867697 0.1771659 0.3907586 0.1720892 0.3911398 0.1636017 0.3885599 0.1694563 0.3874165 0.1667344 0.3922567 0.1636017 0.3885599 0.1603715 0.3846085 0.1667079 0.3833006 0.1754075 0.3867697 0.1694563 0.3874165 0.1735706 0.3822484 0.1864787 0.3869947 0.1875682 0.3913908 0.1823633 0.3912429 0.1754075 0.3867697 0.18105 0.3869391 0.1771659 0.3907586 0.1754075 0.3867697 0.1735706 0.3822484 0.1798198 0.3819153 0.1864787 0.3869947 0.18105 0.3869391 0.1856725 0.3817921 0.1786038 0.3942131 0.1798814 0.3974003 0.1747837 0.3970759 0.1684159 0.3952288 0.1736935 0.3942589 0.1693717 0.3978383 0.1684159 0.3952288 0.1667344 0.3922567 0.1720892 0.3911398 0.1786038 0.3942131 0.1736935 0.3942589 0.1771659 0.3907586 0.1891696 0.3955233 0.1910269 0.399524 0.1855211 0.3988637 0.1786038 0.3942131 0.1838892 0.3951519 0.1798814 0.3974003 0.1786038 0.3942131 0.1771659 0.3907586 0.1823633 0.3912429 0.1891696 0.3955233 0.1838892 0.3951519 0.1875682 0.3913908 0.1307556 0.3605197 0.133753 0.3549059 0.1374126 0.3566456 0.1377411 0.3651092 0.1339864 0.362362 0.1413964 0.3595315 0.1377411 0.3651092 0.133424 0.3709402 0.1298546 0.3679391 0.1307556 0.3605197 0.1339864 0.362362 0.1269086 0.3660095 0.1377411 0.3651092 0.1413964 0.3595315 0.1460283 0.3647102 0.1471737 0.3743156 0.1425433 0.3696665 0.1505036 0.3702301 0.1471737 0.3743156 0.1448636 0.3774942 0.1399821 0.3739077 0.1377411 0.3651092 0.1425433 0.3696665 0.133424 0.3709402 0.1636017 0.3885599 0.1582491 0.3898804 0.1603715 0.3846085 0.1636017 0.3885599 0.1667344 0.3922567 0.160703 0.3939802 0.1536865 0.3911325 0.1582491 0.3898804 0.154653 0.3963794 0.1536865 0.3911325 0.1519802 0.3869133 0.1557012 0.3857085 0.1684159 0.3952288 0.1620284 0.3970623 0.1667344 0.3922567 0.1684159 0.3952288 0.1693717 0.3978383 0.1627895 0.3996354 0.156325 0.399415 0.1620284 0.3970623 0.1570702 0.4018668 0.156325 0.399415 0.154653 0.3963794 0.160703 0.3939802 0.1913455 0.3813696 0.1912526 0.3756699 0.1967893 0.3805387 0.1849212 0.3752403 0.1912526 0.3756699 0.1856725 0.3817921 0.1849212 0.3752403 0.184214 0.3657527 0.1925647 0.3692851 0.1925647 0.3692851 0.1985969 0.3715196 0.1971948 0.3762284 0.1913455 0.3813696 0.1967893 0.3805387 0.1969562 0.3843039 0.1926674 0.3900011 0.1917889 0.3860062 0.1975731 0.3877452 0.1926674 0.3900011 0.1875682 0.3913908 0.1864787 0.3869947 0.1913455 0.3813696 0.1917889 0.3860062 0.1856725 0.3817921 0.1957228 0.3974391 0.1910269 0.399524 0.1891696 0.3955233 0.1891696 0.3955233 0.1875682 0.3913908 0.1926674 0.3900011 0.1926674 0.3900011 0.1975731 0.3877452 0.1985175 0.3910833 0.1957228 0.3974391 0.1940652 0.3937752 0.1996257 0.3943697 0.1892378 0.5333319 0.1909234 0.529013 0.1952094 0.5362301 0.1892378 0.5333319 0.1836244 0.5300721 0.1853139 0.5267614 0.1853139 0.5267614 0.1842213 0.5228242 0.1886408 0.5229665 0.1967127 0.5306991 0.1909234 0.529013 0.1949074 0.5219111 0.1967127 0.5306991 0.1949074 0.5219111 0.2070683 0.52764 0.2185388 0.5380988 0.207606 0.5345461 0.2163227 0.5313655 0.2185388 0.5380988 0.223009 0.5467786 0.2065906 0.5404714 0.2065906 0.5404714 0.1952094 0.5362301 0.1967127 0.5306991 0.2160096 0.5255725 0.2209924 0.5278514 0.2163227 0.5313655 0.2160096 0.5255725 0.2174718 0.5205269 0.2220195 0.5232457 0.2243384 0.529148 0.2209924 0.5278514 0.2253012 0.524967 0.2243384 0.529148 0.2250302 0.5336422 0.2217477 0.5330628 0.2205812 0.5160357 0.2246679 0.5192236 0.2174718 0.5205269 0.2282511 0.5154048 0.2246679 0.5192236 0.224483 0.5115512 0.2282511 0.5154048 0.2311902 0.5178082 0.2277604 0.521185 0.2277604 0.521185 0.2253012 0.524967 0.2220195 0.5232457 0.2282511 0.5154048 0.224483 0.5115512 0.2283221 0.5065253 0.2360379 0.507324 0.2320825 0.5114088 0.2321299 0.5012289 0.2360379 0.507324 0.2402077 0.5108264 0.2350645 0.514843 0.2282511 0.5154048 0.2320825 0.5114088 0.2311902 0.5178082 0.1225908 0.6475191 0.1219878 0.6436417 0.127122 0.6462932 0.127122 0.6462932 0.1329184 0.6490073 0.1310586 0.6498728 0.1259208 0.6507433 0.1268247 0.648696 0.1295688 0.6513571 0.1259208 0.6507433 0.1222729 0.6501295 0.1225908 0.6475191 0.2293341 0.5442209 0.223009 0.5467786 0.2185388 0.5380988 0.2185388 0.5380988 0.2163227 0.5313655 0.2217477 0.5330628 0.2217477 0.5330628 0.2250302 0.5336422 0.2275345 0.5383642 0.2293341 0.5442209 0.2244464 0.5389021 0.231911 0.5425802 0.2451958 0.5506865 0.2449854 0.5540623 0.235407 0.5512367 0.235407 0.5512367 0.223009 0.5467786 0.2293341 0.5442209 0.2382194 0.545557 0.2366564 0.5478709 0.231911 0.5425802 0.2382194 0.545557 0.2454937 0.5479143 0.2451958 0.5506865 0.2459833 0.5455409 0.2454937 0.5479143 0.2382194 0.545557 0.2338196 0.541278 0.2394472 0.5436601 0.231911 0.5425802 0.2338196 0.541278 0.2353941 0.5401452 0.2405076 0.5419716 0.2459833 0.5455409 0.2394472 0.5436601 0.2465687 0.5433669 0.2458721 0.5107124 0.2470381 0.514463 0.2402077 0.5108264 0.2458721 0.5107124 0.252284 0.5087901 0.2523909 0.5131859 0.2482039 0.5182136 0.2470381 0.514463 0.2524978 0.5175817 0.2482039 0.5182136 0.2440416 0.5190594 0.2420251 0.5159172 0.1657807 0.5545863 0.1692123 0.5481069 0.1699912 0.5562725 0.1657807 0.5545863 0.1614964 0.5527516 0.1634885 0.5483724 0.1697323 0.5414279 0.1692123 0.5481069 0.1633643 0.5436205 0.1697323 0.5414279 0.1780599 0.5385457 0.1746061 0.5480978 0.1687223 0.5321463 0.1780599 0.5385457 0.1697323 0.5414279 0.1587756 0.5391749 0.1637931 0.5358687 0.1633643 0.5436205 0.1587756 0.5391749 0.1510291 0.5358953 0.1538299 0.5308515 0.1687223 0.5321463 0.1637931 0.5358687 0.1562628 0.5262078 0.1471245 0.5398626 0.1450409 0.5440723 0.1400757 0.5411528 0.1351904 0.5328809 0.1422156 0.5370809 0.1328693 0.5370637 0.1351904 0.5328809 0.1369049 0.529428 0.1434335 0.5322381 0.1434335 0.5322381 0.1510291 0.5358953 0.1471245 0.5398626 0.1538299 0.5308515 0.1422782 0.5257986 0.1562628 0.5262078 0.1538299 0.5308515 0.1510291 0.5358953 0.1434335 0.5322381 0.1321193 0.5233805 0.1422782 0.5257986 0.1369049 0.529428 0.14087 0.5192719 0.1422782 0.5257986 0.09212136 0.496877 0.1321193 0.5233805 0.1369049 0.529428 0.1351904 0.5328809 0.1351904 0.5328809 0.1328693 0.5370637 0.1231997 0.5320025 0.1414145 0.5560533 0.1512178 0.5602265 0.1391059 0.5595374 0.1414145 0.5560533 0.1433477 0.5521836 0.1506978 0.5560229 0.1588048 0.5618173 0.1512178 0.5602265 0.1566544 0.5574654 0.1588048 0.5618173 0.1610659 0.567431 0.1506494 0.5646325 0.1663168 0.5625296 0.1610659 0.567431 0.1588048 0.5618173 0.1588048 0.5618173 0.1566544 0.5574654 0.1597361 0.5560787 0.1657807 0.5545863 0.1629854 0.5595468 0.1614964 0.5527516 0.1657807 0.5545863 0.1699912 0.5562725 0.1663168 0.5625296 0.1434486 0.5478245 0.1384651 0.5452795 0.1450409 0.5440723 0.1434486 0.5478245 0.1433477 0.5521836 0.1358222 0.5486809 0.1358222 0.5486809 0.129796 0.5450403 0.1312129 0.5417555 0.1312129 0.5417555 0.1328693 0.5370637 0.1400757 0.5411528 0.1312129 0.5417555 0.1209906 0.5381277 0.1328693 0.5370637 0.1312129 0.5417555 0.129796 0.5450403 0.1225163 0.5444002 0.1225163 0.5444002 0.1305858 0.5505766 0.08403915 0.5308011 0.1358222 0.5486809 0.1305858 0.5505766 0.129796 0.5450403 0.1358222 0.5486809 0.1433477 0.5521836 0.1414145 0.5560533 0.1248968 0.5521883 0.1305858 0.5505766 0.1391059 0.5595374 0.1545397 0.5536342 0.1566544 0.5574654 0.1506978 0.5560229 0.1474032 0.5509069 0.1507402 0.5528154 0.1433477 0.5521836 0.1474032 0.5509069 0.1498233 0.5495421 0.1510636 0.5501059 0.1545397 0.5536342 0.1507402 0.5528154 0.1524429 0.5500633 0.7547921 0.1680986 0.7515293 0.1673588 0.7559477 0.1657013 0.7511156 0.1705785 0.7515293 0.1673588 0.7541992 0.1700826 0.7511156 0.1705785 0.745913 0.1713321 0.7488622 0.1664096 0.7535545 0.164564 0.7515293 0.1673588 0.7518061 0.1632844 0.1832523 0.9492148 0.1780656 0.9522476 0.172733 0.9446198 0.1832523 0.9492148 0.1911004 0.9555439 0.182645 0.9574167 0.1734567 0.9559181 0.1780656 0.9522476 0.1760856 0.9605813 0.1734567 0.9559181 0.1707414 0.9532806 0.1718986 0.9497324 0.1582707 0.9524396 0.1546818 0.9491247 0.1624612 0.9467761 0.1718986 0.9497324 0.1655721 0.9504395 0.172733 0.9446198 0.1667648 0.9550201 0.1655721 0.9504395 0.1707414 0.9532806 0.1582707 0.9524396 0.1655721 0.9504395 0.160458 0.9573243 0.1582707 0.9524396 0.160458 0.9573243 0.151076 0.9568919 0.1407174 0.9554157 0.1491791 0.953803 0.1432098 0.9580234 0.1407174 0.9554157 0.1361472 0.9527287 0.1458795 0.9508109 0.1582707 0.9524396 0.1491791 0.953803 0.1546818 0.9491247 0.169657 0.9661675 0.1620263 0.9724838 0.1629129 0.9643302 0.1629129 0.9643302 0.160458 0.9573243 0.1667648 0.9550201 0.1734567 0.9559181 0.1681697 0.9604699 0.1707414 0.9532806 0.1734567 0.9559181 0.1760856 0.9605813 0.169657 0.9661675 0.169657 0.9661675 0.1760856 0.9605813 0.177459 0.9669109 0.173224 0.9758658 0.1710968 0.9714921 0.1777961 0.971728 0.1636254 0.976283 0.1710968 0.9714921 0.1652461 0.9796512 0.1636254 0.976283 0.1620263 0.9724838 0.169657 0.9661675 0.1251727 0.9803656 0.1167722 0.9728977 0.1232783 0.9714428 0.1324984 0.9769117 0.1293683 0.9784458 0.1270609 0.9707046 0.1324984 0.9769117 0.1416593 0.9815103 0.1396837 0.9839798 0.1251727 0.9803656 0.1293683 0.9784458 0.1350591 0.987757 0.2014198 0.3665585 0.1963363 0.3625929 0.2048317 0.361985 0.1925647 0.3692851 0.1963363 0.3625929 0.1985969 0.3715196 0.1905887 0.3566305 0.1963363 0.3625929 0.184214 0.3657527 0.1905887 0.3566305 0.1967549 0.3495189 0.2010514 0.3565531 0.2077026 0.3654375 0.2101189 0.3679002 0.208747 0.3704844 0.2034828 0.3726088 0.2053673 0.3689219 0.2077955 0.3731254 0.2034828 0.3726088 0.1985969 0.3715196 0.2014198 0.3665585 0.2014198 0.3665585 0.2048317 0.361985 0.2077026 0.3654375 0.6604087 0.1771991 0.6639389 0.1708211 0.6666948 0.1735185 0.6666948 0.1735185 0.6697385 0.1767479 0.6661641 0.1815891 0.6661641 0.1815891 0.6638817 0.18844 0.6612175 0.1877856 0.6604087 0.1771991 0.6630924 0.1794903 0.6571719 0.1859769 0.6604087 0.1771991 0.6571719 0.1859769 0.6546187 0.1790297 0.6566801 0.1715007 0.6583777 0.1743224 0.653074 0.1752748 0.6566801 0.1715007 0.6595478 0.1672513 0.6615916 0.1688452 0.6604087 0.1771991 0.6583777 0.1743224 0.6639389 0.1708211 0.6764115 0.1551699 0.6673432 0.1566855 0.676074 0.1509681 0.6764115 0.1551699 0.6752843 0.1586667 0.6681218 0.1593089 0.6606736 0.1591221 0.6673432 0.1566855 0.6625818 0.1609947 0.6606736 0.1591221 0.6584591 0.1576703 0.6658161 0.1545509 0.6560073 0.1567211 0.6625002 0.1529277 0.6584591 0.1576703 0.6560073 0.1567211 0.6534333 0.1559261 0.6585695 0.1515719 0.6683771 0.1485974 0.6625002 0.1529277 0.6636039 0.146735 0.6658161 0.1545509 0.6625002 0.1529277 0.676074 0.1509681 0.8480721 0.310447 0.8431857 0.3114145 0.8513375 0.2986189 0.8639826 0.2872169 0.8560274 0.298832 0.8644172 0.279509 0.7779312 0.397343 0.797294 0.3707634 0.7972426 0.3783698 0.7962352 0.3861882 0.786625 0.3936887 0.7995803 0.3802676 0.7962352 0.3861882 0.7941322 0.3918858 0.7793847 0.4069481 0.7779312 0.397343 0.786625 0.3936887 0.7607692 0.4231396 0.2280721 0.9700747 0.2415149 0.9645919 0.2148506 0.9838107 0.2280721 0.9700747 0.2400918 0.9545336 0.2447234 0.9524723 0.2565057 0.9557107 0.2415149 0.9645919 0.250777 0.9478759 0.2565057 0.9557107 0.2620975 0.9630215 0.2399682 0.9750795 0.2794414 0.9470764 0.2620975 0.9630215 0.2565057 0.9557107 0.2565057 0.9557107 0.250777 0.9478759 0.2563426 0.9427674 0.2563426 0.9427674 0.2594585 0.9384354 0.2769017 0.9336904 0.2794414 0.9470764 0.2687624 0.9445584 0.2936515 0.9274805 0.2632165 0.9263972 0.2657696 0.9280955 0.2546616 0.9349339 0.2632165 0.9263972 0.2717714 0.9178605 0.2733764 0.9200226 0.2733764 0.9200226 0.2756919 0.9208613 0.2704889 0.9283362 0.2704889 0.9283362 0.2594585 0.9384354 0.2581629 0.9361684 0.1827816 0.9791594 0.1886628 0.9718779 0.1956695 0.9703962 0.2035365 0.9718922 0.1922852 0.9763422 0.2030374 0.9683995 0.2035365 0.9718922 0.2048158 0.9744746 0.191892 0.9806389 0.1827816 0.9791594 0.1922852 0.9763422 0.1740518 0.9874346 0.191892 0.9806389 0.1992405 0.9818904 0.1740518 0.9874346 0.191892 0.9806389 0.2048158 0.9744746 0.2067577 0.9753518 0.2101547 0.9790403 0.1992405 0.9818904 0.210145 0.9739575 0.1937779 0.9879883 0.1992405 0.9818904 0.2148506 0.9838107 0.03433084 0.9530417 0.03370088 0.9530056 0.03413635 0.9524166 0.03322511 0.9532918 0.03370088 0.9530056 0.0337814 0.9536343 0.03343248 0.9526804 0.03370088 0.9530056 0.03234148 0.9529559 0.02989 0.9531017 0.03097265 0.9530928 0.03010237 0.9534702 0.03132152 0.952835 0.03097265 0.9530928 0.03021448 0.9526804 0.0312438 0.9532679 0.03097265 0.9530928 0.03234148 0.9529559 0.03269618 0.9539502 0.03263449 0.9535357 0.0337814 0.9536343 0.03193324 0.9534804 0.03263449 0.9535357 0.03147649 0.9539638 0.03322511 0.9532918 0.03263449 0.9535357 0.03234148 0.9529559 0.03057616 0.9538046 0.03133517 0.95349 0.03147649 0.9539638 0.0312438 0.9532679 0.03133517 0.95349 0.03010237 0.9534702 0.03193324 0.9534804 0.03133517 0.95349 0.03234148 0.9529559 0.03098815 0.9522319 0.03163772 0.9525427 0.03021448 0.9526804 0.03234165 0.9524479 0.03163772 0.9525427 0.03211671 0.9519727 0.03132152 0.952835 0.03163772 0.9525427 0.03234148 0.9529559 0.03330898 0.9520263 0.03306663 0.9524099 0.03211671 0.9519727 0.03343248 0.9526804 0.03306663 0.9524099 0.03413635 0.9524166 0.03234165 0.9524479 0.03306663 0.9524099 0.03234148 0.9529559 0.6545026 0.5918708 0.6654824 0.5861614 0.6665375 0.5939183 0.6614906 0.6037292 0.658133 0.5983222 0.6673258 0.6005249 0.6614906 0.6037292 0.6564288 0.6086239 0.6505798 0.6045617 0.6545026 0.5918708 0.658133 0.5983222 0.64444 0.5996268 0.6505798 0.6045617 0.6436865 0.6126827 0.64444 0.5996268 0.6505798 0.6045617 0.6564288 0.6086239 0.6527561 0.6148304 0.6371234 0.6217443 0.6436865 0.6126827 0.6497778 0.6216927 0.6371234 0.6217443 0.6232311 0.6219926 0.6339439 0.6101244 0.6924401 0.6035777 0.6891964 0.5965811 0.7010937 0.5921978 0.6924401 0.6035777 0.6840887 0.6130644 0.6817402 0.6061766 0.6842715 0.5917636 0.6891964 0.5965811 0.6784607 0.6010358 0.6842715 0.5917636 0.6905145 0.5808018 0.697103 0.5851598 0.6733192 0.5993895 0.6673258 0.6005249 0.6665375 0.5939183 0.6787304 0.5818037 0.6759844 0.591304 0.6654824 0.5861614 0.6787304 0.5818037 0.6905145 0.5808018 0.6842715 0.5917636 0.6733192 0.5993895 0.6759844 0.591304 0.6784607 0.6010358 0.6733192 0.5993895 0.6784607 0.6010358 0.6735145 0.6069292 0.6735145 0.6069292 0.670774 0.6099939 0.6688906 0.6085994 0.6675809 0.6048307 0.6708156 0.6046453 0.6676394 0.6075242 0.6733192 0.5993895 0.6708156 0.6046453 0.6673258 0.6005249 0.6763415 0.6187651 0.6751851 0.6121203 0.6840887 0.6130644 0.6703267 0.6143441 0.6751851 0.6121203 0.6685227 0.6214861 0.6735145 0.6069292 0.6751851 0.6121203 0.670774 0.6099939 0.6735145 0.6069292 0.6784607 0.6010358 0.6817402 0.6061766 0.6614906 0.6037292 0.6673258 0.6005249 0.6675809 0.6048307 0.6664869 0.6096172 0.6643026 0.6070473 0.6676394 0.6075242 0.6616968 0.6109408 0.6643026 0.6070473 0.6648324 0.6121479 0.6614906 0.6037292 0.6643026 0.6070473 0.6564288 0.6086239 0.6664869 0.6096172 0.6679611 0.6127796 0.6648324 0.6121479 0.6664869 0.6096172 0.6676394 0.6075242 0.6688906 0.6085994 0.6703267 0.6143441 0.6679611 0.6127796 0.670774 0.6099939 0.6658749 0.6157706 0.6679611 0.6127796 0.6685227 0.6214861 0.6616968 0.6109408 0.6604794 0.6161569 0.6564288 0.6086239 0.6658749 0.6157706 0.6604794 0.6161569 0.6648324 0.6121479 0.6599561 0.6220343 0.6604794 0.6161569 0.6685227 0.6214861 0.6599561 0.6220343 0.6497778 0.6216927 0.6527561 0.6148304 0.8531035 0.4529866 0.849186 0.4620282 0.8698618 0.4623093 0.8531035 0.4529866 0.8378404 0.4459322 0.8353845 0.4547923 0.8447111 0.4706004 0.849186 0.4620282 0.8328695 0.4628796 0.8447111 0.4706004 0.8571742 0.4811433 0.8640772 0.4718462 0.7885962 0.4667584 0.7831143 0.461494 0.7747561 0.4748533 0.7805671 0.4872542 0.7823386 0.4767935 0.771816 0.4885933 0.7805671 0.4872542 0.7881719 0.4859887 0.7889749 0.4784623 0.7885962 0.4667584 0.7823386 0.4767935 0.7934541 0.4713563 0.7347096 0.1059576 0.7376897 0.1050096 0.7326023 0.08507937 0.7326023 0.08507937 0.7254347 0.06772089 0.7214338 0.07224494 0.7214338 0.07224494 0.7173855 0.07630592 0.7241798 0.09014827 0.7347096 0.1059576 0.7288352 0.08777666 0.7297161 0.1065874 0.6695843 0.05740296 0.6661663 0.04972785 0.6543599 0.06072032 0.6566868 0.07695198 0.6603423 0.06569379 0.6492817 0.07539051 0.6566868 0.07695198 0.6633941 0.07812005 0.6657515 0.06994819 0.6695843 0.05740296 0.6603423 0.06569379 0.6727045 0.06405681 0.9674938 0.5131585 0.9786269 0.507604 0.9624089 0.4926307 0.9418563 0.4977218 0.9562754 0.5028217 0.9420666 0.4841281 0.9418563 0.4977218 0.9416313 0.5090699 0.9510282 0.5115141 0.9674938 0.5131585 0.9562754 0.5028217 0.958002 0.518177 0.2191758 0.03461647 0.2131319 0.03769201 0.2203199 0.0498799 0.2061765 0.02985465 0.2131319 0.03769201 0.2094953 0.02423435 0.2061765 0.02985465 0.2029827 0.03485685 0.2078361 0.04036945 0.2078361 0.04036945 0.207755 0.04850411 0.2136116 0.04908984 0.1892221 0.01396906 0.1916443 0.02376836 0.2094953 0.02423435 0.1892221 0.01396906 0.1636525 0.003762245 0.1733236 0.01855754 0.1926901 0.03255033 0.1916443 0.02376836 0.1796782 0.03184682 0.1926901 0.03255033 0.2029827 0.03485685 0.2061765 0.02985465 0.1956205 0.1056936 0.1891812 0.08591544 0.1848316 0.1068657 0.2000414 0.08059853 0.1891812 0.08591544 0.2058559 0.09738159 0.2000414 0.08059853 0.1951715 0.06700581 0.1844078 0.06960982 0.1844078 0.06960982 0.1722984 0.06935137 0.1772284 0.08652037 0.2000414 0.08059853 0.2058559 0.09738159 0.2149845 0.07478934 0.2136116 0.04908984 0.2087165 0.06585764 0.2203199 0.0498799 0.2136116 0.04908984 0.207755 0.04850411 0.2032437 0.05867671 0.2000414 0.08059853 0.2087165 0.06585764 0.1951715 0.06700581 0.9809165 0.7062727 0.9726868 0.6853635 0.9749002 0.7128324 0.9790928 0.6780838 0.9726868 0.6853635 0.9868221 0.6952463 0.9790928 0.6780838 0.9727174 0.6644815 0.9661066 0.6683592 0.9660544 0.6902298 0.9726868 0.6853635 0.9591657 0.6713001 0.9790928 0.6780838 0.9868221 0.6952463 0.9925058 0.6752866 0.9888283 0.6534068 0.9850459 0.6659774 0.9960563 0.6549679 0.9786681 0.6587303 0.9850459 0.6659774 0.9824517 0.6523196 0.9790928 0.6780838 0.9850459 0.6659774 0.9727174 0.6644815 0.995562 0.6428644 0.9887221 0.644735 0.9960563 0.6549679 0.995562 0.6428644 0.9910112 0.6324442 0.9847018 0.6373944 0.9847018 0.6373944 0.9789463 0.6416979 0.9825614 0.6464635 0.9825614 0.6464635 0.9824517 0.6523196 0.9888283 0.6534068 0.9823926 0.6171756 0.9767417 0.6288174 0.9910112 0.6324442 0.9823926 0.6171756 0.97174 0.5994828 0.9668119 0.6196224 0.9715556 0.6385586 0.9767417 0.6288174 0.9622771 0.6362326 0.9847018 0.6373944 0.9767417 0.6288174 0.9789463 0.6416979 0.7883072 0.5294149 0.77954 0.5451749 0.7999911 0.5371817 0.766655 0.5396043 0.77954 0.5451749 0.7726555 0.5260068 0.766655 0.5396043 0.7613583 0.5513567 0.7711321 0.5584525 0.7711321 0.5584525 0.7792096 0.5685315 0.7898321 0.5544172 0.766655 0.5396043 0.7726555 0.5260068 0.7490682 0.5313162 0.731783 0.5473505 0.7485843 0.5413768 0.7269511 0.5407214 0.748192 0.5502273 0.7485843 0.5413768 0.7359533 0.5532616 0.766655 0.5396043 0.7485843 0.5413768 0.7613583 0.5513567 0.7157102 0.549601 0.7227063 0.5543833 0.7269511 0.5407214 0.7189852 0.5642737 0.7227063 0.5543833 0.7106705 0.5615735 0.7189852 0.5642737 0.7267021 0.5666543 0.7289623 0.5586574 0.7289623 0.5586574 0.7359533 0.5532616 0.731783 0.5473505 0.7071568 0.5802571 0.7182506 0.5788202 0.7106705 0.5615735 0.7071568 0.5802571 0.7044063 0.6022962 0.7190094 0.5956946 0.7286555 0.5774924 0.7182506 0.5788202 0.7327159 0.589751 0.7189852 0.5642737 0.7182506 0.5788202 0.7267021 0.5666543 0.7332231 0.5683953 0.7267021 0.5666543 0.7286555 0.5774924 0.7446293 0.5851235 0.7376826 0.5763826 0.7327159 0.589751 0.7446293 0.5851235 0.7558953 0.5809588 0.7441668 0.5739441 0.7332231 0.5683953 0.7376826 0.5763826 0.7386026 0.5691448 0.7289623 0.5586574 0.733738 0.5619149 0.7359533 0.5532616 0.7332231 0.5683953 0.733738 0.5619149 0.7267021 0.5666543 0.7332231 0.5683953 0.7386026 0.5691448 0.7390571 0.5649682 0.7390571 0.5649682 0.7414915 0.5614069 0.7388003 0.5577371 0.748192 0.5502273 0.747983 0.5566575 0.7613583 0.5513567 0.748192 0.5502273 0.7359533 0.5532616 0.7388003 0.5577371 0.7476644 0.5622606 0.747983 0.5566575 0.7414915 0.5614069 0.7476644 0.5622606 0.7538642 0.5639169 0.7574694 0.5594192 0.7711321 0.5584525 0.7634428 0.5667652 0.7792096 0.5685315 0.7711321 0.5584525 0.7613583 0.5513567 0.7574694 0.5594192 0.7556529 0.5701465 0.7634428 0.5667652 0.7538642 0.5639169 0.7676597 0.5764034 0.7634428 0.5667652 0.7558953 0.5809588 0.974299 0.644708 0.9789463 0.6416979 0.9715556 0.6385586 0.9585288 0.6457838 0.9672989 0.6444984 0.9622771 0.6362326 0.9585288 0.6457838 0.9562669 0.6522778 0.9654318 0.648279 0.974299 0.644708 0.9672989 0.6444984 0.9709886 0.6473189 0.9825614 0.6464635 0.9777592 0.6479079 0.9824517 0.6523196 0.974299 0.644708 0.9777592 0.6479079 0.9789463 0.6416979 0.974299 0.644708 0.9709886 0.6473189 0.9731116 0.6494677 0.9731116 0.6494677 0.9742718 0.6519755 0.9777781 0.6521803 0.9786681 0.6587303 0.9744545 0.6556078 0.9727174 0.6644815 0.9786681 0.6587303 0.9824517 0.6523196 0.9777781 0.6521803 0.9711288 0.6540613 0.9744545 0.6556078 0.9742718 0.6519755 0.9711288 0.6540613 0.9676275 0.6555984 0.9690498 0.6579995 0.9561912 0.6597164 0.9591657 0.6713001 0.9661066 0.6683592 0.9690498 0.6579995 0.9628254 0.6591646 0.9727174 0.6644815 0.9631569 0.6546142 0.9628254 0.6591646 0.9676275 0.6555984 0.9561912 0.6597164 0.9628254 0.6591646 0.9562669 0.6522778 0.2032437 0.05867671 0.1993614 0.05499714 0.1951715 0.06700581 0.2032437 0.05867671 0.207755 0.04850411 0.203602 0.0483272 0.1959995 0.05254542 0.1993614 0.05499714 0.2001125 0.04844015 0.1959995 0.05254542 0.1910867 0.05589812 0.1921908 0.05979365 0.1727147 0.05853515 0.1722984 0.06935137 0.1844078 0.06960982 0.1844078 0.06960982 0.1951715 0.06700581 0.1921908 0.05979365 0.1853587 0.05450534 0.1829662 0.06024956 0.1910867 0.05589812 0.1727147 0.05853515 0.1829662 0.06024956 0.1759307 0.0506125 0.2000387 0.03862267 0.2029827 0.03485685 0.1926901 0.03255033 0.1793995 0.04212409 0.1909835 0.03929758 0.1796782 0.03184682 0.1793995 0.04212409 0.1759307 0.0506125 0.189718 0.04460018 0.2000387 0.03862267 0.1909835 0.03929758 0.196668 0.04234015 0.2078361 0.04036945 0.2040362 0.04225075 0.207755 0.04850411 0.2000387 0.03862267 0.2040362 0.04225075 0.2029827 0.03485685 0.1995232 0.04469168 0.2040362 0.04225075 0.196668 0.04234015 0.1995232 0.04469168 0.2001125 0.04844015 0.203602 0.0483272 0.9517927 0.5221234 0.958002 0.518177 0.9510282 0.5115141 0.9510282 0.5115141 0.9416313 0.5090699 0.9413772 0.5159266 0.9448137 0.5219866 0.9475538 0.5172094 0.9404556 0.5200436 0.9517927 0.5221234 0.9475538 0.5172094 0.9487848 0.5249978 0.675229 0.06866818 0.6727045 0.06405681 0.6657515 0.06994819 0.6687058 0.07850122 0.6700143 0.07276457 0.6633941 0.07812005 0.6744652 0.07484924 0.6700143 0.07276457 0.6726112 0.07859873 0.675229 0.06866818 0.6700143 0.07276457 0.6777432 0.07135444 0.7241798 0.09014827 0.7177479 0.09186857 0.7297161 0.1065874 0.7241798 0.09014827 0.7173855 0.07630592 0.7132427 0.07944095 0.7093511 0.09112614 0.7177479 0.09186857 0.7088243 0.08218795 0.7093511 0.09112614 0.7118532 0.1085544 0.7206957 0.1065804 0.7970643 0.4746212 0.7934541 0.4713563 0.7889749 0.4784623 0.7889749 0.4784623 0.7881719 0.4859887 0.7934846 0.4848708 0.7979013 0.4803093 0.7937187 0.4795886 0.7968148 0.4841396 0.7970643 0.4746212 0.7937187 0.4795886 0.7997837 0.4763395 0.8447111 0.4706004 0.8391214 0.4782339 0.8571742 0.4811433 0.8447111 0.4706004 0.8328695 0.4628796 0.8302365 0.4694213 0.8314133 0.4830673 0.8391214 0.4782339 0.8276882 0.4748238 0.8480343 0.4899606 0.8391214 0.4782339 0.8395606 0.4990971 0.7476644 0.5622606 0.7469432 0.5686298 0.7538642 0.5639169 0.7390571 0.5649682 0.7469432 0.5686298 0.7414915 0.5614069 0.7441668 0.5739441 0.7469432 0.5686298 0.7386026 0.5691448 0.7556529 0.5701465 0.7469432 0.5686298 0.7558953 0.5809588 0.9711288 0.6540613 0.9674149 0.6515425 0.9676275 0.6555984 0.9711288 0.6540613 0.9742718 0.6519755 0.9731116 0.6494677 0.9654318 0.648279 0.9674149 0.6515425 0.9709886 0.6473189 0.9631569 0.6546142 0.9674149 0.6515425 0.9562669 0.6522778 0.1995232 0.04469168 0.196668 0.04234015 0.189718 0.04460018 0.1853587 0.05450534 0.1920875 0.04904794 0.1759307 0.0506125 0.1853587 0.05450534 0.1910867 0.05589812 0.1959995 0.05254542 0.1995232 0.04469168 0.1920875 0.04904794 0.2001125 0.04844015 0.8353845 0.4547923 0.8237624 0.4527207 0.8328695 0.4628796 0.8353845 0.4547923 0.8378404 0.4459322 0.8255674 0.4434143 0.8124809 0.454631 0.8237624 0.4527207 0.8131507 0.4453085 0.8124809 0.454631 0.8121866 0.462478 0.8222713 0.460803 0.8124809 0.454631 0.7997013 0.4593405 0.8121866 0.462478 0.8124809 0.454631 0.8131507 0.4453085 0.7974562 0.4514904 0.7885962 0.4667584 0.7997013 0.4593405 0.7831143 0.461494 0.7885962 0.4667584 0.7934541 0.4713563 0.8018862 0.466012 0.7805671 0.4872542 0.7829199 0.4959487 0.7881719 0.4859887 0.7805671 0.4872542 0.771816 0.4885933 0.7737289 0.4997387 0.791028 0.5050173 0.7829199 0.4959487 0.7822104 0.5107659 0.791028 0.5050173 0.7984651 0.499833 0.7907686 0.4925941 0.791028 0.5050173 0.8065223 0.5166004 0.7984651 0.499833 0.791028 0.5050173 0.7822104 0.5107659 0.798976 0.5241512 0.798976 0.5241512 0.8198835 0.5387156 0.8257096 0.5294408 0.8129621 0.50926 0.8065223 0.5166004 0.8308592 0.5197811 0.7995737 0.4867491 0.7968148 0.4841396 0.7934846 0.4848708 0.7907686 0.4925941 0.7959325 0.4901104 0.7881719 0.4859887 0.7907686 0.4925941 0.7984651 0.499833 0.803141 0.495777 0.803141 0.495777 0.8064922 0.4904719 0.7995737 0.4867491 0.803141 0.495777 0.8171886 0.5023403 0.8064922 0.4904719 0.803141 0.495777 0.7984651 0.499833 0.8129621 0.50926 0.8129621 0.50926 0.8308592 0.5197811 0.8346559 0.5093519 0.8346559 0.5093519 0.8395606 0.4990971 0.8195973 0.4942103 0.8209268 0.4728425 0.8276882 0.4748238 0.8302365 0.4694213 0.8302365 0.4694213 0.8328695 0.4628796 0.8222713 0.460803 0.8126431 0.4673741 0.8214077 0.466437 0.8121866 0.462478 0.8126431 0.4673741 0.8123871 0.4726259 0.8209268 0.4728425 0.8126431 0.4673741 0.8039505 0.4703259 0.8123871 0.4726259 0.8126431 0.4673741 0.8121866 0.462478 0.8018862 0.466012 0.7970643 0.4746212 0.8039505 0.4703259 0.7934541 0.4713563 0.7970643 0.4746212 0.7997837 0.4763395 0.8046785 0.4745025 0.8314133 0.4830673 0.8205833 0.4832389 0.8395606 0.4990971 0.8209268 0.4728425 0.8205833 0.4832389 0.8276882 0.4748238 0.8099556 0.48154 0.8205833 0.4832389 0.8123871 0.4726259 0.8099556 0.48154 0.8064922 0.4904719 0.8195973 0.4942103 0.8099556 0.48154 0.8028543 0.4807616 0.8064922 0.4904719 0.8099556 0.48154 0.8123871 0.4726259 0.8046785 0.4745025 0.7979013 0.4803093 0.8028543 0.4807616 0.7997837 0.4763395 0.7995737 0.4867491 0.8028543 0.4807616 0.7968148 0.4841396 0.7080755 0.06765705 0.7173855 0.07630592 0.7214338 0.07224494 0.7141067 0.05550587 0.7109784 0.06201165 0.7254347 0.06772089 0.7141067 0.05550587 0.699461 0.0483036 0.698042 0.05635541 0.7080755 0.06765705 0.7109784 0.06201165 0.6967766 0.06319117 0.698042 0.05635541 0.6831974 0.0545547 0.6967766 0.06319117 0.6823405 0.04598325 0.6831974 0.0545547 0.699461 0.0483036 0.6823405 0.04598325 0.6661663 0.04972785 0.6695843 0.05740296 0.6695843 0.05740296 0.6727045 0.06405681 0.6840163 0.06189781 0.6566868 0.07695198 0.659833 0.08870244 0.6633941 0.07812005 0.6566868 0.07695198 0.6492817 0.07539051 0.6532918 0.09016817 0.6692661 0.100869 0.659833 0.08870244 0.6644769 0.10418 0.665869 0.08712047 0.659833 0.08870244 0.6738237 0.09740144 0.6879056 0.109415 0.6738237 0.09740144 0.6692661 0.100869 0.6809231 0.1165526 0.6844712 0.1133758 0.6644769 0.10418 0.7025622 0.1260526 0.6844712 0.1133758 0.6999999 0.1281057 0.6879056 0.109415 0.6844712 0.1133758 0.7050511 0.1222947 0.6755409 0.08224147 0.6726112 0.07859873 0.6687058 0.07850122 0.665869 0.08712047 0.6708946 0.0853061 0.6633941 0.07812005 0.665869 0.08712047 0.6738237 0.09740144 0.677918 0.09362059 0.6755409 0.08224147 0.6708946 0.0853061 0.682469 0.08830481 0.677918 0.09362059 0.6911128 0.1038862 0.682469 0.08830481 0.6879056 0.109415 0.6911128 0.1038862 0.6738237 0.09740144 0.6879056 0.109415 0.7050511 0.1222947 0.7073932 0.1151273 0.6945815 0.09628564 0.6911128 0.1038862 0.7118532 0.1085544 0.7132427 0.07944095 0.7056229 0.0715816 0.7088243 0.08218795 0.7080755 0.06765705 0.7056229 0.0715816 0.7173855 0.07630592 0.6958183 0.06759464 0.7056229 0.0715816 0.6967766 0.06319117 0.6958183 0.06759464 0.6935605 0.07234776 0.7028037 0.07674562 0.6958183 0.06759464 0.6847587 0.0667842 0.6935605 0.07234776 0.6958183 0.06759464 0.6967766 0.06319117 0.6840163 0.06189781 0.675229 0.06866818 0.6847587 0.0667842 0.6727045 0.06405681 0.675229 0.06866818 0.6777432 0.07135444 0.6840308 0.0711444 0.7093511 0.09112614 0.6988009 0.08610957 0.7118532 0.1085544 0.7028037 0.07674562 0.6988009 0.08610957 0.7088243 0.08218795 0.6883971 0.08023256 0.6988009 0.08610957 0.6935605 0.07234776 0.6883971 0.08023256 0.682469 0.08830481 0.6945815 0.09628564 0.6883971 0.08023256 0.680439 0.07690888 0.682469 0.08830481 0.6883971 0.08023256 0.6935605 0.07234776 0.6840308 0.0711444 0.6744652 0.07484924 0.680439 0.07690888 0.6777432 0.07135444 0.6755409 0.08224147 0.680439 0.07690888 0.6726112 0.07859873 0.2642906 0.07856982 0.2727848 0.08658123 0.2816947 0.07664704 0.2816947 0.07664704 0.2885009 0.06670343 0.2827265 0.06394481 0.270142 0.06425356 0.2746197 0.07142585 0.2781417 0.06122732 0.2642906 0.07856982 0.2746197 0.07142585 0.25541 0.0696752 0.2981285 0.08526873 0.2896832 0.08113998 0.2895181 0.09847944 0.2962346 0.069377 0.2896832 0.08113998 0.3049479 0.07200801 0.2816947 0.07664704 0.2896832 0.08113998 0.2885009 0.06670343 0.2811769 0.09294283 0.2896832 0.08113998 0.2727848 0.08658123 0.2759469 0.031089 0.2775927 0.02759855 0.2718502 0.02982658 0.2815849 0.0316714 0.2775927 0.02759855 0.2796773 0.03374785 0.2815849 0.0316714 0.2854844 0.02873146 0.2795858 0.02361059 0.2795858 0.02361059 0.2720099 0.02230638 0.2722598 0.02685099 0.2916015 0.02435088 0.2825798 0.01706558 0.2854844 0.02873146 0.2916015 0.02435088 0.2988274 0.01924997 0.2860744 0.009241998 0.2714473 0.01425361 0.2825798 0.01706558 0.2707285 0.004446864 0.2714473 0.01425361 0.2720099 0.02230638 0.2795858 0.02361059 0.9640772 0.5696708 0.9519146 0.5823495 0.97463 0.5756928 0.9432819 0.574347 0.9519146 0.5823495 0.955001 0.5641224 0.9370763 0.5944913 0.9519146 0.5823495 0.9286165 0.5839436 0.9370763 0.5944913 0.9462601 0.6048443 0.96163 0.5905289 0.9432819 0.574347 0.955001 0.5641224 0.9488781 0.5595217 0.9336697 0.557996 0.9368149 0.566698 0.943799 0.5557525 0.9216048 0.5730065 0.9368149 0.566698 0.9142354 0.5623642 0.9216048 0.5730065 0.9286165 0.5839436 0.9432819 0.574347 0.2759469 0.031089 0.2739948 0.03614133 0.2796773 0.03374785 0.2675886 0.03254526 0.2739948 0.03614133 0.2718502 0.02982658 0.2719298 0.04349952 0.2739948 0.03614133 0.2620254 0.03971552 0.2719298 0.04349952 0.2818928 0.04650062 0.2808593 0.03879129 0.2719298 0.04349952 0.2699455 0.05390751 0.2818928 0.04650062 0.2719298 0.04349952 0.2620254 0.03971552 0.2586376 0.05186051 0.270142 0.06425356 0.2699455 0.05390751 0.25541 0.0696752 0.270142 0.06425356 0.2781417 0.06122732 0.2806889 0.0548439 0.2675886 0.03254526 0.2718502 0.02982658 0.2722598 0.02685099 0.2633541 0.02551704 0.2649417 0.02976185 0.2720099 0.02230638 0.2633541 0.02551704 0.2542582 0.03220301 0.257362 0.03658711 0.257362 0.03658711 0.2620254 0.03971552 0.2675886 0.03254526 0.257362 0.03658711 0.2512446 0.04758286 0.2620254 0.03971552 0.257362 0.03658711 0.2542582 0.03220301 0.2453617 0.04132479 0.2458581 0.06066387 0.2512446 0.04758286 0.2365648 0.05166441 0.2458581 0.06066387 0.25541 0.0696752 0.2586376 0.05186051 0.2806889 0.0548439 0.2781417 0.06122732 0.2827265 0.06394481 0.2910996 0.05674088 0.2863888 0.05578964 0.2885009 0.06670343 0.2910996 0.05674088 0.2908493 0.04681229 0.2867318 0.04728025 0.2867318 0.04728025 0.2818928 0.04650062 0.2806889 0.0548439 0.2867318 0.04728025 0.2848809 0.0387364 0.2818928 0.04650062 0.2867318 0.04728025 0.2908493 0.04681229 0.2891083 0.03697061 0.2815849 0.0316714 0.2848809 0.0387364 0.2854844 0.02873146 0.2815849 0.0316714 0.2796773 0.03374785 0.2808593 0.03879129 0.2910996 0.05674088 0.2885009 0.06670343 0.2962346 0.069377 0.3081852 0.05864733 0.298876 0.05769371 0.3049479 0.07200801 0.2986478 0.04607045 0.298876 0.05769371 0.308287 0.04519176 0.2910996 0.05674088 0.298876 0.05769371 0.2908493 0.04681229 0.2986478 0.04607045 0.2965903 0.03448766 0.2908493 0.04681229 0.2986478 0.04607045 0.308287 0.04519176 0.3056996 0.03164625 0.2916015 0.02435088 0.2965903 0.03448766 0.2988274 0.01924997 0.2916015 0.02435088 0.2854844 0.02873146 0.2891083 0.03697061 0.2633541 0.02551704 0.2720099 0.02230638 0.2714473 0.01425361 0.2560773 0.007688939 0.2601259 0.01753681 0.2707285 0.004446864 0.2560773 0.007688939 0.2427462 0.01551777 0.2490327 0.02465212 0.2633541 0.02551704 0.2601259 0.01753681 0.2542582 0.03220301 0.2453617 0.04132479 0.2542582 0.03220301 0.2490327 0.02465212 0.2313607 0.02448284 0.2385848 0.0333364 0.2427462 0.01551777 0.2313607 0.02448284 0.2209481 0.03401613 0.2284594 0.04280519 0.2284594 0.04280519 0.2365648 0.05166441 0.2453617 0.04132479 0.9306851 0.5114507 0.9416313 0.5090699 0.9418563 0.4977218 0.9223885 0.48622 0.9269981 0.4999775 0.9420666 0.4841281 0.9223885 0.48622 0.9044087 0.4947745 0.9122853 0.5075163 0.9306851 0.5114507 0.9269981 0.4999775 0.9188226 0.5183393 0.9066771 0.5294187 0.9188226 0.5183393 0.9122853 0.5075163 0.8891614 0.5056602 0.8983022 0.5182651 0.9044087 0.4947745 0.8891614 0.5056602 0.8752803 0.5177115 0.8846837 0.5306192 0.8846837 0.5306192 0.8943901 0.5425935 0.9066771 0.5294187 0.9608274 0.5526419 0.955001 0.5641224 0.9640772 0.5696708 0.9828903 0.5598157 0.9708885 0.5559179 0.97463 0.5756928 0.9734217 0.5414468 0.9708885 0.5559179 0.9865958 0.542894 0.9734217 0.5414468 0.9624803 0.5405401 0.9608274 0.5526419 0.9734217 0.5414468 0.9727496 0.5266136 0.9624803 0.5405401 0.9734217 0.5414468 0.9865958 0.542894 0.9859319 0.5249243 0.9674938 0.5131585 0.9727496 0.5266136 0.9786269 0.507604 0.9674938 0.5131585 0.958002 0.518177 0.9616789 0.528452 0.9476161 0.5489608 0.943799 0.5557525 0.9488781 0.5595217 0.9608274 0.5526419 0.9546472 0.5506097 0.955001 0.5641224 0.9608274 0.5526419 0.9624803 0.5405401 0.9560043 0.5407146 0.9560043 0.5407146 0.9495015 0.5398713 0.9476161 0.5489608 0.9560043 0.5407146 0.9548312 0.5305888 0.9495015 0.5398713 0.9560043 0.5407146 0.9624803 0.5405401 0.9616789 0.528452 0.9517927 0.5221234 0.9548312 0.5305888 0.958002 0.518177 0.9517927 0.5221234 0.9487848 0.5249978 0.9491977 0.5310657 0.9413772 0.5159266 0.9325264 0.5183548 0.9404556 0.5200436 0.9306851 0.5114507 0.9325264 0.5183548 0.9416313 0.5090699 0.9306851 0.5114507 0.9188226 0.5183393 0.9226809 0.5253252 0.9226809 0.5253252 0.92789 0.5305054 0.9352965 0.523057 0.9226809 0.5253252 0.9135202 0.5376696 0.92789 0.5305054 0.9226809 0.5253252 0.9188226 0.5183393 0.9066771 0.5294187 0.9047022 0.5527009 0.9135202 0.5376696 0.8943901 0.5425935 0.9047022 0.5527009 0.9142354 0.5623642 0.9219294 0.5433606 0.9448137 0.5219866 0.9417699 0.5279245 0.9487848 0.5249978 0.9448137 0.5219866 0.9404556 0.5200436 0.9352965 0.523057 0.9384801 0.5359111 0.9417699 0.5279245 0.92789 0.5305054 0.9384801 0.5359111 0.9495015 0.5398713 0.9491977 0.5310657 0.9384801 0.5359111 0.9350025 0.5468344 0.9495015 0.5398713 0.9384801 0.5359111 0.92789 0.5305054 0.9219294 0.5433606 0.9336697 0.557996 0.9350025 0.5468344 0.9142354 0.5623642 0.9336697 0.557996 0.943799 0.5557525 0.9476161 0.5489608 0.6759142 0.9490711 0.6644486 0.949227 0.67027 0.9621567 0.6759142 0.9490711 0.6782386 0.9375599 0.6654291 0.9387833 0.6537515 0.9500721 0.6644486 0.949227 0.653389 0.9415058 0.6537515 0.9500721 0.6520128 0.9589194 0.6607856 0.9604392 0.6199855 0.9799435 0.6140692 0.9873936 0.6284847 0.993012 0.6405715 0.9827809 0.6304333 0.9845243 0.6428092 0.9909505 0.6405715 0.9827809 0.6385333 0.9752796 0.6320003 0.9767515 0.6320003 0.9767515 0.6251528 0.9732379 0.6199855 0.9799435 0.6579863 0.9783909 0.6517577 0.9731882 0.6428092 0.9909505 0.6579863 0.9783909 0.67027 0.9621567 0.6607856 0.9604392 0.6460722 0.9683288 0.6517577 0.9731882 0.6520128 0.9589194 0.6405715 0.9827809 0.6517577 0.9731882 0.6385333 0.9752796 0.5949217 0.9587846 0.5826507 0.9640017 0.5986186 0.9769131 0.6199855 0.9799435 0.6078704 0.9705638 0.6140692 0.9873936 0.6199855 0.9799435 0.6251528 0.9732379 0.6166704 0.9652326 0.5949217 0.9587846 0.6078704 0.9705638 0.6073706 0.9549814 0.8724259 0.494473 0.8868837 0.4884527 0.8718591 0.4826534 0.8918238 0.4962095 0.8868837 0.4884527 0.8775736 0.5026262 0.8918238 0.4962095 0.9033077 0.4901266 0.8987751 0.4834356 0.8987751 0.4834356 0.8962429 0.4758001 0.8851409 0.4786654 0.9321395 0.468474 0.9433202 0.4633114 0.9290241 0.4518001 0.9290241 0.4518001 0.9156647 0.4432159 0.9133109 0.4507032 0.9169516 0.463972 0.922462 0.4582547 0.9113938 0.4572494 0.9321395 0.468474 0.922462 0.4582547 0.9226897 0.4730951 0.9041789 0.4404858 0.9052125 0.4484871 0.9156647 0.4432159 0.8975715 0.4527955 0.9052125 0.4484871 0.8929731 0.4463381 0.8975715 0.4527955 0.901567 0.4583041 0.9061967 0.4553278 0.9061967 0.4553278 0.9113938 0.4572494 0.9133109 0.4507032 0.880454 0.4635012 0.8897922 0.4648173 0.8929731 0.4463381 0.880454 0.4635012 0.8718591 0.4826534 0.8851409 0.4786654 0.8977113 0.4662756 0.8897922 0.4648173 0.8962429 0.4758001 0.8977113 0.4662756 0.901567 0.4583041 0.8975715 0.4527955 0.2559735 0.0842157 0.2397207 0.09643614 0.2610175 0.09889978 0.2305871 0.0865584 0.2397207 0.09643614 0.2467583 0.07399994 0.2305871 0.0865584 0.2177613 0.098149 0.2263402 0.1066401 0.2263402 0.1066401 0.2328161 0.1163298 0.2457466 0.1087964 0.1905147 0.1395411 0.177571 0.1498524 0.2013744 0.1583252 0.2223824 0.1530005 0.2074477 0.1479817 0.2223609 0.1626562 0.2223824 0.1530005 0.2222459 0.1447495 0.2122657 0.1389476 0.1905147 0.1395411 0.2074477 0.1479817 0.2008948 0.1302152 0.2223824 0.1530005 0.2223609 0.1626562 0.2377133 0.1587036 0.2377133 0.1587036 0.2489824 0.1456105 0.2408498 0.1422891 0.2294445 0.1446908 0.2333207 0.1511758 0.2337587 0.1391278 0.2294445 0.1446908 0.2222459 0.1447495 0.2223824 0.1530005 0.2577188 0.1225203 0.2455574 0.1261216 0.2489824 0.1456105 0.2577188 0.1225203 0.2610175 0.09889978 0.2457466 0.1087964 0.2350857 0.1284165 0.2455574 0.1261216 0.2328161 0.1163298 0.2350857 0.1284165 0.2337587 0.1391278 0.2408498 0.1422891 0.9745175 0.7935525 0.9714295 0.8024286 0.9838592 0.7995187 0.9613124 0.7994561 0.9714295 0.8024286 0.9640606 0.7908542 0.9613124 0.7994561 0.9594665 0.8085829 0.9685088 0.811113 0.9685088 0.811113 0.976235 0.8150427 0.9801614 0.8075954 0.9662724 0.8564915 0.9669681 0.8639909 0.979687 0.8553478 0.9847319 0.8425925 0.9765432 0.8495247 0.9897962 0.8465012 0.9847319 0.8425925 0.9802291 0.8390745 0.9735143 0.8437352 0.9662724 0.8564915 0.9765432 0.8495247 0.9650892 0.8484254 0.9847319 0.8425925 0.9897962 0.8465012 0.9946863 0.8372476 0.9946863 0.8372476 0.9948976 0.8262123 0.9890694 0.8276703 0.9835231 0.8344727 0.9887565 0.8357293 0.9837664 0.8290114 0.9847319 0.8425925 0.9887565 0.8357293 0.9802291 0.8390745 0.9909705 0.8120207 0.9861229 0.8171508 0.9948976 0.8262123 0.9909705 0.8120207 0.9838592 0.7995187 0.9801614 0.8075954 0.981329 0.8217718 0.9861229 0.8171508 0.976235 0.8150427 0.981329 0.8217718 0.9837664 0.8290114 0.9890694 0.8276703 0.1308096 0.40385 0.1192685 0.4030271 0.1253185 0.4173066 0.114205 0.3926659 0.1192685 0.4030271 0.1213718 0.3900303 0.114205 0.3926659 0.1077882 0.3952968 0.1095147 0.4024853 0.1095147 0.4024853 0.1046324 0.4098206 0.1138636 0.4133437 0.114205 0.3926659 0.1213718 0.3900303 0.09846776 0.3844553 0.08209669 0.3921934 0.09809064 0.3889269 0.07680588 0.3882145 0.08209669 0.3921934 0.08673751 0.3956632 0.09758478 0.393047 0.114205 0.3926659 0.09809064 0.3889269 0.1077882 0.3952968 0.08209669 0.3921934 0.07680588 0.3882145 0.07109457 0.4023974 0.07109457 0.4023974 0.08031207 0.4169435 0.08316069 0.4135484 0.08307975 0.403072 0.07739442 0.4028486 0.08603072 0.4103342 0.08209669 0.3921934 0.07739442 0.4028486 0.08673751 0.3956632 0.1034364 0.4217922 0.09857237 0.4169488 0.08031207 0.4169435 0.1034364 0.4217922 0.1253185 0.4173066 0.1138636 0.4133437 0.09500968 0.4125103 0.09857237 0.4169488 0.1046324 0.4098206 0.09500968 0.4125103 0.08603072 0.4103342 0.08316069 0.4135484 0.3478351 0.0963279 0.3573865 0.1062793 0.362255 0.09162724 0.3559966 0.07416498 0.3522548 0.08525943 0.3665003 0.07706785 0.3559966 0.07416498 0.3470327 0.07124644 0.3428646 0.07890069 0.3478351 0.0963279 0.3522548 0.08525943 0.3377014 0.08635956 0.3618794 0.03604477 0.3514676 0.04224538 0.368782 0.04889112 0.3618794 0.03604477 0.3488424 0.02461522 0.3409 0.03354525 0.3409 0.03354525 0.3346049 0.04214251 0.3430538 0.04805928 0.3430538 0.04805928 0.3482623 0.05529576 0.3575081 0.05223906 0.3297225 0.01506298 0.3264442 0.02664655 0.3488424 0.02461522 0.3297225 0.01506298 0.3075612 0.006449341 0.3100445 0.02064847 0.3239356 0.03819584 0.3264442 0.02664655 0.3121562 0.03523415 0.3239356 0.03819584 0.3346049 0.04214251 0.3409 0.03354525 0.9025097 0.3590533 0.9155098 0.3662318 0.9134063 0.3433362 0.9025097 0.3590533 0.8992463 0.3786998 0.9137414 0.3793031 0.9259169 0.3719508 0.9155098 0.3662318 0.9254058 0.3798283 0.9259169 0.3719508 0.9315151 0.367116 0.9235183 0.3566088 0.9549679 0.450539 0.9640752 0.4360897 0.9372426 0.4406493 0.9549679 0.450539 0.9746498 0.4588039 0.9835196 0.4415701 0.9707115 0.4233328 0.9640752 0.4360897 0.989251 0.4257596 0.9471179 0.4289556 0.9640752 0.4360897 0.9548608 0.4190575 0.1469826 0.1566463 0.1441958 0.1653892 0.1570485 0.1637682 0.1570485 0.1637682 0.1688334 0.1581431 0.1628795 0.1525951 0.1538801 0.1502698 0.1553521 0.1563039 0.1579294 0.148049 0.1469826 0.1566463 0.1553521 0.1563039 0.1491427 0.1496641 0.172644 0.1198018 0.1827645 0.1201468 0.1802529 0.1058039 0.1802529 0.1058039 0.1762241 0.08994644 0.1635553 0.09497499 0.1593634 0.1106364 0.1689962 0.1078707 0.1531392 0.1009805 0.172644 0.1198018 0.1689962 0.1078707 0.1637067 0.1199605 0.9063082 0.2704083 0.9067227 0.2765614 0.9170635 0.2720524 0.9063082 0.2704083 0.8958013 0.2741738 0.8992845 0.2794706 0.9071913 0.281709 0.9067227 0.2765614 0.9024525 0.2839202 0.9071913 0.281709 0.9121564 0.283635 0.914381 0.2784224 0.8968346 0.3380393 0.9041339 0.3326247 0.8990949 0.3262315 0.8879312 0.320359 0.8915835 0.3296449 0.8955825 0.3188705 0.8879312 0.320359 0.8793894 0.3218741 0.88304 0.3328444 0.88304 0.3328444 0.8882839 0.3427523 0.8968346 0.3380393 0.9089305 0.3258073 0.9045426 0.3223904 0.9041339 0.3326247 0.9089305 0.3258073 0.9134539 0.3206616 0.9079904 0.3168815 0.9014528 0.3174352 0.9045426 0.3223904 0.9050014 0.3147652 0.9014528 0.3174352 0.8955825 0.3188705 0.8990949 0.3262315 0.9071913 0.281709 0.9024525 0.2839202 0.90499 0.2866756 0.9084465 0.2878955 0.9077677 0.2848452 0.9065814 0.2888983 0.9084465 0.2878955 0.9103383 0.2885954 0.9108472 0.2865325 0.9071913 0.281709 0.9077677 0.2848452 0.9121564 0.283635 0.1472281 0.1089397 0.1529784 0.1147997 0.1531392 0.1009805 0.1472281 0.1089397 0.1423718 0.115858 0.1495186 0.1205402 0.1571357 0.1211268 0.1529784 0.1147997 0.1533032 0.1232364 0.1571357 0.1211268 0.1637067 0.1199605 0.1593634 0.1106364 0.1538801 0.1502698 0.1579294 0.148049 0.1549871 0.1455067 0.1518889 0.1446708 0.152857 0.147096 0.1534757 0.1438298 0.1518889 0.1446708 0.1500657 0.1443419 0.1500495 0.1462035 0.1538801 0.1502698 0.152857 0.147096 0.1491427 0.1496641 0.9707115 0.4233328 0.989251 0.4257596 0.9887056 0.4127957 0.9887056 0.4127957 0.9872791 0.4019337 0.9690824 0.405731 0.958339 0.4127505 0.9724058 0.4139604 0.9598392 0.4075663 0.958339 0.4127505 0.9548608 0.4190575 0.9707115 0.4233328 0.9314091 0.3801974 0.9311378 0.374751 0.9254058 0.3798283 0.9314091 0.3801974 0.9345728 0.3811206 0.9351006 0.3770608 0.9352817 0.3720926 0.9311378 0.374751 0.9378967 0.3745881 0.9352817 0.3720926 0.9315151 0.367116 0.9259169 0.3719508 0.3135246 0.05059283 0.3229663 0.04967653 0.3121562 0.03523415 0.3135246 0.05059283 0.3172426 0.06490653 0.3250439 0.05847841 0.3316046 0.05007421 0.3229663 0.04967653 0.3306733 0.05556017 0.3316046 0.05007421 0.3346049 0.04214251 0.3239356 0.03819584 0.3316046 0.05007421 0.3386361 0.05309987 0.3346049 0.04214251 0.3316046 0.05007421 0.3306733 0.05556017 0.335686 0.05764955 0.3430724 0.05776995 0.3386361 0.05309987 0.3397297 0.05936628 0.3430538 0.04805928 0.3386361 0.05309987 0.3482623 0.05529576 0.09984898 0.4071767 0.09404975 0.4088814 0.1046324 0.4098206 0.09984898 0.4071767 0.09791374 0.4053589 0.09449809 0.4056974 0.08894348 0.4074817 0.09404975 0.4088814 0.09138584 0.4053994 0.08894348 0.4074817 0.08603072 0.4103342 0.09500968 0.4125103 0.08307975 0.403072 0.08603072 0.4103342 0.08894348 0.4074817 0.08894348 0.4074817 0.09138584 0.4053994 0.09136307 0.4025482 0.09136307 0.4025482 0.09223204 0.3998744 0.09007847 0.3981143 0.08307975 0.403072 0.08753609 0.4028398 0.08673751 0.3956632 0.09758478 0.393047 0.08673751 0.3956632 0.09007847 0.3981143 0.09596008 0.3995292 0.09682142 0.3964641 0.09223204 0.3998744 0.09596008 0.3995292 0.09959888 0.3998823 0.1028714 0.3979182 0.09758478 0.393047 0.09682142 0.3964641 0.1077882 0.3952968 0.1095147 0.4024853 0.1077882 0.3952968 0.1028714 0.3979182 0.0990951 0.4026784 0.1033351 0.4025057 0.09959888 0.3998823 0.09984898 0.4071767 0.1033351 0.4025057 0.09791374 0.4053589 0.09984898 0.4071767 0.1046324 0.4098206 0.1095147 0.4024853 0.9718514 0.8212311 0.9766426 0.8253744 0.976235 0.8150427 0.9718514 0.8212311 0.9698281 0.8252556 0.9726709 0.8281764 0.9795138 0.8301188 0.9766426 0.8253744 0.9761303 0.8304829 0.9795138 0.8301188 0.9837664 0.8290114 0.981329 0.8217718 0.9835231 0.8344727 0.9837664 0.8290114 0.9795138 0.8301188 0.9795138 0.8301188 0.9761303 0.8304829 0.9756947 0.8326686 0.9756947 0.8326686 0.9740619 0.8341038 0.9768493 0.8363379 0.9835231 0.8344727 0.9796823 0.83374 0.9802291 0.8390745 0.9735143 0.8437352 0.9802291 0.8390745 0.9768493 0.8363379 0.9691999 0.833264 0.9707155 0.8380128 0.9740619 0.8341038 0.9691999 0.833264 0.9607322 0.8292261 0.9629313 0.8392259 0.9735143 0.8437352 0.9707155 0.8380128 0.9650892 0.8484254 0.9685088 0.811113 0.9594665 0.8085829 0.9594252 0.818759 0.9657377 0.8262135 0.9659227 0.8194136 0.9607322 0.8292261 0.9718514 0.8212311 0.9659227 0.8194136 0.9698281 0.8252556 0.9718514 0.8212311 0.976235 0.8150427 0.9685088 0.811113 0.2245665 0.1191367 0.2279937 0.1280986 0.2328161 0.1163298 0.2245665 0.1191367 0.2211602 0.121153 0.2230713 0.1269994 0.2287507 0.1362869 0.2279937 0.1280986 0.2253159 0.133213 0.2287507 0.1362869 0.2337587 0.1391278 0.2350857 0.1284165 0.2287507 0.1362869 0.2266014 0.1402915 0.2337587 0.1391278 0.2287507 0.1362869 0.2253159 0.133213 0.2235648 0.135278 0.2235648 0.135278 0.2206757 0.1347674 0.2217931 0.1393081 0.2294445 0.1446908 0.2266014 0.1402915 0.2222459 0.1447495 0.2122657 0.1389476 0.2222459 0.1447495 0.2217931 0.1393081 0.2162331 0.1285839 0.2145733 0.1325323 0.2206757 0.1347674 0.2162331 0.1285839 0.208862 0.1159113 0.2061476 0.1228603 0.2122657 0.1389476 0.2145733 0.1325323 0.2008948 0.1302152 0.2263402 0.1066401 0.2177613 0.098149 0.2116264 0.1078038 0.2116264 0.1078038 0.208862 0.1159113 0.2164245 0.1184232 0.2245665 0.1191367 0.218705 0.1128112 0.2211602 0.121153 0.2245665 0.1191367 0.2328161 0.1163298 0.2263402 0.1066401 0.9029851 0.4751803 0.902792 0.4680182 0.8962429 0.4758001 0.9029851 0.4751803 0.9059022 0.4742416 0.90613 0.469659 0.9043566 0.461915 0.902792 0.4680182 0.9061101 0.4649654 0.9043566 0.461915 0.901567 0.4583041 0.8977113 0.4662756 0.9043566 0.461915 0.907082 0.459847 0.901567 0.4583041 0.9043566 0.461915 0.9061101 0.4649654 0.9079347 0.4642674 0.9079347 0.4642674 0.9098264 0.4653687 0.9103505 0.4619137 0.9061967 0.4553278 0.907082 0.459847 0.9113938 0.4572494 0.9169516 0.463972 0.9113938 0.4572494 0.9103505 0.4619137 0.9111862 0.4706167 0.9135446 0.4682148 0.9098264 0.4653687 0.9111862 0.4706167 0.9127124 0.4801506 0.9167016 0.476633 0.9169516 0.463972 0.9135446 0.4682148 0.9226897 0.4730951 0.8987751 0.4834356 0.9033077 0.4901266 0.9092592 0.484711 0.9092592 0.484711 0.9127124 0.4801506 0.9084513 0.477018 0.9029851 0.4751803 0.9055334 0.480425 0.9059022 0.4742416 0.9029851 0.4751803 0.8962429 0.4758001 0.8987751 0.4834356 0.6166704 0.9652326 0.6251528 0.9732379 0.628822 0.9680212 0.6308255 0.9603134 0.6245666 0.9619378 0.6311641 0.9645515 0.6201748 0.9540064 0.6245666 0.9619378 0.632344 0.9525308 0.6201748 0.9540064 0.6073706 0.9549814 0.6166704 0.9652326 0.6446636 0.9577949 0.6414725 0.9641561 0.6520128 0.9589194 0.6377544 0.961201 0.6414725 0.9641561 0.6400668 0.9580269 0.6368942 0.9691153 0.6414725 0.9641561 0.6359529 0.9651857 0.6368942 0.9691153 0.6385333 0.9752796 0.6460722 0.9683288 0.6320003 0.9767515 0.6385333 0.9752796 0.6368942 0.9691153 0.6334927 0.9649911 0.6328042 0.9704087 0.6359529 0.9651857 0.6334927 0.9649911 0.6311641 0.9645515 0.628822 0.9680212 0.6320003 0.9767515 0.6328042 0.9704087 0.6251528 0.9732379 0.6537515 0.9500721 0.653389 0.9415058 0.6428881 0.9472261 0.6379265 0.9556758 0.6445916 0.9522951 0.632344 0.9525308 0.6446636 0.9577949 0.6445916 0.9522951 0.6400668 0.9580269 0.6446636 0.9577949 0.6520128 0.9589194 0.6537515 0.9500721 0.09596008 0.3995292 0.09516024 0.4025934 0.09959888 0.3998823 0.09136307 0.4025482 0.09516024 0.4025934 0.09223204 0.3998744 0.09449809 0.4056974 0.09516024 0.4025934 0.09138584 0.4053994 0.0990951 0.4026784 0.09516024 0.4025934 0.09791374 0.4053589 0.9691999 0.833264 0.9700208 0.8303958 0.9607322 0.8292261 0.9756947 0.8326686 0.9700208 0.8303958 0.9740619 0.8341038 0.9726709 0.8281764 0.9700208 0.8303958 0.9761303 0.8304829 0.9657377 0.8262135 0.9700208 0.8303958 0.9698281 0.8252556 0.2162331 0.1285839 0.2191085 0.1269504 0.208862 0.1159113 0.2162331 0.1285839 0.2206757 0.1347674 0.2235648 0.135278 0.2230713 0.1269994 0.2191085 0.1269504 0.2253159 0.133213 0.2164245 0.1184232 0.2191085 0.1269504 0.2211602 0.121153 0.9111862 0.4706167 0.9088214 0.4708116 0.9127124 0.4801506 0.9079347 0.4642674 0.9088214 0.4708116 0.9098264 0.4653687 0.9079347 0.4642674 0.9061101 0.4649654 0.90613 0.469659 0.9084513 0.477018 0.9088214 0.4708116 0.9059022 0.4742416 0.6379265 0.9556758 0.632344 0.9525308 0.6308255 0.9603134 0.6308255 0.9603134 0.6311641 0.9645515 0.6334927 0.9649911 0.6334927 0.9649911 0.6359529 0.9651857 0.6377544 0.961201 0.6377544 0.961201 0.6400668 0.9580269 0.6379265 0.9556758 0.9750433 0.3739595 0.9941593 0.3809408 0.994844 0.3641319 0.9742422 0.3407293 0.9750719 0.3588818 0.9939751 0.3446624 0.9742422 0.3407293 0.9538219 0.3379746 0.9558761 0.3549096 0.9750433 0.3739595 0.9750719 0.3588818 0.9573244 0.3685024 0.9423996 0.3660939 0.9573244 0.3685024 0.9558761 0.3549096 0.9558761 0.3549096 0.9538219 0.3379746 0.9320269 0.3375768 0.9235183 0.3566088 0.9378326 0.3534933 0.9134063 0.3433362 0.9235183 0.3566088 0.9315151 0.367116 0.9423996 0.3660939 0.929783 0.3899785 0.9254058 0.3798283 0.9137414 0.3793031 0.9035255 0.3962476 0.918147 0.3927636 0.8992463 0.3786998 0.9261404 0.4060288 0.918147 0.3927636 0.912527 0.4123124 0.9261404 0.4060288 0.9368448 0.4008984 0.929783 0.3899785 0.9261404 0.4060288 0.9351352 0.418514 0.9368448 0.4008984 0.9261404 0.4060288 0.912527 0.4123124 0.9234309 0.42751 0.9471179 0.4289556 0.9351352 0.418514 0.9372426 0.4406493 0.9471179 0.4289556 0.9548608 0.4190575 0.944388 0.4110854 0.958339 0.4127505 0.9487381 0.4067915 0.9548608 0.4190575 0.9526692 0.4028312 0.9487381 0.4067915 0.9598392 0.4075663 0.9526692 0.4028312 0.9449002 0.3946434 0.9417316 0.3980746 0.9417316 0.3980746 0.9368448 0.4008984 0.944388 0.4110854 0.9417316 0.3980746 0.9354478 0.3885909 0.9368448 0.4008984 0.9383588 0.386426 0.9354478 0.3885909 0.9449002 0.3946434 0.9314091 0.3801974 0.9354478 0.3885909 0.9345728 0.3811206 0.9314091 0.3801974 0.9254058 0.3798283 0.929783 0.3899785 0.9423996 0.3660939 0.9315151 0.367116 0.9352817 0.3720926 0.9442254 0.3757005 0.944489 0.3720626 0.9378967 0.3745881 0.9442254 0.3757005 0.9555984 0.3802642 0.9575608 0.3754111 0.9423996 0.3660939 0.944489 0.3720626 0.9573244 0.3685024 0.9750433 0.3739595 0.9573244 0.3685024 0.9575608 0.3754111 0.9688376 0.3891932 0.9732977 0.3828877 0.9555984 0.3802642 0.9903673 0.3924283 0.9732977 0.3828877 0.9872791 0.4019337 0.9750433 0.3739595 0.9732977 0.3828877 0.9941593 0.3809408 0.9442254 0.3757005 0.9378967 0.3745881 0.9351006 0.3770608 0.9383588 0.386426 0.9417334 0.3813087 0.9345728 0.3811206 0.9383588 0.386426 0.9449002 0.3946434 0.9504503 0.3876909 0.9442254 0.3757005 0.9417334 0.3813087 0.9555984 0.3802642 0.9688376 0.3891932 0.9555984 0.3802642 0.9504503 0.3876909 0.9526692 0.4028312 0.9606652 0.3964031 0.9449002 0.3946434 0.9690824 0.405731 0.9606652 0.3964031 0.9598392 0.4075663 0.9688376 0.3891932 0.9606652 0.3964031 0.9872791 0.4019337 0.9393686 0.3011002 0.9336689 0.2898482 0.9262875 0.2946591 0.923815 0.3088812 0.9311874 0.3057189 0.9200269 0.2981863 0.923815 0.3088812 0.9276275 0.320555 0.9357904 0.317483 0.9393686 0.3011002 0.9311874 0.3057189 0.9441881 0.3127287 0.9162878 0.2894491 0.9200269 0.2981863 0.9262875 0.2946591 0.9262087 0.279349 0.920794 0.2850076 0.9336689 0.2898482 0.9262087 0.279349 0.9170635 0.2720524 0.914381 0.2784224 0.9162878 0.2894491 0.920794 0.2850076 0.9121564 0.283635 0.8989999 0.2905181 0.9024525 0.2839202 0.8992845 0.2794706 0.8874012 0.2831059 0.8935316 0.2871959 0.8958013 0.2741738 0.8895627 0.2977861 0.8935316 0.2871959 0.8816089 0.2952818 0.8895627 0.2977861 0.8966261 0.2996775 0.8989999 0.2905181 0.8895627 0.2977861 0.8874768 0.3092899 0.8966261 0.2996775 0.8895627 0.2977861 0.8816089 0.2952818 0.8789253 0.3087789 0.8879312 0.320359 0.8874768 0.3092899 0.8793894 0.3218741 0.8879312 0.320359 0.8955825 0.3188705 0.8951233 0.3095737 0.8951233 0.3095737 0.8955825 0.3188705 0.9014528 0.3174352 0.9055611 0.3089695 0.9009596 0.3094031 0.9050014 0.3147652 0.9055611 0.3089695 0.9060533 0.300186 0.9019083 0.3003431 0.8951233 0.3095737 0.9009596 0.3094031 0.8966261 0.2996775 0.8989999 0.2905181 0.8966261 0.2996775 0.9019083 0.3003431 0.9064051 0.2929337 0.9031444 0.2923044 0.9060533 0.300186 0.90499 0.2866756 0.9031444 0.2923044 0.9065814 0.2888983 0.8989999 0.2905181 0.9031444 0.2923044 0.9024525 0.2839202 0.9162878 0.2894491 0.9121564 0.283635 0.9108472 0.2865325 0.9116142 0.2921833 0.9135987 0.2914563 0.9103383 0.2885954 0.9160077 0.2991459 0.9135987 0.2914563 0.9129827 0.2990996 0.9160077 0.2991459 0.9200269 0.2981863 0.9162878 0.2894491 0.9160077 0.2991459 0.9180601 0.3091306 0.9200269 0.2981863 0.9160077 0.2991459 0.9129827 0.2990996 0.9134476 0.3083605 0.9199342 0.3202627 0.9180601 0.3091306 0.9134539 0.3206616 0.9199342 0.3202627 0.9276275 0.320555 0.923815 0.3088812 0.9084465 0.2878955 0.9092224 0.2927846 0.9103383 0.2885954 0.9064051 0.2929337 0.9092224 0.2927846 0.9065814 0.2888983 0.9064051 0.2929337 0.9060533 0.300186 0.9097046 0.2996088 0.9116142 0.2921833 0.9092224 0.2927846 0.9129827 0.2990996 0.9134476 0.3083605 0.9129827 0.2990996 0.9097046 0.2996088 0.9055611 0.3089695 0.9095025 0.3084644 0.9060533 0.300186 0.9055611 0.3089695 0.9050014 0.3147652 0.9079904 0.3168815 0.9134476 0.3083605 0.9095025 0.3084644 0.9134539 0.3206616 0.1330978 0.1313948 0.1269289 0.121811 0.119255 0.1292918 0.1185957 0.1466107 0.1261236 0.1380639 0.1118397 0.1389779 0.1185957 0.1466107 0.1258467 0.1540882 0.1329551 0.1461316 0.1330978 0.1313948 0.1261236 0.1380639 0.138969 0.1398551 0.1329551 0.1461316 0.1397125 0.1527906 0.138969 0.1398551 0.1329551 0.1461316 0.1258467 0.1540882 0.1340876 0.1612551 0.1469826 0.1566463 0.1397125 0.1527906 0.1441958 0.1653892 0.1469826 0.1566463 0.1491427 0.1496641 0.1442449 0.1460688 0.160763 0.1431654 0.1579294 0.148049 0.1628795 0.1525951 0.175738 0.1502646 0.1676231 0.1463516 0.1688334 0.1581431 0.175738 0.1502646 0.1795963 0.1410609 0.1705696 0.1384592 0.160763 0.1431654 0.1676231 0.1463516 0.1627572 0.1364219 0.1642882 0.1286213 0.1627572 0.1364219 0.1705696 0.1384592 0.1705696 0.1384592 0.1795963 0.1410609 0.182242 0.1314604 0.172644 0.1198018 0.1727059 0.1298035 0.1827645 0.1201468 0.172644 0.1198018 0.1637067 0.1199605 0.1642882 0.1286213 0.1571357 0.1211268 0.1581073 0.1283881 0.1637067 0.1199605 0.1532147 0.128421 0.1581073 0.1283881 0.1533032 0.1232364 0.1532147 0.128421 0.1532858 0.135322 0.157373 0.1355134 0.1642882 0.1286213 0.1581073 0.1283881 0.1627572 0.1364219 0.157373 0.1355134 0.1564127 0.1414327 0.1627572 0.1364219 0.157373 0.1355134 0.1532858 0.135322 0.1534073 0.1407921 0.1549871 0.1455067 0.1564127 0.1414327 0.1534757 0.1438298 0.160763 0.1431654 0.1564127 0.1414327 0.1579294 0.148049 0.1442449 0.1460688 0.1491427 0.1496641 0.1500495 0.1462035 0.1482172 0.1415975 0.1465922 0.142832 0.1500657 0.1443419 0.1482172 0.1415975 0.1458021 0.1359449 0.1427942 0.1369387 0.1442449 0.1460688 0.1465922 0.142832 0.138969 0.1398551 0.1330978 0.1313948 0.138969 0.1398551 0.1427942 0.1369387 0.1440459 0.1278519 0.138965 0.1284809 0.1458021 0.1359449 0.13512 0.1187408 0.138965 0.1284809 0.1423718 0.115858 0.1330978 0.1313948 0.138965 0.1284809 0.1269289 0.121811 0.1518889 0.1446708 0.1505821 0.1408823 0.1500657 0.1443419 0.1534073 0.1407921 0.1505821 0.1408823 0.1534757 0.1438298 0.1534073 0.1407921 0.1532858 0.135322 0.1493641 0.1354359 0.1482172 0.1415975 0.1505821 0.1408823 0.1458021 0.1359449 0.1440459 0.1278519 0.1458021 0.1359449 0.1493641 0.1354359 0.1532147 0.128421 0.1486617 0.1280371 0.1532858 0.135322 0.1495186 0.1205402 0.1486617 0.1280371 0.1533032 0.1232364 0.1440459 0.1278519 0.1486617 0.1280371 0.1423718 0.115858 0.9485154 0.2719151 0.9572928 0.2715358 0.957597 0.2658398 0.9524021 0.2587804 0.9503065 0.2651289 0.958315 0.2602599 0.9435452 0.2634471 0.9503065 0.2651289 0.9475808 0.258916 0.9485154 0.2719151 0.9503065 0.2651289 0.9358887 0.2724585 0.9680883 0.2654832 0.9636191 0.2658232 0.9676117 0.2677822 0.9637121 0.2620307 0.9636191 0.2658232 0.9670274 0.2632784 0.9637121 0.2620307 0.958315 0.2602599 0.957597 0.2658398 0.9641388 0.2695773 0.9636191 0.2658232 0.9572928 0.2715358 0.9514576 0.2825451 0.9609324 0.2786642 0.9579874 0.2748227 0.9485154 0.2719151 0.9486702 0.276834 0.9572928 0.2715358 0.9485154 0.2719151 0.9358887 0.2724585 0.9383501 0.2782474 0.9514576 0.2825451 0.9486702 0.276834 0.9411385 0.2861469 0.9698085 0.2681149 0.965299 0.2716156 0.9736863 0.2694913 0.9641388 0.2695773 0.965299 0.2716156 0.9676117 0.2677822 0.9641388 0.2695773 0.9572928 0.2715358 0.9579874 0.2748227 0.9687185 0.2742252 0.965299 0.2716156 0.9609324 0.2786642 0.9672045 0.2566114 0.9606287 0.2534474 0.9588623 0.2573219 0.9637121 0.2620307 0.9643904 0.2598772 0.958315 0.2602599 0.9686935 0.2625935 0.9643904 0.2598772 0.9670274 0.2632784 0.9672045 0.2566114 0.9643904 0.2598772 0.9723532 0.2603065 0.9467539 0.255547 0.9531607 0.2551746 0.9462091 0.2503069 0.9524021 0.2587804 0.9531607 0.2551746 0.9475808 0.258916 0.9524021 0.2587804 0.958315 0.2602599 0.9588623 0.2573219 0.953995 0.2506214 0.9531607 0.2551746 0.9606287 0.2534474 0.9650045 0.2450583 0.9563185 0.2414311 0.9606287 0.2534474 0.9650045 0.2450583 0.970685 0.234412 0.9593865 0.2299221 0.9463788 0.2404747 0.9563185 0.2414311 0.9469059 0.2283465 0.9463788 0.2404747 0.9462091 0.2503069 0.953995 0.2506214 0.9672045 0.2566114 0.9723532 0.2603065 0.9804424 0.2554405 0.982049 0.2404209 0.9737051 0.249482 0.9907463 0.2492849 0.982049 0.2404209 0.970685 0.234412 0.9650045 0.2450583 0.9672045 0.2566114 0.9737051 0.249482 0.9606287 0.2534474 0.9673794 0.286024 0.9760167 0.2796936 0.9609324 0.2786642 0.985254 0.2865912 0.9760167 0.2796936 0.9755776 0.2951429 0.9818463 0.2723612 0.9760167 0.2796936 0.9921472 0.2759779 0.9818463 0.2723612 0.9736863 0.2694913 0.9687185 0.2742252 0.9514576 0.2825451 0.9411385 0.2861469 0.9471596 0.2970681 0.9653301 0.3025961 0.9575641 0.2917078 0.9547971 0.3095 0.9653301 0.3025961 0.9755776 0.2951429 0.9673794 0.286024 0.9514576 0.2825451 0.9575641 0.2917078 0.9609324 0.2786642 0.9747059 0.2647258 0.9723532 0.2603065 0.9686935 0.2625935 0.9686935 0.2625935 0.9670274 0.2632784 0.9680883 0.2654832 0.9698085 0.2681149 0.9707198 0.2652235 0.9676117 0.2677822 0.9698085 0.2681149 0.9736863 0.2694913 0.9747059 0.2647258 0.9361764 0.2546769 0.9250205 0.2613893 0.9308485 0.2678698 0.9435452 0.2634471 0.9391104 0.2605506 0.9358887 0.2724585 0.9467539 0.255547 0.9391104 0.2605506 0.9475808 0.258916 0.9467539 0.255547 0.9462091 0.2503069 0.9361764 0.2546769 0.9463788 0.2404747 0.9469059 0.2283465 0.9319962 0.2310807 0.9319962 0.2310807 0.9158719 0.2359698 0.9201954 0.2499254 0.9361764 0.2546769 0.9339175 0.2440637 0.9250205 0.2613893 0.9463788 0.2404747 0.9339175 0.2440637 0.9462091 0.2503069 0.9818463 0.2723612 0.9921472 0.2759779 0.9940453 0.2623398 0.9804424 0.2554405 0.9832389 0.2636719 0.9907463 0.2492849 0.9747059 0.2647258 0.9832389 0.2636719 0.9723532 0.2603065 0.9818463 0.2723612 0.9832389 0.2636719 0.9736863 0.2694913 0.08832716 0.8603991 0.09198427 0.862769 0.08172553 0.8662675 0.07445651 0.8663497 0.08102202 0.864135 0.07490497 0.8686212 0.07445651 0.8663497 0.07404398 0.8612565 0.07996565 0.8593254 0.08832716 0.8603991 0.08102202 0.864135 0.08630949 0.8564077 0.07445651 0.8663497 0.07068443 0.866882 0.07404398 0.8612565 0.07445651 0.8663497 0.07490497 0.8686212 0.07116287 0.869489 0.06827878 0.8668996 0.07068443 0.866882 0.06890219 0.8698506 0.06827878 0.8668996 0.06734168 0.8612888 0.0701673 0.8615011 0.1071158 0.8482936 0.1042171 0.8561493 0.1024444 0.8480501 0.1071158 0.8482936 0.1152734 0.8469144 0.113969 0.8538639 0.1021334 0.8596013 0.1042171 0.8561493 0.112903 0.8567162 0.1021334 0.8596013 0.09198427 0.862769 0.0983926 0.8561842 0.1035175 0.8386076 0.1013566 0.828344 0.1061109 0.828616 0.1149225 0.8374755 0.1074768 0.838534 0.1133607 0.8276711 0.1071158 0.8482936 0.1074768 0.838534 0.1152734 0.8469144 0.1035175 0.8386076 0.1074768 0.838534 0.1024444 0.8480501 0.09898972 0.819938 0.1038287 0.8202853 0.1013566 0.828344 0.1033224 0.8115345 0.1112861 0.8115368 0.1110327 0.8196248 0.1110327 0.8196248 0.1133607 0.8276711 0.1061109 0.828616 0.1033224 0.8115345 0.1072843 0.8003562 0.1112861 0.8115368 0.1122373 0.7882649 0.1072843 0.8003562 0.09760838 0.7837323 0.1122373 0.7882649 0.123927 0.7904492 0.1174687 0.8016074 0.07507765 0.7944503 0.08731096 0.7964837 0.07425856 0.8013487 0.07507765 0.7944503 0.07594782 0.786287 0.08729511 0.7877162 0.08729511 0.7877162 0.09760838 0.7837323 0.09720033 0.7981095 0.04029989 0.7873314 0.03512537 0.781163 0.056427 0.7855531 0.07507765 0.7944503 0.05796176 0.7909806 0.07594782 0.786287 0.0308156 0.8462157 0.02504557 0.8491924 0.02955323 0.8447899 0.0308156 0.8462157 0.03122496 0.8478211 0.025729 0.8505576 0.02019947 0.8515926 0.02504557 0.8491924 0.02113783 0.8528631 0.04317641 0.8397502 0.04356569 0.8415436 0.03714114 0.8447529 0.0308156 0.8462157 0.0367791 0.8430022 0.03122496 0.8478211 0.05659288 0.8343163 0.05681616 0.835922 0.05058693 0.8383836 0.04317641 0.8397502 0.0502479 0.8366581 0.04356569 0.8415436 0.07852345 0.8281084 0.0786736 0.8258953 0.08641153 0.8257105 0.07852345 0.8281084 0.07165306 0.8310757 0.07216674 0.8292424 0.0608648 0.8348077 0.06081032 0.833315 0.06391453 0.8341318 0.05659288 0.8343163 0.06081032 0.833315 0.05681616 0.835922 0.06714701 0.8329857 0.06758433 0.8314084 0.07165306 0.8310757 0.06714701 0.8329857 0.06391453 0.8341318 0.06408071 0.8326727 0.04426759 0.7952703 0.0293653 0.7907363 0.04360222 0.7919874 0.02902853 0.7927046 0.0293653 0.7907363 0.0436145 0.797867 0.02902853 0.7927046 0.01633155 0.7886981 0.01683056 0.7873628 0.08777707 0.8116575 0.09532028 0.8108911 0.09069538 0.8163062 0.0837776 0.8162608 0.08784252 0.8143883 0.08410573 0.8191711 0.08356356 0.8135986 0.08784252 0.8143883 0.08173507 0.8148713 0.08777707 0.8116575 0.08784252 0.8143883 0.08353513 0.8120332 0.1297546 0.8414124 0.1298257 0.8479931 0.1152734 0.8469144 0.1297546 0.8414124 0.1454447 0.8338708 0.1465619 0.8402047 0.1296489 0.850763 0.1298257 0.8479931 0.1470722 0.8430523 0.1296489 0.850763 0.112903 0.8567162 0.113969 0.8538639 0.1149225 0.8374755 0.1133607 0.8276711 0.1270112 0.8236765 0.1270112 0.8236765 0.1421551 0.8183253 0.1441345 0.8262591 0.1297546 0.8414124 0.1288338 0.83275 0.1454447 0.8338708 0.1297546 0.8414124 0.1152734 0.8469144 0.1149225 0.8374755 0.1234636 0.8083665 0.1242344 0.8158625 0.1112861 0.8115368 0.1390305 0.8110253 0.1242344 0.8158625 0.1368337 0.8042185 0.1390305 0.8110253 0.1421551 0.8183253 0.1270112 0.8236765 0.1110327 0.8196248 0.1242344 0.8158625 0.1133607 0.8276711 0.1321744 0.7911787 0.1276593 0.8002467 0.123927 0.7904492 0.1321744 0.7911787 0.1390922 0.7907456 0.1376381 0.7977643 0.1234636 0.8083665 0.1276593 0.8002467 0.1368337 0.8042185 0.1234636 0.8083665 0.1112861 0.8115368 0.1174687 0.8016074 0.157229 0.8263728 0.1589521 0.8321663 0.1454447 0.8338708 0.1709626 0.8243991 0.1589521 0.8321663 0.1690972 0.8190811 0.1709626 0.8243991 0.1719977 0.8269847 0.1598741 0.8348944 0.1465619 0.8402047 0.1589521 0.8321663 0.1470722 0.8430523 0.1538851 0.8133105 0.1557478 0.8199045 0.1421551 0.8183253 0.1676418 0.8134695 0.1557478 0.8199045 0.1658788 0.8079703 0.157229 0.8263728 0.1557478 0.8199045 0.1690972 0.8190811 0.157229 0.8263728 0.1454447 0.8338708 0.1441345 0.8262591 0.1390305 0.8110253 0.1368337 0.8042185 0.1483753 0.8012874 0.1630904 0.8029891 0.1510177 0.8071395 0.1600606 0.798156 0.1630904 0.8029891 0.1658788 0.8079703 0.1538851 0.8133105 0.1390305 0.8110253 0.1510177 0.8071395 0.1421551 0.8183253 0.1467931 0.7894418 0.1471872 0.7956504 0.1390922 0.7907456 0.1575734 0.7931012 0.1471872 0.7956504 0.1560176 0.787372 0.1575734 0.7931012 0.1600606 0.798156 0.1483753 0.8012874 0.1483753 0.8012874 0.1368337 0.8042185 0.1376381 0.7977643 0.1676418 0.8134695 0.1658788 0.8079703 0.1818138 0.8016431 0.202052 0.7998567 0.1837847 0.8067374 0.1997194 0.7948225 0.202052 0.7998567 0.2030172 0.8054208 0.1850388 0.8121586 0.1676418 0.8134695 0.1837847 0.8067374 0.1690972 0.8190811 0.1630904 0.8029891 0.1600606 0.798156 0.1738622 0.793407 0.1946849 0.7909874 0.1781427 0.7973583 0.1887219 0.7878491 0.1946849 0.7909874 0.1997194 0.7948225 0.1818138 0.8016431 0.1630904 0.8029891 0.1781427 0.7973583 0.1658788 0.8079703 0.1575734 0.7931012 0.1560176 0.787372 0.1675066 0.7846402 0.1836042 0.7849053 0.1700629 0.789313 0.1801277 0.7815777 0.1836042 0.7849053 0.1887219 0.7878491 0.1738622 0.793407 0.1575734 0.7931012 0.1700629 0.789313 0.1600606 0.798156 0.1557824 0.7805159 0.1559949 0.7768062 0.1671802 0.7758553 0.1671802 0.7758553 0.1791781 0.7749024 0.1790885 0.7772879 0.1790885 0.7772879 0.1801277 0.7815777 0.1675066 0.7846402 0.1557824 0.7805159 0.1669549 0.7789527 0.1560176 0.787372 0.09898972 0.819938 0.1013566 0.828344 0.09397059 0.8255084 0.08596056 0.8226217 0.09288311 0.8206764 0.08641153 0.8257105 0.01130872 0.8575049 0.007591605 0.8590189 0.01079994 0.8567848 0.08620822 0.8277897 0.08641153 0.8257105 0.09397059 0.8255084 0.09397059 0.8255084 0.1013566 0.828344 0.09863626 0.8329126 0.09201192 0.8312669 0.09352254 0.8288118 0.09621292 0.8354122 0.09201192 0.8312669 0.08555477 0.8297784 0.08620822 0.8277897 0.09863626 0.8329126 0.1013566 0.828344 0.1035175 0.8386076 0.09842193 0.8486839 0.1000654 0.8403785 0.1024444 0.8480501 0.09842193 0.8486839 0.09510266 0.8487328 0.09696626 0.8420184 0.09863626 0.8329126 0.1000654 0.8403785 0.09621292 0.8354122 0.025729 0.8505576 0.02579158 0.8513851 0.02113783 0.8528631 0.02988487 0.8495271 0.02579158 0.8513851 0.03122496 0.8478211 0.02267998 0.8530783 0.02579158 0.8513851 0.02633464 0.8525848 0.03502798 0.8483367 0.03617489 0.8464754 0.04356241 0.8449291 0.03502798 0.8483367 0.02633464 0.8525848 0.02988487 0.8495271 0.02988487 0.8495271 0.03122496 0.8478211 0.03714114 0.8447529 0.03714114 0.8447529 0.04356569 0.8415436 0.04353755 0.8429519 0.05702024 0.8371893 0.05722928 0.8391047 0.05102986 0.8411134 0.05102986 0.8411134 0.04356241 0.8449291 0.04353755 0.8429519 0.05058693 0.8383836 0.0508486 0.8396782 0.04356569 0.8415436 0.05702024 0.8371893 0.0508486 0.8396782 0.05681616 0.835922 0.07803314 0.8311427 0.07817721 0.8295599 0.08555477 0.8297784 0.07803314 0.8311427 0.07125312 0.83363 0.07113617 0.8322826 0.07852345 0.8281084 0.07817721 0.8295599 0.07165306 0.8310757 0.07852345 0.8281084 0.08641153 0.8257105 0.08620822 0.8277897 0.06383687 0.8352895 0.06407982 0.8368498 0.06117361 0.8377136 0.05702024 0.8371893 0.0609647 0.8360198 0.05722928 0.8391047 0.05702024 0.8371893 0.05681616 0.835922 0.0608648 0.8348077 0.0608648 0.8348077 0.06391453 0.8341318 0.06383687 0.8352895 0.07113617 0.8322826 0.07125312 0.83363 0.06702083 0.8355105 0.06383687 0.8352895 0.06679171 0.8341181 0.06407982 0.8368498 0.06714701 0.8329857 0.06679171 0.8341181 0.06391453 0.8341318 0.06714701 0.8329857 0.07165306 0.8310757 0.07113617 0.8322826 0.09361791 0.7786491 0.09503918 0.7737924 0.09760838 0.7837323 0.09361791 0.7786491 0.09116303 0.7766397 0.09274441 0.7733437 0.09386974 0.7678754 0.09503918 0.7737924 0.09191286 0.7693185 0.09386974 0.7678754 0.09619373 0.7657351 0.09805506 0.7727894 0.01039242 0.7802157 0.008465647 0.7801263 0.008807659 0.7785643 0.008807659 0.7785643 0.009049355 0.7773062 0.01072669 0.7773166 0.01072669 0.7773166 0.01461857 0.7764055 0.01430428 0.7783547 0.01430428 0.7783547 0.01584404 0.780086 0.01039242 0.7802157 0.07264107 0.8358845 0.0683369 0.8378673 0.07125312 0.83363 0.07264107 0.8358845 0.07454764 0.8389813 0.06976944 0.8402962 0.06487542 0.8395169 0.0683369 0.8378673 0.06582009 0.8431687 0.06487542 0.8395169 0.06407982 0.8368498 0.06702083 0.8355105 0.06487542 0.8395169 0.06155514 0.8406516 0.06407982 0.8368498 0.06487542 0.8395169 0.06582009 0.8431687 0.06192588 0.8435289 0.06192588 0.8435289 0.05838322 0.84564 0.05852907 0.8418711 0.05852907 0.8418711 0.05722928 0.8391047 0.06117361 0.8377136 0.08465534 0.8325957 0.07848954 0.83375 0.08555477 0.8297784 0.08465534 0.8325957 0.08382952 0.836036 0.07912772 0.8364673 0.07264107 0.8358845 0.07848954 0.83375 0.07454764 0.8389813 0.07264107 0.8358845 0.07125312 0.83363 0.07803314 0.8311427 0.09201192 0.8312669 0.09621292 0.8354122 0.09335076 0.8365973 0.08807915 0.8354612 0.0899114 0.8335539 0.09093075 0.8371509 0.08807915 0.8354612 0.08382952 0.836036 0.08465534 0.8325957 0.09201192 0.8312669 0.0899114 0.8335539 0.08555477 0.8297784 0.09696626 0.8420184 0.09510266 0.8487328 0.09254044 0.8467351 0.0918228 0.8407081 0.09406638 0.8416991 0.09077918 0.8443006 0.0918228 0.8407081 0.09093075 0.8371509 0.09335076 0.8365973 0.09696626 0.8420184 0.09406638 0.8416991 0.09621292 0.8354122 0.08476173 0.8514184 0.08925527 0.8495814 0.08630949 0.8564077 0.08476173 0.8514184 0.08357155 0.8457552 0.08782374 0.8460965 0.09254044 0.8467351 0.08925527 0.8495814 0.09077918 0.8443006 0.09254044 0.8467351 0.09510266 0.8487328 0.09145277 0.8532031 0.06038451 0.8583871 0.06370991 0.8571462 0.06160634 0.8629484 0.06038451 0.8583871 0.05930292 0.854152 0.06317901 0.8538432 0.06317901 0.8538432 0.06684577 0.8515186 0.06702399 0.8562603 0.06702399 0.8562603 0.06734168 0.8612888 0.06457328 0.8618487 0.06702399 0.8562603 0.07052946 0.8557869 0.06734168 0.8612888 0.07105189 0.8511899 0.07052946 0.8557869 0.06684577 0.8515186 0.07105189 0.8511899 0.07553178 0.8483318 0.07460033 0.855063 0.0701673 0.8615011 0.07052946 0.8557869 0.07404398 0.8612565 0.07996565 0.8593254 0.07404398 0.8612565 0.07460033 0.855063 0.07960915 0.8483516 0.07961058 0.8534262 0.07553178 0.8483318 0.07960915 0.8483516 0.08357155 0.8457552 0.08476173 0.8514184 0.07996565 0.8593254 0.07961058 0.8534262 0.08630949 0.8564077 0.03512817 0.7563824 0.0400319 0.7559865 0.03706538 0.7600123 0.03706538 0.7600123 0.03657186 0.7640475 0.03254252 0.7631471 0.02847367 0.7603839 0.032404 0.7603742 0.02865928 0.764113 0.03512817 0.7563824 0.032404 0.7603742 0.03141283 0.7563082 0.02703893 0.7561355 0.03141283 0.7563082 0.02847367 0.7603839 0.02847367 0.7603839 0.02865928 0.764113 0.02297413 0.7635392 0.02297413 0.7635392 0.01681411 0.7652527 0.01859056 0.7605924 0.02703893 0.7561355 0.02349674 0.7605198 0.02246922 0.7558953 0.04797083 0.7547488 0.05632513 0.7536304 0.05188614 0.7575407 0.04235887 0.7621838 0.0442357 0.7588199 0.04784476 0.7622206 0.04235887 0.7621838 0.03657186 0.7640475 0.03706538 0.7600123 0.04797083 0.7547488 0.0442357 0.7588199 0.0400319 0.7559865 0.09090304 0.7611651 0.09619373 0.7657351 0.09386974 0.7678754 0.09386974 0.7678754 0.09191286 0.7693185 0.0883727 0.7664237 0.0883727 0.7664237 0.08318543 0.7652251 0.08383142 0.7615172 0.09090304 0.7611651 0.08949154 0.7639959 0.0846737 0.7583934 0.07999646 0.7567339 0.0846737 0.7583934 0.08383142 0.7615172 0.08383142 0.7615172 0.08318543 0.7652251 0.07782852 0.7624831 0.07782852 0.7624831 0.07173264 0.7620506 0.07394611 0.7585728 0.07999646 0.7567339 0.07881647 0.7598029 0.07599896 0.7557143 0.02874195 0.7779567 0.02418833 0.7788302 0.0262143 0.7748254 0.02423202 0.7812724 0.02418833 0.7788302 0.03512537 0.781163 0.02070629 0.7778393 0.02418833 0.7788302 0.01584404 0.780086 0.0324577 0.7745688 0.03804641 0.7731969 0.03572088 0.7768527 0.02874195 0.7779567 0.03238093 0.7765912 0.03512537 0.781163 0.02874195 0.7779567 0.0262143 0.7748254 0.0324577 0.7745688 0.02070629 0.7778393 0.01821666 0.7774514 0.0262143 0.7748254 0.02070629 0.7778393 0.01584404 0.780086 0.01430428 0.7783547 0.01979702 0.7761763 0.01821666 0.7774514 0.01461857 0.7764055 0.0416913 0.7771478 0.03961366 0.7760369 0.04791939 0.7732267 0.03572088 0.7768527 0.03961366 0.7760369 0.03512537 0.781163 0.04236865 0.773859 0.03961366 0.7760369 0.03804641 0.7731969 0.08878999 0.7807447 0.08583348 0.7827417 0.0819922 0.7766135 0.08729511 0.7877162 0.08583348 0.7827417 0.09760838 0.7837323 0.080657 0.7815935 0.08583348 0.7827417 0.07594782 0.786287 0.09361791 0.7786491 0.0902242 0.7793475 0.09116303 0.7766397 0.08878999 0.7807447 0.0902242 0.7793475 0.09760838 0.7837323 0.08878999 0.7807447 0.0819922 0.7766135 0.08746433 0.7773474 0.080657 0.7815935 0.07693225 0.7797105 0.0819922 0.7766135 0.07342541 0.780231 0.07693225 0.7797105 0.07594782 0.786287 0.07342541 0.780231 0.07120734 0.7748727 0.07643038 0.7766606 0.04808181 0.845811 0.05112773 0.8432605 0.05124735 0.8482229 0.04808181 0.845811 0.04356241 0.8449291 0.05102986 0.8411134 0.05102986 0.8411134 0.05722928 0.8391047 0.05416697 0.8432379 0.04358243 0.8483214 0.0461663 0.8478519 0.04344624 0.8518011 0.04808181 0.845811 0.0461663 0.8478519 0.04356241 0.8449291 0.04808181 0.845811 0.05124735 0.8482229 0.047082 0.849525 0.05506622 0.8462093 0.05124735 0.8482229 0.05416697 0.8432379 0.05852907 0.8418711 0.05595028 0.8437748 0.05722928 0.8391047 0.05506622 0.8462093 0.05595028 0.8437748 0.05838322 0.84564 0.03099906 0.8535277 0.03484797 0.8505039 0.03518766 0.8552901 0.03099906 0.8535277 0.02633464 0.8525848 0.03502798 0.8483367 0.03875011 0.8499143 0.03484797 0.8505039 0.04356241 0.8449291 0.02491104 0.8565551 0.02839773 0.8559601 0.02478426 0.8602898 0.03099906 0.8535277 0.02839773 0.8559601 0.02633464 0.8525848 0.03099906 0.8535277 0.03518766 0.8552901 0.02954381 0.8574838 0.03973728 0.8527329 0.03518766 0.8552901 0.03875011 0.8499143 0.04358243 0.8483214 0.04090458 0.8501445 0.04356241 0.8449291 0.03973728 0.8527329 0.04090458 0.8501445 0.04344624 0.8518011 0.03566575 0.8697552 0.0403307 0.8674505 0.03675532 0.8731471 0.03566575 0.8697552 0.03430622 0.8660566 0.03919643 0.8645522 0.04500943 0.8650982 0.0403307 0.8674505 0.04384392 0.8612475 0.04500943 0.8650982 0.04637688 0.868907 0.04160958 0.8710268 0.04500943 0.8650982 0.04922103 0.8632341 0.04637688 0.868907 0.04500943 0.8650982 0.04384392 0.8612475 0.04825532 0.8602815 0.05311602 0.861597 0.04922103 0.8632341 0.05204141 0.8575327 0.05311602 0.861597 0.05446302 0.8658679 0.05059421 0.8672863 0.05311602 0.861597 0.05684524 0.859926 0.05446302 0.8658679 0.05311602 0.861597 0.05204141 0.8575327 0.05589801 0.8567636 0.06038451 0.8583871 0.05684524 0.859926 0.05930292 0.854152 0.06038451 0.8583871 0.06160634 0.8629484 0.05818498 0.864355 0.07352185 0.7644448 0.07173264 0.7620506 0.07782852 0.7624831 0.07782852 0.7624831 0.08318543 0.7652251 0.08126723 0.7665672 0.08126723 0.7665672 0.0808115 0.7674292 0.07773101 0.765435 0.07352185 0.7644448 0.07753795 0.7641302 0.07441288 0.7656275 0.07122218 0.7683926 0.07193392 0.7685596 0.07120734 0.7748727 0.07122218 0.7683926 0.07173264 0.7620506 0.07352185 0.7644448 0.07352185 0.7644448 0.07441288 0.7656275 0.07306408 0.7689338 0.07306408 0.7689338 0.07381111 0.7726774 0.07286119 0.7732112 0.08020681 0.7743098 0.0819922 0.7766135 0.07643038 0.7766606 0.07643038 0.7766606 0.07120734 0.7748727 0.07286119 0.7732112 0.07678067 0.7741821 0.07639056 0.7751362 0.07381111 0.7726774 0.07678067 0.7741821 0.07998782 0.7734999 0.08020681 0.7743098 0.08456873 0.7676353 0.08318543 0.7652251 0.0883727 0.7664237 0.09101051 0.7701899 0.08795976 0.7678568 0.09191286 0.7693185 0.09101051 0.7701899 0.09059447 0.7707302 0.08797967 0.7688242 0.08456873 0.7676353 0.08795976 0.7678568 0.08507293 0.7686101 0.08339846 0.7747523 0.0819922 0.7766135 0.08242207 0.7707163 0.08242207 0.7707163 0.08318543 0.7652251 0.08456873 0.7676353 0.08456873 0.7676353 0.08507293 0.7686101 0.08364027 0.7711694 0.08364027 0.7711694 0.08408534 0.774248 0.08339846 0.7747523 0.09013885 0.7757415 0.09116303 0.7766397 0.08746433 0.7773474 0.08746433 0.7773474 0.0819922 0.7766135 0.08339846 0.7747523 0.08681184 0.7755922 0.08659851 0.7763026 0.08408534 0.774248 0.09013885 0.7757415 0.08659851 0.7763026 0.08983033 0.7752442 0.09101051 0.7701899 0.09191286 0.7693185 0.09274441 0.7733437 0.09013885 0.7757415 0.09167319 0.773261 0.09116303 0.7766397 0.09013885 0.7757415 0.08983033 0.7752442 0.09115129 0.773247 0.09115129 0.773247 0.09059447 0.7707302 0.09101051 0.7701899 0.04605966 0.7714832 0.04791939 0.7732267 0.04236865 0.773859 0.04236865 0.773859 0.03804641 0.7731969 0.03989899 0.7717955 0.0429787 0.7719332 0.04316461 0.7727038 0.04036086 0.771308 0.04605966 0.7714832 0.04316461 0.7727038 0.04528081 0.7709648 0.04521387 0.7648229 0.04784476 0.7622206 0.0476216 0.7677254 0.0476216 0.7677254 0.04791939 0.7732267 0.04605966 0.7714832 0.04569911 0.7684526 0.0467078 0.7680553 0.04528081 0.7709648 0.04569911 0.7684526 0.04444152 0.7660872 0.04521387 0.7648229 0.03852164 0.7656826 0.03657186 0.7640475 0.04235887 0.7621838 0.04235887 0.7621838 0.04784476 0.7622206 0.04521387 0.7648229 0.04521387 0.7648229 0.04444152 0.7660872 0.04171574 0.7655593 0.03852164 0.7656826 0.04168248 0.7641883 0.03930568 0.7666248 0.03732889 0.7686901 0.03813922 0.7688367 0.03804641 0.7731969 0.03732889 0.7686901 0.03657186 0.7640475 0.03852164 0.7656826 0.03899532 0.7690398 0.03813922 0.7688367 0.03930568 0.7666248 0.03899532 0.7690398 0.04036086 0.771308 0.03989899 0.7717955 0.01833844 0.7671107 0.01681411 0.7652527 0.02297413 0.7635392 0.02297413 0.7635392 0.02865928 0.764113 0.02649152 0.7658041 0.02245998 0.7664088 0.02269029 0.7652391 0.025554 0.766632 0.02245998 0.7664088 0.01892435 0.7680256 0.01833844 0.7671107 0.01690655 0.7743573 0.01461857 0.7764055 0.01536709 0.771131 0.01833844 0.7671107 0.01630026 0.7709413 0.01681411 0.7652527 0.01833844 0.7671107 0.01892435 0.7680256 0.0173186 0.7708172 0.01690655 0.7743573 0.01630026 0.7709413 0.01784199 0.7732447 0.02461987 0.7731764 0.0262143 0.7748254 0.01979702 0.7761763 0.01690655 0.7743573 0.0204879 0.7749851 0.01461857 0.7764055 0.02069371 0.7737691 0.0204879 0.7749851 0.01784199 0.7732447 0.02461987 0.7731764 0.0204879 0.7749851 0.02398705 0.7724535 0.02649152 0.7658041 0.02865928 0.764113 0.02772933 0.7693144 0.02461987 0.7731764 0.02687788 0.7692829 0.0262143 0.7748254 0.02461987 0.7731764 0.02398705 0.7724535 0.02583509 0.7693607 0.02583509 0.7693607 0.025554 0.766632 0.02649152 0.7658041 0.03002136 0.7659653 0.02865928 0.764113 0.03254252 0.7631471 0.03254252 0.7631471 0.03657186 0.7640475 0.0347979 0.7656242 0.03220003 0.765769 0.03240364 0.7647189 0.03401565 0.7663249 0.03220003 0.765769 0.03043574 0.7668611 0.03002136 0.7659653 0.02909749 0.7726091 0.0262143 0.7748254 0.02772933 0.7693144 0.02772933 0.7693144 0.02865928 0.764113 0.03002136 0.7659653 0.03002136 0.7659653 0.03043574 0.7668611 0.02951121 0.7693973 0.02951121 0.7693973 0.02998244 0.7717673 0.02909749 0.7726091 0.0324577 0.7745688 0.03245168 0.7733257 0.03804641 0.7731969 0.02909749 0.7726091 0.03245168 0.7733257 0.0262143 0.7748254 0.03240549 0.772361 0.03245168 0.7733257 0.02998244 0.7717673 0.0357939 0.7718905 0.03245168 0.7733257 0.03477722 0.7713068 0.03732889 0.7686901 0.03625202 0.7686691 0.03657186 0.7640475 0.03732889 0.7686901 0.03804641 0.7731969 0.0357939 0.7718905 0.0357939 0.7718905 0.03477722 0.7713068 0.03509432 0.7687328 0.03509432 0.7687328 0.03401565 0.7663249 0.0347979 0.7656242 0.0142939 0.7679973 0.01681411 0.7652527 0.01536709 0.771131 0.01536709 0.771131 0.01461857 0.7764055 0.01308715 0.7749871 0.01346296 0.7719543 0.01441115 0.7715154 0.01253545 0.7743008 0.0142939 0.7679973 0.01441115 0.7715154 0.0132361 0.7695342 0.0262764 0.8611964 0.02478426 0.8602898 0.02954381 0.8574838 0.02954381 0.8574838 0.03518766 0.8552901 0.03350049 0.8580362 0.02987968 0.8596045 0.0298801 0.8585975 0.03295874 0.8589972 0.02987968 0.8596045 0.02680104 0.8616629 0.0262764 0.8611964 0.03350049 0.8580362 0.03518766 0.8552901 0.03466981 0.8607392 0.03466981 0.8607392 0.03430622 0.8660566 0.03289431 0.8649046 0.03289431 0.8649046 0.03250408 0.8641551 0.03368175 0.861266 0.03350049 0.8580362 0.03429204 0.8610697 0.03295874 0.8589972 0.03973728 0.8527329 0.03912401 0.8542186 0.03518766 0.8552901 0.03973728 0.8527329 0.04344624 0.8518011 0.04184281 0.8540099 0.03894585 0.8551622 0.03912401 0.8542186 0.04120606 0.8549284 0.03894585 0.8551622 0.0365718 0.8568099 0.03628039 0.8564717 0.03567922 0.8626096 0.03430622 0.8660566 0.03466981 0.8607392 0.03628039 0.8564717 0.03501498 0.8599517 0.03518766 0.8552901 0.03628039 0.8564717 0.0365718 0.8568099 0.03561127 0.8591006 0.03567922 0.8626096 0.03501498 0.8599517 0.03620421 0.8608359 0.04169476 0.8601389 0.04384392 0.8612475 0.03919643 0.8645522 0.03919643 0.8645522 0.03430622 0.8660566 0.03567922 0.8626096 0.03849059 0.8608177 0.03862458 0.8623965 0.03620421 0.8608359 0.04169476 0.8601389 0.03862458 0.8623965 0.04089075 0.8593856 0.04184281 0.8540099 0.04344624 0.8518011 0.04351317 0.8564354 0.04351317 0.8564354 0.04384392 0.8612475 0.04169476 0.8601389 0.04169476 0.8601389 0.04089075 0.8593856 0.04182511 0.8568794 0.04184281 0.8540099 0.0427336 0.8566634 0.04120606 0.8549284 0.04474395 0.852654 0.04344624 0.8518011 0.047082 0.849525 0.047082 0.849525 0.05124735 0.8482229 0.05027449 0.8504267 0.04756557 0.8513934 0.04745596 0.850557 0.0499944 0.8511607 0.04474395 0.852654 0.04745596 0.850557 0.04520559 0.8530743 0.0450015 0.8587162 0.04384392 0.8612475 0.04351317 0.8564354 0.04474395 0.852654 0.04394066 0.8560834 0.04344624 0.8518011 0.04474395 0.852654 0.04520559 0.8530743 0.0444867 0.8556745 0.0450015 0.8587162 0.04394066 0.8560834 0.045376 0.8575826 0.05065566 0.8561638 0.05204141 0.8575327 0.04825532 0.8602815 0.04825532 0.8602815 0.04384392 0.8612475 0.0450015 0.8587162 0.04784095 0.8571864 0.04788184 0.8584232 0.045376 0.8575826 0.04784095 0.8571864 0.05023699 0.855342 0.05065566 0.8561638 0.05027449 0.8504267 0.05124735 0.8482229 0.05164235 0.8528948 0.05164235 0.8528948 0.05204141 0.8575327 0.05065566 0.8561638 0.05091983 0.8529052 0.05139714 0.8528969 0.05023699 0.855342 0.05027449 0.8504267 0.05139714 0.8528969 0.0499944 0.8511607 0.05249631 0.8493219 0.05124735 0.8482229 0.05506622 0.8462093 0.05506622 0.8462093 0.05838322 0.84564 0.05730837 0.8473426 0.05491381 0.848106 0.05481392 0.847388 0.05704599 0.8480007 0.05249631 0.8493219 0.05481392 0.847388 0.05291664 0.849646 0.05297738 0.8550369 0.05204141 0.8575327 0.05164235 0.8528948 0.05164235 0.8528948 0.05124735 0.8482229 0.05249631 0.8493219 0.05249631 0.8493219 0.05291664 0.849646 0.05241 0.8520466 0.05297738 0.8550369 0.05192655 0.8525176 0.0532903 0.8539115 0.05788862 0.8529574 0.05930292 0.854152 0.05589801 0.8567636 0.05589801 0.8567636 0.05204141 0.8575327 0.05297738 0.8550369 0.05545395 0.8538443 0.05552148 0.8549413 0.0532903 0.8539115 0.05545395 0.8538443 0.0574826 0.8523425 0.05788862 0.8529574 0.05730837 0.8473426 0.05838322 0.84564 0.05875438 0.8498266 0.05875438 0.8498266 0.05930292 0.854152 0.05788862 0.8529574 0.05795776 0.8499037 0.05840879 0.8498118 0.0574826 0.8523425 0.05730837 0.8473426 0.05840879 0.8498118 0.05704599 0.8480007 0.01139903 0.865224 0.01126581 0.8658768 0.008299708 0.8680718 0.01505106 0.8703182 0.01744323 0.8714504 0.01534682 0.8741148 0.01308792 0.8736247 0.01411294 0.8726364 0.01432579 0.8750859 0.01308792 0.8736247 0.01115012 0.8727217 0.01295292 0.8716713 0.01295292 0.8716713 0.01391392 0.8697115 0.01505106 0.8703182 0.08224451 0.8383946 0.08382952 0.836036 0.08356297 0.8407364 0.08356297 0.8407364 0.08357155 0.8457552 0.082089 0.8441798 0.082089 0.8441798 0.08163261 0.8435789 0.08236479 0.8413407 0.08224451 0.8383946 0.08303183 0.8409835 0.08176499 0.8396198 0.07683509 0.8402759 0.07454764 0.8389813 0.07912772 0.8364673 0.07912772 0.8364673 0.08382952 0.836036 0.08224451 0.8383946 0.07975327 0.8397303 0.07952922 0.8383808 0.08176499 0.8396198 0.07975327 0.8397303 0.07771527 0.8411633 0.07683509 0.8402759 0.0771175 0.8459436 0.07553178 0.8483318 0.07528042 0.8434501 0.07528042 0.8434501 0.07454764 0.8389813 0.07683509 0.8402759 0.07683509 0.8402759 0.07771527 0.8411633 0.07703685 0.8434098 0.07703685 0.8434098 0.07769036 0.845139 0.0771175 0.8459436 0.082089 0.8441798 0.08357155 0.8457552 0.07960915 0.8483516 0.07960915 0.8483516 0.07553178 0.8483318 0.0771175 0.8459436 0.07964837 0.8450202 0.07961386 0.8460161 0.07769036 0.845139 0.082089 0.8441798 0.07961386 0.8460161 0.08163261 0.8435789 0.06473261 0.8451394 0.06582009 0.8431687 0.06633001 0.8473668 0.06633001 0.8473668 0.06684577 0.8515186 0.06539452 0.8505468 0.06539452 0.8505468 0.06494498 0.8501706 0.06540238 0.8478384 0.06473261 0.8451394 0.06591141 0.847564 0.06443214 0.8459689 0.05968087 0.8467616 0.05838322 0.84564 0.06192588 0.8435289 0.06192588 0.8435289 0.06582009 0.8431687 0.06473261 0.8451394 0.06473261 0.8451394 0.06443214 0.8459689 0.06222218 0.8459321 0.05968087 0.8467616 0.06210231 0.8450405 0.0601747 0.8473113 0.06027179 0.8522745 0.05930292 0.854152 0.05875438 0.8498266 0.05875438 0.8498266 0.05838322 0.84564 0.05968087 0.8467616 0.05969184 0.8496896 0.05912846 0.8497972 0.0601747 0.8473113 0.05969184 0.8496896 0.06063657 0.8516051 0.06027179 0.8522745 0.06539452 0.8505468 0.06684577 0.8515186 0.06317901 0.8538432 0.06317901 0.8538432 0.05930292 0.854152 0.06027179 0.8522745 0.06287205 0.8515958 0.06293755 0.8523207 0.06063657 0.8516051 0.06539452 0.8505468 0.06293755 0.8523207 0.06494498 0.8501706 0.07339161 0.8414483 0.07454764 0.8389813 0.07528042 0.8434501 0.07528042 0.8434501 0.07553178 0.8483318 0.07383322 0.8470109 0.07383322 0.8470109 0.07312673 0.8466452 0.07388877 0.8442913 0.07339161 0.8414483 0.07458925 0.8437951 0.07303345 0.842647 0.06747156 0.8441756 0.06582009 0.8431687 0.06976944 0.8402962 0.06976944 0.8402962 0.07454764 0.8389813 0.07339161 0.8414483 0.07050681 0.8430383 0.07034814 0.8419049 0.07303345 0.842647 0.06747156 0.8441756 0.07034814 0.8419049 0.06805378 0.8447658 0.06803095 0.8494972 0.06684577 0.8515186 0.06633001 0.8473668 0.06633001 0.8473668 0.06582009 0.8431687 0.06747156 0.8441756 0.06747156 0.8441756 0.06805378 0.8447658 0.06741929 0.8471299 0.06741929 0.8471299 0.06840223 0.8487844 0.06803095 0.8494972 0.07383322 0.8470109 0.07553178 0.8483318 0.07105189 0.8511899 0.07105189 0.8511899 0.06684577 0.8515186 0.06803095 0.8494972 0.07080125 0.8483828 0.07101553 0.8491611 0.06840223 0.8487844 0.07383322 0.8470109 0.07101553 0.8491611 0.07312673 0.8466452 0.07388877 0.8442913 0.07302981 0.8447813 0.07303345 0.842647 0.07242512 0.8463216 0.07302981 0.8447813 0.07312673 0.8466452 0.07242512 0.8463216 0.07172596 0.846019 0.07209163 0.8452684 0.07209163 0.8452684 0.07184624 0.8447932 0.07248693 0.8437452 0.06889921 0.8452121 0.06805378 0.8447658 0.07050681 0.8430383 0.07050681 0.8430383 0.07303345 0.842647 0.07248693 0.8437452 0.07085847 0.84498 0.07067918 0.8440417 0.07184624 0.8447932 0.06889921 0.8452121 0.07067918 0.8440417 0.06987625 0.8455864 0.06741929 0.8471299 0.06843948 0.8467977 0.06840223 0.8487844 0.06889921 0.8452121 0.06843948 0.8467977 0.06805378 0.8447658 0.06889921 0.8452121 0.06987625 0.8455864 0.06964731 0.8463699 0.06964731 0.8463699 0.07002949 0.8468781 0.06912738 0.8478793 0.07242512 0.8463216 0.07312673 0.8466452 0.07080125 0.8483828 0.07080125 0.8483828 0.06840223 0.8487844 0.06912738 0.8478793 0.07088047 0.8466584 0.07079011 0.8475374 0.07002949 0.8468781 0.07242512 0.8463216 0.07079011 0.8475374 0.07172596 0.846019 0.06402075 0.8469581 0.06443214 0.8459689 0.06540238 0.8478384 0.06433236 0.8496994 0.06468677 0.8481658 0.06494498 0.8501706 0.06433236 0.8496994 0.06363826 0.8491809 0.0638678 0.8485197 0.06402075 0.8469581 0.06468677 0.8481658 0.06355386 0.8480269 0.06093686 0.8478749 0.0601747 0.8473113 0.06222218 0.8459321 0.06402075 0.8469581 0.06242305 0.8469495 0.06443214 0.8459689 0.06402075 0.8469581 0.06355386 0.8480269 0.06266444 0.8480295 0.06093686 0.8478749 0.06242305 0.8469495 0.0618332 0.8484455 0.05969184 0.8496896 0.06060522 0.8494695 0.06063657 0.8516051 0.06093686 0.8478749 0.06060522 0.8494695 0.0601747 0.8473113 0.06093686 0.8478749 0.0618332 0.8484455 0.06169372 0.8491932 0.06169372 0.8491932 0.06209772 0.8497723 0.06129401 0.8507381 0.06287205 0.8515958 0.06286895 0.8506858 0.06494498 0.8501706 0.06287205 0.8515958 0.06063657 0.8516051 0.06129401 0.8507381 0.06289708 0.8496834 0.06286895 0.8506858 0.06209772 0.8497723 0.06289708 0.8496834 0.06363826 0.8491809 0.06433236 0.8496994 0.08236479 0.8413407 0.08158326 0.841557 0.08176499 0.8396198 0.08110791 0.8429556 0.08158326 0.841557 0.08163261 0.8435789 0.08110791 0.8429556 0.08054906 0.842321 0.08074444 0.8417028 0.08074444 0.8417028 0.08050692 0.8413583 0.08116585 0.8405602 0.07852154 0.841754 0.07771527 0.8411633 0.07975327 0.8397303 0.07975327 0.8397303 0.08176499 0.8396198 0.08116585 0.8405602 0.07990562 0.8416197 0.07985901 0.8407559 0.08050692 0.8413583 0.07852154 0.841754 0.07985901 0.8407559 0.07929086 0.8421963 0.07703685 0.8434098 0.07801228 0.843164 0.07769036 0.845139 0.07852154 0.841754 0.07801228 0.843164 0.07771527 0.8411633 0.07852154 0.841754 0.07929086 0.8421963 0.07901269 0.8427971 0.07901269 0.8427971 0.07916742 0.8431244 0.07839578 0.8441722 0.08110791 0.8429556 0.08163261 0.8435789 0.07964837 0.8450202 0.07964837 0.8450202 0.07769036 0.845139 0.07839578 0.8441722 0.0798515 0.8428803 0.07973653 0.8439651 0.07916742 0.8431244 0.08110791 0.8429556 0.07973653 0.8439651 0.08054906 0.842321 0.01113039 0.8668615 0.01126581 0.8658768 0.01304858 0.8673724 0.01304858 0.8673724 0.01391392 0.8697115 0.01295602 0.8694009 0.01169306 0.8685367 0.01236301 0.8678494 0.01208764 0.8692383 0.01113039 0.8668615 0.01236301 0.8678494 0.01099395 0.868012 0.01113039 0.8668615 0.009285569 0.8685347 0.01126581 0.8658768 0.01096284 0.8711095 0.01115012 0.8727217 0.009469032 0.8705338 0.01047509 0.8692441 0.01112282 0.8697254 0.01096284 0.8711095 0.01295292 0.8716713 0.01225131 0.8706814 0.01391392 0.8697115 0.01096284 0.8711095 0.01225131 0.8706814 0.01115012 0.8727217 0.01096284 0.8711095 0.01112282 0.8697254 0.01177895 0.869679 0.01295602 0.8694009 0.01225131 0.8706814 0.01208764 0.8692383 0.05361169 0.850201 0.05291664 0.849646 0.05491381 0.848106 0.05664819 0.8490404 0.05508655 0.8491582 0.05704599 0.8480007 0.05664819 0.8490404 0.05618274 0.850271 0.05529576 0.8503774 0.05361169 0.850201 0.05508655 0.8491582 0.05444413 0.8508713 0.05241 0.8520466 0.05325287 0.8517633 0.0532903 0.8539115 0.05241 0.8520466 0.05291664 0.849646 0.05361169 0.850201 0.05427551 0.8515738 0.05325287 0.8517633 0.05444413 0.8508713 0.05427551 0.8515738 0.05465233 0.8520656 0.05389767 0.8529481 0.05545395 0.8538443 0.05543375 0.8528582 0.0574826 0.8523425 0.05545395 0.8538443 0.0532903 0.8539115 0.05389767 0.8529481 0.0554372 0.8519275 0.05543375 0.8528582 0.05465233 0.8520656 0.05688303 0.8518434 0.05543375 0.8528582 0.05618667 0.8514021 0.05664819 0.8490404 0.05704599 0.8480007 0.05795776 0.8499037 0.05688303 0.8518434 0.05726742 0.8502531 0.0574826 0.8523425 0.05688303 0.8518434 0.05618667 0.8514021 0.05645745 0.8507311 0.05664819 0.8490404 0.05726742 0.8502531 0.05618274 0.850271 0.04608952 0.8536231 0.04520559 0.8530743 0.04756557 0.8513934 0.04756557 0.8513934 0.0499944 0.8511607 0.04933297 0.85224 0.04781711 0.8536898 0.04768812 0.8524792 0.04848086 0.8534919 0.04608952 0.8536231 0.04768812 0.8524792 0.04718458 0.8542363 0.0444867 0.8556745 0.04562175 0.8552762 0.045376 0.8575826 0.04608952 0.8536231 0.04562175 0.8552762 0.04520559 0.8530743 0.04608952 0.8536231 0.04718458 0.8542363 0.04705142 0.854883 0.04705142 0.854883 0.04733234 0.8552817 0.04623347 0.8564354 0.0494666 0.8548559 0.05023699 0.855342 0.04784095 0.8571864 0.04784095 0.8571864 0.045376 0.8575826 0.04623347 0.8564354 0.04794198 0.8550838 0.04787313 0.8560981 0.04733234 0.8552817 0.0494666 0.8548559 0.04787313 0.8560981 0.04852038 0.8545375 0.05091983 0.8529052 0.04993951 0.8533011 0.0499944 0.8511607 0.0494666 0.8548559 0.04993951 0.8533011 0.05023699 0.855342 0.0494666 0.8548559 0.04852038 0.8545375 0.04870766 0.8538906 0.04870766 0.8538906 0.04848086 0.8534919 0.04933297 0.85224 0.03741341 0.8571512 0.0365718 0.8568099 0.03894585 0.8551622 0.04065054 0.8559796 0.03908371 0.8561247 0.04120606 0.8549284 0.04065054 0.8559796 0.04013574 0.8570973 0.03937959 0.8570967 0.03741341 0.8571512 0.03908371 0.8561247 0.03853005 0.8574941 0.03561127 0.8591006 0.03674256 0.8585792 0.03620421 0.8608359 0.03741341 0.8571512 0.03674256 0.8585792 0.0365718 0.8568099 0.03741341 0.8571512 0.03853005 0.8574941 0.03814136 0.8582227 0.03814136 0.8582227 0.0382784 0.8587864 0.03713887 0.8596614 0.03849059 0.8608177 0.03866988 0.8596502 0.04089075 0.8593856 0.03849059 0.8608177 0.03620421 0.8608359 0.03713887 0.8596614 0.03900587 0.8586884 0.03866988 0.8596502 0.0382784 0.8587864 0.03900587 0.8586884 0.03982675 0.8581925 0.04030436 0.8587577 0.04065054 0.8559796 0.04120606 0.8549284 0.04182511 0.8568794 0.04030436 0.8587577 0.04101103 0.8571957 0.04089075 0.8593856 0.04030436 0.8587577 0.03982675 0.8581925 0.04024404 0.8575623 0.04065054 0.8559796 0.04101103 0.8571957 0.04013574 0.8570973 0.02795737 0.8622127 0.02680104 0.8616629 0.02987968 0.8596045 0.02987968 0.8596045 0.03295874 0.8589972 0.03210455 0.86028 0.03022021 0.8621096 0.03001582 0.8608079 0.03109419 0.8617239 0.02795737 0.8622127 0.03001582 0.8608079 0.02942955 0.8628041 0.02607923 0.8637471 0.02751368 0.8634719 0.02725803 0.8652111 0.02795737 0.8622127 0.02751368 0.8634719 0.02680104 0.8616629 0.02795737 0.8622127 0.02942955 0.8628041 0.02939325 0.8633233 0.02939325 0.8633233 0.02985376 0.8635445 0.0283513 0.864276 0.03189241 0.8634776 0.03250408 0.8641551 0.02988123 0.8654087 0.02988123 0.8654087 0.02725803 0.8652111 0.0283513 0.864276 0.03055357 0.8633446 0.030137 0.8643152 0.02985376 0.8635445 0.03189241 0.8634776 0.030137 0.8643152 0.03117001 0.8628361 0.03368175 0.861266 0.0326392 0.8616512 0.03295874 0.8589972 0.03189241 0.8634776 0.0326392 0.8616512 0.03250408 0.8641551 0.03189241 0.8634776 0.03117001 0.8628361 0.03138053 0.8621309 0.03138053 0.8621309 0.03109419 0.8617239 0.03210455 0.86028 0.01346296 0.7719543 0.01255303 0.7723078 0.0132361 0.7695342 0.01346296 0.7719543 0.01253545 0.7743008 0.01205003 0.7736758 0.0116623 0.7726184 0.01255303 0.7723078 0.01159769 0.7730814 0.0116623 0.7726184 0.01143968 0.7720901 0.01230597 0.770864 0.03220003 0.765769 0.03214424 0.7669769 0.03043574 0.7668611 0.03220003 0.765769 0.03401565 0.7663249 0.03332501 0.7672526 0.03216242 0.7682636 0.03214424 0.7669769 0.03268009 0.7682939 0.03216242 0.7682636 0.03168392 0.7686365 0.03101789 0.7677504 0.02951121 0.7693973 0.03046417 0.7693106 0.02998244 0.7717673 0.03101789 0.7677504 0.03046417 0.7693106 0.03043574 0.7668611 0.03101789 0.7677504 0.03168392 0.7686365 0.03143972 0.7691696 0.03080487 0.7707532 0.03046417 0.7693106 0.031596 0.7696528 0.0338642 0.7705456 0.03477722 0.7713068 0.03240549 0.772361 0.03080487 0.7707532 0.03236168 0.771174 0.02998244 0.7717673 0.03080487 0.7707532 0.031596 0.7696528 0.03231912 0.7698759 0.0338642 0.7705456 0.03236168 0.771174 0.03300303 0.7696959 0.03509432 0.7687328 0.03404182 0.7688404 0.03401565 0.7663249 0.03509432 0.7687328 0.03477722 0.7713068 0.0338642 0.7705456 0.03304183 0.7689699 0.03404182 0.7688404 0.03300303 0.7696959 0.03304183 0.7689699 0.03268009 0.7682939 0.03332501 0.7672526 0.02245998 0.7664088 0.02209794 0.7678369 0.01892435 0.7680256 0.02245998 0.7664088 0.025554 0.766632 0.02422696 0.7678653 0.02167004 0.7693943 0.02209794 0.7678369 0.02270519 0.7693011 0.02167004 0.7693943 0.02044337 0.7698898 0.01964914 0.7689542 0.018875 0.7720544 0.01784199 0.7732447 0.0173186 0.7708172 0.01964914 0.7689542 0.01852995 0.7706297 0.01892435 0.7680256 0.01964914 0.7689542 0.02044337 0.7698898 0.01983779 0.7704105 0.018875 0.7720544 0.01852995 0.7706297 0.01995682 0.7708254 0.02308267 0.7716391 0.02398705 0.7724535 0.02069371 0.7737691 0.02069371 0.7737691 0.01784199 0.7732447 0.018875 0.7720544 0.02090394 0.7710033 0.02081894 0.7724196 0.01995682 0.7708254 0.02308267 0.7716391 0.02081894 0.7724196 0.02204257 0.770779 0.02583509 0.7693607 0.02438694 0.7696268 0.025554 0.766632 0.02308267 0.7716391 0.02438694 0.7696268 0.02398705 0.7724535 0.02308267 0.7716391 0.02204257 0.770779 0.02273619 0.7699871 0.02273619 0.7699871 0.02270519 0.7693011 0.02422696 0.7678653 0.0429787 0.7719332 0.0427882 0.7709093 0.04528081 0.7709648 0.0429787 0.7719332 0.04036086 0.771308 0.04109805 0.7706101 0.04259544 0.7697587 0.0427882 0.7709093 0.04197287 0.769807 0.04259544 0.7697587 0.04315149 0.7694038 0.04427331 0.7702367 0.04373556 0.767299 0.04444152 0.7660872 0.04569911 0.7684526 0.04569911 0.7684526 0.04528081 0.7709648 0.04427331 0.7702367 0.04332208 0.768877 0.04454654 0.7687019 0.04315149 0.7694038 0.04373556 0.767299 0.04454654 0.7687019 0.0430628 0.7684845 0.04040509 0.767718 0.03930568 0.7666248 0.04171574 0.7655593 0.04373556 0.767299 0.04196774 0.7670226 0.04444152 0.7660872 0.04373556 0.767299 0.0430628 0.7684845 0.04232919 0.7685322 0.04040509 0.767718 0.04196774 0.7670226 0.04166215 0.7688866 0.03899532 0.7690398 0.04020941 0.76923 0.04036086 0.771308 0.03899532 0.7690398 0.03930568 0.7666248 0.04040509 0.767718 0.04040509 0.767718 0.04166215 0.7688866 0.04160255 0.7694139 0.04160255 0.7694139 0.04197287 0.769807 0.04109805 0.7706101 0.08600449 0.7697132 0.08507293 0.7686101 0.08797967 0.7688242 0.08797967 0.7688242 0.09059447 0.7707302 0.09009671 0.7711808 0.08841878 0.770916 0.08815932 0.7698544 0.089558 0.7715863 0.08600449 0.7697132 0.08815932 0.7698544 0.08714962 0.7708804 0.08364027 0.7711694 0.0849443 0.7714449 0.08408534 0.774248 0.08600449 0.7697132 0.0849443 0.7714449 0.08507293 0.7686101 0.08600449 0.7697132 0.08714962 0.7708804 0.08652281 0.7717227 0.08652281 0.7717227 0.08671402 0.7727963 0.08527415 0.7735664 0.08952212 0.7744385 0.08983033 0.7752442 0.08681184 0.7755922 0.08681184 0.7755922 0.08408534 0.774248 0.08527415 0.7735664 0.08789914 0.7734546 0.08728945 0.774595 0.08671402 0.7727963 0.08952212 0.7744385 0.08728945 0.774595 0.08921414 0.7734783 0.09115129 0.773247 0.0905044 0.7730045 0.09059447 0.7707302 0.09115129 0.773247 0.08983033 0.7752442 0.08952212 0.7744385 0.08979511 0.772648 0.0905044 0.7730045 0.08921414 0.7734783 0.08979511 0.772648 0.089558 0.7715863 0.09009671 0.7711808 0.07603508 0.7672453 0.07441288 0.7656275 0.07773101 0.765435 0.08019644 0.7683698 0.07819396 0.7670882 0.0808115 0.7674292 0.08019644 0.7683698 0.07950168 0.7693496 0.07879185 0.7689157 0.07603508 0.7672453 0.07819396 0.7670882 0.07802289 0.7690806 0.07306408 0.7689338 0.07513636 0.7694726 0.07381111 0.7726774 0.07603508 0.7672453 0.07513636 0.7694726 0.07441288 0.7656275 0.07603508 0.7672453 0.07802289 0.7690806 0.07767975 0.7700937 0.07767975 0.7700937 0.07783353 0.7711167 0.0756101 0.7719464 0.07678067 0.7741821 0.07756847 0.7728431 0.07998782 0.7734999 0.07678067 0.7741821 0.07381111 0.7726774 0.0756101 0.7719464 0.07855516 0.7713117 0.07756847 0.7728431 0.07783353 0.7711167 0.07855516 0.7713117 0.07933598 0.7709074 0.07968324 0.772301 0.08019644 0.7683698 0.0808115 0.7674292 0.0814476 0.7706833 0.0814476 0.7706833 0.07998782 0.7734999 0.07968324 0.772301 0.07966727 0.7701335 0.08062607 0.7704586 0.07933598 0.7709074 0.08019644 0.7683698 0.08062607 0.7704586 0.07950168 0.7693496 0.01639568 0.7831265 0.01584404 0.780086 0.02423202 0.7812724 0.02423202 0.7812724 0.03512537 0.781163 0.04029989 0.7873314 0.08832716 0.8603991 0.08630949 0.8564077 0.09145277 0.8532031 0.09842193 0.8486839 0.09431821 0.8553031 0.09510266 0.8487328 0.09842193 0.8486839 0.1024444 0.8480501 0.0983926 0.8561842 0.08832716 0.8603991 0.09431821 0.8553031 0.09198427 0.862769 0.03227722 0.8747696 0.03675532 0.8731471 0.03715461 0.8767991 0.03155767 0.8798019 0.03197771 0.8781155 0.03718167 0.8786903 0.03155767 0.8798019 0.02618098 0.8805554 0.02696329 0.8790531 0.03227722 0.8747696 0.03197771 0.8781155 0.02785289 0.8759838 0.03566575 0.8697552 0.03675532 0.8731471 0.03227722 0.8747696 0.02739226 0.8727855 0.03149574 0.8714765 0.02785289 0.8759838 0.02739226 0.8727855 0.0262928 0.8692064 0.03044754 0.8686612 0.03566575 0.8697552 0.03149574 0.8714765 0.03430622 0.8660566 0.01893973 0.8750243 0.02292704 0.873853 0.01994967 0.8770185 0.01893973 0.8750243 0.01744323 0.8714504 0.02214753 0.8712571 0.02739226 0.8727855 0.02292704 0.873853 0.0262928 0.8692064 0.02739226 0.8727855 0.02785289 0.8759838 0.02315998 0.87688 0.03289431 0.8649046 0.03430622 0.8660566 0.03044754 0.8686612 0.02698314 0.8665537 0.0299471 0.8667479 0.0262928 0.8692064 0.02698314 0.8665537 0.02725803 0.8652111 0.02988123 0.8654087 0.03289431 0.8649046 0.0299471 0.8667479 0.03250408 0.8641551 0.0262764 0.8611964 0.02553516 0.8642758 0.02478426 0.8602898 0.0262764 0.8611964 0.02680104 0.8616629 0.02607923 0.8637471 0.02698314 0.8665537 0.02553516 0.8642758 0.02725803 0.8652111 0.02698314 0.8665537 0.0262928 0.8692064 0.02534157 0.8647847 0.01445943 0.8673245 0.01376515 0.8673164 0.01192098 0.8635923 0.01505106 0.8703182 0.01376515 0.8673164 0.01744323 0.8714504 0.01304858 0.8673724 0.01376515 0.8673164 0.01391392 0.8697115 0.01304858 0.8673724 0.01126581 0.8658768 0.01139903 0.865224 0.02534157 0.8647847 0.0262928 0.8692064 0.02452403 0.8683074 0.02427881 0.8650944 0.02495861 0.8650007 0.02384525 0.8677777 0.02427881 0.8650944 0.02326416 0.8626576 0.02365899 0.8620286 0.02365899 0.8620286 0.02478426 0.8602898 0.02534157 0.8647847 0.01445943 0.8673245 0.01192098 0.8635923 0.01390385 0.86411 0.01590037 0.866623 0.01507788 0.8670399 0.01503276 0.8642421 0.01590037 0.866623 0.01828169 0.8687264 0.01800113 0.8695991 0.01445943 0.8673245 0.01507788 0.8670399 0.01744323 0.8714504 0.01800113 0.8695991 0.02167737 0.8699309 0.01744323 0.8714504 0.01800113 0.8695991 0.01828169 0.8687264 0.02138811 0.8690499 0.02452403 0.8683074 0.02167737 0.8699309 0.02384525 0.8677777 0.02452403 0.8683074 0.0262928 0.8692064 0.02214753 0.8712571 0.02138811 0.8690499 0.01828169 0.8687264 0.01892203 0.8675729 0.02094036 0.8663399 0.02115112 0.8677896 0.01974225 0.8662787 0.02290505 0.8669794 0.02115112 0.8677896 0.02183413 0.8660468 0.02290505 0.8669794 0.02384525 0.8677777 0.02138811 0.8690499 0.01590037 0.866623 0.01503276 0.8642421 0.01657605 0.864721 0.01875525 0.8658602 0.01720684 0.8662345 0.01832652 0.8653731 0.01875525 0.8658602 0.01974225 0.8662787 0.01892203 0.8675729 0.01590037 0.866623 0.01720684 0.8662345 0.01828169 0.8687264 0.02427881 0.8650944 0.02384525 0.8677777 0.02290505 0.8669794 0.02190816 0.8654023 0.02319455 0.8652363 0.02183413 0.8660468 0.02190816 0.8654023 0.02142637 0.864833 0.02245008 0.8636536 0.02427881 0.8650944 0.02319455 0.8652363 0.02326416 0.8626576 0.03994292 0.2312076 0.04613775 0.2314662 0.04203969 0.219255 0.03994292 0.2312076 0.03780144 0.246808 0.04404503 0.2465276 0.04404503 0.2465276 0.04927432 0.2473977 0.0512911 0.232528 0.03557044 0.2697044 0.04118794 0.269769 0.03780144 0.246808 0.03820532 0.2985229 0.04118794 0.269769 0.03333139 0.2977963 0.03820532 0.2985229 0.04214978 0.3001343 0.04578 0.2709738 0.04404503 0.2465276 0.04118794 0.269769 0.04927432 0.2473977 0.05340808 0.2491215 0.04927432 0.2473977 0.04578 0.2709738 0.04609042 0.3005764 0.04981285 0.2721775 0.04214978 0.3001343 0.04609042 0.3005764 0.05047971 0.30024 0.05414438 0.27376 0.05340808 0.2491215 0.04981285 0.2721775 0.05770915 0.252442 0.06344038 0.2581022 0.05770915 0.252442 0.05414438 0.27376 0.05577015 0.2995164 0.05963265 0.2761015 0.05047971 0.30024 0.05577015 0.2995164 0.06183129 0.2996503 0.06630527 0.278544 0.06344038 0.2581022 0.05963265 0.2761015 0.07068759 0.2631931 0.06630527 0.278544 0.07418996 0.2804293 0.07068759 0.2631931 0.06853264 0.3018866 0.07418996 0.2804293 0.06183129 0.2996503 0.06853264 0.3018866 0.07555407 0.305174 0.08268064 0.282036 0.08268064 0.282036 0.08918678 0.2646784 0.07953673 0.2648054 0.02106779 0.2744784 0.02846139 0.2719212 0.02305638 0.2511255 0.02106779 0.2744784 0.01955187 0.3022856 0.02660214 0.3000088 0.03557044 0.2697044 0.02846139 0.2719212 0.03333139 0.2977963 0.03557044 0.2697044 0.03780144 0.246808 0.03062474 0.2485363 0.008586406 0.2755919 0.01459652 0.2754352 0.008294343 0.2569891 0.01371467 0.3017518 0.01459652 0.2754352 0.008484065 0.2998127 0.02106779 0.2744784 0.01459652 0.2754352 0.01955187 0.3022856 0.02106779 0.2744784 0.02305638 0.2511255 0.01563793 0.2539888 0.01371467 0.3017518 0.008484065 0.2998127 0.008501648 0.3295666 0.01304459 0.3639692 0.01360827 0.3314253 0.00784856 0.3634594 0.01304459 0.3639692 0.01824289 0.3639901 0.0190773 0.3321172 0.01371467 0.3017518 0.01360827 0.3314253 0.01955187 0.3022856 0.0190773 0.3321172 0.02527129 0.3304759 0.01955187 0.3022856 0.0190773 0.3321172 0.01824289 0.3639901 0.02344566 0.3630335 0.03116577 0.3289832 0.02527129 0.3304759 0.02833503 0.362941 0.03116577 0.3289832 0.03333139 0.2977963 0.02660214 0.3000088 0.06853264 0.3018866 0.06183129 0.2996503 0.05874419 0.3295525 0.05993509 0.3657252 0.06427508 0.3314979 0.05529952 0.3638051 0.05993509 0.3657252 0.06451022 0.3683368 0.06989055 0.3344998 0.06853264 0.3018866 0.06427508 0.3314979 0.07555407 0.305174 0.04836714 0.3308417 0.05338251 0.3297199 0.05047971 0.30024 0.04836714 0.3308417 0.04578167 0.3641456 0.05054312 0.3632677 0.05874419 0.3295525 0.05338251 0.3297199 0.05529952 0.3638051 0.05874419 0.3295525 0.06183129 0.2996503 0.05577015 0.2995164 0.04609042 0.3005764 0.04214978 0.3001343 0.0397253 0.3317576 0.0397253 0.3317576 0.03669869 0.3677673 0.0411309 0.3664716 0.04836714 0.3308417 0.04387515 0.3317593 0.04578167 0.3641456 0.04836714 0.3308417 0.05047971 0.30024 0.04609042 0.3005764 0.03820532 0.2985229 0.03333139 0.2977963 0.03116577 0.3289832 0.03259307 0.3655547 0.03573632 0.3301213 0.02833503 0.362941 0.03259307 0.3655547 0.03669869 0.3677673 0.0397253 0.3317576 0.03820532 0.2985229 0.03573632 0.3301213 0.04214978 0.3001343 0.07180887 0.7548623 0.07599896 0.7557143 0.07394611 0.7585728 0.06580483 0.7598335 0.06871986 0.7575469 0.07173264 0.7620506 0.06580483 0.7598335 0.05894243 0.7600348 0.06333476 0.7569277 0.07180887 0.7548623 0.06871986 0.7575469 0.0673322 0.7541606 0.06333476 0.7569277 0.05798804 0.7569178 0.0673322 0.7541606 0.05409622 0.7598961 0.05798804 0.7569178 0.05894243 0.7600348 0.05409622 0.7598961 0.04784476 0.7622206 0.05188614 0.7575407 0.06247496 0.7535921 0.05798804 0.7569178 0.05632513 0.7536304 0.056427 0.7855531 0.05720359 0.7824812 0.07594782 0.786287 0.04936778 0.7801004 0.05720359 0.7824812 0.03512537 0.781163 0.06602668 0.7817946 0.05720359 0.7824812 0.05838781 0.7786982 0.04936778 0.7801004 0.04705488 0.7778119 0.05838781 0.7786982 0.0416913 0.7771478 0.04705488 0.7778119 0.03512537 0.781163 0.05304938 0.776246 0.04705488 0.7778119 0.04791939 0.7732267 0.06099385 0.776487 0.0561226 0.7751517 0.05949473 0.7729217 0.05304938 0.776246 0.0561226 0.7751517 0.05838781 0.7786982 0.05429649 0.7735664 0.0561226 0.7751517 0.04791939 0.7732267 0.07342541 0.780231 0.06743705 0.7786683 0.07120734 0.7748727 0.07342541 0.780231 0.07594782 0.786287 0.06602668 0.7817946 0.06602668 0.7817946 0.05838781 0.7786982 0.06099385 0.776487 0.06099385 0.776487 0.05949473 0.7729217 0.06574344 0.7752315 0.07122218 0.7683926 0.07120734 0.7748727 0.069067 0.772725 0.069067 0.772725 0.06840533 0.7719168 0.06938439 0.7685713 0.06938439 0.7685713 0.06815809 0.7648273 0.06902635 0.7637673 0.06902635 0.7637673 0.07173264 0.7620506 0.07122218 0.7683926 0.06580483 0.7598335 0.07173264 0.7620506 0.06902635 0.7637673 0.06902635 0.7637673 0.06815809 0.7648273 0.06462359 0.7629938 0.06049114 0.7622687 0.06468796 0.7615043 0.06126409 0.7635506 0.06049114 0.7622687 0.05894243 0.7600348 0.06580483 0.7598335 0.06574344 0.7752315 0.05949473 0.7729217 0.06130051 0.7714747 0.06532347 0.772554 0.06525456 0.7736135 0.06206667 0.7708013 0.069067 0.772725 0.06525456 0.7736135 0.06840533 0.7719168 0.06574344 0.7752315 0.06525456 0.7736135 0.07120734 0.7748727 0.05880469 0.7663943 0.05953735 0.7666426 0.05949473 0.7729217 0.05880469 0.7663943 0.05894243 0.7600348 0.06049114 0.7622687 0.06056267 0.7669766 0.05953735 0.7666426 0.06126409 0.7635506 0.06056267 0.7669766 0.06206667 0.7708013 0.06130051 0.7714747 0.05409622 0.7598961 0.05894243 0.7600348 0.05655115 0.7624422 0.05655115 0.7624422 0.05620324 0.7638246 0.05321246 0.7634273 0.04940062 0.7639167 0.05286335 0.7618691 0.05042332 0.7649785 0.04940062 0.7639167 0.04784476 0.7622206 0.05409622 0.7598961 0.05655115 0.7624422 0.05894243 0.7600348 0.05880469 0.7663943 0.05880469 0.7663943 0.05949473 0.7729217 0.05731171 0.770927 0.05750215 0.7668641 0.05813741 0.7665427 0.05685794 0.7701336 0.05750215 0.7668641 0.05620324 0.7638246 0.05655115 0.7624422 0.06938439 0.7685713 0.06840533 0.7719168 0.06742852 0.7705466 0.06742852 0.7705466 0.06629425 0.7688955 0.06658756 0.7682067 0.06658756 0.7682067 0.06621217 0.7672364 0.06720608 0.7660028 0.06938439 0.7685713 0.06806153 0.7684447 0.06815809 0.7648273 0.06720608 0.7660028 0.06486618 0.7647367 0.06815809 0.7648273 0.06526219 0.7666062 0.06486618 0.7647367 0.06621217 0.7672364 0.06263554 0.7649847 0.06486618 0.7647367 0.06430625 0.7664949 0.06263554 0.7649847 0.06126409 0.7635506 0.06462359 0.7629938 0.0630685 0.7695254 0.06530314 0.7707931 0.06206667 0.7708013 0.0630685 0.7695254 0.06418818 0.7679484 0.06523823 0.7686814 0.06742852 0.7705466 0.06530314 0.7707931 0.06629425 0.7688955 0.06742852 0.7705466 0.06840533 0.7719168 0.06532347 0.772554 0.06056267 0.7669766 0.06126409 0.7635506 0.06263554 0.7649847 0.06391286 0.7670809 0.0621078 0.7670851 0.06430625 0.7664949 0.0630685 0.7695254 0.0621078 0.7670851 0.06418818 0.7679484 0.06056267 0.7669766 0.0621078 0.7670851 0.06206667 0.7708013 0.05223298 0.7661621 0.05175995 0.7679144 0.05042332 0.7649785 0.05223298 0.7661621 0.05443608 0.7674066 0.0541855 0.7680562 0.0541855 0.7680562 0.05444556 0.7685369 0.0525633 0.7694717 0.04972958 0.7677844 0.05175995 0.7679144 0.05097895 0.7703602 0.05602276 0.7653415 0.05406624 0.7651608 0.05620324 0.7638246 0.05602276 0.7653415 0.05592584 0.7669256 0.05517238 0.7669821 0.05223298 0.7661621 0.05406624 0.7651608 0.05443608 0.7674066 0.05223298 0.7661621 0.05042332 0.7649785 0.05321246 0.7634273 0.05401927 0.7712211 0.05097895 0.7703602 0.0525633 0.7694717 0.0552414 0.7684544 0.05455929 0.7698883 0.05444556 0.7685369 0.0552414 0.7684544 0.0560199 0.768004 0.05643194 0.7691231 0.05401927 0.7712211 0.05455929 0.7698883 0.05685794 0.7701336 0.05750215 0.7668641 0.05685794 0.7701336 0.05643194 0.7691231 0.05622822 0.7673804 0.05686557 0.7671349 0.0560199 0.768004 0.05602276 0.7653415 0.05686557 0.7671349 0.05592584 0.7669256 0.05602276 0.7653415 0.05620324 0.7638246 0.05750215 0.7668641 0.0476216 0.7677254 0.04784476 0.7622206 0.04940062 0.7639167 0.04940062 0.7639167 0.05042332 0.7649785 0.04972958 0.7677844 0.04972958 0.7677844 0.05097895 0.7703602 0.04999035 0.7711557 0.0476216 0.7677254 0.04848951 0.7676782 0.04791939 0.7732267 0.05429649 0.7735664 0.04791939 0.7732267 0.04999035 0.7711557 0.05401927 0.7712211 0.05376356 0.7723516 0.05097895 0.7703602 0.05731171 0.770927 0.05376356 0.7723516 0.05685794 0.7701336 0.05731171 0.770927 0.05949473 0.7729217 0.05429649 0.7735664 0.08126723 0.7665672 0.08199459 0.7707068 0.0808115 0.7674292 0.08126723 0.7665672 0.08318543 0.7652251 0.08242207 0.7707163 0.08242207 0.7707163 0.0819922 0.7766135 0.08020681 0.7743098 0.0814476 0.7706833 0.08199459 0.7707068 0.07998782 0.7734999 0.08356297 0.8407364 0.08382952 0.836036 0.08488327 0.8377063 0.08450287 0.8410823 0.08393669 0.8408511 0.08525121 0.8386971 0.08450287 0.8410823 0.08512508 0.8432847 0.08467912 0.8438664 0.08467912 0.8438664 0.08357155 0.8457552 0.08356297 0.8407364 0.08782374 0.8460965 0.08357155 0.8457552 0.08467912 0.8438664 0.08719837 0.8435418 0.08725619 0.8444065 0.08512508 0.8432847 0.08986246 0.8430394 0.08725619 0.8444065 0.08929449 0.8423862 0.08986246 0.8430394 0.09077918 0.8443006 0.08782374 0.8460965 0.0918228 0.8407081 0.09077918 0.8443006 0.08986246 0.8430394 0.08986246 0.8430394 0.08929449 0.8423862 0.08998507 0.8403507 0.08983373 0.8377563 0.09069257 0.8403331 0.08930504 0.838498 0.0918228 0.8407081 0.09069257 0.8403331 0.09093075 0.8371509 0.08807915 0.8354612 0.09093075 0.8371509 0.08983373 0.8377563 0.08728951 0.8378912 0.08737307 0.8367777 0.08930504 0.838498 0.08728951 0.8378912 0.08525121 0.8386971 0.08488327 0.8377063 0.08488327 0.8377063 0.08382952 0.836036 0.08807915 0.8354612 0.08728951 0.8378912 0.08930504 0.838498 0.08859014 0.8394609 0.08741909 0.8405807 0.08732461 0.8391898 0.0877822 0.8405343 0.086052 0.8397544 0.08732461 0.8391898 0.08706921 0.8408448 0.086052 0.8397544 0.08525121 0.8386971 0.08728951 0.8378912 0.08857935 0.8417757 0.08900958 0.8405373 0.08929449 0.8423862 0.08857935 0.8417757 0.08779066 0.8411865 0.0879001 0.8408085 0.08859014 0.8394609 0.08900958 0.8405373 0.0877822 0.8405343 0.08859014 0.8394609 0.08930504 0.838498 0.08998507 0.8403507 0.08719837 0.8435418 0.08512508 0.8432847 0.08602011 0.8424538 0.08747178 0.8414512 0.08729618 0.8425326 0.08713966 0.8414983 0.08857935 0.8417757 0.08729618 0.8425326 0.08779066 0.8411865 0.08857935 0.8417757 0.08929449 0.8423862 0.08719837 0.8435418 0.086052 0.8397544 0.08561128 0.841185 0.08525121 0.8386971 0.086052 0.8397544 0.08706921 0.8408448 0.08699077 0.8412234 0.08699077 0.8412234 0.08713966 0.8414983 0.08602011 0.8424538 0.08450287 0.8410823 0.08561128 0.841185 0.08512508 0.8432847 0.1122373 0.7882649 0.1147041 0.7767752 0.123927 0.7904492 0.1122373 0.7882649 0.09760838 0.7837323 0.1054617 0.7738267 0.1151403 0.7673635 0.1147041 0.7767752 0.1079604 0.7659987 0.1250074 0.7786749 0.1147041 0.7767752 0.1231381 0.7685183 0.09819734 0.7627725 0.09945094 0.7592484 0.1035407 0.7629845 0.1054617 0.7738267 0.1012897 0.7685164 0.1079604 0.7659987 0.1054617 0.7738267 0.09760838 0.7837323 0.09805506 0.7727894 0.09819734 0.7627725 0.1012897 0.7685164 0.09619373 0.7657351 0.07999646 0.7567339 0.08086317 0.7539205 0.0846737 0.7583934 0.07999646 0.7567339 0.07599896 0.7557143 0.07707339 0.75289 0.08194792 0.7511605 0.08086317 0.7539205 0.07810056 0.7500871 0.08194792 0.7511605 0.08681231 0.7528641 0.08563178 0.755621 0.09090304 0.7611651 0.0921939 0.7585228 0.09619373 0.7657351 0.09090304 0.7611651 0.0846737 0.7583934 0.08563178 0.755621 0.0932607 0.7557175 0.0921939 0.7585228 0.08681231 0.7528641 0.09819734 0.7627725 0.0921939 0.7585228 0.09945094 0.7592484 0.06046968 0.7502898 0.05632513 0.7536304 0.04797083 0.7547488 0.04820066 0.7510761 0.05422216 0.7506221 0.0400319 0.7559865 0.04820066 0.7510761 0.05665183 0.7465306 0.06034481 0.7469771 0.06046968 0.7502898 0.05422216 0.7506221 0.06401133 0.7473732 0.04023295 0.7508952 0.04903513 0.7452051 0.05283135 0.7459626 0.05283135 0.7459626 0.05665183 0.7465306 0.04820066 0.7510761 0.04820066 0.7510761 0.0400319 0.7559865 0.03512817 0.7563824 0.04023295 0.7508952 0.04385519 0.7511537 0.03141283 0.7563082 0.06247496 0.7535921 0.0654931 0.7505772 0.0673322 0.7541606 0.06247496 0.7535921 0.05632513 0.7536304 0.06046968 0.7502898 0.06775248 0.7477899 0.0654931 0.7505772 0.06401133 0.7473732 0.06775248 0.7477899 0.07137936 0.7483369 0.06968742 0.751231 0.07180887 0.7548623 0.07344788 0.7519977 0.07599896 0.7557143 0.07180887 0.7548623 0.0673322 0.7541606 0.06968742 0.751231 0.07470321 0.7491243 0.07344788 0.7519977 0.07137936 0.7483369 0.07470321 0.7491243 0.07810056 0.7500871 0.07707339 0.75289 0.07470321 0.7491243 0.07137936 0.7483369 0.07338684 0.7456771 0.07880264 0.7426291 0.07664132 0.7464138 0.07542622 0.7418855 0.07880264 0.7426291 0.08223563 0.7434636 0.08001148 0.7472934 0.07470321 0.7491243 0.07664132 0.7464138 0.07810056 0.7500871 0.06775248 0.7477899 0.06401133 0.7473732 0.06664174 0.744735 0.07192802 0.7412516 0.06996321 0.7451473 0.06835436 0.7407226 0.07192802 0.7412516 0.07542622 0.7418855 0.07338684 0.7456771 0.06775248 0.7477899 0.06996321 0.7451473 0.07137936 0.7483369 0.05283135 0.7459626 0.04903513 0.7452051 0.05192023 0.740298 0.05192023 0.740298 0.05019921 0.7345596 0.05541378 0.7370003 0.06046551 0.7435989 0.05630308 0.7420831 0.06060874 0.7392805 0.05283135 0.7459626 0.05630308 0.7420831 0.05665183 0.7465306 0.06034481 0.7469771 0.05665183 0.7465306 0.06046551 0.7435989 0.06046551 0.7435989 0.06060874 0.7392805 0.0647518 0.7402934 0.0647518 0.7402934 0.06835436 0.7407226 0.06664174 0.744735 0.06034481 0.7469771 0.06369382 0.7443509 0.06401133 0.7473732 0.08832198 0.7497868 0.09399998 0.7523978 0.08681231 0.7528641 0.08832198 0.7497868 0.0900495 0.7457916 0.09491646 0.7481707 0.09952497 0.7554239 0.09399998 0.7523978 0.09959971 0.7508811 0.09952497 0.7554239 0.09945094 0.7592484 0.0932607 0.7557175 0.08194792 0.7511605 0.07810056 0.7500871 0.08001148 0.7472934 0.08590358 0.7443701 0.08378207 0.7482514 0.08223563 0.7434636 0.08590358 0.7443701 0.0900495 0.7457916 0.08832198 0.7497868 0.08194792 0.7511605 0.08378207 0.7482514 0.08681231 0.7528641 0.09952497 0.7554239 0.1036059 0.7582044 0.09945094 0.7592484 0.09952497 0.7554239 0.09959971 0.7508811 0.1031947 0.7532961 0.1078842 0.7603586 0.1036059 0.7582044 0.1070224 0.7553226 0.1078842 0.7603586 0.1079604 0.7659987 0.1035407 0.7629845 0.1078842 0.7603586 0.1140014 0.7615063 0.1079604 0.7659987 0.1078842 0.7603586 0.1070224 0.7553226 0.1124041 0.7568671 0.1207473 0.762214 0.1140014 0.7615063 0.1186392 0.7569811 0.1207473 0.762214 0.1231381 0.7685183 0.1151403 0.7673635 0.1071642 0.7493066 0.1114648 0.7511099 0.1070224 0.7553226 0.1071642 0.7493066 0.1080724 0.743615 0.1114494 0.7455868 0.1156002 0.7512114 0.1114648 0.7511099 0.1142995 0.7470549 0.1156002 0.7512114 0.1186392 0.7569811 0.1124041 0.7568671 0.1008557 0.7452018 0.1040166 0.7473801 0.09959971 0.7508811 0.1008557 0.7452018 0.1025392 0.7395247 0.1054525 0.7416675 0.1071642 0.7493066 0.1040166 0.7473801 0.1080724 0.743615 0.1071642 0.7493066 0.1070224 0.7553226 0.1031947 0.7532961 0.08590358 0.7443701 0.08223563 0.7434636 0.08420228 0.737553 0.08957982 0.7327354 0.08785015 0.7386934 0.08588826 0.7313608 0.09188359 0.740281 0.08785015 0.7386934 0.09364181 0.7345269 0.08590358 0.7443701 0.08785015 0.7386934 0.0900495 0.7457916 0.09188359 0.740281 0.09651505 0.742643 0.0900495 0.7457916 0.09188359 0.740281 0.09364181 0.7345269 0.09828197 0.7369673 0.1008557 0.7452018 0.09651505 0.742643 0.1025392 0.7395247 0.1008557 0.7452018 0.09959971 0.7508811 0.09491646 0.7481707 0.05804836 0.7305747 0.06400144 0.7323545 0.06060874 0.7392805 0.05804836 0.7305747 0.05504566 0.7218199 0.06284683 0.7242529 0.06914275 0.7336833 0.06400144 0.7323545 0.06962335 0.7264537 0.06914275 0.7336833 0.06835436 0.7407226 0.0647518 0.7402934 0.04518312 0.7263758 0.05130654 0.7281993 0.05019921 0.7345596 0.04518312 0.7263758 0.04004651 0.7185408 0.04690086 0.7196356 0.05804836 0.7305747 0.05130654 0.7281993 0.05504566 0.7218199 0.05804836 0.7305747 0.06060874 0.7392805 0.05541378 0.7370003 0.03954285 0.7266146 0.04108536 0.7262517 0.04414969 0.7325546 0.03954285 0.7266146 0.03488266 0.7202765 0.03611654 0.7193762 0.04518312 0.7263758 0.04108536 0.7262517 0.04004651 0.7185408 0.04518312 0.7263758 0.05019921 0.7345596 0.04599744 0.7330653 0.06914275 0.7336833 0.07344961 0.7347053 0.06835436 0.7407226 0.06914275 0.7336833 0.06962335 0.7264537 0.07469403 0.7279418 0.07721388 0.7355965 0.07344961 0.7347053 0.07871931 0.729065 0.07192802 0.7412516 0.07344961 0.7347053 0.07542622 0.7418855 0.07880264 0.7426291 0.07542622 0.7418855 0.07721388 0.7355965 0.07721388 0.7355965 0.07871931 0.729065 0.08235937 0.7301709 0.08235937 0.7301709 0.08588826 0.7313608 0.08420228 0.737553 0.07880264 0.7426291 0.08072751 0.7365333 0.08223563 0.7434636 0.1231484 0.7404997 0.1221529 0.7414041 0.1202352 0.7375089 0.1231484 0.7404997 0.1253064 0.7444011 0.1240296 0.7452113 0.1201822 0.7439654 0.1221529 0.7414041 0.1217489 0.746669 0.1201822 0.7439654 0.1175057 0.7410637 0.119322 0.7385739 0.1259904 0.7493938 0.1269284 0.7556889 0.1244882 0.7564751 0.1244882 0.7564751 0.1186392 0.7569811 0.1208664 0.7507831 0.1240296 0.7452113 0.1241679 0.7503822 0.1217489 0.746669 0.1240296 0.7452113 0.1253064 0.7444011 0.1259904 0.7493938 0.1208664 0.7507831 0.1186392 0.7569811 0.1156002 0.7512114 0.1157095 0.7442734 0.118252 0.7480322 0.1142995 0.7470549 0.1157095 0.7442734 0.1175057 0.7410637 0.1201822 0.7439654 0.1208664 0.7507831 0.118252 0.7480322 0.1217489 0.746669 0.1172855 0.7352476 0.1163212 0.7363342 0.1142166 0.7329311 0.1172855 0.7352476 0.1202352 0.7375089 0.119322 0.7385739 0.1144325 0.7387498 0.1163212 0.7363342 0.1175057 0.7410637 0.1144325 0.7387498 0.1112869 0.7365545 0.1132149 0.7340556 0.1144325 0.7387498 0.1126236 0.7416504 0.1112869 0.7365545 0.1144325 0.7387498 0.1175057 0.7410637 0.1157095 0.7442734 0.1114494 0.7455868 0.1126236 0.7416504 0.1142995 0.7470549 0.1114494 0.7455868 0.1080724 0.743615 0.1095097 0.7395526 0.1109459 0.7297751 0.1100677 0.7311095 0.1072463 0.7263962 0.1109459 0.7297751 0.1142166 0.7329311 0.1132149 0.7340556 0.1083933 0.734009 0.1100677 0.7311095 0.1112869 0.7365545 0.106528 0.7279379 0.1100677 0.7311095 0.1051519 0.7312422 0.1038968 0.7349879 0.1051519 0.7312422 0.1083933 0.734009 0.1083933 0.734009 0.1112869 0.7365545 0.1095097 0.7395526 0.1095097 0.7395526 0.1080724 0.743615 0.1054525 0.7416675 0.1038968 0.7349879 0.1068831 0.7373693 0.1025392 0.7395247 0.08957982 0.7327354 0.09105044 0.7280108 0.09364181 0.7345269 0.08957982 0.7327354 0.08588826 0.7313608 0.08727002 0.7266861 0.09234857 0.7240678 0.09105044 0.7280108 0.08846759 0.7227864 0.09234857 0.7240678 0.0964784 0.7258514 0.09514194 0.7298007 0.1038968 0.7349879 0.1025392 0.7395247 0.09828197 0.7369673 0.09514194 0.7298007 0.09970355 0.7322958 0.09364181 0.7345269 0.09514194 0.7298007 0.0964784 0.7258514 0.1009632 0.728383 0.1038968 0.7349879 0.09970355 0.7322958 0.1051519 0.7312422 0.07041257 0.7218703 0.06962335 0.7264537 0.06284683 0.7242529 0.05386161 0.7173548 0.06269222 0.7197067 0.05504566 0.7218199 0.05386161 0.7173548 0.05374264 0.7146936 0.06313717 0.7165944 0.07041257 0.7218703 0.06269222 0.7197067 0.07129907 0.718306 0.04312252 0.708186 0.04362893 0.7097879 0.03477877 0.7088575 0.04312252 0.708186 0.05410921 0.7095077 0.05393511 0.71135 0.04450708 0.712759 0.04362893 0.7097879 0.05374264 0.7146936 0.03593194 0.7099097 0.04362893 0.7097879 0.03899484 0.7119445 0.04450708 0.712759 0.04511606 0.7152653 0.03899484 0.7119445 0.05386161 0.7173548 0.04511606 0.7152653 0.05374264 0.7146936 0.04690086 0.7196356 0.04511606 0.7152653 0.05504566 0.7218199 0.04690086 0.7196356 0.04004651 0.7185408 0.03796386 0.7138491 0.07469403 0.7279418 0.0758273 0.7233948 0.07871931 0.729065 0.07041257 0.7218703 0.0758273 0.7233948 0.06962335 0.7264537 0.07683676 0.7196725 0.0758273 0.7233948 0.07129907 0.718306 0.07683676 0.7196725 0.08092266 0.7207919 0.07991188 0.7245453 0.08235937 0.7301709 0.08364164 0.7255866 0.08588826 0.7313608 0.08235937 0.7301709 0.07871931 0.729065 0.07991188 0.7245453 0.08472925 0.7217622 0.08364164 0.7255866 0.08092266 0.7207919 0.08472925 0.7217622 0.08846759 0.7227864 0.08727002 0.7266861 0.08472925 0.7217622 0.08577716 0.7176797 0.08846759 0.7227864 0.08472925 0.7217622 0.08092266 0.7207919 0.08188247 0.7165595 0.08188247 0.7165595 0.08234965 0.7143236 0.08629113 0.715574 0.08629113 0.715574 0.09015142 0.7169943 0.08960086 0.7189196 0.03796386 0.7138491 0.04004651 0.7185408 0.03611654 0.7193762 0.03611654 0.7193762 0.03488266 0.7202765 0.0326634 0.7136226 0.03593194 0.7099097 0.03391331 0.7135173 0.03477877 0.7088575 0.03796386 0.7138491 0.03391331 0.7135173 0.03899484 0.7119445 0.01304459 0.3639692 0.00784856 0.3634594 0.005734384 0.400097 0.009809851 0.4283683 0.01079124 0.3988972 0.006214618 0.43179 0.009809851 0.4283683 0.01424497 0.42736 0.01564741 0.3979212 0.01304459 0.3639692 0.01079124 0.3988972 0.01824289 0.3639901 0.01564741 0.3979212 0.02010226 0.3973928 0.01824289 0.3639901 0.01564741 0.3979212 0.01424497 0.42736 0.01767545 0.4264162 0.02410072 0.3993457 0.02010226 0.3973928 0.0211451 0.4225138 0.02344566 0.3630335 0.02010226 0.3973928 0.02833503 0.362941 0.05993509 0.3657252 0.05529952 0.3638051 0.04975295 0.3979626 0.0467509 0.429127 0.05403041 0.4010304 0.04553592 0.4186172 0.0467509 0.429127 0.04972523 0.436137 0.05823296 0.4050086 0.05993509 0.3657252 0.05403041 0.4010304 0.06451022 0.3683368 0.04069852 0.398733 0.04532569 0.3967155 0.04578167 0.3641456 0.04036259 0.4246678 0.04532569 0.3967155 0.03748643 0.4211171 0.04975295 0.3979626 0.04532569 0.3967155 0.04553592 0.4186172 0.05054312 0.3632677 0.04532569 0.3967155 0.05529952 0.3638051 0.03126209 0.4100872 0.03582149 0.4054586 0.03669869 0.3677673 0.03126209 0.4100872 0.02464979 0.4578435 0.03314173 0.4350884 0.04069852 0.398733 0.03582149 0.4054586 0.03748643 0.4211171 0.04069852 0.398733 0.04578167 0.3641456 0.0411309 0.3664716 0.03259307 0.3655547 0.02833503 0.362941 0.02410072 0.3993457 0.02237284 0.436437 0.02758789 0.4058133 0.0211451 0.4225138 0.02237284 0.436437 0.02464979 0.4578435 0.03126209 0.4100872 0.03259307 0.3655547 0.02758789 0.4058133 0.03669869 0.3677673 0.0467509 0.429127 0.03828644 0.4417288 0.04972523 0.436137 0.04036259 0.4246678 0.03828644 0.4417288 0.04553592 0.4186172 0.04036259 0.4246678 0.03748643 0.4211171 0.03314173 0.4350884 0.03314173 0.4350884 0.02464979 0.4578435 0.03765374 0.4533441 0.01000881 0.8551953 0.01228308 0.854577 0.01079994 0.8567848 0.01464456 0.8539647 0.01228308 0.854577 0.01386797 0.8523775 0.01464456 0.8539647 0.01569324 0.8553311 0.01323568 0.8560639 0.01464456 0.8539647 0.01700788 0.8530766 0.01569324 0.8553311 0.01464456 0.8539647 0.01386797 0.8523775 0.01633441 0.851501 0.02019947 0.8515926 0.02113783 0.8528631 0.01805996 0.8543592 0.01130872 0.8575049 0.01413577 0.856637 0.01156812 0.8584312 0.01130872 0.8575049 0.01079994 0.8567848 0.01323568 0.8560639 0.01323568 0.8560639 0.01569324 0.8553311 0.01704782 0.8557035 0.01704782 0.8557035 0.018076 0.8563717 0.0147342 0.8574402 0.02131497 0.8550672 0.018076 0.8563717 0.01704782 0.8557035 0.01805996 0.8543592 0.01983064 0.8545175 0.01569324 0.8553311 0.02267998 0.8530783 0.01983064 0.8545175 0.02113783 0.8528631 0.02131497 0.8550672 0.01983064 0.8545175 0.02633464 0.8525848 0.02131497 0.8550672 0.02633464 0.8525848 0.02491104 0.8565551 0.02123034 0.8602005 0.02150791 0.8575241 0.02478426 0.8602898 0.02123034 0.8602005 0.01800543 0.8609926 0.01814562 0.8586254 0.02131497 0.8550672 0.02150791 0.8575241 0.018076 0.8563717 0.0147342 0.8574402 0.018076 0.8563717 0.01814562 0.8586254 0.01484084 0.8618113 0.01478147 0.8596171 0.01800543 0.8609926 0.01484084 0.8618113 0.01192098 0.8635923 0.01161086 0.8606399 0.0147342 0.8574402 0.01478147 0.8596171 0.01156812 0.8584312 0.02123034 0.8602005 0.02478426 0.8602898 0.02365899 0.8620286 0.02137684 0.8621247 0.02130317 0.8614088 0.02326416 0.8626576 0.01840418 0.8620012 0.02130317 0.8614088 0.01898765 0.8625747 0.01840418 0.8620012 0.01800543 0.8609926 0.02123034 0.8602005 0.01840418 0.8620012 0.01547521 0.862666 0.01800543 0.8609926 0.01840418 0.8620012 0.01898765 0.8625747 0.01646745 0.8630866 0.01390385 0.86411 0.01547521 0.862666 0.01503276 0.8642421 0.01484084 0.8618113 0.01547521 0.862666 0.01192098 0.8635923 0.02137684 0.8621247 0.02326416 0.8626576 0.02245008 0.8636536 0.02065271 0.8647654 0.02110195 0.8633242 0.02142637 0.864833 0.01940149 0.8636364 0.02110195 0.8633242 0.01973056 0.8649422 0.01940149 0.8636364 0.01898765 0.8625747 0.02137684 0.8621247 0.01940149 0.8636364 0.01760029 0.8639785 0.01898765 0.8625747 0.01940149 0.8636364 0.01973056 0.8649422 0.01880341 0.8651059 0.01657605 0.864721 0.01760029 0.8639785 0.01832652 0.8653731 0.01657605 0.864721 0.01503276 0.8642421 0.01646745 0.8630866 0.04834342 0.0289188 0.0557416 0.03273814 0.05275195 0.02153205 0.04834342 0.0289188 0.04406309 0.03582507 0.05070704 0.03849506 0.06069433 0.03702133 0.0557416 0.03273814 0.05510503 0.04180788 0.06069433 0.03702133 0.06660026 0.03212553 0.06097495 0.02659529 0.040039 0.04177039 0.04607009 0.04348027 0.04406309 0.03582507 0.040039 0.04177039 0.03593361 0.04783499 0.0412355 0.04874175 0.0501489 0.04637569 0.04607009 0.04348027 0.04495495 0.05138903 0.0501489 0.04637569 0.05510503 0.04180788 0.05070704 0.03849506 0.0501489 0.04637569 0.05338579 0.04997342 0.05510503 0.04180788 0.04782766 0.05478531 0.05338579 0.04997342 0.04495495 0.05138903 0.04782766 0.05478531 0.04880154 0.05962634 0.05512452 0.05537623 0.05865836 0.04572552 0.05338579 0.04997342 0.0611428 0.05167597 0.3281338 0.9621505 0.327825 0.9554693 0.3216096 0.9610807 0.3281338 0.9621505 0.335233 0.9639601 0.3346819 0.9587086 0.329743 0.9503753 0.327825 0.9554693 0.3363612 0.9545243 0.329743 0.9503753 0.320059 0.9439458 0.321362 0.9533877 0.3285431 0.9419528 0.320059 0.9439458 0.329743 0.9503753 0.3392159 0.9512338 0.3332867 0.9466752 0.3363612 0.9545243 0.3392159 0.9512338 0.3440541 0.9493378 0.3392012 0.9441707 0.3285431 0.9419528 0.3332867 0.9466752 0.3351703 0.9391844 0.3732191 0.877402 0.3695479 0.871865 0.3674075 0.8797878 0.3732191 0.877402 0.3797357 0.8753116 0.3766514 0.8709929 0.3766514 0.8709929 0.376071 0.8663746 0.368671 0.866459 0.3632566 0.8735063 0.3695479 0.871865 0.35735 0.8666974 0.3637602 0.8598762 0.35735 0.8666974 0.368671 0.866459 0.3771862 0.8619331 0.3701435 0.8612486 0.376071 0.8663746 0.3771862 0.8619331 0.3806502 0.8578355 0.3742402 0.8559439 0.3637602 0.8598762 0.3701435 0.8612486 0.368337 0.8537127 0.03140932 0.05509924 0.03560805 0.05532759 0.03593361 0.04783499 0.03140932 0.05509924 0.02832436 0.06086856 0.0297293 0.06229335 0.038652 0.05751204 0.03560805 0.05532759 0.03193271 0.06407326 0.038652 0.05751204 0.04495495 0.05138903 0.0412355 0.04874175 0.04782766 0.05478531 0.04495495 0.05138903 0.038652 0.05751204 0.03373634 0.06620782 0.04094052 0.06038206 0.03193271 0.06407326 0.03373634 0.06620782 0.03523862 0.06747961 0.04120612 0.06431132 0.04782766 0.05478531 0.04094052 0.06038206 0.04880154 0.05962634 0.3433246 0.9659897 0.3424768 0.9621629 0.335233 0.9639601 0.3433246 0.9659897 0.3493978 0.9672551 0.3503453 0.9656543 0.3437179 0.9589478 0.3424768 0.9621629 0.3512705 0.9633647 0.3437179 0.9589478 0.3363612 0.9545243 0.3346819 0.9587086 0.3392159 0.9512338 0.3363612 0.9545243 0.3437179 0.9589478 0.3526462 0.9614287 0.3458328 0.9563562 0.3512705 0.9633647 0.3526462 0.9614287 0.3535853 0.9598513 0.3495429 0.9552723 0.3392159 0.9512338 0.3458328 0.9563562 0.3440541 0.9493378 0.3870368 0.8729047 0.3844436 0.8699247 0.3797357 0.8753116 0.3870368 0.8729047 0.3925774 0.8708158 0.3924498 0.8688805 0.3840467 0.8663147 0.3844436 0.8699247 0.3922657 0.866242 0.3766514 0.8709929 0.3844436 0.8699247 0.376071 0.8663746 0.3771862 0.8619331 0.376071 0.8663746 0.3840467 0.8663147 0.3927053 0.8636621 0.3848542 0.8628219 0.3922657 0.866242 0.3927053 0.8636621 0.3929904 0.8618111 0.387712 0.8599667 0.3771862 0.8619331 0.3848542 0.8628219 0.3806502 0.8578355 0.0297293 0.06229335 0.02832436 0.06086856 0.02394253 0.0650916 0.01918464 0.07066589 0.02414077 0.06869465 0.02073562 0.06663912 0.01918464 0.07066589 0.01950061 0.07559055 0.0254895 0.07040137 0.0254895 0.07040137 0.03193271 0.06407326 0.0297293 0.06229335 0.03373634 0.06620782 0.03193271 0.06407326 0.0254895 0.07040137 0.02524673 0.07614046 0.02722704 0.07170653 0.01950061 0.07559055 0.03093159 0.07175052 0.02722704 0.07170653 0.02938985 0.07459563 0.03093159 0.07175052 0.03523862 0.06747961 0.03373634 0.06620782 0.3503453 0.9656543 0.3493978 0.9672551 0.3543193 0.9700761 0.3603676 0.9726828 0.3574233 0.9690045 0.3564318 0.9724797 0.358476 0.9674941 0.3574233 0.9690045 0.365241 0.9709886 0.358476 0.9674941 0.3512705 0.9633647 0.3503453 0.9656543 0.3526462 0.9614287 0.3512705 0.9633647 0.358476 0.9674941 0.358476 0.9674941 0.365241 0.9709886 0.3641767 0.9664343 0.3585195 0.9626578 0.3591648 0.9658372 0.3619033 0.9631888 0.3585195 0.9626578 0.3535853 0.9598513 0.3526462 0.9614287 0.3924498 0.8688805 0.3925774 0.8708158 0.3981769 0.8706785 0.4049497 0.8696997 0.4001957 0.8680804 0.4014111 0.8715863 0.4049497 0.8696997 0.4085925 0.8657602 0.4003955 0.8661193 0.4003955 0.8661193 0.3922657 0.866242 0.3924498 0.8688805 0.3927053 0.8636621 0.3922657 0.866242 0.4003955 0.8661193 0.4050689 0.8623307 0.4002971 0.8642006 0.4085925 0.8657602 0.3984656 0.8617691 0.4002971 0.8642006 0.4016865 0.8607224 0.3984656 0.8617691 0.3929904 0.8618111 0.3927053 0.8636621 0.01977795 0.06196391 0.01520293 0.06434154 0.02073562 0.06663912 0.01977795 0.06196391 0.02002757 0.05218702 0.01272815 0.05338501 0.01272815 0.05338501 0.0059219 0.05391865 0.01127952 0.06597471 0.01918464 0.07066589 0.01520293 0.06434154 0.01950061 0.07559055 0.02524673 0.07614046 0.01950061 0.07559055 0.02974784 0.08179169 0.04232716 0.07989215 0.03162956 0.07877171 0.04128277 0.08512467 0.04232716 0.07989215 0.04397362 0.07395482 0.03420829 0.07498717 0.02524673 0.07614046 0.03162956 0.07877171 0.02938985 0.07459563 0.3524684 0.9744651 0.3558351 0.9771578 0.3564318 0.9724797 0.3524684 0.9744651 0.3438627 0.9768183 0.3472859 0.9816886 0.3583893 0.9791725 0.3558351 0.9771578 0.3500239 0.9858113 0.3583893 0.9791725 0.365241 0.9709886 0.3603676 0.9726828 0.3641767 0.9664343 0.365241 0.9709886 0.3701849 0.9610615 0.3666403 0.9501821 0.3664698 0.9600728 0.3725711 0.9500791 0.3666403 0.9501821 0.3599359 0.9500224 0.3618872 0.9587052 0.3641767 0.9664343 0.3664698 0.9600728 0.3619033 0.9631888 0.3992969 0.8753162 0.4039806 0.8759134 0.4014111 0.8715863 0.3992969 0.8753162 0.3935595 0.8817852 0.3997367 0.8842681 0.4077667 0.8764048 0.4039806 0.8759134 0.4052886 0.8865272 0.4077667 0.8764048 0.4085925 0.8657602 0.4049497 0.8696997 0.4082518 0.8547408 0.4044601 0.855946 0.4085925 0.8657602 0.4004293 0.8474851 0.4044601 0.855946 0.4057744 0.8440524 0.4004293 0.8474851 0.3944285 0.8508924 0.3998157 0.8571294 0.4050689 0.8623307 0.4044601 0.855946 0.4016865 0.8607224 0.02096986 0.04205834 0.0122928 0.04145956 0.02002757 0.05218702 0.02096986 0.04205834 0.02258557 0.0320397 0.01325595 0.02994996 0.01325595 0.02994996 0.004854738 0.02771335 0.00426501 0.04039686 0.01272815 0.05338501 0.0122928 0.04145956 0.0059219 0.05391865 0.04232716 0.07989215 0.04128277 0.08512467 0.05336689 0.08613592 0.06366926 0.07910048 0.05329132 0.07979351 0.06445956 0.08597207 0.06366926 0.07910048 0.06294029 0.07116138 0.05360788 0.07259553 0.04232716 0.07989215 0.05329132 0.07979351 0.04397362 0.07395482 0.3352736 0.9790188 0.3381804 0.9855338 0.3438627 0.9768183 0.3352736 0.9790188 0.3270645 0.9805955 0.3294595 0.9881273 0.3405392 0.9911033 0.3381804 0.9855338 0.3315094 0.9945595 0.3405392 0.9911033 0.3500239 0.9858113 0.3472859 0.9816886 0.3666403 0.9501821 0.3725711 0.9500791 0.3717494 0.9387295 0.3717494 0.9387295 0.3696587 0.9286161 0.3631473 0.9311396 0.3631473 0.9311396 0.3553754 0.9337221 0.3577886 0.941541 0.3666403 0.9501821 0.3652844 0.9401919 0.3599359 0.9500224 0.388029 0.8881497 0.3946663 0.8923106 0.3935595 0.8817852 0.388029 0.8881497 0.382544 0.8939419 0.3892515 0.8993331 0.4006726 0.8959795 0.3946663 0.8923106 0.3953156 0.9039555 0.4006726 0.8959795 0.4052886 0.8865272 0.3997367 0.8842681 0.4001903 0.8344008 0.3949353 0.8393872 0.4057744 0.8440524 0.4001903 0.8344008 0.3936818 0.8264685 0.3888902 0.8323543 0.3888902 0.8323543 0.383161 0.8387814 0.3888829 0.8445973 0.4004293 0.8474851 0.3949353 0.8393872 0.3944285 0.8508924 0.01707601 0.01143205 0.01497662 0.0202409 0.02745252 0.01343178 0.01707601 0.01143205 0.008015632 0.01020228 0.00623703 0.01817226 0.01325595 0.02994996 0.01497662 0.0202409 0.004854738 0.02771335 0.01325595 0.02994996 0.02258557 0.0320397 0.02485549 0.02259278 0.08082753 0.07779061 0.08042377 0.06873601 0.07180017 0.06990444 0.06366926 0.07910048 0.07260817 0.07843798 0.06294029 0.07116138 0.0730201 0.0857796 0.07260817 0.07843798 0.06445956 0.08597207 0.08082753 0.07779061 0.07260817 0.07843798 0.08031451 0.08557277 0.3777014 0.8227067 0.3712322 0.8296911 0.3772451 0.8339821 0.3888902 0.8323543 0.3832056 0.8270887 0.383161 0.8387814 0.3884313 0.8209381 0.3832056 0.8270887 0.3936818 0.8264685 0.3884313 0.8209381 0.3838097 0.8166087 0.3777014 0.8227067 0.06233417 0.06108725 0.0611428 0.05167597 0.05512452 0.05537623 0.04682427 0.06660789 0.05470871 0.06368666 0.04880154 0.05962634 0.04682427 0.06660789 0.04397362 0.07395482 0.05360788 0.07259553 0.06233417 0.06108725 0.05470871 0.06368666 0.06294029 0.07116138 0.04682427 0.06660789 0.04880154 0.05962634 0.04120612 0.06431132 0.03093159 0.07175052 0.0381813 0.06967335 0.03523862 0.06747961 0.03093159 0.07175052 0.02938985 0.07459563 0.03420829 0.07498717 0.04682427 0.06660789 0.0381813 0.06967335 0.04397362 0.07395482 0.04046112 0.01697129 0.03701293 0.0255112 0.05275195 0.02153205 0.04046112 0.01697129 0.02745252 0.01343178 0.02485549 0.02259278 0.02485549 0.02259278 0.02258557 0.0320397 0.03377193 0.03383564 0.04834342 0.0289188 0.03701293 0.0255112 0.04406309 0.03582507 0.040039 0.04177039 0.04406309 0.03582507 0.03377193 0.03383564 0.02096986 0.04205834 0.03094542 0.04172915 0.02258557 0.0320397 0.02096986 0.04205834 0.02002757 0.05218702 0.02831351 0.0496602 0.040039 0.04177039 0.03094542 0.04172915 0.03593361 0.04783499 0.03140932 0.05509924 0.03593361 0.04783499 0.02831351 0.0496602 0.01977795 0.06196391 0.02565634 0.05809724 0.02002757 0.05218702 0.01977795 0.06196391 0.02073562 0.06663912 0.02394253 0.0650916 0.03140932 0.05509924 0.02565634 0.05809724 0.02832436 0.06086856 0.375557 0.846291 0.368337 0.8537127 0.3742402 0.8559439 0.3871166 0.8542489 0.3812355 0.8502548 0.3806502 0.8578355 0.3871166 0.8542489 0.3944285 0.8508924 0.3888829 0.8445973 0.375557 0.846291 0.3812355 0.8502548 0.383161 0.8387814 0.3871166 0.8542489 0.3806502 0.8578355 0.387712 0.8599667 0.3984656 0.8617691 0.3934661 0.8582695 0.3929904 0.8618111 0.3984656 0.8617691 0.4016865 0.8607224 0.3998157 0.8571294 0.3871166 0.8542489 0.3934661 0.8582695 0.3944285 0.8508924 0.3732191 0.877402 0.3674075 0.8797878 0.3745496 0.8870132 0.388029 0.8881497 0.3801297 0.8830052 0.382544 0.8939419 0.388029 0.8881497 0.3935595 0.8817852 0.3861321 0.8788543 0.3732191 0.877402 0.3801297 0.8830052 0.3797357 0.8753116 0.3870368 0.8729047 0.3797357 0.8753116 0.3861321 0.8788543 0.3992969 0.8753162 0.3928185 0.8745077 0.3935595 0.8817852 0.3992969 0.8753162 0.4014111 0.8715863 0.3981769 0.8706785 0.3870368 0.8729047 0.3928185 0.8745077 0.3925774 0.8708158 0.345082 0.9364223 0.3351703 0.9391844 0.3392012 0.9441707 0.351684 0.9493376 0.3482313 0.9426632 0.3440541 0.9493378 0.351684 0.9493376 0.3599359 0.9500224 0.3577886 0.941541 0.345082 0.9364223 0.3482313 0.9426632 0.3553754 0.9337221 0.351684 0.9493376 0.3440541 0.9493378 0.3495429 0.9552723 0.3585195 0.9626578 0.3555696 0.9565802 0.3535853 0.9598513 0.3585195 0.9626578 0.3619033 0.9631888 0.3618872 0.9587052 0.351684 0.9493376 0.3555696 0.9565802 0.3599359 0.9500224 0.3281338 0.9621505 0.3216096 0.9610807 0.3239791 0.970865 0.3352736 0.9790188 0.3312706 0.9706123 0.3270645 0.9805955 0.3352736 0.9790188 0.3438627 0.9768183 0.3390692 0.9704528 0.3281338 0.9621505 0.3312706 0.9706123 0.335233 0.9639601 0.3433246 0.9659897 0.335233 0.9639601 0.3390692 0.9704528 0.3524684 0.9744651 0.3474767 0.9704164 0.3438627 0.9768183 0.3524684 0.9744651 0.3564318 0.9724797 0.3543193 0.9700761 0.3433246 0.9659897 0.3474767 0.9704164 0.3493978 0.9672551 0.3301925 0.278774 0.3274693 0.2711309 0.323907 0.277505 0.3193956 0.2890458 0.3245241 0.2845504 0.3207234 0.2827194 0.3193956 0.2890458 0.3197048 0.293356 0.3243315 0.2922647 0.3301925 0.278774 0.3245241 0.2845504 0.3324565 0.2875368 0.3392301 0.2678524 0.333003 0.2602134 0.3303314 0.2655463 0.3301925 0.278774 0.335012 0.2733935 0.3274693 0.2711309 0.3301925 0.278774 0.3324565 0.2875368 0.3396694 0.2824333 0.3392301 0.2678524 0.335012 0.2733935 0.3457703 0.276627 0.3467803 0.2549785 0.3430937 0.2615947 0.3546927 0.2624386 0.3467803 0.2549785 0.3391447 0.2488317 0.335994 0.2545942 0.3392301 0.2678524 0.3430937 0.2615947 0.333003 0.2602134 0.3392301 0.2678524 0.3457703 0.276627 0.3505595 0.2697904 0.3121173 0.2746671 0.3124161 0.2674237 0.3059332 0.2729728 0.3041966 0.2873061 0.3080189 0.2806093 0.2991997 0.2793486 0.3041966 0.2873061 0.3077967 0.2903498 0.3102251 0.2867434 0.3121173 0.2746671 0.3080189 0.2806093 0.3121656 0.2806214 0.3129252 0.2610251 0.3134584 0.2549229 0.3035116 0.2584362 0.2952108 0.2709792 0.3043591 0.2656787 0.2928475 0.2624172 0.2952108 0.2709792 0.2991997 0.2793486 0.3059332 0.2729728 0.3129252 0.2610251 0.3043591 0.2656787 0.3124161 0.2674237 0.3138299 0.2485688 0.3141205 0.2420889 0.30417 0.2433524 0.2927274 0.2538819 0.3036054 0.2509541 0.2937291 0.2453601 0.2927274 0.2538819 0.2928475 0.2624172 0.3035116 0.2584362 0.3138299 0.2485688 0.3036054 0.2509541 0.3134584 0.2549229 0.2952108 0.2709792 0.2881585 0.2744584 0.2991997 0.2793486 0.2952108 0.2709792 0.2928475 0.2624172 0.2847069 0.264804 0.2847069 0.264804 0.2778282 0.2663936 0.2821543 0.2770269 0.2940056 0.2837618 0.2881585 0.2744584 0.2895813 0.2871937 0.3344989 0.2947304 0.3364306 0.3011394 0.3479318 0.2968237 0.351774 0.2839583 0.3439058 0.2899975 0.3575094 0.2905681 0.351774 0.2839583 0.3457703 0.276627 0.3396694 0.2824333 0.3344989 0.2947304 0.3439058 0.2899975 0.3324565 0.2875368 0.3041966 0.2873061 0.3016733 0.2916297 0.3077967 0.2903498 0.3041966 0.2873061 0.2991997 0.2793486 0.2940056 0.2837618 0.2997995 0.2947666 0.3016733 0.2916297 0.2895813 0.2871937 0.2997995 0.2947666 0.3116874 0.2997037 0.308584 0.2946797 0.3168411 0.2969456 0.3116874 0.2997037 0.3241234 0.3019637 0.3344989 0.2947304 0.3242097 0.2976872 0.3364306 0.3011394 0.3344989 0.2947304 0.3324565 0.2875368 0.3243315 0.2922647 0.3168411 0.2969456 0.3242097 0.2976872 0.3197048 0.293356 0.3139422 0.2806741 0.3121656 0.2806214 0.3102251 0.2867434 0.308584 0.2946797 0.3121604 0.2895298 0.3077967 0.2903498 0.308584 0.2946797 0.3116874 0.2997037 0.3140693 0.2903495 0.3140693 0.2903495 0.3163896 0.2810889 0.3139422 0.2806741 0.3189049 0.2818738 0.3163896 0.2810889 0.3140693 0.2903495 0.3140693 0.2903495 0.3116874 0.2997037 0.3168411 0.2969456 0.3193956 0.2890458 0.3161958 0.2905835 0.3197048 0.293356 0.3193956 0.2890458 0.3207234 0.2827194 0.3189049 0.2818738 0.3121173 0.2746671 0.3154688 0.2726072 0.3124161 0.2674237 0.3121173 0.2746671 0.3121656 0.2806214 0.3139422 0.2806741 0.3184905 0.2729184 0.3154688 0.2726072 0.3163896 0.2810889 0.3184905 0.2729184 0.3203675 0.2658797 0.3168587 0.2654908 0.3240494 0.2672963 0.3203675 0.2658797 0.3184905 0.2729184 0.3189049 0.2818738 0.3215994 0.2740893 0.3163896 0.2810889 0.3189049 0.2818738 0.3207234 0.2827194 0.323907 0.277505 0.3240494 0.2672963 0.3215994 0.2740893 0.3274693 0.2711309 0.3129252 0.2610251 0.3182305 0.2594864 0.3134584 0.2549229 0.3129252 0.2610251 0.3124161 0.2674237 0.3168587 0.2654908 0.3220165 0.2600144 0.3182305 0.2594864 0.3203675 0.2658797 0.3220165 0.2600144 0.3235745 0.2546675 0.3194469 0.2539395 0.3279388 0.2562887 0.3235745 0.2546675 0.3220165 0.2600144 0.3240494 0.2672963 0.3260248 0.2615605 0.3203675 0.2658797 0.3240494 0.2672963 0.3274693 0.2711309 0.3303314 0.2655463 0.3279388 0.2562887 0.3260248 0.2615605 0.333003 0.2602134 0.09280246 0.06370675 0.08984988 0.07642978 0.09610056 0.1030526 0.09610056 0.1030526 0.1050795 0.1190748 0.10285 0.08952224 0.09917825 0.05986917 0.09759765 0.08071827 0.1049527 0.06326365 0.09280246 0.06370675 0.09759765 0.08071827 0.09536409 0.05487805 0.1328772 0.06814205 0.1265988 0.08829867 0.1382157 0.06594991 0.118292 0.09191739 0.1265988 0.08829867 0.1271966 0.06641066 0.118292 0.09191739 0.1050795 0.1190748 0.1203318 0.1092423 0.1376103 0.07622402 0.1265988 0.08829867 0.1369596 0.08799207 0.7060709 0.9314091 0.7164348 0.9364193 0.7239593 0.9315803 0.7060709 0.9314091 0.7117436 0.9322075 0.7225935 0.9414377 0.7406167 0.9417693 0.7164348 0.9364193 0.7413612 0.9449799 0.7314741 0.9356803 0.7164348 0.9364193 0.7461872 0.9394279 0.7329846 0.9276197 0.7182422 0.9267284 0.7239593 0.9315803 0.7434354 0.9220917 0.7182422 0.9267284 0.7482861 0.9241443 0.7243548 0.922367 0.7182422 0.9267284 0.7438145 0.9194204 0.7243548 0.922367 0.7117436 0.9322075 0.7060709 0.9314091 0.1120504 0.08572846 0.1168367 0.08179712 0.1186227 0.05691677 0.118292 0.09191739 0.1168367 0.08179712 0.1050795 0.1190748 0.1236554 0.05907207 0.1168367 0.08179712 0.1271966 0.06641066 0.10285 0.08952224 0.1050795 0.1190748 0.1120504 0.08572846 0.1121906 0.05818402 0.1086449 0.08129709 0.1186227 0.05691677 0.10285 0.08952224 0.1086449 0.08129709 0.1049527 0.06326365 0.02122175 0.1998324 0.02430582 0.199766 0.02959853 0.1831933 0.02122175 0.1998324 0.01492214 0.2121751 0.02196383 0.2085326 0.02852028 0.1986433 0.02430582 0.199766 0.0266413 0.2042043 0.02852028 0.1986433 0.03585028 0.1861174 0.03263658 0.184488 0.02678412 0.1819456 0.02402526 0.1805416 0.01824694 0.1935106 0.01395702 0.2042955 0.01946723 0.1974982 0.01506632 0.1980369 0.01395702 0.2042955 0.01492214 0.2121751 0.02122175 0.1998324 0.02678412 0.1819456 0.01946723 0.1974982 0.02959853 0.1831933 0.04332715 0.2013657 0.04237145 0.1978529 0.03127682 0.2037273 0.02196383 0.2085326 0.02930021 0.2082002 0.0266413 0.2042043 0.02196383 0.2085326 0.01492214 0.2121751 0.02752989 0.2119501 0.04332715 0.2013657 0.02930021 0.2082002 0.04455941 0.204602 0.00801897 0.2017472 0.01057153 0.1980249 0.005240499 0.1838082 0.00801897 0.2017472 0.01492214 0.2121751 0.01395702 0.2042955 0.01339632 0.1938118 0.01057153 0.1980249 0.01506632 0.1980369 0.01339632 0.1938118 0.01288288 0.181032 0.009143888 0.1825455 0.04196882 0.1937871 0.03366601 0.1978083 0.04237145 0.1978529 0.04196882 0.1937871 0.04431372 0.1875622 0.03919154 0.1883693 0.02852028 0.1986433 0.03366601 0.1978083 0.03585028 0.1861174 0.02852028 0.1986433 0.0266413 0.2042043 0.03127682 0.2037273 0.01339632 0.1938118 0.01676553 0.1886171 0.01288288 0.181032 0.01339632 0.1938118 0.01506632 0.1980369 0.01824694 0.1935106 0.02115368 0.1787782 0.01676553 0.1886171 0.02402526 0.1805416 0.01629322 0.1790167 0.01676553 0.1886171 0.01971191 0.1735923 0.3575081 0.05223906 0.3583827 0.06301856 0.368782 0.04889112 0.3492102 0.06320148 0.3583827 0.06301856 0.3482623 0.05529576 0.3559966 0.07416498 0.3583827 0.06301856 0.3470327 0.07124644 0.3559966 0.07416498 0.3665003 0.07706785 0.3694992 0.06269401 0.5445192 0.02879911 0.5577479 0.05240803 0.5456266 0.001768946 0.5445192 0.02879911 0.5434119 0.05582928 0.5531202 0.06883841 0.5709764 0.07601696 0.5577479 0.05240803 0.5628286 0.08184748 0.5709764 0.07601696 0.5791243 0.07018643 0.5623754 0.03597766 0.9513199 0.896593 0.9710382 0.9058021 0.9242644 0.8648967 0.8241364 0.1662473 0.8044788 0.1595958 0.8433546 0.2118055 0.8720917 0.3783317 0.883974 0.3927453 0.8667111 0.3150917 0.0169897 0.4457563 0.01859998 0.4429656 0.01424497 0.42736 0.0169897 0.4457563 0.02464979 0.4578435 0.02237284 0.436437 0.01767545 0.4264162 0.01859998 0.4429656 0.0211451 0.4225138 0.01334494 0.4508488 0.02464979 0.4578435 0.0169897 0.4457563 0.009809851 0.4283683 0.01306205 0.4445416 0.01424497 0.42736 0.01334494 0.4508488 0.01306205 0.4445416 0.006214618 0.43179 0.04599744 0.7330653 0.04108536 0.7262517 0.04414969 0.7325546 0.04599744 0.7330653 0.05019921 0.7345596 0.04518312 0.7263758 0.03611654 0.7193762 0.04108536 0.7262517 0.04004651 0.7185408 0.03611654 0.7193762 0.03488266 0.7202765 0.03954285 0.7266146 0.2101736 0.2077174 0.2256279 0.1955816 0.1906208 0.2171514 0.2101736 0.2077174 0.2401022 0.196641 0.2529032 0.1855503 0.2483263 0.1803553 0.2256279 0.1955816 0.2620832 0.1772219 0.2483263 0.1803553 0.2474712 0.1772437 0.2242429 0.1901294 0.2108622 0.2137747 0.241135 0.2057268 0.2516766 0.2011473 0.2509881 0.1950901 0.2309252 0.2044324 0.2518425 0.1982104 0.2101736 0.2077174 0.2309252 0.2044324 0.2401022 0.196641 0.2101736 0.2077174 0.1906208 0.2171514 0.2108622 0.2137747 0.2891016 0.1637848 0.291435 0.1692349 0.3261294 0.1462753 0.2529032 0.1855503 0.291435 0.1692349 0.2620832 0.1772219 0.2529032 0.1855503 0.2401022 0.196641 0.2933558 0.1747764 0.3280557 0.1535037 0.291435 0.1692349 0.3297016 0.1607019 0.2778717 0.1569445 0.2855127 0.158948 0.3179336 0.1335943 0.2483263 0.1803553 0.2855127 0.158948 0.2474712 0.1772437 0.2891016 0.1637848 0.2855127 0.158948 0.2620832 0.1772219 0.2891016 0.1637848 0.3261294 0.1462753 0.3227057 0.1396769 0.3370615 0.1791574 0.335004 0.173278 0.2978056 0.184736 0.2516766 0.2011473 0.2989683 0.18949 0.2518425 0.1982104 0.2516766 0.2011473 0.241135 0.2057268 0.2950866 0.19533 0.3370615 0.1791574 0.2989683 0.18949 0.3382345 0.1856098 0.2933558 0.1747764 0.2957071 0.1798874 0.3297016 0.1607019 0.2933558 0.1747764 0.2401022 0.196641 0.2509881 0.1950901 0.2509881 0.1950901 0.2518425 0.1982104 0.2978056 0.184736 0.3322842 0.1672098 0.2957071 0.1798874 0.335004 0.173278 0.3383013 0.193397 0.3382345 0.1856098 0.2950866 0.19533 0.2950866 0.19533 0.241135 0.2057268 0.2108622 0.2137747 0.2108622 0.2137747 0.1906208 0.2171514 0.2644419 0.2126757 0.3383013 0.193397 0.2820524 0.2034363 0.3378149 0.2018517 0.2454678 0.1655716 0.263382 0.1599947 0.3053915 0.122433 0.2242429 0.1901294 0.263382 0.1599947 0.1906208 0.2171514 0.2778717 0.1569445 0.263382 0.1599947 0.2474712 0.1772437 0.2778717 0.1569445 0.3179336 0.1335943 0.3119623 0.1279133 0.3597749 0.1772427 0.3646674 0.1839561 0.3705116 0.1695522 0.3597749 0.1772427 0.3382345 0.1856098 0.3383013 0.193397 0.3704976 0.1911419 0.3646674 0.1839561 0.3378149 0.2018517 0.3704976 0.1911419 0.3828352 0.1804892 0.3760921 0.1748143 0.1061093 0.1854661 0.1097305 0.1834484 0.1006869 0.1760421 0.1061093 0.1854661 0.1106542 0.1933706 0.1131049 0.1918934 0.1151322 0.1820116 0.1097305 0.1834484 0.1173679 0.1906947 0.1151322 0.1820116 0.1128152 0.1717559 0.1059375 0.1732727 0.05548065 0.6276836 0.06275236 0.6297274 0.05803877 0.6215945 0.05548065 0.6276836 0.05284535 0.633858 0.05939352 0.6352036 0.05939352 0.6352036 0.06377488 0.6381155 0.06756711 0.6328949 0.06596851 0.6243228 0.06275236 0.6297274 0.07127618 0.6278199 0.07542014 0.6312949 0.07127618 0.6278199 0.06756711 0.6328949 0.06742596 0.6416198 0.07144272 0.6363748 0.06377488 0.6381155 0.06742596 0.6416198 0.07084381 0.6477391 0.07549703 0.6425709 0.07542014 0.6312949 0.07144272 0.6363748 0.08006525 0.6374767 0.9103953 0.9071314 0.9129558 0.9133895 0.9164873 0.9055391 0.9103953 0.9071314 0.9042358 0.908705 0.9070165 0.91418 0.9070165 0.91418 0.9074214 0.9185374 0.9133295 0.9180591 0.9187722 0.9125049 0.9129558 0.9133895 0.9191073 0.9175179 0.9190657 0.9226395 0.9191073 0.9175179 0.9133295 0.9180591 0.9069862 0.9228832 0.9130744 0.9227626 0.9074214 0.9185374 0.9069862 0.9228832 0.9044568 0.9285905 0.9109373 0.9293372 0.9190657 0.9226395 0.9130744 0.9227626 0.9173919 0.9300706 0.1103742 0.2056392 0.1124707 0.2021251 0.1049821 0.1988067 0.1146299 0.2003484 0.1106542 0.1933706 0.1082085 0.1951997 0.1146299 0.2003484 0.1168777 0.1989774 0.1106542 0.1933706 0.1131049 0.1918934 0.1168777 0.1989774 0.1173679 0.1906947 0.04855239 0.6440177 0.05374783 0.6443136 0.05284535 0.633858 0.05939352 0.6352036 0.05374783 0.6443136 0.06377488 0.6381155 0.06742596 0.6416198 0.06377488 0.6381155 0.05762088 0.6469966 0.06742596 0.6416198 0.06099236 0.6504719 0.07084381 0.6477391 0.894371 0.9111492 0.8972176 0.9151766 0.9042358 0.908705 0.9070165 0.91418 0.8972176 0.9151766 0.9074214 0.9185374 0.9069862 0.9228832 0.9074214 0.9185374 0.8976384 0.9191007 0.9069862 0.9228832 0.8970789 0.9230396 0.9044568 0.9285905 0.1160587 0.2130995 0.1195294 0.2167978 0.1209025 0.2162779 0.1191096 0.2084429 0.1171298 0.2101498 0.1226288 0.2149462 0.1191096 0.2084429 0.1226288 0.2149462 0.1244574 0.2138273 0.1244574 0.2138273 0.1254088 0.2128049 0.1240411 0.2075183 0.04376339 0.6578596 0.04186773 0.6654289 0.04309672 0.6671357 0.04309672 0.6671357 0.04533571 0.6684694 0.05033379 0.6592649 0.04723489 0.6701871 0.05289542 0.6619321 0.04533571 0.6684694 0.04723489 0.6701871 0.04899972 0.6708803 0.05395931 0.6660149 0.8821017 0.9144693 0.8757868 0.9166481 0.8753829 0.9183835 0.8753829 0.9183835 0.8756285 0.9207534 0.8849348 0.919999 0.8754215 0.9231068 0.8844582 0.9231026 0.8756285 0.9207534 0.8754215 0.9231068 0.8758472 0.9247164 0.8820583 0.9258515 0.1209025 0.2162779 0.1195294 0.2167978 0.1214566 0.2208321 0.1242131 0.2253737 0.124172 0.2214092 0.1216028 0.2235179 0.1256785 0.2207345 0.124172 0.2214092 0.1280734 0.2262315 0.1256785 0.2207345 0.1226288 0.2149462 0.1209025 0.2162779 0.1256785 0.2207345 0.1269034 0.2197124 0.1226288 0.2149462 0.1256785 0.2207345 0.1280734 0.2262315 0.1296901 0.2218907 0.1276537 0.2168527 0.1269034 0.2197124 0.1295863 0.2184095 0.1276537 0.2168527 0.1254088 0.2128049 0.1244574 0.2138273 0.04309672 0.6671357 0.04186773 0.6654289 0.03901046 0.6708461 0.03671056 0.6772769 0.03974527 0.6747558 0.03705233 0.6728438 0.03671056 0.6772769 0.03866881 0.6823371 0.04122447 0.6761235 0.04309672 0.6671357 0.03974527 0.6747558 0.04533571 0.6684694 0.04723489 0.6701871 0.04533571 0.6684694 0.04122447 0.6761235 0.04257082 0.6815305 0.04285371 0.6769569 0.03866881 0.6823371 0.04611408 0.6760417 0.04285371 0.6769569 0.04570865 0.6791136 0.04611408 0.6760417 0.04899972 0.6708803 0.04723489 0.6701871 0.8753829 0.9183835 0.8757868 0.9166481 0.8702743 0.9170394 0.8641558 0.918236 0.8679241 0.9195416 0.8676019 0.9163325 0.8641558 0.918236 0.8615314 0.9220352 0.8677483 0.9213767 0.8677483 0.9213767 0.8756285 0.9207534 0.8753829 0.9183835 0.8754215 0.9231068 0.8756285 0.9207534 0.8677483 0.9213767 0.8644636 0.9250906 0.8680464 0.9231361 0.8615314 0.9220352 0.8704754 0.9251806 0.8680464 0.9231361 0.8679326 0.9263334 0.8704754 0.9251806 0.8758472 0.9247164 0.8754215 0.9231068 0.117706 0.2235869 0.1183004 0.2280015 0.1216028 0.2235179 0.1242131 0.2253737 0.1183004 0.2280015 0.1280734 0.2262315 0.1296901 0.2218907 0.1280734 0.2262315 0.1358565 0.2196395 0.1296901 0.2218907 0.1338797 0.2174259 0.1295863 0.2184095 0.03584784 0.6679992 0.03344452 0.6717519 0.03705233 0.6728438 0.0317229 0.6745746 0.03866881 0.6823371 0.03671056 0.6772769 0.04866456 0.6870482 0.0492053 0.6831966 0.03866881 0.6823371 0.04257082 0.6815305 0.0492053 0.6831966 0.04570865 0.6791136 0.8702997 0.9127562 0.8660791 0.9123133 0.8676019 0.9163325 0.862848 0.9119104 0.8615314 0.9220352 0.8641558 0.918236 0.8637656 0.9322142 0.8668038 0.93087 0.8615314 0.9220352 0.8644636 0.9250906 0.8668038 0.93087 0.8679326 0.9263334 0.08809715 0.2084507 0.08182859 0.2030501 0.07724303 0.2110245 0.07724303 0.2110245 0.07266563 0.2183303 0.07779729 0.2227281 0.08971995 0.2206489 0.08288037 0.2158627 0.08482807 0.2272677 0.08971995 0.2206489 0.09478312 0.2135817 0.08809715 0.2084507 0.1416845 0.1749088 0.1329981 0.1730979 0.1337049 0.1811446 0.1415618 0.190034 0.1418455 0.182098 0.1341745 0.1893388 0.1415618 0.190034 0.1481807 0.1912581 0.149185 0.1835458 0.1416845 0.1749088 0.1418455 0.182098 0.1495177 0.1770122 0.9018926 0.9628556 0.9070932 0.9543219 0.8995674 0.9503095 0.8877635 0.9526954 0.8949554 0.9581065 0.8920983 0.9458522 0.8910862 0.9644573 0.8949554 0.9581065 0.8845012 0.9585501 0.8910862 0.9644573 0.89696 0.9695014 0.9018926 0.9628556 0.1151322 0.1820116 0.1239621 0.1811797 0.1128152 0.1717559 0.1151322 0.1820116 0.1173679 0.1906947 0.1252505 0.1897011 0.1337049 0.1811446 0.1239621 0.1811797 0.1341745 0.1893388 0.1337049 0.1811446 0.1329981 0.1730979 0.1226052 0.1718723 0.1252505 0.1897011 0.1173679 0.1906947 0.1205141 0.1986347 0.1276537 0.2168527 0.1277362 0.2106652 0.1254088 0.2128049 0.1276537 0.2168527 0.1295863 0.2184095 0.1313554 0.2146289 0.1103742 0.2056392 0.1049821 0.1988067 0.1001887 0.2056174 0.117706 0.2235869 0.1216028 0.2235179 0.1214566 0.2208321 0.1160587 0.2130995 0.1166048 0.2180991 0.1195294 0.2167978 0.9128304 0.9420126 0.9173919 0.9300706 0.9109373 0.9293372 0.8985784 0.937032 0.9056648 0.9396195 0.9044568 0.9285905 0.8985784 0.937032 0.8920983 0.9458522 0.8995674 0.9503095 0.9128304 0.9420126 0.9056648 0.9396195 0.9070932 0.9543219 0.8985784 0.937032 0.9044568 0.9285905 0.8943015 0.9273752 0.8704754 0.9251806 0.8766917 0.9278711 0.8758472 0.9247164 0.8707948 0.9294482 0.8766917 0.9278711 0.8679326 0.9263334 0.894371 0.9111492 0.9042358 0.908705 0.8975433 0.9010059 0.8702743 0.9170394 0.8764991 0.9132788 0.8676019 0.9163325 0.8821017 0.9144693 0.8764991 0.9132788 0.8757868 0.9166481 0.08687633 0.6490947 0.08006525 0.6374767 0.07549703 0.6425709 0.07452565 0.6584961 0.08084756 0.6538866 0.07084381 0.6477391 0.07452565 0.6584961 0.07854384 0.6700733 0.08668053 0.6663023 0.08687633 0.6490947 0.08084756 0.6538866 0.09419 0.6621772 0.07452565 0.6584961 0.07084381 0.6477391 0.06328594 0.6560233 0.04611408 0.6760417 0.05248677 0.6721635 0.04899972 0.6708803 0.050296 0.6785125 0.05248677 0.6721635 0.04570865 0.6791136 0.04855239 0.6440177 0.05284535 0.633858 0.04269409 0.6350526 0.03901046 0.6708461 0.03961455 0.6623867 0.03705233 0.6728438 0.04376339 0.6578596 0.03961455 0.6623867 0.04186773 0.6654289 0.1228076 0.3383289 0.1178233 0.334302 0.1173368 0.3376975 0.1228076 0.3383289 0.1260483 0.3376603 0.1244825 0.3339063 0.09795391 0.3230179 0.1081225 0.3280739 0.1048992 0.3159872 0.122161 0.3505417 0.1246279 0.3473231 0.1217829 0.3457258 0.1108242 0.3456965 0.1162137 0.3483135 0.1165205 0.3448815 0.1113982 0.3573329 0.1055338 0.3515169 0.09825176 0.3620082 0.1113982 0.3573329 0.09825176 0.3620082 0.1008473 0.3686935 0.1175785 0.3654576 0.1150432 0.361746 0.1027269 0.3742275 0.1106773 0.3097574 0.1217795 0.3209714 0.1158719 0.3039279 0.1106773 0.3097574 0.1048992 0.3159872 0.1159469 0.3243508 0.122161 0.3505417 0.125766 0.3519932 0.1246279 0.3473231 0.1282 0.3530563 0.1314268 0.3433572 0.1279987 0.3462679 0.1291381 0.3396651 0.1314268 0.3433572 0.1319892 0.3332016 0.1291381 0.3396651 0.128817 0.3335453 0.1260483 0.3376603 0.1168755 0.3433907 0.1165205 0.3448815 0.1217829 0.3457258 0.1279987 0.3462679 0.1241397 0.3439271 0.1246279 0.3473231 0.1279987 0.3462679 0.1314268 0.3433572 0.1246394 0.3424462 0.1246394 0.3424462 0.1170115 0.3414195 0.1168755 0.3433907 0.1173588 0.3393359 0.1170115 0.3414195 0.1246394 0.3424462 0.1246394 0.3424462 0.1314268 0.3433572 0.1291381 0.3396651 0.1228076 0.3383289 0.1246375 0.3408119 0.1260483 0.3376603 0.1228076 0.3383289 0.1173368 0.3376975 0.1173588 0.3393359 0.1108242 0.3456965 0.1165205 0.3448815 0.1168755 0.3433907 0.1089047 0.3403964 0.1088926 0.3430784 0.1170115 0.3414195 0.1173588 0.3393359 0.1093459 0.3375874 0.1170115 0.3414195 0.1173588 0.3393359 0.1173368 0.3376975 0.1117932 0.3353298 0.08188873 0.336333 0.08262372 0.3325811 0.0732721 0.3348584 0.08188873 0.336333 0.08960783 0.3376349 0.08995896 0.3342037 0.08487075 0.3273659 0.08262372 0.3325811 0.09219074 0.3295299 0.08487075 0.3273659 0.07695335 0.3248853 0.07455587 0.3306092 0.7043245 0.4306067 0.7082408 0.4405078 0.7263038 0.425738 0.7403221 0.3997148 0.7214824 0.4170742 0.7457099 0.4073047 0.7403221 0.3997148 0.7358924 0.39355 0.717936 0.4101114 0.7043245 0.4306067 0.7214824 0.4170742 0.7015424 0.422823 0.6995442 0.417107 0.7015424 0.422823 0.717936 0.4101114 0.7325738 0.3889695 0.7154433 0.4050571 0.7358924 0.39355 0.7043245 0.4306067 0.7015424 0.422823 0.686669 0.4310979 0.686669 0.4310979 0.6702292 0.4357366 0.6736528 0.4447928 0.6736528 0.4447928 0.6758674 0.4574436 0.6926361 0.450957 0.7043245 0.4306067 0.6896366 0.4395264 0.7082408 0.4405078 0.684022 0.4247906 0.6820704 0.4202827 0.6666579 0.4285569 0.686669 0.4310979 0.684022 0.4247906 0.6702292 0.4357366 0.686669 0.4310979 0.7015424 0.422823 0.6995442 0.417107 0.9363585 0.0933234 0.9311167 0.09584385 0.9234563 0.1228408 0.9363585 0.0933234 0.9457604 0.06837224 0.9399434 0.07373535 0.9481242 0.09016203 0.9421534 0.09126377 0.9334551 0.1246161 0.9481242 0.09016203 0.959341 0.06028068 0.9524227 0.06353902 0.9363585 0.0933234 0.9421534 0.09126377 0.9457604 0.06837224 0.9363585 0.0933234 0.9234563 0.1228408 0.9284213 0.1234413 0.9071773 0.1545796 0.9025548 0.1530714 0.8892228 0.1865822 0.9071773 0.1545796 0.9234563 0.1228408 0.9184484 0.1228873 0.9161064 0.1591488 0.9116238 0.1566839 0.8976135 0.1924395 0.9161064 0.1591488 0.9334551 0.1246161 0.9284213 0.1234413 0.9071773 0.1545796 0.9116238 0.1566839 0.9234563 0.1228408 0.9071773 0.1545796 0.8892228 0.1865822 0.8933994 0.189388 0.8494695 0.2422496 0.8534255 0.245365 0.8712938 0.2168912 0.8712938 0.2168912 0.8892228 0.1865822 0.8849647 0.184198 0.8574739 0.2485459 0.8615548 0.2518174 0.8795124 0.2231675 0.8795124 0.2231675 0.8976135 0.1924395 0.8933994 0.189388 0.8712938 0.2168912 0.875387 0.2199502 0.8892228 0.1865822 0.8574739 0.2485459 0.875387 0.2199502 0.8534255 0.245365 0.8135626 0.2938229 0.8170948 0.2978562 0.8356525 0.2718622 0.8494695 0.2422496 0.83194 0.2683024 0.8534255 0.245365 0.8209246 0.3017993 0.8248703 0.3057913 0.8434922 0.2788732 0.8574739 0.2485459 0.839547 0.2753506 0.8615548 0.2518174 0.8574739 0.2485459 0.8534255 0.245365 0.8356525 0.2718622 0.8209246 0.3017993 0.839547 0.2753506 0.8170948 0.2978562 0.7722927 0.346155 0.7759904 0.3507716 0.7968724 0.3248205 0.8135626 0.2938229 0.7932819 0.3204061 0.8170948 0.2978562 0.7803623 0.3558573 0.7851907 0.3614349 0.8052347 0.3340277 0.8209246 0.3017993 0.8009242 0.3293269 0.8248703 0.3057913 0.8209246 0.3017993 0.8170948 0.2978562 0.7968724 0.3248205 0.7803623 0.3558573 0.8009242 0.3293269 0.7759904 0.3507716 0.7325738 0.3889695 0.7358924 0.39355 0.7554537 0.3737257 0.7722927 0.346155 0.7517901 0.3691725 0.7759904 0.3507716 0.7403221 0.3997148 0.7457099 0.4073047 0.765344 0.3858655 0.7803623 0.3558573 0.7600551 0.3793146 0.7851907 0.3614349 0.7803623 0.3558573 0.7759904 0.3507716 0.7554537 0.3737257 0.7403221 0.3997148 0.7600551 0.3793146 0.7358924 0.39355 0.713642 0.4525761 0.7326214 0.4358952 0.7082408 0.4405078 0.713642 0.4525761 0.7198017 0.4641995 0.7394348 0.4455102 0.7519025 0.4161605 0.7326214 0.4358952 0.7607692 0.4231396 0.7519025 0.4161605 0.7457099 0.4073047 0.7263038 0.425738 0.6758114 0.4754071 0.6953793 0.4662702 0.6758674 0.4574436 0.6758114 0.4754071 0.671506 0.5004017 0.6987793 0.4815334 0.713642 0.4525761 0.6953793 0.4662702 0.7198017 0.4641995 0.713642 0.4525761 0.7082408 0.4405078 0.6926361 0.450957 0.6857244 0.524868 0.7103862 0.5019155 0.671506 0.5004017 0.959618 0.08903247 0.9538933 0.09051525 0.9454259 0.1252382 0.959618 0.08903247 0.9709946 0.060795 0.9659257 0.05964231 0.9481242 0.09016203 0.9538933 0.09051525 0.959341 0.06028068 0.9481242 0.09016203 0.9334551 0.1246161 0.9386696 0.1262926 0.9265008 0.1613112 0.9208371 0.1617389 0.9080443 0.1959756 0.9265008 0.1613112 0.9454259 0.1252382 0.9386696 0.1262926 0.9161064 0.1591488 0.9208371 0.1617389 0.9334551 0.1246161 0.9161064 0.1591488 0.8976135 0.1924395 0.9019833 0.1955606 0.8889678 0.2267758 0.8836957 0.2264643 0.8715211 0.2559072 0.8889678 0.2267758 0.9080443 0.1959756 0.9019833 0.1955606 0.8795124 0.2231675 0.8836957 0.2264643 0.8976135 0.1924395 0.8656086 0.2552044 0.8836957 0.2264643 0.8615548 0.2518174 0.85228 0.2835369 0.8473565 0.2825354 0.8344247 0.3111175 0.85228 0.2835369 0.8715211 0.2559072 0.8656086 0.2552044 0.8656086 0.2552044 0.8615548 0.2518174 0.8434922 0.2788732 0.8287504 0.3099713 0.8473565 0.2825354 0.8248703 0.3057913 0.8150987 0.3405752 0.8096014 0.3390257 0.797294 0.3707634 0.8150987 0.3405752 0.8344247 0.3111175 0.8287504 0.3099713 0.8287504 0.3099713 0.8248703 0.3057913 0.8052347 0.3340277 0.7902583 0.3675274 0.8096014 0.3390257 0.7851907 0.3614349 0.7779312 0.397343 0.7710701 0.3933051 0.7607692 0.4231396 0.7779312 0.397343 0.797294 0.3707634 0.7902583 0.3675274 0.7902583 0.3675274 0.7851907 0.3614349 0.765344 0.3858655 0.7519025 0.4161605 0.7710701 0.3933051 0.7457099 0.4073047 0.4903472 0.2249778 0.4823129 0.2233021 0.4880844 0.2370442 0.4903472 0.2249778 0.4913874 0.2189151 0.4834 0.2172682 0.4834 0.2172682 0.4744936 0.2144361 0.4743986 0.2219573 0.4743986 0.2219573 0.4740177 0.2349026 0.4809647 0.2359369 0.3973621 0.2504122 0.3927761 0.238204 0.3885675 0.2539445 0.3973621 0.2504122 0.4065296 0.2472335 0.40275 0.2343758 0.388927 0.2319058 0.3927761 0.238204 0.3999444 0.2262364 0.388927 0.2319058 0.3788107 0.2366733 0.3831527 0.242779 0.4577255 0.2248098 0.4576164 0.2187323 0.4501773 0.2213813 0.4427341 0.2297094 0.4503266 0.2274852 0.4423294 0.2235226 0.4427341 0.2297094 0.4429272 0.2432464 0.4500755 0.2371932 0.4577255 0.2248098 0.4503266 0.2274852 0.456964 0.2369512 0.4562515 0.2113919 0.4542585 0.2034202 0.446282 0.2052975 0.4406285 0.2156245 0.4485893 0.2137269 0.4382796 0.2068706 0.4406285 0.2156245 0.4423294 0.2235226 0.4501773 0.2213813 0.4562515 0.2113919 0.4485893 0.2137269 0.4576164 0.2187323 0.4427341 0.2297094 0.4423294 0.2235226 0.4332054 0.224386 0.4240574 0.2308499 0.4339023 0.2304518 0.4231206 0.224746 0.4240574 0.2308499 0.4260783 0.2424914 0.4344116 0.2399165 0.4344116 0.2399165 0.4429272 0.2432464 0.4427341 0.2297094 0.4301685 0.2085232 0.4318512 0.2168278 0.4382796 0.2068706 0.4301685 0.2085232 0.4221416 0.2098422 0.4225416 0.2175637 0.4332054 0.224386 0.4318512 0.2168278 0.4231206 0.224746 0.4332054 0.224386 0.4423294 0.2235226 0.4406285 0.2156245 0.4655139 0.2163459 0.4641327 0.2088762 0.4576164 0.2187323 0.4655139 0.2163459 0.4744936 0.2144361 0.4714627 0.2065718 0.4622919 0.2008554 0.4641327 0.2088762 0.4698941 0.1989616 0.4622919 0.2008554 0.4542585 0.2034202 0.4562515 0.2113919 0.4577255 0.2248098 0.456964 0.2369512 0.4654811 0.2357142 0.4743986 0.2219573 0.4659761 0.2227135 0.4740177 0.2349026 0.4655139 0.2163459 0.4659761 0.2227135 0.4744936 0.2144361 0.4577255 0.2248098 0.4659761 0.2227135 0.4576164 0.2187323 0.4037594 0.2175505 0.3999444 0.2262364 0.4123903 0.225377 0.4225416 0.2175637 0.4129839 0.2180593 0.4231206 0.224746 0.4225416 0.2175637 0.4221416 0.2098422 0.4143918 0.2104148 0.4037594 0.2175505 0.4129839 0.2180593 0.4061813 0.209944 0.416443 0.2447618 0.4134252 0.2320411 0.4065296 0.2472335 0.416443 0.2447618 0.4260783 0.2424914 0.4240574 0.2308499 0.4240574 0.2308499 0.4231206 0.224746 0.4123903 0.225377 0.4123903 0.225377 0.3999444 0.2262364 0.40275 0.2343758 0.7579766 0.2864827 0.7550742 0.2874853 0.7576787 0.2905572 0.7579766 0.2864827 0.7582231 0.2814837 0.7552431 0.2821533 0.7520185 0.2885956 0.7550742 0.2874853 0.7520586 0.2831658 0.7520185 0.2885956 0.7521686 0.2938792 0.7551092 0.2919753 0.7488858 0.2938348 0.7521686 0.2938792 0.7520185 0.2885956 0.7520185 0.2885956 0.7520586 0.2831658 0.7484654 0.2848637 0.7454765 0.2911723 0.7486557 0.2899214 0.7444057 0.2868446 0.7454765 0.2911723 0.7462225 0.2943253 0.7488858 0.2938348 0.7370417 0.2986658 0.7396947 0.2969042 0.7375201 0.2942573 0.7307156 0.2927737 0.7342256 0.2959415 0.7350727 0.2906923 0.7307156 0.2927737 0.7268143 0.2947046 0.7306461 0.2977461 0.7370417 0.2986658 0.7342256 0.2959415 0.7340445 0.3012661 0.7303042 0.301641 0.7340445 0.3012661 0.7306461 0.2977461 0.7242448 0.2965311 0.7278191 0.2990424 0.7268143 0.2947046 0.7242448 0.2965311 0.7223412 0.2983053 0.7253683 0.3000844 0.7303042 0.301641 0.7278191 0.2990424 0.7273465 0.3018338 0.7920201 0.2303445 0.7915402 0.2321494 0.7952325 0.2315356 0.7920201 0.2303445 0.788542 0.2287028 0.7878273 0.2301243 0.7909632 0.2343592 0.7915402 0.2321494 0.7871959 0.2321184 0.7909632 0.2343592 0.7950314 0.236427 0.7950571 0.2336921 0.7909632 0.2343592 0.790192 0.237379 0.7950314 0.236427 0.7909632 0.2343592 0.7871959 0.2321184 0.7867304 0.2352576 0.7894286 0.2402197 0.790192 0.237379 0.786121 0.2387816 0.7894286 0.2402197 0.7919408 0.2414696 0.7931501 0.2390959 0.7891023 0.2498002 0.7898688 0.2468878 0.7871572 0.2461861 0.7815995 0.2483227 0.7857038 0.2490885 0.7837159 0.2451141 0.7815995 0.2483227 0.7797175 0.2510594 0.7841647 0.2520577 0.7891023 0.2498002 0.7857038 0.2490885 0.7887292 0.2534326 0.7869232 0.2554907 0.7887292 0.2534326 0.7841647 0.2520577 0.7788594 0.2529661 0.7831094 0.2541203 0.7797175 0.2510594 0.7788594 0.2529661 0.7785134 0.2544577 0.782296 0.2557297 0.7869232 0.2554907 0.7831094 0.2541203 0.7855852 0.2571049 0.7894255 0.1836044 0.7900846 0.185181 0.7929387 0.1831703 0.7894255 0.1836044 0.7854711 0.1836503 0.7857515 0.1850208 0.7906461 0.1872478 0.7900846 0.185181 0.7862491 0.186919 0.7906461 0.1872478 0.7955293 0.1871474 0.7940822 0.1848288 0.7945117 0.1905369 0.7955293 0.1871474 0.7906461 0.1872478 0.7906461 0.1872478 0.7862491 0.186919 0.7871813 0.1898726 0.7911992 0.1932437 0.7910124 0.1902949 0.7880749 0.1932499 0.7945117 0.1905369 0.7910124 0.1902949 0.7939368 0.1932692 0.7909985 0.1991801 0.7907889 0.2018042 0.7935703 0.1992689 0.7874326 0.202162 0.7907889 0.2018042 0.7880616 0.1991783 0.7874326 0.202162 0.786849 0.2047588 0.7905136 0.2045037 0.7905136 0.2045037 0.7945402 0.2047243 0.7938614 0.2017691 0.7934988 0.2068423 0.7945402 0.2047243 0.7905136 0.2045037 0.7867222 0.2065338 0.7902085 0.206447 0.786849 0.2047588 0.7867222 0.2065338 0.7868239 0.2078979 0.7898885 0.2080122 0.7934988 0.2068423 0.7902085 0.206447 0.7928059 0.208561 0.7576074 0.2651042 0.7561349 0.2643135 0.756828 0.2675024 0.7576074 0.2651042 0.7590838 0.263428 0.7575562 0.2623016 0.7530733 0.2630872 0.7561349 0.2643135 0.7543294 0.2605929 0.7530733 0.2630872 0.7521063 0.2660786 0.7550946 0.2669529 0.7530733 0.2630872 0.7468332 0.2609894 0.7521063 0.2660786 0.7530733 0.2630872 0.7543294 0.2605929 0.747704 0.2577197 0.7399697 0.2592613 0.7468332 0.2609894 0.74026 0.255284 0.7399697 0.2592613 0.7398928 0.2636452 0.7466077 0.2645543 0.7172309 0.2771526 0.7236177 0.2706844 0.7203842 0.2672278 0.7106154 0.2708603 0.7140118 0.2736527 0.7175406 0.2643646 0.7106154 0.2708603 0.7044234 0.2773951 0.7083306 0.280311 0.7172309 0.2771526 0.7140118 0.2736527 0.7122235 0.2833428 0.7090659 0.2878277 0.7122235 0.2833428 0.7083306 0.280311 0.7003443 0.2823524 0.7048546 0.2852542 0.7044234 0.2773951 0.7003443 0.2823524 0.6973217 0.286521 0.702481 0.28934 0.7090659 0.2878277 0.7048546 0.2852542 0.7068333 0.2914599 0.7793269 0.2201469 0.7779558 0.2208344 0.779971 0.2219935 0.7793269 0.2201469 0.7796083 0.2184732 0.7779642 0.2188969 0.7753126 0.2218669 0.7779558 0.2208344 0.7748876 0.2196505 0.7753126 0.2218669 0.776499 0.2240799 0.7787445 0.2229248 0.7722153 0.2256821 0.776499 0.2240799 0.7753126 0.2218669 0.7753126 0.2218669 0.7748876 0.2196505 0.7689456 0.2210639 0.7647434 0.2257911 0.7701254 0.2235896 0.7627736 0.2232027 0.7722153 0.2256821 0.7701254 0.2235896 0.7673448 0.2279435 0.762965 0.2449686 0.7611924 0.2390543 0.7574156 0.2388011 0.7563392 0.2469 0.7594198 0.2454007 0.7538977 0.2394318 0.7563392 0.2469 0.7596634 0.2535668 0.7620687 0.2514088 0.762965 0.2449686 0.7594198 0.2454007 0.765118 0.2497702 0.7662718 0.2521026 0.765118 0.2497702 0.7620687 0.2514088 0.7617813 0.2566452 0.7636239 0.2541292 0.7596634 0.2535668 0.7617813 0.2566452 0.7632963 0.2579293 0.7646322 0.255206 0.7646322 0.255206 0.7669259 0.2532004 0.7662718 0.2521026 0.7743024 0.1789975 0.7733449 0.1796839 0.7758979 0.1815819 0.7743024 0.1789975 0.7736777 0.1763647 0.7722982 0.1769381 0.7716335 0.1812205 0.7733449 0.1796839 0.7700319 0.1784159 0.7716335 0.1812205 0.7740603 0.1838061 0.7752944 0.1823243 0.7716335 0.1812205 0.7684138 0.1844576 0.7740603 0.1838061 0.7716335 0.1812205 0.7700319 0.1784159 0.7659924 0.1817026 0.7653984 0.1885181 0.7684138 0.1844576 0.7622113 0.1862165 0.7653984 0.1885181 0.769086 0.1908761 0.7715649 0.1867665 0.767054 0.2041534 0.7713989 0.2075815 0.7697701 0.202775 0.7700017 0.2094963 0.7713989 0.2075815 0.7647089 0.2058196 0.7700017 0.2094963 0.7754347 0.2120464 0.7759854 0.2101604 0.7759854 0.2101604 0.7771061 0.2084144 0.7734405 0.20607 0.7793582 0.2097774 0.7771061 0.2084144 0.7759854 0.2101604 0.7786479 0.2129865 0.7787376 0.2113575 0.7754347 0.2120464 0.7786479 0.2129865 0.780751 0.2131218 0.7805725 0.2118636 0.7793582 0.2097774 0.7787376 0.2113575 0.7809036 0.2106497 0.7745659 0.1748353 0.7726905 0.1751176 0.7736777 0.1763647 0.7745659 0.1748353 0.7758693 0.1737899 0.7735979 0.1738014 0.7697076 0.1763696 0.7726905 0.1751176 0.770109 0.1747337 0.7697076 0.1763696 0.7700319 0.1784159 0.7722982 0.1769381 0.7697076 0.1763696 0.7645096 0.1795608 0.7700319 0.1784159 0.7697076 0.1763696 0.770109 0.1747337 0.7641852 0.1775074 0.7595084 0.1844757 0.7645096 0.1795608 0.7556338 0.1817687 0.7595084 0.1844757 0.7622113 0.1862165 0.7659924 0.1817026 0.7700017 0.2094963 0.7647089 0.2058196 0.7624239 0.2081421 0.7624239 0.2081421 0.7585704 0.2122675 0.7681654 0.2142134 0.7681654 0.2142134 0.7751294 0.2154413 0.7752249 0.2137212 0.7700017 0.2094963 0.7688371 0.2116006 0.7754347 0.2120464 0.7786479 0.2129865 0.7754347 0.2120464 0.7752249 0.2137212 0.7791711 0.2158055 0.7789898 0.2144254 0.7751294 0.2154413 0.7814434 0.2144215 0.7789898 0.2144254 0.7817517 0.2157379 0.7786479 0.2129865 0.7789898 0.2144254 0.780751 0.2131218 0.7807782 0.217046 0.7785993 0.2172583 0.7796083 0.2184732 0.7791711 0.2158055 0.7785993 0.2172583 0.7817517 0.2157379 0.7749217 0.2174631 0.7785993 0.2172583 0.7751294 0.2154413 0.7749217 0.2174631 0.7748876 0.2196505 0.7779642 0.2188969 0.7749217 0.2174631 0.768247 0.2176531 0.7748876 0.2196505 0.7749217 0.2174631 0.7751294 0.2154413 0.7681654 0.2142134 0.7611194 0.2189661 0.768247 0.2176531 0.7585704 0.2122675 0.7611194 0.2189661 0.7627736 0.2232027 0.7689456 0.2210639 0.7563392 0.2469 0.7538977 0.2394318 0.7495686 0.241645 0.7505058 0.2519698 0.753193 0.2492201 0.7424829 0.2449797 0.7505058 0.2519698 0.756663 0.2571892 0.7579579 0.2554758 0.7563392 0.2469 0.753193 0.2492201 0.7596634 0.2535668 0.7617813 0.2566452 0.7596634 0.2535668 0.7579579 0.2554758 0.7605684 0.2603969 0.761094 0.2587929 0.756663 0.2571892 0.7605684 0.2603969 0.7633479 0.2625986 0.7634157 0.2606409 0.7617813 0.2566452 0.761094 0.2587929 0.7632963 0.2579293 0.7614506 0.2630602 0.7592116 0.2612813 0.7590838 0.263428 0.7605684 0.2603969 0.7592116 0.2612813 0.7633479 0.2625986 0.7554898 0.2587609 0.7592116 0.2612813 0.756663 0.2571892 0.7554898 0.2587609 0.7543294 0.2605929 0.7575562 0.2623016 0.7554898 0.2587609 0.7488021 0.2547581 0.7543294 0.2605929 0.7554898 0.2587609 0.756663 0.2571892 0.7505058 0.2519698 0.7505058 0.2519698 0.7424829 0.2449797 0.7411139 0.2514164 0.7411139 0.2514164 0.74026 0.255284 0.747704 0.2577197 0.7106154 0.2708603 0.7175406 0.2643646 0.7145699 0.2622122 0.7045179 0.2655831 0.7075702 0.2685813 0.7116875 0.2596594 0.7045179 0.2655831 0.6977156 0.2707443 0.7011274 0.2746121 0.7106154 0.2708603 0.7075702 0.2685813 0.7044234 0.2773951 0.7003443 0.2823524 0.7044234 0.2773951 0.7011274 0.2746121 0.6914837 0.2742709 0.695967 0.2790576 0.6977156 0.2707443 0.6914837 0.2742709 0.6882424 0.2809026 0.691448 0.2827105 0.7003443 0.2823524 0.695967 0.2790576 0.6973217 0.286521 0.7764905 0.1726086 0.7740963 0.1725683 0.7758693 0.1737899 0.7764905 0.1726086 0.7767704 0.1713595 0.7743901 0.1713768 0.770685 0.1731604 0.7740963 0.1725683 0.7727037 0.1710764 0.770685 0.1731604 0.770109 0.1747337 0.7735979 0.1738014 0.770685 0.1731604 0.7652392 0.1750172 0.770109 0.1747337 0.770685 0.1731604 0.7727037 0.1710764 0.766279 0.1726337 0.7592223 0.176006 0.7652392 0.1750172 0.7615423 0.1729003 0.7641852 0.1775074 0.7652392 0.1750172 0.7556338 0.1817687 0.6737415 0.2325477 0.6801795 0.2379018 0.6795945 0.2272646 0.6737415 0.2325477 0.6682705 0.2387981 0.6764667 0.2430679 0.6870231 0.2426181 0.6801795 0.2379018 0.682464 0.2453707 0.6870231 0.2426181 0.6947223 0.2387107 0.6875762 0.2335486 0.7828091 0.18648 0.7862491 0.186919 0.7857515 0.1850208 0.7825562 0.1836991 0.7826278 0.1848862 0.7854711 0.1836503 0.7825562 0.1836991 0.7802001 0.1835409 0.7801141 0.1845609 0.7828091 0.18648 0.7826278 0.1848862 0.7798412 0.1859117 0.7801141 0.1845609 0.7776102 0.1838285 0.7798412 0.1859117 0.7779223 0.1829658 0.7776102 0.1838285 0.7802001 0.1835409 0.7752944 0.1823243 0.7776102 0.1838285 0.7758979 0.1815819 0.7752944 0.1823243 0.7740603 0.1838061 0.7768606 0.1851952 0.7832574 0.1912729 0.7880749 0.1932499 0.7871813 0.1898726 0.7828091 0.18648 0.7832095 0.1888871 0.7862491 0.186919 0.7828091 0.18648 0.7798412 0.1859117 0.7791951 0.1879242 0.7832574 0.1912729 0.7832095 0.1888871 0.7785485 0.1901158 0.7791951 0.1879242 0.775236 0.1875697 0.7785485 0.1901158 0.7791951 0.1879242 0.7798412 0.1859117 0.7768606 0.1851952 0.7715649 0.1867665 0.775236 0.1875697 0.7740603 0.1838061 0.7715649 0.1867665 0.769086 0.1908761 0.7739575 0.1901386 0.7874326 0.202162 0.783854 0.2032042 0.786849 0.2047588 0.7874326 0.202162 0.7880616 0.1991783 0.7835856 0.2010625 0.7801803 0.204389 0.783854 0.2032042 0.7791119 0.2023972 0.7801803 0.204389 0.7814076 0.2062069 0.7839145 0.2053666 0.7790258 0.2071598 0.7814076 0.2062069 0.7801803 0.204389 0.7746123 0.2029681 0.7765384 0.205175 0.7791119 0.2023972 0.7746123 0.2029681 0.7697701 0.202775 0.7734405 0.20607 0.7790258 0.2071598 0.7765384 0.205175 0.7771061 0.2084144 0.7867222 0.2065338 0.784206 0.2068729 0.7868239 0.2078979 0.7867222 0.2065338 0.786849 0.2047588 0.7839145 0.2053666 0.7822913 0.2075088 0.784206 0.2068729 0.7814076 0.2062069 0.7846132 0.2080513 0.784206 0.2068729 0.7830031 0.2085526 0.7817402 0.2094824 0.7830031 0.2085526 0.7822913 0.2075088 0.7790258 0.2071598 0.780609 0.2084858 0.7814076 0.2062069 0.7790258 0.2071598 0.7771061 0.2084144 0.7793582 0.2097774 0.7817402 0.2094824 0.780609 0.2084858 0.7809036 0.2106497 0.7841765 0.2301889 0.7871959 0.2321184 0.7878273 0.2301243 0.7858955 0.2272672 0.7850506 0.2285188 0.788542 0.2287028 0.7858955 0.2272672 0.7837007 0.2257689 0.7827591 0.2269468 0.7841765 0.2301889 0.7850506 0.2285188 0.781497 0.2283188 0.7827591 0.2269468 0.7805013 0.2250223 0.781497 0.2283188 0.7827591 0.2269468 0.7837007 0.2257689 0.7815774 0.2239392 0.7815774 0.2239392 0.779971 0.2219935 0.7787445 0.2229248 0.7787445 0.2229248 0.776499 0.2240799 0.7787491 0.2262564 0.7820759 0.2350605 0.786121 0.2387816 0.7867304 0.2352576 0.7841765 0.2301889 0.7832433 0.2326957 0.7871959 0.2321184 0.7841765 0.2301889 0.781497 0.2283188 0.7795937 0.230079 0.7820759 0.2350605 0.7832433 0.2326957 0.7777669 0.2319768 0.7795937 0.230079 0.7756446 0.2277932 0.7777669 0.2319768 0.7795937 0.230079 0.781497 0.2283188 0.7787491 0.2262564 0.7722153 0.2256821 0.7756446 0.2277932 0.776499 0.2240799 0.7722153 0.2256821 0.7673448 0.2279435 0.7729319 0.2296296 0.7815995 0.2483227 0.777156 0.2477959 0.7797175 0.2510594 0.7815995 0.2483227 0.7837159 0.2451141 0.778103 0.24512 0.7724367 0.247106 0.777156 0.2477959 0.7725976 0.2442766 0.7724367 0.247106 0.7725363 0.2497922 0.7760157 0.2503215 0.7687554 0.2494199 0.7725363 0.2497922 0.7724367 0.247106 0.7669509 0.2422496 0.7675052 0.2458503 0.7725976 0.2442766 0.7669509 0.2422496 0.7611924 0.2390543 0.762965 0.2449686 0.7687554 0.2494199 0.7675052 0.2458503 0.765118 0.2497702 0.7788594 0.2529661 0.7755483 0.2521152 0.7785134 0.2544577 0.7788594 0.2529661 0.7797175 0.2510594 0.7760157 0.2503215 0.7725843 0.2515925 0.7755483 0.2521152 0.7725363 0.2497922 0.7754173 0.253543 0.7755483 0.2521152 0.7726065 0.2529498 0.76968 0.252642 0.7726065 0.2529498 0.7725843 0.2515925 0.7687554 0.2494199 0.7693754 0.2514227 0.7725363 0.2497922 0.7687554 0.2494199 0.765118 0.2497702 0.7662718 0.2521026 0.76968 0.252642 0.7693754 0.2514227 0.7669259 0.2532004 0.751986 0.2779703 0.7520586 0.2831658 0.7552431 0.2821533 0.7575941 0.2769453 0.754913 0.2773818 0.7582231 0.2814837 0.7575941 0.2769453 0.7568003 0.273064 0.7545403 0.2732546 0.751986 0.2779703 0.754913 0.2773818 0.7518782 0.2732892 0.7518131 0.2694022 0.7518782 0.2732892 0.7545403 0.2732546 0.7565519 0.270036 0.754582 0.2698558 0.7568003 0.273064 0.7565519 0.270036 0.756828 0.2675024 0.7550946 0.2669529 0.7518131 0.2694022 0.754582 0.2698558 0.7521063 0.2660786 0.7450948 0.2795603 0.7444057 0.2868446 0.7484654 0.2848637 0.751986 0.2779703 0.7485674 0.2788628 0.7520586 0.2831658 0.751986 0.2779703 0.7518782 0.2732892 0.7484111 0.2730113 0.7450948 0.2795603 0.7485674 0.2788628 0.7447102 0.2730641 0.7484111 0.2730113 0.7474458 0.2684018 0.7447102 0.2730641 0.7484111 0.2730113 0.7518782 0.2732892 0.7518131 0.2694022 0.7466077 0.2645543 0.7474458 0.2684018 0.7521063 0.2660786 0.7466077 0.2645543 0.7398928 0.2636452 0.7429674 0.2681295 0.7307156 0.2927737 0.7264897 0.2895932 0.7268143 0.2947046 0.7307156 0.2927737 0.7350727 0.2906923 0.730174 0.2870023 0.7225114 0.2859899 0.7264897 0.2895932 0.7264315 0.2826551 0.7225114 0.2859899 0.7187457 0.2894639 0.7226862 0.2920758 0.7225114 0.2859899 0.7197447 0.281554 0.7187457 0.2894639 0.7243163 0.2772914 0.7197447 0.281554 0.7264315 0.2826551 0.7243163 0.2772914 0.7236177 0.2706844 0.7172309 0.2771526 0.7172309 0.2771526 0.7122235 0.2833428 0.7154767 0.2864733 0.7242448 0.2965311 0.7200968 0.2943423 0.7223412 0.2983053 0.7242448 0.2965311 0.7268143 0.2947046 0.7226862 0.2920758 0.7159919 0.2922772 0.7200968 0.2943423 0.7187457 0.2894639 0.7159919 0.2922772 0.7137441 0.2947602 0.7181145 0.2965008 0.7159919 0.2922772 0.7125467 0.2901372 0.7137441 0.2947602 0.7159919 0.2922772 0.7187457 0.2894639 0.7154767 0.2864733 0.7090659 0.2878277 0.7125467 0.2901372 0.7122235 0.2833428 0.7090659 0.2878277 0.7068333 0.2914599 0.7102856 0.2931733 0.6870231 0.2426181 0.6925824 0.2483969 0.6947223 0.2387107 0.6870231 0.2426181 0.682464 0.2453707 0.6846942 0.2505133 0.6971704 0.254611 0.6925824 0.2483969 0.6889316 0.2573974 0.6971704 0.254611 0.7058518 0.2504281 0.7009353 0.2445685 0.6971704 0.254611 0.7011001 0.260633 0.7058518 0.2504281 0.6971704 0.254611 0.6889316 0.2573974 0.6934613 0.2645735 0.7045179 0.2655831 0.7011001 0.260633 0.6977156 0.2707443 0.7045179 0.2655831 0.7116875 0.2596594 0.7091087 0.2555949 0.6764667 0.2430679 0.6777993 0.2501618 0.682464 0.2453707 0.6764667 0.2430679 0.6682705 0.2387981 0.6719185 0.249221 0.681941 0.2583736 0.6777993 0.2501618 0.6757165 0.258161 0.681941 0.2583736 0.6889316 0.2573974 0.6846942 0.2505133 0.681941 0.2583736 0.6866555 0.266893 0.6889316 0.2573974 0.681941 0.2583736 0.6757165 0.258161 0.6800118 0.2671955 0.6914837 0.2742709 0.6866555 0.266893 0.6882424 0.2809026 0.6914837 0.2742709 0.6977156 0.2707443 0.6934613 0.2645735 0.6170918 0.3596279 0.6156054 0.3654248 0.617813 0.3621598 0.6203172 0.3574302 0.6186738 0.3582895 0.6195757 0.3600406 0.6203172 0.3574302 0.6212562 0.3555959 0.6206782 0.3547775 0.6170918 0.3596279 0.6186738 0.3582895 0.6190271 0.3523548 0.628714 0.3570415 0.6281552 0.3612313 0.631697 0.3559388 0.628714 0.3570415 0.6276703 0.3574575 0.6272953 0.359618 0.6263696 0.365044 0.6281552 0.3612313 0.6262703 0.3622746 0.6263696 0.365044 0.6261299 0.3688878 0.6286821 0.3631879 0.6657269 0.3726966 0.6685507 0.3810771 0.6710192 0.3769894 0.6721422 0.3699792 0.668917 0.3711682 0.6730005 0.373967 0.6721422 0.3699792 0.6717243 0.3664414 0.6693478 0.3650863 0.6657269 0.3726966 0.668917 0.3711682 0.6641137 0.3626069 0.6845044 0.3607879 0.6879733 0.3651077 0.6877469 0.3566826 0.6845044 0.3607879 0.6832489 0.3629772 0.6848189 0.3659421 0.6892113 0.3706819 0.6879733 0.3651077 0.6861444 0.369579 0.6892113 0.3706819 0.6930969 0.3720799 0.6911793 0.3646108 0.7198855 0.337916 0.7145016 0.3277339 0.7128954 0.3311864 0.7128954 0.3311864 0.7122244 0.3324859 0.7139299 0.3350502 0.719157 0.3419134 0.7167736 0.3361316 0.7158412 0.3388515 0.719157 0.3419134 0.7236934 0.3466308 0.7198855 0.337916 0.7033638 0.3453902 0.7074171 0.3538059 0.7072193 0.3474882 0.7057074 0.3392775 0.704408 0.342064 0.7072691 0.3430602 0.7057074 0.3392775 0.7047936 0.3363062 0.7031932 0.3359932 0.7033638 0.3453902 0.704408 0.342064 0.6992925 0.3352169 0.7046223 0.3036197 0.7005391 0.2986599 0.6996076 0.3028883 0.7021065 0.3082556 0.703583 0.3060667 0.6995535 0.3054194 0.7021065 0.3082556 0.7053132 0.3132926 0.7072229 0.311576 0.7046223 0.3036197 0.703583 0.3060667 0.7088351 0.3098282 0.7072229 0.311576 0.7096187 0.3185156 0.7088351 0.3098282 0.7075771 0.3191878 0.7096187 0.3185156 0.7053132 0.3132926 0.7102335 0.3245544 0.7096187 0.3185156 0.7084393 0.3231831 0.7102335 0.3245544 0.7145016 0.3277339 0.7114732 0.3181188 0.6920629 0.3202257 0.6892414 0.3141699 0.689763 0.3211414 0.6920629 0.3202257 0.6944931 0.3191963 0.6918643 0.313876 0.6882588 0.3090564 0.6892414 0.3141699 0.6905111 0.3103109 0.6882588 0.3090564 0.6840482 0.3080495 0.6865901 0.3140746 0.694378 0.3276615 0.6992925 0.3352169 0.6997345 0.3295741 0.6975989 0.3242301 0.6958436 0.3258532 0.6998726 0.3272548 0.6920629 0.3202257 0.6958436 0.3258532 0.6944931 0.3191963 0.694378 0.3276615 0.6958436 0.3258532 0.689763 0.3211414 0.6624312 0.3474293 0.6623831 0.3390334 0.6596227 0.3479394 0.6624312 0.3474293 0.6654947 0.3467412 0.6650205 0.3394449 0.6637287 0.3316578 0.6623831 0.3390334 0.6652314 0.3341575 0.6599743 0.338069 0.6623831 0.3390334 0.6603597 0.3272227 0.6615406 0.3552367 0.6641137 0.3626069 0.6668249 0.3572304 0.6667341 0.3521518 0.663971 0.3536013 0.6681026 0.3550288 0.6667341 0.3521518 0.6654947 0.3467412 0.6624312 0.3474293 0.6624312 0.3474293 0.6596227 0.3479394 0.6615406 0.3552367 0.6765863 0.3289547 0.6804047 0.3349458 0.6784949 0.3238071 0.6779766 0.3360574 0.6804047 0.3349458 0.6759002 0.3315969 0.6779766 0.3360574 0.6802091 0.3428195 0.683302 0.3424896 0.6824963 0.3336789 0.6804047 0.3349458 0.6861695 0.3423588 0.683302 0.3424896 0.684073 0.3489003 0.6861695 0.3423588 0.683302 0.3424896 0.6802091 0.3428195 0.680976 0.3485946 0.682803 0.3536072 0.684073 0.3489003 0.680771 0.3520461 0.682803 0.3536072 0.6877469 0.3566826 0.6869984 0.349646 0.6217408 0.3378199 0.6250811 0.3307806 0.619799 0.3372452 0.6217408 0.3378199 0.6239804 0.3384932 0.6266585 0.3321417 0.6291261 0.3255978 0.6250811 0.3307806 0.6290843 0.3281517 0.6239466 0.3292537 0.6250811 0.3307806 0.6287429 0.3203034 0.6190444 0.3449198 0.6190271 0.3523548 0.6215868 0.3493591 0.6227956 0.3443109 0.6207829 0.3444593 0.622821 0.3477632 0.6227956 0.3443109 0.6239804 0.3384932 0.6217408 0.3378199 0.6190444 0.3449198 0.6207829 0.3444593 0.619799 0.3372452 0.6412677 0.3352689 0.6425952 0.3261759 0.6391355 0.3297349 0.6374437 0.3357759 0.6394883 0.3357097 0.6377426 0.3314803 0.6374437 0.3357759 0.6360135 0.3419623 0.6382043 0.3426179 0.6412677 0.3352689 0.6394883 0.3357097 0.6400589 0.3432099 0.6382043 0.3426179 0.6351051 0.3483014 0.6400589 0.3432099 0.6335699 0.3470928 0.6351051 0.3483014 0.6360135 0.3419623 0.6314687 0.3518657 0.6351051 0.3483014 0.6314309 0.3499028 0.6314687 0.3518657 0.631697 0.3559388 0.636179 0.3496897 0.6358556 0.2935989 0.6333741 0.300038 0.6344159 0.3007605 0.6344159 0.3007605 0.6358922 0.30171 0.6379423 0.2963466 0.6391808 0.2918719 0.6366908 0.2949984 0.6394855 0.2937585 0.6391808 0.2918719 0.6373927 0.2899874 0.6358556 0.2935989 0.6496402 0.2958841 0.6504187 0.3004333 0.6523697 0.2969956 0.6483426 0.3005868 0.6504187 0.3004333 0.6482645 0.2972062 0.6483426 0.3005868 0.6471228 0.3065551 0.649251 0.3068774 0.649251 0.3068774 0.6510095 0.3069663 0.652162 0.2998582 0.632114 0.3170014 0.6326503 0.3092466 0.6287429 0.3203034 0.6341877 0.309293 0.6326503 0.3092466 0.6335081 0.3148096 0.6344159 0.3007605 0.6326503 0.3092466 0.6358922 0.30171 0.6314443 0.3097522 0.6326503 0.3092466 0.6333741 0.300038 0.649251 0.3068774 0.6458391 0.3150308 0.6510095 0.3069663 0.649251 0.3068774 0.6471228 0.3065551 0.6443539 0.3139142 0.6443539 0.3139142 0.641848 0.3187252 0.6417648 0.3215377 0.6468315 0.3162403 0.6458391 0.3150308 0.6425952 0.3261759 0.6537131 0.3004583 0.6558761 0.3079058 0.6576421 0.3083261 0.6576421 0.3083261 0.6597144 0.3083229 0.657681 0.3017717 0.6550604 0.2960824 0.6555261 0.3014271 0.6569644 0.2976522 0.6550604 0.2960824 0.6523697 0.2969956 0.6537131 0.3004583 0.6733972 0.2943242 0.6724342 0.2908169 0.6693697 0.2904657 0.6701204 0.2964555 0.6720206 0.2953271 0.6685269 0.2927684 0.6701204 0.2964555 0.6717408 0.3035762 0.6738364 0.302955 0.6738364 0.302955 0.6755003 0.30261 0.6733972 0.2943242 0.6626458 0.3221123 0.6599747 0.3160839 0.6603597 0.3272227 0.6617557 0.3152144 0.6599747 0.3160839 0.6633033 0.3195964 0.6576421 0.3083261 0.6599747 0.3160839 0.6597144 0.3083229 0.6585426 0.3169978 0.6599747 0.3160839 0.6558761 0.3079058 0.6738364 0.302955 0.6748736 0.3120059 0.6755003 0.30261 0.6727675 0.3116309 0.6748736 0.3120059 0.6717408 0.3035762 0.6745617 0.3195286 0.6748736 0.3120059 0.6729791 0.3170424 0.6766812 0.3129442 0.6748736 0.3120059 0.6784949 0.3238071 0.6910877 0.2840917 0.6882424 0.2809026 0.6852745 0.2824956 0.6876468 0.2872175 0.6895468 0.285653 0.6850562 0.2847988 0.6876468 0.2872175 0.690796 0.2911536 0.6933619 0.2902067 0.6933619 0.2902067 0.6958236 0.2894415 0.6910877 0.2840917 0.6746738 0.2948185 0.6782574 0.3011555 0.6796294 0.2997255 0.6796294 0.2997255 0.6811762 0.2981105 0.6783525 0.2941254 0.6747046 0.2896482 0.6765115 0.2947278 0.6766749 0.2908141 0.6747046 0.2896482 0.6724342 0.2908169 0.6746738 0.2948185 0.6933619 0.2902067 0.6955617 0.2942976 0.6958236 0.2894415 0.6928856 0.2947895 0.6955617 0.2942976 0.690796 0.2911536 0.6959065 0.2976493 0.6955617 0.2942976 0.6937911 0.2971 0.6959065 0.2976493 0.7005391 0.2986599 0.6982902 0.2941157 0.6813264 0.3046544 0.6840482 0.3080495 0.685166 0.3036844 0.6837643 0.3006975 0.6824126 0.3026273 0.6854949 0.3019675 0.6796294 0.2997255 0.6824126 0.3026273 0.6811762 0.2981105 0.6813264 0.3046544 0.6824126 0.3026273 0.6782574 0.3011555 0.6408494 0.2654104 0.6432495 0.2752379 0.6437951 0.2655141 0.6408494 0.2654104 0.638006 0.2648519 0.6395466 0.2719849 0.6446539 0.2826117 0.6432495 0.2752379 0.6412192 0.2774584 0.6469374 0.2770914 0.6432495 0.2752379 0.6523697 0.2969956 0.6416046 0.2549504 0.6399053 0.2443303 0.6374008 0.2492695 0.6368619 0.2574577 0.6391643 0.2561032 0.6361678 0.2526021 0.6408494 0.2654104 0.6391643 0.2561032 0.638006 0.2648519 0.6408494 0.2654104 0.6437951 0.2655141 0.6416046 0.2549504 0.6370368 0.2833605 0.6359488 0.2847245 0.6373927 0.2899874 0.6342549 0.2827574 0.6359488 0.2847245 0.6346655 0.2775607 0.6364895 0.2887564 0.6359488 0.2847245 0.6343455 0.2900684 0.6528474 0.2807535 0.6492754 0.2737563 0.6523697 0.2969956 0.6514464 0.2689329 0.6492754 0.2737563 0.6535542 0.2743636 0.6514464 0.2689329 0.6490366 0.2619152 0.6463298 0.2640233 0.6469374 0.2770914 0.6492754 0.2737563 0.6437951 0.2655141 0.6416046 0.2549504 0.6437951 0.2655141 0.6463298 0.2640233 0.6471626 0.2545084 0.6441648 0.2547317 0.6490366 0.2619152 0.6438812 0.2475933 0.6441648 0.2547317 0.6465808 0.2495595 0.6438812 0.2475933 0.6399053 0.2443303 0.6416046 0.2549504 0.6697766 0.257381 0.6728593 0.265085 0.6757165 0.258161 0.6697766 0.257381 0.6644732 0.2568684 0.6664138 0.2629783 0.6744779 0.271273 0.6728593 0.265085 0.6687135 0.2677425 0.6744779 0.271273 0.6882424 0.2809026 0.6800118 0.2671955 0.6719185 0.249221 0.6682705 0.2387981 0.6642561 0.2435394 0.6628641 0.2504566 0.6670727 0.2495693 0.6619045 0.2461708 0.6697766 0.257381 0.6670727 0.2495693 0.6644732 0.2568684 0.6697766 0.257381 0.6757165 0.258161 0.6719185 0.249221 0.7936931 0.1949869 0.7939368 0.1932692 0.7911992 0.1932437 0.7911992 0.1932437 0.7880749 0.1932499 0.7890245 0.1950969 0.7890245 0.1950969 0.7890069 0.1962546 0.7911635 0.1962193 0.7936931 0.1949869 0.791222 0.1950157 0.7936133 0.1962304 0.7935299 0.1975402 0.7936133 0.1962304 0.7911635 0.1962193 0.7889697 0.1974133 0.7911061 0.1974629 0.7890069 0.1962546 0.7889697 0.1974133 0.7880616 0.1991783 0.7909985 0.1991801 0.7909985 0.1991801 0.7935703 0.1992689 0.7935299 0.1975402 0.7653984 0.1885181 0.7642993 0.192525 0.769086 0.1908761 0.7653984 0.1885181 0.7622113 0.1862165 0.7607207 0.1913762 0.7644108 0.1964858 0.7642993 0.192525 0.7608471 0.1966484 0.7644108 0.1964858 0.7675507 0.1966584 0.7675505 0.1937927 0.7644108 0.1964858 0.7650268 0.2004083 0.7675507 0.1966584 0.7644108 0.1964858 0.7608471 0.1966484 0.761917 0.2014999 0.761917 0.2014999 0.7647089 0.2058196 0.767054 0.2041534 0.767054 0.2041534 0.7697701 0.202775 0.7678687 0.199686 0.7595084 0.1844757 0.7571161 0.1908985 0.7622113 0.1862165 0.7530434 0.1910333 0.7571161 0.1908985 0.7556338 0.1817687 0.7530434 0.1910333 0.752568 0.1986481 0.7569389 0.1976181 0.7569389 0.1976181 0.7608471 0.1966484 0.7607207 0.1913762 0.761917 0.2014999 0.7608471 0.1966484 0.7569389 0.1976181 0.7569389 0.1976181 0.752568 0.1986481 0.7546166 0.205088 0.7624239 0.2081421 0.758583 0.2034236 0.7585704 0.2122675 0.761917 0.2014999 0.758583 0.2034236 0.7647089 0.2058196 0.7208698 0.1902456 0.7243357 0.1974844 0.7296037 0.1928566 0.7208698 0.1902456 0.7111687 0.1879283 0.7175045 0.1949989 0.7264739 0.2041611 0.7243357 0.1974844 0.7220721 0.2028342 0.7264739 0.2041611 0.7315366 0.2058072 0.7310734 0.1999824 0.7963473 0.2065239 0.7945402 0.2047243 0.7934988 0.2068423 0.7934988 0.2068423 0.7928059 0.208561 0.7945752 0.209711 0.7945752 0.209711 0.7957705 0.2111616 0.7966739 0.2094125 0.7963473 0.2065239 0.7954269 0.2079494 0.7975038 0.2079917 0.7973753 0.1814981 0.796199 0.1834261 0.7992603 0.1827449 0.7945296 0.1819568 0.796199 0.1834261 0.7951596 0.1803534 0.7945296 0.1819568 0.7929387 0.1831703 0.7940822 0.1848288 0.7940822 0.1848288 0.7955293 0.1871474 0.7977911 0.1848456 0.7404313 0.184722 0.737716 0.1903586 0.7438309 0.1871145 0.7404313 0.184722 0.7357448 0.181881 0.7326874 0.1874008 0.7367842 0.1964977 0.737716 0.1903586 0.7296037 0.1928566 0.7367842 0.1964977 0.742287 0.1983678 0.7427554 0.1918638 0.7367842 0.1964977 0.7376244 0.2025052 0.742287 0.1983678 0.7367842 0.1964977 0.7296037 0.1928566 0.7310734 0.1999824 0.7379209 0.2080916 0.7376244 0.2025052 0.7315366 0.2058072 0.7379209 0.2080916 0.7446416 0.2101943 0.7438494 0.2044971 0.7530434 0.1910333 0.7556338 0.1817687 0.7481122 0.1849975 0.7427554 0.1918638 0.7480604 0.1917219 0.7438309 0.1871145 0.7427554 0.1918638 0.742287 0.1983678 0.7476162 0.1989913 0.7530434 0.1910333 0.7480604 0.1917219 0.752568 0.1986481 0.7476162 0.1989913 0.7496094 0.2054019 0.752568 0.1986481 0.7476162 0.1989913 0.742287 0.1983678 0.7438494 0.2044971 0.750713 0.2112956 0.7496094 0.2054019 0.7446416 0.2101943 0.750713 0.2112956 0.7585704 0.2122675 0.7546166 0.205088 0.6206782 0.3547775 0.6228712 0.3537229 0.6190271 0.3523548 0.6206782 0.3547775 0.6212562 0.3555959 0.6227383 0.3552684 0.6251479 0.3541156 0.6228712 0.3537229 0.6246677 0.3556916 0.6251479 0.3541156 0.6255465 0.3529162 0.6229724 0.3524931 0.6251479 0.3541156 0.6274036 0.3549457 0.6255465 0.3529162 0.6265809 0.3563367 0.6274036 0.3549457 0.6246677 0.3556916 0.6265809 0.3563367 0.6276703 0.3574575 0.628714 0.3570415 0.628714 0.3570415 0.631697 0.3559388 0.6281101 0.3538588 0.6263696 0.365044 0.624 0.3660083 0.6261299 0.3688878 0.6263696 0.365044 0.6262703 0.3622746 0.6249244 0.3619384 0.6214318 0.3653486 0.624 0.3660083 0.6228554 0.3613374 0.6214318 0.3653486 0.619828 0.3697512 0.6230359 0.3704894 0.6169342 0.3684311 0.619828 0.3697512 0.6214318 0.3653486 0.6208673 0.3605284 0.6190509 0.3642893 0.6228554 0.3613374 0.6208673 0.3605284 0.6195757 0.3600406 0.617813 0.3621598 0.6169342 0.3684311 0.6190509 0.3642893 0.6156054 0.3654248 0.6249244 0.3619384 0.6262703 0.3622746 0.6272953 0.359618 0.6265809 0.3563367 0.6257696 0.358691 0.6276703 0.3574575 0.6265809 0.3563367 0.6246677 0.3556916 0.6239188 0.3581086 0.6249244 0.3619384 0.6257696 0.358691 0.6228554 0.3613374 0.6239188 0.3581086 0.6220834 0.3575291 0.6228554 0.3613374 0.6239188 0.3581086 0.6246677 0.3556916 0.6227383 0.3552684 0.6203172 0.3574302 0.6220834 0.3575291 0.6212562 0.3555959 0.6203172 0.3574302 0.6195757 0.3600406 0.6208673 0.3605284 0.6291261 0.3255978 0.6321982 0.3245277 0.6287429 0.3203034 0.6291261 0.3255978 0.6290843 0.3281517 0.6312552 0.3277215 0.6312552 0.3277215 0.6337972 0.3286094 0.6347725 0.3256018 0.6327043 0.3225052 0.6321982 0.3245277 0.6353623 0.3237955 0.6380941 0.3250777 0.6353623 0.3237955 0.6347725 0.3256018 0.6362618 0.3297334 0.6373243 0.3268516 0.6337972 0.3286094 0.6362618 0.3297334 0.6377426 0.3314803 0.6391355 0.3297349 0.6380941 0.3250777 0.6373243 0.3268516 0.6425952 0.3261759 0.6314687 0.3518657 0.6285731 0.3524165 0.631697 0.3559388 0.6314687 0.3518657 0.6314309 0.3499028 0.6293783 0.3500632 0.6260502 0.3516292 0.6285731 0.3524165 0.6268691 0.3494427 0.6260502 0.3516292 0.6255465 0.3529162 0.6281101 0.3538588 0.6260502 0.3516292 0.623532 0.3511795 0.6255465 0.3529162 0.6260502 0.3516292 0.6268691 0.3494427 0.6243827 0.3489036 0.6243827 0.3489036 0.622821 0.3477632 0.6215868 0.3493591 0.6215868 0.3493591 0.6190271 0.3523548 0.6229724 0.3524931 0.6335699 0.3470928 0.6311119 0.3462437 0.6314309 0.3499028 0.6335699 0.3470928 0.6360135 0.3419623 0.6331498 0.3411797 0.6282134 0.3455448 0.6311119 0.3462437 0.6299664 0.3403027 0.6282134 0.3455448 0.6268691 0.3494427 0.6293783 0.3500632 0.6282134 0.3455448 0.6253569 0.3447867 0.6268691 0.3494427 0.6282134 0.3455448 0.6299664 0.3403027 0.6268162 0.3393641 0.6268162 0.3393641 0.6239804 0.3384932 0.6227956 0.3443109 0.6243827 0.3489036 0.6253569 0.3447867 0.622821 0.3477632 0.6374437 0.3357759 0.6348684 0.3350929 0.6360135 0.3419623 0.6362618 0.3297334 0.6348684 0.3350929 0.6377426 0.3314803 0.6362618 0.3297334 0.6337972 0.3286094 0.6320114 0.3340836 0.6320114 0.3340836 0.6299664 0.3403027 0.6331498 0.3411797 0.6320114 0.3340836 0.6291217 0.3331713 0.6299664 0.3403027 0.6320114 0.3340836 0.6337972 0.3286094 0.6312552 0.3277215 0.6266585 0.3321417 0.6291217 0.3331713 0.6290843 0.3281517 0.6266585 0.3321417 0.6239804 0.3384932 0.6268162 0.3393641 0.6417648 0.3215377 0.6386097 0.3230419 0.6425952 0.3261759 0.6417648 0.3215377 0.641848 0.3187252 0.6396222 0.3194439 0.6396222 0.3194439 0.6370746 0.3184751 0.6359912 0.3219252 0.6380941 0.3250777 0.6386097 0.3230419 0.6353623 0.3237955 0.6327043 0.3225052 0.6353623 0.3237955 0.6359912 0.3219252 0.6347325 0.317092 0.6335268 0.3205697 0.6370746 0.3184751 0.6347325 0.317092 0.6335081 0.3148096 0.632114 0.3170014 0.6327043 0.3225052 0.6335268 0.3205697 0.6287429 0.3203034 0.6391808 0.2918719 0.6415915 0.2912927 0.6373927 0.2899874 0.6391808 0.2918719 0.6394855 0.2937585 0.6412965 0.2937087 0.6412965 0.2937087 0.6436754 0.2945814 0.6441826 0.2921705 0.6407768 0.2884432 0.6415915 0.2912927 0.6434822 0.2893282 0.6466379 0.2905575 0.6434822 0.2893282 0.6441826 0.2921705 0.6464204 0.2956795 0.6472135 0.2934154 0.6436754 0.2945814 0.6464204 0.2956795 0.6482645 0.2972062 0.6496402 0.2958841 0.6466379 0.2905575 0.6472135 0.2934154 0.6523697 0.2969956 0.6442549 0.305766 0.6471228 0.3065551 0.6483426 0.3005868 0.6464204 0.2956795 0.6456007 0.2998972 0.6482645 0.2972062 0.6464204 0.2956795 0.6436754 0.2945814 0.6426698 0.2987653 0.6442549 0.305766 0.6456007 0.2998972 0.6411318 0.3045915 0.6382375 0.3031132 0.6411318 0.3045915 0.6426698 0.2987653 0.6412965 0.2937087 0.6400261 0.297592 0.6436754 0.2945814 0.6379423 0.2963466 0.6400261 0.297592 0.6394855 0.2937585 0.6382375 0.3031132 0.6400261 0.297592 0.6358922 0.30171 0.6443539 0.3139142 0.641883 0.3129834 0.641848 0.3187252 0.6442549 0.305766 0.641883 0.3129834 0.6471228 0.3065551 0.6442549 0.305766 0.6411318 0.3045915 0.6390274 0.3119294 0.6396222 0.3194439 0.641883 0.3129834 0.6370746 0.3184751 0.6347325 0.317092 0.6370746 0.3184751 0.6390274 0.3119294 0.6382375 0.3031132 0.6363878 0.3104432 0.6411318 0.3045915 0.6382375 0.3031132 0.6358922 0.30171 0.6341877 0.309293 0.6347325 0.317092 0.6363878 0.3104432 0.6335081 0.3148096 0.6466379 0.2905575 0.6523697 0.2969956 0.6446539 0.2826117 0.6446539 0.2826117 0.6412192 0.2774584 0.6394837 0.277414 0.6394837 0.277414 0.6377425 0.2773253 0.6408653 0.2838498 0.6466379 0.2905575 0.6433516 0.2845581 0.6434822 0.2893282 0.6407768 0.2884432 0.6434822 0.2893282 0.6408653 0.2838498 0.6362115 0.2771067 0.638718 0.2832598 0.6377425 0.2773253 0.6362115 0.2771067 0.6346655 0.2775607 0.6370368 0.2833605 0.6370368 0.2833605 0.6373927 0.2899874 0.6407768 0.2884432 0.7243689 0.1391076 0.7252565 0.1434952 0.7306089 0.1394778 0.7350495 0.1321602 0.729753 0.1356127 0.7360023 0.13532 0.7350495 0.1321602 0.7339532 0.1290652 0.7294457 0.1317228 0.7243689 0.1391076 0.729753 0.1356127 0.7244716 0.1346855 0.6352331 0.2420773 0.6313919 0.241344 0.6316927 0.2466679 0.6342758 0.251939 0.6347648 0.2468621 0.631298 0.2510334 0.6342758 0.251939 0.6361678 0.2526021 0.6374008 0.2492695 0.6352331 0.2420773 0.6347648 0.2468621 0.6399053 0.2443303 0.6394837 0.277414 0.6412192 0.2774584 0.6395466 0.2719849 0.6357783 0.2649786 0.6371636 0.2711219 0.638006 0.2648519 0.6357783 0.2649786 0.6339592 0.2653823 0.6355247 0.2713444 0.6394837 0.277414 0.6371636 0.2711219 0.6377425 0.2773253 0.6362115 0.2771067 0.6377425 0.2773253 0.6355247 0.2713444 0.6323411 0.2656549 0.6340539 0.2713481 0.6339592 0.2653823 0.6323411 0.2656549 0.6307973 0.2660018 0.6325979 0.2713626 0.6362115 0.2771067 0.6340539 0.2713481 0.6346655 0.2775607 0.6357783 0.2649786 0.638006 0.2648519 0.6368619 0.2574577 0.6342758 0.251939 0.6347147 0.2582811 0.6361678 0.2526021 0.6327935 0.2589142 0.6347147 0.2582811 0.631298 0.2510334 0.6357783 0.2649786 0.6347147 0.2582811 0.6339592 0.2653823 0.6323411 0.2656549 0.6339592 0.2653823 0.6327935 0.2589142 0.6302674 0.253609 0.631169 0.2596979 0.631298 0.2510334 0.6296553 0.2606583 0.631169 0.2596979 0.6288427 0.2553235 0.6323411 0.2656549 0.631169 0.2596979 0.6307973 0.2660018 0.7442286 0.2949025 0.7462225 0.2943253 0.7454765 0.2911723 0.7454765 0.2911723 0.7444057 0.2868446 0.7416352 0.2891199 0.7416352 0.2891199 0.7395128 0.2898557 0.7410178 0.2927263 0.7442286 0.2949025 0.7429715 0.2920584 0.7426857 0.295487 0.7413752 0.2959994 0.7426857 0.295487 0.7410178 0.2927263 0.737886 0.2905073 0.7394924 0.2933224 0.7395128 0.2898557 0.737886 0.2905073 0.7350727 0.2906923 0.7375201 0.2942573 0.7413752 0.2959994 0.7394924 0.2933224 0.7396947 0.2969042 0.7354617 0.2632989 0.7398928 0.2636452 0.7399697 0.2592613 0.7399697 0.2592613 0.74026 0.255284 0.7345771 0.2548879 0.7345771 0.2548879 0.7294866 0.2563588 0.7307792 0.2604481 0.7354617 0.2632989 0.7350381 0.259144 0.731934 0.2644915 0.7279818 0.2664448 0.731934 0.2644915 0.7307792 0.2604481 0.7238194 0.2595242 0.7259339 0.2629845 0.7294866 0.2563588 0.7238194 0.2595242 0.7175406 0.2643646 0.7203842 0.2672278 0.7279818 0.2664448 0.7259339 0.2629845 0.7236177 0.2706844 0.7411139 0.2514164 0.7343899 0.2508797 0.74026 0.255284 0.7335935 0.2468194 0.7343899 0.2508797 0.7424829 0.2449797 0.7335935 0.2468194 0.7263729 0.2492089 0.7280218 0.2527807 0.7345771 0.2548879 0.7343899 0.2508797 0.7294866 0.2563588 0.7238194 0.2595242 0.7294866 0.2563588 0.7280218 0.2527807 0.7190217 0.2538451 0.7214011 0.2567517 0.7263729 0.2492089 0.7190217 0.2538451 0.7116875 0.2596594 0.7145699 0.2622122 0.7238194 0.2595242 0.7214011 0.2567517 0.7175406 0.2643646 0.716763 0.2272613 0.7207768 0.2244728 0.7166121 0.2202565 0.7090929 0.2178679 0.7126081 0.2224676 0.713122 0.2163327 0.7090929 0.2178679 0.7031854 0.2178266 0.7065636 0.2248838 0.716763 0.2272613 0.7126081 0.2224676 0.7110928 0.2299584 0.7032458 0.2341328 0.7110928 0.2299584 0.7065636 0.2248838 0.6915484 0.2238215 0.6972953 0.2288934 0.7031854 0.2178266 0.6915484 0.2238215 0.6795945 0.2272646 0.6875762 0.2335486 0.7032458 0.2341328 0.6972953 0.2288934 0.6947223 0.2387107 0.7337972 0.3045487 0.7340445 0.3012661 0.7303042 0.301641 0.7303042 0.301641 0.7273465 0.3018338 0.7284269 0.3035495 0.7284269 0.3035495 0.7290585 0.3052485 0.7312629 0.3064689 0.7337972 0.3045487 0.7311847 0.3040919 0.7334827 0.3073129 0.7574456 0.2953451 0.7560507 0.2942212 0.7560435 0.2974416 0.7574456 0.2953451 0.7590143 0.292932 0.7581534 0.292322 0.7581534 0.292322 0.7576787 0.2905572 0.7551092 0.2919753 0.7551092 0.2919753 0.7521686 0.2938792 0.7542743 0.2959908 0.7275117 0.2376216 0.7319872 0.2342247 0.7262911 0.229274 0.716763 0.2272613 0.7221975 0.2324429 0.7207768 0.2244728 0.716763 0.2272613 0.7110928 0.2299584 0.7165963 0.2353177 0.7275117 0.2376216 0.7221975 0.2324429 0.7215746 0.2405236 0.7141706 0.2452624 0.7215746 0.2405236 0.7165963 0.2353177 0.7032458 0.2341328 0.7092244 0.2397842 0.7110928 0.2299584 0.7032458 0.2341328 0.6947223 0.2387107 0.7009353 0.2445685 0.7141706 0.2452624 0.7092244 0.2397842 0.7058518 0.2504281 0.7335935 0.2468194 0.7424829 0.2449797 0.7366976 0.2388893 0.7275117 0.2376216 0.7313055 0.2424069 0.7319872 0.2342247 0.7275117 0.2376216 0.7215746 0.2405236 0.7245287 0.2451387 0.7245287 0.2451387 0.7263729 0.2492089 0.7335935 0.2468194 0.7245287 0.2451387 0.717024 0.2499823 0.7263729 0.2492089 0.7245287 0.2451387 0.7215746 0.2405236 0.7141706 0.2452624 0.7141706 0.2452624 0.7058518 0.2504281 0.7091087 0.2555949 0.7091087 0.2555949 0.7116875 0.2596594 0.7190217 0.2538451 0.7031932 0.3359932 0.7045325 0.3328613 0.6992925 0.3352169 0.7031932 0.3359932 0.7047936 0.3363062 0.7059993 0.3345421 0.7071629 0.3313653 0.7045325 0.3328613 0.7081071 0.333306 0.7034003 0.3316198 0.7045325 0.3328613 0.7064535 0.3299998 0.7095361 0.3287036 0.7064535 0.3299998 0.7071629 0.3313653 0.7071629 0.3313653 0.7081071 0.333306 0.7102338 0.3322839 0.7102338 0.3322839 0.7122244 0.3324859 0.7128954 0.3311864 0.7095361 0.3287036 0.7098211 0.3302024 0.7145016 0.3277339 0.719157 0.3419134 0.7177464 0.3454071 0.7236934 0.3466308 0.719157 0.3419134 0.7158412 0.3388515 0.7140914 0.3396806 0.7143234 0.3474003 0.7177464 0.3454071 0.7116289 0.3410416 0.7143234 0.3474003 0.7173387 0.3546362 0.7219943 0.3518438 0.7143234 0.3474003 0.7106693 0.3486804 0.7173387 0.3546362 0.7143234 0.3474003 0.7116289 0.3410416 0.7090772 0.3421986 0.7090772 0.3421986 0.7072691 0.3430602 0.7072193 0.3474882 0.7122775 0.3560891 0.7106693 0.3486804 0.7074171 0.3538059 0.7139299 0.3350502 0.7116222 0.3353748 0.7158412 0.3388515 0.7102338 0.3322839 0.7116222 0.3353748 0.7122244 0.3324859 0.7095763 0.3364375 0.7116222 0.3353748 0.7081071 0.333306 0.7095763 0.3364375 0.7116289 0.3410416 0.7140914 0.3396806 0.7095763 0.3364375 0.7075174 0.3375701 0.7116289 0.3410416 0.7095763 0.3364375 0.7081071 0.333306 0.7059993 0.3345421 0.7057074 0.3392775 0.7075174 0.3375701 0.7047936 0.3363062 0.7057074 0.3392775 0.7072691 0.3430602 0.7090772 0.3421986 0.6882588 0.3090564 0.6899949 0.3062553 0.6840482 0.3080495 0.6882588 0.3090564 0.6905111 0.3103109 0.6919435 0.3085743 0.6919435 0.3085743 0.6944569 0.3071267 0.6930953 0.3046045 0.6887051 0.3047966 0.6899949 0.3062553 0.6922608 0.3030412 0.6956195 0.3011071 0.6922608 0.3030412 0.6930953 0.3046045 0.6971672 0.3057837 0.6962056 0.3029416 0.6944569 0.3071267 0.6971672 0.3057837 0.6995535 0.3054194 0.6996076 0.3028883 0.6956195 0.3011071 0.6962056 0.3029416 0.7005391 0.2986599 0.7102335 0.3245544 0.7085306 0.3273614 0.7145016 0.3277339 0.7102335 0.3245544 0.7084393 0.3231831 0.7070053 0.3249917 0.7056885 0.3285939 0.7085306 0.3273614 0.7045084 0.3261828 0.7095361 0.3287036 0.7085306 0.3273614 0.7064535 0.3299998 0.7034003 0.3316198 0.7064535 0.3299998 0.7056885 0.3285939 0.7020458 0.3272041 0.7028864 0.3299096 0.7045084 0.3261828 0.7020458 0.3272041 0.6998726 0.3272548 0.6997345 0.3295741 0.7034003 0.3316198 0.7028864 0.3299096 0.6992925 0.3352169 0.7075771 0.3191878 0.7051613 0.3204107 0.7084393 0.3231831 0.7075771 0.3191878 0.7053132 0.3132926 0.7028083 0.3149467 0.702553 0.3218014 0.7051613 0.3204107 0.700001 0.3165063 0.702553 0.3218014 0.7045084 0.3261828 0.7070053 0.3249917 0.7020458 0.3272041 0.7045084 0.3261828 0.702553 0.3218014 0.6971842 0.3179397 0.6999339 0.322977 0.700001 0.3165063 0.6971842 0.3179397 0.6944931 0.3191963 0.6975989 0.3242301 0.7020458 0.3272041 0.6999339 0.322977 0.6998726 0.3272548 0.7028083 0.3149467 0.7053132 0.3132926 0.7021065 0.3082556 0.6971672 0.3057837 0.6997559 0.3099282 0.6995535 0.3054194 0.6971672 0.3057837 0.6944569 0.3071267 0.6970306 0.3113544 0.7028083 0.3149467 0.6997559 0.3099282 0.700001 0.3165063 0.6971842 0.3179397 0.700001 0.3165063 0.6970306 0.3113544 0.6919435 0.3085743 0.6944303 0.3128039 0.6944569 0.3071267 0.6918643 0.313876 0.6944303 0.3128039 0.6905111 0.3103109 0.6971842 0.3179397 0.6944303 0.3128039 0.6944931 0.3191963 0.6956195 0.3011071 0.7005391 0.2986599 0.6959065 0.2976493 0.6959065 0.2976493 0.6937911 0.2971 0.6922461 0.2985821 0.6922461 0.2985821 0.689887 0.2999899 0.6912679 0.3016903 0.6956195 0.3011071 0.694157 0.2999856 0.6922608 0.3030412 0.6887051 0.3047966 0.6922608 0.3030412 0.6912679 0.3016903 0.6874969 0.3012293 0.6881942 0.3031477 0.689887 0.2999899 0.6874969 0.3012293 0.6854949 0.3019675 0.685166 0.3036844 0.6887051 0.3047966 0.6881942 0.3031477 0.6840482 0.3080495 0.6747046 0.2896482 0.675854 0.2865008 0.6724342 0.2908169 0.6747046 0.2896482 0.6766749 0.2908141 0.6776026 0.2889901 0.6786301 0.2844333 0.675854 0.2865008 0.6797826 0.287083 0.673191 0.2844471 0.675854 0.2865008 0.6762164 0.281534 0.6794839 0.2793789 0.6762164 0.281534 0.6786301 0.2844333 0.6786301 0.2844333 0.6797826 0.287083 0.6825248 0.2853429 0.6825248 0.2853429 0.6850562 0.2847988 0.6852745 0.2824956 0.6794839 0.2793789 0.6817029 0.2825937 0.6882424 0.2809026 0.688022 0.2924638 0.690796 0.2911536 0.6876468 0.2872175 0.6825248 0.2853429 0.6850282 0.2887886 0.6850562 0.2847988 0.6825248 0.2853429 0.6797826 0.287083 0.6823323 0.2905037 0.688022 0.2924638 0.6850282 0.2887886 0.6853455 0.2941253 0.6823323 0.2905037 0.6801999 0.2925 0.6853455 0.2941253 0.6823323 0.2905037 0.6797826 0.287083 0.6776026 0.2889901 0.6783525 0.2941254 0.6801999 0.2925 0.6766749 0.2908141 0.6783525 0.2941254 0.6811762 0.2981105 0.6830726 0.2961257 0.6928856 0.2947895 0.6903145 0.2959016 0.6937911 0.2971 0.6928856 0.2947895 0.690796 0.2911536 0.688022 0.2924638 0.6878883 0.2973778 0.6903145 0.2959016 0.6853455 0.2941253 0.6878883 0.2973778 0.689887 0.2999899 0.6922461 0.2985821 0.6874969 0.3012293 0.689887 0.2999899 0.6878883 0.2973778 0.6878883 0.2973778 0.6853455 0.2941253 0.6830726 0.2961257 0.6830726 0.2961257 0.6811762 0.2981105 0.6837643 0.3006975 0.6874969 0.3012293 0.6856473 0.298962 0.6854949 0.3019675 0.6794839 0.2793789 0.6882424 0.2809026 0.6744779 0.271273 0.6655982 0.2688978 0.6727891 0.2745368 0.6687135 0.2677425 0.6655982 0.2688978 0.6616165 0.2719792 0.6698831 0.2773644 0.6794839 0.2793789 0.6727891 0.2745368 0.6762164 0.281534 0.6572247 0.2406588 0.6608353 0.2411807 0.6594941 0.2365133 0.6572247 0.2406588 0.6541154 0.2450778 0.6588655 0.2453588 0.6642561 0.2435394 0.6608353 0.2411807 0.6619045 0.2461708 0.6642561 0.2435394 0.6682705 0.2387981 0.6629176 0.2366786 0.6655982 0.2688978 0.6687135 0.2677425 0.6664138 0.2629783 0.6601585 0.2574579 0.6618904 0.2632923 0.6644732 0.2568684 0.658295 0.2648118 0.6618904 0.2632923 0.6563335 0.2587054 0.658295 0.2648118 0.6616165 0.2719792 0.6655982 0.2688978 0.6601585 0.2574579 0.6644732 0.2568684 0.6628641 0.2504566 0.6588655 0.2453588 0.658895 0.2511323 0.6619045 0.2461708 0.6549755 0.2519695 0.658895 0.2511323 0.6541154 0.2450778 0.6549755 0.2519695 0.6563335 0.2587054 0.6601585 0.2574579 0.7894286 0.2402197 0.7888751 0.2418923 0.7919408 0.2414696 0.7894286 0.2402197 0.786121 0.2387816 0.7863847 0.2409636 0.7863847 0.2409636 0.7859683 0.2421352 0.7884209 0.2430444 0.7912698 0.242935 0.7888751 0.2418923 0.7908569 0.243989 0.7904218 0.2451287 0.7908569 0.243989 0.7884209 0.2430444 0.7854843 0.2434104 0.7879556 0.2443236 0.7859683 0.2421352 0.7854843 0.2434104 0.7837159 0.2451141 0.7871572 0.2461861 0.7904218 0.2451287 0.7879556 0.2443236 0.7898688 0.2468878 0.7638499 0.2298193 0.7673448 0.2279435 0.7647434 0.2257911 0.7647434 0.2257911 0.7627736 0.2232027 0.7590068 0.2261329 0.7590068 0.2261329 0.7565798 0.2297497 0.7595103 0.2310729 0.7638499 0.2298193 0.7615158 0.2282601 0.7620686 0.2321984 0.7607539 0.2349909 0.7620686 0.2321984 0.7595103 0.2310729 0.7544273 0.2339488 0.7577946 0.2343059 0.7565798 0.2297497 0.7544273 0.2339488 0.7538977 0.2394318 0.7574156 0.2388011 0.7574156 0.2388011 0.7611924 0.2390543 0.7607539 0.2349909 0.7611194 0.2189661 0.7560835 0.2225399 0.7627736 0.2232027 0.7611194 0.2189661 0.7585704 0.2122675 0.7523973 0.2189955 0.7523973 0.2189955 0.7478696 0.2256671 0.7525311 0.2278494 0.7525311 0.2278494 0.7565798 0.2297497 0.7590068 0.2261329 0.7544273 0.2339488 0.7565798 0.2297497 0.7525311 0.2278494 0.7448139 0.2341041 0.7498537 0.2343696 0.7478696 0.2256671 0.7448139 0.2341041 0.7424829 0.2449797 0.7495686 0.241645 0.7544273 0.2339488 0.7498537 0.2343696 0.7538977 0.2394318 0.7294002 0.2105475 0.7315366 0.2058072 0.7264739 0.2041611 0.7221359 0.2078448 0.7253029 0.2089825 0.7220721 0.2028342 0.7221359 0.2078448 0.7196726 0.2112002 0.7225041 0.2128993 0.7294002 0.2105475 0.7253029 0.2089825 0.7262457 0.2150157 0.7225041 0.2128993 0.7197589 0.2168622 0.7262457 0.2150157 0.7225041 0.2128993 0.7196726 0.2112002 0.7166582 0.2140699 0.7166121 0.2202565 0.7197589 0.2168622 0.713122 0.2163327 0.7236545 0.2200242 0.7197589 0.2168622 0.7207768 0.2244728 0.7869232 0.2554907 0.7889257 0.2569902 0.7887292 0.2534326 0.7869232 0.2554907 0.7855852 0.2571049 0.7872011 0.2583293 0.7900224 0.2585542 0.7889257 0.2569902 0.7879804 0.2594782 0.7900224 0.2585542 0.791697 0.2576297 0.7904512 0.2558239 0.7987701 0.2333168 0.7972456 0.2338505 0.7992071 0.2352006 0.7987701 0.2333168 0.7982501 0.2311502 0.7970821 0.2316197 0.7970821 0.2316197 0.7952325 0.2315356 0.7950571 0.2336921 0.7950571 0.2336921 0.7950314 0.236427 0.7975005 0.2357881 0.7418625 0.2154021 0.7446416 0.2101943 0.7379209 0.2080916 0.7294002 0.2105475 0.7353581 0.212967 0.7315366 0.2058072 0.7294002 0.2105475 0.7262457 0.2150157 0.7318072 0.2179667 0.7418625 0.2154021 0.7353581 0.212967 0.7378664 0.2210336 0.7350067 0.2280016 0.7378664 0.2210336 0.7318072 0.2179667 0.7236545 0.2200242 0.7291396 0.2239255 0.7262457 0.2150157 0.7236545 0.2200242 0.7207768 0.2244728 0.7262911 0.229274 0.7350067 0.2280016 0.7291396 0.2239255 0.7319872 0.2342247 0.7523973 0.2189955 0.7585704 0.2122675 0.750713 0.2112956 0.7418625 0.2154021 0.7475997 0.2170139 0.7446416 0.2101943 0.7418625 0.2154021 0.7378664 0.2210336 0.743101 0.2234978 0.7523973 0.2189955 0.7475997 0.2170139 0.7478696 0.2256671 0.7448139 0.2341041 0.7478696 0.2256671 0.743101 0.2234978 0.743101 0.2234978 0.7378664 0.2210336 0.7350067 0.2280016 0.7366976 0.2388893 0.7400482 0.231688 0.7319872 0.2342247 0.7366976 0.2388893 0.7424829 0.2449797 0.7448139 0.2341041 0.6693478 0.3650863 0.6722698 0.3623842 0.6641137 0.3626069 0.6693478 0.3650863 0.6717243 0.3664414 0.6740459 0.3651829 0.6764323 0.3613215 0.6722698 0.3623842 0.6772705 0.3642497 0.6764323 0.3613215 0.6758706 0.3592462 0.6709223 0.36026 0.6764323 0.3613215 0.6805838 0.3601576 0.6758706 0.3592462 0.6764323 0.3613215 0.6772705 0.3642497 0.680568 0.3631479 0.680568 0.3631479 0.6832489 0.3629772 0.6845044 0.3607879 0.6806442 0.3579611 0.6805838 0.3601576 0.6877469 0.3566826 0.6892113 0.3706819 0.6864387 0.3750753 0.6930969 0.3720799 0.6892113 0.3706819 0.6861444 0.369579 0.6838396 0.3718373 0.6813642 0.3779353 0.6864387 0.3750753 0.6802073 0.3738831 0.6813642 0.3779353 0.6823387 0.3815116 0.6893014 0.3777393 0.6813642 0.3779353 0.6756963 0.3789092 0.6823387 0.3815116 0.6813642 0.3779353 0.6802073 0.3738831 0.6761024 0.3743438 0.6761024 0.3743438 0.6730005 0.373967 0.6710192 0.3769894 0.6747549 0.3833198 0.6756963 0.3789092 0.6685507 0.3810771 0.6838396 0.3718373 0.6861444 0.369579 0.6848189 0.3659421 0.680568 0.3631479 0.681768 0.3674513 0.6832489 0.3629772 0.680568 0.3631479 0.6772705 0.3642497 0.6786858 0.3688791 0.6786858 0.3688791 0.6802073 0.3738831 0.6838396 0.3718373 0.6786858 0.3688791 0.6754378 0.3694689 0.6802073 0.3738831 0.6786858 0.3688791 0.6772705 0.3642497 0.6740459 0.3651829 0.6721422 0.3699792 0.6754378 0.3694689 0.6717243 0.3664414 0.6721422 0.3699792 0.6730005 0.373967 0.6761024 0.3743438 0.6637287 0.3316578 0.6663703 0.3285471 0.6603597 0.3272227 0.6637287 0.3316578 0.6652314 0.3341575 0.6672382 0.3323344 0.6696854 0.3277217 0.6663703 0.3285471 0.6702124 0.3314009 0.6696854 0.3277217 0.6694568 0.3254168 0.6657904 0.3261298 0.6696854 0.3277217 0.673052 0.3272021 0.6694568 0.3254168 0.6696854 0.3277217 0.6702124 0.3314009 0.6732955 0.3308324 0.6732955 0.3308324 0.6759002 0.3315969 0.6765863 0.3289547 0.6730841 0.3248284 0.673052 0.3272021 0.6784949 0.3238071 0.682803 0.3536072 0.6795775 0.3560391 0.6877469 0.3566826 0.682803 0.3536072 0.680771 0.3520461 0.678252 0.353429 0.6752853 0.357176 0.6795775 0.3560391 0.674637 0.354386 0.6806442 0.3579611 0.6795775 0.3560391 0.6758706 0.3592462 0.6752853 0.357176 0.6708154 0.3579975 0.6758706 0.3592462 0.6709091 0.3551008 0.6708154 0.3579975 0.674637 0.354386 0.6709091 0.3551008 0.6681026 0.3550288 0.6668249 0.3572304 0.6709223 0.36026 0.6708154 0.3579975 0.6641137 0.3626069 0.680976 0.3485946 0.6775359 0.3491683 0.680771 0.3520461 0.680976 0.3485946 0.6802091 0.3428195 0.6766651 0.3435477 0.6738868 0.3501514 0.6775359 0.3491683 0.6728811 0.3445488 0.6738868 0.3501514 0.674637 0.354386 0.678252 0.353429 0.6738868 0.3501514 0.6701628 0.3510739 0.674637 0.354386 0.6738868 0.3501514 0.6728811 0.3445488 0.6690678 0.3456971 0.6667341 0.3521518 0.6701628 0.3510739 0.6654947 0.3467412 0.6709091 0.3551008 0.6701628 0.3510739 0.6681026 0.3550288 0.6779766 0.3360574 0.6748758 0.3368583 0.6802091 0.3428195 0.6732955 0.3308324 0.6748758 0.3368583 0.6759002 0.3315969 0.671467 0.3376542 0.6748758 0.3368583 0.6702124 0.3314009 0.671467 0.3376542 0.6728811 0.3445488 0.6766651 0.3435477 0.671467 0.3376542 0.6681152 0.3387508 0.6728811 0.3445488 0.671467 0.3376542 0.6702124 0.3314009 0.6672382 0.3323344 0.6650205 0.3394449 0.6681152 0.3387508 0.6652314 0.3341575 0.6650205 0.3394449 0.6654947 0.3467412 0.6690678 0.3456971 0.6745617 0.3195286 0.6723306 0.3225721 0.6784949 0.3238071 0.6745617 0.3195286 0.6729791 0.3170424 0.671191 0.3189259 0.669097 0.3232868 0.6723306 0.3225721 0.6683867 0.319832 0.669097 0.3232868 0.6694568 0.3254168 0.6730841 0.3248284 0.669097 0.3232868 0.6657777 0.3238234 0.6694568 0.3254168 0.669097 0.3232868 0.6683867 0.319832 0.6655274 0.3203505 0.6655274 0.3203505 0.6633033 0.3195964 0.6626458 0.3221123 0.6657904 0.3261298 0.6657777 0.3238234 0.6603597 0.3272227 0.6550604 0.2960824 0.6576792 0.2929874 0.6523697 0.2969956 0.6550604 0.2960824 0.6569644 0.2976522 0.6588597 0.2956838 0.6617968 0.291184 0.6576792 0.2929874 0.6623967 0.2940467 0.6617968 0.291184 0.6616849 0.2878165 0.6570119 0.2894737 0.6617968 0.291184 0.6658277 0.289714 0.6616849 0.2878165 0.6617968 0.291184 0.6623967 0.2940467 0.6659508 0.2925265 0.6693697 0.2904657 0.6658277 0.289714 0.6685269 0.2927684 0.6693697 0.2904657 0.6724342 0.2908169 0.6665466 0.2870643 0.6701204 0.2964555 0.6671729 0.2978347 0.6717408 0.3035762 0.6659508 0.2925265 0.6671729 0.2978347 0.6685269 0.2927684 0.6637742 0.2993453 0.6671729 0.2978347 0.6623967 0.2940467 0.6637742 0.2993453 0.6654904 0.3061555 0.6687815 0.3047497 0.6637742 0.2993453 0.6605203 0.3008676 0.6654904 0.3061555 0.6637742 0.2993453 0.6623967 0.2940467 0.6588597 0.2956838 0.657681 0.3017717 0.6605203 0.3008676 0.6569644 0.2976522 0.657681 0.3017717 0.6597144 0.3083229 0.6623992 0.307473 0.6727675 0.3116309 0.6700643 0.3123826 0.6729791 0.3170424 0.6727675 0.3116309 0.6717408 0.3035762 0.6687815 0.3047497 0.6671062 0.3135529 0.6700643 0.3123826 0.6654904 0.3061555 0.6671062 0.3135529 0.6683867 0.319832 0.671191 0.3189259 0.6671062 0.3135529 0.6642348 0.3144338 0.6683867 0.319832 0.6671062 0.3135529 0.6654904 0.3061555 0.6623992 0.307473 0.6617557 0.3152144 0.6642348 0.3144338 0.6597144 0.3083229 0.6655274 0.3203505 0.6642348 0.3144338 0.6633033 0.3195964 0.6441351 0.2414951 0.6399053 0.2443303 0.6438812 0.2475933 0.6438812 0.2475933 0.6465808 0.2495595 0.6491778 0.2475054 0.6491778 0.2475054 0.6541154 0.2450778 0.6504893 0.2426045 0.6441351 0.2414951 0.6465798 0.24432 0.6478484 0.2402675 0.656403 0.2731106 0.6616165 0.2719792 0.658295 0.2648118 0.658295 0.2648118 0.6563335 0.2587054 0.6524986 0.2601669 0.6514464 0.2689329 0.6546333 0.2663217 0.6490366 0.2619152 0.6514464 0.2689329 0.6535542 0.2743636 0.656403 0.2731106 0.6549755 0.2519695 0.6509155 0.2533413 0.6563335 0.2587054 0.6549755 0.2519695 0.6541154 0.2450778 0.6491778 0.2475054 0.6471626 0.2545084 0.6509155 0.2533413 0.6465808 0.2495595 0.6471626 0.2545084 0.6490366 0.2619152 0.6524986 0.2601669 0.7267075 0.1573514 0.7298255 0.163587 0.7336382 0.1522197 0.7235844 0.1684489 0.7298255 0.163587 0.7209108 0.1622529 0.7235844 0.1684489 0.7265267 0.1742007 0.7328889 0.1693679 0.7328889 0.1693679 0.7396682 0.1648538 0.7365637 0.1596277 0.7511156 0.1705785 0.7540971 0.1739936 0.7541992 0.1700826 0.7511156 0.1705785 0.745913 0.1713321 0.7499338 0.1766991 0.7592223 0.176006 0.7540971 0.1739936 0.7556338 0.1817687 0.7592223 0.176006 0.7615423 0.1729003 0.7571154 0.1716639 0.7281246 0.1478139 0.7336382 0.1522197 0.7352479 0.1459118 0.736668 0.1386097 0.7325623 0.143293 0.7376397 0.141288 0.736668 0.1386097 0.7360023 0.13532 0.7306089 0.1394778 0.7281246 0.1478139 0.7325623 0.143293 0.7252565 0.1434952 0.6322797 0.2764856 0.6346655 0.2775607 0.6325979 0.2713626 0.6292008 0.2666284 0.6310031 0.2716176 0.6307973 0.2660018 0.6291224 0.2725328 0.6310031 0.2716176 0.6263834 0.2668684 0.6322797 0.2764856 0.6310031 0.2716176 0.6303024 0.275866 0.6291224 0.2725328 0.6268089 0.274528 0.6303024 0.275866 0.6291224 0.2725328 0.6263834 0.2668684 0.6245599 0.2698869 0.6239158 0.2782748 0.6268089 0.274528 0.6214962 0.2744285 0.6239158 0.2782748 0.6266456 0.282419 0.6291906 0.2784487 0.6296553 0.2606583 0.6280663 0.2618216 0.6307973 0.2660018 0.6296553 0.2606583 0.6288427 0.2553235 0.6272656 0.2571061 0.6264397 0.2630864 0.6280663 0.2618216 0.6256124 0.2589227 0.6264397 0.2630864 0.6263834 0.2668684 0.6292008 0.2666284 0.741536 0.1452918 0.7418308 0.1432641 0.7395105 0.1426141 0.7352479 0.1459118 0.7383003 0.1461876 0.7376397 0.141288 0.7352479 0.1459118 0.7336382 0.1522197 0.7387767 0.1491205 0.7387767 0.1491205 0.7423046 0.1471139 0.741536 0.1452918 0.7235844 0.1684489 0.7209108 0.1622529 0.7157531 0.1677497 0.7170842 0.178002 0.7191317 0.1730799 0.7111365 0.1740876 0.7170842 0.178002 0.7210993 0.1807825 0.7226464 0.1782367 0.7235844 0.1684489 0.7191317 0.1730799 0.7265267 0.1742007 0.7208698 0.1902456 0.7180581 0.1837377 0.7111687 0.1879283 0.7208698 0.1902456 0.7296037 0.1928566 0.7238938 0.1855227 0.7170842 0.178002 0.7180581 0.1837377 0.7210993 0.1807825 0.7170842 0.178002 0.7111365 0.1740876 0.711557 0.1810932 0.7238938 0.1855227 0.7296037 0.1928566 0.7326874 0.1874008 0.730845 0.178526 0.7274146 0.1831852 0.7357448 0.181881 0.730845 0.178526 0.7265267 0.1742007 0.7226464 0.1782367 0.7238938 0.1855227 0.7274146 0.1831852 0.7210993 0.1807825 0.7337972 0.3045487 0.7334827 0.3073129 0.735733 0.3074039 0.7382954 0.3050349 0.7361189 0.3048345 0.7379985 0.3071185 0.7382954 0.3050349 0.7391186 0.3032166 0.7370787 0.3024702 0.7337972 0.3045487 0.7361189 0.3048345 0.7340445 0.3012661 0.7755054 0.1965535 0.7784286 0.1964474 0.7783117 0.1951203 0.7750713 0.1936776 0.775401 0.195165 0.7782406 0.1936511 0.7726337 0.1950709 0.775401 0.195165 0.7728814 0.1938954 0.7755054 0.1965535 0.775401 0.195165 0.7727093 0.1966431 0.7782749 0.1920038 0.7785485 0.1901158 0.7739575 0.1901386 0.7739575 0.1901386 0.769086 0.1908761 0.771233 0.1929863 0.7750713 0.1936776 0.7742463 0.1920884 0.7728814 0.1938954 0.7750713 0.1936776 0.7782406 0.1936511 0.7782749 0.1920038 0.7675505 0.1937927 0.7701727 0.1946275 0.769086 0.1908761 0.7701872 0.1966944 0.7701727 0.1946275 0.7675507 0.1966584 0.7701872 0.1966944 0.7727093 0.1966431 0.7726337 0.1950709 0.7726337 0.1950709 0.7728814 0.1938954 0.771233 0.1929863 0.7755054 0.1965535 0.7756547 0.197846 0.7784286 0.1964474 0.7755054 0.1965535 0.7727093 0.1966431 0.7728992 0.1981828 0.775505 0.1992506 0.7756547 0.197846 0.7732642 0.1993432 0.7785316 0.1976678 0.7756547 0.197846 0.7786227 0.198978 0.7678687 0.199686 0.7703984 0.1988702 0.7675507 0.1966584 0.7678687 0.199686 0.7697701 0.202775 0.7716317 0.2005116 0.7716317 0.2005116 0.7732642 0.1993432 0.7728992 0.1981828 0.7701872 0.1966944 0.7703984 0.1988702 0.7727093 0.1966431 0.7716317 0.2005116 0.7697701 0.202775 0.7746123 0.2029681 0.7787044 0.200574 0.7747127 0.2009757 0.7791119 0.2023972 0.7787044 0.200574 0.7786227 0.198978 0.775505 0.1992506 0.7716317 0.2005116 0.7747127 0.2009757 0.7732642 0.1993432 0.7813317 0.1963462 0.7812031 0.1951478 0.7784286 0.1964474 0.7813317 0.1963462 0.7841109 0.1962751 0.7839955 0.1951822 0.7814175 0.1939403 0.7812031 0.1951478 0.7837224 0.1943812 0.7783117 0.1951203 0.7812031 0.1951478 0.7782406 0.1936511 0.7890245 0.1950969 0.7866092 0.1951588 0.7890069 0.1962546 0.7855107 0.1940125 0.7866092 0.1951588 0.7880749 0.1932499 0.7855107 0.1940125 0.7837224 0.1943812 0.7839955 0.1951822 0.7866626 0.1962589 0.7866092 0.1951588 0.7841109 0.1962751 0.7855107 0.1940125 0.7880749 0.1932499 0.7832574 0.1912729 0.7782749 0.1920038 0.7823812 0.192803 0.7785485 0.1901158 0.7782749 0.1920038 0.7782406 0.1936511 0.7814175 0.1939403 0.7855107 0.1940125 0.7823812 0.192803 0.7837224 0.1943812 0.7785316 0.1976678 0.7813968 0.1974567 0.7784286 0.1964474 0.7817318 0.1985303 0.7813968 0.1974567 0.7786227 0.198978 0.7841416 0.1973111 0.7813968 0.1974567 0.7839267 0.1980756 0.7841416 0.1973111 0.7841109 0.1962751 0.7813317 0.1963462 0.7787044 0.200574 0.7791119 0.2023972 0.7835856 0.2010625 0.7835856 0.2010625 0.7880616 0.1991783 0.7856427 0.1984298 0.7817318 0.1985303 0.7826697 0.1996183 0.7839267 0.1980756 0.7817318 0.1985303 0.7786227 0.198978 0.7787044 0.200574 0.7889697 0.1974133 0.7866571 0.1973296 0.7880616 0.1991783 0.7889697 0.1974133 0.7890069 0.1962546 0.7866626 0.1962589 0.7841416 0.1973111 0.7866571 0.1973296 0.7841109 0.1962751 0.7841416 0.1973111 0.7839267 0.1980756 0.7856427 0.1984298 0.7346083 0.274034 0.7354047 0.2772186 0.7367896 0.2764527 0.7377013 0.2720968 0.7360404 0.2733379 0.738609 0.2754374 0.7377013 0.2720968 0.7370185 0.2698736 0.735614 0.2703267 0.7346083 0.274034 0.7360404 0.2733379 0.7338912 0.2710267 0.7429674 0.2681295 0.7398647 0.2698609 0.7447102 0.2730641 0.7378368 0.2673428 0.7398647 0.2698609 0.7398928 0.2636452 0.7377013 0.2720968 0.7398647 0.2698609 0.7370185 0.2698736 0.7377013 0.2720968 0.738609 0.2754374 0.741346 0.2740904 0.7378368 0.2673428 0.7398928 0.2636452 0.7354617 0.2632989 0.7329855 0.2679318 0.7355374 0.2670034 0.731934 0.2644915 0.7329855 0.2679318 0.7338912 0.2710267 0.735614 0.2703267 0.7378368 0.2673428 0.7355374 0.2670034 0.7370185 0.2698736 0.7346083 0.274034 0.7331315 0.274635 0.7354047 0.2772186 0.7346083 0.274034 0.7338912 0.2710267 0.7320851 0.2717857 0.7320851 0.2717857 0.7304845 0.2727199 0.7311384 0.2751523 0.7339715 0.2778177 0.7331315 0.274635 0.7321621 0.2786861 0.7279818 0.2664448 0.7302004 0.2692171 0.731934 0.2644915 0.7279818 0.2664448 0.7236177 0.2706844 0.7282387 0.271544 0.7320851 0.2717857 0.7302004 0.2692171 0.7304845 0.2727199 0.7320851 0.2717857 0.7338912 0.2710267 0.7329855 0.2679318 0.7282387 0.271544 0.7236177 0.2706844 0.7243163 0.2772914 0.7243163 0.2772914 0.7264315 0.2826551 0.7296485 0.2802595 0.7296485 0.2802595 0.7321621 0.2786861 0.7311384 0.2751523 0.7282387 0.271544 0.7281571 0.2755976 0.7304845 0.2727199 0.7365486 0.2808459 0.7378348 0.2800872 0.7354047 0.2772186 0.7365486 0.2808459 0.7377085 0.284363 0.7390539 0.2836318 0.7395141 0.2795225 0.7378348 0.2800872 0.7401052 0.2826497 0.7395141 0.2795225 0.738609 0.2754374 0.7367896 0.2764527 0.7416352 0.2891199 0.740325 0.2864768 0.7395128 0.2898557 0.7417098 0.2843394 0.740325 0.2864768 0.7444057 0.2868446 0.7417098 0.2843394 0.7401052 0.2826497 0.7390539 0.2836318 0.7390539 0.2836318 0.7377085 0.284363 0.7385532 0.287217 0.7417098 0.2843394 0.7444057 0.2868446 0.7450948 0.2795603 0.7450948 0.2795603 0.7447102 0.2730641 0.741346 0.2740904 0.741346 0.2740904 0.738609 0.2754374 0.7395141 0.2795225 0.7417098 0.2843394 0.7420057 0.2795636 0.7401052 0.2826497 0.7339715 0.2778177 0.7352368 0.2813871 0.7354047 0.2772186 0.7338669 0.2823593 0.7352368 0.2813871 0.7321621 0.2786861 0.7364407 0.2848719 0.7352368 0.2813871 0.7352874 0.2849059 0.7364407 0.2848719 0.7377085 0.284363 0.7365486 0.2808459 0.730174 0.2870023 0.7324061 0.284411 0.7264315 0.2826551 0.730174 0.2870023 0.7350727 0.2906923 0.735274 0.2872068 0.7338669 0.2823593 0.7324061 0.284411 0.7352874 0.2849059 0.7338669 0.2823593 0.7321621 0.2786861 0.7296485 0.2802595 0.737886 0.2905073 0.7370962 0.2878013 0.7350727 0.2906923 0.7385532 0.287217 0.7370962 0.2878013 0.7395128 0.2898557 0.7385532 0.287217 0.7377085 0.284363 0.7364407 0.2848719 0.7364407 0.2848719 0.7352874 0.2849059 0.735274 0.2872068 0.7719349 0.2364994 0.7754927 0.2379666 0.7758402 0.2367554 0.772613 0.2337843 0.7724015 0.2352842 0.7761927 0.2353742 0.7690022 0.2336291 0.7724015 0.2352842 0.7699334 0.2327159 0.7719349 0.2364994 0.7724015 0.2352842 0.7682945 0.2349528 0.7767341 0.2337616 0.7777669 0.2319768 0.7729319 0.2296296 0.7729319 0.2296296 0.7673448 0.2279435 0.7684863 0.2308862 0.772613 0.2337843 0.7723556 0.2317631 0.7699334 0.2327159 0.772613 0.2337843 0.7761927 0.2353742 0.7767341 0.2337616 0.7638499 0.2298193 0.7662485 0.2317082 0.7673448 0.2279435 0.7638499 0.2298193 0.7620686 0.2321984 0.7650012 0.2335054 0.7650012 0.2335054 0.7682945 0.2349528 0.7690022 0.2336291 0.7690022 0.2336291 0.7699334 0.2327159 0.7684863 0.2308862 0.7749665 0.2390689 0.7754927 0.2379666 0.7719349 0.2364994 0.7677065 0.2363333 0.7714267 0.2376669 0.7682945 0.2349528 0.7704103 0.2388603 0.7714267 0.2376669 0.7675334 0.2376183 0.7749665 0.2390689 0.7714267 0.2376669 0.7742498 0.2403373 0.7607539 0.2349909 0.7641034 0.235554 0.7620686 0.2321984 0.7648206 0.2377911 0.7641034 0.235554 0.7611924 0.2390543 0.7648206 0.2377911 0.7675334 0.2376183 0.7677065 0.2363333 0.7677065 0.2363333 0.7682945 0.2349528 0.7650012 0.2335054 0.7648206 0.2377911 0.7611924 0.2390543 0.7669509 0.2422496 0.7733311 0.2420468 0.7684188 0.2401538 0.7725976 0.2442766 0.7733311 0.2420468 0.7742498 0.2403373 0.7704103 0.2388603 0.7648206 0.2377911 0.7684188 0.2401538 0.7675334 0.2376183 0.7785382 0.2391758 0.778712 0.2381249 0.7754927 0.2379666 0.7785382 0.2391758 0.7812039 0.2402224 0.7812915 0.2392954 0.7791616 0.237101 0.778712 0.2381249 0.781224 0.238411 0.7791616 0.237101 0.7761927 0.2353742 0.7758402 0.2367554 0.7836216 0.2412017 0.7859683 0.2421352 0.7863847 0.2409636 0.7830668 0.238678 0.7838529 0.2401698 0.786121 0.2387816 0.7830668 0.238678 0.781224 0.238411 0.7812915 0.2392954 0.7836216 0.2412017 0.7838529 0.2401698 0.7812039 0.2402224 0.7830668 0.238678 0.786121 0.2387816 0.7820759 0.2350605 0.7767341 0.2337616 0.7804991 0.2363042 0.7777669 0.2319768 0.7767341 0.2337616 0.7761927 0.2353742 0.7791616 0.237101 0.7830668 0.238678 0.7804991 0.2363042 0.781224 0.238411 0.7749665 0.2390689 0.7780279 0.2400537 0.7754927 0.2379666 0.7749665 0.2390689 0.7742498 0.2403373 0.7776793 0.2411547 0.7807162 0.2409773 0.7780279 0.2400537 0.7800671 0.2416461 0.7807162 0.2409773 0.7812039 0.2402224 0.7785382 0.2391758 0.7733311 0.2420468 0.7725976 0.2442766 0.778103 0.24512 0.778103 0.24512 0.7837159 0.2451141 0.7815441 0.2428528 0.7776793 0.2411547 0.7779909 0.2428749 0.7800671 0.2416461 0.7776793 0.2411547 0.7742498 0.2403373 0.7733311 0.2420468 0.7854843 0.2434104 0.7831365 0.2421956 0.7837159 0.2451141 0.7836216 0.2412017 0.7831365 0.2421956 0.7859683 0.2421352 0.7807162 0.2409773 0.7831365 0.2421956 0.7812039 0.2402224 0.7807162 0.2409773 0.7800671 0.2416461 0.7815441 0.2428528 0.05590766 0.9545544 0.05454313 0.9601562 0.05848968 0.9632895 0.07000797 0.9583867 0.06284874 0.9565958 0.06526935 0.9666363 0.07000797 0.9583867 0.07374137 0.9513601 0.06605142 0.9497905 0.05590766 0.9545544 0.06284874 0.9565958 0.05698466 0.9467427 0.04845422 0.9470174 0.04888397 0.9546956 0.05698466 0.9467427 0.04845422 0.9470174 0.04139226 0.9463557 0.04301232 0.9552771 0.04961103 0.9623208 0.04888397 0.9546956 0.04108774 0.9654935 0.04961103 0.9623208 0.05454313 0.9601562 0.05590766 0.9545544 0.08932822 0.9669004 0.09869945 0.964829 0.1007406 0.9611899 0.09421056 0.9592258 0.09143733 0.9631901 0.1029689 0.9571707 0.09421056 0.9592258 0.08604198 0.9598985 0.08284693 0.965036 0.08932822 0.9669004 0.09143733 0.9631901 0.07888942 0.9703266 0.02587467 0.9526638 0.02809429 0.9529511 0.02649521 0.9517136 0.02840489 0.9535596 0.02809429 0.9529511 0.02639716 0.953632 0.02840489 0.9535596 0.03010237 0.9534702 0.02989 0.9531017 0.02989 0.9531017 0.03021448 0.9526804 0.02854043 0.9523282 0.03560984 0.953081 0.03494471 0.9530596 0.03464561 0.9546595 0.03560984 0.953081 0.03528326 0.9514164 0.03471219 0.9519916 0.03471219 0.9519916 0.03413635 0.9524166 0.03433084 0.9530417 0.03422141 0.9540863 0.03494471 0.9530596 0.0337814 0.9536343 0.04234623 0.936855 0.04554492 0.941218 0.04862666 0.9363015 0.04234623 0.936855 0.03670394 0.9369742 0.03916901 0.9408618 0.04845422 0.9470174 0.04554492 0.941218 0.04139226 0.9463557 0.04845422 0.9470174 0.05698466 0.9467427 0.05187922 0.9407196 0.05533796 0.9350054 0.05734199 0.9390425 0.06215083 0.9336349 0.05533796 0.9350054 0.04862666 0.9363015 0.05187922 0.9407196 0.06115549 0.9427115 0.05734199 0.9390425 0.05698466 0.9467427 0.06115549 0.9427115 0.06388717 0.9402622 0.06269079 0.9373016 0.0683211 0.9406861 0.06868326 0.9366114 0.06388717 0.9402622 0.0683211 0.9406861 0.07564151 0.9410268 0.07481485 0.9362904 0.06873619 0.9328582 0.06868326 0.9366114 0.07494986 0.9324293 0.06873619 0.9328582 0.06215083 0.9336349 0.06269079 0.9373016 0.08064788 0.9321021 0.08058112 0.9356568 0.08579182 0.9316728 0.08064788 0.9321021 0.07494986 0.9324293 0.07481485 0.9362904 0.08179557 0.9389612 0.08058112 0.9356568 0.07564151 0.9410268 0.08179557 0.9389612 0.08722287 0.9375137 0.08602678 0.9347227 0.1006026 0.9467779 0.1012032 0.9462576 0.09979593 0.9464161 0.09979593 0.9464161 0.09823167 0.9467375 0.09835672 0.9471821 0.09928375 0.9474272 0.09954941 0.9469162 0.09848779 0.9476323 0.1006026 0.9467779 0.09954941 0.9469162 0.09994381 0.947312 0.09687125 0.9471751 0.09724855 0.9475405 0.09823167 0.9467375 0.09687125 0.9471751 0.09574782 0.9477163 0.09630954 0.9479681 0.09762418 0.9478989 0.09724855 0.9475405 0.09686022 0.9481976 0.09762418 0.9478989 0.09848779 0.9476323 0.09835672 0.9471821 0.09489452 0.9483488 0.09562414 0.9484415 0.09574782 0.9477163 0.09489452 0.9483488 0.09466797 0.9489782 0.09553724 0.948916 0.09553724 0.948916 0.0963065 0.9488036 0.09636342 0.948499 0.09636342 0.948499 0.09686022 0.9481976 0.09630954 0.9479681 0.103595 0.9467499 0.1022807 0.9472081 0.1040694 0.947289 0.1017931 0.9469564 0.1022807 0.9472081 0.1027837 0.9464966 0.1017931 0.9469564 0.1007227 0.9474208 0.1009839 0.9476127 0.1009839 0.9476127 0.1010579 0.9478578 0.1024031 0.9475919 0.1017931 0.9469564 0.1027837 0.9464966 0.1020928 0.9463085 0.1006026 0.9467779 0.1012921 0.9468021 0.1012032 0.9462576 0.1006026 0.9467779 0.09994381 0.947312 0.1003997 0.9473153 0.1003997 0.9473153 0.1007227 0.9474208 0.1017931 0.9469564 0.09553724 0.948916 0.09466797 0.9489782 0.09542453 0.9495101 0.09778153 0.9495319 0.09639376 0.9493473 0.09720599 0.9499392 0.09686231 0.9491121 0.09639376 0.9493473 0.0978465 0.949217 0.09686231 0.9491121 0.0963065 0.9488036 0.09553724 0.948916 0.0990746 0.948911 0.09928858 0.9492666 0.1001858 0.9484583 0.0990746 0.948911 0.0978465 0.949217 0.09778153 0.9495319 0.09778153 0.9495319 0.09720599 0.9499392 0.09949958 0.9496425 0.09949958 0.9496425 0.1011477 0.9490666 0.1007018 0.9487403 0.1008194 0.9481235 0.1018084 0.9481423 0.1010579 0.9478578 0.1008194 0.9481235 0.1001858 0.9484583 0.1007018 0.9487403 0.1026062 0.9482826 0.1018084 0.9481423 0.1011477 0.9490666 0.1026062 0.9482826 0.1040694 0.947289 0.1024031 0.9475919 0.01355868 0.9362 0.01369029 0.9334184 0.005990326 0.935018 0.03975796 0.9263456 0.04022938 0.9284805 0.04561936 0.9257006 0.03975796 0.9263456 0.03445088 0.926854 0.03493672 0.9288105 0.04066979 0.9307994 0.04022938 0.9284805 0.03537005 0.9310147 0.04066979 0.9307994 0.04663223 0.9303283 0.04611891 0.9279478 0.04066979 0.9307994 0.04104834 0.9334865 0.04663223 0.9303283 0.04066979 0.9307994 0.03537005 0.9310147 0.03569835 0.9337138 0.04234623 0.936855 0.04104834 0.9334865 0.03670394 0.9369742 0.04234623 0.936855 0.04862666 0.9363015 0.0471729 0.9329753 0.05294388 0.9248389 0.05329698 0.9269616 0.06088387 0.9238097 0.05294388 0.9248389 0.04561936 0.9257006 0.04611891 0.9279478 0.05371475 0.9292399 0.05329698 0.9269616 0.04663223 0.9303283 0.05371475 0.9292399 0.06116223 0.9280011 0.06096339 0.9258103 0.05371475 0.9292399 0.05426198 0.9318295 0.06116223 0.9280011 0.05371475 0.9292399 0.04663223 0.9303283 0.0471729 0.9329753 0.05533796 0.9350054 0.05426198 0.9318295 0.04862666 0.9363015 0.05533796 0.9350054 0.06215083 0.9336349 0.06159967 0.9305719 0.06873619 0.9328582 0.06847012 0.9297255 0.06215083 0.9336349 0.06873619 0.9328582 0.07494986 0.9324293 0.07484197 0.9292076 0.07484197 0.9292076 0.07477968 0.9264568 0.0682193 0.9270786 0.0682193 0.9270786 0.06116223 0.9280011 0.06159967 0.9305719 0.08588826 0.9287703 0.08602184 0.9260447 0.08073711 0.9261196 0.07484197 0.9292076 0.08068412 0.9289358 0.07477968 0.9264568 0.08064788 0.9321021 0.08068412 0.9289358 0.07494986 0.9324293 0.08588826 0.9287703 0.08068412 0.9289358 0.08579182 0.9316728 0.09441363 0.923279 0.09383881 0.9207037 0.08993917 0.9210164 0.08589833 0.9235258 0.09035789 0.9236599 0.08564627 0.9211102 0.08589833 0.9235258 0.08602184 0.9260447 0.09056425 0.9262095 0.09441363 0.923279 0.09035789 0.9236599 0.09513825 0.9261641 0.09397715 0.9286995 0.09513825 0.9261641 0.09056425 0.9262095 0.08588826 0.9287703 0.09034603 0.9285715 0.08602184 0.9260447 0.08588826 0.9287703 0.08579182 0.9316728 0.09034341 0.9309377 0.09397715 0.9286995 0.09034603 0.9285715 0.09326601 0.9304716 0.1075381 0.9073415 0.109449 0.9043263 0.1002153 0.9050469 0.1002153 0.9050469 0.09001219 0.9058108 0.0910896 0.9079526 0.1008328 0.9094535 0.1008608 0.9071865 0.09182798 0.9103201 0.1075381 0.9073415 0.1008608 0.9071865 0.1055445 0.9091473 0.07993173 0.9123052 0.07895737 0.9100601 0.06419152 0.9148569 0.07993173 0.9123052 0.09182798 0.9103201 0.0910896 0.9079526 0.07777065 0.9080847 0.07895737 0.9100601 0.09001219 0.9058108 0.07777065 0.9080847 0.06213229 0.9104444 0.06309974 0.9125192 0.02431827 0.9145349 0.02482348 0.9184834 0.04353654 0.9170111 0.04353654 0.9170111 0.06419152 0.9148569 0.06309974 0.9125192 0.04228293 0.9108592 0.04238551 0.9138567 0.06213229 0.9104444 0.02431827 0.9145349 0.04238551 0.9138567 0.02376383 0.9102249 0.1016873 0.9457649 0.1020902 0.9452464 0.1001045 0.9453967 0.09811872 0.9463045 0.100004 0.945938 0.0979278 0.9457923 0.09979593 0.9464161 0.100004 0.945938 0.09823167 0.9467375 0.1016873 0.9457649 0.100004 0.945938 0.1012032 0.9462576 0.09603142 0.9463515 0.09649044 0.9467958 0.0979278 0.9457923 0.09603142 0.9463515 0.09448015 0.947097 0.09516406 0.9474201 0.09687125 0.9471751 0.09649044 0.9467958 0.09574782 0.9477163 0.09687125 0.9471751 0.09823167 0.9467375 0.09811872 0.9463045 0.1036144 0.9460463 0.1042252 0.9456841 0.1034141 0.9454236 0.1016873 0.9457649 0.1027097 0.9458537 0.1020902 0.9452464 0.1016873 0.9457649 0.1012032 0.9462576 0.1020928 0.9463085 0.1036144 0.9460463 0.1027097 0.9458537 0.1027837 0.9464966 0.1014533 0.9494814 0.1011477 0.9490666 0.09949958 0.9496425 0.09949958 0.9496425 0.09720599 0.9499392 0.09761536 0.9503579 0.09761536 0.9503579 0.09720253 0.9509487 0.09967768 0.9506725 0.1014533 0.9494814 0.0997048 0.9500591 0.1016889 0.9500276 0.08545881 0.9476652 0.08085781 0.9469587 0.0845766 0.9510387 0.08221071 0.9436081 0.08085781 0.9469587 0.08720064 0.9450801 0.08221071 0.9436081 0.07564151 0.9410268 0.07488405 0.9459635 0.07488405 0.9459635 0.07374137 0.9513601 0.07989835 0.9515476 0.08993393 0.9430832 0.09402889 0.9413645 0.09000968 0.9396393 0.08179557 0.9389612 0.08560299 0.9413767 0.08722287 0.9375137 0.08179557 0.9389612 0.07564151 0.9410268 0.08221071 0.9436081 0.08993393 0.9430832 0.08560299 0.9413767 0.08720064 0.9450801 0.1014533 0.9494814 0.1016889 0.9500276 0.1034235 0.9491563 0.104591 0.9478651 0.1030217 0.9486658 0.1046036 0.9484622 0.104591 0.9478651 0.1040694 0.947289 0.1026062 0.9482826 0.1014533 0.9494814 0.1030217 0.9486658 0.1011477 0.9490666 0.09932684 0.9232151 0.09513825 0.9261641 0.09793198 0.9269308 0.1022938 0.9255412 0.1006795 0.9244185 0.1000005 0.9275565 0.1022938 0.9255412 0.1052563 0.9239106 0.104087 0.9221134 0.104087 0.9221134 0.1030338 0.9205649 0.09932684 0.9232151 0.1125199 0.9113628 0.1076553 0.9136708 0.1124406 0.9156725 0.1124406 0.9156725 0.1148378 0.9180118 0.1177536 0.9159892 0.1177536 0.9159892 0.1213729 0.9136919 0.1185734 0.9115397 0.1185734 0.9115397 0.1159476 0.9091673 0.1125199 0.9113628 0.109679 0.9146628 0.1092716 0.9156588 0.1098117 0.9185011 0.1098117 0.9185011 0.1109452 0.9207474 0.1128502 0.9194627 0.1124406 0.9156725 0.111129 0.9171321 0.1148378 0.9180118 0.1124406 0.9156725 0.1076553 0.9136708 0.109679 0.9146628 0.104087 0.9221134 0.1072977 0.9201512 0.1030338 0.9205649 0.104087 0.9221134 0.1052563 0.9239106 0.108277 0.9222713 0.1098117 0.9185011 0.1072977 0.9201512 0.1109452 0.9207474 0.1098117 0.9185011 0.1092716 0.9156588 0.1063434 0.9184422 0.09397715 0.9286995 0.09326601 0.9304716 0.09508889 0.9318204 0.09898746 0.9303502 0.0967012 0.9295143 0.09783691 0.9338417 0.09898746 0.9303502 0.1000005 0.9275565 0.09793198 0.9269308 0.09397715 0.9286995 0.0967012 0.9295143 0.09513825 0.9261641 0.1302473 0.9094244 0.1289126 0.907092 0.1213729 0.9136919 0.1167121 0.9406945 0.1106858 0.9402714 0.1147114 0.9430556 0.1167121 0.9406945 0.1192123 0.9378803 0.1117818 0.9383182 0.1048347 0.9400401 0.1106858 0.9402714 0.1061294 0.9384524 0.1048347 0.9400401 0.1039027 0.941457 0.1093107 0.9419241 0.1048347 0.9400401 0.1002638 0.9397299 0.1039027 0.941457 0.1048347 0.9400401 0.1061294 0.9384524 0.1021496 0.9380989 0.09683382 0.9390653 0.1002638 0.9397299 0.09962594 0.9372805 0.09683382 0.9390653 0.09402889 0.9413645 0.09915703 0.9413005 0.09623306 0.9687758 0.09142559 0.9737049 0.1047044 0.9723935 0.1047044 0.9723935 0.1167722 0.9728977 0.115986 0.966634 0.115986 0.966634 0.117225 0.9619303 0.1084672 0.9631844 0.09623306 0.9687758 0.106294 0.9677318 0.09869945 0.964829 0.1047923 0.894495 0.1076088 0.8905352 0.08958643 0.892417 0.08958643 0.892417 0.07369452 0.8945789 0.07547676 0.896717 0.1042712 0.8861575 0.103719 0.8835526 0.08808004 0.8868942 0.08808004 0.8868942 0.07115656 0.8900671 0.07199883 0.8917636 0.08958643 0.892417 0.08867245 0.8889875 0.07369452 0.8945789 0.08958643 0.892417 0.1076088 0.8905352 0.1042712 0.8861575 0.05752384 0.8963481 0.06055235 0.8989043 0.07369452 0.8945789 0.05752384 0.8963481 0.04306495 0.8946537 0.04688912 0.8981778 0.0410701 0.900873 0.05131775 0.9014934 0.04688912 0.8981778 0.03323858 0.8943641 0.03729581 0.8975399 0.04306495 0.8946537 0.03323858 0.8943641 0.02825248 0.8955711 0.03010165 0.8980485 0.1002153 0.9050469 0.09770286 0.9031634 0.09001219 0.9058108 0.1002153 0.9050469 0.109449 0.9043263 0.1045726 0.902172 0.09467107 0.9013568 0.09770286 0.9031634 0.1004118 0.9009532 0.09467107 0.9013568 0.08583539 0.9023206 0.08839786 0.904054 0.07777065 0.9080847 0.07668638 0.9064395 0.06213229 0.9104444 0.07777065 0.9080847 0.09001219 0.9058108 0.08839786 0.904054 0.07453912 0.9048721 0.07668638 0.9064395 0.08583539 0.9023206 0.07453912 0.9048721 0.06107199 0.9069557 0.06212544 0.9087167 0.07453912 0.9048721 0.08583539 0.9023206 0.0779969 0.8985683 0.04228293 0.9108592 0.0448085 0.9085308 0.02376383 0.9102249 0.06212544 0.9087167 0.0448085 0.9085308 0.06213229 0.9104444 0.04686921 0.9065515 0.0448085 0.9085308 0.06107199 0.9069557 0.03216749 0.9075183 0.0448085 0.9085308 0.037696 0.9059985 0.125141 0.9004994 0.1272357 0.9042726 0.1342865 0.9023274 0.1421132 0.8952491 0.1331662 0.8976824 0.1421586 0.9004715 0.1285737 0.8932908 0.1331662 0.8976824 0.1396548 0.8884348 0.1359017 0.9079746 0.1427283 0.9066224 0.1424539 0.9039205 0.1424539 0.9039205 0.1421586 0.9004715 0.1342865 0.9023274 0.1388127 0.9340288 0.137553 0.9317603 0.1345648 0.9354383 0.1388127 0.9340288 0.1479206 0.9308455 0.1457557 0.9284757 0.1360484 0.9298009 0.137553 0.9317603 0.1435059 0.9266768 0.1360484 0.9298009 0.1311348 0.9323303 0.1326238 0.9342622 0.1687353 0.9328727 0.1648506 0.9289202 0.1517004 0.9387377 0.1687353 0.9328727 0.1857885 0.9261983 0.1821845 0.9220747 0.1622641 0.9255509 0.1648506 0.9289202 0.1791974 0.9189012 0.1622641 0.9255509 0.1479206 0.9308455 0.1498161 0.934211 0.1826644 0.9412044 0.1750792 0.936802 0.172733 0.9446198 0.1826644 0.9412044 0.1953263 0.9361905 0.1902078 0.930894 0.1687353 0.9328727 0.1750792 0.936802 0.1857885 0.9261983 0.1687353 0.9328727 0.1517004 0.9387377 0.163189 0.9409323 0.1421132 0.8952491 0.1421586 0.9004715 0.15087 0.8983337 0.1623052 0.8904175 0.1514163 0.8933467 0.1618813 0.8951923 0.1623052 0.8904175 0.1633886 0.8843107 0.1524598 0.8868686 0.1524598 0.8868686 0.1396548 0.8884348 0.1421132 0.8952491 0.1424474 0.880682 0.1396548 0.8884348 0.1524598 0.8868686 0.1648867 0.8766836 0.1537836 0.8788642 0.1633886 0.8843107 0.1542234 0.8651957 0.1545354 0.8695932 0.1651834 0.8633995 0.1424539 0.9039205 0.1427283 0.9066224 0.1510213 0.9049224 0.1623612 0.8988239 0.1618813 0.8951923 0.15087 0.8983337 0.1424539 0.9039205 0.1510376 0.9018648 0.1421586 0.9004715 0.1622641 0.9255509 0.1598148 0.9233713 0.1479206 0.9308455 0.1622641 0.9255509 0.1791974 0.9189012 0.1766289 0.9170564 0.1565343 0.9221987 0.1598148 0.9233713 0.1724404 0.9162219 0.1565343 0.9221987 0.1435059 0.9266768 0.1457557 0.9284757 0.2033092 0.9182793 0.1994379 0.9145287 0.1857885 0.9261983 0.2033092 0.9182793 0.2208895 0.9074897 0.2164335 0.9042742 0.1960744 0.9116526 0.1994379 0.9145287 0.2126793 0.9017567 0.1960744 0.9116526 0.1791974 0.9189012 0.1821845 0.9220747 0.2126203 0.9273807 0.2078105 0.9224151 0.1953263 0.9361905 0.2126203 0.9273807 0.231672 0.9155014 0.2263569 0.9109128 0.2033092 0.9182793 0.2078105 0.9224151 0.2208895 0.9074897 0.2033092 0.9182793 0.1857885 0.9261983 0.1902078 0.930894 0.1623052 0.8904175 0.1618813 0.8951923 0.176653 0.8903253 0.1904345 0.8767049 0.1760098 0.8849034 0.192498 0.8826192 0.1904345 0.8767049 0.1886823 0.8706232 0.1759091 0.8787384 0.1623052 0.8904175 0.1760098 0.8849034 0.1633886 0.8843107 0.1648867 0.8766836 0.1633886 0.8843107 0.1759091 0.8787384 0.1875524 0.8660795 0.1763421 0.872541 0.1886823 0.8706232 0.1945618 0.8866602 0.192498 0.8826192 0.176653 0.8903253 0.1623612 0.8988239 0.1778472 0.8942934 0.1618813 0.8951923 0.1831421 0.9053087 0.1793578 0.8977746 0.1674107 0.9113306 0.1960744 0.9116526 0.1930966 0.9101406 0.1791974 0.9189012 0.1960744 0.9116526 0.2126793 0.9017567 0.2093177 0.9004269 0.190042 0.9090965 0.1930966 0.9101406 0.2063146 0.8994103 0.190042 0.9090965 0.1724404 0.9162219 0.1766289 0.9170564 0.190042 0.9090965 0.1864482 0.907624 0.1724404 0.9162219 0.190042 0.9090965 0.2063146 0.8994103 0.2036358 0.8978319 0.1831421 0.9053087 0.1864482 0.907624 0.2011868 0.8956614 0.1831421 0.9053087 0.1674107 0.9113306 0.1710923 0.9136055 0.2381211 0.8922031 0.2329934 0.8893032 0.2208895 0.9074897 0.2381211 0.8922031 0.252996 0.873843 0.2472351 0.8712427 0.2287964 0.8871649 0.2329934 0.8893032 0.2426044 0.8694165 0.2287964 0.8871649 0.2126793 0.9017567 0.2164335 0.9042742 0.2496069 0.9012792 0.2443174 0.8959341 0.231672 0.9155014 0.2597097 0.8777881 0.2443174 0.8959341 0.2684023 0.8849777 0.2381211 0.8922031 0.2443174 0.8959341 0.252996 0.873843 0.2381211 0.8922031 0.2208895 0.9074897 0.2263569 0.9109128 0.1904345 0.8767049 0.192498 0.8826192 0.2067289 0.8709604 0.2142587 0.8524602 0.2034836 0.8657224 0.21833 0.8565633 0.1904345 0.8767049 0.2034836 0.8657224 0.1886823 0.8706232 0.1875524 0.8660795 0.1886823 0.8706232 0.2003694 0.8604367 0.2218073 0.8590375 0.21833 0.8565633 0.2067289 0.8709604 0.1945618 0.8866602 0.2095715 0.8743116 0.192498 0.8826192 0.2287964 0.8871649 0.2253922 0.8857184 0.2126793 0.9017567 0.2287964 0.8871649 0.2426044 0.8694165 0.2392812 0.8677938 0.2225543 0.8844873 0.2253922 0.8857184 0.2366195 0.8663775 0.2225543 0.8844873 0.2063146 0.8994103 0.2093177 0.9004269 0.2225543 0.8844873 0.2200562 0.8829953 0.2063146 0.8994103 0.2225543 0.8844873 0.2366195 0.8663775 0.2339735 0.8651704 0.2176206 0.8811968 0.2200562 0.8829953 0.2312012 0.8639222 0.2176206 0.8811968 0.2011868 0.8956614 0.2036358 0.8978319 0.2635062 0.8538325 0.257276 0.8517194 0.252996 0.873843 0.2522822 0.8500505 0.2426044 0.8694165 0.2472351 0.8712427 0.2597097 0.8777881 0.2684023 0.8849777 0.2773299 0.8610985 0.2635062 0.8538325 0.252996 0.873843 0.2597097 0.8777881 0.2142587 0.8524602 0.21833 0.8565633 0.2262859 0.8406422 0.233821 0.8439041 0.2302006 0.8426284 0.2249858 0.8607036 0.2262859 0.8406422 0.21833 0.8565633 0.2218073 0.8590375 0.2522822 0.8500505 0.2489457 0.848432 0.2426044 0.8694165 0.2463682 0.8471307 0.2366195 0.8663775 0.2392812 0.8677938 0.2463682 0.8471307 0.2436517 0.846413 0.2366195 0.8663775 0.2406865 0.8458451 0.2312012 0.8639222 0.2339735 0.8651704 0.1826644 0.9412044 0.1902727 0.9465762 0.1953263 0.9361905 0.1826644 0.9412044 0.172733 0.9446198 0.1832523 0.9492148 0.1971556 0.951899 0.1902727 0.9465762 0.1911004 0.9555439 0.1971556 0.951899 0.207417 0.9484158 0.2010276 0.9421165 0.2230618 0.9388731 0.2174178 0.9336206 0.207417 0.9484158 0.2230618 0.9388731 0.2387679 0.928964 0.2356709 0.9222137 0.2126203 0.9273807 0.2174178 0.9336206 0.231672 0.9155014 0.2126203 0.9273807 0.1953263 0.9361905 0.2010276 0.9421165 0.2644169 0.8995907 0.2684023 0.8849777 0.2496069 0.9012792 0.2356709 0.9222137 0.2520143 0.9090213 0.231672 0.9155014 0.2356709 0.9222137 0.2387679 0.928964 0.2522158 0.9176496 0.2644169 0.8995907 0.2520143 0.9090213 0.2624449 0.9089067 0.277503 0.823314 0.2696145 0.8218182 0.2635062 0.8538325 0.277503 0.823314 0.2705518 0.8567833 0.2870018 0.8265557 0.2522822 0.8500505 0.257276 0.8517194 0.2578859 0.8198769 0.2635062 0.8538325 0.2696145 0.8218182 0.2630023 0.8207504 0.2491899 0.8182151 0.2518894 0.8183111 0.2463682 0.8471307 0.2491899 0.8182151 0.2436517 0.846413 0.246284 0.8182957 0.2522822 0.8500505 0.2489457 0.848432 0.2578859 0.8198769 0.2463682 0.8471307 0.2518894 0.8183111 0.2544849 0.8189644 0.1008328 0.9094535 0.09182798 0.9103201 0.09232115 0.9124782 0.1018537 0.913486 0.1012486 0.9115505 0.09267884 0.9144778 0.1018537 0.913486 0.1076553 0.9136708 0.1073237 0.910733 0.1008328 0.9094535 0.1012486 0.9115505 0.1055445 0.9091473 0.07578682 0.9630076 0.07576513 0.9663002 0.08604198 0.9598985 0.0705735 0.9699683 0.07576513 0.9663002 0.06526935 0.9666363 0.08284693 0.965036 0.07576513 0.9663002 0.07888942 0.9703266 0.08442217 0.9554012 0.0845766 0.9510387 0.07989835 0.9515476 0.07000797 0.9583867 0.0776863 0.9574937 0.07374137 0.9513601 0.07000797 0.9583867 0.06526935 0.9666363 0.07578682 0.9630076 0.07578682 0.9630076 0.08604198 0.9598985 0.08442217 0.9554012 0.1017642 0.9195072 0.09824657 0.9216442 0.1030338 0.9205649 0.09730249 0.9198897 0.09824657 0.9216442 0.1003865 0.9186948 0.09441363 0.923279 0.09824657 0.9216442 0.09383881 0.9207037 0.09441363 0.923279 0.09513825 0.9261641 0.09932684 0.9232151 0.06055271 0.8176528 0.05927366 0.8196829 0.05685615 0.8192239 0.05512124 0.8167024 0.05753695 0.8174315 0.05382388 0.8190519 0.05946254 0.8155735 0.05753695 0.8174315 0.05772614 0.8143592 0.06055271 0.8176528 0.05753695 0.8174315 0.06134909 0.816195 0.1063434 0.9184422 0.1092716 0.9156588 0.1077798 0.9158558 0.1077798 0.9158558 0.1057457 0.9156532 0.103147 0.9172392 0.1017642 0.9195072 0.104874 0.9176192 0.1003865 0.9186948 0.1063434 0.9184422 0.104874 0.9176192 0.1030338 0.9205649 0.1210507 0.8844313 0.1174613 0.8818545 0.1076088 0.8905352 0.1174613 0.8818545 0.1210507 0.8844313 0.1283435 0.8804189 0.05946254 0.8155735 0.06387764 0.8135846 0.06134909 0.816195 0.06294637 0.8120288 0.06387764 0.8135846 0.05772614 0.8143592 0.0700125 0.8123146 0.06387764 0.8135846 0.06469261 0.8087683 0.0700125 0.8123146 0.07021182 0.81413 0.06456601 0.815181 0.1137414 0.9064979 0.110733 0.9089662 0.1159476 0.9091673 0.1075381 0.9073415 0.110733 0.9089662 0.109449 0.9043263 0.1075381 0.9073415 0.1055445 0.9091473 0.1073237 0.910733 0.1125199 0.9113628 0.110733 0.9089662 0.1076553 0.9136708 0.1089043 0.9291692 0.1091323 0.9308906 0.112505 0.9297828 0.1155518 0.9266275 0.1120719 0.9280393 0.1163479 0.9283339 0.1112977 0.9262675 0.1120719 0.9280393 0.1144099 0.9248444 0.1089043 0.9291692 0.1120719 0.9280393 0.108303 0.9274818 0.1112977 0.9262675 0.1098215 0.9243275 0.108303 0.9274818 0.1112977 0.9262675 0.1144099 0.9248444 0.1126762 0.9228731 0.108277 0.9222713 0.1098215 0.9243275 0.1109452 0.9207474 0.108277 0.9222713 0.1052563 0.9239106 0.1068743 0.9257146 0.1089043 0.9291692 0.1061643 0.9298912 0.1091323 0.9308906 0.1089043 0.9291692 0.108303 0.9274818 0.1056556 0.9283407 0.1036864 0.9303128 0.1061643 0.9298912 0.1038136 0.9289489 0.1036864 0.9303128 0.1036902 0.9320673 0.1062651 0.9315279 0.1022938 0.9255412 0.1041589 0.9268696 0.1052563 0.9239106 0.1022938 0.9255412 0.1000005 0.9275565 0.1021457 0.9283071 0.1056556 0.9283407 0.1041589 0.9268696 0.1038136 0.9289489 0.1056556 0.9283407 0.108303 0.9274818 0.1068743 0.9257146 0.09898746 0.9303502 0.101305 0.930541 0.1000005 0.9275565 0.09898746 0.9303502 0.09783691 0.9338417 0.1011937 0.9328817 0.1036864 0.9303128 0.101305 0.930541 0.1036902 0.9320673 0.1036864 0.9303128 0.1038136 0.9289489 0.1021457 0.9283071 0.1078522 0.9366354 0.1061294 0.9384524 0.1117818 0.9383182 0.1182171 0.9346668 0.1126562 0.9360197 0.1192123 0.9378803 0.1182171 0.9346668 0.1176605 0.9321017 0.1131133 0.9336885 0.1078522 0.9366354 0.1126562 0.9360197 0.1092177 0.9347007 0.1094406 0.9327601 0.1092177 0.9347007 0.1131133 0.9336885 0.1170441 0.9300747 0.1129575 0.9316377 0.1176605 0.9321017 0.1170441 0.9300747 0.1163479 0.9283339 0.112505 0.9297828 0.1094406 0.9327601 0.1129575 0.9316377 0.1091323 0.9308906 0.1094406 0.9327601 0.1091323 0.9308906 0.1062651 0.9315279 0.1039479 0.9336948 0.1065379 0.9332572 0.1036902 0.9320673 0.1039479 0.9336948 0.1041539 0.9348445 0.1061891 0.9349673 0.1094406 0.9327601 0.1065379 0.9332572 0.1092177 0.9347007 0.09834158 0.9360206 0.1013691 0.934639 0.09783691 0.9338417 0.09834158 0.9360206 0.09962594 0.9372805 0.1022925 0.9358487 0.1039479 0.9336948 0.1013691 0.934639 0.1041539 0.9348445 0.1039479 0.9336948 0.1036902 0.9320673 0.1011937 0.9328817 0.1022925 0.9358487 0.09962594 0.9372805 0.1021496 0.9380989 0.1078522 0.9366354 0.1044256 0.9365463 0.1061294 0.9384524 0.1078522 0.9366354 0.1092177 0.9347007 0.1061891 0.9349673 0.1022925 0.9358487 0.1044256 0.9365463 0.1041539 0.9348445 0.1182171 0.9346668 0.1192123 0.9378803 0.1257379 0.935024 0.1257379 0.935024 0.1311348 0.9323303 0.1294851 0.9300706 0.1294851 0.9300706 0.1279372 0.9278892 0.1226442 0.9301112 0.1182171 0.9346668 0.1239145 0.9325444 0.1176605 0.9321017 0.1170441 0.9300747 0.1176605 0.9321017 0.1226442 0.9301112 0.1267533 0.926192 0.1216558 0.9282559 0.1279372 0.9278892 0.1206253 0.9266738 0.1216558 0.9282559 0.1253617 0.9247248 0.1170441 0.9300747 0.1216558 0.9282559 0.1163479 0.9283339 0.1360484 0.9298009 0.1346656 0.9276636 0.1311348 0.9323303 0.1360484 0.9298009 0.1435059 0.9266768 0.1413555 0.9250236 0.1334125 0.9256079 0.1346656 0.9276636 0.1395403 0.9234243 0.1334125 0.9256079 0.1279372 0.9278892 0.1294851 0.9300706 0.1334125 0.9256079 0.1322969 0.9238932 0.1279372 0.9278892 0.1334125 0.9256079 0.1395403 0.9234243 0.1382963 0.9217872 0.1305811 0.9224095 0.1322969 0.9238932 0.1370338 0.9195576 0.1305811 0.9224095 0.1253617 0.9247248 0.1267533 0.926192 0.1419618 0.9127546 0.1370338 0.9195576 0.144755 0.9182938 0.1522657 0.9115769 0.148164 0.9121515 0.1514391 0.9169488 0.157917 0.9149191 0.1674107 0.9113306 0.1620142 0.903155 0.1522657 0.9115769 0.1514391 0.9169488 0.157917 0.9149191 0.1427106 0.9096031 0.149923 0.9084886 0.1427283 0.9066224 0.144755 0.9182938 0.1370338 0.9195576 0.1382963 0.9217872 0.1467909 0.9214957 0.1447607 0.9203014 0.1395403 0.9234243 0.1467909 0.9214957 0.1529735 0.9197854 0.1519607 0.9188908 0.1519607 0.9188908 0.1514391 0.9169488 0.144755 0.9182938 0.1565343 0.9221987 0.1514542 0.9218508 0.1435059 0.9266768 0.1565343 0.9221987 0.1724404 0.9162219 0.159534 0.918921 0.1467909 0.9214957 0.1514542 0.9218508 0.1529735 0.9197854 0.1467909 0.9214957 0.1395403 0.9234243 0.1413555 0.9250236 0.1710923 0.9136055 0.1601672 0.91701 0.1724404 0.9162219 0.157917 0.9149191 0.1601672 0.91701 0.1674107 0.9113306 0.157917 0.9149191 0.1514391 0.9169488 0.1519607 0.9188908 0.159534 0.918921 0.1601672 0.91701 0.1529735 0.9197854 0.1206253 0.9266738 0.1192285 0.9250597 0.1163479 0.9283339 0.1206253 0.9266738 0.1253617 0.9247248 0.1231907 0.9232335 0.1174098 0.9233587 0.1192285 0.9250597 0.1205211 0.9216653 0.1174098 0.9233587 0.1144099 0.9248444 0.1155518 0.9266275 0.1174098 0.9233587 0.1151137 0.9215157 0.1144099 0.9248444 0.1174098 0.9233587 0.1205211 0.9216653 0.1176341 0.919967 0.1128502 0.9194627 0.1151137 0.9215157 0.1148378 0.9180118 0.1128502 0.9194627 0.1109452 0.9207474 0.1126762 0.9228731 0.1305811 0.9224095 0.1275269 0.9210467 0.1253617 0.9247248 0.1305811 0.9224095 0.1370338 0.9195576 0.1315311 0.9185843 0.1239678 0.9196186 0.1275269 0.9210467 0.1273074 0.9173999 0.1239678 0.9196186 0.1205211 0.9216653 0.1231907 0.9232335 0.1239678 0.9196186 0.1207369 0.917939 0.1205211 0.9216653 0.1239678 0.9196186 0.1273074 0.9173999 0.1241028 0.9157072 0.1177536 0.9159892 0.1207369 0.917939 0.1213729 0.9136919 0.1177536 0.9159892 0.1148378 0.9180118 0.1176341 0.919967 0.1419618 0.9127546 0.1362113 0.9132131 0.1370338 0.9195576 0.1324583 0.9133921 0.1273074 0.9173999 0.1315311 0.9185843 0.1359017 0.9079746 0.1364613 0.9105541 0.1427283 0.9066224 0.1302473 0.9094244 0.1213729 0.9136919 0.1241028 0.9157072 0.1324583 0.9133921 0.1313151 0.9117369 0.1273074 0.9173999 0.1270559 0.9471955 0.1217414 0.9478008 0.1208261 0.9510022 0.1208261 0.9510022 0.1197034 0.9545603 0.1273793 0.9534521 0.1273793 0.9534521 0.1361472 0.9527287 0.1345036 0.9492213 0.1270559 0.9471955 0.1275559 0.9501286 0.1327161 0.9464617 0.1270559 0.9471955 0.1327161 0.9464617 0.1319177 0.9439865 0.1253494 0.9429444 0.1267095 0.9448087 0.13051 0.9412922 0.1253494 0.9429444 0.1224771 0.9438876 0.122339 0.9453769 0.122339 0.9453769 0.1217414 0.9478008 0.1270559 0.9471955 0.1143078 0.9458513 0.1181306 0.9456292 0.1147114 0.9430556 0.1143078 0.9458513 0.1123213 0.9488327 0.1166322 0.9484282 0.122339 0.9453769 0.1181306 0.9456292 0.1217414 0.9478008 0.122339 0.9453769 0.1224771 0.9438876 0.119547 0.9434302 0.1313765 0.9568675 0.1361472 0.9527287 0.1273793 0.9534521 0.1184836 0.9580543 0.1256957 0.95701 0.1197034 0.9545603 0.1184836 0.9580543 0.117225 0.9619303 0.1235663 0.9610299 0.1313765 0.9568675 0.1256957 0.95701 0.1282688 0.9608568 0.1232783 0.9714428 0.1220524 0.9657391 0.1167722 0.9728977 0.1232783 0.9714428 0.1270609 0.9707046 0.1262407 0.9654111 0.1262407 0.9654111 0.1282688 0.9608568 0.1235663 0.9610299 0.115986 0.966634 0.1220524 0.9657391 0.117225 0.9619303 0.1319177 0.9439865 0.1327161 0.9464617 0.1388623 0.9454486 0.1465442 0.9426936 0.1386394 0.9429724 0.1446465 0.9447844 0.1465442 0.9426936 0.1517004 0.9387377 0.1394265 0.9402942 0.1319177 0.9439865 0.1386394 0.9429724 0.13051 0.9412922 0.1388127 0.9340288 0.1394608 0.9370931 0.1479206 0.9308455 0.132684 0.9379134 0.1394608 0.9370931 0.1345648 0.9354383 0.132684 0.9379134 0.13051 0.9412922 0.1394265 0.9402942 0.1394265 0.9402942 0.1517004 0.9387377 0.1498161 0.934211 0.1388623 0.9454486 0.1327161 0.9464617 0.1345036 0.9492213 0.1458795 0.9508109 0.1418581 0.9480438 0.1361472 0.9527287 0.1458795 0.9508109 0.1546818 0.9491247 0.1489979 0.946396 0.1388623 0.9454486 0.1418581 0.9480438 0.1446465 0.9447844 0.1465442 0.9426936 0.1446465 0.9447844 0.1489979 0.946396 0.1624612 0.9467762 0.1553017 0.9440779 0.1546818 0.9491247 0.1624612 0.9467762 0.172733 0.9446198 0.163189 0.9409323 0.1465442 0.9426936 0.1553017 0.9440779 0.1517004 0.9387377 0.182645 0.9574167 0.184209 0.9646712 0.1911004 0.9555439 0.182645 0.9574167 0.1760856 0.9605813 0.177459 0.9669109 0.177459 0.9669109 0.1777961 0.971728 0.1823782 0.9723298 0.1909523 0.964018 0.184209 0.9646712 0.1886628 0.9718779 0.07257688 0.9759433 0.06581926 0.974662 0.07033824 0.9820719 0.07257688 0.9759433 0.07888942 0.9703266 0.0705735 0.9699683 0.05918323 0.971961 0.06581926 0.974662 0.06526935 0.9666363 0.05918323 0.971961 0.05439954 0.9766994 0.06112074 0.9800084 0.1088201 0.9525626 0.1029689 0.9571707 0.1115785 0.9559623 0.1208261 0.9510022 0.1141253 0.9520783 0.1197034 0.9545603 0.1208261 0.9510022 0.1217414 0.9478008 0.1166322 0.9484282 0.1088201 0.9525626 0.1141253 0.9520783 0.1123213 0.9488327 0.1184836 0.9580543 0.1197034 0.9545603 0.1115785 0.9559623 0.1115785 0.9559623 0.1029689 0.9571707 0.1007406 0.9611899 0.1084672 0.9631844 0.1099606 0.9594628 0.09869945 0.964829 0.1184836 0.9580543 0.1099606 0.9594628 0.117225 0.9619303 0.07488405 0.9459635 0.06765967 0.9447832 0.07374137 0.9513601 0.07488405 0.9459635 0.07564151 0.9410268 0.0683211 0.9406861 0.06115549 0.9427115 0.06765967 0.9447832 0.06388717 0.9402622 0.06115549 0.9427115 0.05698466 0.9467427 0.06605142 0.9497905 0.1310817 0.9707276 0.1302982 0.9660134 0.1270609 0.9707046 0.1310817 0.9707276 0.1350618 0.9710233 0.1342003 0.9670806 0.1321102 0.9617845 0.1302982 0.9660134 0.1354942 0.9633643 0.1321102 0.9617845 0.1282688 0.9608568 0.1262407 0.9654111 0.1313765 0.9568675 0.1282688 0.9608568 0.1321102 0.9617845 0.1382566 0.960263 0.1353055 0.9581641 0.1354942 0.9633643 0.1382566 0.960263 0.1432098 0.9580234 0.1407174 0.9554157 0.1313765 0.9568675 0.1353055 0.9581641 0.1361472 0.9527287 0.1433892 0.9792692 0.1356729 0.9758035 0.1416593 0.9815103 0.1433892 0.9792692 0.1449193 0.9770911 0.1387659 0.9748034 0.1310817 0.9707276 0.1356729 0.9758035 0.1350618 0.9710233 0.1310817 0.9707276 0.1270609 0.9707046 0.1324984 0.9769117 0.1536499 0.9819781 0.1652461 0.9796512 0.1636254 0.976283 0.1531285 0.9765567 0.1535481 0.9791522 0.1620263 0.9724838 0.1531285 0.9765567 0.1449193 0.9770911 0.1433892 0.9792692 0.1433892 0.9792692 0.1416593 0.9815103 0.1536499 0.9819781 0.1531285 0.9765567 0.1620263 0.9724838 0.1570739 0.9709939 0.1511136 0.971338 0.1522386 0.9739502 0.1537452 0.9691937 0.1511136 0.971338 0.1475951 0.9724807 0.1462956 0.9748114 0.1531285 0.9765567 0.1522386 0.9739502 0.1449193 0.9770911 0.1387659 0.9748034 0.1449193 0.9770911 0.1462956 0.9748114 0.1444344 0.9722791 0.1416519 0.9735937 0.1475951 0.9724807 0.1444344 0.9722791 0.1422234 0.9710757 0.1387225 0.9711034 0.1387225 0.9711034 0.1350618 0.9710233 0.1387659 0.9748034 0.1629129 0.9643301 0.160458 0.9573243 0.1562998 0.9613707 0.1562998 0.9613707 0.1528161 0.9639745 0.1542453 0.9663904 0.1542453 0.9663904 0.1537452 0.9691937 0.1570739 0.9709939 0.1629129 0.9643301 0.1583945 0.9659264 0.1620263 0.9724838 0.1448833 0.9606676 0.150889 0.9599499 0.1432098 0.9580234 0.1448833 0.9606676 0.1461474 0.9633301 0.1496601 0.9629924 0.1562998 0.9613707 0.150889 0.9599499 0.1528161 0.9639745 0.1562998 0.9613707 0.160458 0.9573243 0.151076 0.9568919 0.1388247 0.9651471 0.1410034 0.962527 0.1354942 0.9633643 0.1388247 0.9651471 0.1421284 0.9670317 0.1436481 0.9648737 0.1448833 0.9606676 0.1410034 0.962527 0.1461474 0.9633301 0.1448833 0.9606676 0.1432098 0.9580234 0.1382566 0.960263 0.1387225 0.9711034 0.1379222 0.9681469 0.1350618 0.9710233 0.1387225 0.9711034 0.1422234 0.9710757 0.1415541 0.9692128 0.1388247 0.9651471 0.1379222 0.9681469 0.1421284 0.9670317 0.1388247 0.9651471 0.1354942 0.9633643 0.1342003 0.9670806 0.3668554 0.3263532 0.377871 0.3312253 0.3658554 0.3167447 0.3748507 0.3386954 0.377871 0.3312253 0.3678553 0.3359618 0.3861754 0.3429576 0.377871 0.3312253 0.3802437 0.3461849 0.3861754 0.3429576 0.3921071 0.3397304 0.3808912 0.3237552 0.173224 0.9758658 0.1652461 0.9796512 0.1672306 0.9832237 0.1827816 0.9791594 0.1767734 0.9787111 0.1740518 0.9874346 0.1827816 0.9791594 0.1886628 0.9718779 0.1823782 0.9723298 0.173224 0.9758658 0.1767734 0.9787111 0.1777961 0.971728 0.1396837 0.9839798 0.1350591 0.987757 0.1532454 0.9891275 0.1532454 0.9891275 0.1740518 0.9874346 0.1672306 0.9832237 0.1536499 0.9819781 0.153586 0.9852762 0.1652461 0.9796512 0.1396837 0.9839798 0.153586 0.9852762 0.1416593 0.9815103 0.1285737 0.8932908 0.1396548 0.8884348 0.1238328 0.8886806 0.1047923 0.894495 0.1181014 0.8926389 0.1076088 0.8905352 0.1210507 0.8844313 0.1076088 0.8905352 0.1238328 0.8886806 0.1424474 0.880682 0.1304557 0.8839484 0.1396548 0.8884348 0.1210507 0.8844313 0.1304557 0.8839484 0.1283435 0.8804189 0.04799634 0.9722226 0.05341231 0.9679617 0.04108774 0.9654935 0.05918323 0.971961 0.05341231 0.9679617 0.05439954 0.9766994 0.05918323 0.971961 0.06526935 0.9666363 0.05848968 0.9632895 0.04961103 0.9623208 0.05341231 0.9679617 0.05454313 0.9601562 0.1032676 0.9427623 0.1039027 0.941457 0.09915703 0.9413005 0.09915703 0.9413005 0.09402889 0.9413645 0.09563899 0.9431404 0.09974318 0.9438161 0.09921813 0.9426717 0.09686499 0.9442344 0.09974318 0.9438161 0.1028192 0.9438585 0.1032676 0.9427623 0.1024472 0.9446488 0.1028192 0.9438585 0.09974318 0.9438161 0.09974318 0.9438161 0.09686499 0.9442344 0.09756892 0.9451103 0.09756892 0.9451103 0.0979278 0.9457923 0.1001045 0.9453967 0.1024472 0.9446488 0.100028 0.9447069 0.1020902 0.9452464 0.1143078 0.9458513 0.1110942 0.9463288 0.1123213 0.9488327 0.1143078 0.9458513 0.1147114 0.9430556 0.1107085 0.9444687 0.1084518 0.9468821 0.1110942 0.9463288 0.1079462 0.945495 0.1084518 0.9468821 0.1073716 0.9485347 0.1094017 0.9487698 0.1107085 0.9444687 0.1147114 0.9430556 0.1093107 0.9419241 0.1032676 0.9427623 0.1075987 0.9433206 0.1039027 0.941457 0.1032676 0.9427623 0.1028192 0.9438585 0.105878 0.9443756 0.1107085 0.9444687 0.1075987 0.9433206 0.1079462 0.945495 0.1055109 0.9455797 0.1079462 0.945495 0.105878 0.9443756 0.1024472 0.9446488 0.1044766 0.9450038 0.1028192 0.9438585 0.1024472 0.9446488 0.1020902 0.9452464 0.1034141 0.9454236 0.1055109 0.9455797 0.1044766 0.9450038 0.1042252 0.9456841 0.08783048 0.9505191 0.0845766 0.9510387 0.08442217 0.9554012 0.09155994 0.9558293 0.08875423 0.9535931 0.08604198 0.9598985 0.09155994 0.9558293 0.09438961 0.9535197 0.09161251 0.9522619 0.08783048 0.9505191 0.08875423 0.9535931 0.09044587 0.9500316 0.1019244 0.9507479 0.1016889 0.9500276 0.09967768 0.9506725 0.09639 0.9520154 0.09919172 0.9516392 0.09720253 0.9509487 0.09639 0.9520154 0.09438961 0.9535197 0.098154 0.953265 0.1019244 0.9507479 0.09919172 0.9516392 0.1020374 0.9520315 0.1019052 0.9542676 0.1020374 0.9520315 0.098154 0.953265 0.09155994 0.9558293 0.09647154 0.9558557 0.09438961 0.9535197 0.09155994 0.9558293 0.08604198 0.9598985 0.09421056 0.9592258 0.09421056 0.9592258 0.1029689 0.9571707 0.1019052 0.9542676 0.1051717 0.9503529 0.1062769 0.9516609 0.1073716 0.9485347 0.1019052 0.9542676 0.1062769 0.9516609 0.1020374 0.9520315 0.1088201 0.9525626 0.1062769 0.9516609 0.1029689 0.9571707 0.1088201 0.9525626 0.1123213 0.9488327 0.1094017 0.9487698 0.08993393 0.9430832 0.09271883 0.9442605 0.09402889 0.9413645 0.08993393 0.9430832 0.08720064 0.9450801 0.09038501 0.945913 0.09439986 0.9450996 0.09271883 0.9442605 0.09233403 0.9463824 0.09439986 0.9450996 0.09686499 0.9442344 0.09563899 0.9431404 0.09439986 0.9450996 0.09541934 0.9457914 0.09686499 0.9442344 0.09439986 0.9450996 0.09233403 0.9463824 0.09361797 0.946764 0.09603142 0.9463515 0.09541934 0.9457914 0.09448015 0.947097 0.09603142 0.9463515 0.0979278 0.9457923 0.09756892 0.9451103 0.08545881 0.9476652 0.08856481 0.9479791 0.08720064 0.9450801 0.08545881 0.9476652 0.0845766 0.9510387 0.08783048 0.9505191 0.09065371 0.9480538 0.08856481 0.9479791 0.09044587 0.9500316 0.09065371 0.9480538 0.09233403 0.9463824 0.09038501 0.945913 0.09388446 0.9499832 0.09345388 0.9495281 0.09044587 0.9500316 0.09388446 0.9499832 0.09720599 0.9499392 0.09542453 0.9495101 0.09359848 0.9489397 0.09345388 0.9495281 0.09466797 0.9489782 0.09190559 0.9491294 0.09345388 0.9495281 0.09283667 0.9487471 0.09333884 0.948051 0.09418427 0.9481859 0.09448015 0.947097 0.09333884 0.948051 0.09283667 0.9487471 0.09359848 0.9489397 0.09489452 0.9483488 0.09418427 0.9481859 0.09466797 0.9489782 0.09489452 0.9483488 0.09574782 0.9477163 0.09516406 0.9474201 0.09333884 0.948051 0.09220349 0.9480424 0.09283667 0.9487471 0.09333884 0.948051 0.09448015 0.947097 0.09361797 0.946764 0.09065371 0.9480538 0.09220349 0.9480424 0.09233403 0.9463824 0.09065371 0.9480538 0.09044587 0.9500316 0.09190559 0.9491294 0.1084518 0.9468821 0.1079462 0.945495 0.1060653 0.9465268 0.104591 0.9478651 0.1063426 0.9473325 0.1040694 0.947289 0.104591 0.9478651 0.1046036 0.9484622 0.1057298 0.9484226 0.1084518 0.9468821 0.1063426 0.9473325 0.1073716 0.9485347 0.1060653 0.9465268 0.1049444 0.9461843 0.1040694 0.947289 0.1060653 0.9465268 0.1079462 0.945495 0.1055109 0.9455797 0.1036144 0.9460463 0.1049444 0.9461843 0.1042252 0.9456841 0.1036144 0.9460463 0.1027837 0.9464966 0.103595 0.9467499 0.1247946 0.9396007 0.1218084 0.9415792 0.13051 0.9412922 0.1167121 0.9406945 0.1218084 0.9415792 0.1192123 0.9378803 0.1167121 0.9406945 0.1147114 0.9430556 0.119547 0.9434302 0.1253494 0.9429444 0.1218084 0.9415792 0.1224771 0.9438876 0.1257379 0.935024 0.1192123 0.9378803 0.1247946 0.9396007 0.132684 0.9379134 0.1283854 0.9370186 0.13051 0.9412922 0.132684 0.9379134 0.1345648 0.9354383 0.1326238 0.9342622 0.1257379 0.935024 0.1283854 0.9370186 0.1311348 0.9323303 0.09834158 0.9360206 0.09783691 0.9338417 0.09263956 0.9358982 0.09263956 0.9358982 0.08722287 0.9375137 0.09000968 0.9396393 0.09683382 0.9390653 0.09440547 0.9377707 0.09402889 0.9413645 0.09683382 0.9390653 0.09962594 0.9372805 0.09834158 0.9360206 0.09263956 0.9358982 0.09119671 0.9335002 0.08722287 0.9375137 0.09263956 0.9358982 0.09783691 0.9338417 0.09508889 0.9318204 0.09034341 0.9309377 0.09119671 0.9335002 0.09326601 0.9304716 0.08602678 0.9347227 0.09119671 0.9335002 0.08579182 0.9316728 0.1019244 0.9507479 0.1020374 0.9520315 0.1051717 0.9503529 0.1051717 0.9503529 0.1073716 0.9485347 0.1057298 0.9484226 0.1034235 0.9491563 0.1041804 0.9496183 0.1046036 0.9484622 0.1034235 0.9491563 0.1016889 0.9500276 0.1019244 0.9507479 0.09407621 0.9507142 0.09502422 0.9503371 0.09044587 0.9500316 0.09761536 0.9503579 0.09502422 0.9503371 0.09720253 0.9509487 0.09388446 0.9499832 0.09502422 0.9503371 0.09720599 0.9499392 0.09639 0.9520154 0.09720253 0.9509487 0.09407621 0.9507142 0.09407621 0.9507142 0.09044587 0.9500316 0.09161251 0.9522619 0.09639 0.9520154 0.0939272 0.9515996 0.09438961 0.9535197 0.01791977 0.9478219 0.0129922 0.9459006 0.01199257 0.9512634 0.01789224 0.9545071 0.01658481 0.951099 0.01343649 0.9557844 0.01789224 0.9545071 0.02166461 0.9540593 0.0205757 0.9517431 0.01791977 0.9478219 0.01658481 0.951099 0.02153199 0.949481 0.0205757 0.9517431 0.02352041 0.9522629 0.02153199 0.949481 0.02432495 0.953783 0.02352041 0.9522629 0.02166461 0.9540593 0.02432495 0.953783 0.02639716 0.953632 0.02587467 0.9526638 0.02587467 0.9526638 0.02649521 0.9517136 0.02427476 0.9507713 0.04301232 0.9552771 0.03952759 0.9545571 0.04108774 0.9654935 0.03855812 0.948722 0.03952759 0.9545571 0.04139226 0.9463557 0.03759837 0.9535142 0.03952759 0.9545571 0.03699326 0.9498153 0.03759837 0.9535142 0.03599298 0.9568244 0.03740382 0.9596585 0.03759837 0.9535142 0.0363934 0.9531275 0.03599298 0.9568244 0.03759837 0.9535142 0.03699326 0.9498153 0.03597259 0.9507022 0.03560984 0.953081 0.0363934 0.9531275 0.03528326 0.9514164 0.03560984 0.953081 0.03464561 0.9546595 0.03515487 0.9553651 0.3084127 0.5725727 0.2902598 0.5620342 0.2897661 0.5624295 0.2854866 0.566311 0.2807987 0.5697216 0.2868285 0.5859113 0.300092 0.6004793 0.2933614 0.5845184 0.2922316 0.6005386 0.300092 0.6004793 0.3083167 0.6005821 0.300793 0.5840816 0.1610036 0.6746938 0.1617274 0.6717849 0.1509798 0.6714673 0.1389872 0.6739907 0.1496423 0.6743517 0.1410702 0.6709139 0.3036482 0.6565346 0.314631 0.6444196 0.3041064 0.6421265 0.2883759 0.6481607 0.2958098 0.6524407 0.2964533 0.6391035 0.2883759 0.6481607 0.2778016 0.6568984 0.2850939 0.6622013 0.3036482 0.6565346 0.2958098 0.6524407 0.2932932 0.6668925 0.03330898 0.9520263 0.03413635 0.9524166 0.03471219 0.9519916 0.03342175 0.9504646 0.03339421 0.9513807 0.03528326 0.9514164 0.03342175 0.9504646 0.03083646 0.9502472 0.03157198 0.9512622 0.03157198 0.9512622 0.03211671 0.9519727 0.03330898 0.9520263 0.03098815 0.9522319 0.03211671 0.9519727 0.03157198 0.9512622 0.02833837 0.9507858 0.02982687 0.9516717 0.03083646 0.9502472 0.02833837 0.9507858 0.02649521 0.9517136 0.02854043 0.9523282 0.03098815 0.9522319 0.02982687 0.9516717 0.03021448 0.9526804 0.02840489 0.9535596 0.02938872 0.9541736 0.03010237 0.9534702 0.02840489 0.9535596 0.02639716 0.953632 0.02798306 0.9546139 0.03086972 0.9545819 0.02938872 0.9541736 0.03020477 0.9552929 0.03086972 0.9545819 0.03147649 0.9539638 0.03057616 0.9538046 0.03269618 0.9539502 0.03147649 0.9539638 0.03086972 0.9545819 0.03086972 0.9545819 0.03020477 0.9552929 0.03263479 0.9553525 0.03422141 0.9540863 0.0326718 0.9545733 0.03464561 0.9546595 0.03422141 0.9540863 0.0337814 0.9536343 0.03269618 0.9539502 0.01303297 0.9421232 0.02031075 0.9404762 0.0134083 0.9390886 0.02091461 0.9429178 0.02031075 0.9404762 0.0129922 0.9459006 0.02091461 0.9429178 0.02841413 0.9418453 0.02766722 0.9395244 0.02016502 0.9379646 0.02031075 0.9404762 0.02678453 0.9371818 0.03190708 0.9369674 0.02678453 0.9371818 0.02766722 0.9395244 0.03484696 0.942865 0.03358155 0.9399751 0.02841413 0.9418453 0.03484696 0.942865 0.04139226 0.9463557 0.03916901 0.9408618 0.03190708 0.9369674 0.03358155 0.9399751 0.03670394 0.9369742 0.01355868 0.9362 0.01978248 0.93523 0.01369029 0.9334184 0.02016502 0.9379646 0.01978248 0.93523 0.0134083 0.9390886 0.02016502 0.9379646 0.02678453 0.9371818 0.02590906 0.9344772 0.01936972 0.9325265 0.01978248 0.93523 0.0250529 0.9318203 0.0302754 0.9313356 0.0250529 0.9318203 0.02590906 0.9344772 0.03190708 0.9369674 0.03093314 0.934008 0.02678453 0.9371818 0.03190708 0.9369674 0.03670394 0.9369742 0.03569835 0.9337138 0.0302754 0.9313356 0.03093314 0.934008 0.03537005 0.9310147 0.02422803 0.9296205 0.02954941 0.9291892 0.0234189 0.9276494 0.0302754 0.9313356 0.02954941 0.9291892 0.0250529 0.9318203 0.0302754 0.9313356 0.03537005 0.9310147 0.03493672 0.9288105 0.02878934 0.9273058 0.02954941 0.9291892 0.03445088 0.926854 0.01789224 0.9545071 0.02106797 0.9572791 0.02166461 0.9540593 0.01789224 0.9545071 0.01343649 0.9557844 0.01681005 0.9595304 0.02587807 0.9593634 0.02106797 0.9572791 0.02235573 0.9625324 0.02587807 0.9593634 0.02834248 0.9572759 0.02448493 0.9559629 0.02587807 0.9593634 0.03208863 0.9607086 0.02834248 0.9572759 0.02587807 0.9593634 0.02235573 0.9625324 0.03031599 0.9648218 0.03740382 0.9596585 0.03208863 0.9607086 0.04108774 0.9654935 0.03254306 0.9578207 0.03208863 0.9607086 0.03599298 0.9568244 0.02432495 0.953783 0.02656918 0.9551424 0.02639716 0.953632 0.02432495 0.953783 0.02166461 0.9540593 0.02448493 0.9559629 0.0295735 0.956055 0.02656918 0.9551424 0.02834248 0.9572759 0.0295735 0.956055 0.03020477 0.9552929 0.02798306 0.9546139 0.0295735 0.956055 0.03265851 0.9562351 0.03020477 0.9552929 0.0295735 0.956055 0.02834248 0.9572759 0.03254306 0.9578207 0.03254306 0.9578207 0.03599298 0.9568244 0.03515487 0.9553651 0.03263479 0.9553525 0.03265851 0.9562351 0.03464561 0.9546595 0.02484714 0.9477395 0.02153199 0.949481 0.02427476 0.9507713 0.02833837 0.9507858 0.02670729 0.9494978 0.02649521 0.9517136 0.02833837 0.9507858 0.03083646 0.9502472 0.03003901 0.9488584 0.02484714 0.9477395 0.02670729 0.9494978 0.02933555 0.9469771 0.03381162 0.9476526 0.02933555 0.9469771 0.03003901 0.9488584 0.03342175 0.9504646 0.03349095 0.9492695 0.03083646 0.9502472 0.03342175 0.9504646 0.03528326 0.9514164 0.03597259 0.9507022 0.03597259 0.9507022 0.03699326 0.9498153 0.03381162 0.9476526 0.02091461 0.9429178 0.0129922 0.9459006 0.01791977 0.9478219 0.02484714 0.9477395 0.02267152 0.9454426 0.02153199 0.949481 0.02484714 0.9477395 0.02933555 0.9469771 0.02888208 0.9444844 0.02091461 0.9429178 0.02267152 0.9454426 0.02841413 0.9418453 0.03484696 0.942865 0.02841413 0.9418453 0.02888208 0.9444844 0.03381162 0.9476526 0.03459364 0.945471 0.02933555 0.9469771 0.03855812 0.948722 0.03459364 0.945471 0.03699326 0.9498153 0.03855812 0.948722 0.04139226 0.9463557 0.03484696 0.942865 0.08932822 0.9669004 0.08905941 0.9695088 0.09869945 0.964829 0.08932822 0.9669004 0.07888942 0.9703266 0.08393335 0.97237 0.09623306 0.9687758 0.08905941 0.9695088 0.09142559 0.9737049 0.08130252 0.9781829 0.09142559 0.9737049 0.08393335 0.97237 0.07257688 0.9759433 0.07871258 0.9756836 0.07888942 0.9703266 0.07257688 0.9759433 0.07033824 0.9820719 0.08130252 0.9781829 0.2771379 0.5722765 0.281013 0.5865676 0.2807987 0.5697216 0.2771379 0.5722765 0.2738924 0.5740035 0.2757706 0.5864357 0.2846342 0.5999763 0.281013 0.5865676 0.2774923 0.5985746 0.2846342 0.5999763 0.2922316 0.6005386 0.2868285 0.5859113 0.1741508 0.671631 0.1870966 0.672745 0.1873626 0.6692485 0.1734547 0.666416 0.1740903 0.6688657 0.1869148 0.6662533 0.1734547 0.666416 0.1606503 0.6668036 0.1614509 0.6692273 0.1741508 0.671631 0.1740903 0.6688657 0.1617274 0.6717849 0.1509798 0.6714673 0.1617274 0.6717849 0.1614509 0.6692273 0.1505129 0.6663619 0.1510491 0.6688543 0.1606503 0.6668036 0.1505129 0.6663619 0.141709 0.6655056 0.1417663 0.668114 0.1509798 0.6714673 0.1510491 0.6688543 0.1410702 0.6709139 0.2208777 0.6820778 0.2342023 0.6843497 0.2302004 0.670598 0.2302004 0.670598 0.2279776 0.6606312 0.2188822 0.6648882 0.2188822 0.6648882 0.2096982 0.6676277 0.2107867 0.6740962 0.2208777 0.6820778 0.220531 0.6733857 0.2107771 0.6809816 0.199411 0.6768663 0.2107771 0.6809816 0.2107867 0.6740962 0.1990192 0.66737 0.1996626 0.6718546 0.2096982 0.6676277 0.1990192 0.66737 0.1869148 0.6662533 0.1873626 0.6692485 0.199411 0.6768663 0.1996626 0.6718546 0.1870966 0.672745 0.2704505 0.5749306 0.270957 0.5854642 0.2738924 0.5740035 0.2704505 0.5749306 0.2667154 0.575246 0.2659512 0.5839262 0.2709987 0.5961163 0.270957 0.5854642 0.2643794 0.59296 0.2709987 0.5961163 0.2774923 0.5985746 0.2757706 0.5864357 0.2709987 0.5961163 0.2701109 0.6070055 0.2774923 0.5985746 0.2709987 0.5961163 0.2643794 0.59296 0.2611924 0.6027008 0.2661551 0.6184887 0.2701109 0.6070055 0.2559655 0.6131708 0.2661551 0.6184887 0.2783297 0.6228158 0.2789012 0.6101266 0.1734547 0.666416 0.1869148 0.6662533 0.1849231 0.6634264 0.1704286 0.6613203 0.1721027 0.6639956 0.1822535 0.6604771 0.1704286 0.6613203 0.1589965 0.6615846 0.1598016 0.6642966 0.1734547 0.666416 0.1721027 0.6639956 0.1606503 0.6668036 0.1505129 0.6663619 0.1606503 0.6668036 0.1598016 0.6642966 0.1496593 0.6612535 0.1500337 0.6638397 0.1589965 0.6615846 0.1496593 0.6612535 0.1413695 0.6606248 0.1415322 0.6630037 0.1505129 0.6663619 0.1500337 0.6638397 0.141709 0.6655056 0.2646182 0.6356264 0.2783297 0.6228158 0.2661551 0.6184887 0.2482741 0.6243916 0.2569928 0.6309227 0.2559655 0.6131708 0.2457328 0.6415171 0.2569928 0.6309227 0.2396713 0.6340652 0.2457328 0.6415171 0.2514282 0.6498911 0.2646182 0.6356264 0.2457328 0.6415171 0.2354838 0.6474809 0.2514282 0.6498911 0.2457328 0.6415171 0.2396713 0.6340652 0.23171 0.6398936 0.2258121 0.6516816 0.2354838 0.6474809 0.2232995 0.6445209 0.2258121 0.6516816 0.2279776 0.6606312 0.2383914 0.6563369 0.2258121 0.6516816 0.2162838 0.6569862 0.2279776 0.6606312 0.2258121 0.6516816 0.2232995 0.6445209 0.2133496 0.6505912 0.2133496 0.6505912 0.2028446 0.656107 0.2065467 0.6614378 0.2188822 0.6648882 0.2162838 0.6569862 0.2096982 0.6676277 0.1990192 0.66737 0.2096982 0.6676277 0.2065467 0.6614378 0.1927691 0.6590707 0.1962487 0.6630792 0.2028446 0.656107 0.1927691 0.6590707 0.1822535 0.6604771 0.1849231 0.6634264 0.1990192 0.66737 0.1962487 0.6630792 0.1869148 0.6662533 0.2625899 0.5751376 0.2601321 0.582095 0.2667154 0.575246 0.2625899 0.5751376 0.257631 0.5733996 0.2531388 0.5783703 0.2531388 0.5783703 0.2480889 0.5838264 0.2568606 0.5894642 0.2568606 0.5894642 0.2643794 0.59296 0.2659512 0.5839262 0.2568606 0.5894642 0.2519612 0.5976571 0.2643794 0.59296 0.2419237 0.5902532 0.2519612 0.5976571 0.2480889 0.5838264 0.2458056 0.6067072 0.2519612 0.5976571 0.2350685 0.5977081 0.2458056 0.6067072 0.2559655 0.6131708 0.2611924 0.6027008 0.1704286 0.6613203 0.1822535 0.6604771 0.1797724 0.6571143 0.1654989 0.6529913 0.1688266 0.6581062 0.1761606 0.651654 0.1654989 0.6529913 0.1563829 0.6542232 0.1583263 0.6585456 0.1704286 0.6613203 0.1688266 0.6581062 0.1589965 0.6615846 0.1583263 0.6585456 0.1494376 0.6585694 0.1589965 0.6615846 0.1583263 0.6585456 0.1563829 0.6542232 0.1484198 0.6551913 0.1413547 0.6583854 0.1494376 0.6585694 0.1410332 0.6560274 0.1413547 0.6583854 0.1413695 0.6606248 0.1496593 0.6612535 0.2458056 0.6067072 0.238765 0.616648 0.2559655 0.6131708 0.2458056 0.6067072 0.2350685 0.5977081 0.2279487 0.6062484 0.2319329 0.626036 0.238765 0.616648 0.2214468 0.6162474 0.2319329 0.626036 0.2396713 0.6340652 0.2482741 0.6243916 0.4113649 0.5074479 0.4111606 0.5182719 0.4234987 0.5170689 0.4113649 0.5074479 0.4010304 0.499307 0.4007737 0.5108286 0.4844384 0.5694043 0.4932726 0.5612811 0.4725133 0.5501626 0.4502656 0.5460186 0.4658747 0.5575492 0.4551404 0.5385405 0.4502656 0.5460186 0.4551404 0.5385405 0.4384463 0.5274712 0.4384463 0.5274712 0.4234987 0.5170689 0.4227154 0.5266607 0.300092 0.6004793 0.3045343 0.6119468 0.3083167 0.6005821 0.300092 0.6004793 0.2922316 0.6005386 0.2963814 0.6120413 0.3068638 0.6214905 0.3045343 0.6119468 0.2989099 0.621612 0.3068638 0.6214905 0.3143557 0.6213213 0.3124337 0.6119623 0.3068638 0.6214905 0.3072561 0.6316801 0.3143557 0.6213213 0.3068638 0.6214905 0.2989099 0.621612 0.2994493 0.6304433 0.3041064 0.6421265 0.3072561 0.6316801 0.2964533 0.6391035 0.3041064 0.6421265 0.314631 0.6444196 0.3152942 0.6317583 0.3474514 0.6293157 0.3601307 0.6251487 0.3479694 0.6153098 0.3479694 0.6153098 0.3316086 0.6040902 0.3286802 0.6154831 0.3317635 0.6269009 0.3380789 0.6215526 0.3273898 0.6212579 0.3474514 0.6293157 0.3380789 0.6215526 0.3375735 0.633441 0.317007 0.6016312 0.320307 0.6127137 0.3316086 0.6040902 0.317007 0.6016312 0.3083167 0.6005821 0.3124337 0.6119623 0.3217338 0.6215712 0.320307 0.6127137 0.3143557 0.6213213 0.3217338 0.6215712 0.3273898 0.6212579 0.3286802 0.6154831 0.3036482 0.6565346 0.3111475 0.6605255 0.314631 0.6444196 0.3036482 0.6565346 0.2932932 0.6668925 0.3020011 0.6704133 0.2897458 0.6353273 0.2964533 0.6391035 0.2994493 0.6304433 0.2901458 0.6212186 0.2916213 0.6284921 0.2989099 0.621612 0.2901458 0.6212186 0.2783297 0.6228158 0.2825087 0.6296867 0.2825087 0.6296867 0.2833505 0.6343799 0.2897458 0.6353273 0.2846342 0.5999763 0.2877476 0.6116199 0.2922316 0.6005386 0.2846342 0.5999763 0.2774923 0.5985746 0.2789012 0.6101266 0.2901458 0.6212186 0.2877476 0.6116199 0.2783297 0.6228158 0.2901458 0.6212186 0.2989099 0.621612 0.2963814 0.6120413 0.2883759 0.6481607 0.2820903 0.6436113 0.2778016 0.6568984 0.2883759 0.6481607 0.2964533 0.6391035 0.2897458 0.6353273 0.2764239 0.6398382 0.2820903 0.6436113 0.2833505 0.6343799 0.271815 0.6515423 0.2820903 0.6436113 0.2696322 0.6467881 0.2764239 0.6398382 0.2708476 0.6378874 0.2696322 0.6467881 0.2764239 0.6398382 0.2833505 0.6343799 0.2825087 0.6296867 0.2646182 0.6356264 0.2708476 0.6378874 0.2783297 0.6228158 0.2646182 0.6356264 0.2514282 0.6498911 0.2621878 0.6485973 0.2673148 0.6645997 0.2778016 0.6568984 0.271815 0.6515423 0.271815 0.6515423 0.2696322 0.6467881 0.2621878 0.6485973 0.2521017 0.6619911 0.2620794 0.657319 0.2514282 0.6498911 0.2521017 0.6619911 0.2569752 0.6712723 0.2673148 0.6645997 0.2302004 0.670598 0.2410996 0.6666086 0.2279776 0.6606312 0.2302004 0.670598 0.2342023 0.6843497 0.2468425 0.6769236 0.2521017 0.6619911 0.2410996 0.6666086 0.2569752 0.6712723 0.2521017 0.6619911 0.2514282 0.6498911 0.2383914 0.6563369 0.2836867 0.6761491 0.2932932 0.6668925 0.2850939 0.6622013 0.2673148 0.6645997 0.2746865 0.6709865 0.2778016 0.6568984 0.2673148 0.6645997 0.2569752 0.6712723 0.2656017 0.678866 0.2836867 0.6761491 0.2746865 0.6709865 0.2767192 0.6848693 0.2742815 0.6936187 0.2767192 0.6848693 0.2656017 0.678866 0.2468425 0.6769236 0.258854 0.6859093 0.2569752 0.6712723 0.2468425 0.6769236 0.2342023 0.6843497 0.2548283 0.6943507 0.2548283 0.6943507 0.273588 0.7028997 0.2742815 0.6936187 0.2531388 0.5783703 0.2446102 0.5711517 0.2480889 0.5838264 0.2531388 0.5783703 0.257631 0.5733996 0.2513958 0.5688261 0.2375895 0.5629535 0.2446102 0.5711517 0.2462997 0.5631856 0.2375895 0.5629535 0.2290278 0.5637555 0.2377114 0.5742437 0.225338 0.5554013 0.2290278 0.5637555 0.2375895 0.5629535 0.2375895 0.5629535 0.2462997 0.5631856 0.2447581 0.5582464 0.2447581 0.5582464 0.2449854 0.5540623 0.2354069 0.5512367 0.2354069 0.5512367 0.223009 0.5467786 0.225338 0.5554013 0.2231472 0.5847839 0.2350685 0.5977081 0.2419237 0.5902532 0.2419237 0.5902532 0.2480889 0.5838264 0.2377114 0.5742437 0.2377114 0.5742437 0.2290278 0.5637555 0.2207626 0.5666257 0.2231472 0.5847839 0.2305859 0.5788682 0.2124216 0.5712569 0.2052715 0.5604497 0.2124216 0.5712569 0.2207626 0.5666257 0.225338 0.5554013 0.2152687 0.5566496 0.2290278 0.5637555 0.2099789 0.5489521 0.2152687 0.5566496 0.223009 0.5467786 0.2099789 0.5489521 0.1994899 0.5524364 0.2052715 0.5604497 0.1654989 0.6529913 0.1586479 0.6446141 0.1563829 0.6542232 0.1654989 0.6529913 0.1761606 0.651654 0.164844 0.6414708 0.1511617 0.6362995 0.1586479 0.6446141 0.1562707 0.6294306 0.1511617 0.6362995 0.1463317 0.6413512 0.1517578 0.6476608 0.1511617 0.6362995 0.1459285 0.6313728 0.1463317 0.6413512 0.1501651 0.6240737 0.1459285 0.6313728 0.1562707 0.6294306 0.1501651 0.6240737 0.1461505 0.6207785 0.142175 0.628524 0.1419849 0.6377869 0.1459285 0.6313728 0.138405 0.6356391 0.1484198 0.6551913 0.145657 0.650523 0.1410332 0.6560274 0.1484198 0.6551913 0.1563829 0.6542232 0.1517578 0.6476608 0.1420775 0.6461622 0.145657 0.650523 0.1463317 0.6413512 0.1420775 0.6461622 0.1381111 0.6508527 0.1399508 0.6532927 0.1420775 0.6461622 0.1386095 0.6437066 0.1381111 0.6508527 0.1420775 0.6461622 0.1463317 0.6413512 0.1419849 0.6377869 0.1353139 0.641836 0.1386095 0.6437066 0.138405 0.6356391 0.1353139 0.641836 0.1329184 0.6490073 0.1355181 0.6493791 0.2087541 0.5982572 0.2214468 0.6162474 0.2279487 0.6062484 0.2231472 0.5847839 0.2153086 0.5917493 0.2350685 0.5977081 0.2231472 0.5847839 0.2124216 0.5712569 0.203632 0.5773417 0.2087541 0.5982572 0.2153086 0.5917493 0.1937059 0.5839217 0.1865664 0.5752819 0.1937059 0.5839217 0.203632 0.5773417 0.2052715 0.5604497 0.1957061 0.5672171 0.2124216 0.5712569 0.2052715 0.5604497 0.1994899 0.5524364 0.1901606 0.5602278 0.1865664 0.5752819 0.1957061 0.5672171 0.1817685 0.5695053 0.2133496 0.6505912 0.2106934 0.6466144 0.2028446 0.656107 0.2200359 0.6399214 0.2106934 0.6466144 0.2232995 0.6445209 0.2077783 0.6431892 0.2106934 0.6466144 0.2162657 0.636218 0.2077783 0.6431892 0.1975719 0.6485803 0.2001044 0.6522153 0.2123554 0.6155142 0.2214468 0.6162474 0.2087541 0.5982572 0.2087541 0.5982572 0.1937059 0.5839217 0.1938238 0.5956054 0.1806256 0.6019386 0.1743513 0.5952284 0.1685549 0.6022403 0.1685549 0.6022403 0.1637942 0.6097801 0.1701315 0.6146723 0.1589481 0.6066132 0.1637942 0.6097801 0.1685549 0.6022403 0.1701315 0.5905799 0.1640088 0.5983833 0.1743513 0.5952284 0.1701315 0.5905799 0.164783 0.5849936 0.1593319 0.5952662 0.1593319 0.5952662 0.1532728 0.6036151 0.1589481 0.6066132 0.1650993 0.6282141 0.1562707 0.6294306 0.164844 0.6414708 0.164844 0.6414708 0.1761606 0.651654 0.1777828 0.6436391 0.3136063 0.3087663 0.313795 0.3123894 0.3194074 0.3085233 0.3136063 0.3087663 0.3069269 0.3084611 0.3064113 0.3122181 0.3139787 0.3163259 0.313795 0.3123894 0.3063409 0.3162037 0.3139787 0.3163259 0.3220851 0.3158373 0.3204592 0.3118921 0.3202846 0.320909 0.3220851 0.3158373 0.3139787 0.3163259 0.3139787 0.3163259 0.3063409 0.3162037 0.3071607 0.3206469 0.3142857 0.3253731 0.3141524 0.3208891 0.3079245 0.3256225 0.3202846 0.320909 0.3141524 0.3208891 0.3195275 0.3252654 0.3161882 0.3378348 0.3175353 0.3421375 0.3215156 0.3365719 0.3107484 0.3440147 0.3175353 0.3421375 0.3097962 0.3389818 0.3107484 0.3440147 0.3112719 0.3487806 0.3188077 0.3467621 0.3188077 0.3467621 0.3269927 0.3451871 0.3236469 0.3405171 0.3264555 0.3496567 0.3269927 0.3451871 0.3188077 0.3467621 0.3121395 0.3528168 0.3195782 0.3507709 0.3112719 0.3487806 0.3121395 0.3528168 0.3131794 0.3564879 0.3200978 0.3544719 0.3264555 0.3496567 0.3195782 0.3507709 0.3262223 0.3533393 0.227289 0.2433311 0.2301273 0.244754 0.2292593 0.2387327 0.227289 0.2433311 0.2244003 0.2483773 0.2270347 0.2503225 0.2333732 0.2462909 0.2301273 0.244754 0.2302033 0.2520492 0.2333732 0.2462909 0.2361633 0.240023 0.2323318 0.2394701 0.2398619 0.2434403 0.2361633 0.240023 0.2333732 0.2462909 0.2333732 0.2462909 0.2302033 0.2520492 0.2344403 0.2533389 0.2413392 0.2497467 0.2374341 0.2480556 0.2391384 0.2548959 0.2398619 0.2434403 0.2374341 0.2480556 0.2432709 0.245693 0.2525029 0.2529911 0.2567778 0.2538139 0.2531448 0.2486072 0.2561978 0.2598751 0.2567778 0.2538139 0.2515559 0.2585015 0.2561978 0.2598751 0.2601807 0.2612107 0.261051 0.254684 0.261051 0.254684 0.2625909 0.2479221 0.2574343 0.2486817 0.2658301 0.2497135 0.2625909 0.2479221 0.261051 0.254684 0.2634701 0.2615797 0.2643692 0.2553101 0.2601807 0.2612107 0.2634701 0.2615797 0.2664129 0.2614654 0.26721 0.2558142 0.2658301 0.2497135 0.2643692 0.2553101 0.2684671 0.2510092 0.1225251 0.2989276 0.1240137 0.2965545 0.1178001 0.2953433 0.1225251 0.2989276 0.127491 0.3037664 0.1294985 0.3017696 0.1260512 0.2938756 0.1240137 0.2965545 0.1316203 0.2992907 0.1260512 0.2938756 0.1196094 0.2887267 0.1186034 0.2925397 0.1247669 0.2860889 0.1196094 0.2887267 0.1260512 0.2938756 0.1260512 0.2938756 0.1316203 0.2992907 0.1339709 0.2958472 0.1324969 0.2874953 0.1291863 0.2905852 0.1370117 0.292208 0.1247669 0.2860889 0.1291863 0.2905852 0.1287358 0.2835504 0.1409531 0.2787439 0.1438715 0.2749261 0.1363727 0.2753712 0.1501499 0.2791633 0.1438715 0.2749261 0.1464361 0.2828949 0.1501499 0.2791633 0.1535861 0.2758968 0.1469146 0.2710821 0.1469146 0.2710821 0.1403247 0.2654685 0.1384893 0.2710352 0.1440287 0.2635987 0.1403247 0.2654685 0.1469146 0.2710821 0.1557945 0.2727684 0.1493535 0.2681986 0.1535861 0.2758968 0.1557945 0.2727684 0.1573888 0.2697092 0.1514902 0.2657954 0.1440287 0.2635987 0.1493535 0.2681986 0.1467335 0.2619891 0.2859011 0.3026546 0.2838045 0.3066148 0.2894032 0.3047333 0.2859011 0.3026546 0.283322 0.2998829 0.2803509 0.3040722 0.2811906 0.3113047 0.2838045 0.3066148 0.2765991 0.3091575 0.2811906 0.3113047 0.2860519 0.3131897 0.2878761 0.3086965 0.2836338 0.3187431 0.2860519 0.3131897 0.2811906 0.3113047 0.2712856 0.3160351 0.2775422 0.3174542 0.2765991 0.3091575 0.2712856 0.3160351 0.2669934 0.3235123 0.2746347 0.3240606 0.2836338 0.3187431 0.2775422 0.3174542 0.2823363 0.3252206 0.288704 0.3510713 0.2860968 0.3448393 0.2798664 0.3479515 0.2798664 0.3479515 0.2740885 0.3507683 0.2779058 0.3566405 0.2866312 0.3592041 0.2832475 0.3537061 0.2814846 0.3620994 0.2866312 0.3592041 0.2916691 0.3564653 0.288704 0.3510713 0.29387 0.3614099 0.2916691 0.3564653 0.2866312 0.3592041 0.2842006 0.3675474 0.289218 0.3644021 0.2814846 0.3620994 0.2842006 0.3675474 0.2864853 0.3729901 0.2914063 0.36945 0.29387 0.3614099 0.289218 0.3644021 0.2956886 0.3661296 0.2046924 0.2660309 0.2069286 0.2709975 0.2107254 0.2634209 0.2046924 0.2660309 0.1987279 0.2668617 0.2006212 0.2737288 0.2100672 0.2765737 0.2069286 0.2709975 0.2035752 0.2813317 0.2100672 0.2765737 0.2165136 0.2711189 0.2133156 0.2670071 0.2209271 0.2762818 0.2165136 0.2711189 0.2100672 0.2765737 0.2086508 0.2904062 0.2150107 0.2833695 0.2035752 0.2813317 0.2086508 0.2904062 0.215143 0.2984145 0.2209446 0.2895271 0.2209271 0.2762818 0.2150107 0.2833695 0.2269825 0.280696 0.2476962 0.2967396 0.2556408 0.2947592 0.2473787 0.2864578 0.2476962 0.2967396 0.2481496 0.3065486 0.2574107 0.3032074 0.2628162 0.2918739 0.2556408 0.2947592 0.2655113 0.2985923 0.2628162 0.2918739 0.2606009 0.2843943 0.2545142 0.2861437 0.2650812 0.2828298 0.2606009 0.2843943 0.2628162 0.2918739 0.271179 0.2945535 0.2678748 0.2892184 0.2655113 0.2985923 0.271179 0.2945535 0.2756302 0.290803 0.271875 0.2866778 0.2650812 0.2828298 0.2678748 0.2892184 0.2687584 0.281358 0.1410486 0.3283966 0.1444472 0.3270229 0.1394307 0.322277 0.1410486 0.3283966 0.1413326 0.3343442 0.1454793 0.3332884 0.1485296 0.32552 0.1444472 0.3270229 0.1504306 0.3322315 0.1485296 0.32552 0.145657 0.3187461 0.1422814 0.3205558 0.1500823 0.3167594 0.145657 0.3187461 0.1485296 0.32552 0.1485296 0.32552 0.1504306 0.3322315 0.1569907 0.3311718 0.1569907 0.3311718 0.1641986 0.3292813 0.1599045 0.3213978 0.1599045 0.3213978 0.1548102 0.3133581 0.1500823 0.3167594 0.1787589 0.3032212 0.180514 0.2952349 0.1697447 0.29873 0.1787589 0.3032212 0.187415 0.3078079 0.1883442 0.2975656 0.1812003 0.2871161 0.180514 0.2952349 0.187742 0.2869403 0.1812003 0.2871161 0.174396 0.2866033 0.1729533 0.2926169 0.175452 0.2819046 0.174396 0.2866033 0.1812003 0.2871161 0.1871672 0.2783251 0.1815631 0.2806833 0.187742 0.2869403 0.1871672 0.2783251 0.1866062 0.2707148 0.1817642 0.2750936 0.175452 0.2819046 0.1815631 0.2806833 0.1763145 0.2778635 0.1398611 0.3388544 0.1449391 0.3379173 0.1413326 0.3343442 0.1398611 0.3388544 0.1379971 0.3423952 0.1436945 0.3416728 0.1508745 0.337311 0.1449391 0.3379173 0.1502871 0.3416187 0.1508745 0.337311 0.1504306 0.3322315 0.1454793 0.3332884 0.1508745 0.337311 0.1585243 0.3373661 0.1504306 0.3322315 0.15867 0.3429012 0.1585243 0.3373661 0.1502871 0.3416187 0.15867 0.3429012 0.1693612 0.3452521 0.166956 0.3363319 0.1569907 0.3311718 0.1585243 0.3373661 0.1641986 0.3292813 0.1945637 0.3124442 0.1943439 0.3000516 0.187415 0.3078079 0.1945637 0.3124442 0.2038538 0.3183751 0.1992226 0.3004947 0.1921482 0.2868452 0.1943439 0.3000516 0.1955408 0.2862231 0.1921482 0.2868452 0.187742 0.2869403 0.1883442 0.2975656 0.1871672 0.2783251 0.187742 0.2869403 0.1921482 0.2868452 0.1932395 0.274477 0.1906248 0.2760378 0.1955408 0.2862231 0.1932395 0.274477 0.1916285 0.2639936 0.1894376 0.26643 0.1871672 0.2783251 0.1906248 0.2760378 0.1866062 0.2707148 0.1945493 0.26516 0.1963149 0.274298 0.1987279 0.2668617 0.1945493 0.26516 0.1916285 0.2639936 0.1932395 0.274477 0.1990414 0.2844667 0.1963149 0.274298 0.1955408 0.2862231 0.1990414 0.2844667 0.2035752 0.2813317 0.2006212 0.2737288 0.2086508 0.2904062 0.2035752 0.2813317 0.1990414 0.2844667 0.1992226 0.3004947 0.2036898 0.2966971 0.1955408 0.2862231 0.1992226 0.3004947 0.2038538 0.3183751 0.2101861 0.3071489 0.2086508 0.2904062 0.2036898 0.2966971 0.215143 0.2984145 0.2487341 0.315165 0.2589031 0.3098391 0.2481496 0.3065486 0.2487341 0.315165 0.2499138 0.3256064 0.2612597 0.3141316 0.2676672 0.302875 0.2589031 0.3098391 0.2699092 0.3055489 0.2676672 0.302875 0.2655113 0.2985923 0.2574107 0.3032074 0.271179 0.2945535 0.2655113 0.2985923 0.2676672 0.302875 0.2762142 0.2991634 0.2739351 0.2973591 0.2699092 0.3055489 0.2762142 0.2991634 0.2813471 0.2938763 0.2789551 0.2925672 0.271179 0.2945535 0.2739351 0.2973591 0.2756302 0.290803 0.2823034 0.2966358 0.2780868 0.3014947 0.283322 0.2998829 0.2823034 0.2966358 0.2813471 0.2938763 0.2762142 0.2991634 0.2728625 0.307441 0.2780868 0.3014947 0.2699092 0.3055489 0.2728625 0.307441 0.2765991 0.3091575 0.2803509 0.3040722 0.2712856 0.3160351 0.2765991 0.3091575 0.2728625 0.307441 0.2612597 0.3141316 0.2656227 0.3155623 0.2699092 0.3055489 0.2612597 0.3141316 0.2499138 0.3256064 0.259961 0.3241843 0.2712856 0.3160351 0.2656227 0.3155623 0.2669934 0.3235123 0.2692115 0.3530282 0.273163 0.3589226 0.2740885 0.3507683 0.2692115 0.3530282 0.2642394 0.3551478 0.2681276 0.3608666 0.2765945 0.3644303 0.273163 0.3589226 0.271164 0.3663237 0.2765945 0.3644303 0.2814846 0.3620994 0.2779058 0.3566405 0.2842006 0.3675474 0.2814846 0.3620994 0.2765945 0.3644303 0.2726112 0.3723242 0.2788825 0.3702625 0.271164 0.3663237 0.2726112 0.3723242 0.2785232 0.3782706 0.2805988 0.376257 0.2842006 0.3675474 0.2788825 0.3702625 0.2864853 0.3729901 0.1164499 0.615898 0.1220134 0.6198716 0.1252636 0.6144977 0.1229484 0.6042588 0.1194769 0.6104651 0.1289998 0.6084592 0.1229484 0.6042588 0.1158875 0.5999248 0.1126837 0.6057489 0.1164499 0.615898 0.1194769 0.6104651 0.1078177 0.6107852 0.2378361 0.3673906 0.2340959 0.3692064 0.2355792 0.3712826 0.2429012 0.3721373 0.2397573 0.3700237 0.2358925 0.3731157 0.2429012 0.3721373 0.2459329 0.3704253 0.244286 0.3685709 0.2378361 0.3673906 0.2397573 0.3700237 0.2418902 0.3653418 0.1355643 0.3042434 0.1316203 0.2992907 0.1294985 0.3017696 0.1310535 0.3083354 0.1332807 0.3063872 0.127491 0.3037664 0.1310535 0.3083354 0.1339456 0.3127812 0.1362811 0.3107804 0.1355643 0.3042434 0.1332807 0.3063872 0.1388134 0.3089131 0.142298 0.3134789 0.1388134 0.3089131 0.1362811 0.3107804 0.1369005 0.3172501 0.1394204 0.3153225 0.1339456 0.3127812 0.1369005 0.3172501 0.1394307 0.322277 0.1422814 0.3205558 0.142298 0.3134789 0.1394204 0.3153225 0.145657 0.3187461 0.1407302 0.2995187 0.1370117 0.292208 0.1339709 0.2958472 0.1355643 0.3042434 0.1379605 0.3017085 0.1316203 0.2992907 0.1355643 0.3042434 0.1388134 0.3089131 0.1417392 0.3073126 0.1407302 0.2995187 0.1379605 0.3017085 0.1447787 0.3054468 0.1417392 0.3073126 0.145891 0.3118034 0.1447787 0.3054468 0.1417392 0.3073126 0.1388134 0.3089131 0.142298 0.3134789 0.1500823 0.3167594 0.145891 0.3118034 0.145657 0.3187461 0.1500823 0.3167594 0.1548102 0.3133581 0.1491158 0.309622 0.1501499 0.2791633 0.1568475 0.2825682 0.1535861 0.2758968 0.1501499 0.2791633 0.1464361 0.2828949 0.1545494 0.2858484 0.1630297 0.2857379 0.1568475 0.2825682 0.1610891 0.2892953 0.1630297 0.2857379 0.16456 0.2819432 0.1594113 0.2792742 0.1692021 0.2846326 0.16456 0.2819432 0.1630297 0.2857379 0.1656074 0.2932407 0.1677617 0.2892693 0.1610891 0.2892953 0.1656074 0.2932407 0.1697447 0.29873 0.1729533 0.2926169 0.1692021 0.2846326 0.1677617 0.2892693 0.174396 0.2866033 0.1625746 0.2726581 0.1573888 0.2697092 0.1557945 0.2727684 0.1557945 0.2727684 0.1535861 0.2758968 0.1594113 0.2792742 0.1659464 0.2784298 0.1611894 0.2759689 0.16456 0.2819432 0.1625746 0.2726581 0.1611894 0.2759689 0.1672607 0.2750571 0.1716604 0.2773218 0.1672607 0.2750571 0.1659464 0.2784298 0.1692021 0.2846326 0.1704735 0.2807809 0.16456 0.2819432 0.1692021 0.2846326 0.174396 0.2866033 0.175452 0.2819046 0.175452 0.2819046 0.1763145 0.2778635 0.1716604 0.2773218 0.2272009 0.2566938 0.2302033 0.2520492 0.2270347 0.2503225 0.2270347 0.2503225 0.2244003 0.2483773 0.2215305 0.2522899 0.2212567 0.2583739 0.2241963 0.2545617 0.2184953 0.2558365 0.2212567 0.2583739 0.224169 0.2610377 0.2272009 0.2566938 0.2212567 0.2583739 0.2178608 0.2626608 0.224169 0.2610377 0.2212567 0.2583739 0.2184953 0.2558365 0.21511 0.2597848 0.2133156 0.2670071 0.2178608 0.2626608 0.2107254 0.2634209 0.2133156 0.2670071 0.2165136 0.2711189 0.2209103 0.2658931 0.2344192 0.2606425 0.2391384 0.2548959 0.2344403 0.2533389 0.2272009 0.2566938 0.2308834 0.2585465 0.2302033 0.2520492 0.2272009 0.2566938 0.224169 0.2610377 0.2273828 0.2639542 0.2344192 0.2606425 0.2308834 0.2585465 0.2308733 0.266581 0.2273828 0.2639542 0.2245576 0.269838 0.2308733 0.266581 0.2273828 0.2639542 0.224169 0.2610377 0.2209103 0.2658931 0.2209271 0.2762818 0.2245576 0.269838 0.2165136 0.2711189 0.2209271 0.2762818 0.2269825 0.280696 0.2285383 0.2728037 0.2561978 0.2598751 0.2560713 0.2661847 0.2601807 0.2612107 0.2561978 0.2598751 0.2515559 0.2585015 0.2521019 0.2659422 0.2558417 0.2726081 0.2560713 0.2661847 0.2516142 0.2728416 0.2558417 0.2726081 0.259905 0.2719959 0.2599012 0.2667191 0.2598844 0.277828 0.259905 0.2719959 0.2558417 0.2726081 0.2501859 0.2792136 0.2549519 0.2790105 0.2516142 0.2728416 0.2501859 0.2792136 0.2473787 0.2864578 0.2545142 0.2861437 0.2598844 0.277828 0.2549519 0.2790105 0.2606009 0.2843943 0.2664058 0.2662684 0.2664129 0.2614654 0.2634701 0.2615797 0.2634701 0.2615797 0.2601807 0.2612107 0.2599012 0.2667191 0.2599012 0.2667191 0.259905 0.2719959 0.2634899 0.2714325 0.2664058 0.2662684 0.2632691 0.2666457 0.2668355 0.2708933 0.2673492 0.2760097 0.2668355 0.2708933 0.2634899 0.2714325 0.2598844 0.277828 0.2638568 0.2768642 0.259905 0.2719959 0.2598844 0.277828 0.2606009 0.2843943 0.2650812 0.2828298 0.2673492 0.2760097 0.2638568 0.2768642 0.2687584 0.281358 0.3002712 0.3155267 0.3063409 0.3162037 0.3064113 0.3122181 0.3064113 0.3122181 0.3069269 0.3084611 0.3016691 0.3076616 0.3016691 0.3076616 0.2972761 0.3066983 0.2962725 0.3106826 0.3002712 0.3155267 0.3008244 0.3115537 0.2952099 0.3146976 0.2962725 0.3106826 0.2919943 0.3098913 0.2952099 0.3146976 0.2962725 0.3106826 0.2972761 0.3066983 0.2931911 0.3059017 0.2931911 0.3059017 0.2894032 0.3047333 0.2878761 0.3086965 0.2878761 0.3086965 0.2860519 0.3131897 0.2905976 0.3141196 0.300096 0.3236718 0.3079245 0.3256225 0.3071607 0.3206469 0.3002712 0.3155267 0.3003009 0.3196615 0.3063409 0.3162037 0.3002712 0.3155267 0.2952099 0.3146976 0.2940291 0.318774 0.300096 0.3236718 0.3003009 0.3196615 0.2932501 0.3229109 0.2940291 0.318774 0.2888014 0.3188254 0.2932501 0.3229109 0.2940291 0.318774 0.2952099 0.3146976 0.2905976 0.3141196 0.2836338 0.3187431 0.2888014 0.3188254 0.2860519 0.3131897 0.2836338 0.3187431 0.2823363 0.3252206 0.2878897 0.3233735 0.3107484 0.3440147 0.3045693 0.3463567 0.3112719 0.3487806 0.3107484 0.3440147 0.3097962 0.3389818 0.3032497 0.342127 0.2989371 0.3484768 0.3045693 0.3463567 0.297248 0.3440861 0.2989371 0.3484768 0.3007079 0.3529779 0.3054798 0.3509447 0.2962329 0.3546041 0.3007079 0.3529779 0.2989371 0.3484768 0.2919393 0.345022 0.2937912 0.3496882 0.297248 0.3440861 0.2919393 0.345022 0.2860968 0.3448393 0.288704 0.3510713 0.2962329 0.3546041 0.2937912 0.3496882 0.2916691 0.3564653 0.3121395 0.3528168 0.3066353 0.3550058 0.3131794 0.3564879 0.3121395 0.3528168 0.3112719 0.3487806 0.3054798 0.3509447 0.3022308 0.3571732 0.3066353 0.3550058 0.3007079 0.3529779 0.3022308 0.3571732 0.3036299 0.3612155 0.3079133 0.3588035 0.3022308 0.3571732 0.2980917 0.3591541 0.3036299 0.3612155 0.3022308 0.3571732 0.3007079 0.3529779 0.2962329 0.3546041 0.29387 0.3614099 0.2980917 0.3591541 0.2916691 0.3564653 0.29387 0.3614099 0.2956886 0.3661296 0.299659 0.3635212 0.2465719 0.3628266 0.2418902 0.3653418 0.244286 0.3685709 0.2506781 0.3702891 0.2495157 0.36673 0.2459329 0.3704253 0.2506781 0.3702891 0.2572483 0.3692154 0.2554039 0.3647268 0.2465719 0.3628266 0.2495157 0.36673 0.2519708 0.3601318 0.2581762 0.357544 0.2519708 0.3601318 0.2554039 0.3647268 0.2643961 0.3679062 0.2619079 0.3627867 0.2572483 0.3692154 0.2643961 0.3679062 0.271164 0.3663237 0.2681276 0.3608666 0.2581762 0.357544 0.2619079 0.3627867 0.2642394 0.3551478 0.2429012 0.3721373 0.248791 0.3734076 0.2459329 0.3704253 0.2429012 0.3721373 0.2358925 0.3731157 0.2465121 0.376099 0.2564083 0.3738574 0.248791 0.3734076 0.2547387 0.3778347 0.2564083 0.3738574 0.2572483 0.3692154 0.2506781 0.3702891 0.2564083 0.3738574 0.264734 0.3735094 0.2572483 0.3692154 0.2564083 0.3738574 0.2547387 0.3778347 0.2639122 0.378401 0.2726112 0.3723242 0.264734 0.3735094 0.2785232 0.3782706 0.2726112 0.3723242 0.271164 0.3663237 0.2643961 0.3679062 0.2593591 0.4886292 0.2619082 0.4942458 0.2617932 0.4905543 0.2610705 0.4856113 0.2601165 0.4869913 0.2619553 0.4879966 0.2610705 0.4856113 0.2606308 0.4836044 0.259525 0.4830734 0.259525 0.4830734 0.2564478 0.4816355 0.2593591 0.4886292 0.2703429 0.4847978 0.2685257 0.4778855 0.2667036 0.4804951 0.2667036 0.4804951 0.266188 0.4814904 0.2671277 0.4832692 0.2696904 0.4876062 0.2687312 0.4838334 0.2679563 0.4857221 0.2696904 0.4876062 0.271888 0.4905129 0.2703429 0.4847978 0.3174781 0.4679895 0.3232654 0.4731033 0.3209689 0.4687044 0.317515 0.4633727 0.3173068 0.465562 0.3197221 0.4655843 0.3146699 0.4614109 0.3173068 0.465562 0.3160547 0.4614108 0.3146699 0.4614109 0.3107389 0.4616862 0.3174781 0.4679895 0.3272562 0.4570626 0.3212063 0.4514445 0.3206727 0.4549722 0.3206727 0.4549722 0.3206616 0.456193 0.3226162 0.4572822 0.3280475 0.4600701 0.3247818 0.4569488 0.3249517 0.4592034 0.3280475 0.4600701 0.33249 0.4618731 0.3272562 0.4570626 0.3395602 0.3937147 0.3310624 0.3914329 0.3330522 0.394445 0.3361552 0.3957729 0.3376715 0.3946711 0.3338396 0.3955118 0.3420955 0.3960316 0.3376715 0.3946711 0.3390519 0.3964226 0.3420955 0.3960316 0.3466235 0.395824 0.3395602 0.3937147 0.3375005 0.4054242 0.3445011 0.406629 0.3403109 0.4043819 0.3346973 0.4019436 0.3358414 0.4036639 0.3376281 0.4026463 0.3346973 0.4019436 0.3325952 0.4011637 0.3316341 0.401832 0.3316341 0.401832 0.3291374 0.4042041 0.3375005 0.4054242 0.3131128 0.3863923 0.3073351 0.3866304 0.31032 0.3901997 0.314691 0.3907988 0.314109 0.3885368 0.3119081 0.3913545 0.314691 0.3907988 0.3186239 0.3907945 0.3188072 0.3882052 0.3131128 0.3863923 0.314109 0.3885368 0.3188543 0.3856443 0.3188072 0.3882052 0.323323 0.3898231 0.3188543 0.3856443 0.3188072 0.3882052 0.3186239 0.3907945 0.3223262 0.391766 0.3265267 0.3923548 0.323323 0.3898231 0.3246999 0.3929193 0.3265267 0.3923548 0.3310624 0.3914329 0.324499 0.3880336 0.3160329 0.4043031 0.3114869 0.4028947 0.3157013 0.4070427 0.3160329 0.4043031 0.3164331 0.4015672 0.312619 0.4007752 0.3083193 0.4004082 0.3114869 0.4028947 0.3101791 0.399715 0.3083193 0.4004082 0.3045321 0.4026673 0.3101351 0.404889 0.3219532 0.405779 0.3291374 0.4042041 0.325022 0.4017006 0.3204802 0.4013493 0.3210315 0.4036059 0.3233059 0.4006968 0.3204802 0.4013493 0.3164331 0.4015672 0.3160329 0.4043031 0.3219532 0.405779 0.3210315 0.4036059 0.3157013 0.4070427 0.2995704 0.4527901 0.2961525 0.4474411 0.2975975 0.4547291 0.2995704 0.4527901 0.3016361 0.4507437 0.2984204 0.4464309 0.2945773 0.4420472 0.2961525 0.4474411 0.296709 0.4430063 0.2945773 0.4420472 0.2896053 0.4408585 0.2938346 0.4480309 0.3036721 0.4582735 0.3107389 0.4616862 0.308876 0.4570874 0.305356 0.4537528 0.3043231 0.4559884 0.3081562 0.4551225 0.305356 0.4537528 0.3016361 0.4507437 0.2995704 0.4527901 0.3036721 0.4582735 0.3043231 0.4559884 0.2975975 0.4547291 0.3091964 0.4336587 0.302009 0.4283633 0.3031368 0.4336926 0.3070824 0.4380742 0.3083279 0.4358815 0.3038512 0.4360256 0.3070824 0.4380742 0.3110967 0.4417842 0.3133066 0.4399943 0.3091964 0.4336587 0.3083279 0.4358815 0.3154274 0.4383545 0.3133066 0.4399943 0.3160414 0.4451164 0.3154274 0.4383545 0.3133066 0.4399943 0.3110967 0.4417842 0.3137615 0.4458995 0.3167499 0.4497641 0.3160414 0.4451164 0.3148798 0.4488652 0.3167499 0.4497641 0.3212063 0.4514445 0.318347 0.4447458 0.2517056 0.4698112 0.2513342 0.4643664 0.2494369 0.4704124 0.2517056 0.4698112 0.2541061 0.4691414 0.2535094 0.4645745 0.2524459 0.4598223 0.2513342 0.4643664 0.2537167 0.4614007 0.2524459 0.4598223 0.2493162 0.4564412 0.2493273 0.4638154 0.2524755 0.4759578 0.2564478 0.4816355 0.2569116 0.4775127 0.2556881 0.4732102 0.2539532 0.4745035 0.2572305 0.4755936 0.2556881 0.4732102 0.2541061 0.4691414 0.2517056 0.4698112 0.2524755 0.4759578 0.2539532 0.4745035 0.2494369 0.4704124 0.2670813 0.4596791 0.2647175 0.453388 0.2628763 0.4576568 0.2637231 0.4619046 0.2655408 0.4608629 0.2623347 0.45941 0.2637231 0.4619046 0.2650145 0.4659445 0.2672769 0.4654605 0.2670813 0.4596791 0.2655408 0.4608629 0.2693544 0.4650859 0.2672769 0.4654605 0.267217 0.4704911 0.2693544 0.4650859 0.2672769 0.4654605 0.2650145 0.4659445 0.265246 0.4701436 0.2659279 0.4745837 0.267217 0.4704911 0.2648838 0.473048 0.2659279 0.4745837 0.2685257 0.4778855 0.2690161 0.4712348 0.2418819 0.4358087 0.2433463 0.4413114 0.2448029 0.4412305 0.2448029 0.4412305 0.2467066 0.4409431 0.2455658 0.4361106 0.2438929 0.4322697 0.2435467 0.4361612 0.2454469 0.4331905 0.2438929 0.4322697 0.2405185 0.4332659 0.2418819 0.4358087 0.262636 0.4269948 0.2617927 0.4229146 0.2579984 0.4243094 0.2587456 0.4301449 0.2609807 0.4285116 0.2571125 0.4270032 0.2587456 0.4301449 0.2601265 0.4362233 0.2627249 0.4355208 0.2627249 0.4355208 0.2648875 0.4351601 0.262636 0.4269948 0.2505573 0.4527876 0.2473853 0.4476307 0.2493162 0.4564412 0.2487662 0.4467703 0.2473853 0.4476307 0.2507344 0.450574 0.2448029 0.4412305 0.2473853 0.4476307 0.2467066 0.4409431 0.2465735 0.4485644 0.2473853 0.4476307 0.2433463 0.4413114 0.2627249 0.4355208 0.2630939 0.4436871 0.2648875 0.4351601 0.2627249 0.4355208 0.2601265 0.4362233 0.2609477 0.4433411 0.2620747 0.4503864 0.2630939 0.4436871 0.2607961 0.4481453 0.2620747 0.4503864 0.2647175 0.453388 0.2647838 0.4445864 0.2661209 0.4257436 0.2735804 0.4314224 0.275039 0.4300402 0.275039 0.4300402 0.2768328 0.4281427 0.2713695 0.4237962 0.265232 0.4201332 0.2686839 0.4251469 0.2685266 0.4204491 0.265232 0.4201332 0.2617927 0.4229146 0.2661209 0.4257436 0.2836143 0.4056119 0.2798935 0.4026358 0.2778927 0.405547 0.2824706 0.4106634 0.2833735 0.4080035 0.2787742 0.4084579 0.2824706 0.4106634 0.28766 0.4154997 0.2893169 0.4134 0.2893169 0.4134 0.2905238 0.4117149 0.2836143 0.4056119 0.2821313 0.4358915 0.2896053 0.4408585 0.2882587 0.436448 0.2827422 0.4322077 0.2821057 0.4341948 0.286947 0.4343007 0.275039 0.4300402 0.2821057 0.4341948 0.2768328 0.4281427 0.2821313 0.4358915 0.2821057 0.4341948 0.2735804 0.4314224 0.2893169 0.4134 0.2945311 0.4203899 0.2905238 0.4117149 0.2925748 0.421324 0.2945311 0.4203899 0.28766 0.4154997 0.2925748 0.421324 0.2951232 0.4256668 0.2975229 0.4268695 0.2975229 0.4268695 0.302009 0.4283633 0.2962201 0.4201737 0.2850353 0.378051 0.2785232 0.3782706 0.2804591 0.3829136 0.2874599 0.3848468 0.2865039 0.381348 0.2833109 0.3851863 0.2874599 0.3848468 0.2931408 0.3855612 0.2938651 0.3820124 0.2850353 0.378051 0.2865039 0.381348 0.2945749 0.378548 0.2837634 0.4035573 0.2911977 0.4050348 0.2910808 0.4026341 0.2910808 0.4026341 0.2910751 0.3999394 0.2863112 0.3994221 0.2806529 0.3993106 0.2852081 0.4016926 0.283007 0.3983463 0.2806529 0.3993106 0.2798935 0.4026358 0.2837634 0.4035573 0.2938651 0.3820124 0.2997512 0.3848772 0.2945749 0.378548 0.2938651 0.3820124 0.2931408 0.3855612 0.2982042 0.3873292 0.3034411 0.3885763 0.2997512 0.3848772 0.3011994 0.3891277 0.3034411 0.3885763 0.3073351 0.3866304 0.301582 0.3827117 0.2981702 0.403727 0.3045321 0.4026673 0.3010767 0.3998942 0.2958347 0.3996325 0.2967498 0.4018357 0.2991229 0.3988898 0.2958347 0.3996325 0.2910751 0.3999394 0.2910808 0.4026341 0.2981702 0.403727 0.2967498 0.4018357 0.2911977 0.4050348 0.23565 0.4058815 0.2446135 0.4124637 0.2370027 0.4047088 0.23565 0.4058815 0.2339596 0.4073489 0.2414215 0.4132011 0.2505689 0.4179697 0.2446135 0.4124637 0.2458099 0.4169288 0.2469686 0.4117079 0.2446135 0.4124637 0.2617927 0.4229146 0.2221432 0.395228 0.228048 0.3994534 0.2198287 0.3893815 0.2274034 0.4017727 0.228048 0.3994534 0.2233781 0.3983949 0.2274034 0.4017727 0.2339596 0.4073489 0.23565 0.4058815 0.2287415 0.3976451 0.228048 0.3994534 0.2370027 0.4047088 0.2568469 0.4140761 0.2479214 0.4102122 0.2617927 0.4229146 0.2487262 0.408154 0.2479214 0.4102122 0.2551039 0.4112032 0.2487262 0.408154 0.2397102 0.4024164 0.2382889 0.4037105 0.2382889 0.4037105 0.2370027 0.4047088 0.2469686 0.4117079 0.2382889 0.4037105 0.2305018 0.3970929 0.2370027 0.4047088 0.2382889 0.4037105 0.2397102 0.4024164 0.2325856 0.3966056 0.2257372 0.3915403 0.2305018 0.3970929 0.2287556 0.3927483 0.2257372 0.3915403 0.2198287 0.3893815 0.2287415 0.3976451 0.2540942 0.3803295 0.2629209 0.3813854 0.2547387 0.3778347 0.2540942 0.3803295 0.2535955 0.3822185 0.2619068 0.3836905 0.2700709 0.3830451 0.2629209 0.3813854 0.2673417 0.3847578 0.2700709 0.3830451 0.2785232 0.3782706 0.2639122 0.378401 0.2465121 0.376099 0.2358925 0.3731157 0.2405618 0.3768638 0.2467975 0.3803319 0.2464985 0.3783767 0.2424206 0.3788572 0.2467975 0.3803319 0.2535955 0.3822185 0.2540942 0.3803295 0.2465121 0.376099 0.2464985 0.3783767 0.2547387 0.3778347 0.1667979 0.4611223 0.1869505 0.47161 0.1904903 0.4656484 0.1727715 0.4477395 0.1698462 0.4542533 0.1938731 0.4603878 0.2092986 0.4728087 0.1938731 0.4603878 0.1904903 0.4656484 0.2015525 0.4838743 0.2055413 0.4780244 0.1869505 0.47161 0.2015525 0.4838743 0.2118997 0.4957248 0.216123 0.4897753 0.2092986 0.4728087 0.2055413 0.4780244 0.2200803 0.4841513 0.1649428 0.504623 0.1474093 0.4952538 0.1626378 0.5094254 0.1649428 0.504623 0.1683061 0.4992755 0.1504688 0.4888883 0.1886408 0.5229665 0.1793336 0.5143485 0.1842213 0.5228242 0.1886408 0.5229665 0.1949074 0.5219111 0.1827101 0.5102663 0.1649428 0.504623 0.1793336 0.5143485 0.1683061 0.4992755 0.1649428 0.504623 0.1626378 0.5094254 0.1768474 0.5177713 0.1321013 0.6202816 0.1292635 0.6176773 0.1283673 0.6258761 0.1321013 0.6202816 0.1361253 0.6141369 0.1331899 0.6116892 0.1331899 0.6116892 0.1289998 0.6084592 0.1252636 0.6144977 0.1257631 0.6230632 0.1292635 0.6176773 0.1220134 0.6198716 0.1257631 0.6230632 0.1220134 0.6198716 0.1202041 0.6235315 0.1230273 0.6300428 0.1237247 0.6266945 0.1195586 0.6273039 0.1230273 0.6300428 0.1249129 0.631512 0.1260645 0.6295723 0.1257631 0.6230632 0.1237247 0.6266945 0.1283673 0.6258761 0.1331899 0.6116892 0.1365067 0.6062508 0.1289998 0.6084592 0.1392979 0.6087903 0.1365067 0.6062508 0.1361253 0.6141369 0.1395953 0.6014428 0.1365067 0.6062508 0.1422262 0.6042436 0.1395953 0.6014428 0.1353295 0.5977439 0.1322671 0.6028057 0.1312502 0.2817096 0.1287358 0.2835504 0.1324969 0.2874953 0.1324969 0.2874953 0.1370117 0.292208 0.1388642 0.2889224 0.1388642 0.2889224 0.1410949 0.2870956 0.1371125 0.2836655 0.1312502 0.2817096 0.1350604 0.2854182 0.1329849 0.2800804 0.1371125 0.2836655 0.1388884 0.2815489 0.1329849 0.2800804 0.1371125 0.2836655 0.1410949 0.2870956 0.1429612 0.2849195 0.1429612 0.2849195 0.1464361 0.2828949 0.1409531 0.2787439 0.1409531 0.2787439 0.1363727 0.2753712 0.1346151 0.278177 0.160071 0.3111588 0.1548102 0.3133581 0.1599045 0.3213978 0.171093 0.3257315 0.1654128 0.3180933 0.1641986 0.3292813 0.171093 0.3257315 0.1775375 0.3209274 0.1705068 0.3139962 0.1705068 0.3139962 0.1639501 0.3077345 0.160071 0.3111588 0.1675816 0.3040515 0.1639501 0.3077345 0.1705068 0.3139962 0.1705068 0.3139962 0.1775375 0.3209274 0.1833954 0.315274 0.1787589 0.3032212 0.1751893 0.3092569 0.187415 0.3078079 0.1787589 0.3032212 0.1697447 0.29873 0.1675816 0.3040515 0.166956 0.3363319 0.175237 0.3324571 0.1641986 0.3292813 0.166956 0.3363319 0.1693612 0.3452521 0.1792779 0.3395467 0.1830704 0.3268979 0.175237 0.3324571 0.1877787 0.3332334 0.1830704 0.3268979 0.1775375 0.3209274 0.171093 0.3257315 0.1830704 0.3268979 0.1901592 0.3208099 0.1775375 0.3209274 0.1830704 0.3268979 0.1877787 0.3332334 0.1954222 0.3271127 0.1945637 0.3124442 0.1901592 0.3208099 0.2038538 0.3183751 0.1945637 0.3124442 0.187415 0.3078079 0.1833954 0.315274 0.2077026 0.3654375 0.210133 0.3626441 0.2048317 0.361985 0.2077026 0.3654375 0.2101189 0.3679002 0.2119277 0.3657948 0.212926 0.3605034 0.210133 0.3626441 0.2141749 0.3640553 0.212926 0.3605034 0.2114674 0.3559207 0.208001 0.358439 0.1391204 0.2610194 0.1403247 0.2654685 0.1440287 0.2635987 0.1440287 0.2635987 0.1467335 0.2619891 0.1449738 0.2593629 0.1449738 0.2593629 0.1447124 0.2573269 0.1415752 0.2576727 0.1391204 0.2610194 0.1419823 0.2603083 0.1386623 0.258019 0.112411 0.292006 0.1150444 0.2915233 0.1120079 0.2891107 0.112411 0.292006 0.1130627 0.295121 0.1149601 0.2945376 0.1149601 0.2945376 0.1178001 0.2953433 0.1186034 0.2925397 0.1186034 0.2925397 0.1196094 0.2887267 0.1150612 0.2886509 0.1110657 0.6246938 0.1125733 0.6233479 0.1041866 0.6199865 0.1110657 0.6246938 0.1157402 0.630257 0.1172899 0.6287694 0.1139079 0.6216945 0.1125733 0.6233479 0.1195586 0.6273039 0.1139079 0.6216945 0.1064239 0.6168987 0.105366 0.6185536 0.1139079 0.6216945 0.1148969 0.6194261 0.1064239 0.6168987 0.1139079 0.6216945 0.1195586 0.6273039 0.1202041 0.6235315 0.1164499 0.615898 0.1148969 0.6194261 0.1220134 0.6198716 0.1164499 0.615898 0.1078177 0.6107852 0.107239 0.6147997 0.105366 0.6185536 0.09475547 0.6139705 0.1041866 0.6199865 0.09572559 0.6121912 0.09475547 0.6139705 0.1064239 0.6168987 0.09572559 0.6121912 0.1064239 0.6168987 0.107239 0.6147997 0.09644812 0.6069985 0.09666621 0.6100733 0.1078177 0.6107852 0.1229484 0.6042588 0.1258352 0.598411 0.1158875 0.5999248 0.1229484 0.6042588 0.1289998 0.6084592 0.1322671 0.6028057 0.1285138 0.5932107 0.1258352 0.598411 0.1353295 0.5977439 0.1285138 0.5932107 0.1180292 0.5879196 0.1179691 0.5943746 0.1215438 0.5837258 0.1180292 0.5879196 0.1285138 0.5932107 0.1285138 0.5932107 0.1353295 0.5977439 0.1384512 0.5934805 0.1341613 0.5853572 0.1313605 0.5889467 0.1413969 0.5898772 0.1215438 0.5837258 0.1313605 0.5889467 0.12403 0.5800514 0.1215438 0.5837258 0.10898 0.5777993 0.1180292 0.5879196 0.1215438 0.5837258 0.12403 0.5800514 0.1108668 0.5737595 0.2010514 0.3565531 0.2051941 0.352125 0.1967549 0.3495189 0.2010514 0.3565531 0.2048317 0.361985 0.208001 0.358439 0.2095892 0.3492764 0.2051941 0.352125 0.2114674 0.3559207 0.2095892 0.3492764 0.2076911 0.3410299 0.2021048 0.3442673 0.1774391 0.3551032 0.1846489 0.3482764 0.1693612 0.3452521 0.1774391 0.3551032 0.184214 0.3657527 0.1905887 0.3566305 0.1923354 0.3412597 0.1846489 0.3482764 0.1967549 0.3495189 0.1923354 0.3412597 0.1877787 0.3332334 0.1792779 0.3395467 0.1923354 0.3412597 0.1991258 0.3354309 0.1877787 0.3332334 0.1923354 0.3412597 0.1967549 0.3495189 0.2021048 0.3442673 0.2061731 0.3316404 0.1991258 0.3354309 0.2076911 0.3410299 0.2061731 0.3316404 0.2038538 0.3183751 0.1954222 0.3271127 0.259525 0.4830734 0.2606117 0.4810925 0.2564478 0.4816355 0.259525 0.4830734 0.2606308 0.4836044 0.2616102 0.4826328 0.2625797 0.4802286 0.2606117 0.4810925 0.2631738 0.4818856 0.2625797 0.4802286 0.2621119 0.4787575 0.2597658 0.4796697 0.2625797 0.4802286 0.2646317 0.4796615 0.2621119 0.4787575 0.2625797 0.4802286 0.2631738 0.4818856 0.2648174 0.4813392 0.2648174 0.4813392 0.266188 0.4814904 0.2667036 0.4804951 0.2667036 0.4804951 0.2685257 0.4778855 0.2645093 0.4781211 0.2696904 0.4876062 0.2685569 0.4897435 0.271888 0.4905129 0.2696904 0.4876062 0.2679563 0.4857221 0.2667905 0.4862698 0.2663183 0.4908351 0.2685569 0.4897435 0.2650061 0.4870812 0.2663183 0.4908351 0.2677687 0.4949923 0.2705816 0.4935719 0.2647945 0.4957919 0.2677687 0.4949923 0.2663183 0.4908351 0.2631598 0.4876289 0.2639621 0.4914704 0.2650061 0.4870812 0.2631598 0.4876289 0.2619553 0.4879966 0.2617932 0.4905543 0.2647945 0.4957919 0.2639621 0.4914704 0.2619082 0.4942458 0.2671277 0.4832692 0.2655405 0.4835052 0.2679563 0.4857221 0.2648174 0.4813392 0.2655405 0.4835052 0.266188 0.4814904 0.2648174 0.4813392 0.2631738 0.4818856 0.2639703 0.4841338 0.2639703 0.4841338 0.2650061 0.4870812 0.2667905 0.4862698 0.2639703 0.4841338 0.2624177 0.4847474 0.2650061 0.4870812 0.2639703 0.4841338 0.2631738 0.4818856 0.2616102 0.4826328 0.2610705 0.4856113 0.2624177 0.4847474 0.2606308 0.4836044 0.2610705 0.4856113 0.2619553 0.4879966 0.2631598 0.4876289 0.2524459 0.4598223 0.2546476 0.457832 0.2493162 0.4564412 0.2524459 0.4598223 0.2537167 0.4614007 0.2554079 0.4603286 0.2573966 0.4572175 0.2546476 0.457832 0.2579283 0.4596765 0.2539641 0.4559755 0.2546476 0.457832 0.2569839 0.4553716 0.2573966 0.4572175 0.2601506 0.4568004 0.2569839 0.4553716 0.2573966 0.4572175 0.2579283 0.4596765 0.260414 0.4591925 0.260414 0.4591925 0.2623347 0.45941 0.2628763 0.4576568 0.2628763 0.4576568 0.2647175 0.453388 0.260063 0.4549222 0.2659279 0.4745837 0.2639761 0.4763674 0.2685257 0.4778855 0.2659279 0.4745837 0.2648838 0.473048 0.2633455 0.4739924 0.2616944 0.4770671 0.2639761 0.4763674 0.2611844 0.4747557 0.2616944 0.4770671 0.2621119 0.4787575 0.2645093 0.4781211 0.2616944 0.4770671 0.2594159 0.477908 0.2621119 0.4787575 0.2616944 0.4770671 0.2611844 0.4747557 0.2589952 0.4755253 0.2589952 0.4755253 0.2572305 0.4755936 0.2569116 0.4775127 0.2569116 0.4775127 0.2564478 0.4816355 0.2597658 0.4796697 0.265246 0.4701436 0.2629308 0.4705885 0.2648838 0.473048 0.265246 0.4701436 0.2650145 0.4659445 0.2623824 0.4666476 0.2604388 0.4714217 0.2629308 0.4705885 0.2595708 0.4674757 0.2604388 0.4714217 0.2611844 0.4747557 0.2633455 0.4739924 0.2604388 0.4714217 0.2579373 0.4722393 0.2611844 0.4747557 0.2604388 0.4714217 0.2595708 0.4674757 0.2567698 0.468335 0.2567698 0.468335 0.2541061 0.4691414 0.2556881 0.4732102 0.2589952 0.4755253 0.2579373 0.4722393 0.2572305 0.4755936 0.2623824 0.4666476 0.2650145 0.4659445 0.2637231 0.4619046 0.260414 0.4591925 0.2613507 0.4626619 0.2623347 0.45941 0.260414 0.4591925 0.2579283 0.4596765 0.2586935 0.4633283 0.2586935 0.4633283 0.2595708 0.4674757 0.2623824 0.4666476 0.2586935 0.4633283 0.2560211 0.4640972 0.2595708 0.4674757 0.2586935 0.4633283 0.2579283 0.4596765 0.2554079 0.4603286 0.2535094 0.4645745 0.2560211 0.4640972 0.2537167 0.4614007 0.2535094 0.4645745 0.2541061 0.4691414 0.2567698 0.468335 0.2620747 0.4503864 0.2596541 0.4529947 0.2647175 0.453388 0.2620747 0.4503864 0.2607961 0.4481453 0.258928 0.4497953 0.2565755 0.4535591 0.2596541 0.4529947 0.2558485 0.4505833 0.260063 0.4549222 0.2596541 0.4529947 0.2569839 0.4553716 0.2539641 0.4559755 0.2569839 0.4553716 0.2565755 0.4535591 0.2528919 0.451187 0.2535819 0.454127 0.2558485 0.4505833 0.2528919 0.451187 0.2507344 0.450574 0.2505573 0.4527876 0.2539641 0.4559755 0.2535819 0.454127 0.2493162 0.4564412 0.2440646 0.4278357 0.2405185 0.4332659 0.2438929 0.4322697 0.2472863 0.4315028 0.2461174 0.4294028 0.2454469 0.4331905 0.2472863 0.4315028 0.2505153 0.4296548 0.2496488 0.427016 0.2440646 0.4278357 0.2461174 0.4294028 0.2479589 0.4251525 0.2526763 0.4225673 0.2479589 0.4251525 0.2496488 0.427016 0.2543206 0.4275745 0.2539151 0.4245645 0.2505153 0.4296548 0.2543206 0.4275745 0.2571125 0.4270032 0.2579984 0.4243094 0.2579984 0.4243094 0.2617927 0.4229146 0.2526763 0.4225673 0.2587456 0.4301449 0.2553505 0.4320112 0.2601265 0.4362233 0.2543206 0.4275745 0.2553505 0.4320112 0.2571125 0.4270032 0.2515987 0.4338133 0.2553505 0.4320112 0.2505153 0.4296548 0.2515987 0.4338133 0.252915 0.4391309 0.256656 0.4376088 0.2515987 0.4338133 0.2482935 0.4352539 0.252915 0.4391309 0.2515987 0.4338133 0.2505153 0.4296548 0.2472863 0.4315028 0.2455658 0.4361106 0.2482935 0.4352539 0.2454469 0.4331905 0.2495046 0.4402428 0.2482935 0.4352539 0.2467066 0.4409431 0.2609477 0.4433411 0.2578886 0.4441018 0.2607961 0.4481453 0.2609477 0.4433411 0.2601265 0.4362233 0.256656 0.4376088 0.2544799 0.4452474 0.2578886 0.4441018 0.252915 0.4391309 0.2544799 0.4452474 0.2558485 0.4505833 0.258928 0.4497953 0.2528919 0.451187 0.2558485 0.4505833 0.2544799 0.4452474 0.2495046 0.4402428 0.2512851 0.4460564 0.252915 0.4391309 0.2495046 0.4402428 0.2467066 0.4409431 0.2487662 0.4467703 0.2528919 0.451187 0.2512851 0.4460564 0.2507344 0.450574 0.2526763 0.4225673 0.2617927 0.4229146 0.2505689 0.4179697 0.2440114 0.4189877 0.2491462 0.4211689 0.2458099 0.4169288 0.2440114 0.4189877 0.2396436 0.4207749 0.2444052 0.4233204 0.2526763 0.4225673 0.2491462 0.4211689 0.2479589 0.4251525 0.2440646 0.4278357 0.2479589 0.4251525 0.2444052 0.4233204 0.2357341 0.4229336 0.2404056 0.4256833 0.2396436 0.4207749 0.2357341 0.4229336 0.2323279 0.4251671 0.2367776 0.4278271 0.2440646 0.4278357 0.2404056 0.4256833 0.2405185 0.4332659 0.2104278 0.3968189 0.208319 0.3989672 0.2101985 0.4034464 0.2101985 0.4034464 0.2127987 0.4083538 0.2158612 0.4046152 0.2154772 0.3976219 0.2128069 0.4004254 0.2186974 0.4013494 0.2154772 0.3976219 0.2129777 0.3945412 0.2104278 0.3968189 0.2154772 0.3976219 0.2182711 0.3952534 0.2129777 0.3945412 0.2154772 0.3976219 0.2186974 0.4013494 0.2210813 0.399029 0.2210813 0.399029 0.2233781 0.3983949 0.2221432 0.395228 0.2164099 0.3920045 0.2182711 0.3952534 0.2198287 0.3893815 0.2440114 0.4189877 0.2458099 0.4169288 0.2414215 0.4132011 0.2316601 0.4092317 0.2379584 0.4146418 0.2339596 0.4073489 0.2316601 0.4092317 0.2287929 0.4118047 0.2343304 0.4167714 0.2440114 0.4189877 0.2379584 0.4146418 0.2396436 0.4207749 0.2357341 0.4229336 0.2396436 0.4207749 0.2343304 0.4167714 0.2253995 0.4153428 0.2306439 0.419575 0.2287929 0.4118047 0.2253995 0.4153428 0.2195532 0.4201133 0.2274594 0.4226275 0.2357341 0.4229336 0.2306439 0.419575 0.2323279 0.4251671 0.2316601 0.4092317 0.2339596 0.4073489 0.2274034 0.4017727 0.2210813 0.399029 0.2257893 0.403858 0.2233781 0.3983949 0.223359 0.4063706 0.2257893 0.403858 0.2186974 0.4013494 0.2316601 0.4092317 0.2257893 0.403858 0.2287929 0.4118047 0.223359 0.4063706 0.2202653 0.4099719 0.2287929 0.4118047 0.223359 0.4063706 0.2186974 0.4013494 0.2158612 0.4046152 0.2168399 0.4141175 0.2202653 0.4099719 0.2127987 0.4083538 0.2168399 0.4141175 0.2195532 0.4201133 0.2253995 0.4153428 0.1813935 0.5334194 0.1780599 0.5385457 0.1830736 0.5414078 0.191651 0.5397208 0.1866402 0.5367669 0.1869014 0.5439641 0.191651 0.5397208 0.1952094 0.5362301 0.1892378 0.5333319 0.1813935 0.5334194 0.1866402 0.5367669 0.1836244 0.5300721 0.2099789 0.5489521 0.2007685 0.5435459 0.1994899 0.5524364 0.2099789 0.5489521 0.223009 0.5467786 0.2065906 0.5404714 0.191651 0.5397208 0.2007685 0.5435459 0.1952094 0.5362301 0.191651 0.5397208 0.1869014 0.5439641 0.19287 0.5472907 0.1790307 0.5643468 0.1817685 0.5695053 0.1901606 0.5602278 0.19287 0.5472907 0.1856256 0.5552266 0.1994899 0.5524364 0.1818244 0.5517525 0.1856256 0.5552266 0.1869014 0.5439641 0.1790307 0.5643468 0.1856256 0.5552266 0.1768605 0.5603103 0.1818244 0.5517525 0.1784807 0.5493446 0.1768605 0.5603103 0.1818244 0.5517525 0.1869014 0.5439641 0.1830736 0.5414078 0.1746061 0.5480978 0.1784807 0.5493446 0.1780599 0.5385457 0.1746061 0.5480978 0.1699912 0.5562725 0.1737659 0.5578996 0.1663168 0.5625296 0.1698336 0.5643953 0.1699912 0.5562725 0.1663168 0.5625296 0.1610659 0.567431 0.1661967 0.5699023 0.1724501 0.5668612 0.1698336 0.5643953 0.1688512 0.5709689 0.1724501 0.5668612 0.1768605 0.5603103 0.1737659 0.5578996 0.1560689 0.5724611 0.1517672 0.5766118 0.1584364 0.5805467 0.167589 0.5757992 0.1623681 0.5754916 0.164783 0.5849936 0.167589 0.5757992 0.1688512 0.5709689 0.1661967 0.5699023 0.1560689 0.5724611 0.1623681 0.5754916 0.1610659 0.567431 0.167589 0.5757992 0.164783 0.5849936 0.1740911 0.5774477 0.1790307 0.5643468 0.1730809 0.5716443 0.1817685 0.5695053 0.1790307 0.5643468 0.1768605 0.5603103 0.1724501 0.5668612 0.167589 0.5757992 0.1730809 0.5716443 0.1688512 0.5709689 0.319498 0.3286705 0.3195275 0.3252654 0.3142857 0.3253731 0.3142857 0.3253731 0.3079245 0.3256225 0.3092951 0.3295505 0.3092951 0.3295505 0.3093844 0.3326826 0.3145735 0.3321552 0.319498 0.3286705 0.3143484 0.3290721 0.3198946 0.3314162 0.3145735 0.3321552 0.3151939 0.3347917 0.3198946 0.3314162 0.3145735 0.3321552 0.3093844 0.3326826 0.3100444 0.3354407 0.3100444 0.3354407 0.3097962 0.3389818 0.3161882 0.3378348 0.3161882 0.3378348 0.3215156 0.3365719 0.320416 0.3337942 0.2814751 0.3304269 0.2823363 0.3252206 0.2746347 0.3240606 0.2663047 0.3303965 0.2742432 0.3301215 0.2669934 0.3235123 0.2754376 0.3359812 0.2742432 0.3301215 0.2679494 0.3371113 0.2754376 0.3359812 0.2824202 0.3351872 0.2814751 0.3304269 0.2834897 0.3400041 0.2824202 0.3351872 0.2754376 0.3359812 0.2754376 0.3359812 0.2679494 0.3371113 0.2706568 0.3440802 0.2706568 0.3440802 0.2740885 0.3507683 0.2798664 0.3479515 0.2798664 0.3479515 0.2860968 0.3448393 0.2834897 0.3400041 0.2663047 0.3303965 0.2669934 0.3235123 0.259961 0.3241843 0.2530058 0.3345426 0.2594711 0.331633 0.2499138 0.3256064 0.2530058 0.3345426 0.2563996 0.3412482 0.2619921 0.3386648 0.2663047 0.3303965 0.2594711 0.331633 0.2679494 0.3371113 0.2619921 0.3386648 0.2653634 0.3460361 0.2679494 0.3371113 0.2619921 0.3386648 0.2563996 0.3412482 0.2602372 0.3483625 0.2692115 0.3530282 0.2653634 0.3460361 0.2642394 0.3551478 0.2692115 0.3530282 0.2740885 0.3507683 0.2706568 0.3440802 0.227397 0.359169 0.2304414 0.3603138 0.2294323 0.3546464 0.2282235 0.3639968 0.2304414 0.3603138 0.2255629 0.3632029 0.2282235 0.3639968 0.2305698 0.3651019 0.2331347 0.3620361 0.2331347 0.3620361 0.2359973 0.3586785 0.2329168 0.3562632 0.2390578 0.3618745 0.2359973 0.3586785 0.2331347 0.3620361 0.2331347 0.3620361 0.2305698 0.3651019 0.2324767 0.3669922 0.2378361 0.3673906 0.2356141 0.3645615 0.2340959 0.3692064 0.2378361 0.3673906 0.2418902 0.3653418 0.2390578 0.3618745 0.3313941 0.3472374 0.3269927 0.3451871 0.3264555 0.3496567 0.3264555 0.3496567 0.3262223 0.3533393 0.3291065 0.3536744 0.3291065 0.3536744 0.3303704 0.3547433 0.3325667 0.351728 0.3313941 0.3472374 0.3302755 0.3502624 0.334263 0.3489972 0.3256983 0.308787 0.3238877 0.3105506 0.3279964 0.3107659 0.3256983 0.308787 0.3230639 0.3065326 0.3220302 0.3076784 0.3220302 0.3076784 0.3194074 0.3085233 0.3204592 0.3118921 0.3204592 0.3118921 0.3220851 0.3158373 0.3257125 0.3129591 0.1579509 0.5219349 0.1562628 0.5262078 0.1687223 0.5321463 0.1813935 0.5334194 0.171568 0.5284138 0.1780599 0.5385457 0.1813935 0.5334194 0.1836244 0.5300721 0.1733179 0.524746 0.1579509 0.5219349 0.171568 0.5284138 0.1593281 0.5178461 0.1608284 0.5137547 0.1593281 0.5178461 0.1733179 0.524746 0.1853139 0.5267614 0.17496 0.5212178 0.1836244 0.5300721 0.1768474 0.5177713 0.17496 0.5212178 0.1842213 0.5228242 0.1608284 0.5137547 0.17496 0.5212178 0.1626378 0.5094254 0.1579509 0.5219349 0.1413291 0.5141674 0.1562628 0.5262078 0.1579509 0.5219349 0.1593281 0.5178461 0.1426646 0.5098651 0.1608284 0.5137547 0.1438857 0.5057446 0.1593281 0.5178461 0.1608284 0.5137547 0.1626378 0.5094254 0.1453486 0.5011072 0.1357607 0.5627676 0.1324887 0.5660188 0.143391 0.5719926 0.1560689 0.5724611 0.1473425 0.5684477 0.1517672 0.5766118 0.1560689 0.5724611 0.1610659 0.567431 0.1506494 0.5646325 0.1357607 0.5627676 0.1473425 0.5684477 0.1391059 0.5595374 0.1357607 0.5627676 0.1208961 0.5547375 0.1324887 0.5660188 0.1357607 0.5627676 0.1391059 0.5595374 0.1248968 0.5521883 0.2400973 0.3459898 0.2354874 0.3427149 0.2318698 0.3491468 0.2329168 0.3562632 0.2359071 0.3514769 0.2294323 0.3546464 0.2329168 0.3562632 0.2359973 0.3586785 0.2394554 0.3547374 0.2400973 0.3459898 0.2359071 0.3514769 0.2439709 0.3503035 0.2394554 0.3547374 0.2431144 0.3586749 0.2439709 0.3503035 0.2394554 0.3547374 0.2359973 0.3586785 0.2390578 0.3618745 0.2465719 0.3628266 0.2431144 0.3586749 0.2418902 0.3653418 0.2465719 0.3628266 0.2519708 0.3601318 0.2480442 0.3551708 0.2530058 0.3345426 0.2499138 0.3256064 0.241063 0.3353953 0.241063 0.3353953 0.2354874 0.3427149 0.2400973 0.3459898 0.2400973 0.3459898 0.2439709 0.3503035 0.2500059 0.3454674 0.2500059 0.3454674 0.2563996 0.3412482 0.2530058 0.3345426 0.2500059 0.3454674 0.254108 0.3515703 0.2563996 0.3412482 0.2500059 0.3454674 0.2439709 0.3503035 0.2480442 0.3551708 0.2581762 0.357544 0.254108 0.3515703 0.2519708 0.3601318 0.2581762 0.357544 0.2642394 0.3551478 0.2602372 0.3483625 0.3316341 0.401832 0.3303176 0.3998239 0.3291374 0.4042041 0.3316341 0.401832 0.3325952 0.4011637 0.3321933 0.3997906 0.330574 0.3977481 0.3303176 0.3998239 0.3324796 0.3981447 0.3285647 0.3998923 0.3303176 0.3998239 0.3288457 0.3974369 0.32933 0.3949807 0.3288457 0.3974369 0.330574 0.3977481 0.3329671 0.396571 0.3310859 0.3957129 0.3324796 0.3981447 0.3329671 0.396571 0.3338396 0.3955118 0.3330522 0.394445 0.32933 0.3949807 0.3310859 0.3957129 0.3310624 0.3914329 0.3420955 0.3960316 0.3434758 0.3981669 0.3466235 0.395824 0.3420955 0.3960316 0.3390519 0.3964226 0.3387487 0.397647 0.3431396 0.4006487 0.3434758 0.3981669 0.3384246 0.3995327 0.3431396 0.4006487 0.3484917 0.4019156 0.3488838 0.398706 0.3475978 0.405008 0.3484917 0.4019156 0.3431396 0.4006487 0.3378646 0.4013826 0.3424142 0.4030486 0.3384246 0.3995327 0.3378646 0.4013826 0.3376281 0.4026463 0.3403109 0.4043819 0.3475978 0.405008 0.3424142 0.4030486 0.3445011 0.406629 0.3361552 0.3957729 0.3353835 0.3971654 0.3390519 0.3964226 0.3329671 0.396571 0.3353835 0.3971654 0.3338396 0.3955118 0.3329671 0.396571 0.3324796 0.3981447 0.3349838 0.3987188 0.3387487 0.397647 0.3353835 0.3971654 0.3384246 0.3995327 0.3349838 0.3987188 0.3345833 0.4003033 0.3384246 0.3995327 0.3349838 0.3987188 0.3324796 0.3981447 0.3321933 0.3997906 0.3346973 0.4019436 0.3345833 0.4003033 0.3325952 0.4011637 0.3378646 0.4013826 0.3345833 0.4003033 0.3376281 0.4026463 0.3052143 0.3977912 0.3045321 0.4026673 0.3083193 0.4004082 0.3083193 0.4004082 0.3101791 0.399715 0.3100282 0.3979681 0.3100282 0.3979681 0.3104423 0.395621 0.3078694 0.3952658 0.3052143 0.3977912 0.307456 0.3978709 0.3057067 0.3949002 0.3078694 0.3952658 0.3085321 0.3925757 0.3057067 0.3949002 0.3110538 0.3931511 0.3085321 0.3925757 0.3104423 0.395621 0.3110538 0.3931511 0.3119081 0.3913545 0.31032 0.3901997 0.31032 0.3901997 0.3073351 0.3866304 0.306409 0.3919723 0.32933 0.3949807 0.3310624 0.3914329 0.3265267 0.3923548 0.3265267 0.3923548 0.3246999 0.3929193 0.3247969 0.3945981 0.3247969 0.3945981 0.3244086 0.3967896 0.3268733 0.3971189 0.32933 0.3949807 0.3272889 0.3947646 0.3288457 0.3974369 0.3268733 0.3971189 0.3265435 0.3994846 0.3288457 0.3974369 0.3239971 0.399022 0.3265435 0.3994846 0.3244086 0.3967896 0.3239971 0.399022 0.3233059 0.4006968 0.325022 0.4017006 0.325022 0.4017006 0.3291374 0.4042041 0.3285647 0.3998923 0.3223262 0.391766 0.3216878 0.3940156 0.3246999 0.3929193 0.3223262 0.391766 0.3186239 0.3907945 0.3181684 0.3934403 0.3181684 0.3934403 0.317573 0.3961271 0.3212037 0.3964446 0.3212037 0.3964446 0.3244086 0.3967896 0.3247969 0.3945981 0.3239971 0.399022 0.3244086 0.3967896 0.3212037 0.3964446 0.3169706 0.398839 0.3206693 0.3989257 0.317573 0.3961271 0.3169706 0.398839 0.3164331 0.4015672 0.3204802 0.4013493 0.3239971 0.399022 0.3206693 0.3989257 0.3233059 0.4006968 0.3181684 0.3934403 0.3186239 0.3907945 0.314691 0.3907988 0.3110538 0.3931511 0.3144448 0.3932958 0.3119081 0.3913545 0.3110538 0.3931511 0.3104423 0.395621 0.3138313 0.3958804 0.3181684 0.3934403 0.3144448 0.3932958 0.317573 0.3961271 0.3169706 0.398839 0.317573 0.3961271 0.3138313 0.3958804 0.3100282 0.3979681 0.3133116 0.3984053 0.3104423 0.395621 0.312619 0.4007752 0.3133116 0.3984053 0.3101791 0.399715 0.3169706 0.398839 0.3133116 0.3984053 0.3164331 0.4015672 0.306409 0.3919723 0.3073351 0.3866304 0.3034411 0.3885763 0.3034411 0.3885763 0.3011994 0.3891277 0.3013508 0.3913756 0.3013508 0.3913756 0.3007208 0.3942369 0.3035478 0.3946101 0.306409 0.3919723 0.3042137 0.3917436 0.3057067 0.3949002 0.3052143 0.3977912 0.3057067 0.3949002 0.3035478 0.3946101 0.3000157 0.3969873 0.3029224 0.3974063 0.3007208 0.3942369 0.3000157 0.3969873 0.2991229 0.3988898 0.3010767 0.3998942 0.3052143 0.3977912 0.3029224 0.3974063 0.3045321 0.4026673 0.2806529 0.3993106 0.2789362 0.3957875 0.2798935 0.4026358 0.2806529 0.3993106 0.283007 0.3983463 0.2825204 0.3960015 0.2786838 0.3914786 0.2789362 0.3957875 0.282481 0.3922988 0.2786838 0.3914786 0.2754788 0.3909929 0.2757542 0.3958468 0.2786838 0.3914786 0.2785219 0.3867389 0.2754788 0.3909929 0.2786838 0.3914786 0.282481 0.3922988 0.2826347 0.3881176 0.2826347 0.3881176 0.2833109 0.3851863 0.2804591 0.3829136 0.2804591 0.3829136 0.2785232 0.3782706 0.2751549 0.3858801 0.2923876 0.3892787 0.2931408 0.3855612 0.2874599 0.3848468 0.2826347 0.3881176 0.2873904 0.3887487 0.2833109 0.3851863 0.2826347 0.3881176 0.282481 0.3922988 0.2869344 0.3926984 0.2923876 0.3892787 0.2873904 0.3887487 0.2917299 0.393024 0.291292 0.3966569 0.2917299 0.393024 0.2869344 0.3926984 0.2825204 0.3960015 0.2867306 0.3963401 0.282481 0.3922988 0.2863112 0.3994221 0.2867306 0.3963401 0.283007 0.3983463 0.291292 0.3966569 0.2867306 0.3963401 0.2910751 0.3999394 0.2982042 0.3873292 0.2972249 0.3903541 0.3011994 0.3891277 0.2982042 0.3873292 0.2931408 0.3855612 0.2923876 0.3892787 0.2965534 0.3936226 0.2972249 0.3903541 0.2917299 0.393024 0.2965534 0.3936226 0.3007208 0.3942369 0.3013508 0.3913756 0.3000157 0.3969873 0.3007208 0.3942369 0.2965534 0.3936226 0.291292 0.3966569 0.2959296 0.396805 0.2917299 0.393024 0.291292 0.3966569 0.2910751 0.3999394 0.2958347 0.3996325 0.3000157 0.3969873 0.2959296 0.396805 0.2991229 0.3988898 0.2751549 0.3858801 0.2785232 0.3782706 0.2700709 0.3830451 0.2700709 0.3830451 0.2673417 0.3847578 0.2686846 0.3876543 0.2686846 0.3876543 0.2684104 0.3917107 0.2728019 0.3915967 0.2751549 0.3858801 0.2726366 0.3868091 0.2754788 0.3909929 0.2757542 0.3958468 0.2754788 0.3909929 0.2728019 0.3915967 0.2678193 0.3958742 0.2727509 0.3963274 0.2684104 0.3917107 0.2678193 0.3958742 0.2666012 0.3999168 0.271876 0.4008384 0.2757542 0.3958468 0.2727509 0.3963274 0.2798935 0.4026358 0.2294286 0.3782222 0.2278116 0.3804326 0.2299281 0.3820126 0.2353722 0.3824477 0.2318543 0.3801206 0.2332579 0.3842395 0.2353722 0.3824477 0.237758 0.3809223 0.234095 0.3784516 0.2294286 0.3782222 0.2318543 0.3801206 0.2313621 0.3761613 0.2340018 0.3746005 0.2313621 0.3761613 0.234095 0.3784516 0.2402539 0.3796229 0.2367125 0.3771274 0.237758 0.3809223 0.2402539 0.3796229 0.2424206 0.3788572 0.2405618 0.3768638 0.2340018 0.3746005 0.2367125 0.3771274 0.2358925 0.3731157 0.2619068 0.3836905 0.2610164 0.3865445 0.2673417 0.3847578 0.2523634 0.3843787 0.2610164 0.3865445 0.2535955 0.3822185 0.2523634 0.3843787 0.2507022 0.3867602 0.2600612 0.3897556 0.2686846 0.3876543 0.2610164 0.3865445 0.2684104 0.3917107 0.2678193 0.3958742 0.2684104 0.3917107 0.2600612 0.3897556 0.2489159 0.3893136 0.2588527 0.393132 0.2507022 0.3867602 0.2489159 0.3893136 0.2470704 0.3920381 0.2572993 0.3965368 0.2678193 0.3958742 0.2588527 0.393132 0.2666012 0.3999168 0.2523634 0.3843787 0.2535955 0.3822185 0.2467975 0.3803319 0.2402539 0.3796229 0.2454566 0.3820557 0.2424206 0.3788572 0.2402539 0.3796229 0.237758 0.3809223 0.2432807 0.3837538 0.2523634 0.3843787 0.2454566 0.3820557 0.2507022 0.3867602 0.2489159 0.3893136 0.2507022 0.3867602 0.2432807 0.3837538 0.2353722 0.3824477 0.2410743 0.3856321 0.237758 0.3809223 0.2353722 0.3824477 0.2332579 0.3842395 0.2390143 0.3877602 0.2489159 0.3893136 0.2410743 0.3856321 0.2470704 0.3920381 0.1458733 0.5938121 0.1483454 0.5906929 0.1413969 0.5898772 0.1458733 0.5938121 0.1487653 0.5970391 0.1515628 0.593346 0.1509765 0.5876767 0.1483454 0.5906929 0.1533702 0.5899662 0.1509765 0.5876767 0.1462897 0.5837832 0.1439318 0.5867956 0.1593319 0.5952662 0.1552041 0.5942288 0.1532728 0.6036151 0.1593319 0.5952662 0.164783 0.5849936 0.1570534 0.5887444 0.1515628 0.593346 0.1552041 0.5942288 0.1533702 0.5899662 0.1515628 0.593346 0.1487653 0.5970391 0.1512482 0.5994357 0.1570534 0.5887444 0.164783 0.5849936 0.1584364 0.5805467 0.1487044 0.5803872 0.1544896 0.5844515 0.1517672 0.5766118 0.1509765 0.5876767 0.1544896 0.5844515 0.1462897 0.5837832 0.1509765 0.5876767 0.1533702 0.5899662 0.1570534 0.5887444 0.2457497 0.2470067 0.2432709 0.245693 0.2413392 0.2497467 0.2413392 0.2497467 0.2391384 0.2548959 0.2427161 0.2551974 0.2427161 0.2551974 0.2452372 0.256186 0.2464902 0.2519876 0.2457497 0.2470067 0.2441173 0.2510626 0.2478527 0.2477495 0.2464902 0.2519876 0.2491796 0.2525064 0.2478527 0.2477495 0.2464902 0.2519876 0.2452372 0.256186 0.2480998 0.2567279 0.2480998 0.2567279 0.2515559 0.2585015 0.2525029 0.2529911 0.2525029 0.2529911 0.2531448 0.2486072 0.2501344 0.2482897 0.2314794 0.2847546 0.2269825 0.280696 0.2209446 0.2895271 0.2223469 0.3028186 0.2270549 0.2931886 0.215143 0.2984145 0.233473 0.2952684 0.2270549 0.2931886 0.2302901 0.3051065 0.233473 0.2952684 0.2364915 0.2863883 0.2314794 0.2847546 0.233473 0.2952684 0.2403302 0.2966808 0.2364915 0.2863883 0.233473 0.2952684 0.2302901 0.3051065 0.2390002 0.3067657 0.2476962 0.2967396 0.2403302 0.2966808 0.2481496 0.3065486 0.2476962 0.2967396 0.2473787 0.2864578 0.2415796 0.2875241 0.2223469 0.3028186 0.215143 0.2984145 0.2101861 0.3071489 0.2157583 0.3211359 0.2184559 0.3119819 0.2038538 0.3183751 0.2279832 0.3139398 0.2184559 0.3119819 0.2260122 0.3225054 0.2279832 0.3139398 0.2302901 0.3051065 0.2223469 0.3028186 0.2390002 0.3067657 0.2302901 0.3051065 0.2279832 0.3139398 0.2279832 0.3139398 0.2260122 0.3225054 0.2367432 0.3242694 0.2487341 0.315165 0.2382517 0.3157663 0.2499138 0.3256064 0.2487341 0.315165 0.2481496 0.3065486 0.2390002 0.3067657 0.212926 0.3605034 0.2163491 0.3589768 0.2114674 0.3559207 0.2168619 0.3625687 0.2163491 0.3589768 0.2141749 0.3640553 0.2168619 0.3625687 0.2197781 0.3618081 0.2200971 0.3582167 0.2200971 0.3582167 0.2204792 0.3537962 0.215771 0.3544304 0.2200971 0.3582167 0.2238643 0.3583753 0.2204792 0.3537962 0.2200971 0.3582167 0.2197781 0.3618081 0.2227131 0.3622465 0.227397 0.359169 0.2238643 0.3583753 0.2255629 0.3632029 0.227397 0.359169 0.2294323 0.3546464 0.2251597 0.3538461 0.2658826 0.2448076 0.2625909 0.2479221 0.2658301 0.2497135 0.2658301 0.2497135 0.2684671 0.2510092 0.2698546 0.248745 0.2698157 0.2448956 0.2677165 0.2466671 0.2713073 0.2477511 0.2698157 0.2448956 0.2683797 0.242572 0.2658826 0.2448076 0.2316642 0.2336474 0.2325057 0.2360842 0.2343518 0.2328592 0.2316642 0.2336474 0.2285597 0.2346082 0.2293735 0.2361633 0.2293735 0.2361633 0.2292593 0.2387327 0.2323318 0.2394701 0.2323318 0.2394701 0.2361633 0.240023 0.2352175 0.2358317 0.1264756 0.5766004 0.12403 0.5800514 0.1341613 0.5853572 0.1341613 0.5853572 0.1413969 0.5898772 0.1439318 0.5867956 0.1389542 0.579047 0.136702 0.5821803 0.1462897 0.5837832 0.1389542 0.579047 0.1286691 0.5731721 0.1264756 0.5766004 0.1389542 0.579047 0.1408895 0.5755885 0.1286691 0.5731721 0.1389542 0.579047 0.1462897 0.5837832 0.1487044 0.5803872 0.1487044 0.5803872 0.1517672 0.5766118 0.143391 0.5719926 0.1303991 0.5695659 0.1408895 0.5755885 0.1324887 0.5660188 0.1264756 0.5766004 0.113072 0.5698096 0.12403 0.5800514 0.1151332 0.5658622 0.113072 0.5698096 0.1286691 0.5731721 0.1151332 0.5658622 0.1286691 0.5731721 0.1303991 0.5695659 0.1182408 0.5580197 0.116588 0.5618301 0.1324887 0.5660188 0.2095892 0.3492764 0.2150618 0.3479751 0.2076911 0.3410299 0.2095892 0.3492764 0.2114674 0.3559207 0.215771 0.3544304 0.2209879 0.3477177 0.2150618 0.3479751 0.2204792 0.3537962 0.2209879 0.3477177 0.2219862 0.3402197 0.2145665 0.3399611 0.2209879 0.3477177 0.2267436 0.348001 0.2219862 0.3402197 0.2209879 0.3477177 0.2204792 0.3537962 0.2251597 0.3538461 0.2318698 0.3491468 0.2267436 0.348001 0.2294323 0.3546464 0.2318698 0.3491468 0.2354874 0.3427149 0.229205 0.3409646 0.2157583 0.3211359 0.2038538 0.3183751 0.2061731 0.3316404 0.2061731 0.3316404 0.2076911 0.3410299 0.2145665 0.3399611 0.2238371 0.3315405 0.2146303 0.3307386 0.2219862 0.3402197 0.2238371 0.3315405 0.2260122 0.3225054 0.2157583 0.3211359 0.2238371 0.3315405 0.2331329 0.3328614 0.2260122 0.3225054 0.2238371 0.3315405 0.2219862 0.3402197 0.229205 0.3409646 0.241063 0.3353953 0.2331329 0.3328614 0.2354874 0.3427149 0.241063 0.3353953 0.2499138 0.3256064 0.2367432 0.3242694 0.3146699 0.4614109 0.3147587 0.4587371 0.3107389 0.4616862 0.3146699 0.4614109 0.3160547 0.4614108 0.3165751 0.4598804 0.3163114 0.4569124 0.3147587 0.4587371 0.3177803 0.4583166 0.3163114 0.4569124 0.3150519 0.4556432 0.3131071 0.4576747 0.3163114 0.4569124 0.318066 0.4553087 0.3150519 0.4556432 0.3191785 0.4568716 0.318066 0.4553087 0.3177803 0.4583166 0.3191785 0.4568716 0.3206616 0.456193 0.3206727 0.4549722 0.3170999 0.4538325 0.318066 0.4553087 0.3212063 0.4514445 0.3280475 0.4600701 0.3281236 0.4631672 0.33249 0.4618731 0.3280475 0.4600701 0.3249517 0.4592034 0.3239712 0.4605119 0.3263224 0.4660059 0.3281236 0.4631672 0.3225812 0.4626145 0.3263224 0.4660059 0.3305446 0.4698529 0.3329009 0.466149 0.3274769 0.4729477 0.3305446 0.4698529 0.3263224 0.4660059 0.3208269 0.464381 0.3239558 0.468352 0.3225812 0.4626145 0.3208269 0.464381 0.3197221 0.4655843 0.3209689 0.4687044 0.3274769 0.4729477 0.3239558 0.468352 0.3232654 0.4731033 0.3226162 0.4572822 0.3210682 0.4585097 0.3249517 0.4592034 0.3191785 0.4568716 0.3210682 0.4585097 0.3206616 0.456193 0.3191785 0.4568716 0.3177803 0.4583166 0.3198021 0.4601344 0.3198021 0.4601344 0.3225812 0.4626145 0.3239712 0.4605119 0.3198021 0.4601344 0.3184822 0.4616594 0.3225812 0.4626145 0.3198021 0.4601344 0.3177803 0.4583166 0.3165751 0.4598804 0.317515 0.4633727 0.3184822 0.4616594 0.3160547 0.4614108 0.317515 0.4633727 0.3197221 0.4655843 0.3208269 0.464381 0.2945773 0.4420472 0.2953522 0.4387141 0.2896053 0.4408585 0.2945773 0.4420472 0.296709 0.4430063 0.2976208 0.44097 0.2974303 0.4364698 0.2953522 0.4387141 0.2995827 0.438884 0.2974303 0.4364698 0.2958245 0.4347186 0.2935226 0.4371555 0.2974303 0.4364698 0.2997648 0.4343423 0.2958245 0.4347186 0.2974303 0.4364698 0.2995827 0.438884 0.3017397 0.4368982 0.3017397 0.4368982 0.3038512 0.4360256 0.3031368 0.4336926 0.2983779 0.4323508 0.2997648 0.4343423 0.302009 0.4283633 0.3170999 0.4538325 0.3212063 0.4514445 0.3167499 0.4497641 0.3167499 0.4497641 0.3148798 0.4488652 0.3137743 0.4505528 0.3136584 0.4542307 0.3156496 0.4524541 0.3118477 0.4523172 0.3170999 0.4538325 0.3156496 0.4524541 0.3150519 0.4556432 0.3136584 0.4542307 0.3116942 0.4561383 0.3150519 0.4556432 0.3099119 0.4541211 0.3116942 0.4561383 0.3118477 0.4523172 0.3099119 0.4541211 0.3081562 0.4551225 0.308876 0.4570874 0.308876 0.4570874 0.3107389 0.4616862 0.3131071 0.4576747 0.3137615 0.4458995 0.3115333 0.4475076 0.3148798 0.4488652 0.3137615 0.4458995 0.3110967 0.4417842 0.3087088 0.4438738 0.309337 0.449545 0.3115333 0.4475076 0.306265 0.4461457 0.309337 0.449545 0.3118477 0.4523172 0.3137743 0.4505528 0.3099119 0.4541211 0.3118477 0.4523172 0.309337 0.449545 0.3038876 0.4484823 0.3071526 0.4516159 0.306265 0.4461457 0.3038876 0.4484823 0.3016361 0.4507437 0.305356 0.4537528 0.3099119 0.4541211 0.3071526 0.4516159 0.3081562 0.4551225 0.3087088 0.4438738 0.3110967 0.4417842 0.3070824 0.4380742 0.3017397 0.4368982 0.3050826 0.4402064 0.3038512 0.4360256 0.3017397 0.4368982 0.2995827 0.438884 0.3027706 0.4423507 0.3087088 0.4438738 0.3050826 0.4402064 0.306265 0.4461457 0.3027706 0.4423507 0.3005881 0.4445798 0.306265 0.4461457 0.3027706 0.4423507 0.2995827 0.438884 0.2976208 0.44097 0.2984204 0.4464309 0.3005881 0.4445798 0.296709 0.4430063 0.2984204 0.4464309 0.3016361 0.4507437 0.3038876 0.4484823 0.2975229 0.4268695 0.2967991 0.4307355 0.302009 0.4283633 0.2975229 0.4268695 0.2951232 0.4256668 0.2942829 0.4282616 0.2942767 0.4332406 0.2967991 0.4307355 0.2917879 0.4309409 0.2983779 0.4323508 0.2967991 0.4307355 0.2958245 0.4347186 0.2935226 0.4371555 0.2958245 0.4347186 0.2942767 0.4332406 0.2893002 0.433389 0.2918727 0.4356373 0.2917879 0.4309409 0.2893002 0.433389 0.286947 0.4343007 0.2882587 0.436448 0.2935226 0.4371555 0.2918727 0.4356373 0.2896053 0.4408585 0.2644683 0.4143496 0.2617927 0.4229146 0.265232 0.4201332 0.265232 0.4201332 0.2685266 0.4204491 0.2700482 0.4175066 0.2700482 0.4175066 0.273353 0.4137845 0.2707687 0.4114245 0.2644683 0.4143496 0.2668755 0.4156178 0.2687018 0.4099152 0.2722531 0.4056429 0.2687018 0.4099152 0.2707687 0.4114245 0.2707687 0.4114245 0.273353 0.4137845 0.2762992 0.4101301 0.2762992 0.4101301 0.2787742 0.4084579 0.2778927 0.405547 0.2778927 0.405547 0.2798935 0.4026358 0.2722531 0.4056429 0.2824706 0.4106634 0.2802433 0.4138604 0.28766 0.4154997 0.2762992 0.4101301 0.2802433 0.4138604 0.2787742 0.4084579 0.2762992 0.4101301 0.273353 0.4137845 0.2773129 0.4173626 0.2851032 0.4184285 0.2802433 0.4138604 0.2821483 0.4217967 0.2792971 0.4252148 0.2821483 0.4217967 0.2773129 0.4173626 0.2700482 0.4175066 0.2743004 0.420938 0.273353 0.4137845 0.2713695 0.4237962 0.2743004 0.420938 0.2685266 0.4204491 0.2792971 0.4252148 0.2743004 0.420938 0.2768328 0.4281427 0.2925748 0.421324 0.2900837 0.4236941 0.2951232 0.4256668 0.2925748 0.421324 0.28766 0.4154997 0.2851032 0.4184285 0.2873592 0.4267246 0.2900837 0.4236941 0.2821483 0.4217967 0.2873592 0.4267246 0.2917879 0.4309409 0.2942829 0.4282616 0.2893002 0.433389 0.2917879 0.4309409 0.2873592 0.4267246 0.2792971 0.4252148 0.2847027 0.42964 0.2821483 0.4217967 0.2792971 0.4252148 0.2768328 0.4281427 0.2827422 0.4322077 0.2893002 0.433389 0.2847027 0.42964 0.286947 0.4343007 0.2722531 0.4056429 0.2798935 0.4026358 0.271876 0.4008384 0.2644456 0.4036105 0.2695698 0.4049671 0.2666012 0.3999168 0.2644456 0.4036105 0.2616917 0.4070057 0.2662945 0.4088892 0.2722531 0.4056429 0.2695698 0.4049671 0.2687018 0.4099152 0.2644683 0.4143496 0.2687018 0.4099152 0.2662945 0.4088892 0.2586785 0.410153 0.2625124 0.4127803 0.2616917 0.4070057 0.2586785 0.410153 0.2551039 0.4112032 0.2568469 0.4140761 0.2644683 0.4143496 0.2625124 0.4127803 0.2617927 0.4229146 0.2257372 0.3915403 0.2251719 0.3882335 0.2198287 0.3893815 0.2257372 0.3915403 0.2287556 0.3927483 0.2288579 0.3906174 0.2267096 0.3860847 0.2251719 0.3882335 0.2301645 0.3885339 0.2267096 0.3860847 0.2243117 0.3844976 0.2223384 0.3868449 0.2267096 0.3860847 0.2282541 0.3840059 0.2243117 0.3844976 0.2267096 0.3860847 0.2301645 0.3885339 0.2315766 0.3863381 0.2299281 0.3820126 0.2282541 0.3840059 0.2332579 0.3842395 0.2299281 0.3820126 0.2278116 0.3804326 0.226121 0.3824423 0.2644456 0.4036105 0.2666012 0.3999168 0.2572993 0.3965368 0.245231 0.3949334 0.2553098 0.3998334 0.2470704 0.3920381 0.245231 0.3949334 0.2433722 0.3977795 0.253038 0.402924 0.2644456 0.4036105 0.2553098 0.3998334 0.2616917 0.4070057 0.2586785 0.410153 0.2616917 0.4070057 0.253038 0.402924 0.2414682 0.4003566 0.2506376 0.4057111 0.2433722 0.3977795 0.2414682 0.4003566 0.2397102 0.4024164 0.2487262 0.408154 0.2586785 0.410153 0.2506376 0.4057111 0.2551039 0.4112032 0.2390143 0.3877602 0.2372778 0.3902078 0.2470704 0.3920381 0.2390143 0.3877602 0.2332579 0.3842395 0.2315766 0.3863381 0.2357332 0.3927075 0.2372778 0.3902078 0.2301645 0.3885339 0.2357332 0.3927075 0.2433722 0.3977795 0.245231 0.3949334 0.2357332 0.3927075 0.2342492 0.3949919 0.2433722 0.3977795 0.2357332 0.3927075 0.2301645 0.3885339 0.2288579 0.3906174 0.2325856 0.3966056 0.2342492 0.3949919 0.2287556 0.3927483 0.2325856 0.3966056 0.2397102 0.4024164 0.2414682 0.4003566 0.07085818 0.4567902 0.06860595 0.45013 0.06011754 0.4538601 0.07085818 0.4567902 0.07651984 0.4568255 0.07601928 0.4528542 0.07072877 0.4442574 0.06860595 0.45013 0.07779878 0.4477454 0.07072877 0.4442574 0.06611937 0.4408667 0.06313228 0.4477394 0.07072877 0.4442574 0.07429391 0.4392161 0.06611937 0.4408667 0.0806356 0.4437946 0.07429391 0.4392161 0.07779878 0.4477454 0.0806356 0.4437946 0.08487558 0.4409794 0.08140248 0.4362475 0.07065039 0.4341839 0.07429391 0.4392161 0.07896447 0.4296576 0.2272507 0.4935647 0.2200803 0.4841513 0.216123 0.4897753 0.2192878 0.5049708 0.2233594 0.4992949 0.2118997 0.4957248 0.2283221 0.5065253 0.2233594 0.4992949 0.224483 0.5115512 0.2283221 0.5065253 0.2321299 0.5012289 0.2272507 0.4935647 0.1732906 0.4933111 0.1549279 0.4827146 0.1683061 0.4992755 0.1732906 0.4933111 0.1786396 0.4865903 0.1596513 0.4761725 0.1830966 0.4789735 0.1635038 0.4687018 0.1786396 0.4865903 0.1667979 0.4611223 0.1635038 0.4687018 0.1869505 0.47161 0.1732906 0.4933111 0.1683061 0.4992755 0.1827101 0.5102663 0.1984015 0.5150353 0.1872683 0.5048413 0.1949074 0.5219111 0.1984015 0.5150353 0.2024479 0.5089659 0.192301 0.498331 0.1732906 0.4933111 0.1872683 0.5048413 0.1786396 0.4865903 0.1830966 0.4789735 0.1786396 0.4865903 0.192301 0.498331 0.192301 0.498331 0.2024479 0.5089659 0.2071443 0.5023253 0.2015525 0.4838743 0.1971007 0.4909926 0.2118997 0.4957248 0.2015525 0.4838743 0.1869505 0.47161 0.1830966 0.4789735 0.0806356 0.4437946 0.07779878 0.4477454 0.1144912 0.459441 0.07601928 0.4528542 0.1112974 0.464893 0.07779878 0.4477454 0.2192878 0.5049708 0.2118997 0.4957248 0.2071443 0.5023253 0.210893 0.5160657 0.2148556 0.510538 0.2024479 0.5089659 0.210893 0.5160657 0.2174718 0.5205269 0.2205812 0.5160357 0.2192878 0.5049708 0.2148556 0.510538 0.224483 0.5115512 0.1984015 0.5150353 0.1949074 0.5219111 0.2070683 0.52764 0.2070683 0.52764 0.2163227 0.5313655 0.2160096 0.5255725 0.210893 0.5160657 0.2082306 0.5216231 0.2174718 0.5205269 0.1984015 0.5150353 0.2082306 0.5216231 0.2024479 0.5089659 0.142175 0.628524 0.1391277 0.6264428 0.138405 0.6356391 0.142175 0.628524 0.1461505 0.6207785 0.1430374 0.618827 0.1365993 0.6246305 0.1391277 0.6264428 0.1405499 0.6174781 0.1365993 0.6246305 0.1326342 0.6313553 0.1352797 0.6335795 0.1304939 0.6287139 0.1326342 0.6313553 0.1365993 0.6246305 0.1365993 0.6246305 0.1405499 0.6174781 0.1384122 0.6159907 0.1321013 0.6202816 0.1344019 0.622588 0.1361253 0.6141369 0.1304939 0.6287139 0.1344019 0.622588 0.1283673 0.6258761 0.127122 0.6462932 0.1329184 0.6490073 0.1294318 0.6426716 0.1247809 0.639295 0.1262061 0.6431795 0.1272215 0.6388385 0.1230474 0.6407139 0.1262061 0.6431795 0.1230817 0.6381481 0.127122 0.6462932 0.1262061 0.6431795 0.1219878 0.6436417 0.1230273 0.6300428 0.1235504 0.6345795 0.1249129 0.631512 0.1216517 0.6340726 0.1235504 0.6345795 0.1195586 0.6273039 0.1247809 0.639295 0.1235504 0.6345795 0.1230817 0.6381481 0.1247809 0.639295 0.1272215 0.6388385 0.1257383 0.6348108 0.1216517 0.6340726 0.1195586 0.6273039 0.1172899 0.6287694 0.1195425 0.6372303 0.1204283 0.6352343 0.1157402 0.630257 0.1195425 0.6372303 0.1219878 0.6436417 0.1230474 0.6407139 0.1216517 0.6340726 0.1204283 0.6352343 0.1230817 0.6381481 0.1294318 0.6426716 0.1329184 0.6490073 0.1353139 0.641836 0.1352797 0.6335795 0.132252 0.6392303 0.138405 0.6356391 0.1352797 0.6335795 0.1326342 0.6313553 0.1296738 0.6361416 0.1294318 0.6426716 0.132252 0.6392303 0.1272215 0.6388385 0.1257383 0.6348108 0.1272215 0.6388385 0.1296738 0.6361416 0.1304939 0.6287139 0.1278294 0.6328218 0.1326342 0.6313553 0.1304939 0.6287139 0.1283673 0.6258761 0.1260645 0.6295723 0.1257383 0.6348108 0.1278294 0.6328218 0.1249129 0.631512 0.1498585 0.6126907 0.1462498 0.6117391 0.1461505 0.6207785 0.1498585 0.6126907 0.1532728 0.6036151 0.1479924 0.6061163 0.143467 0.6114097 0.1462498 0.6117391 0.1452511 0.6077036 0.143467 0.6114097 0.1405499 0.6174781 0.1430374 0.618827 0.143467 0.6114097 0.1413838 0.6104683 0.1405499 0.6174781 0.143467 0.6114097 0.1452511 0.6077036 0.144137 0.6060827 0.1392979 0.6087903 0.1413838 0.6104683 0.1422262 0.6042436 0.1392979 0.6087903 0.1361253 0.6141369 0.1384122 0.6159907 0.1512482 0.5994357 0.1474922 0.6028961 0.1532728 0.6036151 0.1512482 0.5994357 0.1487653 0.5970391 0.1455176 0.6004991 0.144137 0.6060827 0.1474922 0.6028961 0.1422262 0.6042436 0.144137 0.6060827 0.1452511 0.6077036 0.1479924 0.6061163 0.1458733 0.5938121 0.1413969 0.5898772 0.1384512 0.5934805 0.1395953 0.6014428 0.1428371 0.597346 0.1353295 0.5977439 0.1395953 0.6014428 0.1422262 0.6042436 0.1455176 0.6004991 0.1458733 0.5938121 0.1428371 0.597346 0.1487653 0.5970391 0.206167 0.3862788 0.2024677 0.3886231 0.205491 0.3901718 0.206167 0.3862788 0.2066814 0.3827476 0.2021976 0.385295 0.1985175 0.3910833 0.2024677 0.3886231 0.1975731 0.3877452 0.1985175 0.3910833 0.1996257 0.3943697 0.2027524 0.3920767 0.2068728 0.37994 0.2069814 0.3775824 0.201955 0.37919 0.1969562 0.3843039 0.2019563 0.382218 0.1967893 0.3805387 0.1969562 0.3843039 0.1975731 0.3877452 0.2021976 0.385295 0.2068728 0.37994 0.2019563 0.382218 0.2066814 0.3827476 0.1971948 0.3762284 0.1967893 0.3805387 0.201955 0.37919 0.207248 0.3754011 0.2024046 0.3760092 0.2069814 0.3775824 0.207248 0.3754011 0.2077955 0.3731254 0.2034828 0.3726088 0.1971948 0.3762284 0.2024046 0.3760092 0.1985969 0.3715196 0.09902101 0.5962147 0.09335529 0.5942775 0.09707593 0.5989388 0.09902101 0.5962147 0.1017046 0.5934758 0.09540766 0.5915791 0.10067 0.6030719 0.09394198 0.6023483 0.1078177 0.6107852 0.09197026 0.5976117 0.09394198 0.6023483 0.09707593 0.5989388 0.1126837 0.6057489 0.1056644 0.6005186 0.1078177 0.6107852 0.1086688 0.5962941 0.1056644 0.6005186 0.1158875 0.5999248 0.09902101 0.5962147 0.1056644 0.6005186 0.1017046 0.5934758 0.09902101 0.5962147 0.09707593 0.5989388 0.10067 0.6030719 0.09540766 0.5915791 0.1017046 0.5934758 0.1014888 0.590422 0.09630179 0.5860824 0.09543794 0.5887498 0.1015384 0.5880702 0.1086688 0.5962941 0.1158875 0.5999248 0.1179691 0.5943746 0.1071007 0.5878093 0.1094264 0.5920043 0.1180292 0.5879196 0.1071007 0.5878093 0.1015384 0.5880702 0.1014888 0.590422 0.1086688 0.5962941 0.1094264 0.5920043 0.1017046 0.5934758 0.1071007 0.5878093 0.1180292 0.5879196 0.1060849 0.5813592 0.1071007 0.5878093 0.1008548 0.5838695 0.1015384 0.5880702 0.2617411 0.2448645 0.2577901 0.2451591 0.2625909 0.2479221 0.2579957 0.2424412 0.2577901 0.2451591 0.2612751 0.2430434 0.2539398 0.2448051 0.2577901 0.2451591 0.2548114 0.241294 0.2539398 0.2448051 0.2531448 0.2486072 0.2574343 0.2486817 0.3313941 0.3472374 0.334263 0.3489972 0.3349595 0.3468353 0.3333799 0.3431229 0.3324122 0.3449866 0.3351559 0.344958 0.3333799 0.3431229 0.3318905 0.3407743 0.3299856 0.342552 0.3313941 0.3472374 0.3324122 0.3449866 0.3269927 0.3451871 0.3257125 0.3129591 0.3220851 0.3158373 0.3256706 0.3172606 0.329199 0.3154581 0.3274721 0.3144404 0.3280234 0.3180735 0.329199 0.3154581 0.3309115 0.3133456 0.329622 0.3121935 0.3257125 0.3129591 0.3274721 0.3144404 0.3279964 0.3107659 0.2539398 0.2448051 0.2513263 0.2443392 0.2531448 0.2486072 0.2539398 0.2448051 0.2548114 0.241294 0.2526369 0.2405218 0.2493473 0.2437739 0.2513263 0.2443392 0.250908 0.2399296 0.2493473 0.2437739 0.2478527 0.2477495 0.2501344 0.2482897 0.2493473 0.2437739 0.2474004 0.2431217 0.2478527 0.2477495 0.2493473 0.2437739 0.250908 0.2399296 0.2490603 0.2393222 0.245015 0.2420526 0.2474004 0.2431217 0.2466653 0.2386189 0.2457497 0.2470067 0.2474004 0.2431217 0.2432709 0.245693 0.1547686 0.2992833 0.152535 0.297443 0.1514148 0.2986356 0.1520165 0.3029265 0.1533063 0.3008266 0.1499882 0.3002149 0.1520165 0.3029265 0.1536464 0.3047789 0.1550223 0.3033873 0.1547686 0.2992833 0.1533063 0.3008266 0.1571274 0.3012439 0.1491158 0.309622 0.1508887 0.3062607 0.1447787 0.3054468 0.1491158 0.309622 0.1548102 0.3133581 0.1539498 0.3078467 0.1520165 0.3029265 0.1508887 0.3062607 0.1536464 0.3047789 0.1520165 0.3029265 0.1499882 0.3002149 0.1476523 0.3027831 0.1539498 0.3078467 0.1548102 0.3133581 0.160071 0.3111588 0.1598391 0.3037723 0.1569423 0.3065441 0.1639501 0.3077345 0.1598391 0.3037723 0.1571274 0.3012439 0.1550223 0.3033873 0.1539498 0.3078467 0.1569423 0.3065441 0.1536464 0.3047789 0.1539517 0.2960355 0.152535 0.297443 0.1547686 0.2992833 0.1592386 0.2990934 0.1564142 0.2976192 0.1571274 0.3012439 0.1592386 0.2990934 0.160678 0.2977186 0.1587277 0.2961262 0.1539517 0.2960355 0.1564142 0.2976192 0.1558643 0.2942932 0.1675816 0.3040515 0.1626129 0.3009506 0.1639501 0.3077345 0.1675816 0.3040515 0.1697447 0.29873 0.1638643 0.2980637 0.1592386 0.2990934 0.1626129 0.3009506 0.160678 0.2977186 0.1592386 0.2990934 0.1571274 0.3012439 0.1598391 0.3037723 0.1638643 0.2980637 0.1697447 0.29873 0.1656074 0.2932407 0.1584721 0.2920967 0.1621941 0.2950965 0.1610891 0.2892953 0.1584721 0.2920967 0.1558643 0.2942932 0.1587277 0.2961262 0.1638643 0.2980637 0.1621941 0.2950965 0.160678 0.2977186 0.1514148 0.2986356 0.152535 0.297443 0.1501989 0.2952752 0.1460087 0.294427 0.1489685 0.2965875 0.1476 0.2928209 0.1460087 0.294427 0.144981 0.2954429 0.1472032 0.2976711 0.1514148 0.2986356 0.1489685 0.2965875 0.1499882 0.3002149 0.1388642 0.2889224 0.1425771 0.2918987 0.1410949 0.2870956 0.1419152 0.2943726 0.1425771 0.2918987 0.1370117 0.292208 0.1419152 0.2943726 0.144981 0.2954429 0.1460087 0.294427 0.1460087 0.294427 0.1476 0.2928209 0.144578 0.2901208 0.1419152 0.2943726 0.1370117 0.292208 0.1407302 0.2995187 0.1476523 0.3027831 0.1441341 0.2984105 0.1447787 0.3054468 0.1476523 0.3027831 0.1499882 0.3002149 0.1472032 0.2976711 0.1419152 0.2943726 0.1441341 0.2984105 0.144981 0.2954429 0.1539517 0.2960355 0.1516636 0.2938498 0.152535 0.297443 0.1529306 0.2919244 0.1516636 0.2938498 0.1558643 0.2942932 0.1529306 0.2919244 0.1503523 0.2900962 0.1492413 0.2911868 0.1492413 0.2911868 0.1476 0.2928209 0.1501989 0.2952752 0.1545494 0.2858484 0.1535682 0.2891122 0.1610891 0.2892953 0.1545494 0.2858484 0.1464361 0.2828949 0.1490228 0.2873885 0.1529306 0.2919244 0.1535682 0.2891122 0.1503523 0.2900962 0.1529306 0.2919244 0.1558643 0.2942932 0.1584721 0.2920967 0.1429612 0.2849195 0.1463763 0.2881711 0.1464361 0.2828949 0.144578 0.2901208 0.1463763 0.2881711 0.1410949 0.2870956 0.1492413 0.2911868 0.1463763 0.2881711 0.1476 0.2928209 0.1492413 0.2911868 0.1503523 0.2900962 0.1490228 0.2873885 0.2921956 0.33404 0.2946398 0.3338438 0.2943503 0.3325666 0.2909964 0.3300868 0.2918636 0.3322423 0.2939342 0.3305855 0.2909964 0.3300868 0.2889403 0.3298705 0.2893352 0.3315609 0.2921956 0.33404 0.2918636 0.3322423 0.2897791 0.3342811 0.2878897 0.3233735 0.2891466 0.3271289 0.2932501 0.3229109 0.2878897 0.3233735 0.2823363 0.3252206 0.2865839 0.3281365 0.2909964 0.3300868 0.2891466 0.3271289 0.2889403 0.3298705 0.2909964 0.3300868 0.2939342 0.3305855 0.293393 0.3271075 0.2865839 0.3281365 0.2823363 0.3252206 0.2814751 0.3304269 0.2868607 0.334642 0.2861891 0.3309312 0.2824202 0.3351872 0.2868607 0.334642 0.2897791 0.3342811 0.2893352 0.3315609 0.2865839 0.3281365 0.2861891 0.3309312 0.2889403 0.3298705 0.2948011 0.3352106 0.2946398 0.3338438 0.2921956 0.33404 0.290188 0.3370702 0.2924398 0.3359242 0.2897791 0.3342811 0.290188 0.3370702 0.2904571 0.33884 0.2923924 0.3382121 0.2948011 0.3352106 0.2924398 0.3359242 0.295142 0.3371692 0.2834897 0.3400041 0.2874972 0.3383982 0.2824202 0.3351872 0.2834897 0.3400041 0.2860968 0.3448393 0.2888947 0.3409933 0.290188 0.3370702 0.2874972 0.3383982 0.2904571 0.33884 0.290188 0.3370702 0.2897791 0.3342811 0.2868607 0.334642 0.2888947 0.3409933 0.2860968 0.3448393 0.2919393 0.345022 0.2919393 0.345022 0.297248 0.3440861 0.2959703 0.3402224 0.2959703 0.3402224 0.295142 0.3371692 0.2923924 0.3382121 0.2888947 0.3409933 0.2918493 0.3412206 0.2904571 0.33884 0.2976413 0.3336179 0.2973713 0.3321245 0.2946398 0.3338438 0.2976413 0.3336179 0.3011115 0.3333594 0.3008801 0.3312671 0.3008801 0.3312671 0.3006933 0.3298584 0.2975804 0.3301816 0.2943503 0.3325666 0.2973713 0.3321245 0.2939342 0.3305855 0.3092951 0.3295505 0.3048302 0.3303456 0.3093844 0.3326826 0.3033595 0.3281681 0.3048302 0.3303456 0.3079245 0.3256225 0.3033595 0.3281681 0.3006933 0.3298584 0.3008801 0.3312671 0.3008801 0.3312671 0.3011115 0.3333594 0.3049615 0.3330658 0.3033595 0.3281681 0.3079245 0.3256225 0.300096 0.3236718 0.293393 0.3271075 0.2988389 0.3272713 0.2932501 0.3229109 0.293393 0.3271075 0.2939342 0.3305855 0.2975804 0.3301816 0.3033595 0.3281681 0.2988389 0.3272713 0.3006933 0.3298584 0.2948011 0.3352106 0.2978201 0.3351799 0.2946398 0.3338438 0.2986484 0.3369683 0.2978201 0.3351799 0.295142 0.3371692 0.2986484 0.3369683 0.3016331 0.3367201 0.301405 0.335438 0.2976413 0.3336179 0.2978201 0.3351799 0.3011115 0.3333594 0.3032497 0.342127 0.3008672 0.3391408 0.297248 0.3440861 0.3032497 0.342127 0.3097962 0.3389818 0.3046588 0.3376916 0.2986484 0.3369683 0.3008672 0.3391408 0.3016331 0.3367201 0.2986484 0.3369683 0.295142 0.3371692 0.2959703 0.3402224 0.3100444 0.3354407 0.3054639 0.3355905 0.3097962 0.3389818 0.3049615 0.3330658 0.3054639 0.3355905 0.3093844 0.3326826 0.3049615 0.3330658 0.3011115 0.3333594 0.301405 0.335438 0.301405 0.335438 0.3016331 0.3367201 0.3046588 0.3376916 0.2403029 0.273088 0.2411246 0.2701424 0.2398231 0.2698844 0.2361066 0.2724446 0.2384918 0.2725676 0.2378513 0.2694417 0.2361066 0.2724446 0.2349051 0.2749465 0.236687 0.2754538 0.2403029 0.273088 0.2384918 0.2725676 0.2394106 0.2763434 0.2285383 0.2728037 0.2325884 0.2730979 0.2308733 0.266581 0.2285383 0.2728037 0.2269825 0.280696 0.2321429 0.2769426 0.2361066 0.2724446 0.2325884 0.2730979 0.2349051 0.2749465 0.2361066 0.2724446 0.2378513 0.2694417 0.2346154 0.2683753 0.2314794 0.2847546 0.2345198 0.2791796 0.2269825 0.280696 0.2383054 0.2804284 0.2345198 0.2791796 0.2364915 0.2863883 0.2383054 0.2804284 0.2394106 0.2763434 0.236687 0.2754538 0.2321429 0.2769426 0.2345198 0.2791796 0.2349051 0.2749465 0.2423494 0.2706549 0.2411246 0.2701424 0.2403029 0.273088 0.2421571 0.2770152 0.2420984 0.2736269 0.2394106 0.2763434 0.2421571 0.2770152 0.2438715 0.2775174 0.2441459 0.274804 0.2423494 0.2706549 0.2420984 0.2736269 0.2442396 0.2713785 0.2415796 0.2875241 0.2420863 0.2813082 0.2364915 0.2863883 0.2451322 0.2806385 0.2420863 0.2813082 0.2473787 0.2864578 0.2421571 0.2770152 0.2420863 0.2813082 0.2438715 0.2775174 0.2421571 0.2770152 0.2394106 0.2763434 0.2383054 0.2804284 0.2451322 0.2806385 0.2473787 0.2864578 0.2501859 0.2792136 0.2475374 0.2722696 0.2467128 0.2772389 0.2516142 0.2728416 0.2475374 0.2722696 0.2442396 0.2713785 0.2441459 0.274804 0.2451322 0.2806385 0.2467128 0.2772389 0.2438715 0.2775174 0.242018 0.2669871 0.2405694 0.2667677 0.2411246 0.2701424 0.242018 0.2669871 0.2429957 0.2636207 0.2410936 0.2632389 0.2410936 0.2632389 0.2398362 0.2630091 0.2389191 0.2659433 0.2398231 0.2698844 0.2405694 0.2667677 0.2378513 0.2694417 0.2427161 0.2551974 0.2417587 0.2593191 0.2452372 0.256186 0.2394465 0.2599862 0.2417587 0.2593191 0.2391384 0.2548959 0.2394465 0.2599862 0.2398362 0.2630091 0.2410936 0.2632389 0.2410936 0.2632389 0.2429957 0.2636207 0.2440706 0.260042 0.2394465 0.2599862 0.2391384 0.2548959 0.2344192 0.2606425 0.2346154 0.2683753 0.2369834 0.2635049 0.2308733 0.266581 0.2346154 0.2683753 0.2378513 0.2694417 0.2389191 0.2659433 0.2394465 0.2599862 0.2369834 0.2635049 0.2398362 0.2630091 0.2423494 0.2706549 0.2433487 0.2676106 0.2411246 0.2701424 0.2452263 0.2678436 0.2433487 0.2676106 0.2442396 0.2713785 0.2452263 0.2678436 0.2461137 0.2648605 0.2448315 0.264341 0.2448315 0.264341 0.2429957 0.2636207 0.242018 0.2669871 0.2521019 0.2659422 0.2483155 0.2668913 0.2516142 0.2728416 0.2521019 0.2659422 0.2515559 0.2585015 0.2482472 0.2625504 0.2452263 0.2678436 0.2483155 0.2668913 0.2461137 0.2648605 0.2452263 0.2678436 0.2442396 0.2713785 0.2475374 0.2722696 0.2480998 0.2567279 0.2465328 0.2606931 0.2515559 0.2585015 0.2440706 0.260042 0.2465328 0.2606931 0.2452372 0.256186 0.2440706 0.260042 0.2429957 0.2636207 0.2448315 0.264341 0.2448315 0.264341 0.2461137 0.2648605 0.2482472 0.2625504 0.1878012 0.6516631 0.1899979 0.655433 0.1975719 0.6485803 0.1878012 0.6516631 0.1761606 0.651654 0.1797724 0.6571143 0.1927691 0.6590707 0.1899979 0.655433 0.1822535 0.6604771 0.1927691 0.6590707 0.2028446 0.656107 0.2001044 0.6522153 0.1878012 0.6516631 0.1844047 0.6440859 0.1761606 0.651654 0.2123554 0.6155142 0.2133343 0.6226387 0.2214468 0.6162474 0.2319329 0.626036 0.2214468 0.6162474 0.2208793 0.6283953 0.2200359 0.6399214 0.2264028 0.6334279 0.2162657 0.636218 0.2200359 0.6399214 0.2232995 0.6445209 0.23171 0.6398936 0.2319329 0.626036 0.2264028 0.6334279 0.2396713 0.6340652 0.1701315 0.5905799 0.1743513 0.5952284 0.1820532 0.5881821 0.1820532 0.5881821 0.1937059 0.5839217 0.1865664 0.5752819 0.1865664 0.5752819 0.1817685 0.5695053 0.1740911 0.5774477 0.1701315 0.5905799 0.177846 0.5829745 0.164783 0.5849936 0.1938238 0.5956054 0.1937059 0.5839217 0.1820532 0.5881821 0.1806256 0.6019386 0.186632 0.59634 0.1743513 0.5952284 0.1591995 0.6184104 0.1660359 0.6212396 0.1637942 0.6097801 0.1591995 0.6184104 0.1562707 0.6294306 0.1650993 0.6282141 0.1501651 0.6240737 0.1562707 0.6294306 0.1591995 0.6184104 0.1589481 0.6066132 0.1544193 0.6154986 0.1637942 0.6097801 0.1589481 0.6066132 0.1532728 0.6036151 0.1498585 0.6126907 0.1501651 0.6240737 0.1544193 0.6154986 0.1461505 0.6207785 0.2548283 0.6943507 0.2562189 0.7169119 0.273588 0.7028997 0.2548283 0.6943507 0.2342023 0.6843497 0.2437819 0.7140628 0.2927544 0.7107343 0.273588 0.7028997 0.2727308 0.7222014 0.2265739 0.722096 0.2121268 0.6985805 0.209903 0.704994 0.5867536 0.5679182 0.5802365 0.555354 0.5534695 0.5788447 0.5867536 0.5679182 0.6152294 0.5519659 0.6051681 0.5419512 0.5733885 0.5427114 0.5802365 0.555354 0.5937228 0.5315662 0.5733885 0.5427114 0.5500059 0.5483644 0.5532484 0.5615842 0.5292124 0.5919764 0.5534695 0.5788447 0.5201253 0.5708398 0.4844384 0.5694043 0.507753 0.5805801 0.4932726 0.5612811 0.5201253 0.5708398 0.5534695 0.5788447 0.5532484 0.5615842 0.5237929 0.5485572 0.5241714 0.5598987 0.5500059 0.5483644 0.5237929 0.5485572 0.4982608 0.5442116 0.4969665 0.5529487 0.5201253 0.5708398 0.5241714 0.5598987 0.4932726 0.5612811 0.4725133 0.5501626 0.4932726 0.5612811 0.4969665 0.5529487 0.4769209 0.5362492 0.4755949 0.5433855 0.4982608 0.5442116 0.4769209 0.5362492 0.457833 0.5256347 0.4572535 0.5321354 0.4725133 0.5501626 0.4755949 0.5433855 0.4551404 0.5385405 0.4384463 0.5274712 0.4391393 0.5201243 0.4234987 0.5170689 0.4384463 0.5274712 0.4551404 0.5385405 0.4572535 0.5321354 0.4390566 0.5133324 0.4391393 0.5201243 0.457833 0.5256347 0.4390566 0.5133324 0.4224236 0.5002202 0.4229688 0.5080361 0.6429073 0.529325 0.6280757 0.522119 0.6152294 0.5519659 0.6429073 0.529325 0.671506 0.5004017 0.6452336 0.49967 0.6107911 0.5148968 0.6280757 0.522119 0.6232262 0.4957183 0.6107911 0.5148968 0.5937228 0.5315662 0.6051681 0.5419512 0.6296607 0.477046 0.6232262 0.4957183 0.6452336 0.49967 0.6758114 0.4754071 0.6529166 0.4784164 0.671506 0.5004017 0.6758114 0.4754071 0.6758674 0.4574436 0.6543119 0.4603258 0.6543119 0.4603258 0.6316463 0.4606323 0.6296607 0.477046 0.6107911 0.5148968 0.6232262 0.4957183 0.6035355 0.4886503 0.6035355 0.4886503 0.5862322 0.4786055 0.5782933 0.4937729 0.5808466 0.520572 0.5940013 0.5055369 0.5675428 0.5079399 0.6107911 0.5148968 0.5940013 0.5055369 0.5937228 0.5315662 0.3788975 0.4399767 0.3830658 0.4377336 0.3783217 0.4275653 0.3701633 0.4190006 0.3735093 0.4289839 0.3754643 0.418069 0.4390566 0.5133324 0.457833 0.5256347 0.4581069 0.51787 0.4402161 0.4988934 0.4393613 0.5066522 0.458511 0.5084207 0.4402161 0.4988934 0.4246159 0.4879984 0.4231608 0.4942786 0.4390566 0.5133324 0.4393613 0.5066522 0.4224236 0.5002202 0.4769209 0.5362492 0.4982608 0.5442116 0.4998958 0.5348742 0.4787657 0.5171236 0.478293 0.5277848 0.4996559 0.5232565 0.4787657 0.5171236 0.458511 0.5084207 0.4581069 0.51787 0.4769209 0.5362492 0.478293 0.5277848 0.457833 0.5256347 0.5733885 0.5427114 0.5937228 0.5315662 0.5808466 0.520572 0.5542609 0.5174909 0.5645107 0.5306237 0.5675428 0.5079399 0.5542609 0.5174909 0.5383861 0.5230081 0.5451427 0.5361519 0.5733885 0.5427114 0.5645107 0.5306237 0.5500059 0.5483644 0.5237929 0.5485572 0.5500059 0.5483644 0.5451427 0.5361519 0.5198569 0.525074 0.5228917 0.537616 0.5383861 0.5230081 0.5198569 0.525074 0.4996559 0.5232565 0.4998958 0.5348742 0.5237929 0.5485572 0.5228917 0.537616 0.4982608 0.5442116 0.4106103 0.4808962 0.3996875 0.4669759 0.3985503 0.4696695 0.3996875 0.4669759 0.4020012 0.4618245 0.3915836 0.4492459 0.3788975 0.4399767 0.3883701 0.4529883 0.3830658 0.4377336 0.4097658 0.4871761 0.4224236 0.5002202 0.4231608 0.4942786 0.4124447 0.4751921 0.4106103 0.4808962 0.4246159 0.4879984 0.3996875 0.4669759 0.4106103 0.4808962 0.4020012 0.4618245 0.3996875 0.4669759 0.3883701 0.4529883 0.3985502 0.4696695 0.6115471 0.4593921 0.6090097 0.4730438 0.6316463 0.4606323 0.6115471 0.4593921 0.594097 0.4554942 0.5910789 0.4660533 0.6035355 0.4886503 0.6090097 0.4730438 0.5862322 0.4786055 0.6296607 0.477046 0.6090097 0.4730438 0.6232262 0.4957183 0.5713872 0.4657232 0.5642544 0.4793381 0.5862322 0.4786055 0.5548145 0.4926417 0.5675428 0.5079399 0.5782933 0.4937729 0.3879162 0.4348149 0.3837571 0.4253915 0.3830658 0.4377336 0.3814005 0.416226 0.3754643 0.418069 0.3783217 0.4275653 0.4402161 0.4988934 0.458511 0.5084207 0.459481 0.496866 0.4402161 0.4988934 0.441784 0.4888654 0.4246159 0.4879984 0.4787657 0.5171236 0.4996559 0.5232565 0.4953254 0.5076786 0.4787657 0.5171236 0.477394 0.5033971 0.458511 0.5084207 0.5542609 0.5174909 0.5675428 0.5079399 0.5548145 0.4926417 0.5542609 0.5174909 0.5432965 0.5017128 0.5383861 0.5230081 0.5198569 0.525074 0.5383861 0.5230081 0.5294632 0.5069947 0.5198569 0.525074 0.5130773 0.5089306 0.4996559 0.5232565 0.4052241 0.4555494 0.3956805 0.4447541 0.4020012 0.4618245 0.3879162 0.4348149 0.3830658 0.4377336 0.3915836 0.4492459 0.4124447 0.4751921 0.4246159 0.4879984 0.4262238 0.4791665 0.4124447 0.4751921 0.4147212 0.4675407 0.4020012 0.4618245 0.5793787 0.4478274 0.5759835 0.4557179 0.594097 0.4554942 0.5713872 0.4657232 0.5862322 0.4786055 0.5910789 0.4660533 0.4113649 0.5074479 0.4104586 0.4965546 0.4010304 0.499307 0.4113649 0.5074479 0.4234987 0.5170689 0.4229688 0.5080361 0.4097658 0.4871761 0.4104586 0.4965546 0.4224236 0.5002202 0.1741508 0.671631 0.1737772 0.6749981 0.1870966 0.672745 0.1741508 0.671631 0.1617274 0.6717849 0.1610036 0.6746938 0.3084127 0.5725727 0.309305 0.5862933 0.3201414 0.5782023 0.4097658 0.4871761 0.4106103 0.4808962 0.397742 0.4735231 0.317007 0.6016312 0.309305 0.5862933 0.3083167 0.6005821 0.317007 0.6016312 0.3316086 0.6040902 0.3224292 0.5879995 0.411865 0.3816481 0.4088468 0.3532795 0.4049239 0.3658433 0.4049239 0.3658433 0.3982588 0.3730183 0.3982842 0.3859332 0.5136927 0.3674453 0.5203921 0.3821189 0.527139 0.3663167 0.5136927 0.3674453 0.4954733 0.3651864 0.5100245 0.3841227 0.455517 0.4101427 0.4610102 0.4119794 0.4596716 0.4048994 0.4533377 0.3973444 0.4545745 0.4035888 0.4583732 0.3983338 0.4498857 0.4035826 0.4545745 0.4035888 0.4481385 0.3975425 0.455517 0.4101427 0.4545745 0.4035888 0.4517478 0.4085646 0.4665494 0.4130847 0.4721765 0.4137867 0.470181 0.4066559 0.4632317 0.3991553 0.4648187 0.4058295 0.4683231 0.4000059 0.4632317 0.3991553 0.4583732 0.3983338 0.4596716 0.4048994 0.4665494 0.4130847 0.4648187 0.4058295 0.4610102 0.4119794 0.4779332 0.4144133 0.4816631 0.414521 0.4817022 0.4098322 0.4740572 0.4010828 0.4759238 0.4076557 0.4804604 0.4032341 0.4740572 0.4010828 0.4683231 0.4000059 0.470181 0.4066559 0.4779332 0.4144133 0.4759238 0.4076557 0.4721765 0.4137867 0.4573286 0.3927941 0.45215 0.3921188 0.4583732 0.3983338 0.4573286 0.3927941 0.4564258 0.3880895 0.4510195 0.3875359 0.4463855 0.392265 0.45215 0.3921188 0.4448166 0.3874316 0.4463855 0.392265 0.4481385 0.3975425 0.4533377 0.3973444 0.4632317 0.3991553 0.4683231 0.4000059 0.4666479 0.3941702 0.4609012 0.3886484 0.4619269 0.393451 0.4653382 0.3891821 0.4573286 0.3927941 0.4619269 0.393451 0.4564258 0.3880895 0.4573286 0.3927941 0.4583732 0.3983338 0.4632317 0.3991553 0.4740572 0.4010828 0.4804604 0.4032341 0.4788078 0.3966536 0.4706295 0.3896599 0.4721947 0.3950321 0.4770649 0.3905591 0.4706295 0.3896599 0.4653382 0.3891821 0.4666479 0.3941702 0.4740572 0.4010828 0.4721947 0.3950321 0.4683231 0.4000059 0.4440494 0.3586207 0.4329866 0.3176717 0.4353495 0.3565343 0.4440494 0.3586207 0.4511507 0.3607971 0.4412088 0.3160935 0.4571276 0.3625023 0.4488959 0.3199799 0.4511507 0.3607971 0.4557065 0.3161934 0.4488959 0.3199799 0.462681 0.3632545 0.4557065 0.3161934 0.462681 0.3632545 0.4685117 0.3625717 0.472561 0.3135761 0.4646003 0.3160315 0.4750828 0.3614634 0.4245767 0.3550993 0.4145956 0.316588 0.4088468 0.3532795 0.4245767 0.3550993 0.4353495 0.3565343 0.424128 0.3172037 0.4850968 0.308991 0.4792079 0.3117179 0.4954733 0.3651864 0.472561 0.3135761 0.4750828 0.3614634 0.4828572 0.3609395 0.4848639 0.2601127 0.4880844 0.2370442 0.4809647 0.2359369 0.472597 0.2611974 0.478851 0.2605636 0.4740177 0.2349026 0.3973621 0.2504122 0.4038465 0.2734838 0.4065296 0.2472335 0.3973621 0.2504122 0.3885675 0.2539445 0.3954163 0.2750828 0.4553968 0.4235239 0.4541502 0.4332951 0.4629781 0.4274654 0.4553968 0.4235239 0.4481936 0.4182124 0.4455133 0.4266688 0.4553968 0.4235239 0.4558217 0.4162971 0.4481936 0.4182124 0.4553968 0.4235239 0.4629781 0.4274654 0.462175 0.4190621 0.455517 0.4101427 0.4558217 0.4162971 0.4610102 0.4119794 0.455517 0.4101427 0.4517478 0.4085646 0.4501198 0.4121581 0.4795782 0.4411357 0.4766601 0.4297582 0.4700265 0.4294486 0.4700265 0.4294486 0.4629781 0.4274654 0.4632315 0.4385069 0.4700265 0.4294486 0.4682853 0.420532 0.4629781 0.4274654 0.4742645 0.4210647 0.4682853 0.420532 0.4766601 0.4297582 0.4665494 0.4130847 0.4682853 0.420532 0.4721765 0.4137867 0.4665494 0.4130847 0.4610102 0.4119794 0.462175 0.4190621 0.4928601 0.4345347 0.4885558 0.4258347 0.4829968 0.4286791 0.4795782 0.4411357 0.4864495 0.4386056 0.4766601 0.4297582 0.4742645 0.4210647 0.4766601 0.4297582 0.4829968 0.4286791 0.4849363 0.4191425 0.4802244 0.421018 0.4885558 0.4258347 0.4779332 0.4144133 0.4802244 0.421018 0.4816631 0.414521 0.4779332 0.4144133 0.4721765 0.4137867 0.4742645 0.4210647 0.4436219 0.3827241 0.4448166 0.3874316 0.4510195 0.3875359 0.4555525 0.3840295 0.4499548 0.3832197 0.4564258 0.3880895 0.4487978 0.3782824 0.4499548 0.3832197 0.4546924 0.379616 0.4487978 0.3782824 0.442133 0.3772263 0.4436219 0.3827241 0.4487978 0.3782824 0.4473906 0.3718359 0.442133 0.3772263 0.4487978 0.3782824 0.4546924 0.379616 0.4538288 0.3738513 0.4440494 0.3586207 0.4473906 0.3718359 0.4511507 0.3607971 0.4440494 0.3586207 0.4353495 0.3565343 0.4396814 0.3700219 0.4555525 0.3840295 0.4564258 0.3880895 0.4609012 0.3886484 0.4645769 0.385075 0.4601514 0.3846791 0.4653382 0.3891821 0.4645769 0.385075 0.4642171 0.3809863 0.4596045 0.3805714 0.4596045 0.3805714 0.4546924 0.379616 0.4555525 0.3840295 0.4596045 0.3805714 0.4591875 0.3753533 0.4546924 0.379616 0.4641119 0.3760534 0.4591875 0.3753533 0.4642171 0.3809863 0.4641119 0.3760534 0.462681 0.3632545 0.4571276 0.3625023 0.4571276 0.3625023 0.4511507 0.3607971 0.4538288 0.3738513 0.4645769 0.385075 0.4653382 0.3891821 0.4706295 0.3896599 0.4706295 0.3896599 0.4770649 0.3905591 0.475552 0.3854191 0.475552 0.3854191 0.4747312 0.3805106 0.469213 0.3806984 0.4645769 0.385075 0.4696547 0.385123 0.4642171 0.3809863 0.4641119 0.3760534 0.4642171 0.3809863 0.469213 0.3806984 0.4750646 0.3751103 0.4692472 0.375663 0.4747312 0.3805106 0.4750646 0.3751103 0.4750828 0.3614634 0.4685117 0.3625717 0.4641119 0.3760534 0.4692472 0.375663 0.462681 0.3632545 0.5046592 0.4226968 0.4955568 0.4136725 0.4928566 0.4208487 0.4928601 0.4345347 0.4992828 0.4299367 0.4885558 0.4258347 0.4849363 0.4191425 0.4885558 0.4258347 0.4928566 0.4208487 0.4875587 0.4073078 0.4871714 0.4141886 0.4955568 0.4136725 0.4875587 0.4073078 0.4804604 0.4032341 0.4817022 0.4098322 0.4849363 0.4191425 0.4871714 0.4141886 0.4816631 0.414521 0.4498857 0.4035826 0.4459636 0.4065664 0.4517478 0.4085646 0.4498857 0.4035826 0.4481385 0.3975425 0.4427885 0.4002839 0.4422796 0.4121193 0.4459636 0.4065664 0.4373779 0.4053305 0.4422796 0.4121193 0.4481936 0.4182124 0.4501198 0.4121581 0.4422796 0.4121193 0.4383048 0.4198207 0.4481936 0.4182124 0.4422796 0.4121193 0.4373779 0.4053305 0.431997 0.4124451 0.4463855 0.392265 0.4400295 0.3940725 0.4481385 0.3975425 0.4463855 0.392265 0.4448166 0.3874316 0.437951 0.3882206 0.4332118 0.3979324 0.4400295 0.3940725 0.4303117 0.3903835 0.4332118 0.3979324 0.4373779 0.4053305 0.4427885 0.4002839 0.4332118 0.3979324 0.4260622 0.4042359 0.4373779 0.4053305 0.4332118 0.3979324 0.4303117 0.3903835 0.4217876 0.3944008 0.4436219 0.3827241 0.4368175 0.3830166 0.4448166 0.3874316 0.4436219 0.3827241 0.442133 0.3772263 0.43491 0.3771035 0.4292081 0.3831425 0.4368175 0.3830166 0.4289853 0.3772596 0.4292081 0.3831425 0.4303117 0.3903835 0.437951 0.3882206 0.4245767 0.3550993 0.4305096 0.3691241 0.4353495 0.3565343 0.4245767 0.3550993 0.4088468 0.3532795 0.4230457 0.3721601 0.43491 0.3771035 0.4305096 0.3691241 0.4289853 0.3772596 0.43491 0.3771035 0.442133 0.3772263 0.4396814 0.3700219 0.411865 0.3816481 0.4204602 0.3821473 0.4088468 0.3532795 0.4292081 0.3831425 0.4204602 0.3821473 0.4303117 0.3903835 0.4292081 0.3831425 0.4289853 0.3772596 0.4230457 0.3721601 0.4849342 0.3923569 0.4824362 0.386559 0.4770649 0.3905591 0.4849342 0.3923569 0.4947497 0.3947334 0.4904826 0.3872309 0.4809109 0.3812255 0.4824362 0.386559 0.4869229 0.3821228 0.4809109 0.3812255 0.4747312 0.3805106 0.475552 0.3854191 0.4902678 0.3783211 0.4998666 0.3861227 0.4954733 0.3651864 0.4902678 0.3783211 0.4869229 0.3821228 0.4904826 0.3872309 0.5070238 0.397369 0.4998666 0.3861227 0.4947497 0.3947334 0.4902678 0.3783211 0.4954733 0.3651864 0.4828572 0.3609395 0.4750646 0.3751103 0.482036 0.3753232 0.4750828 0.3614634 0.4750646 0.3751103 0.4747312 0.3805106 0.4809109 0.3812255 0.4902678 0.3783211 0.482036 0.3753232 0.4869229 0.3821228 0.5070238 0.397369 0.4947497 0.3947334 0.4963145 0.4042574 0.5046592 0.4226968 0.5079304 0.4107006 0.4955568 0.4136725 0.4875587 0.4073078 0.4955568 0.4136725 0.4963145 0.4042574 0.4849342 0.3923569 0.4867274 0.3996518 0.4947497 0.3947334 0.4849342 0.3923569 0.4770649 0.3905591 0.4788078 0.3966536 0.4875587 0.4073078 0.4867274 0.3996518 0.4804604 0.4032341 0.416443 0.2447618 0.4065296 0.2472335 0.4125495 0.2718755 0.4299099 0.2662869 0.4260783 0.2424914 0.416443 0.2447618 0.472597 0.2611974 0.4740177 0.2349026 0.4654811 0.2357142 0.4557176 0.2624831 0.4639909 0.2630832 0.456964 0.2369512 0.4398012 0.2686175 0.4439687 0.2795372 0.4429272 0.2432464 0.4299099 0.2662869 0.4352024 0.2576718 0.4260783 0.2424914 0.4344116 0.2399165 0.4352024 0.2576718 0.4429272 0.2432464 0.4473177 0.2680838 0.4504619 0.2556595 0.4429272 0.2432464 0.4500755 0.2371932 0.4504619 0.2556595 0.456964 0.2369512 0.5437847 0.2150554 0.5599539 0.2164526 0.5497315 0.2059677 0.5328369 0.1979073 0.5387283 0.2066765 0.5416253 0.1959874 0.5328369 0.1979073 0.5242155 0.1992883 0.5268535 0.2066306 0.5437847 0.2150554 0.5387283 0.2066765 0.5293457 0.213783 0.5268535 0.2066306 0.5174868 0.2085589 0.5293457 0.213783 0.5268535 0.2066306 0.5242155 0.1992883 0.5174352 0.200906 0.5102349 0.2098638 0.5174868 0.2085589 0.5118517 0.2018336 0.5102349 0.2098638 0.5073769 0.2181787 0.5179203 0.2156972 0.6704095 0.1657213 0.6746599 0.1659815 0.6738135 0.1623057 0.6681218 0.1593089 0.6691926 0.1623985 0.6752844 0.1586667 0.6681218 0.1593089 0.6625818 0.1609947 0.664115 0.163206 0.6704095 0.1657213 0.6691926 0.1623985 0.6654605 0.1655866 0.6726161 0.1862896 0.6762437 0.184063 0.6729493 0.1803198 0.6661641 0.1815892 0.6693592 0.1838891 0.6697385 0.1767479 0.6661641 0.1815892 0.6638817 0.18844 0.6668809 0.187569 0.6668809 0.187569 0.6698313 0.1887747 0.6726161 0.1862896 0.6491361 0.4375402 0.6452331 0.4288552 0.6280482 0.4380115 0.6491361 0.4375402 0.6702292 0.4357366 0.6666579 0.4285569 0.6491361 0.4375402 0.652607 0.4473654 0.6702292 0.4357366 0.6491361 0.4375402 0.6280482 0.4380115 0.6307346 0.4482293 0.6543119 0.4603258 0.652607 0.4473654 0.6316463 0.4606323 0.6543119 0.4603258 0.6758674 0.4574436 0.6736528 0.4447928 0.6080108 0.4191775 0.5991354 0.419857 0.5989284 0.4288303 0.611624 0.4386537 0.6100493 0.4289199 0.5982305 0.437686 0.611624 0.4386537 0.6280482 0.4380115 0.6247096 0.4281535 0.611624 0.4386537 0.6122709 0.4483699 0.6280482 0.4380115 0.611624 0.4386537 0.5982305 0.437686 0.5965504 0.4463062 0.6115471 0.4593921 0.6122709 0.4483699 0.594097 0.4554942 0.6115471 0.4593921 0.6316463 0.4606323 0.6307346 0.4482293 0.5915421 0.4175245 0.5890229 0.4255605 0.5991354 0.419857 0.5862345 0.4333277 0.5982305 0.437686 0.5989284 0.4288303 0.5862345 0.4333277 0.5829077 0.440557 0.5982305 0.437686 0.5793787 0.4478274 0.594097 0.4554942 0.5965504 0.4463062 0.5560696 0.3605898 0.5591604 0.375297 0.5705905 0.3577977 0.5560696 0.3605898 0.5463187 0.3642886 0.5484718 0.3778144 0.5373447 0.365731 0.5392913 0.3792374 0.5463187 0.3642886 0.5373447 0.365731 0.527139 0.3663167 0.5303532 0.3803958 0.5434578 0.2429494 0.5425016 0.2573687 0.5506413 0.2474786 0.5434578 0.2429494 0.5336439 0.2409074 0.5337377 0.2559262 0.5337377 0.2559262 0.5336439 0.2409074 0.5245134 0.2404133 0.5165541 0.2566944 0.524965 0.2560276 0.5183898 0.2442308 0.6601587 0.2021961 0.6571719 0.1859769 0.652664 0.1901469 0.6541942 0.2065576 0.6572359 0.2045048 0.6486202 0.1925379 0.6541942 0.2065576 0.6590785 0.2226193 0.6614388 0.2196428 0.6601587 0.2021961 0.6572359 0.2045048 0.6636942 0.2170993 0.6660708 0.2281424 0.6636942 0.2170993 0.6614388 0.2196428 0.6602724 0.2309964 0.6632257 0.2299333 0.6590785 0.2226193 0.6602724 0.2309964 0.6594941 0.2365133 0.6629176 0.2366786 0.6629176 0.2366786 0.6682705 0.2387981 0.6660708 0.2281424 0.6937234 0.1507769 0.7112872 0.1510929 0.7101934 0.1453157 0.7101934 0.1453157 0.7131221 0.1404017 0.6965177 0.1413459 0.6812201 0.1450918 0.695637 0.1459583 0.6839624 0.139914 0.6812201 0.1450918 0.676074 0.1509681 0.6937234 0.1507769 0.7101934 0.1453157 0.7188099 0.142687 0.7131221 0.1404017 0.7199859 0.1472321 0.7188099 0.142687 0.7112872 0.1510929 0.7243689 0.1391076 0.7188099 0.142687 0.7252565 0.1434952 0.7243689 0.1391076 0.7244716 0.1346855 0.7185644 0.1382583 0.6660708 0.2281424 0.6682705 0.2387981 0.6737415 0.2325477 0.6723925 0.2207037 0.6693993 0.2248553 0.6795945 0.2272646 0.6723925 0.2207037 0.6684294 0.211809 0.6661017 0.2143929 0.6660708 0.2281424 0.6693993 0.2248553 0.6636942 0.2170993 0.6464087 0.2359333 0.6454355 0.2300497 0.6420826 0.230574 0.6420826 0.230574 0.6383188 0.2307834 0.6389615 0.2370033 0.6389615 0.2370033 0.6399053 0.2443303 0.6441351 0.2414951 0.6441351 0.2414951 0.6478484 0.2402675 0.6464087 0.2359333 0.6528635 0.2333088 0.6517341 0.2280368 0.6484687 0.2291384 0.6464087 0.2359333 0.649602 0.2346879 0.6454355 0.2300497 0.6464087 0.2359333 0.6478484 0.2402675 0.651143 0.2385178 0.6528635 0.2333088 0.649602 0.2346879 0.6533602 0.2363576 0.6352331 0.2420773 0.6399053 0.2443303 0.6389615 0.2370033 0.6340532 0.2307501 0.634732 0.2366115 0.6383188 0.2307834 0.6340532 0.2307501 0.6295368 0.2305954 0.6303361 0.2358929 0.6352331 0.2420773 0.634732 0.2366115 0.6313919 0.241344 0.6528635 0.2333088 0.6533602 0.2363576 0.6560688 0.2367098 0.6602724 0.2309964 0.6566194 0.2321 0.6594941 0.2365133 0.6602724 0.2309964 0.6590785 0.2226193 0.6557835 0.2269414 0.6528635 0.2333088 0.6566194 0.2321 0.6517341 0.2280368 0.6441935 0.2230644 0.6411439 0.2235097 0.6454355 0.2300497 0.6441935 0.2230644 0.6420883 0.2153279 0.6393992 0.2158324 0.6377685 0.2239843 0.6411439 0.2235097 0.6364923 0.2166076 0.6377685 0.2239843 0.6383188 0.2307834 0.6420826 0.230574 0.6500504 0.2218164 0.6469963 0.222358 0.6517341 0.2280368 0.6446354 0.2147308 0.6469963 0.222358 0.6473582 0.2146162 0.6441935 0.2230644 0.6469963 0.222358 0.6420883 0.2153279 0.6441935 0.2230644 0.6454355 0.2300497 0.6484687 0.2291384 0.6552795 0.2183862 0.653854 0.2218657 0.6590785 0.2226193 0.6552795 0.2183862 0.6517794 0.2142759 0.650574 0.2155594 0.650574 0.2155594 0.6473582 0.2146162 0.6500504 0.2218164 0.6557835 0.2269414 0.653854 0.2218657 0.6517341 0.2280368 0.6377685 0.2239843 0.6339884 0.2247783 0.6383188 0.2307834 0.6377685 0.2239843 0.6364923 0.2166076 0.6332913 0.2180167 0.6332913 0.2180167 0.6299433 0.2197428 0.630006 0.2257321 0.6340532 0.2307501 0.6339884 0.2247783 0.6295368 0.2305954 0.6965177 0.1413459 0.7131221 0.1404017 0.7095427 0.1390759 0.6969469 0.1334004 0.6968655 0.1372452 0.7068947 0.1360157 0.6969469 0.1334004 0.6885198 0.1310905 0.6863338 0.135349 0.6863338 0.135349 0.6839624 0.139914 0.6965177 0.1413459 0.6541942 0.2065576 0.6486202 0.1925379 0.6453236 0.1947283 0.6453236 0.1947283 0.6415604 0.195949 0.648335 0.2071336 0.6552795 0.2183862 0.6511991 0.2072585 0.6517794 0.2142759 0.6552795 0.2183862 0.6590785 0.2226193 0.6541942 0.2065576 0.6287952 0.2024398 0.6245062 0.2019577 0.6275486 0.2110673 0.6332913 0.2180167 0.6307156 0.2097859 0.6299433 0.2197428 0.6336717 0.2086552 0.6307156 0.2097859 0.6364923 0.2166076 0.6287952 0.2024398 0.6307156 0.2097859 0.6315253 0.2037671 0.648335 0.2071336 0.6415604 0.195949 0.6405346 0.1990247 0.6432039 0.2064051 0.6456866 0.2067092 0.6402122 0.2012946 0.650574 0.2155594 0.6456866 0.2067092 0.6473582 0.2146162 0.648335 0.2071336 0.6456866 0.2067092 0.6517794 0.2142759 0.6374852 0.1998744 0.6408375 0.2066411 0.6402122 0.2012946 0.6374852 0.1998744 0.6350218 0.2003636 0.6385254 0.2071904 0.6446354 0.2147308 0.6408375 0.2066411 0.6420883 0.2153279 0.6446354 0.2147308 0.6473582 0.2146162 0.6432039 0.2064051 0.6385254 0.2071904 0.6350218 0.2003636 0.6327115 0.201367 0.6336717 0.2086552 0.6362059 0.2078259 0.6315253 0.2037671 0.6336717 0.2086552 0.6364923 0.2166076 0.6393992 0.2158324 0.6385254 0.2071904 0.6362059 0.2078259 0.6420883 0.2153279 0.6359404 0.1934692 0.6317489 0.1937881 0.6330946 0.1965593 0.6374852 0.1998744 0.6364611 0.1962158 0.6350218 0.2003636 0.6374852 0.1998744 0.6402122 0.2012946 0.6405346 0.1990247 0.6359404 0.1934692 0.6364611 0.1962158 0.6415604 0.195949 0.6287952 0.2024398 0.6300637 0.1983325 0.6245062 0.2019577 0.6287952 0.2024398 0.6315253 0.2037671 0.6327115 0.201367 0.6330946 0.1965593 0.6300637 0.1983325 0.6350218 0.2003636 0.6279788 0.196095 0.6300637 0.1983325 0.6317489 0.1937881 0.6528474 0.2807535 0.6568912 0.281838 0.6535542 0.2743636 0.6528474 0.2807535 0.6523697 0.2969956 0.6570119 0.2894737 0.6617708 0.2810036 0.6568912 0.281838 0.6616849 0.2878165 0.6617708 0.2810036 0.6616165 0.2719792 0.656403 0.2731106 0.6698831 0.2773644 0.6678503 0.282244 0.6762164 0.281534 0.6698831 0.2773644 0.6616165 0.2719792 0.6617708 0.2810036 0.6665466 0.2870643 0.6678503 0.282244 0.6616849 0.2878165 0.6665466 0.2870643 0.6724342 0.2908169 0.673191 0.2844471 0.6572247 0.2406588 0.6594941 0.2365133 0.6560688 0.2367098 0.651143 0.2385178 0.6538389 0.2401396 0.6533602 0.2363576 0.651143 0.2385178 0.6478484 0.2402675 0.6504893 0.2426045 0.6572247 0.2406588 0.6538389 0.2401396 0.6541154 0.2450778 0.7036885 0.157816 0.6902773 0.1554961 0.6981172 0.1629722 0.7036885 0.157816 0.7112872 0.1510929 0.6937234 0.1507769 0.6764115 0.1551699 0.6902773 0.1554961 0.676074 0.1509681 0.6764115 0.1551699 0.6752844 0.1586667 0.6871639 0.1598166 0.7173987 0.1565946 0.7113928 0.1622811 0.7209108 0.1622529 0.7036885 0.157816 0.7113928 0.1622811 0.7112872 0.1510929 0.7036885 0.157816 0.6981172 0.1629722 0.7056024 0.1676519 0.7157531 0.1677497 0.7113928 0.1622811 0.7111365 0.1740876 0.5646995 0.1830039 0.5703276 0.192099 0.5739633 0.1771472 0.5646995 0.1830039 0.5561195 0.1883695 0.5622573 0.1963889 0.5740652 0.200985 0.5703276 0.192099 0.567009 0.2021102 0.5795462 0.1883573 0.5703276 0.192099 0.583447 0.1989001 0.5489072 0.1927527 0.5416253 0.1959874 0.5497315 0.2059677 0.5646559 0.2082057 0.5564832 0.2017751 0.5599539 0.2164526 0.5646559 0.2082057 0.567009 0.2021102 0.5622573 0.1963889 0.5489072 0.1927527 0.5564832 0.2017751 0.5561195 0.1883695 0.5646559 0.2082057 0.5599539 0.2164526 0.5733111 0.217927 0.5839838 0.2081081 0.5740215 0.2094528 0.5838411 0.2171609 0.5839838 0.2081081 0.583447 0.1989001 0.5740652 0.200985 0.5646559 0.2082057 0.5740215 0.2094528 0.567009 0.2021102 0.3707551 0.2135674 0.3791759 0.2128399 0.3696051 0.2023066 0.3707551 0.2135674 0.3724364 0.2234845 0.3810408 0.2207017 0.3874546 0.2130845 0.3791759 0.2128399 0.3870065 0.2185705 0.3781846 0.2039785 0.3791759 0.2128399 0.3871212 0.205853 0.388927 0.2319058 0.3846532 0.2265644 0.3788107 0.2366733 0.388927 0.2319058 0.3999444 0.2262364 0.3920888 0.2216668 0.3810408 0.2207017 0.3846532 0.2265644 0.3870065 0.2185705 0.3751801 0.2307142 0.3846532 0.2265644 0.3724364 0.2234845 0.4037594 0.2175505 0.3954493 0.2152735 0.3999444 0.2262364 0.4037594 0.2175505 0.4061813 0.209944 0.3967723 0.2081324 0.3874546 0.2130845 0.3954493 0.2152735 0.3871212 0.205853 0.3874546 0.2130845 0.3870065 0.2185705 0.3920888 0.2216668 0.4956797 0.2000301 0.4900779 0.200298 0.4899133 0.2048005 0.4947721 0.2095504 0.4947215 0.2047528 0.4900876 0.209316 0.4947721 0.2095504 0.4987818 0.209388 0.4998735 0.2053852 0.4998735 0.2053852 0.5016586 0.2001159 0.4956797 0.2000301 0.4989519 0.2196879 0.4968408 0.2144977 0.4913874 0.2189151 0.4989519 0.2196879 0.5073769 0.2181787 0.5016799 0.2129868 0.4947721 0.2095504 0.4968408 0.2144977 0.4987818 0.209388 0.4947721 0.2095504 0.4900876 0.209316 0.4909399 0.2138577 0.5102349 0.2098638 0.5047042 0.2079474 0.5073769 0.2181787 0.5102349 0.2098638 0.5118517 0.2018336 0.506821 0.2011437 0.4998735 0.2053852 0.5047042 0.2079474 0.5016586 0.2001159 0.4998735 0.2053852 0.4987818 0.209388 0.5016799 0.2129868 0.4860462 0.2003316 0.486114 0.2042785 0.4900779 0.200298 0.4860462 0.2003316 0.4820556 0.1999813 0.4823058 0.2040231 0.4858019 0.2082933 0.486114 0.2042785 0.482561 0.2073639 0.4858019 0.2082933 0.4900876 0.209316 0.4899133 0.2048005 0.4714627 0.2065718 0.4774712 0.2048708 0.4698941 0.1989616 0.4797332 0.2096508 0.4774712 0.2048708 0.4744936 0.2144361 0.4797332 0.2096508 0.482561 0.2073639 0.4823058 0.2040231 0.4823058 0.2040231 0.4820556 0.1999813 0.4765768 0.1990975 0.4797332 0.2096508 0.4744936 0.2144361 0.4834 0.2172682 0.4909399 0.2138577 0.4847301 0.2124443 0.4913874 0.2189151 0.4858019 0.2082933 0.4847301 0.2124443 0.4900876 0.209316 0.4797332 0.2096508 0.4847301 0.2124443 0.482561 0.2073639 0.6719185 0.1993409 0.6706302 0.2007387 0.675482 0.2035733 0.6719185 0.1993409 0.6694005 0.195298 0.6680555 0.1957932 0.6691579 0.20148 0.6706302 0.2007387 0.6674738 0.1967424 0.6691579 0.20148 0.6722375 0.2076437 0.6738938 0.2056176 0.6668809 0.187569 0.666626 0.1914702 0.6698313 0.1887747 0.665746 0.1936764 0.666626 0.1914702 0.6638817 0.18844 0.665746 0.1936764 0.6674738 0.1967424 0.6680555 0.1957932 0.6680555 0.1957932 0.6694005 0.195298 0.6687321 0.1917766 0.6899115 0.171961 0.6851778 0.1685286 0.6887081 0.1741453 0.6899115 0.171961 0.6915859 0.16956 0.6860722 0.166348 0.6810605 0.1658894 0.6851778 0.1685286 0.6820456 0.1646672 0.6839243 0.1703448 0.6851778 0.1685286 0.6801937 0.1677741 0.6942021 0.1667252 0.6981172 0.1629722 0.6871639 0.1598166 0.6871639 0.1598166 0.6752844 0.1586667 0.6797065 0.1621661 0.6860722 0.166348 0.6862483 0.163439 0.6820456 0.1646672 0.6860722 0.166348 0.6915859 0.16956 0.6942021 0.1667252 0.6738135 0.1623057 0.677521 0.1636422 0.6752844 0.1586667 0.6775135 0.1664927 0.677521 0.1636422 0.6746599 0.1659815 0.6775135 0.1664927 0.6801937 0.1677741 0.6810605 0.1658894 0.6810605 0.1658894 0.6820456 0.1646672 0.6797065 0.1621661 0.6792867 0.2076631 0.675482 0.2035733 0.6738938 0.2056176 0.6756523 0.212424 0.6773902 0.2097406 0.6722375 0.2076437 0.6756523 0.212424 0.6786102 0.215479 0.6813943 0.2138462 0.6792867 0.2076631 0.6773902 0.2097406 0.6849313 0.2115966 0.6723925 0.2207037 0.6742317 0.2163192 0.6684294 0.211809 0.6723925 0.2207037 0.6795945 0.2272646 0.6792768 0.2197406 0.6756523 0.212424 0.6742317 0.2163192 0.6786102 0.215479 0.6756523 0.212424 0.6722375 0.2076437 0.6704453 0.2096334 0.6792768 0.2197406 0.6795945 0.2272646 0.6915484 0.2238215 0.6915484 0.2238215 0.7031854 0.2178266 0.6940146 0.2153603 0.6813943 0.2138462 0.6861809 0.2186728 0.6849313 0.2115966 0.6813943 0.2138462 0.6786102 0.215479 0.6792768 0.2197406 0.6945477 0.1791159 0.6952999 0.1765881 0.6887081 0.1741453 0.6945477 0.1791159 0.7005447 0.1834177 0.7008429 0.1802663 0.7008429 0.1802663 0.7009623 0.1770511 0.6970071 0.1739995 0.6899115 0.171961 0.6952999 0.1765881 0.6915859 0.16956 0.7058002 0.1852115 0.7111687 0.1879283 0.711557 0.1810932 0.7048063 0.1762816 0.7060403 0.180852 0.7111365 0.1740876 0.7048063 0.1762816 0.7009623 0.1770511 0.7008429 0.1802663 0.7058002 0.1852115 0.7060403 0.180852 0.7005447 0.1834177 0.7048063 0.1762816 0.7111365 0.1740876 0.7056024 0.1676519 0.6942021 0.1667252 0.7006242 0.1712894 0.6981172 0.1629722 0.6942021 0.1667252 0.6915859 0.16956 0.6970071 0.1739995 0.7048063 0.1762816 0.7006242 0.1712894 0.7009623 0.1770511 0.2196059 0.6997038 0.2195698 0.6905635 0.2121268 0.6985805 0.2196059 0.6997038 0.2246159 0.7005814 0.2267084 0.694302 0.2267084 0.694302 0.2342023 0.6843497 0.2208777 0.6820778 0.2208777 0.6820778 0.2107771 0.6809816 0.2106345 0.6884217 0.2437819 0.7140628 0.2342023 0.6843497 0.2267084 0.694302 0.2196059 0.6997038 0.2121268 0.6985805 0.2265739 0.722096 0.3152942 0.6317583 0.314631 0.6444196 0.3271567 0.6381767 0.3317635 0.6269009 0.323816 0.6302341 0.3375735 0.633441 0.3317635 0.6269009 0.3273898 0.6212579 0.3217338 0.6215712 0.3152942 0.6317583 0.323816 0.6302341 0.3143557 0.6213213 0.3271567 0.6381767 0.3323592 0.6448733 0.3375735 0.633441 0.3271567 0.6381767 0.314631 0.6444196 0.3212619 0.6515325 0.5775608 0.2404531 0.5880229 0.2423113 0.5857037 0.2272379 0.5733111 0.217927 0.5750488 0.2268322 0.5838411 0.2171609 0.5733111 0.217927 0.5599539 0.2164526 0.562752 0.2255848 0.5775608 0.2404531 0.5750488 0.2268322 0.5649575 0.2371438 0.4903472 0.2249778 0.4991295 0.2252145 0.4913874 0.2189151 0.4903472 0.2249778 0.4880844 0.2370442 0.4971391 0.2364521 0.5087046 0.224121 0.4991295 0.2252145 0.5088289 0.2332858 0.5087046 0.224121 0.5073769 0.2181787 0.4989519 0.2196879 0.5759896 0.3448638 0.5679202 0.3313019 0.5705905 0.3577977 0.5759896 0.3448638 0.5827978 0.3310013 0.5753828 0.3227749 0.5619792 0.3165443 0.5679202 0.3313019 0.5692145 0.3145073 0.5619792 0.3165443 0.5524902 0.3168891 0.5587719 0.3363034 0.5753828 0.3227749 0.5827978 0.3310013 0.5880218 0.3031269 0.4850968 0.308991 0.4954733 0.3651864 0.4990582 0.3439969 0.4990582 0.3439969 0.4954733 0.3651864 0.5136927 0.3674453 0.5243921 0.347177 0.5113165 0.3498961 0.527139 0.3663167 0.5243921 0.347177 0.521667 0.3249522 0.5103491 0.3294245 0.5103491 0.3294245 0.502121 0.3295294 0.4990582 0.3439969 0.5775608 0.2404531 0.5791734 0.2630744 0.5880229 0.2423113 0.5775608 0.2404531 0.5649575 0.2371438 0.5693866 0.2605885 0.5693866 0.2605885 0.5649575 0.2371438 0.5563933 0.2427936 0.5513007 0.2590561 0.560179 0.2596892 0.5506413 0.2474786 0.5165541 0.2566944 0.5183898 0.2442308 0.5144938 0.2386769 0.5011872 0.2574282 0.5088756 0.2569479 0.5088289 0.2332858 0.5011872 0.2574282 0.5088289 0.2332858 0.4971391 0.2364521 0.4848639 0.2601127 0.4927462 0.2587753 0.4880844 0.2370442 0.5315467 0.2205556 0.5293457 0.213783 0.5179203 0.2156972 0.5087046 0.224121 0.5191174 0.2218064 0.5073769 0.2181787 0.5087046 0.224121 0.5088289 0.2332858 0.5208516 0.2271734 0.5208516 0.2271734 0.5330899 0.2268069 0.5315467 0.2205556 0.5208516 0.2271734 0.5228963 0.2320855 0.5330899 0.2268069 0.5208516 0.2271734 0.5088289 0.2332858 0.5144938 0.2386769 0.5144938 0.2386769 0.5183898 0.2442308 0.5245134 0.2404133 0.5245134 0.2404133 0.5336439 0.2409074 0.5336084 0.232396 0.5437847 0.2150554 0.5471715 0.2226538 0.5599539 0.2164526 0.5437847 0.2150554 0.5293457 0.213783 0.5315467 0.2205556 0.5481933 0.229302 0.5471715 0.2226538 0.5330899 0.2268069 0.5481933 0.229302 0.5649575 0.2371438 0.562752 0.2255848 0.5481933 0.229302 0.5461552 0.2348305 0.5649575 0.2371438 0.5481933 0.229302 0.5330899 0.2268069 0.5336084 0.232396 0.5434578 0.2429494 0.5461552 0.2348305 0.5336439 0.2409074 0.5434578 0.2429494 0.5506413 0.2474786 0.5563933 0.2427936 0.5560696 0.3605898 0.5502408 0.3404642 0.5463187 0.3642886 0.5560696 0.3605898 0.5705905 0.3577977 0.5587719 0.3363034 0.5447642 0.3180018 0.5502408 0.3404642 0.5524902 0.3168891 0.5447642 0.3180018 0.5377587 0.3197187 0.5420839 0.3435794 0.5243921 0.347177 0.527139 0.3663167 0.5373447 0.365731 0.5373447 0.365731 0.5463187 0.3642886 0.5420839 0.3435794 0.5420839 0.3435794 0.5377587 0.3197187 0.5304316 0.3218762 0.5243921 0.347177 0.5340577 0.3454442 0.521667 0.3249522 0.6651759 0.2002491 0.6627975 0.200728 0.6684294 0.211809 0.6651759 0.2002491 0.6638817 0.18844 0.6612175 0.1877856 0.6612175 0.1877856 0.6571719 0.1859769 0.6601587 0.2021961 0.6601587 0.2021961 0.6636942 0.2170993 0.6661017 0.2143929 0.6651759 0.2002491 0.667318 0.2009084 0.6638817 0.18844 0.6704453 0.2096334 0.667318 0.2009084 0.6684294 0.211809 0.6704453 0.2096334 0.6722375 0.2076437 0.6691579 0.20148 0.665746 0.1936764 0.667318 0.2009084 0.6674738 0.1967424 0.756718 0.1517015 0.7571535 0.1497294 0.7542482 0.1517769 0.756718 0.1517015 0.7586995 0.151596 0.7588372 0.1502372 0.7577518 0.1476919 0.7571535 0.1497294 0.7589392 0.1488931 0.7556176 0.1490966 0.7571535 0.1497294 0.7565294 0.1466653 0.6208513 0.2916667 0.6224007 0.2937554 0.624724 0.2916814 0.6266632 0.287386 0.6236999 0.2887786 0.6265107 0.2907025 0.6266632 0.287386 0.6266456 0.282419 0.6224356 0.2863613 0.6208513 0.2916667 0.6236999 0.2887786 0.6202306 0.2896654 0.6239805 0.2962762 0.6255757 0.2990131 0.6277582 0.2986626 0.6277582 0.2986626 0.6299569 0.2979151 0.6280861 0.2934184 0.6280861 0.2934184 0.6265107 0.2907025 0.624724 0.2916814 0.6239805 0.2962762 0.6261425 0.2950544 0.6224007 0.2937554 0.6163944 0.2955644 0.6184664 0.2979873 0.6203369 0.2959423 0.6208513 0.2916667 0.6184034 0.2937519 0.6224007 0.2937554 0.6208513 0.2916667 0.6202306 0.2896654 0.6178317 0.2904629 0.6163944 0.2955644 0.6184034 0.2937519 0.6129161 0.2920494 0.6200367 0.3009902 0.6200869 0.3057181 0.6234212 0.3016517 0.6239805 0.2962762 0.6219573 0.2986642 0.6255757 0.2990131 0.6239805 0.2962762 0.6224007 0.2937554 0.6203369 0.2959423 0.6200367 0.3009902 0.6219573 0.2986642 0.6184664 0.2979873 0.6115849 0.3039864 0.6130774 0.3053641 0.6145985 0.3014478 0.6115849 0.3039864 0.6082106 0.3067342 0.6099354 0.3082267 0.6141466 0.3068643 0.6130774 0.3053641 0.6113511 0.3088904 0.6159956 0.3030562 0.6130774 0.3053641 0.6162638 0.304838 0.6086028 0.3014311 0.6100141 0.302659 0.6113345 0.2994093 0.6066181 0.3051833 0.6100141 0.302659 0.6061804 0.3037277 0.6115849 0.3039864 0.6100141 0.302659 0.6082106 0.3067342 0.6115849 0.3039864 0.6145985 0.3014478 0.6130032 0.2999901 0.6200367 0.3009902 0.6184664 0.2979873 0.6167231 0.2996352 0.6159956 0.3030562 0.6181824 0.3020262 0.6145985 0.3014478 0.6159956 0.3030562 0.6162638 0.304838 0.617878 0.3049525 0.6200367 0.3009902 0.6181824 0.3020262 0.6200869 0.3057181 0.612013 0.297411 0.6148622 0.2976345 0.6129161 0.2920494 0.612013 0.297411 0.6113345 0.2994093 0.6130032 0.2999901 0.6130032 0.2999901 0.6145985 0.3014478 0.6167231 0.2996352 0.6163944 0.2955644 0.6148622 0.2976345 0.6184664 0.2979873 0.605004 0.3091739 0.6035385 0.3071051 0.6018812 0.3114597 0.605004 0.3091739 0.6082106 0.3067342 0.6066181 0.3051833 0.6066181 0.3051833 0.6061804 0.3037277 0.6039702 0.3043019 0.6006169 0.3087256 0.6035385 0.3071051 0.6018278 0.3048483 0.6101086 0.3111235 0.6070774 0.3109208 0.6084061 0.313606 0.6101086 0.3111235 0.6113511 0.3088904 0.6099354 0.3082267 0.605004 0.3091739 0.6070774 0.3109208 0.6082106 0.3067342 0.605004 0.3091739 0.6018812 0.3114597 0.6043612 0.3135308 0.7447997 0.1617735 0.7467685 0.1646115 0.7487865 0.1595882 0.7447997 0.1617735 0.7396682 0.1648538 0.7423152 0.1684412 0.7488623 0.1664096 0.7467685 0.1646115 0.745913 0.1713321 0.7488623 0.1664096 0.7518061 0.1632844 0.750219 0.1617063 0.7542422 0.161073 0.7531159 0.1595757 0.7518061 0.1632844 0.7542422 0.161073 0.7562732 0.1594157 0.7554741 0.1579734 0.7554741 0.1579734 0.7548128 0.1562952 0.7521311 0.1577587 0.7521311 0.1577587 0.7487865 0.1595882 0.750219 0.1617063 0.7535545 0.164564 0.7559477 0.1657013 0.7571983 0.1635715 0.7571983 0.1635715 0.7585327 0.1617067 0.7571361 0.1607049 0.7542422 0.161073 0.7554073 0.1624233 0.7562732 0.1594157 0.7542422 0.161073 0.7518061 0.1632844 0.7535545 0.164564 0.7552371 0.1459881 0.7543775 0.1482136 0.7565294 0.1466653 0.7552371 0.1459881 0.7539098 0.1454855 0.7532852 0.1472055 0.7532852 0.1472055 0.752379 0.1485961 0.7530634 0.1500508 0.7530634 0.1500508 0.7542482 0.1517769 0.7556176 0.1490966 0.7666 0.159709 0.7640503 0.1621723 0.7663015 0.1629088 0.7663015 0.1629088 0.7681368 0.1633874 0.7693894 0.1618146 0.7693894 0.1618146 0.7712108 0.1604616 0.7700245 0.1587994 0.7666 0.159709 0.7678675 0.1607842 0.7688919 0.1573762 0.6177193 0.2827795 0.6129161 0.2920494 0.6178317 0.2904629 0.6224356 0.2863613 0.6202962 0.2844452 0.6202306 0.2896654 0.6239158 0.2782748 0.6202962 0.2844452 0.6266456 0.282419 0.6239158 0.2782748 0.6214962 0.2744285 0.6177193 0.2827795 0.766279 0.1726337 0.7659122 0.1709002 0.7615423 0.1729003 0.7677395 0.169844 0.7659122 0.1709002 0.7727037 0.1710764 0.762578 0.1703687 0.7659122 0.1709002 0.7639228 0.1680161 0.6067731 0.2993476 0.6018278 0.3048483 0.6039702 0.3043019 0.6086028 0.3014311 0.6075887 0.3003521 0.6061804 0.3037277 0.612013 0.297411 0.6075887 0.3003521 0.6113345 0.2994093 0.612013 0.297411 0.6129161 0.2920494 0.6067731 0.2993476 0.617878 0.3049525 0.6144478 0.3085595 0.6200869 0.3057181 0.617878 0.3049525 0.6162638 0.304838 0.6141466 0.3068643 0.6101086 0.3111235 0.6144478 0.3085595 0.6113511 0.3088904 0.6101086 0.3111235 0.6084061 0.313606 0.6143649 0.3103523 0.7571154 0.1716639 0.7586731 0.1692684 0.7541992 0.1700826 0.7571154 0.1716639 0.7615423 0.1729003 0.762578 0.1703687 0.7594692 0.1668528 0.7586731 0.1692684 0.7639228 0.1680161 0.7594692 0.1668528 0.7559477 0.1657013 0.7547921 0.1680986 0.7413105 0.1536292 0.7336382 0.1522197 0.7365637 0.1596277 0.7447997 0.1617735 0.7425076 0.1577045 0.7396682 0.1648538 0.7447997 0.1617735 0.7487865 0.1595882 0.7475016 0.1566882 0.7413105 0.1536292 0.7425076 0.1577045 0.7468831 0.1537115 0.7387767 0.1491205 0.7426268 0.1507724 0.7423046 0.1471139 0.7387767 0.1491205 0.7336382 0.1522197 0.7413105 0.1536292 0.7413105 0.1536292 0.7468831 0.1537115 0.7474487 0.1513629 0.7474487 0.1513629 0.7486065 0.1493284 0.7451998 0.1485249 0.7668573 0.1675063 0.7689029 0.1672298 0.768022 0.1653992 0.7663015 0.1629088 0.7659173 0.1653129 0.7681368 0.1633874 0.7663015 0.1629088 0.7640503 0.1621723 0.7634361 0.1650573 0.7668573 0.1675063 0.7659173 0.1653129 0.7639228 0.1680161 0.7594692 0.1668528 0.7639228 0.1680161 0.7634361 0.1650573 0.7609323 0.1622869 0.7602022 0.1644632 0.7640503 0.1621723 0.7571983 0.1635715 0.7602022 0.1644632 0.7585327 0.1617067 0.7594692 0.1668528 0.7602022 0.1644632 0.7559477 0.1657013 0.7521311 0.1577587 0.7513906 0.1554499 0.7487865 0.1595882 0.7543632 0.1542983 0.7513906 0.1554499 0.7548128 0.1562952 0.7509438 0.1530879 0.7513906 0.1554499 0.7542482 0.1517769 0.7509438 0.1530879 0.7468831 0.1537115 0.7475016 0.1566882 0.7509438 0.1530879 0.7508408 0.1511115 0.7468831 0.1537115 0.7509438 0.1530879 0.7542482 0.1517769 0.7530634 0.1500508 0.7509095 0.1493279 0.7508408 0.1511115 0.752379 0.1485961 0.7509095 0.1493279 0.7486065 0.1493284 0.7474487 0.1513629 0.7404313 0.184722 0.7438309 0.1871145 0.7481122 0.1849975 0.7481122 0.1849975 0.7556338 0.1817687 0.7499338 0.1766991 0.7499338 0.1766991 0.745913 0.1713321 0.7404171 0.1766023 0.7404313 0.184722 0.7449412 0.180222 0.7357448 0.181881 0.7328889 0.1693679 0.7265267 0.1742007 0.730845 0.178526 0.7404171 0.1766023 0.7364096 0.1733453 0.7357448 0.181881 0.7404171 0.1766023 0.745913 0.1713321 0.7423152 0.1684412 0.7328889 0.1693679 0.7364096 0.1733453 0.7396682 0.1648538 0.7199859 0.1472321 0.7230231 0.15201 0.7252565 0.1434952 0.7199859 0.1472321 0.7112872 0.1510929 0.7173987 0.1565946 0.7173987 0.1565946 0.7209108 0.1622529 0.7267075 0.1573514 0.7267075 0.1573514 0.7336382 0.1522197 0.7281246 0.1478139 0.6305908 0.2852585 0.6318374 0.2809286 0.6266456 0.282419 0.6305908 0.2852585 0.6343455 0.2900684 0.6342549 0.2827574 0.6322797 0.2764856 0.6318374 0.2809286 0.6346655 0.2775607 0.6322797 0.2764856 0.6303024 0.275866 0.6291906 0.2784487 0.6305908 0.2852585 0.6266456 0.282419 0.6266632 0.287386 0.6280861 0.2934184 0.6294547 0.2897874 0.6265107 0.2907025 0.6280861 0.2934184 0.6299569 0.2979151 0.6321603 0.2940858 0.6305908 0.2852585 0.6294547 0.2897874 0.6343455 0.2900684 0.6299899 0.1900605 0.6261726 0.1920272 0.6317489 0.1937881 0.6299899 0.1900605 0.6282542 0.1860139 0.6246185 0.187381 0.6225008 0.1946662 0.6261726 0.1920272 0.6210716 0.188977 0.6225008 0.1946662 0.6245062 0.2019577 0.6279788 0.196095 0.6359404 0.1934692 0.6415604 0.195949 0.6380412 0.1888645 0.6320675 0.1851049 0.634098 0.1894386 0.6357692 0.1840976 0.6320675 0.1851049 0.6282542 0.1860139 0.6299899 0.1900605 0.6359404 0.1934692 0.634098 0.1894386 0.6317489 0.1937881 0.6449712 0.1846065 0.6413636 0.1870415 0.6486202 0.1925379 0.6449712 0.1846065 0.6428505 0.180357 0.63907 0.1824359 0.6380412 0.1888645 0.6413636 0.1870415 0.6357692 0.1840976 0.6453236 0.1947283 0.6413636 0.1870415 0.6415604 0.195949 0.6831343 0.1293913 0.6800929 0.1333218 0.6885198 0.1310905 0.6764572 0.1312494 0.6800929 0.1333218 0.6797513 0.1278514 0.6764572 0.1312494 0.6728045 0.1353693 0.6768046 0.1377549 0.6863338 0.135349 0.6800929 0.1333218 0.6839624 0.139914 0.6546187 0.1790297 0.6497697 0.1821968 0.6571719 0.1859769 0.6546187 0.1790297 0.653074 0.1752748 0.6479914 0.1780984 0.6449712 0.1846065 0.6497697 0.1821968 0.6428505 0.180357 0.6449712 0.1846065 0.6486202 0.1925379 0.652664 0.1901469 0.6812201 0.1450918 0.6839624 0.139914 0.6768046 0.1377549 0.6768046 0.1377549 0.6728045 0.1353693 0.6684345 0.1409326 0.6684345 0.1409326 0.6636039 0.146735 0.6683771 0.1485974 0.6812201 0.1450918 0.6730223 0.1431933 0.676074 0.1509681 0.6697225 0.1332573 0.6648479 0.1389796 0.6728045 0.1353693 0.6697225 0.1332573 0.6669777 0.1308804 0.661675 0.136865 0.6597844 0.1450764 0.6648479 0.1389796 0.6563338 0.1432824 0.6597844 0.1450764 0.6636039 0.146735 0.6684345 0.1409326 0.6479914 0.1780984 0.653074 0.1752748 0.6515862 0.1726918 0.6457567 0.1732311 0.6467669 0.175296 0.650135 0.1707992 0.6418616 0.1773831 0.6467669 0.175296 0.6412947 0.1751198 0.6418616 0.1773831 0.6428505 0.180357 0.6479914 0.1780984 0.6585695 0.1515719 0.6636039 0.146735 0.6597844 0.1450764 0.6597844 0.1450764 0.6563338 0.1432824 0.6518425 0.1487196 0.6518425 0.1487196 0.647776 0.1536669 0.6508523 0.1549364 0.6585695 0.1515719 0.6551988 0.1502398 0.6534333 0.1559261 0.6577022 0.1657001 0.6549965 0.1693742 0.6595478 0.1672513 0.6577022 0.1657001 0.6559508 0.1642285 0.653337 0.1676845 0.6515862 0.1726918 0.6549965 0.1693742 0.650135 0.1707992 0.6515862 0.1726918 0.653074 0.1752748 0.6566801 0.1715007 0.6764572 0.1312494 0.6797513 0.1278514 0.6773318 0.1260191 0.6713533 0.1267412 0.6737411 0.1292176 0.6752653 0.1235248 0.6713533 0.1267412 0.6669777 0.1308804 0.6697225 0.1332573 0.6764572 0.1312494 0.6737411 0.1292176 0.6728045 0.1353693 0.6418616 0.1773831 0.6381934 0.1791495 0.6428505 0.180357 0.6418616 0.1773831 0.6412947 0.1751198 0.6378417 0.1766049 0.6348659 0.1805273 0.6381934 0.1791495 0.634498 0.1776477 0.6348659 0.1805273 0.6357692 0.1840976 0.63907 0.1824359 0.6348659 0.1805273 0.6309825 0.1814488 0.6357692 0.1840976 0.6348659 0.1805273 0.634498 0.1776477 0.6303635 0.1782092 0.6303635 0.1782092 0.6260814 0.1787753 0.6269785 0.1822854 0.6320675 0.1851049 0.6309825 0.1814488 0.6282542 0.1860139 0.6246185 0.187381 0.6282542 0.1860139 0.6269785 0.1822854 0.6269785 0.1822854 0.6260814 0.1787753 0.6222942 0.1798318 0.6222942 0.1798318 0.6187546 0.1811335 0.619758 0.1846745 0.6246185 0.187381 0.6232895 0.1834084 0.6210716 0.188977 0.625481 0.1753835 0.6217409 0.1763733 0.6260814 0.1787753 0.625481 0.1753835 0.6250292 0.1720509 0.6214088 0.1729739 0.618256 0.1777285 0.6217409 0.1763733 0.6180097 0.1743916 0.618256 0.1777285 0.6187546 0.1811335 0.6222942 0.1798318 0.2246574 0.4323896 0.2212817 0.4315368 0.2225383 0.4355387 0.2246574 0.4323896 0.2269757 0.4294317 0.2235278 0.4284052 0.2187494 0.4303755 0.2212817 0.4315368 0.2210869 0.4279676 0.2187494 0.4303755 0.2166499 0.4336511 0.2191876 0.4346562 0.2261128 0.4365206 0.2293555 0.4374407 0.2311443 0.4345569 0.230032 0.4309659 0.2279262 0.4335598 0.2322211 0.4324364 0.2246574 0.4323896 0.2279262 0.4335598 0.2269757 0.4294317 0.2261128 0.4365206 0.2279262 0.4335598 0.2225383 0.4355387 0.220641 0.4383653 0.2178344 0.4375213 0.219103 0.4406082 0.220641 0.4383653 0.2225383 0.4355387 0.2191876 0.4346562 0.2191876 0.4346562 0.2166499 0.4336511 0.2155677 0.4367159 0.2167292 0.4396759 0.2178344 0.4375213 0.2152329 0.4385305 0.2266773 0.4402875 0.2238709 0.4392656 0.2243583 0.4420235 0.2266773 0.4402875 0.2293555 0.4374407 0.2261128 0.4365206 0.220641 0.4383653 0.2238709 0.4392656 0.2225383 0.4355387 0.220641 0.4383653 0.219103 0.4406082 0.2219482 0.4416268 0.2294706 0.4271786 0.2331511 0.4293214 0.2323279 0.4251671 0.2294706 0.4271786 0.2269757 0.4294317 0.230032 0.4309659 0.2351824 0.4319019 0.2331511 0.4293214 0.2322211 0.4324364 0.2351824 0.4319019 0.2405185 0.4332659 0.2367776 0.4278271 0.2213257 0.4254764 0.2253372 0.4255031 0.2195532 0.4201133 0.2213257 0.4254764 0.2210869 0.4279676 0.2235278 0.4284052 0.2294706 0.4271786 0.2253372 0.4255031 0.2269757 0.4294317 0.2294706 0.4271786 0.2323279 0.4251671 0.2274594 0.4226275 0.2180614 0.4420065 0.2153792 0.4406637 0.2173482 0.4428877 0.2180614 0.4420065 0.219103 0.4406082 0.2167292 0.4396759 0.2137699 0.438831 0.2153792 0.4406637 0.2152329 0.4385305 0.2137699 0.438831 0.2099333 0.4398538 0.2142727 0.4411946 0.2205997 0.444642 0.2244477 0.447749 0.2244749 0.4436881 0.2244749 0.4436881 0.2243583 0.4420235 0.2219482 0.4416268 0.2180614 0.4420065 0.2210921 0.4434364 0.219103 0.4406082 0.2180614 0.4420065 0.2173482 0.4428877 0.2205997 0.444642 0.2141731 0.4474257 0.2168974 0.448836 0.2159035 0.4448392 0.2141731 0.4474257 0.2119197 0.4507781 0.2149954 0.4523554 0.2190676 0.4503778 0.2168974 0.448836 0.2170319 0.4530391 0.2185499 0.4462133 0.2168974 0.448836 0.2199033 0.4479053 0.2095094 0.4450523 0.2117061 0.44598 0.2113097 0.4431922 0.2095094 0.4450523 0.208002 0.4478481 0.2093441 0.4490956 0.2141731 0.4474257 0.2117061 0.44598 0.2119197 0.4507781 0.2141731 0.4474257 0.2159035 0.4448392 0.2133452 0.4434336 0.2167955 0.4435793 0.2197682 0.4451915 0.2173482 0.4428877 0.2167955 0.4435793 0.2159035 0.4448392 0.2185499 0.4462133 0.2212994 0.4477571 0.2197682 0.4451915 0.2199033 0.4479053 0.2212994 0.4477571 0.2244477 0.447749 0.2205997 0.444642 0.2108923 0.4419851 0.2138978 0.4419782 0.2099333 0.4398538 0.2108923 0.4419851 0.2113097 0.4431922 0.2133452 0.4434336 0.2167955 0.4435793 0.2138978 0.4419782 0.2159035 0.4448392 0.2167955 0.4435793 0.2173482 0.4428877 0.2142727 0.4411946 0.2037233 0.4554462 0.2068945 0.4579951 0.209459 0.4543353 0.209459 0.4543353 0.2119197 0.4507781 0.2093441 0.4490956 0.2093441 0.4490956 0.208002 0.4478481 0.2056326 0.4493691 0.2037233 0.4554462 0.2066234 0.452259 0.2029044 0.4516124 0.2167086 0.4558852 0.213029 0.4560675 0.2155807 0.4592322 0.2167086 0.4558852 0.2170319 0.4530391 0.2149954 0.4523554 0.209459 0.4543353 0.213029 0.4560675 0.2119197 0.4507781 0.209459 0.4543353 0.2068945 0.4579951 0.2110305 0.4598758 0.1628386 0.374504 0.1601892 0.3697788 0.1566293 0.3773756 0.1628386 0.374504 0.1698494 0.3714779 0.1668891 0.3649533 0.1668891 0.3649533 0.1621805 0.358695 0.1562845 0.364746 0.1540177 0.37414 0.1601892 0.3697788 0.1505036 0.3702301 0.1667079 0.3833006 0.1647567 0.3790039 0.1603715 0.3846085 0.1667079 0.3833006 0.1735706 0.3822484 0.1718972 0.377197 0.1628386 0.374504 0.1647567 0.3790039 0.1698494 0.3714779 0.1628386 0.374504 0.1566293 0.3773756 0.1583973 0.3808727 0.1762785 0.3686788 0.1720791 0.3603618 0.1698494 0.3714779 0.1762785 0.3686788 0.184214 0.3657527 0.1774391 0.3551032 0.1774391 0.3551032 0.1693612 0.3452521 0.1658557 0.3529093 0.1668891 0.3649533 0.1720791 0.3603618 0.1621805 0.358695 0.1798198 0.3819152 0.1785441 0.3758459 0.1735706 0.3822484 0.1798198 0.3819152 0.1856725 0.3817921 0.1849212 0.3752403 0.1849212 0.3752403 0.184214 0.3657527 0.1762785 0.3686788 0.1762785 0.3686788 0.1698494 0.3714779 0.1718972 0.377197 0.1583973 0.3808727 0.1566293 0.3773756 0.1526048 0.379711 0.1507276 0.3840164 0.1540936 0.3824099 0.1494766 0.3818759 0.1557012 0.3857085 0.1540936 0.3824099 0.1519802 0.3869133 0.1557012 0.3857085 0.1603715 0.3846085 0.1583973 0.3808727 0.1540177 0.37414 0.1505036 0.3702301 0.1471737 0.3743156 0.1471737 0.3743156 0.1448636 0.3774942 0.1477752 0.379926 0.1526048 0.379711 0.1504128 0.3773384 0.1494766 0.3818759 0.1526048 0.379711 0.1566293 0.3773756 0.1540177 0.37414 0.1511133 0.404558 0.1530997 0.4019428 0.149488 0.4032285 0.1511133 0.404558 0.1528713 0.4059138 0.1542468 0.4039319 0.156325 0.3994151 0.1530997 0.4019428 0.1570702 0.4018668 0.156325 0.3994151 0.154653 0.3963794 0.1517811 0.4002255 0.1278072 0.3740926 0.133424 0.3709402 0.1298546 0.3679391 0.1298546 0.3679391 0.1269086 0.3660095 0.122583 0.3694339 0.122583 0.3694339 0.1180183 0.3718255 0.1207135 0.3747014 0.1278072 0.3740926 0.1253718 0.3717594 0.1232959 0.3772881 0.2155143 0.4323018 0.2180109 0.4282797 0.2150797 0.4307804 0.2155143 0.4323018 0.2166499 0.4336511 0.2187494 0.4303755 0.2213257 0.4254764 0.2180109 0.4282797 0.2210869 0.4279676 0.2213257 0.4254764 0.2195532 0.4201133 0.2181692 0.4257167 0.2126762 0.4351572 0.2099333 0.4398538 0.2137699 0.438831 0.2137699 0.438831 0.2152329 0.4385305 0.2155677 0.4367159 0.2155143 0.4323018 0.2139578 0.4359313 0.2166499 0.4336511 0.2155143 0.4323018 0.2150797 0.4307804 0.2126762 0.4351572 0.2375943 0.4348921 0.2405185 0.4332659 0.2351824 0.4319019 0.2311443 0.4345569 0.2343679 0.4348904 0.2322211 0.4324364 0.2311443 0.4345569 0.2293555 0.4374407 0.2317107 0.4381381 0.2375943 0.4348921 0.2343679 0.4348904 0.2336223 0.4387241 0.2291152 0.4427986 0.2336223 0.4387241 0.2317107 0.4381381 0.2266773 0.4402875 0.2282138 0.4414963 0.2293555 0.4374407 0.2266773 0.4402875 0.2243583 0.4420235 0.2244749 0.4436881 0.2244749 0.4436881 0.2244477 0.447749 0.2291152 0.4427986 0.2058252 0.4458769 0.2029044 0.4516124 0.2056326 0.4493691 0.2056326 0.4493691 0.208002 0.4478481 0.2095094 0.4450523 0.2095094 0.4450523 0.2113097 0.4431922 0.2108923 0.4419851 0.2108923 0.4419851 0.2099333 0.4398538 0.2058252 0.4458769 0.2212994 0.4477571 0.2198725 0.4522184 0.2244477 0.447749 0.2212994 0.4477571 0.2199033 0.4479053 0.2190676 0.4503778 0.2167086 0.4558852 0.2198725 0.4522184 0.2170319 0.4530391 0.2167086 0.4558852 0.2155807 0.4592322 0.2199947 0.4542084 0.1548879 0.353775 0.1506006 0.3593231 0.1621805 0.358695 0.1548879 0.353775 0.1472247 0.3504273 0.1446081 0.3547853 0.1460283 0.3647102 0.1506006 0.3593231 0.1413964 0.3595315 0.1460283 0.3647102 0.1505036 0.3702301 0.1562845 0.364746 0.15867 0.3429012 0.1575178 0.348336 0.1693612 0.3452521 0.15867 0.3429012 0.1502871 0.3416187 0.1490941 0.3460146 0.1490941 0.3460146 0.1472247 0.3504273 0.1548879 0.353775 0.1548879 0.353775 0.1621805 0.358695 0.1658557 0.3529093 0.1446081 0.3547853 0.1472247 0.3504273 0.1414047 0.3488857 0.1355296 0.3511098 0.1397783 0.3524075 0.1365063 0.3482472 0.1355296 0.3511098 0.133753 0.3549059 0.1374126 0.3566456 0.1374126 0.3566456 0.1413964 0.3595315 0.1446081 0.3547853 0.1490941 0.3460146 0.1502871 0.3416187 0.1436945 0.3416728 0.1371038 0.3454342 0.1426132 0.3453181 0.1379971 0.3423952 0.1371038 0.3454342 0.1365063 0.3482472 0.1414047 0.3488857 0.1490941 0.3460146 0.1426132 0.3453181 0.1472247 0.3504273 0.1720892 0.3911398 0.1771659 0.3907586 0.1754075 0.3867697 0.1667079 0.3833006 0.1694563 0.3874165 0.1735706 0.3822484 0.1667079 0.3833006 0.1603715 0.3846085 0.1636017 0.3885599 0.1720892 0.3911398 0.1694563 0.3874165 0.1667344 0.3922567 0.1823633 0.3912429 0.1875682 0.3913908 0.1864787 0.3869947 0.1798198 0.3819152 0.18105 0.3869391 0.1856725 0.3817921 0.1798198 0.3819152 0.1735706 0.3822484 0.1754075 0.3867697 0.1823633 0.3912429 0.18105 0.3869391 0.1771659 0.3907586 0.1747837 0.3970759 0.1798814 0.3974003 0.1786038 0.3942131 0.1720892 0.3911398 0.1736935 0.3942589 0.1771659 0.3907586 0.1720892 0.3911398 0.1667344 0.3922567 0.1684159 0.3952288 0.1747837 0.3970759 0.1736935 0.3942589 0.1693717 0.3978383 0.1855211 0.3988637 0.1910269 0.399524 0.1891696 0.3955233 0.1823633 0.3912429 0.1838892 0.3951519 0.1875682 0.3913908 0.1823633 0.3912429 0.1771659 0.3907586 0.1786038 0.3942131 0.1855211 0.3988637 0.1838892 0.3951519 0.1798814 0.3974003 0.1374126 0.3566456 0.133753 0.3549059 0.1307556 0.3605197 0.1298546 0.3679391 0.1339864 0.3623619 0.1269086 0.3660095 0.1298546 0.3679391 0.133424 0.3709402 0.1377411 0.3651092 0.1374126 0.3566456 0.1339864 0.3623619 0.1413964 0.3595315 0.1460283 0.3647102 0.1413964 0.3595315 0.1377411 0.3651092 0.1399821 0.3739077 0.1425433 0.3696665 0.133424 0.3709402 0.1399821 0.3739077 0.1448636 0.3774942 0.1471737 0.3743156 0.1460283 0.3647102 0.1425433 0.3696665 0.1505036 0.3702301 0.1557012 0.3857085 0.1582491 0.3898805 0.1603715 0.3846085 0.1557012 0.3857085 0.1519802 0.3869133 0.1536865 0.3911326 0.160703 0.3939802 0.1582491 0.3898805 0.154653 0.3963794 0.160703 0.3939802 0.1667344 0.3922567 0.1636017 0.3885599 0.160703 0.3939802 0.1620284 0.3970623 0.1667344 0.3922567 0.160703 0.3939802 0.154653 0.3963794 0.156325 0.3994151 0.1627895 0.3996354 0.1620284 0.3970623 0.1570702 0.4018668 0.1627895 0.3996354 0.1693717 0.3978383 0.1684159 0.3952288 0.1971948 0.3762284 0.1912525 0.3756699 0.1967893 0.3805387 0.1971948 0.3762284 0.1985969 0.3715196 0.1925647 0.3692851 0.1925647 0.3692851 0.184214 0.3657527 0.1849212 0.3752403 0.1913455 0.3813696 0.1912525 0.3756699 0.1856725 0.3817921 0.1969562 0.3843039 0.1967893 0.3805387 0.1913455 0.3813696 0.1864787 0.3869947 0.1917889 0.3860062 0.1856725 0.3817921 0.1864787 0.3869947 0.1875682 0.3913908 0.1926674 0.3900011 0.1969562 0.3843039 0.1917889 0.3860062 0.1975731 0.3877452 0.1891696 0.3955233 0.1910269 0.399524 0.1957228 0.3974391 0.1985175 0.3910833 0.1940652 0.3937752 0.1996257 0.3943697 0.1985175 0.3910833 0.1975731 0.3877452 0.1926674 0.3900011 0.1926674 0.3900011 0.1875682 0.3913908 0.1891696 0.3955233 0.1967127 0.5306991 0.1909234 0.529013 0.1952094 0.5362301 0.1886408 0.5229665 0.1909234 0.529013 0.1949074 0.5219111 0.1886408 0.5229665 0.1842213 0.5228242 0.1853139 0.5267614 0.1853139 0.5267614 0.1836244 0.5300721 0.1892378 0.5333319 0.2070683 0.52764 0.1949074 0.5219111 0.1967127 0.5306991 0.1967127 0.5306991 0.1952094 0.5362301 0.2065906 0.5404714 0.2065906 0.5404714 0.223009 0.5467786 0.2185388 0.5380988 0.2070683 0.52764 0.207606 0.5345461 0.2163227 0.5313655 0.2217476 0.5330628 0.2209924 0.5278514 0.2163227 0.5313655 0.2217476 0.5330628 0.2250302 0.5336422 0.2243384 0.529148 0.2220195 0.5232457 0.2209924 0.5278514 0.2253012 0.524967 0.2220195 0.5232457 0.2174718 0.5205269 0.2160096 0.5255725 0.2220195 0.5232457 0.2246679 0.5192236 0.2174718 0.5205269 0.2220195 0.5232457 0.2253012 0.524967 0.2277604 0.5211849 0.2277604 0.5211849 0.2311902 0.5178082 0.2282511 0.5154048 0.2205812 0.5160357 0.2246679 0.5192236 0.224483 0.5115512 0.2283221 0.5065253 0.224483 0.5115512 0.2282511 0.5154048 0.2350645 0.5148429 0.2320825 0.5114087 0.2311902 0.5178082 0.2350645 0.5148429 0.2402077 0.5108264 0.2360379 0.507324 0.2283221 0.5065253 0.2320825 0.5114087 0.2321299 0.5012289 0.127122 0.6462932 0.1219878 0.6436417 0.1225908 0.6475191 0.1225908 0.6475191 0.1222729 0.6501295 0.1259208 0.6507433 0.1310586 0.6498728 0.1268247 0.648696 0.1295688 0.6513571 0.1310586 0.6498728 0.1329184 0.6490073 0.127122 0.6462932 0.2185388 0.5380988 0.223009 0.5467786 0.2293341 0.5442209 0.2275345 0.5383642 0.2244464 0.5389021 0.231911 0.5425802 0.2275345 0.5383642 0.2250302 0.5336422 0.2217476 0.5330628 0.2217476 0.5330628 0.2163227 0.5313655 0.2185388 0.5380988 0.2354069 0.5512367 0.2449854 0.5540623 0.2451958 0.5506865 0.2451958 0.5506865 0.2454937 0.5479143 0.2382194 0.545557 0.2293341 0.5442209 0.2366564 0.5478709 0.231911 0.5425802 0.2293341 0.5442209 0.223009 0.5467786 0.2354069 0.5512367 0.1746061 0.5480978 0.1692123 0.5481069 0.1699912 0.5562725 0.1746061 0.5480978 0.1780599 0.5385457 0.1697323 0.5414279 0.1634885 0.5483724 0.1692123 0.5481069 0.1633643 0.5436205 0.1634885 0.5483724 0.1614964 0.5527516 0.1657807 0.5545863 0.1697323 0.5414279 0.1780599 0.5385457 0.1687223 0.5321463 0.1538299 0.5308515 0.1637931 0.5358687 0.1562628 0.5262078 0.1538299 0.5308515 0.1510291 0.5358954 0.1587756 0.5391749 0.1697323 0.5414279 0.1637931 0.5358687 0.1633643 0.5436205 0.1400757 0.5411528 0.1450409 0.5440723 0.1471245 0.5398626 0.1471245 0.5398626 0.1510291 0.5358954 0.1434335 0.5322381 0.1434335 0.5322381 0.1369049 0.529428 0.1351904 0.5328809 0.1400757 0.5411528 0.1422156 0.5370809 0.1328693 0.5370637 0.14087 0.5192719 0.1422782 0.5257986 0.1562628 0.5262078 0.1321193 0.5233805 0.1422782 0.5257986 0.09212136 0.496877 0.1434335 0.5322381 0.1422782 0.5257986 0.1369049 0.529428 0.1434335 0.5322381 0.1510291 0.5358954 0.1538299 0.5308515 0.1231997 0.5320025 0.1328693 0.5370637 0.1351904 0.5328809 0.1351904 0.5328809 0.1369049 0.529428 0.1321193 0.5233805 0.1506494 0.5646325 0.1512177 0.5602265 0.1391059 0.5595374 0.1506494 0.5646325 0.1610659 0.567431 0.1588048 0.5618173 0.1506978 0.5560229 0.1512177 0.5602265 0.1566544 0.5574654 0.1506978 0.5560229 0.1433477 0.5521836 0.1414145 0.5560533 0.1588048 0.5618173 0.1610659 0.567431 0.1663168 0.5625296 0.1663168 0.5625296 0.1699912 0.5562725 0.1657807 0.5545863 0.1597361 0.5560787 0.1629854 0.5595468 0.1614964 0.5527516 0.1597361 0.5560787 0.1566544 0.5574654 0.1588048 0.5618173 0.1400757 0.5411528 0.1384651 0.5452796 0.1450409 0.5440723 0.1400757 0.5411528 0.1328693 0.5370637 0.1312129 0.5417556 0.1312129 0.5417556 0.129796 0.5450403 0.1358222 0.5486809 0.1358222 0.5486809 0.1433477 0.5521836 0.1434486 0.5478245 0.1225163 0.5444002 0.129796 0.5450403 0.1312129 0.5417556 0.1231997 0.5320025 0.1209906 0.5381278 0.1328693 0.5370637 0.1248968 0.5521883 0.1305858 0.5505766 0.08403915 0.5308011 0.1414145 0.5560533 0.1305858 0.5505766 0.1391059 0.5595374 0.1414145 0.5560533 0.1433477 0.5521836 0.1358222 0.5486809 0.1225163 0.5444002 0.1305858 0.5505766 0.129796 0.5450403 0.1506978 0.5560229 0.1566544 0.5574654 0.1545397 0.5536342 0.1510636 0.5501059 0.1507402 0.5528154 0.1524429 0.5500633 0.1510636 0.5501059 0.1498233 0.5495421 0.1474032 0.5509069 0.1506978 0.5560229 0.1507402 0.5528154 0.1433477 0.5521836 0.7535545 0.164564 0.7515293 0.1673588 0.7559477 0.1657013 0.7488623 0.1664096 0.7515293 0.1673588 0.7518061 0.1632844 0.7488623 0.1664096 0.745913 0.1713321 0.7511156 0.1705785 0.7547921 0.1680986 0.7515293 0.1673588 0.7541992 0.1700826 0.1718986 0.9497324 0.1780656 0.9522476 0.172733 0.9446198 0.1718986 0.9497324 0.1707414 0.9532806 0.1734567 0.955918 0.182645 0.9574167 0.1780656 0.9522476 0.1760856 0.9605813 0.182645 0.9574167 0.1911004 0.9555439 0.1832523 0.9492148 0.1624612 0.9467762 0.1546818 0.9491247 0.1582707 0.9524396 0.1667648 0.9550201 0.1655721 0.9504396 0.160458 0.9573243 0.1718986 0.9497324 0.1655721 0.9504396 0.1707414 0.9532806 0.1624612 0.9467762 0.1655721 0.9504396 0.172733 0.9446198 0.151076 0.9568919 0.160458 0.9573243 0.1582707 0.9524396 0.1458795 0.9508109 0.1491791 0.953803 0.1546818 0.9491247 0.1458795 0.9508109 0.1361472 0.9527287 0.1407174 0.9554157 0.151076 0.9568919 0.1491791 0.953803 0.1432098 0.9580234 0.1629129 0.9643301 0.1620263 0.9724838 0.169657 0.9661675 0.169657 0.9661675 0.1760856 0.9605813 0.1734567 0.955918 0.1667648 0.9550201 0.1681697 0.9604698 0.1707414 0.9532806 0.1667648 0.9550201 0.160458 0.9573243 0.1629129 0.9643301 0.177459 0.9669109 0.1760856 0.9605813 0.169657 0.9661675 0.169657 0.9661675 0.1620263 0.9724838 0.1636254 0.976283 0.173224 0.9758658 0.1710968 0.9714921 0.1652461 0.9796512 0.177459 0.9669109 0.1710968 0.9714921 0.1777961 0.971728 0.1232783 0.9714428 0.1167722 0.9728977 0.1251727 0.9803656 0.1396837 0.9839798 0.1293683 0.9784458 0.1350591 0.987757 0.1396837 0.9839798 0.1416593 0.9815103 0.1324984 0.9769117 0.1232783 0.9714428 0.1293683 0.9784458 0.1270609 0.9707046 0.2010514 0.3565531 0.1963363 0.3625929 0.2048317 0.361985 0.2010514 0.3565531 0.1967549 0.3495189 0.1905887 0.3566305 0.1925647 0.3692851 0.1963363 0.3625929 0.184214 0.3657527 0.2014198 0.3665585 0.1963363 0.3625929 0.1985969 0.3715196 0.208747 0.3704844 0.2101189 0.3679002 0.2077026 0.3654375 0.2077026 0.3654375 0.2048317 0.361985 0.2014198 0.3665585 0.2014198 0.3665585 0.1985969 0.3715196 0.2034828 0.3726088 0.208747 0.3704844 0.2053673 0.3689219 0.2077955 0.3731254 0.6666948 0.1735185 0.6639389 0.1708211 0.6604087 0.1771991 0.6612175 0.1877856 0.6630924 0.1794903 0.6571719 0.1859769 0.6612175 0.1877856 0.6638817 0.18844 0.6661641 0.1815892 0.6661641 0.1815892 0.6697385 0.1767479 0.6666948 0.1735185 0.6546187 0.1790297 0.6571719 0.1859769 0.6604087 0.1771991 0.6615916 0.1688452 0.6583777 0.1743224 0.6639389 0.1708211 0.6615916 0.1688452 0.6595478 0.1672513 0.6566801 0.1715007 0.6546187 0.1790297 0.6583777 0.1743224 0.653074 0.1752748 0.6658161 0.1545509 0.6673432 0.1566855 0.676074 0.1509681 0.6658161 0.1545509 0.6584591 0.1576703 0.6606736 0.1591221 0.6681218 0.1593089 0.6673432 0.1566855 0.6625818 0.1609947 0.6681218 0.1593089 0.6752844 0.1586667 0.6764115 0.1551699 0.6658161 0.1545509 0.6625002 0.1529277 0.6584591 0.1576703 0.6683771 0.1485974 0.6625002 0.1529277 0.676074 0.1509681 0.6585695 0.1515719 0.6625002 0.1529277 0.6636039 0.146735 0.6585695 0.1515719 0.6534333 0.1559261 0.6560073 0.1567211 0.9580172 0.1030497 0.9530302 0.1185724 0.9693945 0.08045989 0.9445508 0.1339303 0.9530302 0.1185724 0.9454259 0.1252382 0.9492692 0.1315429 0.9530302 0.1185724 0.9458199 0.1361393 0.9492692 0.1315429 0.9520503 0.1298658 0.9589025 0.1092069 0.9200589 0.21451 0.9248846 0.2085819 0.9352667 0.18426 0.9313401 0.1854315 0.9273324 0.1979829 0.9454033 0.1576253 0.9200589 0.21451 0.9273324 0.1979829 0.918967 0.2135711 0.1956695 0.9703962 0.1886628 0.9718779 0.1827816 0.9791594 0.191892 0.9806389 0.1922852 0.9763422 0.1740518 0.9874346 0.191892 0.9806389 0.2048158 0.9744746 0.2035365 0.9718922 0.1956695 0.9703962 0.1922852 0.9763422 0.2030374 0.9683995 0.08808004 0.8868942 0.103719 0.8835526 0.1042712 0.8861575 0.1042712 0.8861575 0.1076088 0.8905352 0.08958643 0.892417 0.07199883 0.8917636 0.08867245 0.8889875 0.07369452 0.8945789 0.07199883 0.8917636 0.07115656 0.8900671 0.08808004 0.8868942 0.1042712 0.8861575 0.1174613 0.8818545 0.1076088 0.8905352 0.1281306 0.8763258 0.1277953 0.8749048 0.1210579 0.877887 0.7724048 0.1701405 0.7692643 0.1689986 0.7727037 0.1710764 0.7724048 0.1701405 0.7727998 0.1688868 0.7706379 0.1682587 0.7668573 0.1675063 0.7692643 0.1689986 0.7689029 0.1672298 0.7668573 0.1675063 0.7639228 0.1680161 0.7677395 0.169844 0.03343248 0.9526804 0.03370088 0.9530056 0.03413635 0.9524166 0.03322511 0.9532918 0.03370088 0.9530056 0.03234148 0.9529559 0.03433084 0.9530417 0.03370088 0.9530056 0.0337814 0.9536343 0.0312438 0.9532679 0.03097265 0.9530928 0.03010237 0.9534702 0.03132152 0.952835 0.03097265 0.9530928 0.03234148 0.9529559 0.02989 0.9531017 0.03097265 0.9530928 0.03021448 0.9526804 0.03322511 0.9532918 0.03263449 0.9535357 0.0337814 0.9536343 0.03193324 0.9534804 0.03263449 0.9535357 0.03234148 0.9529559 0.03269618 0.9539502 0.03263449 0.9535357 0.03147649 0.9539638 0.03193324 0.9534804 0.03133517 0.95349 0.03147649 0.9539638 0.0312438 0.9532679 0.03133517 0.95349 0.03234148 0.9529559 0.03057616 0.9538046 0.03133517 0.95349 0.03010237 0.9534702 0.03132152 0.952835 0.03163772 0.9525427 0.03021448 0.9526804 0.03234165 0.9524479 0.03163772 0.9525427 0.03234148 0.9529559 0.03098815 0.9522319 0.03163772 0.9525427 0.03211671 0.9519727 0.03234165 0.9524479 0.03306663 0.9524099 0.03211671 0.9519727 0.03343248 0.9526804 0.03306663 0.9524099 0.03234148 0.9529559 0.03330898 0.9520263 0.03306663 0.9524099 0.03413635 0.9524166 0.6665375 0.5939183 0.6654824 0.5861614 0.6545026 0.5918708 0.6505798 0.6045617 0.658133 0.5983222 0.64444 0.5996268 0.6505798 0.6045617 0.6564288 0.6086239 0.6614906 0.6037292 0.6665375 0.5939183 0.658133 0.5983222 0.6673258 0.6005249 0.6339439 0.6101244 0.6436865 0.6126827 0.64444 0.5996268 0.6339439 0.6101244 0.6232311 0.6219926 0.6371234 0.6217443 0.6527561 0.6148304 0.6436865 0.6126827 0.6497778 0.6216927 0.6527561 0.6148304 0.6564288 0.6086239 0.6505798 0.6045617 0.697103 0.5851598 0.6891964 0.5965811 0.7010937 0.5921978 0.697103 0.5851598 0.6905145 0.5808018 0.6842715 0.5917636 0.6817402 0.6061766 0.6891964 0.5965811 0.6784607 0.6010358 0.6817402 0.6061766 0.6840887 0.6130644 0.6924401 0.6035777 0.6665375 0.5939183 0.6673258 0.6005249 0.6733192 0.5993895 0.6842715 0.5917636 0.6759844 0.591304 0.6784607 0.6010358 0.6842715 0.5917636 0.6905145 0.5808018 0.6787304 0.5818037 0.6665375 0.5939183 0.6759844 0.591304 0.6654824 0.5861614 0.6735144 0.6069292 0.6784607 0.6010358 0.6733192 0.5993895 0.6675809 0.6048307 0.6708156 0.6046453 0.6673258 0.6005249 0.6688906 0.6085994 0.6708156 0.6046453 0.6676394 0.6075242 0.6688906 0.6085994 0.670774 0.6099939 0.6735144 0.6069292 0.6817402 0.6061766 0.675185 0.6121203 0.6840887 0.6130644 0.6817402 0.6061766 0.6784607 0.6010358 0.6735144 0.6069292 0.6703267 0.6143441 0.675185 0.6121203 0.670774 0.6099939 0.6763415 0.6187651 0.675185 0.6121203 0.6685227 0.6214861 0.6675809 0.6048307 0.6673258 0.6005249 0.6614906 0.6037292 0.6616968 0.6109408 0.6643026 0.6070473 0.6564288 0.6086239 0.6664869 0.6096172 0.6643026 0.6070473 0.6648324 0.6121479 0.6675809 0.6048307 0.6643026 0.6070473 0.6676394 0.6075242 0.6658749 0.6157706 0.6679612 0.6127796 0.6648324 0.6121479 0.6703267 0.6143441 0.6679612 0.6127796 0.6685227 0.6214861 0.6688906 0.6085994 0.6679612 0.6127796 0.670774 0.6099939 0.6688906 0.6085994 0.6676394 0.6075242 0.6664869 0.6096172 0.6527561 0.6148304 0.6604794 0.6161569 0.6564288 0.6086239 0.6527561 0.6148304 0.6497778 0.6216927 0.6599561 0.6220343 0.6658749 0.6157706 0.6604794 0.6161569 0.6685227 0.6214861 0.6616968 0.6109408 0.6604794 0.6161569 0.6648324 0.6121479 0.3492102 0.06320148 0.3439255 0.06310111 0.3470327 0.07124644 0.3492102 0.06320148 0.3482623 0.05529576 0.3430724 0.05776995 0.3391926 0.06270259 0.3439255 0.06310111 0.3397297 0.05936628 0.3391926 0.06270259 0.3368566 0.0659281 0.3411485 0.06829667 0.08172553 0.8662675 0.09198427 0.862769 0.08832716 0.8603991 0.07996565 0.8593254 0.08102202 0.864135 0.08630949 0.8564077 0.07996565 0.8593254 0.07404398 0.8612565 0.07445651 0.8663497 0.08172553 0.8662675 0.08102202 0.864135 0.07490497 0.8686212 0.0701673 0.8615011 0.07068443 0.866882 0.07404398 0.8612565 0.0701673 0.8615011 0.06734168 0.8612888 0.06827878 0.8668996 0.07116287 0.869489 0.07068443 0.866882 0.06890219 0.8698506 0.07116287 0.869489 0.07490497 0.8686212 0.07445651 0.8663497 0.06457328 0.8618487 0.0658124 0.8675704 0.06734168 0.8612888 0.06457328 0.8618487 0.06160634 0.8629484 0.06304574 0.868671 0.06652593 0.870686 0.0658124 0.8675704 0.06381982 0.8718225 0.06652593 0.870686 0.06890219 0.8698506 0.06827878 0.8668996 0.0983926 0.8561842 0.1042171 0.8561493 0.1024444 0.8480501 0.0983926 0.8561842 0.09198427 0.862769 0.1021334 0.8596013 0.113969 0.8538639 0.1042171 0.8561493 0.112903 0.8567162 0.113969 0.8538639 0.1152734 0.8469144 0.1071158 0.8482936 0.009989738 0.7842551 0.0169714 0.7856361 0.01639568 0.7831266 0.01039242 0.7802157 0.01024782 0.7822959 0.01584404 0.780086 0.01039242 0.7802157 0.008465647 0.7801263 0.008145213 0.7820811 0.02181434 0.8458989 0.01787412 0.8482379 0.01871854 0.849016 0.02402043 0.8477594 0.02955323 0.8447899 0.02833425 0.8436229 0.02181434 0.8458989 0.022933 0.8467286 0.02713704 0.8425852 0.03407531 0.838203 0.03491413 0.8397201 0.04177129 0.8339378 0.03407531 0.838203 0.02713704 0.8425852 0.02833425 0.8436229 0.04936671 0.8309751 0.04961854 0.8328462 0.0558449 0.8290173 0.04936671 0.8309751 0.04177129 0.8339378 0.04217481 0.835851 0.04990178 0.8347347 0.04961854 0.8328462 0.04262697 0.8377824 0.07089155 0.8247644 0.06803768 0.8229677 0.06671625 0.8246707 0.06387513 0.8288032 0.06738942 0.8271397 0.06345909 0.8265436 0.07711952 0.8144396 0.07728743 0.8163539 0.08173507 0.8148713 0.07711952 0.8144396 0.07021182 0.81413 0.0703063 0.8160818 0.0703063 0.8160818 0.07018178 0.8182186 0.07664763 0.8186717 0.113969 0.8538639 0.1298257 0.8479931 0.1152734 0.8469144 0.113969 0.8538639 0.112903 0.8567162 0.1296489 0.850763 0.1465619 0.8402047 0.1298257 0.8479931 0.1470722 0.8430523 0.1465619 0.8402047 0.1454447 0.8338708 0.1297546 0.8414124 0.1465619 0.8402047 0.1589521 0.8321663 0.1454447 0.8338708 0.1598741 0.8348944 0.1589521 0.8321663 0.1470722 0.8430523 0.1598741 0.8348944 0.1719977 0.8269847 0.1709626 0.8243991 0.157229 0.8263728 0.1589521 0.8321663 0.1690972 0.819081 0.1464349 0.7777532 0.1364653 0.7743165 0.138845 0.7822454 0.1467931 0.7894418 0.1465321 0.7818757 0.1390922 0.7907456 0.1467931 0.7894418 0.1560176 0.787372 0.1557824 0.780516 0.1464349 0.7777532 0.1465321 0.7818757 0.1559949 0.7768062 0.1850388 0.8121586 0.1690972 0.819081 0.1709626 0.8243991 0.1873865 0.8200182 0.1865595 0.8174242 0.1719977 0.8269847 0.1873865 0.8200182 0.2044079 0.8135234 0.2039498 0.8108457 0.1850388 0.8121586 0.1865595 0.8174242 0.2030172 0.8054208 0.1671802 0.7758553 0.1559949 0.7768062 0.1557824 0.780516 0.1675066 0.7846403 0.1669549 0.7789528 0.1560176 0.787372 0.1675066 0.7846403 0.1801277 0.7815777 0.1790885 0.7772879 0.1790885 0.7772879 0.1791781 0.7749024 0.1671802 0.7758553 0.06972414 0.820589 0.07424664 0.8217085 0.07018178 0.8182186 0.07089155 0.8247644 0.07424664 0.8217085 0.06803768 0.8229677 0.01859056 0.7605924 0.02246922 0.7558953 0.0181663 0.7556186 0.01331043 0.7602593 0.01487243 0.7604125 0.01608151 0.7554711 0.01331043 0.7602593 0.01189428 0.7641015 0.01344668 0.764169 0.01859056 0.7605924 0.01487243 0.7604125 0.01681411 0.7652527 0.008807659 0.7785643 0.008465647 0.7801263 0.01039242 0.7802157 0.01039242 0.7802157 0.01584404 0.780086 0.01430428 0.7783547 0.01430428 0.7783547 0.01461857 0.7764055 0.01072669 0.7773166 0.01072669 0.7773166 0.009049355 0.7773062 0.008807659 0.7785643 0.01808375 0.8788865 0.01626986 0.8766449 0.01710629 0.8798484 0.01808375 0.8788865 0.01994967 0.8770185 0.01893973 0.8750243 0.01534682 0.8741149 0.01626986 0.8766449 0.01744323 0.8714504 0.01526433 0.8775675 0.01626986 0.8766449 0.01432579 0.8750859 0.04160958 0.8710268 0.04261529 0.8752161 0.04637688 0.868907 0.04160958 0.8710268 0.03675532 0.8731471 0.03715461 0.8767992 0.04304987 0.8774641 0.04261529 0.8752161 0.03718167 0.8786903 0.04304987 0.8774641 0.04854351 0.8762809 0.04781031 0.8736647 0.01072669 0.7773166 0.01461857 0.7764055 0.01308715 0.7749871 0.01051306 0.7751893 0.01060187 0.7762121 0.01253545 0.7743007 0.01051306 0.7751893 0.008567333 0.7748981 0.009068906 0.776263 0.009068906 0.776263 0.009049355 0.7773062 0.01072669 0.7773166 0.01534682 0.8741149 0.01744323 0.8714504 0.01505106 0.8703182 0.01505106 0.8703182 0.01391392 0.8697115 0.01295292 0.8716713 0.01295292 0.8716713 0.01115012 0.8727217 0.01308792 0.8736247 0.01534682 0.8741149 0.01411294 0.8726364 0.01432579 0.8750859 0.009469032 0.8705338 0.01115012 0.8727217 0.01096284 0.8711095 0.01096284 0.8711095 0.01112282 0.8697254 0.01047509 0.8692441 0.009285569 0.8685347 0.009804368 0.870104 0.01013189 0.868586 0.01295602 0.8694009 0.01225131 0.8706814 0.01391392 0.8697115 0.01177895 0.869679 0.01225131 0.8706814 0.01208764 0.8692383 0.01177895 0.869679 0.01112282 0.8697254 0.01096284 0.8711095 0.01295292 0.8716713 0.01225131 0.8706814 0.01115012 0.8727217 0.09145277 0.8532031 0.08630949 0.8564077 0.08832716 0.8603991 0.0983926 0.8561842 0.09431821 0.8553031 0.09198427 0.862769 0.0983926 0.8561842 0.1024444 0.8480501 0.09842193 0.8486839 0.09145277 0.8532031 0.09431821 0.8553031 0.09510266 0.8487328 0.03715461 0.8767992 0.03675532 0.8731471 0.03227722 0.8747696 0.02696329 0.879053 0.03197771 0.8781155 0.02785289 0.8759838 0.02696329 0.879053 0.02618098 0.8805554 0.03155767 0.8798019 0.03715461 0.8767992 0.03197771 0.8781155 0.03718167 0.8786903 0.02696329 0.879053 0.02785289 0.8759838 0.02315998 0.8768799 0.01808375 0.8788865 0.02199012 0.8794996 0.01994967 0.8770185 0.01808375 0.8788865 0.01710629 0.8798484 0.0210545 0.8807076 0.02696329 0.879053 0.02199012 0.8794996 0.02618098 0.8805554 0.01658022 0.2270546 0.01622313 0.2389258 0.005438029 0.2340426 0.01563793 0.2539888 0.01622313 0.2389258 0.02305638 0.2511255 0.01563793 0.2539888 0.008294343 0.2569891 0.007093369 0.24409 0.0512911 0.232528 0.05256915 0.2220113 0.05619513 0.2227644 0.05952221 0.2373262 0.05524194 0.2339675 0.06045937 0.2253116 0.05952221 0.2373262 0.05770915 0.252442 0.05340808 0.2491215 0.0512911 0.232528 0.05524194 0.2339675 0.04927432 0.2473977 0.04784822 0.2204949 0.04613775 0.2314662 0.04203969 0.219255 0.0512911 0.232528 0.04613775 0.2314662 0.05256915 0.2220113 0.0512911 0.232528 0.04927432 0.2473977 0.04404503 0.2465276 0.04404503 0.2465276 0.03780144 0.246808 0.03994292 0.2312076 0.05283135 0.7459626 0.04903513 0.7452051 0.04023295 0.7508952 0.03512817 0.7563824 0.04385513 0.7511538 0.03141283 0.7563082 0.03512817 0.7563824 0.0400319 0.7559865 0.04820066 0.7510762 0.04820066 0.7510762 0.05665183 0.7465306 0.05283135 0.7459626 0.04023295 0.7508952 0.03638142 0.7503408 0.03141283 0.7563082 0.04023295 0.7508952 0.04903513 0.7452051 0.04541498 0.7441901 0.03149324 0.7499151 0.03638142 0.7503408 0.04205143 0.74395 0.02703893 0.7561355 0.03638142 0.7503408 0.02246922 0.7558953 0.0181663 0.7556186 0.02246922 0.7558953 0.03149324 0.7499151 0.02888411 0.7470596 0.02476131 0.7500429 0.04205143 0.74395 0.02888411 0.7470596 0.02711313 0.749521 0.02093434 0.7502452 0.0181663 0.7556186 0.02476131 0.7500429 0.01608151 0.7554711 0.05192023 0.740298 0.04903513 0.7452051 0.05283135 0.7459626 0.06046551 0.7435989 0.05630308 0.7420831 0.05665183 0.7465306 0.05541378 0.7370003 0.05630308 0.7420831 0.06060874 0.7392805 0.05541378 0.7370003 0.05019921 0.7345596 0.05192023 0.740298 0.1300116 0.7709025 0.1269115 0.7630483 0.1231381 0.7685183 0.1300116 0.7709025 0.1364653 0.7743165 0.1298483 0.7634972 0.1244882 0.756475 0.1269115 0.7630483 0.1269284 0.7556889 0.1244882 0.756475 0.1186392 0.7569811 0.1207473 0.7622138 0.05541378 0.7370003 0.05130654 0.7281993 0.05019921 0.7345596 0.05541378 0.7370003 0.06060874 0.7392805 0.05804836 0.7305747 0.04690086 0.7196356 0.05130654 0.7281993 0.05504566 0.7218199 0.04690086 0.7196356 0.04004651 0.7185408 0.04518312 0.7263758 0.119322 0.7385739 0.1221529 0.7414041 0.1202352 0.7375089 0.119322 0.7385739 0.1175057 0.7410637 0.1201822 0.7439655 0.1240296 0.7452113 0.1221529 0.7414041 0.1217489 0.746669 0.1240296 0.7452113 0.1253064 0.7444011 0.1231484 0.7404997 0.1244882 0.756475 0.1269284 0.7556889 0.1259904 0.7493938 0.1259904 0.7493938 0.1253064 0.7444011 0.1240296 0.7452113 0.1208664 0.7507832 0.1241679 0.7503822 0.1217489 0.746669 0.1208664 0.7507832 0.1186392 0.7569811 0.1244882 0.756475 0.1132149 0.7340556 0.1163212 0.7363341 0.1142166 0.7329311 0.1132149 0.7340556 0.1112869 0.7365544 0.1144325 0.7387497 0.119322 0.7385739 0.1163212 0.7363341 0.1175057 0.7410637 0.119322 0.7385739 0.1202352 0.7375089 0.1172855 0.7352476 0.106528 0.7279379 0.1100677 0.7311095 0.1072463 0.7263962 0.1083933 0.7340089 0.1100677 0.7311095 0.1051519 0.7312422 0.1132149 0.7340556 0.1100677 0.7311095 0.1112869 0.7365544 0.1132149 0.7340556 0.1142166 0.7329311 0.1109459 0.7297751 0.09774583 0.722428 0.09356087 0.7204545 0.0964784 0.7258514 0.09774583 0.722428 0.09836232 0.7208477 0.09414553 0.7187304 0.08960086 0.7189196 0.09356087 0.7204545 0.09015142 0.7169943 0.08960086 0.7189196 0.08846759 0.7227864 0.09234857 0.7240678 0.1009632 0.728383 0.1051519 0.7312422 0.106528 0.7279379 0.1028905 0.7234117 0.1022445 0.7249833 0.1072463 0.7263962 0.09774583 0.722428 0.1022445 0.7249833 0.09836232 0.7208477 0.1009632 0.728383 0.1022445 0.7249833 0.0964784 0.7258514 0.06284683 0.7242529 0.06962335 0.7264537 0.07041257 0.7218703 0.06313717 0.7165944 0.06269222 0.7197068 0.07129907 0.718306 0.06313717 0.7165944 0.05374264 0.7146936 0.05386161 0.7173549 0.06284683 0.7242529 0.06269222 0.7197068 0.05504566 0.7218199 0.06313717 0.7165944 0.07129907 0.718306 0.07207161 0.7141339 0.06415331 0.710722 0.06378144 0.7127941 0.07242941 0.711896 0.05393511 0.71135 0.06378144 0.7127941 0.05410921 0.7095077 0.06313717 0.7165944 0.06378144 0.7127941 0.05374264 0.7146936 0.03796386 0.7138491 0.04511606 0.7152653 0.03899484 0.7119445 0.03796386 0.7138491 0.04004651 0.7185408 0.04690086 0.7196356 0.05386161 0.7173549 0.04511606 0.7152653 0.05504566 0.7218199 0.04450708 0.712759 0.04511606 0.7152653 0.05374264 0.7146936 0.07683676 0.7196725 0.08092266 0.720792 0.08188247 0.7165595 0.07811194 0.713097 0.07770961 0.7153834 0.08234965 0.7143236 0.07811194 0.713097 0.07242941 0.711896 0.07207161 0.7141339 0.07683676 0.7196725 0.07770961 0.7153834 0.07129907 0.718306 0.08960086 0.7189196 0.0857771 0.7176798 0.08846759 0.7227864 0.08960086 0.7189196 0.09015142 0.7169943 0.08629113 0.715574 0.08629113 0.715574 0.08234965 0.7143236 0.08188247 0.7165595 0.08188247 0.7165595 0.08092266 0.720792 0.08472925 0.7217622 0.01148903 0.8529416 0.01106435 0.8519236 0.009278595 0.8535019 0.01082438 0.8512141 0.01106435 0.8519236 0.01291024 0.8505845 0.01082438 0.8512141 0.008827805 0.8517698 0.0089522 0.8524703 0.07109808 0.03808712 0.0646888 0.04182058 0.06660026 0.03212553 0.07109808 0.03808712 0.0748372 0.04593807 0.06782424 0.04864078 0.06782424 0.04864078 0.0611428 0.05167597 0.05865836 0.04572552 0.05865836 0.04572552 0.05510503 0.04180788 0.06069433 0.03702133 0.3622209 0.8830816 0.3573469 0.8868294 0.3530141 0.8811257 0.3548766 0.8715083 0.3579013 0.8768823 0.3497368 0.876558 0.3548766 0.8715083 0.35735 0.8666974 0.3632566 0.8735063 0.3632566 0.8735063 0.3674075 0.8797878 0.3622209 0.8830816 0.3544907 0.8623639 0.3489651 0.8582691 0.3527272 0.8531804 0.3627963 0.8505626 0.3580704 0.8569234 0.3574368 0.8469529 0.3627963 0.8505626 0.3683371 0.8537127 0.3637602 0.8598762 0.3544907 0.8623639 0.3580704 0.8569234 0.35735 0.8666974 0.02485549 0.02259278 0.01497662 0.0202409 0.02745252 0.01343178 0.02485549 0.02259278 0.02258557 0.0320397 0.01325595 0.02994996 0.00623703 0.01817226 0.01497662 0.0202409 0.004854738 0.02771335 0.00623703 0.01817226 0.008015632 0.01020228 0.01707601 0.01143205 0.07180017 0.06990444 0.08042377 0.06873601 0.08082753 0.07779061 0.0730201 0.0857796 0.07260817 0.07843798 0.08031451 0.08557277 0.06366926 0.07910048 0.07260817 0.07843798 0.06445956 0.08597207 0.07180017 0.06990444 0.07260817 0.07843798 0.06294029 0.07116138 0.3772451 0.8339821 0.3712322 0.8296911 0.3777014 0.8227067 0.3777014 0.8227067 0.3838097 0.8166087 0.3884313 0.8209381 0.3888902 0.8323543 0.3832056 0.8270887 0.3936818 0.8264685 0.3772451 0.8339821 0.3832056 0.8270887 0.383161 0.8387814 0.378766 0.9090587 0.3712846 0.9029242 0.3769432 0.8986932 0.3892515 0.8993331 0.3839743 0.9046278 0.382544 0.8939419 0.3892515 0.8993331 0.3953156 0.9039555 0.3906144 0.9096489 0.378766 0.9090587 0.3839743 0.9046278 0.3862412 0.9142009 0.3153315 0.9887681 0.3125053 0.9810122 0.319599 0.9810776 0.3294595 0.9881273 0.3220641 0.9889023 0.3270645 0.9805955 0.3294595 0.9881273 0.3315094 0.9945595 0.3245086 0.995691 0.3153315 0.9887681 0.3220641 0.9889023 0.3185224 0.9956599 0.352626 0.927027 0.3497086 0.920894 0.3587835 0.9179732 0.3587835 0.9179732 0.3671503 0.9154881 0.3682371 0.9213421 0.3631473 0.9311396 0.3609744 0.9240626 0.3696587 0.9286161 0.352626 0.927027 0.3609744 0.9240626 0.3553754 0.9337221 0.07818639 0.05713647 0.07020014 0.05898708 0.0748372 0.04593807 0.07818639 0.05713647 0.08042377 0.06873601 0.07180017 0.06990444 0.07180017 0.06990444 0.06294029 0.07116138 0.06233417 0.06108725 0.06782424 0.04864078 0.07020014 0.05898708 0.0611428 0.05167597 0.04834342 0.0289188 0.03701293 0.0255112 0.05275195 0.02153205 0.03377193 0.03383564 0.03701293 0.0255112 0.04406309 0.03582507 0.03377193 0.03383564 0.02258557 0.0320397 0.02485549 0.02259278 0.02485549 0.02259278 0.02745252 0.01343178 0.04046112 0.01697129 0.3627963 0.8505626 0.3574368 0.8469529 0.3640412 0.8384482 0.3772451 0.8339821 0.369815 0.8423611 0.3712322 0.8296911 0.3772451 0.8339821 0.383161 0.8387814 0.375557 0.846291 0.3627963 0.8505626 0.369815 0.8423611 0.3683371 0.8537127 0.3622209 0.8830816 0.3691301 0.8909315 0.3573469 0.8868294 0.3745496 0.8870132 0.3691301 0.8909315 0.3674075 0.8797878 0.3745496 0.8870132 0.382544 0.8939419 0.3769432 0.8986932 0.3637909 0.894805 0.3691301 0.8909315 0.3712846 0.9029242 0.3321478 0.9337927 0.3296297 0.9281984 0.3392176 0.9246863 0.352626 0.927027 0.3421064 0.9304797 0.3497086 0.920894 0.352626 0.927027 0.3553754 0.9337221 0.345082 0.9364222 0.3321478 0.9337927 0.3421064 0.9304797 0.3351703 0.9391844 0.3152433 0.9612709 0.3170926 0.9711809 0.308956 0.9620912 0.3239791 0.970865 0.3170926 0.9711809 0.3216096 0.9610807 0.3239791 0.970865 0.3270645 0.9805955 0.319599 0.9810776 0.3104086 0.9715283 0.3170926 0.9711809 0.3125053 0.9810122 0.30417 0.2433524 0.3141205 0.2420889 0.3138299 0.2485688 0.3035116 0.2584362 0.3036055 0.2509541 0.3134585 0.2549229 0.3035116 0.2584362 0.2928475 0.2624172 0.2927275 0.2538819 0.30417 0.2433524 0.3036055 0.2509541 0.2937291 0.2453601 0.2852304 0.2473294 0.2937291 0.2453601 0.2927275 0.2538819 0.2847069 0.264804 0.284226 0.2558833 0.2928475 0.2624172 0.2847069 0.264804 0.2778282 0.2663936 0.2769128 0.2574213 0.2852304 0.2473294 0.284226 0.2558833 0.2777028 0.2492796 0.3138299 0.2485688 0.3141205 0.2420889 0.321148 0.2423521 0.321148 0.2423521 0.3268053 0.2436327 0.3251784 0.2491843 0.3194469 0.2539395 0.3203706 0.2481951 0.3235745 0.2546675 0.3194469 0.2539395 0.3134585 0.2549229 0.3138299 0.2485688 0.3326453 0.2454212 0.3302042 0.2508873 0.3268053 0.2436327 0.335994 0.2545942 0.3302042 0.2508873 0.3391447 0.2488317 0.335994 0.2545942 0.333003 0.2602134 0.3279388 0.2562887 0.3251784 0.2491843 0.3302042 0.2508873 0.3235745 0.2546675 0.1432772 0.01915985 0.1464771 0.009860634 0.1530677 0.01310014 0.155181 0.0271669 0.1492792 0.02243185 0.159658 0.01773482 0.155181 0.0271669 0.159658 0.01773482 0.1667653 0.02538758 0.16777 0.04379409 0.161397 0.03476482 0.1741311 0.03454935 0.1029373 0.005000352 0.1028472 0.01529884 0.09071475 0.0072546 0.1029373 0.005000352 0.1146371 0.003716409 0.1133296 0.01384568 0.07986092 0.01078379 0.0820012 0.02100133 0.06969135 0.01495045 0.07986092 0.01078379 0.09071475 0.0072546 0.09196376 0.01763457 0.03062474 0.2485363 0.03286796 0.2321774 0.03780144 0.246808 0.03062474 0.2485363 0.02305638 0.2511255 0.02494919 0.2346566 0.5645723 0.110822 0.5809504 0.1048552 0.534625 0.171984 0.8515757 0.05985873 0.8408647 0.04340237 0.9166553 0.08799159 0.4339941 0.9150249 0.4466955 0.9479489 0.4146987 0.8951253 0.7425468 0.1081895 0.7838813 0.08453512 0.7389873 0.1196788 0.5787274 0.02629435 0.6071377 0.0595833 0.5456266 0.001768946 0.5787274 0.02629435 0.6118281 0.05081981 0.6271018 0.07246714 0.635548 0.09287226 0.6071377 0.0595833 0.6423754 0.09411448 0.635548 0.09287226 0.6287206 0.09163004 0.5871736 0.04669946 0.5871736 0.04669946 0.5922471 0.0655114 0.5456266 0.001768946 0.579505 0.01156765 0.6003525 0.02904397 0.5456266 0.001768946 0.579505 0.01156765 0.6133834 0.02136641 0.6219776 0.03179365 0.6212 0.04652029 0.6003525 0.02904397 0.6305718 0.04222083 0.5787274 0.02629435 0.6003525 0.02904397 0.6118281 0.05081981 0.5623754 0.03597766 0.5577479 0.05240803 0.5456266 0.001768946 0.5531202 0.06883841 0.5434119 0.05582928 0.5445192 0.02879911 0.9393483 0.9003081 0.9362468 0.9180395 0.9242644 0.8648967 0.957134 0.8715561 0.9759414 0.883908 0.9242644 0.8648967 0.957134 0.8715561 0.9900035 0.8782154 0.9930141 0.8828889 0.9588688 0.8849273 0.9710382 0.9058022 0.9242644 0.8648967 0.9832077 0.9266771 0.9710382 0.9058022 0.9880398 0.9250649 0.9832077 0.9266771 0.9783755 0.9282894 0.9513199 0.896593 0.3550192 0.1157236 0.3389011 0.1166211 0.3511371 0.1103882 0.3550192 0.1157236 0.3584314 0.1212775 0.3421451 0.1239976 0.3119623 0.1279133 0.3389011 0.1166211 0.3179336 0.1335943 0.3119623 0.1279133 0.3053915 0.122433 0.3356745 0.1089873 0.9513199 0.896593 0.9578381 0.9156873 0.9242644 0.8648967 0.3760921 0.1748143 0.3646674 0.1839561 0.3705116 0.1695522 0.3760921 0.1748143 0.3828352 0.1804892 0.3704976 0.1911419 0.3383013 0.193397 0.3646674 0.1839561 0.3378149 0.2018517 0.3383013 0.193397 0.3382345 0.1856098 0.3597749 0.1772427 0.3546733 0.1658533 0.3655778 0.160445 0.3672561 0.1651158 0.3597749 0.1772427 0.3567579 0.1714742 0.3705116 0.1695522 0.3597749 0.1772427 0.3382345 0.1856098 0.3370615 0.1791574 0.3546733 0.1658533 0.3567579 0.1714742 0.335004 0.173278 0.3609042 0.1272685 0.3454236 0.1308593 0.3584314 0.1212775 0.3609042 0.1272685 0.3625799 0.1337243 0.3481152 0.137753 0.3227057 0.1396769 0.3454236 0.1308593 0.3261294 0.1462753 0.3227057 0.1396769 0.3179336 0.1335943 0.3421451 0.1239976 0.3481152 0.137753 0.3625799 0.1337243 0.3636012 0.1406728 0.3507822 0.1526951 0.349598 0.1452251 0.3642302 0.147722 0.3507822 0.1526951 0.3297016 0.1607019 0.3280557 0.1535037 0.3481152 0.137753 0.349598 0.1452251 0.3261294 0.1462753 0.8720917 0.3783317 0.8668791 0.4138094 0.8667111 0.3150917 0.8720917 0.3783317 0.8774722 0.4415717 0.8729793 0.4489748 0.8616666 0.4492871 0.8668791 0.4138094 0.8684864 0.4563779 0.8616666 0.4492871 0.8548468 0.4421962 0.8607789 0.3786439 0.8607789 0.3786439 0.8491563 0.4079397 0.8667111 0.3150917 0.8607789 0.3786439 0.8548468 0.4421962 0.8475459 0.4415494 0.8824592 0.35604 0.8839739 0.3927453 0.8667111 0.3150917 0.8854887 0.4294507 0.8839739 0.3927453 0.8935052 0.4173297 0.8720917 0.3783317 0.8839739 0.3927453 0.8774722 0.4415717 0.8507668 0.3743302 0.8377383 0.3946159 0.8667111 0.3150917 0.8247099 0.4149016 0.8377383 0.3946159 0.8274847 0.4290626 0.8247099 0.4149016 0.8219352 0.4007406 0.8443232 0.3579161 0.09865033 0.1924434 0.09107232 0.1852352 0.09577816 0.1796829 0.1061093 0.1854661 0.1026211 0.1880407 0.1006869 0.1760421 0.1082085 0.1951997 0.1026211 0.1880407 0.1106541 0.1933706 0.09865033 0.1924434 0.1026211 0.1880407 0.1049821 0.1988067 0.1059375 0.1732727 0.1097305 0.1834484 0.1006869 0.1760421 0.1059375 0.1732727 0.1128152 0.1717559 0.1151322 0.1820116 0.1131049 0.1918934 0.1097305 0.1834484 0.1173679 0.1906947 0.1131049 0.1918934 0.1106541 0.1933706 0.1061093 0.1854661 0.06596851 0.6243228 0.06275236 0.6297274 0.05803877 0.6215945 0.06756711 0.6328949 0.06275236 0.6297274 0.07127618 0.6278199 0.06756711 0.6328949 0.07127618 0.6278199 0.07542014 0.6312949 0.07549703 0.6425709 0.07144272 0.6363748 0.08006525 0.6374767 0.9187722 0.9125049 0.9129557 0.9133894 0.9164873 0.9055391 0.9133295 0.9180591 0.9129557 0.9133894 0.9191073 0.9175179 0.9133295 0.9180591 0.9191073 0.9175179 0.9190657 0.9226395 0.9109373 0.9293372 0.9130744 0.9227626 0.9173919 0.9300706 0.07724303 0.2110245 0.08182859 0.2030501 0.08809715 0.2084507 0.08809715 0.2084507 0.09478312 0.2135817 0.08971995 0.2206489 0.07779729 0.2227281 0.08288037 0.2158627 0.08482807 0.2272677 0.07779729 0.2227281 0.07266563 0.2183303 0.07724303 0.2110245 0.1337049 0.1811446 0.1329981 0.1730979 0.1416845 0.1749088 0.149185 0.1835458 0.1418455 0.182098 0.1495177 0.1770122 0.149185 0.1835458 0.1481807 0.1912581 0.1415618 0.190034 0.1337049 0.1811446 0.1418455 0.182098 0.1341745 0.1893388 0.8959649 0.8766706 0.9032166 0.8835937 0.8964225 0.8881887 0.8959649 0.8766706 0.8897733 0.8819142 0.8888189 0.8717688 0.02444761 0.623455 0.03360825 0.6209893 0.03256809 0.6289789 0.02444761 0.623455 0.02403873 0.631473 0.01691687 0.626872 0.08668053 0.6663023 0.09419 0.6621772 0.1003429 0.6727526 0.1003429 0.6727526 0.1059156 0.6820745 0.09751754 0.6838346 0.1226052 0.1718723 0.1239621 0.1811797 0.1128152 0.1717559 0.1226052 0.1718723 0.1329981 0.1730979 0.1337049 0.1811446 0.1252505 0.1897011 0.1239621 0.1811797 0.1341745 0.1893388 0.1252505 0.1897011 0.1173679 0.1906947 0.1151322 0.1820116 0.09865033 0.1924434 0.09358143 0.1999455 0.09107232 0.1852352 0.09865033 0.1924434 0.1049821 0.1988067 0.1001887 0.2056174 0.08809715 0.2084507 0.09358143 0.1999455 0.09478312 0.2135817 0.08809715 0.2084507 0.08182859 0.2030501 0.08643043 0.193739 0.9109373 0.9293372 0.9173919 0.9300706 0.9128304 0.9420126 0.8995674 0.9503095 0.9056648 0.9396195 0.9070932 0.9543219 0.9106798 0.8945593 0.9164873 0.9055391 0.9103953 0.9071313 0.9106798 0.8945593 0.9040903 0.8976628 0.9032166 0.8835937 0.07549703 0.6425709 0.08006525 0.6374767 0.08687633 0.6490947 0.08668053 0.6663023 0.08084756 0.6538866 0.09419 0.6621772 0.04602867 0.6204262 0.05803877 0.6215945 0.05548065 0.6276836 0.04602867 0.6204262 0.04423403 0.627575 0.03360825 0.6209893 0.07503187 0.353686 0.07324415 0.3443248 0.08239966 0.3444442 0.09422415 0.3530198 0.08499288 0.3534411 0.09066802 0.3447998 0.09422415 0.3530198 0.09825176 0.3620082 0.0881772 0.3632066 0.07503187 0.353686 0.08499288 0.3534411 0.0776323 0.3636476 0.08056807 0.3710338 0.0776323 0.3636476 0.0881772 0.3632066 0.1008473 0.3686935 0.09076094 0.3704422 0.09825176 0.3620082 0.1008473 0.3686935 0.1027269 0.3742275 0.09304434 0.3764128 0.08056807 0.3710338 0.09076094 0.3704422 0.08367162 0.3771322 0.08239966 0.3444442 0.07324415 0.3443248 0.07274621 0.3387396 0.07274621 0.3387396 0.0732721 0.3348584 0.08188873 0.336333 0.08948671 0.3404192 0.08158951 0.3395145 0.08960783 0.3376349 0.08948671 0.3404192 0.09066802 0.3447998 0.08239966 0.3444442 0.7370787 0.3024702 0.7340445 0.3012661 0.7370417 0.2986658 0.7370417 0.2986658 0.7396947 0.2969042 0.7414785 0.2990853 0.7414785 0.2990853 0.7430668 0.3010336 0.7409943 0.3019293 0.7370787 0.3024702 0.739186 0.300516 0.7391186 0.3032166 0.7467919 0.2967708 0.7462225 0.2943253 0.7488859 0.2938348 0.7488859 0.2938348 0.7521686 0.2938792 0.7511764 0.2965244 0.7488151 0.2982985 0.7489036 0.2964029 0.7506079 0.2981505 0.7488151 0.2982985 0.7472731 0.2988624 0.7467919 0.2967708 0.7940882 0.2426937 0.7919408 0.2414696 0.7931501 0.2390959 0.7931501 0.2390959 0.7950314 0.236427 0.796465 0.238276 0.7966126 0.2416095 0.7951267 0.2404448 0.7974033 0.239372 0.7966126 0.2416095 0.7960534 0.2439049 0.7940882 0.2426937 0.7938614 0.2017691 0.7965881 0.2016952 0.7945402 0.2047243 0.7938614 0.2017691 0.7935703 0.1992689 0.7965994 0.1993889 0.7991419 0.2016019 0.7965881 0.2016952 0.7998571 0.1995245 0.7968103 0.2040231 0.7965881 0.2016952 0.7985525 0.203696 0.7971054 0.19343 0.7939368 0.1932692 0.7945117 0.1905369 0.7981665 0.1883544 0.7974881 0.1909816 0.7955292 0.1871474 0.8002032 0.1915277 0.7974881 0.1909816 0.8000999 0.189302 0.7971054 0.19343 0.7974881 0.1909816 0.8004894 0.1936582 0.7963473 0.2065239 0.7974053 0.2057704 0.7975038 0.2079917 0.7963473 0.2065239 0.7945402 0.2047243 0.7968103 0.2040231 0.798532 0.2053529 0.7974053 0.2057704 0.7985525 0.203696 0.798532 0.2053529 0.7987961 0.2067912 0.7981867 0.2072274 0.7977911 0.1848456 0.7992289 0.1861655 0.7955292 0.1871474 0.7977911 0.1848456 0.7992603 0.1827449 0.8004835 0.1841956 0.8005896 0.1874355 0.7992289 0.1861655 0.8013758 0.1857484 0.8005896 0.1874355 0.8000999 0.189302 0.7981665 0.1883544 0.744134 0.2977961 0.7426857 0.295487 0.7442286 0.2949025 0.7467919 0.2967708 0.745301 0.2972622 0.7462225 0.2943253 0.7462812 0.2993797 0.745301 0.2972622 0.7472731 0.2988624 0.7462812 0.2993797 0.7454726 0.2998793 0.744134 0.2977961 0.735733 0.3074039 0.7334827 0.3073129 0.7337972 0.3045487 0.7370787 0.3024702 0.736119 0.3048345 0.7340445 0.3012661 0.7370787 0.3024702 0.7391186 0.3032166 0.7382954 0.3050349 0.735733 0.3074039 0.736119 0.3048345 0.7379985 0.3071185 0.7926369 0.2567044 0.791697 0.2576297 0.7904512 0.2558239 0.7910119 0.2529426 0.7915787 0.255003 0.7887292 0.2534326 0.7910119 0.2529426 0.7923337 0.2526431 0.7925071 0.2543551 0.7926369 0.2567044 0.7915787 0.255003 0.7932093 0.2557786 0.7975005 0.2357881 0.7979379 0.2371394 0.7950314 0.236427 0.7975005 0.2357881 0.7992071 0.2352006 0.7994782 0.2365188 0.7994782 0.2365188 0.7996662 0.2375543 0.7984666 0.2381974 0.7984666 0.2381974 0.7974033 0.239372 0.796465 0.238276 0.01199257 0.9512634 0.004830777 0.9545575 0.0129922 0.9459006 0.04611891 0.9279478 0.04022938 0.9284805 0.04561936 0.9257006 0.04611891 0.9279478 0.04663223 0.9303283 0.04066979 0.9307994 0.03493672 0.9288105 0.04022938 0.9284805 0.03537005 0.9310147 0.03493672 0.9288105 0.03445088 0.926854 0.03975796 0.9263456 0.0682193 0.9270786 0.06116223 0.9280011 0.06096339 0.9258103 0.06859183 0.9226624 0.06831818 0.9247828 0.06088387 0.9238097 0.06859183 0.9226624 0.07549053 0.9217104 0.0750516 0.9240081 0.0682193 0.9270786 0.06831818 0.9247828 0.07477968 0.9264568 0.08100271 0.9212673 0.08564627 0.9211102 0.08589833 0.9235258 0.08073711 0.9261196 0.08085393 0.9236155 0.08602184 0.9260447 0.08073711 0.9261196 0.07477968 0.9264568 0.0750516 0.9240081 0.08100271 0.9212673 0.08085393 0.9236155 0.07549053 0.9217104 0.08993917 0.9210164 0.09383881 0.9207037 0.09441363 0.923279 0.09056425 0.9262095 0.09035789 0.9236599 0.09513825 0.9261641 0.09056425 0.9262095 0.08602184 0.9260447 0.08589833 0.9235258 0.08993917 0.9210164 0.09035789 0.9236599 0.08564627 0.9211102 0.01254534 0.9180881 0.02482348 0.9184834 0.02517205 0.9217252 0.01241862 0.9256178 0.01245814 0.9220481 0.02548837 0.9246068 0.007728636 0.9218251 0.01245814 0.9220481 0.007411777 0.9258976 0.01254534 0.9180881 0.01245814 0.9220481 0.008109688 0.9173648 0.04463833 0.9226868 0.02548837 0.9246068 0.02517205 0.9217252 0.04353654 0.9170111 0.04422551 0.9198926 0.02482348 0.9184834 0.06462937 0.9173909 0.04422551 0.9198926 0.06419152 0.9148569 0.04463833 0.9226868 0.04422551 0.9198926 0.06475639 0.9201115 0.06055271 0.8176528 0.06476867 0.8168589 0.06134909 0.816195 0.06483507 0.8186073 0.06476867 0.8168589 0.05927366 0.8196829 0.06483507 0.8186073 0.07018178 0.8182186 0.0703063 0.8160818 0.06456601 0.8151811 0.06476867 0.8168589 0.07021182 0.81413 0.07547676 0.896717 0.07369452 0.8945789 0.08958643 0.892417 0.08958643 0.892417 0.1076088 0.8905352 0.1047923 0.894495 0.04688912 0.8981778 0.06055235 0.8989043 0.05131775 0.9014934 0.04688912 0.8981778 0.04306495 0.8946537 0.05752384 0.8963481 0.07547676 0.896717 0.06055235 0.8989043 0.07369452 0.8945789 0.07547676 0.896717 0.0779969 0.8985683 0.06453156 0.9011465 0.03010171 0.8980485 0.02825248 0.8955711 0.03323858 0.8943641 0.04688912 0.8981778 0.03729581 0.8975399 0.04306495 0.8946537 0.0394001 0.8908432 0.02846878 0.8917053 0.03767627 0.8889136 0.0394001 0.8908432 0.04306495 0.8946537 0.03323858 0.8943641 0.02254623 0.8946545 0.02846878 0.8917053 0.02825248 0.8955711 0.09232115 0.9124782 0.09182798 0.9103201 0.1008328 0.9094535 0.1073237 0.9107331 0.1012486 0.9115505 0.1055445 0.9091473 0.1073237 0.9107331 0.1076553 0.9136708 0.1018537 0.913486 0.09232115 0.9124782 0.1012486 0.9115505 0.09267884 0.9144778 0.09232115 0.9124782 0.09267884 0.9144778 0.08053547 0.9170159 0.06462937 0.9173909 0.08036351 0.9146196 0.06475639 0.9201115 0.06462937 0.9173909 0.06419152 0.9148569 0.07993173 0.9123052 0.09232115 0.9124782 0.08036351 0.9146196 0.09182798 0.9103201 0.06456601 0.8151811 0.06387764 0.8135846 0.06134909 0.816195 0.06456601 0.8151811 0.07021182 0.81413 0.0700125 0.8123146 0.06294637 0.8120288 0.06387764 0.8135846 0.06469261 0.8087683 0.05946254 0.8155735 0.06387764 0.8135846 0.05772614 0.8143592 0.3398791 0.3393876 0.3481974 0.3441725 0.3407327 0.3541102 0.3398791 0.3393876 0.342959 0.3276325 0.3504722 0.3343586 0.3524146 0.319061 0.357207 0.3279082 0.342959 0.3276325 0.3524146 0.319061 0.3658554 0.3167447 0.3668554 0.3263532 0.3808912 0.3237552 0.377871 0.3312253 0.3658554 0.3167447 0.3808912 0.3237552 0.3921071 0.3397304 0.3861754 0.3429576 0.3940883 0.3643082 0.3876903 0.3619834 0.3921071 0.3397304 0.3822684 0.3787097 0.3876903 0.3619834 0.3864506 0.3856233 0.3430777 0.3715841 0.3509338 0.3690503 0.3510562 0.3860654 0.3430777 0.3715841 0.3407327 0.3541102 0.3488591 0.3561398 0.3587899 0.3665165 0.363007 0.3726641 0.3570316 0.3793647 0.3822684 0.3787097 0.3864506 0.3856233 0.3688102 0.3918105 0.3570316 0.3793647 0.3697626 0.3835441 0.3510562 0.3860654 0.3248119 0.8909043 0.3128412 0.888352 0.3208783 0.8667606 0.2773299 0.8610984 0.2705518 0.8567833 0.2870018 0.8265557 0.2635062 0.8538325 0.2696145 0.8218182 0.277503 0.823314 0.1238328 0.8886806 0.1396548 0.8884348 0.1285737 0.8932908 0.1238328 0.8886806 0.1181014 0.8926389 0.1076088 0.8905352 0.1238328 0.8886806 0.1076088 0.8905352 0.1210507 0.8844313 0.1238328 0.8886806 0.1304557 0.8839484 0.1396548 0.8884348 0.3099402 0.7336387 0.2918529 0.7280033 0.315115 0.7173894 0.01936972 0.9325265 0.01978248 0.93523 0.01369029 0.9334184 0.02590906 0.9344773 0.01978248 0.93523 0.0250529 0.9318203 0.02590906 0.9344773 0.02678453 0.9371818 0.02016502 0.9379646 0.01355868 0.9362 0.01978248 0.93523 0.0134083 0.9390886 0.01898509 0.9278331 0.01913332 0.9301085 0.01442211 0.9280244 0.01898509 0.9278331 0.0234189 0.9276494 0.02422803 0.9296205 0.01936972 0.9325265 0.01913332 0.9301085 0.0250529 0.9318203 0.01936972 0.9325265 0.01369029 0.9334184 0.01400935 0.9307045 0.02878934 0.9273058 0.02954941 0.9291892 0.0234189 0.9276494 0.03493672 0.9288105 0.02954941 0.9291892 0.03445088 0.926854 0.03493672 0.9288105 0.03537005 0.9310147 0.0302754 0.9313357 0.02422803 0.9296205 0.02954941 0.9291892 0.0250529 0.9318203 0.01681005 0.9595304 0.02235573 0.9625324 0.01552814 0.9695545 0.3440002 0.6402003 0.3375735 0.633441 0.3474514 0.6293157 0.3702529 0.6345278 0.3557457 0.6371659 0.3601307 0.6251487 0.3020011 0.6704133 0.2932932 0.6668925 0.3036482 0.6565346 0.3212619 0.6515325 0.3111475 0.6605255 0.314631 0.6444196 0.3236469 0.3405171 0.3278001 0.3389456 0.3269927 0.3451871 0.3236469 0.3405171 0.3215156 0.3365719 0.3261212 0.3352628 0.3309742 0.3373987 0.3278001 0.3389456 0.330366 0.3339305 0.3299856 0.342552 0.3278001 0.3389456 0.3318905 0.3407743 0.3241091 0.325217 0.3195275 0.3252654 0.3202846 0.320909 0.3256705 0.3172606 0.3245658 0.3212274 0.3220851 0.3158373 0.3279216 0.321695 0.3245658 0.3212274 0.3280234 0.3180735 0.3241091 0.325217 0.3245658 0.3212274 0.3283604 0.3251983 0.2574343 0.2486817 0.2577901 0.2451591 0.2625909 0.2479221 0.2574343 0.2486817 0.2531448 0.2486072 0.2539398 0.2448051 0.2579957 0.2424412 0.2577901 0.2451591 0.2548114 0.241294 0.2617411 0.2448645 0.2577901 0.2451591 0.2612751 0.2430434 0.245015 0.2420526 0.2432709 0.245693 0.2398619 0.2434403 0.2386878 0.2378911 0.2417204 0.2402369 0.2361633 0.240023 0.2432944 0.2377394 0.2417204 0.2402369 0.2401761 0.2364354 0.245015 0.2420526 0.2417204 0.2402369 0.2466653 0.2386189 0.1384893 0.2710352 0.1344799 0.2686694 0.1403247 0.2654685 0.1384893 0.2710352 0.1363727 0.2753712 0.1323313 0.2724887 0.1311571 0.267066 0.1344799 0.2686694 0.1285594 0.2698512 0.1361676 0.264561 0.1344799 0.2686694 0.1333648 0.2639958 0.1346151 0.278177 0.1305987 0.2749209 0.1363727 0.2753712 0.1346151 0.278177 0.1329849 0.2800804 0.1290661 0.2765901 0.1290661 0.2765901 0.1252517 0.273147 0.1267105 0.2717227 0.1323313 0.2724887 0.1305987 0.2749209 0.1285594 0.2698512 0.1290661 0.2765901 0.1329849 0.2800804 0.1312502 0.2817096 0.125328 0.2799513 0.1275175 0.27812 0.1287358 0.2835504 0.125328 0.2799513 0.1220967 0.2765253 0.1238238 0.2745899 0.1290661 0.2765901 0.1275175 0.27812 0.1252517 0.273147 0.320416 0.3337942 0.3252144 0.3325986 0.3215156 0.3365719 0.3247132 0.330398 0.3252144 0.3325986 0.3198946 0.3314162 0.3247132 0.330398 0.3292806 0.3292402 0.3298009 0.3313042 0.3298009 0.3313042 0.330366 0.3339305 0.3261212 0.3352628 0.3247132 0.330398 0.3198946 0.3314162 0.319498 0.3286705 0.3241091 0.325217 0.3242515 0.3281056 0.3195275 0.3252654 0.328807 0.3274592 0.3242515 0.3281056 0.3283604 0.3251983 0.328807 0.3274592 0.3292806 0.3292402 0.3247132 0.330398 0.2501344 0.2482897 0.2513263 0.2443392 0.2531448 0.2486072 0.2501344 0.2482897 0.2478527 0.2477495 0.2493473 0.2437739 0.2526369 0.2405218 0.2513263 0.2443392 0.250908 0.2399296 0.2526369 0.2405218 0.2548114 0.241294 0.2539398 0.2448051 0.2457497 0.2470067 0.2474004 0.2431217 0.2478527 0.2477495 0.245015 0.2420526 0.2474004 0.2431217 0.2432709 0.245693 0.2490603 0.2393222 0.2474004 0.2431217 0.2466653 0.2386189 0.2490603 0.2393222 0.250908 0.2399296 0.2493473 0.2437739 0.2670548 0.2413122 0.2683797 0.242572 0.2658826 0.2448076 0.2658826 0.2448076 0.2625909 0.2479221 0.2617411 0.2448645 0.2617411 0.2448645 0.2612751 0.2430434 0.2637351 0.2421802 0.2670548 0.2413122 0.2646568 0.2433847 0.2657854 0.2405843 0.2386878 0.2378911 0.2361633 0.240023 0.2352175 0.2358317 0.2362055 0.2324165 0.2370883 0.2352321 0.2343518 0.2328592 0.2362055 0.2324165 0.2376422 0.2321464 0.2385388 0.2344591 0.2386878 0.2378911 0.2370883 0.2352321 0.2401761 0.2364354 0.3099402 0.7336387 0.315115 0.7173894 0.3248087 0.7236657 0.2890655 0.6893795 0.2767192 0.6848693 0.2836867 0.6761491 0.3020011 0.6704133 0.2938078 0.6797568 0.2932932 0.6668925 0.2742815 0.6936187 0.2767192 0.6848693 0.2890655 0.6893795 0.2890655 0.6893795 0.2938078 0.6797568 0.3020262 0.6931431 0.2742815 0.6936187 0.2902722 0.7001048 0.273588 0.7028997 0.3212619 0.6515325 0.314631 0.6444196 0.3271567 0.6381767 0.3440002 0.6402003 0.3323592 0.6448733 0.3375735 0.633441 0.7678667 0.1564311 0.7688919 0.1573762 0.7666001 0.159709 0.7637981 0.1600929 0.7658412 0.1585446 0.7640503 0.1621723 0.7637981 0.1600929 0.7638571 0.1585406 0.7653366 0.1573354 0.7678667 0.1564311 0.7658412 0.1585446 0.7668952 0.1557251 0.7556176 0.1490966 0.7571535 0.1497294 0.7542482 0.1517769 0.7577518 0.1476919 0.7571535 0.1497294 0.7565294 0.1466653 0.7588372 0.1502372 0.7571535 0.1497294 0.7589392 0.1488931 0.7588372 0.1502372 0.7586995 0.151596 0.756718 0.1517015 0.7571361 0.1607049 0.7587892 0.1591769 0.7585325 0.1617067 0.7580018 0.1579524 0.7587892 0.1591769 0.7562732 0.1594157 0.7580018 0.1579524 0.7595793 0.1565862 0.7604044 0.1577442 0.759939 0.1601041 0.7587892 0.1591769 0.7613814 0.1586326 0.7580018 0.1579524 0.7562732 0.1594157 0.7554741 0.1579734 0.7568103 0.1552077 0.7573084 0.1566535 0.7548128 0.1562952 0.7588807 0.1554748 0.7573084 0.1566535 0.7584657 0.154308 0.7588807 0.1554748 0.7595793 0.1565862 0.7580018 0.1579524 0.7568103 0.1552077 0.7548128 0.1562952 0.7543632 0.1542983 0.756718 0.1517015 0.7566086 0.1535422 0.7542482 0.1517769 0.7584904 0.152984 0.7566086 0.1535422 0.7586995 0.151596 0.7584904 0.152984 0.7584657 0.154308 0.7568103 0.1552077 0.6487002 0.1691159 0.650135 0.1707992 0.6457567 0.1732311 0.6404401 0.1730023 0.6446211 0.1713457 0.6412947 0.1751198 0.6404401 0.1730023 0.6394417 0.1709576 0.643423 0.1695501 0.6487002 0.1691159 0.6446211 0.1713457 0.6472737 0.1675371 0.6378417 0.1766049 0.6371225 0.1742251 0.6412947 0.1751198 0.6378417 0.1766049 0.6344979 0.1776477 0.6338318 0.174953 0.6338318 0.174953 0.6330166 0.1723507 0.6362196 0.1719276 0.6404401 0.1730023 0.6371225 0.1742251 0.6394417 0.1709576 0.1256527 0.3792958 0.1232959 0.3772881 0.1278072 0.3740926 0.1336392 0.3751908 0.1295363 0.3764411 0.133424 0.3709402 0.1336392 0.3751908 0.1338817 0.3779622 0.1309122 0.3787971 0.1309122 0.3787971 0.1278969 0.3810142 0.1256527 0.3792958 0.1517811 0.4002255 0.1501196 0.3990522 0.154653 0.3963794 0.1481282 0.4019519 0.1501196 0.3990522 0.149488 0.4032285 0.1481282 0.4019519 0.1469011 0.4007017 0.1482868 0.3981507 0.1482868 0.3981507 0.1487218 0.3955506 0.1511359 0.395857 0.1507276 0.3840164 0.1471809 0.3860933 0.1494766 0.3818759 0.1484917 0.3885356 0.1471809 0.3860933 0.1519802 0.3869133 0.1484917 0.3885356 0.1451194 0.3903666 0.1435439 0.3884055 0.1435439 0.3884055 0.1422403 0.3866934 0.1459565 0.3842359 0.1484917 0.3885356 0.1519802 0.3869133 0.1536865 0.3911325 0.1536865 0.3911325 0.154653 0.3963794 0.1511359 0.395857 0.1472557 0.3928521 0.1502016 0.3920708 0.1487218 0.3955506 0.1484917 0.3885356 0.1502016 0.3920708 0.1451194 0.3903666 0.2338196 0.541278 0.231911 0.5425802 0.2275345 0.5383642 0.227857 0.5340148 0.2300087 0.5378934 0.2250302 0.5336422 0.227857 0.5340148 0.2304559 0.5342839 0.2321759 0.5374563 0.2338196 0.541278 0.2300087 0.5378934 0.2353941 0.5401452 0.2338981 0.520038 0.2311902 0.5178082 0.2350645 0.514843 0.2420251 0.5159172 0.2376919 0.5177258 0.2402077 0.5108264 0.240142 0.5203331 0.2376919 0.5177258 0.2440416 0.5190594 0.2338981 0.520038 0.2376919 0.5177258 0.2364903 0.5221808 0.2277604 0.521185 0.2305034 0.5230028 0.2253012 0.524967 0.2338981 0.520038 0.2305034 0.5230028 0.2311902 0.5178082 0.2338981 0.520038 0.2364903 0.5221808 0.2330716 0.5247489 0.2330716 0.5247489 0.2306119 0.5277774 0.2280818 0.5264354 0.2243384 0.529148 0.2272072 0.5301508 0.2250302 0.5336422 0.2243384 0.529148 0.2253012 0.524967 0.2280818 0.5264354 0.2298373 0.5310067 0.2272072 0.5301508 0.2306119 0.5277774 0.227857 0.5340148 0.2272072 0.5301508 0.2304559 0.5342839 0.1575002 0.5506787 0.1614964 0.5527516 0.1597361 0.5560787 0.1545397 0.5536342 0.1564659 0.5527569 0.1566544 0.5574654 0.1545397 0.5536342 0.1524429 0.5500633 0.1531852 0.5495082 0.1531852 0.5495082 0.1536481 0.5484868 0.1575002 0.5506787 0.1634885 0.5483724 0.158624 0.5478947 0.1633643 0.5436205 0.1575002 0.5506787 0.158624 0.5478947 0.1614964 0.5527516 0.1541892 0.5470455 0.158624 0.5478947 0.1536481 0.5484868 0.1541892 0.5470455 0.154309 0.5453919 0.1584686 0.5447675 0.1587756 0.5391749 0.1556651 0.5416596 0.1510291 0.5358953 0.1587756 0.5391749 0.1633643 0.5436205 0.1584686 0.5447675 0.1535081 0.5437334 0.1556651 0.5416596 0.154309 0.5453919 0.1535081 0.5437334 0.152235 0.5430616 0.152093 0.5402508 0.1474032 0.5509069 0.1433477 0.5521836 0.1434486 0.5478245 0.1434486 0.5478245 0.1450409 0.5440723 0.1479868 0.5456247 0.1479868 0.5456247 0.1499231 0.5464938 0.1494973 0.5482782 0.1494973 0.5482782 0.1498233 0.5495421 0.1474032 0.5509069 0.1471245 0.5398626 0.1496316 0.5422213 0.1450409 0.5440723 0.1471245 0.5398626 0.1510291 0.5358953 0.152093 0.5402508 0.1509378 0.5443684 0.1496316 0.5422213 0.152235 0.5430616 0.1509378 0.5443684 0.1499231 0.5464938 0.1479868 0.5456247 0.959618 0.08903247 0.9709946 0.060795 0.973366 0.06290984 0.973366 0.06290984 0.9743884 0.06550568 0.97135 0.07324951 0.97135 0.07324951 0.9693945 0.08045989 0.9580172 0.1030497 0.9580172 0.1030497 0.9454259 0.1252382 0.959618 0.08903247 0.9687389 0.1090341 0.976053 0.08761745 0.9619789 0.1334062 0.9265008 0.1613112 0.9454259 0.1252382 0.9445508 0.1339303 0.9236494 0.1751694 0.9080443 0.1959756 0.9265008 0.1613112 0.9352667 0.18426 0.9466353 0.1635733 0.9248846 0.2085819 0.9445285 0.1702067 0.9466353 0.1635733 0.9619789 0.1334062 0.9589025 0.1092069 0.9530303 0.1185724 0.9693945 0.08045989 0.9580172 0.1030497 0.9530303 0.1185724 0.9454259 0.1252382 0.9687389 0.1090341 0.9619789 0.1334062 0.957242 0.1416574 0.8889679 0.2267758 0.9080443 0.1959756 0.9069584 0.2035512 0.8871728 0.2377457 0.8715211 0.2559072 0.8889679 0.2267758 0.8991964 0.2467926 0.909662 0.2317766 0.8889266 0.2672798 0.9074326 0.2377035 0.909662 0.2317766 0.9248846 0.2085819 0.9249727 0.1803796 0.9170779 0.1894894 0.9390978 0.1537225 0.9236494 0.1751694 0.9170779 0.1894894 0.9080443 0.1959756 0.9352667 0.18426 0.9248846 0.2085819 0.9200589 0.21451 0.85228 0.2835369 0.8715211 0.2559072 0.8706184 0.2626425 0.85228 0.2835369 0.8594028 0.2790769 0.8344247 0.3111175 0.8609324 0.3041973 0.8723163 0.2891271 0.8506965 0.3238395 0.8701847 0.2945672 0.8723163 0.2891271 0.8889266 0.2672798 0.8839343 0.2573474 0.8810508 0.256009 0.88913 0.2416091 0.8770518 0.2587088 0.881287 0.2494725 0.8810508 0.256009 0.8871728 0.2377457 0.881287 0.2494725 0.8715211 0.2559072 0.8991964 0.2467926 0.8889266 0.2672798 0.8837555 0.2720884 0.8150987 0.3405752 0.8344247 0.3111175 0.833491 0.3177762 0.8150987 0.3405752 0.8228011 0.3349301 0.797294 0.3707634 0.8266483 0.3630424 0.836368 0.3464691 0.8176861 0.3859902 0.8266483 0.3630424 0.8351279 0.3384093 0.8400604 0.3328956 0.8345218 0.3532559 0.836368 0.3464691 0.8506965 0.3238395 0.8513375 0.2986189 0.8436262 0.3055555 0.8644172 0.279509 0.8497142 0.2947299 0.8436262 0.3055555 0.8344247 0.3111175 0.8458978 0.328599 0.8531364 0.313812 0.8506965 0.3238395 0.8010353 0.4130236 0.8024546 0.4065556 0.8176861 0.3859902 0.8158604 0.3560575 0.807635 0.3718009 0.8036952 0.3752527 0.7972426 0.3783698 0.8077645 0.3649017 0.7995803 0.3802676 0.8135583 0.3522333 0.8077645 0.3649017 0.797294 0.3707634 0.8119419 0.3902446 0.8188398 0.3739388 0.8176861 0.3859902 0.2413771 0.933667 0.2304109 0.9408766 0.2387679 0.928964 0.2413771 0.933667 0.2437425 0.9373461 0.2386126 0.9412554 0.2230618 0.9388732 0.2304109 0.9408766 0.207417 0.9484158 0.2588142 0.9186874 0.2508876 0.9256536 0.2624449 0.9089067 0.2588142 0.9186874 0.2526612 0.931015 0.2487946 0.9333454 0.2487946 0.9333454 0.2437425 0.9373461 0.2413771 0.933667 0.2522158 0.9176497 0.2508876 0.9256536 0.2387679 0.928964 0.2644169 0.8995907 0.2684023 0.8849777 0.2736456 0.8933264 0.2684947 0.9067118 0.2624449 0.9089067 0.2644169 0.8995907 0.3053716 0.9084139 0.2936515 0.9274805 0.2892895 0.919479 0.2995806 0.8987986 0.2961013 0.9091941 0.286615 0.9070617 0.3053716 0.9084139 0.2961013 0.9091941 0.3128412 0.888352 0.2704889 0.9283362 0.2795404 0.9256619 0.2594585 0.9384354 0.2892895 0.919479 0.2936515 0.9274805 0.2769017 0.9336904 0.2684947 0.9067118 0.2650289 0.9146186 0.2624449 0.9089067 0.2684947 0.9067118 0.2724549 0.9077911 0.2703876 0.9119986 0.2588142 0.9186874 0.2650289 0.9146186 0.2526612 0.931015 0.2699885 0.9171382 0.2717714 0.9178605 0.2632165 0.9263972 0.2875099 0.8744559 0.2827575 0.8673045 0.2903407 0.8705893 0.2875099 0.8744559 0.2855341 0.8792747 0.2789165 0.8798999 0.2789165 0.8798999 0.2684023 0.8849777 0.2773299 0.8610984 0.3208783 0.8667606 0.3128412 0.888352 0.3067405 0.8834388 0.301695 0.8781436 0.311584 0.8712154 0.3000798 0.8830115 0.3127238 0.8600865 0.311584 0.8712154 0.3019223 0.8734875 0.3026009 0.852577 0.3090208 0.8545257 0.297978 0.8671476 0.2789165 0.8798999 0.2784464 0.8887177 0.2684023 0.8849777 0.2803142 0.8937944 0.2765542 0.9014198 0.2736456 0.8933264 0.279893 0.9008278 0.2765542 0.9014198 0.2803142 0.8937944 0.2870802 0.8895056 0.2908521 0.8881424 0.2873113 0.8946868 0.2873113 0.8946868 0.2908521 0.8881424 0.2922946 0.8902323 0.2922946 0.8902323 0.2942471 0.8906465 0.2923977 0.8970565 0.2995806 0.8987986 0.286615 0.9070617 0.2923977 0.8970565 0.3067405 0.8834388 0.2993321 0.8922838 0.3000798 0.8830115 0.2995806 0.8987986 0.2993321 0.8922838 0.3128412 0.888352 0.2083421 0.9543318 0.2025645 0.9561546 0.207417 0.9484158 0.2083421 0.9543318 0.2105371 0.9585096 0.2072364 0.9598765 0.1989846 0.9590229 0.1911004 0.9555439 0.1971556 0.951899 0.1909523 0.9640181 0.1911004 0.9555439 0.1989846 0.9590229 0.1956695 0.9703962 0.1972945 0.9641966 0.2030374 0.9683995 0.1956695 0.9703962 0.1886628 0.9718779 0.1909523 0.9640181 0.2280721 0.9700747 0.2148506 0.9838107 0.2101547 0.9790403 0.2280721 0.9700747 0.2204589 0.9710317 0.2400918 0.9545336 0.2285373 0.9618207 0.2327743 0.9553639 0.2400918 0.9545336 0.2350906 0.950284 0.2391589 0.947261 0.2387923 0.9520369 0.2350906 0.950284 0.2306259 0.9502171 0.2391589 0.947261 0.2211174 0.9471349 0.2166253 0.9522947 0.207417 0.9484158 0.3411485 0.06829667 0.3346948 0.07256001 0.3470327 0.07124644 0.3301601 0.06675195 0.3346948 0.07256001 0.3368566 0.0659281 0.3264027 0.0763573 0.3346948 0.07256001 0.3172426 0.06490653 0.3264027 0.0763573 0.3377014 0.08635956 0.3428646 0.07890069 0.3391926 0.06270259 0.3316757 0.06199103 0.3368566 0.0659281 0.3391926 0.06270259 0.3397297 0.05936628 0.335686 0.05764955 0.3250439 0.05847841 0.3316757 0.06199103 0.3306733 0.05556017 0.3301601 0.06675195 0.3316757 0.06199103 0.3172426 0.06490653 0.06827878 0.8668996 0.0658124 0.8675704 0.06734168 0.8612888 0.06827878 0.8668996 0.06890219 0.8698506 0.06652593 0.870686 0.06304574 0.8686709 0.0658124 0.8675704 0.06381982 0.8718225 0.06304574 0.8686709 0.06160634 0.8629484 0.06457328 0.8618487 0.008145213 0.7820811 0.008465647 0.7801263 0.01039242 0.7802157 0.01639568 0.7831265 0.01024782 0.7822959 0.01584404 0.780086 0.01871854 0.849016 0.01787412 0.8482379 0.02181434 0.8458989 0.02833425 0.8436229 0.022933 0.8467286 0.02713704 0.8425852 0.01871854 0.849016 0.022933 0.8467286 0.01951098 0.8500492 0.04217481 0.835851 0.04262697 0.8377824 0.03579974 0.8412992 0.02833425 0.8436229 0.02713704 0.8425852 0.03407531 0.838203 0.04217481 0.835851 0.03491413 0.8397201 0.04177129 0.8339378 0.04217481 0.835851 0.04961854 0.8328462 0.04262697 0.8377824 0.04217481 0.835851 0.04177129 0.8339378 0.04936671 0.8309751 0.05610245 0.8307793 0.04961854 0.8328462 0.0558449 0.8290173 0.05610245 0.8307793 0.06048375 0.8297241 0.0563538 0.8325446 0.05610245 0.8307793 0.0558449 0.8290173 0.06018882 0.8277662 0.06387513 0.8288032 0.06048375 0.8297241 0.06345909 0.8265436 0.06777471 0.8294414 0.06738942 0.8271396 0.07210397 0.8270497 0.06777471 0.8294414 0.06413453 0.8309004 0.06387513 0.8288032 0.06671625 0.8246707 0.06738942 0.8271396 0.06345909 0.8265436 0.06671625 0.8246707 0.06803768 0.8229677 0.07089155 0.8247644 0.07831734 0.8108163 0.08187597 0.8089896 0.08353513 0.8120332 0.07831734 0.8108163 0.06469261 0.8087683 0.07168853 0.8055765 0.008737444 0.7863982 0.009437203 0.7855042 0.01633155 0.7886981 0.008737444 0.7863982 0.006216049 0.7856748 0.007025837 0.7849535 0.009989738 0.7842551 0.009437203 0.7855042 0.007710576 0.7838748 0.009989738 0.7842551 0.0169714 0.7856361 0.01683056 0.7873628 0.04426759 0.7952703 0.04360222 0.7919874 0.05950742 0.7966906 0.05687558 0.8036346 0.05876386 0.8006102 0.06469261 0.8087683 0.05687558 0.8036346 0.0436145 0.797867 0.04426759 0.7952703 0.0837776 0.8162608 0.07728743 0.8163538 0.08173507 0.8148713 0.07664763 0.8186717 0.07728743 0.8163538 0.08410573 0.8191711 0.07664763 0.8186717 0.07018178 0.8182186 0.0703063 0.8160818 0.0703063 0.8160818 0.07021182 0.81413 0.07711952 0.8144395 0.07831734 0.8108163 0.08353513 0.8120332 0.08356356 0.8135986 0.07711952 0.8144395 0.07709735 0.8126134 0.08173507 0.8148713 0.0700125 0.8123146 0.07709735 0.8126134 0.07021182 0.81413 0.07831734 0.8108163 0.07709735 0.8126134 0.06469261 0.8087683 0.138845 0.7822455 0.1364653 0.7743165 0.1464349 0.7777532 0.1557824 0.7805159 0.1465321 0.7818757 0.1559949 0.7768062 0.1557824 0.7805159 0.1560176 0.787372 0.1467931 0.7894418 0.138845 0.7822455 0.1465321 0.7818757 0.1390922 0.7907456 0.1709626 0.8243991 0.1690972 0.8190811 0.1850388 0.8121586 0.2039498 0.8108457 0.1865595 0.8174242 0.2030172 0.8054208 0.2039498 0.8108457 0.2044079 0.8135234 0.1873865 0.8200182 0.1709626 0.8243991 0.1865595 0.8174242 0.1719977 0.8269847 0.07664763 0.8186717 0.08410573 0.8191711 0.0775929 0.8235515 0.07089155 0.8247644 0.07424664 0.8217085 0.07210397 0.8270497 0.06972414 0.820589 0.07424664 0.8217085 0.06803768 0.8229677 0.07664763 0.8186717 0.07424664 0.8217085 0.07018178 0.8182186 0.0181663 0.7556186 0.02246922 0.7558953 0.01859056 0.7605924 0.01344668 0.7641691 0.01487243 0.7604125 0.01681411 0.7652527 0.01344668 0.7641691 0.01189428 0.7641015 0.01331043 0.7602593 0.0181663 0.7556186 0.01487243 0.7604125 0.01608151 0.7554711 0.01526433 0.8775675 0.01626986 0.8766449 0.01710629 0.8798484 0.01534682 0.8741148 0.01626986 0.8766449 0.01432579 0.8750859 0.01893973 0.8750243 0.01626986 0.8766449 0.01744323 0.8714504 0.01893973 0.8750243 0.01994967 0.8770185 0.01808375 0.8788865 0.04781031 0.8736647 0.05219024 0.8724437 0.04854351 0.8762809 0.04781031 0.8736647 0.04637688 0.868907 0.05059421 0.8672863 0.05606365 0.8712992 0.05219024 0.8724437 0.05446302 0.8658679 0.05606365 0.8712992 0.05692738 0.8743048 0.05304396 0.8752986 0.05606365 0.8712992 0.05973917 0.8699777 0.05692738 0.8743048 0.05606365 0.8712992 0.05446302 0.8658679 0.05818498 0.864355 0.06304574 0.8686709 0.05973917 0.8699777 0.06160634 0.8629484 0.06304574 0.8686709 0.06381982 0.8718225 0.06056982 0.8730875 0.04781031 0.8736647 0.04261529 0.8752161 0.04637688 0.868907 0.04781031 0.8736647 0.04854351 0.8762809 0.04304987 0.8774641 0.03715461 0.8767991 0.04261529 0.8752161 0.03718167 0.8786903 0.03715461 0.8767991 0.03675532 0.8731471 0.04160958 0.8710268 0.01344668 0.7641691 0.01245576 0.7666329 0.01189428 0.7641015 0.01344668 0.7641691 0.01681411 0.7652527 0.0142939 0.7679973 0.0142939 0.7679973 0.0132361 0.7695342 0.01179563 0.7684246 0.01179563 0.7684246 0.01008176 0.7685564 0.01110637 0.7664892 0.01308715 0.7749871 0.01461857 0.7764055 0.01072669 0.7773166 0.01072669 0.7773166 0.009049355 0.7773062 0.009068906 0.776263 0.009068906 0.776263 0.008567333 0.7748981 0.01051306 0.7751893 0.01308715 0.7749871 0.01060187 0.7762121 0.01253545 0.7743008 0.01026409 0.7704614 0.01008176 0.7685564 0.01179563 0.7684246 0.01230597 0.770864 0.01136243 0.7701649 0.0132361 0.7695342 0.01230597 0.770864 0.01143968 0.7720901 0.01104265 0.7718794 0.01026409 0.7704614 0.01136243 0.7701649 0.01066821 0.7719729 0.009591281 0.7736234 0.008567333 0.7748981 0.009072303 0.7718282 0.009072303 0.7718282 0.01008176 0.7685564 0.01026409 0.7704614 0.01026409 0.7704614 0.01066821 0.7719729 0.01051324 0.772357 0.009591281 0.7736234 0.009552597 0.7720045 0.01064556 0.7728065 0.01051306 0.7751893 0.01074326 0.7741474 0.01253545 0.7743008 0.01051306 0.7751893 0.008567333 0.7748981 0.009591281 0.7736234 0.01113295 0.773096 0.01074326 0.7741474 0.01064556 0.7728065 0.01113295 0.773096 0.01159769 0.7730814 0.01205003 0.7736758 0.02315998 0.87688 0.02785289 0.8759838 0.02696329 0.8790531 0.0210545 0.8807076 0.02199012 0.8794996 0.02618098 0.8805554 0.0210545 0.8807076 0.01710629 0.8798484 0.01808375 0.8788865 0.02315998 0.87688 0.02199012 0.8794996 0.01994967 0.8770185 0.007093369 0.24409 0.008294343 0.2569891 0.01563793 0.2539888 0.02494919 0.2346566 0.01622313 0.2389258 0.02305638 0.2511255 0.08517801 0.2423402 0.07552677 0.2392795 0.07349973 0.2505576 0.07349973 0.2505576 0.07068759 0.2631931 0.07953673 0.2648054 0.09298896 0.2526941 0.08286261 0.2526946 0.08918678 0.2646784 0.06709522 0.2322099 0.06045937 0.2253116 0.05952221 0.2373262 0.06344038 0.2581022 0.06566387 0.2441455 0.05770915 0.252442 0.06344038 0.2581022 0.07068759 0.2631931 0.07349973 0.2505576 0.06709522 0.2322099 0.06566387 0.2441455 0.07552677 0.2392795 0.05619513 0.2227644 0.05256915 0.2220113 0.0512911 0.232528 0.05340808 0.2491215 0.05524194 0.2339675 0.04927432 0.2473977 0.05340808 0.2491215 0.05770915 0.252442 0.05952221 0.2373262 0.05619513 0.2227644 0.05524194 0.2339675 0.06045937 0.2253116 0.02703893 0.7561355 0.03638142 0.7503408 0.03141283 0.7563082 0.03149324 0.7499151 0.03638142 0.7503408 0.02246922 0.7558953 0.04541498 0.7441901 0.03638142 0.7503408 0.04205143 0.74395 0.04541498 0.7441901 0.04903513 0.7452051 0.04023295 0.7508952 0.03149324 0.7499151 0.02246922 0.7558953 0.0181663 0.7556186 0.02093434 0.7502452 0.02476131 0.7500429 0.01608151 0.7554711 0.02093434 0.7502452 0.02711313 0.749521 0.02888411 0.7470596 0.03149324 0.7499151 0.02476131 0.7500429 0.04205143 0.74395 0.04541498 0.7441901 0.04205143 0.74395 0.04620885 0.7380146 0.04620885 0.7380146 0.04414969 0.7325546 0.04599744 0.7330653 0.05192023 0.740298 0.04803049 0.7387382 0.05019921 0.7345596 0.04541498 0.7441901 0.04803049 0.7387382 0.04903513 0.7452051 0.1207473 0.762214 0.1269115 0.7630483 0.1231381 0.7685183 0.1207473 0.762214 0.1186392 0.7569811 0.1244882 0.7564751 0.1298483 0.7634972 0.1269115 0.7630483 0.1269284 0.7556889 0.1298483 0.7634972 0.1364653 0.7743165 0.1300116 0.7709025 0.09234857 0.7240678 0.09356087 0.7204545 0.0964784 0.7258514 0.09234857 0.7240678 0.08846759 0.7227864 0.08960086 0.7189196 0.09414553 0.7187304 0.09356087 0.7204545 0.09015142 0.7169943 0.09414553 0.7187304 0.09836232 0.7208477 0.09774583 0.722428 0.106528 0.7279379 0.1051519 0.7312422 0.1009632 0.728383 0.09774583 0.722428 0.1022445 0.7249833 0.0964784 0.7258514 0.1028905 0.7234117 0.1022445 0.7249833 0.09836232 0.7208477 0.106528 0.7279379 0.1022445 0.7249833 0.1072463 0.7263962 0.07207167 0.7141339 0.07129907 0.718306 0.06313717 0.7165944 0.05393511 0.71135 0.06378144 0.7127941 0.05374264 0.7146936 0.06415331 0.710722 0.06378144 0.7127941 0.05410921 0.7095077 0.07207167 0.7141339 0.06378144 0.7127941 0.07242941 0.711896 0.08188247 0.7165595 0.08092266 0.7207919 0.07683676 0.7196725 0.07207167 0.7141339 0.07770967 0.7153834 0.07129907 0.718306 0.07207167 0.7141339 0.07242941 0.711896 0.07811194 0.713097 0.08188247 0.7165595 0.07770967 0.7153834 0.08234965 0.7143236 0.0089522 0.8524704 0.008827805 0.8517698 0.01082438 0.8512141 0.01332956 0.8513428 0.01106435 0.8519236 0.01291024 0.8505845 0.01332956 0.8513428 0.01291024 0.8505845 0.01508313 0.849696 0.01871854 0.849016 0.0156992 0.8504639 0.01787412 0.8482379 0.06069433 0.03702133 0.0646888 0.04182058 0.06660026 0.03212553 0.06069433 0.03702133 0.05510503 0.04180788 0.05865836 0.04572552 0.05865836 0.04572552 0.0611428 0.05167597 0.06782424 0.04864078 0.06782424 0.04864078 0.0748372 0.04593807 0.07109808 0.03808712 0.3080618 0.9544757 0.308956 0.9620912 0.3152433 0.9612709 0.3152433 0.9612709 0.3216096 0.9610807 0.321362 0.9533877 0.321362 0.9533877 0.320059 0.9439458 0.3149331 0.9465649 0.3080618 0.9544757 0.3147493 0.9534066 0.307447 0.947771 0.3232642 0.9302785 0.3185099 0.9316427 0.3204645 0.9385008 0.3285431 0.9419528 0.3254828 0.9363387 0.320059 0.9439458 0.3285431 0.9419528 0.3351703 0.9391844 0.3321478 0.9337928 0.3232642 0.9302785 0.3254828 0.9363387 0.3296297 0.9281984 0.3530141 0.8811257 0.3573469 0.8868294 0.3622209 0.8830816 0.3622209 0.8830816 0.3674075 0.8797878 0.3632566 0.8735063 0.3632566 0.8735063 0.35735 0.8666974 0.3548766 0.8715083 0.3530141 0.8811257 0.3579013 0.8768823 0.3497368 0.876558 0.3527272 0.8531804 0.3489651 0.8582691 0.3544907 0.8623639 0.3637602 0.8598762 0.3580704 0.8569234 0.35735 0.8666974 0.3637602 0.8598762 0.368337 0.8537127 0.3627963 0.8505626 0.3527272 0.8531804 0.3580704 0.8569234 0.3574368 0.8469529 0.3769432 0.8986932 0.3712846 0.9029242 0.378766 0.9090587 0.3906144 0.9096489 0.3839743 0.9046278 0.3862412 0.9142009 0.3906144 0.9096489 0.3953156 0.9039555 0.3892515 0.8993331 0.3769432 0.8986932 0.3839743 0.9046278 0.382544 0.8939419 0.319599 0.9810776 0.3125053 0.9810122 0.3153315 0.9887681 0.3245086 0.995691 0.3220641 0.9889023 0.3185224 0.9956599 0.3245086 0.995691 0.3315094 0.9945595 0.3294595 0.9881273 0.319599 0.9810776 0.3220641 0.9889023 0.3270645 0.9805955 0.3587835 0.9179732 0.3497086 0.920894 0.352626 0.9270271 0.3631473 0.9311396 0.3609744 0.9240626 0.3553754 0.9337221 0.3682371 0.9213421 0.3609744 0.9240626 0.3696587 0.9286161 0.3682371 0.9213421 0.3671503 0.9154881 0.3587835 0.9179732 0.06782424 0.04864078 0.07020014 0.05898708 0.0748372 0.04593807 0.06233417 0.06108725 0.07020014 0.05898708 0.0611428 0.05167597 0.06233417 0.06108725 0.06294029 0.07116138 0.07180017 0.06990444 0.07180017 0.06990444 0.08042377 0.06873601 0.07818639 0.05713647 0.3640412 0.8384482 0.3574368 0.8469529 0.3627963 0.8505626 0.375557 0.846291 0.369815 0.8423611 0.368337 0.8537127 0.375557 0.846291 0.383161 0.8387814 0.3772451 0.8339821 0.3640412 0.8384482 0.369815 0.8423611 0.3712322 0.8296911 0.3637909 0.894805 0.3691301 0.8909316 0.3573469 0.8868294 0.3769432 0.8986932 0.3691301 0.8909316 0.3712846 0.9029242 0.3769432 0.8986932 0.382544 0.8939419 0.3745496 0.8870132 0.3622209 0.8830816 0.3691301 0.8909316 0.3674075 0.8797878 0.3392176 0.9246863 0.3296297 0.9281984 0.3321478 0.9337928 0.345082 0.9364223 0.3421064 0.9304798 0.3351703 0.9391844 0.345082 0.9364223 0.3553754 0.9337221 0.352626 0.9270271 0.3392176 0.9246863 0.3421064 0.9304798 0.3497086 0.920894 0.3104086 0.9715283 0.3170926 0.9711809 0.308956 0.9620912 0.319599 0.9810776 0.3170926 0.9711809 0.3125053 0.9810122 0.319599 0.9810776 0.3270645 0.9805955 0.3239791 0.970865 0.3152433 0.9612709 0.3170926 0.9711809 0.3216096 0.9610807 0.3620229 0.2697893 0.3546927 0.2624386 0.3505595 0.2697904 0.351774 0.2839583 0.3574472 0.2770829 0.3457703 0.276627 0.351774 0.2839583 0.3575094 0.2905681 0.364046 0.2839238 0.3620229 0.2697893 0.3574472 0.2770829 0.369062 0.2770853 0.2927274 0.2538819 0.2937291 0.2453601 0.2852304 0.2473294 0.2769128 0.2574213 0.284226 0.2558833 0.2777028 0.2492796 0.2769128 0.2574213 0.2778282 0.2663936 0.2847069 0.264804 0.2927274 0.2538819 0.284226 0.2558833 0.2928475 0.2624172 0.321148 0.2423521 0.3141205 0.2420889 0.3138299 0.2485688 0.3138299 0.2485688 0.3134584 0.2549229 0.3194469 0.2539395 0.3251784 0.2491843 0.3203706 0.2481951 0.3235745 0.2546675 0.3251784 0.2491843 0.3268053 0.2436327 0.321148 0.2423521 0.3251784 0.2491843 0.3302042 0.2508873 0.3268053 0.2436327 0.3279388 0.2562887 0.3302042 0.2508873 0.3235745 0.2546675 0.3279388 0.2562887 0.333003 0.2602134 0.335994 0.2545942 0.3326453 0.2454212 0.3302042 0.2508873 0.3391447 0.2488317 0.03994292 0.2312076 0.04203969 0.219255 0.03515106 0.2193317 0.02494919 0.2346566 0.0328679 0.2321774 0.02679401 0.2216299 0.02494919 0.2346566 0.02305638 0.2511255 0.03062474 0.2485363 0.03994292 0.2312076 0.0328679 0.2321774 0.03780144 0.246808 0.138845 0.7822455 0.1390922 0.7907456 0.1321744 0.7911787 0.1250074 0.7786749 0.1323623 0.7808384 0.123927 0.7904492 0.1250074 0.7786749 0.1231381 0.7685183 0.1300116 0.7709025 0.138845 0.7822455 0.1323623 0.7808384 0.1364653 0.7743165 0.5524352 0.1110811 0.5501595 0.1134681 0.5423923 0.142726 0.9874888 0.1917667 0.9716632 0.2133664 0.9926415 0.197247 0.9874888 0.1917667 0.9823361 0.1862865 0.9539508 0.2233614 0.5871736 0.04669946 0.6071377 0.0595833 0.5456266 0.001768946 0.5871736 0.04669946 0.6287206 0.09163004 0.635548 0.09287226 0.6271018 0.07246714 0.6071377 0.0595833 0.6423754 0.09411448 0.6271018 0.07246714 0.6118281 0.05081981 0.5787274 0.02629435 0.5623754 0.03597766 0.5922471 0.0655114 0.5456266 0.001768946 0.6221188 0.09504508 0.5922471 0.0655114 0.6155171 0.09846013 0.6221188 0.09504508 0.6287206 0.09163004 0.5871736 0.04669946 0.5787274 0.02629435 0.6003525 0.02904397 0.5456266 0.001768946 0.6219776 0.03179365 0.6003525 0.02904397 0.6305718 0.04222083 0.6219776 0.03179365 0.6133834 0.02136641 0.579505 0.01156765 0.9255297 0.8984102 0.9362468 0.9180395 0.9242644 0.8648967 0.9255297 0.8984102 0.9267951 0.9319236 0.9331452 0.9357708 0.9331452 0.9357708 0.9394953 0.9396179 0.9469638 0.9376688 0.9588688 0.8849273 0.9759414 0.883908 0.9242644 0.8648967 0.9393483 0.9003081 0.9578381 0.9156873 0.9242644 0.8648967 0.976328 0.9310665 0.9578381 0.9156873 0.9742804 0.9338436 0.8648048 0.179332 0.8657795 0.1470407 0.8433546 0.2118055 0.8667542 0.1147495 0.8657795 0.1470407 0.876459 0.1234873 0.850202 0.1589086 0.8402523 0.1320254 0.8433546 0.2118055 0.8352666 0.161463 0.8237519 0.1375394 0.8433546 0.2118055 0.8607789 0.3786439 0.8668791 0.4138094 0.8667111 0.3150917 0.8607789 0.3786439 0.8548468 0.4421962 0.8616666 0.4492871 0.8729793 0.4489748 0.8668791 0.4138094 0.8684864 0.4563779 0.8507668 0.3743302 0.8491564 0.4079398 0.8667111 0.3150917 0.8475459 0.4415494 0.8491564 0.4079398 0.840245 0.4409027 0.8475459 0.4415494 0.8548468 0.4421962 0.8607789 0.3786439 0.8443232 0.3579161 0.8377383 0.3946158 0.8667111 0.3150917 0.04620885 0.7380146 0.04205143 0.74395 0.04541498 0.7441901 0.05192023 0.740298 0.04803049 0.7387382 0.04903513 0.7452051 0.04599744 0.7330653 0.04803049 0.7387382 0.05019921 0.7345596 0.04599744 0.7330653 0.04414969 0.7325546 0.04620885 0.7380146 0.03593194 0.7099097 0.04362893 0.7097879 0.03477877 0.7088575 0.04450708 0.712759 0.04362893 0.7097879 0.03899484 0.7119445 0.05393511 0.71135 0.04362893 0.7097879 0.05374264 0.7146936 0.05393511 0.71135 0.05410921 0.7095077 0.04312252 0.708186 0.03611654 0.7193762 0.04004651 0.7185408 0.03796386 0.7138491 0.03593194 0.7099097 0.03391331 0.7135173 0.03899484 0.7119445 0.0326634 0.7136226 0.03391331 0.7135173 0.03477877 0.7088575 0.0326634 0.7136226 0.03488266 0.7202765 0.03611654 0.7193762 0.09577816 0.1796829 0.09107232 0.1852352 0.09865033 0.1924434 0.1082085 0.1951997 0.1026211 0.1880407 0.1049821 0.1988067 0.1061093 0.1854661 0.1026211 0.1880407 0.1106542 0.1933706 0.09577816 0.1796829 0.1026211 0.1880407 0.1006869 0.1760421 0.3356745 0.1089873 0.3389011 0.1166211 0.3511371 0.1103882 0.3356745 0.1089873 0.3053915 0.122433 0.3119623 0.1279133 0.3421451 0.1239976 0.3389011 0.1166211 0.3179336 0.1335943 0.3421451 0.1239976 0.3584314 0.1212775 0.3550192 0.1157236 0.3647291 0.1544799 0.3642302 0.147722 0.3507822 0.1526951 0.3507822 0.1526951 0.3297016 0.1607019 0.3322842 0.1672098 0.3322842 0.1672098 0.335004 0.173278 0.3546733 0.1658533 0.3647291 0.1544799 0.3525776 0.1595823 0.3655778 0.160445 0.3672561 0.1651158 0.3655778 0.160445 0.3546733 0.1658533 0.3370615 0.1791574 0.3567579 0.1714742 0.335004 0.173278 0.3370615 0.1791574 0.3382345 0.1856098 0.3597749 0.1772427 0.3672561 0.1651158 0.3567579 0.1714742 0.3705116 0.1695522 0.3421451 0.1239976 0.3454236 0.1308593 0.3584314 0.1212775 0.3421451 0.1239976 0.3179336 0.1335943 0.3227057 0.1396769 0.3481152 0.137753 0.3454236 0.1308593 0.3261294 0.1462753 0.3481152 0.137753 0.3625799 0.1337243 0.3609042 0.1272685 0.3636012 0.1406728 0.3625799 0.1337243 0.3481152 0.137753 0.3280557 0.1535037 0.349598 0.1452251 0.3261294 0.1462753 0.3280557 0.1535037 0.3297016 0.1607019 0.3507822 0.1526951 0.3636012 0.1406728 0.349598 0.1452251 0.3642302 0.147722 0.8964225 0.8881888 0.9032166 0.8835937 0.8959649 0.8766706 0.8836335 0.8772394 0.8897733 0.8819142 0.8888189 0.8717688 0.8836335 0.8772394 0.8781809 0.8837301 0.8835379 0.8879624 0.8964225 0.8881888 0.8897733 0.8819142 0.8897178 0.8933394 0.03256809 0.6289789 0.03360825 0.6209893 0.02444761 0.623455 0.01707768 0.6345121 0.02403873 0.631473 0.01691687 0.626872 0.01707768 0.6345121 0.01833117 0.6431339 0.02453619 0.6403256 0.03256809 0.6289789 0.02403873 0.631473 0.03217822 0.6376032 0.1003429 0.6727526 0.09419 0.6621772 0.08668053 0.6663023 0.08668053 0.6663023 0.07854384 0.6700733 0.08297085 0.6786532 0.09751754 0.6838346 0.09218192 0.6757984 0.08760225 0.6857345 0.09751754 0.6838346 0.1059156 0.6820745 0.1003429 0.6727526 0.08643043 0.193739 0.09358143 0.1999455 0.09107232 0.1852352 0.08643043 0.193739 0.08182859 0.2030501 0.08809715 0.2084507 0.1001887 0.2056174 0.09358143 0.1999455 0.09478312 0.2135817 0.1001887 0.2056174 0.1049821 0.1988067 0.09865033 0.1924434 0.9103953 0.9071314 0.9164873 0.9055391 0.9106798 0.8945593 0.8964225 0.8881888 0.9040904 0.8976628 0.9032166 0.8835937 0.8964225 0.8881888 0.8897178 0.8933394 0.8975433 0.9010059 0.9103953 0.9071314 0.9040904 0.8976628 0.9042358 0.908705 0.05548065 0.6276836 0.05803877 0.6215945 0.04602867 0.6204262 0.03256809 0.6289789 0.04423403 0.6275749 0.03360825 0.6209893 0.03256809 0.6289789 0.03217822 0.6376032 0.04269409 0.6350526 0.05548065 0.6276836 0.04423403 0.6275749 0.05284535 0.633858 0.08082067 0.3165799 0.08970606 0.319795 0.08592802 0.3077164 0.08487075 0.3273659 0.08970606 0.319795 0.07695335 0.3248853 0.09795391 0.3230179 0.08970606 0.319795 0.09219074 0.3295299 0.09795391 0.3230179 0.1048992 0.3159872 0.09575176 0.3116116 0.08239966 0.3444442 0.07324415 0.3443248 0.07503187 0.353686 0.0881772 0.3632066 0.08499288 0.3534411 0.0776323 0.3636476 0.0881772 0.3632066 0.09825176 0.3620082 0.09422415 0.3530198 0.08239966 0.3444442 0.08499288 0.3534411 0.09066802 0.3447998 0.09204572 0.3003185 0.08592802 0.3077164 0.09575176 0.3116116 0.1106773 0.3097574 0.1016302 0.3045594 0.1048992 0.3159872 0.1106773 0.3097574 0.1158719 0.3039279 0.1074249 0.2980726 0.09204572 0.3003185 0.1016302 0.3045594 0.09866863 0.2936532 0.0881772 0.3632066 0.0776323 0.3636476 0.08056807 0.3710338 0.09304434 0.3764128 0.09076094 0.3704422 0.08367162 0.3771322 0.09304434 0.3764128 0.1027269 0.3742275 0.1008473 0.3686935 0.0881772 0.3632066 0.09076094 0.3704422 0.09825176 0.3620082 0.07274621 0.3387396 0.07324415 0.3443248 0.08239966 0.3444442 0.08239966 0.3444442 0.09066802 0.3447998 0.08948671 0.3404192 0.08188873 0.336333 0.08158951 0.3395145 0.08960783 0.3376349 0.08188873 0.336333 0.0732721 0.3348584 0.07274621 0.3387396 0.9524227 0.06353902 0.9610713 0.03567236 0.9457604 0.06837224 0.9524227 0.06353902 0.959341 0.06028068 0.9687731 0.03132545 0.7370417 0.2986658 0.7340445 0.3012661 0.7370787 0.3024702 0.7409943 0.3019293 0.7391859 0.300516 0.7391186 0.3032166 0.7409943 0.3019293 0.7430668 0.3010336 0.7414785 0.2990853 0.7414785 0.2990853 0.7396947 0.2969042 0.7370417 0.2986658 0.7488858 0.2938348 0.7462225 0.2943253 0.7467918 0.2967708 0.7467918 0.2967708 0.7472731 0.2988624 0.7488151 0.2982985 0.7511762 0.2965244 0.7489036 0.2964029 0.7506079 0.2981505 0.7511762 0.2965244 0.7521686 0.2938792 0.7488858 0.2938348 0.7891023 0.2498002 0.7887292 0.2534326 0.7910119 0.2529426 0.7932183 0.2503541 0.7914283 0.250164 0.7923337 0.2526431 0.7932183 0.2503541 0.7943757 0.2482149 0.7922139 0.247559 0.7922139 0.247559 0.7898688 0.2468878 0.7891023 0.2498002 0.7931501 0.2390959 0.7919408 0.2414696 0.7940883 0.2426937 0.7940883 0.2426937 0.7960534 0.2439049 0.7966126 0.2416095 0.796465 0.238276 0.7951267 0.2404448 0.7974033 0.239372 0.796465 0.238276 0.7950314 0.236427 0.7931501 0.2390959 0.7968103 0.2040231 0.7965881 0.2016952 0.7945402 0.2047243 0.7991419 0.2016019 0.7965881 0.2016952 0.7985525 0.203696 0.7965994 0.1993889 0.7965881 0.2016952 0.7998571 0.1995245 0.7965994 0.1993889 0.7935703 0.1992689 0.7938614 0.2017691 0.7945117 0.1905369 0.7939368 0.1932692 0.7971054 0.19343 0.8002032 0.1915277 0.7974882 0.1909816 0.8004894 0.1936582 0.7981665 0.1883544 0.7974882 0.1909816 0.8000999 0.189302 0.7945117 0.1905369 0.7974882 0.1909816 0.7955293 0.1871474 0.7965994 0.1993889 0.7967048 0.1977066 0.7935703 0.1992689 0.8002552 0.1979176 0.7967048 0.1977066 0.7998571 0.1995245 0.8002552 0.1979176 0.8004482 0.1965623 0.7968372 0.1963654 0.7968372 0.1963654 0.7936133 0.1962304 0.7935299 0.1975402 0.7936931 0.1949869 0.7936133 0.1962304 0.7968372 0.1963654 0.8005487 0.1952395 0.7969296 0.1950821 0.8004482 0.1965623 0.8005487 0.1952395 0.8004894 0.1936582 0.7971054 0.19343 0.7936931 0.1949869 0.7969296 0.1950821 0.7939368 0.1932692 0.7981867 0.2072274 0.7974053 0.2057704 0.7975038 0.2079917 0.7981867 0.2072274 0.7987961 0.2067912 0.798532 0.2053529 0.7968103 0.2040231 0.7974053 0.2057704 0.7985525 0.203696 0.7968103 0.2040231 0.7945402 0.2047243 0.7963473 0.2065239 0.7981665 0.1883544 0.7992289 0.1861655 0.7955293 0.1871474 0.7981665 0.1883544 0.8000999 0.189302 0.8005896 0.1874355 0.8004835 0.1841956 0.7992289 0.1861655 0.8013758 0.1857484 0.8004835 0.1841956 0.7992603 0.1827449 0.7977911 0.1848456 0.7414785 0.2990853 0.7429938 0.2982912 0.7396947 0.2969042 0.7444804 0.3003904 0.7429938 0.2982912 0.7430668 0.3010336 0.7444804 0.3003904 0.7454726 0.2998793 0.744134 0.2977961 0.7413752 0.2959994 0.7429938 0.2982912 0.7426857 0.295487 0.7442286 0.2949025 0.7426857 0.295487 0.744134 0.2977961 0.744134 0.2977961 0.7454726 0.2998793 0.7462812 0.2993797 0.7467918 0.2967708 0.745301 0.2972622 0.7472731 0.2988624 0.7442286 0.2949025 0.745301 0.2972622 0.7462225 0.2943253 0.7542743 0.2959908 0.7521686 0.2938792 0.7511762 0.2965244 0.7523521 0.2988813 0.7531501 0.2975009 0.7506079 0.2981505 0.7523521 0.2988813 0.754072 0.3000513 0.7549745 0.2989048 0.7542743 0.2959908 0.7531501 0.2975009 0.7560435 0.2974416 0.7922139 0.247559 0.7927547 0.2460192 0.7898688 0.2468878 0.7922139 0.247559 0.7943757 0.2482149 0.7950211 0.2469524 0.7931539 0.2450285 0.7927547 0.2460192 0.7953815 0.2461155 0.7931539 0.2450285 0.7908569 0.243989 0.7904218 0.2451287 0.7931539 0.2450285 0.7935145 0.2440708 0.7908569 0.243989 0.7931539 0.2450285 0.7953815 0.2461155 0.7956843 0.2452533 0.7940883 0.2426937 0.7935145 0.2440708 0.7960534 0.2439049 0.7912698 0.242935 0.7935145 0.2440708 0.7919408 0.2414696 0.7904512 0.2558239 0.791697 0.2576297 0.7926369 0.2567044 0.7925071 0.2543551 0.7915787 0.255003 0.7932093 0.2557786 0.7925071 0.2543551 0.7923337 0.2526431 0.7910119 0.2529426 0.7904512 0.2558239 0.7915787 0.255003 0.7887292 0.2534326 0.796465 0.238276 0.7979379 0.2371394 0.7950314 0.236427 0.796465 0.238276 0.7974033 0.239372 0.7984666 0.2381974 0.7984666 0.2381974 0.7996662 0.2375543 0.7994782 0.2365188 0.7994782 0.2365188 0.7992071 0.2352006 0.7975005 0.2357881 0.06096339 0.9258103 0.06116223 0.9280011 0.0682193 0.9270786 0.0750516 0.9240081 0.06831818 0.9247828 0.07477968 0.9264568 0.0750516 0.9240081 0.07549053 0.9217104 0.06859183 0.9226624 0.06096339 0.9258103 0.06831818 0.9247828 0.06088387 0.9238097 0.08589833 0.9235258 0.08564627 0.9211102 0.08100271 0.9212673 0.0750516 0.9240081 0.08085393 0.9236155 0.07549053 0.9217104 0.0750516 0.9240081 0.07477968 0.9264568 0.08073711 0.9261196 0.08589833 0.9235258 0.08085393 0.9236155 0.08602184 0.9260447 0.02431827 0.9145349 0.02376383 0.9102249 0.01334035 0.908277 0.00861907 0.9121291 0.01272881 0.9133445 0.009654939 0.9066549 0.00861907 0.9121291 0.008109688 0.9173648 0.01254534 0.9180881 0.02431827 0.9145349 0.01272881 0.9133445 0.02482348 0.9184834 0.02517205 0.9217252 0.02482348 0.9184834 0.01254534 0.9180881 0.007728636 0.9218251 0.01245814 0.9220481 0.008109688 0.9173648 0.01241862 0.9256178 0.01245814 0.9220481 0.007411777 0.9258976 0.02517205 0.9217252 0.01245814 0.9220481 0.02548837 0.9246068 0.02517205 0.9217252 0.02548837 0.9246068 0.04463833 0.9226868 0.06462931 0.9173909 0.04422551 0.9198926 0.06475639 0.9201115 0.04353654 0.9170111 0.04422551 0.9198926 0.06419152 0.9148569 0.02517205 0.9217252 0.04422551 0.9198926 0.02482348 0.9184834 0.06456601 0.815181 0.06476867 0.8168588 0.06134909 0.816195 0.0703063 0.8160818 0.06476867 0.8168588 0.07021182 0.81413 0.0703063 0.8160818 0.07018178 0.8182186 0.06483501 0.8186073 0.06055271 0.8176528 0.06476867 0.8168588 0.05927366 0.8196829 0.06046175 0.8207162 0.06511467 0.820416 0.06103521 0.8220366 0.06046175 0.8207162 0.05927366 0.8196829 0.06483501 0.8186073 0.06483501 0.8186073 0.07018178 0.8182186 0.06972414 0.820589 0.06550103 0.8222547 0.06511467 0.820416 0.06803768 0.8229677 0.05752384 0.8963481 0.05482989 0.8931556 0.04306495 0.8946537 0.05752384 0.8963481 0.07369452 0.8945789 0.07199883 0.8917636 0.07199883 0.8917636 0.07115656 0.8900671 0.0535897 0.8913239 0.0394001 0.8908431 0.05482989 0.8931556 0.03767627 0.8889136 0.0259279 0.8905473 0.02846878 0.8917053 0.03767627 0.8889136 0.03323858 0.8943641 0.02846878 0.8917053 0.02825248 0.8955711 0.03323858 0.8943641 0.04306495 0.8946537 0.0394001 0.8908431 0.02623951 0.9018828 0.02312988 0.8982397 0.02143639 0.902406 0.02254623 0.8946545 0.02312988 0.8982397 0.02825248 0.8955711 0.08053547 0.9170159 0.09267884 0.9144778 0.09232115 0.9124782 0.07993173 0.9123052 0.08036351 0.9146196 0.09182798 0.9103201 0.07993173 0.9123052 0.06419152 0.9148569 0.06462931 0.9173909 0.08053547 0.9170159 0.08036351 0.9146196 0.06475639 0.9201115 0.06112074 0.9800084 0.05350214 0.9885172 0.07033824 0.9820719 0.3488591 0.3561398 0.3481974 0.3441725 0.3407327 0.3541102 0.3504722 0.3343586 0.342959 0.3276325 0.3398791 0.3393876 0.3504722 0.3343586 0.357207 0.3279082 0.342959 0.3276325 0.3668554 0.3263532 0.3658554 0.3167447 0.3524146 0.319061 0.3861754 0.3429576 0.3876903 0.3619834 0.3921071 0.3397304 0.3822684 0.3787097 0.3876903 0.3619834 0.378086 0.3717961 0.3940883 0.3643082 0.3876903 0.3619834 0.3864506 0.3856233 0.3570316 0.3793647 0.3509338 0.3690503 0.3510562 0.3860654 0.3488591 0.3561398 0.3407327 0.3541102 0.3430777 0.3715841 0.3688102 0.3918105 0.3864506 0.3856233 0.3822684 0.3787097 0.370715 0.3752776 0.3697627 0.383544 0.378086 0.3717961 0.3688102 0.3918105 0.3697627 0.383544 0.3510562 0.3860654 0.2630023 0.8207504 0.2696145 0.8218182 0.2635062 0.8538325 0.2630023 0.8207504 0.257276 0.8517194 0.2578859 0.8198769 0.01400935 0.9307045 0.01913332 0.9301084 0.01442211 0.9280244 0.01400935 0.9307045 0.01369029 0.9334184 0.01936972 0.9325265 0.02422803 0.9296205 0.01913332 0.9301084 0.0250529 0.9318203 0.02422803 0.9296205 0.0234189 0.9276494 0.01898509 0.9278331 0.3474514 0.6293157 0.3557457 0.6371659 0.3601307 0.6251487 0.3474514 0.6293157 0.3375735 0.633441 0.3440002 0.6402004 0.3299856 0.342552 0.3278001 0.3389456 0.3269927 0.3451871 0.3309742 0.3373987 0.3278001 0.3389456 0.3318905 0.3407743 0.3261212 0.3352628 0.3278001 0.3389456 0.330366 0.3339305 0.3261212 0.3352628 0.3215156 0.3365719 0.3236469 0.3405171 0.3202846 0.320909 0.3195275 0.3252654 0.3241091 0.325217 0.3279216 0.321695 0.3245658 0.3212274 0.3283604 0.3251983 0.3256706 0.3172606 0.3245658 0.3212274 0.3280234 0.3180735 0.3202846 0.320909 0.3245658 0.3212274 0.3220851 0.3158373 0.2398619 0.2434403 0.2432709 0.245693 0.245015 0.2420526 0.2432944 0.2377394 0.2417204 0.2402369 0.2466653 0.2386189 0.2386878 0.2378911 0.2417204 0.2402369 0.2401761 0.2364354 0.2398619 0.2434403 0.2417204 0.2402369 0.2361633 0.240023 0.1361676 0.264561 0.1344799 0.2686694 0.1403247 0.2654685 0.1311571 0.267066 0.1344799 0.2686694 0.1333648 0.2639958 0.1323313 0.2724887 0.1344799 0.2686694 0.1285594 0.2698512 0.1323313 0.2724887 0.1363727 0.2753712 0.1384893 0.2710352 0.1247669 0.2860889 0.1287358 0.2835504 0.125328 0.2799513 0.1197405 0.2794266 0.1218724 0.2825247 0.1220967 0.2765253 0.1180958 0.2848812 0.1218724 0.2825247 0.1171593 0.2821659 0.1247669 0.2860889 0.1218724 0.2825247 0.1196094 0.2887267 0.1323313 0.2724887 0.1305987 0.2749209 0.1363727 0.2753712 0.1267105 0.2717227 0.1305987 0.2749209 0.1285594 0.2698512 0.1267105 0.2717227 0.1252517 0.273147 0.1290661 0.2765901 0.1290661 0.2765901 0.1329849 0.2800804 0.1346151 0.278177 0.1312502 0.2817096 0.1329849 0.2800804 0.1290661 0.2765901 0.1238238 0.2745899 0.1275175 0.27812 0.1252517 0.273147 0.1238238 0.2745899 0.1220967 0.2765253 0.125328 0.2799513 0.1312502 0.2817096 0.1275175 0.27812 0.1287358 0.2835504 0.1361981 0.2583663 0.1365173 0.2612615 0.1386623 0.258019 0.1361981 0.2583663 0.1339582 0.2587141 0.1340437 0.2612692 0.1340437 0.2612692 0.1333648 0.2639958 0.1361676 0.264561 0.1361676 0.264561 0.1403247 0.2654685 0.1391204 0.2610194 0.1180958 0.2848812 0.1149429 0.286062 0.1196094 0.2887267 0.1180958 0.2848812 0.1171593 0.2821659 0.1147572 0.2836149 0.112102 0.2866549 0.1149429 0.286062 0.1124448 0.2844188 0.112102 0.2866549 0.1120079 0.2891107 0.1150612 0.2886509 0.3261212 0.3352628 0.3252144 0.3325986 0.3215156 0.3365719 0.3261212 0.3352628 0.330366 0.3339305 0.3298009 0.3313042 0.3298009 0.3313042 0.3292806 0.3292402 0.3247132 0.330398 0.320416 0.3337942 0.3252144 0.3325986 0.3198946 0.3314162 0.319498 0.3286705 0.3198946 0.3314162 0.3247132 0.330398 0.3247132 0.330398 0.3292806 0.3292402 0.328807 0.3274592 0.3241091 0.325217 0.3242515 0.3281056 0.3283604 0.3251983 0.319498 0.3286705 0.3242515 0.3281056 0.3195275 0.3252654 0.2658826 0.2448076 0.2683797 0.242572 0.2670548 0.2413122 0.2637351 0.2421802 0.2646568 0.2433847 0.2657854 0.2405843 0.2637351 0.2421802 0.2612751 0.2430434 0.2617411 0.2448645 0.2617411 0.2448645 0.2625909 0.2479221 0.2658826 0.2448076 0.2352175 0.2358317 0.2361633 0.240023 0.2386878 0.2378911 0.2385388 0.2344591 0.2370883 0.2352321 0.2401761 0.2364354 0.2385388 0.2344591 0.2376422 0.2321464 0.2362055 0.2324165 0.2352175 0.2358317 0.2370883 0.2352321 0.2343518 0.2328592 0.2836867 0.6761491 0.2767192 0.6848693 0.2890655 0.6893795 0.2836867 0.6761491 0.2938078 0.6797568 0.2932932 0.6668925 0.2890655 0.6893795 0.2767192 0.6848693 0.2742815 0.6936187 0.2927544 0.7107343 0.2902722 0.7001048 0.273588 0.7028997 0.7666 0.159709 0.7688919 0.1573762 0.7678667 0.1564311 0.7653366 0.1573354 0.7658411 0.1585446 0.7668952 0.1557251 0.7653366 0.1573354 0.7638571 0.1585406 0.763798 0.1600929 0.7666 0.159709 0.7658411 0.1585446 0.7640503 0.1621723 0.759939 0.1601041 0.7587892 0.1591769 0.7585327 0.1617067 0.7604044 0.1577442 0.7587892 0.1591769 0.7613814 0.1586326 0.7604044 0.1577442 0.7595793 0.1565862 0.7580018 0.1579524 0.7571361 0.1607049 0.7587892 0.1591769 0.7562732 0.1594157 0.7554741 0.1579734 0.7562732 0.1594157 0.7580018 0.1579524 0.7580018 0.1579524 0.7595793 0.1565862 0.7588807 0.1554748 0.7568102 0.1552077 0.7573084 0.1566535 0.7584657 0.154308 0.7554741 0.1579734 0.7573084 0.1566535 0.7548128 0.1562952 0.7609323 0.1622869 0.7640503 0.1621723 0.763798 0.1600929 0.7625355 0.1589356 0.7617196 0.1605111 0.7638571 0.1585406 0.7625355 0.1589356 0.7613814 0.1586326 0.759939 0.1601041 0.759939 0.1601041 0.7585327 0.1617067 0.7609323 0.1622869 0.7543632 0.1542983 0.7548128 0.1562952 0.7568102 0.1552077 0.7568102 0.1552077 0.7584657 0.154308 0.7584904 0.152984 0.756718 0.1517015 0.7566086 0.1535422 0.7586995 0.151596 0.7543632 0.1542983 0.7566086 0.1535422 0.7542482 0.1517769 0.6639893 0.1276995 0.6583284 0.1341196 0.6669777 0.1308804 0.6639893 0.1276995 0.6608792 0.1241167 0.6548947 0.1310589 0.6526675 0.1410137 0.6583284 0.1341196 0.6488934 0.1385077 0.6526675 0.1410137 0.6563338 0.1432824 0.661675 0.136865 0.6457567 0.1732311 0.650135 0.1707992 0.6487002 0.1691159 0.643423 0.1695501 0.6446212 0.1713457 0.6472737 0.1675371 0.643423 0.1695501 0.6394417 0.1709576 0.6404401 0.1730023 0.6457567 0.1732311 0.6446212 0.1713457 0.6412947 0.1751198 0.6518425 0.1487196 0.6563338 0.1432824 0.6526675 0.1410137 0.6438016 0.1446799 0.6479548 0.1467997 0.6488934 0.1385077 0.6438016 0.1446799 0.6391648 0.1502138 0.6437163 0.1520317 0.6518425 0.1487196 0.6479548 0.1467997 0.647776 0.1536669 0.653337 0.1676845 0.6559508 0.1642285 0.6541897 0.1628733 0.6501038 0.1647502 0.6517118 0.1661729 0.6524236 0.1615765 0.6501038 0.1647502 0.6472737 0.1675371 0.6487002 0.1691159 0.653337 0.1676845 0.6517118 0.1661729 0.650135 0.1707992 0.6713533 0.1267412 0.6752653 0.1235248 0.6729415 0.1199985 0.6729415 0.1199985 0.6704889 0.1159564 0.66592 0.1194641 0.6639893 0.1276995 0.6687024 0.1233351 0.6608792 0.1241167 0.6713533 0.1267412 0.6687024 0.1233351 0.6669777 0.1308804 0.6404401 0.1730023 0.6371225 0.1742251 0.6412947 0.1751198 0.6362196 0.1719276 0.6371225 0.1742251 0.6394417 0.1709576 0.6362196 0.1719276 0.6330166 0.1723507 0.6338318 0.174953 0.6338318 0.174953 0.634498 0.1776477 0.6378417 0.1766049 0.6303635 0.1782092 0.634498 0.1776477 0.6338318 0.174953 0.6290925 0.1721175 0.6297313 0.1751246 0.6330166 0.1723507 0.6290925 0.1721175 0.6250292 0.1720509 0.625481 0.1753835 0.6303635 0.1782092 0.6297313 0.1751246 0.6260814 0.1787753 0.1278072 0.3740926 0.1232959 0.3772881 0.1256527 0.3792958 0.1256527 0.3792958 0.1278969 0.3810142 0.1309122 0.3787971 0.1309122 0.3787971 0.1338817 0.3779622 0.1336392 0.3751908 0.1278072 0.3740926 0.1295363 0.3764411 0.133424 0.3709402 0.1511359 0.395857 0.1501196 0.3990522 0.154653 0.3963794 0.1511359 0.395857 0.1487218 0.3955506 0.1482868 0.3981507 0.1482868 0.3981507 0.1469011 0.4007017 0.1481282 0.4019519 0.1517811 0.4002255 0.1501196 0.3990522 0.149488 0.4032285 0.1421424 0.3802574 0.1445056 0.3824551 0.1448636 0.3774942 0.1421424 0.3802574 0.1392155 0.3828131 0.14092 0.3849548 0.1459565 0.3842359 0.1445056 0.3824551 0.1422403 0.3866934 0.1459565 0.3842359 0.1494766 0.3818759 0.1477752 0.379926 0.1459565 0.3842359 0.1471809 0.3860933 0.1494766 0.3818759 0.1459565 0.3842359 0.1422403 0.3866934 0.1435439 0.3884055 0.1435439 0.3884055 0.1451194 0.3903666 0.1484917 0.3885356 0.1507276 0.3840164 0.1471809 0.3860933 0.1519802 0.3869133 0.1399821 0.3739077 0.133424 0.3709402 0.1336392 0.3751908 0.1367595 0.3798915 0.1381807 0.3771495 0.1338817 0.3779622 0.1421424 0.3802574 0.1381807 0.3771495 0.1392155 0.3828131 0.1421424 0.3802574 0.1448636 0.3774942 0.1399821 0.3739077 0.1536865 0.3911326 0.1519802 0.3869133 0.1484917 0.3885356 0.1472557 0.3928521 0.1502016 0.3920708 0.1451194 0.3903666 0.1511359 0.395857 0.1502016 0.3920708 0.1487218 0.3955506 0.1511359 0.395857 0.154653 0.3963794 0.1536865 0.3911326 0.2382194 0.545557 0.2454937 0.5479143 0.2459833 0.5455409 0.2405076 0.5419716 0.2394473 0.5436601 0.2465687 0.5433669 0.2405076 0.5419716 0.2353941 0.5401452 0.2338196 0.541278 0.2382194 0.545557 0.2394473 0.5436601 0.231911 0.5425802 0.2275345 0.5383642 0.231911 0.5425802 0.2338196 0.541278 0.2321759 0.5374563 0.2300087 0.5378934 0.2353941 0.5401452 0.2321759 0.5374563 0.2304559 0.5342839 0.227857 0.5340148 0.2275345 0.5383642 0.2300087 0.5378934 0.2250302 0.5336422 0.2420251 0.5159172 0.2470381 0.514463 0.2402077 0.5108264 0.2420251 0.5159172 0.2440416 0.5190594 0.2482039 0.5182136 0.2523909 0.5131859 0.2470381 0.514463 0.2524978 0.5175817 0.2523909 0.5131859 0.252284 0.5087901 0.2458721 0.5107124 0.2350645 0.5148429 0.2311902 0.5178082 0.2338981 0.520038 0.240142 0.5203331 0.2376919 0.5177258 0.2364903 0.5221808 0.2420251 0.5159172 0.2376919 0.5177258 0.2440416 0.5190594 0.2350645 0.5148429 0.2376919 0.5177258 0.2402077 0.5108264 0.2280818 0.5264354 0.2305034 0.5230028 0.2253012 0.524967 0.2280818 0.5264354 0.2306119 0.5277774 0.2330716 0.5247489 0.2330716 0.5247489 0.2364903 0.5221808 0.2338981 0.520038 0.2277604 0.5211849 0.2305034 0.5230028 0.2311902 0.5178082 0.227857 0.5340148 0.2272072 0.5301508 0.2250302 0.5336422 0.2298373 0.5310067 0.2272072 0.5301508 0.2304559 0.5342839 0.2280818 0.5264354 0.2272072 0.5301508 0.2306119 0.5277774 0.2280818 0.5264354 0.2253012 0.524967 0.2243384 0.529148 0.1597361 0.5560787 0.1614964 0.5527516 0.1575002 0.5506787 0.1575002 0.5506787 0.1536481 0.5484868 0.1531852 0.5495082 0.1531852 0.5495082 0.1524429 0.5500633 0.1545397 0.5536342 0.1597361 0.5560787 0.1564659 0.5527569 0.1566544 0.5574654 0.1584686 0.5447675 0.158624 0.5478947 0.1633643 0.5436205 0.1584686 0.5447675 0.154309 0.5453919 0.1541892 0.5470455 0.1575002 0.5506787 0.158624 0.5478947 0.1536481 0.5484868 0.1634885 0.5483724 0.158624 0.5478947 0.1614964 0.5527516 0.152093 0.5402508 0.1556651 0.5416595 0.1510291 0.5358954 0.152093 0.5402508 0.152235 0.5430616 0.1535081 0.5437334 0.1584686 0.5447675 0.1556651 0.5416595 0.154309 0.5453919 0.1584686 0.5447675 0.1633643 0.5436205 0.1587756 0.5391749 0.1434486 0.5478245 0.1433477 0.5521836 0.1474032 0.5509069 0.1474032 0.5509069 0.1498233 0.5495421 0.1494973 0.5482782 0.1494973 0.5482782 0.1499231 0.5464938 0.1479868 0.5456247 0.1479868 0.5456247 0.1450409 0.5440723 0.1434486 0.5478245 0.1479868 0.5456247 0.1496316 0.5422213 0.1450409 0.5440723 0.1479868 0.5456247 0.1499231 0.5464938 0.1509378 0.5443684 0.152093 0.5402508 0.1496316 0.5422213 0.152235 0.5430616 0.152093 0.5402508 0.1510291 0.5358954 0.1471245 0.5398626 0.973366 0.06290984 0.9709946 0.060795 0.959618 0.08903247 0.959618 0.08903247 0.9454259 0.1252382 0.9580172 0.1030497 0.9754776 0.09367793 0.9760529 0.08761745 0.9619789 0.1334062 0.9445508 0.1339303 0.9454259 0.1252382 0.9265008 0.1613112 0.9265008 0.1613112 0.9080443 0.1959756 0.9236494 0.1751694 0.9445508 0.1339303 0.9337822 0.1547228 0.9458199 0.1361393 0.9445285 0.1702067 0.9466353 0.1635733 0.9248846 0.2085819 0.957242 0.1416574 0.9466353 0.1635733 0.9619789 0.1334062 0.957242 0.1416574 0.9619789 0.1334062 0.9687388 0.1090341 0.9576516 0.1331109 0.9649277 0.1125983 0.9555168 0.1303126 0.9069583 0.2035512 0.9080443 0.1959756 0.8889678 0.2267758 0.8889678 0.2267758 0.8715211 0.2559072 0.8871728 0.2377457 0.8871728 0.2377457 0.9020317 0.2202189 0.9048119 0.2122745 0.9074326 0.2377035 0.909662 0.2317767 0.8889266 0.2672798 0.9200589 0.21451 0.909662 0.2317767 0.9248846 0.2085819 0.9141207 0.2199229 0.909662 0.2317767 0.918967 0.2135711 0.9236494 0.1751694 0.9170778 0.1894894 0.9390978 0.1537225 0.9069583 0.2035512 0.9170778 0.1894894 0.9080443 0.1959756 0.8706183 0.2626425 0.8715211 0.2559072 0.85228 0.2835369 0.8497142 0.2947299 0.8594028 0.2790769 0.8344247 0.3111175 0.8701847 0.2945672 0.8723163 0.2891271 0.8506965 0.3238395 0.8837555 0.2720884 0.8723163 0.2891271 0.8889266 0.2672798 0.8871728 0.2377457 0.8812869 0.2494725 0.9020317 0.2202189 0.8706183 0.2626425 0.8812869 0.2494725 0.8715211 0.2559072 0.8837555 0.2720884 0.8889266 0.2672798 0.8991964 0.2467926 0.833491 0.3177762 0.8344247 0.3111175 0.8150987 0.3405752 0.8135583 0.3522333 0.8228011 0.3349301 0.797294 0.3707634 0.833491 0.3177762 0.8228011 0.3349301 0.8352013 0.3185881 0.8345218 0.3532559 0.836368 0.3464691 0.8176861 0.3859902 0.8458977 0.328599 0.836368 0.3464691 0.8506965 0.3238395 0.8400604 0.3328956 0.836368 0.3464691 0.8445296 0.3264734 0.8513375 0.2986189 0.8560274 0.298832 0.8644172 0.279509 0.8497142 0.2947299 0.8436263 0.3055555 0.8644172 0.279509 0.833491 0.3177762 0.8436263 0.3055555 0.8344247 0.3111175 0.8393387 0.3139676 0.8436263 0.3055555 0.8352013 0.3185881 0.8393387 0.3139676 0.8431857 0.3114145 0.8513375 0.2986189 0.8609323 0.3041973 0.8531363 0.313812 0.8506965 0.3238395 0.7972426 0.3783698 0.797294 0.3707634 0.7779312 0.397343 0.7793847 0.4069481 0.786625 0.3936887 0.7607692 0.4231396 0.7793847 0.4069481 0.7941322 0.3918858 0.7962352 0.3861882 0.8119419 0.3902446 0.8024546 0.4065556 0.8176861 0.3859902 0.7972426 0.3783698 0.8077645 0.3649017 0.797294 0.3707634 0.8266483 0.3630424 0.8188397 0.3739388 0.8176861 0.3859902 0.2399682 0.9750794 0.2415149 0.9645919 0.2148506 0.9838107 0.2399682 0.9750794 0.2620975 0.9630215 0.2565057 0.9557106 0.2230618 0.9388731 0.2304109 0.9408766 0.2387679 0.928964 0.2211174 0.9471349 0.2304109 0.9408766 0.207417 0.9484158 0.2386126 0.9412554 0.2304109 0.9408766 0.2354505 0.9444209 0.2565057 0.9557106 0.2620975 0.9630215 0.2794414 0.9470764 0.2769017 0.9336904 0.2687624 0.9445584 0.2936515 0.9274805 0.2522158 0.9176496 0.2508876 0.9256536 0.2624449 0.9089067 0.2413771 0.933667 0.2508876 0.9256536 0.2387679 0.928964 0.2736456 0.8933264 0.2684023 0.8849777 0.2644169 0.8995907 0.2644169 0.8995907 0.2624449 0.9089067 0.2684947 0.9067118 0.2736456 0.8933264 0.2708477 0.8994695 0.2765542 0.9014198 0.2892895 0.919479 0.2936515 0.9274805 0.3053716 0.9084139 0.2995806 0.8987986 0.2961013 0.9091941 0.3128412 0.888352 0.2857109 0.9112392 0.2961013 0.9091941 0.286615 0.9070617 0.2857109 0.9112392 0.283223 0.9155339 0.2892895 0.919479 0.2704889 0.9283363 0.2756919 0.9208613 0.2733764 0.9200226 0.2733764 0.9200226 0.2717714 0.9178605 0.2632165 0.9263972 0.2769017 0.9336904 0.2936515 0.9274805 0.2892895 0.919479 0.2704889 0.9283363 0.2795404 0.9256619 0.2756919 0.9208613 0.2588142 0.9186872 0.2650289 0.9146186 0.2624449 0.9089067 0.3026009 0.852577 0.2955902 0.8522846 0.297978 0.8671476 0.2773299 0.8610985 0.2684023 0.8849777 0.2789165 0.8798999 0.3067405 0.8834388 0.3128412 0.888352 0.3208783 0.8667606 0.301695 0.8781436 0.311584 0.8712153 0.3019223 0.8734875 0.3067405 0.8834388 0.311584 0.8712153 0.3000798 0.8830115 0.2736456 0.8933264 0.2784464 0.8887177 0.2684023 0.8849777 0.2736456 0.8933264 0.2765542 0.9014198 0.2803142 0.8937944 0.2803142 0.8937944 0.2765542 0.9014198 0.279893 0.9008278 0.2873113 0.8946868 0.2834866 0.8951668 0.2837705 0.9012313 0.2873113 0.8946868 0.2908521 0.8881424 0.2870802 0.8895056 0.2803142 0.8937944 0.2834866 0.8951668 0.2844863 0.8890299 0.285658 0.903894 0.2889763 0.8970631 0.2837705 0.9012313 0.285658 0.903894 0.286615 0.9070617 0.2923977 0.8970565 0.2922946 0.8902323 0.2908521 0.8881424 0.2873113 0.8946868 0.2923977 0.8970565 0.286615 0.9070617 0.2995806 0.8987986 0.3067405 0.8834388 0.2993321 0.8922838 0.3128412 0.888352 0.2972197 0.8877094 0.2993321 0.8922838 0.3000798 0.8830115 0.1937779 0.9879883 0.1992405 0.9818904 0.1740518 0.9874346 0.2101547 0.9790403 0.1992405 0.9818904 0.2148506 0.9838107 0.1971556 0.951899 0.2025645 0.9561547 0.207417 0.9484158 0.1971556 0.951899 0.1911004 0.9555439 0.1989846 0.9590229 0.2072364 0.9598765 0.2105371 0.9585096 0.2083421 0.9543318 0.1989846 0.9590229 0.1911004 0.9555439 0.1909523 0.964018 0.1909523 0.964018 0.1886628 0.9718779 0.1956695 0.9703962 0.2101547 0.9790403 0.2148506 0.9838107 0.2280721 0.9700747 0.2285373 0.9618208 0.2204589 0.9710316 0.2400918 0.9545336 0.2387923 0.9520369 0.2327743 0.9553639 0.2400918 0.9545336 0.2387923 0.9520369 0.2391589 0.947261 0.2350906 0.950284 0.2363014 0.94619 0.2306259 0.9502171 0.2391589 0.947261 0.2248934 0.9507031 0.2306259 0.9502171 0.2354505 0.9444209 0.2248934 0.9507031 0.2193104 0.955378 0.2249504 0.9542443 0.2211174 0.9471349 0.2166253 0.9522946 0.2354505 0.9444209 0.2083421 0.9543318 0.2166253 0.9522946 0.207417 0.9484158 0.2083421 0.9543318 0.2105371 0.9585096 0.2145338 0.9569049 0.2248934 0.9507031 0.2166253 0.9522946 0.2193104 0.955378 0.005486667 0.9286177 0.01442211 0.9280244 0.01400935 0.9307045 0.0394001 0.8908432 0.05482989 0.8931557 0.04306495 0.8946537 0.0535897 0.8913239 0.05482989 0.8931557 0.03767627 0.8889136 0.0535897 0.8913239 0.07115656 0.8900671 0.07199883 0.8917636 0.07199883 0.8917636 0.07369452 0.8945789 0.05752384 0.8963481 0.3020011 0.6704133 0.3109632 0.6733489 0.3044893 0.6825873 0.3020011 0.6704133 0.3111475 0.6605255 0.3109632 0.6733489 0.3841224 0.7255811 0.3730351 0.7306216 0.3650476 0.7150153 0.3440002 0.6402003 0.3507352 0.6470693 0.3384925 0.6509469 0.3440002 0.6402003 0.3557457 0.6371659 0.3507352 0.6470693 0.3212619 0.6515325 0.3323592 0.6448733 0.3274982 0.6567321 0.3212619 0.6515325 0.3274982 0.6567321 0.3184773 0.664465 0.3256353 0.6881754 0.32864 0.6924617 0.3044893 0.6825873 0.3248087 0.7236657 0.3233481 0.7384285 0.3363919 0.7249324 0.363501 0.6450598 0.3557457 0.6371659 0.3507352 0.6470693 0.3384925 0.6509469 0.3507352 0.6470693 0.3440002 0.6402004 0.3384925 0.6509469 0.3323592 0.6448733 0.3274982 0.6567321 0.3184773 0.664465 0.3274982 0.6567321 0.3212619 0.6515325 0.3044893 0.6825873 0.3109632 0.6733489 0.3020011 0.6704133 0.3184773 0.664465 0.3111475 0.6605255 0.3109632 0.6733489 0.2890655 0.6893795 0.2902722 0.7001048 0.3020262 0.6931431 0.3044893 0.6825873 0.2938078 0.6797568 0.3020262 0.6931431 0.2927544 0.7107343 0.2918529 0.7280033 0.315115 0.7173894 0.3248087 0.7236657 0.315115 0.7173894 0.3099403 0.7336387 0.3348209 0.7425284 0.3233481 0.7384284 0.3363919 0.7249324 0.5358771 0.4418664 0.5642544 0.4793381 0.528692 0.4553152 0.5358771 0.4418664 0.5404091 0.4258117 0.5713872 0.4657232 0.3963117 0.4099023 0.3837571 0.4253915 0.3921971 0.4050608 0.3963117 0.4099023 0.4025565 0.4153655 0.3879162 0.4348149 0.4262238 0.4791665 0.4353538 0.4527488 0.4480672 0.4610355 0.459481 0.496866 0.441784 0.4888654 0.461818 0.4675939 0.459481 0.496866 0.461818 0.4675939 0.4743793 0.4714208 0.4953253 0.5076786 0.477394 0.5033971 0.4862532 0.4725927 0.5294632 0.5069947 0.509152 0.4678606 0.5195929 0.4632751 0.5548145 0.4926417 0.5432965 0.5017128 0.528692 0.4553152 0.4953253 0.5076786 0.4862532 0.4725927 0.4979413 0.4711862 0.5294632 0.5069947 0.5130773 0.5089306 0.509152 0.4678606 0.40983 0.4254922 0.3956805 0.4447541 0.4025565 0.4153655 0.40983 0.4254922 0.4179774 0.434489 0.4052241 0.4555494 0.4052241 0.4555494 0.4179774 0.434489 0.4259046 0.4437372 0.4262238 0.4791665 0.4147212 0.4675407 0.4353538 0.4527488 0.5463817 0.4193789 0.5759835 0.4557179 0.5404091 0.4258117 0.5463817 0.4193789 0.5511518 0.4148607 0.5793787 0.4478274 0.3963117 0.4099023 0.4047136 0.3832623 0.4025565 0.4153655 0.3963117 0.4099023 0.3921971 0.4050608 0.3982842 0.3859332 0.5303533 0.3803957 0.5511518 0.4148607 0.5463817 0.4193789 0.5100245 0.3841227 0.5203921 0.3821189 0.5404091 0.4258117 0.4455133 0.4266688 0.4541502 0.433295 0.4353538 0.4527488 0.4632315 0.4385069 0.461818 0.4675939 0.4480672 0.4610355 0.4632315 0.4385069 0.4717732 0.4411116 0.461818 0.4675939 0.4743793 0.4714208 0.4717732 0.4411116 0.4862532 0.4725927 0.4979413 0.4711862 0.4862532 0.4725927 0.4795782 0.4411357 0.4979413 0.4711862 0.4864495 0.4386056 0.509152 0.4678606 0.5195929 0.4632751 0.509152 0.4678606 0.4928601 0.4345347 0.5195929 0.4632751 0.4992828 0.4299367 0.528692 0.4553152 0.4455133 0.4266688 0.4353538 0.4527488 0.4259046 0.4437372 0.431997 0.4124451 0.4383048 0.4198207 0.4179774 0.434489 0.40983 0.4254922 0.4260622 0.4042359 0.4179774 0.434489 0.4217876 0.3944008 0.4260622 0.4042359 0.4025565 0.4153655 0.411865 0.3816481 0.4204602 0.3821473 0.4025565 0.4153655 0.5070238 0.397369 0.4998667 0.3861227 0.5404091 0.4258117 0.5358771 0.4418664 0.528692 0.4553152 0.5046592 0.4226968 0.5358771 0.4418664 0.5079304 0.4107006 0.5404091 0.4258117 0.5712507 0.4031056 0.5890229 0.4255605 0.5635339 0.4070262 0.5712507 0.4031056 0.5819375 0.4059569 0.5915421 0.4175245 0.5568518 0.4108438 0.5829077 0.440557 0.5511518 0.4148607 0.5568518 0.4108438 0.5635339 0.4070262 0.5862345 0.4333277 0.5712507 0.4031056 0.5591605 0.375297 0.5740504 0.3869049 0.5712507 0.4031056 0.5635339 0.4070262 0.5484719 0.3778144 0.5568518 0.4108438 0.5392913 0.3792374 0.5635339 0.4070262 0.5303533 0.3803957 0.5392913 0.3792374 0.5511518 0.4148607 0.5713872 0.4657232 0.5404091 0.4258117 0.5358771 0.4418664 0.5548145 0.4926417 0.5642544 0.4793381 0.528692 0.4553152 0.3879162 0.4348149 0.4025565 0.4153655 0.3963117 0.4099022 0.3814005 0.416226 0.3837571 0.4253915 0.3921971 0.4050608 0.4480672 0.4610355 0.441784 0.4888654 0.461818 0.4675939 0.4480672 0.4610355 0.4353538 0.4527488 0.4262238 0.4791665 0.4743793 0.4714208 0.477394 0.5033971 0.4862532 0.4725927 0.4743793 0.4714208 0.461818 0.4675939 0.459481 0.496866 0.5195929 0.4632751 0.5432965 0.5017128 0.528692 0.4553152 0.5195929 0.4632751 0.509152 0.4678606 0.5294632 0.5069947 0.4979414 0.4711862 0.5130773 0.5089306 0.509152 0.4678606 0.4979414 0.4711862 0.4862532 0.4725927 0.4953254 0.5076786 0.4052241 0.4555494 0.4179774 0.434489 0.40983 0.4254922 0.3879162 0.4348149 0.3956805 0.4447541 0.4025565 0.4153655 0.4259046 0.4437372 0.4147212 0.4675407 0.4353538 0.4527488 0.4259046 0.4437372 0.4179774 0.434489 0.4052241 0.4555494 0.5793787 0.4478274 0.5511518 0.4148607 0.5463817 0.4193789 0.5713872 0.4657232 0.5759835 0.4557179 0.5404091 0.4258117 0.411865 0.3816481 0.4047136 0.3832623 0.4025565 0.4153655 0.3982842 0.3859332 0.3921971 0.4050608 0.3963117 0.4099022 0.5463817 0.4193789 0.5511518 0.4148607 0.5303532 0.3803958 0.5463817 0.4193789 0.5203921 0.3821189 0.5404091 0.4258117 0.4480672 0.4610355 0.4541502 0.4332951 0.4353538 0.4527488 0.4480672 0.4610355 0.461818 0.4675939 0.4632315 0.4385069 0.4743793 0.4714208 0.4717732 0.4411116 0.461818 0.4675939 0.4795782 0.4411357 0.4717732 0.4411116 0.4862532 0.4725927 0.4795782 0.4411357 0.4862532 0.4725927 0.4979414 0.4711862 0.4928601 0.4345347 0.4864495 0.4386056 0.509152 0.4678606 0.4928601 0.4345347 0.509152 0.4678606 0.5195929 0.4632751 0.5046592 0.4226968 0.4992828 0.4299367 0.528692 0.4553152 0.4259046 0.4437372 0.4383048 0.4198207 0.4179774 0.434489 0.4259046 0.4437372 0.4353538 0.4527488 0.4455133 0.4266688 0.40983 0.4254922 0.4260622 0.4042359 0.4025565 0.4153655 0.431997 0.4124451 0.4260622 0.4042359 0.4179774 0.434489 0.4217876 0.3944008 0.4204602 0.3821473 0.4025565 0.4153655 0.5100245 0.3841227 0.4998666 0.3861227 0.5404091 0.4258117 0.5046592 0.4226968 0.528692 0.4553152 0.5358771 0.4418664 0.5070238 0.397369 0.5079304 0.4107006 0.5404091 0.4258117 0.5915421 0.4175245 0.5794849 0.3991335 0.5712507 0.4031056 0.5862345 0.4333277 0.5890229 0.4255605 0.5635339 0.4070262 0.5862345 0.4333277 0.5635339 0.4070262 0.5568518 0.4108438 0.5793787 0.4478274 0.5829077 0.440557 0.5511518 0.4148607 0.5706031 0.3722324 0.5591604 0.375297 0.5794849 0.3991335 0.5484718 0.3778144 0.5635339 0.4070262 0.5712507 0.4031056 0.5484718 0.3778144 0.5392913 0.3792374 0.5635339 0.4070262 0.5568518 0.4108438 0.5392913 0.3792374 0.5511518 0.4148607 0.3084127 0.5725727 0.3375121 0.5646861 0.3201414 0.5782023 0.3702529 0.6345278 0.3601307 0.6251487 0.3895596 0.6173306 0.3479694 0.6153098 0.3777064 0.6061025 0.3601307 0.6251487 0.3479694 0.6153098 0.3316086 0.6040902 0.3661575 0.5949213 0.3224292 0.5879995 0.3555581 0.5838081 0.3316086 0.6040902 0.3224292 0.5879995 0.3201414 0.5782023 0.3459842 0.573488 0.3375121 0.5646861 0.3770254 0.5544424 0.3459842 0.573488 0.3375121 0.5646861 0.3305097 0.5569425 0.3690559 0.5458933 0.4010718 0.6285846 0.4417595 0.6148564 0.4124846 0.6405856 0.4010718 0.6285846 0.3895596 0.6173306 0.429341 0.6026848 0.3777064 0.6061025 0.4181013 0.5912328 0.3895596 0.6173306 0.3777064 0.6061025 0.3661575 0.5949213 0.4073918 0.5808083 0.3555581 0.5838081 0.3965644 0.5717192 0.3661575 0.5949213 0.3555581 0.5838081 0.3459842 0.573488 0.3862365 0.5631893 0.3770254 0.5544424 0.402983 0.5349664 0.3862365 0.5631893 0.3770254 0.5544424 0.3690559 0.5458933 0.3932514 0.5273565 0.4417595 0.6148564 0.4808059 0.5952993 0.4539759 0.6274356 0.4417595 0.6148564 0.429341 0.6026848 0.463893 0.5831677 0.4181013 0.5912328 0.449418 0.5713145 0.429341 0.6026848 0.4181013 0.5912328 0.4073918 0.5808083 0.436613 0.560431 0.3965644 0.5717192 0.4247105 0.5512085 0.4073918 0.5808083 0.3965644 0.5717192 0.3862365 0.5631893 0.4135528 0.542952 0.3624525 0.5379571 0.3846088 0.5202274 0.3690559 0.5458933 0.4227154 0.5266607 0.4135528 0.542952 0.402983 0.5349664 0.4007737 0.5108286 0.4111606 0.5182719 0.3932514 0.5273565 0.449418 0.5713145 0.4658747 0.5575492 0.463893 0.5831677 0.449418 0.5713145 0.436613 0.560431 0.4502656 0.5460186 0.4247105 0.5512085 0.4358147 0.535816 0.436613 0.560431 0.4247105 0.5512085 0.4135528 0.542952 0.4227154 0.5266607 0.4808059 0.5952993 0.463893 0.5831677 0.4844384 0.5694043 0.4808059 0.5952993 0.507753 0.5805801 0.4966622 0.6075662 0.4007737 0.5108286 0.3932514 0.5273565 0.3846088 0.5202274 0.300793 0.5840816 0.2897661 0.5624295 0.2854866 0.566311 0.3459842 0.573488 0.3375121 0.5646861 0.3201414 0.5782023 0.3895596 0.6173306 0.3777064 0.6061024 0.3601307 0.6251487 0.3661575 0.5949213 0.3316086 0.6040902 0.3479694 0.6153098 0.3661575 0.5949213 0.3555581 0.5838081 0.3316086 0.6040902 0.3459842 0.573488 0.3201414 0.5782023 0.3224292 0.5879995 0.3249329 0.5491108 0.3211063 0.5431407 0.2902299 0.5545895 0.3862365 0.5631893 0.3770254 0.5544424 0.3459842 0.573488 0.3690559 0.5458933 0.3305097 0.5569425 0.3375121 0.5646861 0.4539759 0.6274356 0.4417595 0.6148564 0.4124846 0.6405856 0.429341 0.6026848 0.3895596 0.6173306 0.4010718 0.6285846 0.429341 0.6026848 0.4181013 0.5912328 0.3895596 0.6173306 0.4073918 0.5808083 0.3661575 0.5949213 0.3777064 0.6061024 0.4073918 0.5808083 0.3965644 0.5717192 0.3661575 0.5949213 0.3862365 0.5631893 0.3459842 0.573488 0.3555581 0.5838081 0.4539759 0.6274356 0.4124846 0.6405856 0.435359 0.6678867 0.3690559 0.5458933 0.3624525 0.5379571 0.3305097 0.5569425 0.4135528 0.542952 0.402983 0.5349664 0.3862365 0.5631893 0.3932514 0.5273565 0.3690559 0.5458933 0.3770254 0.5544424 0.4966622 0.6075662 0.4808059 0.5952993 0.4539759 0.6274356 0.463893 0.5831677 0.429341 0.6026848 0.4417595 0.6148564 0.463893 0.5831677 0.449418 0.5713145 0.429341 0.6026848 0.436613 0.560431 0.4073918 0.5808083 0.4181013 0.5912328 0.436613 0.560431 0.4247104 0.5512085 0.4073918 0.5808083 0.4135528 0.542952 0.3862365 0.5631893 0.3965644 0.5717192 0.3932514 0.5273565 0.3846088 0.5202274 0.3690559 0.5458933 0.402983 0.5349664 0.4135528 0.542952 0.4227154 0.5266607 0.402983 0.5349664 0.4111606 0.5182719 0.3932514 0.5273565 0.4844384 0.5694043 0.4658747 0.5575492 0.463893 0.5831677 0.4502656 0.5460186 0.436613 0.560431 0.449418 0.5713145 0.4502656 0.5460186 0.4358147 0.535816 0.436613 0.560431 0.4227154 0.5266607 0.4135528 0.542952 0.4247104 0.5512085 0.4844384 0.5694043 0.463893 0.5831677 0.4808059 0.5952993 0.5292124 0.5919764 0.507753 0.5805801 0.4966622 0.6075662 0.3846088 0.5202274 0.3932514 0.5273565 0.4007737 0.5108286 0.3895596 0.6173306 0.3601307 0.6251487 0.3702529 0.6345278 0.3702529 0.6345278 0.4010718 0.6285846 0.3766825 0.6484436 0.4124846 0.6405856 0.3766825 0.6484436 0.3984447 0.6762833 0.4124846 0.6405856 0.4010718 0.6285846 0.3766825 0.6484436 0.04433125 0.4809765 0.04218637 0.4703326 0.09212136 0.496877 0.04433125 0.4809765 0.08814978 0.5047809 0.04748606 0.4934425 0.101544 0.4799913 0.06011754 0.4538601 0.07085818 0.4567902 0.1079505 0.4702529 0.1045826 0.4753969 0.07651984 0.4568255 0.08140248 0.4362475 0.07896447 0.4296576 0.1216722 0.4334573 0.08140248 0.4362475 0.1209186 0.4410368 0.08487558 0.4409794 0.1209186 0.4410368 0.1216722 0.4334573 0.1727715 0.4477395 0.1209186 0.4410368 0.1698462 0.4542533 0.119662 0.4480724 0.1045826 0.4753969 0.1474093 0.4952538 0.101544 0.4799913 0.1504688 0.4888883 0.1474093 0.4952538 0.1079505 0.4702529 0.05728757 0.6002992 0.01192241 0.5877302 0.01321661 0.5837181 0.05936658 0.5943989 0.05833488 0.5974352 0.01547878 0.580286 0.05528002 0.6057611 0.009186625 0.5964856 0.01056927 0.5920347 0.05728757 0.6002992 0.05627512 0.6030568 0.01192241 0.5877302 0.03708308 0.5521482 0.07174968 0.5633044 0.03778839 0.5568383 0.03708308 0.5521482 0.03653097 0.5472766 0.0725522 0.5588784 0.09377062 0.6155806 0.05528002 0.6057611 0.05627512 0.6030568 0.09572559 0.6121912 0.09475547 0.6139705 0.05728757 0.6002992 0.09572559 0.6121912 0.05728757 0.6002992 0.05833488 0.5974352 0.05833488 0.5974352 0.05936658 0.5943989 0.09644812 0.6069985 0.1060849 0.5813592 0.07093065 0.56755 0.07174968 0.5633044 0.07174968 0.5633044 0.0725522 0.5588784 0.1108668 0.5737595 0.09690624 0.4871212 0.05015045 0.4617096 0.05550348 0.458287 0.101544 0.4799913 0.09918487 0.4837026 0.06011754 0.4538601 0.09212136 0.496877 0.04218637 0.4703326 0.04491877 0.4648175 0.09690624 0.4871212 0.09410929 0.4908379 0.05015045 0.4617096 0.04778349 0.5044239 0.08461081 0.5226938 0.04616498 0.5133143 0.04778349 0.5044239 0.04748606 0.4934425 0.08643859 0.5141623 0.07871282 0.5392767 0.04146277 0.5247929 0.04357218 0.5195068 0.08403915 0.5308011 0.08075213 0.5352488 0.04616498 0.5133143 0.09410929 0.4908379 0.1413291 0.5141674 0.09212136 0.496877 0.1426646 0.5098651 0.1413291 0.5141674 0.09690624 0.4871212 0.09918487 0.4837026 0.1438857 0.5057446 0.09690624 0.4871212 0.09918487 0.4837026 0.101544 0.4799913 0.1453486 0.5011072 0.1182408 0.5580197 0.07871282 0.5392767 0.08075213 0.5352488 0.1248968 0.5521883 0.1208961 0.5547375 0.08403915 0.5308011 0.04129481 0.5309635 0.07774221 0.5442816 0.04103422 0.5371347 0.04129481 0.5309635 0.04146277 0.5247929 0.07871282 0.5392767 0.0725522 0.5588784 0.03653097 0.5472766 0.03864711 0.5424222 0.07674211 0.5495458 0.07461422 0.5543518 0.04103422 0.5371347 0.1108668 0.5737595 0.0725522 0.5588784 0.07461422 0.5543518 0.1151332 0.5658622 0.113072 0.5698096 0.07674211 0.5495458 0.07774221 0.5442816 0.116588 0.5618301 0.07674211 0.5495458 0.07774221 0.5442816 0.07871282 0.5392767 0.1182408 0.5580197 0.1504688 0.4888883 0.1079505 0.4702529 0.1112974 0.4648929 0.1596513 0.4761725 0.1549279 0.4827146 0.1144912 0.459441 0.1596513 0.4761725 0.1144912 0.459441 0.1173995 0.4540206 0.1667979 0.4611223 0.1635038 0.4687019 0.119662 0.4480724 0.119662 0.4480724 0.1173995 0.4540206 0.08487558 0.4409794 0.07601928 0.4528541 0.1112974 0.4648929 0.07651984 0.4568255 0.06148296 0.5877792 0.0244438 0.5756172 0.02805793 0.5735651 0.06457322 0.5813913 0.06307065 0.5845326 0.03062945 0.5712618 0.05936658 0.5943989 0.01547878 0.580286 0.01973599 0.5777216 0.06148296 0.5877792 0.06033211 0.5911241 0.0244438 0.5756172 0.09540766 0.5915791 0.09335529 0.5942775 0.06457322 0.5813913 0.09197026 0.5976117 0.06148296 0.5877792 0.06307065 0.5845326 0.06033211 0.5911241 0.09394198 0.6023483 0.05936658 0.5943989 0.06033211 0.5911241 0.06148296 0.5877792 0.09197026 0.5976117 0.0666024 0.5751696 0.03373223 0.5650217 0.03613168 0.5611481 0.07093065 0.56755 0.06881898 0.5715351 0.03778839 0.5568383 0.06457322 0.5813913 0.03062945 0.5712618 0.03220957 0.5684035 0.0666024 0.5751696 0.06546884 0.5783626 0.03373223 0.5650217 0.06546884 0.5783626 0.09543794 0.5887498 0.06457322 0.5813913 0.06546884 0.5783626 0.0666024 0.5751696 0.09630179 0.5860823 0.09630179 0.5860823 0.0666024 0.5751696 0.06881898 0.5715351 0.1060849 0.5813592 0.1008548 0.5838695 0.07093065 0.56755 0.1321193 0.5233805 0.1263345 0.5262676 0.09212136 0.496877 0.08814978 0.5047809 0.1263345 0.5262676 0.08643859 0.5141623 0.08461081 0.5226938 0.08643859 0.5141623 0.1231997 0.5320025 0.08461081 0.5226938 0.1209906 0.5381277 0.08403915 0.5308011 0.09212136 0.496877 0.04218637 0.4703326 0.04433125 0.4809765 0.08643859 0.5141623 0.08814978 0.5047809 0.04748606 0.4934425 0.07085818 0.4567902 0.1045826 0.4753969 0.07651984 0.4568255 0.07085818 0.4567902 0.06011754 0.4538601 0.101544 0.4799913 0.1021924 0.4301307 0.07896447 0.4296576 0.08140248 0.4362475 0.119662 0.4480724 0.1209186 0.4410368 0.08487558 0.4409794 0.1727715 0.4477395 0.1500438 0.4376599 0.1209186 0.4410368 0.1667979 0.4611223 0.1698462 0.4542533 0.119662 0.4480724 0.1045826 0.4753969 0.1474093 0.4952538 0.1079505 0.4702529 0.1453486 0.5011072 0.1474093 0.4952538 0.101544 0.4799913 0.01321661 0.5837181 0.05833488 0.5974353 0.01547878 0.580286 0.01321661 0.5837181 0.01192241 0.5877302 0.05728757 0.6002992 0.01056927 0.5920347 0.05627512 0.6030568 0.01192241 0.5877302 0.01056927 0.5920347 0.009186625 0.5964856 0.02981954 0.6000874 0.0725522 0.5588784 0.03653097 0.5472766 0.03708308 0.5521482 0.07093065 0.56755 0.07174968 0.5633044 0.03778839 0.5568383 0.05627512 0.6030568 0.06496328 0.607589 0.09377062 0.6155806 0.05627512 0.6030568 0.09475547 0.6139705 0.05728757 0.6002992 0.05833488 0.5974353 0.05728757 0.6002992 0.09572559 0.6121912 0.09644812 0.6069985 0.05936658 0.5943989 0.05833488 0.5974353 0.07174968 0.5633044 0.07093065 0.56755 0.1060849 0.5813592 0.1108668 0.5737595 0.0725522 0.5588784 0.07174968 0.5633044 0.05550348 0.458287 0.09918487 0.4837026 0.06011754 0.4538601 0.05550348 0.458287 0.05015045 0.4617096 0.09690624 0.4871212 0.04491877 0.4648175 0.09410929 0.4908379 0.05015045 0.4617096 0.04491877 0.4648175 0.04218637 0.4703326 0.09212136 0.496877 0.08643859 0.5141623 0.04748606 0.4934425 0.04778349 0.5044239 0.08403915 0.5308011 0.08461081 0.5226938 0.04616498 0.5133143 0.04357218 0.5195068 0.08075213 0.5352488 0.04616498 0.5133143 0.04357218 0.5195068 0.04146277 0.5247929 0.07871282 0.5392767 0.14087 0.5192719 0.1413291 0.5141674 0.09212136 0.496877 0.09410929 0.4908379 0.1413291 0.5141674 0.09690624 0.4871212 0.1426646 0.5098651 0.1438857 0.5057446 0.09690624 0.4871212 0.1453486 0.5011072 0.101544 0.4799913 0.09918487 0.4837026 0.08075213 0.5352488 0.07871282 0.5392767 0.1182408 0.5580197 0.08075213 0.5352488 0.1208961 0.5547375 0.08403915 0.5308011 0.07871282 0.5392767 0.04146277 0.5247929 0.04129481 0.5309635 0.07674211 0.5495458 0.07774221 0.5442816 0.04103422 0.5371347 0.03864711 0.5424222 0.07461422 0.5543518 0.04103422 0.5371347 0.03864711 0.5424222 0.03653097 0.5472766 0.0725522 0.5588784 0.07461422 0.5543518 0.0725522 0.5588784 0.1108668 0.5737595 0.07461422 0.5543518 0.113072 0.5698096 0.07674211 0.5495458 0.1151332 0.5658622 0.116588 0.5618301 0.07674211 0.5495458 0.1182408 0.5580197 0.07871282 0.5392767 0.07774221 0.5442816 0.1112974 0.464893 0.1079505 0.4702529 0.1504688 0.4888883 0.1112974 0.464893 0.1549279 0.4827146 0.1144912 0.459441 0.1173995 0.4540206 0.1144912 0.459441 0.1596513 0.4761725 0.1173995 0.4540206 0.1635038 0.4687018 0.119662 0.4480724 0.0806356 0.4437946 0.1173995 0.4540206 0.08487558 0.4409794 0.1079505 0.4702529 0.1112974 0.464893 0.07651984 0.4568255 0.02805793 0.5735651 0.06307065 0.5845326 0.03062945 0.5712618 0.02805793 0.5735651 0.0244438 0.5756172 0.06148296 0.5877792 0.01973599 0.5777216 0.06033211 0.5911241 0.0244438 0.5756172 0.01973599 0.5777216 0.01547878 0.580286 0.05936658 0.5943989 0.06307065 0.5845326 0.09335529 0.5942775 0.06457322 0.5813913 0.06307065 0.5845326 0.06148296 0.5877792 0.09197026 0.5976117 0.09644812 0.6069985 0.09394198 0.6023483 0.05936658 0.5943989 0.09197026 0.5976117 0.06148296 0.5877792 0.06033211 0.5911241 0.03613168 0.5611481 0.06881898 0.5715352 0.03778839 0.5568383 0.03613168 0.5611481 0.03373223 0.5650217 0.0666024 0.5751696 0.03220957 0.5684035 0.06546884 0.5783626 0.03373223 0.5650217 0.03220957 0.5684035 0.03062945 0.5712618 0.06457322 0.5813913 0.09540766 0.5915791 0.09543794 0.5887498 0.06457322 0.5813913 0.09630179 0.5860824 0.0666024 0.5751696 0.06546884 0.5783626 0.06881898 0.5715352 0.1008548 0.5838695 0.07093065 0.56755 0.06881898 0.5715352 0.0666024 0.5751696 0.09630179 0.5860824 0.08814978 0.5047809 0.1263345 0.5262676 0.09212136 0.496877 0.1231997 0.5320025 0.1263345 0.5262676 0.08643859 0.5141623 0.1231997 0.5320025 0.08643859 0.5141623 0.08461081 0.5226938 0.1225163 0.5444002 0.1209906 0.5381278 0.08403915 0.5308011 0.4792078 0.3117179 0.478851 0.2605636 0.4850968 0.308991 0.4792078 0.3117179 0.472561 0.3135761 0.472597 0.2611974 0.3954163 0.2750828 0.4038465 0.2734838 0.404726 0.3158985 0.4125495 0.2718755 0.424128 0.3172037 0.4145956 0.316588 0.4329866 0.3176717 0.4217981 0.270249 0.4412088 0.3160935 0.4125495 0.2718755 0.4217981 0.270249 0.424128 0.3172037 0.4646003 0.3160315 0.4639909 0.2630832 0.472561 0.3135761 0.4646003 0.3160315 0.4557065 0.3161934 0.4557176 0.2624831 0.4488959 0.3199799 0.4439687 0.2795372 0.4557065 0.3161934 0.4398012 0.2686175 0.4439687 0.2795372 0.4412088 0.3160935 0.4299099 0.2662869 0.4352024 0.2576718 0.4412088 0.3160935 0.4473177 0.2680838 0.4504619 0.2556594 0.4557065 0.3161934 0.5513007 0.2590561 0.5508894 0.287435 0.5426227 0.2860831 0.5337377 0.2559262 0.5425016 0.2573687 0.5347664 0.286002 0.5264961 0.2874036 0.5249651 0.2560276 0.5347664 0.286002 0.5264961 0.2874036 0.517432 0.29003 0.5165541 0.2566944 0.5701697 0.2933443 0.5692145 0.3145073 0.5619792 0.3165443 0.5508894 0.287435 0.5603913 0.2898462 0.5524902 0.3168891 0.5701697 0.2933443 0.5792662 0.297957 0.5692145 0.3145073 0.5103491 0.3294245 0.5071943 0.2936231 0.521667 0.3249522 0.5103491 0.3294245 0.502121 0.3295294 0.4976795 0.2982379 0.4990582 0.3439969 0.4907839 0.3039291 0.502121 0.3295294 0.5892499 0.2663535 0.5880218 0.3031269 0.5792662 0.297957 0.5693866 0.2605885 0.5791734 0.2630744 0.5701697 0.2933443 0.5693866 0.2605885 0.5701697 0.2933443 0.5603913 0.2898462 0.5513007 0.2590561 0.560179 0.2596892 0.5508894 0.287435 0.5071943 0.2936231 0.5088756 0.2569479 0.517432 0.29003 0.5071943 0.2936231 0.4976795 0.2982379 0.5011872 0.2574282 0.4907839 0.3039291 0.4927462 0.2587753 0.4976795 0.2982379 0.4907839 0.3039291 0.4850968 0.308991 0.4848639 0.2601127 0.5347664 0.286002 0.5426227 0.2860831 0.5377587 0.3197187 0.5508894 0.287435 0.5524902 0.3168891 0.5447642 0.3180018 0.5304316 0.3218762 0.521667 0.3249522 0.517432 0.29003 0.5304316 0.3218762 0.5264961 0.2874036 0.5377587 0.3197187 0.4848639 0.2601127 0.478851 0.2605636 0.4850968 0.308991 0.472597 0.2611974 0.472561 0.3135761 0.4792079 0.3117179 0.4145956 0.316588 0.4038465 0.2734838 0.404726 0.3158985 0.4145956 0.316588 0.424128 0.3172037 0.4125495 0.2718755 0.4329866 0.3176717 0.4217981 0.270249 0.424128 0.3172037 0.4299099 0.2662869 0.4217981 0.270249 0.4412088 0.3160935 0.472597 0.2611974 0.4639909 0.2630832 0.472561 0.3135761 0.4557176 0.2624831 0.4557065 0.3161934 0.4646003 0.3160315 0.4488959 0.3199799 0.4439687 0.2795372 0.4412088 0.3160935 0.4473177 0.2680838 0.4439687 0.2795372 0.4557065 0.3161934 0.4398012 0.2686175 0.4352024 0.2576718 0.4412088 0.3160935 0.4557176 0.2624831 0.4504619 0.2556595 0.4557065 0.3161934 0.5426227 0.2860831 0.5508894 0.287435 0.5513007 0.2590561 0.5426227 0.2860831 0.5425016 0.2573687 0.5347664 0.286002 0.5337377 0.2559262 0.524965 0.2560276 0.5347664 0.286002 0.5165541 0.2566944 0.517432 0.29003 0.5264961 0.2874037 0.5619792 0.3165443 0.5603913 0.2898462 0.5524902 0.3168891 0.5619792 0.3165443 0.5692145 0.3145073 0.5701697 0.2933443 0.5753828 0.3227749 0.5792662 0.297957 0.5692145 0.3145073 0.4976795 0.2982379 0.502121 0.3295294 0.5103491 0.3294245 0.517432 0.29003 0.5071943 0.2936231 0.521667 0.3249522 0.4976795 0.2982379 0.4907839 0.3039291 0.502121 0.3295294 0.5792662 0.297957 0.5880218 0.3031269 0.5892499 0.2663535 0.5792662 0.297957 0.5791734 0.2630744 0.5701697 0.2933443 0.5603913 0.2898462 0.5701697 0.2933443 0.5693866 0.2605885 0.5603913 0.2898462 0.560179 0.2596892 0.5508894 0.287435 0.5165541 0.2566944 0.5088756 0.2569479 0.517432 0.29003 0.5011872 0.2574282 0.4976795 0.2982379 0.5071943 0.2936231 0.5011872 0.2574282 0.4927462 0.2587753 0.4976795 0.2982379 0.4848639 0.2601127 0.4850968 0.308991 0.4907839 0.3039291 0.5447642 0.3180018 0.5426227 0.2860831 0.5377587 0.3197187 0.5447642 0.3180018 0.5524902 0.3168891 0.5508894 0.287435 0.517432 0.29003 0.521667 0.3249522 0.5304316 0.3218762 0.5347664 0.286002 0.5264961 0.2874037 0.5377587 0.3197187 0.009143888 0.1825455 0.01055026 0.1395733 0.01288288 0.181032 0.009143888 0.1825455 0.005240499 0.1838082 0.00500667 0.1614996 0.04332715 0.2013657 0.07956945 0.1773732 0.04455941 0.204602 0.04332715 0.2013657 0.04237145 0.1978529 0.0751577 0.1735817 0.0751577 0.1735817 0.04237145 0.1978529 0.04196882 0.1937871 0.06863224 0.1634857 0.07192939 0.16895 0.04431372 0.1875622 0.01629322 0.1790167 0.02038168 0.1397661 0.01971191 0.1735923 0.01629322 0.1790167 0.01288288 0.181032 0.01541465 0.140092 0.0586785 0.1512964 0.03585028 0.1861174 0.03263658 0.184488 0.04801249 0.144177 0.05323058 0.1470016 0.02959853 0.1831933 0.02678412 0.1819456 0.04336673 0.1426885 0.02959853 0.1831933 0.02678412 0.1819456 0.02402526 0.1805416 0.03839612 0.1417168 0.03919154 0.1883693 0.06401377 0.1571962 0.04431372 0.1875622 0.0586785 0.1512964 0.06401377 0.1571962 0.03585028 0.1861174 0.02115368 0.1787782 0.03220355 0.1404429 0.02402526 0.1805416 0.0258463 0.1395611 0.03220355 0.1404429 0.01971191 0.1735923 0.1159359 0.04146534 0.122089 0.01312655 0.122862 0.04077428 0.1159359 0.04146534 0.1081732 0.04464334 0.1133296 0.01384568 0.1432772 0.01915985 0.1332935 0.04848116 0.1286132 0.04304498 0.1297058 0.01365673 0.1367606 0.01595127 0.122862 0.04077428 0.08873414 0.04819691 0.09759765 0.08071827 0.08631622 0.06544488 0.10075 0.04349505 0.09759765 0.08071827 0.09426993 0.04194748 0.10285 0.08952224 0.09759765 0.08071827 0.1081732 0.04464334 0.1463845 0.06111514 0.1265988 0.08829867 0.1441487 0.05223679 0.1203318 0.1092423 0.1265988 0.08829867 0.1485614 0.07145011 0.1388684 0.05101078 0.1265988 0.08829867 0.1332935 0.04848116 0.8511525 0.9389908 0.7956671 0.9368381 0.8519118 0.9325903 0.8511525 0.9389908 0.849702 0.9469748 0.7979868 0.9433351 0.7314741 0.9356803 0.7956671 0.9368381 0.7461872 0.9394279 0.7314741 0.9356803 0.7239593 0.9315803 0.7939062 0.931268 0.7939062 0.931268 0.7239593 0.9315803 0.7329846 0.9276196 0.7995606 0.9212256 0.7964119 0.9263401 0.7482861 0.9241443 0.7406167 0.9417694 0.7971569 0.9513035 0.7413612 0.9449799 0.7979868 0.9433351 0.7971569 0.9513035 0.7461872 0.9394279 0.7643261 0.9629469 0.7117436 0.9322075 0.7225935 0.9414377 0.7934947 0.9586684 0.7873169 0.963355 0.7413612 0.9449799 0.7243548 0.9223669 0.7901146 0.9053037 0.7438145 0.9194204 0.7243548 0.9223669 0.7117436 0.9322075 0.7401908 0.9136765 0.7434354 0.9220917 0.7997281 0.9143083 0.7482861 0.9241443 0.7966633 0.9082002 0.7997281 0.9143083 0.7438145 0.9194204 0.1286132 0.04304498 0.1168367 0.08179712 0.122862 0.04077428 0.118292 0.09191739 0.1168367 0.08179712 0.1332935 0.04848116 0.1159359 0.04146534 0.1086449 0.08129709 0.1081732 0.04464334 0.1120504 0.08572846 0.1086449 0.08129709 0.122862 0.04077428 0.07134419 0.1133137 0.05323058 0.1470016 0.0803107 0.1190316 0.07134419 0.1133137 0.06349408 0.1093697 0.04801249 0.144177 0.03839612 0.1417168 0.04336673 0.1426885 0.05033266 0.1051799 0.04801249 0.144177 0.06349408 0.1093697 0.05714714 0.1071189 0.03839612 0.1417168 0.05033266 0.1051799 0.04107993 0.1021717 0.04107993 0.1021717 0.03164398 0.09953224 0.0258463 0.1395611 0.005448937 0.1496595 0.005240499 0.1838082 0.009143888 0.1825455 0.01541465 0.140092 0.01055026 0.1395733 0.01288288 0.181032 0.0751577 0.1735817 0.04237145 0.1978529 0.04332715 0.2013657 0.06472772 0.1936603 0.07956945 0.1773732 0.04455941 0.204602 0.04196882 0.1937871 0.07192939 0.16895 0.04431372 0.1875622 0.04196882 0.1937871 0.04237145 0.1978529 0.0751577 0.1735817 0.01541465 0.140092 0.01288288 0.181032 0.01629322 0.1790167 0.0258463 0.1395611 0.02038168 0.1397661 0.01971191 0.1735923 0.03263658 0.184488 0.05323058 0.1470016 0.02959853 0.1831933 0.03263658 0.184488 0.03585028 0.1861174 0.0586785 0.1512964 0.03839612 0.1417168 0.02402526 0.1805416 0.02678412 0.1819456 0.04801249 0.144177 0.04336673 0.1426885 0.02959853 0.1831933 0.03919154 0.1883693 0.06401377 0.1571962 0.03585028 0.1861174 0.06863224 0.1634857 0.06401377 0.1571962 0.04431372 0.1875622 0.02115368 0.1787782 0.03220355 0.1404429 0.01971191 0.1735923 0.03839612 0.1417168 0.03220355 0.1404429 0.02402526 0.1805416 0.1530677 0.01310014 0.1464771 0.009860634 0.1387034 0.03264427 0.1530677 0.01310014 0.1442287 0.03599554 0.159658 0.01773482 0.09313887 0.0300194 0.1018866 0.02864474 0.09071475 0.0072546 0.1107653 0.02807104 0.1146371 0.003716409 0.1029373 0.005000352 0.07962816 0.04585218 0.08984988 0.07642978 0.09280246 0.06370675 0.09313887 0.0300194 0.08519011 0.0341553 0.09536409 0.05487805 0.09917825 0.05986917 0.1018866 0.02864474 0.09536409 0.05487805 0.09917825 0.05986917 0.1049527 0.06326365 0.1107653 0.02807104 0.1376103 0.07622402 0.1542885 0.04787057 0.1382157 0.06594991 0.1376103 0.07622402 0.1369596 0.08799207 0.1500649 0.06976073 0.1328772 0.06814205 0.1442287 0.03599554 0.1271966 0.06641066 0.1494591 0.04044836 0.1442287 0.03599554 0.1382157 0.06594991 0.1236554 0.05907207 0.1329894 0.0285266 0.1186227 0.05691677 0.1236554 0.05907207 0.1271966 0.06641066 0.1387034 0.03264427 0.1107653 0.02807104 0.1049527 0.06326365 0.1121906 0.05818402 0.1266145 0.02572911 0.1191073 0.02633821 0.1186227 0.05691677 0.8430066 0.9747942 0.8444803 0.9668624 0.7934947 0.9586684 0.8430066 0.9747942 0.7873169 0.963355 0.8421033 0.9817242 0.847095 0.9569274 0.849702 0.9469748 0.7979868 0.9433351 0.847095 0.9569274 0.7971569 0.9513035 0.8444803 0.9668624 0.7939062 0.931268 0.7956671 0.9368382 0.8519118 0.9325903 0.7979868 0.9433351 0.849702 0.9469748 0.8511525 0.9389908 0.7939062 0.931268 0.7239593 0.9315803 0.7314741 0.9356803 0.7979868 0.9433351 0.7956671 0.9368382 0.7461872 0.9394279 0.7329846 0.9276197 0.7964119 0.9263401 0.7482861 0.9241443 0.7329846 0.9276197 0.7239593 0.9315803 0.7939062 0.931268 0.7406167 0.9417693 0.7971569 0.9513035 0.7461872 0.9394279 0.7934947 0.9586684 0.7971569 0.9513035 0.7413612 0.9449799 0.7225935 0.9414377 0.7873169 0.963355 0.7413612 0.9449799 0.7225935 0.9414377 0.7117436 0.9322075 0.7401811 0.9539249 0.7648214 0.9070261 0.7117436 0.9322075 0.7243548 0.922367 0.7966633 0.9082002 0.7901146 0.9053037 0.7438145 0.9194204 0.7434354 0.9220917 0.7997281 0.9143083 0.7438145 0.9194204 0.7995606 0.9212256 0.7997281 0.9143083 0.7482861 0.9241443 0.01541465 0.140092 0.01055026 0.1395733 0.0181508 0.09822171 0.005958318 0.1327123 0.006890177 0.09452384 0.01242077 0.09664702 0.1155271 0.1503095 0.07956945 0.1773732 0.1093174 0.1456417 0.1155271 0.1503095 0.1223708 0.1547368 0.1044182 0.1678293 0.06863224 0.1634857 0.09862971 0.1343265 0.1043758 0.1404932 0.0751577 0.1735817 0.07192939 0.16895 0.1093174 0.1456417 0.02427977 0.09869956 0.03164398 0.09953224 0.0258463 0.1395611 0.02427977 0.09869956 0.02038168 0.1397661 0.0181508 0.09822171 0.0586785 0.1512964 0.05323058 0.1470016 0.0803107 0.1190316 0.04801249 0.144177 0.06349408 0.1093697 0.07134419 0.1133137 0.05714714 0.1071189 0.04336673 0.1426885 0.05033266 0.1051799 0.05714714 0.1071189 0.06349408 0.1093697 0.04801249 0.144177 0.06863224 0.1634857 0.06401377 0.1571962 0.09862971 0.1343265 0.0586785 0.1512964 0.0803107 0.1190316 0.09000694 0.1266043 0.04107993 0.1021717 0.05033266 0.1051799 0.03839612 0.1417168 0.0258463 0.1395611 0.03164398 0.09953224 0.04107993 0.1021717 0.155181 0.0271669 0.1441487 0.05223679 0.1388684 0.05101078 0.1432772 0.01915985 0.1492792 0.02243185 0.1332935 0.04848116 0.16777 0.04379409 0.1485614 0.07145011 0.1463845 0.06111514 0.155181 0.0271669 0.161397 0.03476482 0.1441487 0.05223679 0.10075 0.04349505 0.1028472 0.01529884 0.1081732 0.04464334 0.10075 0.04349505 0.09426993 0.04194748 0.09196376 0.01763457 0.08873414 0.04819691 0.0820012 0.02100133 0.09426993 0.04194748 0.08873414 0.04819691 0.07805103 0.04154825 0.07249909 0.02488362 0.8520451 0.9105876 0.7997281 0.9143083 0.8512565 0.9006366 0.8520451 0.9105876 0.8525549 0.9208856 0.7995606 0.9212256 0.8505299 0.8951761 0.7901146 0.9053037 0.8498343 0.8919607 0.8505299 0.8951761 0.8512565 0.9006366 0.7966633 0.9082002 0.7934947 0.9586684 0.8444803 0.9668624 0.8430066 0.9747942 0.819582 0.9794798 0.7873169 0.963355 0.8421033 0.9817242 0.7979868 0.9433351 0.849702 0.9469748 0.847095 0.9569274 0.7934947 0.9586684 0.7971569 0.9513035 0.8444803 0.9668624 0.7995606 0.9212256 0.8525549 0.9208856 0.8524448 0.9273875 0.7939062 0.931268 0.7964119 0.9263401 0.8519118 0.9325903 0.01242077 0.09664702 0.01055026 0.1395733 0.0181508 0.09822171 0.01242077 0.09664702 0.006890177 0.09452384 0.0064677 0.115765 0.0751577 0.1735817 0.07956945 0.1773732 0.1093174 0.1456417 0.08977079 0.177538 0.1223708 0.1547368 0.1155271 0.1503095 0.1043758 0.1404932 0.09862971 0.1343265 0.06863224 0.1634857 0.1043758 0.1404932 0.07192939 0.16895 0.1093174 0.1456417 0.0258463 0.1395611 0.03164398 0.09953224 0.02427977 0.09869956 0.01541465 0.140092 0.02038168 0.1397661 0.0181508 0.09822171 0.09000694 0.1266043 0.06401377 0.1571962 0.09862971 0.1343265 0.09000694 0.1266043 0.0803107 0.1190316 0.0586785 0.1512964 0.1107653 0.02807104 0.1191073 0.02633821 0.1146371 0.003716409 0.1266145 0.02572911 0.1318236 0.003778994 0.1239228 0.003097951 0.1393687 0.006393432 0.1318236 0.003778994 0.1266145 0.02572911 0.1393687 0.006393432 0.1329894 0.0285266 0.1464771 0.009860634 0.1667653 0.02538758 0.159658 0.01773482 0.1494591 0.04044836 0.1667653 0.02538758 0.1542885 0.04787057 0.1741311 0.03454935 0.07249909 0.02488362 0.08519011 0.0341553 0.06969135 0.01495045 0.09313887 0.0300194 0.09071475 0.0072546 0.07986092 0.01078379 0.7966633 0.9082002 0.7997281 0.9143083 0.8512565 0.9006366 0.7995606 0.9212256 0.8525549 0.9208856 0.8520451 0.9105876 0.8234571 0.8943496 0.7901146 0.9053037 0.8498343 0.8919607 0.7966633 0.9082002 0.8512565 0.9006366 0.8505299 0.8951761 0.8524448 0.9273875 0.8525549 0.9208856 0.7995606 0.9212256 0.8524448 0.9273875 0.7964119 0.9263401 0.8519118 0.9325903 0.06179577 0.6408715 0.05542516 0.6503657 0.05174654 0.6478039 0.05174654 0.6478039 0.0470491 0.6478323 0.05145049 0.6370305 0.06843221 0.6503974 0.06055128 0.6589909 0.05865424 0.6537491 0.06179577 0.6408715 0.06537818 0.6444073 0.05542516 0.6503657 0.8936032 0.9155704 0.9039242 0.9144815 0.8940241 0.9193117 0.8936032 0.9155704 0.8908006 0.9120571 0.9010886 0.9094731 0.9011906 0.9282039 0.8906787 0.9269329 0.8934535 0.9230807 0.9043372 0.9187135 0.9038454 0.9229407 0.8940241 0.9193117 0.1124707 0.2021251 0.1171298 0.2101498 0.1103742 0.2056392 0.1124707 0.2021251 0.1146299 0.2003484 0.1191096 0.2084428 0.1168777 0.1989773 0.1212895 0.2071716 0.1146299 0.2003484 0.1240411 0.2075183 0.1212895 0.2071716 0.1205141 0.1986347 0.1186414 0.2318795 0.1017121 0.2333055 0.1039928 0.2268223 0.1039928 0.2268223 0.1062136 0.2199307 0.117706 0.2235869 0.1313554 0.2146289 0.1337571 0.2020875 0.1391706 0.2042528 0.1358565 0.2196395 0.1338797 0.2174259 0.143832 0.2064285 0.1017121 0.2333055 0.08482807 0.2272677 0.08971995 0.2206489 0.08971995 0.2206489 0.09478312 0.2135817 0.1062136 0.2199307 0.1337571 0.2020875 0.1341745 0.1893388 0.1415618 0.190034 0.143832 0.2064285 0.1391706 0.2042528 0.1481807 0.1912581 0.8839126 0.9493276 0.8949554 0.9581065 0.8804975 0.9547334 0.8995674 0.9503095 0.8949554 0.9581065 0.8884206 0.9431787 0.1337571 0.2020875 0.1268394 0.1999431 0.1341745 0.1893388 0.1240411 0.2075183 0.1205141 0.1986347 0.1268394 0.1999431 0.1313554 0.2146289 0.1277362 0.2106652 0.1337571 0.2020875 0.1001887 0.2056174 0.1083146 0.212222 0.09478312 0.2135817 0.1083146 0.212222 0.1103742 0.2056392 0.1160587 0.2130995 0.1083146 0.212222 0.1166048 0.2180991 0.1062136 0.2199307 0.9011906 0.9282039 0.8951144 0.9355437 0.8906787 0.9269329 0.8842257 0.9089713 0.8943122 0.9029168 0.8908006 0.9120571 0.06843221 0.6503974 0.07107144 0.6606186 0.06055128 0.6589909 0.04076355 0.6522199 0.04217892 0.6391203 0.0470491 0.6478323 0.1117932 0.3353298 0.1013824 0.3318976 0.1081225 0.3280739 0.1244825 0.3339063 0.1178233 0.334302 0.1159469 0.3243508 0.1013824 0.3318976 0.09219074 0.3295299 0.09795391 0.3230179 0.1055338 0.3515169 0.1002712 0.3459025 0.1108242 0.3456965 0.1055338 0.3515169 0.1162137 0.3483135 0.1113982 0.3573329 0.09422415 0.3530198 0.09066802 0.3447998 0.1002712 0.3459025 0.1150432 0.361746 0.125766 0.3519932 0.1175785 0.3654576 0.1150432 0.361746 0.1113982 0.3573329 0.122161 0.3505417 0.1244825 0.3339063 0.1159469 0.3243508 0.1217795 0.3209714 0.1319892 0.3332016 0.128817 0.3335453 0.1266162 0.3177639 0.09843146 0.3420943 0.1088927 0.3430784 0.1002712 0.3459025 0.09843146 0.3420943 0.09846007 0.3390129 0.1089047 0.3403964 0.09880268 0.335579 0.1093459 0.3375874 0.09846007 0.3390129 0.1117932 0.3353298 0.1093459 0.3375874 0.1013824 0.3318976 0.08948671 0.3404192 0.09843146 0.3420943 0.09066802 0.3447998 0.08948671 0.3404192 0.08960783 0.3376349 0.09846007 0.3390129 0.08995896 0.3342037 0.09880268 0.335579 0.08960783 0.3376349 0.1013824 0.3318976 0.09880268 0.335579 0.09219074 0.3295299 0.1160587 0.2130995 0.1171298 0.2101498 0.1103742 0.2056392 0.1191096 0.2084429 0.1146299 0.2003484 0.1124707 0.2021251 0.1191096 0.2084429 0.1212895 0.2071716 0.1146299 0.2003484 0.1168777 0.1989774 0.1212895 0.2071716 0.1205141 0.1986347 0.04376339 0.6578596 0.04731309 0.6573632 0.04855239 0.6440177 0.05374783 0.6443136 0.04731309 0.6573632 0.05762088 0.6469966 0.06099236 0.6504719 0.05762088 0.6469966 0.05033379 0.6592649 0.06099236 0.6504719 0.05289542 0.6619321 0.06328594 0.6560233 0.8821017 0.9144693 0.8845314 0.9169152 0.894371 0.9111492 0.8972176 0.9151766 0.8845314 0.9169152 0.8976384 0.9191007 0.8970789 0.9230396 0.8976384 0.9191007 0.8849348 0.919999 0.8970789 0.9230396 0.8844582 0.9231026 0.8943015 0.9273752 0.117706 0.2235869 0.1062136 0.2199307 0.1039928 0.2268223 0.1039928 0.2268223 0.1017121 0.2333055 0.1186414 0.2318795 0.1391706 0.2042528 0.1338797 0.2174259 0.143832 0.2064285 0.1391706 0.2042528 0.1337571 0.2020875 0.1313554 0.2146289 0.03584784 0.6679992 0.03382384 0.6526916 0.02847522 0.6562997 0.0317229 0.6745746 0.03344452 0.6717519 0.02414715 0.659218 0.04866456 0.6870482 0.06778705 0.6883857 0.06576251 0.6819557 0.06576251 0.6819557 0.064291 0.6744853 0.050296 0.6785125 0.8702997 0.9127562 0.8799713 0.9029498 0.8742312 0.8998221 0.862848 0.9119104 0.8660791 0.9123133 0.8694623 0.8971053 0.8637656 0.9322142 0.8727231 0.9464548 0.8764154 0.9422242 0.8764154 0.9422242 0.8811748 0.9376752 0.8707948 0.9294482 0.1062136 0.2199307 0.09478312 0.2135817 0.08971995 0.2206489 0.08971995 0.2206489 0.08482807 0.2272677 0.1017121 0.2333055 0.1415618 0.190034 0.1391706 0.2042528 0.1481807 0.1912581 0.1415618 0.190034 0.1341745 0.1893388 0.1337571 0.2020875 0.03382384 0.6526916 0.03217822 0.6376032 0.02453619 0.6403256 0.02414715 0.659218 0.02847522 0.6562997 0.01833117 0.6431339 0.06778705 0.6883857 0.08760225 0.6857345 0.08297085 0.6786532 0.08297085 0.6786532 0.07854384 0.6700733 0.064291 0.6744853 0.8799713 0.9029498 0.8897178 0.8933394 0.8835379 0.8879624 0.8694623 0.8971053 0.8742312 0.8998221 0.8781809 0.8837301 0.8727231 0.9464548 0.8845012 0.9585501 0.8877635 0.9526954 0.8877635 0.9526954 0.8920983 0.9458522 0.8811748 0.9376752 0.1252505 0.1897011 0.1268394 0.1999431 0.1341745 0.1893388 0.1268394 0.1999431 0.1205141 0.1986347 0.1240411 0.2075183 0.1268394 0.1999431 0.1277362 0.2106652 0.1337571 0.2020875 0.1062136 0.2199307 0.1083146 0.212222 0.09478312 0.2135817 0.1160587 0.2130995 0.1103742 0.2056392 0.1083146 0.212222 0.117706 0.2235869 0.1166048 0.2180991 0.1062136 0.2199307 0.8985784 0.937032 0.8880684 0.9324896 0.8920983 0.9458522 0.8880684 0.9324896 0.8943015 0.9273752 0.8820583 0.9258515 0.8880684 0.9324896 0.8766917 0.9278711 0.8811748 0.9376752 0.8799713 0.9029498 0.8876534 0.9068995 0.8897178 0.8933394 0.8821017 0.9144693 0.894371 0.9111492 0.8876534 0.9068995 0.8702997 0.9127562 0.8764991 0.9132788 0.8799713 0.9029498 0.07452565 0.6584961 0.0639255 0.6649345 0.07854384 0.6700733 0.0639255 0.6649345 0.06328594 0.6560233 0.05395931 0.6660149 0.0639255 0.6649345 0.05248677 0.6721635 0.064291 0.6744853 0.03382384 0.6526916 0.04121363 0.647704 0.03217822 0.6376032 0.04376339 0.6578596 0.04855239 0.6440177 0.04121363 0.647704 0.03584784 0.6679992 0.03961455 0.6623867 0.03382384 0.6526916 0.1081225 0.3280739 0.1013824 0.3318976 0.1117932 0.3353298 0.1081225 0.3280739 0.1178233 0.334302 0.1159469 0.3243508 0.09795391 0.3230179 0.09219074 0.3295299 0.1013824 0.3318976 0.1108242 0.3456965 0.1002712 0.3459025 0.1055338 0.3515169 0.122161 0.3505417 0.1162137 0.3483135 0.1113982 0.3573329 0.1002712 0.3459025 0.09066802 0.3447998 0.09422415 0.3530198 0.122161 0.3505417 0.1113982 0.3573329 0.1150432 0.361746 0.1282 0.3530563 0.125766 0.3519932 0.1175785 0.3654576 0.1217795 0.3209714 0.128817 0.3335453 0.1266162 0.3177639 0.1217795 0.3209714 0.1159469 0.3243508 0.1244825 0.3339063 0.1108242 0.3456965 0.1088926 0.3430784 0.1002712 0.3459025 0.1089047 0.3403964 0.09846007 0.3390129 0.09843146 0.3420943 0.1089047 0.3403964 0.1093459 0.3375874 0.09846007 0.3390129 0.09880268 0.335579 0.1093459 0.3375874 0.1013824 0.3318976 0.1002712 0.3459025 0.09843146 0.3420943 0.09066802 0.3447998 0.09846007 0.3390129 0.08960783 0.3376349 0.08948671 0.3404192 0.09846007 0.3390129 0.09880268 0.335579 0.08960783 0.3376349 0.08995896 0.3342037 0.09880268 0.335579 0.09219074 0.3295299 0.06756711 0.6328949 0.06179577 0.6408715 0.05757135 0.6380134 0.05757135 0.6380134 0.05145049 0.6370305 0.05548065 0.6276836 0.07549703 0.6425709 0.06843221 0.6503974 0.06537818 0.6444073 0.06756711 0.6328949 0.07144272 0.6363748 0.06179577 0.6408715 0.9133295 0.9180591 0.9043372 0.9187135 0.9039242 0.9144815 0.9039242 0.9144815 0.9010886 0.9094731 0.9103953 0.9071313 0.9109373 0.9293372 0.9011906 0.9282039 0.9038454 0.9229407 0.9133295 0.9180591 0.9130744 0.9227626 0.9043372 0.9187135 0.8803764 0.8917911 0.8897733 0.8819142 0.8864549 0.8964703 0.8803764 0.8917911 0.8751875 0.8879957 0.8836335 0.8772394 0.02569127 0.6455865 0.02403873 0.631473 0.03263348 0.6425499 0.02569127 0.6455865 0.02005064 0.6484265 0.01707768 0.6345121 0.07731527 0.6798898 0.09218192 0.6757984 0.08112728 0.6868243 0.07731527 0.6798898 0.07384824 0.6716047 0.08668053 0.6663023 0.8995674 0.9503095 0.8884206 0.9431787 0.8951144 0.9355437 0.9109373 0.9293372 0.9056648 0.9396195 0.9011906 0.9282039 0.8943122 0.9029168 0.9040903 0.8976628 0.9010886 0.9094731 0.8943122 0.9029168 0.8864549 0.8964703 0.8964225 0.8881887 0.08668053 0.6663023 0.07384824 0.6716047 0.07107144 0.6606186 0.07549703 0.6425709 0.08084756 0.6538866 0.06843221 0.6503974 0.04217892 0.6391203 0.04423403 0.627575 0.05145049 0.6370305 0.04217892 0.6391203 0.03263348 0.6425499 0.03256809 0.6289789 0.1810432 0.6267616 0.1877897 0.6207534 0.191974 0.6406064 0.17506 0.6081441 0.1877897 0.6207534 0.1701315 0.6146723 0.1944462 0.6147477 0.1877897 0.6207534 0.1806256 0.6019386 0.1944462 0.6147477 0.2089698 0.6284065 0.201006 0.6348878 0.191974 0.6406064 0.201006 0.6348878 0.1975719 0.6485803 0.2089698 0.6284065 0.2162657 0.636218 0.2077783 0.6431892 0.1944462 0.6147477 0.1806256 0.6019386 0.186632 0.59634 0.2038991 0.6046149 0.199225 0.6101922 0.1938238 0.5956054 0.2133343 0.6226387 0.199225 0.6101922 0.2123554 0.6155142 0.1944462 0.6147477 0.199225 0.6101922 0.2089698 0.6284065 0.1660358 0.6212395 0.1759939 0.6313241 0.1650993 0.6282141 0.1660358 0.6212395 0.1701315 0.6146723 0.1810432 0.6267616 0.1810432 0.6267616 0.191974 0.6406064 0.1844047 0.6440859 0.1704868 0.6366561 0.1759939 0.6313241 0.1777828 0.6436391 0.191974 0.6406064 0.1975719 0.6485803 0.1878012 0.6516631 0.2208793 0.6283953 0.2162657 0.636218 0.2089698 0.6284065 0.201006 0.6348878 0.1877897 0.6207534 0.191974 0.6406064 0.201006 0.6348878 0.2089698 0.6284065 0.1944462 0.6147477 0.17506 0.6081441 0.1877897 0.6207534 0.1806256 0.6019386 0.1810432 0.6267616 0.1877897 0.6207534 0.1701315 0.6146723 0.2077783 0.6431892 0.201006 0.6348878 0.1975719 0.6485803 0.2077783 0.6431892 0.2162657 0.636218 0.2089698 0.6284065 0.186632 0.59634 0.1806256 0.6019386 0.1944462 0.6147477 0.2133343 0.6226387 0.199225 0.6101922 0.2089698 0.6284065 0.2038991 0.6046149 0.199225 0.6101922 0.2123554 0.6155142 0.186632 0.59634 0.199225 0.6101922 0.1938238 0.5956054 0.1704868 0.6366561 0.1759939 0.6313241 0.1650993 0.6282141 0.1844047 0.6440859 0.1759939 0.6313241 0.1777828 0.6436391 0.1844047 0.6440859 0.191974 0.6406064 0.1810432 0.6267616 0.1810432 0.6267616 0.1701315 0.6146723 0.1660359 0.6212396 0.1878012 0.6516631 0.1975719 0.6485803 0.191974 0.6406064 0.2089698 0.6284065 0.2162657 0.636218 0.2208793 0.6283953 0.1150864 0.9834244 0.1039961 0.9840993 0.1115928 0.9794613 0.1150864 0.9834244 0.1164101 0.9883871 0.1015118 0.9881578 0.1015118 0.9881578 0.08631873 0.9862195 0.0921362 0.9817078 0.1051357 0.9783546 0.1039961 0.9840993 0.09769946 0.9787122 0.09769946 0.9787122 0.09142559 0.9737049 0.1047043 0.9723935 0.1115928 0.9794613 0.1051357 0.9783546 0.1167722 0.9728977 0.08631873 0.9862195 0.07033824 0.9820719 0.08130252 0.9781829 0.09769946 0.9787122 0.0921362 0.9817078 0.09142559 0.9737049 0.1251727 0.9803656 0.1350591 0.987757 0.1164101 0.9883871 0.1115928 0.9794613 0.1167722 0.9728977 0.1251727 0.9803656 0.1051357 0.9783545 0.1039961 0.9840993 0.1115928 0.9794613 0.0921362 0.9817078 0.1039961 0.9840993 0.09769946 0.9787122 0.0921362 0.9817078 0.08631873 0.9862195 0.1015118 0.9881578 0.1015118 0.9881578 0.1164101 0.988387 0.1150864 0.9834244 0.1047044 0.9723935 0.1051357 0.9783545 0.1167722 0.9728977 0.1047044 0.9723935 0.09142559 0.9737049 0.09769946 0.9787122 0.08130252 0.9781829 0.0921362 0.9817078 0.09142559 0.9737049 0.08130252 0.9781829 0.07033824 0.9820719 0.08631873 0.9862195 0.08631873 0.9862195 0.07033824 0.9820719 0.06159615 0.9912062 0.1164101 0.988387 0.1350591 0.987757 0.1251727 0.9803656 0.1251727 0.9803656 0.1167722 0.9728977 0.1115928 0.9794613 0.2267084 0.694302 0.2368851 0.7155818 0.2246159 0.7005814 0.2329576 0.7186269 0.2294284 0.7203564 0.2246159 0.7005814 0.2329576 0.7186269 0.2368851 0.7155817 0.2246159 0.7005814 0.2196059 0.6997038 0.2294284 0.7203564 0.2246159 0.7005814 0.3099402 0.7336387 0.3233481 0.7384284 0.3115931 0.7609455 0.3348209 0.7425284 0.3342778 0.7670995 0.3237362 0.7644036 0.2437819 0.7140628 0.2562189 0.7169119 0.2569947 0.7481203 0.2727308 0.7222014 0.2815561 0.75261 0.2677475 0.7494971 0.2727308 0.7222014 0.2918529 0.7280033 0.2815561 0.75261 0.3099402 0.7336387 0.3115931 0.7609455 0.2968522 0.7567202 0.2398682 0.7566099 0.2246703 0.7251713 0.2419145 0.7546233 0.2265739 0.722096 0.2294284 0.7203564 0.2419145 0.7546233 0.2329576 0.7186269 0.2473365 0.7513314 0.2443782 0.7529984 0.2437819 0.7140628 0.2569947 0.7481203 0.2508665 0.7492187 0.2329576 0.7186269 0.2368851 0.7155818 0.2473365 0.7513314 0.3237362 0.7644036 0.3233481 0.7384285 0.3115931 0.7609455 0.3237362 0.7644036 0.3342778 0.7670995 0.3348209 0.7425283 0.2677475 0.7494971 0.2562189 0.7169119 0.2569947 0.7481203 0.2677475 0.7494971 0.2815561 0.75261 0.2727308 0.7222014 0.2968522 0.7567202 0.2918529 0.7280033 0.2815561 0.75261 0.2968522 0.7567202 0.3115931 0.7609455 0.3099403 0.7336387 0.2265739 0.722096 0.2246703 0.7251713 0.2419145 0.7546233 0.2443782 0.7529984 0.2294284 0.7203564 0.2419145 0.7546233 0.2443782 0.7529984 0.2473365 0.7513314 0.2329576 0.7186269 0.2508665 0.7492185 0.2368851 0.7155817 0.2473365 0.7513314 0.2508665 0.7492185 0.2569947 0.7481203 0.2437819 0.7140628 0.3180341 0.8283788 0.3271351 0.8331025 0.3329663 0.8001166 0.3180341 0.8283788 0.3231025 0.7984741 0.3083097 0.8266317 0.2458677 0.7904796 0.246284 0.8182957 0.2491899 0.8182151 0.2509971 0.7894894 0.2484419 0.789965 0.2518894 0.8183111 0.2544849 0.8189644 0.2536275 0.7891985 0.2518894 0.8183111 0.2544849 0.8189644 0.2578859 0.8198769 0.2569867 0.7888895 0.277503 0.823314 0.277593 0.7892633 0.2696145 0.8218182 0.277503 0.823314 0.2870018 0.8265557 0.2884837 0.7911687 0.2982238 0.825089 0.3002927 0.7937967 0.2870018 0.8265557 0.2982238 0.825089 0.3083097 0.8266317 0.3121292 0.7964608 0.2630023 0.8207504 0.2617285 0.7883595 0.2578859 0.8198769 0.2630023 0.8207504 0.2696145 0.8218182 0.2684111 0.7882652 0.3329663 0.8001166 0.3271351 0.8331025 0.318034 0.8283788 0.3121292 0.7964608 0.3231025 0.7984741 0.3083097 0.8266317 0.2491899 0.8182151 0.246284 0.8182957 0.2458677 0.7904795 0.2491899 0.8182151 0.2484419 0.789965 0.2518894 0.8183111 0.2509971 0.7894894 0.2536275 0.7891986 0.2518894 0.8183111 0.2569867 0.7888895 0.2578859 0.8198769 0.2544849 0.8189644 0.2684111 0.7882652 0.277593 0.7892633 0.2696145 0.8218182 0.2884837 0.7911687 0.2870018 0.8265557 0.277503 0.823314 0.2884837 0.7911687 0.3002927 0.7937968 0.2870018 0.8265557 0.3121292 0.7964608 0.3083097 0.8266317 0.2982238 0.825089 0.2569867 0.7888895 0.2617285 0.7883595 0.2578859 0.8198769 0.2684111 0.7882652 0.2696145 0.8218182 0.2630023 0.8207504 0.3342778 0.7670995 0.3329663 0.8001166 0.3231025 0.7984741 0.3115931 0.7609455 0.3237362 0.7644036 0.3121292 0.7964608 0.2484419 0.789965 0.2398682 0.7566099 0.2509971 0.7894894 0.2484419 0.789965 0.2458677 0.7904795 0.2379785 0.7585836 0.2473365 0.7513314 0.2569867 0.7888895 0.2536275 0.7891986 0.2536275 0.7891986 0.2509971 0.7894894 0.2419145 0.7546233 0.2815561 0.75261 0.2884837 0.7911687 0.277593 0.7892633 0.2569947 0.7481203 0.2677475 0.7494971 0.2684111 0.7882652 0.3115931 0.7609455 0.3121292 0.7964608 0.3002927 0.7937968 0.2815561 0.75261 0.2968522 0.7567202 0.2884837 0.7911687 0.2569947 0.7481203 0.2684111 0.7882652 0.2617285 0.7883595 0.2473365 0.7513314 0.2508665 0.7492187 0.2569867 0.7888895 0.3231025 0.7984741 0.3329663 0.8001166 0.3342778 0.7670995 0.3231025 0.7984741 0.3237362 0.7644036 0.3121292 0.7964608 0.2419145 0.7546233 0.2398682 0.7566099 0.2509971 0.7894894 0.2379785 0.7585837 0.2458677 0.7904796 0.2484419 0.789965 0.2536275 0.7891985 0.2569867 0.7888895 0.2473365 0.7513314 0.2419145 0.7546233 0.2509971 0.7894894 0.2536275 0.7891985 0.277593 0.7892633 0.2884837 0.7911687 0.2815561 0.75261 0.277593 0.7892633 0.2677475 0.7494971 0.2684111 0.7882652 0.3002927 0.7937967 0.3121292 0.7964608 0.3115931 0.7609455 0.3002927 0.7937967 0.2968522 0.7567202 0.2884837 0.7911687 0.2617285 0.7883595 0.2684111 0.7882652 0.2569947 0.7481203 0.2617285 0.7883595 0.2508665 0.7492185 0.2569867 0.7888895 0.2773299 0.8610985 0.2827575 0.8673045 0.2870018 0.8265557 0.3127238 0.8600865 0.311584 0.8712153 0.3271351 0.8331025 0.3180341 0.8283788 0.3090208 0.8545257 0.3271351 0.8331025 0.3180341 0.8283788 0.3083097 0.8266317 0.3026009 0.852577 0.4569222 0.8564621 0.4416955 0.8682168 0.4357506 0.8699685 0.5195391 0.8290529 0.4569222 0.8564621 0.4565901 0.8538029 0.5836384 0.8091595 0.5195391 0.8290529 0.5188717 0.8264034 0.6209887 0.7969034 0.5836384 0.8091595 0.5840447 0.8070135 0.6275826 0.7960985 0.6209887 0.7969034 0.6222202 0.7946015 0.6329388 0.7934779 0.6275826 0.7960985 0.6272455 0.7952371 0.6372804 0.7897306 0.6388061 0.790736 0.6329388 0.7934779 0.7193825 0.7577917 0.6388061 0.790736 0.6372804 0.7897306 0.4476404 0.8664652 0.4629285 0.8672257 0.4416955 0.8682168 0.4629285 0.8672257 0.5276858 0.8468639 0.4643451 0.8697231 0.5276858 0.8468639 0.5884957 0.8227126 0.5300858 0.8484894 0.5884957 0.8227126 0.6212742 0.8084185 0.5898765 0.8239735 0.6212742 0.8084185 0.6291657 0.8042761 0.6239166 0.8088478 0.6291657 0.8042761 0.6347336 0.8024773 0.6299073 0.8051188 0.6410858 0.8012274 0.640882 0.8026249 0.6350373 0.8035666 0.7247064 0.7763049 0.6410858 0.8012274 0.6412895 0.7998299 0.7423576 0.7696954 0.7431249 0.7717433 0.7247064 0.7763049 0.7415903 0.7676475 0.7555525 0.7615712 0.7423576 0.7696954 0.7555525 0.7615712 0.8384766 0.735848 0.7564148 0.7626513 0.8384766 0.735848 0.8889924 0.7130827 0.8384969 0.7369139 0.9464662 0.6940723 0.889352 0.7156429 0.8889924 0.7130827 0.461521 0.8657384 0.4629285 0.8672257 0.4513878 0.8653432 0.4629285 0.8672257 0.461521 0.8657384 0.5260705 0.8448174 0.5877063 0.8210376 0.5884957 0.8227126 0.5260705 0.8448174 0.6206416 0.8069638 0.6212742 0.8084185 0.5877063 0.8210376 0.6289907 0.8030843 0.6291657 0.8042761 0.6206416 0.8069638 0.6291657 0.8042761 0.6289907 0.8030843 0.6339296 0.8012535 0.6412895 0.7998299 0.6400787 0.7987526 0.7208746 0.7719196 0.6400787 0.7987526 0.6412895 0.7998299 0.6339296 0.8012535 0.7354273 0.7651012 0.7366943 0.7591291 0.736484 0.7654599 0.7366943 0.7591291 0.7332369 0.7570081 0.7377843 0.758783 0.7192802 0.75602 0.7338109 0.7542729 0.7193825 0.7577917 0.7375407 0.7658187 0.7217742 0.7746549 0.736484 0.7654599 0.4357506 0.8699685 0.4416955 0.8682168 0.4569222 0.8564621 0.4565901 0.8538029 0.4569222 0.8564621 0.5195391 0.8290529 0.5188717 0.8264034 0.5195391 0.8290529 0.5836384 0.8091595 0.5840447 0.8070135 0.5836384 0.8091595 0.6209887 0.7969034 0.6222202 0.7946015 0.6209887 0.7969034 0.6275826 0.7960985 0.6272455 0.7952371 0.6275826 0.7960985 0.6329388 0.7934779 0.6329388 0.7934779 0.6388061 0.790736 0.6372804 0.7897306 0.6372804 0.7897306 0.6388061 0.790736 0.7193825 0.7577917 0.4643451 0.8697231 0.4629285 0.8672257 0.4416955 0.8682168 0.5300858 0.8484894 0.5276858 0.8468639 0.4643451 0.8697231 0.5898765 0.8239735 0.5884957 0.8227126 0.5300858 0.8484894 0.6239166 0.8088478 0.6212742 0.8084185 0.5898765 0.8239735 0.6299073 0.8051188 0.6291657 0.8042761 0.6239166 0.8088478 0.6350373 0.8035666 0.6347336 0.8024773 0.6299073 0.8051188 0.6353411 0.8046559 0.640882 0.8026249 0.6350373 0.8035666 0.6412895 0.7998299 0.6410858 0.8012274 0.7247064 0.7763049 0.7276386 0.7779548 0.7431249 0.7717433 0.7247064 0.7763049 0.7564148 0.7626513 0.7555525 0.7615712 0.7423576 0.7696954 0.8384969 0.7369139 0.8384766 0.735848 0.7564148 0.7626513 0.889352 0.7156429 0.8889924 0.7130827 0.8384969 0.7369139 0.8889924 0.7130827 0.889352 0.7156429 0.9464662 0.6940723 0.4476404 0.8664652 0.4629285 0.8672257 0.4513878 0.8653432 0.5260705 0.8448174 0.461521 0.8657384 0.4629285 0.8672257 0.5276858 0.8468639 0.5884957 0.8227126 0.5260705 0.8448174 0.5884957 0.8227126 0.6212742 0.8084185 0.5877063 0.8210376 0.6212742 0.8084185 0.6291657 0.8042761 0.6206416 0.8069638 0.6339296 0.8012535 0.6289907 0.8030843 0.6291657 0.8042761 0.7208746 0.7719196 0.6400787 0.7987526 0.6412895 0.7998299 0.6347336 0.8024773 0.6412895 0.7998299 0.6339296 0.8012535 0.7377843 0.758783 0.7366943 0.7591291 0.736484 0.7654599 0.7335239 0.7556405 0.7332369 0.7570081 0.7377843 0.758783 0.7335239 0.7556405 0.7338109 0.7542729 0.7193825 0.7577917 0.7208746 0.7719196 0.7217742 0.7746549 0.736484 0.7654599 0.3065445 0.7059796 0.3316447 0.696748 0.32864 0.6924617 0.4266831 0.6984806 0.4139045 0.7063496 0.3984447 0.6762833 0.3959739 0.6893702 0.4139045 0.7063496 0.3984447 0.6762833 0.3316447 0.696748 0.3065445 0.7059796 0.32864 0.6924617 0.3629069 0.7358494 0.3363919 0.7249324 0.3348209 0.7425283 0.953522 0.04303967 0.9457604 0.06837224 0.9399434 0.07373535 0.7394348 0.4455103 0.7521567 0.4583363 0.7198017 0.4641995 0.7394348 0.4455103 0.7607692 0.4231396 0.7686727 0.437665 0.01334035 0.908277 0.01750296 0.8996642 0.02376383 0.9102249 0.01334035 0.908277 0.009654939 0.9066549 0.01523762 0.895313 0.1272357 0.9042726 0.1289126 0.907092 0.1159476 0.9091674 0.1185734 0.9115397 0.1289126 0.907092 0.1213729 0.9136919 0.01750296 0.8996642 0.01523762 0.895313 0.02254623 0.8946545 0.03010171 0.8980485 0.03324556 0.9012457 0.02623951 0.9018827 0.01750296 0.8996642 0.02312988 0.8982396 0.02143639 0.902406 0.0779969 0.8985683 0.09102886 0.8971636 0.08583539 0.9023206 0.1045726 0.902172 0.1133397 0.8965875 0.109449 0.9043263 0.1045726 0.902172 0.1004118 0.9009532 0.10312 0.8969749 0.05131775 0.9014934 0.06453156 0.9011465 0.06107199 0.9069557 0.0779969 0.8985683 0.08583539 0.9023206 0.07453912 0.9048721 0.05131775 0.9014934 0.06107199 0.9069557 0.04686921 0.9065515 0.03324556 0.9012457 0.0410701 0.900873 0.037696 0.9059985 0.03324556 0.9012457 0.037696 0.9059985 0.03216749 0.9075183 0.02143639 0.902406 0.02623951 0.9018827 0.02376383 0.9102249 0.125141 0.9004994 0.1209717 0.8972381 0.1285737 0.8932908 0.1289126 0.907092 0.1351876 0.9054954 0.1302473 0.9094244 0.1620142 0.903155 0.1793578 0.8977746 0.1674107 0.9113306 0.1966716 0.8897647 0.2011868 0.8956614 0.1831421 0.9053087 0.1966716 0.8897647 0.2122418 0.8766991 0.2011868 0.8956614 0.2249858 0.8607036 0.2312012 0.8639222 0.2176206 0.8811968 0.2249858 0.8607036 0.233821 0.8439041 0.2312012 0.8639222 0.2399682 0.9750795 0.2434638 0.9850986 0.2148506 0.9838107 0.2700064 0.9721542 0.2434638 0.9850986 0.2620975 0.9630215 0.2700064 0.9721542 0.2620975 0.9630215 0.2794414 0.9470764 0.3037495 0.9321345 0.2893671 0.9533976 0.2936515 0.9274805 0.3208783 0.8667606 0.3327378 0.8687354 0.3271351 0.8331025 0.1137414 0.906498 0.109449 0.9043263 0.1209717 0.8972381 0.1272357 0.9042726 0.1159476 0.9091674 0.1137414 0.906498 0.144755 0.9182938 0.1370338 0.9195575 0.1419618 0.9127546 0.1620142 0.903155 0.1674107 0.9113306 0.157917 0.9149191 0.1510213 0.9049224 0.1620142 0.903155 0.1556259 0.908631 0.148164 0.9121515 0.149923 0.9084886 0.1522657 0.9115769 0.148164 0.9121515 0.1419618 0.9127546 0.1427106 0.9096031 0.1315311 0.9185843 0.1362113 0.9132131 0.1370338 0.9195575 0.1315311 0.9185843 0.1273074 0.9173999 0.1324583 0.9133921 0.1313151 0.9117369 0.1302473 0.9094244 0.1359017 0.9079746 0.1241028 0.9157073 0.1313151 0.9117369 0.1273074 0.9173999 0.1241028 0.9157073 0.1213729 0.9136919 0.1302473 0.9094244 0.03031599 0.9648218 0.02363657 0.9730007 0.02235573 0.9625324 0.03031599 0.9648218 0.04108774 0.9654935 0.03236579 0.9764527 0.6318491 0.5717614 0.6026923 0.5910611 0.6152293 0.5519659 0.574635 0.6064098 0.5502472 0.6173945 0.5534695 0.5788447 0.6318491 0.5717614 0.6152293 0.5519659 0.6429073 0.529325 0.6429073 0.529325 0.671506 0.5004017 0.6857244 0.524868 0.7793847 0.4069481 0.7824762 0.4180074 0.7607692 0.4231396 0.7793847 0.4069481 0.7941322 0.3918858 0.7949233 0.3988565 0.01130872 0.8575049 0.01156812 0.8584312 0.007614374 0.8600598 0.007614374 0.8600598 0.01156812 0.8584312 0.01161086 0.8606399 0.007576763 0.8650222 0.007535278 0.8624741 0.01192098 0.8635923 0.007576763 0.8650222 0.01192098 0.8635923 0.01139903 0.865224 0.01113039 0.8668615 0.01099395 0.868012 0.01013189 0.868586 0.009469032 0.8705338 0.008299708 0.8680718 0.009285569 0.8685347 0.01047509 0.8692441 0.009804368 0.870104 0.01013189 0.868586 0.7531345 0.01970052 0.774035 0.00266546 0.6780276 0.02264529 0.9686926 0.1810986 0.9613186 0.1575229 0.9539508 0.2233614 0.732778 0.4798201 0.7521567 0.4583363 0.7198017 0.4641995 0.7686727 0.437665 0.7607692 0.4231396 0.7394348 0.4455102 0.732778 0.4798201 0.7198017 0.4641995 0.6987793 0.4815334 0.98663 0.03355211 0.9773701 0.03107804 0.9709946 0.060795 0.9687731 0.03132545 0.959341 0.06028068 0.9659257 0.05964231 0.01355868 0.9362 0.005812048 0.9379197 0.0134083 0.9390886 0.1185734 0.9115397 0.1289126 0.907092 0.1159476 0.9091673 0.09102886 0.8971637 0.09020596 0.8949764 0.0779969 0.8985683 0.1047923 0.894495 0.09020596 0.8949764 0.10312 0.8969749 0.06453156 0.9011465 0.06055235 0.8989043 0.05131775 0.9014934 0.06453156 0.9011465 0.0779969 0.8985683 0.07547676 0.896717 0.0410701 0.900873 0.03729581 0.8975399 0.03324556 0.9012457 0.09467107 0.9013568 0.09102886 0.8971637 0.08583539 0.9023206 0.09467107 0.9013568 0.1004118 0.9009532 0.10312 0.8969749 0.1209717 0.8972381 0.1133397 0.8965875 0.109449 0.9043263 0.10312 0.8969749 0.1004118 0.9009532 0.1045726 0.902172 0.07453912 0.9048721 0.06453156 0.9011465 0.06107199 0.9069557 0.04686921 0.9065515 0.0410701 0.900873 0.037696 0.9059985 0.04686921 0.9065515 0.06107199 0.9069557 0.05131775 0.9014934 0.03216749 0.9075183 0.02623951 0.9018828 0.02376383 0.9102249 0.03216749 0.9075183 0.037696 0.9059985 0.03324556 0.9012457 0.1285737 0.8932908 0.1209717 0.8972381 0.125141 0.9004994 0.1359017 0.9079746 0.1351876 0.9054953 0.1302473 0.9094244 0.1289126 0.907092 0.1351876 0.9054953 0.1272357 0.9042726 0.1623612 0.8988239 0.1510376 0.9018648 0.1620142 0.903155 0.1623612 0.8988239 0.1620142 0.903155 0.1793578 0.8977746 0.1793578 0.8977746 0.1966716 0.8897647 0.1945618 0.8866602 0.1831421 0.9053087 0.2011868 0.8956614 0.1966716 0.8897647 0.2122418 0.8766991 0.2095715 0.8743116 0.1966716 0.8897647 0.2122418 0.8766991 0.2249858 0.8607036 0.2218073 0.8590375 0.2176206 0.8811968 0.2122418 0.8766991 0.2011868 0.8956614 0.2176206 0.8811968 0.2312012 0.8639222 0.2249858 0.8607036 0.2406865 0.8458451 0.233821 0.8439041 0.2312012 0.8639222 0.2406865 0.8458451 0.246284 0.8182957 0.2395046 0.8177496 0.233821 0.8439041 0.2395046 0.8177496 0.2355463 0.8169351 0.2395046 0.8177496 0.246284 0.8182957 0.2406865 0.8458451 0.2355464 0.8169351 0.2395046 0.8177496 0.233821 0.8439041 0.1209717 0.8972381 0.109449 0.9043263 0.1137414 0.9064979 0.1137414 0.9064979 0.1159476 0.9091673 0.1272357 0.9042726 0.1556259 0.908631 0.1620142 0.903155 0.1510213 0.9049224 0.1427106 0.9096031 0.1419618 0.9127546 0.148164 0.9121515 0.1556259 0.908631 0.149923 0.9084886 0.1522657 0.9115769 0.1359017 0.9079746 0.1302473 0.9094244 0.1313151 0.9117369 0.1362113 0.9132131 0.1364613 0.9105541 0.1324583 0.9133921 0.1427106 0.9096031 0.1364613 0.9105541 0.1419618 0.9127546 0.3208783 0.8667606 0.3128412 0.888352 0.3248119 0.8909043 0.1047923 0.894495 0.10312 0.8969749 0.1133397 0.8965875 0.1285737 0.8932908 0.1181014 0.8926389 0.1209717 0.8972381 0.5867536 0.5679182 0.6026923 0.5910611 0.6152294 0.5519659 0.5867536 0.5679182 0.5534695 0.5788447 0.574635 0.6064098 0.5292124 0.5919764 0.5502472 0.6173946 0.5534695 0.5788447 0.6429073 0.529325 0.6152294 0.5519659 0.6318491 0.5717614 0.6857244 0.524868 0.671506 0.5004017 0.6429073 0.529325 0.9313401 0.1854315 0.9216017 0.2038789 0.9211153 0.2082241 0.9308348 0.1783583 0.9313401 0.1854315 0.9406596 0.1590303 0.9216017 0.2038789 0.9313401 0.1854315 0.92101 0.1976864 0.7686727 0.437665 0.7824762 0.4180074 0.7607692 0.4231396 0.7949233 0.3988565 0.7941322 0.3918858 0.7793847 0.4069481 0.8201605 0.3568621 0.8225068 0.3616148 0.8276076 0.3432748 0.8134776 0.376574 0.8225068 0.3616148 0.8127135 0.3704493 0.007381737 0.8582437 0.01079994 0.8567848 0.01000881 0.8551953 0.007614374 0.8600598 0.01156812 0.8584313 0.01130872 0.8575049 0.007381737 0.8582437 0.007591605 0.8590189 0.01079994 0.8567848 0.01161086 0.8606399 0.01156812 0.8584313 0.007614374 0.8600598 0.01161086 0.8606399 0.007535278 0.8624741 0.01192098 0.8635923 0.008299708 0.8680718 0.01126581 0.8658767 0.01139903 0.865224 0.01139903 0.865224 0.01192098 0.8635923 0.007576763 0.8650222 0.01013189 0.868586 0.01099395 0.868012 0.01113039 0.8668615 0.008299708 0.8680718 0.009285569 0.8685347 0.01126581 0.8658767 0.009285569 0.8685347 0.008299708 0.8680718 0.009469032 0.8705338 0.7394829 0.002225697 0.774035 0.00266546 0.6780276 0.02264529 0.8085872 0.003105223 0.8282414 0.01675575 0.7531345 0.01970052 0.6132469 0.1380013 0.5773773 0.137923 0.6240374 0.1164717 0.6132469 0.1380013 0.6024564 0.1595308 0.534625 0.171984 0.5973284 0.09888839 0.6201297 0.1038619 0.5773773 0.137923 0.534625 0.171984 0.6024564 0.1595308 0.6007 0.1651781 0.5955228 0.1732867 0.5650739 0.1726354 0.5989435 0.1708254 0.5423923 0.142726 0.5585038 0.1109516 0.534625 0.171984 0.9166553 0.08799159 0.9013662 0.009703099 0.9156125 0.01749354 0.9378339 0.0462476 0.9272446 0.06711959 0.9298588 0.02528405 0.8907141 0.08867913 0.8514484 0.06432092 0.9166553 0.08799159 0.8907141 0.08867913 0.864773 0.08936667 0.8513211 0.06878304 0.9877851 0.1697543 0.9686926 0.1810986 0.993234 0.1532221 0.9877851 0.1697543 0.9823361 0.1862865 0.9539508 0.2233614 0.9555053 0.1659187 0.9613186 0.1575229 0.9539508 0.2233614 0.9671319 0.1491271 0.9834343 0.1388357 0.9686926 0.1810986 0.9893756 0.2033714 0.9716632 0.2133664 0.9926415 0.197247 0.9481704 0.2107485 0.9503317 0.171718 0.9539508 0.2233614 0.9481704 0.2107485 0.9423901 0.1981356 0.9451581 0.1775172 0.4397581 0.9527019 0.4384839 0.9620584 0.4146987 0.8951253 0.4146987 0.8951253 0.3940122 0.9682301 0.39086 0.9646853 0.3814639 0.9394949 0.3980813 0.9173101 0.3877077 0.9611406 0.4339941 0.9150249 0.4532895 0.9349244 0.4536329 0.943196 0.7425468 0.1081895 0.7461064 0.09670019 0.8251934 0.03049623 0.7950716 0.1068109 0.783787 0.1189655 0.8251934 0.03049623 0.7725024 0.1311202 0.7425693 0.138574 0.7838813 0.08453512 0.8251934 0.03049623 0.7461064 0.09670019 0.7458831 0.0889303 0.7551543 0.05654656 0.7901738 0.0435214 0.7456598 0.08116036 0.827167 0.06246334 0.8023112 0.1103451 0.8251934 0.03049623 0.827167 0.06246334 0.8291407 0.09443038 0.8095508 0.1138792 0.9687731 0.03132545 0.959341 0.06028068 0.9524227 0.06353902 0.953522 0.04303967 0.9610713 0.03567236 0.9457604 0.06837224 0.744975 0.4904593 0.732778 0.4798201 0.7521567 0.4583363 0.7829576 0.4407017 0.7630315 0.4671624 0.7686727 0.437665 0.6989116 0.5397201 0.6857244 0.524868 0.7103862 0.5019155 0.744975 0.4904593 0.7234247 0.5149112 0.732778 0.4798201 0.9659256 0.05964231 0.9773701 0.03107804 0.9709946 0.060795 0.9659256 0.05964231 0.959341 0.06028068 0.9687731 0.03132545 0.01199257 0.9512634 0.01343649 0.9557844 0.006306648 0.9603032 0.005412817 0.9409742 0.0134083 0.9390886 0.01303297 0.9421232 0.01303297 0.9421232 0.0129922 0.9459006 0.004621505 0.9490043 0.07547676 0.896717 0.09020596 0.8949764 0.0779969 0.8985683 0.09102886 0.8971636 0.09020596 0.8949764 0.10312 0.8969749 0.04688912 0.8981778 0.05131775 0.9014934 0.0410701 0.900873 0.03010171 0.8980485 0.03729581 0.8975399 0.03324556 0.9012457 0.02254623 0.8946545 0.01523762 0.895313 0.0259279 0.8905473 0.1937779 0.9879883 0.1927756 0.9955919 0.1740518 0.9874346 0.1937779 0.9879883 0.2148506 0.9838107 0.215725 0.9927411 0.04683548 0.9849953 0.05439954 0.9766994 0.06112074 0.9800084 0.06159615 0.9912062 0.05350214 0.9885172 0.07033824 0.9820719 0.1532454 0.9891275 0.1740518 0.9874346 0.1723184 0.9959251 0.1339108 0.9959236 0.1350591 0.987757 0.1532454 0.9891275 0.3037495 0.9321345 0.2936515 0.9274805 0.3053716 0.9084139 0.3248119 0.8909043 0.3153567 0.9116705 0.3128412 0.888352 0.1133397 0.8965875 0.1181014 0.8926389 0.1209717 0.8972381 0.1133397 0.8965875 0.10312 0.8969749 0.1047923 0.894495 0.01681005 0.9595304 0.009811937 0.9653121 0.01343649 0.9557844 0.5842433 0.6240063 0.5597392 0.6361319 0.574635 0.6064098 0.5842433 0.6240063 0.574635 0.6064098 0.6026923 0.5910611 0.6431365 0.5869588 0.6129689 0.6072732 0.6318491 0.5717614 0.6431365 0.5869588 0.6318491 0.5717614 0.6595359 0.5489235 0.6989116 0.5397202 0.6719664 0.5640886 0.6857244 0.524868 0.9838383 0.04695445 0.9822527 0.06661802 0.9795014 0.06024581 0.9836173 0.06644099 0.9822527 0.06661802 0.98663 0.03355211 0.973366 0.06290984 0.9838383 0.04695445 0.9743884 0.06550568 0.973366 0.06290984 0.9709946 0.060795 0.98663 0.03355211 0.9687389 0.1090341 0.9745033 0.08292579 0.9772038 0.07549655 0.9772038 0.07549655 0.9795236 0.06697201 0.9822527 0.06661802 0.9754776 0.09367793 0.976053 0.08761745 0.9836173 0.06644099 0.9352667 0.18426 0.9454033 0.1576253 0.9508488 0.1503067 0.957242 0.1416574 0.9466353 0.1635733 0.9559182 0.1418368 0.9555168 0.1303126 0.9520503 0.1298658 0.9589025 0.1092069 0.9577762 0.1363569 0.9628909 0.1242465 0.9559182 0.1418368 0.9577762 0.1363569 0.9576516 0.1331109 0.9649277 0.1125983 0.9687389 0.1090341 0.9628909 0.1242465 0.9745033 0.08292579 0.9633346 0.1068521 0.9649277 0.1125983 0.9555168 0.1303126 0.8991964 0.2467926 0.9085056 0.2256115 0.9141207 0.2199229 0.9200589 0.21451 0.909662 0.2317766 0.918967 0.2135711 0.9406596 0.1590303 0.9308348 0.1783583 0.9390978 0.1537225 0.9211153 0.2082241 0.9273324 0.1979829 0.918967 0.2135711 0.9211153 0.2082241 0.9216017 0.2038789 0.9313401 0.1854315 0.9352667 0.18426 0.9273324 0.1979829 0.9454033 0.1576253 0.9454033 0.1576253 0.9313401 0.1854315 0.9406596 0.1590303 0.8609324 0.3041973 0.870675 0.2841417 0.8765794 0.2782471 0.8837555 0.2720884 0.8723163 0.2891271 0.882331 0.2707973 0.8857304 0.2637227 0.8917168 0.2565678 0.882331 0.2707973 0.8857304 0.2637227 0.8868954 0.2586214 0.8956484 0.2458027 0.8991964 0.2467926 0.8917168 0.2565678 0.9085056 0.2256115 0.8920557 0.2442547 0.8956484 0.2458027 0.8839343 0.2573474 0.9085056 0.2256115 0.8956484 0.2458027 0.9001771 0.231162 0.8458978 0.328599 0.836368 0.3464691 0.8445296 0.3264734 0.8471344 0.3206991 0.8531364 0.313812 0.8445296 0.3264734 0.8471344 0.3206991 0.848297 0.3160111 0.8573059 0.3036612 0.8609324 0.3041973 0.8531364 0.313812 0.870675 0.2841417 0.8560274 0.298832 0.8573058 0.3036612 0.8480721 0.310447 0.870675 0.2841417 0.8573059 0.3036612 0.8639826 0.2872169 0.7829576 0.4407017 0.7686727 0.437665 0.7824762 0.4180074 0.8011242 0.3976899 0.7931626 0.41825 0.7949233 0.3988565 0.7931626 0.41825 0.8024546 0.4065556 0.7829576 0.4407017 0.7931626 0.41825 0.8011242 0.3976899 0.805293 0.3936196 0.8119419 0.3902446 0.8024546 0.4065556 0.8091934 0.388086 0.8127135 0.3704493 0.807635 0.3718009 0.8158604 0.3560575 0.8119868 0.3819968 0.8188398 0.3739388 0.8091934 0.388086 0.8119868 0.3819968 0.8134776 0.376574 0.8225068 0.3616148 0.8266483 0.3630424 0.8188398 0.3739388 0.8351279 0.3384093 0.8201605 0.3568621 0.8225068 0.3616148 0.8127135 0.3704493 0.01000881 0.8551953 0.01079994 0.8567848 0.007381737 0.8582437 0.01000881 0.8551953 0.006899476 0.8566268 0.009278595 0.8535019 0.0089522 0.8524704 0.006136953 0.8536934 0.008827805 0.8517698 0.534625 0.171984 0.6024564 0.1595308 0.6132469 0.1380013 0.5773773 0.137923 0.5809504 0.1048552 0.534625 0.171984 0.5773773 0.137923 0.6201297 0.1038619 0.5973284 0.09888839 0.6007 0.1651781 0.5650739 0.1726354 0.5989435 0.1708254 0.6007 0.1651781 0.6024564 0.1595308 0.534625 0.171984 0.5645723 0.110822 0.5585038 0.1109516 0.534625 0.171984 0.882914 0.05077439 0.8408647 0.04340237 0.9166553 0.08799159 0.8515757 0.05985873 0.8514484 0.06432092 0.9166553 0.08799159 0.8513211 0.06878304 0.864773 0.08936667 0.8907141 0.08867913 0.9539508 0.2233614 0.9823361 0.1862865 0.9877851 0.1697543 0.9555053 0.1659187 0.9503317 0.171718 0.9539508 0.2233614 0.4146987 0.8951253 0.3940122 0.9682301 0.3965801 0.9751743 0.4194648 0.9908519 0.4170818 0.9429886 0.3991479 0.9821186 0.4170818 0.9429886 0.4384839 0.9620584 0.4146987 0.8951253 0.4170818 0.9429886 0.4194648 0.9908519 0.4372097 0.971415 0.39086 0.9646853 0.3980813 0.9173101 0.3877077 0.9611406 0.39086 0.9646853 0.3940122 0.9682301 0.4146987 0.8951253 0.4397581 0.9527019 0.4466955 0.9479489 0.4146987 0.8951253 0.7425693 0.138574 0.7838813 0.08453512 0.7389873 0.1196788 0.7838813 0.08453512 0.783787 0.1189655 0.8251934 0.03049623 0.7838813 0.08453512 0.7425693 0.138574 0.7725024 0.1311202 0.7458831 0.0889303 0.7901738 0.0435214 0.7456598 0.08116036 0.7458831 0.0889303 0.7461064 0.09670019 0.8251934 0.03049623 0.7950716 0.1068109 0.8023112 0.1103451 0.8251934 0.03049623 0.8095508 0.1138792 0.8291407 0.09443038 0.827167 0.06246334 0.005993008 0.8527978 0.006136953 0.8536934 0.008827805 0.8517698 0.9399434 0.07373535 0.9457604 0.06837224 0.953522 0.04303967 0.7521567 0.4583363 0.732778 0.4798201 0.744975 0.4904593 0.7521567 0.4583363 0.7630315 0.4671624 0.7686727 0.437665 0.7103862 0.5019155 0.6857244 0.524868 0.6989116 0.5397202 0.7103862 0.5019155 0.7234247 0.5149112 0.732778 0.4798201 0.006306648 0.9603032 0.01343649 0.9557844 0.01199257 0.9512634 0.004621505 0.9490043 0.004830777 0.9545575 0.0129922 0.9459006 0.004621505 0.9490043 0.0129922 0.9459006 0.01303297 0.9421232 0.01303297 0.9421232 0.0134083 0.9390886 0.005412817 0.9409742 0.01523762 0.895313 0.009654939 0.9066549 0.01334035 0.908277 0.02143639 0.902406 0.01750296 0.8996642 0.02376383 0.9102249 0.01400935 0.9307045 0.005824506 0.9318775 0.01369029 0.9334184 0.01400935 0.9307045 0.01442211 0.9280244 0.005486667 0.9286177 0.0259279 0.8905473 0.01523762 0.895313 0.02254623 0.8946545 0.02254623 0.8946545 0.01523762 0.895313 0.01750296 0.8996642 0.02623951 0.9018828 0.03324556 0.9012457 0.03010165 0.8980485 0.215725 0.9927411 0.2148506 0.9838107 0.1937779 0.9879883 0.1723184 0.9959251 0.1927756 0.9955919 0.1740518 0.9874346 0.2399682 0.9750794 0.2434638 0.9850986 0.2620975 0.9630215 0.215725 0.9927411 0.2434638 0.9850986 0.2148506 0.9838107 0.2794414 0.9470764 0.2893671 0.9533976 0.2936515 0.9274805 0.2794414 0.9470764 0.2620975 0.9630215 0.2700064 0.9721542 0.06112074 0.9800084 0.05439954 0.9766994 0.04683548 0.9849953 0.1723184 0.9959251 0.1740518 0.9874346 0.1532454 0.9891275 0.1532454 0.9891275 0.1350591 0.987757 0.1339108 0.9959236 0.3053716 0.9084139 0.3153567 0.9116705 0.3128412 0.888352 0.3053716 0.9084139 0.2936515 0.9274805 0.3037495 0.9321345 0.04799634 0.9722226 0.03994441 0.9807124 0.05439954 0.9766994 0.04799634 0.9722226 0.04108774 0.9654935 0.03236579 0.9764527 0.03236579 0.9764527 0.04108774 0.9654935 0.03031599 0.9648218 0.01552814 0.9695545 0.02363657 0.9730007 0.02235573 0.9625324 0.006306648 0.9603032 0.009811937 0.9653121 0.01343649 0.9557844 0.01552814 0.9695545 0.02235573 0.9625324 0.01681005 0.9595304 0.5502472 0.6173946 0.5597392 0.6361319 0.574635 0.6064098 0.6026923 0.5910611 0.6129689 0.6072732 0.6318491 0.5717614 0.6026923 0.5910611 0.574635 0.6064098 0.5842433 0.6240063 0.6595359 0.5489235 0.6719665 0.5640886 0.6857244 0.524868 0.6595359 0.5489235 0.6318491 0.5717614 0.6431366 0.5869588 0.9838383 0.04695445 0.9822527 0.06661802 0.98663 0.03355211 0.9795236 0.06697201 0.9822527 0.06661802 0.9795014 0.06024581 0.98663 0.03355211 0.9709946 0.060795 0.973366 0.06290984 0.973366 0.06290984 0.9743884 0.06550568 0.9795014 0.06024581 0.9822527 0.06661802 0.9760529 0.08761745 0.9836173 0.06644099 0.9822527 0.06661802 0.9795236 0.06697201 0.9772038 0.07549655 0.9772038 0.07549655 0.9745033 0.08292579 0.9687388 0.1090341 0.9589025 0.1092069 0.9633346 0.1068521 0.9693945 0.08045989 0.9589025 0.1092069 0.9520503 0.1298658 0.9555168 0.1303126 0.9649277 0.1125983 0.962891 0.1242465 0.9745033 0.08292579 0.9649277 0.1125983 0.9576516 0.1331109 0.9577762 0.1363569 0.957242 0.1416574 0.962891 0.1242465 0.9559182 0.1418368 0.9633346 0.1068521 0.9649277 0.1125983 0.9711524 0.08339166 0.9141207 0.2199229 0.9085056 0.2256115 0.8991964 0.2467926 0.9249726 0.1803796 0.9308348 0.1783583 0.9390978 0.1537225 0.8765794 0.2782471 0.8723163 0.2891271 0.882331 0.2707973 0.8765794 0.2782471 0.870675 0.2841417 0.8609323 0.3041973 0.88913 0.2416091 0.8920557 0.2442547 0.9020317 0.2202189 0.8956484 0.2458027 0.8917168 0.2565678 0.9085056 0.2256115 0.8956484 0.2458027 0.8868954 0.2586214 0.8857304 0.2637227 0.8837555 0.2720884 0.8917168 0.2565678 0.882331 0.2707973 0.8920557 0.2442547 0.8956483 0.2458027 0.9001771 0.231162 0.8868954 0.2586214 0.8956484 0.2458027 0.8839343 0.2573474 0.8400604 0.3328956 0.8351279 0.3384093 0.8266483 0.3630424 0.8513375 0.2986189 0.8431857 0.3114145 0.8480721 0.310447 0.8573058 0.3036612 0.8531363 0.313812 0.870675 0.2841417 0.8573058 0.3036612 0.848297 0.3160111 0.8471344 0.3206991 0.8458977 0.328599 0.8531363 0.313812 0.8445296 0.3264734 0.8560274 0.298832 0.8573058 0.3036612 0.8639826 0.2872169 0.848297 0.3160111 0.8573058 0.3036612 0.8480721 0.310447 0.7824762 0.4180074 0.7686727 0.437665 0.7829576 0.4407017 0.7824762 0.4180074 0.7931626 0.41825 0.7949233 0.3988565 0.8010353 0.4130236 0.8024546 0.4065556 0.7829576 0.4407017 0.805293 0.3936196 0.8024546 0.4065556 0.8091934 0.388086 0.805293 0.3936196 0.8011242 0.3976899 0.7931626 0.41825 0.8225068 0.3616148 0.8188397 0.3739388 0.8351279 0.3384093 0.8225068 0.3616148 0.8134776 0.376574 0.8119868 0.3819968 0.8119419 0.3902446 0.8188397 0.3739388 0.8091934 0.388086 0.005990326 0.935018 0.01369029 0.9334184 0.01355868 0.9362 0.005412817 0.9409742 0.005812048 0.9379197 0.0134083 0.9390886 0.005990326 0.935018 0.005824506 0.9318775 0.01369029 0.9334184 0.403257 0.7138406 0.3873504 0.7000191 0.3959739 0.6893702 0.403257 0.7138406 0.393763 0.7201192 0.3873504 0.7000191 0.3841224 0.7255811 0.3650476 0.7150153 0.3771646 0.7082423 0.3771646 0.7082423 0.393763 0.7201192 0.3873504 0.7000191 0.3959739 0.6893702 0.3873504 0.7000191 0.403257 0.7138406 0.3506308 0.7213138 0.3363919 0.7249324 0.3629069 0.7358494 0.3506308 0.7213138 0.3730351 0.7306216 0.3650476 0.7150153 0.3771646 0.7082423 0.3650476 0.7150153 0.3841224 0.7255811 0.3629069 0.7358494 0.3363919 0.7249324 0.3506308 0.7213138 0.3348209 0.7425284 0.3363919 0.7249324 0.3629069 0.7358494 0.435359 0.6678867 0.4124846 0.6405856 0.4539759 0.6274356 0.473978 0.652705 0.4539759 0.6274356 0.4966622 0.6075662 0.5163646 0.6322368 0.4966622 0.6075662 0.5292124 0.5919764 0.473978 0.652705 0.435359 0.6678867 0.4512644 0.6873368 0.4966622 0.6075662 0.4539759 0.6274356 0.473978 0.652705 0.5163646 0.6322369 0.473978 0.652705 0.4863744 0.6711465 0.5292124 0.5919764 0.4966622 0.6075662 0.5163646 0.6322369 0.4512644 0.6873368 0.435359 0.6678867 0.473978 0.652705 0.4863744 0.6711465 0.473978 0.652705 0.5163646 0.6322368 0.5267427 0.6513961 0.5163646 0.6322368 0.5502472 0.6173945 0.5502472 0.6173946 0.5163646 0.6322369 0.5267427 0.6513961 0.4266831 0.6984806 0.3984447 0.6762833 0.435359 0.6678867 0.435359 0.6678867 0.3984447 0.6762833 0.4266831 0.6984806 0.3984447 0.6762833 0.3766825 0.6484436 0.4124846 0.6405856 0.113882 0.9955447 0.1164101 0.988387 0.1015118 0.9881578 0.07892596 0.9935612 0.0965994 0.9948859 0.08631873 0.9862195 0.1339108 0.9959236 0.113882 0.9955447 0.1350591 0.987757 0.1015118 0.9881578 0.1164101 0.9883871 0.113882 0.9955447 0.1015118 0.9881578 0.0965994 0.9948859 0.08631873 0.9862195 0.06159615 0.9912062 0.07033824 0.9820719 0.08631873 0.9862195 0.1164101 0.988387 0.113882 0.9955447 0.1350591 0.987757 0.3490306 0.7698183 0.3342778 0.7670995 0.3348209 0.7425284 0.3348209 0.7425283 0.3342778 0.7670995 0.3490306 0.7698183 0.3329663 0.8001166 0.3271351 0.8331025 0.3404944 0.8351368 0.3404944 0.8351367 0.3271351 0.8331025 0.3329663 0.8001166 0.2458677 0.7904796 0.2400261 0.7910601 0.246284 0.8182957 0.2355463 0.8169351 0.2395046 0.8177496 0.2400261 0.7910601 0.2395046 0.8177496 0.2400261 0.7910601 0.246284 0.8182957 0.2400261 0.7910601 0.2395046 0.8177496 0.2355464 0.8169351 0.2379785 0.7585836 0.2458677 0.7904795 0.2400261 0.7910601 0.2400261 0.7910601 0.2458677 0.7904796 0.2379785 0.7585837 0.3342778 0.7670995 0.3490306 0.7698183 0.3329663 0.8001166 0.3453896 0.8024209 0.3490306 0.7698183 0.3329663 0.8001166 0.1994965 0.682738 0.199411 0.6768663 0.1869469 0.6770758 0.9301458 0.8485816 0.9349285 0.8442998 0.9479192 0.8518775 0.3907597 0.7655156 0.3865845 0.7723135 0.3792817 0.7653968 0.4315991 0.773015 0.5052119 0.7718526 0.3866841 0.7855114 0.5747532 0.7576154 0.636353 0.7451686 0.6190991 0.7567389 0.6475811 0.7427163 0.6678631 0.7337794 0.6443341 0.748561 0.7160928 0.752465 0.6343761 0.7880738 0.7109924 0.7465902 0.8760585 0.759469 0.8363442 0.7843166 0.8487311 0.764223 0.7592968 0.767332 0.8386666 0.7401829 0.7639043 0.7705238 0.636353 0.7451686 0.6475811 0.7427163 0.6443341 0.748561 0.6222202 0.7946015 0.5840447 0.8070135 0.5876685 0.8017011 0.5912573 0.8252345 0.626559 0.8092771 0.5996179 0.8278032 0.4381112 0.7663305 0.3907597 0.7655156 0.4112943 0.7540513 0.6480709 0.7359493 0.6402292 0.7402898 0.6495919 0.7306464 0.7917461 0.6788039 0.7777085 0.6787766 0.7804356 0.6750563 0.8136768 0.6756873 0.7917461 0.6788039 0.8060501 0.6708631 0.8871474 0.6607449 0.849646 0.6705551 0.8789151 0.6541792 0.815908 0.6545548 0.827866 0.6550123 0.821897 0.6593318 0.827866 0.6550123 0.8399185 0.655838 0.8373957 0.6600444 0.5802652 0.9040074 0.6363967 0.8680882 0.6375027 0.8731366 0.8306572 0.7939155 0.8385164 0.7900674 0.8366128 0.7973416 0.9301458 0.8485816 0.9479192 0.8518775 0.9352873 0.8561323 0.8852701 0.7793529 0.8779582 0.7891 0.8705471 0.7882462 0.8779582 0.7891 0.8698214 0.7955672 0.8705471 0.7882462 0.9640816 0.7433279 0.9536271 0.7666772 0.9457569 0.7590947 0.9218846 0.771714 0.8917486 0.7767011 0.8969159 0.7710555 0.9536271 0.7666772 0.9218846 0.771714 0.9457569 0.7590947 0.9520259 0.8482189 0.9349285 0.8442998 0.9550301 0.8441437 0.836327 0.5399559 0.828621 0.5455199 0.823906 0.5429301 0.3727568 0.7758231 0.3865845 0.7723135 0.3866841 0.7855114 0.5129373 0.9435756 0.4696249 0.9768714 0.4775593 0.9828952 0.5052119 0.7718526 0.4865284 0.7877575 0.5653029 0.7680845 0.5747532 0.7576154 0.5653029 0.7680845 0.6190991 0.7567389 0.6475811 0.7427163 0.6443341 0.748561 0.6678631 0.7337794 0.5774886 0.9021545 0.5734575 0.8974575 0.5072484 0.9359321 0.6351004 0.8658256 0.6320495 0.8616865 0.5734575 0.8974575 0.7592968 0.767332 0.7639043 0.7705238 0.8386666 0.7401829 0.636353 0.7451686 0.6190991 0.7567389 0.6443341 0.748561 0.8363442 0.7843166 0.8199154 0.7782243 0.8101102 0.793262 0.8317072 0.5659103 0.8166543 0.5731644 0.8071658 0.6048502 0.815908 0.6545548 0.8090534 0.6578102 0.821897 0.6593318 0.827866 0.6550123 0.821897 0.6593318 0.8373957 0.6600444 0.8385164 0.7900674 0.8534856 0.7879272 0.8863879 0.7605757 0.9301458 0.8485816 0.9189395 0.8541306 0.9352873 0.8561323 0.9640816 0.7433279 0.9509113 0.7448315 0.9457569 0.7590947 0.8010638 0.805799 0.7844834 0.8158816 0.8090443 0.8031988 0.8428289 0.6549546 0.8494104 0.6568906 0.8691326 0.6493713 0.8399185 0.655838 0.8373957 0.6600444 0.8494104 0.6568906 0.9536271 0.7666772 0.9457569 0.7590947 0.9218846 0.771714 0.828621 0.5455199 0.823906 0.5429301 0.8042394 0.56243 0.8149905 0.6036238 0.8255798 0.6014435 0.8407429 0.5644992 0.8156759 0.6341893 0.8249195 0.6313015 0.8149905 0.6036238 0.9520259 0.8482189 0.9550301 0.8441437 0.9349285 0.8442998 0.8824917 0.8114085 0.8934897 0.8069412 0.8939635 0.7957183 0.8849759 0.7936469 0.8939635 0.7957183 0.8894491 0.7912389 0.836327 0.5399559 0.8321476 0.536023 0.823906 0.5429301 0.836327 0.5399559 0.8430138 0.5386439 0.8321476 0.536023 0.08731096 0.7964837 0.07507765 0.7944503 0.07425856 0.8013487 0.0579617 0.7909806 0.04029983 0.7873314 0.04360222 0.7919874 0.0579617 0.7909806 0.05950742 0.7966907 0.07507765 0.7944503 0.02504557 0.8491923 0.02402043 0.8477594 0.02019947 0.8515926 0.02504557 0.8491923 0.0308156 0.8462157 0.02955323 0.8447899 0.0367791 0.8430022 0.04317641 0.8397502 0.04262697 0.8377824 0.0502479 0.8366581 0.04990178 0.8347347 0.04317641 0.8397502 0.06048375 0.829724 0.06071281 0.8316007 0.06387513 0.8288032 0.06048375 0.829724 0.05610245 0.8307793 0.0563538 0.8325446 0.08187597 0.8089895 0.08777707 0.8116575 0.0855987 0.8049423 0.08187597 0.8089895 0.0855987 0.8049423 0.07425856 0.8013487 0.009437203 0.7855041 0.01683056 0.7873627 0.009989738 0.7842551 0.009437203 0.7855041 0.009989738 0.7842551 0.007710576 0.7838748 0.0293653 0.7907363 0.02879953 0.788258 0.01683056 0.7873627 0.08784252 0.8143883 0.0837776 0.8162608 0.08410573 0.8191711 0.09288311 0.8206764 0.09069538 0.8163062 0.08596056 0.8226217 0.09288311 0.8206764 0.09898972 0.819938 0.09532028 0.8108911 0.06566387 0.2441455 0.06709522 0.2322099 0.07552677 0.2392795 0.0156992 0.8504639 0.01332956 0.8513428 0.01386797 0.8523775 0.01228308 0.854577 0.01148903 0.8529416 0.01000881 0.8551953 0.01700788 0.8530766 0.01633441 0.851501 0.01464456 0.8539647 0.7531345 0.01970052 0.7751414 0.0370084 0.6780276 0.02264529 0.8657794 0.1470407 0.850202 0.1589086 0.8570494 0.1060117 0.8657794 0.1470407 0.8667542 0.1147495 0.876459 0.1234873 0.8657794 0.1470407 0.881357 0.1351729 0.8862549 0.1468585 0.8044788 0.1595958 0.8127637 0.1877465 0.7821728 0.1636875 0.8044788 0.1595958 0.7848211 0.1529443 0.7874694 0.1422011 0.8044788 0.1595958 0.7961938 0.1314451 0.8049182 0.1206892 0.8402523 0.1320254 0.8352666 0.161463 0.8303027 0.1051421 0.8402523 0.1320254 0.8303027 0.1051421 0.8452381 0.1025878 0.8402523 0.1320254 0.8452381 0.1025878 0.8570494 0.1060117 0.8237519 0.1375394 0.8241364 0.1662473 0.8049182 0.1206892 0.8237519 0.1375394 0.8122373 0.1136158 0.8233675 0.1088315 0.8237519 0.1375394 0.8233675 0.1088315 0.8352666 0.161463 0.1744996 0.8613306 0.1758893 0.8652929 0.1656633 0.8677464 0.8278346 0.2644014 0.8096234 0.2893766 0.8043088 0.2838111 0.1537836 0.8788642 0.1424474 0.880682 0.1439482 0.8750349 0.1758845 0.8652909 0.1744996 0.8613306 0.1830784 0.8573349 0.7478364 0.3643793 0.768163 0.3409761 0.7616929 0.3331619 0.2902299 0.5545895 0.3211063 0.5431407 0.3249329 0.5491109 0.4097658 0.4871761 0.4104586 0.4965546 0.3988819 0.4759138 0.4106103 0.4808962 0.4097658 0.4871761 0.397742 0.4735231 0.3870403 0.4704502 0.3760764 0.4634332 0.3850756 0.4580275 0.9001134 0.152102 0.9025548 0.1530714 0.9087593 0.1361042 0.3735093 0.4289839 0.3788975 0.4399767 0.3749489 0.4408429 0.05796176 0.7909806 0.07507765 0.7944503 0.05950742 0.7966906 0.05796176 0.7909806 0.05950742 0.7966906 0.04360222 0.7919874 0.02504557 0.8491924 0.02019947 0.8515926 0.02402043 0.8477594 0.02504557 0.8491924 0.02402043 0.8477594 0.02955323 0.8447899 0.0367791 0.8430022 0.0308156 0.8462157 0.03579974 0.8412992 0.0367791 0.8430022 0.03579974 0.8412992 0.04262697 0.8377824 0.0502479 0.8366581 0.04990178 0.8347347 0.0563538 0.8325446 0.0786736 0.8258953 0.07216674 0.8292424 0.07210397 0.8270497 0.0786736 0.8258953 0.0775929 0.8235515 0.08410573 0.8191711 0.06758433 0.8314084 0.06408071 0.8326727 0.06413453 0.8309004 0.06758433 0.8314084 0.06777471 0.8294414 0.07216674 0.8292424 0.0293653 0.7907363 0.01683056 0.7873628 0.02879953 0.788258 0.0293653 0.7907363 0.02879953 0.788258 0.04360222 0.7919874 0.09288311 0.8206764 0.08596056 0.8226217 0.09069538 0.8163062 0.09288311 0.8206764 0.09069538 0.8163062 0.09532028 0.8108911 0.02642875 0.7847592 0.02879953 0.788258 0.0169714 0.7856361 0.04613775 0.2314662 0.04784822 0.2204949 0.04203969 0.219255 0.01228308 0.854577 0.01000881 0.8551953 0.01148903 0.8529416 0.01228308 0.854577 0.01148903 0.8529416 0.01386797 0.8523775 0.01700788 0.8530766 0.01633441 0.851501 0.01951098 0.8500492 0.882914 0.05077439 0.8874983 0.0062173 0.8736302 0.002731502 0.9710382 0.9058021 0.9513199 0.896593 0.9832077 0.9266771 0.9710382 0.9058021 0.9832077 0.9266771 0.9880398 0.9250649 0.9710382 0.9058021 0.9907565 0.9150114 0.9934731 0.9049578 0.8044788 0.1595958 0.8241364 0.1662473 0.8049182 0.1206892 0.8044788 0.1595958 0.7961938 0.1314451 0.7874694 0.1422011 0.8044788 0.1595958 0.7848211 0.1529443 0.7821728 0.1636875 0.883974 0.3927453 0.8720917 0.3783317 0.8774722 0.4415717 0.883974 0.3927453 0.8958562 0.407159 0.8824592 0.35604 0.3624525 0.5379571 0.3287305 0.5487172 0.325847 0.5504919 0.9086353 0.116889 0.8923061 0.1466924 0.9131906 0.1214247 0.7722927 0.346155 0.7696034 0.3427479 0.7549103 0.359609 0.7478364 0.3643792 0.7414531 0.3570623 0.7289143 0.3847383 0.6472287 0.4046838 0.6309729 0.3998102 0.6422349 0.4195255 0.022933 0.8467286 0.01871854 0.849016 0.01951098 0.8500493 0.03491413 0.8397201 0.03579974 0.8412992 0.04217481 0.835851 0.06738942 0.8271397 0.06777471 0.8294414 0.07210397 0.8270497 0.06738942 0.8271397 0.06387513 0.8288032 0.06777471 0.8294414 0.07728743 0.8163539 0.07664763 0.8186717 0.08410573 0.8191711 0.07424664 0.8217085 0.0775929 0.8235515 0.07664763 0.8186717 0.07424664 0.8217085 0.07089155 0.8247644 0.07210397 0.8270497 0.03286796 0.2321774 0.03515106 0.2193317 0.03994292 0.2312076 0.03286796 0.2321774 0.02494919 0.2346566 0.02679401 0.2216299 0.5922471 0.0655114 0.5871736 0.04669946 0.6221188 0.09504508 0.5922471 0.0655114 0.6221188 0.09504508 0.6155171 0.09846013 0.5922471 0.0655114 0.5973207 0.08432328 0.5623754 0.03597766 0.5577479 0.05240803 0.5623754 0.03597766 0.5709764 0.07601696 0.5577479 0.05240803 0.5709764 0.07601696 0.5628286 0.08184748 0.9362468 0.9180395 0.9393483 0.9003081 0.9544322 0.9357196 0.9362468 0.9180395 0.9469638 0.9376688 0.9331452 0.9357708 0.9362468 0.9180395 0.9331452 0.9357708 0.9255297 0.8984102 0.9759414 0.883908 0.9930141 0.8828889 0.9960247 0.8875624 0.9759414 0.883908 0.994749 0.8962602 0.9934731 0.9049578 0.9710382 0.9058022 0.9588688 0.8849273 0.9934731 0.9049578 0.9578381 0.9156873 0.9513199 0.896593 0.976328 0.9310665 0.9578381 0.9156873 0.976328 0.9310665 0.9742804 0.9338436 0.9578381 0.9156873 0.9643563 0.9347816 0.9544322 0.9357196 0.8491563 0.4079397 0.8375337 0.4372357 0.8507668 0.3743302 0.8839739 0.3927453 0.8824592 0.35604 0.8958562 0.407159 0.8839739 0.3927453 0.8958562 0.407159 0.8935052 0.4173297 0.3481974 0.3441725 0.3504722 0.3343586 0.3579854 0.3410847 0.3481974 0.3441725 0.3565158 0.3489575 0.3488591 0.3561398 0.357207 0.3279082 0.3668554 0.3263532 0.3619994 0.3367555 0.357207 0.3279082 0.3619994 0.3367555 0.3504722 0.3343586 0.377871 0.3312253 0.3748507 0.3386954 0.3678553 0.3359618 0.3876903 0.3619834 0.3822684 0.3787097 0.378086 0.3717961 0.3876903 0.3619834 0.3812922 0.3596585 0.3861754 0.3429576 0.3509338 0.3690503 0.3488591 0.3561398 0.3569856 0.3581695 0.3697626 0.3835441 0.3570316 0.3793647 0.370715 0.3752776 0.3697626 0.3835441 0.370715 0.3752776 0.378086 0.3717961 0.8296902 0.2661454 0.8319399 0.2683024 0.8185409 0.2814441 0.9337821 0.1547228 0.9445508 0.1339303 0.9458199 0.1361393 0.9337821 0.1547228 0.9418722 0.1450541 0.9236494 0.1751694 0.9530303 0.1185724 0.9589025 0.1092069 0.9492692 0.1315429 0.9530303 0.1185724 0.9492692 0.1315429 0.9458199 0.1361393 0.9649277 0.1125983 0.9633346 0.1068521 0.9711524 0.08339166 0.8963599 0.2210376 0.9069584 0.2035512 0.9084414 0.2049257 0.9170779 0.1894894 0.9249727 0.1803796 0.9122869 0.2007462 0.9170779 0.1894894 0.9122869 0.2007462 0.9084414 0.2049257 0.8594028 0.2790769 0.8706184 0.2626425 0.8721842 0.2640269 0.8594028 0.2790769 0.8676254 0.2718864 0.8497142 0.2947299 0.881287 0.2494725 0.8871728 0.2377457 0.9020317 0.2202189 0.881287 0.2494725 0.8770518 0.2587088 0.8721842 0.2640269 0.8228011 0.3349301 0.833491 0.3177762 0.8352013 0.3185881 0.8436262 0.3055555 0.8513375 0.2986189 0.8393387 0.3139676 0.8436262 0.3055555 0.8393387 0.3139676 0.8352013 0.3185881 0.8077645 0.3649017 0.8135583 0.3522333 0.829029 0.3330984 0.2304109 0.9408766 0.2386126 0.9412554 0.2354505 0.9444209 0.2708477 0.8994695 0.2742926 0.9040029 0.2684947 0.9067118 0.2961013 0.9091941 0.2892895 0.919479 0.2857109 0.9112392 0.2961013 0.9091941 0.2857109 0.9112392 0.286615 0.9070617 0.2795404 0.9256619 0.2794287 0.9190531 0.2892895 0.919479 0.2650289 0.9146186 0.2703876 0.9119986 0.2691968 0.9154922 0.2621116 0.9246274 0.2542347 0.9321165 0.2622885 0.9212402 0.2955902 0.8522846 0.294191 0.8678444 0.288729 0.8563073 0.3090208 0.8545257 0.3127238 0.8600865 0.3006193 0.8694254 0.3090208 0.8545257 0.3006193 0.8694254 0.297978 0.8671476 0.2784464 0.8887177 0.2789165 0.8798999 0.2842486 0.8848761 0.2784464 0.8887177 0.2842486 0.8848761 0.2844863 0.8890299 0.2834866 0.8951667 0.2803142 0.8937944 0.2844863 0.8890299 0.2834866 0.8951667 0.2873113 0.8946868 0.2837705 0.9012313 0.2889763 0.8970631 0.285658 0.903894 0.2837705 0.9012313 0.2889763 0.8970631 0.2923977 0.8970565 0.285658 0.903894 0.2993321 0.8922838 0.2972197 0.8877094 0.3000798 0.8830115 0.2025645 0.9561546 0.2072364 0.9598765 0.20481 0.9617293 0.1972945 0.9641966 0.1989846 0.9590229 0.20481 0.9617293 0.1972945 0.9641966 0.2034361 0.9647911 0.2030374 0.9683995 0.2204589 0.9710317 0.2101547 0.9790403 0.2157605 0.9697256 0.2204589 0.9710317 0.2157605 0.9697256 0.2285373 0.9618207 0.2327743 0.9553639 0.2267562 0.958691 0.2310222 0.9533071 0.2306259 0.9502171 0.2350906 0.950284 0.2310222 0.9533071 0.2306259 0.9502171 0.2249504 0.9542443 0.2248934 0.9507031 0.2306259 0.9502171 0.2248934 0.9507031 0.2354505 0.9444209 0.2166253 0.9522947 0.2211174 0.9471349 0.2354505 0.9444209 0.2166253 0.9522947 0.2248934 0.9507031 0.2193104 0.955378 0.2166253 0.9522947 0.2145338 0.9569049 0.2083421 0.9543318 0.01024782 0.7822959 0.01639568 0.7831265 0.009989738 0.7842551 0.01024782 0.7822959 0.009989738 0.7842551 0.008145213 0.7820811 0.03491413 0.8397201 0.03579974 0.8412992 0.02955323 0.8447899 0.04961854 0.8328462 0.05610245 0.8307793 0.04990178 0.8347347 0.04961854 0.8328462 0.04990178 0.8347347 0.04262697 0.8377824 0.06048375 0.8297241 0.06387513 0.8288032 0.06071281 0.8316007 0.06048375 0.8297241 0.06071281 0.8316007 0.0563538 0.8325446 0.08187597 0.8089896 0.07168853 0.8055765 0.07425856 0.8013487 0.08187597 0.8089896 0.0855987 0.8049423 0.08777707 0.8116575 0.01622313 0.2389258 0.01658022 0.2270546 0.005438029 0.2340426 0.01622313 0.2389258 0.02494919 0.2346566 0.01658022 0.2270546 0.01106435 0.8519236 0.01148903 0.8529416 0.009278595 0.8535019 0.0156992 0.8504639 0.01633441 0.851501 0.01386797 0.8523775 0.0156992 0.8504639 0.01871854 0.849016 0.01633441 0.851501 0.9716632 0.2133664 0.9893756 0.2033714 0.9926415 0.197247 0.5922471 0.0655114 0.5623754 0.03597766 0.5973207 0.08432328 0.5922471 0.0655114 0.5973207 0.08432328 0.6155171 0.09846013 0.6003525 0.02904397 0.6212 0.04652029 0.6305718 0.04222083 0.9362468 0.9180395 0.9469638 0.9376688 0.9544322 0.9357196 0.9759414 0.883908 0.9588688 0.8849273 0.9934731 0.9049578 0.9759414 0.883908 0.994749 0.8962602 0.9960247 0.8875624 0.9759414 0.883908 0.9930141 0.8828889 0.957134 0.8715561 0.9578381 0.9156873 0.9393483 0.9003081 0.9544322 0.9357196 0.8657795 0.1470407 0.8648048 0.179332 0.8862549 0.1468585 0.8657795 0.1470407 0.881357 0.1351729 0.876459 0.1234873 0.8657795 0.1470407 0.8667542 0.1147495 0.8570494 0.1060117 0.8402523 0.1320254 0.850202 0.1589086 0.8570494 0.1060117 0.8402523 0.1320254 0.8452381 0.1025878 0.8303027 0.1051421 0.8402523 0.1320254 0.8303027 0.1051421 0.8352666 0.161463 0.8237519 0.1375394 0.8352666 0.161463 0.8233675 0.1088315 0.8237519 0.1375394 0.8233675 0.1088315 0.8122373 0.1136158 0.8237519 0.1375394 0.8122373 0.1136158 0.8049182 0.1206892 0.8491564 0.4079398 0.8507668 0.3743302 0.8375337 0.4372357 0.8491564 0.4079398 0.8375337 0.4372357 0.840245 0.4409027 0.8377383 0.3946158 0.8443232 0.3579161 0.8247099 0.4149016 0.8377383 0.3946158 0.8247099 0.4149016 0.8274847 0.4290626 0.8377383 0.3946158 0.8311535 0.4313156 0.8507668 0.3743302 0.3481974 0.3441725 0.3565158 0.3489575 0.3579854 0.3410847 0.357207 0.3279082 0.3504722 0.3343586 0.3619994 0.3367555 0.357207 0.3279082 0.3619994 0.3367555 0.3668554 0.3263532 0.3876903 0.3619834 0.3861754 0.3429576 0.3812922 0.3596585 0.3876903 0.3619834 0.3812922 0.3596585 0.378086 0.3717961 0.3509338 0.3690503 0.3570316 0.3793647 0.3587899 0.3665165 0.3509338 0.3690503 0.3587899 0.3665165 0.3569856 0.3581695 0.9654558 0.08242273 0.9580172 0.1030497 0.97135 0.07324951 0.9654558 0.08242273 0.97135 0.07324951 0.973366 0.06290984 0.9337822 0.1547228 0.9236494 0.1751694 0.9418722 0.1450541 0.9337822 0.1547228 0.9418722 0.1450541 0.9458199 0.1361393 0.9466353 0.1635733 0.9508488 0.1503067 0.9352667 0.18426 0.8963599 0.2210376 0.9048119 0.2122745 0.9084414 0.2049257 0.9170778 0.1894894 0.9069583 0.2035512 0.9084414 0.2049257 0.8594028 0.2790769 0.8497142 0.2947299 0.8676254 0.2718864 0.8594028 0.2790769 0.8676254 0.2718864 0.8721842 0.2640269 0.8812869 0.2494725 0.8706183 0.2626425 0.8721842 0.2640269 0.8812869 0.2494725 0.8770518 0.2587088 0.8810508 0.256009 0.8228011 0.3349301 0.8135583 0.3522333 0.8316062 0.3256879 0.8228011 0.3349301 0.8316062 0.3256879 0.8352013 0.3185881 0.786625 0.3936887 0.7962352 0.3861882 0.7995803 0.3802676 0.8077645 0.3649017 0.8158604 0.3560575 0.829029 0.3330984 0.8077645 0.3649017 0.7972426 0.3783698 0.7995803 0.3802676 0.8077645 0.3649017 0.8036952 0.3752527 0.8158604 0.3560575 0.2415149 0.9645919 0.2565057 0.9557106 0.250777 0.9478759 0.2415149 0.9645919 0.2447234 0.9524723 0.2280721 0.9700747 0.2508876 0.9256536 0.2413771 0.933667 0.2487946 0.9333454 0.2508876 0.9256536 0.2487946 0.9333454 0.2588142 0.9186872 0.2708477 0.8994695 0.2684947 0.9067118 0.2742926 0.9040029 0.2708477 0.8994695 0.2742926 0.9040029 0.2765542 0.9014198 0.2657696 0.9280955 0.2632165 0.9263972 0.2546616 0.9349339 0.2657696 0.9280955 0.2581629 0.9361684 0.2704889 0.9283363 0.2795404 0.9256619 0.2704889 0.9283363 0.2594585 0.9384354 0.2795404 0.9256619 0.2892895 0.919479 0.2794287 0.9190531 0.2795404 0.9256619 0.2794287 0.9190531 0.2756919 0.9208613 0.2650289 0.9146186 0.2588142 0.9186872 0.2526612 0.931015 0.2650289 0.9146186 0.2622885 0.9212402 0.2691968 0.9154922 0.2650289 0.9146186 0.2703876 0.9119986 0.2684947 0.9067118 0.2621116 0.9246274 0.2622885 0.9212402 0.2542347 0.9321165 0.2621116 0.9246274 0.2542347 0.9321165 0.2546616 0.9349339 0.2621116 0.9246274 0.2632165 0.9263972 0.2699885 0.9171382 0.2621116 0.9246274 0.2699885 0.9171382 0.2622885 0.9212402 0.2827575 0.8673045 0.2789165 0.8798999 0.2875099 0.8744559 0.2827575 0.8673045 0.2875099 0.8744559 0.2903407 0.8705893 0.3090208 0.8545257 0.3006193 0.8694254 0.3127238 0.8600865 0.2784464 0.8887177 0.2842486 0.8848761 0.2789165 0.8798999 0.2993321 0.8922838 0.2972197 0.8877094 0.2942471 0.8906465 0.1992405 0.9818904 0.2067577 0.9753518 0.191892 0.9806389 0.2025645 0.9561547 0.1989846 0.9590229 0.20481 0.9617293 0.1972945 0.9641966 0.2034361 0.9647911 0.20481 0.9617293 0.2204589 0.9710316 0.2285373 0.9618208 0.2157605 0.9697256 0.2204589 0.9710316 0.2157605 0.9697256 0.2101547 0.9790403 0.2327743 0.9553639 0.2350906 0.950284 0.2310222 0.9533071 0.2306259 0.9502171 0.2249504 0.9542443 0.2310222 0.9533071 0.4007737 0.5108286 0.3928812 0.5056312 0.4010304 0.499307 0.6472287 0.4046838 0.6431766 0.41967 0.663825 0.4209513 0.7531345 0.01970052 0.8282414 0.01675575 0.8020107 0.03322666 0.882914 0.05077439 0.9166553 0.08799159 0.8874983 0.0062173 0.006899476 0.8566268 0.01000881 0.8551953 0.009278595 0.8535019 0.5585038 0.1109516 0.5423923 0.142726 0.5524352 0.1110811 0.882914 0.05077439 0.8491727 0.01355725 0.8736302 0.002731502 0.882914 0.05077439 0.8874983 0.0062173 0.9166553 0.08799159 0.9716632 0.2133664 0.9539508 0.2233614 0.9874888 0.1917667 0.9716632 0.2133664 0.9874888 0.1917667 0.9926415 0.197247 0.4170818 0.9429886 0.3965801 0.9751743 0.4146987 0.8951253 0.4384839 0.9620584 0.4372097 0.971415 0.4170818 0.9429886 0.9308348 0.1783583 0.92101 0.1976864 0.9249727 0.1803796 0.9313401 0.1854315 0.9216017 0.2038789 0.92101 0.1976864 0.8920557 0.2442547 0.88913 0.2416091 0.9020317 0.2202189 0.8201605 0.3568621 0.8158604 0.3560575 0.829029 0.3330984 0.8225068 0.3616148 0.8201605 0.3568621 0.8276076 0.3432748 0.006136953 0.8536934 0.0089522 0.8524704 0.006399571 0.8548746 0.7531345 0.01970052 0.7751414 0.0370084 0.8020107 0.03322666 0.5773773 0.137923 0.6132469 0.1380013 0.6240374 0.1164717 0.9272446 0.06711959 0.9156125 0.01749354 0.9166553 0.08799159 0.9686926 0.1810986 0.9877851 0.1697543 0.993234 0.1532221 0.3980813 0.9173101 0.3814639 0.9394949 0.3877077 0.9611406 0.7838813 0.08453512 0.8251934 0.03049623 0.7425468 0.1081895 0.7838813 0.08453512 0.7425468 0.1081895 0.7389873 0.1196788 0.006136953 0.8536934 0.006399571 0.8548746 0.0089522 0.8524703 0.8201605 0.3568621 0.8276076 0.3432748 0.829029 0.3330984 0.2069914 0.8454579 0.1953381 0.8538466 0.1973412 0.8562481 0.9349285 0.8442998 0.9520259 0.8482189 0.9479192 0.8518775 0.3865845 0.7723135 0.3727568 0.7758231 0.3792817 0.7653968 0.5876685 0.8017011 0.5840447 0.8070135 0.5209701 0.8203086 0.8291024 0.7022953 0.8623554 0.6945322 0.8000259 0.7154011 0.8760585 0.759469 0.8487311 0.764223 0.8823077 0.7430602 0.7592968 0.767332 0.7639043 0.7705238 0.7520122 0.7791355 0.6190991 0.7567389 0.636353 0.7451686 0.6443341 0.748561 0.4485795 0.7586542 0.4381112 0.7663305 0.4112943 0.7540513 0.8060501 0.6708631 0.7917461 0.6788039 0.7804356 0.6750563 0.8325586 0.6656308 0.8136768 0.6756873 0.8060501 0.6708631 0.8090534 0.6578102 0.815908 0.6545548 0.821897 0.6593318 0.821897 0.6593318 0.827866 0.6550123 0.8373957 0.6600444 0.8850824 0.7757676 0.8852701 0.7793529 0.8705471 0.7882462 0.9509113 0.7448315 0.9640816 0.7433279 0.9457569 0.7590947 0.8871474 0.6607449 0.8789151 0.6541792 0.893176 0.6488032 0.9223642 0.7670128 0.9218846 0.771714 0.8969159 0.7710555 0.8969159 0.7710555 0.8917486 0.7767011 0.8850824 0.7757676 0.9218846 0.771714 0.9223642 0.7670128 0.9457569 0.7590947 0.9192479 0.7851749 0.9181419 0.7920075 0.897998 0.7939042 0.8321476 0.536023 0.836327 0.5399559 0.823906 0.5429301 0.8451431 0.5301396 0.8601483 0.5285081 0.8509585 0.5371037 0.5203118 0.9469105 0.5129373 0.9435756 0.4775593 0.9828952 0.9479192 0.8518775 0.9520259 0.8482189 0.9349285 0.8442998 0.3792817 0.7653968 0.3727568 0.7758231 0.3865845 0.7723135 0.5747532 0.7576154 0.5052119 0.7718526 0.5653029 0.7680845 0.636353 0.7451686 0.5747532 0.7576154 0.6190991 0.7567389 0.8410674 0.6764602 0.796648 0.6829296 0.8102858 0.694893 0.8000259 0.7154011 0.7527462 0.732885 0.7519466 0.7408943 0.5129373 0.9435756 0.5774886 0.9021545 0.5072484 0.9359321 0.5774886 0.9021545 0.6351004 0.8658256 0.5734575 0.8974575 0.8487311 0.764223 0.8199154 0.7782243 0.8363442 0.7843166 0.6475811 0.7427163 0.636353 0.7451686 0.6443341 0.748561 0.5748689 0.7469421 0.5123572 0.7567353 0.5097891 0.7643347 0.828621 0.5455199 0.8166543 0.5731644 0.8317072 0.5659103 0.815908 0.6545548 0.8105486 0.6522032 0.8090534 0.6578102 0.8399185 0.655838 0.827866 0.6550123 0.8373957 0.6600444 0.8010638 0.805799 0.7004475 0.8356247 0.7844834 0.8158816 0.9301458 0.8485816 0.8949261 0.8362299 0.9189395 0.8541306 0.9536271 0.7666772 0.9640816 0.7433279 0.9457569 0.7590947 0.7844834 0.8158816 0.8103567 0.8078734 0.8090443 0.8031988 0.8695598 0.6426197 0.8428289 0.6549546 0.8691326 0.6493713 0.9457569 0.7590947 0.9223642 0.7670128 0.9218846 0.771714 0.8166543 0.5731644 0.828621 0.5455199 0.8042394 0.56243 0.8249195 0.6313015 0.8255798 0.6014435 0.8149905 0.6036238 0.833753 0.640139 0.8249195 0.6313015 0.8156759 0.6341893 0.8849759 0.7936469 0.8824917 0.8114085 0.8939635 0.7957183 0.828621 0.5455199 0.836327 0.5399559 0.823906 0.5429301 0.8430138 0.5386439 0.8451431 0.5301396 0.8321476 0.536023 0.8509585 0.5371037 0.8601483 0.5285081 0.8451431 0.5301396 0.1033224 0.8115345 0.09532028 0.8108911 0.09898972 0.819938 0.09720033 0.7981095 0.09532028 0.8108911 0.1033224 0.8115345 0.0855987 0.8049423 0.09532028 0.8108911 0.09720033 0.7981095 0.0855987 0.8049423 0.08731096 0.7964837 0.07425856 0.8013487 0.05950742 0.7966907 0.0579617 0.7909806 0.04360222 0.7919874 0.05950742 0.7966907 0.07425856 0.8013487 0.07507765 0.7944503 0.02402043 0.8477594 0.01951098 0.8500493 0.02019947 0.8515926 0.02402043 0.8477594 0.02504557 0.8491923 0.02955323 0.8447899 0.03579974 0.8412992 0.0367791 0.8430022 0.04262697 0.8377824 0.03579974 0.8412992 0.02955323 0.8447899 0.0308156 0.8462157 0.04990178 0.8347347 0.0502479 0.8366581 0.0563538 0.8325446 0.04990178 0.8347347 0.04262697 0.8377824 0.04317641 0.8397502 0.06071281 0.8316007 0.06413453 0.8309004 0.06387513 0.8288032 0.06071281 0.8316007 0.06048375 0.829724 0.0563538 0.8325446 0.08777707 0.8116575 0.09532028 0.8108911 0.0855987 0.8049423 0.01683056 0.7873627 0.0169714 0.7856361 0.009989738 0.7842551 0.02879953 0.788258 0.0169714 0.7856361 0.01683056 0.7873627 0.02879953 0.788258 0.0293653 0.7907363 0.04360222 0.7919874 0.09069538 0.8163062 0.08784252 0.8143883 0.08410573 0.8191711 0.09069538 0.8163062 0.08410573 0.8191711 0.08596056 0.8226217 0.09069538 0.8163062 0.09288311 0.8206764 0.09532028 0.8108911 0.02879953 0.788258 0.04360222 0.7919874 0.04029983 0.7873314 0.07349973 0.2505576 0.07552677 0.2392795 0.08517801 0.2423402 0.07349973 0.2505576 0.06566387 0.2441455 0.07552677 0.2392795 0.01633441 0.851501 0.0156992 0.8504639 0.01386797 0.8523775 0.01633441 0.851501 0.01951098 0.8500493 0.01871854 0.849016 0.01148903 0.8529416 0.01228308 0.854577 0.01386797 0.8523775 0.01148903 0.8529416 0.009278595 0.8535019 0.01000881 0.8551953 0.01633441 0.851501 0.01700788 0.8530766 0.01951098 0.8500493 0.01633441 0.851501 0.01386797 0.8523775 0.01464456 0.8539647 0.7751414 0.0370084 0.748272 0.0407902 0.6780276 0.02264529 0.8667542 0.1147495 0.8657794 0.1470407 0.8570494 0.1060117 0.881357 0.1351729 0.8657794 0.1470407 0.876459 0.1234873 0.8648048 0.179332 0.8657794 0.1470407 0.8862549 0.1468585 0.7848211 0.1529443 0.8044788 0.1595958 0.7821728 0.1636875 0.7961938 0.1314451 0.8044788 0.1595958 0.7874694 0.1422011 0.8241364 0.1662473 0.8044788 0.1595958 0.8049182 0.1206892 0.8352666 0.161463 0.8271787 0.1111205 0.8303027 0.1051421 0.8303027 0.1051421 0.8334268 0.09916383 0.8452381 0.1025878 0.850202 0.1589086 0.8402523 0.1320254 0.8570494 0.1060117 0.8122373 0.1136158 0.8237519 0.1375394 0.8049182 0.1206892 0.8122373 0.1136158 0.8195562 0.1065425 0.8233675 0.1088315 0.8233675 0.1088315 0.8271787 0.1111205 0.8352666 0.161463 0.789258 0.3154181 0.7833323 0.3085148 0.8096204 0.2893778 0.8319399 0.2683024 0.8135626 0.2938229 0.8185409 0.2814441 0.38837 0.4529883 0.3900486 0.4516862 0.3826809 0.4502766 0.3906002 0.4821807 0.3870403 0.4704502 0.3966004 0.4737236 0.38837 0.4529883 0.3996875 0.4669759 0.3985502 0.4696695 0.3996875 0.4669759 0.4106103 0.4808962 0.3985503 0.4696695 0.3817002 0.4996483 0.3914806 0.4933447 0.3902801 0.5040491 0.6100493 0.4289199 0.6080108 0.4191775 0.615921 0.4157158 0.09898972 0.819938 0.09532028 0.8108911 0.1033224 0.8115345 0.1033224 0.8115345 0.09532028 0.8108911 0.09720033 0.7981095 0.09720033 0.7981095 0.09532028 0.8108911 0.0855987 0.8049423 0.07507765 0.7944503 0.07425856 0.8013487 0.05950742 0.7966906 0.04029989 0.7873314 0.05796176 0.7909806 0.04360222 0.7919874 0.02019947 0.8515926 0.01951098 0.8500492 0.02402043 0.8477594 0.0308156 0.8462157 0.02955323 0.8447899 0.03579974 0.8412992 0.04317641 0.8397502 0.0367791 0.8430022 0.04262697 0.8377824 0.04317641 0.8397502 0.04262697 0.8377824 0.04990178 0.8347347 0.05659288 0.8343163 0.0502479 0.8366581 0.0563538 0.8325446 0.0775929 0.8235515 0.0786736 0.8258953 0.07210397 0.8270497 0.08596056 0.8226217 0.0786736 0.8258953 0.08410573 0.8191711 0.05659288 0.8343163 0.0563538 0.8325446 0.06071281 0.8316007 0.06071281 0.8316007 0.06413453 0.8309004 0.06408071 0.8326727 0.06777471 0.8294414 0.06758433 0.8314084 0.06413453 0.8309004 0.06777471 0.8294414 0.07210397 0.8270497 0.07216674 0.8292424 0.01683056 0.7873628 0.0169714 0.7856361 0.02879953 0.788258 0.08596056 0.8226217 0.08410573 0.8191711 0.09069538 0.8163062 0.09898972 0.819938 0.09288311 0.8206764 0.09532028 0.8108911 0.04029989 0.7873314 0.04360222 0.7919874 0.02879953 0.788258 0.01639568 0.7831265 0.02642875 0.7847592 0.0169714 0.7856361 0.04784822 0.2204949 0.04613775 0.2314662 0.05256915 0.2220113 0.01000881 0.8551953 0.009278595 0.8535019 0.01148903 0.8529416 0.02019947 0.8515926 0.01700788 0.8530766 0.01951098 0.8500492 0.8491727 0.01355725 0.882914 0.05077439 0.8736302 0.002731502 0.9513199 0.896593 0.9783755 0.9282894 0.9832077 0.9266771 0.9907565 0.9150114 0.9710382 0.9058021 0.9880398 0.9250649 0.9588688 0.8849273 0.9710382 0.9058021 0.9934731 0.9049578 0.7961938 0.1314451 0.8044788 0.1595958 0.8049182 0.1206892 0.7848211 0.1529443 0.8044788 0.1595958 0.7874694 0.1422011 0.8127637 0.1877465 0.8044788 0.1595958 0.7821728 0.1636875 0.8854887 0.4294507 0.883974 0.3927453 0.8774722 0.4415717 0.8958562 0.407159 0.883974 0.3927453 0.8935052 0.4173297 0.8958562 0.407159 0.8982072 0.3969883 0.8824592 0.35604 0.9025548 0.1530714 0.9184484 0.1228873 0.9159867 0.122465 0.9184484 0.1228873 0.9311167 0.09584385 0.9222069 0.109417 0.7154433 0.4050571 0.7325738 0.3889695 0.7301507 0.3858746 0.7517901 0.3691725 0.7491189 0.365916 0.7325738 0.3889695 0.7517901 0.3691725 0.7722927 0.346155 0.7549103 0.359609 0.9232264 0.08922392 0.9263997 0.09536904 0.9329546 0.08113026 0.6452331 0.4288552 0.6432374 0.4218698 0.6247096 0.4281535 0.008145213 0.7820811 0.007710576 0.7838748 0.009989738 0.7842551 0.02402043 0.8477594 0.022933 0.8467286 0.01951098 0.8500493 0.03579974 0.8412992 0.04262697 0.8377824 0.04217481 0.835851 0.03579974 0.8412992 0.03491413 0.8397201 0.02955323 0.8447899 0.04990178 0.8347347 0.0563538 0.8325446 0.05610245 0.8307793 0.07089155 0.8247644 0.06738942 0.8271397 0.07210397 0.8270497 0.06387513 0.8288032 0.06413453 0.8309004 0.06777471 0.8294414 0.0837776 0.8162608 0.07728743 0.8163539 0.08410573 0.8191711 0.0775929 0.8235515 0.08410573 0.8191711 0.07664763 0.8186717 0.0775929 0.8235515 0.07424664 0.8217085 0.07210397 0.8270497 0.01658022 0.2270546 0.02679401 0.2216299 0.02494919 0.2346566 0.01148903 0.8529416 0.01386797 0.8523775 0.01332956 0.8513428 0.03515106 0.2193317 0.04203969 0.219255 0.03994292 0.2312076 0.03515106 0.2193317 0.03286796 0.2321774 0.02679401 0.2216299 0.3965801 0.9751743 0.4170818 0.9429886 0.3991479 0.9821186 0.5871736 0.04669946 0.6287206 0.09163004 0.6221188 0.09504508 0.5973207 0.08432328 0.5922471 0.0655114 0.6155171 0.09846013 0.5973207 0.08432328 0.5791243 0.07018643 0.5623754 0.03597766 0.5623754 0.03597766 0.5791243 0.07018643 0.5709764 0.07601696 0.5531202 0.06883841 0.5577479 0.05240803 0.5628286 0.08184748 0.9469638 0.9376688 0.9362468 0.9180395 0.9544322 0.9357196 0.9469638 0.9376688 0.9394953 0.9396179 0.9331452 0.9357708 0.9331452 0.9357708 0.9267951 0.9319236 0.9255297 0.8984102 0.994749 0.8962602 0.9759414 0.883908 0.9960247 0.8875624 0.9588688 0.8849273 0.9759414 0.883908 0.9934731 0.9049578 0.9907565 0.9150114 0.9710382 0.9058022 0.9934731 0.9049578 0.9513199 0.896593 0.9783755 0.9282894 0.976328 0.9310665 0.9643563 0.9347816 0.9578381 0.9156873 0.9742804 0.9338436 0.9393483 0.9003081 0.9578381 0.9156873 0.9544322 0.9357196 0.8375337 0.4372357 0.8491563 0.4079397 0.840245 0.4409027 0.8375337 0.4372357 0.8348224 0.4335686 0.8507668 0.3743302 0.8824592 0.35604 0.8982072 0.3969883 0.8958562 0.407159 0.8507668 0.3743302 0.8348224 0.4335686 0.8311535 0.4313156 0.3565158 0.3489575 0.3481974 0.3441725 0.3579854 0.3410847 0.3565158 0.3489575 0.3569856 0.3581695 0.3488591 0.3561398 0.3668554 0.3263532 0.3678553 0.3359618 0.3619994 0.3367555 0.3619994 0.3367555 0.3579854 0.3410847 0.3504722 0.3343586 0.3748507 0.3386954 0.377871 0.3312253 0.3802437 0.3461849 0.3668554 0.3263532 0.377871 0.3312253 0.3678553 0.3359618 0.3812922 0.3596585 0.3876903 0.3619834 0.378086 0.3717961 0.3812922 0.3596585 0.3802437 0.3461849 0.3861754 0.3429576 0.3587899 0.3665165 0.3509338 0.3690503 0.3569856 0.3581695 0.3570316 0.3793647 0.363007 0.3726641 0.370715 0.3752776 0.3822684 0.3787097 0.3697626 0.3835441 0.378086 0.3717961 0.9418722 0.1450541 0.9337821 0.1547228 0.9458199 0.1361393 0.9418722 0.1450541 0.9390978 0.1537225 0.9236494 0.1751694 0.9589025 0.1092069 0.9520503 0.1298658 0.9492692 0.1315429 0.9445508 0.1339303 0.9530303 0.1185724 0.9458199 0.1361393 0.9745033 0.08292579 0.9649277 0.1125983 0.9711524 0.08339166 0.9048119 0.2122745 0.8963599 0.2210376 0.9084414 0.2049257 0.9048119 0.2122745 0.9020317 0.2202189 0.8871728 0.2377457 0.9249727 0.1803796 0.9158483 0.198742 0.9122869 0.2007462 0.9069584 0.2035512 0.9170779 0.1894894 0.9084414 0.2049257 0.8676254 0.2718864 0.8594028 0.2790769 0.8721842 0.2640269 0.8676254 0.2718864 0.8644172 0.279509 0.8497142 0.2947299 0.88913 0.2416091 0.881287 0.2494725 0.9020317 0.2202189 0.8706184 0.2626425 0.881287 0.2494725 0.8721842 0.2640269 0.8316062 0.3256879 0.8228011 0.3349301 0.8352013 0.3185881 0.8316062 0.3256879 0.829029 0.3330984 0.8135583 0.3522333 0.8513375 0.2986189 0.8431857 0.3114145 0.8393387 0.3139676 0.833491 0.3177762 0.8436262 0.3055555 0.8352013 0.3185881 0.8158604 0.3560575 0.8077645 0.3649017 0.829029 0.3330984 0.2211174 0.9471349 0.2304109 0.9408766 0.2354505 0.9444209 0.2742926 0.9040029 0.2708477 0.8994695 0.2765542 0.9014198 0.2742926 0.9040029 0.2724549 0.9077911 0.2684947 0.9067118 0.2892895 0.919479 0.283223 0.9155339 0.2857109 0.9112392 0.2794287 0.9190531 0.2795404 0.9256619 0.2756919 0.9208613 0.2794287 0.9190531 0.283223 0.9155339 0.2892895 0.919479 0.2622885 0.9212402 0.2650289 0.9146186 0.2691968 0.9154922 0.2542347 0.9321165 0.2526612 0.931015 0.2622885 0.9212402 0.2622885 0.9212402 0.2691968 0.9154922 0.2699885 0.9171382 0.2542347 0.9321165 0.2621116 0.9246274 0.2546616 0.9349339 0.294191 0.8678444 0.2955902 0.8522846 0.297978 0.8671476 0.294191 0.8678444 0.2903407 0.8705893 0.288729 0.8563073 0.3127238 0.8600865 0.3019223 0.8734875 0.3006193 0.8694254 0.2789165 0.8798999 0.2855341 0.8792747 0.2842486 0.8848761 0.2803142 0.8937944 0.2784464 0.8887177 0.2844863 0.8890299 0.2870802 0.8895056 0.2834866 0.8951667 0.2844863 0.8890299 0.279893 0.9008278 0.2834866 0.8951667 0.2837705 0.9012313 0.2873113 0.8946868 0.2889763 0.8970631 0.2837705 0.9012313 0.2923977 0.8970565 0.286615 0.9070617 0.285658 0.903894 0.2972197 0.8877094 0.2993321 0.8922838 0.2942471 0.8906465 0.1989846 0.9590229 0.2025645 0.9561546 0.20481 0.9617293 0.2034361 0.9647911 0.1972945 0.9641966 0.20481 0.9617293 0.2101547 0.9790403 0.210145 0.9739575 0.2157605 0.9697256 0.2157605 0.9697256 0.2218743 0.9641415 0.2285373 0.9618207 0.2285373 0.9618207 0.2218743 0.9641415 0.2267562 0.958691 0.2350906 0.950284 0.2327743 0.9553639 0.2310222 0.9533071 0.2249504 0.9542443 0.2306259 0.9502171 0.2310222 0.9533071 0.2249504 0.9542443 0.2193104 0.955378 0.2248934 0.9507031 0.2363014 0.94619 0.2306259 0.9502171 0.2354505 0.9444209 0.2248934 0.9507031 0.2166253 0.9522947 0.2354505 0.9444209 0.2145338 0.9569049 0.2166253 0.9522947 0.2193104 0.955378 0.2145338 0.9569049 0.2105371 0.9585096 0.2083421 0.9543318 0.01639568 0.7831265 0.0169714 0.7856361 0.009989738 0.7842551 0.009989738 0.7842551 0.007710576 0.7838748 0.008145213 0.7820811 0.02833425 0.8436229 0.02955323 0.8447899 0.02402043 0.8477594 0.02833425 0.8436229 0.03491413 0.8397201 0.02955323 0.8447899 0.05610245 0.8307793 0.0563538 0.8325446 0.04990178 0.8347347 0.06387513 0.8288032 0.06413453 0.8309004 0.06071281 0.8316007 0.0855987 0.8049423 0.08187597 0.8089896 0.07425856 0.8013487 0.0855987 0.8049423 0.09532028 0.8108911 0.08777707 0.8116575 0.05950742 0.7966906 0.07425856 0.8013487 0.07168853 0.8055765 0.007093369 0.24409 0.01622313 0.2389258 0.005438029 0.2340426 0.02494919 0.2346566 0.02679401 0.2216299 0.01658022 0.2270546 0.09298896 0.2526941 0.09543913 0.2433964 0.08517801 0.2423402 0.0089522 0.8524704 0.01106435 0.8519236 0.009278595 0.8535019 0.01332956 0.8513428 0.01386797 0.8523775 0.01148903 0.8529416 0.01332956 0.8513428 0.0156992 0.8504639 0.01386797 0.8523775 0.01871854 0.849016 0.01951098 0.8500492 0.01633441 0.851501 0.5623754 0.03597766 0.5791243 0.07018643 0.5973207 0.08432328 0.6212 0.04652029 0.6003525 0.02904397 0.6118281 0.05081981 0.9393483 0.9003081 0.9362468 0.9180395 0.9544322 0.9357196 0.994749 0.8962602 0.9759414 0.883908 0.9934731 0.9049578 0.9930141 0.8828889 0.9759414 0.883908 0.9960247 0.8875624 0.9930141 0.8828889 0.9900035 0.8782154 0.957134 0.8715561 0.9643563 0.9347816 0.9578381 0.9156873 0.9544322 0.9357196 0.976328 0.9310665 0.9783755 0.9282894 0.9513199 0.896593 0.881357 0.1351729 0.8657795 0.1470407 0.8862549 0.1468585 0.850202 0.1589086 0.8657795 0.1470407 0.8570494 0.1060117 0.8452381 0.1025878 0.8402523 0.1320254 0.8570494 0.1060117 0.8452381 0.1025878 0.8334268 0.09916383 0.8303027 0.1051421 0.8303027 0.1051421 0.8271787 0.1111205 0.8352666 0.161463 0.8352666 0.161463 0.8271787 0.1111205 0.8233675 0.1088315 0.8233675 0.1088315 0.8195562 0.1065425 0.8122373 0.1136158 0.8241364 0.1662473 0.8237519 0.1375394 0.8049182 0.1206892 0.8729793 0.4489748 0.8774722 0.4415717 0.8720917 0.3783317 0.8507668 0.3743302 0.8348224 0.4335686 0.8375337 0.4372357 0.8443232 0.3579161 0.8219352 0.4007406 0.8247099 0.4149016 0.8311535 0.4313156 0.8377383 0.3946158 0.8274847 0.4290626 0.8311535 0.4313156 0.8348224 0.4335686 0.8507668 0.3743302 0.3488591 0.3561398 0.3569856 0.3581695 0.3565158 0.3489575 0.3504722 0.3343586 0.3481974 0.3441725 0.3579854 0.3410847 0.3504722 0.3343586 0.3579854 0.3410847 0.3619994 0.3367555 0.3619994 0.3367555 0.3678553 0.3359618 0.3668554 0.3263532 0.3861754 0.3429576 0.3802437 0.3461849 0.3812922 0.3596585 0.3570316 0.3793647 0.363007 0.3726641 0.3587899 0.3665165 0.3488591 0.3561398 0.3509338 0.3690503 0.3569856 0.3581695 0.370715 0.3752776 0.363007 0.3726641 0.3570316 0.3793647 0.9580172 0.1030497 0.9693945 0.08045989 0.97135 0.07324951 0.97135 0.07324951 0.9743884 0.06550568 0.973366 0.06290984 0.9236494 0.1751694 0.9390978 0.1537225 0.9418722 0.1450541 0.9508488 0.1503067 0.9466353 0.1635733 0.9559182 0.1418368 0.9508488 0.1503067 0.9454033 0.1576253 0.9352667 0.18426 0.9069583 0.2035512 0.8963599 0.2210376 0.9084414 0.2049257 0.9122869 0.2007462 0.9170778 0.1894894 0.9084414 0.2049257 0.9122869 0.2007462 0.9158483 0.198742 0.9249726 0.1803796 0.8497142 0.2947299 0.8644172 0.279509 0.8676254 0.2718864 0.8706183 0.2626425 0.8594028 0.2790769 0.8721842 0.2640269 0.8770518 0.2587088 0.8812869 0.2494725 0.8721842 0.2640269 0.88913 0.2416091 0.8812869 0.2494725 0.8810508 0.256009 0.8135583 0.3522333 0.829029 0.3330984 0.8316062 0.3256879 0.7972426 0.3783698 0.786625 0.3936887 0.7995803 0.3802676 0.8135583 0.3522333 0.8077645 0.3649017 0.829029 0.3330984 0.8036952 0.3752527 0.8077645 0.3649017 0.7995803 0.3802676 0.8036952 0.3752527 0.807635 0.3718009 0.8158604 0.3560575 0.2447234 0.9524723 0.2415149 0.9645919 0.250777 0.9478759 0.2447234 0.9524723 0.2400918 0.9545336 0.2280721 0.9700747 0.2386126 0.9412554 0.2437425 0.9373461 0.2413771 0.933667 0.2769017 0.9336904 0.2594585 0.9384354 0.2563426 0.9427674 0.2563426 0.9427674 0.250777 0.9478759 0.2565057 0.9557106 0.2413771 0.933667 0.2437425 0.9373461 0.2487946 0.9333454 0.2487946 0.9333454 0.2526612 0.931015 0.2588142 0.9186872 0.2684947 0.9067118 0.2724549 0.9077911 0.2742926 0.9040029 0.2581629 0.9361684 0.2657696 0.9280955 0.2546616 0.9349339 0.2581629 0.9361684 0.2594585 0.9384354 0.2704889 0.9283363 0.2769017 0.9336904 0.2795404 0.9256619 0.2594585 0.9384354 0.2892895 0.919479 0.283223 0.9155339 0.2794287 0.9190531 0.2622885 0.9212402 0.2650289 0.9146186 0.2526612 0.931015 0.2703876 0.9119986 0.2650289 0.9146186 0.2691968 0.9154922 0.2703876 0.9119986 0.2724549 0.9077911 0.2684947 0.9067118 0.2622885 0.9212402 0.2526612 0.931015 0.2542347 0.9321165 0.2632165 0.9263972 0.2621116 0.9246274 0.2546616 0.9349339 0.2632165 0.9263972 0.2717714 0.9178605 0.2699885 0.9171382 0.2699885 0.9171382 0.2691968 0.9154922 0.2622885 0.9212402 0.288729 0.8563073 0.2903407 0.8705893 0.294191 0.8678444 0.2789165 0.8798999 0.2855341 0.8792747 0.2875099 0.8744559 0.288729 0.8563073 0.2827575 0.8673045 0.2903407 0.8705893 0.3006193 0.8694254 0.3090208 0.8545257 0.297978 0.8671476 0.3006193 0.8694254 0.3019223 0.8734875 0.3127238 0.8600865 0.2842486 0.8848761 0.2784464 0.8887177 0.2844863 0.8890299 0.2842486 0.8848761 0.2855341 0.8792747 0.2789165 0.8798999 0.2923977 0.8970565 0.2942471 0.8906465 0.2922946 0.8902323 0.2923977 0.8970565 0.2993321 0.8922838 0.2942471 0.8906465 0.2067577 0.9753518 0.1992405 0.9818904 0.210145 0.9739575 0.2067577 0.9753518 0.2048158 0.9744746 0.191892 0.9806389 0.2072364 0.9598765 0.2025645 0.9561547 0.20481 0.9617293 0.2034361 0.9647911 0.1972945 0.9641966 0.2030374 0.9683995 0.1989846 0.9590229 0.1972945 0.9641966 0.20481 0.9617293 0.2285373 0.9618208 0.2218743 0.9641415 0.2157605 0.9697256 0.2157605 0.9697256 0.210145 0.9739575 0.2101547 0.9790403 0.2267562 0.958691 0.2327743 0.9553639 0.2310222 0.9533071 0.2267562 0.958691 0.2218743 0.9641415 0.2285373 0.9618208 0.2350906 0.950284 0.2306259 0.9502171 0.2310222 0.9533071 0.3846088 0.5202274 0.3771359 0.5145313 0.3624525 0.5379571 0.2269809 0.8138577 0.2176345 0.8341375 0.230425 0.8152886 0.7751414 0.0370084 0.7531345 0.01970052 0.8020107 0.03322666 0.7531345 0.01970052 0.8282414 0.01675575 0.8085872 0.003105223 0.9166553 0.08799159 0.9013662 0.009703099 0.8874983 0.0062173 0.9686926 0.1810986 0.9834343 0.1388357 0.9671319 0.1491271 0.006399571 0.8548746 0.006899476 0.8566268 0.009278595 0.8535019 0.6780276 0.02264529 0.748272 0.0407902 0.7501844 0.06170827 0.5423923 0.142726 0.5501595 0.1134681 0.5524352 0.1110811 0.8874983 0.0062173 0.882914 0.05077439 0.8736302 0.002731502 0.8874983 0.0062173 0.9013662 0.009703099 0.9166553 0.08799159 0.8301537 0.026946 0.8491727 0.01355725 0.882914 0.05077439 0.9539508 0.2233614 0.9823361 0.1862865 0.9874888 0.1917667 0.3965801 0.9751743 0.3940122 0.9682301 0.4146987 0.8951253 0.4372097 0.971415 0.4194648 0.9908519 0.4170818 0.9429886 0.9711524 0.08339166 0.9633346 0.1068521 0.9693945 0.08045989 0.92101 0.1976864 0.9158483 0.198742 0.9249727 0.1803796 0.9308348 0.1783583 0.9313401 0.1854315 0.92101 0.1976864 0.9001771 0.231162 0.8920557 0.2442547 0.9020317 0.2202189 0.8276076 0.3432748 0.8201605 0.3568621 0.829029 0.3330984 0.8351279 0.3384093 0.8225068 0.3616148 0.8276076 0.3432748 0.0089522 0.8524704 0.009278595 0.8535019 0.006399571 0.8548746 0.7501844 0.06170827 0.748272 0.0407902 0.6780276 0.02264529 0.6780276 0.02264529 0.748272 0.0407902 0.7751414 0.0370084 0.8282414 0.01675575 0.7531345 0.01970052 0.8020107 0.03322666 0.6201297 0.1038619 0.5773773 0.137923 0.6240374 0.1164717 0.882914 0.05077439 0.8491727 0.01355725 0.8301537 0.026946 0.9156125 0.01749354 0.9272446 0.06711959 0.9298588 0.02528405 0.9156125 0.01749354 0.9013662 0.009703099 0.9166553 0.08799159 0.9834343 0.1388357 0.9686926 0.1810986 0.993234 0.1532221 0.9451581 0.1775172 0.9423901 0.1981356 0.9481704 0.2107485 0.4536329 0.943196 0.4532895 0.9349244 0.4339941 0.9150249 0.8251934 0.03049623 0.7461064 0.09670019 0.7425468 0.1081895 0.006399571 0.8548746 0.009278595 0.8535019 0.0089522 0.8524703 0.9249726 0.1803796 0.9158483 0.198742 0.92101 0.1976864 0.88913 0.2416091 0.8810508 0.256009 0.8839343 0.2573474 0.8158604 0.3560575 0.8201605 0.3568621 0.829029 0.3330984 0.8158604 0.3560575 0.807635 0.3718009 0.8127135 0.3704493 0.342644 0.4280777 0.3454957 0.4276511 0.3461176 0.4364853 0.1542234 0.8651957 0.1545355 0.8695902 0.1438369 0.8678756 0.1732284 0.8588322 0.1744996 0.8613306 0.1651834 0.8633995 0.1763421 0.872541 0.1763391 0.8681392 0.1875523 0.8660795 0.2075949 0.8274589 0.2056703 0.8260252 0.2124605 0.8082897 0.1992234 0.6959586 0.209903 0.704994 0.1984586 0.7015965 0.3572747 0.4496386 0.3594673 0.4574636 0.3706195 0.4547934 0.3883701 0.4529883 0.3900487 0.4516862 0.3843175 0.4438408 0.1881892 0.7257541 0.1872139 0.727297 0.177381 0.7220802 0.342644 0.4280777 0.3386926 0.4192075 0.3419826 0.4186273 0.6891633 0.3921259 0.6851495 0.3968734 0.6681524 0.3966088 0.6452331 0.4288552 0.6432375 0.4218698 0.6611642 0.4229838 0.147792 0.6771996 0.1496423 0.6743517 0.1577243 0.6778006 0.300793 0.5840816 0.2897657 0.5624287 0.3084127 0.5725727 0.3594673 0.4574636 0.3612188 0.4664928 0.3706195 0.4547934 0.3539115 0.4653867 0.3533885 0.4754362 0.3505303 0.4649029 0.1542234 0.8651957 0.1438369 0.8678756 0.1537113 0.8627452 0.3826808 0.4502766 0.3749489 0.440843 0.3788975 0.4399767 0.191826 0.8497583 0.1830784 0.8573349 0.1898374 0.8474661 0.2075949 0.8274589 0.2001842 0.8395 0.1982299 0.8375633 0.191826 0.8497583 0.1953381 0.8538466 0.1830784 0.8573349 0.1290631 0.7122361 0.1278554 0.7145066 0.1096534 0.7134134 0.3539115 0.4653867 0.3505303 0.4649029 0.3507123 0.4573769 0.3486351 0.4439678 0.3461176 0.4364853 0.3485886 0.4361193 0.6520728 0.3950656 0.6504378 0.3980816 0.6384588 0.3905091 0.6520728 0.3950656 0.6681524 0.3966088 0.666251 0.4001561 0.1542234 0.8651957 0.1537113 0.8627452 0.1644789 0.8609511 0.1744996 0.8613306 0.1732284 0.8588322 0.1812508 0.8548501 0.191826 0.8497583 0.1898374 0.8474661 0.2001842 0.8395 0.1637512 0.7166579 0.1628849 0.7184447 0.1457137 0.7160378 0.1637512 0.7166579 0.1783221 0.7202787 0.1628849 0.7184447 0.1881892 0.7257541 0.1953487 0.7325268 0.1872139 0.727297 0.3069759 0.5168766 0.306385 0.5150819 0.3317897 0.5064745 0.333213 0.5078028 0.3317897 0.5064745 0.3455322 0.4898682 0.3483568 0.4908206 0.3455322 0.4898682 0.3499088 0.4747024 0.3069759 0.5168766 0.2791162 0.5168283 0.306385 0.5150819 0.2059773 0.7465725 0.2049844 0.7473748 0.1943622 0.7337225 0.2059773 0.7465725 0.2145493 0.7673906 0.2049844 0.7473748 0.216755 0.790435 0.2142022 0.8089063 0.2153238 0.7905297 0.2145493 0.7673906 0.216755 0.790435 0.2134596 0.767893 0.2196622 0.7341819 0.2047986 0.7177066 0.2227311 0.7293794 0.3681571 0.4282148 0.3649919 0.4190946 0.3701633 0.4190006 0.8626727 0.2108971 0.8450982 0.2388236 0.8396837 0.2346225 0.355928 0.4429465 0.3572747 0.4496386 0.370157 0.4473047 0.6851495 0.3968734 0.6891633 0.3921259 0.7170793 0.3803848 0.1361075 0.8720944 0.1355848 0.8696483 0.1433143 0.8653734 0.1737772 0.6749981 0.1869469 0.6770758 0.1731523 0.6787742 0.1361075 0.8720944 0.135375 0.875617 0.144021 0.8720577 0.2355464 0.8169351 0.2321106 0.815897 0.2400261 0.7910601 0.1304557 0.8839484 0.1346558 0.878705 0.1424474 0.880682 0.8370595 0.2554338 0.8471802 0.2404533 0.8494695 0.2422496 0.8974524 0.1507859 0.8923061 0.1466924 0.9131894 0.1214236 0.6995442 0.417107 0.697971 0.4132634 0.7100163 0.4043426 0.6247096 0.4281535 0.6100493 0.4289199 0.6165089 0.4160735 0.9436134 0.05930542 0.9399434 0.07373535 0.9362722 0.077856 0.8849647 0.184198 0.8825863 0.1828071 0.8924443 0.1654646 0.684022 0.4247905 0.6666579 0.4285569 0.6820703 0.4202827 0.9289495 0.09605991 0.9311167 0.09584385 0.9222069 0.1094169 0.8648794 0.2124594 0.867207 0.2140695 0.8547245 0.2285477 0.7932819 0.3204061 0.7722927 0.346155 0.7763165 0.3348394 0.7980553 0.3081325 0.8112813 0.2911964 0.8135626 0.2938229 0.7616929 0.3331619 0.7681633 0.3409764 0.7478365 0.3643794 0.7517901 0.3691725 0.7325738 0.3889695 0.7491191 0.3659162 0.7325738 0.3889695 0.7154433 0.4050571 0.7301505 0.3858743 0.2069914 0.8454579 0.2038403 0.842926 0.1953381 0.8538466 0.2321107 0.8158971 0.2355464 0.8169351 0.2227361 0.838059 0.6452331 0.4288552 0.6247096 0.4281535 0.6432375 0.4218698 0.1282727 0.87857 0.1283435 0.8804189 0.1174613 0.8818545 0.9399434 0.07373535 0.9311167 0.09584385 0.9328834 0.08749401 0.9356266 0.06670707 0.9428126 0.05613118 0.9347984 0.0763821 0.1875524 0.8660795 0.2003694 0.8604367 0.1988998 0.85834 0.368964 0.4292901 0.3735093 0.4289839 0.3729526 0.4389849 0.1542234 0.8651957 0.1537113 0.8627452 0.1438369 0.8678756 0.3927163 0.5036974 0.3920955 0.5051138 0.4010304 0.499307 0.3793038 0.4575859 0.3870403 0.4704502 0.3850681 0.4580293 0.3846088 0.5202274 0.390565 0.5059767 0.3771359 0.5145313 0.1361075 0.8720944 0.1353869 0.875643 0.1281283 0.8763445 0.1361075 0.8720944 0.1355848 0.8696483 0.1277953 0.8749048 0.1651834 0.8633995 0.1744996 0.8613306 0.1732284 0.8588322 0.191826 0.8497583 0.1898374 0.8474661 0.1830784 0.8573349 0.2075949 0.8274589 0.2056703 0.8260252 0.1982299 0.8375633 0.1290631 0.7122361 0.1112979 0.710508 0.1096534 0.7134134 0.1637512 0.7166579 0.1466178 0.7142056 0.1457137 0.7160378 0.1290631 0.7122361 0.1278554 0.7145066 0.1466178 0.7142056 0.3499088 0.4747024 0.3533884 0.4754362 0.3505303 0.4649029 0.1361075 0.8720944 0.1438369 0.8678756 0.1433143 0.8653734 0.1542234 0.8651957 0.1651834 0.8633995 0.1644789 0.8609511 0.165645 0.8706847 0.1561227 0.8723834 0.1648867 0.8766836 0.1763412 0.8681259 0.1656428 0.870685 0.1763421 0.872541 0.1744996 0.8613306 0.1830784 0.8573349 0.1812508 0.8548501 0.1763421 0.872541 0.1875524 0.8660795 0.1763375 0.8681288 0.191826 0.8497583 0.2001842 0.8395 0.1898374 0.8474661 0.3507123 0.4573769 0.3535207 0.4573331 0.3501741 0.4508301 0.3507123 0.4573769 0.3505303 0.4649029 0.3539115 0.4653867 0.3485886 0.4361193 0.3461176 0.4364853 0.3486351 0.4439678 0.3524268 0.4503411 0.3508409 0.4434762 0.3501741 0.4508301 0.3485886 0.4361193 0.3454957 0.4276511 0.3461176 0.4364853 0.3419826 0.4186273 0.3386926 0.4192075 0.342644 0.4280777 0.3499088 0.4747024 0.3455322 0.4898682 0.3483568 0.4908206 0.1881892 0.7257541 0.1872139 0.727297 0.1953487 0.7325268 0.2059773 0.7465725 0.1953487 0.7325268 0.1943622 0.7337225 0.2145493 0.7673906 0.2134596 0.767893 0.216755 0.7904349 0.2355463 0.8169351 0.2400261 0.7910601 0.2321107 0.8158971 0.2059773 0.7465725 0.2049844 0.7473748 0.2145493 0.7673906 0.3914806 0.4933447 0.3817003 0.4996483 0.3902801 0.5040491 0.1950584 0.7114636 0.1832035 0.7068008 0.1859855 0.6960541 0.9289544 0.09605479 0.9311167 0.09584385 0.9328833 0.08749395 0.9311167 0.09584385 0.9289629 0.09605759 0.9222068 0.109417 0.8494695 0.2422496 0.8471803 0.2404533 0.8370595 0.2554339 0.8648796 0.2124591 0.867207 0.2140695 0.8750379 0.1954371 0.7932819 0.3204061 0.8135626 0.2938229 0.7980552 0.3081325 0.3608995 0.5054414 0.3758942 0.5132074 0.3817003 0.4996483 0.7445116 0.3705092 0.7301507 0.3858746 0.7325738 0.3889695 0.3624525 0.5379571 0.3568242 0.5314956 0.3287305 0.5487172 0.1174613 0.8818545 0.1283435 0.8804189 0.1282742 0.8785493 0.9428125 0.05613124 0.9356266 0.06670707 0.9347984 0.0763821 0.191826 0.8497583 0.1830784 0.8573349 0.1953381 0.8538466 0.4014689 0.4885438 0.4104586 0.4965546 0.3988819 0.4759138 0.1992234 0.6959585 0.186811 0.6824833 0.18661 0.6885036 0.1496423 0.6743517 0.1389872 0.6739907 0.1477921 0.6771997 0.7135569 0.4017366 0.7154433 0.4050571 0.7261456 0.3896151 0.8924443 0.1654646 0.8825863 0.1828071 0.8849647 0.184198 0.1973412 0.8562481 0.1953381 0.8538466 0.1854996 0.8610681 0.1424474 0.880682 0.1363101 0.878076 0.1282739 0.8785493 0.1537836 0.8788642 0.1648867 0.8766836 0.1561272 0.8724092 0.6432374 0.4218698 0.6452331 0.4288552 0.6611643 0.4229838 0.6634694 0.4073601 0.663825 0.4209514 0.6803145 0.4183653 0.9025548 0.1530714 0.9001135 0.1521021 0.8849647 0.184198 0.9399434 0.07373535 0.9436134 0.05930542 0.9362722 0.077856 0.7722927 0.346155 0.7932819 0.3204061 0.7763165 0.3348395 0.8135626 0.2938229 0.83194 0.2683024 0.8185409 0.2814441 0.8396837 0.2346225 0.8450984 0.2388237 0.8626728 0.2108972 0.7932819 0.3204061 0.7907983 0.3172966 0.7763165 0.3348394 0.1992234 0.6959586 0.1984586 0.7015965 0.1892142 0.6906139 0.6796804 0.4056417 0.6814573 0.4181655 0.6824846 0.4177767 0.7014662 0.3936581 0.6921443 0.4020446 0.697782 0.410968 0.2400261 0.7910601 0.2379785 0.7585837 0.2342644 0.7610103 0.3608995 0.5054414 0.3435692 0.5194469 0.3557868 0.5302243 0.6921443 0.4020446 0.6824842 0.4177772 0.6796804 0.4056417 0.6666579 0.4285569 0.6643329 0.4231148 0.6790502 0.4208067 0.9025548 0.1530714 0.9001134 0.152102 0.9087594 0.1361043 0.8278347 0.2644014 0.8225598 0.2597407 0.8450981 0.2388235 0.7907984 0.3172966 0.7932819 0.3204061 0.7763164 0.3348394 0.7014662 0.3936581 0.7170793 0.3803848 0.7122651 0.400245 0.7325738 0.3889695 0.7301505 0.3858743 0.7445127 0.3705075 0.198131 0.7029151 0.1950584 0.7114636 0.1859855 0.6960541 0.1763421 0.872541 0.1648867 0.8766836 0.1656435 0.8706975 0.2069914 0.8454579 0.2095149 0.8476158 0.1973412 0.8562481 0.1445858 0.6821637 0.1328152 0.6804162 0.1358584 0.6774779 0.6423119 0.4195357 0.6309729 0.3998102 0.6472287 0.4046838 0.1992234 0.6959586 0.1892142 0.6906139 0.1995551 0.689194 0.3624525 0.5379571 0.3568273 0.5315001 0.3750938 0.5161414 0.3519994 0.4274147 0.3490117 0.4179456 0.3653915 0.4242712 0.6247096 0.4281535 0.6177429 0.4166662 0.6409482 0.4214916 0.1361075 0.8720944 0.1277953 0.8749048 0.1281335 0.8763243 0.1610036 0.6746938 0.1496423 0.6743517 0.1577243 0.6778007 0.1744996 0.8613306 0.1651834 0.8633995 0.1656636 0.8677497 0.1830784 0.8573349 0.1744996 0.8613306 0.1758877 0.8653059 0.171967 0.6857413 0.1728998 0.6802768 0.1573164 0.6839318 0.1988998 0.85834 0.2003694 0.8604367 0.2113592 0.8493894 0.1304557 0.8839484 0.1424474 0.880682 0.1283435 0.8804189 0.1042712 0.8861575 0.103719 0.8835526 0.112883 0.8808797 0.1445858 0.6821637 0.1573164 0.6839318 0.1471288 0.6783306 0.1389872 0.6739907 0.1364111 0.6768153 0.1463742 0.6773515 0.3883701 0.4529883 0.3788975 0.4399767 0.3826808 0.4502766 0.1950584 0.7114636 0.198131 0.7029151 0.1859855 0.6960541 0.3966005 0.4737236 0.3850682 0.4580294 0.3870403 0.4704502 0.617103 0.4149791 0.642241 0.4195271 0.6310809 0.3998402 0.3905649 0.5059767 0.3928812 0.5056312 0.4007737 0.5108286 0.325847 0.5504919 0.3287304 0.5487172 0.3624525 0.5379571 0.3435692 0.5194469 0.3558094 0.5302497 0.3211063 0.5431407 0.367213 0.4297048 0.3544839 0.4360008 0.3519994 0.4274147 0.926401 0.0953707 0.9232264 0.08922392 0.9329546 0.08113026 0.211369 0.8493995 0.2142587 0.8524602 0.2003694 0.8604367 0.7154433 0.4050571 0.7135568 0.4017364 0.7261461 0.3896144 0.9232264 0.08922392 0.9356266 0.06670707 0.9347983 0.07638216 0.7549099 0.3596094 0.7696033 0.3427479 0.7722927 0.346155 0.9311167 0.09584385 0.9289413 0.09605705 0.9328833 0.08749395 0.9311167 0.09584385 0.9184484 0.1228873 0.9222069 0.1094169 0.867207 0.2140695 0.8494695 0.2422496 0.8547245 0.2285478 0.7892571 0.3154188 0.7681655 0.3409737 0.7616929 0.3331619 0.7517901 0.3691725 0.7491191 0.3659162 0.7549099 0.3596094 0.7170793 0.3803848 0.7414531 0.3570623 0.7289149 0.3847385 0.2176345 0.8341376 0.2209796 0.8367387 0.2095149 0.8476157 0.3084127 0.5725727 0.290259 0.5620337 0.3305097 0.5569425 0.1496423 0.6743517 0.1610036 0.6746938 0.1577243 0.6778006 0.1463742 0.6773515 0.1364111 0.6768153 0.1389872 0.6739907 0.83194 0.2683024 0.8296902 0.2661455 0.8185409 0.2814441 0.1737772 0.6749981 0.1610036 0.6746938 0.1597268 0.6779002 0.8043088 0.2838111 0.8096235 0.2893767 0.8278348 0.2644016 0.1737772 0.6749981 0.1731523 0.6787742 0.1869469 0.6770758 0.1738254 0.6793782 0.1758545 0.6801257 0.1869469 0.6770758 0.1731523 0.6787742 0.1737772 0.6749981 0.1618236 0.677962 0.6409482 0.4214916 0.6177429 0.4166662 0.6247096 0.4281535 0.2327585 0.7615622 0.2299942 0.7622001 0.2196622 0.7341819 0.684022 0.4247905 0.6820703 0.4202827 0.694927 0.4146021 0.3608995 0.5054414 0.3758769 0.51331 0.3557869 0.5302245 0.1445858 0.6821637 0.1471286 0.6783309 0.1573164 0.6839318 0.926401 0.09537053 0.9131899 0.1214233 0.9086353 0.116889 0.8626728 0.2108971 0.8572781 0.2067759 0.8802347 0.1813189 0.2047986 0.7177066 0.1950584 0.7114636 0.2081789 0.7110061 0.171967 0.6857412 0.1573164 0.6839318 0.1728997 0.6802768 0.3914806 0.4933447 0.3994457 0.4878598 0.3912333 0.5024713 0.87495 0.1771496 0.8923061 0.1466924 0.8802347 0.1813189 0.1758544 0.6801257 0.186811 0.6824834 0.1866324 0.6878316 0.171967 0.6857412 0.1728997 0.6802768 0.1865225 0.689938 0.2246703 0.7251713 0.2235391 0.727838 0.208743 0.7095032 0.9356266 0.06670707 0.9232264 0.08922392 0.9347984 0.07638216 0.87495 0.1771496 0.8572781 0.2067759 0.8802347 0.1813189 0.9086353 0.116889 0.9131912 0.1214244 0.9263997 0.09536892 0.8396837 0.2346225 0.8225598 0.2597407 0.8450984 0.2388237 0.1950584 0.7114636 0.2047986 0.7177066 0.2081789 0.7110061 0.8135626 0.2938229 0.8112812 0.2911965 0.7980553 0.3081326 0.7616929 0.3331619 0.7681652 0.3409734 0.7892569 0.3154191 0.7014662 0.3936581 0.7122675 0.4002532 0.7170793 0.3803848 0.2209794 0.8367384 0.2176345 0.8341375 0.2095149 0.8476158 0.1424474 0.880682 0.1537836 0.8788642 0.1449912 0.8741399 0.1496423 0.6743517 0.147792 0.6771996 0.1577243 0.6778007 0.3544839 0.4360008 0.355928 0.4429465 0.3719145 0.4413974 0.3701633 0.4190006 0.3649919 0.4190946 0.3681571 0.4282148 0.1210579 0.8778869 0.1277953 0.8749048 0.1281266 0.8763465 0.355928 0.4429465 0.370157 0.4473047 0.3719145 0.4413974 0.103719 0.8835526 0.1042712 0.8861575 0.112883 0.8808797 0.3846088 0.5202274 0.3624525 0.5379571 0.3771359 0.5145313 0.3750938 0.5161414 0.3568272 0.5314999 0.3624525 0.5379571 0.2398682 0.7566099 0.2246703 0.7251713 0.2379785 0.7585837 0.2227361 0.838059 0.2262859 0.8406422 0.2142587 0.8524602 0.6995442 0.417107 0.684022 0.4247905 0.697971 0.4132634 0.9184484 0.1228873 0.9025548 0.1530714 0.9159902 0.1224656 0.8849647 0.184198 0.867207 0.2140695 0.8825861 0.182807 0.1542234 0.8651957 0.1651834 0.8633995 0.1545353 0.8695917 0.1361075 0.8720944 0.1438369 0.8678756 0.144021 0.8720562 0.1610036 0.6746938 0.1737772 0.6749981 0.1597268 0.6779001 0.2854866 0.566311 0.2888144 0.5620488 0.2897657 0.5624287 0.3735093 0.4289839 0.368964 0.4292901 0.3681571 0.4282148 0.355928 0.4429465 0.3544839 0.4360008 0.3719146 0.4413974 0.4010304 0.499307 0.3927163 0.5036974 0.4002908 0.4892354 0.3994457 0.4878598 0.3914806 0.4933447 0.3906002 0.4821807 0.1869469 0.6770758 0.186811 0.6824834 0.1758544 0.6801257 0.6921443 0.4020446 0.7014662 0.3936581 0.6977819 0.4109688 0.7154433 0.4050571 0.7135568 0.4017366 0.6995442 0.417107 0.684022 0.4247906 0.6995442 0.417107 0.697971 0.4132634 0.7100163 0.4043427 0.697971 0.4132634 0.6995442 0.417107 0.8043088 0.2838111 0.7833323 0.3085148 0.8096206 0.2893779 0.867207 0.2140695 0.8849647 0.184198 0.8825862 0.1828071 0.8974521 0.1507856 0.8923061 0.1466924 0.8802347 0.1813189 0.867207 0.2140695 0.8648797 0.2124592 0.8547245 0.2285476 0.8494695 0.2422496 0.867207 0.2140695 0.8547245 0.2285477 0.3558092 0.5302495 0.3435692 0.5194469 0.3211063 0.5431407 0.1992234 0.6959585 0.1995551 0.689194 0.186811 0.6824833 0.2352758 0.7908149 0.2327529 0.7615637 0.2318028 0.7905415 0.3994457 0.4878598 0.3914806 0.4933447 0.3912333 0.5024713 0.3788975 0.4399767 0.3735093 0.4289839 0.374949 0.4408431 0.3906002 0.4821807 0.3914806 0.4933447 0.3994457 0.4878599 0.4104586 0.4965546 0.4014689 0.4885438 0.4010304 0.499307 0.6100493 0.4289199 0.6247096 0.4281535 0.6165088 0.4160735 0.1542234 0.8651957 0.1438369 0.8678756 0.1545355 0.869592 0.2196622 0.7341819 0.2227311 0.7293794 0.2047986 0.7177066 0.2246703 0.7251713 0.209903 0.704994 0.208743 0.7095032 0.9311167 0.09584385 0.9399434 0.07373535 0.9328834 0.08749395 0.3735093 0.4289839 0.368964 0.4292901 0.3729526 0.4389848 0.2352746 0.7908148 0.2318028 0.7905415 0.2327499 0.761565 0.1953381 0.8538466 0.2038403 0.842926 0.2069914 0.8454579 0.1355848 0.8696483 0.1361075 0.8720944 0.1277953 0.8749048 0.1953381 0.8538466 0.1973412 0.8562481 0.1854941 0.8610593 0.18661 0.6885036 0.186811 0.6824833 0.1758544 0.6801257 0.2246703 0.7251713 0.2235391 0.727838 0.2379785 0.7585837 0.171967 0.6857413 0.1707046 0.6923992 0.1859855 0.6960541 0.3900486 0.4516862 0.38837 0.4529883 0.3843175 0.443841 0.7154433 0.4050571 0.6995442 0.417107 0.7135567 0.4017364 0.3905649 0.5059767 0.3846088 0.5202274 0.3771358 0.5145313 0.3692735 0.4492897 0.3760764 0.4634332 0.3572747 0.4496386 0.4104586 0.4965546 0.4014689 0.4885438 0.3988819 0.4759139 0.3760764 0.4634332 0.3870403 0.4704502 0.3810822 0.4795238 0.3594672 0.4574636 0.3760764 0.4634332 0.3612187 0.4664928 0.3594672 0.4574636 0.3572747 0.4496386 0.3760764 0.4634332 0.3719147 0.4413974 0.3831049 0.4551395 0.3692735 0.4492897 0.4010304 0.499307 0.4002908 0.4892354 0.3927163 0.5036974 0.1496423 0.6743517 0.147792 0.6771997 0.1389872 0.6739907 0.6080108 0.4191775 0.6100493 0.4289199 0.6159211 0.4157158 0.2318028 0.7905415 0.2352731 0.7908147 0.2269809 0.8138577 0.2235391 0.727838 0.2246703 0.7251713 0.2379785 0.7585836 0.22629 0.762916 0.2145065 0.7382267 0.2171205 0.7363064 0.22629 0.762916 0.2299942 0.7622001 0.2278159 0.7902943 0.2246703 0.7251713 0.2398682 0.7566099 0.2379785 0.7585836 0.2352744 0.7908147 0.2318028 0.7905415 0.2269809 0.8138577 0.1755604 0.6802901 0.1733074 0.678694 0.1737237 0.6794371 0.1730649 0.6795123 0.1733074 0.678694 0.1741685 0.6802906 0.1728997 0.6802768 0.1730649 0.6795123 0.1741685 0.6802906 0.4003013 0.4881949 0.4012532 0.4885703 0.4002047 0.4891971 0.3994457 0.4878598 0.4003013 0.4881949 0.3997658 0.4884228 0.8771803 0.1880878 0.8794938 0.1808578 0.8809253 0.1818224 0.8750379 0.1954371 0.8771803 0.1880878 0.8825252 0.18291 0.3253755 0.5497902 0.324906 0.5490913 0.3272128 0.5493193 0.325847 0.550492 0.3253755 0.5497902 0.3272128 0.5493193 0.6822388 0.4188778 0.6819761 0.4199138 0.6798886 0.4197308 0.6824842 0.4177772 0.6822388 0.4188778 0.6803335 0.4186006 0.7440792 0.3698415 0.7546883 0.3586947 0.7484417 0.3652025 0.7512765 0.3615553 0.7546883 0.3586947 0.7440792 0.3698415 0.7478365 0.3643793 0.7512765 0.3615553 0.7459811 0.3671204 0.1866295 0.6890428 0.1868587 0.6879121 0.1876412 0.6902735 0.1865225 0.6899381 0.1866295 0.6890428 0.1876412 0.6902735 0.3755114 0.5146639 0.3759291 0.5131865 0.3764428 0.5139172 0.3750938 0.5161414 0.3755114 0.5146639 0.3769564 0.5146477 0.3678584 0.4292061 0.3684583 0.4286788 0.3684312 0.4298794 0.367213 0.4297048 0.3678584 0.4292061 0.3679146 0.4297564 0.3629713 0.420404 0.3636707 0.4204072 0.3631203 0.4205791 0.3621755 0.4202293 0.3629713 0.420404 0.3631203 0.4205791 0.6959902 0.4129152 0.6970743 0.4113076 0.6978682 0.4120357 0.694927 0.4146021 0.6959902 0.4129152 0.6979401 0.413256 0.9356513 0.0769391 0.936504 0.07749599 0.9301018 0.08686268 0.9347984 0.0763821 0.9356513 0.0769391 0.9301018 0.08686268 0.9104783 0.1286903 0.9123763 0.1213611 0.9202018 0.1162087 0.9087594 0.1361043 0.9104783 0.1286903 0.9202018 0.1162087 0.9158215 0.1229166 0.9087594 0.1361043 0.9281875 0.111163 0.8494697 0.2334123 0.8537966 0.2279697 0.8458741 0.2394757 0.8450981 0.2388235 0.8494697 0.2334123 0.8455132 0.239167 0.7686204 0.3415638 0.767758 0.3405145 0.772603 0.3362916 0.7696033 0.3427479 0.7686204 0.3415638 0.772603 0.3362916 0.7292717 0.3850334 0.7297031 0.3853513 0.7274194 0.3868073 0.7289149 0.3847385 0.7292717 0.3850334 0.7274194 0.3868073 0.1604681 0.6786171 0.1591126 0.6792721 0.1583935 0.6784164 0.1618236 0.6779619 0.1604681 0.6786171 0.1583935 0.6784164 0.1598619 0.6778237 0.1618236 0.6779619 0.1576722 0.6775625 0.1369009 0.6769196 0.1339052 0.6769101 0.1358126 0.6769622 0.1348787 0.677208 0.1339052 0.6769101 0.1369009 0.6769196 0.1358584 0.6774779 0.1348787 0.677208 0.1363742 0.6772226 0.793318 0.3114117 0.7887125 0.3148266 0.7897356 0.315998 0.7980553 0.3081326 0.793318 0.3114117 0.7908896 0.317305 0.3679604 0.4296475 0.3685706 0.4297079 0.3678689 0.4293019 0.3672129 0.4297049 0.3679604 0.4296475 0.3678689 0.4293019 0.3998231 0.4883979 0.4003337 0.4891245 0.4003632 0.4881549 0.3994457 0.4878599 0.3998231 0.4883979 0.4003632 0.4881549 0.1172048 0.880531 0.1168655 0.8789448 0.1130004 0.8814619 0.1189607 0.8784121 0.1168655 0.8789448 0.119129 0.8792109 0.1210579 0.877887 0.1189607 0.8784121 0.119129 0.8792109 0.6978184 0.4120474 0.6977029 0.4109311 0.6970716 0.4113213 0.697971 0.4132634 0.6978184 0.4120474 0.6962358 0.4128986 0.9321355 0.08482307 0.9312512 0.08843016 0.9355828 0.07845312 0.9329546 0.08113026 0.9321355 0.08482307 0.9345318 0.07629358 0.8771668 0.1885867 0.8740413 0.1958016 0.881254 0.1820518 0.8802347 0.1813189 0.8771668 0.1885867 0.8807662 0.181702 0.8494154 0.2333545 0.8442845 0.2382836 0.8456823 0.2392782 0.8547245 0.2285476 0.8494154 0.2333545 0.8472631 0.2403896 0.3726468 0.4403049 0.372591 0.4414182 0.37302 0.4412115 0.3729526 0.4389848 0.3726468 0.4403049 0.3737483 0.4409108 0.7110011 0.4018675 0.7096849 0.403371 0.7132188 0.4011662 0.7122675 0.4002532 0.7110011 0.4018675 0.7127781 0.4007925 0.1730682 0.6795011 0.1729874 0.6802006 0.1744607 0.6797921 0.1731523 0.6787742 0.1730682 0.6795011 0.1744607 0.6797921 0.173806 0.6792373 0.1731523 0.6787742 0.1760336 0.6793646 0.3826245 0.4526016 0.3831221 0.4546605 0.3859921 0.4566124 0.3826809 0.4502766 0.3826245 0.4526016 0.3864824 0.4557654 0.1474765 0.6778154 0.1478117 0.6773962 0.1470148 0.6777955 0.1471219 0.6783189 0.1474765 0.6778154 0.1470148 0.6777955 0.8099867 0.289774 0.8103 0.290118 0.813526 0.2849267 0.8096235 0.2893767 0.8099867 0.289774 0.813526 0.2849267 0.157839 0.6778376 0.1613543 0.6780576 0.1597226 0.6779584 0.1602948 0.6786041 0.1613543 0.6780576 0.1585401 0.6784893 0.1592207 0.6791715 0.1602948 0.6786041 0.1585401 0.6784893 0.6173641 0.416212 0.6155701 0.4159277 0.6163001 0.4159288 0.6163565 0.4153866 0.6155701 0.4159277 0.6173641 0.416212 0.617103 0.4149791 0.6163565 0.4153866 0.6170991 0.4153785 0.3906093 0.5062038 0.3926302 0.5036591 0.3927271 0.5054736 0.3919327 0.5030657 0.3926302 0.5036591 0.3904573 0.5051625 0.3912333 0.5024713 0.3919327 0.5030657 0.3903039 0.5041212 0.7110826 0.402224 0.712186 0.4002053 0.7128246 0.400938 0.7100163 0.4043426 0.7110826 0.402224 0.7134989 0.4017503 0.3822453 0.4530948 0.3811328 0.4511276 0.3860511 0.455975 0.3831049 0.4551395 0.3822453 0.4530948 0.3857449 0.4565479 0.1474908 0.6778207 0.1471897 0.6784414 0.1469474 0.6776688 0.147792 0.6771996 0.1474908 0.6778207 0.1469474 0.6776688 0.7510399 0.3617178 0.7472772 0.3639472 0.7463519 0.3668713 0.7549103 0.359609 0.7510399 0.3617178 0.7455241 0.3699305 0.7493579 0.3660216 0.7549103 0.359609 0.7455241 0.3699305 0.3764523 0.5138902 0.3757696 0.5132505 0.375452 0.5150093 0.3771359 0.5145313 0.3764523 0.5138902 0.375452 0.5150093 0.6432008 0.4207185 0.6431625 0.4195799 0.6420962 0.4194971 0.6432374 0.4218698 0.6432008 0.4207185 0.6415671 0.4205372 0.8141226 0.2847806 0.8185836 0.2801413 0.810306 0.2901466 0.8096204 0.2893778 0.8141226 0.2847806 0.8099863 0.2897808 0.3645592 0.4194328 0.3642299 0.4196719 0.3643067 0.4190097 0.3649919 0.4190946 0.3645592 0.4194328 0.3643898 0.4182755 0.364727 0.4186408 0.3649919 0.4190946 0.3643898 0.4182755 0.3731569 0.4411337 0.3718925 0.441244 0.3726195 0.4399915 0.3749489 0.440843 0.3731569 0.4411337 0.3726195 0.4399915 0.3976788 0.4736148 0.3979279 0.4723808 0.3976888 0.4735947 0.3915239 0.459811 0.3857358 0.4445903 0.3976361 0.4747279 0.3966005 0.4737236 0.3915239 0.459811 0.3976361 0.4747279 0.9206046 0.1103259 0.9090141 0.1349122 0.9144186 0.1224977 0.9111391 0.1281988 0.9090141 0.1349122 0.9169515 0.1158839 0.9131912 0.1214244 0.9111391 0.1281988 0.9169515 0.1158839 0.7685081 0.3414249 0.768808 0.3418207 0.7718064 0.3374365 0.7681652 0.3409734 0.7685081 0.3414249 0.7718064 0.3374365 0.7293337 0.3851739 0.7286337 0.3846086 0.7275475 0.3870958 0.7301507 0.3858746 0.7293337 0.3851739 0.7275475 0.3870958 0.3253652 0.5497787 0.3258367 0.5503962 0.3267405 0.548942 0.3249278 0.5491077 0.3253652 0.5497787 0.3267405 0.548942 0.3923986 0.5040712 0.3905599 0.5059403 0.3918822 0.505144 0.3904443 0.5049771 0.3905599 0.5059403 0.3923986 0.5040712 0.3902801 0.5040491 0.3904443 0.5049771 0.3917759 0.5034313 0.8980843 0.1512176 0.8986448 0.1515963 0.8943443 0.1578041 0.8974526 0.150786 0.8980843 0.1512176 0.8943443 0.1578041 0.82837 0.2649066 0.8272216 0.2638193 0.8333039 0.260309 0.8296902 0.2661454 0.82837 0.2649066 0.8333039 0.260309 0.7937639 0.3108448 0.7982359 0.3062238 0.7899042 0.3162889 0.7892571 0.3154188 0.7937639 0.3108448 0.7896066 0.3158735 0.9433289 0.05753839 0.9430445 0.05577129 0.9415128 0.0561577 0.9436134 0.05930542 0.9433289 0.05753839 0.9399799 0.05654311 0.9479476 0.04915452 0.9436134 0.05930542 0.9399799 0.05654311 0.679666 0.4194756 0.6790146 0.4205338 0.6819535 0.4199495 0.6803145 0.4183653 0.679666 0.4194756 0.6823524 0.418953 0.6815845 0.4181455 0.6803145 0.4183653 0.6827629 0.4178614 0.8982522 0.1513104 0.8965687 0.1506026 0.8965498 0.1585144 0.9001134 0.152102 0.8982522 0.1513104 0.8965498 0.1585144 0.8282144 0.2647657 0.8285458 0.2650808 0.8318082 0.2594545 0.8278351 0.2644017 0.8282144 0.2647657 0.8318082 0.2594545 0.6635359 0.4219498 0.6641808 0.4228893 0.6620361 0.4218944 0.6628832 0.4209824 0.6635359 0.4219498 0.6620361 0.4218944 0.6640677 0.4220017 0.6638067 0.4209482 0.6625881 0.4220517 0.6643329 0.4231148 0.6640677 0.4220017 0.6625881 0.4220517 0.2911088 0.5608677 0.2889361 0.5607134 0.2886543 0.5614792 0.2932814 0.5610221 0.2911088 0.5608677 0.2883707 0.5622434 0.2901588 0.5618237 0.2932814 0.5610221 0.2883707 0.5622434 0.3896893 0.4606943 0.3953675 0.4752332 0.397959 0.474443 0.3843175 0.4438408 0.3896893 0.4606943 0.397959 0.474443 0.3978751 0.4733357 0.397966 0.4720567 0.3981336 0.4730765 0.8750379 0.1954371 0.8648793 0.2124594 0.8633005 0.2113599 0.8770201 0.1879728 0.8631368 0.2112443 0.8802347 0.1813189 0.1440253 0.8720745 0.1545355 0.8695902 0.1545178 0.8710943 0.1440089 0.8736199 0.1545155 0.8710964 0.154518 0.8725492 0.694927 0.4146021 0.6820703 0.4202827 0.6822658 0.4189794 0.6959633 0.4128137 0.6822388 0.4188778 0.6824842 0.4177772 0.7696033 0.3427479 0.7549099 0.3596094 0.7686204 0.3415638 0.7685067 0.3414345 0.7509413 0.3615955 0.7478365 0.3643794 0.7445127 0.3705075 0.7301505 0.3858743 0.7293339 0.3851737 0.7459811 0.3671204 0.729278 0.3850339 0.7289149 0.3847385 0.3557869 0.5302245 0.3758769 0.51331 0.3755114 0.5146639 0.3562781 0.5308365 0.3755114 0.5146639 0.3750938 0.5161414 0.1973412 0.8562481 0.2095149 0.8476158 0.1979532 0.8569236 0.1979976 0.8569698 0.2101598 0.8483465 0.1988999 0.85834 0.2227361 0.838059 0.2113693 0.8494001 0.2218631 0.8374202 0.2218626 0.8374201 0.2101728 0.8483288 0.2095149 0.8476157 0.325847 0.550492 0.2932814 0.5610221 0.3253755 0.5497902 0.3253726 0.5497866 0.2911086 0.5608679 0.3249329 0.5491109 0.3568242 0.5314958 0.3287305 0.5487172 0.3562776 0.5308358 0.3562778 0.5308349 0.3267405 0.548942 0.3558094 0.5302497 0.8648794 0.2124594 0.8547245 0.2285477 0.8494156 0.233354 0.8631342 0.2112473 0.8492544 0.2332419 0.8626727 0.2108971 0.1728997 0.6802768 0.1592208 0.6791716 0.160468 0.6786171 0.1730682 0.6795011 0.1604681 0.6786171 0.1618236 0.6779619 0.1758544 0.6801257 0.1866324 0.6878316 0.1866069 0.6890257 0.1741685 0.6802906 0.1866016 0.6890345 0.1865225 0.689938 0.2352746 0.7908148 0.2327499 0.761565 0.2334336 0.7613824 0.2360736 0.7908623 0.233477 0.761361 0.2342665 0.761009 0.9329546 0.08113026 0.9263997 0.09536904 0.9268881 0.09622687 0.932342 0.08485567 0.9270949 0.0962572 0.9328833 0.08749395 0.2081789 0.7110062 0.2227311 0.7293794 0.2231776 0.7286493 0.2085074 0.7102488 0.2231764 0.7286502 0.2235391 0.727838 0.3672129 0.4297049 0.3719145 0.4413974 0.3722986 0.4404768 0.3682178 0.4295995 0.3726468 0.4403049 0.3729526 0.4389848 0.2227363 0.8380591 0.2321107 0.8158971 0.2313322 0.8156378 0.2218624 0.8374199 0.2313247 0.815639 0.2209798 0.8367384 0.2343278 0.7609865 0.2235391 0.727838 0.2231771 0.72864 0.233443 0.7613658 0.2231828 0.728639 0.2227311 0.7293795 0.1731523 0.6787742 0.1618236 0.677962 0.1730682 0.6795011 0.1730665 0.679503 0.160468 0.6786171 0.1728998 0.6802768 0.1577243 0.6778007 0.147792 0.6771996 0.1474907 0.6778207 0.1585401 0.6784893 0.1474909 0.6778207 0.1471288 0.6783306 0.1988998 0.85834 0.2113592 0.8493894 0.210157 0.8483435 0.1979532 0.8569236 0.2101412 0.8483328 0.209515 0.8476158 0.697971 0.4132634 0.7100163 0.4043427 0.6978184 0.4120474 0.6977767 0.4119239 0.711045 0.4021005 0.6977821 0.410968 0.8096206 0.2893779 0.789258 0.3154183 0.8099864 0.2897808 0.8101245 0.2899193 0.793318 0.3114117 0.8112812 0.2911965 0.3653914 0.4242712 0.3672129 0.4297049 0.3678689 0.4293019 0.3645592 0.4194328 0.3679184 0.4291549 0.3681571 0.4282148 0.3719145 0.4413974 0.382717 0.4546538 0.382058 0.4528573 0.373157 0.4411337 0.3826245 0.4526016 0.3826809 0.4502766 0.198131 0.7029152 0.2081789 0.7110061 0.2084819 0.7102795 0.1983233 0.702249 0.2084819 0.7102816 0.208743 0.7095032 0.2209794 0.8367384 0.2095149 0.8476158 0.2218627 0.8374199 0.2218631 0.8374201 0.2101866 0.8483422 0.2113579 0.8493903 0.1656633 0.8677464 0.1758893 0.8652929 0.176117 0.8666596 0.1656466 0.8692037 0.1761208 0.8666639 0.1763417 0.8681382 0.3749489 0.440843 0.3826808 0.4502766 0.3731569 0.4411337 0.3727026 0.4413924 0.3822453 0.4530948 0.3719147 0.4413974 0.3900486 0.4516862 0.3843175 0.443841 0.3861542 0.4563766 0.3854709 0.4570674 0.3888251 0.4615786 0.3966004 0.4737236 0.768163 0.3409761 0.7478364 0.3643793 0.7685067 0.3414344 0.7686206 0.3415638 0.7510399 0.3617178 0.7549103 0.359609 0.7478364 0.3643792 0.7289143 0.3847383 0.7459807 0.3671209 0.7460448 0.3672475 0.7293337 0.3851739 0.7445116 0.3705092 0.6803145 0.4183653 0.663825 0.4209514 0.679666 0.4194756 0.6796711 0.4195546 0.6640677 0.4220017 0.6790502 0.4208067 0.3249329 0.5491108 0.289232 0.5609104 0.2911088 0.5608677 0.3253755 0.5497901 0.2911088 0.5608677 0.2932814 0.5610221 0.8296902 0.2661454 0.8185409 0.2814441 0.8136633 0.2850479 0.8282148 0.2647721 0.8135263 0.2849262 0.8096234 0.2893766 0.8112813 0.2911964 0.7980553 0.3081325 0.7933182 0.3114114 0.8099863 0.2897808 0.7931922 0.3112837 0.789258 0.3154181 0.1758845 0.8652909 0.1855012 0.8610436 0.1761162 0.8666658 0.1761205 0.8666644 0.186262 0.8618072 0.1763391 0.8681392 0.9131906 0.1214247 0.8974519 0.1507856 0.9103088 0.128588 0.9104802 0.128688 0.8982522 0.1513104 0.9001134 0.152102 0.663825 0.4209513 0.6431766 0.41967 0.6625676 0.4219048 0.6625681 0.4219187 0.6432008 0.4207185 0.6611643 0.4229838 0.1281283 0.8763445 0.1353869 0.875643 0.1281435 0.8772806 0.1281666 0.8772484 0.1350799 0.8776445 0.1346529 0.8787595 0.3902801 0.5040491 0.3758942 0.5132074 0.3904443 0.5049771 0.3904437 0.5049775 0.3764523 0.5138902 0.390565 0.5059767 0.1545353 0.8695917 0.1656641 0.8677464 0.1656252 0.8692058 0.1545195 0.8710771 0.1656263 0.8692054 0.1656454 0.8706978 0.208743 0.7095032 0.2235391 0.727838 0.2085075 0.7102487 0.2085126 0.7102507 0.2231776 0.7286493 0.2081789 0.7110061 0.3994457 0.4878598 0.3966005 0.4737236 0.3976361 0.4747279 0.4004009 0.4882142 0.3976443 0.4747295 0.3988819 0.4759139 0.1353752 0.8756306 0.144021 0.8720562 0.1440148 0.8736195 0.1351004 0.8776608 0.1440113 0.8736321 0.1346558 0.878705 0.3912333 0.5024713 0.3994457 0.4878598 0.3997658 0.4884228 0.3919357 0.5030669 0.3997811 0.4884295 0.4002908 0.4892354 0.6790502 0.4208067 0.6643329 0.4231148 0.6796712 0.4195544 0.6796705 0.4194747 0.6635532 0.4219813 0.6628832 0.4209824 0.9087594 0.1361043 0.9001134 0.152102 0.9104783 0.1286903 0.9103072 0.1285904 0.8980854 0.1512164 0.8974524 0.1507859 0.8471802 0.2404533 0.8370595 0.2554338 0.8319621 0.2595693 0.8455132 0.239167 0.8318088 0.2594534 0.8278347 0.2644014 0.7907984 0.3172966 0.7763164 0.3348394 0.7719245 0.3375652 0.7896066 0.3158735 0.7718059 0.337437 0.7681655 0.3409737 0.6611642 0.4229838 0.6432375 0.4218698 0.6620336 0.4219192 0.6620361 0.4218944 0.6427292 0.4206555 0.6423119 0.4195357 0.1988999 0.8583401 0.1867108 0.8638359 0.1979277 0.8569216 0.1979278 0.8569196 0.186206 0.8618944 0.1973412 0.8562481 0.198131 0.7029151 0.1865225 0.6899381 0.1876412 0.6902735 0.1983048 0.7022709 0.1876662 0.690268 0.1892142 0.6906139 0.2209801 0.8367386 0.2304252 0.8152887 0.2313248 0.8156391 0.2218623 0.8374201 0.2313323 0.8156379 0.2227361 0.838059 0.9436134 0.05930542 0.9362722 0.077856 0.9356511 0.0769391 0.943329 0.05753839 0.9356513 0.0769391 0.9428126 0.05613118 0.6977819 0.4109688 0.7122652 0.4002425 0.7110409 0.4021004 0.6978182 0.4120476 0.7110826 0.402224 0.7100163 0.4043426 0.7122651 0.400245 0.7289149 0.3847385 0.7274194 0.3868073 0.7128362 0.4009339 0.7274755 0.3869533 0.7261461 0.3896144 0.9328833 0.08749395 0.9289413 0.09605705 0.927092 0.09625786 0.9321354 0.08482313 0.926887 0.09622567 0.9329546 0.08113026 0.9289495 0.09605991 0.9222069 0.1094169 0.9171338 0.115908 0.9268888 0.09623318 0.9169524 0.1158812 0.926401 0.09537053 0.8924443 0.1654646 0.8825863 0.1828071 0.8944935 0.1579051 0.8943443 0.1578041 0.8807662 0.1817021 0.8974526 0.150786 0.3649919 0.4190946 0.3681571 0.4282148 0.3645592 0.4194328 0.3660181 0.4243655 0.3678688 0.4293019 0.3653915 0.4242712 0.368964 0.4292901 0.3729526 0.4389849 0.3682178 0.4295996 0.3679146 0.4297564 0.3722986 0.4404767 0.367213 0.4297048 0.1984586 0.7015965 0.208743 0.7095032 0.1983233 0.702249 0.1983294 0.7022488 0.2084819 0.7102795 0.198131 0.7029152 0.6409482 0.4214916 0.6177429 0.4166662 0.6415282 0.4204053 0.3631203 0.4205791 0.3659402 0.4241245 0.3653915 0.4242712 0.1592207 0.6791716 0.1471286 0.6783309 0.1585401 0.6784892 0.1585399 0.6784874 0.1474908 0.6778207 0.1577243 0.6778006 0.1471216 0.6783195 0.1358584 0.6774779 0.1470146 0.6777955 0.1470139 0.6777923 0.1363743 0.6772212 0.1463742 0.6773515 0.1282727 0.87857 0.1171572 0.8803165 0.1191312 0.8792124 0.1281484 0.8772438 0.1191306 0.8792125 0.1210579 0.8778869 0.3905649 0.5059767 0.3771358 0.5145313 0.3764523 0.5138903 0.3904438 0.5049775 0.3764519 0.5138905 0.3758942 0.5132073 0.2368856 0.7908988 0.2321106 0.815897 0.2313453 0.8156443 0.2360358 0.7908683 0.2313336 0.8156428 0.2304257 0.8152886 0.2235391 0.727838 0.2343305 0.7609854 0.2231771 0.72864 0.2231829 0.728639 0.2334433 0.7613657 0.2227311 0.7293794 0.9263997 0.09536892 0.9131912 0.1214244 0.9169515 0.1158839 0.9271003 0.09626418 0.9171332 0.1159104 0.9289629 0.09605759 0.8802347 0.1813189 0.8626728 0.2108972 0.863137 0.2112444 0.8771803 0.1880879 0.8633005 0.2113599 0.8750379 0.1954371 0.8626728 0.2108972 0.8450984 0.2388237 0.8492541 0.2332424 0.8632999 0.211363 0.8494154 0.2333545 0.8648797 0.2124592 0.7892569 0.3154191 0.7681652 0.3409734 0.7896065 0.3158736 0.7897368 0.3160109 0.7719249 0.3375647 0.7907983 0.3172966 0.3568272 0.5314999 0.3750938 0.5161414 0.356278 0.5308363 0.3562775 0.5308359 0.3755114 0.5146639 0.3557868 0.5302243 0.1171544 0.8803094 0.1282742 0.8785493 0.1191282 0.8792107 0.119129 0.8792109 0.1281523 0.8772332 0.1210579 0.877887 0.2352744 0.7908147 0.2304255 0.8152885 0.2360367 0.7908682 0.2360516 0.7908658 0.2313452 0.8156443 0.2368873 0.7908987 0.2327529 0.7615637 0.2352758 0.7908149 0.2334334 0.7613825 0.2334768 0.7613609 0.2360742 0.7908623 0.2342644 0.7610103 0.8278348 0.2644016 0.8096235 0.2893767 0.8282149 0.2647721 0.8283701 0.2649067 0.813663 0.2850482 0.8296902 0.2661455 0.1363102 0.8780759 0.1449912 0.8741399 0.1445934 0.8732541 0.1360023 0.8771882 0.1445833 0.8730891 0.144021 0.8720577 0.1449911 0.8741399 0.1561272 0.8724092 0.1553225 0.8709625 0.1446194 0.8732936 0.1553606 0.870889 0.1545355 0.869592 0.3850682 0.4580294 0.3966005 0.4737236 0.388825 0.4615786 0.3861056 0.4564267 0.3896893 0.4606943 0.3843175 0.4438408 0.1463742 0.6773515 0.1364111 0.6768153 0.1363744 0.6772212 0.1470148 0.6777955 0.1363742 0.6772226 0.1358582 0.6774783 0.1865225 0.6899381 0.198131 0.7029151 0.1983086 0.7022626 0.1865939 0.6892264 0.1983075 0.7022693 0.1984586 0.7015965 0.18661 0.6885036 0.1758544 0.6801257 0.1865995 0.6892203 0.1865985 0.68922 0.1741685 0.6802907 0.1865225 0.6899381 0.3994457 0.4878598 0.3912333 0.5024713 0.3997659 0.4884228 0.3997811 0.4884296 0.3919357 0.5030669 0.4002908 0.4892354 0.7135569 0.4017366 0.7261456 0.3896151 0.7128365 0.4009368 0.7127781 0.4007925 0.7274187 0.3868077 0.7122675 0.4002532 0.6970763 0.4113294 0.6824846 0.4177768 0.6959633 0.4128137 0.6959902 0.4129152 0.6822659 0.4189792 0.694927 0.4146021 0.8974521 0.1507856 0.8802347 0.1813189 0.8807662 0.181702 0.8944926 0.1579061 0.8809221 0.1818057 0.8825863 0.1828071 0.8450984 0.2388237 0.8278351 0.2644017 0.8455132 0.2391671 0.8456827 0.2392926 0.8319618 0.2595705 0.8471803 0.2404533 0.1561227 0.8723834 0.165645 0.8706847 0.1656253 0.8692037 0.1553282 0.8709796 0.165625 0.869203 0.1656643 0.8677498 0.1656428 0.870685 0.1763412 0.8681259 0.1656463 0.8692011 0.165647 0.869202 0.1761172 0.8666614 0.1656636 0.8677497 0.1763375 0.8681288 0.1867108 0.8638358 0.1862614 0.8618137 0.1761164 0.8666669 0.1862504 0.8618329 0.1855051 0.861055 0.4014689 0.4885438 0.3988819 0.4759138 0.4004009 0.4882142 0.4003632 0.4881549 0.3976361 0.4747279 0.3994457 0.4878599 0.642241 0.4195271 0.617103 0.4149791 0.6414843 0.4203962 0.6414843 0.4203962 0.6171281 0.4154137 0.6177429 0.4166662 0.1973412 0.8562481 0.1854996 0.8610681 0.1862068 0.861897 0.1979277 0.8569216 0.1862049 0.8618438 0.1867108 0.8638358 0.1353874 0.8756241 0.1281335 0.8763243 0.1281481 0.8772681 0.135944 0.8774279 0.1281652 0.8772265 0.1282739 0.8785493 0.3287305 0.5487172 0.3568242 0.5314956 0.3562788 0.5308359 0.3267405 0.548942 0.3562783 0.5308353 0.3558092 0.5302495 0.9428125 0.05613124 0.9347984 0.0763821 0.9356513 0.0769391 0.9433289 0.05753839 0.9356512 0.07693916 0.9436134 0.05930542 0.867207 0.2140695 0.8648793 0.2124594 0.8750379 0.1954371 0.3865845 0.7723135 0.4315991 0.773015 0.3866841 0.7855114 0.9151384 0.7301831 0.9387598 0.7313075 0.8863879 0.7605757 0.947309 0.776153 0.9618378 0.7721317 0.9520216 0.7836588 0.959187 0.7353014 0.9809534 0.7216694 0.9839335 0.7348184 0.9467516 0.6985859 0.9485555 0.7047944 0.8897116 0.7182031 0.9441772 0.7834008 0.9192479 0.7851749 0.947309 0.776153 0.5052119 0.7718526 0.5747532 0.7576154 0.5653029 0.7680845 0.4554781 0.8454729 0.4565901 0.8538029 0.4268617 0.8730883 0.5188717 0.8264034 0.4565901 0.8538029 0.4554781 0.8454729 0.7363543 0.7437866 0.7160928 0.752465 0.7363697 0.7368971 0.7519466 0.7408943 0.7363543 0.7437866 0.7363697 0.7368971 0.712792 0.823989 0.6967216 0.8284379 0.7011924 0.8232926 0.6382927 0.8054167 0.7304726 0.7811419 0.7316385 0.7860919 0.7304726 0.7811419 0.7472931 0.7742806 0.7316385 0.7860919 0.8071658 0.6048502 0.7997098 0.6372351 0.7877907 0.6389058 0.4775593 0.9828952 0.5203118 0.9469105 0.4957931 0.9811584 0.5203118 0.9469105 0.5802652 0.9040074 0.5334468 0.9480475 0.8385164 0.7900674 0.8863879 0.7605757 0.8534856 0.7879272 0.8949261 0.8362299 0.9301458 0.8485816 0.9189395 0.8541306 0.959187 0.7353014 0.9640816 0.7433279 0.9509113 0.7448315 0.8399185 0.655838 0.8428289 0.6549546 0.8494104 0.6568906 0.9002865 0.6209346 0.8962703 0.6151544 0.9052791 0.6178551 0.9081211 0.6279293 0.9002865 0.6209346 0.9052791 0.6178551 0.9349285 0.8442998 0.9001004 0.8323488 0.9084316 0.8270771 0.9001004 0.8323488 0.8824917 0.8114085 0.9084316 0.8270771 0.9520216 0.7836588 0.9618378 0.7721317 0.9709565 0.7755872 0.9618378 0.7721317 0.9708476 0.7633517 0.9709565 0.7755872 0.9052791 0.6178551 0.9188382 0.6111566 0.9255205 0.6161676 0.3425291 0.6652289 0.3272612 0.6766221 0.3184773 0.664465 0.9151384 0.7301831 0.9485555 0.7047944 0.9387598 0.7313075 0.6222202 0.7946015 0.6278138 0.7887755 0.6293792 0.7916153 0.626559 0.8092771 0.6329307 0.8066931 0.6343054 0.8103302 0.9002865 0.6209346 0.8962703 0.6151544 0.8875923 0.6207275 0.8623554 0.6945322 0.811192 0.7169804 0.8213276 0.7194319 0.959187 0.7353014 0.9640816 0.7433279 0.9839335 0.7348184 0.8785797 0.6746655 0.8623554 0.6945322 0.8735284 0.6942018 0.6678631 0.7337794 0.6729232 0.7366681 0.7642491 0.7023133 0.4357506 0.8699685 0.4565901 0.8538029 0.4268617 0.8730883 0.4357506 0.8699685 0.4268617 0.8730883 0.4657617 0.8722205 0.7773987 0.6895204 0.7642491 0.7023133 0.7810574 0.6981788 0.8785797 0.6746655 0.8349218 0.6919227 0.8623554 0.6945322 0.4112943 0.7540513 0.3907597 0.7655156 0.4381112 0.7663305 0.7510181 0.6892044 0.7482281 0.6862464 0.6480709 0.7359493 0.7917461 0.6788039 0.8060501 0.6708631 0.7804356 0.6750563 0.8136768 0.6756873 0.8325586 0.6656308 0.8060501 0.6708631 0.7777085 0.6787766 0.7804356 0.6750563 0.763024 0.6810707 0.8071658 0.6048502 0.7968851 0.6065853 0.7877907 0.6389058 0.7997098 0.6372351 0.7877907 0.6389058 0.7991491 0.6536808 0.8306572 0.7939155 0.8366128 0.7973416 0.8385164 0.7900674 0.8699553 0.8186974 0.8633447 0.8231788 0.8949261 0.8362299 0.8779582 0.7891 0.8705471 0.7882462 0.8698214 0.7955672 0.7619625 0.6851798 0.763024 0.6810707 0.7482281 0.6862464 0.9218846 0.771714 0.9223642 0.7670128 0.8969159 0.7710555 0.8407429 0.5644992 0.8574534 0.5612204 0.8430138 0.5386439 0.9002865 0.6209346 0.9052791 0.6178551 0.8962703 0.6151544 0.9349285 0.8442998 0.9436476 0.8362775 0.9084316 0.8270771 0.9441772 0.7834008 0.9407789 0.789352 0.9520216 0.7836588 0.9618378 0.7721317 0.9709565 0.7755872 0.9708476 0.7633517 0.8894491 0.7912389 0.897998 0.7939042 0.9192479 0.7851749 0.9151384 0.7301831 0.9387598 0.7313075 0.9485555 0.7047944 0.3272612 0.6766221 0.3256353 0.6881754 0.3044893 0.6825873 0.3272612 0.6766221 0.3104431 0.6731717 0.3184773 0.664465 0.3104431 0.6731717 0.3272612 0.6766221 0.3044893 0.6825873 0.8962703 0.6151544 0.9002865 0.6209346 0.8875923 0.6207275 0.9441772 0.7834008 0.947309 0.776153 0.9520216 0.7836588 0.9640816 0.7433279 0.959187 0.7353014 0.9839335 0.7348184 0.9485555 0.7047944 0.8905025 0.7226026 0.8897116 0.7182031 0.6729232 0.7366681 0.6678631 0.7337794 0.7642491 0.7023133 0.5209701 0.8203086 0.5188717 0.8264034 0.4554781 0.8454729 0.7527462 0.732885 0.7519466 0.7408943 0.7363697 0.7368971 0.7229032 0.8156123 0.712792 0.823989 0.7011924 0.8232926 0.6343054 0.8103302 0.6382927 0.8054167 0.7316385 0.7860919 0.7472931 0.7742806 0.7520122 0.7791355 0.7316385 0.7860919 0.8520779 0.661346 0.849646 0.6705551 0.8325586 0.6656308 0.7968851 0.6065853 0.8071658 0.6048502 0.7877907 0.6389058 0.7877907 0.6389058 0.7997098 0.6372351 0.7991491 0.6536808 0.5203118 0.9469105 0.5334468 0.9480475 0.4957931 0.9811584 0.8863879 0.7605757 0.8893911 0.7630078 0.8534856 0.7879272 0.9189395 0.8541306 0.9301458 0.8485816 0.9352873 0.8561323 0.8876833 0.8412763 0.8949261 0.8362299 0.9189395 0.8541306 0.8949261 0.8362299 0.8876833 0.8412763 0.8633447 0.8231788 0.9176244 0.6242494 0.9081211 0.6279293 0.9052791 0.6178551 0.9349285 0.8442998 0.9436476 0.8362775 0.9550301 0.8441437 0.9436476 0.8362775 0.9349285 0.8442998 0.9084316 0.8270771 0.8824917 0.8114085 0.8934897 0.8069412 0.9084316 0.8270771 0.9708476 0.7633517 0.9854238 0.7614198 0.9709565 0.7755872 0.9176244 0.6242494 0.9052791 0.6178551 0.9255205 0.6161676 0.9652915 0.7148335 0.9809534 0.7216694 0.959187 0.7353014 0.9485555 0.7047944 0.9652915 0.7148335 0.9387598 0.7313075 0.6278138 0.7887755 0.6343761 0.7880738 0.6293792 0.7916153 0.6329307 0.8066931 0.6382927 0.8054167 0.6343054 0.8103302 0.8735284 0.6942018 0.8623554 0.6945322 0.8213276 0.7194319 0.9387598 0.7313075 0.9151384 0.7301831 0.8863879 0.7605757 0.9809534 0.7216694 0.959187 0.7353014 0.9839335 0.7348184 0.8785797 0.6746655 0.8410674 0.6764602 0.8349218 0.6919227 0.811192 0.7169804 0.8623554 0.6945322 0.8000259 0.7154011 0.4268617 0.8730883 0.4687476 0.8796923 0.4657617 0.8722205 0.796648 0.6829296 0.7773987 0.6895204 0.7810574 0.6981788 0.4485795 0.7586542 0.4112943 0.7540513 0.4381112 0.7663305 0.4381112 0.7663305 0.5097891 0.7643347 0.4485795 0.7586542 0.7482281 0.6862464 0.6495919 0.7306464 0.6480709 0.7359493 0.7917461 0.6788039 0.8136768 0.6756873 0.8060501 0.6708631 0.7619625 0.6851798 0.7777085 0.6787766 0.763024 0.6810707 0.8105486 0.6522032 0.7997098 0.6372351 0.7991491 0.6536808 0.8248112 0.8023921 0.8366128 0.7973416 0.8306572 0.7939155 0.8779582 0.7891 0.8852701 0.7793529 0.8705471 0.7882462 0.6878914 0.8399883 0.6363967 0.8680882 0.6837309 0.848532 0.7510181 0.6892044 0.7619625 0.6851798 0.7482281 0.6862464 0.8917486 0.7767011 0.9218846 0.771714 0.8969159 0.7710555 0.8574534 0.5612204 0.8509585 0.5371037 0.8430138 0.5386439 0.9550301 0.8441437 0.9436476 0.8362775 0.9349285 0.8442998 0.9618378 0.7721317 0.9520216 0.7836588 0.9709565 0.7755872 0.9709565 0.7755872 0.9854238 0.7614198 0.9708476 0.7633517 0.897998 0.7939042 0.9181419 0.7920075 0.9192479 0.7851749 0.9181419 0.7920075 0.9407789 0.789352 0.9441772 0.7834008 0.9188382 0.6111566 0.9052791 0.6178551 0.9255205 0.6161676 0.959187 0.7353014 0.9809534 0.7216694 0.9652915 0.7148335 0.9387598 0.7313075 0.9652915 0.7148335 0.9485555 0.7047944 0.796648 0.6829296 0.8410674 0.6764602 0.8102858 0.694893 0.6351004 0.8658256 0.5774886 0.9021545 0.5734575 0.8974575 0.6856998 0.8326496 0.6351004 0.8658256 0.6803785 0.8312544 0.4357506 0.8699685 0.4657617 0.8722205 0.4268617 0.8730883 0.5324859 0.8501148 0.5912573 0.8252345 0.5464924 0.8532897 0.8386666 0.7401829 0.8905025 0.7226026 0.8069854 0.7587531 0.8905025 0.7226026 0.9485555 0.7047944 0.8419423 0.7474004 0.6967216 0.8284379 0.6856998 0.8326496 0.6803785 0.8312544 0.8363442 0.7843166 0.8101102 0.793262 0.8199154 0.7782243 0.7773987 0.6895204 0.796648 0.6829296 0.7810574 0.6981788 0.7510181 0.6892044 0.6480709 0.7359493 0.7482281 0.6862464 0.7777085 0.6787766 0.7619625 0.6851798 0.763024 0.6810707 0.8317072 0.5659103 0.8071658 0.6048502 0.8166543 0.5731644 0.8945125 0.6320712 0.9055219 0.6477216 0.8891487 0.6404677 0.6878914 0.8399883 0.7004475 0.8356247 0.7026333 0.8394519 0.8235249 0.7977924 0.8306572 0.7939155 0.8248112 0.8023921 0.8090443 0.8031988 0.8235249 0.7977924 0.8248112 0.8023921 0.8698214 0.7955672 0.8672289 0.8006788 0.8628144 0.7968083 0.6402292 0.7402898 0.5779106 0.7522733 0.6290607 0.7373853 0.6363967 0.8680882 0.6878914 0.8399883 0.6837309 0.848532 0.7619625 0.6851798 0.7510181 0.6892044 0.7482281 0.6862464 0.8428289 0.6549546 0.8695598 0.6426197 0.8691326 0.6493713 0.8695598 0.6426197 0.8945125 0.6320712 0.8891487 0.6404677 0.8863879 0.7605757 0.9387598 0.7313075 0.9083485 0.7517859 0.3907597 0.7655156 0.3792817 0.7653968 0.4060785 0.7496705 0.828621 0.5455199 0.8166543 0.5731644 0.8042394 0.56243 0.8149905 0.6036238 0.8407429 0.5644992 0.8255798 0.6014435 0.8962703 0.6151544 0.8875923 0.6207275 0.8864011 0.6158118 0.8625626 0.6317493 0.8387112 0.6441394 0.8400281 0.63934 0.8875923 0.6207275 0.8625626 0.6317493 0.8619571 0.6273438 0.8387112 0.6441394 0.8322058 0.6455193 0.8400281 0.63934 0.9192479 0.7851749 0.9441772 0.7834008 0.9181419 0.7920075 0.8509585 0.5371037 0.8601483 0.5285081 0.8697546 0.5544655 0.4315991 0.773015 0.3866841 0.7855114 0.5052119 0.7718526 0.796648 0.6829296 0.7810574 0.6981788 0.8102858 0.694893 0.8410674 0.6764602 0.8102858 0.694893 0.8349218 0.6919227 0.5188717 0.8264034 0.5209701 0.8203086 0.4554781 0.8454729 0.5840447 0.8070135 0.5876685 0.8017011 0.5209701 0.8203086 0.7363543 0.7437866 0.7363697 0.7368971 0.7160928 0.752465 0.7519466 0.7408943 0.7527462 0.732885 0.7363697 0.7368971 0.8623554 0.6945322 0.8291024 0.7022953 0.8000259 0.7154011 0.5129373 0.9435756 0.5072484 0.9359321 0.4718797 0.9624114 0.6856998 0.8326496 0.6803785 0.8312544 0.6351004 0.8658256 0.712792 0.823989 0.7229032 0.8156123 0.7011924 0.8232926 0.8101102 0.793262 0.8007497 0.7871428 0.7229032 0.8156123 0.5324859 0.8501148 0.5464924 0.8532897 0.5912573 0.8252345 0.6382927 0.8054167 0.6343054 0.8103302 0.7316385 0.7860919 0.7304726 0.7811419 0.7316385 0.7860919 0.7472931 0.7742806 0.7472931 0.7742806 0.7520122 0.7791355 0.7592968 0.767332 0.8386666 0.7401829 0.8069854 0.7587531 0.8905025 0.7226026 0.8905025 0.7226026 0.8419423 0.7474004 0.9485555 0.7047944 0.6967216 0.8284379 0.7011924 0.8232926 0.6803785 0.8312544 0.5097891 0.7643347 0.5123572 0.7567353 0.4485795 0.7586542 0.849646 0.6705551 0.8520779 0.661346 0.8325586 0.6656308 0.8871474 0.6607449 0.8789151 0.6541792 0.849646 0.6705551 0.8105486 0.6522032 0.7991491 0.6536808 0.8090534 0.6578102 0.8945125 0.6320712 0.8891487 0.6404677 0.9055219 0.6477216 0.4775593 0.9828952 0.4957931 0.9811584 0.5203118 0.9469105 0.5203118 0.9469105 0.5334468 0.9480475 0.5802652 0.9040074 0.5802652 0.9040074 0.5869275 0.907368 0.6375027 0.8731366 0.6878914 0.8399883 0.6837309 0.848532 0.7026333 0.8394519 0.7004475 0.8356247 0.7026333 0.8394519 0.7844834 0.8158816 0.8949261 0.8362299 0.8876833 0.8412763 0.9189395 0.8541306 0.8672289 0.8006788 0.8598791 0.8058224 0.8699553 0.8186974 0.8698214 0.7955672 0.8628144 0.7968083 0.8672289 0.8006788 0.8852701 0.7793529 0.8850824 0.7757676 0.8705471 0.7882462 0.6402292 0.7402898 0.6290607 0.7373853 0.5779106 0.7522733 0.6363967 0.8680882 0.6375027 0.8731366 0.6837309 0.848532 0.9055219 0.6477216 0.893176 0.6488032 0.8871474 0.6607449 0.8695598 0.6426197 0.8691326 0.6493713 0.8891487 0.6404677 0.8917486 0.7767011 0.8969159 0.7710555 0.8850824 0.7757676 0.8863879 0.7605757 0.8893911 0.7630078 0.9083485 0.7517859 0.3907597 0.7655156 0.4112943 0.7540513 0.4060785 0.7496705 0.8625626 0.6317493 0.8619571 0.6273438 0.8400281 0.63934 0.8875923 0.6207275 0.8864011 0.6158118 0.8619571 0.6273438 0.8509585 0.5371037 0.8574534 0.5612204 0.8697546 0.5544655 0.4315991 0.773015 0.3865845 0.7723135 0.3866841 0.7855114 0.5052119 0.7718526 0.4865284 0.7877575 0.3866841 0.7855114 0.4865284 0.7877575 0.5052119 0.7718526 0.5653029 0.7680845 0.5653029 0.7680845 0.5747532 0.7576154 0.6190991 0.7567389 0.6678631 0.7337794 0.6729232 0.7366681 0.6443341 0.748561 0.7810574 0.6981788 0.796648 0.6829296 0.8102858 0.694893 0.8102858 0.694893 0.8410674 0.6764602 0.8349218 0.6919227 0.6343761 0.7880738 0.6278138 0.7887755 0.7109924 0.7465902 0.7160928 0.752465 0.7109924 0.7465902 0.7363697 0.7368971 0.5734575 0.8974575 0.5774886 0.9021545 0.5072484 0.9359321 0.6320495 0.8616865 0.6351004 0.8658256 0.5734575 0.8974575 0.6351004 0.8658256 0.6320495 0.8616865 0.6803785 0.8312544 0.8007497 0.7871428 0.8101102 0.793262 0.7229032 0.8156123 0.8363442 0.7843166 0.8199154 0.7782243 0.8487311 0.764223 0.4657617 0.8722205 0.4687476 0.8796923 0.4268617 0.8730883 0.5324859 0.8501148 0.5464924 0.8532897 0.4687476 0.8796923 0.5912573 0.8252345 0.5996179 0.8278032 0.5464924 0.8532897 0.8386666 0.7401829 0.8069854 0.7587531 0.7639043 0.7705238 0.8905025 0.7226026 0.8419423 0.7474004 0.8069854 0.7587531 0.9485555 0.7047944 0.8795294 0.7351735 0.8419423 0.7474004 0.7011924 0.8232926 0.6967216 0.8284379 0.6803785 0.8312544 0.8101102 0.793262 0.8007497 0.7871428 0.8199154 0.7782243 0.7642491 0.7023133 0.7773987 0.6895204 0.7810574 0.6981788 0.6278138 0.7887755 0.6222202 0.7946015 0.5876685 0.8017011 0.626559 0.8092771 0.6343054 0.8103302 0.5996179 0.8278032 0.5123572 0.7567353 0.5097891 0.7643347 0.4485795 0.7586542 0.5097891 0.7643347 0.5123572 0.7567353 0.5748689 0.7469421 0.6402292 0.7402898 0.6290607 0.7373853 0.6495919 0.7306464 0.6480709 0.7359493 0.6495919 0.7306464 0.7482281 0.6862464 0.7804356 0.6750563 0.7777085 0.6787766 0.763024 0.6810707 0.849646 0.6705551 0.8520779 0.661346 0.8789151 0.6541792 0.8317072 0.5659103 0.8166543 0.5731644 0.828621 0.5455199 0.8071658 0.6048502 0.7968851 0.6065853 0.8166543 0.5731644 0.9055219 0.6477216 0.893176 0.6488032 0.8891487 0.6404677 0.5802652 0.9040074 0.5869275 0.907368 0.5334468 0.9480475 0.5869275 0.907368 0.5802652 0.9040074 0.6375027 0.8731366 0.6837309 0.848532 0.6878914 0.8399883 0.7026333 0.8394519 0.7026333 0.8394519 0.7004475 0.8356247 0.7844834 0.8158816 0.8306572 0.7939155 0.8366128 0.7973416 0.8248112 0.8023921 0.8385164 0.7900674 0.8534856 0.7879272 0.8366128 0.7973416 0.8103567 0.8078734 0.8090443 0.8031988 0.8248112 0.8023921 0.8672289 0.8006788 0.8598791 0.8058224 0.8628144 0.7968083 0.8698214 0.7955672 0.8628144 0.7968083 0.8705471 0.7882462 0.5779106 0.7522733 0.5748689 0.7469421 0.6290607 0.7373853 0.6375027 0.8731366 0.6363967 0.8680882 0.6837309 0.848532 0.763024 0.6810707 0.7619625 0.6851798 0.7482281 0.6862464 0.8494104 0.6568906 0.8428289 0.6549546 0.8691326 0.6493713 0.8691326 0.6493713 0.8695598 0.6426197 0.8891487 0.6404677 0.8373957 0.6600444 0.8399185 0.655838 0.8494104 0.6568906 0.9303091 0.742996 0.8893911 0.7630078 0.9083485 0.7517859 0.4112943 0.7540513 0.3907597 0.7655156 0.4060785 0.7496705 0.823906 0.5429301 0.828621 0.5455199 0.8042394 0.56243 0.8407429 0.5644992 0.8574534 0.5612204 0.8255798 0.6014435 0.8149905 0.6036238 0.8255798 0.6014435 0.8249195 0.6313015 0.8619571 0.6273438 0.8625626 0.6317493 0.8400281 0.63934 0.8864011 0.6158118 0.8875923 0.6207275 0.8619571 0.6273438 0.8322058 0.6455193 0.833753 0.640139 0.8400281 0.63934 0.8574534 0.5612204 0.8509585 0.5371037 0.8697546 0.5544655 0.3865845 0.7723135 0.3727568 0.7758231 0.3866841 0.7855114 0.3866841 0.7855114 0.4865284 0.7877575 0.5052119 0.7718526 0.6443341 0.748561 0.6729232 0.7366681 0.6678631 0.7337794 0.5188717 0.8264034 0.5840447 0.8070135 0.5209701 0.8203086 0.7363697 0.7368971 0.7109924 0.7465902 0.7160928 0.752465 0.7363543 0.7437866 0.7519466 0.7408943 0.7363697 0.7368971 0.4696249 0.9768714 0.5129373 0.9435756 0.4718797 0.9624114 0.6803785 0.8312544 0.6320495 0.8616865 0.6351004 0.8658256 0.712792 0.823989 0.8101102 0.793262 0.7229032 0.8156123 0.4687476 0.8796923 0.5464924 0.8532897 0.5324859 0.8501148 0.5464924 0.8532897 0.5996179 0.8278032 0.5912573 0.8252345 0.7304726 0.7811419 0.6382927 0.8054167 0.7316385 0.7860919 0.7316385 0.7860919 0.7520122 0.7791355 0.7472931 0.7742806 0.7520122 0.7791355 0.7639043 0.7705238 0.7592968 0.767332 0.7639043 0.7705238 0.8069854 0.7587531 0.8386666 0.7401829 0.8069854 0.7587531 0.8419423 0.7474004 0.8905025 0.7226026 0.8419423 0.7474004 0.8795294 0.7351735 0.9485555 0.7047944 0.6856998 0.8326496 0.6967216 0.8284379 0.6803785 0.8312544 0.8199154 0.7782243 0.8007497 0.7871428 0.8101102 0.793262 0.6495919 0.7306464 0.6290607 0.7373853 0.6402292 0.7402898 0.8789151 0.6541792 0.8520779 0.661346 0.849646 0.6705551 0.8166543 0.5731644 0.7968851 0.6065853 0.8071658 0.6048502 0.8891487 0.6404677 0.893176 0.6488032 0.9055219 0.6477216 0.4957931 0.9811584 0.5334468 0.9480475 0.5203118 0.9469105 0.5334468 0.9480475 0.5869275 0.907368 0.5802652 0.9040074 0.6363967 0.8680882 0.5802652 0.9040074 0.6375027 0.8731366 0.7004475 0.8356247 0.6878914 0.8399883 0.7026333 0.8394519 0.8366128 0.7973416 0.8534856 0.7879272 0.8385164 0.7900674 0.8534856 0.7879272 0.8893911 0.7630078 0.8863879 0.7605757 0.8633447 0.8231788 0.8876833 0.8412763 0.8949261 0.8362299 0.8598791 0.8058224 0.8633447 0.8231788 0.8699553 0.8186974 0.8628144 0.7968083 0.8598791 0.8058224 0.8672289 0.8006788 0.8705471 0.7882462 0.8628144 0.7968083 0.8698214 0.7955672 0.9640816 0.7433279 0.959187 0.7353014 0.9509113 0.7448315 0.6290607 0.7373853 0.5748689 0.7469421 0.5779106 0.7522733 0.893176 0.6488032 0.8789151 0.6541792 0.8871474 0.6607449 0.8945125 0.6320712 0.8695598 0.6426197 0.8891487 0.6404677 0.8852701 0.7793529 0.8917486 0.7767011 0.8850824 0.7757676 0.9303091 0.742996 0.9387598 0.7313075 0.9083485 0.7517859 0.3792817 0.7653968 0.3907597 0.7655156 0.4060785 0.7496705 0.8255798 0.6014435 0.8574534 0.5612204 0.8407429 0.5644992 0.8875923 0.6207275 0.8962703 0.6151544 0.8864011 0.6158118 0.8625626 0.6317493 0.8875923 0.6207275 0.8619571 0.6273438 0.8939635 0.7957183 0.897998 0.7939042 0.8894491 0.7912389 0.8601483 0.5285081 0.8509585 0.5371037 0.8697546 0.5544655 0.9387598 0.7313075 0.9303091 0.742996 0.9083485 0.7517859 0.8893911 0.7630078 0.9303091 0.742996 0.9083485 0.7517859 0.8893911 0.7630078 0.8863879 0.7605757 0.9083485 0.7517859 0.9387598 0.7313075 0.8863879 0.7605757 0.9083485 0.7517859 0.4565901 0.8538029 0.4357506 0.8699685 0.4268617 0.8730883 0.4565901 0.8538029 0.4554781 0.8454729 0.4268617 0.8730883 0.8789151 0.6541792 0.8520779 0.661346 0.8691326 0.6493713 0.8494104 0.6568906 0.8520779 0.661346 0.8691326 0.6493713 0.8520779 0.661346 0.8494104 0.6568906 0.8373957 0.6600444 0.4554781 0.8454729 0.4865284 0.7877575 0.5209701 0.8203086 0.821897 0.6593318 0.8373957 0.6600444 0.8325586 0.6656308 0.8373957 0.6600444 0.8494104 0.6568906 0.8520779 0.661346 0.7877907 0.6389058 0.6290607 0.7373853 0.7968851 0.6065853 0.6290607 0.7373853 0.5748689 0.7469421 0.7968851 0.6065853 0.8102858 0.694893 0.7810574 0.6981788 0.8000259 0.7154011 0.8349218 0.6919227 0.8102858 0.694893 0.8291024 0.7022953 0.7810574 0.6981788 0.7642491 0.7023133 0.7527462 0.732885 0.7642491 0.7023133 0.6729232 0.7366681 0.7363697 0.7368971 0.6443341 0.748561 0.6190991 0.7567389 0.6278138 0.7887755 0.6190991 0.7567389 0.5653029 0.7680845 0.5876685 0.8017011 0.5653029 0.7680845 0.4865284 0.7877575 0.5209701 0.8203086 0.8325586 0.6656308 0.8373957 0.6600444 0.821897 0.6593318 0.7804356 0.6750563 0.8060501 0.6708631 0.8090534 0.6578102 0.8166543 0.5731644 0.4112943 0.7540513 0.7968851 0.6065853 0.6495919 0.7306464 0.7482281 0.6862464 0.7877907 0.6389058 0.5123572 0.7567353 0.7877907 0.6389058 0.7968851 0.6065853 0.893176 0.6488032 0.8789151 0.6541792 0.8891487 0.6404677 0.7877907 0.6389058 0.763024 0.6810707 0.7482281 0.6862464 0.6290607 0.7373853 0.7877907 0.6389058 0.6495919 0.7306464 0.7877907 0.6389058 0.7482281 0.6862464 0.6495919 0.7306464 0.8166543 0.5731644 0.7968851 0.6065853 0.4112943 0.7540513 0.7968851 0.6065853 0.4485795 0.7586542 0.4112943 0.7540513 0.4268617 0.8730883 0.3866841 0.7855114 0.4554781 0.8454729 0.4865284 0.7877575 0.3866841 0.7855114 0.4554781 0.8454729 0.6729232 0.7366681 0.6443341 0.748561 0.7109924 0.7465902 0.8691326 0.6493713 0.8789151 0.6541792 0.8891487 0.6404677 0.7804356 0.6750563 0.7991491 0.6536808 0.7877907 0.6389058 0.763024 0.6810707 0.7804356 0.6750563 0.7877907 0.6389058 0.7482281 0.6862464 0.763024 0.6810707 0.7877907 0.6389058 0.6290607 0.7373853 0.7877907 0.6389058 0.5748689 0.7469421 0.8060501 0.6708631 0.7804356 0.6750563 0.8090534 0.6578102 0.8090534 0.6578102 0.7804356 0.6750563 0.7991491 0.6536808 0.2001842 0.8395 0.2111992 0.8300168 0.2038403 0.842926 0.2142022 0.8089063 0.2174254 0.8100377 0.2111992 0.8300168 0.2111992 0.8300168 0.220128 0.8109653 0.214313 0.831956 0.150081 0.705505 0.1340497 0.7020974 0.1517121 0.7004299 0.1466178 0.7142056 0.1290631 0.7122361 0.1483877 0.7101982 0.1183243 0.6984117 0.1220472 0.6926351 0.136588 0.6967062 0.1653608 0.7127957 0.1822545 0.7165539 0.1783221 0.7202787 0.150081 0.705505 0.1517121 0.7004299 0.1680027 0.7034589 0.3131551 0.5310059 0.2891559 0.5471042 0.2841379 0.5340995 0.2009173 0.7266851 0.2123491 0.7401453 0.2021074 0.7302475 0.1995632 0.7296609 0.2021074 0.7302475 0.2105951 0.7419468 0.2077737 0.7450059 0.197389 0.7306148 0.1995632 0.7296609 0.2009173 0.7266851 0.2010846 0.7233971 0.2145065 0.7382267 0.2026354 0.7205541 0.2171205 0.7363064 0.2010846 0.7233971 0.3612187 0.4664928 0.3760764 0.4634332 0.3810822 0.4795238 0.3818185 0.4894953 0.3810822 0.4795238 0.3906002 0.4821807 0.3914806 0.4933447 0.3817002 0.4996483 0.3818185 0.4894953 0.3483568 0.4908206 0.3533885 0.4754362 0.3546811 0.4935817 0.1995632 0.7296609 0.197389 0.7306148 0.19094 0.7237305 0.1818456 0.7113451 0.1832035 0.7068008 0.1950584 0.7114636 0.2026354 0.7205541 0.1933106 0.7151651 0.2047986 0.7177066 0.2026354 0.7205541 0.2010846 0.7233971 0.1929463 0.7190641 0.1929463 0.7190641 0.2010846 0.7233971 0.2009173 0.7266851 0.1818456 0.7113451 0.1933106 0.7151651 0.1822545 0.7165539 0.1818456 0.7113451 0.1667244 0.7083563 0.1832035 0.7068008 0.1573164 0.6839318 0.171967 0.6857412 0.1550794 0.6898449 0.1517121 0.7004299 0.136588 0.6967062 0.1550794 0.6898449 0.1573164 0.6839318 0.1550794 0.6898449 0.1416621 0.6869507 0.214313 0.831956 0.2230624 0.8121013 0.2269809 0.8138577 0.1929463 0.7190641 0.1952919 0.7238315 0.1822545 0.7165539 0.19094 0.7237305 0.1881892 0.7257541 0.1822545 0.7165539 0.1995632 0.7296609 0.1952919 0.7238315 0.2021074 0.7302475 0.1545184 0.8725553 0.1656454 0.8706978 0.1648867 0.8766836 0.1183243 0.6984117 0.1340497 0.7020974 0.114699 0.7045786 0.150081 0.705505 0.1667244 0.7083563 0.1483877 0.7101982 0.1112979 0.710508 0.114699 0.7045786 0.1315176 0.7074309 0.3535206 0.4573331 0.3507123 0.4573769 0.3501741 0.4508301 0.3508409 0.4434762 0.3524268 0.4503411 0.3501741 0.4508301 0.1466178 0.7142056 0.1457137 0.7160378 0.1278554 0.7145066 0.1466178 0.7142056 0.1483877 0.7101982 0.1653608 0.7127957 0.3435692 0.5194469 0.3211063 0.5431407 0.3131551 0.5310059 0.3131551 0.5310059 0.3104107 0.5256188 0.3393601 0.5147954 0.2230663 0.7637891 0.2204095 0.7647085 0.2105951 0.7419468 0.2184059 0.7655634 0.2091915 0.7435155 0.2204095 0.7647085 0.2184059 0.7655634 0.2166032 0.7664315 0.2077737 0.7450059 0.2299942 0.7622001 0.22629 0.762916 0.2196622 0.7341819 0.2145065 0.7382267 0.22629 0.762916 0.2230663 0.7637891 0.1953487 0.7325268 0.197389 0.7306148 0.2077737 0.7450059 0.2142022 0.8089063 0.216755 0.790435 0.2174254 0.8100377 0.220128 0.8109653 0.2243818 0.7901593 0.2278159 0.7902943 0.2204095 0.7647085 0.2243818 0.7901593 0.2217893 0.7901667 0.2204095 0.7647085 0.2230663 0.7637891 0.2243818 0.7901593 0.2217893 0.7901667 0.2194448 0.7902732 0.2166032 0.7664315 0.3211063 0.5431407 0.2902299 0.5545895 0.2891559 0.5471042 0.150081 0.705505 0.1483877 0.7101982 0.1315176 0.7074309 0.3084254 0.5208569 0.3104107 0.5256188 0.2841379 0.5340995 0.1818456 0.7113451 0.1822545 0.7165539 0.1653608 0.7127957 0.1517121 0.7004299 0.1550794 0.6898449 0.1707046 0.6923992 0.1220472 0.6926351 0.1293488 0.6838864 0.1416621 0.6869507 0.1416621 0.6869507 0.1293488 0.6838864 0.1328152 0.6804162 0.3539115 0.4653867 0.3612187 0.4664928 0.3612423 0.4767971 0.355928 0.4429465 0.3572747 0.4496386 0.3524268 0.4503411 0.355928 0.4429465 0.3508409 0.4434762 0.3544839 0.4360008 0.3519994 0.4274147 0.3454957 0.4276511 0.3489947 0.4180083 0.6796804 0.4056417 0.6851495 0.3968734 0.6921443 0.4020446 0.3539115 0.4653867 0.3535206 0.4573331 0.3612187 0.4664928 0.3594672 0.4574636 0.3535206 0.4573331 0.3572747 0.4496386 0.6796804 0.4056417 0.6634694 0.4073601 0.666251 0.4001561 0.6472287 0.4046838 0.6504378 0.3980816 0.6634694 0.4073601 0.6472287 0.4046838 0.6309729 0.3998102 0.6361673 0.3933283 0.3902776 0.5040478 0.3758942 0.5132073 0.3817002 0.4996483 0.3608995 0.5054414 0.3435692 0.5194469 0.3393601 0.5147954 0.3817002 0.4996483 0.3579357 0.4999336 0.3818185 0.4894953 0.3546811 0.4935817 0.3579357 0.4999336 0.3361732 0.5108792 0.3546811 0.4935817 0.3612423 0.4767971 0.3818185 0.4894953 0.1953381 0.8538466 0.191826 0.8497583 0.2038403 0.842926 0.2038403 0.842926 0.214313 0.831956 0.2069914 0.8454579 0.2801218 0.521823 0.3069759 0.5168766 0.2818454 0.5277413 0.3084254 0.5208569 0.333213 0.5078028 0.3104107 0.5256188 0.2243818 0.7901593 0.220128 0.8109653 0.2217893 0.7901667 0.4014689 0.4885438 0.4104586 0.4965546 0.4010304 0.499307 0.3519994 0.4274147 0.3544839 0.4360008 0.3485886 0.4361193 0.19094 0.7237305 0.197389 0.7306148 0.1953487 0.7325268 0.1867108 0.8638359 0.1988999 0.8583401 0.1875523 0.8660795 0.1832035 0.7068008 0.1680027 0.7034589 0.1859855 0.6960541 0.1304557 0.8839484 0.1283435 0.8804189 0.1346529 0.8787595 0.2230624 0.8121013 0.2278159 0.7902943 0.2318028 0.7905415 0.6634694 0.4073601 0.6803148 0.4183656 0.6628832 0.4209824 0.2145493 0.7673906 0.2059773 0.7465725 0.2166032 0.7664315 0.2026354 0.7205541 0.2047986 0.7177066 0.2196622 0.7341819 0.216755 0.790435 0.2145493 0.7673906 0.2194448 0.7902732 0.2304252 0.8152887 0.2209801 0.8367386 0.2176345 0.8341376 0.333213 0.5078028 0.3483568 0.4908206 0.3361732 0.5108792 0.2368817 0.7908985 0.2342665 0.761009 0.2400261 0.7910601 0.2153238 0.7905297 0.2124605 0.8082897 0.2142022 0.8089063 0.3612422 0.476797 0.3533884 0.4754362 0.3546811 0.4935817 0.1872139 0.727297 0.1881892 0.7257541 0.177381 0.7220802 0.1783221 0.7202787 0.1881892 0.7257541 0.1822545 0.7165539 0.1953487 0.7325268 0.197389 0.7306148 0.19094 0.7237305 0.2230624 0.8121013 0.220128 0.8109653 0.214313 0.831956 0.2111992 0.8300168 0.2174254 0.8100377 0.2142022 0.8089063 0.2038403 0.842926 0.2069914 0.8454579 0.214313 0.831956 0.2113579 0.8493903 0.2142587 0.8524602 0.2227363 0.8380591 0.1315176 0.7074309 0.114699 0.7045786 0.1112979 0.710508 0.136588 0.6967062 0.1340497 0.7020974 0.1517121 0.7004299 0.1653608 0.7127957 0.1483877 0.7101982 0.1466178 0.7142056 0.1680027 0.7034589 0.1667244 0.7083563 0.1832035 0.7068008 0.2818454 0.5277413 0.3084254 0.5208569 0.3069759 0.5168766 0.136588 0.6967062 0.1220472 0.6926351 0.1183243 0.6984117 0.2105951 0.7419468 0.2123491 0.7401453 0.2021074 0.7302475 0.2105951 0.7419468 0.2021074 0.7302475 0.1995632 0.7296609 0.2077737 0.7450059 0.2059773 0.7465725 0.2166032 0.7664315 0.2196622 0.7341819 0.2047986 0.7177066 0.2026354 0.7205541 0.2145065 0.7382267 0.2171205 0.7363065 0.2010846 0.7233971 0.2145065 0.7382267 0.2010846 0.7233971 0.2009173 0.7266851 0.3818185 0.4894953 0.3810822 0.4795238 0.3612422 0.476797 0.3810822 0.4795238 0.3870403 0.4704502 0.3784422 0.4692805 0.3612422 0.476797 0.3784422 0.4692805 0.3612188 0.4664928 0.19094 0.7237305 0.1952918 0.7238315 0.1822545 0.7165539 0.2009173 0.7266851 0.2010846 0.7233971 0.1929463 0.7190641 0.1929463 0.7190641 0.2010846 0.7233971 0.2026354 0.7205541 0.1929463 0.7190641 0.1933106 0.7151651 0.1822545 0.7165539 0.2009173 0.7266851 0.1952918 0.7238315 0.2021074 0.7302475 0.1680027 0.7034589 0.1517121 0.7004299 0.150081 0.705505 0.1707046 0.6923992 0.1550794 0.6898449 0.1517121 0.7004299 0.1328152 0.6804162 0.1445858 0.6821637 0.1358582 0.6774783 0.1416621 0.6869507 0.1293488 0.6838864 0.1220472 0.6926351 0.1315176 0.7074309 0.1290631 0.7122361 0.1483877 0.7101982 0.1783221 0.7202787 0.1822545 0.7165539 0.1653608 0.7127957 0.6851495 0.3968734 0.6891633 0.3921259 0.6681524 0.3966088 0.2111992 0.8300168 0.2001842 0.8395 0.2038403 0.842926 0.2056703 0.8260252 0.2075949 0.8274589 0.2124605 0.8082897 0.1315176 0.7074309 0.1483877 0.7101982 0.150081 0.705505 0.3084254 0.5208569 0.2818454 0.5277413 0.2841379 0.5340995 0.306385 0.5150819 0.2787929 0.5145618 0.2791162 0.5168283 0.1653608 0.7127957 0.1822545 0.7165539 0.1818456 0.7113451 0.1995632 0.7296609 0.197389 0.7306148 0.2077737 0.7450059 0.3653914 0.4242712 0.3519994 0.4274147 0.3672129 0.4297049 0.19094 0.7237305 0.197389 0.7306148 0.1995632 0.7296609 0.1628849 0.7184447 0.177381 0.7220802 0.1783221 0.7202787 0.6361673 0.3933283 0.6309729 0.3998102 0.6472287 0.4046838 0.6504378 0.3980815 0.6520728 0.3950656 0.6384588 0.3905091 0.6504378 0.3980815 0.666251 0.4001561 0.6520728 0.3950656 0.3104107 0.5256188 0.3361732 0.5108792 0.333213 0.5078028 0.333213 0.5078028 0.3317897 0.5064745 0.3069759 0.5168766 0.3483568 0.4908206 0.3455322 0.4898682 0.333213 0.5078028 0.2105951 0.7419468 0.2091915 0.7435154 0.2204095 0.7647085 0.2105951 0.7419468 0.2204095 0.7647085 0.2230663 0.7637891 0.2299942 0.7622001 0.232761 0.7615618 0.2196622 0.7341819 0.2230663 0.7637891 0.22629 0.762916 0.2145065 0.7382267 0.2299942 0.7622001 0.2171205 0.7363065 0.22629 0.762916 0.2077737 0.7450059 0.2166032 0.7664315 0.2184059 0.7655633 0.2194448 0.7902732 0.216755 0.7904349 0.2174254 0.8100377 0.2318028 0.7905415 0.2278159 0.7902943 0.2230624 0.8121013 0.2174254 0.8100377 0.220128 0.8109653 0.2217893 0.7901667 0.2230624 0.8121013 0.214313 0.831956 0.2269809 0.8138577 0.2321107 0.8158971 0.2227363 0.8380591 0.2355463 0.8169351 0.2230624 0.8121013 0.2278159 0.7902943 0.220128 0.8109653 0.2318028 0.7905415 0.2299942 0.7622001 0.2278159 0.7902943 0.2217893 0.7901667 0.2243818 0.7901593 0.2204095 0.7647085 0.2278159 0.7902943 0.2230663 0.7637891 0.2243818 0.7901593 0.2166032 0.7664315 0.2145493 0.7673906 0.2194448 0.7902732 0.2166032 0.7664315 0.2194448 0.7902732 0.2217893 0.7901667 0.3419826 0.4186273 0.3454957 0.4276511 0.3489947 0.4180083 0.1416621 0.6869507 0.1550794 0.6898449 0.1573164 0.6839318 0.1416621 0.6869507 0.136588 0.6967062 0.1550794 0.6898449 0.1315176 0.7074309 0.1340497 0.7020974 0.114699 0.7045786 0.1707046 0.6923992 0.1680027 0.7034589 0.1859855 0.6960541 0.1653608 0.7127957 0.1667244 0.7083563 0.1483877 0.7101982 0.3524268 0.4503411 0.3572747 0.4496386 0.355928 0.4429465 0.6891633 0.3921259 0.6851495 0.3968734 0.7170793 0.3803848 0.3485886 0.4361193 0.3508409 0.4434762 0.3544839 0.4360008 0.7014662 0.3936581 0.6851495 0.3968734 0.6921443 0.4020446 0.3817003 0.4996483 0.3914806 0.4933447 0.3818185 0.4894953 0.3612422 0.476797 0.3612188 0.4664928 0.3539115 0.4653867 0.3594673 0.4574636 0.3535207 0.4573331 0.3612188 0.4664928 0.3524268 0.4503411 0.3535207 0.4573331 0.3572747 0.4496386 0.3485886 0.4361193 0.3544839 0.4360008 0.3519994 0.4274147 0.666251 0.4001561 0.6504378 0.3980815 0.6634694 0.4073601 0.666251 0.4001561 0.6634694 0.4073601 0.6796804 0.4056417 0.3131551 0.5310059 0.3393601 0.5147954 0.3104107 0.5256188 0.3393601 0.5147954 0.3435692 0.5194469 0.3608995 0.5054414 0.3546811 0.4935817 0.3483568 0.4908206 0.3361732 0.5108792 0.3393601 0.5147954 0.3579357 0.4999336 0.3361732 0.5108792 0.3818185 0.4894953 0.3612422 0.476797 0.3579357 0.4999336 0.3104107 0.5256188 0.2841379 0.5340995 0.3131551 0.5310059 0.370157 0.4473047 0.3706195 0.4547934 0.3793038 0.4575859 0.3818185 0.4894953 0.3906002 0.4821807 0.3810822 0.4795238 0.3393601 0.5147954 0.3131551 0.5310059 0.3435692 0.5194469 0.3608995 0.5054414 0.3817003 0.4996483 0.3579357 0.4999336 0.368964 0.4292901 0.3735093 0.4289839 0.3681571 0.4282149 0.2001842 0.8395 0.191826 0.8497583 0.2038403 0.842926 0.3131551 0.5310059 0.2891559 0.5471042 0.3211063 0.5431407 0.1728997 0.6802768 0.171967 0.6857413 0.1865225 0.6899381 0.1707046 0.6923992 0.171967 0.6857413 0.1550794 0.6898449 0.1328152 0.6804162 0.1293488 0.6838864 0.1416621 0.6869507 0.1950584 0.7114636 0.1832035 0.7068008 0.1818456 0.7113451 0.2077737 0.7450059 0.197389 0.7306148 0.1953487 0.7325268 0.1984586 0.7015964 0.208743 0.7095032 0.209903 0.704994 0.1950584 0.7114636 0.1933106 0.7151651 0.2047986 0.7177066 0.8494695 0.2422496 0.8319399 0.2683024 0.8370595 0.2554338 0.8135626 0.2938229 0.7932819 0.3204061 0.7980553 0.3081325 0.95108 0.04583251 0.953522 0.04303967 0.9399434 0.07373535 0.1869469 0.6770758 0.1994964 0.682738 0.186811 0.6824834 0.2106345 0.6884217 0.2121268 0.6985805 0.1995551 0.689194 0.209903 0.704994 0.1992234 0.6959586 0.2121268 0.6985805 0.6814574 0.4181655 0.6796804 0.4056417 0.6803145 0.4183653 0.8296902 0.2661455 0.83194 0.2683024 0.8370595 0.2554339 0.6452331 0.4288552 0.6611644 0.4229838 0.6643329 0.4231148 0.4097658 0.4871761 0.397742 0.4735231 0.3988819 0.4759138 0.390565 0.5059767 0.3846088 0.5202274 0.4007737 0.5108286 0.1869469 0.6770758 0.1870966 0.672745 0.199411 0.6768663 0.2106345 0.6884217 0.1994964 0.682738 0.2107772 0.6809816 0.1995551 0.689194 0.1992234 0.6959585 0.2121268 0.6985805 0.1995551 0.689194 0.2121268 0.6985805 0.2106345 0.6884217 0.1995551 0.689194 0.1994965 0.682738 0.186811 0.6824833 0.3084127 0.5725727 0.3305097 0.5569425 0.2902598 0.5620342 0.8849647 0.184198 0.8924444 0.1654646 0.9001135 0.1521021 0.953522 0.04303967 0.95108 0.04583257 0.9399434 0.07373535 0.199411 0.6768663 0.1994965 0.682738 0.2107771 0.6809816 0.6611643 0.4229838 0.6452331 0.4288552 0.6643329 0.4231148 0.6820704 0.4202827 0.6790502 0.4208067 0.6666579 0.4285569 0.1545354 0.8695932 0.1656643 0.8677498 0.1651834 0.8633995 0.300793 0.5840816 0.3084127 0.5725727 0.2897661 0.5624295 0.3978253 0.4732742 0.4106103 0.4808962 0.3985503 0.4696695 0.3883701 0.4529883 0.3843184 0.4438418 0.3985502 0.4696695 0.4106103 0.4808962 0.3978253 0.4732742 0.397742 0.4735231 0.2897661 0.5624295 0.2888144 0.5620488 0.2854866 0.566311 0.289232 0.5609104 0.3249329 0.5491108 0.2902299 0.5545895 0.199411 0.6768663 0.1870966 0.672745 0.1869469 0.6770758 0.1651834 0.8633995 0.1744996 0.8613306 0.1656633 0.8677464 0.8225598 0.2597407 0.8278346 0.2644014 0.8043088 0.2838111 0.154518 0.8725492 0.1537836 0.8788642 0.1439482 0.8750349 0.1855012 0.8610436 0.1758845 0.8652909 0.1830784 0.8573349 0.7414531 0.3570623 0.7478364 0.3643793 0.7616929 0.3331619 0.2892321 0.5609105 0.2902299 0.5545895 0.3249329 0.5491109 0.397742 0.4735231 0.4097658 0.4871761 0.3988819 0.4759138 0.3978253 0.4732742 0.4106103 0.4808962 0.397742 0.4735231 0.3760764 0.4634332 0.3692735 0.4492897 0.3831049 0.4551395 0.3850756 0.4580275 0.3760764 0.4634332 0.3831049 0.4551395 0.3729526 0.4389849 0.3735093 0.4289839 0.3749489 0.4408429 0.3305097 0.5569425 0.3624525 0.5379571 0.325847 0.5504919 0.8923061 0.1466924 0.8974519 0.1507856 0.9131906 0.1214247 0.7414531 0.3570623 0.7170793 0.3803848 0.7289143 0.3847383 0.6431761 0.4196714 0.6472287 0.4046838 0.6422349 0.4195255 0.3928812 0.5056312 0.3927163 0.5036974 0.4010304 0.499307 0.6634694 0.4073601 0.6472287 0.4046838 0.663825 0.4209513 0.209515 0.8476158 0.2069914 0.8454579 0.1973412 0.8562481 0.7833323 0.3085148 0.8043088 0.2838111 0.8096204 0.2893778 0.8135626 0.2938229 0.8112812 0.2911964 0.8185409 0.2814441 0.3788975 0.4399767 0.38837 0.4529883 0.3826809 0.4502766 0.3870403 0.4704502 0.3850674 0.4580317 0.3966004 0.4737236 0.3843177 0.4438406 0.38837 0.4529883 0.3985502 0.4696695 0.4106103 0.4808962 0.3978253 0.4732742 0.3985503 0.4696695 0.3914806 0.4933447 0.3912333 0.5024714 0.3902801 0.5040491 0.6165089 0.4160735 0.6100493 0.4289199 0.615921 0.4157158 0.9087592 0.1361042 0.9025548 0.1530714 0.9159867 0.122465 0.9159867 0.122465 0.9184484 0.1228873 0.9222069 0.109417 0.7261456 0.3896151 0.7154433 0.4050571 0.7301507 0.3858746 0.7491189 0.365916 0.7445116 0.3705092 0.7325738 0.3889695 0.7491189 0.365916 0.7517901 0.3691725 0.7549103 0.359609 0.6432374 0.4218698 0.6409483 0.4214916 0.6247096 0.4281535 0.3771359 0.5145313 0.3750938 0.5161414 0.3624525 0.5379571 0.2176345 0.8341375 0.2209798 0.8367384 0.230425 0.8152886 0.3454957 0.4276511 0.3485886 0.4361193 0.3461176 0.4364853 0.1545355 0.8695902 0.1440253 0.8720745 0.1438369 0.8678756 0.1644789 0.8609511 0.1732284 0.8588322 0.1651834 0.8633995 0.1763391 0.8681392 0.1867108 0.8638358 0.1875523 0.8660795 0.2142022 0.8089063 0.2075949 0.8274589 0.2124605 0.8082897 0.209903 0.704994 0.208743 0.7095032 0.1984586 0.7015965 0.1783221 0.7202787 0.1881892 0.7257541 0.177381 0.7220802 0.3454957 0.4276511 0.342644 0.4280777 0.3419826 0.4186273 0.6851495 0.3968734 0.666251 0.4001561 0.6681524 0.3966088 0.2897657 0.5624287 0.290259 0.5620337 0.3084127 0.5725727 0.3533885 0.4754362 0.3499088 0.4747024 0.3505303 0.4649029 0.1438369 0.8678756 0.1433143 0.8653734 0.1537113 0.8627452 0.1830784 0.8573349 0.1812508 0.8548501 0.1898374 0.8474661 0.2056703 0.8260252 0.2075949 0.8274589 0.1982299 0.8375633 0.1112979 0.710508 0.1290631 0.7122361 0.1096534 0.7134134 0.3535206 0.4573331 0.3539115 0.4653867 0.3507123 0.4573769 0.3508409 0.4434762 0.3486351 0.4439678 0.3485886 0.4361193 0.6504378 0.3980816 0.6361673 0.3933283 0.6384588 0.3905091 0.6504378 0.3980816 0.6520728 0.3950656 0.666251 0.4001561 0.1651834 0.8633995 0.1542234 0.8651957 0.1644789 0.8609511 0.1830784 0.8573349 0.1744996 0.8613306 0.1812508 0.8548501 0.1898374 0.8474661 0.1982299 0.8375633 0.2001842 0.8395 0.1466178 0.7142056 0.1637512 0.7166579 0.1457137 0.7160378 0.1783221 0.7202787 0.177381 0.7220802 0.1628849 0.7184447 0.1953487 0.7325268 0.1943622 0.7337225 0.1872139 0.727297 0.333213 0.5078028 0.3069759 0.5168766 0.3317897 0.5064745 0.3483568 0.4908206 0.333213 0.5078028 0.3455322 0.4898682 0.3533885 0.4754362 0.3483568 0.4908206 0.3499088 0.4747024 0.2791162 0.5168283 0.2787929 0.5145618 0.306385 0.5150819 0.1953487 0.7325268 0.2059773 0.7465725 0.1943622 0.7337225 0.2145493 0.7673906 0.2134596 0.767893 0.2049844 0.7473748 0.2142022 0.8089063 0.2124605 0.8082897 0.2153238 0.7905297 0.216755 0.790435 0.2153238 0.7905297 0.2134596 0.767893 0.2047986 0.7177066 0.2081789 0.7110061 0.2227311 0.7293794 0.8572781 0.2067759 0.8626727 0.2108971 0.8396837 0.2346225 0.3572747 0.4496386 0.3706195 0.4547934 0.370157 0.4473047 0.7014662 0.3936581 0.6851495 0.3968734 0.7170793 0.3803848 0.1438369 0.8678756 0.1361075 0.8720944 0.1433143 0.8653734 0.1869469 0.6770758 0.1738254 0.6793782 0.1731523 0.6787742 0.1438369 0.8678756 0.1361075 0.8720944 0.144021 0.8720577 0.2321106 0.815897 0.2368856 0.7908988 0.2400261 0.7910601 0.1346558 0.878705 0.1439273 0.8749571 0.1424474 0.880682 0.8923061 0.1466924 0.9086353 0.116889 0.9131894 0.1214236 0.6177428 0.4166662 0.6247096 0.4281535 0.6165089 0.4160735 0.6666579 0.4285569 0.6790502 0.4208067 0.6820703 0.4202827 0.7722927 0.346155 0.7696033 0.3427479 0.7763165 0.3348394 0.7414531 0.3570623 0.7616929 0.3331619 0.7478365 0.3643794 0.7325738 0.3889695 0.7445127 0.3705075 0.7491191 0.3659162 0.7154433 0.4050571 0.7261461 0.3896144 0.7301505 0.3858743 0.2355464 0.8169351 0.2262859 0.8406422 0.2227361 0.838059 0.6247096 0.4281535 0.6409483 0.4214916 0.6432375 0.4218698 0.1171572 0.8803165 0.1282727 0.87857 0.1174613 0.8818545 0.9362722 0.07785594 0.9399434 0.07373535 0.9328834 0.08749401 0.1867108 0.8638358 0.1875524 0.8660795 0.1988998 0.85834 0.1537113 0.8627452 0.1433143 0.8653734 0.1438369 0.8678756 0.3920955 0.5051138 0.4007737 0.5108286 0.4010304 0.499307 0.370157 0.4473047 0.3793038 0.4575859 0.3850681 0.4580293 0.3827378 0.4546461 0.370157 0.4473047 0.3850681 0.4580293 0.1277953 0.8749048 0.1361075 0.8720944 0.1281283 0.8763445 0.1644789 0.8609511 0.1651834 0.8633995 0.1732284 0.8588322 0.1898374 0.8474661 0.1812508 0.8548501 0.1830784 0.8573349 0.2001842 0.8395 0.2075949 0.8274589 0.1982299 0.8375633 0.1278554 0.7145066 0.1290631 0.7122361 0.1096534 0.7134134 0.1628849 0.7184447 0.1637512 0.7166579 0.1457137 0.7160378 0.1278554 0.7145066 0.1457137 0.7160378 0.1466178 0.7142056 0.3533884 0.4754362 0.3539115 0.4653867 0.3505303 0.4649029 0.1355848 0.8696483 0.1361075 0.8720944 0.1433143 0.8653734 0.1537113 0.8627452 0.1542234 0.8651957 0.1644789 0.8609511 0.1656428 0.870685 0.1648867 0.8766836 0.1763421 0.872541 0.1732284 0.8588322 0.1744996 0.8613306 0.1812508 0.8548501 0.1875524 0.8660795 0.1867108 0.8638358 0.1763375 0.8681288 0.2001842 0.8395 0.1982299 0.8375633 0.1898374 0.8474661 0.3535207 0.4573331 0.3524268 0.4503411 0.3501741 0.4508301 0.3535207 0.4573331 0.3507123 0.4573769 0.3539115 0.4653867 0.3508409 0.4434762 0.3485886 0.4361193 0.3486351 0.4439678 0.3508409 0.4434762 0.3486351 0.4439678 0.3501741 0.4508301 0.3454957 0.4276511 0.342644 0.4280777 0.3461176 0.4364853 0.3454957 0.4276511 0.3419826 0.4186273 0.342644 0.4280777 0.3533884 0.4754362 0.3499088 0.4747024 0.3483568 0.4908206 0.1872139 0.727297 0.1943622 0.7337225 0.1953487 0.7325268 0.2049844 0.7473748 0.2059773 0.7465725 0.1943622 0.7337225 0.2134596 0.767893 0.2153238 0.7905297 0.216755 0.7904349 0.2400261 0.7910601 0.2368873 0.7908987 0.2321107 0.8158971 0.2049844 0.7473748 0.2134596 0.767893 0.2145493 0.7673906 0.3912333 0.5024714 0.3914806 0.4933447 0.3902801 0.5040491 0.7907983 0.3172966 0.7932819 0.3204061 0.7980552 0.3081325 0.3758942 0.5132074 0.3902801 0.5040491 0.3817003 0.4996483 0.1171544 0.8803094 0.1174613 0.8818545 0.1282742 0.8785493 0.1984586 0.7015965 0.1992234 0.6959585 0.18661 0.6885036 0.1389872 0.6739907 0.1463742 0.6773515 0.1477921 0.6771997 0.1953381 0.8538466 0.1830784 0.8573349 0.1854996 0.8610681 0.1283435 0.8804189 0.1424474 0.880682 0.1282739 0.8785493 0.1449911 0.8741399 0.1537836 0.8788642 0.1561272 0.8724092 0.9001135 0.1521021 0.8924443 0.1654646 0.8849647 0.184198 0.7696033 0.3427479 0.7722927 0.346155 0.7763165 0.3348395 0.8112812 0.2911965 0.8135626 0.2938229 0.8185409 0.2814441 0.8572781 0.2067759 0.8396837 0.2346225 0.8626728 0.2108972 0.6921443 0.4020446 0.6796804 0.4056417 0.6824846 0.4177767 0.6921443 0.4020446 0.6970764 0.4113294 0.697782 0.410968 0.2368831 0.7908985 0.2400261 0.7910601 0.2342644 0.7610103 0.3758768 0.5133099 0.3608995 0.5054414 0.3557868 0.5302243 0.6824842 0.4177772 0.6803149 0.4183656 0.6796804 0.4056417 0.6803149 0.4183656 0.6634694 0.4073601 0.6796804 0.4056417 0.8225598 0.2597407 0.8396837 0.2346225 0.8450981 0.2388235 0.7170793 0.3803848 0.7289149 0.3847385 0.7122651 0.400245 0.1865225 0.6899381 0.198131 0.7029151 0.1859855 0.6960541 0.1763417 0.8681382 0.1763421 0.872541 0.1656435 0.8706975 0.1953381 0.8538466 0.2069914 0.8454579 0.1973412 0.8562481 0.1471216 0.6783195 0.1445858 0.6821637 0.1358584 0.6774779 0.6628832 0.4209824 0.6423119 0.4195357 0.6472287 0.4046838 0.1892142 0.6906139 0.1866325 0.6878316 0.186811 0.6824834 0.1995551 0.689194 0.1892142 0.6906139 0.186811 0.6824834 0.3490117 0.4179456 0.3621755 0.4202293 0.3653915 0.4242712 0.1353874 0.8756241 0.1361075 0.8720944 0.1281335 0.8763243 0.1597268 0.6779001 0.1610036 0.6746938 0.1577243 0.6778007 0.1758908 0.8653092 0.1744996 0.8613306 0.1656636 0.8677497 0.1855051 0.861055 0.1830784 0.8573349 0.1758877 0.8653059 0.1728998 0.6802768 0.1592208 0.6791716 0.1573164 0.6839318 0.2003694 0.8604367 0.2142587 0.8524602 0.2113592 0.8493894 0.1174613 0.8818545 0.1042712 0.8861575 0.112883 0.8808797 0.1171506 0.8803102 0.1174613 0.8818545 0.112883 0.8808797 0.1573164 0.6839318 0.1592207 0.6791715 0.1471288 0.6783306 0.3903146 0.4514799 0.3883701 0.4529883 0.3826808 0.4502766 0.198131 0.7029151 0.1865225 0.6899381 0.1859855 0.6960541 0.3906002 0.4821807 0.3966005 0.4737236 0.3870403 0.4704502 0.6222108 0.4070788 0.617103 0.4149791 0.6310809 0.3998402 0.3846088 0.5202274 0.3905649 0.5059767 0.4007737 0.5108286 0.3305097 0.5569425 0.325847 0.5504919 0.3624525 0.5379571 0.3558094 0.5302497 0.3249279 0.5491079 0.3211063 0.5431407 0.3653915 0.4242712 0.367213 0.4297048 0.3519994 0.4274147 0.1988999 0.85834 0.211369 0.8493995 0.2003694 0.8604367 0.9329545 0.08113026 0.9232264 0.08922392 0.9347983 0.07638216 0.9184484 0.1228873 0.9159901 0.1224656 0.9222069 0.1094169 0.8494695 0.2422496 0.8471803 0.2404533 0.8547245 0.2285478 0.7833323 0.3085148 0.7892571 0.3154188 0.7616929 0.3331619 0.7722927 0.346155 0.7517901 0.3691725 0.7549099 0.3596094 0.7414531 0.3570623 0.7478365 0.3643793 0.7289149 0.3847385 0.2069914 0.8454579 0.2176345 0.8341376 0.2095149 0.8476157 0.290259 0.5620337 0.2932814 0.5610221 0.3305097 0.5569425 0.1610036 0.6746938 0.1597268 0.6779002 0.1577243 0.6778006 0.1618236 0.677962 0.1737772 0.6749981 0.1597268 0.6779002 0.8225598 0.2597407 0.8043088 0.2838111 0.8278348 0.2644016 0.1731523 0.6787742 0.1738254 0.6793781 0.1869469 0.6770758 0.1758545 0.6801257 0.186811 0.6824833 0.1869469 0.6770758 0.2227311 0.7293794 0.2327585 0.7615622 0.2196622 0.7341819 0.3435692 0.5194469 0.3608995 0.5054414 0.3557869 0.5302245 0.1471286 0.6783309 0.1592207 0.6791716 0.1573164 0.6839318 0.9232264 0.08922392 0.926401 0.09537053 0.9086353 0.116889 0.8572781 0.2067759 0.87495 0.1771496 0.8802347 0.1813189 0.1950584 0.7114636 0.198131 0.7029152 0.2081789 0.7110061 0.1573164 0.6839318 0.1592208 0.6791716 0.1728997 0.6802768 0.8923061 0.1466924 0.8974526 0.150786 0.8802347 0.1813189 0.1859855 0.6960541 0.171967 0.6857412 0.1865225 0.689938 0.209903 0.704994 0.2246703 0.7251713 0.208743 0.7095032 0.9232264 0.08922392 0.9329545 0.08113026 0.9347984 0.07638216 0.8572781 0.2067759 0.8626728 0.2108972 0.8802347 0.1813189 0.9232264 0.08922392 0.9086353 0.116889 0.9263997 0.09536892 0.8225598 0.2597407 0.8278351 0.2644017 0.8450984 0.2388237 0.198131 0.7029152 0.1950584 0.7114636 0.2081789 0.7110061 0.7833323 0.3085148 0.7616929 0.3331619 0.7892569 0.3154191 0.7122675 0.4002532 0.7289143 0.3847382 0.7170793 0.3803848 0.2176345 0.8341375 0.2069914 0.8454579 0.2095149 0.8476158 0.1363102 0.8780759 0.1424474 0.880682 0.1449912 0.8741399 0.3672129 0.4297049 0.3544839 0.4360008 0.3719145 0.4413974 0.370157 0.4473047 0.382717 0.4546538 0.3719145 0.4413974 0.1042712 0.8861575 0.1174613 0.8818545 0.112883 0.8808797 0.1174613 0.8818545 0.1171544 0.8803095 0.112883 0.8808797 0.3624525 0.5379571 0.3750938 0.5161414 0.3771359 0.5145313 0.2113693 0.8494001 0.2227361 0.838059 0.2142587 0.8524602 0.684022 0.4247905 0.694927 0.4146021 0.697971 0.4132634 0.9025548 0.1530714 0.9087592 0.1361043 0.9159902 0.1224656 0.867207 0.2140695 0.8750379 0.1954371 0.8825861 0.182807 0.1651834 0.8633995 0.1656641 0.8677464 0.1545353 0.8695917 0.1353752 0.8756306 0.1361075 0.8720944 0.144021 0.8720562 0.1737772 0.6749981 0.1618236 0.677962 0.1597268 0.6779001 0.300793 0.5840816 0.2854866 0.566311 0.2897657 0.5624287 0.3701633 0.4190006 0.3735093 0.4289839 0.3681571 0.4282148 0.3544839 0.4360008 0.367213 0.4297048 0.3719146 0.4413974 0.3966005 0.4737236 0.3994457 0.4878598 0.3906002 0.4821807 0.1738254 0.679378 0.1869469 0.6770758 0.1758544 0.6801257 0.6970765 0.4113298 0.6921443 0.4020446 0.6977819 0.4109688 0.7135568 0.4017366 0.7100162 0.4043427 0.6995442 0.417107 0.694927 0.4146021 0.684022 0.4247906 0.697971 0.4132634 0.7833323 0.3085148 0.789258 0.3154183 0.8096206 0.2893779 0.8750379 0.1954371 0.867207 0.2140695 0.8825862 0.1828071 0.8923061 0.1466924 0.87495 0.1771496 0.8802347 0.1813189 0.8471803 0.2404533 0.8494695 0.2422496 0.8547245 0.2285477 0.3249278 0.5491077 0.3558092 0.5302495 0.3211063 0.5431407 0.2327529 0.7615637 0.2299942 0.7622001 0.2318028 0.7905415 0.3735093 0.4289839 0.3729526 0.4389849 0.374949 0.4408431 0.3966005 0.4737235 0.3906002 0.4821807 0.3994457 0.4878599 0.4014689 0.4885438 0.4002909 0.4892354 0.4010304 0.499307 0.6247096 0.4281535 0.6177429 0.4166662 0.6165088 0.4160735 0.1438369 0.8678756 0.1440255 0.872076 0.1545355 0.869592 0.2227311 0.7293794 0.2081789 0.7110062 0.2047986 0.7177066 0.2235391 0.727838 0.2246703 0.7251713 0.208743 0.7095032 0.9399434 0.07373535 0.9362722 0.077856 0.9328834 0.08749395 0.2318028 0.7905415 0.2299942 0.7622001 0.2327499 0.761565 0.1830784 0.8573349 0.1953381 0.8538466 0.1854941 0.8610593 0.2235391 0.727838 0.2343278 0.7609865 0.2379785 0.7585837 0.6995442 0.417107 0.7100163 0.4043426 0.7135567 0.4017364 0.355928 0.4429465 0.3692735 0.4492897 0.3572747 0.4496386 0.355928 0.4429465 0.3719147 0.4413974 0.3692735 0.4492897 0.147792 0.6771997 0.1463742 0.6773515 0.1389872 0.6739907 0.6100493 0.4289199 0.6165089 0.4160735 0.6159211 0.4157158 0.2352731 0.7908147 0.2304257 0.8152886 0.2269809 0.8138577 0.2343305 0.7609854 0.2235391 0.727838 0.2379785 0.7585836 0.2299942 0.7622001 0.2318028 0.7905415 0.2278159 0.7902943 0.2304255 0.8152885 0.2352744 0.7908147 0.2269809 0.8138577 0.1733074 0.678694 0.1755604 0.6802901 0.1741685 0.6802906 0.3997658 0.4884228 0.4003013 0.4881949 0.4002047 0.4891971 0.8771803 0.1880878 0.8809253 0.1818224 0.8825252 0.18291 0.3295202 0.5495482 0.325847 0.550492 0.3272128 0.5493193 0.6819761 0.4199138 0.6794204 0.4208354 0.6798886 0.4197308 0.6822388 0.4188778 0.6798886 0.4197308 0.6803335 0.4186006 0.7459811 0.3671204 0.7512765 0.3615553 0.7440792 0.3698415 0.1868587 0.6879121 0.1889712 0.6906724 0.1876412 0.6902735 0.3755114 0.5146639 0.3764428 0.5139172 0.3769564 0.5146477 0.3679146 0.4297564 0.3678584 0.4292061 0.3684312 0.4298794 0.3636707 0.4204072 0.3640407 0.4208717 0.3631203 0.4205791 0.6970743 0.4113076 0.6978271 0.4109053 0.6978682 0.4120357 0.6959902 0.4129152 0.6978682 0.4120357 0.6979401 0.413256 0.936504 0.07749599 0.9283984 0.09117817 0.9301018 0.08686268 0.9317367 0.08252716 0.9347984 0.0763821 0.9301018 0.08686268 0.9281875 0.111163 0.9087594 0.1361043 0.9202018 0.1162087 0.8455132 0.239167 0.8494697 0.2334123 0.8458741 0.2394757 0.7775704 0.3322011 0.7696033 0.3427479 0.772603 0.3362916 0.7297031 0.3853513 0.7257911 0.3890162 0.7274194 0.3868073 0.1576722 0.6775625 0.1618236 0.6779619 0.1583935 0.6784164 0.1361802 0.6768618 0.1369009 0.6769196 0.1358126 0.6769622 0.1363742 0.6772226 0.1348787 0.677208 0.1369009 0.6769196 0.793318 0.3114117 0.7897356 0.315998 0.7908896 0.317305 0.3685706 0.4297079 0.3684756 0.4290374 0.3678689 0.4293019 0.4003337 0.4891245 0.401368 0.4884547 0.4003632 0.4881549 0.1168655 0.8789448 0.1172048 0.880531 0.119129 0.8792109 0.6962358 0.4128986 0.6978184 0.4120474 0.6970716 0.4113213 0.6954275 0.414564 0.697971 0.4132634 0.6962358 0.4128986 0.9350572 0.07737332 0.9321355 0.08482307 0.9355828 0.07845312 0.9321355 0.08482307 0.9350572 0.07737332 0.9345318 0.07629358 0.8807662 0.181702 0.8771668 0.1885867 0.881254 0.1820518 0.8494154 0.2333545 0.8456823 0.2392782 0.8472631 0.2403896 0.3726468 0.4403049 0.37302 0.4412115 0.3737483 0.4409108 0.7127781 0.4007925 0.7110011 0.4018675 0.7132188 0.4011662 0.1760336 0.6793646 0.1731523 0.6787742 0.1744607 0.6797921 0.3831221 0.4546605 0.3861294 0.4571769 0.3859921 0.4566124 0.3826245 0.4526016 0.3859921 0.4566124 0.3864824 0.4557654 0.1478117 0.6773962 0.1468896 0.6773486 0.1470148 0.6777955 0.8103 0.290118 0.8173888 0.2804219 0.813526 0.2849267 0.1613543 0.6780576 0.157839 0.6778376 0.1585401 0.6784893 0.6170991 0.4153785 0.6163565 0.4153866 0.6173641 0.416212 0.3926302 0.5036591 0.3906093 0.5062038 0.3904573 0.5051625 0.3919327 0.5030657 0.3904573 0.5051625 0.3903039 0.5041212 0.7110826 0.402224 0.7128246 0.400938 0.7134989 0.4017503 0.3857449 0.4565479 0.3822453 0.4530948 0.3860511 0.455975 0.3854363 0.4571253 0.3831049 0.4551395 0.3857449 0.4565479 0.1467016 0.6768987 0.147792 0.6771996 0.1469474 0.6776688 0.7510399 0.3617178 0.7463519 0.3668713 0.7455241 0.3699305 0.3751345 0.5167685 0.3771359 0.5145313 0.375452 0.5150093 0.6415671 0.4205372 0.6432008 0.4207185 0.6420962 0.4194971 0.6410389 0.4215741 0.6432374 0.4218698 0.6415671 0.4205372 0.8099863 0.2897808 0.8141226 0.2847806 0.810306 0.2901466 0.3645592 0.4194328 0.3643067 0.4190097 0.3643898 0.4182755 0.3737053 0.4383693 0.3749489 0.440843 0.3726195 0.4399915 0.3988128 0.4758865 0.3857358 0.4445903 0.3976788 0.4736148 0.3857358 0.4445903 0.3979279 0.4723808 0.3976788 0.4736148 0.3857358 0.4445903 0.3988128 0.4758865 0.3976361 0.4747279 0.9090141 0.1349122 0.9206046 0.1103259 0.9169515 0.1158839 0.768808 0.3418207 0.7754116 0.3338433 0.7718064 0.3374365 0.7264011 0.3899057 0.7301507 0.3858746 0.7275475 0.3870958 0.3258367 0.5503962 0.3285834 0.5487344 0.3267405 0.548942 0.3917759 0.5034313 0.3904443 0.5049771 0.3923986 0.5040712 0.3911359 0.5028105 0.3902801 0.5040491 0.3917759 0.5034313 0.8986448 0.1515963 0.891142 0.164739 0.8943443 0.1578041 0.8395538 0.2569498 0.8296902 0.2661454 0.8333039 0.260309 0.7896066 0.3158735 0.7937639 0.3108448 0.7899042 0.3162889 0.9433289 0.05753839 0.9415128 0.0561577 0.9399799 0.05654311 0.6823524 0.418953 0.679666 0.4194756 0.6819535 0.4199495 0.6827629 0.4178614 0.6803145 0.4183653 0.6823524 0.418953 0.896706 0.166511 0.9001134 0.152102 0.8965498 0.1585144 0.8285458 0.2650808 0.8357434 0.2544625 0.8318082 0.2594545 0.6641808 0.4228893 0.6611471 0.4228309 0.6620361 0.4218944 0.6613644 0.4231919 0.6643329 0.4231148 0.6625881 0.4220517 0.2911088 0.5608677 0.2886543 0.5614792 0.2883707 0.5622434 0.2897571 0.5621669 0.2901588 0.5618237 0.2883707 0.5622434 0.4007015 0.4737528 0.3843175 0.4438408 0.397959 0.474443 0.397966 0.4720567 0.3843175 0.4438408 0.3981336 0.4730765 0.3843175 0.4438408 0.4007015 0.4737528 0.3981336 0.4730765 0.8771803 0.1880878 0.8750379 0.1954371 0.8633005 0.2113599 0.8631368 0.2112443 0.8626728 0.2108971 0.8802347 0.1813189 0.1440122 0.8736151 0.1440253 0.8720745 0.1545178 0.8710943 0.1439482 0.8750349 0.1440089 0.8736199 0.154518 0.8725492 0.6959902 0.4129152 0.694927 0.4146021 0.6822658 0.4189794 0.6970765 0.4113298 0.6959633 0.4128137 0.6824842 0.4177772 0.7549099 0.3596094 0.7510399 0.3617177 0.7686204 0.3415638 0.7681633 0.3409764 0.7685067 0.3414345 0.7478365 0.3643794 0.7460452 0.3672468 0.7445127 0.3705075 0.7293339 0.3851737 0.7478365 0.3643793 0.7459811 0.3671204 0.7289149 0.3847385 0.3562775 0.530836 0.3557869 0.5302245 0.3755114 0.5146639 0.3568273 0.5315001 0.3562781 0.5308365 0.3750938 0.5161414 0.2095149 0.8476158 0.2101415 0.8483338 0.1979532 0.8569236 0.2101598 0.8483465 0.211369 0.8493995 0.1988999 0.85834 0.2113693 0.8494001 0.2101897 0.8483451 0.2218631 0.8374202 0.2209796 0.8367387 0.2218626 0.8374201 0.2095149 0.8476157 0.2932814 0.5610221 0.2911086 0.5608679 0.3253755 0.5497902 0.2911086 0.5608679 0.2892321 0.5609105 0.3249329 0.5491109 0.3287305 0.5487172 0.3267404 0.548942 0.3562776 0.5308358 0.3267405 0.548942 0.3249279 0.5491079 0.3558094 0.5302497 0.8632999 0.2113629 0.8648794 0.2124594 0.8494156 0.233354 0.8492544 0.2332419 0.8450982 0.2388236 0.8626727 0.2108971 0.1730665 0.679503 0.1728997 0.6802768 0.160468 0.6786171 0.1731523 0.6787742 0.1730682 0.6795011 0.1618236 0.6779619 0.1741871 0.6802787 0.1758544 0.6801257 0.1866069 0.6890257 0.1728997 0.6802768 0.1741685 0.6802906 0.1865225 0.689938 0.2360467 0.7908632 0.2352746 0.7908148 0.2334336 0.7613824 0.2368817 0.7908985 0.2360736 0.7908623 0.2342665 0.761009 0.9321355 0.08482307 0.9329546 0.08113026 0.9268881 0.09622687 0.9270949 0.0962572 0.9289544 0.09605479 0.9328833 0.08749395 0.2085126 0.7102505 0.2081789 0.7110062 0.2231776 0.7286493 0.208743 0.7095032 0.2085074 0.7102488 0.2235391 0.727838 0.3679146 0.4297564 0.3672129 0.4297049 0.3722986 0.4404768 0.368964 0.4292901 0.3682178 0.4295995 0.3729526 0.4389848 0.2218624 0.83742 0.2227363 0.8380591 0.2313322 0.8156378 0.2313247 0.815639 0.230425 0.8152886 0.2209798 0.8367384 0.233467 0.7613608 0.2343278 0.7609865 0.2231771 0.72864 0.232761 0.7615618 0.233443 0.7613658 0.2227311 0.7293795 0.1618236 0.677962 0.1604681 0.6786171 0.1730682 0.6795011 0.160468 0.6786171 0.1592208 0.6791716 0.1728998 0.6802768 0.1585399 0.6784874 0.1577243 0.6778007 0.1474907 0.6778207 0.1592207 0.6791715 0.1585401 0.6784893 0.1471288 0.6783306 0.1979976 0.8569698 0.1988998 0.85834 0.210157 0.8483435 0.1973412 0.8562481 0.1979532 0.8569236 0.209515 0.8476158 0.7100163 0.4043427 0.7110868 0.4022235 0.6978184 0.4120474 0.711045 0.4021005 0.7122675 0.4002508 0.6977821 0.410968 0.789258 0.3154183 0.7931923 0.311284 0.8099864 0.2897808 0.793318 0.3114117 0.7980553 0.3081326 0.8112812 0.2911965 0.3660181 0.4243655 0.3653914 0.4242712 0.3678689 0.4293019 0.3649919 0.4190946 0.3645592 0.4194328 0.3681571 0.4282148 0.3727046 0.4413881 0.3719145 0.4413974 0.382058 0.4528573 0.3749489 0.4408429 0.373157 0.4411337 0.3826809 0.4502766 0.1983294 0.7022489 0.198131 0.7029152 0.2084819 0.7102795 0.1984586 0.7015964 0.1983233 0.702249 0.208743 0.7095032 0.2095149 0.8476158 0.2101711 0.8483268 0.2218627 0.8374199 0.2227363 0.8380591 0.2218631 0.8374201 0.2113579 0.8493903 0.1656473 0.8692048 0.1656633 0.8677464 0.176117 0.8666596 0.1656435 0.8706975 0.1656466 0.8692037 0.1763417 0.8681382 0.3826808 0.4502766 0.3828611 0.4528008 0.3731569 0.4411337 0.3822453 0.4530948 0.3831049 0.4551395 0.3719147 0.4413974 0.3843175 0.443841 0.3896893 0.4606943 0.3861542 0.4563766 0.3850674 0.4580317 0.3854709 0.4570674 0.3966004 0.4737236 0.7478364 0.3643793 0.7509412 0.3615955 0.7685067 0.3414344 0.7696034 0.3427479 0.7686206 0.3415638 0.7549103 0.359609 0.7289143 0.3847383 0.7292779 0.385034 0.7459807 0.3671209 0.7293337 0.3851739 0.7301507 0.3858746 0.7445116 0.3705092 0.663825 0.4209514 0.6640626 0.4219228 0.679666 0.4194756 0.6640677 0.4220017 0.6643329 0.4231148 0.6790502 0.4208067 0.3253725 0.5497866 0.3249329 0.5491108 0.2911088 0.5608677 0.325847 0.5504919 0.3253755 0.5497901 0.2932814 0.5610221 0.82837 0.2649066 0.8296902 0.2661454 0.8136633 0.2850479 0.8278346 0.2644014 0.8282148 0.2647721 0.8096234 0.2893766 0.8101246 0.2899194 0.8112813 0.2911964 0.7933182 0.3114114 0.8096204 0.2893778 0.8099863 0.2897808 0.789258 0.3154181 0.1855012 0.8610436 0.18625 0.8618291 0.1761162 0.8666658 0.186262 0.8618072 0.1867108 0.8638358 0.1763391 0.8681392 0.8974519 0.1507856 0.8980852 0.1512162 0.9103088 0.128588 0.9087593 0.1361042 0.9104802 0.128688 0.9001134 0.152102 0.6431766 0.41967 0.643201 0.4207012 0.6625676 0.4219048 0.6432008 0.4207185 0.6432374 0.4218698 0.6611643 0.4229838 0.1353869 0.875643 0.135101 0.8776522 0.1281435 0.8772806 0.1282718 0.8785703 0.1281666 0.8772484 0.1346529 0.8787595 0.3758942 0.5132074 0.3764519 0.5138906 0.3904443 0.5049771 0.3764523 0.5138902 0.3771359 0.5145313 0.390565 0.5059767 0.1545194 0.8710754 0.1545353 0.8695917 0.1656252 0.8692058 0.1545184 0.8725553 0.1545195 0.8710771 0.1656454 0.8706978 0.2235391 0.727838 0.2231765 0.7286502 0.2085075 0.7102487 0.2231776 0.7286493 0.2227311 0.7293794 0.2081789 0.7110061 0.4003632 0.488155 0.3994457 0.4878598 0.3976361 0.4747279 0.4014689 0.4885438 0.4004009 0.4882142 0.3988819 0.4759139 0.1350943 0.8776185 0.1353752 0.8756306 0.1440148 0.8736195 0.1440113 0.8736321 0.1439273 0.8749571 0.1346558 0.878705 0.3919327 0.5030657 0.3912333 0.5024713 0.3997658 0.4884228 0.3927163 0.5036974 0.3919357 0.5030669 0.4002908 0.4892354 0.6643329 0.4231148 0.663527 0.4220845 0.6796712 0.4195544 0.6803148 0.4183656 0.6796705 0.4194747 0.6628832 0.4209824 0.9001134 0.152102 0.8982524 0.1513106 0.9104783 0.1286903 0.9131894 0.1214236 0.9103072 0.1285904 0.8974524 0.1507859 0.8456825 0.2392925 0.8471802 0.2404533 0.8319621 0.2595693 0.8450981 0.2388235 0.8455132 0.239167 0.8278347 0.2644014 0.789737 0.3160108 0.7907984 0.3172966 0.7719245 0.3375652 0.7892571 0.3154188 0.7896066 0.3158735 0.7681655 0.3409737 0.6432375 0.4218698 0.6427113 0.4206845 0.6620336 0.4219192 0.6628832 0.4209824 0.6620361 0.4218944 0.6423119 0.4195357 0.1867108 0.8638359 0.1862041 0.861837 0.1979277 0.8569216 0.186206 0.8618944 0.1854941 0.8610593 0.1973412 0.8562481 0.1983086 0.7022627 0.198131 0.7029151 0.1876412 0.6902735 0.1984586 0.7015965 0.1983048 0.7022709 0.1892142 0.6906139 0.2218624 0.8374201 0.2209801 0.8367386 0.2313248 0.8156391 0.2313323 0.8156379 0.2321107 0.8158971 0.2227361 0.838059 0.9433289 0.05753839 0.9436134 0.05930542 0.9356511 0.0769391 0.9356513 0.0769391 0.9347984 0.0763821 0.9428126 0.05613118 0.6977765 0.411924 0.6977819 0.4109688 0.7110409 0.4021004 0.697971 0.4132634 0.6978182 0.4120476 0.7100163 0.4043426 0.7127781 0.4007897 0.7122651 0.400245 0.7274194 0.3868073 0.7135568 0.4017364 0.7128362 0.4009339 0.7261461 0.3896144 0.9323419 0.08485573 0.9328833 0.08749395 0.927092 0.09625786 0.926887 0.09622567 0.926401 0.0953707 0.9329546 0.08113026 0.9270973 0.09626483 0.9289495 0.09605991 0.9171338 0.115908 0.9169524 0.1158812 0.9131899 0.1214233 0.926401 0.09537053 0.8825863 0.1828071 0.8809221 0.1818058 0.8944935 0.1579051 0.8807662 0.1817021 0.8802347 0.1813189 0.8974526 0.150786 0.3681571 0.4282148 0.3679184 0.4291549 0.3645592 0.4194328 0.3678688 0.4293019 0.367213 0.4297048 0.3653915 0.4242712 0.3729526 0.4389849 0.3726468 0.4403049 0.3682178 0.4295996 0.3722986 0.4404767 0.3719146 0.4413974 0.367213 0.4297048 0.208743 0.7095032 0.2084819 0.7102815 0.1983233 0.702249 0.2084819 0.7102795 0.2081789 0.7110061 0.198131 0.7029152 0.6177429 0.4166662 0.6171281 0.4154137 0.6415282 0.4204053 0.3621755 0.4202293 0.3631203 0.4205791 0.3653915 0.4242712 0.1471286 0.6783309 0.1474909 0.6778207 0.1585401 0.6784892 0.1474908 0.6778207 0.147792 0.6771996 0.1577243 0.6778006 0.1358584 0.6774779 0.1363742 0.6772226 0.1470146 0.6777955 0.1363743 0.6772212 0.1364111 0.6768153 0.1463742 0.6773515 0.1281507 0.8772451 0.1282727 0.87857 0.1191312 0.8792124 0.1281266 0.8763465 0.1281484 0.8772438 0.1210579 0.8778869 0.3904436 0.5049775 0.3905649 0.5059767 0.3764523 0.5138903 0.3902776 0.5040478 0.3904438 0.5049775 0.3758942 0.5132073 0.2360507 0.7908658 0.2368856 0.7908988 0.2313453 0.8156443 0.2352731 0.7908147 0.2360358 0.7908683 0.2304257 0.8152886 0.2343305 0.7609854 0.2334672 0.7613607 0.2231771 0.72864 0.2334433 0.7613657 0.2327585 0.7615622 0.2227311 0.7293794 0.92689 0.0962345 0.9263997 0.09536892 0.9169515 0.1158839 0.9171332 0.1159104 0.9222068 0.109417 0.9289629 0.09605759 0.87702 0.1879729 0.8802347 0.1813189 0.863137 0.2112444 0.8633005 0.2113599 0.8648796 0.2124591 0.8750379 0.1954371 0.8631342 0.2112473 0.8626728 0.2108972 0.8492541 0.2332424 0.8494154 0.2333545 0.8547245 0.2285476 0.8648797 0.2124592 0.7681652 0.3409734 0.7718064 0.3374365 0.7896065 0.3158736 0.7719249 0.3375647 0.7763165 0.3348394 0.7907983 0.3172966 0.3750938 0.5161414 0.3755114 0.5146639 0.356278 0.5308363 0.3755114 0.5146639 0.3758768 0.5133099 0.3557868 0.5302243 0.1282742 0.8785493 0.128154 0.8772313 0.1191282 0.8792107 0.1281523 0.8772332 0.1281306 0.8763258 0.1210579 0.877887 0.2304255 0.8152885 0.2313336 0.8156428 0.2360367 0.7908682 0.2313452 0.8156443 0.2321107 0.8158971 0.2368873 0.7908987 0.2352758 0.7908149 0.2360475 0.7908633 0.2334334 0.7613825 0.2360742 0.7908623 0.2368831 0.7908985 0.2342644 0.7610103 0.8096235 0.2893767 0.813526 0.2849267 0.8282149 0.2647721 0.813663 0.2850482 0.8185409 0.2814441 0.8296902 0.2661455 0.136007 0.8772139 0.1363102 0.8780759 0.1445934 0.8732541 0.135375 0.875617 0.1360023 0.8771882 0.144021 0.8720577 0.1446302 0.873298 0.1449911 0.8741399 0.1553225 0.8709625 0.1440255 0.872076 0.1446194 0.8732936 0.1545355 0.869592 0.3854712 0.4570669 0.3850682 0.4580294 0.388825 0.4615786 0.3900487 0.4516862 0.3861056 0.4564267 0.3843175 0.4438408 0.1470138 0.6777921 0.1463742 0.6773515 0.1363744 0.6772212 0.1471219 0.6783189 0.1470148 0.6777955 0.1358582 0.6774783 0.1865937 0.6892268 0.1865225 0.6899381 0.1983086 0.7022626 0.18661 0.6885036 0.1865939 0.6892264 0.1984586 0.7015965 0.1758544 0.6801257 0.1741871 0.6802787 0.1865995 0.6892203 0.1741685 0.6802907 0.1728997 0.6802768 0.1865225 0.6899381 0.3912333 0.5024713 0.3919327 0.5030657 0.3997659 0.4884228 0.3919357 0.5030669 0.3927163 0.5036974 0.4002908 0.4892354 0.7261456 0.3896151 0.7274748 0.3869538 0.7128365 0.4009368 0.7274187 0.3868077 0.7289143 0.3847382 0.7122675 0.4002532 0.6824846 0.4177768 0.6822389 0.4188777 0.6959633 0.4128137 0.6822659 0.4189792 0.6820703 0.4202827 0.694927 0.4146021 0.8943434 0.157805 0.8974521 0.1507856 0.8807662 0.181702 0.8924443 0.1654646 0.8944926 0.1579061 0.8825863 0.1828071 0.8278351 0.2644017 0.8318082 0.2594545 0.8455132 0.2391671 0.8319618 0.2595705 0.8370595 0.2554339 0.8471803 0.2404533 0.1553293 0.8709816 0.1561227 0.8723834 0.1656253 0.8692037 0.1545354 0.8695932 0.1553282 0.8709796 0.1656643 0.8677498 0.1763412 0.8681259 0.1761208 0.8666652 0.1656463 0.8692011 0.1761172 0.8666614 0.1758908 0.8653092 0.1656636 0.8677497 0.1761206 0.8666654 0.1763375 0.8681288 0.1862614 0.8618137 0.1758877 0.8653059 0.1761164 0.8666669 0.1855051 0.861055 0.3988819 0.4759138 0.3976443 0.4747295 0.4004009 0.4882142 0.3976361 0.4747279 0.3966005 0.4737235 0.3994457 0.4878599 0.617103 0.4149791 0.6170991 0.4153785 0.6414843 0.4203962 0.6409482 0.4214916 0.6414843 0.4203962 0.6177429 0.4166662 0.1979278 0.8569197 0.1973412 0.8562481 0.1862068 0.861897 0.1988998 0.85834 0.1979277 0.8569216 0.1867108 0.8638358 0.1359675 0.877149 0.1353874 0.8756241 0.1281481 0.8772681 0.1363101 0.878076 0.135944 0.8774279 0.1282739 0.8785493 0.3267405 0.5489421 0.3287305 0.5487172 0.3562788 0.5308359 0.3249278 0.5491077 0.3267405 0.548942 0.3558092 0.5302495 0.9433289 0.05753844 0.9428125 0.05613124 0.9356513 0.0769391 0.9356512 0.07693916 0.9362722 0.077856 0.9436134 0.05930542 + + + + + + + + + 0.1963993 0.4156067 0.2010401 0.4187742 0.1993852 0.4205256 0.1963993 0.4156067 0.1952739 0.4177091 0.1905406 0.4160251 0.1963993 0.4156067 0.1910623 0.4137207 0.1974987 0.4135006 0.1963993 0.4156067 0.1974987 0.4135006 0.2010401 0.4187742 0.1985995 0.4112915 0.2042551 0.4152927 0.2026546 0.4170517 0.1985995 0.4112915 0.1974987 0.4135006 0.1915754 0.4113811 0.1985995 0.4112915 0.192101 0.4088755 0.1997034 0.4090799 0.1985995 0.4112915 0.1997034 0.4090799 0.2042551 0.4152927 0.2008123 0.4069661 0.207491 0.4117751 0.2058608 0.4135246 0.2008123 0.4069661 0.1997034 0.4090799 0.1926279 0.4063759 0.2008123 0.4069661 0.1931453 0.4040542 0.2019176 0.4049382 0.2008123 0.4069661 0.2019176 0.4049382 0.207491 0.4117751 0.203011 0.4029842 0.1940843 0.3998311 0.1945108 0.3978407 0.203011 0.4029842 0.2040984 0.4010671 0.2124127 0.4065665 0.203011 0.4029842 0.2107731 0.4083006 0.2091328 0.4100364 0.203011 0.4029842 0.2019176 0.4049382 0.1936363 0.4018821 0.2166633 0.4156681 0.2204179 0.424313 0.2183428 0.4248976 0.2166633 0.4156681 0.2147066 0.4168785 0.2091328 0.4100364 0.2166633 0.4156681 0.2107731 0.4083006 0.2124127 0.4065665 0.2166633 0.4156681 0.2185996 0.4144607 0.222442 0.4237391 0.2127094 0.4180947 0.2161659 0.4255033 0.2138969 0.4261664 0.2127094 0.4180947 0.2106861 0.4193392 0.2058608 0.4135246 0.2127094 0.4180947 0.207491 0.4117751 0.2147066 0.4168785 0.2127094 0.4180947 0.2147066 0.4168785 0.2161659 0.4255033 0.2086511 0.4206341 0.2115457 0.4269233 0.2091782 0.4276823 0.2086511 0.4206341 0.2066113 0.4219269 0.2026546 0.4170517 0.2086511 0.4206341 0.2042551 0.4152927 0.2106861 0.4193392 0.2086511 0.4206341 0.2106861 0.4193392 0.2115457 0.4269233 0.2045738 0.4231648 0.2068604 0.4283521 0.2045435 0.4290059 0.2045738 0.4231648 0.2025101 0.4244143 0.1993852 0.4205256 0.2045738 0.4231648 0.2010401 0.4187742 0.2066113 0.4219269 0.2045738 0.4231648 0.2066113 0.4219269 0.2068604 0.4283521 0.2077604 0.4339096 0.2072652 0.4395051 0.2049765 0.4388987 0.2077604 0.4339096 0.2053806 0.433931 0.2045435 0.4290059 0.2077604 0.4339096 0.2068604 0.4283521 0.210164 0.4338746 0.2077604 0.4339096 0.210164 0.4338746 0.2072652 0.4395051 0.2126966 0.4337676 0.2120725 0.4406715 0.2095825 0.4401063 0.2126966 0.4337676 0.210164 0.4338746 0.2091782 0.4276823 0.2126966 0.4337676 0.2115457 0.4269233 0.2152107 0.4336491 0.2126966 0.4337676 0.2152107 0.4336491 0.2120725 0.4406715 0.2175588 0.4335791 0.2168201 0.4417173 0.2145475 0.4412065 0.2175588 0.4335791 0.2152107 0.4336491 0.2138969 0.4261664 0.2175588 0.4335791 0.2161659 0.4255033 0.219745 0.433527 0.2175588 0.4335791 0.219745 0.433527 0.2168201 0.4417173 0.2217734 0.433462 0.2208341 0.4426431 0.2189092 0.4421982 0.2217734 0.433462 0.219745 0.433527 0.2183428 0.4248976 0.2217734 0.433462 0.2204179 0.424313 0.222442 0.4237391 0.2217734 0.433462 0.2237229 0.4333905 0.2226769 0.4430701 0.2177045 0.4513847 0.2124555 0.4590405 0.210762 0.4574545 0.2177045 0.4513847 0.2158313 0.4503427 0.2189092 0.4421982 0.2177045 0.4513847 0.2208341 0.4426431 0.2226769 0.4430701 0.2177045 0.4513847 0.2195393 0.4524329 0.2141506 0.4606476 0.2138815 0.4493131 0.2090717 0.4559106 0.207365 0.4543506 0.2138815 0.4493131 0.2118275 0.4482579 0.2145475 0.4412065 0.2138815 0.4493131 0.2168201 0.4417173 0.2158313 0.4503427 0.2138815 0.4493131 0.2158313 0.4503427 0.2090717 0.4559106 0.2096419 0.447139 0.2056226 0.4527159 0.2038795 0.4510493 0.2096419 0.447139 0.2074474 0.4459804 0.2095825 0.4401063 0.2096419 0.447139 0.2120725 0.4406715 0.2118275 0.4482579 0.2096419 0.447139 0.2118275 0.4482579 0.2056226 0.4527159 0.2053666 0.444806 0.2021714 0.4493935 0.2004359 0.4477179 0.2053666 0.444806 0.2032868 0.4436181 0.2049765 0.4388987 0.2053666 0.444806 0.2072652 0.4395051 0.2074474 0.4459804 0.2053666 0.444806 0.2074474 0.4459804 0.2021714 0.4493935 0.1977864 0.4528481 0.192628 0.4550985 0.1919817 0.4528605 0.1977864 0.4528481 0.1965484 0.4508271 0.2004359 0.4477179 0.1977864 0.4528481 0.2021714 0.4493935 0.1989996 0.4548655 0.1977864 0.4528481 0.1989996 0.4548655 0.192628 0.4550985 0.2002318 0.4569478 0.193912 0.4597173 0.1932584 0.4573507 0.2002318 0.4569478 0.1989996 0.4548655 0.2038795 0.4510493 0.2002318 0.4569478 0.2056226 0.4527159 0.2014745 0.4590318 0.2002318 0.4569478 0.2014745 0.4590318 0.193912 0.4597173 0.2027193 0.4610543 0.195279 0.4644494 0.1945864 0.4621121 0.2027193 0.4610543 0.2014745 0.4590318 0.207365 0.4543506 0.2027193 0.4610543 0.2090717 0.4559106 0.203952 0.4630277 0.2027193 0.4610543 0.203952 0.4630277 0.195279 0.4644494 0.2051584 0.4649643 0.1965476 0.4687791 0.1959469 0.4666861 0.2051584 0.4649643 0.203952 0.4630277 0.210762 0.4574545 0.2051584 0.4649643 0.2124555 0.4590405 0.2141506 0.4606476 0.2051584 0.4649643 0.2063516 0.4668825 0.1971147 0.4708004 0.1873578 0.4701077 0.1781319 0.4690943 0.1786018 0.4671572 0.1873578 0.4701077 0.1872927 0.4680531 0.1965476 0.4687791 0.1873578 0.4701077 0.1965476 0.4687791 0.1971147 0.4708004 0.1873578 0.4701077 0.1874119 0.4720636 0.1776788 0.4709377 0.1872053 0.4658012 0.1791049 0.4650328 0.1796564 0.4627553 0.1872053 0.4658012 0.1871312 0.4634024 0.1945864 0.4621121 0.1872053 0.4658012 0.195279 0.4644494 0.1872927 0.4680531 0.1872053 0.4658012 0.1872927 0.4680531 0.1791049 0.4650328 0.1871057 0.4609071 0.180271 0.4603588 0.180915 0.4579569 0.1871057 0.4609071 0.1871069 0.4584268 0.1932584 0.4573507 0.1871057 0.4609071 0.193912 0.4597173 0.1871312 0.4634024 0.1871057 0.4609071 0.1871312 0.4634024 0.180271 0.4603588 0.1871128 0.4560729 0.1815548 0.4556632 0.1821638 0.4533678 0.1871128 0.4560729 0.1870934 0.453733 0.1919817 0.4528605 0.1871128 0.4560729 0.192628 0.4550985 0.1871069 0.4584268 0.1871128 0.4560729 0.1871069 0.4584268 0.1815548 0.4556632 0.1762683 0.4537609 0.1716498 0.4505448 0.1733555 0.4488497 0.1762683 0.4537609 0.1774734 0.4516879 0.1821638 0.4533678 0.1762683 0.4537609 0.1815548 0.4556632 0.1750529 0.4558043 0.1762683 0.4537609 0.1750529 0.4558043 0.1716498 0.4505448 0.1738662 0.4579139 0.1682917 0.4538763 0.1699523 0.4521906 0.1738662 0.4579139 0.1750529 0.4558043 0.180915 0.4579569 0.1738662 0.4579139 0.180271 0.4603588 0.1727095 0.4600237 0.1738662 0.4579139 0.1727095 0.4600237 0.1682917 0.4538763 0.1715844 0.4620673 0.1650538 0.4572666 0.1666611 0.4555767 0.1715844 0.4620673 0.1727095 0.4600237 0.1796564 0.4627553 0.1715844 0.4620673 0.1791049 0.4650328 0.1704868 0.4640266 0.1715844 0.4620673 0.1704868 0.4640266 0.1650538 0.4572666 0.1694129 0.4658832 0.1618635 0.4605914 0.1634585 0.4589402 0.1694129 0.4658832 0.1704868 0.4640266 0.1786018 0.4671572 0.1694129 0.4658832 0.1781319 0.4690943 0.1776788 0.4709377 0.1694129 0.4658832 0.168351 0.4676885 0.1602687 0.4622314 0.1561463 0.4533357 0.1524877 0.4448565 0.154468 0.4442846 0.1561463 0.4533357 0.1580276 0.4521768 0.1618635 0.4605914 0.1561463 0.4533357 0.1618635 0.4605914 0.1602687 0.4622314 0.1561463 0.4533357 0.1542723 0.4544819 0.1505457 0.4454061 0.1599236 0.4509926 0.1565249 0.4436681 0.1587125 0.4430106 0.1599236 0.4509926 0.1618813 0.4497835 0.1666611 0.4555767 0.1599236 0.4509926 0.1650538 0.4572666 0.1580276 0.4521768 0.1599236 0.4509926 0.1580276 0.4521768 0.1565249 0.4436681 0.1639477 0.4485496 0.161085 0.4423158 0.1634841 0.4416479 0.1639477 0.4485496 0.1660452 0.4473376 0.1699523 0.4521906 0.1639477 0.4485496 0.1682917 0.4538763 0.1618813 0.4497835 0.1639477 0.4485496 0.1618813 0.4497835 0.161085 0.4423158 0.1680959 0.4461936 0.1657518 0.4410716 0.1680049 0.4404706 0.1680959 0.4461936 0.1701437 0.4450098 0.1733555 0.4488497 0.1680959 0.4461936 0.1716498 0.4505448 0.1660452 0.4473376 0.1680959 0.4461936 0.1660452 0.4473376 0.1657518 0.4410716 0.1647627 0.4355428 0.1651822 0.4299394 0.1674833 0.4305174 0.1647627 0.4355428 0.1671062 0.4355347 0.1680049 0.4404706 0.1647627 0.4355428 0.1657518 0.4410716 0.162422 0.4355247 0.1647627 0.4355428 0.162422 0.4355247 0.1651822 0.4299394 0.159954 0.4355565 0.1605638 0.4287443 0.162912 0.4293404 0.159954 0.4355565 0.162422 0.4355247 0.1634841 0.4416479 0.159954 0.4355565 0.161085 0.4423158 0.1574969 0.4356248 0.159954 0.4355565 0.1574969 0.4356248 0.1605638 0.4287443 0.1551889 0.4357159 0.1559178 0.4276992 0.1582088 0.4281857 0.1551889 0.4357159 0.1574969 0.4356248 0.1587125 0.4430106 0.1551889 0.4357159 0.1565249 0.4436681 0.1530534 0.4358116 0.1551889 0.4357159 0.1530534 0.4358116 0.1559178 0.4276992 0.1511141 0.4358944 0.1519563 0.4268965 0.1530534 0.4358116 0.1511141 0.4358944 0.1530534 0.4358116 0.1524877 0.4448565 0.1511141 0.4358944 0.1524877 0.4448565 0.1505457 0.4454061 0.1511141 0.4358944 0.1492729 0.4359705 0.1502537 0.4265441 0.1549448 0.4183102 0.1600013 0.4106854 0.1616099 0.4120747 0.1549448 0.4183102 0.1567158 0.4191849 0.1537979 0.4272733 0.1549448 0.4183102 0.1519563 0.4268965 0.1502537 0.4265441 0.1549448 0.4183102 0.1532875 0.4174964 0.1584503 0.4093684 0.158714 0.4201815 0.1633335 0.4136087 0.1650993 0.4152022 0.158714 0.4201815 0.1608223 0.4212528 0.1582088 0.4281857 0.158714 0.4201815 0.1559178 0.4276992 0.1567158 0.4191849 0.158714 0.4201815 0.1567158 0.4191849 0.1633335 0.4136087 0.1629235 0.4223513 0.1668345 0.4167702 0.168554 0.4183354 0.1629235 0.4223513 0.1650074 0.4234679 0.162912 0.4293404 0.1629235 0.4223513 0.1605638 0.4287443 0.1608223 0.4212528 0.1629235 0.4223513 0.1608223 0.4212528 0.1668345 0.4167702 0.1670636 0.4245935 0.1702728 0.4199209 0.1720452 0.4215561 0.1670636 0.4245935 0.1691724 0.4257343 0.1674833 0.4305174 0.1670636 0.4245935 0.1651822 0.4299394 0.1650074 0.4234679 0.1670636 0.4245935 0.1650074 0.4234679 0.1702728 0.4199209 0.1746752 0.4163371 0.179866 0.4140267 0.1805961 0.416291 0.1746752 0.4163371 0.1759738 0.4183534 0.1720452 0.4215561 0.1746752 0.4163371 0.1702728 0.4199209 0.1733974 0.4143711 0.1746752 0.4163371 0.1733974 0.4143711 0.179866 0.4140267 0.1720981 0.4123935 0.1783375 0.4094804 0.1791231 0.4117885 0.1720981 0.4123935 0.1733974 0.4143711 0.168554 0.4183354 0.1720981 0.4123935 0.1668345 0.4167702 0.1708015 0.4104101 0.1720981 0.4123935 0.1708015 0.4104101 0.1783375 0.4094804 0.1695324 0.4084265 0.1768841 0.4049329 0.1775707 0.407172 0.1695324 0.4084265 0.1708015 0.4104101 0.1650993 0.4152022 0.1695324 0.4084265 0.1633335 0.4136087 0.1682834 0.4064711 0.1695324 0.4084265 0.1682834 0.4064711 0.1768841 0.4049329 0.1670475 0.4045722 0.1754812 0.4004889 0.1762102 0.4027197 0.1670475 0.4045722 0.1682834 0.4064711 0.1600013 0.4106854 0.1670475 0.4045722 0.1600013 0.4106854 0.1584503 0.4093684 0.1670475 0.4045722 0.165818 0.4027016 0.1747246 0.3982493 0.1847006 0.398954 0.1754812 0.4004889 0.1747246 0.3982493 0.1847006 0.398954 0.1845042 0.3967652 0.1945108 0.3978407 0.1847006 0.398954 0.1940843 0.3998311 0.1936363 0.4018821 0.1847006 0.398954 0.1848642 0.4011663 0.1762102 0.4027197 0.1849622 0.403426 0.1931453 0.4040542 0.1926279 0.4063759 0.1849622 0.403426 0.1850482 0.4057835 0.1775707 0.407172 0.1849622 0.403426 0.1768841 0.4049329 0.1848642 0.4011663 0.1849622 0.403426 0.1848642 0.4011663 0.1931453 0.4040542 0.1851761 0.4082898 0.192101 0.4088755 0.1915754 0.4113811 0.1851761 0.4082898 0.1853163 0.4108012 0.1791231 0.4117885 0.1851761 0.4082898 0.1783375 0.4094804 0.1850482 0.4057835 0.1851761 0.4082898 0.1850482 0.4057835 0.192101 0.4088755 0.1854397 0.4131743 0.1910623 0.4137207 0.1905406 0.4160251 0.1854397 0.4131743 0.1855499 0.4155336 0.1805961 0.416291 0.1854397 0.4131743 0.179866 0.4140267 0.1853163 0.4108012 0.1854397 0.4131743 0.1853163 0.4108012 0.1910623 0.4137207 0.1906936 0.4263237 0.1926415 0.4226338 0.1953393 0.4248824 0.1906936 0.4263237 0.1918777 0.4286292 0.1881145 0.4266595 0.1906936 0.4263237 0.1881145 0.4266595 0.1892377 0.421708 0.1940948 0.4199069 0.1926415 0.4226338 0.1899895 0.4184253 0.1940948 0.4199069 0.1899895 0.4184253 0.1952739 0.4177091 0.1940948 0.4199069 0.1952739 0.4177091 0.1976634 0.4223714 0.1940948 0.4199069 0.1976634 0.4223714 0.1926415 0.4226338 0.1942659 0.4296279 0.1977881 0.4273967 0.1989722 0.430714 0.1942659 0.4296279 0.194132 0.4322231 0.1918777 0.4286292 0.1942659 0.4296279 0.1918777 0.4286292 0.1953393 0.4248824 0.2003922 0.4257419 0.2025101 0.4244143 0.2021784 0.4297174 0.2003922 0.4257419 0.2021784 0.4297174 0.1977881 0.4273967 0.2003922 0.4257419 0.1977881 0.4273967 0.1976634 0.4223714 0.2003922 0.4257419 0.1976634 0.4223714 0.2025101 0.4244143 0.1957125 0.4342792 0.1998665 0.4341117 0.1992776 0.4375692 0.1957125 0.4342792 0.1943175 0.4364572 0.194132 0.4322231 0.1957125 0.4342792 0.194132 0.4322231 0.1989722 0.430714 0.2029192 0.433997 0.2053806 0.433931 0.2025723 0.4383182 0.2029192 0.433997 0.2025723 0.4383182 0.1998665 0.4341117 0.2029192 0.433997 0.1998665 0.4341117 0.2021784 0.4297174 0.2029192 0.433997 0.2021784 0.4297174 0.2053806 0.433931 0.1946666 0.439031 0.1983647 0.440969 0.1961141 0.4436749 0.1946666 0.439031 0.1923618 0.4402242 0.1943175 0.4364572 0.1946666 0.439031 0.1943175 0.4364572 0.1992776 0.4375692 0.2010955 0.4424185 0.2032868 0.4436181 0.1986112 0.4459922 0.2010955 0.4424185 0.1986112 0.4459922 0.1983647 0.440969 0.2010955 0.4424185 0.1983647 0.440969 0.2025723 0.4383182 0.2010955 0.4424185 0.2025723 0.4383182 0.2032868 0.4436181 0.1913685 0.4426251 0.1936032 0.446142 0.1902879 0.4473454 0.1913685 0.4426251 0.1887693 0.4425049 0.1923618 0.4402242 0.1913685 0.4426251 0.1923618 0.4402242 0.1961141 0.4436749 0.1952419 0.4487338 0.1965484 0.4508271 0.1912802 0.4505367 0.1952419 0.4487338 0.1912802 0.4505367 0.1936032 0.446142 0.1952419 0.4487338 0.1936032 0.446142 0.1986112 0.4459922 0.1952419 0.4487338 0.1986112 0.4459922 0.1965484 0.4508271 0.1867118 0.4440935 0.1868906 0.4482505 0.183429 0.4476633 0.1867118 0.4440935 0.1845238 0.4426951 0.1887693 0.4425049 0.1867118 0.4440935 0.1887693 0.4425049 0.1902879 0.4473454 0.1870186 0.4512946 0.1870934 0.453733 0.1827155 0.4509609 0.1870186 0.4512946 0.1827155 0.4509609 0.1868906 0.4482505 0.1870186 0.4512946 0.1868906 0.4482505 0.1912802 0.4505367 0.1870186 0.4512946 0.1912802 0.4505367 0.1870934 0.453733 0.1819415 0.4430411 0.1800229 0.4467468 0.1773034 0.4444937 0.1819415 0.4430411 0.1807391 0.4407305 0.1845238 0.4426951 0.1819415 0.4430411 0.1845238 0.4426951 0.183429 0.4476633 0.1786292 0.4494895 0.1774734 0.4516879 0.1750412 0.4470164 0.1786292 0.4494895 0.1750412 0.4470164 0.1800229 0.4467468 0.1786292 0.4494895 0.1800229 0.4467468 0.1827155 0.4509609 0.1786292 0.4494895 0.1827155 0.4509609 0.1774734 0.4516879 0.1783289 0.4397369 0.1748113 0.4419898 0.1735851 0.4386741 0.1783289 0.4397369 0.178446 0.4371334 0.1807391 0.4407305 0.1783289 0.4397369 0.1807391 0.4407305 0.1773034 0.4444937 0.1722325 0.443678 0.1701437 0.4450098 0.1703604 0.439729 0.1722325 0.443678 0.1703604 0.439729 0.1748113 0.4419898 0.1722325 0.443678 0.1748113 0.4419898 0.1750412 0.4470164 0.1722325 0.443678 0.1750412 0.4470164 0.1701437 0.4450098 0.1768505 0.4350636 0.1726702 0.4352529 0.1732621 0.4317594 0.1768505 0.4350636 0.1782541 0.4328639 0.178446 0.4371334 0.1768505 0.4350636 0.178446 0.4371334 0.1735851 0.4386741 0.169582 0.435424 0.1671062 0.4355347 0.1699242 0.4310506 0.169582 0.435424 0.1699242 0.4310506 0.1726702 0.4352529 0.169582 0.435424 0.1726702 0.4352529 0.1703604 0.439729 0.169582 0.435424 0.1703604 0.439729 0.1671062 0.4355347 0.1779154 0.4302684 0.174193 0.4283258 0.1764723 0.4255977 0.1779154 0.4302684 0.1802421 0.4290708 0.1782541 0.4328639 0.1779154 0.4302684 0.1782541 0.4328639 0.1732621 0.4317594 0.1714138 0.4268965 0.1691724 0.4257343 0.1739259 0.4232706 0.1714138 0.4268965 0.1739259 0.4232706 0.174193 0.4283258 0.1714138 0.4268965 0.174193 0.4283258 0.1699242 0.4310506 0.1714138 0.4268965 0.1699242 0.4310506 0.1691724 0.4257343 0.1812537 0.4266669 0.1790118 0.4231208 0.1823514 0.421934 0.1812537 0.4266669 0.1838627 0.426807 0.1802421 0.4290708 0.1812537 0.4266669 0.1802421 0.4290708 0.1764723 0.4255977 0.1773356 0.4204822 0.1759738 0.4183534 0.1813436 0.4186777 0.1773356 0.4204822 0.1813436 0.4186777 0.1790118 0.4231208 0.1773356 0.4204822 0.1790118 0.4231208 0.1739259 0.4232706 0.1773356 0.4204822 0.1739259 0.4232706 0.1759738 0.4183534 0.1859316 0.4252418 0.1857684 0.4210762 0.1892377 0.421708 0.1859316 0.4252418 0.1881145 0.4266595 0.1838627 0.426807 0.1859316 0.4252418 0.1838627 0.426807 0.1823514 0.421934 0.1856503 0.4180039 0.1855499 0.4155336 0.1899895 0.4184253 0.1856503 0.4180039 0.1899895 0.4184253 0.1857684 0.4210762 0.1856503 0.4180039 0.1857684 0.4210762 0.1813436 0.4186777 0.1856503 0.4180039 0.1813436 0.4186777 0.1855499 0.4155336 0.2943673 0.4084925 0.295576 0.4107486 0.2913706 0.41363 0.2943673 0.4084925 0.2895932 0.4117504 0.2932008 0.4062626 0.2943673 0.4084925 0.2932008 0.4062626 0.2998572 0.4065532 0.2943673 0.4084925 0.2998572 0.4065532 0.3004169 0.4090264 0.2921809 0.4042048 0.2932008 0.4062626 0.2878805 0.4099252 0.2921809 0.4042048 0.2863982 0.4082933 0.2912036 0.4022295 0.2921809 0.4042048 0.2912036 0.4022295 0.2988259 0.4017368 0.2921809 0.4042048 0.2988259 0.4017368 0.2993132 0.4040773 0.2901649 0.400247 0.2912036 0.4022295 0.2849774 0.4067229 0.2901649 0.400247 0.2834492 0.4050825 0.2890957 0.3982874 0.2901649 0.400247 0.2890957 0.3982874 0.2978745 0.397319 0.2901649 0.400247 0.2978745 0.397319 0.2983585 0.399496 0.2880271 0.3963808 0.2869586 0.3945006 0.2965469 0.3912744 0.2880271 0.3963808 0.2969645 0.3932241 0.2974008 0.3952226 0.2880271 0.3963808 0.2890957 0.3982874 0.2818599 0.4034 0.2880271 0.3963808 0.2802558 0.4017034 0.2786442 0.3999997 0.2743591 0.4090789 0.2762699 0.410261 0.272623 0.4183018 0.2743591 0.4090789 0.2706004 0.4177329 0.2686179 0.417171 0.2743591 0.4090789 0.2724587 0.4078935 0.2786442 0.3999997 0.2743591 0.4090789 0.2802558 0.4017034 0.2818599 0.4034 0.2782016 0.4114364 0.2800984 0.4126019 0.2768519 0.4195045 0.2782016 0.4114364 0.2747253 0.4188847 0.2762699 0.410261 0.2782016 0.4114364 0.2762699 0.410261 0.2834492 0.4050825 0.2782016 0.4114364 0.2834492 0.4050825 0.2849774 0.4067229 0.2819048 0.4137542 0.2837985 0.4149553 0.2811509 0.4208937 0.2819048 0.4137542 0.278947 0.4201841 0.2800984 0.4126019 0.2819048 0.4137542 0.2800984 0.4126019 0.2863982 0.4082933 0.2819048 0.4137542 0.2863982 0.4082933 0.2878805 0.4099252 0.2859573 0.4162671 0.2881722 0.4176087 0.2860894 0.4223065 0.2859573 0.4162671 0.2836039 0.4216034 0.2837985 0.4149553 0.2859573 0.4162671 0.2837985 0.4149553 0.2895932 0.4117504 0.2859573 0.4162671 0.2895932 0.4117504 0.2913706 0.41363 0.2826772 0.4273201 0.2852307 0.4273455 0.2856425 0.432428 0.2826772 0.4273201 0.2831857 0.4330756 0.2801343 0.4272813 0.2826772 0.4273201 0.2801343 0.4272813 0.2836039 0.4216034 0.2826772 0.4273201 0.2836039 0.4216034 0.2860894 0.4223065 0.2777712 0.4271796 0.2801343 0.4272813 0.2807337 0.4337096 0.2777712 0.4271796 0.2784085 0.4342355 0.2755227 0.427069 0.2777712 0.4271796 0.2755227 0.427069 0.278947 0.4201841 0.2777712 0.4271796 0.278947 0.4201841 0.2811509 0.4208937 0.2733234 0.4270038 0.2755227 0.427069 0.2761917 0.434709 0.2733234 0.4270038 0.2740648 0.4351855 0.2712161 0.4269543 0.2733234 0.4270038 0.2712161 0.4269543 0.2747253 0.4188847 0.2733234 0.4270038 0.2747253 0.4188847 0.2768519 0.4195045 0.2692432 0.426891 0.2712161 0.4269543 0.2720533 0.4356485 0.2692432 0.426891 0.2701827 0.4360811 0.2683826 0.4364985 0.2692432 0.426891 0.2673377 0.4268209 0.2686179 0.417171 0.2692432 0.426891 0.2706004 0.4177329 0.272623 0.4183018 0.2733138 0.4448307 0.275138 0.4438145 0.2802193 0.4509458 0.2733138 0.4448307 0.2785658 0.4524942 0.2769021 0.4540719 0.2733138 0.4448307 0.2715175 0.4458589 0.2683826 0.4364985 0.2733138 0.4448307 0.2701827 0.4360811 0.2720533 0.4356485 0.2770181 0.442822 0.2789402 0.4418379 0.2834503 0.4479982 0.2770181 0.442822 0.2818528 0.4494556 0.275138 0.4438145 0.2770181 0.442822 0.275138 0.4438145 0.2740648 0.4351855 0.2770181 0.442822 0.2740648 0.4351855 0.2761917 0.434709 0.2808902 0.4408468 0.2829341 0.4397699 0.2866125 0.445 0.2808902 0.4408468 0.2849957 0.4465483 0.2789402 0.4418379 0.2808902 0.4408468 0.2789402 0.4418379 0.2784085 0.4342355 0.2808902 0.4408468 0.2784085 0.4342355 0.2807337 0.4337096 0.2851378 0.4385284 0.2873709 0.4372563 0.2902875 0.441451 0.2851378 0.4385284 0.2884237 0.4432473 0.2829341 0.4397699 0.2851378 0.4385284 0.2829341 0.4397699 0.2831857 0.4330756 0.2851378 0.4385284 0.2831857 0.4330756 0.2856425 0.432428 0.2929335 0.4468013 0.2942635 0.4446328 0.2989351 0.4467146 0.2929335 0.4468013 0.2982393 0.4491171 0.2916458 0.4489377 0.2929335 0.4468013 0.2916458 0.4489377 0.2884237 0.4432473 0.2929335 0.4468013 0.2884237 0.4432473 0.2902875 0.441451 0.2905049 0.4508749 0.2916458 0.4489377 0.2975683 0.4515027 0.2905049 0.4508749 0.2969647 0.4537072 0.2894045 0.4527322 0.2905049 0.4508749 0.2894045 0.4527322 0.2849957 0.4465483 0.2905049 0.4508749 0.2849957 0.4465483 0.2866125 0.445 0.2882382 0.4546287 0.2894045 0.4527322 0.296368 0.4558485 0.2882382 0.4546287 0.295718 0.4580447 0.287046 0.456536 0.2882382 0.4546287 0.287046 0.456536 0.2818528 0.4494556 0.2882382 0.4546287 0.2818528 0.4494556 0.2834503 0.4479982 0.2858676 0.4584259 0.287046 0.456536 0.2950715 0.4602073 0.2858676 0.4584259 0.2944852 0.4622477 0.2939289 0.4642271 0.2858676 0.4584259 0.2846963 0.4603071 0.2769021 0.4540719 0.2858676 0.4584259 0.2785658 0.4524942 0.2802193 0.4509458 0.303684 0.4635819 0.3037495 0.4615817 0.3124652 0.4606869 0.303684 0.4635819 0.3129205 0.4625718 0.3133614 0.4643746 0.303684 0.4635819 0.3036289 0.4654949 0.2939289 0.4642271 0.303684 0.4635819 0.2944852 0.4622477 0.3037495 0.4615817 0.3038359 0.4594072 0.3039058 0.457156 0.3114639 0.456505 0.3038359 0.4594072 0.3119812 0.458638 0.3037495 0.4615817 0.3038359 0.4594072 0.3037495 0.4615817 0.295718 0.4580447 0.3038359 0.4594072 0.295718 0.4580447 0.296368 0.4558485 0.3039219 0.4549257 0.3039143 0.4526147 0.3103024 0.4521321 0.3039219 0.4549257 0.3109088 0.4543681 0.3039058 0.457156 0.3039219 0.4549257 0.3039058 0.457156 0.2969647 0.4537072 0.3039219 0.4549257 0.2969647 0.4537072 0.2975683 0.4515027 0.3039132 0.4501212 0.3039382 0.4476093 0.3089835 0.4472376 0.3039132 0.4501212 0.3096313 0.4497017 0.3039143 0.4526147 0.3039132 0.4501212 0.3039143 0.4526147 0.2982393 0.4491171 0.3039132 0.4501212 0.2982393 0.4491171 0.2989351 0.4467146 0.3150693 0.4477462 0.3137813 0.4455202 0.3179939 0.442617 0.3150693 0.4477462 0.3198205 0.4444386 0.3163514 0.4499132 0.3150693 0.4477462 0.3163514 0.4499132 0.3096313 0.4497017 0.3150693 0.4477462 0.3096313 0.4497017 0.3089835 0.4472376 0.3174576 0.4518718 0.3163514 0.4499132 0.3216149 0.4461863 0.3174576 0.4518718 0.323158 0.4477464 0.3184881 0.4537459 0.3174576 0.4518718 0.3184881 0.4537459 0.3109088 0.4543681 0.3174576 0.4518718 0.3109088 0.4543681 0.3103024 0.4521321 0.3195432 0.4556589 0.3184881 0.4537459 0.3246049 0.4492514 0.3195432 0.4556589 0.3261107 0.4508337 0.3206038 0.4575508 0.3195432 0.4556589 0.3206038 0.4575508 0.3119812 0.458638 0.3195432 0.4556589 0.3119812 0.458638 0.3114639 0.456505 0.3216509 0.459361 0.3206038 0.4575508 0.3276536 0.4524524 0.3216509 0.459361 0.3292117 0.454066 0.3307774 0.4556772 0.3216509 0.459361 0.3226913 0.4611305 0.3133614 0.4643746 0.3216509 0.459361 0.3129205 0.4625718 0.3124652 0.4606869 0.3349389 0.4468032 0.3331027 0.4456711 0.336676 0.4377561 0.3349389 0.4468032 0.3386055 0.4383136 0.3405086 0.4388522 0.3349389 0.4468032 0.336778 0.4479289 0.3307774 0.4556772 0.3349389 0.4468032 0.3292117 0.454066 0.3276536 0.4524524 0.3312723 0.4445262 0.3294404 0.4433943 0.3326475 0.4365456 0.3312723 0.4445262 0.3346934 0.437161 0.3331027 0.4456711 0.3312723 0.4445262 0.3331027 0.4456711 0.3261107 0.4508337 0.3312723 0.4445262 0.3261107 0.4508337 0.3246049 0.4492514 0.3275997 0.4423012 0.3256468 0.4411796 0.3282902 0.4353092 0.3275997 0.4423012 0.3305277 0.4359276 0.3294404 0.4433943 0.3275997 0.4423012 0.3294404 0.4433943 0.323158 0.4477464 0.3275997 0.4423012 0.323158 0.4477464 0.3216149 0.4461863 0.3234779 0.4399626 0.3212837 0.4386881 0.3234754 0.4340432 0.3234779 0.4399626 0.325891 0.4346932 0.3256468 0.4411796 0.3234779 0.4399626 0.3256468 0.4411796 0.3198205 0.4444386 0.3234779 0.4399626 0.3198205 0.4444386 0.3179939 0.442617 0.3269089 0.4290052 0.3243938 0.4289922 0.3240061 0.4238581 0.3269089 0.4290052 0.3264778 0.4232405 0.3293887 0.4289911 0.3269089 0.4290052 0.3293887 0.4289911 0.325891 0.4346932 0.3269089 0.4290052 0.325891 0.4346932 0.3234754 0.4340432 0.331687 0.429017 0.3293887 0.4289911 0.3288856 0.4226097 0.331687 0.429017 0.3310668 0.4220516 0.333879 0.4290764 0.331687 0.429017 0.333879 0.4290764 0.3305277 0.4359276 0.331687 0.429017 0.3305277 0.4359276 0.3282902 0.4353092 0.3360394 0.429163 0.333879 0.4290764 0.3331611 0.4215527 0.3360394 0.429163 0.3353083 0.4210998 0.338098 0.4292569 0.3360394 0.429163 0.338098 0.4292569 0.3346934 0.437161 0.3360394 0.429163 0.3346934 0.437161 0.3326475 0.4365456 0.3399844 0.4293385 0.338098 0.4292569 0.337354 0.4206916 0.3399844 0.4293385 0.3391441 0.420327 0.3408064 0.4199841 0.3399844 0.4293385 0.3417846 0.4294138 0.3405086 0.4388522 0.3399844 0.4293385 0.3386055 0.4383136 0.338098 0.4292569 0.3361536 0.4117282 0.3344293 0.4125782 0.3310915 0.404093 0.3361536 0.4117282 0.3310915 0.404093 0.3326122 0.4028037 0.3361536 0.4117282 0.3377745 0.4109336 0.3408064 0.4199841 0.3361536 0.4117282 0.3391441 0.420327 0.337354 0.4206916 0.3324977 0.4135391 0.3305197 0.4145408 0.3261957 0.4084212 0.3324977 0.4135391 0.3278532 0.4069288 0.3344293 0.4125782 0.3324977 0.4135391 0.3344293 0.4125782 0.3353083 0.4210998 0.3324977 0.4135391 0.3353083 0.4210998 0.3331611 0.4215527 0.328656 0.4155134 0.3267246 0.4165493 0.3230656 0.4112526 0.328656 0.4155134 0.3246581 0.4098054 0.3305197 0.4145408 0.328656 0.4155134 0.3305197 0.4145408 0.3310668 0.4220516 0.328656 0.4155134 0.3310668 0.4220516 0.3288856 0.4226097 0.3245437 0.417741 0.3222795 0.4189641 0.3193419 0.4146891 0.3245437 0.417741 0.3212435 0.4129341 0.3267246 0.4165493 0.3245437 0.417741 0.3267246 0.4165493 0.3264778 0.4232405 0.3245437 0.417741 0.3264778 0.4232405 0.3240061 0.4238581 0.3167145 0.4092473 0.315321 0.4114122 0.31059 0.4093014 0.3167145 0.4092473 0.3113744 0.4068701 0.3180689 0.4071619 0.3167145 0.4092473 0.3180689 0.4071619 0.3212435 0.4129341 0.3167145 0.4092473 0.3212435 0.4129341 0.3193419 0.4146891 0.3192767 0.4053304 0.3180689 0.4071619 0.3121618 0.4044973 0.3192767 0.4053304 0.3128974 0.4023528 0.3204298 0.4035747 0.3192767 0.4053304 0.3204298 0.4035747 0.3246581 0.4098054 0.3192767 0.4053304 0.3246581 0.4098054 0.3230656 0.4112526 0.3216201 0.4017168 0.3204298 0.4035747 0.3135848 0.4003002 0.3216201 0.4017168 0.3142273 0.398203 0.3228285 0.3998261 0.3216201 0.4017168 0.3228285 0.3998261 0.3278532 0.4069288 0.3216201 0.4017168 0.3278532 0.4069288 0.3261957 0.4084212 0.3240361 0.3979719 0.3228285 0.3998261 0.3148783 0.3960635 0.3240361 0.3979719 0.315591 0.3938834 0.3163346 0.3916832 0.3240361 0.3979719 0.3252431 0.3961358 0.3326122 0.4028037 0.3240361 0.3979719 0.3310915 0.404093 0.3228285 0.3998261 0.3063598 0.3923462 0.306554 0.390199 0.3163346 0.3916832 0.3063598 0.3923462 0.315591 0.3938834 0.3061987 0.3945051 0.3063598 0.3923462 0.3061987 0.3945051 0.2974008 0.3952226 0.3063598 0.3923462 0.2969645 0.3932241 0.2965469 0.3912744 0.3061037 0.3966873 0.3060233 0.3988968 0.2983585 0.399496 0.3061037 0.3966873 0.2978745 0.397319 0.3061987 0.3945051 0.3061037 0.3966873 0.3061987 0.3945051 0.3142273 0.398203 0.3061037 0.3966873 0.3142273 0.398203 0.3135848 0.4003002 0.3059059 0.4011372 0.3057717 0.4034789 0.2993132 0.4040773 0.3059059 0.4011372 0.2988259 0.4017368 0.3060233 0.3988968 0.3059059 0.4011372 0.3060233 0.3988968 0.3128974 0.4023528 0.3059059 0.4011372 0.3128974 0.4023528 0.3121618 0.4044973 0.3056408 0.4059923 0.3055217 0.4085251 0.3004169 0.4090264 0.3056408 0.4059923 0.2998572 0.4065532 0.3057717 0.4034789 0.3056408 0.4059923 0.3057717 0.4034789 0.3113744 0.4068701 0.3056408 0.4059923 0.3113744 0.4068701 0.31059 0.4093014 0.3001419 0.4193413 0.2989012 0.4217613 0.2953234 0.4178854 0.3001419 0.4193413 0.2981351 0.4155372 0.301686 0.4145732 0.3001419 0.4193413 0.3028476 0.4196947 0.2989012 0.4217613 0.2967225 0.4128849 0.3009511 0.4113584 0.2981351 0.4155372 0.2967225 0.4128849 0.2981351 0.4155372 0.2930469 0.415425 0.2967225 0.4128849 0.2930469 0.415425 0.295576 0.4107486 0.2967225 0.4128849 0.295576 0.4107486 0.3009511 0.4113584 0.2963957 0.4228094 0.2965356 0.4255341 0.2915315 0.4239724 0.2963957 0.4228094 0.2927666 0.4205088 0.2953234 0.4178854 0.2963957 0.4228094 0.2989012 0.4217613 0.2965356 0.4255341 0.2902337 0.4188989 0.2883906 0.4229964 0.2881722 0.4176087 0.2902337 0.4188989 0.2881722 0.4176087 0.2930469 0.415425 0.2902337 0.4188989 0.2930469 0.415425 0.2927666 0.4205088 0.2902337 0.4188989 0.2927666 0.4205088 0.2883906 0.4229964 0.2948771 0.4276919 0.2963404 0.4299786 0.2912115 0.4311272 0.2948771 0.4276919 0.290596 0.4275184 0.2915315 0.4239724 0.2948771 0.4276919 0.2965356 0.4255341 0.2963404 0.4299786 0.2876254 0.4274073 0.2879816 0.4318611 0.2852307 0.4273455 0.2876254 0.4274073 0.2852307 0.4273455 0.2883906 0.4229964 0.2876254 0.4274073 0.2883906 0.4229964 0.290596 0.4275184 0.2876254 0.4274073 0.290596 0.4275184 0.2879816 0.4318611 0.295973 0.4326806 0.2983899 0.4339345 0.2945091 0.4375019 0.295973 0.4326806 0.2921613 0.4346771 0.2912115 0.4311272 0.295973 0.4326806 0.2963404 0.4299786 0.2983899 0.4339345 0.289503 0.4360874 0.2920621 0.4397717 0.2873709 0.4372563 0.289503 0.4360874 0.2873709 0.4372563 0.2879816 0.4318611 0.289503 0.4360874 0.2879816 0.4318611 0.2921613 0.4346771 0.289503 0.4360874 0.2921613 0.4346771 0.2920621 0.4397717 0.2994291 0.4364559 0.3021566 0.4363309 0.3005837 0.4413371 0.2994291 0.4364559 0.2971245 0.4400804 0.2945091 0.4375019 0.2994291 0.4364559 0.2983899 0.4339345 0.3021566 0.4363309 0.2955316 0.4425992 0.2996132 0.4444598 0.2942635 0.4446328 0.2955316 0.4425992 0.2942635 0.4446328 0.2920621 0.4397717 0.2955316 0.4425992 0.2920621 0.4397717 0.2971245 0.4400804 0.2955316 0.4425992 0.2971245 0.4400804 0.2996132 0.4444598 0.3043181 0.4379999 0.3066173 0.4365323 0.3077495 0.4416714 0.3043181 0.4379999 0.3041328 0.4422852 0.3005837 0.4413371 0.3043181 0.4379999 0.3021566 0.4363309 0.3066173 0.4365323 0.3040088 0.4452428 0.3084472 0.4449003 0.3039382 0.4476093 0.3040088 0.4452428 0.3039382 0.4476093 0.2996132 0.4444598 0.3040088 0.4452428 0.2996132 0.4444598 0.3041328 0.4422852 0.3040088 0.4452428 0.3041328 0.4422852 0.3084472 0.4449003 0.3093267 0.436896 0.3105884 0.4344699 0.3141399 0.438363 0.3093267 0.436896 0.3113034 0.4407168 0.3077495 0.4416714 0.3093267 0.436896 0.3066173 0.4365323 0.3105884 0.4344699 0.3126571 0.4433842 0.3163544 0.4408352 0.3137813 0.4455202 0.3126571 0.4433842 0.3137813 0.4455202 0.3084472 0.4449003 0.3126571 0.4433842 0.3084472 0.4449003 0.3113034 0.4407168 0.3126571 0.4433842 0.3113034 0.4407168 0.3163544 0.4408352 0.313122 0.4334274 0.3130025 0.4306939 0.3180317 0.4322884 0.313122 0.4334274 0.3167482 0.4357506 0.3141399 0.438363 0.313122 0.4334274 0.3105884 0.4344699 0.3130025 0.4306939 0.3192546 0.4373941 0.3211892 0.4333232 0.3212837 0.4386881 0.3192546 0.4373941 0.3212837 0.4386881 0.3163544 0.4408352 0.3192546 0.4373941 0.3163544 0.4408352 0.3167482 0.4357506 0.3192546 0.4373941 0.3167482 0.4357506 0.3211892 0.4333232 0.3146769 0.4285211 0.3132007 0.4262111 0.3183633 0.4250696 0.3146769 0.4285211 0.3189867 0.4287171 0.3180317 0.4322884 0.3146769 0.4285211 0.3130025 0.4306939 0.3132007 0.4262111 0.3219894 0.4288851 0.3216332 0.4243766 0.3243938 0.4289922 0.3219894 0.4288851 0.3243938 0.4289922 0.3211892 0.4333232 0.3219894 0.4288851 0.3211892 0.4333232 0.3189867 0.4287171 0.3219894 0.4288851 0.3189867 0.4287171 0.3216332 0.4243766 0.3135563 0.4234859 0.3111147 0.4222276 0.3150143 0.4186365 0.3135563 0.4234859 0.3173934 0.4214841 0.3183633 0.4250696 0.3135563 0.4234859 0.3132007 0.4262111 0.3111147 0.4222276 0.3200986 0.4200943 0.3175111 0.4163568 0.3222795 0.4189641 0.3200986 0.4200943 0.3222795 0.4189641 0.3216332 0.4243766 0.3200986 0.4200943 0.3216332 0.4243766 0.3173934 0.4214841 0.3200986 0.4200943 0.3173934 0.4214841 0.3175111 0.4163568 0.3100533 0.4197033 0.3073135 0.4198499 0.3088768 0.4148104 0.3100533 0.4197033 0.3123648 0.4160485 0.3150143 0.4186365 0.3100533 0.4197033 0.3111147 0.4222276 0.3073135 0.4198499 0.3139959 0.413482 0.3098632 0.4116212 0.315321 0.4114122 0.3139959 0.413482 0.315321 0.4114122 0.3175111 0.4163568 0.3139959 0.413482 0.3175111 0.4163568 0.3123648 0.4160485 0.3139959 0.413482 0.3123648 0.4160485 0.3098632 0.4116212 0.3051398 0.4182065 0.3028476 0.4196947 0.301686 0.4145732 0.3051398 0.4182065 0.3053082 0.4139125 0.3088768 0.4148104 0.3051398 0.4182065 0.3073135 0.4198499 0.3028476 0.4196947 0.3054232 0.4109252 0.3009511 0.4113584 0.3055217 0.4085251 0.3054232 0.4109252 0.3055217 0.4085251 0.3098632 0.4116212 0.3054232 0.4109252 0.3098632 0.4116212 0.3053082 0.4139125 0.3054232 0.4109252 0.3053082 0.4139125 0.3009511 0.4113584 0.1952739 0.4177091 0.1963993 0.4156067 0.1993852 0.4205256 0.1910623 0.4137207 0.1963993 0.4156067 0.1905406 0.4160251 0.1910623 0.4137207 0.1915754 0.4113811 0.1974987 0.4135006 0.1974987 0.4135006 0.2026546 0.4170517 0.2010401 0.4187742 0.1974987 0.4135006 0.1985995 0.4112915 0.2026546 0.4170517 0.192101 0.4088755 0.1985995 0.4112915 0.1915754 0.4113811 0.192101 0.4088755 0.1926279 0.4063759 0.1997034 0.4090799 0.1997034 0.4090799 0.2058608 0.4135246 0.2042551 0.4152927 0.1997034 0.4090799 0.2008123 0.4069661 0.2058608 0.4135246 0.1931453 0.4040542 0.2008123 0.4069661 0.1926279 0.4063759 0.1931453 0.4040542 0.1936363 0.4018821 0.2019176 0.4049382 0.2019176 0.4049382 0.2091328 0.4100364 0.207491 0.4117751 0.2040984 0.4010671 0.203011 0.4029842 0.1945108 0.3978407 0.2107731 0.4083006 0.203011 0.4029842 0.2124127 0.4065665 0.2019176 0.4049382 0.203011 0.4029842 0.2091328 0.4100364 0.1940843 0.3998311 0.203011 0.4029842 0.1936363 0.4018821 0.2147066 0.4168785 0.2166633 0.4156681 0.2183428 0.4248976 0.2107731 0.4083006 0.2166633 0.4156681 0.2091328 0.4100364 0.2185996 0.4144607 0.2166633 0.4156681 0.2124127 0.4065665 0.2204179 0.424313 0.2166633 0.4156681 0.222442 0.4237391 0.2106861 0.4193392 0.2127094 0.4180947 0.2138969 0.4261664 0.207491 0.4117751 0.2127094 0.4180947 0.2058608 0.4135246 0.207491 0.4117751 0.2091328 0.4100364 0.2147066 0.4168785 0.2147066 0.4168785 0.2183428 0.4248976 0.2161659 0.4255033 0.2066113 0.4219269 0.2086511 0.4206341 0.2091782 0.4276823 0.2042551 0.4152927 0.2086511 0.4206341 0.2026546 0.4170517 0.2042551 0.4152927 0.2058608 0.4135246 0.2106861 0.4193392 0.2106861 0.4193392 0.2138969 0.4261664 0.2115457 0.4269233 0.2025101 0.4244143 0.2045738 0.4231648 0.2045435 0.4290059 0.2010401 0.4187742 0.2045738 0.4231648 0.1993852 0.4205256 0.2010401 0.4187742 0.2026546 0.4170517 0.2066113 0.4219269 0.2066113 0.4219269 0.2091782 0.4276823 0.2068604 0.4283521 0.2053806 0.433931 0.2077604 0.4339096 0.2049765 0.4388987 0.2068604 0.4283521 0.2077604 0.4339096 0.2045435 0.4290059 0.2068604 0.4283521 0.2091782 0.4276823 0.210164 0.4338746 0.210164 0.4338746 0.2095825 0.4401063 0.2072652 0.4395051 0.210164 0.4338746 0.2126966 0.4337676 0.2095825 0.4401063 0.2115457 0.4269233 0.2126966 0.4337676 0.2091782 0.4276823 0.2115457 0.4269233 0.2138969 0.4261664 0.2152107 0.4336491 0.2152107 0.4336491 0.2145475 0.4412065 0.2120725 0.4406715 0.2152107 0.4336491 0.2175588 0.4335791 0.2145475 0.4412065 0.2161659 0.4255033 0.2175588 0.4335791 0.2138969 0.4261664 0.2161659 0.4255033 0.2183428 0.4248976 0.219745 0.433527 0.219745 0.433527 0.2189092 0.4421982 0.2168201 0.4417173 0.219745 0.433527 0.2217734 0.433462 0.2189092 0.4421982 0.2204179 0.424313 0.2217734 0.433462 0.2183428 0.4248976 0.2237229 0.4333905 0.2217734 0.433462 0.222442 0.4237391 0.2208341 0.4426431 0.2217734 0.433462 0.2226769 0.4430701 0.2158313 0.4503427 0.2177045 0.4513847 0.210762 0.4574545 0.2208341 0.4426431 0.2177045 0.4513847 0.2189092 0.4421982 0.2195393 0.4524329 0.2177045 0.4513847 0.2226769 0.4430701 0.2124555 0.4590405 0.2177045 0.4513847 0.2141506 0.4606476 0.2118275 0.4482579 0.2138815 0.4493131 0.207365 0.4543506 0.2168201 0.4417173 0.2138815 0.4493131 0.2145475 0.4412065 0.2168201 0.4417173 0.2189092 0.4421982 0.2158313 0.4503427 0.2158313 0.4503427 0.210762 0.4574545 0.2090717 0.4559106 0.2074474 0.4459804 0.2096419 0.447139 0.2038795 0.4510493 0.2120725 0.4406715 0.2096419 0.447139 0.2095825 0.4401063 0.2120725 0.4406715 0.2145475 0.4412065 0.2118275 0.4482579 0.2118275 0.4482579 0.207365 0.4543506 0.2056226 0.4527159 0.2032868 0.4436181 0.2053666 0.444806 0.2004359 0.4477179 0.2072652 0.4395051 0.2053666 0.444806 0.2049765 0.4388987 0.2072652 0.4395051 0.2095825 0.4401063 0.2074474 0.4459804 0.2074474 0.4459804 0.2038795 0.4510493 0.2021714 0.4493935 0.1965484 0.4508271 0.1977864 0.4528481 0.1919817 0.4528605 0.2021714 0.4493935 0.1977864 0.4528481 0.2004359 0.4477179 0.2021714 0.4493935 0.2038795 0.4510493 0.1989996 0.4548655 0.1989996 0.4548655 0.1932584 0.4573507 0.192628 0.4550985 0.1989996 0.4548655 0.2002318 0.4569478 0.1932584 0.4573507 0.2056226 0.4527159 0.2002318 0.4569478 0.2038795 0.4510493 0.2056226 0.4527159 0.207365 0.4543506 0.2014745 0.4590318 0.2014745 0.4590318 0.1945864 0.4621121 0.193912 0.4597173 0.2014745 0.4590318 0.2027193 0.4610543 0.1945864 0.4621121 0.2090717 0.4559106 0.2027193 0.4610543 0.207365 0.4543506 0.2090717 0.4559106 0.210762 0.4574545 0.203952 0.4630277 0.203952 0.4630277 0.1959469 0.4666861 0.195279 0.4644494 0.203952 0.4630277 0.2051584 0.4649643 0.1959469 0.4666861 0.2124555 0.4590405 0.2051584 0.4649643 0.210762 0.4574545 0.2063516 0.4668825 0.2051584 0.4649643 0.2141506 0.4606476 0.1965476 0.4687791 0.2051584 0.4649643 0.1971147 0.4708004 0.1872927 0.4680531 0.1873578 0.4701077 0.1786018 0.4671572 0.1872927 0.4680531 0.1959469 0.4666861 0.1965476 0.4687791 0.1874119 0.4720636 0.1873578 0.4701077 0.1971147 0.4708004 0.1781319 0.4690943 0.1873578 0.4701077 0.1776788 0.4709377 0.1871312 0.4634024 0.1872053 0.4658012 0.1796564 0.4627553 0.195279 0.4644494 0.1872053 0.4658012 0.1945864 0.4621121 0.195279 0.4644494 0.1959469 0.4666861 0.1872927 0.4680531 0.1872927 0.4680531 0.1786018 0.4671572 0.1791049 0.4650328 0.1871069 0.4584268 0.1871057 0.4609071 0.180915 0.4579569 0.193912 0.4597173 0.1871057 0.4609071 0.1932584 0.4573507 0.193912 0.4597173 0.1945864 0.4621121 0.1871312 0.4634024 0.1871312 0.4634024 0.1796564 0.4627553 0.180271 0.4603588 0.1870934 0.453733 0.1871128 0.4560729 0.1821638 0.4533678 0.192628 0.4550985 0.1871128 0.4560729 0.1919817 0.4528605 0.192628 0.4550985 0.1932584 0.4573507 0.1871069 0.4584268 0.1871069 0.4584268 0.180915 0.4579569 0.1815548 0.4556632 0.1774734 0.4516879 0.1762683 0.4537609 0.1733555 0.4488497 0.1815548 0.4556632 0.1762683 0.4537609 0.1821638 0.4533678 0.1815548 0.4556632 0.180915 0.4579569 0.1750529 0.4558043 0.1750529 0.4558043 0.1699523 0.4521906 0.1716498 0.4505448 0.1750529 0.4558043 0.1738662 0.4579139 0.1699523 0.4521906 0.180271 0.4603588 0.1738662 0.4579139 0.180915 0.4579569 0.180271 0.4603588 0.1796564 0.4627553 0.1727095 0.4600237 0.1727095 0.4600237 0.1666611 0.4555767 0.1682917 0.4538763 0.1727095 0.4600237 0.1715844 0.4620673 0.1666611 0.4555767 0.1791049 0.4650328 0.1715844 0.4620673 0.1796564 0.4627553 0.1791049 0.4650328 0.1786018 0.4671572 0.1704868 0.4640266 0.1704868 0.4640266 0.1634585 0.4589402 0.1650538 0.4572666 0.1704868 0.4640266 0.1694129 0.4658832 0.1634585 0.4589402 0.1781319 0.4690943 0.1694129 0.4658832 0.1786018 0.4671572 0.168351 0.4676885 0.1694129 0.4658832 0.1776788 0.4709377 0.1618635 0.4605914 0.1694129 0.4658832 0.1602687 0.4622314 0.1580276 0.4521768 0.1561463 0.4533357 0.154468 0.4442846 0.1580276 0.4521768 0.1634585 0.4589402 0.1618635 0.4605914 0.1542723 0.4544819 0.1561463 0.4533357 0.1602687 0.4622314 0.1524877 0.4448565 0.1561463 0.4533357 0.1505457 0.4454061 0.1618813 0.4497835 0.1599236 0.4509926 0.1587125 0.4430106 0.1650538 0.4572666 0.1599236 0.4509926 0.1666611 0.4555767 0.1650538 0.4572666 0.1634585 0.4589402 0.1580276 0.4521768 0.1580276 0.4521768 0.154468 0.4442846 0.1565249 0.4436681 0.1660452 0.4473376 0.1639477 0.4485496 0.1634841 0.4416479 0.1682917 0.4538763 0.1639477 0.4485496 0.1699523 0.4521906 0.1682917 0.4538763 0.1666611 0.4555767 0.1618813 0.4497835 0.1618813 0.4497835 0.1587125 0.4430106 0.161085 0.4423158 0.1701437 0.4450098 0.1680959 0.4461936 0.1680049 0.4404706 0.1716498 0.4505448 0.1680959 0.4461936 0.1733555 0.4488497 0.1716498 0.4505448 0.1699523 0.4521906 0.1660452 0.4473376 0.1660452 0.4473376 0.1634841 0.4416479 0.1657518 0.4410716 0.1671062 0.4355347 0.1647627 0.4355428 0.1674833 0.4305174 0.1657518 0.4410716 0.1647627 0.4355428 0.1680049 0.4404706 0.1657518 0.4410716 0.1634841 0.4416479 0.162422 0.4355247 0.162422 0.4355247 0.162912 0.4293404 0.1651822 0.4299394 0.162422 0.4355247 0.159954 0.4355565 0.162912 0.4293404 0.161085 0.4423158 0.159954 0.4355565 0.1634841 0.4416479 0.161085 0.4423158 0.1587125 0.4430106 0.1574969 0.4356248 0.1574969 0.4356248 0.1582088 0.4281857 0.1605638 0.4287443 0.1574969 0.4356248 0.1551889 0.4357159 0.1582088 0.4281857 0.1565249 0.4436681 0.1551889 0.4357159 0.1587125 0.4430106 0.1565249 0.4436681 0.154468 0.4442846 0.1530534 0.4358116 0.1530534 0.4358116 0.1537979 0.4272733 0.1559178 0.4276992 0.1519563 0.4268965 0.1537979 0.4272733 0.1530534 0.4358116 0.1530534 0.4358116 0.154468 0.4442846 0.1524877 0.4448565 0.1492729 0.4359705 0.1511141 0.4358944 0.1505457 0.4454061 0.1519563 0.4268965 0.1511141 0.4358944 0.1502537 0.4265441 0.1567158 0.4191849 0.1549448 0.4183102 0.1616099 0.4120747 0.1519563 0.4268965 0.1549448 0.4183102 0.1537979 0.4272733 0.1532875 0.4174964 0.1549448 0.4183102 0.1502537 0.4265441 0.1600013 0.4106854 0.1549448 0.4183102 0.1584503 0.4093684 0.1608223 0.4212528 0.158714 0.4201815 0.1650993 0.4152022 0.1559178 0.4276992 0.158714 0.4201815 0.1582088 0.4281857 0.1559178 0.4276992 0.1537979 0.4272733 0.1567158 0.4191849 0.1567158 0.4191849 0.1616099 0.4120747 0.1633335 0.4136087 0.1650074 0.4234679 0.1629235 0.4223513 0.168554 0.4183354 0.1605638 0.4287443 0.1629235 0.4223513 0.162912 0.4293404 0.1605638 0.4287443 0.1582088 0.4281857 0.1608223 0.4212528 0.1608223 0.4212528 0.1650993 0.4152022 0.1668345 0.4167702 0.1691724 0.4257343 0.1670636 0.4245935 0.1720452 0.4215561 0.1651822 0.4299394 0.1670636 0.4245935 0.1674833 0.4305174 0.1651822 0.4299394 0.162912 0.4293404 0.1650074 0.4234679 0.1650074 0.4234679 0.168554 0.4183354 0.1702728 0.4199209 0.1759738 0.4183534 0.1746752 0.4163371 0.1805961 0.416291 0.1702728 0.4199209 0.1746752 0.4163371 0.1720452 0.4215561 0.1702728 0.4199209 0.168554 0.4183354 0.1733974 0.4143711 0.1733974 0.4143711 0.1791231 0.4117885 0.179866 0.4140267 0.1733974 0.4143711 0.1720981 0.4123935 0.1791231 0.4117885 0.1668345 0.4167702 0.1720981 0.4123935 0.168554 0.4183354 0.1668345 0.4167702 0.1650993 0.4152022 0.1708015 0.4104101 0.1708015 0.4104101 0.1775707 0.407172 0.1783375 0.4094804 0.1708015 0.4104101 0.1695324 0.4084265 0.1775707 0.407172 0.1633335 0.4136087 0.1695324 0.4084265 0.1650993 0.4152022 0.1633335 0.4136087 0.1616099 0.4120747 0.1682834 0.4064711 0.1682834 0.4064711 0.1762102 0.4027197 0.1768841 0.4049329 0.1682834 0.4064711 0.1670475 0.4045722 0.1762102 0.4027197 0.1682834 0.4064711 0.1616099 0.4120747 0.1600013 0.4106854 0.165818 0.4027016 0.1670475 0.4045722 0.1584503 0.4093684 0.1754812 0.4004889 0.1670475 0.4045722 0.1747246 0.3982493 0.1845042 0.3967652 0.1847006 0.398954 0.1747246 0.3982493 0.1940843 0.3998311 0.1847006 0.398954 0.1945108 0.3978407 0.1848642 0.4011663 0.1847006 0.398954 0.1936363 0.4018821 0.1754812 0.4004889 0.1847006 0.398954 0.1762102 0.4027197 0.1850482 0.4057835 0.1849622 0.403426 0.1926279 0.4063759 0.1768841 0.4049329 0.1849622 0.403426 0.1775707 0.407172 0.1768841 0.4049329 0.1762102 0.4027197 0.1848642 0.4011663 0.1848642 0.4011663 0.1936363 0.4018821 0.1931453 0.4040542 0.1853163 0.4108012 0.1851761 0.4082898 0.1915754 0.4113811 0.1783375 0.4094804 0.1851761 0.4082898 0.1791231 0.4117885 0.1783375 0.4094804 0.1775707 0.407172 0.1850482 0.4057835 0.1850482 0.4057835 0.1926279 0.4063759 0.192101 0.4088755 0.1855499 0.4155336 0.1854397 0.4131743 0.1905406 0.4160251 0.179866 0.4140267 0.1854397 0.4131743 0.1805961 0.416291 0.179866 0.4140267 0.1791231 0.4117885 0.1853163 0.4108012 0.1853163 0.4108012 0.1915754 0.4113811 0.1910623 0.4137207 0.1918777 0.4286292 0.1906936 0.4263237 0.1953393 0.4248824 0.1918777 0.4286292 0.1863033 0.4346666 0.1881145 0.4266595 0.1926415 0.4226338 0.1906936 0.4263237 0.1892377 0.421708 0.1926415 0.4226338 0.1892377 0.421708 0.1899895 0.4184253 0.1899895 0.4184253 0.1905406 0.4160251 0.1952739 0.4177091 0.1952739 0.4177091 0.1993852 0.4205256 0.1976634 0.4223714 0.1976634 0.4223714 0.1953393 0.4248824 0.1926415 0.4226338 0.194132 0.4322231 0.1942659 0.4296279 0.1989722 0.430714 0.194132 0.4322231 0.1863033 0.4346666 0.1918777 0.4286292 0.1977881 0.4273967 0.1942659 0.4296279 0.1953393 0.4248824 0.2025101 0.4244143 0.2045435 0.4290059 0.2021784 0.4297174 0.2021784 0.4297174 0.1989722 0.430714 0.1977881 0.4273967 0.1977881 0.4273967 0.1953393 0.4248824 0.1976634 0.4223714 0.1976634 0.4223714 0.1993852 0.4205256 0.2025101 0.4244143 0.1943175 0.4364572 0.1957125 0.4342792 0.1992776 0.4375692 0.1943175 0.4364572 0.1863033 0.4346666 0.194132 0.4322231 0.1998665 0.4341117 0.1957125 0.4342792 0.1989722 0.430714 0.2053806 0.433931 0.2049765 0.4388987 0.2025723 0.4383182 0.2025723 0.4383182 0.1992776 0.4375692 0.1998665 0.4341117 0.1998665 0.4341117 0.1989722 0.430714 0.2021784 0.4297174 0.2021784 0.4297174 0.2045435 0.4290059 0.2053806 0.433931 0.1923618 0.4402242 0.1946666 0.439031 0.1961141 0.4436749 0.1923618 0.4402242 0.1863033 0.4346666 0.1943175 0.4364572 0.1983647 0.440969 0.1946666 0.439031 0.1992776 0.4375692 0.2032868 0.4436181 0.2004359 0.4477179 0.1986112 0.4459922 0.1986112 0.4459922 0.1961141 0.4436749 0.1983647 0.440969 0.1983647 0.440969 0.1992776 0.4375692 0.2025723 0.4383182 0.2025723 0.4383182 0.2049765 0.4388987 0.2032868 0.4436181 0.1887693 0.4425049 0.1913685 0.4426251 0.1902879 0.4473454 0.1887693 0.4425049 0.1863033 0.4346666 0.1923618 0.4402242 0.1936032 0.446142 0.1913685 0.4426251 0.1961141 0.4436749 0.1965484 0.4508271 0.1919817 0.4528605 0.1912802 0.4505367 0.1912802 0.4505367 0.1902879 0.4473454 0.1936032 0.446142 0.1936032 0.446142 0.1961141 0.4436749 0.1986112 0.4459922 0.1986112 0.4459922 0.2004359 0.4477179 0.1965484 0.4508271 0.1845238 0.4426951 0.1867118 0.4440935 0.183429 0.4476633 0.1845238 0.4426951 0.1863033 0.4346666 0.1887693 0.4425049 0.1868906 0.4482505 0.1867118 0.4440935 0.1902879 0.4473454 0.1870934 0.453733 0.1821638 0.4533678 0.1827155 0.4509609 0.1827155 0.4509609 0.183429 0.4476633 0.1868906 0.4482505 0.1868906 0.4482505 0.1902879 0.4473454 0.1912802 0.4505367 0.1912802 0.4505367 0.1919817 0.4528605 0.1870934 0.453733 0.1807391 0.4407305 0.1819415 0.4430411 0.1773034 0.4444937 0.1807391 0.4407305 0.1863033 0.4346666 0.1845238 0.4426951 0.1800229 0.4467468 0.1819415 0.4430411 0.183429 0.4476633 0.1774734 0.4516879 0.1733555 0.4488497 0.1750412 0.4470164 0.1750412 0.4470164 0.1773034 0.4444937 0.1800229 0.4467468 0.1800229 0.4467468 0.183429 0.4476633 0.1827155 0.4509609 0.1827155 0.4509609 0.1821638 0.4533678 0.1774734 0.4516879 0.178446 0.4371334 0.1783289 0.4397369 0.1735851 0.4386741 0.178446 0.4371334 0.1863033 0.4346666 0.1807391 0.4407305 0.1748113 0.4419898 0.1783289 0.4397369 0.1773034 0.4444937 0.1701437 0.4450098 0.1680049 0.4404706 0.1703604 0.439729 0.1703604 0.439729 0.1735851 0.4386741 0.1748113 0.4419898 0.1748113 0.4419898 0.1773034 0.4444937 0.1750412 0.4470164 0.1750412 0.4470164 0.1733555 0.4488497 0.1701437 0.4450098 0.1782541 0.4328639 0.1768505 0.4350636 0.1732621 0.4317594 0.1782541 0.4328639 0.1863033 0.4346666 0.178446 0.4371334 0.1726702 0.4352529 0.1768505 0.4350636 0.1735851 0.4386741 0.1671062 0.4355347 0.1674833 0.4305174 0.1699242 0.4310506 0.1699242 0.4310506 0.1732621 0.4317594 0.1726702 0.4352529 0.1726702 0.4352529 0.1735851 0.4386741 0.1703604 0.439729 0.1703604 0.439729 0.1680049 0.4404706 0.1671062 0.4355347 0.1802421 0.4290708 0.1779154 0.4302684 0.1764723 0.4255977 0.1802421 0.4290708 0.1863033 0.4346666 0.1782541 0.4328639 0.174193 0.4283258 0.1779154 0.4302684 0.1732621 0.4317594 0.1691724 0.4257343 0.1720452 0.4215561 0.1739259 0.4232706 0.1739259 0.4232706 0.1764723 0.4255977 0.174193 0.4283258 0.174193 0.4283258 0.1732621 0.4317594 0.1699242 0.4310506 0.1699242 0.4310506 0.1674833 0.4305174 0.1691724 0.4257343 0.1838627 0.426807 0.1812537 0.4266669 0.1823514 0.421934 0.1838627 0.426807 0.1863033 0.4346666 0.1802421 0.4290708 0.1790118 0.4231208 0.1812537 0.4266669 0.1764723 0.4255977 0.1759738 0.4183534 0.1805961 0.416291 0.1813436 0.4186777 0.1813436 0.4186777 0.1823514 0.421934 0.1790118 0.4231208 0.1790118 0.4231208 0.1764723 0.4255977 0.1739259 0.4232706 0.1739259 0.4232706 0.1720452 0.4215561 0.1759738 0.4183534 0.1881145 0.4266595 0.1859316 0.4252418 0.1892377 0.421708 0.1881145 0.4266595 0.1863033 0.4346666 0.1838627 0.426807 0.1857684 0.4210762 0.1859316 0.4252418 0.1823514 0.421934 0.1855499 0.4155336 0.1905406 0.4160251 0.1899895 0.4184253 0.1899895 0.4184253 0.1892377 0.421708 0.1857684 0.4210762 0.1857684 0.4210762 0.1823514 0.421934 0.1813436 0.4186777 0.1813436 0.4186777 0.1805961 0.416291 0.1855499 0.4155336 0.2895932 0.4117504 0.2943673 0.4084925 0.2913706 0.41363 0.2895932 0.4117504 0.2878805 0.4099252 0.2932008 0.4062626 0.2932008 0.4062626 0.2993132 0.4040773 0.2998572 0.4065532 0.295576 0.4107486 0.2943673 0.4084925 0.3004169 0.4090264 0.2863982 0.4082933 0.2921809 0.4042048 0.2878805 0.4099252 0.2863982 0.4082933 0.2849774 0.4067229 0.2912036 0.4022295 0.2912036 0.4022295 0.2983585 0.399496 0.2988259 0.4017368 0.2932008 0.4062626 0.2921809 0.4042048 0.2993132 0.4040773 0.2834492 0.4050825 0.2901649 0.400247 0.2849774 0.4067229 0.2834492 0.4050825 0.2818599 0.4034 0.2890957 0.3982874 0.2890957 0.3982874 0.2974008 0.3952226 0.2978745 0.397319 0.2912036 0.4022295 0.2901649 0.400247 0.2983585 0.399496 0.2969645 0.3932241 0.2880271 0.3963808 0.2965469 0.3912744 0.2890957 0.3982874 0.2880271 0.3963808 0.2974008 0.3952226 0.2802558 0.4017034 0.2880271 0.3963808 0.2818599 0.4034 0.2869586 0.3945006 0.2880271 0.3963808 0.2786442 0.3999997 0.2706004 0.4177329 0.2743591 0.4090789 0.272623 0.4183018 0.2724587 0.4078935 0.2743591 0.4090789 0.2686179 0.417171 0.2802558 0.4017034 0.2743591 0.4090789 0.2786442 0.3999997 0.2762699 0.410261 0.2743591 0.4090789 0.2818599 0.4034 0.2747253 0.4188847 0.2782016 0.4114364 0.2768519 0.4195045 0.2747253 0.4188847 0.272623 0.4183018 0.2762699 0.410261 0.2762699 0.410261 0.2818599 0.4034 0.2834492 0.4050825 0.2800984 0.4126019 0.2782016 0.4114364 0.2849774 0.4067229 0.278947 0.4201841 0.2819048 0.4137542 0.2811509 0.4208937 0.278947 0.4201841 0.2768519 0.4195045 0.2800984 0.4126019 0.2800984 0.4126019 0.2849774 0.4067229 0.2863982 0.4082933 0.2837985 0.4149553 0.2819048 0.4137542 0.2878805 0.4099252 0.2836039 0.4216034 0.2859573 0.4162671 0.2860894 0.4223065 0.2836039 0.4216034 0.2811509 0.4208937 0.2837985 0.4149553 0.2837985 0.4149553 0.2878805 0.4099252 0.2895932 0.4117504 0.2881722 0.4176087 0.2859573 0.4162671 0.2913706 0.41363 0.2831857 0.4330756 0.2826772 0.4273201 0.2856425 0.432428 0.2831857 0.4330756 0.2807337 0.4337096 0.2801343 0.4272813 0.2801343 0.4272813 0.2811509 0.4208937 0.2836039 0.4216034 0.2852307 0.4273455 0.2826772 0.4273201 0.2860894 0.4223065 0.2784085 0.4342355 0.2777712 0.4271796 0.2807337 0.4337096 0.2784085 0.4342355 0.2761917 0.434709 0.2755227 0.427069 0.2755227 0.427069 0.2768519 0.4195045 0.278947 0.4201841 0.2801343 0.4272813 0.2777712 0.4271796 0.2811509 0.4208937 0.2740648 0.4351855 0.2733234 0.4270038 0.2761917 0.434709 0.2740648 0.4351855 0.2720533 0.4356485 0.2712161 0.4269543 0.2712161 0.4269543 0.272623 0.4183018 0.2747253 0.4188847 0.2755227 0.427069 0.2733234 0.4270038 0.2768519 0.4195045 0.2701827 0.4360811 0.2692432 0.426891 0.2720533 0.4356485 0.2673377 0.4268209 0.2692432 0.426891 0.2683826 0.4364985 0.2706004 0.4177329 0.2692432 0.426891 0.2686179 0.417171 0.2712161 0.4269543 0.2692432 0.426891 0.272623 0.4183018 0.2785658 0.4524942 0.2733138 0.4448307 0.2802193 0.4509458 0.2715175 0.4458589 0.2733138 0.4448307 0.2769021 0.4540719 0.2701827 0.4360811 0.2733138 0.4448307 0.2683826 0.4364985 0.275138 0.4438145 0.2733138 0.4448307 0.2720533 0.4356485 0.2818528 0.4494556 0.2770181 0.442822 0.2834503 0.4479982 0.2818528 0.4494556 0.2802193 0.4509458 0.275138 0.4438145 0.275138 0.4438145 0.2720533 0.4356485 0.2740648 0.4351855 0.2789402 0.4418379 0.2770181 0.442822 0.2761917 0.434709 0.2849957 0.4465483 0.2808902 0.4408468 0.2866125 0.445 0.2849957 0.4465483 0.2834503 0.4479982 0.2789402 0.4418379 0.2789402 0.4418379 0.2761917 0.434709 0.2784085 0.4342355 0.2829341 0.4397699 0.2808902 0.4408468 0.2807337 0.4337096 0.2884237 0.4432473 0.2851378 0.4385284 0.2902875 0.441451 0.2884237 0.4432473 0.2866125 0.445 0.2829341 0.4397699 0.2829341 0.4397699 0.2807337 0.4337096 0.2831857 0.4330756 0.2873709 0.4372563 0.2851378 0.4385284 0.2856425 0.432428 0.2982393 0.4491171 0.2929335 0.4468013 0.2989351 0.4467146 0.2982393 0.4491171 0.2975683 0.4515027 0.2916458 0.4489377 0.2916458 0.4489377 0.2866125 0.445 0.2884237 0.4432473 0.2942635 0.4446328 0.2929335 0.4468013 0.2902875 0.441451 0.2969647 0.4537072 0.2905049 0.4508749 0.2975683 0.4515027 0.2969647 0.4537072 0.296368 0.4558485 0.2894045 0.4527322 0.2894045 0.4527322 0.2834503 0.4479982 0.2849957 0.4465483 0.2916458 0.4489377 0.2905049 0.4508749 0.2866125 0.445 0.295718 0.4580447 0.2882382 0.4546287 0.296368 0.4558485 0.295718 0.4580447 0.2950715 0.4602073 0.287046 0.456536 0.287046 0.456536 0.2802193 0.4509458 0.2818528 0.4494556 0.2894045 0.4527322 0.2882382 0.4546287 0.2834503 0.4479982 0.2944852 0.4622477 0.2858676 0.4584259 0.2950715 0.4602073 0.2846963 0.4603071 0.2858676 0.4584259 0.2939289 0.4642271 0.2785658 0.4524942 0.2858676 0.4584259 0.2769021 0.4540719 0.287046 0.456536 0.2858676 0.4584259 0.2802193 0.4509458 0.3129205 0.4625718 0.303684 0.4635819 0.3124652 0.4606869 0.3036289 0.4654949 0.303684 0.4635819 0.3133614 0.4643746 0.2944852 0.4622477 0.303684 0.4635819 0.2939289 0.4642271 0.2944852 0.4622477 0.2950715 0.4602073 0.3037495 0.4615817 0.3119812 0.458638 0.3038359 0.4594072 0.3114639 0.456505 0.3119812 0.458638 0.3124652 0.4606869 0.3037495 0.4615817 0.3037495 0.4615817 0.2950715 0.4602073 0.295718 0.4580447 0.3039058 0.457156 0.3038359 0.4594072 0.296368 0.4558485 0.3109088 0.4543681 0.3039219 0.4549257 0.3103024 0.4521321 0.3109088 0.4543681 0.3114639 0.456505 0.3039058 0.457156 0.3039058 0.457156 0.296368 0.4558485 0.2969647 0.4537072 0.3039143 0.4526147 0.3039219 0.4549257 0.2975683 0.4515027 0.3096313 0.4497017 0.3039132 0.4501212 0.3089835 0.4472376 0.3096313 0.4497017 0.3103024 0.4521321 0.3039143 0.4526147 0.3039143 0.4526147 0.2975683 0.4515027 0.2982393 0.4491171 0.3039382 0.4476093 0.3039132 0.4501212 0.2989351 0.4467146 0.3198205 0.4444386 0.3150693 0.4477462 0.3179939 0.442617 0.3198205 0.4444386 0.3216149 0.4461863 0.3163514 0.4499132 0.3163514 0.4499132 0.3103024 0.4521321 0.3096313 0.4497017 0.3137813 0.4455202 0.3150693 0.4477462 0.3089835 0.4472376 0.323158 0.4477464 0.3174576 0.4518718 0.3216149 0.4461863 0.323158 0.4477464 0.3246049 0.4492514 0.3184881 0.4537459 0.3184881 0.4537459 0.3114639 0.456505 0.3109088 0.4543681 0.3163514 0.4499132 0.3174576 0.4518718 0.3103024 0.4521321 0.3261107 0.4508337 0.3195432 0.4556589 0.3246049 0.4492514 0.3261107 0.4508337 0.3276536 0.4524524 0.3206038 0.4575508 0.3206038 0.4575508 0.3124652 0.4606869 0.3119812 0.458638 0.3184881 0.4537459 0.3195432 0.4556589 0.3114639 0.456505 0.3292117 0.454066 0.3216509 0.459361 0.3276536 0.4524524 0.3226913 0.4611305 0.3216509 0.459361 0.3307774 0.4556772 0.3129205 0.4625718 0.3216509 0.459361 0.3133614 0.4643746 0.3206038 0.4575508 0.3216509 0.459361 0.3124652 0.4606869 0.3386055 0.4383136 0.3349389 0.4468032 0.336676 0.4377561 0.336778 0.4479289 0.3349389 0.4468032 0.3405086 0.4388522 0.3292117 0.454066 0.3349389 0.4468032 0.3307774 0.4556772 0.3331027 0.4456711 0.3349389 0.4468032 0.3276536 0.4524524 0.3346934 0.437161 0.3312723 0.4445262 0.3326475 0.4365456 0.3346934 0.437161 0.336676 0.4377561 0.3331027 0.4456711 0.3331027 0.4456711 0.3276536 0.4524524 0.3261107 0.4508337 0.3294404 0.4433943 0.3312723 0.4445262 0.3246049 0.4492514 0.3305277 0.4359276 0.3275997 0.4423012 0.3282902 0.4353092 0.3305277 0.4359276 0.3326475 0.4365456 0.3294404 0.4433943 0.3294404 0.4433943 0.3246049 0.4492514 0.323158 0.4477464 0.3256468 0.4411796 0.3275997 0.4423012 0.3216149 0.4461863 0.325891 0.4346932 0.3234779 0.4399626 0.3234754 0.4340432 0.325891 0.4346932 0.3282902 0.4353092 0.3256468 0.4411796 0.3256468 0.4411796 0.3216149 0.4461863 0.3198205 0.4444386 0.3212837 0.4386881 0.3234779 0.4399626 0.3179939 0.442617 0.3264778 0.4232405 0.3269089 0.4290052 0.3240061 0.4238581 0.3264778 0.4232405 0.3288856 0.4226097 0.3293887 0.4289911 0.3293887 0.4289911 0.3282902 0.4353092 0.325891 0.4346932 0.3243938 0.4289922 0.3269089 0.4290052 0.3234754 0.4340432 0.3310668 0.4220516 0.331687 0.429017 0.3288856 0.4226097 0.3310668 0.4220516 0.3331611 0.4215527 0.333879 0.4290764 0.333879 0.4290764 0.3326475 0.4365456 0.3305277 0.4359276 0.3293887 0.4289911 0.331687 0.429017 0.3282902 0.4353092 0.3353083 0.4210998 0.3360394 0.429163 0.3331611 0.4215527 0.3353083 0.4210998 0.337354 0.4206916 0.338098 0.4292569 0.338098 0.4292569 0.336676 0.4377561 0.3346934 0.437161 0.333879 0.4290764 0.3360394 0.429163 0.3326475 0.4365456 0.3391441 0.420327 0.3399844 0.4293385 0.337354 0.4206916 0.3417846 0.4294138 0.3399844 0.4293385 0.3408064 0.4199841 0.3386055 0.4383136 0.3399844 0.4293385 0.3405086 0.4388522 0.3386055 0.4383136 0.336676 0.4377561 0.338098 0.4292569 0.3344293 0.4125782 0.3295215 0.4054465 0.3310915 0.404093 0.3377745 0.4109336 0.3361536 0.4117282 0.3326122 0.4028037 0.3391441 0.420327 0.3361536 0.4117282 0.3408064 0.4199841 0.3344293 0.4125782 0.3361536 0.4117282 0.337354 0.4206916 0.3278532 0.4069288 0.3324977 0.4135391 0.3261957 0.4084212 0.3278532 0.4069288 0.3295215 0.4054465 0.3344293 0.4125782 0.3344293 0.4125782 0.337354 0.4206916 0.3353083 0.4210998 0.3305197 0.4145408 0.3324977 0.4135391 0.3331611 0.4215527 0.3246581 0.4098054 0.328656 0.4155134 0.3230656 0.4112526 0.3246581 0.4098054 0.3261957 0.4084212 0.3305197 0.4145408 0.3305197 0.4145408 0.3331611 0.4215527 0.3310668 0.4220516 0.3267246 0.4165493 0.328656 0.4155134 0.3288856 0.4226097 0.3212435 0.4129341 0.3245437 0.417741 0.3193419 0.4146891 0.3212435 0.4129341 0.3230656 0.4112526 0.3267246 0.4165493 0.3267246 0.4165493 0.3288856 0.4226097 0.3264778 0.4232405 0.3222795 0.4189641 0.3245437 0.417741 0.3240061 0.4238581 0.3113744 0.4068701 0.3167145 0.4092473 0.31059 0.4093014 0.3113744 0.4068701 0.3121618 0.4044973 0.3180689 0.4071619 0.3180689 0.4071619 0.3230656 0.4112526 0.3212435 0.4129341 0.315321 0.4114122 0.3167145 0.4092473 0.3193419 0.4146891 0.3128974 0.4023528 0.3192767 0.4053304 0.3121618 0.4044973 0.3128974 0.4023528 0.3135848 0.4003002 0.3204298 0.4035747 0.3204298 0.4035747 0.3261957 0.4084212 0.3246581 0.4098054 0.3180689 0.4071619 0.3192767 0.4053304 0.3230656 0.4112526 0.3142273 0.398203 0.3216201 0.4017168 0.3135848 0.4003002 0.3142273 0.398203 0.3148783 0.3960635 0.3228285 0.3998261 0.3228285 0.3998261 0.3295215 0.4054465 0.3278532 0.4069288 0.3204298 0.4035747 0.3216201 0.4017168 0.3261957 0.4084212 0.315591 0.3938834 0.3240361 0.3979719 0.3148783 0.3960635 0.3252431 0.3961358 0.3240361 0.3979719 0.3163346 0.3916832 0.3310915 0.404093 0.3240361 0.3979719 0.3326122 0.4028037 0.3310915 0.404093 0.3295215 0.4054465 0.3228285 0.3998261 0.315591 0.3938834 0.3063598 0.3923462 0.3163346 0.3916832 0.315591 0.3938834 0.3148783 0.3960635 0.3061987 0.3945051 0.2969645 0.3932241 0.3063598 0.3923462 0.2974008 0.3952226 0.306554 0.390199 0.3063598 0.3923462 0.2965469 0.3912744 0.2978745 0.397319 0.3061037 0.3966873 0.2983585 0.399496 0.2978745 0.397319 0.2974008 0.3952226 0.3061987 0.3945051 0.3061987 0.3945051 0.3148783 0.3960635 0.3142273 0.398203 0.3060233 0.3988968 0.3061037 0.3966873 0.3135848 0.4003002 0.2988259 0.4017368 0.3059059 0.4011372 0.2993132 0.4040773 0.2988259 0.4017368 0.2983585 0.399496 0.3060233 0.3988968 0.3060233 0.3988968 0.3135848 0.4003002 0.3128974 0.4023528 0.3057717 0.4034789 0.3059059 0.4011372 0.3121618 0.4044973 0.2998572 0.4065532 0.3056408 0.4059923 0.3004169 0.4090264 0.2998572 0.4065532 0.2993132 0.4040773 0.3057717 0.4034789 0.3057717 0.4034789 0.3121618 0.4044973 0.3113744 0.4068701 0.3055217 0.4085251 0.3056408 0.4059923 0.31059 0.4093014 0.2981351 0.4155372 0.3001419 0.4193413 0.2953234 0.4178854 0.3028476 0.4196947 0.3001419 0.4193413 0.301686 0.4145732 0.3028476 0.4196947 0.3047502 0.4281014 0.2989012 0.4217613 0.3009511 0.4113584 0.301686 0.4145732 0.2981351 0.4155372 0.2981351 0.4155372 0.2953234 0.4178854 0.2930469 0.415425 0.2930469 0.415425 0.2913706 0.41363 0.295576 0.4107486 0.295576 0.4107486 0.3004169 0.4090264 0.3009511 0.4113584 0.2927666 0.4205088 0.2963957 0.4228094 0.2915315 0.4239724 0.2989012 0.4217613 0.2963957 0.4228094 0.2953234 0.4178854 0.2989012 0.4217613 0.3047502 0.4281014 0.2965356 0.4255341 0.2883906 0.4229964 0.2860894 0.4223065 0.2881722 0.4176087 0.2881722 0.4176087 0.2913706 0.41363 0.2930469 0.415425 0.2930469 0.415425 0.2953234 0.4178854 0.2927666 0.4205088 0.2927666 0.4205088 0.2915315 0.4239724 0.2883906 0.4229964 0.290596 0.4275184 0.2948771 0.4276919 0.2912115 0.4311272 0.2965356 0.4255341 0.2948771 0.4276919 0.2915315 0.4239724 0.2965356 0.4255341 0.3047502 0.4281014 0.2963404 0.4299786 0.2879816 0.4318611 0.2856425 0.432428 0.2852307 0.4273455 0.2852307 0.4273455 0.2860894 0.4223065 0.2883906 0.4229964 0.2883906 0.4229964 0.2915315 0.4239724 0.290596 0.4275184 0.290596 0.4275184 0.2912115 0.4311272 0.2879816 0.4318611 0.2921613 0.4346771 0.295973 0.4326806 0.2945091 0.4375019 0.2963404 0.4299786 0.295973 0.4326806 0.2912115 0.4311272 0.2963404 0.4299786 0.3047502 0.4281014 0.2983899 0.4339345 0.2920621 0.4397717 0.2902875 0.441451 0.2873709 0.4372563 0.2873709 0.4372563 0.2856425 0.432428 0.2879816 0.4318611 0.2879816 0.4318611 0.2912115 0.4311272 0.2921613 0.4346771 0.2921613 0.4346771 0.2945091 0.4375019 0.2920621 0.4397717 0.2971245 0.4400804 0.2994291 0.4364559 0.3005837 0.4413371 0.2983899 0.4339345 0.2994291 0.4364559 0.2945091 0.4375019 0.2983899 0.4339345 0.3047502 0.4281014 0.3021566 0.4363309 0.2996132 0.4444598 0.2989351 0.4467146 0.2942635 0.4446328 0.2942635 0.4446328 0.2902875 0.441451 0.2920621 0.4397717 0.2920621 0.4397717 0.2945091 0.4375019 0.2971245 0.4400804 0.2971245 0.4400804 0.3005837 0.4413371 0.2996132 0.4444598 0.3041328 0.4422852 0.3043181 0.4379999 0.3077495 0.4416714 0.3021566 0.4363309 0.3043181 0.4379999 0.3005837 0.4413371 0.3021566 0.4363309 0.3047502 0.4281014 0.3066173 0.4365323 0.3084472 0.4449003 0.3089835 0.4472376 0.3039382 0.4476093 0.3039382 0.4476093 0.2989351 0.4467146 0.2996132 0.4444598 0.2996132 0.4444598 0.3005837 0.4413371 0.3041328 0.4422852 0.3041328 0.4422852 0.3077495 0.4416714 0.3084472 0.4449003 0.3113034 0.4407168 0.3093267 0.436896 0.3141399 0.438363 0.3066173 0.4365323 0.3093267 0.436896 0.3077495 0.4416714 0.3066173 0.4365323 0.3047502 0.4281014 0.3105884 0.4344699 0.3163544 0.4408352 0.3179939 0.442617 0.3137813 0.4455202 0.3137813 0.4455202 0.3089835 0.4472376 0.3084472 0.4449003 0.3084472 0.4449003 0.3077495 0.4416714 0.3113034 0.4407168 0.3113034 0.4407168 0.3141399 0.438363 0.3163544 0.4408352 0.3167482 0.4357506 0.313122 0.4334274 0.3180317 0.4322884 0.3105884 0.4344699 0.313122 0.4334274 0.3141399 0.438363 0.3105884 0.4344699 0.3047502 0.4281014 0.3130025 0.4306939 0.3211892 0.4333232 0.3234754 0.4340432 0.3212837 0.4386881 0.3212837 0.4386881 0.3179939 0.442617 0.3163544 0.4408352 0.3163544 0.4408352 0.3141399 0.438363 0.3167482 0.4357506 0.3167482 0.4357506 0.3180317 0.4322884 0.3211892 0.4333232 0.3189867 0.4287171 0.3146769 0.4285211 0.3183633 0.4250696 0.3130025 0.4306939 0.3146769 0.4285211 0.3180317 0.4322884 0.3130025 0.4306939 0.3047502 0.4281014 0.3132007 0.4262111 0.3216332 0.4243766 0.3240061 0.4238581 0.3243938 0.4289922 0.3243938 0.4289922 0.3234754 0.4340432 0.3211892 0.4333232 0.3211892 0.4333232 0.3180317 0.4322884 0.3189867 0.4287171 0.3189867 0.4287171 0.3183633 0.4250696 0.3216332 0.4243766 0.3173934 0.4214841 0.3135563 0.4234859 0.3150143 0.4186365 0.3132007 0.4262111 0.3135563 0.4234859 0.3183633 0.4250696 0.3132007 0.4262111 0.3047502 0.4281014 0.3111147 0.4222276 0.3175111 0.4163568 0.3193419 0.4146891 0.3222795 0.4189641 0.3222795 0.4189641 0.3240061 0.4238581 0.3216332 0.4243766 0.3216332 0.4243766 0.3183633 0.4250696 0.3173934 0.4214841 0.3173934 0.4214841 0.3150143 0.4186365 0.3175111 0.4163568 0.3123648 0.4160485 0.3100533 0.4197033 0.3088768 0.4148104 0.3111147 0.4222276 0.3100533 0.4197033 0.3150143 0.4186365 0.3111147 0.4222276 0.3047502 0.4281014 0.3073135 0.4198499 0.3098632 0.4116212 0.31059 0.4093014 0.315321 0.4114122 0.315321 0.4114122 0.3193419 0.4146891 0.3175111 0.4163568 0.3175111 0.4163568 0.3150143 0.4186365 0.3123648 0.4160485 0.3123648 0.4160485 0.3088768 0.4148104 0.3098632 0.4116212 0.3053082 0.4139125 0.3051398 0.4182065 0.301686 0.4145732 0.3073135 0.4198499 0.3051398 0.4182065 0.3088768 0.4148104 0.3073135 0.4198499 0.3047502 0.4281014 0.3028476 0.4196947 0.3009511 0.4113584 0.3004169 0.4090264 0.3055217 0.4085251 0.3055217 0.4085251 0.31059 0.4093014 0.3098632 0.4116212 0.3098632 0.4116212 0.3088768 0.4148104 0.3053082 0.4139125 0.3053082 0.4139125 0.301686 0.4145732 0.3009511 0.4113584 0.8495298 0.0517522 0.8575056 0.04088288 0.8597168 0.05127257 0.89982 0.04381489 0.9002001 0.03850919 0.9055177 0.04449158 0.8756169 0.8139812 0.8859701 0.8096085 0.8706296 0.8366116 0.8644895 0.1182196 0.8667027 0.1264805 0.831849 0.1230771 0.8572001 0.7198935 0.8285487 0.7448901 0.8271762 0.7366994 0.8670139 0.1916388 0.8693202 0.2055234 0.8313027 0.1653213 0.9726337 0.3444053 0.9527908 0.3141738 0.9722334 0.05479544 0.9527908 0.3141738 0.925307 0.27102 0.949727 0.0775609 0.7002158 0.03839498 0.6952608 0.03670114 0.7128465 0.02646392 0.8572001 0.7198935 0.8672891 0.7679164 0.8285487 0.7448901 0.8631756 0.8419635 0.8706296 0.8366116 0.8729647 0.8407498 0.9185659 0.5748911 0.9544497 0.8009299 0.8994458 0.6205319 0.8837746 0.6577786 0.9253525 0.7904558 0.877145 0.688688 0.8994458 0.6205319 0.9253525 0.7904558 0.8837746 0.6577786 0.7300426 0.8744838 0.7230405 0.8791802 0.7261691 0.8693374 0.9755765 0.8321335 0.922162 0.8482353 0.9177337 0.8397014 0.6568003 0.8746464 0.7258126 0.8541808 0.7261691 0.8693374 0.6568003 0.8746464 0.7230405 0.8791802 0.7185953 0.8816074 0.8693202 0.2055234 0.828729 0.2269673 0.8313027 0.1653213 0.8580631 0.05589842 0.8495298 0.0517522 0.8597168 0.05127257 0.9527908 0.3141738 0.949727 0.0775609 0.9722334 0.05479544 0.7002158 0.03839498 0.7081742 0.04195296 0.7051292 0.04787617 0.7081742 0.04195296 0.7002158 0.03839498 0.7151203 0.03678995 0.9002001 0.03850919 0.9085337 0.03501963 0.9055177 0.04449158 0.9085337 0.03501963 0.9002001 0.03850919 0.8915418 0.03062361 0.9085337 0.03501963 0.9657834 0.0420621 0.9055177 0.04449158 0.7151203 0.03678995 0.7002158 0.03839498 0.7128465 0.02646392 0.7786949 0.813331 0.7860692 0.8065097 0.7940273 0.8226334 0.8725609 0.8510159 0.8631756 0.8419635 0.8729647 0.8407498 0.8859701 0.8096085 0.8855821 0.8163672 0.8706296 0.8366116 0.8985257 0.7943623 0.8889256 0.7798346 0.9063117 0.7913129 0.9544497 0.8009299 0.9253525 0.7904558 0.8994458 0.6205319 0.9253525 0.7904558 0.876649 0.7007626 0.877145 0.688688 0.7230405 0.8791802 0.6568003 0.8746464 0.7261691 0.8693374 0.6550827 0.8789721 0.6568003 0.8746464 0.7185953 0.8816074 0.7185953 0.8816074 0.7230405 0.8791802 0.7370358 0.8884814 0.825046 0.04463756 0.8439688 0.06353837 0.8352868 0.08048307 0.8644895 0.1182196 0.831849 0.1230771 0.8566657 0.1019266 0.8667027 0.1264805 0.8313806 0.1486182 0.831849 0.1230771 0.7420432 0.07803153 0.736073 0.07819133 0.7361456 0.06545096 0.8495298 0.0517522 0.8405447 0.03743988 0.8575056 0.04088288 0.8823278 0.6132327 0.8672685 0.6568031 0.8145106 0.6017506 0.9062181 0.5676413 0.8823278 0.6132327 0.8145106 0.6017506 0.75641 0.8345407 0.7624785 0.849516 0.7528512 0.8474994 0.7513256 0.8239 0.75641 0.8345407 0.7480381 0.8285829 0.7230405 0.8791802 0.73751 0.8782662 0.7370358 0.8884814 0.8631756 0.8419635 0.8725609 0.8510159 0.8569583 0.8570796 0.8439688 0.06353837 0.8461682 0.08280497 0.8352868 0.08048307 0.831849 0.1230771 0.8338556 0.1036465 0.8566657 0.1019266 0.8597168 0.05127257 0.8575056 0.04088288 0.8642836 0.04498559 0.8783488 0.8459937 0.8729647 0.8407498 0.8884891 0.8419132 0.8756169 0.8139812 0.8860549 0.7907392 0.8859701 0.8096085 0.73751 0.8782662 0.7230405 0.8791802 0.7300426 0.8744838 0.6846826 0.8482289 0.7129501 0.8360627 0.7258126 0.8541808 0.7615094 0.1093822 0.7684686 0.09573674 0.7771785 0.1013946 0.7533242 0.1257534 0.7615094 0.1093822 0.7795368 0.1194782 0.7518856 0.1351746 0.7533242 0.1257534 0.7858079 0.1491714 0.7577487 0.191739 0.7518856 0.1351746 0.7870829 0.1593451 0.7590535 0.2080391 0.7577487 0.191739 0.7885212 0.1686253 0.7584454 0.2179838 0.7590535 0.2080391 0.7973465 0.2245951 0.7493067 0.2552686 0.7584454 0.2179838 0.8007221 0.2532683 0.7307391 0.2979667 0.7493067 0.2552686 0.8025893 0.3039331 0.8566657 0.1019266 0.8338556 0.1036465 0.8461682 0.08280497 0.8648416 0.1771817 0.8312651 0.1567347 0.8667027 0.1264805 0.8670139 0.1916388 0.8313027 0.1653213 0.8648416 0.1771817 0.8861613 0.2397025 0.8348339 0.2567341 0.8693202 0.2055234 0.9091443 0.2814585 0.8420549 0.3050473 0.8861613 0.2397025 0.9414801 0.3237257 0.8534495 0.3770615 0.8420549 0.3050473 0.9652853 0.3531288 0.8485875 0.4399107 0.8534495 0.3770615 0.7336561 0.1058533 0.7273231 0.09369724 0.7387278 0.08976507 0.7387278 0.08976507 0.7345571 0.08556991 0.7420432 0.07803153 0.6595832 0.09141403 0.7335774 0.2484384 0.7173844 0.2879403 0.8597168 0.05127257 0.8642836 0.04498559 0.8753313 0.0473653 0.8580631 0.05589842 0.8597168 0.05127257 0.8785009 0.05949145 0.8671125 0.07808309 0.8580631 0.05589842 0.8784282 0.0807234 0.8818228 0.09993535 0.8671125 0.07808309 0.8784282 0.0807234 0.8866595 0.1105433 0.8818228 0.09993535 0.8938947 0.09405726 0.8866595 0.1105433 0.8938947 0.09405726 0.9023628 0.09579938 0.8881132 0.1181946 0.9023628 0.09579938 0.8886818 0.1276603 0.8880128 0.1932654 0.8883473 0.1444127 0.9219145 0.09333467 0.9028092 0.2358148 0.890635 0.2054819 0.9219145 0.09333467 0.925307 0.27102 0.9028092 0.2358148 0.9219145 0.09333467 0.6758189 0.3658072 0.6718101 0.3676927 0.6266828 0.06844383 0.9137803 0.07464253 0.9024771 0.07456612 0.9014519 0.07171016 0.6974929 0.08409905 0.707423 0.06338268 0.7119845 0.07822084 0.9657834 0.0420621 0.9410848 0.06495237 0.9039614 0.05924415 0.6335142 0.05462735 0.707423 0.06338268 0.6665566 0.07665765 0.9657834 0.0420621 0.9039614 0.05924415 0.9055177 0.04449158 0.6335142 0.05462735 0.7002158 0.03839498 0.7051292 0.04787617 0.6335142 0.05462735 0.6310057 0.05052071 0.6952608 0.03670114 0.8410045 0.8527608 0.8448873 0.816913 0.8559419 0.831641 0.759337 0.787203 0.7864597 0.7595543 0.7853515 0.7888858 0.7698237 0.8014655 0.7853515 0.7888858 0.7860692 0.8065097 0.7564207 0.7784587 0.7860063 0.7496474 0.7864597 0.7595543 0.7527328 0.7235804 0.7858556 0.7405658 0.7860063 0.7496474 0.7490928 0.6984499 0.783604 0.6578839 0.7850889 0.6857685 0.7342674 0.6644091 0.7770749 0.6092846 0.783604 0.6578839 0.7095665 0.6267549 0.76484 0.5296694 0.7770749 0.6092846 0.8617486 0.7929671 0.8548786 0.8129152 0.8397244 0.7950685 0.8665344 0.7761537 0.8617486 0.7929671 0.8346251 0.7768765 0.8672891 0.7679164 0.8665344 0.7761537 0.8346251 0.7768765 0.8568998 0.7057568 0.8572001 0.7198935 0.8271762 0.7366994 0.8568998 0.7057568 0.8271762 0.7366994 0.8568211 0.6921441 0.8672685 0.6568031 0.8568211 0.6921441 0.8155507 0.6489862 0.9240866 0.5357109 0.9062181 0.5676413 0.8135615 0.5312392 0.8725609 0.8510159 0.8729647 0.8407498 0.8783488 0.8459937 0.7438529 0.8093967 0.7513256 0.8239 0.7398099 0.8220221 0.7438529 0.8093967 0.7398099 0.8220221 0.7319932 0.817034 0.6460919 0.5710969 0.6664592 0.5975719 0.6756157 0.835307 0.7316719 0.7031902 0.7346097 0.71155 0.7034476 0.8177411 0.6664592 0.5975719 0.6984813 0.6385019 0.6756157 0.835307 0.8729647 0.8407498 0.8895217 0.8298348 0.8884891 0.8419132 0.8706296 0.8366116 0.8855821 0.8163672 0.8895217 0.8298348 0.8860549 0.7907392 0.8926873 0.7999197 0.8859701 0.8096085 0.8889256 0.7798346 0.8985257 0.7943623 0.8860549 0.7907392 0.8889256 0.7798346 0.8890563 0.772303 0.9063117 0.7913129 0.8890563 0.772303 0.888046 0.7631869 0.9063117 0.7913129 0.876649 0.7007626 0.9253525 0.7904558 0.8849797 0.7472735 0.9325217 0.5428208 0.979636 0.8189386 0.9185659 0.5748911 0.6460919 0.5710969 0.6528997 0.8620488 0.6480231 0.8625971 0.9136463 0.8462761 0.922162 0.8482353 0.9066868 0.8552123 0.9206646 0.8096069 0.9138309 0.8258947 0.9093943 0.8144238 0.7129501 0.8360627 0.7256861 0.8360111 0.7277272 0.8392893 0.9755765 0.8321335 0.9138309 0.8258947 0.94828 0.8143654 0.6568003 0.8746464 0.6846826 0.8482289 0.7258126 0.8541808 0.7824608 0.08357036 0.7771785 0.1013946 0.7684686 0.09573674 0.7795368 0.1194782 0.7615094 0.1093822 0.7771785 0.1013946 0.7858079 0.1491714 0.7533242 0.1257534 0.7795368 0.1194782 0.7870829 0.1593451 0.7518856 0.1351746 0.7858079 0.1491714 0.7885212 0.1686253 0.7577487 0.191739 0.7870829 0.1593451 0.7973465 0.2245951 0.7590535 0.2080391 0.7885212 0.1686253 0.8007221 0.2532683 0.7584454 0.2179838 0.7973465 0.2245951 0.8025893 0.3039331 0.7493067 0.2552686 0.8007221 0.2532683 0.8338556 0.1036465 0.8352868 0.08048307 0.8461682 0.08280497 0.8312651 0.1567347 0.8313806 0.1486182 0.8667027 0.1264805 0.8313027 0.1653213 0.8312651 0.1567347 0.8648416 0.1771817 0.8348339 0.2567341 0.828729 0.2269673 0.8693202 0.2055234 0.8420549 0.3050473 0.8348339 0.2567341 0.8861613 0.2397025 0.9091443 0.2814585 0.9414801 0.3237257 0.8420549 0.3050473 0.9414801 0.3237257 0.9652853 0.3531288 0.8534495 0.3770615 0.8785009 0.05949145 0.8597168 0.05127257 0.8753313 0.0473653 0.8768479 0.07390499 0.8580631 0.05589842 0.8785009 0.05949145 0.8580631 0.05589842 0.8768479 0.07390499 0.8784282 0.0807234 0.8869713 0.08941835 0.8818228 0.09993535 0.8784282 0.0807234 0.8818228 0.09993535 0.8869713 0.08941835 0.8938947 0.09405726 0.8881132 0.1181946 0.8866595 0.1105433 0.9023628 0.09579938 0.9023628 0.09579938 0.9219145 0.09333467 0.8886818 0.1276603 0.8883473 0.1444127 0.8886818 0.1276603 0.9219145 0.09333467 0.925307 0.27102 0.9219145 0.09333467 0.949727 0.0775609 0.890635 0.2054819 0.8880128 0.1932654 0.9219145 0.09333467 0.6317479 0.06814771 0.6758189 0.3658072 0.6266828 0.06844383 0.89982 0.04381489 0.9055177 0.04449158 0.9039614 0.05924415 0.9039614 0.05924415 0.9137803 0.07464253 0.9014519 0.07171016 0.7104794 0.08191913 0.6974929 0.08409905 0.7119845 0.07822084 0.9410848 0.06495237 0.9137803 0.07464253 0.9039614 0.05924415 0.707423 0.06338268 0.6974929 0.08409905 0.6665566 0.07665765 0.707423 0.06338268 0.6335142 0.05462735 0.7051292 0.04787617 0.7002158 0.03839498 0.6335142 0.05462735 0.6952608 0.03670114 0.8448873 0.816913 0.8548786 0.8129152 0.8559419 0.831641 0.8548786 0.8129152 0.8448873 0.816913 0.8397244 0.7950685 0.8617486 0.7929671 0.8397244 0.7950685 0.8346251 0.7768765 0.8299899 0.7526079 0.8672891 0.7679164 0.8346251 0.7768765 0.8672891 0.7679164 0.8299899 0.7526079 0.8285487 0.7448901 0.8271762 0.7366994 0.8146132 0.6783608 0.8568211 0.6921441 0.8568211 0.6921441 0.8146132 0.6783608 0.8155507 0.6489862 0.8672685 0.6568031 0.8155507 0.6489862 0.8145106 0.6017506 0.8135615 0.5312392 0.9062181 0.5676413 0.8145106 0.6017506 0.7986199 0.4721292 0.9240866 0.5357109 0.8135615 0.5312392 0.8729647 0.8407498 0.8706296 0.8366116 0.8895217 0.8298348 0.8985257 0.7943623 0.8926873 0.7999197 0.8860549 0.7907392 0.888046 0.7631869 0.9253525 0.7904558 0.9063117 0.7913129 0.9253525 0.7904558 0.888046 0.7631869 0.8849797 0.7472735 0.979636 0.8189386 0.9544497 0.8009299 0.9185659 0.5748911 0.6419618 0.5699571 0.6460919 0.5710969 0.6480231 0.8625971 0.9177337 0.8397014 0.922162 0.8482353 0.9136463 0.8462761 0.9099032 0.8115336 0.9206646 0.8096069 0.9093943 0.8144238 0.7258126 0.8541808 0.7129501 0.8360627 0.7277272 0.8392893 0.9138309 0.8258947 0.9206646 0.8096069 0.94828 0.8143654 0.9138309 0.8258947 0.9755765 0.8321335 0.9177337 0.8397014 0.7456018 0.06170862 0.7361456 0.06545096 0.7342355 0.0517227 0.691022 0.1044338 0.7118666 0.1039304 0.7283367 0.1330292 0.6595832 0.09141403 0.7173844 0.2879403 0.6919307 0.3352598 0.6848561 0.3780125 0.7307391 0.2979667 0.8040803 0.3872023 0.6527044 0.557981 0.76633 0.4757021 0.76484 0.5296694 0.7513035 0.7078294 0.7850889 0.6857685 0.7858556 0.7405658 0.7624785 0.849516 0.7637653 0.8587271 0.7532815 0.8608981 0.7360167 0.7953172 0.7319932 0.817034 0.723399 0.8148027 0.7034476 0.8177411 0.6984813 0.6385019 0.7203944 0.6734989 0.7273231 0.09369724 0.7336561 0.1058533 0.7202326 0.1001502 0.7281395 0.1215735 0.7283367 0.1330292 0.7118666 0.1039304 0.05407923 0.7450936 0.056863 0.7439522 0.05787712 0.7578483 0.05042195 0.7463676 0.04252821 0.7207108 0.05407923 0.7450936 0.04827594 0.7184456 0.05102455 0.7176631 0.056863 0.7439522 0.03159141 0.4388916 0.03941208 0.437973 0.03680878 0.4626228 0.01888477 0.4397017 0.02455699 0.4394747 0.02195477 0.4642395 0.03159141 0.4388916 0.03490537 0.4135793 0.03941208 0.437973 0.03809535 0.5246379 0.04234695 0.5253304 0.0290724 0.5469561 0.0472424 0.5257925 0.05736953 0.5046591 0.0525726 0.5262776 0.0422495 0.3739574 0.05057746 0.3736516 0.04282796 0.4128379 0.02851343 0.6135582 0.02567666 0.6143732 0.02502226 0.5907258 0.02392667 0.6149078 0.0240091 0.5867921 0.02567666 0.6143732 0.02392667 0.6149078 0.02221226 0.6153466 0.0240091 0.5867921 0.02851343 0.6135582 0.02693104 0.5851833 0.03197222 0.6128014 0.03558838 0.6124418 0.03197222 0.6128014 0.02995163 0.5818694 0.05182164 0.2565145 0.04906612 0.2421852 0.07399123 0.2498137 0.07399123 0.2498137 0.07763487 0.2379433 0.08518606 0.2495151 0.08518606 0.2495151 0.09110289 0.2601913 0.07926911 0.2603838 0.04183435 0.2596093 0.05182164 0.2565145 0.05115693 0.2825114 0.02685779 0.5747045 0.0240091 0.5867921 0.02591186 0.5686075 0.03468096 0.5637406 0.03903847 0.5458462 0.03887128 0.5633713 0.03468096 0.5637406 0.03887128 0.5633713 0.03658539 0.580786 0.03468096 0.5637406 0.03317612 0.580853 0.03069406 0.5666629 0.02685779 0.5747045 0.03069406 0.5666629 0.02693104 0.5851833 0.03468096 0.5637406 0.03069406 0.5666629 0.03271627 0.5495676 0.0472424 0.5257925 0.0525726 0.5262776 0.04405212 0.5453945 0.07020258 0.5298445 0.06398117 0.5281908 0.07408732 0.5115594 0.08022898 0.5335699 0.07662224 0.5320312 0.08377873 0.5232142 0.03941208 0.437973 0.05605435 0.4362382 0.05368477 0.4598665 0.06561636 0.4375173 0.06389409 0.4599658 0.05605435 0.4362382 0.0598545 0.7429925 0.056863 0.7439522 0.05506587 0.716865 0.02685779 0.5747045 0.02591186 0.5686075 0.03271627 0.5495676 0.02304089 0.5667934 0.0290724 0.5469561 0.03271627 0.5495676 0.02685779 0.5747045 0.02693104 0.5851833 0.02502226 0.5907258 0.05869013 0.8048134 0.0548399 0.8021849 0.0614165 0.7970727 0.05042195 0.7463676 0.05407923 0.7450936 0.05389231 0.7587533 0.03159141 0.4388916 0.02455699 0.4394747 0.02785074 0.4140662 0.0472424 0.5257925 0.04234695 0.5253304 0.05254238 0.502818 0.01888477 0.4397017 0.02222418 0.4142645 0.02455699 0.4394747 0.03654223 0.214961 0.038338 0.2296252 0.03095895 0.2154216 0.0308218 0.1993758 0.03601348 0.2002457 0.03095895 0.2154216 0.01888477 0.4397017 0.01606732 0.4644388 0.01389372 0.4397509 0.03809535 0.5246379 0.04861396 0.5010793 0.04234695 0.5253304 0.05070984 0.3238983 0.05969989 0.3240863 0.05057746 0.3736516 0.0422495 0.3739574 0.04291081 0.3234157 0.05070984 0.3238983 0.02851343 0.6135582 0.03535652 0.6507359 0.02567666 0.6143732 0.02392667 0.6149078 0.02567666 0.6143732 0.0319314 0.6512824 0.02392667 0.6149078 0.02965813 0.651683 0.02221226 0.6153466 0.03954029 0.6502644 0.03558838 0.6124418 0.03900831 0.6119908 0.02851343 0.6135582 0.03197222 0.6128014 0.03535652 0.6507359 0.01948225 0.6158738 0.01964992 0.5850395 0.02221226 0.6153466 0.03338336 0.6895815 0.03639584 0.6886616 0.04578787 0.7193993 0.05102455 0.7176631 0.04827594 0.7184456 0.04524129 0.6868219 0.02965813 0.651683 0.0319314 0.6512824 0.03878229 0.6880782 0.03535652 0.6507359 0.04524129 0.6868219 0.04143375 0.6875565 0.03535652 0.6507359 0.03954029 0.6502644 0.04524129 0.6868219 0.02965813 0.651683 0.03878229 0.6880782 0.0275942 0.652113 0.05057746 0.3736516 0.06957221 0.3720961 0.05972629 0.4117113 0.03159141 0.4388916 0.02902406 0.4636592 0.02455699 0.4394747 0.03490537 0.4135793 0.03495162 0.3739938 0.04282796 0.4128379 0.0472424 0.5257925 0.03903847 0.5458462 0.04234695 0.5253304 0.0525726 0.5262776 0.06276285 0.5065906 0.06398117 0.5281908 0.03941208 0.437973 0.04282796 0.4128379 0.05605435 0.4362382 0.06561636 0.4375173 0.05605435 0.4362382 0.06896084 0.4133601 0.04183435 0.2596093 0.04042667 0.2444405 0.05182164 0.2565145 0.03601348 0.2002457 0.04184776 0.202223 0.03654223 0.214961 0.03601348 0.2002457 0.0361182 0.1855049 0.04228985 0.189391 0.08742135 0.0535078 0.1048421 0.04347467 0.106898 0.0502265 0.4717238 0.8786373 0.4813613 0.8825786 0.4739861 0.8830059 0.038338 0.2296252 0.04544478 0.2284645 0.04906612 0.2421852 0.038338 0.2296252 0.03654223 0.214961 0.04251843 0.2151958 0.4717238 0.8786373 0.4665194 0.8806853 0.4593803 0.8749257 0.1228674 0.03260105 0.1411949 0.02130728 0.1437137 0.02824401 0.1228674 0.03260105 0.1252612 0.03941053 0.1048421 0.04347467 0.08043593 0.3718949 0.08988344 0.3713564 0.08117973 0.413812 0.08645302 0.2868936 0.06590181 0.2905517 0.08434492 0.2699531 0.05899065 0.2871012 0.06590181 0.2905517 0.05070984 0.3238983 0.05899065 0.2871012 0.05115693 0.2825114 0.07926911 0.2603838 0.05899065 0.2871012 0.05070984 0.3238983 0.04291081 0.3234157 0.05182164 0.2565145 0.07399123 0.2498137 0.07926911 0.2603838 0.0560013 0.769245 0.05389231 0.7587533 0.05787712 0.7578483 0.056863 0.7439522 0.0598545 0.7429925 0.06092482 0.7569163 0.05407923 0.7450936 0.04578787 0.7193993 0.04827594 0.7184456 0.0287975 0.3739905 0.03495162 0.3739938 0.03490537 0.4135793 0.02222418 0.4142645 0.0287975 0.3739905 0.02785074 0.4140662 0.03572928 0.3234869 0.04291081 0.3234157 0.0422495 0.3739574 0.0287975 0.3739905 0.03572928 0.3234869 0.03495162 0.3739938 0.03639584 0.6886616 0.03878229 0.6880782 0.04578787 0.7193993 0.04827594 0.7184456 0.04578787 0.7193993 0.03878229 0.6880782 0.09795004 0.2536202 0.0987159 0.2527026 0.1029338 0.2623572 0.08742135 0.0535078 0.08873754 0.06040817 0.07030284 0.06312084 0.02304089 0.5667934 0.02591186 0.5686075 0.01964992 0.5850395 0.06456995 0.7682496 0.06648045 0.7681891 0.06406605 0.7785676 0.0525726 0.5262776 0.06398117 0.5281908 0.05500477 0.5449879 0.09271132 0.3232164 0.08063143 0.3675065 0.0828278 0.3224927 0.04350411 0.8199138 0.0422033 0.8189372 0.04740387 0.8157357 0.4739861 0.8830059 0.4741702 0.8885874 0.4650806 0.8864621 0.05899065 0.2871012 0.08434492 0.2699531 0.06590181 0.2905517 0.05506587 0.716865 0.05102455 0.7176631 0.04970145 0.68608 0.4813613 0.8825786 0.4862869 0.8903516 0.4746541 0.8886708 0.1252612 0.03941053 0.1437137 0.02824401 0.1515424 0.0383408 0.01948225 0.6158738 0.02221226 0.6153466 0.0275942 0.652113 0.03558838 0.6124418 0.03317612 0.580853 0.03900831 0.6119908 0.02479684 0.6527479 0.0275942 0.652113 0.03639584 0.6886616 0.05506587 0.716865 0.05861204 0.7161884 0.0598545 0.7429925 0.06398117 0.5281908 0.07020258 0.5298445 0.05500477 0.5449879 0.04096144 0.2840317 0.05115693 0.2825114 0.04291081 0.3234157 0.04904758 0.6497241 0.05302035 0.6482575 0.05839872 0.6850031 0.23699 0.6896139 0.2403154 0.6907033 0.2278346 0.720743 0.4495389 0.2598549 0.4503889 0.2842702 0.4402046 0.2827393 0.2473926 0.5668178 0.2413719 0.5469739 0.2455035 0.5468923 0.2473926 0.5668178 0.2445201 0.5686305 0.237726 0.5495836 0.2473926 0.5668178 0.2507734 0.5850684 0.2445201 0.5686305 0.2220868 0.7184758 0.216275 0.7451255 0.2134912 0.743983 0.2199327 0.7464007 0.216275 0.7451255 0.2278346 0.720743 0.2094249 0.7569485 0.2104994 0.7430222 0.2134912 0.743983 0.2017964 0.7557898 0.2017928 0.741514 0.2053431 0.7421386 0.4722989 0.4399155 0.4666287 0.4396824 0.4689878 0.4144824 0.459597 0.4390919 0.4621371 0.4638548 0.4543557 0.4628103 0.2323611 0.5246465 0.2281085 0.5253365 0.2218553 0.5010774 0.2232119 0.5257956 0.231405 0.5458578 0.2263908 0.545403 0.4633631 0.4142782 0.4563112 0.4137837 0.4624596 0.3742138 0.459597 0.4390919 0.4517796 0.4381651 0.4563112 0.4137837 0.2418932 0.6135856 0.2434911 0.5852079 0.245397 0.5907524 0.2464798 0.614938 0.2447299 0.6144023 0.2464125 0.5868188 0.2509241 0.6159065 0.2455915 0.6527811 0.2427942 0.6521449 0.2348179 0.6124654 0.2313977 0.6120126 0.2372477 0.5808734 0.2348179 0.6124654 0.2372477 0.5808734 0.240472 0.5818919 0.2418932 0.6135856 0.2384343 0.612827 0.2434911 0.5852079 0.4174152 0.2500275 0.4234089 0.2389128 0.439567 0.2567504 0.4137858 0.238157 0.423669 0.2253658 0.4234089 0.2389128 0.4234089 0.2389128 0.4332072 0.2235437 0.4423375 0.2424288 0.2435704 0.5747279 0.2397383 0.5666827 0.237726 0.5495836 0.2435704 0.5747279 0.2434911 0.5852079 0.2397383 0.5666827 0.2357525 0.5637577 0.2397383 0.5666827 0.2372477 0.5808734 0.2357525 0.5637577 0.231405 0.5458578 0.237726 0.5495836 0.2435704 0.5747279 0.2464125 0.5868188 0.245397 0.5907524 0.2232119 0.5257956 0.2178804 0.5262777 0.213096 0.5046524 0.2178804 0.5262777 0.2064687 0.5281842 0.2077005 0.506581 0.425584 0.4376817 0.4179844 0.4398945 0.4119514 0.4182616 0.4517796 0.4381651 0.4351444 0.4364132 0.4483917 0.4130339 0.4722989 0.4399155 0.4750891 0.4646481 0.4692037 0.4644427 0.2323611 0.5246465 0.2413719 0.5469739 0.2281085 0.5253365 0.459379 0.9915619 0.4717224 0.9878513 0.4619232 0.9942177 0.2134912 0.743983 0.216275 0.7451255 0.2124729 0.7578818 0.2199327 0.7464007 0.2164584 0.7587882 0.216275 0.7451255 0.2199327 0.7464007 0.2278346 0.720743 0.2314801 0.7222344 0.459597 0.4390919 0.4666287 0.4396824 0.4621371 0.4638548 0.4490119 0.3741661 0.4563075 0.3742104 0.4483917 0.4130339 0.4624596 0.3742138 0.4680402 0.3741967 0.4689878 0.4144824 0.2232119 0.5257956 0.2281085 0.5253365 0.231405 0.5458578 0.4624596 0.3742138 0.4689878 0.4144824 0.4633631 0.4142782 0.2464798 0.614938 0.2464125 0.5868188 0.2481941 0.6153777 0.4029881 0.06068563 0.4210274 0.07057911 0.4036788 0.08123993 0.2435704 0.5747279 0.2445201 0.5686305 0.2464125 0.5868188 0.2323611 0.5246465 0.2362919 0.5238411 0.2413719 0.5469739 0.3689039 0.03283762 0.3869071 0.0437408 0.3665065 0.0396291 0.3869071 0.0437408 0.3689039 0.03283762 0.3891348 0.03810036 0.3505994 0.0215134 0.3523527 0.01398873 0.371028 0.02639734 0.4563075 0.3742104 0.4490119 0.3741661 0.4555838 0.3237183 0.4624533 0.3240736 0.4680402 0.3741967 0.4624596 0.3742138 0.4555838 0.3237183 0.4624596 0.3742138 0.4563075 0.3742104 0.4597358 0.2863337 0.4624533 0.3240736 0.4555838 0.3237183 0.2464798 0.614938 0.2407303 0.651714 0.238457 0.6513124 0.2418932 0.6135856 0.2447299 0.6144023 0.2350319 0.6507641 0.2348179 0.6124654 0.2262979 0.6501134 0.2313977 0.6120126 0.2230468 0.649953 0.2265585 0.6098352 0.2313977 0.6120126 0.2418932 0.6135856 0.2350319 0.6507641 0.2384343 0.612827 0.2348179 0.6124654 0.2384343 0.612827 0.2308478 0.6502907 0.2464798 0.614938 0.2481941 0.6153777 0.2407303 0.651714 0.23699 0.6896139 0.2278346 0.720743 0.2245749 0.7194303 0.2152965 0.7168926 0.2206716 0.6861061 0.2193381 0.7176922 0.2220868 0.7184758 0.2289397 0.6875858 0.2315912 0.6881085 0.2315912 0.6881085 0.2339776 0.6886928 0.2245749 0.7194303 0.2134912 0.743983 0.2104994 0.7430222 0.2152965 0.7168926 0.2053431 0.7421385 0.2017928 0.741514 0.2067776 0.7150746 0.225132 0.6868497 0.2289397 0.6875858 0.2220868 0.7184758 0.2262979 0.6501134 0.2308478 0.6502907 0.225132 0.6868497 0.2407303 0.651714 0.2315912 0.6881085 0.238457 0.6513124 0.2350319 0.6507641 0.238457 0.6513124 0.2289397 0.6875858 0.2350319 0.6507641 0.225132 0.6868497 0.2308478 0.6502907 0.2455915 0.6527811 0.23699 0.6896139 0.2339776 0.6886928 0.2407303 0.651714 0.2427942 0.6521449 0.2315912 0.6881085 0.2263908 0.545403 0.2315617 0.5633857 0.2154365 0.5449896 0.4043079 0.05380195 0.4029881 0.06068563 0.384848 0.05047476 0.425584 0.4376817 0.4351444 0.4364132 0.4272816 0.4601256 0.4517796 0.4381651 0.4543557 0.4628103 0.4374879 0.460037 0.459597 0.4390919 0.4563112 0.4137837 0.4633631 0.4142782 0.2178804 0.5262777 0.2263908 0.545403 0.2154365 0.5449896 0.2232119 0.5257956 0.213096 0.5046524 0.2179251 0.5028139 0.4554201 0.2005171 0.4548802 0.215227 0.4495963 0.2024875 0.4717224 0.9878513 0.4813601 0.9839116 0.4967901 0.9850146 0.4554201 0.2005171 0.4495963 0.2024875 0.4491511 0.1896662 0.4717224 0.9878513 0.4665197 0.9858092 0.4739859 0.9834878 0.4862857 0.9761389 0.4813601 0.9839116 0.4746546 0.9778253 0.4002979 0.2603828 0.4062244 0.2497166 0.4121274 0.2605883 0.4495389 0.2598549 0.439567 0.2567504 0.4509631 0.2446925 0.453069 0.2298843 0.4509631 0.2446925 0.4423375 0.2424288 0.453069 0.2298843 0.4459732 0.2287165 0.4489131 0.2154554 0.4043079 0.05380195 0.4214074 0.06344211 0.4029881 0.06068563 0.3689039 0.03283762 0.3665065 0.0396291 0.3480642 0.02846604 0.4717224 0.9878513 0.459379 0.9915619 0.4665197 0.9858092 0.4406083 0.3241133 0.4484052 0.3236393 0.4490119 0.3741661 0.4323699 0.2873189 0.4406083 0.3241133 0.4254572 0.2907607 0.4503889 0.2842702 0.4555838 0.3237183 0.4484052 0.3236393 0.4323699 0.2873189 0.4402046 0.2827393 0.4484052 0.3236393 0.439567 0.2567504 0.4402046 0.2827393 0.4323699 0.2873188 0.2220868 0.7184758 0.2245749 0.7194303 0.216275 0.7451255 0.4483917 0.4130339 0.4314999 0.4118897 0.440687 0.3738514 0.4332072 0.2235437 0.4234089 0.2389128 0.423669 0.2253658 0.4062244 0.2497166 0.4137858 0.238157 0.4174152 0.2500275 0.440687 0.3738514 0.4216995 0.372276 0.4316209 0.3242914 0.4070428 0.2701489 0.4121274 0.2605883 0.4323699 0.2873189 0.2996772 0.9651136 0.3054862 0.9715677 0.299432 0.9695146 0.2143458 0.7692824 0.2101317 0.7687285 0.2124729 0.7578818 0.4314999 0.4118897 0.4222664 0.4135281 0.4216995 0.372276 0.2002453 0.5298345 0.2154365 0.5449896 0.2097029 0.5442879 0.2002453 0.5298345 0.1907622 0.5163205 0.1963709 0.5115439 0.425584 0.4376817 0.4222664 0.4135281 0.4351444 0.4364132 0.2357525 0.5637577 0.2315617 0.5633857 0.231405 0.5458578 0.4318345 0.9359149 0.4314606 0.9371275 0.42497 0.93793 0.4642553 0.9791893 0.4641895 0.9769622 0.4722635 0.9773166 0.2509241 0.6159065 0.2481941 0.6153777 0.2507734 0.5850684 0.2163819 0.5602864 0.2215452 0.561934 0.2216052 0.5771734 0.2357525 0.5637577 0.2372477 0.5808734 0.2338379 0.5808045 0.7161955 0.08422768 0.7241337 0.08368819 0.7259052 0.09058243 0.7259052 0.09058243 0.7194691 0.09549719 0.7161955 0.08422768 0.6767634 0.3780371 0.6746766 0.3762834 0.696389 0.3433457 0.7214159 0.289111 0.7268458 0.292058 0.6940489 0.3396658 0.7390682 0.2487068 0.7450896 0.2514263 0.7214159 0.289111 0.7473042 0.2118495 0.7527024 0.2151224 0.7390682 0.2487068 0.7459958 0.2057458 0.7489683 0.1999046 0.7495436 0.2068009 0.7489683 0.1999046 0.7535287 0.1944058 0.754159 0.207954 0.73778 0.1338211 0.7429013 0.1258742 0.7535287 0.1944058 0.7327629 0.1412665 0.73778 0.1338211 0.7489683 0.1999046 0.7322968 0.1342779 0.7380509 0.1247173 0.73778 0.1338211 0.7380509 0.1247173 0.7446969 0.1152761 0.7429013 0.1258742 0.7380509 0.1247173 0.7322968 0.1342779 0.7312154 0.1240363 0.7446969 0.1152761 0.7380509 0.1247173 0.7365995 0.1160034 0.7511969 0.08197766 0.756162 0.09029352 0.7421922 0.1028633 0.7564005 0.05890595 0.7680248 0.06760674 0.7511969 0.08197766 0.6313827 0.06023639 0.6304392 0.06211954 0.616767 0.05397957 0.6644178 0.08228981 0.6622786 0.08603787 0.6304392 0.06211954 0.6972795 0.08963853 0.6941 0.09838891 0.6644178 0.08228981 0.7161955 0.08422768 0.7145799 0.097575 0.6972795 0.08963853 0.7235302 0.07911229 0.7241337 0.08368819 0.7173786 0.0783925 0.7312794 0.07858628 0.7307499 0.08308058 0.7235302 0.07911229 0.7630522 0.04647654 0.7727416 0.03399914 0.7827113 0.04233407 0.7573723 0.04322087 0.7613413 0.03150135 0.7630522 0.04647654 0.716605 0.04053372 0.7176086 0.04904824 0.7110533 0.04804414 0.728183 0.0375483 0.727033 0.04633843 0.716605 0.04053372 0.7528285 0.0320574 0.7493143 0.04477995 0.728183 0.0375483 0.7528285 0.0320574 0.7613413 0.03150135 0.7573723 0.04322087 0.8126302 0.3920356 0.816595 0.3931791 0.8289537 0.4613388 0.8096082 0.3108605 0.8121344 0.3120331 0.8126302 0.3920356 0.8078047 0.2589112 0.8100472 0.2601942 0.8096082 0.3108605 0.8067623 0.2321389 0.8084383 0.233401 0.8078047 0.2589112 0.807859 0.2272642 0.8092606 0.2272945 0.8067623 0.2321389 0.8072897 0.2227157 0.809464 0.2223758 0.8092606 0.2272945 0.8072897 0.2227157 0.8066375 0.217743 0.809464 0.2223758 0.8024307 0.2246168 0.8051155 0.2230557 0.8064574 0.227234 0.8001843 0.2203556 0.8038471 0.2190389 0.8051155 0.2230557 0.8008291 0.1646232 0.8045234 0.165763 0.8066375 0.217743 0.7925314 0.1666126 0.7971348 0.1634834 0.8038471 0.2190389 0.7959803 0.158626 0.7971348 0.1634834 0.7921672 0.1592161 0.7935971 0.1479431 0.8006592 0.1446832 0.8017751 0.152484 0.790624 0.1481096 0.7935971 0.1479431 0.7921672 0.1592161 0.7916637 0.1103156 0.7979816 0.1067762 0.8006592 0.1446832 0.7853249 0.114418 0.7916637 0.1103156 0.7935971 0.1479431 0.7879572 0.0778383 0.7937709 0.0759564 0.7979816 0.1067762 0.7824608 0.08357036 0.7879572 0.0778383 0.7916637 0.1103156 0.8899403 0.08473914 0.8820876 0.08047515 0.8894852 0.08002734 0.8967171 0.08004987 0.8992308 0.09123569 0.8945246 0.08964735 0.9487844 0.3231188 0.9503766 0.3207425 0.9761418 0.3536464 0.9160122 0.2780321 0.918975 0.2757737 0.9503766 0.3207425 0.8923774 0.2379179 0.8959954 0.2367459 0.9160122 0.2780321 0.8730064 0.2024104 0.8823684 0.2019071 0.8923774 0.2379179 0.8768967 0.1906349 0.8823101 0.1935188 0.8764629 0.1967766 0.871465 0.1842055 0.8768967 0.1906349 0.8716289 0.1949977 0.8736175 0.124805 0.8781413 0.1253769 0.871465 0.1842055 0.8781413 0.1253769 0.8833273 0.1326636 0.8768967 0.1906349 0.8783305 0.1202291 0.8834574 0.1275311 0.8781413 0.1253769 0.8731223 0.109939 0.8783305 0.1202291 0.8736175 0.124805 0.8811577 0.1139117 0.8828967 0.1185829 0.8783305 0.1202291 0.8795543 0.1088676 0.8811577 0.1139117 0.8731223 0.109939 0.8584762 0.08574855 0.8639509 0.08015972 0.8731223 0.109939 0.9464639 0.07317107 0.944052 0.07011783 0.9711686 0.04824155 0.9192608 0.08937197 0.9152586 0.08177036 0.944052 0.07011783 0.8992308 0.09123569 0.8967171 0.08004987 0.9152586 0.08177036 0.8961388 0.07746976 0.8967171 0.08004987 0.8894852 0.08002734 0.8881224 0.0763517 0.8894852 0.08002734 0.8820876 0.08047515 0.8837354 0.04155021 0.8832512 0.03264731 0.889164 0.03597015 0.8658529 0.03829663 0.862428 0.02896499 0.8832512 0.03264731 0.8390762 0.392306 0.8417669 0.3906615 0.8396705 0.4551258 0.8312128 0.3145109 0.8332315 0.3137325 0.8417669 0.3906615 0.8261525 0.2616425 0.8279293 0.2614214 0.8332315 0.3137325 0.8236318 0.2338454 0.8256827 0.2322747 0.8279293 0.2614214 0.821525 0.2285395 0.8231607 0.2283452 0.8256827 0.2322747 0.821792 0.2243525 0.8235434 0.2244331 0.8231607 0.2283452 0.821306 0.2197643 0.821792 0.2243525 0.8200406 0.224272 0.8235434 0.2244331 0.8255414 0.2269123 0.8231607 0.2283452 0.8234269 0.2203276 0.8261184 0.2225036 0.8235434 0.2244331 0.8215888 0.1635905 0.823696 0.1648598 0.821306 0.2197643 0.823696 0.1648598 0.826799 0.1663723 0.8234269 0.2203276 0.8224102 0.1582754 0.8215888 0.1635905 0.8194815 0.1623212 0.8269465 0.1592057 0.826799 0.1663723 0.823696 0.1648598 0.8252806 0.1479655 0.8270995 0.1481375 0.8269465 0.1592057 0.8239159 0.1483129 0.8252806 0.1479655 0.8224102 0.1582754 0.8243741 0.1033416 0.828076 0.1040694 0.8252806 0.1479655 0.8232491 0.1038377 0.8243741 0.1033416 0.8252806 0.1479655 0.823015 0.07626515 0.8284093 0.07744377 0.8243741 0.1033416 0.820991 0.07633745 0.823015 0.07626515 0.8243741 0.1033416 0.8121575 0.04430294 0.8160802 0.04562652 0.820991 0.07633745 0.754159 0.207954 0.7527024 0.2151224 0.7473042 0.2118495 0.7564005 0.05890595 0.7630522 0.04647654 0.7759693 0.05521619 0.7564005 0.05890595 0.7493143 0.04477995 0.7630522 0.04647654 0.7176086 0.04904824 0.7195273 0.06490629 0.7130058 0.06426602 0.7195273 0.06490629 0.7235302 0.07911229 0.7173786 0.0783925 0.727033 0.04633843 0.7284289 0.06332379 0.7176086 0.04904824 0.7284289 0.06332379 0.7312794 0.07858628 0.7235302 0.07911229 0.8969995 0.05958229 0.8961388 0.07746976 0.8902975 0.05946141 0.8922363 0.04363101 0.8902975 0.05946141 0.8837354 0.04155021 0.8902975 0.05946141 0.8881224 0.0763517 0.8826844 0.05938458 0.7680248 0.06760674 0.7759693 0.05521619 0.7879572 0.0778383 0.7759693 0.05521619 0.7827113 0.04233407 0.7937709 0.0759564 0.7535287 0.1944058 0.7429013 0.1258742 0.7518856 0.1351746 0.756162 0.09029352 0.7680248 0.06760674 0.7684686 0.09573674 0.8055621 0.2576282 0.8070821 0.309688 0.8025893 0.3039331 0.7853249 0.114418 0.790624 0.1481096 0.7795368 0.1194782 0.7824608 0.08357036 0.7853249 0.114418 0.7795368 0.1194782 0.9487844 0.3231188 0.9725572 0.3568108 0.9652853 0.3531288 0.9160122 0.2780321 0.9487844 0.3231188 0.9414801 0.3237257 0.8736175 0.124805 0.871465 0.1842055 0.8648416 0.1771817 0.8439688 0.06353837 0.8584762 0.08574855 0.8461682 0.08280497 0.8417669 0.3906615 0.8332315 0.3137325 0.8534495 0.3770615 0.8269465 0.1592057 0.8270995 0.1481375 0.8312651 0.1567347 0.7680248 0.06760674 0.7824608 0.08357036 0.7684686 0.09573674 0.7214159 0.289111 0.6940489 0.3396658 0.6919307 0.3352598 0.7390682 0.2487068 0.7214159 0.289111 0.7335774 0.2484384 0.7511969 0.08197766 0.7421922 0.1028633 0.7387278 0.08976507 0.616767 0.05397957 0.6304392 0.06211954 0.6187064 0.05729919 0.6941 0.09838891 0.7145799 0.097575 0.7118666 0.1039304 0.7145799 0.097575 0.7194691 0.09549719 0.7202326 0.1001502 0.8823101 0.1935188 0.8833273 0.1326636 0.8883473 0.1444127 0.9192608 0.08937197 0.9464639 0.07317107 0.9219145 0.09333467 0.8992308 0.09123569 0.9192608 0.08937197 0.9023628 0.09579938 0.8833273 0.1326636 0.8834574 0.1275311 0.8883473 0.1444127 0.7493143 0.04477995 0.7564005 0.05890595 0.7452985 0.05209749 0.8810009 0.07676196 0.8820876 0.08047515 0.8784282 0.0807234 0.6313827 0.06023639 0.617145 0.05263143 0.6335142 0.05462735 0.6972795 0.08963853 0.6644178 0.08228981 0.6974929 0.08409905 0.7161955 0.08422768 0.6972795 0.08963853 0.7104794 0.08191913 0.7827113 0.04233407 0.7727416 0.03399914 0.7815735 0.02818638 0.7727416 0.03399914 0.7613413 0.03150135 0.7682918 0.01793664 0.7528285 0.0320574 0.728183 0.0375483 0.728083 0.03100937 0.7613413 0.03150135 0.7528285 0.0320574 0.7536175 0.02429103 0.816595 0.3931791 0.8121344 0.3120331 0.8202564 0.3149285 0.8121344 0.3120331 0.8100472 0.2601942 0.81545 0.2597608 0.8100472 0.2601942 0.8084383 0.233401 0.8126249 0.2330313 0.8084383 0.233401 0.8092606 0.2272945 0.8126249 0.2330313 0.8092606 0.2272945 0.809464 0.2223758 0.8124604 0.2269083 0.8094279 0.2164472 0.8045234 0.165763 0.8121731 0.2166708 0.8017751 0.152484 0.8006592 0.1446832 0.8082683 0.1516224 0.8006592 0.1446832 0.7979816 0.1067762 0.807902 0.1440142 0.7979816 0.1067762 0.7937709 0.0759564 0.8059918 0.1051419 0.9152586 0.08177036 0.8967171 0.08004987 0.9024771 0.07456612 0.8832512 0.03264731 0.862428 0.02896499 0.8841115 0.02578467 0.862428 0.02896499 0.8498291 0.02859348 0.8538633 0.02414971 0.8332696 0.3944861 0.8316355 0.4509736 0.830361 0.4352852 0.8269187 0.3152267 0.8332696 0.3944861 0.8246434 0.3151641 0.8223209 0.2615582 0.8269187 0.3152267 0.8246434 0.3151641 0.8193284 0.2353755 0.8223209 0.2615582 0.8202663 0.2612527 0.8180894 0.2285141 0.8193284 0.2353755 0.817076 0.2353349 0.8180044 0.2244884 0.8180894 0.2285141 0.8162894 0.2282944 0.8168337 0.1651072 0.8175411 0.2182091 0.814186 0.1678932 0.8225513 0.1486603 0.8204361 0.1574715 0.8151636 0.1543794 0.822124 0.1043339 0.8225513 0.1486603 0.8158866 0.1448988 0.8189669 0.07640981 0.822124 0.1043339 0.813082 0.07651394 0.8082348 0.04297935 0.8189669 0.07640981 0.813082 0.07651394 0.8961388 0.07746976 0.8969995 0.05958229 0.9014519 0.07171016 0.8967171 0.08004987 0.8961388 0.07746976 0.9024771 0.07456612 0.809464 0.2223758 0.8094279 0.2164472 0.8121731 0.2166708 0.8175411 0.2182091 0.8180044 0.2244884 0.8159683 0.2247048 0.7937709 0.0759564 0.7827113 0.04233407 0.8020967 0.07497125 0.616767 0.05397957 0.6132951 0.0521897 0.617145 0.05263143 0.617145 0.05263143 0.6138321 0.05055224 0.6177554 0.05123472 0.728083 0.03100937 0.7223616 0.024185 0.748229 0.01544833 0.7682918 0.01793664 0.7536175 0.02429103 0.75593 0.01106095 0.7914629 0.03536576 0.8042296 0.04053235 0.8020967 0.07497125 0.8059918 0.1051419 0.8020967 0.07497125 0.813082 0.07651394 0.807902 0.1440142 0.8059918 0.1051419 0.8169168 0.1059084 0.8082683 0.1516224 0.807902 0.1440142 0.8158866 0.1448988 0.8121731 0.2166708 0.8090273 0.1739907 0.8158971 0.2172172 0.8126353 0.2228754 0.8121731 0.2166708 0.8158971 0.2172172 0.8124604 0.2269083 0.8126353 0.2228754 0.8159683 0.2247048 0.8126249 0.2330313 0.8124604 0.2269083 0.8162894 0.2282944 0.81545 0.2597608 0.8126249 0.2330313 0.817076 0.2353349 0.8202564 0.3149285 0.81545 0.2597608 0.8202663 0.2612527 0.8252483 0.3964349 0.8202564 0.3149285 0.8301538 0.3950217 0.830361 0.4352852 0.8252483 0.3964349 0.8301538 0.3950217 0.8823684 0.2019071 0.8730064 0.2024104 0.8764629 0.1967766 0.8082683 0.1516224 0.8151636 0.1543794 0.8080175 0.1548899 0.8017751 0.152484 0.8082683 0.1516224 0.8080175 0.1548899 0.8084418 0.1573499 0.8080175 0.1548899 0.8131935 0.1571632 0.8047273 0.1589661 0.8034411 0.1568847 0.8084418 0.1573499 0.8060135 0.1610475 0.808866 0.1598099 0.8086448 0.1616733 0.8045234 0.165763 0.8060135 0.1610475 0.8080415 0.1627489 0.8113934 0.1610488 0.814186 0.1678932 0.8097157 0.1627168 0.808866 0.1598099 0.8113934 0.1610488 0.8095371 0.1619638 0.814186 0.1678932 0.8090273 0.1739907 0.8086405 0.1629887 0.8090273 0.1739907 0.8045234 0.165763 0.8086405 0.1629887 0.8097157 0.1627168 0.8086405 0.1629887 0.8090622 0.1624906 0.8047273 0.1589661 0.8060135 0.1610475 0.8008291 0.1646232 0.7971348 0.1634834 0.7959803 0.158626 0.8034411 0.1568847 0.8168337 0.1651072 0.814186 0.1678932 0.8113934 0.1610488 0.8131935 0.1571632 0.8151636 0.1543794 0.8204361 0.1574715 0.83291 0.4666621 0.816595 0.3931791 0.8316355 0.4509736 0.816595 0.3931791 0.8252483 0.3964349 0.830361 0.4352852 0.730756 0.8328732 0.7389691 0.8252238 0.7384112 0.8320857 0.7389691 0.8252238 0.730756 0.8328732 0.7320285 0.8215943 0.6677555 0.5930248 0.6432853 0.5612985 0.6693826 0.5891335 0.7021321 0.6367248 0.6677555 0.5930248 0.7068246 0.6330254 0.725584 0.6723427 0.7021321 0.6367248 0.7308776 0.6687631 0.7394792 0.7061242 0.725584 0.6723427 0.7440879 0.7021193 0.739233 0.7121566 0.7394792 0.7061242 0.7424417 0.7105692 0.7430243 0.7172372 0.7424417 0.7105692 0.746652 0.7087133 0.7431974 0.7820618 0.7430243 0.7172372 0.7482732 0.7217307 0.7371941 0.7757878 0.739233 0.7121566 0.7430243 0.7172372 0.7378959 0.7825256 0.7371941 0.7757878 0.7431974 0.7820618 0.7449485 0.7906951 0.7431974 0.7820618 0.7493823 0.7887971 0.7449485 0.7906951 0.7449941 0.799239 0.7385448 0.7924652 0.7528317 0.7986046 0.7524799 0.8108468 0.7449941 0.799239 0.764488 0.8292783 0.7524799 0.8108468 0.7678569 0.8205375 0.7732312 0.8504167 0.764488 0.8292783 0.7828848 0.8402171 0.6538488 0.8696496 0.6415245 0.8792331 0.6409432 0.8780101 0.6817203 0.8432112 0.6538488 0.8696496 0.6526407 0.8680093 0.7118384 0.8308175 0.6817203 0.8432112 0.7073727 0.8229983 0.730756 0.8328732 0.7118384 0.8308175 0.7270275 0.8204156 0.7385863 0.8365464 0.7328406 0.8382412 0.7384112 0.8320857 0.7460588 0.835777 0.7385863 0.8365464 0.7448171 0.8315799 0.7816098 0.8611735 0.7924892 0.8507249 0.801028 0.8618986 0.7767296 0.8652084 0.7816098 0.8611735 0.7824346 0.8757285 0.7498368 0.8754014 0.7383115 0.8744543 0.7472993 0.8672114 0.7742292 0.8765942 0.7498368 0.8754014 0.7687931 0.8650435 0.7742292 0.8765942 0.7687931 0.8650435 0.7767296 0.8652084 0.7721974 0.5236604 0.7763902 0.4549236 0.7757889 0.5219202 0.7826294 0.6015306 0.7721974 0.5236604 0.784845 0.5999986 0.7894296 0.6513435 0.7826294 0.6015306 0.7913566 0.6497527 0.7928267 0.6770337 0.7894296 0.6513435 0.7942171 0.675556 0.7946714 0.6815003 0.7928267 0.6770337 0.7960025 0.6812416 0.7948749 0.6859294 0.7946714 0.6815003 0.7960025 0.6812416 0.7948749 0.6859294 0.7970032 0.6858968 0.7950686 0.6907761 0.7899315 0.6849141 0.7914362 0.6785115 0.7933404 0.6817589 0.7884891 0.6893441 0.7899315 0.6849141 0.7927466 0.685962 0.7982438 0.7423625 0.7950686 0.6907761 0.8015782 0.7406702 0.7900083 0.7418267 0.7884891 0.6893441 0.7921963 0.6899986 0.7946054 0.7488741 0.790874 0.7489369 0.7949094 0.7440549 0.7940856 0.7594477 0.7946054 0.7488741 0.8011361 0.7537782 0.7912245 0.7597765 0.790874 0.7489369 0.7940856 0.7594477 0.7984136 0.7956308 0.7940856 0.7594477 0.801352 0.761397 0.7916988 0.79276 0.7912245 0.7597765 0.7940856 0.7594477 0.8002064 0.8271958 0.7984136 0.7956308 0.8050163 0.7979686 0.8962848 0.8038927 0.9035134 0.8072511 0.8966237 0.8084586 0.9035134 0.8072511 0.8962848 0.8038927 0.8998493 0.7984625 0.8894361 0.6153725 0.91328 0.5670219 0.9151875 0.5690259 0.8734863 0.6574848 0.8894361 0.6153725 0.8771272 0.6580086 0.8608452 0.6945067 0.8734863 0.6574848 0.8698515 0.6934511 0.8664846 0.7050931 0.8650641 0.6993101 0.8711718 0.7014564 0.8623614 0.7121124 0.860748 0.7017984 0.8664846 0.7050931 0.8741549 0.7683793 0.8623614 0.7121124 0.8783733 0.7670924 0.8783733 0.7670924 0.8664846 0.7050931 0.8821216 0.7592961 0.8793978 0.7719681 0.8783733 0.7670924 0.8830872 0.764167 0.8761212 0.7826308 0.8741549 0.7683793 0.8793978 0.7719681 0.883129 0.7775262 0.8793978 0.7719681 0.8840206 0.7727884 0.8824277 0.7825971 0.8761212 0.7826308 0.883129 0.7775262 0.8661279 0.8080909 0.8761212 0.7826308 0.8722628 0.8125203 0.8559419 0.831641 0.8661279 0.8080909 0.8722628 0.8125203 0.9796958 0.8253602 0.9920399 0.8336142 0.9788951 0.8270046 0.9520593 0.8056493 0.9796958 0.8253602 0.9502612 0.8089551 0.923473 0.7946681 0.9520593 0.8056493 0.9502612 0.8089551 0.9040749 0.7961767 0.923473 0.7946681 0.9209048 0.8025702 0.9033853 0.8098052 0.8959274 0.8121857 0.8966237 0.8084586 0.8959274 0.8121857 0.8890721 0.8129626 0.889499 0.8092451 0.9052154 0.8427001 0.9124137 0.841281 0.9136463 0.8462761 0.8974539 0.8460778 0.9052154 0.8427001 0.9035433 0.8505062 0.8809417 0.8521122 0.8974539 0.8460778 0.8984524 0.8546434 0.7973608 0.5190655 0.7834562 0.4541444 0.7876244 0.4590882 0.8026239 0.5945082 0.7973608 0.5190655 0.8001953 0.5201917 0.8064706 0.6457314 0.8026239 0.5945082 0.8046758 0.5949189 0.8086267 0.6726405 0.8064706 0.6457314 0.8082006 0.6456509 0.8074887 0.6780436 0.8086267 0.6726405 0.8108392 0.6738014 0.8084297 0.6819908 0.8074887 0.6780436 0.8090796 0.6779606 0.808719 0.6864439 0.8067898 0.6873288 0.8067736 0.6823548 0.810086 0.6816268 0.8090796 0.6779606 0.8115839 0.678936 0.8106483 0.6855591 0.810086 0.6816268 0.8128567 0.6830437 0.818201 0.7399424 0.808719 0.6864439 0.8200014 0.738387 0.8200014 0.738387 0.8106483 0.6855591 0.8227109 0.7364361 0.8198557 0.7448741 0.8181059 0.7459641 0.8164005 0.7414978 0.8240269 0.7432432 0.8216056 0.743784 0.8200014 0.738387 0.8242824 0.7542304 0.8216056 0.743784 0.8240269 0.7432432 0.8229246 0.7541231 0.8198557 0.7448741 0.8242824 0.7542304 0.8307367 0.7969142 0.8242824 0.7542304 0.8341457 0.7956132 0.8295828 0.7966257 0.8229246 0.7541231 0.8242824 0.7542304 0.8338816 0.8229461 0.8307367 0.7969142 0.8388301 0.8209381 0.8319404 0.8232091 0.8295828 0.7966257 0.8307367 0.7969142 0.8322959 0.8532885 0.8338816 0.8229461 0.8410045 0.8527608 0.8287738 0.8551934 0.8319404 0.8232091 0.8322959 0.8532885 0.746652 0.7087133 0.7424417 0.7105692 0.7394792 0.7061242 0.7732312 0.8504167 0.7828848 0.8402171 0.7924892 0.8507249 0.7732312 0.8504167 0.7816098 0.8611735 0.7687931 0.8650435 0.737872 0.8661738 0.7317881 0.8682059 0.730989 0.8524233 0.7371003 0.8507435 0.730989 0.8524233 0.7328406 0.8382412 0.7472993 0.8672114 0.737872 0.8661738 0.7458448 0.8507922 0.7458448 0.8507922 0.7371003 0.8507435 0.7385863 0.8365464 0.9124137 0.841281 0.9052154 0.8427001 0.9071394 0.8267143 0.9071394 0.8267143 0.900771 0.8279287 0.9033853 0.8098052 0.9052154 0.8427001 0.8974539 0.8460778 0.900771 0.8279287 0.900771 0.8279287 0.8935267 0.8292505 0.8959274 0.8121857 0.7924892 0.8507249 0.8002064 0.8271958 0.8060567 0.8280364 0.6432853 0.5612985 0.6392616 0.5588664 0.6449865 0.5592846 0.7900083 0.7418267 0.7858556 0.7405658 0.7884891 0.6893441 0.7916988 0.79276 0.7853515 0.7888858 0.7912245 0.7597765 0.8661279 0.8080909 0.8617486 0.7929671 0.8761212 0.7826308 0.8559419 0.831641 0.8548786 0.8129152 0.8661279 0.8080909 0.8001953 0.5201917 0.8135615 0.5312392 0.8046758 0.5949189 0.7914362 0.6785115 0.7850889 0.6857685 0.783604 0.6578839 0.8082006 0.6456509 0.8155507 0.6489862 0.8108392 0.6738014 0.725584 0.6723427 0.7203944 0.6734989 0.7021321 0.6367248 0.739233 0.7121566 0.7346097 0.71155 0.7394792 0.7061242 0.6409432 0.8780101 0.6422474 0.8745278 0.6526407 0.8680093 0.8840206 0.7727884 0.8890563 0.772303 0.883129 0.7775262 0.8830872 0.764167 0.888046 0.7631869 0.8890563 0.772303 0.730756 0.8328732 0.7256861 0.8360111 0.7118384 0.8308175 0.801028 0.8618986 0.8105127 0.8671059 0.8022632 0.875571 0.7928916 0.8714783 0.8022632 0.875571 0.7912837 0.8875186 0.7498368 0.8754014 0.7508137 0.8816506 0.73751 0.8782662 0.7742292 0.8765942 0.7762543 0.8838677 0.7508137 0.8816506 0.7824346 0.8757285 0.7912837 0.8875186 0.7762543 0.8838677 0.7757889 0.5219202 0.7835031 0.5173977 0.7921121 0.5959069 0.784845 0.5999986 0.7921121 0.5959069 0.7965778 0.64928 0.7913566 0.6497527 0.7965778 0.64928 0.7982684 0.6752216 0.7942171 0.675556 0.7982684 0.6752216 0.7960025 0.6812416 0.7960025 0.6812416 0.7991159 0.6810849 0.7970032 0.6858968 0.797941 0.6915537 0.8005209 0.6908904 0.8015782 0.7406702 0.8011361 0.7537782 0.8074668 0.7535348 0.801352 0.761397 0.801352 0.761397 0.8083655 0.7608468 0.8050163 0.7979686 0.8050163 0.7979686 0.8129194 0.7982128 0.8060567 0.8280364 0.9502612 0.8089551 0.94828 0.8143654 0.9209048 0.8025702 0.8984524 0.8546434 0.900398 0.8610436 0.8792077 0.8615687 0.8792077 0.8615687 0.8784984 0.8670193 0.8718336 0.8675635 0.7914686 0.5179399 0.7884109 0.5179404 0.7820047 0.4795268 0.7984134 0.5945301 0.7962548 0.5949627 0.7914686 0.5179399 0.8028324 0.64644 0.800924 0.647068 0.7962548 0.5949627 0.8042737 0.6718877 0.8021333 0.6722958 0.800924 0.647068 0.8042181 0.6786312 0.8025384 0.6791358 0.8021333 0.6722958 0.8047973 0.6824824 0.802821 0.6826101 0.8025384 0.6791358 0.8134198 0.7392765 0.8104391 0.7370553 0.8053854 0.6885438 0.8215669 0.7540159 0.8158312 0.7586941 0.8135872 0.749776 0.8284289 0.7963373 0.8232074 0.7956905 0.8158312 0.7586941 0.8299993 0.8234722 0.8243726 0.824338 0.8284289 0.7963373 0.8252517 0.8570984 0.8218351 0.8600878 0.8243726 0.824338 0.7328406 0.8382412 0.7277272 0.8392893 0.730756 0.8328732 0.9071394 0.8267143 0.9138309 0.8258947 0.9124137 0.841281 0.7970032 0.6858968 0.7999439 0.6849004 0.8005209 0.6908904 0.8053854 0.6885438 0.8039809 0.6897587 0.802821 0.6826101 0.8060567 0.8280364 0.8141543 0.8276099 0.801028 0.8618986 0.6415245 0.8792331 0.6423354 0.8804643 0.6387075 0.8817582 0.73751 0.8782662 0.7508137 0.8816506 0.746479 0.8890935 0.7508137 0.8816506 0.7762543 0.8838677 0.772568 0.8931799 0.7912837 0.8875186 0.7806278 0.8960993 0.7762543 0.8838677 0.8105127 0.8671059 0.8141543 0.8276099 0.8218351 0.8600878 0.8129194 0.7982128 0.8232074 0.7956905 0.8243726 0.824338 0.8083655 0.7608468 0.8158312 0.7586941 0.8232074 0.7956905 0.8074668 0.7535348 0.8135872 0.749776 0.8158312 0.7586941 0.8005209 0.6908904 0.8039809 0.6897587 0.804522 0.7320891 0.7999439 0.6849004 0.802821 0.6826101 0.8039809 0.6897587 0.7991159 0.6810849 0.8025384 0.6791358 0.802821 0.6826101 0.7982684 0.6752216 0.8021333 0.6722958 0.8025384 0.6791358 0.7965778 0.64928 0.800924 0.647068 0.8021333 0.6722958 0.7921121 0.5959069 0.7962548 0.5949627 0.800924 0.647068 0.7835031 0.5173977 0.7884109 0.5179404 0.7921121 0.5959069 0.7820047 0.4795268 0.7884109 0.5179404 0.7835031 0.5173977 0.7914362 0.6785115 0.7899315 0.6849141 0.7850889 0.6857685 0.8108392 0.6738014 0.8146132 0.6783608 0.8115839 0.678936 0.8698515 0.6934511 0.8650641 0.6993101 0.8608452 0.6945067 0.8074668 0.7535348 0.8066918 0.7504614 0.8135872 0.749776 0.8011361 0.7537782 0.8020025 0.7493103 0.8066918 0.7504614 0.8066928 0.748047 0.8100762 0.7457413 0.8112527 0.7474456 0.8028872 0.7471154 0.8066928 0.748047 0.8020025 0.7493103 0.8037719 0.7449206 0.8056114 0.7435144 0.8061775 0.7438926 0.8015782 0.7406702 0.8054259 0.7429663 0.8037719 0.7449206 0.8088997 0.744037 0.8069803 0.7434694 0.8070271 0.7427225 0.806694 0.7456325 0.8061775 0.7438926 0.8069803 0.7434694 0.8104391 0.7370553 0.8070271 0.7427225 0.8059577 0.7426394 0.804522 0.7320891 0.8059577 0.7426394 0.8015782 0.7406702 0.8054259 0.7429663 0.8058323 0.7431454 0.8056114 0.7435144 0.8028872 0.7471154 0.7982438 0.7423625 0.8037719 0.7449206 0.7949094 0.7440549 0.8020025 0.7493103 0.7946054 0.7488741 0.8134198 0.7392765 0.8100762 0.7457413 0.8088997 0.744037 0.8112527 0.7474456 0.8164005 0.7414978 0.8181059 0.7459641 0.779288 0.4492005 0.7806463 0.4643637 0.7757889 0.5219202 0.7757889 0.5219202 0.7820047 0.4795268 0.7835031 0.5173977 0.7914629 0.03536576 0.7815735 0.02818638 0.7915448 0.02743446 0.8042296 0.04053235 0.7914629 0.03536576 0.8041709 0.03087103 0.6260815 0.2530119 0.6337599 0.2539732 0.628093 0.2597752 0.8538633 0.02414971 0.8498291 0.02859348 0.8481371 0.02156007 0.8498291 0.02859348 0.8405447 0.03743988 0.8420227 0.03221321 0.8086405 0.1629887 0.8080415 0.1627489 0.8085949 0.16268 0.8086448 0.1616733 0.8095371 0.1619638 0.8090067 0.1622428 0.8095371 0.1619638 0.8097157 0.1627168 0.8090622 0.1624906 0.8080415 0.1627489 0.8081342 0.162158 0.8084241 0.1624951 0.8081342 0.162158 0.8086448 0.1616733 0.8086448 0.162169 0.7912837 0.8875186 0.7940303 0.9002777 0.7806278 0.8960993 0.4763885 0.2836406 0.47513 0.2761083 0.4682698 0.2815842 0.8105127 0.8671059 0.8118914 0.8746526 0.8022632 0.875571 0.8672595 0.8639893 0.8592246 0.8618195 0.8569583 0.8570796 0.8410045 0.8527608 0.8569583 0.8570796 0.8464624 0.8571843 0.8322959 0.8532885 0.8369209 0.8628306 0.8287738 0.8551934 0.5417613 0.273549 0.5443741 0.2677306 0.536994 0.2652701 0.8059577 0.7426394 0.8059647 0.7429412 0.8054259 0.7429663 0.8070271 0.7427225 0.8064414 0.7430451 0.8059577 0.7426394 0.8061775 0.7438926 0.8060961 0.74342 0.8064289 0.7432905 0.8069803 0.7434694 0.8064289 0.7432905 0.8064414 0.7430451 0.8056114 0.7435144 0.8058684 0.7433192 0.8060961 0.74342 0.1126745 0.014274 0.1137629 0.0117802 0.1180621 0.01386219 0.1126745 0.014274 0.1169106 0.01637005 0.1115474 0.01679182 0.1126745 0.014274 0.1115474 0.01679182 0.1075513 0.0148822 0.1126745 0.014274 0.1087075 0.01243305 0.1137629 0.0117802 0.08867818 0.006789386 0.08879506 0.004102587 0.09303307 0.007100522 0.08867818 0.006789386 0.09303307 0.007100522 0.09255176 0.009495079 0.08867818 0.006789386 0.08861738 0.009405314 0.08483463 0.006980597 0.08867818 0.006789386 0.08483463 0.006980597 0.08469629 0.00416398 0.5830136 0.6306536 0.5842542 0.6309269 0.5814754 0.6355169 0.5830136 0.6306536 0.5814754 0.6355169 0.5803351 0.6350408 0.5830136 0.6306536 0.5814989 0.6302539 0.5844978 0.625931 0.5830136 0.6306536 0.5844978 0.625931 0.5842542 0.6309269 0.5878481 0.6024329 0.5903694 0.6019983 0.5884907 0.6066722 0.5878481 0.6024329 0.5884907 0.6066722 0.5861917 0.6068263 0.5878481 0.6024329 0.5853961 0.6029226 0.5865679 0.5985702 0.5878481 0.6024329 0.5865679 0.5985702 0.5890544 0.5979312 0.6490712 0.4804188 0.6515439 0.480534 0.649146 0.4837309 0.6490712 0.4804188 0.649146 0.4837309 0.646786 0.4834426 0.6490712 0.4804188 0.6465951 0.4803885 0.6488967 0.4771293 0.6490712 0.4804188 0.6488967 0.4771293 0.6514371 0.4768877 0.1670982 0.006649911 0.1668383 0.004123806 0.1726543 0.005208075 0.1670982 0.006649911 0.171529 0.007883667 0.1673039 0.008893609 0.1670982 0.006649911 0.1673039 0.008893609 0.1633216 0.007810473 0.1670982 0.006649911 0.1633216 0.007810473 0.1619203 0.005818843 0.1589494 0.01166623 0.1553138 0.01090401 0.1619203 0.005818843 0.1589494 0.01166623 0.1633216 0.007810473 0.1620053 0.01273298 0.1589494 0.01166623 0.1620053 0.01273298 0.1596217 0.01691019 0.1589494 0.01166623 0.1542794 0.0168696 0.1553138 0.01090401 0.1870231 0.01951324 0.1937983 0.01617002 0.194599 0.01954227 0.1870231 0.01951324 0.1888954 0.02344197 0.1813865 0.02246391 0.1870231 0.01951324 0.1813865 0.02246391 0.1837971 0.0154733 0.1870231 0.01951324 0.1837971 0.0154733 0.1904371 0.01255661 0.1778638 0.01121073 0.1819549 0.008460819 0.1837971 0.0154733 0.1778638 0.01121073 0.1837971 0.0154733 0.1783544 0.01827466 0.1778638 0.01121073 0.1744938 0.01381951 0.171529 0.007883667 0.1778638 0.01121073 0.171529 0.007883667 0.1726543 0.005208075 0.2639611 0.05727523 0.269967 0.05185484 0.2727649 0.05298483 0.2639611 0.05727523 0.2666416 0.05847913 0.2618272 0.0631352 0.2639611 0.05727523 0.2592296 0.06188172 0.260608 0.05602353 0.2639611 0.05727523 0.260608 0.05602353 0.2657674 0.05098813 0.25591 0.05467617 0.2587646 0.05064821 0.260608 0.05602353 0.25591 0.05467617 0.260608 0.05602353 0.2565416 0.06033599 0.25591 0.05467617 0.2536728 0.05820584 0.2508375 0.05648356 0.25591 0.05467617 0.2512285 0.05371206 0.2517689 0.05067169 0.2479251 0.05361008 0.2475908 0.05089521 0.2517689 0.05067169 0.2479251 0.05361008 0.2512285 0.05371206 0.2482495 0.05616152 0.2479251 0.05361008 0.2482495 0.05616152 0.2447459 0.05453515 0.2479251 0.05361008 0.2447459 0.05453515 0.2475908 0.05089521 0.2404369 0.05665206 0.2366285 0.0530439 0.2434656 0.05159419 0.2404369 0.05665206 0.2447459 0.05453515 0.2458206 0.05728667 0.2404369 0.05665206 0.2434625 0.05990606 0.2411397 0.06327253 0.2404369 0.05665206 0.235563 0.05936491 0.2366285 0.0530439 0.679595 0.00875622 0.6789237 0.00368303 0.6826167 0.003534972 0.679595 0.00875622 0.6835156 0.008614599 0.6802573 0.01341521 0.679595 0.00875622 0.6802573 0.01341521 0.6751629 0.009784936 0.679595 0.00875622 0.6751629 0.009784936 0.6744177 0.005179941 0.6697078 0.01258778 0.6682856 0.009374737 0.6751629 0.009784936 0.6697078 0.01258778 0.6751629 0.009784936 0.6759549 0.01404106 0.6697078 0.01258778 0.6710364 0.0155754 0.6668414 0.01766359 0.6697078 0.01258778 0.6649176 0.01602041 0.6627436 0.01426213 0.6624805 0.01893854 0.660008 0.01783704 0.6627436 0.01426213 0.6624805 0.01893854 0.6649176 0.01602041 0.6647099 0.01995104 0.6624805 0.01893854 0.6647099 0.01995104 0.6617576 0.02225482 0.6624805 0.01893854 0.6617576 0.02225482 0.6590084 0.02178275 0.6621102 0.02688199 0.6586747 0.02778255 0.6590084 0.02178275 0.6621102 0.02688199 0.6617576 0.02225482 0.6643173 0.02267622 0.6621102 0.02688199 0.6653384 0.02607768 0.6670665 0.02981728 0.6621102 0.02688199 0.6630005 0.03216463 0.6586747 0.02778255 0.6681523 0.0254659 0.6653384 0.02607768 0.6664977 0.02299636 0.6681523 0.0254659 0.6664977 0.02299636 0.6683787 0.02307063 0.6681523 0.0254659 0.6704158 0.02451336 0.6706122 0.02806478 0.6681523 0.0254659 0.6706122 0.02806478 0.6670665 0.02981728 0.6664532 0.02078568 0.6647099 0.01995104 0.6668414 0.01766359 0.6664532 0.02078568 0.6682646 0.01907664 0.6685881 0.0216338 0.6664532 0.02078568 0.6685881 0.0216338 0.6664977 0.02299636 0.6664532 0.02078568 0.6664977 0.02299636 0.6643173 0.02267622 0.6721777 0.01811224 0.6710364 0.0155754 0.6759549 0.01404106 0.6721777 0.01811224 0.6768407 0.01759958 0.6726554 0.02041167 0.6721777 0.01811224 0.6726554 0.02041167 0.6697122 0.02032262 0.6721777 0.01811224 0.6682646 0.01907664 0.6710364 0.0155754 0.6809017 0.01724576 0.6802573 0.01341521 0.6842516 0.01324361 0.6809017 0.01724576 0.6846618 0.0169714 0.684909 0.02024859 0.6809017 0.01724576 0.6815372 0.02066212 0.6784748 0.02166402 0.6809017 0.01724576 0.6768407 0.01759958 0.6802573 0.01341521 0.2449226 0.06245172 0.2434625 0.05990606 0.2464844 0.05965936 0.2449226 0.06245172 0.2464844 0.05965936 0.2466002 0.06290537 0.2449226 0.06245172 0.2455999 0.06464326 0.2436147 0.06600362 0.2449226 0.06245172 0.2436147 0.06600362 0.2411397 0.06327253 0.2485541 0.05838602 0.2482495 0.05616152 0.2508375 0.05648356 0.2485541 0.05838602 0.2507451 0.05871737 0.2490336 0.06075412 0.2485541 0.05838602 0.2490336 0.06075412 0.2464844 0.05965936 0.2485541 0.05838602 0.2464844 0.05965936 0.2458206 0.05728667 0.2526705 0.06073904 0.2536728 0.05820584 0.2565416 0.06033599 0.2526705 0.06073904 0.2546608 0.06320273 0.251781 0.06250578 0.2526705 0.06073904 0.251781 0.06250578 0.2505702 0.06056088 0.2526705 0.06073904 0.2507451 0.05871737 0.2536728 0.05820584 0.2570468 0.06486034 0.2592296 0.06188172 0.2596305 0.06611484 0.2570468 0.06486034 0.2596305 0.06611484 0.2587426 0.06825619 0.2570468 0.06486034 0.2561383 0.06702494 0.2535306 0.06640934 0.2570468 0.06486034 0.2546608 0.06320273 0.2565416 0.06033599 0.1725656 0.01614588 0.1744938 0.01381951 0.1783544 0.01827466 0.1725656 0.01614588 0.1753064 0.02084547 0.1708928 0.017542 0.1725656 0.01614588 0.1708928 0.017542 0.1694989 0.01407283 0.1725656 0.01614588 0.1698991 0.01217389 0.1744938 0.01381951 0.1780272 0.02462935 0.1813865 0.02246391 0.1807379 0.02795541 0.1780272 0.02462935 0.1807379 0.02795541 0.178284 0.02856916 0.1780272 0.02462935 0.1758066 0.02640223 0.1728995 0.02440595 0.1780272 0.02462935 0.1753064 0.02084547 0.1813865 0.02246391 0.1639019 0.0144087 0.1620053 0.01273298 0.1653195 0.01132351 0.1639019 0.0144087 0.1653195 0.01132351 0.1660992 0.01326334 0.1639019 0.0144087 0.1656571 0.01613664 0.1628162 0.01866096 0.1639019 0.0144087 0.1628162 0.01866096 0.1596217 0.01691019 0.1674011 0.01057249 0.1673039 0.008893609 0.1705589 0.01029402 0.1674011 0.01057249 0.1698991 0.01217389 0.1676446 0.01296758 0.1674011 0.01057249 0.1676446 0.01296758 0.1660992 0.01326334 0.1674011 0.01057249 0.1653195 0.01132351 0.1645217 0.009684562 0.6441123 0.4805279 0.6465951 0.4803885 0.6446234 0.4834854 0.6441123 0.4805279 0.6446234 0.4834854 0.6431677 0.4836629 0.6441123 0.4805279 0.6419739 0.4814993 0.6402741 0.4778209 0.6441123 0.4805279 0.6437754 0.4775457 0.6465951 0.4803885 0.5830829 0.6035225 0.5853961 0.6029226 0.5841608 0.60701 0.5830829 0.6035225 0.5841608 0.60701 0.5825465 0.6074596 0.5830829 0.6035225 0.5809901 0.6049796 0.5779483 0.6013478 0.5830829 0.6035225 0.5816573 0.6002091 0.584097 0.5992994 0.5794361 0.629601 0.5814989 0.6302539 0.5803351 0.6350408 0.5794361 0.629601 0.5784236 0.6341418 0.5770992 0.6288215 0.5794361 0.629601 0.5770992 0.6288215 0.576799 0.6251698 0.5794361 0.629601 0.5806092 0.6251008 0.5814989 0.6302539 0.08866876 0.01187944 0.08861738 0.009405314 0.09224063 0.01157993 0.08866876 0.01187944 0.09224063 0.01157993 0.09212911 0.0132026 0.08866876 0.01187944 0.08940696 0.01415407 0.08533453 0.01605248 0.08866876 0.01187944 0.0853517 0.01240283 0.08861738 0.009405314 0.110343 0.01935756 0.1115474 0.01679182 0.1157395 0.01890611 0.110343 0.01935756 0.114529 0.02149856 0.1132988 0.02411919 0.110343 0.01935756 0.1090998 0.02194732 0.1051915 0.02128344 0.110343 0.01935756 0.1064051 0.01729935 0.1115474 0.01679182 0.6719924 0.02268701 0.6726554 0.02041167 0.6784748 0.02166402 0.6719924 0.02268701 0.6760314 0.02384269 0.6736096 0.02628171 0.6719924 0.02268701 0.6704158 0.02451336 0.6683787 0.02307063 0.6719924 0.02268701 0.6685881 0.0216338 0.6697122 0.02032262 0.2498825 0.06373608 0.251781 0.06250578 0.2535306 0.06640934 0.2498825 0.06373608 0.250916 0.06702494 0.2482979 0.06825619 0.2498825 0.06373608 0.2474794 0.06469815 0.2466002 0.06290537 0.2498825 0.06373608 0.2490336 0.06075412 0.251781 0.06250578 0.1682887 0.01736003 0.1656571 0.01613664 0.1676446 0.01296758 0.1682887 0.01736003 0.1676446 0.01296758 0.1694989 0.01407283 0.1682887 0.01736003 0.1708928 0.017542 0.169133 0.02275109 0.1682887 0.01736003 0.169133 0.02275109 0.1654558 0.02098649 0.1052785 0.01110219 0.1087075 0.01243305 0.1075513 0.0148822 0.1052785 0.01110219 0.1039468 0.01338207 0.1017635 0.009872078 0.1052785 0.01110219 0.1017635 0.009872078 0.1034395 0.007493317 0.1052785 0.01110219 0.1067846 0.008694589 0.1087075 0.01243305 0.09753823 0.008333146 0.1017635 0.009872078 0.1003891 0.01202625 0.09753823 0.008333146 0.09653317 0.01054966 0.09303307 0.007100522 0.09753823 0.008333146 0.09303307 0.007100522 0.09359937 0.004551172 0.09753823 0.008333146 0.09876263 0.005896806 0.1017635 0.009872078 0.08186364 0.007255077 0.08483463 0.006980597 0.08503311 0.009744524 0.08186364 0.007255077 0.08210217 0.009976685 0.07829624 0.00769174 0.08186364 0.007255077 0.07829624 0.00769174 0.07807391 0.004731893 0.08186364 0.007255077 0.08164966 0.004348158 0.08483463 0.006980597 0.07266348 0.008369565 0.07829624 0.00769174 0.07852232 0.01036226 0.07266348 0.008369565 0.07299113 0.01116144 0.06648427 0.01216745 0.07266348 0.008369565 0.06599801 0.009167909 0.07238775 0.005392014 0.07266348 0.008369565 0.07238775 0.005392014 0.07829624 0.00769174 0.08238983 0.01232767 0.0853517 0.01240283 0.08270192 0.01449322 0.08238983 0.01232767 0.08270192 0.01449322 0.07875591 0.01245397 0.08238983 0.01232767 0.07875591 0.01245397 0.08210217 0.009976685 0.08238983 0.01232767 0.08210217 0.009976685 0.08503311 0.009744524 0.07342272 0.01358205 0.07875591 0.01245397 0.0789932 0.01425641 0.07342272 0.01358205 0.07390624 0.0158171 0.06723988 0.01521104 0.07342272 0.01358205 0.06723988 0.01521104 0.07299113 0.01116144 0.07342272 0.01358205 0.07299113 0.01116144 0.07875591 0.01245397 0.1029637 0.01540648 0.1064051 0.01729935 0.1013061 0.01771509 0.1029637 0.01540648 0.1013061 0.01771509 0.09961783 0.01373142 0.1029637 0.01540648 0.09961783 0.01373142 0.1003891 0.01202625 0.1029637 0.01540648 0.1039468 0.01338207 0.1064051 0.01729935 0.09596693 0.01232653 0.09961783 0.01373142 0.09806805 0.01561003 0.09596693 0.01232653 0.09465342 0.01406627 0.09224063 0.01157993 0.09596693 0.01232653 0.09224063 0.01157993 0.09255176 0.009495079 0.09596693 0.01232653 0.09653317 0.01054966 0.09961783 0.01373142 0.09795075 0.02084773 0.1018646 0.0236355 0.09882837 0.02749544 0.09795075 0.02084773 0.0937466 0.0243923 0.09435778 0.01828473 0.09795075 0.02084773 0.09435778 0.01828473 0.09806805 0.01561003 0.09795075 0.02084773 0.1013061 0.01771509 0.1051915 0.02128344 0.09140658 0.01617133 0.09435778 0.01828473 0.08956736 0.02135741 0.09140658 0.01617133 0.08719319 0.01845902 0.08533453 0.01605248 0.09140658 0.01617133 0.08940696 0.01415407 0.09212911 0.0132026 0.09140658 0.01617133 0.09465342 0.01406627 0.09435778 0.01828473 0.585874 0.6214897 0.5844978 0.625931 0.5839204 0.6210598 0.585874 0.6214897 0.5839204 0.6210598 0.5850555 0.6164757 0.585874 0.6214897 0.587092 0.6168985 0.5878961 0.6219453 0.585874 0.6214897 0.5878961 0.6219453 0.5861768 0.6262542 0.5881015 0.6117267 0.587092 0.6168985 0.5850555 0.6164757 0.5881015 0.6117267 0.5859453 0.6115376 0.5884907 0.6066722 0.5881015 0.6117267 0.5884907 0.6066722 0.5904707 0.6119539 0.5881015 0.6117267 0.5904707 0.6119539 0.5893486 0.617384 0.5850447 0.5946452 0.5865679 0.5985702 0.584097 0.5992994 0.5850447 0.5946452 0.5828326 0.5954297 0.581462 0.5906803 0.5850447 0.5946452 0.5833048 0.5899671 0.5850506 0.5893012 0.5850447 0.5946452 0.5872262 0.593912 0.5865679 0.5985702 0.5813744 0.583845 0.5833048 0.5899671 0.5798445 0.5844182 0.5813744 0.583845 0.5798445 0.5844182 0.5781035 0.5773998 0.5813744 0.583845 0.5793488 0.5770007 0.5802459 0.5770007 0.5813744 0.583845 0.5826936 0.5834589 0.5850506 0.5893012 0.5805591 0.5963167 0.5816573 0.6002091 0.5782551 0.5972551 0.5805591 0.5963167 0.5782551 0.5972551 0.5772922 0.592343 0.5805591 0.5963167 0.5794256 0.591488 0.5828326 0.5954297 0.5805591 0.5963167 0.5828326 0.5954297 0.584097 0.5992994 0.5778934 0.5853659 0.5794256 0.591488 0.5772922 0.592343 0.5778934 0.5853659 0.5757317 0.5865008 0.5738723 0.5801933 0.5778934 0.5853659 0.576162 0.578597 0.5798445 0.5844182 0.5778934 0.5853659 0.5798445 0.5844182 0.581462 0.5906803 0.5821036 0.6206818 0.5806092 0.6251008 0.576799 0.6251698 0.5821036 0.6206818 0.5796425 0.6196527 0.5834591 0.6161784 0.5821036 0.6206818 0.5834591 0.6161784 0.5850555 0.6164757 0.5821036 0.6206818 0.5839204 0.6210598 0.5826862 0.6255618 0.5842155 0.6114248 0.5834591 0.6161784 0.5812858 0.6150865 0.5842155 0.6114248 0.5822031 0.6105416 0.5841608 0.60701 0.5842155 0.6114248 0.5841608 0.60701 0.5861917 0.6068263 0.5842155 0.6114248 0.5859453 0.6115376 0.5834591 0.6161784 0.5757561 0.6172695 0.5739528 0.6226339 0.5698336 0.6206558 0.5757561 0.6172695 0.571157 0.6142092 0.5775186 0.6122801 0.5757561 0.6172695 0.5775186 0.6122801 0.5812858 0.6150865 0.5757561 0.6172695 0.5796425 0.6196527 0.576799 0.6251698 0.5791993 0.6080412 0.5775186 0.6122801 0.5729544 0.6086166 0.5791993 0.6080412 0.5756998 0.6047322 0.5779483 0.6013478 0.5791993 0.6080412 0.5809901 0.6049796 0.5825465 0.6074596 0.5791993 0.6080412 0.5822031 0.6105416 0.5775186 0.6122801 0.6288688 0.4327928 0.6317911 0.4327594 0.6289516 0.4369261 0.6288688 0.4327928 0.6289516 0.4369261 0.6259514 0.436936 0.6288688 0.4327928 0.6258639 0.4328417 0.6251456 0.4290118 0.6288688 0.4327928 0.6291537 0.4287902 0.6317911 0.4327594 0.634548 0.4327571 0.6372222 0.4327704 0.637241 0.4369359 0.634548 0.4327571 0.6345964 0.4369261 0.6318629 0.4369211 0.634548 0.4327571 0.6317911 0.4327594 0.6318599 0.4287518 0.634548 0.4327571 0.6345589 0.4287741 0.6372544 0.4288266 0.6313284 0.4117789 0.6296681 0.4126377 0.62826 0.4088001 0.6313284 0.4117789 0.630969 0.4086647 0.6332613 0.4116864 0.6313284 0.4117789 0.6332613 0.4116864 0.6317632 0.4149194 0.6313284 0.4117789 0.6317632 0.4149194 0.630641 0.4149765 0.6354802 0.411665 0.6356272 0.4151351 0.6334752 0.4149512 0.6354802 0.411665 0.6332613 0.4116864 0.6351693 0.4082491 0.6354802 0.411665 0.6351693 0.4082491 0.6375831 0.4080092 0.6354802 0.411665 0.637842 0.4116792 0.6356272 0.4151351 0.6481699 0.5008959 0.6481636 0.4970026 0.6508671 0.4970519 0.6481699 0.5008959 0.6508665 0.5008942 0.6482642 0.5049572 0.6481699 0.5008959 0.6482642 0.5049572 0.6456691 0.5049518 0.6481699 0.5008959 0.6455699 0.5009005 0.6455953 0.496974 0.6431628 0.5009105 0.6432973 0.4969872 0.6455699 0.5009005 0.6431628 0.5009105 0.6455699 0.5009005 0.6432532 0.5049572 0.6431628 0.5009105 0.6432532 0.5049572 0.640927 0.5049679 0.6431628 0.5009105 0.6408522 0.5009233 0.6399856 0.4972487 0.6282673 0.4149578 0.6296681 0.4126377 0.630641 0.4149765 0.6282673 0.4149578 0.6303522 0.4173631 0.6268351 0.4182084 0.6282673 0.4149578 0.6268351 0.4182084 0.6234378 0.4148746 0.6282673 0.4149578 0.6258484 0.4117459 0.62826 0.4088001 0.625081 0.4218594 0.6268351 0.4182084 0.6296416 0.4207034 0.625081 0.4218594 0.6279933 0.4242766 0.6231658 0.4257104 0.625081 0.4218594 0.6231658 0.4257104 0.6205552 0.4226734 0.625081 0.4218594 0.6218027 0.4186199 0.6268351 0.4182084 0.6311892 0.4055074 0.630969 0.4086647 0.629898 0.4056036 0.6311892 0.4055074 0.629898 0.4056036 0.6312546 0.4022813 0.6311892 0.4055074 0.6312546 0.4022813 0.6327745 0.4053516 0.6311892 0.4055074 0.6327745 0.4053516 0.6329123 0.4084729 0.6304306 0.3989603 0.6312546 0.4022813 0.6302285 0.4022718 0.6304306 0.3989603 0.6287178 0.3989201 0.6291621 0.395592 0.6304306 0.3989603 0.6291621 0.395592 0.6319434 0.3956118 0.6304306 0.3989603 0.6323429 0.3989441 0.6312546 0.4022813 0.6301739 0.425049 0.6291537 0.4287902 0.6279933 0.4242766 0.6301739 0.425049 0.6279933 0.4242766 0.6312666 0.4215204 0.6301739 0.425049 0.6312666 0.4215204 0.6322099 0.4250525 0.6301739 0.425049 0.6322099 0.4250525 0.6318599 0.4287518 0.6317695 0.4181551 0.6312666 0.4215204 0.6296416 0.4207034 0.6317695 0.4181551 0.6303522 0.4173631 0.6317632 0.4149194 0.6317695 0.4181551 0.6317632 0.4149194 0.6334752 0.4149512 0.6317695 0.4181551 0.633208 0.4182267 0.6312666 0.4215204 0.6346886 0.4251629 0.6345589 0.4287741 0.6322099 0.4250525 0.6346886 0.4251629 0.6322099 0.4250525 0.6327047 0.4215735 0.6346886 0.4251629 0.6349502 0.421777 0.6375995 0.4220557 0.6346886 0.4251629 0.6373888 0.4253266 0.6372544 0.4288266 0.6353567 0.4184701 0.6349502 0.421777 0.6327047 0.4215735 0.6353567 0.4184701 0.633208 0.4182267 0.6356272 0.4151351 0.6353567 0.4184701 0.6356272 0.4151351 0.6379991 0.4153951 0.6353567 0.4184701 0.6378605 0.4187995 0.6349502 0.421777 0.6349483 0.4050769 0.6351693 0.4082491 0.6327745 0.4053516 0.6349483 0.4050769 0.6327745 0.4053516 0.6326506 0.4022122 0.6349483 0.4050769 0.6347867 0.4019862 0.6374163 0.4047425 0.6349483 0.4050769 0.6374163 0.4047425 0.6375831 0.4080092 0.6346541 0.3988152 0.6347867 0.4019862 0.6323429 0.3989441 0.6346541 0.3988152 0.6323429 0.3989441 0.6345358 0.3956039 0.6346541 0.3988152 0.6345358 0.3956039 0.6371646 0.3986297 0.6346541 0.3988152 0.6371646 0.3986297 0.6372929 0.4016817 0.648805 0.4740048 0.6488967 0.4771293 0.646341 0.4742812 0.648805 0.4740048 0.646341 0.4742812 0.6463759 0.4710737 0.648805 0.4740048 0.6487514 0.4708818 0.6514146 0.4736352 0.648805 0.4740048 0.6514146 0.4736352 0.6514371 0.4768877 0.6486914 0.4675963 0.6487514 0.4708818 0.6462473 0.4676356 0.6486914 0.4675963 0.6462473 0.4676356 0.6486281 0.4642297 0.6486914 0.4675963 0.6486281 0.4642297 0.6513704 0.4674912 0.6486914 0.4675963 0.6513704 0.4674912 0.6514135 0.4705713 0.648333 0.4934449 0.6481636 0.4970026 0.6458699 0.4932976 0.648333 0.4934449 0.6458699 0.4932976 0.6486131 0.4901196 0.648333 0.4934449 0.6486131 0.4901196 0.6512723 0.4905432 0.648333 0.4934449 0.6510338 0.4936726 0.6508671 0.4970519 0.6489387 0.486923 0.6486131 0.4901196 0.6462564 0.4898412 0.6489387 0.486923 0.6466174 0.4865748 0.649146 0.4837309 0.6489387 0.486923 0.649146 0.4837309 0.6516045 0.4841848 0.6489387 0.486923 0.6514883 0.4874509 0.6486131 0.4901196 0.6438819 0.4933111 0.6432973 0.4969872 0.6416576 0.4927169 0.6438819 0.4933111 0.6416576 0.4927169 0.6445044 0.4898536 0.6438819 0.4933111 0.6445044 0.4898536 0.6458699 0.4932976 0.6438819 0.4933111 0.6458699 0.4932976 0.6455953 0.496974 0.6447529 0.4865862 0.6445044 0.4898536 0.6425216 0.4892858 0.6447529 0.4865862 0.6428793 0.4860265 0.6446234 0.4834854 0.6447529 0.4865862 0.6446234 0.4834854 0.646786 0.4834426 0.6447529 0.4865862 0.6466174 0.4865748 0.6445044 0.4898536 0.6441684 0.474371 0.6437754 0.4775457 0.6402741 0.4778209 0.6441684 0.474371 0.6421415 0.4743676 0.6445736 0.4710287 0.6441684 0.474371 0.6445736 0.4710287 0.646341 0.4742812 0.6441684 0.474371 0.646341 0.4742812 0.6463462 0.4773542 0.6442731 0.4675434 0.6445736 0.4710287 0.643058 0.4708653 0.6442731 0.4675434 0.6425338 0.4673855 0.6436197 0.4639867 0.6442731 0.4675434 0.6436197 0.4639867 0.6460369 0.4640823 0.6442731 0.4675434 0.6462473 0.4676356 0.6445736 0.4710287 0.6405308 0.4839652 0.6419739 0.4814993 0.6431677 0.4836629 0.6405308 0.4839652 0.6428793 0.4860265 0.6394719 0.487267 0.6405308 0.4839652 0.6394719 0.487267 0.6358889 0.4845226 0.6405308 0.4839652 0.6379452 0.4811531 0.6419739 0.4814993 0.6384854 0.4907463 0.6394719 0.487267 0.6425216 0.4892858 0.6384854 0.4907463 0.6416576 0.4927169 0.6375352 0.4943144 0.6384854 0.4907463 0.6375352 0.4943144 0.6342929 0.4917502 0.6384854 0.4907463 0.6348392 0.4880875 0.6394719 0.487267 0.3402685 0.01205843 0.3435618 0.0150063 0.3386462 0.0176323 0.3402685 0.01205843 0.336095 0.01456242 0.3367737 0.009117841 0.3402685 0.01205843 0.3367737 0.009117841 0.3393074 0.006957352 0.3402685 0.01205843 0.3434143 0.009629666 0.3435618 0.0150063 0.3183929 0.01763546 0.3166325 0.02079439 0.3143973 0.01475328 0.3183929 0.01763546 0.3143973 0.01475328 0.3203569 0.01424384 0.3183929 0.01763546 0.3203569 0.01424384 0.3233694 0.01868647 0.3183929 0.01763546 0.3233694 0.01868647 0.3228695 0.02225589 0.329866 0.01721698 0.3309781 0.02062535 0.3228695 0.02225589 0.329866 0.01721698 0.3233694 0.01868647 0.3239886 0.01487326 0.329866 0.01721698 0.3288155 0.01356118 0.3335173 0.0113089 0.329866 0.01721698 0.336095 0.01456242 0.3309781 0.02062535 0.3108433 0.01072931 0.3072219 0.01230239 0.30751 0.00613439 0.3108433 0.01072931 0.30751 0.00613439 0.3119415 0.005305647 0.3108433 0.01072931 0.3146321 0.008974611 0.3143973 0.01475328 0.3108433 0.01072931 0.3143973 0.01475328 0.3116291 0.01716768 0.2153875 0.03767758 0.2210045 0.04046654 0.2177696 0.04395347 0.2153875 0.03767758 0.2126606 0.0410397 0.2107468 0.03516292 0.2153875 0.03767758 0.2107468 0.03516292 0.21678 0.03424447 0.2153875 0.03767758 0.21678 0.03424447 0.2220601 0.03695911 0.190768 0.04047793 0.1873981 0.04286092 0.1866008 0.03526586 0.190768 0.04047793 0.1866008 0.03526586 0.1908751 0.03343021 0.190768 0.04047793 0.1935927 0.038221 0.1961607 0.04198664 0.190768 0.04047793 0.1945933 0.04460185 0.1873981 0.04286092 0.1977348 0.04654932 0.1969011 0.04968333 0.1927743 0.04740691 0.1977348 0.04654932 0.1945933 0.04460185 0.1984293 0.043702 0.1977348 0.04654932 0.1984293 0.043702 0.2015171 0.0464065 0.1977348 0.04654932 0.2015171 0.0464065 0.2019708 0.04968315 0.2072647 0.04425966 0.210176 0.0473994 0.2019708 0.04968315 0.2072647 0.04425966 0.2015171 0.0464065 0.2048876 0.04134094 0.2072647 0.04425966 0.2048876 0.04134094 0.208522 0.03827083 0.2072647 0.04425966 0.2126606 0.0410397 0.210176 0.0473994 0.4327471 0.03726434 0.436591 0.04128062 0.4329752 0.0433495 0.4327471 0.03726434 0.4292873 0.03941899 0.4297309 0.03369361 0.4327471 0.03726434 0.4297309 0.03369361 0.4354468 0.03484296 0.4327471 0.03726434 0.4354468 0.03484296 0.4388357 0.03869271 0.4072323 0.03751951 0.4044823 0.0401476 0.4018503 0.03387558 0.4072323 0.03751951 0.4018503 0.03387558 0.4052361 0.03133833 0.4072323 0.03751951 0.4094403 0.03502893 0.4120128 0.0404064 0.4072323 0.03751951 0.4120128 0.0404064 0.4106996 0.04297715 0.4155904 0.04177922 0.4152184 0.0443089 0.4120128 0.0404064 0.4155904 0.04177922 0.4120128 0.0404064 0.4159779 0.03932571 0.4155904 0.04177922 0.4159779 0.03932571 0.4188027 0.03926479 0.4155904 0.04177922 0.4192577 0.04190236 0.4152184 0.0443089 0.424307 0.0410403 0.4266172 0.04438018 0.4199028 0.04461812 0.424307 0.0410403 0.4192577 0.04190236 0.4226103 0.03786993 0.424307 0.0410403 0.4226103 0.03786993 0.4265399 0.03579491 0.424307 0.0410403 0.4292873 0.03941899 0.4266172 0.04438018 0.9323379 0.0146718 0.9346905 0.01726776 0.9310763 0.01930314 0.9323379 0.0146718 0.9288168 0.01657599 0.9301543 0.01172184 0.9323379 0.0146718 0.9301543 0.01172184 0.9353076 0.01226365 0.9323379 0.0146718 0.9353076 0.01226365 0.9373791 0.01463329 0.9084249 0.01409804 0.9066282 0.01621609 0.9036555 0.01170957 0.9084249 0.01409804 0.9036555 0.01170957 0.9058725 0.009522438 0.9084249 0.01409804 0.9100357 0.01178789 0.9127299 0.01606172 0.9084249 0.01409804 0.9127299 0.01606172 0.911628 0.01850187 0.9161059 0.01717561 0.9156646 0.01970964 0.9127299 0.01606172 0.9161059 0.01717561 0.9127299 0.01606172 0.9137361 0.01366174 0.9161059 0.01717561 0.9165105 0.01475256 0.9192897 0.01507025 0.9161059 0.01717561 0.9195834 0.01759433 0.9156646 0.01970964 0.9241928 0.01747232 0.9256108 0.02014034 0.9199287 0.02015167 0.9241928 0.01747232 0.9195834 0.01759433 0.9230046 0.01462495 0.9241928 0.01747232 0.9230046 0.01462495 0.9268834 0.01348572 0.9241928 0.01747232 0.9288168 0.01657599 0.9256108 0.02014034 0.7221495 0.01212257 0.7259624 0.01514232 0.7222997 0.01769447 0.7221495 0.01212257 0.7186828 0.01460009 0.7188379 0.009108185 0.7221495 0.01212257 0.7188379 0.009108185 0.7248837 0.009042501 0.7221495 0.01212257 0.7248837 0.009042501 0.7282978 0.01183116 0.6966663 0.01223289 0.6940853 0.01416045 0.6916059 0.009302198 0.6966663 0.01223289 0.6916059 0.009302198 0.6949442 0.007552802 0.6966663 0.01223289 0.6988525 0.01020503 0.7012565 0.01460325 0.6966663 0.01223289 0.7012565 0.01460325 0.6999411 0.01696687 0.7049064 0.01585298 0.7044708 0.01834303 0.7012565 0.01460325 0.7049064 0.01585298 0.7012565 0.01460325 0.7024144 0.01236766 0.7049064 0.01585298 0.7052836 0.01355111 0.708203 0.01376575 0.7049064 0.01585298 0.7087075 0.01620262 0.7044708 0.01834303 0.7137508 0.01587253 0.7159823 0.01872873 0.7092821 0.01876997 0.7137508 0.01587253 0.7087075 0.01620262 0.7119157 0.0130217 0.7137508 0.01587253 0.7119157 0.0130217 0.7157009 0.01143163 0.7137508 0.01587253 0.7186828 0.01460009 0.7159823 0.01872873 0.6261661 0.03896528 0.6257202 0.04263108 0.6224784 0.03859239 0.6261661 0.03896528 0.6224784 0.03859239 0.6232239 0.03483545 0.6261661 0.03896528 0.626696 0.03516578 0.629644 0.038558 0.6261661 0.03896528 0.629644 0.038558 0.6295364 0.04191595 0.6118096 0.03158175 0.609595 0.03355574 0.6073724 0.03077203 0.6118096 0.03158175 0.6097773 0.02901989 0.6138502 0.0297302 0.6118096 0.03158175 0.6138502 0.0297302 0.614572 0.034033 0.6118096 0.03158175 0.614572 0.034033 0.609595 0.03355574 0.618371 0.03665912 0.6169638 0.03979712 0.6126515 0.03646224 0.618371 0.03665912 0.614572 0.034033 0.6196442 0.03357559 0.618371 0.03665912 0.6196442 0.03357559 0.6232239 0.03483545 0.618371 0.03665912 0.6224784 0.03859239 0.6169638 0.03979712 0.02841168 0.0260421 0.02829778 0.02964293 0.02388954 0.02933496 0.02841168 0.0260421 0.02449953 0.02548652 0.02857631 0.02278941 0.02841168 0.0260421 0.02857631 0.02278941 0.03192698 0.02276742 0.02841168 0.0260421 0.03214079 0.02588301 0.02829778 0.02964293 0.05388545 0.02276843 0.05372595 0.02664619 0.04924327 0.02686876 0.05388545 0.02276843 0.04931062 0.02311873 0.04930925 0.01983177 0.05388545 0.02276843 0.05388557 0.01933598 0.05851358 0.01877403 0.05388545 0.02276843 0.05854463 0.02241998 0.05372595 0.02664619 0.4395908 0.01995313 0.4396952 0.02279245 0.4362986 0.01957935 0.4395908 0.01995313 0.4362986 0.01957935 0.4369461 0.01686811 0.4395908 0.01995313 0.4395094 0.01740056 0.4419482 0.01730555 0.4395908 0.01995313 0.4427953 0.01972776 0.4396952 0.02279245 0.4570006 0.01172661 0.4589655 0.01463472 0.4539507 0.01427996 0.4570006 0.01172661 0.4539507 0.01427996 0.4524669 0.01160633 0.4570006 0.01172661 0.4550153 0.009126305 0.4574275 0.00631392 0.4570006 0.01172661 0.4601112 0.008782804 0.4589655 0.01463472 0.391672 0.02174717 0.3912108 0.02442944 0.3870706 0.02319282 0.391672 0.02174717 0.3881391 0.0204097 0.392092 0.01927769 0.391672 0.02174717 0.392092 0.01927769 0.395049 0.01956272 0.391672 0.02174717 0.395282 0.02202254 0.3912108 0.02442944 0.4132173 0.01269972 0.4111701 0.01042699 0.415571 0.01003098 0.4132173 0.01269972 0.415571 0.01003098 0.4152855 0.01507258 0.4132173 0.01269972 0.4152855 0.01507258 0.410465 0.01518642 0.4132173 0.01269972 0.410465 0.01518642 0.408788 0.01276034 0.4091649 0.008354663 0.4104633 0.006264388 0.4130859 0.00793308 0.4091649 0.008354663 0.4111701 0.01042699 0.4072701 0.01046073 0.4091649 0.008354663 0.4072701 0.01046073 0.4064013 0.007404804 0.4091649 0.008354663 0.4071806 0.006382465 0.4104633 0.006264388 0.3924293 0.01723372 0.3947165 0.01749348 0.392092 0.01927769 0.3924293 0.01723372 0.392092 0.01927769 0.3891612 0.01792925 0.3924293 0.01723372 0.3900905 0.01605421 0.3933279 0.01545876 0.3924293 0.01723372 0.3933279 0.01545876 0.3947855 0.01600122 0.4529893 0.00714153 0.4547333 0.004860281 0.4574275 0.00631392 0.4529893 0.00714153 0.4550153 0.009126305 0.4509675 0.009305775 0.4529893 0.00714153 0.4509675 0.009305775 0.4498392 0.006308197 0.4529893 0.00714153 0.4509429 0.005464553 0.4547333 0.004860281 0.4394744 0.0154215 0.4413561 0.01540875 0.4395094 0.01740056 0.4394744 0.0154215 0.4395094 0.01740056 0.4369461 0.01686811 0.4394744 0.0154215 0.4373979 0.01487493 0.4399501 0.01371335 0.4394744 0.0154215 0.4399501 0.01371335 0.4412246 0.01409322 0.05356705 0.01679396 0.05792546 0.01612371 0.05388557 0.01933598 0.05356705 0.01679396 0.05388557 0.01933598 0.04917037 0.01747101 0.05356705 0.01679396 0.04917037 0.01747101 0.04962146 0.01423102 0.05356705 0.01679396 0.05308908 0.01469719 0.05792546 0.01612371 0.02884244 0.02023303 0.03198736 0.02053362 0.03192698 0.02276742 0.02884244 0.02023303 0.02857631 0.02278941 0.0254172 0.01934456 0.02884244 0.02023303 0.0254172 0.01934456 0.02618229 0.01608747 0.02884244 0.02023303 0.03014975 0.01816928 0.03198736 0.02053362 0.6206492 0.03060102 0.6237496 0.03094017 0.6232239 0.03483545 0.6206492 0.03060102 0.6196442 0.03357559 0.6179583 0.02976697 0.6206492 0.03060102 0.6179583 0.02976697 0.6186463 0.02810662 0.6206492 0.03060102 0.6206272 0.02780359 0.6237496 0.03094017 0.6155429 0.02812355 0.6179583 0.02976697 0.6163789 0.03175187 0.6155429 0.02812355 0.6138502 0.0297302 0.6120054 0.02737909 0.6155429 0.02812355 0.6138799 0.0259611 0.615633 0.02533525 0.6155429 0.02812355 0.6171212 0.02666336 0.6179583 0.02976697 0.6273935 0.03109878 0.6313091 0.03116708 0.6301142 0.03503125 0.6273935 0.03109878 0.626696 0.03516578 0.6237496 0.03094017 0.6273935 0.03109878 0.6237496 0.03094017 0.6239294 0.02602124 0.6273935 0.03109878 0.6281748 0.02689802 0.6328665 0.02713423 0.7108736 0.01018154 0.7139896 0.008115053 0.7157009 0.01143163 0.7108736 0.01018154 0.7119157 0.0130217 0.707839 0.01158976 0.7108736 0.01018154 0.707839 0.01158976 0.7080194 0.009704351 0.7108736 0.01018154 0.7100502 0.007846355 0.7139896 0.008115053 0.7055438 0.01162552 0.707839 0.01158976 0.7052836 0.01355111 0.7055438 0.01162552 0.7052836 0.01355111 0.7024144 0.01236766 0.7055438 0.01162552 0.7032575 0.01038801 0.7064766 0.009477972 0.7055438 0.01162552 0.7064766 0.009477972 0.707839 0.01158976 0.7002493 0.007976531 0.7032575 0.01038801 0.6988525 0.01020503 0.7002493 0.007976531 0.6988525 0.01020503 0.6949442 0.007552802 0.7002493 0.007976531 0.6968802 0.00497806 0.7012514 0.005647838 0.7002493 0.007976531 0.7012514 0.005647838 0.7043853 0.007482945 0.7165291 0.006104648 0.7187802 0.004122257 0.7188379 0.009108185 0.7165291 0.006104648 0.7188379 0.009108185 0.7139896 0.008115053 0.7165291 0.006104648 0.7139896 0.008115053 0.7133558 0.00367093 0.7165291 0.006104648 0.7147216 0.003106534 0.7160909 0.001990675 0.9222758 0.01141875 0.9256023 0.009669303 0.9268834 0.01348572 0.9222758 0.01141875 0.9230046 0.01462495 0.9190989 0.01261264 0.9222758 0.01141875 0.9190989 0.01261264 0.9194102 0.01050651 0.9222758 0.01141875 0.921575 0.008651256 0.9256023 0.009669303 0.9168415 0.01255124 0.9190989 0.01261264 0.9165105 0.01475256 0.9168415 0.01255124 0.9165105 0.01475256 0.9137361 0.01366174 0.9168415 0.01255124 0.9145509 0.01134222 0.9178958 0.01014822 0.9168415 0.01255124 0.9178958 0.01014822 0.9190989 0.01261264 0.9112748 0.009093284 0.9145509 0.01134222 0.9100357 0.01178789 0.9112748 0.009093284 0.9100357 0.01178789 0.9058725 0.009522438 0.9112748 0.009093284 0.9075059 0.00632435 0.912328 0.006206512 0.9112748 0.009093284 0.912328 0.006206512 0.9157772 0.00799936 0.9283085 0.008064031 0.9307046 0.006530821 0.9301543 0.01172184 0.9283085 0.008064031 0.9301543 0.01172184 0.9256023 0.009669303 0.9283085 0.008064031 0.9256023 0.009669303 0.9251543 0.004426181 0.9283085 0.008064031 0.9266318 0.004052221 0.9281732 0.003167629 0.4221403 0.03503841 0.4256736 0.03278356 0.4265399 0.03579491 0.4221403 0.03503841 0.4226103 0.03786993 0.4187283 0.03678369 0.4221403 0.03503841 0.4187283 0.03678369 0.4193531 0.03478258 0.4221403 0.03503841 0.4219365 0.03283673 0.4256736 0.03278356 0.4163961 0.03702467 0.4187283 0.03678369 0.4188027 0.03926479 0.4163961 0.03702467 0.4159779 0.03932571 0.4131767 0.03794848 0.4163961 0.03702467 0.4140419 0.03571629 0.4177734 0.03454512 0.4163961 0.03702467 0.4177734 0.03454512 0.4187283 0.03678369 0.4105643 0.03281354 0.4140419 0.03571629 0.4094403 0.03502893 0.4105643 0.03281354 0.4094403 0.03502893 0.4052361 0.03133833 0.4105643 0.03281354 0.4065248 0.02911359 0.4111462 0.03073567 0.4105643 0.03281354 0.4111462 0.03073567 0.4154988 0.03258097 0.42837 0.03101408 0.4306479 0.02948719 0.4297309 0.03369361 0.42837 0.03101408 0.4297309 0.03369361 0.4256736 0.03278356 0.42837 0.03101408 0.4256736 0.03278356 0.4264889 0.02906262 0.42837 0.03101408 0.4278368 0.02878016 0.4306479 0.02948719 0.2035788 0.03886431 0.2063242 0.03579169 0.208522 0.03827083 0.2035788 0.03886431 0.2048876 0.04134094 0.20077 0.04116106 0.2035788 0.03886431 0.20077 0.04116106 0.2009692 0.03916537 0.2035788 0.03886431 0.2027441 0.03695672 0.2063242 0.03579169 0.1988455 0.04142808 0.20077 0.04116106 0.2011034 0.04345685 0.1988455 0.04142808 0.1984293 0.043702 0.1961607 0.04198664 0.1988455 0.04142808 0.1972248 0.03975123 0.1997201 0.03901374 0.1988455 0.04142808 0.1997201 0.03901374 0.20077 0.04116106 0.1953271 0.03621602 0.1972248 0.03975123 0.1935927 0.038221 0.1953271 0.03621602 0.1935927 0.038221 0.1908751 0.03343021 0.1953271 0.03621602 0.193291 0.03175169 0.1965164 0.03433704 0.1953271 0.03621602 0.1965164 0.03433704 0.1984505 0.03656578 0.2080587 0.0331968 0.2092877 0.03084075 0.2107468 0.03516292 0.2080587 0.0331968 0.2107468 0.03516292 0.2063242 0.03579169 0.2080587 0.0331968 0.2063242 0.03579169 0.2055099 0.03231757 0.2080587 0.0331968 0.2063468 0.03150492 0.2092877 0.03084075 0.3187557 0.006856799 0.320906 0.009074509 0.3146321 0.008974611 0.3187557 0.006856799 0.3146321 0.008974611 0.3164412 0.004186332 0.3187557 0.006856799 0.3164412 0.004186332 0.3209751 0.002921819 0.3187557 0.006856799 0.3230467 0.004557371 0.3249789 0.005418658 0.3278882 0.00941056 0.3308867 0.007687985 0.3335173 0.0113089 0.3278882 0.00941056 0.3288155 0.01356118 0.3248466 0.01057249 0.3278882 0.00941056 0.3248466 0.01057249 0.3256514 0.007753431 0.3278882 0.00941056 0.3271902 0.006076872 0.3285621 0.003491938 0.3227277 0.01038676 0.3248466 0.01057249 0.3203569 0.01424384 0.3227277 0.01038676 0.3203569 0.01424384 0.3174086 0.01212638 0.3227277 0.01038676 0.320906 0.009074509 0.3250398 0.006963133 0.3227277 0.01038676 0.3250398 0.006963133 0.3256514 0.007753431 0.332876 0.00619173 0.3343608 0.004808664 0.3367737 0.009117841 0.332876 0.00619173 0.3367737 0.009117841 0.3308867 0.007687985 0.332876 0.00619173 0.3308867 0.007687985 0.3285621 0.003491938 0.332876 0.00619173 0.3287768 0.003272891 0.3289942 0.002921819 0.6188189 0.0252512 0.6161251 0.02361601 0.6173858 0.02176403 0.6188189 0.0252512 0.6205764 0.02386313 0.6239294 0.02602124 0.6188189 0.0252512 0.6206272 0.02780359 0.6186463 0.02810662 0.6188189 0.0252512 0.6171212 0.02666336 0.6161251 0.02361601 0.7088715 0.006510317 0.707515 0.005673944 0.7106425 0.002042889 0.7088715 0.006510317 0.7119973 0.003132641 0.7133558 0.00367093 0.7088715 0.006510317 0.7100502 0.007846355 0.7080194 0.009704351 0.7088715 0.006510317 0.7064766 0.009477972 0.7043853 0.007482945 0.9204704 0.007119834 0.919164 0.006206512 0.9225197 0.002620816 0.9204704 0.007119834 0.923805 0.003778815 0.9251543 0.004426181 0.9204704 0.007119834 0.921575 0.008651256 0.9194102 0.01050651 0.9204704 0.007119834 0.9178958 0.01014822 0.9157772 0.00799936 0.4210385 0.03155601 0.4197934 0.03073567 0.4240591 0.02704507 0.4210385 0.03155601 0.4252474 0.02831208 0.4264889 0.02906262 0.4210385 0.03155601 0.4219365 0.03283673 0.4193531 0.03478258 0.4210385 0.03155601 0.4177734 0.03454512 0.4197934 0.03073567 0.2017897 0.03574502 0.2007753 0.03488129 0.2032954 0.03124022 0.2017897 0.03574502 0.2044567 0.03204917 0.2055099 0.03231757 0.2017897 0.03574502 0.2027441 0.03695672 0.1997201 0.03901374 0.2017897 0.03574502 0.1997201 0.03901374 0.1984505 0.03656578 0.3268274 0.004871904 0.3266323 0.004731237 0.3283528 0.003446817 0.3268274 0.004871904 0.3283528 0.003446817 0.3271902 0.006076872 0.3268274 0.004871904 0.3271902 0.006076872 0.3250398 0.006963133 0.3268274 0.004871904 0.3250398 0.006963133 0.3266323 0.004731237 0.00933516 0.02144432 0.003893613 0.02034962 0.009434819 0.01747786 0.00933516 0.02144432 0.009434819 0.01747786 0.01505959 0.01892137 0.00933516 0.02144432 0.01467919 0.02267968 0.009350597 0.02613997 0.00933516 0.02144432 0.009350597 0.02613997 0.004540741 0.02510088 0.01982802 0.02419644 0.01467919 0.02267968 0.02039384 0.02058762 0.01982802 0.02419644 0.02039384 0.02058762 0.02449953 0.02548652 0.01982802 0.02419644 0.02449953 0.02548652 0.02388954 0.02933496 0.01982802 0.02419644 0.01911628 0.02841097 0.01467919 0.02267968 0.03626334 0.02502924 0.03214079 0.02588301 0.03599214 0.02185314 0.03626334 0.02502924 0.03599214 0.02185314 0.04058319 0.02403956 0.03626334 0.02502924 0.04058319 0.02403956 0.04075002 0.02805745 0.03626334 0.02502924 0.03662186 0.02882879 0.03249168 0.02943938 0.04490441 0.02347254 0.04058319 0.02403956 0.04041433 0.0207585 0.04490441 0.02347254 0.0448361 0.0201953 0.04931062 0.02311873 0.04490441 0.02347254 0.04931062 0.02311873 0.04924327 0.02686876 0.04490441 0.02347254 0.04493755 0.02737164 0.04058319 0.02403956 0.04469734 0.01816177 0.04917037 0.01747101 0.04930925 0.01983177 0.04469734 0.01816177 0.0448361 0.0201953 0.04024136 0.01895111 0.04469734 0.01816177 0.04024136 0.01895111 0.04404532 0.01618355 0.04469734 0.01816177 0.04404532 0.01618355 0.04962146 0.01423102 0.03589582 0.01992398 0.04024136 0.01895111 0.04041433 0.0207585 0.03589582 0.01992398 0.03599214 0.02185314 0.03198736 0.02053362 0.03589582 0.01992398 0.03198736 0.02053362 0.03238666 0.01909059 0.03589582 0.01992398 0.03527694 0.01838874 0.03955024 0.01736521 0.02066797 0.01819044 0.0254172 0.01934456 0.02039384 0.02058762 0.02066797 0.01819044 0.02039384 0.02058762 0.01505959 0.01892137 0.02066797 0.01819044 0.01523643 0.01674181 0.02079617 0.01639902 0.02066797 0.01819044 0.02079617 0.01639902 0.02618229 0.01608747 0.009764492 0.01496994 0.01523643 0.01674181 0.009434819 0.01747786 0.009764492 0.01496994 0.009434819 0.01747786 0.003664731 0.0161457 0.009764492 0.01496994 0.004272282 0.01303642 0.005298137 0.01047444 0.009764492 0.01496994 0.0102092 0.01319122 0.01531147 0.01535153 0.03343796 0.01639443 0.03014975 0.01816928 0.03098899 0.01417058 0.03343796 0.01639443 0.03098899 0.01417058 0.03558802 0.01161688 0.03343796 0.01639443 0.03782713 0.01474869 0.03527694 0.01838874 0.03343796 0.01639443 0.03527694 0.01838874 0.03238666 0.01909059 0.04243725 0.01307237 0.03782713 0.01474869 0.04035115 0.009394705 0.04243725 0.01307237 0.04035115 0.009394705 0.04519635 0.007338225 0.04243725 0.01307237 0.04715788 0.01138067 0.04962146 0.01423102 0.04243725 0.01307237 0.04404532 0.01618355 0.03955024 0.01736521 0.3770053 0.01296883 0.3808918 0.01568567 0.3752543 0.0160408 0.3770053 0.01296883 0.3752543 0.0160408 0.3714556 0.01338118 0.3770053 0.01296883 0.3730168 0.01018959 0.3787817 0.01047337 0.3770053 0.01296883 0.3787817 0.01047337 0.3825445 0.01329487 0.3845744 0.01827758 0.3808918 0.01568567 0.3859915 0.01585757 0.3845744 0.01827758 0.3859915 0.01585757 0.3891612 0.01792925 0.3845744 0.01827758 0.3881391 0.0204097 0.3830355 0.02114856 0.3845744 0.01827758 0.3830355 0.02114856 0.3790989 0.01864755 0.3990779 0.02096843 0.395282 0.02202254 0.3982979 0.01844418 0.3990779 0.02096843 0.3982979 0.01844418 0.4029817 0.01919418 0.3990779 0.02096843 0.4029817 0.01919418 0.4042096 0.02207213 0.3990779 0.02096843 0.3998425 0.02375721 0.3954651 0.02467775 0.4069152 0.01730901 0.4029817 0.01919418 0.4017891 0.01661604 0.4069152 0.01730901 0.4054734 0.01477241 0.410465 0.01518642 0.4069152 0.01730901 0.410465 0.01518642 0.4122214 0.01767569 0.4069152 0.01730901 0.4084326 0.02002692 0.4029817 0.01919418 0.4041827 0.01259845 0.4072701 0.01046073 0.4054734 0.01477241 0.4041827 0.01259845 0.4054734 0.01477241 0.4017891 0.01661604 0.4041827 0.01259845 0.4006669 0.01463776 0.4029525 0.01089209 0.4041827 0.01259845 0.4029525 0.01089209 0.4064013 0.007404804 0.3974869 0.01644879 0.4006669 0.01463776 0.3982979 0.01844418 0.3974869 0.01644879 0.3982979 0.01844418 0.395049 0.01956272 0.3974869 0.01644879 0.3947165 0.01749348 0.3947855 0.01600122 0.3974869 0.01644879 0.3965599 0.01492017 0.3995442 0.01313489 0.387165 0.01433956 0.3900905 0.01605421 0.3859915 0.01585757 0.387165 0.01433956 0.3859915 0.01585757 0.3839166 0.01204627 0.387165 0.01433956 0.3839166 0.01204627 0.3851486 0.01136875 0.387165 0.01433956 0.3882167 0.01327258 0.3913428 0.01384973 0.3806092 0.009130716 0.3839166 0.01204627 0.3825445 0.01329487 0.3806092 0.009130716 0.3787817 0.01047337 0.3772721 0.005904078 0.3806092 0.009130716 0.3772721 0.005904078 0.3799663 0.004810214 0.3806092 0.009130716 0.382462 0.008364558 0.3839166 0.01204627 0.3954318 0.01379597 0.3933279 0.01545876 0.3913428 0.01384973 0.3954318 0.01379597 0.3942032 0.01287394 0.3971204 0.01100713 0.3954318 0.01379597 0.3983502 0.01198321 0.3965599 0.01492017 0.3954318 0.01379597 0.3965599 0.01492017 0.3947855 0.01600122 0.4016922 0.009758353 0.3983502 0.01198321 0.4004169 0.008911013 0.4016922 0.009758353 0.4004169 0.008911013 0.4039031 0.006700277 0.4016922 0.009758353 0.4052462 0.007327497 0.4029525 0.01089209 0.4016922 0.009758353 0.4029525 0.01089209 0.3995442 0.01313489 0.4267062 0.01669204 0.4230858 0.01570487 0.4274253 0.0136525 0.4267062 0.01669204 0.4274253 0.0136525 0.4310705 0.01484286 0.4267062 0.01669204 0.4301527 0.01769876 0.4260811 0.02024114 0.4267062 0.01669204 0.4260811 0.02024114 0.4230858 0.01937866 0.4332513 0.01874452 0.4301527 0.01769876 0.4310705 0.01484286 0.4332513 0.01874452 0.4341886 0.01596516 0.4362986 0.01957935 0.4332513 0.01874452 0.4362986 0.01957935 0.4355532 0.02264958 0.4332513 0.01874452 0.432134 0.02200263 0.4301527 0.01769876 0.4455797 0.01876515 0.4427953 0.01972776 0.4443323 0.01632612 0.4455797 0.01876515 0.4443323 0.01632612 0.4468391 0.01488918 0.4455797 0.01876515 0.4482274 0.0174213 0.4469866 0.02149176 0.4455797 0.01876515 0.4469866 0.02149176 0.4437699 0.02241265 0.4510219 0.01605218 0.4482274 0.0174213 0.4496461 0.01342159 0.4510219 0.01605218 0.4496461 0.01342159 0.4539507 0.01427996 0.4510219 0.01605218 0.4539507 0.01427996 0.4554265 0.01714009 0.4510219 0.01605218 0.4524579 0.01890528 0.4482274 0.0174213 0.4483902 0.01123589 0.4509675 0.009305775 0.4524669 0.01160633 0.4483902 0.01123589 0.4496461 0.01342159 0.4468391 0.01488918 0.4483902 0.01123589 0.4457161 0.01294904 0.447201 0.009439826 0.4483902 0.01123589 0.447201 0.009439826 0.4498392 0.006308197 0.4434041 0.01446229 0.4457161 0.01294904 0.4468391 0.01488918 0.4434041 0.01446229 0.4443323 0.01632612 0.4419482 0.01730555 0.4434041 0.01446229 0.4413561 0.01540875 0.4412246 0.01409322 0.4434041 0.01446229 0.442519 0.01305192 0.4457161 0.01294904 0.4347659 0.01414316 0.4373979 0.01487493 0.4341886 0.01596516 0.4347659 0.01414316 0.4341886 0.01596516 0.4310705 0.01484286 0.4347659 0.01414316 0.4317027 0.01310318 0.4351633 0.01279985 0.4347659 0.01414316 0.4351633 0.01279985 0.437928 0.01257365 0.4283324 0.01163196 0.4317027 0.01310318 0.4274253 0.0136525 0.4283324 0.01163196 0.4274253 0.0136525 0.4235165 0.01242804 0.4283324 0.01163196 0.4248086 0.009945213 0.4265313 0.007859349 0.4283324 0.01163196 0.4293335 0.01012098 0.4321921 0.01192152 0.4414013 0.01197344 0.4399501 0.01371335 0.437928 0.01257365 0.4414013 0.01197344 0.4401671 0.01106077 0.4423275 0.008888304 0.4414013 0.01197344 0.4435266 0.0100966 0.442519 0.01305192 0.4414013 0.01197344 0.442519 0.01305192 0.4412246 0.01409322 0.4460253 0.007978022 0.4435266 0.0100966 0.4448562 0.006683349 0.4460253 0.007978022 0.4448562 0.006683349 0.4475691 0.004462182 0.4460253 0.007978022 0.4487105 0.005738496 0.4498392 0.006308197 0.4460253 0.007978022 0.447201 0.009439826 0.4446736 0.01141387 0.6277145 0.4704771 0.6250359 0.4670633 0.6309141 0.4674021 0.6277145 0.4704771 0.6309141 0.4674021 0.6340187 0.4708443 0.6277145 0.4704771 0.630387 0.473958 0.6283174 0.4771353 0.6277145 0.4704771 0.6249787 0.4729409 0.6228616 0.4694412 0.6223449 0.4637838 0.6198258 0.4614316 0.6207322 0.4574714 0.6223449 0.4637838 0.6238821 0.4609136 0.6276037 0.4640589 0.6223449 0.4637838 0.6250359 0.4670633 0.6209055 0.4660461 0.6223449 0.4637838 0.6209055 0.4660461 0.6195737 0.4637233 0.6182178 0.4447093 0.617662 0.4489231 0.615812 0.4446226 0.6182178 0.4447093 0.615812 0.4446226 0.6160612 0.4403211 0.6182178 0.4447093 0.6189706 0.4406074 0.6197686 0.4447983 0.6182178 0.4447093 0.6197686 0.4447983 0.6188864 0.4488127 0.6175003 0.4533603 0.6175588 0.4574947 0.614781 0.4575979 0.6175003 0.4533603 0.6150484 0.4534165 0.6154965 0.4489719 0.6175003 0.4533603 0.617662 0.4489231 0.6191372 0.4532374 0.6175003 0.4533603 0.6191372 0.4532374 0.6207322 0.4574714 0.6196621 0.4670929 0.6214746 0.4705663 0.6176224 0.4678863 0.6196621 0.4670929 0.6176224 0.4678863 0.615898 0.4644636 0.6196621 0.4670929 0.6182269 0.4638187 0.6195737 0.4637233 0.6196621 0.4670929 0.6209055 0.4660461 0.6228616 0.4694412 0.6231705 0.4741826 0.6251186 0.4779189 0.6227386 0.4791077 0.6231705 0.4741826 0.6210262 0.4751693 0.6195441 0.4714475 0.6231705 0.4741826 0.6214746 0.4705663 0.6249787 0.4729409 0.6231705 0.4741826 0.6249787 0.4729409 0.6283174 0.4771353 0.6172823 0.4768683 0.6157392 0.473094 0.6195441 0.4714475 0.6172823 0.4768683 0.6210262 0.4751693 0.6190602 0.4809041 0.6172823 0.4768683 0.6190602 0.4809041 0.6147325 0.4830042 0.6172823 0.4768683 0.6127384 0.4789234 0.6157392 0.473094 0.6137948 0.4693887 0.6120256 0.4656487 0.6176224 0.4678863 0.6137948 0.4693887 0.6176224 0.4678863 0.6195441 0.4714475 0.6137948 0.4693887 0.6157392 0.473094 0.6090732 0.4712454 0.6137948 0.4693887 0.6090732 0.4712454 0.6073816 0.467104 0.6109663 0.4533396 0.6114487 0.448898 0.6154965 0.4489719 0.6109663 0.4533396 0.6150484 0.4534165 0.610677 0.4576894 0.6109663 0.4533396 0.610677 0.4576894 0.60591 0.4577751 0.6109663 0.4533396 0.6060693 0.4531962 0.6064597 0.4487625 0.6116963 0.4445407 0.6118267 0.4402257 0.615812 0.4446226 0.6116963 0.4445407 0.615812 0.4446226 0.6154965 0.4489719 0.6116963 0.4445407 0.6114487 0.448898 0.6067257 0.4444611 0.6116963 0.4445407 0.6067257 0.4444611 0.6069294 0.4402257 0.6176634 0.4608001 0.6182269 0.4638187 0.6150075 0.4611572 0.6176634 0.4608001 0.6150075 0.4611572 0.6175588 0.4574947 0.6176634 0.4608001 0.6175588 0.4574947 0.6207322 0.4574714 0.6176634 0.4608001 0.6198258 0.4614316 0.6182269 0.4638187 0.6276879 0.4817522 0.6305678 0.485634 0.6253511 0.4833189 0.6276879 0.4817522 0.6253511 0.4833189 0.6251186 0.4779189 0.6276879 0.4817522 0.6251186 0.4779189 0.6283174 0.4771353 0.6276879 0.4817522 0.6293722 0.4804397 0.6319894 0.4838076 0.6217092 0.485394 0.6174148 0.4877232 0.6190602 0.4809041 0.6217092 0.485394 0.6190602 0.4809041 0.6227386 0.4791077 0.6217092 0.485394 0.6253511 0.4833189 0.6284136 0.4876664 0.6217092 0.485394 0.6247938 0.4901108 0.6174148 0.4877232 0.6110082 0.4617707 0.6063373 0.4625124 0.610677 0.4576894 0.6110082 0.4617707 0.610677 0.4576894 0.614781 0.4575979 0.6110082 0.4617707 0.6150075 0.4611572 0.615898 0.4644636 0.6110082 0.4617707 0.6120256 0.4656487 0.6073816 0.467104 0.09599041 0.1785681 0.08709287 0.1773219 0.09526383 0.1737124 0.09599041 0.1785681 0.09526383 0.1737124 0.1032058 0.1720068 0.09599041 0.1785681 0.1043607 0.1776046 0.1047356 0.1875662 0.09599041 0.1785681 0.09646648 0.1878557 0.08762329 0.1866393 0.07926297 0.1746441 0.07822 0.1681267 0.08597362 0.1713021 0.07926297 0.1746441 0.08709287 0.1773219 0.07995229 0.1842477 0.07926297 0.1746441 0.07995229 0.1842477 0.07196682 0.1712505 0.07926297 0.1746441 0.07196682 0.1712505 0.07822 0.1681267 0.4084267 0.1994367 0.4190911 0.1944777 0.418012 0.2030996 0.4084267 0.1994367 0.4070675 0.2111497 0.3988364 0.2025876 0.4084267 0.1994367 0.3988364 0.2025876 0.3991631 0.1872645 0.4084267 0.1994367 0.4085009 0.1887893 0.4190911 0.1944777 0.4088069 0.1803984 0.4156946 0.1808997 0.4085009 0.1887893 0.4088069 0.1803984 0.4085009 0.1887893 0.4033231 0.179545 0.4088069 0.1803984 0.4033231 0.179545 0.4079803 0.1702752 0.4046565 0.1544309 0.4006164 0.1520753 0.3998377 0.1369348 0.4046565 0.1544309 0.4079803 0.1702752 0.403364 0.1703428 0.1033464 0.09240049 0.105917 0.08913868 0.1063305 0.0902813 0.1033464 0.09240049 0.1039297 0.09332597 0.1002183 0.0963816 0.09666574 0.1006598 0.09762579 0.101366 0.09299415 0.1057808 0.09666574 0.1006598 0.09580236 0.09941363 0.1002183 0.0963816 0.09666574 0.1006598 0.1002183 0.0963816 0.1010372 0.09711563 0.08950901 0.1122904 0.09060627 0.1129536 0.08682513 0.1185386 0.08950901 0.1122904 0.08682513 0.1185386 0.08554273 0.1179253 0.08950901 0.1122904 0.09299415 0.1057808 0.09403544 0.1065033 0.07943731 0.1436243 0.08165025 0.1435651 0.08052253 0.1527262 0.07943731 0.1436243 0.07743227 0.1518721 0.07398343 0.1497479 0.07943731 0.1436243 0.07715225 0.1427558 0.07988744 0.1365998 0.07943731 0.1436243 0.08197635 0.136351 0.08165025 0.1435651 0.08555728 0.1228758 0.08667713 0.1231837 0.08597993 0.1265448 0.08555728 0.1228758 0.08481115 0.1265624 0.08423715 0.1224437 0.08555728 0.1228758 0.08423715 0.1224437 0.08682513 0.1185386 0.08555728 0.1228758 0.08682513 0.1185386 0.08794969 0.1190645 0.08275568 0.1217913 0.08156681 0.1258236 0.07962727 0.12503 0.08275568 0.1217913 0.08119344 0.1210289 0.08424383 0.1172795 0.08369255 0.130859 0.08504962 0.1303813 0.08367633 0.1357144 0.08369255 0.130859 0.08197635 0.136351 0.08192521 0.1311367 0.08369255 0.130859 0.08192521 0.1311367 0.08334767 0.1264051 0.08369255 0.130859 0.08481115 0.1265624 0.08504962 0.1303813 0.06948393 0.1495654 0.06984513 0.1457432 0.07029795 0.1508036 0.06948393 0.1495654 0.06863903 0.140763 0.06984513 0.1457432 0.3832626 0.09440183 0.3838486 0.09120059 0.3935691 0.1065058 0.3832626 0.09440183 0.3730135 0.08852124 0.3838486 0.09120059 0.410364 0.1567482 0.4086796 0.1569281 0.405915 0.1419126 0.410364 0.1567482 0.405915 0.1419126 0.4108791 0.1552297 0.410364 0.1567482 0.4108791 0.1552297 0.4143396 0.1673175 0.410364 0.1567482 0.4141122 0.1703685 0.4086796 0.1569281 0.4000647 0.1246467 0.3925887 0.1078448 0.4010531 0.1242213 0.4000647 0.1246467 0.4010531 0.1242213 0.4066924 0.1414337 0.4000647 0.1246467 0.405915 0.1419126 0.404007 0.1409077 0.07130634 0.1545122 0.07312822 0.1574592 0.07036197 0.1552033 0.07130634 0.1545122 0.07036197 0.1552033 0.07029795 0.1508036 0.07130634 0.1545122 0.07079088 0.1504615 0.0714277 0.1483864 0.07052028 0.144322 0.07079088 0.1504615 0.06984513 0.1457432 0.07052028 0.144322 0.06984513 0.1457432 0.06947833 0.1378899 0.07052028 0.144322 0.07037216 0.1371381 0.07137531 0.1374018 0.07052028 0.144322 0.07140958 0.1441602 0.0714277 0.1483864 0.09488254 0.2054291 0.08691245 0.2041483 0.09646648 0.1878557 0.09488254 0.2054291 0.09646648 0.1878557 0.1026434 0.2055176 0.09488254 0.2054291 0.1026434 0.2055176 0.09931784 0.227464 0.09488254 0.2054291 0.0922687 0.2271453 0.08691245 0.2041483 0.07979345 0.2013452 0.07310003 0.197781 0.07286739 0.1812686 0.07979345 0.2013452 0.07995229 0.1842477 0.08762329 0.1866393 0.07979345 0.2013452 0.08691245 0.2041483 0.07921051 0.2221897 0.07979345 0.2013452 0.07921051 0.2221897 0.07299876 0.2175408 0.4029068 0.2227371 0.3942269 0.2255581 0.3969589 0.2156465 0.4029068 0.2227371 0.4070675 0.2111497 0.4116014 0.2167698 0.4029068 0.2227371 0.4116014 0.2167698 0.402525 0.2329641 0.4029068 0.2227371 0.3973451 0.2342616 0.3942269 0.2255581 0.9406318 0.4410849 0.9451066 0.4426835 0.9368782 0.4677789 0.9406318 0.4410849 0.930086 0.4665645 0.9361248 0.4396934 0.9406318 0.4410849 0.9361248 0.4396934 0.9492194 0.4155169 0.9406318 0.4410849 0.9518196 0.4170365 0.9543352 0.4187399 0.9490644 0.4458355 0.9527634 0.4497644 0.9431301 0.4711481 0.9490644 0.4458355 0.9431301 0.4711481 0.9368782 0.4677789 0.9490644 0.4458355 0.9451066 0.4426835 0.9563835 0.4214531 0.9490644 0.4458355 0.9563835 0.4214531 0.9581981 0.4246711 0.8871769 0.4546363 0.8834384 0.4576013 0.864913 0.4425293 0.8871769 0.4546363 0.8663578 0.4379649 0.8899086 0.4521803 0.8871769 0.4546363 0.8899086 0.4521803 0.9073355 0.4724998 0.8871769 0.4546363 0.9073355 0.4724998 0.9024525 0.4741503 0.9642916 0.3958508 0.9655634 0.3971002 0.9518196 0.4170365 0.9642916 0.3958508 0.9518196 0.4170365 0.9492194 0.4155169 0.9642916 0.3958508 0.9627436 0.3946003 0.9774056 0.3760964 0.9642916 0.3958508 0.9774056 0.3760964 0.9777916 0.3766123 0.966472 0.3989305 0.967199 0.4010514 0.9563835 0.4214531 0.966472 0.3989305 0.9563835 0.4214531 0.9543352 0.4187399 0.966472 0.3989305 0.9655634 0.3971002 0.9779453 0.3773379 0.966472 0.3989305 0.9779453 0.3773379 0.9779829 0.3781685 0.9261729 0.4927474 0.9224437 0.4936534 0.9073355 0.4724998 0.9261729 0.4927474 0.9073355 0.4724998 0.9121643 0.4719593 0.9261729 0.4927474 0.929971 0.4929583 0.9443499 0.5141871 0.9261729 0.4927474 0.9443499 0.5141871 0.9429234 0.5146335 0.07731819 0.1602878 0.07743227 0.1518721 0.08052253 0.1527262 0.07731819 0.1602878 0.08184432 0.1619906 0.07822 0.1681267 0.08467501 0.1615602 0.08184432 0.1619906 0.08245104 0.1526451 0.08467501 0.1615602 0.08245104 0.1526451 0.08653974 0.159711 0.08467501 0.1615602 0.08653974 0.159711 0.09098953 0.1648274 0.08467501 0.1615602 0.08933323 0.1678729 0.08184432 0.1619906 0.09609609 0.1694351 0.09526383 0.1737124 0.08933323 0.1678729 0.09609609 0.1694351 0.08933323 0.1678729 0.09098953 0.1648274 0.09609609 0.1694351 0.09688264 0.1655946 0.1029577 0.1671463 0.09609609 0.1694351 0.1029577 0.1671463 0.1032058 0.1720068 0.1043439 0.09354114 0.1039297 0.09332597 0.1063305 0.0902813 0.1043439 0.09354114 0.1060242 0.09151154 0.1047334 0.09416991 0.1043439 0.09354114 0.1022427 0.09639275 0.1010372 0.09711563 0.09872162 0.1008978 0.09992027 0.1002449 0.09570813 0.1067108 0.09872162 0.1008978 0.09475195 0.1066786 0.09762579 0.101366 0.09872162 0.1008978 0.09762579 0.101366 0.1022427 0.09639275 0.09872162 0.1008978 0.1022427 0.09639275 0.09992027 0.1002449 0.09130477 0.1133574 0.09212839 0.113651 0.08877515 0.1194477 0.09130477 0.1133574 0.08877515 0.1194477 0.08794969 0.1190645 0.09130477 0.1133574 0.09060627 0.1129536 0.09403544 0.1065033 0.09130477 0.1133574 0.09475195 0.1066786 0.09212839 0.113651 0.0829907 0.1432754 0.08436238 0.1431971 0.08413136 0.1519371 0.0829907 0.1432754 0.08245104 0.1526451 0.08165025 0.1435651 0.0829907 0.1432754 0.08165025 0.1435651 0.08367633 0.1357144 0.0829907 0.1432754 0.08469247 0.1351732 0.08436238 0.1431971 0.08755803 0.1234632 0.08885049 0.1238839 0.0868768 0.1266013 0.08755803 0.1234632 0.0868768 0.1266013 0.08667713 0.1231837 0.08755803 0.1234632 0.08667713 0.1231837 0.08877515 0.1194477 0.08755803 0.1234632 0.08877515 0.1194477 0.09008282 0.1198585 0.08595472 0.1300599 0.08709394 0.1304503 0.08469247 0.1351732 0.08595472 0.1300599 0.08469247 0.1351732 0.08504962 0.1303813 0.08595472 0.1300599 0.08504962 0.1303813 0.08597993 0.1265448 0.08595472 0.1300599 0.0868768 0.1266013 0.08812355 0.1270468 0.3944916 0.1845697 0.3969532 0.1839354 0.3991631 0.1872645 0.3944916 0.1845697 0.3937485 0.1862252 0.3919478 0.1830409 0.3944916 0.1845697 0.3919478 0.1830409 0.3928815 0.1821043 0.3944916 0.1845697 0.3945201 0.1832565 0.3969532 0.1839354 0.08915323 0.132108 0.08785635 0.137063 0.08582055 0.1353989 0.08915323 0.132108 0.08709394 0.1304503 0.09034192 0.1281958 0.08915323 0.132108 0.09034192 0.1281958 0.09334743 0.1295047 0.08915323 0.132108 0.09129297 0.1338727 0.08785635 0.137063 0.09120494 0.1246154 0.09034192 0.1281958 0.08812355 0.1270468 0.09120494 0.1246154 0.08885049 0.1238839 0.09217083 0.1215117 0.09120494 0.1246154 0.09217083 0.1215117 0.09352898 0.1253126 0.09120494 0.1246154 0.09352898 0.1253126 0.09034192 0.1281958 0.08666884 0.1437717 0.08647727 0.1509109 0.08413136 0.1519371 0.08666884 0.1437717 0.08436238 0.1431971 0.08785635 0.137063 0.08666884 0.1437717 0.08785635 0.137063 0.09064006 0.1392863 0.08666884 0.1437717 0.08908456 0.1445196 0.08647727 0.1509109 0.08816808 0.1571572 0.09144681 0.1612803 0.08653974 0.159711 0.08816808 0.1571572 0.08653974 0.159711 0.08413136 0.1519371 0.08816808 0.1571572 0.08647727 0.1509109 0.08950048 0.1549222 0.08816808 0.1571572 0.08950048 0.1549222 0.09145373 0.1582989 0.09601891 0.1620498 0.1001239 0.1601064 0.09688264 0.1655946 0.09601891 0.1620498 0.09688264 0.1655946 0.09098953 0.1648274 0.09601891 0.1620498 0.09144681 0.1612803 0.09471076 0.1593303 0.09601891 0.1620498 0.09471076 0.1593303 0.09767621 0.1580442 0.1020012 0.1560912 0.1027283 0.1507517 0.1072363 0.1524212 0.1020012 0.1560912 0.10553 0.1585925 0.1001239 0.1601064 0.1020012 0.1560912 0.1001239 0.1601064 0.09767621 0.1580442 0.1020012 0.1560912 0.09875452 0.154469 0.1027283 0.1507517 0.1039674 0.1277626 0.1045828 0.1244676 0.1079336 0.1256526 0.1039674 0.1277626 0.1075325 0.1285629 0.1036635 0.131155 0.1039674 0.1277626 0.1036635 0.131155 0.1014716 0.127194 0.1039674 0.1277626 0.1014716 0.127194 0.1045828 0.1244676 0.1037374 0.134824 0.1036635 0.131155 0.1075347 0.131362 0.1037374 0.134824 0.1081283 0.1342557 0.1086135 0.1384364 0.1037374 0.134824 0.1037801 0.1392305 0.1002302 0.1354714 0.1037374 0.134824 0.1002302 0.1354714 0.1000046 0.1309386 0.1033825 0.1448356 0.1037801 0.1392305 0.1082901 0.145097 0.1033825 0.1448356 0.1082901 0.145097 0.1072363 0.1524212 0.1033825 0.1448356 0.1027283 0.1507517 0.09922146 0.1449167 0.1033825 0.1448356 0.09922146 0.1449167 0.09853154 0.1403692 0.3799601 0.1315205 0.3813077 0.136377 0.3782129 0.1344341 0.3799601 0.1315205 0.3782129 0.1344341 0.3771288 0.1313729 0.3799601 0.1315205 0.3786779 0.1276535 0.3812324 0.1271725 0.3799601 0.1315205 0.3820663 0.1318309 0.3813077 0.136377 0.3771378 0.1235494 0.3786779 0.1276535 0.3758615 0.1279825 0.3771378 0.1235494 0.3758615 0.1279825 0.3746572 0.1246748 0.3771378 0.1235494 0.3755801 0.1202113 0.3785786 0.1227895 0.3771378 0.1235494 0.3785786 0.1227895 0.3786779 0.1276535 0.3830438 0.1434502 0.3847811 0.1506643 0.3816504 0.1468823 0.3830438 0.1434502 0.3816504 0.1468823 0.3795685 0.1389943 0.3830438 0.1434502 0.3813077 0.136377 0.3847243 0.1417896 0.3830438 0.1434502 0.3847243 0.1417896 0.38629 0.1464493 0.3907981 0.1791513 0.3919478 0.1830409 0.3893082 0.1796126 0.3907981 0.1791513 0.3893082 0.1796126 0.3887797 0.1747641 0.3907981 0.1791513 0.3903084 0.1745194 0.3921137 0.1787582 0.3907981 0.1791513 0.3921137 0.1787582 0.3919478 0.1830409 0.3897446 0.1707636 0.3903084 0.1745194 0.3883246 0.1713557 0.3897446 0.1707636 0.3883246 0.1713557 0.3878332 0.1686565 0.3897446 0.1707636 0.3890622 0.1673763 0.3909989 0.170253 0.3897446 0.1707636 0.3909989 0.170253 0.3903084 0.1745194 0.3888753 0.1203452 0.390079 0.125529 0.3866063 0.1236324 0.3888753 0.1203452 0.3865336 0.1168999 0.3856393 0.1107241 0.3888753 0.1203452 0.3908382 0.1198703 0.3944783 0.1313996 0.3904105 0.1296769 0.391798 0.1329348 0.3888146 0.1301841 0.3904105 0.1296769 0.3888146 0.1301841 0.390079 0.125529 0.3904105 0.1296769 0.390079 0.125529 0.3944783 0.1313996 0.3849889 0.1145572 0.3865336 0.1168999 0.3866063 0.1236324 0.3849889 0.1145572 0.3846068 0.1168648 0.3819383 0.1118203 0.3849889 0.1145572 0.3829657 0.110241 0.3865336 0.1168999 0.3922245 0.1367875 0.3933564 0.1384097 0.3920779 0.1450495 0.3922245 0.1367875 0.3913022 0.1398991 0.3898875 0.1362101 0.3922245 0.1367875 0.391798 0.1329348 0.3944783 0.1313996 0.4006472 0.1779877 0.398968 0.1801086 0.3979617 0.1745584 0.4006472 0.1779877 0.4007929 0.1739419 0.403364 0.1703428 0.4006472 0.1779877 0.4033231 0.179545 0.3991631 0.1872645 0.3978561 0.1813353 0.3969532 0.1839354 0.3962479 0.1822779 0.3978561 0.1813353 0.397283 0.1792318 0.398968 0.1801086 0.3978561 0.1813353 0.398968 0.1801086 0.3991631 0.1872645 0.3998486 0.1707585 0.4007929 0.1739419 0.3979617 0.1745584 0.3998486 0.1707585 0.3980026 0.16999 0.3999032 0.1678822 0.3998486 0.1707585 0.3999032 0.1678822 0.403364 0.1703428 0.1132898 0.1172137 0.1138023 0.11368 0.1170214 0.114395 0.1132898 0.1172137 0.1169384 0.1180164 0.1128742 0.1205042 0.1132898 0.1172137 0.1128742 0.1205042 0.1092769 0.1190607 0.1132898 0.1172137 0.110009 0.115735 0.1138023 0.11368 0.1124619 0.1237709 0.1128742 0.1205042 0.1168636 0.1212912 0.1124619 0.1237709 0.1167904 0.1244955 0.1121143 0.1268405 0.1124619 0.1237709 0.1121143 0.1268405 0.1079336 0.1256526 0.1124619 0.1237709 0.1085501 0.1224259 0.1128742 0.1205042 0.09360098 0.1139836 0.09573954 0.1111716 0.09717553 0.1147035 0.09360098 0.1139836 0.09332621 0.117135 0.09212839 0.113651 0.09360098 0.1139836 0.09212839 0.113651 0.09573954 0.1111716 0.09739452 0.1095911 0.09799438 0.1072185 0.1004351 0.1077361 0.09739452 0.1095911 0.0984857 0.1108223 0.09573954 0.1111716 0.09739452 0.1095911 0.09573954 0.1111716 0.09570813 0.1067108 0.0936684 0.1190297 0.09332621 0.117135 0.09557628 0.1183795 0.0936684 0.1190297 0.09557628 0.1183795 0.09512567 0.1217166 0.0936684 0.1190297 0.09217083 0.1215117 0.09008282 0.1198585 0.1011887 0.1003967 0.1039715 0.09789443 0.1038913 0.1013928 0.1011887 0.1003967 0.09983652 0.1033807 0.09570813 0.1067108 0.1011887 0.1003967 0.09992027 0.1002449 0.1039715 0.09789443 0.1058987 0.09641474 0.1070895 0.09401398 0.1088243 0.09476345 0.1058987 0.09641474 0.1063164 0.09762507 0.1039715 0.09789443 0.1058987 0.09641474 0.1039715 0.09789443 0.1047334 0.09416991 0.09959459 0.105197 0.09983652 0.1033807 0.1015564 0.1046985 0.09959459 0.105197 0.1015564 0.1046985 0.1004351 0.1077361 0.09959459 0.105197 0.09799438 0.1072185 0.09570813 0.1067108 0.1101081 0.1074231 0.1115956 0.104117 0.1133005 0.105198 0.1101081 0.1074231 0.1121037 0.1086817 0.1086026 0.1109467 0.1101081 0.1074231 0.1086026 0.1109467 0.10629 0.1095385 0.1101081 0.1074231 0.1085396 0.1062408 0.1115956 0.104117 0.1074311 0.1143422 0.1086026 0.1109467 0.1109001 0.1123186 0.1074311 0.1143422 0.110009 0.115735 0.1064319 0.1176952 0.1074311 0.1143422 0.1064319 0.1176952 0.1037005 0.116396 0.1074311 0.1143422 0.1055765 0.1132791 0.1086026 0.1109467 0.1054434 0.1210911 0.1064319 0.1176952 0.1092769 0.1190607 0.1054434 0.1210911 0.1085501 0.1224259 0.1045828 0.1244676 0.1054434 0.1210911 0.1045828 0.1244676 0.1014418 0.1232419 0.1054434 0.1210911 0.1032115 0.120049 0.1064319 0.1176952 0.3918118 0.1701329 0.3909989 0.170253 0.3919447 0.1671939 0.3918118 0.1701329 0.3919447 0.1671939 0.3925713 0.1678577 0.3918118 0.1701329 0.3924736 0.1703319 0.393023 0.1729831 0.3918118 0.1701329 0.393023 0.1729831 0.3909989 0.170253 0.3938435 0.1660176 0.3936756 0.1654704 0.3967313 0.1655347 0.3938435 0.1660176 0.3960707 0.1668102 0.394092 0.1668472 0.3938435 0.1660176 0.394092 0.1668472 0.3919447 0.1671939 0.3938435 0.1660176 0.3919447 0.1671939 0.3936756 0.1654704 0.3971887 0.1697781 0.3980026 0.16999 0.3969625 0.1728346 0.3971887 0.1697781 0.3969625 0.1728346 0.3967912 0.1699755 0.3971887 0.1697781 0.3967912 0.1699755 0.3958829 0.1674899 0.3971887 0.1697781 0.3960707 0.1668102 0.3980026 0.16999 0.3928171 0.1786416 0.3921137 0.1787582 0.3933266 0.1756256 0.3928171 0.1786416 0.3933266 0.1756256 0.3937134 0.1760528 0.3928171 0.1786416 0.3932051 0.178704 0.3933466 0.1816293 0.3928171 0.1786416 0.3933466 0.1816293 0.3928815 0.1821043 0.3951784 0.1745787 0.3951252 0.1742276 0.3968884 0.175535 0.3951784 0.1745787 0.3968884 0.175535 0.3952113 0.1751326 0.3951784 0.1745787 0.3952113 0.1751326 0.3933266 0.1756256 0.3951784 0.1745787 0.3933266 0.1756256 0.3951252 0.1742276 0.3969733 0.1785281 0.397283 0.1792318 0.396019 0.1815495 0.3969733 0.1785281 0.396019 0.1815495 0.3959187 0.1812376 0.3969733 0.1785281 0.3966814 0.1785892 0.396575 0.1759694 0.3969733 0.1785281 0.3968884 0.175535 0.397283 0.1792318 0.394612 0.1825909 0.3945201 0.1832565 0.3933466 0.1816293 0.394612 0.1825909 0.3933466 0.1816293 0.3946752 0.1821606 0.394612 0.1825909 0.3946752 0.1821606 0.396019 0.1815495 0.394612 0.1825909 0.396019 0.1815495 0.3962479 0.1822779 0.3906664 0.1407849 0.3913022 0.1398991 0.3905389 0.1431915 0.3906664 0.1407849 0.3905389 0.1431915 0.3899744 0.1423116 0.3906664 0.1407849 0.3901368 0.1406818 0.3894532 0.1390579 0.3906664 0.1407849 0.3895953 0.1384202 0.3913022 0.1398991 0.3889213 0.1441584 0.3890866 0.1454632 0.3869776 0.1434806 0.3889213 0.1441584 0.3869776 0.1434806 0.3888372 0.1429228 0.3889213 0.1441584 0.3888372 0.1429228 0.3899744 0.1423116 0.3889213 0.1441584 0.3905389 0.1431915 0.3890866 0.1454632 0.385872 0.140953 0.3847243 0.1417896 0.385965 0.1383833 0.385872 0.140953 0.385965 0.1383833 0.3868483 0.1389861 0.385872 0.140953 0.3867532 0.1407058 0.3869776 0.1434806 0.385872 0.140953 0.3869776 0.1434806 0.3847243 0.1417896 0.3876171 0.1375794 0.387134 0.1366907 0.3898875 0.1362101 0.3876171 0.1375794 0.3895953 0.1384202 0.3880527 0.1384648 0.3876171 0.1375794 0.3880527 0.1384648 0.3868483 0.1389861 0.3876171 0.1375794 0.385965 0.1383833 0.387134 0.1366907 0.3794595 0.1221583 0.3785786 0.1227895 0.3786515 0.1183735 0.3794595 0.1221583 0.3786515 0.1183735 0.380092 0.1216133 0.3794595 0.1221583 0.380092 0.1216133 0.3815654 0.124044 0.3794595 0.1221583 0.3814194 0.1249464 0.3785786 0.1227895 0.3799065 0.1154984 0.3794355 0.1145992 0.3820899 0.1149566 0.3799065 0.1154984 0.3820899 0.1149566 0.3818305 0.1163297 0.3799065 0.1154984 0.3802687 0.1164704 0.3786515 0.1183735 0.3799065 0.1154984 0.3786515 0.1183735 0.3768763 0.1180707 0.3840671 0.1181718 0.3846068 0.1168648 0.3848924 0.1223837 0.3840671 0.1181718 0.3848924 0.1223837 0.3842357 0.1220778 0.3840671 0.1181718 0.3834533 0.1188595 0.3818305 0.1163297 0.3840671 0.1181718 0.3820899 0.1149566 0.3819383 0.1118203 0.3836201 0.1248317 0.3839637 0.1256276 0.3814194 0.1249464 0.3836201 0.1248317 0.3814194 0.1249464 0.3832765 0.1240023 0.3836201 0.1248317 0.3832765 0.1240023 0.3848924 0.1223837 0.3836201 0.1248317 0.3848924 0.1223837 0.3866063 0.1236324 0.3830513 0.1316096 0.3820663 0.1318309 0.3829178 0.1284399 0.3830513 0.1316096 0.3829178 0.1284399 0.3835556 0.131218 0.3830513 0.1316096 0.3835556 0.131218 0.3844788 0.1334134 0.3830513 0.1316096 0.384415 0.1344687 0.3820663 0.1318309 0.3843673 0.1265203 0.3839637 0.1256276 0.3863891 0.1268348 0.3843673 0.1265203 0.3863891 0.1268348 0.3847624 0.1274614 0.3843673 0.1265203 0.3847624 0.1274614 0.3829178 0.1284399 0.3843673 0.1265203 0.3829178 0.1284399 0.3839637 0.1256276 0.3879723 0.1303671 0.3888146 0.1301841 0.3898875 0.1362101 0.3879723 0.1303671 0.3883253 0.13421 0.3876636 0.1332499 0.3879723 0.1303671 0.387465 0.1304137 0.3862891 0.1277785 0.3879723 0.1303671 0.3863891 0.1268348 0.3866063 0.1236324 0.3866562 0.1354564 0.387134 0.1366907 0.3841487 0.1366618 0.3866562 0.1354564 0.384415 0.1344687 0.3862581 0.1341703 0.3866562 0.1354564 0.3862581 0.1341703 0.3883253 0.13421 0.3866562 0.1354564 0.3883253 0.13421 0.387134 0.1366907 0.3786147 0.1138767 0.3794355 0.1145992 0.3766734 0.1156306 0.3786147 0.1138767 0.3766734 0.1156306 0.3764501 0.1144834 0.3786147 0.1138767 0.3776789 0.1133407 0.3778357 0.1117714 0.3786147 0.1138767 0.3791781 0.1115264 0.3794355 0.1145992 0.3748593 0.1159442 0.3746625 0.1172361 0.3730209 0.115924 0.3748593 0.1159442 0.3731089 0.1155375 0.3749943 0.1148087 0.3748593 0.1159442 0.3749943 0.1148087 0.3766734 0.1156306 0.3748593 0.1159442 0.3766734 0.1156306 0.3746625 0.1172361 0.1066742 0.09810233 0.1063164 0.09762507 0.1087802 0.09595775 0.1066742 0.09810233 0.1087802 0.09595775 0.1070886 0.09827083 0.1066742 0.09810233 0.1070886 0.09827083 0.1060824 0.1004362 0.1066742 0.09810233 0.1055694 0.1006452 0.1063164 0.09762507 0.107028 0.1017566 0.1068642 0.1019355 0.1055694 0.1006452 0.107028 0.1017566 0.1055694 0.1006452 0.1060824 0.1004362 0.107028 0.1017566 0.1071946 0.1013693 0.1093109 0.1014391 0.107028 0.1017566 0.1093109 0.1014391 0.1068642 0.1019355 0.1026149 0.1044299 0.1015564 0.1046985 0.1038913 0.1013928 0.1026149 0.1044299 0.1043508 0.1024282 0.1032054 0.1044201 0.1026149 0.1044299 0.1032054 0.1044201 0.1027412 0.1062946 0.1026149 0.1044299 0.1020801 0.1066908 0.1015564 0.1046985 0.1064575 0.102032 0.1068642 0.1019355 0.1078441 0.1030941 0.1064575 0.102032 0.1078441 0.1030941 0.1068773 0.1031844 0.1064575 0.102032 0.1059628 0.1023466 0.1043508 0.1024282 0.1064575 0.102032 0.1043508 0.1024282 0.1038913 0.1013928 0.1074193 0.1054675 0.1085396 0.1062408 0.1057933 0.1075815 0.1074193 0.1054675 0.1057933 0.1075815 0.1054644 0.1067805 0.1074193 0.1054675 0.1065945 0.1050628 0.1068773 0.1031844 0.1074193 0.1054675 0.1078441 0.1030941 0.1085396 0.1062408 0.1035766 0.1078653 0.1033395 0.1084836 0.1020801 0.1066908 0.1035766 0.1078653 0.1020801 0.1066908 0.1027412 0.1062946 0.1035766 0.1078653 0.1038371 0.1071363 0.1057933 0.1075815 0.1035766 0.1078653 0.1057933 0.1075815 0.1033395 0.1084836 0.09913206 0.1113488 0.0984857 0.1108223 0.1008198 0.1090357 0.09913206 0.1113488 0.1008198 0.1090357 0.1010627 0.1094993 0.09913206 0.1113488 0.09967511 0.1115434 0.09930288 0.1138527 0.09913206 0.1113488 0.09877771 0.1140219 0.0984857 0.1108223 0.1031056 0.1087825 0.1033395 0.1084836 0.104738 0.1101725 0.1031056 0.1087825 0.104738 0.1101725 0.1040657 0.1103412 0.1031056 0.1087825 0.1028503 0.1092025 0.1008198 0.1090357 0.1031056 0.1087825 0.1008198 0.1090357 0.1004351 0.1077361 0.1044656 0.112789 0.1055765 0.1132791 0.1028599 0.1150454 0.1044656 0.112789 0.1028599 0.1150454 0.1037366 0.1126039 0.1044656 0.112789 0.1037366 0.1126039 0.1040657 0.1103412 0.1044656 0.112789 0.104738 0.1101725 0.1055765 0.1132791 0.1004921 0.1153553 0.1004552 0.1155456 0.09877771 0.1140219 0.1004921 0.1153553 0.09877771 0.1140219 0.09930288 0.1138527 0.1004921 0.1153553 0.1005615 0.1149449 0.1023923 0.1146016 0.1004921 0.1153553 0.1028599 0.1150454 0.1004552 0.1155456 0.09647172 0.1182384 0.09557628 0.1183795 0.09790819 0.1160617 0.09647172 0.1182384 0.09790819 0.1160617 0.09813743 0.1165137 0.09647172 0.1182384 0.09698754 0.1183999 0.09687727 0.120543 0.09647172 0.1182384 0.09639835 0.1207512 0.09557628 0.1183795 0.1001793 0.1157791 0.1004552 0.1155456 0.1019597 0.1170622 0.1001793 0.1157791 0.1019597 0.1170622 0.1011697 0.1172748 0.1001793 0.1157791 0.09984916 0.1162211 0.09790819 0.1160617 0.1001793 0.1157791 0.09790819 0.1160617 0.1004552 0.1155456 0.1019241 0.1195826 0.1032115 0.120049 0.1005255 0.1217669 0.1019241 0.1195826 0.1005255 0.1217669 0.1011461 0.1194275 0.1019241 0.1195826 0.1011461 0.1194275 0.1011697 0.1172748 0.1019241 0.1195826 0.1019597 0.1170622 0.1032115 0.120049 0.09821659 0.1220419 0.09823447 0.1223836 0.09639835 0.1207512 0.09821659 0.1220419 0.09639835 0.1207512 0.09687727 0.120543 0.09821659 0.1220419 0.09828442 0.1216064 0.1000828 0.1213234 0.09821659 0.1220419 0.1005255 0.1217669 0.09823447 0.1223836 0.09353256 0.148887 0.0933898 0.1494832 0.0911774 0.1480468 0.09353256 0.148887 0.0911774 0.1480468 0.09217274 0.1474678 0.09353256 0.148887 0.09374743 0.1481155 0.09613955 0.1477621 0.09353256 0.148887 0.09613955 0.1477621 0.0933898 0.1494832 0.09078389 0.1449612 0.08908456 0.1445196 0.09201651 0.1418733 0.09078389 0.1449612 0.09201651 0.1418733 0.091977 0.1451844 0.09078389 0.1449612 0.091977 0.1451844 0.09217274 0.1474678 0.09078389 0.1449612 0.0911774 0.1480468 0.08908456 0.1445196 0.09453994 0.1410264 0.09444898 0.1400979 0.09681147 0.1421446 0.09453994 0.1410264 0.09681147 0.1421446 0.09468036 0.1420642 0.09453994 0.1410264 0.09468036 0.1420642 0.09201651 0.1418733 0.09453994 0.1410264 0.09201651 0.1418733 0.09444898 0.1400979 0.0972886 0.1449523 0.09922146 0.1449167 0.09613955 0.1477621 0.0972886 0.1449523 0.09613955 0.1477621 0.0955553 0.1472504 0.0972886 0.1449523 0.0964508 0.1449953 0.09622782 0.1427875 0.0972886 0.1449523 0.09681147 0.1421446 0.09922146 0.1449167 0.09682142 0.1297742 0.09669184 0.1302133 0.09486979 0.1284197 0.09682142 0.1297742 0.09486979 0.1284197 0.09550887 0.1281396 0.09682142 0.1297742 0.09701406 0.1292492 0.09912455 0.1293773 0.09682142 0.1297742 0.09912455 0.1293773 0.09669184 0.1302133 0.09473037 0.1256303 0.09352898 0.1253126 0.09598797 0.1231613 0.09473037 0.1256303 0.09598797 0.1231613 0.09641754 0.1237143 0.09473037 0.1256303 0.09541976 0.1258023 0.09486979 0.1284197 0.09473037 0.1256303 0.09486979 0.1284197 0.09352898 0.1253126 0.0982275 0.1227681 0.09823447 0.1223836 0.1001155 0.1241264 0.0982275 0.1227681 0.1001155 0.1241264 0.09817302 0.1233522 0.0982275 0.1227681 0.09817302 0.1233522 0.09641754 0.1237143 0.0982275 0.1227681 0.09598797 0.1231613 0.09823447 0.1223836 0.1003186 0.1269121 0.1014716 0.127194 0.09912455 0.1293773 0.1003186 0.1269121 0.09912455 0.1293773 0.09880906 0.1288847 0.1003186 0.1269121 0.09976738 0.1267991 0.09963881 0.1244643 0.1003186 0.1269121 0.1001155 0.1241264 0.1014716 0.127194 0.09465038 0.13933 0.09444898 0.1400979 0.09257489 0.1379931 0.09465038 0.13933 0.09257489 0.1379931 0.09353446 0.1375966 0.09465038 0.13933 0.09498584 0.1385521 0.09722799 0.1385087 0.09465038 0.13933 0.09722799 0.1385087 0.09444898 0.1400979 0.09267354 0.1345841 0.09129297 0.1338727 0.09426271 0.1313898 0.09267354 0.1345841 0.09426271 0.1313898 0.09479475 0.1320521 0.09267354 0.1345841 0.09361922 0.1347727 0.09353446 0.1375966 0.09267354 0.1345841 0.09257489 0.1379931 0.09129297 0.1338727 0.09665882 0.1306972 0.09669184 0.1302133 0.09855282 0.1321628 0.09665882 0.1306972 0.09855282 0.1321628 0.09661549 0.1314069 0.09665882 0.1306972 0.09661549 0.1314069 0.09426271 0.1313898 0.09665882 0.1306972 0.09426271 0.1313898 0.09669184 0.1302133 0.09863567 0.1354432 0.1002302 0.1354714 0.09722799 0.1385087 0.09863567 0.1354432 0.09722799 0.1385087 0.09684461 0.1377213 0.09863567 0.1354432 0.0979821 0.1351863 0.09802883 0.1325479 0.09863567 0.1354432 0.09855282 0.1321628 0.1002302 0.1354714 0.09529703 0.1375935 0.09498584 0.1385521 0.09353446 0.1375966 0.09529703 0.1375935 0.0943852 0.1369856 0.09559619 0.1365446 0.09529703 0.1375935 0.09559619 0.1365446 0.09649842 0.1369339 0.09529703 0.1375935 0.09649842 0.1369339 0.09684461 0.1377213 0.09445452 0.1349691 0.09361922 0.1347727 0.09523469 0.1329973 0.09445452 0.1349691 0.09523469 0.1329973 0.09562844 0.1340838 0.09445452 0.1349691 0.09523463 0.1351694 0.09518152 0.1362673 0.09445452 0.1349691 0.0943852 0.1369856 0.09361922 0.1347727 0.09645503 0.1325232 0.09661549 0.1314069 0.09802883 0.1325479 0.09645503 0.1325232 0.09738594 0.1333168 0.09623599 0.133843 0.09645503 0.1325232 0.09623599 0.133843 0.09523469 0.1329973 0.09645503 0.1325232 0.09523469 0.1329973 0.09479475 0.1320521 0.09729754 0.1351477 0.0979821 0.1351863 0.09649842 0.1369339 0.09729754 0.1351477 0.09649842 0.1369339 0.09617078 0.1361466 0.09729754 0.1351477 0.09659755 0.1352182 0.09668362 0.1342777 0.09729754 0.1351477 0.09738594 0.1333168 0.0979821 0.1351863 0.09723627 0.1285075 0.09701406 0.1292492 0.09626442 0.1277487 0.09723627 0.1285075 0.09626442 0.1277487 0.0970782 0.1273024 0.09723627 0.1285075 0.09747326 0.1276574 0.0984112 0.1282125 0.09723627 0.1285075 0.0984112 0.1282125 0.09880906 0.1288847 0.09620791 0.1260626 0.09541976 0.1258023 0.09686869 0.1245453 0.09620791 0.1260626 0.09686869 0.1245453 0.09733062 0.1255152 0.09620791 0.1260626 0.09704548 0.1263672 0.09626442 0.1277487 0.09620791 0.1260626 0.09626442 0.1277487 0.09550887 0.1281396 0.09804856 0.1242923 0.09817302 0.1233522 0.09963881 0.1244643 0.09804856 0.1242923 0.09902542 0.1250931 0.09788912 0.1254104 0.09804856 0.1242923 0.09788912 0.1254104 0.09686869 0.1245453 0.09804856 0.1242923 0.09686869 0.1245453 0.09641754 0.1237143 0.09907692 0.1267371 0.09976738 0.1267991 0.09880906 0.1288847 0.09907692 0.1267371 0.0984112 0.1282125 0.0983169 0.1267007 0.09907692 0.1267371 0.0983169 0.1267007 0.09834367 0.1258674 0.09907692 0.1267371 0.09902542 0.1250931 0.09976738 0.1267991 0.09382134 0.147216 0.09374743 0.1481155 0.09217274 0.1474678 0.09382134 0.147216 0.09290027 0.1467599 0.09382486 0.1462526 0.09382134 0.147216 0.09382486 0.1462526 0.09494405 0.1466583 0.09382134 0.147216 0.09494405 0.1466583 0.0955553 0.1472504 0.09287416 0.1452772 0.091977 0.1451844 0.0935232 0.14375 0.09287416 0.1452772 0.0935232 0.14375 0.0940169 0.1446042 0.09287416 0.1452772 0.09362334 0.1453048 0.09349387 0.1459875 0.09287416 0.1452772 0.09290027 0.1467599 0.091977 0.1451844 0.09462767 0.1431603 0.09468036 0.1420642 0.09622782 0.1427875 0.09462767 0.1431603 0.0955305 0.1435845 0.09447836 0.1442855 0.09462767 0.1431603 0.09447836 0.1442855 0.0935232 0.14375 0.09462767 0.1431603 0.0935232 0.14375 0.09289968 0.1428537 0.09557485 0.1450991 0.0964508 0.1449953 0.09494405 0.1466583 0.09557485 0.1450991 0.09494405 0.1466583 0.09431922 0.1460258 0.09557485 0.1450991 0.09467989 0.1452332 0.09477639 0.1444585 0.09557485 0.1450991 0.0955305 0.1435845 0.0964508 0.1449953 0.1155229 0.0894953 0.1151562 0.08967804 0.1157509 0.08852839 0.1155229 0.0894953 0.1157509 0.08852839 0.1161434 0.0888651 0.1155229 0.0894953 0.1159906 0.08936768 0.1160124 0.08979332 0.1155229 0.0894953 0.1157018 0.09035289 0.1151562 0.08967804 0.09775662 0.1186577 0.09698754 0.1183999 0.09853273 0.1172585 0.09775662 0.1186577 0.09853273 0.1172585 0.099011 0.1181495 0.09775662 0.1186577 0.0986523 0.1189634 0.09765177 0.1202223 0.09775662 0.1186577 0.09765177 0.1202223 0.09687727 0.120543 0.0996496 0.1170369 0.09984916 0.1162211 0.1011697 0.1172748 0.0996496 0.1170369 0.1004913 0.1177912 0.09951543 0.1180396 0.0996496 0.1170369 0.09951543 0.1180396 0.099011 0.1181495 0.0996496 0.1170369 0.09853273 0.1172585 0.09984916 0.1162211 0.1004418 0.1193196 0.1011461 0.1194275 0.1000828 0.1213234 0.1004418 0.1193196 0.09972095 0.1206825 0.0993995 0.1199431 0.1004418 0.1193196 0.09977442 0.1192353 0.09986877 0.1184596 0.1004418 0.1193196 0.1004913 0.1177912 0.1011461 0.1194275 0.09854871 0.1209403 0.09828442 0.1216064 0.09765177 0.1202223 0.09854871 0.1209403 0.09765177 0.1202223 0.0985741 0.1198453 0.09854871 0.1209403 0.09891128 0.1201591 0.09972095 0.1206825 0.09854871 0.1209403 0.09972095 0.1206825 0.1000828 0.1213234 0.1004562 0.1117793 0.09967511 0.1115434 0.1013959 0.1103896 0.1004562 0.1117793 0.1013959 0.1103896 0.1017741 0.1114932 0.1004562 0.1117793 0.1013565 0.1120358 0.1011819 0.1126508 0.1004562 0.1117793 0.1001595 0.1133381 0.09967511 0.1115434 0.1025491 0.1101836 0.1028503 0.1092025 0.1040657 0.1103412 0.1025491 0.1101836 0.1032988 0.1109446 0.1022251 0.1114454 0.1025491 0.1101836 0.1022251 0.1114454 0.1013959 0.1103896 0.1025491 0.1101836 0.1013959 0.1103896 0.1010627 0.1094993 0.1030275 0.1124557 0.1037366 0.1126039 0.1021135 0.1137978 0.1030275 0.1124557 0.1021135 0.1137978 0.1019291 0.112814 0.1030275 0.1124557 0.1023284 0.1123259 0.1024847 0.1117653 0.1030275 0.1124557 0.1032988 0.1109446 0.1037366 0.1126039 0.1009347 0.1140514 0.1005615 0.1149449 0.09930288 0.1138527 0.1009347 0.1140514 0.1001595 0.1133381 0.1014598 0.1129163 0.1009347 0.1140514 0.1014598 0.1129163 0.1021135 0.1137978 0.1009347 0.1140514 0.1021135 0.1137978 0.1023923 0.1146016 0.1037634 0.1046983 0.1032054 0.1044201 0.1046057 0.1034693 0.1037634 0.1046983 0.1046057 0.1034693 0.1046562 0.1044747 0.1037634 0.1046983 0.1043051 0.1051205 0.1034582 0.1059994 0.1037634 0.1046983 0.1034582 0.1059994 0.1027412 0.1062946 0.1055346 0.1031799 0.1059628 0.1023466 0.1068773 0.1031844 0.1055346 0.1031799 0.1061151 0.1037218 0.1051397 0.1042726 0.1055346 0.1031799 0.1051397 0.1042726 0.1046057 0.1034693 0.1055346 0.1031799 0.1046057 0.1034693 0.1045168 0.1027063 0.1059125 0.1049863 0.1065945 0.1050628 0.1054644 0.1067805 0.1059125 0.1049863 0.1051725 0.1061788 0.1053018 0.1050738 0.1059125 0.1049863 0.1053018 0.1050738 0.1054552 0.1044827 0.1059125 0.1049863 0.1061151 0.1037218 0.1065945 0.1050628 0.1041412 0.1065046 0.1038371 0.1071363 0.1034582 0.1059994 0.1041412 0.1065046 0.1034582 0.1059994 0.1042032 0.1057546 0.1041412 0.1065046 0.1044671 0.1059218 0.1051725 0.1061788 0.1041412 0.1065046 0.1051725 0.1061788 0.1054644 0.1067805 0.1076761 0.09855508 0.1070886 0.09827083 0.1088645 0.0972926 0.1076761 0.09855508 0.1088645 0.0972926 0.1088688 0.09844285 0.1076761 0.09855508 0.1083502 0.09889721 0.1079799 0.09947067 0.1076761 0.09855508 0.106944 0.1000082 0.1070886 0.09827083 0.1095681 0.09722471 0.1099686 0.09628534 0.1104024 0.09745788 0.1095681 0.09722471 0.1097819 0.09801256 0.1091454 0.09851163 0.1095681 0.09722471 0.1091454 0.09851163 0.1088645 0.0972926 0.1095681 0.09722471 0.1088645 0.0972926 0.1088413 0.09638375 0.1095013 0.09931749 0.1100745 0.09938383 0.1087642 0.1004318 0.1095013 0.09931749 0.1087642 0.1004318 0.1085657 0.09973609 0.1095013 0.09931749 0.1089434 0.09937381 0.1091727 0.09889233 0.1095013 0.09931749 0.1097819 0.09801256 0.1100745 0.09938383 0.1076093 0.1006479 0.1071946 0.1013693 0.1060824 0.1004362 0.1076093 0.1006479 0.106944 0.1000082 0.1081482 0.09975934 0.1076093 0.1006479 0.1081482 0.09975934 0.1087642 0.1004318 0.1076093 0.1006479 0.1087642 0.1004318 0.1090002 0.1010315 0.3768633 0.1130009 0.3776789 0.1133407 0.3764501 0.1144834 0.3768633 0.1130009 0.37615 0.113673 0.3761076 0.1127591 0.3768633 0.1130009 0.3761076 0.1127591 0.3761246 0.1122706 0.3768633 0.1130009 0.3768828 0.11202 0.3776789 0.1133407 0.3752263 0.1138718 0.3749943 0.1148087 0.3744273 0.1133264 0.3752263 0.1138718 0.3744273 0.1133264 0.3752232 0.1126831 0.3752263 0.1138718 0.3755067 0.1130341 0.37615 0.113673 0.3752263 0.1138718 0.37615 0.113673 0.3764501 0.1144834 0.3740884 0.1117662 0.3731859 0.1116398 0.3744431 0.1105147 0.3740884 0.1117662 0.3744431 0.1105147 0.3750376 0.1113185 0.3740884 0.1117662 0.3749908 0.1118925 0.3744273 0.1133264 0.3740884 0.1117662 0.3744273 0.1133264 0.3731859 0.1116398 0.3757253 0.1108953 0.3760753 0.1101662 0.3778357 0.1117714 0.3757253 0.1108953 0.3768828 0.11202 0.3755918 0.1116175 0.3757253 0.1108953 0.3755918 0.1116175 0.3750376 0.1113185 0.3757253 0.1108953 0.3744431 0.1105147 0.3760753 0.1101662 0.38422 0.131017 0.3835556 0.131218 0.3836097 0.1288214 0.38422 0.131017 0.3843225 0.129327 0.3849644 0.1309114 0.38422 0.131017 0.3849644 0.1309114 0.3852022 0.1318593 0.38422 0.131017 0.384781 0.1325807 0.3835556 0.131218 0.3850802 0.1284021 0.3847624 0.1274614 0.3862891 0.1277785 0.3850802 0.1284021 0.3860714 0.1286583 0.3857949 0.1295062 0.3850802 0.1284021 0.3853595 0.1293427 0.3843225 0.129327 0.3850802 0.1284021 0.3843225 0.129327 0.3836097 0.1288214 0.3868743 0.1305118 0.387465 0.1304137 0.3870136 0.1324915 0.3868743 0.1305118 0.3870136 0.1324915 0.3863694 0.1318339 0.3868743 0.1305118 0.3862418 0.1306355 0.3860714 0.1286583 0.3868743 0.1305118 0.3860714 0.1286583 0.3862891 0.1277785 0.3860139 0.1331267 0.3862581 0.1341703 0.3844788 0.1334134 0.3860139 0.1331267 0.384781 0.1325807 0.3858467 0.1322042 0.3860139 0.1331267 0.3858467 0.1322042 0.3863694 0.1318339 0.3860139 0.1331267 0.3870136 0.1324915 0.3862581 0.1341703 0.3807874 0.1211118 0.380092 0.1216133 0.3794589 0.1184941 0.3807874 0.1211118 0.3803371 0.1187744 0.3815145 0.1206322 0.3807874 0.1211118 0.3815145 0.1206322 0.381962 0.1218816 0.3807874 0.1211118 0.3817533 0.1229985 0.380092 0.1216133 0.3807634 0.1174114 0.3802687 0.1164704 0.3817172 0.1174479 0.3807634 0.1174114 0.3817172 0.1174479 0.3816769 0.1184387 0.3807634 0.1174114 0.3813244 0.1183369 0.3803371 0.1187744 0.3807634 0.1174114 0.3803371 0.1187744 0.3794589 0.1184941 0.3828489 0.1193087 0.3834533 0.1188595 0.3834652 0.1216202 0.3828489 0.1193087 0.3834652 0.1216202 0.3826377 0.121087 0.3828489 0.1193087 0.3822491 0.1196386 0.3816769 0.1184387 0.3828489 0.1193087 0.3817172 0.1174479 0.3834533 0.1188595 0.3828729 0.1230091 0.3832765 0.1240023 0.3815654 0.124044 0.3828729 0.1230091 0.3817533 0.1229985 0.3824392 0.1219339 0.3828729 0.1230091 0.3824392 0.1219339 0.3834652 0.1216202 0.3828729 0.1230091 0.3834652 0.1216202 0.3842357 0.1220778 0.3895328 0.140827 0.3901368 0.1406818 0.3899744 0.1423116 0.3895328 0.140827 0.3894086 0.1416453 0.3888916 0.1410964 0.3895328 0.140827 0.3888916 0.1410964 0.3888469 0.1411076 0.3895328 0.140827 0.3891823 0.1400054 0.3901368 0.1406818 0.3887793 0.141951 0.3888372 0.1429228 0.388052 0.1416915 0.3887793 0.141951 0.388052 0.1416915 0.388611 0.14113 0.3887793 0.141951 0.3887344 0.1411113 0.3888421 0.1410858 0.3887793 0.141951 0.3894086 0.1416453 0.3888372 0.1429228 0.3876341 0.1408136 0.3867532 0.1407058 0.3876908 0.1399391 0.3876341 0.1408136 0.3876908 0.1399391 0.3885128 0.1410673 0.3876341 0.1408136 0.3885148 0.1410989 0.388052 0.1416915 0.3876341 0.1408136 0.388052 0.1416915 0.3875039 0.1424195 0.3883876 0.1396896 0.3880527 0.1384648 0.3894532 0.1390579 0.3883876 0.1396896 0.3891823 0.1400054 0.3886721 0.141084 0.3883876 0.1396896 0.3886721 0.141084 0.3876908 0.1399391 0.3883876 0.1396896 0.3876908 0.1399391 0.3880527 0.1384648 0.3935742 0.1788476 0.3932051 0.178704 0.3940342 0.1767717 0.3935742 0.1788476 0.3940342 0.1767717 0.3943219 0.1776365 0.3935742 0.1788476 0.393934 0.1790317 0.3939447 0.1804281 0.3935742 0.1788476 0.3937612 0.1809066 0.3932051 0.178704 0.3951187 0.1760748 0.3952113 0.1751326 0.396575 0.1759694 0.3951187 0.1760748 0.3960779 0.1767475 0.3949633 0.1772111 0.3951187 0.1760748 0.3949633 0.1772111 0.3940342 0.1767717 0.3951187 0.1760748 0.3940342 0.1767717 0.3937134 0.1760528 0.396162 0.1787803 0.3966814 0.1785892 0.3955993 0.18083 0.396162 0.1787803 0.3955993 0.18083 0.3951702 0.1803743 0.396162 0.1787803 0.3955289 0.1790364 0.3954888 0.1776973 0.396162 0.1787803 0.3960779 0.1767475 0.3966814 0.1785892 0.3946176 0.1815531 0.3946752 0.1821606 0.3935657 0.1813265 0.3946176 0.1815531 0.3937612 0.1809066 0.3944995 0.180857 0.3946176 0.1815531 0.3944995 0.180857 0.3951702 0.1803743 0.3946176 0.1815531 0.3955993 0.18083 0.3946752 0.1821606 0.3932747 0.1707788 0.3924736 0.1703319 0.3933598 0.1691119 0.3932747 0.1707788 0.3933598 0.1691119 0.3942293 0.1706613 0.3932747 0.1707788 0.3941453 0.1713495 0.3939193 0.1723598 0.3932747 0.1707788 0.3939193 0.1723598 0.3934552 0.172717 0.3943971 0.1684014 0.394092 0.1668472 0.3958829 0.1674899 0.3943971 0.1684014 0.3956031 0.1687938 0.3947305 0.1703181 0.3943971 0.1684014 0.3947305 0.1703181 0.3933598 0.1691119 0.3943971 0.1684014 0.3933598 0.1691119 0.3925713 0.1678577 0.3961939 0.1704351 0.3967912 0.1699755 0.3966199 0.1725502 0.3961939 0.1704351 0.3960551 0.1721624 0.395497 0.1710259 0.3961939 0.1704351 0.395497 0.1710259 0.3952771 0.1704098 0.3961939 0.1704351 0.3956031 0.1687938 0.3967912 0.1699755 0.3950715 0.1728125 0.3951727 0.1734603 0.3939193 0.1723598 0.3950715 0.1728125 0.3939193 0.1723598 0.3943993 0.1719569 0.3950715 0.1728125 0.3949118 0.1720573 0.395379 0.1717229 0.3950715 0.1728125 0.3960551 0.1721624 0.3951727 0.1734603 0.394526 0.121856 0.3981859 0.1241617 0.3998377 0.1369348 0.394526 0.121856 0.3998377 0.1369348 0.3908382 0.1198703 0.394526 0.121856 0.3908382 0.1198703 0.3883633 0.1096959 0.394526 0.121856 0.3883633 0.1096959 0.3910421 0.1089771 0.1127129 0.1013736 0.114171 0.1022412 0.1115956 0.104117 0.1127129 0.1013736 0.1115956 0.104117 0.1097602 0.1026377 0.1127129 0.1013736 0.1114971 0.1003321 0.1136765 0.09896051 0.1127129 0.1013736 0.1136765 0.09896051 0.1148891 0.09967947 0.1147027 0.09664499 0.1157137 0.09485149 0.11606 0.09588766 0.1147027 0.09664499 0.1156284 0.09738051 0.1136765 0.09896051 0.1147027 0.09664499 0.1136765 0.09896051 0.1123069 0.09766095 0.1147027 0.09664499 0.1139666 0.09569865 0.1157137 0.09485149 0.1106787 0.09969544 0.1114971 0.1003321 0.1093109 0.1014391 0.1106787 0.09969544 0.1093109 0.1014391 0.1090002 0.1010315 0.1106787 0.09969544 0.1100745 0.09938383 0.1110454 0.09755343 0.1106787 0.09969544 0.1110454 0.09755343 0.1123069 0.09766095 0.1103249 0.09604114 0.1087802 0.09595775 0.1088243 0.09476345 0.1103249 0.09604114 0.1105952 0.09605079 0.1110454 0.09755343 0.1103249 0.09604114 0.1110454 0.09755343 0.1104024 0.09745788 0.1103249 0.09604114 0.1099686 0.09628534 0.1087802 0.09595775 0.1149917 0.08997112 0.1148709 0.0902791 0.1146455 0.08780664 0.1149917 0.08997112 0.115257 0.08812803 0.1151562 0.08967804 0.1149917 0.08997112 0.1151562 0.08967804 0.1154661 0.0909512 0.1149917 0.08997112 0.1153805 0.09162712 0.1151238 0.09311264 0.1107379 0.09587293 0.1122857 0.09639602 0.1105952 0.09605079 0.1107379 0.09587293 0.1105952 0.09605079 0.1098251 0.09438741 0.1107379 0.09587293 0.1098251 0.09438741 0.1109191 0.09548079 0.1107379 0.09587293 0.1109191 0.09548079 0.1122412 0.09586167 0.1146354 0.09050655 0.1141176 0.08901542 0.1148709 0.0902791 0.1146354 0.09050655 0.1148709 0.0902791 0.1151238 0.09311264 0.1146354 0.09050655 0.1145032 0.09291231 0.1142472 0.09084433 0.1146354 0.09050655 0.1142472 0.09084433 0.1137806 0.08965331 0.1136304 0.0951423 0.1145032 0.09291231 0.1151238 0.09311264 0.1136304 0.0951423 0.1139666 0.09569865 0.1122857 0.09639602 0.1136304 0.0951423 0.1122857 0.09639602 0.1122412 0.09586167 0.1136304 0.0951423 0.1134004 0.09474223 0.1145032 0.09291231 0.1129828 0.09426474 0.1135481 0.0928781 0.1134004 0.09474223 0.1129828 0.09426474 0.1134004 0.09474223 0.1121695 0.09510165 0.1129828 0.09426474 0.1121695 0.09510165 0.1120842 0.0942288 0.1129828 0.09426474 0.1124714 0.0937485 0.1128199 0.09298545 0.1136683 0.09148317 0.1133868 0.09067171 0.1142472 0.09084433 0.1136683 0.09148317 0.1142472 0.09084433 0.114151 0.09283298 0.1136683 0.09148317 0.1135481 0.0928781 0.1129942 0.09227252 0.1136683 0.09148317 0.1129942 0.09227252 0.1129645 0.09188038 0.1113051 0.09484744 0.1121695 0.09510165 0.1109191 0.09548079 0.1113051 0.09484744 0.1109191 0.09548079 0.1101357 0.09427112 0.1113051 0.09484744 0.1108266 0.09399008 0.1117934 0.09409356 0.1113051 0.09484744 0.1117934 0.09409356 0.1120842 0.0942288 0.4465273 0.8131526 0.4450407 0.8195813 0.4394211 0.8115405 0.4465273 0.8131526 0.4394211 0.8115405 0.4465523 0.8061853 0.4465273 0.8131526 0.4465523 0.8061853 0.4547978 0.8088318 0.4465273 0.8131526 0.4548432 0.8154684 0.4450407 0.8195813 0.4406306 0.8249323 0.435942 0.8291124 0.4324765 0.8239049 0.4406306 0.8249323 0.4450407 0.8195813 0.4501823 0.8265033 0.4406306 0.8249323 0.4501823 0.8265033 0.4462796 0.8304127 0.4582297 0.841721 0.4581999 0.8456637 0.4423079 0.8439564 0.4582297 0.841721 0.4421576 0.8396981 0.4427816 0.8361538 0.4582297 0.841721 0.4590331 0.8385798 0.4780496 0.8437797 0.4582297 0.841721 0.4780496 0.8437797 0.4776638 0.8472557 0.4598437 0.8358449 0.4590331 0.8385798 0.4439842 0.8333441 0.4598437 0.8358449 0.4439842 0.8333441 0.4462796 0.8304127 0.4598437 0.8358449 0.4609223 0.8329082 0.4793386 0.8385755 0.4598437 0.8358449 0.4793386 0.8385755 0.4790563 0.8411521 0.4625295 0.8291612 0.4609223 0.8329082 0.4501823 0.8265033 0.4625295 0.8291612 0.4501823 0.8265033 0.4537007 0.8215454 0.4625295 0.8291612 0.4642275 0.8245926 0.4786379 0.8320798 0.4625295 0.8291612 0.4786379 0.8320798 0.4791234 0.835676 0.4655784 0.8191914 0.4642275 0.8245926 0.4537007 0.8215454 0.4655784 0.8191914 0.4548432 0.8154684 0.4667558 0.8133739 0.4655784 0.8191914 0.4667558 0.8133739 0.4804034 0.823198 0.4655784 0.8191914 0.4804034 0.823198 0.478769 0.8278869 0.4597101 0.850803 0.4613782 0.8561453 0.4450939 0.8541569 0.4597101 0.850803 0.4434281 0.848908 0.4581999 0.8456637 0.4597101 0.850803 0.4581999 0.8456637 0.4776638 0.8472557 0.4597101 0.850803 0.4792444 0.8523769 0.4613782 0.8561453 0.461822 0.8606972 0.4616538 0.8648539 0.4487278 0.8644075 0.461822 0.8606972 0.4468806 0.8593069 0.4613782 0.8561453 0.461822 0.8606972 0.4613782 0.8561453 0.4807667 0.8577348 0.461822 0.8606972 0.4802057 0.8619205 0.4786031 0.8655201 0.5008818 0.8621708 0.4995497 0.8657333 0.4802057 0.8619205 0.5008818 0.8621708 0.4802057 0.8619205 0.4807667 0.8577348 0.5008818 0.8621708 0.5013818 0.8581374 0.5277357 0.8617855 0.5008818 0.8621708 0.5277357 0.8617855 0.5272433 0.8652375 0.5002176 0.8531621 0.5013818 0.8581374 0.4807667 0.8577348 0.5002176 0.8531621 0.4792444 0.8523769 0.4990659 0.8484981 0.5002176 0.8531621 0.4990659 0.8484981 0.526839 0.8502113 0.5002176 0.8531621 0.5271296 0.8539664 0.5013818 0.8581374 0.5009887 0.8263644 0.4994729 0.8305928 0.4804034 0.823198 0.5009887 0.8263644 0.4804034 0.823198 0.4827897 0.8182608 0.5009887 0.8263644 0.5032626 0.821942 0.5288089 0.8307444 0.5009887 0.8263644 0.5288089 0.8307444 0.5276116 0.8344007 0.4994732 0.8344331 0.5001362 0.8377932 0.4791234 0.835676 0.4994732 0.8344331 0.4786379 0.8320798 0.4994729 0.8305928 0.4994732 0.8344331 0.4994729 0.8305928 0.5276116 0.8344007 0.4994732 0.8344331 0.5272412 0.8377486 0.5001362 0.8377932 0.5006088 0.8405808 0.500546 0.843036 0.4793386 0.8385755 0.5006088 0.8405808 0.4793386 0.8385755 0.5001362 0.8377932 0.5006088 0.8405808 0.5001362 0.8377932 0.5276501 0.8407462 0.5006088 0.8405808 0.528791 0.8433513 0.500546 0.843036 0.4996036 0.8453989 0.4990659 0.8484981 0.4780496 0.8437797 0.4996036 0.8453989 0.4780496 0.8437797 0.4790563 0.8411521 0.4996036 0.8453989 0.500546 0.843036 0.5281645 0.8476798 0.4996036 0.8453989 0.5281645 0.8476798 0.526839 0.8502113 0.3882164 0.1638504 0.3890622 0.1673763 0.3871961 0.1659355 0.3882164 0.1638504 0.3871961 0.1659355 0.3863649 0.1630403 0.3882164 0.1638504 0.3872317 0.1600761 0.3891041 0.1618496 0.3882164 0.1638504 0.3891041 0.1618496 0.390668 0.1659156 0.3861317 0.1559435 0.3872317 0.1600761 0.3863649 0.1630403 0.3861317 0.1559435 0.3852909 0.1598189 0.3837831 0.1548924 0.3861317 0.1559435 0.3847811 0.1506643 0.3869539 0.152482 0.3861317 0.1559435 0.3869539 0.152482 0.3883818 0.1568924 0.3988807 0.15268 0.4006164 0.1520753 0.403364 0.1703428 0.3988807 0.15268 0.3998721 0.1612615 0.3970916 0.1542558 0.3988807 0.15268 0.3964197 0.1453233 0.3944783 0.1313996 0.3947287 0.1434252 0.3964197 0.1453233 0.3970916 0.1542558 0.3947287 0.1434252 0.394803 0.1494772 0.3920779 0.1450495 0.3947287 0.1434252 0.3933564 0.1384097 0.3944783 0.1313996 0.3946531 0.1525462 0.3962042 0.1569404 0.394006 0.1558769 0.3946531 0.1525462 0.3933988 0.1510353 0.3920779 0.1450495 0.3946531 0.1525462 0.394803 0.1494772 0.3970916 0.1542558 0.3983213 0.1626643 0.3999032 0.1678822 0.3967313 0.1655347 0.3983213 0.1626643 0.3961378 0.1610355 0.3962042 0.1569404 0.3983213 0.1626643 0.3962042 0.1569404 0.3998721 0.1612615 0.3983213 0.1626643 0.3998721 0.1612615 0.3999032 0.1678822 0.3936122 0.1647632 0.3953877 0.1636059 0.3936756 0.1654704 0.3936122 0.1647632 0.3936756 0.1654704 0.3913096 0.1639345 0.3936122 0.1647632 0.3913096 0.1639345 0.3935526 0.1639491 0.3936122 0.1647632 0.3935526 0.1639491 0.3953877 0.1636059 0.3898852 0.1610602 0.3913096 0.1639345 0.3891041 0.1618496 0.3898852 0.1610602 0.3891041 0.1618496 0.3897972 0.1580516 0.3898852 0.1610602 0.3897972 0.1580516 0.3905795 0.1584678 0.3898852 0.1610602 0.390636 0.1608933 0.3913096 0.1639345 0.3952307 0.1605225 0.3937373 0.1575735 0.3961378 0.1610355 0.3952307 0.1605225 0.3961378 0.1610355 0.3967313 0.1655347 0.3952307 0.1605225 0.3953877 0.1636059 0.3949543 0.1630516 0.3952307 0.1605225 0.3948299 0.1605765 0.393657 0.1581805 0.3915037 0.1568196 0.3911762 0.1561762 0.394006 0.1558769 0.3915037 0.1568196 0.3937373 0.1575735 0.3919134 0.1575207 0.3915037 0.1568196 0.3919134 0.1575207 0.3905795 0.1584678 0.3915037 0.1568196 0.3897972 0.1580516 0.3911762 0.1561762 0.3878261 0.1513785 0.3891273 0.1546592 0.3869539 0.152482 0.3878261 0.1513785 0.3869539 0.152482 0.3877425 0.1479548 0.3878261 0.1513785 0.3877425 0.1479548 0.3886399 0.1492027 0.3878261 0.1513785 0.3887765 0.1517661 0.3891273 0.1546592 0.3911342 0.155543 0.3911762 0.1561762 0.3891273 0.1546592 0.3911342 0.155543 0.3891273 0.1546592 0.3912023 0.1549838 0.3911342 0.155543 0.3912023 0.1549838 0.3922787 0.1540294 0.3911342 0.155543 0.3927046 0.1542015 0.3911762 0.1561762 0.3933958 0.1630814 0.3943104 0.1624447 0.3935526 0.1639491 0.3933958 0.1630814 0.3935526 0.1639491 0.391741 0.1632395 0.3933958 0.1630814 0.3921827 0.1625295 0.3931904 0.1621868 0.3933958 0.1630814 0.3931904 0.1621868 0.3943104 0.1624447 0.3914326 0.1607597 0.3921827 0.1625295 0.391741 0.1632395 0.3914326 0.1607597 0.390636 0.1608933 0.3913657 0.1589622 0.3914326 0.1607597 0.3913657 0.1589622 0.3921536 0.1594956 0.3914326 0.1607597 0.392252 0.1606428 0.3926295 0.1618118 0.3941651 0.1606486 0.3933366 0.1588802 0.393657 0.1581805 0.3941651 0.1606486 0.3948299 0.1605765 0.3943104 0.1624447 0.3941651 0.1606486 0.3943104 0.1624447 0.3935613 0.1618116 0.3941651 0.1606486 0.3933683 0.1607298 0.3933366 0.1588802 0.3922019 0.1583269 0.3913657 0.1589622 0.3919134 0.1575207 0.3922019 0.1583269 0.3919134 0.1575207 0.393657 0.1581805 0.3922019 0.1583269 0.3933366 0.1588802 0.3928962 0.1596263 0.3922019 0.1583269 0.3924298 0.1591858 0.3921536 0.1594956 0.3904311 0.1509424 0.3897407 0.1514158 0.3886399 0.1492027 0.3904311 0.1509424 0.3898342 0.148275 0.3913705 0.1490244 0.3904311 0.1509424 0.3913151 0.1513741 0.3911036 0.1541271 0.3904311 0.1509424 0.3911036 0.1541271 0.3897407 0.1514158 0.3898333 0.1527774 0.3904184 0.1541267 0.3897839 0.1542611 0.3898333 0.1527774 0.3887765 0.1517661 0.3897407 0.1514158 0.3898333 0.1527774 0.3897407 0.1514158 0.3909431 0.1541115 0.3898333 0.1527774 0.3909432 0.1541007 0.3904184 0.1541267 0.3918032 0.1527279 0.3913151 0.1513741 0.3922601 0.1514927 0.3918032 0.1527279 0.3922601 0.1514927 0.3922787 0.1540294 0.3918032 0.1527279 0.3917987 0.154094 0.391336 0.1542375 0.3918032 0.1527279 0.391336 0.1542375 0.3912822 0.1541636 0.3912053 0.154563 0.3917987 0.154094 0.3912023 0.1549838 0.3912053 0.154563 0.3912023 0.1549838 0.3904184 0.1541267 0.3912053 0.154563 0.3904184 0.1541267 0.3910416 0.1541242 0.3912053 0.154563 0.3911756 0.1542112 0.3912917 0.1542772 0.3893885 0.1466419 0.3877425 0.1479548 0.3890866 0.1454632 0.3893885 0.1466419 0.3890866 0.1454632 0.3920779 0.1450495 0.3893885 0.1466419 0.3914709 0.1475543 0.3898342 0.148275 0.3893885 0.1466419 0.3898342 0.148275 0.3877425 0.1479548 0.3926966 0.1508064 0.3914709 0.1475543 0.3933988 0.1510353 0.3926966 0.1508064 0.3933988 0.1510353 0.3927046 0.1542015 0.3926966 0.1508064 0.3927046 0.1542015 0.3922787 0.1540294 0.3926966 0.1508064 0.3922601 0.1514927 0.3913705 0.1490244 0.3951569 0.1738933 0.393023 0.1729831 0.3934552 0.172717 0.3951569 0.1738933 0.3951727 0.1734603 0.3966199 0.1725502 0.3951569 0.1738933 0.3969625 0.1728346 0.3951252 0.1742276 0.3951569 0.1738933 0.3951252 0.1742276 0.393023 0.1729831 0.09353202 0.1498563 0.09088134 0.1510493 0.0933898 0.1494832 0.09353202 0.1498563 0.0933898 0.1494832 0.09634077 0.1506908 0.09353202 0.1498563 0.09634077 0.1506908 0.09380817 0.150478 0.09353202 0.1498563 0.09380817 0.150478 0.09175342 0.1514286 0.09721881 0.153793 0.09634077 0.1506908 0.09875452 0.154469 0.09721881 0.153793 0.09875452 0.154469 0.09641146 0.1569542 0.09721881 0.153793 0.09641146 0.1569542 0.09574294 0.1562684 0.09721881 0.153793 0.09646779 0.1537045 0.09592437 0.1511876 0.09416407 0.157966 0.09641146 0.1569542 0.09471076 0.1593303 0.09416407 0.157966 0.09471076 0.1593303 0.09145373 0.1582989 0.09416407 0.157966 0.09175866 0.1569504 0.09230375 0.1563092 0.09416407 0.157966 0.0940541 0.1571189 0.09641146 0.1569542 0.09047734 0.1540294 0.09175866 0.1569504 0.08950048 0.1549222 0.09047734 0.1540294 0.08950048 0.1549222 0.09088134 0.1510493 0.09047734 0.1540294 0.09088134 0.1510493 0.09139442 0.1538924 0.09047734 0.1540294 0.09139442 0.1538924 0.09230375 0.1563092 0.09254765 0.1539251 0.0930311 0.1554499 0.09139442 0.1538924 0.09254765 0.1539251 0.09139442 0.1538924 0.09282118 0.1523804 0.09254765 0.1539251 0.09282118 0.1523804 0.09398669 0.1536183 0.09254765 0.1539251 0.0938189 0.1540426 0.09384953 0.1544815 0.09405618 0.1559509 0.09508395 0.155419 0.09574294 0.1562684 0.09405618 0.1559509 0.0940541 0.1571189 0.0930311 0.1554499 0.09405618 0.1559509 0.0930311 0.1554499 0.09384953 0.1544815 0.09405618 0.1559509 0.0941143 0.1546223 0.09508395 0.155419 0.09557545 0.1538454 0.09531003 0.1522917 0.09646779 0.1537045 0.09557545 0.1538454 0.09646779 0.1537045 0.09508395 0.155419 0.09557545 0.1538454 0.09508395 0.155419 0.09442973 0.1544877 0.09557545 0.1538454 0.09461241 0.1541009 0.09459674 0.1536995 0.09406691 0.1518197 0.09282118 0.1523804 0.09175342 0.1514286 0.09406691 0.1518197 0.09380817 0.150478 0.09592437 0.1511876 0.09406691 0.1518197 0.09531003 0.1522917 0.09431707 0.1535212 0.09406691 0.1518197 0.09431707 0.1535212 0.09282118 0.1523804 0.3913941 0.202122 0.3988364 0.2025876 0.3969589 0.2156465 0.3913941 0.202122 0.3885216 0.2130365 0.3828305 0.2072861 0.3913941 0.202122 0.3864715 0.1995729 0.3888891 0.193045 0.3913941 0.202122 0.392842 0.1926475 0.3988364 0.2025876 0.3915126 0.1879175 0.3889117 0.1886209 0.3892959 0.1847426 0.3915126 0.1879175 0.3892959 0.1847426 0.3907008 0.18405 0.3915126 0.1879175 0.3937485 0.1862252 0.392842 0.1926475 0.3915126 0.1879175 0.392842 0.1926475 0.3888891 0.193045 0.3870142 0.1717205 0.3883246 0.1713557 0.3887797 0.1747641 0.3870142 0.1717205 0.3874589 0.175067 0.385753 0.1721691 0.3870142 0.1717205 0.385753 0.1721691 0.3853593 0.1697274 0.3870142 0.1717205 0.3865872 0.1692415 0.3883246 0.1713557 0.388082 0.1799334 0.3893082 0.1796126 0.3907008 0.18405 0.388082 0.1799334 0.3892959 0.1847426 0.3878229 0.1847863 0.388082 0.1799334 0.3869063 0.1800269 0.3862028 0.1754515 0.388082 0.1799334 0.3874589 0.175067 0.3893082 0.1796126 0.3813638 0.1530333 0.3816504 0.1468823 0.3831067 0.1585531 0.3813638 0.1530333 0.3831067 0.1585531 0.38256 0.1614106 0.3813638 0.1530333 0.3814467 0.1589572 0.379606 0.1476196 0.3813638 0.1530333 0.379606 0.1476196 0.3795685 0.1389943 0.3843625 0.162164 0.3852909 0.1598189 0.3863649 0.1630403 0.3843625 0.162164 0.3852823 0.1646955 0.3834459 0.1636633 0.3843625 0.162164 0.3834459 0.1636633 0.38256 0.1614106 0.3843625 0.162164 0.3831067 0.1585531 0.3852909 0.1598189 0.3860169 0.1669772 0.3871961 0.1659355 0.3878332 0.1686565 0.3860169 0.1669772 0.3865872 0.1692415 0.3848242 0.1676744 0.3860169 0.1669772 0.3848242 0.1676744 0.3841766 0.1657423 0.3860169 0.1669772 0.3852823 0.1646955 0.3871961 0.1659355 0.3837635 0.1687255 0.3832406 0.1668814 0.3848242 0.1676744 0.3837635 0.1687255 0.3848242 0.1676744 0.3853593 0.1697274 0.3837635 0.1687255 0.3841847 0.1707103 0.3824032 0.1697596 0.3837635 0.1687255 0.3824032 0.1697596 0.3819995 0.1678994 0.3826401 0.1650012 0.3819509 0.1632288 0.3834459 0.1636633 0.3826401 0.1650012 0.3834459 0.1636633 0.3841766 0.1657423 0.3826401 0.1650012 0.3832406 0.1668814 0.3814856 0.1660702 0.3826401 0.1650012 0.3814856 0.1660702 0.3808671 0.1642823 0.3811619 0.1617078 0.3800843 0.1602459 0.3814467 0.1589572 0.3811619 0.1617078 0.3814467 0.1589572 0.38256 0.1614106 0.3811619 0.1617078 0.3819509 0.1632288 0.3801496 0.1625458 0.3811619 0.1617078 0.3801496 0.1625458 0.3800843 0.1602459 0.3855679 0.1798062 0.3848685 0.1759415 0.3862028 0.1754515 0.3855679 0.1798062 0.3869063 0.1800269 0.3863717 0.1838483 0.3855679 0.1798062 0.3863717 0.1838483 0.3845159 0.1827886 0.3855679 0.1798062 0.3838066 0.1795701 0.3848685 0.1759415 0.3844802 0.1730126 0.3841847 0.1707103 0.385753 0.1721691 0.3844802 0.1730126 0.385753 0.1721691 0.3862028 0.1754515 0.3844802 0.1730126 0.3848685 0.1759415 0.3829014 0.1738672 0.3844802 0.1730126 0.3829014 0.1738672 0.3827019 0.1717244 0.3870735 0.1873095 0.3863717 0.1838483 0.3878229 0.1847863 0.3870735 0.1873095 0.3889117 0.1886209 0.3867405 0.1911857 0.3870735 0.1873095 0.3867405 0.1911857 0.3849756 0.1887013 0.3870735 0.1873095 0.385133 0.1855015 0.3863717 0.1838483 0.3844399 0.1964733 0.3867405 0.1911857 0.3888891 0.193045 0.3844399 0.1964733 0.3864715 0.1995729 0.3809603 0.2023617 0.3844399 0.1964733 0.3809603 0.2023617 0.3804347 0.1981495 0.3844399 0.1964733 0.3833616 0.1933807 0.3867405 0.1911857 0.381299 0.1908529 0.3821736 0.1872232 0.3849756 0.1887013 0.381299 0.1908529 0.3833616 0.1933807 0.3796675 0.1938235 0.381299 0.1908529 0.3796675 0.1938235 0.378491 0.1916158 0.381299 0.1908529 0.378939 0.1892496 0.3821736 0.1872232 0.3822248 0.1847152 0.381829 0.1824672 0.3845159 0.1827886 0.3822248 0.1847152 0.385133 0.1855015 0.3821736 0.1872232 0.3822248 0.1847152 0.3821736 0.1872232 0.3792655 0.1865563 0.3822248 0.1847152 0.3792674 0.1845175 0.381829 0.1824672 0.380722 0.1743492 0.38055 0.1723042 0.3829014 0.1738672 0.380722 0.1743492 0.3829014 0.1738672 0.3832026 0.1764088 0.380722 0.1743492 0.3809515 0.1767255 0.3786519 0.1769151 0.380722 0.1743492 0.3784979 0.1745976 0.3783541 0.1726126 0.3813626 0.1796177 0.3809515 0.1767255 0.3832026 0.1764088 0.3813626 0.1796177 0.3838066 0.1795701 0.381829 0.1824672 0.3813626 0.1796177 0.381829 0.1824672 0.3790865 0.1824661 0.3813626 0.1796177 0.3788647 0.1797349 0.3809515 0.1767255 0.3780503 0.1627316 0.3770074 0.160795 0.3790915 0.1608816 0.3780503 0.1627316 0.3801496 0.1625458 0.3788961 0.1648457 0.3780503 0.1627316 0.3788961 0.1648457 0.3768963 0.1651648 0.3780503 0.1627316 0.3759427 0.1626774 0.3770074 0.160795 0.3795226 0.1667627 0.3788961 0.1648457 0.3808671 0.1642823 0.3795226 0.1667627 0.3814856 0.1660702 0.3819995 0.1678994 0.3795226 0.1667627 0.3799784 0.1685827 0.3779076 0.169026 0.3795226 0.1667627 0.3775168 0.1672159 0.3788961 0.1648457 0.3803114 0.1704061 0.3799784 0.1685827 0.3824032 0.1697596 0.3803114 0.1704061 0.3824032 0.1697596 0.3827019 0.1717244 0.3803114 0.1704061 0.38055 0.1723042 0.378172 0.1707901 0.3803114 0.1704061 0.378172 0.1707901 0.3799784 0.1685827 0.3773453 0.1943537 0.3796675 0.1938235 0.3772423 0.1968703 0.3773453 0.1943537 0.3772423 0.1968703 0.3755375 0.1959972 0.3773453 0.1943537 0.3751382 0.1942023 0.3769015 0.1915968 0.3773453 0.1943537 0.3769015 0.1915968 0.378491 0.1916158 0.3769685 0.1889299 0.3753657 0.189396 0.3756185 0.1868183 0.3769685 0.1889299 0.3771823 0.1865054 0.378939 0.1892496 0.3769685 0.1889299 0.378939 0.1892496 0.378491 0.1916158 0.3769685 0.1889299 0.3769015 0.1915968 0.3753657 0.189396 0.377179 0.1844756 0.3756262 0.1845475 0.3770638 0.1823673 0.377179 0.1844756 0.3770638 0.1823673 0.3790865 0.1824661 0.377179 0.1844756 0.3792674 0.1845175 0.3771823 0.1865054 0.377179 0.1844756 0.3771823 0.1865054 0.3756262 0.1845475 0.376785 0.1747512 0.3784979 0.1745976 0.3786519 0.1769151 0.376785 0.1747512 0.3768404 0.177001 0.3754043 0.1748449 0.376785 0.1747512 0.3754043 0.1748449 0.3754484 0.1729268 0.376785 0.1747512 0.3767399 0.1728122 0.3784979 0.1745976 0.3769422 0.1797077 0.3788647 0.1797349 0.3770638 0.1823673 0.3769422 0.1797077 0.3770638 0.1823673 0.3755198 0.1822615 0.3769422 0.1797077 0.3754307 0.1796377 0.3768404 0.177001 0.3769422 0.1797077 0.3768404 0.177001 0.3786519 0.1769151 0.3762336 0.167567 0.3775168 0.1672159 0.3779076 0.169026 0.3762336 0.167567 0.3765178 0.1693234 0.3752562 0.1677919 0.3762336 0.167567 0.3752562 0.1677919 0.3749162 0.165732 0.3762336 0.167567 0.3757261 0.1654852 0.3768963 0.1651648 0.3766686 0.1710374 0.378172 0.1707901 0.3783541 0.1726126 0.3766686 0.1710374 0.3767399 0.1728122 0.3754723 0.1711727 0.3766686 0.1710374 0.3754723 0.1711727 0.3754253 0.1694915 0.3766686 0.1710374 0.3765178 0.1693234 0.378172 0.1707901 0.5646529 0.8611013 0.5644338 0.8637772 0.5277357 0.8617855 0.5646529 0.8611013 0.5277357 0.8617855 0.5278304 0.8581046 0.5646529 0.8611013 0.5647196 0.8583875 0.5976228 0.86018 0.5646529 0.8611013 0.5976228 0.86018 0.5981788 0.8616799 0.5644809 0.8555977 0.5647196 0.8583875 0.5278304 0.8581046 0.5644809 0.8555977 0.5271296 0.8539664 0.526839 0.8502113 0.5644809 0.8555977 0.5654163 0.8532153 0.5911861 0.8554196 0.5644809 0.8555977 0.5978797 0.8570539 0.5647196 0.8583875 0.5653385 0.8383917 0.5644574 0.8410012 0.5288089 0.8307444 0.5653385 0.8383917 0.5288089 0.8307444 0.5304196 0.8269339 0.5653385 0.8383917 0.5665053 0.8357533 0.5971336 0.8462095 0.5653385 0.8383917 0.5971336 0.8462095 0.5880304 0.8457397 0.5641478 0.8435533 0.5653545 0.8460209 0.5276501 0.8407462 0.5641478 0.8435533 0.5272412 0.8377486 0.5276116 0.8344007 0.5641478 0.8435533 0.5644574 0.8410012 0.5880304 0.8457397 0.5641478 0.8435533 0.5965364 0.848965 0.5904414 0.8494945 0.5690222 0.8483768 0.5714672 0.8503634 0.5293878 0.8456378 0.5690222 0.8483768 0.528791 0.8433513 0.5653545 0.8460209 0.5690222 0.8483768 0.5653545 0.8460209 0.5904414 0.8494945 0.5690222 0.8483768 0.6025822 0.8521344 0.5714672 0.8503634 0.5690051 0.8517234 0.5654163 0.8532153 0.5281645 0.8476798 0.5690051 0.8517234 0.5281645 0.8476798 0.5293878 0.8456378 0.5690051 0.8517234 0.5714672 0.8503634 0.6034777 0.8555882 0.5690051 0.8517234 0.6034777 0.8555882 0.5911861 0.8554196 0.6107504 0.8511012 0.5971336 0.8462095 0.5991234 0.8450815 0.6107504 0.8511012 0.6158772 0.8515997 0.6025822 0.8521344 0.6107504 0.8511012 0.6025822 0.8521344 0.5965364 0.848965 0.6107504 0.8511012 0.5965364 0.848965 0.5880304 0.8457397 0.1068885 0.08489131 0.1072218 0.08585262 0.1049649 0.08706158 0.1068885 0.08489131 0.1049649 0.08706158 0.1047859 0.08608329 0.1068885 0.08489131 0.1066764 0.08403217 0.108635 0.08305191 0.1111319 0.08375811 0.1130911 0.08234542 0.1131436 0.08397734 0.1111319 0.08375811 0.1112643 0.08533805 0.1093985 0.08542829 0.1111319 0.08375811 0.1093985 0.08542829 0.1089518 0.08403587 0.1077973 0.08701819 0.1093985 0.08542829 0.1096212 0.08688825 0.1077973 0.08701819 0.1081021 0.08833569 0.105917 0.08913868 0.1077973 0.08701819 0.105917 0.08913868 0.1052924 0.08806997 0.1110785 0.08628755 0.1130991 0.084737 0.1132468 0.085316 0.1110785 0.08628755 0.1111389 0.08703142 0.1092659 0.08807468 0.1110785 0.08628755 0.1092659 0.08807468 0.1112643 0.08533805 0.1110785 0.08628755 0.1112643 0.08533805 0.1130991 0.084737 0.1076229 0.08975273 0.1092659 0.08807468 0.1074213 0.09102344 0.1076229 0.08975273 0.1074213 0.09102344 0.1047334 0.09416991 0.1076229 0.08975273 0.1060242 0.09151154 0.1063305 0.0902813 0.1076229 0.08975273 0.1081021 0.08833569 0.1096212 0.08688825 0.1085584 0.09190213 0.1070895 0.09401398 0.1074213 0.09102344 0.1085584 0.09190213 0.1074213 0.09102344 0.1091836 0.0890662 0.1085584 0.09190213 0.1102254 0.08994144 0.1099185 0.09245634 0.1085584 0.09190213 0.1099185 0.09245634 0.1088243 0.09476345 0.1120107 0.08799439 0.1102254 0.08994144 0.1111389 0.08703142 0.1120107 0.08799439 0.1111389 0.08703142 0.1132468 0.085316 0.1120107 0.08799439 0.1138759 0.08640587 0.1129068 0.08891439 0.1120107 0.08799439 0.1129068 0.08891439 0.1113955 0.0906381 0.1103858 0.09275364 0.1098251 0.09438741 0.1099185 0.09245634 0.1103858 0.09275364 0.1099185 0.09245634 0.1116982 0.09109359 0.1103858 0.09275364 0.1116982 0.09109359 0.1116938 0.09148943 0.1103858 0.09275364 0.1105927 0.09290403 0.1101357 0.09427112 0.1130403 0.08952927 0.1116982 0.09109359 0.1113955 0.0906381 0.1130403 0.08952927 0.1129068 0.08891439 0.1146455 0.08780664 0.1130403 0.08952927 0.1141176 0.08901542 0.1137806 0.08965331 0.1130403 0.08952927 0.112843 0.09013712 0.1116982 0.09109359 0.1111711 0.09301757 0.1108266 0.09399008 0.1105927 0.09290403 0.1111711 0.09301757 0.1105927 0.09290403 0.111943 0.09200704 0.1111711 0.09301757 0.111943 0.09200704 0.112319 0.09258556 0.1111711 0.09301757 0.1119354 0.0931127 0.1117077 0.09362679 0.1127466 0.09103572 0.111943 0.09200704 0.1116938 0.09148943 0.1127466 0.09103572 0.112843 0.09013712 0.1133868 0.09067171 0.1127466 0.09103572 0.1133868 0.09067171 0.1129645 0.09188038 0.1127466 0.09103572 0.1127008 0.09207981 0.111943 0.09200704 0.958388 0.9049698 0.9576962 0.9020813 0.9607236 0.901548 0.958388 0.9049698 0.9612724 0.9049562 0.958378 0.9073073 0.958388 0.9049698 0.958378 0.9073073 0.9557828 0.906903 0.958388 0.9049698 0.9556586 0.9049475 0.9576962 0.9020813 0.9336213 0.8796157 0.9322763 0.8770619 0.9359089 0.8788097 0.9336213 0.8796157 0.9359089 0.8788097 0.9367066 0.8813564 0.9336213 0.8796157 0.934213 0.881821 0.9313449 0.8803328 0.9336213 0.8796157 0.9313449 0.8803328 0.9322763 0.8770619 0.9343841 0.8839011 0.934213 0.881821 0.9369725 0.8837514 0.9343841 0.8839011 0.9369725 0.8837514 0.9365615 0.8867989 0.9343841 0.8839011 0.9338866 0.886638 0.9318845 0.8840778 0.9343841 0.8839011 0.9318845 0.8840778 0.9317866 0.8822504 0.9532393 0.9048537 0.9523002 0.9028396 0.9548335 0.9025375 0.9532393 0.9048537 0.9556586 0.9049475 0.9534021 0.9066199 0.9532393 0.9048537 0.9534021 0.9066199 0.9508638 0.9063752 0.9532393 0.9048537 0.9507176 0.9047724 0.9523002 0.9028396 0.953177 0.9083216 0.9534021 0.9066199 0.9557828 0.906903 0.953177 0.9083216 0.9555442 0.9087705 0.9545016 0.9108168 0.953177 0.9083216 0.9521131 0.9100313 0.9506098 0.9079231 0.953177 0.9083216 0.9506098 0.9079231 0.9508638 0.9063752 0.9290909 0.8808722 0.927803 0.8790315 0.9300659 0.8781129 0.9290909 0.8808722 0.9313449 0.8803328 0.9294945 0.8826089 0.9290909 0.8808722 0.9294945 0.8826089 0.9269881 0.8829873 0.9290909 0.8808722 0.9265815 0.8814391 0.927803 0.8790315 0.9295625 0.8843085 0.9294945 0.8826089 0.9318845 0.8840778 0.9295625 0.8843085 0.9318845 0.8840778 0.9312903 0.8865022 0.9295625 0.8843085 0.9288509 0.8864166 0.9270469 0.884544 0.9295625 0.8843085 0.9270469 0.884544 0.9269881 0.8829873 0.7072837 0.4848376 0.7063606 0.4825119 0.7088946 0.4820848 0.7072837 0.4848376 0.7097584 0.4847617 0.709745 0.4869459 0.7072837 0.4848376 0.7072506 0.4868667 0.7045924 0.4848551 0.7072837 0.4848376 0.7045924 0.4848551 0.7063606 0.4825119 0.7067505 0.4888286 0.7072506 0.4868667 0.7092835 0.4891242 0.7067505 0.4888286 0.7092835 0.4891242 0.707876 0.4917498 0.7067505 0.4888286 0.7052913 0.4909696 0.7040835 0.488478 0.7067505 0.4888286 0.7040835 0.488478 0.7045748 0.4867057 0.947681 0.9047876 0.9467707 0.9036391 0.9497336 0.903152 0.947681 0.9047876 0.9507176 0.9047724 0.9477959 0.9060862 0.947681 0.9047876 0.9477959 0.9060862 0.9445431 0.905791 0.947681 0.9047876 0.944504 0.9048372 0.9467707 0.9036391 0.9475521 0.9073401 0.9477959 0.9060862 0.9506098 0.9079231 0.9475521 0.9073401 0.9506098 0.9079231 0.9495222 0.9092833 0.9475521 0.9073401 0.9465455 0.9082769 0.9443719 0.9067125 0.9475521 0.9073401 0.9443719 0.9067125 0.9445431 0.905791 0.9235388 0.8822386 0.9223745 0.8813048 0.9253013 0.8800261 0.9235388 0.8822386 0.9265815 0.8814391 0.923919 0.8834767 0.9235388 0.8822386 0.923919 0.8834767 0.9205851 0.8840259 0.9235388 0.8822386 0.9203054 0.883107 0.9223745 0.8813048 0.923967 0.8847357 0.923919 0.8834767 0.9270469 0.884544 0.923967 0.8847357 0.9270469 0.884544 0.9262482 0.8862763 0.923967 0.8847357 0.9231618 0.8859763 0.9206647 0.8849479 0.923967 0.8847357 0.9206647 0.8849479 0.9205851 0.8840259 0.7013777 0.4849608 0.7004198 0.4835957 0.7036178 0.4829614 0.7013777 0.4849608 0.7045924 0.4848551 0.7045748 0.4867057 0.7013777 0.4849608 0.7013726 0.4864839 0.6978408 0.4862216 0.7013777 0.4849608 0.6978834 0.4850671 0.7004198 0.4835957 0.7009509 0.4879416 0.7013726 0.4864839 0.7040835 0.488478 0.7009509 0.4879416 0.7040835 0.488478 0.7026489 0.4901428 0.7009509 0.4879416 0.6996623 0.4890938 0.697571 0.4873427 0.7009509 0.4879416 0.697571 0.4873427 0.6978408 0.4862216 0.9415611 0.9048594 0.9424077 0.9040156 0.944504 0.9048372 0.9415611 0.9048594 0.944504 0.9048372 0.9414504 0.9055277 0.9415611 0.9048594 0.9414504 0.9055277 0.9399041 0.9040204 0.9415611 0.9048594 0.9399041 0.9040204 0.9412696 0.9035217 0.9414377 0.9061806 0.9414504 0.9055277 0.9443719 0.9067125 0.9414377 0.9061806 0.9443719 0.9067125 0.9421894 0.9071143 0.9414377 0.9061806 0.9421894 0.9071143 0.9410774 0.907352 0.9414377 0.9061806 0.9397864 0.9066338 0.9387462 0.9051425 0.9172241 0.8838806 0.9179156 0.8827875 0.9203054 0.883107 0.9172241 0.8838806 0.9203054 0.883107 0.9172845 0.8845843 0.9172241 0.8838806 0.9172845 0.8845843 0.9142445 0.8852627 0.9172241 0.8838806 0.9153211 0.8834797 0.916626 0.8825557 0.917482 0.8852454 0.9172845 0.8845843 0.9206647 0.8849479 0.917482 0.8852454 0.9206647 0.8849479 0.9184901 0.8860437 0.917482 0.8852454 0.9184901 0.8860437 0.9172886 0.8867873 0.917482 0.8852454 0.9157222 0.8863821 0.9172845 0.8845843 0.6943536 0.4850866 0.6953834 0.4840452 0.6978834 0.4850671 0.6943536 0.4850866 0.6978834 0.4850671 0.6941758 0.485939 0.6943536 0.4850866 0.6941758 0.485939 0.6922493 0.4841352 0.6943536 0.4850866 0.6922493 0.4841352 0.6939599 0.4834748 0.6941622 0.4868047 0.6941758 0.485939 0.697571 0.4873427 0.6941622 0.4868047 0.697571 0.4873427 0.6949202 0.4879648 0.6941622 0.4868047 0.6949202 0.4879648 0.6934111 0.488341 0.6941622 0.4868047 0.6918987 0.4874867 0.6904197 0.485781 0.9405852 0.9014867 0.9422386 0.9021832 0.9412696 0.9035217 0.9405852 0.9014867 0.9399041 0.9040204 0.9387462 0.9051425 0.9405852 0.9014867 0.9393001 0.9007683 0.9428376 0.8982586 0.9405852 0.9014867 0.9428376 0.8982586 0.9422386 0.9021832 0.940455 0.9089615 0.9392951 0.909245 0.9397864 0.9066338 0.940455 0.9089615 0.9397864 0.9066338 0.9410774 0.907352 0.940455 0.9089615 0.9420142 0.9087355 0.9425104 0.9121344 0.940455 0.9089615 0.9425104 0.9121344 0.940841 0.9130658 0.9156231 0.8808245 0.9173769 0.8808989 0.916626 0.8825557 0.9156231 0.8808245 0.9153211 0.8834797 0.9142909 0.8807428 0.9156231 0.8808245 0.9142909 0.8807428 0.9153381 0.8763709 0.9156231 0.8808245 0.9172905 0.8771135 0.9173769 0.8808989 0.9166887 0.8891124 0.9152625 0.8899113 0.9157222 0.8863821 0.9166887 0.8891124 0.9157222 0.8863821 0.9172886 0.8867873 0.9166887 0.8891124 0.9184752 0.8882246 0.9193751 0.8923963 0.9166887 0.8891124 0.9193751 0.8923963 0.917517 0.8941952 0.6930314 0.4813285 0.6951115 0.4818949 0.6939599 0.4834748 0.6930314 0.4813285 0.6922493 0.4841352 0.6913319 0.4808377 0.6930314 0.4813285 0.6913319 0.4808377 0.6930956 0.4762978 0.6930314 0.4813285 0.6954931 0.477726 0.6951115 0.4818949 0.6919544 0.4905477 0.6901157 0.4910612 0.6904197 0.485781 0.6919544 0.4905477 0.6918987 0.4874867 0.6934111 0.488341 0.6919544 0.4905477 0.6941495 0.4900791 0.6936159 0.494713 0.6919544 0.4905477 0.6936159 0.494713 0.6909853 0.4962952 0.9458947 0.8953363 0.9477782 0.8977988 0.944867 0.8999329 0.9458947 0.8953363 0.9428376 0.8982586 0.9410973 0.8965564 0.9458947 0.8953363 0.9442787 0.8929402 0.9492051 0.8928832 0.9458947 0.8953363 0.9492051 0.8928832 0.9477782 0.8977988 0.9450193 0.9151236 0.9432783 0.9165949 0.9425104 0.9121344 0.9450193 0.9151236 0.9425104 0.9121344 0.9445095 0.911216 0.9450193 0.9151236 0.9470748 0.9135625 0.9475898 0.9178227 0.9450193 0.9151236 0.9475898 0.9178227 0.9458765 0.919621 0.919484 0.8735444 0.9219641 0.8751025 0.9195995 0.8779252 0.919484 0.8735444 0.9172905 0.8771135 0.9173229 0.8721659 0.919484 0.8735444 0.9173229 0.8721659 0.9197157 0.8687333 0.919484 0.8735444 0.9219485 0.8705596 0.9219641 0.8751025 0.922775 0.8951945 0.9211804 0.8976208 0.9193751 0.8923963 0.922775 0.8951945 0.9193751 0.8923963 0.921481 0.8904857 0.922775 0.8951945 0.9246076 0.8925276 0.9262606 0.8973992 0.922775 0.8951945 0.9262606 0.8973992 0.9211804 0.8976208 0.6984277 0.4743868 0.7010553 0.4767844 0.6981016 0.4792735 0.6984277 0.4743868 0.6954931 0.477726 0.6959546 0.4722284 0.6984277 0.4743868 0.6959546 0.4722284 0.6991308 0.4689289 0.6984277 0.4743868 0.7015162 0.4716052 0.7010553 0.4767844 0.6961691 0.4987078 0.6935939 0.5011005 0.6909853 0.4962952 0.6961691 0.4987078 0.6936159 0.494713 0.6964774 0.4931613 0.6961691 0.4987078 0.6990097 0.4962185 0.6991232 0.5021627 0.6961691 0.4987078 0.6991232 0.5021627 0.6935939 0.5011005 0.9497592 0.9118217 0.9521131 0.9100313 0.9522137 0.9133091 0.9497592 0.9118217 0.9522137 0.9133091 0.9496024 0.9157951 0.9497592 0.9118217 0.9470748 0.9135625 0.9471678 0.9103233 0.9497592 0.9118217 0.9471678 0.9103233 0.9495222 0.9092833 0.9443719 0.9086247 0.9465455 0.9082769 0.9471678 0.9103233 0.9443719 0.9086247 0.9471678 0.9103233 0.9445095 0.911216 0.9443719 0.9086247 0.9420142 0.9087355 0.9421894 0.9071143 0.9443719 0.9086247 0.9421894 0.9071143 0.9443407 0.9073634 0.9501966 0.9003939 0.9529693 0.899306 0.9523002 0.9028396 0.9501966 0.9003939 0.9523002 0.9028396 0.9497336 0.903152 0.9501966 0.9003939 0.9474745 0.9015515 0.9477782 0.8977988 0.9501966 0.9003939 0.9477782 0.8977988 0.9508363 0.8958792 0.9446285 0.9028358 0.9474745 0.9015515 0.9467707 0.9036391 0.9446285 0.9028358 0.9467707 0.9036391 0.9445399 0.904165 0.9446285 0.9028358 0.9424077 0.9040156 0.9422386 0.9021832 0.9446285 0.9028358 0.9422386 0.9021832 0.944867 0.8999329 0.7023807 0.493536 0.7052913 0.4909696 0.7050247 0.4952758 0.7023807 0.493536 0.7050247 0.4952758 0.7017627 0.4989856 0.7023807 0.493536 0.6990097 0.4962185 0.699801 0.491671 0.7023807 0.493536 0.699801 0.491671 0.7026489 0.4901428 0.697057 0.4897004 0.6996623 0.4890938 0.699801 0.491671 0.697057 0.4897004 0.699801 0.491671 0.6964774 0.4931613 0.697057 0.4897004 0.6941495 0.4900791 0.6949202 0.4879648 0.697057 0.4897004 0.6949202 0.4879648 0.6973827 0.4881287 0.703992 0.4796601 0.7067247 0.4784281 0.7063606 0.4825119 0.703992 0.4796601 0.7063606 0.4825119 0.7036178 0.4829614 0.703992 0.4796601 0.7011321 0.4810598 0.7010553 0.4767844 0.703992 0.4796601 0.7010553 0.4767844 0.704011 0.4746491 0.6979527 0.4826121 0.7011321 0.4810598 0.7004198 0.4835957 0.6979527 0.4826121 0.7004198 0.4835957 0.6978959 0.4842414 0.6979527 0.4826121 0.6953834 0.4840452 0.6951115 0.4818949 0.6979527 0.4826121 0.6951115 0.4818949 0.6981016 0.4792735 0.9269162 0.8893789 0.9288509 0.8864166 0.9296554 0.8902103 0.9269162 0.8893789 0.9296554 0.8902103 0.9277291 0.8941826 0.9269162 0.8893789 0.9246076 0.8925276 0.9240825 0.8883513 0.9269162 0.8893789 0.9240825 0.8883513 0.9262482 0.8862763 0.920982 0.8871593 0.9231618 0.8859763 0.9240825 0.8883513 0.920982 0.8871593 0.9240825 0.8883513 0.921481 0.8904857 0.920982 0.8871593 0.9184752 0.8882246 0.9184901 0.8860437 0.920982 0.8871593 0.9184901 0.8860437 0.9207596 0.8856368 0.9250823 0.8770199 0.9274563 0.8753781 0.927803 0.8790315 0.9250823 0.8770199 0.927803 0.8790315 0.9253013 0.8800261 0.9250823 0.8770199 0.922622 0.8788754 0.9219641 0.8751025 0.9250823 0.8770199 0.9219641 0.8751025 0.9244419 0.8726775 0.919974 0.8809586 0.922622 0.8788754 0.9223745 0.8813048 0.919974 0.8809586 0.9223745 0.8813048 0.9201829 0.8824133 0.919974 0.8809586 0.9179156 0.8827875 0.9173769 0.8808989 0.919974 0.8809586 0.9173769 0.8808989 0.9195995 0.8779252 0.9740867 0.8601728 0.9768899 0.8597306 0.976565 0.8622601 0.9740867 0.8601728 0.976565 0.8622601 0.9731314 0.8634318 0.9740867 0.8601728 0.9709898 0.8603233 0.9721389 0.8582774 0.9740867 0.8601728 0.9721389 0.8582774 0.9747127 0.8586301 0.9788631 0.8640177 0.9818504 0.861891 0.9812145 0.8655297 0.9788631 0.8640177 0.9812145 0.8655297 0.9779012 0.8684333 0.9788631 0.8640177 0.9753908 0.8661653 0.976565 0.8622601 0.9788631 0.8640177 0.976565 0.8622601 0.9795317 0.8609352 0.9838525 0.8668802 0.9866337 0.8681498 0.9838824 0.8715781 0.9838525 0.8668802 0.9807958 0.8701448 0.9812145 0.8655297 0.9838525 0.8668802 0.9812145 0.8655297 0.9840744 0.8627831 0.9838525 0.8668802 0.9864324 0.8637965 0.9866337 0.8681498 0.9750205 0.8536159 0.9779849 0.85246 0.9775868 0.8549927 0.9750205 0.8536159 0.9775868 0.8549927 0.9752171 0.8552502 0.9750205 0.8536159 0.9726732 0.8547417 0.9721697 0.8523629 0.9750205 0.8536159 0.9721697 0.8523629 0.975156 0.8500211 0.9808365 0.8515326 0.9837039 0.8509062 0.9830349 0.8547855 0.9808365 0.8515326 0.9830349 0.8547855 0.9804674 0.8548284 0.9808365 0.8515326 0.9779849 0.85246 0.9783477 0.8480721 0.9808365 0.8515326 0.9783477 0.8480721 0.9816868 0.8467741 0.9780727 0.87314 0.9807958 0.8701448 0.9811478 0.8747594 0.9780727 0.87314 0.9811478 0.8747594 0.9784215 0.8778173 0.9780727 0.87314 0.9755164 0.8760007 0.9751387 0.871066 0.9780727 0.87314 0.9751387 0.871066 0.9779012 0.8684333 0.9766589 0.8453851 0.9783477 0.8480721 0.975156 0.8500211 0.9766589 0.8453851 0.9731721 0.8481151 0.9716109 0.8464753 0.9766589 0.8453851 0.9753701 0.8430849 0.980398 0.8435956 0.9766589 0.8453851 0.980398 0.8435956 0.9783477 0.8480721 0.9724869 0.8680828 0.9698671 0.8698851 0.9703156 0.8644595 0.9724869 0.8680828 0.9703156 0.8644595 0.9731314 0.8634318 0.9724869 0.8680828 0.9753908 0.8661653 0.9751387 0.871066 0.9724869 0.8680828 0.9751387 0.871066 0.9726516 0.8735634 0.9703572 0.8514918 0.9721697 0.8523629 0.9711231 0.8539096 0.9703572 0.8514918 0.9694465 0.8543636 0.9690638 0.8508118 0.9703572 0.8514918 0.9690638 0.8508118 0.9716109 0.8464753 0.9703572 0.8514918 0.9731721 0.8481151 0.9721697 0.8523629 0.9688236 0.8604657 0.9671227 0.8606038 0.9688995 0.8575336 0.9688236 0.8604657 0.9688995 0.8575336 0.9704191 0.8585337 0.9688236 0.8604657 0.9709898 0.8603233 0.9703156 0.8644595 0.9688236 0.8604657 0.9703156 0.8644595 0.9678088 0.8654153 0.9716727 0.8555786 0.9726732 0.8547417 0.9752882 0.8559358 0.9716727 0.8555786 0.9752882 0.8559358 0.971449 0.8563041 0.9716727 0.8555786 0.971449 0.8563041 0.9694465 0.8543636 0.9716727 0.8555786 0.9694465 0.8543636 0.9711231 0.8539096 0.9714321 0.8570958 0.971449 0.8563041 0.9749981 0.857905 0.9714321 0.8570958 0.9749981 0.857905 0.9721389 0.8582774 0.9714321 0.8570958 0.9721389 0.8582774 0.9704191 0.8585337 0.9714321 0.8570958 0.9688995 0.8575336 0.971449 0.8563041 0.9785457 0.8562346 0.9775868 0.8549927 0.9804674 0.8548284 0.9785457 0.8562346 0.9814115 0.8565229 0.9785305 0.8574415 0.9785457 0.8562346 0.9785305 0.8574415 0.9752196 0.8569004 0.9785457 0.8562346 0.9752882 0.8559358 0.9775868 0.8549927 0.9781748 0.8587135 0.9785305 0.8574415 0.9809468 0.8594483 0.9781748 0.8587135 0.9809468 0.8594483 0.9795317 0.8609352 0.9781748 0.8587135 0.9768899 0.8597306 0.9749981 0.857905 0.9781748 0.8587135 0.9749981 0.857905 0.9752196 0.8569004 0.9838518 0.8568491 0.9830349 0.8547855 0.9854978 0.8547673 0.9838518 0.8568491 0.9861174 0.8571332 0.9837768 0.8583806 0.9838518 0.8568491 0.9837768 0.8583806 0.9813826 0.857933 0.9838518 0.8568491 0.9814115 0.8565229 0.9830349 0.8547855 0.983299 0.8600366 0.9837768 0.8583806 0.9854766 0.860621 0.983299 0.8600366 0.9854766 0.860621 0.9840744 0.8627831 0.983299 0.8600366 0.9818504 0.861891 0.9809468 0.8594483 0.983299 0.8600366 0.9809468 0.8594483 0.9813826 0.857933 0.1234059 0.5433232 0.1211156 0.5446972 0.1201095 0.5417611 0.1234059 0.5433232 0.1225568 0.5403437 0.1255528 0.5424432 0.1277838 0.5421195 0.1255528 0.5424432 0.127209 0.5391642 0.1277838 0.5421195 0.127209 0.5391642 0.1296124 0.5391529 0.1258235 0.5650369 0.1284391 0.5667297 0.1284198 0.5713248 0.1347464 0.5632017 0.1358559 0.5697522 0.1329696 0.5653052 0.04858905 0.05489289 0.05049782 0.05590415 0.04640942 0.05595123 0.04858905 0.05489289 0.04487103 0.05504012 0.04107075 0.05406427 0.04858905 0.05489289 0.04299932 0.0535773 0.04184532 0.05249148 0.04858905 0.05489289 0.04599934 0.05336129 0.05049782 0.05590415 0.04846775 0.05692774 0.04473435 0.05681848 0.04640942 0.05595123 0.04846775 0.05692774 0.05049782 0.05590415 0.04911071 0.05724453 0.04846775 0.05692774 0.04911071 0.05724453 0.04299598 0.05884498 0.04846775 0.05692774 0.04264384 0.05808609 0.0407744 0.05765366 0.1312116 0.5627431 0.1329696 0.5653052 0.133022 0.5744833 0.1289119 0.5637087 0.1304361 0.5644583 0.1284391 0.5667297 0.1084964 0.5831212 0.1083093 0.5838706 0.1045846 0.5806598 0.1084964 0.5831212 0.1051065 0.5799839 0.108497 0.5820137 0.1084964 0.5831212 0.108497 0.5820137 0.1097885 0.5828155 0.1084964 0.5831212 0.1105666 0.5842351 0.1083093 0.5838706 0.1076097 0.5841416 0.1065424 0.5841723 0.1040933 0.5812762 0.1076097 0.5841416 0.1040933 0.5812762 0.1045846 0.5806598 0.1076097 0.5841416 0.1083093 0.5838706 0.1089494 0.5858944 0.1076097 0.5841416 0.1089494 0.5858944 0.1074653 0.5852186 0.1109883 0.5823844 0.109991 0.5816295 0.1102193 0.5783527 0.1109883 0.5823844 0.1102193 0.5783527 0.1111351 0.5782389 0.1109883 0.5823844 0.1118074 0.5830361 0.1105666 0.5842351 0.1109883 0.5823844 0.1105666 0.5842351 0.1097885 0.5828155 0.1071848 0.5863102 0.1079547 0.5871993 0.1031579 0.5867599 0.1071848 0.5863102 0.103106 0.5856732 0.1063167 0.5853382 0.1071848 0.5863102 0.1063167 0.5853382 0.1074653 0.5852186 0.1071848 0.5863102 0.1089494 0.5858944 0.1079547 0.5871993 0.1086372 0.5806683 0.108168 0.5782206 0.1092486 0.5783765 0.1086372 0.5806683 0.109991 0.5816295 0.108497 0.5820137 0.1086372 0.5806683 0.108497 0.5820137 0.1057375 0.5792793 0.1086372 0.5806683 0.1065558 0.5785765 0.108168 0.5782206 0.1052523 0.5842007 0.1063167 0.5853382 0.1029807 0.5846254 0.1052523 0.5842007 0.1027085 0.5836555 0.101467 0.5824328 0.1052523 0.5842007 0.1029601 0.5824497 0.1035719 0.5818629 0.1052523 0.5842007 0.1065424 0.5841723 0.1063167 0.5853382 0.3855766 0.2220864 0.3942269 0.2255581 0.3825954 0.2302039 0.3855766 0.2220864 0.3825954 0.2302039 0.3730258 0.2275263 0.3855766 0.2220864 0.3791373 0.2152659 0.3885216 0.2130365 0.3855766 0.2220864 0.3885216 0.2130365 0.3969589 0.2156465 0.6134464 0.02356982 0.6107914 0.02456706 0.6098928 0.02152454 0.6134464 0.02356982 0.6136276 0.02106422 0.6161251 0.02361601 0.6134464 0.02356982 0.6161251 0.02361601 0.615633 0.02533525 0.6134464 0.02356982 0.6138799 0.0259611 0.6107914 0.02456706 0.6081689 0.02606189 0.6097773 0.02901989 0.6073724 0.03077203 0.6081689 0.02606189 0.6055626 0.02780556 0.6067723 0.02290588 0.6081689 0.02606189 0.6067723 0.02290588 0.6098928 0.02152454 0.6081689 0.02606189 0.6107914 0.02456706 0.6120054 0.02737909 0.985479 0.4220428 0.9854125 0.4059972 0.9867491 0.3885099 0.985479 0.4220428 0.9881827 0.4245387 0.9852113 0.4455769 0.985479 0.4220428 0.9852113 0.4455769 0.983012 0.4573682 0.985479 0.4220428 0.9822335 0.446503 0.9854125 0.4059972 0.9809671 0.422025 0.9765216 0.4380529 0.9822201 0.4041474 0.9809671 0.422025 0.9822201 0.4041474 0.9854125 0.4059972 0.9809671 0.422025 0.9854125 0.4059972 0.9818532 0.4314983 0.9809671 0.422025 0.979714 0.4399026 0.9782013 0.4393681 0.9786157 0.4841986 0.9814245 0.4845809 0.97911 0.5204351 0.9786157 0.4841986 0.9753562 0.5193839 0.9715645 0.5181506 0.9786157 0.4841986 0.9758403 0.4835356 0.9822335 0.446503 0.9786157 0.4841986 0.9822335 0.446503 0.983012 0.4573682 0.9842751 0.4840878 0.9871858 0.4795284 0.9863956 0.5195453 0.9842751 0.4840878 0.9827066 0.5205572 0.9814245 0.4845809 0.9842751 0.4840878 0.9814245 0.4845809 0.983012 0.4573682 0.9842751 0.4840878 0.9852113 0.4455769 0.9869323 0.4471927 0.9678274 0.4792407 0.970405 0.4821044 0.9611657 0.5125027 0.9678274 0.4792407 0.9611657 0.5125027 0.9580484 0.5089589 0.9678274 0.4792407 0.966243 0.4729817 0.9765216 0.4380529 0.9678274 0.4792407 0.9765216 0.4380529 0.9782013 0.4393681 0.9730897 0.4831869 0.9758403 0.4835356 0.9715645 0.5181506 0.9730897 0.4831869 0.967854 0.5174829 0.964347 0.5160452 0.9730897 0.4831869 0.970405 0.4821044 0.979714 0.4399026 0.9730897 0.4831869 0.979714 0.4399026 0.9758403 0.4835356 0.9665379 0.4617137 0.966243 0.4729817 0.9547328 0.5075181 0.9665379 0.4617137 0.9547328 0.5075181 0.9513182 0.5071287 0.9665379 0.4617137 0.9677725 0.4479414 0.9822201 0.4041474 0.9665379 0.4617137 0.9822201 0.4041474 0.966243 0.4729817 0.9901751 0.4677118 0.9932036 0.4522665 0.9946286 0.5141763 0.9901751 0.4677118 0.9904267 0.5171954 0.9871858 0.4795284 0.9901751 0.4677118 0.9871858 0.4795284 0.9869323 0.4471927 0.9901751 0.4677118 0.9881827 0.4245387 0.9867491 0.3885099 0.9653956 0.5338024 0.9692666 0.5348652 0.9643257 0.5411337 0.9653956 0.5338024 0.9643257 0.5411337 0.9609223 0.5399492 0.9653956 0.5338024 0.9617655 0.532395 0.967854 0.5174829 0.9653956 0.5338024 0.967854 0.5174829 0.9692666 0.5348652 0.4329929 0.1516054 0.4432747 0.1507514 0.4563019 0.1562542 0.4399526 0.1720639 0.4419665 0.1648374 0.4563019 0.1562542 0.430796 0.1603955 0.4385908 0.1562414 0.4563019 0.1562542 0.4332075 0.1655365 0.4407123 0.1606163 0.4563019 0.1562542 0.6129342 0.8573327 0.6142746 0.8579574 0.598163 0.8585004 0.6129342 0.8573327 0.5978797 0.8570539 0.5911861 0.8554196 0.6129342 0.8573327 0.6034777 0.8555882 0.6142746 0.8579574 0.6126342 0.8590829 0.6142746 0.8579574 0.6155357 0.8592737 0.6126342 0.8590829 0.6155357 0.8592737 0.5981788 0.8616799 0.6126342 0.8590829 0.5976228 0.86018 0.598163 0.8585004 0.6414241 0.3152124 0.6406401 0.3126193 0.6464009 0.3130321 0.6414241 0.3152124 0.646718 0.3162303 0.641326 0.3170587 0.6409884 0.3187675 0.641326 0.3170587 0.6465145 0.3182454 0.6409884 0.3187675 0.6461362 0.3201047 0.6448083 0.3227232 0.6354449 0.3139202 0.635397 0.3156253 0.6307274 0.3144534 0.6354449 0.3139202 0.630824 0.3130605 0.6344762 0.3121097 0.6350409 0.3172429 0.6336455 0.3184162 0.6304424 0.3158083 0.6350409 0.3172429 0.6304424 0.3158083 0.635397 0.3156253 0.4737296 0.596655 0.4725139 0.5951565 0.4780994 0.5939018 0.4737296 0.596655 0.4794124 0.5960864 0.4792262 0.5985177 0.4737296 0.596655 0.4736639 0.5985731 0.4680284 0.5973807 0.4737296 0.596655 0.4680284 0.5973807 0.4725139 0.5951565 0.4731137 0.6004872 0.4736639 0.5985731 0.4785258 0.6009655 0.4731137 0.6004872 0.4785258 0.6009655 0.4765762 0.6032921 0.4731137 0.6004872 0.4714825 0.6020784 0.467728 0.6000538 0.4731137 0.6004872 0.467728 0.6000538 0.4680285 0.5987403 0.6899502 0.4278318 0.6886363 0.4262232 0.6940252 0.425308 0.6899502 0.4278318 0.6954942 0.4276019 0.6955064 0.4298836 0.6899502 0.4278318 0.6899916 0.4296994 0.6843708 0.4281348 0.6899502 0.4278318 0.6843708 0.4281348 0.6886363 0.4262232 0.6894997 0.4315221 0.6899916 0.4296994 0.6949149 0.4321184 0.6894997 0.4315221 0.6949149 0.4321184 0.6929808 0.434254 0.6894997 0.4315221 0.6878652 0.4329977 0.6840843 0.4309 0.6894997 0.4315221 0.6840843 0.4309 0.6843762 0.4295354 0.6269752 0.3124262 0.6283496 0.3113738 0.630824 0.3130605 0.6269752 0.3124262 0.630824 0.3130605 0.6267129 0.3134052 0.6269752 0.3124262 0.6267129 0.3134052 0.6231063 0.3121469 0.6269752 0.3124262 0.6250662 0.3106964 0.6270156 0.3102462 0.626616 0.3143829 0.6267129 0.3134052 0.6307274 0.3144534 0.626616 0.3143829 0.6304424 0.3158083 0.6275748 0.3159729 0.626616 0.3143829 0.6275748 0.3159729 0.6260084 0.3162387 0.626616 0.3143829 0.6243838 0.3147792 0.6267129 0.3134052 0.4635922 0.5979145 0.4651218 0.5965688 0.4680284 0.5973807 0.4635922 0.5979145 0.4680284 0.5973807 0.4680285 0.5987403 0.4635922 0.5979145 0.4634296 0.5988762 0.4615969 0.597188 0.4635922 0.5979145 0.4615969 0.597188 0.4636729 0.5961833 0.4634324 0.5997921 0.4634296 0.5988762 0.467728 0.6000538 0.4634324 0.5997921 0.467728 0.6000538 0.4646606 0.6010475 0.4634324 0.5997921 0.4646606 0.6010475 0.4631341 0.6016934 0.4634324 0.5997921 0.4612357 0.6008828 0.4599354 0.5993432 0.6798497 0.4283673 0.6813454 0.4270629 0.6843708 0.4281348 0.6798497 0.4283673 0.6843708 0.4281348 0.6796815 0.42938 0.6798497 0.4283673 0.6796815 0.42938 0.67768 0.4273453 0.6798497 0.4283673 0.67768 0.4273453 0.6798014 0.4264546 0.6796985 0.430391 0.6796815 0.42938 0.6840843 0.4309 0.6796985 0.430391 0.6840843 0.4309 0.6809482 0.4317544 0.6796985 0.430391 0.6809482 0.4317544 0.6793606 0.4322813 0.6796985 0.430391 0.67743 0.4313135 0.6759878 0.429354 0.6262644 0.3065505 0.6286248 0.308272 0.6270156 0.3102462 0.6262644 0.3065505 0.6250662 0.3106964 0.6231063 0.3121469 0.624568 0.3188096 0.6227074 0.3188582 0.6243838 0.3147792 0.624568 0.3188096 0.6243838 0.3147792 0.6260084 0.3162387 0.4632185 0.5941331 0.4655531 0.5942928 0.4636729 0.5961833 0.4632185 0.5941331 0.4615969 0.597188 0.4615502 0.5939979 0.4632185 0.5941331 0.4615502 0.5939979 0.4645573 0.5889104 0.4632185 0.5941331 0.4669098 0.5898174 0.4655531 0.5942928 0.4621464 0.6045066 0.4602658 0.6053573 0.4599354 0.5993432 0.4621464 0.6045066 0.4612357 0.6008828 0.4631341 0.6016934 0.4621464 0.6045066 0.4645936 0.6037114 0.4651204 0.609491 0.4621464 0.6045066 0.4651204 0.609491 0.4602658 0.6053573 0.6791552 0.4238852 0.6816065 0.424472 0.6798014 0.4264546 0.6791552 0.4238852 0.67768 0.4273453 0.6773305 0.4233576 0.6791552 0.4238852 0.6773305 0.4233576 0.6801514 0.4176272 0.6791552 0.4238852 0.6827321 0.4192024 0.6816065 0.424472 0.6783667 0.4349858 0.6765177 0.4356457 0.6759878 0.429354 0.6783667 0.4349858 0.67743 0.4313135 0.6793606 0.4322813 0.6783667 0.4349858 0.6808192 0.4343654 0.6813547 0.4400322 0.6783667 0.4349858 0.6813547 0.4400322 0.6765177 0.4356457 0.4732568 0.5833219 0.4765796 0.5857592 0.4699341 0.590865 0.4732568 0.5833219 0.4669098 0.5898174 0.4703971 0.5814087 0.4712688 0.6169744 0.469012 0.6206663 0.4625235 0.6116842 0.4712688 0.6169744 0.4651204 0.609491 0.4682995 0.6073616 0.6890152 0.4124112 0.692387 0.4156357 0.6859011 0.4209486 0.6890152 0.4124112 0.6827321 0.4192024 0.6861272 0.4097664 0.6873512 0.447358 0.6848987 0.4503858 0.6788015 0.4419167 0.6873512 0.447358 0.6813547 0.4400322 0.6845338 0.4381416 0.6934633 0.4532346 0.696794 0.4489819 0.697353 0.4563474 0.6934633 0.4532346 0.697353 0.4563474 0.6906741 0.4566 0.6360547 0.3231881 0.6395261 0.3206927 0.6417558 0.3270155 0.6304797 0.3187887 0.6269763 0.31878 0.6275748 0.3159729 0.6304797 0.3187887 0.6275748 0.3159729 0.6305016 0.3167083 0.6383322 0.3086699 0.6452172 0.3076236 0.6406401 0.3126193 0.6317824 0.310176 0.6344762 0.3121097 0.6311553 0.3121837 0.6317824 0.310176 0.6283496 0.3113738 0.6286248 0.308272 0.6950814 0.4397736 0.6905099 0.443948 0.6889648 0.4362387 0.6844785 0.4338241 0.6878652 0.4329977 0.6889648 0.4362387 0.6844785 0.4338241 0.6889648 0.4362387 0.6845338 0.4381416 0.6844785 0.4338241 0.6808192 0.4343654 0.6793606 0.4322813 0.6844785 0.4338241 0.6809482 0.4317544 0.6842127 0.4318745 0.6967263 0.4200199 0.6902465 0.4230371 0.692387 0.4156357 0.685311 0.4251773 0.6902465 0.4230371 0.6886363 0.4262232 0.685311 0.4251773 0.6886363 0.4262232 0.6847 0.4271453 0.685311 0.4251773 0.6813454 0.4270629 0.6798014 0.4264546 0.685311 0.4251773 0.6816065 0.424472 0.6859011 0.4209486 0.4786949 0.6087251 0.4742537 0.6130661 0.4726428 0.6053597 0.4681741 0.6030276 0.4714825 0.6020784 0.4726428 0.6053597 0.4681741 0.6030276 0.4726428 0.6053597 0.4682995 0.6073616 0.4681741 0.6030276 0.4645936 0.6037114 0.4631341 0.6016934 0.4681741 0.6030276 0.4646606 0.6010475 0.4678628 0.6010458 0.4808285 0.5892445 0.4743019 0.5921939 0.4765796 0.5857592 0.4692199 0.5945016 0.4743019 0.5921939 0.4725139 0.5951565 0.4692199 0.5945016 0.4725139 0.5951565 0.4684572 0.5963726 0.4692199 0.5945016 0.4651218 0.5965688 0.4636729 0.5961833 0.4692199 0.5945016 0.4655531 0.5942928 0.4699341 0.590865 0.4426882 0.5503042 0.4408892 0.5461967 0.4440659 0.5462468 0.4426882 0.5503042 0.4440659 0.5462468 0.444921 0.5498452 0.4410092 0.5578771 0.4402029 0.5654999 0.4341033 0.5627629 0.440111 0.571497 0.4401761 0.5779034 0.4333322 0.5767611 0.440111 0.571497 0.4334846 0.5696004 0.4402029 0.5654999 0.440111 0.571497 0.4402029 0.5654999 0.4456944 0.5676041 0.440111 0.571497 0.4460631 0.5727654 0.4463737 0.5783863 0.4516943 0.5479329 0.4514077 0.5520076 0.449493 0.548633 0.4516943 0.5479329 0.4486902 0.5450949 0.4516326 0.5436154 0.4563772 0.5538748 0.4586371 0.5487338 0.4648317 0.555935 0.4276171 0.5675311 0.4334846 0.5696004 0.4271833 0.574622 0.4276171 0.5675311 0.4271833 0.574622 0.4213821 0.5719847 0.4276171 0.5675311 0.4221292 0.5653756 0.4287887 0.5605626 0.4276171 0.5675311 0.4287887 0.5605626 0.4341033 0.5627629 0.4605579 0.5453312 0.4623091 0.542798 0.4715251 0.5501021 0.4605579 0.5453312 0.4684571 0.5526548 0.4586371 0.5487338 0.4333049 0.5509072 0.4368131 0.5538077 0.4287887 0.5605626 0.4333049 0.5509072 0.4287887 0.5605626 0.4238665 0.5586308 0.4517429 0.5410261 0.4516326 0.5436154 0.4490123 0.5429093 0.4517429 0.5410261 0.44758 0.5411062 0.4519394 0.539301 0.4396224 0.5435884 0.4386217 0.5417297 0.4434093 0.5420095 0.4396224 0.5435884 0.4434093 0.5420095 0.4428869 0.5443721 0.4470633 0.5441237 0.4486902 0.5450949 0.4485138 0.548803 0.4470633 0.5441237 0.4485138 0.548803 0.4461197 0.5442166 0.4470633 0.5441237 0.4461197 0.5442166 0.44758 0.5411062 0.4470633 0.5441237 0.44758 0.5411062 0.4490123 0.5429093 0.4451651 0.5445709 0.4461197 0.5442166 0.4459208 0.549467 0.4451651 0.5445709 0.4459208 0.549467 0.4440659 0.5462468 0.4451651 0.5445709 0.4440659 0.5462468 0.4428869 0.5443721 0.4451651 0.5445709 0.4434093 0.5420095 0.4461197 0.5442166 0.4502519 0.5538685 0.4485707 0.5545014 0.4472817 0.5491998 0.4502519 0.5538685 0.4485138 0.548803 0.4514077 0.5520076 0.4467075 0.554892 0.4447256 0.5538797 0.4459208 0.549467 0.4467075 0.554892 0.4459208 0.549467 0.4472817 0.5491998 0.4499074 0.57295 0.4524648 0.5725216 0.4535921 0.5783493 0.4499074 0.57295 0.4505836 0.5785472 0.4460631 0.5727654 0.4499074 0.57295 0.4460631 0.5727654 0.4456944 0.5676041 0.4499074 0.57295 0.449185 0.5679057 0.4524648 0.5725216 0.4216418 0.6704869 0.4218128 0.6717132 0.4244107 0.6712962 0.4216418 0.6704869 0.4244107 0.6712962 0.4236962 0.6698687 0.4216418 0.6704869 0.4214501 0.6691674 0.4196496 0.6690953 0.4216418 0.6704869 0.4196496 0.6690953 0.4196072 0.670771 0.4848772 0.899497 0.4835864 0.9043608 0.4723134 0.8978822 0.4848772 0.899497 0.4723134 0.8978822 0.4733439 0.8941461 0.4848772 0.899497 0.4859256 0.895766 0.500343 0.9012768 0.4848772 0.899497 0.500343 0.9012768 0.4991323 0.9060752 0.4866079 0.8933573 0.4859256 0.895766 0.4739598 0.8915461 0.4866079 0.8933573 0.5018579 0.8952464 0.5012554 0.897553 0.4632846 0.8965238 0.4639695 0.8925591 0.4723134 0.8978822 0.4632846 0.8965238 0.4723134 0.8978822 0.4709168 0.9027305 0.4632846 0.8965238 0.4616768 0.901461 0.4560232 0.8952935 0.4632846 0.8965238 0.4560232 0.8952935 0.4639695 0.8925591 0.4641889 0.8895344 0.4739598 0.8915461 0.4639695 0.8925591 0.4641889 0.8895344 0.4639695 0.8925591 0.4561988 0.8909886 0.8641487 0.9157903 0.864369 0.9168615 0.8296073 0.9148145 0.8641487 0.9157903 0.8925926 0.9174092 0.864369 0.9168615 0.8648396 0.9183159 0.8653352 0.9201107 0.8304472 0.9185392 0.8648396 0.9183159 0.8300384 0.9164708 0.864369 0.9168615 0.8648396 0.9183159 0.864369 0.9168615 0.8936887 0.9186791 0.8648396 0.9183159 0.8952264 0.9202575 0.8653352 0.9201107 0.7943878 0.9119791 0.7947095 0.9131534 0.7585183 0.9116938 0.6447007 0.9061582 0.6448846 0.9051405 0.660033 0.9057213 0.7943878 0.9119791 0.8291925 0.9137038 0.7947095 0.9131534 0.7949769 0.9150162 0.7952268 0.9173274 0.7586464 0.9162809 0.7949769 0.9150162 0.7585842 0.9137533 0.7947095 0.9131534 0.7949769 0.9150162 0.7947095 0.9131534 0.8296073 0.9148145 0.7949769 0.9150162 0.8300384 0.9164708 0.7952268 0.9173274 0.7199172 0.9089034 0.7198761 0.9102512 0.6812422 0.9074511 0.7199172 0.9089034 0.7584058 0.9104383 0.7198761 0.9102512 0.7197892 0.912483 0.7196785 0.9152057 0.6808738 0.9112765 0.7197892 0.912483 0.6808738 0.9112765 0.6810831 0.9088951 0.7197892 0.912483 0.7198761 0.9102512 0.7585183 0.9116938 0.7197892 0.912483 0.7585842 0.9137533 0.7196785 0.9152057 0.6447007 0.9061582 0.6444399 0.9076953 0.6092132 0.9046195 0.5737006 0.9024299 0.5740768 0.9010471 0.5865257 0.9018917 0.6447007 0.9061582 0.6812422 0.9074511 0.6810831 0.9088951 0.6441199 0.9102048 0.6436939 0.9133169 0.6084274 0.908929 0.6441199 0.9102048 0.6084274 0.908929 0.6088594 0.9062672 0.6441199 0.9102048 0.6444399 0.9076953 0.6808738 0.9112765 0.6441199 0.9102048 0.6808738 0.9112765 0.6806015 0.9141886 0.5737006 0.9024299 0.5732547 0.9042262 0.5423715 0.8999377 0.9087496 0.917406 0.9227821 0.9193622 0.8925926 0.9174092 0.5737006 0.9024299 0.6092132 0.9046195 0.6088594 0.9062672 0.5726967 0.9071101 0.5719516 0.9107697 0.541167 0.9050698 0.5726967 0.9071101 0.541167 0.9050698 0.5418514 0.9019061 0.5726967 0.9071101 0.5732547 0.9042262 0.6084274 0.908929 0.5726967 0.9071101 0.6084274 0.908929 0.6078468 0.9122806 0.5194349 0.8974915 0.5188745 0.8996407 0.5018579 0.8952464 0.5194349 0.8974915 0.5423715 0.8999377 0.5418514 0.9019061 0.5180777 0.9031299 0.5170016 0.9075967 0.500343 0.9012768 0.5180777 0.9031299 0.500343 0.9012768 0.5012554 0.897553 0.5180777 0.9031299 0.5188745 0.8996407 0.541167 0.9050698 0.5180777 0.9031299 0.541167 0.9050698 0.5402545 0.9091024 0.4821763 0.9101679 0.4692024 0.9086665 0.4709168 0.9027305 0.4821763 0.9101679 0.4835864 0.9043608 0.4976351 0.911606 0.4821763 0.9101679 0.4976351 0.911606 0.4975047 0.9175853 0.4821763 0.9101679 0.4810451 0.915866 0.4692024 0.9086665 0.458689 0.9074035 0.4494058 0.9062598 0.4541516 0.9003722 0.458689 0.9074035 0.4616768 0.901461 0.4692024 0.9086665 0.458689 0.9074035 0.4692024 0.9086665 0.4677485 0.9145825 0.458689 0.9074035 0.4557518 0.9133793 0.4494058 0.9062598 0.4538089 0.923127 0.4407351 0.9225651 0.4444049 0.9122163 0.4538089 0.923127 0.4557518 0.9133793 0.4670196 0.9237468 0.8656306 0.9222032 0.8681928 0.9242159 0.8340103 0.9234241 0.8656306 0.9222032 0.8307948 0.9208859 0.8653352 0.9201107 0.8656306 0.9222032 0.8653352 0.9201107 0.8967713 0.9220928 0.8656306 0.9222032 0.8978893 0.9241339 0.8681928 0.9242159 0.7954958 0.9198464 0.7981815 0.9222272 0.7624402 0.9217443 0.7954958 0.9198464 0.7587481 0.918941 0.7952268 0.9173274 0.7954958 0.9198464 0.7952268 0.9173274 0.8304472 0.9185392 0.7954958 0.9198464 0.8307948 0.9208859 0.7981815 0.9222272 0.719566 0.9180259 0.722914 0.9206941 0.6834134 0.9203928 0.719566 0.9180259 0.6802538 0.9172249 0.6806015 0.9141886 0.719566 0.9180259 0.7196785 0.9152057 0.7586464 0.9162809 0.719566 0.9180259 0.7587481 0.918941 0.722914 0.9206941 0.6431154 0.9166616 0.6454317 0.9197196 0.6095759 0.9199087 0.6431154 0.9166616 0.6070471 0.9159974 0.6078468 0.9122806 0.6431154 0.9166616 0.6436939 0.9133169 0.6802538 0.9172249 0.6431154 0.9166616 0.6802538 0.9172249 0.6454317 0.9197196 0.5709449 0.9148933 0.5731033 0.9186953 0.5396903 0.9183115 0.5709449 0.9148933 0.53905 0.9136776 0.5402545 0.9091024 0.5709449 0.9148933 0.5719516 0.9107697 0.6070471 0.9159974 0.5709449 0.9148933 0.6070471 0.9159974 0.5731033 0.9186953 0.5156032 0.9126788 0.5160517 0.9171974 0.4975047 0.9175853 0.5156032 0.9126788 0.4976351 0.911606 0.4991323 0.9060752 0.5156032 0.9126788 0.5170016 0.9075967 0.53905 0.9136776 0.5156032 0.9126788 0.53905 0.9136776 0.5160517 0.9171974 0.3627174 0.6345387 0.3671644 0.6308884 0.3635878 0.6261318 0.3627174 0.6345387 0.3597609 0.6290225 0.3577498 0.6379221 0.3627174 0.6345387 0.3577498 0.6379221 0.3649407 0.6368842 0.3627174 0.6345387 0.3649407 0.6368842 0.3671644 0.6308884 0.3059746 0.6272802 0.3081886 0.6234971 0.3047449 0.6212752 0.3059746 0.6272802 0.302757 0.6237361 0.3038646 0.6281238 0.3059746 0.6272802 0.3038646 0.6281238 0.3071634 0.6333196 0.3059746 0.6272802 0.3101263 0.6309657 0.3081886 0.6234971 0.3411453 0.6403713 0.3419482 0.643768 0.3463037 0.640751 0.3411453 0.6403713 0.3463037 0.640751 0.3442643 0.6345829 0.3411453 0.6403713 0.3397403 0.635487 0.3358523 0.6396033 0.3411453 0.6403713 0.3358523 0.6396033 0.3363179 0.6428968 0.3421738 0.6491996 0.3418248 0.6551222 0.3476622 0.6499215 0.3421738 0.6491996 0.3476622 0.6499215 0.3471527 0.6443175 0.3421738 0.6491996 0.3419482 0.643768 0.3361001 0.6480234 0.3421738 0.6491996 0.3361001 0.6480234 0.3353896 0.6535876 0.3296931 0.6392258 0.3294953 0.6427378 0.3358523 0.6396033 0.3296931 0.6392258 0.3358523 0.6396033 0.3292915 0.6343101 0.3296931 0.6392258 0.3292915 0.6343101 0.3230102 0.6380617 0.3296931 0.6392258 0.3230102 0.6380617 0.3220329 0.6417318 0.3288456 0.6479552 0.3279527 0.6535224 0.3353896 0.6535876 0.3288456 0.6479552 0.3361001 0.6480234 0.3294953 0.6427378 0.3288456 0.6479552 0.3294953 0.6427378 0.3220329 0.6417318 0.3288456 0.6479552 0.3209577 0.6469488 0.3279527 0.6535224 0.3531605 0.6486267 0.3526976 0.6435112 0.3471527 0.6443175 0.3531605 0.6486267 0.3476622 0.6499215 0.3530383 0.6544724 0.3531605 0.6486267 0.3530383 0.6544724 0.3599195 0.6517382 0.3531605 0.6486267 0.3587237 0.6466377 0.3526976 0.6435112 0.3520585 0.6399638 0.3499636 0.633466 0.3463037 0.640751 0.3520585 0.6399638 0.3463037 0.640751 0.3471527 0.6443175 0.3520585 0.6399638 0.3526976 0.6435112 0.3592045 0.6414554 0.3520585 0.6399638 0.3577498 0.6379221 0.3555564 0.6317434 0.3129838 0.6429577 0.3144831 0.6383195 0.306314 0.6380742 0.3129838 0.6429577 0.306314 0.6380742 0.30411 0.642162 0.3129838 0.6429577 0.3121007 0.6483328 0.3209577 0.6469488 0.3129838 0.6429577 0.3209577 0.6469488 0.3220329 0.6417318 0.3161464 0.634934 0.3178035 0.6290718 0.3123142 0.6260017 0.3161464 0.634934 0.3101263 0.6309657 0.3144831 0.6383195 0.3161464 0.634934 0.3144831 0.6383195 0.3230102 0.6380617 0.3161464 0.634934 0.3230102 0.6380617 0.3178035 0.6290718 0.3901795 0.7122176 0.3889123 0.7110197 0.388297 0.7136893 0.3901795 0.7122176 0.3891272 0.7155641 0.3917627 0.7135828 0.3901795 0.7122176 0.3917627 0.7135828 0.392992 0.7086791 0.3901795 0.7122176 0.391131 0.7079725 0.3889123 0.7110197 0.37177 0.7179393 0.3705483 0.7201563 0.3744372 0.7187076 0.37177 0.7179393 0.3744372 0.7187076 0.3728975 0.7160169 0.37177 0.7179393 0.3728975 0.7160169 0.3704352 0.7143597 0.37177 0.7179393 0.368167 0.7165685 0.3705483 0.7201563 0.3786739 0.7121544 0.3764739 0.7127634 0.3788643 0.71484 0.3786739 0.7121544 0.3788643 0.71484 0.3819742 0.7171611 0.3786739 0.7121544 0.3811228 0.7114956 0.3782186 0.708577 0.3786739 0.7121544 0.3782186 0.708577 0.3754089 0.7101285 0.3830267 0.7108715 0.3811228 0.7114956 0.3836047 0.7142459 0.3830267 0.7108715 0.3836047 0.7142459 0.3847675 0.7130231 0.3830267 0.7108715 0.38433 0.7102664 0.3827174 0.7067635 0.3830267 0.7108715 0.3827174 0.7067635 0.3807893 0.7073161 0.4155388 0.7143728 0.4142429 0.7137789 0.4141821 0.7163134 0.4155388 0.7143728 0.4154038 0.7176539 0.4171193 0.7150332 0.4155388 0.7143728 0.4171193 0.7150332 0.4168541 0.710521 0.4155388 0.7143728 0.4153437 0.7104975 0.4142429 0.7137789 0.3159503 0.7286407 0.3132513 0.7291875 0.3152294 0.7331221 0.3159503 0.7286407 0.3170113 0.7311109 0.318153 0.7282297 0.3159503 0.7286407 0.318153 0.7282297 0.3178718 0.7255533 0.3159503 0.7286407 0.3147773 0.7252442 0.3132513 0.7291875 0.3242048 0.7297621 0.3221635 0.7287634 0.3225896 0.7316338 0.3242048 0.7297621 0.3225896 0.7316338 0.3237599 0.7340036 0.3242048 0.7297621 0.3266452 0.7310252 0.3262717 0.7270888 0.3242048 0.7297621 0.3262717 0.7270888 0.3231781 0.7264451 0.4087914 0.7152419 0.4076623 0.7162039 0.4098588 0.7181109 0.4087914 0.7152419 0.4098588 0.7181109 0.4104848 0.7166334 0.4087914 0.7152419 0.409703 0.7143778 0.4077981 0.7117987 0.4087914 0.7152419 0.4077981 0.7117987 0.4065496 0.712242 0.4457904 0.6918003 0.4445481 0.6922806 0.4467269 0.6942841 0.4457904 0.6918003 0.4483935 0.6943449 0.4471536 0.691142 0.4457904 0.6918003 0.4471536 0.691142 0.4433739 0.6881495 0.4457904 0.6918003 0.4423636 0.6891351 0.4445481 0.6922806 0.2702432 0.7044627 0.2675823 0.7030302 0.2694258 0.7069929 0.2702432 0.7044627 0.2694258 0.7069929 0.2715402 0.7071434 0.2702432 0.7044627 0.2723972 0.7056574 0.2739005 0.7033702 0.2702432 0.7044627 0.271531 0.7010357 0.2675823 0.7030302 0.2767805 0.7108149 0.2755424 0.7086883 0.2739003 0.7095 0.2767805 0.7108149 0.2740669 0.7115861 0.2782394 0.7134261 0.2767805 0.7108149 0.2782394 0.7134261 0.2804102 0.7094968 0.2767805 0.7108149 0.2804102 0.7094968 0.2779553 0.7071516 0.4410978 0.6992899 0.44099 0.7012125 0.4448379 0.7003939 0.4410978 0.6992899 0.4448379 0.7003939 0.4439881 0.6986956 0.4410978 0.6992899 0.4410842 0.6976551 0.4368408 0.6974145 0.4410978 0.6992899 0.4368408 0.6974145 0.4360377 0.6991696 0.3949316 0.6919011 0.3938208 0.6910757 0.3918175 0.6937395 0.3949316 0.6919011 0.3937962 0.6945194 0.3962457 0.6927877 0.3949316 0.6919011 0.3962457 0.6927877 0.3971248 0.6909543 0.3949316 0.6919011 0.3962343 0.689469 0.3938208 0.6910757 0.3520585 0.7065795 0.3497574 0.7143752 0.3527368 0.714282 0.3520585 0.7065795 0.3546763 0.7079516 0.3544058 0.7001815 0.3520585 0.7065795 0.3544058 0.7001815 0.3518875 0.6983355 0.3520585 0.7065795 0.3495159 0.705742 0.3497574 0.7143752 0.3741499 0.6903286 0.368143 0.6914152 0.3745657 0.6936649 0.3741499 0.6903286 0.3745657 0.6936649 0.379858 0.6930795 0.3741499 0.6903286 0.3798386 0.6895937 0.3742625 0.6872877 0.3741499 0.6903286 0.3742625 0.6872877 0.3680419 0.6884654 0.3836105 0.6892477 0.3798386 0.6895937 0.3835104 0.6927854 0.3836105 0.6892477 0.3835104 0.6927854 0.3865366 0.692763 0.3836105 0.6892477 0.3859294 0.6890687 0.383617 0.6859346 0.3836105 0.6892477 0.383617 0.6859346 0.3799164 0.6864145 0.4127392 0.6925411 0.411444 0.6922449 0.4111774 0.6972248 0.4127392 0.6925411 0.4130882 0.6968938 0.4142723 0.692884 0.4127392 0.6925411 0.4142723 0.692884 0.4141433 0.6896961 0.4127392 0.6925411 0.4126731 0.6884588 0.411444 0.6922449 0.3117336 0.7052752 0.3059171 0.709861 0.3123454 0.7082718 0.3117336 0.7052752 0.3123454 0.7082718 0.3172971 0.7051644 0.3117336 0.7052752 0.3169676 0.7017796 0.3160243 0.6987164 0.3117336 0.7052752 0.3104429 0.7029383 0.3059171 0.709861 0.3365738 0.7083957 0.3322257 0.7029019 0.334626 0.7111485 0.3365738 0.7083957 0.334626 0.7111485 0.3383606 0.7169704 0.3365738 0.7083957 0.3411206 0.7155542 0.3389447 0.7067108 0.3365738 0.7083957 0.3389447 0.7067108 0.3344159 0.7003608 0.4024686 0.693732 0.4010849 0.6944574 0.4041755 0.698088 0.4024686 0.693732 0.4041755 0.698088 0.4036011 0.6930579 0.4024686 0.693732 0.4036011 0.6930579 0.4005224 0.6897951 0.4024686 0.693732 0.4005224 0.6897951 0.3995934 0.6913256 0.4251797 0.6774235 0.4240787 0.6779644 0.4282051 0.6821967 0.4251797 0.6774235 0.4290884 0.6806257 0.4264718 0.6767558 0.4251797 0.6774235 0.4264718 0.6767558 0.4234781 0.6742063 0.4251797 0.6774235 0.4216416 0.6742813 0.4240787 0.6779644 0.2803081 0.6806403 0.2743409 0.680491 0.2742205 0.6845154 0.2803081 0.6806403 0.2795786 0.684837 0.285596 0.6813433 0.2803081 0.6806403 0.285596 0.6813433 0.2860234 0.6774871 0.2803081 0.6806403 0.2801863 0.6769163 0.2743409 0.680491 0.2987179 0.6991322 0.2979966 0.6926247 0.2950604 0.6944018 0.2987179 0.6991322 0.2960146 0.7004261 0.2986834 0.7068215 0.2987179 0.6991322 0.2986834 0.7068215 0.301156 0.6986168 0.2987179 0.6991322 0.301156 0.6986168 0.300771 0.6913131 0.419912 0.6874921 0.4198387 0.6894389 0.4239833 0.6894557 0.419912 0.6874921 0.4239833 0.6894557 0.4252987 0.6877618 0.419912 0.6874921 0.4199727 0.6858465 0.4161361 0.6857761 0.419912 0.6874921 0.4161361 0.6857761 0.41706 0.6883022 0.4188612 0.672303 0.416985 0.6722127 0.4202332 0.6745048 0.4188612 0.672303 0.4216416 0.6742813 0.4214456 0.6727543 0.4188612 0.672303 0.4214456 0.6727543 0.4201284 0.6718677 0.4188612 0.672303 0.4170232 0.6710191 0.416985 0.6722127 0.2799311 0.6744604 0.2731055 0.6753743 0.2738808 0.6771366 0.2799311 0.6744604 0.2801863 0.6769163 0.2865709 0.6745522 0.2799311 0.6744604 0.2865709 0.6745522 0.2869225 0.6706125 0.2799311 0.6744604 0.2790034 0.6730164 0.2731055 0.6753743 0.3034997 0.6983622 0.3039945 0.6904083 0.301156 0.6986168 0.3034997 0.6983622 0.301156 0.6986168 0.3006121 0.7070961 0.3034997 0.6983622 0.3017922 0.7073689 0.3058546 0.6988574 0.3034997 0.6983622 0.3058546 0.6988574 0.3039945 0.6904083 0.4138285 0.6842302 0.4154618 0.6876638 0.4161361 0.6857761 0.4138285 0.6842302 0.4161361 0.6857761 0.4156079 0.6837229 0.4138285 0.6842302 0.4128111 0.6815513 0.4097766 0.6779237 0.4138285 0.6842302 0.4127079 0.6837838 0.4146528 0.6875758 0.4124927 0.6853665 0.411021 0.6835494 0.4113945 0.6876577 0.4124927 0.6853665 0.4126731 0.6884588 0.4142418 0.68809 0.4124927 0.6853665 0.4142418 0.68809 0.4146528 0.6875758 0.4124927 0.6853665 0.4127079 0.6837838 0.4097766 0.6779237 0.3083261 0.7005908 0.3034011 0.7079043 0.3044317 0.7085253 0.3083261 0.7005908 0.3104429 0.7029383 0.3135802 0.6949861 0.3083261 0.7005908 0.3135802 0.6949861 0.3095474 0.6891071 0.3083261 0.7005908 0.3058546 0.6988574 0.3034011 0.7079043 0.3419831 0.7054911 0.3382839 0.6979985 0.3389447 0.7067108 0.3419831 0.7054911 0.3389447 0.7067108 0.3434095 0.7149487 0.3419831 0.7054911 0.3446521 0.7148454 0.3450091 0.7048946 0.3419831 0.7054911 0.3450091 0.7048946 0.3445689 0.6941174 0.3990426 0.6868675 0.3987403 0.6898369 0.4005224 0.6897951 0.3990426 0.6868675 0.4005224 0.6897951 0.4014075 0.6886337 0.3990426 0.6868675 0.3995231 0.6847168 0.3979385 0.6856823 0.3990426 0.6868675 0.3979385 0.6856823 0.3982216 0.6895125 0.3971195 0.6869727 0.396398 0.6849593 0.3953527 0.6883211 0.3971195 0.6869727 0.3962343 0.689469 0.3977333 0.6898738 0.3971195 0.6869727 0.3977333 0.6898738 0.3982216 0.6895125 0.3971195 0.6869727 0.3979385 0.6856823 0.3975173 0.6807993 0.3473431 0.7050793 0.3460757 0.714895 0.3473483 0.714716 0.3473431 0.7050793 0.3495159 0.705742 0.3492842 0.6968555 0.3473431 0.7050793 0.3492842 0.6968555 0.3450091 0.7048946 0.3473431 0.7050793 0.3450091 0.7048946 0.3460757 0.714895 0.3746587 0.6847919 0.3684947 0.6858193 0.3742625 0.6872877 0.3746587 0.6847919 0.3742625 0.6872877 0.3799164 0.6864145 0.3746587 0.6847919 0.3800971 0.6839358 0.3749127 0.6820766 0.3746587 0.6847919 0.3749127 0.6820766 0.3688343 0.6830524 0.3839377 0.6832247 0.3800971 0.6839358 0.383617 0.6859346 0.3839377 0.6832247 0.383617 0.6859346 0.3859037 0.6857702 0.3839377 0.6832247 0.3864424 0.6828901 0.3841294 0.6800847 0.3839377 0.6832247 0.3841294 0.6800847 0.3801451 0.6811258 0.4163124 0.6699604 0.4137049 0.6687321 0.4135255 0.6701242 0.4163124 0.6699604 0.4170232 0.6710191 0.4192806 0.6710146 0.4163124 0.6699604 0.4192806 0.6710146 0.4196072 0.670771 0.4163124 0.6699604 0.4160574 0.668631 0.4137049 0.6687321 0.2768638 0.6723281 0.2714537 0.6739293 0.272226 0.67453 0.2768638 0.6723281 0.2790034 0.6730164 0.2869225 0.6706125 0.2768638 0.6723281 0.2808222 0.6698243 0.2775123 0.6698713 0.2768638 0.6723281 0.2748433 0.6719363 0.2714537 0.6739293 0.3776327 0.6599233 0.3797334 0.6557762 0.3755563 0.6540974 0.3776327 0.6599233 0.3723602 0.6593286 0.3754491 0.6641994 0.3776327 0.6599233 0.3754491 0.6641994 0.3786641 0.6642951 0.3776327 0.6599233 0.3809855 0.6615289 0.3797334 0.6557762 0.4394789 0.6867166 0.4423636 0.6891351 0.4403313 0.6856809 0.4394789 0.6867166 0.4403313 0.6856809 0.4373619 0.6835734 0.4394789 0.6867166 0.4365474 0.6845861 0.4386479 0.6875691 0.4394789 0.6867166 0.4386479 0.6875691 0.4411343 0.6901873 0.4329808 0.6827845 0.4365474 0.6845861 0.4373619 0.6835734 0.4329808 0.6827845 0.4338016 0.6816641 0.4290884 0.6806257 0.4329808 0.6827845 0.4290884 0.6806257 0.4282051 0.6821967 0.4329808 0.6827845 0.4323934 0.6838277 0.4358333 0.6855121 0.2728542 0.6969056 0.271531 0.7010357 0.2750604 0.6982482 0.2728542 0.6969056 0.2750604 0.6982482 0.2771121 0.6935215 0.2728542 0.6969056 0.2746309 0.692616 0.2705327 0.6950313 0.2728542 0.6969056 0.2705327 0.6950313 0.2691287 0.6985802 0.2772792 0.6887111 0.2746309 0.692616 0.2771121 0.6935215 0.2772792 0.6887111 0.2804824 0.689544 0.2795786 0.684837 0.2772792 0.6887111 0.2795786 0.684837 0.2742205 0.6845154 0.2772792 0.6887111 0.2732544 0.6882873 0.2746309 0.692616 0.2847793 0.7079358 0.2804102 0.7094968 0.2829446 0.7119202 0.2847793 0.7079358 0.2867884 0.7103551 0.2891727 0.7058646 0.2847793 0.7079358 0.2891727 0.7058646 0.2880663 0.7032381 0.2847793 0.7079358 0.2832545 0.7056795 0.2804102 0.7094968 0.2928753 0.7030158 0.2891727 0.7058646 0.2932909 0.7076531 0.2928753 0.7030158 0.2932909 0.7076531 0.2961837 0.7068917 0.2928753 0.7030158 0.2960146 0.7004261 0.2919291 0.6994442 0.2928753 0.7030158 0.2919291 0.6994442 0.2880663 0.7032381 0.4332262 0.6957516 0.4368408 0.6974145 0.4375857 0.6954598 0.4332262 0.6957516 0.433931 0.6944511 0.4308793 0.6928747 0.4332262 0.6957516 0.4300674 0.6939713 0.4291254 0.6952192 0.4332262 0.6957516 0.432255 0.6972133 0.4368408 0.6974145 0.4271774 0.691744 0.4300674 0.6939713 0.4281447 0.6906837 0.4271774 0.691744 0.4281447 0.6906837 0.4252987 0.6877618 0.4271774 0.691744 0.4239833 0.6894557 0.4261325 0.6930626 0.4271774 0.691744 0.4261325 0.6930626 0.4291254 0.6952192 0.4153619 0.7073135 0.4153437 0.7104975 0.4168093 0.7071263 0.4153619 0.7073135 0.4168093 0.7071263 0.4165633 0.7040708 0.4153619 0.7073135 0.4151133 0.7042652 0.4141255 0.7073925 0.4153619 0.7073135 0.4141255 0.7073925 0.4137222 0.7103987 0.4141174 0.7007969 0.4151133 0.7042652 0.4165633 0.7040708 0.4141174 0.7007969 0.4156947 0.7005764 0.4130882 0.6968938 0.4141174 0.7007969 0.4130882 0.6968938 0.4128297 0.7011279 0.4141174 0.7007969 0.4128297 0.7011279 0.4151133 0.7042652 0.3135277 0.7215027 0.3147773 0.7252442 0.3161128 0.7212268 0.3135277 0.7215027 0.3161128 0.7212268 0.3152325 0.7165015 0.3135277 0.7215027 0.3126081 0.7173195 0.3105454 0.7215476 0.3135277 0.7215027 0.3105454 0.7215476 0.3115771 0.7248837 0.3124254 0.7125979 0.3126081 0.7173195 0.3152325 0.7165015 0.3124254 0.7125979 0.3156383 0.7111068 0.3123454 0.7082718 0.3124254 0.7125979 0.3123454 0.7082718 0.3074773 0.7120234 0.3124254 0.7125979 0.3087324 0.7151247 0.3126081 0.7173195 0.3286473 0.7240511 0.3262717 0.7270888 0.3293942 0.7277061 0.3286473 0.7240511 0.3314267 0.7249998 0.3309648 0.7203214 0.3286473 0.7240511 0.3309648 0.7203214 0.3286392 0.7186797 0.3286473 0.7240511 0.3262338 0.7229923 0.3262717 0.7270888 0.332857 0.7155721 0.3309648 0.7203214 0.3357048 0.7195054 0.332857 0.7155721 0.3357048 0.7195054 0.3383606 0.7169704 0.332857 0.7155721 0.334626 0.7111485 0.3300886 0.7129463 0.332857 0.7155721 0.3300886 0.7129463 0.3286392 0.7186797 0.4065706 0.7089394 0.4077981 0.7117987 0.4091764 0.7112431 0.4065706 0.7089394 0.4076582 0.7085861 0.4066833 0.7057184 0.4065706 0.7089394 0.4054899 0.7059893 0.4041057 0.7062857 0.4065706 0.7089394 0.4052614 0.7092266 0.4077981 0.7117987 0.404937 0.7022729 0.4054899 0.7059893 0.4062486 0.7021419 0.404937 0.7022729 0.4062486 0.7021419 0.406131 0.6978405 0.404937 0.7022729 0.4041755 0.698088 0.4033906 0.7025475 0.404937 0.7022729 0.4033906 0.7025475 0.4041057 0.7062857 0.3922311 0.7042731 0.391131 0.7079725 0.3940466 0.704721 0.3922311 0.7042731 0.3940466 0.704721 0.3947992 0.7013273 0.3922311 0.7042731 0.3931137 0.700885 0.3907322 0.7038149 0.3922311 0.7042731 0.3907322 0.7038149 0.3891496 0.7071866 0.3934128 0.6975739 0.3931137 0.700885 0.3951227 0.6981166 0.3934128 0.6975739 0.3951227 0.6981166 0.3954578 0.6952248 0.3934128 0.6975739 0.3937962 0.6945194 0.391944 0.6972796 0.3934128 0.6975739 0.391944 0.6972796 0.3916522 0.7005534 0.363925 0.7148396 0.368167 0.7165685 0.3654478 0.7125278 0.363925 0.7148396 0.3654478 0.7125278 0.3613132 0.709953 0.363925 0.7148396 0.3599318 0.7127304 0.3621741 0.717235 0.363925 0.7148396 0.3621741 0.717235 0.3660017 0.7187142 0.3570748 0.7102182 0.3599318 0.7127304 0.3613132 0.709953 0.3570748 0.7102182 0.3587706 0.7066246 0.3546763 0.7079516 0.3570748 0.7102182 0.3546763 0.7079516 0.3527368 0.714282 0.3570748 0.7102182 0.3557205 0.7148454 0.3599318 0.7127304 0.3777724 0.7046111 0.3782186 0.708577 0.3807893 0.7073161 0.3777724 0.7046111 0.3804567 0.7034866 0.3770473 0.7006398 0.3777724 0.7046111 0.3770473 0.7006398 0.3738154 0.7015952 0.3777724 0.7046111 0.3749747 0.7056922 0.3782186 0.708577 0.3757549 0.6970465 0.3770473 0.7006398 0.3801686 0.6999073 0.3757549 0.6970465 0.3799685 0.6964778 0.3745657 0.6936649 0.3757549 0.6970465 0.3745657 0.6936649 0.3717156 0.698082 0.3757549 0.6970465 0.3717156 0.698082 0.3738154 0.7015952 0.382391 0.7030262 0.3827174 0.7067635 0.3843836 0.7065287 0.382391 0.7030262 0.3837192 0.702877 0.3823528 0.6995359 0.382391 0.7030262 0.3823528 0.6995359 0.3801686 0.6999073 0.382391 0.7030262 0.3804567 0.7034866 0.3827174 0.7067635 0.3829086 0.6961686 0.3823528 0.6995359 0.3838125 0.6994664 0.3829086 0.6961686 0.3847543 0.6962061 0.3835104 0.6927854 0.3829086 0.6961686 0.3835104 0.6927854 0.379858 0.6930795 0.3829086 0.6961686 0.3799685 0.6964778 0.3823528 0.6995359 0.3744337 0.6690493 0.3754491 0.6641994 0.369838 0.6644524 0.3744337 0.6690493 0.3684235 0.6701588 0.3742595 0.6739498 0.3744337 0.6690493 0.3742595 0.6739498 0.3794157 0.6721623 0.3744337 0.6690493 0.3791998 0.6675028 0.3754491 0.6641994 0.3745994 0.6783775 0.3742595 0.6739498 0.3679858 0.6755529 0.3745994 0.6783775 0.3683937 0.6797405 0.3749127 0.6820766 0.3745994 0.6783775 0.3749127 0.6820766 0.3801451 0.6811258 0.3745994 0.6783775 0.3798243 0.6769523 0.3742595 0.6739498 0.3824944 0.6652965 0.3809855 0.6615289 0.3786641 0.6642951 0.3824944 0.6652965 0.3791998 0.6675028 0.3831014 0.6702669 0.3824944 0.6652965 0.3831014 0.6702669 0.3858894 0.6682752 0.3824944 0.6652965 0.3849825 0.663207 0.3809855 0.6615289 0.3837485 0.6754808 0.3831014 0.6702669 0.3794157 0.6721623 0.3837485 0.6754808 0.3798243 0.6769523 0.3841294 0.6800847 0.3837485 0.6754808 0.3841294 0.6800847 0.3879288 0.6790887 0.3837485 0.6754808 0.3867749 0.6734687 0.3831014 0.6702669 0.4435477 0.6924047 0.4450823 0.6938127 0.4445481 0.6922806 0.4435477 0.6924047 0.4445481 0.6922806 0.4411343 0.6901873 0.4435477 0.6924047 0.4416494 0.6914854 0.4427417 0.6925746 0.4435477 0.6924047 0.4427417 0.6925746 0.4438357 0.6934646 0.4408273 0.6965962 0.4391164 0.6952566 0.4375857 0.6954598 0.4408273 0.6965962 0.4410842 0.6976551 0.4428547 0.6973766 0.4408273 0.6965962 0.4428547 0.6973766 0.4419955 0.6964125 0.4408273 0.6965962 0.4406745 0.695794 0.4391164 0.6952566 0.4135162 0.7133179 0.4134983 0.7150265 0.4142429 0.7137789 0.4135162 0.7133179 0.4142429 0.7137789 0.4137222 0.7103987 0.4135162 0.7133179 0.4131153 0.7116514 0.4130222 0.7130242 0.4135162 0.7133179 0.4130222 0.7130242 0.4130915 0.7141237 0.4101796 0.7137094 0.4100785 0.7120877 0.4091764 0.7112431 0.4101796 0.7137094 0.409703 0.7143778 0.4106962 0.7152755 0.4101796 0.7137094 0.4106962 0.7152755 0.4108076 0.7143222 0.4101796 0.7137094 0.4105409 0.7132568 0.4100785 0.7120877 0.3849772 0.7096645 0.3850928 0.7077075 0.38433 0.7102664 0.3849772 0.7096645 0.38433 0.7102664 0.3852831 0.7116468 0.3849772 0.7096645 0.3852831 0.7116468 0.3855195 0.7105659 0.3849772 0.7096645 0.3853862 0.7092273 0.3850928 0.7077075 0.3882771 0.7101565 0.3879255 0.7120359 0.3889123 0.7110197 0.3882771 0.7101565 0.3889123 0.7110197 0.3891496 0.7071866 0.3882771 0.7101565 0.3882251 0.7081795 0.3878745 0.7095981 0.3882771 0.7101565 0.3878745 0.7095981 0.3877252 0.7108845 0.3856851 0.6966781 0.3869259 0.6945122 0.3847543 0.6962061 0.3856851 0.6966781 0.3847543 0.6962061 0.3838125 0.6994664 0.3856851 0.6966781 0.3847603 0.6996396 0.3863043 0.6972126 0.3856851 0.6966781 0.3863043 0.6972126 0.3870407 0.6955225 0.3845856 0.7026859 0.3847603 0.6996396 0.3838125 0.6994664 0.3845856 0.7026859 0.3837192 0.702877 0.3850039 0.705007 0.3845856 0.7026859 0.3850039 0.705007 0.3854457 0.7042079 0.3845856 0.7026859 0.3853213 0.7025666 0.385554 0.6998982 0.3909571 0.6974821 0.3906391 0.7004431 0.3916522 0.7005534 0.3909571 0.6974821 0.391944 0.6972796 0.3907833 0.6951682 0.3909571 0.6974821 0.3907833 0.6951682 0.390257 0.6960361 0.3909571 0.6974821 0.3901554 0.6977673 0.3906391 0.7004431 0.3898668 0.7033358 0.388875 0.7054318 0.3907322 0.7038149 0.3898668 0.7033358 0.3907322 0.7038149 0.3916522 0.7005534 0.3898668 0.7033358 0.3906391 0.7004431 0.3897724 0.7004174 0.3898668 0.7033358 0.3892023 0.7029619 0.3886902 0.704522 0.4121211 0.7016801 0.4130204 0.7046898 0.413865 0.7044685 0.4121211 0.7016801 0.4128297 0.7011279 0.4111774 0.6972248 0.4121211 0.7016801 0.4109603 0.6992442 0.4108727 0.7002955 0.4121211 0.7016801 0.4115515 0.7021625 0.4130204 0.7046898 0.4133108 0.7072552 0.413047 0.7090577 0.4141255 0.7073925 0.4133108 0.7072552 0.4141255 0.7073925 0.4130204 0.7046898 0.4133108 0.7072552 0.4130204 0.7046898 0.4126087 0.7071051 0.4133108 0.7072552 0.4126087 0.7071051 0.412595 0.7083952 0.4070906 0.7022981 0.4071841 0.6996172 0.406131 0.6978405 0.4070906 0.7022981 0.4062486 0.7021419 0.4066833 0.7057184 0.4070906 0.7022981 0.4074952 0.7054989 0.4077911 0.7024764 0.4070906 0.7022981 0.4077911 0.7024764 0.4076955 0.7005474 0.4083028 0.7081004 0.4074952 0.7054989 0.4066833 0.7057184 0.4083028 0.7081004 0.4076582 0.7085861 0.4093044 0.7097714 0.4083028 0.7081004 0.4093044 0.7097714 0.4094444 0.7089404 0.4083028 0.7081004 0.4088684 0.7076532 0.4074952 0.7054989 0.4322727 0.6847167 0.4353197 0.6862649 0.4358333 0.6855121 0.4322727 0.6847167 0.4323934 0.6838277 0.4282051 0.6821967 0.4322727 0.6847167 0.4296306 0.683918 0.4303298 0.6848188 0.4322727 0.6847167 0.4321805 0.6855899 0.4353197 0.6862649 0.43786 0.6880551 0.4393438 0.689744 0.4386479 0.6875691 0.43786 0.6880551 0.4386479 0.6875691 0.4358333 0.6855121 0.43786 0.6880551 0.4353197 0.6862649 0.4371085 0.688557 0.43786 0.6880551 0.4371085 0.688557 0.4383088 0.6896322 0.4289565 0.6901397 0.427307 0.6881708 0.4281447 0.6906837 0.4289565 0.6901397 0.4281447 0.6906837 0.4308793 0.6928747 0.4289565 0.6901397 0.4314309 0.6920806 0.4296672 0.6896489 0.4289565 0.6901397 0.4296672 0.6896489 0.4283072 0.6883493 0.4341029 0.6934735 0.4314309 0.6920806 0.4308793 0.6928747 0.4341029 0.6934735 0.433931 0.6944511 0.4363588 0.69399 0.4341029 0.6934735 0.4363588 0.69399 0.435797 0.6931467 0.4341029 0.6934735 0.434241 0.6925987 0.4319513 0.6913231 0.4165253 0.6728441 0.4196811 0.6750247 0.416985 0.6722127 0.4165253 0.6728441 0.416985 0.6722127 0.4141737 0.6719367 0.4165253 0.6728441 0.4141737 0.6719367 0.4148378 0.6730635 0.4165253 0.6728441 0.4165521 0.6739392 0.4196811 0.6750247 0.4130254 0.6803823 0.4115453 0.6781589 0.4097766 0.6779237 0.4130254 0.6803823 0.4128111 0.6815513 0.415871 0.6826151 0.4130254 0.6803823 0.415871 0.6826151 0.4138532 0.679656 0.4130254 0.6803823 0.4138532 0.679656 0.4125653 0.678152 0.4233598 0.6782518 0.4261839 0.6813814 0.4282051 0.6821967 0.4233598 0.6782518 0.4240787 0.6779644 0.4202332 0.6745048 0.4233598 0.6782518 0.4196811 0.6750247 0.4194383 0.6759279 0.4233598 0.6782518 0.4228346 0.6787486 0.4249546 0.680877 0.4200082 0.6848028 0.415871 0.6826151 0.4156079 0.6837229 0.4200082 0.6848028 0.4199727 0.6858465 0.4252987 0.6877618 0.4200082 0.6848028 0.4237779 0.6861227 0.4202461 0.6839162 0.4200082 0.6848028 0.4202461 0.6839162 0.415871 0.6826151 0.410104 0.6835451 0.4104989 0.6877294 0.411021 0.6835494 0.410104 0.6835451 0.411021 0.6835494 0.4089912 0.6805078 0.410104 0.6835451 0.4089912 0.6805078 0.4084141 0.6818488 0.410104 0.6835451 0.4091202 0.6842107 0.4104989 0.6877294 0.4003604 0.6842038 0.3997002 0.681239 0.3995231 0.6847168 0.4003604 0.6842038 0.3995231 0.6847168 0.4022052 0.6882106 0.4003604 0.6842038 0.4022052 0.6882106 0.401629 0.6844142 0.4003604 0.6842038 0.401629 0.6844142 0.4010083 0.6822307 0.4106248 0.6920418 0.4103564 0.69537 0.4111774 0.6972248 0.4106248 0.6920418 0.411444 0.6922449 0.4113945 0.6876577 0.4106248 0.6920418 0.4104989 0.6877294 0.4095612 0.6880924 0.4106248 0.6920418 0.4098697 0.6919419 0.4098824 0.6943027 0.4042314 0.6924863 0.4022052 0.6882106 0.4014075 0.6886337 0.4042314 0.6924863 0.4036011 0.6930579 0.406131 0.6978405 0.4042314 0.6924863 0.4060909 0.69578 0.4060381 0.6945512 0.4042314 0.6924863 0.4048759 0.6921035 0.4032152 0.6881621 0.3878732 0.6831637 0.3889168 0.6812819 0.3864424 0.6828901 0.3878732 0.6831637 0.3864424 0.6828901 0.387316 0.6858435 0.3878732 0.6831637 0.387316 0.6858435 0.3889301 0.6836372 0.3878732 0.6831637 0.3889301 0.6836372 0.3895053 0.6822021 0.3954612 0.6847211 0.3944888 0.6878486 0.396398 0.6849593 0.3954612 0.6847211 0.396398 0.6849593 0.3955346 0.6820793 0.3954612 0.6847211 0.3955346 0.6820793 0.3946492 0.6831532 0.3954612 0.6847211 0.3943582 0.6850449 0.3944888 0.6878486 0.387259 0.6888344 0.387316 0.6858435 0.3859037 0.6857702 0.387259 0.6888344 0.3859294 0.6890687 0.3876538 0.6912543 0.387259 0.6888344 0.3876538 0.6912543 0.3881987 0.690437 0.387259 0.6888344 0.3881719 0.6886987 0.3883978 0.6860427 0.3931164 0.6903728 0.3916757 0.6920231 0.3938208 0.6910757 0.3931164 0.6903728 0.3938208 0.6910757 0.3953527 0.6883211 0.3931164 0.6903728 0.3944888 0.6878486 0.3935303 0.6875925 0.3931164 0.6903728 0.3924622 0.6898074 0.3916248 0.6911401 0.4056354 0.666449 0.403104 0.6614589 0.4021401 0.662499 0.4056354 0.666449 0.4051231 0.6686515 0.4097766 0.6779237 0.4056354 0.666449 0.4078949 0.6700955 0.4070193 0.6664162 0.4056354 0.666449 0.4055742 0.663495 0.403104 0.6614589 0.4010753 0.6571893 0.4000481 0.6540544 0.3999063 0.6574714 0.4010753 0.6571893 0.3999063 0.6574714 0.403104 0.6614589 0.4010753 0.6571893 0.403104 0.6614589 0.4038354 0.6601957 0.4010753 0.6571893 0.4021925 0.6569995 0.4012273 0.6549564 0.4118189 0.6671552 0.4109901 0.6671523 0.4135255 0.6701242 0.4118189 0.6671552 0.4137049 0.6687321 0.4136535 0.6673105 0.4118189 0.6671552 0.4114285 0.6657002 0.4092831 0.6639425 0.4029167 0.6676711 0.4040958 0.6719021 0.4097766 0.6779237 0.4029167 0.6676711 0.4051231 0.6686515 0.4021401 0.662499 0.4029167 0.6676711 0.4006562 0.6625418 0.4001097 0.6658794 0.4029167 0.6676711 0.4001097 0.6658794 0.4012409 0.6689845 0.3988267 0.6580892 0.4006562 0.6625418 0.3999063 0.6574714 0.3988267 0.6580892 0.3999063 0.6574714 0.3970809 0.6551265 0.3988267 0.6580892 0.3970809 0.6551265 0.3964374 0.656616 0.3988267 0.6580892 0.3975 0.6587834 0.3988268 0.6623116 0.3893064 0.6704216 0.3883522 0.6661993 0.3858894 0.6682752 0.3893064 0.6704216 0.3867749 0.6734687 0.3904837 0.6735883 0.3893064 0.6704216 0.3904837 0.6735883 0.3919758 0.6703996 0.3893064 0.6704216 0.3915367 0.6676656 0.3883522 0.6661993 0.3873288 0.6620111 0.3869388 0.6585945 0.3849825 0.663207 0.3873288 0.6620111 0.3849825 0.663207 0.3883522 0.6661993 0.3873288 0.6620111 0.3883522 0.6661993 0.3905884 0.6644729 0.3873288 0.6620111 0.3895083 0.661256 0.3887571 0.6591379 0.2735372 0.7063766 0.2723972 0.7056574 0.2725874 0.707434 0.2735372 0.7063766 0.2725874 0.707434 0.2730842 0.7078559 0.2735372 0.7063766 0.2741559 0.7069059 0.2747289 0.7050852 0.2735372 0.7063766 0.2747289 0.7050852 0.2723972 0.7056574 0.274746 0.7075308 0.2741559 0.7069059 0.2735473 0.7084006 0.274746 0.7075308 0.2735473 0.7084006 0.2755424 0.7086883 0.274746 0.7075308 0.2755424 0.7086883 0.2761153 0.7063924 0.274746 0.7075308 0.2761153 0.7063924 0.2754322 0.7057163 0.2895251 0.6831539 0.285596 0.6813433 0.2848396 0.685858 0.2895251 0.6831539 0.2884013 0.6865984 0.2927095 0.6856677 0.2895251 0.6831539 0.2927095 0.6856677 0.2950413 0.6827923 0.2895251 0.6831539 0.2909241 0.6796401 0.285596 0.6813433 0.2957636 0.6884806 0.2927095 0.6856677 0.2908517 0.6884533 0.2957636 0.6884806 0.2933801 0.690599 0.2979966 0.6926247 0.2957636 0.6884806 0.2979966 0.6926247 0.2985282 0.6863608 0.2957636 0.6884806 0.2985282 0.6863608 0.2927095 0.6856677 0.2928388 0.676655 0.2865709 0.6745522 0.2860234 0.6774871 0.2928388 0.676655 0.2909241 0.6796401 0.298186 0.6801854 0.2928388 0.676655 0.298186 0.6801854 0.2952845 0.6737011 0.2928388 0.676655 0.2952845 0.6737011 0.2869225 0.6706125 0.302064 0.6845596 0.298186 0.6801854 0.2985282 0.6863608 0.302064 0.6845596 0.2985282 0.6863608 0.300771 0.6913131 0.302064 0.6845596 0.3039945 0.6904083 0.3095474 0.6891071 0.302064 0.6845596 0.3056313 0.6822107 0.298186 0.6801854 0.3122861 0.6539295 0.3059968 0.6494182 0.3064004 0.6560271 0.3122861 0.6539295 0.3125746 0.6600029 0.3194584 0.6574119 0.3122861 0.6539295 0.3194584 0.6574119 0.3200209 0.6525598 0.3122861 0.6539295 0.3121007 0.6483328 0.3059968 0.6494182 0.4469016 0.6997429 0.4448379 0.7003939 0.4481396 0.7013178 0.4469016 0.6997429 0.4481396 0.7013178 0.4495428 0.6992145 0.4469016 0.6997429 0.4479909 0.6981434 0.4455571 0.6982674 0.4469016 0.6997429 0.4455571 0.6982674 0.4448379 0.7003939 0.4488076 0.6964016 0.4479909 0.6981434 0.4495428 0.6992145 0.4488076 0.6964016 0.4505271 0.6968666 0.4483935 0.6943449 0.4488076 0.6964016 0.4483935 0.6943449 0.4470553 0.6958132 0.4488076 0.6964016 0.4470553 0.6958132 0.4463824 0.6970726 0.3016123 0.6614819 0.2961506 0.6610712 0.2965754 0.6647817 0.3016123 0.6614819 0.3007432 0.6662539 0.306979 0.6633976 0.3016123 0.6614819 0.306979 0.6633976 0.3064004 0.6560271 0.3016123 0.6614819 0.3010011 0.6563634 0.2961506 0.6610712 0.3120008 0.6668081 0.306979 0.6633976 0.3060816 0.6690662 0.3120008 0.6668081 0.3106207 0.6733037 0.3174319 0.6697385 0.3120008 0.6668081 0.3174319 0.6697385 0.3187642 0.6627299 0.3120008 0.6668081 0.3125746 0.6600029 0.306979 0.6633976 0.2982766 0.6702805 0.293084 0.6669183 0.2952845 0.6737011 0.2982766 0.6702805 0.2952845 0.6737011 0.3014562 0.6773173 0.2982766 0.6702805 0.3041644 0.6736585 0.3007432 0.6662539 0.2982766 0.6702805 0.3007432 0.6662539 0.2965754 0.6647817 0.3084905 0.6784483 0.3041644 0.6736585 0.3014562 0.6773173 0.3084905 0.6784483 0.3056313 0.6822107 0.3131069 0.6823422 0.3084905 0.6784483 0.3131069 0.6823422 0.3155251 0.6768164 0.3084905 0.6784483 0.3106207 0.6733037 0.3041644 0.6736585 0.4404034 0.6917864 0.4416494 0.6914854 0.4411343 0.6901873 0.4404034 0.6917864 0.4399203 0.6912972 0.4395728 0.6927866 0.4404034 0.6917864 0.4395728 0.6927866 0.4403426 0.6932893 0.4404034 0.6917864 0.4410108 0.6924276 0.4416494 0.6914854 0.438921 0.693965 0.4395728 0.6927866 0.4389821 0.6924219 0.438921 0.693965 0.4382421 0.6937586 0.4391164 0.6952566 0.438921 0.693965 0.4391164 0.6952566 0.4397789 0.6942467 0.438921 0.693965 0.4397789 0.6942467 0.4403426 0.6932893 0.4439993 0.6969906 0.4428547 0.6973766 0.4439881 0.6986956 0.4439993 0.6969906 0.4455571 0.6982674 0.4446605 0.6960027 0.4439993 0.6969906 0.4446605 0.6960027 0.4429842 0.6949791 0.4439993 0.6969906 0.4424105 0.6958865 0.4428547 0.6973766 0.4452373 0.6949777 0.4446605 0.6960027 0.4470553 0.6958132 0.4452373 0.6949777 0.4470553 0.6958132 0.4467269 0.6942841 0.4452373 0.6949777 0.4450823 0.6938127 0.4435232 0.6940519 0.4452373 0.6949777 0.4435232 0.6940519 0.4429842 0.6949791 0.4409729 0.6949295 0.4406745 0.695794 0.4424105 0.6958865 0.4409729 0.6949295 0.4424105 0.6958865 0.4429842 0.6949791 0.4409729 0.6949295 0.4415124 0.6940474 0.4397789 0.6942467 0.4409729 0.6949295 0.4397789 0.6942467 0.4397287 0.6950776 0.4420826 0.6931923 0.4415124 0.6940474 0.4429842 0.6949791 0.4420826 0.6931923 0.4435232 0.6940519 0.4427417 0.6925746 0.4420826 0.6931923 0.4427417 0.6925746 0.4417304 0.692063 0.4420826 0.6931923 0.4410108 0.6924276 0.4415124 0.6940474 0.4283054 0.6843766 0.4296306 0.683918 0.4282051 0.6821967 0.4283054 0.6843766 0.4275766 0.6837746 0.4269527 0.6850228 0.4283054 0.6843766 0.4276731 0.6854997 0.4294951 0.685254 0.4283054 0.6843766 0.4294951 0.685254 0.4296306 0.683918 0.4271097 0.6866943 0.4276731 0.6854997 0.4263113 0.6863049 0.4271097 0.6866943 0.4263113 0.6863049 0.4252987 0.6877618 0.4271097 0.6866943 0.427307 0.6881708 0.4283163 0.6873616 0.4271097 0.6866943 0.4283163 0.6873616 0.4288539 0.6862713 0.4375849 0.6933016 0.4363588 0.69399 0.4375857 0.6954598 0.4375849 0.6933016 0.4382421 0.6937586 0.4383498 0.6920779 0.4375849 0.6933016 0.4383498 0.6920779 0.4373478 0.6915278 0.4375849 0.6933016 0.4365767 0.6925868 0.4363588 0.69399 0.4392216 0.6909886 0.4383498 0.6920779 0.4389821 0.6924219 0.4392216 0.6909886 0.4399203 0.6912972 0.4393438 0.689744 0.4392216 0.6909886 0.4393438 0.689744 0.4381096 0.6904966 0.4392216 0.6909886 0.4381096 0.6904966 0.4383498 0.6920779 0.4348444 0.691607 0.434241 0.6925987 0.435797 0.6931467 0.4348444 0.691607 0.4365767 0.6925868 0.4356482 0.6905445 0.4348444 0.691607 0.4356482 0.6905445 0.4334591 0.6892222 0.4348444 0.691607 0.4326691 0.6903363 0.434241 0.6925987 0.4363871 0.6894573 0.4356482 0.6905445 0.4373478 0.6915278 0.4363871 0.6894573 0.4381096 0.6904966 0.4383088 0.6896322 0.4363871 0.6894573 0.4371085 0.688557 0.4341959 0.688083 0.4363871 0.6894573 0.4341959 0.688083 0.4356482 0.6905445 0.4303312 0.6887484 0.4296672 0.6896489 0.4319513 0.6913231 0.4303312 0.6887484 0.4326691 0.6903363 0.4309884 0.687655 0.4303312 0.6887484 0.4309884 0.687655 0.4283163 0.6873616 0.4303312 0.6887484 0.4283163 0.6873616 0.4283072 0.6883493 0.4316787 0.6865857 0.4309884 0.687655 0.4334591 0.6892222 0.4316787 0.6865857 0.4341959 0.688083 0.4321805 0.6855899 0.4316787 0.6865857 0.4321805 0.6855899 0.4303298 0.6848188 0.4316787 0.6865857 0.4294951 0.685254 0.4309884 0.687655 0.4255211 0.685752 0.4237779 0.6861227 0.4252987 0.6877618 0.4255211 0.685752 0.4263113 0.6863049 0.4269527 0.6850228 0.4255211 0.685752 0.4261998 0.6845234 0.4239764 0.6846821 0.4255211 0.685752 0.4239764 0.6846821 0.4237779 0.6861227 0.4267756 0.6832692 0.4261998 0.6845234 0.4275766 0.6837746 0.4267756 0.6832692 0.4275766 0.6837746 0.4282051 0.6821967 0.4267756 0.6832692 0.4261839 0.6813814 0.4252419 0.6822028 0.4267756 0.6832692 0.4252419 0.6822028 0.4246916 0.6834814 0.4129076 0.6725291 0.4141737 0.6719367 0.4135255 0.6701242 0.4129076 0.6725291 0.4119309 0.6708933 0.4112233 0.672492 0.4129076 0.6725291 0.4121951 0.6740677 0.4140512 0.6736698 0.4129076 0.6725291 0.4140512 0.6736698 0.4141737 0.6719367 0.4115048 0.6759992 0.4121951 0.6740677 0.4105281 0.6744603 0.4115048 0.6759992 0.4105281 0.6744603 0.4097766 0.6779237 0.4115048 0.6759992 0.4115453 0.6781589 0.4126752 0.6766985 0.4115048 0.6759992 0.4126752 0.6766985 0.413373 0.6750311 0.4146764 0.6783055 0.4138532 0.679656 0.4174442 0.6804448 0.4146764 0.6783055 0.4174442 0.6804448 0.4182798 0.6788913 0.4146764 0.6783055 0.4154518 0.6767076 0.4126752 0.6766985 0.4146764 0.6783055 0.4126752 0.6766985 0.4125653 0.678152 0.4161356 0.6752396 0.4154518 0.6767076 0.4189578 0.6773013 0.4161356 0.6752396 0.4189578 0.6773013 0.4194383 0.6759279 0.4161356 0.6752396 0.4165521 0.6739392 0.4148378 0.6730635 0.4161356 0.6752396 0.4140512 0.6736698 0.413373 0.6750311 0.4209141 0.6827418 0.4202461 0.6839162 0.4228398 0.6850653 0.4209141 0.6827418 0.4239764 0.6846821 0.4246916 0.6834814 0.4209141 0.6827418 0.4217057 0.6813766 0.4174442 0.6804448 0.4209141 0.6827418 0.4174442 0.6804448 0.4165937 0.681755 0.4223146 0.6799179 0.4217057 0.6813766 0.4252419 0.6822028 0.4223146 0.6799179 0.4252419 0.6822028 0.4249546 0.680877 0.4223146 0.6799179 0.4228346 0.6787486 0.4189578 0.6773013 0.4223146 0.6799179 0.4189578 0.6773013 0.4182798 0.6788913 0.4091079 0.6703347 0.4078949 0.6700955 0.4105281 0.6744603 0.4091079 0.6703347 0.4105281 0.6744603 0.4112233 0.672492 0.4091079 0.6703347 0.4097627 0.6689787 0.4075251 0.665597 0.4091079 0.6703347 0.4075251 0.665597 0.4078949 0.6700955 0.4103474 0.6678389 0.4097627 0.6689787 0.4119309 0.6708933 0.4103474 0.6678389 0.4119309 0.6708933 0.4109901 0.6671523 0.4103474 0.6678389 0.4109901 0.6671523 0.4086286 0.6643276 0.4103474 0.6678389 0.4086286 0.6643276 0.4081537 0.6649378 0.4028989 0.6508055 0.4044314 0.650288 0.4026038 0.6483246 0.4028989 0.6508055 0.4026038 0.6483246 0.4011524 0.6495007 0.4028989 0.6508055 0.4017277 0.6516476 0.4034615 0.6532263 0.4028989 0.6508055 0.4034615 0.6532263 0.4044901 0.6529538 0.4005215 0.6524689 0.4017277 0.6516476 0.3995809 0.6507162 0.4005215 0.6524689 0.3995809 0.6507162 0.3979893 0.652791 0.4005215 0.6524689 0.4000481 0.6540544 0.4016992 0.6541772 0.4005215 0.6524689 0.4016992 0.6541772 0.4026018 0.6536901 0.4060602 0.6622213 0.4055742 0.663495 0.4075251 0.665597 0.4060602 0.6622213 0.4075251 0.665597 0.4081537 0.6649378 0.4060602 0.6622213 0.4067366 0.6617795 0.4046214 0.6594833 0.4060602 0.6622213 0.4046214 0.6594833 0.4038354 0.6601957 0.4072461 0.6613212 0.4067366 0.6617795 0.4086286 0.6643276 0.4072461 0.6613212 0.4086286 0.6643276 0.4092831 0.6639425 0.4072461 0.6613212 0.4077331 0.6608718 0.4059779 0.6585757 0.4072461 0.6613212 0.4059779 0.6585757 0.4053673 0.659038 0.4031168 0.6566587 0.4021925 0.6569995 0.4046214 0.6594833 0.4031168 0.6566587 0.4046214 0.6594833 0.4053673 0.659038 0.4031168 0.6566587 0.403902 0.6562476 0.4026018 0.6536901 0.4031168 0.6566587 0.4016992 0.6541772 0.4012273 0.6549564 0.4046021 0.6558468 0.403902 0.6562476 0.4059779 0.6585757 0.4046021 0.6558468 0.4059779 0.6585757 0.4065886 0.6581727 0.4046021 0.6558468 0.4053584 0.6555576 0.4044901 0.6529538 0.4046021 0.6558468 0.4034615 0.6532263 0.4026018 0.6536901 0.3738363 0.7146839 0.3728975 0.7160169 0.3749632 0.7157657 0.3738363 0.7146839 0.3749632 0.7157657 0.3754786 0.7151606 0.3738363 0.7146839 0.3746287 0.7138033 0.3725813 0.7132788 0.3738363 0.7146839 0.3725813 0.7132788 0.3728975 0.7160169 0.3753167 0.7132381 0.3746287 0.7138033 0.3759773 0.7147559 0.3753167 0.7132381 0.3759773 0.7147559 0.3769443 0.7146247 0.3753167 0.7132381 0.3764739 0.7127634 0.374378 0.711592 0.3753167 0.7132381 0.374378 0.711592 0.3735687 0.7122619 0.3568452 0.696579 0.3544058 0.7001815 0.3590522 0.6989565 0.3568452 0.696579 0.3590522 0.6989565 0.3614394 0.6972557 0.3568452 0.696579 0.3597309 0.694536 0.3546668 0.6940641 0.3568452 0.696579 0.3546668 0.6940641 0.3544058 0.7001815 0.3634168 0.6928161 0.3597309 0.694536 0.3643317 0.6957191 0.3634168 0.6928161 0.3643317 0.6957191 0.3685091 0.694907 0.3634168 0.6928161 0.368143 0.6914152 0.362641 0.6898589 0.3634168 0.6928161 0.362641 0.6898589 0.358152 0.6916609 0.3525725 0.6918156 0.3492842 0.6968555 0.3518875 0.6983355 0.3525725 0.6918156 0.3546668 0.6940641 0.358152 0.6916609 0.3525725 0.6918156 0.3570297 0.6888987 0.3507562 0.6891379 0.3525725 0.6918156 0.3507562 0.6891379 0.3445689 0.6941174 0.3624778 0.687044 0.3570297 0.6888987 0.362641 0.6898589 0.3624778 0.687044 0.362641 0.6898589 0.3680419 0.6884654 0.3624778 0.687044 0.3684947 0.6858193 0.3623116 0.6841676 0.3624778 0.687044 0.3623116 0.6841676 0.3560503 0.6860027 0.3519221 0.6602106 0.3467154 0.6613671 0.3504617 0.6663585 0.3519221 0.6602106 0.3504617 0.6663585 0.3558425 0.6650725 0.3519221 0.6602106 0.3576667 0.6585952 0.3530383 0.6544724 0.3519221 0.6602106 0.3530383 0.6544724 0.3475953 0.6560944 0.3650922 0.6585935 0.3576667 0.6585952 0.3628019 0.6645902 0.3650922 0.6585935 0.3628019 0.6645902 0.369838 0.6644524 0.3650922 0.6585935 0.3723602 0.6593286 0.3677857 0.6535454 0.3650922 0.6585935 0.3677857 0.6535454 0.3599195 0.6517382 0.384737 0.7157824 0.3836047 0.7142459 0.3837105 0.7173917 0.384737 0.7157824 0.3837105 0.7173917 0.3858194 0.7182392 0.384737 0.7157824 0.3861887 0.7162875 0.3855349 0.7141326 0.384737 0.7157824 0.3855349 0.7141326 0.3836047 0.7142459 0.3877245 0.7165678 0.3861887 0.7162875 0.3858194 0.7182392 0.3877245 0.7165678 0.3880919 0.7186967 0.3891272 0.7155641 0.3877245 0.7165678 0.3891272 0.7155641 0.3874421 0.7145149 0.3877245 0.7165678 0.3874421 0.7145149 0.3861887 0.7162875 0.3493067 0.6734333 0.3441973 0.6739316 0.348832 0.6801781 0.3493067 0.6734333 0.348832 0.6801781 0.3542085 0.6783218 0.3493067 0.6734333 0.3546062 0.6720426 0.3504617 0.6663585 0.3493067 0.6734333 0.3504617 0.6663585 0.3454426 0.6669194 0.3613964 0.6710538 0.3546062 0.6720426 0.3609476 0.6768952 0.3613964 0.6710538 0.3609476 0.6768952 0.3679858 0.6755529 0.3613964 0.6710538 0.3684235 0.6701588 0.3628019 0.6645902 0.3613964 0.6710538 0.3628019 0.6645902 0.3558425 0.6650725 0.3494123 0.6853358 0.3436239 0.6868491 0.3507562 0.6891379 0.3494123 0.6853358 0.3507562 0.6891379 0.3548999 0.6827261 0.3494123 0.6853358 0.3548999 0.6827261 0.348832 0.6801781 0.3494123 0.6853358 0.348832 0.6801781 0.3434383 0.6810319 0.3615271 0.6810256 0.3548999 0.6827261 0.3560503 0.6860027 0.3615271 0.6810256 0.3623116 0.6841676 0.3683937 0.6797405 0.3615271 0.6810256 0.3683937 0.6797405 0.3609476 0.6768952 0.3615271 0.6810256 0.3609476 0.6768952 0.3548999 0.6827261 0.3876105 0.7073081 0.3882251 0.7081795 0.3891496 0.7071866 0.3876105 0.7073081 0.3878331 0.7067163 0.3867833 0.7064779 0.3876105 0.7073081 0.3867011 0.7070789 0.3866558 0.7079024 0.3876105 0.7073081 0.3873836 0.7080752 0.3882251 0.7081795 0.3857646 0.7070289 0.3867011 0.7070789 0.385689 0.7064331 0.3857646 0.7070289 0.385689 0.7064331 0.3843836 0.7065287 0.3857646 0.7070289 0.3850928 0.7077075 0.385916 0.7078377 0.3857646 0.7070289 0.385916 0.7078377 0.3867011 0.7070789 0.3858755 0.7124018 0.3852831 0.7116468 0.3847675 0.7130231 0.3858755 0.7124018 0.3855349 0.7141326 0.3866069 0.7125256 0.3858755 0.7124018 0.3866069 0.7125256 0.3866413 0.7107872 0.3858755 0.7124018 0.3859564 0.7106948 0.3852831 0.7116468 0.3873295 0.7126146 0.3866069 0.7125256 0.3864778 0.7143712 0.3873295 0.7126146 0.3874421 0.7145149 0.388297 0.7136893 0.3873295 0.7126146 0.3879255 0.7120359 0.3873096 0.7108776 0.3873295 0.7126146 0.3873096 0.7108776 0.3866069 0.7125256 0.3859749 0.7091166 0.3853862 0.7092273 0.3855195 0.7105659 0.3859749 0.7091166 0.3859564 0.7106948 0.3866468 0.7091923 0.3859749 0.7091166 0.3866468 0.7091923 0.3866558 0.7079024 0.3859749 0.7091166 0.385916 0.7078377 0.3854293 0.7081423 0.3873055 0.7093148 0.3866468 0.7091923 0.3866413 0.7107872 0.3873055 0.7093148 0.3873096 0.7108776 0.3878745 0.7095981 0.3873055 0.7093148 0.3878745 0.7095981 0.38786 0.7085146 0.3873055 0.7093148 0.3873836 0.7080752 0.3866468 0.7091923 0.3900802 0.6942167 0.3907833 0.6951682 0.3918175 0.6937395 0.3900802 0.6942167 0.3903462 0.6933869 0.3892419 0.6931973 0.3900802 0.6942167 0.3890885 0.6939905 0.3897092 0.6955004 0.3900802 0.6942167 0.3897092 0.6955004 0.3907833 0.6951682 0.3880487 0.6938527 0.3890885 0.6939905 0.3881415 0.6930007 0.3880487 0.6938527 0.3881415 0.6930007 0.3865366 0.692763 0.3880487 0.6938527 0.3869259 0.6945122 0.3878486 0.6951931 0.3880487 0.6938527 0.3878486 0.6951931 0.3888196 0.6952791 0.3858575 0.7057932 0.3850039 0.705007 0.3843836 0.7065287 0.3858575 0.7057932 0.385689 0.7064331 0.3867833 0.7064779 0.3858575 0.7057932 0.3869034 0.705855 0.3870689 0.7047642 0.3858575 0.7057932 0.3861027 0.7046721 0.3850039 0.705007 0.3878982 0.7060031 0.3869034 0.705855 0.3878331 0.7067163 0.3878982 0.7060031 0.3878331 0.7067163 0.3891496 0.7071866 0.3878982 0.7060031 0.388875 0.7054318 0.3879933 0.7048202 0.3878982 0.7060031 0.3879933 0.7048202 0.3870689 0.7047642 0.3862572 0.702633 0.3853213 0.7025666 0.3854457 0.7042079 0.3862572 0.702633 0.3861027 0.7046721 0.3872874 0.7027593 0.3862572 0.702633 0.3872874 0.7027593 0.3876508 0.7002243 0.3862572 0.702633 0.3865514 0.7000852 0.3853213 0.7025666 0.3883058 0.7028193 0.3872874 0.7027593 0.3879933 0.7048202 0.3883058 0.7028193 0.3879933 0.7048202 0.3886902 0.704522 0.3883058 0.7028193 0.3892023 0.7029619 0.3887504 0.7003398 0.3883058 0.7028193 0.3887504 0.7003398 0.3876508 0.7002243 0.3872157 0.6974379 0.3863043 0.6972126 0.3865514 0.7000852 0.3872157 0.6974379 0.3865514 0.7000852 0.3876508 0.7002243 0.3872157 0.6974379 0.388251 0.6975439 0.3878486 0.6951931 0.3872157 0.6974379 0.3878486 0.6951931 0.3870407 0.6955225 0.3892421 0.6977208 0.388251 0.6975439 0.3887504 0.7003398 0.3892421 0.6977208 0.3887504 0.7003398 0.3897724 0.7004174 0.3892421 0.6977208 0.3901554 0.6977673 0.390257 0.6960361 0.3892421 0.6977208 0.3897092 0.6955004 0.3888196 0.6952791 0.3884523 0.6922211 0.3876538 0.6912543 0.3881415 0.6930007 0.3884523 0.6922211 0.3881415 0.6930007 0.3892419 0.6931973 0.3884523 0.6922211 0.389464 0.692418 0.3888593 0.6909978 0.3884523 0.6922211 0.3888593 0.6909978 0.3876538 0.6912543 0.3904983 0.6925284 0.389464 0.692418 0.3903462 0.6933869 0.3904983 0.6925284 0.3903462 0.6933869 0.3918175 0.6937395 0.3904983 0.6925284 0.3916757 0.6920231 0.3907968 0.6913085 0.3904983 0.6925284 0.3907968 0.6913085 0.3898211 0.6911976 0.3942098 0.6810117 0.3955346 0.6820793 0.3975173 0.6807993 0.3942098 0.6810117 0.3951445 0.6793519 0.3926498 0.678851 0.3942098 0.6810117 0.3922538 0.68079 0.3922847 0.682173 0.3942098 0.6810117 0.3937702 0.6825829 0.3955346 0.6820793 0.3904332 0.6806854 0.3922538 0.68079 0.3905773 0.6786826 0.3904332 0.6806854 0.3905773 0.6786826 0.3879288 0.6790887 0.3904332 0.6806854 0.3889168 0.6812819 0.3906949 0.6819734 0.3904332 0.6806854 0.3906949 0.6819734 0.3922538 0.68079 0.3903132 0.6839026 0.3889301 0.6836372 0.3896933 0.6862556 0.3903132 0.6839026 0.3896933 0.6862556 0.3910623 0.6865751 0.3903132 0.6839026 0.3917924 0.6841869 0.3906949 0.6819734 0.3903132 0.6839026 0.3906949 0.6819734 0.3895053 0.6822021 0.393138 0.6847172 0.3917924 0.6841869 0.3910623 0.6865751 0.393138 0.6847172 0.3923647 0.6870945 0.3943582 0.6850449 0.393138 0.6847172 0.3943582 0.6850449 0.3946492 0.6831532 0.393138 0.6847172 0.3937702 0.6825829 0.3917924 0.6841869 0.3892409 0.688815 0.3881719 0.6886987 0.3881987 0.690437 0.3892409 0.688815 0.3888593 0.6909978 0.3903796 0.6890811 0.3892409 0.688815 0.3903796 0.6890811 0.3910623 0.6865751 0.3892409 0.688815 0.3896933 0.6862556 0.3881719 0.6886987 0.3915016 0.6893944 0.3903796 0.6890811 0.3907968 0.6913085 0.3915016 0.6893944 0.3907968 0.6913085 0.3916248 0.6911401 0.3915016 0.6893944 0.3924622 0.6898074 0.3923647 0.6870945 0.3915016 0.6893944 0.3923647 0.6870945 0.3903796 0.6890811 0.3921766 0.6746096 0.3904837 0.6735883 0.3905773 0.6786826 0.3921766 0.6746096 0.3905773 0.6786826 0.3926498 0.678851 0.3921766 0.6746096 0.3944233 0.6751694 0.3937108 0.6700348 0.3921766 0.6746096 0.3937108 0.6700348 0.3919758 0.6703996 0.3878849 0.6566867 0.38943 0.6555632 0.3873539 0.6543294 0.3878849 0.6566867 0.3858074 0.6552389 0.3869388 0.6585945 0.3878849 0.6566867 0.3869388 0.6585945 0.3887571 0.6591379 0.3878849 0.6566867 0.3899337 0.6580064 0.38943 0.6555632 0.3936595 0.6665269 0.3915367 0.6676656 0.3937108 0.6700348 0.3936595 0.6665269 0.3937108 0.6700348 0.3957282 0.6661421 0.3936595 0.6665269 0.3957282 0.6661421 0.3947513 0.6630051 0.3936595 0.6665269 0.3926967 0.66353 0.3905884 0.6644729 0.3914962 0.6604887 0.3895083 0.661256 0.3926967 0.66353 0.3914962 0.6604887 0.3926967 0.66353 0.3934656 0.6598036 0.3914962 0.6604887 0.3934656 0.6598036 0.3919934 0.6566794 0.3914962 0.6604887 0.3899337 0.6580064 0.3887571 0.6591379 0.3193629 0.7280902 0.318153 0.7282297 0.3185786 0.7298969 0.3193629 0.7280902 0.3194401 0.7294617 0.3199701 0.7294597 0.3193629 0.7280902 0.3201091 0.7281391 0.3194382 0.7263891 0.3193629 0.7280902 0.3194382 0.7263891 0.318153 0.7282297 0.3209205 0.7282928 0.3201091 0.7281391 0.3205431 0.7295454 0.3209205 0.7282928 0.3205431 0.7295454 0.321352 0.7301324 0.3209205 0.7282928 0.3221635 0.7287634 0.3212721 0.7266966 0.3209205 0.7282928 0.3212721 0.7266966 0.3203186 0.7265172 0.3210365 0.7004641 0.3169676 0.7017796 0.3209965 0.7032627 0.3210365 0.7004641 0.3209965 0.7032627 0.3240978 0.7031433 0.3210365 0.7004641 0.3245894 0.7004199 0.3207461 0.6972252 0.3210365 0.7004641 0.3207461 0.6972252 0.3169676 0.7017796 0.328275 0.7007379 0.3245894 0.7004199 0.3272519 0.7035555 0.328275 0.7007379 0.3272519 0.7035555 0.3322257 0.7029019 0.328275 0.7007379 0.3322257 0.7029019 0.3297591 0.6977862 0.328275 0.7007379 0.3297591 0.6977862 0.3251454 0.6973025 0.3194928 0.6927992 0.3135802 0.6949861 0.3160243 0.6987164 0.3194928 0.6927992 0.3207461 0.6972252 0.3258716 0.6929176 0.3194928 0.6927992 0.3258716 0.6929176 0.3187186 0.6878476 0.3194928 0.6927992 0.3187186 0.6878476 0.3135802 0.6949861 0.3325244 0.694229 0.3258716 0.6929176 0.3297591 0.6977862 0.3325244 0.694229 0.3297591 0.6977862 0.3344159 0.7003608 0.3325244 0.694229 0.3382839 0.6979985 0.33512 0.6900569 0.3325244 0.694229 0.33512 0.6900569 0.3267688 0.6879622 0.3270254 0.658084 0.3194584 0.6574119 0.3258034 0.6631458 0.3270254 0.658084 0.3258034 0.6631458 0.3329768 0.663296 0.3270254 0.658084 0.3343771 0.6581944 0.3279527 0.6535224 0.3270254 0.658084 0.3279527 0.6535224 0.3200209 0.6525598 0.3409037 0.6599919 0.3343771 0.6581944 0.3329768 0.663296 0.3409037 0.6599919 0.3395687 0.6652263 0.3454426 0.6669194 0.3409037 0.6599919 0.3467154 0.6613671 0.3475953 0.6560944 0.3409037 0.6599919 0.3418248 0.6551222 0.3343771 0.6581944 0.4113087 0.7192471 0.4098588 0.7181109 0.4090255 0.7196481 0.4113087 0.7192471 0.4110654 0.7211108 0.4129009 0.719334 0.4113087 0.7192471 0.4129009 0.719334 0.4124969 0.7174757 0.4113087 0.7192471 0.4114534 0.7174564 0.4098588 0.7181109 0.4143952 0.7190553 0.4129009 0.719334 0.4133554 0.7212799 0.4143952 0.7190553 0.4154691 0.7208433 0.4154038 0.7176539 0.4143952 0.7190553 0.4154038 0.7176539 0.4135033 0.7173201 0.4143952 0.7190553 0.4135033 0.7173201 0.4129009 0.719334 0.3240267 0.6702138 0.3174319 0.6697385 0.3219594 0.6774541 0.3240267 0.6702138 0.3219594 0.6774541 0.3292311 0.6775535 0.3240267 0.6702138 0.3311028 0.6703451 0.3258034 0.6631458 0.3240267 0.6702138 0.3258034 0.6631458 0.3187642 0.6627299 0.3379779 0.6722432 0.3311028 0.6703451 0.3366477 0.6794516 0.3379779 0.6722432 0.3366477 0.6794516 0.3434383 0.6810319 0.3379779 0.6722432 0.3441973 0.6739316 0.3395687 0.6652263 0.3379779 0.6722432 0.3395687 0.6652263 0.3329768 0.663296 0.3198654 0.6830323 0.3131069 0.6823422 0.3187186 0.6878476 0.3198654 0.6830323 0.3187186 0.6878476 0.3267688 0.6879622 0.3198654 0.6830323 0.3278375 0.6831334 0.3219594 0.6774541 0.3198654 0.6830323 0.3219594 0.6774541 0.3155251 0.6768164 0.3360947 0.6852603 0.3278375 0.6831334 0.33512 0.6900569 0.3360947 0.6852603 0.33512 0.6900569 0.3436239 0.6868491 0.3360947 0.6852603 0.3436239 0.6868491 0.3434383 0.6810319 0.3360947 0.6852603 0.3366477 0.6794516 0.3278375 0.6831334 0.4123824 0.711114 0.4131153 0.7116514 0.4137222 0.7103987 0.4123824 0.711114 0.4124389 0.710462 0.4114923 0.7111952 0.4123824 0.711114 0.4114923 0.7111952 0.4116152 0.7119057 0.4123824 0.711114 0.4123116 0.7118868 0.4131153 0.7116514 0.4106202 0.7113847 0.4114923 0.7111952 0.4113854 0.7106205 0.4106202 0.7113847 0.410366 0.7108559 0.4091764 0.7112431 0.4106202 0.7113847 0.4100785 0.7120877 0.4109137 0.7120264 0.4106202 0.7113847 0.4109137 0.7120264 0.4114923 0.7111952 0.4114007 0.7158116 0.4106962 0.7152755 0.4104848 0.7166334 0.4114007 0.7158116 0.4114534 0.7174564 0.4121937 0.715792 0.4114007 0.7158116 0.4121937 0.715792 0.4119614 0.7142868 0.4114007 0.7158116 0.4112516 0.7143329 0.4106962 0.7152755 0.4129752 0.7156907 0.4121937 0.715792 0.4124969 0.7174757 0.4129752 0.7156907 0.4135033 0.7173201 0.4141821 0.7163134 0.4129752 0.7156907 0.4134983 0.7150265 0.4126644 0.714213 0.4129752 0.7156907 0.4126644 0.714213 0.4121937 0.715792 0.4111067 0.7130401 0.4105409 0.7132568 0.4112516 0.7143329 0.4111067 0.7130401 0.4112516 0.7143329 0.4117701 0.7129639 0.4111067 0.7130401 0.4117701 0.7129639 0.4109137 0.7120264 0.4111067 0.7130401 0.4109137 0.7120264 0.4104696 0.7123722 0.4124243 0.7129324 0.4117701 0.7129639 0.4119614 0.7142868 0.4124243 0.7129324 0.4126644 0.714213 0.4130222 0.7130242 0.4124243 0.7129324 0.4130222 0.7130242 0.4128304 0.7120984 0.4124243 0.7129324 0.4123116 0.7118868 0.4117701 0.7129639 0.4098854 0.6984 0.4109603 0.6992442 0.4111774 0.6972248 0.4098854 0.6984 0.409767 0.6974722 0.4088657 0.6984196 0.4098854 0.6984 0.4088657 0.6984196 0.4091759 0.6998217 0.4098854 0.6984 0.4101235 0.6998491 0.4109603 0.6992442 0.4078705 0.6985747 0.4088657 0.6984196 0.408668 0.6975673 0.4078705 0.6985747 0.4075847 0.6977161 0.406131 0.6978405 0.4078705 0.6985747 0.4071841 0.6996172 0.4082496 0.699959 0.4078705 0.6985747 0.4082496 0.699959 0.4088657 0.6984196 0.410291 0.7101808 0.4093044 0.7097714 0.4091764 0.7112431 0.410291 0.7101808 0.410366 0.7108559 0.4113854 0.7106205 0.410291 0.7101808 0.4112786 0.7099696 0.4110837 0.708953 0.410291 0.7101808 0.4101552 0.7091153 0.4093044 0.7097714 0.4122834 0.7097789 0.4112786 0.7099696 0.4113854 0.7106205 0.4122834 0.7097789 0.4124389 0.710462 0.4137222 0.7103987 0.4122834 0.7097789 0.413047 0.7090577 0.4120091 0.7087712 0.4122834 0.7097789 0.4120091 0.7087712 0.4110837 0.708953 0.4097188 0.7074152 0.4088684 0.7076532 0.4094444 0.7089404 0.4097188 0.7074152 0.4101552 0.7091153 0.410713 0.7072812 0.4097188 0.7074152 0.410713 0.7072812 0.4102227 0.7050327 0.4097188 0.7074152 0.4091655 0.7051556 0.4088684 0.7076532 0.4117095 0.7071458 0.410713 0.7072812 0.4110837 0.708953 0.4117095 0.7071458 0.4120091 0.7087712 0.412595 0.7083952 0.4117095 0.7071458 0.4126087 0.7071051 0.412268 0.7048733 0.4117095 0.7071458 0.4112961 0.7049631 0.410713 0.7072812 0.4086784 0.7024114 0.4077911 0.7024764 0.4082233 0.7053161 0.4086784 0.7024114 0.4091655 0.7051556 0.4096693 0.7022862 0.4086784 0.7024114 0.4096693 0.7022862 0.4091759 0.6998217 0.4086784 0.7024114 0.4082496 0.699959 0.4076955 0.7005474 0.4106806 0.7022839 0.4096693 0.7022862 0.4102227 0.7050327 0.4106806 0.7022839 0.4112961 0.7049631 0.4115515 0.7021625 0.4106806 0.7022839 0.4115515 0.7021625 0.4108727 0.7002955 0.4106806 0.7022839 0.4101235 0.6998491 0.4096693 0.7022862 0.4074351 0.6968405 0.4060909 0.69578 0.406131 0.6978405 0.4074351 0.6968405 0.4075847 0.6977161 0.4085118 0.6967527 0.4074351 0.6968405 0.4085118 0.6967527 0.4081787 0.6951668 0.4074351 0.6968405 0.4070483 0.6951872 0.4060909 0.69578 0.4095688 0.6966014 0.4085118 0.6967527 0.408668 0.6975673 0.4095688 0.6966014 0.409767 0.6974722 0.4111774 0.6972248 0.4095688 0.6966014 0.4103564 0.69537 0.4092494 0.6950188 0.4095688 0.6966014 0.4092494 0.6950188 0.4085118 0.6967527 0.4067118 0.6796362 0.4089912 0.6805078 0.4097766 0.6779237 0.4067118 0.6796362 0.405714 0.6776328 0.4039094 0.6798552 0.4067118 0.6796362 0.4039094 0.6798552 0.4045014 0.6814281 0.4067118 0.6796362 0.4068861 0.6813374 0.4089912 0.6805078 0.4012277 0.6800894 0.4039094 0.6798552 0.4027126 0.6781378 0.4012277 0.6800894 0.3998203 0.6789329 0.3997002 0.681239 0.4012277 0.6800894 0.3997002 0.681239 0.4010083 0.6822307 0.4012277 0.6800894 0.4021875 0.6815478 0.4039094 0.6798552 0.4034038 0.6844343 0.401629 0.6844142 0.4032152 0.6881621 0.4034038 0.6844343 0.4047378 0.6881249 0.4054288 0.6843889 0.4034038 0.6844343 0.4054288 0.6843889 0.4045014 0.6814281 0.4034038 0.6844343 0.4021875 0.6815478 0.4010083 0.6822307 0.407448 0.6844032 0.4054288 0.6843889 0.4064816 0.6881193 0.407448 0.6844032 0.4081557 0.6881654 0.4091202 0.6842107 0.407448 0.6844032 0.4091202 0.6842107 0.4084141 0.6818488 0.407448 0.6844032 0.4068861 0.6813374 0.4054288 0.6843889 0.4060509 0.6919957 0.4048759 0.6921035 0.4060381 0.6945512 0.4060509 0.6919957 0.4070483 0.6951872 0.4074501 0.6920005 0.4060509 0.6919957 0.4074501 0.6920005 0.4064816 0.6881193 0.4060509 0.6919957 0.4047378 0.6881249 0.4048759 0.6921035 0.4087673 0.6919553 0.4074501 0.6920005 0.4081787 0.6951668 0.4087673 0.6919553 0.4092494 0.6950188 0.4098824 0.6943027 0.4087673 0.6919553 0.4098697 0.6919419 0.4095612 0.6880924 0.4087673 0.6919553 0.4081557 0.6881654 0.4074501 0.6920005 0.3950717 0.6544668 0.3970809 0.6551265 0.3954759 0.6526929 0.3950717 0.6544668 0.3954759 0.6526929 0.3935447 0.6530932 0.3950717 0.6544668 0.3929425 0.6547209 0.3947752 0.6564388 0.3950717 0.6544668 0.3947752 0.6564388 0.3970809 0.6551265 0.3977959 0.665648 0.3957282 0.6661421 0.399435 0.6691783 0.3977959 0.665648 0.399435 0.6691783 0.4001097 0.6658794 0.3977959 0.665648 0.4001097 0.6658794 0.3988268 0.6623116 0.3977959 0.665648 0.3968266 0.6625325 0.3957282 0.6661421 0.39559 0.6592951 0.3934656 0.6598036 0.3947513 0.6630051 0.39559 0.6592951 0.3968266 0.6625325 0.3975 0.6587834 0.39559 0.6592951 0.3975 0.6587834 0.3964374 0.656616 0.39559 0.6592951 0.3947752 0.6564388 0.3934656 0.6598036 0.2863798 0.6451599 0.2848719 0.6412644 0.2797783 0.6414824 0.2863798 0.6451599 0.2815492 0.6470724 0.2880398 0.6493356 0.2863798 0.6451599 0.2880398 0.6493356 0.2907072 0.6438281 0.2863798 0.6451599 0.2907072 0.6438281 0.2884663 0.6405566 0.2818772 0.6655156 0.2805707 0.6615227 0.2785134 0.6633806 0.2818772 0.6655156 0.2785466 0.6664273 0.2808222 0.6698243 0.2818772 0.6655156 0.2808222 0.6698243 0.2869225 0.6706125 0.2818772 0.6655156 0.2859871 0.6639423 0.2805707 0.6615227 0.4067217 0.6504401 0.4088298 0.651618 0.4081618 0.6477602 0.4067217 0.6504401 0.4081618 0.6477602 0.4050223 0.64662 0.4067217 0.6504401 0.4044314 0.650288 0.4058993 0.6530403 0.4067217 0.6504401 0.4058993 0.6530403 0.407436 0.6532461 0.408342 0.6604563 0.4077331 0.6608718 0.4096221 0.6626851 0.408342 0.6604563 0.4096221 0.6626851 0.4101015 0.6617671 0.408342 0.6604563 0.4093355 0.6601382 0.4084877 0.6576426 0.408342 0.6604563 0.4073349 0.6579053 0.4065886 0.6581727 0.4109762 0.6599808 0.4093355 0.6601382 0.4101015 0.6617671 0.4109762 0.6599808 0.4114661 0.6622976 0.4135293 0.6603399 0.4109762 0.6599808 0.4135293 0.6603399 0.4132611 0.6576177 0.4109762 0.6599808 0.4103181 0.6572536 0.4093355 0.6601382 0.4063122 0.655481 0.4053584 0.6555576 0.4065886 0.6581727 0.4063122 0.655481 0.4073349 0.6579053 0.4077143 0.65517 0.4063122 0.655481 0.4077143 0.65517 0.407436 0.6532461 0.4063122 0.655481 0.4058993 0.6530403 0.4053584 0.6555576 0.4098156 0.6541776 0.4077143 0.65517 0.4103181 0.6572536 0.4098156 0.6541776 0.4103181 0.6572536 0.4131749 0.6541293 0.4098156 0.6541776 0.4131749 0.6541293 0.4088298 0.651618 0.4098156 0.6541776 0.4088298 0.651618 0.407436 0.6532461 0.294028 0.6429414 0.2918612 0.6396595 0.2907072 0.6438281 0.294028 0.6429414 0.2907072 0.6438281 0.2929954 0.6475638 0.294028 0.6429414 0.2964489 0.6466885 0.2971994 0.6432887 0.294028 0.6429414 0.2971994 0.6432887 0.2953488 0.6386901 0.3010784 0.6456596 0.3059968 0.6494182 0.30411 0.642162 0.3010784 0.6456596 0.2994492 0.6406195 0.2971994 0.6432887 0.3010784 0.6456596 0.2971994 0.6432887 0.2984867 0.6465768 0.3010784 0.6456596 0.3014799 0.6497949 0.3059968 0.6494182 0.2990266 0.6512973 0.3010011 0.6563634 0.3014799 0.6497949 0.2990266 0.6512973 0.3014799 0.6497949 0.2984867 0.6465768 0.2990266 0.6512973 0.2964489 0.6466885 0.2946264 0.6518495 0.2990266 0.6512973 0.2946264 0.6518495 0.2956587 0.6564353 0.3215689 0.7322666 0.321838 0.7337995 0.3225896 0.7316338 0.3215689 0.7322666 0.3225896 0.7316338 0.3208166 0.7309108 0.3215689 0.7322666 0.3208166 0.7309108 0.3208454 0.7322799 0.3215689 0.7322666 0.3208454 0.7322799 0.3210043 0.7332884 0.2724823 0.7090967 0.2726209 0.7099416 0.2739003 0.7095 0.2724823 0.7090967 0.2735473 0.7084006 0.272166 0.7086701 0.2724823 0.7090967 0.272166 0.7086701 0.2714842 0.709706 0.2724823 0.7090967 0.2714842 0.709706 0.2715229 0.7101982 0.2718072 0.70836 0.272166 0.7086701 0.2725874 0.707434 0.2718072 0.70836 0.2725874 0.707434 0.2715402 0.7071434 0.2718072 0.70836 0.2710437 0.7082523 0.2711117 0.7092203 0.2718072 0.70836 0.2711117 0.7092203 0.2713244 0.7094162 0.3763941 0.715726 0.3771018 0.7157261 0.3769443 0.7146247 0.3763941 0.715726 0.3759773 0.7147559 0.3754786 0.7151606 0.3763941 0.715726 0.3760557 0.715986 0.376689 0.7164221 0.3763941 0.715726 0.376689 0.7164221 0.3771032 0.7164476 0.3778812 0.7201642 0.3765797 0.7199289 0.3777055 0.7211695 0.3778812 0.7201642 0.3777055 0.7211695 0.3796096 0.7203103 0.3778812 0.7201642 0.3791803 0.7195503 0.378057 0.7191591 0.3778812 0.7201642 0.378057 0.7191591 0.3772423 0.7189927 0.3203125 0.7303965 0.3208166 0.7309108 0.321352 0.7301324 0.3203125 0.7303965 0.3205431 0.7295454 0.3199397 0.7303419 0.3203125 0.7303965 0.3199397 0.7303419 0.3199638 0.7310051 0.3203125 0.7303965 0.3201554 0.7310467 0.3208166 0.7309108 0.3195815 0.7303655 0.3199397 0.7303419 0.3199701 0.7294597 0.3195815 0.7303655 0.3194401 0.7294617 0.3185786 0.7298969 0.3195815 0.7303655 0.3189918 0.730824 0.3193988 0.7313808 0.3195815 0.7303655 0.319755 0.7310357 0.3199397 0.7303419 0.2840371 0.6943632 0.2818923 0.6968649 0.2852406 0.6954631 0.2840371 0.6943632 0.2852406 0.6954631 0.287329 0.6930155 0.2840371 0.6943632 0.2859578 0.6918447 0.2847189 0.6912446 0.2840371 0.6943632 0.2829103 0.693018 0.2805989 0.6957461 0.2820424 0.6911957 0.2804824 0.689544 0.2790535 0.6945982 0.2820424 0.6911957 0.2790535 0.6945982 0.2829103 0.693018 0.2820424 0.6911957 0.2829103 0.693018 0.2847189 0.6912446 0.2820424 0.6911957 0.2850973 0.6891712 0.2804824 0.689544 0.2873123 0.689376 0.2884013 0.6865984 0.2848396 0.685858 0.2873123 0.689376 0.2850973 0.6891712 0.2859578 0.6918447 0.2873123 0.689376 0.2859578 0.6918447 0.2891288 0.6907907 0.2873123 0.689376 0.2891288 0.6907907 0.2908517 0.6884533 0.2863387 0.6965497 0.2852406 0.6954631 0.2830181 0.6979396 0.2863387 0.6965497 0.2840607 0.6989551 0.2852069 0.7000577 0.2863387 0.6965497 0.2877572 0.6974532 0.2894369 0.6953853 0.2863387 0.6965497 0.2886268 0.6942527 0.2852406 0.6954631 0.2909876 0.6923961 0.2933801 0.690599 0.2908517 0.6884533 0.2909876 0.6923961 0.2891288 0.6907907 0.287329 0.6930155 0.2909876 0.6923961 0.2886268 0.6942527 0.2916611 0.6946485 0.2909876 0.6923961 0.2916611 0.6946485 0.2933801 0.690599 0.2899219 0.698004 0.2919291 0.6994442 0.2916611 0.6946485 0.2899219 0.698004 0.2916611 0.6946485 0.2894369 0.6953853 0.2899219 0.698004 0.2877572 0.6974532 0.2866432 0.701394 0.2899219 0.698004 0.2866432 0.701394 0.2880663 0.7032381 0.2798656 0.6992836 0.2808161 0.700251 0.2830181 0.6979396 0.2798656 0.6992836 0.2818923 0.6968649 0.2805989 0.6957461 0.2798656 0.6992836 0.278674 0.6985905 0.2775262 0.7007313 0.2798656 0.6992836 0.2779741 0.7015156 0.2808161 0.700251 0.2762349 0.7034571 0.2747289 0.7050852 0.2754322 0.7057163 0.2762349 0.7034571 0.2769643 0.7041838 0.2787573 0.7023486 0.2762349 0.7034571 0.2779741 0.7015156 0.2760702 0.7018564 0.2762349 0.7034571 0.2760702 0.7018564 0.2739005 0.7033702 0.2770363 0.6985276 0.2750604 0.6982482 0.2760702 0.7018564 0.2770363 0.6985276 0.2760702 0.7018564 0.2775262 0.7007313 0.2770363 0.6985276 0.278674 0.6985905 0.2790535 0.6945982 0.2770363 0.6985276 0.2790535 0.6945982 0.2771121 0.6935215 0.2817303 0.7011369 0.2840607 0.6989551 0.2830181 0.6979396 0.2817303 0.7011369 0.2808161 0.700251 0.2795426 0.7031103 0.2817303 0.7011369 0.2795426 0.7031103 0.2803291 0.7034811 0.2817303 0.7011369 0.2824203 0.7022126 0.2852069 0.7000577 0.2826982 0.7037493 0.2832545 0.7056795 0.2866432 0.701394 0.2826982 0.7037493 0.2866432 0.701394 0.2824203 0.7022126 0.2826982 0.7037493 0.2824203 0.7022126 0.2803291 0.7034811 0.2826982 0.7037493 0.2793077 0.7049536 0.2832545 0.7056795 0.2776926 0.7048906 0.2761153 0.7063924 0.2779553 0.7071516 0.2776926 0.7048906 0.2793077 0.7049536 0.2795426 0.7031103 0.2776926 0.7048906 0.2795426 0.7031103 0.2787573 0.7023486 0.2776926 0.7048906 0.2769643 0.7041838 0.2761153 0.7063924 0.3648778 0.7039688 0.3664773 0.7057373 0.3658601 0.7033043 0.3648778 0.7039688 0.3658601 0.7033043 0.3643842 0.7015326 0.3648778 0.7039688 0.3632271 0.7023696 0.3634412 0.7045698 0.3648778 0.7039688 0.3634412 0.7045698 0.3651595 0.7065697 0.3611491 0.7050985 0.3587706 0.7066246 0.3613132 0.709953 0.3611491 0.7050985 0.3632469 0.7079371 0.3634412 0.7045698 0.3611491 0.7050985 0.3634412 0.7045698 0.3623409 0.7031018 0.3611491 0.7050985 0.3604134 0.7025044 0.3571714 0.7022464 0.3612323 0.7007927 0.3590522 0.6989565 0.3604134 0.7025044 0.3612323 0.7007927 0.3604134 0.7025044 0.3623409 0.7031018 0.3612323 0.7007927 0.3632271 0.7023696 0.3629506 0.6995521 0.3612323 0.7007927 0.3629506 0.6995521 0.3614394 0.6972557 0.3667894 0.7025852 0.3658601 0.7033043 0.3674483 0.7051318 0.3667894 0.7025852 0.3683202 0.7044451 0.3694763 0.703629 0.3667894 0.7025852 0.367868 0.7015137 0.3655885 0.7006881 0.3667894 0.7025852 0.3655885 0.7006881 0.3658601 0.7033043 0.3649125 0.6983712 0.3643317 0.6957191 0.3614394 0.6972557 0.3649125 0.6983712 0.3629506 0.6995521 0.3655885 0.7006881 0.3649125 0.6983712 0.3655885 0.7006881 0.366781 0.7000736 0.3649125 0.6983712 0.3670507 0.6981508 0.3643317 0.6957191 0.3692983 0.6997918 0.3717156 0.698082 0.3670507 0.6981508 0.3692983 0.6997918 0.3670507 0.6981508 0.366781 0.7000736 0.3692983 0.6997918 0.367868 0.7015137 0.3712999 0.7026353 0.3692983 0.6997918 0.3712999 0.7026353 0.3717156 0.698082 0.3683186 0.7078219 0.3692187 0.7072797 0.3674483 0.7051318 0.3683186 0.7078219 0.3664773 0.7057373 0.3673843 0.7087112 0.3683186 0.7078219 0.3673843 0.7087112 0.3691378 0.7102164 0.3683186 0.7078219 0.3700724 0.7099156 0.3692187 0.7072797 0.37141 0.711712 0.3725813 0.7132788 0.3735687 0.7122619 0.37141 0.711712 0.3723613 0.7108839 0.3700724 0.7099156 0.37141 0.711712 0.3700724 0.7099156 0.369664 0.7118391 0.37141 0.711712 0.369664 0.7118391 0.3704352 0.7143597 0.3665141 0.7103824 0.3654478 0.7125278 0.369664 0.7118391 0.3665141 0.7103824 0.369664 0.7118391 0.3691378 0.7102164 0.3665141 0.7103824 0.3673843 0.7087112 0.3632469 0.7079371 0.3665141 0.7103824 0.3632469 0.7079371 0.3654478 0.7125278 0.3699863 0.7066503 0.3683202 0.7044451 0.3674483 0.7051318 0.3699863 0.7066503 0.3692187 0.7072797 0.3716383 0.7087358 0.3699863 0.7066503 0.3716383 0.7087358 0.3720256 0.7080315 0.3699863 0.7066503 0.3710155 0.7061567 0.3694763 0.703629 0.3727003 0.7060224 0.3749747 0.7056922 0.3738154 0.7015952 0.3727003 0.7060224 0.3712999 0.7026353 0.3710155 0.7061567 0.3727003 0.7060224 0.3710155 0.7061567 0.3720256 0.7080315 0.3727003 0.7060224 0.3733569 0.7089055 0.3749747 0.7056922 0.3731271 0.7102372 0.374378 0.711592 0.3754089 0.7101285 0.3731271 0.7102372 0.3733569 0.7089055 0.3716383 0.7087358 0.3731271 0.7102372 0.3716383 0.7087358 0.3723613 0.7108839 0.3731271 0.7102372 0.3723613 0.7108839 0.3735687 0.7122619 0.3210143 0.713567 0.3205008 0.7171478 0.3223508 0.7138151 0.3210143 0.713567 0.3223508 0.7138151 0.3229843 0.7099346 0.3210143 0.713567 0.3214037 0.7097966 0.3200815 0.7100715 0.3210143 0.713567 0.3195576 0.7129651 0.3190901 0.7167754 0.3178906 0.7116871 0.3156383 0.7111068 0.3173636 0.71644 0.3178906 0.7116871 0.3173636 0.71644 0.3195576 0.7129651 0.3178906 0.7116871 0.3195576 0.7129651 0.3200815 0.7100715 0.3178906 0.7116871 0.3192628 0.7078047 0.3156383 0.7111068 0.3212583 0.7063676 0.3209965 0.7032627 0.3172971 0.7051644 0.3212583 0.7063676 0.3192628 0.7078047 0.3214037 0.7097966 0.3212583 0.7063676 0.3214037 0.7097966 0.3235647 0.7063462 0.3212583 0.7063676 0.3235647 0.7063462 0.3209965 0.7032627 0.3236569 0.7140318 0.3223508 0.7138151 0.3229781 0.7176253 0.3236569 0.7140318 0.3229781 0.7176253 0.3244457 0.7177534 0.3236569 0.7140318 0.3252578 0.7138582 0.3257626 0.7107495 0.3236569 0.7140318 0.3245354 0.7102023 0.3229843 0.7099346 0.3258696 0.7067103 0.3272519 0.7035555 0.3240978 0.7031433 0.3258696 0.7067103 0.3235647 0.7063462 0.3245354 0.7102023 0.3258696 0.7067103 0.3245354 0.7102023 0.3274239 0.7085452 0.3258696 0.7067103 0.3274239 0.7085452 0.3305222 0.7061675 0.3274786 0.7129358 0.3300886 0.7129463 0.3274239 0.7085452 0.3274786 0.7129358 0.3274239 0.7085452 0.3257626 0.7107495 0.3274786 0.7129358 0.3252578 0.7138582 0.3263995 0.7179643 0.3274786 0.7129358 0.3263995 0.7179643 0.3286392 0.7186797 0.3202739 0.7200077 0.3212541 0.7203522 0.3217465 0.7174626 0.3202739 0.7200077 0.3205008 0.7171478 0.3191934 0.7198839 0.3202739 0.7200077 0.3191934 0.7198839 0.3194293 0.7219352 0.3202739 0.7200077 0.3201021 0.7223795 0.3212541 0.7203522 0.3197541 0.724496 0.3194382 0.7263891 0.3205602 0.724731 0.3197541 0.724496 0.3205602 0.724731 0.3208624 0.7227023 0.3197541 0.724496 0.3201021 0.7223795 0.3189034 0.7233388 0.3197541 0.724496 0.3189034 0.7233388 0.3178718 0.7255533 0.3179039 0.7204887 0.3161128 0.7212268 0.3189034 0.7233388 0.3179039 0.7204887 0.3189034 0.7233388 0.3194293 0.7219352 0.3179039 0.7204887 0.3191934 0.7198839 0.3173636 0.71644 0.3179039 0.7204887 0.3173636 0.71644 0.3152325 0.7165015 0.322243 0.7204098 0.3229781 0.7176253 0.3217465 0.7174626 0.322243 0.7204098 0.3212541 0.7203522 0.321657 0.722701 0.322243 0.7204098 0.321657 0.722701 0.3224771 0.7225345 0.322243 0.7204098 0.3233168 0.7206928 0.3229781 0.7176253 0.324552 0.7217132 0.3262338 0.7229923 0.3263995 0.7179643 0.324552 0.7217132 0.3263995 0.7179643 0.3233168 0.7206928 0.324552 0.7217132 0.3233168 0.7206928 0.3224771 0.7225345 0.324552 0.7217132 0.3226546 0.7240432 0.3262338 0.7229923 0.3214255 0.7248147 0.3212721 0.7266966 0.3231781 0.7264451 0.3214255 0.7248147 0.3226546 0.7240432 0.321657 0.722701 0.3214255 0.7248147 0.321657 0.722701 0.3208624 0.7227023 0.3214255 0.7248147 0.3205602 0.724731 0.3203186 0.7265172 0.1126947 0.9103699 0.1167675 0.9144915 0.1140742 0.9265092 0.1126947 0.9103699 0.1140742 0.9265092 0.1090776 0.9276821 0.1126947 0.9103699 0.1087049 0.9076977 0.1112215 0.8955863 0.1126947 0.9103699 0.1112215 0.8955863 0.1152038 0.898011 0.1156119 0.9405059 0.1106261 0.9432668 0.1090776 0.9276821 0.1156119 0.9405059 0.1140742 0.9265092 0.1198519 0.935186 0.1156119 0.9405059 0.1198519 0.935186 0.1243692 0.9495186 0.1156119 0.9405059 0.1171697 0.9507909 0.1106261 0.9432668 0.1108972 0.8696684 0.1097233 0.8650687 0.1126673 0.8674527 0.1108972 0.8696684 0.1126673 0.8674527 0.1145691 0.8735571 0.1108972 0.8696684 0.1119957 0.8749212 0.1091972 0.8715837 0.1108972 0.8696684 0.1091972 0.8715837 0.1078042 0.8671836 0.1242193 0.9670933 0.1253098 0.9691763 0.1243934 0.9691764 0.1242193 0.9670933 0.1236523 0.9670214 0.1231058 0.9649813 0.1242193 0.9670933 0.1231058 0.9649813 0.1244041 0.9665133 0.1242193 0.9670933 0.1244041 0.9665133 0.12563 0.968239 0.1212762 0.9608855 0.1208585 0.9602302 0.1223172 0.9605513 0.1212762 0.9608855 0.1221051 0.9611806 0.1219711 0.9616735 0.1212762 0.9608855 0.1216874 0.9613884 0.1208007 0.9614905 0.1212762 0.9608855 0.1208007 0.9614905 0.1208585 0.9602302 0.107281 0.9499927 0.1046164 0.9572089 0.1000352 0.9468291 0.107281 0.9499927 0.1043259 0.9392339 0.1106261 0.9432668 0.107281 0.9499927 0.1106261 0.9432668 0.1118503 0.9550935 0.107281 0.9499927 0.1101201 0.9602634 0.1046164 0.9572089 0.1004612 0.9295536 0.09509617 0.9353775 0.09078222 0.923486 0.1004612 0.9295536 0.09673148 0.9196696 0.1045637 0.9200989 0.1004612 0.9295536 0.1045637 0.9200989 0.1090776 0.9276821 0.1004612 0.9295536 0.1043259 0.9392339 0.09509617 0.9353775 0.09418141 0.9082998 0.1001564 0.9056012 0.1007114 0.9153191 0.09418141 0.9082998 0.09673148 0.9196696 0.08807611 0.911786 0.09418141 0.9082998 0.08807611 0.911786 0.08634835 0.9015377 0.09418141 0.9082998 0.09235423 0.8981205 0.1001564 0.9056012 0.09079319 0.891808 0.08496922 0.8940007 0.08387875 0.8880264 0.09079319 0.891808 0.08906584 0.886958 0.09529858 0.8884459 0.09079319 0.891808 0.09529858 0.8884459 0.09833061 0.8926151 0.09079319 0.891808 0.09235423 0.8981205 0.08496922 0.8940007 0.09974157 0.8716794 0.0994752 0.871622 0.09990024 0.8709022 0.09974157 0.8716794 0.09990024 0.8709022 0.1000281 0.8713396 0.09974157 0.8716794 0.09998732 0.8716865 0.1000683 0.8720872 0.09974157 0.8716794 0.09975588 0.8725 0.0994752 0.871622 0.1000377 0.8733173 0.09985607 0.8737458 0.09944999 0.8728296 0.1000377 0.8733173 0.09975588 0.8725 0.1002236 0.872872 0.1000377 0.8733173 0.1002236 0.872872 0.1006032 0.873662 0.1000377 0.8733173 0.1005943 0.8739889 0.09985607 0.8737458 0.1014329 0.8743723 0.1015123 0.874794 0.1005809 0.8743931 0.1014329 0.8743723 0.1005943 0.8739889 0.101357 0.8740784 0.1014329 0.8743723 0.101357 0.8740784 0.1023769 0.8742253 0.1014329 0.8743723 0.1023769 0.8742253 0.1015123 0.874794 0.1008964 0.8692263 0.1005428 0.868358 0.101176 0.8679187 0.1008964 0.8692263 0.101466 0.8691058 0.1010753 0.8699031 0.1008964 0.8692263 0.1010753 0.8699031 0.1004655 0.8696461 0.1008964 0.8692263 0.1004655 0.8696461 0.1002531 0.8690835 0.1001375 0.8702146 0.09998035 0.8697026 0.1004655 0.8696461 0.1001375 0.8702146 0.1004655 0.8696461 0.1002377 0.8707165 0.1001375 0.8702146 0.1002377 0.8707165 0.09990024 0.8709022 0.1001375 0.8702146 0.09990024 0.8709022 0.0997219 0.8704655 0.1032497 0.8733057 0.1034516 0.8738903 0.1023769 0.8742253 0.1032497 0.8733057 0.1023769 0.8742253 0.1029773 0.8731568 0.1032497 0.8733057 0.1029773 0.8731568 0.1033623 0.8720786 0.1032497 0.8733057 0.103747 0.872075 0.1042271 0.8724087 0.1035646 0.8709946 0.1031582 0.8711462 0.1026542 0.8704471 0.1035646 0.8709946 0.1029648 0.8701022 0.1039412 0.8708541 0.1035646 0.8709946 0.1039412 0.8708541 0.103747 0.872075 0.1035646 0.8709946 0.103747 0.872075 0.1031582 0.8711462 0.1022104 0.8694351 0.1021392 0.8700688 0.101613 0.8699185 0.1022104 0.8694351 0.101466 0.8691058 0.102365 0.8689011 0.1022104 0.8694351 0.102365 0.8689011 0.1032781 0.8698083 0.1022104 0.8694351 0.1029648 0.8701022 0.1021392 0.8700688 0.1016721 0.9614407 0.09886997 0.9641126 0.093602 0.9537723 0.1016721 0.9614407 0.09652912 0.9511613 0.1046164 0.9572089 0.1016721 0.9614407 0.1046164 0.9572089 0.1088473 0.9659453 0.1016721 0.9614407 0.1064212 0.9696474 0.09886997 0.9641126 0.08546525 0.9426739 0.08311504 0.9442521 0.07790046 0.9287545 0.08546525 0.9426739 0.08025759 0.9282365 0.08805179 0.9409237 0.08546525 0.9426739 0.08805179 0.9409237 0.093602 0.9537723 0.08546525 0.9426739 0.09104824 0.9562039 0.08311504 0.9442521 0.09111088 0.9388296 0.08805179 0.9409237 0.08295309 0.9274039 0.09111088 0.9388296 0.08632534 0.9259422 0.09509617 0.9353775 0.09111088 0.9388296 0.09509617 0.9353775 0.1000352 0.9468291 0.09111088 0.9388296 0.09652912 0.9511613 0.08805179 0.9409237 0.08308041 0.9139961 0.08807611 0.911786 0.09078222 0.923486 0.08308041 0.9139961 0.08632534 0.9259422 0.07903975 0.9150502 0.08308041 0.9139961 0.07903975 0.9150502 0.08091318 0.90356 0.08308041 0.9139961 0.08091318 0.90356 0.08807611 0.911786 0.07936078 0.8952032 0.07433468 0.8956753 0.07841879 0.8883516 0.07936078 0.8952032 0.07841879 0.8883516 0.08387875 0.8880264 0.07936078 0.8952032 0.08496922 0.8940007 0.08634835 0.9015377 0.07936078 0.8952032 0.08091318 0.90356 0.07620316 0.9043211 0.07808285 0.8824312 0.07305037 0.8817673 0.07824212 0.8774601 0.07808285 0.8824312 0.07824212 0.8774601 0.08168703 0.8785645 0.07808285 0.8824312 0.08301711 0.882466 0.07841879 0.8883516 0.07808285 0.8824312 0.07841879 0.8883516 0.0733214 0.8883963 0.05786484 0.8548992 0.0551207 0.8542 0.06150335 0.8487631 0.05786484 0.8548992 0.06150335 0.8487631 0.06226414 0.8514524 0.05786484 0.8548992 0.06016331 0.8561856 0.05540567 0.8642715 0.05786484 0.8548992 0.05287599 0.863377 0.0551207 0.8542 0.01133918 0.9095956 0.01085698 0.907573 0.01856583 0.9032524 0.01133918 0.9095956 0.01856583 0.9032524 0.01928228 0.9046112 0.01133918 0.9095956 0.0118606 0.9112011 0.00506252 0.9142882 0.01133918 0.9095956 0.00506252 0.9142882 0.00483781 0.9117333 0.04583543 0.8726466 0.04818588 0.8732662 0.03915089 0.8833079 0.04583543 0.8726466 0.03726649 0.8827196 0.04335439 0.8722281 0.04583543 0.8726466 0.04335439 0.8722281 0.05009424 0.8628177 0.04583543 0.8726466 0.05287599 0.863377 0.04818588 0.8732662 0.02769243 0.8936076 0.02894771 0.894535 0.01856583 0.9032524 0.02769243 0.8936076 0.01856583 0.9032524 0.01777929 0.9017031 0.02769243 0.8936076 0.0267592 0.8923175 0.0354073 0.8821539 0.02769243 0.8936076 0.03726649 0.8827196 0.02894771 0.894535 0.09916776 0.8714634 0.09878808 0.8712924 0.0994426 0.8700299 0.09916776 0.8714634 0.0994426 0.8700299 0.0997219 0.8704655 0.09916776 0.8714634 0.0994752 0.871622 0.09944999 0.8728296 0.09916776 0.8714634 0.09915709 0.8729929 0.09882652 0.873063 0.09968274 0.8741406 0.09948229 0.8744801 0.09882652 0.873063 0.09968274 0.8741406 0.09915709 0.8729929 0.09985607 0.8737458 0.09968274 0.8741406 0.09985607 0.8737458 0.1005809 0.8743931 0.09968274 0.8741406 0.1005586 0.8749518 0.09948229 0.8744801 0.09970927 0.8691705 0.09930777 0.8684572 0.09987324 0.8683683 0.09970927 0.8691705 0.09987324 0.8683683 0.1002531 0.8690835 0.09970927 0.8691705 0.09998035 0.8697026 0.0994426 0.8700299 0.09970927 0.8691705 0.0994426 0.8700299 0.09905308 0.86961 0.1042581 0.8707354 0.1039412 0.8708541 0.1035962 0.8696165 0.1042581 0.8707354 0.1035962 0.8696165 0.1040104 0.8694297 0.1042581 0.8707354 0.1046645 0.8707072 0.1046028 0.8720847 0.1042581 0.8707354 0.1046028 0.8720847 0.1039412 0.8708541 0.1026685 0.8843793 0.1023985 0.8806146 0.1050819 0.8803761 0.1026685 0.8843793 0.1061252 0.8841714 0.103361 0.8920159 0.1026685 0.8843793 0.103361 0.8920159 0.09946596 0.8847454 0.1026685 0.8843793 0.09946596 0.8847454 0.09976154 0.8802885 0.09695136 0.883735 0.09446227 0.8812003 0.09733957 0.8792731 0.09695136 0.883735 0.09733957 0.8792731 0.09976154 0.8802885 0.09695136 0.883735 0.09946596 0.8847454 0.09529858 0.8884459 0.09695136 0.883735 0.09529858 0.8884459 0.09294027 0.8847987 0.1026864 0.8685662 0.1030842 0.8681803 0.1035962 0.8696165 0.1026864 0.8685662 0.1035962 0.8696165 0.1032781 0.8698083 0.1026864 0.8685662 0.102365 0.8689011 0.1017242 0.8673498 0.1026864 0.8685662 0.1017242 0.8673498 0.1023057 0.8672503 0.06688368 0.8626617 0.0680651 0.8569224 0.06821215 0.8591306 0.06688368 0.8626617 0.06756317 0.8636735 0.06570881 0.8733801 0.06688368 0.8626617 0.06552594 0.8700548 0.06652098 0.8618512 0.06688368 0.8626617 0.06652098 0.8618512 0.0680651 0.8569224 0.07276719 0.8647795 0.07461696 0.8705636 0.07115513 0.8655135 0.07276719 0.8647795 0.07115513 0.8655135 0.07216906 0.8585373 0.07276719 0.8647795 0.07216906 0.8585373 0.07451671 0.8633064 0.07276719 0.8647795 0.07451671 0.8633064 0.07587742 0.8676549 0.06947088 0.8456382 0.07045972 0.8479784 0.06706941 0.8461495 0.06947088 0.8456382 0.06706941 0.8461495 0.06840306 0.8425472 0.06947088 0.8456382 0.06840306 0.8425472 0.07194387 0.844577 0.06947088 0.8456382 0.07194387 0.844577 0.07045972 0.8479784 0.07104671 0.8496512 0.07141673 0.8514754 0.06906139 0.850414 0.07104671 0.8496512 0.06906139 0.850414 0.07045972 0.8479784 0.07104671 0.8496512 0.07045972 0.8479784 0.07301831 0.8470557 0.07104671 0.8496512 0.07357162 0.8491345 0.07141673 0.8514754 0.07175487 0.8542699 0.07216906 0.8585373 0.07042652 0.8582927 0.07175487 0.8542699 0.06993508 0.8540471 0.07141673 0.8514754 0.07175487 0.8542699 0.07141673 0.8514754 0.0738458 0.8514152 0.07175487 0.8542699 0.0740832 0.8545001 0.07216906 0.8585373 0.07878589 0.8734564 0.08343863 0.8761074 0.07824212 0.8774601 0.07878589 0.8734564 0.07824212 0.8774601 0.07294321 0.8745724 0.07878589 0.8734564 0.07461696 0.8705636 0.07953047 0.8700622 0.07878589 0.8734564 0.07953047 0.8700622 0.08486688 0.872417 0.09449326 0.8625375 0.0955888 0.8575618 0.0977593 0.8599802 0.09449326 0.8625375 0.09598433 0.8638284 0.09357786 0.8668173 0.09449326 0.8625375 0.09357786 0.8668173 0.09218245 0.8652289 0.09449326 0.8625375 0.09270113 0.8608724 0.0955888 0.8575618 0.09308987 0.8708618 0.09357786 0.8668173 0.09488767 0.8677596 0.09308987 0.8708618 0.09452676 0.8718824 0.09251439 0.8743582 0.09308987 0.8708618 0.09251439 0.8743582 0.09060662 0.8713989 0.09308987 0.8708618 0.09166616 0.8688777 0.09357786 0.8668173 0.1143027 0.8591932 0.118148 0.859519 0.1145188 0.8633433 0.1143027 0.8591932 0.1145188 0.8633433 0.1117306 0.8633628 0.1143027 0.8591932 0.1108234 0.8588663 0.1140394 0.8545898 0.1143027 0.8591932 0.1140394 0.8545898 0.118148 0.859519 0.01289963 0.8985295 0.01040929 0.8974708 0.01344627 0.8942963 0.03964644 0.8562008 0.04560202 0.8468298 0.04761332 0.8565464 0.05158776 0.8552127 0.0551207 0.8542 0.05009424 0.8628177 0.05158776 0.8552127 0.04716855 0.8629349 0.04761332 0.8565464 0.05158776 0.8552127 0.04761332 0.8565464 0.05002832 0.8515418 0.05158776 0.8552127 0.05386513 0.8488084 0.0551207 0.8542 0.041067 0.8719528 0.04335439 0.8722281 0.0354073 0.8821539 0.041067 0.8719528 0.03403902 0.8813387 0.03803622 0.8723828 0.041067 0.8719528 0.03803622 0.8723828 0.04357254 0.8637078 0.041067 0.8719528 0.04716855 0.8629349 0.04335439 0.8722281 0.02684044 0.890165 0.0267592 0.8923175 0.01777929 0.9017031 0.02684044 0.890165 0.02105987 0.8963809 0.02269339 0.893016 0.02684044 0.890165 0.02643424 0.8884923 0.03199362 0.8811259 0.02684044 0.890165 0.03403902 0.8813387 0.0354073 0.8821539 0.06370586 0.825749 0.06723821 0.8270846 0.06257778 0.83276 0.06370586 0.825749 0.05837917 0.8269715 0.05943161 0.8173653 0.06370586 0.825749 0.0655027 0.8183603 0.06916594 0.8202992 0.06942975 0.8278958 0.06769096 0.8337695 0.06577914 0.8333346 0.06942975 0.8278958 0.06723821 0.8270846 0.07168424 0.8213313 0.06942975 0.8278958 0.07168424 0.8213313 0.07131224 0.8282365 0.09049373 0.8323886 0.09251344 0.8319348 0.09276503 0.8355536 0.09049373 0.8323886 0.09132814 0.8371189 0.08874887 0.8330056 0.09049373 0.8323886 0.08874887 0.8330056 0.08874076 0.8268834 0.09049373 0.8323886 0.09045714 0.8257765 0.09251344 0.8319348 0.09571087 0.8129471 0.09920793 0.8111711 0.09914815 0.8234413 0.09571087 0.8129471 0.09547621 0.8240529 0.09288233 0.8139308 0.09571087 0.8129471 0.09288233 0.8139308 0.09330928 0.8016799 0.09571087 0.8129471 0.09591585 0.8006891 0.09920793 0.8111711 0.1030647 0.8077744 0.1072474 0.8038403 0.1073551 0.8103442 0.1030647 0.8077744 0.103053 0.8160257 0.09920793 0.8111711 0.1030647 0.8077744 0.09920793 0.8111711 0.09929901 0.7994394 0.1030647 0.8077744 0.1031335 0.7978206 0.1072474 0.8038403 0.0674867 0.8113493 0.07076561 0.8134021 0.0655027 0.8183603 0.0674867 0.8113493 0.0655027 0.8183603 0.06347274 0.8084268 0.0674867 0.8113493 0.06347274 0.8084268 0.06940782 0.8032878 0.0674867 0.8113493 0.06940782 0.8032878 0.07246351 0.8051443 0.05869013 0.8048134 0.06347274 0.8084268 0.05458277 0.8124067 0.05869013 0.8048134 0.0614165 0.7970727 0.06577754 0.8005462 0.07334303 0.8144062 0.07556134 0.8153456 0.07168424 0.8213313 0.07334303 0.8144062 0.07168424 0.8213313 0.06916594 0.8202992 0.07334303 0.8144062 0.07076561 0.8134021 0.07510077 0.8059628 0.07334303 0.8144062 0.07510077 0.8059628 0.07790726 0.8073958 0.09103119 0.8149502 0.09288233 0.8139308 0.09255087 0.8247904 0.09103119 0.8149502 0.09045714 0.8257765 0.0895369 0.8167534 0.09103119 0.8149502 0.0895369 0.8167534 0.09032326 0.8045278 0.09103119 0.8149502 0.0918045 0.8025223 0.09288233 0.8139308 0.09606164 0.7894015 0.09927135 0.788259 0.09929901 0.7994394 0.09606164 0.7894015 0.09591585 0.8006891 0.09363311 0.7903618 0.09606164 0.7894015 0.09363311 0.7903618 0.09323656 0.7784751 0.09606164 0.7894015 0.09561055 0.7775042 0.09927135 0.788259 0.1028821 0.7869694 0.1068346 0.7858113 0.1072843 0.7960405 0.1028821 0.7869694 0.1031335 0.7978206 0.09927135 0.788259 0.1028821 0.7869694 0.09927135 0.788259 0.09878712 0.7762725 0.1028821 0.7869694 0.1023656 0.7748096 0.1068346 0.7858113 0.07101589 0.7927471 0.07468599 0.7942768 0.06940782 0.8032878 0.07101589 0.7927471 0.06940782 0.8032878 0.06577754 0.8005462 0.07101589 0.7927471 0.06708186 0.7906154 0.07173806 0.7808058 0.07101589 0.7927471 0.07173806 0.7808058 0.07614219 0.7818241 0.06332403 0.7882429 0.06708186 0.7906154 0.0614165 0.7970727 0.06332403 0.7882429 0.06406605 0.7785676 0.06733357 0.7795311 0.07765227 0.7948434 0.08043777 0.7949723 0.07510077 0.8059628 0.07765227 0.7948434 0.07510077 0.8059628 0.07246351 0.8051443 0.07765227 0.7948434 0.07468599 0.7942768 0.07940876 0.782018 0.07765227 0.7948434 0.07940876 0.782018 0.08043777 0.7949723 0.09236586 0.7911049 0.09363311 0.7903618 0.09330928 0.8016799 0.09236586 0.7911049 0.0918045 0.8025223 0.0912491 0.7920444 0.09236586 0.7911049 0.0912491 0.7920444 0.09116619 0.7797514 0.09236586 0.7911049 0.09206581 0.7791556 0.09363311 0.7903618 0.08927208 0.7935938 0.0912491 0.7920444 0.09032326 0.8045278 0.08927208 0.7935938 0.08804118 0.8045834 0.0866419 0.7949196 0.08927208 0.7935938 0.0866419 0.7949196 0.08748626 0.7811203 0.08927208 0.7935938 0.08960556 0.7804681 0.0912491 0.7920444 0.09402495 0.7634169 0.09750849 0.7621225 0.09878712 0.7762725 0.09402495 0.7634169 0.09561055 0.7775042 0.09150248 0.7645183 0.09402495 0.7634169 0.09150248 0.7645183 0.08862882 0.7494705 0.09402495 0.7634169 0.09148126 0.7482676 0.09750849 0.7621225 0.1016392 0.76093 0.1059281 0.760739 0.1062615 0.7738212 0.1016392 0.76093 0.1023656 0.7748096 0.09750849 0.7621225 0.1016392 0.76093 0.09750849 0.7621225 0.09545296 0.7469307 0.1016392 0.76093 0.1002513 0.7459943 0.1065025 0.7460286 0.07100158 0.7685423 0.07554137 0.7688109 0.07173806 0.7808058 0.07100158 0.7685423 0.07173806 0.7808058 0.06733357 0.7795311 0.07100158 0.7685423 0.06648045 0.7681891 0.06855201 0.7557605 0.07100158 0.7685423 0.06855201 0.7557605 0.07298129 0.7553333 0.07878172 0.7684559 0.0813663 0.7677933 0.08213305 0.7817849 0.07878172 0.7684559 0.07940876 0.782018 0.07614219 0.7818241 0.07878172 0.7684559 0.07554137 0.7688109 0.07617288 0.7544723 0.07878172 0.7684559 0.07617288 0.7544723 0.0813663 0.7677933 0.09025514 0.7651318 0.09150248 0.7645183 0.09323656 0.7784751 0.09025514 0.7651318 0.09206581 0.7791556 0.08940523 0.7655324 0.09025514 0.7651318 0.08940523 0.7655324 0.08629977 0.7503123 0.09025514 0.7651318 0.08718818 0.7500049 0.09150248 0.7645183 0.08807522 0.7659953 0.08940523 0.7655324 0.09116619 0.7797514 0.08807522 0.7659953 0.08960556 0.7804681 0.08625608 0.7665282 0.08807522 0.7659953 0.08625608 0.7665282 0.08346545 0.7515479 0.08807522 0.7659953 0.0851038 0.7508345 0.08940523 0.7655324 0.08815586 0.7331842 0.09263777 0.7318186 0.09545296 0.7469307 0.08815586 0.7331842 0.09148126 0.7482676 0.08481341 0.7343106 0.09775006 0.7306662 0.1029208 0.7303832 0.1002513 0.7459943 0.09775006 0.7306662 0.1002513 0.7459943 0.09263777 0.7318186 0.07198417 0.7403821 0.07481086 0.7390976 0.07872849 0.7534226 0.07198417 0.7403821 0.07617288 0.7544723 0.06855994 0.7414874 0.08311945 0.7347459 0.08481341 0.7343106 0.08862882 0.7494705 0.08311945 0.7347459 0.08718818 0.7500049 0.08218324 0.7350154 0.08111399 0.7356449 0.08218324 0.7350154 0.08629977 0.7503123 0.08111399 0.7356449 0.0851038 0.7508345 0.07962846 0.7365843 0.1117223 0.8004518 0.1072474 0.8038403 0.1072843 0.7960405 0.1117223 0.8004518 0.111616 0.794307 0.1157211 0.7978581 0.1117223 0.8004518 0.1157211 0.7978581 0.1166785 0.800983 0.1117223 0.8004518 0.1119657 0.8047077 0.1072474 0.8038403 0.1110694 0.785063 0.1147742 0.7837415 0.1159575 0.7924757 0.1110694 0.785063 0.111616 0.794307 0.1068346 0.7858113 0.1110694 0.785063 0.1068346 0.7858113 0.1062615 0.7738212 0.1110694 0.785063 0.1103901 0.7740128 0.1147742 0.7837415 0.1098861 0.7624492 0.1059281 0.760739 0.110377 0.753769 0.1098861 0.7624492 0.110377 0.753769 0.1132399 0.7583238 0.1098861 0.7624492 0.1132888 0.7654428 0.1103901 0.7740128 0.1098861 0.7624492 0.1103901 0.7740128 0.1062615 0.7738212 0.1603611 0.7193483 0.1640433 0.7029322 0.1705781 0.7061061 0.1603611 0.7193483 0.156581 0.7178322 0.1640433 0.7029322 0.1170995 0.7177372 0.1137745 0.7178249 0.1173192 0.7018512 0.1170995 0.7177372 0.1173192 0.7018512 0.1223265 0.7033792 0.1218577 0.7268751 0.1198377 0.7203347 0.1223265 0.7033792 0.1075782 0.7316255 0.1029208 0.7303832 0.09978216 0.7060956 0.1099943 0.7193397 0.1073864 0.7235253 0.09978216 0.7060956 0.1099943 0.7193397 0.1063173 0.7029239 0.1137745 0.7178249 0.1351768 0.7213013 0.1245389 0.7230095 0.1223265 0.7033792 0.1892387 0.7356662 0.1968639 0.7107065 0.1983145 0.7116174 0.1892387 0.7356662 0.1881695 0.735036 0.1968639 0.7107065 0.1130921 0.8824424 0.1119182 0.8860186 0.109799 0.8769145 0.1130921 0.8824424 0.1119957 0.8749212 0.1145691 0.8735571 0.1130921 0.8824424 0.1154559 0.8857885 0.1152038 0.898011 0.1094022 0.8856564 0.1061252 0.8841714 0.1076434 0.8796972 0.1094022 0.8856564 0.1076434 0.8796972 0.1119182 0.8860186 0.1094022 0.8856564 0.1119182 0.8860186 0.1112215 0.8955863 0.1094022 0.8856564 0.1112215 0.8955863 0.1073842 0.8923744 0.06920373 0.8648844 0.0690943 0.857957 0.07042652 0.8582927 0.06920373 0.8648844 0.07115513 0.8655135 0.069193 0.8732873 0.06920373 0.8648844 0.069193 0.8732873 0.06570881 0.8733801 0.06920373 0.8648844 0.06756317 0.8636735 0.06821215 0.8591306 0.06811046 0.8522791 0.06857478 0.8530704 0.06732368 0.8557285 0.06811046 0.8522791 0.06732368 0.8557285 0.06657063 0.8563416 0.06811046 0.8522791 0.06699943 0.8537402 0.06757622 0.8499409 0.06811046 0.8522791 0.06906139 0.850414 0.06953024 0.8517598 0.06889367 0.8544911 0.06857478 0.8530704 0.06993508 0.8540471 0.06889367 0.8544911 0.06993508 0.8540471 0.07042652 0.8582927 0.06889367 0.8544911 0.0690943 0.857957 0.06821215 0.8591306 0.06889367 0.8544911 0.0680651 0.8569224 0.06857478 0.8530704 0.06449252 0.8465189 0.06337171 0.8432641 0.06617611 0.8429132 0.06449252 0.8465189 0.06706941 0.8461495 0.06757622 0.8499409 0.06449252 0.8465189 0.06460684 0.8504073 0.06150335 0.8487631 0.06449252 0.8465189 0.06150335 0.8487631 0.05922305 0.8458245 0.08110618 0.8536432 0.08312892 0.8541221 0.08121317 0.8573335 0.08110618 0.8536432 0.08121317 0.8573335 0.07924711 0.857179 0.08110618 0.8536432 0.0791074 0.8535951 0.07887458 0.8500573 0.08110618 0.8536432 0.08089089 0.8497512 0.08289909 0.8498872 0.0766502 0.8540779 0.0791074 0.8535951 0.07924711 0.857179 0.0766502 0.8540779 0.07680171 0.857771 0.0740832 0.8545001 0.0766502 0.8540779 0.0740832 0.8545001 0.0738458 0.8514152 0.0766502 0.8540779 0.076429 0.8507772 0.0791074 0.8535951 0.08117425 0.8606995 0.08121317 0.8573335 0.08320242 0.8579492 0.08117425 0.8606995 0.08310627 0.8613642 0.08089774 0.8638564 0.08117425 0.8606995 0.08089774 0.8638564 0.07926875 0.8632073 0.08117425 0.8606995 0.07928919 0.8606396 0.08121317 0.8573335 0.07688039 0.8617175 0.07451671 0.8633064 0.07430106 0.8584451 0.07688039 0.8617175 0.07680171 0.857771 0.07928919 0.8606396 0.07688039 0.8617175 0.07928919 0.8606396 0.07926875 0.8632073 0.07688039 0.8617175 0.07775443 0.8650547 0.07451671 0.8633064 0.0802921 0.8669198 0.07953047 0.8700622 0.07587742 0.8676549 0.0802921 0.8669198 0.07775443 0.8650547 0.08089774 0.8638564 0.0802921 0.8669198 0.08089774 0.8638564 0.08313471 0.8646034 0.0802921 0.8669198 0.0835821 0.8679029 0.07953047 0.8700622 0.0906381 0.8585531 0.09270113 0.8608724 0.09042823 0.862668 0.0906381 0.8585531 0.09042823 0.862668 0.08828365 0.8601628 0.0906381 0.8585531 0.08829379 0.8563244 0.09029763 0.8531848 0.0906381 0.8585531 0.09029763 0.8531848 0.09312701 0.8543299 0.08565771 0.8549316 0.08829379 0.8563244 0.08571714 0.8587411 0.08565771 0.8549316 0.08571714 0.8587411 0.08320242 0.8579492 0.08565771 0.8549316 0.08312892 0.8541221 0.08532041 0.8504931 0.08565771 0.8549316 0.08532041 0.8504931 0.08787864 0.8515865 0.08565604 0.862101 0.08310627 0.8613642 0.08571714 0.8587411 0.08565604 0.862101 0.08571714 0.8587411 0.08828365 0.8601628 0.08565604 0.862101 0.08820152 0.8634821 0.08585959 0.8652918 0.08565604 0.862101 0.08585959 0.8652918 0.08313471 0.8646034 0.08671313 0.8685939 0.08845818 0.8723727 0.08486688 0.872417 0.08671313 0.8685939 0.0835821 0.8679029 0.08585959 0.8652918 0.08671313 0.8685939 0.08585959 0.8652918 0.08779084 0.8656969 0.08671313 0.8685939 0.08909076 0.8682377 0.08845818 0.8723727 0.09012079 0.8660793 0.09166616 0.8688777 0.08909076 0.8682377 0.09012079 0.8660793 0.08909076 0.8682377 0.08779084 0.8656969 0.09012079 0.8660793 0.08820152 0.8634821 0.09042823 0.862668 0.09012079 0.8660793 0.09042823 0.862668 0.09218245 0.8652289 0.08895397 0.846014 0.09116971 0.8453386 0.09029763 0.8531848 0.08895397 0.846014 0.09029763 0.8531848 0.08787864 0.8515865 0.08895397 0.846014 0.08668506 0.8455688 0.08750426 0.8388609 0.08895397 0.846014 0.08750426 0.8388609 0.09116971 0.8453386 0.08454781 0.8452461 0.08668506 0.8455688 0.08532041 0.8504931 0.08454781 0.8452461 0.08532041 0.8504931 0.08289909 0.8498872 0.08454781 0.8452461 0.08252632 0.845249 0.08212691 0.8403831 0.08454781 0.8452461 0.08377337 0.8397319 0.08547258 0.8393561 0.08684569 0.8335458 0.08874887 0.8330056 0.08955925 0.8381479 0.08684569 0.8335458 0.08750426 0.8388609 0.08500075 0.8340332 0.08684569 0.8335458 0.08500075 0.8340332 0.08520519 0.828885 0.08684569 0.8335458 0.0869475 0.8279834 0.08874887 0.8330056 0.08343058 0.8344915 0.08500075 0.8340332 0.08547258 0.8393561 0.08343058 0.8344915 0.08377337 0.8397319 0.08181697 0.8354648 0.08343058 0.8344915 0.08181697 0.8354648 0.08163475 0.8297443 0.08343058 0.8344915 0.0836414 0.8293967 0.08500075 0.8340332 0.07980906 0.8195598 0.08068072 0.8165138 0.0841813 0.8186851 0.07962983 0.8132658 0.08462798 0.8135168 0.08068072 0.8165138 0.07776284 0.8172047 0.07601004 0.8228014 0.07373857 0.8219881 0.08452802 0.8243191 0.0836414 0.8293967 0.08310574 0.8238014 0.08452802 0.8243191 0.08310574 0.8238014 0.08572816 0.8188669 0.08452802 0.8243191 0.08572816 0.8188669 0.08602142 0.8231959 0.08452802 0.8243191 0.08602142 0.8231959 0.08520519 0.828885 0.08777898 0.820088 0.0895369 0.8167534 0.08874076 0.8268834 0.08777898 0.820088 0.0869475 0.8279834 0.08602142 0.8231959 0.08777898 0.820088 0.08602142 0.8231959 0.08671343 0.8184428 0.08777898 0.820088 0.08815228 0.8136972 0.0895369 0.8167534 0.08687955 0.8126481 0.08804118 0.8045834 0.09032326 0.8045278 0.08687955 0.8126481 0.08815228 0.8136972 0.08671343 0.8184428 0.08687955 0.8126481 0.08572816 0.8188669 0.08462798 0.8135168 0.08687955 0.8126481 0.08462798 0.8135168 0.08519756 0.8062704 0.08060485 0.8457804 0.08252632 0.845249 0.08289909 0.8498872 0.08060485 0.8457804 0.08089089 0.8497512 0.07855314 0.846735 0.08060485 0.8457804 0.07855314 0.846735 0.07810378 0.843455 0.08060485 0.8457804 0.08025336 0.8417045 0.08252632 0.845249 0.07614123 0.8480077 0.07855314 0.846735 0.07887458 0.8500573 0.07614123 0.8480077 0.076429 0.8507772 0.07357162 0.8491345 0.07614123 0.8480077 0.07357162 0.8491345 0.07301831 0.8470557 0.07614123 0.8480077 0.07562923 0.8453933 0.07855314 0.846735 0.07984179 0.8374974 0.08181697 0.8354648 0.08212691 0.8403831 0.07984179 0.8374974 0.08025336 0.8417045 0.07748711 0.8400435 0.07984179 0.8374974 0.07748711 0.8400435 0.07671844 0.8367841 0.07984179 0.8374974 0.07919603 0.8336244 0.08181697 0.8354648 0.07473522 0.8425577 0.07748711 0.8400435 0.07810378 0.843455 0.07473522 0.8425577 0.07562923 0.8453933 0.07194387 0.844577 0.07473522 0.8425577 0.07194387 0.844577 0.07068949 0.8416166 0.07473522 0.8425577 0.07367211 0.8395718 0.07748711 0.8400435 0.07391756 0.8281607 0.07131224 0.8282365 0.07373857 0.8219881 0.07391756 0.8281607 0.07601004 0.8228014 0.07818597 0.8241692 0.07391756 0.8281607 0.07645702 0.8286162 0.07491654 0.8318397 0.1031548 0.8451972 0.1034412 0.8525275 0.1015098 0.8455539 0.1031548 0.8451972 0.1015098 0.8455539 0.1015014 0.8390379 0.1031548 0.8451972 0.1032553 0.8380685 0.1048427 0.8454241 0.1031548 0.8451972 0.1048427 0.8454241 0.1034412 0.8525275 0.09962147 0.8452914 0.09968107 0.8391316 0.1015098 0.8455539 0.09962147 0.8452914 0.1015098 0.8455539 0.09969395 0.8512832 0.09962147 0.8452914 0.09969395 0.8512832 0.09786534 0.84654 0.09962147 0.8452914 0.09786534 0.84654 0.09733635 0.8399676 0.09987181 0.856543 0.1000517 0.8605229 0.0977593 0.8599802 0.09987181 0.856543 0.0980094 0.8545707 0.09969395 0.8512832 0.09987181 0.856543 0.09969395 0.8512832 0.1016707 0.8521912 0.09987181 0.856543 0.102012 0.8579215 0.1000517 0.8605229 0.1068599 0.8474372 0.1048427 0.8454241 0.1074512 0.8421168 0.1068599 0.8474372 0.1074512 0.8421168 0.1101483 0.8450705 0.1068599 0.8474372 0.109723 0.8495786 0.1073172 0.8534687 0.1068599 0.8474372 0.1073172 0.8534687 0.1052439 0.852788 0.1139492 0.8501902 0.1191089 0.8483684 0.1193572 0.8534067 0.1139492 0.8501902 0.1140394 0.8545898 0.110102 0.8541944 0.1139492 0.8501902 0.109723 0.8495786 0.1143137 0.8459128 0.1139492 0.8501902 0.1143137 0.8459128 0.1191089 0.8483684 0.09989959 0.8333675 0.1016178 0.8336718 0.09968107 0.8391316 0.09989959 0.8333675 0.09968107 0.8391316 0.09733635 0.8399676 0.09989959 0.8333675 0.09794688 0.8323302 0.1009426 0.8276848 0.09989959 0.8333675 0.1009426 0.8276848 0.1020637 0.8293974 0.0952413 0.831884 0.09251344 0.8319348 0.09255087 0.8247904 0.0952413 0.831884 0.09547621 0.8240529 0.09794688 0.8323302 0.0952413 0.831884 0.09794688 0.8323302 0.09460043 0.8375846 0.0952413 0.831884 0.09460043 0.8375846 0.09276503 0.8355536 0.1036196 0.831919 0.1032553 0.8380685 0.1016178 0.8336718 0.1036196 0.831919 0.1016178 0.8336718 0.1020637 0.8293974 0.1036196 0.831919 0.1038318 0.8265516 0.1059728 0.82942 0.1036196 0.831919 0.1059728 0.82942 0.1054157 0.8372116 0.1034758 0.8217692 0.1038318 0.8265516 0.1009426 0.8276848 0.1034758 0.8217692 0.1009426 0.8276848 0.09914815 0.8234413 0.1034758 0.8217692 0.103053 0.8160257 0.106662 0.8173251 0.1034758 0.8217692 0.106662 0.8173251 0.1065818 0.8229215 0.1203134 0.8044797 0.1164076 0.8054437 0.1166785 0.800983 0.1203134 0.8044797 0.1207413 0.8011911 0.124072 0.802852 0.1203134 0.8044797 0.1237831 0.8058318 0.1207039 0.8084803 0.1203134 0.8044797 0.1207039 0.8084803 0.1164076 0.8054437 0.1193508 0.8896074 0.1184796 0.8794354 0.1232181 0.8813264 0.1193508 0.8896074 0.124235 0.8919262 0.1203281 0.9035166 0.1193508 0.8896074 0.1203281 0.9035166 0.1152038 0.898011 0.1193508 0.8896074 0.1154559 0.8857885 0.1184796 0.8794354 0.1042379 0.8592817 0.106413 0.8600136 0.1048462 0.8642446 0.1042379 0.8592817 0.1048462 0.8642446 0.1022828 0.8620914 0.1042379 0.8592817 0.102012 0.8579215 0.1034412 0.8525275 0.1042379 0.8592817 0.1034412 0.8525275 0.1052439 0.852788 0.1084008 0.8595074 0.106413 0.8600136 0.1073172 0.8534687 0.1084008 0.8595074 0.1073172 0.8534687 0.110102 0.8541944 0.1084008 0.8595074 0.1108234 0.8588663 0.1117306 0.8633628 0.1084008 0.8595074 0.1097233 0.8650687 0.106413 0.8600136 0.1047615 0.9057543 0.103361 0.8920159 0.1073842 0.8923744 0.1047615 0.9057543 0.1087049 0.9076977 0.1045637 0.9200989 0.1047615 0.9057543 0.1045637 0.9200989 0.1007114 0.9153191 0.1047615 0.9057543 0.1001564 0.9056012 0.103361 0.8920159 0.1154147 0.8416763 0.1195768 0.8408874 0.1192389 0.8445035 0.1154147 0.8416763 0.1143137 0.8459128 0.1118397 0.8407217 0.1154147 0.8416763 0.1118397 0.8407217 0.1137944 0.837336 0.1154147 0.8416763 0.1165863 0.8382693 0.1195768 0.8408874 0.1095135 0.8382114 0.1118397 0.8407217 0.1074512 0.8421168 0.1095135 0.8382114 0.1074512 0.8421168 0.1054157 0.8372116 0.1095135 0.8382114 0.1084704 0.833886 0.111946 0.8357201 0.1095135 0.8382114 0.111946 0.8357201 0.1137944 0.837336 0.1236642 0.8381676 0.1263126 0.8332887 0.1275417 0.8345077 0.1236642 0.8381676 0.1242155 0.8407022 0.1195768 0.8408874 0.1236642 0.8381676 0.1195768 0.8408874 0.1198266 0.8380158 0.1236642 0.8381676 0.1230201 0.8360713 0.1263126 0.8332887 0.1261571 0.8260226 0.1244242 0.8185155 0.1275159 0.8259181 0.1261571 0.8260226 0.1275159 0.8259181 0.1263126 0.8332887 0.1261571 0.8260226 0.1263126 0.8332887 0.1248736 0.826426 0.1261571 0.8260226 0.1248736 0.826426 0.1230961 0.820712 0.1235281 0.8273385 0.1223998 0.8220065 0.1248736 0.826426 0.1235281 0.8273385 0.1248736 0.826426 0.1250686 0.8322651 0.1235281 0.8273385 0.1237564 0.8318898 0.1224508 0.8282505 0.1235281 0.8273385 0.1224508 0.8282505 0.1214833 0.8240922 0.1221844 0.8348796 0.1237564 0.8318898 0.1230201 0.8360713 0.1221844 0.8348796 0.1230201 0.8360713 0.1196929 0.8363843 0.1221844 0.8348796 0.1196929 0.8363843 0.121447 0.8342618 0.1221844 0.8348796 0.121447 0.8342618 0.1226835 0.8318325 0.1181839 0.8220108 0.1146387 0.8233625 0.1176303 0.8187137 0.1181839 0.8220108 0.1176303 0.8187137 0.1230961 0.820712 0.1181839 0.8220108 0.1227558 0.8221283 0.1182461 0.824458 0.1181839 0.8220108 0.1182461 0.824458 0.1146387 0.8233625 0.1131468 0.8276526 0.1130394 0.8322797 0.1111052 0.832487 0.1131468 0.8276526 0.1113358 0.8267017 0.1146387 0.8233625 0.1131468 0.8276526 0.1146387 0.8233625 0.1153566 0.8256977 0.1131468 0.8276526 0.1142649 0.8290345 0.1130394 0.8322797 0.1136475 0.8346422 0.1150093 0.835717 0.1137944 0.837336 0.1136475 0.8346422 0.111946 0.8357201 0.1130394 0.8322797 0.1136475 0.8346422 0.1130394 0.8322797 0.1142787 0.8325493 0.1136475 0.8346422 0.1147053 0.834323 0.1150093 0.835717 0.1171628 0.8364806 0.1196929 0.8363843 0.1198266 0.8380158 0.1171628 0.8364806 0.1165863 0.8382693 0.1150093 0.835717 0.1171628 0.8364806 0.1150093 0.835717 0.1156973 0.8351114 0.1171628 0.8364806 0.1174071 0.8356704 0.1196929 0.8363843 0.1259585 0.8099383 0.1275048 0.8166712 0.1245392 0.8116365 0.1259585 0.8099383 0.1245392 0.8116365 0.1230548 0.8084959 0.1259585 0.8099383 0.1237831 0.8058318 0.1265679 0.8073421 0.1259585 0.8099383 0.1265679 0.8073421 0.1293089 0.8140392 0.1290875 0.8259022 0.1308943 0.8258576 0.1288092 0.835469 0.1290875 0.8259022 0.1288092 0.835469 0.1275417 0.8345077 0.1290875 0.8259022 0.1275159 0.8259181 0.1259208 0.8174542 0.1290875 0.8259022 0.1275048 0.8166712 0.1308943 0.8258576 0.1872334 0.734766 0.194474 0.7097784 0.1881695 0.735036 0.1872334 0.734766 0.1855394 0.73433 0.1923338 0.709353 0.1350985 0.9247179 0.1253843 0.9257411 0.1251996 0.9055342 0.1350985 0.9247179 0.1350834 0.9473764 0.1253843 0.9257411 0.1209596 0.9207829 0.1253843 0.9257411 0.1243692 0.9495186 0.1209596 0.9207829 0.1198519 0.935186 0.1170565 0.9258987 0.1209596 0.9207829 0.1167675 0.9144915 0.1203281 0.9035166 0.1209596 0.9207829 0.1203281 0.9035166 0.1251996 0.9055342 0.09611135 0.8717902 0.09452676 0.8718824 0.09638494 0.8683819 0.09611135 0.8717902 0.09638494 0.8683819 0.09748899 0.8713178 0.09611135 0.8717902 0.09748899 0.8713178 0.09771943 0.873536 0.09611135 0.8717902 0.09658092 0.8747242 0.09452676 0.8718824 0.09830486 0.8711979 0.09748899 0.8713178 0.09854435 0.8692198 0.09830486 0.8711979 0.09854435 0.8692198 0.09905308 0.86961 0.09830486 0.8711979 0.09878808 0.8712924 0.09840762 0.8731132 0.09830486 0.8711979 0.09840762 0.8731132 0.09748899 0.8713178 0.1001302 0.8626754 0.1000517 0.8605229 0.1022828 0.8620914 0.1001302 0.8626754 0.1022316 0.8640475 0.1003378 0.8640591 0.1001302 0.8626754 0.1003378 0.8640591 0.09879136 0.8642907 0.1001302 0.8626754 0.09839141 0.8627724 0.1000517 0.8605229 0.097144 0.8650253 0.09598433 0.8638284 0.09839141 0.8627724 0.097144 0.8650253 0.09839141 0.8627724 0.09879136 0.8642907 0.097144 0.8650253 0.09804487 0.8661944 0.09638494 0.8683819 0.097144 0.8650253 0.09638494 0.8683819 0.09488767 0.8677596 0.09875959 0.8674017 0.09804487 0.8661944 0.09913122 0.866459 0.09875959 0.8674017 0.09913122 0.866459 0.09943777 0.8677177 0.09875959 0.8674017 0.09930777 0.8684572 0.09854435 0.8692198 0.09875959 0.8674017 0.09854435 0.8692198 0.09772032 0.8688226 0.1063517 0.8768258 0.1076434 0.8796972 0.1044083 0.8782759 0.1063517 0.8768258 0.1044083 0.8782759 0.104064 0.8769705 0.1063517 0.8768258 0.1055397 0.8755207 0.1075874 0.874524 0.1063517 0.8768258 0.1075874 0.874524 0.109799 0.8769145 0.1053093 0.8708377 0.1046645 0.8707072 0.1046112 0.8691508 0.1053093 0.8708377 0.1046112 0.8691508 0.105444 0.8689159 0.1053093 0.8708377 0.1062659 0.8711714 0.1055247 0.8725441 0.1053093 0.8708377 0.1055247 0.8725441 0.1049417 0.8722743 0.1076077 0.8717524 0.1062659 0.8711714 0.1065538 0.8688613 0.1076077 0.8717524 0.1065538 0.8688613 0.1091972 0.8715837 0.1076077 0.8717524 0.1091972 0.8715837 0.1075874 0.874524 0.1076077 0.8717524 0.1075874 0.874524 0.1063225 0.873409 0.1045673 0.8662012 0.1039313 0.8667507 0.1021038 0.8650179 0.1045673 0.8662012 0.1022316 0.8640475 0.1048462 0.8642446 0.1045673 0.8662012 0.1048462 0.8642446 0.1078042 0.8671836 0.1045673 0.8662012 0.1065538 0.8688613 0.105444 0.8689159 0.0980513 0.8766581 0.09733957 0.8792731 0.09489393 0.8767069 0.0980513 0.8766581 0.09658092 0.8747242 0.09878003 0.8753334 0.0980513 0.8766581 0.09878003 0.8753334 0.1003609 0.876644 0.0980513 0.8766581 0.1000901 0.8778335 0.09733957 0.8792731 0.0992192 0.8747426 0.09878003 0.8753334 0.09771943 0.873536 0.0992192 0.8747426 0.09840762 0.8731132 0.09948229 0.8744801 0.0992192 0.8747426 0.09948229 0.8744801 0.1005264 0.8755278 0.0992192 0.8747426 0.1004834 0.8759837 0.09878003 0.8753334 0.1022651 0.8784922 0.1023985 0.8806146 0.09976154 0.8802885 0.1022651 0.8784922 0.1000901 0.8778335 0.1021524 0.8774021 0.1022651 0.8784922 0.1021524 0.8774021 0.104064 0.8769705 0.1022651 0.8784922 0.1044083 0.8782759 0.1023985 0.8806146 0.1035125 0.8753468 0.1041709 0.8747172 0.104064 0.8769705 0.1035125 0.8753468 0.1031156 0.8766398 0.102542 0.876253 0.1035125 0.8753468 0.1026379 0.8756274 0.1025144 0.874707 0.1035125 0.8753468 0.1034516 0.8738903 0.1041709 0.8747172 0.1015985 0.8754716 0.1017297 0.87619 0.1005264 0.8755278 0.1015985 0.8754716 0.1005586 0.8749518 0.1015123 0.874794 0.1015985 0.8754716 0.1015123 0.874794 0.1025144 0.874707 0.1015985 0.8754716 0.1026379 0.8756274 0.1017297 0.87619 0.1019441 0.8767341 0.1017297 0.87619 0.102542 0.876253 0.1019441 0.8767341 0.1031156 0.8766398 0.1021524 0.8774021 0.1019441 0.8767341 0.1021524 0.8774021 0.1003609 0.876644 0.1019441 0.8767341 0.1004834 0.8759837 0.1017297 0.87619 0.1009052 0.8657323 0.1000404 0.8660174 0.1003378 0.8640591 0.1009052 0.8657323 0.1003378 0.8640591 0.1021038 0.8650179 0.1009052 0.8657323 0.1021444 0.8662309 0.1017242 0.8673498 0.1009052 0.8657323 0.1017242 0.8673498 0.101176 0.8679187 0.09984004 0.8671066 0.1000404 0.8660174 0.101176 0.8679187 0.09984004 0.8671066 0.1005428 0.868358 0.09987324 0.8683683 0.09984004 0.8671066 0.09987324 0.8683683 0.09943777 0.8677177 0.09984004 0.8671066 0.09913122 0.866459 0.1000404 0.8660174 0.09661698 0.8514298 0.09517085 0.8472844 0.09733635 0.8399676 0.09661698 0.8514298 0.09786534 0.84654 0.09846276 0.8507013 0.09661698 0.8514298 0.0980094 0.8545707 0.0955888 0.8575618 0.09661698 0.8514298 0.0955888 0.8575618 0.09312701 0.8543299 0.09314757 0.8422991 0.09517085 0.8472844 0.09116971 0.8453386 0.09314757 0.8422991 0.09116971 0.8453386 0.08955925 0.8381479 0.09314757 0.8422991 0.09132814 0.8371189 0.09460043 0.8375846 0.09314757 0.8422991 0.09460043 0.8375846 0.09733635 0.8399676 0.09133619 0.8769938 0.08944737 0.8791396 0.08845818 0.8723727 0.09133619 0.8769938 0.08845818 0.8723727 0.09251439 0.8743582 0.09133619 0.8769938 0.09251439 0.8743582 0.09489393 0.8767069 0.09133619 0.8769938 0.09446227 0.8812003 0.08944737 0.8791396 0.08673983 0.8811662 0.08944737 0.8791396 0.09294027 0.8847987 0.08673983 0.8811662 0.08906584 0.886958 0.08387875 0.8880264 0.08673983 0.8811662 0.08301711 0.882466 0.08168703 0.8785645 0.08673983 0.8811662 0.08343863 0.8761074 0.08944737 0.8791396 0.103468 0.8674928 0.1039313 0.8667507 0.1046112 0.8691508 0.103468 0.8674928 0.1046112 0.8691508 0.1030842 0.8681803 0.103468 0.8674928 0.1030842 0.8681803 0.1023057 0.8672503 0.103468 0.8674928 0.1021444 0.8662309 0.1039313 0.8667507 0.1045614 0.8738264 0.1047373 0.8743929 0.104064 0.8769705 0.1045614 0.8738264 0.1041709 0.8747172 0.1042271 0.8724087 0.1045614 0.8738264 0.1046028 0.8720847 0.1049417 0.8722743 0.1052205 0.8742601 0.1047373 0.8743929 0.1055247 0.8725441 0.1052205 0.8742601 0.1055247 0.8725441 0.1063225 0.873409 0.1052205 0.8742601 0.1055397 0.8755207 0.1047373 0.8743929 0.128796 0.9754413 0.1304666 0.9774493 0.1268174 0.9769356 0.128796 0.9754413 0.1268174 0.9769356 0.1257889 0.9739456 0.128796 0.9754413 0.1274753 0.9732593 0.129454 0.9723132 0.128796 0.9754413 0.129454 0.9723132 0.1310252 0.973287 0.1263542 0.9712013 0.1274753 0.9732593 0.1257889 0.9739456 0.1263542 0.9712013 0.1250432 0.9714218 0.1253098 0.9691763 0.1263542 0.9712013 0.1253098 0.9691763 0.1268479 0.9697991 0.1263542 0.9712013 0.1268479 0.9697991 0.1281065 0.9711663 0.1186098 0.9557945 0.1171697 0.9507909 0.1243692 0.9495186 0.1186098 0.9557945 0.1232824 0.9565238 0.1197549 0.9578447 0.1186098 0.9557945 0.1197549 0.9578447 0.1173266 0.9597876 0.1186098 0.9557945 0.1151632 0.958343 0.1118503 0.9550935 0.1204279 0.95927 0.1197549 0.9578447 0.1230579 0.9583489 0.1204279 0.95927 0.1226855 0.9596495 0.1208585 0.9602302 0.1204279 0.95927 0.1208585 0.9602302 0.1199163 0.9612084 0.1204279 0.95927 0.1188347 0.9606917 0.1197549 0.9578447 0.6101985 0.2058781 0.6127868 0.1927273 0.6141093 0.2078026 0.6101985 0.2058781 0.6141093 0.2078026 0.6079283 0.2173242 0.6101985 0.2058781 0.6079283 0.2173242 0.6039234 0.2149596 0.6101985 0.2058781 0.606545 0.2047995 0.6127868 0.1927273 0.07998114 0.4427577 0.08057415 0.4244152 0.08462792 0.4301668 0.07998114 0.4427577 0.08430856 0.4458289 0.07938808 0.4611001 0.5877825 0.247377 0.5962591 0.2437683 0.5910007 0.2528727 0.5877825 0.247377 0.5910007 0.2528727 0.5809332 0.2555354 0.5877825 0.247377 0.5780864 0.2496508 0.5849728 0.2421837 0.5877825 0.247377 0.5849728 0.2421837 0.5928066 0.2393093 0.7815735 0.02818638 0.7682918 0.01793664 0.7762131 0.01421779 0.1209247 0.963019 0.1208007 0.9614905 0.1216439 0.9624647 0.1209247 0.963019 0.1216439 0.9624647 0.1215597 0.9648099 0.1209247 0.963019 0.1215597 0.9648099 0.1201041 0.9635571 0.1209247 0.963019 0.1201041 0.9635571 0.1199163 0.9612084 0.1226174 0.9662021 0.1215597 0.9648099 0.1223835 0.9643512 0.1226174 0.9662021 0.1223835 0.9643512 0.1228656 0.9649116 0.1226174 0.9662021 0.1236523 0.9670214 0.1227955 0.9681424 0.1226174 0.9662021 0.1227955 0.9681424 0.1211533 0.9662205 0.1242921 0.9653768 0.1244041 0.9665133 0.1231742 0.9647048 0.1242921 0.9653768 0.1231406 0.9642267 0.1238493 0.9639133 0.1242921 0.9653768 0.1238493 0.9639133 0.124776 0.9642723 0.1242921 0.9653768 0.1254391 0.9664614 0.1244041 0.9665133 0.1230416 0.9623522 0.1238493 0.9639133 0.1224618 0.9625203 0.1230416 0.9623522 0.1224618 0.9625203 0.1221051 0.9611806 0.1230416 0.9623522 0.1221051 0.9611806 0.1223172 0.9605513 0.1230416 0.9623522 0.1236792 0.9621005 0.1238493 0.9639133 0.1225168 0.9798942 0.1272237 0.9835066 0.1260093 0.9854006 0.1225168 0.9798942 0.1212738 0.9819548 0.1167286 0.9775457 0.1225168 0.9798942 0.1177849 0.974927 0.1232416 0.9778563 0.1225168 0.9798942 0.1232416 0.9778563 0.1284481 0.981007 0.113637 0.968479 0.1177849 0.974927 0.1127355 0.9724667 0.113637 0.968479 0.1127355 0.9724667 0.1088473 0.9659453 0.113637 0.968479 0.1101201 0.9602634 0.1143727 0.9652795 0.113637 0.968479 0.1143727 0.9652795 0.1184845 0.9727082 0.1106579 0.9757615 0.1149141 0.9805013 0.1082854 0.9784439 0.1106579 0.9757615 0.1082854 0.9784439 0.1037873 0.9722385 0.1106579 0.9757615 0.1064212 0.9696474 0.1127355 0.9724667 0.1106579 0.9757615 0.1127355 0.9724667 0.1167286 0.9775457 0.1290703 0.9690539 0.129454 0.9723132 0.1281065 0.9711663 0.1290703 0.9690539 0.1277673 0.9682688 0.127893 0.9652159 0.1290703 0.9690539 0.127893 0.9652159 0.1295614 0.9656161 0.1290703 0.9690539 0.1306695 0.9697321 0.129454 0.9723132 0.1261702 0.9603518 0.127893 0.9652159 0.1267313 0.9648261 0.1261702 0.9603518 0.1252725 0.9610977 0.1230579 0.9583489 0.1261702 0.9603518 0.1232824 0.9565238 0.1243692 0.9495186 0.1261702 0.9603518 0.1278625 0.9597702 0.127893 0.9652159 0.1265771 0.967415 0.1268479 0.9697991 0.12563 0.968239 0.1265771 0.967415 0.1254391 0.9664614 0.1257145 0.9645441 0.1265771 0.967415 0.1257145 0.9645441 0.1267313 0.9648261 0.1265771 0.967415 0.1277673 0.9682688 0.1268479 0.9697991 0.1244325 0.9616815 0.1257145 0.9645441 0.124776 0.9642723 0.1244325 0.9616815 0.1236792 0.9621005 0.1223172 0.9605513 0.1244325 0.9616815 0.1226855 0.9596495 0.1252725 0.9610977 0.1244325 0.9616815 0.1252725 0.9610977 0.1257145 0.9645441 0.1228623 0.970261 0.1250432 0.9714218 0.1229621 0.9726232 0.1228623 0.970261 0.1229621 0.9726232 0.1199572 0.9693989 0.1228623 0.970261 0.1206089 0.9677858 0.1227955 0.9681424 0.1228623 0.970261 0.1227955 0.9681424 0.1243934 0.9691764 0.1190807 0.9640632 0.1206089 0.9677858 0.1177363 0.9643797 0.1190807 0.9640632 0.1177363 0.9643797 0.1188347 0.9606917 0.1190807 0.9640632 0.1188347 0.9606917 0.1201041 0.9635571 0.1190807 0.9640632 0.1201041 0.9635571 0.1211533 0.9662205 0.1232393 0.9752938 0.1268174 0.9769356 0.1232416 0.9778563 0.1232393 0.9752938 0.1232416 0.9778563 0.1184845 0.9727082 0.1232393 0.9752938 0.1192288 0.9709526 0.1229621 0.9726232 0.1232393 0.9752938 0.1229621 0.9726232 0.1257889 0.9739456 0.1159532 0.964349 0.1192288 0.9709526 0.1143727 0.9652795 0.1159532 0.964349 0.1143727 0.9652795 0.1151632 0.958343 0.1159532 0.964349 0.1151632 0.958343 0.1173266 0.9597876 0.1159532 0.964349 0.1177363 0.9643797 0.1199572 0.9693989 0.1144676 0.8663828 0.1126673 0.8674527 0.1117306 0.8633628 0.1144676 0.8663828 0.1145188 0.8633433 0.118182 0.8656475 0.1144676 0.8663828 0.1162075 0.869126 0.1126673 0.8674527 0.1181665 0.8733808 0.1162075 0.869126 0.1206269 0.8727343 0.1181665 0.8733808 0.1206269 0.8727343 0.1184796 0.8794354 0.1181665 0.8733808 0.1184796 0.8794354 0.1145691 0.8735571 0.6037335 0.203405 0.6074681 0.1940434 0.6095298 0.1935274 0.6037335 0.203405 0.606545 0.2047995 0.6003529 0.212203 0.6037335 0.203405 0.6003529 0.212203 0.597373 0.2089797 0.6037335 0.203405 0.6015917 0.2016053 0.6074681 0.1940434 0.5063146 0.212865 0.5164924 0.2175721 0.5060232 0.2140048 0.5063146 0.212865 0.5060232 0.2140048 0.495763 0.210757 0.5063146 0.212865 0.495293 0.2095932 0.5062456 0.2114953 0.5063146 0.212865 0.5062456 0.2114953 0.5171206 0.2156471 0.4850894 0.2064196 0.495293 0.2095932 0.4854395 0.2077412 0.4850894 0.2064196 0.4854395 0.2077412 0.4750843 0.2048414 0.4850894 0.2064196 0.4752948 0.2032951 0.4846862 0.2049477 0.4850894 0.2064196 0.4846862 0.2049477 0.4947321 0.2082171 0.5363163 0.236081 0.5428335 0.2377281 0.5339487 0.2436667 0.5363163 0.236081 0.5339487 0.2436667 0.5282273 0.2375771 0.5363163 0.236081 0.5304115 0.2322416 0.5382996 0.2287418 0.5363163 0.236081 0.5382996 0.2287418 0.5428335 0.2377281 0.5241641 0.2250515 0.5304115 0.2322416 0.5222929 0.2282758 0.5241641 0.2250515 0.5222929 0.2282758 0.5152049 0.2192544 0.5241641 0.2250515 0.5164924 0.2175721 0.525251 0.2215371 0.5241641 0.2250515 0.525251 0.2215371 0.5318922 0.2267179 0.5999472 0.1993108 0.6046554 0.1933618 0.6060329 0.19406 0.5999472 0.1993108 0.6015917 0.2016053 0.59514 0.2052147 0.5999472 0.1993108 0.59514 0.2052147 0.5931246 0.2007808 0.5999472 0.1993108 0.5983949 0.1963679 0.6046554 0.1933618 0.5901346 0.2110285 0.59514 0.2052147 0.597373 0.2089797 0.5901346 0.2110285 0.5935991 0.2160122 0.5834084 0.2162564 0.5901346 0.2110285 0.5834084 0.2162564 0.5798461 0.2092189 0.5901346 0.2110285 0.5870805 0.2051033 0.59514 0.2052147 0.5054554 0.2096657 0.5164303 0.2132366 0.5062456 0.2114953 0.5054554 0.2096657 0.5062456 0.2114953 0.4947321 0.2082171 0.5054554 0.2096657 0.4939894 0.2064164 0.5046663 0.2072162 0.5054554 0.2096657 0.5046663 0.2072162 0.5152686 0.2103544 0.4841768 0.2031753 0.4939894 0.2064164 0.4846862 0.2049477 0.4841768 0.2031753 0.4846862 0.2049477 0.4753741 0.2016827 0.4841768 0.2031753 0.475191 0.1999382 0.4841185 0.2009219 0.4841768 0.2031753 0.4841185 0.2009219 0.4936782 0.2040281 0.5734383 0.2204024 0.5834084 0.2162564 0.5759719 0.2261748 0.5734383 0.2204024 0.5759719 0.2261748 0.5629182 0.2228335 0.5734383 0.2204024 0.5629182 0.2228335 0.5622344 0.2156834 0.5734383 0.2204024 0.5710049 0.2130112 0.5798461 0.2092189 0.554542 0.2229166 0.5629182 0.2228335 0.563178 0.2303973 0.554542 0.2229166 0.5529938 0.2300553 0.5471329 0.2221159 0.554542 0.2229166 0.5471329 0.2221159 0.5483391 0.2162786 0.554542 0.2229166 0.5552119 0.2164384 0.5629182 0.2228335 0.5395142 0.2218958 0.5471329 0.2221159 0.5451183 0.229293 0.5395142 0.2218958 0.5382996 0.2287418 0.5318922 0.2267179 0.5395142 0.2218958 0.5319663 0.2208175 0.5400183 0.2162058 0.5395142 0.2218958 0.5400183 0.2162058 0.5471329 0.2221159 0.5247695 0.2174426 0.5319663 0.2208175 0.525251 0.2215371 0.5247695 0.2174426 0.525251 0.2215371 0.5171206 0.2156471 0.5247695 0.2174426 0.5164303 0.2132366 0.5236709 0.2133109 0.5247695 0.2174426 0.5236709 0.2133109 0.531409 0.2154675 0.5965299 0.1926233 0.601844 0.1896657 0.6032782 0.19191 0.5965299 0.1926233 0.5983949 0.1963679 0.5907979 0.1955505 0.5965299 0.1926233 0.5907979 0.1955505 0.5943243 0.1866552 0.5965299 0.1926233 0.5943243 0.1866552 0.601844 0.1896657 0.5842304 0.1984171 0.5907979 0.1955505 0.5931246 0.2007808 0.5842304 0.1984171 0.5870805 0.2051033 0.5768568 0.2013598 0.5842304 0.1984171 0.5768568 0.2013598 0.5746206 0.1917505 0.5842304 0.1984171 0.5817882 0.1899199 0.5883703 0.1882884 0.5046002 0.2039867 0.5144824 0.2070139 0.5046663 0.2072162 0.5046002 0.2039867 0.5046663 0.2072162 0.4936782 0.2040281 0.5046002 0.2039867 0.4944117 0.2008893 0.5044781 0.1974819 0.5046002 0.2039867 0.5044781 0.1974819 0.5141524 0.2009531 0.4850682 0.1980072 0.4944117 0.2008893 0.4936782 0.2040281 0.4850682 0.1980072 0.4841185 0.2009219 0.4761472 0.1952329 0.4850682 0.1980072 0.4761472 0.1952329 0.4775065 0.1903381 0.4850682 0.1980072 0.4863007 0.1925819 0.4944117 0.2008893 0.5687066 0.2045153 0.5768568 0.2013598 0.5798461 0.2092189 0.5687066 0.2045153 0.5710049 0.2130112 0.5609239 0.2075508 0.5687066 0.2045153 0.5609239 0.2075508 0.5588905 0.1973136 0.5687066 0.2045153 0.5669104 0.1939807 0.5768568 0.2013598 0.1189895 0.2740665 0.107542 0.2722381 0.1151886 0.2657079 0.1189895 0.2740665 0.1151886 0.2657079 0.1269905 0.2678661 0.1588135 0.2600789 0.1492324 0.2664932 0.1471193 0.262045 0.1588135 0.2600789 0.1564738 0.2552088 0.1697819 0.2512823 0.1397935 0.2715169 0.1299087 0.2743185 0.1374628 0.2664546 0.1397935 0.2715169 0.1374628 0.2664546 0.1492324 0.2664932 0.6062942 0.225361 0.6079283 0.2173242 0.6121077 0.2197948 0.6062942 0.225361 0.6104063 0.2276626 0.6044231 0.231741 0.6062942 0.225361 0.6044231 0.231741 0.6001179 0.2293084 0.6062942 0.225361 0.6020285 0.2228956 0.6079283 0.2173242 0.601442 0.2382165 0.6044231 0.231741 0.6085044 0.233806 0.601442 0.2382165 0.605901 0.2406255 0.5962591 0.2437683 0.601442 0.2382165 0.5962591 0.2437683 0.5928066 0.2393093 0.601442 0.2382165 0.5974494 0.2348986 0.6044231 0.231741 0.6210695 0.2395434 0.625757 0.2370237 0.6238226 0.2462631 0.6210695 0.2395434 0.6238226 0.2462631 0.6173387 0.2468111 0.6210695 0.2395434 0.6162047 0.241338 0.6155117 0.2369382 0.6210695 0.2395434 0.6178754 0.2338532 0.625757 0.2370237 0.6142939 0.2301931 0.6162019 0.2228695 0.6221753 0.2272924 0.6142939 0.2301931 0.6178754 0.2338532 0.6124084 0.2357745 0.6142939 0.2301931 0.6124084 0.2357745 0.6085044 0.233806 0.6142939 0.2301931 0.6104063 0.2276626 0.6162019 0.2228695 0.5937646 0.2311148 0.5974494 0.2348986 0.5902507 0.2347099 0.5937646 0.2311148 0.5902507 0.2347099 0.5882007 0.2287814 0.5937646 0.2311148 0.5882007 0.2287814 0.595542 0.2262374 0.5937646 0.2311148 0.595542 0.2262374 0.6001179 0.2293084 0.5976802 0.2198737 0.6003529 0.212203 0.6039234 0.2149596 0.5976802 0.2198737 0.6020285 0.2228956 0.595542 0.2262374 0.5976802 0.2198737 0.595542 0.2262374 0.5884916 0.2232081 0.5976802 0.2198737 0.5935991 0.2160122 0.6003529 0.212203 0.582903 0.2372269 0.5849728 0.2421837 0.5758269 0.2439561 0.582903 0.2372269 0.5742232 0.2386146 0.5746321 0.2349014 0.582903 0.2372269 0.5809702 0.2329546 0.5869387 0.2319586 0.582903 0.2372269 0.5902507 0.2347099 0.5849728 0.2421837 0.5785712 0.2298148 0.5809702 0.2329546 0.5746321 0.2349014 0.5785712 0.2298148 0.5697754 0.2334249 0.5759719 0.2261748 0.5785712 0.2298148 0.5759719 0.2261748 0.5884916 0.2232081 0.5785712 0.2298148 0.5882007 0.2287814 0.5809702 0.2329546 0.5667127 0.2388218 0.5742232 0.2386146 0.5672476 0.2450609 0.5667127 0.2388218 0.5672476 0.2450609 0.5593011 0.2385102 0.5667127 0.2388218 0.5593011 0.2385102 0.563178 0.2303973 0.5667127 0.2388218 0.5697754 0.2334249 0.5742232 0.2386146 0.5509183 0.2383418 0.5428335 0.2377281 0.5451183 0.229293 0.5509183 0.2383418 0.5529938 0.2300553 0.5593011 0.2385102 0.5509183 0.2383418 0.5593011 0.2385102 0.5589972 0.2459109 0.5509183 0.2383418 0.5508376 0.2469193 0.5428335 0.2377281 0.5692449 0.2511975 0.5780864 0.2496508 0.5723446 0.257201 0.5692449 0.2511975 0.5723446 0.257201 0.5657398 0.259107 0.5692449 0.2511975 0.561545 0.2527226 0.5672476 0.2450609 0.5692449 0.2511975 0.5672476 0.2450609 0.5758269 0.2439561 0.5552741 0.2549314 0.561545 0.2527226 0.561624 0.2624906 0.5552741 0.2549314 0.561624 0.2624906 0.5497176 0.2574821 0.5552741 0.2549314 0.5497176 0.2574821 0.5508376 0.2469193 0.5552741 0.2549314 0.5508376 0.2469193 0.5589972 0.2459109 0.5917506 0.1770425 0.5943243 0.1866552 0.5883703 0.1882884 0.5917506 0.1770425 0.5860527 0.1777589 0.589884 0.1677291 0.5917506 0.1770425 0.589884 0.1677291 0.5949955 0.1676725 0.5917506 0.1770425 0.59725 0.1763691 0.5943243 0.1866552 0.5898 0.1626595 0.589884 0.1677291 0.5848965 0.1621108 0.5898 0.1626595 0.5848965 0.1621108 0.5904992 0.1601981 0.5898 0.1626595 0.5904992 0.1601981 0.5944945 0.1628955 0.5898 0.1626595 0.5944945 0.1628955 0.589884 0.1677291 0.5799579 0.1785615 0.5817882 0.1899199 0.5733176 0.1794623 0.5799579 0.1785615 0.5733176 0.1794623 0.5729143 0.1677501 0.5799579 0.1785615 0.5791 0.1677606 0.5860527 0.1777589 0.5799579 0.1785615 0.5860527 0.1777589 0.5817882 0.1899199 0.5795752 0.1609361 0.5791 0.1677606 0.5733771 0.1598682 0.5795752 0.1609361 0.5733771 0.1598682 0.5796605 0.1561029 0.5795752 0.1609361 0.5796605 0.1561029 0.5857884 0.158253 0.5795752 0.1609361 0.5848965 0.1621108 0.5846323 0.1677653 0.5035212 0.1852065 0.5044781 0.1974819 0.4952421 0.1949288 0.5035212 0.1852065 0.4952218 0.1840755 0.5024487 0.1724367 0.5035212 0.1852065 0.5024487 0.1724367 0.5109109 0.1708522 0.5035212 0.1852065 0.5107118 0.185949 0.5044781 0.1974819 0.5019803 0.1644486 0.5024487 0.1724367 0.4946908 0.1729252 0.5019803 0.1644486 0.4939891 0.1660735 0.4932584 0.1617514 0.5019803 0.1644486 0.5016686 0.1596734 0.5103845 0.162599 0.5019803 0.1644486 0.5103845 0.162599 0.5109109 0.1708522 0.4870907 0.1827962 0.4863007 0.1925819 0.4775065 0.1903381 0.4870907 0.1827962 0.4790436 0.1814429 0.4873415 0.1728645 0.4870907 0.1827962 0.4873415 0.1728645 0.4946908 0.1729252 0.4870907 0.1827962 0.4952218 0.1840755 0.4863007 0.1925819 0.4869563 0.1670008 0.4873415 0.1728645 0.4801964 0.1725293 0.4869563 0.1670008 0.4804028 0.1675792 0.486495 0.1632527 0.4869563 0.1670008 0.486495 0.1632527 0.4932584 0.1617514 0.4869563 0.1670008 0.4939891 0.1660735 0.4873415 0.1728645 0.5659835 0.1804738 0.5669104 0.1939807 0.5595108 0.1815539 0.5659835 0.1804738 0.5595108 0.1815539 0.55743 0.1670681 0.5659835 0.1804738 0.5657025 0.1677687 0.5733176 0.1794623 0.5659835 0.1804738 0.5733176 0.1794623 0.5746206 0.1917505 0.5658437 0.1596396 0.5657025 0.1677687 0.5576701 0.1597107 0.5658437 0.1596396 0.5576701 0.1597107 0.5580253 0.1551867 0.5658437 0.1596396 0.5661864 0.1545956 0.5733771 0.1598682 0.5658437 0.1596396 0.5733771 0.1598682 0.5729143 0.1677501 0.53987 0.2123349 0.5400183 0.2162058 0.531409 0.2154675 0.53987 0.2123349 0.5309956 0.2115947 0.5393903 0.2088183 0.53987 0.2123349 0.5393903 0.2088183 0.5474225 0.207898 0.53987 0.2123349 0.5481994 0.2118626 0.5483391 0.2162786 0.5538818 0.183137 0.5521481 0.1733942 0.5595108 0.1815539 0.5538818 0.183137 0.5595108 0.1815539 0.5538637 0.1932421 0.535075 0.1706922 0.528576 0.1714852 0.5345011 0.1638941 0.535075 0.1706922 0.5345011 0.1638941 0.5415102 0.1703043 0.5341612 0.1593866 0.5345011 0.1638941 0.5266351 0.159856 0.5341612 0.1593866 0.5266351 0.159856 0.5334119 0.1553283 0.5341612 0.1593866 0.5334119 0.1553283 0.5416586 0.1593587 0.5341612 0.1593866 0.5416586 0.1593587 0.5414171 0.1636413 0.517481 0.1859591 0.5107118 0.185949 0.5178698 0.1764793 0.517481 0.1859591 0.5192535 0.1954824 0.5107118 0.185949 0.4441865 0.05301767 0.4447657 0.05444145 0.4423136 0.05472779 0.4441865 0.05301767 0.4410001 0.05359548 0.4435539 0.05126112 0.4441865 0.05301767 0.4435539 0.05126112 0.4478541 0.05087047 0.4441865 0.05301767 0.4478591 0.05273348 0.4447657 0.05444145 0.5820721 0.03896689 0.5820983 0.03728777 0.5842978 0.03877776 0.5820721 0.03896689 0.5842978 0.03877776 0.5836866 0.04017269 0.5820721 0.03896689 0.5821216 0.04047763 0.5800157 0.04111284 0.5820721 0.03896689 0.5793324 0.03938281 0.5820983 0.03728777 0.5852302 0.04465109 0.5839549 0.04385888 0.5850816 0.04271888 0.5852302 0.04465109 0.5865395 0.04291045 0.5867444 0.04551982 0.5852302 0.04465109 0.5867444 0.04551982 0.583462 0.04666829 0.5852302 0.04465109 0.583462 0.04666829 0.5822461 0.04521316 0.443804 0.06044101 0.4429585 0.0620163 0.4407908 0.0592646 0.443804 0.06044101 0.4407908 0.0592646 0.4421082 0.05835247 0.443804 0.06044101 0.444523 0.05916577 0.4473579 0.06135731 0.443804 0.06044101 0.4473579 0.06135731 0.4469648 0.06311714 0.4569532 0.02561193 0.4564132 0.02686131 0.4544863 0.02562999 0.4569532 0.02561193 0.4544273 0.02414077 0.4576252 0.02409154 0.4569532 0.02561193 0.4576252 0.02409154 0.4607275 0.02637529 0.4569532 0.02561193 0.4596438 0.02763515 0.4564132 0.02686131 0.5570832 0.01630848 0.5557362 0.01488184 0.5586345 0.01486736 0.5570832 0.01630848 0.5586345 0.01486736 0.5592609 0.01638948 0.5570832 0.01630848 0.5582644 0.01750582 0.557078 0.0192781 0.5570832 0.01630848 0.5552754 0.01827472 0.5557362 0.01488184 0.563732 0.01869904 0.562014 0.01884931 0.5619718 0.01738435 0.563732 0.01869904 0.5635012 0.01659417 0.5656941 0.01846969 0.563732 0.01869904 0.5656941 0.01846969 0.5638135 0.02139163 0.563732 0.01869904 0.5638135 0.02139163 0.5617964 0.02095526 0.4518573 0.03059828 0.4505255 0.03113156 0.4506087 0.02817469 0.4518573 0.03059828 0.4506087 0.02817469 0.4519112 0.02834105 0.4518573 0.03059828 0.4529725 0.03019028 0.4535644 0.03318738 0.4518573 0.03059828 0.4535644 0.03318738 0.4524288 0.03409761 0.4823262 0.01518815 0.4814504 0.01593178 0.4802831 0.01371914 0.4823262 0.01518815 0.4807537 0.01248651 0.4833682 0.01432567 0.4823262 0.01518815 0.4833682 0.01432567 0.4850794 0.01803654 0.4823262 0.01518815 0.4837844 0.0185337 0.4814504 0.01593178 0.5280483 0.01434522 0.5264667 0.01355826 0.528791 0.01243752 0.5280483 0.01434522 0.528791 0.01243752 0.5298327 0.01359349 0.5280483 0.01434522 0.5294203 0.01498889 0.5290104 0.0170564 0.5280483 0.01434522 0.5272544 0.01687657 0.5264667 0.01355826 0.5342885 0.01433569 0.5328817 0.01500815 0.5323186 0.01355123 0.5342885 0.01433569 0.5333061 0.01240009 0.5359049 0.01350456 0.5342885 0.01433569 0.5359049 0.01350456 0.5353664 0.01689654 0.5342885 0.01433569 0.5353664 0.01689654 0.5334694 0.0171616 0.4751819 0.01668322 0.473715 0.0163086 0.475574 0.01359283 0.4751819 0.01668322 0.475574 0.01359283 0.4765334 0.01459455 0.4751819 0.01668322 0.4764035 0.01703268 0.4751126 0.02034413 0.4751819 0.01668322 0.4751126 0.02034413 0.4734393 0.02052015 0.4584583 0.05172127 0.4590585 0.05324006 0.456762 0.05439734 0.4584583 0.05172127 0.4564586 0.05219566 0.4578676 0.04988372 0.4584583 0.05172127 0.4578676 0.04988372 0.459412 0.04952824 0.4584583 0.05172127 0.4605425 0.05117684 0.4590585 0.05324006 0.5685097 0.04221487 0.5689459 0.03950452 0.5706953 0.04179513 0.5685097 0.04221487 0.5706953 0.04179513 0.5711539 0.04418724 0.5685097 0.04221487 0.5684099 0.04474735 0.5662321 0.0425738 0.5685097 0.04221487 0.5662321 0.0425738 0.5673291 0.03954517 0.5752268 0.05411654 0.5732375 0.05259275 0.5767911 0.05242586 0.5752268 0.05411654 0.5767911 0.05242586 0.5773426 0.05551582 0.5752268 0.05411654 0.5773426 0.05551582 0.5759785 0.05718362 0.5752268 0.05411654 0.5737696 0.05593097 0.5732375 0.05259275 0.4585443 0.06244158 0.458076 0.06459075 0.4563723 0.06204468 0.4585443 0.06244158 0.4563723 0.06204468 0.4566975 0.05961287 0.4585443 0.06244158 0.4590222 0.06067347 0.4608062 0.06299531 0.4585443 0.06244158 0.4608062 0.06299531 0.4601766 0.06501418 0.469298 0.0365644 0.4685797 0.03788107 0.4652078 0.03621399 0.469298 0.0365644 0.4668141 0.0346843 0.4702487 0.03500348 0.469298 0.0365644 0.4702487 0.03500348 0.4721229 0.03638654 0.469298 0.0365644 0.4719278 0.03829139 0.4685797 0.03788107 0.5475772 0.02998995 0.5457988 0.02755784 0.5494646 0.02745676 0.5475772 0.02998995 0.5494646 0.02745676 0.5517218 0.02911579 0.5475772 0.02998995 0.5494348 0.03211909 0.5454359 0.03233456 0.5475772 0.02998995 0.5454359 0.03233456 0.5441854 0.02926206 0.561767 0.03563594 0.5588325 0.03589737 0.5592846 0.03204345 0.561767 0.03563594 0.562084 0.03235816 0.5648179 0.03506284 0.561767 0.03563594 0.5648179 0.03506284 0.5648998 0.03753495 0.561767 0.03563594 0.5617461 0.0388413 0.5588325 0.03589737 0.4610549 0.04412442 0.4593483 0.04496335 0.4594756 0.0413469 0.4610549 0.04412442 0.4594756 0.0413469 0.4610922 0.03996419 0.4610549 0.04412442 0.4624772 0.04349702 0.4624519 0.04690527 0.4610549 0.04412442 0.4624519 0.04690527 0.4604353 0.04712522 0.4873161 0.03254544 0.4861184 0.03323763 0.4843165 0.02974885 0.4873161 0.03254544 0.4862096 0.02935904 0.4887852 0.03176438 0.4873161 0.03254544 0.4887852 0.03176438 0.4898431 0.03431242 0.4873161 0.03254544 0.4886035 0.03555244 0.4861184 0.03323763 0.5246495 0.03015005 0.5224715 0.02908533 0.5253143 0.0270338 0.5246495 0.03015005 0.5253143 0.0270338 0.5268912 0.03103041 0.5246495 0.03015005 0.5268912 0.03103041 0.5236882 0.03310525 0.5246495 0.03015005 0.5236882 0.03310525 0.5224715 0.02908533 0.5386509 0.02918672 0.5364204 0.03068274 0.5354749 0.02729612 0.5386509 0.02918672 0.5378825 0.02655822 0.5408284 0.02732956 0.5386509 0.02918672 0.5408284 0.02732956 0.5416004 0.02899748 0.5386509 0.02918672 0.539628 0.03179419 0.5364204 0.03068274 0.4761211 0.0339871 0.474219 0.03342521 0.4761367 0.03094661 0.4761211 0.0339871 0.4761367 0.03094661 0.4783425 0.03064316 0.4761211 0.0339871 0.4776951 0.03453022 0.4759674 0.03698253 0.4761211 0.0339871 0.4759674 0.03698253 0.4741501 0.03546178 0.4895147 0.03787243 0.4885131 0.03927779 0.4874892 0.0364865 0.4895147 0.03787243 0.4886035 0.03555244 0.4905216 0.03588002 0.4895147 0.03787243 0.4905216 0.03588002 0.4911478 0.03693026 0.4895147 0.03787243 0.4904771 0.03944826 0.4885131 0.03927779 0.5226075 0.03524428 0.5207389 0.03301429 0.5215424 0.03155916 0.5226075 0.03524428 0.5236882 0.03310525 0.5260442 0.03439897 0.5226075 0.03524428 0.5249397 0.03710961 0.5213004 0.03668898 0.5226075 0.03524428 0.5213004 0.03668898 0.5199041 0.03387176 0.5405378 0.03402078 0.5384627 0.03716182 0.5374177 0.03403353 0.5405378 0.03402078 0.539628 0.03179419 0.5421347 0.02999424 0.5405378 0.03402078 0.5421347 0.02999424 0.5426109 0.03036642 0.5405378 0.03402078 0.5416912 0.03510671 0.5384627 0.03716182 0.4759848 0.03935021 0.4739758 0.03657931 0.4759674 0.03698253 0.4759848 0.03935021 0.4759674 0.03698253 0.4775308 0.03811949 0.4759848 0.03935021 0.4776837 0.04129797 0.4755695 0.04051005 0.4759848 0.03935021 0.4755695 0.04051005 0.4736553 0.03701436 0.4741177 0.03988182 0.4745489 0.0420506 0.4716232 0.03982615 0.4741177 0.03988182 0.4719278 0.03829139 0.4731481 0.03700345 0.4741177 0.03988182 0.4731481 0.03700345 0.4736553 0.03701436 0.4741177 0.03988182 0.4755695 0.04051005 0.4745489 0.0420506 0.5433989 0.03429239 0.5432086 0.0301603 0.5454359 0.03233456 0.5433989 0.03429239 0.5454359 0.03233456 0.5470139 0.03502541 0.5433989 0.03429239 0.5443845 0.03783011 0.5416912 0.03510671 0.5433989 0.03429239 0.5416912 0.03510671 0.5426109 0.03036642 0.5619352 0.04145973 0.5585401 0.04310101 0.5585329 0.03961491 0.5619352 0.04145973 0.5617461 0.0388413 0.5650469 0.03892832 0.5619352 0.04145973 0.5650469 0.03892832 0.5654162 0.03953534 0.5619352 0.04145973 0.5626422 0.04303973 0.5585401 0.04310101 0.4636778 0.0490576 0.4609578 0.04829126 0.4624519 0.04690527 0.4636778 0.0490576 0.4624519 0.04690527 0.4640922 0.04660415 0.4636778 0.0490576 0.4657951 0.04938733 0.463996 0.05045109 0.4636778 0.0490576 0.463996 0.05045109 0.4609473 0.04885995 0.4626697 0.05095547 0.4641721 0.05244624 0.461416 0.05261021 0.4626697 0.05095547 0.4605425 0.05117684 0.4604353 0.04922962 0.4626697 0.05095547 0.4604353 0.04922962 0.4609473 0.04885995 0.4626697 0.05095547 0.463996 0.05045109 0.4641721 0.05244624 0.5641754 0.04312992 0.5661647 0.03964817 0.5662321 0.0425738 0.5641754 0.04312992 0.5662321 0.0425738 0.5656673 0.04543864 0.5641754 0.04312992 0.563048 0.04637783 0.5626422 0.04303973 0.5641754 0.04312992 0.5626422 0.04303973 0.5654162 0.03953534 0.5724737 0.05749076 0.5701446 0.05603587 0.5715677 0.05445033 0.5724737 0.05749076 0.5737696 0.05593097 0.5747259 0.05866134 0.5724737 0.05749076 0.5747259 0.05866134 0.5733471 0.06016689 0.5724737 0.05749076 0.5710638 0.0590949 0.5701446 0.05603587 0.4630806 0.06340193 0.4621075 0.06555724 0.4608062 0.06299531 0.4630806 0.06340193 0.4608062 0.06299531 0.4613034 0.06126582 0.4630806 0.06340193 0.4637106 0.06155484 0.465586 0.06414574 0.4630806 0.06340193 0.465586 0.06414574 0.4641793 0.06633478 0.5020117 0.1379379 0.5003455 0.1444108 0.4960229 0.1371842 0.5020117 0.1379379 0.4960229 0.1371842 0.4990845 0.1278871 0.5020117 0.1379379 0.5044952 0.1305457 0.5088265 0.1387955 0.5020117 0.1379379 0.5088265 0.1387955 0.5076133 0.1452793 0.564175 0.07340753 0.5630884 0.07839435 0.5604503 0.07380402 0.564175 0.07340753 0.5604503 0.07380402 0.5618984 0.06923574 0.564175 0.07340753 0.5649371 0.06943255 0.5678689 0.07249736 0.564175 0.07340753 0.5678689 0.07249736 0.5684898 0.07527637 0.4848991 0.02131199 0.4837844 0.0185337 0.4862075 0.02092367 0.4848991 0.02131199 0.4862075 0.02092367 0.4868967 0.02344602 0.4848991 0.02131199 0.4856062 0.02385646 0.4837677 0.02174764 0.4848991 0.02131199 0.4837677 0.02174764 0.4823961 0.01915752 0.4858413 0.02650076 0.4856062 0.02385646 0.4872909 0.02606254 0.4858413 0.02650076 0.4872909 0.02606254 0.4877879 0.02881979 0.4858413 0.02650076 0.4862096 0.02935904 0.4845758 0.02674961 0.4858413 0.02650076 0.4845758 0.02674961 0.484444 0.02419865 0.526378 0.01944661 0.5272544 0.01687657 0.5277965 0.01979249 0.526378 0.01944661 0.5277965 0.01979249 0.5271134 0.02241152 0.526378 0.01944661 0.5257013 0.02198243 0.5248873 0.01926928 0.526378 0.01944661 0.5248873 0.01926928 0.525534 0.01681536 0.5255058 0.02441138 0.5257013 0.02198243 0.5271134 0.02241152 0.5255058 0.02441138 0.5270645 0.02474957 0.5253143 0.0270338 0.5255058 0.02441138 0.5253143 0.0270338 0.5233303 0.02625042 0.5255058 0.02441138 0.5239235 0.02371191 0.5257013 0.02198243 0.5364581 0.01950955 0.5353664 0.01689654 0.5372783 0.01672482 0.5364581 0.01950955 0.5381997 0.01923066 0.5372926 0.02201879 0.5364581 0.01950955 0.5372926 0.02201879 0.5357327 0.02252101 0.5364581 0.01950955 0.5348944 0.01992046 0.5353664 0.01689654 0.5375986 0.02426862 0.5372926 0.02201879 0.5394162 0.02335274 0.5375986 0.02426862 0.5394162 0.02335274 0.5400298 0.02533364 0.5375986 0.02426862 0.5378825 0.02655822 0.5358883 0.02476346 0.5375986 0.02426862 0.5358883 0.02476346 0.5357327 0.02252101 0.4750736 0.02342265 0.4751126 0.02034413 0.4765037 0.0232737 0.4750736 0.02342265 0.4765037 0.0232737 0.4766399 0.02581572 0.4750736 0.02342265 0.4752195 0.0260716 0.4735707 0.02638614 0.4750736 0.02342265 0.4734094 0.02376484 0.4751126 0.02034413 0.475705 0.02844387 0.4752195 0.0260716 0.4772277 0.02811402 0.475705 0.02844387 0.4772277 0.02811402 0.4761367 0.03094661 0.475705 0.02844387 0.4761367 0.03094661 0.4738687 0.02872759 0.475705 0.02844387 0.4738687 0.02872759 0.4735707 0.02638614 0.4617947 0.02918547 0.4596438 0.02763515 0.4629896 0.02805405 0.4617947 0.02918547 0.4629896 0.02805405 0.4635521 0.03070461 0.4617947 0.02918547 0.4635521 0.03070461 0.4625125 0.03167974 0.4617947 0.02918547 0.4608564 0.03021275 0.4596438 0.02763515 0.465062 0.03263431 0.4635521 0.03070461 0.4647608 0.02956217 0.465062 0.03263431 0.4663908 0.03133392 0.4668141 0.0346843 0.465062 0.03263431 0.4668141 0.0346843 0.4652078 0.03621399 0.465062 0.03263431 0.4638862 0.03362733 0.4635521 0.03070461 0.553487 0.02032387 0.5552754 0.01827472 0.5549425 0.02138692 0.553487 0.02032387 0.5549425 0.02138692 0.5533518 0.02368277 0.553487 0.02032387 0.5519108 0.02252155 0.5517982 0.01935261 0.553487 0.02032387 0.5517982 0.01935261 0.553415 0.01737457 0.5507395 0.02493327 0.5519108 0.02252155 0.5533518 0.02368277 0.5507395 0.02493327 0.5523526 0.0261144 0.5494646 0.02745676 0.5507395 0.02493327 0.5494646 0.02745676 0.547598 0.02543032 0.5507395 0.02493327 0.5491321 0.02326202 0.5519108 0.02252155 0.5637741 0.02413684 0.5638135 0.02139163 0.5657734 0.02193439 0.5637741 0.02413684 0.565645 0.02450758 0.5634766 0.02686905 0.5637741 0.02413684 0.5634766 0.02686905 0.5616405 0.02680468 0.5637741 0.02413684 0.5619913 0.02398645 0.5638135 0.02139163 0.5627836 0.02952271 0.5634766 0.02686905 0.5650907 0.02934318 0.5627836 0.02952271 0.5650907 0.02934318 0.5648615 0.0321272 0.5627836 0.02952271 0.562084 0.03235816 0.5607952 0.02932965 0.5627836 0.02952271 0.5607952 0.02932965 0.5616405 0.02680468 0.4548134 0.03538215 0.4535644 0.03318738 0.4558013 0.0346353 0.4548134 0.03538215 0.4558013 0.0346353 0.4570374 0.03650462 0.4548134 0.03538215 0.4560458 0.03733658 0.4537417 0.03636473 0.4548134 0.03538215 0.4537417 0.03636473 0.4535644 0.03318738 0.4577029 0.03920453 0.4560458 0.03733658 0.4587526 0.03821706 0.4577029 0.03920453 0.4587526 0.03821706 0.4610922 0.03996419 0.4577029 0.03920453 0.4594756 0.0413469 0.4563691 0.04029297 0.4577029 0.03920453 0.4563691 0.04029297 0.4549072 0.03830564 0.4505597 0.05237782 0.4478591 0.05273348 0.4506838 0.05065745 0.4505597 0.05237782 0.4506838 0.05065745 0.4526652 0.05053108 0.4505597 0.05237782 0.4526734 0.05213934 0.450586 0.05382853 0.4505597 0.05237782 0.450586 0.05382853 0.4478591 0.05273348 0.454585 0.05220681 0.4526734 0.05213934 0.4526652 0.05053108 0.454585 0.05220681 0.4544205 0.05040043 0.4564586 0.05219566 0.454585 0.05220681 0.4564586 0.05219566 0.4546117 0.05372339 0.454585 0.05220681 0.4546117 0.05372339 0.4526734 0.05213934 0.576673 0.03977632 0.5793324 0.03938281 0.5770794 0.0413165 0.576673 0.03977632 0.5770794 0.0413165 0.5746023 0.04189997 0.576673 0.03977632 0.5743142 0.04028755 0.5760744 0.03818672 0.576673 0.03977632 0.5760744 0.03818672 0.5785649 0.03775799 0.5724759 0.04105657 0.5743142 0.04028755 0.5746023 0.04189997 0.5724759 0.04105657 0.5728076 0.04278284 0.5706953 0.04179513 0.5724759 0.04105657 0.5706953 0.04179513 0.5707427 0.0393849 0.5724759 0.04105657 0.5724471 0.03904485 0.5743142 0.04028755 0.581744 0.04852414 0.583462 0.04666829 0.5845759 0.04822272 0.581744 0.04852414 0.582871 0.05010306 0.5800635 0.05009001 0.581744 0.04852414 0.5800635 0.05009001 0.5788189 0.04877161 0.581744 0.04852414 0.580576 0.04723578 0.583462 0.04666829 0.5784079 0.0512371 0.5800635 0.05009001 0.5800802 0.05266261 0.5784079 0.0512371 0.5800802 0.05266261 0.5787369 0.0539211 0.5784079 0.0512371 0.5767911 0.05242586 0.577107 0.0498442 0.5784079 0.0512371 0.577107 0.0498442 0.5788189 0.04877161 0.4501039 0.06195908 0.4473579 0.06135731 0.4478787 0.0595721 0.4501039 0.06195908 0.4503905 0.06050676 0.4523407 0.06221872 0.4501039 0.06195908 0.4523407 0.06221872 0.452058 0.06393975 0.4501039 0.06195908 0.44985 0.06368422 0.4473579 0.06135731 0.4543673 0.06210881 0.4523407 0.06221872 0.4525275 0.06074327 0.4543673 0.06210881 0.4544972 0.06045949 0.4563723 0.06204468 0.4543673 0.06210881 0.4563723 0.06204468 0.4559723 0.06428778 0.4543673 0.06210881 0.4540325 0.06410586 0.4523407 0.06221872 0.5660229 0.06612926 0.5649371 0.06943255 0.5632789 0.06555759 0.5660229 0.06612926 0.5632789 0.06555759 0.5648164 0.06252795 0.5660229 0.06612926 0.5674572 0.0633738 0.5685282 0.06647068 0.5660229 0.06612926 0.5685282 0.06647068 0.5677879 0.06931632 0.5692645 0.06104248 0.5674572 0.0633738 0.5667353 0.05990493 0.5692645 0.06104248 0.5667353 0.05990493 0.5686425 0.05772787 0.5692645 0.06104248 0.5710638 0.0590949 0.5716041 0.06191837 0.5692645 0.06104248 0.5716041 0.06191837 0.5698726 0.06399363 0.4753469 0.07080322 0.4789736 0.07391881 0.4750034 0.07270127 0.4753469 0.07080322 0.4722276 0.07073235 0.4718319 0.06797242 0.4753469 0.07080322 0.4718319 0.06797242 0.4737194 0.06706941 0.4753469 0.07080322 0.4776185 0.07051897 0.4789736 0.07391881 0.4685407 0.06571125 0.4718319 0.06797242 0.4694585 0.06893026 0.4685407 0.06571125 0.4667026 0.06746178 0.465586 0.06414574 0.4685407 0.06571125 0.465586 0.06414574 0.4667917 0.06150835 0.4685407 0.06571125 0.4701212 0.06428092 0.4718319 0.06797242 0.4809072 0.01643764 0.4801492 0.01491165 0.4814504 0.01593178 0.4809072 0.01643764 0.4814504 0.01593178 0.4812023 0.01809173 0.4809072 0.01643764 0.4812023 0.01809173 0.480449 0.01678723 0.4809072 0.01643764 0.480449 0.01678723 0.4800713 0.01579749 0.4771344 0.01733201 0.4775919 0.01893192 0.4764035 0.01703268 0.4771344 0.01733201 0.4764035 0.01703268 0.4771572 0.0156365 0.4771344 0.01733201 0.4771572 0.0156365 0.4776056 0.01641124 0.4771344 0.01733201 0.4776869 0.01749926 0.4775919 0.01893192 0.456137 0.02756869 0.4548724 0.02671027 0.4564132 0.02686131 0.456137 0.02756869 0.4564132 0.02686131 0.4570919 0.02873337 0.456137 0.02756869 0.4570919 0.02873337 0.4564909 0.02866399 0.456137 0.02756869 0.4559206 0.02802115 0.4551969 0.02742826 0.453654 0.03003281 0.4547241 0.0309627 0.4529725 0.03019028 0.453654 0.03003281 0.4529725 0.03019028 0.4528952 0.02879327 0.453654 0.03003281 0.4528952 0.02879327 0.4535782 0.02914011 0.453654 0.03003281 0.4541287 0.02988451 0.4547241 0.0309627 0.4449892 0.05849063 0.4466549 0.05857485 0.444523 0.05916577 0.4449892 0.05849063 0.444523 0.05916577 0.4433588 0.05799543 0.4449892 0.05849063 0.4433588 0.05799543 0.4442463 0.05784022 0.4449892 0.05849063 0.4452726 0.05805861 0.4462019 0.05813974 0.4452381 0.0551998 0.4435902 0.05532968 0.4447657 0.05444145 0.4452381 0.0551998 0.4447657 0.05444145 0.4468593 0.05548167 0.4452381 0.0551998 0.4468593 0.05548167 0.44554 0.05567961 0.4452381 0.0551998 0.44554 0.05567961 0.4444741 0.05567455 0.454217 0.05950546 0.455487 0.05889672 0.4544972 0.06045949 0.454217 0.05950546 0.4544972 0.06045949 0.4525275 0.06074327 0.454217 0.05950546 0.4525224 0.05975902 0.4538753 0.05881726 0.454217 0.05950546 0.4538753 0.05881726 0.4548407 0.05854839 0.4507426 0.05960005 0.4525224 0.05975902 0.4525275 0.06074327 0.4507426 0.05960005 0.4503905 0.06050676 0.44938 0.05906909 0.4507426 0.05960005 0.44938 0.05906909 0.4500671 0.05870491 0.4507426 0.05960005 0.4510381 0.05890375 0.4525224 0.05975902 0.4543623 0.05466037 0.4527004 0.05450934 0.4526843 0.05353593 0.4543623 0.05466037 0.4546117 0.05372339 0.455581 0.05515843 0.4543623 0.05466037 0.455581 0.05515843 0.454966 0.05552572 0.4543623 0.05466037 0.4540636 0.05536133 0.4527004 0.05450934 0.4509127 0.05473995 0.4495112 0.05530828 0.450586 0.05382853 0.4509127 0.05473995 0.450586 0.05382853 0.4526843 0.05353593 0.4509127 0.05473995 0.4527004 0.05450934 0.4512445 0.05544847 0.4509127 0.05473995 0.4512445 0.05544847 0.4502183 0.05567574 0.4630161 0.03400564 0.4618113 0.03232026 0.4625125 0.03167974 0.4630161 0.03400564 0.4638862 0.03362733 0.4636757 0.03562569 0.4630161 0.03400564 0.4636757 0.03562569 0.4629313 0.03530734 0.4630161 0.03400564 0.4623081 0.03423553 0.4618113 0.03232026 0.460431 0.03103172 0.45912 0.03038716 0.4608564 0.03021275 0.460431 0.03103172 0.4608564 0.03021275 0.4625125 0.03167974 0.460431 0.03103172 0.4618113 0.03232026 0.4601194 0.03172677 0.460431 0.03103172 0.4601194 0.03172677 0.4592891 0.03112733 0.4592344 0.03743153 0.4607256 0.0383417 0.4587526 0.03821706 0.4592344 0.03743153 0.4587526 0.03821706 0.4570374 0.03650462 0.4592344 0.03743153 0.4577354 0.03594702 0.4595708 0.03676098 0.4592344 0.03743153 0.4595708 0.03676098 0.4605309 0.03753364 0.4566214 0.03435993 0.4577354 0.03594702 0.4570374 0.03650462 0.4566214 0.03435993 0.4558013 0.0346353 0.456128 0.03295665 0.4566214 0.03435993 0.456128 0.03295665 0.4568515 0.03324013 0.4566214 0.03435993 0.4573516 0.03416728 0.4577354 0.03594702 0.4836784 0.02661967 0.4835383 0.02440434 0.484444 0.02419865 0.4836784 0.02661967 0.4845758 0.02674961 0.4833334 0.02838671 0.4836784 0.02661967 0.4833334 0.02838671 0.4828153 0.02771693 0.4836784 0.02661967 0.4828758 0.02644747 0.4835383 0.02440434 0.4829901 0.02227801 0.4821304 0.02079039 0.4837677 0.02174764 0.4829901 0.02227801 0.4837677 0.02174764 0.484444 0.02419865 0.4829901 0.02227801 0.4835383 0.02440434 0.4822754 0.02276968 0.4829901 0.02227801 0.4822754 0.02276968 0.4818402 0.02164179 0.4781231 0.0276919 0.4789566 0.02912425 0.4772277 0.02811402 0.4781231 0.0276919 0.4772277 0.02811402 0.4766399 0.02581572 0.4781231 0.0276919 0.4776036 0.02567732 0.4788246 0.02729254 0.4781231 0.0276919 0.4788246 0.02729254 0.4792531 0.02838337 0.4774658 0.02351117 0.4776036 0.02567732 0.4766399 0.02581572 0.4774658 0.02351117 0.4765037 0.0232737 0.4778001 0.02176934 0.4774658 0.02351117 0.4778001 0.02176934 0.4783309 0.02249693 0.4774658 0.02351117 0.4782721 0.02375674 0.4776036 0.02567732 0.4875221 0.03950917 0.4866251 0.03680849 0.4885131 0.03927779 0.4875221 0.03950917 0.4885131 0.03927779 0.4875801 0.04160094 0.4875221 0.03950917 0.4875801 0.04160094 0.4865554 0.04091227 0.4875221 0.03950917 0.4863609 0.03935897 0.4866251 0.03680849 0.4787623 0.04159939 0.4796106 0.04369014 0.4776837 0.04129797 0.4787623 0.04159939 0.4776837 0.04129797 0.4785862 0.0384888 0.4787623 0.04159939 0.4785862 0.0384888 0.4797923 0.04108405 0.4787623 0.04159939 0.4797923 0.04108405 0.4802389 0.04261779 0.4854634 0.03375202 0.4841601 0.03138953 0.4843165 0.02974885 0.4854634 0.03375202 0.4861184 0.03323763 0.4874892 0.0364865 0.4854634 0.03375202 0.4866251 0.03680849 0.4856683 0.03690528 0.4854634 0.03375202 0.4848098 0.03413581 0.4840271 0.03238838 0.4786128 0.03503566 0.4785862 0.0384888 0.4775308 0.03811949 0.4786128 0.03503566 0.4776951 0.03453022 0.4790546 0.03226894 0.4786128 0.03503566 0.4790546 0.03226894 0.4795477 0.03326666 0.4786128 0.03503566 0.4794238 0.03529727 0.4785862 0.0384888 0.473903 0.04280024 0.4710999 0.04062074 0.4745489 0.0420506 0.473903 0.04280024 0.4745489 0.0420506 0.4755199 0.0449683 0.473903 0.04280024 0.4755199 0.0449683 0.4739651 0.0446462 0.473903 0.04280024 0.4726703 0.043159 0.4710999 0.04062074 0.4667071 0.0488438 0.4685661 0.05045455 0.4657951 0.04938733 0.4667071 0.0488438 0.4657951 0.04938733 0.46498 0.04614084 0.4667071 0.0488438 0.46498 0.04614084 0.4673074 0.0478096 0.4667071 0.0488438 0.4673074 0.0478096 0.4685676 0.04908657 0.4683263 0.03870904 0.4660266 0.03759467 0.4685797 0.03788107 0.4683263 0.03870904 0.4685797 0.03788107 0.4716232 0.03982615 0.4683263 0.03870904 0.4710999 0.04062074 0.4703273 0.04123836 0.4683263 0.03870904 0.4680404 0.03939849 0.4664779 0.03843843 0.463331 0.04329264 0.46498 0.04614084 0.4640922 0.04660415 0.463331 0.04329264 0.4624772 0.04349702 0.4623737 0.04089099 0.463331 0.04329264 0.4623737 0.04089099 0.4640383 0.04304885 0.463331 0.04329264 0.4640383 0.04304885 0.4656875 0.0454629 0.4636544 0.06032425 0.4653951 0.05999362 0.4637106 0.06155484 0.4636544 0.06032425 0.4637106 0.06155484 0.4613034 0.06126582 0.4636544 0.06032425 0.461536 0.06011486 0.463416 0.05930757 0.4636544 0.06032425 0.463416 0.05930757 0.464667 0.05922889 0.4642108 0.05346667 0.4617754 0.0536133 0.4641721 0.05244624 0.4642108 0.05346667 0.4641721 0.05244624 0.4661539 0.05395805 0.4642108 0.05346667 0.4661539 0.05395805 0.465112 0.0545215 0.4642108 0.05346667 0.4637193 0.05437457 0.4617754 0.0536133 0.4595191 0.0596677 0.461536 0.06011486 0.4613034 0.06126582 0.4595191 0.0596677 0.4590222 0.06067347 0.458059 0.05897289 0.4595191 0.0596677 0.458059 0.05897289 0.458799 0.05862969 0.4595191 0.0596677 0.459917 0.05893445 0.461536 0.06011486 0.4596778 0.05412131 0.4582211 0.05490404 0.4590585 0.05324006 0.4596778 0.05412131 0.4590585 0.05324006 0.461416 0.05261021 0.4596778 0.05412131 0.4617754 0.0536133 0.4601324 0.05482327 0.4596778 0.05412131 0.4601324 0.05482327 0.4589881 0.05519163 0.484726 0.05188083 0.4882346 0.0568248 0.4874101 0.05719679 0.484726 0.05188083 0.4834631 0.05184513 0.4784758 0.0455259 0.484726 0.05188083 0.4825778 0.0479651 0.484812 0.04937398 0.484726 0.05188083 0.4864526 0.05209827 0.4882346 0.0568248 0.4911403 0.06130784 0.493498 0.06434088 0.494099 0.07056099 0.4911403 0.06130784 0.4905648 0.06211286 0.4874101 0.05719679 0.4911403 0.06130784 0.4882346 0.0568248 0.4917784 0.06029677 0.4911403 0.06130784 0.4917784 0.06029677 0.4933204 0.0625993 0.4829111 0.05250215 0.4792487 0.04894757 0.4784758 0.0455259 0.4829111 0.05250215 0.4834631 0.05184513 0.4866926 0.0575667 0.4829111 0.05250215 0.4866926 0.0575667 0.4823824 0.05349659 0.4829111 0.05250215 0.4823824 0.05349659 0.4797956 0.05079036 0.4896343 0.06226563 0.4866926 0.0575667 0.4874101 0.05719679 0.4896343 0.06226563 0.4905648 0.06211286 0.4912989 0.06600624 0.4896343 0.06226563 0.4912989 0.06600624 0.4899392 0.06507915 0.4896343 0.06226563 0.4885423 0.06239044 0.4866926 0.0575667 0.4711868 0.06349092 0.4746348 0.06627619 0.4737194 0.06706941 0.4711868 0.06349092 0.4701212 0.06428092 0.4687915 0.06116217 0.4711868 0.06349092 0.4687915 0.06116217 0.470112 0.06118273 0.4711868 0.06349092 0.472043 0.0628643 0.4746348 0.06627619 0.4781948 0.06952446 0.4813166 0.07214039 0.4776185 0.07051897 0.4781948 0.06952446 0.4776185 0.07051897 0.4737194 0.06706941 0.4781948 0.06952446 0.4746348 0.06627619 0.4783732 0.06844204 0.4781948 0.06952446 0.4783732 0.06844204 0.4805827 0.07052385 0.5952829 0.1154834 0.5977601 0.1149736 0.5982143 0.1249463 0.5952829 0.1154834 0.5963572 0.1252575 0.5925929 0.1160714 0.5975498 0.134871 0.5963572 0.1252575 0.5994339 0.1347185 0.5975498 0.134871 0.5994339 0.1347185 0.6001763 0.1431073 0.5975498 0.134871 0.598113 0.1429365 0.5954088 0.135154 0.5975498 0.134871 0.5954088 0.135154 0.5941672 0.1257143 0.5759423 0.1175523 0.5776082 0.1267329 0.575048 0.127004 0.5759423 0.1175523 0.5791614 0.1171939 0.5776082 0.1267329 0.5795912 0.1352769 0.5804855 0.14156 0.5786622 0.1397565 0.5795912 0.1352769 0.5773317 0.1351909 0.5776082 0.1267329 0.5795912 0.1352769 0.5776082 0.1267329 0.5806063 0.1266487 0.5795912 0.1352769 0.5823554 0.1355452 0.5804855 0.14156 0.4999109 0.1485229 0.5000751 0.151069 0.4930672 0.1507681 0.4999109 0.1485229 0.4932202 0.1480147 0.4939292 0.1438037 0.4999109 0.1485229 0.5003455 0.1444108 0.5074203 0.1492389 0.4999109 0.1485229 0.5074203 0.1492389 0.5000751 0.151069 0.4894266 0.1484571 0.4901986 0.1443144 0.4932202 0.1480147 0.4894266 0.1484571 0.4932202 0.1480147 0.4930672 0.1507681 0.4894266 0.1484571 0.4891048 0.1511389 0.4871065 0.1500105 0.4894266 0.1484571 0.4871065 0.1500105 0.4872276 0.1464973 0.5136698 0.14942 0.5074203 0.1492389 0.5076133 0.1452793 0.5136698 0.14942 0.5138982 0.1455531 0.5189488 0.1492361 0.5136698 0.14942 0.5189488 0.1492361 0.5187798 0.1512117 0.5136698 0.14942 0.5138497 0.1514356 0.507784 0.151479 0.5303725 0.01534593 0.5294203 0.01498889 0.5305194 0.01407098 0.5303725 0.01534593 0.5305194 0.01407098 0.5310456 0.01413351 0.5303725 0.01534593 0.531124 0.01545715 0.5302984 0.01684522 0.5303725 0.01534593 0.5302984 0.01684522 0.5294203 0.01498889 0.5318936 0.01536327 0.531124 0.01545715 0.5310456 0.01413351 0.5318936 0.01536327 0.5316051 0.0140447 0.5328817 0.01500815 0.5318936 0.01536327 0.5328817 0.01500815 0.5321297 0.01690191 0.5318936 0.01536327 0.5321297 0.01690191 0.531124 0.01545715 0.5292606 0.031542 0.5268912 0.03103041 0.5296307 0.02821928 0.5292606 0.031542 0.5296307 0.02821928 0.531683 0.03168421 0.5292606 0.031542 0.531683 0.03168421 0.5288206 0.03518807 0.5292606 0.031542 0.5288206 0.03518807 0.5260442 0.03439897 0.5340837 0.03145653 0.531683 0.03168421 0.5335103 0.02818757 0.5340837 0.03145653 0.5335103 0.02818757 0.5364204 0.03068274 0.5340837 0.03145653 0.5364204 0.03068274 0.5374177 0.03403353 0.5340837 0.03145653 0.5347315 0.03515791 0.531683 0.03168421 0.5281987 0.03824543 0.5249397 0.03710961 0.5260442 0.03439897 0.5281987 0.03824543 0.5288206 0.03518807 0.5318681 0.0387026 0.5281987 0.03824543 0.5318681 0.0387026 0.5315619 0.04210501 0.5281987 0.03824543 0.5271763 0.0415281 0.5249397 0.03710961 0.5354311 0.03853189 0.5318681 0.0387026 0.5317917 0.03544896 0.5354311 0.03853189 0.5347315 0.03515791 0.5384627 0.03716182 0.5354311 0.03853189 0.5384627 0.03716182 0.5404329 0.04096347 0.5354311 0.03853189 0.5356254 0.04207789 0.5318681 0.0387026 0.5293923 0.06605011 0.5256722 0.06616044 0.5265125 0.06156939 0.5293923 0.06605011 0.5304493 0.06156396 0.5329285 0.06609171 0.5293923 0.06605011 0.5329285 0.06609171 0.5319449 0.07141351 0.5293923 0.06605011 0.528595 0.07135725 0.5256722 0.06616044 0.4765814 0.01222616 0.475574 0.01359283 0.4758455 0.01090943 0.4765814 0.01222616 0.4758455 0.01090943 0.477618 0.01038098 0.4765814 0.01222616 0.4779177 0.01182723 0.4772317 0.01355153 0.4765814 0.01222616 0.4772317 0.01355153 0.475574 0.01359283 0.4792963 0.01164013 0.4779177 0.01182723 0.477618 0.01038098 0.4792963 0.01164013 0.4794716 0.01020407 0.4807537 0.01248651 0.4792963 0.01164013 0.4807537 0.01248651 0.4792221 0.01307135 0.4792963 0.01164013 0.4792221 0.01307135 0.4779177 0.01182723 0.4888058 0.1379859 0.4872944 0.1379103 0.4911198 0.1277666 0.4888058 0.1379859 0.4923596 0.1282215 0.4904958 0.1378733 0.4888058 0.1379859 0.4904958 0.1378733 0.4872276 0.1464973 0.4888058 0.1379859 0.4854712 0.1462109 0.4872944 0.1379103 0.4925429 0.1373844 0.4904958 0.1378733 0.4937892 0.1285387 0.4925429 0.1373844 0.4955985 0.1285809 0.4960229 0.1371842 0.4925429 0.1373844 0.4960229 0.1371842 0.4939292 0.1438037 0.4925429 0.1373844 0.4901986 0.1443144 0.4904958 0.1378733 0.495469 0.1179851 0.4968219 0.1184491 0.4937892 0.1285387 0.495469 0.1179851 0.4923596 0.1282215 0.4911198 0.1277666 0.4985046 0.1188176 0.5008252 0.1181201 0.4990845 0.1278871 0.4985046 0.1188176 0.4955985 0.1285809 0.4968219 0.1184491 0.5147849 0.1389073 0.5088265 0.1387955 0.510347 0.1314471 0.5147849 0.1389073 0.5154448 0.1312403 0.5199254 0.1386499 0.5147849 0.1389073 0.5199254 0.1386499 0.5193156 0.1453831 0.5147849 0.1389073 0.5138982 0.1455531 0.5088265 0.1387955 0.5242869 0.1384002 0.5199254 0.1386499 0.524588 0.1299904 0.5242869 0.1384002 0.524588 0.1299904 0.5280046 0.1301315 0.5242869 0.1384002 0.528005 0.1382495 0.5279247 0.1444748 0.5242869 0.1384002 0.5239812 0.1449201 0.5199254 0.1386499 0.5250086 0.1203836 0.5282201 0.1204372 0.524588 0.1299904 0.5250086 0.1203836 0.524588 0.1299904 0.520408 0.1290991 0.5318241 0.05638045 0.5277225 0.05639576 0.5291199 0.0511434 0.5318241 0.05638045 0.5333242 0.05109304 0.5354933 0.0565167 0.5318241 0.05638045 0.5354933 0.0565167 0.5340709 0.06163454 0.5318241 0.05638045 0.5304493 0.06156396 0.5277225 0.05639576 0.5255348 0.04585003 0.5209706 0.04501962 0.5228578 0.04012358 0.5255348 0.04585003 0.5271763 0.0415281 0.5305227 0.04631584 0.5255348 0.04585003 0.5305227 0.04631584 0.5291199 0.0511434 0.5255348 0.04585003 0.5238361 0.05080091 0.5209706 0.04501962 0.5347571 0.04629522 0.5305227 0.04631584 0.5315619 0.04210501 0.5347571 0.04629522 0.5356254 0.04207789 0.5386959 0.04653692 0.5347571 0.04629522 0.5386959 0.04653692 0.537075 0.05129766 0.5347571 0.04629522 0.5333242 0.05109304 0.5305227 0.04631584 0.4806127 0.01889455 0.4812023 0.01809173 0.4823961 0.01915752 0.4806127 0.01889455 0.4809907 0.01963406 0.4795634 0.0192064 0.4806127 0.01889455 0.4795634 0.0192064 0.4793615 0.01837515 0.4806127 0.01889455 0.4801494 0.01809597 0.4812023 0.01809173 0.478479 0.01938784 0.4795634 0.0192064 0.4797307 0.01994723 0.478479 0.01938784 0.4784517 0.02016168 0.4775919 0.01893192 0.478479 0.01938784 0.4775919 0.01893192 0.4785342 0.01854008 0.478479 0.01938784 0.4785342 0.01854008 0.4795634 0.0192064 0.4777107 0.01489406 0.4771572 0.0156365 0.4765334 0.01459455 0.4777107 0.01489406 0.4772317 0.01355153 0.4785299 0.01466077 0.4777107 0.01489406 0.4785299 0.01466077 0.4788321 0.01600879 0.4777107 0.01489406 0.4780731 0.01620924 0.4771572 0.0156365 0.4793497 0.01449298 0.4785299 0.01466077 0.4792221 0.01307135 0.4793497 0.01449298 0.4792221 0.01307135 0.4802831 0.01371914 0.4793497 0.01449298 0.4801492 0.01491165 0.4795836 0.01584362 0.4793497 0.01449298 0.4795836 0.01584362 0.4788321 0.01600879 0.4783732 0.01745259 0.4776869 0.01749926 0.4776056 0.01641124 0.4783732 0.01745259 0.4780731 0.01620924 0.4791135 0.01727807 0.4783732 0.01745259 0.4791135 0.01727807 0.4785342 0.01854008 0.4783732 0.01745259 0.4785342 0.01854008 0.4779183 0.01841253 0.4798282 0.01706182 0.4791135 0.01727807 0.4788321 0.01600879 0.4798282 0.01706182 0.4795836 0.01584362 0.480449 0.01678723 0.4798282 0.01706182 0.480449 0.01678723 0.4806505 0.0177229 0.4798282 0.01706182 0.4801494 0.01809597 0.4791135 0.01727807 0.4824264 0.02916806 0.4833334 0.02838671 0.4843165 0.02974885 0.4824264 0.02916806 0.4826977 0.02996903 0.4813651 0.03021198 0.4824264 0.02916806 0.4812348 0.0294063 0.4810675 0.02835452 0.4824264 0.02916806 0.4821252 0.02811819 0.4833334 0.02838671 0.480036 0.02954369 0.4812348 0.0294063 0.4813651 0.03021198 0.480036 0.02954369 0.4800071 0.03036522 0.4789566 0.02912425 0.480036 0.02954369 0.4789566 0.02912425 0.4800192 0.02851241 0.480036 0.02954369 0.4800192 0.02851241 0.4812348 0.0294063 0.4786965 0.02102768 0.4778001 0.02176934 0.4769232 0.02026385 0.4786965 0.02102768 0.4784517 0.02016168 0.4798751 0.02077275 0.4786965 0.02102768 0.4798751 0.02077275 0.4800427 0.02184891 0.4786965 0.02102768 0.4790215 0.02213478 0.4778001 0.02176934 0.4810559 0.02049118 0.4798751 0.02077275 0.4797307 0.01994723 0.4810559 0.02049118 0.4809907 0.01963406 0.4821304 0.02079039 0.4810559 0.02049118 0.4821304 0.02079039 0.4810794 0.02159857 0.4810559 0.02049118 0.4810794 0.02159857 0.4798751 0.02077275 0.4792348 0.0236321 0.4782721 0.02375674 0.4783309 0.02249693 0.4792348 0.0236321 0.4790215 0.02213478 0.4802797 0.02334141 0.4792348 0.0236321 0.4802797 0.02334141 0.4805526 0.02506124 0.4792348 0.0236321 0.4794461 0.02532804 0.4782721 0.02375674 0.4813326 0.02308905 0.4802797 0.02334141 0.4800427 0.02184891 0.4813326 0.02308905 0.4810794 0.02159857 0.4818402 0.02164179 0.4813326 0.02308905 0.4822754 0.02276968 0.4816572 0.02480012 0.4813326 0.02308905 0.4816572 0.02480012 0.4802797 0.02334141 0.4797651 0.027031 0.4788246 0.02729254 0.4794461 0.02532804 0.4797651 0.027031 0.4794461 0.02532804 0.4808276 0.02681922 0.4797651 0.027031 0.4808276 0.02681922 0.4800192 0.02851241 0.4797651 0.027031 0.4800192 0.02851241 0.4792531 0.02838337 0.4818951 0.02656936 0.4808276 0.02681922 0.4805526 0.02506124 0.4818951 0.02656936 0.4816572 0.02480012 0.4828758 0.02644747 0.4818951 0.02656936 0.4828758 0.02644747 0.4828153 0.02771693 0.4818951 0.02656936 0.4821252 0.02811819 0.4808276 0.02681922 0.4801241 0.03121763 0.4790546 0.03226894 0.4783425 0.03064316 0.4801241 0.03121763 0.4800071 0.03036522 0.4813651 0.03021198 0.4801241 0.03121763 0.4814943 0.03100919 0.4817225 0.03233683 0.4801241 0.03121763 0.4803574 0.0326243 0.4790546 0.03226894 0.4828383 0.03077089 0.4814943 0.03100919 0.4826977 0.02996903 0.4828383 0.03077089 0.4826977 0.02996903 0.4843165 0.02974885 0.4828383 0.03077089 0.4841601 0.03138953 0.4830705 0.03208839 0.4828383 0.03077089 0.4830705 0.03208839 0.4817225 0.03233683 0.4862245 0.0428307 0.4875801 0.04160094 0.4872837 0.04400444 0.4862245 0.0428307 0.4872837 0.04400444 0.484863 0.04474157 0.4862245 0.0428307 0.4840374 0.04354339 0.4854574 0.04158252 0.4862245 0.0428307 0.4854574 0.04158252 0.4865554 0.04091227 0.4816009 0.04408401 0.4840374 0.04354339 0.4821146 0.04523104 0.4816009 0.04408401 0.4821146 0.04523104 0.4796106 0.04369014 0.4816009 0.04408401 0.4796106 0.04369014 0.4815617 0.04268205 0.4816009 0.04408401 0.4815617 0.04268205 0.4835821 0.04216957 0.4813457 0.04058164 0.4797923 0.04108405 0.479597 0.03835654 0.4813457 0.04058164 0.4810265 0.03798854 0.483129 0.04009318 0.4813457 0.04058164 0.483129 0.04009318 0.4835821 0.04216957 0.4813457 0.04058164 0.4815617 0.04268205 0.4802389 0.04261779 0.4848486 0.03961962 0.483129 0.04009318 0.4826583 0.03753948 0.4848486 0.03961962 0.4842758 0.03716367 0.4856683 0.03690528 0.4848486 0.03961962 0.4863609 0.03935897 0.4865554 0.04091227 0.4848486 0.03961962 0.4854574 0.04158252 0.483129 0.04009318 0.4806777 0.03510874 0.4794238 0.03529727 0.4795477 0.03326666 0.4806777 0.03510874 0.4803574 0.0326243 0.48215 0.03473383 0.4806777 0.03510874 0.48215 0.03473383 0.4826583 0.03753948 0.4806777 0.03510874 0.4810265 0.03798854 0.4794238 0.03529727 0.4836164 0.03443628 0.48215 0.03473383 0.4830705 0.03208839 0.4836164 0.03443628 0.4830705 0.03208839 0.4840271 0.03238838 0.4836164 0.03443628 0.4848098 0.03413581 0.4842758 0.03716367 0.4836164 0.03443628 0.4842758 0.03716367 0.4826583 0.03753948 0.4837539 0.04656666 0.4825778 0.0479651 0.4821146 0.04523104 0.4837539 0.04656666 0.4821146 0.04523104 0.484863 0.04474157 0.4837539 0.04656666 0.4864268 0.04629111 0.4860155 0.04863655 0.4837539 0.04656666 0.4860155 0.04863655 0.484812 0.04937398 0.488769 0.04574406 0.4864268 0.04629111 0.4872837 0.04400444 0.488769 0.04574406 0.4872837 0.04400444 0.4896348 0.04257309 0.488769 0.04574406 0.4909365 0.04545187 0.490626 0.04803156 0.488769 0.04574406 0.490626 0.04803156 0.4884173 0.04847192 0.4990653 0.06308007 0.5012589 0.06235063 0.5001854 0.0676105 0.4990653 0.06308007 0.5001854 0.0676105 0.497098 0.06415808 0.4990653 0.06308007 0.497098 0.06415808 0.4960911 0.06183701 0.4990653 0.06308007 0.4980762 0.06062251 0.5012589 0.06235063 0.4953631 0.06493467 0.497098 0.06415808 0.4981985 0.06843954 0.4953631 0.06493467 0.496272 0.06909042 0.494099 0.07056099 0.4953631 0.06493467 0.493498 0.06434088 0.4945444 0.06265276 0.4953631 0.06493467 0.4945444 0.06265276 0.497098 0.06415808 0.4883959 0.05198639 0.4864526 0.05209827 0.4860155 0.04863655 0.4883959 0.05198639 0.4860155 0.04863655 0.4884173 0.04847192 0.4883959 0.05198639 0.4905228 0.05156385 0.490741 0.05586612 0.4883959 0.05198639 0.490741 0.05586612 0.4893003 0.05639857 0.4928004 0.05084919 0.4905228 0.05156385 0.490626 0.04803156 0.4928004 0.05084919 0.490626 0.04803156 0.4926981 0.04769128 0.4928004 0.05084919 0.494926 0.05005693 0.4949422 0.05404186 0.4928004 0.05084919 0.4949422 0.05404186 0.4926055 0.0551173 0.4928971 0.05952578 0.4917784 0.06029677 0.490741 0.05586612 0.4928971 0.05952578 0.490741 0.05586612 0.4926055 0.0551173 0.4928971 0.05952578 0.4945276 0.0586825 0.4960911 0.06183701 0.4928971 0.05952578 0.4945444 0.06265276 0.4933204 0.0625993 0.4967013 0.0574547 0.4945276 0.0586825 0.4926055 0.0551173 0.4967013 0.0574547 0.4949422 0.05404186 0.4991644 0.05631929 0.4967013 0.0574547 0.4991644 0.05631929 0.5003253 0.05956298 0.4967013 0.0574547 0.4980762 0.06062251 0.4945276 0.0586825 0.5743455 0.1448413 0.5713627 0.1454069 0.5734162 0.141773 0.5743455 0.1448413 0.5734162 0.141773 0.5755971 0.1416188 0.5743455 0.1448413 0.5763272 0.1444064 0.5752692 0.147255 0.5743455 0.1448413 0.5752692 0.147255 0.5722354 0.1477385 0.577633 0.1512757 0.5796605 0.1561029 0.5737871 0.1545854 0.577633 0.1512757 0.573225 0.1506701 0.5752692 0.147255 0.577633 0.1512757 0.5752692 0.147255 0.5773898 0.1467924 0.577633 0.1512757 0.5807117 0.1516011 0.5796605 0.1561029 0.5665097 0.1511458 0.5661864 0.1545956 0.5591735 0.1519912 0.5665097 0.1511458 0.5591735 0.1519912 0.5600663 0.1495407 0.5665097 0.1511458 0.5664893 0.1485949 0.5722354 0.1477385 0.5665097 0.1511458 0.573225 0.1506701 0.5737871 0.1545854 0.5658008 0.1462478 0.5664893 0.1485949 0.5600663 0.1495407 0.5658008 0.1462478 0.5596548 0.147252 0.5642908 0.1438545 0.5658008 0.1462478 0.5642908 0.1438545 0.5698989 0.1420474 0.5658008 0.1462478 0.5713627 0.1454069 0.5664893 0.1485949 0.5549195 0.1483076 0.554196 0.1459682 0.5585888 0.1448232 0.5549195 0.1483076 0.5596548 0.147252 0.5550014 0.1502922 0.5549195 0.1483076 0.5550014 0.1502922 0.5513616 0.1505734 0.5549195 0.1483076 0.5507099 0.1491619 0.554196 0.1459682 0.5461411 0.1495618 0.541608 0.1495131 0.5450951 0.145221 0.5461411 0.1495618 0.5450951 0.145221 0.5497727 0.1458886 0.5461411 0.1495618 0.5507099 0.1491619 0.5483431 0.1519272 0.5461411 0.1495618 0.5483431 0.1519272 0.5420154 0.1544119 0.5529026 0.1524943 0.5504704 0.1554117 0.5483431 0.1519272 0.5529026 0.1524943 0.5483431 0.1519272 0.5513616 0.1505734 0.5529026 0.1524943 0.5550014 0.1502922 0.5591735 0.1519912 0.5529026 0.1524943 0.5591735 0.1519912 0.5580253 0.1551867 0.5823223 0.04165148 0.5821216 0.04047763 0.583649 0.04115772 0.5823223 0.04165148 0.583649 0.04115772 0.5839404 0.04185032 0.5823223 0.04165148 0.5826693 0.04254621 0.5808709 0.0422945 0.5823223 0.04165148 0.5808709 0.0422945 0.5821216 0.04047763 0.5831574 0.04321962 0.5826693 0.04254621 0.5839404 0.04185032 0.5831574 0.04321962 0.5843165 0.04236811 0.5839549 0.04385888 0.5831574 0.04321962 0.5839549 0.04385888 0.5817905 0.04405999 0.5831574 0.04321962 0.5817905 0.04405999 0.5826693 0.04254621 0.5689828 0.04692399 0.5684099 0.04474735 0.571522 0.04611921 0.5689828 0.04692399 0.571522 0.04611921 0.5700672 0.04889738 0.5689828 0.04692399 0.5700672 0.04889738 0.5674864 0.0502972 0.5689828 0.04692399 0.5661671 0.04797595 0.5656673 0.04543864 0.5715016 0.05082005 0.5700672 0.04889738 0.5734502 0.04925054 0.5715016 0.05082005 0.5734502 0.04925054 0.5732375 0.05259275 0.5715016 0.05082005 0.5732375 0.05259275 0.5693799 0.05251389 0.5715016 0.05082005 0.5693799 0.05251389 0.5700672 0.04889738 0.5636444 0.04915815 0.563048 0.04637783 0.5661671 0.04797595 0.5636444 0.04915815 0.5661671 0.04797595 0.5674864 0.0502972 0.5636444 0.04915815 0.565378 0.05164492 0.5611442 0.05100309 0.5636444 0.04915815 0.5611442 0.05100309 0.5591606 0.04743736 0.5676621 0.05401235 0.565378 0.05164492 0.5674864 0.0502972 0.5676621 0.05401235 0.5693799 0.05251389 0.5701446 0.05603587 0.5676621 0.05401235 0.5701446 0.05603587 0.5686425 0.05772787 0.5676621 0.05401235 0.5659453 0.05577069 0.565378 0.05164492 0.5502844 0.07085955 0.5474347 0.06978011 0.5492172 0.06494587 0.5502844 0.07085955 0.5522215 0.06604468 0.5531601 0.07202255 0.5502844 0.07085955 0.5531601 0.07202255 0.5482875 0.0764929 0.5502844 0.07085955 0.5482875 0.0764929 0.5456571 0.07542109 0.5566638 0.07317322 0.5531601 0.07202255 0.5584837 0.06841272 0.5566638 0.07317322 0.5584837 0.06841272 0.5604503 0.07380402 0.5566638 0.07317322 0.5604503 0.07380402 0.5587149 0.07919239 0.5566638 0.07317322 0.554622 0.07873255 0.5531601 0.07202255 0.4396669 0.05788254 0.4407908 0.0592646 0.4380185 0.05850315 0.4396669 0.05788254 0.4380185 0.05850315 0.4378478 0.05631691 0.4396669 0.05788254 0.4396001 0.05637753 0.4412813 0.05743664 0.4396669 0.05788254 0.4412813 0.05743664 0.4407908 0.0592646 0.4397579 0.05483192 0.4396001 0.05637753 0.4378478 0.05631691 0.4397579 0.05483192 0.4380819 0.05404913 0.4410001 0.05359548 0.4397579 0.05483192 0.4410001 0.05359548 0.4413971 0.05548179 0.4397579 0.05483192 0.4413971 0.05548179 0.4396001 0.05637753 0.5710353 0.1357887 0.5681697 0.1354669 0.5683428 0.1279193 0.5710353 0.1357887 0.5683428 0.1279193 0.5705724 0.1276072 0.5710353 0.1357887 0.5732727 0.1356048 0.5734162 0.141773 0.5710353 0.1357887 0.5734162 0.141773 0.5698989 0.1420474 0.5752986 0.1353529 0.5732727 0.1356048 0.5727551 0.1272988 0.5752986 0.1353529 0.5727551 0.1272988 0.575048 0.127004 0.5752986 0.1353529 0.5773317 0.1351909 0.5786622 0.1397565 0.5752986 0.1353529 0.5776165 0.1413482 0.5755971 0.1416188 0.5664788 0.1191954 0.5687149 0.1188688 0.5683428 0.1279193 0.5664788 0.1191954 0.5683428 0.1279193 0.5656926 0.1281153 0.5708093 0.1185131 0.5731043 0.1180878 0.5727551 0.1272988 0.5708093 0.1185131 0.5727551 0.1272988 0.5705724 0.1276072 0.5440034 0.1387277 0.5403921 0.13793 0.5431472 0.1303933 0.5440034 0.1387277 0.5431472 0.1303933 0.5462659 0.1308255 0.5440034 0.1387277 0.54751 0.1389039 0.5450951 0.145221 0.5440034 0.1387277 0.5450951 0.145221 0.5409879 0.1444262 0.5428071 0.1205297 0.5455434 0.1216396 0.5431472 0.1303933 0.5428071 0.1205297 0.5431472 0.1303933 0.5400164 0.129888 0.5539298 0.06173658 0.550911 0.06039655 0.5558434 0.05778604 0.5539298 0.06173658 0.5558434 0.05778604 0.5585964 0.05960673 0.5539298 0.06173658 0.5567954 0.06319707 0.5522215 0.06604468 0.5539298 0.06173658 0.5522215 0.06604468 0.5492172 0.06494587 0.5600574 0.06452548 0.5567954 0.06319707 0.5585964 0.05960673 0.5600574 0.06452548 0.5617251 0.06122976 0.5632789 0.06555759 0.5600574 0.06452548 0.5632789 0.06555759 0.5618984 0.06923574 0.5600574 0.06452548 0.5584837 0.06841272 0.5567954 0.06319707 0.558396 0.05404365 0.5555105 0.0520581 0.5611442 0.05100309 0.558396 0.05404365 0.5611442 0.05100309 0.5609204 0.05623257 0.558396 0.05404365 0.5609204 0.05623257 0.5558434 0.05778604 0.558396 0.05404365 0.5558434 0.05778604 0.5555105 0.0520581 0.5638271 0.05824398 0.5609204 0.05623257 0.5633276 0.05345267 0.5638271 0.05824398 0.5659453 0.05577069 0.5667353 0.05990493 0.5638271 0.05824398 0.5667353 0.05990493 0.5648164 0.06252795 0.5638271 0.05824398 0.5617251 0.06122976 0.5609204 0.05623257 0.4474064 0.05618071 0.4468593 0.05548167 0.4480394 0.05470407 0.4474064 0.05618071 0.448148 0.05605912 0.4481217 0.05714148 0.4474064 0.05618071 0.4473829 0.05708867 0.4465792 0.05701237 0.4474064 0.05618071 0.4466155 0.05632144 0.4468593 0.05548167 0.4472927 0.0579971 0.4473829 0.05708867 0.4480763 0.05824446 0.4472927 0.0579971 0.4480763 0.05824446 0.4478787 0.0595721 0.4472927 0.0579971 0.4466549 0.05857485 0.4464579 0.05768102 0.4472927 0.0579971 0.4464579 0.05768102 0.4465792 0.05701237 0.4428276 0.05734014 0.4433588 0.05799543 0.4421082 0.05835247 0.4428276 0.05734014 0.4412813 0.05743664 0.4428706 0.05660384 0.4428276 0.05734014 0.4428706 0.05660384 0.4442975 0.05676078 0.4428276 0.05734014 0.4442377 0.05742233 0.4433588 0.05799543 0.4429628 0.0558657 0.4428706 0.05660384 0.4413971 0.05548179 0.4429628 0.0558657 0.4413971 0.05548179 0.4423136 0.05472779 0.4429628 0.0558657 0.4435902 0.05532968 0.4443886 0.05609172 0.4429628 0.0558657 0.4443886 0.05609172 0.4442975 0.05676078 0.4454438 0.0575127 0.4452726 0.05805861 0.4442463 0.05784022 0.4454438 0.0575127 0.4442377 0.05742233 0.4442975 0.05676078 0.4454438 0.0575127 0.4455422 0.05690002 0.4464579 0.05768102 0.4454438 0.0575127 0.4464579 0.05768102 0.4462019 0.05813974 0.4456079 0.05626767 0.4455422 0.05690002 0.4442975 0.05676078 0.4456079 0.05626767 0.4443886 0.05609172 0.4444741 0.05567455 0.4456079 0.05626767 0.44554 0.05567961 0.4464231 0.05580914 0.4456079 0.05626767 0.4466155 0.05632144 0.4455422 0.05690002 0.4560391 0.05596876 0.455581 0.05515843 0.4568566 0.05585151 0.4560391 0.05596876 0.4568566 0.05585151 0.4568774 0.05696529 0.4560391 0.05596876 0.4560664 0.05695736 0.4551147 0.05611282 0.4560391 0.05596876 0.4551147 0.05611282 0.455581 0.05515843 0.4559929 0.05799037 0.4560664 0.05695736 0.4568774 0.05696529 0.4559929 0.05799037 0.4568102 0.05809688 0.455487 0.05889672 0.4559929 0.05799037 0.455487 0.05889672 0.4550369 0.05788516 0.4559929 0.05799037 0.4550369 0.05788516 0.4551119 0.0569691 0.4489372 0.05820673 0.44938 0.05906909 0.4480763 0.05824446 0.4489372 0.05820673 0.4480763 0.05824446 0.4481217 0.05714148 0.4489372 0.05820673 0.4489635 0.0571835 0.4499415 0.0580855 0.4489372 0.05820673 0.4499415 0.0580855 0.44938 0.05906909 0.4490081 0.05617004 0.4489635 0.0571835 0.4481217 0.05714148 0.4490081 0.05617004 0.448148 0.05605912 0.4495112 0.05530828 0.4490081 0.05617004 0.4495112 0.05530828 0.4500373 0.05631375 0.4490081 0.05617004 0.4500373 0.05631375 0.4499697 0.05720412 0.451155 0.05808258 0.4510381 0.05890375 0.4500671 0.05870491 0.451155 0.05808258 0.4499415 0.0580855 0.4512015 0.05719268 0.451155 0.05808258 0.4512015 0.05719268 0.4524803 0.05808144 0.451155 0.05808258 0.4524803 0.05808144 0.4510381 0.05890375 0.451286 0.05629038 0.4512015 0.05719268 0.4500373 0.05631375 0.451286 0.05629038 0.4500373 0.05631375 0.4502183 0.05567574 0.451286 0.05629038 0.4512445 0.05544847 0.4526293 0.05620676 0.451286 0.05629038 0.4526293 0.05620676 0.4525471 0.05714327 0.4538202 0.05796557 0.4538753 0.05881726 0.4524803 0.05808144 0.4538202 0.05796557 0.4524803 0.05808144 0.4525471 0.05714327 0.4538202 0.05796557 0.4538947 0.05704993 0.4550369 0.05788516 0.4538202 0.05796557 0.4550369 0.05788516 0.4548407 0.05854839 0.4539418 0.05616986 0.4538947 0.05704993 0.4526293 0.05620676 0.4539418 0.05616986 0.4526293 0.05620676 0.452692 0.05531454 0.4539418 0.05616986 0.4540636 0.05536133 0.454966 0.05552572 0.4539418 0.05616986 0.4551147 0.05611282 0.4551119 0.0569691 0.4576107 0.05802059 0.458059 0.05897289 0.4568102 0.05809688 0.4576107 0.05802059 0.4568102 0.05809688 0.4568774 0.05696529 0.4576107 0.05802059 0.457664 0.05694353 0.4586285 0.05792748 0.4576107 0.05802059 0.4586285 0.05792748 0.458059 0.05897289 0.4577087 0.05587476 0.457664 0.05694353 0.4568566 0.05585151 0.4577087 0.05587476 0.4568566 0.05585151 0.456762 0.05439734 0.4577087 0.05587476 0.4582211 0.05490404 0.4587759 0.05590391 0.4577087 0.05587476 0.4587759 0.05590391 0.4586776 0.05691671 0.4667748 0.05536395 0.4661539 0.05395805 0.4680639 0.05256527 0.4667748 0.05536395 0.4681929 0.05533891 0.4666307 0.05715978 0.4667748 0.05536395 0.4666307 0.05715978 0.4652762 0.05684518 0.4667748 0.05536395 0.465283 0.05543023 0.4661539 0.05395805 0.466279 0.0588209 0.4666307 0.05715978 0.4678325 0.05746591 0.466279 0.0588209 0.4673431 0.05930209 0.4653951 0.05999362 0.466279 0.0588209 0.4653951 0.05999362 0.4650478 0.05827569 0.466279 0.0588209 0.4650478 0.05827569 0.4666307 0.05715978 0.4634997 0.0581023 0.463416 0.05930757 0.4617959 0.058079 0.4634997 0.0581023 0.4617959 0.058079 0.461906 0.05688536 0.4634997 0.0581023 0.4636548 0.05680882 0.4650478 0.05827569 0.4634997 0.0581023 0.4650478 0.05827569 0.464667 0.05922889 0.463631 0.05552744 0.4636548 0.05680882 0.4619168 0.05565291 0.463631 0.05552744 0.4619168 0.05565291 0.461862 0.05451709 0.463631 0.05552744 0.4637193 0.05437457 0.465112 0.0545215 0.463631 0.05552744 0.465283 0.05543023 0.4652762 0.05684518 0.4600979 0.05798381 0.459917 0.05893445 0.458799 0.05862969 0.4600979 0.05798381 0.4586285 0.05792748 0.4601693 0.05690932 0.4600979 0.05798381 0.4601693 0.05690932 0.461906 0.05688536 0.4600979 0.05798381 0.4617959 0.058079 0.459917 0.05893445 0.4602384 0.05580419 0.4601693 0.05690932 0.4587759 0.05590391 0.4602384 0.05580419 0.4587759 0.05590391 0.4589881 0.05519163 0.4602384 0.05580419 0.4601324 0.05482327 0.4619168 0.05565291 0.4602384 0.05580419 0.4619168 0.05565291 0.461906 0.05688536 0.46839 0.05928337 0.4687915 0.06116217 0.4673431 0.05930209 0.46839 0.05928337 0.4673431 0.05930209 0.4678325 0.05746591 0.46839 0.05928337 0.4689962 0.05747699 0.4700606 0.0598092 0.46839 0.05928337 0.4700606 0.0598092 0.4687915 0.06116217 0.4696239 0.0553655 0.4689962 0.05747699 0.4681929 0.05533891 0.4696239 0.0553655 0.4681929 0.05533891 0.4680639 0.05256527 0.4696239 0.0553655 0.4706474 0.05331754 0.4717497 0.05639052 0.4696239 0.0553655 0.4717497 0.05639052 0.4708344 0.05822312 0.4867181 0.07266646 0.4881886 0.07204276 0.4878487 0.07451122 0.4867181 0.07266646 0.4878487 0.07451122 0.4861917 0.07493799 0.4867181 0.07266646 0.4850872 0.0729503 0.4851019 0.07034319 0.4867181 0.07266646 0.4851019 0.07034319 0.4865477 0.0697835 0.4834504 0.07302868 0.4850872 0.0729503 0.4845612 0.07510268 0.4834504 0.07302868 0.4845612 0.07510268 0.4823557 0.07482355 0.4834504 0.07302868 0.4813166 0.07214039 0.4818952 0.07070791 0.4834504 0.07302868 0.4818952 0.07070791 0.4835084 0.07060527 0.4729955 0.06192392 0.472043 0.0628643 0.470112 0.06118273 0.4729955 0.06192392 0.4700606 0.0598092 0.4708344 0.05822312 0.4729955 0.06192392 0.4740599 0.06073457 0.476393 0.06487101 0.4729955 0.06192392 0.476393 0.06487101 0.4752891 0.06555569 0.4752519 0.05936092 0.4740599 0.06073457 0.4717497 0.05639052 0.4752519 0.05936092 0.4717497 0.05639052 0.4729408 0.05460494 0.4752519 0.05936092 0.4765883 0.0579549 0.4791629 0.06325799 0.4752519 0.05936092 0.4791629 0.06325799 0.4777498 0.06413429 0.4794511 0.06789386 0.4783732 0.06844204 0.476393 0.06487101 0.4794511 0.06789386 0.476393 0.06487101 0.4777498 0.06413429 0.4794511 0.06789386 0.4809809 0.06754559 0.4818952 0.07070791 0.4794511 0.06789386 0.4818952 0.07070791 0.4805827 0.07052385 0.4825149 0.06706291 0.4809809 0.06754559 0.4791629 0.06325799 0.4825149 0.06706291 0.4791629 0.06325799 0.4805949 0.06224495 0.4825149 0.06706291 0.4839655 0.06635272 0.4851019 0.07034319 0.4825149 0.06706291 0.4851019 0.07034319 0.4835084 0.07060527 0.5307114 0.1483446 0.5274666 0.1484907 0.5279247 0.1444748 0.5307114 0.1483446 0.5311759 0.1443579 0.5338636 0.1484959 0.5307114 0.1483446 0.5338636 0.1484959 0.5336144 0.1506118 0.5307114 0.1483446 0.5306729 0.1509566 0.5274666 0.1484907 0.5319111 0.1529014 0.5334119 0.1553283 0.5253436 0.1548806 0.5319111 0.1529014 0.5267857 0.1527311 0.5306729 0.1509566 0.5319111 0.1529014 0.5306729 0.1509566 0.5336144 0.1506118 0.5319111 0.1529014 0.536128 0.1519908 0.5334119 0.1553283 0.5375056 0.1490216 0.541608 0.1495131 0.536128 0.1519908 0.5375056 0.1490216 0.536128 0.1519908 0.5338636 0.1484959 0.5375056 0.1490216 0.5338636 0.1484959 0.5341855 0.1443569 0.5375056 0.1490216 0.5374037 0.1442589 0.5409879 0.1444262 0.5591139 0.01824462 0.5582644 0.01750582 0.5598024 0.01714807 0.5591139 0.01824462 0.5598024 0.01714807 0.5603508 0.01744908 0.5591139 0.01824462 0.5598732 0.01864862 0.5584482 0.01958692 0.5591139 0.01824462 0.5584482 0.01958692 0.5582644 0.01750582 0.5607838 0.01884132 0.5598732 0.01864862 0.5603508 0.01744908 0.5607838 0.01884132 0.5609978 0.01759862 0.562014 0.01884931 0.5607838 0.01884132 0.562014 0.01884931 0.5604227 0.02027589 0.5607838 0.01884132 0.5604227 0.02027589 0.5598732 0.01864862 0.5514506 0.03364217 0.5494348 0.03211909 0.553321 0.0307433 0.5514506 0.03364217 0.553321 0.0307433 0.5536681 0.03472554 0.5514506 0.03364217 0.5536681 0.03472554 0.5520158 0.03831821 0.5514506 0.03364217 0.5492472 0.03695279 0.5470139 0.03502541 0.5561308 0.03553563 0.5536681 0.03472554 0.5551291 0.03154546 0.5561308 0.03553563 0.5570024 0.0321781 0.5588325 0.03589737 0.5561308 0.03553563 0.5588325 0.03589737 0.5585329 0.03961491 0.5561308 0.03553563 0.5552002 0.03932309 0.5536681 0.03472554 0.546961 0.04017889 0.5443845 0.03783011 0.5492472 0.03695279 0.546961 0.04017889 0.5492472 0.03695279 0.5505512 0.04175186 0.546961 0.04017889 0.5505512 0.04175186 0.5489951 0.04533737 0.546961 0.04017889 0.5447562 0.04367345 0.5404329 0.04096347 0.5545781 0.04296213 0.5505512 0.04175186 0.5552002 0.03932309 0.5545781 0.04296213 0.5552002 0.03932309 0.5585401 0.04310101 0.5545781 0.04296213 0.5585401 0.04310101 0.5591606 0.04743736 0.5545781 0.04296213 0.5535798 0.04666829 0.5505512 0.04175186 0.5365828 0.06689125 0.5329285 0.06609171 0.5340709 0.06163454 0.5365828 0.06689125 0.5377606 0.06236058 0.540296 0.06797772 0.5365828 0.06689125 0.540296 0.06797772 0.5354984 0.0723285 0.5365828 0.06689125 0.5354984 0.0723285 0.5319449 0.07141351 0.5440092 0.06888008 0.540296 0.06797772 0.541563 0.0633257 0.5440092 0.06888008 0.5455232 0.06411349 0.5474347 0.06978011 0.5440092 0.06888008 0.5474347 0.06978011 0.5456571 0.07542109 0.5440092 0.06888008 0.5425297 0.07450747 0.540296 0.06797772 0.4507347 0.02647644 0.4506087 0.02817469 0.4494083 0.02584141 0.4507347 0.02647644 0.4494083 0.02584141 0.4516503 0.02525115 0.4507347 0.02647644 0.4516503 0.02525115 0.4525997 0.02636551 0.4507347 0.02647644 0.4519571 0.02716273 0.4506087 0.02817469 0.4527704 0.02424657 0.4516503 0.02525115 0.4506711 0.02406519 0.4527704 0.02424657 0.4522963 0.022686 0.4544273 0.02414077 0.4527704 0.02424657 0.4544273 0.02414077 0.453329 0.02565968 0.4527704 0.02424657 0.453329 0.02565968 0.4516503 0.02525115 0.5312156 0.1382891 0.528005 0.1382495 0.5311669 0.1303212 0.5312156 0.1382891 0.5311669 0.1303212 0.5341857 0.1382762 0.5312156 0.1382891 0.5341857 0.1382762 0.5341855 0.1443569 0.5312156 0.1382891 0.5311759 0.1443579 0.528005 0.1382495 0.537182 0.137968 0.5341857 0.1382762 0.5341588 0.1303594 0.537182 0.137968 0.5370644 0.1300458 0.5400164 0.129888 0.537182 0.137968 0.5403921 0.13793 0.5374037 0.1442589 0.537182 0.137968 0.5374037 0.1442589 0.5341857 0.1382762 0.5313659 0.1206372 0.5343998 0.120712 0.5341588 0.1303594 0.5313659 0.1206372 0.5311669 0.1303212 0.5280046 0.1301315 0.5372753 0.1203896 0.5400564 0.1201641 0.5400164 0.129888 0.5372753 0.1203896 0.5370644 0.1300458 0.5343998 0.120712 0.539276 0.05739682 0.5354933 0.0565167 0.537075 0.05129766 0.539276 0.05739682 0.5409983 0.05240488 0.5431742 0.05853098 0.539276 0.05739682 0.5431742 0.05853098 0.541563 0.0633257 0.539276 0.05739682 0.5377606 0.06236058 0.5354933 0.0565167 0.5471891 0.05942946 0.5431742 0.05853098 0.5450394 0.05381166 0.5471891 0.05942946 0.549143 0.05491495 0.550911 0.06039655 0.5471891 0.05942946 0.550911 0.06039655 0.5492172 0.06494587 0.5471891 0.05942946 0.5455232 0.06411349 0.5431742 0.05853098 0.5427969 0.04778957 0.5386959 0.04653692 0.5447562 0.04367345 0.5427969 0.04778957 0.5447562 0.04367345 0.5470688 0.04938554 0.5427969 0.04778957 0.5470688 0.04938554 0.5450394 0.05381166 0.5427969 0.04778957 0.5409983 0.05240488 0.5386959 0.04653692 0.5515207 0.05065691 0.5470688 0.04938554 0.5489951 0.04533737 0.5515207 0.05065691 0.5535798 0.04666829 0.5555105 0.0520581 0.5515207 0.05065691 0.5555105 0.0520581 0.5528857 0.05610853 0.5515207 0.05065691 0.549143 0.05491495 0.5470688 0.04938554 0.4569795 0.02958482 0.4570919 0.02873337 0.4585787 0.02902531 0.4569795 0.02958482 0.4576288 0.03000783 0.4563069 0.03025484 0.4569795 0.02958482 0.4563069 0.03025484 0.4557895 0.02970308 0.4569795 0.02958482 0.456261 0.0291543 0.4570919 0.02873337 0.4555817 0.03087544 0.4563069 0.03025484 0.4567718 0.03076249 0.4555817 0.03087544 0.4559172 0.03149211 0.4548594 0.03228396 0.4555817 0.03087544 0.4547241 0.0309627 0.4552339 0.03020292 0.4555817 0.03087544 0.4552339 0.03020292 0.4557895 0.02970308 0.4529712 0.02795141 0.4528952 0.02879327 0.4519112 0.02834105 0.4529712 0.02795141 0.4519571 0.02716273 0.4534893 0.02733653 0.4529712 0.02795141 0.4534893 0.02733653 0.4543242 0.02820354 0.4529712 0.02795141 0.4538393 0.02875947 0.4528952 0.02879327 0.4540565 0.02677786 0.4534893 0.02733653 0.453329 0.02565968 0.4540565 0.02677786 0.453329 0.02565968 0.4544863 0.02562999 0.4540565 0.02677786 0.4548724 0.02671027 0.4548383 0.02769529 0.4540565 0.02677786 0.4548383 0.02769529 0.4543242 0.02820354 0.4546233 0.02950376 0.4541287 0.02988451 0.4535782 0.02914011 0.4546233 0.02950376 0.4538393 0.02875947 0.4551098 0.02900588 0.4546233 0.02950376 0.4551098 0.02900588 0.4552339 0.03020292 0.4546233 0.02950376 0.4552339 0.03020292 0.4547209 0.03042095 0.4555603 0.02850592 0.4551098 0.02900588 0.4543242 0.02820354 0.4555603 0.02850592 0.4548383 0.02769529 0.4559206 0.02802115 0.4555603 0.02850592 0.4559206 0.02802115 0.4564909 0.02866399 0.4555603 0.02850592 0.456261 0.0291543 0.4551098 0.02900588 0.46342 0.03671818 0.4636757 0.03562569 0.4652078 0.03621399 0.46342 0.03671818 0.4640706 0.03726774 0.4626623 0.03750443 0.46342 0.03671818 0.4626623 0.03750443 0.4619489 0.03665292 0.46342 0.03671818 0.4626251 0.03595709 0.4636757 0.03562569 0.4618162 0.0382058 0.4626623 0.03750443 0.4631999 0.03814011 0.4618162 0.0382058 0.4622437 0.03893321 0.4610922 0.03996419 0.4618162 0.0382058 0.4607256 0.0383417 0.4612071 0.03728699 0.4618162 0.0382058 0.4612071 0.03728699 0.4626623 0.03750443 0.4564907 0.0320236 0.456128 0.03295665 0.4559172 0.03149211 0.4564907 0.0320236 0.4559172 0.03149211 0.4567718 0.03076249 0.4564907 0.0320236 0.457294 0.03132718 0.457943 0.03204739 0.4564907 0.0320236 0.4572316 0.03267937 0.456128 0.03295665 0.4581224 0.03063368 0.457294 0.03132718 0.4567718 0.03076249 0.4581224 0.03063368 0.4576288 0.03000783 0.45912 0.03038716 0.4581224 0.03063368 0.45912 0.03038716 0.45868 0.03143441 0.4581224 0.03063368 0.45868 0.03143441 0.457943 0.03204739 0.4580694 0.03366881 0.4573516 0.03416728 0.4568515 0.03324013 0.4580694 0.03366881 0.4572316 0.03267937 0.4587883 0.03302145 0.4580694 0.03366881 0.4587883 0.03302145 0.4597929 0.03418415 0.4580694 0.03366881 0.4590414 0.03485935 0.4573516 0.03416728 0.4595217 0.03238201 0.4587883 0.03302145 0.45868 0.03143441 0.4595217 0.03238201 0.45868 0.03143441 0.4592891 0.03112733 0.4595217 0.03238201 0.4601194 0.03172677 0.4605377 0.03349286 0.4595217 0.03238201 0.4605377 0.03349286 0.4597929 0.03418415 0.4601847 0.03611844 0.4595708 0.03676098 0.4590414 0.03485935 0.4601847 0.03611844 0.4590414 0.03485935 0.4597929 0.03418415 0.4601847 0.03611844 0.4609194 0.03547042 0.4612071 0.03728699 0.4601847 0.03611844 0.4612071 0.03728699 0.4605309 0.03753364 0.4616182 0.0347833 0.4609194 0.03547042 0.4597929 0.03418415 0.4616182 0.0347833 0.4605377 0.03349286 0.4623081 0.03423553 0.4616182 0.0347833 0.4623081 0.03423553 0.4629313 0.03530734 0.4616182 0.0347833 0.4626251 0.03595709 0.4609194 0.03547042 0.4627212 0.03952735 0.4623737 0.04089099 0.4610922 0.03996419 0.4627212 0.03952735 0.4622437 0.03893321 0.4631999 0.03814011 0.4627212 0.03952735 0.463702 0.03867501 0.4645517 0.03957444 0.4627212 0.03952735 0.4635475 0.04048502 0.4623737 0.04089099 0.4646444 0.03780704 0.463702 0.03867501 0.4640706 0.03726774 0.4646444 0.03780704 0.4640706 0.03726774 0.4652078 0.03621399 0.4646444 0.03780704 0.4660266 0.03759467 0.465557 0.03869724 0.4646444 0.03780704 0.465557 0.03869724 0.4645517 0.03957444 0.4747345 0.04684567 0.4755199 0.0449683 0.4758773 0.04772514 0.4747345 0.04684567 0.4758773 0.04772514 0.4736344 0.04948431 0.4747345 0.04684567 0.4727103 0.04850673 0.4732258 0.0457769 0.4747345 0.04684567 0.4732258 0.0457769 0.4755199 0.0449683 0.4706107 0.05002593 0.4727103 0.04850673 0.4712933 0.05106633 0.4706107 0.05002593 0.4712933 0.05106633 0.4685661 0.05045455 0.4706107 0.05002593 0.4685661 0.05045455 0.4698554 0.04856485 0.4706107 0.05002593 0.4698554 0.04856485 0.4727103 0.04850673 0.4684897 0.04666709 0.4673074 0.0478096 0.4656875 0.0454629 0.4684897 0.04666709 0.4667872 0.04451799 0.4680571 0.04340994 0.4684897 0.04666709 0.4699392 0.04544085 0.4698554 0.04856485 0.4684897 0.04666709 0.4698554 0.04856485 0.4685676 0.04908657 0.4713409 0.04415535 0.4699392 0.04544085 0.4692751 0.04224246 0.4713409 0.04415535 0.4692751 0.04224246 0.4703273 0.04123836 0.4713409 0.04415535 0.4726703 0.043159 0.4739651 0.0446462 0.4713409 0.04415535 0.4732258 0.0457769 0.4715623 0.04720389 0.4650213 0.04230296 0.4640383 0.04304885 0.463196 0.04139739 0.4650213 0.04230296 0.4635475 0.04048502 0.4661324 0.04130363 0.4650213 0.04230296 0.4661324 0.04130363 0.4680571 0.04340994 0.4650213 0.04230296 0.4667872 0.04451799 0.4640383 0.04304885 0.4672238 0.04029941 0.4661324 0.04130363 0.465557 0.03869724 0.4672238 0.04029941 0.465557 0.03869724 0.4664779 0.03843843 0.4672238 0.04029941 0.4680404 0.03939849 0.4692751 0.04224246 0.4672238 0.04029941 0.4692751 0.04224246 0.4680571 0.04340994 0.4724409 0.05170196 0.4706474 0.05331754 0.4712933 0.05106633 0.4724409 0.05170196 0.4712933 0.05106633 0.4736344 0.04948431 0.4724409 0.05170196 0.4745861 0.05027145 0.4745422 0.05316013 0.4724409 0.05170196 0.4745422 0.05316013 0.4729408 0.05460494 0.4766646 0.04877865 0.4745861 0.05027145 0.4758773 0.04772514 0.4766646 0.04877865 0.4758773 0.04772514 0.4784758 0.0455259 0.4766646 0.04877865 0.4792487 0.04894757 0.4781004 0.05077254 0.4766646 0.04877865 0.4781004 0.05077254 0.476335 0.05192601 0.4912492 0.06819564 0.4912989 0.06600624 0.494099 0.07056099 0.4912492 0.06819564 0.4926378 0.06919556 0.4903195 0.06958985 0.4912492 0.06819564 0.4903195 0.06958985 0.4887066 0.06759041 0.4912492 0.06819564 0.4896132 0.06642466 0.4912989 0.06600624 0.4893442 0.07094472 0.4903195 0.06958985 0.4915863 0.07088059 0.4893442 0.07094472 0.490549 0.07244676 0.4881886 0.07204276 0.4893442 0.07094472 0.4881886 0.07204276 0.4865477 0.0697835 0.4893442 0.07094472 0.4877169 0.06878799 0.4903195 0.06958985 0.4780859 0.0566681 0.4765883 0.0579549 0.4745422 0.05316013 0.4780859 0.0566681 0.4745422 0.05316013 0.476335 0.05192601 0.4780859 0.0566681 0.4796509 0.05550587 0.4820082 0.06109803 0.4780859 0.0566681 0.4820082 0.06109803 0.4805949 0.06224495 0.4811894 0.05447328 0.4796509 0.05550587 0.4781004 0.05077254 0.4811894 0.05447328 0.4781004 0.05077254 0.4797956 0.05079036 0.4811894 0.05447328 0.4823824 0.05349659 0.4847204 0.05890989 0.4811894 0.05447328 0.4847204 0.05890989 0.4833883 0.05994409 0.4852451 0.06532186 0.4839655 0.06635272 0.4805949 0.06224495 0.4852451 0.06532186 0.4820082 0.06109803 0.4864015 0.06417369 0.4852451 0.06532186 0.4864015 0.06417369 0.4887066 0.06759041 0.4852451 0.06532186 0.4877169 0.06878799 0.4839655 0.06635272 0.4874827 0.06311154 0.4864015 0.06417369 0.4833883 0.05994409 0.4874827 0.06311154 0.4847204 0.05890989 0.4885423 0.06239044 0.4874827 0.06311154 0.4885423 0.06239044 0.4899392 0.06507915 0.4874827 0.06311154 0.4896132 0.06642466 0.4864015 0.06417369 0.5754175 0.08073264 0.5740963 0.08278286 0.5732783 0.07944726 0.5754175 0.08073264 0.5748144 0.07907778 0.5770704 0.0798574 0.5754175 0.08073264 0.5770704 0.0798574 0.5780267 0.08246165 0.5754175 0.08073264 0.5762332 0.08321988 0.5740963 0.08278286 0.5787944 0.07916188 0.5770704 0.0798574 0.5764284 0.07823461 0.5787944 0.07916188 0.5781292 0.07732439 0.5810163 0.07822769 0.5787944 0.07916188 0.5811982 0.08022487 0.5798363 0.08196979 0.5787944 0.07916188 0.5798363 0.08196979 0.5780267 0.08246165 0.5972988 0.1480664 0.598113 0.1429365 0.5991989 0.1489296 0.5972988 0.1480664 0.5991989 0.1489296 0.5960395 0.1509443 0.5972988 0.1480664 0.5960395 0.1509443 0.5944597 0.1498001 0.5972988 0.1480664 0.5953647 0.1474232 0.5959354 0.1428903 0.5826001 0.1172999 0.5860936 0.117348 0.5842127 0.1269149 0.5826001 0.1172999 0.5842127 0.1269149 0.5806063 0.1266487 0.5894771 0.1168156 0.5925929 0.1160714 0.5941672 0.1257143 0.5894771 0.1168156 0.5913116 0.1264625 0.5879427 0.1270225 0.585903 0.1359298 0.5823554 0.1355452 0.5842127 0.1269149 0.585903 0.1359298 0.5842127 0.1269149 0.5879427 0.1270225 0.585903 0.1359298 0.5895854 0.1360933 0.5874565 0.1432278 0.585903 0.1359298 0.5874565 0.1432278 0.5835474 0.1435588 0.592754 0.1356981 0.5895854 0.1360933 0.5913116 0.1264625 0.592754 0.1356981 0.5913116 0.1264625 0.5954088 0.135154 0.592754 0.1356981 0.5954088 0.135154 0.5959354 0.1428903 0.592754 0.1356981 0.5935293 0.1430935 0.5895854 0.1360933 0.5845653 0.09716469 0.5819562 0.09752267 0.5798363 0.08196979 0.5793156 0.09767854 0.5762332 0.08321988 0.5780267 0.08246165 0.5933626 0.14722 0.5935293 0.1430935 0.5953647 0.1474232 0.5933626 0.14722 0.5953647 0.1474232 0.5944597 0.1498001 0.5933626 0.14722 0.5928694 0.1492931 0.5911685 0.1473464 0.5933626 0.14722 0.5911685 0.1473464 0.5907509 0.1432911 0.5886586 0.1476922 0.5860197 0.1485682 0.5874565 0.1432278 0.5886586 0.1476922 0.5874565 0.1432278 0.5907509 0.1432911 0.5886586 0.1476922 0.5911685 0.1473464 0.591233 0.1494119 0.5886586 0.1476922 0.5895147 0.1501452 0.5860197 0.1485682 0.5010663 0.1565422 0.5016686 0.1596734 0.4932584 0.1617514 0.5010663 0.1565422 0.4926409 0.1581897 0.5004773 0.1544631 0.5010663 0.1565422 0.5004773 0.1544631 0.5088601 0.1538044 0.5010663 0.1565422 0.509708 0.1550686 0.5016686 0.1596734 0.5002054 0.1528438 0.5004773 0.1544631 0.4926418 0.1530148 0.5002054 0.1528438 0.4926418 0.1530148 0.4930672 0.1507681 0.5002054 0.1528438 0.5000751 0.151069 0.507784 0.151479 0.5002054 0.1528438 0.5082414 0.1528043 0.5004773 0.1544631 0.4812771 0.1586029 0.4827216 0.1600989 0.4799629 0.1609095 0.4812771 0.1586029 0.4799629 0.1609095 0.4802515 0.1569799 0.4812771 0.1586029 0.4815782 0.1556798 0.4828313 0.1544751 0.4812771 0.1586029 0.482824 0.1560078 0.4840375 0.1569442 0.4848364 0.1528355 0.4871065 0.1500105 0.4872906 0.151706 0.4848364 0.1528355 0.485786 0.1539337 0.482824 0.1560078 0.4848364 0.1528355 0.482824 0.1560078 0.4828313 0.1544751 0.4848364 0.1528355 0.4842513 0.1516983 0.4872276 0.1464973 0.4830191 0.151829 0.4854712 0.1462109 0.4842513 0.1516983 0.4830191 0.151829 0.4842513 0.1516983 0.4828313 0.1544751 0.4830191 0.151829 0.4815782 0.1556798 0.4814634 0.1525937 0.4830191 0.151829 0.4814634 0.1525937 0.483758 0.1466156 0.4865178 0.1596682 0.486495 0.1632527 0.4827216 0.1600989 0.4865178 0.1596682 0.4827216 0.1600989 0.4840375 0.1569442 0.4865178 0.1596682 0.4870486 0.1564211 0.4926409 0.1581897 0.4865178 0.1596682 0.4926409 0.1581897 0.4932584 0.1617514 0.4881116 0.1536858 0.4870486 0.1564211 0.485786 0.1539337 0.4881116 0.1536858 0.485786 0.1539337 0.4872906 0.151706 0.4881116 0.1536858 0.4891048 0.1511389 0.4926418 0.1530148 0.4881116 0.1536858 0.4926418 0.1530148 0.4923607 0.1553052 0.5164801 0.1541115 0.517961 0.1563095 0.5103584 0.1576493 0.5164801 0.1541115 0.509708 0.1550686 0.5149702 0.1532391 0.5164801 0.1541115 0.5149702 0.1532391 0.5183756 0.1529451 0.5164801 0.1541115 0.5209494 0.1533487 0.517961 0.1563095 0.5141884 0.1525279 0.5149702 0.1532391 0.5088601 0.1538044 0.5141884 0.1525279 0.5082414 0.1528043 0.5138497 0.1514356 0.5141884 0.1525279 0.5138497 0.1514356 0.5187798 0.1512117 0.5141884 0.1525279 0.5187632 0.1523129 0.5149702 0.1532391 0.5226827 0.1524577 0.5267857 0.1527311 0.5253436 0.1548806 0.5226827 0.1524577 0.5209494 0.1533487 0.5187632 0.1523129 0.5226827 0.1524577 0.5187632 0.1523129 0.5187798 0.1512117 0.5226827 0.1524577 0.5230814 0.1510801 0.5267857 0.1527311 0.5235468 0.1488571 0.5239812 0.1449201 0.5274666 0.1484907 0.5235468 0.1488571 0.5274666 0.1484907 0.526973 0.1510065 0.5235468 0.1488571 0.5230814 0.1510801 0.5189488 0.1492361 0.5235468 0.1488571 0.5189488 0.1492361 0.5193156 0.1453831 0.5036725 0.06261986 0.5048749 0.06789183 0.5023664 0.06722176 0.5036725 0.06261986 0.5012589 0.06235063 0.5026643 0.05921214 0.5036725 0.06261986 0.5026643 0.05921214 0.5050902 0.05925691 0.5036725 0.06261986 0.5061796 0.06333148 0.5048749 0.06789183 0.5086534 0.06392937 0.5112348 0.06443214 0.5099456 0.06983077 0.5086534 0.06392937 0.5099456 0.06983077 0.5074787 0.06897628 0.5086534 0.06392937 0.5061796 0.06333148 0.5076001 0.05938416 0.5086534 0.06392937 0.5076001 0.05938416 0.5103567 0.05960667 0.5140644 0.06485849 0.5112348 0.06443214 0.5135229 0.05993705 0.5140644 0.06485849 0.5135229 0.05993705 0.517297 0.06041276 0.5140644 0.06485849 0.5173918 0.06529217 0.5149107 0.07075172 0.5140644 0.06485849 0.5149107 0.07075172 0.5123862 0.07043081 0.5101466 0.1133636 0.5123352 0.1143683 0.5096175 0.1177934 0.5101466 0.1133636 0.5096175 0.1177934 0.5071423 0.1169936 0.5040917 0.1153864 0.5074751 0.1130048 0.5071423 0.1169936 0.5040917 0.1153864 0.5043825 0.120544 0.4990845 0.1278871 0.507382 0.1236758 0.5044952 0.1305457 0.4990845 0.1278871 0.507382 0.1236758 0.5043825 0.120544 0.5096175 0.1177934 0.507382 0.1236758 0.5096175 0.1177934 0.5121359 0.1191847 0.507382 0.1236758 0.5114616 0.1248939 0.510347 0.1314471 0.5142698 0.1139243 0.5163365 0.1140039 0.5160898 0.1179416 0.5142698 0.1139243 0.5143081 0.1184329 0.5123352 0.1143683 0.5149928 0.1243102 0.5154448 0.1312403 0.5114616 0.1248939 0.5149928 0.1243102 0.5114616 0.1248939 0.5121359 0.1191847 0.5149928 0.1243102 0.5143081 0.1184329 0.5176033 0.1216352 0.5149928 0.1243102 0.5176033 0.1216352 0.520408 0.1290991 0.5189209 0.1165796 0.5218645 0.1194425 0.5176033 0.1216352 0.5189209 0.1165796 0.5176033 0.1216352 0.5160898 0.1179416 0.5295129 0.01173835 0.5301821 0.01275879 0.528791 0.01243752 0.5295129 0.01173835 0.528791 0.01243752 0.5277213 0.01057094 0.5295129 0.01173835 0.5292112 0.01056927 0.5301175 0.01099884 0.5295129 0.01173835 0.5302245 0.01164346 0.5305001 0.0122044 0.5320967 0.009671032 0.5309824 0.009357094 0.5310754 0.008442997 0.5320967 0.009671032 0.5327157 0.008939981 0.532753 0.01049417 0.5320967 0.009671032 0.532753 0.01049417 0.5314777 0.01040208 0.5320967 0.009671032 0.5314777 0.01040208 0.5309824 0.009357094 0.5298609 0.009715974 0.5292112 0.01056927 0.5277213 0.01057094 0.5298609 0.009715974 0.5293341 0.008926212 0.5309824 0.009357094 0.5298609 0.009715974 0.5309824 0.009357094 0.5308895 0.01027119 0.5298609 0.009715974 0.5303876 0.01050579 0.5292112 0.01056927 0.5884408 0.04055643 0.5882453 0.03946429 0.5891366 0.04064279 0.5884408 0.04055643 0.5891366 0.04064279 0.5885426 0.04274344 0.5884408 0.04055643 0.588001 0.04148954 0.5877451 0.04047012 0.5884408 0.04055643 0.5877451 0.04047012 0.5877318 0.03986823 0.5874595 0.03859227 0.5864079 0.03832942 0.5876409 0.03783839 0.5874595 0.03859227 0.5876409 0.03783839 0.5887587 0.03906035 0.5874595 0.03859227 0.5882453 0.03946429 0.5872781 0.03934615 0.5874595 0.03859227 0.5872781 0.03934615 0.5866159 0.03916591 0.5308315 0.0236327 0.5310233 0.02253979 0.5315831 0.02364277 0.5308315 0.0236327 0.5315831 0.02364277 0.5315681 0.02478331 0.5308315 0.0236327 0.5304569 0.02477264 0.5298836 0.02380931 0.5308315 0.0236327 0.5298836 0.02380931 0.530172 0.0225383 0.5285758 0.02436524 0.5270645 0.02474957 0.5271134 0.02241152 0.5285758 0.02436524 0.5287362 0.02254617 0.5298836 0.02380931 0.5285758 0.02436524 0.5298836 0.02380931 0.5297262 0.0247569 0.5285758 0.02436524 0.5289059 0.0256536 0.5270645 0.02474957 0.5300431 0.02613216 0.5296307 0.02821928 0.5289059 0.0256536 0.5300431 0.02613216 0.5289059 0.0256536 0.5297262 0.0247569 0.5300431 0.02613216 0.5304569 0.02477264 0.5315612 0.02616369 0.5300431 0.02613216 0.5315612 0.02616369 0.5315902 0.0282939 0.532302 0.02364671 0.5315831 0.02364277 0.5320948 0.02258288 0.532302 0.02364671 0.5320948 0.02258288 0.5328701 0.02262085 0.532302 0.02364671 0.533176 0.02383953 0.5326368 0.0247547 0.532302 0.02364671 0.5326368 0.0247547 0.5315681 0.02478331 0.5330338 0.02611094 0.5335103 0.02818757 0.5315902 0.0282939 0.5330338 0.02611094 0.5315612 0.02616369 0.5326368 0.0247547 0.5330338 0.02611094 0.5326368 0.0247547 0.533324 0.02475142 0.5330338 0.02611094 0.5340984 0.02563989 0.5335103 0.02818757 0.5343927 0.02441614 0.5358883 0.02476346 0.5340984 0.02563989 0.5343927 0.02441614 0.5340984 0.02563989 0.533324 0.02475142 0.5343927 0.02441614 0.533176 0.02383953 0.5341706 0.02266097 0.5343927 0.02441614 0.5341706 0.02266097 0.5357327 0.02252101 0.530889 0.02132123 0.5314956 0.02132767 0.5310233 0.02253979 0.530889 0.02132123 0.5310233 0.02253979 0.530172 0.0225383 0.530889 0.02132123 0.5301257 0.02111279 0.5306183 0.01995593 0.530889 0.02132123 0.5306183 0.01995593 0.5313943 0.01997524 0.5304009 0.0184229 0.5302984 0.01684522 0.5312152 0.01698118 0.5304009 0.0184229 0.5313031 0.01850676 0.5306183 0.01995593 0.5304009 0.0184229 0.5306183 0.01995593 0.5296134 0.01886421 0.5304009 0.0184229 0.5296134 0.01886421 0.5290104 0.0170564 0.5290703 0.02047556 0.5277965 0.01979249 0.5296134 0.01886421 0.5290703 0.02047556 0.5296134 0.01886421 0.5301189 0.0199458 0.5290703 0.02047556 0.5301257 0.02111279 0.5287362 0.02254617 0.5290703 0.02047556 0.5287362 0.02254617 0.5271134 0.02241152 0.5320808 0.02135902 0.5320948 0.02258288 0.5315707 0.02255368 0.5320808 0.02135902 0.5314956 0.02132767 0.5321494 0.01998507 0.5320808 0.02135902 0.5321494 0.01998507 0.5327694 0.0211901 0.5320808 0.02135902 0.5327694 0.0211901 0.5328701 0.02262085 0.5336861 0.02059561 0.5348944 0.01992046 0.5357327 0.02252101 0.5336861 0.02059561 0.5341706 0.02266097 0.5327694 0.0211901 0.5336861 0.02059561 0.5327694 0.0211901 0.5326372 0.02001023 0.5336861 0.02059561 0.5330042 0.01895421 0.5348944 0.01992046 0.5321903 0.01847094 0.5321297 0.01690191 0.5334694 0.0171616 0.5321903 0.01847094 0.5330042 0.01895421 0.5321494 0.01998507 0.5321903 0.01847094 0.5321494 0.01998507 0.5313943 0.01997524 0.5321903 0.01847094 0.5313031 0.01850676 0.5312152 0.01698118 0.5753449 0.04537045 0.5762452 0.04515451 0.5756971 0.04595315 0.5753449 0.04537045 0.5756971 0.04595315 0.5748929 0.04636514 0.5753449 0.04537045 0.5743825 0.04547244 0.5747649 0.04473137 0.5753449 0.04537045 0.5747649 0.04473137 0.5758435 0.0445196 0.5737448 0.04393827 0.5728076 0.04278284 0.5746023 0.04189997 0.5737448 0.04393827 0.575204 0.04337269 0.5747649 0.04473137 0.5737448 0.04393827 0.5747649 0.04473137 0.5740283 0.04493367 0.5737448 0.04393827 0.5729923 0.04464387 0.5728076 0.04278284 0.573215 0.04567873 0.571522 0.04611921 0.5729923 0.04464387 0.573215 0.04567873 0.5729923 0.04464387 0.5740283 0.04493367 0.573215 0.04567873 0.5743825 0.04547244 0.5739286 0.04689007 0.573215 0.04567873 0.5739286 0.04689007 0.5724411 0.04768264 0.5760337 0.04657685 0.5756971 0.04595315 0.5767505 0.04600691 0.5760337 0.04657685 0.5767505 0.04600691 0.5771321 0.0466398 0.5760337 0.04657685 0.576327 0.04738384 0.575407 0.04728651 0.5760337 0.04657685 0.575407 0.04728651 0.5748929 0.04636514 0.5746489 0.0481252 0.5734502 0.04925054 0.5724411 0.04768264 0.5746489 0.0481252 0.5739286 0.04689007 0.575407 0.04728651 0.5746489 0.0481252 0.575407 0.04728651 0.5757386 0.04787212 0.5746489 0.0481252 0.5754857 0.04884654 0.5734502 0.04925054 0.5765491 0.04851633 0.577107 0.0498442 0.5754857 0.04884654 0.5765491 0.04851633 0.5754857 0.04884654 0.5757386 0.04787212 0.5765491 0.04851633 0.576327 0.04738384 0.5778316 0.04759144 0.5765491 0.04851633 0.5778316 0.04759144 0.577107 0.0498442 0.5772264 0.0446062 0.5775123 0.04507982 0.5765129 0.04555708 0.5772264 0.0446062 0.5762452 0.04515451 0.5758435 0.0445196 0.5772264 0.0446062 0.5770474 0.0439158 0.5783135 0.04386293 0.5772264 0.0446062 0.5783135 0.04386293 0.5775123 0.04507982 0.5795314 0.04306203 0.5808709 0.0422945 0.5812431 0.04328525 0.5795314 0.04306203 0.5799019 0.04394376 0.5783135 0.04386293 0.5795314 0.04306203 0.5783135 0.04386293 0.578767 0.04251402 0.5795314 0.04306203 0.578767 0.04251402 0.5800157 0.04111284 0.5771013 0.04275774 0.5770794 0.0413165 0.578767 0.04251402 0.5771013 0.04275774 0.578767 0.04251402 0.5780726 0.04341614 0.5771013 0.04275774 0.5770474 0.0439158 0.575204 0.04337269 0.5771013 0.04275774 0.575204 0.04337269 0.5746023 0.04189997 0.5777788 0.04558736 0.5767505 0.04600691 0.5765129 0.04555708 0.5777788 0.04558736 0.5775123 0.04507982 0.5786553 0.04453688 0.5777788 0.04558736 0.5790227 0.04519367 0.5782942 0.04608494 0.5777788 0.04558736 0.5782942 0.04608494 0.5771321 0.0466398 0.5793263 0.04652857 0.580576 0.04723578 0.5788189 0.04877161 0.5793263 0.04652857 0.5778316 0.04759144 0.5782942 0.04608494 0.5793263 0.04652857 0.5782942 0.04608494 0.5792603 0.04559117 0.5793263 0.04652857 0.5803915 0.04550576 0.580576 0.04723578 0.5803861 0.04470127 0.5817905 0.04405999 0.5822461 0.04521316 0.5803861 0.04470127 0.5803915 0.04550576 0.5790227 0.04519367 0.5803861 0.04470127 0.5790227 0.04519367 0.5799019 0.04394376 0.5803861 0.04470127 0.5799019 0.04394376 0.5812431 0.04328525 0.5563127 0.02627718 0.5569112 0.02524316 0.5570166 0.02653461 0.5563127 0.02627718 0.5570166 0.02653461 0.5565719 0.0277937 0.5563127 0.02627718 0.5555316 0.02736544 0.5553756 0.02616113 0.5563127 0.02627718 0.5553756 0.02616113 0.5561315 0.02501428 0.5539768 0.02631527 0.5523526 0.0261144 0.5533518 0.02368277 0.5539768 0.02631527 0.5548519 0.02450394 0.5553756 0.02616113 0.5539768 0.02631527 0.5553756 0.02616113 0.5548582 0.02711373 0.5539768 0.02631527 0.5537481 0.02781552 0.5523526 0.0261144 0.5546078 0.02875262 0.553321 0.0307433 0.5517218 0.02911579 0.5546078 0.02875262 0.5537481 0.02781552 0.5548582 0.02711373 0.5546078 0.02875262 0.5555316 0.02736544 0.5560199 0.02934938 0.5546078 0.02875262 0.5560199 0.02934938 0.5551291 0.03154546 0.5577155 0.02680468 0.5570166 0.02653461 0.5578986 0.02562057 0.5577155 0.02680468 0.5578986 0.02562057 0.5586426 0.02596855 0.5577155 0.02680468 0.558496 0.02733957 0.557631 0.02815026 0.5577155 0.02680468 0.557631 0.02815026 0.5565719 0.0277937 0.5574479 0.02982884 0.5570024 0.0321781 0.5551291 0.03154546 0.5574479 0.02982884 0.5560199 0.02934938 0.557631 0.02815026 0.5574479 0.02982884 0.557631 0.02815026 0.5582845 0.02840596 0.5574479 0.02982884 0.558665 0.02967995 0.5592846 0.03204345 0.5594443 0.02839159 0.5607952 0.02932965 0.558665 0.02967995 0.5594443 0.02839159 0.558665 0.02967995 0.5582845 0.02840596 0.5594443 0.02839159 0.558496 0.02733957 0.5599595 0.02643388 0.5594443 0.02839159 0.5599595 0.02643388 0.5616405 0.02680468 0.5572872 0.02401864 0.5578599 0.02414399 0.5574229 0.02538156 0.5572872 0.02401864 0.5569112 0.02524316 0.5561315 0.02501428 0.5572872 0.02401864 0.556648 0.02364897 0.5575869 0.02262914 0.5572872 0.02401864 0.5575869 0.02262914 0.5578599 0.02414399 0.5579566 0.02110016 0.5584482 0.01958692 0.5593559 0.02003538 0.5579566 0.02110016 0.558835 0.0214442 0.5575869 0.02262914 0.5579566 0.02110016 0.5575869 0.02262914 0.5570284 0.02130025 0.5579566 0.02110016 0.5570284 0.02130025 0.557078 0.0192781 0.5559313 0.02263355 0.5549425 0.02138692 0.5570284 0.02130025 0.5559313 0.02263355 0.5570284 0.02130025 0.5570976 0.02250677 0.5559313 0.02263355 0.556648 0.02364897 0.5548519 0.02450394 0.5559313 0.02263355 0.5548519 0.02450394 0.5533518 0.02368277 0.5583771 0.02442646 0.5578986 0.02562057 0.5574229 0.02538156 0.5583771 0.02442646 0.5578599 0.02414399 0.5590416 0.0231561 0.5583771 0.02442646 0.5590416 0.0231561 0.5591237 0.02456957 0.5583771 0.02442646 0.5591237 0.02456957 0.5586426 0.02596855 0.5603848 0.02427679 0.5619913 0.02398645 0.5616405 0.02680468 0.5603848 0.02427679 0.5599595 0.02643388 0.5591237 0.02456957 0.5603848 0.02427679 0.5591237 0.02456957 0.559535 0.02339071 0.5603848 0.02427679 0.5604245 0.02251505 0.5619913 0.02398645 0.5597828 0.02174335 0.5604227 0.02027589 0.5617964 0.02095526 0.5597828 0.02174335 0.5604245 0.02251505 0.5590416 0.0231561 0.5597828 0.02174335 0.5590416 0.0231561 0.558835 0.0214442 0.5597828 0.02174335 0.558835 0.0214442 0.5593559 0.02003538 0.5229069 0.2096855 0.522715 0.206145 0.5306962 0.2080458 0.5229069 0.2096855 0.5309956 0.2115947 0.5236709 0.2133109 0.5229069 0.2096855 0.5236709 0.2133109 0.5152686 0.2103544 0.5229069 0.2096855 0.5144824 0.2070139 0.522715 0.206145 0.5236724 0.1991778 0.522715 0.206145 0.5141524 0.2009531 0.5512683 0.1980801 0.5538637 0.1932421 0.5588905 0.1973136 0.5546528 0.2101339 0.5534176 0.2047205 0.5609239 0.2075508 0.5546528 0.2101339 0.5609239 0.2075508 0.5622344 0.2156834 0.5546528 0.2101339 0.5552119 0.2164384 0.5481994 0.2118626 0.5546528 0.2101339 0.5481994 0.2118626 0.5474225 0.207898 0.5495517 0.1595419 0.5490688 0.1638776 0.5416586 0.1593587 0.5495517 0.1595419 0.5416586 0.1593587 0.5420154 0.1544119 0.5495517 0.1595419 0.5504704 0.1554117 0.5576701 0.1597107 0.5495517 0.1595419 0.5576701 0.1597107 0.5490688 0.1638776 0.5476605 0.170297 0.5490688 0.1638776 0.5521481 0.1733942 0.5476605 0.170297 0.5415102 0.1703043 0.5414171 0.1636413 0.5222339 0.1727077 0.5194705 0.1662115 0.5274692 0.1647221 0.5222339 0.1727077 0.5178698 0.1764793 0.5194705 0.1662115 0.5186561 0.1609975 0.5194705 0.1662115 0.5103845 0.162599 0.5186561 0.1609975 0.5103845 0.162599 0.5103584 0.1576493 0.5186561 0.1609975 0.517961 0.1563095 0.5266351 0.159856 0.5186561 0.1609975 0.5266351 0.159856 0.5274692 0.1647221 0.5672836 0.26971 0.5725982 0.2767592 0.5655501 0.2753432 0.07616704 0.6187763 0.06715691 0.6117133 0.0826559 0.6001833 0.07616704 0.6187763 0.0826559 0.6001833 0.09339731 0.6145524 0.09847712 0.6353504 0.08692812 0.6276031 0.1035256 0.6255442 0.5672836 0.26971 0.5703762 0.265226 0.5752335 0.2712123 0.04745495 0.6077274 0.04881799 0.5771625 0.05037641 0.606705 0.2245627 0.1740016 0.2240373 0.1997928 0.1993563 0.1775993 0.1855421 0.1783093 0.1993563 0.1775993 0.1951633 0.2067094 0.1855421 0.1783093 0.1809225 0.2023359 0.1713633 0.1785145 0.1855421 0.1783093 0.1713633 0.1785145 0.1720904 0.1557874 0.1855421 0.1783093 0.186998 0.1524814 0.1993563 0.1775993 0.1833825 0.2391118 0.1697819 0.2512823 0.1668792 0.2445222 0.1833825 0.2391118 0.1796882 0.2285616 0.1977565 0.2281609 0.1721247 0.2239261 0.1809225 0.2023359 0.1796882 0.2285616 0.1721247 0.2239261 0.1796882 0.2285616 0.1668792 0.2445222 0.1721247 0.2239261 0.1619639 0.2412927 0.1626266 0.2222479 0.1721247 0.2239261 0.1626266 0.2222479 0.1681376 0.2009828 0.1532549 0.2526486 0.1619639 0.2412927 0.1564738 0.2552088 0.1532549 0.2526486 0.1564738 0.2552088 0.1471193 0.262045 0.1532549 0.2526486 0.1446306 0.2593431 0.1495965 0.2512434 0.1532549 0.2526486 0.1495965 0.2512434 0.1560423 0.2398285 0.1347236 0.2627257 0.1374628 0.2664546 0.1269905 0.2678661 0.1347236 0.2627257 0.1233324 0.2622779 0.1317802 0.2596635 0.1347236 0.2627257 0.1317802 0.2596635 0.141954 0.2575144 0.1347236 0.2627257 0.1446306 0.2593431 0.1374628 0.2664546 0.1863043 0.1254875 0.2011391 0.1193876 0.2010549 0.1495699 0.1863043 0.1254875 0.186998 0.1524814 0.1701051 0.1337457 0.1863043 0.1254875 0.1701051 0.1337457 0.1654909 0.1138234 0.1863043 0.1254875 0.1826717 0.1010424 0.2011391 0.1193876 0.1753112 0.0828613 0.1826717 0.1010424 0.1583313 0.09745472 0.1753112 0.0828613 0.1583313 0.09745472 0.166234 0.07039159 0.1753112 0.0828613 0.166234 0.07039159 0.192291 0.06826788 0.1753112 0.0828613 0.192291 0.06826788 0.2023548 0.0807181 0.3468692 0.4753324 0.3562951 0.4758757 0.3464521 0.4642623 0.3468692 0.4753324 0.3464521 0.4642623 0.3360923 0.4669926 0.3468692 0.4753324 0.337378 0.4767962 0.3388949 0.4874405 0.3468692 0.4753324 0.347667 0.4870698 0.3562951 0.4758757 0.3961576 0.495955 0.3902328 0.4896093 0.389979 0.4965912 0.3961576 0.495955 0.3959744 0.500852 0.40232 0.5035828 0.3045519 0.5154132 0.3085954 0.5122456 0.3042453 0.5137097 0.3045519 0.5154132 0.3042453 0.5137097 0.2990899 0.5167341 0.3045519 0.5154132 0.2993797 0.5179129 0.3048484 0.5175002 0.3045519 0.5154132 0.3048484 0.5175002 0.3093937 0.514683 0.3115548 0.5077859 0.3143963 0.5020031 0.3097972 0.5058053 0.3115548 0.5077859 0.3097972 0.5058053 0.3078359 0.5102276 0.3115548 0.5077859 0.3085954 0.5122456 0.3131616 0.5105291 0.3115548 0.5077859 0.3131616 0.5105291 0.3167935 0.5054458 0.3294087 0.4811915 0.337378 0.4767962 0.3270732 0.4732534 0.3294087 0.4811915 0.3270732 0.4732534 0.3198391 0.4817272 0.3294087 0.4811915 0.3229739 0.4875408 0.3317108 0.4901283 0.3294087 0.4811915 0.3317108 0.4901283 0.3388949 0.4874405 0.3180862 0.4948664 0.3229739 0.4875408 0.3148341 0.4910963 0.3180862 0.4948664 0.3148341 0.4910963 0.3116297 0.4996819 0.3180862 0.4948664 0.3143963 0.5020031 0.3209308 0.4998408 0.3180862 0.4948664 0.3209308 0.4998408 0.3258208 0.4944797 0.2753347 0.5251768 0.2645667 0.5275508 0.2649971 0.529769 0.2753347 0.5251768 0.2760033 0.5267967 0.2851436 0.5227878 0.2930344 0.5203688 0.2993797 0.5179129 0.2924344 0.5197831 0.2930344 0.5203688 0.2851436 0.5227878 0.2858709 0.5240455 0.2930344 0.5203688 0.2934619 0.5217368 0.2995348 0.5196338 0.3640686 0.477502 0.3703486 0.4795851 0.3729146 0.4692141 0.3640686 0.477502 0.3657481 0.4662427 0.3567911 0.4642749 0.3640686 0.477502 0.3562951 0.4758757 0.3562822 0.4880073 0.3640686 0.477502 0.3629957 0.4892438 0.3703486 0.4795851 0.3492264 0.5001417 0.3572357 0.5011999 0.3562822 0.4880073 0.3492264 0.5001417 0.347667 0.4870698 0.3408743 0.499766 0.3972697 0.5072184 0.403239 0.5095366 0.4019684 0.5059255 0.3972697 0.5072184 0.3959744 0.500852 0.3910764 0.5051756 0.3051248 0.5203543 0.3102694 0.5179592 0.3048484 0.5175002 0.3051248 0.5203543 0.3048484 0.5175002 0.2995348 0.5196338 0.3144667 0.5147976 0.3184519 0.5111317 0.3131616 0.5105291 0.3144667 0.5147976 0.3131616 0.5105291 0.3093937 0.514683 0.3339462 0.5010626 0.3408743 0.499766 0.3317108 0.4901283 0.3339462 0.5010626 0.3317108 0.4901283 0.3258208 0.4944797 0.3229602 0.507224 0.3280917 0.5036693 0.3209308 0.4998408 0.3229602 0.507224 0.3209308 0.4998408 0.3167935 0.5054458 0.2774763 0.5298221 0.286546 0.5271089 0.2858709 0.5240455 0.2774763 0.5298221 0.2760033 0.5267967 0.2673708 0.5326721 0.2935442 0.5246691 0.2994205 0.5224389 0.2934619 0.5217368 0.2935442 0.5246691 0.2934619 0.5217368 0.2858709 0.5240455 0.3631355 0.5019506 0.367968 0.5023885 0.3684704 0.4904714 0.3631355 0.5019506 0.3629957 0.4892438 0.3572357 0.5011999 0.1102553 0.2574809 0.1047558 0.2493196 0.1193043 0.2571216 0.1102553 0.2574809 0.1233324 0.2622779 0.1151886 0.2657079 0.1102553 0.2574809 0.1151886 0.2657079 0.1029338 0.2623572 0.08022898 0.5335699 0.08771699 0.5243059 0.08384966 0.5353904 0.08022898 0.5335699 0.08384966 0.5353904 0.07760709 0.5447637 0.06587749 0.5566177 0.06008636 0.5582072 0.06767278 0.5436246 0.06587749 0.5566177 0.06139302 0.5688028 0.06008636 0.5582072 0.05405038 0.5602815 0.06008636 0.5582072 0.05393606 0.5753443 0.6176927 0.2117348 0.6189748 0.1986948 0.6213083 0.2056043 0.6176927 0.2117348 0.6211122 0.2166709 0.6162019 0.2228695 0.6176927 0.2117348 0.6162019 0.2228695 0.6121077 0.2197948 0.6176927 0.2117348 0.6141093 0.2078026 0.6189748 0.1986948 0.4028407 0.5558184 0.3958445 0.5562359 0.4018604 0.562286 0.4028407 0.5558184 0.4018604 0.562286 0.4093313 0.5555683 0.3590498 0.5587819 0.3521493 0.5592657 0.3576861 0.5662993 0.3590498 0.5587819 0.3576861 0.5662993 0.366134 0.5650159 0.3178077 0.5546432 0.3201902 0.5540059 0.3172289 0.5518842 0.3178077 0.5546432 0.3172289 0.5518842 0.3156196 0.5526412 0.3178077 0.5546432 0.3154674 0.5547562 0.3155635 0.5573034 0.3178077 0.5546432 0.3182153 0.5572773 0.3206368 0.5567964 0.3227064 0.5535185 0.3253577 0.5530198 0.3223225 0.5504261 0.3227064 0.5535185 0.3223225 0.5504261 0.3196704 0.5510011 0.3227064 0.5535185 0.3201902 0.5540059 0.3230315 0.5563802 0.3227064 0.5535185 0.3230315 0.5563802 0.3255512 0.5558944 0.3281459 0.5523484 0.330704 0.5511428 0.3279302 0.5494408 0.3281459 0.5523484 0.3279302 0.5494408 0.3251031 0.5499693 0.3281459 0.5523484 0.3253577 0.5530198 0.3283476 0.5552048 0.3281459 0.5523484 0.3283476 0.5552048 0.3312769 0.5539733 0.3185376 0.5594524 0.3210241 0.5591237 0.3206368 0.5567964 0.3185376 0.5594524 0.3182153 0.5572773 0.3156348 0.5594877 0.3185376 0.5594524 0.3156348 0.5594877 0.3157543 0.5614594 0.3185376 0.5594524 0.3187816 0.5613422 0.3210241 0.5591237 0.3232878 0.5588107 0.3256406 0.558418 0.3230315 0.5563802 0.3232878 0.5588107 0.3230315 0.5563802 0.3210241 0.5591237 0.3232878 0.5588107 0.3210241 0.5591237 0.3213304 0.5610862 0.3232878 0.5588107 0.3235177 0.5608506 0.3257563 0.5605785 0.3283945 0.5578504 0.3315807 0.5568295 0.3283476 0.5552048 0.3283945 0.5578504 0.3283476 0.5552048 0.3255512 0.5558944 0.3283945 0.5578504 0.3256406 0.558418 0.328459 0.5602126 0.3283945 0.5578504 0.328459 0.5602126 0.3317291 0.559512 0.3200024 0.5939981 0.3192776 0.5738545 0.3156352 0.5745745 0.3200024 0.5939981 0.3244289 0.5947183 0.3192776 0.5738545 0.3280096 0.592666 0.3252941 0.572546 0.3224184 0.573068 0.3280096 0.592666 0.33228 0.5943292 0.3282739 0.5723795 0.3372208 0.5938366 0.331727 0.57266 0.33228 0.5943292 0.3372208 0.5938366 0.3421266 0.5943699 0.3357602 0.5728956 0.3116986 0.5947642 0.3112547 0.5748973 0.304489 0.5743409 0.3116986 0.5947642 0.3158545 0.5943391 0.3112547 0.5748973 0.3464765 0.5946173 0.3505741 0.5952029 0.3472778 0.5695791 0.3464765 0.5946173 0.3404799 0.5725945 0.3421266 0.5943699 0.3545473 0.6177982 0.35058 0.6189232 0.3555564 0.6317434 0.3545473 0.6177982 0.3597609 0.6290225 0.3581141 0.6164949 0.3103777 0.6145882 0.3067864 0.6139041 0.3081886 0.6234971 0.3103777 0.6145882 0.3081886 0.6234971 0.3123142 0.6260017 0.3132807 0.5423691 0.3100147 0.5453196 0.315132 0.5463702 0.3132807 0.5423691 0.315132 0.5463702 0.3181719 0.54457 0.3163926 0.5493342 0.315132 0.5463702 0.3124468 0.5487802 0.3163926 0.5493342 0.3142673 0.5512142 0.3172289 0.5518842 0.3163926 0.5493342 0.3172289 0.5518842 0.3196704 0.5510011 0.3163926 0.5493342 0.3190634 0.5480305 0.315132 0.5463702 0.3202406 0.5390159 0.3167989 0.5400953 0.3212492 0.5436623 0.3202406 0.5390159 0.3212492 0.5436623 0.3237475 0.5388638 0.32189 0.5473032 0.3212492 0.5436623 0.3181719 0.54457 0.32189 0.5473032 0.3190634 0.5480305 0.3223225 0.5504261 0.32189 0.5473032 0.3223225 0.5504261 0.3251031 0.5499693 0.32189 0.5473032 0.3248299 0.5469182 0.3244181 0.543379 0.3274616 0.5393723 0.3237475 0.5388638 0.3244181 0.543379 0.3274616 0.5393723 0.3277325 0.5434517 0.331408 0.5404275 0.3278405 0.5466415 0.3277325 0.5434517 0.3248299 0.5469182 0.3278405 0.5466415 0.3248299 0.5469182 0.3279302 0.5494408 0.3278405 0.5466415 0.3279302 0.5494408 0.329796 0.5492027 0.3278405 0.5466415 0.3305696 0.5471303 0.3310512 0.5442106 0.3189542 0.5631207 0.3187816 0.5613422 0.315995 0.5633692 0.3189542 0.5631207 0.315995 0.5633692 0.319055 0.565144 0.3189542 0.5631207 0.319055 0.565144 0.3217012 0.5646342 0.3189542 0.5631207 0.3215338 0.5627822 0.3213304 0.5610862 0.3190833 0.5677683 0.319055 0.565144 0.316108 0.5655604 0.3190833 0.5677683 0.3158441 0.5683767 0.3192776 0.5738545 0.3190833 0.5677683 0.3192776 0.5738545 0.3224184 0.573068 0.3190833 0.5677683 0.3218994 0.5670639 0.319055 0.565144 0.3237638 0.5625404 0.3235177 0.5608506 0.3215338 0.5627822 0.3237638 0.5625404 0.3215338 0.5627822 0.3240621 0.5643186 0.3237638 0.5625404 0.3240621 0.5643186 0.3260288 0.5623632 0.3237638 0.5625404 0.3260288 0.5623632 0.3257563 0.5605785 0.3244487 0.5666242 0.3240621 0.5643186 0.3217012 0.5646342 0.3244487 0.5666242 0.3218994 0.5670639 0.3252941 0.572546 0.3244487 0.5666242 0.3252941 0.572546 0.3270485 0.5664752 0.3244487 0.5666242 0.3270485 0.5664752 0.3264591 0.5641897 0.3287133 0.5622192 0.328459 0.5602126 0.3260288 0.5623632 0.3287133 0.5622192 0.3260288 0.5623632 0.3264591 0.5641897 0.3287133 0.5622192 0.3292136 0.5642395 0.3318358 0.5618216 0.3287133 0.5622192 0.3318358 0.5618216 0.328459 0.5602126 0.3300161 0.5666433 0.3292136 0.5642395 0.3270485 0.5664752 0.3300161 0.5666433 0.3270485 0.5664752 0.3282739 0.5723795 0.3300161 0.5666433 0.331727 0.57266 0.3334565 0.5666754 0.3300161 0.5666433 0.3334565 0.5666754 0.3322839 0.5640965 0.3356119 0.5419152 0.331408 0.5404275 0.3310512 0.5442106 0.3356119 0.5419152 0.3342329 0.5459852 0.3400452 0.5444642 0.332665 0.5490415 0.3342329 0.5459852 0.3305696 0.5471303 0.332665 0.5490415 0.3305696 0.5471303 0.329796 0.5492027 0.332665 0.5490415 0.330704 0.5511428 0.3341956 0.5518616 0.332665 0.5490415 0.3341956 0.5518616 0.3371146 0.5487364 0.3130773 0.5536705 0.3154674 0.5547562 0.3156196 0.5526412 0.3130773 0.5536705 0.3142673 0.5512142 0.3104331 0.5515176 0.3130773 0.5536705 0.3104331 0.5515176 0.3089666 0.5545301 0.3130773 0.5536705 0.3124774 0.5563554 0.3154674 0.5547562 0.3073298 0.5484287 0.3104331 0.5515176 0.3124468 0.5487802 0.3073298 0.5484287 0.3050408 0.5519246 0.3104331 0.5515176 0.3121221 0.5589208 0.3156348 0.5594877 0.3155635 0.5573034 0.3121221 0.5589208 0.3124774 0.5563554 0.3079232 0.5577654 0.3121221 0.5589208 0.3079232 0.5577654 0.3077255 0.5608814 0.3121221 0.5589208 0.3121317 0.5612788 0.3156348 0.5594877 0.3029621 0.5560353 0.3079232 0.5577654 0.3089666 0.5545301 0.3029621 0.5560353 0.3023479 0.5603488 0.3079232 0.5577654 0.3126264 0.5633413 0.315995 0.5633692 0.3157543 0.5614594 0.3126264 0.5633413 0.3121317 0.5612788 0.3087962 0.5635362 0.3126264 0.5633413 0.3087962 0.5635362 0.3099746 0.5655655 0.3126264 0.5633413 0.3128448 0.5655955 0.315995 0.5633692 0.3120252 0.5685285 0.3112547 0.5748973 0.3156352 0.5745745 0.3120252 0.5685285 0.3158441 0.5683767 0.3128448 0.5655955 0.3120252 0.5685285 0.3128448 0.5655955 0.3099746 0.5655655 0.3120252 0.5685285 0.3080776 0.5674714 0.3112547 0.5748973 0.3044525 0.5644528 0.299852 0.5657302 0.304489 0.5743409 0.3044525 0.5644528 0.3080776 0.5674714 0.3087962 0.5635362 0.3044525 0.5644528 0.3087962 0.5635362 0.3077255 0.5608814 0.3354148 0.5608839 0.3356696 0.5582357 0.3317291 0.559512 0.3354148 0.5608839 0.3318358 0.5618216 0.3356288 0.5633892 0.3354148 0.5608839 0.3356288 0.5633892 0.3389024 0.5625522 0.3354148 0.5608839 0.3398643 0.5599408 0.3356696 0.5582357 0.3455983 0.5595266 0.3472767 0.5539504 0.3407093 0.5563822 0.3455983 0.5595266 0.3398643 0.5599408 0.3416593 0.5640448 0.3455983 0.5595266 0.3416593 0.5640448 0.3472778 0.5695791 0.3374748 0.5661185 0.3404799 0.5725945 0.3416593 0.5640448 0.3374748 0.5661185 0.3416593 0.5640448 0.3389024 0.5625522 0.3374748 0.5661185 0.3356288 0.5633892 0.3334565 0.5666754 0.3374748 0.5661185 0.3334565 0.5666754 0.3357602 0.5728956 0.3446795 0.5487028 0.3400452 0.5444642 0.3371146 0.5487364 0.3446795 0.5487028 0.3395331 0.5524247 0.3472767 0.5539504 0.3352302 0.5550773 0.3395331 0.5524247 0.3341956 0.5518616 0.3352302 0.5550773 0.3341956 0.5518616 0.3312769 0.5539733 0.3352302 0.5550773 0.3315807 0.5568295 0.3356696 0.5582357 0.3352302 0.5550773 0.3356696 0.5582357 0.3407093 0.5563822 0.3192843 0.6170039 0.3144 0.6155341 0.3178035 0.6290718 0.3192843 0.6170039 0.3178035 0.6290718 0.3241567 0.6198391 0.3451333 0.6194996 0.3401837 0.621174 0.3442643 0.6345829 0.3451333 0.6194996 0.3499636 0.633466 0.35058 0.6189232 0.3311157 0.6131594 0.3298974 0.6191815 0.3344278 0.632782 0.3281432 0.6248815 0.3241567 0.6198391 0.3237611 0.6320578 0.3281432 0.6248815 0.3292915 0.6343101 0.3344278 0.632782 0.3377081 0.6255924 0.3342677 0.6191796 0.3344278 0.632782 0.3377081 0.6255924 0.3397403 0.635487 0.3442643 0.6345829 0.3882851 0.6259762 0.3910756 0.6253004 0.388635 0.6237373 0.3882851 0.6259762 0.388635 0.6237373 0.3846646 0.6251911 0.3882851 0.6259762 0.3850983 0.6271116 0.3878588 0.6280632 0.3882851 0.6259762 0.3878588 0.6280632 0.3901008 0.627575 0.3819495 0.6280472 0.3850983 0.6271116 0.3846646 0.6251911 0.3819495 0.6280472 0.3806104 0.6262968 0.3794929 0.6293722 0.3819495 0.6280472 0.3794929 0.6293722 0.3813994 0.6308032 0.3819495 0.6280472 0.3832758 0.6296349 0.3850983 0.6271116 0.3876011 0.629639 0.3895021 0.6292681 0.3878588 0.6280632 0.3876011 0.629639 0.3878588 0.6280632 0.3855052 0.6288452 0.3876011 0.629639 0.3857639 0.6302185 0.3874957 0.6307916 0.3876011 0.629639 0.3874957 0.6307916 0.3899775 0.6309692 0.3840141 0.6309356 0.3857639 0.6302185 0.3832758 0.6296349 0.3840141 0.6309356 0.3832758 0.6296349 0.3824277 0.6319972 0.3840141 0.6309356 0.3824277 0.6319972 0.3844407 0.6319501 0.3840141 0.6309356 0.3844407 0.6319501 0.3859544 0.6312735 0.1401079 0.05655837 0.159487 0.04031038 0.1487979 0.05908459 0.1401079 0.05655837 0.1487979 0.05908459 0.1310127 0.07569879 0.1574514 0.06308084 0.1487979 0.05908459 0.1665832 0.04247039 0.1574514 0.06308084 0.1742789 0.04701882 0.166234 0.07039159 0.1574514 0.06308084 0.166234 0.07039159 0.1496883 0.08558076 0.1574514 0.06308084 0.140624 0.07914286 0.1487979 0.05908459 0.3847832 0.4858276 0.3862144 0.4784989 0.3798049 0.4834957 0.3847832 0.4858276 0.3798049 0.4834957 0.3783279 0.4924013 0.3847832 0.4858276 0.3839806 0.493956 0.3902328 0.4896093 0.3752936 0.4814988 0.3798049 0.4834957 0.3819 0.4753273 0.3752936 0.4814988 0.3778827 0.4722373 0.3703486 0.4795851 0.3752936 0.4814988 0.3703486 0.4795851 0.3684704 0.4904714 0.3752936 0.4814988 0.3733695 0.4913818 0.3798049 0.4834957 0.384435 0.5036838 0.3910764 0.5051756 0.389979 0.4965912 0.384435 0.5036838 0.3839806 0.493956 0.3780874 0.5027816 0.3727751 0.5025077 0.3780874 0.5027816 0.3783279 0.4924013 0.3727751 0.5025077 0.3733695 0.4913818 0.367968 0.5023885 0.3878368 0.5569884 0.3798021 0.5577132 0.386739 0.5626767 0.3878368 0.5569884 0.386739 0.5626767 0.3942049 0.5623912 0.3727243 0.5580476 0.3660061 0.5583008 0.3731171 0.5639739 0.3727243 0.5580476 0.3731171 0.5639739 0.3796479 0.5631889 0.3857526 0.6100232 0.3820372 0.6111677 0.3867681 0.6152942 0.3857526 0.6100232 0.3867681 0.6152942 0.389053 0.6133927 0.3781628 0.6119936 0.3742892 0.6127069 0.3765916 0.6171157 0.3781628 0.6119936 0.3796628 0.6177495 0.3820372 0.6111677 0.3837001 0.641799 0.3845923 0.6364709 0.3828797 0.6409014 0.3837001 0.641799 0.3828797 0.6409014 0.3821976 0.6471754 0.3837001 0.641799 0.3833265 0.6479411 0.3845002 0.6423024 0.3837001 0.641799 0.3845002 0.6423024 0.3851816 0.6371416 0.3841584 0.6523724 0.3833265 0.6479411 0.3825896 0.6522 0.3841584 0.6523724 0.3825896 0.6522 0.3858074 0.6552389 0.3841584 0.6523724 0.3858074 0.6552389 0.3856723 0.6521222 0.3841584 0.6523724 0.3856723 0.6521222 0.3845112 0.6485574 0.3954659 0.6377047 0.4003864 0.6420882 0.3956866 0.6367148 0.3954659 0.6377047 0.3956866 0.6367148 0.3904258 0.6341383 0.3954659 0.6377047 0.3904258 0.6341383 0.3903226 0.6348972 0.3954659 0.6377047 0.3948242 0.6382458 0.4003864 0.6420882 0.402266 0.6455235 0.4003864 0.6420882 0.3993689 0.6429067 0.402266 0.6455235 0.4007489 0.6466301 0.4026038 0.6483246 0.402266 0.6455235 0.4026038 0.6483246 0.4050223 0.64662 0.402266 0.6455235 0.4036045 0.6445993 0.4028446 0.641966 0.3805003 0.6513127 0.3797334 0.6557762 0.3825896 0.6522 0.3805003 0.6513127 0.3825896 0.6522 0.3821976 0.6471754 0.3805003 0.6513127 0.3809413 0.6461849 0.3784544 0.6498085 0.3805003 0.6513127 0.3784544 0.6498085 0.3755563 0.6540974 0.3949839 0.6504316 0.3938624 0.6477804 0.3931785 0.6509625 0.3949839 0.6504316 0.3931785 0.6509625 0.3954759 0.6526929 0.3949839 0.6504316 0.3954759 0.6526929 0.396875 0.6495109 0.3949839 0.6504316 0.396875 0.6495109 0.3938624 0.6477804 0.3914366 0.6512025 0.3906202 0.6486771 0.3896215 0.6513846 0.3914366 0.6512025 0.3896215 0.6513846 0.3901285 0.6527835 0.3914366 0.6512025 0.3916554 0.6531584 0.3931785 0.6509625 0.3914366 0.6512025 0.3931785 0.6509625 0.3922036 0.6483659 0.3988742 0.6481015 0.396875 0.6495109 0.3995809 0.6507162 0.3988742 0.6481015 0.3995809 0.6507162 0.4011524 0.6495007 0.3988742 0.6481015 0.4007489 0.6466301 0.3979359 0.645379 0.3988742 0.6481015 0.3979359 0.645379 0.395729 0.6468188 0.3875967 0.6517421 0.3889796 0.6535807 0.3896215 0.6513846 0.3875967 0.6517421 0.3896215 0.6513846 0.3888803 0.6489342 0.3875967 0.6517421 0.386752 0.6493574 0.3856723 0.6521222 0.3875967 0.6517421 0.3856723 0.6521222 0.3873539 0.6543294 0.3923779 0.6448373 0.3909795 0.6453402 0.3922036 0.6483659 0.3923779 0.6448373 0.3938624 0.6477804 0.3940739 0.6441482 0.3923779 0.6448373 0.3940739 0.6441482 0.3921789 0.6414932 0.3923779 0.6448373 0.3908042 0.641852 0.3909795 0.6453402 0.3896461 0.6456273 0.3882116 0.6460101 0.3888803 0.6489342 0.3896461 0.6456273 0.3906202 0.6486771 0.3909795 0.6453402 0.3896461 0.6456273 0.3909795 0.6453402 0.3897355 0.642213 0.3896461 0.6456273 0.3887113 0.6424376 0.3876769 0.6428785 0.3865098 0.6468003 0.3852782 0.6460916 0.3845112 0.6485574 0.3865098 0.6468003 0.386752 0.6493574 0.3888803 0.6489342 0.3865098 0.6468003 0.3882116 0.6460101 0.3865773 0.643889 0.3865098 0.6468003 0.3865773 0.643889 0.3852782 0.6460916 0.3963003 0.643303 0.3940739 0.6441482 0.395729 0.6468188 0.3963003 0.643303 0.3979359 0.645379 0.3993689 0.6429067 0.3963003 0.643303 0.3969585 0.6416385 0.3941208 0.6412758 0.3963003 0.643303 0.3941208 0.6412758 0.3940739 0.6441482 0.3939497 0.6384915 0.3969585 0.6416385 0.3948242 0.6382458 0.3939497 0.6384915 0.3948242 0.6382458 0.39012 0.6355273 0.3939497 0.6384915 0.39012 0.6355273 0.3928545 0.6385925 0.3939497 0.6384915 0.3928545 0.6385925 0.3948816 0.6406149 0.3852545 0.6419773 0.3857614 0.6374486 0.3845002 0.6423024 0.3852545 0.6419773 0.3845002 0.6423024 0.3852782 0.6460916 0.3852545 0.6419773 0.3852782 0.6460916 0.3858761 0.6439553 0.3852545 0.6419773 0.3859721 0.6412236 0.3857614 0.6374486 0.3915508 0.6386993 0.3928545 0.6385925 0.3893277 0.6365925 0.3915508 0.6386993 0.3893277 0.6365925 0.3892498 0.6373183 0.3915508 0.6386993 0.3903129 0.638848 0.3921789 0.6414932 0.3915508 0.6386993 0.3941208 0.6412758 0.3948816 0.6406149 0.3866621 0.6404414 0.3868367 0.6375765 0.3859721 0.6412236 0.3866621 0.6404414 0.3859721 0.6412236 0.3858761 0.6439553 0.3866621 0.6404414 0.3865773 0.643889 0.3876769 0.6428785 0.3866621 0.6404414 0.3873378 0.6398059 0.3872112 0.6380476 0.3880128 0.6394925 0.3875128 0.6373113 0.3872112 0.6380476 0.3880128 0.6394925 0.3873378 0.6398059 0.3887113 0.6424376 0.3880128 0.6394925 0.3887113 0.6424376 0.3897355 0.642213 0.3880128 0.6394925 0.3887007 0.6393117 0.3875128 0.6373113 0.3894152 0.6390745 0.3884601 0.6369627 0.3887007 0.6393117 0.3894152 0.6390745 0.3887007 0.6393117 0.3897355 0.642213 0.3894152 0.6390745 0.3908042 0.641852 0.3903129 0.638848 0.3894152 0.6390745 0.3903129 0.638848 0.3892498 0.6373183 0.3871736 0.6364133 0.3876365 0.6361473 0.3869805 0.6360678 0.3871736 0.6364133 0.3869805 0.6360678 0.3864122 0.6371315 0.3871736 0.6364133 0.3868367 0.6375765 0.3875128 0.6373113 0.3871736 0.6364133 0.3875128 0.6373113 0.3879696 0.6371263 0.3881887 0.6359745 0.3893277 0.6365925 0.3894263 0.6358351 0.3881887 0.6359745 0.3881282 0.6355487 0.3874931 0.635749 0.3881887 0.6359745 0.3876365 0.6361473 0.3879696 0.6371263 0.3881887 0.6359745 0.3884601 0.6369627 0.3893277 0.6365925 0.4026814 0.67366 0.4040958 0.6719021 0.4012409 0.6689845 0.4026814 0.67366 0.399435 0.6691783 0.3999708 0.6747435 0.4026814 0.67366 0.3999708 0.6747435 0.4027126 0.6781378 0.4026814 0.67366 0.405714 0.6776328 0.4040958 0.6719021 0.3972616 0.6769517 0.3944233 0.6751694 0.3926498 0.678851 0.3972616 0.6769517 0.3951445 0.6793519 0.3998203 0.6789329 0.3972616 0.6769517 0.3998203 0.6789329 0.4027126 0.6781378 0.3972616 0.6769517 0.3999708 0.6747435 0.3944233 0.6751694 0.3908367 0.6544995 0.3889796 0.6535807 0.38943 0.6555632 0.3908367 0.6544995 0.38943 0.6555632 0.3919934 0.6566794 0.3908367 0.6544995 0.3929425 0.6547209 0.3916554 0.6531584 0.3908367 0.6544995 0.3916554 0.6531584 0.3901285 0.6527835 0.3952984 0.6351227 0.4016788 0.638988 0.4004983 0.6362292 0.3952984 0.6351227 0.3949812 0.633487 0.3901653 0.6323116 0.3952984 0.6351227 0.3901653 0.6323116 0.3896911 0.6328344 0.3952984 0.6351227 0.3956866 0.6367148 0.4016788 0.638988 0.2900456 0.6364462 0.2869773 0.6376636 0.2884663 0.6405566 0.2900456 0.6364462 0.2918612 0.6396595 0.2953488 0.6386901 0.2900456 0.6364462 0.2926552 0.6347705 0.2884055 0.6332673 0.2900456 0.6364462 0.2884055 0.6332673 0.2858642 0.6349597 0.3973118 0.6275191 0.3966946 0.6291437 0.3996723 0.6302401 0.3973118 0.6275191 0.4000422 0.628292 0.4003059 0.6262891 0.3973118 0.6275191 0.3976963 0.6257855 0.3957361 0.625512 0.3973118 0.6275191 0.3948777 0.6266888 0.3966946 0.6291437 0.393036 0.6257436 0.3910756 0.6253004 0.3919956 0.6276664 0.393036 0.6257436 0.3919956 0.6276664 0.3940309 0.6282262 0.393036 0.6257436 0.3948777 0.6266888 0.3947466 0.6242905 0.393036 0.6257436 0.3947466 0.6242905 0.3928797 0.6226381 0.3973094 0.6241893 0.396939 0.6225196 0.3947466 0.6242905 0.3973094 0.6241893 0.3947466 0.6242905 0.3957361 0.625512 0.3973094 0.6241893 0.3976963 0.6257855 0.4002982 0.6247642 0.3973094 0.6241893 0.4002982 0.6247642 0.400607 0.6232113 0.2985427 0.628873 0.2973755 0.6264386 0.2958037 0.6272559 0.2985427 0.628873 0.2970347 0.6296748 0.2985086 0.6325104 0.2985427 0.628873 0.3000752 0.6314696 0.301198 0.6303988 0.2985427 0.628873 0.3002463 0.6282358 0.2973755 0.6264386 0.3019877 0.6282142 0.3038646 0.6281238 0.3010764 0.6239571 0.3019877 0.6282142 0.2999563 0.6246088 0.2988912 0.6254997 0.3019877 0.6282142 0.3002463 0.6282358 0.301198 0.6303988 0.3019877 0.6282142 0.3030911 0.6315611 0.3038646 0.6281238 0.3023384 0.6343907 0.306314 0.6380742 0.3071634 0.6333196 0.3023384 0.6343907 0.3030911 0.6315611 0.3000752 0.6314696 0.3023384 0.6343907 0.3000752 0.6314696 0.2985086 0.6325104 0.3023384 0.6343907 0.3004683 0.6361794 0.306314 0.6380742 0.37625 0.6369011 0.3744269 0.6393377 0.3771898 0.6378834 0.37625 0.6369011 0.3771898 0.6378834 0.3776317 0.6343784 0.37625 0.6369011 0.3776317 0.6343784 0.3752706 0.6353967 0.37625 0.6369011 0.3752706 0.6353967 0.3733507 0.6376672 0.3742942 0.6329404 0.3730567 0.6302508 0.3696153 0.6332115 0.3742942 0.6329404 0.3717122 0.6355481 0.3752706 0.6353967 0.3742942 0.6329404 0.3752706 0.6353967 0.3764374 0.6337007 0.3742942 0.6329404 0.3763136 0.6314306 0.3730567 0.6302508 0.3783832 0.6316757 0.3794929 0.6293722 0.3765463 0.6280026 0.3783832 0.6316757 0.3763136 0.6314306 0.3776317 0.6343784 0.3783832 0.6316757 0.3776317 0.6343784 0.3788741 0.6351572 0.3783832 0.6316757 0.3801048 0.6327206 0.3794929 0.6293722 0.3723512 0.6417822 0.373409 0.6433659 0.375289 0.6406895 0.3723512 0.6417822 0.3744269 0.6393377 0.370759 0.6400908 0.3723512 0.6417822 0.370759 0.6400908 0.3683291 0.6419814 0.3723512 0.6417822 0.3692641 0.6438801 0.373409 0.6433659 0.3644066 0.645277 0.3587237 0.6466377 0.3599195 0.6517382 0.3644066 0.645277 0.3663032 0.6481456 0.3692641 0.6438801 0.3644066 0.645277 0.3692641 0.6438801 0.3648956 0.641901 0.3644066 0.645277 0.3648956 0.641901 0.3592045 0.6414554 0.367955 0.6385965 0.3649407 0.6368842 0.3648956 0.641901 0.367955 0.6385965 0.3648956 0.641901 0.3683291 0.6419814 0.367955 0.6385965 0.370759 0.6400908 0.3733507 0.6376672 0.367955 0.6385965 0.3717122 0.6355481 0.3696153 0.6332115 0.3780475 0.6387738 0.3771898 0.6378834 0.375289 0.6406895 0.3780475 0.6387738 0.3762853 0.6418526 0.3789585 0.6393558 0.3780475 0.6387738 0.3789585 0.6393558 0.3799986 0.6367636 0.3780475 0.6387738 0.3797085 0.635845 0.3771898 0.6378834 0.3810805 0.6336099 0.3824277 0.6319972 0.3813994 0.6308032 0.3810805 0.6336099 0.3801048 0.6327206 0.3797085 0.635845 0.3810805 0.6336099 0.3797085 0.635845 0.3811264 0.6354664 0.3810805 0.6336099 0.3811264 0.6354664 0.3827257 0.6338899 0.3963828 0.6304126 0.3993611 0.6316011 0.3996723 0.6302401 0.3963828 0.6304126 0.3966946 0.6291437 0.3940309 0.6282262 0.3963828 0.6304126 0.3936587 0.6295092 0.393863 0.6304857 0.3963828 0.6304126 0.3960613 0.6314465 0.3993611 0.6316011 0.3954148 0.6323665 0.3949812 0.633487 0.3996946 0.6342532 0.3954148 0.6323665 0.3996946 0.6342532 0.3960613 0.6314465 0.3954148 0.6323665 0.3960613 0.6314465 0.393863 0.6304857 0.3954148 0.6323665 0.392282 0.6306256 0.3949812 0.633487 0.3914432 0.6291763 0.3895021 0.6292681 0.3899775 0.6309692 0.3914432 0.6291763 0.392282 0.6306256 0.3936587 0.6295092 0.3914432 0.6291763 0.3936587 0.6295092 0.3919956 0.6276664 0.3914432 0.6291763 0.3919956 0.6276664 0.3901008 0.627575 0.3746094 0.6445373 0.3762853 0.6418526 0.373409 0.6433659 0.3746094 0.6445373 0.373409 0.6433659 0.3706977 0.6458665 0.3746094 0.6445373 0.3727409 0.6471288 0.3758469 0.645832 0.3746094 0.6445373 0.3758469 0.645832 0.3773669 0.6429242 0.3770159 0.6477853 0.3784544 0.6498085 0.3796672 0.6450876 0.3770159 0.6477853 0.378485 0.6440016 0.3758469 0.645832 0.3770159 0.6477853 0.3758469 0.645832 0.3745489 0.6477376 0.3770159 0.6477853 0.3746535 0.6500115 0.3784544 0.6498085 0.3704008 0.6499276 0.3677857 0.6535454 0.3746535 0.6500115 0.3704008 0.6499276 0.3746535 0.6500115 0.3727409 0.6471288 0.3704008 0.6499276 0.3727409 0.6471288 0.3706977 0.6458665 0.3704008 0.6499276 0.3663032 0.6481456 0.3677857 0.6535454 0.2958803 0.6301905 0.2970347 0.6296748 0.2958037 0.6272559 0.2958803 0.6301905 0.2945706 0.6277822 0.2934887 0.6284422 0.2958803 0.6301905 0.2949404 0.6310172 0.29712 0.6329478 0.2958803 0.6301905 0.29712 0.6329478 0.2970347 0.6296748 0.2982197 0.6364032 0.2994492 0.6406195 0.3004683 0.6361794 0.2982197 0.6364032 0.3004683 0.6361794 0.2985086 0.6325104 0.2982197 0.6364032 0.29712 0.6329478 0.2959648 0.6352111 0.2982197 0.6364032 0.2959648 0.6352111 0.2953488 0.6386901 0.2940761 0.6327524 0.2926552 0.6347705 0.2959648 0.6352111 0.2940761 0.6327524 0.2959648 0.6352111 0.2959917 0.6330399 0.2940761 0.6327524 0.2949404 0.6310172 0.2923704 0.6296604 0.2940761 0.6327524 0.2923704 0.6296604 0.2908111 0.6313108 0.06166654 0.5777904 0.05599308 0.5833594 0.05393606 0.5753443 0.06166654 0.5777904 0.06139302 0.5688028 0.06859213 0.5752351 0.06166654 0.5777904 0.06859213 0.5752351 0.06290405 0.586595 0.06166654 0.5777904 0.06290405 0.586595 0.05599308 0.5833594 0.06086075 0.6092577 0.06290405 0.586595 0.06715691 0.6117133 0.05317878 0.6074609 0.05037641 0.606705 0.05599308 0.5833594 0.6109852 0.2416823 0.6105977 0.2477369 0.605901 0.2406255 0.6109852 0.2416823 0.605901 0.2406255 0.6085044 0.233806 0.6109852 0.2416823 0.6124084 0.2357745 0.6162047 0.241338 0.6109852 0.2416823 0.6162047 0.241338 0.6173387 0.2468111 0.397373 0.6205653 0.40182 0.6211245 0.3987095 0.6164882 0.397373 0.6205653 0.3987095 0.6164882 0.3932228 0.6170467 0.397373 0.6205653 0.3929722 0.620571 0.396939 0.6225196 0.397373 0.6205653 0.396939 0.6225196 0.400607 0.6232113 0.3712942 0.6280463 0.3671644 0.6308884 0.3696153 0.6332115 0.3712942 0.6280463 0.3730567 0.6302508 0.3754146 0.6259427 0.3712942 0.6280463 0.3754146 0.6259427 0.3737063 0.6225648 0.3712942 0.6280463 0.368048 0.6238997 0.3671644 0.6308884 0.3981443 0.5710154 0.4018604 0.562286 0.3942049 0.5623912 0.3981443 0.5710154 0.3910256 0.5718647 0.3944009 0.580888 0.3981443 0.5710154 0.3944009 0.580888 0.3991255 0.5805468 0.3981443 0.5710154 0.4035915 0.5737912 0.4018604 0.562286 0.4041008 0.5907908 0.4096166 0.587864 0.4035915 0.5737912 0.354723 0.5967513 0.3532052 0.5785852 0.3505741 0.5952029 0.3591966 0.5744417 0.3576861 0.5662993 0.3532052 0.5785852 0.3591966 0.5744417 0.3532052 0.5785852 0.3618035 0.5835362 0.3591966 0.5744417 0.3618035 0.5835362 0.3671991 0.5738483 0.3591966 0.5744417 0.3671991 0.5738483 0.366134 0.5650159 0.4010469 0.6084502 0.3962835 0.6085807 0.3987095 0.6164882 0.4010469 0.6084502 0.3987095 0.6164882 0.4037817 0.6167403 0.3925728 0.6086623 0.3892756 0.609031 0.389053 0.6133927 0.3925728 0.6086623 0.3908261 0.6150153 0.3962835 0.6085807 0.3705766 0.6135138 0.3667063 0.6144081 0.3737063 0.6225648 0.3705766 0.6135138 0.3755221 0.6196507 0.3742892 0.6127069 0.3623596 0.6153833 0.3581141 0.6164949 0.3635878 0.6261318 0.3623596 0.6153833 0.368048 0.6238997 0.3667063 0.6144081 0.3798335 0.6245077 0.3806104 0.6262968 0.3843252 0.6232569 0.3798335 0.6245077 0.3843252 0.6232569 0.3795855 0.6226966 0.3798335 0.6245077 0.3795855 0.6226966 0.3754146 0.6259427 0.3798335 0.6245077 0.3754146 0.6259427 0.3765463 0.6280026 0.3798328 0.6208806 0.3795855 0.6226966 0.3840454 0.6213683 0.3798328 0.6208806 0.3837905 0.6195843 0.3796628 0.6177495 0.3798328 0.6208806 0.3796628 0.6177495 0.3755221 0.6196507 0.3798328 0.6208806 0.3755221 0.6196507 0.3795855 0.6226966 0.3886638 0.6217064 0.388635 0.6237373 0.3928797 0.6226381 0.3886638 0.6217064 0.3929722 0.620571 0.3883512 0.619852 0.3886638 0.6217064 0.3883512 0.619852 0.3840454 0.6213683 0.3886638 0.6217064 0.3843252 0.6232569 0.388635 0.6237373 0.3876768 0.6181426 0.3883512 0.619852 0.3932228 0.6170467 0.3876768 0.6181426 0.3908261 0.6150153 0.3867681 0.6152942 0.3876768 0.6181426 0.3867681 0.6152942 0.3832309 0.6166143 0.3876768 0.6181426 0.3837905 0.6195843 0.3883512 0.619852 0.3848042 0.5723293 0.386739 0.5626767 0.3796479 0.5631889 0.3848042 0.5723293 0.3791 0.5726909 0.3833184 0.5835024 0.3848042 0.5723293 0.3833184 0.5835024 0.388292 0.5826187 0.3848042 0.5723293 0.3910256 0.5718647 0.386739 0.5626767 0.3735326 0.5732309 0.3731171 0.5639739 0.3671991 0.5738483 0.3735326 0.5732309 0.3671991 0.5738483 0.3686289 0.5839266 0.3735326 0.5732309 0.3741075 0.5840191 0.3791 0.5726909 0.3735326 0.5732309 0.3791 0.5726909 0.3731171 0.5639739 0.3820647 0.6400442 0.3811568 0.639468 0.3796672 0.6450876 0.3820647 0.6400442 0.3809413 0.6461849 0.3828797 0.6409014 0.3820647 0.6400442 0.3828797 0.6409014 0.3834887 0.6348795 0.3820647 0.6400442 0.3834887 0.6348795 0.3811568 0.639468 0.3800582 0.6394128 0.3811568 0.639468 0.3827257 0.6338899 0.3800582 0.6394128 0.3811264 0.6354664 0.3799986 0.6367636 0.3800582 0.6394128 0.3789585 0.6393558 0.378485 0.6440016 0.3800582 0.6394128 0.378485 0.6440016 0.3796672 0.6450876 0.2688587 0.661867 0.2676419 0.6627925 0.2697539 0.6627392 0.2688587 0.661867 0.2697539 0.6627392 0.2697541 0.6606116 0.2688587 0.661867 0.2697541 0.6606116 0.2684379 0.6611834 0.2688587 0.661867 0.2684379 0.6611834 0.2677838 0.661807 0.4174522 0.6643171 0.4180603 0.6657392 0.4196286 0.6645312 0.4174522 0.6643171 0.4196286 0.6645312 0.4191751 0.6635807 0.4174522 0.6643171 0.417089 0.662985 0.4157642 0.6647409 0.4174522 0.6643171 0.4157642 0.6647409 0.4170023 0.6659238 0.4186242 0.6674223 0.4196496 0.6690953 0.4197908 0.6672654 0.4186242 0.6674223 0.4197908 0.6672654 0.4196497 0.665829 0.4186242 0.6674223 0.4180603 0.6657392 0.4173465 0.6674172 0.4186242 0.6674223 0.4173465 0.6674172 0.4196496 0.6690953 0.4212709 0.6646507 0.4211034 0.6661092 0.4225835 0.6648503 0.4212709 0.6646507 0.4225835 0.6648503 0.4229667 0.6628459 0.4212709 0.6646507 0.420422 0.6631752 0.4196286 0.6645312 0.4212709 0.6646507 0.4196286 0.6645312 0.4196497 0.665829 0.4212169 0.6676614 0.4214501 0.6691674 0.4225942 0.6680803 0.4212169 0.6676614 0.4225942 0.6680803 0.4224103 0.6664265 0.4212169 0.6676614 0.4211034 0.6661092 0.4197908 0.6672654 0.4212169 0.6676614 0.4197908 0.6672654 0.4202309 0.6685047 0.426513 0.6679297 0.4267323 0.6670326 0.4248876 0.6668005 0.426513 0.6679297 0.4247593 0.667805 0.425116 0.6685653 0.426513 0.6679297 0.4264788 0.6687615 0.4280555 0.6687843 0.426513 0.6679297 0.4284297 0.6682102 0.4267323 0.6670326 0.4270206 0.6661349 0.4272707 0.6653123 0.4256533 0.6651474 0.4270206 0.6661349 0.4251462 0.6658024 0.4267323 0.6670326 0.4270206 0.6661349 0.4267323 0.6670326 0.4286929 0.6672622 0.4270206 0.6661349 0.4289615 0.6663149 0.4287972 0.6656596 0.423614 0.6679916 0.4235593 0.6666277 0.4225942 0.6680803 0.423614 0.6679916 0.4225942 0.6680803 0.4236962 0.6698687 0.423614 0.6679916 0.4244909 0.6690515 0.4247593 0.667805 0.423614 0.6679916 0.4247593 0.667805 0.4248876 0.6668005 0.4237713 0.6653042 0.4248449 0.6644867 0.4229667 0.6628459 0.4237713 0.6653042 0.4225835 0.6648503 0.4224103 0.6664265 0.4237713 0.6653042 0.4235593 0.6666277 0.4251462 0.6658024 0.4237713 0.6653042 0.4251462 0.6658024 0.4248449 0.6644867 0.4305356 0.6663559 0.4303686 0.6674273 0.4317026 0.6675749 0.4305356 0.6663559 0.4317939 0.6662667 0.4307428 0.6649753 0.4305356 0.6663559 0.4297944 0.6653895 0.4289615 0.6663149 0.4305356 0.6663559 0.4289615 0.6663149 0.4303686 0.6674273 0.4300635 0.668491 0.4290469 0.669264 0.4300333 0.6697874 0.4300635 0.668491 0.4313234 0.6688268 0.4303686 0.6674273 0.4300635 0.668491 0.4303686 0.6674273 0.4286929 0.6672622 0.4300635 0.668491 0.4284297 0.6682102 0.4290469 0.669264 0.2781808 0.6560665 0.2774682 0.6535772 0.273481 0.6554032 0.2781808 0.6560665 0.274101 0.6572011 0.2783439 0.6579396 0.2781808 0.6560665 0.2783439 0.6579396 0.2839161 0.6582567 0.2781808 0.6560665 0.2834566 0.6546927 0.2774682 0.6535772 0.2719585 0.6580421 0.2722001 0.6589075 0.2743459 0.6584631 0.2719585 0.6580421 0.274101 0.6572011 0.2712492 0.6568381 0.2719585 0.6580421 0.2712492 0.6568381 0.2708535 0.6586663 0.2719585 0.6580421 0.2708535 0.6586663 0.2722001 0.6589075 0.2722308 0.6597575 0.2720351 0.6612363 0.2741234 0.6597454 0.2722308 0.6597575 0.2741234 0.6597454 0.2722001 0.6589075 0.2722308 0.6597575 0.2722001 0.6589075 0.2710448 0.6592686 0.2722308 0.6597575 0.2710983 0.6598657 0.2720351 0.6612363 0.4327871 0.666056 0.4326378 0.6677518 0.4333736 0.6679432 0.4327871 0.666056 0.4336479 0.6657847 0.4317206 0.6642417 0.4327871 0.666056 0.4317206 0.6642417 0.4317939 0.6662667 0.4327871 0.666056 0.4317939 0.6662667 0.4326378 0.6677518 0.4321184 0.6692728 0.4306781 0.670477 0.432681 0.6697739 0.4321184 0.6692728 0.432681 0.6697739 0.4333736 0.6679432 0.4321184 0.6692728 0.4326378 0.6677518 0.4313234 0.6688268 0.4321184 0.6692728 0.4313234 0.6688268 0.4306781 0.670477 0.4172597 0.6615715 0.420422 0.6631752 0.4177512 0.6596142 0.4172597 0.6615715 0.4177512 0.6596142 0.4135293 0.6603399 0.4172597 0.6615715 0.4135293 0.6603399 0.4139192 0.6628718 0.4172597 0.6615715 0.417089 0.662985 0.4191751 0.6635807 0.274273 0.6713822 0.2748433 0.6719363 0.2775123 0.6698713 0.274273 0.6713822 0.2755963 0.6695719 0.2732158 0.6698453 0.274273 0.6713822 0.2726587 0.6717811 0.2713956 0.6731529 0.427375 0.6646408 0.4297944 0.6653895 0.4276952 0.6637738 0.427375 0.6646408 0.4276952 0.6637738 0.4248449 0.6644867 0.427375 0.6646408 0.4248449 0.6644867 0.4256533 0.6651474 0.427375 0.6646408 0.4272707 0.6653123 0.4287972 0.6656596 0.4267457 0.6694633 0.4244909 0.6690515 0.4236962 0.6698687 0.4267457 0.6694633 0.4272094 0.6702215 0.4290469 0.669264 0.4267457 0.6694633 0.4290469 0.669264 0.4280555 0.6687843 0.4267457 0.6694633 0.4264788 0.6687615 0.4244909 0.6690515 0.2760282 0.6662091 0.2785466 0.6664273 0.2785134 0.6633806 0.2760282 0.6662091 0.2763755 0.6625791 0.2738644 0.6652624 0.2760282 0.6662091 0.2738644 0.6652624 0.2732158 0.6698453 0.2760282 0.6662091 0.2755963 0.6695719 0.2785466 0.6664273 0.2767192 0.6497019 0.2815492 0.6470724 0.2759519 0.6451336 0.2767192 0.6497019 0.2759519 0.6451336 0.2715343 0.6490779 0.2767192 0.6497019 0.2725783 0.6525135 0.2774682 0.6535772 0.2767192 0.6497019 0.2774682 0.6535772 0.2825435 0.651506 0.4183505 0.6566507 0.4131749 0.6541293 0.4132611 0.6576177 0.4183505 0.6566507 0.4177512 0.6596142 0.4239529 0.6599823 0.4183505 0.6566507 0.4239529 0.6599823 0.4190036 0.6531841 0.4183505 0.6566507 0.4190036 0.6531841 0.4131749 0.6541293 0.4277658 0.6712223 0.4272094 0.6702215 0.4244107 0.6712962 0.4277658 0.6712223 0.4244107 0.6712962 0.4250243 0.6726386 0.4277658 0.6712223 0.4283686 0.6723445 0.4306781 0.670477 0.4277658 0.6712223 0.4306781 0.670477 0.4300333 0.6697874 0.2715978 0.6639884 0.2710396 0.6673771 0.2738644 0.6652624 0.2715978 0.6639884 0.2738644 0.6652624 0.2738306 0.6617708 0.2715978 0.6639884 0.2720351 0.6612363 0.2707544 0.6608813 0.2715978 0.6639884 0.2697539 0.6627392 0.2679399 0.6649847 0.2698155 0.6549726 0.2712492 0.6568381 0.273481 0.6554032 0.2698155 0.6549726 0.2725783 0.6525135 0.2680194 0.6527764 0.2698155 0.6549726 0.2680194 0.6527764 0.2655971 0.6561526 0.2698155 0.6549726 0.2682728 0.6569141 0.2700782 0.6579257 0.4285928 0.6623649 0.429779 0.6606851 0.4251182 0.6574214 0.4285928 0.6623649 0.4239529 0.6599823 0.4276952 0.6637738 0.4285928 0.6623649 0.4276952 0.6637738 0.4307428 0.6649753 0.4285928 0.6623649 0.4317206 0.6642417 0.429779 0.6606851 0.2908435 0.6621761 0.293084 0.6669183 0.2961506 0.6610712 0.2908435 0.6621761 0.2961506 0.6610712 0.2956587 0.6564353 0.2908435 0.6621761 0.2900472 0.6571996 0.2859871 0.6639423 0.2908435 0.6621761 0.2859871 0.6639423 0.293084 0.6669183 0.2891874 0.6531341 0.2946264 0.6518495 0.2880398 0.6493356 0.2891874 0.6531341 0.2880398 0.6493356 0.2825435 0.651506 0.2891874 0.6531341 0.2834566 0.6546927 0.2900472 0.6571996 0.2891874 0.6531341 0.2900472 0.6571996 0.2956587 0.6564353 0.2841805 0.6383067 0.2838973 0.635818 0.2822178 0.6362591 0.2841805 0.6383067 0.2815194 0.6386628 0.2848719 0.6412644 0.2841805 0.6383067 0.2848719 0.6412644 0.2869773 0.6376636 0.2841805 0.6383067 0.2869773 0.6376636 0.2838973 0.635818 0.4114639 0.6641426 0.4135559 0.6652766 0.4139192 0.6628718 0.4114639 0.6641426 0.4114661 0.6622976 0.4096221 0.6626851 0.4114639 0.6641426 0.4096221 0.6626851 0.4092831 0.6639425 0.4114639 0.6641426 0.4114285 0.6657002 0.4135559 0.6652766 0.415587 0.666535 0.4157642 0.6647409 0.4135559 0.6652766 0.415587 0.666535 0.4135559 0.6652766 0.4136535 0.6673105 0.415587 0.666535 0.4160574 0.668631 0.4173465 0.6674172 0.415587 0.666535 0.4173465 0.6674172 0.4170023 0.6659238 0.3878061 0.6351242 0.3873311 0.6353058 0.3874931 0.635749 0.3878061 0.6351242 0.3881282 0.6355487 0.3881865 0.6348691 0.3878061 0.6351242 0.3881865 0.6348691 0.3876271 0.6345624 0.3878061 0.6351242 0.3874399 0.6347685 0.3873311 0.6353058 0.3869185 0.6355438 0.3865287 0.6356651 0.3869805 0.6360678 0.3869185 0.6355438 0.3869805 0.6360678 0.3874931 0.635749 0.3869185 0.6355438 0.3873311 0.6353058 0.3869071 0.6350384 0.3869185 0.6355438 0.3869071 0.6350384 0.3866251 0.6350759 0.3861221 0.6354966 0.3857131 0.6350862 0.3851816 0.6371416 0.3861221 0.6354966 0.3857614 0.6374486 0.3864122 0.6371315 0.3861221 0.6354966 0.3865287 0.6356651 0.3866251 0.6350759 0.3861221 0.6354966 0.3863458 0.6349584 0.3857131 0.6350862 0.3883153 0.6344112 0.3881865 0.6348691 0.3894263 0.6358351 0.3883153 0.6344112 0.39012 0.6355273 0.3903226 0.6348972 0.3883153 0.6344112 0.3882848 0.6338173 0.3876899 0.634254 0.3883153 0.6344112 0.3876899 0.634254 0.3876271 0.6345624 0.3853163 0.6344817 0.3852059 0.6338416 0.384198 0.6349456 0.3853163 0.6344817 0.3845923 0.6364709 0.3857131 0.6350862 0.3853163 0.6344817 0.3857131 0.6350862 0.3860784 0.6346793 0.3853163 0.6344817 0.3858324 0.6342318 0.3852059 0.6338416 0.3881874 0.6331542 0.3882848 0.6338173 0.3904258 0.6341383 0.3881874 0.6331542 0.3904258 0.6341383 0.3896911 0.6328344 0.3881874 0.6331542 0.3878804 0.6326825 0.3875312 0.6334119 0.3881874 0.6331542 0.3875312 0.6334119 0.3882848 0.6338173 0.3872376 0.6335705 0.387359 0.6338941 0.3876504 0.6338637 0.3872376 0.6335705 0.3875312 0.6334119 0.3870479 0.6333138 0.3872376 0.6335705 0.3870479 0.6333138 0.3869718 0.6334677 0.3872376 0.6335705 0.3871307 0.6336699 0.387359 0.6338941 0.3861009 0.6341214 0.3860611 0.633758 0.3858324 0.6342318 0.3861009 0.6341214 0.3858324 0.6342318 0.3862612 0.6344636 0.3861009 0.6341214 0.3862612 0.6344636 0.3863536 0.6343603 0.3861009 0.6341214 0.386237 0.6340907 0.3862135 0.6338048 0.3868043 0.6332418 0.3870479 0.6333138 0.386915 0.6330088 0.3868043 0.6332418 0.386915 0.6330088 0.3864645 0.6331449 0.3868043 0.6332418 0.3865285 0.6333134 0.3867899 0.6334026 0.3868043 0.6332418 0.3867899 0.6334026 0.3870479 0.6333138 0.3862422 0.6334871 0.3865285 0.6333134 0.3864645 0.6331449 0.3862422 0.6334871 0.3860275 0.6333943 0.3860611 0.633758 0.3862422 0.6334871 0.3860611 0.633758 0.3862135 0.6338048 0.3862422 0.6334871 0.386362 0.6335881 0.3865285 0.6333134 0.3873981 0.6341664 0.3873593 0.6343855 0.3876899 0.634254 0.3873981 0.6341664 0.3876899 0.634254 0.3876504 0.6338637 0.3873981 0.6341664 0.387359 0.6338941 0.387275 0.6341269 0.3873981 0.6341664 0.387275 0.6341269 0.3872412 0.6342933 0.386442 0.6346707 0.3862612 0.6344636 0.3860784 0.6346793 0.386442 0.6346707 0.3863458 0.6349584 0.3866433 0.63476 0.386442 0.6346707 0.3866433 0.63476 0.3866378 0.6346002 0.386442 0.6346707 0.3864846 0.6345276 0.3862612 0.6344636 0.3868654 0.6347482 0.3866433 0.63476 0.3866251 0.6350759 0.3868654 0.6347482 0.3869071 0.6350384 0.3871819 0.6349134 0.3868654 0.6347482 0.387077 0.6346673 0.3868209 0.6345852 0.3868654 0.6347482 0.3868209 0.6345852 0.3866433 0.63476 0.3872469 0.6345494 0.387077 0.6346673 0.3874399 0.6347685 0.3872469 0.6345494 0.3874399 0.6347685 0.3876271 0.6345624 0.3872469 0.6345494 0.3873593 0.6343855 0.3871455 0.6344198 0.3872469 0.6345494 0.3871455 0.6344198 0.387077 0.6346673 0.3870347 0.6337497 0.3871243 0.6339511 0.3872404 0.6339195 0.3870347 0.6337497 0.3871307 0.6336699 0.3869099 0.6335851 0.3870347 0.6337497 0.3869099 0.6335851 0.3868549 0.6336843 0.3870347 0.6337497 0.3869442 0.6338197 0.3871243 0.6339511 0.3867727 0.6335324 0.3869099 0.6335851 0.3867899 0.6334026 0.3867727 0.6335324 0.3867899 0.6334026 0.3865863 0.6334508 0.3867727 0.6335324 0.3866201 0.6335718 0.386754 0.6336467 0.3867727 0.6335324 0.386754 0.6336467 0.3868549 0.6336843 0.3864489 0.633683 0.3866201 0.6335718 0.386362 0.6335881 0.3864489 0.633683 0.386362 0.6335881 0.3862135 0.6338048 0.3864489 0.633683 0.3863354 0.6338558 0.3865194 0.6337747 0.3864489 0.633683 0.3865194 0.6337747 0.3866421 0.6336845 0.3871555 0.6341145 0.3871312 0.6342411 0.387275 0.6341269 0.3871555 0.6341145 0.387275 0.6341269 0.3872404 0.6339195 0.3871555 0.6341145 0.3871243 0.6339511 0.3870095 0.6339859 0.3871555 0.6341145 0.3870379 0.6341155 0.3871312 0.6342411 0.3868011 0.6344614 0.386663 0.6344791 0.3868209 0.6345852 0.3868011 0.6344614 0.3868209 0.6345852 0.3870012 0.6345145 0.3868011 0.6344614 0.3869391 0.634402 0.3867937 0.6343573 0.3868011 0.6344614 0.3867937 0.6343573 0.3867037 0.6343774 0.3870541 0.6343328 0.3869391 0.634402 0.3870012 0.6345145 0.3870541 0.6343328 0.3871455 0.6344198 0.3871312 0.6342411 0.3870541 0.6343328 0.3871312 0.6342411 0.3870253 0.6342089 0.3870541 0.6343328 0.3869675 0.634267 0.3869391 0.634402 0.5105148 0.0373643 0.5106812 0.03683245 0.5112183 0.03709799 0.5105148 0.0373643 0.5109487 0.0378189 0.5102673 0.03759831 0.5105148 0.0373643 0.5102673 0.03759831 0.5099838 0.0370652 0.5105148 0.0373643 0.5101432 0.03690332 0.5106812 0.03683245 0.510751 0.03581166 0.5105167 0.03486979 0.5114041 0.03579342 0.510751 0.03581166 0.5114041 0.03579342 0.5106812 0.03683245 0.510751 0.03581166 0.5106812 0.03683245 0.5102649 0.03656029 0.510751 0.03581166 0.5103576 0.03590846 0.5102443 0.03531253 0.4990193 0.04714024 0.4974655 0.04657423 0.4982423 0.04505366 0.4990193 0.04714024 0.499814 0.04555422 0.5001315 0.047683 0.4990193 0.04714024 0.5001315 0.047683 0.4989457 0.04882299 0.4990193 0.04714024 0.4979239 0.04854297 0.4974655 0.04657423 0.4959447 0.04549056 0.494485 0.04428005 0.4967263 0.04424434 0.4959447 0.04549056 0.4967263 0.04424434 0.4982423 0.04505366 0.4959447 0.04549056 0.4974655 0.04657423 0.4963597 0.04770004 0.4959447 0.04549056 0.4948701 0.04626846 0.4938601 0.044945 0.5002386 0.0441454 0.498925 0.04374265 0.4995123 0.04274863 0.5002386 0.0441454 0.5006017 0.0430929 0.5013991 0.04353934 0.5002386 0.0441454 0.501394 0.0444523 0.499814 0.04555422 0.5002386 0.0441454 0.499814 0.04555422 0.498925 0.04374265 0.4976322 0.04316693 0.4966078 0.0425235 0.4975154 0.04202604 0.4976322 0.04316693 0.4984085 0.04229247 0.498925 0.04374265 0.4976322 0.04316693 0.498925 0.04374265 0.4982423 0.04505366 0.4976322 0.04316693 0.4967263 0.04424434 0.4966078 0.0425235 0.4930855 0.04594117 0.4946899 0.04782658 0.4926981 0.04769128 0.4930855 0.04594117 0.4909365 0.04545187 0.492366 0.04426902 0.4930855 0.04594117 0.492366 0.04426902 0.4938601 0.044945 0.4930855 0.04594117 0.4948701 0.04626846 0.4946899 0.04782658 0.4965966 0.0494017 0.4985582 0.04993546 0.4980507 0.05234843 0.4965966 0.0494017 0.494926 0.05005693 0.4946899 0.04782658 0.4965966 0.0494017 0.4946899 0.04782658 0.4963597 0.04770004 0.4965966 0.0494017 0.4979239 0.04854297 0.4985582 0.04993546 0.5012117 0.04257559 0.500003 0.04217869 0.5003616 0.04184222 0.5012117 0.04257559 0.5017311 0.04229277 0.5020678 0.04328376 0.5012117 0.04257559 0.5020678 0.04328376 0.5013991 0.04353934 0.5012117 0.04257559 0.5006017 0.0430929 0.500003 0.04217869 0.4988012 0.0416553 0.4975265 0.04142761 0.4990363 0.04123932 0.4988012 0.0416553 0.4990363 0.04123932 0.500003 0.04217869 0.4988012 0.0416553 0.500003 0.04217869 0.4995123 0.04274863 0.4988012 0.0416553 0.4984085 0.04229247 0.4975265 0.04142761 0.5001633 0.03956216 0.5011138 0.03989917 0.5007469 0.04100024 0.5001633 0.03956216 0.4997146 0.04060786 0.4991864 0.04004377 0.5001633 0.03956216 0.4994181 0.03915828 0.5000002 0.03823393 0.5001633 0.03956216 0.5006164 0.03829145 0.5011138 0.03989917 0.5020638 0.04016673 0.5028734 0.04027873 0.5025508 0.04119247 0.5020638 0.04016673 0.5018215 0.0413081 0.5011138 0.03989917 0.5020638 0.04016673 0.5011138 0.03989917 0.501552 0.03860127 0.5020638 0.04016673 0.5024401 0.03886276 0.5028734 0.04027873 0.4993399 0.04102855 0.5005529 0.04154866 0.5003616 0.04184222 0.4993399 0.04102855 0.4990363 0.04123932 0.4986836 0.04015254 0.4993399 0.04102855 0.4986836 0.04015254 0.4991864 0.04004377 0.4993399 0.04102855 0.4997146 0.04060786 0.5005529 0.04154866 0.5018225 0.04194349 0.5028666 0.04166096 0.503275 0.04260301 0.5018225 0.04194349 0.5017311 0.04229277 0.5005529 0.04154866 0.5018225 0.04194349 0.5005529 0.04154866 0.5007469 0.04100024 0.5018225 0.04194349 0.5018215 0.0413081 0.5028666 0.04166096 0.5028413 0.03773951 0.5019595 0.03746229 0.5033127 0.03682082 0.5028413 0.03773951 0.5033127 0.03682082 0.5039567 0.03781181 0.5028413 0.03773951 0.5034044 0.03848308 0.5024401 0.03886276 0.5028413 0.03773951 0.5024401 0.03886276 0.5019595 0.03746229 0.5010046 0.03719574 0.5000289 0.03743869 0.5000827 0.03659868 0.5010046 0.03719574 0.5012477 0.03622668 0.5019595 0.03746229 0.5010046 0.03719574 0.5019595 0.03746229 0.501552 0.03860127 0.5010046 0.03719574 0.5006164 0.03829145 0.5000289 0.03743869 0.5139864 0.04072362 0.5125821 0.04181307 0.5115938 0.0398851 0.5139864 0.04072362 0.5124371 0.03909391 0.5132334 0.03793507 0.5139864 0.04072362 0.5151451 0.03919732 0.5159211 0.04254323 0.5139864 0.04072362 0.5159211 0.04254323 0.5125821 0.04181307 0.5110598 0.04255175 0.5093935 0.04318571 0.5092535 0.04084092 0.5110598 0.04255175 0.5105553 0.04037231 0.5125821 0.04181307 0.5110598 0.04255175 0.5125821 0.04181307 0.5138734 0.04420673 0.5110598 0.04255175 0.5117127 0.04527264 0.5093935 0.04318571 0.5180076 0.04394626 0.5153978 0.046691 0.5138734 0.04420673 0.5180076 0.04394626 0.5159211 0.04254323 0.5173924 0.04036384 0.5180076 0.04394626 0.5196359 0.04066139 0.5209706 0.04501962 0.5180076 0.04394626 0.5209706 0.04501962 0.5153978 0.046691 0.512429 0.04817122 0.5094643 0.04886102 0.5095191 0.04597342 0.512429 0.04817122 0.5117127 0.04527264 0.5153978 0.046691 0.512429 0.04817122 0.5153978 0.046691 0.5130148 0.05148237 0.512429 0.04817122 0.5130148 0.05148237 0.5094643 0.04886102 0.5102846 0.03909826 0.510979 0.03879803 0.5105553 0.04037231 0.5102846 0.03909826 0.5105553 0.04037231 0.5092651 0.03928208 0.5102846 0.03909826 0.5092651 0.03928208 0.5093391 0.03828459 0.5102846 0.03909826 0.5101251 0.03834438 0.510587 0.03816479 0.511507 0.03826051 0.5119968 0.03735041 0.5124371 0.03909391 0.511507 0.03826051 0.5124371 0.03909391 0.510979 0.03879803 0.511507 0.03826051 0.510979 0.03879803 0.510587 0.03816479 0.511507 0.03826051 0.5109487 0.0378189 0.5119968 0.03735041 0.5038995 0.03613078 0.5026078 0.03556776 0.5028639 0.03473275 0.5038995 0.03613078 0.504544 0.035555 0.504784 0.03740721 0.5038995 0.03613078 0.504784 0.03740721 0.5039567 0.03781181 0.5038995 0.03613078 0.5033127 0.03682082 0.5026078 0.03556776 0.5012652 0.03533607 0.4998186 0.03575074 0.5011699 0.03448462 0.5012652 0.03533607 0.5011699 0.03448462 0.5028639 0.03473275 0.5012652 0.03533607 0.5026078 0.03556776 0.5012477 0.03622668 0.5012652 0.03533607 0.5012477 0.03622668 0.4998186 0.03575074 0.5003273 0.04869675 0.501635 0.04664528 0.5022251 0.04716056 0.5003273 0.04869675 0.5006789 0.04957187 0.4985582 0.04993546 0.5003273 0.04869675 0.4985582 0.04993546 0.4989457 0.04882299 0.5003273 0.04869675 0.5001315 0.047683 0.501635 0.04664528 0.502212 0.04474061 0.5020678 0.04328376 0.5030459 0.0449233 0.502212 0.04474061 0.5030459 0.0449233 0.501635 0.04664528 0.502212 0.04474061 0.501635 0.04664528 0.501069 0.04600006 0.502212 0.04474061 0.501394 0.0444523 0.5020678 0.04328376 0.4931142 0.04333376 0.492366 0.04426902 0.4921522 0.04214888 0.4931142 0.04333376 0.4921522 0.04214888 0.4940193 0.0418055 0.4931142 0.04333376 0.4946016 0.04269635 0.494485 0.04428005 0.4931142 0.04333376 0.494485 0.04428005 0.4938601 0.044945 0.4960995 0.0419178 0.4946016 0.04269635 0.495716 0.04109251 0.4960995 0.0419178 0.495716 0.04109251 0.4975265 0.04142761 0.4960995 0.0419178 0.4975265 0.04142761 0.4966078 0.0425235 0.4960995 0.0419178 0.4966078 0.0425235 0.4954511 0.04337549 0.5034034 0.04014885 0.5034044 0.03848308 0.503974 0.03993111 0.5034034 0.04014885 0.503974 0.03993111 0.5028666 0.04166096 0.5034034 0.04014885 0.5028666 0.04166096 0.5028734 0.04027873 0.5034034 0.04014885 0.5028734 0.04027873 0.5034044 0.03848308 0.4990842 0.03869014 0.4986836 0.04015254 0.4976493 0.04025167 0.4990842 0.03869014 0.4988029 0.03804922 0.5000289 0.03743869 0.4990842 0.03869014 0.5000289 0.03743869 0.5000002 0.03823393 0.4990842 0.03869014 0.4994181 0.03915828 0.4986836 0.04015254 0.5159305 0.03714811 0.5178237 0.0377506 0.5173924 0.04036384 0.5159305 0.03714811 0.5151451 0.03919732 0.5141311 0.03634488 0.5159305 0.03714811 0.5141311 0.03634488 0.5150796 0.03453898 0.5159305 0.03714811 0.5165293 0.03483742 0.5178237 0.0377506 0.5196597 0.03756093 0.5213004 0.03668898 0.5228578 0.04012358 0.5196597 0.03756093 0.5196359 0.04066139 0.5178237 0.0377506 0.5196597 0.03756093 0.5178237 0.0377506 0.5188814 0.03455275 0.5196597 0.03756093 0.5188814 0.03455275 0.5213004 0.03668898 0.4950664 0.03979039 0.4935458 0.04030179 0.4942836 0.03824985 0.4950664 0.03979039 0.4942836 0.03824985 0.4965873 0.03872126 0.4950664 0.03979039 0.4965873 0.03872126 0.495716 0.04109251 0.4950664 0.03979039 0.495716 0.04109251 0.4940193 0.0418055 0.4919184 0.04022288 0.4904771 0.03944826 0.4920487 0.03792625 0.4919184 0.04022288 0.4920487 0.03792625 0.4931266 0.0384916 0.4919184 0.04022288 0.4935458 0.04030179 0.4921522 0.04214888 0.4919184 0.04022288 0.4921522 0.04214888 0.4896348 0.04257309 0.5075572 0.0439611 0.5073724 0.04654151 0.5057694 0.04462218 0.5075572 0.0439611 0.5057694 0.04462218 0.5059689 0.04224747 0.5075572 0.0439611 0.5076205 0.04157644 0.5093935 0.04318571 0.5075572 0.0439611 0.5093935 0.04318571 0.5095191 0.04597342 0.5068665 0.04923486 0.506524 0.05217993 0.5045073 0.04945862 0.5068665 0.04923486 0.5045073 0.04945862 0.505356 0.04696112 0.5068665 0.04923486 0.5073724 0.04654151 0.5094643 0.04886102 0.5068665 0.04923486 0.5094643 0.04886102 0.5094673 0.05199414 0.5042486 0.04491341 0.5035528 0.04721671 0.5030459 0.0449233 0.5042486 0.04491341 0.5030459 0.0449233 0.503275 0.04260301 0.5042486 0.04491341 0.5046111 0.04252284 0.5057694 0.04462218 0.5042486 0.04491341 0.5057694 0.04462218 0.505356 0.04696112 0.5022585 0.04969841 0.5013129 0.05249762 0.5006789 0.04957187 0.5022585 0.04969841 0.5006789 0.04957187 0.5022251 0.04716056 0.5022585 0.04969841 0.5035528 0.04721671 0.5045073 0.04945862 0.5022585 0.04969841 0.5045073 0.04945862 0.5039005 0.05227071 0.4982153 0.03712695 0.4988029 0.03804922 0.4965873 0.03872126 0.4982153 0.03712695 0.4965873 0.03872126 0.4956797 0.03738075 0.4982153 0.03712695 0.4974746 0.03606402 0.4998186 0.03575074 0.4982153 0.03712695 0.4998186 0.03575074 0.5000827 0.03659868 0.5125766 0.03593224 0.5132015 0.03425997 0.5141311 0.03634488 0.5125766 0.03593224 0.5141311 0.03634488 0.5132334 0.03793507 0.5125766 0.03593224 0.5119968 0.03735041 0.5114041 0.03579342 0.5125766 0.03593224 0.5114041 0.03579342 0.5113034 0.03406333 0.507762 0.03947019 0.5092651 0.03928208 0.5092535 0.04084092 0.507762 0.03947019 0.5076205 0.04157644 0.5061755 0.03964269 0.507762 0.03947019 0.5061755 0.03964269 0.5060816 0.03605812 0.507762 0.03947019 0.5080056 0.03791248 0.5092651 0.03928208 0.5049054 0.03977936 0.5061755 0.03964269 0.5059689 0.04224747 0.5049054 0.03977936 0.5046111 0.04252284 0.503974 0.03993111 0.5049054 0.03977936 0.503974 0.03993111 0.5039567 0.03781181 0.5049054 0.03977936 0.504784 0.03740721 0.5061755 0.03964269 0.5132762 0.05544131 0.5135229 0.05993705 0.5103567 0.05960667 0.5132762 0.05544131 0.5097661 0.05551832 0.5094673 0.05199414 0.5132762 0.05544131 0.5130148 0.05148237 0.517516 0.05551505 0.5132762 0.05544131 0.517516 0.05551505 0.5135229 0.05993705 0.5068294 0.05551534 0.5097661 0.05551832 0.5076001 0.05938416 0.5068294 0.05551534 0.5076001 0.05938416 0.5050902 0.05925691 0.5068294 0.05551534 0.5042127 0.05555337 0.506524 0.05217993 0.5068294 0.05551534 0.506524 0.05217993 0.5094673 0.05199414 0.5016629 0.05575346 0.4991644 0.05631929 0.5013129 0.05249762 0.5016629 0.05575346 0.5013129 0.05249762 0.5042127 0.05555337 0.5016629 0.05575346 0.5042127 0.05555337 0.5026643 0.05921214 0.5016629 0.05575346 0.5026643 0.05921214 0.5003253 0.05956298 0.5788857 0.1439579 0.5803965 0.1459981 0.5773898 0.1467924 0.5788857 0.1439579 0.5763272 0.1444064 0.5776165 0.1413482 0.5788857 0.1439579 0.5776165 0.1413482 0.5804855 0.14156 0.5788857 0.1439579 0.5804855 0.14156 0.5835474 0.1435588 0.5834389 0.1502849 0.5803965 0.1459981 0.5860197 0.1485682 0.5834389 0.1502849 0.5860197 0.1485682 0.5878909 0.1517004 0.5834389 0.1502849 0.5865379 0.1542852 0.5807117 0.1516011 0.5834389 0.1502849 0.5807117 0.1516011 0.5803965 0.1459981 0.5900304 0.1514089 0.5889272 0.1529719 0.5878909 0.1517004 0.5900304 0.1514089 0.5895147 0.1501452 0.5913394 0.1506402 0.5900304 0.1514089 0.5913394 0.1506402 0.5914586 0.1513618 0.5900304 0.1514089 0.5903614 0.1519954 0.5889272 0.1529719 0.5926653 0.1505289 0.5913394 0.1506402 0.591233 0.1494119 0.5926653 0.1505289 0.5928694 0.1492931 0.5944597 0.1498001 0.5926653 0.1505289 0.5939831 0.1510689 0.5926065 0.1512644 0.5926653 0.1505289 0.5926065 0.1512644 0.5913394 0.1506402 0.5952671 0.1522539 0.5939831 0.1510689 0.5960395 0.1509443 0.5952671 0.1522539 0.5960395 0.1509443 0.5975095 0.1531601 0.5952671 0.1522539 0.5959331 0.1540384 0.5947393 0.1527013 0.5952671 0.1522539 0.5947393 0.1527013 0.5937263 0.1517089 0.5953969 0.156377 0.5959331 0.1540384 0.5961158 0.1567734 0.5953969 0.156377 0.5961158 0.1567734 0.5937247 0.1582678 0.5953969 0.156377 0.5937247 0.1582678 0.5933553 0.1574838 0.5953969 0.156377 0.5947082 0.1560087 0.5959331 0.1540384 0.5882179 0.1554661 0.588653 0.1577568 0.5865379 0.1542852 0.5882179 0.1554661 0.5865379 0.1542852 0.5889272 0.1529719 0.5882179 0.1554661 0.5889272 0.1529719 0.5890636 0.15525 0.5882179 0.1554661 0.5890636 0.15525 0.5895041 0.1570706 0.5909827 0.1587092 0.5937247 0.1582678 0.5904992 0.1601981 0.5909827 0.1587092 0.5904992 0.1601981 0.588653 0.1577568 0.5909827 0.1587092 0.588653 0.1577568 0.5895041 0.1570706 0.5909827 0.1587092 0.5912776 0.1578265 0.5937247 0.1582678 0.5914115 0.1571837 0.5930293 0.1569172 0.5912776 0.1578265 0.5914115 0.1571837 0.5912776 0.1578265 0.5895041 0.1570706 0.5914115 0.1571837 0.5900228 0.1565474 0.5914648 0.1566609 0.5914115 0.1571837 0.5914648 0.1566609 0.592725 0.1564592 0.5940799 0.155697 0.5944969 0.1541723 0.5952112 0.1541612 0.5940799 0.155697 0.5947082 0.1560087 0.5930293 0.1569172 0.5940799 0.155697 0.5930293 0.1569172 0.592725 0.1564592 0.5940799 0.155697 0.5934819 0.1554135 0.5944969 0.1541723 0.561806 0.1411654 0.5642908 0.1438545 0.5585888 0.1448232 0.561806 0.1411654 0.5575178 0.1419527 0.5592578 0.1381751 0.561806 0.1411654 0.5592578 0.1381751 0.5611315 0.1364251 0.561806 0.1411654 0.5648484 0.139021 0.5642908 0.1438545 0.5642592 0.1342014 0.5681697 0.1354669 0.5648484 0.139021 0.5642592 0.1342014 0.5648484 0.139021 0.5611315 0.1364251 0.5642592 0.1342014 0.5605713 0.1325786 0.5622481 0.1280754 0.5642592 0.1342014 0.5622481 0.1280754 0.5656926 0.1281153 0.5561175 0.1245346 0.5561404 0.1269547 0.5543807 0.1247425 0.5561175 0.1245346 0.5543807 0.1247425 0.5541684 0.1208982 0.5561175 0.1245346 0.5563125 0.1208195 0.5582239 0.1238943 0.5561175 0.1245346 0.5582239 0.1238943 0.5561404 0.1269547 0.5610244 0.1220114 0.5639618 0.1200553 0.5656926 0.1281153 0.5610244 0.1220114 0.5622481 0.1280754 0.5582239 0.1238943 0.5610244 0.1220114 0.5582239 0.1238943 0.5580464 0.1206976 0.5610244 0.1220114 0.5596193 0.1174169 0.5635977 0.09756052 0.5570634 0.115699 0.5596193 0.1174169 0.5563125 0.1208195 0.5570634 0.115699 0.5563125 0.1208195 0.5539162 0.1156522 0.5504059 0.1370013 0.54751 0.1389039 0.5462659 0.1308255 0.5504059 0.1370013 0.5491818 0.1304482 0.5525469 0.1343812 0.5504059 0.1370013 0.5525469 0.1343812 0.5536498 0.1378993 0.5504059 0.1370013 0.5520899 0.1416409 0.54751 0.1389039 0.5543699 0.1427013 0.554196 0.1459682 0.5520899 0.1416409 0.5543699 0.1427013 0.5520899 0.1416409 0.5548773 0.1389939 0.5543699 0.1427013 0.5548773 0.1389939 0.5566173 0.1387307 0.5543699 0.1427013 0.5575178 0.1419527 0.554196 0.1459682 0.552689 0.1253286 0.5543807 0.1247425 0.5545865 0.1272479 0.552689 0.1253286 0.5532438 0.1278212 0.5507525 0.1252959 0.552689 0.1253286 0.5507525 0.1252959 0.5519395 0.1214287 0.552689 0.1253286 0.5519395 0.1214287 0.5543807 0.1247425 0.5507374 0.1160709 0.5539162 0.1156522 0.5541684 0.1208982 0.5507374 0.1160709 0.5519395 0.1214287 0.5485259 0.1182907 0.5482813 0.1236473 0.5455434 0.1216396 0.547422 0.09776812 0.5482813 0.1236473 0.5485259 0.1182907 0.5503516 0.1216683 0.5482813 0.1236473 0.5507525 0.1252959 0.5491818 0.1304482 0.5482813 0.1236473 0.5491818 0.1304482 0.5462659 0.1308255 0.5537887 0.1324051 0.5545058 0.1345735 0.5525469 0.1343812 0.5537887 0.1324051 0.5525469 0.1343812 0.5518976 0.1294952 0.5537887 0.1324051 0.5534312 0.1301066 0.5545808 0.1307509 0.5537887 0.1324051 0.5545808 0.1307509 0.55501 0.1314556 0.2774448 0.6599665 0.2741234 0.6597454 0.2738306 0.6617708 0.2774448 0.6599665 0.2763755 0.6625791 0.2785134 0.6633806 0.2774448 0.6599665 0.2805707 0.6615227 0.2783439 0.6579396 0.2774448 0.6599665 0.2783439 0.6579396 0.2743459 0.6584631 0.1129238 0.8082849 0.1104726 0.8121179 0.1073551 0.8103442 0.1129238 0.8082849 0.1119657 0.8047077 0.1164076 0.8054437 0.1129238 0.8082849 0.1164076 0.8054437 0.1172395 0.8094883 0.1129238 0.8082849 0.1143913 0.8116272 0.1104726 0.8121179 0.1096643 0.8160567 0.1094411 0.8209099 0.106662 0.8173251 0.1096643 0.8160567 0.106662 0.8173251 0.1073551 0.8103442 0.1096643 0.8160567 0.1104726 0.8121179 0.112409 0.813272 0.1096643 0.8160567 0.1127442 0.8159967 0.1129142 0.8198981 0.1087447 0.8274859 0.1094411 0.8209099 0.1113358 0.8267017 0.1087447 0.8274859 0.1113358 0.8267017 0.1111052 0.832487 0.1087447 0.8274859 0.1084704 0.833886 0.1059728 0.82942 0.1087447 0.8274859 0.1059728 0.82942 0.1065818 0.8229215 0.1161631 0.815178 0.1195017 0.8140129 0.1176303 0.8187137 0.1161631 0.815178 0.1176303 0.8187137 0.1127442 0.8159967 0.1161631 0.815178 0.1127442 0.8159967 0.112409 0.813272 0.1161631 0.815178 0.1143913 0.8116272 0.1195017 0.8140129 0.1223403 0.8129135 0.1195017 0.8140129 0.1207039 0.8084803 0.1223403 0.8129135 0.1207039 0.8084803 0.1230548 0.8084959 0.1223403 0.8129135 0.1245392 0.8116365 0.1259208 0.8174542 0.1223403 0.8129135 0.1244242 0.8185155 0.1195017 0.8140129 0.1247726 0.8432096 0.1255923 0.8458803 0.1191089 0.8483684 0.1247726 0.8432096 0.1191089 0.8483684 0.1192389 0.8445035 0.1247726 0.8432096 0.1242155 0.8407022 0.1288092 0.835469 0.1247726 0.8432096 0.1288092 0.835469 0.130922 0.8372833 0.5226423 0.05597025 0.5277225 0.05639576 0.5265125 0.06156939 0.5226423 0.05597025 0.5218777 0.06107127 0.517297 0.06041276 0.5226423 0.05597025 0.517516 0.05551505 0.5178036 0.05006283 0.5226423 0.05597025 0.5238361 0.05080091 0.5277225 0.05639576 0.5214666 0.06581699 0.5256722 0.06616044 0.521412 0.07133167 0.5214666 0.06581699 0.521412 0.07133167 0.5178192 0.0709874 0.5214666 0.06581699 0.5173918 0.06529217 0.5218777 0.06107127 0.5214666 0.06581699 0.5218777 0.06107127 0.5256722 0.06616044 0.3848319 0.6326792 0.3852246 0.6331337 0.3861569 0.6320527 0.3848319 0.6326792 0.3861569 0.6320527 0.3844407 0.6319501 0.3848319 0.6326792 0.3844407 0.6319501 0.3834887 0.6348795 0.3848319 0.6326792 0.3834887 0.6348795 0.384198 0.6349456 0.3856558 0.6333243 0.3852246 0.6331337 0.3852059 0.6338416 0.3856558 0.6333243 0.3852059 0.6338416 0.3857636 0.6337566 0.3856558 0.6333243 0.3860275 0.6333943 0.3864121 0.6329308 0.3856558 0.6333243 0.3864121 0.6329308 0.386325 0.6325929 0.3875264 0.6316092 0.3874995 0.6321976 0.3896911 0.6328344 0.3875264 0.6316092 0.3901653 0.6323116 0.3874957 0.6307916 0.3875264 0.6316092 0.3874957 0.6307916 0.3859544 0.6312735 0.3875264 0.6316092 0.3861569 0.6320527 0.3874995 0.6321976 0.3872212 0.6326624 0.3874995 0.6321976 0.386325 0.6325929 0.3872212 0.6326624 0.3864121 0.6329308 0.386915 0.6330088 0.3872212 0.6326624 0.386915 0.6330088 0.3872976 0.6330699 0.3872212 0.6326624 0.3878804 0.6326825 0.3896911 0.6328344 0.6331362 0.9268568 0.6223676 0.9256359 0.63098 0.9242084 0.6331362 0.9268568 0.63098 0.9242084 0.6543775 0.9246428 0.5205163 0.9199733 0.5160517 0.9171974 0.5338662 0.9202089 0.5205163 0.9199733 0.5338662 0.9202089 0.5329468 0.9214158 0.5205163 0.9199733 0.5269891 0.9218779 0.510533 0.9208366 0.5205163 0.9199733 0.510533 0.9208366 0.4975047 0.9175853 0.1268115 0.7837445 0.1290252 0.7876954 0.1295747 0.7979846 0.1268115 0.7837445 0.127066 0.7889277 0.12494 0.7781825 0.1268115 0.7837445 0.12494 0.7781825 0.1249136 0.7764108 0.1268115 0.7837445 0.1262317 0.7771539 0.1290252 0.7876954 0.1255553 0.7700647 0.1275135 0.7667728 0.1262317 0.7771539 0.1255553 0.7700647 0.1262317 0.7771539 0.1243448 0.7741748 0.1255553 0.7700647 0.1243448 0.7741748 0.124795 0.7638365 0.1255553 0.7700647 0.124795 0.7638365 0.1265139 0.7553488 0.1212388 0.7652125 0.1217851 0.7696652 0.1200653 0.7676239 0.1212388 0.7652125 0.1197979 0.7645075 0.1206924 0.76076 0.1212388 0.7652125 0.1206924 0.76076 0.1226403 0.7642191 0.1212388 0.7652125 0.1226403 0.7642191 0.1217851 0.7696652 0.1263372 0.8033705 0.1265679 0.8073421 0.1241508 0.800229 0.1263372 0.8033705 0.1241508 0.800229 0.1241244 0.7977843 0.1263372 0.8033705 0.1256865 0.7987114 0.1278248 0.8052878 0.1263372 0.8033705 0.1278248 0.8052878 0.1293089 0.8140392 0.1283187 0.8029504 0.1300304 0.8064537 0.1293089 0.8140392 0.1283187 0.8029504 0.1278248 0.8052878 0.1269478 0.7981386 0.1283187 0.8029504 0.1269478 0.7981386 0.1266047 0.7961712 0.1283187 0.8029504 0.1279292 0.7979291 0.1295747 0.7979846 0.24422 0.7867739 0.2441721 0.7893077 0.2419601 0.784387 0.24422 0.7867739 0.2427582 0.7822769 0.245001 0.7845312 0.24422 0.7867739 0.2459619 0.7893981 0.2474989 0.796267 0.2516961 0.8057107 0.2514088 0.8031263 0.2545129 0.8084961 0.2516961 0.8057107 0.2539722 0.8106822 0.2520727 0.8101313 0.2516961 0.8057107 0.2499393 0.8039849 0.2474989 0.796267 0.2483015 0.7927396 0.2459619 0.7893981 0.245001 0.7845312 0.2483015 0.7927396 0.2488804 0.7912256 0.252571 0.7990554 0.2483015 0.7927396 0.2502257 0.7975953 0.2474989 0.796267 0.2518793 0.8017336 0.2502257 0.7975953 0.252571 0.7990554 0.2518793 0.8017336 0.2542472 0.8047164 0.2545129 0.8084961 0.2518793 0.8017336 0.2514088 0.8031263 0.2474989 0.796267 0.2478891 0.8023896 0.2499393 0.8039849 0.2520727 0.8101313 0.2478891 0.8023896 0.2482618 0.8057004 0.2444167 0.7987863 0.2478891 0.8023896 0.2456297 0.7974834 0.2474989 0.796267 0.243991 0.7924466 0.2456297 0.7974834 0.2444167 0.7987863 0.243991 0.7924466 0.2424146 0.790786 0.2419601 0.784387 0.243991 0.7924466 0.2441721 0.7893077 0.2474989 0.796267 0.9743771 0.01717412 0.9770273 0.01705217 0.9744836 0.01377207 0.9743771 0.01717412 0.9744836 0.01377207 0.9719991 0.01445239 0.9743771 0.01717412 0.9717303 0.01722478 0.9741171 0.02061641 0.9743771 0.01717412 0.9741171 0.02061641 0.9768095 0.02108216 0.9738456 0.02415025 0.9767228 0.02572977 0.9768095 0.02108216 0.9738456 0.02415025 0.9741171 0.02061641 0.9708825 0.0227192 0.9738456 0.02415025 0.9708825 0.0227192 0.9706014 0.02523505 0.9738456 0.02415025 0.9735683 0.02772986 0.9767228 0.02572977 0.9714782 0.006188333 0.9747923 0.002840042 0.9722739 0.002026855 0.9714782 0.006188333 0.9689993 0.005436897 0.9686491 0.00926733 0.9714782 0.006188333 0.9686491 0.00926733 0.9706034 0.0103091 0.9714782 0.006188333 0.9734217 0.007606685 0.9747923 0.002840042 0.9742943 0.01035875 0.9716717 0.01209229 0.9744836 0.01377207 0.9742943 0.01035875 0.9744836 0.01377207 0.9772397 0.01305162 0.9742943 0.01035875 0.9773106 0.008492112 0.9734217 0.007606685 0.9742943 0.01035875 0.9734217 0.007606685 0.9706034 0.0103091 0.9698366 0.01355969 0.9716717 0.01209229 0.9686671 0.01252216 0.9698366 0.01355969 0.9686671 0.01252216 0.9681404 0.01471787 0.9698366 0.01355969 0.9681404 0.01471787 0.9684293 0.01549559 0.9698366 0.01355969 0.9700578 0.01505243 0.9719991 0.01445239 0.9667897 0.01180756 0.9686491 0.00926733 0.9662519 0.008596301 0.9667897 0.01180756 0.9645584 0.01125448 0.9637039 0.01368314 0.9667897 0.01180756 0.9658886 0.01387208 0.9675805 0.01372855 0.9667897 0.01180756 0.9686671 0.01252216 0.9686491 0.00926733 0.9690902 0.01713269 0.9717303 0.01722478 0.9700578 0.01505243 0.9690902 0.01713269 0.9700578 0.01505243 0.9684293 0.01549559 0.9690902 0.01713269 0.9669829 0.01664882 0.9637774 0.01851111 0.9690902 0.01713269 0.9679736 0.01943284 0.971235 0.02008765 0.9659343 0.01552385 0.9634734 0.01615381 0.9637774 0.01851111 0.9659343 0.01552385 0.9669829 0.01664882 0.9681404 0.01471787 0.9659343 0.01552385 0.9681404 0.01471787 0.9675805 0.01372855 0.9659343 0.01552385 0.9658886 0.01387208 0.9637039 0.01368314 0.9677476 0.02158516 0.9708825 0.0227192 0.971235 0.02008765 0.9677476 0.02158516 0.9679736 0.01943284 0.9637774 0.01851111 0.9677476 0.02158516 0.9645269 0.0205996 0.965499 0.02255368 0.9677476 0.02158516 0.967967 0.02366358 0.9708825 0.0227192 0.9835358 0.7595385 0.9839314 0.7618746 0.9825612 0.762066 0.9835358 0.7595385 0.9821815 0.7597016 0.9832238 0.7573684 0.9835358 0.7595385 0.9832238 0.7573684 0.9845665 0.7571663 0.9835358 0.7595385 0.9849072 0.7593603 0.9839314 0.7618746 0.9834013 0.7469378 0.9829228 0.7490735 0.9820942 0.7466064 0.9834013 0.7469378 0.9820942 0.7466064 0.9827147 0.7446474 0.9834013 0.7469378 0.9840472 0.7451199 0.9846662 0.7472857 0.9834013 0.7469378 0.9846662 0.7472857 0.984142 0.7491876 0.6089491 0.6290042 0.610484 0.6338682 0.6077085 0.6292768 0.6089491 0.6290042 0.6077085 0.6292768 0.6074679 0.6242811 0.6089491 0.6290042 0.6074679 0.6242811 0.6104638 0.6286053 0.6089491 0.6290042 0.6104638 0.6286053 0.6116244 0.6333928 0.6041262 0.6007842 0.6034827 0.6050231 0.6016049 0.6003493 0.6041262 0.6007842 0.6016049 0.6003493 0.6029204 0.5962825 0.6041262 0.6007842 0.6054068 0.5969218 0.6065782 0.6012743 0.6041262 0.6007842 0.6065782 0.6012743 0.6057818 0.6051776 0.6598932 0.3984018 0.6597207 0.4017106 0.6574177 0.3984442 0.6598932 0.3984018 0.6574177 0.3984442 0.6576328 0.3948022 0.6598932 0.3984018 0.6601651 0.3951188 0.6623693 0.3984444 0.6598932 0.3984018 0.6623693 0.3984444 0.6620886 0.4014915 0.2312018 0.009732723 0.2265406 0.009805142 0.2262681 0.006915926 0.2312018 0.009732723 0.2317774 0.00724399 0.2367486 0.008835792 0.2312018 0.009732723 0.2353367 0.01104766 0.230682 0.01204389 0.2312018 0.009732723 0.230682 0.01204389 0.2265406 0.009805142 0.2407348 0.01442921 0.2353367 0.01104766 0.2367486 0.008835792 0.2407348 0.01442921 0.2444475 0.0129503 0.2467646 0.01884412 0.2407348 0.01442921 0.2467646 0.01884412 0.2416025 0.01991832 0.2407348 0.01442921 0.2378253 0.01612263 0.2353367 0.01104766 0.2082928 0.01426821 0.2051563 0.01681631 0.2018517 0.01134467 0.2082928 0.01426821 0.2037964 0.008807957 0.2080585 0.006985723 0.2082928 0.01426821 0.2126788 0.01207351 0.2119321 0.01895952 0.2082928 0.01426821 0.2119321 0.01895952 0.2051563 0.01681631 0.2195639 0.0105856 0.2126788 0.01207351 0.2169554 0.006592452 0.2195639 0.0105856 0.2169554 0.006592452 0.2262681 0.006915926 0.2195639 0.0105856 0.2265406 0.009805142 0.2215512 0.01419395 0.2195639 0.0105856 0.2215512 0.01419395 0.2162641 0.01660197 0.2342118 0.03514206 0.2315207 0.03632146 0.2254478 0.03077161 0.2342118 0.03514206 0.2282553 0.02966707 0.2324623 0.02883869 0.2342118 0.03514206 0.2375758 0.03392094 0.2389012 0.03979146 0.2342118 0.03514206 0.2389012 0.03979146 0.2362924 0.04102116 0.242286 0.03261637 0.2375758 0.03392094 0.2394681 0.02856254 0.242286 0.03261637 0.2394681 0.02856254 0.2464636 0.02864974 0.242286 0.03261637 0.2469764 0.03169494 0.2473424 0.03446996 0.242286 0.03261637 0.2444912 0.03616636 0.2416031 0.03827029 0.250281 0.03162312 0.2469764 0.03169494 0.2464636 0.02864974 0.250281 0.03162312 0.2506399 0.02891135 0.2534519 0.03257709 0.250281 0.03162312 0.2534519 0.03257709 0.2499335 0.03417146 0.250281 0.03162312 0.2499335 0.03417146 0.2469764 0.03169494 0.2577412 0.03473323 0.2534519 0.03257709 0.2547587 0.02964794 0.2577412 0.03473323 0.261582 0.03116023 0.2625897 0.03749042 0.2577412 0.03473323 0.2625897 0.03749042 0.2569779 0.04134643 0.2577412 0.03473323 0.2546862 0.03795921 0.2523522 0.03531867 0.5760592 0.01002043 0.5729677 0.01219516 0.5706855 0.007800042 0.5760592 0.01002043 0.573578 0.005748152 0.5779011 0.00420922 0.5760592 0.01002043 0.5800943 0.008178651 0.5782817 0.01397484 0.5760592 0.01002043 0.5782817 0.01397484 0.5729677 0.01219516 0.5860168 0.007002711 0.5800943 0.008178651 0.5850856 0.003696262 0.5860168 0.007002711 0.5850856 0.003696262 0.5922355 0.003923416 0.5860168 0.007002711 0.5918434 0.006603717 0.5915313 0.009079575 0.5860168 0.007002711 0.5868536 0.01009869 0.5820159 0.0119155 0.5955908 0.007092595 0.5918434 0.006603717 0.5922355 0.003923416 0.5955908 0.007092595 0.596455 0.004604995 0.5999429 0.006311774 0.5955908 0.007092595 0.5985744 0.008748352 0.5947847 0.00941354 0.5955908 0.007092595 0.5947847 0.00941354 0.5918434 0.006603717 0.6021097 0.01184976 0.5985744 0.008748352 0.5999429 0.006311774 0.6021097 0.01184976 0.604898 0.009614706 0.6059207 0.01567399 0.6021097 0.01184976 0.6059207 0.01567399 0.6018913 0.01771545 0.6021097 0.01184976 0.5996087 0.01406973 0.5972614 0.01108282 0.5976826 0.01625972 0.5960594 0.01321321 0.5996087 0.01406973 0.5976826 0.01625972 0.5996087 0.01406973 0.6018913 0.01771545 0.5976826 0.01625972 0.5991352 0.01992332 0.5960438 0.01843464 0.5976826 0.01625972 0.5960438 0.01843464 0.5947583 0.01638191 0.5940951 0.01140105 0.5913794 0.01114666 0.5915313 0.009079575 0.5940951 0.01140105 0.5947847 0.00941354 0.5972614 0.01108282 0.5940951 0.01140105 0.5960594 0.01321321 0.5928683 0.01358884 0.5940951 0.01140105 0.5928683 0.01358884 0.5913794 0.01114666 0.5875019 0.01277351 0.5833941 0.01518726 0.5820159 0.0119155 0.5875019 0.01277351 0.5868536 0.01009869 0.5913794 0.01114666 0.5875019 0.01277351 0.5913794 0.01114666 0.5910008 0.01311296 0.5875019 0.01277351 0.5885161 0.01493996 0.5833941 0.01518726 0.5799871 0.01729339 0.5769305 0.01924574 0.5750995 0.01615536 0.5799871 0.01729339 0.5782817 0.01397484 0.5833941 0.01518726 0.5799871 0.01729339 0.5833941 0.01518726 0.5843462 0.0193668 0.5799871 0.01729339 0.5814338 0.02029401 0.5786111 0.02190113 0.2532029 0.04049122 0.2516667 0.03768515 0.2546862 0.03795921 0.2532029 0.04049122 0.2546862 0.03795921 0.2569779 0.04134643 0.2532029 0.04049122 0.254478 0.04405432 0.2525053 0.04267621 0.2532029 0.04049122 0.2525053 0.04267621 0.2515209 0.04093003 0.2496085 0.0363931 0.2474144 0.03670448 0.2473424 0.03446996 0.2496085 0.0363931 0.2499335 0.03417146 0.2523522 0.03531867 0.2496085 0.0363931 0.2516667 0.03768515 0.2491073 0.03875672 0.2496085 0.0363931 0.2491073 0.03875672 0.2474144 0.03670448 0.2454705 0.03870856 0.2434578 0.04115408 0.2416031 0.03827029 0.2454705 0.03870856 0.2444912 0.03616636 0.2474144 0.03670448 0.2454705 0.03870856 0.2474144 0.03670448 0.2475725 0.03854954 0.2454705 0.03870856 0.246344 0.04048335 0.2434578 0.04115408 0.2410568 0.04278981 0.2384617 0.04402071 0.2389012 0.03979146 0.2410568 0.04278981 0.2389012 0.03979146 0.2416031 0.03827029 0.2410568 0.04278981 0.2434578 0.04115408 0.2445588 0.044371 0.2410568 0.04278981 0.2419455 0.0449627 0.2393299 0.04617005 0.2222965 0.01703268 0.2177796 0.0200119 0.2162641 0.01660197 0.2222965 0.01703268 0.2215512 0.01419395 0.2266979 0.0145654 0.2222965 0.01703268 0.2266979 0.0145654 0.2263668 0.01654773 0.2222965 0.01703268 0.2232407 0.01903599 0.2177796 0.0200119 0.2138572 0.02211296 0.2102321 0.0237751 0.2119321 0.01895952 0.2138572 0.02211296 0.2119321 0.01895952 0.2177796 0.0200119 0.2138572 0.02211296 0.2177796 0.0200119 0.218087 0.0241152 0.2138572 0.02211296 0.2149253 0.02449756 0.2120032 0.02526217 0.2365224 0.01824522 0.2334177 0.0152539 0.2378253 0.01612263 0.2365224 0.01824522 0.2378253 0.01612263 0.2416025 0.01991832 0.2365224 0.01824522 0.2396075 0.02210515 0.2360226 0.02058225 0.2365224 0.01824522 0.2360226 0.02058225 0.2327376 0.01850104 0.2302739 0.01399987 0.2266979 0.0145654 0.2267162 0.01243978 0.2302739 0.01399987 0.230682 0.01204389 0.2341509 0.01320511 0.2302739 0.01399987 0.2334177 0.0152539 0.2327376 0.01850104 0.2302739 0.01399987 0.2289856 0.01642364 0.2266979 0.0145654 0.6648468 0.3986566 0.6642492 0.4015976 0.6623693 0.3984444 0.6648468 0.3986566 0.6623693 0.3984444 0.6652714 0.3956862 0.6648468 0.3986566 0.6652714 0.3956862 0.6687624 0.3960639 0.6648468 0.3986566 0.6669557 0.3996903 0.6656991 0.4018177 0.6088913 0.6018746 0.6078125 0.6053618 0.6065782 0.6012743 0.6088913 0.6018746 0.6065782 0.6012743 0.6078777 0.5976514 0.6088913 0.6018746 0.6103176 0.5985614 0.6140268 0.5997009 0.6088913 0.6018746 0.6109839 0.6033323 0.6094267 0.6058118 0.6125267 0.6279536 0.6135364 0.6324948 0.6116244 0.6333928 0.6125267 0.6279536 0.6104638 0.6286053 0.6113563 0.623453 0.6125267 0.6279536 0.6113563 0.623453 0.6151662 0.6235242 0.6125267 0.6279536 0.6148638 0.6271755 0.6135364 0.6324948 0.9858467 0.7476671 0.9851878 0.7493388 0.9846662 0.7472857 0.9858467 0.7476671 0.9846662 0.7472857 0.9865763 0.7461499 0.9858467 0.7476671 0.9865763 0.7461499 0.988331 0.7466678 0.9858467 0.7476671 0.9868323 0.7483494 0.9859831 0.7495192 0.9863128 0.7591518 0.9867373 0.7614702 0.985318 0.7616778 0.9863128 0.7591518 0.9849072 0.7593603 0.9858922 0.7569645 0.9863128 0.7591518 0.9858922 0.7569645 0.9879801 0.7569561 0.9863128 0.7591518 0.9877355 0.7589282 0.9881731 0.7612572 0.5904508 0.01651054 0.5874379 0.01979923 0.5843462 0.0193668 0.5904508 0.01651054 0.5885161 0.01493996 0.5910008 0.01311296 0.5904508 0.01651054 0.5928683 0.01358884 0.5947583 0.01638191 0.5904508 0.01651054 0.5928456 0.01778322 0.5906193 0.02091157 0.2482311 0.04173105 0.2471674 0.04501074 0.2445588 0.044371 0.2482311 0.04173105 0.246344 0.04048335 0.2491073 0.03875672 0.2482311 0.04173105 0.2491073 0.03875672 0.2515209 0.04093003 0.2482311 0.04173105 0.2506251 0.04271519 0.2497737 0.04626613 0.2258248 0.02013796 0.2289856 0.01642364 0.2292289 0.02078926 0.2258248 0.02013796 0.2292289 0.02078926 0.2256084 0.02526217 0.2258248 0.02013796 0.2217279 0.02449756 0.2232407 0.01903599 0.2258248 0.02013796 0.2232407 0.01903599 0.2263668 0.01654773 0.9830791 0.7555301 0.9843657 0.7552193 0.9845665 0.7571663 0.9830791 0.7555301 0.9832238 0.7573684 0.981706 0.7559062 0.9830791 0.7555301 0.981706 0.7559062 0.9816113 0.754127 0.9830791 0.7555301 0.982995 0.753665 0.9843657 0.7552193 0.9828652 0.7514143 0.9840744 0.7512512 0.9842275 0.7533156 0.9828652 0.7514143 0.982995 0.753665 0.9815188 0.7516511 0.9828652 0.7514143 0.9815188 0.7516511 0.981617 0.7489778 0.9828652 0.7514143 0.9829228 0.7490735 0.9840744 0.7512512 0.9846075 0.7437331 0.9858798 0.7442401 0.9853458 0.7456138 0.9846075 0.7437331 0.9840472 0.7451199 0.9832425 0.7432111 0.9846075 0.7437331 0.9832425 0.7432111 0.9839425 0.7415495 0.9846075 0.7437331 0.9853315 0.7420831 0.9858798 0.7442401 0.9864693 0.7394762 0.9877625 0.7400361 0.9865812 0.7425767 0.9864693 0.7394762 0.9853315 0.7420831 0.9850795 0.7389146 0.9864693 0.7394762 0.9850795 0.7389146 0.9878139 0.736391 0.9864693 0.7394762 0.9878139 0.736391 0.989184 0.737057 0.9869672 0.744717 0.9879619 0.7451789 0.9865763 0.7461499 0.9869672 0.744717 0.9865763 0.7461499 0.9853458 0.7456138 0.9869672 0.744717 0.9858798 0.7442401 0.9875518 0.7429904 0.9869672 0.744717 0.9875518 0.7429904 0.9879619 0.7451789 0.9888625 0.7405924 0.9898658 0.7411468 0.9883829 0.7433641 0.9888625 0.7405924 0.9875518 0.7429904 0.9877625 0.7400361 0.9888625 0.7405924 0.9877625 0.7400361 0.9905363 0.7378587 0.9888625 0.7405924 0.9905363 0.7378587 0.9898658 0.7411468 0.9854794 0.7550391 0.9868268 0.754576 0.9858922 0.7569645 0.9854794 0.7550391 0.9858922 0.7569645 0.9843657 0.7552193 0.9854794 0.7550391 0.9843657 0.7552193 0.9842275 0.7533156 0.9854794 0.7550391 0.9851574 0.753191 0.9868268 0.754576 0.9850091 0.7512355 0.9860338 0.7508557 0.9862828 0.7527177 0.9850091 0.7512355 0.9851574 0.753191 0.9840744 0.7512512 0.9850091 0.7512355 0.9840744 0.7512512 0.984142 0.7491876 0.9850091 0.7512355 0.9851878 0.7493388 0.9860338 0.7508557 0.9888145 0.7534167 0.9911225 0.7519093 0.9918798 0.7547965 0.9888145 0.7534167 0.9895889 0.7556979 0.9879801 0.7569561 0.9888145 0.7534167 0.9868268 0.754576 0.9862828 0.7527177 0.9888145 0.7534167 0.9881019 0.751322 0.9911225 0.7519093 0.9875127 0.7496003 0.9892185 0.7479072 0.9902679 0.7494651 0.9875127 0.7496003 0.9881019 0.751322 0.9860338 0.7508557 0.9875127 0.7496003 0.9860338 0.7508557 0.9859831 0.7495192 0.9875127 0.7496003 0.9868323 0.7483494 0.988331 0.7466678 0.6060938 0.6198395 0.6080475 0.6194106 0.6074679 0.6242811 0.6060938 0.6198395 0.6074679 0.6242811 0.6057889 0.6246035 0.6060938 0.6198395 0.6040716 0.6202944 0.6048777 0.6152485 0.6060938 0.6198395 0.6048777 0.6152485 0.6069143 0.6148265 0.6038703 0.6100772 0.6060265 0.6098886 0.6069143 0.6148265 0.6038703 0.6100772 0.6048777 0.6152485 0.6026209 0.6157333 0.6038703 0.6100772 0.6015009 0.6103038 0.6034827 0.6050231 0.6038703 0.6100772 0.6034827 0.6050231 0.6060265 0.6098886 0.6069306 0.5929969 0.6091427 0.5937816 0.6078777 0.5976514 0.6069306 0.5929969 0.6054068 0.5969218 0.6047493 0.5922636 0.6069306 0.5929969 0.6047493 0.5922636 0.6069255 0.5876528 0.6069306 0.5929969 0.6086711 0.5883187 0.6105137 0.589032 0.6106019 0.5821963 0.6121318 0.5827696 0.6086711 0.5883187 0.6106019 0.5821963 0.6086711 0.5883187 0.6069255 0.5876528 0.6106019 0.5821963 0.6092826 0.5818101 0.6117303 0.5753517 0.6106019 0.5821963 0.6126278 0.5753517 0.6138733 0.5757508 0.6114162 0.5946689 0.6137205 0.5956075 0.6103176 0.5985614 0.6114162 0.5946689 0.6103176 0.5985614 0.6078777 0.5976514 0.6114162 0.5946689 0.6091427 0.5937816 0.6125503 0.5898399 0.6114162 0.5946689 0.6125503 0.5898399 0.614684 0.5906952 0.614083 0.5837175 0.6162449 0.5848526 0.614684 0.5906952 0.614083 0.5837175 0.6125503 0.5898399 0.6105137 0.589032 0.614083 0.5837175 0.6121318 0.5827696 0.6158149 0.5769483 0.614083 0.5837175 0.6158149 0.5769483 0.6181046 0.5785449 0.6098641 0.6190336 0.6123256 0.6180058 0.6151662 0.6235242 0.6098641 0.6190336 0.6113563 0.623453 0.6092795 0.6239129 0.6098641 0.6190336 0.6080475 0.6194106 0.6069143 0.6148265 0.6098641 0.6190336 0.6085107 0.6145299 0.6123256 0.6180058 0.6077562 0.6097764 0.6097689 0.6088939 0.6106844 0.6134391 0.6077562 0.6097764 0.6085107 0.6145299 0.6060265 0.6098886 0.6077562 0.6097764 0.6060265 0.6098886 0.6057818 0.6051776 0.6077562 0.6097764 0.6078125 0.6053618 0.6097689 0.6088939 0.6162134 0.6156244 0.6208145 0.6125661 0.6221348 0.6190139 0.6162134 0.6156244 0.6180141 0.6209898 0.6151662 0.6235242 0.6162134 0.6156244 0.6123256 0.6180058 0.6106844 0.6134391 0.6162134 0.6156244 0.6144531 0.6106342 0.6208145 0.6125661 0.6127739 0.6063945 0.616275 0.6030866 0.6190194 0.6069723 0.6127739 0.6063945 0.6144531 0.6106342 0.6097689 0.6088939 0.6127739 0.6063945 0.6097689 0.6088939 0.6094267 0.6058118 0.6127739 0.6063945 0.6109839 0.6033323 0.6140268 0.5997009 0.6476688 0.3874326 0.6475775 0.3915657 0.6447467 0.3873934 0.6476688 0.3874326 0.6447467 0.3873934 0.6473923 0.3834295 0.6476688 0.3874326 0.6473923 0.3834295 0.6513995 0.3836593 0.6476688 0.3874326 0.6506736 0.3874877 0.650578 0.3915817 0.64199 0.3873855 0.6419328 0.3915542 0.6392885 0.3915588 0.64199 0.3873855 0.639316 0.3873932 0.6392919 0.3834494 0.64199 0.3873855 0.6419874 0.3834024 0.6446864 0.3833857 0.64199 0.3873855 0.6447467 0.3873934 0.6446661 0.3915548 0.6452544 0.366414 0.6456207 0.3633005 0.6483293 0.3634421 0.6452544 0.366414 0.6469126 0.3672766 0.6459348 0.3696131 0.6452544 0.366414 0.6448127 0.3695534 0.6433216 0.366317 0.6452544 0.366414 0.6433216 0.366317 0.6456207 0.3633005 0.6411027 0.3662906 0.6433216 0.366317 0.6431005 0.3695814 0.6411027 0.3662906 0.6409479 0.3697605 0.6387407 0.3662996 0.6411027 0.3662906 0.6387407 0.3662996 0.6390081 0.3626301 0.6411027 0.3662906 0.6414213 0.3628754 0.6433216 0.366317 0.6601969 0.418899 0.6575014 0.4188188 0.6576126 0.4149777 0.6601969 0.418899 0.6603164 0.4150069 0.6628846 0.4150531 0.6601969 0.418899 0.6627959 0.4189791 0.6625791 0.4230265 0.6601969 0.418899 0.6599847 0.4229564 0.6575014 0.4188188 0.665202 0.419059 0.6627959 0.4189791 0.6651815 0.4151332 0.665202 0.419059 0.6651815 0.4151332 0.6684848 0.4154907 0.665202 0.419059 0.6675117 0.419139 0.6673194 0.4231803 0.665202 0.419059 0.6649941 0.423102 0.6627959 0.4189791 0.6483083 0.3695996 0.6462183 0.3720003 0.6459348 0.3696131 0.6483083 0.3695996 0.6469126 0.3672766 0.6483293 0.3634421 0.6483083 0.3695996 0.6507339 0.3663932 0.6531374 0.3695269 0.6483083 0.3695996 0.6497333 0.3728533 0.6462183 0.3720003 0.6514793 0.3765077 0.6485621 0.3789185 0.6469216 0.375342 0.6514793 0.3765077 0.6497333 0.3728533 0.6547642 0.3732754 0.6514793 0.3765077 0.6547642 0.3732754 0.6560028 0.3773311 0.6514793 0.3765077 0.653386 0.3803624 0.6485621 0.3789185 0.6454078 0.3601427 0.6466989 0.360242 0.6456207 0.3633005 0.6454078 0.3601427 0.6456207 0.3633005 0.6436778 0.3631043 0.6454078 0.3601427 0.6438227 0.3599833 0.6453499 0.3569163 0.6454078 0.3601427 0.6453499 0.3569163 0.6466989 0.360242 0.6461811 0.3535969 0.6478945 0.3535606 0.6463762 0.3569093 0.6461811 0.3535969 0.6453499 0.3569163 0.6442685 0.3535765 0.6461811 0.3535969 0.6442685 0.3535765 0.6446749 0.3502447 0.6461811 0.3535969 0.6474567 0.3502311 0.6478945 0.3535606 0.6463802 0.3796864 0.6485621 0.3789185 0.6473923 0.3834295 0.6463802 0.3796864 0.6473923 0.3834295 0.6446864 0.3833857 0.6463802 0.3796864 0.6443443 0.3796857 0.6452951 0.3761555 0.6463802 0.3796864 0.6452951 0.3761555 0.6485621 0.3789185 0.6447994 0.3727892 0.6462183 0.3720003 0.6469216 0.375342 0.6447994 0.3727892 0.6452951 0.3761555 0.6433607 0.3728575 0.6447994 0.3727892 0.6433607 0.3728575 0.6431005 0.3695814 0.6447994 0.3727892 0.6448127 0.3695534 0.6462183 0.3720003 0.6418653 0.3797909 0.6443443 0.3796857 0.6419874 0.3834024 0.6418653 0.3797909 0.6419874 0.3834024 0.6392919 0.3834494 0.6418653 0.3797909 0.6391645 0.3799489 0.6389604 0.3766773 0.6418653 0.3797909 0.6416108 0.3764043 0.643857 0.3762056 0.6412111 0.3730963 0.6433607 0.3728575 0.643857 0.3762056 0.6412111 0.3730963 0.6416108 0.3764043 0.638706 0.3734203 0.6412111 0.3730963 0.638706 0.3734203 0.638575 0.3700152 0.6412111 0.3730963 0.6409479 0.3697605 0.6433607 0.3728575 0.6416496 0.3597036 0.6438227 0.3599833 0.6414213 0.3628754 0.6416496 0.3597036 0.6414213 0.3628754 0.6390081 0.3626301 0.6416496 0.3597036 0.6391824 0.3593637 0.6418181 0.3566133 0.6416496 0.3597036 0.6418181 0.3566133 0.6439538 0.3568441 0.6419575 0.3534423 0.6442685 0.3535765 0.6418181 0.3566133 0.6419575 0.3534423 0.6418181 0.3566133 0.6393125 0.3563032 0.6419575 0.3534423 0.6394474 0.3532513 0.6420825 0.3502311 0.6419575 0.3534423 0.6420825 0.3502311 0.6442685 0.3535765 0.6603495 0.3919987 0.6628039 0.392348 0.6601651 0.3951188 0.6603495 0.3919987 0.6601651 0.3951188 0.6576328 0.3948022 0.6603495 0.3919987 0.6577522 0.3915517 0.6604959 0.388879 0.6603495 0.3919987 0.6604959 0.388879 0.6628641 0.3891415 0.6606537 0.3855973 0.6630949 0.3857095 0.6604959 0.388879 0.6606537 0.3855973 0.6604959 0.388879 0.6578448 0.3884895 0.6606537 0.3855973 0.6579797 0.3854123 0.6608173 0.3822346 0.6606537 0.3855973 0.6608173 0.3822346 0.6630949 0.3857095 0.6602504 0.4114455 0.662717 0.4113699 0.6603164 0.4150069 0.6602504 0.4114455 0.6603164 0.4150069 0.6576126 0.4149777 0.6602504 0.4114455 0.6575441 0.4115945 0.6573964 0.408459 0.6602504 0.4114455 0.6600671 0.408113 0.662717 0.4113699 0.6598346 0.4049078 0.6621654 0.4046276 0.6624311 0.4079034 0.6598346 0.4049078 0.6600671 0.408113 0.6572701 0.4053611 0.6598346 0.4049078 0.6572701 0.4053611 0.6572492 0.4020922 0.6598346 0.4049078 0.6597207 0.4017106 0.6621654 0.4046276 0.664704 0.4114413 0.6669449 0.4109119 0.6651815 0.4151332 0.664704 0.4114413 0.6651815 0.4151332 0.6628846 0.4150531 0.664704 0.4114413 0.662717 0.4113699 0.6641823 0.4079668 0.664704 0.4114413 0.6641823 0.4079668 0.6669449 0.4109119 0.6640292 0.4046933 0.6659185 0.4041886 0.6661811 0.407457 0.6640292 0.4046933 0.6641823 0.4079668 0.6621654 0.4046276 0.6640292 0.4046933 0.6621654 0.4046276 0.6620886 0.4014915 0.6640292 0.4046933 0.6642492 0.4015976 0.6659185 0.4041886 0.6649725 0.3925021 0.6669982 0.3925585 0.6687624 0.3960639 0.6649725 0.3925021 0.6652714 0.3956862 0.6627078 0.395419 0.6649725 0.3925021 0.6628039 0.392348 0.6646667 0.3891502 0.6649725 0.3925021 0.6646667 0.3891502 0.6669982 0.3925585 0.6650707 0.3856763 0.6668136 0.3855704 0.6661863 0.3890318 0.6650707 0.3856763 0.6646667 0.3891502 0.6630949 0.3857095 0.6650707 0.3856763 0.6630949 0.3857095 0.663411 0.3821647 0.6650707 0.3856763 0.6658295 0.3821414 0.6668136 0.3855704 0.668326 0.4021969 0.6659185 0.4041886 0.6656991 0.4018177 0.668326 0.4021969 0.6669557 0.3996903 0.6709926 0.3994616 0.668326 0.4021969 0.6709926 0.3994616 0.6729499 0.4028889 0.668326 0.4021969 0.6692884 0.4055278 0.6659185 0.4041886 0.6701733 0.4090343 0.6669449 0.4109119 0.6661811 0.407457 0.6701733 0.4090343 0.6692884 0.4055278 0.6738954 0.4064826 0.6701733 0.4090343 0.6738954 0.4064826 0.674335 0.4101596 0.6701733 0.4090343 0.6710195 0.4126286 0.6669449 0.4109119 0.2025468 0.06045728 0.2056533 0.06420379 0.2022286 0.06625372 0.2025468 0.06045728 0.1984624 0.062146 0.2003849 0.0571227 0.2025468 0.06045728 0.2003849 0.0571227 0.2051456 0.05596369 0.2025468 0.06045728 0.2068189 0.05884224 0.2056533 0.06420379 0.221334 0.07297456 0.2260593 0.07158094 0.2219471 0.07653862 0.221334 0.07297456 0.2219471 0.07653862 0.2155786 0.07584857 0.221334 0.07297456 0.2162907 0.07231539 0.2206064 0.06912344 0.221334 0.07297456 0.2206064 0.06912344 0.2260593 0.07158094 0.2106493 0.06877416 0.2162907 0.07231539 0.2155786 0.07584857 0.2106493 0.06877416 0.2084699 0.07162076 0.2056533 0.06420379 0.2106493 0.06877416 0.2056533 0.06420379 0.2091641 0.06198936 0.2106493 0.06877416 0.2128527 0.0656737 0.2169713 0.06851261 0.2307471 0.06896394 0.235416 0.06573516 0.2336415 0.07164925 0.2307471 0.06896394 0.2336415 0.07164925 0.2278698 0.07477682 0.2307471 0.06896394 0.2260593 0.07158094 0.2277551 0.06605178 0.2307471 0.06896394 0.2277551 0.06605178 0.2315104 0.06348323 0.6439479 0.4554834 0.6476536 0.4540056 0.6488171 0.4592994 0.6439479 0.4554834 0.6448621 0.4611901 0.6414867 0.4611576 0.6439479 0.4554834 0.6405455 0.4557676 0.6430073 0.450711 0.6439479 0.4554834 0.6430073 0.450711 0.6476536 0.4540056 0.6531596 0.4345863 0.6497148 0.4294891 0.6561807 0.4322739 0.6531596 0.4345863 0.6561807 0.4322739 0.6557403 0.4390839 0.6531596 0.4345863 0.6557403 0.4390839 0.6530089 0.4397463 0.6531596 0.4345863 0.6503986 0.4364535 0.6469271 0.4327477 0.6565929 0.4423825 0.6557403 0.4390839 0.6587077 0.4382522 0.6565929 0.4423825 0.6595798 0.442508 0.6581898 0.446969 0.6565929 0.4423825 0.6554304 0.4456716 0.6538966 0.4422132 0.6565929 0.4423825 0.6538966 0.4422132 0.6557403 0.4390839 0.6519659 0.4501404 0.6554304 0.4456716 0.6581898 0.446969 0.6519659 0.4501404 0.6539309 0.4535626 0.6476536 0.4540056 0.6519659 0.4501404 0.6476536 0.4540056 0.6463516 0.4496052 0.6519659 0.4501404 0.650049 0.4472488 0.6554304 0.4456716 0.2761611 0.03793489 0.2792403 0.04060518 0.2749819 0.04390871 0.2761611 0.03793489 0.2717354 0.04129874 0.2699244 0.03839117 0.2761611 0.03793489 0.2738744 0.03512054 0.2796995 0.03488135 0.2761611 0.03793489 0.2796995 0.03488135 0.2792403 0.04060518 0.3013206 0.04218745 0.307208 0.03943252 0.3036243 0.04521441 0.3013206 0.04218745 0.3036243 0.04521441 0.2970399 0.04703396 0.3013206 0.04218745 0.296146 0.04428893 0.2995305 0.03938132 0.3013206 0.04218745 0.2995305 0.03938132 0.3042621 0.03639549 0.2923971 0.0450837 0.296146 0.04428893 0.2923678 0.0476405 0.2923971 0.0450837 0.2923678 0.0476405 0.2887559 0.04463022 0.2923971 0.0450837 0.2887559 0.04463022 0.2896187 0.04209655 0.2923971 0.0450837 0.2923992 0.04259967 0.296146 0.04428893 0.2839044 0.04298716 0.2887559 0.04463022 0.2876928 0.04721122 0.2839044 0.04298716 0.2810993 0.04592341 0.2792403 0.04060518 0.2839044 0.04298716 0.2792403 0.04060518 0.2825216 0.03745675 0.2839044 0.04298716 0.2860771 0.04012203 0.2887559 0.04463022 0.8625094 0.01343566 0.8658306 0.01566988 0.8633193 0.01816701 0.8625094 0.01343566 0.8599176 0.0157932 0.8574948 0.01291221 0.8625094 0.01343566 0.8597856 0.01075297 0.8649669 0.01070958 0.8625094 0.01343566 0.8649669 0.01070958 0.8658306 0.01566988 0.8863667 0.01516646 0.891344 0.01324808 0.8879513 0.01744759 0.8863667 0.01516646 0.8879513 0.01744759 0.8827547 0.01924151 0.8863667 0.01516646 0.8818926 0.01670658 0.8849857 0.01271194 0.8863667 0.01516646 0.8849857 0.01271194 0.889348 0.0108577 0.8784249 0.01749032 0.8818926 0.01670658 0.8786204 0.02005505 0.8784249 0.01749032 0.8786204 0.02005505 0.8749232 0.01757234 0.8784249 0.01749032 0.8749232 0.01757234 0.8754585 0.01508826 0.8784249 0.01749032 0.8782555 0.01503956 0.8811219 0.01422095 0.8703468 0.01700717 0.8749232 0.01757234 0.8743335 0.02008455 0.8703468 0.01700717 0.8686788 0.0195263 0.8658306 0.01566988 0.8703468 0.01700717 0.8658306 0.01566988 0.8680523 0.01278007 0.8703468 0.01700717 0.8718035 0.01428735 0.8749232 0.01757234 0.7886428 0.01212298 0.7921096 0.01460033 0.7884923 0.01769465 0.7886428 0.01212298 0.7848298 0.01514267 0.7824946 0.01183176 0.7886428 0.01212298 0.7859086 0.009043157 0.7919543 0.009108722 0.7886428 0.01212298 0.7919543 0.009108722 0.7921096 0.01460033 0.814127 0.01223433 0.8191878 0.009304225 0.8167077 0.01416236 0.814127 0.01223433 0.8167077 0.01416236 0.8108512 0.01696801 0.814127 0.01223433 0.8095363 0.01460415 0.8119409 0.01020604 0.814127 0.01223433 0.8119409 0.01020604 0.8158494 0.007554233 0.805886 0.01585346 0.8095363 0.01460415 0.806321 0.01834356 0.805886 0.01585346 0.806321 0.01834356 0.8020848 0.0162028 0.805886 0.01585346 0.8020848 0.0162028 0.8025895 0.01376593 0.805886 0.01585346 0.8055093 0.01355147 0.8083788 0.01236832 0.7970414 0.01587271 0.8020848 0.0162028 0.8015096 0.01877009 0.7970414 0.01587271 0.7948095 0.01872879 0.7921096 0.01460033 0.7970414 0.01587271 0.7921096 0.01460033 0.7950915 0.01143199 0.7970414 0.01587271 0.7988767 0.01302194 0.8020848 0.0162028 0.4964919 0.006537854 0.4947472 0.009569764 0.4934365 0.004861354 0.4964919 0.006537854 0.4934365 0.004861354 0.4960858 0.002330303 0.4964919 0.006537854 0.4987191 0.004096508 0.499696 0.008223891 0.4964919 0.006537854 0.499696 0.008223891 0.4980374 0.01106709 0.494246 0.02160817 0.4950904 0.02457708 0.4924227 0.02545577 0.494246 0.02160817 0.4915131 0.02221888 0.4938884 0.01814061 0.494246 0.02160817 0.4938884 0.01814061 0.4967891 0.0210635 0.494246 0.02160817 0.4967891 0.0210635 0.4950904 0.02457708 0.4939674 0.01378256 0.4938884 0.01814061 0.4909687 0.01827508 0.4939674 0.01378256 0.4907872 0.01313322 0.4947472 0.009569764 0.4939674 0.01378256 0.4947472 0.009569764 0.4980374 0.01106709 0.4939674 0.01378256 0.497032 0.01450467 0.4938884 0.01814061 0.9824521 0.7921614 0.9827203 0.7954158 0.9795157 0.7957317 0.9824521 0.7921614 0.9794762 0.7920797 0.9827652 0.7890934 0.9824521 0.7921614 0.9827652 0.7890934 0.9853246 0.7894221 0.9824521 0.7921614 0.9851432 0.7921842 0.9827203 0.7954158 0.9864031 0.7713176 0.985889 0.7750722 0.9827938 0.774943 0.9864031 0.7713176 0.9831982 0.7712581 0.9869199 0.7674933 0.9864031 0.7713176 0.9869199 0.7674933 0.9899242 0.7676985 0.9864031 0.7713176 0.989233 0.7714865 0.9885988 0.7752352 0.6407004 0.01757138 0.6439228 0.01680105 0.6409412 0.02040249 0.6407004 0.01757138 0.6409412 0.02040249 0.6374925 0.01773655 0.6407004 0.01757138 0.6374925 0.01773655 0.6380394 0.01522952 0.6407004 0.01757138 0.6404715 0.01502776 0.6429511 0.01418817 0.6224216 0.01152241 0.6257591 0.01368546 0.6208253 0.01464748 0.6224216 0.01152241 0.6208253 0.01464748 0.6189765 0.008979201 0.6224216 0.01152241 0.6189765 0.008979201 0.6213399 0.006202578 0.6224216 0.01152241 0.6240757 0.008700311 0.6269063 0.01085162 0.2817124 0.02174621 0.2852449 0.02040815 0.2863141 0.02319091 0.2817124 0.02174621 0.2821741 0.02442842 0.2781025 0.02202218 0.2817124 0.02174621 0.2781025 0.02202218 0.2783352 0.01956224 0.2817124 0.02174621 0.281292 0.01927685 0.2852449 0.02040815 0.2601653 0.01269924 0.2578114 0.01003021 0.2622128 0.01042634 0.2601653 0.01269924 0.2622128 0.01042634 0.264595 0.01275992 0.2601653 0.01269924 0.2629179 0.01518619 0.2580967 0.01507234 0.2601653 0.01269924 0.2580967 0.01507234 0.2578114 0.01003021 0.2642181 0.008353829 0.2622128 0.01042634 0.2602969 0.007932066 0.2642181 0.008353829 0.2629197 0.006263256 0.2662024 0.006381571 0.2642181 0.008353829 0.2662024 0.006381571 0.2669816 0.007404029 0.2642181 0.008353829 0.266113 0.01046013 0.2622128 0.01042634 0.2809544 0.01723307 0.281292 0.01927685 0.2786676 0.01749306 0.2809544 0.01723307 0.2786676 0.01749306 0.2785984 0.0160008 0.2809544 0.01723307 0.2800557 0.01545822 0.2832927 0.01605325 0.2809544 0.01723307 0.2832927 0.01605325 0.2842223 0.01792806 0.6258449 0.006483972 0.6240757 0.008700311 0.6213399 0.006202578 0.6258449 0.006483972 0.6238368 0.004432141 0.6276717 0.004570603 0.6258449 0.006483972 0.6276717 0.004570603 0.6288697 0.00527352 0.6258449 0.006483972 0.6281146 0.008385896 0.6240757 0.008700311 0.6402661 0.01305907 0.6404715 0.01502776 0.6383969 0.01327484 0.6402661 0.01305907 0.6383969 0.01327484 0.6383677 0.01195305 0.6402661 0.01305907 0.6395865 0.0114212 0.6422606 0.01226443 0.6402661 0.01305907 0.6422606 0.01226443 0.6429511 0.01418817 0.991313 0.7718746 0.989233 0.7714865 0.9920803 0.7683141 0.991313 0.7718746 0.9920803 0.7683141 0.9930181 0.772372 0.991313 0.7718746 0.9930181 0.772372 0.9932314 0.7752537 0.991313 0.7718746 0.9905384 0.775466 0.989233 0.7714865 0.9872646 0.7920894 0.9851432 0.7921842 0.9853246 0.7894221 0.9872646 0.7920894 0.9871701 0.7894816 0.9890304 0.7911121 0.9872646 0.7920894 0.9890304 0.7911121 0.9905542 0.7944851 0.9872646 0.7920894 0.9878312 0.7949574 0.9851432 0.7921842 0.4998656 0.01537239 0.497032 0.01450467 0.4980374 0.01106709 0.4998656 0.01537239 0.5013128 0.01280921 0.501998 0.01692998 0.4998656 0.01537239 0.501998 0.01692998 0.5006748 0.01828145 0.4998656 0.01537239 0.4990232 0.01789426 0.497032 0.01450467 0.4989528 0.02065092 0.4967891 0.0210635 0.4966319 0.0180118 0.4989528 0.02065092 0.4990232 0.01789426 0.5009413 0.02024531 0.4989528 0.02065092 0.5009413 0.02024531 0.5011399 0.02211755 0.4989528 0.02065092 0.4996947 0.02311664 0.4975752 0.02377259 0.7999189 0.01018178 0.7988767 0.01302194 0.7950915 0.01143199 0.7999189 0.01018178 0.7968027 0.00811547 0.8007423 0.007846593 0.7999189 0.01018178 0.8007423 0.007846593 0.8027734 0.00970453 0.7999189 0.01018178 0.8029538 0.01158994 0.7988767 0.01302194 0.8052492 0.01162582 0.8055093 0.01355147 0.8029538 0.01158994 0.8052492 0.01162582 0.8029538 0.01158994 0.8043163 0.009478211 0.8052492 0.01162582 0.8043163 0.009478211 0.8075358 0.01038849 0.8052492 0.01162582 0.8075358 0.01038849 0.8083788 0.01236832 0.8105442 0.007977306 0.8119409 0.01020604 0.8075358 0.01038849 0.8105442 0.007977306 0.8075358 0.01038849 0.8064077 0.007483243 0.8105442 0.007977306 0.8095422 0.005648314 0.8139137 0.004979133 0.8105442 0.007977306 0.8139137 0.004979133 0.8158494 0.007554233 0.7942631 0.006105244 0.7919543 0.009108722 0.7920119 0.004122972 0.7942631 0.006105244 0.7920119 0.004122972 0.7947012 0.001991391 0.7942631 0.006105244 0.7960705 0.00310713 0.7974362 0.003671467 0.7942631 0.006105244 0.7968027 0.00811547 0.7919543 0.009108722 0.8728376 0.01116621 0.8718035 0.01428735 0.8680523 0.01278007 0.8728376 0.01116621 0.869695 0.009104669 0.8738018 0.008479058 0.8728376 0.01116621 0.8738018 0.008479058 0.8757781 0.01053416 0.8728376 0.01116621 0.8758849 0.01266044 0.8718035 0.01428735 0.878138 0.01281672 0.8782555 0.01503956 0.8758849 0.01266044 0.878138 0.01281672 0.8758849 0.01266044 0.87732 0.01032334 0.878138 0.01281672 0.87732 0.01032334 0.8805343 0.01183384 0.878138 0.01281672 0.8805343 0.01183384 0.8811219 0.01422095 0.8840118 0.009910583 0.8849857 0.01271194 0.8805343 0.01183384 0.8840118 0.009910583 0.8805343 0.01183384 0.8796359 0.008388459 0.8840118 0.009910583 0.8832414 0.006935894 0.8880298 0.007517218 0.8840118 0.009910583 0.8880298 0.007517218 0.889348 0.0108577 0.8671562 0.007246375 0.8649669 0.01070958 0.8649191 0.005489706 0.8671562 0.007246375 0.8649191 0.005489706 0.8677618 0.002385735 0.8671562 0.007246375 0.8692111 0.003414571 0.8706458 0.003929018 0.8671562 0.007246375 0.869695 0.009104669 0.8649669 0.01070958 0.286985 0.03739923 0.2860771 0.04012203 0.2825216 0.03745675 0.286985 0.03739923 0.2838488 0.03461849 0.2875312 0.03525674 0.286985 0.03739923 0.2875312 0.03525674 0.2897778 0.03758341 0.286985 0.03739923 0.2900813 0.03965777 0.2860771 0.04012203 0.2923469 0.04026144 0.2923992 0.04259967 0.2896187 0.04209655 0.2923469 0.04026144 0.2900813 0.03965777 0.2913751 0.03759652 0.2923469 0.04026144 0.2913751 0.03759652 0.2948772 0.0393384 0.2923469 0.04026144 0.2948772 0.0393384 0.2953819 0.04167878 0.2987677 0.0370168 0.2995305 0.03938132 0.2948772 0.0393384 0.2987677 0.0370168 0.2948772 0.0393384 0.2939298 0.0360133 0.2987677 0.0370168 0.2985185 0.03487312 0.3033381 0.03399592 0.2987677 0.0370168 0.3033381 0.03399592 0.3042621 0.03639549 0.2814632 0.03244835 0.2796995 0.03488135 0.2794528 0.03058338 0.2814632 0.03244835 0.2794528 0.03058338 0.2823395 0.03032559 0.2814632 0.03244835 0.2823395 0.03032559 0.2836263 0.03081578 0.2814632 0.03244835 0.2838488 0.03461849 0.2796995 0.03488135 0.6482287 0.4454183 0.650049 0.4472488 0.6463516 0.4496052 0.6482287 0.4454183 0.6447727 0.4469918 0.646779 0.444161 0.6482287 0.4454183 0.646779 0.444161 0.6492087 0.4432047 0.6482287 0.4454183 0.6510192 0.4435763 0.650049 0.4472488 0.6517816 0.4419562 0.6538966 0.4422132 0.6529479 0.4444991 0.6517816 0.4419562 0.6510192 0.4435763 0.6494176 0.442064 0.6517816 0.4419562 0.6494176 0.442064 0.6507499 0.4400701 0.6517816 0.4419562 0.6507499 0.4400701 0.6530089 0.4397463 0.6481584 0.4374304 0.6503986 0.4364535 0.6507499 0.4400701 0.6481584 0.4374304 0.6507499 0.4400701 0.6476109 0.4402757 0.6481584 0.4374304 0.6461785 0.437962 0.644787 0.4344138 0.6481584 0.4374304 0.644787 0.4344138 0.6469271 0.4327477 0.6420142 0.4478067 0.6430073 0.450711 0.6396044 0.4482421 0.6420142 0.4478067 0.6396044 0.4482421 0.6409947 0.4458365 0.6420142 0.4478067 0.6409947 0.4458365 0.6419391 0.4453231 0.6420142 0.4478067 0.6447727 0.4469918 0.6430073 0.450711 0.2245679 0.06268602 0.2277551 0.06605178 0.2218038 0.0640648 0.2245679 0.06268602 0.2218038 0.0640648 0.2191748 0.05926489 0.2245679 0.06268602 0.2212831 0.05909341 0.2237796 0.05823767 0.2245679 0.06268602 0.2276369 0.0609346 0.2277551 0.06605178 0.2151045 0.06206554 0.2128527 0.0656737 0.2091641 0.06198936 0.2151045 0.06206554 0.2128471 0.05944591 0.2164322 0.05625844 0.2151045 0.06206554 0.2168692 0.05915212 0.217765 0.06124418 0.2151045 0.06206554 0.2175889 0.06417065 0.2128527 0.0656737 0.2196497 0.06469833 0.2206064 0.06912344 0.2175889 0.06417065 0.2196497 0.06469833 0.2175889 0.06417065 0.217765 0.06124418 0.2196497 0.06469833 0.2186045 0.0607016 0.2218038 0.0640648 0.2196497 0.06469833 0.2218038 0.0640648 0.2240902 0.06810396 0.2114668 0.05737459 0.2068189 0.05884224 0.2105252 0.05557739 0.2114668 0.05737459 0.2105252 0.05557739 0.2162141 0.05557739 0.2114668 0.05737459 0.2163024 0.05598068 0.2164322 0.05625844 0.2114668 0.05737459 0.2128471 0.05944591 0.2068189 0.05884224 0.8019212 0.006510615 0.798795 0.003133058 0.8001501 0.002043306 0.8019212 0.006510615 0.8032777 0.005674242 0.8064077 0.007483243 0.8019212 0.006510615 0.8043163 0.009478211 0.8027734 0.00970453 0.8019212 0.006510615 0.8007423 0.007846593 0.7974362 0.003671467 0.8750488 0.007061183 0.8720511 0.003414571 0.8734419 0.002385735 0.8750488 0.007061183 0.8764372 0.006277918 0.8796359 0.008388459 0.8750488 0.007061183 0.87732 0.01032334 0.8757781 0.01053416 0.8750488 0.007061183 0.8738018 0.008479058 0.8706458 0.003929018 0.2886188 0.03413259 0.2849701 0.03026914 0.2863423 0.02920401 0.2886188 0.03413259 0.289977 0.03351759 0.2913751 0.03759652 0.2886188 0.03413259 0.2913751 0.03759652 0.2897778 0.03758341 0.2886188 0.03413259 0.2875312 0.03525674 0.2836263 0.03081578 0.6459743 0.4429892 0.6419914 0.4443231 0.6415979 0.4430798 0.6459743 0.4429892 0.6454922 0.4418601 0.6476109 0.4402757 0.6459743 0.4429892 0.6494176 0.442064 0.646779 0.444161 0.6459743 0.4429892 0.646779 0.444161 0.6419391 0.4453231 0.2176116 0.05813568 0.2166448 0.0562852 0.2178427 0.05806779 0.2176116 0.05813568 0.2178427 0.05806779 0.2186045 0.0607016 0.2176116 0.05813568 0.2186045 0.0607016 0.2168692 0.05915212 0.2176116 0.05813568 0.2168692 0.05915212 0.2166448 0.0562852 0.9853193 0.8081234 0.9885968 0.8082339 0.985958 0.8126667 0.9853193 0.8081234 0.985958 0.8126667 0.9820692 0.8119019 0.9853193 0.8081234 0.9814457 0.8078826 0.9845596 0.803654 0.9853193 0.8081234 0.9845596 0.803654 0.9876789 0.8035227 0.983558 0.7993324 0.9865628 0.7990409 0.9845596 0.803654 0.983558 0.7993324 0.9845596 0.803654 0.9800462 0.7997147 0.983558 0.7993324 0.9800462 0.7997147 0.9795157 0.7957317 0.983558 0.7993324 0.9827203 0.7954158 0.9865628 0.7990409 0.9836716 0.7857355 0.9862776 0.786115 0.9827652 0.7890934 0.9836716 0.7857355 0.9827652 0.7890934 0.9798491 0.7886299 0.9836716 0.7857355 0.9805557 0.7852534 0.9813953 0.7818871 0.9836716 0.7857355 0.9847003 0.7822222 0.9862776 0.786115 0.9853804 0.7786874 0.9880792 0.778905 0.9873975 0.7825227 0.9853804 0.7786874 0.9847003 0.7822222 0.982167 0.7784681 0.9853804 0.7786874 0.982167 0.7784681 0.9827938 0.774943 0.9853804 0.7786874 0.985889 0.7750722 0.9880792 0.778905 0.9897488 0.7791195 0.9880792 0.778905 0.9885988 0.7752352 0.9897488 0.7791195 0.9905384 0.775466 0.9932314 0.7752537 0.9897488 0.7791195 0.9913474 0.7797542 0.9888792 0.7827541 0.9897488 0.7791195 0.9888792 0.7827541 0.9880792 0.778905 0.9878639 0.786289 0.9862776 0.786115 0.9873975 0.7825227 0.9878639 0.786289 0.9888792 0.7827541 0.9901526 0.7834017 0.9878639 0.786289 0.9890996 0.7868744 0.9883798 0.789223 0.9878639 0.786289 0.9871701 0.7894816 0.9862776 0.786115 0.9885535 0.7989313 0.9865628 0.7990409 0.9878312 0.7949574 0.9885535 0.7989313 0.9878312 0.7949574 0.9905542 0.7944851 0.9885535 0.7989313 0.9900372 0.7989125 0.9894858 0.8034827 0.9885535 0.7989313 0.9894858 0.8034827 0.9876789 0.8035227 0.9906823 0.8080835 0.9885968 0.8082339 0.9894858 0.8034827 0.9906823 0.8080835 0.9894858 0.8034827 0.9906363 0.8034883 0.9906823 0.8080835 0.9921715 0.807803 0.9941748 0.8119872 0.9906823 0.8080835 0.9920108 0.8127093 0.9894157 0.8130597 0.9906539 0.788488 0.9923673 0.7906157 0.9890304 0.7911121 0.9906539 0.788488 0.9890304 0.7911121 0.9883798 0.789223 0.9906539 0.788488 0.9890996 0.7868744 0.9922248 0.7849504 0.9906539 0.788488 0.9922248 0.7849504 0.9946964 0.7869497 0.9938329 0.7812325 0.9967618 0.7831327 0.9922248 0.7849504 0.9938329 0.7812325 0.9922248 0.7849504 0.9901526 0.7834017 0.9938329 0.7812325 0.9913474 0.7797542 0.9932314 0.7752537 0.9938329 0.7812325 0.9954596 0.7774246 0.9986952 0.7792401 0.2963766 0.01296645 0.2981277 0.01603788 0.2924909 0.01568341 0.2963766 0.01296645 0.2924909 0.01568341 0.290838 0.01329302 0.2963766 0.01296645 0.2946001 0.01047134 0.3003642 0.01018702 0.2963766 0.01296645 0.3003642 0.01018702 0.3019254 0.0133782 0.2888091 0.01827561 0.2873916 0.01585602 0.2924909 0.01568341 0.2888091 0.01827561 0.2924909 0.01568341 0.2942841 0.0186448 0.2888091 0.01827561 0.2903485 0.02114605 0.2852449 0.02040815 0.2888091 0.01827561 0.2852449 0.02040815 0.2842223 0.01792806 0.2743062 0.02096843 0.2750861 0.01844394 0.2781025 0.02202218 0.2743062 0.02096843 0.2781025 0.02202218 0.2779197 0.02467757 0.2743062 0.02096843 0.2735419 0.02375751 0.2691743 0.02207261 0.2743062 0.02096843 0.270402 0.0191943 0.2750861 0.01844394 0.266468 0.01730906 0.2679098 0.01477217 0.2715945 0.01661592 0.266468 0.01730906 0.270402 0.0191943 0.2649506 0.02002722 0.266468 0.01730906 0.2649506 0.02002722 0.2611612 0.01767575 0.266468 0.01730906 0.2629179 0.01518619 0.2679098 0.01477217 0.2692006 0.01259803 0.2679098 0.01477217 0.266113 0.01046013 0.2692006 0.01259803 0.266113 0.01046013 0.2669816 0.007404029 0.2692006 0.01259803 0.2704309 0.01089161 0.2727168 0.01463747 0.2692006 0.01259803 0.2727168 0.01463747 0.2715945 0.01661592 0.275897 0.01644849 0.2750861 0.01844394 0.2727168 0.01463747 0.275897 0.01644849 0.2727168 0.01463747 0.2738395 0.01313453 0.275897 0.01644849 0.276824 0.01491981 0.2785984 0.0160008 0.275897 0.01644849 0.2786676 0.01749306 0.2783352 0.01956224 0.2862178 0.01433831 0.2873916 0.01585602 0.2832927 0.01605325 0.2862178 0.01433831 0.2832927 0.01605325 0.2820402 0.01384902 0.2862178 0.01433831 0.285166 0.01327145 0.2882338 0.01136738 0.2862178 0.01433831 0.2894658 0.01204472 0.2873916 0.01585602 0.2927727 0.009129106 0.2946001 0.01047134 0.290838 0.01329302 0.2927727 0.009129106 0.2894658 0.01204472 0.29092 0.008363246 0.2927727 0.009129106 0.29092 0.008363246 0.2934153 0.004809141 0.2927727 0.009129106 0.2961091 0.005902528 0.2946001 0.01047134 0.2779519 0.01379555 0.2791802 0.01287353 0.2820402 0.01384902 0.2779519 0.01379555 0.2800557 0.01545822 0.2785984 0.0160008 0.2779519 0.01379555 0.276824 0.01491981 0.2750336 0.01198285 0.2779519 0.01379555 0.2750336 0.01198285 0.2762632 0.01100677 0.2716912 0.009757876 0.2729665 0.008910596 0.2750336 0.01198285 0.2716912 0.009757876 0.2750336 0.01198285 0.2738395 0.01313453 0.2716912 0.009757876 0.2704309 0.01089161 0.2681367 0.007326841 0.2716912 0.009757876 0.2681367 0.007326841 0.2694799 0.006699681 0.6530962 0.01277136 0.6520136 0.009840965 0.6565707 0.0113523 0.6530962 0.01277136 0.6565707 0.0113523 0.6570163 0.01499974 0.6530962 0.01277136 0.6541472 0.01621907 0.6497966 0.01418876 0.6530962 0.01277136 0.6497966 0.01418876 0.648539 0.01146489 0.6468468 0.01560276 0.6455792 0.01295727 0.648539 0.01146489 0.6468468 0.01560276 0.6497966 0.01418876 0.6483511 0.01870167 0.6468468 0.01560276 0.6483511 0.01870167 0.6450352 0.01975846 0.6468468 0.01560276 0.6439228 0.01680105 0.6455792 0.01295727 0.6346119 0.01711916 0.6355538 0.01454687 0.6374925 0.01773655 0.6346119 0.01711916 0.6374925 0.01773655 0.636851 0.02051973 0.6346119 0.01711916 0.6335465 0.01999616 0.6318207 0.01610708 0.6346119 0.01711916 0.6318207 0.01610708 0.6328909 0.01342523 0.628881 0.01508808 0.6299266 0.01231002 0.6318207 0.01610708 0.628881 0.01508808 0.6318207 0.01610708 0.627803 0.01809412 0.628881 0.01508808 0.627803 0.01809412 0.6246425 0.01670342 0.628881 0.01508808 0.6257591 0.01368546 0.6299266 0.01231002 0.6309073 0.009988009 0.6299266 0.01231002 0.6269063 0.01085162 0.6309073 0.009988009 0.6281146 0.008385896 0.6288697 0.00527352 0.6309073 0.009988009 0.6318693 0.008060634 0.6337699 0.01136308 0.6309073 0.009988009 0.6337699 0.01136308 0.6328909 0.01342523 0.636249 0.01258409 0.6355538 0.01454687 0.6328909 0.01342523 0.636249 0.01258409 0.6337699 0.01136308 0.6369562 0.01107662 0.636249 0.01258409 0.6369562 0.01107662 0.6383677 0.01195305 0.636249 0.01258409 0.6383969 0.01327484 0.6380394 0.01522952 0.6447848 0.0112186 0.6455792 0.01295727 0.6422606 0.01226443 0.6447848 0.0112186 0.6422606 0.01226443 0.6414549 0.01004433 0.6447848 0.0112186 0.644227 0.009933292 0.6477 0.009814441 0.6447848 0.0112186 0.6477 0.009814441 0.648539 0.01146489 0.6508678 0.00794506 0.6520136 0.009840965 0.6477 0.009814441 0.6508678 0.00794506 0.6477 0.009814441 0.6470704 0.008700788 0.6508678 0.00794506 0.6496903 0.006566464 0.6521986 0.003981292 0.6508678 0.00794506 0.6541619 0.005843043 0.6557458 0.008151233 0.6379346 0.009870111 0.6390486 0.008814156 0.6414549 0.01004433 0.6379346 0.009870111 0.6395865 0.0114212 0.6383677 0.01195305 0.6379346 0.009870111 0.6369562 0.01107662 0.6355967 0.008265376 0.6379346 0.009870111 0.6355967 0.008265376 0.6366403 0.00691998 0.6328588 0.006466567 0.6338619 0.005039095 0.6355967 0.008265376 0.6328588 0.006466567 0.6355967 0.008265376 0.6346182 0.009712517 0.6328588 0.006466567 0.6318693 0.008060634 0.6288697 0.00527352 0.6328588 0.006466567 0.6299207 0.004570603 0.6308984 0.003164827 0.5601903 0.5974266 0.5637169 0.5999285 0.5581014 0.6011031 0.5601903 0.5974266 0.5581014 0.6011031 0.5556632 0.599125 0.5601903 0.5974266 0.5571985 0.5954468 0.5598106 0.5909231 0.5601903 0.5974266 0.5622631 0.5936865 0.5662117 0.5961633 0.5559807 0.6046521 0.5578756 0.6071966 0.5553357 0.6109688 0.5559807 0.6046521 0.5538918 0.6072825 0.5533186 0.6051102 0.5559807 0.6046521 0.5542675 0.6026793 0.5581014 0.6011031 0.5559807 0.6046521 0.5581014 0.6011031 0.5610092 0.603628 0.5547502 0.6236311 0.5524441 0.6240609 0.5536079 0.6196503 0.5547502 0.6236311 0.5536079 0.6196503 0.5548041 0.6195804 0.5547502 0.6236311 0.5562322 0.6233221 0.5560662 0.6274756 0.5547502 0.6236311 0.5560662 0.6274756 0.5533035 0.6281704 0.5528129 0.6153969 0.5504418 0.6156958 0.5495818 0.6117045 0.5528129 0.6153969 0.5522738 0.6114036 0.5553357 0.6109688 0.5528129 0.6153969 0.5544085 0.6152797 0.5536079 0.6196503 0.5528129 0.6153969 0.5536079 0.6196503 0.5515137 0.6199149 0.5529181 0.6018498 0.5508379 0.6013793 0.5541642 0.5982409 0.5529181 0.6018498 0.5541642 0.5982409 0.5556632 0.599125 0.5529181 0.6018498 0.5542675 0.6026793 0.5533186 0.6051102 0.5529181 0.6018498 0.5520067 0.6052123 0.5496692 0.6049266 0.5552768 0.5945112 0.5530678 0.5938696 0.5541498 0.5898271 0.5552768 0.5945112 0.5566149 0.5906294 0.5598106 0.5909231 0.5552768 0.5945112 0.5571985 0.5954468 0.5541642 0.5982409 0.5552768 0.5945112 0.5541642 0.5982409 0.5521764 0.5976702 0.5492147 0.5927724 0.5530678 0.5938696 0.5521764 0.5976702 0.5492147 0.5927724 0.5482719 0.5966324 0.5445395 0.5914472 0.5492147 0.5927724 0.5445395 0.5914472 0.5458726 0.5872269 0.5492147 0.5927724 0.5503458 0.5886265 0.5530678 0.5938696 0.5469323 0.6004837 0.5508379 0.6013793 0.5457665 0.6043429 0.5469323 0.6004837 0.5457665 0.6043429 0.5410811 0.6036104 0.5469323 0.6004837 0.5421142 0.5993754 0.5482719 0.5966324 0.5469323 0.6004837 0.5482719 0.5966324 0.5521764 0.5976702 0.5465191 0.6163579 0.5504418 0.6156958 0.5515137 0.6199149 0.5465191 0.6163579 0.5476235 0.6205691 0.5428353 0.6214181 0.5465191 0.6163579 0.5418208 0.6172017 0.5410078 0.6128119 0.5465191 0.6163579 0.5456138 0.6122077 0.5504418 0.6156958 0.5484896 0.6247325 0.5524441 0.6240609 0.5492365 0.6288719 0.5484896 0.6247325 0.5492365 0.6288719 0.5445172 0.6295769 0.5484896 0.6247325 0.543711 0.625525 0.5476235 0.6205691 0.5484896 0.6247325 0.5476235 0.6205691 0.5515137 0.6199149 0.5518985 0.6082028 0.5492874 0.6082415 0.5520067 0.6052123 0.5518985 0.6082028 0.5520067 0.6052123 0.5538918 0.6072825 0.5518985 0.6082028 0.5538918 0.6072825 0.5553357 0.6109688 0.5518985 0.6082028 0.5522738 0.6114036 0.5492874 0.6082415 0.5585379 0.5865646 0.5560598 0.5853919 0.5607532 0.5824082 0.5585379 0.5865646 0.5607532 0.5824082 0.5623863 0.5839632 0.5585379 0.5865646 0.5603504 0.5875864 0.5598106 0.5909231 0.5585379 0.5865646 0.5566149 0.5906294 0.5560598 0.5853919 0.5522509 0.5839176 0.5503458 0.5886265 0.5477765 0.5822924 0.5522509 0.5839176 0.5477765 0.5822924 0.5545429 0.578927 0.5522509 0.5839176 0.5545429 0.578927 0.5583841 0.5807605 0.5522509 0.5839176 0.5560598 0.5853919 0.5541498 0.5898271 0.545345 0.6082268 0.5456138 0.6122077 0.5407368 0.6081854 0.545345 0.6082268 0.5407368 0.6081854 0.5410811 0.6036104 0.545345 0.6082268 0.5457665 0.6043429 0.5496692 0.6049266 0.545345 0.6082268 0.5492874 0.6082415 0.5495818 0.6117045 0.120131 0.1462636 0.1211556 0.1548239 0.1162825 0.1468116 0.120131 0.1462636 0.1162825 0.1468116 0.1164591 0.1390453 0.120131 0.1462636 0.1202169 0.1388171 0.1243443 0.145462 0.120131 0.1462636 0.1243443 0.145462 0.1250641 0.1528264 0.1207458 0.1347116 0.1249986 0.1346395 0.124324 0.1387937 0.1207458 0.1347116 0.1202169 0.1388171 0.1165533 0.1349099 0.1207458 0.1347116 0.1165533 0.1349099 0.1166068 0.1325542 0.1207458 0.1347116 0.1212978 0.1322556 0.1249986 0.1346395 0.1207299 0.1738837 0.122163 0.1669912 0.1282002 0.1725751 0.1207299 0.1738837 0.1267918 0.1781147 0.120118 0.1856544 0.1207299 0.1738837 0.120118 0.1856544 0.1154371 0.183971 0.1207299 0.1738837 0.1157327 0.1709886 0.122163 0.1669912 0.1351099 0.179458 0.1360567 0.1746402 0.1440554 0.178618 0.1351099 0.179458 0.1440554 0.178618 0.1431012 0.1879021 0.1351099 0.179458 0.1342114 0.1887148 0.1259638 0.1880492 0.1351099 0.179458 0.1267918 0.1781147 0.1282002 0.1725751 0.1519996 0.1762992 0.1440554 0.178618 0.1454473 0.1726551 0.1519996 0.1762992 0.153338 0.1698353 0.1594431 0.1732409 0.1519996 0.1762992 0.1594431 0.1732409 0.1508736 0.1858621 0.1519996 0.1762992 0.1508736 0.1858621 0.1440554 0.178618 0.3376256 0.1994377 0.3389849 0.2111504 0.3280406 0.2031006 0.3376256 0.1994377 0.3269615 0.1944791 0.3375512 0.1887906 0.3376256 0.1994377 0.3375512 0.1887906 0.3468887 0.1872654 0.3376256 0.1994377 0.3472157 0.2025882 0.3389849 0.2111504 0.3372449 0.1804001 0.3375512 0.1887906 0.3303575 0.1809017 0.3372449 0.1804001 0.3303575 0.1809017 0.3316578 0.1745291 0.3372449 0.1804001 0.3380708 0.1702776 0.3427284 0.1795465 0.3372449 0.1804001 0.3427284 0.1795465 0.3375512 0.1887906 0.3413931 0.1544346 0.3462095 0.1369398 0.3454325 0.1520789 0.3413931 0.1544346 0.3454325 0.1520789 0.3426868 0.170345 0.1316917 0.09306514 0.1346294 0.0971809 0.131067 0.09396123 0.1316917 0.09306514 0.131067 0.09396123 0.1288129 0.09081256 0.1379784 0.1016128 0.1414096 0.1068916 0.136988 0.1022736 0.1379784 0.1016128 0.136988 0.1022736 0.1337785 0.09787553 0.1445934 0.1135483 0.1469902 0.1199083 0.1434678 0.1141607 0.1445934 0.1135483 0.1434678 0.1141607 0.1403372 0.1075654 0.1445934 0.1135483 0.1414096 0.1068916 0.1459219 0.1128408 0.1532351 0.1453009 0.1548639 0.1536318 0.1517377 0.1543449 0.1532351 0.1453009 0.1510268 0.1451414 0.1510282 0.1379195 0.1480602 0.1242968 0.148639 0.1280128 0.1474723 0.1279424 0.1480602 0.1242968 0.1469278 0.1245537 0.1458434 0.1203826 0.1480602 0.1242968 0.1469902 0.1199083 0.1493982 0.1239247 0.1480602 0.1242968 0.1493982 0.1239247 0.148639 0.1280128 0.1495622 0.1323552 0.1510282 0.1379195 0.1493586 0.1372065 0.1495622 0.1323552 0.1482282 0.1318168 0.148639 0.1280128 0.3459798 0.1246541 0.3401337 0.141918 0.3393565 0.1414393 0.3459798 0.1246541 0.3449914 0.1242291 0.3534498 0.1078528 0.1608645 0.1565477 0.1617764 0.1572811 0.1589102 0.1594093 0.1608645 0.1565477 0.1589102 0.1594093 0.1584062 0.1516662 0.1608645 0.1565477 0.1603054 0.15199 0.1610215 0.1504217 0.1608645 0.1565477 0.1615635 0.1525239 0.1620404 0.1528881 0.1207867 0.2050094 0.120118 0.1856544 0.1259638 0.1880492 0.1207867 0.2050094 0.1272361 0.2060778 0.1220957 0.2281565 0.1207867 0.2050094 0.1220957 0.2281565 0.114432 0.228072 0.1207867 0.2050094 0.1149759 0.2042079 0.120118 0.1856544 0.1349932 0.2063428 0.1342114 0.1887148 0.1430137 0.2054263 0.1349932 0.2063428 0.1430137 0.2054263 0.136615 0.2281565 0.1349932 0.2063428 0.136615 0.2281565 0.1295584 0.2281535 0.1349932 0.2063428 0.1272361 0.2060778 0.1342114 0.1887148 0.1502534 0.2029502 0.1508736 0.1858621 0.1580873 0.1832085 0.1502534 0.2029502 0.1571027 0.1996944 0.1563038 0.2194395 0.1502534 0.2029502 0.1498862 0.2238008 0.1430137 0.2054263 0.1502534 0.2029502 0.1430137 0.2054263 0.1431012 0.1879021 0.3431457 0.2227374 0.3389849 0.2111504 0.3490934 0.2156468 0.3431457 0.2227374 0.3518254 0.2255581 0.3487073 0.2342616 0.3431457 0.2227374 0.3487073 0.2342616 0.3435274 0.2329642 0.3431457 0.2227374 0.3344511 0.2167704 0.3389849 0.2111504 0.9240629 0.4314579 0.9050149 0.454152 0.9001647 0.4490588 0.9240629 0.4314579 0.9203464 0.4284535 0.9389175 0.408178 0.9240629 0.4314579 0.9417132 0.4096475 0.9281553 0.4341862 0.9240629 0.4314579 0.9281553 0.4341862 0.9108 0.4585495 0.9175586 0.4246485 0.8969231 0.4429411 0.8935559 0.4369184 0.9175586 0.4246485 0.9145856 0.4209414 0.9341998 0.4043959 0.9175586 0.4246485 0.9366317 0.406217 0.9389175 0.408178 0.9175586 0.4246485 0.9203464 0.4284535 0.8969231 0.4429411 0.9103133 0.4182308 0.8883287 0.4321105 0.9053913 0.4160186 0.9103133 0.4182308 0.9053913 0.4160186 0.9273321 0.4026831 0.9103133 0.4182308 0.9309664 0.4033466 0.9145856 0.4209414 0.9103133 0.4182308 0.9145856 0.4209414 0.8935559 0.4369184 0.8636134 0.4845522 0.842529 0.4682177 0.8466278 0.4657439 0.8636134 0.4845522 0.8656201 0.4802232 0.8861626 0.4948316 0.8636134 0.4845522 0.8857019 0.4999653 0.8618655 0.4877831 0.8636134 0.4845522 0.8618655 0.4877831 0.842529 0.4682177 0.9525799 0.3875077 0.9366317 0.406217 0.9509837 0.3867138 0.9525799 0.3875077 0.9509837 0.3867138 0.9663521 0.3684632 0.9525799 0.3875077 0.9669657 0.3686594 0.9542675 0.388562 0.9525799 0.3875077 0.9542675 0.388562 0.9389175 0.408178 0.948957 0.3864531 0.9309664 0.4033466 0.9467151 0.386459 0.948957 0.3864531 0.9467151 0.386459 0.9648191 0.3687907 0.948957 0.3864531 0.9656162 0.368555 0.9509837 0.3867138 0.948957 0.3864531 0.9509837 0.3867138 0.9341998 0.4043959 0.9097988 0.5135357 0.8857019 0.4999653 0.9098059 0.509698 0.9097988 0.5135357 0.9098059 0.509698 0.9349995 0.5246936 0.9097988 0.5135357 0.9348997 0.5261849 0.9108934 0.5171788 0.9097988 0.5135357 0.9108934 0.5171788 0.8863077 0.5047863 0.9120167 0.5054711 0.888756 0.4890726 0.9153819 0.5010907 0.9120167 0.5054711 0.9153819 0.5010907 0.9366019 0.5223814 0.9120167 0.5054711 0.9366019 0.5223814 0.9098059 0.509698 0.9120167 0.5054711 0.9098059 0.509698 0.8861626 0.4948316 0.1545955 0.1620448 0.153338 0.1698353 0.1499961 0.1635401 0.1545955 0.1620448 0.1499961 0.1635401 0.1517377 0.1543449 0.1177472 0.08345878 0.1177635 0.08280843 0.1223178 0.08420026 0.1471877 0.1629815 0.1498146 0.1541761 0.1499961 0.1635401 0.1471877 0.1629815 0.1499961 0.1635401 0.142247 0.1690763 0.1471877 0.1629815 0.142247 0.1690763 0.1407308 0.1659584 0.1471877 0.1629815 0.1454088 0.1610493 0.1498146 0.1541761 0.1354198 0.1703293 0.142247 0.1690763 0.1360567 0.1746402 0.1354198 0.1703293 0.1360567 0.1746402 0.1282002 0.1725751 0.1354198 0.1703293 0.1286691 0.1677308 0.1348086 0.1664569 0.1354198 0.1703293 0.1348086 0.1664569 0.1407308 0.1659584 0.1306434 0.09415656 0.1290608 0.09205389 0.1288129 0.09081256 0.1306434 0.09415656 0.131067 0.09396123 0.1337785 0.09787553 0.1306434 0.09415656 0.1326087 0.0970987 0.1302252 0.09476584 0.1359159 0.1017562 0.1396141 0.1077078 0.1386574 0.1076962 0.1359159 0.1017562 0.1347496 0.1010496 0.1326087 0.0970987 0.1359159 0.1017562 0.1326087 0.0970987 0.136988 0.1022736 0.1359159 0.1017562 0.136988 0.1022736 0.1396141 0.1077078 0.142752 0.1145323 0.1450017 0.1207279 0.1419162 0.1147881 0.142752 0.1145323 0.1419162 0.1147881 0.1396141 0.1077078 0.142752 0.1145323 0.1396141 0.1077078 0.1403372 0.1075654 0.142752 0.1145323 0.1434678 0.1141607 0.1458434 0.1203826 0.1497007 0.1447913 0.1498146 0.1541761 0.148168 0.1533925 0.1497007 0.1447913 0.1483338 0.1446508 0.1483679 0.1366199 0.1497007 0.1447913 0.1483679 0.1366199 0.1493586 0.1372065 0.1497007 0.1447913 0.1510268 0.1451414 0.1498146 0.1541761 0.1460353 0.124793 0.1465739 0.1279584 0.1447255 0.1251547 0.1460353 0.124793 0.1447255 0.1251547 0.1436771 0.1210787 0.1460353 0.124793 0.1450017 0.1207279 0.1469278 0.1245537 0.1460353 0.124793 0.1469278 0.1245537 0.1465739 0.1279584 0.1473385 0.1314548 0.1483679 0.1366199 0.1461828 0.1317933 0.1473385 0.1314548 0.1461828 0.1317933 0.1453084 0.1283469 0.1473385 0.1314548 0.1465739 0.1279584 0.1474723 0.1279424 0.1473385 0.1314548 0.1482282 0.1318168 0.1483679 0.1366199 0.3515599 0.1845704 0.3523032 0.1862258 0.3468887 0.1872654 0.3515599 0.1845704 0.3490983 0.1839362 0.3515313 0.1832573 0.3515599 0.1845704 0.3515313 0.1832573 0.3531699 0.1821052 0.3515599 0.1845704 0.3541036 0.1830416 0.3523032 0.1862258 0.3674557 0.1064934 0.3664898 0.1040189 0.3730182 0.1047582 0.3674557 0.1064934 0.3730182 0.1047582 0.3682498 0.1083172 0.3674557 0.1064934 0.3682498 0.1083172 0.3630739 0.110245 0.3674557 0.1064934 0.3630739 0.110245 0.3664898 0.1040189 0.1440505 0.1333559 0.1461828 0.1317933 0.1472306 0.1367943 0.1440505 0.1333559 0.1451214 0.1383643 0.1418331 0.1350216 0.1440505 0.1333559 0.1418331 0.1350216 0.139979 0.1305653 0.1440505 0.1333559 0.1430404 0.1293941 0.1461828 0.1317933 0.1423407 0.1257787 0.1447255 0.1251547 0.1453084 0.1283469 0.1423407 0.1257787 0.1430404 0.1293941 0.1399878 0.1263698 0.1423407 0.1257787 0.1399878 0.1263698 0.1415168 0.122635 0.1423407 0.1257787 0.1415168 0.122635 0.1447255 0.1251547 0.1460034 0.14512 0.1483338 0.1446508 0.148168 0.1533925 0.1460034 0.14512 0.1458709 0.1522607 0.1435561 0.1457574 0.1460034 0.14512 0.1435561 0.1457574 0.1422397 0.1404591 0.1460034 0.14512 0.1451214 0.1383643 0.1483338 0.1446508 0.143898 0.158424 0.1454088 0.1610493 0.1404351 0.1623941 0.143898 0.158424 0.1404351 0.1623941 0.1405637 0.1594153 0.143898 0.158424 0.1426684 0.1561307 0.1458709 0.1522607 0.143898 0.158424 0.1458709 0.1522607 0.148168 0.1533925 0.1358326 0.1629548 0.1348086 0.1664569 0.13182 0.1608268 0.1358326 0.1629548 0.13182 0.1608268 0.134359 0.158878 0.1358326 0.1629548 0.137263 0.1602975 0.1404351 0.1623941 0.1358326 0.1629548 0.1404351 0.1623941 0.1407308 0.1659584 0.130127 0.1567304 0.1264882 0.1590688 0.1250641 0.1528264 0.130127 0.1567304 0.1296433 0.1513634 0.1334441 0.1552574 0.130127 0.1567304 0.1334441 0.1552574 0.134359 0.158878 0.130127 0.1567304 0.13182 0.1608268 0.1264882 0.1590688 0.1294503 0.1283431 0.1258529 0.1289802 0.1255847 0.1260551 0.1294503 0.1283431 0.1289857 0.125024 0.1319691 0.1278887 0.1294503 0.1283431 0.1319691 0.1278887 0.1295995 0.1317453 0.1294503 0.1283431 0.1295995 0.1317453 0.1258529 0.1289802 0.1293589 0.1354068 0.1249986 0.1346395 0.1257233 0.1317761 0.1293589 0.1354068 0.1295995 0.1317453 0.133264 0.1316954 0.1293589 0.1354068 0.1328328 0.1362129 0.1291161 0.1398065 0.1293589 0.1354068 0.1291161 0.1398065 0.124324 0.1387937 0.1292586 0.1454238 0.1243443 0.145462 0.1291161 0.1398065 0.1292586 0.1454238 0.1291161 0.1398065 0.1343072 0.1411824 0.1292586 0.1454238 0.1334115 0.1456938 0.1296433 0.1513634 0.1292586 0.1454238 0.1296433 0.1513634 0.1250641 0.1528264 0.3660862 0.1315228 0.3678337 0.1344362 0.3647391 0.1363795 0.3660862 0.1315228 0.3647391 0.1363795 0.3639798 0.1318335 0.3660862 0.1315228 0.3639798 0.1318335 0.364813 0.127175 0.3660862 0.1315228 0.3673677 0.1276557 0.3689172 0.1313748 0.3689066 0.123551 0.3701829 0.1279838 0.3673677 0.1276557 0.3689066 0.123551 0.3673677 0.1276557 0.3674656 0.1227913 0.3689066 0.123551 0.3674656 0.1227913 0.3704632 0.1202123 0.3689066 0.123551 0.3704632 0.1202123 0.3713858 0.1246756 0.3630034 0.1434528 0.3643971 0.1468846 0.3612667 0.1506667 0.3630034 0.1434528 0.3612667 0.1506667 0.3597575 0.1464521 0.3630034 0.1434528 0.3613228 0.1417924 0.3647391 0.1363795 0.3630034 0.1434528 0.3647391 0.1363795 0.3664785 0.1389966 0.3552529 0.1791524 0.3567428 0.1796135 0.3541036 0.1830416 0.3552529 0.1791524 0.3541036 0.1830416 0.3539372 0.1787593 0.3552529 0.1791524 0.3539372 0.1787593 0.355742 0.1745209 0.3552529 0.1791524 0.355742 0.1745209 0.3572708 0.1747655 0.3563053 0.1707653 0.3577255 0.1713573 0.355742 0.1745209 0.3563053 0.1707653 0.355742 0.1745209 0.355051 0.1702547 0.3563053 0.1707653 0.355051 0.1702547 0.3569874 0.1673783 0.3563053 0.1707653 0.3569874 0.1673783 0.3582165 0.1686583 0.3571679 0.1203501 0.3595084 0.1169045 0.359438 0.123636 0.3571679 0.1203501 0.3559658 0.1255335 0.3515679 0.1314045 0.3571679 0.1203501 0.3552049 0.1198758 0.3604005 0.1107293 0.3556353 0.1296811 0.357231 0.1301878 0.3542485 0.1329392 0.3556353 0.1296811 0.3542485 0.1329392 0.3515679 0.1314045 0.3556353 0.1296811 0.3559658 0.1255335 0.357231 0.1301878 0.3610524 0.1145614 0.3614354 0.1168684 0.359438 0.123636 0.3610524 0.1145614 0.3595084 0.1169045 0.3630739 0.110245 0.3610524 0.1145614 0.3630739 0.110245 0.3641022 0.1118236 0.3538224 0.1367916 0.354745 0.1399028 0.3539698 0.1450527 0.3538224 0.1367916 0.3526907 0.1384137 0.3515679 0.1314045 0.3538224 0.1367916 0.3542485 0.1329392 0.3561593 0.1362138 0.3454041 0.1779893 0.3452579 0.1739436 0.3480889 0.17456 0.3454041 0.1779893 0.3470833 0.1801098 0.3468887 0.1872654 0.3454041 0.1779893 0.3427284 0.1795465 0.3426868 0.170345 0.3481952 0.1813364 0.3487681 0.1792329 0.3498034 0.1822788 0.3481952 0.1813364 0.3490983 0.1839362 0.3468887 0.1872654 0.3481952 0.1813364 0.3470833 0.1801098 0.3487681 0.1792329 0.3462018 0.1707605 0.3480476 0.1699919 0.3480889 0.17456 0.3462018 0.1707605 0.3452579 0.1739436 0.3426868 0.170345 0.3462018 0.1707605 0.346147 0.1678844 0.3480476 0.1699919 0.1404305 0.1150531 0.1405617 0.118212 0.1368281 0.1156092 0.1404305 0.1150531 0.1384227 0.1121482 0.1419162 0.1147881 0.1404305 0.1150531 0.1419162 0.1147881 0.1405617 0.118212 0.1368421 0.1104948 0.1356968 0.1116742 0.1338913 0.1085037 0.1368421 0.1104948 0.1363515 0.1080985 0.1386574 0.1076962 0.1368421 0.1104948 0.1384227 0.1121482 0.1356968 0.1116742 0.1401339 0.1200883 0.1382581 0.1193526 0.1405617 0.118212 0.1401339 0.1200883 0.1405617 0.118212 0.1436771 0.1210787 0.1401339 0.1200883 0.1415168 0.122635 0.1385564 0.1227057 0.1334763 0.1011429 0.1346887 0.1041831 0.1307322 0.1020129 0.1334763 0.1011429 0.1308137 0.09851771 0.1347496 0.1010496 0.1334763 0.1011429 0.1347496 0.1010496 0.1386574 0.1076962 0.1289582 0.09695202 0.1284855 0.09814041 0.1261146 0.09516817 0.1289582 0.09695202 0.1278809 0.09450089 0.1302252 0.09476584 0.1289582 0.09695202 0.1308137 0.09851771 0.1284855 0.09814041 0.1348467 0.1060072 0.1329112 0.1054198 0.1346887 0.1041831 0.1348467 0.1060072 0.1346887 0.1041831 0.1386574 0.1076962 0.1348467 0.1060072 0.1363515 0.1080985 0.1338913 0.1085037 0.1242466 0.1077483 0.1221956 0.1089136 0.1211607 0.1053791 0.1242466 0.1077483 0.1229133 0.1043781 0.1258675 0.1066396 0.1242466 0.1077483 0.1258675 0.1066396 0.1279624 0.1100358 0.1242466 0.1077483 0.1255884 0.1113364 0.1221956 0.1089136 0.1266029 0.1147812 0.1239644 0.1160544 0.1232308 0.1126013 0.1266029 0.1147812 0.1255884 0.1113364 0.1285038 0.1138042 0.1266029 0.1147812 0.1285038 0.1138042 0.1302348 0.1170028 0.1266029 0.1147812 0.1274476 0.1181757 0.1239644 0.1160544 0.12828 0.1216124 0.1251161 0.1228041 0.1245437 0.1194096 0.12828 0.1216124 0.1274476 0.1181757 0.1305567 0.1206734 0.12828 0.1216124 0.1305567 0.1206734 0.1321787 0.1239427 0.12828 0.1216124 0.1289857 0.125024 0.1251161 0.1228041 0.354238 0.1701347 0.3541048 0.1671959 0.355051 0.1702547 0.354238 0.1701347 0.355051 0.1702547 0.3530272 0.1729847 0.354238 0.1701347 0.3530272 0.1729847 0.3535763 0.1703338 0.354238 0.1701347 0.3535763 0.1703338 0.3534783 0.1678597 0.3522059 0.1660197 0.3499791 0.1668123 0.3493185 0.1655369 0.3522059 0.1660197 0.3523738 0.1654725 0.3541048 0.1671959 0.3522059 0.1660197 0.3541048 0.1671959 0.3519576 0.1668493 0.3522059 0.1660197 0.3519576 0.1668493 0.3499791 0.1668123 0.3488614 0.16978 0.349088 0.1728363 0.3480476 0.1699919 0.3488614 0.16978 0.3480476 0.1699919 0.3499791 0.1668123 0.3488614 0.16978 0.3499791 0.1668123 0.3501669 0.167492 0.3488614 0.16978 0.349259 0.1699773 0.349088 0.1728363 0.3532338 0.1786428 0.3527239 0.1756269 0.3539372 0.1787593 0.3532338 0.1786428 0.3539372 0.1787593 0.3531699 0.1821052 0.3532338 0.1786428 0.3527046 0.1816302 0.3528459 0.1787051 0.3532338 0.1786428 0.3528459 0.1787051 0.3523372 0.1760541 0.3508722 0.1745803 0.3491622 0.1755365 0.3509253 0.1742291 0.3508722 0.1745803 0.3509253 0.1742291 0.3527239 0.1756269 0.3508722 0.1745803 0.3527239 0.1756269 0.3508393 0.1751341 0.3508722 0.1745803 0.3508393 0.1751341 0.3491622 0.1755365 0.3490777 0.1785293 0.3500322 0.1815504 0.3487681 0.1792329 0.3490777 0.1785293 0.3487681 0.1792329 0.3491622 0.1755365 0.3490777 0.1785293 0.3491622 0.1755365 0.3494756 0.1759709 0.3490777 0.1785293 0.3493695 0.1785904 0.3501324 0.1812386 0.3514393 0.1825917 0.3527046 0.1816302 0.3515313 0.1832573 0.3514393 0.1825917 0.3515313 0.1832573 0.3498034 0.1822788 0.3514393 0.1825917 0.3500322 0.1815504 0.351376 0.1821615 0.3514393 0.1825917 0.351376 0.1821615 0.3527046 0.1816302 0.3553808 0.1407883 0.3555085 0.1431948 0.354745 0.1399028 0.3553808 0.1407883 0.354745 0.1399028 0.3564517 0.1384237 0.3553808 0.1407883 0.3564517 0.1384237 0.3565939 0.1390613 0.3553808 0.1407883 0.3559105 0.1406851 0.3560729 0.1423149 0.3571261 0.1441616 0.3590697 0.1434836 0.3569609 0.1454662 0.3571261 0.1441616 0.3569609 0.1454662 0.3555085 0.1431948 0.3571261 0.1441616 0.3555085 0.1431948 0.3560729 0.1423149 0.3571261 0.1441616 0.35721 0.142926 0.3590697 0.1434836 0.360175 0.140956 0.3600819 0.1383864 0.3613228 0.1417924 0.360175 0.140956 0.3613228 0.1417924 0.3590697 0.1434836 0.360175 0.140956 0.3590697 0.1434836 0.3592938 0.140709 0.360175 0.140956 0.3592938 0.140709 0.3591986 0.1389893 0.3584297 0.1375827 0.3564517 0.1384237 0.3561593 0.1362138 0.3584297 0.1375827 0.3589128 0.136694 0.3600819 0.1383864 0.3584297 0.1375827 0.3600819 0.1383864 0.3591986 0.1389893 0.3584297 0.1375827 0.3579943 0.1384681 0.3564517 0.1384237 0.3665844 0.1221603 0.3673913 0.1183754 0.3674656 0.1227913 0.3665844 0.1221603 0.3674656 0.1227913 0.3646253 0.124949 0.3665844 0.1221603 0.3646253 0.124949 0.3644791 0.1240465 0.3665844 0.1221603 0.3659518 0.1216155 0.3673913 0.1183754 0.3661354 0.1155008 0.3639518 0.1149597 0.366606 0.1146015 0.3661354 0.1155008 0.366606 0.1146015 0.3691664 0.118072 0.3661354 0.1155008 0.3673913 0.1183754 0.3657735 0.1164728 0.3661354 0.1155008 0.3657735 0.1164728 0.3642116 0.1163326 0.3619756 0.1181752 0.3611516 0.1223871 0.3614354 0.1168684 0.3619756 0.1181752 0.3614354 0.1168684 0.3641022 0.1118236 0.3619756 0.1181752 0.3639518 0.1149597 0.3642116 0.1163326 0.3619756 0.1181752 0.3625897 0.1188627 0.3618083 0.122081 0.3624246 0.1248348 0.3646253 0.124949 0.3620812 0.1256306 0.3624246 0.1248348 0.3620812 0.1256306 0.359438 0.123636 0.3624246 0.1248348 0.3611516 0.1223871 0.3627679 0.1240053 0.3624246 0.1248348 0.3627679 0.1240053 0.3646253 0.124949 0.3629948 0.1316124 0.3631277 0.1284426 0.3639798 0.1318335 0.3629948 0.1316124 0.3639798 0.1318335 0.3616315 0.1344717 0.3629948 0.1316124 0.3616315 0.1344717 0.3615675 0.1334164 0.3629948 0.1316124 0.3624904 0.1312208 0.3631277 0.1284426 0.3616778 0.1265233 0.359656 0.1268381 0.3620812 0.1256306 0.3616778 0.1265233 0.3620812 0.1256306 0.3631277 0.1284426 0.3616778 0.1265233 0.3631277 0.1284426 0.3612828 0.1274643 0.3616778 0.1265233 0.3612828 0.1274643 0.359656 0.1268381 0.3580734 0.1303705 0.3577211 0.1342135 0.3561593 0.1362138 0.3580734 0.1303705 0.357231 0.1301878 0.359438 0.123636 0.3580734 0.1303705 0.359656 0.1268381 0.3597562 0.1277816 0.3580734 0.1303705 0.3585807 0.130417 0.3583827 0.1332533 0.3593904 0.1354596 0.3616315 0.1344717 0.361898 0.1366646 0.3593904 0.1354596 0.3589128 0.136694 0.3577211 0.1342135 0.3593904 0.1354596 0.3577211 0.1342135 0.3597883 0.1341735 0.3593904 0.1354596 0.3597883 0.1341735 0.3616315 0.1344717 0.3674266 0.1138787 0.3693686 0.1156319 0.366606 0.1146015 0.3674266 0.1138787 0.366606 0.1146015 0.3668622 0.1115286 0.3674266 0.1138787 0.3668622 0.1115286 0.3682048 0.111773 0.3674266 0.1138787 0.3683622 0.1133423 0.3695914 0.1144846 0.1281062 0.09860014 0.126103 0.09636217 0.1284855 0.09814041 0.1281062 0.09860014 0.1284855 0.09814041 0.1290913 0.1011894 0.1281062 0.09860014 0.1290913 0.1011894 0.1285887 0.1009572 0.1281062 0.09860014 0.1276845 0.09874927 0.126103 0.09636217 0.1275832 0.1022318 0.1290913 0.1011894 0.1277385 0.1024178 0.1275832 0.1022318 0.1277385 0.1024178 0.1253184 0.1018096 0.1275832 0.1022318 0.1253184 0.1018096 0.1274349 0.1018376 0.1275832 0.1022318 0.1274349 0.1018376 0.1285887 0.1009572 0.1318669 0.1051031 0.1302257 0.1030252 0.1307322 0.1020129 0.1318669 0.1051031 0.1329112 0.1054198 0.1322968 0.107385 0.1318669 0.1051031 0.1322968 0.107385 0.1316549 0.1069591 0.1318669 0.1051031 0.1312777 0.1050663 0.1302257 0.1030252 0.1281401 0.1025328 0.1267067 0.1035294 0.1277385 0.1024178 0.1281401 0.1025328 0.1277385 0.1024178 0.1307322 0.1020129 0.1281401 0.1025328 0.1302257 0.1030252 0.1286197 0.1028696 0.1281401 0.1025328 0.1286197 0.1028696 0.127668 0.103664 0.1270218 0.1059188 0.1285482 0.1081042 0.1258675 0.1066396 0.1270218 0.1059188 0.1258675 0.1066396 0.1267067 0.1035294 0.1270218 0.1059188 0.1267067 0.1035294 0.127668 0.103664 0.1270218 0.1059188 0.127864 0.1055525 0.1289135 0.1073195 0.1307486 0.1084892 0.1322968 0.107385 0.1309569 0.1091173 0.1307486 0.1084892 0.1309569 0.1091173 0.1285482 0.1081042 0.1307486 0.1084892 0.1285482 0.1081042 0.130522 0.1077492 0.1307486 0.1084892 0.130522 0.1077492 0.1316549 0.1069591 0.1350275 0.1121703 0.1334477 0.1097838 0.1356968 0.1116742 0.1350275 0.1121703 0.1356968 0.1116742 0.1352593 0.1148558 0.1350275 0.1121703 0.1352593 0.1148558 0.1347426 0.114663 0.1350275 0.1121703 0.1344764 0.11234 0.133184 0.1102356 0.1311768 0.1094265 0.1294832 0.11074 0.1309569 0.1091173 0.1311768 0.1094265 0.1309569 0.1091173 0.1338913 0.1085037 0.1311768 0.1094265 0.1334477 0.1097838 0.1314125 0.1098575 0.1311768 0.1094265 0.1314125 0.1098575 0.1301469 0.1109392 0.1296356 0.1133655 0.131136 0.1156923 0.1285038 0.1138042 0.1296356 0.1133655 0.1285038 0.1138042 0.1294832 0.11074 0.1296356 0.1133655 0.1294832 0.11074 0.1301469 0.1109392 0.1296356 0.1133655 0.1303721 0.113214 0.131136 0.1156923 0.1334863 0.1161094 0.1352593 0.1148558 0.1335145 0.1163011 0.1334863 0.1161094 0.1335145 0.1163011 0.131136 0.1156923 0.1334863 0.1161094 0.131136 0.1156923 0.1316233 0.1152703 0.1334863 0.1161094 0.1334359 0.1156965 0.1347426 0.114663 0.1373702 0.1191711 0.1360346 0.1169322 0.1382581 0.1193526 0.1373702 0.1191711 0.1382581 0.1193526 0.1373292 0.1216838 0.1373702 0.1191711 0.1373292 0.1216838 0.1368604 0.1214542 0.1373702 0.1191711 0.1368477 0.119309 0.135785 0.1173732 0.1337794 0.1165468 0.1319429 0.1177474 0.1335145 0.1163011 0.1337794 0.1165468 0.1335145 0.1163011 0.1360346 0.1169322 0.1337794 0.1165468 0.1360346 0.1169322 0.1340889 0.1170032 0.1337794 0.1165468 0.1340889 0.1170032 0.1327222 0.1179956 0.1318636 0.1202662 0.133161 0.1225113 0.1305567 0.1206734 0.1318636 0.1202662 0.1305567 0.1206734 0.1319429 0.1177474 0.1318636 0.1202662 0.1319429 0.1177474 0.1327222 0.1179956 0.1318636 0.1202662 0.1326478 0.1201467 0.133161 0.1225113 0.1354545 0.1228905 0.1373292 0.1216838 0.135421 0.1232309 0.1354545 0.1228905 0.135421 0.1232309 0.133161 0.1225113 0.1354545 0.1228905 0.133161 0.1225113 0.1336233 0.1220884 0.1354545 0.1228905 0.1354066 0.1224524 0.1368604 0.1214542 0.1176534 0.08731299 0.1200075 0.08824163 0.117639 0.08791553 0.1187604 0.09186208 0.1197168 0.09173017 0.1186408 0.09283274 0.1187604 0.09186208 0.1186408 0.09283274 0.1175283 0.0925408 0.1187604 0.09186208 0.1175522 0.09153771 0.1188051 0.09107941 0.1187604 0.09186208 0.1188051 0.09107941 0.1197168 0.09173017 0.1389143 0.1499183 0.1413053 0.1491859 0.1390299 0.1505203 0.1389143 0.1499183 0.1390299 0.1505203 0.136361 0.1486762 0.1389143 0.1499183 0.136361 0.1486762 0.1387346 0.1491378 0.1389143 0.1499183 0.1387346 0.1491378 0.1403372 0.1485623 0.1418384 0.1461214 0.1407471 0.1429808 0.1435561 0.1457574 0.1418384 0.1461214 0.1435561 0.1457574 0.1413053 0.1491859 0.1418384 0.1461214 0.1413053 0.1491859 0.1403372 0.1485623 0.1418384 0.1461214 0.1406363 0.1462902 0.1407471 0.1429808 0.1382648 0.1420202 0.1359448 0.1430341 0.1383978 0.1410968 0.1382648 0.1420202 0.1383978 0.1410968 0.1407471 0.1429808 0.1382648 0.1420202 0.1407471 0.1429808 0.1380773 0.1430506 0.1382648 0.1420202 0.1380773 0.1430506 0.1359448 0.1430341 0.1353407 0.1458171 0.136361 0.1486762 0.1334115 0.1456938 0.1353407 0.1458171 0.1334115 0.1456938 0.1359448 0.1430341 0.1353407 0.1458171 0.1359448 0.1430341 0.1364987 0.1437028 0.1353407 0.1458171 0.1361757 0.1458982 0.1369678 0.1481916 0.1364966 0.1306769 0.1385076 0.1294125 0.1366061 0.1311213 0.1364966 0.1306769 0.1366061 0.1311213 0.1342141 0.1301758 0.1364966 0.1306769 0.1342141 0.1301758 0.136328 0.1301438 0.1364966 0.1306769 0.136328 0.1301438 0.1378819 0.1291037 0.1387736 0.1266327 0.1376295 0.1241096 0.1399878 0.1263698 0.1387736 0.1266327 0.1399878 0.1263698 0.1385076 0.1294125 0.1387736 0.1266327 0.1385076 0.1294125 0.1380771 0.1267733 0.1387736 0.1266327 0.1380771 0.1267733 0.1371753 0.1246425 0.1354105 0.1236153 0.133463 0.1248865 0.135421 0.1232309 0.1354105 0.1236153 0.135421 0.1232309 0.1376295 0.1241096 0.1354105 0.1236153 0.1376295 0.1241096 0.1371753 0.1246425 0.1354105 0.1236153 0.1354383 0.1242011 0.133463 0.1248865 0.1331335 0.1276595 0.1342141 0.1301758 0.1319691 0.1278887 0.1331335 0.1276595 0.1319691 0.1278887 0.133463 0.1248865 0.1331335 0.1276595 0.133463 0.1248865 0.1339237 0.1252455 0.1331335 0.1276595 0.1336892 0.1275716 0.1345516 0.1296982 0.1382315 0.1403207 0.1403655 0.1390794 0.1383978 0.1410968 0.1382315 0.1403207 0.1383978 0.1410968 0.1356939 0.1393833 0.1382315 0.1403207 0.1356939 0.1393833 0.1379317 0.1395283 0.1382315 0.1403207 0.1379317 0.1395283 0.1394249 0.1386398 0.1404217 0.1356697 0.1389792 0.1324068 0.1418331 0.1350216 0.1404217 0.1356697 0.1418331 0.1350216 0.1403655 0.1390794 0.1404217 0.1356697 0.1403655 0.1390794 0.1394249 0.1386398 0.1404217 0.1356697 0.1394683 0.1358152 0.1384176 0.1330443 0.1366171 0.1316062 0.1346586 0.1329842 0.1366061 0.1311213 0.1366171 0.1316062 0.1366061 0.1311213 0.1389792 0.1324068 0.1366171 0.1316062 0.1389792 0.1324068 0.1366281 0.1323171 0.1366171 0.1316062 0.1366281 0.1323171 0.1346586 0.1329842 0.1344269 0.1362572 0.1356939 0.1393833 0.1328328 0.1362129 0.1344269 0.1362572 0.1328328 0.1362129 0.1346586 0.1329842 0.1344269 0.1362572 0.1346586 0.1329842 0.1351646 0.1333927 0.1344269 0.1362572 0.1350914 0.1360303 0.1361125 0.1386141 0.1376642 0.1385567 0.1386027 0.1379908 0.1394249 0.1386398 0.1376642 0.1385567 0.1379317 0.1395283 0.1361125 0.1386141 0.1376642 0.1385567 0.1364941 0.1378433 0.137413 0.1374953 0.1376642 0.1385567 0.137413 0.1374953 0.1386027 0.1379908 0.138625 0.1359735 0.1379352 0.1339685 0.1394683 0.1358152 0.138625 0.1359735 0.1394683 0.1358152 0.1386027 0.1379908 0.138625 0.1359735 0.1386027 0.1379908 0.1378398 0.1372371 0.138625 0.1359735 0.1378366 0.1361382 0.1374925 0.1350359 0.1367377 0.1334396 0.1357718 0.13419 0.1351646 0.1333927 0.1367377 0.1334396 0.1366281 0.1323171 0.1384176 0.1330443 0.1367377 0.1334396 0.1379352 0.1339685 0.1368966 0.1347678 0.1367377 0.1334396 0.1368966 0.1347678 0.1357718 0.13419 0.1357769 0.1360228 0.1364941 0.1378433 0.1350914 0.1360303 0.1357769 0.1360228 0.1350914 0.1360303 0.1357718 0.13419 0.1357769 0.1360228 0.1357718 0.13419 0.1364298 0.1351817 0.1357769 0.1360228 0.136473 0.136125 0.1368571 0.1370717 0.1361398 0.1293929 0.137145 0.1286791 0.136328 0.1301438 0.1361398 0.1293929 0.136328 0.1301438 0.1345516 0.1296982 0.1361398 0.1293929 0.1349796 0.129045 0.1359416 0.1285332 0.1361398 0.1293929 0.1359416 0.1285332 0.1363523 0.1281965 0.137278 0.1269977 0.1366869 0.1254521 0.1380771 0.1267733 0.137278 0.1269977 0.1380771 0.1267733 0.1378819 0.1291037 0.137278 0.1269977 0.137145 0.1286791 0.1364275 0.1272638 0.137278 0.1269977 0.1364275 0.1272638 0.1361814 0.1263999 0.1355199 0.1251458 0.1345078 0.1259014 0.1339237 0.1252455 0.1355199 0.1251458 0.1354383 0.1242011 0.1371753 0.1246425 0.1355199 0.1251458 0.1366869 0.1254521 0.1356283 0.1262699 0.1355199 0.1251458 0.1356283 0.1262699 0.1345078 0.1259014 0.1343816 0.1275411 0.1349796 0.129045 0.1345516 0.1296982 0.1343816 0.1275411 0.1336892 0.1275716 0.1345078 0.1259014 0.1343816 0.1275411 0.1345078 0.1259014 0.1351535 0.1267057 0.1343816 0.1275411 0.1351425 0.1275393 0.1349796 0.129045 0.1387016 0.1482359 0.1396424 0.1478221 0.1403372 0.1485623 0.1387016 0.1482359 0.1387346 0.1491378 0.1369678 0.1481916 0.1387016 0.1482359 0.1376053 0.1476278 0.1387417 0.1472733 0.1387016 0.1482359 0.1387417 0.1472733 0.1396424 0.1478221 0.1397358 0.1463422 0.1391567 0.1447871 0.1406363 0.1462902 0.1397358 0.1463422 0.1406363 0.1462902 0.1396424 0.1478221 0.1397358 0.1463422 0.1396424 0.1478221 0.1390844 0.1470237 0.1397358 0.1463422 0.1389861 0.1463358 0.1386248 0.145618 0.1380802 0.1441478 0.1371591 0.1445306 0.1364987 0.1437028 0.1380802 0.1441478 0.1380773 0.1430506 0.1398203 0.1439201 0.1380802 0.1441478 0.1391567 0.1447871 0.1381783 0.1452786 0.1380802 0.1441478 0.1381783 0.1452786 0.1371591 0.1445306 0.137046 0.1460416 0.1376053 0.1476278 0.1361757 0.1458982 0.137046 0.1460416 0.1361757 0.1458982 0.1371591 0.1445306 0.137046 0.1460416 0.1371591 0.1445306 0.1378726 0.1454378 0.137046 0.1460416 0.1379339 0.1462161 0.1382582 0.1470243 0.1196765 0.08959448 0.1194952 0.08861798 0.1200339 0.08979451 0.1196765 0.08959448 0.1200339 0.08979451 0.1194568 0.09044241 0.1196765 0.08959448 0.1194568 0.09044241 0.1191734 0.08986878 0.1196765 0.08959448 0.1192156 0.08944469 0.1190871 0.08893543 0.1182656 0.0884152 0.117639 0.08791553 0.1198273 0.08836513 0.1180723 0.08908009 0.1182799 0.08987355 0.1176115 0.08906269 0.1180723 0.08908009 0.1185329 0.08910381 0.1182799 0.08987355 0.1188664 0.09043157 0.1194568 0.09044241 0.1196635 0.09105122 0.1188664 0.09043157 0.1188051 0.09107941 0.1175798 0.09038096 0.1188664 0.09043157 0.1182799 0.08987355 0.118936 0.08985102 0.1188664 0.09043157 0.118936 0.08985102 0.1191734 0.08986878 0.1360678 0.1195315 0.1353564 0.118099 0.1368477 0.119309 0.1360678 0.1195315 0.1368477 0.119309 0.1368604 0.1214542 0.1360678 0.1195315 0.1361014 0.1210989 0.1351594 0.1197963 0.1360678 0.1195315 0.1351594 0.1197963 0.1348382 0.1189672 0.134251 0.117827 0.1333761 0.1185421 0.1327222 0.1179956 0.134251 0.117827 0.1340889 0.1170032 0.1353564 0.118099 0.134251 0.117827 0.1353564 0.118099 0.1348382 0.1189672 0.134251 0.117827 0.1343395 0.1188345 0.1333761 0.1185421 0.133356 0.1200708 0.1340139 0.1214647 0.1336233 0.1220884 0.133356 0.1200708 0.1326478 0.1201467 0.1333761 0.1185421 0.133356 0.1200708 0.1333761 0.1185421 0.1339675 0.1192378 0.133356 0.1200708 0.1340264 0.1200169 0.1343685 0.1207408 0.1351729 0.1217753 0.1361014 0.1210989 0.1354066 0.1224524 0.1351729 0.1217753 0.1354066 0.1224524 0.1336233 0.1220884 0.1351729 0.1217753 0.1340139 0.1214647 0.1348463 0.1209787 0.1351729 0.1217753 0.1348463 0.1209787 0.1351973 0.1206806 0.1336855 0.11254 0.1328107 0.1111094 0.1344764 0.11234 0.1336855 0.11254 0.1344764 0.11234 0.1339107 0.1141101 0.1336855 0.11254 0.1339107 0.1141101 0.1329211 0.1133772 0.1336855 0.11254 0.1327748 0.112755 0.1323825 0.1121942 0.1316684 0.1108511 0.1308851 0.1115767 0.1301469 0.1109392 0.1316684 0.1108511 0.1314125 0.1098575 0.133184 0.1102356 0.1316684 0.1108511 0.1328107 0.1111094 0.1319344 0.1121259 0.1316684 0.1108511 0.1319344 0.1121259 0.1308851 0.1115767 0.131087 0.1130983 0.1319384 0.1144803 0.1303721 0.113214 0.131087 0.1130983 0.1303721 0.113214 0.1308851 0.1115767 0.131087 0.1130983 0.1308851 0.1115767 0.1316605 0.1124336 0.131087 0.1130983 0.1317911 0.1130006 0.1321675 0.1135062 0.133104 0.1147872 0.1339107 0.1141101 0.1347426 0.114663 0.133104 0.1147872 0.1334359 0.1156965 0.1316233 0.1152703 0.133104 0.1147872 0.1319384 0.1144803 0.1326314 0.1136296 0.133104 0.1147872 0.1326314 0.1136296 0.1339107 0.1141101 0.1307078 0.1053185 0.1299232 0.1040528 0.1312777 0.1050663 0.1307078 0.1053185 0.1312777 0.1050663 0.1316549 0.1069591 0.1307078 0.1053185 0.1309525 0.1066314 0.1301474 0.1057152 0.1307078 0.1053185 0.1301474 0.1057152 0.1298266 0.1050543 0.129009 0.1037213 0.1284044 0.1042356 0.127668 0.103664 0.129009 0.1037213 0.1286197 0.1028696 0.1300471 0.1032951 0.129009 0.1037213 0.1299232 0.1040528 0.129353 0.1048303 0.129009 0.1037213 0.129353 0.1048303 0.1284044 0.1042356 0.1285486 0.1055074 0.1292325 0.106732 0.1289135 0.1073195 0.1285486 0.1055074 0.127864 0.1055525 0.1284044 0.1042356 0.1285486 0.1055074 0.1284044 0.1042356 0.1290283 0.1050257 0.1285486 0.1055074 0.1291543 0.1056229 0.1292325 0.106732 0.1302474 0.1071047 0.1309525 0.1066314 0.130522 0.1077492 0.1302474 0.1071047 0.130522 0.1077492 0.1289135 0.1073195 0.1302474 0.1071047 0.1292325 0.106732 0.1299487 0.1065077 0.1302474 0.1071047 0.1299487 0.1065077 0.1302199 0.1063529 0.1270846 0.09900593 0.1259566 0.09769082 0.1276845 0.09874927 0.1270846 0.09900593 0.1276845 0.09874927 0.1277482 0.1004902 0.1270846 0.09900593 0.1277482 0.1004902 0.1267387 0.09990584 0.1270846 0.09900593 0.1263956 0.09931629 0.1258988 0.09883886 0.1252573 0.09759044 0.1250072 0.09836703 0.1244134 0.09778451 0.1252573 0.09759044 0.124901 0.09663414 0.1260221 0.09678465 0.1252573 0.09759044 0.1259566 0.09769082 0.1256195 0.09889477 0.1252573 0.09759044 0.1256195 0.09889477 0.1250072 0.09836703 0.1252269 0.09968274 0.125911 0.1008293 0.1246514 0.09972238 0.1252269 0.09968274 0.1246514 0.09972238 0.1250072 0.09836703 0.1252269 0.09968274 0.1250072 0.09836703 0.1255746 0.09927356 0.1252269 0.09968274 0.1257813 0.09976476 0.1261416 0.1001439 0.1270542 0.1010982 0.1277482 0.1004902 0.1285887 0.1009572 0.1270542 0.1010982 0.1274349 0.1018376 0.1256476 0.101417 0.1270542 0.1010982 0.125911 0.1008293 0.1265574 0.1001863 0.1270542 0.1010982 0.1265574 0.1001863 0.1277482 0.1004902 0.3691778 0.1130021 0.3698913 0.1136741 0.3695914 0.1144846 0.3691778 0.1130021 0.3683622 0.1133423 0.3691578 0.1120213 0.3691778 0.1130021 0.3691578 0.1120213 0.369916 0.1122714 0.3691778 0.1130021 0.3699333 0.11276 0.3698913 0.1136741 0.361826 0.13102 0.361723 0.1293299 0.3624359 0.1288242 0.361826 0.13102 0.3624904 0.1312208 0.3612653 0.1325837 0.361826 0.13102 0.3612653 0.1325837 0.3608438 0.1318624 0.361826 0.13102 0.3610815 0.1309145 0.361723 0.1293299 0.3609651 0.1284051 0.359974 0.1286615 0.3597562 0.1277816 0.3609651 0.1284051 0.3612828 0.1274643 0.3624359 0.1288242 0.3609651 0.1284051 0.361723 0.1293299 0.3606861 0.1293459 0.3609651 0.1284051 0.3606861 0.1293459 0.3602507 0.1295094 0.3591715 0.130515 0.3590326 0.1324948 0.3585807 0.130417 0.3591715 0.130515 0.3585807 0.130417 0.3597562 0.1277816 0.3591715 0.130515 0.359974 0.1286615 0.359804 0.1306388 0.3591715 0.130515 0.359804 0.1306388 0.3596766 0.1318371 0.3600323 0.1331298 0.3612653 0.1325837 0.3615675 0.1334164 0.3600323 0.1331298 0.3597883 0.1341735 0.3590326 0.1324948 0.3600323 0.1331298 0.3590326 0.1324948 0.3596766 0.1318371 0.3600323 0.1331298 0.3601994 0.1322074 0.3612653 0.1325837 0.3652562 0.1211143 0.3657059 0.1187767 0.366584 0.1184962 0.3652562 0.1211143 0.3659518 0.1216155 0.364291 0.1230012 0.3652562 0.1211143 0.364291 0.1230012 0.364082 0.1218844 0.3652562 0.1211143 0.3645291 0.1206349 0.3657059 0.1187767 0.3652791 0.1174139 0.3643254 0.1174507 0.3657735 0.1164728 0.3652791 0.1174139 0.3657735 0.1164728 0.366584 0.1184962 0.3652791 0.1174139 0.3657059 0.1187767 0.3647184 0.1183396 0.3652791 0.1174139 0.3647184 0.1183396 0.3643661 0.1184415 0.3631943 0.1193117 0.3625786 0.1216233 0.3625897 0.1188627 0.3631943 0.1193117 0.3625897 0.1188627 0.3643254 0.1174507 0.3631943 0.1193117 0.3643254 0.1174507 0.3643661 0.1184415 0.3631943 0.1193117 0.3637941 0.1196416 0.3634059 0.1210899 0.3631713 0.123012 0.364291 0.1230012 0.3644791 0.1240465 0.3631713 0.123012 0.3627679 0.1240053 0.3618083 0.122081 0.3631713 0.123012 0.3625786 0.1216233 0.3636047 0.1219368 0.3631713 0.123012 0.3636047 0.1219368 0.364291 0.1230012 0.3565144 0.1408302 0.3566386 0.1416485 0.3560729 0.1423149 0.3565144 0.1408302 0.3559105 0.1406851 0.3568648 0.1400086 0.3565144 0.1408302 0.3568648 0.1400086 0.3572002 0.1411108 0.3565144 0.1408302 0.3571555 0.1410995 0.3566386 0.1416485 0.3572679 0.1419543 0.3579951 0.1416947 0.35721 0.142926 0.3572679 0.1419543 0.35721 0.142926 0.3566386 0.1416485 0.3572679 0.1419543 0.3566386 0.1416485 0.3572049 0.141089 0.3572679 0.1419543 0.3573127 0.1411145 0.357436 0.1411333 0.358413 0.1408169 0.3583562 0.1399424 0.3592938 0.140709 0.358413 0.1408169 0.3592938 0.140709 0.3585433 0.1424226 0.358413 0.1408169 0.3579951 0.1416947 0.3575323 0.1411022 0.358413 0.1408169 0.3575323 0.1411022 0.3575343 0.1410705 0.3576595 0.1396929 0.3568648 0.1400086 0.3565939 0.1390613 0.3576595 0.1396929 0.3579943 0.1384681 0.3583562 0.1399424 0.3576595 0.1396929 0.3583562 0.1399424 0.357375 0.1410872 0.3576595 0.1396929 0.357375 0.1410872 0.3568648 0.1400086 0.3524767 0.1788487 0.3520165 0.176773 0.3528459 0.1787051 0.3524767 0.1788487 0.3528459 0.1787051 0.35229 0.1809076 0.3524767 0.1788487 0.35229 0.1809076 0.3521063 0.1804292 0.3524767 0.1788487 0.352117 0.1790329 0.3517289 0.1776377 0.350932 0.1760762 0.3499729 0.1767489 0.3494756 0.1759709 0.350932 0.1760762 0.3508393 0.1751341 0.3523372 0.1760541 0.350932 0.1760762 0.3520165 0.176773 0.3510874 0.1772125 0.350932 0.1760762 0.3510874 0.1772125 0.3499729 0.1767489 0.3498889 0.1787815 0.3504518 0.180831 0.3493695 0.1785904 0.3498889 0.1787815 0.3493695 0.1785904 0.3499729 0.1767489 0.3498889 0.1787815 0.3499729 0.1767489 0.350562 0.1776986 0.3498889 0.1787815 0.3505221 0.1790376 0.3508809 0.1803754 0.3514336 0.181554 0.35229 0.1809076 0.3524855 0.1813275 0.3514336 0.181554 0.351376 0.1821615 0.3504518 0.180831 0.3514336 0.181554 0.3504518 0.180831 0.3508809 0.1803754 0.3514336 0.181554 0.3515517 0.180858 0.35229 0.1809076 0.3527753 0.1707805 0.3526899 0.1691138 0.3535763 0.1703338 0.3527753 0.1707805 0.3535763 0.1703338 0.352595 0.1727187 0.3527753 0.1707805 0.3521308 0.1723614 0.3519047 0.1713513 0.3527753 0.1707805 0.3519047 0.1713513 0.3518207 0.1706631 0.3516526 0.1684035 0.3504469 0.1687958 0.3501669 0.167492 0.3516526 0.1684035 0.3519576 0.1668493 0.3534783 0.1678597 0.3516526 0.1684035 0.3526899 0.1691138 0.3513194 0.17032 0.3516526 0.1684035 0.3513194 0.17032 0.3504469 0.1687958 0.3498561 0.170437 0.3499952 0.1721641 0.3494304 0.1725518 0.3498561 0.170437 0.349259 0.1699773 0.3504469 0.1687958 0.3498561 0.170437 0.3504469 0.1687958 0.3507729 0.1704117 0.3498561 0.170437 0.3505532 0.1710277 0.3499952 0.1721641 0.3509789 0.1728141 0.3521308 0.1723614 0.3508777 0.1734618 0.3509789 0.1728141 0.3508777 0.1734618 0.3499952 0.1721641 0.3509789 0.1728141 0.3499952 0.1721641 0.3506712 0.1717247 0.3509789 0.1728141 0.3511384 0.172059 0.3516508 0.1719586 0.3515176 0.1218622 0.3462095 0.1369398 0.3478584 0.1241686 0.3515176 0.1218622 0.357676 0.1097021 0.3552049 0.1198758 0.3515176 0.1218622 0.3552049 0.1198758 0.3462095 0.1369398 0.123958 0.162271 0.1211556 0.1548239 0.1264882 0.1590688 0.123958 0.162271 0.1264882 0.1590688 0.1294564 0.1637566 0.123958 0.162271 0.1286691 0.1677308 0.122163 0.1669912 0.123958 0.162271 0.122163 0.1669912 0.1160113 0.1587391 0.1188793 0.1024292 0.1204279 0.1023859 0.1192316 0.105831 0.1188793 0.1024292 0.1192316 0.105831 0.1172168 0.1058965 0.1188793 0.1024292 0.1173013 0.1022437 0.1185997 0.09960025 0.1188793 0.1024292 0.1185997 0.09960025 0.1198296 0.09979408 0.1219243 0.1015869 0.1229133 0.1043781 0.1204279 0.1023859 0.1219243 0.1015869 0.1204279 0.1023859 0.1198296 0.09979408 0.1219243 0.1015869 0.121074 0.09913247 0.1231868 0.1006032 0.1219243 0.1015869 0.1231868 0.1006032 0.1248143 0.1029855 0.1201573 0.09677249 0.1191983 0.09746372 0.1188371 0.09595268 0.1201573 0.09677249 0.1192316 0.09493416 0.1209367 0.09586179 0.1201573 0.09677249 0.1209367 0.09586179 0.1225022 0.09789854 0.1201573 0.09677249 0.121074 0.09913247 0.1191983 0.09746372 0.1240336 0.1000055 0.1253184 0.1018096 0.1231868 0.1006032 0.1240336 0.1000055 0.1231868 0.1006032 0.1225022 0.09789854 0.1240336 0.1000055 0.1237669 0.09784996 0.1246514 0.09972238 0.1240336 0.1000055 0.1246514 0.09972238 0.1256476 0.101417 0.1245566 0.09637385 0.1242862 0.09637093 0.1261146 0.09516817 0.1245566 0.09637385 0.126103 0.09636217 0.124901 0.09663414 0.1245566 0.09637385 0.124901 0.09663414 0.1244134 0.09778451 0.1245566 0.09637385 0.1237669 0.09784996 0.1242862 0.09637093 0.1201843 0.09009492 0.1200075 0.08824163 0.1206333 0.08794987 0.1201843 0.09009492 0.1202901 0.09040808 0.1199026 0.09322559 0.1201843 0.09009492 0.1197168 0.09173017 0.1196635 0.09105122 0.1201843 0.09009492 0.1200339 0.08979451 0.1200075 0.08824163 0.1241521 0.09618669 0.1242862 0.09637093 0.1225823 0.09663653 0.1241521 0.09618669 0.1225823 0.09663653 0.1226518 0.09610509 0.1241521 0.09618669 0.1239896 0.09578669 0.125133 0.09474635 0.1241521 0.09618669 0.125133 0.09474635 0.1242862 0.09637093 0.1205143 0.09064632 0.1202901 0.09040808 0.1211025 0.08918178 0.1205143 0.09064632 0.1211025 0.08918178 0.1214083 0.08983463 0.1205143 0.09064632 0.1208858 0.0910018 0.120532 0.09305459 0.1205143 0.09064632 0.120532 0.09305459 0.1199026 0.09322559 0.1212985 0.09532195 0.1209367 0.09586179 0.1199026 0.09322559 0.1212985 0.09532195 0.120532 0.09305459 0.1215469 0.09493321 0.1212985 0.09532195 0.1215469 0.09493321 0.1226518 0.09610509 0.1212985 0.09532195 0.1225823 0.09663653 0.1209367 0.09586179 0.1219863 0.09447604 0.1215469 0.09493321 0.1214872 0.09306526 0.1219863 0.09447604 0.1214872 0.09306526 0.1222093 0.09320664 0.1219863 0.09447604 0.1225212 0.09398466 0.1228853 0.09448218 0.1219863 0.09447604 0.1227591 0.0953496 0.1215469 0.09493321 0.1214333 0.09166687 0.1208858 0.0910018 0.1217529 0.09087002 0.1214333 0.09166687 0.1217529 0.09087002 0.122117 0.09209668 0.1214333 0.09166687 0.1220688 0.09248673 0.1214872 0.09306526 0.1214333 0.09166687 0.1214872 0.09306526 0.1208874 0.09299188 0.123634 0.09513628 0.1239896 0.09578669 0.1227591 0.0953496 0.123634 0.09513628 0.1227591 0.0953496 0.1228853 0.09448218 0.123634 0.09513628 0.1231819 0.0943607 0.1241519 0.09430283 0.123634 0.09513628 0.1241519 0.09430283 0.1248283 0.09461569 0.6352226 0.8073823 0.6348303 0.811552 0.6248003 0.8073605 0.6352226 0.8073823 0.6248003 0.8073605 0.6349824 0.80383 0.6352226 0.8073823 0.6349824 0.80383 0.6421822 0.8039355 0.6086035 0.8069964 0.6248003 0.8073605 0.6240248 0.8115509 0.6086035 0.8069964 0.6080524 0.810901 0.5885645 0.809611 0.6086035 0.8069964 0.5886948 0.8061159 0.6082713 0.8037708 0.6086035 0.8069964 0.6082713 0.8037708 0.6247047 0.8037624 0.6078718 0.8009462 0.6239284 0.8008059 0.6082713 0.8037708 0.6078718 0.8009462 0.6082713 0.8037708 0.5880859 0.8033686 0.6078718 0.8009462 0.5881859 0.8007784 0.6072369 0.7978826 0.6078718 0.8009462 0.6072369 0.7978826 0.6220889 0.7975683 0.6061983 0.7939395 0.6188033 0.7931271 0.6072369 0.7978826 0.6061983 0.7939395 0.6072369 0.7978826 0.5888255 0.7979421 0.6061983 0.7939395 0.5898351 0.7944563 0.6051909 0.7891706 0.6061983 0.7939395 0.6051909 0.7891706 0.6160523 0.7877051 0.6046493 0.7836292 0.6158162 0.7815257 0.6160523 0.7877051 0.6046493 0.7836292 0.6051909 0.7891706 0.5903225 0.7902897 0.6046493 0.7836292 0.5893958 0.7854112 0.6043407 0.7777015 0.6046493 0.7836292 0.6043407 0.7777015 0.6158162 0.7815257 0.6058021 0.8157625 0.6221876 0.8162844 0.6197672 0.8212317 0.6058021 0.8157625 0.6033656 0.8208017 0.5862471 0.8144441 0.6058021 0.8157625 0.5862471 0.8144441 0.5885645 0.809611 0.6058021 0.8157625 0.6080524 0.810901 0.6221876 0.8162844 0.6022565 0.8252393 0.6172415 0.8260634 0.6146634 0.8308373 0.6022565 0.8252393 0.601811 0.829376 0.5849469 0.8275396 0.6022565 0.8252393 0.5838915 0.8237429 0.5839528 0.8195199 0.6022565 0.8252393 0.6033656 0.8208017 0.6172415 0.8260634 0.5634033 0.8209462 0.5838915 0.8237429 0.5641964 0.8246659 0.5634033 0.8209462 0.5641964 0.8246659 0.5368786 0.8200969 0.5634033 0.8209462 0.5369002 0.8166101 0.5635027 0.8168831 0.5634033 0.8209462 0.5635027 0.8168831 0.5839528 0.8195199 0.5653867 0.8121333 0.5862471 0.8144441 0.5839528 0.8195199 0.5653867 0.8121333 0.5635027 0.8168831 0.5386512 0.8089659 0.5653867 0.8121333 0.5386512 0.8089659 0.5394914 0.8052945 0.5653867 0.8121333 0.5672124 0.8076896 0.5862471 0.8144441 0.568569 0.7855139 0.5893958 0.7854112 0.569446 0.7899192 0.568569 0.7855139 0.569446 0.7899192 0.5410551 0.789543 0.568569 0.7855139 0.5404092 0.7857506 0.5669707 0.7808052 0.568569 0.7855139 0.5669707 0.7808052 0.5877619 0.7801766 0.5688803 0.7937177 0.5898351 0.7944563 0.5888255 0.7979421 0.5688803 0.7937177 0.5677297 0.7969437 0.5409285 0.7929088 0.5688803 0.7937177 0.5409285 0.7929088 0.5410551 0.789543 0.5688803 0.7937177 0.569446 0.7899192 0.5898351 0.7944563 0.566852 0.7996313 0.5881859 0.8007784 0.5665526 0.802069 0.566852 0.7996313 0.5665526 0.802069 0.5385708 0.7982218 0.566852 0.7996313 0.5385708 0.7982218 0.5400826 0.7958133 0.566852 0.7996313 0.5677297 0.7969437 0.5881859 0.8007784 0.5671369 0.804545 0.5886948 0.8061159 0.5672124 0.8076896 0.5671369 0.804545 0.5672124 0.8076896 0.5394914 0.8052945 0.5671369 0.804545 0.5385532 0.8025954 0.5665526 0.802069 0.5671369 0.804545 0.5665526 0.802069 0.5880859 0.8033686 0.3578326 0.1638525 0.3588531 0.1659373 0.3569874 0.1673783 0.3578326 0.1638525 0.3569874 0.1673783 0.3553814 0.1659176 0.3578326 0.1638525 0.3569449 0.1618517 0.3588171 0.1600782 0.3578326 0.1638525 0.3588171 0.1600782 0.3596841 0.1630423 0.3599165 0.1559457 0.3607577 0.1598209 0.3596841 0.1630423 0.3599165 0.1559457 0.3588171 0.1600782 0.3576667 0.1568945 0.3599165 0.1559457 0.3590941 0.1524844 0.3612667 0.1506667 0.3599165 0.1559457 0.3612667 0.1506667 0.3622651 0.1548945 0.3471681 0.1526834 0.3461776 0.1612641 0.3426868 0.170345 0.3471681 0.1526834 0.3454325 0.1520789 0.3515679 0.1314045 0.3471681 0.1526834 0.3496283 0.1453272 0.3489572 0.1542588 0.351319 0.143429 0.3512452 0.1494804 0.3489572 0.1542588 0.351319 0.143429 0.3496283 0.1453272 0.3515679 0.1314045 0.351319 0.143429 0.3526907 0.1384137 0.3539698 0.1450527 0.3513955 0.152549 0.3526495 0.1510382 0.3520428 0.1558794 0.3513955 0.152549 0.3498448 0.156943 0.3489572 0.1542588 0.3513955 0.152549 0.3512452 0.1494804 0.3539698 0.1450527 0.3477283 0.1626667 0.3499116 0.1610379 0.3493185 0.1655369 0.3477283 0.1626667 0.346147 0.1678844 0.3461776 0.1612641 0.3477283 0.1626667 0.3461776 0.1612641 0.3498448 0.156943 0.3477283 0.1626667 0.3498448 0.156943 0.3499116 0.1610379 0.3524371 0.1647653 0.3523738 0.1654725 0.3506618 0.1636082 0.3524371 0.1647653 0.3506618 0.1636082 0.3524968 0.1639512 0.3524371 0.1647653 0.3524968 0.1639512 0.3547395 0.1639366 0.3524371 0.1647653 0.3547395 0.1639366 0.3523738 0.1654725 0.3561636 0.1610623 0.3569449 0.1618517 0.3547395 0.1639366 0.3561636 0.1610623 0.3547395 0.1639366 0.3554129 0.1608954 0.3561636 0.1610623 0.3554129 0.1608954 0.3554692 0.15847 0.3561636 0.1610623 0.3562515 0.1580537 0.3569449 0.1618517 0.3508185 0.1605249 0.3499116 0.1610379 0.3523116 0.1575759 0.3508185 0.1605249 0.3523116 0.1575759 0.352392 0.1581828 0.3508185 0.1605249 0.3512193 0.1605787 0.351095 0.1630538 0.3508185 0.1605249 0.3506618 0.1636082 0.3493185 0.1655369 0.354545 0.1568219 0.3523116 0.1575759 0.3520428 0.1558794 0.354545 0.1568219 0.3548725 0.1561785 0.3562515 0.1580537 0.354545 0.1568219 0.3562515 0.1580537 0.3554692 0.15847 0.354545 0.1568219 0.3541354 0.1575229 0.3523116 0.1575759 0.3582218 0.151381 0.3590941 0.1524844 0.356921 0.1546614 0.3582218 0.151381 0.356921 0.1546614 0.3572716 0.1517685 0.3582218 0.151381 0.3572716 0.1517685 0.3574079 0.1492053 0.3582218 0.151381 0.3583052 0.1479576 0.3590941 0.1524844 0.3549144 0.1555452 0.356921 0.1546614 0.3548725 0.1561785 0.3549144 0.1555452 0.3548725 0.1561785 0.353344 0.154204 0.3549144 0.1555452 0.353344 0.154204 0.3537698 0.1540318 0.3549144 0.1555452 0.3548462 0.154986 0.356921 0.1546614 0.3526535 0.1630835 0.3524968 0.1639512 0.3517388 0.1624469 0.3526535 0.1630835 0.3517388 0.1624469 0.3528587 0.1621889 0.3526535 0.1630835 0.3528587 0.1621889 0.3538665 0.1625316 0.3526535 0.1630835 0.3538665 0.1625316 0.3543082 0.1632416 0.3546164 0.1607619 0.3554129 0.1608954 0.3543082 0.1632416 0.3546164 0.1607619 0.3538665 0.1625316 0.3534196 0.1618139 0.3546164 0.1607619 0.353797 0.1606451 0.3538954 0.1594979 0.3546164 0.1607619 0.3546832 0.1589644 0.3554129 0.1608954 0.3518841 0.1606507 0.3512193 0.1605787 0.352392 0.1581828 0.3518841 0.1606507 0.3527124 0.1588824 0.3526809 0.1607319 0.3518841 0.1606507 0.3526809 0.1607319 0.3524879 0.1618137 0.3518841 0.1606507 0.3517388 0.1624469 0.3512193 0.1605787 0.353847 0.1583291 0.3541354 0.1575229 0.3546832 0.1589644 0.353847 0.1583291 0.3546832 0.1589644 0.3538954 0.1594979 0.353847 0.1583291 0.3536192 0.159188 0.3531528 0.1596283 0.353847 0.1583291 0.3527124 0.1588824 0.352392 0.1581828 0.355617 0.1509449 0.3562136 0.1482778 0.3574079 0.1492053 0.355617 0.1509449 0.3563075 0.1514182 0.3549448 0.1541292 0.355617 0.1509449 0.3549448 0.1541292 0.3547331 0.1513766 0.355617 0.1509449 0.3547331 0.1513766 0.3546774 0.1490273 0.356215 0.1527798 0.3572716 0.1517685 0.3562644 0.1542633 0.356215 0.1527798 0.3556301 0.1541289 0.3551052 0.1541029 0.356215 0.1527798 0.3551052 0.1541029 0.3551054 0.1541137 0.356215 0.1527798 0.3563075 0.1514182 0.3572716 0.1517685 0.3542453 0.1527303 0.3537882 0.1514954 0.3547331 0.1513766 0.3542453 0.1527303 0.3547331 0.1513766 0.3547664 0.1541656 0.3542453 0.1527303 0.3547125 0.1542395 0.3542498 0.1540963 0.3542453 0.1527303 0.3542498 0.1540963 0.3537698 0.1540318 0.3548432 0.1545651 0.3548462 0.154986 0.3542498 0.1540963 0.3548432 0.1545651 0.3542498 0.1540963 0.3547568 0.1542792 0.3548432 0.1545651 0.3548729 0.1542133 0.3550069 0.1541263 0.3548432 0.1545651 0.3556301 0.1541289 0.3548462 0.154986 0.3566592 0.1466449 0.3569609 0.1454662 0.3583052 0.1479576 0.3566592 0.1466449 0.3583052 0.1479576 0.3562136 0.1482778 0.3566592 0.1466449 0.3562136 0.1482778 0.354577 0.1475573 0.3566592 0.1466449 0.354577 0.1475573 0.3539698 0.1450527 0.3533517 0.1508092 0.3526495 0.1510382 0.354577 0.1475573 0.3533517 0.1508092 0.354577 0.1475573 0.3546774 0.1490273 0.3533517 0.1508092 0.3537882 0.1514954 0.3537698 0.1540318 0.3533517 0.1508092 0.353344 0.154204 0.3526495 0.1510382 0.3508935 0.1738949 0.3508777 0.1734618 0.352595 0.1727187 0.3508935 0.1738949 0.3530272 0.1729847 0.3509253 0.1742291 0.3508935 0.1738949 0.3509253 0.1742291 0.349088 0.1728363 0.3508935 0.1738949 0.349088 0.1728363 0.3494304 0.1725518 0.1388708 0.1508867 0.1390299 0.1505203 0.1414647 0.1521988 0.1388708 0.1508867 0.1414647 0.1521988 0.1405762 0.1525382 0.1388708 0.1508867 0.1385667 0.1514952 0.136027 0.1515927 0.1388708 0.1508867 0.136027 0.1515927 0.1390299 0.1505203 0.1350089 0.1546518 0.1334441 0.1552574 0.136027 0.1515927 0.1350089 0.1546518 0.136027 0.1515927 0.1364204 0.152108 0.1350089 0.1546518 0.1357632 0.1545976 0.1363708 0.1571918 0.1350089 0.1546518 0.1356719 0.1578465 0.1334441 0.1552574 0.1378711 0.1589595 0.137263 0.1602975 0.1356719 0.1578465 0.1378711 0.1589595 0.1356719 0.1578465 0.1380194 0.1581182 0.1378711 0.1589595 0.1380194 0.1581182 0.1398048 0.1573888 0.1378711 0.1589595 0.1403203 0.1580542 0.1405637 0.1594153 0.141733 0.1551944 0.1426684 0.1561307 0.1403203 0.1580542 0.141733 0.1551944 0.1403203 0.1580542 0.1398048 0.1573888 0.141733 0.1551944 0.140823 0.1550158 0.1414647 0.1521988 0.141733 0.1551944 0.1414647 0.1521988 0.1426684 0.1561307 0.1396694 0.1549961 0.140823 0.1550158 0.1391172 0.1564974 0.1396694 0.1549961 0.1391172 0.1564974 0.1383436 0.1554928 0.1396694 0.1549961 0.1383941 0.1550557 0.1382458 0.1546242 0.1396694 0.1549961 0.1394664 0.1534405 0.140823 0.1550158 0.1380704 0.1569512 0.1380194 0.1581182 0.1363708 0.1571918 0.1380704 0.1569512 0.1370677 0.1563732 0.1380727 0.1556214 0.1380704 0.1569512 0.1380727 0.1556214 0.1383436 0.1554928 0.1380704 0.1569512 0.1391172 0.1564974 0.1380194 0.1581182 0.1366482 0.1547788 0.1357632 0.1545976 0.136984 0.1532388 0.1366482 0.1547788 0.136984 0.1532388 0.1376327 0.1546776 0.1366482 0.1547788 0.1375988 0.1550778 0.1377637 0.1554726 0.1366482 0.1547788 0.1370677 0.1563732 0.1357632 0.1545976 0.1382473 0.1528238 0.1385667 0.1514952 0.1405762 0.1525382 0.1382473 0.1528238 0.1394664 0.1534405 0.1379202 0.1545122 0.1382473 0.1528238 0.1379202 0.1545122 0.136984 0.1532388 0.1382473 0.1528238 0.136984 0.1532388 0.1364204 0.152108 0.3546578 0.2021224 0.3575305 0.2130367 0.3490934 0.2156468 0.3546578 0.2021224 0.3472157 0.2025882 0.3532099 0.1926481 0.3546578 0.2021224 0.3532099 0.1926481 0.3571628 0.1930454 0.3546578 0.2021224 0.3595803 0.1995732 0.3632214 0.2072862 0.3545392 0.1879181 0.3567557 0.1847432 0.3571401 0.1886214 0.3545392 0.1879181 0.3571401 0.1886214 0.3571628 0.1930454 0.3545392 0.1879181 0.3532099 0.1926481 0.3523032 0.1862258 0.3545392 0.1879181 0.3523032 0.1862258 0.3553506 0.1840506 0.3590359 0.1717221 0.3585917 0.1750682 0.3572708 0.1747655 0.3590359 0.1717221 0.3577255 0.1713573 0.3594625 0.1692432 0.3590359 0.1717221 0.3594625 0.1692432 0.3606904 0.1697289 0.3590359 0.1717221 0.3602971 0.1721705 0.3585917 0.1750682 0.357969 0.1799343 0.3567557 0.1847432 0.3553506 0.1840506 0.357969 0.1799343 0.3567428 0.1796135 0.3585917 0.1750682 0.357969 0.1799343 0.3585917 0.1750682 0.3598477 0.1754528 0.357969 0.1799343 0.3591448 0.1800278 0.3582287 0.1847869 0.3646842 0.1530354 0.3629417 0.1585551 0.3643971 0.1468846 0.3646842 0.1530354 0.3643971 0.1468846 0.3664785 0.1389966 0.3646842 0.1530354 0.3664417 0.1476217 0.3646016 0.1589591 0.3646842 0.1530354 0.3646016 0.1589591 0.3634886 0.1614124 0.3677424 0.1443291 0.3689853 0.1420394 0.367181 0.1546013 0.3677424 0.1443291 0.367181 0.1546013 0.3664417 0.1476217 0.3677424 0.1443291 0.3664417 0.1476217 0.3678337 0.1344362 0.3677424 0.1443291 0.3678337 0.1344362 0.3689172 0.1313748 0.3616862 0.1621659 0.3607667 0.1646973 0.3596841 0.1630423 0.3616862 0.1621659 0.3607577 0.1598209 0.3629417 0.1585551 0.3616862 0.1621659 0.3629417 0.1585551 0.3634886 0.1614124 0.3616862 0.1621659 0.3626028 0.163665 0.3607667 0.1646973 0.3600324 0.166979 0.3594625 0.1692432 0.3582165 0.1686583 0.3600324 0.166979 0.3588531 0.1659373 0.3607667 0.1646973 0.3600324 0.166979 0.3607667 0.1646973 0.3618724 0.1657439 0.3600324 0.166979 0.3612252 0.167676 0.3594625 0.1692432 0.362286 0.1687269 0.3612252 0.167676 0.3628085 0.1668829 0.362286 0.1687269 0.3628085 0.1668829 0.3640497 0.1679008 0.362286 0.1687269 0.3636463 0.169761 0.3618652 0.1707116 0.362286 0.1687269 0.3618652 0.1707116 0.3606904 0.1697289 0.3634087 0.1650029 0.3626028 0.163665 0.3640977 0.1632305 0.3634087 0.1650029 0.3640977 0.1632305 0.3651814 0.1642839 0.3634087 0.1650029 0.3645632 0.1660718 0.3628085 0.1668829 0.3634087 0.1650029 0.3628085 0.1668829 0.3618724 0.1657439 0.3675183 0.1586523 0.367181 0.1546013 0.3693265 0.1572738 0.3675183 0.1586523 0.3693265 0.1572738 0.3686033 0.1593184 0.3675183 0.1586523 0.3686033 0.1593184 0.366958 0.1608847 0.3675183 0.1586523 0.3659638 0.1602477 0.3658598 0.1565929 0.3648865 0.1617096 0.3646016 0.1589591 0.3659638 0.1602477 0.3648865 0.1617096 0.3659638 0.1602477 0.3658985 0.1625474 0.3648865 0.1617096 0.3658985 0.1625474 0.3640977 0.1632305 0.3648865 0.1617096 0.3640977 0.1632305 0.3634886 0.1614124 0.3604832 0.1798071 0.3591448 0.1800278 0.3598477 0.1754528 0.3604832 0.1798071 0.361182 0.1759426 0.3622444 0.179571 0.3604832 0.1798071 0.3622444 0.179571 0.3615355 0.1827893 0.3604832 0.1798071 0.3596798 0.183849 0.3591448 0.1800278 0.36157 0.1730139 0.3602971 0.1721705 0.3618652 0.1707116 0.36157 0.1730139 0.3618652 0.1707116 0.3633479 0.1717256 0.36157 0.1730139 0.3631488 0.1738683 0.361182 0.1759426 0.36157 0.1730139 0.361182 0.1759426 0.3598477 0.1754528 0.3589782 0.18731 0.3571401 0.1886214 0.3582287 0.1847869 0.3589782 0.18731 0.3596798 0.183849 0.3609186 0.1855021 0.3589782 0.18731 0.3609186 0.1855021 0.361076 0.1887018 0.3589782 0.18731 0.3593112 0.1911863 0.3571401 0.1886214 0.3616119 0.1964735 0.3595803 0.1995732 0.3571628 0.1930454 0.3616119 0.1964735 0.3593112 0.1911863 0.3626901 0.193381 0.3616119 0.1964735 0.3626901 0.193381 0.365617 0.1981495 0.3616119 0.1964735 0.3650915 0.2023617 0.3595803 0.1995732 0.3647525 0.1908532 0.3626901 0.193381 0.361076 0.1887018 0.3647525 0.1908532 0.3638778 0.1872236 0.3671124 0.1892498 0.3647525 0.1908532 0.3671124 0.1892498 0.3675606 0.1916161 0.3647525 0.1908532 0.3663842 0.1938236 0.3626901 0.193381 0.3638266 0.1847156 0.3609186 0.1855021 0.3615355 0.1827893 0.3638266 0.1847156 0.3642222 0.1824678 0.3667839 0.1845178 0.3638266 0.1847156 0.3667839 0.1845178 0.3667858 0.1865566 0.3638266 0.1847156 0.3638778 0.1872236 0.3609186 0.1855021 0.3653281 0.1743501 0.3631488 0.1738683 0.3654999 0.1723052 0.3653281 0.1743501 0.3654999 0.1723052 0.3676956 0.1726133 0.3653281 0.1743501 0.3675522 0.1745982 0.3673985 0.1769156 0.3653281 0.1743501 0.365099 0.1767263 0.362848 0.1764098 0.3646883 0.1796184 0.3622444 0.179571 0.362848 0.1764098 0.3646883 0.1796184 0.365099 0.1767263 0.367186 0.1797353 0.3646883 0.1796184 0.367186 0.1797353 0.3669646 0.1824665 0.3646883 0.1796184 0.3642222 0.1824678 0.3622444 0.179571 0.3679974 0.1627329 0.3658985 0.1625474 0.366958 0.1608847 0.3679974 0.1627329 0.3690467 0.1608022 0.3701047 0.1626783 0.3679974 0.1627329 0.3701047 0.1626783 0.3691518 0.1651659 0.3679974 0.1627329 0.3671522 0.1648471 0.3658985 0.1625474 0.3702852 0.1594358 0.3686033 0.1593184 0.3703672 0.1581593 0.3702852 0.1594358 0.3714619 0.1586219 0.3718047 0.1593278 0.3702852 0.1594358 0.3718047 0.1593278 0.3710894 0.1604877 0.3702852 0.1594358 0.3690467 0.1608022 0.3686033 0.1593184 0.3723264 0.1583483 0.3717826 0.1577183 0.3730252 0.1576755 0.3723264 0.1583483 0.3730389 0.1583403 0.3727165 0.1586097 0.3723264 0.1583483 0.3727165 0.1586097 0.3723229 0.1588259 0.3723264 0.1583483 0.3714619 0.1586219 0.3717826 0.1577183 0.3665261 0.166764 0.3645632 0.1660718 0.3651814 0.1642839 0.3665261 0.166764 0.3671522 0.1648471 0.3685318 0.167217 0.3665261 0.166764 0.3685318 0.167217 0.3681414 0.1690268 0.3665261 0.166764 0.3660708 0.1685839 0.3640497 0.1679008 0.365738 0.1704071 0.3636463 0.169761 0.3660708 0.1685839 0.365738 0.1704071 0.3660708 0.1685839 0.3678774 0.1707909 0.365738 0.1704071 0.3678774 0.1707909 0.3654999 0.1723052 0.365738 0.1704071 0.3654999 0.1723052 0.3633479 0.1717256 0.3721999 0.1951275 0.3721247 0.1929373 0.3730258 0.1935761 0.3721999 0.1951275 0.3730258 0.1958592 0.3717899 0.1969954 0.3721999 0.1951275 0.3717899 0.1969954 0.3705143 0.1959972 0.3721999 0.1951275 0.3709136 0.1942023 0.3721247 0.1929373 0.3705165 0.1988159 0.3730258 0.1996459 0.3692752 0.2020204 0.3705165 0.1988159 0.3692752 0.2020204 0.3688094 0.1968703 0.3705165 0.1988159 0.3688094 0.1968703 0.3705143 0.1959972 0.3705165 0.1988159 0.3717899 0.1969954 0.3730258 0.1996459 0.3687065 0.1943539 0.3688094 0.1968703 0.3663842 0.1938236 0.3687065 0.1943539 0.3663842 0.1938236 0.3675606 0.1916161 0.3687065 0.1943539 0.3691502 0.1915969 0.3709136 0.1942023 0.3687065 0.1943539 0.3709136 0.1942023 0.3705143 0.1959972 0.3719422 0.19015 0.3717826 0.1872426 0.3730255 0.1874825 0.3719422 0.19015 0.3730257 0.1905989 0.3721247 0.1929373 0.3719422 0.19015 0.3721247 0.1929373 0.3709304 0.1919633 0.3719422 0.19015 0.3706857 0.1893962 0.3717826 0.1872426 0.3690829 0.1889301 0.3688689 0.1865056 0.3704327 0.1868184 0.3690829 0.1889301 0.3706857 0.1893962 0.3691502 0.1915969 0.3690829 0.1889301 0.3691502 0.1915969 0.3675606 0.1916161 0.3690829 0.1889301 0.3671124 0.1892498 0.3688689 0.1865056 0.3717756 0.1846919 0.3718374 0.1822393 0.3730253 0.1822492 0.3717756 0.1846919 0.3730254 0.1847821 0.3717826 0.1872426 0.3717756 0.1846919 0.3717826 0.1872426 0.3704327 0.1868184 0.3717756 0.1846919 0.3704249 0.1845476 0.370531 0.1822615 0.3688721 0.1844757 0.3689871 0.1823674 0.3704249 0.1845476 0.3688721 0.1844757 0.3704249 0.1845476 0.3688689 0.1865056 0.3688721 0.1844757 0.3688689 0.1865056 0.3667839 0.1845178 0.3688721 0.1844757 0.3667839 0.1845178 0.3669646 0.1824665 0.3692649 0.1747517 0.3692099 0.1770013 0.3673985 0.1769156 0.3692649 0.1747517 0.3675522 0.1745982 0.3693098 0.1728127 0.3692649 0.1747517 0.3693098 0.1728127 0.3706012 0.1729272 0.3692649 0.1747517 0.3706457 0.1748452 0.3692099 0.1770013 0.3691085 0.1797079 0.3689871 0.1823674 0.367186 0.1797353 0.3691085 0.1797079 0.367186 0.1797353 0.3673985 0.1769156 0.3691085 0.1797079 0.3692099 0.1770013 0.3706198 0.1796377 0.3691085 0.1797079 0.3706198 0.1796377 0.370531 0.1822615 0.3711419 0.1627956 0.3703219 0.165486 0.3701047 0.1626783 0.3711419 0.1627956 0.3701047 0.1626783 0.3710894 0.1604877 0.3711419 0.1627956 0.3719454 0.1604287 0.3716908 0.1629703 0.3711419 0.1627956 0.3716908 0.1629703 0.3711317 0.1657327 0.3727917 0.1594227 0.3728713 0.1589727 0.3730553 0.1589584 0.3727917 0.1594227 0.373041 0.1594549 0.3726175 0.1606231 0.3727917 0.1594227 0.3726175 0.1606231 0.3722448 0.1605117 0.3727917 0.1594227 0.3725687 0.1593628 0.3727048 0.1590652 0.3724028 0.1593173 0.3726623 0.1589362 0.3727048 0.1590652 0.3724028 0.1593173 0.3725687 0.1593628 0.3722448 0.1605117 0.3724028 0.1593173 0.3719454 0.1604287 0.3710894 0.1604877 0.3724028 0.1593173 0.3718047 0.1593278 0.3726623 0.1589362 0.3698149 0.1675678 0.3695312 0.1693241 0.3681414 0.1690268 0.3698149 0.1675678 0.3685318 0.167217 0.3691518 0.1651659 0.3698149 0.1675678 0.3703219 0.165486 0.3711317 0.1657327 0.3698149 0.1675678 0.3707923 0.1677925 0.3695312 0.1693241 0.3693807 0.1710379 0.3693098 0.1728127 0.3676956 0.1726133 0.3693807 0.1710379 0.3678774 0.1707909 0.3695312 0.1693241 0.3693807 0.1710379 0.3695312 0.1693241 0.3706237 0.169492 0.3693807 0.1710379 0.3705769 0.1711731 0.3693098 0.1728127 0.3717952 0.1712213 0.3718289 0.1729804 0.3706012 0.1729272 0.3717952 0.1712213 0.3705769 0.1711731 0.3718025 0.1695466 0.3717952 0.1712213 0.3718025 0.1695466 0.3730246 0.1712235 0.3717952 0.1712213 0.3730246 0.1712235 0.3718289 0.1729804 0.3728722 0.1587598 0.3726623 0.1589362 0.3727165 0.1586097 0.3728722 0.1587598 0.3727165 0.1586097 0.3730588 0.1587154 0.3728722 0.1587598 0.3730588 0.1587154 0.3730553 0.1589584 0.3728722 0.1587598 0.3728713 0.1589727 0.3727048 0.1590652 0.5004902 0.8104956 0.5369002 0.8166101 0.5003127 0.8131743 0.5004902 0.8104956 0.5003127 0.8131743 0.4672492 0.8061292 0.5004902 0.8104956 0.46802 0.8047277 0.5008242 0.8078017 0.5004902 0.8104956 0.5008242 0.8078017 0.5373487 0.8129556 0.5014711 0.8050777 0.5386512 0.8089659 0.5373487 0.8129556 0.5014711 0.8050777 0.5008242 0.8078017 0.4682264 0.8015982 0.5014711 0.8050777 0.4682264 0.8015982 0.475087 0.8009677 0.5014711 0.8050777 0.5008969 0.8025836 0.5394914 0.8052945 0.5031564 0.7879343 0.5404092 0.7857506 0.5036435 0.7906448 0.5031564 0.7879343 0.5036435 0.7906448 0.4796332 0.7918592 0.5031564 0.7879343 0.4705613 0.7909831 0.502391 0.7851533 0.5031564 0.7879343 0.502391 0.7851533 0.5393771 0.7817449 0.5035739 0.7932144 0.5409285 0.7929088 0.5400826 0.7958133 0.5035739 0.7932144 0.5020173 0.7954772 0.476696 0.7952175 0.5035739 0.7932144 0.4707461 0.7937961 0.4796332 0.7918592 0.5035739 0.7932144 0.5036435 0.7906448 0.5410551 0.789543 0.4980431 0.7972669 0.5385708 0.7982218 0.537644 0.8003956 0.4980431 0.7972669 0.4953327 0.7988716 0.4643005 0.7960401 0.4980431 0.7972669 0.4643005 0.7960401 0.476696 0.7952175 0.4980431 0.7972669 0.5020173 0.7954772 0.5385708 0.7982218 0.4975673 0.8005794 0.5385532 0.8025954 0.5008969 0.8025836 0.4975673 0.8005794 0.5008969 0.8025836 0.475087 0.8009677 0.4975673 0.8005794 0.4629063 0.7993239 0.4953327 0.7988716 0.4975673 0.8005794 0.4953327 0.7988716 0.537644 0.8003956 0.4563747 0.7938153 0.4512314 0.7935531 0.46876 0.7895748 0.4563747 0.7938153 0.4705613 0.7909831 0.4796332 0.7918592 0.4563747 0.7938153 0.4707461 0.7937961 0.4643005 0.7960401 0.4563747 0.7938153 0.4643005 0.7960401 0.4512314 0.7935531 0.1243355 0.08407914 0.1241266 0.08564829 0.1223178 0.08420026 0.1243355 0.08407914 0.1259829 0.08582806 0.1241266 0.08564829 0.1275032 0.08748966 0.1271368 0.08878886 0.1256908 0.08727312 0.1275032 0.08748966 0.1259829 0.08582806 0.1281325 0.08635491 0.1275032 0.08748966 0.1292786 0.08969247 0.1271368 0.08878886 0.1242662 0.08660417 0.12417 0.08734339 0.1221492 0.08553081 0.1242662 0.08660417 0.1223248 0.08496016 0.1241266 0.08564829 0.1242662 0.08660417 0.1241266 0.08564829 0.1259887 0.0884732 0.1242662 0.08660417 0.1259887 0.0884732 0.12417 0.08734339 0.1275481 0.09022456 0.1276895 0.09150165 0.1259887 0.0884732 0.1275481 0.09022456 0.1259887 0.0884732 0.1256908 0.08727312 0.1275481 0.09022456 0.1271368 0.08878886 0.1288129 0.09081256 0.1275481 0.09022456 0.1290608 0.09205389 0.1302252 0.09476584 0.1265136 0.09232509 0.1276895 0.09150165 0.1278809 0.09450089 0.1265136 0.09232509 0.1278809 0.09450089 0.1261146 0.09516817 0.1265136 0.09232509 0.1251304 0.09281438 0.1249425 0.09029042 0.1265136 0.09232509 0.1249425 0.09029042 0.1260236 0.08946627 0.1232539 0.08826279 0.12417 0.08734339 0.1249425 0.09029042 0.1232539 0.08826279 0.1249425 0.09029042 0.1237419 0.09093034 0.1232539 0.08826279 0.1223158 0.08913832 0.1214689 0.08658844 0.1232539 0.08826279 0.1214689 0.08658844 0.1221492 0.08553081 0.1246501 0.09308928 0.1251304 0.09281438 0.125133 0.09474635 0.1246501 0.09308928 0.125133 0.09474635 0.1248283 0.09461569 0.1246501 0.09308928 0.1244364 0.09322977 0.123404 0.09176611 0.1246501 0.09308928 0.1234185 0.0913707 0.1251304 0.09281438 0.1221532 0.0897457 0.1223158 0.08913832 0.1237419 0.09093034 0.1221532 0.0897457 0.1234185 0.0913707 0.1223212 0.09036189 0.1221532 0.0897457 0.1223212 0.09036189 0.1214083 0.08983463 0.1221532 0.0897457 0.1211025 0.08918178 0.1206333 0.08794987 0.1238536 0.09331595 0.1244364 0.09322977 0.1241519 0.09430283 0.1238536 0.09331595 0.1241519 0.09430283 0.1232894 0.09389883 0.1238536 0.09331595 0.1230862 0.09337502 0.1227281 0.09283095 0.1238536 0.09331595 0.1231307 0.09227114 0.1244364 0.09322977 0.1223747 0.09126359 0.1223212 0.09036189 0.123404 0.09176611 0.1223747 0.09126359 0.1231307 0.09227114 0.1223708 0.09230816 0.1223747 0.09126359 0.1223708 0.09230816 0.122117 0.09209668 0.1223747 0.09126359 0.1217529 0.09087002 0.1223212 0.09036189 0.9829715 0.8998782 0.9858555 0.8998917 0.9853067 0.9032995 0.9829715 0.8998782 0.9822797 0.9027664 0.9802424 0.8999004 0.9829715 0.8998782 0.9802424 0.8999004 0.9803666 0.8979451 0.9829715 0.8998782 0.9829615 0.8975409 0.9858555 0.8998917 0.9778231 0.8999941 0.9802424 0.8999004 0.9794173 0.9023104 0.9778231 0.8999941 0.9768841 0.9020082 0.9753014 0.9000754 0.9778231 0.8999941 0.9753014 0.9000754 0.9754477 0.8984727 0.9778231 0.8999941 0.977986 0.8982281 0.9802424 0.8999004 0.9777609 0.8965264 0.9801279 0.8960776 0.9803666 0.8979451 0.9777609 0.8965264 0.977986 0.8982281 0.9754477 0.8984727 0.9777609 0.8965264 0.9751937 0.8969247 0.9766969 0.8948166 0.9777609 0.8965264 0.9766969 0.8948166 0.9790852 0.8940312 0.9534608 0.8669273 0.9557147 0.8674667 0.9544356 0.8696867 0.9534608 0.8669273 0.9521727 0.868768 0.9509513 0.8663604 0.9534608 0.8669273 0.9509513 0.8663604 0.9513581 0.8648121 0.9534608 0.8669273 0.9538645 0.8651906 0.9557147 0.8674667 0.9539325 0.8634911 0.9562546 0.8637217 0.9538645 0.8651906 0.9539325 0.8634911 0.9538645 0.8651906 0.9513581 0.8648121 0.9539325 0.8634911 0.951417 0.8632555 0.9532212 0.861383 0.9539325 0.8634911 0.9532212 0.861383 0.9556605 0.8612975 0.6756927 0.4870924 0.6780716 0.4877767 0.6765738 0.4901575 0.6756927 0.4870924 0.6742239 0.4891181 0.6730893 0.4864109 0.6756927 0.4870924 0.6730893 0.4864109 0.6761617 0.485118 0.6756927 0.4870924 0.6761617 0.485118 0.6785979 0.485657 0.6761614 0.4830932 0.6786887 0.4834321 0.6761617 0.485118 0.6761614 0.4830932 0.6761617 0.485118 0.6735289 0.4846132 0.6761614 0.4830932 0.6734905 0.4827744 0.675276 0.4806581 0.6761614 0.4830932 0.675276 0.4806581 0.6779731 0.4805403 0.9722648 0.9000603 0.9753014 0.9000754 0.9743174 0.9016958 0.9722648 0.9000603 0.9713545 0.9012089 0.9690875 0.9000107 0.9722648 0.9000603 0.9690875 0.9000107 0.9691265 0.8990569 0.9722648 0.9000603 0.9723796 0.8987616 0.9753014 0.9000754 0.9721358 0.8975078 0.9751937 0.8969247 0.9723796 0.8987616 0.9721358 0.8975078 0.9723796 0.8987616 0.9691265 0.8990569 0.9721358 0.8975078 0.9689554 0.8981353 0.9711292 0.8965708 0.9721358 0.8975078 0.9711292 0.8965708 0.974106 0.8955644 0.9479086 0.8655608 0.9509513 0.8663604 0.949671 0.8677734 0.9479086 0.8655608 0.9467442 0.8664945 0.9446752 0.8646922 0.9479086 0.8655608 0.9446752 0.8646922 0.9449549 0.8637732 0.9479086 0.8655608 0.9482889 0.8643227 0.9509513 0.8663604 0.948337 0.8630637 0.951417 0.8632555 0.9482889 0.8643227 0.948337 0.8630637 0.9482889 0.8643227 0.9449549 0.8637732 0.948337 0.8630637 0.9450347 0.8628513 0.9475319 0.8618231 0.948337 0.8630637 0.9475319 0.8618231 0.9506184 0.8615232 0.67 0.4855148 0.6730893 0.4864109 0.6716772 0.4880053 0.67 0.4855148 0.6687346 0.4866011 0.6666398 0.4845489 0.67 0.4855148 0.6666398 0.4845489 0.6668835 0.4834195 0.67 0.4855148 0.6703711 0.4840375 0.6735289 0.4846132 0.6703221 0.4825206 0.6734905 0.4827744 0.6703711 0.4840375 0.6703221 0.4825206 0.6703711 0.4840375 0.6668835 0.4834195 0.6703221 0.4825206 0.6668987 0.4822663 0.6693578 0.4810858 0.6703221 0.4825206 0.6693578 0.4810858 0.6725112 0.4808068 0.9661441 0.8999888 0.9690875 0.9000107 0.966991 0.9008327 0.9661441 0.8999888 0.966991 0.9008327 0.9658527 0.9013267 0.9661441 0.8999888 0.964487 0.9008279 0.9660333 0.8993204 0.9661441 0.8999888 0.9660333 0.8993204 0.9690875 0.9000107 0.9660207 0.8986674 0.9689554 0.8981353 0.9660333 0.8993204 0.9660207 0.8986674 0.9660333 0.8993204 0.9633291 0.8997058 0.9660207 0.8986674 0.9643691 0.8982143 0.9656603 0.8974961 0.9660207 0.8986674 0.9667726 0.8977336 0.9689554 0.8981353 0.9415937 0.8639185 0.9446752 0.8646922 0.9422852 0.8650115 0.9415937 0.8639185 0.9422852 0.8650115 0.9409955 0.8652434 0.9415937 0.8639185 0.9396906 0.8643193 0.9386141 0.8625362 0.9415937 0.8639185 0.9416542 0.8632147 0.9446752 0.8646922 0.9418518 0.8625536 0.9450347 0.8628513 0.9416542 0.8632147 0.9418518 0.8625536 0.9416542 0.8632147 0.9400921 0.8614167 0.9418518 0.8625536 0.9400921 0.8614167 0.9416586 0.8610118 0.9418518 0.8625536 0.94286 0.8617554 0.9450347 0.8628513 0.6632235 0.4836581 0.6666398 0.4845489 0.6639645 0.4849219 0.6632235 0.4836581 0.6639645 0.4849219 0.6624441 0.485123 0.6632235 0.4836581 0.6609491 0.4840605 0.6632616 0.482788 0.6632235 0.4836581 0.6632616 0.482788 0.6666398 0.4845489 0.6634623 0.4819457 0.6668987 0.4822663 0.6632616 0.482788 0.6634623 0.4819457 0.6632616 0.482788 0.6595824 0.4820134 0.6634623 0.4819457 0.6614371 0.4807257 0.663114 0.4802713 0.6634623 0.4819457 0.6644834 0.4810087 0.6668987 0.4822663 0.9651687 0.9033617 0.964487 0.9008279 0.9658527 0.9013267 0.9651687 0.9033617 0.966822 0.9026651 0.9674219 0.9065898 0.9651687 0.9033617 0.9674219 0.9065898 0.9638838 0.9040802 0.9651687 0.9033617 0.9638838 0.9040802 0.9633291 0.8997058 0.965038 0.8958864 0.9643691 0.8982143 0.9638779 0.8956028 0.965038 0.8958864 0.9638779 0.8956028 0.9654241 0.8917815 0.965038 0.8958864 0.9670939 0.8927131 0.9665974 0.8961124 0.965038 0.8958864 0.9665974 0.8961124 0.9656603 0.8974961 0.9399925 0.8669745 0.9396906 0.8643193 0.9409955 0.8652434 0.9399925 0.8669745 0.9417464 0.8669002 0.9416599 0.8706858 0.9399925 0.8669745 0.9416599 0.8706858 0.9397075 0.8714283 0.9399925 0.8669745 0.9386603 0.8670562 0.9396906 0.8643193 0.941059 0.8586865 0.9400921 0.8614167 0.9396325 0.8578873 0.941059 0.8586865 0.9396325 0.8578873 0.9418877 0.8536034 0.941059 0.8586865 0.9437459 0.8554025 0.9428455 0.8595744 0.941059 0.8586865 0.9428455 0.8595744 0.9416586 0.8610118 0.6610143 0.4869739 0.6609491 0.4840605 0.6624441 0.485123 0.6610143 0.4869739 0.6631702 0.4869387 0.6625109 0.4910733 0.6610143 0.4869739 0.6625109 0.4910733 0.6598346 0.4918655 0.6610143 0.4869739 0.6592459 0.4870298 0.6609491 0.4840605 0.6622473 0.4777733 0.6614371 0.4807257 0.6595824 0.4820134 0.6622473 0.4777733 0.6605921 0.4768215 0.662728 0.4719644 0.6622473 0.4777733 0.6648863 0.4741474 0.6642588 0.4787695 0.6622473 0.4777733 0.6642588 0.4787695 0.663114 0.4802713 0.9704793 0.9095118 0.9674219 0.9065898 0.969451 0.9049152 0.9704793 0.9095118 0.9723625 0.9070492 0.9737898 0.9119645 0.9704793 0.9095118 0.9737898 0.9119645 0.9688635 0.9119079 0.9704793 0.9095118 0.9688635 0.9119079 0.9656819 0.9082921 0.9696033 0.8897238 0.9670939 0.8927131 0.9678621 0.8882523 0.9696033 0.8897238 0.9678621 0.8882523 0.9704609 0.8852261 0.9696033 0.8897238 0.9721741 0.8870247 0.9716588 0.8912851 0.9696033 0.8897238 0.9716588 0.8912851 0.9690932 0.8936317 0.9438533 0.874255 0.9416599 0.8706858 0.943969 0.869874 0.9438533 0.874255 0.9463334 0.8726969 0.9463176 0.8772398 0.9438533 0.874255 0.9463176 0.8772398 0.9440847 0.8790662 0.9438533 0.874255 0.9416922 0.8756334 0.9416599 0.8706858 0.9471462 0.8526047 0.9437459 0.8554025 0.9455518 0.8501783 0.9471462 0.8526047 0.9455518 0.8501783 0.9506319 0.8504005 0.9471462 0.8526047 0.9506319 0.8504005 0.9489786 0.8552719 0.9471462 0.8526047 0.9489786 0.8552719 0.9458518 0.8573135 0.6645305 0.4950338 0.6625109 0.4910733 0.665421 0.4902175 0.6645305 0.4950338 0.6676689 0.4933589 0.6668371 0.4984918 0.6645305 0.4950338 0.6668371 0.4984918 0.6638647 0.5004968 0.6645305 0.4950338 0.661601 0.4965151 0.6625109 0.4910733 0.6683474 0.4709071 0.6648863 0.4741474 0.662728 0.4719644 0.6683474 0.4709071 0.666443 0.4679524 0.6720632 0.4682891 0.6683474 0.4709071 0.6720632 0.4682891 0.6704851 0.4740208 0.6683474 0.4709071 0.6704851 0.4740208 0.667276 0.4763576 0.9768021 0.9137849 0.9784898 0.9105744 0.9815642 0.9120238 0.9768021 0.9137849 0.9796653 0.915289 0.975301 0.9166216 0.9768021 0.9137849 0.975301 0.9166216 0.9724096 0.9147452 0.9768021 0.9137849 0.9737898 0.9119645 0.9784898 0.9105744 0.9744144 0.8847219 0.9764893 0.8826174 0.9765687 0.8869138 0.9744144 0.8847219 0.9765687 0.8869138 0.9741866 0.8890525 0.9744144 0.8847219 0.9721741 0.8870247 0.9704609 0.8852261 0.9744144 0.8847219 0.9724897 0.8829139 0.9742336 0.8809586 0.6754667 0.4665302 0.6787137 0.4652007 0.6772801 0.470615 0.6754667 0.4665302 0.6772801 0.470615 0.6738362 0.4720196 0.6754667 0.4665302 0.6720632 0.4682891 0.6705262 0.4648935 0.6754667 0.4665302 0.6737667 0.4628953 0.6787137 0.4652007 0.9743431 0.8930261 0.9767975 0.8915387 0.9766969 0.8948166 0.9743431 0.8930261 0.9766969 0.8948166 0.974106 0.8955644 0.9743431 0.8930261 0.9717516 0.8945244 0.9716588 0.8912851 0.9743431 0.8930261 0.9716588 0.8912851 0.9741866 0.8890525 0.9689555 0.8962231 0.9717516 0.8945244 0.9711292 0.8965708 0.9689555 0.8962231 0.9711292 0.8965708 0.9689241 0.8974846 0.9689555 0.8962231 0.9667726 0.8977336 0.9665974 0.8961124 0.9689555 0.8962231 0.9665974 0.8961124 0.9690932 0.8936317 0.9805507 0.9066168 0.9822797 0.9027664 0.9853067 0.9032995 0.9805507 0.9066168 0.9836605 0.9076854 0.9784898 0.9105744 0.9805507 0.9066168 0.9784898 0.9105744 0.9775533 0.9055417 0.9805507 0.9066168 0.9775533 0.9055417 0.9794173 0.9023104 0.9747807 0.904454 0.9768841 0.9020082 0.9775533 0.9055417 0.9747807 0.904454 0.9775533 0.9055417 0.9754207 0.9089685 0.9747807 0.904454 0.9723625 0.9070492 0.9720584 0.9032965 0.9747807 0.904454 0.9720584 0.9032965 0.9743174 0.9016958 0.9692121 0.9020123 0.9713545 0.9012089 0.9720584 0.9032965 0.9692121 0.9020123 0.9720584 0.9032965 0.969451 0.9049152 0.9692121 0.9020123 0.966822 0.9026651 0.966991 0.9008327 0.9692121 0.9020123 0.966991 0.9008327 0.9691235 0.9006831 0.6730892 0.4774525 0.6760809 0.4764198 0.675276 0.4806581 0.6730892 0.4774525 0.675276 0.4806581 0.6725112 0.4808068 0.6730892 0.4774525 0.6701287 0.4786227 0.6704851 0.4740208 0.6730892 0.4774525 0.6704851 0.4740208 0.6738362 0.4720196 0.6669829 0.4798545 0.6701287 0.4786227 0.6693578 0.4810858 0.6669829 0.4798545 0.6693578 0.4810858 0.6669104 0.4814581 0.6669829 0.4798545 0.6644834 0.4810087 0.6642588 0.4787695 0.6669829 0.4798545 0.6642588 0.4787695 0.667276 0.4763576 0.6712247 0.491297 0.6742239 0.4891181 0.6735685 0.4931654 0.6712247 0.491297 0.6735685 0.4931654 0.6700061 0.4961577 0.6712247 0.491297 0.6676689 0.4933589 0.6687988 0.4892346 0.6712247 0.491297 0.6687988 0.4892346 0.6716772 0.4880053 0.6661008 0.4869451 0.6687346 0.4866011 0.6687988 0.4892346 0.6661008 0.4869451 0.6687988 0.4892346 0.665421 0.4902175 0.6661008 0.4869451 0.6631702 0.4869387 0.6639645 0.4849219 0.6661008 0.4869451 0.6639645 0.4849219 0.6664479 0.4853521 0.9512867 0.8584207 0.9540259 0.8575894 0.9532212 0.861383 0.9512867 0.8584207 0.9532212 0.861383 0.9506184 0.8615232 0.9512867 0.8584207 0.948453 0.8594482 0.9489786 0.8552719 0.9512867 0.8584207 0.9489786 0.8552719 0.9520999 0.8536171 0.9453523 0.8606399 0.948453 0.8594482 0.9475319 0.8618231 0.9453523 0.8606399 0.9475319 0.8618231 0.9451294 0.8621624 0.9453523 0.8606399 0.94286 0.8617554 0.9428455 0.8595744 0.9453523 0.8606399 0.9428455 0.8595744 0.9458518 0.8573135 0.9494518 0.8707795 0.9521727 0.868768 0.9518257 0.8724214 0.9494518 0.8707795 0.9518257 0.8724214 0.9488111 0.875122 0.9494518 0.8707795 0.9463334 0.8726969 0.9469915 0.8689239 0.9494518 0.8707795 0.9469915 0.8689239 0.949671 0.8677734 0.9443435 0.8668406 0.9467442 0.8664945 0.9469915 0.8689239 0.9443435 0.8668406 0.9469915 0.8689239 0.943969 0.869874 0.9443435 0.8668406 0.9417464 0.8669002 0.9422852 0.8650115 0.9443435 0.8668406 0.9422852 0.8650115 0.9445526 0.865386 0.5156816 0.5897217 0.5189912 0.588638 0.5182976 0.5912899 0.5156816 0.5897217 0.5182976 0.5912899 0.515685 0.5915113 0.5156816 0.5897217 0.5129779 0.5908274 0.5126556 0.588326 0.5156816 0.5897217 0.5126556 0.588326 0.5160402 0.5860889 0.521989 0.5878105 0.5249411 0.5872493 0.524111 0.5911319 0.521989 0.5878105 0.524111 0.5911319 0.5214154 0.5911518 0.521989 0.5878105 0.5189912 0.588638 0.5193917 0.584273 0.521989 0.5878105 0.5193917 0.584273 0.5228063 0.5830222 0.5281139 0.5869644 0.5263801 0.5824807 0.5300336 0.5822936 0.5281139 0.5869644 0.5313971 0.5868177 0.5294451 0.591076 0.5281139 0.5869644 0.5294451 0.591076 0.5266869 0.5911375 0.5281139 0.5869644 0.5249411 0.5872493 0.5263801 0.5824807 0.5139747 0.5966326 0.5170864 0.5962927 0.5164646 0.5989772 0.5139747 0.5966326 0.5164646 0.5989772 0.5126639 0.6002699 0.5139747 0.5966326 0.5106292 0.5967348 0.5120878 0.5945664 0.5139747 0.5966326 0.5120878 0.5945664 0.5148281 0.5950829 0.5189338 0.6010486 0.5224332 0.5986909 0.5215396 0.6028264 0.5189338 0.6010486 0.5215396 0.6028264 0.517867 0.6061331 0.5189338 0.6010486 0.5150611 0.6034964 0.5164646 0.5989772 0.5189338 0.6010486 0.5164646 0.5989772 0.5198915 0.5976153 0.5244393 0.6042898 0.5274039 0.6008221 0.5274861 0.6055961 0.5244393 0.6042898 0.5274861 0.6055961 0.5246148 0.6092291 0.5244393 0.6042898 0.5211274 0.6078988 0.5215396 0.6028264 0.5244393 0.6042898 0.5215396 0.6028264 0.5248808 0.5996998 0.512297 0.6054949 0.5099198 0.6013715 0.5126639 0.6002699 0.512297 0.6054949 0.5150611 0.6034964 0.5153039 0.6087826 0.512297 0.6054949 0.5153039 0.6087826 0.5100872 0.6072688 0.512297 0.6054949 0.5100872 0.6072688 0.5077043 0.6023775 0.5172684 0.5811937 0.513647 0.5839319 0.5153821 0.5783435 0.5172684 0.5811937 0.5153821 0.5783435 0.5196371 0.5757972 0.5172684 0.5811937 0.5211117 0.5792868 0.5193917 0.584273 0.5172684 0.5811937 0.5193917 0.584273 0.5160402 0.5860889 0.5084724 0.5968739 0.5087199 0.5936456 0.5102081 0.5947723 0.5084724 0.5968739 0.5106292 0.5967348 0.5099198 0.6013715 0.5084724 0.5968739 0.5099198 0.6013715 0.5077043 0.6023775 0.5084724 0.5968739 0.5069099 0.5970314 0.5087199 0.5936456 0.5105537 0.5873129 0.5094501 0.5902662 0.5089138 0.5864911 0.5105537 0.5873129 0.5089138 0.5864911 0.5115327 0.5819709 0.5105537 0.5873129 0.513647 0.5839319 0.5126556 0.588326 0.5105537 0.5873129 0.5126556 0.588326 0.5113668 0.5898804 0.5114275 0.59333 0.5151749 0.5944281 0.5120878 0.5945664 0.5114275 0.59333 0.5120878 0.5945664 0.5102081 0.5947723 0.5114275 0.59333 0.5087199 0.5936456 0.5114967 0.592517 0.5114275 0.59333 0.5114967 0.592517 0.5151749 0.5944281 0.5117982 0.591721 0.5156779 0.5923487 0.5114967 0.592517 0.5117982 0.591721 0.5114967 0.592517 0.5094501 0.5902662 0.5117982 0.591721 0.5094501 0.5902662 0.5113668 0.5898804 0.5117982 0.591721 0.5129779 0.5908274 0.5156779 0.5923487 0.5185417 0.5954406 0.5215139 0.596306 0.5198915 0.5976153 0.5185417 0.5954406 0.5170864 0.5962927 0.5151749 0.5944281 0.5185417 0.5954406 0.5151749 0.5944281 0.5154946 0.5934391 0.5185417 0.5954406 0.5190122 0.5942315 0.5215139 0.596306 0.5191693 0.5928205 0.5222278 0.5932031 0.5190122 0.5942315 0.5191693 0.5928205 0.5190122 0.5942315 0.5154946 0.5934391 0.5191693 0.5928205 0.5156779 0.5923487 0.5182976 0.5912899 0.5191693 0.5928205 0.5182976 0.5912899 0.5214154 0.5911518 0.5240776 0.5969626 0.5264501 0.5975911 0.5248808 0.5996998 0.5240776 0.5969626 0.5224332 0.5986909 0.5215139 0.596306 0.5240776 0.5969626 0.5215139 0.596306 0.5220525 0.5948889 0.5240776 0.5969626 0.5246189 0.5954059 0.5264501 0.5975911 0.5248089 0.5935631 0.5272147 0.5938567 0.5246189 0.5954059 0.5248089 0.5935631 0.5246189 0.5954059 0.5220525 0.5948889 0.5248089 0.5935631 0.5222278 0.5932031 0.524111 0.5911319 0.5248089 0.5935631 0.524111 0.5911319 0.5266869 0.5911375 0.1236617 0.4375033 0.1244648 0.4321924 0.1249572 0.4441815 0.1236617 0.4375033 0.1249572 0.4441815 0.1224107 0.4403566 0.1236617 0.4375033 0.1224107 0.4403566 0.1207844 0.4325179 0.1236617 0.4375033 0.1223973 0.4312762 0.1233588 0.429627 0.1152031 0.440885 0.1114264 0.4376599 0.1108556 0.4345847 0.1152031 0.440885 0.1125482 0.435044 0.1141958 0.4343073 0.1152031 0.440885 0.1178448 0.4416623 0.1178843 0.4469636 0.1152031 0.440885 0.1178843 0.4469636 0.1120674 0.441184 0.02276408 0.1150762 0.022924 0.1114594 0.02375698 0.1128395 0.02276408 0.1150762 0.02368587 0.1168224 0.02132415 0.1126278 0.02276408 0.1150762 0.02132415 0.1126278 0.02051329 0.1085742 0.02276408 0.1150762 0.02155059 0.1096883 0.02204281 0.1078389 0.02457749 0.1145821 0.02368587 0.1168224 0.02375698 0.1128395 0.02457749 0.1145821 0.02456456 0.1110451 0.02544522 0.1072767 0.02457749 0.1145821 0.02577322 0.108928 0.02664965 0.1079099 0.02457749 0.1145821 0.02578383 0.1121273 0.02368587 0.1168224 0.1179012 0.4385555 0.1149864 0.4319606 0.1164225 0.4311205 0.1179012 0.4385555 0.119493 0.4395602 0.1228551 0.4493522 0.1179012 0.4385555 0.1178448 0.4416623 0.1141958 0.4343073 0.1203525 0.4380953 0.1224107 0.4403566 0.119493 0.4395602 0.1203525 0.4380953 0.119493 0.4395602 0.1164225 0.4311205 0.1203525 0.4380953 0.1184099 0.4312596 0.1207844 0.4325179 0.188579 0.5820657 0.1847067 0.5795481 0.1852341 0.5788765 0.188579 0.5820657 0.1892597 0.5817006 0.1901662 0.5837996 0.188579 0.5820657 0.1901662 0.5837996 0.1885992 0.5833932 0.188579 0.5820657 0.1875054 0.5823376 0.1847067 0.5795481 0.189351 0.5809559 0.1857113 0.578249 0.1891192 0.5799137 0.189351 0.5809559 0.1891192 0.5799137 0.1903597 0.5805521 0.189351 0.5809559 0.1913785 0.5818253 0.1892597 0.5817006 0.189351 0.5809559 0.1892597 0.5817006 0.1852341 0.5788765 0.1884753 0.584662 0.1843782 0.5849045 0.187499 0.5838801 0.1884753 0.584662 0.187499 0.5838801 0.1885992 0.5833932 0.1884753 0.584662 0.1901662 0.5837996 0.1893079 0.5852963 0.1884753 0.584662 0.1893079 0.5852963 0.1844924 0.5858202 0.1913492 0.5800127 0.1897322 0.5762146 0.1907985 0.5759987 0.1913492 0.5800127 0.1923999 0.5805411 0.1913785 0.5818253 0.1913492 0.5800127 0.1913785 0.5818253 0.1903597 0.5805521 0.1913492 0.5800127 0.1901943 0.5794093 0.1897322 0.5762146 0.1862354 0.5828032 0.187499 0.5838801 0.1841634 0.5839576 0.1862354 0.5828032 0.1837474 0.5829481 0.1836974 0.581298 0.1862354 0.5828032 0.1836974 0.581298 0.1841781 0.5803325 0.1862354 0.5828032 0.1875054 0.5823376 0.187499 0.5838801 0.1888306 0.5786561 0.1876788 0.5763235 0.1886857 0.5763499 0.1888306 0.5786561 0.1901943 0.5794093 0.1891192 0.5799137 0.1888306 0.5786561 0.1891192 0.5799137 0.1861523 0.5775998 0.1888306 0.5786561 0.1865714 0.5768629 0.186189 0.5754196 0.4964719 0.02743905 0.4936999 0.02847683 0.4924227 0.02545577 0.4964719 0.02743905 0.4950904 0.02457708 0.4975752 0.02377259 0.4964719 0.02743905 0.4990621 0.02625191 0.5008994 0.0286163 0.4964719 0.02743905 0.498122 0.03024762 0.4936999 0.02847683 0.4561001 0.1023451 0.4634519 0.0986374 0.4827661 0.09783554 0.4561001 0.1023451 0.4668688 0.1027626 0.4487482 0.1060528 0.4561001 0.1023451 0.4487482 0.1060528 0.4465248 0.104416 0.4561001 0.1023451 0.4453313 0.1019276 0.4634519 0.0986374 0.4578076 0.125191 0.4666209 0.1214746 0.4844586 0.1243087 0.421953 0.1102855 0.43121 0.108562 0.4444712 0.1134738 0.2635852 0.9778572 0.2766644 0.9829656 0.2890964 0.9931812 0.2635852 0.9778572 0.2505061 0.9727488 0.2539299 0.9715591 0.4532972 0.7996563 0.4682264 0.8015982 0.4677332 0.8029869 0.4532972 0.7996563 0.4518796 0.8000766 0.4629063 0.7993239 0.4532972 0.7996563 0.4629063 0.7993239 0.475087 0.8009677 0.453336 0.8014313 0.4504384 0.8011925 0.4518796 0.8000766 0.453336 0.8014313 0.4518796 0.8000766 0.4677332 0.8029869 0.453336 0.8014313 0.46802 0.8047277 0.4672492 0.8061292 0.3737595 0.1583235 0.3730389 0.1583403 0.3730252 0.1576755 0.3737595 0.1583235 0.3742711 0.1577115 0.3746293 0.1585846 0.3737595 0.1583235 0.3746293 0.1585846 0.3737972 0.1587688 0.3737595 0.1583235 0.3733995 0.1585717 0.3730389 0.1583403 0.9776212 0.678561 0.9804686 0.6762303 0.9768936 0.7121098 0.9776212 0.678561 0.9765999 0.6945741 0.9758371 0.6539511 0.9776212 0.678561 0.9758371 0.6539511 0.9772607 0.6431516 0.9776212 0.678561 0.9787545 0.6550529 0.9804686 0.6762303 0.9731162 0.6783103 0.9733032 0.6962305 0.9696325 0.6620464 0.9731162 0.6783103 0.9696325 0.6620464 0.9713874 0.6608335 0.9731162 0.6783103 0.9729291 0.66039 0.9745644 0.6689066 0.9731162 0.6783103 0.9765999 0.6945741 0.9733032 0.6962305 0.9744689 0.6161072 0.973309 0.5807905 0.9771186 0.5799644 0.9744689 0.6161072 0.9772954 0.6158928 0.9772607 0.6431516 0.9744689 0.6161072 0.9758371 0.6539511 0.971659 0.6166039 0.9744689 0.6161072 0.971659 0.6166039 0.9694507 0.5817958 0.9801116 0.6165545 0.9807161 0.5800566 0.9843384 0.581286 0.9801116 0.6165545 0.9827459 0.621279 0.9805685 0.6535423 0.9801116 0.6165545 0.9787545 0.6550529 0.9772607 0.6431516 0.9801116 0.6165545 0.9772954 0.6158928 0.9807161 0.5800566 0.9634046 0.6204145 0.9587341 0.5868152 0.9661481 0.6177092 0.9634046 0.6204145 0.9661481 0.6177092 0.9713874 0.6608335 0.9634046 0.6204145 0.9696325 0.6620464 0.9614505 0.6265681 0.9634046 0.6204145 0.9614505 0.6265681 0.9554113 0.5901671 0.9688925 0.6167884 0.965707 0.5822417 0.9694507 0.5817958 0.9688925 0.6167884 0.971659 0.6166039 0.9729291 0.66039 0.9688925 0.6167884 0.9729291 0.66039 0.9661481 0.6177092 0.9688925 0.6167884 0.9661481 0.6177092 0.9621205 0.5834682 0.9610744 0.6378335 0.9520158 0.5914081 0.9614505 0.6265681 0.9610744 0.6378335 0.9614505 0.6265681 0.9733032 0.6962305 0.9610744 0.6378335 0.9733032 0.6962305 0.9614872 0.6516548 0.9610744 0.6378335 0.9614872 0.6516548 0.948584 0.5915937 0.9850267 0.6332525 0.9882224 0.5838717 0.9922372 0.5871356 0.9850267 0.6332525 0.9871308 0.6488505 0.9768936 0.7121098 0.9850267 0.6332525 0.9804686 0.6762303 0.9805685 0.6535423 0.9850267 0.6332525 0.9827459 0.621279 0.9882224 0.5838717 0.9492976 0.5689262 0.9497497 0.5584161 0.9539805 0.5594765 0.9492976 0.5689262 0.9536311 0.5706107 0.9520158 0.5914081 0.9492976 0.5689262 0.9520158 0.5914081 0.948584 0.5915937 0.9492976 0.5689262 0.9445709 0.5657348 0.9497497 0.5584161 0.7444625 0.4423512 0.7515631 0.4410848 0.7517549 0.4450227 0.7444625 0.4423512 0.7445324 0.445102 0.7384945 0.4432727 0.7444625 0.4423512 0.7384945 0.4432727 0.7377415 0.4404349 0.7444625 0.4423512 0.7434595 0.438781 0.7515631 0.4410848 0.5637527 0.6718758 0.5672044 0.6718786 0.5662498 0.6763818 0.5637527 0.6718758 0.5626741 0.6758583 0.5602313 0.6719214 0.5637527 0.6718758 0.5602313 0.6719214 0.5636079 0.6687154 0.5637527 0.6718758 0.5636079 0.6687154 0.5670444 0.6683863 0.5630489 0.6659107 0.5665646 0.6654501 0.5636079 0.6687154 0.5630489 0.6659107 0.5636079 0.6687154 0.5600835 0.669044 0.5630489 0.6659107 0.5594482 0.666345 0.5612455 0.6622663 0.5630489 0.6659107 0.5612455 0.6622663 0.5649325 0.6615228 0.6147382 0.3067722 0.6183257 0.3069381 0.6173767 0.3113123 0.6147382 0.3067722 0.6135831 0.3107247 0.6110849 0.3066715 0.6147382 0.3067722 0.6110849 0.3066715 0.6146647 0.3039147 0.6147382 0.3067722 0.6146647 0.3039147 0.618207 0.3038712 0.6142057 0.301077 0.617851 0.3007628 0.6146647 0.3039147 0.6142057 0.301077 0.6146647 0.3039147 0.6110498 0.3040052 0.6142057 0.301077 0.6105043 0.3013998 0.6124783 0.2972275 0.6142057 0.301077 0.6124783 0.2972275 0.6163488 0.296359 0.7328662 0.4470754 0.738256 0.4471835 0.7372792 0.4502454 0.7328662 0.4470754 0.7331553 0.4452492 0.738256 0.4471835 0.7331812 0.4435075 0.7384945 0.4432727 0.738477 0.4451701 0.7331812 0.4435075 0.7321524 0.4413198 0.7377415 0.4404349 0.5543802 0.672033 0.5602313 0.6719214 0.5590382 0.675356 0.5543802 0.672033 0.5541933 0.669471 0.5600835 0.669044 0.5534902 0.6669248 0.5594482 0.666345 0.5541933 0.669471 0.5534902 0.6669248 0.5515037 0.6643177 0.5575042 0.6630312 0.6050923 0.3066942 0.6110849 0.3066715 0.6097513 0.3101565 0.6050923 0.3066942 0.6050934 0.3042977 0.6110498 0.3040052 0.6044979 0.3019553 0.6105043 0.3013998 0.6050934 0.3042977 0.6044979 0.3019553 0.6025302 0.2995216 0.6085957 0.298107 0.7267489 0.4470928 0.7254241 0.4486616 0.7220501 0.4469704 0.7267489 0.4470928 0.7220501 0.4469704 0.7222459 0.4455878 0.7270464 0.4437589 0.7270575 0.4454151 0.7222496 0.4442033 0.7270464 0.4437589 0.7222496 0.4442033 0.7259263 0.4423205 0.5465067 0.6714335 0.5452909 0.6729319 0.5408053 0.670708 0.5465067 0.6714335 0.5408053 0.670708 0.5464411 0.6695154 0.5458908 0.6676013 0.5464411 0.6695154 0.5408056 0.6693483 0.5458908 0.6676013 0.5405051 0.6680348 0.5442596 0.6660102 0.5973407 0.3064572 0.5960267 0.3080658 0.5917613 0.306154 0.5973407 0.3064572 0.5917613 0.306154 0.5973821 0.3045896 0.5968903 0.3027668 0.5973821 0.3045896 0.5917667 0.3047534 0.5968903 0.3027668 0.5914749 0.3033887 0.5952559 0.3012911 0.7181537 0.4467883 0.7220501 0.4469704 0.7192786 0.4481042 0.7181537 0.4467883 0.7192786 0.4481042 0.7177388 0.4489288 0.7181537 0.4467883 0.715926 0.448082 0.7143113 0.4462549 0.7181537 0.4467883 0.718101 0.445776 0.7220501 0.4469704 0.7182099 0.4447995 0.7222496 0.4442033 0.7222459 0.4455878 0.7182099 0.4447995 0.718101 0.445776 0.7161095 0.4439465 0.7182099 0.4447995 0.7161095 0.4439465 0.7180027 0.4428579 0.7182099 0.4447995 0.7194793 0.4434444 0.7222496 0.4442033 0.5363692 0.6701743 0.5408053 0.670708 0.5378987 0.6715198 0.5363692 0.6701743 0.5378987 0.6715198 0.53645 0.6719053 0.5363692 0.6701743 0.534374 0.6709007 0.5362068 0.6692125 0.5363692 0.6701743 0.5362068 0.6692125 0.5408056 0.6693483 0.5362096 0.6682965 0.5405051 0.6680348 0.5362068 0.6692125 0.5362096 0.6682965 0.5362068 0.6692125 0.5327125 0.6687455 0.5362096 0.6682965 0.5340128 0.6672058 0.5359112 0.6663952 0.5362096 0.6682965 0.5374376 0.6670411 0.5405051 0.6680348 0.5872402 0.3059214 0.5917613 0.306154 0.5887358 0.3072258 0.5872402 0.3059214 0.5887358 0.3072258 0.5871917 0.307834 0.5872402 0.3059214 0.5850704 0.3069432 0.587072 0.3049086 0.5872402 0.3059214 0.587072 0.3049086 0.5917613 0.306154 0.587089 0.3038976 0.5914749 0.3033887 0.587072 0.3049086 0.587089 0.3038976 0.587072 0.3049086 0.5833784 0.3049345 0.587089 0.3038976 0.5848206 0.302975 0.5867514 0.3020073 0.587089 0.3038976 0.5883389 0.3025343 0.5914749 0.3033887 0.7162335 0.4523867 0.715926 0.448082 0.7177388 0.4489288 0.7162335 0.4523867 0.7139747 0.4535723 0.7143113 0.4462549 0.7171301 0.4400432 0.7161095 0.4439465 0.7153206 0.4396077 0.7171301 0.4400432 0.7194792 0.4405741 0.7180027 0.4428579 0.5359956 0.6739553 0.534374 0.6709007 0.53645 0.6719053 0.5359956 0.6739553 0.5343272 0.6740905 0.534374 0.6709007 0.5349233 0.663582 0.5340128 0.6672058 0.5327125 0.6687455 0.5349233 0.663582 0.5373706 0.664377 0.5359112 0.6663952 0.5865453 0.3104033 0.5850704 0.3069432 0.5871917 0.307834 0.5865453 0.3104033 0.5847206 0.3109308 0.5850704 0.3069432 0.5857576 0.2993028 0.5848206 0.302975 0.5833784 0.3049345 0.5857576 0.2993028 0.5882099 0.2999233 0.5867514 0.3020073 0.7349737 0.4687157 0.73746 0.4631903 0.7396713 0.4703074 0.7349737 0.4687157 0.7396713 0.4703074 0.7327535 0.4739903 0.7349737 0.4687157 0.7327535 0.4739903 0.7277294 0.4714904 0.7349737 0.4687157 0.7298921 0.4664061 0.73746 0.4631903 0.734392 0.4235613 0.7385508 0.4212248 0.7376849 0.4278859 0.734392 0.4235613 0.7376849 0.4278859 0.7328478 0.4303852 0.734392 0.4235613 0.7299576 0.4264034 0.7310872 0.4198611 0.734392 0.4235613 0.7310872 0.4198611 0.7347043 0.4174644 0.6008548 0.2810547 0.6047446 0.2779419 0.6041853 0.2853074 0.6008548 0.2810547 0.6041853 0.2853074 0.5999509 0.2884734 0.6008548 0.2810547 0.596854 0.2846503 0.594469 0.2813682 0.6008548 0.2810547 0.598066 0.2776892 0.6047446 0.2779419 0.7409538 0.4334592 0.7467308 0.431091 0.7501056 0.4366424 0.7409538 0.4334592 0.7434595 0.438781 0.7356508 0.4356008 0.7409538 0.4334592 0.7356508 0.4356008 0.7328478 0.4303852 0.7409538 0.4334592 0.7376849 0.4278859 0.7467308 0.431091 0.7292773 0.4381555 0.7356508 0.4356008 0.7321524 0.4413198 0.7229076 0.4412961 0.7259263 0.4423205 0.7224953 0.4433354 0.7229076 0.4412961 0.7194793 0.4434444 0.7194792 0.4405741 0.7284783 0.4528297 0.7315589 0.4494482 0.7349941 0.4552884 0.7223864 0.4499912 0.7189012 0.4511951 0.7192786 0.4481042 0.7223864 0.4499912 0.7192786 0.4481042 0.7221913 0.4478969 0.6085989 0.2913347 0.6127912 0.2894058 0.6124783 0.2972275 0.6085989 0.2913347 0.6124783 0.2972275 0.6085957 0.298107 0.6085989 0.2913347 0.6044713 0.2933786 0.6041853 0.2853074 0.6085989 0.2913347 0.6041853 0.2853074 0.608487 0.2824259 0.5984144 0.2968515 0.6044713 0.2933786 0.6025302 0.2995216 0.5918692 0.3004646 0.5952559 0.3012911 0.5916033 0.3024142 0.5918692 0.3004646 0.5883389 0.3025343 0.5867514 0.3020073 0.5998393 0.3122861 0.6036293 0.3093039 0.6061908 0.3152183 0.5927013 0.3091115 0.5889966 0.3098166 0.5871917 0.307834 0.5927013 0.3091115 0.5887358 0.3072258 0.5920904 0.3071436 0.5573678 0.6565868 0.5613159 0.6550573 0.5612455 0.6622663 0.5573678 0.6565868 0.5612455 0.6622663 0.5575042 0.6630312 0.5573678 0.6565868 0.5534301 0.6583092 0.5530995 0.6504606 0.5573678 0.6565868 0.5530995 0.6504606 0.5571463 0.6481242 0.5474665 0.6615729 0.5534301 0.6583092 0.5515037 0.6643177 0.5409511 0.6650609 0.5442596 0.6660102 0.5406398 0.6670429 0.5409511 0.6650609 0.5374376 0.6670411 0.5359112 0.6663952 0.5493195 0.6769278 0.5530794 0.6745415 0.5556509 0.6797265 0.541997 0.6735868 0.5383301 0.6737955 0.53645 0.6719053 0.541997 0.6735868 0.5378987 0.6715198 0.5412341 0.6717159 0.4287177 0.5014754 0.432753 0.5022829 0.4289854 0.5037391 0.4287177 0.5014754 0.4253006 0.5040609 0.4242525 0.5010616 0.4353765 0.4974967 0.4301927 0.4947956 0.4378387 0.4894034 0.4293035 0.51077 0.4251862 0.5120712 0.4256636 0.5088126 0.4293035 0.51077 0.4256636 0.5088126 0.4292746 0.5084602 0.4364181 0.5133432 0.444038 0.5147284 0.4410362 0.5207184 0.429626 0.5200018 0.4322504 0.5171073 0.4390646 0.5251922 0.429626 0.5200018 0.4390646 0.5251922 0.4376082 0.5289078 0.4263348 0.4923793 0.4231399 0.4901055 0.430693 0.4809886 0.4263348 0.4923793 0.4340767 0.4850521 0.4301927 0.4947956 0.4227633 0.5129914 0.4215281 0.5090151 0.4236906 0.5098066 0.4227633 0.5129914 0.4211877 0.5137212 0.4215281 0.5090151 0.4213778 0.5006806 0.4210718 0.5047723 0.4192984 0.500316 0.4213778 0.5006806 0.4242525 0.5010616 0.4231498 0.5035324 0.4242294 0.5075743 0.4291276 0.5074772 0.4256636 0.5088126 0.4242294 0.5075743 0.4256636 0.5088126 0.4236906 0.5098066 0.4242294 0.5075743 0.4215281 0.5090151 0.4240204 0.5066494 0.4242294 0.5075743 0.4240204 0.5066494 0.4291276 0.5074772 0.4240561 0.505632 0.4289413 0.5048071 0.4240204 0.5066494 0.4240561 0.505632 0.4240204 0.5066494 0.4210718 0.5047723 0.4240561 0.505632 0.4210718 0.5047723 0.4231498 0.5035324 0.4240561 0.505632 0.4253006 0.5040609 0.4289413 0.5048071 0.4344829 0.5075316 0.4330807 0.5092146 0.4291276 0.5074772 0.4344829 0.5075316 0.4291276 0.5074772 0.4291163 0.5061828 0.4343379 0.5038452 0.434554 0.5057366 0.4291163 0.5061828 0.4343379 0.5038452 0.4289413 0.5048071 0.432753 0.5022829 0.4524846 0.501195 0.45801 0.5000742 0.4587694 0.5029918 0.4524846 0.501195 0.4528834 0.5037571 0.4474695 0.502098 0.4524846 0.501195 0.4474695 0.502098 0.4460841 0.4988801 0.4524846 0.501195 0.4510988 0.4976045 0.45801 0.5000742 0.484877 0.9669997 0.4723135 0.9686145 0.4835862 0.962136 0.484877 0.9669997 0.4835862 0.962136 0.4991319 0.9604218 0.484877 0.9669997 0.5003424 0.9652202 0.4859253 0.9707306 0.484877 0.9669997 0.4859253 0.9707306 0.473344 0.9723505 0.4866076 0.9731392 0.4739601 0.9749504 0.4859253 0.9707306 0.4866076 0.9731392 0.4859253 0.9707306 0.5012547 0.9689439 0.463285 0.969973 0.4723135 0.9686145 0.46397 0.9739376 0.463285 0.969973 0.46397 0.9739376 0.4560239 0.9712036 0.463285 0.969973 0.4560239 0.9712036 0.4616771 0.9650359 0.463285 0.969973 0.4616771 0.9650359 0.4709169 0.9637665 0.4665197 0.9858092 0.4572735 0.9887406 0.4637729 0.980362 0.4641895 0.9769622 0.4558576 0.9790744 0.4561996 0.9755083 0.4641895 0.9769622 0.46397 0.9739376 0.4739601 0.9749504 0.864139 0.9507949 0.8291825 0.952862 0.8295978 0.9517517 0.864139 0.9507949 0.8643597 0.9497238 0.8925834 0.949193 0.8648311 0.9482698 0.8300297 0.9500956 0.8304393 0.9480275 0.8648311 0.9482698 0.8653277 0.9464753 0.8952188 0.9463464 0.8648311 0.9482698 0.8952188 0.9463464 0.8936802 0.9479238 0.8648311 0.9482698 0.8643597 0.9497238 0.8300297 0.9500956 0.7943786 0.9545701 0.7583978 0.9560971 0.7585108 0.9548417 0.7943786 0.9545701 0.7947008 0.9533962 0.8291825 0.952862 0.644696 0.9603502 0.6812368 0.959064 0.6600279 0.9607898 0.7949689 0.9515335 0.7585774 0.9527824 0.7586405 0.9502549 0.7949689 0.9515335 0.7952197 0.9492226 0.8300297 0.9500956 0.7949689 0.9515335 0.8300297 0.9500956 0.8295978 0.9517517 0.7949689 0.9515335 0.7947008 0.9533962 0.7585774 0.9527824 0.7199106 0.9576207 0.6812368 0.959064 0.7198698 0.956273 0.7199106 0.9576207 0.7198698 0.956273 0.7583978 0.9560971 0.7197835 0.9540412 0.6808691 0.9552386 0.7196736 0.9513186 0.7197835 0.9540412 0.7196736 0.9513186 0.7585774 0.9527824 0.7197835 0.9540412 0.7585774 0.9527824 0.7585108 0.9548417 0.7197835 0.9540412 0.7198698 0.956273 0.681078 0.95762 0.644696 0.9603502 0.6092094 0.961884 0.6444355 0.9588131 0.644696 0.9603502 0.6444355 0.9588131 0.681078 0.95762 0.159487 0.04031038 0.1401079 0.05655837 0.1542511 0.03862249 0.6441159 0.9563037 0.6084243 0.9575746 0.6436905 0.9531916 0.6441159 0.9563037 0.6436905 0.9531916 0.6805974 0.9523266 0.6441159 0.9563037 0.6808691 0.9552386 0.6444355 0.9588131 0.6441159 0.9563037 0.6444355 0.9588131 0.6088559 0.9602364 0.5736979 0.9640704 0.5423699 0.9665606 0.5732523 0.9622741 0.5736979 0.9640704 0.5732523 0.9622741 0.6088559 0.9602364 0.5726945 0.9593902 0.5411656 0.9614285 0.5719498 0.9557307 0.5726945 0.9593902 0.5719498 0.9557307 0.6078442 0.9542231 0.5726945 0.9593902 0.6084243 0.9575746 0.5732523 0.9622741 0.5726945 0.9593902 0.5732523 0.9622741 0.5418497 0.9645921 0.5194337 0.9690057 0.5018571 0.9712503 0.5188734 0.9668566 0.5194337 0.9690057 0.5188734 0.9668566 0.5418497 0.9645921 0.5180768 0.9633674 0.5003424 0.9652202 0.5170008 0.9589006 0.5180768 0.9633674 0.5170008 0.9589006 0.5402533 0.9573959 0.5180768 0.9633674 0.5411656 0.9614285 0.5188734 0.9668566 0.5180768 0.9633674 0.5188734 0.9668566 0.5012547 0.9689439 0.4821762 0.9563291 0.4835862 0.962136 0.4709169 0.9637665 0.4821762 0.9563291 0.4692025 0.9578305 0.4810449 0.950631 0.4821762 0.9563291 0.4810449 0.950631 0.4975044 0.9489119 0.4821762 0.9563291 0.4976348 0.9548911 0.4835862 0.962136 0.4586892 0.9590936 0.4616771 0.9650359 0.4541521 0.966125 0.4586892 0.9590936 0.4494062 0.9602376 0.455752 0.953118 0.4586892 0.9590936 0.455752 0.953118 0.4677485 0.9519147 0.4586892 0.9590936 0.4692025 0.9578305 0.4616771 0.9650359 0.4538087 0.9433743 0.455752 0.953118 0.4444053 0.9542813 0.8656242 0.944383 0.8307882 0.945681 0.8340048 0.9431442 0.8656242 0.944383 0.8681876 0.9423719 0.897884 0.9424716 0.8656242 0.944383 0.897884 0.9424716 0.8967648 0.944512 0.8656242 0.944383 0.8653277 0.9464753 0.8307882 0.945681 0.7954899 0.9467037 0.7587431 0.947595 0.7624361 0.9447926 0.7954899 0.9467037 0.7981765 0.9443241 0.8307882 0.945681 0.7954899 0.9467037 0.8307882 0.945681 0.8304393 0.9480275 0.7954899 0.9467037 0.7952197 0.9492226 0.7587431 0.947595 0.7195618 0.9484984 0.6802503 0.9492904 0.6834105 0.946123 0.7195618 0.9484984 0.7229105 0.9458312 0.7587431 0.947595 0.7195618 0.9484984 0.7587431 0.947595 0.7586405 0.9502549 0.7195618 0.9484984 0.7196736 0.9513186 0.6805974 0.9523266 0.6431125 0.9498469 0.6070449 0.9505063 0.6095741 0.9465952 0.6431125 0.9498469 0.6454294 0.9467893 0.6802503 0.9492904 0.6431125 0.9498469 0.6802503 0.9492904 0.6436905 0.9531916 0.6431125 0.9498469 0.6436905 0.9531916 0.6078442 0.9542231 0.5709434 0.9516072 0.539049 0.9528208 0.5396895 0.948187 0.5709434 0.9516072 0.573102 0.9478053 0.6070449 0.9505063 0.5709434 0.9516072 0.6070449 0.9505063 0.5719498 0.9557307 0.5709434 0.9516072 0.5719498 0.9557307 0.5402533 0.9573959 0.5156025 0.9538186 0.4976348 0.9548911 0.4975044 0.9489119 0.5156025 0.9538186 0.5160512 0.9493001 0.539049 0.9528208 0.5156025 0.9538186 0.539049 0.9528208 0.5170008 0.9589006 0.5156025 0.9538186 0.5170008 0.9589006 0.4991319 0.9604218 0.3356667 0.8271502 0.3385196 0.8327209 0.3346388 0.8355396 0.3356667 0.8271502 0.3311514 0.8307166 0.3334876 0.8247631 0.3356667 0.8271502 0.3334876 0.8247631 0.3406971 0.8238607 0.3356667 0.8271502 0.3406971 0.8238607 0.3385196 0.8327209 0.3922541 0.8354638 0.3954043 0.8390652 0.3933724 0.8414883 0.3922541 0.8354638 0.3899715 0.8392042 0.3881728 0.8317036 0.3922541 0.8354638 0.3881728 0.8317036 0.3911773 0.829406 0.3922541 0.8354638 0.3943782 0.8346596 0.3954043 0.8390652 0.3573433 0.821724 0.3521938 0.8212475 0.3566047 0.8183136 0.3573433 0.821724 0.3566047 0.8183136 0.3622162 0.8192903 0.3573433 0.821724 0.3626198 0.822591 0.3586567 0.826633 0.3573433 0.821724 0.3586567 0.826633 0.3541173 0.8274519 0.3564818 0.8128799 0.3510092 0.8120546 0.3569428 0.8069666 0.3564818 0.8128799 0.3569428 0.8069666 0.3633456 0.808622 0.3564818 0.8128799 0.3625304 0.8141702 0.3566047 0.8183136 0.3564818 0.8128799 0.3566047 0.8183136 0.3514124 0.8176663 0.3687693 0.8230836 0.3626198 0.822591 0.3690327 0.8195772 0.3687693 0.8230836 0.3690327 0.8195772 0.3764727 0.8207221 0.3687693 0.8230836 0.3754273 0.8243719 0.3690793 0.8280047 0.3687693 0.8230836 0.3690793 0.8280047 0.3626198 0.822591 0.3697799 0.8143747 0.3625304 0.8141702 0.3633456 0.808622 0.3697799 0.8143747 0.370777 0.8088273 0.3776447 0.8155282 0.3697799 0.8143747 0.3776447 0.8155282 0.3764727 0.8207221 0.3697799 0.8143747 0.3690327 0.8195772 0.3625304 0.8141702 0.345488 0.8132451 0.3510092 0.8120546 0.3514124 0.8176663 0.345488 0.8132451 0.3458538 0.8183678 0.3398882 0.8151281 0.345488 0.8132451 0.3398882 0.8151281 0.3387897 0.8100057 0.345488 0.8132451 0.3457211 0.8074036 0.3510092 0.8120546 0.3464256 0.8219264 0.3521938 0.8212475 0.3483985 0.8284618 0.3464256 0.8219264 0.3483985 0.8284618 0.3427745 0.8300792 0.3464256 0.8219264 0.3406971 0.8238607 0.3393094 0.8203005 0.3464256 0.8219264 0.3458538 0.8183678 0.3514124 0.8176663 0.3855395 0.8196657 0.3921142 0.8246702 0.3839548 0.8242731 0.3855395 0.8196657 0.3839548 0.8242731 0.3764727 0.8207221 0.3855395 0.8196657 0.3776447 0.8155282 0.3865222 0.8143104 0.3855395 0.8196657 0.3865222 0.8143104 0.3943927 0.8206261 0.3822295 0.8276257 0.3881728 0.8317036 0.3858944 0.8366246 0.3822295 0.8276257 0.3804647 0.8334544 0.3754273 0.8243719 0.3822295 0.8276257 0.3754273 0.8243719 0.3839548 0.8242731 0.3822295 0.8276257 0.3839548 0.8242731 0.3881728 0.8317036 0.309736 0.7489735 0.3108524 0.7456517 0.3116448 0.7475404 0.309736 0.7489735 0.3109781 0.7501946 0.3087027 0.7531943 0.309736 0.7489735 0.3087027 0.7531943 0.3068581 0.7524521 0.309736 0.7489735 0.3081816 0.747579 0.3108524 0.7456517 0.3282355 0.7436186 0.3255863 0.742799 0.3294991 0.741428 0.3282355 0.7436186 0.3294991 0.741428 0.3318077 0.7450584 0.3282355 0.7436186 0.3318077 0.7450584 0.3294988 0.7472205 0.3282355 0.7436186 0.3270718 0.7455168 0.3255863 0.742799 0.3212262 0.7492619 0.3210887 0.7465756 0.3234357 0.7486967 0.3212262 0.7492619 0.3234357 0.7486967 0.3244479 0.7513496 0.3212262 0.7492619 0.3216109 0.7528442 0.3187671 0.749872 0.3212262 0.7492619 0.3187671 0.749872 0.3180278 0.7441964 0.3168534 0.750458 0.3163422 0.7470762 0.3187671 0.749872 0.3168534 0.750458 0.3187671 0.749872 0.3190184 0.7540534 0.3168534 0.750458 0.3170816 0.7545673 0.3155398 0.7510368 0.3168534 0.750458 0.3155398 0.7510368 0.3151568 0.7482748 0.2845227 0.7461398 0.2847431 0.7428505 0.2859343 0.7442273 0.2845227 0.7461398 0.2858077 0.7467692 0.2846184 0.7500339 0.2845227 0.7461398 0.2846184 0.7500339 0.2831032 0.7499717 0.2845227 0.7461398 0.2829537 0.7454362 0.2847431 0.7428505 0.3841938 0.7340077 0.3831813 0.7315203 0.3849993 0.7295458 0.3841938 0.7340077 0.3868998 0.733513 0.3853006 0.7374221 0.3841938 0.7340077 0.3853006 0.7374221 0.382216 0.7370545 0.3841938 0.7340077 0.3819862 0.7343762 0.3831813 0.7315203 0.3759714 0.73273 0.3776203 0.7308916 0.3779911 0.7337666 0.3759714 0.73273 0.3779911 0.7337666 0.3769334 0.7360625 0.3759714 0.73273 0.373856 0.7353603 0.3735582 0.7314218 0.3759714 0.73273 0.3735582 0.7314218 0.3764967 0.7285024 0.2913149 0.7454425 0.2903189 0.7425362 0.2924726 0.7445068 0.2913149 0.7454425 0.2924726 0.7445068 0.2934849 0.7485104 0.2913149 0.7454425 0.2922214 0.7489227 0.2903779 0.7462857 0.2913149 0.7454425 0.2903779 0.7462857 0.2896523 0.7440023 0.2536265 0.7681556 0.2510697 0.7655494 0.2527396 0.7656454 0.2536265 0.7681556 0.2548822 0.7677001 0.2570067 0.7709001 0.2536265 0.7681556 0.2570067 0.7709001 0.2559731 0.7718672 0.2536265 0.7681556 0.2522458 0.7687872 0.2510697 0.7655494 0.4293864 0.7590186 0.4302502 0.756507 0.4320172 0.7604989 0.4293864 0.7590186 0.4320172 0.7604989 0.4280364 0.762417 0.4293864 0.7590186 0.4280364 0.762417 0.4257137 0.7600412 0.4293864 0.7590186 0.4272577 0.7577852 0.4281414 0.7563173 0.422977 0.7525523 0.4257014 0.7518332 0.4258286 0.7539196 0.422977 0.7525523 0.4241735 0.7546994 0.421735 0.7561888 0.422977 0.7525523 0.4193274 0.7538004 0.4215691 0.749917 0.422977 0.7525523 0.4215691 0.749917 0.4257014 0.7518332 0.2584891 0.7607442 0.2547621 0.7595587 0.2586376 0.7588186 0.2584891 0.7607442 0.2586376 0.7588186 0.2635605 0.760971 0.2584891 0.7607442 0.2627183 0.7627141 0.2584686 0.7623838 0.2584891 0.7607442 0.2584686 0.7623838 0.2555786 0.7612796 0.3045871 0.7691653 0.3057742 0.7665747 0.3077342 0.7673935 0.3045871 0.7691653 0.3056792 0.7700123 0.3032358 0.7715672 0.3045871 0.7691653 0.3032358 0.7715672 0.302378 0.7700648 0.3045871 0.7691653 0.3032934 0.768253 0.3057742 0.7665747 0.3477041 0.7553504 0.3451157 0.7539289 0.3471757 0.7476428 0.3477041 0.7553504 0.3501537 0.7476072 0.3502279 0.7562364 0.3477041 0.7553504 0.3502279 0.7562364 0.3477155 0.7635896 0.3477041 0.7553504 0.3452354 0.7616965 0.3451157 0.7539289 0.3253158 0.7711544 0.3249664 0.7678129 0.3313392 0.7701871 0.3253158 0.7711544 0.3313392 0.7701871 0.3313824 0.7731366 0.3253158 0.7711544 0.3251431 0.7741908 0.3196171 0.7717761 0.3253158 0.7711544 0.3196171 0.7717761 0.3196672 0.7682929 0.3158414 0.7720465 0.3160123 0.768514 0.3196171 0.7717761 0.3158414 0.7720465 0.3196171 0.7717761 0.319476 0.7749513 0.3158414 0.7720465 0.3157684 0.775357 0.313521 0.7721789 0.3158414 0.7720465 0.313521 0.7721789 0.3129888 0.7684758 0.2867915 0.7681102 0.2865436 0.7637374 0.2884669 0.7634517 0.2867915 0.7681102 0.2880833 0.7684375 0.286764 0.7722042 0.2867915 0.7681102 0.286764 0.7722042 0.2853175 0.7709307 0.2867915 0.7681102 0.285262 0.7677308 0.2865436 0.7637374 0.3879612 0.7574253 0.387407 0.7544205 0.3938583 0.7529547 0.3879612 0.7574253 0.3938583 0.7529547 0.3892062 0.7597842 0.3879612 0.7574253 0.3892062 0.7597842 0.3835508 0.7638957 0.3879612 0.7574253 0.3826665 0.7608179 0.3824018 0.7574305 0.3632077 0.7538344 0.3652061 0.7511221 0.3674459 0.7594057 0.3632077 0.7538344 0.3674459 0.7594057 0.3652092 0.7619023 0.3632077 0.7538344 0.360807 0.755472 0.358803 0.7465962 0.3632077 0.7538344 0.358803 0.7465962 0.3615873 0.7452347 0.2971069 0.7671577 0.2955039 0.7627559 0.2985091 0.7664653 0.2971069 0.7671577 0.2985091 0.7664653 0.2999259 0.7696346 0.2971069 0.7671577 0.2989618 0.7711433 0.2959573 0.7678052 0.2971069 0.7671577 0.2959573 0.7678052 0.2955039 0.7627559 0.274017 0.7831763 0.2701459 0.7797538 0.2710588 0.7781587 0.274017 0.7831763 0.2751131 0.7825263 0.2775112 0.7864866 0.274017 0.7831763 0.2775112 0.7864866 0.2757066 0.786785 0.274017 0.7831763 0.272733 0.7839927 0.2701459 0.7797538 0.4188895 0.7826244 0.4196964 0.7784458 0.4250426 0.7788669 0.4188895 0.7826244 0.4248476 0.7828845 0.418942 0.7863466 0.4188895 0.7826244 0.418942 0.7863466 0.4131215 0.7856678 0.4188895 0.7826244 0.4136204 0.7818236 0.4196964 0.7784458 0.4008466 0.7638078 0.4035712 0.7625663 0.4044109 0.7686019 0.4008466 0.7638078 0.4014444 0.7703217 0.3986483 0.7715798 0.4008466 0.7638078 0.3984014 0.7642768 0.4010261 0.7561276 0.4008466 0.7638078 0.4010261 0.7561276 0.4035712 0.7625663 0.2794833 0.7730191 0.275443 0.7709646 0.2795979 0.7710689 0.2794833 0.7730191 0.2795979 0.7710689 0.2823598 0.7722674 0.2794833 0.7730191 0.2832322 0.7748192 0.2793875 0.7746677 0.2794833 0.7730191 0.2793875 0.7746677 0.2740887 0.7726352 0.2802445 0.7884399 0.2775112 0.7864866 0.2788991 0.786096 0.2802445 0.7884399 0.282104 0.7884383 0.2820413 0.7896336 0.2802445 0.7884399 0.2820413 0.7896336 0.2789533 0.7887637 0.2802445 0.7884399 0.2776889 0.7881088 0.2775112 0.7864866 0.4191511 0.7888047 0.418942 0.7863466 0.4252449 0.7862439 0.4191511 0.7888047 0.4259868 0.7880187 0.420051 0.7902645 0.4191511 0.7888047 0.420051 0.7902645 0.4120951 0.792519 0.4191511 0.7888047 0.4125198 0.7885895 0.418942 0.7863466 0.3960554 0.7644868 0.3984014 0.7642768 0.395411 0.772423 0.3960554 0.7644868 0.395411 0.772423 0.3937124 0.7639477 0.3960554 0.7644868 0.3937124 0.7639477 0.3979312 0.7555221 0.3960554 0.7644868 0.3979312 0.7555221 0.3991048 0.7558169 0.2855122 0.7764177 0.2832322 0.7748192 0.2839487 0.7729413 0.2855122 0.7764177 0.2839487 0.7729413 0.2847582 0.7730467 0.2855122 0.7764177 0.2866261 0.776889 0.2894381 0.7828235 0.2855122 0.7764177 0.2864748 0.7791243 0.2837179 0.7768887 0.2868761 0.7753074 0.286764 0.7722042 0.2880281 0.773036 0.2868761 0.7753074 0.2883117 0.7771608 0.2894381 0.7828235 0.2868761 0.7753074 0.2866261 0.776889 0.2847582 0.7730467 0.2868761 0.7753074 0.285182 0.7725396 0.286764 0.7722042 0.3912763 0.7621693 0.3892062 0.7597842 0.3953167 0.7543169 0.3912763 0.7621693 0.3963343 0.7549567 0.3937124 0.7639477 0.3912763 0.7621693 0.3937124 0.7639477 0.3898391 0.773618 0.3912763 0.7621693 0.3859215 0.7676685 0.3892062 0.7597842 0.3577483 0.7566321 0.360807 0.755472 0.3612997 0.7641881 0.3577483 0.7566321 0.3612997 0.7641881 0.3549461 0.767945 0.3577483 0.7566321 0.3547139 0.75717 0.355262 0.7472362 0.3577483 0.7566321 0.355262 0.7472362 0.356505 0.747157 0.3003755 0.7741052 0.2989618 0.7711433 0.3007431 0.7711438 0.3003755 0.7741052 0.3007431 0.7711438 0.301253 0.7714799 0.3003755 0.7741052 0.3014529 0.7753146 0.2998475 0.7762444 0.3003755 0.7741052 0.2998475 0.7762444 0.2980498 0.7722842 0.3022987 0.7740427 0.3032358 0.7715672 0.3040919 0.7727321 0.3022987 0.7740427 0.3029762 0.7760702 0.3017684 0.7802049 0.3022987 0.7740427 0.3014529 0.7753146 0.301253 0.7714799 0.3022987 0.7740427 0.3017479 0.7711303 0.3032358 0.7715672 0.3523858 0.7569405 0.3502279 0.7562364 0.3525668 0.7473134 0.3523858 0.7569405 0.3538413 0.7471591 0.3547139 0.75717 0.3523858 0.7569405 0.3547139 0.75717 0.3502878 0.7651187 0.3523858 0.7569405 0.3502878 0.7651187 0.3502279 0.7562364 0.3246979 0.7766771 0.3251431 0.7741908 0.330878 0.7757719 0.3246979 0.7766771 0.330878 0.7757719 0.3304843 0.7785303 0.3246979 0.7766771 0.3243903 0.7793858 0.3192459 0.7774248 0.3246979 0.7766771 0.3192459 0.7774248 0.319476 0.7749513 0.3153933 0.7780588 0.3157684 0.775357 0.3192459 0.7774248 0.3153933 0.7780588 0.3192459 0.7774248 0.319142 0.7802327 0.3153933 0.7780588 0.3151388 0.7811937 0.3128833 0.7783426 0.3153933 0.7780588 0.3128833 0.7783426 0.31348 0.7754752 0.2827259 0.7906654 0.2820413 0.7896336 0.2855222 0.7905626 0.2827259 0.7906654 0.2853134 0.7919486 0.2829546 0.7920023 0.2827259 0.7906654 0.2829546 0.7920023 0.2794188 0.7897863 0.2827259 0.7906654 0.2797731 0.7895492 0.2820413 0.7896336 0.4221758 0.7909919 0.420051 0.7902645 0.4268497 0.7888785 0.4221758 0.7909919 0.4276101 0.7894927 0.424187 0.7914208 0.4221758 0.7909919 0.424187 0.7914208 0.4214825 0.7934342 0.4221758 0.7909919 0.4181749 0.7934198 0.4120951 0.792519 0.3212358 0.8014813 0.3264964 0.8021779 0.3231999 0.8073474 0.3212358 0.8014813 0.3190548 0.805588 0.3179143 0.7998104 0.3212358 0.8014813 0.3179143 0.7998104 0.3202898 0.7970895 0.3212358 0.8014813 0.3235025 0.7972477 0.3264964 0.8021779 0.2598486 0.7733858 0.2589722 0.7744064 0.2570067 0.7709001 0.2598486 0.7733858 0.2570067 0.7709001 0.2582614 0.7698708 0.2598486 0.7733858 0.2606997 0.7725483 0.2627434 0.7755836 0.2598486 0.7733858 0.2627434 0.7755836 0.2619056 0.7765819 0.266282 0.7774646 0.2654355 0.7785707 0.2619056 0.7765819 0.266282 0.7774646 0.2627434 0.7755836 0.2634789 0.77467 0.266282 0.7774646 0.2668928 0.776431 0.2710588 0.7781587 0.266282 0.7774646 0.2701459 0.7797538 0.2654355 0.7785707 0.4266379 0.7665171 0.4244595 0.7651349 0.4280364 0.762417 0.4266379 0.7665171 0.4280364 0.762417 0.4303896 0.7649141 0.4266379 0.7665171 0.4289213 0.7684321 0.4247834 0.7707681 0.4266379 0.7665171 0.4247834 0.7707681 0.4223219 0.7698174 0.4220653 0.774619 0.4188812 0.7737273 0.4223219 0.7698174 0.4220653 0.774619 0.4247834 0.7707681 0.4260776 0.7751172 0.4220653 0.774619 0.4260776 0.7751172 0.4250426 0.7788669 0.4220653 0.774619 0.4196964 0.7784458 0.4188812 0.7737273 0.4149346 0.7552772 0.4129737 0.7528231 0.4168419 0.7513324 0.4149346 0.7552772 0.4193274 0.7538004 0.416415 0.7575592 0.4149346 0.7552772 0.416415 0.7575592 0.4115632 0.7599071 0.4149346 0.7552772 0.4105078 0.7572631 0.4129737 0.7528231 0.4067558 0.7600387 0.4064282 0.7553989 0.4105078 0.7572631 0.4067558 0.7600387 0.4105078 0.7572631 0.4115632 0.7599071 0.4067558 0.7600387 0.4076335 0.7636241 0.4035712 0.7625663 0.4067558 0.7600387 0.4035712 0.7625663 0.4035242 0.7561047 0.2663078 0.7644575 0.2655739 0.7657466 0.2619304 0.7646585 0.2663078 0.7644575 0.2627183 0.7627141 0.2673124 0.7630121 0.2663078 0.7644575 0.2673124 0.7630121 0.2704086 0.7650774 0.2663078 0.7644575 0.2694379 0.7663089 0.2686008 0.7673915 0.2722887 0.7686029 0.2712966 0.7696457 0.2694379 0.7663089 0.2722887 0.7686029 0.2694379 0.7663089 0.2704086 0.7650774 0.2722887 0.7686029 0.2733642 0.7673029 0.275443 0.7709646 0.2722887 0.7686029 0.275443 0.7709646 0.2740887 0.7726352 0.2845188 0.7532288 0.2830617 0.7533801 0.2846184 0.7500339 0.2845188 0.7532288 0.2846184 0.7500339 0.2862428 0.7501745 0.2845188 0.7532288 0.2857615 0.7531807 0.2846918 0.7562937 0.2845188 0.7532288 0.2846918 0.7562937 0.2832321 0.7564527 0.2856052 0.7597976 0.2840178 0.7599802 0.2832321 0.7564527 0.2856052 0.7597976 0.2846918 0.7562937 0.2869049 0.7594971 0.2856052 0.7597976 0.2869049 0.7594971 0.2865436 0.7637374 0.2856052 0.7597976 0.2865436 0.7637374 0.2840178 0.7599802 0.3864776 0.7411826 0.3838904 0.7414091 0.3853006 0.7374221 0.3864776 0.7411826 0.3853006 0.7374221 0.3884899 0.7378432 0.3864776 0.7411826 0.3894569 0.7411945 0.3873165 0.7453781 0.3864776 0.7411826 0.3873165 0.7453781 0.3846796 0.7461454 0.3874092 0.7500978 0.3841717 0.7515262 0.3846796 0.7461454 0.3874092 0.7500978 0.3873165 0.7453781 0.391146 0.7476438 0.3874092 0.7500978 0.391146 0.7476438 0.3923408 0.7507653 0.3874092 0.7500978 0.387407 0.7544205 0.3841717 0.7515262 0.371425 0.7383487 0.3686673 0.737348 0.3707491 0.7346841 0.371425 0.7383487 0.373856 0.7353603 0.3738154 0.7394525 0.371425 0.7383487 0.3738154 0.7394525 0.3713303 0.7437139 0.371425 0.7383487 0.3690389 0.7420296 0.3686673 0.737348 0.3670579 0.7467372 0.3642888 0.7427536 0.3690389 0.7420296 0.3670579 0.7467372 0.3690389 0.7420296 0.3713303 0.7437139 0.3670579 0.7467372 0.369773 0.7494131 0.3652061 0.7511221 0.3670579 0.7467372 0.3652061 0.7511221 0.3615873 0.7452347 0.2933778 0.7518219 0.2922783 0.7521481 0.2908247 0.7494444 0.2933778 0.7518219 0.2922214 0.7489227 0.2946977 0.7515677 0.2933778 0.7518219 0.2946977 0.7515677 0.2957802 0.7545452 0.2933778 0.7518219 0.2943854 0.7548071 0.2931824 0.7550482 0.2948454 0.7585454 0.293528 0.7586439 0.2943854 0.7548071 0.2948454 0.7585454 0.2943854 0.7548071 0.2957802 0.7545452 0.2948454 0.7585454 0.2964016 0.7583089 0.2955039 0.7627559 0.2948454 0.7585454 0.2955039 0.7627559 0.2935388 0.7629568 0.3075315 0.7568669 0.3057274 0.7563839 0.3087027 0.7531943 0.3075315 0.7568669 0.3087027 0.7531943 0.310666 0.7540182 0.3075315 0.7568669 0.3090192 0.7573541 0.3065832 0.7602326 0.3075315 0.7568669 0.3065832 0.7602326 0.3049089 0.7597576 0.3062185 0.7635328 0.3045222 0.7629565 0.3065832 0.7602326 0.3062185 0.7635328 0.3065832 0.7602326 0.3080359 0.7605927 0.3062185 0.7635328 0.3076792 0.7638561 0.3057742 0.7665747 0.3062185 0.7635328 0.3057742 0.7665747 0.3041295 0.7658365 0.3360111 0.7468681 0.3344451 0.7491478 0.3318077 0.7450584 0.3360111 0.7468681 0.3318077 0.7450584 0.3340124 0.7429574 0.3360111 0.7468681 0.3378067 0.7445097 0.3399588 0.749053 0.3360111 0.7468681 0.3399588 0.749053 0.338525 0.7518005 0.3427638 0.7516182 0.341 0.7551749 0.338525 0.7518005 0.3427638 0.7516182 0.3399588 0.749053 0.3442065 0.7470222 0.3427638 0.7516182 0.3442065 0.7470222 0.3471757 0.7476428 0.3427638 0.7516182 0.3451157 0.7539289 0.341 0.7551749 0.3219786 0.7568145 0.3192752 0.7578849 0.3190184 0.7540534 0.3219786 0.7568145 0.3216109 0.7528442 0.3247946 0.7557896 0.3219786 0.7568145 0.3247946 0.7557896 0.3258723 0.759905 0.3219786 0.7568145 0.3226249 0.7607958 0.3192752 0.7578849 0.3238451 0.7644109 0.3196243 0.7648957 0.3194923 0.761466 0.3238451 0.7644109 0.3226249 0.7607958 0.3258723 0.759905 0.3238451 0.7644109 0.3279011 0.763456 0.3249664 0.7678129 0.3238451 0.7644109 0.3249664 0.7678129 0.3196243 0.7648957 0.3173341 0.7583066 0.3160044 0.7584294 0.3154129 0.7547691 0.3173341 0.7583066 0.3170816 0.7545673 0.3192752 0.7578849 0.3173341 0.7583066 0.3192752 0.7578849 0.3194923 0.761466 0.3173341 0.7583066 0.3173031 0.7617937 0.3160044 0.7584294 0.316681 0.7651463 0.314838 0.7650719 0.3158437 0.7618342 0.316681 0.7651463 0.3173031 0.7617937 0.3196243 0.7648957 0.316681 0.7651463 0.3196243 0.7648957 0.3196672 0.7682929 0.316681 0.7651463 0.3160123 0.768514 0.314838 0.7650719 0.3246126 0.7924183 0.3306427 0.7914264 0.3291175 0.7971036 0.3246126 0.7924183 0.3235025 0.7972477 0.3198171 0.7938713 0.3246126 0.7924183 0.3198171 0.7938713 0.3196931 0.7892081 0.3246126 0.7924183 0.3248829 0.7875225 0.3306427 0.7914264 0.3246304 0.7830896 0.3308597 0.781849 0.3311855 0.7860428 0.3246304 0.7830896 0.3248829 0.7875225 0.3193795 0.7844112 0.3246304 0.7830896 0.3193795 0.7844112 0.319142 0.7802327 0.3246304 0.7830896 0.3243903 0.7793858 0.3308597 0.781849 0.3164794 0.796013 0.3198171 0.7938713 0.3202898 0.7970895 0.3164794 0.796013 0.3179143 0.7998104 0.3139499 0.7980537 0.3164794 0.796013 0.3139499 0.7980537 0.313143 0.7929668 0.3164794 0.796013 0.3159705 0.7910305 0.3198171 0.7938713 0.3154274 0.7858042 0.3193795 0.7844112 0.3196931 0.7892081 0.3154274 0.7858042 0.3159705 0.7910305 0.3123612 0.7877556 0.3154274 0.7858042 0.3123612 0.7877556 0.3113207 0.7821127 0.3154274 0.7858042 0.3151388 0.7811937 0.3193795 0.7844112 0.2558879 0.7675967 0.2548822 0.7677001 0.2543788 0.7661527 0.2558879 0.7675967 0.2543788 0.7661527 0.2556214 0.7665278 0.2558879 0.7675967 0.2566998 0.7674432 0.257772 0.7685584 0.2558879 0.7675967 0.257772 0.7685584 0.2582614 0.7698708 0.2587038 0.763451 0.2584686 0.7623838 0.2619304 0.7646585 0.2587038 0.763451 0.2603912 0.7648301 0.2588402 0.7642585 0.2587038 0.763451 0.2588402 0.7642585 0.2575286 0.7636107 0.2587038 0.763451 0.2566874 0.7626259 0.2584686 0.7623838 0.2865249 0.7472504 0.2858077 0.7467692 0.2865872 0.7455363 0.2865249 0.7472504 0.2865872 0.7455363 0.2869719 0.7464527 0.2865249 0.7472504 0.2870129 0.7475578 0.2868838 0.7489331 0.2865249 0.7472504 0.2868838 0.7489331 0.2862428 0.7501745 0.2898825 0.746944 0.2903779 0.7462857 0.2908247 0.7494444 0.2898825 0.746944 0.2899417 0.7485737 0.2895084 0.7473887 0.2898825 0.746944 0.2895084 0.7473887 0.2892687 0.7463129 0.2898825 0.746944 0.2894051 0.7453592 0.2903779 0.7462857 0.3148816 0.7516253 0.3155398 0.7510368 0.3147278 0.7535775 0.3148816 0.7516253 0.3147278 0.7535775 0.3144646 0.7520539 0.3148816 0.7516253 0.3144646 0.7520539 0.3143578 0.7507144 0.3148816 0.7516253 0.314615 0.7496393 0.3155398 0.7510368 0.3115957 0.7510692 0.3109781 0.7501946 0.3119836 0.749199 0.3115957 0.7510692 0.3119836 0.749199 0.3121611 0.7503529 0.3115957 0.7510692 0.3119868 0.7516348 0.3116089 0.7530449 0.3115957 0.7510692 0.3116089 0.7530449 0.310666 0.7540182 0.3139177 0.764582 0.314838 0.7650719 0.312635 0.7667207 0.3139177 0.764582 0.312635 0.7667207 0.3125407 0.7657092 0.3139177 0.764582 0.3133099 0.7640358 0.3149005 0.7616423 0.3139177 0.764582 0.3149005 0.7616423 0.3158437 0.7618342 0.3151353 0.7586032 0.3160044 0.7584294 0.3158437 0.7618342 0.3151353 0.7586032 0.3149005 0.7616423 0.3141129 0.7613684 0.3151353 0.7586032 0.3143982 0.7587079 0.3143064 0.7570661 0.3151353 0.7586032 0.3147634 0.7562766 0.3160044 0.7584294 0.3086687 0.7636736 0.3076792 0.7638561 0.3080359 0.7605927 0.3086687 0.7636736 0.3090454 0.7607231 0.3094751 0.7634049 0.3086687 0.7636736 0.3094751 0.7634049 0.3093389 0.7651317 0.3086687 0.7636736 0.3087959 0.7659878 0.3076792 0.7638561 0.3098739 0.7578497 0.3090192 0.7573541 0.3109057 0.7557759 0.3098739 0.7578497 0.3109057 0.7557759 0.3110724 0.7566885 0.3098739 0.7578497 0.3105301 0.7582362 0.3099104 0.760766 0.3098739 0.7578497 0.3090454 0.7607231 0.3080359 0.7605927 0.2876292 0.7589606 0.2869049 0.7594971 0.2859492 0.7561207 0.2876292 0.7589606 0.286802 0.7559198 0.2882124 0.758491 0.2876292 0.7589606 0.2882124 0.758491 0.2888469 0.7603802 0.2876292 0.7589606 0.2887331 0.7614321 0.2884669 0.7634517 0.2865753 0.7533391 0.2857615 0.7531807 0.2868859 0.7515373 0.2865753 0.7533391 0.2868859 0.7515373 0.2873224 0.7522135 0.2865753 0.7533391 0.2872759 0.7535074 0.286802 0.7559198 0.2865753 0.7533391 0.286802 0.7559198 0.2857615 0.7531807 0.2926881 0.7584663 0.293528 0.7586439 0.2935388 0.7629568 0.2926881 0.7584663 0.2925274 0.7611511 0.292038 0.7602062 0.2926881 0.7584663 0.2919903 0.75827 0.2923631 0.7552477 0.2926881 0.7584663 0.2923631 0.7552477 0.2931824 0.7550482 0.2916195 0.7526186 0.2922783 0.7521481 0.2931824 0.7550482 0.2916195 0.7526186 0.2923631 0.7552477 0.291041 0.7530526 0.2916195 0.7526186 0.291041 0.7530526 0.2904964 0.751747 0.2916195 0.7526186 0.2906581 0.7509171 0.2922783 0.7521481 0.2670325 0.7755421 0.2668928 0.776431 0.2634789 0.77467 0.2670325 0.7755421 0.2640097 0.7739259 0.2671432 0.7746685 0.2670325 0.7755421 0.2671432 0.7746685 0.2689826 0.7754805 0.2670325 0.7755421 0.2696647 0.7763983 0.2710588 0.7781587 0.2615 0.7720776 0.2606997 0.7725483 0.2600474 0.7703529 0.2615 0.7720776 0.2600474 0.7703529 0.261083 0.7704868 0.2615 0.7720776 0.2622641 0.77159 0.2640097 0.7739259 0.2615 0.7720776 0.2640097 0.7739259 0.2634789 0.77467 0.2704712 0.7701742 0.2712966 0.7696457 0.2720838 0.7721829 0.2704712 0.7701742 0.2720838 0.7721829 0.2710847 0.771983 0.2704712 0.7701742 0.2697483 0.7706512 0.268031 0.7681761 0.2704712 0.7701742 0.268031 0.7681761 0.2686008 0.7673915 0.265381 0.7667233 0.2655739 0.7657466 0.2686008 0.7673915 0.265381 0.7667233 0.268031 0.7681761 0.2674933 0.7689247 0.265381 0.7667233 0.2652242 0.7675975 0.2636754 0.7670155 0.265381 0.7667233 0.2631298 0.7661581 0.2655739 0.7657466 0.2825714 0.7877715 0.282104 0.7884383 0.2794538 0.785521 0.2825714 0.7877715 0.2794538 0.785521 0.2825671 0.7866737 0.2825714 0.7877715 0.2825671 0.7866737 0.284267 0.7875866 0.2825714 0.7877715 0.2849091 0.788729 0.282104 0.7884383 0.2862353 0.7802915 0.2864748 0.7791243 0.2894381 0.7828235 0.2862353 0.7802915 0.2876714 0.7825508 0.2866494 0.7825362 0.2862353 0.7802915 0.2853906 0.7810018 0.2834308 0.7779936 0.2862353 0.7802915 0.2834308 0.7779936 0.2864748 0.7791243 0.2758333 0.7822096 0.2751131 0.7825263 0.2710588 0.7781587 0.2758333 0.7822096 0.2730674 0.7790135 0.2742893 0.7795448 0.2758333 0.7822096 0.2763701 0.7817226 0.2797159 0.7846208 0.2758333 0.7822096 0.2794538 0.785521 0.2788991 0.786096 0.2793299 0.7757133 0.2793875 0.7746677 0.2837179 0.7768887 0.2793299 0.7757133 0.2834308 0.7779936 0.2790728 0.7765971 0.2793299 0.7757133 0.2790728 0.7765971 0.2755788 0.7743107 0.2793299 0.7757133 0.2755788 0.7743107 0.2740887 0.7726352 0.2892306 0.7771854 0.2883117 0.7771608 0.2889271 0.7729845 0.2892306 0.7771854 0.2889271 0.7729845 0.2902304 0.7765402 0.2892306 0.7771854 0.2902304 0.7765402 0.2908862 0.7789213 0.2892306 0.7771854 0.2902793 0.7802522 0.2883117 0.7771608 0.2989987 0.7767389 0.2998475 0.7762444 0.2995944 0.7797188 0.2989987 0.7767389 0.2995944 0.7797188 0.2983072 0.7786987 0.2989987 0.7767389 0.2977339 0.7765007 0.2972421 0.7726892 0.2989987 0.7767389 0.2972421 0.7726892 0.2998475 0.7762444 0.2888996 0.7686601 0.2880833 0.7684375 0.2884669 0.7634517 0.2888996 0.7686601 0.2892458 0.7653309 0.2896958 0.7664117 0.2888996 0.7686601 0.2896535 0.7687776 0.2898747 0.7726418 0.2888996 0.7686601 0.2889271 0.7729845 0.2880281 0.773036 0.295313 0.7683626 0.2959573 0.7678052 0.2980498 0.7722842 0.295313 0.7683626 0.2972421 0.7726892 0.2962301 0.772715 0.295313 0.7683626 0.2946587 0.7687311 0.2935526 0.7662529 0.295313 0.7683626 0.2935289 0.7650212 0.2935388 0.7629568 0.3114589 0.7780402 0.3128833 0.7783426 0.3103775 0.7798997 0.3114589 0.7780402 0.3103775 0.7798997 0.3098081 0.778968 0.3114589 0.7780402 0.3104122 0.7775453 0.3120702 0.7753733 0.3114589 0.7780402 0.3120702 0.7753733 0.3128833 0.7783426 0.3039071 0.7763276 0.3029762 0.7760702 0.3049448 0.7732223 0.3039071 0.7763276 0.3049448 0.7732223 0.3050165 0.7760269 0.3039071 0.7763276 0.3050165 0.7760269 0.3046858 0.7779116 0.3039071 0.7763276 0.3037779 0.7789666 0.3029762 0.7760702 0.3121879 0.7723861 0.313521 0.7721789 0.31348 0.7754752 0.3121879 0.7723861 0.3120702 0.7753733 0.3109931 0.7751523 0.3121879 0.7723861 0.311273 0.7725031 0.3112816 0.7707659 0.3121879 0.7723861 0.3118424 0.7699604 0.313521 0.7721789 0.3063681 0.7707289 0.3056792 0.7700123 0.3078408 0.7691104 0.3063681 0.7707289 0.3078408 0.7691104 0.3078737 0.7699935 0.3063681 0.7707289 0.3070099 0.7713073 0.3058971 0.7734981 0.3063681 0.7707289 0.3049448 0.7732223 0.3040919 0.7727321 0.2933492 0.7943971 0.2939068 0.7922021 0.2967684 0.7984219 0.2933492 0.7943971 0.2957826 0.799444 0.2933503 0.7973562 0.2933492 0.7943971 0.2933503 0.7973562 0.2919629 0.7944024 0.2933492 0.7943971 0.2911612 0.7907005 0.2894381 0.7828235 0.2977288 0.8037583 0.2989047 0.8034989 0.2986958 0.8069164 0.2977288 0.8037583 0.2986958 0.8069164 0.297533 0.8059905 0.2977288 0.8037583 0.2966067 0.8039264 0.2950251 0.8006942 0.2977288 0.8037583 0.2957826 0.799444 0.2989047 0.8034989 0.2871707 0.793566 0.2853134 0.7919486 0.2855222 0.7905626 0.2871707 0.793566 0.2880009 0.7935854 0.2896456 0.7968342 0.2871707 0.793566 0.2875323 0.7950309 0.2853363 0.7933735 0.2960953 0.7932282 0.2939068 0.7922021 0.2894381 0.7828235 0.2960953 0.7932282 0.2950009 0.7889688 0.2977988 0.7919477 0.2960953 0.7932282 0.2988681 0.7950788 0.2982544 0.7984085 0.2960953 0.7932282 0.2982544 0.7984085 0.2967684 0.7984219 0.2999975 0.8029017 0.2989047 0.8034989 0.2982544 0.7984085 0.2999975 0.8029017 0.2982544 0.7984085 0.3000805 0.7986755 0.2999975 0.8029017 0.3013388 0.8022329 0.3023598 0.804423 0.2999975 0.8029017 0.3016866 0.8059012 0.2989047 0.8034989 0.3097683 0.7907523 0.3123612 0.7877556 0.313143 0.7929668 0.3097683 0.7907523 0.3106384 0.7949942 0.307482 0.7934641 0.3097683 0.7907523 0.307482 0.7934641 0.3070976 0.7907207 0.3097683 0.7907523 0.3086544 0.7875616 0.3123612 0.7877556 0.3115794 0.7992036 0.3139499 0.7980537 0.3119024 0.802629 0.3115794 0.7992036 0.3119024 0.802629 0.310094 0.8020498 0.3115794 0.7992036 0.309384 0.7999161 0.3083669 0.7966767 0.3115794 0.7992036 0.3106384 0.7949942 0.3139499 0.7980537 0.4261327 0.7570456 0.427101 0.7560074 0.4272577 0.7577852 0.4261327 0.7570456 0.4272577 0.7577852 0.4249184 0.758313 0.4261327 0.7570456 0.4249184 0.758313 0.4255248 0.7565055 0.4261327 0.7570456 0.4255248 0.7565055 0.4266129 0.7555767 0.4249473 0.7558702 0.4261606 0.7550241 0.4255248 0.7565055 0.4249473 0.7558702 0.4255248 0.7565055 0.4242279 0.7576696 0.4249473 0.7558702 0.4235584 0.7569814 0.4241735 0.7546994 0.4249473 0.7558702 0.4241735 0.7546994 0.4261606 0.7550241 0.4097293 0.7799416 0.4109163 0.7765216 0.4144602 0.7773279 0.4097293 0.7799416 0.4136204 0.7818236 0.408266 0.7834255 0.4097293 0.7799416 0.408266 0.7834255 0.4042119 0.7801994 0.4097293 0.7799416 0.4065952 0.7773707 0.4109163 0.7765216 0.4035971 0.7745034 0.4060178 0.772432 0.4085032 0.7746229 0.4035971 0.7745034 0.4065952 0.7773707 0.4007956 0.776569 0.4035971 0.7745034 0.4007956 0.776569 0.4014444 0.7703217 0.4035971 0.7745034 0.4014444 0.7703217 0.4060178 0.772432 0.4062975 0.7863717 0.408266 0.7834255 0.4131215 0.7856678 0.4062975 0.7863717 0.4125198 0.7885895 0.4120951 0.792519 0.4062975 0.7863717 0.4037988 0.7892771 0.4010215 0.7827448 0.4062975 0.7863717 0.4010215 0.7827448 0.408266 0.7834255 0.3972296 0.7783021 0.4007956 0.776569 0.4010215 0.7827448 0.3972296 0.7783021 0.4010215 0.7827448 0.3936216 0.7805816 0.3972296 0.7783021 0.3936216 0.7805816 0.3898391 0.773618 0.3972296 0.7783021 0.395411 0.772423 0.3986483 0.7715798 0.3864416 0.8087142 0.386267 0.80264 0.3923622 0.8067283 0.3864416 0.8087142 0.3926423 0.8133397 0.3865222 0.8143104 0.3864416 0.8087142 0.3865222 0.8143104 0.3786861 0.8099382 0.3864416 0.8087142 0.3793392 0.8050999 0.386267 0.80264 0.2526791 0.7601681 0.2514707 0.7585629 0.2547621 0.7595587 0.2526791 0.7601681 0.2547621 0.7595587 0.2539963 0.761676 0.2526791 0.7601681 0.2539963 0.761676 0.2515532 0.7617492 0.2526791 0.7601681 0.2515532 0.7617492 0.2500196 0.7606425 0.2506977 0.7634784 0.2489833 0.7629761 0.2500196 0.7606425 0.2506977 0.7634784 0.2515532 0.7617492 0.2531436 0.7628566 0.2506977 0.7634784 0.2524424 0.7641053 0.2510697 0.7655494 0.2506977 0.7634784 0.2510697 0.7655494 0.2489833 0.7629761 0.3972483 0.8013674 0.3982059 0.7966156 0.4023425 0.7981644 0.3972483 0.8013674 0.4026978 0.8018796 0.3977635 0.8064931 0.3972483 0.8013674 0.3977635 0.8064931 0.3923622 0.8067283 0.3972483 0.8013674 0.3919219 0.7993528 0.3982059 0.7966156 0.3869683 0.7958509 0.3884693 0.7893866 0.3929248 0.7937057 0.3869683 0.7958509 0.3919219 0.7993528 0.386267 0.80264 0.3869683 0.7958509 0.386267 0.80264 0.380133 0.7997989 0.3869683 0.7958509 0.3815964 0.7928208 0.3884693 0.7893866 0.4007455 0.7926386 0.4037988 0.7892771 0.4058706 0.7960948 0.4007455 0.7926386 0.4058706 0.7960948 0.4023425 0.7981644 0.4007455 0.7926386 0.3982059 0.7966156 0.3949264 0.7891533 0.4007455 0.7926386 0.3949264 0.7891533 0.3977007 0.7855487 0.3906943 0.7842866 0.3936216 0.7805816 0.3977007 0.7855487 0.3906943 0.7842866 0.3949264 0.7891533 0.3884693 0.7893866 0.3906943 0.7842866 0.3884693 0.7893866 0.3836351 0.7857846 0.3906943 0.7842866 0.3861553 0.7803092 0.3936216 0.7805816 0.2590278 0.7682828 0.2595019 0.7687834 0.2582614 0.7698708 0.2590278 0.7682828 0.257772 0.7685584 0.2584322 0.767627 0.2590278 0.7682828 0.2584322 0.767627 0.2591204 0.766777 0.2590278 0.7682828 0.2598817 0.7672973 0.2595019 0.7687834 0.26056 0.7661293 0.2612365 0.7663505 0.2604664 0.7676753 0.26056 0.7661293 0.2598817 0.7672973 0.2591204 0.766777 0.26056 0.7661293 0.2597057 0.7658289 0.2603912 0.7648301 0.26056 0.7661293 0.2603912 0.7648301 0.2612365 0.7663505 0.2555315 0.7629889 0.2539963 0.761676 0.2555786 0.7612796 0.2555315 0.7629889 0.2566874 0.7626259 0.2571014 0.7641293 0.2555315 0.7629889 0.2571014 0.7641293 0.2565071 0.7650272 0.2555315 0.7629889 0.2548477 0.7639656 0.2539963 0.761676 0.2542478 0.7649812 0.2524424 0.7641053 0.2548477 0.7639656 0.2542478 0.7649812 0.2548477 0.7639656 0.2565071 0.7650272 0.2542478 0.7649812 0.2559471 0.7659456 0.2543788 0.7661527 0.2542478 0.7649812 0.2543788 0.7661527 0.2527396 0.7656454 0.2585228 0.7651191 0.2571014 0.7641293 0.2588402 0.7642585 0.2585228 0.7651191 0.2588402 0.7642585 0.2597736 0.7649968 0.2585228 0.7651191 0.2597057 0.7658289 0.2579634 0.7659923 0.2585228 0.7651191 0.2579634 0.7659923 0.2565071 0.7650272 0.2573736 0.7668377 0.2559471 0.7659456 0.2565071 0.7650272 0.2573736 0.7668377 0.2579634 0.7659923 0.2584322 0.767627 0.2573736 0.7668377 0.2584322 0.767627 0.257703 0.7679775 0.2573736 0.7668377 0.2566998 0.7674432 0.2559471 0.7659456 0.2710031 0.7759662 0.2717213 0.7765851 0.2710588 0.7781587 0.2710031 0.7759662 0.2696647 0.7763983 0.2698286 0.7750615 0.2710031 0.7759662 0.2698286 0.7750615 0.2716607 0.7748535 0.2710031 0.7759662 0.2716607 0.7748535 0.2723729 0.7753467 0.2722506 0.7736675 0.2730429 0.7740746 0.2716607 0.7748535 0.2722506 0.7736675 0.2716607 0.7748535 0.2704928 0.774055 0.2722506 0.7736675 0.2710548 0.7729731 0.2720838 0.7721829 0.2722506 0.7736675 0.2720838 0.7721829 0.2740887 0.7726352 0.2618859 0.7668226 0.2612365 0.7663505 0.2619304 0.7646585 0.2618859 0.7668226 0.2631298 0.7661581 0.2628819 0.7675606 0.2618859 0.7668226 0.2628819 0.7675606 0.2620865 0.7686062 0.2618859 0.7668226 0.2610933 0.7680335 0.2612365 0.7663505 0.2601962 0.7691076 0.2595019 0.7687834 0.2604664 0.7676753 0.2601962 0.7691076 0.2610933 0.7680335 0.2613008 0.7696242 0.2601962 0.7691076 0.2613008 0.7696242 0.2600474 0.7703529 0.2601962 0.7691076 0.2600474 0.7703529 0.2595019 0.7687834 0.2645983 0.7685793 0.2628819 0.7675606 0.2636754 0.7670155 0.2645983 0.7685793 0.2652242 0.7675975 0.2667528 0.769899 0.2645983 0.7685793 0.2667528 0.769899 0.2659373 0.7709996 0.2645983 0.7685793 0.2637701 0.7696278 0.2628819 0.7675606 0.2630064 0.7707024 0.2613008 0.7696242 0.2620865 0.7686062 0.2630064 0.7707024 0.2637701 0.7696278 0.2651746 0.7721264 0.2630064 0.7707024 0.2651746 0.7721264 0.2622641 0.77159 0.2630064 0.7707024 0.2622641 0.77159 0.261083 0.7704868 0.2690636 0.7715403 0.2667528 0.769899 0.2674933 0.7689247 0.2690636 0.7715403 0.2697483 0.7706512 0.2710847 0.771983 0.2690636 0.7715403 0.2710548 0.7729731 0.2683817 0.7726228 0.2690636 0.7715403 0.2683817 0.7726228 0.2667528 0.769899 0.2676672 0.7736805 0.2651746 0.7721264 0.2659373 0.7709996 0.2676672 0.7736805 0.2683817 0.7726228 0.2698286 0.7750615 0.2676672 0.7736805 0.2698286 0.7750615 0.2689826 0.7754805 0.2676672 0.7736805 0.2671432 0.7746685 0.2651746 0.7721264 0.2738235 0.7746456 0.2730429 0.7740746 0.2740887 0.7726352 0.2738235 0.7746456 0.2755788 0.7743107 0.2753496 0.7757506 0.2738235 0.7746456 0.2753496 0.7757506 0.2731174 0.7758632 0.2738235 0.7746456 0.2731174 0.7758632 0.2723729 0.7753467 0.2725137 0.7771086 0.2717213 0.7765851 0.2731174 0.7758632 0.2725137 0.7771086 0.2731174 0.7758632 0.2746074 0.7769394 0.2725137 0.7771086 0.274029 0.7782096 0.2730674 0.7790135 0.2725137 0.7771086 0.2730674 0.7790135 0.2710588 0.7781587 0.2861899 0.7881618 0.2871348 0.7898198 0.2855222 0.7905626 0.2861899 0.7881618 0.2849091 0.788729 0.2850675 0.7869952 0.2861899 0.7881618 0.2850675 0.7869952 0.2869353 0.7866353 0.2861899 0.7881618 0.2869353 0.7866353 0.2878765 0.7882333 0.2876669 0.7847152 0.2886136 0.7862765 0.2869353 0.7866353 0.2876669 0.7847152 0.2869353 0.7866353 0.2857751 0.7856456 0.2876669 0.7847152 0.286509 0.7839899 0.2876714 0.7825508 0.2876669 0.7847152 0.2876714 0.7825508 0.2894381 0.7828235 0.2845374 0.7823378 0.2818085 0.7801356 0.2853906 0.7810018 0.2845374 0.7823378 0.2853906 0.7810018 0.2866494 0.7825362 0.2845374 0.7823378 0.286509 0.7839899 0.2837271 0.7839225 0.2845374 0.7823378 0.2837271 0.7839225 0.2809385 0.781675 0.2830113 0.7853792 0.2802259 0.7832544 0.2837271 0.7839225 0.2830113 0.7853792 0.2837271 0.7839225 0.2857751 0.7856456 0.2830113 0.7853792 0.2850675 0.7869952 0.284267 0.7875866 0.2830113 0.7853792 0.2825671 0.7866737 0.2797159 0.7846208 0.2783786 0.7777603 0.2753496 0.7757506 0.276497 0.7753905 0.2783786 0.7777603 0.2790728 0.7765971 0.2826884 0.7788403 0.2783786 0.7777603 0.2818085 0.7801356 0.2775565 0.779112 0.2783786 0.7777603 0.2775565 0.779112 0.2746074 0.7769394 0.2769157 0.7805614 0.274029 0.7782096 0.2775565 0.779112 0.2769157 0.7805614 0.2775565 0.779112 0.2809385 0.781675 0.2769157 0.7805614 0.2802259 0.7832544 0.2763701 0.7817226 0.2769157 0.7805614 0.2763701 0.7817226 0.2742893 0.7795448 0.2899512 0.7904365 0.2886136 0.7862765 0.2911612 0.7907005 0.2899512 0.7904365 0.2911612 0.7907005 0.2914395 0.7952125 0.2899512 0.7904365 0.2914395 0.7952125 0.2892675 0.7917812 0.2899512 0.7904365 0.2892675 0.7917812 0.2878765 0.7882333 0.2886586 0.7929107 0.2871348 0.7898198 0.2892675 0.7917812 0.2886586 0.7929107 0.2892675 0.7917812 0.2907966 0.7958601 0.2886586 0.7929107 0.2903088 0.7964615 0.2880009 0.7935854 0.2886586 0.7929107 0.2880009 0.7935854 0.2871348 0.7898198 0.2957791 0.8101138 0.2960269 0.8126034 0.2942346 0.8106024 0.2957791 0.8101138 0.2942346 0.8106024 0.2942276 0.8079319 0.2957791 0.8101138 0.2952627 0.807679 0.2969678 0.8092934 0.2957791 0.8101138 0.2969678 0.8092934 0.2975025 0.8114538 0.2981911 0.8084945 0.299099 0.8102672 0.2969678 0.8092934 0.2981911 0.8084945 0.2969678 0.8092934 0.2961324 0.8072314 0.2981911 0.8084945 0.2970454 0.8067613 0.2986958 0.8069164 0.2981911 0.8084945 0.2986958 0.8069164 0.300732 0.8082211 0.2928379 0.798622 0.2914395 0.7952125 0.2933503 0.7973562 0.2928379 0.798622 0.2933503 0.7973562 0.2950251 0.8006942 0.2928379 0.798622 0.294224 0.8013918 0.2921521 0.7990509 0.2928379 0.798622 0.2921521 0.7990509 0.2907966 0.7958601 0.2916329 0.7994996 0.2903088 0.7964615 0.2921521 0.7990509 0.2916329 0.7994996 0.2921521 0.7990509 0.2934685 0.801823 0.2916329 0.7994996 0.2928481 0.8022738 0.2911363 0.7999399 0.2916329 0.7994996 0.2911363 0.7999399 0.2896456 0.7968342 0.2956748 0.8042494 0.294224 0.8013918 0.2966067 0.8039264 0.2956748 0.8042494 0.2966067 0.8039264 0.297533 0.8059905 0.2956748 0.8042494 0.2970454 0.8067613 0.2961324 0.8072314 0.2956748 0.8042494 0.2948806 0.8046456 0.2934685 0.801823 0.2941719 0.805033 0.2928481 0.8022738 0.2948806 0.8046456 0.2941719 0.805033 0.2948806 0.8046456 0.2961324 0.8072314 0.2941719 0.805033 0.2952627 0.807679 0.2942276 0.8079319 0.2941719 0.805033 0.293409 0.8053076 0.2922286 0.8026651 0.3261079 0.74683 0.3250035 0.7457274 0.3270718 0.7455168 0.3261079 0.74683 0.3270718 0.7455168 0.3273342 0.7482581 0.3261079 0.74683 0.3273342 0.7482581 0.3252992 0.7476941 0.3261079 0.74683 0.3252992 0.7476941 0.3244768 0.7463217 0.3246009 0.7482452 0.3239707 0.7467162 0.3252992 0.7476941 0.3246009 0.7482452 0.3252992 0.7476941 0.3263279 0.7492547 0.3246009 0.7482452 0.3255063 0.7499079 0.3234357 0.7486967 0.3246009 0.7482452 0.3234357 0.7486967 0.3230023 0.7468283 0.3427284 0.7652482 0.3405696 0.76283 0.3452354 0.7616965 0.3427284 0.7652482 0.3452354 0.7616965 0.344856 0.7678031 0.3427284 0.7652482 0.344856 0.7678031 0.3398055 0.7672334 0.3427284 0.7652482 0.3398055 0.7672334 0.3381514 0.7644827 0.3360891 0.76888 0.3352317 0.7659617 0.3398055 0.7672334 0.3360891 0.76888 0.3398055 0.7672334 0.3413271 0.7701367 0.3360891 0.76888 0.3368065 0.7718498 0.3313392 0.7701871 0.3360891 0.76888 0.3313392 0.7701871 0.3310421 0.7666912 0.346905 0.7700904 0.344856 0.7678031 0.3477155 0.7635896 0.346905 0.7700904 0.3502878 0.7651187 0.3549461 0.767945 0.346905 0.7700904 0.3486679 0.7728009 0.3423948 0.7729184 0.346905 0.7700904 0.3423948 0.7729184 0.3413271 0.7701367 0.3369147 0.7746656 0.3368065 0.7718498 0.3423948 0.7729184 0.3369147 0.7746656 0.3423948 0.7729184 0.3433173 0.7758312 0.3369147 0.7746656 0.3370247 0.7775433 0.330878 0.7757719 0.3369147 0.7746656 0.330878 0.7757719 0.3313824 0.7731366 0.3469464 0.8016889 0.3485239 0.7955716 0.352173 0.800632 0.3469464 0.8016889 0.352173 0.800632 0.3511931 0.8058856 0.3469464 0.8016889 0.3457211 0.8074036 0.3411728 0.8031937 0.3469464 0.8016889 0.3411728 0.8031937 0.3431207 0.7967538 0.3337491 0.8030527 0.3361544 0.7971017 0.3411728 0.8031937 0.3337491 0.8030527 0.3411728 0.8031937 0.3387897 0.8100057 0.3337491 0.8030527 0.3309592 0.8080483 0.3264964 0.8021779 0.3337491 0.8030527 0.3264964 0.8021779 0.3291175 0.7971036 0.3152413 0.7455194 0.3162981 0.743932 0.3163422 0.7470762 0.3152413 0.7455194 0.3163422 0.7470762 0.3144121 0.7471516 0.3152413 0.7455194 0.3144121 0.7471516 0.3138012 0.7449865 0.3152413 0.7455194 0.3138012 0.7449865 0.3142082 0.7430443 0.3122729 0.7446767 0.3119475 0.7425431 0.3142082 0.7430443 0.3122729 0.7446767 0.3138012 0.7449865 0.3125149 0.7467325 0.3122729 0.7446767 0.3125149 0.7467325 0.3108524 0.7456517 0.3122729 0.7446767 0.3108524 0.7456517 0.3119475 0.7425431 0.3498141 0.788523 0.3504181 0.7817915 0.3549298 0.7881228 0.3498141 0.788523 0.3549298 0.7881228 0.3535512 0.7951068 0.3498141 0.788523 0.3485239 0.7955716 0.3444906 0.7898108 0.3498141 0.788523 0.3444906 0.7898108 0.3450093 0.7835427 0.3376844 0.7906679 0.3382464 0.784838 0.3444906 0.7898108 0.3376844 0.7906679 0.3444906 0.7898108 0.3431207 0.7967538 0.3376844 0.7906679 0.3361544 0.7971017 0.3306427 0.7914264 0.3376844 0.7906679 0.3306427 0.7914264 0.3311855 0.7860428 0.3499376 0.7766261 0.3486679 0.7728009 0.3557505 0.7752252 0.3499376 0.7766261 0.3557505 0.7752252 0.3558244 0.7810416 0.3499376 0.7766261 0.3504181 0.7817915 0.3444035 0.7791278 0.3499376 0.7766261 0.3444035 0.7791278 0.3486679 0.7728009 0.3377475 0.7806985 0.3370247 0.7775433 0.3433173 0.7758312 0.3377475 0.7806985 0.3444035 0.7791278 0.3382464 0.784838 0.3377475 0.7806985 0.3382464 0.784838 0.3308597 0.781849 0.3377475 0.7806985 0.3308597 0.781849 0.3370247 0.7775433 0.3122056 0.7539272 0.3119716 0.7545138 0.310666 0.7540182 0.3122056 0.7539272 0.3116089 0.7530449 0.3124472 0.7531656 0.3122056 0.7539272 0.3124472 0.7531656 0.3131707 0.7533524 0.3122056 0.7539272 0.3131093 0.7541739 0.3130154 0.7547726 0.3140435 0.7542422 0.3141073 0.7548388 0.3131093 0.7541739 0.3140435 0.7542422 0.3131093 0.7541739 0.3139082 0.7534314 0.3140435 0.7542422 0.3139082 0.7534314 0.3147278 0.7535775 0.3140435 0.7542422 0.3147278 0.7535775 0.3154129 0.7547691 0.3140381 0.7488737 0.3144121 0.7471516 0.3151568 0.7482748 0.3140381 0.7488737 0.314615 0.7496393 0.313924 0.7505771 0.3140381 0.7488737 0.313924 0.7505771 0.3132416 0.7504714 0.3140381 0.7488737 0.31331 0.7487357 0.3144121 0.7471516 0.3125901 0.7486327 0.3125149 0.7467325 0.313475 0.7468949 0.3125901 0.7486327 0.31331 0.7487357 0.3125759 0.7503679 0.3125901 0.7486327 0.3125759 0.7503679 0.3119836 0.749199 0.3125901 0.7486327 0.3119836 0.749199 0.3116448 0.7475404 0.3138746 0.752153 0.313924 0.7505771 0.3143578 0.7507144 0.3138746 0.752153 0.3144646 0.7520539 0.3144004 0.7531368 0.3138746 0.752153 0.3139082 0.7534314 0.3131707 0.7533524 0.3138746 0.752153 0.313205 0.7520642 0.313924 0.7505771 0.3125495 0.751929 0.3125759 0.7503679 0.3132416 0.7504714 0.3125495 0.751929 0.313205 0.7520642 0.3124472 0.7531656 0.3125495 0.751929 0.3124472 0.7531656 0.3119801 0.7527173 0.3125495 0.751929 0.3119868 0.7516348 0.3125759 0.7503679 0.3094788 0.7669522 0.3091964 0.7677755 0.3077342 0.7673935 0.3094788 0.7669522 0.3087959 0.7659878 0.3098751 0.7656775 0.3094788 0.7669522 0.3098751 0.7656775 0.3104647 0.7671982 0.3094788 0.7669522 0.3104647 0.7671982 0.3102955 0.7679874 0.3115003 0.7673568 0.3113905 0.768206 0.3104647 0.7671982 0.3115003 0.7673568 0.3104647 0.7671982 0.3107591 0.7659167 0.3115003 0.7673568 0.3117272 0.766022 0.312635 0.7667207 0.3115003 0.7673568 0.312635 0.7667207 0.3129888 0.7684758 0.3139264 0.7554747 0.3141073 0.7548388 0.3154129 0.7547691 0.3139264 0.7554747 0.3147634 0.7562766 0.3136594 0.7565895 0.3139264 0.7554747 0.3136594 0.7565895 0.3126963 0.7564784 0.3139264 0.7554747 0.3128831 0.7553923 0.3130154 0.7547726 0.3118925 0.7552248 0.3119716 0.7545138 0.3128831 0.7553923 0.3118925 0.7552248 0.3128831 0.7553923 0.3126963 0.7564784 0.3118925 0.7552248 0.3117741 0.7564043 0.3109057 0.7557759 0.3118925 0.7552248 0.3109057 0.7557759 0.310666 0.7540182 0.3134648 0.758623 0.3136594 0.7565895 0.3143064 0.7570661 0.3134648 0.758623 0.3143982 0.7587079 0.3131204 0.7611618 0.3134648 0.758623 0.3131204 0.7611618 0.3120252 0.7610009 0.3134648 0.758623 0.3124384 0.7584766 0.3136594 0.7565895 0.3114226 0.7583964 0.3117741 0.7564043 0.3124384 0.7584766 0.3114226 0.7583964 0.3124384 0.7584766 0.3120252 0.7610009 0.3114226 0.7583964 0.3109294 0.7608638 0.3105301 0.7582362 0.3114226 0.7583964 0.3105301 0.7582362 0.3110724 0.7566885 0.3124042 0.7637925 0.3131204 0.7611618 0.3133099 0.7640358 0.3124042 0.7637925 0.3133099 0.7640358 0.3125407 0.7657092 0.3124042 0.7637925 0.3117272 0.766022 0.3113723 0.7636659 0.3124042 0.7637925 0.3113723 0.7636659 0.3120252 0.7610009 0.3103861 0.7634695 0.3109294 0.7608638 0.3113723 0.7636659 0.3103861 0.7634695 0.3113723 0.7636659 0.3107591 0.7659167 0.3103861 0.7634695 0.3098751 0.7656775 0.3093389 0.7651317 0.3103861 0.7634695 0.3094751 0.7634049 0.3099104 0.760766 0.3110644 0.7689784 0.3113905 0.768206 0.3118424 0.7699604 0.3110644 0.7689784 0.3118424 0.7699604 0.310633 0.770192 0.3110644 0.7689784 0.310633 0.770192 0.3100579 0.7687611 0.3110644 0.7689784 0.3100579 0.7687611 0.3102955 0.7679874 0.3090271 0.7686298 0.3091964 0.7677755 0.3100579 0.7687611 0.3090271 0.7686298 0.3100579 0.7687611 0.3096764 0.7699729 0.3090271 0.7686298 0.3087041 0.7698422 0.3078408 0.7691104 0.3090271 0.7686298 0.3078408 0.7691104 0.3077342 0.7673935 0.3050803 0.7800609 0.3041109 0.7817013 0.3017684 0.7802049 0.3050803 0.7800609 0.3037779 0.7789666 0.3055527 0.7784995 0.3050803 0.7800609 0.3055527 0.7784995 0.3070294 0.7789399 0.3050803 0.7800609 0.3070318 0.7803229 0.3065955 0.7822538 0.3088496 0.7804649 0.3086645 0.7824648 0.3070318 0.7803229 0.3088496 0.7804649 0.3070318 0.7803229 0.3086143 0.7791721 0.3088496 0.7804649 0.3086143 0.7791721 0.3103775 0.7798997 0.3088496 0.7804649 0.3103775 0.7798997 0.3113207 0.7821127 0.3090354 0.7772518 0.3097031 0.7749131 0.3104122 0.7775453 0.3090354 0.7772518 0.3104122 0.7775453 0.3098081 0.778968 0.3090354 0.7772518 0.3086143 0.7791721 0.3075629 0.7769373 0.3090354 0.7772518 0.3075629 0.7769373 0.3083418 0.7745657 0.3062292 0.7763795 0.3070513 0.77402 0.3083418 0.7745657 0.3062292 0.7763795 0.3075629 0.7769373 0.3055527 0.7784995 0.3062292 0.7763795 0.3055527 0.7784995 0.3046858 0.7779116 0.3062292 0.7763795 0.3050165 0.7760269 0.3070513 0.77402 0.3102074 0.7723651 0.310633 0.770192 0.3112816 0.7707659 0.3102074 0.7723651 0.311273 0.7725031 0.3097031 0.7749131 0.3102074 0.7723651 0.3097031 0.7749131 0.3083418 0.7745657 0.3102074 0.7723651 0.3090753 0.772076 0.310633 0.770192 0.3079609 0.7717399 0.3087041 0.7698422 0.3090753 0.772076 0.3079609 0.7717399 0.3090753 0.772076 0.3070513 0.77402 0.3079609 0.7717399 0.3070513 0.77402 0.3070099 0.7713073 0.3079609 0.7717399 0.3070099 0.7713073 0.3078737 0.7699935 0.3069818 0.7865059 0.3086645 0.7824648 0.3086544 0.7875616 0.3069818 0.7865059 0.3086544 0.7875616 0.3070976 0.7907207 0.3069818 0.7865059 0.3053544 0.7910504 0.3047462 0.7858999 0.3069818 0.7865059 0.3047462 0.7858999 0.3065955 0.7822538 0.3109184 0.804519 0.3129687 0.8060076 0.3114039 0.8068875 0.3109184 0.804519 0.3093508 0.8056129 0.3088946 0.8031588 0.3109184 0.804519 0.3088946 0.8031588 0.310094 0.8020498 0.3109184 0.804519 0.3119024 0.802629 0.3129687 0.8060076 0.3053352 0.7945606 0.3053544 0.7910504 0.307482 0.7934641 0.3053352 0.7945606 0.307482 0.7934641 0.3083669 0.7966767 0.3053352 0.7945606 0.3062389 0.797578 0.3041727 0.7980626 0.3053352 0.7945606 0.3032577 0.7949042 0.3053544 0.7910504 0.3073801 0.8006446 0.3062389 0.797578 0.309384 0.7999161 0.3073801 0.8006446 0.309384 0.7999161 0.310094 0.8020498 0.3073801 0.8006446 0.3088946 0.8031588 0.3068078 0.8044463 0.3073801 0.8006446 0.3053961 0.8012914 0.3062389 0.797578 0.3807751 0.7344924 0.3807243 0.7331212 0.3815929 0.7327029 0.3807751 0.7344924 0.3819862 0.7343762 0.3806674 0.7361899 0.3807751 0.7344924 0.3806674 0.7361899 0.3800309 0.7344294 0.3807751 0.7344924 0.3800309 0.7344294 0.380195 0.7331131 0.3792235 0.7342603 0.3796244 0.7330164 0.3800309 0.7344294 0.3792235 0.7342603 0.3800309 0.7344294 0.3797907 0.7360451 0.3792235 0.7342603 0.3788418 0.7358478 0.3779911 0.7337666 0.3792235 0.7342603 0.3779911 0.7337666 0.3788277 0.7324148 0.3785769 0.7620546 0.3786702 0.7592597 0.3826665 0.7608179 0.3785769 0.7620546 0.3826665 0.7608179 0.3788055 0.7652958 0.3785769 0.7620546 0.3788055 0.7652958 0.375027 0.7620311 0.3785769 0.7620546 0.375027 0.7620311 0.37557 0.7593199 0.3713511 0.7616431 0.3724269 0.758848 0.375027 0.7620311 0.3713511 0.7616431 0.375027 0.7620311 0.3744121 0.7651348 0.3713511 0.7616431 0.3698121 0.7645635 0.3674459 0.7594057 0.3713511 0.7616431 0.3674459 0.7594057 0.3724269 0.758848 0.3799734 0.7697412 0.3788055 0.7652958 0.3835508 0.7638957 0.3799734 0.7697412 0.3859215 0.7676685 0.3806527 0.7747027 0.3799734 0.7697412 0.3806527 0.7747027 0.373603 0.7695016 0.3799734 0.7697412 0.373603 0.7695016 0.3788055 0.7652958 0.3669815 0.7680643 0.3698121 0.7645635 0.373603 0.7695016 0.3669815 0.7680643 0.373603 0.7695016 0.3726123 0.7744352 0.3669815 0.7680643 0.3643088 0.7721829 0.3612997 0.7641881 0.3669815 0.7680643 0.3612997 0.7641881 0.3652092 0.7619023 0.3717896 0.804286 0.3731064 0.7992507 0.3793392 0.8050999 0.3717896 0.804286 0.3793392 0.8050999 0.3786861 0.8099382 0.3717896 0.804286 0.370777 0.8088273 0.3644446 0.8040369 0.3717896 0.804286 0.3644446 0.8040369 0.3659407 0.7989649 0.3579558 0.8021168 0.3593896 0.7969107 0.3659407 0.7989649 0.3579558 0.8021168 0.3644446 0.8040369 0.3569428 0.8069666 0.3579558 0.8021168 0.3569428 0.8069666 0.3511931 0.8058856 0.3579558 0.8021168 0.352173 0.800632 0.3535512 0.7951068 0.2888937 0.7413583 0.2891864 0.7394947 0.291195 0.7410154 0.2888937 0.7413583 0.2903189 0.7425362 0.288702 0.7431514 0.2888937 0.7413583 0.288702 0.7431514 0.2876555 0.7431048 0.2888937 0.7413583 0.2872983 0.7412295 0.2891864 0.7394947 0.2857916 0.7414703 0.2847604 0.7396482 0.2868929 0.7392652 0.2857916 0.7414703 0.2872983 0.7412295 0.2866416 0.7432347 0.2857916 0.7414703 0.2866416 0.7432347 0.2847431 0.7428505 0.2857916 0.7414703 0.2847431 0.7428505 0.2847604 0.7396482 0.3750154 0.7922214 0.3772181 0.7850258 0.3815964 0.7928208 0.3750154 0.7922214 0.3815964 0.7928208 0.380133 0.7997989 0.3750154 0.7922214 0.3731064 0.7992507 0.3679471 0.7919562 0.3750154 0.7922214 0.3679471 0.7919562 0.3699542 0.7847885 0.361113 0.7899286 0.3625797 0.7827506 0.3679471 0.7919562 0.361113 0.7899286 0.3679471 0.7919562 0.3659407 0.7989649 0.361113 0.7899286 0.3593896 0.7969107 0.3549298 0.7881228 0.361113 0.7899286 0.3549298 0.7881228 0.3558244 0.7810416 0.3794158 0.7794919 0.3806527 0.7747027 0.3861553 0.7803092 0.3794158 0.7794919 0.3861553 0.7803092 0.3836351 0.7857846 0.3794158 0.7794919 0.3772181 0.7850258 0.3714526 0.7792395 0.3794158 0.7794919 0.3714526 0.7792395 0.3726123 0.7744352 0.3632432 0.7769567 0.3643088 0.7721829 0.3714526 0.7792395 0.3632432 0.7769567 0.3714526 0.7792395 0.3625797 0.7827506 0.3632432 0.7769567 0.3625797 0.7827506 0.3558244 0.7810416 0.3632432 0.7769567 0.3557505 0.7752252 0.3643088 0.7721829 0.2876053 0.7494912 0.2875317 0.7501439 0.2862428 0.7501745 0.2876053 0.7494912 0.2868838 0.7489331 0.2876963 0.7487175 0.2876053 0.7494912 0.2876963 0.7487175 0.2883955 0.7487165 0.2876053 0.7494912 0.2885003 0.7494326 0.2875317 0.7501439 0.2893801 0.749265 0.2896214 0.7498021 0.2885928 0.7500119 0.2893801 0.749265 0.2885003 0.7494326 0.2891024 0.7486136 0.2893801 0.749265 0.2891024 0.7486136 0.2899417 0.7485737 0.2893801 0.749265 0.2899417 0.7485737 0.2908247 0.7494444 0.2887122 0.744803 0.288702 0.7431514 0.2896523 0.7440023 0.2887122 0.744803 0.2894051 0.7453592 0.2888235 0.7462906 0.2887122 0.744803 0.2888235 0.7462906 0.2881101 0.7463182 0.2887122 0.744803 0.2879161 0.7448021 0.288702 0.7431514 0.2871294 0.7448833 0.2866416 0.7432347 0.2876555 0.7431048 0.2871294 0.7448833 0.2879161 0.7448021 0.2874029 0.7463743 0.2871294 0.7448833 0.2874029 0.7463743 0.2865872 0.7455363 0.2871294 0.7448833 0.2865872 0.7455363 0.2859343 0.7442273 0.2889352 0.7475914 0.2888235 0.7462906 0.2895084 0.7473887 0.2889352 0.7475914 0.2895084 0.7473887 0.2895569 0.7482782 0.2889352 0.7475914 0.2891024 0.7486136 0.2882677 0.7476508 0.2889352 0.7475914 0.2882677 0.7476508 0.2888235 0.7462906 0.2876104 0.7476654 0.2874029 0.7463743 0.2881101 0.7463182 0.2876104 0.7476654 0.2882677 0.7476508 0.2876963 0.7487175 0.2876104 0.7476654 0.2876963 0.7487175 0.2871813 0.7484919 0.2876104 0.7476654 0.2870129 0.7475578 0.2874029 0.7463743 0.2897899 0.7623049 0.2898861 0.7632379 0.2884669 0.7634517 0.2897899 0.7623049 0.2887331 0.7614321 0.289587 0.760846 0.2897899 0.7623049 0.289587 0.760846 0.2905362 0.7608968 0.2897899 0.7623049 0.2908125 0.7623102 0.2898861 0.7632379 0.2918136 0.762179 0.292079 0.7630464 0.2909899 0.7631692 0.2918136 0.762179 0.2908125 0.7623102 0.2914681 0.7607821 0.2918136 0.762179 0.2914681 0.7607821 0.2925274 0.7611511 0.2918136 0.762179 0.2925274 0.7611511 0.2935388 0.7629568 0.2896792 0.7504812 0.2896214 0.7498021 0.2908247 0.7494444 0.2896792 0.7504812 0.2906581 0.7509171 0.289788 0.7515534 0.2896792 0.7504812 0.289788 0.7515534 0.2888526 0.7516924 0.2896792 0.7504812 0.2886832 0.7506677 0.2885928 0.7500119 0.2876703 0.7508333 0.2875317 0.7501439 0.2885928 0.7500119 0.2876703 0.7508333 0.2886832 0.7506677 0.2888526 0.7516924 0.2876703 0.7508333 0.2879197 0.7518511 0.2868859 0.7515373 0.2876703 0.7508333 0.2868859 0.7515373 0.2862428 0.7501745 0.2901821 0.7532696 0.289788 0.7515534 0.2904964 0.751747 0.2901821 0.7532696 0.291041 0.7530526 0.2906798 0.7555495 0.2901821 0.7532696 0.2906798 0.7555495 0.2896165 0.7556461 0.2901821 0.7532696 0.2891817 0.7533787 0.289788 0.7515534 0.2881788 0.7534893 0.2879197 0.7518511 0.2888526 0.7516924 0.2881788 0.7534893 0.2891817 0.7533787 0.2885383 0.7556889 0.2881788 0.7534893 0.2885383 0.7556889 0.2875614 0.7557546 0.2881788 0.7534893 0.2872759 0.7535074 0.2873224 0.7522135 0.2910993 0.758313 0.2906798 0.7555495 0.2916284 0.7554123 0.2910993 0.758313 0.2919903 0.75827 0.292038 0.7602062 0.2910993 0.758313 0.2914681 0.7607821 0.2905362 0.7608968 0.2910993 0.758313 0.2901028 0.7584137 0.2906798 0.7555495 0.2890887 0.7583909 0.2885383 0.7556889 0.2896165 0.7556461 0.2890887 0.7583909 0.2901028 0.7584137 0.289587 0.760846 0.2890887 0.7583909 0.289587 0.760846 0.2888469 0.7603802 0.2890887 0.7583909 0.2882124 0.758491 0.2885383 0.7556889 0.2922077 0.7639273 0.292079 0.7630464 0.2935388 0.7629568 0.2922077 0.7639273 0.2935289 0.7650212 0.2925559 0.7655922 0.2922077 0.7639273 0.2925559 0.7655922 0.291423 0.765586 0.2922077 0.7639273 0.2911267 0.7639893 0.292079 0.7630464 0.2900638 0.7641155 0.2898861 0.7632379 0.2909899 0.7631692 0.2900638 0.7641155 0.2911267 0.7639893 0.2903467 0.765709 0.2900638 0.7641155 0.2903467 0.765709 0.2892458 0.7653309 0.2900638 0.7641155 0.2892458 0.7653309 0.2884669 0.7634517 0.2925426 0.781174 0.2934994 0.7832002 0.2894381 0.7828235 0.2925426 0.781174 0.2902793 0.7802522 0.2924049 0.7794665 0.2925426 0.781174 0.2924049 0.7794665 0.2947941 0.7794268 0.2925426 0.781174 0.2953525 0.7810143 0.2934994 0.7832002 0.2980411 0.7808366 0.2994248 0.7820231 0.2965142 0.7827579 0.2980411 0.7808366 0.2953525 0.7810143 0.2971123 0.7793567 0.2980411 0.7808366 0.2971123 0.7793567 0.2983072 0.7786987 0.2980411 0.7808366 0.2995944 0.7797188 0.2994248 0.7820231 0.2959582 0.7764416 0.2947053 0.7727178 0.2962301 0.772715 0.2959582 0.7764416 0.2977339 0.7765007 0.2983072 0.7786987 0.2959582 0.7764416 0.2971123 0.7793567 0.2947941 0.7794268 0.2959582 0.7764416 0.2939304 0.7764424 0.2947053 0.7727178 0.2919091 0.7763839 0.291284 0.7726002 0.2929594 0.772684 0.2919091 0.7763839 0.2939304 0.7764424 0.2924049 0.7794665 0.2919091 0.7763839 0.2924049 0.7794665 0.2908862 0.7789213 0.2919091 0.7763839 0.2902304 0.7765402 0.291284 0.7726002 0.2934798 0.7688119 0.2925559 0.7655922 0.2935526 0.7662529 0.2934798 0.7688119 0.2946587 0.7687311 0.2947053 0.7727178 0.2934798 0.7688119 0.2947053 0.7727178 0.2929594 0.772684 0.2934798 0.7688119 0.2920787 0.7687748 0.2925559 0.7655922 0.2907583 0.7687896 0.2903467 0.765709 0.291423 0.765586 0.2907583 0.7687896 0.2920787 0.7687748 0.291284 0.7726002 0.2907583 0.7687896 0.291284 0.7726002 0.2898747 0.7726418 0.2907583 0.7687896 0.2896535 0.7687776 0.2896958 0.7664117 0.3036844 0.8066007 0.3032456 0.8083679 0.3016866 0.8059012 0.3036844 0.8066007 0.3016866 0.8059012 0.3040196 0.8046328 0.3036844 0.8066007 0.3040196 0.8046328 0.30582 0.8063877 0.3036844 0.8066007 0.30582 0.8063877 0.3051859 0.8080047 0.3011788 0.7953572 0.2996097 0.7917909 0.3032577 0.7949042 0.3011788 0.7953572 0.3032577 0.7949042 0.3020866 0.7984943 0.3011788 0.7953572 0.3020866 0.7984943 0.3000805 0.7986755 0.3011788 0.7953572 0.2988681 0.7950788 0.2996097 0.7917909 0.3032603 0.8017584 0.3020866 0.7984943 0.3041727 0.7980626 0.3032603 0.8017584 0.3053961 0.8012914 0.3040196 0.8046328 0.3032603 0.8017584 0.3040196 0.8046328 0.3023598 0.804423 0.3032603 0.8017584 0.3013388 0.8022329 0.3020866 0.7984943 0.4121649 0.8179594 0.4170269 0.8161378 0.4186929 0.8217561 0.4121649 0.8179594 0.4135995 0.8218796 0.4099949 0.8225202 0.4121649 0.8179594 0.4078162 0.8192098 0.4105836 0.8137562 0.4121649 0.8179594 0.4105836 0.8137562 0.4170269 0.8161378 0.4170411 0.7977049 0.4203854 0.7968558 0.4203621 0.7999003 0.4170411 0.7977049 0.4182722 0.8017183 0.4129057 0.7992002 0.4170411 0.7977049 0.4129057 0.7992002 0.4120951 0.792519 0.4170411 0.7977049 0.4181749 0.7934198 0.4203854 0.7968558 0.291944 0.8104054 0.2904499 0.8130611 0.2898559 0.8091849 0.291944 0.8104054 0.2898559 0.8091849 0.2912835 0.8075818 0.291944 0.8104054 0.2928182 0.8078176 0.2942346 0.8106024 0.291944 0.8104054 0.2942346 0.8106024 0.2935724 0.8142637 0.2905184 0.8003438 0.2892808 0.7980865 0.2911363 0.7999399 0.2905184 0.8003438 0.2911363 0.7999399 0.2922286 0.8026651 0.2905184 0.8003438 0.2914763 0.8029181 0.2903168 0.8031584 0.2905184 0.8003438 0.2895172 0.8006426 0.2887825 0.7989962 0.287871 0.8007677 0.2874265 0.7984378 0.2887825 0.7989962 0.287871 0.8007677 0.2895172 0.8006426 0.2884761 0.8035119 0.287871 0.8007677 0.2884761 0.8035119 0.2855361 0.803089 0.287871 0.8007677 0.2853212 0.8003574 0.2874265 0.7984378 0.2924526 0.8053656 0.2914763 0.8029181 0.2922286 0.8026651 0.2924526 0.8053656 0.293409 0.8053076 0.2928182 0.8078176 0.2924526 0.8053656 0.2928182 0.8078176 0.2912835 0.8075818 0.2924526 0.8053656 0.2910426 0.8056496 0.2914763 0.8029181 0.2889189 0.8066022 0.2884761 0.8035119 0.2910426 0.8056496 0.2889189 0.8066022 0.2910426 0.8056496 0.2912835 0.8075818 0.2889189 0.8066022 0.2898559 0.8091849 0.2855538 0.8065844 0.2889189 0.8066022 0.2855538 0.8065844 0.2884761 0.8035119 0.4044817 0.8200344 0.4078162 0.8192098 0.406586 0.8233538 0.4044817 0.8200344 0.406586 0.8233538 0.4030832 0.824258 0.4044817 0.8200344 0.4013192 0.8196284 0.4021322 0.8162453 0.4044817 0.8200344 0.4021322 0.8162453 0.4055991 0.8154347 0.3974872 0.8171873 0.3990215 0.822254 0.3943927 0.8206261 0.3974872 0.8171873 0.3926423 0.8133397 0.3971628 0.8130475 0.3974872 0.8171873 0.3971628 0.8130475 0.400094 0.816319 0.3974872 0.8171873 0.4013192 0.8196284 0.3990215 0.822254 0.3996421 0.8115919 0.3971628 0.8130475 0.3977635 0.8064931 0.3996421 0.8115919 0.3977635 0.8064931 0.4031029 0.8065208 0.3996421 0.8115919 0.404049 0.8111221 0.4021322 0.8162453 0.3996421 0.8115919 0.4021322 0.8162453 0.400094 0.816319 0.3201411 0.7430972 0.3192081 0.7428275 0.3208652 0.7418645 0.3201411 0.7430972 0.3208652 0.7418645 0.3212791 0.7426319 0.3201411 0.7430972 0.3210742 0.743367 0.3202558 0.7444239 0.3201411 0.7430972 0.3202558 0.7444239 0.3180278 0.7441964 0.415421 0.7688472 0.4142395 0.7677261 0.4176101 0.7663886 0.415421 0.7688472 0.4176101 0.7663886 0.4188809 0.7675303 0.415421 0.7688472 0.4165213 0.7702119 0.4146816 0.7719497 0.415421 0.7688472 0.4134553 0.7713268 0.4121076 0.7701317 0.417354 0.7720484 0.420403 0.7687057 0.4188812 0.7737273 0.417354 0.7720484 0.4188812 0.7737273 0.4142648 0.7740135 0.417354 0.7720484 0.4142648 0.7740135 0.4146816 0.7719497 0.417354 0.7720484 0.4165213 0.7702119 0.420403 0.7687057 0.412056 0.7737675 0.4142648 0.7740135 0.4144602 0.7773279 0.412056 0.7737675 0.4109163 0.7765216 0.4085032 0.7746229 0.412056 0.7737675 0.4102681 0.7723203 0.4134553 0.7713268 0.412056 0.7737675 0.4134553 0.7713268 0.4142648 0.7740135 0.413163 0.7666201 0.4154834 0.7642603 0.4165058 0.7652941 0.413163 0.7666201 0.4142395 0.7677261 0.4108344 0.7688716 0.413163 0.7666201 0.4108344 0.7688716 0.4100465 0.767725 0.413163 0.7666201 0.4117631 0.765691 0.4143594 0.7631375 0.4084415 0.7706817 0.4102681 0.7723203 0.4085032 0.7746229 0.4084415 0.7706817 0.4060178 0.772432 0.407811 0.7684193 0.4084415 0.7706817 0.407811 0.7684193 0.4108344 0.7688716 0.4084415 0.7706817 0.4108344 0.7688716 0.4121076 0.7701317 0.4096113 0.7651002 0.407811 0.7684193 0.4076335 0.7636241 0.4096113 0.7651002 0.4076335 0.7636241 0.4115632 0.7599071 0.4096113 0.7651002 0.4129499 0.7617759 0.4117631 0.765691 0.4096113 0.7651002 0.4117631 0.765691 0.4100465 0.767725 0.4196796 0.7640109 0.4176101 0.7663886 0.4165058 0.7652941 0.4196796 0.7640109 0.4187484 0.7630268 0.4216105 0.7618172 0.4196796 0.7640109 0.4216105 0.7618172 0.4220432 0.7626089 0.4196796 0.7640109 0.4208568 0.7647254 0.4188809 0.7675303 0.4233839 0.7599107 0.422669 0.7591713 0.4242279 0.7576696 0.4233839 0.7599107 0.4249184 0.758313 0.4257137 0.7600412 0.4233839 0.7599107 0.4235184 0.7615125 0.4216105 0.7618172 0.4233839 0.7599107 0.4216105 0.7618172 0.4208439 0.7609705 0.4224913 0.7648189 0.4235184 0.7615125 0.4244595 0.7651349 0.4224913 0.7648189 0.4244595 0.7651349 0.4223219 0.7698174 0.4224913 0.7648189 0.420403 0.7687057 0.4208568 0.7647254 0.4224913 0.7648189 0.4208568 0.7647254 0.4220432 0.7626089 0.4178519 0.7621249 0.4187484 0.7630268 0.4165058 0.7652941 0.4178519 0.7621249 0.4154834 0.7642603 0.4143594 0.7631375 0.4178519 0.7621249 0.4171829 0.7610376 0.4192954 0.75981 0.4178519 0.7621249 0.4200739 0.760195 0.4187484 0.7630268 0.4169342 0.7594975 0.4129499 0.7617759 0.416415 0.7575592 0.4169342 0.7594975 0.416415 0.7575592 0.4203429 0.7583584 0.4169342 0.7594975 0.4203429 0.7583584 0.4192954 0.75981 0.4169342 0.7594975 0.4171829 0.7610376 0.4129499 0.7617759 0.421955 0.7584518 0.4203429 0.7583584 0.421735 0.7561888 0.421955 0.7584518 0.4235584 0.7569814 0.422669 0.7591713 0.421955 0.7584518 0.422669 0.7591713 0.4208439 0.7609705 0.421955 0.7584518 0.4200739 0.760195 0.4203429 0.7583584 0.3348473 0.7577089 0.333853 0.7583536 0.333284 0.7559109 0.3348473 0.7577089 0.333284 0.7559109 0.3346167 0.7551053 0.3348473 0.7577089 0.3362942 0.7571365 0.3364652 0.7593389 0.3348473 0.7577089 0.3364652 0.7593389 0.3352929 0.7601525 0.3385943 0.7566531 0.336554 0.7537765 0.338525 0.7518005 0.3385943 0.7566531 0.341 0.7551749 0.3425126 0.75958 0.3385943 0.7566531 0.3392788 0.759259 0.3373649 0.7586247 0.3385943 0.7566531 0.3362942 0.7571365 0.336554 0.7537765 0.3384273 0.7609531 0.3392788 0.759259 0.3405696 0.76283 0.3384273 0.7609531 0.3405696 0.76283 0.3381514 0.7644827 0.3384273 0.7609531 0.3366864 0.762159 0.3364652 0.7593389 0.3384273 0.7609531 0.3364652 0.7593389 0.3373649 0.7586247 0.3329107 0.7590538 0.3314177 0.7571659 0.3323022 0.7564969 0.3329107 0.7590538 0.333853 0.7583536 0.3340733 0.7609726 0.3329107 0.7590538 0.3340733 0.7609726 0.3318122 0.7601032 0.3329107 0.7590538 0.3318122 0.7601032 0.3302469 0.7579584 0.3347033 0.7633005 0.3366864 0.762159 0.3381514 0.7644827 0.3347033 0.7633005 0.3352317 0.7659617 0.3325628 0.7634789 0.3347033 0.7633005 0.3325628 0.7634789 0.33287 0.7615633 0.3347033 0.7633005 0.3340733 0.7609726 0.3366864 0.762159 0.3303496 0.7617954 0.3325628 0.7634789 0.3279011 0.763456 0.3303496 0.7617954 0.3279011 0.763456 0.3284056 0.7589153 0.3303496 0.7617954 0.3284056 0.7589153 0.3318122 0.7601032 0.3303496 0.7617954 0.3318122 0.7601032 0.33287 0.7615633 0.3314854 0.7537926 0.333284 0.7559109 0.3323022 0.7564969 0.3314854 0.7537926 0.3305757 0.7543165 0.3297743 0.7516666 0.3314854 0.7537926 0.3297743 0.7516666 0.3307139 0.7513846 0.3314854 0.7537926 0.3324361 0.7529224 0.333284 0.7559109 0.3284735 0.7498461 0.3275071 0.7506547 0.3263279 0.7492547 0.3284735 0.7498461 0.3273342 0.7482581 0.3294988 0.7472205 0.3284735 0.7498461 0.3302199 0.7497534 0.3297743 0.7516666 0.3284735 0.7498461 0.3297743 0.7516666 0.3275071 0.7506547 0.333338 0.7512701 0.3302199 0.7497534 0.3344451 0.7491478 0.333338 0.7512701 0.3344451 0.7491478 0.336554 0.7537765 0.333338 0.7512701 0.336554 0.7537765 0.3324361 0.7529224 0.333338 0.7512701 0.3324361 0.7529224 0.3307139 0.7513846 0.3297966 0.7549303 0.3305757 0.7543165 0.3323022 0.7564969 0.3297966 0.7549303 0.3314177 0.7571659 0.3302469 0.7579584 0.3297966 0.7549303 0.3287588 0.7554032 0.3277866 0.7535107 0.3297966 0.7549303 0.3281871 0.7528145 0.3305757 0.7543165 0.327073 0.7555044 0.3284056 0.7589153 0.3258723 0.759905 0.327073 0.7555044 0.3247946 0.7557896 0.3264736 0.7526114 0.327073 0.7555044 0.3264736 0.7526114 0.3277866 0.7535107 0.327073 0.7555044 0.3287588 0.7554032 0.3284056 0.7589153 0.3267294 0.7512857 0.3264736 0.7526114 0.3244479 0.7513496 0.3267294 0.7512857 0.3255063 0.7499079 0.3263279 0.7492547 0.3267294 0.7512857 0.3275071 0.7506547 0.3281871 0.7528145 0.3267294 0.7512857 0.3281871 0.7528145 0.3264736 0.7526114 0.3788488 0.7489664 0.3775186 0.7486931 0.3794299 0.7453996 0.3788488 0.7489664 0.3794299 0.7453996 0.3808318 0.7457984 0.3788488 0.7489664 0.3802923 0.7495954 0.379714 0.7524757 0.3788488 0.7489664 0.378388 0.7527253 0.3768118 0.7525572 0.381933 0.7509037 0.3825499 0.7461662 0.3841717 0.7515262 0.381933 0.7509037 0.3841717 0.7515262 0.3804885 0.7547556 0.381933 0.7509037 0.3804885 0.7547556 0.379714 0.7524757 0.381933 0.7509037 0.3802923 0.7495954 0.3825499 0.7461662 0.3784679 0.7561531 0.3804885 0.7547556 0.3824018 0.7574305 0.3784679 0.7561531 0.3786702 0.7592597 0.3761636 0.7561307 0.3784679 0.7561531 0.3761636 0.7561307 0.378388 0.7527253 0.3784679 0.7561531 0.378388 0.7527253 0.3804885 0.7547556 0.376218 0.7484518 0.3769646 0.7448753 0.3775186 0.7486931 0.376218 0.7484518 0.3775186 0.7486931 0.3768118 0.7525572 0.376218 0.7484518 0.3752675 0.7522602 0.3740521 0.7516903 0.376218 0.7484518 0.3746156 0.7485946 0.3755012 0.7447194 0.3738681 0.7557229 0.3761636 0.7561307 0.37557 0.7593199 0.3738681 0.7557229 0.3724269 0.758848 0.36921 0.7561762 0.3738681 0.7557229 0.3723505 0.7538604 0.3752675 0.7522602 0.3738681 0.7557229 0.3752675 0.7522602 0.3761636 0.7561307 0.3723797 0.7494736 0.3723505 0.7538604 0.369773 0.7494131 0.3723797 0.7494736 0.369773 0.7494131 0.3713303 0.7437139 0.3723797 0.7494736 0.3735538 0.7444714 0.3746156 0.7485946 0.3723797 0.7494736 0.3746156 0.7485946 0.3740521 0.7516903 0.3797111 0.7425474 0.3794299 0.7453996 0.3781917 0.7450613 0.3797111 0.7425474 0.3787385 0.7421846 0.3799279 0.7401819 0.3797111 0.7425474 0.3799279 0.7401819 0.3805915 0.7406385 0.3797111 0.7425474 0.3807879 0.7426916 0.3794299 0.7453996 0.3803158 0.7380746 0.3795153 0.7378244 0.3806674 0.7361899 0.3803158 0.7380746 0.3806674 0.7361899 0.382216 0.7370545 0.3803158 0.7380746 0.3811435 0.7392466 0.3799279 0.7401819 0.3803158 0.7380746 0.3799279 0.7401819 0.3791747 0.7398449 0.3820874 0.7421121 0.3811435 0.7392466 0.3838904 0.7414091 0.3820874 0.7421121 0.3838904 0.7414091 0.3846796 0.7461454 0.3820874 0.7421121 0.3825499 0.7461662 0.3807879 0.7426916 0.3820874 0.7421121 0.3807879 0.7426916 0.3805915 0.7406385 0.377752 0.7421081 0.3787385 0.7421846 0.3781917 0.7450613 0.377752 0.7421081 0.3769646 0.7448753 0.3766849 0.7418051 0.377752 0.7421081 0.3766849 0.7418051 0.3775589 0.7399818 0.377752 0.7421081 0.378381 0.739831 0.3787385 0.7421846 0.3754706 0.7407622 0.3735538 0.7444714 0.3738154 0.7394525 0.3754706 0.7407622 0.3738154 0.7394525 0.3774103 0.7384715 0.3754706 0.7407622 0.3774103 0.7384715 0.3775589 0.7399818 0.3754706 0.7407622 0.3766849 0.7418051 0.3735538 0.7444714 0.3786526 0.7377244 0.3774103 0.7384715 0.3769334 0.7360625 0.3786526 0.7377244 0.3788418 0.7358478 0.3797907 0.7360451 0.3786526 0.7377244 0.3795153 0.7378244 0.3791747 0.7398449 0.3786526 0.7377244 0.378381 0.739831 0.3774103 0.7384715 0.1575226 0.9103987 0.156122 0.9265381 0.1534441 0.9145155 0.1575226 0.9103987 0.1534441 0.9145155 0.155029 0.8980352 0.1575226 0.9103987 0.1590148 0.8956149 0.1615163 0.9077311 0.1575226 0.9103987 0.1615163 0.9077311 0.1611176 0.927718 0.1545653 0.9405339 0.156122 0.9265381 0.1611176 0.927718 0.1545653 0.9405339 0.1595476 0.9433021 0.1529932 0.9508172 0.1545653 0.9405339 0.1529932 0.9508172 0.1457951 0.9495343 0.1545653 0.9405339 0.1503321 0.9352075 0.156122 0.9265381 0.1593687 0.8696932 0.1576005 0.8674753 0.1605474 0.8650938 0.1593687 0.8696932 0.1605474 0.8650938 0.1624648 0.8672111 0.1593687 0.8696932 0.161067 0.8716107 0.1582643 0.8749458 0.1593687 0.8696932 0.1582643 0.8749458 0.1556919 0.8735786 0.1459191 0.9671105 0.1464862 0.9670394 0.1457418 0.9691932 0.1459191 0.9671105 0.1448255 0.9691916 0.1445068 0.9682537 0.1459191 0.9671105 0.1457353 0.9665302 0.1470358 0.9650004 0.1459191 0.9671105 0.1470358 0.9650004 0.1464862 0.9670394 0.1488723 0.9609063 0.1480429 0.9612004 0.1478316 0.9605707 0.1488723 0.9609063 0.1492909 0.9602517 0.1493467 0.961512 0.1488723 0.9609063 0.1493467 0.961512 0.1484603 0.9614084 0.1488723 0.9609063 0.1484603 0.9614084 0.1481763 0.9616935 0.1628834 0.9500334 0.165854 0.9392778 0.1701347 0.94688 0.1628834 0.9500334 0.165538 0.9572542 0.1600292 0.9603008 0.1628834 0.9500334 0.1600292 0.9603008 0.1583065 0.9551279 0.1628834 0.9500334 0.1595476 0.9433021 0.165854 0.9392778 0.1697328 0.9296017 0.1734765 0.9197212 0.1794219 0.9235464 0.1697328 0.9296017 0.1750906 0.9354339 0.165854 0.9392778 0.1697328 0.9296017 0.165854 0.9392778 0.1611176 0.927718 0.1697328 0.9296017 0.1656422 0.9201397 0.1734765 0.9197212 0.1760422 0.9083524 0.1734765 0.9197212 0.1695016 0.9153644 0.1760422 0.9083524 0.1700693 0.9056454 0.177883 0.8981731 0.1760422 0.9083524 0.177883 0.8981731 0.1838862 0.9015988 0.1760422 0.9083524 0.1821444 0.9118475 0.1734765 0.9197212 0.1794525 0.891861 0.1811861 0.8870117 0.1863738 0.8880867 0.1794525 0.891861 0.1852756 0.8940615 0.177883 0.8981731 0.1794525 0.891861 0.177883 0.8981731 0.171912 0.892659 0.1794525 0.891861 0.1749498 0.8884925 0.1811861 0.8870117 0.1705242 0.8717164 0.1703663 0.8709387 0.1707906 0.8716592 0.1705242 0.8717164 0.1707906 0.8716592 0.170509 0.8725371 0.1705242 0.8717164 0.170509 0.8725371 0.1701971 0.8721237 0.1705242 0.8717164 0.1702785 0.8717229 0.1702381 0.8713759 0.1702262 0.8733543 0.170509 0.8725371 0.1708146 0.8728671 0.1702262 0.8733543 0.1704074 0.8737832 0.1696687 0.8740256 0.1702262 0.8733543 0.1696687 0.8740256 0.1696602 0.8736984 0.1702262 0.8733543 0.1700407 0.8729085 0.170509 0.8725371 0.1688296 0.8744082 0.1696687 0.8740256 0.1696817 0.87443 0.1688296 0.8744082 0.1687498 0.8748301 0.1678856 0.8742602 0.1688296 0.8744082 0.1678856 0.8742602 0.1689058 0.8741143 0.1688296 0.8744082 0.1689058 0.8741143 0.1696687 0.8740256 0.1693717 0.8692614 0.1688021 0.8691402 0.1690934 0.8679531 0.1693717 0.8692614 0.1697263 0.8683932 0.1700153 0.8691192 0.1693717 0.8692614 0.1698022 0.8696817 0.169192 0.8699381 0.1693717 0.8692614 0.169192 0.8699381 0.1688021 0.8691402 0.1701297 0.8702507 0.1698022 0.8696817 0.1702874 0.8697388 0.1701297 0.8702507 0.1702874 0.8697388 0.1705451 0.8705021 0.1701297 0.8702507 0.1703663 0.8709387 0.170029 0.8707525 0.1701297 0.8702507 0.170029 0.8707525 0.1698022 0.8696817 0.1670137 0.8733394 0.1678856 0.8742602 0.1668111 0.873924 0.1670137 0.8733394 0.1668111 0.873924 0.166037 0.8724411 0.1670137 0.8733394 0.1665176 0.8721078 0.1669024 0.8721118 0.1670137 0.8733394 0.1672863 0.8731908 0.1678856 0.8742602 0.1667011 0.8710274 0.1673018 0.8701354 0.1676123 0.8704808 0.1667011 0.8710274 0.1671075 0.8711794 0.1665176 0.8721078 0.1667011 0.8710274 0.1665176 0.8721078 0.1663247 0.8708865 0.1667011 0.8710274 0.1663247 0.8708865 0.1673018 0.8701354 0.1680572 0.8694689 0.1688021 0.8691402 0.1686542 0.8699531 0.1680572 0.8694689 0.1681277 0.870103 0.1673018 0.8701354 0.1680572 0.8694689 0.1673018 0.8701354 0.1669889 0.8698411 0.1680572 0.8694689 0.1679031 0.8689345 0.1688021 0.8691402 0.1350507 0.9901745 0.145291 0.9877251 0.1350489 0.992218 0.1735092 0.9667076 0.1791093 0.9562692 0.1814733 0.9586147 0.1735092 0.9667076 0.1754618 0.9691798 0.1682378 0.9746386 0.1735092 0.9667076 0.1682378 0.9746386 0.1663447 0.9722867 0.1735092 0.9667076 0.1712747 0.9641673 0.1791093 0.9562692 0.1684764 0.9614909 0.173635 0.9512178 0.1765587 0.9538336 0.1684764 0.9614909 0.1712747 0.9641673 0.1637144 0.9696914 0.1684764 0.9614909 0.1637144 0.9696914 0.1612937 0.9659853 0.1684764 0.9614909 0.165538 0.9572542 0.173635 0.9512178 0.1847128 0.9427453 0.1899423 0.9283127 0.1922991 0.9288343 0.1847128 0.9427453 0.1870611 0.9443272 0.1791093 0.9562692 0.1847128 0.9427453 0.1791093 0.9562692 0.1765587 0.9538336 0.1847128 0.9427453 0.1821284 0.9409911 0.1899423 0.9283127 0.1790717 0.9388922 0.1838763 0.9260093 0.1872473 0.927476 0.1790717 0.9388922 0.1821284 0.9409911 0.173635 0.9512178 0.1790717 0.9388922 0.173635 0.9512178 0.1701347 0.94688 0.1790717 0.9388922 0.1750906 0.9354339 0.1838763 0.9260093 0.1871385 0.9140648 0.1838763 0.9260093 0.1794219 0.9235464 0.1871385 0.9140648 0.1821444 0.9118475 0.1893205 0.9036289 0.1871385 0.9140648 0.1893205 0.9036289 0.1911789 0.9151248 0.1871385 0.9140648 0.1911789 0.9151248 0.1838763 0.9260093 0.1908845 0.8952715 0.1918357 0.8884187 0.195912 0.8957505 0.1908845 0.8952715 0.195912 0.8957505 0.1940311 0.9043965 0.1908845 0.8952715 0.1893205 0.9036289 0.1838862 0.9015988 0.1908845 0.8952715 0.1852756 0.8940615 0.1863738 0.8880867 0.2012345 0.881255 0.2010836 0.8733574 0.2047465 0.8807097 0.2012345 0.881255 0.2047465 0.8807097 0.2046376 0.8890243 0.2012345 0.881255 0.201036 0.8887019 0.1972147 0.8818381 0.2012345 0.881255 0.1972147 0.8818381 0.1973301 0.8746395 0.192179 0.8824963 0.1920255 0.8775227 0.1972147 0.8818381 0.192179 0.8824963 0.1972147 0.8818381 0.1969352 0.8884698 0.192179 0.8824963 0.1918357 0.8884187 0.1872425 0.8825253 0.192179 0.8824963 0.1872425 0.8825253 0.1885777 0.8786237 0.212431 0.8549652 0.2087956 0.8488251 0.2151761 0.8542675 0.212431 0.8549652 0.2151761 0.8542675 0.2174153 0.8634478 0.212431 0.8549652 0.2174153 0.8634478 0.2148846 0.8643411 0.212431 0.8549652 0.2101312 0.8562504 0.2080328 0.8515147 0.2244509 0.8727224 0.2330139 0.8828008 0.231129 0.8833881 0.2244509 0.8727224 0.2220998 0.8733409 0.2174153 0.8634478 0.2244509 0.8727224 0.2174153 0.8634478 0.2201978 0.8628901 0.2244509 0.8727224 0.2269325 0.8723054 0.2330139 0.8828008 0.2425805 0.8936949 0.2517001 0.9033453 0.2413247 0.8946214 0.2425805 0.8936949 0.2413247 0.8946214 0.2330139 0.8828008 0.2425805 0.8936949 0.2330139 0.8828008 0.2348736 0.8822363 0.2425805 0.8936949 0.2435147 0.8924054 0.2524875 0.9017966 0.1710982 0.8715009 0.170825 0.8700667 0.1714782 0.8713303 0.1710982 0.8715009 0.1714782 0.8713303 0.1714379 0.8731015 0.1710982 0.8715009 0.1711073 0.8730309 0.1708146 0.8728671 0.1710982 0.8715009 0.1707906 0.8716592 0.1705451 0.8705021 0.1705803 0.8741785 0.1711073 0.8730309 0.1714379 0.8731015 0.1705803 0.8741785 0.1707804 0.8745183 0.1697034 0.874989 0.1705803 0.8741785 0.1697034 0.874989 0.1696817 0.87443 0.1705803 0.8741785 0.1704074 0.8737832 0.1711073 0.8730309 0.1705592 0.8692067 0.170396 0.8684042 0.1709615 0.8684936 0.1705592 0.8692067 0.1709615 0.8684936 0.171215 0.869647 0.1705592 0.8692067 0.170825 0.8700667 0.1702874 0.8697388 0.1705592 0.8692067 0.1702874 0.8697388 0.1700153 0.8691192 0.1660078 0.8707676 0.1666709 0.8696491 0.1663247 0.8708865 0.1660078 0.8707676 0.1663247 0.8708865 0.1656616 0.8721169 0.1660078 0.8707676 0.1656616 0.8721169 0.1656015 0.8707391 0.1660078 0.8707676 0.1656015 0.8707391 0.166257 0.8694619 0.1675829 0.8844164 0.1641258 0.8842044 0.1651735 0.8804097 0.1675829 0.8844164 0.1678572 0.8806514 0.1704949 0.880328 0.1675829 0.8844164 0.1707856 0.8847863 0.1668811 0.8920536 0.1675829 0.8844164 0.1668811 0.8920536 0.1641258 0.8842044 0.1733019 0.8837783 0.1729186 0.8793149 0.1757945 0.8812457 0.1733019 0.8837783 0.1757945 0.8812457 0.177313 0.8848469 0.1733019 0.8837783 0.1749498 0.8884925 0.1707856 0.8847863 0.1733019 0.8837783 0.1707856 0.8847863 0.1704949 0.880328 0.1675821 0.8685993 0.1666709 0.8696491 0.1671847 0.8682129 0.1675821 0.8685993 0.1671847 0.8682129 0.1679643 0.8672835 0.1675821 0.8685993 0.1685458 0.8673835 0.1679031 0.8689345 0.1675821 0.8685993 0.1679031 0.8689345 0.1669889 0.8698411 0.1975152 0.8648411 0.1991274 0.8655769 0.1956593 0.8706267 0.1975152 0.8648411 0.1956593 0.8706267 0.194401 0.8677151 0.1975152 0.8648411 0.1957663 0.8633655 0.1981191 0.8585959 0.1975152 0.8648411 0.1981191 0.8585959 0.1991274 0.8655769 0.2008276 0.8456938 0.2032295 0.8462069 0.1998369 0.8480342 0.2008276 0.8456938 0.1998369 0.8480342 0.1983546 0.8446304 0.2008276 0.8456938 0.1983546 0.8446304 0.2018978 0.8426024 0.2008276 0.8456938 0.2018978 0.8426024 0.2032295 0.8462069 0.1992486 0.849707 0.2012341 0.8504715 0.1988771 0.8515315 0.1992486 0.849707 0.1988771 0.8515315 0.1967231 0.8491882 0.1992486 0.849707 0.1967231 0.8491882 0.197278 0.8471092 0.1992486 0.849707 0.1998369 0.8480342 0.2012341 0.8504715 0.1985369 0.8543269 0.2003576 0.8541052 0.1998627 0.8583526 0.1985369 0.8543269 0.1981191 0.8585959 0.1962074 0.8545554 0.1985369 0.8543269 0.1962074 0.8545554 0.1964471 0.8514695 0.1985369 0.8543269 0.1988771 0.8515315 0.2003576 0.8541052 0.1914857 0.8735164 0.1920255 0.8775227 0.1868278 0.8761634 0.1914857 0.8735164 0.1868278 0.8761634 0.1854029 0.8724699 0.1914857 0.8735164 0.1907441 0.8701198 0.1956593 0.8706267 0.1914857 0.8735164 0.1956593 0.8706267 0.1973301 0.8746395 0.2026163 0.8338226 0.2018978 0.8426024 0.1996114 0.8416699 0.1757832 0.8625774 0.1742905 0.8638672 0.1725187 0.8600161 0.1757832 0.8625774 0.174692 0.8575994 0.1775774 0.8609136 0.1757832 0.8625774 0.1775774 0.8609136 0.1780921 0.8652719 0.1757832 0.8625774 0.1766947 0.8668594 0.1742905 0.8638672 0.1771786 0.8709056 0.1757402 0.8719251 0.1753835 0.8678005 0.1771786 0.8709056 0.1766947 0.8668594 0.1786049 0.8689224 0.1771786 0.8709056 0.1786049 0.8689224 0.1796621 0.8714457 0.1771786 0.8709056 0.1777505 0.8744038 0.1757402 0.8719251 0.1559731 0.859213 0.155753 0.8633635 0.152127 0.8595352 0.1559731 0.859213 0.152127 0.8595352 0.1562407 0.8546093 0.1559731 0.859213 0.1562407 0.8546093 0.1594532 0.8588892 0.1559731 0.859213 0.1594532 0.8588892 0.1585415 0.8633856 0.2341169 0.8549961 0.2275065 0.8440206 0.2377579 0.8532673 0.2341169 0.8549961 0.2377579 0.8532673 0.2399011 0.8659752 0.2421851 0.8513227 0.2370851 0.8392899 0.2470052 0.84927 0.2421851 0.8513227 0.2470052 0.84927 0.2474099 0.8630153 0.2421851 0.8513227 0.2474099 0.8630153 0.2432779 0.8647608 0.2421851 0.8513227 0.2377579 0.8532673 0.2370851 0.8392899 0.2454225 0.8761063 0.2399011 0.8659752 0.2432779 0.8647608 0.2454225 0.8761063 0.2485681 0.8752501 0.249897 0.8844465 0.252541 0.8900529 0.2495083 0.8895933 0.249897 0.8844465 0.252541 0.8900529 0.249897 0.8844465 0.2529236 0.8840768 0.252541 0.8900529 0.255639 0.8905819 0.2546123 0.894316 0.218709 0.8552828 0.2231239 0.8630092 0.2201978 0.8628901 0.218709 0.8552828 0.2151761 0.8542675 0.2164354 0.8488754 0.218709 0.8552828 0.2164354 0.8488754 0.2202712 0.8516121 0.218709 0.8552828 0.2226833 0.8566194 0.2231239 0.8630092 0.2292202 0.8720315 0.2362424 0.8814221 0.2348736 0.8822363 0.2292202 0.8720315 0.2269325 0.8723054 0.2231239 0.8630092 0.2292202 0.8720315 0.2231239 0.8630092 0.2267198 0.8637844 0.2292202 0.8720315 0.2322509 0.8724635 0.2362424 0.8814221 0.2418515 0.8758175 0.2322509 0.8724635 0.2363043 0.8662546 0.2434348 0.890253 0.2492108 0.8964723 0.2524875 0.9017966 0.2434348 0.890253 0.2435147 0.8924054 0.2348736 0.8822363 0.2434348 0.890253 0.2362424 0.8814221 0.2382879 0.8812108 0.2434348 0.890253 0.2438421 0.8885806 0.2475796 0.8931065 0.2066079 0.8258026 0.2077316 0.8328166 0.2030736 0.8271362 0.2066079 0.8258026 0.2030736 0.8271362 0.2011498 0.8203474 0.2066079 0.8258026 0.2048155 0.8184103 0.2108892 0.8174191 0.200881 0.827946 0.1989977 0.8282854 0.1986302 0.821378 0.200881 0.827946 0.1986302 0.821378 0.2030736 0.8271362 0.1798084 0.8324244 0.1789703 0.8371551 0.1775343 0.8355883 0.1798084 0.8324244 0.1777886 0.8319689 0.1798496 0.8258108 0.1798084 0.8324244 0.1798496 0.8258108 0.1815656 0.8269193 0.1798084 0.8324244 0.1815533 0.8330428 0.1789703 0.8371551 0.1746032 0.8129751 0.1748307 0.824083 0.1711584 0.8234686 0.1746032 0.8129751 0.1711067 0.8111963 0.1744059 0.8007148 0.1746032 0.8129751 0.1744059 0.8007148 0.1770123 0.8017076 0.1746032 0.8129751 0.1774317 0.8139609 0.1748307 0.824083 0.1672515 0.8077966 0.1672579 0.816049 0.162959 0.8103636 0.1672515 0.8077966 0.1630709 0.8038592 0.1671888 0.7978414 0.1672515 0.8077966 0.1671888 0.7978414 0.1710229 0.7994627 0.1672515 0.8077966 0.1711067 0.8111963 0.1672579 0.816049 0.2028355 0.8113958 0.2048155 0.8184103 0.1995542 0.8134471 0.2028355 0.8113958 0.1995542 0.8134471 0.1978608 0.8051858 0.2028355 0.8113958 0.2009186 0.8033305 0.2068526 0.8084749 0.2028355 0.8113958 0.2068526 0.8084749 0.2048155 0.8184103 0.211639 0.8048632 0.2157429 0.8124619 0.2068526 0.8084749 0.211639 0.8048632 0.2068526 0.8084749 0.2045517 0.8005902 0.1969755 0.8144497 0.1986302 0.821378 0.194756 0.8153879 0.1969755 0.8144497 0.1952224 0.8060027 0.1995542 0.8134471 0.1969755 0.8144497 0.1995542 0.8134471 0.2011498 0.8203474 0.1792826 0.8149821 0.1798496 0.8258108 0.1777561 0.8248228 0.1792826 0.8149821 0.1774317 0.8139609 0.1785169 0.8025512 0.1792826 0.8149821 0.1785169 0.8025512 0.1799974 0.804558 0.1792826 0.8149821 0.1807761 0.8167868 0.1798496 0.8258108 0.1742666 0.7894249 0.1744059 0.8007148 0.1710229 0.7994627 0.1742666 0.7894249 0.1710569 0.7882803 0.1747238 0.7775255 0.1742666 0.7894249 0.1747238 0.7775255 0.1770977 0.7784979 0.1742666 0.7894249 0.1766951 0.7903869 0.1744059 0.8007148 0.1674463 0.7869885 0.1671888 0.7978414 0.1630386 0.7960584 0.1674463 0.7869885 0.1634939 0.7858279 0.167969 0.774827 0.1674463 0.7869885 0.167969 0.774827 0.1715473 0.7762919 0.1674463 0.7869885 0.1710569 0.7882803 0.1671888 0.7978414 0.199316 0.7927857 0.2009186 0.8033305 0.1956439 0.7943139 0.199316 0.7927857 0.1956439 0.7943139 0.1941937 0.781857 0.199316 0.7927857 0.1985996 0.7808404 0.2032523 0.7906554 0.199316 0.7927857 0.2032523 0.7906554 0.2045517 0.8005902 0.2070127 0.788284 0.2089161 0.797118 0.2032523 0.7906554 0.2070127 0.788284 0.2032523 0.7906554 0.203006 0.7795672 0.1926767 0.7948791 0.1909263 0.7820493 0.1956439 0.7943139 0.1926767 0.7948791 0.1956439 0.7943139 0.1978608 0.8051858 0.1898905 0.7950063 0.1924145 0.8074343 0.185123 0.8063042 0.1779622 0.791131 0.1785169 0.8025512 0.1770123 0.8017076 0.1779622 0.791131 0.1766951 0.7903869 0.1782684 0.7791793 0.1779622 0.791131 0.1782684 0.7791793 0.1791679 0.7797757 0.1779622 0.791131 0.1790787 0.7920715 0.1785169 0.8025512 0.1810551 0.7936224 0.1822799 0.8046151 0.1799974 0.804558 0.1810551 0.7936224 0.1790787 0.7920715 0.1807284 0.7804936 0.1810551 0.7936224 0.1807284 0.7804936 0.1828477 0.7811471 0.1810551 0.7936224 0.183685 0.79495 0.1822799 0.8046151 0.1763159 0.7634365 0.1747238 0.7775255 0.1715473 0.7762919 0.1763159 0.7634365 0.1728323 0.7621403 0.1788659 0.748286 0.1763159 0.7634365 0.1788659 0.748286 0.1817183 0.7494904 0.1763159 0.7634365 0.1788383 0.7645393 0.1747238 0.7775255 0.1687017 0.7609458 0.167969 0.774827 0.1640731 0.7738363 0.1687017 0.7609458 0.1644124 0.7607528 0.163844 0.7460407 0.1687017 0.7609458 0.1700957 0.7460089 0.1748942 0.7469474 0.1687017 0.7609458 0.1728323 0.7621403 0.167969 0.774827 0.1993416 0.7685738 0.1985996 0.7808404 0.1948005 0.7688407 0.1993416 0.7685738 0.1948005 0.7688407 0.1973662 0.755361 0.1993416 0.7685738 0.2017964 0.7557898 0.2038641 0.7682222 0.1993416 0.7685738 0.2038641 0.7682222 0.203006 0.7795672 0.1915595 0.7684842 0.1941742 0.7544986 0.1948005 0.7688407 0.1915595 0.7684842 0.1948005 0.7688407 0.1941937 0.781857 0.1800855 0.7651537 0.1782684 0.7791793 0.1770977 0.7784979 0.1800855 0.7651537 0.1788383 0.7645393 0.1831588 0.7500256 0.1800855 0.7651537 0.1831588 0.7500256 0.1840472 0.7503337 0.1800855 0.7651537 0.1809354 0.765555 0.1782684 0.7791793 0.1822655 0.7660188 0.1807284 0.7804936 0.1791679 0.7797757 0.1822655 0.7660188 0.1809354 0.765555 0.1852432 0.7508566 0.1822655 0.7660188 0.1852432 0.7508566 0.1868816 0.7515709 0.1822655 0.7660188 0.1840847 0.7665527 0.1807284 0.7804936 0.1821969 0.733202 0.1788659 0.748286 0.1748942 0.7469474 0.1821969 0.733202 0.1855394 0.73433 0.1788659 0.748286 0.1726026 0.7306801 0.1700957 0.7460089 0.1674315 0.7303951 0.1726026 0.7306801 0.177715 0.7318345 0.1700957 0.7460089 0.1983684 0.7404073 0.1941742 0.7544986 0.1916185 0.7534477 0.1983684 0.7404073 0.2017928 0.741514 0.1941742 0.7544986 0.1872334 0.734766 0.1831588 0.7500256 0.1817183 0.7494904 0.1872334 0.734766 0.1881695 0.735036 0.1831588 0.7500256 0.1892387 0.7356662 0.1852432 0.7508566 0.1840472 0.7503337 0.1892387 0.7356662 0.1907242 0.7366064 0.1852432 0.7508566 0.1585977 0.8004674 0.1587075 0.7943219 0.1630386 0.7960584 0.1585977 0.8004674 0.1630709 0.8038592 0.1583515 0.8047235 0.1585977 0.8004674 0.1583515 0.8047235 0.1536408 0.8009955 0.1585977 0.8004674 0.1546001 0.7978708 0.1587075 0.7943219 0.1592591 0.785077 0.1587075 0.7943219 0.1543667 0.7924878 0.1592591 0.785077 0.1555546 0.7837532 0.1599439 0.7740257 0.1592591 0.785077 0.1599439 0.7740257 0.1640731 0.7738363 0.1592591 0.785077 0.1634939 0.7858279 0.1587075 0.7943219 0.1604533 0.7624613 0.1599661 0.7537802 0.1644124 0.7607528 0.1604533 0.7624613 0.1644124 0.7607528 0.1640731 0.7738363 0.1604533 0.7624613 0.1599439 0.7740257 0.1570489 0.7654535 0.1604533 0.7624613 0.1570489 0.7654535 0.1571009 0.758334 0.1983684 0.7404073 0.2067776 0.7150746 0.2017928 0.741514 0.1726026 0.7306801 0.1774921 0.7062268 0.177715 0.7318345 0.1726026 0.7306801 0.1674315 0.7303951 0.1705781 0.7061061 0.1821969 0.733202 0.1884843 0.708361 0.1923338 0.709353 0.1821969 0.733202 0.177715 0.7318345 0.1884843 0.708361 0.08111399 0.7356449 0.07349789 0.710686 0.08218324 0.7350154 0.08111399 0.7356449 0.07962846 0.7365843 0.07204717 0.711596 0.08311945 0.7347459 0.07588785 0.7097589 0.07802796 0.7093341 0.08311945 0.7347459 0.08218324 0.7350154 0.07588785 0.7097589 0.07198417 0.7403821 0.06855994 0.7414874 0.06358402 0.7150499 0.2079344 0.8569981 0.2101312 0.8562504 0.212714 0.8652287 0.2079344 0.8569981 0.212714 0.8652287 0.2113713 0.868349 0.2079344 0.8569981 0.2062659 0.857773 0.2056901 0.8504677 0.2079344 0.8569981 0.2056901 0.8504677 0.2080328 0.8515147 0.1571592 0.8824668 0.1582643 0.8749458 0.1604593 0.8769418 0.1571592 0.8824668 0.1583293 0.8860449 0.155029 0.8980352 0.1571592 0.8824668 0.1547912 0.8858107 0.1556919 0.8735786 0.1608464 0.8856857 0.1626122 0.8797276 0.1641258 0.8842044 0.1608464 0.8856857 0.1641258 0.8842044 0.1628565 0.8924071 0.1608464 0.8856857 0.1590148 0.8956149 0.1583293 0.8860449 0.1608464 0.8856857 0.1583293 0.8860449 0.1626122 0.8797276 0.2010806 0.8649493 0.1991274 0.8655769 0.1998627 0.8583526 0.2010806 0.8649493 0.2011958 0.8580178 0.2020776 0.8591928 0.2010806 0.8649493 0.2027233 0.8637391 0.2045701 0.8734538 0.2010806 0.8649493 0.2010836 0.8733574 0.1991274 0.8655769 0.2021841 0.852338 0.2029688 0.8557893 0.2017192 0.8531292 0.2021841 0.852338 0.2017192 0.8531292 0.2007642 0.8518173 0.2021841 0.852338 0.2012341 0.8504715 0.2027201 0.8499996 0.2021841 0.852338 0.2032946 0.8538004 0.2037218 0.8564031 0.2013992 0.8545501 0.2003576 0.8541052 0.2017192 0.8531292 0.2013992 0.8545501 0.2017192 0.8531292 0.2022265 0.8569834 0.2013992 0.8545501 0.2022265 0.8569834 0.2020776 0.8591928 0.2013992 0.8545501 0.2011958 0.8580178 0.1998627 0.8583526 0.2326876 0.8278163 0.2370851 0.8392899 0.2308615 0.8395734 0.2055512 0.8591402 0.2051592 0.8605139 0.2037218 0.8564031 0.2055512 0.8591402 0.2032946 0.8538004 0.2027201 0.8499996 0.2055512 0.8591402 0.2062659 0.857773 0.2113713 0.868349 0.2055512 0.8591402 0.2083809 0.8664187 0.2051592 0.8605139 0.205807 0.8465782 0.2032295 0.8462069 0.2041253 0.8429701 0.205807 0.8465782 0.2069303 0.8433231 0.2110784 0.8458872 0.205807 0.8465782 0.2087956 0.8488251 0.2056901 0.8504677 0.205807 0.8465782 0.2056901 0.8504677 0.2027201 0.8499996 0.1891824 0.8536928 0.1890723 0.8573842 0.1871586 0.8541701 0.1891824 0.8536928 0.1871586 0.8541701 0.1873919 0.8499341 0.1891824 0.8536928 0.1894009 0.8497996 0.1914175 0.8501073 0.1891824 0.8536928 0.1911818 0.8536463 0.1910392 0.8572315 0.1936396 0.8541311 0.1934851 0.8578256 0.1910392 0.8572315 0.1936396 0.8541311 0.1911818 0.8536463 0.1938634 0.8508294 0.1936396 0.8541311 0.1938634 0.8508294 0.1964471 0.8514695 0.1936396 0.8541311 0.1962074 0.8545554 0.1934851 0.8578256 0.1891083 0.8607514 0.187175 0.8614146 0.1870818 0.8579983 0.1891083 0.8607514 0.1890723 0.8573842 0.1909942 0.8606933 0.1891083 0.8607514 0.1909942 0.8606933 0.1910124 0.8632622 0.1891083 0.8607514 0.1893821 0.8639098 0.187175 0.8614146 0.1934031 0.8617739 0.1934851 0.8578256 0.1959863 0.858502 0.1934031 0.8617739 0.1957663 0.8633655 0.1925257 0.8651118 0.1934031 0.8617739 0.1925257 0.8651118 0.1910124 0.8632622 0.1934031 0.8617739 0.1909942 0.8606933 0.1934851 0.8578256 0.1899852 0.8669751 0.1925257 0.8651118 0.194401 0.8677151 0.1899852 0.8669751 0.1907441 0.8701198 0.1866928 0.8679553 0.1899852 0.8669751 0.1866928 0.8679553 0.1871436 0.8646548 0.1899852 0.8669751 0.1893821 0.8639098 0.1925257 0.8651118 0.1796432 0.8585957 0.1798493 0.8627122 0.1775774 0.8609136 0.1796432 0.8585957 0.1775774 0.8609136 0.1771572 0.854369 0.1796432 0.8585957 0.1799883 0.8532263 0.1819902 0.8563687 0.1796432 0.8585957 0.1819902 0.8563687 0.181997 0.8602082 0.1846283 0.8549777 0.1845656 0.8587883 0.1819902 0.8563687 0.1846283 0.8549777 0.1819902 0.8563687 0.1824094 0.8516297 0.1846283 0.8549777 0.1849694 0.8505381 0.1871586 0.8541701 0.1846283 0.8549777 0.1871586 0.8541701 0.1870818 0.8579983 0.1846237 0.8621494 0.1845656 0.8587883 0.187175 0.8614146 0.1846237 0.8621494 0.187175 0.8614146 0.1871436 0.8646548 0.1846237 0.8621494 0.1844171 0.8653411 0.182076 0.8635287 0.1846237 0.8621494 0.182076 0.8635287 0.181997 0.8602082 0.1835599 0.8686435 0.1866928 0.8679553 0.1854029 0.8724699 0.1835599 0.8686435 0.1818103 0.8724219 0.1811817 0.868285 0.1835599 0.8686435 0.1811817 0.868285 0.1824847 0.8657446 0.1835599 0.8686435 0.1844171 0.8653411 0.1866928 0.8679553 0.1801535 0.8661249 0.1811817 0.868285 0.1786049 0.8689224 0.1801535 0.8661249 0.1786049 0.8689224 0.1780921 0.8652719 0.1801535 0.8661249 0.1798493 0.8627122 0.182076 0.8635287 0.1801535 0.8661249 0.182076 0.8635287 0.1824847 0.8657446 0.1813381 0.8460545 0.1799883 0.8532263 0.1791223 0.845377 0.1813381 0.8460545 0.1791223 0.845377 0.1827937 0.8389006 0.1813381 0.8460545 0.1827937 0.8389006 0.1836081 0.8456111 0.1813381 0.8460545 0.1836081 0.8456111 0.1824094 0.8516297 0.1857463 0.8452901 0.1849694 0.8505381 0.1836081 0.8456111 0.1857463 0.8452901 0.1836081 0.8456111 0.1848256 0.8393975 0.1857463 0.8452901 0.1865251 0.8397748 0.1881715 0.8404275 0.1857463 0.8452901 0.1877683 0.8452947 0.1873919 0.8499341 0.1834565 0.8335846 0.1827937 0.8389006 0.1807388 0.8381859 0.1834565 0.8335846 0.1815533 0.8330428 0.1833586 0.8280208 0.1834565 0.8335846 0.1833586 0.8280208 0.1851008 0.8289238 0.1834565 0.8335846 0.1853016 0.8340735 0.1827937 0.8389006 0.1868718 0.8345332 0.1865251 0.8397748 0.1848256 0.8393975 0.1868718 0.8345332 0.1853016 0.8340735 0.1866645 0.829437 0.1868718 0.8345332 0.1866645 0.829437 0.1886714 0.8297863 0.1868718 0.8345332 0.1884851 0.8355082 0.1865251 0.8397748 0.1905044 0.8196004 0.192125 0.8242122 0.1872041 0.8238409 0.1905044 0.8196004 0.1872041 0.8238409 0.1861317 0.8187225 0.1906878 0.8133047 0.1856883 0.8135526 0.1924145 0.8074343 0.1906878 0.8133047 0.1896346 0.816553 0.1856883 0.8135526 0.1925528 0.817246 0.194756 0.8153879 0.1965749 0.8220335 0.1857812 0.8243575 0.1872041 0.8238409 0.1866645 0.829437 0.1857812 0.8243575 0.1866645 0.829437 0.1851008 0.8289238 0.1857812 0.8243575 0.1842882 0.823233 0.1845844 0.8189032 0.1857812 0.8243575 0.1845844 0.8189032 0.1872041 0.8238409 0.1825323 0.8201232 0.1833586 0.8280208 0.1815656 0.8269193 0.1825323 0.8201232 0.1807761 0.8167868 0.1821631 0.8137308 0.1825323 0.8201232 0.1821631 0.8137308 0.1835992 0.8184784 0.1825323 0.8201232 0.1842882 0.823233 0.1833586 0.8280208 0.1834368 0.8126823 0.1821631 0.8137308 0.1799974 0.804558 0.1834368 0.8126823 0.1822799 0.8046151 0.185123 0.8063042 0.1834368 0.8126823 0.1856883 0.8135526 0.1845844 0.8189032 0.1834368 0.8126823 0.1845844 0.8189032 0.1835992 0.8184784 0.1896901 0.8458277 0.1894009 0.8497996 0.1873919 0.8499341 0.1896901 0.8458277 0.1877683 0.8452947 0.1900447 0.8417508 0.1896901 0.8458277 0.1900447 0.8417508 0.1921936 0.8435034 0.1896901 0.8458277 0.1917417 0.8467842 0.1894009 0.8497996 0.1941534 0.8480591 0.1938634 0.8508294 0.1914175 0.8501073 0.1941534 0.8480591 0.1917417 0.8467842 0.1946675 0.8454442 0.1941534 0.8480591 0.1946675 0.8454442 0.197278 0.8471092 0.1941534 0.8480591 0.1967231 0.8491882 0.1938634 0.8508294 0.1904594 0.8375428 0.1900447 0.8417508 0.1881715 0.8404275 0.1904594 0.8375428 0.1884851 0.8355082 0.191108 0.8336692 0.1904594 0.8375428 0.191108 0.8336692 0.1935841 0.8368316 0.1904594 0.8375428 0.1928129 0.8400914 0.1900447 0.8417508 0.1955638 0.8426085 0.1946675 0.8454442 0.1921936 0.8435034 0.1955638 0.8426085 0.1928129 0.8400914 0.1966294 0.8396224 0.1955638 0.8426085 0.1966294 0.8396224 0.1996114 0.8416699 0.1955638 0.8426085 0.1983546 0.8446304 0.1946675 0.8454442 0.1938513 0.8286615 0.191108 0.8336692 0.1886714 0.8297863 0.1938513 0.8286615 0.1953901 0.831887 0.191108 0.8336692 0.1963918 0.8282077 0.1943023 0.8228455 0.1965749 0.8220335 0.1978363 0.8329169 0.2007875 0.8337781 0.1966294 0.8396224 0.1978363 0.8329169 0.1966294 0.8396224 0.1935841 0.8368316 0.1671348 0.8452252 0.1687799 0.8455834 0.1668422 0.8525565 0.1671348 0.8452252 0.1668422 0.8525565 0.1654464 0.8454505 0.1671348 0.8452252 0.1654464 0.8454505 0.1670399 0.8380952 0.1671348 0.8452252 0.1670399 0.8380952 0.1687934 0.8390663 0.1706689 0.8453227 0.1687799 0.8455834 0.1706141 0.8391615 0.1706689 0.8453227 0.1706141 0.8391615 0.1729587 0.8399998 0.1706689 0.8453227 0.1724243 0.8465732 0.1705914 0.8513155 0.1706689 0.8453227 0.1705914 0.8513155 0.1687799 0.8455834 0.1704088 0.8565761 0.1722733 0.8546053 0.1725187 0.8600161 0.1704088 0.8565761 0.1702253 0.8605566 0.1682668 0.8579528 0.1704088 0.8565761 0.1682668 0.8579528 0.1686134 0.8522219 0.1704088 0.8565761 0.1705914 0.8513155 0.1722733 0.8546053 0.1634272 0.8474622 0.1628403 0.8421407 0.1654464 0.8454505 0.1634272 0.8474622 0.1654464 0.8454505 0.1650389 0.8528152 0.1634272 0.8474622 0.1629647 0.8534941 0.1605619 0.8496013 0.1634272 0.8474622 0.1605619 0.8496013 0.1601404 0.8450924 0.1563348 0.8502092 0.1562407 0.8546093 0.1509233 0.8534212 0.1563348 0.8502092 0.1511761 0.8483828 0.1559739 0.8459312 0.1563348 0.8502092 0.1559739 0.8459312 0.1605619 0.8496013 0.1563348 0.8502092 0.1605619 0.8496013 0.1601789 0.8542174 0.1703999 0.8333961 0.1706141 0.8391615 0.1686812 0.833699 0.1703999 0.8333961 0.1686812 0.833699 0.1682382 0.8294236 0.1703999 0.8333961 0.1693607 0.8277115 0.1723537 0.8323602 0.1703999 0.8333961 0.1723537 0.8323602 0.1729587 0.8399998 0.1750602 0.831916 0.1748307 0.824083 0.1777561 0.8248228 0.1750602 0.831916 0.1777886 0.8319689 0.1775343 0.8355883 0.1750602 0.831916 0.175697 0.8376185 0.1723537 0.8323602 0.1750602 0.831916 0.1723537 0.8323602 0.1748307 0.824083 0.1666802 0.8319444 0.1686812 0.833699 0.1670399 0.8380952 0.1666802 0.8319444 0.1670399 0.8380952 0.16488 0.8372365 0.1666802 0.8319444 0.1643285 0.8294432 0.1664719 0.8265759 0.1666802 0.8319444 0.1664719 0.8265759 0.1682382 0.8294236 0.1668313 0.8217931 0.1693607 0.8277115 0.1664719 0.8265759 0.1668313 0.8217931 0.1664719 0.8265759 0.163724 0.8229432 0.1668313 0.8217931 0.1636475 0.817346 0.1672579 0.816049 0.1668313 0.8217931 0.1672579 0.816049 0.1711584 0.8234686 0.1500033 0.80449 0.1495775 0.801201 0.1536408 0.8009955 0.1500033 0.80449 0.1539088 0.8054566 0.1496102 0.8084905 0.1500033 0.80449 0.1496102 0.8084905 0.1465325 0.8058398 0.1500033 0.80449 0.1465325 0.8058398 0.1462455 0.8028598 0.1508914 0.8896256 0.1460043 0.8919391 0.1470335 0.8813396 0.1508914 0.8896256 0.1517745 0.8794534 0.1547912 0.8858107 0.1508914 0.8896256 0.1547912 0.8858107 0.155029 0.8980352 0.1508914 0.8896256 0.1498972 0.903535 0.1460043 0.8919391 0.1660393 0.8593111 0.1654263 0.8642744 0.1638631 0.8600409 0.1660393 0.8593111 0.1638631 0.8600409 0.1650389 0.8528152 0.1660393 0.8593111 0.1668422 0.8525565 0.1682668 0.8579528 0.1660393 0.8593111 0.1682668 0.8579528 0.1679922 0.8621232 0.1618755 0.8595327 0.1629647 0.8534941 0.1638631 0.8600409 0.1618755 0.8595327 0.1638631 0.8600409 0.1605474 0.8650938 0.1618755 0.8595327 0.1605474 0.8650938 0.1585415 0.8633856 0.1618755 0.8595327 0.1594532 0.8588892 0.1601789 0.8542174 0.1654629 0.9057925 0.1615163 0.9077311 0.1628565 0.8924071 0.1654629 0.9057925 0.1668811 0.8920536 0.1700693 0.9056454 0.1654629 0.9057925 0.1700693 0.9056454 0.1695016 0.9153644 0.1654629 0.9057925 0.1656422 0.9201397 0.1615163 0.9077311 0.1548764 0.8416934 0.1559739 0.8459312 0.1510493 0.8445176 0.1548764 0.8416934 0.1507145 0.840901 0.1537075 0.8382851 0.1548764 0.8416934 0.1537075 0.8382851 0.1565005 0.8373541 0.1548764 0.8416934 0.1584525 0.8407418 0.1559739 0.8459312 0.1607809 0.8382332 0.1628403 0.8421407 0.1584525 0.8407418 0.1607809 0.8382332 0.1584525 0.8407418 0.1565005 0.8373541 0.1607809 0.8382332 0.1583502 0.8357397 0.1618274 0.833908 0.1607809 0.8382332 0.1618274 0.833908 0.16488 0.8372365 0.1466289 0.8381778 0.1460755 0.840712 0.1427538 0.8345143 0.1466289 0.8381778 0.143984 0.8332964 0.1472746 0.836082 0.1466289 0.8381778 0.1472746 0.836082 0.150467 0.838029 0.1466289 0.8381778 0.1507145 0.840901 0.1460755 0.840712 0.1441446 0.8260302 0.1427858 0.8259244 0.1458827 0.818524 0.1441446 0.8260302 0.1458827 0.818524 0.1472094 0.8207219 0.1441446 0.8260302 0.1454278 0.8264347 0.143984 0.8332964 0.1441446 0.8260302 0.143984 0.8332964 0.1427858 0.8259244 0.1467727 0.8273484 0.1454278 0.8264347 0.1479048 0.822017 0.1467727 0.8273484 0.1479048 0.822017 0.1488199 0.8241034 0.1467727 0.8273484 0.1478496 0.8282612 0.1465413 0.8318997 0.1467727 0.8273484 0.1465413 0.8318997 0.1452288 0.8322739 0.1481114 0.8348908 0.1472746 0.836082 0.1465413 0.8318997 0.1481114 0.8348908 0.1465413 0.8318997 0.1476143 0.8318431 0.1481114 0.8348908 0.1488493 0.8342735 0.150602 0.8363975 0.1481114 0.8348908 0.150602 0.8363975 0.1472746 0.836082 0.1521212 0.8220242 0.1526771 0.8187273 0.1556658 0.8233787 0.1521212 0.8220242 0.1556658 0.8233787 0.1520573 0.8244715 0.1521212 0.8220242 0.1520573 0.8244715 0.1475487 0.8221384 0.1521212 0.8220242 0.1475487 0.8221384 0.1472094 0.8207219 0.1571549 0.8276705 0.1589667 0.8267207 0.1591934 0.832507 0.1571549 0.8276705 0.1572592 0.8322982 0.1560357 0.8290517 0.1571549 0.8276705 0.1560357 0.8290517 0.1549463 0.8257135 0.1571549 0.8276705 0.1556658 0.8233787 0.1589667 0.8267207 0.1566494 0.8346603 0.1583502 0.8357397 0.1565005 0.8373541 0.1566494 0.8346603 0.1552867 0.8357338 0.1555917 0.8343403 0.1566494 0.8346603 0.1555917 0.8343403 0.1560196 0.8325669 0.1566494 0.8346603 0.1572592 0.8322982 0.1583502 0.8357397 0.1531324 0.8364957 0.1537075 0.8382851 0.150467 0.838029 0.1531324 0.8364957 0.150602 0.8363975 0.1528887 0.8356854 0.1531324 0.8364957 0.1528887 0.8356854 0.154599 0.8351278 0.1531324 0.8364957 0.1552867 0.8357338 0.1537075 0.8382851 0.155523 0.8295598 0.1560357 0.8290517 0.1560196 0.8325669 0.155523 0.8295598 0.1554697 0.8325985 0.1552647 0.8325114 0.155523 0.8295598 0.1553133 0.8296314 0.1544485 0.8268546 0.155523 0.8295598 0.1546033 0.8266369 0.1560357 0.8290517 0.1443543 0.8099451 0.1457725 0.8116442 0.1428033 0.8166772 0.1443543 0.8099451 0.1428033 0.8166772 0.141001 0.8140439 0.1443543 0.8099451 0.1437466 0.8073484 0.1465325 0.8058398 0.1443543 0.8099451 0.1465325 0.8058398 0.1472592 0.8085045 0.1412141 0.8259072 0.1414855 0.8354746 0.1394073 0.8258611 0.1412141 0.8259072 0.1394073 0.8258611 0.1428033 0.8166772 0.1412141 0.8259072 0.1428033 0.8166772 0.1443868 0.8174613 0.1412141 0.8259072 0.1427858 0.8259244 0.1427538 0.8345143 0.2195071 0.8339001 0.2119353 0.8270292 0.2206358 0.8278812 0.2195071 0.8339001 0.2206358 0.8278812 0.2308615 0.8395734 0.2217893 0.8208562 0.2280227 0.8269922 0.2206358 0.8278812 0.2217893 0.8208562 0.2206358 0.8278812 0.2108892 0.8174191 0.1492434 0.9208018 0.1503321 0.9352075 0.1457951 0.9495343 0.1492434 0.9208018 0.1448117 0.9257545 0.1450228 0.9055469 0.1492434 0.9208018 0.1498972 0.903535 0.1534441 0.9145155 0.1492434 0.9208018 0.1534441 0.9145155 0.1531402 0.9259234 0.1741551 0.8718312 0.1738851 0.8684216 0.1757402 0.8719251 0.1741551 0.8718312 0.1757402 0.8719251 0.1736823 0.8747655 0.1741551 0.8718312 0.1736823 0.8747655 0.1725447 0.8735758 0.1741551 0.8718312 0.1727775 0.8713572 0.1738851 0.8684216 0.1719616 0.8712363 0.1717242 0.8692572 0.1727775 0.8713572 0.1719616 0.8712363 0.1727775 0.8713572 0.1718568 0.8731521 0.1719616 0.8712363 0.1718568 0.8731521 0.1714782 0.8713303 0.1719616 0.8712363 0.1714782 0.8713303 0.171215 0.869647 0.1701449 0.8627097 0.1680416 0.8640798 0.1679922 0.8621232 0.1701449 0.8627097 0.1702253 0.8605566 0.1718838 0.8628084 0.1701449 0.8627097 0.1718838 0.8628084 0.1714823 0.8643266 0.1701449 0.8627097 0.1699359 0.8640934 0.1680416 0.8640798 0.1731293 0.8650632 0.1718838 0.8628084 0.1742905 0.8638672 0.1731293 0.8650632 0.1742905 0.8638672 0.1753835 0.8678005 0.1731293 0.8650632 0.1738851 0.8684216 0.1722269 0.8662316 0.1731293 0.8650632 0.1722269 0.8662316 0.1714823 0.8643266 0.1715109 0.8674384 0.1711402 0.8664951 0.1722269 0.8662316 0.1715109 0.8674384 0.1722269 0.8662316 0.1725488 0.868861 0.1715109 0.8674384 0.1717242 0.8692572 0.1709615 0.8684936 0.1715109 0.8674384 0.1709615 0.8684936 0.1708322 0.8677539 0.1639074 0.8768572 0.1658495 0.8783098 0.1626122 0.8797276 0.1639074 0.8768572 0.1626122 0.8797276 0.1604593 0.8769418 0.1639074 0.8768572 0.162674 0.8745535 0.1647208 0.8755527 0.1639074 0.8768572 0.1647208 0.8755527 0.1661952 0.8770045 0.1649564 0.8708691 0.1656563 0.8691823 0.1656015 0.8707391 0.1649564 0.8708691 0.1656015 0.8707391 0.1653226 0.8723064 0.1649564 0.8708691 0.1647391 0.8725755 0.1639993 0.8712016 0.1649564 0.8708691 0.1639993 0.8712016 0.1648235 0.8689464 0.1626567 0.8717812 0.1637137 0.8688905 0.1639993 0.8712016 0.1626567 0.8717812 0.1639993 0.8712016 0.1639403 0.8734397 0.1626567 0.8717812 0.162674 0.8745535 0.161067 0.8716107 0.1626567 0.8717812 0.161067 0.8716107 0.1637137 0.8688905 0.1657033 0.8662317 0.1680416 0.8640798 0.1681686 0.8650507 0.1657033 0.8662317 0.1663389 0.8667822 0.1648235 0.8689464 0.1657033 0.8662317 0.1637137 0.8688905 0.1624648 0.8672111 0.1657033 0.8662317 0.1654263 0.8642744 0.1680416 0.8640798 0.1722095 0.8766984 0.1736823 0.8747655 0.1753677 0.8767507 0.1722095 0.8766984 0.1729186 0.8793149 0.170169 0.877872 0.1722095 0.8766984 0.170169 0.877872 0.1698994 0.8766819 0.1722095 0.8766984 0.171482 0.8753725 0.1736823 0.8747655 0.1710433 0.8747811 0.1718568 0.8731521 0.1725447 0.8735758 0.1710433 0.8747811 0.171482 0.8753725 0.1697775 0.8760212 0.1710433 0.8747811 0.1697775 0.8760212 0.169735 0.8755651 0.1710433 0.8747811 0.1707804 0.8745183 0.1718568 0.8731521 0.1679928 0.8785286 0.170169 0.877872 0.1704949 0.880328 0.1679928 0.8785286 0.1678572 0.8806514 0.1658495 0.8783098 0.1679928 0.8785286 0.1658495 0.8783098 0.1661952 0.8770045 0.1679928 0.8785286 0.1681068 0.8774383 0.170169 0.877872 0.1667486 0.8753809 0.1671442 0.8766746 0.1661952 0.8770045 0.1667486 0.8753809 0.1660908 0.8747504 0.1668111 0.873924 0.1667486 0.8753809 0.1668111 0.873924 0.1677476 0.8747419 0.1667486 0.8753809 0.1676231 0.8756626 0.1677184 0.8762884 0.1686629 0.8755078 0.1697034 0.874989 0.169735 0.8755651 0.1686629 0.8755078 0.1685309 0.8762263 0.1676231 0.8756626 0.1686629 0.8755078 0.1676231 0.8756626 0.1677476 0.8747419 0.1686629 0.8755078 0.1687498 0.8748301 0.1697034 0.874989 0.1683158 0.8767703 0.1671442 0.8766746 0.1677184 0.8762884 0.1683158 0.8767703 0.1685309 0.8762263 0.1697775 0.8760212 0.1683158 0.8767703 0.1697775 0.8760212 0.1698994 0.8766819 0.1683158 0.8767703 0.1681068 0.8774383 0.1671442 0.8766746 0.1693666 0.8657665 0.1699359 0.8640934 0.1702313 0.8660525 0.1693666 0.8657665 0.1702313 0.8660525 0.1690934 0.8679531 0.1693666 0.8657665 0.1685458 0.8673835 0.1681267 0.866264 0.1693666 0.8657665 0.1681267 0.866264 0.1681686 0.8650507 0.1704306 0.8671422 0.1697263 0.8683932 0.1690934 0.8679531 0.1704306 0.8671422 0.1702313 0.8660525 0.1711402 0.8664951 0.1704306 0.8671422 0.1711402 0.8664951 0.1708322 0.8677539 0.1704306 0.8671422 0.170396 0.8684042 0.1697263 0.8683932 0.1736688 0.851465 0.1724243 0.8465732 0.1729587 0.8399998 0.1736688 0.851465 0.1751187 0.8473201 0.1771572 0.854369 0.1736688 0.851465 0.174692 0.8575994 0.1722733 0.8546053 0.1736688 0.851465 0.1722733 0.8546053 0.1718233 0.8507347 0.1771465 0.8423352 0.1791223 0.845377 0.1751187 0.8473201 0.1771465 0.8423352 0.1751187 0.8473201 0.1729587 0.8399998 0.1771465 0.8423352 0.175697 0.8376185 0.1789703 0.8371551 0.1771465 0.8423352 0.1789703 0.8371551 0.1807388 0.8381859 0.1789262 0.8770415 0.1818103 0.8724219 0.1808134 0.8791899 0.1789262 0.8770415 0.1808134 0.8791899 0.1757945 0.8812457 0.1789262 0.8770415 0.1757945 0.8812457 0.1753677 0.8767507 0.1789262 0.8770415 0.1777505 0.8744038 0.1818103 0.8724219 0.1835197 0.8812205 0.1811861 0.8870117 0.177313 0.8848469 0.1835197 0.8812205 0.1808134 0.8791899 0.1868278 0.8761634 0.1835197 0.8812205 0.1868278 0.8761634 0.1885777 0.8786237 0.1835197 0.8812205 0.1872425 0.8825253 0.1863738 0.8880867 0.1668015 0.8675249 0.1656563 0.8691823 0.1663389 0.8667822 0.1668015 0.8675249 0.1663389 0.8667822 0.1681267 0.866264 0.1668015 0.8675249 0.1681267 0.866264 0.1679643 0.8672835 0.1668015 0.8675249 0.1671847 0.8682129 0.1656563 0.8691823 0.1657012 0.8738591 0.1660908 0.8747504 0.1661952 0.8770045 0.1657012 0.8738591 0.1655247 0.8744257 0.1653226 0.8723064 0.1657012 0.8738591 0.1656616 0.8721169 0.166037 0.8724411 0.1650415 0.8742923 0.1647391 0.8725755 0.1655247 0.8744257 0.1650415 0.8742923 0.1655247 0.8744257 0.1647208 0.8755527 0.1650415 0.8742923 0.1647208 0.8755527 0.1639403 0.8734397 0.1413294 0.9754514 0.1433057 0.9769489 0.1396555 0.9774569 0.1413294 0.9754514 0.1396555 0.9774569 0.1391036 0.9732936 0.1413294 0.9754514 0.1406763 0.9723222 0.1426535 0.9732713 0.1413294 0.9754514 0.1426535 0.9732713 0.144339 0.9739603 0.1437779 0.971215 0.1450886 0.9714377 0.144339 0.9739603 0.1437779 0.971215 0.1426535 0.9732713 0.1420257 0.9711773 0.1437779 0.971215 0.1432864 0.9698119 0.1448255 0.9691916 0.1437779 0.971215 0.1448255 0.9691916 0.1450886 0.9714377 0.151546 0.955819 0.1468721 0.9565415 0.1457951 0.9495343 0.151546 0.955819 0.1529932 0.9508172 0.1583065 0.9551279 0.151546 0.955819 0.1549889 0.9583728 0.1528232 0.9598143 0.151546 0.955819 0.1503978 0.9578678 0.1468721 0.9565415 0.1497228 0.9592921 0.1474645 0.9596681 0.147094 0.958367 0.1497228 0.9592921 0.1503978 0.9578678 0.1513139 0.9607164 0.1497228 0.9592921 0.1513139 0.9607164 0.1502315 0.9612314 0.1497228 0.9592921 0.1492909 0.9602517 0.1474645 0.9596681 0.4871635 0.3363816 0.4832196 0.3337933 0.4826313 0.350161 0.4871635 0.3363816 0.4826313 0.350161 0.4909438 0.3380269 0.4871635 0.3363816 0.4909438 0.3380269 0.4951133 0.3274639 0.4871635 0.3363816 0.4911271 0.3243906 0.4832196 0.3337933 0.4112178 0.4429052 0.411791 0.461243 0.4068883 0.4459708 0.4112178 0.4429052 0.4068883 0.4459708 0.4065859 0.430313 0.5167694 0.2947995 0.514046 0.2884685 0.5071849 0.2975451 0.5167694 0.2947995 0.5071849 0.2975451 0.5102983 0.3027943 0.5167694 0.2947995 0.5190946 0.3007516 0.5274855 0.2936503 0.5167694 0.2947995 0.5274855 0.2936503 0.5252129 0.2869512 0.8022632 0.875571 0.7994441 0.8897646 0.7912837 0.8875186 0.1492202 0.9630405 0.1485018 0.9624847 0.1493467 0.961512 0.1492202 0.9630405 0.1493467 0.961512 0.1502315 0.9612314 0.1492202 0.9630405 0.15004 0.9635803 0.1485823 0.9648307 0.1492202 0.9630405 0.1485823 0.9648307 0.1485018 0.9624847 0.1475225 0.9662216 0.147759 0.9643709 0.1485823 0.9648307 0.1475225 0.9662216 0.1485823 0.9648307 0.1489867 0.9662422 0.1475225 0.9662216 0.1473414 0.9681616 0.1464862 0.9670394 0.1475225 0.9662216 0.1464862 0.9670394 0.1472761 0.9649309 0.1458491 0.9653939 0.1470024 0.9642458 0.1469679 0.9647239 0.1458491 0.9653939 0.1457353 0.9665302 0.1447004 0.9664766 0.1458491 0.9653939 0.1447004 0.9664766 0.145367 0.9642885 0.1458491 0.9653939 0.1462942 0.963931 0.1470024 0.9642458 0.1471045 0.9623709 0.1476842 0.9625399 0.1462942 0.963931 0.1471045 0.9623709 0.1462942 0.963931 0.1464672 0.962118 0.1471045 0.9623709 0.1464672 0.962118 0.1478316 0.9605707 0.1471045 0.9623709 0.1480429 0.9612004 0.1476842 0.9625399 0.1476017 0.9799146 0.1488415 0.9819773 0.1441001 0.9854156 0.1476017 0.9799146 0.1428887 0.9835194 0.1416684 0.9810178 0.1476017 0.9799146 0.1468801 0.9778754 0.1523417 0.9749544 0.1476017 0.9799146 0.1523417 0.9749544 0.153394 0.977575 0.1564997 0.9685122 0.1573952 0.9725016 0.1523417 0.9749544 0.1564997 0.9685122 0.1523417 0.9749544 0.1516454 0.9727345 0.1564997 0.9685122 0.1557688 0.9653113 0.1600292 0.9603008 0.1564997 0.9685122 0.1600292 0.9603008 0.1612937 0.9659853 0.1503895 0.9846107 0.1520412 0.9871718 0.1464808 0.9900235 0.1503895 0.9846107 0.145291 0.9877251 0.1441001 0.9854156 0.1503895 0.9846107 0.1488415 0.9819773 0.1552039 0.9805337 0.1503895 0.9846107 0.1552039 0.9805337 0.1572391 0.9832773 0.1594679 0.9757997 0.1618365 0.9784861 0.1552039 0.9805337 0.1594679 0.9757997 0.1552039 0.9805337 0.153394 0.977575 0.1594679 0.9757997 0.1573952 0.9725016 0.1637144 0.9696914 0.1594679 0.9757997 0.1637144 0.9696914 0.1663447 0.9722867 0.1636198 0.9806401 0.1651105 0.9825279 0.160542 0.9868443 0.1636198 0.9806401 0.1589673 0.9852529 0.1572391 0.9832773 0.1636198 0.9806401 0.1618365 0.9784861 0.1682378 0.9746386 0.1636198 0.9806401 0.1682378 0.9746386 0.1697623 0.9768688 0.1410651 0.9690635 0.1423695 0.9682803 0.1420257 0.9711773 0.1410651 0.9690635 0.1406763 0.9723222 0.1394649 0.9697393 0.1410651 0.9690635 0.1394649 0.9697393 0.1405794 0.9656249 0.1410651 0.9690635 0.1422484 0.9652273 0.1423695 0.9682803 0.1439785 0.9603655 0.1448752 0.9611128 0.1434106 0.9648392 0.1439785 0.9603655 0.1422484 0.9652273 0.1422871 0.9597813 0.1439785 0.9603655 0.1422871 0.9597813 0.1457951 0.9495343 0.1439785 0.9603655 0.1468721 0.9565415 0.147094 0.958367 0.1435608 0.9674283 0.1447004 0.9664766 0.1445068 0.9682537 0.1435608 0.9674283 0.1432864 0.9698119 0.1423695 0.9682803 0.1435608 0.9674283 0.1423695 0.9682803 0.1434106 0.9648392 0.1435608 0.9674283 0.144428 0.9645587 0.1447004 0.9664766 0.1457144 0.9616978 0.1464672 0.962118 0.145367 0.9642885 0.1457144 0.9616978 0.144428 0.9645587 0.1448752 0.9611128 0.1457144 0.9616978 0.1448752 0.9611128 0.1474645 0.9596681 0.1457144 0.9616978 0.1474645 0.9596681 0.1478316 0.9605707 0.1472715 0.9702803 0.147168 0.9726424 0.1450886 0.9714377 0.1472715 0.9702803 0.1450886 0.9714377 0.1457418 0.9691932 0.1472715 0.9702803 0.1473414 0.9681616 0.1495288 0.9678085 0.1472715 0.9702803 0.1495288 0.9678085 0.150178 0.9694226 0.1510627 0.9640879 0.1524065 0.9644063 0.1495288 0.9678085 0.1510627 0.9640879 0.1495288 0.9678085 0.1489867 0.9662422 0.1510627 0.9640879 0.15004 0.9635803 0.1513139 0.9607164 0.1510627 0.9640879 0.1513139 0.9607164 0.1524065 0.9644063 0.1468865 0.9753127 0.1468801 0.9778754 0.1433057 0.9769489 0.1468865 0.9753127 0.1433057 0.9769489 0.144339 0.9739603 0.1468865 0.9753127 0.147168 0.9726424 0.1509039 0.9709776 0.1468865 0.9753127 0.1509039 0.9709776 0.1516454 0.9727345 0.1541898 0.9643783 0.1557688 0.9653113 0.1509039 0.9709776 0.1541898 0.9643783 0.1509039 0.9709776 0.150178 0.9694226 0.1541898 0.9643783 0.1524065 0.9644063 0.1528232 0.9598143 0.1541898 0.9643783 0.1549889 0.9583728 0.1557688 0.9653113 0.1558011 0.8664035 0.155753 0.8633635 0.1585415 0.8633856 0.1558011 0.8664035 0.1576005 0.8674753 0.1540582 0.8691453 0.1558011 0.8664035 0.1540582 0.8691453 0.1520871 0.8656645 0.1520944 0.8733986 0.1496343 0.8727495 0.1540582 0.8691453 0.1520944 0.8733986 0.1540582 0.8691453 0.1556919 0.8735786 0.1520944 0.8733986 0.1517745 0.8794534 0.1496343 0.8727495 0.4937776 0.3398992 0.4909438 0.3380269 0.486236 0.3497358 0.4937776 0.3398992 0.4885192 0.3494563 0.4958381 0.3421176 0.4937776 0.3398992 0.4958381 0.3421176 0.5013517 0.3347594 0.4937776 0.3398992 0.4985807 0.3309004 0.4909438 0.3380269 0.5996538 0.3427182 0.6001185 0.3415334 0.5893529 0.3363082 0.5996538 0.3427182 0.5893529 0.3363082 0.5884218 0.3382915 0.5996538 0.3427182 0.5995455 0.3441981 0.6110522 0.3476992 0.5996538 0.3427182 0.6110522 0.3476992 0.6107025 0.3463871 0.6215853 0.3524656 0.6213853 0.351 0.6110522 0.3476992 0.6215853 0.3524656 0.6110522 0.3476992 0.6114712 0.3492514 0.6215853 0.3524656 0.6218222 0.3540997 0.6316856 0.3571248 0.6215853 0.3524656 0.6316856 0.3571248 0.6321174 0.3554925 0.5705333 0.3137911 0.574087 0.3059608 0.5637542 0.3111535 0.5705333 0.3137911 0.5637542 0.3111535 0.5674253 0.3214079 0.5705333 0.3137911 0.5674253 0.3214079 0.5763623 0.318701 0.5705333 0.3137911 0.5763623 0.318701 0.5794188 0.3132628 0.5821123 0.3272546 0.5845512 0.3240418 0.5763623 0.318701 0.5821123 0.3272546 0.5763623 0.318701 0.574036 0.3244352 0.5821123 0.3272546 0.5804768 0.3308835 0.5893529 0.3363082 0.5821123 0.3272546 0.5893529 0.3363082 0.5909593 0.3346734 0.4972988 0.344801 0.4958381 0.3421176 0.490063 0.3496297 0.4972988 0.344801 0.4914495 0.3505632 0.498574 0.3481684 0.4972988 0.344801 0.498574 0.3481684 0.5048221 0.344131 0.4972988 0.344801 0.5032483 0.3391005 0.4958381 0.3421176 0.5093987 0.3335233 0.5063421 0.3277093 0.5013517 0.3347594 0.5093987 0.3335233 0.5032483 0.3391005 0.5118892 0.3402938 0.5093987 0.3335233 0.5118892 0.3402938 0.5202069 0.3368375 0.5093987 0.3335233 0.5173191 0.328805 0.5063421 0.3277093 0.6001502 0.3462678 0.5995455 0.3441981 0.5888418 0.3409717 0.6001502 0.3462678 0.5888418 0.3409717 0.5897052 0.3442214 0.6001502 0.3462678 0.6006712 0.3490032 0.6120287 0.3512838 0.6001502 0.3462678 0.6120287 0.3512838 0.6114712 0.3492514 0.622133 0.3560706 0.6218222 0.3540997 0.6120287 0.3512838 0.622133 0.3560706 0.6120287 0.3512838 0.6120448 0.3538897 0.622133 0.3560706 0.6218956 0.3584979 0.6313502 0.3607429 0.622133 0.3560706 0.6313502 0.3607429 0.6313859 0.3588454 0.5285788 0.3256808 0.5266271 0.3191439 0.5173191 0.328805 0.5285788 0.3256808 0.5173191 0.328805 0.5202069 0.3368375 0.5285788 0.3256808 0.5302071 0.3339426 0.539982 0.3322414 0.5285788 0.3256808 0.5402004 0.3244717 0.5266271 0.3191439 0.5492067 0.3254987 0.5518205 0.3180389 0.5409295 0.3163143 0.5492067 0.3254987 0.5402004 0.3244717 0.5476241 0.3323662 0.5492067 0.3254987 0.5476241 0.3323662 0.5549831 0.3334537 0.5492067 0.3254987 0.5570564 0.327346 0.5518205 0.3180389 0.5652084 0.3285976 0.5674253 0.3214079 0.5601763 0.3199073 0.5652084 0.3285976 0.5570564 0.327346 0.5639088 0.3346405 0.5652084 0.3285976 0.5639088 0.3346405 0.57317 0.3307613 0.5652084 0.3285976 0.57317 0.3307613 0.574036 0.3244352 0.580448 0.3353444 0.5804768 0.3308835 0.57317 0.3307613 0.580448 0.3353444 0.57317 0.3307613 0.5730553 0.3365805 0.580448 0.3353444 0.581077 0.3399273 0.5888418 0.3409717 0.580448 0.3353444 0.5888418 0.3409717 0.5884218 0.3382915 0.5000783 0.3524387 0.498574 0.3481684 0.4927353 0.352306 0.5000783 0.3524387 0.4939769 0.3549075 0.5016523 0.3591421 0.5000783 0.3524387 0.5016523 0.3591421 0.5066243 0.3500582 0.5000783 0.3524387 0.5066243 0.3500582 0.498574 0.3481684 0.5140595 0.3478542 0.5118892 0.3402938 0.5048221 0.344131 0.5140595 0.3478542 0.5066243 0.3500582 0.5082643 0.3581809 0.5140595 0.3478542 0.5155507 0.3573052 0.5234923 0.3562937 0.5140595 0.3478542 0.5223704 0.345676 0.5118892 0.3402938 0.600312 0.3524796 0.6006712 0.3490032 0.5901043 0.3479129 0.600312 0.3524796 0.5901043 0.3479129 0.5896514 0.3544647 0.600312 0.3524796 0.5995768 0.3594803 0.6108392 0.3571622 0.600312 0.3524796 0.6108392 0.3571622 0.6120448 0.3538897 0.6204878 0.3615009 0.6218956 0.3584979 0.6120448 0.3538897 0.6204878 0.3615009 0.6108392 0.3571622 0.618442 0.3671621 0.6204878 0.3615009 0.618442 0.3671621 0.6275858 0.3707423 0.6204878 0.3615009 0.629697 0.3656677 0.6218956 0.3584979 0.5315436 0.3433728 0.5302071 0.3339426 0.5202069 0.3368375 0.5315436 0.3433728 0.5223704 0.345676 0.5320695 0.3549253 0.5315436 0.3433728 0.5320695 0.3549253 0.5411261 0.3524142 0.5315436 0.3433728 0.540306 0.3411496 0.5302071 0.3339426 0.3724055 0.2742221 0.3614899 0.2744616 0.3644146 0.2680148 0.3724055 0.2742221 0.3762145 0.2658706 0.3838511 0.2724072 0.3326123 0.2601913 0.3216584 0.2513825 0.3349577 0.2553258 0.3326123 0.2601913 0.3349577 0.2553258 0.3443003 0.2621718 0.3516119 0.2716494 0.3421823 0.2666159 0.3539479 0.2665917 0.3516119 0.2716494 0.3539479 0.2665917 0.3614899 0.2744616 0.4939532 0.3159766 0.4898435 0.3129566 0.4869675 0.32118 0.4939532 0.3159766 0.4911271 0.3243906 0.4982061 0.319193 0.4939532 0.3159766 0.4982061 0.319193 0.5011128 0.3125604 0.4939532 0.3159766 0.4968132 0.3093739 0.4898435 0.3129566 0.5008783 0.3028167 0.4964105 0.299635 0.4927052 0.3066119 0.5008783 0.3028167 0.4968132 0.3093739 0.5047239 0.3069124 0.5008783 0.3028167 0.5047239 0.3069124 0.5102983 0.3027943 0.5008783 0.3028167 0.5071849 0.2975451 0.4964105 0.299635 0.4799752 0.2987745 0.4779144 0.2911902 0.4746047 0.3008557 0.4799752 0.2987745 0.4746047 0.3008557 0.482647 0.3053119 0.4799752 0.2987745 0.482647 0.3053119 0.485597 0.3023136 0.4799752 0.2987745 0.4854394 0.2974958 0.4849514 0.2914663 0.4860056 0.3097204 0.482647 0.3053119 0.477154 0.3117851 0.4860056 0.3097204 0.4829801 0.317332 0.4898435 0.3129566 0.4860056 0.3097204 0.4898435 0.3129566 0.4927052 0.3066119 0.4860056 0.3097204 0.4887747 0.3039773 0.482647 0.3053119 0.8569583 0.8570796 0.8568819 0.858285 0.8464624 0.8571843 0.5112894 0.2817322 0.5003263 0.28351 0.5018565 0.2915332 0.5112894 0.2817322 0.514046 0.2884685 0.5223872 0.2801545 0.5081771 0.3114673 0.5124301 0.3080747 0.5047239 0.3069124 0.5081771 0.3114673 0.5047239 0.3069124 0.5011128 0.3125604 0.5081771 0.3114673 0.5056181 0.3164685 0.5138415 0.3147149 0.5081771 0.3114673 0.5138415 0.3147149 0.5124301 0.3080747 0.5024735 0.3230182 0.4982061 0.319193 0.4951133 0.3274639 0.5024735 0.3230182 0.4985807 0.3309004 0.5063421 0.3277093 0.5024735 0.3230182 0.5063421 0.3277093 0.5127863 0.3206617 0.5024735 0.3230182 0.5056181 0.3164685 0.4982061 0.319193 0.5206566 0.3063509 0.5301632 0.3060175 0.5291529 0.3000673 0.5206566 0.3063509 0.5190946 0.3007516 0.5124301 0.3080747 0.5206566 0.3063509 0.5124301 0.3080747 0.5156204 0.3114709 0.5206566 0.3063509 0.5221629 0.3111967 0.5292292 0.3099507 0.5243208 0.3148885 0.5342481 0.3121837 0.5292292 0.3099507 0.5243208 0.3148885 0.5221629 0.3111967 0.5138415 0.3147149 0.5243208 0.3148885 0.5138415 0.3147149 0.5127863 0.3206617 0.5243208 0.3148885 0.5266271 0.3191439 0.5342481 0.3121837 0.5382565 0.3067961 0.5385137 0.3000246 0.5301632 0.3060175 0.5382565 0.3067961 0.5301632 0.3060175 0.5342481 0.3121837 0.5382565 0.3067961 0.5342481 0.3121837 0.5409295 0.3163143 0.5382565 0.3067961 0.5461742 0.3081187 0.5385137 0.3000246 0.555154 0.3094169 0.5518205 0.3180389 0.5601763 0.3199073 0.555154 0.3094169 0.5637542 0.3111535 0.5563841 0.3002164 0.555154 0.3094169 0.5563841 0.3002164 0.5474871 0.3002116 0.555154 0.3094169 0.5461742 0.3081187 0.5518205 0.3180389 0.5371869 0.2931681 0.5346586 0.2863076 0.5274855 0.2936503 0.5371869 0.2931681 0.5274855 0.2936503 0.5291529 0.3000673 0.5371869 0.2931681 0.5385137 0.3000246 0.5456591 0.292557 0.5371869 0.2931681 0.5456591 0.292557 0.5420055 0.2851414 0.5526879 0.2910209 0.5468766 0.2820565 0.5456591 0.292557 0.5526879 0.2910209 0.5456591 0.292557 0.5474871 0.3002116 0.5526879 0.2910209 0.5563841 0.3002164 0.5589951 0.2890224 0.5526879 0.2910209 0.5589951 0.2890224 0.5468766 0.2820565 0.5031366 0.3698088 0.5093515 0.3697979 0.5082643 0.3581809 0.5031366 0.3698088 0.5016523 0.3591421 0.4971406 0.3697999 0.5031366 0.3698088 0.4971406 0.3697999 0.4984042 0.3794402 0.5031366 0.3698088 0.5039014 0.3800598 0.5093515 0.3697979 0.5033169 0.3855158 0.5085101 0.3867578 0.5039014 0.3800598 0.5033169 0.3855158 0.5039014 0.3800598 0.4983065 0.3846375 0.5033169 0.3855158 0.4983065 0.3846375 0.5022383 0.3880664 0.5033169 0.3855158 0.5022383 0.3880664 0.5085101 0.3867578 0.5160041 0.3697474 0.5232554 0.369664 0.5155507 0.3573052 0.5160041 0.3697474 0.5155507 0.3573052 0.5093515 0.3697979 0.5160041 0.3697474 0.5093515 0.3697979 0.5154875 0.3814614 0.5160041 0.3697474 0.5154875 0.3814614 0.5221292 0.382296 0.5140687 0.3887274 0.5205829 0.3906991 0.5154875 0.3814614 0.5140687 0.3887274 0.5154875 0.3814614 0.5095466 0.38072 0.5140687 0.3887274 0.5085101 0.3867578 0.507039 0.3907823 0.5140687 0.3887274 0.5133339 0.3939068 0.5205829 0.3906991 0.5989697 0.3727883 0.6077303 0.3751078 0.6091538 0.3634516 0.5989697 0.3727883 0.5995768 0.3594803 0.5913478 0.3710336 0.5989697 0.3727883 0.5913478 0.3710336 0.5891237 0.3872175 0.5989697 0.3727883 0.5984209 0.3866426 0.6077303 0.3751078 0.5978605 0.395282 0.6066571 0.3946011 0.6068158 0.387151 0.5978605 0.395282 0.5984209 0.3866426 0.5891237 0.3872175 0.5978605 0.395282 0.5885904 0.3961494 0.5975596 0.4004508 0.5978605 0.395282 0.5975596 0.4004508 0.6068663 0.399339 0.6162906 0.377564 0.6247507 0.3800886 0.6275858 0.3707423 0.6162906 0.377564 0.618442 0.3671621 0.6077303 0.3751078 0.6162906 0.377564 0.6077303 0.3751078 0.6068158 0.387151 0.6162906 0.377564 0.6146988 0.3881946 0.6247507 0.3800886 0.6143316 0.3945419 0.6214451 0.3947934 0.6223259 0.3895059 0.6143316 0.3945419 0.6146988 0.3881946 0.6066571 0.3946011 0.6143316 0.3945419 0.6066571 0.3946011 0.6068663 0.399339 0.6143316 0.3945419 0.6143279 0.3986275 0.6214451 0.3947934 0.5312663 0.3695542 0.5383613 0.369256 0.5320695 0.3549253 0.5312663 0.3695542 0.5320695 0.3549253 0.5234923 0.3562937 0.5312663 0.3695542 0.5232554 0.369664 0.5298765 0.3832359 0.5312663 0.3695542 0.5298765 0.3832359 0.5386672 0.3850895 0.5286429 0.3919472 0.5374301 0.3929586 0.5298765 0.3832359 0.5286429 0.3919472 0.5298765 0.3832359 0.5221292 0.382296 0.5286429 0.3919472 0.5205829 0.3906991 0.5276038 0.3973184 0.5286429 0.3919472 0.5276038 0.3973184 0.5364468 0.3977696 0.5635522 0.338817 0.5729831 0.3407942 0.5730553 0.3365805 0.5635522 0.338817 0.5639088 0.3346405 0.5549831 0.3334537 0.5635522 0.338817 0.5545449 0.3382146 0.5548511 0.3425756 0.5635522 0.338817 0.5635988 0.3426572 0.5729831 0.3407942 0.5446172 0.3683054 0.5459821 0.3574561 0.5383613 0.369256 0.5446172 0.3683054 0.5383613 0.369256 0.5451816 0.3789989 0.5631557 0.3841728 0.5561937 0.3837329 0.5628672 0.3915491 0.5631557 0.3841728 0.5628672 0.3915491 0.5702399 0.3841864 0.5626322 0.3964346 0.5707762 0.396932 0.5628672 0.3915491 0.5626322 0.3964346 0.5628672 0.3915491 0.5554067 0.3909003 0.5626322 0.3964346 0.5545775 0.395467 0.5628968 0.4008923 0.5626322 0.3964346 0.5628968 0.4008923 0.5707762 0.396932 0.5840805 0.3701214 0.5824008 0.3802489 0.5913478 0.3710336 0.5840805 0.3701214 0.5913478 0.3710336 0.5834454 0.3596596 0.6449635 0.5225292 0.6484495 0.5223323 0.6471937 0.5209469 0.6449635 0.5225292 0.644532 0.520929 0.6409961 0.5223476 0.6449635 0.5225292 0.6409961 0.5223476 0.6407551 0.5243417 0.6449635 0.5225292 0.6454082 0.5244924 0.6484495 0.5223323 0.4951881 0.5194414 0.4927715 0.5193518 0.494939 0.5212424 0.4951881 0.5194414 0.494939 0.5212424 0.498187 0.5193548 0.4951881 0.5194414 0.498187 0.5193548 0.4976803 0.5174058 0.4951881 0.5194414 0.4953336 0.5178114 0.4936116 0.5179333 0.4925416 0.5129176 0.490906 0.5146163 0.4924476 0.5150137 0.4925416 0.5129176 0.4938081 0.5139366 0.4958226 0.5127058 0.4925416 0.5129176 0.494707 0.5109819 0.4910284 0.511785 0.4925416 0.5129176 0.4910284 0.511785 0.490906 0.5146163 0.6463544 0.5146368 0.649423 0.5162939 0.6474675 0.5130631 0.6463544 0.5146368 0.6474675 0.5130631 0.6433266 0.5113558 0.6463544 0.5146368 0.6426731 0.5131866 0.6454165 0.5159063 0.6463544 0.5146368 0.6454165 0.5159063 0.6478929 0.5170958 0.6276687 0.5501714 0.6301755 0.5520811 0.6303102 0.55048 0.6276687 0.5501714 0.6284125 0.5489066 0.6250591 0.5476494 0.6276687 0.5501714 0.6250591 0.5476494 0.6237325 0.5488533 0.6276687 0.5501714 0.6267479 0.5517086 0.6301755 0.5520811 0.5190485 0.5470762 0.5171915 0.548419 0.520307 0.5487868 0.5190485 0.5470762 0.520307 0.5487868 0.5212505 0.5452031 0.5190485 0.5470762 0.5212505 0.5452031 0.5194467 0.5438867 0.5190485 0.5470762 0.5179378 0.5456337 0.5167198 0.546701 0.5122222 0.5436293 0.5121921 0.5459207 0.5139394 0.545274 0.5122222 0.5436293 0.5140877 0.5436949 0.5145995 0.5414617 0.5122222 0.5436293 0.5124905 0.5407264 0.5100843 0.5436164 0.5122222 0.5436293 0.5100843 0.5436164 0.5121921 0.5459207 0.6337835 0.5455141 0.6347972 0.5482731 0.6352794 0.5451206 0.6337835 0.5455141 0.6352794 0.5451206 0.6336374 0.5416939 0.6337835 0.5455141 0.6323013 0.5425169 0.6325362 0.5458024 0.6337835 0.5455141 0.6325362 0.5458024 0.6334258 0.5479219 0.5991471 0.5579587 0.6004697 0.5610567 0.6011368 0.5598011 0.5991471 0.5579587 0.6001823 0.5572798 0.5980322 0.5541875 0.5991471 0.5579587 0.5980322 0.5541875 0.5965817 0.5545473 0.5991471 0.5579587 0.5979184 0.5587427 0.6004697 0.5610567 0.5499865 0.553018 0.5489356 0.5549694 0.5515816 0.5540732 0.5499865 0.553018 0.5515816 0.5540732 0.5511752 0.5504032 0.5499865 0.553018 0.5511752 0.5504032 0.5493121 0.5499775 0.5499865 0.553018 0.5485978 0.5521447 0.5479696 0.5535892 0.5432806 0.5522015 0.5440796 0.5544111 0.5452932 0.5533053 0.5432806 0.5522015 0.5448812 0.5516654 0.5445349 0.5492742 0.5432806 0.5522015 0.5424619 0.5493077 0.5414341 0.5528804 0.5432806 0.5522015 0.5414341 0.5528804 0.5440796 0.5544111 0.6069864 0.5573083 0.6061567 0.5605615 0.6085057 0.5579036 0.6069864 0.5573083 0.6085057 0.5579036 0.6093598 0.5534352 0.6069864 0.5573083 0.6075466 0.5534016 0.6057263 0.5567722 0.6069864 0.5573083 0.6057263 0.5567722 0.6052636 0.5593628 0.6295208 0.5220285 0.6317234 0.5217854 0.63169 0.5193893 0.6295208 0.5220285 0.6290792 0.5203238 0.6272183 0.5223354 0.6295208 0.5220285 0.6272183 0.5223354 0.6282101 0.5242493 0.6295208 0.5220285 0.6299099 0.5240731 0.6317234 0.5217854 0.5101905 0.5177366 0.5077863 0.5178996 0.5093645 0.5205919 0.5101905 0.5177366 0.5093645 0.5205919 0.5111073 0.5207611 0.5101905 0.5177366 0.5126855 0.517651 0.5106315 0.5150281 0.5101905 0.5177366 0.5106315 0.5150281 0.5076086 0.5152685 0.5045396 0.5040588 0.502635 0.5056703 0.5064771 0.5059592 0.5045396 0.5040588 0.5064771 0.5059592 0.5063456 0.5023004 0.5045396 0.5040588 0.5063456 0.5023004 0.5041361 0.5006623 0.5045396 0.5040588 0.5024495 0.5022757 0.502635 0.5056703 0.6308485 0.5105453 0.6331198 0.511258 0.6316348 0.5083078 0.6308485 0.5105453 0.6316348 0.5083078 0.6294436 0.5075756 0.6308485 0.5105453 0.6285018 0.5096525 0.6301027 0.5123738 0.6308485 0.5105453 0.6301027 0.5123738 0.6324496 0.513817 0.6159142 0.536816 0.618323 0.5391564 0.6202446 0.5377326 0.6159142 0.536816 0.6168571 0.5355023 0.6133285 0.5346203 0.6159142 0.536816 0.6133285 0.5346203 0.612868 0.5366328 0.6159142 0.536816 0.6146903 0.5383605 0.618323 0.5391564 0.5310702 0.5336328 0.5287076 0.5361058 0.5326603 0.536481 0.5310702 0.5336328 0.5326603 0.536481 0.5346192 0.5348625 0.5310702 0.5336328 0.5336807 0.5313959 0.5293553 0.5310997 0.5310702 0.5336328 0.5293553 0.5310997 0.5265015 0.534025 0.5165688 0.525694 0.5157959 0.5291739 0.5187621 0.5298814 0.5165688 0.525694 0.5197563 0.5258001 0.517014 0.5222527 0.5165688 0.525694 0.517014 0.5222527 0.5134533 0.5232406 0.5165688 0.525694 0.5132153 0.5259074 0.5157959 0.5291739 0.625737 0.5298168 0.6270594 0.5329993 0.627675 0.529145 0.625737 0.5298168 0.627675 0.529145 0.6267975 0.5266867 0.625737 0.5298168 0.6246098 0.5266551 0.6241313 0.5302999 0.625737 0.5298168 0.6241313 0.5302999 0.6251458 0.5342648 0.5961077 0.5387407 0.5968719 0.5422928 0.5989477 0.5421254 0.5961077 0.5387407 0.5974794 0.5381578 0.5951256 0.5353563 0.5961077 0.5387407 0.5951256 0.5353563 0.5936377 0.5365204 0.5961077 0.5387407 0.5944344 0.5393829 0.5968719 0.5422928 0.5557283 0.5364823 0.5546032 0.5397439 0.5579288 0.5379135 0.5557283 0.5364823 0.5579288 0.5379135 0.5571506 0.533433 0.5557283 0.5364823 0.5571506 0.533433 0.5534352 0.5352409 0.5557283 0.5364823 0.5534352 0.5352409 0.5546032 0.5397439 0.5405569 0.5356717 0.541036 0.5385966 0.5437201 0.5381215 0.5405569 0.5356717 0.5431506 0.5343584 0.5398507 0.5327416 0.5405569 0.5356717 0.5398507 0.5327416 0.5373631 0.5354866 0.5405569 0.5356717 0.5379728 0.5373799 0.541036 0.5385966 0.6082734 0.5386725 0.6078553 0.5419238 0.6102343 0.5395249 0.6082734 0.5386725 0.6102343 0.5395249 0.6105769 0.5373547 0.6082734 0.5386725 0.608833 0.5354876 0.606661 0.5378837 0.6082734 0.5386725 0.606661 0.5378837 0.6054555 0.5419571 0.5944545 0.5327555 0.5951256 0.5353563 0.5964397 0.5345033 0.5944545 0.5327555 0.5957096 0.5313826 0.5936301 0.5309439 0.5944545 0.5327555 0.5936301 0.5309439 0.5925843 0.5335513 0.5944545 0.5327555 0.5931172 0.5347558 0.5951256 0.5353563 0.5585933 0.5312764 0.5571506 0.533433 0.5592532 0.5353769 0.5585933 0.5312764 0.5603083 0.5339185 0.5613182 0.5331066 0.5585933 0.5312764 0.5601879 0.5298957 0.5563326 0.5289651 0.5585933 0.5312764 0.5563326 0.5289651 0.554789 0.5317325 0.5391665 0.5302296 0.5398507 0.5327416 0.5425207 0.530627 0.5391665 0.5302296 0.54181 0.5271282 0.5380702 0.5289109 0.5391665 0.5302296 0.5380702 0.5289109 0.5364572 0.5338831 0.5391665 0.5302296 0.5369201 0.5343455 0.5398507 0.5327416 0.6091267 0.5329515 0.608833 0.5354876 0.6109111 0.5361819 0.6091267 0.5329515 0.6109111 0.5361819 0.6113116 0.5357587 0.6091267 0.5329515 0.6097241 0.5317651 0.6075655 0.5306431 0.6091267 0.5329515 0.6075655 0.5306431 0.6073102 0.5340648 0.6111949 0.532629 0.6133285 0.5346203 0.6138572 0.5330182 0.6111949 0.532629 0.6110198 0.5302512 0.6097241 0.5317651 0.6111949 0.532629 0.6097241 0.5317651 0.6113116 0.5357587 0.6111949 0.532629 0.6118528 0.5358372 0.6133285 0.5346203 0.5361278 0.5295608 0.5336807 0.5313959 0.5357875 0.5340259 0.5361278 0.5295608 0.5357875 0.5340259 0.5364572 0.5338831 0.5361278 0.5295608 0.5380702 0.5289109 0.5355352 0.5256295 0.5361278 0.5295608 0.5355352 0.5256295 0.53234 0.5282962 0.5171563 0.5194143 0.517014 0.5222527 0.5205687 0.5218452 0.5171563 0.5194143 0.5210208 0.5180985 0.5166048 0.5176234 0.5171563 0.5194143 0.5166048 0.5176234 0.5131618 0.5210233 0.5171563 0.5194143 0.5134788 0.521724 0.517014 0.5222527 0.6235824 0.5241889 0.6246098 0.5266551 0.6263924 0.5253692 0.6235824 0.5241889 0.6263924 0.5253692 0.6264787 0.5247619 0.6235824 0.5241889 0.6234261 0.5226553 0.6213597 0.5235558 0.6235824 0.5241889 0.6213597 0.5235558 0.6228142 0.5267602 0.6249124 0.5222908 0.6272183 0.5223354 0.626473 0.5206858 0.6249124 0.5222908 0.6235015 0.5204965 0.6234261 0.5226553 0.6249124 0.5222908 0.6234261 0.5226553 0.6264787 0.5247619 0.6249124 0.5222908 0.6270755 0.5244337 0.6272183 0.5223354 0.5149691 0.5173245 0.5126855 0.517651 0.5123722 0.5208036 0.5149691 0.5173245 0.5123722 0.5208036 0.5131618 0.5210233 0.5149691 0.5173245 0.5166048 0.5176234 0.516609 0.5139828 0.5149691 0.5173245 0.516609 0.5139828 0.5136702 0.5146467 0.5079447 0.5007945 0.5063456 0.5023004 0.5085173 0.5041826 0.5079447 0.5007945 0.5102563 0.502666 0.5096724 0.4992562 0.5079447 0.5007945 0.5096724 0.4992562 0.5073593 0.4978019 0.5079447 0.5007945 0.5056779 0.4992387 0.5063456 0.5023004 0.6261219 0.5089153 0.6285018 0.5096525 0.6274496 0.5067377 0.6261219 0.5089153 0.6274496 0.5067377 0.6253357 0.5056298 0.6261219 0.5089153 0.6235391 0.507786 0.6252024 0.5108085 0.6261219 0.5089153 0.6252024 0.5108085 0.6277402 0.5114374 0.5942992 0.4237419 0.6006287 0.4253478 0.5969491 0.4170139 0.5942992 0.4237419 0.5969491 0.4170139 0.5892614 0.4151145 0.5942992 0.4237419 0.5870965 0.4219146 0.5906496 0.4313483 0.5942992 0.4237419 0.5906496 0.4313483 0.5961053 0.4349221 0.5189734 0.4847856 0.523028 0.4848538 0.5208026 0.4795721 0.5189734 0.4847856 0.5208026 0.4795721 0.5145859 0.4822047 0.5189734 0.4847856 0.5148838 0.4852733 0.517627 0.4889559 0.5189734 0.4847856 0.517627 0.4889559 0.5208663 0.4895702 0.5972092 0.5510691 0.5957589 0.5513108 0.5980322 0.5541875 0.5972092 0.5510691 0.5980322 0.5541875 0.5995996 0.5537046 0.5972092 0.5510691 0.5984767 0.5507532 0.5967906 0.548255 0.5972092 0.5510691 0.5967906 0.548255 0.5953565 0.5485231 0.5968888 0.5453969 0.5952811 0.5456742 0.5967906 0.548255 0.5968888 0.5453969 0.5967906 0.548255 0.5980784 0.5480429 0.5968888 0.5453969 0.5982747 0.5452979 0.5968719 0.5422928 0.5968888 0.5453969 0.5968719 0.5422928 0.5951135 0.5426616 0.5524573 0.5477575 0.5509788 0.5471981 0.5511752 0.5504032 0.5524573 0.5477575 0.5511752 0.5504032 0.5530156 0.5506968 0.5524573 0.5477575 0.5540358 0.5481454 0.5535202 0.5451219 0.5524573 0.5477575 0.5535202 0.5451219 0.5520594 0.5444739 0.5540513 0.5425372 0.5524209 0.5419679 0.5520594 0.5444739 0.5540513 0.5425372 0.5535202 0.5451219 0.5556594 0.5434979 0.5540513 0.5425372 0.5556594 0.5434979 0.5566319 0.5408475 0.5540513 0.5425372 0.5546032 0.5397439 0.5524209 0.5419679 0.5416349 0.5463564 0.5397273 0.5464257 0.5403853 0.5492392 0.5416349 0.5463564 0.5424619 0.5493077 0.5433692 0.5461218 0.5416349 0.5463564 0.5433692 0.5461218 0.5428125 0.5432174 0.5416349 0.5463564 0.5410704 0.5435507 0.5397273 0.5464257 0.5410389 0.5410935 0.5389654 0.5418376 0.5410704 0.5435507 0.5410389 0.5410935 0.5410704 0.5435507 0.5428125 0.5432174 0.5410389 0.5410935 0.5429417 0.5407877 0.541036 0.5385966 0.5410389 0.5410935 0.541036 0.5385966 0.5385674 0.5396291 0.6079968 0.5501137 0.6064472 0.5500835 0.6075466 0.5534016 0.6079968 0.5501137 0.6075466 0.5534016 0.6098223 0.5499683 0.6079968 0.5501137 0.6098223 0.5499683 0.6099973 0.5471425 0.6079968 0.5501137 0.6081917 0.5472607 0.6066384 0.5473463 0.6079863 0.5446586 0.6063138 0.5448101 0.6081917 0.5472607 0.6079863 0.5446586 0.6081917 0.5472607 0.6099973 0.5471425 0.6079863 0.5446586 0.6099883 0.5445979 0.6078553 0.5419238 0.6079863 0.5446586 0.6078553 0.5419238 0.6063138 0.5448101 0.622964 0.5457051 0.6215355 0.5467569 0.6250591 0.5476494 0.622964 0.5457051 0.6250591 0.5476494 0.6241043 0.5447307 0.622964 0.5457051 0.6241043 0.5447307 0.6225271 0.5429413 0.622964 0.5457051 0.6212856 0.5438467 0.6215355 0.5467569 0.619926 0.5415819 0.618332 0.5427971 0.6198408 0.5449085 0.619926 0.5415819 0.6212856 0.5438467 0.6213158 0.5406753 0.619926 0.5415819 0.6213158 0.5406753 0.6202446 0.5377326 0.619926 0.5415819 0.618323 0.5391564 0.618332 0.5427971 0.5234428 0.5432382 0.5220197 0.5419036 0.5212505 0.5452031 0.5234428 0.5432382 0.5212505 0.5452031 0.5231301 0.5464162 0.5234428 0.5432382 0.5251287 0.5445051 0.5254269 0.5410855 0.5234428 0.5432382 0.5254269 0.5410855 0.5240321 0.5396474 0.5270041 0.538649 0.5254271 0.5371667 0.5240321 0.5396474 0.5270041 0.538649 0.5254269 0.5410855 0.5285106 0.5406572 0.5270041 0.538649 0.5285106 0.5406572 0.5304457 0.5385298 0.5270041 0.538649 0.5287076 0.5361058 0.5254271 0.5371667 0.5128953 0.5377829 0.5109345 0.5371376 0.5104568 0.5398846 0.5128953 0.5377829 0.5124905 0.5407264 0.5147905 0.5381798 0.5128953 0.5377829 0.5147905 0.5381798 0.5155397 0.5351987 0.5128953 0.5377829 0.5135756 0.5348872 0.5109345 0.5371376 0.5146703 0.5321279 0.5121681 0.5320163 0.5135756 0.5348872 0.5146703 0.5321279 0.5135756 0.5348872 0.5155397 0.5351987 0.5146703 0.5321279 0.516781 0.5325976 0.5157959 0.5291739 0.5146703 0.5321279 0.5157959 0.5291739 0.5127814 0.5290557 0.6312568 0.5400024 0.6301004 0.5406703 0.6323013 0.5425169 0.6312568 0.5400024 0.6323013 0.5425169 0.6325343 0.5390934 0.6312568 0.5400024 0.6325343 0.5390934 0.6301978 0.5377471 0.6312568 0.5400024 0.6301978 0.5377471 0.6290259 0.5385057 0.6286725 0.5355278 0.6274178 0.5364452 0.6301978 0.5377471 0.6286725 0.5355278 0.6301978 0.5377471 0.631545 0.5368613 0.6286725 0.5355278 0.6302446 0.5345399 0.6270594 0.5329993 0.6286725 0.5355278 0.6270594 0.5329993 0.6251458 0.5342648 0.6380593 0.522371 0.6376991 0.5241953 0.6409961 0.5223476 0.6380593 0.522371 0.6409961 0.5223476 0.6382232 0.5208153 0.6380593 0.522371 0.6382232 0.5208153 0.6357662 0.5223465 0.6380593 0.522371 0.6357662 0.5223465 0.6355623 0.5240684 0.6337297 0.5220214 0.6336669 0.523976 0.6355623 0.5240684 0.6337297 0.5220214 0.6357662 0.5223465 0.6339018 0.520395 0.6337297 0.5220214 0.6339018 0.520395 0.6317234 0.5217854 0.6337297 0.5220214 0.6317234 0.5217854 0.6336669 0.523976 0.5010964 0.5192819 0.5008625 0.5175733 0.498187 0.5193548 0.5010964 0.5192819 0.498187 0.5193548 0.4987977 0.521202 0.5010964 0.5192819 0.5015304 0.5210691 0.5036985 0.5190431 0.5010964 0.5192819 0.5036985 0.5190431 0.5036014 0.5172724 0.5057753 0.5184587 0.5056464 0.5165598 0.5036014 0.5172724 0.5057753 0.5184587 0.5036985 0.5190431 0.5055413 0.5206245 0.5057753 0.5184587 0.5055413 0.5206245 0.5074177 0.5204837 0.5057753 0.5184587 0.5077863 0.5178996 0.5056464 0.5165598 0.4967974 0.509213 0.4957935 0.5073676 0.4937139 0.5091648 0.4967974 0.509213 0.494707 0.5109819 0.4978833 0.5107514 0.4967974 0.509213 0.4978833 0.5107514 0.4999739 0.5093317 0.4967974 0.509213 0.4988096 0.5077508 0.4957935 0.5073676 0.5007402 0.5067355 0.4991303 0.5049829 0.4988096 0.5077508 0.5007402 0.5067355 0.4988096 0.5077508 0.4999739 0.5093317 0.5007402 0.5067355 0.5019552 0.5084041 0.502635 0.5056703 0.5007402 0.5067355 0.502635 0.5056703 0.5007402 0.5038066 0.6398147 0.5121797 0.639316 0.5136956 0.6418797 0.5150279 0.6398147 0.5121797 0.6426731 0.5131866 0.6403147 0.5103675 0.6398147 0.5121797 0.6403147 0.5103675 0.6379864 0.5098021 0.6398147 0.5121797 0.637456 0.511606 0.639316 0.5136956 0.6352733 0.5114552 0.634916 0.5132027 0.6370608 0.5131598 0.6352733 0.5114552 0.637456 0.511606 0.6358961 0.5093629 0.6352733 0.5114552 0.6358961 0.5093629 0.6338451 0.5089111 0.6352733 0.5114552 0.6331198 0.511258 0.634916 0.5132027 0.5160221 0.492362 0.5188954 0.4933398 0.517627 0.4889559 0.5160221 0.492362 0.517627 0.4889559 0.5145481 0.4887026 0.5160221 0.492362 0.5133747 0.4916629 0.5141155 0.4951336 0.5160221 0.492362 0.5141155 0.4951336 0.5168418 0.4963923 0.5118641 0.4974005 0.5144322 0.4989577 0.5141155 0.4951336 0.5118641 0.4974005 0.5141155 0.4951336 0.5116012 0.4941475 0.5118641 0.4974005 0.5094649 0.4961494 0.5096724 0.4992562 0.5118641 0.4974005 0.5096724 0.4992562 0.5120944 0.5010457 0.6139723 0.4993593 0.6173037 0.4998502 0.614593 0.4973723 0.6139723 0.4993593 0.6105023 0.4955399 0.6115016 0.4993615 0.6139723 0.4993593 0.6115016 0.4993615 0.6152189 0.5035745 0.6139723 0.4993593 0.6173602 0.5028585 0.6173037 0.4998502 0.6205838 0.5057173 0.6227844 0.5040876 0.6200292 0.5021485 0.6205838 0.5057173 0.6173602 0.5028585 0.6187015 0.5070385 0.6205838 0.5057173 0.6187015 0.5070385 0.6218983 0.5104491 0.6205838 0.5057173 0.6235391 0.507786 0.6227844 0.5040876 0.6008304 0.5568108 0.6001823 0.5572798 0.6014384 0.5585435 0.6008304 0.5568108 0.6014384 0.5585435 0.6016394 0.5576064 0.6008304 0.5568108 0.6013669 0.5564977 0.6007347 0.5550026 0.6008304 0.5568108 0.6007347 0.5550026 0.6001823 0.5572798 0.6049842 0.5563551 0.6057263 0.5567722 0.6047074 0.5545832 0.6049842 0.5563551 0.6047074 0.5545832 0.6044155 0.5561029 0.6049842 0.5563551 0.6044155 0.5561029 0.6043581 0.5572774 0.6049842 0.5563551 0.6047347 0.5581655 0.6057263 0.5567722 0.628802 0.5481866 0.6284125 0.5489066 0.6300408 0.549273 0.628802 0.5481866 0.6300408 0.549273 0.6297892 0.5484617 0.628802 0.5481866 0.6290936 0.5477312 0.628569 0.5469676 0.628802 0.5481866 0.627935 0.5468135 0.6284125 0.5489066 0.631786 0.5458802 0.6325362 0.5458024 0.6307647 0.5447431 0.631786 0.5458802 0.6307647 0.5447431 0.6312584 0.5459758 0.631786 0.5458802 0.6312584 0.5459758 0.6317484 0.5468454 0.631786 0.5458802 0.6324332 0.5473073 0.6325362 0.5458024 0.6448284 0.516567 0.6454165 0.5159063 0.6430571 0.5162566 0.6448284 0.516567 0.6430571 0.5162566 0.6434845 0.5167822 0.6448284 0.516567 0.644468 0.5169917 0.6455374 0.5173612 0.6448284 0.516567 0.6465075 0.5173124 0.6454165 0.5159063 0.6441268 0.5200551 0.644532 0.520929 0.6459073 0.5201341 0.6441268 0.5200551 0.6459073 0.5201341 0.6450071 0.5196483 0.6441268 0.5200551 0.6438671 0.5195018 0.6424294 0.5195392 0.6441268 0.5200551 0.6424294 0.5195392 0.644532 0.520929 0.6350893 0.5142605 0.634916 0.5132027 0.6336498 0.5147436 0.6350893 0.5142605 0.6336498 0.5147436 0.6342953 0.5152019 0.6350893 0.5142605 0.6353638 0.5150421 0.636936 0.5142135 0.6350893 0.5142605 0.636936 0.5142135 0.6370608 0.5131598 0.6388192 0.5146191 0.639316 0.5136956 0.6370608 0.5131598 0.6388192 0.5146191 0.636936 0.5142135 0.6384109 0.515325 0.6388192 0.5146191 0.6384109 0.515325 0.6394236 0.5156663 0.6388192 0.5146191 0.6402068 0.5153675 0.639316 0.5136956 0.6342926 0.5194254 0.6339018 0.520395 0.6359393 0.5208507 0.6342926 0.5194254 0.6360508 0.519807 0.6347051 0.5187149 0.6342926 0.5194254 0.6347051 0.5187149 0.6337612 0.5184196 0.6342926 0.5194254 0.6330544 0.5187311 0.6339018 0.520395 0.6379943 0.5197967 0.6382232 0.5208153 0.6395691 0.5193741 0.6379943 0.5197967 0.6395691 0.5193741 0.6388611 0.5188874 0.6379943 0.5197967 0.6377331 0.5189947 0.6360508 0.519807 0.6379943 0.5197967 0.6360508 0.519807 0.6359393 0.5208507 0.6222968 0.5403859 0.6213158 0.5406753 0.6225271 0.5429413 0.6222968 0.5403859 0.6233624 0.5423491 0.6230849 0.5402339 0.6222968 0.5403859 0.6230849 0.5402339 0.6225603 0.5390045 0.6222968 0.5403859 0.6218059 0.538565 0.6213158 0.5406753 0.624668 0.5439109 0.6241043 0.5447307 0.6259851 0.5447747 0.624668 0.5439109 0.6259851 0.5447747 0.6259025 0.5439603 0.624668 0.5439109 0.6250938 0.5432087 0.6233624 0.5423491 0.624668 0.5439109 0.6233624 0.5423491 0.6225271 0.5429413 0.626798 0.537222 0.6274178 0.5364452 0.625323 0.5360499 0.626798 0.537222 0.625323 0.5360499 0.6254241 0.5369405 0.626798 0.537222 0.626349 0.5378949 0.628205 0.5390097 0.626798 0.537222 0.628205 0.5390097 0.6290259 0.5385057 0.6291862 0.540856 0.6301004 0.5406703 0.6290259 0.5385057 0.6291862 0.540856 0.628205 0.5390097 0.6283793 0.5409651 0.6291862 0.540856 0.6283793 0.5409651 0.6287913 0.5420237 0.6291862 0.540856 0.6295277 0.5424231 0.6301004 0.5406703 0.599217 0.5455554 0.5982747 0.5452979 0.5980784 0.5480429 0.599217 0.5455554 0.5990738 0.5479428 0.6000524 0.5458456 0.599217 0.5455554 0.6000524 0.5458456 0.6002849 0.5444962 0.599217 0.5455554 0.5998194 0.5437116 0.5982747 0.5452979 0.5993784 0.550289 0.5984767 0.5507532 0.6001004 0.5519937 0.5993784 0.550289 0.6001004 0.5519937 0.6005236 0.5511217 0.5993784 0.550289 0.6002078 0.549858 0.5990738 0.5479428 0.5993784 0.550289 0.5990738 0.5479428 0.5980784 0.5480429 0.6053 0.5451431 0.6063138 0.5448101 0.6045979 0.5435008 0.6053 0.5451431 0.6045979 0.5435008 0.6041829 0.5442541 0.6053 0.5451431 0.604497 0.5454775 0.6055892 0.5473669 0.6053 0.5451431 0.6055892 0.5473669 0.6066384 0.5473463 0.6054496 0.5497021 0.6064472 0.5500835 0.6066384 0.5473463 0.6054496 0.5497021 0.6055892 0.5473669 0.6046198 0.5493325 0.6054496 0.5497021 0.6046198 0.5493325 0.60439 0.5506723 0.6054496 0.5497021 0.6048611 0.5515208 0.6064472 0.5500835 0.5968002 0.5312648 0.5957096 0.5313826 0.5974062 0.534272 0.5968002 0.5312648 0.5974062 0.534272 0.5980234 0.5315777 0.5968002 0.5312648 0.5980234 0.5315777 0.5980188 0.52989 0.5968002 0.5312648 0.5970121 0.5290187 0.5957096 0.5313826 0.6064509 0.5301786 0.6075655 0.5306431 0.6058183 0.5278292 0.6064509 0.5301786 0.6058183 0.5278292 0.6050044 0.5288943 0.6064509 0.5301786 0.6052803 0.5305946 0.6062293 0.5335305 0.6064509 0.5301786 0.6062293 0.5335305 0.6075655 0.5306431 0.5982475 0.5376938 0.5974794 0.5381578 0.5989477 0.5421254 0.5982475 0.5376938 0.5993309 0.5403917 0.5996047 0.5393411 0.5982475 0.5376938 0.5989972 0.5373691 0.5984427 0.534294 0.5982475 0.5376938 0.5974062 0.534272 0.5964397 0.5345033 0.6057456 0.5372219 0.606661 0.5378837 0.6073102 0.5340648 0.6057456 0.5372219 0.6062293 0.5335305 0.6049123 0.5368353 0.6057456 0.5372219 0.6049123 0.5368353 0.6045122 0.5389914 0.6057456 0.5372219 0.6049082 0.5401238 0.606661 0.5378837 0.6118102 0.5295343 0.6110198 0.5302512 0.6145225 0.5322371 0.6118102 0.5295343 0.6145225 0.5322371 0.6131773 0.5293131 0.6118102 0.5295343 0.6131773 0.5293131 0.6119879 0.5275504 0.6118102 0.5295343 0.6103661 0.5270004 0.6110198 0.5302512 0.6203116 0.5240169 0.6213597 0.5235558 0.6185348 0.5220468 0.6203116 0.5240169 0.6185348 0.5220468 0.6183523 0.5235109 0.6203116 0.5240169 0.6195321 0.5250445 0.6218025 0.5271387 0.6203116 0.5240169 0.6218025 0.5271387 0.6213597 0.5235558 0.6172378 0.5346497 0.6168571 0.5355023 0.6195514 0.5361466 0.6172378 0.5346497 0.6195514 0.5361466 0.6191802 0.5351839 0.6172378 0.5346497 0.6176351 0.5339497 0.6154311 0.5316781 0.6172378 0.5346497 0.6145225 0.5322371 0.6138572 0.5330182 0.6231904 0.5304055 0.6241313 0.5302999 0.6228142 0.5267602 0.6231904 0.5304055 0.6218025 0.5271387 0.6209554 0.5277706 0.6231904 0.5304055 0.622401 0.5305728 0.6238971 0.5331029 0.6231904 0.5304055 0.6238971 0.5331029 0.6241313 0.5302999 0.6250993 0.5121331 0.6252024 0.5108085 0.6231923 0.5122559 0.6250993 0.5121331 0.6231923 0.5122559 0.6238703 0.5131711 0.6250993 0.5121331 0.6252196 0.5132529 0.6273387 0.5126382 0.6250993 0.5121331 0.6273387 0.5126382 0.6277402 0.5114374 0.6235951 0.5193992 0.6235015 0.5204965 0.626221 0.5195648 0.6235951 0.5193992 0.626221 0.5195648 0.6242414 0.5184926 0.6235951 0.5193992 0.6242414 0.5184926 0.6227702 0.5181508 0.6235951 0.5193992 0.6215804 0.5186159 0.6235015 0.5204965 0.6294376 0.5133842 0.6301027 0.5123738 0.6277402 0.5114374 0.6294376 0.5133842 0.6273387 0.5126382 0.6289147 0.5141162 0.6294376 0.5133842 0.6289147 0.5141162 0.6300707 0.5145905 0.6294376 0.5133842 0.630908 0.5143213 0.6301027 0.5123738 0.6285331 0.5192987 0.6290792 0.5203238 0.6301955 0.5186539 0.6285331 0.5192987 0.6301955 0.5186539 0.629413 0.5182448 0.6285331 0.5192987 0.6281396 0.5184874 0.626221 0.5195648 0.6285331 0.5192987 0.626221 0.5195648 0.626473 0.5206858 0.601419 0.5183838 0.602767 0.5185883 0.5992453 0.5123345 0.601419 0.5183838 0.5983126 0.5126245 0.5995981 0.5179236 0.601419 0.5183838 0.5995981 0.5179236 0.6009966 0.5210582 0.601419 0.5183838 0.603204 0.5228612 0.6072752 0.5260136 0.5957919 0.5074354 0.5965154 0.5066484 0.5938466 0.4971197 0.5957919 0.5074354 0.5936661 0.5038716 0.5936257 0.5057625 0.5957919 0.5074354 0.5949737 0.5084351 0.5983126 0.5126245 0.5957919 0.5074354 0.5983126 0.5126245 0.5992453 0.5123345 0.6034451 0.5179575 0.602767 0.5185883 0.6072752 0.5260136 0.6034451 0.5179575 0.6068988 0.5222477 0.6065562 0.5202022 0.6034451 0.5179575 0.6041428 0.5169623 0.6000631 0.512033 0.6034451 0.5179575 0.6000631 0.512033 0.602767 0.5185883 0.5975329 0.506608 0.5965154 0.5066484 0.5992453 0.5123345 0.5975329 0.506608 0.6000631 0.512033 0.5987197 0.5066192 0.5975329 0.506608 0.5987197 0.5066192 0.5975793 0.5035522 0.5975329 0.506608 0.5962448 0.5023778 0.5965154 0.5066484 0.6174558 0.5077428 0.6187015 0.5070385 0.6152189 0.5035745 0.6174558 0.5077428 0.6141332 0.5043023 0.6164559 0.5083001 0.6174558 0.5077428 0.6164559 0.5083001 0.6183006 0.5103569 0.6174558 0.5077428 0.6197116 0.5105541 0.6187015 0.5070385 0.6107521 0.5003501 0.6115016 0.4993615 0.6077559 0.497133 0.6107521 0.5003501 0.6077559 0.497133 0.6083272 0.4989622 0.6107521 0.5003501 0.610417 0.5014858 0.6141332 0.5043023 0.6107521 0.5003501 0.6141332 0.5043023 0.6152189 0.5035745 0.4911525 0.435454 0.49412 0.4351803 0.491299 0.4248135 0.4911525 0.435454 0.491299 0.4248135 0.4892631 0.4249006 0.491297 0.4143297 0.4892532 0.4142429 0.491299 0.4248135 0.491297 0.4143297 0.491299 0.4248135 0.4937118 0.4246141 0.491297 0.4143297 0.4936341 0.4143106 0.4917651 0.4055924 0.491297 0.4143297 0.4917651 0.4055924 0.4895718 0.4051345 0.5122001 0.4358041 0.5153194 0.4356062 0.5144175 0.4257718 0.5122001 0.4358041 0.5116317 0.4257225 0.508695 0.4357609 0.5106384 0.4162825 0.5130535 0.4166755 0.5122321 0.4115951 0.5106384 0.4162825 0.5105137 0.4094156 0.5077054 0.4156268 0.5106384 0.4162825 0.5077054 0.4156268 0.5084006 0.4254143 0.5106384 0.4162825 0.5116317 0.4257225 0.5130535 0.4166755 0.5979629 0.4126567 0.6050789 0.4140927 0.6056095 0.4111568 0.5979629 0.4126567 0.5981253 0.4099013 0.5899953 0.4108888 0.5979629 0.4126567 0.5899953 0.4108888 0.5969491 0.4170139 0.5979629 0.4126567 0.5969491 0.4170139 0.6037574 0.4185194 0.6092109 0.4141226 0.6050789 0.4140927 0.6078307 0.4184676 0.6092109 0.4141226 0.6078307 0.4184676 0.611311 0.4165194 0.6092109 0.4141226 0.6119084 0.4127636 0.6099132 0.4112862 0.6092109 0.4141226 0.6099132 0.4112862 0.6056095 0.4111568 0.5833092 0.4098629 0.5825497 0.4139844 0.5892614 0.4151145 0.5833092 0.4098629 0.5899953 0.4108888 0.5899028 0.4084352 0.5833092 0.4098629 0.583384 0.4076747 0.5780608 0.4072592 0.5833092 0.4098629 0.5776165 0.4093581 0.5825497 0.4139844 0.5476219 0.5516348 0.547295 0.5529852 0.5485978 0.5521447 0.5476219 0.5516348 0.5485978 0.5521447 0.5479002 0.5500338 0.5476219 0.5516348 0.5479002 0.5500338 0.5468291 0.5514158 0.5476219 0.5516348 0.5468291 0.5514158 0.546738 0.5528483 0.5459898 0.5514148 0.546125 0.5528697 0.546738 0.5528483 0.5459898 0.5514148 0.5468291 0.5514158 0.5459399 0.5497304 0.5459898 0.5514148 0.5459399 0.5497304 0.5448812 0.5516654 0.5459898 0.5514148 0.5448812 0.5516654 0.546125 0.5528697 0.5509566 0.534379 0.550121 0.5379006 0.5534352 0.5352409 0.5509566 0.534379 0.5534352 0.5352409 0.554789 0.5317325 0.5509566 0.534379 0.5519096 0.530519 0.5483725 0.5339069 0.5509566 0.534379 0.5483725 0.5339069 0.550121 0.5379006 0.5457631 0.5338351 0.5459483 0.5374229 0.5483725 0.5339069 0.5457631 0.5338351 0.5483725 0.5339069 0.5455549 0.5297728 0.5457631 0.5338351 0.5455549 0.5297728 0.5425207 0.530627 0.5457631 0.5338351 0.5431506 0.5343584 0.5459483 0.5374229 0.5529806 0.5273157 0.5519096 0.530519 0.554789 0.5317325 0.5529806 0.5273157 0.5563326 0.5289651 0.5545112 0.5239236 0.5529806 0.5273157 0.5545112 0.5239236 0.5498756 0.5227264 0.5529806 0.5273157 0.5490984 0.5263414 0.5519096 0.530519 0.5452478 0.5260555 0.5455549 0.5297728 0.5487518 0.5298474 0.5452478 0.5260555 0.5490984 0.5263414 0.5455063 0.5222202 0.5452478 0.5260555 0.5455063 0.5222202 0.5401942 0.5227839 0.5452478 0.5260555 0.54181 0.5271282 0.5455549 0.5297728 0.555364 0.4972932 0.5536363 0.5019716 0.557865 0.5024853 0.555364 0.4972932 0.5593736 0.497666 0.556922 0.4916993 0.555364 0.4972932 0.556922 0.4916993 0.553332 0.4911958 0.555364 0.4972932 0.5515716 0.4967812 0.5536363 0.5019716 0.6048977 0.5618895 0.6055098 0.5633956 0.6061567 0.5605615 0.6048977 0.5618895 0.6061567 0.5605615 0.6043782 0.5603856 0.6048977 0.5618895 0.6043782 0.5603856 0.6034154 0.5621386 0.6048977 0.5618895 0.6034154 0.5621386 0.6035438 0.5637252 0.601916 0.5621555 0.6015378 0.5636681 0.6035438 0.5637252 0.601916 0.5621555 0.6034154 0.5621386 0.6021855 0.5606347 0.601916 0.5621555 0.6021855 0.5606347 0.6004697 0.5610567 0.601916 0.5621555 0.6004697 0.5610567 0.6015378 0.5636681 0.6084839 0.4254473 0.6033695 0.4354574 0.60464 0.4361106 0.6084839 0.4254473 0.6100965 0.4257295 0.6131586 0.4170606 0.6084839 0.4254473 0.6131586 0.4170606 0.611311 0.4165194 0.6084839 0.4254473 0.6066546 0.4253433 0.6033695 0.4354574 0.6043917 0.4255959 0.5999401 0.4346408 0.601877 0.4349266 0.6043917 0.4255959 0.6066546 0.4253433 0.6078307 0.4184676 0.6043917 0.4255959 0.6078307 0.4184676 0.6037574 0.4185194 0.6043917 0.4255959 0.6006287 0.4253478 0.5999401 0.4346408 0.5986701 0.4460331 0.5998773 0.4467403 0.60464 0.4361106 0.5986701 0.4460331 0.6033695 0.4354574 0.601877 0.4349266 0.5955221 0.444736 0.5972796 0.4453552 0.5999401 0.4346408 0.5955221 0.444736 0.5999401 0.4346408 0.5961053 0.4349221 0.5807138 0.4210022 0.5789858 0.4291465 0.5844869 0.4296022 0.5807138 0.4210022 0.5870965 0.4219146 0.5825497 0.4139844 0.5807138 0.4210022 0.5825497 0.4139844 0.5767102 0.4134463 0.5807138 0.4210022 0.57516 0.4205949 0.5789858 0.4291465 0.5704438 0.420283 0.5690023 0.429273 0.57516 0.4205949 0.5704438 0.420283 0.57516 0.4205949 0.5716391 0.413323 0.5704438 0.420283 0.5716391 0.413323 0.5673455 0.4132766 0.5704438 0.420283 0.5664313 0.4199504 0.5653526 0.4286674 0.5672741 0.4395324 0.5705248 0.4409606 0.5733721 0.4307855 0.5672741 0.4395324 0.5690023 0.429273 0.563833 0.4390482 0.5514758 0.5073575 0.549167 0.5128389 0.5536898 0.5133391 0.5514758 0.5073575 0.5558832 0.5078819 0.5536363 0.5019716 0.5514758 0.5073575 0.5536363 0.5019716 0.5497558 0.5014175 0.5514758 0.5073575 0.5475526 0.5067269 0.549167 0.5128389 0.5568434 0.5194969 0.5545112 0.5239236 0.5589659 0.5260007 0.5568434 0.5194969 0.5616368 0.5209895 0.5593199 0.5144029 0.5568434 0.5194969 0.5593199 0.5144029 0.5536898 0.5133391 0.5568434 0.5194969 0.5515467 0.5183398 0.5545112 0.5239236 0.546995 0.5178039 0.5455063 0.5222202 0.5498756 0.5227264 0.546995 0.5178039 0.5515467 0.5183398 0.549167 0.5128389 0.546995 0.5178039 0.549167 0.5128389 0.5451648 0.5121243 0.546995 0.5178039 0.5427953 0.5170249 0.5455063 0.5222202 0.6014717 0.5542223 0.6011657 0.5533813 0.5995996 0.5537046 0.6014717 0.5542223 0.6007347 0.5550026 0.6018611 0.5551378 0.6014717 0.5542223 0.6018611 0.5551378 0.6027408 0.5549439 0.6014717 0.5542223 0.6026353 0.554028 0.6011657 0.5533813 0.6038192 0.5539779 0.603951 0.5531539 0.6025547 0.5532135 0.6038192 0.5539779 0.6026353 0.554028 0.6036476 0.5548772 0.6038192 0.5539779 0.6036476 0.5548772 0.6047074 0.5545832 0.6038192 0.5539779 0.6047074 0.5545832 0.603951 0.5531539 0.6040441 0.5588861 0.6043782 0.5603856 0.6052636 0.5593628 0.6040441 0.5588861 0.6047347 0.5581655 0.6038313 0.5574313 0.6040441 0.5588861 0.6038313 0.5574313 0.6029928 0.557545 0.6040441 0.5588861 0.6031371 0.5590267 0.6043782 0.5603856 0.6022379 0.5590974 0.6021855 0.5606347 0.6031371 0.5590267 0.6022379 0.5590974 0.6031371 0.5590267 0.6029928 0.557545 0.6022379 0.5590974 0.6021671 0.5576218 0.6014384 0.5585435 0.6022379 0.5590974 0.6014384 0.5585435 0.6011368 0.5598011 0.6036754 0.5560618 0.6038313 0.5574313 0.6043581 0.5572774 0.6036754 0.5560618 0.6044155 0.5561029 0.6042893 0.5550954 0.6036754 0.5560618 0.6036476 0.5548772 0.6028604 0.5561501 0.6036754 0.5560618 0.6028604 0.5561501 0.6038313 0.5574313 0.6020672 0.5562865 0.6021671 0.5576218 0.6029928 0.557545 0.6020672 0.5562865 0.6028604 0.5561501 0.6018611 0.5551378 0.6020672 0.5562865 0.6018611 0.5551378 0.6012758 0.5554704 0.6020672 0.5562865 0.6013669 0.5564977 0.6021671 0.5576218 0.6008926 0.5429957 0.600708 0.5421034 0.5989477 0.5421254 0.6008926 0.5429957 0.5998194 0.5437116 0.601076 0.5441582 0.6008926 0.5429957 0.601076 0.5441582 0.6022384 0.5440451 0.6008926 0.5429957 0.6021985 0.5428982 0.6021654 0.5420194 0.6034988 0.5429096 0.6036382 0.5420347 0.6021654 0.5420194 0.6034988 0.5429096 0.6021985 0.5428982 0.6033805 0.5440148 0.6034988 0.5429096 0.6033805 0.5440148 0.6045979 0.5435008 0.6034988 0.5429096 0.6045979 0.5435008 0.6036382 0.5420347 0.6038041 0.5521952 0.603951 0.5531539 0.6055994 0.5532474 0.6038041 0.5521952 0.6048611 0.5515208 0.6036033 0.5509681 0.6038041 0.5521952 0.6036033 0.5509681 0.6024732 0.5511384 0.6038041 0.5521952 0.6025099 0.5523115 0.603951 0.5531539 0.6012098 0.5524561 0.6011657 0.5533813 0.6025547 0.5532135 0.6012098 0.5524561 0.6025099 0.5523115 0.6013314 0.5512687 0.6012098 0.5524561 0.6013314 0.5512687 0.6001004 0.5519937 0.6012098 0.5524561 0.6001004 0.5519937 0.6011657 0.5533813 0.6035736 0.5493384 0.6036033 0.5509681 0.60439 0.5506723 0.6035736 0.5493384 0.6046198 0.5493325 0.6035722 0.5474965 0.6035736 0.5493384 0.6035722 0.5474965 0.6023536 0.5476354 0.6035736 0.5493384 0.6024176 0.5495108 0.6036033 0.5509681 0.6012582 0.5496413 0.6013314 0.5512687 0.6024732 0.5511384 0.6012582 0.5496413 0.6024176 0.5495108 0.6011377 0.5477684 0.6012582 0.5496413 0.6011377 0.5477684 0.6002078 0.549858 0.6012582 0.5496413 0.6002078 0.549858 0.6005236 0.5511217 0.6034564 0.5456328 0.6035722 0.5474965 0.604497 0.5454775 0.6034564 0.5456328 0.604497 0.5454775 0.6041829 0.5442541 0.6034564 0.5456328 0.6033805 0.5440148 0.602292 0.5457188 0.6034564 0.5456328 0.602292 0.5457188 0.6035722 0.5474965 0.6011173 0.5458449 0.6011377 0.5477684 0.6023536 0.5476354 0.6011173 0.5458449 0.602292 0.5457188 0.601076 0.5441582 0.6011173 0.5458449 0.601076 0.5441582 0.6002849 0.5444962 0.6011173 0.5458449 0.6000524 0.5458456 0.6011377 0.5477684 0.6036255 0.5411074 0.6036382 0.5420347 0.6054555 0.5419571 0.6036255 0.5411074 0.6049082 0.5401238 0.6035613 0.5395719 0.6036255 0.5411074 0.6035613 0.5395719 0.6020631 0.5396996 0.6036255 0.5411074 0.6021323 0.5411497 0.6021654 0.5420194 0.6006633 0.5412275 0.600708 0.5421034 0.6021323 0.5411497 0.6006633 0.5412275 0.6021323 0.5411497 0.6020631 0.5396996 0.6006633 0.5412275 0.6005885 0.5397878 0.5993309 0.5403917 0.6006633 0.5412275 0.5993309 0.5403917 0.5989477 0.5421254 0.5986246 0.5278801 0.5976442 0.5264844 0.5970121 0.5290187 0.5986246 0.5278801 0.5970121 0.5290187 0.5980188 0.52989 0.5986246 0.5278801 0.599282 0.5293167 0.6010597 0.5274042 0.5986246 0.5278801 0.6010597 0.5274042 0.600333 0.5260129 0.6037395 0.5271458 0.6033403 0.5258503 0.6010597 0.5274042 0.6037395 0.5271458 0.6010597 0.5274042 0.6013666 0.5289345 0.6037395 0.5271458 0.6035968 0.5286515 0.6058183 0.5278292 0.6037395 0.5271458 0.6058183 0.5278292 0.6033403 0.5258503 0.6035515 0.5309279 0.6035519 0.5337448 0.60513 0.5335392 0.6035515 0.5309279 0.6052803 0.5305946 0.6050044 0.5288943 0.6035515 0.5309279 0.6035968 0.5286515 0.6013666 0.5289345 0.6035515 0.5309279 0.6015787 0.5312162 0.6035519 0.5337448 0.5996761 0.5314972 0.5999667 0.5342003 0.6017467 0.5340107 0.5996761 0.5314972 0.6015787 0.5312162 0.599282 0.5293167 0.5996761 0.5314972 0.599282 0.5293167 0.5980188 0.52989 0.5996761 0.5314972 0.5980234 0.5315777 0.5984427 0.534294 0.6035459 0.5368719 0.6035613 0.5395719 0.6045122 0.5389914 0.6035459 0.5368719 0.6049123 0.5368353 0.6035519 0.5337448 0.6035459 0.5368719 0.6035519 0.5337448 0.6017467 0.5340107 0.6035459 0.5368719 0.6019213 0.5370792 0.6035613 0.5395719 0.6003135 0.5372046 0.6005885 0.5397878 0.6019213 0.5370792 0.6003135 0.5372046 0.6019213 0.5370792 0.6017467 0.5340107 0.6003135 0.5372046 0.5999667 0.5342003 0.5989972 0.5373691 0.6003135 0.5372046 0.5989972 0.5373691 0.5996047 0.5393411 0.6017604 0.5242045 0.6033403 0.5258503 0.603204 0.5228612 0.6017604 0.5242045 0.603204 0.5228612 0.6009966 0.5210582 0.6017604 0.5242045 0.5996105 0.5216899 0.5988616 0.5241482 0.6017604 0.5242045 0.5988616 0.5241482 0.600333 0.5260129 0.5962814 0.5244266 0.5976442 0.5264844 0.5988616 0.5241482 0.5962814 0.5244266 0.5988616 0.5241482 0.597016 0.5215507 0.5962814 0.5244266 0.5945921 0.5217325 0.5939214 0.5244554 0.5962814 0.5244266 0.5939214 0.5244554 0.5949394 0.527709 0.5875273 0.5044872 0.5869252 0.4994772 0.5850776 0.5049795 0.5875273 0.5044872 0.5850776 0.5049795 0.5882636 0.507254 0.5875273 0.5044872 0.5882636 0.507254 0.5905531 0.5062136 0.5875273 0.5044872 0.5897803 0.5035911 0.5869252 0.4994772 0.5917445 0.502988 0.59132 0.4984081 0.5891668 0.4988508 0.5917445 0.502988 0.5897803 0.5035911 0.59232 0.5055434 0.5917445 0.502988 0.59232 0.5055434 0.5936661 0.5038716 0.5917445 0.502988 0.5936661 0.5038716 0.5938466 0.4971197 0.5975015 0.5177878 0.5996105 0.5216899 0.5995981 0.5179236 0.5975015 0.5177878 0.5995981 0.5179236 0.5971143 0.5129408 0.5975015 0.5177878 0.5954999 0.5133215 0.5951669 0.5179609 0.5975015 0.5177878 0.5951669 0.5179609 0.597016 0.5215507 0.592632 0.5184276 0.5945921 0.5217325 0.5951669 0.5179609 0.592632 0.5184276 0.5951669 0.5179609 0.5934028 0.5138785 0.592632 0.5184276 0.5907562 0.5147238 0.5902498 0.5189977 0.592632 0.5184276 0.5902498 0.5189977 0.5923272 0.5218253 0.5936723 0.5091139 0.5954999 0.5133215 0.5949737 0.5084351 0.5936723 0.5091139 0.5949737 0.5084351 0.5936257 0.5057625 0.5936723 0.5091139 0.59232 0.5055434 0.5905531 0.5062136 0.5936723 0.5091139 0.5918127 0.5098027 0.5934028 0.5138785 0.58932 0.5108327 0.5907562 0.5147238 0.5934028 0.5138785 0.58932 0.5108327 0.5918127 0.5098027 0.5882636 0.507254 0.58932 0.5108327 0.5882636 0.507254 0.5857113 0.5080934 0.58932 0.5108327 0.586529 0.5117257 0.5907562 0.5147238 0.517544 0.4067085 0.5181341 0.4101274 0.5208226 0.4064979 0.517544 0.4067085 0.5208226 0.4064979 0.5201954 0.4038778 0.517544 0.4067085 0.5168731 0.4039934 0.5153579 0.4069119 0.517544 0.4067085 0.5153579 0.4069119 0.5157713 0.4100029 0.5148692 0.3993608 0.5195226 0.4005977 0.5194397 0.396318 0.5148692 0.3993608 0.5133339 0.3939068 0.5116062 0.3986017 0.5148692 0.3993608 0.5116062 0.3986017 0.514534 0.4042081 0.5148692 0.3993608 0.5168731 0.4039934 0.5195226 0.4005977 0.5267975 0.4009803 0.5347885 0.4010485 0.5276038 0.3973184 0.5267975 0.4009803 0.5276038 0.3973184 0.5194397 0.396318 0.5267975 0.4009803 0.5195226 0.4005977 0.5201954 0.4038778 0.5267975 0.4009803 0.5264801 0.4037225 0.5335038 0.4035613 0.5269075 0.4063348 0.5336413 0.406074 0.5335038 0.4035613 0.5269075 0.4063348 0.5264801 0.4037225 0.5208226 0.4064979 0.5269075 0.4063348 0.5208226 0.4064979 0.521948 0.4103006 0.5269075 0.4063348 0.5282109 0.4091058 0.5336413 0.406074 0.538867 0.4055702 0.5336413 0.406074 0.5344632 0.4088241 0.538867 0.4055702 0.5393328 0.4081788 0.5435013 0.4052128 0.538867 0.4055702 0.5435013 0.4052128 0.5429893 0.4036103 0.538867 0.4055702 0.5390431 0.4034282 0.5336413 0.406074 0.5484607 0.4053911 0.5490067 0.4101915 0.5533221 0.4060463 0.5484607 0.4053911 0.5533221 0.4060463 0.5535364 0.4007317 0.5484607 0.4053911 0.5464107 0.4025581 0.5435013 0.4052128 0.5484607 0.4053911 0.5435013 0.4052128 0.5440724 0.4088526 0.5415898 0.4013425 0.5464107 0.4025581 0.5445899 0.3985332 0.5415898 0.4013425 0.5445899 0.3985332 0.5364468 0.3977696 0.5415898 0.4013425 0.5347885 0.4010485 0.5390431 0.4034282 0.5415898 0.4013425 0.5390431 0.4034282 0.5429893 0.4036103 0.4952723 0.5165235 0.4937816 0.5168797 0.4953336 0.5178114 0.4952723 0.5165235 0.4953336 0.5178114 0.4969167 0.5160233 0.4952723 0.5165235 0.4969167 0.5160233 0.4950171 0.5155164 0.4952723 0.5165235 0.4950171 0.5155164 0.4935595 0.5160971 0.4945812 0.5147284 0.4932234 0.5154912 0.4935595 0.5160971 0.4945812 0.5147284 0.4950171 0.5155164 0.4961606 0.5140051 0.4945812 0.5147284 0.4961606 0.5140051 0.4938081 0.5139366 0.4945812 0.5147284 0.4938081 0.5139366 0.4932234 0.5154912 0.5103027 0.5126132 0.5074676 0.5131435 0.5106315 0.5150281 0.5103027 0.5126132 0.5106315 0.5150281 0.5136702 0.5146467 0.5103027 0.5126132 0.5134677 0.5118538 0.512356 0.5091851 0.5103027 0.5126132 0.5093975 0.5103493 0.5074676 0.5131435 0.5081093 0.5080937 0.5058079 0.5095238 0.5093975 0.5103493 0.5081093 0.5080937 0.5093975 0.5103493 0.5106133 0.5065527 0.5081093 0.5080937 0.5106133 0.5065527 0.5064771 0.5059592 0.5081093 0.5080937 0.5064771 0.5059592 0.5058079 0.5095238 0.5163348 0.5109161 0.5134677 0.5118538 0.516609 0.5139828 0.5163348 0.5109161 0.516609 0.5139828 0.5209262 0.5133571 0.5163348 0.5109161 0.5192652 0.5092634 0.5147998 0.5080147 0.5163348 0.5109161 0.5147998 0.5080147 0.512356 0.5091851 0.5126575 0.5051687 0.5106133 0.5065527 0.512356 0.5091851 0.5126575 0.5051687 0.5147998 0.5080147 0.5147349 0.5035056 0.5126575 0.5051687 0.5147349 0.5035056 0.5120944 0.5010457 0.5126575 0.5051687 0.5102563 0.502666 0.5106133 0.5065527 0.53356 0.4893641 0.5308415 0.4942803 0.5339239 0.4958583 0.53356 0.4893641 0.5364784 0.4909009 0.5391348 0.4850769 0.53356 0.4893641 0.5364512 0.4835773 0.5306244 0.4877339 0.53356 0.4893641 0.5306244 0.4877339 0.5308415 0.4942803 0.5270127 0.4860335 0.5244265 0.4909069 0.5306244 0.4877339 0.5270127 0.4860335 0.5306244 0.4877339 0.5299431 0.480332 0.5270127 0.4860335 0.5299431 0.480332 0.5256072 0.4792951 0.5270127 0.4860335 0.523028 0.4848538 0.5244265 0.4909069 0.6504428 0.5179213 0.6522887 0.5174751 0.649423 0.5162939 0.6504428 0.5179213 0.649423 0.5162939 0.6486565 0.518185 0.6504428 0.5179213 0.6486565 0.518185 0.6503154 0.5195406 0.6504428 0.5179213 0.6503154 0.5195406 0.6521825 0.5198371 0.6499423 0.5211735 0.6516321 0.5222327 0.6521825 0.5198371 0.6499423 0.5211735 0.6503154 0.5195406 0.6482741 0.5202614 0.6499423 0.5211735 0.6482741 0.5202614 0.6484495 0.5223323 0.6499423 0.5211735 0.6484495 0.5223323 0.6516321 0.5222327 0.5198953 0.4168708 0.5217404 0.4256803 0.52293 0.4175975 0.5198953 0.4168708 0.52293 0.4175975 0.521948 0.4103006 0.5198953 0.4168708 0.5181341 0.4101274 0.5174679 0.4167708 0.5198953 0.4168708 0.5174679 0.4167708 0.5193043 0.4257191 0.5152587 0.416772 0.5169191 0.4257601 0.5174679 0.4167708 0.5152587 0.416772 0.5174679 0.4167708 0.5157713 0.4100029 0.5152587 0.416772 0.5135667 0.4100248 0.5122321 0.4115951 0.5152587 0.416772 0.5130535 0.4166755 0.5144175 0.4257718 0.5225824 0.4352974 0.5253998 0.4347085 0.5246127 0.4258222 0.5225824 0.4352974 0.5217404 0.4256803 0.5201375 0.4353509 0.5178409 0.4354545 0.5201375 0.4353509 0.5193043 0.4257191 0.5178409 0.4354545 0.5169191 0.4257601 0.5153194 0.4356062 0.5493154 0.4173096 0.549127 0.4263733 0.5530874 0.4186465 0.5493154 0.4173096 0.5530874 0.4186465 0.5533115 0.4115914 0.5493154 0.4173096 0.5490067 0.4101915 0.5455732 0.4166541 0.5493154 0.4173096 0.5455732 0.4166541 0.5458353 0.4254946 0.5481812 0.4370107 0.5510866 0.4377688 0.5524218 0.4273322 0.5481812 0.4370107 0.549127 0.4263733 0.5453902 0.4354552 0.528436 0.4986829 0.5258575 0.5026748 0.5315023 0.5005218 0.528436 0.4986829 0.5315023 0.5005218 0.5339239 0.4958583 0.528436 0.4986829 0.5308415 0.4942803 0.5255501 0.4967345 0.528436 0.4986829 0.5255501 0.4967345 0.5231398 0.5003544 0.5222207 0.4948754 0.5199922 0.4981964 0.5231398 0.5003544 0.5222207 0.4948754 0.5255501 0.4967345 0.5244265 0.4909069 0.5222207 0.4948754 0.5244265 0.4909069 0.5208663 0.4895702 0.5222207 0.4948754 0.5188954 0.4933398 0.5199922 0.4981964 0.52262 0.506359 0.5192652 0.5092634 0.5254582 0.5088737 0.52262 0.506359 0.5254582 0.5088737 0.5258575 0.5026748 0.52262 0.506359 0.5258575 0.5026748 0.5201963 0.5036731 0.52262 0.506359 0.5201963 0.5036731 0.5192652 0.5092634 0.5173384 0.5011273 0.5147349 0.5035056 0.5172422 0.5063427 0.5173384 0.5011273 0.5201963 0.5036731 0.5199922 0.4981964 0.5173384 0.5011273 0.5199922 0.4981964 0.5168418 0.4963923 0.5173384 0.5011273 0.5144322 0.4989577 0.5147349 0.5035056 0.6419365 0.5187189 0.6411268 0.518751 0.6410638 0.5202152 0.6419365 0.5187189 0.6424294 0.5195392 0.6428014 0.5186729 0.6419365 0.5187189 0.6428014 0.5186729 0.6429316 0.5179384 0.6419365 0.5187189 0.6420816 0.5177505 0.6412982 0.5175964 0.6422983 0.5167905 0.6414926 0.5164222 0.6420816 0.5177505 0.6422983 0.5167905 0.6420816 0.5177505 0.6429316 0.5179384 0.6422983 0.5167905 0.6431497 0.517239 0.6430571 0.5162566 0.6422983 0.5167905 0.6430571 0.5162566 0.6418797 0.5150279 0.6469892 0.5180838 0.6486565 0.518185 0.6478929 0.5170958 0.6469892 0.5180838 0.6465075 0.5173124 0.6454913 0.5178094 0.6469892 0.5180838 0.6454913 0.5178094 0.6453397 0.5185093 0.6469892 0.5180838 0.6468459 0.5188659 0.6486565 0.518185 0.6466494 0.5196435 0.6482741 0.5202614 0.6468459 0.5188659 0.6466494 0.5196435 0.6468459 0.5188659 0.6453397 0.5185093 0.6466494 0.5196435 0.6451537 0.5192131 0.6459073 0.5201341 0.6466494 0.5196435 0.6459073 0.5201341 0.6471937 0.5209469 0.6442127 0.5175532 0.6454913 0.5178094 0.6455374 0.5173612 0.6442127 0.5175532 0.644468 0.5169917 0.6434845 0.5167822 0.6442127 0.5175532 0.6431497 0.517239 0.6440263 0.5181957 0.6442127 0.5175532 0.6440263 0.5181957 0.6453397 0.5185093 0.6438724 0.5188636 0.6451537 0.5192131 0.6453397 0.5185093 0.6438724 0.5188636 0.6440263 0.5181957 0.6428014 0.5186729 0.6438724 0.5188636 0.6428014 0.5186729 0.6429396 0.5192465 0.6438724 0.5188636 0.6438671 0.5195018 0.6450071 0.5196483 0.6326715 0.5178034 0.6317811 0.5178207 0.6330544 0.5187311 0.6326715 0.5178034 0.6330544 0.5187311 0.6336799 0.5177717 0.6326715 0.5178034 0.6336799 0.5177717 0.6327732 0.516742 0.6326715 0.5178034 0.6327732 0.516742 0.6319063 0.5166261 0.6329885 0.5156464 0.6321281 0.5154241 0.6319063 0.5166261 0.6329885 0.5156464 0.6327732 0.516742 0.6337961 0.5168558 0.6329885 0.5156464 0.6339976 0.5158856 0.6336498 0.5147436 0.6329885 0.5156464 0.6336498 0.5147436 0.6321281 0.5154241 0.6405665 0.5163488 0.6414926 0.5164222 0.6402068 0.5153675 0.6405665 0.5163488 0.6402068 0.5153675 0.6394761 0.5163456 0.6405665 0.5163488 0.6394761 0.5163456 0.640403 0.5174401 0.6405665 0.5163488 0.640403 0.5174401 0.6412982 0.5175964 0.6402212 0.5185185 0.6411268 0.518751 0.6412982 0.5175964 0.6402212 0.5185185 0.640403 0.5174401 0.6393291 0.5172849 0.6402212 0.5185185 0.6391392 0.5182287 0.6395691 0.5193741 0.6402212 0.5185185 0.6395691 0.5193741 0.6411268 0.518751 0.6381773 0.5161882 0.6394761 0.5163456 0.6394236 0.5156663 0.6381773 0.5161882 0.6384109 0.515325 0.636759 0.516014 0.6381773 0.5161882 0.636759 0.516014 0.6380097 0.5171342 0.6381773 0.5161882 0.6380097 0.5171342 0.6394761 0.5163456 0.6377999 0.5180885 0.6391392 0.5182287 0.6380097 0.5171342 0.6377999 0.5180885 0.6380097 0.5171342 0.6365635 0.517009 0.6377999 0.5180885 0.6363516 0.5180001 0.6377331 0.5189947 0.6377999 0.5180885 0.6377331 0.5189947 0.6388611 0.5188874 0.6353101 0.5159606 0.636759 0.516014 0.6353638 0.5150421 0.6353101 0.5159606 0.6353638 0.5150421 0.6342953 0.5152019 0.6353101 0.5159606 0.6339976 0.5158856 0.6351093 0.5169305 0.6353101 0.5159606 0.6351093 0.5169305 0.6365635 0.517009 0.6349424 0.5178659 0.6363516 0.5180001 0.6351093 0.5169305 0.6349424 0.5178659 0.6351093 0.5169305 0.6337961 0.5168558 0.6349424 0.5178659 0.6336799 0.5177717 0.6337612 0.5184196 0.6349424 0.5178659 0.6347051 0.5187149 0.6361664 0.5189465 0.6312614 0.5153998 0.6321281 0.5154241 0.630908 0.5143213 0.6312614 0.5153998 0.630908 0.5143213 0.63016 0.5153645 0.6312614 0.5153998 0.63016 0.5153645 0.6310617 0.5165452 0.6312614 0.5153998 0.6310617 0.5165452 0.6319063 0.5166261 0.6308724 0.517683 0.6317811 0.5178207 0.6310617 0.5165452 0.6308724 0.517683 0.6310617 0.5165452 0.6299735 0.5164397 0.6308724 0.517683 0.6297343 0.5175105 0.6301955 0.5186539 0.6308724 0.517683 0.6301955 0.5186539 0.63169 0.5193893 0.6211022 0.5170287 0.619581 0.5168676 0.6193518 0.5198538 0.6211022 0.5170287 0.6215804 0.5186159 0.6227076 0.5171554 0.6211022 0.5170287 0.6227076 0.5171554 0.6229023 0.5156418 0.6211022 0.5170287 0.6214942 0.5151255 0.619581 0.5168676 0.6220908 0.513394 0.6210156 0.5127378 0.6202484 0.5146385 0.6220908 0.513394 0.6214942 0.5151255 0.6233363 0.5141409 0.6220908 0.513394 0.6233363 0.5141409 0.6231923 0.5122559 0.6220908 0.513394 0.6231923 0.5122559 0.6210156 0.5127378 0.6249703 0.5145318 0.6267907 0.5147827 0.6252196 0.5132529 0.6249703 0.5145318 0.6252196 0.5132529 0.6238703 0.5131711 0.6249703 0.5145318 0.6233363 0.5141409 0.6246328 0.5158957 0.6249703 0.5145318 0.6246328 0.5158957 0.6265147 0.5160456 0.6244886 0.5172703 0.6263399 0.5173631 0.6246328 0.5158957 0.6244886 0.5172703 0.6246328 0.5158957 0.6229023 0.5156418 0.6244886 0.5172703 0.6227076 0.5171554 0.6227702 0.5181508 0.6244886 0.5172703 0.6242414 0.5184926 0.6262481 0.518586 0.6285951 0.5151095 0.63016 0.5153645 0.6300707 0.5145905 0.6285951 0.5151095 0.6289147 0.5141162 0.6267907 0.5147827 0.6285951 0.5151095 0.6267907 0.5147827 0.6265147 0.5160456 0.6285951 0.5151095 0.6283764 0.51625 0.63016 0.5153645 0.628156 0.5174236 0.6297343 0.5175105 0.6283764 0.51625 0.628156 0.5174236 0.6283764 0.51625 0.6265147 0.5160456 0.628156 0.5174236 0.6263399 0.5173631 0.6281396 0.5184874 0.628156 0.5174236 0.6281396 0.5184874 0.629413 0.5182448 0.6198925 0.5126189 0.6210156 0.5127378 0.6197116 0.5105541 0.6198925 0.5126189 0.6197116 0.5105541 0.6181737 0.5118343 0.6198925 0.5126189 0.6181737 0.5118343 0.6190043 0.5144724 0.6198925 0.5126189 0.6190043 0.5144724 0.6202484 0.5146385 0.6180527 0.5166497 0.619581 0.5168676 0.6190043 0.5144724 0.6180527 0.5166497 0.6190043 0.5144724 0.6171351 0.5134297 0.6180527 0.5166497 0.6159123 0.5152704 0.6166858 0.5187066 0.6180527 0.5166497 0.6166858 0.5187066 0.6193518 0.5198538 0.6020391 0.4958508 0.6010733 0.4937239 0.6003805 0.4963233 0.6020391 0.4958508 0.6003805 0.4963233 0.6018384 0.4989622 0.6020391 0.4958508 0.6034617 0.4985548 0.6038243 0.4957639 0.6020391 0.4958508 0.6038243 0.4957639 0.6029054 0.4934874 0.6055883 0.4958977 0.6046743 0.4935281 0.6038243 0.4957639 0.6055883 0.4958977 0.6038243 0.4957639 0.6052038 0.4984861 0.6055883 0.4958977 0.6069455 0.4985906 0.6077559 0.497133 0.6055883 0.4958977 0.6077559 0.497133 0.6069999 0.4941207 0.6153113 0.5091806 0.6181737 0.5118343 0.6183006 0.5103569 0.6153113 0.5091806 0.6164559 0.5083001 0.6133369 0.504987 0.6153113 0.5091806 0.6120638 0.5055738 0.6140138 0.5103129 0.6153113 0.5091806 0.6140138 0.5103129 0.6171351 0.5134297 0.6125553 0.5116256 0.6159123 0.5152704 0.6140138 0.5103129 0.6125553 0.5116256 0.6140138 0.5103129 0.6105129 0.5061826 0.6125553 0.5116256 0.6088831 0.5069336 0.6109379 0.5129541 0.6125553 0.5116256 0.6109379 0.5129541 0.6144006 0.5170243 0.6091896 0.5019298 0.6120638 0.5055738 0.610417 0.5014858 0.6091896 0.5019298 0.610417 0.5014858 0.6083272 0.4989622 0.6091896 0.5019298 0.6069455 0.4985906 0.6075048 0.5020996 0.6091896 0.5019298 0.6075048 0.5020996 0.6105129 0.5061826 0.6057975 0.5024129 0.6088831 0.5069336 0.6075048 0.5020996 0.6057975 0.5024129 0.6075048 0.5020996 0.6052038 0.4984861 0.6057975 0.5024129 0.6034617 0.4985548 0.6041492 0.5029811 0.6057975 0.5024129 0.6041492 0.5029811 0.6072151 0.5078287 0.5648679 0.4087505 0.5638388 0.4129697 0.5673455 0.4132766 0.5648679 0.4087505 0.5683715 0.4090253 0.5652567 0.4059509 0.5648679 0.4087505 0.5652567 0.4059509 0.5620522 0.4059299 0.5648679 0.4087505 0.5615031 0.4081688 0.5638388 0.4129697 0.5641856 0.4036979 0.5696665 0.4045627 0.571501 0.4024464 0.5641856 0.4036979 0.5628968 0.4008923 0.5595363 0.4041147 0.5641856 0.4036979 0.5595363 0.4041147 0.5620522 0.4059299 0.5641856 0.4036979 0.5652567 0.4059509 0.5696665 0.4045627 0.557662 0.4071198 0.5595363 0.4041147 0.5533221 0.4060463 0.557662 0.4071198 0.5533221 0.4060463 0.5533115 0.4115914 0.557662 0.4071198 0.557138 0.4122477 0.560607 0.4125705 0.557662 0.4071198 0.5615031 0.4081688 0.5595363 0.4041147 0.517123 0.5447277 0.5162385 0.5458145 0.5179378 0.5456337 0.517123 0.5447277 0.5179378 0.5456337 0.5180155 0.5433738 0.517123 0.5447277 0.5180155 0.5433738 0.5163608 0.5441934 0.517123 0.5447277 0.5163608 0.5441934 0.5156891 0.5454187 0.5154081 0.543866 0.5150139 0.5451726 0.5156891 0.5454187 0.5154081 0.543866 0.5163608 0.5441934 0.5159855 0.5423729 0.5154081 0.543866 0.5159855 0.5423729 0.5140877 0.5436949 0.5154081 0.543866 0.5140877 0.5436949 0.5150139 0.5451726 0.5273904 0.5291972 0.5249981 0.5320652 0.5293553 0.5310997 0.5273904 0.5291972 0.5293553 0.5310997 0.53234 0.5282962 0.5273904 0.5291972 0.5301948 0.5259306 0.5274001 0.5240983 0.5273904 0.5291972 0.5251507 0.5277405 0.5249981 0.5320652 0.5226114 0.5265452 0.5212318 0.5300378 0.5231612 0.5309647 0.5226114 0.5265452 0.5251507 0.5277405 0.524111 0.5225985 0.5226114 0.5265452 0.524111 0.5225985 0.5205687 0.5218452 0.5226114 0.5265452 0.5197563 0.5258001 0.5212318 0.5300378 0.5330767 0.5227659 0.5301948 0.5259306 0.5355352 0.5256295 0.5330767 0.5227659 0.5355352 0.5256295 0.5401942 0.5227839 0.5330767 0.5227659 0.5359066 0.519302 0.5315716 0.516955 0.5330767 0.5227659 0.5294268 0.5206022 0.5301948 0.5259306 0.5252595 0.5187704 0.524111 0.5225985 0.5294268 0.5206022 0.5252595 0.5187704 0.5294268 0.5206022 0.5268211 0.51492 0.5252595 0.5187704 0.5268211 0.51492 0.5209262 0.5133571 0.5252595 0.5187704 0.5210208 0.5180985 0.524111 0.5225985 0.5477527 0.4954394 0.5458888 0.5001502 0.5497558 0.5014175 0.5477527 0.4954394 0.5515716 0.4967812 0.553332 0.4911958 0.5477527 0.4954394 0.5496367 0.4897431 0.5439081 0.4937814 0.5477527 0.4954394 0.5439081 0.4937814 0.5458888 0.5001502 0.540039 0.4923209 0.5377821 0.497241 0.541932 0.4986109 0.540039 0.4923209 0.5439081 0.4937814 0.5423731 0.4864723 0.540039 0.4923209 0.5423731 0.4864723 0.5391348 0.4850769 0.540039 0.4923209 0.5364784 0.4909009 0.5377821 0.497241 0.6344366 0.5500733 0.6357711 0.5509291 0.6347972 0.5482731 0.6344366 0.5500733 0.6347972 0.5482731 0.6332201 0.5491765 0.6344366 0.5500733 0.6332201 0.5491765 0.6324266 0.5499439 0.6344366 0.5500733 0.6332941 0.5512623 0.6357711 0.5509291 0.6319622 0.5521881 0.6322619 0.5539206 0.634184 0.5526613 0.6319622 0.5521881 0.6332941 0.5512623 0.6315525 0.5506021 0.6319622 0.5521881 0.6315525 0.5506021 0.6301755 0.5520811 0.6319622 0.5521881 0.6301755 0.5520811 0.6322619 0.5539206 0.5629891 0.419481 0.5619822 0.4280434 0.5664313 0.4199504 0.5629891 0.419481 0.5664313 0.4199504 0.5638388 0.4129697 0.5629891 0.419481 0.5638388 0.4129697 0.560607 0.4125705 0.5629891 0.419481 0.5597982 0.4191 0.5619822 0.4280434 0.5565396 0.4190325 0.5556127 0.4275552 0.5587746 0.4276047 0.5565396 0.4190325 0.5597982 0.4191 0.557138 0.4122477 0.5565396 0.4190325 0.557138 0.4122477 0.5530874 0.4186465 0.5565396 0.4190325 0.5530874 0.4186465 0.5524218 0.4273322 0.5604817 0.4384154 0.563833 0.4390482 0.5653526 0.4286674 0.5604817 0.4384154 0.5619822 0.4280434 0.5587746 0.4276047 0.5541031 0.4378962 0.5572338 0.4379321 0.5556127 0.4275552 0.5541031 0.4378962 0.5556127 0.4275552 0.5524218 0.4273322 0.5436053 0.505282 0.5410961 0.5104171 0.5451648 0.5121243 0.5436053 0.505282 0.5475526 0.5067269 0.5458888 0.5001502 0.5436053 0.505282 0.5458888 0.5001502 0.541932 0.4986109 0.5436053 0.505282 0.5395676 0.5035487 0.5410961 0.5104171 0.535373 0.5020529 0.5326772 0.506645 0.5369404 0.5083724 0.535373 0.5020529 0.5395676 0.5035487 0.5377821 0.497241 0.535373 0.5020529 0.5377821 0.497241 0.5339239 0.4958583 0.535373 0.5020529 0.5315023 0.5005218 0.5326772 0.506645 0.5385548 0.5151381 0.5359066 0.519302 0.5427953 0.5170249 0.5385548 0.5151381 0.5427953 0.5170249 0.5410961 0.5104171 0.5385548 0.5151381 0.5410961 0.5104171 0.5369404 0.5083724 0.5385548 0.5151381 0.5341756 0.5128598 0.5359066 0.519302 0.5295601 0.5109061 0.5268211 0.51492 0.5315716 0.516955 0.5295601 0.5109061 0.5341756 0.5128598 0.5326772 0.506645 0.5295601 0.5109061 0.5326772 0.506645 0.5288138 0.5048681 0.5295601 0.5109061 0.5254582 0.5088737 0.5268211 0.51492 0.6281685 0.5459175 0.62753 0.5453786 0.6263833 0.5463036 0.6281685 0.5459175 0.627935 0.5468135 0.62888 0.5464736 0.6281685 0.5459175 0.62888 0.5464736 0.6294574 0.5459492 0.6281685 0.5459175 0.6289772 0.54529 0.62753 0.5453786 0.6298355 0.5447224 0.6295585 0.5440181 0.6285472 0.5446851 0.6298355 0.5447224 0.6289772 0.54529 0.6294574 0.5459492 0.6298355 0.5447224 0.6301183 0.5454882 0.6307647 0.5447431 0.6298355 0.5447224 0.6307647 0.5447431 0.6307956 0.5433115 0.6322399 0.5481978 0.6332201 0.5491765 0.6334258 0.5479219 0.6322399 0.5481978 0.6324332 0.5473073 0.6314187 0.5472179 0.6322399 0.5481978 0.6314187 0.5472179 0.6308259 0.5477482 0.6322399 0.5481978 0.631604 0.5487867 0.6332201 0.5491765 0.6309229 0.5493091 0.6315525 0.5506021 0.631604 0.5487867 0.6309229 0.5493091 0.631604 0.5487867 0.6308259 0.5477482 0.6309229 0.5493091 0.6302083 0.5482236 0.6300408 0.549273 0.6309229 0.5493091 0.6300408 0.549273 0.6303102 0.55048 0.6306787 0.5463174 0.6314187 0.5472179 0.6317484 0.5468454 0.6306787 0.5463174 0.6312584 0.5459758 0.6306962 0.5453231 0.6306787 0.5463174 0.6301183 0.5454882 0.630092 0.5467855 0.6306787 0.5463174 0.630092 0.5467855 0.6314187 0.5472179 0.6295436 0.5472604 0.6302083 0.5482236 0.6308259 0.5477482 0.6295436 0.5472604 0.630092 0.5467855 0.62888 0.5464736 0.6295436 0.5472604 0.62888 0.5464736 0.628569 0.5469676 0.6295436 0.5472604 0.6290936 0.5477312 0.6302083 0.5482236 0.6222244 0.5374299 0.6216011 0.5367555 0.6202446 0.5377326 0.6222244 0.5374299 0.6218059 0.538565 0.622974 0.5383497 0.6222244 0.5374299 0.622974 0.5383497 0.6237899 0.5376948 0.6222244 0.5374299 0.6231394 0.5366889 0.6216011 0.5367555 0.6241379 0.5360506 0.6237768 0.5352154 0.6226484 0.5359374 0.6241379 0.5360506 0.6231394 0.5366889 0.6246678 0.5371147 0.6241379 0.5360506 0.6246678 0.5371147 0.625323 0.5360499 0.6241379 0.5360506 0.625323 0.5360499 0.6251458 0.5342648 0.6290156 0.5433732 0.6295585 0.5440181 0.6295277 0.5424231 0.6290156 0.5433732 0.6295277 0.5424231 0.62831 0.542573 0.6290156 0.5433732 0.62831 0.542573 0.6274647 0.5431548 0.6290156 0.5433732 0.6280635 0.5440115 0.6285472 0.5446851 0.6270852 0.5446435 0.62753 0.5453786 0.6285472 0.5446851 0.6270852 0.5446435 0.6280635 0.5440115 0.6274647 0.5431548 0.6270852 0.5446435 0.6265949 0.5437127 0.6259851 0.5447747 0.6270852 0.5446435 0.6259851 0.5447747 0.62753 0.5453786 0.6275449 0.5414031 0.62831 0.542573 0.6287913 0.5420237 0.6275449 0.5414031 0.6283793 0.5409651 0.626663 0.5400001 0.6275449 0.5414031 0.626663 0.5400001 0.6257691 0.5406227 0.6275449 0.5414031 0.6266896 0.5420003 0.62831 0.542573 0.6258202 0.542587 0.6265949 0.5437127 0.6266896 0.5420003 0.6258202 0.542587 0.6266896 0.5420003 0.6257691 0.5406227 0.6258202 0.542587 0.6248806 0.5412635 0.6250938 0.5432087 0.6258202 0.542587 0.6250938 0.5432087 0.6259025 0.5439603 0.6256067 0.5385009 0.626663 0.5400001 0.626349 0.5378949 0.6256067 0.5385009 0.626349 0.5378949 0.6254241 0.5369405 0.6256067 0.5385009 0.6246678 0.5371147 0.6247345 0.5390968 0.6256067 0.5385009 0.6247345 0.5390968 0.6257691 0.5406227 0.6238957 0.5397393 0.6248806 0.5412635 0.6257691 0.5406227 0.6238957 0.5397393 0.6247345 0.5390968 0.622974 0.5383497 0.6238957 0.5397393 0.622974 0.5383497 0.6225603 0.5390045 0.6238957 0.5397393 0.6230849 0.5402339 0.6248806 0.5412635 0.6233446 0.5345162 0.6237768 0.5352154 0.6251458 0.5342648 0.6233446 0.5345162 0.6238971 0.5331029 0.622587 0.5333818 0.6233446 0.5345162 0.622587 0.5333818 0.6213917 0.5342233 0.6233446 0.5345162 0.622182 0.5352984 0.6226484 0.5359374 0.6210585 0.5361024 0.6216011 0.5367555 0.622182 0.5352984 0.6210585 0.5361024 0.622182 0.5352984 0.6213917 0.5342233 0.6210585 0.5361024 0.6201998 0.5350288 0.6195514 0.5361466 0.6210585 0.5361024 0.6195514 0.5361466 0.6202446 0.5377326 0.6114549 0.5250945 0.6103476 0.5240021 0.6103661 0.5270004 0.6114549 0.5250945 0.6103661 0.5270004 0.6129286 0.5264378 0.6114549 0.5250945 0.6129286 0.5264378 0.6138412 0.5235837 0.6114549 0.5250945 0.6138412 0.5235837 0.6129812 0.5224151 0.6162896 0.5222351 0.6156965 0.521031 0.6138412 0.5235837 0.6162896 0.5222351 0.6138412 0.5235837 0.6169049 0.523899 0.6162896 0.5222351 0.6169049 0.523899 0.6185348 0.5220468 0.6162896 0.5222351 0.6185348 0.5220468 0.6156965 0.521031 0.6181156 0.5261109 0.6196534 0.5286364 0.6209554 0.5277706 0.6181156 0.5261109 0.6195321 0.5250445 0.6183523 0.5235109 0.6181156 0.5261109 0.6169049 0.523899 0.616402 0.5272317 0.6181156 0.5261109 0.616402 0.5272317 0.6181478 0.5296543 0.6147319 0.5284223 0.61669 0.5307428 0.616402 0.5272317 0.6147319 0.5284223 0.616402 0.5272317 0.6148977 0.52513 0.6147319 0.5284223 0.6129286 0.5264378 0.6119879 0.5275504 0.6147319 0.5284223 0.6131773 0.5293131 0.6154311 0.5316781 0.6212503 0.5312409 0.622587 0.5333818 0.623084 0.5324519 0.6212503 0.5312409 0.622401 0.5305728 0.6196534 0.5286364 0.6212503 0.5312409 0.6196534 0.5286364 0.6181478 0.5296543 0.6212503 0.5312409 0.619929 0.5321634 0.622587 0.5333818 0.6186282 0.5330936 0.6201998 0.5350288 0.619929 0.5321634 0.6186282 0.5330936 0.619929 0.5321634 0.6181478 0.5296543 0.6186282 0.5330936 0.61669 0.5307428 0.6176351 0.5339497 0.6186282 0.5330936 0.6176351 0.5339497 0.6191802 0.5351839 0.614552 0.5201987 0.6156965 0.521031 0.6166858 0.5187066 0.614552 0.5201987 0.6166858 0.5187066 0.6144006 0.5170243 0.614552 0.5201987 0.6124949 0.5183593 0.6120664 0.5214465 0.614552 0.5201987 0.6120664 0.5214465 0.6129812 0.5224151 0.6096439 0.5227701 0.6103476 0.5240021 0.6120664 0.5214465 0.6096439 0.5227701 0.6120664 0.5214465 0.6104122 0.5194435 0.6096439 0.5227701 0.6083694 0.5204452 0.6068988 0.5222477 0.6096439 0.5227701 0.6068988 0.5222477 0.6072752 0.5260136 0.5965889 0.5000382 0.5952337 0.4987817 0.5938466 0.4971197 0.5965889 0.5000382 0.5962448 0.5023778 0.598107 0.5021537 0.5965889 0.5000382 0.598107 0.5021537 0.5992335 0.501025 0.5965889 0.5000382 0.5977708 0.498668 0.5952337 0.4987817 0.5989962 0.497346 0.597905 0.4955761 0.596585 0.497116 0.5989962 0.497346 0.5977708 0.498668 0.6004531 0.4998733 0.5989962 0.497346 0.6004531 0.4998733 0.6018384 0.4989622 0.5989962 0.497346 0.6003805 0.4963233 0.597905 0.4955761 0.6091638 0.5141338 0.6124949 0.5183593 0.6109379 0.5129541 0.6091638 0.5141338 0.6109379 0.5129541 0.6072151 0.5078287 0.6091638 0.5141338 0.6055492 0.50887 0.6073341 0.5151714 0.6091638 0.5141338 0.6073341 0.5151714 0.6104122 0.5194435 0.6055498 0.516074 0.6083694 0.5204452 0.6073341 0.5151714 0.6055498 0.516074 0.6073341 0.5151714 0.603918 0.5099233 0.6055498 0.516074 0.6023539 0.510855 0.6041428 0.5169623 0.6055498 0.516074 0.6041428 0.5169623 0.6065562 0.5202022 0.6026416 0.5039156 0.6055492 0.50887 0.6072151 0.5078287 0.6026416 0.5039156 0.6041492 0.5029811 0.6004531 0.4998733 0.6026416 0.5039156 0.6004531 0.4998733 0.5992335 0.501025 0.6026416 0.5039156 0.6012502 0.5049924 0.6055492 0.50887 0.5999509 0.5059871 0.6023539 0.510855 0.603918 0.5099233 0.5999509 0.5059871 0.6012502 0.5049924 0.598107 0.5021537 0.5999509 0.5059871 0.598107 0.5021537 0.5975793 0.5035522 0.5999509 0.5059871 0.5987197 0.5066192 0.6023539 0.510855 0.5078685 0.4754216 0.5082964 0.4772794 0.5099958 0.477087 0.5078685 0.4754216 0.5095605 0.473395 0.5073232 0.4726413 0.5078685 0.4754216 0.5073232 0.4726413 0.5052958 0.4732173 0.5078685 0.4754216 0.5059767 0.4761419 0.5082964 0.4772794 0.5040323 0.4766597 0.5045024 0.4787219 0.5064504 0.4779704 0.5040323 0.4766597 0.5059767 0.4761419 0.5052958 0.4732173 0.5040323 0.4766597 0.5032866 0.4735049 0.5015915 0.4751981 0.5040323 0.4766597 0.5015915 0.4751981 0.5015215 0.4773676 0.4933218 0.4001912 0.4913959 0.3990114 0.4917651 0.4055924 0.4933218 0.4001912 0.4917651 0.4055924 0.4940977 0.4059316 0.4933218 0.4001912 0.4953135 0.4011393 0.4966016 0.3987068 0.4933218 0.4001912 0.4950571 0.3972679 0.4913959 0.3990114 0.505016 0.4351899 0.508695 0.4357609 0.5084006 0.4254143 0.505016 0.4351899 0.5045629 0.4246487 0.5012704 0.4346737 0.4975655 0.4347953 0.5012704 0.4346737 0.5005711 0.424037 0.4975655 0.4347953 0.4968783 0.4241904 0.4937118 0.4246141 0.5039465 0.4147418 0.5045629 0.4246487 0.5077054 0.4156268 0.5039465 0.4147418 0.5077054 0.4156268 0.5074911 0.4068617 0.5039465 0.4147418 0.5032488 0.406697 0.5000134 0.4140764 0.5039465 0.4147418 0.5000134 0.4140764 0.5005711 0.424037 0.4965577 0.4140794 0.4968783 0.4241904 0.5000134 0.4140764 0.4965577 0.4140794 0.5000134 0.4140764 0.4967088 0.4060334 0.4965577 0.4140794 0.4967088 0.4060334 0.4940977 0.4059316 0.4965577 0.4140794 0.4936341 0.4143106 0.4968783 0.4241904 0.5002278 0.4565551 0.5032866 0.4735049 0.5030779 0.4565176 0.5059349 0.4567012 0.5030779 0.4565176 0.5052958 0.4732173 0.4974367 0.4016239 0.4953135 0.4011393 0.4967088 0.4060334 0.4974367 0.4016239 0.4967088 0.4060334 0.499719 0.4061909 0.4974367 0.4016239 0.4998099 0.40178 0.498242 0.3994629 0.4974367 0.4016239 0.498242 0.3994629 0.4966016 0.3987068 0.5025516 0.4017424 0.5032488 0.406697 0.5055022 0.4011528 0.5025516 0.4017424 0.5055022 0.4011528 0.5019583 0.3989941 0.5025516 0.4017424 0.5019583 0.3989941 0.5000153 0.399553 0.5025516 0.4017424 0.4998099 0.40178 0.499719 0.4061909 0.5977894 0.4038928 0.607055 0.4032453 0.6068663 0.399339 0.5977894 0.4038928 0.5975596 0.4004508 0.5883147 0.404325 0.5977894 0.4038928 0.5883147 0.404325 0.589057 0.4057952 0.5977894 0.4038928 0.598145 0.4062036 0.607055 0.4032453 0.5982216 0.4079782 0.6063653 0.4088014 0.598145 0.4062036 0.5982216 0.4079782 0.598145 0.4062036 0.5895882 0.4069513 0.5982216 0.4079782 0.5895882 0.4069513 0.5899028 0.4084352 0.5982216 0.4079782 0.5981253 0.4099013 0.6056095 0.4111568 0.619311 0.4043146 0.6210292 0.4020131 0.6179593 0.4025161 0.619311 0.4043146 0.6179593 0.4025161 0.6161263 0.4057279 0.619311 0.4043146 0.6173046 0.4068949 0.6170929 0.4085395 0.619311 0.4043146 0.6185985 0.4074128 0.6201961 0.4061937 0.6147217 0.4100328 0.6138483 0.4087274 0.6119366 0.4109188 0.6147217 0.4100328 0.6119084 0.4127636 0.611311 0.4165194 0.6147217 0.4100328 0.6151986 0.4113317 0.6170929 0.4085395 0.6147217 0.4100328 0.6173046 0.4068949 0.6138483 0.4087274 0.6165389 0.4113554 0.6151986 0.4113317 0.6131586 0.4170606 0.6165389 0.4113554 0.6131586 0.4170606 0.6150518 0.4168542 0.6165389 0.4113554 0.6183109 0.4107415 0.6185985 0.4074128 0.6165389 0.4113554 0.6185985 0.4074128 0.6170929 0.4085395 0.6138261 0.4024731 0.6179593 0.4025161 0.6143279 0.3986275 0.6138261 0.4024731 0.6143279 0.3986275 0.6068663 0.399339 0.6138261 0.4024731 0.607055 0.4032453 0.6128239 0.4058886 0.6138261 0.4024731 0.6128239 0.4058886 0.6161263 0.4057279 0.6113185 0.408684 0.6138483 0.4087274 0.6128239 0.4058886 0.6113185 0.408684 0.6128239 0.4058886 0.6069719 0.4063796 0.6113185 0.408684 0.6063653 0.4088014 0.6099132 0.4112862 0.6113185 0.408684 0.6099132 0.4112862 0.6119366 0.4109188 0.5809159 0.4044515 0.5883147 0.404325 0.5879597 0.4014675 0.5809159 0.4044515 0.5796182 0.4018944 0.5760155 0.404676 0.5809159 0.4044515 0.5760155 0.404676 0.5787255 0.4054518 0.5809159 0.4044515 0.5824211 0.4055891 0.5883147 0.404325 0.5831659 0.4064568 0.5895882 0.4069513 0.589057 0.4057952 0.5831659 0.4064568 0.5824211 0.4055891 0.578225 0.4060791 0.5831659 0.4064568 0.578225 0.4060791 0.5780608 0.4072592 0.5831659 0.4064568 0.583384 0.4076747 0.5895882 0.4069513 0.5740358 0.405402 0.5760155 0.404676 0.571501 0.4024464 0.5740358 0.405402 0.5696665 0.4045627 0.5734245 0.4068282 0.5740358 0.405402 0.5734245 0.4068282 0.5780608 0.4072592 0.5740358 0.405402 0.578225 0.4060791 0.5760155 0.404676 0.5726291 0.4091534 0.5683715 0.4090253 0.5716391 0.413323 0.5726291 0.4091534 0.5716391 0.413323 0.5767102 0.4134463 0.5726291 0.4091534 0.5776165 0.4093581 0.5734245 0.4068282 0.5726291 0.4091534 0.5734245 0.4068282 0.5692362 0.4063895 0.5825234 0.5043715 0.5850776 0.5049795 0.5845335 0.4996055 0.5825234 0.5043715 0.5819301 0.4985545 0.5799271 0.5032767 0.5825234 0.5043715 0.5799271 0.5032767 0.5805585 0.5077931 0.5825234 0.5043715 0.5831556 0.5081611 0.5850776 0.5049795 0.577351 0.5023083 0.5767437 0.4958031 0.5746466 0.5014279 0.577351 0.5023083 0.5746466 0.5014279 0.5749527 0.5067235 0.577351 0.5023083 0.5778819 0.5073257 0.5799271 0.5032767 0.577351 0.5023083 0.5799271 0.5032767 0.5792788 0.4970464 0.5716654 0.5005968 0.5715976 0.5059515 0.5746466 0.5014279 0.5716654 0.5005968 0.5746466 0.5014279 0.5742031 0.4948364 0.5716654 0.5005968 0.5715355 0.4941583 0.5681503 0.4996919 0.5716654 0.5005968 0.5681503 0.4996919 0.5676083 0.5049431 0.5822983 0.449044 0.5851188 0.4497842 0.5860064 0.4455461 0.5822983 0.449044 0.5834552 0.4443585 0.5800821 0.4476746 0.5890678 0.447677 0.592938 0.4451763 0.5961053 0.4349221 0.5890678 0.447677 0.589441 0.4421014 0.5860064 0.4455461 0.5866369 0.4383401 0.589441 0.4421014 0.5961053 0.4349221 0.5866369 0.4383401 0.5906496 0.4313483 0.5844869 0.4296022 0.5866369 0.4383401 0.5824188 0.4364899 0.5809361 0.44253 0.5866369 0.4383401 0.5834552 0.4443585 0.589441 0.4421014 0.5779459 0.4478944 0.5800821 0.4476746 0.5785039 0.4430485 0.5779459 0.4478944 0.5785039 0.4430485 0.5765256 0.4433393 0.5785499 0.4366472 0.5824188 0.4364899 0.5789858 0.4291465 0.5785499 0.4366472 0.5789858 0.4291465 0.5733721 0.4307855 0.5785499 0.4366472 0.5753914 0.4391723 0.5785039 0.4430485 0.5785499 0.4366472 0.5785039 0.4430485 0.5809361 0.44253 0.5733049 0.4444255 0.5753914 0.4391723 0.5705248 0.4409606 0.5733049 0.4444255 0.5757375 0.4475343 0.5765256 0.4433393 0.5125016 0.5470298 0.5121921 0.5459207 0.5101985 0.5472522 0.5125016 0.5470298 0.5115004 0.5481437 0.5123178 0.5483114 0.5125016 0.5470298 0.5129809 0.5475477 0.5138831 0.5470052 0.5125016 0.5470298 0.5138873 0.5462823 0.5121921 0.5459207 0.4885534 0.5168961 0.487817 0.5167119 0.48862 0.5180954 0.4885534 0.5168961 0.48862 0.5180954 0.4892247 0.5177287 0.4885534 0.5168961 0.4892897 0.5170802 0.4891487 0.5159512 0.4885534 0.5168961 0.4891487 0.5159512 0.4887313 0.5145326 0.4893497 0.5191356 0.4890557 0.5199218 0.4904451 0.5195562 0.4893497 0.5191356 0.4904451 0.5195562 0.4903314 0.51863 0.4893497 0.5191356 0.4896436 0.5183493 0.48862 0.5180954 0.4893497 0.5191356 0.48862 0.5180954 0.4880152 0.518462 0.5146824 0.5461044 0.5150139 0.5451726 0.5139394 0.545274 0.5146824 0.5461044 0.5138873 0.5462823 0.5143821 0.5468488 0.5146824 0.5461044 0.5143821 0.5468488 0.5146653 0.5469474 0.5146824 0.5461044 0.5151453 0.5462753 0.5150139 0.5451726 0.5155341 0.5465741 0.5162385 0.5458145 0.5156891 0.5454187 0.5155341 0.5465741 0.5151453 0.5462753 0.5149199 0.54717 0.5155341 0.5465741 0.5149199 0.54717 0.515117 0.5476905 0.5155341 0.5465741 0.5158351 0.5473103 0.5167198 0.546701 0.5482253 0.5426704 0.547419 0.5425603 0.5478747 0.5438194 0.5482253 0.5426704 0.5478747 0.5438194 0.5487894 0.5439334 0.5482253 0.5426704 0.5492672 0.5426058 0.5487784 0.541495 0.5482253 0.5426704 0.5487784 0.541495 0.5475859 0.5413368 0.550746 0.5421811 0.5503333 0.5441147 0.5520594 0.5444739 0.550746 0.5421811 0.5524209 0.5419679 0.5505614 0.540753 0.550746 0.5421811 0.5505614 0.540753 0.5495616 0.5416083 0.550746 0.5421811 0.5492672 0.5426058 0.5503333 0.5441147 0.5494026 0.5400888 0.5505614 0.540753 0.550121 0.5379006 0.5494026 0.5400888 0.550121 0.5379006 0.5480254 0.5375619 0.5494026 0.5400888 0.5477756 0.5398547 0.5487784 0.541495 0.5494026 0.5400888 0.5487784 0.541495 0.5495616 0.5416083 0.5466471 0.5424611 0.546729 0.5436315 0.547419 0.5425603 0.5466471 0.5424611 0.547419 0.5425603 0.5475859 0.5413368 0.5466471 0.5424611 0.5464339 0.5412265 0.5457336 0.5421385 0.5466471 0.5424611 0.5457336 0.5421385 0.5459011 0.5434882 0.5461865 0.5397169 0.5477756 0.5398547 0.5480254 0.5375619 0.5461865 0.5397169 0.5459483 0.5374229 0.5449804 0.5400825 0.5461865 0.5397169 0.5449804 0.5400825 0.5456951 0.5411394 0.5461865 0.5397169 0.5464339 0.5412265 0.5477756 0.5398547 0.5445025 0.5413584 0.5449804 0.5400825 0.5429417 0.5407877 0.5445025 0.5413584 0.5429417 0.5407877 0.5428125 0.5432174 0.5445025 0.5413584 0.5445092 0.5432733 0.5457336 0.5421385 0.5445025 0.5413584 0.5457336 0.5421385 0.5456951 0.5411394 0.547858 0.5451465 0.5478747 0.5438194 0.5472071 0.5450594 0.547858 0.5451465 0.5472071 0.5450594 0.5471372 0.5465258 0.547858 0.5451465 0.5479683 0.5466492 0.5486506 0.5454713 0.547858 0.5451465 0.5486506 0.5454713 0.5487894 0.5439334 0.547999 0.5483251 0.5470408 0.5481156 0.5469329 0.5497664 0.547999 0.5483251 0.5479002 0.5500338 0.5493121 0.5499775 0.547999 0.5483251 0.5489035 0.5479552 0.5479683 0.5466492 0.547999 0.5483251 0.5479683 0.5466492 0.5470408 0.5481156 0.5497004 0.5462955 0.5489035 0.5479552 0.5509788 0.5471981 0.5497004 0.5462955 0.5509788 0.5471981 0.5520594 0.5444739 0.5497004 0.5462955 0.5503333 0.5441147 0.5486506 0.5454713 0.5497004 0.5462955 0.5486506 0.5454713 0.5485036 0.5467262 0.5465824 0.5449483 0.5472071 0.5450594 0.5472884 0.5437322 0.5465824 0.5449483 0.546729 0.5436315 0.5459011 0.5434882 0.5465824 0.5449483 0.5458201 0.5450388 0.5463269 0.5464155 0.5465824 0.5449483 0.5463269 0.5464155 0.5472071 0.5450594 0.5447567 0.5455563 0.5445092 0.5432733 0.5428125 0.5432174 0.5447567 0.5455563 0.5433692 0.5461218 0.545272 0.5474098 0.5447567 0.5455563 0.545272 0.5474098 0.5458062 0.5463238 0.5447567 0.5455563 0.5458201 0.5450388 0.5445092 0.5432733 0.5460826 0.5480367 0.545272 0.5474098 0.5445349 0.5492742 0.5460826 0.5480367 0.5459399 0.5497304 0.5469329 0.5497664 0.5460826 0.5480367 0.5470408 0.5481156 0.5471372 0.5465258 0.5460826 0.5480367 0.5463269 0.5464155 0.545272 0.5474098 0.5032601 0.5134449 0.5029583 0.5127723 0.5022642 0.5135585 0.5032601 0.5134449 0.5022642 0.5135585 0.5026123 0.5142937 0.5032601 0.5134449 0.5037994 0.5142081 0.5043079 0.513462 0.5032601 0.5134449 0.5043079 0.513462 0.5038768 0.5124353 0.5047913 0.5151947 0.5031487 0.5156104 0.5036014 0.5172724 0.5047913 0.5151947 0.5056464 0.5165598 0.5056928 0.5145354 0.5047913 0.5151947 0.5056928 0.5145354 0.5046177 0.5140876 0.5047913 0.5151947 0.5037994 0.5142081 0.5031487 0.5156104 0.5055899 0.5133939 0.5056928 0.5145354 0.5074676 0.5131435 0.5055899 0.5133939 0.5074676 0.5131435 0.5066859 0.5113421 0.5055899 0.5133939 0.5049825 0.511998 0.5043079 0.513462 0.5055899 0.5133939 0.5043079 0.513462 0.5046177 0.5140876 0.5026786 0.5120576 0.5018332 0.5125758 0.5029583 0.5127723 0.5026786 0.5120576 0.5029583 0.5127723 0.5038768 0.5124353 0.5026786 0.5120576 0.5034458 0.5113773 0.5024697 0.5111515 0.5026786 0.5120576 0.5024697 0.5111515 0.5015063 0.5118452 0.5043711 0.5105755 0.5049825 0.511998 0.5066859 0.5113421 0.5043711 0.5105755 0.5058079 0.5095238 0.5035666 0.50969 0.5043711 0.5105755 0.5035666 0.50969 0.5031666 0.5107042 0.5043711 0.5105755 0.5034458 0.5113773 0.5049825 0.511998 0.5023801 0.5099049 0.5035666 0.50969 0.5019552 0.5084041 0.5023801 0.5099049 0.5019552 0.5084041 0.5008797 0.5107303 0.5023801 0.5099049 0.5008797 0.5107303 0.5024697 0.5111515 0.5023801 0.5099049 0.5024697 0.5111515 0.5031666 0.5107042 0.5011375 0.5140185 0.5022642 0.5135585 0.5020294 0.5130906 0.5011375 0.5140185 0.5008926 0.5134719 0.4998714 0.5146743 0.5011375 0.5140185 0.4998714 0.5146743 0.5012391 0.5147841 0.5011375 0.5140185 0.5012391 0.5147841 0.5026123 0.5142937 0.4984571 0.5153747 0.4981749 0.5143784 0.4966471 0.5149097 0.4984571 0.5153747 0.4969167 0.5160233 0.4976803 0.5174058 0.4984571 0.5153747 0.4992065 0.5160642 0.4998714 0.5146743 0.4984571 0.5153747 0.4998714 0.5146743 0.4981749 0.5143784 0.5010287 0.5160216 0.4992065 0.5160642 0.5008625 0.5175733 0.5010287 0.5160216 0.5008625 0.5175733 0.5036014 0.5172724 0.5010287 0.5160216 0.5031487 0.5156104 0.5012391 0.5147841 0.5010287 0.5160216 0.5012391 0.5147841 0.5000717 0.5151862 0.5006728 0.5128914 0.5008926 0.5134719 0.5020294 0.5130906 0.5006728 0.5128914 0.5018332 0.5125758 0.5015063 0.5118452 0.5006728 0.5128914 0.5001844 0.5122888 0.4992843 0.5131508 0.5006728 0.5128914 0.4992843 0.5131508 0.4995927 0.5139051 0.4991335 0.5116761 0.5008797 0.5107303 0.4999739 0.5093317 0.4991335 0.5116761 0.4978833 0.5107514 0.4978542 0.5126352 0.4991335 0.5116761 0.4978542 0.5126352 0.4990812 0.5126924 0.4991335 0.5116761 0.5001844 0.5122888 0.5008797 0.5107303 0.4977543 0.5135006 0.4978542 0.5126352 0.4958226 0.5127058 0.4977543 0.5135006 0.4961606 0.5140051 0.4966471 0.5149097 0.4977543 0.5135006 0.4981749 0.5143784 0.4992843 0.5131508 0.4977543 0.5135006 0.4992843 0.5131508 0.4978542 0.5126352 0.5211939 0.5364688 0.5204716 0.5360993 0.5204142 0.5375007 0.5211939 0.5364688 0.5204142 0.5375007 0.5212218 0.5378496 0.5211939 0.5364688 0.5221855 0.5367172 0.5221769 0.5354027 0.5211939 0.5364688 0.5221769 0.5354027 0.5211157 0.5348053 0.5237087 0.5367363 0.5225291 0.5385669 0.5240321 0.5396474 0.5237087 0.5367363 0.5254271 0.5371667 0.5241526 0.5351546 0.5237087 0.5367363 0.5241526 0.5351546 0.5228672 0.5357621 0.5237087 0.5367363 0.5221855 0.5367172 0.5225291 0.5385669 0.5233526 0.5340343 0.5241526 0.5351546 0.5265015 0.534025 0.5233526 0.5340343 0.5249981 0.5320652 0.5231612 0.5309647 0.5233526 0.5340343 0.5219143 0.5332067 0.5221769 0.5354027 0.5233526 0.5340343 0.5221769 0.5354027 0.5228672 0.5357621 0.5197563 0.5357169 0.5194032 0.5369648 0.5204716 0.5360993 0.5197563 0.5357169 0.5204716 0.5360993 0.5211157 0.5348053 0.5197563 0.5357169 0.5200249 0.5342824 0.5189884 0.5350392 0.5197563 0.5357169 0.5189884 0.5350392 0.5186499 0.5364927 0.5204432 0.5325031 0.5219143 0.5332067 0.5231612 0.5309647 0.5204432 0.5325031 0.5212318 0.5300378 0.5187621 0.5298814 0.5204432 0.5325031 0.5191158 0.5325024 0.5193565 0.5339214 0.5204432 0.5325031 0.5200249 0.5342824 0.5219143 0.5332067 0.5181086 0.5337837 0.5191158 0.5325024 0.516781 0.5325976 0.5181086 0.5337837 0.516781 0.5325976 0.5155397 0.5351987 0.5181086 0.5337837 0.5172966 0.5358189 0.5189884 0.5350392 0.5181086 0.5337837 0.5189884 0.5350392 0.5193565 0.5339214 0.5198484 0.5387666 0.5204142 0.5375007 0.5198826 0.5372844 0.5198484 0.5387666 0.5192496 0.5385563 0.5193428 0.5402197 0.5198484 0.5387666 0.5193428 0.5402197 0.5204864 0.5392481 0.5198484 0.5387666 0.5204864 0.5392481 0.5212218 0.5378496 0.5187436 0.5418133 0.5178454 0.5413277 0.5170996 0.5427722 0.5187436 0.5418133 0.5180155 0.5433738 0.5194467 0.5438867 0.5187436 0.5418133 0.5197673 0.5417211 0.5193428 0.5402197 0.5187436 0.5418133 0.5193428 0.5402197 0.5178454 0.5413277 0.5211222 0.5404337 0.5197673 0.5417211 0.5220197 0.5419036 0.5211222 0.5404337 0.5220197 0.5419036 0.5240321 0.5396474 0.5211222 0.5404337 0.5225291 0.5385669 0.5204864 0.5392481 0.5211222 0.5404337 0.5204864 0.5392481 0.5198525 0.5404158 0.5187314 0.5381845 0.5192496 0.5385563 0.5198826 0.5372844 0.5187314 0.5381845 0.5194032 0.5369648 0.5186499 0.5364927 0.5187314 0.5381845 0.5179483 0.537932 0.5178498 0.5394614 0.5187314 0.5381845 0.5178498 0.5394614 0.5192496 0.5385563 0.5165548 0.53808 0.5172966 0.5358189 0.5155397 0.5351987 0.5165548 0.53808 0.5147905 0.5381798 0.5162795 0.5399673 0.5165548 0.53808 0.5162795 0.5399673 0.5173508 0.5391442 0.5165548 0.53808 0.5179483 0.537932 0.5172966 0.5358189 0.5168669 0.5408811 0.5162795 0.5399673 0.5145995 0.5414617 0.5168669 0.5408811 0.5159855 0.5423729 0.5170996 0.5427722 0.5168669 0.5408811 0.5178454 0.5413277 0.5178498 0.5394614 0.5168669 0.5408811 0.5178498 0.5394614 0.5162795 0.5399673 0.5814142 0.343922 0.5729831 0.3407942 0.5728318 0.3446449 0.5814142 0.343922 0.5811487 0.3477492 0.5901043 0.3479129 0.5814142 0.343922 0.5901043 0.3479129 0.5897052 0.3442214 0.5814142 0.343922 0.581077 0.3399273 0.5729831 0.3407942 0.5791925 0.355103 0.5834454 0.3596596 0.5896514 0.3544647 0.5494135 0.3526064 0.5479899 0.345189 0.5411261 0.3524142 0.5473846 0.3392111 0.540306 0.3411496 0.5479899 0.345189 0.5473846 0.3392111 0.5479899 0.345189 0.5548511 0.3425756 0.5473846 0.3392111 0.5545449 0.3382146 0.5476241 0.3323662 0.5473846 0.3392111 0.5476241 0.3323662 0.539982 0.3322414 0.5461258 0.3942201 0.5545775 0.395467 0.5472213 0.3896284 0.5461258 0.3942201 0.5472213 0.3896284 0.5374301 0.3929586 0.5461258 0.3942201 0.5374301 0.3929586 0.5445899 0.3985332 0.5461258 0.3942201 0.5445899 0.3985332 0.5535364 0.4007317 0.5495882 0.3829221 0.5451816 0.3789989 0.5472213 0.3896284 0.5495882 0.3829221 0.5472213 0.3896284 0.5554067 0.3909003 0.5772125 0.3837179 0.5702399 0.3841864 0.5705281 0.3915959 0.5772125 0.3837179 0.5793151 0.3910612 0.5824008 0.3802489 0.5794956 0.3967682 0.5885904 0.3961494 0.5793151 0.3910612 0.5794956 0.3967682 0.5793151 0.3910612 0.5705281 0.3915959 0.5794956 0.3967682 0.5707762 0.396932 0.5796182 0.4018944 0.5794956 0.3967682 0.5796182 0.4018944 0.5879597 0.4014675 0.8218351 0.8600878 0.8233633 0.8693068 0.8105127 0.8671059 0.8252517 0.8570984 0.8297468 0.8676809 0.8218351 0.8600878 0.1942281 0.618781 0.1834601 0.6276051 0.1769948 0.6145477 0.1942281 0.618781 0.1877468 0.6001802 0.2032439 0.6117209 0.8316918 0.866802 0.8297468 0.8676809 0.8252517 0.8570984 0.1719043 0.63535 0.1668578 0.6255385 0.1834601 0.6276051 0.2229518 0.6077443 0.2200304 0.6067201 0.2216052 0.5771734 0.3060069 0.1784011 0.3105894 0.2024306 0.2963443 0.2067827 0.3060069 0.1784011 0.2921958 0.17767 0.304592 0.1525746 0.3060069 0.1784011 0.304592 0.1525746 0.3194921 0.155904 0.3060069 0.1784011 0.3201833 0.1786281 0.3105894 0.2024306 0.3080772 0.2391961 0.2937207 0.2282274 0.3117854 0.228653 0.3080772 0.2391961 0.3117854 0.228653 0.3245695 0.244628 0.3193539 0.2240292 0.3117854 0.228653 0.3105894 0.2024306 0.3193539 0.2240292 0.3105894 0.2024306 0.3233742 0.2010967 0.3193539 0.2240292 0.3288525 0.2223649 0.329488 0.241406 0.3193539 0.2240292 0.329488 0.241406 0.3245695 0.244628 0.3381789 0.2527706 0.3349577 0.2553258 0.329488 0.241406 0.3381789 0.2527706 0.329488 0.241406 0.33541 0.2399504 0.3381789 0.2527706 0.3418381 0.2513706 0.3467915 0.2594739 0.3381789 0.2527706 0.3467915 0.2594739 0.3443003 0.2621718 0.3566905 0.2628673 0.3680777 0.2624327 0.3644146 0.2680148 0.3566905 0.2628673 0.3539479 0.2665917 0.3467915 0.2594739 0.3566905 0.2628673 0.3467915 0.2594739 0.3494693 0.2576492 0.3566905 0.2628673 0.3596363 0.2598097 0.3680777 0.2624327 0.3053299 0.1255853 0.304592 0.1525746 0.2905416 0.149641 0.3053299 0.1255853 0.2905072 0.1194617 0.3090028 0.1011495 0.3053299 0.1255853 0.3090028 0.1011495 0.3261596 0.1139578 0.3053299 0.1255853 0.321513 0.1338692 0.304592 0.1525746 0.316393 0.08298349 0.3333457 0.09760373 0.3090028 0.1011495 0.316393 0.08298349 0.3090028 0.1011495 0.2893567 0.08079439 0.316393 0.08298349 0.2994402 0.06836324 0.3254899 0.07053112 0.316393 0.08298349 0.3254899 0.07053112 0.3333457 0.09760373 0.3485894 0.9866356 0.3488047 0.9977135 0.3391733 0.9859205 0.3485894 0.9866356 0.3391733 0.9859205 0.3480055 0.9748838 0.3485894 0.9866356 0.3480055 0.9748838 0.3567842 0.974673 0.3485894 0.9866356 0.3581073 0.9853448 0.3592144 0.9951719 0.2996772 0.9651136 0.293654 0.957373 0.2999498 0.9602199 0.2996772 0.9651136 0.2999498 0.9602199 0.3058674 0.9645903 0.3916346 0.9473254 0.3919102 0.9490343 0.387534 0.9504196 0.3916346 0.9473254 0.387534 0.9504196 0.38678 0.9479678 0.3916346 0.9473254 0.391376 0.9452332 0.3968515 0.9449198 0.3916346 0.9473254 0.3968515 0.9449198 0.3971199 0.9461037 0.3844938 0.9548254 0.3862154 0.9568377 0.3815473 0.9605564 0.3844938 0.9548254 0.3815473 0.9605564 0.3792127 0.9570701 0.3844938 0.9548254 0.3829369 0.9520532 0.387534 0.9504196 0.3844938 0.9548254 0.387534 0.9504196 0.3882567 0.9524512 0.3661566 0.9810946 0.3683477 0.9890753 0.3581073 0.9853448 0.3661566 0.9810946 0.3581073 0.9853448 0.3567842 0.974673 0.3661566 0.9810946 0.3640172 0.9721159 0.372707 0.9748626 0.3661566 0.9810946 0.372707 0.9748626 0.3757361 0.9807332 0.3777278 0.967626 0.3809114 0.9714552 0.372707 0.9748626 0.3777278 0.967626 0.372707 0.9748626 0.3699864 0.9678719 0.3777278 0.967626 0.3749737 0.9625999 0.3815473 0.9605564 0.3777278 0.967626 0.3815473 0.9605564 0.3842718 0.9629278 0.421025 0.9380931 0.4111741 0.9403037 0.4203859 0.9364613 0.421025 0.9380931 0.4203859 0.9364613 0.4314444 0.9336892 0.4032405 0.9425792 0.4038297 0.9431758 0.3968515 0.9449198 0.4032405 0.9425792 0.3968515 0.9449198 0.3967276 0.9431962 0.4032405 0.9425792 0.4028379 0.9412037 0.4104697 0.9390329 0.3811553 0.257652 0.3866618 0.2494997 0.3993945 0.2400516 0.3314294 0.9841525 0.3295446 0.9953812 0.3224322 0.9922791 0.3314294 0.9841525 0.3251874 0.9819549 0.3327165 0.9724303 0.3314294 0.9841525 0.3327165 0.9724303 0.3394074 0.9737893 0.3314294 0.9841525 0.3391733 0.9859205 0.3384657 0.9975124 0.3466845 0.9617837 0.3480055 0.9748838 0.3394074 0.9737893 0.3466845 0.9617837 0.3550295 0.9623116 0.3480055 0.9748838 0.2987709 0.9538298 0.2999498 0.9602199 0.2940484 0.9550367 0.2987709 0.9538298 0.3049268 0.9559858 0.2999498 0.9602199 0.3911513 0.9423744 0.391376 0.9452332 0.3859638 0.9446759 0.3911513 0.9423744 0.3968927 0.9403936 0.3967276 0.9431962 0.3817094 0.9477612 0.3829369 0.9520532 0.3776578 0.9513545 0.3817094 0.9477612 0.3859638 0.9446759 0.38678 0.9479678 0.3619809 0.9611413 0.3640172 0.9721159 0.3550295 0.9623116 0.3619809 0.9611413 0.3678827 0.9586413 0.3699864 0.9678719 0.3730786 0.9551801 0.3749737 0.9625999 0.3678827 0.9586413 0.3730786 0.9551801 0.3776578 0.9513545 0.3792127 0.9570701 0.418968 0.9334096 0.4203859 0.9364613 0.4104697 0.9390329 0.418968 0.9334096 0.4291238 0.9307435 0.4203859 0.9364613 0.4028088 0.9382702 0.4028379 0.9412037 0.3968927 0.9403936 0.4028088 0.9382702 0.4098502 0.9359578 0.4104697 0.9390329 0.3328085 0.9597211 0.3327165 0.9724303 0.3272641 0.9711028 0.3328085 0.9597211 0.3386946 0.9605795 0.3327165 0.9724303 0.3811553 0.257652 0.3762145 0.2658706 0.3680777 0.2624327 0.3811553 0.257652 0.3680777 0.2624327 0.3721101 0.2572829 0.3942226 0.2706763 0.3950716 0.2721924 0.3838511 0.2724072 0.1902148 0.5335543 0.1975416 0.5439547 0.1928302 0.5447518 0.1902148 0.5335543 0.1865922 0.5353729 0.1827312 0.524284 0.06587749 0.5566177 0.07289713 0.5439639 0.07154625 0.5552708 0.06587749 0.5566177 0.07154625 0.5552708 0.06782275 0.5657988 0.2163819 0.5602864 0.2216052 0.5771734 0.2164872 0.575352 0.2045547 0.5566151 0.2103461 0.5582082 0.2090326 0.568805 0.2045547 0.5566151 0.1975416 0.5439547 0.2027671 0.5436186 0.479895 0.3290923 0.47688 0.3233349 0.4751944 0.335195 0.479895 0.3290923 0.4767801 0.342927 0.4832196 0.3337933 0.479895 0.3290923 0.4832196 0.3337933 0.4869675 0.32118 0.479895 0.3290923 0.4829801 0.317332 0.47688 0.3233349 0.294089 0.905128 0.2875939 0.905259 0.295188 0.8986783 0.294089 0.905128 0.295188 0.8986783 0.3010929 0.9048387 0.3379326 0.9029672 0.3309681 0.9033208 0.3309634 0.8966038 0.3379326 0.9029672 0.3394341 0.8954755 0.3448413 0.9026101 0.3790937 0.9078595 0.3796222 0.9106286 0.3767001 0.9084531 0.3790937 0.9078595 0.3767001 0.9084531 0.3763045 0.905655 0.3790937 0.9078595 0.3787342 0.9052184 0.381386 0.9052407 0.3790937 0.9078595 0.3814357 0.9077892 0.381245 0.9099013 0.3741754 0.9088946 0.3745028 0.9119936 0.3715152 0.9093449 0.3741754 0.9088946 0.3715152 0.9093449 0.3713743 0.9064673 0.3741754 0.9088946 0.3739024 0.9060274 0.3767001 0.9084531 0.3741754 0.9088946 0.3767001 0.9084531 0.377165 0.9114671 0.3687152 0.9099653 0.368878 0.9128764 0.3661355 0.911124 0.3687152 0.9099653 0.3661355 0.911124 0.3656143 0.9082836 0.3687152 0.9099653 0.3685657 0.9071057 0.3715152 0.9093449 0.3687152 0.9099653 0.3715152 0.9093449 0.3717142 0.9123996 0.3784515 0.9030378 0.3787342 0.9052184 0.3763045 0.905655 0.3784515 0.9030378 0.3759595 0.903321 0.378242 0.9011439 0.3784515 0.9030378 0.378242 0.9011439 0.3812709 0.9010819 0.3784515 0.9030378 0.3813545 0.9030554 0.3787342 0.9052184 0.3736905 0.9035927 0.3739024 0.9060274 0.3713309 0.9039424 0.3736905 0.9035927 0.3713309 0.9039424 0.3712546 0.9017803 0.3736905 0.9035927 0.3734978 0.9015489 0.375689 0.9013532 0.3736905 0.9035927 0.3759595 0.903321 0.3739024 0.9060274 0.3685671 0.9044597 0.3685657 0.9071057 0.3653627 0.9054222 0.3685671 0.9044597 0.3653627 0.9054222 0.3652634 0.9027373 0.3685671 0.9044597 0.3685457 0.9020966 0.3713309 0.9039424 0.3685671 0.9044597 0.3713309 0.9039424 0.3713743 0.9064673 0.3776195 0.8684743 0.3817722 0.8682096 0.3816294 0.8879721 0.3776195 0.8684743 0.3779748 0.8886255 0.3732077 0.8676729 0.3695903 0.8696587 0.3732077 0.8676729 0.3748203 0.8893543 0.3695903 0.8696587 0.3719357 0.8898236 0.3689535 0.8899354 0.360403 0.8683184 0.3653517 0.8679172 0.3655062 0.8895917 0.360403 0.8683184 0.3655062 0.8895917 0.3614782 0.8892822 0.3859344 0.8678609 0.3901014 0.8674702 0.3927682 0.888409 0.3859344 0.8678609 0.3860145 0.8877295 0.3817722 0.8682096 0.3511635 0.8673672 0.3567539 0.8894966 0.3499016 0.8923869 0.3511635 0.8673672 0.3555081 0.8676947 0.3567539 0.8894966 0.3435233 0.8440404 0.3399324 0.8452771 0.3385196 0.8327209 0.3435233 0.8440404 0.3385196 0.8327209 0.3427745 0.8300792 0.387619 0.8480688 0.383616 0.8470492 0.3858944 0.8366246 0.387619 0.8480688 0.3899715 0.8392042 0.391196 0.8488186 0.3833965 0.9202141 0.3798373 0.9224236 0.3785459 0.9179245 0.3833965 0.9202141 0.3816182 0.91618 0.3867157 0.9173235 0.3804119 0.9131935 0.382571 0.9113525 0.3843469 0.9138191 0.3804119 0.9131935 0.3816182 0.91618 0.3777177 0.9144483 0.3804119 0.9131935 0.3777177 0.9144483 0.377165 0.9114671 0.3804119 0.9131935 0.3796222 0.9106286 0.382571 0.9113525 0.3763765 0.9234402 0.3728672 0.9235283 0.3754525 0.918776 0.3763765 0.9234402 0.3754525 0.918776 0.3798373 0.9224236 0.3748782 0.9151239 0.3777177 0.9144483 0.3785459 0.9179245 0.3748782 0.9151239 0.3754525 0.918776 0.3722789 0.9190015 0.3748782 0.9151239 0.3719317 0.9154552 0.3717142 0.9123996 0.3748782 0.9151239 0.3745028 0.9119936 0.3777177 0.9144483 0.3691629 0.9229521 0.3652362 0.9218252 0.3689664 0.9188683 0.3691629 0.9229521 0.3689664 0.9188683 0.3722789 0.9190015 0.3689165 0.9156769 0.3719317 0.9154552 0.3689664 0.9188683 0.3689165 0.9156769 0.3689664 0.9188683 0.3656619 0.918049 0.3689165 0.9156769 0.3661967 0.9151385 0.367008 0.9130806 0.3689165 0.9156769 0.368878 0.9128764 0.3719317 0.9154552 0.3781018 0.8993626 0.381065 0.8991682 0.378242 0.9011439 0.3781018 0.8993626 0.378242 0.9011439 0.375689 0.9013532 0.3781018 0.8993626 0.3755165 0.8996538 0.375383 0.8977993 0.3781018 0.8993626 0.378038 0.8973379 0.381065 0.8991682 0.3780576 0.8947136 0.3813072 0.8941645 0.380992 0.8969754 0.3780576 0.8947136 0.378038 0.8973379 0.3752292 0.8953664 0.3780576 0.8947136 0.3752292 0.8953664 0.3748203 0.8893543 0.3780576 0.8947136 0.3779748 0.8886255 0.3813072 0.8941645 0.3732826 0.899855 0.3755165 0.8996538 0.3734978 0.9015489 0.3732826 0.899855 0.3734978 0.9015489 0.3712546 0.9017803 0.3732826 0.899855 0.3710148 0.8999908 0.3730168 0.8980717 0.3732826 0.899855 0.3730168 0.8980717 0.3755165 0.8996538 0.3726724 0.8957595 0.3752292 0.8953664 0.375383 0.8977993 0.3726724 0.8957595 0.3730168 0.8980717 0.3706179 0.8981568 0.3726724 0.8957595 0.3700704 0.8958609 0.3719357 0.8898236 0.3726724 0.8957595 0.3719357 0.8898236 0.3752292 0.8953664 0.3683282 0.9000858 0.3710148 0.8999908 0.3685457 0.9020966 0.3683282 0.9000858 0.3685457 0.9020966 0.3651989 0.9004262 0.3683282 0.9000858 0.3651989 0.9004262 0.3678649 0.8980566 0.3683282 0.9000858 0.3678649 0.8980566 0.3706179 0.8981568 0.3671065 0.8956386 0.3700704 0.8958609 0.3678649 0.8980566 0.3671065 0.8956386 0.3678649 0.8980566 0.3647925 0.8981434 0.3671065 0.8956386 0.3636673 0.8955435 0.3655062 0.8895917 0.3671065 0.8956386 0.3655062 0.8895917 0.3689535 0.8899354 0.3610598 0.920261 0.3566735 0.9176313 0.362513 0.9162165 0.3610598 0.920261 0.362513 0.9162165 0.3656619 0.918049 0.3641364 0.9131893 0.3661967 0.9151385 0.362513 0.9162165 0.3641364 0.9131893 0.362513 0.9162165 0.3596818 0.9134131 0.3641364 0.9131893 0.3626576 0.9103416 0.3661355 0.911124 0.3641364 0.9131893 0.3661355 0.911124 0.367008 0.9130806 0.3838055 0.9089182 0.382571 0.9113525 0.381245 0.9099013 0.3838055 0.9089182 0.3814357 0.9077892 0.3844542 0.9062448 0.3838055 0.9089182 0.3844542 0.9062448 0.3879311 0.9081336 0.3838055 0.9089182 0.3864101 0.9111189 0.382571 0.9113525 0.3894566 0.9142637 0.3867157 0.9173235 0.3843469 0.9138191 0.3894566 0.9142637 0.3864101 0.9111189 0.3918089 0.91081 0.3848562 0.9036863 0.3844542 0.9062448 0.381386 0.9052407 0.3848562 0.9036863 0.3813545 0.9030554 0.3848896 0.9013286 0.3848562 0.9036863 0.3848896 0.9013286 0.3892876 0.901806 0.3848562 0.9036863 0.3890333 0.9049179 0.3844542 0.9062448 0.393962 0.9067378 0.3918089 0.91081 0.3879311 0.9081336 0.393962 0.9067378 0.3890333 0.9049179 0.3946543 0.9024363 0.3844324 0.8992574 0.3848896 0.9013286 0.3812709 0.9010819 0.3844324 0.8992574 0.381065 0.8991682 0.3842551 0.8969998 0.3844324 0.8992574 0.3842551 0.8969998 0.3871241 0.897082 0.3844324 0.8992574 0.3882653 0.8991323 0.3848896 0.9013286 0.3851279 0.8940823 0.3813072 0.8941645 0.3816294 0.8879721 0.3851279 0.8940823 0.3860145 0.8877295 0.3890551 0.8952111 0.3851279 0.8940823 0.3890551 0.8952111 0.3871241 0.897082 0.3851279 0.8940823 0.3842551 0.8969998 0.3813072 0.8941645 0.3926247 0.8982949 0.3890551 0.8952111 0.3927682 0.888409 0.3926247 0.8982949 0.3946543 0.9024363 0.3892876 0.901806 0.3926247 0.8982949 0.3882653 0.8991323 0.3890551 0.8952111 0.3616034 0.9012982 0.3651989 0.9004262 0.3652634 0.9027373 0.3616034 0.9012982 0.3613001 0.9039415 0.3571373 0.9021599 0.3616034 0.9012982 0.3571373 0.9021599 0.3581469 0.8995664 0.3616034 0.9012982 0.3614352 0.8987894 0.3651989 0.9004262 0.3513965 0.902469 0.3448413 0.9026101 0.3499016 0.8923869 0.3513965 0.902469 0.3554177 0.8980235 0.3571373 0.9021599 0.3513965 0.902469 0.3571373 0.9021599 0.3562273 0.9057025 0.3596395 0.8960267 0.3554177 0.8980235 0.3567539 0.8894966 0.3596395 0.8960267 0.3567539 0.8894966 0.3614782 0.8892822 0.3596395 0.8960267 0.3636673 0.8955435 0.3614352 0.8987894 0.3596395 0.8960267 0.3614352 0.8987894 0.3581469 0.8995664 0.352117 0.9133084 0.3496161 0.9080138 0.357331 0.909681 0.352117 0.9133084 0.357331 0.909681 0.3596818 0.9134131 0.3616818 0.9071075 0.3626576 0.9103416 0.357331 0.909681 0.3616818 0.9071075 0.357331 0.909681 0.3562273 0.9057025 0.3616818 0.9071075 0.3613001 0.9039415 0.3653627 0.9054222 0.3616818 0.9071075 0.3653627 0.9054222 0.3656143 0.9082836 0.3787611 0.84549 0.3804647 0.8334544 0.383616 0.8470492 0.3787611 0.84549 0.3739435 0.8425657 0.3804647 0.8334544 0.3529675 0.8425146 0.347511 0.8429896 0.3483985 0.8284618 0.3529675 0.8425146 0.3483985 0.8284618 0.3541173 0.8274519 0.3668634 0.849114 0.3638243 0.8430373 0.3639168 0.8294364 0.3700522 0.8374511 0.3690793 0.8280047 0.3745654 0.8303592 0.3700522 0.8374511 0.3681931 0.8431164 0.3639168 0.8294364 0.3605042 0.8365623 0.3586567 0.826633 0.3639168 0.8294364 0.3605042 0.8365623 0.3579471 0.8409331 0.3541173 0.8274519 0.3099367 0.8352347 0.309545 0.8374675 0.3071328 0.8358589 0.3099367 0.8352347 0.3071328 0.8358589 0.3081501 0.8336016 0.3099367 0.8352347 0.3104018 0.8331549 0.3131452 0.8341581 0.3099367 0.8352347 0.3131452 0.8341581 0.3135433 0.8360872 0.3163121 0.833281 0.3176188 0.8350569 0.3135433 0.8360872 0.3163121 0.833281 0.3131452 0.8341581 0.3150151 0.8316682 0.3163121 0.833281 0.3150151 0.8316682 0.3169138 0.8305348 0.3163121 0.833281 0.3187938 0.8320017 0.3176188 0.8350569 0.310689 0.8315836 0.3104018 0.8331549 0.3087804 0.8319193 0.310689 0.8315836 0.3087804 0.8319193 0.3083364 0.8302086 0.310689 0.8315836 0.3108159 0.8304327 0.3125375 0.8310382 0.310689 0.8315836 0.3125375 0.8310382 0.3127706 0.8324166 0.3143011 0.8303535 0.3150151 0.8316682 0.3125375 0.8310382 0.3143011 0.8303535 0.3125375 0.8310382 0.3123667 0.8299793 0.3143011 0.8303535 0.3138934 0.8293308 0.3159077 0.8293213 0.3143011 0.8303535 0.3159077 0.8293213 0.3150151 0.8316682 0.4013953 0.3715145 0.4100507 0.4139667 0.4106164 0.4181973 0.3516355 0.05674433 0.3709838 0.07302284 0.3606967 0.07589721 0.3516355 0.05674433 0.3429425 0.0592553 0.3322872 0.04046577 0.3342836 0.06323635 0.3174859 0.04714816 0.3251883 0.04261344 0.3342836 0.06323635 0.3429425 0.0592553 0.3510813 0.07932454 0.3342836 0.06323635 0.3510813 0.07932454 0.3420075 0.08574622 0.3342836 0.06323635 0.3254899 0.07053112 0.3174859 0.04714816 0.3108666 0.9754489 0.3054862 0.9715677 0.3118177 0.9673351 0.3108666 0.9754489 0.3118177 0.9673351 0.3174419 0.968993 0.3108666 0.9754489 0.3158023 0.9778717 0.3093017 0.9827515 0.3202772 0.9799509 0.3175192 0.9891652 0.3135582 0.9860019 0.3202772 0.9799509 0.3158023 0.9778717 0.3223817 0.970103 0.3202772 0.9799509 0.3223817 0.970103 0.3272641 0.9711028 0.3202772 0.9799509 0.3251874 0.9819549 0.3175192 0.9891652 0.311541 0.9575989 0.3118177 0.9673351 0.3058674 0.9645903 0.311541 0.9575989 0.3178722 0.9586171 0.3118177 0.9673351 0.3231793 0.9589881 0.3223817 0.970103 0.3174419 0.968993 0.3231793 0.9589881 0.327984 0.959195 0.3223817 0.970103 0.3091143 0.904233 0.3010929 0.9048387 0.3028454 0.8987135 0.3091143 0.904233 0.3103166 0.8985649 0.3171622 0.9036555 0.3242457 0.9034509 0.3171622 0.9036555 0.3174168 0.8981828 0.3242457 0.9034509 0.3239617 0.8975177 0.3309681 0.9033208 0.3121742 0.8512365 0.3086326 0.8521636 0.3089357 0.8478059 0.3121742 0.8512365 0.311256 0.8459463 0.3159109 0.8501605 0.3198008 0.8494063 0.3159109 0.8501605 0.3184075 0.8436225 0.3198008 0.8494063 0.3184075 0.8436225 0.3214671 0.8443133 0.3148201 0.8194929 0.3156237 0.8204063 0.3138267 0.824806 0.3148201 0.8194929 0.3138267 0.824806 0.3132498 0.824124 0.3148201 0.8194929 0.3140293 0.8189742 0.3153104 0.8133558 0.3148201 0.8194929 0.3153104 0.8133558 0.3164251 0.8141432 0.314563 0.8089069 0.3161292 0.8091095 0.3153104 0.8133558 0.314563 0.8089069 0.3153104 0.8133558 0.3141369 0.8127166 0.314563 0.8089069 0.3130437 0.8091279 0.3129687 0.8060076 0.314563 0.8089069 0.3129687 0.8060076 0.3161292 0.8091095 0.3029701 0.8233666 0.3027307 0.824353 0.2981283 0.8188878 0.3029701 0.8233666 0.2981283 0.8188878 0.3036224 0.8228373 0.3029701 0.8233666 0.3036224 0.8228373 0.3080644 0.8262725 0.3029701 0.8233666 0.3079469 0.8270297 0.3027307 0.824353 0.2963119 0.8154141 0.2978518 0.8143351 0.2991623 0.8180881 0.2963119 0.8154141 0.2981283 0.8188878 0.2956658 0.8189643 0.2963119 0.8154141 0.2949543 0.816314 0.2935724 0.8142637 0.2963119 0.8154141 0.2960269 0.8126034 0.2978518 0.8143351 0.318202 0.8100373 0.3161292 0.8091095 0.3190548 0.805588 0.318202 0.8100373 0.3190548 0.805588 0.3231999 0.8073474 0.318202 0.8100373 0.3202194 0.8115812 0.3176628 0.815158 0.318202 0.8100373 0.3176628 0.815158 0.3164251 0.8141432 0.3036944 0.8106403 0.3055112 0.8101437 0.3047659 0.8133149 0.3036944 0.8106403 0.3047659 0.8133149 0.3017842 0.8115256 0.3036944 0.8106403 0.3017842 0.8115256 0.3032456 0.8083679 0.3036944 0.8106403 0.3032456 0.8083679 0.3055112 0.8101437 0.307259 0.8099371 0.3090786 0.8097899 0.3080274 0.8124797 0.307259 0.8099371 0.3080274 0.8124797 0.3064371 0.8127607 0.307259 0.8099371 0.3055112 0.8101437 0.3070777 0.807976 0.307259 0.8099371 0.3070777 0.807976 0.3085983 0.8083806 0.2997563 0.812898 0.299099 0.8102672 0.3017842 0.8115256 0.2997563 0.812898 0.3017842 0.8115256 0.3028796 0.8142417 0.2997563 0.812898 0.3006435 0.8156409 0.2978518 0.8143351 0.2997563 0.812898 0.2978518 0.8143351 0.2975025 0.8114538 0.3111112 0.8094713 0.3090786 0.8097899 0.309763 0.8076051 0.3111112 0.8094713 0.309763 0.8076051 0.3114039 0.8068875 0.3111112 0.8094713 0.3130437 0.8091279 0.3119105 0.8118733 0.3111112 0.8094713 0.3119105 0.8118733 0.3097732 0.8122559 0.3061953 0.8162883 0.3047659 0.8133149 0.3064371 0.8127607 0.3061953 0.8162883 0.3076042 0.8158116 0.3077133 0.8193053 0.3061953 0.8162883 0.3077133 0.8193053 0.306331 0.8196382 0.3061953 0.8162883 0.304485 0.8169457 0.3047659 0.8133149 0.3089438 0.8155498 0.3080274 0.8124797 0.3097732 0.8122559 0.3089438 0.8155498 0.3103864 0.8151943 0.3108617 0.8183374 0.3089438 0.8155498 0.3098185 0.818759 0.3087896 0.8189642 0.3089438 0.8155498 0.3076042 0.8158116 0.3080274 0.8124797 0.312104 0.8144361 0.3119105 0.8118733 0.3141369 0.8127166 0.312104 0.8144361 0.3133227 0.8151687 0.311981 0.8173475 0.312104 0.8144361 0.311981 0.8173475 0.3103864 0.8151943 0.312104 0.8144361 0.3103864 0.8151943 0.3097732 0.8122559 0.3022409 0.8177494 0.3006435 0.8156409 0.3028796 0.8142417 0.3022409 0.8177494 0.304485 0.8169457 0.3043835 0.8198192 0.3022409 0.8177494 0.3043835 0.8198192 0.3015506 0.8194025 0.3022409 0.8177494 0.3015506 0.8194025 0.2991623 0.8180881 0.3045022 0.822608 0.3036224 0.8228373 0.3015506 0.8194025 0.3045022 0.822608 0.3015506 0.8194025 0.3036097 0.8204661 0.3045022 0.822608 0.3056001 0.8225278 0.3082787 0.825646 0.3045022 0.822608 0.3082787 0.825646 0.3036224 0.8228373 0.3132685 0.8192851 0.3140293 0.8189742 0.3126755 0.8238059 0.3132685 0.8192851 0.3126755 0.8238059 0.3125361 0.8200256 0.3132685 0.8192851 0.3125361 0.8200256 0.3126841 0.8172946 0.3132685 0.8192851 0.3133227 0.8151687 0.3140293 0.8189742 0.3069067 0.8224456 0.3090915 0.8245954 0.3056001 0.8225278 0.3069067 0.8224456 0.3056001 0.8225278 0.3036097 0.8204661 0.3069067 0.8224456 0.3043835 0.8198192 0.306331 0.8196382 0.3069067 0.8224456 0.3081482 0.8223202 0.3091831 0.8238707 0.3118309 0.8207949 0.3125361 0.8200256 0.3116021 0.8236577 0.3118309 0.8207949 0.3116021 0.8236577 0.3112363 0.8231794 0.3118309 0.8207949 0.3111428 0.8214178 0.3108617 0.8183374 0.3118309 0.8207949 0.311981 0.8173475 0.3126841 0.8172946 0.3104616 0.8217187 0.3111428 0.8214178 0.3112363 0.8231794 0.3104616 0.8217187 0.3109207 0.8239103 0.30977 0.8218866 0.3104616 0.8217187 0.30977 0.8218866 0.3087896 0.8189642 0.3104616 0.8217187 0.3098185 0.818759 0.3111428 0.8214178 0.3090507 0.8221105 0.30977 0.8218866 0.3099665 0.8242413 0.3090507 0.8221105 0.3099665 0.8242413 0.3091831 0.8238707 0.3090507 0.8221105 0.3081482 0.8223202 0.3077133 0.8193053 0.3090507 0.8221105 0.3077133 0.8193053 0.3087896 0.8189642 0.3112431 0.8248151 0.3114298 0.8251643 0.3107751 0.8250725 0.3112431 0.8248151 0.3107751 0.8250725 0.3104603 0.8240867 0.3112431 0.8248151 0.3109207 0.8239103 0.3116021 0.8236577 0.3112431 0.8248151 0.3116021 0.8236577 0.3120185 0.8241108 0.3102194 0.8252351 0.3102719 0.8256622 0.3089786 0.8253514 0.3102194 0.8252351 0.3090915 0.8245954 0.3099665 0.8242413 0.3102194 0.8252351 0.3099665 0.8242413 0.3104603 0.8240867 0.3102194 0.8252351 0.3107751 0.8250725 0.310911 0.8254736 0.2964525 0.7872387 0.2996097 0.7917909 0.2977988 0.7919477 0.2964525 0.7872387 0.2950009 0.7889688 0.2934994 0.7832002 0.2964525 0.7872387 0.2934994 0.7832002 0.2965142 0.7827579 0.2964525 0.7872387 0.2991876 0.7862109 0.2996097 0.7917909 0.3019435 0.7840582 0.3041109 0.7817013 0.3065955 0.7822538 0.3019435 0.7840582 0.3047462 0.7858999 0.2991876 0.7862109 0.3019435 0.7840582 0.2991876 0.7862109 0.2965142 0.7827579 0.3019435 0.7840582 0.2994248 0.7820231 0.3041109 0.7817013 0.3079227 0.8066499 0.3093508 0.8056129 0.309763 0.8076051 0.3079227 0.8066499 0.309763 0.8076051 0.3085983 0.8083806 0.3079227 0.8066499 0.3070777 0.807976 0.30582 0.8063877 0.3079227 0.8066499 0.30582 0.8063877 0.3068078 0.8044463 0.3030894 0.8259534 0.3033766 0.8275962 0.2979071 0.8247495 0.3030894 0.8259534 0.2967771 0.8219665 0.3027307 0.824353 0.3030894 0.8259534 0.3027307 0.824353 0.3086577 0.828348 0.3030894 0.8259534 0.3081734 0.8288621 0.3033766 0.8275962 0.4083408 0.8265982 0.406586 0.8233538 0.4099949 0.8225202 0.4083408 0.8265982 0.4114292 0.8254386 0.4124914 0.8281609 0.4083408 0.8265982 0.4099208 0.829805 0.4057022 0.8282244 0.4083408 0.8265982 0.4057022 0.8282244 0.4030832 0.824258 0.3009352 0.8335242 0.2982178 0.8327009 0.2986235 0.8307586 0.3009352 0.8335242 0.3015826 0.8319103 0.3033552 0.8343996 0.3009352 0.8335242 0.3033552 0.8343996 0.3024747 0.8355612 0.3009352 0.8335242 0.3005189 0.8352515 0.2979176 0.8346998 0.30518 0.8353792 0.3062564 0.8334751 0.3071328 0.8358589 0.30518 0.8353792 0.3071328 0.8358589 0.305279 0.8384886 0.30518 0.8353792 0.303442 0.8368012 0.3033552 0.8343996 0.30518 0.8353792 0.3033552 0.8343996 0.3042306 0.8328773 0.3008766 0.8368553 0.303442 0.8368012 0.3012166 0.8385322 0.3008766 0.8368553 0.3012166 0.8385322 0.2975605 0.837773 0.3008766 0.8368553 0.2978975 0.8362254 0.3005189 0.8352515 0.3008766 0.8368553 0.3005189 0.8352515 0.3024747 0.8355612 0.3997103 0.8340091 0.401232 0.8332356 0.4024174 0.8356754 0.3997103 0.8340091 0.4008318 0.8364632 0.3979961 0.8346144 0.3997103 0.8340091 0.3979961 0.8346144 0.397085 0.8324355 0.3997103 0.8340091 0.3982267 0.831386 0.3998115 0.8303748 0.3962554 0.8346039 0.3982191 0.8382445 0.3970879 0.8388752 0.3962554 0.8346039 0.3943782 0.8346596 0.3952145 0.8312388 0.3962554 0.8346039 0.3952145 0.8312388 0.397085 0.8324355 0.3962554 0.8346039 0.3979961 0.8346144 0.3992998 0.8373736 0.396019 0.828425 0.3952145 0.8312388 0.3911773 0.829406 0.396019 0.828425 0.3921142 0.8246702 0.3979209 0.8266721 0.396019 0.828425 0.3979209 0.8266721 0.3998115 0.8303748 0.396019 0.828425 0.3982267 0.831386 0.3952145 0.8312388 0.3221787 0.8245327 0.3212572 0.8235325 0.3240479 0.8221302 0.3221787 0.8245327 0.3240479 0.8221302 0.3250926 0.8238212 0.3221787 0.8245327 0.3231298 0.8260557 0.3207493 0.8270297 0.3221787 0.8245327 0.3207493 0.8270297 0.3212572 0.8235325 0.3240603 0.8285306 0.3266913 0.8259713 0.3287442 0.8283475 0.3240603 0.8285306 0.3252473 0.8312436 0.3220123 0.8300026 0.3240603 0.8285306 0.3220123 0.8300026 0.3219311 0.8277301 0.3240603 0.8285306 0.3231298 0.8260557 0.3266913 0.8259713 0.319947 0.8297187 0.3220123 0.8300026 0.3217153 0.8334267 0.319947 0.8297187 0.3187938 0.8320017 0.3182446 0.8286414 0.319947 0.8297187 0.3182446 0.8286414 0.3195213 0.8262274 0.319947 0.8297187 0.3207493 0.8270297 0.3220123 0.8300026 0.32617 0.8197247 0.3240479 0.8221302 0.3232114 0.8207618 0.32617 0.8197247 0.3251422 0.8181207 0.3292968 0.8176851 0.32617 0.8197247 0.3292968 0.8176851 0.3301958 0.8196017 0.32617 0.8197247 0.3277302 0.8214463 0.3240479 0.8221302 0.3341804 0.8163806 0.3323383 0.8134761 0.3387897 0.8100057 0.3341804 0.8163806 0.3398882 0.8151281 0.3393094 0.8203005 0.3341804 0.8163806 0.3336275 0.8197471 0.3292968 0.8176851 0.3341804 0.8163806 0.3292968 0.8176851 0.3323383 0.8134761 0.3305058 0.8229938 0.3336275 0.8197471 0.3334876 0.8247631 0.3305058 0.8229938 0.3334876 0.8247631 0.3287442 0.8283475 0.3305058 0.8229938 0.3266913 0.8259713 0.3250926 0.8238212 0.3305058 0.8229938 0.3277302 0.8214463 0.3301958 0.8196017 0.3204163 0.8226257 0.3222371 0.8195797 0.3232114 0.8207618 0.3204163 0.8226257 0.3212572 0.8235325 0.3186997 0.8255238 0.3204163 0.8226257 0.3186997 0.8255238 0.318427 0.8245996 0.3204163 0.8226257 0.3195163 0.8220264 0.3222371 0.8195797 0.3172854 0.8277336 0.3182446 0.8286414 0.3169138 0.8305348 0.3172854 0.8277336 0.3159077 0.8293213 0.3156453 0.8274226 0.3172854 0.8277336 0.3172746 0.8258758 0.3186997 0.8255238 0.3172854 0.8277336 0.3186997 0.8255238 0.3182446 0.8286414 0.3019178 0.8306465 0.3015826 0.8319103 0.2986235 0.8307586 0.3019178 0.8306465 0.2989597 0.8294025 0.3022584 0.8296179 0.3019178 0.8306465 0.3022584 0.8296179 0.3044402 0.8306201 0.3019178 0.8306465 0.3046266 0.8316007 0.3042306 0.8328773 0.3029221 0.8287094 0.2986748 0.8267421 0.3033766 0.8275962 0.3029221 0.8287094 0.3033766 0.8275962 0.3060246 0.8305094 0.3029221 0.8287094 0.3060246 0.8305094 0.3044402 0.8306201 0.3029221 0.8287094 0.3022584 0.8296179 0.2986748 0.8267421 0.3068369 0.8319749 0.3060246 0.8305094 0.3083364 0.8302086 0.3068369 0.8319749 0.3087804 0.8319193 0.3081501 0.8336016 0.3068369 0.8319749 0.3062564 0.8334751 0.3046266 0.8316007 0.3068369 0.8319749 0.3046266 0.8316007 0.3060246 0.8305094 0.323964 0.8169264 0.3251422 0.8181207 0.3222371 0.8195797 0.323964 0.8169264 0.3222371 0.8195797 0.3211757 0.8184875 0.323964 0.8169264 0.3227512 0.815608 0.3258818 0.8143703 0.323964 0.8169264 0.3258818 0.8143703 0.3279008 0.8156715 0.3216194 0.8136322 0.320078 0.8173887 0.3189162 0.8162799 0.3216194 0.8136322 0.3202194 0.8115812 0.3240243 0.8114508 0.3216194 0.8136322 0.3240243 0.8114508 0.3240857 0.8137269 0.3216194 0.8136322 0.3227512 0.815608 0.320078 0.8173887 0.3282751 0.8116158 0.3240243 0.8114508 0.3309592 0.8080483 0.3282751 0.8116158 0.3309592 0.8080483 0.3323383 0.8134761 0.3282751 0.8116158 0.3323383 0.8134761 0.3279008 0.8156715 0.3282751 0.8116158 0.3258818 0.8143703 0.3240243 0.8114508 0.402395 0.8327415 0.4036594 0.8351721 0.4024174 0.8356754 0.402395 0.8327415 0.401232 0.8332356 0.4012071 0.8299634 0.402395 0.8327415 0.4012071 0.8299634 0.4033494 0.8319327 0.402395 0.8327415 0.4033494 0.8319327 0.4047526 0.8345326 0.4001721 0.8264901 0.3979209 0.8266721 0.3990215 0.822254 0.4001721 0.8264901 0.3990215 0.822254 0.4030832 0.824258 0.4001721 0.8264901 0.4024032 0.827723 0.4012071 0.8299634 0.4001721 0.8264901 0.4012071 0.8299634 0.3998115 0.8303748 0.4042451 0.8302147 0.4024032 0.827723 0.4057022 0.8282244 0.4042451 0.8302147 0.4057022 0.8282244 0.407481 0.8317156 0.4042451 0.8302147 0.4058924 0.833336 0.4033494 0.8319327 0.4042451 0.8302147 0.4033494 0.8319327 0.4023363 0.8298923 0.2087536 0.5777941 0.2090326 0.568805 0.2164872 0.575352 0.2087536 0.5777941 0.2144251 0.5833674 0.2075108 0.5865997 0.2087536 0.5777941 0.2075108 0.5865997 0.2018281 0.5752342 0.2087536 0.5777941 0.2018281 0.5752342 0.2090326 0.568805 0.2095426 0.609268 0.2032439 0.6117209 0.2075108 0.5865997 0.2172271 0.6074747 0.2144251 0.5833674 0.2200304 0.6067201 0.491091 0.297822 0.4964105 0.299635 0.4923147 0.2913709 0.491091 0.297822 0.4923147 0.2913709 0.4849514 0.2914663 0.491091 0.297822 0.4854394 0.2974958 0.4887747 0.3039773 0.491091 0.297822 0.4887747 0.3039773 0.4927052 0.3066119 0.8615671 0.8653539 0.8592246 0.8618195 0.8672595 0.8639893 0.491806 0.2847403 0.4843022 0.2849437 0.4849514 0.2914663 0.491806 0.2847403 0.4923147 0.2913709 0.5003263 0.28351 0.836043 0.8560835 0.8410045 0.8527608 0.8464624 0.8571843 0.3007466 0.840479 0.299335 0.844532 0.2963093 0.839838 0.3007466 0.840479 0.2963093 0.839838 0.2975605 0.837773 0.3007466 0.840479 0.3012166 0.8385322 0.3051483 0.8405543 0.3007466 0.840479 0.3051483 0.8405543 0.3048326 0.8440744 0.3269684 0.8334812 0.3252473 0.8312436 0.3287442 0.8283475 0.3269684 0.8334812 0.3311514 0.8307166 0.3301371 0.8376882 0.3269684 0.8334812 0.3301371 0.8376882 0.3244538 0.8389177 0.3269684 0.8334812 0.3228085 0.8355079 0.3252473 0.8312436 0.2990643 0.8900172 0.3061987 0.8892984 0.3028454 0.8987135 0.2990643 0.8900172 0.295188 0.8986783 0.2936681 0.8871412 0.2990643 0.8900172 0.2936681 0.8871412 0.2982581 0.8804676 0.2990643 0.8900172 0.302989 0.8802132 0.3061987 0.8892984 0.2934709 0.8701318 0.2936681 0.8871412 0.2879011 0.8729575 0.3429576 0.8650812 0.3470774 0.866706 0.3441404 0.8832732 0.3380733 0.8873062 0.3441404 0.8832732 0.3394341 0.8954755 0.3380733 0.8873062 0.3394341 0.8954755 0.3309634 0.8966038 0.3380733 0.8873062 0.3300606 0.8877525 0.3356339 0.8781645 0.3380733 0.8873062 0.3356339 0.8781645 0.3441404 0.8832732 0.2968496 0.8525277 0.2915567 0.8525855 0.2942669 0.8441866 0.2968496 0.8525277 0.299335 0.844532 0.3016158 0.8524848 0.3053283 0.8524716 0.3016158 0.8524848 0.3071923 0.8461503 0.3053283 0.8524716 0.3071923 0.8461503 0.3089357 0.8478059 0.3274152 0.8480265 0.3236876 0.8487647 0.3225837 0.841798 0.3274152 0.8480265 0.3225837 0.841798 0.3244538 0.8389177 0.3356665 0.8463097 0.331302 0.8472041 0.3301371 0.8376882 0.3356665 0.8463097 0.3301371 0.8376882 0.3346388 0.8355396 0.3183624 0.8368608 0.3138468 0.838028 0.3176188 0.8350569 0.3183624 0.8368608 0.3176188 0.8350569 0.3217153 0.8334267 0.3183624 0.8368608 0.3228085 0.8355079 0.3185766 0.8386766 0.3183624 0.8368608 0.3185766 0.8386766 0.3138468 0.838028 0.3182955 0.8404882 0.3143134 0.8417112 0.3140915 0.8399222 0.3182955 0.8404882 0.3185766 0.8386766 0.3225837 0.841798 0.3182955 0.8404882 0.3225837 0.841798 0.3184075 0.8436225 0.3182955 0.8404882 0.3184075 0.8436225 0.3143134 0.8417112 0.3094785 0.8394983 0.3051483 0.8405543 0.305279 0.8384886 0.3094785 0.8394983 0.309545 0.8374675 0.3138468 0.838028 0.3094785 0.8394983 0.3138468 0.838028 0.3140915 0.8399222 0.3094785 0.8394983 0.3097568 0.8413588 0.3051483 0.8405543 0.3103998 0.843081 0.3071923 0.8461503 0.3048326 0.8440744 0.3103998 0.843081 0.3097568 0.8413588 0.3143134 0.8417112 0.3103998 0.843081 0.3143134 0.8417112 0.314818 0.8446916 0.3103998 0.843081 0.311256 0.8459463 0.3071923 0.8461503 0.3124285 0.888948 0.3181392 0.8886913 0.3174168 0.8981828 0.3124285 0.888948 0.3103166 0.8985649 0.3061987 0.8892984 0.3124285 0.888948 0.3061987 0.8892984 0.3091298 0.8785946 0.3124285 0.888948 0.3141195 0.8778024 0.3181392 0.8886913 0.3237162 0.8882536 0.3300606 0.8877525 0.3239617 0.8975177 0.3237162 0.8882536 0.3239617 0.8975177 0.3181392 0.8886913 0.3237162 0.8882536 0.3181392 0.8886913 0.3233397 0.8774552 0.3237162 0.8882536 0.3233397 0.8774552 0.3288162 0.8776486 0.3164227 0.8212791 0.3176628 0.815158 0.3189162 0.8162799 0.3164227 0.8212791 0.3173198 0.8218727 0.3149008 0.8264185 0.3164227 0.8212791 0.3149008 0.8264185 0.3156237 0.8204063 0.3164227 0.8212791 0.3156237 0.8204063 0.3176628 0.815158 0.3184176 0.8219487 0.3172746 0.8258758 0.3156453 0.8274226 0.3184176 0.8219487 0.3173198 0.8218727 0.3189162 0.8162799 0.3184176 0.8219487 0.320078 0.8173887 0.3195163 0.8220264 0.3184176 0.8219487 0.3195163 0.8220264 0.318427 0.8245996 0.4333141 0.8039482 0.4343276 0.8044061 0.4331333 0.8073604 0.4333141 0.8039482 0.4325119 0.805273 0.4323006 0.8034904 0.4333141 0.8039482 0.4323006 0.8034904 0.4323393 0.8024796 0.4333141 0.8039482 0.4333219 0.8022304 0.4343045 0.8019812 0.2814711 0.796296 0.2792954 0.7960384 0.2808904 0.7948594 0.2814711 0.796296 0.2808904 0.7948594 0.2819539 0.7946954 0.2814711 0.796296 0.2831705 0.795905 0.2818084 0.7976376 0.2814711 0.796296 0.2818084 0.7976376 0.2797307 0.7969996 0.280359 0.793162 0.2791873 0.793296 0.279354 0.7914651 0.280359 0.793162 0.279354 0.7914651 0.2816388 0.7931925 0.280359 0.793162 0.2816388 0.7931925 0.2808904 0.7948594 0.280359 0.793162 0.2808904 0.7948594 0.2792999 0.7947379 0.2776526 0.7958861 0.2763416 0.7956603 0.2778492 0.7944284 0.2776526 0.7958861 0.2778492 0.7944284 0.2792999 0.7947379 0.2776526 0.7958861 0.2792954 0.7960384 0.2784736 0.7973811 0.2776526 0.7958861 0.2784736 0.7973811 0.2759182 0.7976608 0.2777662 0.792871 0.2763947 0.7924242 0.2775514 0.7913572 0.2777662 0.792871 0.2775514 0.7913572 0.2787659 0.7920456 0.2777662 0.792871 0.2791873 0.793296 0.2778492 0.7944284 0.2777662 0.792871 0.2778492 0.7944284 0.2765462 0.7940847 0.2724657 0.7924978 0.2742202 0.7926573 0.2740719 0.793661 0.2724657 0.7924978 0.2722284 0.7933923 0.270551 0.792179 0.2724657 0.7924978 0.270551 0.792179 0.2709372 0.7916114 0.2724657 0.7924978 0.2725163 0.7916652 0.2738779 0.7918887 0.2719219 0.794286 0.2737932 0.7946559 0.2732722 0.7953023 0.2719219 0.794286 0.2716552 0.7951052 0.2701328 0.7947273 0.2719219 0.794286 0.2699811 0.7940675 0.2702688 0.7931237 0.2719219 0.794286 0.2722284 0.7933923 0.2737932 0.7946559 0.2753713 0.7924929 0.2763947 0.7924242 0.2753992 0.7938604 0.2753713 0.7924929 0.2753992 0.7938604 0.2740719 0.793661 0.2753713 0.7924929 0.2742202 0.7926573 0.2745136 0.7914137 0.2753713 0.7924929 0.2745136 0.7914137 0.2753152 0.7906103 0.2751607 0.7951821 0.2763416 0.7956603 0.2759182 0.7976608 0.2751607 0.7951821 0.2740691 0.79598 0.2737932 0.7946559 0.2751607 0.7951821 0.2737932 0.7946559 0.2753992 0.7938604 0.2751607 0.7951821 0.2753992 0.7938604 0.2765462 0.7940847 0.268405 0.7939955 0.2671427 0.7940602 0.2672597 0.7927513 0.268405 0.7939955 0.2685932 0.7929254 0.2699811 0.7940675 0.268405 0.7939955 0.2699811 0.7940675 0.2691285 0.7949783 0.268405 0.7939955 0.2691285 0.7949783 0.2681702 0.7953746 0.2689197 0.7918657 0.2676641 0.7915045 0.2689726 0.7905674 0.2689197 0.7918657 0.2699533 0.7911114 0.270551 0.792179 0.2689197 0.7918657 0.270551 0.792179 0.2702688 0.7931237 0.2689197 0.7918657 0.2685932 0.7929254 0.2676641 0.7915045 0.420559 0.8072138 0.4246562 0.8061558 0.4252424 0.8079635 0.420559 0.8072138 0.4212249 0.8097142 0.4152622 0.8084886 0.420559 0.8072138 0.4152622 0.8084886 0.4148693 0.8049193 0.420559 0.8072138 0.4204306 0.8053393 0.4246562 0.8061558 0.4268124 0.8053551 0.4246562 0.8061558 0.4244348 0.8048903 0.4268124 0.8053551 0.426587 0.8044859 0.4279279 0.8047519 0.4268124 0.8053551 0.4279279 0.8047519 0.4274988 0.8065711 0.4268124 0.8053551 0.4274988 0.8065711 0.4246562 0.8061558 0.4265721 0.8036362 0.4246808 0.8036133 0.4267949 0.8021624 0.4265721 0.8036362 0.4267949 0.8021624 0.4277056 0.8035491 0.4265721 0.8036362 0.4277056 0.8035491 0.4277479 0.8041465 0.4265721 0.8036362 0.426587 0.8044859 0.4246808 0.8036133 0.2661436 0.7942517 0.265276 0.7945066 0.2655929 0.7923495 0.2661436 0.7942517 0.2663263 0.7925558 0.2671427 0.7940602 0.2661436 0.7942517 0.2671427 0.7940602 0.2671763 0.7960903 0.2661436 0.7942517 0.2671763 0.7960903 0.265276 0.7945066 0.2668764 0.7910421 0.2663227 0.7905291 0.268332 0.7898635 0.2668764 0.7910421 0.268332 0.7898635 0.2676641 0.7915045 0.2668764 0.7910421 0.2676641 0.7915045 0.2663263 0.7925558 0.2668764 0.7910421 0.2663263 0.7925558 0.2655929 0.7923495 0.2816093 0.79905 0.2810783 0.8010006 0.2784736 0.7973811 0.2816093 0.79905 0.2784736 0.7973811 0.2797307 0.7969996 0.2816093 0.79905 0.2818084 0.7976376 0.2849811 0.7978138 0.2816093 0.79905 0.2853212 0.8003574 0.2810783 0.8010006 0.4247465 0.7919849 0.4233911 0.7937688 0.4214825 0.7934342 0.4247465 0.7919849 0.424187 0.7914208 0.4276537 0.7902694 0.4247465 0.7919849 0.4263665 0.7916163 0.4257743 0.7935397 0.2715374 0.7957758 0.2711997 0.7966381 0.2691285 0.7949783 0.2715374 0.7957758 0.2691285 0.7949783 0.2701328 0.7947273 0.2715374 0.7957758 0.2716552 0.7951052 0.2732722 0.7953023 0.2715374 0.7957758 0.2740691 0.79598 0.2711997 0.7966381 0.2722628 0.7909569 0.2718021 0.7901878 0.2753152 0.7906103 0.2722628 0.7909569 0.2745136 0.7914137 0.2725163 0.7916652 0.2722628 0.7909569 0.2725163 0.7916652 0.2709372 0.7916114 0.2722628 0.7909569 0.2699533 0.7911114 0.2718021 0.7901878 0.4228974 0.7971203 0.4224833 0.8007406 0.4203621 0.7999003 0.4228974 0.7971203 0.4203854 0.7968558 0.4233911 0.7937688 0.4228974 0.7971203 0.4233911 0.7937688 0.4257743 0.7935397 0.4228974 0.7971203 0.4250416 0.7981062 0.4224833 0.8007406 0.4219015 0.8136 0.4225836 0.8181785 0.4170269 0.8161378 0.4219015 0.8136 0.4170269 0.8161378 0.4161156 0.8116896 0.4219015 0.8136 0.4212249 0.8097142 0.4260908 0.8108674 0.4219015 0.8136 0.4260908 0.8108674 0.4270704 0.8143194 0.2804197 0.8039571 0.2810783 0.8010006 0.2855361 0.803089 0.2804197 0.8039571 0.2855538 0.8065844 0.2796973 0.8074163 0.2804197 0.8039571 0.2796973 0.8074163 0.2748737 0.8005096 0.2804197 0.8039571 0.2748737 0.8005096 0.2810783 0.8010006 0.2712311 0.7891728 0.2745719 0.7891637 0.2718021 0.7901878 0.2712311 0.7891728 0.2718021 0.7901878 0.2689726 0.7905674 0.2712311 0.7891728 0.268332 0.7898635 0.270605 0.7880349 0.2712311 0.7891728 0.270605 0.7880349 0.2739171 0.7878041 0.4272827 0.799421 0.4250416 0.7981062 0.4279029 0.7960457 0.4272827 0.799421 0.4279029 0.7960457 0.4309555 0.7984932 0.4272827 0.799421 0.4291018 0.8007031 0.4280679 0.8025408 0.4272827 0.799421 0.4267949 0.8021624 0.4250109 0.8015952 0.4288968 0.8084614 0.4260908 0.8108674 0.4252424 0.8079635 0.4288968 0.8084614 0.4274988 0.8065711 0.4286888 0.8055061 0.4288968 0.8084614 0.4304739 0.8065502 0.4331333 0.8073604 0.4288968 0.8084614 0.4306506 0.810689 0.4260908 0.8108674 0.2702728 0.7980318 0.2748737 0.8005096 0.273656 0.803052 0.2702728 0.7980318 0.2690514 0.7996912 0.2671763 0.7960903 0.2702728 0.7980318 0.2671763 0.7960903 0.2681702 0.7953746 0.2702728 0.7980318 0.2711997 0.7966381 0.2748737 0.8005096 0.4080208 0.8008745 0.4026978 0.8018796 0.4058706 0.7960948 0.4080208 0.8008745 0.4058706 0.7960948 0.4129057 0.7992002 0.4080208 0.8008745 0.4129057 0.7992002 0.4087237 0.8058615 0.4080208 0.8008745 0.4087237 0.8058615 0.4031029 0.8065208 0.4095073 0.8099395 0.4105836 0.8137562 0.404049 0.8111221 0.4095073 0.8099395 0.404049 0.8111221 0.4031029 0.8065208 0.4095073 0.8099395 0.4087237 0.8058615 0.4152622 0.8084886 0.4095073 0.8099395 0.4152622 0.8084886 0.4161156 0.8116896 0.4142357 0.8248476 0.4169012 0.8245411 0.4161589 0.8269299 0.4142357 0.8248476 0.4144725 0.8273397 0.4114292 0.8254386 0.4142357 0.8248476 0.4114292 0.8254386 0.4135995 0.8218796 0.4142357 0.8248476 0.4135995 0.8218796 0.4169012 0.8245411 0.2874656 0.7965902 0.2874265 0.7984378 0.2849811 0.7978138 0.2874656 0.7965902 0.2853931 0.7954125 0.2875323 0.7950309 0.2874656 0.7965902 0.2875323 0.7950309 0.2896456 0.7968342 0.2874656 0.7965902 0.2892808 0.7980865 0.2874265 0.7984378 0.2833839 0.7941113 0.2853931 0.7954125 0.2831705 0.795905 0.2833839 0.7941113 0.2831705 0.795905 0.2819539 0.7946954 0.2833839 0.7941113 0.2816388 0.7931925 0.2829546 0.7920023 0.2833839 0.7941113 0.2829546 0.7920023 0.2853363 0.7933735 0.3105862 0.826093 0.3102719 0.8256622 0.310911 0.8254736 0.3105862 0.826093 0.3110648 0.8259201 0.310946 0.8264556 0.3105862 0.826093 0.310946 0.8264556 0.3107548 0.8266583 0.3105862 0.826093 0.3102009 0.826341 0.3102719 0.8256622 0.311482 0.8256896 0.3114298 0.8251643 0.3118742 0.8255756 0.311482 0.8256896 0.3118742 0.8255756 0.3117668 0.8261633 0.311482 0.8256896 0.311484 0.8261956 0.3110648 0.8259201 0.311482 0.8256896 0.3110648 0.8259201 0.310911 0.8254736 0.3122778 0.8257518 0.3126755 0.8238059 0.3132498 0.824124 0.3122778 0.8257518 0.3126792 0.82617 0.3120439 0.826286 0.3122778 0.8257518 0.3120439 0.826286 0.3117668 0.8261633 0.3122778 0.8257518 0.3118742 0.8255756 0.3120185 0.8241108 0.3100636 0.8267966 0.3082787 0.825646 0.3089786 0.8253514 0.3100636 0.8267966 0.3102009 0.826341 0.3107548 0.8266583 0.3100636 0.8267966 0.3106863 0.8269656 0.310083 0.8273913 0.3100636 0.8267966 0.310083 0.8273913 0.3080644 0.8262725 0.3130648 0.8267822 0.3138267 0.824806 0.3141924 0.8263392 0.3130648 0.8267822 0.3131633 0.8274247 0.3125438 0.8270225 0.3130648 0.8267822 0.3125438 0.8270225 0.3123062 0.8265703 0.3130648 0.8267822 0.3126792 0.82617 0.3138267 0.824806 0.3101682 0.8280564 0.3079469 0.8270297 0.310083 0.8273913 0.3101682 0.8280564 0.310083 0.8273913 0.3108294 0.8278109 0.3101682 0.8280564 0.3108294 0.8278109 0.3104664 0.828534 0.3101682 0.8280564 0.3104664 0.828534 0.3086577 0.828348 0.3111261 0.8276578 0.3108294 0.8278109 0.3107185 0.8273568 0.3111261 0.8276578 0.3110105 0.8273319 0.3112348 0.8275605 0.3111261 0.8276578 0.3112348 0.8275605 0.3113899 0.8277656 0.3111261 0.8276578 0.311311 0.8279181 0.3108294 0.8278109 0.3122732 0.8271279 0.3125438 0.8270225 0.3123062 0.8274922 0.3122732 0.8271279 0.3123062 0.8274922 0.3121547 0.8274426 0.3122732 0.8271279 0.3121366 0.8271561 0.312025 0.8268843 0.3122732 0.8271279 0.3121193 0.8267827 0.3125438 0.8270225 0.3115533 0.8279946 0.3114382 0.8282256 0.311311 0.8279181 0.3115533 0.8279946 0.311311 0.8279181 0.3115707 0.827834 0.3115533 0.8279946 0.3115707 0.827834 0.3118305 0.8279282 0.3115533 0.8279946 0.3118305 0.8279282 0.3118913 0.8280979 0.31212 0.8277599 0.3123331 0.8278568 0.3118913 0.8280979 0.31212 0.8277599 0.3118305 0.8279282 0.3120021 0.8276565 0.31212 0.8277599 0.3120021 0.8276565 0.3121547 0.8274426 0.31212 0.8277599 0.3123062 0.8274922 0.3123331 0.8278568 0.3109766 0.8270588 0.3106863 0.8269656 0.3110195 0.8268404 0.3109766 0.8270588 0.3110195 0.8268404 0.3111359 0.8269347 0.3109766 0.8270588 0.3110989 0.8271006 0.3110105 0.8273319 0.3109766 0.8270588 0.3110105 0.8273319 0.3107185 0.8273568 0.3119423 0.826572 0.3120439 0.826286 0.3123062 0.8265703 0.3119423 0.826572 0.3121193 0.8267827 0.311897 0.8267144 0.3119423 0.826572 0.311897 0.8267144 0.3117451 0.8266389 0.3119423 0.826572 0.3117426 0.826479 0.3120439 0.826286 0.3115202 0.8264867 0.311484 0.8261956 0.3117668 0.8261633 0.3115202 0.8264867 0.3117426 0.826479 0.3115617 0.8266505 0.3115202 0.8264867 0.3115617 0.8266505 0.311307 0.8265636 0.3115202 0.8264867 0.311307 0.8265636 0.3112067 0.8263155 0.3111349 0.8266784 0.310946 0.8264556 0.311307 0.8265636 0.3111349 0.8266784 0.311307 0.8265636 0.3112339 0.8268099 0.3111349 0.8266784 0.3112339 0.8268099 0.3110195 0.8268404 0.3111349 0.8266784 0.3110195 0.8268404 0.3107548 0.8266583 0.3113238 0.8268987 0.3112339 0.8268099 0.31138 0.8267179 0.3113238 0.8268987 0.3114401 0.8268316 0.3114091 0.8269662 0.3113238 0.8268987 0.3114091 0.8269662 0.3113502 0.8270232 0.3113238 0.8268987 0.3112449 0.826989 0.3112339 0.8268099 0.5854791 0.5215893 0.5844196 0.5231863 0.5860397 0.5239282 0.5854791 0.5215893 0.5870714 0.5223993 0.5868374 0.5202284 0.5854791 0.5215893 0.5868374 0.5202284 0.5857787 0.5197944 0.5854791 0.5215893 0.5843575 0.5208618 0.5844196 0.5231863 0.5885602 0.5237596 0.5875596 0.5249934 0.5899667 0.5252475 0.5885602 0.5237596 0.5899667 0.5252475 0.590723 0.5246164 0.5885602 0.5237596 0.5898135 0.523066 0.5884041 0.5213368 0.5885602 0.5237596 0.5870714 0.5223993 0.5860397 0.5239282 0.5837804 0.5246417 0.5832537 0.5257233 0.5843773 0.5262343 0.5837804 0.5246417 0.5851367 0.5252448 0.5844196 0.5231863 0.5837804 0.5246417 0.5844196 0.5231863 0.5825812 0.5241618 0.5837804 0.5246417 0.5825812 0.5241618 0.5824566 0.5251405 0.5864478 0.5260306 0.5855017 0.526867 0.5864247 0.527269 0.5864478 0.5260306 0.5874623 0.5268537 0.5875596 0.5249934 0.5864478 0.5260306 0.5875596 0.5249934 0.5860397 0.5239282 0.5864478 0.5260306 0.5851367 0.5252448 0.5855017 0.526867 0.591683 0.5236499 0.5939214 0.5244554 0.5923272 0.5218253 0.591683 0.5236499 0.5902103 0.5214195 0.5898135 0.523066 0.591683 0.5236499 0.5898135 0.523066 0.590723 0.5246164 0.591683 0.5236499 0.5922353 0.5255358 0.5939214 0.5244554 0.588373 0.5194813 0.5902498 0.5189977 0.5872008 0.5161311 0.588373 0.5194813 0.58634 0.5186521 0.5868374 0.5202284 0.588373 0.5194813 0.5868374 0.5202284 0.5884041 0.5213368 0.588373 0.5194813 0.5902103 0.5214195 0.5902498 0.5189977 0.582532 0.5261987 0.581938 0.5264345 0.5833484 0.5270959 0.582532 0.5261987 0.5837768 0.5267817 0.5832537 0.5257233 0.582532 0.5261987 0.5832537 0.5257233 0.5824566 0.5251405 0.582532 0.5261987 0.5817059 0.5253276 0.581938 0.5264345 0.5849978 0.5274992 0.5846915 0.5279147 0.5863349 0.5279091 0.5849978 0.5274992 0.5863349 0.5279091 0.5855017 0.526867 0.5849978 0.5274992 0.5855017 0.526867 0.5843773 0.5262343 0.5849978 0.5274992 0.5837768 0.5267817 0.5846915 0.5279147 0.5832653 0.5295676 0.5838822 0.528504 0.5828258 0.5279492 0.5832653 0.5295676 0.5822892 0.5290828 0.5826145 0.5308721 0.5832653 0.5295676 0.5826145 0.5308721 0.5832684 0.5310136 0.5832653 0.5295676 0.5840124 0.5300975 0.5843756 0.5291776 0.5813047 0.5286725 0.5817129 0.5274793 0.5809155 0.5275087 0.5813047 0.5286725 0.5804504 0.5284473 0.5807316 0.5300229 0.5813047 0.5286725 0.5807316 0.5300229 0.5816508 0.5304186 0.5813047 0.5286725 0.5822892 0.5290828 0.5817129 0.5274793 0.5843387 0.5281013 0.5846915 0.5279147 0.5833484 0.5270959 0.5843387 0.5281013 0.5831052 0.527386 0.5838822 0.528504 0.5843387 0.5281013 0.5838822 0.528504 0.5843756 0.5291776 0.5843387 0.5281013 0.584929 0.5291262 0.5846915 0.5279147 0.5817945 0.5267974 0.581938 0.5264345 0.580322 0.525901 0.5817945 0.5267974 0.5806375 0.5269649 0.5817129 0.5274793 0.5817945 0.5267974 0.5817129 0.5274793 0.5828258 0.5279492 0.5817945 0.5267974 0.5831052 0.527386 0.581938 0.5264345 0.5801554 0.5311765 0.5795304 0.5321015 0.581066 0.531588 0.5801554 0.5311765 0.581066 0.531588 0.5807316 0.5300229 0.5801554 0.5311765 0.5807316 0.5300229 0.5796473 0.5303056 0.5801554 0.5311765 0.5796473 0.5303056 0.5789675 0.5309546 0.5820562 0.5319974 0.5816703 0.5330057 0.5829685 0.5327572 0.5820562 0.5319974 0.5831347 0.531863 0.5826145 0.5308721 0.5820562 0.5319974 0.5826145 0.5308721 0.5816508 0.5304186 0.5820562 0.5319974 0.581066 0.531588 0.5816703 0.5330057 0.5685756 0.5265203 0.5700264 0.5284736 0.5710356 0.5277341 0.5685756 0.5265203 0.5702266 0.5255341 0.5667358 0.5243123 0.5685756 0.5265203 0.5667358 0.5243123 0.567131 0.528008 0.5685756 0.5265203 0.567131 0.528008 0.5690194 0.5296143 0.571958 0.5249401 0.5722147 0.5273466 0.573674 0.5270134 0.571958 0.5249401 0.5738301 0.5244774 0.5716131 0.5219328 0.571958 0.5249401 0.5716131 0.5219328 0.5691533 0.5227942 0.571958 0.5249401 0.5702266 0.5255341 0.5722147 0.5273466 0.5646786 0.5225317 0.5667358 0.5243123 0.5691533 0.5227942 0.5646786 0.5225317 0.5678421 0.5199264 0.5616368 0.5209895 0.5646786 0.5225317 0.5616368 0.5209895 0.5624981 0.5258464 0.5646786 0.5225317 0.5624981 0.5258464 0.5648694 0.5264603 0.5712241 0.5187267 0.5716131 0.5219328 0.57406 0.5214679 0.5712241 0.5187267 0.5744974 0.5183753 0.5710301 0.5150949 0.5712241 0.5187267 0.5710301 0.5150949 0.5678421 0.5199264 0.5712241 0.5187267 0.5678421 0.5199264 0.5716131 0.5219328 0.5723391 0.5287502 0.5722147 0.5273466 0.571554 0.528982 0.5723391 0.5287502 0.571554 0.528982 0.5718924 0.5297133 0.5723391 0.5287502 0.5724121 0.5295808 0.5732487 0.5297474 0.5723391 0.5287502 0.5734581 0.5286859 0.5722147 0.5273466 0.5709165 0.5294904 0.5700264 0.5284736 0.5702714 0.5304043 0.5709165 0.5294904 0.5702714 0.5304043 0.5714586 0.5300378 0.5709165 0.5294904 0.5714586 0.5300378 0.5718924 0.5297133 0.5709165 0.5294904 0.571554 0.528982 0.5700264 0.5284736 0.5788112 0.5327662 0.5780449 0.5333009 0.5797426 0.5344006 0.5788112 0.5327662 0.5801253 0.5335374 0.5795304 0.5321015 0.5788112 0.5327662 0.5795304 0.5321015 0.5789675 0.5309546 0.5788112 0.5327662 0.5780269 0.5312817 0.5780449 0.5333009 0.5815365 0.5339592 0.5815287 0.5348852 0.5831422 0.5337009 0.5815365 0.5339592 0.5831422 0.5337009 0.5816703 0.5330057 0.5815365 0.5339592 0.5816703 0.5330057 0.5801253 0.5335374 0.5815365 0.5339592 0.5801253 0.5335374 0.5797426 0.5344006 0.5842804 0.519749 0.5840177 0.5187644 0.5820433 0.5211483 0.5842804 0.519749 0.5826092 0.5217781 0.5843575 0.5208618 0.5842804 0.519749 0.5843575 0.5208618 0.5857787 0.5197944 0.5842804 0.519749 0.58634 0.5186521 0.5840177 0.5187644 0.5817413 0.5237459 0.5808705 0.5234412 0.5817059 0.5253276 0.5817413 0.5237459 0.5817059 0.5253276 0.5825812 0.5241618 0.5817413 0.5237459 0.5825812 0.5241618 0.5831319 0.5225442 0.5817413 0.5237459 0.5826092 0.5217781 0.5808705 0.5234412 0.5913117 0.5264404 0.592188 0.5278348 0.5922353 0.5255358 0.5913117 0.5264404 0.5922353 0.5255358 0.590723 0.5246164 0.5913117 0.5264404 0.5899667 0.5252475 0.5896352 0.5269296 0.5913117 0.5264404 0.5896352 0.5269296 0.5901432 0.5279597 0.5879285 0.5275691 0.5882323 0.5285033 0.5896352 0.5269296 0.5879285 0.5275691 0.5896352 0.5269296 0.5888133 0.526091 0.5879285 0.5275691 0.5874623 0.5268537 0.5863349 0.5279091 0.5879285 0.5275691 0.5863349 0.5279091 0.5882323 0.5285033 0.5798649 0.528518 0.5792243 0.5286777 0.5796473 0.5303056 0.5798649 0.528518 0.5796473 0.5303056 0.5804504 0.5284473 0.5798649 0.528518 0.5804504 0.5284473 0.5806375 0.5269649 0.5798649 0.528518 0.5806375 0.5269649 0.5792243 0.5286777 0.5843099 0.530643 0.5845287 0.5313668 0.5860509 0.529154 0.5843099 0.530643 0.584929 0.5291262 0.5840124 0.5300975 0.5843099 0.530643 0.5840124 0.5300975 0.5832684 0.5310136 0.5843099 0.530643 0.5831347 0.531863 0.5845287 0.5313668 0.5660185 0.5301069 0.567131 0.528008 0.5648694 0.5264603 0.5660185 0.5301069 0.5640632 0.5292115 0.5650722 0.5325113 0.5660185 0.5301069 0.5650722 0.5325113 0.5665912 0.5330217 0.5660185 0.5301069 0.5678467 0.5312054 0.567131 0.528008 0.5620654 0.5291743 0.5624981 0.5258464 0.5589659 0.5260007 0.5620654 0.5291743 0.5601879 0.5298957 0.5625067 0.5325089 0.5620654 0.5291743 0.5625067 0.5325089 0.5640632 0.5292115 0.5620654 0.5291743 0.5640632 0.5292115 0.5624981 0.5258464 0.5887599 0.5299829 0.5893993 0.531735 0.5904554 0.5296317 0.5887599 0.5299829 0.5904554 0.5296317 0.5901432 0.5279597 0.5887599 0.5299829 0.5882323 0.5285033 0.5869914 0.5309323 0.5887599 0.5299829 0.5869914 0.5309323 0.5893993 0.531735 0.592188 0.5299274 0.5917499 0.532369 0.5936301 0.5309439 0.592188 0.5299274 0.5936301 0.5309439 0.5949394 0.527709 0.592188 0.5299274 0.592188 0.5278348 0.5904554 0.5296317 0.592188 0.5299274 0.5904554 0.5296317 0.5906696 0.5316248 0.5759028 0.523885 0.5779082 0.5234088 0.5764387 0.5211392 0.5759028 0.523885 0.5764387 0.5211392 0.57406 0.5214679 0.5759028 0.523885 0.5738301 0.5244774 0.5755234 0.5264369 0.5759028 0.523885 0.5755234 0.5264369 0.5773844 0.5259318 0.5773347 0.5183147 0.5798956 0.518384 0.5780889 0.515199 0.5773347 0.5183147 0.5780889 0.515199 0.5749055 0.5150117 0.5773347 0.5183147 0.5744974 0.5183753 0.5764387 0.5211392 0.5773347 0.5183147 0.5764387 0.5211392 0.5786578 0.5209527 0.5795785 0.5232948 0.5808705 0.5234412 0.5806261 0.5209144 0.5795785 0.5232948 0.5806261 0.5209144 0.5786578 0.5209527 0.5795785 0.5232948 0.5779082 0.5234088 0.5788778 0.5258132 0.5795785 0.5232948 0.5788778 0.5258132 0.580322 0.525901 0.5823397 0.5184217 0.5840177 0.5187644 0.5837217 0.5155426 0.5823397 0.5184217 0.5837217 0.5155426 0.5809158 0.5154462 0.5823397 0.5184217 0.5798956 0.518384 0.5806261 0.5209144 0.5823397 0.5184217 0.5806261 0.5209144 0.5820433 0.5211483 0.5850396 0.5324318 0.5869914 0.5309323 0.5845287 0.5313668 0.5850396 0.5324318 0.5845287 0.5313668 0.5829685 0.5327572 0.5850396 0.5324318 0.5831422 0.5337009 0.5856965 0.5336673 0.5850396 0.5324318 0.5856965 0.5336673 0.587791 0.5324867 0.569463 0.5318522 0.5678467 0.5312054 0.568573 0.5335672 0.569463 0.5318522 0.568573 0.5335672 0.5705869 0.5340266 0.569463 0.5318522 0.5707046 0.5321546 0.5702714 0.5304043 0.569463 0.5318522 0.5702714 0.5304043 0.5690194 0.5296143 0.575097 0.5286798 0.5755234 0.5264369 0.573674 0.5270134 0.575097 0.5286798 0.5734581 0.5286859 0.5746327 0.5303208 0.575097 0.5286798 0.5746327 0.5303208 0.5764581 0.5325622 0.575097 0.5286798 0.5768234 0.5287013 0.5755234 0.5264369 0.5782048 0.5287197 0.5788778 0.5258132 0.5773844 0.5259318 0.5782048 0.5287197 0.5768234 0.5287013 0.5780269 0.5312817 0.5782048 0.5287197 0.5780269 0.5312817 0.5789675 0.5309546 0.5782048 0.5287197 0.5792243 0.5286777 0.5788778 0.5258132 0.5712702 0.5108104 0.5750482 0.5111897 0.5749527 0.5067235 0.5712702 0.5108104 0.5715976 0.5059515 0.5667278 0.5101729 0.5712702 0.5108104 0.5667278 0.5101729 0.5710301 0.5150949 0.5712702 0.5108104 0.5710301 0.5150949 0.5749055 0.5150117 0.5781996 0.5115793 0.5778819 0.5073257 0.5750482 0.5111897 0.5781996 0.5115793 0.5750482 0.5111897 0.5749055 0.5150117 0.5781996 0.5115793 0.5780889 0.515199 0.5810124 0.5118828 0.5781996 0.5115793 0.5810124 0.5118828 0.5805585 0.5077931 0.5837743 0.5120037 0.5837217 0.5155426 0.586529 0.5117257 0.5837743 0.5120037 0.586529 0.5117257 0.5857113 0.5080934 0.5837743 0.5120037 0.5831556 0.5081611 0.5810124 0.5118828 0.5837743 0.5120037 0.5810124 0.5118828 0.5837217 0.5155426 0.5125506 0.4070532 0.5153579 0.4069119 0.514534 0.4042081 0.5125506 0.4070532 0.5111994 0.4046611 0.5074911 0.4068617 0.5125506 0.4070532 0.5105137 0.4094156 0.5135667 0.4100248 0.5125506 0.4070532 0.5135667 0.4100248 0.5153579 0.4069119 0.5085021 0.3996524 0.5055022 0.4011528 0.5111994 0.4046611 0.5085021 0.3996524 0.5111994 0.4046611 0.5116062 0.3986017 0.5085021 0.3996524 0.5116062 0.3986017 0.5057061 0.3949439 0.5085021 0.3996524 0.5057061 0.3949439 0.5039092 0.3975399 0.5015725 0.3975682 0.5019583 0.3989941 0.5039092 0.3975399 0.5015725 0.3975682 0.5029653 0.3960364 0.501295 0.3968943 0.5015725 0.3975682 0.501295 0.3968943 0.5000323 0.3974288 0.5015725 0.3975682 0.5000645 0.3982197 0.5019583 0.3989941 0.4986256 0.3981628 0.498242 0.3994629 0.5000153 0.399553 0.4986256 0.3981628 0.5000645 0.3982197 0.4987866 0.3973807 0.4986256 0.3981628 0.4987866 0.3973807 0.4972822 0.3974076 0.4986256 0.3981628 0.4972822 0.3974076 0.4966016 0.3987068 0.4960609 0.3959642 0.4950571 0.3972679 0.4972822 0.3974076 0.4960609 0.3959642 0.4972822 0.3974076 0.4976431 0.3967543 0.4960609 0.3959642 0.4966872 0.3955539 0.4955829 0.393959 0.4960609 0.3959642 0.4955829 0.393959 0.4937731 0.3946927 0.4964699 0.3915187 0.4957505 0.3909972 0.4955829 0.393959 0.4964699 0.3915187 0.4955829 0.393959 0.4971606 0.3920058 0.4964699 0.3915187 0.4971606 0.3920058 0.4988098 0.3906015 0.4964699 0.3915187 0.4985173 0.3897103 0.4957505 0.3909972 0.5040588 0.3934521 0.5057061 0.3949439 0.5038963 0.390934 0.5040588 0.3934521 0.5038963 0.390934 0.502891 0.3915577 0.5040588 0.3934521 0.5031218 0.3935716 0.5029653 0.3960364 0.5040588 0.3934521 0.5029653 0.3960364 0.5057061 0.3949439 0.501521 0.3896011 0.5022383 0.3880664 0.4985173 0.3897103 0.501521 0.3896011 0.4985173 0.3897103 0.5010867 0.3905099 0.501521 0.3896011 0.5010867 0.3905099 0.502891 0.3915577 0.501521 0.3896011 0.5038963 0.390934 0.5022383 0.3880664 0.5305216 0.4123243 0.5352314 0.4120491 0.5344632 0.4088241 0.5305216 0.4123243 0.5282109 0.4091058 0.5269693 0.4142224 0.5305216 0.4123243 0.5269693 0.4142224 0.5306156 0.4175045 0.5305216 0.4123243 0.5328605 0.4158744 0.5352314 0.4120491 0.5269612 0.4194766 0.5269693 0.4142224 0.52293 0.4175975 0.5269612 0.4194766 0.52293 0.4175975 0.5246127 0.4258222 0.5269612 0.4194766 0.5283065 0.4263231 0.5307058 0.42171 0.5269612 0.4194766 0.5307058 0.42171 0.5306156 0.4175045 0.5344194 0.4309407 0.5363124 0.4309483 0.5347166 0.4283386 0.5344194 0.4309407 0.5347166 0.4283386 0.5320721 0.4313483 0.5344194 0.4309407 0.5320721 0.4313483 0.5337162 0.4349045 0.5344194 0.4309407 0.5337162 0.4349045 0.5360293 0.435105 0.5288143 0.4329981 0.5283065 0.4263231 0.5246127 0.4258222 0.5288143 0.4329981 0.5253998 0.4347085 0.5228014 0.4589174 0.5288143 0.4329981 0.5297126 0.4381192 0.5318379 0.4348051 0.5288143 0.4329981 0.5320721 0.4313483 0.5283065 0.4263231 0.5322291 0.4403039 0.5356028 0.4407724 0.5337162 0.4349045 0.5322291 0.4403039 0.5337162 0.4349045 0.5297126 0.4381192 0.5422104 0.4183122 0.5426538 0.4255121 0.5458353 0.4254946 0.5422104 0.4183122 0.5455732 0.4166541 0.5410189 0.413106 0.5422104 0.4183122 0.5410189 0.413106 0.5388463 0.4169166 0.5422104 0.4183122 0.5395628 0.4208412 0.5426538 0.4255121 0.5387116 0.411664 0.5410189 0.413106 0.5393328 0.4081788 0.5387116 0.411664 0.5393328 0.4081788 0.5352314 0.4120491 0.5387116 0.411664 0.5352314 0.4120491 0.5357699 0.415629 0.5387116 0.411664 0.5376735 0.4155778 0.5410189 0.413106 0.538207 0.4305437 0.5379425 0.4277933 0.5364243 0.4282303 0.538207 0.4305437 0.5363124 0.4309483 0.5384935 0.4348315 0.538207 0.4305437 0.5384935 0.4348315 0.5402823 0.4308363 0.538207 0.4305437 0.5402823 0.4308363 0.5379425 0.4277933 0.5390723 0.440745 0.5417423 0.438655 0.5384935 0.4348315 0.5390723 0.440745 0.5384935 0.4348315 0.5360293 0.435105 0.5427169 0.4329352 0.5417423 0.438655 0.5402029 0.4608421 0.5427169 0.4329352 0.5453902 0.4354552 0.5458353 0.4254946 0.5427169 0.4329352 0.5426538 0.4255121 0.5402823 0.4308363 0.5427169 0.4329352 0.5402823 0.4308363 0.5402306 0.4347853 0.5379667 0.4227983 0.5395628 0.4208412 0.5374848 0.4203743 0.5379667 0.4227983 0.5374848 0.4203743 0.5365289 0.4236556 0.5379667 0.4227983 0.5368961 0.4244694 0.5380451 0.4253141 0.5379667 0.4227983 0.5380451 0.4253141 0.5396106 0.4261745 0.4213665 0.8033308 0.4224833 0.8007406 0.4250109 0.8015952 0.4213665 0.8033308 0.4246808 0.8036133 0.4244348 0.8048903 0.4213665 0.8033308 0.4204306 0.8053393 0.4182722 0.8017183 0.4213665 0.8033308 0.4182722 0.8017183 0.4203621 0.7999003 0.157391 0.8083004 0.1583515 0.8047235 0.162959 0.8103636 0.157391 0.8083004 0.1598399 0.8121354 0.1559211 0.8116421 0.157391 0.8083004 0.1559211 0.8116421 0.153074 0.809501 0.157391 0.8083004 0.1539088 0.8054566 0.1583515 0.8047235 0.1606457 0.8160753 0.1636475 0.817346 0.1608657 0.8209293 0.1606457 0.8160753 0.1608657 0.8209293 0.1573929 0.819915 0.1606457 0.8160753 0.1575655 0.8160132 0.1579025 0.8132884 0.1606457 0.8160753 0.1598399 0.8121354 0.162959 0.8103636 0.1615576 0.8275068 0.1589667 0.8267207 0.1608657 0.8209293 0.1615576 0.8275068 0.1608657 0.8209293 0.163724 0.8229432 0.1615576 0.8275068 0.1643285 0.8294432 0.1618274 0.833908 0.1615576 0.8275068 0.1618274 0.833908 0.1591934 0.832507 0.1541467 0.8151921 0.1526771 0.8187273 0.1508087 0.8140245 0.1541467 0.8151921 0.1508087 0.8140245 0.1559211 0.8116421 0.1541467 0.8151921 0.1559211 0.8116421 0.1579025 0.8132884 0.1541467 0.8151921 0.1575655 0.8160132 0.1526771 0.8187273 0.1479706 0.8129229 0.1496102 0.8084905 0.1508087 0.8140245 0.1479706 0.8129229 0.1508087 0.8140245 0.1458827 0.818524 0.1479706 0.8129229 0.1458827 0.818524 0.1443868 0.8174613 0.1479706 0.8129229 0.1457725 0.8116442 0.1472592 0.8085045 0.1455162 0.8432189 0.1511761 0.8483828 0.1446942 0.8458889 0.1455162 0.8432189 0.1446942 0.8458889 0.1393712 0.837287 0.1455162 0.8432189 0.1414855 0.8354746 0.1460755 0.840712 0.1455162 0.8432189 0.1460755 0.840712 0.1510493 0.8445176 0.561283 0.5090086 0.5627766 0.5036318 0.557865 0.5024853 0.561283 0.5090086 0.5558832 0.5078819 0.5593199 0.5144029 0.561283 0.5090086 0.5593199 0.5144029 0.5657016 0.5159895 0.561283 0.5090086 0.5667278 0.5101729 0.5676083 0.5049431 0.5638443 0.4985903 0.5646317 0.4926763 0.5593736 0.497666 0.5638443 0.4985903 0.5593736 0.497666 0.5627766 0.5036318 0.5638443 0.4985903 0.5627766 0.5036318 0.5681503 0.4996919 0.5638443 0.4985903 0.5681503 0.4996919 0.5684439 0.4935209 0.3135157 0.8285942 0.3121786 0.8291962 0.3131313 0.8281324 0.3135157 0.8285942 0.3131313 0.8281324 0.3141924 0.8263392 0.3135157 0.8285942 0.3149008 0.8264185 0.3138934 0.8293308 0.3135157 0.8285942 0.3138934 0.8293308 0.3121786 0.8291962 0.3127037 0.8279337 0.3131633 0.8274247 0.3131313 0.8281324 0.3127037 0.8279337 0.3131313 0.8281324 0.3120206 0.8286527 0.3127037 0.8279337 0.3119397 0.8283131 0.3123331 0.8278568 0.3127037 0.8279337 0.3123331 0.8278568 0.3126038 0.8274992 0.3108005 0.8296142 0.3081734 0.8288621 0.3086577 0.828348 0.3108005 0.8296142 0.3108384 0.8290262 0.3121786 0.8291962 0.3108005 0.8296142 0.3121786 0.8291962 0.3123667 0.8299793 0.3108005 0.8296142 0.3108159 0.8304327 0.3081734 0.8288621 0.3111255 0.8285664 0.3119397 0.8283131 0.3120206 0.8286527 0.3111255 0.8285664 0.3108384 0.8290262 0.3086577 0.828348 0.3111255 0.8285664 0.3104664 0.828534 0.3110567 0.8281574 0.3111255 0.8285664 0.3114382 0.8282256 0.3119397 0.8283131 0.842587 0.9406077 0.8520212 0.9394661 0.8768509 0.9394666 0.842587 0.9406077 0.8559924 0.9411243 0.8340048 0.9431442 0.842587 0.9406077 0.8270563 0.9416875 0.8262239 0.9403316 0.842587 0.9406077 0.8322247 0.9396811 0.8520212 0.9394661 0.7730279 0.9347859 0.7563386 0.9342896 0.7853243 0.9341999 0.7730279 0.9347859 0.7853243 0.9341999 0.8052989 0.9352085 0.7730279 0.9347859 0.7647594 0.9355552 0.7575375 0.9351257 0.1439798 0.8033768 0.1461684 0.8002365 0.1437466 0.8073484 0.1439798 0.8033768 0.1437466 0.8073484 0.141001 0.8140439 0.1439798 0.8033768 0.142491 0.8052931 0.1446335 0.7987177 0.1439798 0.8033768 0.1446335 0.7987177 0.1461962 0.7977915 0.02811837 0.851237 0.02330046 0.8491809 0.0332269 0.8392104 0.02811837 0.851237 0.0332269 0.8392104 0.03254342 0.8531848 0.02811837 0.851237 0.03254342 0.8531848 0.02701532 0.8646728 0.02811837 0.851237 0.02288484 0.8629243 0.02330046 0.8491809 0.0376321 0.8277434 0.04229629 0.8269231 0.03944897 0.8394985 0.4650815 0.9800344 0.4741704 0.9779088 0.4739859 0.9834878 0.04229629 0.8269231 0.0376321 0.8277434 0.04350411 0.8199138 0.2773522 0.7900301 0.2771609 0.7887963 0.2794188 0.7897863 0.2773522 0.7900301 0.279354 0.7914651 0.2775514 0.7913572 0.2773522 0.7900301 0.2775514 0.7913572 0.2753152 0.7906103 0.2773522 0.7900301 0.2745719 0.7891637 0.2771609 0.7887963 0.2386414 0.7598788 0.2400196 0.7554975 0.2408134 0.7576071 0.2386414 0.7598788 0.2387074 0.7623835 0.2354528 0.769236 0.2386414 0.7598788 0.2369182 0.762474 0.2377736 0.7577517 0.2311331 0.7788109 0.2287572 0.7838956 0.2282207 0.7817094 0.2311331 0.7788109 0.2314479 0.776198 0.2354528 0.769236 0.2311331 0.7788109 0.2329153 0.7770575 0.2306571 0.7833461 0.2345505 0.7658427 0.2338832 0.7644433 0.2377736 0.7577517 0.2345505 0.7658427 0.2369182 0.762474 0.2354528 0.769236 0.2345505 0.7658427 0.2326409 0.7706679 0.2301795 0.7722702 0.2309572 0.7748338 0.2284934 0.7779299 0.2301795 0.7722702 0.2309572 0.7748338 0.2326409 0.7706679 0.2354528 0.769236 0.2309572 0.7748338 0.2314479 0.776198 0.2282207 0.7817094 0.2349449 0.7754926 0.2344749 0.778918 0.2306571 0.7833461 0.2349449 0.7754926 0.2329153 0.7770575 0.2354528 0.769236 0.2349449 0.7754926 0.2372354 0.7705591 0.2383313 0.7720065 0.23886 0.7655515 0.2403475 0.7640065 0.2383313 0.7720065 0.23886 0.7655515 0.2372354 0.7705591 0.2354528 0.769236 0.23886 0.7655515 0.2387074 0.7623835 0.2408134 0.7576071 0.9476329 0.0194121 0.9476457 0.01600843 0.9449889 0.01919722 0.9476329 0.0194121 0.9449889 0.01919722 0.9450653 0.02323216 0.9476329 0.0194121 0.947772 0.02286124 0.950276 0.01955556 0.9476329 0.0194121 0.950276 0.01955556 0.9501047 0.01677548 0.9479193 0.02640229 0.947772 0.02286124 0.9450653 0.02323216 0.9479193 0.02640229 0.9449889 0.02787977 0.9480707 0.02998936 0.9479193 0.02640229 0.9480707 0.02998936 0.951123 0.02760046 0.9479193 0.02640229 0.9509305 0.02507632 0.947772 0.02286124 0.9509151 0.008534848 0.9534189 0.007870614 0.9502657 0.004348039 0.9509151 0.008534848 0.9477201 0.005072534 0.9489231 0.009884238 0.9509151 0.008534848 0.9489231 0.009884238 0.9516451 0.01268368 0.9509151 0.008534848 0.9536347 0.011711 0.9534189 0.007870614 0.9479545 0.01260399 0.9476457 0.01600843 0.9505147 0.01442831 0.9479545 0.01260399 0.9505147 0.01442831 0.9516451 0.01268368 0.9479545 0.01260399 0.9489231 0.009884238 0.9450053 0.01063287 0.9479545 0.01260399 0.9450053 0.01063287 0.9449166 0.01519185 0.9522973 0.01595914 0.9535025 0.01496326 0.9505147 0.01442831 0.9522973 0.01595914 0.9505147 0.01442831 0.9501047 0.01677548 0.9522973 0.01595914 0.9520238 0.01744329 0.9536361 0.01794344 0.9522973 0.01595914 0.9539518 0.01717627 0.9535025 0.01496326 0.9554039 0.01431488 0.9576533 0.01384037 0.9560541 0.01112431 0.9554039 0.01431488 0.9536347 0.011711 0.9535025 0.01496326 0.9554039 0.01431488 0.9535025 0.01496326 0.9545463 0.01620715 0.9554039 0.01431488 0.956232 0.01640993 0.958422 0.01629769 0.9529179 0.0195564 0.9520238 0.01744329 0.950276 0.01955556 0.9529179 0.0195564 0.950276 0.01955556 0.9506707 0.02243405 0.9529179 0.0195564 0.9539533 0.02189439 0.9581795 0.0211209 0.9529179 0.0195564 0.9550411 0.01914685 0.9536361 0.01794344 0.9561284 0.01805931 0.9550411 0.01914685 0.9581795 0.0211209 0.9561284 0.01805931 0.958566 0.01877534 0.958422 0.01629769 0.9561284 0.01805931 0.956232 0.01640993 0.9545463 0.01620715 0.9561284 0.01805931 0.9539518 0.01717627 0.9550411 0.01914685 0.9541034 0.02405333 0.9539533 0.02189439 0.9506707 0.02243405 0.9541034 0.02405333 0.9509305 0.02507632 0.9538109 0.02612274 0.9541034 0.02405333 0.9538109 0.02612274 0.9563165 0.02510052 0.9541034 0.02405333 0.957357 0.02318185 0.9581795 0.0211209 0.5012888 0.0247659 0.5033093 0.02600699 0.5008994 0.0286163 0.5012888 0.0247659 0.4990621 0.02625191 0.4996947 0.02311664 0.5012888 0.0247659 0.4996947 0.02311664 0.5011399 0.02211755 0.5012888 0.0247659 0.5027288 0.02268713 0.5033093 0.02600699 0.1124628 0.1460893 0.1162825 0.1468116 0.1110501 0.1545942 0.1124628 0.1460893 0.1110501 0.1545942 0.1072363 0.1524212 0.1124628 0.1460893 0.1082901 0.145097 0.1127156 0.1386465 0.1124628 0.1460893 0.1127156 0.1386465 0.1164591 0.1390453 0.1123738 0.1345211 0.1127156 0.1386465 0.1086135 0.1384364 0.1123738 0.1345211 0.1081283 0.1342557 0.1119341 0.1320424 0.1123738 0.1345211 0.1119341 0.1320424 0.1166068 0.1325542 0.1123738 0.1345211 0.1165533 0.1349099 0.1127156 0.1386465 0.111893 0.12954 0.1119341 0.1320424 0.1075347 0.131362 0.111893 0.12954 0.1075325 0.1285629 0.1121143 0.1268405 0.111893 0.12954 0.1121143 0.1268405 0.1167222 0.127488 0.111893 0.12954 0.1166621 0.1301272 0.1119341 0.1320424 0.1106089 0.1736536 0.1043607 0.1776046 0.1032058 0.1720068 0.1106089 0.1736536 0.1094906 0.1667031 0.1157327 0.1709886 0.1106089 0.1736536 0.1157327 0.1709886 0.1154371 0.183971 0.1106089 0.1736536 0.1106844 0.1854398 0.1043607 0.1776046 0.3809914 0.1009558 0.3824018 0.09764093 0.3883633 0.1096959 0.3809914 0.1009558 0.3883633 0.1096959 0.3856393 0.1107241 0.3809914 0.1009558 0.3795464 0.104016 0.3730161 0.09744167 0.3809914 0.1009558 0.3730161 0.09744167 0.3824018 0.09764093 0.102516 0.08993983 0.1023534 0.08875983 0.1049649 0.08706158 0.102516 0.08993983 0.1028049 0.09114497 0.09928047 0.09363645 0.102516 0.08993983 0.09928047 0.09363645 0.09896832 0.09235382 0.09499669 0.09826177 0.09057348 0.1039426 0.08935648 0.1031003 0.09499669 0.09826177 0.09421986 0.09715706 0.09928047 0.09363645 0.09499669 0.09826177 0.09928047 0.09363645 0.099671 0.09496408 0.08691948 0.1108059 0.08821332 0.1115229 0.08424383 0.1172795 0.08691948 0.1108059 0.08424383 0.1172795 0.08293664 0.1166175 0.08691948 0.1108059 0.08562654 0.1101142 0.09057348 0.1039426 0.08691948 0.1108059 0.09057348 0.1039426 0.09178709 0.1048234 0.07978904 0.1308583 0.07770448 0.1359773 0.07746851 0.130302 0.07978904 0.1308583 0.07746851 0.130302 0.07962727 0.12503 0.07241314 0.1441159 0.07207179 0.1499853 0.0714277 0.1483864 0.07241314 0.1441159 0.07140958 0.1441602 0.07254248 0.1375753 0.07241314 0.1441159 0.07254248 0.1375753 0.07373905 0.1431598 0.1091347 0.2047439 0.1026434 0.2055176 0.1047356 0.1875662 0.1091347 0.2047439 0.1106844 0.1854398 0.1149759 0.2042079 0.1091347 0.2047439 0.1149759 0.2042079 0.114432 0.228072 0.1091347 0.2047439 0.1067725 0.2278071 0.1026434 0.2055176 0.9320709 0.4371626 0.9361248 0.4396934 0.923245 0.4654999 0.9320709 0.4371626 0.9168465 0.4625802 0.9108 0.4585495 0.9320709 0.4371626 0.9281553 0.4341862 0.9469171 0.4133546 0.9320709 0.4371626 0.9469171 0.4133546 0.9492194 0.4155169 0.8776863 0.4615839 0.8719213 0.4668582 0.8587194 0.4463148 0.8776863 0.4615839 0.8587194 0.4463148 0.864913 0.4425293 0.8776863 0.4615839 0.8834384 0.4576013 0.8974612 0.4780207 0.8776863 0.4615839 0.8974612 0.4780207 0.8927622 0.4832739 0.9610068 0.3927661 0.9627436 0.3946003 0.9469171 0.4133546 0.9610068 0.3927661 0.9469171 0.4133546 0.9445394 0.4111861 0.9610068 0.3927661 0.9589816 0.3909127 0.9747183 0.3737874 0.9610068 0.3927661 0.9747183 0.3737874 0.9764827 0.3753137 0.9188521 0.496793 0.9153819 0.5010907 0.8974612 0.4780207 0.9188521 0.496793 0.8974612 0.4780207 0.9024525 0.4741503 0.9188521 0.496793 0.9224437 0.4936534 0.941051 0.5167329 0.9188521 0.496793 0.941051 0.5167329 0.9153819 0.5010907 0.07559531 0.1402624 0.07373905 0.1431598 0.07363206 0.1374849 0.07559531 0.1402624 0.07440251 0.1369566 0.0754745 0.1349193 0.3742451 0.1186426 0.3755801 0.1202113 0.373762 0.1218621 0.3742451 0.1186426 0.373762 0.1218621 0.3730214 0.1205796 0.3742451 0.1186426 0.3730213 0.1183007 0.3746625 0.1172361 0.3742451 0.1186426 0.3746625 0.1172361 0.3768763 0.1180707 0.3785818 0.106491 0.3730182 0.1047582 0.3795464 0.104016 0.3785818 0.106491 0.3795464 0.104016 0.3829657 0.110241 0.3785818 0.106491 0.3829657 0.110241 0.3777888 0.1083154 0.3785818 0.106491 0.3777888 0.1083154 0.3730182 0.1047582 0.1166315 0.09400421 0.1174979 0.0938273 0.1174619 0.095353 0.1166315 0.09400421 0.1167598 0.09550362 0.1157137 0.09485149 0.1166315 0.09400421 0.1157137 0.09485149 0.1151238 0.09311264 0.1166315 0.09400421 0.1164031 0.09277981 0.1175283 0.0925408 0.1145052 0.1096839 0.1138023 0.11368 0.1109001 0.1123186 0.1145052 0.1096839 0.1121037 0.1086817 0.115207 0.1057384 0.1145052 0.1096839 0.115207 0.1057384 0.1172168 0.1058965 0.1145052 0.1096839 0.1171188 0.1101511 0.1138023 0.11368 0.3768582 0.1094233 0.3777888 0.1083154 0.3791781 0.1115264 0.3768582 0.1094233 0.3791781 0.1115264 0.3778357 0.1117714 0.3768582 0.1094233 0.3760753 0.1101662 0.3730967 0.107444 0.3768582 0.1094233 0.3730967 0.107444 0.3777888 0.1083154 0.1163297 0.09180438 0.1164031 0.09277981 0.1153805 0.09162712 0.1163297 0.09180438 0.1153805 0.09162712 0.1163224 0.09102034 0.1163297 0.09180438 0.1163224 0.09102034 0.1175522 0.09153771 0.1163297 0.09180438 0.1175522 0.09153771 0.1175283 0.0925408 0.1171503 0.08905804 0.1176115 0.08906269 0.1169047 0.08984071 0.1171503 0.08905804 0.1169047 0.08984071 0.1166889 0.08905971 0.1171503 0.08905804 0.1166889 0.08905971 0.1166702 0.08870255 0.1162921 0.09037017 0.1163224 0.09102034 0.1154661 0.0909512 0.1162921 0.09037017 0.1157018 0.09035289 0.1160124 0.08979332 0.1162921 0.09037017 0.1162503 0.08978688 0.1169047 0.08984071 0.1162921 0.09037017 0.1169047 0.08984071 0.1175798 0.09038096 0.1079121 0.1619063 0.10553 0.1585925 0.1110501 0.1545942 0.1079121 0.1619063 0.1110501 0.1545942 0.1160113 0.1587391 0.1079121 0.1619063 0.1094906 0.1667031 0.1029577 0.1671463 0.1079121 0.1619063 0.1029577 0.1671463 0.1023519 0.1631405 0.1157162 0.1023561 0.115207 0.1057384 0.114171 0.1022412 0.1157162 0.1023561 0.114171 0.1022412 0.1148891 0.09967947 0.1157162 0.1023561 0.1161268 0.09954297 0.1173013 0.1022437 0.1157162 0.1023561 0.1173013 0.1022437 0.1172168 0.1058965 0.1165332 0.09730434 0.1161268 0.09954297 0.1156284 0.09738051 0.1165332 0.09730434 0.1156284 0.09738051 0.11606 0.09588766 0.1165332 0.09730434 0.1167598 0.09550362 0.1174216 0.09707361 0.1165332 0.09730434 0.1174216 0.09707361 0.1173703 0.09927517 0.4365314 0.8585555 0.4398513 0.8648539 0.4329995 0.8657467 0.4365314 0.8585555 0.4284784 0.8581236 0.4337918 0.8525573 0.4365314 0.8585555 0.4337918 0.8525573 0.4450939 0.8541569 0.4365314 0.8585555 0.4468806 0.8593069 0.4398513 0.8648539 0.4336199 0.8320277 0.4326073 0.8347088 0.4260033 0.8313035 0.4336199 0.8320277 0.4260033 0.8313035 0.427757 0.8284097 0.4336199 0.8320277 0.435942 0.8291124 0.4439842 0.8333441 0.4336199 0.8320277 0.4439842 0.8333441 0.4427816 0.8361538 0.4318472 0.8381865 0.4316216 0.8423678 0.423538 0.8408384 0.4318472 0.8381865 0.4244175 0.8369305 0.4254716 0.8337543 0.4318472 0.8381865 0.4326073 0.8347088 0.4421576 0.8396981 0.4318472 0.8381865 0.4421576 0.8396981 0.4316216 0.8423678 0.3783051 0.1443271 0.3788671 0.1545994 0.3770612 0.1420376 0.3783051 0.1443271 0.3770612 0.1420376 0.3771288 0.1313729 0.3783051 0.1443271 0.3782129 0.1344341 0.379606 0.1476196 0.3783051 0.1443271 0.379606 0.1476196 0.3788671 0.1545994 0.3754742 0.1396331 0.3758615 0.1279825 0.3771288 0.1313729 0.3754742 0.1396331 0.3770612 0.1420376 0.3753536 0.1514699 0.3754742 0.1396331 0.3753536 0.1514699 0.3730194 0.1491922 0.3754742 0.1396331 0.3740685 0.1356421 0.3746572 0.1246748 0.3733686 0.1285933 0.373762 0.1218621 0.3740685 0.1356421 0.3733686 0.1285933 0.3740685 0.1356421 0.3730194 0.1491922 0.3733686 0.1285933 0.3730203 0.1328369 0.3730211 0.1243045 0.3733686 0.1285933 0.3730211 0.1243045 0.3730214 0.1205796 0.3785294 0.1586505 0.3767197 0.1572722 0.3788671 0.1545994 0.3785294 0.1586505 0.3788671 0.1545994 0.3801884 0.1565909 0.3785294 0.1586505 0.3800843 0.1602459 0.3790915 0.1608816 0.3785294 0.1586505 0.3774507 0.1593108 0.3767197 0.1572722 0.3770906 0.2080405 0.3809603 0.2023617 0.3828305 0.2072861 0.3770906 0.2080405 0.3791373 0.2152659 0.3730258 0.2108276 0.3770906 0.2080405 0.3730258 0.2108276 0.3730258 0.2033666 0.3770906 0.2080405 0.3767765 0.2020204 0.3809603 0.2023617 0.3757895 0.1594105 0.3746293 0.1585846 0.3756898 0.158149 0.3757895 0.1594105 0.3774507 0.1593108 0.3770074 0.160795 0.3757895 0.1594105 0.3770074 0.160795 0.3749685 0.1604777 0.3757895 0.1594105 0.3742868 0.1592895 0.3746293 0.1585846 0.3738518 0.1951274 0.3730258 0.1958592 0.3730258 0.1935761 0.3738518 0.1951274 0.3739269 0.1929372 0.3751382 0.1942023 0.3738518 0.1951274 0.3751382 0.1942023 0.3755375 0.1959972 0.3738518 0.1951274 0.3742618 0.1969954 0.3730258 0.1958592 0.3755351 0.1988158 0.3767765 0.2020204 0.3730258 0.1996459 0.3755351 0.1988158 0.3730258 0.1996459 0.3742618 0.1969954 0.3755351 0.1988158 0.3742618 0.1969954 0.3755375 0.1959972 0.3755351 0.1988158 0.3772423 0.1968703 0.3767765 0.2020204 0.3741091 0.1901499 0.3730257 0.1905989 0.3730255 0.1874825 0.3741091 0.1901499 0.3742685 0.1872425 0.3753657 0.189396 0.3741091 0.1901499 0.3753657 0.189396 0.3751211 0.1919633 0.3741091 0.1901499 0.3739269 0.1929372 0.3730257 0.1905989 0.3742753 0.1846919 0.3730254 0.1847821 0.3730253 0.1822492 0.3742753 0.1846919 0.3742132 0.1822394 0.3755198 0.1822615 0.3742753 0.1846919 0.3756262 0.1845475 0.3756185 0.1868183 0.3742753 0.1846919 0.3742685 0.1872425 0.3730254 0.1847821 0.3741764 0.1749132 0.3754043 0.1748449 0.3753838 0.1770431 0.3741764 0.1749132 0.374149 0.1771015 0.3730249 0.174941 0.3741764 0.1749132 0.3730249 0.174941 0.3730248 0.1729916 0.3741764 0.1749132 0.3742206 0.1729802 0.3754043 0.1748449 0.3741662 0.1796264 0.3754307 0.1796377 0.3742132 0.1822394 0.3741662 0.1796264 0.3742132 0.1822394 0.3730253 0.1822492 0.3741662 0.1796264 0.3730252 0.1796354 0.3730251 0.1771347 0.3741662 0.1796264 0.374149 0.1771015 0.3753838 0.1770431 0.3749053 0.1627951 0.3759427 0.1626774 0.3757261 0.1654852 0.3749053 0.1627951 0.3757261 0.1654852 0.3749162 0.165732 0.3749053 0.1627951 0.374356 0.16297 0.374111 0.1604211 0.3749053 0.1627951 0.374111 0.1604211 0.3749685 0.1604777 0.3737128 0.1630876 0.374356 0.16297 0.3739972 0.1658305 0.3737128 0.1630876 0.3739972 0.1658305 0.3730238 0.1658427 0.3737128 0.1630876 0.3730227 0.1631321 0.3730267 0.1606857 0.3737128 0.1630876 0.3734355 0.1606218 0.3738088 0.1605081 0.3736833 0.1592875 0.373507 0.1593487 0.373395 0.15904 0.3736833 0.1592875 0.3734523 0.1588914 0.3742868 0.1592895 0.3736833 0.1592875 0.3742868 0.1592895 0.3749685 0.1604777 0.3736833 0.1592875 0.374111 0.1604211 0.3738088 0.1605081 0.3741679 0.1678665 0.3752562 0.1677919 0.3742464 0.1695464 0.3741679 0.1678665 0.3742464 0.1695464 0.3730245 0.1695456 0.3741679 0.1678665 0.3730242 0.1678662 0.3739972 0.1658305 0.3741679 0.1678665 0.3739972 0.1658305 0.3749162 0.165732 0.3742539 0.1712211 0.3754723 0.1711727 0.3754484 0.1729268 0.3742539 0.1712211 0.3742206 0.1729802 0.3730246 0.1712235 0.3742539 0.1712211 0.3730246 0.1712235 0.3742464 0.1695464 0.3742539 0.1712211 0.3742464 0.1695464 0.3754723 0.1711727 0.1105522 0.0811662 0.1127206 0.07957041 0.112948 0.08061766 0.1105522 0.0811662 0.1108411 0.08216255 0.108635 0.08305191 0.1105522 0.0811662 0.108635 0.08305191 0.1083831 0.08227229 0.1105522 0.0811662 0.1102642 0.08046936 0.1127206 0.07957041 0.9580017 0.9095045 0.958378 0.9073073 0.9610804 0.9077721 0.9580017 0.9095045 0.9605044 0.9103814 0.9568712 0.9119357 0.9580017 0.9095045 0.9568712 0.9119357 0.9555442 0.9087705 0.9580017 0.9095045 0.9555442 0.9087705 0.958378 0.9073073 0.712323 0.4844812 0.7114663 0.481518 0.7149327 0.4840983 0.712323 0.4844812 0.7149327 0.4840983 0.7151407 0.4868477 0.712323 0.4844812 0.7124021 0.4869225 0.7097584 0.4847617 0.712323 0.4844812 0.7097584 0.4847617 0.7114663 0.481518 0.7120136 0.4894958 0.7124021 0.4869225 0.7148423 0.4899054 0.7120136 0.4894958 0.7148423 0.4899054 0.7136173 0.4936331 0.7120136 0.4894958 0.7106894 0.4926592 0.7092835 0.4891242 0.7120136 0.4894958 0.7092835 0.4891242 0.709745 0.4869459 0.9522175 0.8910625 0.9550809 0.889558 0.9569804 0.8928233 0.9522175 0.8910625 0.9539056 0.894273 0.9492051 0.8928832 0.9522175 0.8910625 0.9492051 0.8928832 0.9478248 0.8901025 0.9522175 0.8910625 0.9507161 0.8882257 0.9550809 0.889558 0.9498297 0.9201256 0.9519843 0.917934 0.9519044 0.9222303 0.9498297 0.9201256 0.9519044 0.9222303 0.9496487 0.9238888 0.9498297 0.9201256 0.947905 0.9219334 0.9458765 0.919621 0.9498297 0.9201256 0.9475898 0.9178227 0.9496024 0.9157951 0.7019868 0.504708 0.7047532 0.5011975 0.704805 0.5067986 0.7019868 0.504708 0.704805 0.5067986 0.6994414 0.5078104 0.7019868 0.504708 0.6994414 0.5078104 0.6967949 0.5050734 0.7019868 0.504708 0.6991232 0.5021627 0.7017627 0.4989856 0.7044398 0.469675 0.7072811 0.4681707 0.7070072 0.4730892 0.7044398 0.469675 0.7070072 0.4730892 0.704011 0.4746491 0.7044398 0.469675 0.7015162 0.4716052 0.7018461 0.4666986 0.7044398 0.469675 0.7018461 0.4666986 0.7043309 0.4650029 0.9244289 0.8686016 0.9269173 0.8671569 0.9270041 0.870897 0.9244289 0.8686016 0.9270041 0.870897 0.9244419 0.8726775 0.9244289 0.8686016 0.9219485 0.8705596 0.9219866 0.8666781 0.9244289 0.8686016 0.9219866 0.8666781 0.9241966 0.8653117 0.9292036 0.8989027 0.930719 0.8952834 0.9318755 0.9000555 0.9292036 0.8989027 0.9318755 0.9000555 0.9278073 0.9020967 0.9292036 0.8989027 0.9278073 0.9020967 0.9250211 0.900238 0.9292036 0.8989027 0.9262606 0.8973992 0.9277291 0.8941826 0.9545984 0.9149748 0.9568712 0.9119357 0.9592314 0.9132215 0.9545984 0.9149748 0.9569483 0.9167296 0.9519843 0.917934 0.9545984 0.9149748 0.9519843 0.917934 0.9522137 0.9133091 0.9545984 0.9149748 0.9522137 0.9133091 0.9545016 0.9108168 0.9559669 0.8982307 0.9590771 0.8971619 0.9607236 0.901548 0.9559669 0.8982307 0.9576962 0.9020813 0.9548335 0.9025375 0.9559669 0.8982307 0.9529693 0.899306 0.9539056 0.894273 0.9559669 0.8982307 0.9539056 0.894273 0.9590771 0.8971619 0.7079617 0.4968704 0.7106894 0.4926592 0.7110451 0.4983925 0.7079617 0.4968704 0.7110451 0.4983925 0.7078623 0.5031316 0.7079617 0.4968704 0.7047532 0.5011975 0.7050247 0.4952758 0.7079617 0.4968704 0.7050247 0.4952758 0.707876 0.4917498 0.7095219 0.4773787 0.7123513 0.4764207 0.7140567 0.4808812 0.7095219 0.4773787 0.7114663 0.481518 0.7088946 0.4820848 0.7095219 0.4773787 0.7067247 0.4784281 0.7070072 0.4730892 0.7095219 0.4773787 0.7070072 0.4730892 0.7100237 0.4718171 0.9324725 0.8908136 0.9338866 0.886638 0.9353286 0.8913028 0.9324725 0.8908136 0.9353286 0.8913028 0.9336433 0.896107 0.9324725 0.8908136 0.930719 0.8952834 0.9296554 0.8902103 0.9324725 0.8908136 0.9296554 0.8902103 0.9312903 0.8865022 0.9298452 0.8739364 0.9322416 0.8725947 0.9344602 0.8759447 0.9298452 0.8739364 0.9322763 0.8770619 0.9300659 0.8781129 0.9298452 0.8739364 0.9274563 0.8753781 0.9270041 0.870897 0.9298452 0.8739364 0.9270041 0.870897 0.9296087 0.8694389 0.9867154 0.8506534 0.9897991 0.8505875 0.9880654 0.8546777 0.9867154 0.8506534 0.9880654 0.8546777 0.9854978 0.8547673 0.9867154 0.8506534 0.9837039 0.8509062 0.9851148 0.8463861 0.9867154 0.8506534 0.9851148 0.8463861 0.9885873 0.846453 0.9839697 0.8430402 0.9874576 0.843102 0.9851148 0.8463861 0.9839697 0.8430402 0.9851148 0.8463861 0.9816868 0.8467741 0.9839697 0.8430402 0.980398 0.8435956 0.9830522 0.8401551 0.9839697 0.8430402 0.9830522 0.8401551 0.986369 0.8401428 0.9884589 0.8572946 0.9880654 0.8546777 0.9908383 0.8573946 0.9884589 0.8572946 0.9908383 0.8573946 0.988233 0.8592635 0.9884589 0.8572946 0.988233 0.8592635 0.9859734 0.8588142 0.9884589 0.8572946 0.9861174 0.8571332 0.9880654 0.8546777 0.987725 0.8613442 0.988233 0.8592635 0.9905241 0.8597206 0.987725 0.8613442 0.9900089 0.8621367 0.9888573 0.8648706 0.987725 0.8613442 0.9864324 0.8637965 0.9854766 0.860621 0.987725 0.8613442 0.9854766 0.860621 0.9859734 0.8588142 0.1320669 0.5422015 0.1299912 0.5421172 0.1318441 0.5391491 0.1320669 0.5422015 0.1318441 0.5391491 0.1342635 0.5395255 0.1370282 0.5439322 0.1343122 0.5426979 0.1372296 0.5406548 0.1370282 0.5439322 0.1372296 0.5406548 0.1404693 0.5421605 0.1184545 0.5465031 0.1158028 0.5486035 0.1140663 0.5459428 0.1184545 0.5465031 0.1170939 0.5436846 0.1211156 0.5446972 0.1135407 0.550861 0.1114734 0.553197 0.1093723 0.5508677 0.1135407 0.550861 0.1115832 0.5483644 0.1158028 0.5486035 0.4322124 0.8471598 0.4316216 0.8423678 0.4423079 0.8439564 0.4322124 0.8471598 0.4434281 0.848908 0.4337918 0.8525573 0.2338926 0.9583061 0.2210123 0.9341056 0.2194314 0.8907151 0.5648049 0.7226393 0.5640146 0.7451345 0.5351998 0.776938 0.4818748 0.7609424 0.5209234 0.7731513 0.5082353 0.777096 0.4898822 0.7415547 0.4949373 0.7475948 0.4428262 0.7487335 0.4432958 0.6360571 0.4107137 0.6362544 0.4162139 0.6306549 0.1269425 0.6092445 0.1364042 0.6030159 0.1576135 0.5970016 0.1269425 0.6092445 0.1384305 0.6069065 0.1174807 0.6154731 0.1269425 0.6092445 0.1174807 0.6154731 0.1157138 0.6141347 0.1269425 0.6092445 0.1154544 0.6115825 0.1364042 0.6030159 0.1269285 0.6024804 0.1383172 0.5981574 0.1576135 0.5970016 0.1339132 0.6132277 0.1384305 0.6069065 0.1576135 0.5970016 0.1339132 0.6132277 0.1453698 0.6082752 0.1293959 0.6195488 0.1339132 0.6132277 0.1293959 0.6195488 0.1256656 0.6195487 0.1339132 0.6132277 0.1224566 0.6181801 0.1192476 0.6168115 0.1306279 0.5952123 0.1412992 0.5937077 0.1576135 0.5970016 0.1306279 0.5952123 0.1229386 0.5922673 0.1412992 0.5937077 0.01755392 0.1341156 0.02731353 0.1350975 0.04110807 0.1416578 0.02081394 0.1560015 0.02495247 0.1497331 0.04110807 0.1416578 0.02081394 0.1560015 0.02983373 0.1519639 0.01667541 0.1622699 0.01542907 0.148844 0.02387601 0.1438647 0.04110807 0.1416578 0.01542907 0.148844 0.006982147 0.1538233 0.005167424 0.1498382 0.01542907 0.148844 0.005905687 0.1479549 0.02387601 0.1438647 0.9879073 0.538623 0.9918596 0.5392673 0.9869937 0.5459492 0.9879073 0.538623 0.9840026 0.5460226 0.9840898 0.5381366 0.9879073 0.538623 0.9840898 0.5381366 0.9863956 0.5195453 0.9879073 0.538623 0.9904267 0.5171954 0.9918596 0.5392673 0.01500606 0.141911 0.02412444 0.1388931 0.04110807 0.1416578 0.9506817 0.5297984 0.9551077 0.5283748 0.9547941 0.5395098 0.9506817 0.5297984 0.9505077 0.5403167 0.9457735 0.532703 0.9506817 0.5297984 0.9457735 0.532703 0.9513182 0.5071287 0.9506817 0.5297984 0.9547328 0.5075181 0.9551077 0.5283748 0.9585692 0.5299131 0.9617655 0.532395 0.9580053 0.5393977 0.9585692 0.5299131 0.9580053 0.5393977 0.9547941 0.5395098 0.9585692 0.5299131 0.9551077 0.5283748 0.9611657 0.5125027 0.9585692 0.5299131 0.9611657 0.5125027 0.964347 0.5160452 0.980542 0.5379663 0.9840898 0.5381366 0.9810262 0.546015 0.980542 0.5379663 0.9780794 0.5458454 0.9769965 0.5375469 0.980542 0.5379663 0.9769965 0.5375469 0.97911 0.5204351 0.980542 0.5379663 0.9827066 0.5205572 0.9840898 0.5381366 0.9731858 0.5363132 0.9769965 0.5375469 0.9715598 0.5441146 0.9731858 0.5363132 0.9715598 0.5441146 0.9679574 0.5426294 0.9731858 0.5363132 0.9692666 0.5348652 0.9753562 0.5193839 0.9731858 0.5363132 0.9753562 0.5193839 0.97911 0.5204351 0.3617317 0.4249398 0.3735036 0.4206589 0.3956272 0.4151784 0.3617317 0.4249398 0.3736543 0.4223238 0.3499597 0.4292206 0.3617317 0.4249398 0.3499597 0.4292206 0.3482381 0.428972 0.3617317 0.4249398 0.3498091 0.4275557 0.3735036 0.4206589 0.3627778 0.4208734 0.374377 0.4175639 0.3956272 0.4151784 0.3627778 0.4208734 0.3735036 0.4206589 0.3511787 0.4241828 0.3627778 0.4208734 0.3511787 0.4241828 0.3509773 0.4222263 0.3685252 0.4274715 0.3736543 0.4223238 0.3956272 0.4151784 0.3685252 0.4274715 0.3549459 0.4310442 0.3516814 0.4294692 0.3674093 0.4156482 0.3796429 0.4133306 0.3956272 0.4151784 0.3674093 0.4156482 0.374377 0.4175639 0.3551757 0.4179657 0.3674093 0.4156482 0.3551757 0.4179657 0.3572246 0.4159821 0.3674093 0.4156482 0.3604416 0.4137324 0.3796429 0.4133306 0.6527324 0.3167127 0.652364 0.3127905 0.6598991 0.3171205 0.6527324 0.3167127 0.6598991 0.3171205 0.6594705 0.3211575 0.6527324 0.3167127 0.6524229 0.3195743 0.6465145 0.3182454 0.6527324 0.3167127 0.646718 0.3162303 0.6464009 0.3130321 0.6517812 0.32225 0.6524229 0.3195743 0.6594705 0.3211575 0.6517812 0.32225 0.658462 0.3249689 0.6500559 0.3255328 0.6517812 0.32225 0.6500559 0.3255328 0.6448083 0.3227232 0.6517812 0.32225 0.6461362 0.3201047 0.6524229 0.3195743 0.4909759 0.5962125 0.4898973 0.5922301 0.4934731 0.5917065 0.4909759 0.5962125 0.4944277 0.5962097 0.4942677 0.599702 0.4902721 0.6021775 0.4908311 0.5993728 0.4937877 0.6026381 0.4902721 0.6021775 0.4937877 0.6026381 0.4921555 0.6065653 0.7073477 0.4275172 0.7061927 0.4235647 0.7099863 0.4229772 0.7073477 0.4275172 0.7109352 0.4273514 0.7108165 0.4304184 0.7068151 0.4332125 0.7072741 0.4303748 0.7104603 0.4335268 0.7068151 0.4332125 0.7104603 0.4335268 0.7089578 0.4379306 0.6479966 0.2944869 0.6529231 0.2939095 0.6492764 0.3004092 0.6479966 0.2944869 0.6492764 0.3004092 0.642545 0.2956865 0.6479966 0.2944869 0.642545 0.2956865 0.6414898 0.2902632 0.6479966 0.2944869 0.6469247 0.2888655 0.6529231 0.2939095 0.6380146 0.3385283 0.6421367 0.3349851 0.6415948 0.3416804 0.6380146 0.3385283 0.6415948 0.3416804 0.6370486 0.3445565 0.6380146 0.3385283 0.6340109 0.3414584 0.6342702 0.3348243 0.6380146 0.3385283 0.6342702 0.3348243 0.6379269 0.3315323 0.6952166 0.407092 0.6991503 0.4043658 0.6988973 0.4112505 0.6952166 0.407092 0.69173 0.40395 0.6949568 0.4011424 0.4792394 0.5786303 0.4828802 0.5765584 0.4828361 0.5819195 0.4792394 0.5786303 0.4758196 0.5762164 0.4789696 0.5740804 0.4773476 0.6226127 0.4803225 0.6176278 0.4810784 0.6252942 0.4773476 0.6226127 0.4810784 0.6252942 0.4750195 0.6270269 0.6464958 0.3302155 0.6500559 0.3255328 0.6561103 0.32901 0.6464958 0.3302155 0.6516522 0.333736 0.6421367 0.3349851 0.6464958 0.3302155 0.6421367 0.3349851 0.6379269 0.3315323 0.6464958 0.3302155 0.6417558 0.3270155 0.6500559 0.3255328 0.6509721 0.3069332 0.6572344 0.3062232 0.6593022 0.3123213 0.6509721 0.3069332 0.652364 0.3127905 0.6452172 0.3076236 0.6509721 0.3069332 0.6452172 0.3076236 0.6437407 0.3013824 0.6509721 0.3069332 0.6492764 0.3004092 0.6572344 0.3062232 0.7012079 0.4429547 0.7050874 0.437062 0.7054001 0.4448836 0.7012079 0.4429547 0.7054001 0.4448836 0.7010957 0.4518634 0.7029659 0.4174419 0.7071395 0.4159471 0.7061927 0.4235647 0.7029659 0.4174419 0.6988973 0.4112505 0.7032443 0.4088728 0.4845908 0.6115015 0.4884687 0.605822 0.4885389 0.6130309 0.4845908 0.6115015 0.4885389 0.6130309 0.4843693 0.6199641 0.4867864 0.5869593 0.4906093 0.5857378 0.4898973 0.5922301 0.4867864 0.5869593 0.4828361 0.5819195 0.4867678 0.5800922 0.4625928 0.5664348 0.4651532 0.572711 0.4574944 0.5702509 0.4625928 0.5664348 0.4574944 0.5702509 0.4557291 0.5649148 0.4625928 0.5664348 0.4600919 0.5606707 0.4680398 0.5620523 0.4625928 0.5664348 0.4680398 0.5620523 0.4708737 0.5686579 0.4720237 0.5586536 0.4748715 0.565004 0.4680398 0.5620523 0.4720237 0.5586536 0.4680398 0.5620523 0.4648317 0.555935 0.4720237 0.5586536 0.4684571 0.5526548 0.4752761 0.5557467 0.4720237 0.5586536 0.4752761 0.5557467 0.4780079 0.5615497 0.4545561 0.5719509 0.4574944 0.5702509 0.4561855 0.5777555 0.4545561 0.5719509 0.4561855 0.5777555 0.4524648 0.5725216 0.4545561 0.5719509 0.4524648 0.5725216 0.4514425 0.5673094 0.4545561 0.5719509 0.4532349 0.56672 0.4574944 0.5702509 0.3785154 0.7161307 0.37974 0.716977 0.3788643 0.71484 0.3785154 0.7161307 0.3788643 0.71484 0.3771018 0.7157261 0.3785154 0.7161307 0.3771018 0.7157261 0.377897 0.7167239 0.3785154 0.7161307 0.377897 0.7167239 0.37865 0.7172564 0.3758717 0.718629 0.3756357 0.7171462 0.3744372 0.7187076 0.3758717 0.718629 0.3744372 0.7187076 0.3765797 0.7199289 0.3758717 0.718629 0.3765797 0.7199289 0.3772423 0.7189927 0.3758717 0.718629 0.3766897 0.7181268 0.3756357 0.7171462 0.3179249 0.7320739 0.3189918 0.730824 0.3170113 0.7311109 0.3179249 0.7320739 0.3170113 0.7311109 0.317286 0.7335492 0.3179249 0.7320739 0.317286 0.7335492 0.3183841 0.733307 0.3179249 0.7320739 0.3187649 0.7322831 0.3189918 0.730824 0.2724463 0.7115065 0.271732 0.7128387 0.2736895 0.7144021 0.2724463 0.7115065 0.2740669 0.7115861 0.2726209 0.7099416 0.2724463 0.7115065 0.2726209 0.7099416 0.2715229 0.7101982 0.2724463 0.7115065 0.2713721 0.7110014 0.2709543 0.7116289 0.2695133 0.7084333 0.2710437 0.7082523 0.2694258 0.7069929 0.2695133 0.7084333 0.2694258 0.7069929 0.2665633 0.707446 0.2695133 0.7084333 0.2681764 0.7091499 0.2694418 0.7097271 0.2695133 0.7084333 0.2700534 0.7093288 0.2707276 0.7091729 0.2702514 0.7129856 0.2687551 0.7121788 0.2680229 0.713244 0.2702514 0.7129856 0.2703114 0.7143777 0.271732 0.7128387 0.2702514 0.7129856 0.271732 0.7128387 0.2709543 0.7116289 0.2702514 0.7129856 0.2701915 0.7115937 0.2687551 0.7121788 0.2679936 0.7106493 0.2681764 0.7091499 0.2665633 0.707446 0.2679936 0.7106493 0.2667419 0.710892 0.2687551 0.7121788 0.2679936 0.7106493 0.2687551 0.7121788 0.2694873 0.7111136 0.2679936 0.7106493 0.2692453 0.7104067 0.2681764 0.7091499 0.3757499 0.7163624 0.3760557 0.715986 0.3749632 0.7157657 0.3757499 0.7163624 0.3749632 0.7157657 0.3745698 0.7168537 0.3757499 0.7163624 0.3756357 0.7171462 0.3763982 0.7171663 0.3757499 0.7163624 0.3763665 0.7167164 0.3760557 0.715986 0.3798808 0.7183024 0.3791803 0.7195503 0.3808199 0.7185541 0.3798808 0.7183024 0.3808199 0.7185541 0.3819742 0.7171611 0.3798808 0.7183024 0.37974 0.716977 0.3789417 0.7180506 0.3798808 0.7183024 0.3789417 0.7180506 0.3787511 0.7187903 0.3208927 0.7348453 0.3193883 0.7352061 0.3213185 0.7356879 0.3208927 0.7348453 0.3213185 0.7356879 0.3237599 0.7340036 0.3208927 0.7348453 0.321838 0.7337995 0.3204669 0.7340028 0.3208927 0.7348453 0.3204669 0.7340028 0.3196042 0.7342902 0.3179799 0.7346837 0.317286 0.7335492 0.3152294 0.7331221 0.3179799 0.7346837 0.3171728 0.7353502 0.3193883 0.7352061 0.3179799 0.7346837 0.3193883 0.7352061 0.3187869 0.7340171 0.3179799 0.7346837 0.3187869 0.7340171 0.317286 0.7335492 0.1350594 0.9796364 0.1350556 0.9842447 0.1284481 0.981007 0.09663194 0.9666492 0.09467589 0.9691181 0.08868104 0.9585456 0.09663194 0.9666492 0.09104824 0.9562039 0.09886997 0.9641126 0.09663194 0.9666492 0.09886997 0.9641126 0.1037873 0.9722385 0.09663194 0.9666492 0.1018908 0.9745871 0.09467589 0.9691181 0.0757997 0.9150688 0.07903975 0.9150502 0.08025759 0.9282365 0.0757997 0.9150688 0.08025759 0.9282365 0.07790046 0.9287545 0.0757997 0.9150688 0.07295995 0.9145697 0.07237273 0.9039544 0.0757997 0.9150688 0.07237273 0.9039544 0.07620316 0.9043211 0.07025778 0.8956767 0.06665545 0.8954427 0.06922215 0.8886229 0.07025778 0.8956767 0.06922215 0.8886229 0.0733214 0.8883963 0.07025778 0.8956767 0.07433468 0.8956753 0.07237273 0.9039544 0.07025778 0.8956767 0.07237273 0.9039544 0.06898212 0.9030238 0.0690332 0.8811799 0.06552362 0.8806308 0.069193 0.8732873 0.0690332 0.8811799 0.069193 0.8732873 0.07294321 0.8745724 0.0690332 0.8811799 0.07305037 0.8817673 0.06922215 0.8886229 0.0690332 0.8811799 0.06922215 0.8886229 0.06562197 0.8889405 0.01249897 0.9122384 0.0118606 0.9112011 0.01979911 0.9058036 0.01249897 0.9122384 0.01979911 0.9058036 0.02021604 0.9069125 0.01249897 0.9122384 0.01319575 0.9129917 0.007823467 0.9170203 0.01249897 0.9122384 0.00656557 0.9167886 0.005560815 0.9160476 0.02983266 0.8955993 0.03053236 0.896732 0.01979911 0.9058036 0.02983266 0.8955993 0.01979911 0.9058036 0.01928228 0.9046112 0.02983266 0.8955993 0.02894771 0.894535 0.03915089 0.8833079 0.02983266 0.8955993 0.04059499 0.8841912 0.04181891 0.8852219 0.06583076 0.8612442 0.06513112 0.8604497 0.06657063 0.8563416 0.06583076 0.8612442 0.06732368 0.8557285 0.06781637 0.8561775 0.06583076 0.8612442 0.06652098 0.8618512 0.06398475 0.867793 0.06583076 0.8612442 0.06398475 0.867793 0.06287813 0.8669828 0.0361827 0.8549159 0.03039091 0.8658896 0.03254342 0.8531848 0.0361827 0.8549159 0.03254342 0.8531848 0.04279989 0.8439471 0.0248624 0.8760164 0.02843356 0.8757302 0.02376651 0.8838493 0.0248624 0.8760164 0.02038186 0.8843538 0.02171742 0.8751581 0.0248624 0.8760164 0.02171742 0.8751581 0.02701532 0.8646728 0.0248624 0.8760164 0.03039091 0.8658896 0.02843356 0.8757302 0.01773399 0.8899586 0.01565968 0.8942206 0.0146355 0.8904853 0.01773399 0.8899586 0.0146355 0.8904853 0.01735556 0.8839817 0.01116794 0.8915523 0.007515907 0.8928895 0.01071411 0.8812972 0.01116794 0.8915523 0.01409369 0.8828335 0.0146355 0.8904853 0.01116794 0.8915523 0.0146355 0.8904853 0.01344627 0.8942963 0.06235909 0.8569342 0.05757534 0.8651601 0.06016331 0.8561856 0.06235909 0.8569342 0.06016331 0.8561856 0.06226414 0.8514524 0.06235909 0.8569342 0.06460684 0.8504073 0.06402659 0.8577097 0.06235909 0.8569342 0.06402659 0.8577097 0.05891585 0.8682798 0.05008161 0.8741453 0.05757534 0.8651601 0.05175 0.875154 0.05008161 0.8741453 0.05175 0.875154 0.04181891 0.8852219 0.05008161 0.8741453 0.04059499 0.8841912 0.04818588 0.8732662 0.05008161 0.8741453 0.04818588 0.8732662 0.05540567 0.8642715 0.06474018 0.8590765 0.06699943 0.8537402 0.06657063 0.8563416 0.06474018 0.8590765 0.06513112 0.8604497 0.06190687 0.8663505 0.06474018 0.8590765 0.06190687 0.8663505 0.05891585 0.8682798 0.06474018 0.8590765 0.06402659 0.8577097 0.06757622 0.8499409 0.1175822 0.8351992 0.1193779 0.8350313 0.1194514 0.8355403 0.1175822 0.8351992 0.1174071 0.8356704 0.1160715 0.8347665 0.1152067 0.8341082 0.1160715 0.8347665 0.1156973 0.8351114 0.1152067 0.8341082 0.1147053 0.834323 0.1148285 0.8325813 0.1147773 0.8295429 0.1148285 0.8325813 0.1142787 0.8325493 0.1147773 0.8295429 0.1142649 0.8290345 0.1156989 0.8266212 0.1147773 0.8295429 0.1156989 0.8266212 0.1158536 0.826839 0.1182391 0.8254442 0.1156989 0.8266212 0.1153566 0.8256977 0.1182391 0.8254442 0.1182461 0.824458 0.1220347 0.8242669 0.1210978 0.8338875 0.1221573 0.8317629 0.1226835 0.8318325 0.1210978 0.8338875 0.121447 0.8342618 0.1193779 0.8350313 0.1210978 0.8338875 0.1209427 0.8336349 0.1221573 0.8317629 0.1219717 0.8286526 0.1211635 0.8250494 0.1224508 0.8282505 0.1219717 0.8286526 0.1224508 0.8282505 0.1226835 0.8318325 0.1351768 0.7213013 0.1351749 0.733147 0.1245389 0.7230095 0.09775006 0.7306662 0.09286892 0.706214 0.09978216 0.7060956 0.09775006 0.7306662 0.09263777 0.7318186 0.09286892 0.706214 0.05080461 0.833835 0.04968035 0.8278172 0.05837917 0.8269715 0.05080461 0.833835 0.04279989 0.8439471 0.03944897 0.8394985 0.0485323 0.8207938 0.04968035 0.8278172 0.04229629 0.8269231 0.0485323 0.8207938 0.04229629 0.8269231 0.04350411 0.8199138 0.0485323 0.8207938 0.05458277 0.8124067 0.05943161 0.8173653 0.7762131 0.01421779 0.7682918 0.01793664 0.7688541 0.004454433 0.7835721 0.02398121 0.7815735 0.02818638 0.7762131 0.01421779 0.8041709 0.03087103 0.7914629 0.03536576 0.7995175 0.03088778 0.09847712 0.6353504 0.1035256 0.6255442 0.1118561 0.6331549 0.8088243 0.03085434 0.8042296 0.04053235 0.8041709 0.03087103 0.1197216 0.9845856 0.1248146 0.987708 0.1236213 0.9900043 0.1197216 0.9845856 0.118066 0.9871438 0.1128748 0.9832415 0.1197216 0.9845856 0.1149141 0.9805013 0.1212738 0.9819548 0.1197216 0.9845856 0.1212738 0.9819548 0.1260093 0.9854006 0.1165123 0.9889866 0.1224106 0.9918648 0.1211913 0.9935076 0.1165123 0.9889866 0.1150097 0.9904719 0.1111437 0.985214 0.1165123 0.9889866 0.1111437 0.985214 0.1128748 0.9832415 0.1165123 0.9889866 0.118066 0.9871438 0.1224106 0.9918648 0.106499 0.9805948 0.1111437 0.985214 0.1095668 0.9868027 0.106499 0.9805948 0.1050056 0.9824798 0.100363 0.9768145 0.106499 0.9805948 0.1018908 0.9745871 0.1082854 0.9784439 0.106499 0.9805948 0.1082854 0.9784439 0.1128748 0.9832415 0.1350666 0.9704959 0.1306695 0.9697321 0.13507 0.9660649 0.8481371 0.02156007 0.8498291 0.02859348 0.8437899 0.02820122 0.6260815 0.2530119 0.6186767 0.252718 0.6238226 0.2462631 0.6260815 0.2530119 0.6238226 0.2462631 0.6301782 0.245904 0.5942956 0.258736 0.5842984 0.2614465 0.5910007 0.2528727 0.5942956 0.258736 0.5910007 0.2528727 0.6018297 0.2486745 0.8420227 0.03221321 0.8405447 0.03743988 0.8402554 0.03622525 0.5868802 0.04188424 0.588001 0.04148954 0.5885426 0.04274344 0.5868802 0.04188424 0.5865395 0.04291045 0.585704 0.04189926 0.5868802 0.04188424 0.585704 0.04189926 0.5860744 0.04123979 0.5868802 0.04188424 0.5867366 0.04121518 0.5873895 0.04097723 0.5854148 0.03906464 0.5847327 0.04012513 0.5842978 0.03877776 0.5854148 0.03906464 0.5842978 0.03877776 0.5855113 0.03717988 0.5854148 0.03906464 0.5864079 0.03832942 0.5866159 0.03916591 0.5854148 0.03906464 0.5859774 0.03958952 0.5855194 0.04020625 0.5630922 0.01561194 0.5638846 0.01447743 0.5651791 0.01514816 0.5630922 0.01561194 0.5635012 0.01659417 0.5619059 0.0164538 0.5630922 0.01561194 0.5619059 0.0164538 0.561828 0.01579046 0.5630922 0.01561194 0.5625941 0.01519107 0.563116 0.01441586 0.5596534 0.0143935 0.5600035 0.01573091 0.5586345 0.01486736 0.5596534 0.0143935 0.5586345 0.01486736 0.5582513 0.01273411 0.5596534 0.0143935 0.559769 0.01306807 0.5604959 0.01352661 0.5596534 0.0143935 0.5604062 0.01440334 0.5606192 0.0153011 0.5325006 0.01166296 0.532753 0.01049417 0.534308 0.01057469 0.5325006 0.01166296 0.5333061 0.01240009 0.531869 0.01270198 0.5325006 0.01166296 0.531869 0.01270198 0.5314762 0.01215642 0.5325006 0.01166296 0.5317836 0.01152509 0.5318699 0.01083964 0.5313873 0.01313579 0.531869 0.01270198 0.5323186 0.01355123 0.5313873 0.01313579 0.5316051 0.0140447 0.5309959 0.01320904 0.5313873 0.01313579 0.5309959 0.01320904 0.5312047 0.0124318 0.5313873 0.01313579 0.5312047 0.0124318 0.5314762 0.01215642 0.5306353 0.01316618 0.5309959 0.01320904 0.5305194 0.01407098 0.5306353 0.01316618 0.5305194 0.01407098 0.5298327 0.01359349 0.5306353 0.01316618 0.5301821 0.01275879 0.5307356 0.01244646 0.5306353 0.01316618 0.5307356 0.01244646 0.5309607 0.01248413 0.5850979 0.04169338 0.585704 0.04189926 0.5850816 0.04271888 0.5850979 0.04169338 0.5843165 0.04236811 0.5839404 0.04185032 0.5850979 0.04169338 0.5848165 0.04132139 0.5856904 0.04110705 0.5850979 0.04169338 0.5856904 0.04110705 0.585704 0.04189926 0.584614 0.040838 0.5848165 0.04132139 0.583649 0.04115772 0.584614 0.040838 0.583649 0.04115772 0.5836866 0.04017269 0.584614 0.040838 0.5847327 0.04012513 0.5855194 0.04020625 0.584614 0.040838 0.5853983 0.04060536 0.5848165 0.04132139 0.5611967 0.0167067 0.5619059 0.0164538 0.5619718 0.01738435 0.5611967 0.0167067 0.5609978 0.01759862 0.5607529 0.01660221 0.5611967 0.0167067 0.5607529 0.01660221 0.5611173 0.01593166 0.5611967 0.0167067 0.561388 0.01599019 0.5619059 0.0164538 0.5603626 0.01637202 0.5607529 0.01660221 0.5603508 0.01744908 0.5603626 0.01637202 0.5598024 0.01714807 0.5592609 0.01638948 0.5603626 0.01637202 0.5600035 0.01573091 0.5606192 0.0153011 0.5603626 0.01637202 0.5608586 0.01575624 0.5607529 0.01660221 0.5634119 0.01334655 0.5622081 0.01256114 0.5640006 0.01300442 0.5634119 0.01334655 0.5640006 0.01300442 0.5638846 0.01447743 0.5634119 0.01334655 0.5638846 0.01447743 0.5628232 0.01368868 0.5634119 0.01334655 0.5628232 0.01368868 0.5620585 0.01319867 0.5608072 0.01246279 0.559769 0.01306807 0.5604499 0.01179075 0.5608072 0.01246279 0.5604499 0.01179075 0.5623578 0.01192361 0.5608072 0.01246279 0.5622081 0.01256114 0.5611646 0.01313483 0.5608072 0.01246279 0.5611646 0.01313483 0.5604959 0.01352661 0.1156344 0.6453811 0.1087379 0.6414617 0.1172038 0.6373807 0.5761865 0.2630407 0.5703762 0.265226 0.5723446 0.257201 0.5761865 0.2630407 0.5723446 0.257201 0.5809332 0.2555354 0.8402554 0.03622525 0.8405447 0.03743988 0.8298317 0.03917348 0.5672836 0.26971 0.561624 0.2624906 0.5703762 0.265226 0.5761865 0.2630407 0.5803998 0.2687983 0.5752335 0.2712123 0.5672836 0.26971 0.5655501 0.2753432 0.5587528 0.2666132 0.8524844 0.01491892 0.8538633 0.02414971 0.8481371 0.02156007 0.8437899 0.02820122 0.8498291 0.02859348 0.8420227 0.03221321 0.6118192 0.253759 0.6041464 0.2558575 0.6105977 0.2477369 0.6118192 0.253759 0.6105977 0.2477369 0.6173387 0.2468111 0.2663737 0.6624814 0.2655031 0.6612889 0.265727 0.6632761 0.2663737 0.6624814 0.265727 0.6632761 0.2679399 0.6649847 0.2663737 0.6624814 0.2676419 0.6627925 0.2670204 0.6616868 0.2663737 0.6624814 0.2670204 0.6616868 0.2664816 0.6610214 0.2654791 0.6595699 0.2662572 0.6582296 0.2655971 0.6561526 0.2654791 0.6595699 0.2644566 0.6591306 0.2645246 0.6615564 0.2654791 0.6595699 0.2655031 0.6612889 0.2664816 0.6610214 0.2654791 0.6595699 0.2665016 0.6600093 0.2662572 0.6582296 0.2700576 0.6599329 0.2697541 0.6606116 0.2707544 0.6608813 0.2700576 0.6599329 0.2710983 0.6598657 0.2710448 0.6592686 0.2700576 0.6599329 0.2700186 0.659542 0.2690628 0.6599795 0.2700576 0.6599329 0.2690628 0.6599795 0.2688939 0.6603847 0.2698863 0.6591503 0.2700186 0.659542 0.2708535 0.6586663 0.2698863 0.6591503 0.2708535 0.6586663 0.2700782 0.6579257 0.2698863 0.6591503 0.2692735 0.6587099 0.2686521 0.6593424 0.2698863 0.6591503 0.2689881 0.6595643 0.2700186 0.659542 0.2677929 0.658173 0.2692735 0.6587099 0.2682728 0.6569141 0.2677929 0.658173 0.2682728 0.6569141 0.2655971 0.6561526 0.2677929 0.658173 0.2662572 0.6582296 0.266987 0.6591868 0.2677929 0.658173 0.2678444 0.6590906 0.2692735 0.6587099 0.3863558 0.6340799 0.3863354 0.6338558 0.386237 0.6340907 0.3863558 0.6340799 0.386237 0.6340907 0.3863536 0.6343603 0.3863558 0.6340799 0.3864475 0.6342905 0.3864662 0.6340791 0.3863558 0.6340799 0.3864662 0.6340791 0.3864421 0.6339091 0.3865475 0.6344228 0.3864475 0.6342905 0.3863536 0.6343603 0.3865475 0.6344228 0.3864846 0.6345276 0.386663 0.6344791 0.3865475 0.6344228 0.386663 0.6344791 0.3866205 0.6343372 0.3865475 0.6344228 0.3866205 0.6343372 0.3865421 0.6342376 0.5097708 0.03457456 0.508816 0.03483867 0.509794 0.03401201 0.5097708 0.03457456 0.509794 0.03401201 0.5113034 0.03406333 0.5097708 0.03457456 0.5105167 0.03486979 0.5097475 0.03513711 0.5097708 0.03457456 0.5097475 0.03513711 0.508816 0.03483867 0.5079552 0.03557497 0.5076532 0.03646075 0.5060816 0.03605812 0.5079552 0.03557497 0.5073481 0.03534883 0.508525 0.03435683 0.5079552 0.03557497 0.508816 0.03483867 0.5085624 0.03580117 0.5079552 0.03557497 0.5085624 0.03580117 0.5076532 0.03646075 0.5099542 0.03772538 0.5102673 0.03759831 0.510587 0.03816479 0.5099542 0.03772538 0.5101251 0.03834438 0.5093391 0.03828459 0.5099542 0.03772538 0.5093865 0.03762412 0.5097779 0.0371738 0.5099542 0.03772538 0.5097779 0.0371738 0.5102673 0.03759831 0.5083749 0.03717315 0.5093865 0.03762412 0.5080056 0.03791248 0.5083749 0.03717315 0.5080056 0.03791248 0.5076532 0.03646075 0.5083749 0.03717315 0.5076532 0.03646075 0.5083753 0.03637629 0.5083749 0.03717315 0.5088072 0.03684306 0.5094206 0.03713208 0.5896595 0.1550591 0.5900228 0.1565474 0.5890636 0.15525 0.5896595 0.1550591 0.5890636 0.15525 0.589501 0.1532598 0.5896595 0.1550591 0.5899853 0.1534413 0.5901306 0.1548809 0.5896595 0.1550591 0.5901306 0.1548809 0.5903752 0.1561056 0.5942138 0.1529925 0.5934811 0.1521998 0.5947393 0.1527013 0.5942138 0.1529925 0.5947393 0.1527013 0.5952112 0.1541612 0.5942138 0.1529925 0.5944969 0.1541723 0.5937864 0.1541276 0.5942138 0.1529925 0.5936895 0.1532057 0.5932415 0.1526161 0.5925492 0.1518366 0.591562 0.1519073 0.5914586 0.1513618 0.5925492 0.1518366 0.5926065 0.1512644 0.5937263 0.1517089 0.5925492 0.1518366 0.5934811 0.1521998 0.5924927 0.1523271 0.5925492 0.1518366 0.5924927 0.1523271 0.591562 0.1519073 0.5906634 0.1524165 0.5899853 0.1534413 0.589501 0.1532598 0.5906634 0.1524165 0.5903614 0.1519954 0.591562 0.1519073 0.5906634 0.1524165 0.591562 0.1519073 0.5916576 0.1523646 0.5906634 0.1524165 0.5909509 0.1527549 0.5904245 0.1535696 0.5551543 0.1353331 0.5560622 0.1352471 0.5548773 0.1389939 0.5551543 0.1353331 0.5548773 0.1389939 0.5536498 0.1378993 0.5551543 0.1353331 0.5545058 0.1345735 0.5553162 0.1316956 0.5551543 0.1353331 0.5553162 0.1316956 0.5560622 0.1352471 0.5575577 0.1348786 0.5586562 0.1337002 0.5611315 0.1364251 0.5575577 0.1348786 0.5592578 0.1381751 0.5566173 0.1387307 0.5575577 0.1348786 0.5560622 0.1352471 0.5556799 0.1316329 0.5575577 0.1348786 0.5562816 0.1314288 0.5586562 0.1337002 0.5583732 0.1311846 0.5573037 0.128844 0.5584699 0.1277886 0.5583732 0.1311846 0.5605713 0.1325786 0.5586562 0.1337002 0.5583732 0.1311846 0.5586562 0.1337002 0.5568016 0.1309106 0.5583732 0.1311846 0.5569199 0.129905 0.5573037 0.128844 0.5538619 0.1289566 0.5534312 0.1301066 0.5532438 0.1278212 0.5538619 0.1289566 0.5532438 0.1278212 0.5548195 0.1284772 0.5538619 0.1289566 0.5548195 0.1284772 0.5545117 0.1294135 0.5538619 0.1289566 0.5545117 0.1294135 0.5534312 0.1301066 0.556043 0.1281906 0.5548195 0.1284772 0.5545865 0.1272479 0.556043 0.1281906 0.5561404 0.1269547 0.5573037 0.128844 0.556043 0.1281906 0.5573037 0.128844 0.5566202 0.1290127 0.556043 0.1281906 0.5558854 0.1288344 0.5548195 0.1284772 0.8754889 0.9257712 0.8681928 0.9242159 0.8962966 0.9269274 0.8754889 0.9257712 0.8962966 0.9269274 0.8851518 0.9270978 0.8754889 0.9257712 0.8851518 0.9270978 0.8559969 0.9254562 0.8754889 0.9257712 0.8559969 0.9254562 0.8681928 0.9242159 0.878455 0.9327403 0.8741061 0.9332957 0.8355682 0.9332845 0.8056812 0.9241235 0.7981815 0.9222272 0.8270609 0.9248768 0.8056812 0.9241235 0.7853799 0.9238706 0.7981815 0.9222272 0.805677 0.9325742 0.8006595 0.9332762 0.7638252 0.9332686 0.805677 0.9325742 0.8271738 0.9324324 0.8355682 0.9332845 0.8425911 0.9259649 0.8559969 0.9254562 0.8768543 0.9271262 0.8425911 0.9259649 0.8270609 0.9248768 0.8340103 0.9234241 0.8429039 0.9319131 0.856973 0.9325355 0.8271738 0.9324324 0.7331851 0.9229608 0.722914 0.9206941 0.7564679 0.9233476 0.7331851 0.9229608 0.7469177 0.9250267 0.7106602 0.923012 0.7331851 0.9229608 0.7106602 0.923012 0.722914 0.9206941 0.7329459 0.9322113 0.7260575 0.9332631 0.684189 0.9332579 0.7329459 0.9322113 0.756339 0.9322449 0.7638252 0.9332686 0.7730849 0.9242838 0.7853799 0.9238706 0.8053197 0.9258442 0.7730849 0.9242838 0.7564679 0.9233476 0.7624402 0.9217443 0.7730285 0.9317545 0.7853247 0.9323459 0.756339 0.9322449 0.6536902 0.9219715 0.6454317 0.9197196 0.6765929 0.9222137 0.6536902 0.9219715 0.6330733 0.9223185 0.6095759 0.9199087 0.653027 0.9319428 0.6473405 0.9332547 0.6097364 0.933252 0.653027 0.9319428 0.6761497 0.931822 0.684189 0.9332579 0.708531 0.9273828 0.6967784 0.9259476 0.709178 0.9249166 0.696317 0.9233903 0.709178 0.9249166 0.6927038 0.9245439 0.696317 0.9233903 0.6765929 0.9222137 0.6834134 0.9203928 0.6960644 0.9310421 0.710353 0.9317713 0.6761497 0.931822 0.5818533 0.9213906 0.5731033 0.9186953 0.6032924 0.9218854 0.5818533 0.9213906 0.5938991 0.9235326 0.5616685 0.9212827 0.5818533 0.9213906 0.5616685 0.9212827 0.5396903 0.9183115 0.5810381 0.9317421 0.5749492 0.9332504 0.5391743 0.9332492 0.5810381 0.9317421 0.5609708 0.9311395 0.5932157 0.9302341 0.5810381 0.9317421 0.6024925 0.9317464 0.6097364 0.933252 0.6202065 0.9229095 0.6330733 0.9223185 0.6543775 0.9246428 0.6202065 0.9229095 0.6032924 0.9218854 0.6095759 0.9199087 0.6196007 0.9309291 0.6323071 0.9315851 0.6097364 0.933252 0.5197848 0.9312664 0.5332072 0.9311784 0.5391743 0.9332492 0.5485172 0.9214192 0.5594701 0.9229914 0.5388827 0.9216779 0.5485172 0.9214192 0.5388827 0.9216779 0.5329468 0.9214158 0.5485172 0.9214192 0.5338662 0.9202089 0.5396903 0.9183115 0.5480241 0.9301617 0.5609708 0.9311395 0.5391743 0.9332492 0.1171368 0.7808634 0.1147742 0.7837415 0.1140244 0.7746415 0.1171368 0.7808634 0.1164369 0.7749648 0.1188282 0.7772071 0.1171368 0.7808634 0.1180582 0.7859191 0.1159575 0.7924757 0.115912 0.7691024 0.1132888 0.7654428 0.1132399 0.7583238 0.115912 0.7691024 0.1158137 0.7640085 0.1181455 0.773095 0.115912 0.7691024 0.1181455 0.773095 0.1164369 0.7749648 0.115912 0.7691024 0.1164369 0.7749648 0.1140244 0.7746415 0.1126827 0.7513694 0.110377 0.753769 0.1116436 0.7477311 0.1126827 0.7513694 0.1116436 0.7477311 0.1158726 0.7499011 0.1126827 0.7513694 0.1145501 0.7554628 0.110377 0.753769 0.124211 0.7476533 0.1264458 0.7450134 0.1246669 0.7537405 0.124211 0.7476533 0.1231676 0.7427507 0.1251986 0.7353627 0.1239632 0.7598288 0.124795 0.7638365 0.123285 0.7718132 0.1239632 0.7598288 0.1226403 0.7642191 0.1218742 0.7594872 0.1239632 0.7598288 0.1246669 0.7537405 0.124795 0.7638365 0.1163937 0.7604153 0.1158137 0.7640085 0.1132399 0.7583238 0.1163937 0.7604153 0.1145501 0.7554628 0.1173127 0.7575724 0.1163937 0.7604153 0.117964 0.7642906 0.1184824 0.7711457 0.1190116 0.7651524 0.117964 0.7642906 0.1188402 0.7609576 0.1190116 0.7651524 0.1188402 0.7609576 0.1197979 0.7645075 0.1190116 0.7651524 0.1197979 0.7645075 0.1200653 0.7676239 0.1099943 0.7193397 0.1137745 0.7178249 0.1149392 0.7256618 0.1075782 0.7316255 0.1073864 0.7235253 0.1122946 0.7300496 0.1075782 0.7316255 0.1119789 0.7336305 0.1095507 0.739784 0.1075782 0.7316255 0.1095507 0.739784 0.1029208 0.7303832 0.1218577 0.7268751 0.1245389 0.7230095 0.122751 0.7344664 0.1218577 0.7268751 0.122751 0.7344664 0.1213212 0.7356151 0.1218577 0.7268751 0.1202314 0.7319092 0.1184514 0.7285376 0.1122846 0.7441443 0.1116436 0.7477311 0.1065025 0.7460286 0.1122846 0.7441443 0.1150087 0.7457752 0.1116436 0.7477311 0.1169515 0.745745 0.1169616 0.748296 0.1150087 0.7457752 0.1169515 0.745745 0.1169414 0.743194 0.1185038 0.7448843 0.1196022 0.7449651 0.1185038 0.7448843 0.1192419 0.7423333 0.1196022 0.7449651 0.1192419 0.7423333 0.1207782 0.7438184 0.1221095 0.7402166 0.1231676 0.7427507 0.1207782 0.7438184 0.1221095 0.7402166 0.1207782 0.7438184 0.120113 0.7412454 0.1221095 0.7402166 0.122751 0.7344664 0.1251986 0.7353627 0.1184757 0.7963083 0.1157211 0.7978581 0.1159575 0.7924757 0.1184757 0.7963083 0.1185228 0.7934681 0.1206082 0.7952806 0.1184757 0.7963083 0.1193927 0.7980309 0.1157211 0.7978581 0.1215602 0.7988935 0.1207413 0.8011911 0.1193927 0.7980309 0.1215602 0.7988935 0.1241508 0.800229 0.1207413 0.8011911 0.1267664 0.7917944 0.127066 0.7889277 0.1279292 0.7979291 0.1267664 0.7917944 0.1251841 0.7864703 0.1243751 0.7795649 0.1235359 0.7838804 0.12317 0.7806329 0.1243751 0.7795649 0.1235359 0.7838804 0.1251841 0.7864703 0.1239019 0.7871279 0.1235359 0.7838804 0.1218548 0.7826576 0.12317 0.7806329 0.1210831 0.7835037 0.1206554 0.7804192 0.1216447 0.7815439 0.1192476 0.7892528 0.1185228 0.7934681 0.1159575 0.7924757 0.5031977 0.009928822 0.499696 0.008223891 0.5016813 0.005677938 0.5031977 0.009928822 0.5053014 0.00688976 0.5092505 0.007916808 0.5031977 0.009928822 0.5068482 0.01164317 0.5051826 0.01538032 0.5031977 0.009928822 0.5013128 0.01280921 0.499696 0.008223891 0.5029587 0.01972168 0.5049906 0.01913911 0.5048427 0.02274084 0.5029587 0.01972168 0.5027288 0.02268713 0.5009413 0.02024531 0.5029587 0.01972168 0.5009413 0.02024531 0.5006748 0.01828145 0.5029587 0.01972168 0.501998 0.01692998 0.5051826 0.01538032 0.1214528 0.1297578 0.1258529 0.1289802 0.1257233 0.1317761 0.1214528 0.1297578 0.1212978 0.1322556 0.1166621 0.1301272 0.1214528 0.1297578 0.1166621 0.1301272 0.1167222 0.127488 0.1214528 0.1297578 0.1213546 0.1270513 0.1258529 0.1289802 0.3650433 0.1009595 0.3730161 0.09744167 0.3664898 0.1040189 0.3650433 0.1009595 0.3664898 0.1040189 0.3604005 0.1107293 0.1326338 0.09064954 0.1303255 0.08766621 0.1328505 0.08948034 0.1326338 0.09064954 0.1328505 0.08948034 0.1360616 0.09321993 0.1326338 0.09064954 0.1356912 0.09448522 0.1322899 0.09183806 0.1326338 0.09064954 0.1322899 0.09183806 0.1299517 0.08865612 0.1397539 0.09929591 0.1439096 0.1051669 0.1388971 0.1004086 0.1397539 0.09929591 0.1356912 0.09448522 0.1405797 0.09822899 0.1397539 0.09929591 0.1405797 0.09822899 0.1451627 0.1043815 0.1472461 0.1121836 0.1439096 0.1051669 0.1485681 0.1115517 0.1472461 0.1121836 0.1485681 0.1115517 0.1509599 0.1181655 0.1509072 0.12334 0.1496248 0.1187675 0.1525019 0.122649 0.1509072 0.12334 0.1525019 0.122649 0.1538863 0.126716 0.1534618 0.1325311 0.1553129 0.1377394 0.1531038 0.1382626 0.1534618 0.1325311 0.1513152 0.1327126 0.1519131 0.1274212 0.1534618 0.1325311 0.1519131 0.1274212 0.1538863 0.126716 0.1534618 0.1325311 0.1558051 0.1320801 0.1553129 0.1377394 0.1629098 0.151688 0.1617764 0.1572811 0.1620404 0.1528881 0.1629098 0.151688 0.1627225 0.1478527 0.1641538 0.1429316 0.3627685 0.09440672 0.3534498 0.1078528 0.3524687 0.1065143 0.3627685 0.09440672 0.3621805 0.09120577 0.3730135 0.08852124 0.3627685 0.09440672 0.3730135 0.08852124 0.3730149 0.09293609 0.3627685 0.09440672 0.3636311 0.09764534 0.3534498 0.1078528 0.3356868 0.1567521 0.3401337 0.141918 0.3373709 0.1569318 0.3356868 0.1567521 0.3373709 0.1569318 0.3319396 0.1703712 0.3356868 0.1567521 0.3319396 0.1703712 0.3317121 0.1673206 0.3356868 0.1567521 0.3351718 0.1552338 0.3401337 0.141918 0.1602306 0.1461104 0.1612314 0.1462001 0.1610215 0.1504217 0.1602306 0.1461104 0.1603054 0.15199 0.1584062 0.1516662 0.1602306 0.1461104 0.1589493 0.145095 0.1603981 0.1395698 0.1602306 0.1461104 0.1603981 0.1395698 0.1612314 0.1462001 0.1621125 0.1464021 0.1627225 0.1478527 0.1615635 0.1525239 0.1621125 0.1464021 0.1615635 0.1525239 0.1610215 0.1504217 0.1621125 0.1464021 0.1612314 0.1462001 0.1615722 0.1394493 0.1621125 0.1464021 0.1625866 0.1392313 0.1634456 0.140023 0.8681443 0.4736983 0.8488569 0.458836 0.8719213 0.4668582 0.8681443 0.4736983 0.8719213 0.4668582 0.8927622 0.4832739 0.8681443 0.4736983 0.888756 0.4890726 0.8656201 0.4802232 0.8681443 0.4736983 0.8656201 0.4802232 0.8466278 0.4657439 0.9565683 0.3896042 0.9417132 0.4096475 0.9542675 0.388562 0.9565683 0.3896042 0.9542675 0.388562 0.9680069 0.3692758 0.9565683 0.3896042 0.9700257 0.3704445 0.9589816 0.3909127 0.9565683 0.3896042 0.9589816 0.3909127 0.9445394 0.4111861 0.157226 0.142116 0.1589493 0.145095 0.1555575 0.1445367 0.157226 0.142116 0.1555575 0.1445367 0.1531038 0.1382626 0.157226 0.142116 0.1553129 0.1377394 0.1575887 0.1367832 0.157226 0.142116 0.1585676 0.1388671 0.1593135 0.1394299 0.3717977 0.1186431 0.3722806 0.1218624 0.3704632 0.1202123 0.3717977 0.1186431 0.3704632 0.1202123 0.3691664 0.118072 0.3717977 0.1186431 0.3713799 0.1172367 0.3730213 0.1183007 0.3717977 0.1186431 0.3730213 0.1183007 0.3730214 0.1205796 0.1183549 0.09404486 0.1181561 0.09553641 0.1174619 0.095353 0.1183549 0.09404486 0.1174979 0.0938273 0.1175283 0.0925408 0.1183549 0.09404486 0.1186408 0.09283274 0.1199026 0.09322559 0.1183549 0.09404486 0.1192316 0.09493416 0.1181561 0.09553641 0.1206197 0.1173814 0.1169384 0.1180164 0.1170214 0.114395 0.1206197 0.1173814 0.1202697 0.1138282 0.1239644 0.1160544 0.1206197 0.1173814 0.1239644 0.1160544 0.1245437 0.1194096 0.1206197 0.1173814 0.1208845 0.1206873 0.1169384 0.1180164 0.1211474 0.1239691 0.1167904 0.1244955 0.1168636 0.1212912 0.1211474 0.1239691 0.1208845 0.1206873 0.1251161 0.1228041 0.1211474 0.1239691 0.1251161 0.1228041 0.1255847 0.1260551 0.1211474 0.1239691 0.1213546 0.1270513 0.1167904 0.1244955 0.119751 0.1098044 0.1221956 0.1089136 0.1232308 0.1126013 0.119751 0.1098044 0.1202697 0.1138282 0.1171188 0.1101511 0.119751 0.1098044 0.1171188 0.1101511 0.1172168 0.1058965 0.119751 0.1098044 0.1192316 0.105831 0.1221956 0.1089136 0.3711827 0.1159448 0.3729328 0.1155375 0.3730209 0.115924 0.3711827 0.1159448 0.3713799 0.1172367 0.3693686 0.1156319 0.3711827 0.1159448 0.3693686 0.1156319 0.3710473 0.1148093 0.3711827 0.1159448 0.3710473 0.1148093 0.3729328 0.1155375 0.369181 0.1094247 0.3668622 0.1115286 0.3682498 0.1083172 0.369181 0.1094247 0.3682498 0.1083172 0.3729414 0.107444 0.369181 0.1094247 0.3729414 0.107444 0.3699644 0.1101672 0.369181 0.1094247 0.3699644 0.1101672 0.3682048 0.111773 0.3708151 0.1138725 0.3716138 0.1133267 0.3710473 0.1148093 0.3708151 0.1138725 0.3710473 0.1148093 0.3695914 0.1144846 0.3708151 0.1138725 0.3698913 0.1136741 0.3705344 0.1130349 0.3708151 0.1138725 0.3705344 0.1130349 0.3708178 0.1126837 0.3719521 0.1117665 0.3715968 0.1105151 0.3728545 0.1116398 0.3719521 0.1117665 0.3728545 0.1116398 0.3716138 0.1133267 0.3719521 0.1117665 0.3716138 0.1133267 0.3710498 0.1118931 0.3719521 0.1117665 0.3710498 0.1118931 0.3710027 0.1113192 0.3703148 0.1108962 0.3691578 0.1120213 0.3682048 0.111773 0.3703148 0.1108962 0.3699644 0.1101672 0.3715968 0.1105151 0.3703148 0.1108962 0.3715968 0.1105151 0.3710027 0.1113192 0.3703148 0.1108962 0.3704487 0.1116183 0.3691578 0.1120213 0.1182982 0.09734541 0.1191983 0.09746372 0.1185997 0.09960025 0.1182982 0.09734541 0.1185997 0.09960025 0.1173703 0.09927517 0.1182982 0.09734541 0.1174216 0.09707361 0.1181561 0.09553641 0.1182982 0.09734541 0.1181561 0.09553641 0.1188371 0.09595268 0.62759 0.8268435 0.6233785 0.8325857 0.6172415 0.8260634 0.62759 0.8268435 0.6172415 0.8260634 0.6197672 0.8212317 0.6243829 0.7804582 0.6316495 0.7799088 0.6249077 0.7870361 0.6243829 0.7804582 0.6249077 0.7870361 0.6158162 0.7815257 0.6243829 0.7804582 0.6158162 0.7815257 0.6168377 0.7749676 0.6243829 0.7804582 0.6253834 0.7735626 0.6316495 0.7799088 0.6284832 0.7929782 0.6367004 0.7931614 0.6325065 0.797803 0.6284832 0.7929782 0.6325065 0.797803 0.6220889 0.7975683 0.6284832 0.7929782 0.6188033 0.7931271 0.6249077 0.7870361 0.6284832 0.7929782 0.6249077 0.7870361 0.6327602 0.7867655 0.634375 0.8010285 0.6420164 0.8014326 0.6349824 0.80383 0.634375 0.8010285 0.6349824 0.80383 0.6247047 0.8037624 0.634375 0.8010285 0.6239284 0.8008059 0.6325065 0.797803 0.634375 0.8010285 0.6325065 0.797803 0.6407069 0.7983121 0.3705695 0.1396343 0.3689853 0.1420394 0.3689172 0.1313748 0.3705695 0.1396343 0.3701829 0.1279838 0.3713858 0.1246756 0.3705695 0.1396343 0.3719727 0.1356427 0.3730194 0.1491922 0.3705695 0.1396343 0.3706893 0.1514709 0.3689853 0.1420394 0.3726729 0.1285935 0.3719727 0.1356427 0.3722806 0.1218624 0.3726729 0.1285935 0.3722806 0.1218624 0.3730214 0.1205796 0.3726729 0.1285935 0.3730211 0.1243045 0.3730203 0.1328369 0.3726729 0.1285935 0.3730203 0.1328369 0.3730194 0.1491922 0.3711652 0.1564623 0.3706893 0.1514709 0.3730203 0.1561982 0.3711652 0.1564623 0.3730203 0.1561982 0.3717826 0.1577183 0.3711652 0.1564623 0.3717826 0.1577183 0.3703672 0.1581593 0.3711652 0.1564623 0.3693265 0.1572738 0.3687344 0.1529166 0.3689611 0.2080405 0.3669144 0.2152659 0.3632214 0.2072862 0.3689611 0.2080405 0.3650915 0.2023617 0.3692752 0.2020204 0.3689611 0.2080405 0.3692752 0.2020204 0.3730258 0.2033666 0.3689611 0.2080405 0.3730258 0.2108276 0.3669144 0.2152659 0.3718735 0.1749134 0.3719012 0.1771016 0.3706665 0.1770433 0.3718735 0.1749134 0.3706457 0.1748452 0.3718289 0.1729804 0.3718735 0.1749134 0.3718289 0.1729804 0.3730248 0.1729916 0.3718735 0.1749134 0.3730249 0.174941 0.3719012 0.1771016 0.3718842 0.1796264 0.3718374 0.1822393 0.3706198 0.1796377 0.3718842 0.1796264 0.3706198 0.1796377 0.3706665 0.1770433 0.3718842 0.1796264 0.3719012 0.1771016 0.3730251 0.1771347 0.3718842 0.1796264 0.3730252 0.1796354 0.3730253 0.1822492 0.3723332 0.1630877 0.3720505 0.1658309 0.3716908 0.1629703 0.3723332 0.1630877 0.3716908 0.1629703 0.3722448 0.1605117 0.3723332 0.1630877 0.3726175 0.1606231 0.3730267 0.1606857 0.3723332 0.1630877 0.3730227 0.1631321 0.3730238 0.1658427 0.3718805 0.1678668 0.3718025 0.1695466 0.3707923 0.1677925 0.3718805 0.1678668 0.3707923 0.1677925 0.3711317 0.1657327 0.3718805 0.1678668 0.3720505 0.1658309 0.3730242 0.1678662 0.3718805 0.1678668 0.3730242 0.1678662 0.3730245 0.1695456 0.1250398 0.081523 0.1229567 0.0798251 0.1253612 0.08084279 0.1250398 0.081523 0.1253612 0.08084279 0.1271473 0.0827313 0.1250398 0.081523 0.1268586 0.08349591 0.1247031 0.08250218 0.1285105 0.08541268 0.1268586 0.08349591 0.1287627 0.08456665 0.1285105 0.08541268 0.1287627 0.08456665 0.1305498 0.08669948 0.9825853 0.8953437 0.9850879 0.894467 0.9856636 0.8970761 0.9825853 0.8953437 0.9829615 0.8975409 0.9801279 0.8960776 0.9825853 0.8953437 0.9801279 0.8960776 0.9814549 0.8929125 0.9825853 0.8953437 0.9814549 0.8929125 0.9850879 0.894467 0.957991 0.8681837 0.9602786 0.8689896 0.9566459 0.8707377 0.957991 0.8681837 0.9566459 0.8707377 0.9557147 0.8674667 0.957991 0.8681837 0.9557147 0.8674667 0.9585828 0.8659784 0.957991 0.8681837 0.9585828 0.8659784 0.9610763 0.8664429 0.958754 0.8638984 0.9613422 0.8640481 0.9585828 0.8659784 0.958754 0.8638984 0.9585828 0.8659784 0.9561564 0.8655491 0.958754 0.8638984 0.9562546 0.8637217 0.9582567 0.8611618 0.958754 0.8638984 0.9582567 0.8611618 0.9609313 0.861001 0.6804874 0.4886816 0.6829217 0.4896967 0.6789258 0.4913415 0.6804874 0.4886816 0.6789258 0.4913415 0.6780716 0.4877767 0.6804874 0.4886816 0.6780716 0.4877767 0.6811668 0.4863356 0.6804874 0.4886816 0.6811668 0.4863356 0.6838018 0.487084 0.6814256 0.4837461 0.6842674 0.4840477 0.6811668 0.4863356 0.6814256 0.4837461 0.6811668 0.4863356 0.6785979 0.485657 0.6814256 0.4837461 0.6786887 0.4834321 0.6809235 0.480354 0.6814256 0.4837461 0.6809235 0.480354 0.6840006 0.4801334 0.6691941 0.5010839 0.6725248 0.4984088 0.6715763 0.503243 0.6691941 0.5010839 0.6715763 0.503243 0.6679354 0.5055848 0.6691941 0.5010839 0.6659457 0.5033283 0.6668371 0.4984918 0.6691941 0.5010839 0.6668371 0.4984918 0.6700061 0.4961577 0.948798 0.8791979 0.9513733 0.8769025 0.9512863 0.8806427 0.948798 0.8791979 0.9512863 0.8806427 0.9485653 0.8824878 0.948798 0.8791979 0.9463555 0.8811214 0.9463176 0.8772398 0.948798 0.8791979 0.9463176 0.8772398 0.9488111 0.875122 0.9535748 0.8488975 0.9562464 0.847745 0.9550897 0.8525167 0.9535748 0.8488975 0.9550897 0.8525167 0.9520999 0.8536171 0.9535748 0.8488975 0.9506319 0.8504005 0.9493929 0.8475617 0.9535748 0.8488975 0.9521791 0.8457034 0.9562464 0.847745 0.9791825 0.8898732 0.9815326 0.8881186 0.9838153 0.8916269 0.9791825 0.8898732 0.9814549 0.8929125 0.9790852 0.8940312 0.9791825 0.8898732 0.9767975 0.8915387 0.9765687 0.8869138 0.9791825 0.8898732 0.9765687 0.8869138 0.9815326 0.8881186 0.6793203 0.4756 0.6826837 0.4748867 0.6809235 0.480354 0.6793203 0.4756 0.6809235 0.480354 0.6779731 0.4805403 0.6793203 0.4756 0.6760809 0.4764198 0.6772801 0.470615 0.6793203 0.4756 0.6772801 0.470615 0.6807702 0.4695088 0.6760202 0.4948726 0.6789258 0.4913415 0.681279 0.4925978 0.6760202 0.4948726 0.6785258 0.4964994 0.6751342 0.5003862 0.6760202 0.4948726 0.6725248 0.4984088 0.6735685 0.4931654 0.6760202 0.4948726 0.6735685 0.4931654 0.6765738 0.4901575 0.9568428 0.8569864 0.9596986 0.8564974 0.9582567 0.8611618 0.9568428 0.8569864 0.9582567 0.8611618 0.9556605 0.8612975 0.9568428 0.8569864 0.9540259 0.8575894 0.9550897 0.8525167 0.9568428 0.8569864 0.9550897 0.8525167 0.9580137 0.8516934 0.9542147 0.8738632 0.9566459 0.8707377 0.9588299 0.8718547 0.9542147 0.8738632 0.9566112 0.8752049 0.953978 0.8783607 0.9542147 0.8738632 0.9513733 0.8769025 0.9518257 0.8724214 0.9542147 0.8738632 0.9518257 0.8724214 0.9544356 0.8696867 0.5248706 0.5783997 0.5285874 0.5780223 0.5263801 0.5824807 0.5248706 0.5783997 0.5263801 0.5824807 0.5228063 0.5830222 0.5248706 0.5783997 0.5211117 0.5792868 0.5234732 0.57452 0.5248706 0.5783997 0.5234732 0.57452 0.5270999 0.5738775 0.5186399 0.6107729 0.5211274 0.6078988 0.5221408 0.6121144 0.5186399 0.6107729 0.5221408 0.6121144 0.5198653 0.6146259 0.5186399 0.6107729 0.5165649 0.6132793 0.5153039 0.6087826 0.5186399 0.6107729 0.5153039 0.6087826 0.517867 0.6061331 0.5288488 0.5983723 0.5312607 0.5992299 0.5274039 0.6008221 0.5288488 0.5983723 0.5274039 0.6008221 0.5264501 0.5975911 0.5288488 0.5983723 0.5264501 0.5975911 0.5269829 0.5958576 0.5288488 0.5983723 0.5294159 0.596319 0.5312607 0.5992299 0.5297469 0.5940405 0.5323424 0.5941694 0.5318835 0.5967852 0.5297469 0.5940405 0.5294159 0.596319 0.5269829 0.5958576 0.5297469 0.5940405 0.5272147 0.5938567 0.5294451 0.591076 0.5297469 0.5940405 0.5294451 0.591076 0.5322945 0.5909809 0.6335403 0.8162057 0.6348303 0.811552 0.6423765 0.8158267 0.6335403 0.8162057 0.6423765 0.8158267 0.6401067 0.82122 0.6335403 0.8162057 0.6311833 0.821313 0.6221876 0.8162844 0.6335403 0.8162057 0.6221876 0.8162844 0.6240248 0.8115509 0.3604754 0.2220864 0.3634564 0.2302038 0.3518254 0.2255581 0.3604754 0.2220864 0.3518254 0.2255581 0.3490934 0.2156468 0.3604754 0.2220864 0.3575305 0.2130367 0.3669144 0.2152659 0.3604754 0.2220864 0.3669144 0.2152659 0.3730258 0.2275263 0.4751321 0.6490742 0.4783442 0.6466676 0.5034666 0.654491 0.9867762 0.9742161 0.9642847 0.992879 0.9957514 0.957188 0.4510141 0.08875775 0.4626798 0.08992165 0.4827661 0.09783554 0.4510141 0.08875775 0.4610573 0.09399735 0.4393484 0.08759379 0.4510141 0.08875775 0.4393484 0.08759379 0.4393484 0.0850284 0.4510141 0.08875775 0.440971 0.08351808 0.4626798 0.08992165 0.4516843 0.0954886 0.4610573 0.09399735 0.4827661 0.09783554 0.4516843 0.0954886 0.4399167 0.09233981 0.4610573 0.09399735 0.4575462 0.08408987 0.4694449 0.08785808 0.4827661 0.09783554 0.4575462 0.08408987 0.4626798 0.08992165 0.4425935 0.08200782 0.4575462 0.08408987 0.4524126 0.07825803 0.4694449 0.08785808 0.4642699 0.1385952 0.4690964 0.1320606 0.4844586 0.1243087 0.4642699 0.1385952 0.4732806 0.1347193 0.4594435 0.1451299 0.4642699 0.1385952 0.4594435 0.1451299 0.4552593 0.1424712 0.4607864 0.1167439 0.4706034 0.1178772 0.4844586 0.1243087 0.4594924 0.1319293 0.467362 0.1273948 0.4844586 0.1243087 0.4594924 0.1319293 0.4516228 0.1364639 0.4495115 0.1331155 0.4594924 0.1319293 0.4498884 0.1317982 0.467362 0.1273948 0.4283403 0.1309298 0.4301465 0.1238896 0.4444712 0.1134738 0.4213984 0.1251074 0.4292932 0.1191028 0.4444712 0.1134738 0.4203296 0.1195304 0.4278281 0.1149502 0.4444712 0.1134738 0.256546 0.979592 0.2680893 0.9835599 0.2890964 0.9931812 0.256546 0.979592 0.2677484 0.9851963 0.2450026 0.9756242 0.256546 0.979592 0.2450026 0.9756242 0.2436048 0.9740371 0.256546 0.979592 0.2453435 0.9739878 0.2680893 0.9835599 0.2571181 0.9837515 0.2677484 0.9851963 0.2890964 0.9931812 0.2571181 0.9837515 0.2459756 0.9791319 0.2677484 0.9851963 0.261119 0.9894741 0.2682606 0.9883712 0.2890964 0.9931812 0.3748775 0.1564615 0.3730203 0.1561982 0.3753536 0.1514699 0.3748775 0.1564615 0.3753536 0.1514699 0.3773124 0.152915 0.3748775 0.1564615 0.3767197 0.1572722 0.3756898 0.158149 0.3748775 0.1564615 0.3742711 0.1577115 0.3730203 0.1561982 0.3732862 0.1594173 0.373041 0.1594549 0.3730553 0.1589584 0.3732862 0.1594173 0.373234 0.1589586 0.373395 0.15904 0.3732862 0.1594173 0.373507 0.1593487 0.3738088 0.1605081 0.3732862 0.1594173 0.3734355 0.1606218 0.373041 0.1594549 0.3732481 0.15873 0.3733995 0.1585717 0.3734523 0.1588914 0.3732481 0.15873 0.3734523 0.1588914 0.373395 0.15904 0.3732481 0.15873 0.373234 0.1589586 0.3730553 0.1589584 0.3732481 0.15873 0.3730588 0.1587154 0.3733995 0.1585717 0.7442385 0.4479653 0.7513327 0.4490603 0.7430607 0.4517247 0.7442385 0.4479653 0.7430607 0.4517247 0.7372792 0.4502454 0.7442385 0.4479653 0.738256 0.4471835 0.738477 0.4451701 0.7442385 0.4479653 0.7445324 0.445102 0.7517549 0.4450227 0.9869827 0.5623322 0.9835253 0.5547133 0.9865067 0.5549647 0.9869827 0.5623322 0.9909663 0.5619243 0.9882224 0.5838717 0.9869827 0.5623322 0.9882224 0.5838717 0.9843384 0.581286 0.9869827 0.5623322 0.983143 0.5625905 0.9835253 0.5547133 0.9642239 0.5658048 0.9635922 0.5584228 0.9681514 0.5649742 0.9642239 0.5658048 0.9681514 0.5649742 0.965707 0.5822417 0.9642239 0.5658048 0.965707 0.5822417 0.9605165 0.5669937 0.9642239 0.5658048 0.9605165 0.5669937 0.9601243 0.5594026 0.9571782 0.5692811 0.9571796 0.5597796 0.9605165 0.5669937 0.9571782 0.5692811 0.9605165 0.5669937 0.9621205 0.5834682 0.9571782 0.5692811 0.9587341 0.5868152 0.9536311 0.5706107 0.9571782 0.5692811 0.9536311 0.5706107 0.9539805 0.5594765 0.9795914 0.5625494 0.9776021 0.5545377 0.9805538 0.5545437 0.9795914 0.5625494 0.983143 0.5625905 0.9807161 0.5800566 0.9795914 0.5625494 0.9807161 0.5800566 0.9771186 0.5799644 0.9795914 0.5625494 0.9760272 0.5627572 0.9776021 0.5545377 0.9721499 0.5637619 0.970991 0.5558775 0.9760272 0.5627572 0.9721499 0.5637619 0.9760272 0.5627572 0.9771186 0.5799644 0.9721499 0.5637619 0.973309 0.5807905 0.9681514 0.5649742 0.9721499 0.5637619 0.9681514 0.5649742 0.9673066 0.5571458 0.6026063 0.3271973 0.6062871 0.3230389 0.6065401 0.3299238 0.6026063 0.3271973 0.6065401 0.3299238 0.6023463 0.3331469 0.6026063 0.3271973 0.5991194 0.3303392 0.5985522 0.3239789 0.6026063 0.3271973 0.5985522 0.3239789 0.6019441 0.3203335 0.5520163 0.6894581 0.5556129 0.6861689 0.5556571 0.69153 0.5520163 0.6894581 0.5556571 0.69153 0.5517467 0.694008 0.5520163 0.6894581 0.5485966 0.691872 0.548167 0.6867527 0.5520163 0.6894581 0.548167 0.6867527 0.5515377 0.6839022 0.5501244 0.6454758 0.5538551 0.6427941 0.5530995 0.6504606 0.5501244 0.6454758 0.5530995 0.6504606 0.5462006 0.6488037 0.5501244 0.6454758 0.5462006 0.6488037 0.5441101 0.6447244 0.5501244 0.6454758 0.5477959 0.6410617 0.5538551 0.6427941 0.7404784 0.4571631 0.7430607 0.4517247 0.7497486 0.4536298 0.7404784 0.4571631 0.7464548 0.4591629 0.73746 0.4631903 0.7404784 0.4571631 0.73746 0.4631903 0.7322489 0.4610845 0.7404784 0.4571631 0.7349941 0.4552884 0.7430607 0.4517247 0.6103561 0.3168475 0.6135831 0.3107247 0.6145298 0.3183425 0.6103561 0.3168475 0.6145298 0.3183425 0.6106345 0.3254168 0.6103561 0.3168475 0.6062871 0.3230389 0.6061908 0.3152183 0.6103561 0.3168475 0.6061908 0.3152183 0.6097513 0.3101565 0.5595631 0.6811291 0.5626741 0.6758583 0.563386 0.6823505 0.5595631 0.6811291 0.563386 0.6823505 0.5595446 0.6879961 0.5595631 0.6811291 0.5556129 0.6861689 0.5556509 0.6797265 0.5595631 0.6811291 0.5556509 0.6797265 0.5590382 0.675356 0.4480206 0.4923548 0.4441337 0.4866629 0.4508821 0.4842631 0.4480206 0.4923548 0.4541216 0.490399 0.4565316 0.4961292 0.4480206 0.4923548 0.4510988 0.4976045 0.4460841 0.4988801 0.4480206 0.4923548 0.4423575 0.4943307 0.4441337 0.4866629 0.4502961 0.5152867 0.4523123 0.5092459 0.4570591 0.5157401 0.4502961 0.5152867 0.4570591 0.5157401 0.4550139 0.5224458 0.4502961 0.5152867 0.4478523 0.5218365 0.444038 0.5147284 0.4502961 0.5152867 0.444038 0.5147284 0.446692 0.5092511 0.4403219 0.4817456 0.4469155 0.4791008 0.4441337 0.4866629 0.4403219 0.4817456 0.4441337 0.4866629 0.4378387 0.4894034 0.4403219 0.4817456 0.4340767 0.4850521 0.4365476 0.4772157 0.4403219 0.4817456 0.4365476 0.4772157 0.4425852 0.4744254 0.4458813 0.526688 0.4478523 0.5218365 0.4528052 0.5273908 0.4458813 0.526688 0.4528052 0.5273908 0.4505148 0.5314555 0.4458813 0.526688 0.4441468 0.5306902 0.4390646 0.5251922 0.4458813 0.526688 0.4390646 0.5251922 0.4410362 0.5207184 0.4530003 0.5059217 0.4590225 0.5056403 0.4523123 0.5092459 0.4530003 0.5059217 0.4523123 0.5092459 0.4476197 0.5063152 0.4530003 0.5059217 0.4476197 0.5063152 0.4476146 0.5044284 0.4530003 0.5059217 0.4528834 0.5037571 0.4590225 0.5056403 0.9345734 0.9429818 0.9254505 0.946421 0.8936802 0.9479238 0.9345734 0.9429818 0.8952188 0.9463464 0.9432117 0.9394223 0.3214625 0.7452932 0.3210887 0.7465756 0.3202558 0.7444239 0.3214625 0.7452932 0.3202558 0.7444239 0.3213501 0.744166 0.3214625 0.7452932 0.3220918 0.7447127 0.3228665 0.745725 0.3214625 0.7452932 0.3228665 0.745725 0.3210887 0.7465756 0.324152 0.7428496 0.3255863 0.742799 0.3243588 0.7443354 0.324152 0.7428496 0.3243588 0.7443354 0.3233251 0.7433353 0.324152 0.7428496 0.3233251 0.7433353 0.3227902 0.7424594 0.324152 0.7428496 0.3234703 0.7415372 0.3255863 0.742799 0.3786519 0.7302792 0.3776203 0.7308916 0.3784124 0.7287431 0.3786519 0.7302792 0.3784124 0.7287431 0.3792353 0.7292695 0.3786519 0.7302792 0.3793747 0.7302796 0.3793773 0.7316476 0.3786519 0.7302792 0.3793773 0.7316476 0.3776203 0.7308916 0.3822873 0.7305412 0.3831813 0.7315203 0.3811979 0.7317692 0.3822873 0.7305412 0.3811979 0.7317692 0.3814524 0.7303162 0.3822873 0.7305412 0.3814524 0.7303162 0.3818523 0.7293008 0.3822873 0.7305412 0.3829536 0.72908 0.3831813 0.7315203 0.4273183 0.7519431 0.4257014 0.7518332 0.4261313 0.7490279 0.4273183 0.7519431 0.4280567 0.750626 0.4288107 0.7518488 0.4273183 0.7519431 0.4283815 0.7524676 0.4282159 0.7532671 0.4273183 0.7519431 0.4271146 0.7535026 0.4257014 0.7518332 0.4301897 0.7550669 0.4302502 0.756507 0.428658 0.7552191 0.4301897 0.7550669 0.428658 0.7552191 0.428991 0.7543057 0.4301897 0.7550669 0.4296671 0.7541627 0.4302853 0.7537764 0.4301897 0.7550669 0.4315382 0.7543763 0.4331173 0.7561081 0.4272371 0.7543489 0.4261606 0.7550241 0.4258286 0.7539196 0.4272371 0.7543489 0.4271146 0.7535026 0.4282159 0.7532671 0.4272371 0.7543489 0.4282453 0.7537593 0.4275451 0.754781 0.4272371 0.7543489 0.4275451 0.754781 0.4261606 0.7550241 0.4278976 0.7550973 0.427101 0.7560074 0.4275451 0.754781 0.4278976 0.7550973 0.4275451 0.754781 0.4283995 0.7540516 0.4278976 0.7550973 0.4286082 0.7542512 0.428658 0.7552191 0.4278976 0.7550973 0.428658 0.7552191 0.4281414 0.7563173 0.429538 0.7505071 0.4295043 0.7491158 0.4317683 0.7502909 0.429538 0.7505071 0.4310171 0.7513409 0.4295716 0.7518983 0.429538 0.7505071 0.4295716 0.7518983 0.4288107 0.7518488 0.429538 0.7505071 0.4280567 0.750626 0.4295043 0.7491158 0.4317489 0.7528825 0.4330035 0.7526636 0.4331173 0.7561081 0.4317489 0.7528825 0.4315382 0.7543763 0.4304943 0.7531014 0.4317489 0.7528825 0.4304943 0.7531014 0.4302658 0.7523909 0.4317489 0.7528825 0.4310171 0.7513409 0.4330035 0.7526636 0.3235734 0.7457391 0.3239707 0.7467162 0.3230023 0.7468283 0.3235734 0.7457391 0.3228665 0.745725 0.3228793 0.7450043 0.3235734 0.7457391 0.3232925 0.7450379 0.3239166 0.7454859 0.3235734 0.7457391 0.3239166 0.7454859 0.3244768 0.7463217 0.3242293 0.745116 0.3250035 0.7457274 0.3239166 0.7454859 0.3242293 0.745116 0.3239166 0.7454859 0.3236204 0.7447503 0.3242293 0.745116 0.3236204 0.7447503 0.3235975 0.7443003 0.3242293 0.745116 0.3243588 0.7443354 0.3254176 0.7446482 0.3221749 0.7412766 0.3223701 0.7402761 0.3234703 0.7415372 0.3221749 0.7412766 0.3234703 0.7415372 0.3227902 0.7424594 0.3221749 0.7412766 0.3219796 0.7422772 0.3208652 0.7418645 0.3221749 0.7412766 0.3208652 0.7418645 0.3204514 0.741097 0.3798709 0.7321708 0.3796244 0.7330164 0.3788277 0.7324148 0.3798709 0.7321708 0.3793773 0.7316476 0.3800403 0.7315245 0.3798709 0.7321708 0.3800403 0.7315245 0.3802309 0.7315697 0.3798709 0.7321708 0.3802421 0.7322325 0.3796244 0.7330164 0.3806003 0.7322157 0.3807243 0.7331212 0.380195 0.7331131 0.3806003 0.7322157 0.3802421 0.7322325 0.3804399 0.7315432 0.3806003 0.7322157 0.3804399 0.7315432 0.3808022 0.7312052 0.3806003 0.7322157 0.3811979 0.7317692 0.3815929 0.7327029 0.3793764 0.7277166 0.3789672 0.726867 0.3808858 0.727385 0.3793764 0.7277166 0.3808858 0.727385 0.3806527 0.7282958 0.3793764 0.7277166 0.3797855 0.7285662 0.3784124 0.7287431 0.3793764 0.7277166 0.3784124 0.7287431 0.3764967 0.7285024 0.3822823 0.7279337 0.3831009 0.7272835 0.3849993 0.7295458 0.3822823 0.7279337 0.3829536 0.72908 0.3814637 0.728584 0.3822823 0.7279337 0.3814637 0.728584 0.3808858 0.727385 0.3822823 0.7279337 0.3808858 0.727385 0.3831009 0.7272835 0.1944199 0.915148 0.1899423 0.9283127 0.1911789 0.9151248 0.1944199 0.915148 0.1911789 0.9151248 0.1940311 0.9043965 0.1944199 0.915148 0.1978635 0.9040351 0.1972612 0.9146529 0.1944199 0.915148 0.1972612 0.9146529 0.1922991 0.9288343 0.1999906 0.8957574 0.201036 0.8887019 0.2035949 0.8955284 0.1999906 0.8957574 0.2035949 0.8955284 0.2012566 0.903109 0.1999906 0.8957574 0.1978635 0.9040351 0.195912 0.8957505 0.1999906 0.8957574 0.195912 0.8957505 0.1969352 0.8884698 0.2589218 0.909693 0.2517001 0.9033453 0.2594053 0.9076708 0.2589218 0.909693 0.2594053 0.9076708 0.265421 0.9118348 0.2589218 0.909693 0.2651945 0.9143894 0.2583993 0.911298 0.2589218 0.909693 0.2583993 0.911298 0.2509828 0.9047036 0.2577603 0.9123347 0.2504652 0.9058955 0.2583993 0.911298 0.2577603 0.9123347 0.2583993 0.911298 0.264695 0.9161484 0.2577603 0.9123347 0.2636899 0.9168885 0.262432 0.9171192 0.2577603 0.9123347 0.2570631 0.9130874 0.2500476 0.9070039 0.2404391 0.8956851 0.2504652 0.9058955 0.2397386 0.8968173 0.2404391 0.8956851 0.2397386 0.8968173 0.2284597 0.8853006 0.2404391 0.8956851 0.2296843 0.8842706 0.231129 0.8833881 0.2404391 0.8956851 0.2413247 0.8946214 0.2509828 0.9047036 0.2044587 0.8613087 0.2029688 0.8557893 0.2037218 0.8564031 0.2044587 0.8613087 0.2051592 0.8605139 0.2074087 0.8670515 0.2044587 0.8613087 0.2063009 0.8678621 0.2037676 0.861916 0.2044587 0.8613087 0.2037676 0.861916 0.2024758 0.8562383 0.2034041 0.8627271 0.2027233 0.8637391 0.2020776 0.8591928 0.2034041 0.8627271 0.2022265 0.8569834 0.2037676 0.861916 0.2034041 0.8627271 0.2037676 0.861916 0.2047569 0.8701258 0.2034041 0.8627271 0.2047569 0.8701258 0.2045701 0.8734538 0.2521823 0.8734685 0.2561861 0.882931 0.2529236 0.8840768 0.2521823 0.8734685 0.2485681 0.8752501 0.2474099 0.8630153 0.2521823 0.8734685 0.2474099 0.8630153 0.2560307 0.8712241 0.2521823 0.8734685 0.2560307 0.8712241 0.2595667 0.8813971 0.2591055 0.8916514 0.2561861 0.882931 0.2595667 0.8813971 0.2591055 0.8916514 0.2598599 0.8975698 0.2568255 0.8943935 0.2591055 0.8916514 0.255639 0.8905819 0.2561861 0.882931 0.2573691 0.8986266 0.2595584 0.9024827 0.256136 0.900731 0.2573691 0.8986266 0.2546123 0.894316 0.2568255 0.8943935 0.2202033 0.874219 0.2185341 0.875227 0.212714 0.8652287 0.2202033 0.874219 0.212714 0.8652287 0.2148846 0.8643411 0.2202033 0.874219 0.2220998 0.8733409 0.2296843 0.8842706 0.2202033 0.874219 0.2296843 0.8842706 0.2284597 0.8853006 0.1351211 0.8893283 0.1351255 0.8815186 0.1470335 0.8813396 0.1527139 0.835214 0.1528887 0.8356854 0.1508442 0.8355537 0.1527139 0.835214 0.1509181 0.8350446 0.1525736 0.8349123 0.1527139 0.835214 0.1542251 0.8347826 0.1528887 0.8356854 0.1550903 0.8341251 0.1555917 0.8343403 0.154599 0.8351278 0.1550903 0.8341251 0.1554697 0.8325985 0.1555917 0.8343403 0.1520637 0.8254578 0.1520573 0.8244715 0.1549463 0.8257135 0.1520637 0.8254578 0.1487143 0.8251507 0.1482686 0.8242777 0.1491988 0.8338994 0.1488493 0.8342735 0.1476143 0.8318431 0.1491988 0.8338994 0.1509181 0.8350446 0.1488493 0.8342735 0.1483286 0.8286636 0.1478496 0.8282612 0.1491392 0.8250609 0.1483286 0.8286636 0.1491392 0.8250609 0.1491606 0.8254538 0.1483286 0.8286636 0.1485086 0.8288107 0.1481408 0.8317738 0.1483286 0.8286636 0.1481408 0.8317738 0.1476143 0.8318431 0.08815586 0.7331842 0.08187729 0.7083438 0.09263777 0.7318186 0.08815586 0.7331842 0.08481341 0.7343106 0.07802796 0.7093341 0.8718336 0.8675635 0.8668002 0.8709712 0.8672595 0.8639893 0.8720332 0.8765885 0.8668002 0.8709712 0.8718336 0.8675635 0.804858 0.8792515 0.7994441 0.8897646 0.8022632 0.875571 0.8189247 0.8700538 0.8118914 0.8746526 0.8105127 0.8671059 0.8118914 0.8746526 0.804858 0.8792515 0.8022632 0.875571 0.8278018 0.8685597 0.8233633 0.8693068 0.8218351 0.8600878 0.1535921 0.9890174 0.1550924 0.9905052 0.1489051 0.9935311 0.1535921 0.9890174 0.1476885 0.9918861 0.1520412 0.9871718 0.1535921 0.9890174 0.1520412 0.9871718 0.1572391 0.9832773 0.1535921 0.9890174 0.1589673 0.9852529 0.1550924 0.9905052 0.8668002 0.8709712 0.8615671 0.8653539 0.8672595 0.8639893 0.4763885 0.2836406 0.4682698 0.2815842 0.4710406 0.2907282 0.4763885 0.2836406 0.4779144 0.2911902 0.4843022 0.2849437 0.8592246 0.8618195 0.8568819 0.858285 0.8569583 0.8570796 0.490405 0.5156744 0.490906 0.5146163 0.4887313 0.5145326 0.490405 0.5156744 0.4891487 0.5159512 0.4897386 0.516582 0.490405 0.5156744 0.4904714 0.5164121 0.4911863 0.5164727 0.490405 0.5156744 0.4916709 0.5158127 0.490906 0.5146163 0.4916088 0.5188967 0.4927715 0.5193518 0.4924812 0.5178468 0.4916088 0.5188967 0.4924812 0.5178468 0.4916466 0.5176563 0.4916088 0.5188967 0.4910732 0.5182588 0.4903314 0.51863 0.4916088 0.5188967 0.4904451 0.5195562 0.4912573 0.5209093 0.5160343 0.5487932 0.5171915 0.548419 0.5158351 0.5473103 0.5160343 0.5487932 0.5158351 0.5473103 0.515117 0.5476905 0.5160343 0.5487932 0.5152271 0.5486831 0.5150148 0.549613 0.5160343 0.5487932 0.5157348 0.5502017 0.5173212 0.5507614 0.5448473 0.5553098 0.5440796 0.5544111 0.5427615 0.5562395 0.5448473 0.5553098 0.5444213 0.556532 0.5454159 0.556278 0.5448473 0.5553098 0.5455992 0.555553 0.5460132 0.5549154 0.5448473 0.5553098 0.5456635 0.5542773 0.5440796 0.5544111 0.5480672 0.555625 0.5489356 0.5549694 0.5474835 0.5544398 0.5480672 0.555625 0.5474835 0.5544398 0.5470682 0.5549933 0.5480672 0.555625 0.54729 0.5556325 0.5473196 0.5563393 0.5480672 0.555625 0.5482363 0.5569211 0.5498374 0.5571168 0.5462386 0.5538751 0.546125 0.5528697 0.5452932 0.5533053 0.5462386 0.5538751 0.5456635 0.5542773 0.5460132 0.5549154 0.5462386 0.5538751 0.5463414 0.5546557 0.5466688 0.5538482 0.5462386 0.5538751 0.5466688 0.5538482 0.546125 0.5528697 0.5470505 0.553942 0.547295 0.5529852 0.5466688 0.5538482 0.5470505 0.553942 0.5466688 0.5538482 0.5466105 0.5546317 0.5470505 0.553942 0.5468473 0.5547021 0.5474835 0.5544398 0.5470505 0.553942 0.5474835 0.5544398 0.5479696 0.5535892 0.5450171 0.5575035 0.5442551 0.5582068 0.5459514 0.5589583 0.5450171 0.5575035 0.5461726 0.5579885 0.5457792 0.5568001 0.5450171 0.5575035 0.5457792 0.5568001 0.5444213 0.556532 0.5450171 0.5575035 0.5444213 0.556532 0.5442551 0.5582068 0.5474252 0.5577517 0.5478864 0.5586701 0.5498374 0.5571168 0.5474252 0.5577517 0.5482363 0.5569211 0.5469641 0.5568333 0.5474252 0.5577517 0.5469641 0.5568333 0.5463938 0.5570188 0.5474252 0.5577517 0.5461726 0.5579885 0.5478864 0.5586701 0.492295 0.5161136 0.4932234 0.5154912 0.4924476 0.5150137 0.492295 0.5161136 0.4916709 0.5158127 0.4915813 0.5166659 0.492295 0.5161136 0.4915813 0.5166659 0.4925485 0.5165503 0.492295 0.5161136 0.4925485 0.5165503 0.4935595 0.5160971 0.4927026 0.5170964 0.4937816 0.5168797 0.4925485 0.5165503 0.4927026 0.5170964 0.4925485 0.5165503 0.4918292 0.5172434 0.4927026 0.5170964 0.4918292 0.5172434 0.4916466 0.5176563 0.4927026 0.5170964 0.4924812 0.5178468 0.4936116 0.5179333 0.5118585 0.5494209 0.5111808 0.5497105 0.5130477 0.5504238 0.5118585 0.5494209 0.5130477 0.5504238 0.5132929 0.5497587 0.5118585 0.5494209 0.5125362 0.5491312 0.5115004 0.5481437 0.5118585 0.5494209 0.5115004 0.5481437 0.5111808 0.5497105 0.5145395 0.5507146 0.5148345 0.5514838 0.5157348 0.5502017 0.5145395 0.5507146 0.5157348 0.5502017 0.5150148 0.549613 0.5145395 0.5507146 0.5142446 0.5499454 0.5130477 0.5504238 0.5145395 0.5507146 0.5130477 0.5504238 0.5128024 0.5510887 0.8233633 0.8693068 0.8189247 0.8700538 0.8105127 0.8671059 0.5313112 0.2795241 0.5346586 0.2863076 0.5378424 0.277952 0.5313112 0.2795241 0.5223872 0.2801545 0.5252129 0.2869512 0.5417613 0.273549 0.5378424 0.277952 0.5468766 0.2820565 0.5417613 0.273549 0.5468766 0.2820565 0.5505096 0.278012 0.8297468 0.8676809 0.8278018 0.8685597 0.8218351 0.8600878 0.8343063 0.8648163 0.8316918 0.866802 0.8252517 0.8570984 0.4324741 0.8010229 0.4331349 0.800241 0.4333219 0.8022304 0.4324741 0.8010229 0.4333219 0.8022304 0.4323393 0.8024796 0.4324741 0.8010229 0.4318133 0.8018049 0.4312128 0.8006888 0.4324741 0.8010229 0.4312128 0.8006888 0.4309555 0.7984932 0.4287466 0.8035011 0.4277056 0.8035491 0.4280679 0.8025408 0.4287466 0.8035011 0.4290624 0.8028286 0.4299175 0.8030712 0.4287466 0.8035011 0.4297413 0.8034729 0.4287783 0.8038924 0.4287466 0.8035011 0.4287783 0.8038924 0.4277479 0.8041465 0.4289032 0.8042861 0.4279279 0.8047519 0.4287783 0.8038924 0.4289032 0.8042861 0.4287783 0.8038924 0.4298083 0.8038892 0.4289032 0.8042861 0.4298083 0.8038892 0.4301398 0.804117 0.4289032 0.8042861 0.4295073 0.8047375 0.4286888 0.8055061 0.42998 0.8015909 0.4291018 0.8007031 0.4312128 0.8006888 0.42998 0.8015909 0.4312128 0.8006888 0.4310528 0.8016707 0.42998 0.8015909 0.4303877 0.8022816 0.4290624 0.8028286 0.42998 0.8015909 0.4290624 0.8028286 0.4291018 0.8007031 0.4309766 0.8053013 0.4304739 0.8065502 0.4295073 0.8047375 0.4309766 0.8053013 0.4295073 0.8047375 0.4309421 0.8043835 0.4309766 0.8053013 0.4309421 0.8043835 0.4318005 0.8043031 0.4309766 0.8053013 0.4325119 0.805273 0.4331333 0.8073604 0.3113323 0.8274824 0.3112348 0.8275605 0.3111297 0.8273088 0.3113323 0.8274824 0.3112465 0.8272793 0.3114241 0.827414 0.3113323 0.8274824 0.3114241 0.827414 0.3115109 0.8275511 0.3113323 0.8274824 0.3114541 0.8276493 0.3112348 0.8275605 0.3120175 0.8271647 0.3121366 0.8271561 0.3120337 0.8273892 0.3120175 0.8271647 0.3120337 0.8273892 0.3119279 0.8273339 0.3120175 0.8271647 0.3119071 0.8271633 0.3119298 0.8269522 0.3120175 0.8271647 0.3119298 0.8269522 0.312025 0.8268843 0.3115903 0.8277044 0.3115707 0.827834 0.3114541 0.8276493 0.3115903 0.8277044 0.3114541 0.8276493 0.3115109 0.8275511 0.3115903 0.8277044 0.3116111 0.8275905 0.3117436 0.827668 0.3115903 0.8277044 0.3117436 0.827668 0.3117753 0.8277897 0.3119169 0.82756 0.3120021 0.8276565 0.3117436 0.827668 0.3119169 0.82756 0.3117436 0.827668 0.3117237 0.8275548 0.3119169 0.82756 0.311848 0.8274669 0.3120337 0.8273892 0.3119169 0.82756 0.3120337 0.8273892 0.3121547 0.8274426 0.3112182 0.8271153 0.3110989 0.8271006 0.3112449 0.826989 0.3112182 0.8271153 0.3112449 0.826989 0.3113359 0.8271165 0.3112182 0.8271153 0.3113359 0.8271165 0.311362 0.8272466 0.3112182 0.8271153 0.3112465 0.8272793 0.3111297 0.8273088 0.3118322 0.8268181 0.311897 0.8267144 0.312025 0.8268843 0.3118322 0.8268181 0.3119298 0.8269522 0.3118342 0.8270034 0.3118322 0.8268181 0.3117576 0.8269023 0.3117176 0.8267597 0.3118322 0.8268181 0.3117176 0.8267597 0.311897 0.8267144 0.3115792 0.8267747 0.3115617 0.8266505 0.3117176 0.8267597 0.3115792 0.8267747 0.3117176 0.8267597 0.3116751 0.8268607 0.3115792 0.8267747 0.3115847 0.826879 0.3114401 0.8268316 0.3115792 0.8267747 0.3114401 0.8268316 0.31138 0.8267179 0.5723008 0.5336772 0.5722024 0.5342788 0.5733613 0.5335177 0.5723008 0.5336772 0.5733613 0.5335177 0.5723991 0.5330757 0.5723008 0.5336772 0.5723991 0.5330757 0.5715376 0.5332628 0.5723008 0.5336772 0.5715376 0.5332628 0.5705869 0.5340266 0.5743821 0.5328385 0.5750049 0.5331605 0.5764581 0.5325622 0.5743821 0.5328385 0.574822 0.5319259 0.5737592 0.5325164 0.5743821 0.5328385 0.5737592 0.5325164 0.5733613 0.5335177 0.5743821 0.5328385 0.5733613 0.5335177 0.5736111 0.5340735 0.5718653 0.5305827 0.5714586 0.5300378 0.5710746 0.5307771 0.5718653 0.5305827 0.5716169 0.5311325 0.5722043 0.5311264 0.5718653 0.5305827 0.5722043 0.5311264 0.5723968 0.5309732 0.5718653 0.5305827 0.5721619 0.5303636 0.5714586 0.5300378 0.5725148 0.530268 0.5724121 0.5295808 0.5718924 0.5297133 0.5725148 0.530268 0.5721619 0.5303636 0.5726323 0.5308834 0.5725148 0.530268 0.5726323 0.5308834 0.5731116 0.5304507 0.5725148 0.530268 0.5731116 0.5304507 0.5732487 0.5297474 0.5714086 0.5322202 0.5707046 0.5321546 0.5715376 0.5332628 0.5714086 0.5322202 0.5715376 0.5332628 0.5718882 0.5328225 0.5714086 0.5322202 0.571844 0.5321673 0.5720288 0.5314791 0.5714086 0.5322202 0.5716169 0.5311325 0.5707046 0.5321546 0.5741396 0.5310667 0.5746327 0.5303208 0.5731116 0.5304507 0.5741396 0.5310667 0.5731116 0.5304507 0.5730107 0.5309748 0.5741396 0.5310667 0.573632 0.5313651 0.5740352 0.5319228 0.5741396 0.5310667 0.574822 0.5319259 0.5746327 0.5303208 0.5008575 0.3911824 0.5010867 0.3905099 0.4990846 0.3912534 0.5008575 0.3911824 0.4990846 0.3912534 0.4993506 0.3917858 0.5008575 0.3911824 0.5007309 0.3917369 0.5022643 0.3920506 0.5008575 0.3911824 0.5022643 0.3920506 0.502891 0.3915577 0.5024564 0.3936973 0.5031218 0.3935716 0.5022643 0.3920506 0.5024564 0.3936973 0.5022643 0.3920506 0.5018271 0.3924782 0.5024564 0.3936973 0.5019268 0.3938261 0.5018913 0.3953914 0.5024564 0.3936973 0.5018913 0.3953914 0.5023872 0.3956508 0.4977939 0.3924241 0.4971606 0.3920058 0.4963746 0.3939231 0.4977939 0.3924241 0.4971432 0.3940061 0.4983985 0.3928082 0.4977939 0.3924241 0.4983985 0.3928082 0.4993506 0.3917858 0.4977939 0.3924241 0.4990846 0.3912534 0.4971606 0.3920058 0.4972904 0.3953109 0.4966872 0.3955539 0.4979719 0.3962597 0.4972904 0.3953109 0.4979719 0.3962597 0.4982846 0.3958445 0.4972904 0.3953109 0.4978819 0.3951517 0.4979004 0.3941487 0.4972904 0.3953109 0.4971432 0.3940061 0.4963746 0.3939231 0.4989243 0.3967738 0.4987866 0.3973807 0.5000323 0.3974288 0.4989243 0.3967738 0.4999938 0.3968293 0.4990503 0.3962546 0.4989243 0.3967738 0.4990503 0.3962546 0.4979719 0.3962597 0.4989243 0.3967738 0.4979719 0.3962597 0.4976431 0.3967543 0.5010266 0.396402 0.501295 0.3968943 0.5023872 0.3956508 0.5010266 0.396402 0.5018913 0.3953914 0.5014365 0.3951952 0.5010266 0.396402 0.5007629 0.3960003 0.499952 0.3963254 0.5010266 0.396402 0.4999938 0.3968293 0.501295 0.3968943 0.5368894 0.4194722 0.5376735 0.4155778 0.535903 0.4194438 0.5368894 0.4194722 0.535903 0.4194438 0.5362321 0.423357 0.5368894 0.4194722 0.5362321 0.423357 0.5374848 0.4203743 0.5368894 0.4194722 0.5374848 0.4203743 0.5388463 0.4169166 0.5342481 0.4196407 0.5328605 0.4158744 0.5306156 0.4175045 0.5342481 0.4196407 0.5329118 0.4207602 0.53516 0.423515 0.5342481 0.4196407 0.53516 0.423515 0.5358332 0.423376 0.5342481 0.4196407 0.535903 0.4194438 0.5357699 0.415629 0.5328812 0.4234993 0.5307058 0.42171 0.5323259 0.4271334 0.5328812 0.4234993 0.5337185 0.4261551 0.5342718 0.4250667 0.5328812 0.4234993 0.5342718 0.4250667 0.5345327 0.4240025 0.5328812 0.4234993 0.5329118 0.4207602 0.5307058 0.42171 0.5374297 0.4264917 0.5379425 0.4277933 0.5380451 0.4253141 0.5374297 0.4264917 0.5380451 0.4253141 0.5367926 0.4259147 0.5374297 0.4264917 0.5367926 0.4259147 0.5363376 0.4268792 0.5374297 0.4264917 0.5363376 0.4268792 0.5379425 0.4277933 0.5349856 0.4270244 0.5347166 0.4283386 0.5364243 0.4282303 0.5349856 0.4270244 0.5363376 0.4268792 0.5352403 0.426354 0.5349856 0.4270244 0.5352403 0.426354 0.5344751 0.4260649 0.5349856 0.4270244 0.5337185 0.4261551 0.5347166 0.4283386 0.8754846 0.9408209 0.8962931 0.9396772 0.8681876 0.9423719 0.8754846 0.9408209 0.8681876 0.9423719 0.8559924 0.9411243 0.8784548 0.9338537 0.8569727 0.9340456 0.8355682 0.9332845 0.8056768 0.942431 0.8270563 0.9416875 0.7981765 0.9443241 0.8056768 0.942431 0.7981765 0.9443241 0.785376 0.9426751 0.8056766 0.9339804 0.7853243 0.9341999 0.7638252 0.9332686 0.8056766 0.9339804 0.8006595 0.9332762 0.8355682 0.9332845 0.8056766 0.9339804 0.8271732 0.9341322 0.8265001 0.9348455 0.8429031 0.9346597 0.8271732 0.9341322 0.8569727 0.9340456 0.852448 0.9354888 0.8550295 0.9377152 0.8379511 0.9376419 0.733182 0.9435672 0.7564645 0.9431868 0.7229105 0.9458312 0.733182 0.9435672 0.7229105 0.9458312 0.7106576 0.9435101 0.733182 0.9435672 0.7106576 0.9435101 0.7469149 0.9415048 0.7329454 0.9343165 0.7103524 0.9347509 0.684189 0.9332579 0.7329454 0.9343165 0.7260575 0.9332631 0.7638252 0.9332686 0.7329454 0.9343165 0.7563386 0.9342896 0.7575375 0.9351257 0.7730814 0.9422566 0.783126 0.9410968 0.8053161 0.9407101 0.7730814 0.9422566 0.785376 0.9426751 0.7624361 0.9447926 0.7730814 0.9422566 0.7647901 0.9415068 0.783126 0.9410968 0.6536882 0.9445387 0.6765906 0.9443005 0.6454294 0.9467893 0.6536882 0.9445387 0.6454294 0.9467893 0.6095741 0.9465952 0.6530267 0.9345675 0.6323068 0.934922 0.6097364 0.933252 0.6530267 0.9345675 0.6473405 0.9332547 0.684189 0.9332579 0.6963147 0.9431283 0.7091758 0.9416052 0.7357369 0.9406948 0.6963147 0.9431283 0.7106576 0.9435101 0.6834105 0.946123 0.6960636 0.9354765 0.6761493 0.9346923 0.7103524 0.9347509 0.5818521 0.9451106 0.603291 0.9446177 0.573102 0.9478053 0.5818521 0.9451106 0.573102 0.9478053 0.5396895 0.948187 0.5810379 0.9347591 0.5609707 0.9353603 0.5391743 0.9332492 0.5810379 0.9347591 0.5749492 0.9332504 0.6097364 0.933252 0.5810379 0.9347591 0.6024923 0.9347566 0.6031866 0.9358819 0.6331353 0.9396502 0.6439039 0.9384309 0.654376 0.9418674 0.6202051 0.9435957 0.6309787 0.9422984 0.654376 0.9418674 0.6202051 0.9435957 0.6330717 0.9441886 0.6095741 0.9465952 0.6202051 0.9435957 0.603291 0.9446177 0.6037613 0.9431474 0.6202051 0.9435957 0.6112135 0.9428812 0.6309787 0.9422984 0.6196004 0.935576 0.6024923 0.9347566 0.6097364 0.933252 0.5205159 0.9465243 0.5338656 0.9462891 0.5160512 0.9493001 0.5205159 0.9465243 0.5160512 0.9493001 0.4975044 0.9489119 0.5205159 0.9465243 0.5105326 0.9456607 0.5269888 0.9446198 0.5197847 0.9352312 0.5165145 0.9332488 0.5391743 0.9332492 0.5485165 0.9450796 0.5616676 0.945217 0.5396895 0.948187 0.5480239 0.9363371 0.5332071 0.9353197 0.5391743 0.9332492 0.1435166 0.7837491 0.1432594 0.7889324 0.1407458 0.7979882 0.1435166 0.7837491 0.1413009 0.7876989 0.1440998 0.7771585 0.1531933 0.7808735 0.1538962 0.7749747 0.156309 0.7746527 0.1531933 0.7808735 0.1555546 0.7837532 0.1543667 0.7924878 0.1531933 0.7808735 0.1522693 0.7859292 0.1506268 0.7790623 0.1531933 0.7808735 0.1515036 0.7772158 0.1538962 0.7749747 0.1447795 0.7700694 0.1440998 0.7771585 0.1428226 0.7667764 0.1447795 0.7700694 0.1428226 0.7667764 0.1438273 0.7553527 0.1447795 0.7700694 0.1455428 0.7638415 0.1459884 0.7741804 0.1447795 0.7700694 0.1459884 0.7741804 0.1440998 0.7771585 0.1544238 0.7691122 0.1545245 0.7640179 0.1571009 0.758334 0.1544238 0.7691122 0.1570489 0.7654535 0.156309 0.7746527 0.1576611 0.7513793 0.1587019 0.7477413 0.1599661 0.7537802 0.1576611 0.7513793 0.1599661 0.7537802 0.1557919 0.7554722 0.1461336 0.747658 0.1456751 0.7537453 0.1438997 0.7450171 0.1461336 0.747658 0.1438997 0.7450171 0.1451507 0.7353669 0.1461336 0.747658 0.1471789 0.7427558 0.1489878 0.7487476 0.1461336 0.747658 0.1475158 0.7509731 0.1456751 0.7537453 0.1490986 0.7652194 0.1476975 0.7642254 0.1496469 0.7607669 0.1490986 0.7652194 0.1496469 0.7607669 0.1505398 0.7645149 0.1463764 0.7598342 0.1455428 0.7638415 0.1456751 0.7537453 0.1539461 0.7604242 0.1557919 0.7554722 0.1571009 0.758334 0.1603611 0.7193483 0.1629679 0.7235351 0.1569696 0.7271624 0.1603611 0.7193483 0.1569696 0.7271624 0.1554138 0.7256692 0.1627733 0.7316359 0.1674315 0.7303951 0.1607979 0.7397944 0.1484945 0.7268802 0.1475986 0.7344714 0.1458142 0.7230134 0.1484945 0.7268802 0.1505166 0.7203401 0.1519006 0.728544 0.1484945 0.7268802 0.1501193 0.7319151 0.1490281 0.7356206 0.1532558 0.7177435 0.156581 0.7178322 0.1554138 0.7256692 0.1580622 0.744154 0.1607979 0.7397944 0.163844 0.7460407 0.1580622 0.744154 0.1587019 0.7477413 0.1553372 0.7457837 0.1580622 0.744154 0.1553372 0.7457837 0.1549292 0.7427585 0.1533944 0.7457527 0.1553372 0.7457837 0.1533832 0.7483038 0.1533944 0.7457527 0.1533832 0.7483038 0.1517386 0.7469998 0.1533944 0.7457527 0.1518425 0.7448914 0.1534055 0.7432016 0.1533944 0.7457527 0.1534055 0.7432016 0.1549292 0.7427585 0.1507439 0.7449715 0.1518425 0.7448914 0.1517386 0.7469998 0.1507439 0.7449715 0.1503825 0.7476033 0.1495681 0.7438243 0.1507439 0.7449715 0.1495681 0.7438243 0.1511052 0.7423398 0.1507439 0.7449715 0.1511052 0.7423398 0.1518425 0.7448914 0.1482381 0.7402219 0.1495681 0.7438243 0.1471789 0.7427558 0.1482381 0.7402219 0.1471789 0.7427558 0.1451507 0.7353669 0.1482381 0.7402219 0.1475986 0.7344714 0.1490281 0.7356206 0.1419987 0.8029552 0.142491 0.8052931 0.141001 0.8140439 0.1419987 0.8029552 0.1402847 0.8064575 0.1407458 0.7979882 0.1419987 0.8029552 0.1423913 0.7979338 0.1437168 0.7961768 0.1518462 0.7963192 0.1518007 0.7934787 0.1543667 0.7924878 0.1518462 0.7963192 0.1546001 0.7978708 0.1509281 0.7980414 0.1518462 0.7963192 0.1497142 0.79529 0.1518007 0.7934787 0.14876 0.7989025 0.1509281 0.7980414 0.1495775 0.801201 0.14876 0.7989025 0.1495775 0.801201 0.1461684 0.8002365 0.14876 0.7989025 0.1461684 0.8002365 0.1461962 0.7977915 0.1435574 0.7917996 0.1423913 0.7979338 0.1432594 0.7889324 0.1435574 0.7917996 0.1432594 0.7889324 0.1459554 0.7795707 0.1467923 0.783887 0.1451426 0.7864761 0.1459554 0.7795707 0.1467923 0.783887 0.1471601 0.7806394 0.1484742 0.782665 0.1467923 0.783887 0.1464245 0.7871345 0.1451426 0.7864761 0.1492455 0.7835117 0.1484742 0.782665 0.148685 0.7815513 0.1492455 0.7835117 0.1496748 0.7804272 0.1506268 0.7790623 0.1492455 0.7835117 0.1500893 0.7853728 0.1488162 0.7865962 0.1510781 0.7892625 0.1500893 0.7853728 0.1506268 0.7790623 0.1510781 0.7892625 0.1522693 0.7859292 0.1543667 0.7924878 0.1510781 0.7892625 0.1518007 0.7934787 0.1497532 0.7917346 0.1510781 0.7892625 0.1497532 0.7917346 0.1493268 0.7892896 0.135047 0.9945358 0.1350449 0.9969907 0.1224106 0.9918648 0.01810461 0.8733736 0.02171742 0.8751581 0.01735556 0.8839817 0.01810461 0.8733736 0.01409369 0.8828335 0.01071411 0.8812972 0.01810461 0.8733736 0.0142579 0.8711263 0.02288484 0.8629243 0.01810461 0.8733736 0.02288484 0.8629243 0.02171742 0.8751581 0.5761865 0.2630407 0.5842984 0.2614465 0.5803998 0.2687983 0.5942956 0.258736 0.5976289 0.2647832 0.5879229 0.2673708 0.7915448 0.02743446 0.7815735 0.02818638 0.7835721 0.02398121 0.7995175 0.03088778 0.7914629 0.03536576 0.7915448 0.02743446 0.2456386 0.4703609 0.2299085 0.4751584 0.2316555 0.4594554 0.6118192 0.253759 0.6186767 0.252718 0.6138453 0.2597648 0.6260815 0.2530119 0.628093 0.2597752 0.6201167 0.2588419 0.6118192 0.253759 0.6138453 0.2597648 0.6070817 0.2619448 0.5942956 0.258736 0.6041464 0.2558575 0.5976289 0.2647832 0.8121575 0.04430294 0.8191198 0.03509324 0.8192639 0.03860747 0.7940303 0.9002777 0.783038 0.9029918 0.7806278 0.8960993 0.1547377 0.6453788 0.1490327 0.6474093 0.1485078 0.6391884 0.4763885 0.2836406 0.4843022 0.2849437 0.4835724 0.2781745 0.491806 0.2847403 0.4904311 0.27802 0.4843022 0.2849437 0.491806 0.2847403 0.5003263 0.28351 0.4979858 0.2765808 0.5112894 0.2817322 0.5085161 0.2747933 0.5003263 0.28351 0.5313112 0.2795241 0.5275543 0.2727791 0.5223872 0.2801545 0.5112894 0.2817322 0.5223872 0.2801545 0.5192847 0.2733089 0.5417613 0.273549 0.536994 0.2652701 0.5334243 0.2708755 0.5313112 0.2795241 0.5378424 0.277952 0.5334243 0.2708755 0.1719043 0.63535 0.1616379 0.6414598 0.1585208 0.6331488 0.1547377 0.6453788 0.1531686 0.6373749 0.1616379 0.6414598 0.1156344 0.6453811 0.1172038 0.6373807 0.1218613 0.6391932 0.8364819 0.8594571 0.8369209 0.8628306 0.8322959 0.8532885 0.836043 0.8560835 0.8364819 0.8594571 0.8410045 0.8527608 0.8410045 0.8527608 0.8364819 0.8594571 0.8322959 0.8532885 0.3492264 0.5001417 0.3408743 0.499766 0.3426468 0.5252352 0.3492264 0.5001417 0.3498389 0.5279782 0.3572357 0.5011999 0.3972697 0.5072184 0.3910764 0.5051756 0.3944514 0.5325394 0.3972697 0.5072184 0.4006728 0.53218 0.403239 0.5095366 0.3051248 0.5203543 0.2994205 0.5224389 0.3084976 0.530881 0.3051248 0.5203543 0.3084976 0.530881 0.3132719 0.5285449 0.3144667 0.5147976 0.3102694 0.5179592 0.3173393 0.5268625 0.3144667 0.5147976 0.3173393 0.5268625 0.3212831 0.5256744 0.3339462 0.5010626 0.3280917 0.5036693 0.3361069 0.5242474 0.3339462 0.5010626 0.3361069 0.5242474 0.3426468 0.5252352 0.3229602 0.507224 0.3184519 0.5111317 0.325687 0.5248219 0.3229602 0.507224 0.325687 0.5248219 0.3306039 0.5243359 0.2774763 0.5298221 0.2673708 0.5326721 0.2827589 0.5481278 0.2774763 0.5298221 0.288919 0.5435702 0.286546 0.5271089 0.2935442 0.5246691 0.286546 0.5271089 0.2991534 0.5366081 0.2935442 0.5246691 0.2991534 0.5366081 0.3035975 0.5336442 0.3631355 0.5019506 0.3572357 0.5011999 0.3568338 0.5322787 0.3631355 0.5019506 0.3624229 0.5326104 0.367968 0.5023885 0.4028407 0.5558184 0.4093313 0.5555683 0.4073495 0.5464683 0.4028407 0.5558184 0.4006728 0.53218 0.3958445 0.5562359 0.3590498 0.5587819 0.3660061 0.5583008 0.3624229 0.5326104 0.3590498 0.5587819 0.3624229 0.5326104 0.3568338 0.5322787 0.3132807 0.5423691 0.3084976 0.530881 0.3035975 0.5336442 0.3132807 0.5423691 0.3167989 0.5400953 0.3084976 0.530881 0.3202406 0.5390159 0.3173393 0.5268625 0.3132719 0.5285449 0.3202406 0.5390159 0.3237475 0.5388638 0.3212831 0.5256744 0.3274616 0.5393723 0.325687 0.5248219 0.3237475 0.5388638 0.3274616 0.5393723 0.331408 0.5404275 0.3306039 0.5243359 0.3356119 0.5419152 0.3361069 0.5242474 0.331408 0.5404275 0.3356119 0.5419152 0.3400452 0.5444642 0.3426468 0.5252352 0.3073298 0.5484287 0.3100147 0.5453196 0.2991534 0.5366081 0.3073298 0.5484287 0.2991534 0.5366081 0.2944867 0.5398807 0.3029621 0.5560353 0.3050408 0.5519246 0.2944867 0.5398807 0.3029621 0.5560353 0.288919 0.5435702 0.2827589 0.5481278 0.3044525 0.5644528 0.3023479 0.5603488 0.2827589 0.5481278 0.3455983 0.5595266 0.3521493 0.5592657 0.3568338 0.5322787 0.3446795 0.5487028 0.3498389 0.5279782 0.3400452 0.5444642 0.3446795 0.5487028 0.3472767 0.5539504 0.3568338 0.5322787 0.384435 0.5036838 0.3780874 0.5027816 0.3790703 0.533118 0.384435 0.5036838 0.3867968 0.5328941 0.3910764 0.5051756 0.3727751 0.5025077 0.367968 0.5023885 0.3671844 0.5328856 0.3727751 0.5025077 0.3726332 0.533085 0.3780874 0.5027816 0.3878368 0.5569884 0.3958445 0.5562359 0.3944514 0.5325394 0.3878368 0.5569884 0.3867968 0.5328941 0.3798021 0.5577132 0.3727243 0.5580476 0.3798021 0.5577132 0.3790703 0.533118 0.3727243 0.5580476 0.3726332 0.533085 0.3671844 0.5328856 0.3466845 0.9617837 0.3386946 0.9605795 0.3466501 0.9339386 0.3466845 0.9617837 0.3466501 0.9339386 0.3538426 0.936816 0.2987709 0.9538298 0.2928439 0.9514024 0.2958244 0.928806 0.2987709 0.9538298 0.2958244 0.928806 0.3020522 0.9285605 0.3911513 0.9423744 0.3859638 0.9446759 0.3831539 0.9340367 0.3911513 0.9423744 0.3879702 0.9317877 0.3968927 0.9403936 0.3817094 0.9477612 0.3776578 0.9513545 0.3750914 0.9367613 0.3817094 0.9477612 0.3790565 0.9356451 0.3859638 0.9446759 0.3619809 0.9611413 0.3550295 0.9623116 0.3538426 0.936816 0.3619809 0.9611413 0.3601492 0.9379187 0.3678827 0.9586413 0.3730786 0.9551801 0.3678827 0.9586413 0.365747 0.9379301 0.3730786 0.9551801 0.3706724 0.9375336 0.3776578 0.9513545 0.418968 0.9334096 0.4098502 0.9359578 0.4077764 0.9194558 0.418968 0.9334096 0.4077764 0.9194558 0.4140183 0.9150109 0.4028088 0.9382702 0.3968927 0.9403936 0.3929197 0.9291139 0.4028088 0.9382702 0.3974171 0.9262311 0.4098502 0.9359578 0.3328085 0.9597211 0.327984 0.959195 0.3340812 0.9290755 0.3328085 0.9597211 0.3340812 0.9290755 0.3396639 0.9295094 0.294089 0.905128 0.2958244 0.928806 0.2903131 0.9290669 0.294089 0.905128 0.3010929 0.9048387 0.2958244 0.928806 0.3379326 0.9029672 0.3340812 0.9290755 0.3309681 0.9033208 0.3379326 0.9029672 0.3448413 0.9026101 0.3396639 0.9295094 0.3833965 0.9202141 0.3867157 0.9173235 0.3929197 0.9291139 0.3833965 0.9202141 0.3879702 0.9317877 0.3798373 0.9224236 0.3763765 0.9234402 0.3798373 0.9224236 0.3831539 0.9340367 0.3763765 0.9234402 0.3790565 0.9356451 0.3750914 0.9367613 0.3691629 0.9229521 0.3728672 0.9235283 0.3706724 0.9375336 0.3691629 0.9229521 0.3706724 0.9375336 0.365747 0.9379301 0.3610598 0.920261 0.3652362 0.9218252 0.3601492 0.9379187 0.3610598 0.920261 0.3601492 0.9379187 0.3538426 0.936816 0.3894566 0.9142637 0.3918089 0.91081 0.4021425 0.9230436 0.3894566 0.9142637 0.3974171 0.9262311 0.3867157 0.9173235 0.393962 0.9067378 0.3946543 0.9024363 0.4140183 0.9150109 0.393962 0.9067378 0.4077764 0.9194558 0.4021425 0.9230436 0.3926247 0.8982949 0.3972474 0.8971014 0.4140183 0.9150109 0.3513965 0.902469 0.3496161 0.9080138 0.3396639 0.9295094 0.352117 0.9133084 0.3566735 0.9176313 0.3466501 0.9339386 0.352117 0.9133084 0.3466501 0.9339386 0.3396639 0.9295094 0.311541 0.9575989 0.3049268 0.9559858 0.3097134 0.9283459 0.311541 0.9575989 0.3097134 0.9283459 0.3174439 0.9282633 0.3231793 0.9589881 0.3178722 0.9586171 0.3238802 0.9284142 0.3231793 0.9589881 0.3238802 0.9284142 0.329325 0.9287133 0.3091143 0.904233 0.3097134 0.9283459 0.3020522 0.9285605 0.3091143 0.904233 0.3171622 0.9036555 0.3097134 0.9283459 0.3242457 0.9034509 0.3238802 0.9284142 0.3174439 0.9282633 0.3242457 0.9034509 0.3309681 0.9033208 0.329325 0.9287133 0.1014886 0.3692461 0.1143935 0.3663406 0.1002066 0.4057617 0.1014886 0.3692461 0.08735543 0.4117901 0.08988344 0.3713564 0.187372 0.3493186 0.1849685 0.3839395 0.1733663 0.3529825 0.158759 0.3566573 0.1733663 0.3529825 0.1698664 0.3870613 0.158759 0.3566573 0.1532956 0.3920333 0.1438046 0.3601728 0.1287575 0.3633583 0.1438046 0.3601728 0.1355918 0.3973294 0.1287575 0.3633583 0.1170904 0.4014235 0.1143935 0.3663406 0.1156649 0.3242816 0.1278548 0.3229326 0.1143935 0.3663406 0.1156649 0.3242816 0.1014886 0.3692461 0.1037599 0.3242884 0.1883331 0.3060328 0.2011495 0.3023027 0.2007665 0.34612 0.1883331 0.3060328 0.187372 0.3493186 0.1755015 0.3100101 0.1633416 0.3132895 0.1755015 0.3100101 0.1733663 0.3529825 0.1633416 0.3132895 0.158759 0.3566573 0.1515336 0.3164269 0.1397578 0.3199778 0.1515336 0.3164269 0.1438046 0.3601728 0.1397578 0.3199778 0.1287575 0.3633583 0.1278548 0.3229326 0.09271132 0.3232164 0.1037599 0.3242884 0.08988344 0.3713564 0.1209568 0.2912357 0.1318175 0.2901439 0.1278548 0.3229326 0.1209568 0.2912357 0.1156649 0.3242816 0.1097782 0.2904834 0.1860006 0.2643954 0.1995269 0.2583861 0.2011495 0.3023027 0.1860006 0.2643954 0.1883331 0.3060328 0.1728603 0.2711096 0.1617637 0.2767116 0.1728603 0.2711096 0.1755015 0.3100101 0.1617637 0.2767116 0.1633416 0.3132895 0.1517699 0.2816994 0.1419382 0.286571 0.1517699 0.2816994 0.1515336 0.3164269 0.1419382 0.286571 0.1397578 0.3199778 0.1318175 0.2901439 0.09870386 0.2885242 0.1097782 0.2904834 0.1037599 0.3242884 0.1189895 0.2740665 0.1299087 0.2743185 0.1209568 0.2912357 0.1189895 0.2740665 0.1209568 0.2912357 0.1097782 0.2904834 0.1588135 0.2600789 0.1697819 0.2512823 0.1728603 0.2711096 0.1588135 0.2600789 0.1617637 0.2767116 0.1492324 0.2664932 0.1397935 0.2715169 0.1492324 0.2664932 0.1517699 0.2816994 0.1397935 0.2715169 0.1419382 0.286571 0.1299087 0.2743185 0.1833825 0.2391118 0.1860006 0.2643954 0.1697819 0.2512823 0.1833825 0.2391118 0.1977565 0.2281609 0.1995269 0.2583861 0.3897958 0.3693923 0.4013953 0.3715145 0.4038792 0.4119387 0.3897958 0.3693923 0.4038792 0.4119387 0.3910383 0.4058983 0.3325554 0.3567452 0.3379796 0.3921179 0.3214186 0.3871299 0.3325554 0.3567452 0.347502 0.3602759 0.3379796 0.3921179 0.3625414 0.3634768 0.3741643 0.4015436 0.3556728 0.3974312 0.3625414 0.3634768 0.3768979 0.3664736 0.3741643 0.4015436 0.3756728 0.3244254 0.3897958 0.3693923 0.3768979 0.3664736 0.3756728 0.3244254 0.3875743 0.3244453 0.3897958 0.3693923 0.3030439 0.3060989 0.3039569 0.3493775 0.2905685 0.3461653 0.3030439 0.3060989 0.3158683 0.3100903 0.3039569 0.3493775 0.3280217 0.3133829 0.3325554 0.3567452 0.3179556 0.3530554 0.3280217 0.3133829 0.3398231 0.3165329 0.3325554 0.3567452 0.3515917 0.3200961 0.3625414 0.3634768 0.347502 0.3602759 0.3515917 0.3200961 0.363488 0.3230633 0.3625414 0.3634768 0.266721 0.2980687 0.2902338 0.3023545 0.2659965 0.3421016 0.4013953 0.3715145 0.4108393 0.3720631 0.4100507 0.4139667 0.3704195 0.2913836 0.3756728 0.3244254 0.363488 0.3230633 0.3704195 0.2913836 0.3815953 0.2906441 0.3756728 0.3244254 0.3054265 0.2644718 0.3030439 0.3060989 0.2902338 0.3023545 0.3054265 0.2644718 0.3185554 0.2712014 0.3030439 0.3060989 0.3296423 0.2768159 0.3280217 0.3133829 0.3158683 0.3100903 0.3296423 0.2768159 0.3396272 0.2818145 0.3280217 0.3133829 0.3494501 0.2866963 0.3515917 0.3200961 0.3398231 0.3165329 0.3494501 0.2866963 0.3595634 0.2902799 0.3515917 0.3200961 0.3926682 0.2886979 0.3986207 0.3233857 0.3875743 0.3244453 0.3724055 0.2742221 0.3704195 0.2913836 0.3614899 0.2744616 0.3724055 0.2742221 0.3838511 0.2724072 0.3815953 0.2906441 0.3326123 0.2601913 0.3296423 0.2768159 0.3185554 0.2712014 0.3326123 0.2601913 0.3421823 0.2666159 0.3296423 0.2768159 0.3516119 0.2716494 0.3494501 0.2866963 0.3396272 0.2818145 0.3516119 0.2716494 0.3614899 0.2744616 0.3494501 0.2866963 0.3080772 0.2391961 0.3216584 0.2513825 0.3054265 0.2644718 0.3080772 0.2391961 0.3054265 0.2644718 0.2919102 0.2584461 0.7943878 0.9119791 0.7584058 0.9104383 0.7942479 0.9113409 0.3039569 0.3493775 0.3179556 0.3530554 0.3063237 0.3839935 0.187372 0.3493186 0.2007665 0.34612 0.1991306 0.3821222 0.2659965 0.3421016 0.2905685 0.3461653 0.2677785 0.3852675 0.3039569 0.3493775 0.3063237 0.3839935 0.292167 0.3821625 0.5594567 0.09689944 0.5630884 0.07839435 0.5635977 0.09756052 0.5594567 0.09689944 0.5551131 0.09714496 0.5587149 0.07919239 0.5739268 0.09773164 0.5711612 0.09772264 0.5740963 0.08278286 0.5739268 0.09773164 0.5740963 0.08278286 0.5751615 0.08430463 0.5893912 0.09542542 0.5811982 0.08022487 0.5916239 0.09414517 0.5893912 0.09542542 0.5870684 0.09650033 0.5813922 0.08249628 0.5952829 0.1154834 0.5893912 0.09542542 0.5977601 0.1149736 0.5952829 0.1154834 0.5925929 0.1160714 0.5870684 0.09650033 0.5759423 0.1175523 0.5731043 0.1180878 0.5711612 0.09772264 0.5759423 0.1175523 0.5739268 0.09773164 0.5766573 0.09771931 0.5020751 0.09283077 0.5003519 0.09284353 0.5001854 0.0676105 0.5020751 0.09283077 0.5001854 0.0676105 0.5023664 0.06722176 0.4988205 0.09282076 0.4972458 0.09278029 0.496272 0.06909042 0.4988205 0.09282076 0.496272 0.06909042 0.4981985 0.06843954 0.5268101 0.09446936 0.523826 0.09445059 0.5251752 0.07153737 0.5268101 0.09446936 0.528595 0.07135725 0.5298262 0.09448009 0.495469 0.1179851 0.4942811 0.1174734 0.4988205 0.09282076 0.495469 0.1179851 0.4988205 0.09282076 0.5003519 0.09284353 0.4985046 0.1188176 0.4968219 0.1184491 0.5020751 0.09283077 0.4985046 0.1188176 0.5020751 0.09283077 0.5008252 0.1181201 0.5250086 0.1203836 0.5218645 0.1194425 0.5268101 0.09446936 0.5250086 0.1203836 0.5268101 0.09446936 0.5282201 0.1204372 0.5694946 0.09769916 0.5680004 0.09758734 0.571811 0.07893651 0.5694946 0.09769916 0.571811 0.07893651 0.5732783 0.07944726 0.5662528 0.09731316 0.5635977 0.09756052 0.5693692 0.07691591 0.5662528 0.09731316 0.5693692 0.07691591 0.570484 0.07795596 0.5510299 0.09711605 0.547422 0.09776812 0.5510621 0.07762825 0.5510299 0.09711605 0.554622 0.07873255 0.5551131 0.09714496 0.544688 0.09670007 0.542238 0.0960921 0.5482875 0.0764929 0.544688 0.09670007 0.5482875 0.0764929 0.5510621 0.07762825 0.5664788 0.1191954 0.5639618 0.1200553 0.5635977 0.09756052 0.5664788 0.1191954 0.5662528 0.09731316 0.5680004 0.09758734 0.5708093 0.1185131 0.5687149 0.1188688 0.5680004 0.09758734 0.5708093 0.1185131 0.5694946 0.09769916 0.5731043 0.1180878 0.5428071 0.1205297 0.5400564 0.1201641 0.544688 0.09670007 0.5428071 0.1205297 0.544688 0.09670007 0.547422 0.09776812 0.5393686 0.09588503 0.5362406 0.09567081 0.5390838 0.07354539 0.5393686 0.09588503 0.5425297 0.07450747 0.542238 0.0960921 0.5330147 0.09504151 0.5298262 0.09448009 0.5354984 0.0723285 0.5330147 0.09504151 0.5354984 0.0723285 0.5390838 0.07354539 0.5313659 0.1206372 0.5282201 0.1204372 0.5330147 0.09504151 0.5313659 0.1206372 0.5330147 0.09504151 0.5362406 0.09567081 0.5372753 0.1203896 0.5343998 0.120712 0.5362406 0.09567081 0.5372753 0.1203896 0.5393686 0.09588503 0.5400564 0.1201641 0.5826001 0.1172999 0.5791614 0.1171939 0.5793156 0.09767854 0.5826001 0.1172999 0.5793156 0.09767854 0.5819562 0.09752267 0.5894771 0.1168156 0.5860936 0.117348 0.5845653 0.09716469 0.5894771 0.1168156 0.5845653 0.09716469 0.5870684 0.09650033 0.5845653 0.09716469 0.5798363 0.08196979 0.5813922 0.08249628 0.5793156 0.09767854 0.5766573 0.09771931 0.5751615 0.08430463 0.5112629 0.09274369 0.5087932 0.09243285 0.5099456 0.06983077 0.5112629 0.09274369 0.5099456 0.06983077 0.5123862 0.07043081 0.5063396 0.09251767 0.5040507 0.09273725 0.5048749 0.06789183 0.5063396 0.09251767 0.5048749 0.06789183 0.5074787 0.06897628 0.5101466 0.1133636 0.5112629 0.09274369 0.513629 0.09309309 0.5101466 0.1133636 0.5074751 0.1130048 0.5112629 0.09274369 0.5040917 0.1153864 0.5008252 0.1181201 0.5040507 0.09273725 0.5040917 0.1153864 0.5063396 0.09251767 0.5074751 0.1130048 0.5207524 0.09386485 0.5180323 0.09324502 0.521412 0.07133167 0.5207524 0.09386485 0.521412 0.07133167 0.5251752 0.07153737 0.5157717 0.09312397 0.513629 0.09309309 0.5149107 0.07075172 0.5157717 0.09312397 0.5149107 0.07075172 0.5178192 0.0709874 0.5142698 0.1139243 0.5123352 0.1143683 0.513629 0.09309309 0.5142698 0.1139243 0.5157717 0.09312397 0.5163365 0.1140039 0.5189209 0.1165796 0.5163365 0.1140039 0.5207524 0.09386485 0.5189209 0.1165796 0.5207524 0.09386485 0.523826 0.09445059 0.5570634 0.115699 0.5594567 0.09689944 0.5635977 0.09756052 0.5570634 0.115699 0.5539162 0.1156522 0.5551131 0.09714496 0.5507374 0.1160709 0.5510299 0.09711605 0.5539162 0.1156522 0.5507374 0.1160709 0.5485259 0.1182907 0.547422 0.09776812 0.5271614 0.4601774 0.5228014 0.4589174 0.5208026 0.4795721 0.5271614 0.4601774 0.5208026 0.4795721 0.5256072 0.4792951 0.5116561 0.4573515 0.508789 0.4570109 0.5086187 0.4716187 0.5116561 0.4573515 0.5095605 0.473395 0.5142053 0.4576769 0.494813 0.4577814 0.4941362 0.4677378 0.5015915 0.4751981 0.494813 0.4577814 0.5015915 0.4751981 0.5016855 0.4727326 0.4911525 0.435454 0.4884241 0.435672 0.494813 0.4577814 0.4911525 0.435454 0.494813 0.4577814 0.4974508 0.4569358 0.5122001 0.4358041 0.508695 0.4357609 0.508789 0.4570109 0.5122001 0.4358041 0.5116561 0.4573515 0.5142053 0.4576769 0.5889003 0.4722385 0.5867082 0.4720695 0.5845335 0.4996055 0.5889003 0.4722385 0.5869252 0.4994772 0.5908133 0.4724612 0.5924352 0.4727016 0.5908133 0.4724612 0.5891668 0.4988508 0.5924352 0.4727016 0.59132 0.4984081 0.5924198 0.4886769 0.5619015 0.4671186 0.5586641 0.4667072 0.556922 0.4916993 0.5619015 0.4671186 0.556922 0.4916993 0.5606181 0.491958 0.5986701 0.4460331 0.5924352 0.4727016 0.5998773 0.4467403 0.5986701 0.4460331 0.5972796 0.4453552 0.5908133 0.4724612 0.5955221 0.444736 0.5889003 0.4722385 0.5972796 0.4453552 0.5955221 0.444736 0.592938 0.4451763 0.5889003 0.4722385 0.5672741 0.4395324 0.5619015 0.4671186 0.5705248 0.4409606 0.5672741 0.4395324 0.563833 0.4390482 0.5619015 0.4671186 0.516132 0.4579409 0.5142053 0.4576769 0.5099958 0.477087 0.516132 0.4579409 0.5115042 0.4778308 0.5178511 0.4582757 0.5197778 0.4588131 0.5178511 0.4582757 0.5127994 0.4790607 0.5197778 0.4588131 0.5138588 0.4803262 0.5228014 0.4589174 0.5361975 0.4610581 0.5318592 0.4604904 0.5299431 0.480332 0.5361975 0.4610581 0.5299431 0.480332 0.533621 0.4819901 0.5429975 0.4623521 0.5402029 0.4608421 0.533621 0.4819901 0.5429975 0.4623521 0.5364512 0.4835773 0.5455482 0.4633301 0.5225824 0.4352974 0.5197778 0.4588131 0.5228014 0.4589174 0.5225824 0.4352974 0.5201375 0.4353509 0.5178511 0.4582757 0.5178409 0.4354545 0.516132 0.4579409 0.5178511 0.4582757 0.5178409 0.4354545 0.5153194 0.4356062 0.516132 0.4579409 0.5481812 0.4370107 0.5429975 0.4623521 0.5510866 0.4377688 0.5481812 0.4370107 0.5453902 0.4354552 0.5402029 0.4608421 0.5486025 0.4639331 0.5455482 0.4633301 0.5423731 0.4864723 0.5486025 0.4639331 0.5423731 0.4864723 0.5459468 0.4879617 0.5553144 0.4656815 0.5519336 0.464578 0.5459468 0.4879617 0.5553144 0.4656815 0.5496367 0.4897431 0.5586641 0.4667072 0.5604817 0.4384154 0.5553144 0.4656815 0.563833 0.4390482 0.5604817 0.4384154 0.5572338 0.4379321 0.5519336 0.464578 0.5541031 0.4378962 0.5486025 0.4639331 0.5519336 0.464578 0.5541031 0.4378962 0.5510866 0.4377688 0.5486025 0.4639331 0.505016 0.4351899 0.5059349 0.4567012 0.508695 0.4357609 0.505016 0.4351899 0.5012704 0.4346737 0.5030779 0.4565176 0.4975655 0.4347953 0.5002278 0.4565551 0.5012704 0.4346737 0.4975655 0.4347953 0.49412 0.4351803 0.4974508 0.4569358 0.5002278 0.4565551 0.4974508 0.4569358 0.5016855 0.4727326 0.5059349 0.4567012 0.5073232 0.4726413 0.5086187 0.4716187 0.5787889 0.4710844 0.5762873 0.4703947 0.5742031 0.4948364 0.5787889 0.4710844 0.5767437 0.4958031 0.5814071 0.4717465 0.5841286 0.4719901 0.5814071 0.4717465 0.5792788 0.4970464 0.5841286 0.4719901 0.5819301 0.4985545 0.5867082 0.4720695 0.5822983 0.449044 0.5800821 0.4476746 0.5762873 0.4703947 0.5822983 0.449044 0.5787889 0.4710844 0.5851188 0.4497842 0.5890678 0.447677 0.5841286 0.4719901 0.5867082 0.4720695 0.5890678 0.447677 0.5851188 0.4497842 0.5841286 0.4719901 0.5683454 0.468573 0.5651031 0.4675343 0.5606181 0.491958 0.5683454 0.468573 0.5646317 0.4926763 0.5713692 0.469622 0.5739153 0.4700682 0.5713692 0.469622 0.5684439 0.4935209 0.5739153 0.4700682 0.5715355 0.4941583 0.5762873 0.4703947 0.5779459 0.4478944 0.5739153 0.4700682 0.5762873 0.4703947 0.5779459 0.4478944 0.5757375 0.4475343 0.5739153 0.4700682 0.5733049 0.4444255 0.5705248 0.4409606 0.5651031 0.4675343 0.5733049 0.4444255 0.5683454 0.468573 0.5757375 0.4475343 0.5322291 0.4403039 0.5297126 0.4381192 0.5228014 0.4589174 0.5322291 0.4403039 0.5271614 0.4601774 0.5318592 0.4604904 0.5390723 0.440745 0.5356028 0.4407724 0.5361975 0.4610581 0.5390723 0.440745 0.5361975 0.4610581 0.5402029 0.4608421 0.3545473 0.6177982 0.3581141 0.6164949 0.3505741 0.5952029 0.3545473 0.6177982 0.3464765 0.5946173 0.35058 0.6189232 0.3103777 0.6145882 0.3116986 0.5947642 0.3075387 0.5952312 0.3103777 0.6145882 0.3144 0.6155341 0.3116986 0.5947642 0.3192843 0.6170039 0.3241567 0.6198391 0.3244289 0.5947183 0.3192843 0.6170039 0.3200024 0.5939981 0.3158545 0.5943391 0.3451333 0.6194996 0.35058 0.6189232 0.3421266 0.5943699 0.3451333 0.6194996 0.3372208 0.5938366 0.3401837 0.621174 0.3311157 0.6131594 0.3342677 0.6191796 0.33228 0.5943292 0.3311157 0.6131594 0.3280096 0.592666 0.3244289 0.5947183 0.3281432 0.6248815 0.3298974 0.6191815 0.3244289 0.5947183 0.3377081 0.6255924 0.3401837 0.621174 0.33228 0.5943292 0.3857526 0.6100232 0.3892756 0.609031 0.3841196 0.5982334 0.3857526 0.6100232 0.3841196 0.5982334 0.3800367 0.5989819 0.3781628 0.6119936 0.3820372 0.6111677 0.3800367 0.5989819 0.3781628 0.6119936 0.3756314 0.5993175 0.3742892 0.6127069 0.3933132 0.595498 0.398646 0.593431 0.3944009 0.580888 0.3933132 0.595498 0.3944009 0.580888 0.388292 0.5826187 0.4041008 0.5907908 0.4035915 0.5737912 0.3991255 0.5805468 0.3649811 0.5991138 0.3706855 0.5993312 0.3686289 0.5839266 0.3649811 0.5991138 0.3618035 0.5835362 0.3593748 0.5983567 0.354723 0.5967513 0.3593748 0.5983567 0.3572286 0.5845125 0.4010469 0.6084502 0.4063366 0.6082952 0.4041008 0.5907908 0.4010469 0.6084502 0.4041008 0.5907908 0.398646 0.593431 0.3925728 0.6086623 0.3962835 0.6085807 0.3933132 0.595498 0.3925728 0.6086623 0.3933132 0.595498 0.3883788 0.597072 0.3705766 0.6135138 0.3742892 0.6127069 0.3706855 0.5993312 0.3705766 0.6135138 0.3649811 0.5991138 0.3667063 0.6144081 0.3623596 0.6153833 0.3667063 0.6144081 0.3593748 0.5983567 0.3623596 0.6153833 0.354723 0.5967513 0.3581141 0.6164949 0.3841196 0.5982334 0.3833184 0.5835024 0.3788128 0.5838617 0.3841196 0.5982334 0.3883788 0.597072 0.3833184 0.5835024 0.3756314 0.5993175 0.3741075 0.5840191 0.3706855 0.5993312 0.3756314 0.5993175 0.3800367 0.5989819 0.3788128 0.5838617 0.3435233 0.8440404 0.3511635 0.8673672 0.3470774 0.866706 0.3435233 0.8440404 0.347511 0.8429896 0.3511635 0.8673672 0.387619 0.8480688 0.391196 0.8488186 0.3901014 0.8674702 0.387619 0.8480688 0.3859344 0.8678609 0.383616 0.8470492 0.3787611 0.84549 0.383616 0.8470492 0.3817722 0.8682096 0.3787611 0.84549 0.3776195 0.8684743 0.3732077 0.8676729 0.3529675 0.8425146 0.360403 0.8683184 0.3555081 0.8676947 0.3529675 0.8425146 0.3579471 0.8409331 0.360403 0.8683184 0.3668634 0.849114 0.3681931 0.8431164 0.3732077 0.8676729 0.3668634 0.849114 0.3695903 0.8696587 0.3653517 0.8679172 0.3700522 0.8374511 0.3739435 0.8425657 0.3732077 0.8676729 0.3605042 0.8365623 0.3638243 0.8430373 0.3653517 0.8679172 0.3121742 0.8512365 0.3135896 0.8630567 0.3086326 0.8521636 0.3121742 0.8512365 0.3159109 0.8501605 0.3176864 0.8623835 0.3198008 0.8494063 0.3220978 0.8621292 0.3176864 0.8623835 0.3198008 0.8494063 0.3236876 0.8487647 0.3220978 0.8621292 0.3043456 0.8656229 0.309309 0.8641396 0.3091298 0.8785946 0.3043456 0.8656229 0.302989 0.8802132 0.2989745 0.8675917 0.2934709 0.8701318 0.2989745 0.8675917 0.2982581 0.8804676 0.3327438 0.8625295 0.3383359 0.86339 0.3356339 0.8781645 0.3327438 0.8625295 0.3356339 0.8781645 0.3288162 0.8776486 0.3429576 0.8650812 0.3441404 0.8832732 0.3402265 0.8772725 0.2968496 0.8525277 0.2934709 0.8701318 0.2915567 0.8525855 0.2968496 0.8525277 0.3016158 0.8524848 0.2989745 0.8675917 0.3053283 0.8524716 0.3043456 0.8656229 0.3016158 0.8524848 0.3053283 0.8524716 0.3086326 0.8521636 0.309309 0.8641396 0.3274152 0.8480265 0.3327438 0.8625295 0.3270438 0.8622069 0.3274152 0.8480265 0.331302 0.8472041 0.3327438 0.8625295 0.3356665 0.8463097 0.3429576 0.8650812 0.3383359 0.86339 0.3356665 0.8463097 0.3399324 0.8452771 0.3429576 0.8650812 0.3135896 0.8630567 0.3176864 0.8623835 0.3186317 0.8775261 0.3135896 0.8630567 0.3141195 0.8778024 0.309309 0.8641396 0.3220978 0.8621292 0.3270438 0.8622069 0.3233397 0.8774552 0.3220978 0.8621292 0.3233397 0.8774552 0.3186317 0.8775261 0.09152436 0.5825368 0.0919981 0.5812681 0.1029807 0.5846254 0.09152436 0.5825368 0.103106 0.5856732 0.09713721 0.5854417 0.1066092 0.5669903 0.1088833 0.568934 0.1111351 0.5782389 0.1066092 0.5669903 0.1102193 0.5783527 0.1052694 0.5678789 0.1037933 0.5683894 0.1052694 0.5678789 0.108168 0.5782206 0.1037933 0.5683894 0.108168 0.5782206 0.1067017 0.5771551 0.09225374 0.5799186 0.09257948 0.5784485 0.101467 0.5824328 0.09225374 0.5799186 0.1027085 0.5836555 0.0919981 0.5812681 0.09652209 0.5717142 0.09807062 0.5705828 0.1051065 0.5799839 0.09652209 0.5717142 0.1051065 0.5799839 0.1045846 0.5806598 0.09465843 0.5740156 0.09539008 0.5728943 0.1045846 0.5806598 0.09465843 0.5740156 0.1040933 0.5812762 0.09404397 0.5752622 0.1000517 0.5696079 0.1020858 0.5688548 0.1067017 0.5771551 0.1000517 0.5696079 0.1065558 0.5785765 0.1057375 0.5792793 0.09326362 0.5768181 0.09404397 0.5752622 0.1035719 0.5818629 0.09326362 0.5768181 0.1029601 0.5824497 0.101467 0.5824328 0.1234059 0.5433232 0.1255528 0.5424432 0.1273354 0.5507534 0.1234059 0.5433232 0.1255409 0.5518733 0.1211156 0.5446972 0.1277838 0.5421195 0.1299912 0.5421172 0.1292081 0.5505986 0.1277838 0.5421195 0.1292081 0.5505986 0.1273354 0.5507534 0.1258235 0.5650369 0.1284198 0.5713248 0.1206946 0.5623921 0.1258235 0.5650369 0.1190336 0.5573666 0.1197016 0.5549189 0.1258235 0.5650369 0.1216757 0.554469 0.123853 0.5537835 0.1347464 0.5632017 0.1330742 0.5513898 0.1346781 0.5510137 0.1347464 0.5632017 0.1364817 0.5531323 0.1384652 0.5556558 0.1347464 0.5632017 0.1329696 0.5653052 0.1312147 0.5514504 0.02545446 0.05420511 0.02573156 0.05570769 0.009394824 0.05449253 0.02545446 0.05420511 0.009652435 0.05273425 0.02512305 0.05236154 0.02545446 0.05420511 0.02512305 0.05236154 0.04107075 0.05406427 0.02545446 0.05420511 0.04487103 0.05504012 0.02573156 0.05570769 0.025164 0.05702829 0.02573156 0.05570769 0.04473435 0.05681848 0.025164 0.05702829 0.04473435 0.05681848 0.0407744 0.05765366 0.02552789 0.05010122 0.02644461 0.04795414 0.04184532 0.05249148 0.02552789 0.05010122 0.04299932 0.0535773 0.04107075 0.05406427 0.02764898 0.04645031 0.02838701 0.04527533 0.04599934 0.05336129 0.02764898 0.04645031 0.04599934 0.05336129 0.04184532 0.05249148 0.02790462 0.04411476 0.03039002 0.04383808 0.04465073 0.05026167 0.02790462 0.04411476 0.04906278 0.05306833 0.02838701 0.04527533 0.02436947 0.06005132 0.02447038 0.0584498 0.0407744 0.05765366 0.02436947 0.06005132 0.04264384 0.05808609 0.04299598 0.05884498 0.1312116 0.5627431 0.1304361 0.5644583 0.1273354 0.5507534 0.1312116 0.5627431 0.1292081 0.5505986 0.1312147 0.5514504 0.1289119 0.5637087 0.1284391 0.5667297 0.123853 0.5537835 0.1289119 0.5637087 0.1255409 0.5518733 0.1273354 0.5507534 0.1745855 0.573252 0.1738681 0.5750306 0.1641494 0.5702112 0.1745855 0.573252 0.1655244 0.5675641 0.1754522 0.5718653 0.17636 0.5708811 0.1681178 0.5640755 0.1695202 0.5626564 0.17636 0.5708811 0.1754522 0.5718653 0.1681178 0.5640755 0.1787353 0.5688421 0.177418 0.5699799 0.1713868 0.560638 0.1787353 0.5688421 0.1713868 0.560638 0.1801484 0.5677793 0.1838535 0.5657547 0.1864267 0.5675857 0.1897322 0.5762146 0.1838535 0.5657547 0.1897322 0.5762146 0.1886857 0.5763499 0.1724776 0.5841892 0.1730106 0.5826725 0.1843782 0.5849045 0.1724776 0.5841892 0.1843782 0.5849045 0.1844924 0.5858202 0.1731439 0.5811163 0.1731768 0.5793468 0.1823551 0.5817877 0.1731439 0.5811163 0.1837474 0.5829481 0.1730106 0.5826725 0.1814939 0.5671033 0.1827396 0.5665248 0.1876788 0.5763235 0.1814939 0.5671033 0.1876788 0.5763235 0.186189 0.5754196 0.1745855 0.573252 0.1754522 0.5718653 0.1852341 0.5788765 0.1745855 0.573252 0.1847067 0.5795481 0.1738681 0.5750306 0.17636 0.5708811 0.177418 0.5699799 0.1857113 0.578249 0.17636 0.5708811 0.1857113 0.578249 0.1852341 0.5788765 0.1734083 0.5771902 0.1738681 0.5750306 0.1841781 0.5803325 0.1734083 0.5771902 0.1836974 0.581298 0.1823551 0.5817877 0.1787353 0.5688421 0.1801484 0.5677793 0.186189 0.5754196 0.1787353 0.5688421 0.1865714 0.5768629 0.1861523 0.5775998 0.1079108 0.4257792 0.1043806 0.4192091 0.1094503 0.4245599 0.1079108 0.4257792 0.1065018 0.4273195 0.1025683 0.4208556 0.120401 0.421963 0.119191 0.414873 0.1229616 0.4150911 0.120401 0.421963 0.1177021 0.4221255 0.119191 0.414873 0.1256438 0.4229939 0.1277629 0.4263108 0.1244648 0.4321924 0.1256438 0.4229939 0.1244648 0.4321924 0.1233588 0.429627 0.120401 0.421963 0.1230907 0.4220471 0.1233588 0.429627 0.120401 0.421963 0.1223973 0.4312762 0.1177021 0.4221255 0.1053259 0.4297401 0.1065018 0.4273195 0.1108556 0.4345847 0.1053259 0.4297401 0.1114264 0.4376599 0.1074266 0.4361815 0.1079108 0.4257792 0.1094503 0.4245599 0.1141958 0.4343073 0.1079108 0.4257792 0.1125482 0.435044 0.1108556 0.4345847 0.1110178 0.4231024 0.1128345 0.422018 0.1164225 0.4311205 0.1110178 0.4231024 0.1149864 0.4319606 0.1094503 0.4245599 0.1151212 0.421918 0.1177021 0.4221255 0.1184099 0.4312596 0.1151212 0.421918 0.1184099 0.4312596 0.1164225 0.4311205 0.0149374 0.09438109 0.01207554 0.07833063 0.01649725 0.09329974 0.0149374 0.09438109 0.01117658 0.08952212 0.009975671 0.07847404 0.01869112 0.09255313 0.01745605 0.07753491 0.02097517 0.09231519 0.01869112 0.09255313 0.01649725 0.09329974 0.01447057 0.07805997 0.02280569 0.09275972 0.0227921 0.07681667 0.02466136 0.0767672 0.02280569 0.09275972 0.02097517 0.09231519 0.0227921 0.07681667 0.02280569 0.09275972 0.02430117 0.09312474 0.022924 0.1114594 0.02280569 0.09275972 0.022924 0.1114594 0.02204281 0.1078389 0.02558004 0.09264814 0.0270034 0.09208935 0.02544522 0.1072767 0.02558004 0.09264814 0.02456456 0.1110451 0.02430117 0.09312474 0.01869112 0.09255313 0.02097517 0.09231519 0.02204281 0.1078389 0.01869112 0.09255313 0.02155059 0.1096883 0.02051329 0.1085742 0.0149374 0.09438109 0.01649725 0.09329974 0.02051329 0.1085742 0.0149374 0.09438109 0.02132415 0.1126278 0.01714217 0.1060266 0.03126496 0.09402561 0.03044837 0.09960937 0.02578383 0.1121273 0.03126496 0.09402561 0.02578383 0.1121273 0.02664965 0.1079099 0.02893233 0.09220778 0.03060626 0.09289079 0.02664965 0.1079099 0.02893233 0.09220778 0.02577322 0.108928 0.02544522 0.1072767 0.09152436 0.5825368 0.07995164 0.5791341 0.08078217 0.5776814 0.09152436 0.5825368 0.08933806 0.5833358 0.07995164 0.5791341 0.1066092 0.5669903 0.1052694 0.5678789 0.1004219 0.5566155 0.1066092 0.5669903 0.1021542 0.5553165 0.1059799 0.559652 0.1037933 0.5683894 0.1020858 0.5688548 0.09865891 0.5575374 0.1037933 0.5683894 0.09865891 0.5575374 0.1004219 0.5566155 0.09225374 0.5799186 0.08134579 0.576041 0.09257948 0.5784485 0.09225374 0.5799186 0.0919981 0.5812681 0.08078217 0.5776814 0.09652209 0.5717142 0.08878743 0.5643234 0.0910167 0.5623415 0.09652209 0.5717142 0.09539008 0.5728943 0.08878743 0.5643234 0.09465843 0.5740156 0.09404397 0.5752622 0.08500874 0.5694 0.09465843 0.5740156 0.08604085 0.5676927 0.09539008 0.5728943 0.1000517 0.5696079 0.09380817 0.5603169 0.09655708 0.5585991 0.1000517 0.5696079 0.09807062 0.5705828 0.09380817 0.5603169 0.09326362 0.5768181 0.0835092 0.5717042 0.09404397 0.5752622 0.09326362 0.5768181 0.09257948 0.5784485 0.0835092 0.5717042 0.1320669 0.5422015 0.1343122 0.5426979 0.1330742 0.5513898 0.1320669 0.5422015 0.1330742 0.5513898 0.1312147 0.5514504 0.1370282 0.5439322 0.1399794 0.5455353 0.1364817 0.5531323 0.1370282 0.5439322 0.1364817 0.5531323 0.1346781 0.5510137 0.1184545 0.5465031 0.1211156 0.5446972 0.123853 0.5537835 0.1184545 0.5465031 0.1216757 0.554469 0.1158028 0.5486035 0.1135407 0.550861 0.1158028 0.5486035 0.1197016 0.5549189 0.1135407 0.550861 0.1190336 0.5573666 0.1114734 0.553197 0.02436947 0.06005132 0.02204221 0.06248337 0.009485423 0.06319993 0.02436947 0.06005132 0.00926131 0.06015664 0.02447038 0.0584498 0.02790462 0.04411476 0.02838701 0.04527533 0.01240557 0.04103773 0.02790462 0.04411476 0.01249474 0.04007625 0.01877456 0.04025977 0.02764898 0.04645031 0.02644461 0.04795414 0.01214951 0.0426796 0.02764898 0.04645031 0.01214951 0.0426796 0.01240557 0.04103773 0.02552789 0.05010122 0.02512305 0.05236154 0.01087576 0.04772925 0.02552789 0.05010122 0.01087576 0.04772925 0.01166129 0.04493308 0.025164 0.05702829 0.02447038 0.0584498 0.009200274 0.05589252 0.025164 0.05702829 0.009200274 0.05589252 0.009394824 0.05449253 0.1838535 0.5657547 0.1827396 0.5665248 0.1765139 0.5565298 0.1838535 0.5657547 0.1777189 0.5553687 0.1817579 0.559293 0.1724776 0.5841892 0.1600677 0.5827313 0.1609026 0.5807333 0.1724776 0.5841892 0.1700641 0.5856477 0.1600677 0.5827313 0.1731439 0.5811163 0.1613645 0.5787981 0.1731768 0.5793468 0.1731439 0.5811163 0.1730106 0.5826725 0.1609026 0.5807333 0.1814939 0.5671033 0.1801484 0.5677793 0.1750615 0.5574781 0.1814939 0.5671033 0.1750615 0.5574781 0.1765139 0.5565298 0.1734083 0.5771902 0.1731768 0.5793468 0.1618787 0.5765001 0.1734083 0.5771902 0.1628706 0.5734139 0.1738681 0.5750306 0.1151212 0.421918 0.1127912 0.415092 0.1156147 0.4149278 0.1151212 0.421918 0.1128345 0.422018 0.1127912 0.415092 0.1110178 0.4231024 0.1082581 0.4166691 0.1128345 0.422018 0.1110178 0.4231024 0.1094503 0.4245599 0.1062456 0.4179832 0.1053259 0.4297401 0.1007142 0.4234318 0.1065018 0.4273195 0.1053259 0.4297401 0.103365 0.4315765 0.09883904 0.4264727 0.1256438 0.4229939 0.1263678 0.4157453 0.1295917 0.4166175 0.1256438 0.4229939 0.1230907 0.4220471 0.1263678 0.4157453 0.02893233 0.09220778 0.03075361 0.07744884 0.03337281 0.07801586 0.02893233 0.09220778 0.0270034 0.09208935 0.03075361 0.07744884 0.03126496 0.09402561 0.034662 0.07832068 0.03528618 0.07849442 0.03126496 0.09402561 0.03060626 0.09289079 0.034662 0.07832068 0.02558004 0.09264814 0.02615845 0.07675075 0.0270034 0.09208935 0.02558004 0.09264814 0.02430117 0.09312474 0.02466136 0.0767672 0.4856241 0.5960956 0.4854564 0.5988807 0.4794124 0.5960864 0.4856241 0.5960956 0.4794124 0.5960864 0.4843834 0.5929619 0.4847859 0.6015525 0.4828023 0.6046532 0.4785258 0.6009655 0.4847859 0.6015525 0.4785258 0.6009655 0.4792262 0.5985177 0.7018019 0.4276031 0.7017794 0.4301918 0.6955064 0.4298836 0.7018019 0.4276031 0.6954942 0.4276019 0.7004067 0.4243977 0.7012068 0.4327196 0.6992516 0.4357317 0.6949149 0.4321184 0.7012068 0.4327196 0.6949149 0.4321184 0.6955064 0.4298836 0.6354449 0.3139202 0.6344762 0.3121097 0.6406401 0.3126193 0.6354449 0.3139202 0.6414241 0.3152124 0.635397 0.3156253 0.6350409 0.3172429 0.635397 0.3156253 0.641326 0.3170587 0.6350409 0.3172429 0.6409884 0.3187675 0.6395261 0.3206927 0.6262644 0.3065505 0.6243027 0.3049203 0.633064 0.2999495 0.6262644 0.3065505 0.633064 0.2999495 0.6286248 0.308272 0.624568 0.3188096 0.6269763 0.31878 0.6284345 0.3272758 0.624568 0.3188096 0.6284345 0.3272758 0.6252903 0.328583 0.633064 0.2999495 0.6308661 0.2958564 0.642545 0.2956865 0.633064 0.2999495 0.642545 0.2956865 0.6354801 0.3041761 0.6284345 0.3272758 0.6319116 0.3256003 0.6342702 0.3348243 0.6284345 0.3272758 0.6342702 0.3348243 0.6306993 0.3375039 0.6934633 0.4532346 0.6906741 0.4566 0.6848987 0.4503858 0.6934633 0.4532346 0.6873512 0.447358 0.6905099 0.443948 0.6360547 0.3231881 0.6417558 0.3270155 0.6379269 0.3315323 0.6304797 0.3187887 0.6336455 0.3184162 0.6360547 0.3231881 0.6304797 0.3187887 0.6360547 0.3231881 0.6319116 0.3256003 0.6383322 0.3086699 0.6354801 0.3041761 0.6437407 0.3013824 0.6317824 0.310176 0.6383322 0.3086699 0.6344762 0.3121097 0.6317824 0.310176 0.6286248 0.308272 0.6354801 0.3041761 0.6950814 0.4397736 0.6889648 0.4362387 0.6929808 0.434254 0.6967263 0.4200199 0.7004067 0.4243977 0.6940252 0.425308 0.4786949 0.6087251 0.4726428 0.6053597 0.4765762 0.6032921 0.4808285 0.5892445 0.4843834 0.5929619 0.4780994 0.5939018 0.4426882 0.5503042 0.4447256 0.5538797 0.4410092 0.5578771 0.4426882 0.5503042 0.4410092 0.5578771 0.4368131 0.5538077 0.4410092 0.5578771 0.4450138 0.5612313 0.4402029 0.5654999 0.4516943 0.5479329 0.4563772 0.5538748 0.4514077 0.5520076 0.4516943 0.5479329 0.4516326 0.5436154 0.4586371 0.5487338 0.4563772 0.5538748 0.4600919 0.5606707 0.4541047 0.5585771 0.4517429 0.5410261 0.4519394 0.539301 0.4623091 0.542798 0.4517429 0.5410261 0.4605579 0.5453312 0.4516326 0.5436154 0.4396224 0.5435884 0.4408892 0.5461967 0.4333049 0.5509072 0.4396224 0.5435884 0.4333049 0.5509072 0.4301408 0.5485909 0.4502519 0.5538685 0.4514077 0.5520076 0.4541047 0.5585771 0.4502519 0.5538685 0.4521465 0.5606634 0.4485707 0.5545014 0.4467075 0.554892 0.4485707 0.5545014 0.4501962 0.5613833 0.4467075 0.554892 0.4479473 0.5619862 0.4450138 0.5612313 0.4521465 0.5606634 0.4541047 0.5585771 0.4557291 0.5649148 0.4521465 0.5606634 0.4532349 0.56672 0.4501962 0.5613833 0.4479473 0.5619862 0.4501962 0.5613833 0.4514425 0.5673094 0.4479473 0.5619862 0.449185 0.5679057 0.4456944 0.5676041 0.7267489 0.4470928 0.7328662 0.4470754 0.7315589 0.4494482 0.7267489 0.4470928 0.7270575 0.4454151 0.7328662 0.4470754 0.7270464 0.4437589 0.7331812 0.4435075 0.7331553 0.4452492 0.7270464 0.4437589 0.7259263 0.4423205 0.7321524 0.4413198 0.5465067 0.6714335 0.5543802 0.672033 0.5530794 0.6745415 0.5465067 0.6714335 0.5464411 0.6695154 0.5541933 0.669471 0.5458908 0.6676013 0.5534902 0.6669248 0.5464411 0.6695154 0.5458908 0.6676013 0.5442596 0.6660102 0.5515037 0.6643177 0.5973407 0.3064572 0.6050923 0.3066942 0.6036293 0.3093039 0.5973407 0.3064572 0.5973821 0.3045896 0.6050934 0.3042977 0.5968903 0.3027668 0.6044979 0.3019553 0.5973821 0.3045896 0.5968903 0.3027668 0.5952559 0.3012911 0.6025302 0.2995216 0.7162335 0.4523867 0.7189012 0.4511951 0.7215079 0.4602605 0.7162335 0.4523867 0.7215079 0.4602605 0.7139747 0.4535723 0.7171301 0.4400432 0.7153206 0.4396077 0.7198742 0.4306354 0.7171301 0.4400432 0.7226766 0.4325692 0.7194792 0.4405741 0.5359956 0.6739553 0.5383301 0.6737955 0.5417937 0.6805255 0.5359956 0.6739553 0.5417937 0.6805255 0.5392572 0.6817981 0.5349233 0.663582 0.5330427 0.6627314 0.5398939 0.6560109 0.5349233 0.663582 0.5398939 0.6560109 0.5373706 0.664377 0.5865453 0.3104033 0.5889966 0.3098166 0.5921897 0.3174315 0.5865453 0.3104033 0.5921897 0.3174315 0.5894935 0.3194084 0.5857576 0.2993028 0.5839087 0.2986428 0.5906885 0.291734 0.5857576 0.2993028 0.5906885 0.291734 0.5882099 0.2999233 0.7215079 0.4602605 0.7247521 0.4566302 0.7298921 0.4664061 0.7215079 0.4602605 0.7298921 0.4664061 0.7185046 0.4638054 0.7226766 0.4325692 0.7198742 0.4306354 0.7270238 0.4230384 0.7226766 0.4325692 0.7299576 0.4264034 0.7257279 0.4349327 0.5417937 0.6805255 0.5449433 0.6789897 0.548167 0.6867527 0.5417937 0.6805255 0.548167 0.6867527 0.5451676 0.6889405 0.5398939 0.6560109 0.5373837 0.6532624 0.5462006 0.6488037 0.5398939 0.6560109 0.5462006 0.6488037 0.5430422 0.6587757 0.5921897 0.3174315 0.5954502 0.3151567 0.5985522 0.3239789 0.5921897 0.3174315 0.5985522 0.3239789 0.5955876 0.3268895 0.5906885 0.291734 0.5881524 0.289405 0.596854 0.2846503 0.5906885 0.291734 0.596854 0.2846503 0.5938879 0.2941779 0.7292773 0.4381555 0.7257279 0.4349327 0.7328478 0.4303852 0.7229076 0.4412961 0.7292773 0.4381555 0.7259263 0.4423205 0.7229076 0.4412961 0.7194792 0.4405741 0.7257279 0.4349327 0.7284783 0.4528297 0.7349941 0.4552884 0.7322489 0.4610845 0.7223864 0.4499912 0.7254241 0.4486616 0.7284783 0.4528297 0.7223864 0.4499912 0.7284783 0.4528297 0.7247521 0.4566302 0.5984144 0.2968515 0.5938879 0.2941779 0.5999509 0.2884734 0.5918692 0.3004646 0.5984144 0.2968515 0.5952559 0.3012911 0.5918692 0.3004646 0.5882099 0.2999233 0.5938879 0.2941779 0.5998393 0.3122861 0.6061908 0.3152183 0.6019441 0.3203335 0.5927013 0.3091115 0.5960267 0.3080658 0.5998393 0.3122861 0.5927013 0.3091115 0.5998393 0.3122861 0.5954502 0.3151567 0.5474665 0.6615729 0.5430422 0.6587757 0.5490532 0.6532198 0.5409511 0.6650609 0.5474665 0.6615729 0.5442596 0.6660102 0.5409511 0.6650609 0.5373706 0.664377 0.5430422 0.6587757 0.5493195 0.6769278 0.5556509 0.6797265 0.5515377 0.6839022 0.541997 0.6735868 0.5452909 0.6729319 0.5493195 0.6769278 0.541997 0.6735868 0.5493195 0.6769278 0.5449433 0.6789897 0.4287177 0.5014754 0.4353765 0.4974967 0.432753 0.5022829 0.4287177 0.5014754 0.4242525 0.5010616 0.4301927 0.4947956 0.4353765 0.4974967 0.4423575 0.4943307 0.4398212 0.5002412 0.4293035 0.51077 0.4330807 0.5092146 0.4364181 0.5133432 0.4293035 0.51077 0.4364181 0.5133432 0.4322504 0.5171073 0.4364181 0.5133432 0.4401652 0.5097054 0.444038 0.5147284 0.4227633 0.5129914 0.4251862 0.5120712 0.429626 0.5200018 0.4227633 0.5129914 0.429626 0.5200018 0.4277731 0.5224617 0.4213778 0.5006806 0.4192984 0.500316 0.4231399 0.4901055 0.4213778 0.5006806 0.4263348 0.4923793 0.4242525 0.5010616 0.4344829 0.5075316 0.4415285 0.5071898 0.4401652 0.5097054 0.4344829 0.5075316 0.434554 0.5057366 0.4415285 0.5071898 0.4343379 0.5038452 0.4414616 0.5027877 0.4415974 0.5051119 0.4343379 0.5038452 0.432753 0.5022829 0.4398212 0.5002412 0.4415285 0.5071898 0.4476197 0.5063152 0.446692 0.5092511 0.4415285 0.5071898 0.4415974 0.5051119 0.4476197 0.5063152 0.4414616 0.5027877 0.4474695 0.502098 0.4476146 0.5044284 0.4414616 0.5027877 0.4398212 0.5002412 0.4460841 0.4988801 0.4909759 0.5962125 0.4908311 0.5993728 0.4856241 0.5960956 0.4909759 0.5962125 0.4856241 0.5960956 0.4898973 0.5922301 0.4902721 0.6021775 0.4884687 0.605822 0.4847859 0.6015525 0.4902721 0.6021775 0.4847859 0.6015525 0.4854564 0.5988807 0.7073477 0.4275172 0.7072741 0.4303748 0.7018019 0.4276031 0.7073477 0.4275172 0.7018019 0.4276031 0.7061927 0.4235647 0.7068151 0.4332125 0.7050874 0.437062 0.7012068 0.4327196 0.7068151 0.4332125 0.7012068 0.4327196 0.7017794 0.4301918 0.6952166 0.407092 0.6988973 0.4112505 0.692387 0.4156357 0.6952166 0.407092 0.6890152 0.4124112 0.69173 0.40395 0.4792394 0.5786303 0.4828361 0.5819195 0.4765796 0.5857592 0.4792394 0.5786303 0.4732568 0.5833219 0.4758196 0.5762164 0.4773476 0.6226127 0.4750195 0.6270269 0.469012 0.6206663 0.4773476 0.6226127 0.4712688 0.6169744 0.4803225 0.6176278 0.7012079 0.4429547 0.696794 0.4489819 0.6950814 0.4397736 0.7012079 0.4429547 0.6950814 0.4397736 0.6992516 0.4357317 0.7029659 0.4174419 0.7061927 0.4235647 0.7004067 0.4243977 0.7029659 0.4174419 0.6967263 0.4200199 0.6988973 0.4112505 0.4845908 0.6115015 0.4803225 0.6176278 0.4786949 0.6087251 0.4845908 0.6115015 0.4786949 0.6087251 0.4828023 0.6046532 0.4867864 0.5869593 0.4898973 0.5922301 0.4843834 0.5929619 0.4867864 0.5869593 0.4808285 0.5892445 0.4828361 0.5819195 0.5367085 0.1850424 0.5385025 0.2005017 0.5303301 0.2001824 0.5367085 0.1850424 0.5296217 0.185372 0.528576 0.1714852 0.5367085 0.1850424 0.535075 0.1706922 0.5415102 0.1703043 0.5367085 0.1850424 0.5435851 0.1846576 0.5385025 0.2005017 0.5385025 0.2005017 0.5393903 0.2088183 0.5306962 0.2080458 0.5385025 0.2005017 0.5461588 0.1998847 0.5393903 0.2088183 0.5485689 0.18423 0.5435851 0.1846576 0.5476605 0.170297 0.5485689 0.18423 0.5476605 0.170297 0.5521481 0.1733942 0.5485689 0.18423 0.5538818 0.183137 0.5538637 0.1932421 0.5485689 0.18423 0.5512683 0.1980801 0.5461588 0.1998847 0.5240072 0.1856341 0.517481 0.1859591 0.5178698 0.1764793 0.5240072 0.1856341 0.5222339 0.1727077 0.5296217 0.185372 0.5240072 0.1856341 0.5296217 0.185372 0.5236724 0.1991778 0.5240072 0.1856341 0.5236724 0.1991778 0.5192535 0.1954824 0.5236724 0.1991778 0.5303301 0.2001824 0.522715 0.206145 0.5512683 0.1980801 0.5534176 0.2047205 0.5461588 0.1998847 0.5633121 0.3685458 0.5709658 0.3691354 0.5721774 0.3531375 0.5633121 0.3685458 0.5634444 0.3517061 0.5558767 0.3680434 0.5633121 0.3685458 0.5558767 0.3680434 0.5561937 0.3837329 0.5633121 0.3685458 0.5631557 0.3841728 0.5702399 0.3841864 0.5634444 0.3517061 0.5721774 0.3531375 0.5728318 0.3446449 0.5634444 0.3517061 0.5635988 0.3426572 0.5551406 0.3513491 0.550468 0.3678389 0.5495882 0.3829221 0.5558767 0.3680434 0.550468 0.3678389 0.5558767 0.3680434 0.5551406 0.3513491 0.550468 0.3678389 0.5494135 0.3526064 0.5459821 0.3574561 0.550468 0.3678389 0.5446172 0.3683054 0.5451816 0.3789989 0.5770295 0.3696016 0.5772125 0.3837179 0.5824008 0.3802489 0.5770295 0.3696016 0.5840805 0.3701214 0.5834454 0.3596596 0.5770295 0.3696016 0.5791925 0.355103 0.5709658 0.3691354 0.5770295 0.3696016 0.5709658 0.3691354 0.5772125 0.3837179 0.5791925 0.355103 0.5811487 0.3477492 0.5721774 0.3531375 0.5494135 0.3526064 0.5551406 0.3513491 0.5479899 0.345189 0.1281043 0.8576214 0.1233127 0.8584351 0.1242634 0.8543913 0.1281043 0.8576214 0.1274776 0.8507957 0.1309068 0.8577097 0.1281043 0.8576214 0.1309068 0.8577097 0.125395 0.8659645 0.1281043 0.8576214 0.125395 0.8659645 0.1233256 0.8626744 0.1233127 0.8584351 0.1233256 0.8626744 0.118148 0.859519 0.1233127 0.8584351 0.118148 0.859519 0.1193572 0.8534067 0.125395 0.8659645 0.1284159 0.8685378 0.1206269 0.8727343 0.125395 0.8659645 0.1206269 0.8727343 0.118182 0.8656475 0.1274776 0.8507957 0.1255923 0.8458803 0.1310173 0.8482514 0.1274776 0.8507957 0.1242634 0.8543913 0.1255923 0.8458803 0.1421716 0.857628 0.1428045 0.8508027 0.1460158 0.8544014 0.1421716 0.857628 0.1469629 0.8584463 0.1469459 0.8626859 0.1421716 0.857628 0.144873 0.8659744 0.1393689 0.8577136 0.1421716 0.857628 0.1393689 0.8577136 0.1428045 0.8508027 0.1469629 0.8584463 0.1460158 0.8544014 0.1509233 0.8534212 0.1469629 0.8584463 0.152127 0.8595352 0.1469459 0.8626859 0.144873 0.8659744 0.1469459 0.8626859 0.1520871 0.8656645 0.144873 0.8659744 0.1496343 0.8727495 0.1418492 0.8685447 0.1351321 0.8693233 0.1418492 0.8685447 0.1351255 0.8815186 0.1428045 0.8508027 0.1392667 0.8482552 0.1446942 0.8458889 0.1428045 0.8508027 0.1446942 0.8458889 0.1460158 0.8544014 0.06086075 0.6092577 0.05647069 0.6087325 0.05832225 0.5886963 0.05317878 0.6074609 0.05599308 0.5833594 0.05832225 0.5886963 0.2095426 0.609268 0.2075108 0.5865997 0.2120925 0.588704 0.2172271 0.6074747 0.2139338 0.608745 0.2120925 0.588704 0.1156344 0.6453811 0.1151472 0.6614615 0.1087806 0.6590033 0.1156344 0.6453811 0.1213369 0.6474112 0.1151472 0.6614615 0.07616704 0.6187763 0.07943969 0.6470823 0.07104557 0.6441754 0.07616704 0.6187763 0.08692812 0.6276031 0.07943969 0.6470823 0.09847712 0.6353504 0.09972184 0.6554244 0.08944892 0.6512693 0.09847712 0.6353504 0.1087379 0.6414617 0.09972184 0.6554244 0.04745495 0.6077274 0.05037641 0.606705 0.05693203 0.6459251 0.05317878 0.6074609 0.05922758 0.6452689 0.05693203 0.6459251 0.05317878 0.6074609 0.05647069 0.6087325 0.05922758 0.6452689 0.06086075 0.6092577 0.06715691 0.6117133 0.06561791 0.6438607 0.06086075 0.6092577 0.06561791 0.6438607 0.06204813 0.6447034 0.1547377 0.6453788 0.1616379 0.6414598 0.1615912 0.6590056 0.1547377 0.6453788 0.1552224 0.661463 0.1490327 0.6474093 0.1942281 0.618781 0.2032439 0.6117209 0.1993401 0.6441875 0.1942281 0.618781 0.1909431 0.6470915 0.1834601 0.6276051 0.1719043 0.63535 0.1834601 0.6276051 0.18093 0.6512756 0.1719043 0.63535 0.1706532 0.6554284 0.1616379 0.6414598 0.2229518 0.6077443 0.2154501 0.6470591 0.2134556 0.6459433 0.2172271 0.6074747 0.2200304 0.6067201 0.2134556 0.6459433 0.2172271 0.6074747 0.21116 0.6452861 0.2139338 0.608745 0.2095426 0.609268 0.2139338 0.608745 0.2083391 0.6447193 0.2095426 0.609268 0.204769 0.6438749 0.2032439 0.6117209 0.1534823 0.6830123 0.1530405 0.7018564 0.1480995 0.6830844 0.1534823 0.6830123 0.1592761 0.6826512 0.1579753 0.7022004 0.2054261 0.6828678 0.2070136 0.6835516 0.1968639 0.7107065 0.2054261 0.6828678 0.1968639 0.7107065 0.1957142 0.7100816 0.2022055 0.6818705 0.2039462 0.6822962 0.1957142 0.7100816 0.2022055 0.6818705 0.194474 0.7097784 0.1996424 0.681315 0.1830635 0.6798616 0.1902176 0.6796488 0.1833841 0.7071899 0.1830635 0.6798616 0.1774921 0.7062268 0.1749895 0.680665 0.1667528 0.6817318 0.1749895 0.680665 0.1705781 0.7061061 0.1667528 0.6817318 0.1640433 0.7029322 0.1592761 0.6826512 0.1956952 0.6803538 0.1996424 0.681315 0.1923338 0.709353 0.1956952 0.6803538 0.1884843 0.708361 0.1902176 0.6796488 0.1168824 0.6830084 0.1222646 0.6830816 0.1173192 0.7018512 0.1168824 0.6830084 0.1173192 0.7018512 0.1123848 0.7021939 0.06494617 0.6828478 0.07349789 0.710686 0.06335866 0.6835307 0.06494617 0.6828478 0.06642609 0.6822769 0.07464766 0.7100617 0.06816679 0.6818518 0.07588785 0.7097589 0.07464766 0.7100617 0.06816679 0.6818518 0.07072973 0.6812972 0.07588785 0.7097589 0.08730661 0.67985 0.09286892 0.706214 0.08697724 0.7071748 0.08730661 0.67985 0.09537899 0.680656 0.09286892 0.706214 0.1036141 0.6817249 0.1063173 0.7029239 0.09978216 0.7060956 0.1036141 0.6817249 0.1110894 0.682646 0.1063173 0.7029239 0.07467669 0.6803376 0.08187729 0.7083438 0.07802796 0.7093341 0.07467669 0.6803376 0.08015364 0.6796347 0.08187729 0.7083438 0.1151472 0.6614615 0.1207897 0.6627998 0.1168824 0.6830084 0.1151472 0.6614615 0.1168824 0.6830084 0.1110894 0.682646 0.05493742 0.6470398 0.05693203 0.6459251 0.06642609 0.6822769 0.05493742 0.6470398 0.06494617 0.6828478 0.05302035 0.6482575 0.05922758 0.6452689 0.06204813 0.6447034 0.06816679 0.6818518 0.05922758 0.6452689 0.06816679 0.6818518 0.05693203 0.6459251 0.07943969 0.6470823 0.08944892 0.6512693 0.08730661 0.67985 0.07943969 0.6470823 0.08730661 0.67985 0.08015364 0.6796347 0.09972184 0.6554244 0.1087806 0.6590033 0.1036141 0.6817249 0.09972184 0.6554244 0.1036141 0.6817249 0.09537899 0.680656 0.06561791 0.6438607 0.07104557 0.6441754 0.07467669 0.6803376 0.06561791 0.6438607 0.07467669 0.6803376 0.07072973 0.6812972 0.1552224 0.661463 0.1534823 0.6830123 0.1495786 0.662801 0.1552224 0.661463 0.1615912 0.6590056 0.1592761 0.6826512 0.2154501 0.6470591 0.2054261 0.6828678 0.2039462 0.6822962 0.2154501 0.6470591 0.2173669 0.6482778 0.2054261 0.6828678 0.21116 0.6452861 0.2022055 0.6818705 0.2083391 0.6447193 0.21116 0.6452861 0.2134556 0.6459433 0.2022055 0.6818705 0.1909431 0.6470915 0.1830635 0.6798616 0.18093 0.6512756 0.1909431 0.6470915 0.1993401 0.6441875 0.1902176 0.6796488 0.1706532 0.6554284 0.1667528 0.6817318 0.1615912 0.6590056 0.1706532 0.6554284 0.18093 0.6512756 0.1749895 0.680665 0.204769 0.6438749 0.1956952 0.6803538 0.1993401 0.6441875 0.204769 0.6438749 0.2083391 0.6447193 0.1996424 0.681315 0.1627733 0.7316359 0.1629679 0.7235351 0.1705781 0.7061061 0.1484945 0.7268802 0.1458142 0.7230134 0.1480324 0.703383 0.1532558 0.7177435 0.1505166 0.7203401 0.1480324 0.703383 0.1532558 0.7177435 0.1530405 0.7018564 0.156581 0.7178322 0.8086655 0.390892 0.8126302 0.3920356 0.8249974 0.4560155 0.8070821 0.309688 0.8096082 0.3108605 0.8086655 0.390892 0.8055621 0.2576282 0.8078047 0.2589112 0.8070821 0.309688 0.8050863 0.2308769 0.8067623 0.2321389 0.8055621 0.2576282 0.8064574 0.227234 0.807859 0.2272642 0.8050863 0.2308769 0.8051155 0.2230557 0.8072897 0.2227157 0.8064574 0.227234 0.8051155 0.2230557 0.8038471 0.2190389 0.8072897 0.2227157 0.7971348 0.1634834 0.8008291 0.1646232 0.8038471 0.2190389 0.8363854 0.3939506 0.8390762 0.392306 0.8362902 0.4608939 0.829194 0.3152893 0.8312128 0.3145109 0.8390762 0.392306 0.8243756 0.2618636 0.8261525 0.2616425 0.8312128 0.3145109 0.821581 0.2354161 0.8236318 0.2338454 0.8261525 0.2616425 0.8198894 0.2287338 0.821525 0.2285395 0.8236318 0.2338454 0.8200406 0.224272 0.821792 0.2243525 0.821525 0.2285395 0.8234269 0.2203276 0.8235434 0.2244331 0.821792 0.2243525 0.8194815 0.1623212 0.8215888 0.1635905 0.8191851 0.2192009 0.8243843 0.1590793 0.823696 0.1648598 0.8215888 0.1635905 0.8225513 0.1486603 0.8239159 0.1483129 0.8224102 0.1582754 0.822124 0.1043339 0.8232491 0.1038377 0.8239159 0.1483129 0.8189669 0.07640981 0.820991 0.07633745 0.8232491 0.1038377 0.8082348 0.04297935 0.8121575 0.04430294 0.8189669 0.07640981 0.8363854 0.3939506 0.83291 0.4666621 0.8316355 0.4509736 0.829194 0.3152893 0.8363854 0.3939506 0.8269187 0.3152267 0.8243756 0.2618636 0.829194 0.3152893 0.8269187 0.3152267 0.821581 0.2354161 0.8243756 0.2618636 0.8223209 0.2615582 0.8198894 0.2287338 0.821581 0.2354161 0.8193284 0.2353755 0.8200406 0.224272 0.8198894 0.2287338 0.8180044 0.2244884 0.8194815 0.1623212 0.8191851 0.2192009 0.8168337 0.1651072 0.8191851 0.2192009 0.8200406 0.224272 0.8180044 0.2244884 0.808866 0.1598099 0.8084418 0.1573499 0.8122934 0.159106 0.8060135 0.1610475 0.8047273 0.1589661 0.8084418 0.1573499 0.8034411 0.1568847 0.8047273 0.1589661 0.8008291 0.1646232 0.8194815 0.1623212 0.8168337 0.1651072 0.8122934 0.159106 0.7686058 0.5254006 0.7734925 0.4606466 0.7721974 0.5236604 0.7804138 0.6030625 0.7686058 0.5254006 0.7826294 0.6015306 0.7875025 0.6529343 0.7804138 0.6030625 0.7894296 0.6513435 0.7914362 0.6785115 0.7875025 0.6529343 0.7928267 0.6770337 0.7933404 0.6817589 0.7914362 0.6785115 0.7946714 0.6815003 0.7927466 0.685962 0.7933404 0.6817589 0.7948749 0.6859294 0.7927466 0.685962 0.7948749 0.6859294 0.7921963 0.6899986 0.7949094 0.7440549 0.7921963 0.6899986 0.7982438 0.7423625 0.7945263 0.5179393 0.779288 0.4492005 0.7834562 0.4541444 0.8005719 0.5940974 0.7945263 0.5179393 0.7973608 0.5190655 0.8047407 0.6458119 0.8005719 0.5940974 0.8026239 0.5945082 0.8064142 0.6714796 0.8047407 0.6458119 0.8064706 0.6457314 0.8058978 0.6781266 0.8064142 0.6714796 0.8086267 0.6726405 0.8067736 0.6823548 0.8058978 0.6781266 0.8074887 0.6780436 0.8106483 0.6855591 0.808719 0.6864439 0.8084297 0.6819908 0.8164005 0.7414978 0.8067898 0.6873288 0.818201 0.7399424 0.8216056 0.743784 0.8198557 0.7448741 0.818201 0.7399424 0.8215669 0.7540159 0.8181059 0.7459641 0.8198557 0.7448741 0.8284289 0.7963373 0.8215669 0.7540159 0.8229246 0.7541231 0.8299993 0.8234722 0.8284289 0.7963373 0.8295828 0.7966257 0.8252517 0.8570984 0.8299993 0.8234722 0.8287738 0.8551934 0.7945263 0.5179393 0.7914686 0.5179399 0.7806463 0.4643637 0.8005719 0.5940974 0.7984134 0.5945301 0.7945263 0.5179393 0.8047407 0.6458119 0.8028324 0.64644 0.7984134 0.5945301 0.8064142 0.6714796 0.8042737 0.6718877 0.8028324 0.64644 0.8058978 0.6781266 0.8042181 0.6786312 0.8042737 0.6718877 0.8067736 0.6823548 0.8047973 0.6824824 0.8058978 0.6781266 0.8164005 0.7414978 0.8134198 0.7392765 0.8067898 0.6873288 0.8067898 0.6873288 0.8053854 0.6885438 0.8047973 0.6824824 0.806694 0.7456325 0.8088997 0.744037 0.8100762 0.7457413 0.8037719 0.7449206 0.806694 0.7456325 0.8066928 0.748047 0.8020025 0.7493103 0.7949094 0.7440549 0.7982438 0.7423625 0.8164005 0.7414978 0.8112527 0.7474456 0.8100762 0.7457413 0.8369209 0.8628306 0.8343063 0.8648163 0.8287738 0.8551934 0.2456489 0.3967428 0.2283606 0.3991708 0.2235233 0.3852511 0.8130958 0.03196346 0.8082348 0.04297935 0.8109601 0.0314089 0.2456489 0.3967428 0.2456564 0.3753063 0.2677785 0.3852675 0.8161078 0.03352832 0.8191198 0.03509324 0.8121575 0.04430294 0.1351832 0.6476798 0.135182 0.6393876 0.1490327 0.6474093 0.9227741 0.9472585 0.9087404 0.9492061 0.8925834 0.949193 0.2045547 0.5566151 0.2090326 0.568805 0.2026034 0.5657967 0.4805041 0.9244821 0.4670196 0.9237468 0.4677485 0.9145825 0.4805041 0.9244821 0.4810451 0.915866 0.4934309 0.9251595 0.01070743 0.9023843 0.01413136 0.9006348 0.01777929 0.9017031 0.01070743 0.9023843 0.01085698 0.907573 0.005287706 0.9029703 0.06769096 0.8337695 0.06840306 0.8425472 0.06617611 0.8429132 0.06769096 0.8337695 0.06951928 0.8337263 0.07068949 0.8416166 0.01289963 0.8985295 0.01070743 0.9023843 0.01040929 0.8974708 0.01289963 0.8985295 0.01565968 0.8942206 0.01630353 0.8976953 0.01289963 0.8985295 0.01630353 0.8976953 0.01413136 0.9006348 0.03964644 0.8562008 0.04761332 0.8565464 0.04357254 0.8637078 0.05204498 0.8390698 0.05802148 0.8340151 0.05922305 0.8458245 0.05204498 0.8390698 0.05386513 0.8488084 0.04560202 0.8468298 0.02843356 0.8757302 0.03803622 0.8723828 0.03199362 0.8811259 0.02843356 0.8757302 0.03398728 0.8661714 0.03803622 0.8723828 0.02076709 0.889501 0.02376651 0.8838493 0.02643424 0.8884923 0.02076709 0.889501 0.02643424 0.8884923 0.02269339 0.893016 0.01630353 0.8976953 0.01856845 0.8937585 0.02105987 0.8963809 0.01630353 0.8976953 0.02105987 0.8963809 0.01777929 0.9017031 0.06370586 0.825749 0.06257778 0.83276 0.05837917 0.8269715 0.06942975 0.8278958 0.07131224 0.8282365 0.06951928 0.8337263 0.08043777 0.7949723 0.0866419 0.7949196 0.08519756 0.8062704 0.08043777 0.7949723 0.08213305 0.7817849 0.0866419 0.7949196 0.0813663 0.7677933 0.08625608 0.7665282 0.08748626 0.7811203 0.0813663 0.7677933 0.07872849 0.7534226 0.08625608 0.7665282 0.07481086 0.7390976 0.07962846 0.7365843 0.08346545 0.7515479 0.135163 0.7879832 0.1351601 0.7985094 0.1295747 0.7979846 0.135163 0.7879832 0.1290252 0.7876954 0.1281723 0.7774654 0.1351686 0.764699 0.1351658 0.7764226 0.1275135 0.7667728 0.1351686 0.764699 0.1275135 0.7667728 0.1265139 0.7553488 0.1351768 0.7213013 0.1351794 0.7022835 0.1480324 0.703383 0.06257778 0.83276 0.06337171 0.8432641 0.05802148 0.8340151 0.06257778 0.83276 0.06577914 0.8333346 0.06337171 0.8432641 0.07980906 0.8195598 0.08310574 0.8238014 0.07818597 0.8241692 0.07962983 0.8132658 0.07790726 0.8073958 0.08462798 0.8135168 0.07776284 0.8172047 0.07556134 0.8153456 0.07962983 0.8132658 0.07776284 0.8172047 0.07962983 0.8132658 0.08068072 0.8165138 0.07776284 0.8172047 0.07980906 0.8195598 0.07601004 0.8228014 0.07645702 0.8286162 0.07818597 0.8241692 0.08163475 0.8297443 0.07645702 0.8286162 0.07919603 0.8336244 0.07491654 0.8318397 0.07391756 0.8281607 0.07247018 0.8328675 0.07131224 0.8282365 0.07247018 0.8328675 0.07491654 0.8318397 0.07671844 0.8367841 0.07247018 0.8328675 0.07367211 0.8395718 0.06951928 0.8337263 0.7682918 0.01793664 0.75593 0.01106095 0.7688541 0.004454433 0.7688541 0.004454433 0.75593 0.01106095 0.7571777 0.003615498 0.1350747 0.9597585 0.13507 0.9660649 0.1295614 0.9656161 0.1350747 0.9597585 0.1278625 0.9597702 0.1350834 0.9473764 0.2245627 0.1740016 0.1993563 0.1775993 0.2010549 0.1495699 0.2233536 0.2211723 0.1977565 0.2281609 0.1951633 0.2067094 0.2240354 0.1176868 0.224654 0.1459244 0.2011391 0.1193876 0.2240354 0.1176868 0.2011391 0.1193876 0.2230619 0.08936899 0.5049684 0.9256052 0.4934309 0.9251595 0.4975047 0.9175853 0.5049684 0.9256052 0.510533 0.9208366 0.515811 0.9259352 0.1177472 0.08345878 0.1223248 0.08496016 0.1177333 0.08402359 0.1177028 0.08527755 0.1177333 0.08402359 0.1214689 0.08658844 0.1177028 0.08527755 0.1214689 0.08658844 0.1206333 0.08794987 0.1176534 0.08731299 0.1176711 0.0865857 0.1200075 0.08824163 0.1182656 0.0884152 0.1194952 0.08861798 0.1185687 0.08874791 0.1180723 0.08908009 0.1176115 0.08906269 0.1182656 0.0884152 0.1180723 0.08908009 0.1182656 0.0884152 0.1185687 0.08874791 0.8329388 0.8804833 0.8493321 0.8786686 0.9020333 0.8922123 0.8329388 0.8804833 0.8573278 0.8901376 0.8165455 0.882298 0.9310883 0.9695105 0.941034 0.9594436 0.9957514 0.957188 0.9310883 0.9695105 0.9564331 0.9719596 0.9211427 0.9795774 0.4805039 0.942017 0.4810449 0.950631 0.4677485 0.9519147 0.4805039 0.942017 0.4934307 0.9413382 0.4810449 0.950631 0.4538087 0.9433743 0.4670193 0.9427539 0.455752 0.953118 0.9506779 0.9362699 0.897884 0.9424716 0.8979392 0.9407013 0.9506779 0.9362699 0.9432117 0.9394223 0.897884 0.9424716 0.1350507 0.9901745 0.1350522 0.9883716 0.1441001 0.9854156 0.2026163 0.8338226 0.2045289 0.8333892 0.2041253 0.8429701 0.2341169 0.8549961 0.2399011 0.8659752 0.2363043 0.8662546 0.2341169 0.8549961 0.2306517 0.8562788 0.2247018 0.846902 0.2454225 0.8761063 0.249897 0.8844465 0.2465128 0.8839397 0.2454225 0.8761063 0.2418515 0.8758175 0.2399011 0.8659752 0.252541 0.8900529 0.2546123 0.894316 0.2517039 0.8938521 0.2306517 0.8562788 0.2363043 0.8662546 0.2267198 0.8637844 0.2306517 0.8562788 0.2226833 0.8566194 0.2247018 0.846902 0.2182628 0.8391355 0.2164354 0.8488754 0.2110784 0.8458872 0.2182628 0.8391355 0.2247018 0.846902 0.2164354 0.8488754 0.2418515 0.8758175 0.2465128 0.8839397 0.2382879 0.8812108 0.2495083 0.8895933 0.2517039 0.8938521 0.2475796 0.8931065 0.2495083 0.8895933 0.2438421 0.8885806 0.2465128 0.8839397 0.253966 0.8977901 0.256136 0.900731 0.2524875 0.9017966 0.253966 0.8977901 0.2492108 0.8964723 0.2517039 0.8938521 0.2066079 0.8258026 0.2119353 0.8270292 0.2077316 0.8328166 0.200881 0.827946 0.2026163 0.8338226 0.2007875 0.8337781 0.200881 0.827946 0.2030736 0.8271362 0.2045289 0.8333892 0.1969755 0.8144497 0.194756 0.8153879 0.1924145 0.8074343 0.1926767 0.7948791 0.1952224 0.8060027 0.1898905 0.7950063 0.1926767 0.7948791 0.1898905 0.7950063 0.1909263 0.7820493 0.1898905 0.7950063 0.183685 0.79495 0.1882016 0.7818148 0.1915595 0.7684842 0.1909263 0.7820493 0.1882016 0.7818148 0.1915595 0.7684842 0.1889747 0.7678202 0.1941742 0.7544986 0.1889747 0.7678202 0.1882016 0.7818148 0.1828477 0.7811471 0.1889747 0.7678202 0.1840847 0.7665527 0.1916185 0.7534477 0.1955416 0.7391216 0.1916185 0.7534477 0.1868816 0.7515709 0.1955416 0.7391216 0.1907242 0.7366064 0.2032822 0.7139952 0.1983684 0.7404073 0.1955416 0.7391216 0.2067776 0.7150746 0.07481086 0.7390976 0.06707936 0.713972 0.07962846 0.7365843 0.07198417 0.7403821 0.06358402 0.7150499 0.07481086 0.7390976 0.2077316 0.8328166 0.2122882 0.8340752 0.2069303 0.8433231 0.2077316 0.8328166 0.2069303 0.8433231 0.2045289 0.8333892 0.1925528 0.817246 0.1906878 0.8133047 0.194756 0.8153879 0.1925528 0.817246 0.1943023 0.8228455 0.1905044 0.8196004 0.1925528 0.817246 0.1905044 0.8196004 0.1896346 0.816553 0.1963918 0.8282077 0.1989977 0.8282854 0.1978363 0.8329169 0.1963918 0.8282077 0.1978363 0.8329169 0.1953901 0.831887 0.1963918 0.8282077 0.1938513 0.8286615 0.192125 0.8242122 0.1351768 0.7213013 0.1458142 0.7230134 0.1351749 0.733147 0.2195071 0.8339001 0.2275065 0.8440206 0.2182628 0.8391355 0.2195071 0.8339001 0.2182628 0.8391355 0.2122882 0.8340752 0.2670056 0.1740338 0.2669588 0.145958 0.2905416 0.149641 0.2670056 0.1740338 0.2921958 0.17767 0.2674917 0.1998243 0.2681443 0.2212036 0.2674917 0.1998243 0.2963443 0.2067827 0.2676243 0.1177232 0.2905072 0.1194617 0.2669588 0.145958 0.2676243 0.1177232 0.2686458 0.08940899 0.2905072 0.1194617 0.7730279 0.9347859 0.7831124 0.935787 0.7647594 0.9355552 0.7831124 0.935787 0.8052989 0.9352085 0.7982387 0.938467 0.7831124 0.935787 0.7870165 0.9390045 0.7757942 0.939542 0.5049681 0.9408921 0.5105326 0.9456607 0.4975044 0.9489119 0.5049681 0.9408921 0.5158107 0.9405623 0.5105326 0.9456607 0.5591712 0.9378451 0.5833693 0.9371741 0.5699439 0.9393768 0.5591712 0.9378451 0.5596317 0.9409911 0.5493195 0.9426054 0.117801 0.08129781 0.1177635 0.08280843 0.1130911 0.08234542 0.1177472 0.08345878 0.1177333 0.08402359 0.1130991 0.084737 0.1177472 0.08345878 0.1130991 0.084737 0.1131436 0.08397734 0.1177028 0.08527755 0.1138759 0.08640587 0.1177333 0.08402359 0.1177028 0.08527755 0.1176711 0.0865857 0.1146455 0.08780664 0.1176534 0.08731299 0.117639 0.08791553 0.115257 0.08812803 0.1176534 0.08731299 0.115257 0.08812803 0.1176711 0.0865857 0.116989 0.08838468 0.1166702 0.08870255 0.1157509 0.08852839 0.116989 0.08838468 0.1157509 0.08852839 0.1154311 0.08825993 0.1171503 0.08905804 0.116989 0.08838468 0.1176115 0.08906269 0.6025761 0.1250084 0.6093459 0.07101708 0.6030467 0.1288697 0.6293476 0.1381855 0.6168137 0.1151434 0.6093459 0.07101708 0.6293476 0.1381855 0.6295294 0.1546778 0.6168137 0.1151434 0.2210123 0.9341056 0.2225932 0.9774961 0.2170823 0.9739865 0.2210123 0.9341056 0.21051 0.9589745 0.2194314 0.8907151 0.2338926 0.9583061 0.2288399 0.9737915 0.2210123 0.9341056 0.2089967 0.912763 0.2194314 0.8907151 0.2014335 0.9405786 0.2089967 0.912763 0.2014335 0.9405786 0.1989293 0.9371945 0.2408343 0.9392796 0.2389453 0.9428207 0.2194314 0.8907151 0.5648049 0.7226393 0.5783392 0.7173817 0.5640146 0.7451345 0.5549299 0.7763724 0.5351998 0.776938 0.5805017 0.7629761 0.5549299 0.7763724 0.5805017 0.7629761 0.5781069 0.7692531 0.5448195 0.7299334 0.5512706 0.727897 0.5351998 0.776938 0.5448195 0.7299334 0.5337705 0.7572515 0.5383684 0.7319697 0.6141036 0.745248 0.5863633 0.7767851 0.5856863 0.767477 0.6141036 0.745248 0.5896294 0.7539357 0.6418439 0.7137109 0.6074169 0.7698171 0.6141036 0.745248 0.6418439 0.7137109 0.6074169 0.7698171 0.59448 0.7755522 0.6141036 0.745248 0.6305063 0.760669 0.6203538 0.764082 0.6418439 0.7137109 0.6305063 0.760669 0.6419419 0.7329593 0.6406588 0.7572559 0.5039015 0.7555891 0.4818748 0.7609424 0.4428262 0.7487335 0.4529627 0.7649161 0.4428262 0.7487335 0.476905 0.7807391 0.4529627 0.7649161 0.476905 0.7807391 0.4694293 0.781562 0.4898822 0.7415547 0.460237 0.7408915 0.4848272 0.7355147 0.4432958 0.6360571 0.422084 0.6276843 0.4758781 0.6358599 0.4214664 0.644155 0.4432958 0.6360571 0.4758781 0.6358599 0.4214664 0.644155 0.4157021 0.6411151 0.4432958 0.6360571 0.4607807 0.6261735 0.4758781 0.6358599 0.4341259 0.6213979 0.4607807 0.6261735 0.4341259 0.6213979 0.4402977 0.6180821 0.4331202 0.6515281 0.4272307 0.6471949 0.4758781 0.6358599 0.4331202 0.6515281 0.4609872 0.6458606 0.4390098 0.6558613 0.9345787 0.9236462 0.9432149 0.9272111 0.8952264 0.9202575 0.9345787 0.9236462 0.8952264 0.9202575 0.8936887 0.9186791 0.4804779 0.9332547 0.467135 0.9332593 0.4805041 0.9244821 0.4804779 0.9332547 0.4805041 0.9244821 0.4934309 0.9251595 0.4538764 0.9332607 0.4406599 0.9332605 0.4538089 0.923127 0.4538764 0.9332607 0.4538089 0.923127 0.4670196 0.9237468 0.9506794 0.9303681 0.9541183 0.9333201 0.8979434 0.9259043 0.9506794 0.9303681 0.8978893 0.9241339 0.9432149 0.9272111 0.1350594 0.9796364 0.1304666 0.9774493 0.1350635 0.9745278 0.1350536 0.9867756 0.1350522 0.9883716 0.1272237 0.9835066 0.1350536 0.9867756 0.1272237 0.9835066 0.1350556 0.9842447 0.0361827 0.8549159 0.03964644 0.8562008 0.03398728 0.8661714 0.0361827 0.8549159 0.04279989 0.8439471 0.04560202 0.8468298 0.01773399 0.8899586 0.02038186 0.8843538 0.02076709 0.889501 0.01773399 0.8899586 0.02076709 0.889501 0.01856845 0.8937585 0.01116794 0.8915523 0.01040929 0.8974708 0.007515907 0.8928895 0.1351574 0.8071294 0.1351545 0.8155645 0.1293089 0.8140392 0.1351574 0.8071294 0.1300304 0.8064537 0.1351601 0.7985094 0.1351211 0.8893283 0.1351133 0.9019721 0.124235 0.8919262 0.1351211 0.8893283 0.124235 0.8919262 0.1232181 0.8813264 0.1351509 0.8255357 0.1308943 0.8258576 0.1351545 0.8155645 0.1351509 0.8255357 0.1351472 0.835599 0.1308943 0.8258576 0.135173 0.7434149 0.1351709 0.7534754 0.1264458 0.7450134 0.135173 0.7434149 0.1264458 0.7450134 0.1251986 0.7353627 0.05080461 0.833835 0.05837917 0.8269715 0.05802148 0.8340151 0.05080461 0.833835 0.05204498 0.8390698 0.04279989 0.8439471 0.1350666 0.9704959 0.1350635 0.9745278 0.1310252 0.973287 0.245771 0.2197319 0.2233536 0.2211723 0.2240373 0.1997928 0.245806 0.1723966 0.2457866 0.1983665 0.2245627 0.1740016 0.245806 0.1723966 0.2245627 0.1740016 0.224654 0.1459244 0.2458515 0.1167891 0.2458281 0.1443586 0.2240354 0.1176868 0.2458515 0.1167891 0.2240354 0.1176868 0.2230619 0.08936899 0.9005504 0.9325686 0.8962942 0.9318323 0.9001001 0.9295351 0.9005504 0.9325686 0.9221658 0.9309448 0.9541183 0.9333201 0.9221657 0.9309448 0.9001001 0.9295351 0.8937996 0.9275768 0.9221658 0.9309448 0.8962966 0.9269274 0.9541183 0.9333201 0.878455 0.9327403 0.856973 0.9325355 0.8871527 0.9321861 0.878455 0.9327403 0.8871527 0.9321861 0.9005504 0.9325686 0.878455 0.9327403 0.9005504 0.9325686 0.9026784 0.9333043 0.805677 0.9325742 0.7853247 0.9323459 0.8157116 0.9318732 0.805677 0.9325742 0.8157116 0.9318732 0.8265011 0.9317183 0.8550319 0.9288647 0.8379535 0.9289277 0.8520246 0.9271121 0.8550319 0.9288647 0.8520246 0.9271121 0.8768543 0.9271262 0.8429039 0.9319131 0.8271738 0.9324324 0.8265011 0.9317183 0.8429039 0.9319131 0.8325412 0.9310818 0.8524491 0.9310896 0.8429039 0.9319131 0.8524491 0.9310896 0.8778612 0.9317754 0.8524491 0.9310896 0.8355086 0.9302642 0.8379535 0.9289277 0.7329459 0.9322113 0.710353 0.9317713 0.7467224 0.9311605 0.7329459 0.9322113 0.7467224 0.9311605 0.7575382 0.9314087 0.7870188 0.9275418 0.7831292 0.9254478 0.8053197 0.9258442 0.7730285 0.9317545 0.756339 0.9322449 0.7575382 0.9314087 0.7730285 0.9317545 0.7647603 0.9309816 0.7831134 0.9307577 0.7730285 0.9317545 0.7831134 0.9307577 0.8053 0.9313459 0.7831134 0.9307577 0.7870188 0.9275418 0.798241 0.9280842 0.653027 0.9319428 0.6323071 0.9315851 0.6643998 0.9306313 0.653027 0.9319428 0.6643998 0.9306313 0.6761893 0.9307228 0.6960644 0.9310421 0.6761497 0.931822 0.6761893 0.9307228 0.6960644 0.9310421 0.6859278 0.9301683 0.7090668 0.9298914 0.6960644 0.9310421 0.7090668 0.9298914 0.7355344 0.9305016 0.7090668 0.9298914 0.6927295 0.9290923 0.6967784 0.9259476 0.7090668 0.9298914 0.708531 0.9273828 0.7202836 0.9288181 0.5810381 0.9317421 0.5932157 0.9302341 0.6031869 0.9306209 0.6196007 0.9309291 0.6024925 0.9317464 0.6031869 0.9306209 0.6196007 0.9309291 0.6109012 0.930124 0.6306271 0.9296525 0.6196007 0.9309291 0.6306271 0.9296525 0.6538283 0.9300531 0.6306271 0.9296524 0.6164507 0.9289762 0.6223676 0.9256359 0.6306271 0.9296525 0.6331362 0.9268568 0.6439048 0.9280778 0.5098766 0.9303255 0.4969803 0.9332492 0.5049684 0.9256052 0.5098766 0.9303255 0.5049684 0.9256052 0.515811 0.9259352 0.5197848 0.9312664 0.5165145 0.9332488 0.4969803 0.9332492 0.5197848 0.9312664 0.5098766 0.9303255 0.5263253 0.9292841 0.5197848 0.9312664 0.5263253 0.9292841 0.5323983 0.9295884 0.5596322 0.9255084 0.5493199 0.9238934 0.5594701 0.9229914 0.5480241 0.9301617 0.5332072 0.9311784 0.5323983 0.9295884 0.5480241 0.9301617 0.5386376 0.9289964 0.5591713 0.9286544 0.5480241 0.9301617 0.5591713 0.9286544 0.5833696 0.9293273 0.5591713 0.9286544 0.5439245 0.9277084 0.5493199 0.9238934 0.117801 0.08129781 0.1224502 0.08257484 0.1177635 0.08280843 0.117801 0.08129781 0.1178439 0.07957947 0.1226779 0.08085834 0.1178761 0.07830595 0.1179029 0.07725483 0.123261 0.07913357 0.8492578 0.9054639 0.845368 0.9054639 0.9020333 0.8922123 0.8573278 0.8901376 0.9020333 0.8922123 0.8305753 0.8951538 0.483266 0.6678763 0.5263907 0.6628267 0.460288 0.6820456 0.4573855 0.6588343 0.4719201 0.6514808 0.5263907 0.6628267 0.4573855 0.6588343 0.483266 0.6678763 0.4428509 0.6661878 0.5061903 0.6764994 0.48599 0.6901721 0.4835784 0.6901721 0.5061903 0.6764994 0.4798521 0.6882128 0.5263907 0.6628267 0.4751321 0.6490742 0.5034666 0.654491 0.5263907 0.6628267 0.5776146 0.6800612 0.5873513 0.6692896 0.6388997 0.6717543 0.5776146 0.6800612 0.5989144 0.6873406 0.5678779 0.6908327 0.6313386 0.689987 0.6237776 0.7082198 0.6164256 0.7091042 0.5915533 0.663988 0.6210157 0.6634019 0.6388997 0.6717543 0.5915533 0.663988 0.5957553 0.6586864 0.6210157 0.6634019 0.9564331 0.9719596 0.9957514 0.957188 0.9396399 0.99177 0.9478217 0.9511582 0.9777856 0.9502786 0.9957514 0.957188 0.9478217 0.9511582 0.9546094 0.9428727 0.9777856 0.9502786 0.4995295 0.7130628 0.5404266 0.7141968 0.4801747 0.7249874 0.4995295 0.7130628 0.4801747 0.7249874 0.4693518 0.7197803 0.4804354 0.7008463 0.4915097 0.6961965 0.5404266 0.7141968 0.4804354 0.7008463 0.4995295 0.7130628 0.469361 0.705496 0.5255841 0.7262104 0.497801 0.7334005 0.5404266 0.7141968 0.4982525 0.6921256 0.5265063 0.7011257 0.5404266 0.7141968 0.4982525 0.6921256 0.5049953 0.6880546 0.5265063 0.7011257 0.01555263 0.9265968 0.021317 0.923557 0.06996423 0.934892 0.01555263 0.9265968 0.037382 0.9346948 0.009788274 0.9296367 0.05486696 0.9445784 0.0397697 0.9542648 0.03438389 0.9526698 0.05486696 0.9445784 0.02821224 0.949354 0.06996423 0.934892 0.02720648 0.9192238 0.05507338 0.9248913 0.06996423 0.934892 0.02720648 0.9192238 0.03309595 0.9148906 0.05507338 0.9248913 0.1178761 0.07830595 0.1127206 0.07957041 0.1124509 0.0788635 0.4628328 0.9796096 0.4556474 0.9817497 0.4558576 0.9790744 0.4804779 0.9332547 0.4805039 0.942017 0.467135 0.9332593 0.4804779 0.9332547 0.4969803 0.9332492 0.4934307 0.9413382 0.4538764 0.9332607 0.4538087 0.9433743 0.4406599 0.9332605 0.4538764 0.9332607 0.467135 0.9332593 0.4670193 0.9427539 0.1350594 0.9796364 0.1350635 0.9745278 0.1396555 0.9774569 0.1350594 0.9796364 0.1396555 0.9774569 0.1416684 0.9810178 0.1350536 0.9867756 0.1350556 0.9842447 0.1428887 0.9835194 0.1350536 0.9867756 0.1428887 0.9835194 0.1350522 0.9883716 0.2595584 0.9024827 0.2649772 0.9030724 0.2594053 0.9076708 0.2595584 0.9024827 0.2594053 0.9076708 0.2524875 0.9017966 0.135047 0.9945358 0.1350489 0.992218 0.1464808 0.9900235 0.135047 0.9945358 0.1476885 0.9918861 0.1350449 0.9969907 0.2591055 0.8916514 0.2627564 0.892991 0.2598599 0.8975698 0.2573691 0.8986266 0.2598599 0.8975698 0.2595584 0.9024827 0.2573691 0.8986266 0.253966 0.8977901 0.2546123 0.894316 0.1351574 0.8071294 0.1351601 0.7985094 0.1402847 0.8064575 0.1351574 0.8071294 0.1402847 0.8064575 0.141001 0.8140439 0.135163 0.7879832 0.1351658 0.7764226 0.1421589 0.7774689 0.135163 0.7879832 0.1413009 0.7876989 0.1407458 0.7979882 0.1351686 0.764699 0.1351709 0.7534754 0.1438273 0.7553527 0.1351686 0.764699 0.1428226 0.7667764 0.1351658 0.7764226 0.1351211 0.8893283 0.1460043 0.8919391 0.1351133 0.9019721 0.1351509 0.8255357 0.1351545 0.8155645 0.1394073 0.8258611 0.1351509 0.8255357 0.1394073 0.8258611 0.1351472 0.835599 0.135173 0.7434149 0.1351749 0.733147 0.1451507 0.7353669 0.135173 0.7434149 0.1438997 0.7450171 0.1351709 0.7534754 0.1350985 0.9247179 0.1351133 0.9019721 0.1450228 0.9055469 0.1350985 0.9247179 0.1448117 0.9257545 0.1350834 0.9473764 0.7994441 0.8897646 0.7940303 0.9002777 0.7912837 0.8875186 0.1350747 0.9597585 0.1350834 0.9473764 0.1422871 0.9597813 0.1350747 0.9597585 0.1422871 0.9597813 0.1405794 0.9656249 0.1350666 0.9704959 0.1394649 0.9697393 0.1391036 0.9732936 0.1350666 0.9704959 0.13507 0.9660649 0.1394649 0.9697393 0.245771 0.2197319 0.2457866 0.1983665 0.2674917 0.1998243 0.245806 0.1723966 0.2458281 0.1443586 0.2669588 0.145958 0.245806 0.1723966 0.2670056 0.1740338 0.2457866 0.1983665 0.2458515 0.1167891 0.2458756 0.08945369 0.2686458 0.08940899 0.2458515 0.1167891 0.2676243 0.1177232 0.2458281 0.1443586 0.9005501 0.9340386 0.9026784 0.9333043 0.9541183 0.9333201 0.9005501 0.9340386 0.9221645 0.9356756 0.9000981 0.9370716 0.9221645 0.9356756 0.9541183 0.9333201 0.8962931 0.9396772 0.9221645 0.9356756 0.8962931 0.9396772 0.9000981 0.9370716 0.8784548 0.9338537 0.8741061 0.9332957 0.9026784 0.9333043 0.8784548 0.9338537 0.9005501 0.9340386 0.8871523 0.934413 0.8784548 0.9338537 0.8871523 0.934413 0.8569727 0.9340456 0.8550295 0.9377152 0.8721079 0.9377884 0.8768509 0.9394666 0.8550295 0.9377152 0.8520212 0.9394661 0.8379511 0.9376419 0.8429031 0.9346597 0.8569727 0.9340456 0.8778604 0.9348182 0.8429031 0.9346597 0.852448 0.9354888 0.8325399 0.9354849 0.8429031 0.9346597 0.8325399 0.9354849 0.8265001 0.9348455 0.852448 0.9354888 0.8778604 0.9348182 0.8721079 0.9377884 0.7329454 0.9343165 0.7467213 0.9353709 0.7103524 0.9347509 0.7870165 0.9390045 0.7982387 0.938467 0.8053161 0.9407101 0.7870165 0.9390045 0.783126 0.9410968 0.7757942 0.939542 0.6530267 0.9345675 0.6761493 0.9346923 0.6761887 0.9357911 0.6530267 0.9345675 0.6643992 0.9358806 0.6323068 0.934922 0.7085294 0.9391387 0.7202819 0.9377065 0.7357369 0.9406948 0.7085294 0.9391387 0.7091758 0.9416052 0.6967768 0.9405709 0.6960636 0.9354765 0.7103524 0.9347509 0.7355331 0.9360268 0.6960636 0.9354765 0.7090656 0.9366304 0.6859269 0.9363477 0.6960636 0.9354765 0.6859269 0.9363477 0.6761887 0.9357911 0.7090656 0.9366304 0.7355331 0.9360268 0.7202819 0.9377065 0.7090656 0.9366304 0.7085294 0.9391387 0.6967768 0.9405709 0.5810379 0.9347591 0.5932155 0.936268 0.5609707 0.9353603 0.6331353 0.9396502 0.6309787 0.9422984 0.6223667 0.9408695 0.6196004 0.935576 0.6323068 0.934922 0.6538278 0.9364572 0.6196004 0.935576 0.6306266 0.9368543 0.6109009 0.9363798 0.6196004 0.935576 0.6109009 0.9363798 0.6031866 0.9358819 0.6306266 0.9368543 0.6538278 0.9364572 0.6439039 0.9384309 0.6306266 0.9368543 0.6331353 0.9396502 0.6223667 0.9408695 0.5098764 0.9361718 0.5049681 0.9408921 0.4969803 0.9332492 0.5098764 0.9361718 0.5210643 0.9380891 0.5158107 0.9405623 0.5197847 0.9352312 0.5098764 0.9361718 0.4969803 0.9332492 0.5197847 0.9352312 0.5332071 0.9353197 0.5323981 0.9369095 0.5197847 0.9352312 0.5263251 0.9372136 0.5098764 0.9361718 0.5596317 0.9409911 0.5594694 0.9435082 0.5493195 0.9426054 0.5480239 0.9363371 0.5609707 0.9353603 0.5833693 0.9371741 0.5480239 0.9363371 0.5591712 0.9378451 0.5386375 0.9375019 0.5480239 0.9363371 0.5386375 0.9375019 0.5323981 0.9369095 0.1350507 0.9901745 0.1350489 0.992218 0.1248146 0.987708 0.1350507 0.9901745 0.1248146 0.987708 0.1260093 0.9854006 0.135047 0.9945358 0.1224106 0.9918648 0.1236213 0.9900043 0.2456489 0.3967428 0.2456439 0.4169455 0.2283606 0.3991708 0.2456408 0.4370461 0.2314609 0.4397155 0.2301031 0.4187 0.2456408 0.4370461 0.2456392 0.4553995 0.2314609 0.4397155 0.8109601 0.0314089 0.8042296 0.04053235 0.8088243 0.03085434 0.8082348 0.04297935 0.8042296 0.04053235 0.8109601 0.0314089 0.8161078 0.03352832 0.8082348 0.04297935 0.8130958 0.03196346 0.2456408 0.4370461 0.2456439 0.4169455 0.2611833 0.4187062 0.2456489 0.3967428 0.2629345 0.3991808 0.2456439 0.4169455 0.2456386 0.4703609 0.2613679 0.4751592 0.2456384 0.4836264 0.2456386 0.4703609 0.2456392 0.4553995 0.2596221 0.4594573 0.2456408 0.4370461 0.2598199 0.439719 0.2456392 0.4553995 0.2456386 0.4703609 0.2456384 0.4836264 0.2299085 0.4751584 0.1351832 0.6476798 0.1213369 0.6474112 0.135182 0.6393876 0.2246705 0.2980438 0.2253464 0.3420814 0.2011495 0.3023027 0.2232901 0.253021 0.2246705 0.2980438 0.1995269 0.2583861 0.2233536 0.2211723 0.2232901 0.253021 0.1977565 0.2281609 0.2456985 0.2962411 0.266721 0.2980687 0.2456731 0.3396555 0.2681624 0.2530506 0.2919102 0.2584461 0.266721 0.2980687 0.2457418 0.2514281 0.2681624 0.2530506 0.2456985 0.2962411 0.2681443 0.2212037 0.2937207 0.2282274 0.2681624 0.2530506 0.2456985 0.2962411 0.2456731 0.3396555 0.2246705 0.2980438 0.2457418 0.2514281 0.2456985 0.2962411 0.2232901 0.253021 0.245771 0.2197319 0.2457418 0.2514281 0.2233536 0.2211723 0.245771 0.2197319 0.2681443 0.2212036 0.2457418 0.2514281 0.2456731 0.3396555 0.2456564 0.3753063 0.2253464 0.3420814 0.2456731 0.3396555 0.2659965 0.3421016 0.2456564 0.3753062 0.2253464 0.3420814 0.2235233 0.3852511 0.2007665 0.34612 0.1351374 0.8585807 0.1351421 0.8481034 0.1393689 0.8577136 0.1351374 0.8585807 0.1393689 0.8577136 0.1418492 0.8685447 0.1351421 0.8481034 0.1310173 0.8482514 0.130922 0.8372833 0.1351374 0.8585807 0.1309068 0.8577097 0.1351421 0.8481034 0.1351374 0.8585807 0.1351321 0.8693233 0.1284159 0.8685378 0.1351321 0.8693233 0.1351255 0.8815186 0.1284159 0.8685378 0.1351421 0.8481034 0.1351472 0.835599 0.1393712 0.837287 0.1351832 0.6476798 0.1351833 0.6628495 0.1213369 0.6474112 0.1351832 0.6476798 0.1490327 0.6474093 0.1351833 0.6628495 0.1351817 0.6831587 0.1480995 0.6830844 0.1351794 0.7022835 0.1351817 0.6831587 0.1351794 0.7022835 0.1222646 0.6830816 0.2119737 0.6850259 0.2032822 0.7139952 0.1983145 0.7116174 0.05839872 0.6850031 0.06335866 0.6835307 0.07204717 0.711596 0.1351833 0.6628495 0.1351817 0.6831587 0.1222646 0.6830816 0.1351833 0.6628495 0.1495786 0.662801 0.1480995 0.6830844 0.7241337 0.08368819 0.7307499 0.08308058 0.7259052 0.09058243 0.7194691 0.09549719 0.7145799 0.097575 0.7161955 0.08422768 0.6746766 0.3762834 0.6940489 0.3396658 0.696389 0.3433457 0.7268458 0.292058 0.696389 0.3433457 0.6940489 0.3396658 0.7450896 0.2514263 0.7268458 0.292058 0.7214159 0.289111 0.7527024 0.2151224 0.7450896 0.2514263 0.7390682 0.2487068 0.7473042 0.2118495 0.7459958 0.2057458 0.7495436 0.2068009 0.7495436 0.2068009 0.7489683 0.1999046 0.754159 0.207954 0.7489683 0.1999046 0.73778 0.1338211 0.7535287 0.1944058 0.7459958 0.2057458 0.7327629 0.1412665 0.7489683 0.1999046 0.7327629 0.1412665 0.7322968 0.1342779 0.73778 0.1338211 0.73778 0.1338211 0.7380509 0.1247173 0.7429013 0.1258742 0.7365995 0.1160034 0.7380509 0.1247173 0.7312154 0.1240363 0.7421922 0.1028633 0.7446969 0.1152761 0.7365995 0.1160034 0.756162 0.09029352 0.7446969 0.1152761 0.7421922 0.1028633 0.7680248 0.06760674 0.756162 0.09029352 0.7511969 0.08197766 0.617145 0.05263143 0.6313827 0.06023639 0.616767 0.05397957 0.6313827 0.06023639 0.6644178 0.08228981 0.6304392 0.06211954 0.6941 0.09838891 0.6622786 0.08603787 0.6644178 0.08228981 0.7145799 0.097575 0.6941 0.09838891 0.6972795 0.08963853 0.7241337 0.08368819 0.7161955 0.08422768 0.7173786 0.0783925 0.7307499 0.08308058 0.7241337 0.08368819 0.7235302 0.07911229 0.7759693 0.05521619 0.7630522 0.04647654 0.7827113 0.04233407 0.7613413 0.03150135 0.7727416 0.03399914 0.7630522 0.04647654 0.727033 0.04633843 0.7176086 0.04904824 0.716605 0.04053372 0.7493143 0.04477995 0.727033 0.04633843 0.728183 0.0375483 0.7493143 0.04477995 0.7528285 0.0320574 0.7573723 0.04322087 0.816595 0.3931791 0.83291 0.4666621 0.8289537 0.4613388 0.8121344 0.3120331 0.816595 0.3931791 0.8126302 0.3920356 0.8100472 0.2601942 0.8121344 0.3120331 0.8096082 0.3108605 0.8084383 0.233401 0.8100472 0.2601942 0.8078047 0.2589112 0.8092606 0.2272945 0.8084383 0.233401 0.8067623 0.2321389 0.807859 0.2272642 0.8072897 0.2227157 0.8092606 0.2272945 0.8066375 0.217743 0.8094279 0.2164472 0.809464 0.2223758 0.8050863 0.2308769 0.8024307 0.2246168 0.8064574 0.227234 0.8024307 0.2246168 0.8001843 0.2203556 0.8051155 0.2230557 0.8045234 0.165763 0.8094279 0.2164472 0.8066375 0.217743 0.8001843 0.2203556 0.7925314 0.1666126 0.8038471 0.2190389 0.7971348 0.1634834 0.7925314 0.1666126 0.7921672 0.1592161 0.7959803 0.158626 0.7935971 0.1479431 0.8017751 0.152484 0.7935971 0.1479431 0.7959803 0.158626 0.7921672 0.1592161 0.7935971 0.1479431 0.7916637 0.1103156 0.8006592 0.1446832 0.790624 0.1481096 0.7853249 0.114418 0.7935971 0.1479431 0.7916637 0.1103156 0.7879572 0.0778383 0.7979816 0.1067762 0.7853249 0.114418 0.7824608 0.08357036 0.7916637 0.1103156 0.8967171 0.08004987 0.8899403 0.08473914 0.8894852 0.08002734 0.8899403 0.08473914 0.8967171 0.08004987 0.8945246 0.08964735 0.9725572 0.3568108 0.9487844 0.3231188 0.9761418 0.3536464 0.9487844 0.3231188 0.9160122 0.2780321 0.9503766 0.3207425 0.8959954 0.2367459 0.918975 0.2757737 0.9160122 0.2780321 0.8823684 0.2019071 0.8959954 0.2367459 0.8923774 0.2379179 0.8823101 0.1935188 0.8823684 0.2019071 0.8764629 0.1967766 0.8768967 0.1906349 0.8764629 0.1967766 0.8716289 0.1949977 0.8781413 0.1253769 0.8768967 0.1906349 0.871465 0.1842055 0.8833273 0.1326636 0.8823101 0.1935188 0.8768967 0.1906349 0.8834574 0.1275311 0.8833273 0.1326636 0.8781413 0.1253769 0.8783305 0.1202291 0.8781413 0.1253769 0.8736175 0.124805 0.8828967 0.1185829 0.8834574 0.1275311 0.8783305 0.1202291 0.8811577 0.1139117 0.8783305 0.1202291 0.8731223 0.109939 0.8639509 0.08015972 0.8795543 0.1088676 0.8731223 0.109939 0.8584762 0.08574855 0.8439688 0.06353837 0.8639509 0.08015972 0.944052 0.07011783 0.9700644 0.04670625 0.9711686 0.04824155 0.9464639 0.07317107 0.9192608 0.08937197 0.944052 0.07011783 0.9192608 0.08937197 0.8992308 0.09123569 0.9152586 0.08177036 0.8881224 0.0763517 0.8961388 0.07746976 0.8894852 0.08002734 0.8810009 0.07676196 0.8881224 0.0763517 0.8820876 0.08047515 0.8922363 0.04363101 0.8837354 0.04155021 0.889164 0.03597015 0.8837354 0.04155021 0.8658529 0.03829663 0.8832512 0.03264731 0.8362902 0.4608939 0.8390762 0.392306 0.8396705 0.4551258 0.8390762 0.392306 0.8312128 0.3145109 0.8417669 0.3906615 0.8312128 0.3145109 0.8261525 0.2616425 0.8332315 0.3137325 0.8261525 0.2616425 0.8236318 0.2338454 0.8279293 0.2614214 0.8236318 0.2338454 0.821525 0.2285395 0.8256827 0.2322747 0.821525 0.2285395 0.821792 0.2243525 0.8231607 0.2283452 0.8191851 0.2192009 0.821306 0.2197643 0.8200406 0.224272 0.8255414 0.2269123 0.8256827 0.2322747 0.8231607 0.2283452 0.8261184 0.2225036 0.8255414 0.2269123 0.8235434 0.2244331 0.823696 0.1648598 0.8234269 0.2203276 0.821306 0.2197643 0.826799 0.1663723 0.8261184 0.2225036 0.8234269 0.2203276 0.8204361 0.1574715 0.8224102 0.1582754 0.8194815 0.1623212 0.8243843 0.1590793 0.8269465 0.1592057 0.823696 0.1648598 0.8243843 0.1590793 0.8252806 0.1479655 0.8269465 0.1592057 0.8252806 0.1479655 0.8243843 0.1590793 0.8224102 0.1582754 0.828076 0.1040694 0.8270995 0.1481375 0.8252806 0.1479655 0.8239159 0.1483129 0.8232491 0.1038377 0.8252806 0.1479655 0.8284093 0.07744377 0.828076 0.1040694 0.8243741 0.1033416 0.8232491 0.1038377 0.820991 0.07633745 0.8243741 0.1033416 0.8160802 0.04562652 0.823015 0.07626515 0.820991 0.07633745 0.7495436 0.2068009 0.754159 0.207954 0.7473042 0.2118495 0.7680248 0.06760674 0.7564005 0.05890595 0.7759693 0.05521619 0.7493143 0.04477995 0.7573723 0.04322087 0.7630522 0.04647654 0.7110533 0.04804414 0.7176086 0.04904824 0.7130058 0.06426602 0.7130058 0.06426602 0.7195273 0.06490629 0.7173786 0.0783925 0.7284289 0.06332379 0.7195273 0.06490629 0.7176086 0.04904824 0.7195273 0.06490629 0.7284289 0.06332379 0.7235302 0.07911229 0.8969995 0.05958229 0.8902975 0.05946141 0.8922363 0.04363101 0.8961388 0.07746976 0.8881224 0.0763517 0.8902975 0.05946141 0.8902975 0.05946141 0.8826844 0.05938458 0.8837354 0.04155021 0.8881224 0.0763517 0.8810009 0.07676196 0.8826844 0.05938458 0.7824608 0.08357036 0.7680248 0.06760674 0.7879572 0.0778383 0.7879572 0.0778383 0.7759693 0.05521619 0.7937709 0.0759564 0.790624 0.1481096 0.7858079 0.1491714 0.7795368 0.1194782 0.9414801 0.3237257 0.9487844 0.3231188 0.9652853 0.3531288 0.7118666 0.1039304 0.7145799 0.097575 0.7202326 0.1001502 0.9192608 0.08937197 0.9219145 0.09333467 0.9023628 0.09579938 0.8834574 0.1275311 0.8886818 0.1276603 0.8883473 0.1444127 0.617145 0.05263143 0.6177554 0.05123472 0.6335142 0.05462735 0.6972795 0.08963853 0.6974929 0.08409905 0.7104794 0.08191913 0.7914629 0.03536576 0.7827113 0.04233407 0.7815735 0.02818638 0.7815735 0.02818638 0.7727416 0.03399914 0.7682918 0.01793664 0.7536175 0.02429103 0.7528285 0.0320574 0.728083 0.03100937 0.7682918 0.01793664 0.7613413 0.03150135 0.7536175 0.02429103 0.8252483 0.3964349 0.816595 0.3931791 0.8202564 0.3149285 0.8202564 0.3149285 0.8121344 0.3120331 0.81545 0.2597608 0.81545 0.2597608 0.8100472 0.2601942 0.8126249 0.2330313 0.8092606 0.2272945 0.8124604 0.2269083 0.8126249 0.2330313 0.809464 0.2223758 0.8126353 0.2228754 0.8124604 0.2269083 0.8045234 0.165763 0.8090273 0.1739907 0.8121731 0.2166708 0.8006592 0.1446832 0.807902 0.1440142 0.8082683 0.1516224 0.7979816 0.1067762 0.8059918 0.1051419 0.807902 0.1440142 0.7937709 0.0759564 0.8020967 0.07497125 0.8059918 0.1051419 0.9137803 0.07464253 0.9152586 0.08177036 0.9024771 0.07456612 0.862428 0.02896499 0.8607497 0.02353566 0.8841115 0.02578467 0.8607497 0.02353566 0.862428 0.02896499 0.8538633 0.02414971 0.8301538 0.3950217 0.8332696 0.3944861 0.830361 0.4352852 0.8332696 0.3944861 0.8301538 0.3950217 0.8246434 0.3151641 0.8202663 0.2612527 0.8223209 0.2615582 0.8246434 0.3151641 0.817076 0.2353349 0.8193284 0.2353755 0.8202663 0.2612527 0.8162894 0.2282944 0.8180894 0.2285141 0.817076 0.2353349 0.8159683 0.2247048 0.8180044 0.2244884 0.8162894 0.2282944 0.8175411 0.2182091 0.8158971 0.2172172 0.814186 0.1678932 0.8158866 0.1448988 0.8225513 0.1486603 0.8151636 0.1543794 0.8169168 0.1059084 0.822124 0.1043339 0.8158866 0.1448988 0.822124 0.1043339 0.8169168 0.1059084 0.813082 0.07651394 0.8042296 0.04053235 0.8082348 0.04297935 0.813082 0.07651394 0.8961388 0.07746976 0.9014519 0.07171016 0.9024771 0.07456612 0.8126353 0.2228754 0.809464 0.2223758 0.8121731 0.2166708 0.8158971 0.2172172 0.8175411 0.2182091 0.8159683 0.2247048 0.7827113 0.04233407 0.7914629 0.03536576 0.8020967 0.07497125 0.6132951 0.0521897 0.6138321 0.05055224 0.617145 0.05263143 0.7536175 0.02429103 0.728083 0.03100937 0.748229 0.01544833 0.7536175 0.02429103 0.748229 0.01544833 0.75593 0.01106095 0.8042296 0.04053235 0.813082 0.07651394 0.8020967 0.07497125 0.8169168 0.1059084 0.8059918 0.1051419 0.813082 0.07651394 0.8158866 0.1448988 0.807902 0.1440142 0.8169168 0.1059084 0.8151636 0.1543794 0.8082683 0.1516224 0.8158866 0.1448988 0.8090273 0.1739907 0.814186 0.1678932 0.8158971 0.2172172 0.8159683 0.2247048 0.8126353 0.2228754 0.8158971 0.2172172 0.8162894 0.2282944 0.8124604 0.2269083 0.8159683 0.2247048 0.817076 0.2353349 0.8126249 0.2330313 0.8162894 0.2282944 0.8202663 0.2612527 0.81545 0.2597608 0.817076 0.2353349 0.8246434 0.3151641 0.8202564 0.3149285 0.8202663 0.2612527 0.8202564 0.3149285 0.8246434 0.3151641 0.8301538 0.3950217 0.8730064 0.2024104 0.8716289 0.1949977 0.8764629 0.1967766 0.8151636 0.1543794 0.8131935 0.1571632 0.8080175 0.1548899 0.8034411 0.1568847 0.8017751 0.152484 0.8080175 0.1548899 0.8122934 0.159106 0.8084418 0.1573499 0.8131935 0.1571632 0.8034411 0.1568847 0.8080175 0.1548899 0.8084418 0.1573499 0.8081342 0.162158 0.8060135 0.1610475 0.8086448 0.1616733 0.8060135 0.1610475 0.8081342 0.162158 0.8080415 0.1627489 0.8095371 0.1619638 0.8113934 0.1610488 0.8097157 0.1627168 0.8086448 0.1616733 0.808866 0.1598099 0.8095371 0.1619638 0.8097157 0.1627168 0.814186 0.1678932 0.8086405 0.1629887 0.8045234 0.165763 0.8080415 0.1627489 0.8086405 0.1629887 0.8086405 0.1629887 0.8085949 0.16268 0.8090622 0.1624906 0.8060135 0.1610475 0.8045234 0.165763 0.8008291 0.1646232 0.7959803 0.158626 0.8017751 0.152484 0.8034411 0.1568847 0.8122934 0.159106 0.8168337 0.1651072 0.8113934 0.1610488 0.8194815 0.1623212 0.8131935 0.1571632 0.8204361 0.1574715 0.816595 0.3931791 0.830361 0.4352852 0.8316355 0.4509736 0.7389691 0.8252238 0.7448171 0.8315799 0.7384112 0.8320857 0.730756 0.8328732 0.7270275 0.8204156 0.7320285 0.8215943 0.6432853 0.5612985 0.6449865 0.5592846 0.6693826 0.5891335 0.6677555 0.5930248 0.6693826 0.5891335 0.7068246 0.6330254 0.7021321 0.6367248 0.7068246 0.6330254 0.7308776 0.6687631 0.725584 0.6723427 0.7308776 0.6687631 0.7440879 0.7021193 0.7430243 0.7172372 0.739233 0.7121566 0.7424417 0.7105692 0.7482732 0.7217307 0.7430243 0.7172372 0.746652 0.7087133 0.7493823 0.7887971 0.7431974 0.7820618 0.7482732 0.7217307 0.7431974 0.7820618 0.7371941 0.7757878 0.7430243 0.7172372 0.7449485 0.7906951 0.7378959 0.7825256 0.7431974 0.7820618 0.7528317 0.7986046 0.7449485 0.7906951 0.7493823 0.7887971 0.7378959 0.7825256 0.7449485 0.7906951 0.7385448 0.7924652 0.7449485 0.7906951 0.7528317 0.7986046 0.7449941 0.799239 0.7524799 0.8108468 0.7528317 0.7986046 0.7678569 0.8205375 0.764488 0.8292783 0.7678569 0.8205375 0.7828848 0.8402171 0.6526407 0.8680093 0.6538488 0.8696496 0.6409432 0.8780101 0.6790667 0.8399896 0.6817203 0.8432112 0.6526407 0.8680093 0.6817203 0.8432112 0.6790667 0.8399896 0.7073727 0.8229983 0.7118384 0.8308175 0.7073727 0.8229983 0.7270275 0.8204156 0.7328406 0.8382412 0.730756 0.8328732 0.7384112 0.8320857 0.7385863 0.8365464 0.7384112 0.8320857 0.7448171 0.8315799 0.7928916 0.8714783 0.7816098 0.8611735 0.801028 0.8618986 0.7816098 0.8611735 0.7928916 0.8714783 0.7824346 0.8757285 0.737872 0.8661738 0.7383115 0.8744543 0.7317881 0.8682059 0.7383115 0.8744543 0.737872 0.8661738 0.7472993 0.8672114 0.7498368 0.8754014 0.7472993 0.8672114 0.7687931 0.8650435 0.7824346 0.8757285 0.7742292 0.8765942 0.7767296 0.8652084 0.7763902 0.4549236 0.779288 0.4492005 0.7757889 0.5219202 0.7721974 0.5236604 0.7757889 0.5219202 0.784845 0.5999986 0.7826294 0.6015306 0.784845 0.5999986 0.7913566 0.6497527 0.7894296 0.6513435 0.7913566 0.6497527 0.7942171 0.675556 0.7928267 0.6770337 0.7942171 0.675556 0.7960025 0.6812416 0.7970032 0.6858968 0.7948749 0.6859294 0.7960025 0.6812416 0.7970032 0.6858968 0.797941 0.6915537 0.7950686 0.6907761 0.7927466 0.685962 0.7899315 0.6849141 0.7933404 0.6817589 0.7921963 0.6899986 0.7884891 0.6893441 0.7927466 0.685962 0.7950686 0.6907761 0.797941 0.6915537 0.8015782 0.7406702 0.7949094 0.7440549 0.7900083 0.7418267 0.7921963 0.6899986 0.790874 0.7489369 0.7900083 0.7418267 0.7949094 0.7440549 0.801352 0.761397 0.7940856 0.7594477 0.8011361 0.7537782 0.790874 0.7489369 0.7946054 0.7488741 0.7940856 0.7594477 0.8050163 0.7979686 0.7984136 0.7956308 0.801352 0.761397 0.7984136 0.7956308 0.7916988 0.79276 0.7940856 0.7594477 0.8060567 0.8280364 0.8002064 0.8271958 0.8050163 0.7979686 0.889499 0.8092451 0.8962848 0.8038927 0.8966237 0.8084586 0.9040749 0.7961767 0.9035134 0.8072511 0.8998493 0.7984625 0.8926307 0.6170394 0.8894361 0.6153725 0.9151875 0.5690259 0.8894361 0.6153725 0.8926307 0.6170394 0.8771272 0.6580086 0.8734863 0.6574848 0.8771272 0.6580086 0.8698515 0.6934511 0.8650641 0.6993101 0.8698515 0.6934511 0.8711718 0.7014564 0.860748 0.7017984 0.8650641 0.6993101 0.8664846 0.7050931 0.8623614 0.7121124 0.8664846 0.7050931 0.8783733 0.7670924 0.8664846 0.7050931 0.8711718 0.7014564 0.8821216 0.7592961 0.8783733 0.7670924 0.8821216 0.7592961 0.8830872 0.764167 0.8741549 0.7683793 0.8783733 0.7670924 0.8793978 0.7719681 0.8793978 0.7719681 0.8830872 0.764167 0.8840206 0.7727884 0.8761212 0.7826308 0.8793978 0.7719681 0.883129 0.7775262 0.8761212 0.7826308 0.8824277 0.7825971 0.8722628 0.8125203 0.9796958 0.8253602 0.9788951 0.8270046 0.9502612 0.8089551 0.9209048 0.8025702 0.923473 0.7946681 0.9502612 0.8089551 0.9035134 0.8072511 0.9040749 0.7961767 0.9209048 0.8025702 0.9035134 0.8072511 0.9033853 0.8098052 0.8966237 0.8084586 0.8966237 0.8084586 0.8959274 0.8121857 0.889499 0.8092451 0.9035433 0.8505062 0.9052154 0.8427001 0.9136463 0.8462761 0.8984524 0.8546434 0.8974539 0.8460778 0.9035433 0.8505062 0.8792077 0.8615687 0.8809417 0.8521122 0.8984524 0.8546434 0.8001953 0.5201917 0.7973608 0.5190655 0.7876244 0.4590882 0.8046758 0.5949189 0.8026239 0.5945082 0.8001953 0.5201917 0.8082006 0.6456509 0.8064706 0.6457314 0.8046758 0.5949189 0.8108392 0.6738014 0.8086267 0.6726405 0.8082006 0.6456509 0.8090796 0.6779606 0.8074887 0.6780436 0.8108392 0.6738014 0.810086 0.6816268 0.8084297 0.6819908 0.8090796 0.6779606 0.8084297 0.6819908 0.808719 0.6864439 0.8067736 0.6823548 0.8090796 0.6779606 0.8108392 0.6738014 0.8115839 0.678936 0.810086 0.6816268 0.8115839 0.678936 0.8128567 0.6830437 0.808719 0.6864439 0.8106483 0.6855591 0.8200014 0.738387 0.8106483 0.6855591 0.8128567 0.6830437 0.8227109 0.7364361 0.818201 0.7399424 0.8198557 0.7448741 0.8164005 0.7414978 0.8227109 0.7364361 0.8240269 0.7432432 0.8200014 0.738387 0.825988 0.7537682 0.8242824 0.7542304 0.8240269 0.7432432 0.8198557 0.7448741 0.8216056 0.743784 0.8242824 0.7542304 0.8242824 0.7542304 0.825988 0.7537682 0.8341457 0.7956132 0.8307367 0.7969142 0.8295828 0.7966257 0.8242824 0.7542304 0.8307367 0.7969142 0.8341457 0.7956132 0.8388301 0.8209381 0.8338816 0.8229461 0.8319404 0.8232091 0.8307367 0.7969142 0.8338816 0.8229461 0.8388301 0.8209381 0.8410045 0.8527608 0.8319404 0.8232091 0.8338816 0.8229461 0.8322959 0.8532885 0.7440879 0.7021193 0.746652 0.7087133 0.7394792 0.7061242 0.7816098 0.8611735 0.7732312 0.8504167 0.7924892 0.8507249 0.7816098 0.8611735 0.7767296 0.8652084 0.7687931 0.8650435 0.7371003 0.8507435 0.737872 0.8661738 0.730989 0.8524233 0.7385863 0.8365464 0.7371003 0.8507435 0.7328406 0.8382412 0.737872 0.8661738 0.7371003 0.8507435 0.7458448 0.8507922 0.7460588 0.835777 0.7458448 0.8507922 0.7385863 0.8365464 0.9052154 0.8427001 0.900771 0.8279287 0.9071394 0.8267143 0.900771 0.8279287 0.8959274 0.8121857 0.9033853 0.8098052 0.8974539 0.8460778 0.8935267 0.8292505 0.900771 0.8279287 0.8935267 0.8292505 0.8890721 0.8129626 0.8959274 0.8121857 0.7924892 0.8507249 0.7828848 0.8402171 0.8002064 0.8271958 0.801028 0.8618986 0.7924892 0.8507249 0.8060567 0.8280364 0.7493823 0.7887971 0.7482732 0.7217307 0.7564207 0.7784587 0.7686058 0.5254006 0.7804138 0.6030625 0.76484 0.5296694 0.7858556 0.7405658 0.7850889 0.6857685 0.7884891 0.6893441 0.860748 0.7017984 0.8623614 0.7121124 0.8568998 0.7057568 0.8548786 0.8129152 0.8617486 0.7929671 0.8661279 0.8080909 0.7875025 0.6529343 0.7914362 0.6785115 0.783604 0.6578839 0.8155507 0.6489862 0.8146132 0.6783608 0.8108392 0.6738014 0.7385448 0.7924652 0.7449941 0.799239 0.7360167 0.7953172 0.7524799 0.8108468 0.764488 0.8292783 0.7513256 0.8239 0.7073727 0.8229983 0.6790667 0.8399896 0.7034476 0.8177411 0.7389691 0.8252238 0.7320285 0.8215943 0.7398099 0.8220221 0.8840206 0.7727884 0.8830872 0.764167 0.8890563 0.772303 0.9920399 0.8336142 0.9796958 0.8253602 0.9890421 0.8290835 0.7460588 0.835777 0.7448171 0.8315799 0.750693 0.8353674 0.7928916 0.8714783 0.801028 0.8618986 0.8022632 0.875571 0.7824346 0.8757285 0.7928916 0.8714783 0.7912837 0.8875186 0.7383115 0.8744543 0.7498368 0.8754014 0.73751 0.8782662 0.7498368 0.8754014 0.7742292 0.8765942 0.7508137 0.8816506 0.7742292 0.8765942 0.7824346 0.8757285 0.7762543 0.8838677 0.784845 0.5999986 0.7757889 0.5219202 0.7921121 0.5959069 0.7913566 0.6497527 0.784845 0.5999986 0.7965778 0.64928 0.7942171 0.675556 0.7913566 0.6497527 0.7982684 0.6752216 0.7982684 0.6752216 0.7991159 0.6810849 0.7960025 0.6812416 0.7991159 0.6810849 0.7999439 0.6849004 0.7970032 0.6858968 0.8005209 0.6908904 0.804522 0.7320891 0.8015782 0.7406702 0.8074668 0.7535348 0.8083655 0.7608468 0.801352 0.761397 0.8083655 0.7608468 0.8129194 0.7982128 0.8050163 0.7979686 0.8129194 0.7982128 0.8141543 0.8276099 0.8060567 0.8280364 0.9502612 0.8089551 0.9788951 0.8270046 0.94828 0.8143654 0.94828 0.8143654 0.9206646 0.8096069 0.9209048 0.8025702 0.900398 0.8610436 0.8784984 0.8670193 0.8792077 0.8615687 0.8672595 0.8639893 0.8792077 0.8615687 0.8718336 0.8675635 0.7806463 0.4643637 0.7914686 0.5179399 0.7820047 0.4795268 0.7962548 0.5949627 0.7884109 0.5179404 0.7914686 0.5179399 0.7984134 0.5945301 0.8028324 0.64644 0.7962548 0.5949627 0.8028324 0.64644 0.8042737 0.6718877 0.800924 0.647068 0.8042737 0.6718877 0.8042181 0.6786312 0.8021333 0.6722958 0.8042181 0.6786312 0.8047973 0.6824824 0.8025384 0.6791358 0.8104391 0.7370553 0.8039809 0.6897587 0.8053854 0.6885438 0.8181059 0.7459641 0.8215669 0.7540159 0.8135872 0.749776 0.8215669 0.7540159 0.8284289 0.7963373 0.8158312 0.7586941 0.8243726 0.824338 0.8232074 0.7956905 0.8284289 0.7963373 0.8299993 0.8234722 0.8252517 0.8570984 0.8243726 0.824338 0.7328406 0.8382412 0.730989 0.8524233 0.7277272 0.8392893 0.7277272 0.8392893 0.7256861 0.8360111 0.730756 0.8328732 0.797941 0.6915537 0.7970032 0.6858968 0.8005209 0.6908904 0.8047973 0.6824824 0.8053854 0.6885438 0.802821 0.6826101 0.8141543 0.8276099 0.8105127 0.8671059 0.801028 0.8618986 0.746479 0.8890935 0.7508137 0.8816506 0.772568 0.8931799 0.7806278 0.8960993 0.772568 0.8931799 0.7762543 0.8838677 0.8141543 0.8276099 0.8243726 0.824338 0.8218351 0.8600878 0.8141543 0.8276099 0.8129194 0.7982128 0.8243726 0.824338 0.8129194 0.7982128 0.8083655 0.7608468 0.8232074 0.7956905 0.8083655 0.7608468 0.8074668 0.7535348 0.8158312 0.7586941 0.8039809 0.6897587 0.8104391 0.7370553 0.804522 0.7320891 0.8005209 0.6908904 0.7999439 0.6849004 0.8039809 0.6897587 0.7999439 0.6849004 0.7991159 0.6810849 0.802821 0.6826101 0.7991159 0.6810849 0.7982684 0.6752216 0.8025384 0.6791358 0.7982684 0.6752216 0.7965778 0.64928 0.8021333 0.6722958 0.7965778 0.64928 0.7921121 0.5959069 0.800924 0.647068 0.7884109 0.5179404 0.7962548 0.5949627 0.7921121 0.5959069 0.7899315 0.6849141 0.7884891 0.6893441 0.7850889 0.6857685 0.8146132 0.6783608 0.8128567 0.6830437 0.8115839 0.678936 0.8650641 0.6993101 0.860748 0.7017984 0.8608452 0.6945067 0.8066918 0.7504614 0.8112527 0.7474456 0.8135872 0.749776 0.8074668 0.7535348 0.8011361 0.7537782 0.8066918 0.7504614 0.8066918 0.7504614 0.8066928 0.748047 0.8112527 0.7474456 0.8066928 0.748047 0.8066918 0.7504614 0.8020025 0.7493103 0.806694 0.7456325 0.8037719 0.7449206 0.8061775 0.7438926 0.8054259 0.7429663 0.8056114 0.7435144 0.8037719 0.7449206 0.8104391 0.7370553 0.8088997 0.744037 0.8070271 0.7427225 0.8088997 0.744037 0.806694 0.7456325 0.8069803 0.7434694 0.804522 0.7320891 0.8104391 0.7370553 0.8059577 0.7426394 0.8059577 0.7426394 0.8054259 0.7429663 0.8015782 0.7406702 0.8058323 0.7431454 0.8058684 0.7433192 0.8056114 0.7435144 0.7982438 0.7423625 0.8015782 0.7406702 0.8037719 0.7449206 0.8020025 0.7493103 0.8011361 0.7537782 0.7946054 0.7488741 0.8104391 0.7370553 0.8134198 0.7392765 0.8088997 0.744037 0.8135872 0.749776 0.8112527 0.7474456 0.8181059 0.7459641 0.7806463 0.4643637 0.7820047 0.4795268 0.7757889 0.5219202 0.6337599 0.2539732 0.6369217 0.2616366 0.628093 0.2597752 0.8080415 0.1627489 0.8084241 0.1624951 0.8085949 0.16268 0.8086448 0.162169 0.8086448 0.1616733 0.8090067 0.1622428 0.8090067 0.1622428 0.8095371 0.1619638 0.8090622 0.1624906 0.8081342 0.162158 0.8084306 0.1623118 0.8084241 0.1624951 0.8084306 0.1623118 0.8081342 0.162158 0.8086448 0.162169 0.47513 0.2761083 0.4658959 0.2729318 0.4682698 0.2815842 0.5443741 0.2677306 0.5394136 0.2578137 0.536994 0.2652701 0.8059647 0.7429412 0.8058323 0.7431454 0.8054259 0.7429663 0.8064414 0.7430451 0.8059647 0.7429412 0.8059577 0.7426394 0.8069803 0.7434694 0.8061775 0.7438926 0.8064289 0.7432905 0.8070271 0.7427225 0.8069803 0.7434694 0.8064414 0.7430451 0.8061775 0.7438926 0.8056114 0.7435144 0.8060961 0.74342 0.1169106 0.01637005 0.1126745 0.014274 0.1180621 0.01386219 0.1169106 0.01637005 0.1157395 0.01890611 0.1115474 0.01679182 0.1087075 0.01243305 0.1126745 0.014274 0.1075513 0.0148822 0.1087075 0.01243305 0.1098688 0.009967803 0.1137629 0.0117802 0.08879506 0.004102587 0.09359937 0.004551172 0.09303307 0.007100522 0.08861738 0.009405314 0.08867818 0.006789386 0.09255176 0.009495079 0.08861738 0.009405314 0.08503311 0.009744524 0.08483463 0.006980597 0.08879506 0.004102587 0.08867818 0.006789386 0.08469629 0.00416398 0.5842542 0.6309269 0.5822301 0.6357814 0.5814754 0.6355169 0.5814989 0.6302539 0.5830136 0.6306536 0.5803351 0.6350408 0.5814989 0.6302539 0.5826862 0.6255618 0.5844978 0.625931 0.5844978 0.625931 0.5861768 0.6262542 0.5842542 0.6309269 0.5903694 0.6019983 0.5909239 0.6065328 0.5884907 0.6066722 0.5853961 0.6029226 0.5878481 0.6024329 0.5861917 0.6068263 0.5853961 0.6029226 0.584097 0.5992994 0.5865679 0.5985702 0.5903694 0.6019983 0.5878481 0.6024329 0.5890544 0.5979312 0.6515439 0.480534 0.6516045 0.4841848 0.649146 0.4837309 0.6465951 0.4803885 0.6490712 0.4804188 0.646786 0.4834426 0.6465951 0.4803885 0.6463462 0.4773542 0.6488967 0.4771293 0.6515439 0.480534 0.6490712 0.4804188 0.6514371 0.4768877 0.171529 0.007883667 0.1670982 0.006649911 0.1726543 0.005208075 0.171529 0.007883667 0.1705589 0.01029402 0.1673039 0.008893609 0.1673039 0.008893609 0.1645217 0.009684562 0.1633216 0.007810473 0.1668383 0.004123806 0.1670982 0.006649911 0.1619203 0.005818843 0.1633216 0.007810473 0.1589494 0.01166623 0.1619203 0.005818843 0.1633216 0.007810473 0.1645217 0.009684562 0.1620053 0.01273298 0.1542794 0.0168696 0.1589494 0.01166623 0.1596217 0.01691019 0.1542794 0.0168696 0.1478632 0.01768422 0.1553138 0.01090401 0.1888954 0.02344197 0.1870231 0.01951324 0.194599 0.01954227 0.1888954 0.02344197 0.1840043 0.02652019 0.1813865 0.02246391 0.1813865 0.02246391 0.1783544 0.01827466 0.1837971 0.0154733 0.1937983 0.01617002 0.1870231 0.01951324 0.1904371 0.01255661 0.1819549 0.008460819 0.1904371 0.01255661 0.1837971 0.0154733 0.1744938 0.01381951 0.1778638 0.01121073 0.1783544 0.01827466 0.1744938 0.01381951 0.1705589 0.01029402 0.171529 0.007883667 0.1819549 0.008460819 0.1778638 0.01121073 0.1726543 0.005208075 0.2666416 0.05847913 0.2639611 0.05727523 0.2727649 0.05298483 0.2592296 0.06188172 0.2639611 0.05727523 0.2618272 0.0631352 0.2592296 0.06188172 0.2565416 0.06033599 0.260608 0.05602353 0.269967 0.05185484 0.2639611 0.05727523 0.2657674 0.05098813 0.2587646 0.05064821 0.2657674 0.05098813 0.260608 0.05602353 0.2536728 0.05820584 0.25591 0.05467617 0.2565416 0.06033599 0.2512285 0.05371206 0.25591 0.05467617 0.2508375 0.05648356 0.2587646 0.05064821 0.25591 0.05467617 0.2517689 0.05067169 0.2512285 0.05371206 0.2479251 0.05361008 0.2517689 0.05067169 0.2512285 0.05371206 0.2508375 0.05648356 0.2482495 0.05616152 0.2482495 0.05616152 0.2458206 0.05728667 0.2447459 0.05453515 0.2447459 0.05453515 0.2434656 0.05159419 0.2475908 0.05089521 0.2447459 0.05453515 0.2404369 0.05665206 0.2434656 0.05159419 0.2434625 0.05990606 0.2404369 0.05665206 0.2458206 0.05728667 0.235563 0.05936491 0.2404369 0.05665206 0.2411397 0.06327253 0.235563 0.05936491 0.2284353 0.05486899 0.2366285 0.0530439 0.6835156 0.008614599 0.679595 0.00875622 0.6826167 0.003534972 0.6835156 0.008614599 0.6842516 0.01324361 0.6802573 0.01341521 0.6802573 0.01341521 0.6759549 0.01404106 0.6751629 0.009784936 0.6789237 0.00368303 0.679595 0.00875622 0.6744177 0.005179941 0.6682856 0.009374737 0.6744177 0.005179941 0.6751629 0.009784936 0.6710364 0.0155754 0.6697078 0.01258778 0.6759549 0.01404106 0.6649176 0.01602041 0.6697078 0.01258778 0.6668414 0.01766359 0.6682856 0.009374737 0.6697078 0.01258778 0.6627436 0.01426213 0.6649176 0.01602041 0.6624805 0.01893854 0.6627436 0.01426213 0.6649176 0.01602041 0.6668414 0.01766359 0.6647099 0.01995104 0.6647099 0.01995104 0.6643173 0.02267622 0.6617576 0.02225482 0.660008 0.01783704 0.6624805 0.01893854 0.6590084 0.02178275 0.6617576 0.02225482 0.6621102 0.02688199 0.6590084 0.02178275 0.6653384 0.02607768 0.6621102 0.02688199 0.6643173 0.02267622 0.6630005 0.03216463 0.6621102 0.02688199 0.6670665 0.02981728 0.6630005 0.03216463 0.6586741 0.03480941 0.6586747 0.02778255 0.6653384 0.02607768 0.6643173 0.02267622 0.6664977 0.02299636 0.6704158 0.02451336 0.6681523 0.0254659 0.6683787 0.02307063 0.6704158 0.02451336 0.6736096 0.02628171 0.6706122 0.02806478 0.6653384 0.02607768 0.6681523 0.0254659 0.6670665 0.02981728 0.6682646 0.01907664 0.6664532 0.02078568 0.6668414 0.01766359 0.6682646 0.01907664 0.6697122 0.02032262 0.6685881 0.0216338 0.6685881 0.0216338 0.6683787 0.02307063 0.6664977 0.02299636 0.6647099 0.01995104 0.6664532 0.02078568 0.6643173 0.02267622 0.6768407 0.01759958 0.6721777 0.01811224 0.6759549 0.01404106 0.6768407 0.01759958 0.6784748 0.02166402 0.6726554 0.02041167 0.6682646 0.01907664 0.6721777 0.01811224 0.6697122 0.02032262 0.6682646 0.01907664 0.6668414 0.01766359 0.6710364 0.0155754 0.6846618 0.0169714 0.6809017 0.01724576 0.6842516 0.01324361 0.6815372 0.02066212 0.6809017 0.01724576 0.684909 0.02024859 0.6768407 0.01759958 0.6809017 0.01724576 0.6784748 0.02166402 0.6768407 0.01759958 0.6759549 0.01404106 0.6802573 0.01341521 0.2434625 0.05990606 0.2458206 0.05728667 0.2464844 0.05965936 0.2455999 0.06464326 0.2449226 0.06245172 0.2466002 0.06290537 0.2455999 0.06464326 0.2445389 0.06814646 0.2436147 0.06600362 0.2434625 0.05990606 0.2449226 0.06245172 0.2411397 0.06327253 0.2507451 0.05871737 0.2485541 0.05838602 0.2508375 0.05648356 0.2507451 0.05871737 0.2505702 0.06056088 0.2490336 0.06075412 0.2490336 0.06075412 0.2466002 0.06290537 0.2464844 0.05965936 0.2482495 0.05616152 0.2485541 0.05838602 0.2458206 0.05728667 0.2546608 0.06320273 0.2526705 0.06073904 0.2565416 0.06033599 0.2546608 0.06320273 0.2535306 0.06640934 0.251781 0.06250578 0.2507451 0.05871737 0.2526705 0.06073904 0.2505702 0.06056088 0.2507451 0.05871737 0.2508375 0.05648356 0.2536728 0.05820584 0.2592296 0.06188172 0.2618272 0.0631352 0.2596305 0.06611484 0.2561383 0.06702494 0.2570468 0.06486034 0.2587426 0.06825619 0.2546608 0.06320273 0.2570468 0.06486034 0.2535306 0.06640934 0.2592296 0.06188172 0.2570468 0.06486034 0.2565416 0.06033599 0.1753064 0.02084547 0.1725656 0.01614588 0.1783544 0.01827466 0.1753064 0.02084547 0.1728995 0.02440595 0.1708928 0.017542 0.1698991 0.01217389 0.1725656 0.01614588 0.1694989 0.01407283 0.1698991 0.01217389 0.1705589 0.01029402 0.1744938 0.01381951 0.1813865 0.02246391 0.1840043 0.02652019 0.1807379 0.02795541 0.1758066 0.02640223 0.1780272 0.02462935 0.178284 0.02856916 0.1753064 0.02084547 0.1780272 0.02462935 0.1728995 0.02440595 0.1753064 0.02084547 0.1783544 0.01827466 0.1813865 0.02246391 0.1620053 0.01273298 0.1645217 0.009684562 0.1653195 0.01132351 0.1656571 0.01613664 0.1639019 0.0144087 0.1660992 0.01326334 0.1656571 0.01613664 0.1654558 0.02098649 0.1628162 0.01866096 0.1620053 0.01273298 0.1639019 0.0144087 0.1596217 0.01691019 0.1698991 0.01217389 0.1674011 0.01057249 0.1705589 0.01029402 0.1698991 0.01217389 0.1694989 0.01407283 0.1676446 0.01296758 0.1653195 0.01132351 0.1674011 0.01057249 0.1660992 0.01326334 0.1673039 0.008893609 0.1674011 0.01057249 0.1645217 0.009684562 0.6465951 0.4803885 0.646786 0.4834426 0.6446234 0.4834854 0.6419739 0.4814993 0.6441123 0.4805279 0.6431677 0.4836629 0.6437754 0.4775457 0.6441123 0.4805279 0.6402741 0.4778209 0.6437754 0.4775457 0.6463462 0.4773542 0.6465951 0.4803885 0.5853961 0.6029226 0.5861917 0.6068263 0.5841608 0.60701 0.5809901 0.6049796 0.5830829 0.6035225 0.5825465 0.6074596 0.5816573 0.6002091 0.5830829 0.6035225 0.5779483 0.6013478 0.5853961 0.6029226 0.5830829 0.6035225 0.584097 0.5992994 0.5784236 0.6341418 0.5794361 0.629601 0.5803351 0.6350408 0.5784236 0.6341418 0.5761263 0.6330311 0.5770992 0.6288215 0.5806092 0.6251008 0.5794361 0.629601 0.576799 0.6251698 0.5806092 0.6251008 0.5826862 0.6255618 0.5814989 0.6302539 0.08861738 0.009405314 0.09255176 0.009495079 0.09224063 0.01157993 0.08940696 0.01415407 0.08866876 0.01187944 0.09212911 0.0132026 0.0853517 0.01240283 0.08866876 0.01187944 0.08533453 0.01605248 0.0853517 0.01240283 0.08503311 0.009744524 0.08861738 0.009405314 0.114529 0.02149856 0.110343 0.01935756 0.1157395 0.01890611 0.1090998 0.02194732 0.110343 0.01935756 0.1132988 0.02411919 0.1064051 0.01729935 0.110343 0.01935756 0.1051915 0.02128344 0.1064051 0.01729935 0.1075513 0.0148822 0.1115474 0.01679182 0.6760314 0.02384269 0.6719924 0.02268701 0.6784748 0.02166402 0.6704158 0.02451336 0.6719924 0.02268701 0.6736096 0.02628171 0.6685881 0.0216338 0.6719924 0.02268701 0.6683787 0.02307063 0.6726554 0.02041167 0.6719924 0.02268701 0.6697122 0.02032262 0.250916 0.06702494 0.2498825 0.06373608 0.2535306 0.06640934 0.2474794 0.06469815 0.2498825 0.06373608 0.2482979 0.06825619 0.2490336 0.06075412 0.2498825 0.06373608 0.2466002 0.06290537 0.2490336 0.06075412 0.2505702 0.06056088 0.251781 0.06250578 0.1656571 0.01613664 0.1660992 0.01326334 0.1676446 0.01296758 0.1708928 0.017542 0.1682887 0.01736003 0.1694989 0.01407283 0.1708928 0.017542 0.1728995 0.02440595 0.169133 0.02275109 0.1656571 0.01613664 0.1682887 0.01736003 0.1654558 0.02098649 0.1039468 0.01338207 0.1052785 0.01110219 0.1075513 0.0148822 0.1039468 0.01338207 0.1003891 0.01202625 0.1017635 0.009872078 0.1067846 0.008694589 0.1052785 0.01110219 0.1034395 0.007493317 0.1067846 0.008694589 0.1098688 0.009967803 0.1087075 0.01243305 0.09653317 0.01054966 0.09753823 0.008333146 0.1003891 0.01202625 0.09653317 0.01054966 0.09255176 0.009495079 0.09303307 0.007100522 0.09876263 0.005896806 0.09753823 0.008333146 0.09359937 0.004551172 0.09876263 0.005896806 0.1034395 0.007493317 0.1017635 0.009872078 0.08210217 0.009976685 0.08186364 0.007255077 0.08503311 0.009744524 0.08210217 0.009976685 0.07852232 0.01036226 0.07829624 0.00769174 0.08164966 0.004348158 0.08186364 0.007255077 0.07807391 0.004731893 0.08164966 0.004348158 0.08469629 0.00416398 0.08483463 0.006980597 0.07299113 0.01116144 0.07266348 0.008369565 0.07852232 0.01036226 0.06599801 0.009167909 0.07266348 0.008369565 0.06648427 0.01216745 0.06599801 0.009167909 0.0656464 0.006190299 0.07238775 0.005392014 0.07238775 0.005392014 0.07807391 0.004731893 0.07829624 0.00769174 0.0853517 0.01240283 0.08533453 0.01605248 0.08270192 0.01449322 0.08270192 0.01449322 0.0789932 0.01425641 0.07875591 0.01245397 0.07875591 0.01245397 0.07852232 0.01036226 0.08210217 0.009976685 0.0853517 0.01240283 0.08238983 0.01232767 0.08503311 0.009744524 0.07390624 0.0158171 0.07342272 0.01358205 0.0789932 0.01425641 0.07390624 0.0158171 0.06813013 0.01827657 0.06723988 0.01521104 0.06723988 0.01521104 0.06648427 0.01216745 0.07299113 0.01116144 0.07299113 0.01116144 0.07852232 0.01036226 0.07875591 0.01245397 0.1064051 0.01729935 0.1051915 0.02128344 0.1013061 0.01771509 0.1013061 0.01771509 0.09806805 0.01561003 0.09961783 0.01373142 0.1039468 0.01338207 0.1029637 0.01540648 0.1003891 0.01202625 0.1039468 0.01338207 0.1075513 0.0148822 0.1064051 0.01729935 0.09465342 0.01406627 0.09596693 0.01232653 0.09806805 0.01561003 0.09465342 0.01406627 0.09212911 0.0132026 0.09224063 0.01157993 0.09653317 0.01054966 0.09596693 0.01232653 0.09255176 0.009495079 0.09653317 0.01054966 0.1003891 0.01202625 0.09961783 0.01373142 0.0937466 0.0243923 0.09795075 0.02084773 0.09882837 0.02749544 0.0937466 0.0243923 0.08956736 0.02135741 0.09435778 0.01828473 0.1013061 0.01771509 0.09795075 0.02084773 0.09806805 0.01561003 0.1018646 0.0236355 0.09795075 0.02084773 0.1051915 0.02128344 0.08719319 0.01845902 0.09140658 0.01617133 0.08956736 0.02135741 0.08940696 0.01415407 0.09140658 0.01617133 0.08533453 0.01605248 0.09465342 0.01406627 0.09140658 0.01617133 0.09212911 0.0132026 0.09465342 0.01406627 0.09806805 0.01561003 0.09435778 0.01828473 0.5844978 0.625931 0.5826862 0.6255618 0.5839204 0.6210598 0.587092 0.6168985 0.585874 0.6214897 0.5850555 0.6164757 0.587092 0.6168985 0.5893486 0.617384 0.5878961 0.6219453 0.5844978 0.625931 0.585874 0.6214897 0.5861768 0.6262542 0.5859453 0.6115376 0.5881015 0.6117267 0.5850555 0.6164757 0.5859453 0.6115376 0.5861917 0.6068263 0.5884907 0.6066722 0.5884907 0.6066722 0.5909239 0.6065328 0.5904707 0.6119539 0.587092 0.6168985 0.5881015 0.6117267 0.5893486 0.617384 0.5828326 0.5954297 0.5850447 0.5946452 0.584097 0.5992994 0.5833048 0.5899671 0.5850447 0.5946452 0.581462 0.5906803 0.5872262 0.593912 0.5850447 0.5946452 0.5850506 0.5893012 0.5872262 0.593912 0.5890544 0.5979312 0.5865679 0.5985702 0.5833048 0.5899671 0.581462 0.5906803 0.5798445 0.5844182 0.5793488 0.5770007 0.5813744 0.583845 0.5781035 0.5773998 0.5826936 0.5834589 0.5813744 0.583845 0.5802459 0.5770007 0.5833048 0.5899671 0.5813744 0.583845 0.5850506 0.5893012 0.5816573 0.6002091 0.5779483 0.6013478 0.5782551 0.5972551 0.5794256 0.591488 0.5805591 0.5963167 0.5772922 0.592343 0.5794256 0.591488 0.581462 0.5906803 0.5828326 0.5954297 0.5816573 0.6002091 0.5805591 0.5963167 0.584097 0.5992994 0.5757317 0.5865008 0.5778934 0.5853659 0.5772922 0.592343 0.576162 0.578597 0.5778934 0.5853659 0.5738723 0.5801933 0.576162 0.578597 0.5781035 0.5773998 0.5798445 0.5844182 0.5794256 0.591488 0.5778934 0.5853659 0.581462 0.5906803 0.5796425 0.6196527 0.5821036 0.6206818 0.576799 0.6251698 0.5796425 0.6196527 0.5812858 0.6150865 0.5834591 0.6161784 0.5839204 0.6210598 0.5821036 0.6206818 0.5850555 0.6164757 0.5806092 0.6251008 0.5821036 0.6206818 0.5826862 0.6255618 0.5822031 0.6105416 0.5842155 0.6114248 0.5812858 0.6150865 0.5822031 0.6105416 0.5825465 0.6074596 0.5841608 0.60701 0.5859453 0.6115376 0.5842155 0.6114248 0.5861917 0.6068263 0.5859453 0.6115376 0.5850555 0.6164757 0.5834591 0.6161784 0.571157 0.6142092 0.5757561 0.6172695 0.5698336 0.6206558 0.571157 0.6142092 0.5729544 0.6086166 0.5775186 0.6122801 0.5796425 0.6196527 0.5757561 0.6172695 0.5812858 0.6150865 0.5739528 0.6226339 0.5757561 0.6172695 0.576799 0.6251698 0.5756998 0.6047322 0.5791993 0.6080412 0.5729544 0.6086166 0.5809901 0.6049796 0.5791993 0.6080412 0.5779483 0.6013478 0.5822031 0.6105416 0.5791993 0.6080412 0.5825465 0.6074596 0.5822031 0.6105416 0.5812858 0.6150865 0.5775186 0.6122801 0.6317911 0.4327594 0.6318629 0.4369211 0.6289516 0.4369261 0.6258639 0.4328417 0.6288688 0.4327928 0.6259514 0.436936 0.6291537 0.4287902 0.6288688 0.4327928 0.6251456 0.4290118 0.6291537 0.4287902 0.6318599 0.4287518 0.6317911 0.4327594 0.6345964 0.4369261 0.634548 0.4327571 0.637241 0.4369359 0.6317911 0.4327594 0.634548 0.4327571 0.6318629 0.4369211 0.6345589 0.4287741 0.634548 0.4327571 0.6318599 0.4287518 0.6372222 0.4327704 0.634548 0.4327571 0.6372544 0.4288266 0.630969 0.4086647 0.6313284 0.4117789 0.62826 0.4088001 0.630969 0.4086647 0.6329123 0.4084729 0.6332613 0.4116864 0.6332613 0.4116864 0.6334752 0.4149512 0.6317632 0.4149194 0.6296681 0.4126377 0.6313284 0.4117789 0.630641 0.4149765 0.6332613 0.4116864 0.6354802 0.411665 0.6334752 0.4149512 0.6332613 0.4116864 0.6329123 0.4084729 0.6351693 0.4082491 0.637842 0.4116792 0.6354802 0.411665 0.6375831 0.4080092 0.637842 0.4116792 0.6379991 0.4153951 0.6356272 0.4151351 0.6508665 0.5008942 0.6481699 0.5008959 0.6508671 0.4970519 0.6508665 0.5008942 0.6509491 0.5049679 0.6482642 0.5049572 0.6455699 0.5009005 0.6481699 0.5008959 0.6456691 0.5049518 0.6481636 0.4970026 0.6481699 0.5008959 0.6455953 0.496974 0.6432973 0.4969872 0.6455953 0.496974 0.6455699 0.5009005 0.6455699 0.5009005 0.6456691 0.5049518 0.6432532 0.5049572 0.6408522 0.5009233 0.6431628 0.5009105 0.640927 0.5049679 0.6432973 0.4969872 0.6431628 0.5009105 0.6399856 0.4972487 0.6303522 0.4173631 0.6282673 0.4149578 0.630641 0.4149765 0.6303522 0.4173631 0.6296416 0.4207034 0.6268351 0.4182084 0.6258484 0.4117459 0.6282673 0.4149578 0.6234378 0.4148746 0.6296681 0.4126377 0.6282673 0.4149578 0.62826 0.4088001 0.6279933 0.4242766 0.625081 0.4218594 0.6296416 0.4207034 0.6279933 0.4242766 0.6251456 0.4290118 0.6231658 0.4257104 0.6218027 0.4186199 0.625081 0.4218594 0.6205552 0.4226734 0.6218027 0.4186199 0.6234378 0.4148746 0.6268351 0.4182084 0.630969 0.4086647 0.62826 0.4088001 0.629898 0.4056036 0.629898 0.4056036 0.6302285 0.4022718 0.6312546 0.4022813 0.6312546 0.4022813 0.6326506 0.4022122 0.6327745 0.4053516 0.630969 0.4086647 0.6311892 0.4055074 0.6329123 0.4084729 0.6287178 0.3989201 0.6304306 0.3989603 0.6302285 0.4022718 0.6287178 0.3989201 0.6262865 0.3955583 0.6291621 0.395592 0.6323429 0.3989441 0.6304306 0.3989603 0.6319434 0.3956118 0.6323429 0.3989441 0.6326506 0.4022122 0.6312546 0.4022813 0.6291537 0.4287902 0.6251456 0.4290118 0.6279933 0.4242766 0.6279933 0.4242766 0.6296416 0.4207034 0.6312666 0.4215204 0.6312666 0.4215204 0.6327047 0.4215735 0.6322099 0.4250525 0.6291537 0.4287902 0.6301739 0.425049 0.6318599 0.4287518 0.6303522 0.4173631 0.6317695 0.4181551 0.6296416 0.4207034 0.6303522 0.4173631 0.630641 0.4149765 0.6317632 0.4149194 0.633208 0.4182267 0.6317695 0.4181551 0.6334752 0.4149512 0.633208 0.4182267 0.6327047 0.4215735 0.6312666 0.4215204 0.6345589 0.4287741 0.6318599 0.4287518 0.6322099 0.4250525 0.6349502 0.421777 0.6346886 0.4251629 0.6327047 0.4215735 0.6373888 0.4253266 0.6346886 0.4251629 0.6375995 0.4220557 0.6345589 0.4287741 0.6346886 0.4251629 0.6372544 0.4288266 0.633208 0.4182267 0.6353567 0.4184701 0.6327047 0.4215735 0.633208 0.4182267 0.6334752 0.4149512 0.6356272 0.4151351 0.6378605 0.4187995 0.6353567 0.4184701 0.6379991 0.4153951 0.6378605 0.4187995 0.6375995 0.4220557 0.6349502 0.421777 0.6351693 0.4082491 0.6329123 0.4084729 0.6327745 0.4053516 0.6347867 0.4019862 0.6349483 0.4050769 0.6326506 0.4022122 0.6347867 0.4019862 0.6372929 0.4016817 0.6374163 0.4047425 0.6351693 0.4082491 0.6349483 0.4050769 0.6375831 0.4080092 0.6347867 0.4019862 0.6326506 0.4022122 0.6323429 0.3989441 0.6323429 0.3989441 0.6319434 0.3956118 0.6345358 0.3956039 0.6345358 0.3956039 0.6370339 0.3955821 0.6371646 0.3986297 0.6347867 0.4019862 0.6346541 0.3988152 0.6372929 0.4016817 0.6488967 0.4771293 0.6463462 0.4773542 0.646341 0.4742812 0.6487514 0.4708818 0.648805 0.4740048 0.6463759 0.4710737 0.6487514 0.4708818 0.6514135 0.4705713 0.6514146 0.4736352 0.6488967 0.4771293 0.648805 0.4740048 0.6514371 0.4768877 0.6487514 0.4708818 0.6463759 0.4710737 0.6462473 0.4676356 0.6462473 0.4676356 0.6460369 0.4640823 0.6486281 0.4642297 0.6486281 0.4642297 0.6513065 0.4644029 0.6513704 0.4674912 0.6487514 0.4708818 0.6486914 0.4675963 0.6514135 0.4705713 0.6481636 0.4970026 0.6455953 0.496974 0.6458699 0.4932976 0.6458699 0.4932976 0.6462564 0.4898412 0.6486131 0.4901196 0.6510338 0.4936726 0.648333 0.4934449 0.6512723 0.4905432 0.6481636 0.4970026 0.648333 0.4934449 0.6508671 0.4970519 0.6466174 0.4865748 0.6489387 0.486923 0.6462564 0.4898412 0.6466174 0.4865748 0.646786 0.4834426 0.649146 0.4837309 0.6514883 0.4874509 0.6489387 0.486923 0.6516045 0.4841848 0.6514883 0.4874509 0.6512723 0.4905432 0.6486131 0.4901196 0.6432973 0.4969872 0.6399856 0.4972487 0.6416576 0.4927169 0.6416576 0.4927169 0.6425216 0.4892858 0.6445044 0.4898536 0.6445044 0.4898536 0.6462564 0.4898412 0.6458699 0.4932976 0.6432973 0.4969872 0.6438819 0.4933111 0.6455953 0.496974 0.6428793 0.4860265 0.6447529 0.4865862 0.6425216 0.4892858 0.6428793 0.4860265 0.6431677 0.4836629 0.6446234 0.4834854 0.6466174 0.4865748 0.6447529 0.4865862 0.646786 0.4834426 0.6466174 0.4865748 0.6462564 0.4898412 0.6445044 0.4898536 0.6421415 0.4743676 0.6441684 0.474371 0.6402741 0.4778209 0.6421415 0.4743676 0.643058 0.4708653 0.6445736 0.4710287 0.6445736 0.4710287 0.6463759 0.4710737 0.646341 0.4742812 0.6437754 0.4775457 0.6441684 0.474371 0.6463462 0.4773542 0.6425338 0.4673855 0.6442731 0.4675434 0.643058 0.4708653 0.6425338 0.4673855 0.6412894 0.463917 0.6436197 0.4639867 0.6462473 0.4676356 0.6442731 0.4675434 0.6460369 0.4640823 0.6462473 0.4676356 0.6463759 0.4710737 0.6445736 0.4710287 0.6428793 0.4860265 0.6405308 0.4839652 0.6431677 0.4836629 0.6428793 0.4860265 0.6425216 0.4892858 0.6394719 0.487267 0.6379452 0.4811531 0.6405308 0.4839652 0.6358889 0.4845226 0.6379452 0.4811531 0.6402741 0.4778209 0.6419739 0.4814993 0.6416576 0.4927169 0.6384854 0.4907463 0.6425216 0.4892858 0.6416576 0.4927169 0.6399856 0.4972487 0.6375352 0.4943144 0.6348392 0.4880875 0.6384854 0.4907463 0.6342929 0.4917502 0.6348392 0.4880875 0.6358889 0.4845226 0.6394719 0.487267 0.336095 0.01456242 0.3402685 0.01205843 0.3386462 0.0176323 0.336095 0.01456242 0.3335173 0.0113089 0.3367737 0.009117841 0.3434143 0.009629666 0.3402685 0.01205843 0.3393074 0.006957352 0.3434143 0.009629666 0.3471012 0.01256382 0.3435618 0.0150063 0.3166325 0.02079439 0.3116291 0.01716768 0.3143973 0.01475328 0.3143973 0.01475328 0.3174086 0.01212638 0.3203569 0.01424384 0.3203569 0.01424384 0.3239886 0.01487326 0.3233694 0.01868647 0.3166325 0.02079439 0.3183929 0.01763546 0.3228695 0.02225589 0.3233694 0.01868647 0.329866 0.01721698 0.3228695 0.02225589 0.3288155 0.01356118 0.329866 0.01721698 0.3239886 0.01487326 0.336095 0.01456242 0.329866 0.01721698 0.3335173 0.0113089 0.336095 0.01456242 0.3386462 0.0176323 0.3309781 0.02062535 0.3072219 0.01230239 0.3031127 0.006817936 0.30751 0.00613439 0.3146321 0.008974611 0.3108433 0.01072931 0.3119415 0.005305647 0.3146321 0.008974611 0.3174086 0.01212638 0.3143973 0.01475328 0.3072219 0.01230239 0.3108433 0.01072931 0.3116291 0.01716768 0.2126606 0.0410397 0.2153875 0.03767758 0.2177696 0.04395347 0.2126606 0.0410397 0.208522 0.03827083 0.2107468 0.03516292 0.2107468 0.03516292 0.2122668 0.03203624 0.21678 0.03424447 0.2210045 0.04046654 0.2153875 0.03767758 0.2220601 0.03695911 0.1873981 0.04286092 0.1813971 0.03718012 0.1866008 0.03526586 0.1935927 0.038221 0.190768 0.04047793 0.1908751 0.03343021 0.1945933 0.04460185 0.190768 0.04047793 0.1961607 0.04198664 0.1945933 0.04460185 0.1927743 0.04740691 0.1873981 0.04286092 0.1945933 0.04460185 0.1977348 0.04654932 0.1927743 0.04740691 0.1945933 0.04460185 0.1961607 0.04198664 0.1984293 0.043702 0.1984293 0.043702 0.2011034 0.04345685 0.2015171 0.0464065 0.1969011 0.04968333 0.1977348 0.04654932 0.2019708 0.04968315 0.2015171 0.0464065 0.2072647 0.04425966 0.2019708 0.04968315 0.2015171 0.0464065 0.2011034 0.04345685 0.2048876 0.04134094 0.2126606 0.0410397 0.2072647 0.04425966 0.208522 0.03827083 0.2126606 0.0410397 0.2177696 0.04395347 0.210176 0.0473994 0.4292873 0.03941899 0.4327471 0.03726434 0.4329752 0.0433495 0.4292873 0.03941899 0.4265399 0.03579491 0.4297309 0.03369361 0.4297309 0.03369361 0.4325526 0.03157913 0.4354468 0.03484296 0.436591 0.04128062 0.4327471 0.03726434 0.4388357 0.03869271 0.4044823 0.0401476 0.3974158 0.03656911 0.4018503 0.03387558 0.4094403 0.03502893 0.4072323 0.03751951 0.4052361 0.03133833 0.4094403 0.03502893 0.4131767 0.03794848 0.4120128 0.0404064 0.4044823 0.0401476 0.4072323 0.03751951 0.4106996 0.04297715 0.4152184 0.0443089 0.4106996 0.04297715 0.4120128 0.0404064 0.4120128 0.0404064 0.4131767 0.03794848 0.4159779 0.03932571 0.4192577 0.04190236 0.4155904 0.04177922 0.4188027 0.03926479 0.4192577 0.04190236 0.4199028 0.04461812 0.4152184 0.0443089 0.4192577 0.04190236 0.424307 0.0410403 0.4199028 0.04461812 0.4192577 0.04190236 0.4188027 0.03926479 0.4226103 0.03786993 0.4292873 0.03941899 0.424307 0.0410403 0.4265399 0.03579491 0.4292873 0.03941899 0.4329752 0.0433495 0.4266172 0.04438018 0.9288168 0.01657599 0.9323379 0.0146718 0.9310763 0.01930314 0.9288168 0.01657599 0.9268834 0.01348572 0.9301543 0.01172184 0.9301543 0.01172184 0.933121 0.00964564 0.9353076 0.01226365 0.9346905 0.01726776 0.9323379 0.0146718 0.9373791 0.01463329 0.9066282 0.01621609 0.9011468 0.01339131 0.9036555 0.01170957 0.9100357 0.01178789 0.9084249 0.01409804 0.9058725 0.009522438 0.9100357 0.01178789 0.9137361 0.01366174 0.9127299 0.01606172 0.9066282 0.01621609 0.9084249 0.01409804 0.911628 0.01850187 0.9156646 0.01970964 0.911628 0.01850187 0.9127299 0.01606172 0.9165105 0.01475256 0.9161059 0.01717561 0.9137361 0.01366174 0.9195834 0.01759433 0.9161059 0.01717561 0.9192897 0.01507025 0.9195834 0.01759433 0.9199287 0.02015167 0.9156646 0.01970964 0.9195834 0.01759433 0.9241928 0.01747232 0.9199287 0.02015167 0.9195834 0.01759433 0.9192897 0.01507025 0.9230046 0.01462495 0.9288168 0.01657599 0.9241928 0.01747232 0.9268834 0.01348572 0.9288168 0.01657599 0.9310763 0.01930314 0.9256108 0.02014034 0.7186828 0.01460009 0.7221495 0.01212257 0.7222997 0.01769447 0.7186828 0.01460009 0.7157009 0.01143163 0.7188379 0.009108185 0.7188379 0.009108185 0.7216507 0.006418108 0.7248837 0.009042501 0.7259624 0.01514232 0.7221495 0.01212257 0.7282978 0.01183116 0.6940853 0.01416045 0.6875665 0.01063889 0.6916059 0.009302198 0.6988525 0.01020503 0.6966663 0.01223289 0.6949442 0.007552802 0.6988525 0.01020503 0.7024144 0.01236766 0.7012565 0.01460325 0.6940853 0.01416045 0.6966663 0.01223289 0.6999411 0.01696687 0.7044708 0.01834303 0.6999411 0.01696687 0.7012565 0.01460325 0.7052836 0.01355111 0.7049064 0.01585298 0.7024144 0.01236766 0.7087075 0.01620262 0.7049064 0.01585298 0.708203 0.01376575 0.7087075 0.01620262 0.7092821 0.01876997 0.7044708 0.01834303 0.7087075 0.01620262 0.7137508 0.01587253 0.7092821 0.01876997 0.7087075 0.01620262 0.708203 0.01376575 0.7119157 0.0130217 0.7186828 0.01460009 0.7137508 0.01587253 0.7157009 0.01143163 0.7186828 0.01460009 0.7222997 0.01769447 0.7159823 0.01872873 0.6257202 0.04263108 0.6216229 0.04228013 0.6224784 0.03859239 0.626696 0.03516578 0.6261661 0.03896528 0.6232239 0.03483545 0.626696 0.03516578 0.6301142 0.03503125 0.629644 0.038558 0.6257202 0.04263108 0.6261661 0.03896528 0.6295364 0.04191595 0.6097773 0.02901989 0.6118096 0.03158175 0.6073724 0.03077203 0.6097773 0.02901989 0.6120054 0.02737909 0.6138502 0.0297302 0.6138502 0.0297302 0.6163789 0.03175187 0.614572 0.034033 0.614572 0.034033 0.6126515 0.03646224 0.609595 0.03355574 0.614572 0.034033 0.618371 0.03665912 0.6126515 0.03646224 0.614572 0.034033 0.6163789 0.03175187 0.6196442 0.03357559 0.6224784 0.03859239 0.618371 0.03665912 0.6232239 0.03483545 0.6224784 0.03859239 0.6216229 0.04228013 0.6169638 0.03979712 0.02449953 0.02548652 0.02841168 0.0260421 0.02388954 0.02933496 0.02449953 0.02548652 0.02503395 0.02202683 0.02857631 0.02278941 0.03214079 0.02588301 0.02841168 0.0260421 0.03192698 0.02276742 0.03214079 0.02588301 0.03249168 0.02943938 0.02829778 0.02964293 0.04931062 0.02311873 0.05388545 0.02276843 0.04924327 0.02686876 0.05388557 0.01933598 0.05388545 0.02276843 0.04930925 0.01983177 0.05854463 0.02241998 0.05388545 0.02276843 0.05851358 0.01877403 0.05854463 0.02241998 0.05829715 0.02656376 0.05372595 0.02664619 0.4396952 0.02279245 0.4355532 0.02264958 0.4362986 0.01957935 0.4395094 0.01740056 0.4395908 0.01995313 0.4369461 0.01686811 0.4427953 0.01972776 0.4395908 0.01995313 0.4419482 0.01730555 0.4427953 0.01972776 0.4437699 0.02241265 0.4396952 0.02279245 0.4589655 0.01463472 0.4554265 0.01714009 0.4539507 0.01427996 0.4550153 0.009126305 0.4570006 0.01172661 0.4524669 0.01160633 0.4601112 0.008782804 0.4570006 0.01172661 0.4574275 0.00631392 0.4601112 0.008782804 0.4627897 0.01175922 0.4589655 0.01463472 0.3881391 0.0204097 0.391672 0.02174717 0.3870706 0.02319282 0.3881391 0.0204097 0.3891612 0.01792925 0.392092 0.01927769 0.395282 0.02202254 0.391672 0.02174717 0.395049 0.01956272 0.395282 0.02202254 0.3954651 0.02467775 0.3912108 0.02442944 0.4111701 0.01042699 0.4130859 0.00793308 0.415571 0.01003098 0.415571 0.01003098 0.4179874 0.01234346 0.4152855 0.01507258 0.4152855 0.01507258 0.4122214 0.01767569 0.410465 0.01518642 0.4111701 0.01042699 0.4132173 0.01269972 0.408788 0.01276034 0.4111701 0.01042699 0.4091649 0.008354663 0.4130859 0.00793308 0.4111701 0.01042699 0.408788 0.01276034 0.4072701 0.01046073 0.4071806 0.006382465 0.4091649 0.008354663 0.4064013 0.007404804 0.4071806 0.006382465 0.4077718 0.004810214 0.4104633 0.006264388 0.3947165 0.01749348 0.395049 0.01956272 0.392092 0.01927769 0.3900905 0.01605421 0.3924293 0.01723372 0.3891612 0.01792925 0.3900905 0.01605421 0.3913428 0.01384973 0.3933279 0.01545876 0.3947165 0.01749348 0.3924293 0.01723372 0.3947855 0.01600122 0.4550153 0.009126305 0.4529893 0.00714153 0.4574275 0.00631392 0.4550153 0.009126305 0.4524669 0.01160633 0.4509675 0.009305775 0.4509429 0.005464553 0.4529893 0.00714153 0.4498392 0.006308197 0.4509429 0.005464553 0.4520339 0.003914237 0.4547333 0.004860281 0.4413561 0.01540875 0.4419482 0.01730555 0.4395094 0.01740056 0.4373979 0.01487493 0.4394744 0.0154215 0.4369461 0.01686811 0.4373979 0.01487493 0.437928 0.01257365 0.4399501 0.01371335 0.4413561 0.01540875 0.4394744 0.0154215 0.4412246 0.01409322 0.05792546 0.01612371 0.05851358 0.01877403 0.05388557 0.01933598 0.05388557 0.01933598 0.04930925 0.01983177 0.04917037 0.01747101 0.05308908 0.01469719 0.05356705 0.01679396 0.04962146 0.01423102 0.05308908 0.01469719 0.05705881 0.0139712 0.05792546 0.01612371 0.02857631 0.02278941 0.02884244 0.02023303 0.03192698 0.02276742 0.02857631 0.02278941 0.02503395 0.02202683 0.0254172 0.01934456 0.03014975 0.01816928 0.02884244 0.02023303 0.02618229 0.01608747 0.03014975 0.01816928 0.03238666 0.01909059 0.03198736 0.02053362 0.6196442 0.03357559 0.6206492 0.03060102 0.6232239 0.03483545 0.6196442 0.03357559 0.6163789 0.03175187 0.6179583 0.02976697 0.6206272 0.02780359 0.6206492 0.03060102 0.6186463 0.02810662 0.6206272 0.02780359 0.6239294 0.02602124 0.6237496 0.03094017 0.6138502 0.0297302 0.6155429 0.02812355 0.6163789 0.03175187 0.6138799 0.0259611 0.6155429 0.02812355 0.6120054 0.02737909 0.6171212 0.02666336 0.6155429 0.02812355 0.615633 0.02533525 0.6171212 0.02666336 0.6186463 0.02810662 0.6179583 0.02976697 0.626696 0.03516578 0.6273935 0.03109878 0.6301142 0.03503125 0.626696 0.03516578 0.6232239 0.03483545 0.6237496 0.03094017 0.6281748 0.02689802 0.6273935 0.03109878 0.6239294 0.02602124 0.6313091 0.03116708 0.6273935 0.03109878 0.6328665 0.02713423 0.7119157 0.0130217 0.7108736 0.01018154 0.7157009 0.01143163 0.7119157 0.0130217 0.708203 0.01376575 0.707839 0.01158976 0.7100502 0.007846355 0.7108736 0.01018154 0.7080194 0.009704351 0.7100502 0.007846355 0.7133558 0.00367093 0.7139896 0.008115053 0.707839 0.01158976 0.708203 0.01376575 0.7052836 0.01355111 0.7032575 0.01038801 0.7055438 0.01162552 0.7024144 0.01236766 0.7032575 0.01038801 0.7043853 0.007482945 0.7064766 0.009477972 0.7064766 0.009477972 0.7080194 0.009704351 0.707839 0.01158976 0.7032575 0.01038801 0.7024144 0.01236766 0.6988525 0.01020503 0.6968802 0.00497806 0.7002493 0.007976531 0.6949442 0.007552802 0.6968802 0.00497806 0.6981152 0.001990675 0.7012514 0.005647838 0.7032575 0.01038801 0.7002493 0.007976531 0.7043853 0.007482945 0.7187802 0.004122257 0.7216507 0.006418108 0.7188379 0.009108185 0.7188379 0.009108185 0.7157009 0.01143163 0.7139896 0.008115053 0.7147216 0.003106534 0.7165291 0.006104648 0.7133558 0.00367093 0.7187802 0.004122257 0.7165291 0.006104648 0.7160909 0.001990675 0.9230046 0.01462495 0.9222758 0.01141875 0.9268834 0.01348572 0.9230046 0.01462495 0.9192897 0.01507025 0.9190989 0.01261264 0.921575 0.008651256 0.9222758 0.01141875 0.9194102 0.01050651 0.921575 0.008651256 0.9251543 0.004426181 0.9256023 0.009669303 0.9190989 0.01261264 0.9192897 0.01507025 0.9165105 0.01475256 0.9145509 0.01134222 0.9168415 0.01255124 0.9137361 0.01366174 0.9145509 0.01134222 0.9157772 0.00799936 0.9178958 0.01014822 0.9178958 0.01014822 0.9194102 0.01050651 0.9190989 0.01261264 0.9145509 0.01134222 0.9137361 0.01366174 0.9100357 0.01178789 0.9075059 0.00632435 0.9112748 0.009093284 0.9058725 0.009522438 0.9075059 0.00632435 0.9088476 0.002620816 0.912328 0.006206512 0.9145509 0.01134222 0.9112748 0.009093284 0.9157772 0.00799936 0.9307046 0.006530821 0.933121 0.00964564 0.9301543 0.01172184 0.9301543 0.01172184 0.9268834 0.01348572 0.9256023 0.009669303 0.9266318 0.004052221 0.9283085 0.008064031 0.9251543 0.004426181 0.9307046 0.006530821 0.9283085 0.008064031 0.9281732 0.003167629 0.4226103 0.03786993 0.4221403 0.03503841 0.4265399 0.03579491 0.4226103 0.03786993 0.4188027 0.03926479 0.4187283 0.03678369 0.4219365 0.03283673 0.4221403 0.03503841 0.4193531 0.03478258 0.4219365 0.03283673 0.4264889 0.02906262 0.4256736 0.03278356 0.4159779 0.03932571 0.4163961 0.03702467 0.4188027 0.03926479 0.4140419 0.03571629 0.4163961 0.03702467 0.4131767 0.03794848 0.4140419 0.03571629 0.4154988 0.03258097 0.4177734 0.03454512 0.4177734 0.03454512 0.4193531 0.03478258 0.4187283 0.03678369 0.4140419 0.03571629 0.4131767 0.03794848 0.4094403 0.03502893 0.4065248 0.02911359 0.4105643 0.03281354 0.4052361 0.03133833 0.4065248 0.02911359 0.4067648 0.02704507 0.4111462 0.03073567 0.4140419 0.03571629 0.4105643 0.03281354 0.4154988 0.03258097 0.4306479 0.02948719 0.4325526 0.03157913 0.4297309 0.03369361 0.4297309 0.03369361 0.4265399 0.03579491 0.4256736 0.03278356 0.4278368 0.02878016 0.42837 0.03101408 0.4264889 0.02906262 0.4278368 0.02878016 0.4292379 0.02798122 0.4306479 0.02948719 0.2048876 0.04134094 0.2035788 0.03886431 0.208522 0.03827083 0.2048876 0.04134094 0.2011034 0.04345685 0.20077 0.04116106 0.2027441 0.03695672 0.2035788 0.03886431 0.2009692 0.03916537 0.2027441 0.03695672 0.2055099 0.03231757 0.2063242 0.03579169 0.1984293 0.043702 0.1988455 0.04142808 0.2011034 0.04345685 0.1972248 0.03975123 0.1988455 0.04142808 0.1961607 0.04198664 0.1972248 0.03975123 0.1984505 0.03656578 0.1997201 0.03901374 0.1997201 0.03901374 0.2009692 0.03916537 0.20077 0.04116106 0.1972248 0.03975123 0.1961607 0.04198664 0.1935927 0.038221 0.193291 0.03175169 0.1953271 0.03621602 0.1908751 0.03343021 0.193291 0.03175169 0.1947775 0.03015172 0.1965164 0.03433704 0.1972248 0.03975123 0.1953271 0.03621602 0.1984505 0.03656578 0.2092877 0.03084075 0.2122668 0.03203624 0.2107468 0.03516292 0.2107468 0.03516292 0.208522 0.03827083 0.2063242 0.03579169 0.2063468 0.03150492 0.2080587 0.0331968 0.2055099 0.03231757 0.2063468 0.03150492 0.2070755 0.03015172 0.2092877 0.03084075 0.320906 0.009074509 0.3174086 0.01212638 0.3146321 0.008974611 0.3146321 0.008974611 0.3119415 0.005305647 0.3164412 0.004186332 0.3230467 0.004557371 0.3187557 0.006856799 0.3209751 0.002921819 0.320906 0.009074509 0.3187557 0.006856799 0.3249789 0.005418658 0.3288155 0.01356118 0.3278882 0.00941056 0.3335173 0.0113089 0.3288155 0.01356118 0.3239886 0.01487326 0.3248466 0.01057249 0.3271902 0.006076872 0.3278882 0.00941056 0.3256514 0.007753431 0.3308867 0.007687985 0.3278882 0.00941056 0.3285621 0.003491938 0.3248466 0.01057249 0.3239886 0.01487326 0.3203569 0.01424384 0.320906 0.009074509 0.3227277 0.01038676 0.3174086 0.01212638 0.320906 0.009074509 0.3249789 0.005418658 0.3250398 0.006963133 0.3248466 0.01057249 0.3227277 0.01038676 0.3256514 0.007753431 0.3343608 0.004808664 0.3393074 0.006957352 0.3367737 0.009117841 0.3367737 0.009117841 0.3335173 0.0113089 0.3308867 0.007687985 0.3287768 0.003272891 0.332876 0.00619173 0.3285621 0.003491938 0.3343608 0.004808664 0.332876 0.00619173 0.3289942 0.002921819 0.6205764 0.02386313 0.6188189 0.0252512 0.6173858 0.02176403 0.6206272 0.02780359 0.6188189 0.0252512 0.6239294 0.02602124 0.6171212 0.02666336 0.6188189 0.0252512 0.6186463 0.02810662 0.6171212 0.02666336 0.615633 0.02533525 0.6161251 0.02361601 0.7119973 0.003132641 0.7088715 0.006510317 0.7106425 0.002042889 0.7100502 0.007846355 0.7088715 0.006510317 0.7133558 0.00367093 0.7064766 0.009477972 0.7088715 0.006510317 0.7080194 0.009704351 0.707515 0.005673944 0.7088715 0.006510317 0.7043853 0.007482945 0.923805 0.003778815 0.9204704 0.007119834 0.9225197 0.002620816 0.921575 0.008651256 0.9204704 0.007119834 0.9251543 0.004426181 0.9178958 0.01014822 0.9204704 0.007119834 0.9194102 0.01050651 0.919164 0.006206512 0.9204704 0.007119834 0.9157772 0.00799936 0.4252474 0.02831208 0.4210385 0.03155601 0.4240591 0.02704507 0.4219365 0.03283673 0.4210385 0.03155601 0.4264889 0.02906262 0.4177734 0.03454512 0.4210385 0.03155601 0.4193531 0.03478258 0.4177734 0.03454512 0.4154988 0.03258097 0.4197934 0.03073567 0.2044567 0.03204917 0.2017897 0.03574502 0.2032954 0.03124022 0.2027441 0.03695672 0.2017897 0.03574502 0.2055099 0.03231757 0.2027441 0.03695672 0.2009692 0.03916537 0.1997201 0.03901374 0.2007753 0.03488129 0.2017897 0.03574502 0.1984505 0.03656578 0.3266323 0.004731237 0.3281463 0.003269553 0.3283528 0.003446817 0.3283528 0.003446817 0.3285621 0.003491938 0.3271902 0.006076872 0.3271902 0.006076872 0.3256514 0.007753431 0.3250398 0.006963133 0.3250398 0.006963133 0.3249789 0.005418658 0.3266323 0.004731237 0.003893613 0.02034962 0.003664731 0.0161457 0.009434819 0.01747786 0.01467919 0.02267968 0.00933516 0.02144432 0.01505959 0.01892137 0.01467919 0.02267968 0.01419699 0.02722728 0.009350597 0.02613997 0.003893613 0.02034962 0.00933516 0.02144432 0.004540741 0.02510088 0.01467919 0.02267968 0.01505959 0.01892137 0.02039384 0.02058762 0.02039384 0.02058762 0.02503395 0.02202683 0.02449953 0.02548652 0.01911628 0.02841097 0.01982802 0.02419644 0.02388954 0.02933496 0.01911628 0.02841097 0.01419699 0.02722728 0.01467919 0.02267968 0.03214079 0.02588301 0.03192698 0.02276742 0.03599214 0.02185314 0.03599214 0.02185314 0.04041433 0.0207585 0.04058319 0.02403956 0.03662186 0.02882879 0.03626334 0.02502924 0.04075002 0.02805745 0.03214079 0.02588301 0.03626334 0.02502924 0.03249168 0.02943938 0.0448361 0.0201953 0.04490441 0.02347254 0.04041433 0.0207585 0.0448361 0.0201953 0.04930925 0.01983177 0.04931062 0.02311873 0.04493755 0.02737164 0.04490441 0.02347254 0.04924327 0.02686876 0.04493755 0.02737164 0.04075002 0.02805745 0.04058319 0.02403956 0.0448361 0.0201953 0.04469734 0.01816177 0.04930925 0.01983177 0.0448361 0.0201953 0.04041433 0.0207585 0.04024136 0.01895111 0.04024136 0.01895111 0.03955024 0.01736521 0.04404532 0.01618355 0.04917037 0.01747101 0.04469734 0.01816177 0.04962146 0.01423102 0.03599214 0.02185314 0.03589582 0.01992398 0.04041433 0.0207585 0.03599214 0.02185314 0.03192698 0.02276742 0.03198736 0.02053362 0.03527694 0.01838874 0.03589582 0.01992398 0.03238666 0.01909059 0.04024136 0.01895111 0.03589582 0.01992398 0.03955024 0.01736521 0.0254172 0.01934456 0.02503395 0.02202683 0.02039384 0.02058762 0.01523643 0.01674181 0.02066797 0.01819044 0.01505959 0.01892137 0.01523643 0.01674181 0.01531147 0.01535153 0.02079617 0.01639902 0.0254172 0.01934456 0.02066797 0.01819044 0.02618229 0.01608747 0.01523643 0.01674181 0.01505959 0.01892137 0.009434819 0.01747786 0.004272282 0.01303642 0.009764492 0.01496994 0.003664731 0.0161457 0.0102092 0.01319122 0.009764492 0.01496994 0.005298137 0.01047444 0.01523643 0.01674181 0.009764492 0.01496994 0.01531147 0.01535153 0.03014975 0.01816928 0.02618229 0.01608747 0.03098899 0.01417058 0.03782713 0.01474869 0.03343796 0.01639443 0.03558802 0.01161688 0.03782713 0.01474869 0.03955024 0.01736521 0.03527694 0.01838874 0.03014975 0.01816928 0.03343796 0.01639443 0.03238666 0.01909059 0.03782713 0.01474869 0.03558802 0.01161688 0.04035115 0.009394705 0.04715788 0.01138067 0.04243725 0.01307237 0.04519635 0.007338225 0.04404532 0.01618355 0.04243725 0.01307237 0.04962146 0.01423102 0.03782713 0.01474869 0.04243725 0.01307237 0.03955024 0.01736521 0.3808918 0.01568567 0.3790989 0.01864755 0.3752543 0.0160408 0.3730168 0.01018959 0.3770053 0.01296883 0.3714556 0.01338118 0.3730168 0.01018959 0.3748612 0.007522404 0.3787817 0.01047337 0.3808918 0.01568567 0.3770053 0.01296883 0.3825445 0.01329487 0.3808918 0.01568567 0.3825445 0.01329487 0.3859915 0.01585757 0.3881391 0.0204097 0.3845744 0.01827758 0.3891612 0.01792925 0.3881391 0.0204097 0.3870706 0.02319282 0.3830355 0.02114856 0.3808918 0.01568567 0.3845744 0.01827758 0.3790989 0.01864755 0.395282 0.02202254 0.395049 0.01956272 0.3982979 0.01844418 0.3982979 0.01844418 0.4017891 0.01661604 0.4029817 0.01919418 0.3998425 0.02375721 0.3990779 0.02096843 0.4042096 0.02207213 0.395282 0.02202254 0.3990779 0.02096843 0.3954651 0.02467775 0.4054734 0.01477241 0.4069152 0.01730901 0.4017891 0.01661604 0.4054734 0.01477241 0.408788 0.01276034 0.410465 0.01518642 0.4084326 0.02002692 0.4069152 0.01730901 0.4122214 0.01767569 0.4084326 0.02002692 0.4042096 0.02207213 0.4029817 0.01919418 0.4072701 0.01046073 0.408788 0.01276034 0.4054734 0.01477241 0.4006669 0.01463776 0.4041827 0.01259845 0.4017891 0.01661604 0.4006669 0.01463776 0.3995442 0.01313489 0.4029525 0.01089209 0.4072701 0.01046073 0.4041827 0.01259845 0.4064013 0.007404804 0.4006669 0.01463776 0.4017891 0.01661604 0.3982979 0.01844418 0.3947165 0.01749348 0.3974869 0.01644879 0.395049 0.01956272 0.3965599 0.01492017 0.3974869 0.01644879 0.3947855 0.01600122 0.4006669 0.01463776 0.3974869 0.01644879 0.3995442 0.01313489 0.3900905 0.01605421 0.3891612 0.01792925 0.3859915 0.01585757 0.3859915 0.01585757 0.3825445 0.01329487 0.3839166 0.01204627 0.3882167 0.01327258 0.387165 0.01433956 0.3851486 0.01136875 0.3900905 0.01605421 0.387165 0.01433956 0.3913428 0.01384973 0.3787817 0.01047337 0.3806092 0.009130716 0.3825445 0.01329487 0.3787817 0.01047337 0.3748612 0.007522404 0.3772721 0.005904078 0.382462 0.008364558 0.3806092 0.009130716 0.3799663 0.004810214 0.382462 0.008364558 0.3851486 0.01136875 0.3839166 0.01204627 0.3942032 0.01287394 0.3954318 0.01379597 0.3913428 0.01384973 0.3983502 0.01198321 0.3954318 0.01379597 0.3971204 0.01100713 0.3983502 0.01198321 0.3995442 0.01313489 0.3965599 0.01492017 0.3933279 0.01545876 0.3954318 0.01379597 0.3947855 0.01600122 0.3983502 0.01198321 0.3971204 0.01100713 0.4004169 0.008911013 0.4052462 0.007327497 0.4016922 0.009758353 0.4039031 0.006700277 0.4052462 0.007327497 0.4064013 0.007404804 0.4029525 0.01089209 0.3983502 0.01198321 0.4016922 0.009758353 0.3995442 0.01313489 0.4230858 0.01570487 0.4235165 0.01242804 0.4274253 0.0136525 0.4301527 0.01769876 0.4267062 0.01669204 0.4310705 0.01484286 0.4301527 0.01769876 0.429092 0.02111274 0.4260811 0.02024114 0.4230858 0.01570487 0.4267062 0.01669204 0.4230858 0.01937866 0.4341886 0.01596516 0.4332513 0.01874452 0.4310705 0.01484286 0.4341886 0.01596516 0.4369461 0.01686811 0.4362986 0.01957935 0.432134 0.02200263 0.4332513 0.01874452 0.4355532 0.02264958 0.432134 0.02200263 0.429092 0.02111274 0.4301527 0.01769876 0.4427953 0.01972776 0.4419482 0.01730555 0.4443323 0.01632612 0.4482274 0.0174213 0.4455797 0.01876515 0.4468391 0.01488918 0.4482274 0.0174213 0.4497482 0.02024942 0.4469866 0.02149176 0.4427953 0.01972776 0.4455797 0.01876515 0.4437699 0.02241265 0.4482274 0.0174213 0.4468391 0.01488918 0.4496461 0.01342159 0.4496461 0.01342159 0.4524669 0.01160633 0.4539507 0.01427996 0.4524579 0.01890528 0.4510219 0.01605218 0.4554265 0.01714009 0.4524579 0.01890528 0.4497482 0.02024942 0.4482274 0.0174213 0.4496461 0.01342159 0.4483902 0.01123589 0.4524669 0.01160633 0.4457161 0.01294904 0.4483902 0.01123589 0.4468391 0.01488918 0.4457161 0.01294904 0.4446736 0.01141387 0.447201 0.009439826 0.4509675 0.009305775 0.4483902 0.01123589 0.4498392 0.006308197 0.4443323 0.01632612 0.4434041 0.01446229 0.4468391 0.01488918 0.4413561 0.01540875 0.4434041 0.01446229 0.4419482 0.01730555 0.442519 0.01305192 0.4434041 0.01446229 0.4412246 0.01409322 0.442519 0.01305192 0.4446736 0.01141387 0.4457161 0.01294904 0.4373979 0.01487493 0.4369461 0.01686811 0.4341886 0.01596516 0.4317027 0.01310318 0.4347659 0.01414316 0.4310705 0.01484286 0.4317027 0.01310318 0.4321921 0.01192152 0.4351633 0.01279985 0.4373979 0.01487493 0.4347659 0.01414316 0.437928 0.01257365 0.4317027 0.01310318 0.4310705 0.01484286 0.4274253 0.0136525 0.4248086 0.009945213 0.4283324 0.01163196 0.4235165 0.01242804 0.4293335 0.01012098 0.4283324 0.01163196 0.4265313 0.007859349 0.4317027 0.01310318 0.4283324 0.01163196 0.4321921 0.01192152 0.4401671 0.01106077 0.4414013 0.01197344 0.437928 0.01257365 0.4435266 0.0100966 0.4414013 0.01197344 0.4423275 0.008888304 0.4435266 0.0100966 0.4446736 0.01141387 0.442519 0.01305192 0.4399501 0.01371335 0.4414013 0.01197344 0.4412246 0.01409322 0.4435266 0.0100966 0.4423275 0.008888304 0.4448562 0.006683349 0.4487105 0.005738496 0.4460253 0.007978022 0.4475691 0.004462182 0.447201 0.009439826 0.4460253 0.007978022 0.4498392 0.006308197 0.4435266 0.0100966 0.4460253 0.007978022 0.4446736 0.01141387 0.6250359 0.4670633 0.6276037 0.4640589 0.6309141 0.4674021 0.630387 0.473958 0.6277145 0.4704771 0.6340187 0.4708443 0.6249787 0.4729409 0.6277145 0.4704771 0.6283174 0.4771353 0.6250359 0.4670633 0.6277145 0.4704771 0.6228616 0.4694412 0.6238821 0.4609136 0.6223449 0.4637838 0.6207322 0.4574714 0.6250359 0.4670633 0.6223449 0.4637838 0.6276037 0.4640589 0.6250359 0.4670633 0.6228616 0.4694412 0.6209055 0.4660461 0.6198258 0.4614316 0.6223449 0.4637838 0.6195737 0.4637233 0.617662 0.4489231 0.6154965 0.4489719 0.615812 0.4446226 0.6189706 0.4406074 0.6182178 0.4447093 0.6160612 0.4403211 0.6189706 0.4406074 0.6212174 0.440989 0.6197686 0.4447983 0.617662 0.4489231 0.6182178 0.4447093 0.6188864 0.4488127 0.6150484 0.4534165 0.6175003 0.4533603 0.614781 0.4575979 0.617662 0.4489231 0.6175003 0.4533603 0.6154965 0.4489719 0.617662 0.4489231 0.6188864 0.4488127 0.6191372 0.4532374 0.6175588 0.4574947 0.6175003 0.4533603 0.6207322 0.4574714 0.6214746 0.4705663 0.6195441 0.4714475 0.6176224 0.4678863 0.6182269 0.4638187 0.6196621 0.4670929 0.615898 0.4644636 0.6209055 0.4660461 0.6196621 0.4670929 0.6195737 0.4637233 0.6214746 0.4705663 0.6196621 0.4670929 0.6228616 0.4694412 0.6210262 0.4751693 0.6231705 0.4741826 0.6227386 0.4791077 0.6214746 0.4705663 0.6231705 0.4741826 0.6195441 0.4714475 0.6214746 0.4705663 0.6228616 0.4694412 0.6249787 0.4729409 0.6251186 0.4779189 0.6231705 0.4741826 0.6283174 0.4771353 0.6210262 0.4751693 0.6172823 0.4768683 0.6195441 0.4714475 0.6210262 0.4751693 0.6227386 0.4791077 0.6190602 0.4809041 0.6127384 0.4789234 0.6172823 0.4768683 0.6147325 0.4830042 0.6127384 0.4789234 0.6109971 0.4751231 0.6157392 0.473094 0.6120256 0.4656487 0.615898 0.4644636 0.6176224 0.4678863 0.6157392 0.473094 0.6137948 0.4693887 0.6195441 0.4714475 0.6157392 0.473094 0.6109971 0.4751231 0.6090732 0.4712454 0.6120256 0.4656487 0.6137948 0.4693887 0.6073816 0.467104 0.6150484 0.4534165 0.6109663 0.4533396 0.6154965 0.4489719 0.6150484 0.4534165 0.614781 0.4575979 0.610677 0.4576894 0.6060693 0.4531962 0.6109663 0.4533396 0.60591 0.4577751 0.6114487 0.448898 0.6109663 0.4533396 0.6064597 0.4487625 0.6118267 0.4402257 0.6160612 0.4403211 0.615812 0.4446226 0.6114487 0.448898 0.6116963 0.4445407 0.6154965 0.4489719 0.6114487 0.448898 0.6064597 0.4487625 0.6067257 0.4444611 0.6118267 0.4402257 0.6116963 0.4445407 0.6069294 0.4402257 0.6182269 0.4638187 0.615898 0.4644636 0.6150075 0.4611572 0.6150075 0.4611572 0.614781 0.4575979 0.6175588 0.4574947 0.6198258 0.4614316 0.6176634 0.4608001 0.6207322 0.4574714 0.6198258 0.4614316 0.6195737 0.4637233 0.6182269 0.4638187 0.6305678 0.485634 0.6284136 0.4876664 0.6253511 0.4833189 0.6253511 0.4833189 0.6227386 0.4791077 0.6251186 0.4779189 0.6293722 0.4804397 0.6276879 0.4817522 0.6283174 0.4771353 0.6305678 0.485634 0.6276879 0.4817522 0.6319894 0.4838076 0.6174148 0.4877232 0.6147325 0.4830042 0.6190602 0.4809041 0.6253511 0.4833189 0.6217092 0.485394 0.6227386 0.4791077 0.6247938 0.4901108 0.6217092 0.485394 0.6284136 0.4876664 0.6247938 0.4901108 0.6204413 0.4927612 0.6174148 0.4877232 0.6063373 0.4625124 0.60591 0.4577751 0.610677 0.4576894 0.6150075 0.4611572 0.6110082 0.4617707 0.614781 0.4575979 0.6120256 0.4656487 0.6110082 0.4617707 0.615898 0.4644636 0.6063373 0.4625124 0.6110082 0.4617707 0.6073816 0.467104 0.08709287 0.1773219 0.08597362 0.1713021 0.09526383 0.1737124 0.1043607 0.1776046 0.09599041 0.1785681 0.1032058 0.1720068 0.09646648 0.1878557 0.09599041 0.1785681 0.1047356 0.1875662 0.08709287 0.1773219 0.09599041 0.1785681 0.08762329 0.1866393 0.08709287 0.1773219 0.07926297 0.1746441 0.08597362 0.1713021 0.08709287 0.1773219 0.08762329 0.1866393 0.07995229 0.1842477 0.07995229 0.1842477 0.07286739 0.1812686 0.07196682 0.1712505 0.4070675 0.2111497 0.4084267 0.1994367 0.418012 0.2030996 0.4070675 0.2111497 0.3969589 0.2156465 0.3988364 0.2025876 0.4085009 0.1887893 0.4084267 0.1994367 0.3991631 0.1872645 0.4085009 0.1887893 0.3991631 0.1872645 0.4033231 0.179545 0.4033231 0.179545 0.403364 0.1703428 0.4079803 0.1702752 0.4006164 0.1520753 0.3944783 0.1313996 0.3998377 0.1369348 0.4006164 0.1520753 0.4046565 0.1544309 0.403364 0.1703428 0.1039297 0.09332597 0.1033464 0.09240049 0.1063305 0.0902813 0.1039297 0.09332597 0.1010372 0.09711563 0.1002183 0.0963816 0.09762579 0.101366 0.09403544 0.1065033 0.09299415 0.1057808 0.09762579 0.101366 0.09666574 0.1006598 0.1010372 0.09711563 0.09060627 0.1129536 0.08794969 0.1190645 0.08682513 0.1185386 0.09060627 0.1129536 0.08950901 0.1122904 0.09403544 0.1065033 0.07743227 0.1518721 0.07943731 0.1436243 0.08052253 0.1527262 0.07715225 0.1427558 0.07943731 0.1436243 0.07398343 0.1497479 0.08197635 0.136351 0.07943731 0.1436243 0.07988744 0.1365998 0.08197635 0.136351 0.08367633 0.1357144 0.08165025 0.1435651 0.08481115 0.1265624 0.08555728 0.1228758 0.08597993 0.1265448 0.08481115 0.1265624 0.08334767 0.1264051 0.08423715 0.1224437 0.08423715 0.1224437 0.08554273 0.1179253 0.08682513 0.1185386 0.08667713 0.1231837 0.08555728 0.1228758 0.08794969 0.1190645 0.08119344 0.1210289 0.08275568 0.1217913 0.07962727 0.12503 0.08119344 0.1210289 0.08293664 0.1166175 0.08424383 0.1172795 0.08197635 0.136351 0.08369255 0.130859 0.08367633 0.1357144 0.08197635 0.136351 0.07988744 0.1365998 0.08192521 0.1311367 0.08481115 0.1265624 0.08369255 0.130859 0.08334767 0.1264051 0.08481115 0.1265624 0.08597993 0.1265448 0.08504962 0.1303813 0.07036197 0.1552033 0.06948393 0.1495654 0.07029795 0.1508036 0.06863903 0.140763 0.06948393 0.1495654 0.0678271 0.1446966 0.06863903 0.140763 0.06947833 0.1378899 0.06984513 0.1457432 0.3925887 0.1078448 0.3832626 0.09440183 0.3935691 0.1065058 0.3730135 0.08852124 0.3832626 0.09440183 0.3730149 0.09293609 0.3730135 0.08852124 0.3730121 0.0841518 0.3838486 0.09120059 0.4086796 0.1569281 0.404007 0.1409077 0.405915 0.1419126 0.405915 0.1419126 0.4066924 0.1414337 0.4108791 0.1552297 0.4141122 0.1703685 0.410364 0.1567482 0.4143396 0.1673175 0.4141122 0.1703685 0.4143941 0.1745268 0.4086796 0.1569281 0.3925887 0.1078448 0.3935691 0.1065058 0.4010531 0.1242213 0.405915 0.1419126 0.4000647 0.1246467 0.4066924 0.1414337 0.07312822 0.1574592 0.07067781 0.1636995 0.07036197 0.1552033 0.07079088 0.1504615 0.07130634 0.1545122 0.07029795 0.1508036 0.07207179 0.1499853 0.07130634 0.1545122 0.0714277 0.1483864 0.07079088 0.1504615 0.07029795 0.1508036 0.06984513 0.1457432 0.07037216 0.1371381 0.07052028 0.144322 0.06947833 0.1378899 0.07140958 0.1441602 0.07052028 0.144322 0.07137531 0.1374018 0.07079088 0.1504615 0.07052028 0.144322 0.0714277 0.1483864 0.08691245 0.2041483 0.08762329 0.1866393 0.09646648 0.1878557 0.09646648 0.1878557 0.1047356 0.1875662 0.1026434 0.2055176 0.0922687 0.2271453 0.09488254 0.2054291 0.09931784 0.227464 0.0922687 0.2271453 0.085581 0.2257531 0.08691245 0.2041483 0.07995229 0.1842477 0.07979345 0.2013452 0.07286739 0.1812686 0.08691245 0.2041483 0.07979345 0.2013452 0.08762329 0.1866393 0.08691245 0.2041483 0.085581 0.2257531 0.07921051 0.2221897 0.07310003 0.197781 0.07979345 0.2013452 0.07299876 0.2175408 0.4070675 0.2111497 0.4029068 0.2227371 0.3969589 0.2156465 0.4070675 0.2111497 0.418012 0.2030996 0.4116014 0.2167698 0.3973451 0.2342616 0.4029068 0.2227371 0.402525 0.2329641 0.3973451 0.2342616 0.3910677 0.2338959 0.3942269 0.2255581 0.930086 0.4665645 0.9406318 0.4410849 0.9368782 0.4677789 0.930086 0.4665645 0.923245 0.4654999 0.9361248 0.4396934 0.9518196 0.4170365 0.9406318 0.4410849 0.9492194 0.4155169 0.9451066 0.4426835 0.9406318 0.4410849 0.9543352 0.4187399 0.9527634 0.4497644 0.9491119 0.4755946 0.9431301 0.4711481 0.9451066 0.4426835 0.9490644 0.4458355 0.9368782 0.4677789 0.9451066 0.4426835 0.9543352 0.4187399 0.9563835 0.4214531 0.9527634 0.4497644 0.9490644 0.4458355 0.9581981 0.4246711 0.8663578 0.4379649 0.8871769 0.4546363 0.864913 0.4425293 0.8663578 0.4379649 0.8654283 0.4330112 0.8899086 0.4521803 0.8899086 0.4521803 0.9121643 0.4719593 0.9073355 0.4724998 0.8834384 0.4576013 0.8871769 0.4546363 0.9024525 0.4741503 0.9655634 0.3971002 0.9543352 0.4187399 0.9518196 0.4170365 0.9627436 0.3946003 0.9642916 0.3958508 0.9492194 0.4155169 0.9627436 0.3946003 0.9764827 0.3753137 0.9774056 0.3760964 0.9655634 0.3971002 0.9642916 0.3958508 0.9777916 0.3766123 0.967199 0.4010514 0.9581981 0.4246711 0.9563835 0.4214531 0.9655634 0.3971002 0.966472 0.3989305 0.9543352 0.4187399 0.9655634 0.3971002 0.9777916 0.3766123 0.9779453 0.3773379 0.967199 0.4010514 0.966472 0.3989305 0.9779829 0.3781685 0.9224437 0.4936534 0.9024525 0.4741503 0.9073355 0.4724998 0.929971 0.4929583 0.9261729 0.4927474 0.9121643 0.4719593 0.929971 0.4929583 0.9455533 0.5145671 0.9443499 0.5141871 0.9224437 0.4936534 0.9261729 0.4927474 0.9429234 0.5146335 0.08184432 0.1619906 0.07731819 0.1602878 0.08052253 0.1527262 0.08184432 0.1619906 0.08597362 0.1713021 0.07822 0.1681267 0.08184432 0.1619906 0.08052253 0.1527262 0.08245104 0.1526451 0.08245104 0.1526451 0.08413136 0.1519371 0.08653974 0.159711 0.08933323 0.1678729 0.08467501 0.1615602 0.09098953 0.1648274 0.08933323 0.1678729 0.08597362 0.1713021 0.08184432 0.1619906 0.09526383 0.1737124 0.08597362 0.1713021 0.08933323 0.1678729 0.09688264 0.1655946 0.09609609 0.1694351 0.09098953 0.1648274 0.09688264 0.1655946 0.1023519 0.1631405 0.1029577 0.1671463 0.09526383 0.1737124 0.09609609 0.1694351 0.1032058 0.1720068 0.1060242 0.09151154 0.1043439 0.09354114 0.1063305 0.0902813 0.1022427 0.09639275 0.1043439 0.09354114 0.1047334 0.09416991 0.1039297 0.09332597 0.1043439 0.09354114 0.1010372 0.09711563 0.09475195 0.1066786 0.09872162 0.1008978 0.09570813 0.1067108 0.09475195 0.1066786 0.09403544 0.1065033 0.09762579 0.101366 0.09762579 0.101366 0.1010372 0.09711563 0.1022427 0.09639275 0.1022427 0.09639275 0.1047334 0.09416991 0.09992027 0.1002449 0.09212839 0.113651 0.09008282 0.1198585 0.08877515 0.1194477 0.09060627 0.1129536 0.09130477 0.1133574 0.08794969 0.1190645 0.09475195 0.1066786 0.09130477 0.1133574 0.09403544 0.1065033 0.09475195 0.1066786 0.09570813 0.1067108 0.09212839 0.113651 0.08245104 0.1526451 0.0829907 0.1432754 0.08413136 0.1519371 0.08245104 0.1526451 0.08052253 0.1527262 0.08165025 0.1435651 0.08469247 0.1351732 0.0829907 0.1432754 0.08367633 0.1357144 0.08469247 0.1351732 0.08582055 0.1353989 0.08436238 0.1431971 0.08885049 0.1238839 0.08812355 0.1270468 0.0868768 0.1266013 0.0868768 0.1266013 0.08597993 0.1265448 0.08667713 0.1231837 0.08667713 0.1231837 0.08794969 0.1190645 0.08877515 0.1194477 0.08885049 0.1238839 0.08755803 0.1234632 0.09008282 0.1198585 0.08709394 0.1304503 0.08582055 0.1353989 0.08469247 0.1351732 0.08469247 0.1351732 0.08367633 0.1357144 0.08504962 0.1303813 0.0868768 0.1266013 0.08595472 0.1300599 0.08597993 0.1265448 0.08709394 0.1304503 0.08595472 0.1300599 0.08812355 0.1270468 0.3937485 0.1862252 0.3944916 0.1845697 0.3991631 0.1872645 0.3937485 0.1862252 0.3907008 0.18405 0.3919478 0.1830409 0.3945201 0.1832565 0.3944916 0.1845697 0.3928815 0.1821043 0.3945201 0.1832565 0.3962479 0.1822779 0.3969532 0.1839354 0.08709394 0.1304503 0.08915323 0.132108 0.08582055 0.1353989 0.08709394 0.1304503 0.08812355 0.1270468 0.09034192 0.1281958 0.09129297 0.1338727 0.08915323 0.132108 0.09334743 0.1295047 0.09129297 0.1338727 0.09064006 0.1392863 0.08785635 0.137063 0.08885049 0.1238839 0.09120494 0.1246154 0.08812355 0.1270468 0.08885049 0.1238839 0.09008282 0.1198585 0.09217083 0.1215117 0.09217083 0.1215117 0.09512567 0.1217166 0.09352898 0.1253126 0.09352898 0.1253126 0.09334743 0.1295047 0.09034192 0.1281958 0.08436238 0.1431971 0.08666884 0.1437717 0.08413136 0.1519371 0.08436238 0.1431971 0.08582055 0.1353989 0.08785635 0.137063 0.08908456 0.1445196 0.08666884 0.1437717 0.09064006 0.1392863 0.08908456 0.1445196 0.08934462 0.1499131 0.08647727 0.1509109 0.09144681 0.1612803 0.09098953 0.1648274 0.08653974 0.159711 0.08647727 0.1509109 0.08816808 0.1571572 0.08413136 0.1519371 0.08647727 0.1509109 0.08934462 0.1499131 0.08950048 0.1549222 0.09144681 0.1612803 0.08816808 0.1571572 0.09145373 0.1582989 0.1001239 0.1601064 0.1023519 0.1631405 0.09688264 0.1655946 0.09144681 0.1612803 0.09601891 0.1620498 0.09098953 0.1648274 0.09144681 0.1612803 0.09145373 0.1582989 0.09471076 0.1593303 0.1001239 0.1601064 0.09601891 0.1620498 0.09767621 0.1580442 0.10553 0.1585925 0.1020012 0.1560912 0.1072363 0.1524212 0.10553 0.1585925 0.1023519 0.1631405 0.1001239 0.1601064 0.09875452 0.154469 0.1020012 0.1560912 0.09767621 0.1580442 0.09875452 0.154469 0.09774219 0.14943 0.1027283 0.1507517 0.1075325 0.1285629 0.1039674 0.1277626 0.1079336 0.1256526 0.1075325 0.1285629 0.1075347 0.131362 0.1036635 0.131155 0.1036635 0.131155 0.1000046 0.1309386 0.1014716 0.127194 0.1014716 0.127194 0.1014418 0.1232419 0.1045828 0.1244676 0.1081283 0.1342557 0.1037374 0.134824 0.1075347 0.131362 0.1037801 0.1392305 0.1037374 0.134824 0.1086135 0.1384364 0.1037801 0.1392305 0.09853154 0.1403692 0.1002302 0.1354714 0.1036635 0.131155 0.1037374 0.134824 0.1000046 0.1309386 0.1037801 0.1392305 0.1086135 0.1384364 0.1082901 0.145097 0.1027283 0.1507517 0.1033825 0.1448356 0.1072363 0.1524212 0.1027283 0.1507517 0.09774219 0.14943 0.09922146 0.1449167 0.1037801 0.1392305 0.1033825 0.1448356 0.09853154 0.1403692 0.3813077 0.136377 0.3795685 0.1389943 0.3782129 0.1344341 0.3786779 0.1276535 0.3799601 0.1315205 0.3771288 0.1313729 0.3820663 0.1318309 0.3799601 0.1315205 0.3812324 0.1271725 0.3820663 0.1318309 0.3841487 0.1366618 0.3813077 0.136377 0.3786779 0.1276535 0.3771288 0.1313729 0.3758615 0.1279825 0.3755801 0.1202113 0.3771378 0.1235494 0.3746572 0.1246748 0.3755801 0.1202113 0.3768763 0.1180707 0.3785786 0.1227895 0.3785786 0.1227895 0.3812324 0.1271725 0.3786779 0.1276535 0.3847811 0.1506643 0.3837831 0.1548924 0.3816504 0.1468823 0.3813077 0.136377 0.3830438 0.1434502 0.3795685 0.1389943 0.3813077 0.136377 0.3841487 0.1366618 0.3847243 0.1417896 0.3847811 0.1506643 0.3830438 0.1434502 0.38629 0.1464493 0.3919478 0.1830409 0.3907008 0.18405 0.3893082 0.1796126 0.3903084 0.1745194 0.3907981 0.1791513 0.3887797 0.1747641 0.3903084 0.1745194 0.3922556 0.1743096 0.3921137 0.1787582 0.3921137 0.1787582 0.3928815 0.1821043 0.3919478 0.1830409 0.3903084 0.1745194 0.3887797 0.1747641 0.3883246 0.1713557 0.3890622 0.1673763 0.3897446 0.1707636 0.3878332 0.1686565 0.3890622 0.1673763 0.390668 0.1659156 0.3909989 0.170253 0.3909989 0.170253 0.3922556 0.1743096 0.3903084 0.1745194 0.3865336 0.1168999 0.3888753 0.1203452 0.3866063 0.1236324 0.3908382 0.1198703 0.3888753 0.1203452 0.3856393 0.1107241 0.390079 0.125529 0.3888753 0.1203452 0.3944783 0.1313996 0.391798 0.1329348 0.3898875 0.1362101 0.3888146 0.1301841 0.3888146 0.1301841 0.3866063 0.1236324 0.390079 0.125529 0.391798 0.1329348 0.3904105 0.1296769 0.3944783 0.1313996 0.3846068 0.1168648 0.3849889 0.1145572 0.3866063 0.1236324 0.3829657 0.110241 0.3849889 0.1145572 0.3819383 0.1118203 0.3829657 0.110241 0.3856393 0.1107241 0.3865336 0.1168999 0.3913022 0.1398991 0.3922245 0.1367875 0.3920779 0.1450495 0.391798 0.1329348 0.3922245 0.1367875 0.3898875 0.1362101 0.3933564 0.1384097 0.3922245 0.1367875 0.3944783 0.1313996 0.4007929 0.1739419 0.4006472 0.1779877 0.3979617 0.1745584 0.4033231 0.179545 0.4006472 0.1779877 0.403364 0.1703428 0.398968 0.1801086 0.4006472 0.1779877 0.3991631 0.1872645 0.397283 0.1792318 0.3978561 0.1813353 0.3962479 0.1822779 0.397283 0.1792318 0.3979617 0.1745584 0.398968 0.1801086 0.3969532 0.1839354 0.3978561 0.1813353 0.3991631 0.1872645 0.3980026 0.16999 0.3998486 0.1707585 0.3979617 0.1745584 0.3980026 0.16999 0.3967313 0.1655347 0.3999032 0.1678822 0.4007929 0.1739419 0.3998486 0.1707585 0.403364 0.1703428 0.1169384 0.1180164 0.1132898 0.1172137 0.1170214 0.114395 0.1169384 0.1180164 0.1168636 0.1212912 0.1128742 0.1205042 0.110009 0.115735 0.1132898 0.1172137 0.1092769 0.1190607 0.110009 0.115735 0.1109001 0.1123186 0.1138023 0.11368 0.1167904 0.1244955 0.1124619 0.1237709 0.1168636 0.1212912 0.1167904 0.1244955 0.1167222 0.127488 0.1121143 0.1268405 0.1085501 0.1224259 0.1124619 0.1237709 0.1079336 0.1256526 0.1085501 0.1224259 0.1092769 0.1190607 0.1128742 0.1205042 0.09332621 0.117135 0.09360098 0.1139836 0.09717553 0.1147035 0.09332621 0.117135 0.09008282 0.1198585 0.09212839 0.113651 0.09212839 0.113651 0.09570813 0.1067108 0.09573954 0.1111716 0.0984857 0.1108223 0.09739452 0.1095911 0.1004351 0.1077361 0.0984857 0.1108223 0.09717553 0.1147035 0.09573954 0.1111716 0.09799438 0.1072185 0.09739452 0.1095911 0.09570813 0.1067108 0.09332621 0.117135 0.09717553 0.1147035 0.09557628 0.1183795 0.09217083 0.1215117 0.0936684 0.1190297 0.09512567 0.1217166 0.09332621 0.117135 0.0936684 0.1190297 0.09008282 0.1198585 0.09983652 0.1033807 0.1011887 0.1003967 0.1038913 0.1013928 0.09992027 0.1002449 0.1011887 0.1003967 0.09570813 0.1067108 0.09992027 0.1002449 0.1047334 0.09416991 0.1039715 0.09789443 0.1063164 0.09762507 0.1058987 0.09641474 0.1088243 0.09476345 0.1063164 0.09762507 0.1038913 0.1013928 0.1039715 0.09789443 0.1070895 0.09401398 0.1058987 0.09641474 0.1047334 0.09416991 0.09983652 0.1033807 0.1038913 0.1013928 0.1015564 0.1046985 0.09799438 0.1072185 0.09959459 0.105197 0.1004351 0.1077361 0.09983652 0.1033807 0.09959459 0.105197 0.09570813 0.1067108 0.1121037 0.1086817 0.1101081 0.1074231 0.1133005 0.105198 0.1121037 0.1086817 0.1109001 0.1123186 0.1086026 0.1109467 0.1085396 0.1062408 0.1101081 0.1074231 0.10629 0.1095385 0.1085396 0.1062408 0.1097602 0.1026377 0.1115956 0.104117 0.110009 0.115735 0.1074311 0.1143422 0.1109001 0.1123186 0.110009 0.115735 0.1092769 0.1190607 0.1064319 0.1176952 0.1055765 0.1132791 0.1074311 0.1143422 0.1037005 0.116396 0.1055765 0.1132791 0.10629 0.1095385 0.1086026 0.1109467 0.1085501 0.1224259 0.1054434 0.1210911 0.1092769 0.1190607 0.1085501 0.1224259 0.1079336 0.1256526 0.1045828 0.1244676 0.1032115 0.120049 0.1054434 0.1210911 0.1014418 0.1232419 0.1032115 0.120049 0.1037005 0.116396 0.1064319 0.1176952 0.3909989 0.170253 0.390668 0.1659156 0.3919447 0.1671939 0.3924736 0.1703319 0.3918118 0.1701329 0.3925713 0.1678577 0.3924736 0.1703319 0.3934552 0.172717 0.393023 0.1729831 0.393023 0.1729831 0.3922556 0.1743096 0.3909989 0.170253 0.3960707 0.1668102 0.3938435 0.1660176 0.3967313 0.1655347 0.3960707 0.1668102 0.3958829 0.1674899 0.394092 0.1668472 0.394092 0.1668472 0.3925713 0.1678577 0.3919447 0.1671939 0.3919447 0.1671939 0.390668 0.1659156 0.3936756 0.1654704 0.3980026 0.16999 0.3979617 0.1745584 0.3969625 0.1728346 0.3969625 0.1728346 0.3966199 0.1725502 0.3967912 0.1699755 0.3960707 0.1668102 0.3971887 0.1697781 0.3958829 0.1674899 0.3960707 0.1668102 0.3967313 0.1655347 0.3980026 0.16999 0.3921137 0.1787582 0.3922556 0.1743096 0.3933266 0.1756256 0.3932051 0.178704 0.3928171 0.1786416 0.3937134 0.1760528 0.3932051 0.178704 0.3935657 0.1813265 0.3933466 0.1816293 0.3921137 0.1787582 0.3928171 0.1786416 0.3928815 0.1821043 0.3951252 0.1742276 0.3979617 0.1745584 0.3968884 0.175535 0.3968884 0.175535 0.396575 0.1759694 0.3952113 0.1751326 0.3952113 0.1751326 0.3937134 0.1760528 0.3933266 0.1756256 0.3933266 0.1756256 0.3922556 0.1743096 0.3951252 0.1742276 0.397283 0.1792318 0.3962479 0.1822779 0.396019 0.1815495 0.3966814 0.1785892 0.3969733 0.1785281 0.3959187 0.1812376 0.3968884 0.175535 0.3969733 0.1785281 0.396575 0.1759694 0.3968884 0.175535 0.3979617 0.1745584 0.397283 0.1792318 0.3945201 0.1832565 0.3928815 0.1821043 0.3933466 0.1816293 0.3933466 0.1816293 0.3935657 0.1813265 0.3946752 0.1821606 0.3946752 0.1821606 0.3959187 0.1812376 0.396019 0.1815495 0.3945201 0.1832565 0.394612 0.1825909 0.3962479 0.1822779 0.3913022 0.1398991 0.3920779 0.1450495 0.3905389 0.1431915 0.3901368 0.1406818 0.3906664 0.1407849 0.3899744 0.1423116 0.3895953 0.1384202 0.3906664 0.1407849 0.3894532 0.1390579 0.3895953 0.1384202 0.3898875 0.1362101 0.3913022 0.1398991 0.3890866 0.1454632 0.38629 0.1464493 0.3869776 0.1434806 0.3869776 0.1434806 0.3875039 0.1424195 0.3888372 0.1429228 0.3905389 0.1431915 0.3889213 0.1441584 0.3899744 0.1423116 0.3905389 0.1431915 0.3920779 0.1450495 0.3890866 0.1454632 0.3847243 0.1417896 0.3841487 0.1366618 0.385965 0.1383833 0.3867532 0.1407058 0.385872 0.140953 0.3868483 0.1389861 0.3867532 0.1407058 0.3875039 0.1424195 0.3869776 0.1434806 0.3869776 0.1434806 0.38629 0.1464493 0.3847243 0.1417896 0.3895953 0.1384202 0.3876171 0.1375794 0.3898875 0.1362101 0.3895953 0.1384202 0.3894532 0.1390579 0.3880527 0.1384648 0.385965 0.1383833 0.3876171 0.1375794 0.3868483 0.1389861 0.385965 0.1383833 0.3841487 0.1366618 0.387134 0.1366907 0.3785786 0.1227895 0.3768763 0.1180707 0.3786515 0.1183735 0.3786515 0.1183735 0.3794589 0.1184941 0.380092 0.1216133 0.3814194 0.1249464 0.3794595 0.1221583 0.3815654 0.124044 0.3814194 0.1249464 0.3812324 0.1271725 0.3785786 0.1227895 0.3794355 0.1145992 0.3819383 0.1118203 0.3820899 0.1149566 0.3802687 0.1164704 0.3799065 0.1154984 0.3818305 0.1163297 0.3802687 0.1164704 0.3794589 0.1184941 0.3786515 0.1183735 0.3794355 0.1145992 0.3799065 0.1154984 0.3768763 0.1180707 0.3846068 0.1168648 0.3866063 0.1236324 0.3848924 0.1223837 0.3834533 0.1188595 0.3840671 0.1181718 0.3842357 0.1220778 0.3820899 0.1149566 0.3840671 0.1181718 0.3818305 0.1163297 0.3846068 0.1168648 0.3840671 0.1181718 0.3819383 0.1118203 0.3839637 0.1256276 0.3812324 0.1271725 0.3814194 0.1249464 0.3814194 0.1249464 0.3815654 0.124044 0.3832765 0.1240023 0.3832765 0.1240023 0.3842357 0.1220778 0.3848924 0.1223837 0.3839637 0.1256276 0.3836201 0.1248317 0.3866063 0.1236324 0.3820663 0.1318309 0.3812324 0.1271725 0.3829178 0.1284399 0.3829178 0.1284399 0.3836097 0.1288214 0.3835556 0.131218 0.384415 0.1344687 0.3830513 0.1316096 0.3844788 0.1334134 0.384415 0.1344687 0.3841487 0.1366618 0.3820663 0.1318309 0.3839637 0.1256276 0.3866063 0.1236324 0.3863891 0.1268348 0.3863891 0.1268348 0.3862891 0.1277785 0.3847624 0.1274614 0.3847624 0.1274614 0.3836097 0.1288214 0.3829178 0.1284399 0.3829178 0.1284399 0.3812324 0.1271725 0.3839637 0.1256276 0.3883253 0.13421 0.3879723 0.1303671 0.3898875 0.1362101 0.387465 0.1304137 0.3879723 0.1303671 0.3876636 0.1332499 0.3863891 0.1268348 0.3879723 0.1303671 0.3862891 0.1277785 0.3888146 0.1301841 0.3879723 0.1303671 0.3866063 0.1236324 0.384415 0.1344687 0.3866562 0.1354564 0.3841487 0.1366618 0.384415 0.1344687 0.3844788 0.1334134 0.3862581 0.1341703 0.3862581 0.1341703 0.3876636 0.1332499 0.3883253 0.13421 0.3883253 0.13421 0.3898875 0.1362101 0.387134 0.1366907 0.3794355 0.1145992 0.3768763 0.1180707 0.3766734 0.1156306 0.3776789 0.1133407 0.3786147 0.1138767 0.3764501 0.1144834 0.3791781 0.1115264 0.3786147 0.1138767 0.3778357 0.1117714 0.3791781 0.1115264 0.3819383 0.1118203 0.3794355 0.1145992 0.3731089 0.1155375 0.3748593 0.1159442 0.3730209 0.115924 0.3731089 0.1155375 0.3731722 0.1141767 0.3749943 0.1148087 0.3749943 0.1148087 0.3764501 0.1144834 0.3766734 0.1156306 0.3766734 0.1156306 0.3768763 0.1180707 0.3746625 0.1172361 0.1063164 0.09762507 0.1088243 0.09476345 0.1087802 0.09595775 0.1087802 0.09595775 0.1088413 0.09638375 0.1070886 0.09827083 0.1055694 0.1006452 0.1066742 0.09810233 0.1060824 0.1004362 0.1055694 0.1006452 0.1038913 0.1013928 0.1063164 0.09762507 0.1068642 0.1019355 0.1038913 0.1013928 0.1055694 0.1006452 0.1071946 0.1013693 0.107028 0.1017566 0.1060824 0.1004362 0.1071946 0.1013693 0.1090002 0.1010315 0.1093109 0.1014391 0.1093109 0.1014391 0.1097602 0.1026377 0.1068642 0.1019355 0.1043508 0.1024282 0.1026149 0.1044299 0.1038913 0.1013928 0.1043508 0.1024282 0.1045168 0.1027063 0.1032054 0.1044201 0.1020801 0.1066908 0.1026149 0.1044299 0.1027412 0.1062946 0.1020801 0.1066908 0.1004351 0.1077361 0.1015564 0.1046985 0.1068642 0.1019355 0.1097602 0.1026377 0.1078441 0.1030941 0.1059628 0.1023466 0.1064575 0.102032 0.1068773 0.1031844 0.1059628 0.1023466 0.1045168 0.1027063 0.1043508 0.1024282 0.1068642 0.1019355 0.1064575 0.102032 0.1038913 0.1013928 0.1085396 0.1062408 0.10629 0.1095385 0.1057933 0.1075815 0.1065945 0.1050628 0.1074193 0.1054675 0.1054644 0.1067805 0.1078441 0.1030941 0.1074193 0.1054675 0.1068773 0.1031844 0.1078441 0.1030941 0.1097602 0.1026377 0.1085396 0.1062408 0.1033395 0.1084836 0.1004351 0.1077361 0.1020801 0.1066908 0.1038371 0.1071363 0.1035766 0.1078653 0.1027412 0.1062946 0.1038371 0.1071363 0.1054644 0.1067805 0.1057933 0.1075815 0.1057933 0.1075815 0.10629 0.1095385 0.1033395 0.1084836 0.0984857 0.1108223 0.1004351 0.1077361 0.1008198 0.1090357 0.09967511 0.1115434 0.09913206 0.1113488 0.1010627 0.1094993 0.09877771 0.1140219 0.09913206 0.1113488 0.09930288 0.1138527 0.09877771 0.1140219 0.09717553 0.1147035 0.0984857 0.1108223 0.1033395 0.1084836 0.10629 0.1095385 0.104738 0.1101725 0.1028503 0.1092025 0.1031056 0.1087825 0.1040657 0.1103412 0.1028503 0.1092025 0.1010627 0.1094993 0.1008198 0.1090357 0.1033395 0.1084836 0.1031056 0.1087825 0.1004351 0.1077361 0.1055765 0.1132791 0.1037005 0.116396 0.1028599 0.1150454 0.1028599 0.1150454 0.1023923 0.1146016 0.1037366 0.1126039 0.104738 0.1101725 0.1044656 0.112789 0.1040657 0.1103412 0.104738 0.1101725 0.10629 0.1095385 0.1055765 0.1132791 0.1004552 0.1155456 0.09717553 0.1147035 0.09877771 0.1140219 0.1005615 0.1149449 0.1004921 0.1153553 0.09930288 0.1138527 0.1028599 0.1150454 0.1004921 0.1153553 0.1023923 0.1146016 0.1028599 0.1150454 0.1037005 0.116396 0.1004552 0.1155456 0.09557628 0.1183795 0.09717553 0.1147035 0.09790819 0.1160617 0.09698754 0.1183999 0.09647172 0.1182384 0.09813743 0.1165137 0.09639835 0.1207512 0.09647172 0.1182384 0.09687727 0.120543 0.09639835 0.1207512 0.09512567 0.1217166 0.09557628 0.1183795 0.1004552 0.1155456 0.1037005 0.116396 0.1019597 0.1170622 0.09984916 0.1162211 0.1001793 0.1157791 0.1011697 0.1172748 0.09984916 0.1162211 0.09813743 0.1165137 0.09790819 0.1160617 0.09790819 0.1160617 0.09717553 0.1147035 0.1004552 0.1155456 0.1032115 0.120049 0.1014418 0.1232419 0.1005255 0.1217669 0.1005255 0.1217669 0.1000828 0.1213234 0.1011461 0.1194275 0.1019597 0.1170622 0.1019241 0.1195826 0.1011697 0.1172748 0.1019597 0.1170622 0.1037005 0.116396 0.1032115 0.120049 0.09823447 0.1223836 0.09512567 0.1217166 0.09639835 0.1207512 0.09828442 0.1216064 0.09821659 0.1220419 0.09687727 0.120543 0.1005255 0.1217669 0.09821659 0.1220419 0.1000828 0.1213234 0.1005255 0.1217669 0.1014418 0.1232419 0.09823447 0.1223836 0.0933898 0.1494832 0.08934462 0.1499131 0.0911774 0.1480468 0.09374743 0.1481155 0.09353256 0.148887 0.09217274 0.1474678 0.09374743 0.1481155 0.0955553 0.1472504 0.09613955 0.1477621 0.09613955 0.1477621 0.09774219 0.14943 0.0933898 0.1494832 0.08908456 0.1445196 0.09064006 0.1392863 0.09201651 0.1418733 0.09201651 0.1418733 0.09289968 0.1428537 0.091977 0.1451844 0.0911774 0.1480468 0.09078389 0.1449612 0.09217274 0.1474678 0.0911774 0.1480468 0.08934462 0.1499131 0.08908456 0.1445196 0.09444898 0.1400979 0.09853154 0.1403692 0.09681147 0.1421446 0.09681147 0.1421446 0.09622782 0.1427875 0.09468036 0.1420642 0.09468036 0.1420642 0.09289968 0.1428537 0.09201651 0.1418733 0.09201651 0.1418733 0.09064006 0.1392863 0.09444898 0.1400979 0.09922146 0.1449167 0.09774219 0.14943 0.09613955 0.1477621 0.0964508 0.1449953 0.0972886 0.1449523 0.0955553 0.1472504 0.09681147 0.1421446 0.0972886 0.1449523 0.09622782 0.1427875 0.09681147 0.1421446 0.09853154 0.1403692 0.09922146 0.1449167 0.09669184 0.1302133 0.09334743 0.1295047 0.09486979 0.1284197 0.09701406 0.1292492 0.09682142 0.1297742 0.09550887 0.1281396 0.09701406 0.1292492 0.09880906 0.1288847 0.09912455 0.1293773 0.09912455 0.1293773 0.1000046 0.1309386 0.09669184 0.1302133 0.09352898 0.1253126 0.09512567 0.1217166 0.09598797 0.1231613 0.09541976 0.1258023 0.09473037 0.1256303 0.09641754 0.1237143 0.09541976 0.1258023 0.09550887 0.1281396 0.09486979 0.1284197 0.09486979 0.1284197 0.09334743 0.1295047 0.09352898 0.1253126 0.09823447 0.1223836 0.1014418 0.1232419 0.1001155 0.1241264 0.1001155 0.1241264 0.09963881 0.1244643 0.09817302 0.1233522 0.09598797 0.1231613 0.0982275 0.1227681 0.09641754 0.1237143 0.09598797 0.1231613 0.09512567 0.1217166 0.09823447 0.1223836 0.1014716 0.127194 0.1000046 0.1309386 0.09912455 0.1293773 0.09976738 0.1267991 0.1003186 0.1269121 0.09880906 0.1288847 0.1001155 0.1241264 0.1003186 0.1269121 0.09963881 0.1244643 0.1001155 0.1241264 0.1014418 0.1232419 0.1014716 0.127194 0.09444898 0.1400979 0.09064006 0.1392863 0.09257489 0.1379931 0.09498584 0.1385521 0.09465038 0.13933 0.09353446 0.1375966 0.09498584 0.1385521 0.09684461 0.1377213 0.09722799 0.1385087 0.09722799 0.1385087 0.09853154 0.1403692 0.09444898 0.1400979 0.09129297 0.1338727 0.09334743 0.1295047 0.09426271 0.1313898 0.09361922 0.1347727 0.09267354 0.1345841 0.09479475 0.1320521 0.09257489 0.1379931 0.09267354 0.1345841 0.09353446 0.1375966 0.09257489 0.1379931 0.09064006 0.1392863 0.09129297 0.1338727 0.09669184 0.1302133 0.1000046 0.1309386 0.09855282 0.1321628 0.09855282 0.1321628 0.09802883 0.1325479 0.09661549 0.1314069 0.09661549 0.1314069 0.09479475 0.1320521 0.09426271 0.1313898 0.09426271 0.1313898 0.09334743 0.1295047 0.09669184 0.1302133 0.1002302 0.1354714 0.09853154 0.1403692 0.09722799 0.1385087 0.0979821 0.1351863 0.09863567 0.1354432 0.09684461 0.1377213 0.09855282 0.1321628 0.09863567 0.1354432 0.09802883 0.1325479 0.09855282 0.1321628 0.1000046 0.1309386 0.1002302 0.1354714 0.0943852 0.1369856 0.09529703 0.1375935 0.09353446 0.1375966 0.0943852 0.1369856 0.09518152 0.1362673 0.09559619 0.1365446 0.09559619 0.1365446 0.09617078 0.1361466 0.09649842 0.1369339 0.09498584 0.1385521 0.09529703 0.1375935 0.09684461 0.1377213 0.09361922 0.1347727 0.09479475 0.1320521 0.09523469 0.1329973 0.09523463 0.1351694 0.09445452 0.1349691 0.09562844 0.1340838 0.0943852 0.1369856 0.09445452 0.1349691 0.09518152 0.1362673 0.0943852 0.1369856 0.09353446 0.1375966 0.09361922 0.1347727 0.09738594 0.1333168 0.09645503 0.1325232 0.09802883 0.1325479 0.09738594 0.1333168 0.09668362 0.1342777 0.09623599 0.133843 0.09623599 0.133843 0.09562844 0.1340838 0.09523469 0.1329973 0.09661549 0.1314069 0.09645503 0.1325232 0.09479475 0.1320521 0.0979821 0.1351863 0.09684461 0.1377213 0.09649842 0.1369339 0.09659755 0.1352182 0.09729754 0.1351477 0.09617078 0.1361466 0.09738594 0.1333168 0.09729754 0.1351477 0.09668362 0.1342777 0.09738594 0.1333168 0.09802883 0.1325479 0.0979821 0.1351863 0.09701406 0.1292492 0.09550887 0.1281396 0.09626442 0.1277487 0.09747326 0.1276574 0.09723627 0.1285075 0.0970782 0.1273024 0.09747326 0.1276574 0.09797221 0.1274507 0.0984112 0.1282125 0.09701406 0.1292492 0.09723627 0.1285075 0.09880906 0.1288847 0.09541976 0.1258023 0.09641754 0.1237143 0.09686869 0.1245453 0.09704548 0.1263672 0.09620791 0.1260626 0.09733062 0.1255152 0.09704548 0.1263672 0.0970782 0.1273024 0.09626442 0.1277487 0.09541976 0.1258023 0.09620791 0.1260626 0.09550887 0.1281396 0.09902542 0.1250931 0.09804856 0.1242923 0.09963881 0.1244643 0.09902542 0.1250931 0.09834367 0.1258674 0.09788912 0.1254104 0.09788912 0.1254104 0.09733062 0.1255152 0.09686869 0.1245453 0.09817302 0.1233522 0.09804856 0.1242923 0.09641754 0.1237143 0.0984112 0.1282125 0.09907692 0.1267371 0.09880906 0.1288847 0.0984112 0.1282125 0.09797221 0.1274507 0.0983169 0.1267007 0.09902542 0.1250931 0.09907692 0.1267371 0.09834367 0.1258674 0.09902542 0.1250931 0.09963881 0.1244643 0.09976738 0.1267991 0.09290027 0.1467599 0.09382134 0.147216 0.09217274 0.1474678 0.09290027 0.1467599 0.09349387 0.1459875 0.09382486 0.1462526 0.09382486 0.1462526 0.09431922 0.1460258 0.09494405 0.1466583 0.09374743 0.1481155 0.09382134 0.147216 0.0955553 0.1472504 0.091977 0.1451844 0.09289968 0.1428537 0.0935232 0.14375 0.09362334 0.1453048 0.09287416 0.1452772 0.0940169 0.1446042 0.09290027 0.1467599 0.09287416 0.1452772 0.09349387 0.1459875 0.09290027 0.1467599 0.09217274 0.1474678 0.091977 0.1451844 0.0955305 0.1435845 0.09462767 0.1431603 0.09622782 0.1427875 0.0955305 0.1435845 0.09477639 0.1444585 0.09447836 0.1442855 0.09447836 0.1442855 0.0940169 0.1446042 0.0935232 0.14375 0.09468036 0.1420642 0.09462767 0.1431603 0.09289968 0.1428537 0.0964508 0.1449953 0.0955553 0.1472504 0.09494405 0.1466583 0.09467989 0.1452332 0.09557485 0.1450991 0.09431922 0.1460258 0.0955305 0.1435845 0.09557485 0.1450991 0.09477639 0.1444585 0.0955305 0.1435845 0.09622782 0.1427875 0.0964508 0.1449953 0.1151562 0.08967804 0.1154311 0.08825993 0.1157509 0.08852839 0.1159906 0.08936768 0.1155229 0.0894953 0.1161434 0.0888651 0.1157018 0.09035289 0.1155229 0.0894953 0.1160124 0.08979332 0.1157018 0.09035289 0.1154661 0.0909512 0.1151562 0.08967804 0.09698754 0.1183999 0.09813743 0.1165137 0.09853273 0.1172585 0.0986523 0.1189634 0.09775662 0.1186577 0.099011 0.1181495 0.0986523 0.1189634 0.0985741 0.1198453 0.09765177 0.1202223 0.09698754 0.1183999 0.09775662 0.1186577 0.09687727 0.120543 0.1004913 0.1177912 0.0996496 0.1170369 0.1011697 0.1172748 0.1004913 0.1177912 0.09986877 0.1184596 0.09951543 0.1180396 0.09853273 0.1172585 0.0996496 0.1170369 0.099011 0.1181495 0.09853273 0.1172585 0.09813743 0.1165137 0.09984916 0.1162211 0.09972095 0.1206825 0.1004418 0.1193196 0.1000828 0.1213234 0.09977442 0.1192353 0.1004418 0.1193196 0.0993995 0.1199431 0.1004913 0.1177912 0.1004418 0.1193196 0.09986877 0.1184596 0.1004913 0.1177912 0.1011697 0.1172748 0.1011461 0.1194275 0.09828442 0.1216064 0.09687727 0.120543 0.09765177 0.1202223 0.09891128 0.1201591 0.09854871 0.1209403 0.0985741 0.1198453 0.09891128 0.1201591 0.0993995 0.1199431 0.09972095 0.1206825 0.09828442 0.1216064 0.09854871 0.1209403 0.1000828 0.1213234 0.09967511 0.1115434 0.1010627 0.1094993 0.1013959 0.1103896 0.1013565 0.1120358 0.1004562 0.1117793 0.1017741 0.1114932 0.1001595 0.1133381 0.1004562 0.1117793 0.1011819 0.1126508 0.1001595 0.1133381 0.09930288 0.1138527 0.09967511 0.1115434 0.1032988 0.1109446 0.1025491 0.1101836 0.1040657 0.1103412 0.1032988 0.1109446 0.1024847 0.1117653 0.1022251 0.1114454 0.1022251 0.1114454 0.1017741 0.1114932 0.1013959 0.1103896 0.1028503 0.1092025 0.1025491 0.1101836 0.1010627 0.1094993 0.1037366 0.1126039 0.1023923 0.1146016 0.1021135 0.1137978 0.1023284 0.1123259 0.1030275 0.1124557 0.1019291 0.112814 0.1032988 0.1109446 0.1030275 0.1124557 0.1024847 0.1117653 0.1032988 0.1109446 0.1040657 0.1103412 0.1037366 0.1126039 0.1001595 0.1133381 0.1009347 0.1140514 0.09930288 0.1138527 0.1001595 0.1133381 0.1011819 0.1126508 0.1014598 0.1129163 0.1014598 0.1129163 0.1019291 0.112814 0.1021135 0.1137978 0.1005615 0.1149449 0.1009347 0.1140514 0.1023923 0.1146016 0.1032054 0.1044201 0.1045168 0.1027063 0.1046057 0.1034693 0.1043051 0.1051205 0.1037634 0.1046983 0.1046562 0.1044747 0.1043051 0.1051205 0.1042032 0.1057546 0.1034582 0.1059994 0.1032054 0.1044201 0.1037634 0.1046983 0.1027412 0.1062946 0.1061151 0.1037218 0.1055346 0.1031799 0.1068773 0.1031844 0.1061151 0.1037218 0.1054552 0.1044827 0.1051397 0.1042726 0.1051397 0.1042726 0.1046562 0.1044747 0.1046057 0.1034693 0.1059628 0.1023466 0.1055346 0.1031799 0.1045168 0.1027063 0.1051725 0.1061788 0.1059125 0.1049863 0.1054644 0.1067805 0.1051725 0.1061788 0.1048992 0.1056766 0.1053018 0.1050738 0.1061151 0.1037218 0.1059125 0.1049863 0.1054552 0.1044827 0.1061151 0.1037218 0.1068773 0.1031844 0.1065945 0.1050628 0.1038371 0.1071363 0.1027412 0.1062946 0.1034582 0.1059994 0.1044671 0.1059218 0.1041412 0.1065046 0.1042032 0.1057546 0.1044671 0.1059218 0.1048992 0.1056766 0.1051725 0.1061788 0.1038371 0.1071363 0.1041412 0.1065046 0.1054644 0.1067805 0.1070886 0.09827083 0.1088413 0.09638375 0.1088645 0.0972926 0.1083502 0.09889721 0.1076761 0.09855508 0.1088688 0.09844285 0.106944 0.1000082 0.1076761 0.09855508 0.1079799 0.09947067 0.106944 0.1000082 0.1060824 0.1004362 0.1070886 0.09827083 0.1097819 0.09801256 0.1095681 0.09722471 0.1104024 0.09745788 0.1097819 0.09801256 0.1091727 0.09889233 0.1091454 0.09851163 0.1091454 0.09851163 0.1088688 0.09844285 0.1088645 0.0972926 0.1099686 0.09628534 0.1095681 0.09722471 0.1088413 0.09638375 0.1100745 0.09938383 0.1090002 0.1010315 0.1087642 0.1004318 0.1089434 0.09937381 0.1095013 0.09931749 0.1085657 0.09973609 0.1097819 0.09801256 0.1095013 0.09931749 0.1091727 0.09889233 0.1097819 0.09801256 0.1104024 0.09745788 0.1100745 0.09938383 0.106944 0.1000082 0.1076093 0.1006479 0.1060824 0.1004362 0.106944 0.1000082 0.1079799 0.09947067 0.1081482 0.09975934 0.1081482 0.09975934 0.1085657 0.09973609 0.1087642 0.1004318 0.1071946 0.1013693 0.1076093 0.1006479 0.1090002 0.1010315 0.37615 0.113673 0.3768633 0.1130009 0.3764501 0.1144834 0.37615 0.113673 0.3758115 0.113031 0.3761076 0.1127591 0.3768828 0.11202 0.3768633 0.1130009 0.3761246 0.1122706 0.3768828 0.11202 0.3778357 0.1117714 0.3776789 0.1133407 0.3749943 0.1148087 0.3731722 0.1141767 0.3744273 0.1133264 0.3755067 0.1130341 0.3752263 0.1138718 0.3752232 0.1126831 0.3755067 0.1130341 0.3758115 0.113031 0.37615 0.113673 0.3749943 0.1148087 0.3752263 0.1138718 0.3764501 0.1144834 0.3731859 0.1116398 0.373158 0.1090285 0.3744431 0.1105147 0.3749908 0.1118925 0.3740884 0.1117662 0.3750376 0.1113185 0.3749908 0.1118925 0.3752232 0.1126831 0.3744273 0.1133264 0.3744273 0.1133264 0.3731722 0.1141767 0.3731859 0.1116398 0.3768828 0.11202 0.3757253 0.1108953 0.3778357 0.1117714 0.3768828 0.11202 0.3761246 0.1122706 0.3755918 0.1116175 0.3744431 0.1105147 0.3757253 0.1108953 0.3750376 0.1113185 0.3744431 0.1105147 0.373158 0.1090285 0.3760753 0.1101662 0.3843225 0.129327 0.38422 0.131017 0.3836097 0.1288214 0.3843225 0.129327 0.385046 0.1298947 0.3849644 0.1309114 0.384781 0.1325807 0.38422 0.131017 0.3852022 0.1318593 0.384781 0.1325807 0.3844788 0.1334134 0.3835556 0.131218 0.3860714 0.1286583 0.3850802 0.1284021 0.3862891 0.1277785 0.3853595 0.1293427 0.3850802 0.1284021 0.3857949 0.1295062 0.3853595 0.1293427 0.385046 0.1298947 0.3843225 0.129327 0.3847624 0.1274614 0.3850802 0.1284021 0.3836097 0.1288214 0.387465 0.1304137 0.3876636 0.1332499 0.3870136 0.1324915 0.3862418 0.1306355 0.3868743 0.1305118 0.3863694 0.1318339 0.3862418 0.1306355 0.3857949 0.1295062 0.3860714 0.1286583 0.387465 0.1304137 0.3868743 0.1305118 0.3862891 0.1277785 0.384781 0.1325807 0.3860139 0.1331267 0.3844788 0.1334134 0.384781 0.1325807 0.3852022 0.1318593 0.3858467 0.1322042 0.3870136 0.1324915 0.3860139 0.1331267 0.3863694 0.1318339 0.3870136 0.1324915 0.3876636 0.1332499 0.3862581 0.1341703 0.3803371 0.1187744 0.3807874 0.1211118 0.3794589 0.1184941 0.3803371 0.1187744 0.3812507 0.1191344 0.3815145 0.1206322 0.3817533 0.1229985 0.3807874 0.1211118 0.381962 0.1218816 0.3817533 0.1229985 0.3815654 0.124044 0.380092 0.1216133 0.3802687 0.1164704 0.3818305 0.1163297 0.3817172 0.1174479 0.3813244 0.1183369 0.3807634 0.1174114 0.3816769 0.1184387 0.3813244 0.1183369 0.3812507 0.1191344 0.3803371 0.1187744 0.3802687 0.1164704 0.3807634 0.1174114 0.3794589 0.1184941 0.3834533 0.1188595 0.3842357 0.1220778 0.3834652 0.1216202 0.3822491 0.1196386 0.3828489 0.1193087 0.3826377 0.121087 0.3817172 0.1174479 0.3828489 0.1193087 0.3816769 0.1184387 0.3817172 0.1174479 0.3818305 0.1163297 0.3834533 0.1188595 0.3817533 0.1229985 0.3828729 0.1230091 0.3815654 0.124044 0.3817533 0.1229985 0.381962 0.1218816 0.3824392 0.1219339 0.3824392 0.1219339 0.3826377 0.121087 0.3834652 0.1216202 0.3832765 0.1240023 0.3828729 0.1230091 0.3842357 0.1220778 0.3894086 0.1416453 0.3895328 0.140827 0.3899744 0.1423116 0.3894086 0.1416453 0.3888421 0.1410858 0.3888916 0.1410964 0.3891823 0.1400054 0.3895328 0.140827 0.3888469 0.1411076 0.3891823 0.1400054 0.3894532 0.1390579 0.3901368 0.1406818 0.3888372 0.1429228 0.3875039 0.1424195 0.388052 0.1416915 0.3887344 0.1411113 0.3887793 0.141951 0.388611 0.14113 0.3894086 0.1416453 0.3887793 0.141951 0.3888421 0.1410858 0.3894086 0.1416453 0.3899744 0.1423116 0.3888372 0.1429228 0.3867532 0.1407058 0.3868483 0.1389861 0.3876908 0.1399391 0.3885148 0.1410989 0.3876341 0.1408136 0.3885128 0.1410673 0.3885148 0.1410989 0.388611 0.14113 0.388052 0.1416915 0.3867532 0.1407058 0.3876341 0.1408136 0.3875039 0.1424195 0.3891823 0.1400054 0.3883876 0.1396896 0.3894532 0.1390579 0.3891823 0.1400054 0.3888469 0.1411076 0.3886721 0.141084 0.3886721 0.141084 0.3885128 0.1410673 0.3876908 0.1399391 0.3876908 0.1399391 0.3868483 0.1389861 0.3880527 0.1384648 0.3932051 0.178704 0.3937134 0.1760528 0.3940342 0.1767717 0.393934 0.1790317 0.3935742 0.1788476 0.3943219 0.1776365 0.3937612 0.1809066 0.3935742 0.1788476 0.3939447 0.1804281 0.3937612 0.1809066 0.3935657 0.1813265 0.3932051 0.178704 0.3960779 0.1767475 0.3951187 0.1760748 0.396575 0.1759694 0.3960779 0.1767475 0.3954888 0.1776973 0.3949633 0.1772111 0.3949633 0.1772111 0.3943219 0.1776365 0.3940342 0.1767717 0.3952113 0.1751326 0.3951187 0.1760748 0.3937134 0.1760528 0.3966814 0.1785892 0.3959187 0.1812376 0.3955993 0.18083 0.3955289 0.1790364 0.396162 0.1787803 0.3951702 0.1803743 0.3960779 0.1767475 0.396162 0.1787803 0.3954888 0.1776973 0.3960779 0.1767475 0.396575 0.1759694 0.3966814 0.1785892 0.3937612 0.1809066 0.3946176 0.1815531 0.3935657 0.1813265 0.3937612 0.1809066 0.3939447 0.1804281 0.3944995 0.180857 0.3955993 0.18083 0.3946176 0.1815531 0.3951702 0.1803743 0.3955993 0.18083 0.3959187 0.1812376 0.3946752 0.1821606 0.3924736 0.1703319 0.3925713 0.1678577 0.3933598 0.1691119 0.3941453 0.1713495 0.3932747 0.1707788 0.3942293 0.1706613 0.3941453 0.1713495 0.3943993 0.1719569 0.3939193 0.1723598 0.3924736 0.1703319 0.3932747 0.1707788 0.3934552 0.172717 0.3956031 0.1687938 0.3943971 0.1684014 0.3958829 0.1674899 0.3956031 0.1687938 0.3952771 0.1704098 0.3947305 0.1703181 0.3947305 0.1703181 0.3942293 0.1706613 0.3933598 0.1691119 0.394092 0.1668472 0.3943971 0.1684014 0.3925713 0.1678577 0.3960551 0.1721624 0.3961939 0.1704351 0.3966199 0.1725502 0.3960551 0.1721624 0.395379 0.1717229 0.395497 0.1710259 0.3956031 0.1687938 0.3961939 0.1704351 0.3952771 0.1704098 0.3956031 0.1687938 0.3958829 0.1674899 0.3967912 0.1699755 0.3951727 0.1734603 0.3934552 0.172717 0.3939193 0.1723598 0.3949118 0.1720573 0.3950715 0.1728125 0.3943993 0.1719569 0.3960551 0.1721624 0.3950715 0.1728125 0.395379 0.1717229 0.3960551 0.1721624 0.3966199 0.1725502 0.3951727 0.1734603 0.3998377 0.1369348 0.3944783 0.1313996 0.3908382 0.1198703 0.3908382 0.1198703 0.3856393 0.1107241 0.3883633 0.1096959 0.3981859 0.1241617 0.394526 0.121856 0.3910421 0.1089771 0.114171 0.1022412 0.1133005 0.105198 0.1115956 0.104117 0.1114971 0.1003321 0.1127129 0.1013736 0.1097602 0.1026377 0.1114971 0.1003321 0.1123069 0.09766095 0.1136765 0.09896051 0.114171 0.1022412 0.1127129 0.1013736 0.1148891 0.09967947 0.1156284 0.09738051 0.1147027 0.09664499 0.11606 0.09588766 0.1156284 0.09738051 0.1148891 0.09967947 0.1136765 0.09896051 0.1139666 0.09569865 0.1147027 0.09664499 0.1123069 0.09766095 0.1139666 0.09569865 0.1151238 0.09311264 0.1157137 0.09485149 0.1114971 0.1003321 0.1097602 0.1026377 0.1093109 0.1014391 0.1100745 0.09938383 0.1106787 0.09969544 0.1090002 0.1010315 0.1100745 0.09938383 0.1104024 0.09745788 0.1110454 0.09755343 0.1114971 0.1003321 0.1106787 0.09969544 0.1123069 0.09766095 0.1105952 0.09605079 0.1103249 0.09604114 0.1088243 0.09476345 0.1105952 0.09605079 0.1123069 0.09766095 0.1110454 0.09755343 0.1099686 0.09628534 0.1103249 0.09604114 0.1104024 0.09745788 0.1099686 0.09628534 0.1088413 0.09638375 0.1087802 0.09595775 0.115257 0.08812803 0.1149917 0.08997112 0.1146455 0.08780664 0.115257 0.08812803 0.1154311 0.08825993 0.1151562 0.08967804 0.1153805 0.09162712 0.1149917 0.08997112 0.1154661 0.0909512 0.1148709 0.0902791 0.1149917 0.08997112 0.1151238 0.09311264 0.1122857 0.09639602 0.1123069 0.09766095 0.1105952 0.09605079 0.1105952 0.09605079 0.1088243 0.09476345 0.1098251 0.09438741 0.1098251 0.09438741 0.1101357 0.09427112 0.1109191 0.09548079 0.1122857 0.09639602 0.1107379 0.09587293 0.1122412 0.09586167 0.1141176 0.08901542 0.1146455 0.08780664 0.1148709 0.0902791 0.1145032 0.09291231 0.1146354 0.09050655 0.1151238 0.09311264 0.1145032 0.09291231 0.114151 0.09283298 0.1142472 0.09084433 0.1141176 0.08901542 0.1146354 0.09050655 0.1137806 0.08965331 0.1139666 0.09569865 0.1136304 0.0951423 0.1151238 0.09311264 0.1139666 0.09569865 0.1123069 0.09766095 0.1122857 0.09639602 0.1134004 0.09474223 0.1136304 0.0951423 0.1122412 0.09586167 0.1134004 0.09474223 0.114151 0.09283298 0.1145032 0.09291231 0.1135481 0.0928781 0.114151 0.09283298 0.1134004 0.09474223 0.1134004 0.09474223 0.1122412 0.09586167 0.1121695 0.09510165 0.1124714 0.0937485 0.1129828 0.09426474 0.1120842 0.0942288 0.1135481 0.0928781 0.1129828 0.09426474 0.1128199 0.09298545 0.1133868 0.09067171 0.1137806 0.08965331 0.1142472 0.09084433 0.1135481 0.0928781 0.1136683 0.09148317 0.114151 0.09283298 0.1135481 0.0928781 0.1128199 0.09298545 0.1129942 0.09227252 0.1133868 0.09067171 0.1136683 0.09148317 0.1129645 0.09188038 0.1121695 0.09510165 0.1122412 0.09586167 0.1109191 0.09548079 0.1108266 0.09399008 0.1113051 0.09484744 0.1101357 0.09427112 0.1108266 0.09399008 0.1117077 0.09362679 0.1117934 0.09409356 0.1121695 0.09510165 0.1113051 0.09484744 0.1120842 0.0942288 0.4394211 0.8115405 0.440163 0.8044865 0.4465523 0.8061853 0.4548432 0.8154684 0.4465273 0.8131526 0.4547978 0.8088318 0.4548432 0.8154684 0.4537007 0.8215454 0.4450407 0.8195813 0.435942 0.8291124 0.427757 0.8284097 0.4324765 0.8239049 0.4450407 0.8195813 0.4537007 0.8215454 0.4501823 0.8265033 0.435942 0.8291124 0.4406306 0.8249323 0.4462796 0.8304127 0.4421576 0.8396981 0.4582297 0.841721 0.4423079 0.8439564 0.4590331 0.8385798 0.4582297 0.841721 0.4427816 0.8361538 0.4590331 0.8385798 0.4790563 0.8411521 0.4780496 0.8437797 0.4581999 0.8456637 0.4582297 0.841721 0.4776638 0.8472557 0.4590331 0.8385798 0.4427816 0.8361538 0.4439842 0.8333441 0.4609223 0.8329082 0.4598437 0.8358449 0.4462796 0.8304127 0.4609223 0.8329082 0.4791234 0.835676 0.4793386 0.8385755 0.4590331 0.8385798 0.4598437 0.8358449 0.4790563 0.8411521 0.4609223 0.8329082 0.4462796 0.8304127 0.4501823 0.8265033 0.4642275 0.8245926 0.4625295 0.8291612 0.4537007 0.8215454 0.4642275 0.8245926 0.478769 0.8278869 0.4786379 0.8320798 0.4609223 0.8329082 0.4625295 0.8291612 0.4791234 0.835676 0.4548432 0.8154684 0.4655784 0.8191914 0.4537007 0.8215454 0.4548432 0.8154684 0.4547978 0.8088318 0.4667558 0.8133739 0.4667558 0.8133739 0.4827897 0.8182608 0.4804034 0.823198 0.4642275 0.8245926 0.4655784 0.8191914 0.478769 0.8278869 0.4434281 0.848908 0.4597101 0.850803 0.4450939 0.8541569 0.4434281 0.848908 0.4423079 0.8439564 0.4581999 0.8456637 0.4792444 0.8523769 0.4597101 0.850803 0.4776638 0.8472557 0.4792444 0.8523769 0.4807667 0.8577348 0.4613782 0.8561453 0.4468806 0.8593069 0.461822 0.8606972 0.4487278 0.8644075 0.4468806 0.8593069 0.4450939 0.8541569 0.4613782 0.8561453 0.4802057 0.8619205 0.461822 0.8606972 0.4807667 0.8577348 0.4616538 0.8648539 0.461822 0.8606972 0.4786031 0.8655201 0.4995497 0.8657333 0.4786031 0.8655201 0.4802057 0.8619205 0.5013818 0.8581374 0.5008818 0.8621708 0.4807667 0.8577348 0.5013818 0.8581374 0.5278304 0.8581046 0.5277357 0.8617855 0.4995497 0.8657333 0.5008818 0.8621708 0.5272433 0.8652375 0.4792444 0.8523769 0.5002176 0.8531621 0.4807667 0.8577348 0.4792444 0.8523769 0.4776638 0.8472557 0.4990659 0.8484981 0.5271296 0.8539664 0.5002176 0.8531621 0.526839 0.8502113 0.5271296 0.8539664 0.5278304 0.8581046 0.5013818 0.8581374 0.4994729 0.8305928 0.478769 0.8278869 0.4804034 0.823198 0.5032626 0.821942 0.5009887 0.8263644 0.4827897 0.8182608 0.5032626 0.821942 0.5304196 0.8269339 0.5288089 0.8307444 0.4994729 0.8305928 0.5009887 0.8263644 0.5276116 0.8344007 0.4786379 0.8320798 0.4994732 0.8344331 0.4791234 0.835676 0.4786379 0.8320798 0.478769 0.8278869 0.4994729 0.8305928 0.5272412 0.8377486 0.4994732 0.8344331 0.5276116 0.8344007 0.5272412 0.8377486 0.5276501 0.8407462 0.5001362 0.8377932 0.500546 0.843036 0.4790563 0.8411521 0.4793386 0.8385755 0.4793386 0.8385755 0.4791234 0.835676 0.5001362 0.8377932 0.528791 0.8433513 0.5006088 0.8405808 0.5276501 0.8407462 0.528791 0.8433513 0.5293878 0.8456378 0.500546 0.843036 0.4990659 0.8484981 0.4776638 0.8472557 0.4780496 0.8437797 0.500546 0.843036 0.4996036 0.8453989 0.4790563 0.8411521 0.500546 0.843036 0.5293878 0.8456378 0.5281645 0.8476798 0.4990659 0.8484981 0.4996036 0.8453989 0.526839 0.8502113 0.3890622 0.1673763 0.3878332 0.1686565 0.3871961 0.1659355 0.3872317 0.1600761 0.3882164 0.1638504 0.3863649 0.1630403 0.3872317 0.1600761 0.3883818 0.1568924 0.3891041 0.1618496 0.3890622 0.1673763 0.3882164 0.1638504 0.390668 0.1659156 0.3852909 0.1598189 0.3861317 0.1559435 0.3863649 0.1630403 0.3847811 0.1506643 0.3861317 0.1559435 0.3837831 0.1548924 0.3847811 0.1506643 0.38629 0.1464493 0.3869539 0.152482 0.3872317 0.1600761 0.3861317 0.1559435 0.3883818 0.1568924 0.3998721 0.1612615 0.3988807 0.15268 0.403364 0.1703428 0.3964197 0.1453233 0.3988807 0.15268 0.3970916 0.1542558 0.4006164 0.1520753 0.3988807 0.15268 0.3944783 0.1313996 0.394803 0.1494772 0.3947287 0.1434252 0.3970916 0.1542558 0.3933564 0.1384097 0.3947287 0.1434252 0.3920779 0.1450495 0.3964197 0.1453233 0.3947287 0.1434252 0.3944783 0.1313996 0.3933988 0.1510353 0.3946531 0.1525462 0.394006 0.1558769 0.394803 0.1494772 0.3946531 0.1525462 0.3920779 0.1450495 0.3962042 0.1569404 0.3946531 0.1525462 0.3970916 0.1542558 0.3961378 0.1610355 0.3983213 0.1626643 0.3967313 0.1655347 0.3961378 0.1610355 0.394006 0.1558769 0.3962042 0.1569404 0.3962042 0.1569404 0.3970916 0.1542558 0.3998721 0.1612615 0.3998721 0.1612615 0.403364 0.1703428 0.3999032 0.1678822 0.3953877 0.1636059 0.3967313 0.1655347 0.3936756 0.1654704 0.3936756 0.1654704 0.390668 0.1659156 0.3913096 0.1639345 0.3913096 0.1639345 0.391741 0.1632395 0.3935526 0.1639491 0.3935526 0.1639491 0.3949543 0.1630516 0.3953877 0.1636059 0.3913096 0.1639345 0.390668 0.1659156 0.3891041 0.1618496 0.3891041 0.1618496 0.3883818 0.1568924 0.3897972 0.1580516 0.390636 0.1608933 0.3898852 0.1610602 0.3905795 0.1584678 0.390636 0.1608933 0.391741 0.1632395 0.3913096 0.1639345 0.3937373 0.1575735 0.394006 0.1558769 0.3961378 0.1610355 0.3953877 0.1636059 0.3952307 0.1605225 0.3967313 0.1655347 0.3948299 0.1605765 0.3952307 0.1605225 0.3949543 0.1630516 0.3937373 0.1575735 0.3952307 0.1605225 0.393657 0.1581805 0.3937373 0.1575735 0.3915037 0.1568196 0.394006 0.1558769 0.3937373 0.1575735 0.393657 0.1581805 0.3919134 0.1575207 0.3897972 0.1580516 0.3915037 0.1568196 0.3905795 0.1584678 0.3897972 0.1580516 0.3883818 0.1568924 0.3911762 0.1561762 0.3891273 0.1546592 0.3883818 0.1568924 0.3869539 0.152482 0.3869539 0.152482 0.38629 0.1464493 0.3877425 0.1479548 0.3887765 0.1517661 0.3878261 0.1513785 0.3886399 0.1492027 0.3887765 0.1517661 0.3897839 0.1542611 0.3891273 0.1546592 0.3911762 0.1561762 0.3883818 0.1568924 0.3891273 0.1546592 0.3891273 0.1546592 0.3897839 0.1542611 0.3912023 0.1549838 0.3927046 0.1542015 0.3911342 0.155543 0.3922787 0.1540294 0.3927046 0.1542015 0.394006 0.1558769 0.3911762 0.1561762 0.3943104 0.1624447 0.3949543 0.1630516 0.3935526 0.1639491 0.3921827 0.1625295 0.3933958 0.1630814 0.391741 0.1632395 0.3921827 0.1625295 0.3926295 0.1618118 0.3931904 0.1621868 0.3931904 0.1621868 0.3935613 0.1618116 0.3943104 0.1624447 0.390636 0.1608933 0.3914326 0.1607597 0.391741 0.1632395 0.390636 0.1608933 0.3905795 0.1584678 0.3913657 0.1589622 0.392252 0.1606428 0.3914326 0.1607597 0.3921536 0.1594956 0.3921827 0.1625295 0.3914326 0.1607597 0.3926295 0.1618118 0.3948299 0.1605765 0.3941651 0.1606486 0.393657 0.1581805 0.3948299 0.1605765 0.3949543 0.1630516 0.3943104 0.1624447 0.3933683 0.1607298 0.3941651 0.1606486 0.3935613 0.1618116 0.3933683 0.1607298 0.3928962 0.1596263 0.3933366 0.1588802 0.3913657 0.1589622 0.3905795 0.1584678 0.3919134 0.1575207 0.3933366 0.1588802 0.3922019 0.1583269 0.393657 0.1581805 0.3924298 0.1591858 0.3922019 0.1583269 0.3928962 0.1596263 0.3913657 0.1589622 0.3922019 0.1583269 0.3921536 0.1594956 0.3898342 0.148275 0.3904311 0.1509424 0.3886399 0.1492027 0.3913151 0.1513741 0.3904311 0.1509424 0.3913705 0.1490244 0.3913151 0.1513741 0.3912822 0.1541636 0.3911036 0.1541271 0.3911036 0.1541271 0.3909431 0.1541115 0.3897407 0.1514158 0.3887765 0.1517661 0.3898333 0.1527774 0.3897839 0.1542611 0.3887765 0.1517661 0.3886399 0.1492027 0.3897407 0.1514158 0.3909432 0.1541007 0.3898333 0.1527774 0.3909431 0.1541115 0.3909432 0.1541007 0.3910416 0.1541242 0.3904184 0.1541267 0.3913151 0.1513741 0.3913705 0.1490244 0.3922601 0.1514927 0.3917987 0.154094 0.3918032 0.1527279 0.3922787 0.1540294 0.3917987 0.154094 0.3912917 0.1542772 0.391336 0.1542375 0.3913151 0.1513741 0.3918032 0.1527279 0.3912822 0.1541636 0.3917987 0.154094 0.3922787 0.1540294 0.3912023 0.1549838 0.3912023 0.1549838 0.3897839 0.1542611 0.3904184 0.1541267 0.3911756 0.1542112 0.3912053 0.154563 0.3910416 0.1541242 0.3917987 0.154094 0.3912053 0.154563 0.3912917 0.1542772 0.3877425 0.1479548 0.38629 0.1464493 0.3890866 0.1454632 0.3914709 0.1475543 0.3893885 0.1466419 0.3920779 0.1450495 0.3914709 0.1475543 0.3913705 0.1490244 0.3898342 0.148275 0.3898342 0.148275 0.3886399 0.1492027 0.3877425 0.1479548 0.3914709 0.1475543 0.3920779 0.1450495 0.3933988 0.1510353 0.3933988 0.1510353 0.394006 0.1558769 0.3927046 0.1542015 0.3922601 0.1514927 0.3926966 0.1508064 0.3922787 0.1540294 0.3914709 0.1475543 0.3926966 0.1508064 0.3913705 0.1490244 0.3951727 0.1734603 0.3951569 0.1738933 0.3934552 0.172717 0.3969625 0.1728346 0.3951569 0.1738933 0.3966199 0.1725502 0.3969625 0.1728346 0.3979617 0.1745584 0.3951252 0.1742276 0.3951252 0.1742276 0.3922556 0.1743096 0.393023 0.1729831 0.09088134 0.1510493 0.08934462 0.1499131 0.0933898 0.1494832 0.0933898 0.1494832 0.09774219 0.14943 0.09634077 0.1506908 0.09634077 0.1506908 0.09592437 0.1511876 0.09380817 0.150478 0.09088134 0.1510493 0.09353202 0.1498563 0.09175342 0.1514286 0.09634077 0.1506908 0.09774219 0.14943 0.09875452 0.154469 0.09875452 0.154469 0.09767621 0.1580442 0.09641146 0.1569542 0.09646779 0.1537045 0.09721881 0.153793 0.09574294 0.1562684 0.09634077 0.1506908 0.09721881 0.153793 0.09592437 0.1511876 0.09641146 0.1569542 0.09767621 0.1580442 0.09471076 0.1593303 0.09175866 0.1569504 0.09416407 0.157966 0.09145373 0.1582989 0.0940541 0.1571189 0.09416407 0.157966 0.09230375 0.1563092 0.0940541 0.1571189 0.09574294 0.1562684 0.09641146 0.1569542 0.09175866 0.1569504 0.09145373 0.1582989 0.08950048 0.1549222 0.08950048 0.1549222 0.08934462 0.1499131 0.09088134 0.1510493 0.09088134 0.1510493 0.09175342 0.1514286 0.09139442 0.1538924 0.09175866 0.1569504 0.09047734 0.1540294 0.09230375 0.1563092 0.0930311 0.1554499 0.09230375 0.1563092 0.09139442 0.1538924 0.09139442 0.1538924 0.09175342 0.1514286 0.09282118 0.1523804 0.0938189 0.1540426 0.09254765 0.1539251 0.09398669 0.1536183 0.0930311 0.1554499 0.09254765 0.1539251 0.09384953 0.1544815 0.0940541 0.1571189 0.09405618 0.1559509 0.09574294 0.1562684 0.0940541 0.1571189 0.09230375 0.1563092 0.0930311 0.1554499 0.0941143 0.1546223 0.09405618 0.1559509 0.09384953 0.1544815 0.0941143 0.1546223 0.09442973 0.1544877 0.09508395 0.155419 0.09531003 0.1522917 0.09592437 0.1511876 0.09646779 0.1537045 0.09646779 0.1537045 0.09574294 0.1562684 0.09508395 0.155419 0.09461241 0.1541009 0.09557545 0.1538454 0.09442973 0.1544877 0.09531003 0.1522917 0.09557545 0.1538454 0.09459674 0.1536995 0.09380817 0.150478 0.09406691 0.1518197 0.09175342 0.1514286 0.09531003 0.1522917 0.09406691 0.1518197 0.09592437 0.1511876 0.09531003 0.1522917 0.09459674 0.1536995 0.09431707 0.1535212 0.09431707 0.1535212 0.09398669 0.1536183 0.09282118 0.1523804 0.3885216 0.2130365 0.3913941 0.202122 0.3969589 0.2156465 0.3864715 0.1995729 0.3913941 0.202122 0.3828305 0.2072861 0.392842 0.1926475 0.3913941 0.202122 0.3888891 0.193045 0.392842 0.1926475 0.3991631 0.1872645 0.3988364 0.2025876 0.3889117 0.1886209 0.3878229 0.1847863 0.3892959 0.1847426 0.3937485 0.1862252 0.3915126 0.1879175 0.3907008 0.18405 0.3937485 0.1862252 0.3991631 0.1872645 0.392842 0.1926475 0.3889117 0.1886209 0.3915126 0.1879175 0.3888891 0.193045 0.3874589 0.175067 0.3870142 0.1717205 0.3887797 0.1747641 0.3874589 0.175067 0.3862028 0.1754515 0.385753 0.1721691 0.3865872 0.1692415 0.3870142 0.1717205 0.3853593 0.1697274 0.3865872 0.1692415 0.3878332 0.1686565 0.3883246 0.1713557 0.3892959 0.1847426 0.388082 0.1799334 0.3907008 0.18405 0.3869063 0.1800269 0.388082 0.1799334 0.3878229 0.1847863 0.3874589 0.175067 0.388082 0.1799334 0.3862028 0.1754515 0.3874589 0.175067 0.3887797 0.1747641 0.3893082 0.1796126 0.3816504 0.1468823 0.3837831 0.1548924 0.3831067 0.1585531 0.3814467 0.1589572 0.3813638 0.1530333 0.38256 0.1614106 0.3814467 0.1589572 0.3801884 0.1565909 0.379606 0.1476196 0.3816504 0.1468823 0.3813638 0.1530333 0.3795685 0.1389943 0.3852823 0.1646955 0.3843625 0.162164 0.3863649 0.1630403 0.3852823 0.1646955 0.3841766 0.1657423 0.3834459 0.1636633 0.3831067 0.1585531 0.3843625 0.162164 0.38256 0.1614106 0.3831067 0.1585531 0.3837831 0.1548924 0.3852909 0.1598189 0.3865872 0.1692415 0.3860169 0.1669772 0.3878332 0.1686565 0.3865872 0.1692415 0.3853593 0.1697274 0.3848242 0.1676744 0.3852823 0.1646955 0.3860169 0.1669772 0.3841766 0.1657423 0.3852823 0.1646955 0.3863649 0.1630403 0.3871961 0.1659355 0.3832406 0.1668814 0.3841766 0.1657423 0.3848242 0.1676744 0.3841847 0.1707103 0.3837635 0.1687255 0.3853593 0.1697274 0.3841847 0.1707103 0.3827019 0.1717244 0.3824032 0.1697596 0.3832406 0.1668814 0.3837635 0.1687255 0.3819995 0.1678994 0.3819509 0.1632288 0.38256 0.1614106 0.3834459 0.1636633 0.3832406 0.1668814 0.3826401 0.1650012 0.3841766 0.1657423 0.3832406 0.1668814 0.3819995 0.1678994 0.3814856 0.1660702 0.3819509 0.1632288 0.3826401 0.1650012 0.3808671 0.1642823 0.3800843 0.1602459 0.3801884 0.1565909 0.3814467 0.1589572 0.3819509 0.1632288 0.3811619 0.1617078 0.38256 0.1614106 0.3819509 0.1632288 0.3808671 0.1642823 0.3801496 0.1625458 0.3801496 0.1625458 0.3790915 0.1608816 0.3800843 0.1602459 0.3869063 0.1800269 0.3855679 0.1798062 0.3862028 0.1754515 0.3869063 0.1800269 0.3878229 0.1847863 0.3863717 0.1838483 0.3838066 0.1795701 0.3855679 0.1798062 0.3845159 0.1827886 0.3838066 0.1795701 0.3832026 0.1764088 0.3848685 0.1759415 0.3841847 0.1707103 0.3853593 0.1697274 0.385753 0.1721691 0.3848685 0.1759415 0.3844802 0.1730126 0.3862028 0.1754515 0.3848685 0.1759415 0.3832026 0.1764088 0.3829014 0.1738672 0.3841847 0.1707103 0.3844802 0.1730126 0.3827019 0.1717244 0.3889117 0.1886209 0.3870735 0.1873095 0.3878229 0.1847863 0.3889117 0.1886209 0.3888891 0.193045 0.3867405 0.1911857 0.385133 0.1855015 0.3870735 0.1873095 0.3849756 0.1887013 0.385133 0.1855015 0.3845159 0.1827886 0.3863717 0.1838483 0.3864715 0.1995729 0.3844399 0.1964733 0.3888891 0.193045 0.3864715 0.1995729 0.3828305 0.2072861 0.3809603 0.2023617 0.3833616 0.1933807 0.3844399 0.1964733 0.3804347 0.1981495 0.3833616 0.1933807 0.3849756 0.1887013 0.3867405 0.1911857 0.3833616 0.1933807 0.381299 0.1908529 0.3849756 0.1887013 0.3833616 0.1933807 0.3804347 0.1981495 0.3796675 0.1938235 0.378939 0.1892496 0.381299 0.1908529 0.378491 0.1916158 0.378939 0.1892496 0.3792655 0.1865563 0.3821736 0.1872232 0.385133 0.1855015 0.3822248 0.1847152 0.3845159 0.1827886 0.385133 0.1855015 0.3849756 0.1887013 0.3821736 0.1872232 0.3792674 0.1845175 0.3822248 0.1847152 0.3792655 0.1865563 0.3792674 0.1845175 0.3790865 0.1824661 0.381829 0.1824672 0.38055 0.1723042 0.3827019 0.1717244 0.3829014 0.1738672 0.3809515 0.1767255 0.380722 0.1743492 0.3832026 0.1764088 0.3784979 0.1745976 0.380722 0.1743492 0.3786519 0.1769151 0.38055 0.1723042 0.380722 0.1743492 0.3783541 0.1726126 0.3838066 0.1795701 0.3813626 0.1796177 0.3832026 0.1764088 0.3838066 0.1795701 0.3845159 0.1827886 0.381829 0.1824672 0.3788647 0.1797349 0.3813626 0.1796177 0.3790865 0.1824661 0.3788647 0.1797349 0.3786519 0.1769151 0.3809515 0.1767255 0.3801496 0.1625458 0.3780503 0.1627316 0.3790915 0.1608816 0.3801496 0.1625458 0.3808671 0.1642823 0.3788961 0.1648457 0.3759427 0.1626774 0.3780503 0.1627316 0.3768963 0.1651648 0.3759427 0.1626774 0.3749685 0.1604777 0.3770074 0.160795 0.3814856 0.1660702 0.3795226 0.1667627 0.3808671 0.1642823 0.3799784 0.1685827 0.3795226 0.1667627 0.3819995 0.1678994 0.3775168 0.1672159 0.3795226 0.1667627 0.3779076 0.169026 0.3775168 0.1672159 0.3768963 0.1651648 0.3788961 0.1648457 0.3799784 0.1685827 0.3819995 0.1678994 0.3824032 0.1697596 0.38055 0.1723042 0.3803114 0.1704061 0.3827019 0.1717244 0.38055 0.1723042 0.3783541 0.1726126 0.378172 0.1707901 0.378172 0.1707901 0.3779076 0.169026 0.3799784 0.1685827 0.3796675 0.1938235 0.3804347 0.1981495 0.3772423 0.1968703 0.3751382 0.1942023 0.3773453 0.1943537 0.3755375 0.1959972 0.3751382 0.1942023 0.3751211 0.1919633 0.3769015 0.1915968 0.3796675 0.1938235 0.3773453 0.1943537 0.378491 0.1916158 0.3771823 0.1865054 0.3769685 0.1889299 0.3756185 0.1868183 0.3771823 0.1865054 0.3792655 0.1865563 0.378939 0.1892496 0.3769015 0.1915968 0.3769685 0.1889299 0.378491 0.1916158 0.3769015 0.1915968 0.3751211 0.1919633 0.3753657 0.189396 0.3756262 0.1845475 0.3755198 0.1822615 0.3770638 0.1823673 0.3792674 0.1845175 0.377179 0.1844756 0.3790865 0.1824661 0.3792674 0.1845175 0.3792655 0.1865563 0.3771823 0.1865054 0.3771823 0.1865054 0.3756185 0.1868183 0.3756262 0.1845475 0.3768404 0.177001 0.376785 0.1747512 0.3786519 0.1769151 0.3768404 0.177001 0.3753838 0.1770431 0.3754043 0.1748449 0.3767399 0.1728122 0.376785 0.1747512 0.3754484 0.1729268 0.3767399 0.1728122 0.3783541 0.1726126 0.3784979 0.1745976 0.3788647 0.1797349 0.3790865 0.1824661 0.3770638 0.1823673 0.3754307 0.1796377 0.3769422 0.1797077 0.3755198 0.1822615 0.3754307 0.1796377 0.3753838 0.1770431 0.3768404 0.177001 0.3788647 0.1797349 0.3769422 0.1797077 0.3786519 0.1769151 0.3765178 0.1693234 0.3762336 0.167567 0.3779076 0.169026 0.3765178 0.1693234 0.3754253 0.1694915 0.3752562 0.1677919 0.3757261 0.1654852 0.3762336 0.167567 0.3749162 0.165732 0.3775168 0.1672159 0.3762336 0.167567 0.3768963 0.1651648 0.3767399 0.1728122 0.3766686 0.1710374 0.3783541 0.1726126 0.3767399 0.1728122 0.3754484 0.1729268 0.3754723 0.1711727 0.3765178 0.1693234 0.3766686 0.1710374 0.3754253 0.1694915 0.3765178 0.1693234 0.3779076 0.169026 0.378172 0.1707901 0.5644338 0.8637772 0.5272433 0.8652375 0.5277357 0.8617855 0.5647196 0.8583875 0.5646529 0.8611013 0.5278304 0.8581046 0.5647196 0.8583875 0.598163 0.8585004 0.5976228 0.86018 0.5644338 0.8637772 0.5646529 0.8611013 0.5981788 0.8616799 0.5271296 0.8539664 0.5644809 0.8555977 0.5278304 0.8581046 0.5654163 0.8532153 0.5644809 0.8555977 0.526839 0.8502113 0.5978797 0.8570539 0.5644809 0.8555977 0.5911861 0.8554196 0.5978797 0.8570539 0.598163 0.8585004 0.5647196 0.8583875 0.5644574 0.8410012 0.5276116 0.8344007 0.5288089 0.8307444 0.5665053 0.8357533 0.5653385 0.8383917 0.5304196 0.8269339 0.5665053 0.8357533 0.5991234 0.8450815 0.5971336 0.8462095 0.5644574 0.8410012 0.5653385 0.8383917 0.5880304 0.8457397 0.5272412 0.8377486 0.5641478 0.8435533 0.5276501 0.8407462 0.5644574 0.8410012 0.5641478 0.8435533 0.5276116 0.8344007 0.5965364 0.848965 0.5641478 0.8435533 0.5880304 0.8457397 0.5653545 0.8460209 0.5641478 0.8435533 0.5904414 0.8494945 0.528791 0.8433513 0.5690222 0.8483768 0.5293878 0.8456378 0.528791 0.8433513 0.5276501 0.8407462 0.5653545 0.8460209 0.6025822 0.8521344 0.5690222 0.8483768 0.5904414 0.8494945 0.6025822 0.8521344 0.6202026 0.8560748 0.5714672 0.8503634 0.5654163 0.8532153 0.526839 0.8502113 0.5281645 0.8476798 0.5714672 0.8503634 0.5690051 0.8517234 0.5293878 0.8456378 0.5714672 0.8503634 0.6202026 0.8560748 0.6034777 0.8555882 0.5654163 0.8532153 0.5690051 0.8517234 0.5911861 0.8554196 0.6158772 0.8515997 0.6107504 0.8511012 0.5991234 0.8450815 0.6158772 0.8515997 0.6202026 0.8560748 0.6025822 0.8521344 0.6025822 0.8521344 0.5904414 0.8494945 0.5965364 0.848965 0.5971336 0.8462095 0.6107504 0.8511012 0.5880304 0.8457397 0.1066764 0.08403217 0.1068885 0.08489131 0.1047859 0.08608329 0.1066764 0.08403217 0.1083831 0.08227229 0.108635 0.08305191 0.1112643 0.08533805 0.1111319 0.08375811 0.1131436 0.08397734 0.1112643 0.08533805 0.1096212 0.08688825 0.1093985 0.08542829 0.1081021 0.08833569 0.1077973 0.08701819 0.1096212 0.08688825 0.1081021 0.08833569 0.1063305 0.0902813 0.105917 0.08913868 0.1111389 0.08703142 0.1110785 0.08628755 0.1132468 0.085316 0.1111389 0.08703142 0.1091836 0.0890662 0.1092659 0.08807468 0.1092659 0.08807468 0.1096212 0.08688825 0.1112643 0.08533805 0.1112643 0.08533805 0.1131436 0.08397734 0.1130991 0.084737 0.1092659 0.08807468 0.1091836 0.0890662 0.1074213 0.09102344 0.1060242 0.09151154 0.1076229 0.08975273 0.1047334 0.09416991 0.1081021 0.08833569 0.1076229 0.08975273 0.1063305 0.0902813 0.1092659 0.08807468 0.1076229 0.08975273 0.1096212 0.08688825 0.1070895 0.09401398 0.1047334 0.09416991 0.1074213 0.09102344 0.1102254 0.08994144 0.1085584 0.09190213 0.1091836 0.0890662 0.1102254 0.08994144 0.1113955 0.0906381 0.1099185 0.09245634 0.1070895 0.09401398 0.1085584 0.09190213 0.1088243 0.09476345 0.1102254 0.08994144 0.1091836 0.0890662 0.1111389 0.08703142 0.1138759 0.08640587 0.1120107 0.08799439 0.1132468 0.085316 0.1138759 0.08640587 0.1146455 0.08780664 0.1129068 0.08891439 0.1102254 0.08994144 0.1120107 0.08799439 0.1113955 0.0906381 0.1098251 0.09438741 0.1088243 0.09476345 0.1099185 0.09245634 0.1099185 0.09245634 0.1113955 0.0906381 0.1116982 0.09109359 0.1105927 0.09290403 0.1103858 0.09275364 0.1116938 0.09148943 0.1098251 0.09438741 0.1103858 0.09275364 0.1101357 0.09427112 0.1129068 0.08891439 0.1130403 0.08952927 0.1113955 0.0906381 0.1141176 0.08901542 0.1130403 0.08952927 0.1146455 0.08780664 0.112843 0.09013712 0.1130403 0.08952927 0.1137806 0.08965331 0.112843 0.09013712 0.1116938 0.09148943 0.1116982 0.09109359 0.1108266 0.09399008 0.1101357 0.09427112 0.1105927 0.09290403 0.1105927 0.09290403 0.1116938 0.09148943 0.111943 0.09200704 0.1119354 0.0931127 0.1111711 0.09301757 0.112319 0.09258556 0.1108266 0.09399008 0.1111711 0.09301757 0.1117077 0.09362679 0.112843 0.09013712 0.1127466 0.09103572 0.1116938 0.09148943 0.112843 0.09013712 0.1137806 0.08965331 0.1133868 0.09067171 0.1127008 0.09207981 0.1127466 0.09103572 0.1129645 0.09188038 0.1127008 0.09207981 0.112319 0.09258556 0.111943 0.09200704 0.9612724 0.9049562 0.958388 0.9049698 0.9607236 0.901548 0.9612724 0.9049562 0.9610804 0.9077721 0.958378 0.9073073 0.9556586 0.9049475 0.958388 0.9049698 0.9557828 0.906903 0.9556586 0.9049475 0.9548335 0.9025375 0.9576962 0.9020813 0.9322763 0.8770619 0.9344602 0.8759447 0.9359089 0.8788097 0.934213 0.881821 0.9336213 0.8796157 0.9367066 0.8813564 0.934213 0.881821 0.9317866 0.8822504 0.9313449 0.8803328 0.9313449 0.8803328 0.9300659 0.8781129 0.9322763 0.8770619 0.934213 0.881821 0.9367066 0.8813564 0.9369725 0.8837514 0.9338866 0.886638 0.9343841 0.8839011 0.9365615 0.8867989 0.9338866 0.886638 0.9312903 0.8865022 0.9318845 0.8840778 0.934213 0.881821 0.9343841 0.8839011 0.9317866 0.8822504 0.9556586 0.9049475 0.9532393 0.9048537 0.9548335 0.9025375 0.9556586 0.9049475 0.9557828 0.906903 0.9534021 0.9066199 0.9507176 0.9047724 0.9532393 0.9048537 0.9508638 0.9063752 0.9507176 0.9047724 0.9497336 0.903152 0.9523002 0.9028396 0.9555442 0.9087705 0.953177 0.9083216 0.9557828 0.906903 0.9521131 0.9100313 0.953177 0.9083216 0.9545016 0.9108168 0.9521131 0.9100313 0.9495222 0.9092833 0.9506098 0.9079231 0.9534021 0.9066199 0.953177 0.9083216 0.9508638 0.9063752 0.9313449 0.8803328 0.9290909 0.8808722 0.9300659 0.8781129 0.9313449 0.8803328 0.9317866 0.8822504 0.9294945 0.8826089 0.9265815 0.8814391 0.9290909 0.8808722 0.9269881 0.8829873 0.9265815 0.8814391 0.9253013 0.8800261 0.927803 0.8790315 0.9294945 0.8826089 0.9317866 0.8822504 0.9318845 0.8840778 0.9288509 0.8864166 0.9295625 0.8843085 0.9312903 0.8865022 0.9288509 0.8864166 0.9262482 0.8862763 0.9270469 0.884544 0.9294945 0.8826089 0.9295625 0.8843085 0.9269881 0.8829873 0.7097584 0.4847617 0.7072837 0.4848376 0.7088946 0.4820848 0.7072506 0.4868667 0.7072837 0.4848376 0.709745 0.4869459 0.7072506 0.4868667 0.7045748 0.4867057 0.7045924 0.4848551 0.7045924 0.4848551 0.7036178 0.4829614 0.7063606 0.4825119 0.7072506 0.4868667 0.709745 0.4869459 0.7092835 0.4891242 0.7052913 0.4909696 0.7067505 0.4888286 0.707876 0.4917498 0.7052913 0.4909696 0.7026489 0.4901428 0.7040835 0.488478 0.7072506 0.4868667 0.7067505 0.4888286 0.7045748 0.4867057 0.9507176 0.9047724 0.947681 0.9047876 0.9497336 0.903152 0.9507176 0.9047724 0.9508638 0.9063752 0.9477959 0.9060862 0.944504 0.9048372 0.947681 0.9047876 0.9445431 0.905791 0.944504 0.9048372 0.9445399 0.904165 0.9467707 0.9036391 0.9477959 0.9060862 0.9508638 0.9063752 0.9506098 0.9079231 0.9465455 0.9082769 0.9475521 0.9073401 0.9495222 0.9092833 0.9465455 0.9082769 0.9443407 0.9073634 0.9443719 0.9067125 0.9477959 0.9060862 0.9475521 0.9073401 0.9445431 0.905791 0.9265815 0.8814391 0.9235388 0.8822386 0.9253013 0.8800261 0.9265815 0.8814391 0.9269881 0.8829873 0.923919 0.8834767 0.9203054 0.883107 0.9235388 0.8822386 0.9205851 0.8840259 0.9203054 0.883107 0.9201829 0.8824133 0.9223745 0.8813048 0.923919 0.8834767 0.9269881 0.8829873 0.9270469 0.884544 0.9231618 0.8859763 0.923967 0.8847357 0.9262482 0.8862763 0.9231618 0.8859763 0.9207596 0.8856368 0.9206647 0.8849479 0.923919 0.8834767 0.923967 0.8847357 0.9205851 0.8840259 0.7045924 0.4848551 0.7013777 0.4849608 0.7036178 0.4829614 0.7013726 0.4864839 0.7013777 0.4849608 0.7045748 0.4867057 0.6978834 0.4850671 0.7013777 0.4849608 0.6978408 0.4862216 0.6978834 0.4850671 0.6978959 0.4842414 0.7004198 0.4835957 0.7013726 0.4864839 0.7045748 0.4867057 0.7040835 0.488478 0.6996623 0.4890938 0.7009509 0.4879416 0.7026489 0.4901428 0.6996623 0.4890938 0.6973827 0.4881287 0.697571 0.4873427 0.7013726 0.4864839 0.7009509 0.4879416 0.6978408 0.4862216 0.9424077 0.9040156 0.9445399 0.904165 0.944504 0.9048372 0.944504 0.9048372 0.9445431 0.905791 0.9414504 0.9055277 0.9414504 0.9055277 0.9387462 0.9051425 0.9399041 0.9040204 0.9424077 0.9040156 0.9415611 0.9048594 0.9412696 0.9035217 0.9414504 0.9055277 0.9445431 0.905791 0.9443719 0.9067125 0.9443719 0.9067125 0.9443407 0.9073634 0.9421894 0.9071143 0.9397864 0.9066338 0.9414377 0.9061806 0.9410774 0.907352 0.9414504 0.9055277 0.9414377 0.9061806 0.9387462 0.9051425 0.9179156 0.8827875 0.9201829 0.8824133 0.9203054 0.883107 0.9203054 0.883107 0.9205851 0.8840259 0.9172845 0.8845843 0.9153211 0.8834797 0.9172241 0.8838806 0.9142445 0.8852627 0.9179156 0.8827875 0.9172241 0.8838806 0.916626 0.8825557 0.9172845 0.8845843 0.9205851 0.8840259 0.9206647 0.8849479 0.9206647 0.8849479 0.9207596 0.8856368 0.9184901 0.8860437 0.9157222 0.8863821 0.917482 0.8852454 0.9172886 0.8867873 0.9157222 0.8863821 0.9142445 0.8852627 0.9172845 0.8845843 0.6953834 0.4840452 0.6978959 0.4842414 0.6978834 0.4850671 0.6978834 0.4850671 0.6978408 0.4862216 0.6941758 0.485939 0.6941758 0.485939 0.6904197 0.485781 0.6922493 0.4841352 0.6953834 0.4840452 0.6943536 0.4850866 0.6939599 0.4834748 0.6941758 0.485939 0.6978408 0.4862216 0.697571 0.4873427 0.697571 0.4873427 0.6973827 0.4881287 0.6949202 0.4879648 0.6918987 0.4874867 0.6941622 0.4868047 0.6934111 0.488341 0.6941758 0.485939 0.6941622 0.4868047 0.6904197 0.485781 0.9399041 0.9040204 0.9405852 0.9014867 0.9412696 0.9035217 0.9393001 0.9007683 0.9405852 0.9014867 0.9387462 0.9051425 0.9393001 0.9007683 0.9410973 0.8965564 0.9428376 0.8982586 0.9428376 0.8982586 0.944867 0.8999329 0.9422386 0.9021832 0.9392951 0.909245 0.9387462 0.9051425 0.9397864 0.9066338 0.9420142 0.9087355 0.940455 0.9089615 0.9410774 0.907352 0.9420142 0.9087355 0.9445095 0.911216 0.9425104 0.9121344 0.9392951 0.909245 0.940455 0.9089615 0.940841 0.9130658 0.9153211 0.8834797 0.9156231 0.8808245 0.916626 0.8825557 0.9153211 0.8834797 0.9142445 0.8852627 0.9142909 0.8807428 0.9172905 0.8771135 0.9156231 0.8808245 0.9153381 0.8763709 0.9172905 0.8771135 0.9195995 0.8779252 0.9173769 0.8808989 0.9152625 0.8899113 0.9142445 0.8852627 0.9157222 0.8863821 0.9184752 0.8882246 0.9166887 0.8891124 0.9172886 0.8867873 0.9184752 0.8882246 0.921481 0.8904857 0.9193751 0.8923963 0.9152625 0.8899113 0.9166887 0.8891124 0.917517 0.8941952 0.6922493 0.4841352 0.6930314 0.4813285 0.6939599 0.4834748 0.6922493 0.4841352 0.6904197 0.485781 0.6913319 0.4808377 0.6954931 0.477726 0.6930314 0.4813285 0.6930956 0.4762978 0.6954931 0.477726 0.6981016 0.4792735 0.6951115 0.4818949 0.6918987 0.4874867 0.6919544 0.4905477 0.6904197 0.485781 0.6941495 0.4900791 0.6919544 0.4905477 0.6934111 0.488341 0.6941495 0.4900791 0.6964774 0.4931613 0.6936159 0.494713 0.6901157 0.4910612 0.6919544 0.4905477 0.6909853 0.4962952 0.9428376 0.8982586 0.9458947 0.8953363 0.944867 0.8999329 0.9442787 0.8929402 0.9458947 0.8953363 0.9410973 0.8965564 0.9442787 0.8929402 0.9478248 0.8901025 0.9492051 0.8928832 0.9492051 0.8928832 0.9508363 0.8958792 0.9477782 0.8977988 0.9432783 0.9165949 0.940841 0.9130658 0.9425104 0.9121344 0.9470748 0.9135625 0.9450193 0.9151236 0.9445095 0.911216 0.9470748 0.9135625 0.9496024 0.9157951 0.9475898 0.9178227 0.9432783 0.9165949 0.9450193 0.9151236 0.9458765 0.919621 0.9172905 0.8771135 0.919484 0.8735444 0.9195995 0.8779252 0.9172905 0.8771135 0.9153381 0.8763709 0.9173229 0.8721659 0.9219485 0.8705596 0.919484 0.8735444 0.9197157 0.8687333 0.9219485 0.8705596 0.9244419 0.8726775 0.9219641 0.8751025 0.9211804 0.8976208 0.917517 0.8941952 0.9193751 0.8923963 0.9246076 0.8925276 0.922775 0.8951945 0.921481 0.8904857 0.9246076 0.8925276 0.9277291 0.8941826 0.9262606 0.8973992 0.9262606 0.8973992 0.9250211 0.900238 0.9211804 0.8976208 0.6954931 0.477726 0.6984277 0.4743868 0.6981016 0.4792735 0.6954931 0.477726 0.6930956 0.4762978 0.6959546 0.4722284 0.7015162 0.4716052 0.6984277 0.4743868 0.6991308 0.4689289 0.7015162 0.4716052 0.704011 0.4746491 0.7010553 0.4767844 0.6936159 0.494713 0.6961691 0.4987078 0.6909853 0.4962952 0.6990097 0.4962185 0.6961691 0.4987078 0.6964774 0.4931613 0.6990097 0.4962185 0.7017627 0.4989856 0.6991232 0.5021627 0.6991232 0.5021627 0.6967949 0.5050734 0.6935939 0.5011005 0.9521131 0.9100313 0.9545016 0.9108168 0.9522137 0.9133091 0.9470748 0.9135625 0.9497592 0.9118217 0.9496024 0.9157951 0.9470748 0.9135625 0.9445095 0.911216 0.9471678 0.9103233 0.9521131 0.9100313 0.9497592 0.9118217 0.9495222 0.9092833 0.9465455 0.9082769 0.9495222 0.9092833 0.9471678 0.9103233 0.9420142 0.9087355 0.9443719 0.9086247 0.9445095 0.911216 0.9420142 0.9087355 0.9410774 0.907352 0.9421894 0.9071143 0.9465455 0.9082769 0.9443719 0.9086247 0.9443407 0.9073634 0.9529693 0.899306 0.9548335 0.9025375 0.9523002 0.9028396 0.9474745 0.9015515 0.9501966 0.9003939 0.9497336 0.903152 0.9474745 0.9015515 0.944867 0.8999329 0.9477782 0.8977988 0.9529693 0.899306 0.9501966 0.9003939 0.9508363 0.8958792 0.9474745 0.9015515 0.9497336 0.903152 0.9467707 0.9036391 0.9424077 0.9040156 0.9446285 0.9028358 0.9445399 0.904165 0.9424077 0.9040156 0.9412696 0.9035217 0.9422386 0.9021832 0.9474745 0.9015515 0.9446285 0.9028358 0.944867 0.8999329 0.7052913 0.4909696 0.707876 0.4917498 0.7050247 0.4952758 0.6990097 0.4962185 0.7023807 0.493536 0.7017627 0.4989856 0.6990097 0.4962185 0.6964774 0.4931613 0.699801 0.491671 0.7052913 0.4909696 0.7023807 0.493536 0.7026489 0.4901428 0.6996623 0.4890938 0.7026489 0.4901428 0.699801 0.491671 0.6941495 0.4900791 0.697057 0.4897004 0.6964774 0.4931613 0.6941495 0.4900791 0.6934111 0.488341 0.6949202 0.4879648 0.6996623 0.4890938 0.697057 0.4897004 0.6973827 0.4881287 0.7067247 0.4784281 0.7088946 0.4820848 0.7063606 0.4825119 0.7011321 0.4810598 0.703992 0.4796601 0.7036178 0.4829614 0.7011321 0.4810598 0.6981016 0.4792735 0.7010553 0.4767844 0.7067247 0.4784281 0.703992 0.4796601 0.704011 0.4746491 0.7011321 0.4810598 0.7036178 0.4829614 0.7004198 0.4835957 0.6953834 0.4840452 0.6979527 0.4826121 0.6978959 0.4842414 0.6953834 0.4840452 0.6939599 0.4834748 0.6951115 0.4818949 0.7011321 0.4810598 0.6979527 0.4826121 0.6981016 0.4792735 0.9288509 0.8864166 0.9312903 0.8865022 0.9296554 0.8902103 0.9246076 0.8925276 0.9269162 0.8893789 0.9277291 0.8941826 0.9246076 0.8925276 0.921481 0.8904857 0.9240825 0.8883513 0.9288509 0.8864166 0.9269162 0.8893789 0.9262482 0.8862763 0.9231618 0.8859763 0.9262482 0.8862763 0.9240825 0.8883513 0.9184752 0.8882246 0.920982 0.8871593 0.921481 0.8904857 0.9184752 0.8882246 0.9172886 0.8867873 0.9184901 0.8860437 0.9231618 0.8859763 0.920982 0.8871593 0.9207596 0.8856368 0.9274563 0.8753781 0.9300659 0.8781129 0.927803 0.8790315 0.922622 0.8788754 0.9250823 0.8770199 0.9253013 0.8800261 0.922622 0.8788754 0.9195995 0.8779252 0.9219641 0.8751025 0.9274563 0.8753781 0.9250823 0.8770199 0.9244419 0.8726775 0.922622 0.8788754 0.9253013 0.8800261 0.9223745 0.8813048 0.9179156 0.8827875 0.919974 0.8809586 0.9201829 0.8824133 0.9179156 0.8827875 0.916626 0.8825557 0.9173769 0.8808989 0.922622 0.8788754 0.919974 0.8809586 0.9195995 0.8779252 0.9768899 0.8597306 0.9795317 0.8609352 0.976565 0.8622601 0.9709898 0.8603233 0.9740867 0.8601728 0.9731314 0.8634318 0.9709898 0.8603233 0.9704191 0.8585337 0.9721389 0.8582774 0.9768899 0.8597306 0.9740867 0.8601728 0.9747127 0.8586301 0.9818504 0.861891 0.9840744 0.8627831 0.9812145 0.8655297 0.9753908 0.8661653 0.9788631 0.8640177 0.9779012 0.8684333 0.9753908 0.8661653 0.9731314 0.8634318 0.976565 0.8622601 0.9818504 0.861891 0.9788631 0.8640177 0.9795317 0.8609352 0.9807958 0.8701448 0.9838525 0.8668802 0.9838824 0.8715781 0.9807958 0.8701448 0.9779012 0.8684333 0.9812145 0.8655297 0.9864324 0.8637965 0.9838525 0.8668802 0.9840744 0.8627831 0.9864324 0.8637965 0.9888573 0.8648706 0.9866337 0.8681498 0.9779849 0.85246 0.9804674 0.8548284 0.9775868 0.8549927 0.9726732 0.8547417 0.9750205 0.8536159 0.9752171 0.8552502 0.9726732 0.8547417 0.9711231 0.8539096 0.9721697 0.8523629 0.9779849 0.85246 0.9750205 0.8536159 0.975156 0.8500211 0.9837039 0.8509062 0.9854978 0.8547673 0.9830349 0.8547855 0.9779849 0.85246 0.9808365 0.8515326 0.9804674 0.8548284 0.9779849 0.85246 0.975156 0.8500211 0.9783477 0.8480721 0.9837039 0.8509062 0.9808365 0.8515326 0.9816868 0.8467741 0.9807958 0.8701448 0.9838824 0.8715781 0.9811478 0.8747594 0.9755164 0.8760007 0.9780727 0.87314 0.9784215 0.8778173 0.9755164 0.8760007 0.9726516 0.8735634 0.9751387 0.871066 0.9807958 0.8701448 0.9780727 0.87314 0.9779012 0.8684333 0.9731721 0.8481151 0.9766589 0.8453851 0.975156 0.8500211 0.9753701 0.8430849 0.9766589 0.8453851 0.9716109 0.8464753 0.9753701 0.8430849 0.9794732 0.8408938 0.980398 0.8435956 0.980398 0.8435956 0.9816868 0.8467741 0.9783477 0.8480721 0.9698671 0.8698851 0.9678088 0.8654153 0.9703156 0.8644595 0.9753908 0.8661653 0.9724869 0.8680828 0.9731314 0.8634318 0.9753908 0.8661653 0.9779012 0.8684333 0.9751387 0.871066 0.9698671 0.8698851 0.9724869 0.8680828 0.9726516 0.8735634 0.9694465 0.8543636 0.9703572 0.8514918 0.9711231 0.8539096 0.9694465 0.8543636 0.967608 0.8556645 0.9690638 0.8508118 0.9731721 0.8481151 0.9703572 0.8514918 0.9716109 0.8464753 0.9731721 0.8481151 0.975156 0.8500211 0.9721697 0.8523629 0.9671227 0.8606038 0.967608 0.8556645 0.9688995 0.8575336 0.9709898 0.8603233 0.9688236 0.8604657 0.9704191 0.8585337 0.9709898 0.8603233 0.9731314 0.8634318 0.9703156 0.8644595 0.9671227 0.8606038 0.9688236 0.8604657 0.9678088 0.8654153 0.9726732 0.8547417 0.9752171 0.8552502 0.9752882 0.8559358 0.9752882 0.8559358 0.9752196 0.8569004 0.971449 0.8563041 0.971449 0.8563041 0.967608 0.8556645 0.9694465 0.8543636 0.9726732 0.8547417 0.9716727 0.8555786 0.9711231 0.8539096 0.971449 0.8563041 0.9752196 0.8569004 0.9749981 0.857905 0.9749981 0.857905 0.9747127 0.8586301 0.9721389 0.8582774 0.9688995 0.8575336 0.9714321 0.8570958 0.9704191 0.8585337 0.9688995 0.8575336 0.967608 0.8556645 0.971449 0.8563041 0.9814115 0.8565229 0.9785457 0.8562346 0.9804674 0.8548284 0.9814115 0.8565229 0.9813826 0.857933 0.9785305 0.8574415 0.9752882 0.8559358 0.9785457 0.8562346 0.9752196 0.8569004 0.9752882 0.8559358 0.9752171 0.8552502 0.9775868 0.8549927 0.9785305 0.8574415 0.9813826 0.857933 0.9809468 0.8594483 0.9768899 0.8597306 0.9781748 0.8587135 0.9795317 0.8609352 0.9768899 0.8597306 0.9747127 0.8586301 0.9749981 0.857905 0.9785305 0.8574415 0.9781748 0.8587135 0.9752196 0.8569004 0.9861174 0.8571332 0.9838518 0.8568491 0.9854978 0.8547673 0.9861174 0.8571332 0.9859734 0.8588142 0.9837768 0.8583806 0.9814115 0.8565229 0.9838518 0.8568491 0.9813826 0.857933 0.9814115 0.8565229 0.9804674 0.8548284 0.9830349 0.8547855 0.9837768 0.8583806 0.9859734 0.8588142 0.9854766 0.860621 0.9818504 0.861891 0.983299 0.8600366 0.9840744 0.8627831 0.9818504 0.861891 0.9795317 0.8609352 0.9809468 0.8594483 0.9837768 0.8583806 0.983299 0.8600366 0.9813826 0.857933 0.1225568 0.5403437 0.1234059 0.5433232 0.1201095 0.5417611 0.1225568 0.5403437 0.1248013 0.5394666 0.1255528 0.5424432 0.1255528 0.5424432 0.1248013 0.5394666 0.127209 0.5391642 0.1299912 0.5421172 0.1277838 0.5421195 0.1296124 0.5391529 0.1284391 0.5667297 0.133022 0.5744833 0.1284198 0.5713248 0.1358559 0.5697522 0.133022 0.5744833 0.1329696 0.5653052 0.04487103 0.05504012 0.04858905 0.05489289 0.04640942 0.05595123 0.04299932 0.0535773 0.04858905 0.05489289 0.04107075 0.05406427 0.04599934 0.05336129 0.04858905 0.05489289 0.04184532 0.05249148 0.04599934 0.05336129 0.05128079 0.0555157 0.05049782 0.05590415 0.05049782 0.05590415 0.04846775 0.05692774 0.04640942 0.05595123 0.05049782 0.05590415 0.05128079 0.0555157 0.04911071 0.05724453 0.04264384 0.05808609 0.04846775 0.05692774 0.04299598 0.05884498 0.04473435 0.05681848 0.04846775 0.05692774 0.0407744 0.05765366 0.1304361 0.5644583 0.1312116 0.5627431 0.133022 0.5744833 0.1304361 0.5644583 0.133022 0.5744833 0.1284391 0.5667297 0.1051065 0.5799839 0.1084964 0.5831212 0.1045846 0.5806598 0.1051065 0.5799839 0.1057375 0.5792793 0.108497 0.5820137 0.1105666 0.5842351 0.1084964 0.5831212 0.1097885 0.5828155 0.1105666 0.5842351 0.1110103 0.5861585 0.1083093 0.5838706 0.1065424 0.5841723 0.1035719 0.5818629 0.1040933 0.5812762 0.1083093 0.5838706 0.1076097 0.5841416 0.1045846 0.5806598 0.1083093 0.5838706 0.1110103 0.5861585 0.1089494 0.5858944 0.1065424 0.5841723 0.1076097 0.5841416 0.1074653 0.5852186 0.109991 0.5816295 0.1092486 0.5783765 0.1102193 0.5783527 0.1118074 0.5830361 0.1109883 0.5823844 0.1111351 0.5782389 0.1118074 0.5830361 0.1110103 0.5861585 0.1105666 0.5842351 0.109991 0.5816295 0.1109883 0.5823844 0.1097885 0.5828155 0.103106 0.5856732 0.1071848 0.5863102 0.1031579 0.5867599 0.103106 0.5856732 0.1029807 0.5846254 0.1063167 0.5853382 0.1089494 0.5858944 0.1071848 0.5863102 0.1074653 0.5852186 0.1089494 0.5858944 0.1110103 0.5861585 0.1079547 0.5871993 0.109991 0.5816295 0.1086372 0.5806683 0.1092486 0.5783765 0.109991 0.5816295 0.1097885 0.5828155 0.108497 0.5820137 0.1065558 0.5785765 0.1086372 0.5806683 0.1057375 0.5792793 0.1065558 0.5785765 0.1067017 0.5771551 0.108168 0.5782206 0.1027085 0.5836555 0.1052523 0.5842007 0.1029807 0.5846254 0.1029601 0.5824497 0.1052523 0.5842007 0.101467 0.5824328 0.1065424 0.5841723 0.1052523 0.5842007 0.1035719 0.5818629 0.1065424 0.5841723 0.1074653 0.5852186 0.1063167 0.5853382 0.3942269 0.2255581 0.3910677 0.2338959 0.3825954 0.2302039 0.3791373 0.2152659 0.3855766 0.2220864 0.3730258 0.2275263 0.3791373 0.2152659 0.3828305 0.2072861 0.3885216 0.2130365 0.3942269 0.2255581 0.3855766 0.2220864 0.3969589 0.2156465 0.6136276 0.02106422 0.6134464 0.02356982 0.6098928 0.02152454 0.6136276 0.02106422 0.6173858 0.02176403 0.6161251 0.02361601 0.6138799 0.0259611 0.6134464 0.02356982 0.615633 0.02533525 0.6138799 0.0259611 0.6120054 0.02737909 0.6107914 0.02456706 0.6055626 0.02780556 0.6081689 0.02606189 0.6073724 0.03077203 0.6055626 0.02780556 0.603959 0.02474772 0.6067723 0.02290588 0.6107914 0.02456706 0.6081689 0.02606189 0.6098928 0.02152454 0.6097773 0.02901989 0.6081689 0.02606189 0.6120054 0.02737909 0.9881827 0.4245387 0.985479 0.4220428 0.9867491 0.3885099 0.9881827 0.4245387 0.9869323 0.4471927 0.9852113 0.4455769 0.9822335 0.446503 0.985479 0.4220428 0.983012 0.4573682 0.9822335 0.446503 0.9818532 0.4314983 0.9854125 0.4059972 0.9765216 0.4380529 0.9770647 0.4287237 0.9822201 0.4041474 0.9822201 0.4041474 0.9867491 0.3885099 0.9854125 0.4059972 0.979714 0.4399026 0.9809671 0.422025 0.9818532 0.4314983 0.9765216 0.4380529 0.9809671 0.422025 0.9782013 0.4393681 0.9753562 0.5193839 0.9786157 0.4841986 0.97911 0.5204351 0.9758403 0.4835356 0.9786157 0.4841986 0.9715645 0.5181506 0.9758403 0.4835356 0.9818532 0.4314983 0.9822335 0.446503 0.9814245 0.4845809 0.9786157 0.4841986 0.983012 0.4573682 0.9827066 0.5205572 0.9842751 0.4840878 0.9863956 0.5195453 0.9827066 0.5205572 0.97911 0.5204351 0.9814245 0.4845809 0.9852113 0.4455769 0.9842751 0.4840878 0.983012 0.4573682 0.9871858 0.4795284 0.9842751 0.4840878 0.9869323 0.4471927 0.970405 0.4821044 0.964347 0.5160452 0.9611657 0.5125027 0.966243 0.4729817 0.9678274 0.4792407 0.9580484 0.5089589 0.966243 0.4729817 0.9770647 0.4287237 0.9765216 0.4380529 0.970405 0.4821044 0.9678274 0.4792407 0.9782013 0.4393681 0.967854 0.5174829 0.9730897 0.4831869 0.9715645 0.5181506 0.970405 0.4821044 0.9730897 0.4831869 0.964347 0.5160452 0.970405 0.4821044 0.9782013 0.4393681 0.979714 0.4399026 0.979714 0.4399026 0.9818532 0.4314983 0.9758403 0.4835356 0.966243 0.4729817 0.9580484 0.5089589 0.9547328 0.5075181 0.9677725 0.4479414 0.9665379 0.4617137 0.9513182 0.5071287 0.9677725 0.4479414 0.9867491 0.3885099 0.9822201 0.4041474 0.9822201 0.4041474 0.9770647 0.4287237 0.966243 0.4729817 0.9904267 0.5171954 0.9901751 0.4677118 0.9946286 0.5141763 0.9904267 0.5171954 0.9863956 0.5195453 0.9871858 0.4795284 0.9881827 0.4245387 0.9901751 0.4677118 0.9869323 0.4471927 0.9932036 0.4522665 0.9901751 0.4677118 0.9867491 0.3885099 0.9692666 0.5348652 0.9679574 0.5426294 0.9643257 0.5411337 0.9617655 0.532395 0.9653956 0.5338024 0.9609223 0.5399492 0.9617655 0.532395 0.964347 0.5160452 0.967854 0.5174829 0.967854 0.5174829 0.9715645 0.5181506 0.9692666 0.5348652 0.4385908 0.1562414 0.4329929 0.1516054 0.4563019 0.1562542 0.4484561 0.16802 0.4399526 0.1720639 0.4563019 0.1562542 0.4407123 0.1606163 0.430796 0.1603955 0.4563019 0.1562542 0.4419665 0.1648374 0.4332075 0.1655365 0.4563019 0.1562542 0.5978797 0.8570539 0.6129342 0.8573327 0.598163 0.8585004 0.6034777 0.8555882 0.6129342 0.8573327 0.5911861 0.8554196 0.6034777 0.8555882 0.6202026 0.8560748 0.6142746 0.8579574 0.6142746 0.8579574 0.6202026 0.8560748 0.6155357 0.8592737 0.5976228 0.86018 0.6126342 0.8590829 0.5981788 0.8616799 0.6142746 0.8579574 0.6126342 0.8590829 0.598163 0.8585004 0.646718 0.3162303 0.6414241 0.3152124 0.6464009 0.3130321 0.646718 0.3162303 0.6465145 0.3182454 0.641326 0.3170587 0.6461362 0.3201047 0.6409884 0.3187675 0.6465145 0.3182454 0.6395261 0.3206927 0.6409884 0.3187675 0.6448083 0.3227232 0.630824 0.3130605 0.6354449 0.3139202 0.6307274 0.3144534 0.630824 0.3130605 0.6311553 0.3121837 0.6344762 0.3121097 0.6336455 0.3184162 0.6305016 0.3167083 0.6304424 0.3158083 0.6304424 0.3158083 0.6307274 0.3144534 0.635397 0.3156253 0.4794124 0.5960864 0.4737296 0.596655 0.4780994 0.5939018 0.4736639 0.5985731 0.4737296 0.596655 0.4792262 0.5985177 0.4736639 0.5985731 0.4680285 0.5987403 0.4680284 0.5973807 0.4680284 0.5973807 0.4684572 0.5963726 0.4725139 0.5951565 0.4736639 0.5985731 0.4792262 0.5985177 0.4785258 0.6009655 0.4714825 0.6020784 0.4731137 0.6004872 0.4765762 0.6032921 0.4714825 0.6020784 0.4678628 0.6010458 0.467728 0.6000538 0.4736639 0.5985731 0.4731137 0.6004872 0.4680285 0.5987403 0.6954942 0.4276019 0.6899502 0.4278318 0.6940252 0.425308 0.6899916 0.4296994 0.6899502 0.4278318 0.6955064 0.4298836 0.6899916 0.4296994 0.6843762 0.4295354 0.6843708 0.4281348 0.6843708 0.4281348 0.6847 0.4271453 0.6886363 0.4262232 0.6899916 0.4296994 0.6955064 0.4298836 0.6949149 0.4321184 0.6878652 0.4329977 0.6894997 0.4315221 0.6929808 0.434254 0.6878652 0.4329977 0.6842127 0.4318745 0.6840843 0.4309 0.6899916 0.4296994 0.6894997 0.4315221 0.6843762 0.4295354 0.6283496 0.3113738 0.6311553 0.3121837 0.630824 0.3130605 0.630824 0.3130605 0.6307274 0.3144534 0.6267129 0.3134052 0.6250662 0.3106964 0.6269752 0.3124262 0.6231063 0.3121469 0.6283496 0.3113738 0.6269752 0.3124262 0.6270156 0.3102462 0.6304424 0.3158083 0.626616 0.3143829 0.6307274 0.3144534 0.6304424 0.3158083 0.6305016 0.3167083 0.6275748 0.3159729 0.6243838 0.3147792 0.626616 0.3143829 0.6260084 0.3162387 0.6243838 0.3147792 0.6231063 0.3121469 0.6267129 0.3134052 0.4651218 0.5965688 0.4684572 0.5963726 0.4680284 0.5973807 0.4634296 0.5988762 0.4635922 0.5979145 0.4680285 0.5987403 0.4634296 0.5988762 0.4599354 0.5993432 0.4615969 0.597188 0.4651218 0.5965688 0.4635922 0.5979145 0.4636729 0.5961833 0.4634296 0.5988762 0.4680285 0.5987403 0.467728 0.6000538 0.467728 0.6000538 0.4678628 0.6010458 0.4646606 0.6010475 0.4612357 0.6008828 0.4634324 0.5997921 0.4631341 0.6016934 0.4634296 0.5988762 0.4634324 0.5997921 0.4599354 0.5993432 0.6813454 0.4270629 0.6847 0.4271453 0.6843708 0.4281348 0.6843708 0.4281348 0.6843762 0.4295354 0.6796815 0.42938 0.6796815 0.42938 0.6759878 0.429354 0.67768 0.4273453 0.6813454 0.4270629 0.6798497 0.4283673 0.6798014 0.4264546 0.6796815 0.42938 0.6843762 0.4295354 0.6840843 0.4309 0.6840843 0.4309 0.6842127 0.4318745 0.6809482 0.4317544 0.67743 0.4313135 0.6796985 0.430391 0.6793606 0.4322813 0.6796815 0.42938 0.6796985 0.430391 0.6759878 0.429354 0.6250662 0.3106964 0.6262644 0.3065505 0.6270156 0.3102462 0.6243027 0.3049203 0.6262644 0.3065505 0.6231063 0.3121469 0.6227074 0.3188582 0.6231063 0.3121469 0.6243838 0.3147792 0.6269763 0.31878 0.624568 0.3188096 0.6260084 0.3162387 0.4615969 0.597188 0.4632185 0.5941331 0.4636729 0.5961833 0.4615969 0.597188 0.4599354 0.5993432 0.4615502 0.5939979 0.4669098 0.5898174 0.4632185 0.5941331 0.4645573 0.5889104 0.4669098 0.5898174 0.4699341 0.590865 0.4655531 0.5942928 0.4612357 0.6008828 0.4621464 0.6045066 0.4599354 0.5993432 0.4645936 0.6037114 0.4621464 0.6045066 0.4631341 0.6016934 0.4645936 0.6037114 0.4682995 0.6073616 0.4651204 0.609491 0.4651204 0.609491 0.4625235 0.6116842 0.4602658 0.6053573 0.67768 0.4273453 0.6791552 0.4238852 0.6798014 0.4264546 0.67768 0.4273453 0.6759878 0.429354 0.6773305 0.4233576 0.6827321 0.4192024 0.6791552 0.4238852 0.6801514 0.4176272 0.6827321 0.4192024 0.6859011 0.4209486 0.6816065 0.424472 0.67743 0.4313135 0.6783667 0.4349858 0.6759878 0.429354 0.6808192 0.4343654 0.6783667 0.4349858 0.6793606 0.4322813 0.6808192 0.4343654 0.6845338 0.4381416 0.6813547 0.4400322 0.6813547 0.4400322 0.6788015 0.4419167 0.6765177 0.4356457 0.4669098 0.5898174 0.4732568 0.5833219 0.4699341 0.590865 0.4669098 0.5898174 0.4645573 0.5889104 0.4703971 0.5814087 0.4651204 0.609491 0.4712688 0.6169744 0.4625235 0.6116842 0.4742537 0.6130661 0.4712688 0.6169744 0.4682995 0.6073616 0.6827321 0.4192024 0.6890152 0.4124112 0.6859011 0.4209486 0.6827321 0.4192024 0.6801514 0.4176272 0.6861272 0.4097664 0.6813547 0.4400322 0.6873512 0.447358 0.6788015 0.4419167 0.6905099 0.443948 0.6873512 0.447358 0.6845338 0.4381416 0.696794 0.4489819 0.7010957 0.4518634 0.697353 0.4563474 0.697353 0.4563474 0.6938911 0.4595836 0.6906741 0.4566 0.6395261 0.3206927 0.6448083 0.3227232 0.6417558 0.3270155 0.6269763 0.31878 0.6260084 0.3162387 0.6275748 0.3159729 0.6336455 0.3184162 0.6304797 0.3187887 0.6305016 0.3167083 0.6452172 0.3076236 0.6464009 0.3130321 0.6406401 0.3126193 0.6283496 0.3113738 0.6317824 0.310176 0.6311553 0.3121837 0.6283496 0.3113738 0.6270156 0.3102462 0.6286248 0.308272 0.6905099 0.443948 0.6845338 0.4381416 0.6889648 0.4362387 0.6878652 0.4329977 0.6929808 0.434254 0.6889648 0.4362387 0.6808192 0.4343654 0.6844785 0.4338241 0.6845338 0.4381416 0.6809482 0.4317544 0.6844785 0.4338241 0.6793606 0.4322813 0.6878652 0.4329977 0.6844785 0.4338241 0.6842127 0.4318745 0.6902465 0.4230371 0.6859011 0.4209486 0.692387 0.4156357 0.6902465 0.4230371 0.6940252 0.425308 0.6886363 0.4262232 0.6813454 0.4270629 0.685311 0.4251773 0.6847 0.4271453 0.6816065 0.424472 0.685311 0.4251773 0.6798014 0.4264546 0.6902465 0.4230371 0.685311 0.4251773 0.6859011 0.4209486 0.4742537 0.6130661 0.4682995 0.6073616 0.4726428 0.6053597 0.4714825 0.6020784 0.4765762 0.6032921 0.4726428 0.6053597 0.4645936 0.6037114 0.4681741 0.6030276 0.4682995 0.6073616 0.4646606 0.6010475 0.4681741 0.6030276 0.4631341 0.6016934 0.4714825 0.6020784 0.4681741 0.6030276 0.4678628 0.6010458 0.4743019 0.5921939 0.4699341 0.590865 0.4765796 0.5857592 0.4743019 0.5921939 0.4780994 0.5939018 0.4725139 0.5951565 0.4651218 0.5965688 0.4692199 0.5945016 0.4684572 0.5963726 0.4655531 0.5942928 0.4692199 0.5945016 0.4636729 0.5961833 0.4743019 0.5921939 0.4692199 0.5945016 0.4699341 0.590865 0.4408892 0.5461967 0.4428869 0.5443721 0.4440659 0.5462468 0.4447256 0.5538797 0.4426882 0.5503042 0.444921 0.5498452 0.4368131 0.5538077 0.4410092 0.5578771 0.4341033 0.5627629 0.4334846 0.5696004 0.440111 0.571497 0.4333322 0.5767611 0.4334846 0.5696004 0.4341033 0.5627629 0.4402029 0.5654999 0.4460631 0.5727654 0.440111 0.571497 0.4456944 0.5676041 0.4401761 0.5779034 0.440111 0.571497 0.4463737 0.5783863 0.4486902 0.5450949 0.4516943 0.5479329 0.449493 0.548633 0.4486902 0.5450949 0.4490123 0.5429093 0.4516326 0.5436154 0.4600919 0.5606707 0.4563772 0.5538748 0.4648317 0.555935 0.4334846 0.5696004 0.4333322 0.5767611 0.4271833 0.574622 0.4221292 0.5653756 0.4276171 0.5675311 0.4213821 0.5719847 0.4221292 0.5653756 0.4238665 0.5586308 0.4287887 0.5605626 0.4334846 0.5696004 0.4276171 0.5675311 0.4341033 0.5627629 0.4684571 0.5526548 0.4605579 0.5453312 0.4715251 0.5501021 0.4684571 0.5526548 0.4648317 0.555935 0.4586371 0.5487338 0.4368131 0.5538077 0.4341033 0.5627629 0.4287887 0.5605626 0.4301408 0.5485909 0.4333049 0.5509072 0.4238665 0.5586308 0.44758 0.5411062 0.4517429 0.5410261 0.4490123 0.5429093 0.44758 0.5411062 0.445116 0.5397561 0.4519394 0.539301 0.4386217 0.5417297 0.445116 0.5397561 0.4434093 0.5420095 0.4408892 0.5461967 0.4396224 0.5435884 0.4428869 0.5443721 0.4486902 0.5450949 0.449493 0.548633 0.4485138 0.548803 0.4485138 0.548803 0.4472817 0.5491998 0.4461197 0.5442166 0.4461197 0.5442166 0.445116 0.5397561 0.44758 0.5411062 0.4486902 0.5450949 0.4470633 0.5441237 0.4490123 0.5429093 0.4461197 0.5442166 0.4472817 0.5491998 0.4459208 0.549467 0.4459208 0.549467 0.444921 0.5498452 0.4440659 0.5462468 0.4434093 0.5420095 0.4451651 0.5445709 0.4428869 0.5443721 0.4434093 0.5420095 0.445116 0.5397561 0.4461197 0.5442166 0.4485138 0.548803 0.4502519 0.5538685 0.4472817 0.5491998 0.4485138 0.548803 0.449493 0.548633 0.4514077 0.5520076 0.4447256 0.5538797 0.444921 0.5498452 0.4459208 0.549467 0.4485707 0.5545014 0.4467075 0.554892 0.4472817 0.5491998 0.4505836 0.5785472 0.4499074 0.57295 0.4535921 0.5783493 0.4505836 0.5785472 0.4463737 0.5783863 0.4460631 0.5727654 0.449185 0.5679057 0.4499074 0.57295 0.4456944 0.5676041 0.449185 0.5679057 0.4514425 0.5673094 0.4524648 0.5725216 0.4218128 0.6717132 0.4250243 0.6726386 0.4244107 0.6712962 0.4214501 0.6691674 0.4216418 0.6704869 0.4236962 0.6698687 0.4214501 0.6691674 0.4202309 0.6685047 0.4196496 0.6690953 0.4218128 0.6717132 0.4216418 0.6704869 0.4196072 0.670771 0.4835864 0.9043608 0.4709168 0.9027305 0.4723134 0.8978822 0.4859256 0.895766 0.4848772 0.899497 0.4733439 0.8941461 0.4859256 0.895766 0.5012554 0.897553 0.500343 0.9012768 0.4835864 0.9043608 0.4848772 0.899497 0.4991323 0.9060752 0.4859256 0.895766 0.4733439 0.8941461 0.4739598 0.8915461 0.4859256 0.895766 0.4866079 0.8933573 0.5012554 0.897553 0.4639695 0.8925591 0.4733439 0.8941461 0.4723134 0.8978822 0.4616768 0.901461 0.4632846 0.8965238 0.4709168 0.9027305 0.4616768 0.901461 0.4541516 0.9003722 0.4560232 0.8952935 0.4560232 0.8952935 0.4561988 0.8909886 0.4639695 0.8925591 0.4739598 0.8915461 0.4733439 0.8941461 0.4639695 0.8925591 0.4558566 0.8874225 0.4641889 0.8895344 0.4561988 0.8909886 0.8291925 0.9137038 0.8641487 0.9157903 0.8296073 0.9148145 0.8925926 0.9174092 0.8936887 0.9186791 0.864369 0.9168615 0.8300384 0.9164708 0.8648396 0.9183159 0.8304472 0.9185392 0.8300384 0.9164708 0.8296073 0.9148145 0.864369 0.9168615 0.8952264 0.9202575 0.8648396 0.9183159 0.8936887 0.9186791 0.8952264 0.9202575 0.8967713 0.9220928 0.8653352 0.9201107 0.7584058 0.9104383 0.7943878 0.9119791 0.7585183 0.9116938 0.8291925 0.9137038 0.8296073 0.9148145 0.7947095 0.9131534 0.7585842 0.9137533 0.7949769 0.9150162 0.7586464 0.9162809 0.7585842 0.9137533 0.7585183 0.9116938 0.7947095 0.9131534 0.8300384 0.9164708 0.7949769 0.9150162 0.8296073 0.9148145 0.8300384 0.9164708 0.8304472 0.9185392 0.7952268 0.9173274 0.7198761 0.9102512 0.6810831 0.9088951 0.6812422 0.9074511 0.7584058 0.9104383 0.7585183 0.9116938 0.7198761 0.9102512 0.7196785 0.9152057 0.6806015 0.9141886 0.6808738 0.9112765 0.7198761 0.9102512 0.7197892 0.912483 0.6810831 0.9088951 0.7585842 0.9137533 0.7197892 0.912483 0.7585183 0.9116938 0.7585842 0.9137533 0.7586464 0.9162809 0.7196785 0.9152057 0.6444399 0.9076953 0.6088594 0.9062672 0.6092132 0.9046195 0.6444399 0.9076953 0.6447007 0.9061582 0.6810831 0.9088951 0.6436939 0.9133169 0.6078468 0.9122806 0.6084274 0.908929 0.6444399 0.9076953 0.6441199 0.9102048 0.6088594 0.9062672 0.6444399 0.9076953 0.6810831 0.9088951 0.6808738 0.9112765 0.6436939 0.9133169 0.6441199 0.9102048 0.6806015 0.9141886 0.5732547 0.9042262 0.5418514 0.9019061 0.5423715 0.8999377 0.5732547 0.9042262 0.5737006 0.9024299 0.6088594 0.9062672 0.5719516 0.9107697 0.5402545 0.9091024 0.541167 0.9050698 0.5732547 0.9042262 0.5726967 0.9071101 0.5418514 0.9019061 0.5732547 0.9042262 0.6088594 0.9062672 0.6084274 0.908929 0.5719516 0.9107697 0.5726967 0.9071101 0.6078468 0.9122806 0.5188745 0.8996407 0.5012554 0.897553 0.5018579 0.8952464 0.5188745 0.8996407 0.5194349 0.8974915 0.5418514 0.9019061 0.5170016 0.9075967 0.4991323 0.9060752 0.500343 0.9012768 0.5188745 0.8996407 0.5180777 0.9031299 0.5012554 0.897553 0.5188745 0.8996407 0.5418514 0.9019061 0.541167 0.9050698 0.5170016 0.9075967 0.5180777 0.9031299 0.5402545 0.9091024 0.4835864 0.9043608 0.4821763 0.9101679 0.4709168 0.9027305 0.4835864 0.9043608 0.4991323 0.9060752 0.4976351 0.911606 0.4810451 0.915866 0.4821763 0.9101679 0.4975047 0.9175853 0.4810451 0.915866 0.4677485 0.9145825 0.4692024 0.9086665 0.4616768 0.901461 0.458689 0.9074035 0.4541516 0.9003722 0.4616768 0.901461 0.4709168 0.9027305 0.4692024 0.9086665 0.4557518 0.9133793 0.458689 0.9074035 0.4677485 0.9145825 0.4557518 0.9133793 0.4444049 0.9122163 0.4494058 0.9062598 0.4557518 0.9133793 0.4538089 0.923127 0.4444049 0.9122163 0.4557518 0.9133793 0.4677485 0.9145825 0.4670196 0.9237468 0.8307948 0.9208859 0.8656306 0.9222032 0.8340103 0.9234241 0.8307948 0.9208859 0.8304472 0.9185392 0.8653352 0.9201107 0.8978893 0.9241339 0.8656306 0.9222032 0.8967713 0.9220928 0.8978893 0.9241339 0.8979434 0.9259043 0.8681928 0.9242159 0.7587481 0.918941 0.7954958 0.9198464 0.7624402 0.9217443 0.7587481 0.918941 0.7586464 0.9162809 0.7952268 0.9173274 0.8307948 0.9208859 0.7954958 0.9198464 0.8304472 0.9185392 0.8307948 0.9208859 0.8340103 0.9234241 0.7981815 0.9222272 0.6802538 0.9172249 0.719566 0.9180259 0.6834134 0.9203928 0.7196785 0.9152057 0.719566 0.9180259 0.6806015 0.9141886 0.7587481 0.918941 0.719566 0.9180259 0.7586464 0.9162809 0.7587481 0.918941 0.7624402 0.9217443 0.722914 0.9206941 0.6070471 0.9159974 0.6431154 0.9166616 0.6095759 0.9199087 0.6436939 0.9133169 0.6431154 0.9166616 0.6078468 0.9122806 0.6436939 0.9133169 0.6806015 0.9141886 0.6802538 0.9172249 0.6802538 0.9172249 0.6834134 0.9203928 0.6454317 0.9197196 0.53905 0.9136776 0.5709449 0.9148933 0.5396903 0.9183115 0.5719516 0.9107697 0.5709449 0.9148933 0.5402545 0.9091024 0.5719516 0.9107697 0.6078468 0.9122806 0.6070471 0.9159974 0.6070471 0.9159974 0.6095759 0.9199087 0.5731033 0.9186953 0.4976351 0.911606 0.5156032 0.9126788 0.4975047 0.9175853 0.5170016 0.9075967 0.5156032 0.9126788 0.4991323 0.9060752 0.5170016 0.9075967 0.5402545 0.9091024 0.53905 0.9136776 0.53905 0.9136776 0.5396903 0.9183115 0.5160517 0.9171974 0.3597609 0.6290225 0.3627174 0.6345387 0.3635878 0.6261318 0.3597609 0.6290225 0.3555564 0.6317434 0.3577498 0.6379221 0.3577498 0.6379221 0.3592045 0.6414554 0.3649407 0.6368842 0.3649407 0.6368842 0.3696153 0.6332115 0.3671644 0.6308884 0.302757 0.6237361 0.3059746 0.6272802 0.3047449 0.6212752 0.302757 0.6237361 0.3010764 0.6239571 0.3038646 0.6281238 0.3101263 0.6309657 0.3059746 0.6272802 0.3071634 0.6333196 0.3101263 0.6309657 0.3123142 0.6260017 0.3081886 0.6234971 0.3419482 0.643768 0.3471527 0.6443175 0.3463037 0.640751 0.3397403 0.635487 0.3411453 0.6403713 0.3442643 0.6345829 0.3397403 0.635487 0.3344278 0.632782 0.3358523 0.6396033 0.3419482 0.643768 0.3411453 0.6403713 0.3363179 0.6428968 0.3418248 0.6551222 0.3475953 0.6560944 0.3476622 0.6499215 0.3419482 0.643768 0.3421738 0.6491996 0.3471527 0.6443175 0.3419482 0.643768 0.3363179 0.6428968 0.3361001 0.6480234 0.3418248 0.6551222 0.3421738 0.6491996 0.3353896 0.6535876 0.3294953 0.6427378 0.3363179 0.6428968 0.3358523 0.6396033 0.3358523 0.6396033 0.3344278 0.632782 0.3292915 0.6343101 0.3292915 0.6343101 0.3237611 0.6320578 0.3230102 0.6380617 0.3294953 0.6427378 0.3296931 0.6392258 0.3220329 0.6417318 0.3361001 0.6480234 0.3288456 0.6479552 0.3353896 0.6535876 0.3361001 0.6480234 0.3363179 0.6428968 0.3294953 0.6427378 0.3209577 0.6469488 0.3288456 0.6479552 0.3220329 0.6417318 0.3209577 0.6469488 0.3200209 0.6525598 0.3279527 0.6535224 0.3476622 0.6499215 0.3531605 0.6486267 0.3471527 0.6443175 0.3476622 0.6499215 0.3475953 0.6560944 0.3530383 0.6544724 0.3587237 0.6466377 0.3531605 0.6486267 0.3599195 0.6517382 0.3587237 0.6466377 0.3592045 0.6414554 0.3526976 0.6435112 0.3499636 0.633466 0.3442643 0.6345829 0.3463037 0.640751 0.3526976 0.6435112 0.3520585 0.6399638 0.3471527 0.6443175 0.3577498 0.6379221 0.3520585 0.6399638 0.3592045 0.6414554 0.3499636 0.633466 0.3520585 0.6399638 0.3555564 0.6317434 0.3144831 0.6383195 0.3071634 0.6333196 0.306314 0.6380742 0.3121007 0.6483328 0.3129838 0.6429577 0.30411 0.642162 0.3121007 0.6483328 0.3200209 0.6525598 0.3209577 0.6469488 0.3144831 0.6383195 0.3129838 0.6429577 0.3220329 0.6417318 0.3101263 0.6309657 0.3161464 0.634934 0.3123142 0.6260017 0.3101263 0.6309657 0.3071634 0.6333196 0.3144831 0.6383195 0.3144831 0.6383195 0.3220329 0.6417318 0.3230102 0.6380617 0.3230102 0.6380617 0.3237611 0.6320578 0.3178035 0.6290718 0.3891272 0.7155641 0.3901795 0.7122176 0.388297 0.7136893 0.3891272 0.7155641 0.3901867 0.7175495 0.3917627 0.7135828 0.391131 0.7079725 0.3901795 0.7122176 0.392992 0.7086791 0.391131 0.7079725 0.3891496 0.7071866 0.3889123 0.7110197 0.3705483 0.7201563 0.3747907 0.7211214 0.3744372 0.7187076 0.3744372 0.7187076 0.3745698 0.7168537 0.3728975 0.7160169 0.368167 0.7165685 0.37177 0.7179393 0.3704352 0.7143597 0.368167 0.7165685 0.3660017 0.7187142 0.3705483 0.7201563 0.3764739 0.7127634 0.3769443 0.7146247 0.3788643 0.71484 0.3811228 0.7114956 0.3786739 0.7121544 0.3819742 0.7171611 0.3811228 0.7114956 0.3807893 0.7073161 0.3782186 0.708577 0.3764739 0.7127634 0.3786739 0.7121544 0.3754089 0.7101285 0.3811228 0.7114956 0.3819742 0.7171611 0.3836047 0.7142459 0.38433 0.7102664 0.3830267 0.7108715 0.3847675 0.7130231 0.38433 0.7102664 0.3843836 0.7065287 0.3827174 0.7067635 0.3811228 0.7114956 0.3830267 0.7108715 0.3807893 0.7073161 0.4154038 0.7176539 0.4155388 0.7143728 0.4141821 0.7163134 0.4154038 0.7176539 0.4168944 0.7190212 0.4171193 0.7150332 0.4153437 0.7104975 0.4155388 0.7143728 0.4168541 0.710521 0.4153437 0.7104975 0.4137222 0.7103987 0.4142429 0.7137789 0.3170113 0.7311109 0.3159503 0.7286407 0.3152294 0.7331221 0.3170113 0.7311109 0.3185786 0.7298969 0.318153 0.7282297 0.3147773 0.7252442 0.3159503 0.7286407 0.3178718 0.7255533 0.3147773 0.7252442 0.3115771 0.7248837 0.3132513 0.7291875 0.3221635 0.7287634 0.321352 0.7301324 0.3225896 0.7316338 0.3266452 0.7310252 0.3242048 0.7297621 0.3237599 0.7340036 0.3266452 0.7310252 0.3293942 0.7277061 0.3262717 0.7270888 0.3221635 0.7287634 0.3242048 0.7297621 0.3231781 0.7264451 0.4076623 0.7162039 0.4090255 0.7196481 0.4098588 0.7181109 0.409703 0.7143778 0.4087914 0.7152419 0.4104848 0.7166334 0.409703 0.7143778 0.4091764 0.7112431 0.4077981 0.7117987 0.4076623 0.7162039 0.4087914 0.7152419 0.4065496 0.712242 0.4483935 0.6943449 0.4457904 0.6918003 0.4467269 0.6942841 0.4483935 0.6943449 0.4500711 0.6942003 0.4471536 0.691142 0.4423636 0.6891351 0.4457904 0.6918003 0.4433739 0.6881495 0.4423636 0.6891351 0.4411343 0.6901873 0.4445481 0.6922806 0.2675823 0.7030302 0.2665633 0.707446 0.2694258 0.7069929 0.2723972 0.7056574 0.2702432 0.7044627 0.2715402 0.7071434 0.271531 0.7010357 0.2702432 0.7044627 0.2739005 0.7033702 0.271531 0.7010357 0.2691287 0.6985802 0.2675823 0.7030302 0.2740669 0.7115861 0.2767805 0.7108149 0.2739003 0.7095 0.2740669 0.7115861 0.2736895 0.7144021 0.2782394 0.7134261 0.2782394 0.7134261 0.2829446 0.7119202 0.2804102 0.7094968 0.2755424 0.7086883 0.2767805 0.7108149 0.2779553 0.7071516 0.44099 0.7012125 0.4455459 0.702282 0.4448379 0.7003939 0.4410842 0.6976551 0.4410978 0.6992899 0.4439881 0.6986956 0.4410842 0.6976551 0.4375857 0.6954598 0.4368408 0.6974145 0.44099 0.7012125 0.4410978 0.6992899 0.4360377 0.6991696 0.3937962 0.6945194 0.3949316 0.6919011 0.3918175 0.6937395 0.3937962 0.6945194 0.3954578 0.6952248 0.3962457 0.6927877 0.3962343 0.689469 0.3949316 0.6919011 0.3971248 0.6909543 0.3962343 0.689469 0.3953527 0.6883211 0.3938208 0.6910757 0.3546763 0.7079516 0.3520585 0.7065795 0.3527368 0.714282 0.3546763 0.7079516 0.3571714 0.7022464 0.3544058 0.7001815 0.3495159 0.705742 0.3520585 0.7065795 0.3518875 0.6983355 0.3495159 0.705742 0.3473483 0.714716 0.3497574 0.7143752 0.368143 0.6914152 0.3685091 0.694907 0.3745657 0.6936649 0.3798386 0.6895937 0.3741499 0.6903286 0.379858 0.6930795 0.3798386 0.6895937 0.3799164 0.6864145 0.3742625 0.6872877 0.368143 0.6914152 0.3741499 0.6903286 0.3680419 0.6884654 0.3798386 0.6895937 0.379858 0.6930795 0.3835104 0.6927854 0.3859294 0.6890687 0.3836105 0.6892477 0.3865366 0.692763 0.3859294 0.6890687 0.3859037 0.6857702 0.383617 0.6859346 0.3798386 0.6895937 0.3836105 0.6892477 0.3799164 0.6864145 0.4130882 0.6968938 0.4127392 0.6925411 0.4111774 0.6972248 0.4130882 0.6968938 0.4147492 0.6967964 0.4142723 0.692884 0.4126731 0.6884588 0.4127392 0.6925411 0.4141433 0.6896961 0.4126731 0.6884588 0.4113945 0.6876577 0.411444 0.6922449 0.3059171 0.709861 0.3074773 0.7120234 0.3123454 0.7082718 0.3169676 0.7017796 0.3117336 0.7052752 0.3172971 0.7051644 0.3104429 0.7029383 0.3117336 0.7052752 0.3160243 0.6987164 0.3104429 0.7029383 0.3044317 0.7085253 0.3059171 0.709861 0.3322257 0.7029019 0.3305222 0.7061675 0.334626 0.7111485 0.3411206 0.7155542 0.3365738 0.7083957 0.3383606 0.7169704 0.3411206 0.7155542 0.3434095 0.7149487 0.3389447 0.7067108 0.3322257 0.7029019 0.3365738 0.7083957 0.3344159 0.7003608 0.4010849 0.6944574 0.4025667 0.6984565 0.4041755 0.698088 0.4041755 0.698088 0.406131 0.6978405 0.4036011 0.6930579 0.4036011 0.6930579 0.4014075 0.6886337 0.4005224 0.6897951 0.4010849 0.6944574 0.4024686 0.693732 0.3995934 0.6913256 0.4290884 0.6806257 0.4251797 0.6774235 0.4282051 0.6821967 0.4290884 0.6806257 0.4300413 0.6795321 0.4264718 0.6767558 0.4216416 0.6742813 0.4251797 0.6774235 0.4234781 0.6742063 0.4216416 0.6742813 0.4202332 0.6745048 0.4240787 0.6779644 0.2795786 0.684837 0.2803081 0.6806403 0.2742205 0.6845154 0.2795786 0.684837 0.2848396 0.685858 0.285596 0.6813433 0.2801863 0.6769163 0.2803081 0.6806403 0.2860234 0.6774871 0.2801863 0.6769163 0.2738808 0.6771366 0.2743409 0.680491 0.2960146 0.7004261 0.2987179 0.6991322 0.2950604 0.6944018 0.2960146 0.7004261 0.2961837 0.7068917 0.2986834 0.7068215 0.2986834 0.7068215 0.3006121 0.7070961 0.301156 0.6986168 0.2979966 0.6926247 0.2987179 0.6991322 0.300771 0.6913131 0.4198387 0.6894389 0.4230967 0.6910378 0.4239833 0.6894557 0.4199727 0.6858465 0.419912 0.6874921 0.4252987 0.6877618 0.4199727 0.6858465 0.4156079 0.6837229 0.4161361 0.6857761 0.4198387 0.6894389 0.419912 0.6874921 0.41706 0.6883022 0.4216416 0.6742813 0.4188612 0.672303 0.4202332 0.6745048 0.4216416 0.6742813 0.4234781 0.6742063 0.4214456 0.6727543 0.4170232 0.6710191 0.4188612 0.672303 0.4201284 0.6718677 0.4170232 0.6710191 0.4135255 0.6701242 0.416985 0.6722127 0.2801863 0.6769163 0.2799311 0.6744604 0.2738808 0.6771366 0.2801863 0.6769163 0.2860234 0.6774871 0.2865709 0.6745522 0.2790034 0.6730164 0.2799311 0.6744604 0.2869225 0.6706125 0.2790034 0.6730164 0.272226 0.67453 0.2731055 0.6753743 0.3039945 0.6904083 0.300771 0.6913131 0.301156 0.6986168 0.3017922 0.7073689 0.3034997 0.6983622 0.3006121 0.7070961 0.3017922 0.7073689 0.3025973 0.7076387 0.3058546 0.6988574 0.3058546 0.6988574 0.3095474 0.6891071 0.3039945 0.6904083 0.4154618 0.6876638 0.41706 0.6883022 0.4161361 0.6857761 0.4128111 0.6815513 0.4138285 0.6842302 0.4156079 0.6837229 0.4127079 0.6837838 0.4138285 0.6842302 0.4097766 0.6779237 0.4154618 0.6876638 0.4138285 0.6842302 0.4146528 0.6875758 0.4126731 0.6884588 0.4124927 0.6853665 0.4113945 0.6876577 0.4126731 0.6884588 0.4141433 0.6896961 0.4142418 0.68809 0.4127079 0.6837838 0.4124927 0.6853665 0.4146528 0.6875758 0.411021 0.6835494 0.4124927 0.6853665 0.4097766 0.6779237 0.3104429 0.7029383 0.3083261 0.7005908 0.3044317 0.7085253 0.3104429 0.7029383 0.3160243 0.6987164 0.3135802 0.6949861 0.3058546 0.6988574 0.3083261 0.7005908 0.3095474 0.6891071 0.3058546 0.6988574 0.3025973 0.7076387 0.3034011 0.7079043 0.3382839 0.6979985 0.3344159 0.7003608 0.3389447 0.7067108 0.3446521 0.7148454 0.3419831 0.7054911 0.3434095 0.7149487 0.3446521 0.7148454 0.3453676 0.7149317 0.3450091 0.7048946 0.3382839 0.6979985 0.3419831 0.7054911 0.3445689 0.6941174 0.3987403 0.6898369 0.3995934 0.6913256 0.4005224 0.6897951 0.3995231 0.6847168 0.3990426 0.6868675 0.4014075 0.6886337 0.3995231 0.6847168 0.3975173 0.6807993 0.3979385 0.6856823 0.3987403 0.6898369 0.3990426 0.6868675 0.3982216 0.6895125 0.3962343 0.689469 0.3971195 0.6869727 0.3953527 0.6883211 0.3962343 0.689469 0.3971248 0.6909543 0.3977333 0.6898738 0.3979385 0.6856823 0.3971195 0.6869727 0.3982216 0.6895125 0.396398 0.6849593 0.3971195 0.6869727 0.3975173 0.6807993 0.3495159 0.705742 0.3473431 0.7050793 0.3473483 0.714716 0.3495159 0.705742 0.3518875 0.6983355 0.3492842 0.6968555 0.3492842 0.6968555 0.3445689 0.6941174 0.3450091 0.7048946 0.3450091 0.7048946 0.3453676 0.7149317 0.3460757 0.714895 0.3684947 0.6858193 0.3680419 0.6884654 0.3742625 0.6872877 0.3800971 0.6839358 0.3746587 0.6847919 0.3799164 0.6864145 0.3800971 0.6839358 0.3801451 0.6811258 0.3749127 0.6820766 0.3684947 0.6858193 0.3746587 0.6847919 0.3688343 0.6830524 0.3800971 0.6839358 0.3799164 0.6864145 0.383617 0.6859346 0.3864424 0.6828901 0.3839377 0.6832247 0.3859037 0.6857702 0.3864424 0.6828901 0.3879288 0.6790887 0.3841294 0.6800847 0.3800971 0.6839358 0.3839377 0.6832247 0.3801451 0.6811258 0.4170232 0.6710191 0.4163124 0.6699604 0.4135255 0.6701242 0.4170232 0.6710191 0.4201284 0.6718677 0.4192806 0.6710146 0.4160574 0.668631 0.4163124 0.6699604 0.4196072 0.670771 0.4160574 0.668631 0.4136535 0.6673105 0.4137049 0.6687321 0.2790034 0.6730164 0.2768638 0.6723281 0.272226 0.67453 0.2808222 0.6698243 0.2768638 0.6723281 0.2869225 0.6706125 0.2748433 0.6719363 0.2768638 0.6723281 0.2775123 0.6698713 0.2748433 0.6719363 0.2713956 0.6731529 0.2714537 0.6739293 0.3723602 0.6593286 0.3776327 0.6599233 0.3755563 0.6540974 0.3723602 0.6593286 0.369838 0.6644524 0.3754491 0.6641994 0.3809855 0.6615289 0.3776327 0.6599233 0.3786641 0.6642951 0.3809855 0.6615289 0.3838022 0.6574788 0.3797334 0.6557762 0.4423636 0.6891351 0.4433739 0.6881495 0.4403313 0.6856809 0.4365474 0.6845861 0.4394789 0.6867166 0.4373619 0.6835734 0.4365474 0.6845861 0.4358333 0.6855121 0.4386479 0.6875691 0.4423636 0.6891351 0.4394789 0.6867166 0.4411343 0.6901873 0.4338016 0.6816641 0.4329808 0.6827845 0.4373619 0.6835734 0.4338016 0.6816641 0.4300413 0.6795321 0.4290884 0.6806257 0.4323934 0.6838277 0.4329808 0.6827845 0.4282051 0.6821967 0.4365474 0.6845861 0.4329808 0.6827845 0.4358333 0.6855121 0.271531 0.7010357 0.2739005 0.7033702 0.2750604 0.6982482 0.2746309 0.692616 0.2728542 0.6969056 0.2771121 0.6935215 0.2746309 0.692616 0.2718796 0.6917962 0.2705327 0.6950313 0.271531 0.7010357 0.2728542 0.6969056 0.2691287 0.6985802 0.2804824 0.689544 0.2772792 0.6887111 0.2771121 0.6935215 0.2804824 0.689544 0.2848396 0.685858 0.2795786 0.684837 0.2732544 0.6882873 0.2772792 0.6887111 0.2742205 0.6845154 0.2732544 0.6882873 0.2718796 0.6917962 0.2746309 0.692616 0.2867884 0.7103551 0.2847793 0.7079358 0.2829446 0.7119202 0.2867884 0.7103551 0.2901206 0.7088821 0.2891727 0.7058646 0.2832545 0.7056795 0.2847793 0.7079358 0.2880663 0.7032381 0.2832545 0.7056795 0.2779553 0.7071516 0.2804102 0.7094968 0.2891727 0.7058646 0.2901206 0.7088821 0.2932909 0.7076531 0.2960146 0.7004261 0.2928753 0.7030158 0.2961837 0.7068917 0.2960146 0.7004261 0.2950604 0.6944018 0.2919291 0.6994442 0.2891727 0.7058646 0.2928753 0.7030158 0.2880663 0.7032381 0.433931 0.6944511 0.4332262 0.6957516 0.4375857 0.6954598 0.4300674 0.6939713 0.4332262 0.6957516 0.4308793 0.6928747 0.432255 0.6972133 0.4332262 0.6957516 0.4291254 0.6952192 0.432255 0.6972133 0.4360377 0.6991696 0.4368408 0.6974145 0.4300674 0.6939713 0.4308793 0.6928747 0.4281447 0.6906837 0.4239833 0.6894557 0.4271774 0.691744 0.4252987 0.6877618 0.4239833 0.6894557 0.4230967 0.6910378 0.4261325 0.6930626 0.4300674 0.6939713 0.4271774 0.691744 0.4291254 0.6952192 0.4153437 0.7104975 0.4168541 0.710521 0.4168093 0.7071263 0.4151133 0.7042652 0.4153619 0.7073135 0.4165633 0.7040708 0.4151133 0.7042652 0.413865 0.7044685 0.4141255 0.7073925 0.4153437 0.7104975 0.4153619 0.7073135 0.4137222 0.7103987 0.4156947 0.7005764 0.4141174 0.7007969 0.4165633 0.7040708 0.4156947 0.7005764 0.4147492 0.6967964 0.4130882 0.6968938 0.4130882 0.6968938 0.4111774 0.6972248 0.4128297 0.7011279 0.4128297 0.7011279 0.413865 0.7044685 0.4151133 0.7042652 0.3147773 0.7252442 0.3178718 0.7255533 0.3161128 0.7212268 0.3126081 0.7173195 0.3135277 0.7215027 0.3152325 0.7165015 0.3126081 0.7173195 0.3097369 0.7185158 0.3105454 0.7215476 0.3147773 0.7252442 0.3135277 0.7215027 0.3115771 0.7248837 0.3156383 0.7111068 0.3124254 0.7125979 0.3152325 0.7165015 0.3156383 0.7111068 0.3172971 0.7051644 0.3123454 0.7082718 0.3087324 0.7151247 0.3124254 0.7125979 0.3074773 0.7120234 0.3087324 0.7151247 0.3097369 0.7185158 0.3126081 0.7173195 0.3314267 0.7249998 0.3286473 0.7240511 0.3293942 0.7277061 0.3314267 0.7249998 0.3333334 0.7224263 0.3309648 0.7203214 0.3262338 0.7229923 0.3286473 0.7240511 0.3286392 0.7186797 0.3262338 0.7229923 0.3231781 0.7264451 0.3262717 0.7270888 0.3309648 0.7203214 0.3333334 0.7224263 0.3357048 0.7195054 0.334626 0.7111485 0.332857 0.7155721 0.3383606 0.7169704 0.334626 0.7111485 0.3305222 0.7061675 0.3300886 0.7129463 0.3309648 0.7203214 0.332857 0.7155721 0.3286392 0.7186797 0.4076582 0.7085861 0.4065706 0.7089394 0.4091764 0.7112431 0.4054899 0.7059893 0.4065706 0.7089394 0.4066833 0.7057184 0.4052614 0.7092266 0.4065706 0.7089394 0.4041057 0.7062857 0.4052614 0.7092266 0.4065496 0.712242 0.4077981 0.7117987 0.4054899 0.7059893 0.4066833 0.7057184 0.4062486 0.7021419 0.4041755 0.698088 0.404937 0.7022729 0.406131 0.6978405 0.4041755 0.698088 0.4025667 0.6984565 0.4033906 0.7025475 0.4054899 0.7059893 0.404937 0.7022729 0.4041057 0.7062857 0.391131 0.7079725 0.392992 0.7086791 0.3940466 0.704721 0.3931137 0.700885 0.3922311 0.7042731 0.3947992 0.7013273 0.3931137 0.700885 0.3916522 0.7005534 0.3907322 0.7038149 0.391131 0.7079725 0.3922311 0.7042731 0.3891496 0.7071866 0.3931137 0.700885 0.3947992 0.7013273 0.3951227 0.6981166 0.3937962 0.6945194 0.3934128 0.6975739 0.3954578 0.6952248 0.3937962 0.6945194 0.3918175 0.6937395 0.391944 0.6972796 0.3931137 0.700885 0.3934128 0.6975739 0.3916522 0.7005534 0.368167 0.7165685 0.3704352 0.7143597 0.3654478 0.7125278 0.3599318 0.7127304 0.363925 0.7148396 0.3613132 0.709953 0.3599318 0.7127304 0.3588267 0.7158887 0.3621741 0.717235 0.368167 0.7165685 0.363925 0.7148396 0.3660017 0.7187142 0.3587706 0.7066246 0.3570748 0.7102182 0.3613132 0.709953 0.3587706 0.7066246 0.3571714 0.7022464 0.3546763 0.7079516 0.3557205 0.7148454 0.3570748 0.7102182 0.3527368 0.714282 0.3557205 0.7148454 0.3588267 0.7158887 0.3599318 0.7127304 0.3804567 0.7034866 0.3777724 0.7046111 0.3807893 0.7073161 0.3804567 0.7034866 0.3801686 0.6999073 0.3770473 0.7006398 0.3749747 0.7056922 0.3777724 0.7046111 0.3738154 0.7015952 0.3749747 0.7056922 0.3754089 0.7101285 0.3782186 0.708577 0.3799685 0.6964778 0.3757549 0.6970465 0.3801686 0.6999073 0.3799685 0.6964778 0.379858 0.6930795 0.3745657 0.6936649 0.3745657 0.6936649 0.3685091 0.694907 0.3717156 0.698082 0.3770473 0.7006398 0.3757549 0.6970465 0.3738154 0.7015952 0.3837192 0.702877 0.382391 0.7030262 0.3843836 0.7065287 0.3837192 0.702877 0.3838125 0.6994664 0.3823528 0.6995359 0.3804567 0.7034866 0.382391 0.7030262 0.3801686 0.6999073 0.3804567 0.7034866 0.3807893 0.7073161 0.3827174 0.7067635 0.3847543 0.6962061 0.3829086 0.6961686 0.3838125 0.6994664 0.3847543 0.6962061 0.3865366 0.692763 0.3835104 0.6927854 0.3799685 0.6964778 0.3829086 0.6961686 0.379858 0.6930795 0.3799685 0.6964778 0.3801686 0.6999073 0.3823528 0.6995359 0.3684235 0.6701588 0.3744337 0.6690493 0.369838 0.6644524 0.3684235 0.6701588 0.3679858 0.6755529 0.3742595 0.6739498 0.3791998 0.6675028 0.3744337 0.6690493 0.3794157 0.6721623 0.3791998 0.6675028 0.3786641 0.6642951 0.3754491 0.6641994 0.3683937 0.6797405 0.3745994 0.6783775 0.3679858 0.6755529 0.3683937 0.6797405 0.3688343 0.6830524 0.3749127 0.6820766 0.3798243 0.6769523 0.3745994 0.6783775 0.3801451 0.6811258 0.3798243 0.6769523 0.3794157 0.6721623 0.3742595 0.6739498 0.3791998 0.6675028 0.3824944 0.6652965 0.3786641 0.6642951 0.3791998 0.6675028 0.3794157 0.6721623 0.3831014 0.6702669 0.3849825 0.663207 0.3824944 0.6652965 0.3858894 0.6682752 0.3849825 0.663207 0.3838022 0.6574788 0.3809855 0.6615289 0.3798243 0.6769523 0.3837485 0.6754808 0.3794157 0.6721623 0.3798243 0.6769523 0.3801451 0.6811258 0.3841294 0.6800847 0.3867749 0.6734687 0.3837485 0.6754808 0.3879288 0.6790887 0.3867749 0.6734687 0.3858894 0.6682752 0.3831014 0.6702669 0.4450823 0.6938127 0.4467269 0.6942841 0.4445481 0.6922806 0.4416494 0.6914854 0.4435477 0.6924047 0.4411343 0.6901873 0.4416494 0.6914854 0.4417304 0.692063 0.4427417 0.6925746 0.4450823 0.6938127 0.4435477 0.6924047 0.4438357 0.6934646 0.4410842 0.6976551 0.4408273 0.6965962 0.4375857 0.6954598 0.4410842 0.6976551 0.4439881 0.6986956 0.4428547 0.6973766 0.4406745 0.695794 0.4408273 0.6965962 0.4419955 0.6964125 0.4406745 0.695794 0.4397287 0.6950776 0.4391164 0.6952566 0.4134983 0.7150265 0.4141821 0.7163134 0.4142429 0.7137789 0.4131153 0.7116514 0.4135162 0.7133179 0.4137222 0.7103987 0.4131153 0.7116514 0.4128304 0.7120984 0.4130222 0.7130242 0.4134983 0.7150265 0.4135162 0.7133179 0.4130915 0.7141237 0.409703 0.7143778 0.4101796 0.7137094 0.4091764 0.7112431 0.409703 0.7143778 0.4104848 0.7166334 0.4106962 0.7152755 0.4105409 0.7132568 0.4101796 0.7137094 0.4108076 0.7143222 0.4105409 0.7132568 0.4104696 0.7123722 0.4100785 0.7120877 0.3850928 0.7077075 0.3843836 0.7065287 0.38433 0.7102664 0.38433 0.7102664 0.3847675 0.7130231 0.3852831 0.7116468 0.3853862 0.7092273 0.3849772 0.7096645 0.3855195 0.7105659 0.3853862 0.7092273 0.3854293 0.7081423 0.3850928 0.7077075 0.3879255 0.7120359 0.388297 0.7136893 0.3889123 0.7110197 0.3882251 0.7081795 0.3882771 0.7101565 0.3891496 0.7071866 0.3882251 0.7081795 0.38786 0.7085146 0.3878745 0.7095981 0.3879255 0.7120359 0.3882771 0.7101565 0.3877252 0.7108845 0.3869259 0.6945122 0.3865366 0.692763 0.3847543 0.6962061 0.3847603 0.6996396 0.3856851 0.6966781 0.3838125 0.6994664 0.3847603 0.6996396 0.385554 0.6998982 0.3863043 0.6972126 0.3869259 0.6945122 0.3856851 0.6966781 0.3870407 0.6955225 0.3837192 0.702877 0.3845856 0.7026859 0.3838125 0.6994664 0.3837192 0.702877 0.3843836 0.7065287 0.3850039 0.705007 0.3853213 0.7025666 0.3845856 0.7026859 0.3854457 0.7042079 0.3847603 0.6996396 0.3845856 0.7026859 0.385554 0.6998982 0.391944 0.6972796 0.3909571 0.6974821 0.3916522 0.7005534 0.391944 0.6972796 0.3918175 0.6937395 0.3907833 0.6951682 0.3901554 0.6977673 0.3909571 0.6974821 0.390257 0.6960361 0.3901554 0.6977673 0.3897724 0.7004174 0.3906391 0.7004431 0.388875 0.7054318 0.3891496 0.7071866 0.3907322 0.7038149 0.3906391 0.7004431 0.3898668 0.7033358 0.3916522 0.7005534 0.3892023 0.7029619 0.3898668 0.7033358 0.3897724 0.7004174 0.388875 0.7054318 0.3898668 0.7033358 0.3886902 0.704522 0.4128297 0.7011279 0.4121211 0.7016801 0.413865 0.7044685 0.4109603 0.6992442 0.4121211 0.7016801 0.4111774 0.6972248 0.4115515 0.7021625 0.4121211 0.7016801 0.4108727 0.7002955 0.4115515 0.7021625 0.412268 0.7048733 0.4130204 0.7046898 0.413047 0.7090577 0.4137222 0.7103987 0.4141255 0.7073925 0.4141255 0.7073925 0.413865 0.7044685 0.4130204 0.7046898 0.4130204 0.7046898 0.412268 0.7048733 0.4126087 0.7071051 0.413047 0.7090577 0.4133108 0.7072552 0.412595 0.7083952 0.4062486 0.7021419 0.4070906 0.7022981 0.406131 0.6978405 0.4074952 0.7054989 0.4070906 0.7022981 0.4066833 0.7057184 0.4074952 0.7054989 0.4082233 0.7053161 0.4077911 0.7024764 0.4071841 0.6996172 0.4070906 0.7022981 0.4076955 0.7005474 0.4076582 0.7085861 0.4083028 0.7081004 0.4066833 0.7057184 0.4076582 0.7085861 0.4091764 0.7112431 0.4093044 0.7097714 0.4088684 0.7076532 0.4083028 0.7081004 0.4094444 0.7089404 0.4088684 0.7076532 0.4082233 0.7053161 0.4074952 0.7054989 0.4323934 0.6838277 0.4322727 0.6847167 0.4358333 0.6855121 0.4296306 0.683918 0.4322727 0.6847167 0.4282051 0.6821967 0.4321805 0.6855899 0.4322727 0.6847167 0.4303298 0.6848188 0.4321805 0.6855899 0.4348321 0.6870526 0.4353197 0.6862649 0.4393438 0.689744 0.4411343 0.6901873 0.4386479 0.6875691 0.4353197 0.6862649 0.43786 0.6880551 0.4358333 0.6855121 0.4353197 0.6862649 0.4348321 0.6870526 0.4371085 0.688557 0.4393438 0.689744 0.43786 0.6880551 0.4383088 0.6896322 0.427307 0.6881708 0.4252987 0.6877618 0.4281447 0.6906837 0.4314309 0.6920806 0.4289565 0.6901397 0.4308793 0.6928747 0.4314309 0.6920806 0.4319513 0.6913231 0.4296672 0.6896489 0.427307 0.6881708 0.4289565 0.6901397 0.4283072 0.6883493 0.433931 0.6944511 0.4341029 0.6934735 0.4308793 0.6928747 0.433931 0.6944511 0.4375857 0.6954598 0.4363588 0.69399 0.434241 0.6925987 0.4341029 0.6934735 0.435797 0.6931467 0.4314309 0.6920806 0.4341029 0.6934735 0.4319513 0.6913231 0.4196811 0.6750247 0.4202332 0.6745048 0.416985 0.6722127 0.416985 0.6722127 0.4135255 0.6701242 0.4141737 0.6719367 0.4165521 0.6739392 0.4165253 0.6728441 0.4148378 0.6730635 0.4165521 0.6739392 0.4194383 0.6759279 0.4196811 0.6750247 0.4128111 0.6815513 0.4130254 0.6803823 0.4097766 0.6779237 0.4128111 0.6815513 0.4156079 0.6837229 0.415871 0.6826151 0.415871 0.6826151 0.4165937 0.681755 0.4138532 0.679656 0.4115453 0.6781589 0.4130254 0.6803823 0.4125653 0.678152 0.4240787 0.6779644 0.4233598 0.6782518 0.4282051 0.6821967 0.4196811 0.6750247 0.4233598 0.6782518 0.4202332 0.6745048 0.4228346 0.6787486 0.4233598 0.6782518 0.4194383 0.6759279 0.4261839 0.6813814 0.4233598 0.6782518 0.4249546 0.680877 0.4199727 0.6858465 0.4200082 0.6848028 0.4156079 0.6837229 0.4237779 0.6861227 0.4200082 0.6848028 0.4252987 0.6877618 0.4237779 0.6861227 0.4228398 0.6850653 0.4202461 0.6839162 0.4202461 0.6839162 0.4165937 0.681755 0.415871 0.6826151 0.4104989 0.6877294 0.4113945 0.6876577 0.411021 0.6835494 0.411021 0.6835494 0.4097766 0.6779237 0.4089912 0.6805078 0.4091202 0.6842107 0.410104 0.6835451 0.4084141 0.6818488 0.4091202 0.6842107 0.4095612 0.6880924 0.4104989 0.6877294 0.3997002 0.681239 0.3975173 0.6807993 0.3995231 0.6847168 0.3995231 0.6847168 0.4014075 0.6886337 0.4022052 0.6882106 0.4022052 0.6882106 0.4032152 0.6881621 0.401629 0.6844142 0.3997002 0.681239 0.4003604 0.6842038 0.4010083 0.6822307 0.411444 0.6922449 0.4106248 0.6920418 0.4111774 0.6972248 0.4104989 0.6877294 0.4106248 0.6920418 0.4113945 0.6876577 0.4098697 0.6919419 0.4106248 0.6920418 0.4095612 0.6880924 0.4103564 0.69537 0.4106248 0.6920418 0.4098824 0.6943027 0.4036011 0.6930579 0.4042314 0.6924863 0.4014075 0.6886337 0.4060909 0.69578 0.4042314 0.6924863 0.406131 0.6978405 0.4048759 0.6921035 0.4042314 0.6924863 0.4060381 0.6945512 0.4022052 0.6882106 0.4042314 0.6924863 0.4032152 0.6881621 0.3889168 0.6812819 0.3879288 0.6790887 0.3864424 0.6828901 0.3864424 0.6828901 0.3859037 0.6857702 0.387316 0.6858435 0.387316 0.6858435 0.3883978 0.6860427 0.3889301 0.6836372 0.3889168 0.6812819 0.3878732 0.6831637 0.3895053 0.6822021 0.3944888 0.6878486 0.3953527 0.6883211 0.396398 0.6849593 0.396398 0.6849593 0.3975173 0.6807993 0.3955346 0.6820793 0.3943582 0.6850449 0.3954612 0.6847211 0.3946492 0.6831532 0.3943582 0.6850449 0.3935303 0.6875925 0.3944888 0.6878486 0.3859294 0.6890687 0.387259 0.6888344 0.3859037 0.6857702 0.3859294 0.6890687 0.3865366 0.692763 0.3876538 0.6912543 0.3881719 0.6886987 0.387259 0.6888344 0.3881987 0.690437 0.387316 0.6858435 0.387259 0.6888344 0.3883978 0.6860427 0.3916757 0.6920231 0.3918175 0.6937395 0.3938208 0.6910757 0.3944888 0.6878486 0.3931164 0.6903728 0.3953527 0.6883211 0.3924622 0.6898074 0.3931164 0.6903728 0.3935303 0.6875925 0.3916757 0.6920231 0.3931164 0.6903728 0.3916248 0.6911401 0.4051231 0.6686515 0.4056354 0.666449 0.4021401 0.662499 0.4078949 0.6700955 0.4056354 0.666449 0.4097766 0.6779237 0.4055742 0.663495 0.4056354 0.666449 0.4070193 0.6664162 0.4055742 0.663495 0.4038354 0.6601957 0.403104 0.6614589 0.4000481 0.6540544 0.3979893 0.652791 0.3999063 0.6574714 0.3999063 0.6574714 0.4021401 0.662499 0.403104 0.6614589 0.4021925 0.6569995 0.4010753 0.6571893 0.4038354 0.6601957 0.4000481 0.6540544 0.4010753 0.6571893 0.4012273 0.6549564 0.4137049 0.6687321 0.4118189 0.6671552 0.4135255 0.6701242 0.4114285 0.6657002 0.4118189 0.6671552 0.4136535 0.6673105 0.4109901 0.6671523 0.4118189 0.6671552 0.4092831 0.6639425 0.4051231 0.6686515 0.4029167 0.6676711 0.4097766 0.6779237 0.4006562 0.6625418 0.4029167 0.6676711 0.4021401 0.662499 0.4006562 0.6625418 0.3988268 0.6623116 0.4001097 0.6658794 0.4040958 0.6719021 0.4029167 0.6676711 0.4012409 0.6689845 0.4006562 0.6625418 0.4021401 0.662499 0.3999063 0.6574714 0.3999063 0.6574714 0.3979893 0.652791 0.3970809 0.6551265 0.3975 0.6587834 0.3988267 0.6580892 0.3964374 0.656616 0.4006562 0.6625418 0.3988267 0.6580892 0.3988268 0.6623116 0.3867749 0.6734687 0.3893064 0.6704216 0.3858894 0.6682752 0.3867749 0.6734687 0.3879288 0.6790887 0.3904837 0.6735883 0.3915367 0.6676656 0.3893064 0.6704216 0.3919758 0.6703996 0.3915367 0.6676656 0.3905884 0.6644729 0.3883522 0.6661993 0.3869388 0.6585945 0.3838022 0.6574788 0.3849825 0.663207 0.3849825 0.663207 0.3858894 0.6682752 0.3883522 0.6661993 0.3895083 0.661256 0.3873288 0.6620111 0.3905884 0.6644729 0.3869388 0.6585945 0.3873288 0.6620111 0.3887571 0.6591379 0.2723972 0.7056574 0.2715402 0.7071434 0.2725874 0.707434 0.2741559 0.7069059 0.2735372 0.7063766 0.2730842 0.7078559 0.2741559 0.7069059 0.2754322 0.7057163 0.2747289 0.7050852 0.2747289 0.7050852 0.2739005 0.7033702 0.2723972 0.7056574 0.2741559 0.7069059 0.2730842 0.7078559 0.2735473 0.7084006 0.2735473 0.7084006 0.2739003 0.7095 0.2755424 0.7086883 0.2755424 0.7086883 0.2779553 0.7071516 0.2761153 0.7063924 0.2741559 0.7069059 0.274746 0.7075308 0.2754322 0.7057163 0.2884013 0.6865984 0.2895251 0.6831539 0.2848396 0.685858 0.2884013 0.6865984 0.2908517 0.6884533 0.2927095 0.6856677 0.2909241 0.6796401 0.2895251 0.6831539 0.2950413 0.6827923 0.2909241 0.6796401 0.2860234 0.6774871 0.285596 0.6813433 0.2933801 0.690599 0.2957636 0.6884806 0.2908517 0.6884533 0.2933801 0.690599 0.2950604 0.6944018 0.2979966 0.6926247 0.2979966 0.6926247 0.300771 0.6913131 0.2985282 0.6863608 0.2985282 0.6863608 0.2950413 0.6827923 0.2927095 0.6856677 0.2909241 0.6796401 0.2928388 0.676655 0.2860234 0.6774871 0.2909241 0.6796401 0.2950413 0.6827923 0.298186 0.6801854 0.298186 0.6801854 0.3014562 0.6773173 0.2952845 0.6737011 0.2865709 0.6745522 0.2928388 0.676655 0.2869225 0.6706125 0.298186 0.6801854 0.2950413 0.6827923 0.2985282 0.6863608 0.3039945 0.6904083 0.302064 0.6845596 0.300771 0.6913131 0.3056313 0.6822107 0.302064 0.6845596 0.3095474 0.6891071 0.3056313 0.6822107 0.3014562 0.6773173 0.298186 0.6801854 0.3125746 0.6600029 0.3122861 0.6539295 0.3064004 0.6560271 0.3125746 0.6600029 0.3187642 0.6627299 0.3194584 0.6574119 0.3121007 0.6483328 0.3122861 0.6539295 0.3200209 0.6525598 0.3121007 0.6483328 0.30411 0.642162 0.3059968 0.6494182 0.4448379 0.7003939 0.4455459 0.702282 0.4481396 0.7013178 0.4479909 0.6981434 0.4469016 0.6997429 0.4495428 0.6992145 0.4479909 0.6981434 0.4463824 0.6970726 0.4455571 0.6982674 0.4455571 0.6982674 0.4439881 0.6986956 0.4448379 0.7003939 0.4505271 0.6968666 0.4488076 0.6964016 0.4495428 0.6992145 0.4505271 0.6968666 0.4500711 0.6942003 0.4483935 0.6943449 0.4483935 0.6943449 0.4467269 0.6942841 0.4470553 0.6958132 0.4479909 0.6981434 0.4488076 0.6964016 0.4463824 0.6970726 0.3007432 0.6662539 0.3016123 0.6614819 0.2965754 0.6647817 0.3007432 0.6662539 0.3060816 0.6690662 0.306979 0.6633976 0.3010011 0.6563634 0.3016123 0.6614819 0.3064004 0.6560271 0.3010011 0.6563634 0.2956587 0.6564353 0.2961506 0.6610712 0.3106207 0.6733037 0.3120008 0.6668081 0.3060816 0.6690662 0.3106207 0.6733037 0.3155251 0.6768164 0.3174319 0.6697385 0.3125746 0.6600029 0.3120008 0.6668081 0.3187642 0.6627299 0.3125746 0.6600029 0.3064004 0.6560271 0.306979 0.6633976 0.293084 0.6669183 0.2869225 0.6706125 0.2952845 0.6737011 0.3041644 0.6736585 0.2982766 0.6702805 0.3014562 0.6773173 0.3041644 0.6736585 0.3060816 0.6690662 0.3007432 0.6662539 0.293084 0.6669183 0.2982766 0.6702805 0.2965754 0.6647817 0.3056313 0.6822107 0.3084905 0.6784483 0.3014562 0.6773173 0.3056313 0.6822107 0.3095474 0.6891071 0.3131069 0.6823422 0.3106207 0.6733037 0.3084905 0.6784483 0.3155251 0.6768164 0.3106207 0.6733037 0.3060816 0.6690662 0.3041644 0.6736585 0.4399203 0.6912972 0.4404034 0.6917864 0.4411343 0.6901873 0.4399203 0.6912972 0.4389821 0.6924219 0.4395728 0.6927866 0.4410108 0.6924276 0.4404034 0.6917864 0.4403426 0.6932893 0.4410108 0.6924276 0.4417304 0.692063 0.4416494 0.6914854 0.4382421 0.6937586 0.438921 0.693965 0.4389821 0.6924219 0.4382421 0.6937586 0.4375857 0.6954598 0.4391164 0.6952566 0.4391164 0.6952566 0.4397287 0.6950776 0.4397789 0.6942467 0.4395728 0.6927866 0.438921 0.693965 0.4403426 0.6932893 0.4455571 0.6982674 0.4439993 0.6969906 0.4439881 0.6986956 0.4455571 0.6982674 0.4463824 0.6970726 0.4446605 0.6960027 0.4424105 0.6958865 0.4439993 0.6969906 0.4429842 0.6949791 0.4424105 0.6958865 0.4419955 0.6964125 0.4428547 0.6973766 0.4446605 0.6960027 0.4463824 0.6970726 0.4470553 0.6958132 0.4450823 0.6938127 0.4452373 0.6949777 0.4467269 0.6942841 0.4450823 0.6938127 0.4438357 0.6934646 0.4435232 0.6940519 0.4446605 0.6960027 0.4452373 0.6949777 0.4429842 0.6949791 0.4406745 0.695794 0.4419955 0.6964125 0.4424105 0.6958865 0.4415124 0.6940474 0.4409729 0.6949295 0.4429842 0.6949791 0.4415124 0.6940474 0.4403426 0.6932893 0.4397789 0.6942467 0.4406745 0.695794 0.4409729 0.6949295 0.4397287 0.6950776 0.4435232 0.6940519 0.4420826 0.6931923 0.4429842 0.6949791 0.4435232 0.6940519 0.4438357 0.6934646 0.4427417 0.6925746 0.4410108 0.6924276 0.4420826 0.6931923 0.4417304 0.692063 0.4410108 0.6924276 0.4403426 0.6932893 0.4415124 0.6940474 0.4275766 0.6837746 0.4283054 0.6843766 0.4282051 0.6821967 0.4276731 0.6854997 0.4283054 0.6843766 0.4269527 0.6850228 0.4276731 0.6854997 0.4288539 0.6862713 0.4294951 0.685254 0.4294951 0.685254 0.4303298 0.6848188 0.4296306 0.683918 0.4276731 0.6854997 0.4269527 0.6850228 0.4263113 0.6863049 0.427307 0.6881708 0.4271097 0.6866943 0.4252987 0.6877618 0.427307 0.6881708 0.4283072 0.6883493 0.4283163 0.6873616 0.4276731 0.6854997 0.4271097 0.6866943 0.4288539 0.6862713 0.4382421 0.6937586 0.4375849 0.6933016 0.4375857 0.6954598 0.4382421 0.6937586 0.4389821 0.6924219 0.4383498 0.6920779 0.4365767 0.6925868 0.4375849 0.6933016 0.4373478 0.6915278 0.4365767 0.6925868 0.435797 0.6931467 0.4363588 0.69399 0.4399203 0.6912972 0.4392216 0.6909886 0.4389821 0.6924219 0.4399203 0.6912972 0.4411343 0.6901873 0.4393438 0.689744 0.4393438 0.689744 0.4383088 0.6896322 0.4381096 0.6904966 0.4381096 0.6904966 0.4373478 0.6915278 0.4383498 0.6920779 0.4365767 0.6925868 0.4348444 0.691607 0.435797 0.6931467 0.4365767 0.6925868 0.4373478 0.6915278 0.4356482 0.6905445 0.4326691 0.6903363 0.4348444 0.691607 0.4334591 0.6892222 0.4326691 0.6903363 0.4319513 0.6913231 0.434241 0.6925987 0.4381096 0.6904966 0.4363871 0.6894573 0.4373478 0.6915278 0.4371085 0.688557 0.4363871 0.6894573 0.4383088 0.6896322 0.4371085 0.688557 0.4348321 0.6870526 0.4341959 0.688083 0.4341959 0.688083 0.4334591 0.6892222 0.4356482 0.6905445 0.4326691 0.6903363 0.4303312 0.6887484 0.4319513 0.6913231 0.4326691 0.6903363 0.4334591 0.6892222 0.4309884 0.687655 0.4309884 0.687655 0.4288539 0.6862713 0.4283163 0.6873616 0.4296672 0.6896489 0.4303312 0.6887484 0.4283072 0.6883493 0.4341959 0.688083 0.4316787 0.6865857 0.4334591 0.6892222 0.4341959 0.688083 0.4348321 0.6870526 0.4321805 0.6855899 0.4294951 0.685254 0.4316787 0.6865857 0.4303298 0.6848188 0.4294951 0.685254 0.4288539 0.6862713 0.4309884 0.687655 0.4263113 0.6863049 0.4255211 0.685752 0.4252987 0.6877618 0.4261998 0.6845234 0.4255211 0.685752 0.4269527 0.6850228 0.4261998 0.6845234 0.4246916 0.6834814 0.4239764 0.6846821 0.4239764 0.6846821 0.4228398 0.6850653 0.4237779 0.6861227 0.4261998 0.6845234 0.4269527 0.6850228 0.4275766 0.6837746 0.4261839 0.6813814 0.4267756 0.6832692 0.4282051 0.6821967 0.4261839 0.6813814 0.4249546 0.680877 0.4252419 0.6822028 0.4261998 0.6845234 0.4267756 0.6832692 0.4246916 0.6834814 0.4119309 0.6708933 0.4129076 0.6725291 0.4135255 0.6701242 0.4121951 0.6740677 0.4129076 0.6725291 0.4112233 0.672492 0.4121951 0.6740677 0.413373 0.6750311 0.4140512 0.6736698 0.4140512 0.6736698 0.4148378 0.6730635 0.4141737 0.6719367 0.4121951 0.6740677 0.4112233 0.672492 0.4105281 0.6744603 0.4115453 0.6781589 0.4115048 0.6759992 0.4097766 0.6779237 0.4115453 0.6781589 0.4125653 0.678152 0.4126752 0.6766985 0.4121951 0.6740677 0.4115048 0.6759992 0.413373 0.6750311 0.4138532 0.679656 0.4165937 0.681755 0.4174442 0.6804448 0.4154518 0.6767076 0.4146764 0.6783055 0.4182798 0.6788913 0.4154518 0.6767076 0.413373 0.6750311 0.4126752 0.6766985 0.4138532 0.679656 0.4146764 0.6783055 0.4125653 0.678152 0.4154518 0.6767076 0.4182798 0.6788913 0.4189578 0.6773013 0.4165521 0.6739392 0.4161356 0.6752396 0.4194383 0.6759279 0.4140512 0.6736698 0.4161356 0.6752396 0.4148378 0.6730635 0.4154518 0.6767076 0.4161356 0.6752396 0.413373 0.6750311 0.4239764 0.6846821 0.4209141 0.6827418 0.4228398 0.6850653 0.4217057 0.6813766 0.4209141 0.6827418 0.4246916 0.6834814 0.4217057 0.6813766 0.4182798 0.6788913 0.4174442 0.6804448 0.4202461 0.6839162 0.4209141 0.6827418 0.4165937 0.681755 0.4217057 0.6813766 0.4246916 0.6834814 0.4252419 0.6822028 0.4228346 0.6787486 0.4223146 0.6799179 0.4249546 0.680877 0.4228346 0.6787486 0.4194383 0.6759279 0.4189578 0.6773013 0.4217057 0.6813766 0.4223146 0.6799179 0.4182798 0.6788913 0.4078949 0.6700955 0.4097766 0.6779237 0.4105281 0.6744603 0.4097627 0.6689787 0.4091079 0.6703347 0.4112233 0.672492 0.4097627 0.6689787 0.4081537 0.6649378 0.4075251 0.665597 0.4075251 0.665597 0.4070193 0.6664162 0.4078949 0.6700955 0.4097627 0.6689787 0.4112233 0.672492 0.4119309 0.6708933 0.4119309 0.6708933 0.4135255 0.6701242 0.4109901 0.6671523 0.4109901 0.6671523 0.4092831 0.6639425 0.4086286 0.6643276 0.4097627 0.6689787 0.4103474 0.6678389 0.4081537 0.6649378 0.4044314 0.650288 0.4050223 0.64662 0.4026038 0.6483246 0.4017277 0.6516476 0.4028989 0.6508055 0.4011524 0.6495007 0.4017277 0.6516476 0.4026018 0.6536901 0.4034615 0.6532263 0.4044314 0.650288 0.4028989 0.6508055 0.4044901 0.6529538 0.4017277 0.6516476 0.4011524 0.6495007 0.3995809 0.6507162 0.4000481 0.6540544 0.4005215 0.6524689 0.3979893 0.652791 0.4000481 0.6540544 0.4012273 0.6549564 0.4016992 0.6541772 0.4017277 0.6516476 0.4005215 0.6524689 0.4026018 0.6536901 0.4055742 0.663495 0.4070193 0.6664162 0.4075251 0.665597 0.4067366 0.6617795 0.4060602 0.6622213 0.4081537 0.6649378 0.4067366 0.6617795 0.4053673 0.659038 0.4046214 0.6594833 0.4055742 0.663495 0.4060602 0.6622213 0.4038354 0.6601957 0.4067366 0.6617795 0.4081537 0.6649378 0.4086286 0.6643276 0.4077331 0.6608718 0.4072461 0.6613212 0.4092831 0.6639425 0.4077331 0.6608718 0.4065886 0.6581727 0.4059779 0.6585757 0.4067366 0.6617795 0.4072461 0.6613212 0.4053673 0.659038 0.4021925 0.6569995 0.4038354 0.6601957 0.4046214 0.6594833 0.403902 0.6562476 0.4031168 0.6566587 0.4053673 0.659038 0.4016992 0.6541772 0.4031168 0.6566587 0.4026018 0.6536901 0.4021925 0.6569995 0.4031168 0.6566587 0.4012273 0.6549564 0.403902 0.6562476 0.4053673 0.659038 0.4059779 0.6585757 0.4053584 0.6555576 0.4046021 0.6558468 0.4065886 0.6581727 0.4034615 0.6532263 0.4046021 0.6558468 0.4044901 0.6529538 0.403902 0.6562476 0.4046021 0.6558468 0.4026018 0.6536901 0.3728975 0.7160169 0.3745698 0.7168537 0.3749632 0.7157657 0.3746287 0.7138033 0.3738363 0.7146839 0.3754786 0.7151606 0.3746287 0.7138033 0.3735687 0.7122619 0.3725813 0.7132788 0.3725813 0.7132788 0.3704352 0.7143597 0.3728975 0.7160169 0.3746287 0.7138033 0.3754786 0.7151606 0.3759773 0.7147559 0.3764739 0.7127634 0.3753167 0.7132381 0.3769443 0.7146247 0.3764739 0.7127634 0.3754089 0.7101285 0.374378 0.711592 0.3746287 0.7138033 0.3753167 0.7132381 0.3735687 0.7122619 0.3544058 0.7001815 0.3571714 0.7022464 0.3590522 0.6989565 0.3597309 0.694536 0.3568452 0.696579 0.3614394 0.6972557 0.3597309 0.694536 0.358152 0.6916609 0.3546668 0.6940641 0.3546668 0.6940641 0.3518875 0.6983355 0.3544058 0.7001815 0.3597309 0.694536 0.3614394 0.6972557 0.3643317 0.6957191 0.368143 0.6914152 0.3634168 0.6928161 0.3685091 0.694907 0.368143 0.6914152 0.3680419 0.6884654 0.362641 0.6898589 0.3597309 0.694536 0.3634168 0.6928161 0.358152 0.6916609 0.3546668 0.6940641 0.3525725 0.6918156 0.3518875 0.6983355 0.3570297 0.6888987 0.3525725 0.6918156 0.358152 0.6916609 0.3570297 0.6888987 0.3560503 0.6860027 0.3507562 0.6891379 0.3492842 0.6968555 0.3525725 0.6918156 0.3445689 0.6941174 0.3570297 0.6888987 0.358152 0.6916609 0.362641 0.6898589 0.3684947 0.6858193 0.3624778 0.687044 0.3680419 0.6884654 0.3684947 0.6858193 0.3688343 0.6830524 0.3623116 0.6841676 0.3570297 0.6888987 0.3624778 0.687044 0.3560503 0.6860027 0.3467154 0.6613671 0.3454426 0.6669194 0.3504617 0.6663585 0.3576667 0.6585952 0.3519221 0.6602106 0.3558425 0.6650725 0.3576667 0.6585952 0.3599195 0.6517382 0.3530383 0.6544724 0.3467154 0.6613671 0.3519221 0.6602106 0.3475953 0.6560944 0.3576667 0.6585952 0.3558425 0.6650725 0.3628019 0.6645902 0.3723602 0.6593286 0.3650922 0.6585935 0.369838 0.6644524 0.3723602 0.6593286 0.3755563 0.6540974 0.3677857 0.6535454 0.3576667 0.6585952 0.3650922 0.6585935 0.3599195 0.6517382 0.3836047 0.7142459 0.3819742 0.7171611 0.3837105 0.7173917 0.3861887 0.7162875 0.384737 0.7157824 0.3858194 0.7182392 0.3861887 0.7162875 0.3864778 0.7143712 0.3855349 0.7141326 0.3855349 0.7141326 0.3847675 0.7130231 0.3836047 0.7142459 0.3880919 0.7186967 0.3877245 0.7165678 0.3858194 0.7182392 0.3880919 0.7186967 0.3901867 0.7175495 0.3891272 0.7155641 0.3891272 0.7155641 0.388297 0.7136893 0.3874421 0.7145149 0.3874421 0.7145149 0.3864778 0.7143712 0.3861887 0.7162875 0.3441973 0.6739316 0.3434383 0.6810319 0.348832 0.6801781 0.3546062 0.6720426 0.3493067 0.6734333 0.3542085 0.6783218 0.3546062 0.6720426 0.3558425 0.6650725 0.3504617 0.6663585 0.3441973 0.6739316 0.3493067 0.6734333 0.3454426 0.6669194 0.3546062 0.6720426 0.3542085 0.6783218 0.3609476 0.6768952 0.3684235 0.6701588 0.3613964 0.6710538 0.3679858 0.6755529 0.3684235 0.6701588 0.369838 0.6644524 0.3628019 0.6645902 0.3546062 0.6720426 0.3613964 0.6710538 0.3558425 0.6650725 0.3436239 0.6868491 0.3445689 0.6941174 0.3507562 0.6891379 0.3507562 0.6891379 0.3560503 0.6860027 0.3548999 0.6827261 0.3548999 0.6827261 0.3542085 0.6783218 0.348832 0.6801781 0.3436239 0.6868491 0.3494123 0.6853358 0.3434383 0.6810319 0.3623116 0.6841676 0.3615271 0.6810256 0.3560503 0.6860027 0.3623116 0.6841676 0.3688343 0.6830524 0.3683937 0.6797405 0.3683937 0.6797405 0.3679858 0.6755529 0.3609476 0.6768952 0.3609476 0.6768952 0.3542085 0.6783218 0.3548999 0.6827261 0.3878331 0.7067163 0.3876105 0.7073081 0.3891496 0.7071866 0.3867011 0.7070789 0.3876105 0.7073081 0.3867833 0.7064779 0.3873836 0.7080752 0.3876105 0.7073081 0.3866558 0.7079024 0.3873836 0.7080752 0.38786 0.7085146 0.3882251 0.7081795 0.3867011 0.7070789 0.3867833 0.7064779 0.385689 0.7064331 0.3850928 0.7077075 0.3857646 0.7070289 0.3843836 0.7065287 0.3850928 0.7077075 0.3854293 0.7081423 0.385916 0.7078377 0.385916 0.7078377 0.3866558 0.7079024 0.3867011 0.7070789 0.3855349 0.7141326 0.3858755 0.7124018 0.3847675 0.7130231 0.3855349 0.7141326 0.3864778 0.7143712 0.3866069 0.7125256 0.3859564 0.7106948 0.3858755 0.7124018 0.3866413 0.7107872 0.3859564 0.7106948 0.3855195 0.7105659 0.3852831 0.7116468 0.3874421 0.7145149 0.3873295 0.7126146 0.3864778 0.7143712 0.3879255 0.7120359 0.3873295 0.7126146 0.388297 0.7136893 0.3879255 0.7120359 0.3877252 0.7108845 0.3873096 0.7108776 0.3873096 0.7108776 0.3866413 0.7107872 0.3866069 0.7125256 0.3859564 0.7106948 0.3859749 0.7091166 0.3855195 0.7105659 0.3859564 0.7106948 0.3866413 0.7107872 0.3866468 0.7091923 0.385916 0.7078377 0.3859749 0.7091166 0.3866558 0.7079024 0.3853862 0.7092273 0.3859749 0.7091166 0.3854293 0.7081423 0.3873096 0.7108776 0.3873055 0.7093148 0.3866413 0.7107872 0.3873096 0.7108776 0.3877252 0.7108845 0.3878745 0.7095981 0.3873836 0.7080752 0.3873055 0.7093148 0.38786 0.7085146 0.3873836 0.7080752 0.3866558 0.7079024 0.3866468 0.7091923 0.3903462 0.6933869 0.3900802 0.6942167 0.3918175 0.6937395 0.3890885 0.6939905 0.3900802 0.6942167 0.3892419 0.6931973 0.3890885 0.6939905 0.3888196 0.6952791 0.3897092 0.6955004 0.3897092 0.6955004 0.390257 0.6960361 0.3907833 0.6951682 0.3890885 0.6939905 0.3892419 0.6931973 0.3881415 0.6930007 0.3869259 0.6945122 0.3880487 0.6938527 0.3865366 0.692763 0.3869259 0.6945122 0.3870407 0.6955225 0.3878486 0.6951931 0.3890885 0.6939905 0.3880487 0.6938527 0.3888196 0.6952791 0.385689 0.7064331 0.3858575 0.7057932 0.3843836 0.7065287 0.3869034 0.705855 0.3858575 0.7057932 0.3867833 0.7064779 0.3861027 0.7046721 0.3858575 0.7057932 0.3870689 0.7047642 0.3861027 0.7046721 0.3854457 0.7042079 0.3850039 0.705007 0.3869034 0.705855 0.3867833 0.7064779 0.3878331 0.7067163 0.388875 0.7054318 0.3878982 0.7060031 0.3891496 0.7071866 0.388875 0.7054318 0.3886902 0.704522 0.3879933 0.7048202 0.3869034 0.705855 0.3878982 0.7060031 0.3870689 0.7047642 0.3861027 0.7046721 0.3862572 0.702633 0.3854457 0.7042079 0.3861027 0.7046721 0.3870689 0.7047642 0.3872874 0.7027593 0.3865514 0.7000852 0.3862572 0.702633 0.3876508 0.7002243 0.3865514 0.7000852 0.385554 0.6998982 0.3853213 0.7025666 0.3872874 0.7027593 0.3870689 0.7047642 0.3879933 0.7048202 0.3892023 0.7029619 0.3883058 0.7028193 0.3886902 0.704522 0.3892023 0.7029619 0.3897724 0.7004174 0.3887504 0.7003398 0.3872874 0.7027593 0.3883058 0.7028193 0.3876508 0.7002243 0.3863043 0.6972126 0.385554 0.6998982 0.3865514 0.7000852 0.388251 0.6975439 0.3872157 0.6974379 0.3876508 0.7002243 0.388251 0.6975439 0.3888196 0.6952791 0.3878486 0.6951931 0.3863043 0.6972126 0.3872157 0.6974379 0.3870407 0.6955225 0.388251 0.6975439 0.3876508 0.7002243 0.3887504 0.7003398 0.3901554 0.6977673 0.3892421 0.6977208 0.3897724 0.7004174 0.3897092 0.6955004 0.3892421 0.6977208 0.390257 0.6960361 0.388251 0.6975439 0.3892421 0.6977208 0.3888196 0.6952791 0.3876538 0.6912543 0.3865366 0.692763 0.3881415 0.6930007 0.389464 0.692418 0.3884523 0.6922211 0.3892419 0.6931973 0.389464 0.692418 0.3898211 0.6911976 0.3888593 0.6909978 0.3888593 0.6909978 0.3881987 0.690437 0.3876538 0.6912543 0.389464 0.692418 0.3892419 0.6931973 0.3903462 0.6933869 0.3916757 0.6920231 0.3904983 0.6925284 0.3918175 0.6937395 0.3916757 0.6920231 0.3916248 0.6911401 0.3907968 0.6913085 0.389464 0.692418 0.3904983 0.6925284 0.3898211 0.6911976 0.3951445 0.6793519 0.3942098 0.6810117 0.3975173 0.6807993 0.3922538 0.68079 0.3942098 0.6810117 0.3926498 0.678851 0.3937702 0.6825829 0.3942098 0.6810117 0.3922847 0.682173 0.3937702 0.6825829 0.3946492 0.6831532 0.3955346 0.6820793 0.3922538 0.68079 0.3926498 0.678851 0.3905773 0.6786826 0.3889168 0.6812819 0.3904332 0.6806854 0.3879288 0.6790887 0.3889168 0.6812819 0.3895053 0.6822021 0.3906949 0.6819734 0.3906949 0.6819734 0.3922847 0.682173 0.3922538 0.68079 0.3889301 0.6836372 0.3883978 0.6860427 0.3896933 0.6862556 0.3917924 0.6841869 0.3903132 0.6839026 0.3910623 0.6865751 0.3917924 0.6841869 0.3922847 0.682173 0.3906949 0.6819734 0.3889301 0.6836372 0.3903132 0.6839026 0.3895053 0.6822021 0.3923647 0.6870945 0.393138 0.6847172 0.3910623 0.6865751 0.3923647 0.6870945 0.3935303 0.6875925 0.3943582 0.6850449 0.3937702 0.6825829 0.393138 0.6847172 0.3946492 0.6831532 0.3937702 0.6825829 0.3922847 0.682173 0.3917924 0.6841869 0.3888593 0.6909978 0.3892409 0.688815 0.3881987 0.690437 0.3888593 0.6909978 0.3898211 0.6911976 0.3903796 0.6890811 0.3896933 0.6862556 0.3892409 0.688815 0.3910623 0.6865751 0.3896933 0.6862556 0.3883978 0.6860427 0.3881719 0.6886987 0.3903796 0.6890811 0.3898211 0.6911976 0.3907968 0.6913085 0.3924622 0.6898074 0.3915016 0.6893944 0.3916248 0.6911401 0.3924622 0.6898074 0.3935303 0.6875925 0.3923647 0.6870945 0.3923647 0.6870945 0.3910623 0.6865751 0.3903796 0.6890811 0.3904837 0.6735883 0.3879288 0.6790887 0.3905773 0.6786826 0.3944233 0.6751694 0.3921766 0.6746096 0.3926498 0.678851 0.3944233 0.6751694 0.3965934 0.6703037 0.3937108 0.6700348 0.3904837 0.6735883 0.3921766 0.6746096 0.3919758 0.6703996 0.3858074 0.6552389 0.3878849 0.6566867 0.3873539 0.6543294 0.3858074 0.6552389 0.3838022 0.6574788 0.3869388 0.6585945 0.3899337 0.6580064 0.3878849 0.6566867 0.3887571 0.6591379 0.3899337 0.6580064 0.3919934 0.6566794 0.38943 0.6555632 0.3915367 0.6676656 0.3919758 0.6703996 0.3937108 0.6700348 0.3937108 0.6700348 0.3965934 0.6703037 0.3957282 0.6661421 0.3926967 0.66353 0.3936595 0.6665269 0.3947513 0.6630051 0.3915367 0.6676656 0.3936595 0.6665269 0.3905884 0.6644729 0.3895083 0.661256 0.3905884 0.6644729 0.3926967 0.66353 0.3926967 0.66353 0.3947513 0.6630051 0.3934656 0.6598036 0.3899337 0.6580064 0.3914962 0.6604887 0.3919934 0.6566794 0.3895083 0.661256 0.3914962 0.6604887 0.3887571 0.6591379 0.3194401 0.7294617 0.3193629 0.7280902 0.3185786 0.7298969 0.3201091 0.7281391 0.3193629 0.7280902 0.3199701 0.7294597 0.3201091 0.7281391 0.3203186 0.7265172 0.3194382 0.7263891 0.3194382 0.7263891 0.3178718 0.7255533 0.318153 0.7282297 0.3201091 0.7281391 0.3199701 0.7294597 0.3205431 0.7295454 0.3221635 0.7287634 0.3209205 0.7282928 0.321352 0.7301324 0.3221635 0.7287634 0.3231781 0.7264451 0.3212721 0.7266966 0.3201091 0.7281391 0.3209205 0.7282928 0.3203186 0.7265172 0.3169676 0.7017796 0.3172971 0.7051644 0.3209965 0.7032627 0.3245894 0.7004199 0.3210365 0.7004641 0.3240978 0.7031433 0.3245894 0.7004199 0.3251454 0.6973025 0.3207461 0.6972252 0.3207461 0.6972252 0.3160243 0.6987164 0.3169676 0.7017796 0.3245894 0.7004199 0.3240978 0.7031433 0.3272519 0.7035555 0.3272519 0.7035555 0.3305222 0.7061675 0.3322257 0.7029019 0.3322257 0.7029019 0.3344159 0.7003608 0.3297591 0.6977862 0.3245894 0.7004199 0.328275 0.7007379 0.3251454 0.6973025 0.3207461 0.6972252 0.3194928 0.6927992 0.3160243 0.6987164 0.3207461 0.6972252 0.3251454 0.6973025 0.3258716 0.6929176 0.3258716 0.6929176 0.3267688 0.6879622 0.3187186 0.6878476 0.3187186 0.6878476 0.3095474 0.6891071 0.3135802 0.6949861 0.3258716 0.6929176 0.3251454 0.6973025 0.3297591 0.6977862 0.3382839 0.6979985 0.3325244 0.694229 0.3344159 0.7003608 0.3382839 0.6979985 0.3445689 0.6941174 0.33512 0.6900569 0.3258716 0.6929176 0.3325244 0.694229 0.3267688 0.6879622 0.3194584 0.6574119 0.3187642 0.6627299 0.3258034 0.6631458 0.3343771 0.6581944 0.3270254 0.658084 0.3329768 0.663296 0.3343771 0.6581944 0.3353896 0.6535876 0.3279527 0.6535224 0.3194584 0.6574119 0.3270254 0.658084 0.3200209 0.6525598 0.3395687 0.6652263 0.3409037 0.6599919 0.3329768 0.663296 0.3467154 0.6613671 0.3409037 0.6599919 0.3454426 0.6669194 0.3418248 0.6551222 0.3409037 0.6599919 0.3475953 0.6560944 0.3418248 0.6551222 0.3353896 0.6535876 0.3343771 0.6581944 0.4110654 0.7211108 0.4113087 0.7192471 0.4090255 0.7196481 0.4110654 0.7211108 0.4133554 0.7212799 0.4129009 0.719334 0.4114534 0.7174564 0.4113087 0.7192471 0.4124969 0.7174757 0.4114534 0.7174564 0.4104848 0.7166334 0.4098588 0.7181109 0.4154691 0.7208433 0.4143952 0.7190553 0.4133554 0.7212799 0.4154691 0.7208433 0.4168944 0.7190212 0.4154038 0.7176539 0.4154038 0.7176539 0.4141821 0.7163134 0.4135033 0.7173201 0.4135033 0.7173201 0.4124969 0.7174757 0.4129009 0.719334 0.3174319 0.6697385 0.3155251 0.6768164 0.3219594 0.6774541 0.3311028 0.6703451 0.3240267 0.6702138 0.3292311 0.6775535 0.3311028 0.6703451 0.3329768 0.663296 0.3258034 0.6631458 0.3174319 0.6697385 0.3240267 0.6702138 0.3187642 0.6627299 0.3311028 0.6703451 0.3292311 0.6775535 0.3366477 0.6794516 0.3441973 0.6739316 0.3379779 0.6722432 0.3434383 0.6810319 0.3441973 0.6739316 0.3454426 0.6669194 0.3395687 0.6652263 0.3311028 0.6703451 0.3379779 0.6722432 0.3329768 0.663296 0.3131069 0.6823422 0.3095474 0.6891071 0.3187186 0.6878476 0.3278375 0.6831334 0.3198654 0.6830323 0.3267688 0.6879622 0.3278375 0.6831334 0.3292311 0.6775535 0.3219594 0.6774541 0.3131069 0.6823422 0.3198654 0.6830323 0.3155251 0.6768164 0.3278375 0.6831334 0.3267688 0.6879622 0.33512 0.6900569 0.33512 0.6900569 0.3445689 0.6941174 0.3436239 0.6868491 0.3366477 0.6794516 0.3360947 0.6852603 0.3434383 0.6810319 0.3366477 0.6794516 0.3292311 0.6775535 0.3278375 0.6831334 0.4124389 0.710462 0.4123824 0.711114 0.4137222 0.7103987 0.4124389 0.710462 0.4113854 0.7106205 0.4114923 0.7111952 0.4123116 0.7118868 0.4123824 0.711114 0.4116152 0.7119057 0.4123116 0.7118868 0.4128304 0.7120984 0.4131153 0.7116514 0.410366 0.7108559 0.4106202 0.7113847 0.4113854 0.7106205 0.4100785 0.7120877 0.4106202 0.7113847 0.4091764 0.7112431 0.4100785 0.7120877 0.4104696 0.7123722 0.4109137 0.7120264 0.4109137 0.7120264 0.4116152 0.7119057 0.4114923 0.7111952 0.4114534 0.7174564 0.4114007 0.7158116 0.4104848 0.7166334 0.4114534 0.7174564 0.4124969 0.7174757 0.4121937 0.715792 0.4112516 0.7143329 0.4114007 0.7158116 0.4119614 0.7142868 0.4112516 0.7143329 0.4108076 0.7143222 0.4106962 0.7152755 0.4135033 0.7173201 0.4129752 0.7156907 0.4124969 0.7174757 0.4134983 0.7150265 0.4129752 0.7156907 0.4141821 0.7163134 0.4134983 0.7150265 0.4130915 0.7141237 0.4126644 0.714213 0.4126644 0.714213 0.4119614 0.7142868 0.4121937 0.715792 0.4105409 0.7132568 0.4108076 0.7143222 0.4112516 0.7143329 0.4112516 0.7143329 0.4119614 0.7142868 0.4117701 0.7129639 0.4117701 0.7129639 0.4116152 0.7119057 0.4109137 0.7120264 0.4105409 0.7132568 0.4111067 0.7130401 0.4104696 0.7123722 0.4126644 0.714213 0.4124243 0.7129324 0.4119614 0.7142868 0.4126644 0.714213 0.4130915 0.7141237 0.4130222 0.7130242 0.4123116 0.7118868 0.4124243 0.7129324 0.4128304 0.7120984 0.4123116 0.7118868 0.4116152 0.7119057 0.4117701 0.7129639 0.409767 0.6974722 0.4098854 0.6984 0.4111774 0.6972248 0.409767 0.6974722 0.408668 0.6975673 0.4088657 0.6984196 0.4101235 0.6998491 0.4098854 0.6984 0.4091759 0.6998217 0.4101235 0.6998491 0.4108727 0.7002955 0.4109603 0.6992442 0.4075847 0.6977161 0.4078705 0.6985747 0.408668 0.6975673 0.4071841 0.6996172 0.4078705 0.6985747 0.406131 0.6978405 0.4071841 0.6996172 0.4076955 0.7005474 0.4082496 0.699959 0.4082496 0.699959 0.4091759 0.6998217 0.4088657 0.6984196 0.410366 0.7108559 0.410291 0.7101808 0.4091764 0.7112431 0.4112786 0.7099696 0.410291 0.7101808 0.4113854 0.7106205 0.4101552 0.7091153 0.410291 0.7101808 0.4110837 0.708953 0.4101552 0.7091153 0.4094444 0.7089404 0.4093044 0.7097714 0.4124389 0.710462 0.4122834 0.7097789 0.4113854 0.7106205 0.413047 0.7090577 0.4122834 0.7097789 0.4137222 0.7103987 0.413047 0.7090577 0.412595 0.7083952 0.4120091 0.7087712 0.4112786 0.7099696 0.4122834 0.7097789 0.4110837 0.708953 0.4101552 0.7091153 0.4097188 0.7074152 0.4094444 0.7089404 0.4101552 0.7091153 0.4110837 0.708953 0.410713 0.7072812 0.4091655 0.7051556 0.4097188 0.7074152 0.4102227 0.7050327 0.4091655 0.7051556 0.4082233 0.7053161 0.4088684 0.7076532 0.4120091 0.7087712 0.4117095 0.7071458 0.4110837 0.708953 0.4126087 0.7071051 0.4117095 0.7071458 0.412595 0.7083952 0.4112961 0.7049631 0.4117095 0.7071458 0.412268 0.7048733 0.4112961 0.7049631 0.4102227 0.7050327 0.410713 0.7072812 0.4091655 0.7051556 0.4086784 0.7024114 0.4082233 0.7053161 0.4091655 0.7051556 0.4102227 0.7050327 0.4096693 0.7022862 0.4082496 0.699959 0.4086784 0.7024114 0.4091759 0.6998217 0.4077911 0.7024764 0.4086784 0.7024114 0.4076955 0.7005474 0.4112961 0.7049631 0.4106806 0.7022839 0.4102227 0.7050327 0.4112961 0.7049631 0.412268 0.7048733 0.4115515 0.7021625 0.4101235 0.6998491 0.4106806 0.7022839 0.4108727 0.7002955 0.4101235 0.6998491 0.4091759 0.6998217 0.4096693 0.7022862 0.4075847 0.6977161 0.4074351 0.6968405 0.406131 0.6978405 0.4075847 0.6977161 0.408668 0.6975673 0.4085118 0.6967527 0.4070483 0.6951872 0.4074351 0.6968405 0.4081787 0.6951668 0.4070483 0.6951872 0.4060381 0.6945512 0.4060909 0.69578 0.409767 0.6974722 0.4095688 0.6966014 0.408668 0.6975673 0.4103564 0.69537 0.4095688 0.6966014 0.4111774 0.6972248 0.4103564 0.69537 0.4098824 0.6943027 0.4092494 0.6950188 0.4092494 0.6950188 0.4081787 0.6951668 0.4085118 0.6967527 0.405714 0.6776328 0.4067118 0.6796362 0.4097766 0.6779237 0.405714 0.6776328 0.4027126 0.6781378 0.4039094 0.6798552 0.4068861 0.6813374 0.4067118 0.6796362 0.4045014 0.6814281 0.4068861 0.6813374 0.4084141 0.6818488 0.4089912 0.6805078 0.3998203 0.6789329 0.4012277 0.6800894 0.4027126 0.6781378 0.3998203 0.6789329 0.3975173 0.6807993 0.3997002 0.681239 0.4021875 0.6815478 0.4012277 0.6800894 0.4010083 0.6822307 0.4021875 0.6815478 0.4045014 0.6814281 0.4039094 0.6798552 0.4047378 0.6881249 0.4034038 0.6844343 0.4032152 0.6881621 0.4047378 0.6881249 0.4064816 0.6881193 0.4054288 0.6843889 0.4021875 0.6815478 0.4034038 0.6844343 0.4045014 0.6814281 0.401629 0.6844142 0.4034038 0.6844343 0.4010083 0.6822307 0.4081557 0.6881654 0.407448 0.6844032 0.4064816 0.6881193 0.4081557 0.6881654 0.4095612 0.6880924 0.4091202 0.6842107 0.4068861 0.6813374 0.407448 0.6844032 0.4084141 0.6818488 0.4068861 0.6813374 0.4045014 0.6814281 0.4054288 0.6843889 0.4070483 0.6951872 0.4060509 0.6919957 0.4060381 0.6945512 0.4070483 0.6951872 0.4081787 0.6951668 0.4074501 0.6920005 0.4047378 0.6881249 0.4060509 0.6919957 0.4064816 0.6881193 0.4047378 0.6881249 0.4032152 0.6881621 0.4048759 0.6921035 0.4092494 0.6950188 0.4087673 0.6919553 0.4081787 0.6951668 0.4098697 0.6919419 0.4087673 0.6919553 0.4098824 0.6943027 0.4081557 0.6881654 0.4087673 0.6919553 0.4095612 0.6880924 0.4081557 0.6881654 0.4064816 0.6881193 0.4074501 0.6920005 0.3970809 0.6551265 0.3979893 0.652791 0.3954759 0.6526929 0.3929425 0.6547209 0.3950717 0.6544668 0.3935447 0.6530932 0.3929425 0.6547209 0.3919934 0.6566794 0.3947752 0.6564388 0.3947752 0.6564388 0.3964374 0.656616 0.3970809 0.6551265 0.3957282 0.6661421 0.3965934 0.6703037 0.399435 0.6691783 0.399435 0.6691783 0.4012409 0.6689845 0.4001097 0.6658794 0.3968266 0.6625325 0.3977959 0.665648 0.3988268 0.6623116 0.3968266 0.6625325 0.3947513 0.6630051 0.3957282 0.6661421 0.3968266 0.6625325 0.39559 0.6592951 0.3947513 0.6630051 0.3968266 0.6625325 0.3988268 0.6623116 0.3975 0.6587834 0.3947752 0.6564388 0.39559 0.6592951 0.3964374 0.656616 0.3947752 0.6564388 0.3919934 0.6566794 0.3934656 0.6598036 0.2815492 0.6470724 0.2863798 0.6451599 0.2797783 0.6414824 0.2815492 0.6470724 0.2825435 0.651506 0.2880398 0.6493356 0.2880398 0.6493356 0.2929954 0.6475638 0.2907072 0.6438281 0.2848719 0.6412644 0.2863798 0.6451599 0.2884663 0.6405566 0.2785466 0.6664273 0.2818772 0.6655156 0.2785134 0.6633806 0.2785466 0.6664273 0.2775123 0.6698713 0.2808222 0.6698243 0.2859871 0.6639423 0.2818772 0.6655156 0.2869225 0.6706125 0.2859871 0.6639423 0.2839161 0.6582567 0.2805707 0.6615227 0.4088298 0.651618 0.4128723 0.649466 0.4081618 0.6477602 0.4044314 0.650288 0.4067217 0.6504401 0.4050223 0.64662 0.4044314 0.650288 0.4044901 0.6529538 0.4058993 0.6530403 0.4088298 0.651618 0.4067217 0.6504401 0.407436 0.6532461 0.4077331 0.6608718 0.4092831 0.6639425 0.4096221 0.6626851 0.4093355 0.6601382 0.408342 0.6604563 0.4101015 0.6617671 0.4073349 0.6579053 0.408342 0.6604563 0.4084877 0.6576426 0.4077331 0.6608718 0.408342 0.6604563 0.4065886 0.6581727 0.4114661 0.6622976 0.4109762 0.6599808 0.4101015 0.6617671 0.4114661 0.6622976 0.4139192 0.6628718 0.4135293 0.6603399 0.4103181 0.6572536 0.4109762 0.6599808 0.4132611 0.6576177 0.4103181 0.6572536 0.4084877 0.6576426 0.4093355 0.6601382 0.4073349 0.6579053 0.4063122 0.655481 0.4065886 0.6581727 0.4073349 0.6579053 0.4084877 0.6576426 0.4077143 0.65517 0.4058993 0.6530403 0.4063122 0.655481 0.407436 0.6532461 0.4058993 0.6530403 0.4044901 0.6529538 0.4053584 0.6555576 0.4077143 0.65517 0.4084877 0.6576426 0.4103181 0.6572536 0.4103181 0.6572536 0.4132611 0.6576177 0.4131749 0.6541293 0.4131749 0.6541293 0.4128723 0.649466 0.4088298 0.651618 0.4077143 0.65517 0.4098156 0.6541776 0.407436 0.6532461 0.2918612 0.6396595 0.2884663 0.6405566 0.2907072 0.6438281 0.2964489 0.6466885 0.294028 0.6429414 0.2929954 0.6475638 0.2964489 0.6466885 0.2984867 0.6465768 0.2971994 0.6432887 0.2918612 0.6396595 0.294028 0.6429414 0.2953488 0.6386901 0.2994492 0.6406195 0.3010784 0.6456596 0.30411 0.642162 0.2994492 0.6406195 0.2953488 0.6386901 0.2971994 0.6432887 0.3014799 0.6497949 0.3010784 0.6456596 0.2984867 0.6465768 0.3014799 0.6497949 0.3064004 0.6560271 0.3059968 0.6494182 0.3010011 0.6563634 0.3064004 0.6560271 0.3014799 0.6497949 0.2964489 0.6466885 0.2990266 0.6512973 0.2984867 0.6465768 0.2964489 0.6466885 0.2929954 0.6475638 0.2946264 0.6518495 0.3010011 0.6563634 0.2990266 0.6512973 0.2956587 0.6564353 0.321838 0.7337995 0.3237599 0.7340036 0.3225896 0.7316338 0.3225896 0.7316338 0.321352 0.7301324 0.3208166 0.7309108 0.3208166 0.7309108 0.3204194 0.7313939 0.3208454 0.7322799 0.321838 0.7337995 0.3215689 0.7322666 0.3210043 0.7332884 0.2735473 0.7084006 0.2724823 0.7090967 0.2739003 0.7095 0.2735473 0.7084006 0.2730842 0.7078559 0.272166 0.7086701 0.272166 0.7086701 0.2713244 0.7094162 0.2714842 0.709706 0.2726209 0.7099416 0.2724823 0.7090967 0.2715229 0.7101982 0.272166 0.7086701 0.2730842 0.7078559 0.2725874 0.707434 0.2710437 0.7082523 0.2718072 0.70836 0.2715402 0.7071434 0.2710437 0.7082523 0.2707276 0.7091729 0.2711117 0.7092203 0.272166 0.7086701 0.2718072 0.70836 0.2713244 0.7094162 0.3759773 0.7147559 0.3763941 0.715726 0.3769443 0.7146247 0.3760557 0.715986 0.3763941 0.715726 0.3754786 0.7151606 0.3760557 0.715986 0.3764963 0.7165456 0.376689 0.7164221 0.3771018 0.7157261 0.3763941 0.715726 0.3771032 0.7164476 0.3765797 0.7199289 0.3747907 0.7211214 0.3777055 0.7211695 0.3791803 0.7195503 0.3778812 0.7201642 0.3796096 0.7203103 0.3791803 0.7195503 0.3787511 0.7187903 0.378057 0.7191591 0.3765797 0.7199289 0.3778812 0.7201642 0.3772423 0.7189927 0.3205431 0.7295454 0.3203125 0.7303965 0.321352 0.7301324 0.3205431 0.7295454 0.3199701 0.7294597 0.3199397 0.7303419 0.3201554 0.7310467 0.3203125 0.7303965 0.3199638 0.7310051 0.3201554 0.7310467 0.3204194 0.7313939 0.3208166 0.7309108 0.3194401 0.7294617 0.3195815 0.7303655 0.3199701 0.7294597 0.3189918 0.730824 0.3195815 0.7303655 0.3185786 0.7298969 0.319755 0.7310357 0.3195815 0.7303655 0.3193988 0.7313808 0.319755 0.7310357 0.3199638 0.7310051 0.3199397 0.7303419 0.2818923 0.6968649 0.2830181 0.6979396 0.2852406 0.6954631 0.2859578 0.6918447 0.2840371 0.6943632 0.287329 0.6930155 0.2829103 0.693018 0.2840371 0.6943632 0.2847189 0.6912446 0.2818923 0.6968649 0.2840371 0.6943632 0.2805989 0.6957461 0.2804824 0.689544 0.2771121 0.6935215 0.2790535 0.6945982 0.2790535 0.6945982 0.2805989 0.6957461 0.2829103 0.693018 0.2850973 0.6891712 0.2820424 0.6911957 0.2847189 0.6912446 0.2850973 0.6891712 0.2848396 0.685858 0.2804824 0.689544 0.2850973 0.6891712 0.2873123 0.689376 0.2848396 0.685858 0.2850973 0.6891712 0.2847189 0.6912446 0.2859578 0.6918447 0.2859578 0.6918447 0.287329 0.6930155 0.2891288 0.6907907 0.2884013 0.6865984 0.2873123 0.689376 0.2908517 0.6884533 0.2840607 0.6989551 0.2863387 0.6965497 0.2830181 0.6979396 0.2877572 0.6974532 0.2863387 0.6965497 0.2852069 0.7000577 0.2886268 0.6942527 0.2863387 0.6965497 0.2894369 0.6953853 0.2886268 0.6942527 0.287329 0.6930155 0.2852406 0.6954631 0.2891288 0.6907907 0.2909876 0.6923961 0.2908517 0.6884533 0.2886268 0.6942527 0.2909876 0.6923961 0.287329 0.6930155 0.2886268 0.6942527 0.2894369 0.6953853 0.2916611 0.6946485 0.2916611 0.6946485 0.2950604 0.6944018 0.2933801 0.690599 0.2919291 0.6994442 0.2950604 0.6944018 0.2916611 0.6946485 0.2877572 0.6974532 0.2899219 0.698004 0.2894369 0.6953853 0.2877572 0.6974532 0.2852069 0.7000577 0.2866432 0.701394 0.2919291 0.6994442 0.2899219 0.698004 0.2880663 0.7032381 0.2818923 0.6968649 0.2798656 0.6992836 0.2830181 0.6979396 0.278674 0.6985905 0.2798656 0.6992836 0.2805989 0.6957461 0.2779741 0.7015156 0.2798656 0.6992836 0.2775262 0.7007313 0.2779741 0.7015156 0.2787573 0.7023486 0.2808161 0.700251 0.2769643 0.7041838 0.2762349 0.7034571 0.2754322 0.7057163 0.2779741 0.7015156 0.2762349 0.7034571 0.2787573 0.7023486 0.2779741 0.7015156 0.2775262 0.7007313 0.2760702 0.7018564 0.2747289 0.7050852 0.2762349 0.7034571 0.2739005 0.7033702 0.2750604 0.6982482 0.2739005 0.7033702 0.2760702 0.7018564 0.278674 0.6985905 0.2770363 0.6985276 0.2775262 0.7007313 0.278674 0.6985905 0.2805989 0.6957461 0.2790535 0.6945982 0.2750604 0.6982482 0.2770363 0.6985276 0.2771121 0.6935215 0.2808161 0.700251 0.2817303 0.7011369 0.2830181 0.6979396 0.2808161 0.700251 0.2787573 0.7023486 0.2795426 0.7031103 0.2824203 0.7022126 0.2817303 0.7011369 0.2803291 0.7034811 0.2840607 0.6989551 0.2817303 0.7011369 0.2852069 0.7000577 0.2832545 0.7056795 0.2880663 0.7032381 0.2866432 0.701394 0.2866432 0.701394 0.2852069 0.7000577 0.2824203 0.7022126 0.2793077 0.7049536 0.2826982 0.7037493 0.2803291 0.7034811 0.2793077 0.7049536 0.2779553 0.7071516 0.2832545 0.7056795 0.2793077 0.7049536 0.2776926 0.7048906 0.2779553 0.7071516 0.2793077 0.7049536 0.2803291 0.7034811 0.2795426 0.7031103 0.2769643 0.7041838 0.2776926 0.7048906 0.2787573 0.7023486 0.2769643 0.7041838 0.2754322 0.7057163 0.2761153 0.7063924 0.3664773 0.7057373 0.3674483 0.7051318 0.3658601 0.7033043 0.3632271 0.7023696 0.3648778 0.7039688 0.3643842 0.7015326 0.3632271 0.7023696 0.3623409 0.7031018 0.3634412 0.7045698 0.3664773 0.7057373 0.3648778 0.7039688 0.3651595 0.7065697 0.3632469 0.7079371 0.3611491 0.7050985 0.3613132 0.709953 0.3632469 0.7079371 0.3651595 0.7065697 0.3634412 0.7045698 0.3604134 0.7025044 0.3611491 0.7050985 0.3623409 0.7031018 0.3587706 0.7066246 0.3611491 0.7050985 0.3571714 0.7022464 0.3590522 0.6989565 0.3571714 0.7022464 0.3604134 0.7025044 0.3632271 0.7023696 0.3612323 0.7007927 0.3623409 0.7031018 0.3632271 0.7023696 0.3643842 0.7015326 0.3629506 0.6995521 0.3590522 0.6989565 0.3612323 0.7007927 0.3614394 0.6972557 0.3683202 0.7044451 0.3667894 0.7025852 0.3674483 0.7051318 0.367868 0.7015137 0.3667894 0.7025852 0.3694763 0.703629 0.367868 0.7015137 0.366781 0.7000736 0.3655885 0.7006881 0.3655885 0.7006881 0.3643842 0.7015326 0.3658601 0.7033043 0.3629506 0.6995521 0.3649125 0.6983712 0.3614394 0.6972557 0.3629506 0.6995521 0.3643842 0.7015326 0.3655885 0.7006881 0.3670507 0.6981508 0.3649125 0.6983712 0.366781 0.7000736 0.3670507 0.6981508 0.3685091 0.694907 0.3643317 0.6957191 0.3717156 0.698082 0.3685091 0.694907 0.3670507 0.6981508 0.367868 0.7015137 0.3692983 0.6997918 0.366781 0.7000736 0.367868 0.7015137 0.3694763 0.703629 0.3712999 0.7026353 0.3712999 0.7026353 0.3738154 0.7015952 0.3717156 0.698082 0.3664773 0.7057373 0.3683186 0.7078219 0.3674483 0.7051318 0.3664773 0.7057373 0.3651595 0.7065697 0.3673843 0.7087112 0.3700724 0.7099156 0.3683186 0.7078219 0.3691378 0.7102164 0.3700724 0.7099156 0.370935 0.7093347 0.3692187 0.7072797 0.3723613 0.7108839 0.37141 0.711712 0.3735687 0.7122619 0.3723613 0.7108839 0.370935 0.7093347 0.3700724 0.7099156 0.3700724 0.7099156 0.3691378 0.7102164 0.369664 0.7118391 0.3725813 0.7132788 0.37141 0.711712 0.3704352 0.7143597 0.3654478 0.7125278 0.3704352 0.7143597 0.369664 0.7118391 0.3673843 0.7087112 0.3665141 0.7103824 0.3691378 0.7102164 0.3673843 0.7087112 0.3651595 0.7065697 0.3632469 0.7079371 0.3632469 0.7079371 0.3613132 0.709953 0.3654478 0.7125278 0.3692187 0.7072797 0.3699863 0.7066503 0.3674483 0.7051318 0.3692187 0.7072797 0.370935 0.7093347 0.3716383 0.7087358 0.3710155 0.7061567 0.3699863 0.7066503 0.3720256 0.7080315 0.3683202 0.7044451 0.3699863 0.7066503 0.3694763 0.703629 0.3712999 0.7026353 0.3727003 0.7060224 0.3738154 0.7015952 0.3712999 0.7026353 0.3694763 0.703629 0.3710155 0.7061567 0.3733569 0.7089055 0.3727003 0.7060224 0.3720256 0.7080315 0.3733569 0.7089055 0.3754089 0.7101285 0.3749747 0.7056922 0.3733569 0.7089055 0.3731271 0.7102372 0.3754089 0.7101285 0.3733569 0.7089055 0.3720256 0.7080315 0.3716383 0.7087358 0.3716383 0.7087358 0.370935 0.7093347 0.3723613 0.7108839 0.374378 0.711592 0.3731271 0.7102372 0.3735687 0.7122619 0.3205008 0.7171478 0.3217465 0.7174626 0.3223508 0.7138151 0.3214037 0.7097966 0.3210143 0.713567 0.3229843 0.7099346 0.3195576 0.7129651 0.3210143 0.713567 0.3200815 0.7100715 0.3205008 0.7171478 0.3210143 0.713567 0.3190901 0.7167754 0.3156383 0.7111068 0.3152325 0.7165015 0.3173636 0.71644 0.3173636 0.71644 0.3190901 0.7167754 0.3195576 0.7129651 0.3192628 0.7078047 0.3178906 0.7116871 0.3200815 0.7100715 0.3192628 0.7078047 0.3172971 0.7051644 0.3156383 0.7111068 0.3192628 0.7078047 0.3212583 0.7063676 0.3172971 0.7051644 0.3192628 0.7078047 0.3200815 0.7100715 0.3214037 0.7097966 0.3214037 0.7097966 0.3229843 0.7099346 0.3235647 0.7063462 0.3235647 0.7063462 0.3240978 0.7031433 0.3209965 0.7032627 0.3223508 0.7138151 0.3217465 0.7174626 0.3229781 0.7176253 0.3252578 0.7138582 0.3236569 0.7140318 0.3244457 0.7177534 0.3245354 0.7102023 0.3236569 0.7140318 0.3257626 0.7107495 0.3223508 0.7138151 0.3236569 0.7140318 0.3229843 0.7099346 0.3235647 0.7063462 0.3258696 0.7067103 0.3240978 0.7031433 0.3235647 0.7063462 0.3229843 0.7099346 0.3245354 0.7102023 0.3245354 0.7102023 0.3257626 0.7107495 0.3274239 0.7085452 0.3272519 0.7035555 0.3258696 0.7067103 0.3305222 0.7061675 0.3300886 0.7129463 0.3305222 0.7061675 0.3274239 0.7085452 0.3252578 0.7138582 0.3274786 0.7129358 0.3257626 0.7107495 0.3252578 0.7138582 0.3244457 0.7177534 0.3263995 0.7179643 0.3300886 0.7129463 0.3274786 0.7129358 0.3286392 0.7186797 0.3205008 0.7171478 0.3202739 0.7200077 0.3217465 0.7174626 0.3205008 0.7171478 0.3190901 0.7167754 0.3191934 0.7198839 0.3201021 0.7223795 0.3202739 0.7200077 0.3194293 0.7219352 0.3201021 0.7223795 0.3208624 0.7227023 0.3212541 0.7203522 0.3194382 0.7263891 0.3203186 0.7265172 0.3205602 0.724731 0.3201021 0.7223795 0.3197541 0.724496 0.3208624 0.7227023 0.3201021 0.7223795 0.3194293 0.7219352 0.3189034 0.7233388 0.3194382 0.7263891 0.3197541 0.724496 0.3178718 0.7255533 0.3161128 0.7212268 0.3178718 0.7255533 0.3189034 0.7233388 0.3191934 0.7198839 0.3179039 0.7204887 0.3194293 0.7219352 0.3191934 0.7198839 0.3190901 0.7167754 0.3173636 0.71644 0.3161128 0.7212268 0.3179039 0.7204887 0.3152325 0.7165015 0.3212541 0.7203522 0.322243 0.7204098 0.3217465 0.7174626 0.3212541 0.7203522 0.3208624 0.7227023 0.321657 0.722701 0.3233168 0.7206928 0.322243 0.7204098 0.3224771 0.7225345 0.3233168 0.7206928 0.3244457 0.7177534 0.3229781 0.7176253 0.3262338 0.7229923 0.3286392 0.7186797 0.3263995 0.7179643 0.3263995 0.7179643 0.3244457 0.7177534 0.3233168 0.7206928 0.3226546 0.7240432 0.324552 0.7217132 0.3224771 0.7225345 0.3226546 0.7240432 0.3231781 0.7264451 0.3262338 0.7229923 0.3226546 0.7240432 0.3214255 0.7248147 0.3231781 0.7264451 0.3226546 0.7240432 0.3224771 0.7225345 0.321657 0.722701 0.3205602 0.724731 0.3214255 0.7248147 0.3208624 0.7227023 0.3212721 0.7266966 0.3214255 0.7248147 0.3203186 0.7265172 0.1167675 0.9144915 0.1170565 0.9258987 0.1140742 0.9265092 0.1087049 0.9076977 0.1126947 0.9103699 0.1090776 0.9276821 0.1087049 0.9076977 0.1073842 0.8923744 0.1112215 0.8955863 0.1167675 0.9144915 0.1126947 0.9103699 0.1152038 0.898011 0.1140742 0.9265092 0.1156119 0.9405059 0.1090776 0.9276821 0.1140742 0.9265092 0.1170565 0.9258987 0.1198519 0.935186 0.1171697 0.9507909 0.1156119 0.9405059 0.1243692 0.9495186 0.1171697 0.9507909 0.1118503 0.9550935 0.1106261 0.9432668 0.1097233 0.8650687 0.1117306 0.8633628 0.1126673 0.8674527 0.1119957 0.8749212 0.1108972 0.8696684 0.1145691 0.8735571 0.1119957 0.8749212 0.109799 0.8769145 0.1091972 0.8715837 0.1097233 0.8650687 0.1108972 0.8696684 0.1078042 0.8671836 0.1236523 0.9670214 0.1242193 0.9670933 0.1243934 0.9691764 0.1236523 0.9670214 0.1228656 0.9649116 0.1231058 0.9649813 0.1231058 0.9649813 0.1231742 0.9647048 0.1244041 0.9665133 0.1253098 0.9691763 0.1242193 0.9670933 0.12563 0.968239 0.1221051 0.9611806 0.1212762 0.9608855 0.1223172 0.9605513 0.1216874 0.9613884 0.1212762 0.9608855 0.1219711 0.9616735 0.1216874 0.9613884 0.1215865 0.9616553 0.1208007 0.9614905 0.1208007 0.9614905 0.1199163 0.9612084 0.1208585 0.9602302 0.1043259 0.9392339 0.107281 0.9499927 0.1000352 0.9468291 0.1043259 0.9392339 0.1090776 0.9276821 0.1106261 0.9432668 0.1101201 0.9602634 0.107281 0.9499927 0.1118503 0.9550935 0.1101201 0.9602634 0.1088473 0.9659453 0.1046164 0.9572089 0.09673148 0.9196696 0.1004612 0.9295536 0.09078222 0.923486 0.09673148 0.9196696 0.1007114 0.9153191 0.1045637 0.9200989 0.1043259 0.9392339 0.1004612 0.9295536 0.1090776 0.9276821 0.1043259 0.9392339 0.1000352 0.9468291 0.09509617 0.9353775 0.09673148 0.9196696 0.09418141 0.9082998 0.1007114 0.9153191 0.09673148 0.9196696 0.09078222 0.923486 0.08807611 0.911786 0.09235423 0.8981205 0.09418141 0.9082998 0.08634835 0.9015377 0.09235423 0.8981205 0.09833061 0.8926151 0.1001564 0.9056012 0.08906584 0.886958 0.09079319 0.891808 0.08387875 0.8880264 0.08906584 0.886958 0.09294027 0.8847987 0.09529858 0.8884459 0.09235423 0.8981205 0.09079319 0.891808 0.09833061 0.8926151 0.09235423 0.8981205 0.08634835 0.9015377 0.08496922 0.8940007 0.0994752 0.871622 0.0997219 0.8704655 0.09990024 0.8709022 0.09998732 0.8716865 0.09974157 0.8716794 0.1000281 0.8713396 0.09975588 0.8725 0.09974157 0.8716794 0.1000683 0.8720872 0.09975588 0.8725 0.09944999 0.8728296 0.0994752 0.871622 0.09975588 0.8725 0.1000377 0.8733173 0.09944999 0.8728296 0.09975588 0.8725 0.1000683 0.8720872 0.1002236 0.872872 0.1005943 0.8739889 0.1000377 0.8733173 0.1006032 0.873662 0.1005943 0.8739889 0.1005809 0.8743931 0.09985607 0.8737458 0.1005943 0.8739889 0.1014329 0.8743723 0.1005809 0.8743931 0.1005943 0.8739889 0.1006032 0.873662 0.101357 0.8740784 0.101357 0.8740784 0.1022325 0.8739628 0.1023769 0.8742253 0.1023769 0.8742253 0.1025144 0.874707 0.1015123 0.874794 0.101466 0.8691058 0.1008964 0.8692263 0.101176 0.8679187 0.101466 0.8691058 0.101613 0.8699185 0.1010753 0.8699031 0.1010753 0.8699031 0.1005942 0.8701325 0.1004655 0.8696461 0.1005428 0.868358 0.1008964 0.8692263 0.1002531 0.8690835 0.09998035 0.8697026 0.1002531 0.8690835 0.1004655 0.8696461 0.1004655 0.8696461 0.1005942 0.8701325 0.1002377 0.8707165 0.1002377 0.8707165 0.1000281 0.8713396 0.09990024 0.8709022 0.09998035 0.8697026 0.1001375 0.8702146 0.0997219 0.8704655 0.1034516 0.8738903 0.1025144 0.874707 0.1023769 0.8742253 0.1023769 0.8742253 0.1022325 0.8739628 0.1029773 0.8731568 0.103747 0.872075 0.1032497 0.8733057 0.1033623 0.8720786 0.1034516 0.8738903 0.1032497 0.8733057 0.1042271 0.8724087 0.1029648 0.8701022 0.1035646 0.8709946 0.1026542 0.8704471 0.1029648 0.8701022 0.1032781 0.8698083 0.1039412 0.8708541 0.1039412 0.8708541 0.1042271 0.8724087 0.103747 0.872075 0.103747 0.872075 0.1033623 0.8720786 0.1031582 0.8711462 0.101466 0.8691058 0.1022104 0.8694351 0.101613 0.8699185 0.101466 0.8691058 0.101176 0.8679187 0.102365 0.8689011 0.1029648 0.8701022 0.1022104 0.8694351 0.1032781 0.8698083 0.1029648 0.8701022 0.1026542 0.8704471 0.1021392 0.8700688 0.09652912 0.9511613 0.1016721 0.9614407 0.093602 0.9537723 0.09652912 0.9511613 0.1000352 0.9468291 0.1046164 0.9572089 0.1064212 0.9696474 0.1016721 0.9614407 0.1088473 0.9659453 0.1064212 0.9696474 0.1037873 0.9722385 0.09886997 0.9641126 0.08025759 0.9282365 0.08546525 0.9426739 0.07790046 0.9287545 0.08025759 0.9282365 0.08295309 0.9274039 0.08805179 0.9409237 0.09104824 0.9562039 0.08546525 0.9426739 0.093602 0.9537723 0.09104824 0.9562039 0.08868104 0.9585456 0.08311504 0.9442521 0.08632534 0.9259422 0.09111088 0.9388296 0.08295309 0.9274039 0.08632534 0.9259422 0.09078222 0.923486 0.09509617 0.9353775 0.09652912 0.9511613 0.09111088 0.9388296 0.1000352 0.9468291 0.09652912 0.9511613 0.093602 0.9537723 0.08805179 0.9409237 0.08632534 0.9259422 0.08308041 0.9139961 0.09078222 0.923486 0.08632534 0.9259422 0.08295309 0.9274039 0.07903975 0.9150502 0.07903975 0.9150502 0.07620316 0.9043211 0.08091318 0.90356 0.08091318 0.90356 0.08634835 0.9015377 0.08807611 0.911786 0.07433468 0.8956753 0.0733214 0.8883963 0.07841879 0.8883516 0.08496922 0.8940007 0.07936078 0.8952032 0.08387875 0.8880264 0.08091318 0.90356 0.07936078 0.8952032 0.08634835 0.9015377 0.07433468 0.8956753 0.07936078 0.8952032 0.07620316 0.9043211 0.07305037 0.8817673 0.07294321 0.8745724 0.07824212 0.8774601 0.08301711 0.882466 0.07808285 0.8824312 0.08168703 0.8785645 0.08301711 0.882466 0.08387875 0.8880264 0.07841879 0.8883516 0.07305037 0.8817673 0.07808285 0.8824312 0.0733214 0.8883963 0.0551207 0.8542 0.05922305 0.8458245 0.06150335 0.8487631 0.06016331 0.8561856 0.05786484 0.8548992 0.06226414 0.8514524 0.05287599 0.863377 0.05786484 0.8548992 0.05540567 0.8642715 0.05287599 0.863377 0.05009424 0.8628177 0.0551207 0.8542 0.01085698 0.907573 0.01777929 0.9017031 0.01856583 0.9032524 0.0118606 0.9112011 0.01133918 0.9095956 0.01928228 0.9046112 0.0118606 0.9112011 0.005560815 0.9160476 0.00506252 0.9142882 0.01085698 0.907573 0.01133918 0.9095956 0.00483781 0.9117333 0.03726649 0.8827196 0.04583543 0.8726466 0.03915089 0.8833079 0.03726649 0.8827196 0.0354073 0.8821539 0.04335439 0.8722281 0.05287599 0.863377 0.04583543 0.8726466 0.05009424 0.8628177 0.05287599 0.863377 0.05540567 0.8642715 0.04818588 0.8732662 0.02894771 0.894535 0.01928228 0.9046112 0.01856583 0.9032524 0.0267592 0.8923175 0.02769243 0.8936076 0.01777929 0.9017031 0.03726649 0.8827196 0.02769243 0.8936076 0.0354073 0.8821539 0.03726649 0.8827196 0.03915089 0.8833079 0.02894771 0.894535 0.09878808 0.8712924 0.09905308 0.86961 0.0994426 0.8700299 0.0994752 0.871622 0.09916776 0.8714634 0.0997219 0.8704655 0.09915709 0.8729929 0.09916776 0.8714634 0.09944999 0.8728296 0.09878808 0.8712924 0.09916776 0.8714634 0.09882652 0.873063 0.09915709 0.8729929 0.09968274 0.8741406 0.09882652 0.873063 0.09915709 0.8729929 0.09944999 0.8728296 0.09985607 0.8737458 0.1005586 0.8749518 0.09968274 0.8741406 0.1005809 0.8743931 0.1005586 0.8749518 0.1005264 0.8755278 0.09948229 0.8744801 0.09930777 0.8684572 0.09943777 0.8677177 0.09987324 0.8683683 0.09998035 0.8697026 0.09970927 0.8691705 0.1002531 0.8690835 0.09998035 0.8697026 0.0997219 0.8704655 0.0994426 0.8700299 0.09930777 0.8684572 0.09970927 0.8691705 0.09905308 0.86961 0.1039412 0.8708541 0.1032781 0.8698083 0.1035962 0.8696165 0.1046645 0.8707072 0.1042581 0.8707354 0.1040104 0.8694297 0.1046645 0.8707072 0.1049417 0.8722743 0.1046028 0.8720847 0.1046028 0.8720847 0.1042271 0.8724087 0.1039412 0.8708541 0.1061252 0.8841714 0.1026685 0.8843793 0.1050819 0.8803761 0.1061252 0.8841714 0.1073842 0.8923744 0.103361 0.8920159 0.103361 0.8920159 0.09833061 0.8926151 0.09946596 0.8847454 0.1023985 0.8806146 0.1026685 0.8843793 0.09976154 0.8802885 0.09446227 0.8812003 0.09489393 0.8767069 0.09733957 0.8792731 0.09946596 0.8847454 0.09695136 0.883735 0.09976154 0.8802885 0.09946596 0.8847454 0.09833061 0.8926151 0.09529858 0.8884459 0.09446227 0.8812003 0.09695136 0.883735 0.09294027 0.8847987 0.1030842 0.8681803 0.1040104 0.8694297 0.1035962 0.8696165 0.102365 0.8689011 0.1026864 0.8685662 0.1032781 0.8698083 0.102365 0.8689011 0.101176 0.8679187 0.1017242 0.8673498 0.1030842 0.8681803 0.1026864 0.8685662 0.1023057 0.8672503 0.06756317 0.8636735 0.06688368 0.8626617 0.06821215 0.8591306 0.06552594 0.8700548 0.06688368 0.8626617 0.06570881 0.8733801 0.06552594 0.8700548 0.0649572 0.868808 0.06652098 0.8618512 0.06652098 0.8618512 0.06781637 0.8561775 0.0680651 0.8569224 0.07461696 0.8705636 0.07294321 0.8745724 0.07115513 0.8655135 0.07115513 0.8655135 0.07042652 0.8582927 0.07216906 0.8585373 0.07216906 0.8585373 0.07430106 0.8584451 0.07451671 0.8633064 0.07461696 0.8705636 0.07276719 0.8647795 0.07587742 0.8676549 0.07045972 0.8479784 0.06757622 0.8499409 0.06706941 0.8461495 0.06706941 0.8461495 0.06617611 0.8429132 0.06840306 0.8425472 0.06840306 0.8425472 0.07068949 0.8416166 0.07194387 0.844577 0.07194387 0.844577 0.07301831 0.8470557 0.07045972 0.8479784 0.07141673 0.8514754 0.06953024 0.8517598 0.06906139 0.850414 0.06906139 0.850414 0.06757622 0.8499409 0.07045972 0.8479784 0.07357162 0.8491345 0.07104671 0.8496512 0.07301831 0.8470557 0.07357162 0.8491345 0.0738458 0.8514152 0.07141673 0.8514754 0.06993508 0.8540471 0.07175487 0.8542699 0.07042652 0.8582927 0.06993508 0.8540471 0.06953024 0.8517598 0.07141673 0.8514754 0.0740832 0.8545001 0.07175487 0.8542699 0.0738458 0.8514152 0.0740832 0.8545001 0.07430106 0.8584451 0.07216906 0.8585373 0.08343863 0.8761074 0.08168703 0.8785645 0.07824212 0.8774601 0.07461696 0.8705636 0.07878589 0.8734564 0.07294321 0.8745724 0.07461696 0.8705636 0.07587742 0.8676549 0.07953047 0.8700622 0.08343863 0.8761074 0.07878589 0.8734564 0.08486688 0.872417 0.09598433 0.8638284 0.09449326 0.8625375 0.0977593 0.8599802 0.09598433 0.8638284 0.09488767 0.8677596 0.09357786 0.8668173 0.09270113 0.8608724 0.09449326 0.8625375 0.09218245 0.8652289 0.09270113 0.8608724 0.09312701 0.8543299 0.0955888 0.8575618 0.09452676 0.8718824 0.09308987 0.8708618 0.09488767 0.8677596 0.09452676 0.8718824 0.09489393 0.8767069 0.09251439 0.8743582 0.09166616 0.8688777 0.09308987 0.8708618 0.09060662 0.8713989 0.09166616 0.8688777 0.09218245 0.8652289 0.09357786 0.8668173 0.118148 0.859519 0.118182 0.8656475 0.1145188 0.8633433 0.1108234 0.8588663 0.1143027 0.8591932 0.1117306 0.8633628 0.1108234 0.8588663 0.110102 0.8541944 0.1140394 0.8545898 0.1140394 0.8545898 0.1193572 0.8534067 0.118148 0.859519 0.01565968 0.8942206 0.01289963 0.8985295 0.01344627 0.8942963 0.04560202 0.8468298 0.05002832 0.8515418 0.04761332 0.8565464 0.04716855 0.8629349 0.05158776 0.8552127 0.05009424 0.8628177 0.04716855 0.8629349 0.04357254 0.8637078 0.04761332 0.8565464 0.05386513 0.8488084 0.05158776 0.8552127 0.05002832 0.8515418 0.05386513 0.8488084 0.05922305 0.8458245 0.0551207 0.8542 0.03403902 0.8813387 0.041067 0.8719528 0.0354073 0.8821539 0.03403902 0.8813387 0.03199362 0.8811259 0.03803622 0.8723828 0.04716855 0.8629349 0.041067 0.8719528 0.04357254 0.8637078 0.04716855 0.8629349 0.05009424 0.8628177 0.04335439 0.8722281 0.02105987 0.8963809 0.02684044 0.890165 0.01777929 0.9017031 0.02643424 0.8884923 0.02684044 0.890165 0.02269339 0.893016 0.03403902 0.8813387 0.02684044 0.890165 0.03199362 0.8811259 0.0267592 0.8923175 0.02684044 0.890165 0.0354073 0.8821539 0.06723821 0.8270846 0.06577914 0.8333346 0.06257778 0.83276 0.0655027 0.8183603 0.06370586 0.825749 0.05943161 0.8173653 0.06723821 0.8270846 0.06370586 0.825749 0.06916594 0.8202992 0.06723821 0.8270846 0.06942975 0.8278958 0.06577914 0.8333346 0.06723821 0.8270846 0.06916594 0.8202992 0.07168424 0.8213313 0.07168424 0.8213313 0.07373857 0.8219881 0.07131224 0.8282365 0.09132814 0.8371189 0.09049373 0.8323886 0.09276503 0.8355536 0.09132814 0.8371189 0.08955925 0.8381479 0.08874887 0.8330056 0.09045714 0.8257765 0.09049373 0.8323886 0.08874076 0.8268834 0.09045714 0.8257765 0.09255087 0.8247904 0.09251344 0.8319348 0.09547621 0.8240529 0.09571087 0.8129471 0.09914815 0.8234413 0.09547621 0.8240529 0.09255087 0.8247904 0.09288233 0.8139308 0.09591585 0.8006891 0.09571087 0.8129471 0.09330928 0.8016799 0.09591585 0.8006891 0.09929901 0.7994394 0.09920793 0.8111711 0.103053 0.8160257 0.1030647 0.8077744 0.1073551 0.8103442 0.103053 0.8160257 0.09914815 0.8234413 0.09920793 0.8111711 0.1031335 0.7978206 0.1030647 0.8077744 0.09929901 0.7994394 0.1031335 0.7978206 0.1072843 0.7960405 0.1072474 0.8038403 0.07076561 0.8134021 0.06916594 0.8202992 0.0655027 0.8183603 0.0655027 0.8183603 0.05943161 0.8173653 0.06347274 0.8084268 0.06347274 0.8084268 0.06577754 0.8005462 0.06940782 0.8032878 0.07076561 0.8134021 0.0674867 0.8113493 0.07246351 0.8051443 0.06347274 0.8084268 0.05943161 0.8173653 0.05458277 0.8124067 0.06347274 0.8084268 0.05869013 0.8048134 0.06577754 0.8005462 0.07556134 0.8153456 0.07373857 0.8219881 0.07168424 0.8213313 0.07076561 0.8134021 0.07334303 0.8144062 0.06916594 0.8202992 0.07076561 0.8134021 0.07246351 0.8051443 0.07510077 0.8059628 0.07556134 0.8153456 0.07334303 0.8144062 0.07790726 0.8073958 0.09045714 0.8257765 0.09103119 0.8149502 0.09255087 0.8247904 0.09045714 0.8257765 0.08874076 0.8268834 0.0895369 0.8167534 0.0918045 0.8025223 0.09103119 0.8149502 0.09032326 0.8045278 0.0918045 0.8025223 0.09330928 0.8016799 0.09288233 0.8139308 0.09591585 0.8006891 0.09606164 0.7894015 0.09929901 0.7994394 0.09591585 0.8006891 0.09330928 0.8016799 0.09363311 0.7903618 0.09561055 0.7775042 0.09606164 0.7894015 0.09323656 0.7784751 0.09561055 0.7775042 0.09878712 0.7762725 0.09927135 0.788259 0.1031335 0.7978206 0.1028821 0.7869694 0.1072843 0.7960405 0.1031335 0.7978206 0.09929901 0.7994394 0.09927135 0.788259 0.1023656 0.7748096 0.1028821 0.7869694 0.09878712 0.7762725 0.1023656 0.7748096 0.1062615 0.7738212 0.1068346 0.7858113 0.07468599 0.7942768 0.07246351 0.8051443 0.06940782 0.8032878 0.06708186 0.7906154 0.07101589 0.7927471 0.06577754 0.8005462 0.06708186 0.7906154 0.06733357 0.7795311 0.07173806 0.7808058 0.07468599 0.7942768 0.07101589 0.7927471 0.07614219 0.7818241 0.06708186 0.7906154 0.06577754 0.8005462 0.0614165 0.7970727 0.06708186 0.7906154 0.06332403 0.7882429 0.06733357 0.7795311 0.08043777 0.7949723 0.07790726 0.8073958 0.07510077 0.8059628 0.07468599 0.7942768 0.07765227 0.7948434 0.07246351 0.8051443 0.07468599 0.7942768 0.07614219 0.7818241 0.07940876 0.782018 0.07940876 0.782018 0.08213305 0.7817849 0.08043777 0.7949723 0.0918045 0.8025223 0.09236586 0.7911049 0.09330928 0.8016799 0.0918045 0.8025223 0.09032326 0.8045278 0.0912491 0.7920444 0.09206581 0.7791556 0.09236586 0.7911049 0.09116619 0.7797514 0.09206581 0.7791556 0.09323656 0.7784751 0.09363311 0.7903618 0.08804118 0.8045834 0.08927208 0.7935938 0.09032326 0.8045278 0.08804118 0.8045834 0.08519756 0.8062704 0.0866419 0.7949196 0.08960556 0.7804681 0.08927208 0.7935938 0.08748626 0.7811203 0.08960556 0.7804681 0.09116619 0.7797514 0.0912491 0.7920444 0.09561055 0.7775042 0.09402495 0.7634169 0.09878712 0.7762725 0.09561055 0.7775042 0.09323656 0.7784751 0.09150248 0.7645183 0.09148126 0.7482676 0.09402495 0.7634169 0.08862882 0.7494705 0.09148126 0.7482676 0.09545296 0.7469307 0.09750849 0.7621225 0.1023656 0.7748096 0.1016392 0.76093 0.1062615 0.7738212 0.1023656 0.7748096 0.09878712 0.7762725 0.09750849 0.7621225 0.1002513 0.7459943 0.1016392 0.76093 0.09545296 0.7469307 0.1059281 0.760739 0.1016392 0.76093 0.1065025 0.7460286 0.07554137 0.7688109 0.07614219 0.7818241 0.07173806 0.7808058 0.06648045 0.7681891 0.07100158 0.7685423 0.06733357 0.7795311 0.07554137 0.7688109 0.07100158 0.7685423 0.07298129 0.7553333 0.06648045 0.7681891 0.06733357 0.7795311 0.06406605 0.7785676 0.07940876 0.782018 0.07878172 0.7684559 0.08213305 0.7817849 0.07554137 0.7688109 0.07878172 0.7684559 0.07614219 0.7818241 0.07554137 0.7688109 0.07298129 0.7553333 0.07617288 0.7544723 0.07617288 0.7544723 0.07872849 0.7534226 0.0813663 0.7677933 0.09206581 0.7791556 0.09025514 0.7651318 0.09323656 0.7784751 0.09206581 0.7791556 0.09116619 0.7797514 0.08940523 0.7655324 0.08718818 0.7500049 0.09025514 0.7651318 0.08629977 0.7503123 0.08718818 0.7500049 0.08862882 0.7494705 0.09150248 0.7645183 0.08960556 0.7804681 0.08807522 0.7659953 0.09116619 0.7797514 0.08960556 0.7804681 0.08748626 0.7811203 0.08625608 0.7665282 0.0851038 0.7508345 0.08807522 0.7659953 0.08346545 0.7515479 0.0851038 0.7508345 0.08629977 0.7503123 0.08940523 0.7655324 0.09148126 0.7482676 0.08815586 0.7331842 0.09545296 0.7469307 0.09148126 0.7482676 0.08862882 0.7494705 0.08481341 0.7343106 0.1029208 0.7303832 0.1065025 0.7460286 0.1002513 0.7459943 0.1002513 0.7459943 0.09545296 0.7469307 0.09263777 0.7318186 0.06855994 0.7414874 0.07298129 0.7553333 0.06855201 0.7557605 0.07617288 0.7544723 0.07198417 0.7403821 0.07872849 0.7534226 0.07617288 0.7544723 0.07298129 0.7553333 0.06855994 0.7414874 0.08718818 0.7500049 0.08311945 0.7347459 0.08862882 0.7494705 0.08718818 0.7500049 0.08629977 0.7503123 0.08218324 0.7350154 0.0851038 0.7508345 0.08111399 0.7356449 0.08629977 0.7503123 0.0851038 0.7508345 0.08346545 0.7515479 0.07962846 0.7365843 0.111616 0.794307 0.1117223 0.8004518 0.1072843 0.7960405 0.111616 0.794307 0.1159575 0.7924757 0.1157211 0.7978581 0.1119657 0.8047077 0.1117223 0.8004518 0.1166785 0.800983 0.1119657 0.8047077 0.1073551 0.8103442 0.1072474 0.8038403 0.111616 0.794307 0.1110694 0.785063 0.1159575 0.7924757 0.111616 0.794307 0.1072843 0.7960405 0.1068346 0.7858113 0.1103901 0.7740128 0.1110694 0.785063 0.1062615 0.7738212 0.1103901 0.7740128 0.1140244 0.7746415 0.1147742 0.7837415 0.1059281 0.760739 0.1065025 0.7460286 0.110377 0.753769 0.1132888 0.7654428 0.1098861 0.7624492 0.1132399 0.7583238 0.1132888 0.7654428 0.1140244 0.7746415 0.1103901 0.7740128 0.1059281 0.760739 0.1098861 0.7624492 0.1062615 0.7738212 0.1629679 0.7235351 0.1603611 0.7193483 0.1705781 0.7061061 0.156581 0.7178322 0.1579753 0.7022004 0.1640433 0.7029322 0.1137745 0.7178249 0.1123848 0.7021939 0.1173192 0.7018512 0.1198377 0.7203347 0.1170995 0.7177372 0.1223265 0.7033792 0.1245389 0.7230095 0.1218577 0.7268751 0.1223265 0.7033792 0.1073864 0.7235253 0.1075782 0.7316255 0.09978216 0.7060956 0.1063173 0.7029239 0.1099943 0.7193397 0.09978216 0.7060956 0.1063173 0.7029239 0.1123848 0.7021939 0.1137745 0.7178249 0.1351794 0.7022835 0.1351768 0.7213013 0.1223265 0.7033792 0.1907242 0.7366064 0.1892387 0.7356662 0.1983145 0.7116174 0.1881695 0.735036 0.1957142 0.7100816 0.1968639 0.7107065 0.1119957 0.8749212 0.1130921 0.8824424 0.109799 0.8769145 0.1154559 0.8857885 0.1130921 0.8824424 0.1145691 0.8735571 0.1119182 0.8860186 0.1130921 0.8824424 0.1152038 0.898011 0.1061252 0.8841714 0.1050819 0.8803761 0.1076434 0.8796972 0.1076434 0.8796972 0.109799 0.8769145 0.1119182 0.8860186 0.1119182 0.8860186 0.1152038 0.898011 0.1112215 0.8955863 0.1061252 0.8841714 0.1094022 0.8856564 0.1073842 0.8923744 0.07115513 0.8655135 0.06920373 0.8648844 0.07042652 0.8582927 0.07115513 0.8655135 0.07294321 0.8745724 0.069193 0.8732873 0.06756317 0.8636735 0.06920373 0.8648844 0.06570881 0.8733801 0.0690943 0.857957 0.06920373 0.8648844 0.06821215 0.8591306 0.06857478 0.8530704 0.06781637 0.8561775 0.06732368 0.8557285 0.06699943 0.8537402 0.06811046 0.8522791 0.06657063 0.8563416 0.06906139 0.850414 0.06811046 0.8522791 0.06757622 0.8499409 0.06857478 0.8530704 0.06811046 0.8522791 0.06953024 0.8517598 0.06857478 0.8530704 0.06953024 0.8517598 0.06993508 0.8540471 0.0690943 0.857957 0.06889367 0.8544911 0.07042652 0.8582927 0.0680651 0.8569224 0.06889367 0.8544911 0.06821215 0.8591306 0.0680651 0.8569224 0.06781637 0.8561775 0.06857478 0.8530704 0.06706941 0.8461495 0.06449252 0.8465189 0.06617611 0.8429132 0.06460684 0.8504073 0.06449252 0.8465189 0.06757622 0.8499409 0.06460684 0.8504073 0.06226414 0.8514524 0.06150335 0.8487631 0.06337171 0.8432641 0.06449252 0.8465189 0.05922305 0.8458245 0.08312892 0.8541221 0.08320242 0.8579492 0.08121317 0.8573335 0.0791074 0.8535951 0.08110618 0.8536432 0.07924711 0.857179 0.08089089 0.8497512 0.08110618 0.8536432 0.07887458 0.8500573 0.08312892 0.8541221 0.08110618 0.8536432 0.08289909 0.8498872 0.07680171 0.857771 0.0766502 0.8540779 0.07924711 0.857179 0.07680171 0.857771 0.07430106 0.8584451 0.0740832 0.8545001 0.076429 0.8507772 0.0766502 0.8540779 0.0738458 0.8514152 0.076429 0.8507772 0.07887458 0.8500573 0.0791074 0.8535951 0.08310627 0.8613642 0.08117425 0.8606995 0.08320242 0.8579492 0.08310627 0.8613642 0.08313471 0.8646034 0.08089774 0.8638564 0.07928919 0.8606396 0.08117425 0.8606995 0.07926875 0.8632073 0.07928919 0.8606396 0.07924711 0.857179 0.08121317 0.8573335 0.07680171 0.857771 0.07688039 0.8617175 0.07430106 0.8584451 0.07680171 0.857771 0.07924711 0.857179 0.07928919 0.8606396 0.07775443 0.8650547 0.07688039 0.8617175 0.07926875 0.8632073 0.07775443 0.8650547 0.07587742 0.8676549 0.07451671 0.8633064 0.07775443 0.8650547 0.0802921 0.8669198 0.07587742 0.8676549 0.07775443 0.8650547 0.07926875 0.8632073 0.08089774 0.8638564 0.0835821 0.8679029 0.0802921 0.8669198 0.08313471 0.8646034 0.0835821 0.8679029 0.08486688 0.872417 0.07953047 0.8700622 0.09270113 0.8608724 0.09218245 0.8652289 0.09042823 0.862668 0.08829379 0.8563244 0.0906381 0.8585531 0.08828365 0.8601628 0.08829379 0.8563244 0.08787864 0.8515865 0.09029763 0.8531848 0.09270113 0.8608724 0.0906381 0.8585531 0.09312701 0.8543299 0.08829379 0.8563244 0.08828365 0.8601628 0.08571714 0.8587411 0.08312892 0.8541221 0.08565771 0.8549316 0.08320242 0.8579492 0.08312892 0.8541221 0.08289909 0.8498872 0.08532041 0.8504931 0.08829379 0.8563244 0.08565771 0.8549316 0.08787864 0.8515865 0.08310627 0.8613642 0.08320242 0.8579492 0.08571714 0.8587411 0.08820152 0.8634821 0.08565604 0.862101 0.08828365 0.8601628 0.08820152 0.8634821 0.08779084 0.8656969 0.08585959 0.8652918 0.08310627 0.8613642 0.08565604 0.862101 0.08313471 0.8646034 0.0835821 0.8679029 0.08671313 0.8685939 0.08486688 0.872417 0.0835821 0.8679029 0.08313471 0.8646034 0.08585959 0.8652918 0.08909076 0.8682377 0.08671313 0.8685939 0.08779084 0.8656969 0.08909076 0.8682377 0.09060662 0.8713989 0.08845818 0.8723727 0.09166616 0.8688777 0.09060662 0.8713989 0.08909076 0.8682377 0.08820152 0.8634821 0.09012079 0.8660793 0.08779084 0.8656969 0.08820152 0.8634821 0.08828365 0.8601628 0.09042823 0.862668 0.09166616 0.8688777 0.09012079 0.8660793 0.09218245 0.8652289 0.09116971 0.8453386 0.09312701 0.8543299 0.09029763 0.8531848 0.08668506 0.8455688 0.08895397 0.846014 0.08787864 0.8515865 0.08668506 0.8455688 0.08547258 0.8393561 0.08750426 0.8388609 0.08750426 0.8388609 0.08955925 0.8381479 0.09116971 0.8453386 0.08668506 0.8455688 0.08787864 0.8515865 0.08532041 0.8504931 0.08252632 0.845249 0.08454781 0.8452461 0.08289909 0.8498872 0.08377337 0.8397319 0.08454781 0.8452461 0.08212691 0.8403831 0.08668506 0.8455688 0.08454781 0.8452461 0.08547258 0.8393561 0.08750426 0.8388609 0.08684569 0.8335458 0.08955925 0.8381479 0.08750426 0.8388609 0.08547258 0.8393561 0.08500075 0.8340332 0.0869475 0.8279834 0.08684569 0.8335458 0.08520519 0.828885 0.0869475 0.8279834 0.08874076 0.8268834 0.08874887 0.8330056 0.08377337 0.8397319 0.08343058 0.8344915 0.08547258 0.8393561 0.08377337 0.8397319 0.08212691 0.8403831 0.08181697 0.8354648 0.0836414 0.8293967 0.08343058 0.8344915 0.08163475 0.8297443 0.0836414 0.8293967 0.08520519 0.828885 0.08500075 0.8340332 0.08310574 0.8238014 0.07980906 0.8195598 0.0841813 0.8186851 0.08462798 0.8135168 0.0841813 0.8186851 0.08068072 0.8165138 0.07556134 0.8153456 0.07776284 0.8172047 0.07373857 0.8219881 0.0836414 0.8293967 0.08163475 0.8297443 0.08310574 0.8238014 0.08310574 0.8238014 0.0841813 0.8186851 0.08572816 0.8188669 0.08572816 0.8188669 0.08671343 0.8184428 0.08602142 0.8231959 0.0836414 0.8293967 0.08452802 0.8243191 0.08520519 0.828885 0.0869475 0.8279834 0.08777898 0.820088 0.08874076 0.8268834 0.0869475 0.8279834 0.08520519 0.828885 0.08602142 0.8231959 0.08815228 0.8136972 0.08777898 0.820088 0.08671343 0.8184428 0.08815228 0.8136972 0.09032326 0.8045278 0.0895369 0.8167534 0.08815228 0.8136972 0.08687955 0.8126481 0.09032326 0.8045278 0.08572816 0.8188669 0.08687955 0.8126481 0.08671343 0.8184428 0.08572816 0.8188669 0.0841813 0.8186851 0.08462798 0.8135168 0.08804118 0.8045834 0.08687955 0.8126481 0.08519756 0.8062704 0.08089089 0.8497512 0.08060485 0.8457804 0.08289909 0.8498872 0.08089089 0.8497512 0.07887458 0.8500573 0.07855314 0.846735 0.08025336 0.8417045 0.08060485 0.8457804 0.07810378 0.843455 0.08025336 0.8417045 0.08212691 0.8403831 0.08252632 0.845249 0.076429 0.8507772 0.07614123 0.8480077 0.07887458 0.8500573 0.076429 0.8507772 0.0738458 0.8514152 0.07357162 0.8491345 0.07562923 0.8453933 0.07614123 0.8480077 0.07301831 0.8470557 0.07562923 0.8453933 0.07810378 0.843455 0.07855314 0.846735 0.08025336 0.8417045 0.07984179 0.8374974 0.08212691 0.8403831 0.08025336 0.8417045 0.07810378 0.843455 0.07748711 0.8400435 0.07919603 0.8336244 0.07984179 0.8374974 0.07671844 0.8367841 0.07919603 0.8336244 0.08163475 0.8297443 0.08181697 0.8354648 0.07562923 0.8453933 0.07473522 0.8425577 0.07810378 0.843455 0.07562923 0.8453933 0.07301831 0.8470557 0.07194387 0.844577 0.07367211 0.8395718 0.07473522 0.8425577 0.07068949 0.8416166 0.07367211 0.8395718 0.07671844 0.8367841 0.07748711 0.8400435 0.07601004 0.8228014 0.07391756 0.8281607 0.07373857 0.8219881 0.07645702 0.8286162 0.07391756 0.8281607 0.07818597 0.8241692 0.07247018 0.8328675 0.07391756 0.8281607 0.07491654 0.8318397 0.1034412 0.8525275 0.1016707 0.8521912 0.1015098 0.8455539 0.1032553 0.8380685 0.1031548 0.8451972 0.1015014 0.8390379 0.1032553 0.8380685 0.1054157 0.8372116 0.1048427 0.8454241 0.1048427 0.8454241 0.1052439 0.852788 0.1034412 0.8525275 0.09968107 0.8391316 0.1015014 0.8390379 0.1015098 0.8455539 0.1015098 0.8455539 0.1016707 0.8521912 0.09969395 0.8512832 0.09969395 0.8512832 0.09846276 0.8507013 0.09786534 0.84654 0.09968107 0.8391316 0.09962147 0.8452914 0.09733635 0.8399676 0.0980094 0.8545707 0.09987181 0.856543 0.0977593 0.8599802 0.0980094 0.8545707 0.09846276 0.8507013 0.09969395 0.8512832 0.102012 0.8579215 0.09987181 0.856543 0.1016707 0.8521912 0.102012 0.8579215 0.1022828 0.8620914 0.1000517 0.8605229 0.1048427 0.8454241 0.1054157 0.8372116 0.1074512 0.8421168 0.109723 0.8495786 0.1068599 0.8474372 0.1101483 0.8450705 0.109723 0.8495786 0.110102 0.8541944 0.1073172 0.8534687 0.1048427 0.8454241 0.1068599 0.8474372 0.1052439 0.852788 0.1140394 0.8545898 0.1139492 0.8501902 0.1193572 0.8534067 0.109723 0.8495786 0.1139492 0.8501902 0.110102 0.8541944 0.109723 0.8495786 0.1101483 0.8450705 0.1143137 0.8459128 0.1143137 0.8459128 0.1192389 0.8445035 0.1191089 0.8483684 0.1016178 0.8336718 0.1015014 0.8390379 0.09968107 0.8391316 0.09794688 0.8323302 0.09989959 0.8333675 0.09733635 0.8399676 0.09794688 0.8323302 0.09914815 0.8234413 0.1009426 0.8276848 0.1016178 0.8336718 0.09989959 0.8333675 0.1020637 0.8293974 0.09547621 0.8240529 0.0952413 0.831884 0.09255087 0.8247904 0.09547621 0.8240529 0.09914815 0.8234413 0.09794688 0.8323302 0.09794688 0.8323302 0.09733635 0.8399676 0.09460043 0.8375846 0.09251344 0.8319348 0.0952413 0.831884 0.09276503 0.8355536 0.1032553 0.8380685 0.1015014 0.8390379 0.1016178 0.8336718 0.1038318 0.8265516 0.1036196 0.831919 0.1020637 0.8293974 0.1038318 0.8265516 0.1065818 0.8229215 0.1059728 0.82942 0.1032553 0.8380685 0.1036196 0.831919 0.1054157 0.8372116 0.1038318 0.8265516 0.1020637 0.8293974 0.1009426 0.8276848 0.103053 0.8160257 0.1034758 0.8217692 0.09914815 0.8234413 0.103053 0.8160257 0.1073551 0.8103442 0.106662 0.8173251 0.1038318 0.8265516 0.1034758 0.8217692 0.1065818 0.8229215 0.1207413 0.8011911 0.1203134 0.8044797 0.1166785 0.800983 0.1237831 0.8058318 0.1203134 0.8044797 0.124072 0.802852 0.1237831 0.8058318 0.1230548 0.8084959 0.1207039 0.8084803 0.1207039 0.8084803 0.1172395 0.8094883 0.1164076 0.8054437 0.124235 0.8919262 0.1193508 0.8896074 0.1232181 0.8813264 0.124235 0.8919262 0.1251996 0.9055342 0.1203281 0.9035166 0.1154559 0.8857885 0.1193508 0.8896074 0.1152038 0.898011 0.1154559 0.8857885 0.1145691 0.8735571 0.1184796 0.8794354 0.106413 0.8600136 0.1078042 0.8671836 0.1048462 0.8642446 0.102012 0.8579215 0.1042379 0.8592817 0.1022828 0.8620914 0.102012 0.8579215 0.1016707 0.8521912 0.1034412 0.8525275 0.106413 0.8600136 0.1042379 0.8592817 0.1052439 0.852788 0.106413 0.8600136 0.1052439 0.852788 0.1073172 0.8534687 0.1108234 0.8588663 0.1084008 0.8595074 0.110102 0.8541944 0.1097233 0.8650687 0.1084008 0.8595074 0.1117306 0.8633628 0.1097233 0.8650687 0.1078042 0.8671836 0.106413 0.8600136 0.1087049 0.9076977 0.1047615 0.9057543 0.1073842 0.8923744 0.1087049 0.9076977 0.1090776 0.9276821 0.1045637 0.9200989 0.1001564 0.9056012 0.1047615 0.9057543 0.1007114 0.9153191 0.1001564 0.9056012 0.09833061 0.8926151 0.103361 0.8920159 0.1143137 0.8459128 0.1154147 0.8416763 0.1192389 0.8445035 0.1143137 0.8459128 0.1101483 0.8450705 0.1118397 0.8407217 0.1165863 0.8382693 0.1154147 0.8416763 0.1137944 0.837336 0.1165863 0.8382693 0.1198266 0.8380158 0.1195768 0.8408874 0.1118397 0.8407217 0.1101483 0.8450705 0.1074512 0.8421168 0.1084704 0.833886 0.1095135 0.8382114 0.1054157 0.8372116 0.1084704 0.833886 0.1111052 0.832487 0.111946 0.8357201 0.1118397 0.8407217 0.1095135 0.8382114 0.1137944 0.837336 0.1242155 0.8407022 0.1236642 0.8381676 0.1275417 0.8345077 0.1242155 0.8407022 0.1192389 0.8445035 0.1195768 0.8408874 0.1230201 0.8360713 0.1236642 0.8381676 0.1198266 0.8380158 0.1230201 0.8360713 0.1250686 0.8322651 0.1263126 0.8332887 0.1244242 0.8185155 0.1259208 0.8174542 0.1275159 0.8259181 0.1275159 0.8259181 0.1275417 0.8345077 0.1263126 0.8332887 0.1263126 0.8332887 0.1250686 0.8322651 0.1248736 0.826426 0.1244242 0.8185155 0.1261571 0.8260226 0.1230961 0.820712 0.1223998 0.8220065 0.1230961 0.820712 0.1248736 0.826426 0.1237564 0.8318898 0.1235281 0.8273385 0.1250686 0.8322651 0.1237564 0.8318898 0.1226835 0.8318325 0.1224508 0.8282505 0.1223998 0.8220065 0.1235281 0.8273385 0.1214833 0.8240922 0.1237564 0.8318898 0.1250686 0.8322651 0.1230201 0.8360713 0.1230201 0.8360713 0.1198266 0.8380158 0.1196929 0.8363843 0.1196929 0.8363843 0.1194514 0.8355403 0.121447 0.8342618 0.1237564 0.8318898 0.1221844 0.8348796 0.1226835 0.8318325 0.1146387 0.8233625 0.1129142 0.8198981 0.1176303 0.8187137 0.1227558 0.8221283 0.1181839 0.8220108 0.1230961 0.820712 0.1227558 0.8221283 0.1220347 0.8242669 0.1182461 0.824458 0.1182461 0.824458 0.1153566 0.8256977 0.1146387 0.8233625 0.1113358 0.8267017 0.1131468 0.8276526 0.1111052 0.832487 0.1113358 0.8267017 0.1129142 0.8198981 0.1146387 0.8233625 0.1142649 0.8290345 0.1131468 0.8276526 0.1153566 0.8256977 0.1142649 0.8290345 0.1142787 0.8325493 0.1130394 0.8322797 0.111946 0.8357201 0.1136475 0.8346422 0.1137944 0.837336 0.111946 0.8357201 0.1111052 0.832487 0.1130394 0.8322797 0.1147053 0.834323 0.1136475 0.8346422 0.1142787 0.8325493 0.1147053 0.834323 0.1156973 0.8351114 0.1150093 0.835717 0.1165863 0.8382693 0.1171628 0.8364806 0.1198266 0.8380158 0.1165863 0.8382693 0.1137944 0.837336 0.1150093 0.835717 0.1174071 0.8356704 0.1171628 0.8364806 0.1156973 0.8351114 0.1174071 0.8356704 0.1194514 0.8355403 0.1196929 0.8363843 0.1275048 0.8166712 0.1259208 0.8174542 0.1245392 0.8116365 0.1237831 0.8058318 0.1259585 0.8099383 0.1230548 0.8084959 0.1237831 0.8058318 0.124072 0.802852 0.1265679 0.8073421 0.1275048 0.8166712 0.1259585 0.8099383 0.1293089 0.8140392 0.1308943 0.8258576 0.130922 0.8372833 0.1288092 0.835469 0.1275159 0.8259181 0.1290875 0.8259022 0.1275417 0.8345077 0.1275048 0.8166712 0.1290875 0.8259022 0.1259208 0.8174542 0.1275048 0.8166712 0.1293089 0.8140392 0.1308943 0.8258576 0.194474 0.7097784 0.1957142 0.7100816 0.1881695 0.735036 0.194474 0.7097784 0.1872334 0.734766 0.1923338 0.709353 0.1351133 0.9019721 0.1350985 0.9247179 0.1251996 0.9055342 0.1350834 0.9473764 0.1243692 0.9495186 0.1253843 0.9257411 0.1198519 0.935186 0.1209596 0.9207829 0.1243692 0.9495186 0.1167675 0.9144915 0.1209596 0.9207829 0.1170565 0.9258987 0.1167675 0.9144915 0.1152038 0.898011 0.1203281 0.9035166 0.1253843 0.9257411 0.1209596 0.9207829 0.1251996 0.9055342 0.09452676 0.8718824 0.09488767 0.8677596 0.09638494 0.8683819 0.09638494 0.8683819 0.09772032 0.8688226 0.09748899 0.8713178 0.09658092 0.8747242 0.09611135 0.8717902 0.09771943 0.873536 0.09658092 0.8747242 0.09489393 0.8767069 0.09452676 0.8718824 0.09748899 0.8713178 0.09772032 0.8688226 0.09854435 0.8692198 0.09878808 0.8712924 0.09830486 0.8711979 0.09905308 0.86961 0.09878808 0.8712924 0.09882652 0.873063 0.09840762 0.8731132 0.09840762 0.8731132 0.09771943 0.873536 0.09748899 0.8713178 0.1022316 0.8640475 0.1001302 0.8626754 0.1022828 0.8620914 0.1022316 0.8640475 0.1021038 0.8650179 0.1003378 0.8640591 0.09839141 0.8627724 0.1001302 0.8626754 0.09879136 0.8642907 0.09839141 0.8627724 0.0977593 0.8599802 0.1000517 0.8605229 0.09598433 0.8638284 0.0977593 0.8599802 0.09839141 0.8627724 0.09804487 0.8661944 0.097144 0.8650253 0.09879136 0.8642907 0.09804487 0.8661944 0.09772032 0.8688226 0.09638494 0.8683819 0.09598433 0.8638284 0.097144 0.8650253 0.09488767 0.8677596 0.09804487 0.8661944 0.09879136 0.8642907 0.09913122 0.866459 0.09930777 0.8684572 0.09875959 0.8674017 0.09943777 0.8677177 0.09930777 0.8684572 0.09905308 0.86961 0.09854435 0.8692198 0.09804487 0.8661944 0.09875959 0.8674017 0.09772032 0.8688226 0.1076434 0.8796972 0.1050819 0.8803761 0.1044083 0.8782759 0.1055397 0.8755207 0.1063517 0.8768258 0.104064 0.8769705 0.1055397 0.8755207 0.1063225 0.873409 0.1075874 0.874524 0.1076434 0.8796972 0.1063517 0.8768258 0.109799 0.8769145 0.1046645 0.8707072 0.1040104 0.8694297 0.1046112 0.8691508 0.1062659 0.8711714 0.1053093 0.8708377 0.105444 0.8689159 0.1062659 0.8711714 0.1063225 0.873409 0.1055247 0.8725441 0.1046645 0.8707072 0.1053093 0.8708377 0.1049417 0.8722743 0.1062659 0.8711714 0.105444 0.8689159 0.1065538 0.8688613 0.1065538 0.8688613 0.1078042 0.8671836 0.1091972 0.8715837 0.1091972 0.8715837 0.109799 0.8769145 0.1075874 0.874524 0.1062659 0.8711714 0.1076077 0.8717524 0.1063225 0.873409 0.1022316 0.8640475 0.1045673 0.8662012 0.1021038 0.8650179 0.1022316 0.8640475 0.1022828 0.8620914 0.1048462 0.8642446 0.1065538 0.8688613 0.1045673 0.8662012 0.1078042 0.8671836 0.1039313 0.8667507 0.1045673 0.8662012 0.105444 0.8689159 0.09658092 0.8747242 0.0980513 0.8766581 0.09489393 0.8767069 0.09658092 0.8747242 0.09771943 0.873536 0.09878003 0.8753334 0.1000901 0.8778335 0.0980513 0.8766581 0.1003609 0.876644 0.1000901 0.8778335 0.09976154 0.8802885 0.09733957 0.8792731 0.09840762 0.8731132 0.0992192 0.8747426 0.09771943 0.873536 0.09840762 0.8731132 0.09882652 0.873063 0.09948229 0.8744801 0.1004834 0.8759837 0.0992192 0.8747426 0.1005264 0.8755278 0.1004834 0.8759837 0.1003609 0.876644 0.09878003 0.8753334 0.1000901 0.8778335 0.1022651 0.8784922 0.09976154 0.8802885 0.1000901 0.8778335 0.1003609 0.876644 0.1021524 0.8774021 0.1044083 0.8782759 0.1022651 0.8784922 0.104064 0.8769705 0.1044083 0.8782759 0.1050819 0.8803761 0.1023985 0.8806146 0.1031156 0.8766398 0.1035125 0.8753468 0.104064 0.8769705 0.1026379 0.8756274 0.1035125 0.8753468 0.102542 0.876253 0.1034516 0.8738903 0.1035125 0.8753468 0.1025144 0.874707 0.1034516 0.8738903 0.1042271 0.8724087 0.1041709 0.8747172 0.1005586 0.8749518 0.1015985 0.8754716 0.1005264 0.8755278 0.1005586 0.8749518 0.1005809 0.8743931 0.1015123 0.874794 0.1026379 0.8756274 0.1015985 0.8754716 0.1025144 0.874707 0.1026379 0.8756274 0.102542 0.876253 0.1017297 0.87619 0.1031156 0.8766398 0.1019441 0.8767341 0.102542 0.876253 0.1031156 0.8766398 0.104064 0.8769705 0.1021524 0.8774021 0.1004834 0.8759837 0.1019441 0.8767341 0.1003609 0.876644 0.1004834 0.8759837 0.1005264 0.8755278 0.1017297 0.87619 0.1000404 0.8660174 0.09879136 0.8642907 0.1003378 0.8640591 0.1021444 0.8662309 0.1009052 0.8657323 0.1021038 0.8650179 0.1021444 0.8662309 0.1023057 0.8672503 0.1017242 0.8673498 0.1000404 0.8660174 0.1009052 0.8657323 0.101176 0.8679187 0.1005428 0.868358 0.09984004 0.8671066 0.101176 0.8679187 0.1005428 0.868358 0.1002531 0.8690835 0.09987324 0.8683683 0.09913122 0.866459 0.09984004 0.8671066 0.09943777 0.8677177 0.09913122 0.866459 0.09879136 0.8642907 0.1000404 0.8660174 0.09786534 0.84654 0.09661698 0.8514298 0.09733635 0.8399676 0.0980094 0.8545707 0.09661698 0.8514298 0.09846276 0.8507013 0.0980094 0.8545707 0.0977593 0.8599802 0.0955888 0.8575618 0.09517085 0.8472844 0.09661698 0.8514298 0.09312701 0.8543299 0.09517085 0.8472844 0.09312701 0.8543299 0.09116971 0.8453386 0.09132814 0.8371189 0.09314757 0.8422991 0.08955925 0.8381479 0.09132814 0.8371189 0.09276503 0.8355536 0.09460043 0.8375846 0.09517085 0.8472844 0.09314757 0.8422991 0.09733635 0.8399676 0.08944737 0.8791396 0.08486688 0.872417 0.08845818 0.8723727 0.08845818 0.8723727 0.09060662 0.8713989 0.09251439 0.8743582 0.09446227 0.8812003 0.09133619 0.8769938 0.09489393 0.8767069 0.09446227 0.8812003 0.09294027 0.8847987 0.08944737 0.8791396 0.08906584 0.886958 0.08673983 0.8811662 0.09294027 0.8847987 0.08301711 0.882466 0.08673983 0.8811662 0.08387875 0.8880264 0.08343863 0.8761074 0.08673983 0.8811662 0.08168703 0.8785645 0.08343863 0.8761074 0.08486688 0.872417 0.08944737 0.8791396 0.1039313 0.8667507 0.105444 0.8689159 0.1046112 0.8691508 0.1046112 0.8691508 0.1040104 0.8694297 0.1030842 0.8681803 0.1021444 0.8662309 0.103468 0.8674928 0.1023057 0.8672503 0.1021444 0.8662309 0.1021038 0.8650179 0.1039313 0.8667507 0.1041709 0.8747172 0.1045614 0.8738264 0.104064 0.8769705 0.1046028 0.8720847 0.1045614 0.8738264 0.1042271 0.8724087 0.1047373 0.8743929 0.1045614 0.8738264 0.1049417 0.8722743 0.1047373 0.8743929 0.1049417 0.8722743 0.1055247 0.8725441 0.1055397 0.8755207 0.1052205 0.8742601 0.1063225 0.873409 0.1055397 0.8755207 0.104064 0.8769705 0.1047373 0.8743929 0.1304666 0.9774493 0.1284481 0.981007 0.1268174 0.9769356 0.1274753 0.9732593 0.128796 0.9754413 0.1257889 0.9739456 0.1274753 0.9732593 0.1281065 0.9711663 0.129454 0.9723132 0.1304666 0.9774493 0.128796 0.9754413 0.1310252 0.973287 0.1250432 0.9714218 0.1263542 0.9712013 0.1257889 0.9739456 0.1250432 0.9714218 0.1243934 0.9691764 0.1253098 0.9691763 0.1253098 0.9691763 0.12563 0.968239 0.1268479 0.9697991 0.1274753 0.9732593 0.1263542 0.9712013 0.1281065 0.9711663 0.1232824 0.9565238 0.1186098 0.9557945 0.1243692 0.9495186 0.1232824 0.9565238 0.1230579 0.9583489 0.1197549 0.9578447 0.1151632 0.958343 0.1186098 0.9557945 0.1173266 0.9597876 0.1171697 0.9507909 0.1186098 0.9557945 0.1118503 0.9550935 0.1226855 0.9596495 0.1204279 0.95927 0.1230579 0.9583489 0.1226855 0.9596495 0.1223172 0.9605513 0.1208585 0.9602302 0.1188347 0.9606917 0.1204279 0.95927 0.1199163 0.9612084 0.1188347 0.9606917 0.1173266 0.9597876 0.1197549 0.9578447 0.6141093 0.2078026 0.6121077 0.2197948 0.6079283 0.2173242 0.606545 0.2047995 0.6101985 0.2058781 0.6039234 0.2149596 0.606545 0.2047995 0.6095298 0.1935274 0.6127868 0.1927273 0.08430856 0.4458289 0.07998114 0.4427577 0.08462792 0.4301668 0.08430856 0.4458289 0.08398914 0.461491 0.07938808 0.4611001 0.5962591 0.2437683 0.6018297 0.2486745 0.5910007 0.2528727 0.5780864 0.2496508 0.5877825 0.247377 0.5809332 0.2555354 0.5780864 0.2496508 0.5758269 0.2439561 0.5849728 0.2421837 0.5962591 0.2437683 0.5877825 0.247377 0.5928066 0.2393093 0.1208007 0.9614905 0.1215865 0.9616553 0.1216439 0.9624647 0.1216439 0.9624647 0.1218972 0.9634767 0.1215597 0.9648099 0.1215597 0.9648099 0.1211533 0.9662205 0.1201041 0.9635571 0.1208007 0.9614905 0.1209247 0.963019 0.1199163 0.9612084 0.1215597 0.9648099 0.1218972 0.9634767 0.1223835 0.9643512 0.1236523 0.9670214 0.1226174 0.9662021 0.1228656 0.9649116 0.1236523 0.9670214 0.1243934 0.9691764 0.1227955 0.9681424 0.1215597 0.9648099 0.1226174 0.9662021 0.1211533 0.9662205 0.1231406 0.9642267 0.1242921 0.9653768 0.1231742 0.9647048 0.1231406 0.9642267 0.1229286 0.9635107 0.1238493 0.9639133 0.1254391 0.9664614 0.1242921 0.9653768 0.124776 0.9642723 0.1254391 0.9664614 0.12563 0.968239 0.1244041 0.9665133 0.1238493 0.9639133 0.1229286 0.9635107 0.1224618 0.9625203 0.1224618 0.9625203 0.1219711 0.9616735 0.1221051 0.9611806 0.1236792 0.9621005 0.1230416 0.9623522 0.1223172 0.9605513 0.1236792 0.9621005 0.124776 0.9642723 0.1238493 0.9639133 0.1212738 0.9819548 0.1225168 0.9798942 0.1260093 0.9854006 0.1177849 0.974927 0.1225168 0.9798942 0.1167286 0.9775457 0.1177849 0.974927 0.1184845 0.9727082 0.1232416 0.9778563 0.1272237 0.9835066 0.1225168 0.9798942 0.1284481 0.981007 0.1177849 0.974927 0.1167286 0.9775457 0.1127355 0.9724667 0.1101201 0.9602634 0.113637 0.968479 0.1088473 0.9659453 0.1101201 0.9602634 0.1118503 0.9550935 0.1143727 0.9652795 0.1177849 0.974927 0.113637 0.968479 0.1184845 0.9727082 0.1149141 0.9805013 0.1128748 0.9832415 0.1082854 0.9784439 0.1064212 0.9696474 0.1106579 0.9757615 0.1037873 0.9722385 0.1064212 0.9696474 0.1088473 0.9659453 0.1127355 0.9724667 0.1149141 0.9805013 0.1106579 0.9757615 0.1167286 0.9775457 0.1277673 0.9682688 0.1290703 0.9690539 0.1281065 0.9711663 0.1277673 0.9682688 0.1267313 0.9648261 0.127893 0.9652159 0.1306695 0.9697321 0.1290703 0.9690539 0.1295614 0.9656161 0.1306695 0.9697321 0.1310252 0.973287 0.129454 0.9723132 0.1252725 0.9610977 0.1261702 0.9603518 0.1267313 0.9648261 0.1232824 0.9565238 0.1261702 0.9603518 0.1230579 0.9583489 0.1278625 0.9597702 0.1261702 0.9603518 0.1243692 0.9495186 0.1278625 0.9597702 0.1295614 0.9656161 0.127893 0.9652159 0.1254391 0.9664614 0.1265771 0.967415 0.12563 0.968239 0.1254391 0.9664614 0.124776 0.9642723 0.1257145 0.9645441 0.1277673 0.9682688 0.1265771 0.967415 0.1267313 0.9648261 0.1277673 0.9682688 0.1281065 0.9711663 0.1268479 0.9697991 0.1236792 0.9621005 0.1244325 0.9616815 0.124776 0.9642723 0.1226855 0.9596495 0.1244325 0.9616815 0.1223172 0.9605513 0.1226855 0.9596495 0.1230579 0.9583489 0.1252725 0.9610977 0.1252725 0.9610977 0.1267313 0.9648261 0.1257145 0.9645441 0.1250432 0.9714218 0.1257889 0.9739456 0.1229621 0.9726232 0.1206089 0.9677858 0.1228623 0.970261 0.1199572 0.9693989 0.1206089 0.9677858 0.1211533 0.9662205 0.1227955 0.9681424 0.1250432 0.9714218 0.1228623 0.970261 0.1243934 0.9691764 0.1206089 0.9677858 0.1199572 0.9693989 0.1177363 0.9643797 0.1177363 0.9643797 0.1173266 0.9597876 0.1188347 0.9606917 0.1188347 0.9606917 0.1199163 0.9612084 0.1201041 0.9635571 0.1206089 0.9677858 0.1190807 0.9640632 0.1211533 0.9662205 0.1268174 0.9769356 0.1284481 0.981007 0.1232416 0.9778563 0.1192288 0.9709526 0.1232393 0.9752938 0.1184845 0.9727082 0.1192288 0.9709526 0.1199572 0.9693989 0.1229621 0.9726232 0.1268174 0.9769356 0.1232393 0.9752938 0.1257889 0.9739456 0.1192288 0.9709526 0.1184845 0.9727082 0.1143727 0.9652795 0.1143727 0.9652795 0.1118503 0.9550935 0.1151632 0.958343 0.1177363 0.9643797 0.1159532 0.964349 0.1173266 0.9597876 0.1192288 0.9709526 0.1159532 0.964349 0.1199572 0.9693989 0.1145188 0.8633433 0.1144676 0.8663828 0.1117306 0.8633628 0.1162075 0.869126 0.1144676 0.8663828 0.118182 0.8656475 0.1162075 0.869126 0.1145691 0.8735571 0.1126673 0.8674527 0.1162075 0.869126 0.118182 0.8656475 0.1206269 0.8727343 0.1206269 0.8727343 0.1232181 0.8813264 0.1184796 0.8794354 0.1162075 0.869126 0.1181665 0.8733808 0.1145691 0.8735571 0.606545 0.2047995 0.6037335 0.203405 0.6095298 0.1935274 0.606545 0.2047995 0.6039234 0.2149596 0.6003529 0.212203 0.6015917 0.2016053 0.6037335 0.203405 0.597373 0.2089797 0.6015917 0.2016053 0.6060329 0.19406 0.6074681 0.1940434 0.5164924 0.2175721 0.5152049 0.2192544 0.5060232 0.2140048 0.495293 0.2095932 0.5063146 0.212865 0.495763 0.210757 0.495293 0.2095932 0.4947321 0.2082171 0.5062456 0.2114953 0.5164924 0.2175721 0.5063146 0.212865 0.5171206 0.2156471 0.495293 0.2095932 0.495763 0.210757 0.4854395 0.2077412 0.4752948 0.2032951 0.4850894 0.2064196 0.4750843 0.2048414 0.4752948 0.2032951 0.4753741 0.2016827 0.4846862 0.2049477 0.495293 0.2095932 0.4850894 0.2064196 0.4947321 0.2082171 0.5428335 0.2377281 0.5406982 0.2493624 0.5339487 0.2436667 0.5304115 0.2322416 0.5363163 0.236081 0.5282273 0.2375771 0.5304115 0.2322416 0.5318922 0.2267179 0.5382996 0.2287418 0.5382996 0.2287418 0.5451183 0.229293 0.5428335 0.2377281 0.5304115 0.2322416 0.5282273 0.2375771 0.5222929 0.2282758 0.5164924 0.2175721 0.5241641 0.2250515 0.5152049 0.2192544 0.5164924 0.2175721 0.5171206 0.2156471 0.525251 0.2215371 0.5304115 0.2322416 0.5241641 0.2250515 0.5318922 0.2267179 0.6015917 0.2016053 0.5999472 0.1993108 0.6060329 0.19406 0.6015917 0.2016053 0.597373 0.2089797 0.59514 0.2052147 0.5983949 0.1963679 0.5999472 0.1993108 0.5931246 0.2007808 0.5983949 0.1963679 0.6032782 0.19191 0.6046554 0.1933618 0.5935991 0.2160122 0.5901346 0.2110285 0.597373 0.2089797 0.5935991 0.2160122 0.5884916 0.2232081 0.5834084 0.2162564 0.5870805 0.2051033 0.5901346 0.2110285 0.5798461 0.2092189 0.5870805 0.2051033 0.5931246 0.2007808 0.59514 0.2052147 0.5164303 0.2132366 0.5171206 0.2156471 0.5062456 0.2114953 0.4939894 0.2064164 0.5054554 0.2096657 0.4947321 0.2082171 0.4939894 0.2064164 0.4936782 0.2040281 0.5046663 0.2072162 0.5164303 0.2132366 0.5054554 0.2096657 0.5152686 0.2103544 0.4939894 0.2064164 0.4947321 0.2082171 0.4846862 0.2049477 0.475191 0.1999382 0.4841768 0.2031753 0.4753741 0.2016827 0.475191 0.1999382 0.4752729 0.1978566 0.4841185 0.2009219 0.4939894 0.2064164 0.4841768 0.2031753 0.4936782 0.2040281 0.5834084 0.2162564 0.5884916 0.2232081 0.5759719 0.2261748 0.5759719 0.2261748 0.563178 0.2303973 0.5629182 0.2228335 0.5710049 0.2130112 0.5734383 0.2204024 0.5622344 0.2156834 0.5834084 0.2162564 0.5734383 0.2204024 0.5798461 0.2092189 0.5529938 0.2300553 0.554542 0.2229166 0.563178 0.2303973 0.5529938 0.2300553 0.5451183 0.229293 0.5471329 0.2221159 0.5552119 0.2164384 0.554542 0.2229166 0.5483391 0.2162786 0.5552119 0.2164384 0.5622344 0.2156834 0.5629182 0.2228335 0.5382996 0.2287418 0.5395142 0.2218958 0.5451183 0.229293 0.5319663 0.2208175 0.5395142 0.2218958 0.5318922 0.2267179 0.5319663 0.2208175 0.531409 0.2154675 0.5400183 0.2162058 0.5400183 0.2162058 0.5483391 0.2162786 0.5471329 0.2221159 0.5319663 0.2208175 0.5318922 0.2267179 0.525251 0.2215371 0.5164303 0.2132366 0.5247695 0.2174426 0.5171206 0.2156471 0.5164303 0.2132366 0.5152686 0.2103544 0.5236709 0.2133109 0.5319663 0.2208175 0.5247695 0.2174426 0.531409 0.2154675 0.5983949 0.1963679 0.5965299 0.1926233 0.6032782 0.19191 0.5983949 0.1963679 0.5931246 0.2007808 0.5907979 0.1955505 0.5907979 0.1955505 0.5883703 0.1882884 0.5943243 0.1866552 0.5943243 0.1866552 0.5999641 0.1850214 0.601844 0.1896657 0.5870805 0.2051033 0.5842304 0.1984171 0.5931246 0.2007808 0.5870805 0.2051033 0.5798461 0.2092189 0.5768568 0.2013598 0.5817882 0.1899199 0.5842304 0.1984171 0.5746206 0.1917505 0.5907979 0.1955505 0.5842304 0.1984171 0.5883703 0.1882884 0.5144824 0.2070139 0.5152686 0.2103544 0.5046663 0.2072162 0.4944117 0.2008893 0.5046002 0.2039867 0.4936782 0.2040281 0.4944117 0.2008893 0.4952421 0.1949288 0.5044781 0.1974819 0.5144824 0.2070139 0.5046002 0.2039867 0.5141524 0.2009531 0.4841185 0.2009219 0.4850682 0.1980072 0.4936782 0.2040281 0.4841185 0.2009219 0.4752729 0.1978566 0.4761472 0.1952329 0.4863007 0.1925819 0.4850682 0.1980072 0.4775065 0.1903381 0.4863007 0.1925819 0.4952421 0.1949288 0.4944117 0.2008893 0.5710049 0.2130112 0.5687066 0.2045153 0.5798461 0.2092189 0.5710049 0.2130112 0.5622344 0.2156834 0.5609239 0.2075508 0.5669104 0.1939807 0.5687066 0.2045153 0.5588905 0.1973136 0.5669104 0.1939807 0.5746206 0.1917505 0.5768568 0.2013598 0.107542 0.2722381 0.1029338 0.2623572 0.1151886 0.2657079 0.1299087 0.2743185 0.1189895 0.2740665 0.1269905 0.2678661 0.1564738 0.2552088 0.1588135 0.2600789 0.1471193 0.262045 0.1564738 0.2552088 0.1668792 0.2445222 0.1697819 0.2512823 0.1299087 0.2743185 0.1269905 0.2678661 0.1374628 0.2664546 0.1374628 0.2664546 0.1471193 0.262045 0.1492324 0.2664932 0.6104063 0.2276626 0.6062942 0.225361 0.6121077 0.2197948 0.6104063 0.2276626 0.6085044 0.233806 0.6044231 0.231741 0.6020285 0.2228956 0.6062942 0.225361 0.6001179 0.2293084 0.6020285 0.2228956 0.6039234 0.2149596 0.6079283 0.2173242 0.605901 0.2406255 0.601442 0.2382165 0.6085044 0.233806 0.605901 0.2406255 0.6018297 0.2486745 0.5962591 0.2437683 0.5974494 0.2348986 0.601442 0.2382165 0.5928066 0.2393093 0.5974494 0.2348986 0.6001179 0.2293084 0.6044231 0.231741 0.625757 0.2370237 0.6301782 0.245904 0.6238226 0.2462631 0.6162047 0.241338 0.6210695 0.2395434 0.6173387 0.2468111 0.6178754 0.2338532 0.6210695 0.2395434 0.6155117 0.2369382 0.6178754 0.2338532 0.6221753 0.2272924 0.625757 0.2370237 0.6178754 0.2338532 0.6142939 0.2301931 0.6221753 0.2272924 0.6178754 0.2338532 0.6155117 0.2369382 0.6124084 0.2357745 0.6104063 0.2276626 0.6142939 0.2301931 0.6085044 0.233806 0.6104063 0.2276626 0.6121077 0.2197948 0.6162019 0.2228695 0.5974494 0.2348986 0.5928066 0.2393093 0.5902507 0.2347099 0.5902507 0.2347099 0.5869387 0.2319586 0.5882007 0.2287814 0.5882007 0.2287814 0.5884916 0.2232081 0.595542 0.2262374 0.5974494 0.2348986 0.5937646 0.2311148 0.6001179 0.2293084 0.6020285 0.2228956 0.5976802 0.2198737 0.6039234 0.2149596 0.6020285 0.2228956 0.6001179 0.2293084 0.595542 0.2262374 0.5935991 0.2160122 0.5976802 0.2198737 0.5884916 0.2232081 0.5935991 0.2160122 0.597373 0.2089797 0.6003529 0.212203 0.5742232 0.2386146 0.582903 0.2372269 0.5758269 0.2439561 0.5809702 0.2329546 0.582903 0.2372269 0.5746321 0.2349014 0.5902507 0.2347099 0.582903 0.2372269 0.5869387 0.2319586 0.5902507 0.2347099 0.5928066 0.2393093 0.5849728 0.2421837 0.5697754 0.2334249 0.5785712 0.2298148 0.5746321 0.2349014 0.5697754 0.2334249 0.563178 0.2303973 0.5759719 0.2261748 0.5882007 0.2287814 0.5785712 0.2298148 0.5884916 0.2232081 0.5882007 0.2287814 0.5869387 0.2319586 0.5809702 0.2329546 0.5742232 0.2386146 0.5758269 0.2439561 0.5672476 0.2450609 0.5672476 0.2450609 0.5589972 0.2459109 0.5593011 0.2385102 0.5697754 0.2334249 0.5667127 0.2388218 0.563178 0.2303973 0.5697754 0.2334249 0.5746321 0.2349014 0.5742232 0.2386146 0.5529938 0.2300553 0.5509183 0.2383418 0.5451183 0.229293 0.5529938 0.2300553 0.563178 0.2303973 0.5593011 0.2385102 0.5508376 0.2469193 0.5509183 0.2383418 0.5589972 0.2459109 0.5508376 0.2469193 0.5406982 0.2493624 0.5428335 0.2377281 0.5780864 0.2496508 0.5809332 0.2555354 0.5723446 0.257201 0.561545 0.2527226 0.5692449 0.2511975 0.5657398 0.259107 0.561545 0.2527226 0.5589972 0.2459109 0.5672476 0.2450609 0.5780864 0.2496508 0.5692449 0.2511975 0.5758269 0.2439561 0.561545 0.2527226 0.5657398 0.259107 0.561624 0.2624906 0.561624 0.2624906 0.5587528 0.2666132 0.5497176 0.2574821 0.5497176 0.2574821 0.5406982 0.2493624 0.5508376 0.2469193 0.561545 0.2527226 0.5552741 0.2549314 0.5589972 0.2459109 0.5860527 0.1777589 0.5917506 0.1770425 0.5883703 0.1882884 0.5860527 0.1777589 0.5846323 0.1677653 0.589884 0.1677291 0.59725 0.1763691 0.5917506 0.1770425 0.5949955 0.1676725 0.59725 0.1763691 0.5999641 0.1850214 0.5943243 0.1866552 0.589884 0.1677291 0.5846323 0.1677653 0.5848965 0.1621108 0.5848965 0.1621108 0.5857884 0.158253 0.5904992 0.1601981 0.5904992 0.1601981 0.5950877 0.1599563 0.5944945 0.1628955 0.5944945 0.1628955 0.5949955 0.1676725 0.589884 0.1677291 0.5817882 0.1899199 0.5746206 0.1917505 0.5733176 0.1794623 0.5791 0.1677606 0.5799579 0.1785615 0.5729143 0.1677501 0.5791 0.1677606 0.5846323 0.1677653 0.5860527 0.1777589 0.5860527 0.1777589 0.5883703 0.1882884 0.5817882 0.1899199 0.5791 0.1677606 0.5729143 0.1677501 0.5733771 0.1598682 0.5733771 0.1598682 0.5737871 0.1545854 0.5796605 0.1561029 0.5848965 0.1621108 0.5795752 0.1609361 0.5857884 0.158253 0.5791 0.1677606 0.5795752 0.1609361 0.5846323 0.1677653 0.4952218 0.1840755 0.5035212 0.1852065 0.4952421 0.1949288 0.4952218 0.1840755 0.4946908 0.1729252 0.5024487 0.1724367 0.5107118 0.185949 0.5035212 0.1852065 0.5109109 0.1708522 0.5107118 0.185949 0.5141524 0.2009531 0.5044781 0.1974819 0.4939891 0.1660735 0.5019803 0.1644486 0.4946908 0.1729252 0.5016686 0.1596734 0.5019803 0.1644486 0.4932584 0.1617514 0.5016686 0.1596734 0.5103584 0.1576493 0.5103845 0.162599 0.5024487 0.1724367 0.5019803 0.1644486 0.5109109 0.1708522 0.4790436 0.1814429 0.4870907 0.1827962 0.4775065 0.1903381 0.4790436 0.1814429 0.4801964 0.1725293 0.4873415 0.1728645 0.4952218 0.1840755 0.4870907 0.1827962 0.4946908 0.1729252 0.4952218 0.1840755 0.4952421 0.1949288 0.4863007 0.1925819 0.4804028 0.1675792 0.4869563 0.1670008 0.4801964 0.1725293 0.4804028 0.1675792 0.4801594 0.1644276 0.486495 0.1632527 0.4939891 0.1660735 0.4869563 0.1670008 0.4932584 0.1617514 0.4939891 0.1660735 0.4946908 0.1729252 0.4873415 0.1728645 0.5669104 0.1939807 0.5588905 0.1973136 0.5595108 0.1815539 0.5657025 0.1677687 0.5659835 0.1804738 0.55743 0.1670681 0.5657025 0.1677687 0.5729143 0.1677501 0.5733176 0.1794623 0.5669104 0.1939807 0.5659835 0.1804738 0.5746206 0.1917505 0.5657025 0.1677687 0.55743 0.1670681 0.5576701 0.1597107 0.5661864 0.1545956 0.5658437 0.1596396 0.5580253 0.1551867 0.5661864 0.1545956 0.5737871 0.1545854 0.5733771 0.1598682 0.5657025 0.1677687 0.5658437 0.1596396 0.5729143 0.1677501 0.5309956 0.2115947 0.53987 0.2123349 0.531409 0.2154675 0.5309956 0.2115947 0.5306962 0.2080458 0.5393903 0.2088183 0.5481994 0.2118626 0.53987 0.2123349 0.5474225 0.207898 0.5400183 0.2162058 0.53987 0.2123349 0.5483391 0.2162786 0.5521481 0.1733942 0.55743 0.1670681 0.5595108 0.1815539 0.5595108 0.1815539 0.5588905 0.1973136 0.5538637 0.1932421 0.528576 0.1714852 0.5274692 0.1647221 0.5345011 0.1638941 0.5345011 0.1638941 0.5414171 0.1636413 0.5415102 0.1703043 0.5345011 0.1638941 0.5274692 0.1647221 0.5266351 0.159856 0.5266351 0.159856 0.5253436 0.1548806 0.5334119 0.1553283 0.5334119 0.1553283 0.5420154 0.1544119 0.5416586 0.1593587 0.5345011 0.1638941 0.5341612 0.1593866 0.5414171 0.1636413 0.5107118 0.185949 0.5109109 0.1708522 0.5178698 0.1764793 0.5192535 0.1954824 0.5141524 0.2009531 0.5107118 0.185949 0.4410001 0.05359548 0.4441865 0.05301767 0.4423136 0.05472779 0.4410001 0.05359548 0.4396682 0.05219787 0.4435539 0.05126112 0.4478591 0.05273348 0.4441865 0.05301767 0.4478541 0.05087047 0.4478591 0.05273348 0.4480394 0.05470407 0.4447657 0.05444145 0.5820983 0.03728777 0.5855113 0.03717988 0.5842978 0.03877776 0.5821216 0.04047763 0.5820721 0.03896689 0.5836866 0.04017269 0.5793324 0.03938281 0.5820721 0.03896689 0.5800157 0.04111284 0.5793324 0.03938281 0.5785649 0.03775799 0.5820983 0.03728777 0.5865395 0.04291045 0.5852302 0.04465109 0.5850816 0.04271888 0.5865395 0.04291045 0.5885426 0.04274344 0.5867444 0.04551982 0.5867444 0.04551982 0.5845759 0.04822272 0.583462 0.04666829 0.5839549 0.04385888 0.5852302 0.04465109 0.5822461 0.04521316 0.4429585 0.0620163 0.4394401 0.06045418 0.4407908 0.0592646 0.444523 0.05916577 0.443804 0.06044101 0.4421082 0.05835247 0.444523 0.05916577 0.4478787 0.0595721 0.4473579 0.06135731 0.4429585 0.0620163 0.443804 0.06044101 0.4469648 0.06311714 0.4544273 0.02414077 0.4569532 0.02561193 0.4544863 0.02562999 0.4544273 0.02414077 0.4545316 0.02244704 0.4576252 0.02409154 0.4596438 0.02763515 0.4569532 0.02561193 0.4607275 0.02637529 0.4596438 0.02763515 0.4585787 0.02902531 0.4564132 0.02686131 0.5557362 0.01488184 0.5582513 0.01273411 0.5586345 0.01486736 0.5582644 0.01750582 0.5570832 0.01630848 0.5592609 0.01638948 0.5552754 0.01827472 0.5570832 0.01630848 0.557078 0.0192781 0.5552754 0.01827472 0.553415 0.01737457 0.5557362 0.01488184 0.5635012 0.01659417 0.563732 0.01869904 0.5619718 0.01738435 0.5635012 0.01659417 0.5651791 0.01514816 0.5656941 0.01846969 0.5656941 0.01846969 0.5657734 0.02193439 0.5638135 0.02139163 0.562014 0.01884931 0.563732 0.01869904 0.5617964 0.02095526 0.4505255 0.03113156 0.4491468 0.02815127 0.4506087 0.02817469 0.4529725 0.03019028 0.4518573 0.03059828 0.4519112 0.02834105 0.4529725 0.03019028 0.4548594 0.03228396 0.4535644 0.03318738 0.4505255 0.03113156 0.4518573 0.03059828 0.4524288 0.03409761 0.4807537 0.01248651 0.4823262 0.01518815 0.4802831 0.01371914 0.4807537 0.01248651 0.4813928 0.01123386 0.4833682 0.01432567 0.4837844 0.0185337 0.4823262 0.01518815 0.4850794 0.01803654 0.4837844 0.0185337 0.4823961 0.01915752 0.4814504 0.01593178 0.5264667 0.01355826 0.5277213 0.01057094 0.528791 0.01243752 0.5294203 0.01498889 0.5280483 0.01434522 0.5298327 0.01359349 0.5272544 0.01687657 0.5280483 0.01434522 0.5290104 0.0170564 0.5272544 0.01687657 0.525534 0.01681536 0.5264667 0.01355826 0.5333061 0.01240009 0.5342885 0.01433569 0.5323186 0.01355123 0.5333061 0.01240009 0.534308 0.01057469 0.5359049 0.01350456 0.5359049 0.01350456 0.5372783 0.01672482 0.5353664 0.01689654 0.5328817 0.01500815 0.5342885 0.01433569 0.5334694 0.0171616 0.473715 0.0163086 0.4744469 0.01261126 0.475574 0.01359283 0.4764035 0.01703268 0.4751819 0.01668322 0.4765334 0.01459455 0.4764035 0.01703268 0.4769232 0.02026385 0.4751126 0.02034413 0.473715 0.0163086 0.4751819 0.01668322 0.4734393 0.02052015 0.4564586 0.05219566 0.4584583 0.05172127 0.456762 0.05439734 0.4564586 0.05219566 0.4561034 0.05020481 0.4578676 0.04988372 0.4605425 0.05117684 0.4584583 0.05172127 0.459412 0.04952824 0.4605425 0.05117684 0.461416 0.05261021 0.4590585 0.05324006 0.5689459 0.03950452 0.5707427 0.0393849 0.5706953 0.04179513 0.5684099 0.04474735 0.5685097 0.04221487 0.5711539 0.04418724 0.5684099 0.04474735 0.5656673 0.04543864 0.5662321 0.0425738 0.5689459 0.03950452 0.5685097 0.04221487 0.5673291 0.03954517 0.5732375 0.05259275 0.5750248 0.05059963 0.5767911 0.05242586 0.5767911 0.05242586 0.5787369 0.0539211 0.5773426 0.05551582 0.5737696 0.05593097 0.5752268 0.05411654 0.5759785 0.05718362 0.5737696 0.05593097 0.5715677 0.05445033 0.5732375 0.05259275 0.458076 0.06459075 0.4559723 0.06428778 0.4563723 0.06204468 0.4590222 0.06067347 0.4585443 0.06244158 0.4566975 0.05961287 0.4590222 0.06067347 0.4613034 0.06126582 0.4608062 0.06299531 0.458076 0.06459075 0.4585443 0.06244158 0.4601766 0.06501418 0.4668141 0.0346843 0.469298 0.0365644 0.4652078 0.03621399 0.4668141 0.0346843 0.4681349 0.03320306 0.4702487 0.03500348 0.4719278 0.03829139 0.469298 0.0365644 0.4721229 0.03638654 0.4719278 0.03829139 0.4716232 0.03982615 0.4685797 0.03788107 0.5457988 0.02755784 0.547598 0.02543032 0.5494646 0.02745676 0.5494348 0.03211909 0.5475772 0.02998995 0.5517218 0.02911579 0.5494348 0.03211909 0.5470139 0.03502541 0.5454359 0.03233456 0.5457988 0.02755784 0.5475772 0.02998995 0.5441854 0.02926206 0.562084 0.03235816 0.561767 0.03563594 0.5592846 0.03204345 0.562084 0.03235816 0.5648615 0.0321272 0.5648179 0.03506284 0.5617461 0.0388413 0.561767 0.03563594 0.5648998 0.03753495 0.5617461 0.0388413 0.5585329 0.03961491 0.5588325 0.03589737 0.4593483 0.04496335 0.4579188 0.04246586 0.4594756 0.0413469 0.4624772 0.04349702 0.4610549 0.04412442 0.4610922 0.03996419 0.4624772 0.04349702 0.4640922 0.04660415 0.4624519 0.04690527 0.4593483 0.04496335 0.4610549 0.04412442 0.4604353 0.04712522 0.4862096 0.02935904 0.4873161 0.03254544 0.4843165 0.02974885 0.4862096 0.02935904 0.4877879 0.02881979 0.4887852 0.03176438 0.4886035 0.03555244 0.4873161 0.03254544 0.4898431 0.03431242 0.4886035 0.03555244 0.4874892 0.0364865 0.4861184 0.03323763 0.5224715 0.02908533 0.5233303 0.02625042 0.5253143 0.0270338 0.5253143 0.0270338 0.5275831 0.02739447 0.5268912 0.03103041 0.5268912 0.03103041 0.5260442 0.03439897 0.5236882 0.03310525 0.5236882 0.03310525 0.5215424 0.03155916 0.5224715 0.02908533 0.5378825 0.02655822 0.5386509 0.02918672 0.5354749 0.02729612 0.5378825 0.02655822 0.5400298 0.02533364 0.5408284 0.02732956 0.539628 0.03179419 0.5386509 0.02918672 0.5416004 0.02899748 0.539628 0.03179419 0.5374177 0.03403353 0.5364204 0.03068274 0.474219 0.03342521 0.4741395 0.03100275 0.4761367 0.03094661 0.4776951 0.03453022 0.4761211 0.0339871 0.4783425 0.03064316 0.4776951 0.03453022 0.4775308 0.03811949 0.4759674 0.03698253 0.474219 0.03342521 0.4761211 0.0339871 0.4741501 0.03546178 0.4886035 0.03555244 0.4895147 0.03787243 0.4874892 0.0364865 0.4886035 0.03555244 0.4898431 0.03431242 0.4905216 0.03588002 0.4904771 0.03944826 0.4895147 0.03787243 0.4911478 0.03693026 0.4904771 0.03944826 0.4896348 0.04257309 0.4885131 0.03927779 0.5236882 0.03310525 0.5226075 0.03524428 0.5215424 0.03155916 0.5249397 0.03710961 0.5226075 0.03524428 0.5260442 0.03439897 0.5249397 0.03710961 0.5228578 0.04012358 0.5213004 0.03668898 0.5207389 0.03301429 0.5226075 0.03524428 0.5199041 0.03387176 0.539628 0.03179419 0.5405378 0.03402078 0.5374177 0.03403353 0.539628 0.03179419 0.5416004 0.02899748 0.5421347 0.02999424 0.5416912 0.03510671 0.5405378 0.03402078 0.5426109 0.03036642 0.5416912 0.03510671 0.5404329 0.04096347 0.5384627 0.03716182 0.4739758 0.03657931 0.4741501 0.03546178 0.4759674 0.03698253 0.4776837 0.04129797 0.4759848 0.03935021 0.4775308 0.03811949 0.4776837 0.04129797 0.4784758 0.0455259 0.4755695 0.04051005 0.4739758 0.03657931 0.4759848 0.03935021 0.4736553 0.03701436 0.4719278 0.03829139 0.4741177 0.03988182 0.4716232 0.03982615 0.4719278 0.03829139 0.4721229 0.03638654 0.4731481 0.03700345 0.4755695 0.04051005 0.4741177 0.03988182 0.4736553 0.03701436 0.4755695 0.04051005 0.4784758 0.0455259 0.4745489 0.0420506 0.5432086 0.0301603 0.5441854 0.02926206 0.5454359 0.03233456 0.5443845 0.03783011 0.5433989 0.03429239 0.5470139 0.03502541 0.5443845 0.03783011 0.5404329 0.04096347 0.5416912 0.03510671 0.5432086 0.0301603 0.5433989 0.03429239 0.5426109 0.03036642 0.5617461 0.0388413 0.5619352 0.04145973 0.5585329 0.03961491 0.5617461 0.0388413 0.5648998 0.03753495 0.5650469 0.03892832 0.5626422 0.04303973 0.5619352 0.04145973 0.5654162 0.03953534 0.5626422 0.04303973 0.5591606 0.04743736 0.5585401 0.04310101 0.4609578 0.04829126 0.4604353 0.04712522 0.4624519 0.04690527 0.4657951 0.04938733 0.4636778 0.0490576 0.4640922 0.04660415 0.4657951 0.04938733 0.4680639 0.05256527 0.463996 0.05045109 0.4609578 0.04829126 0.4636778 0.0490576 0.4609473 0.04885995 0.4605425 0.05117684 0.4626697 0.05095547 0.461416 0.05261021 0.4605425 0.05117684 0.459412 0.04952824 0.4604353 0.04922962 0.463996 0.05045109 0.4626697 0.05095547 0.4609473 0.04885995 0.463996 0.05045109 0.4680639 0.05256527 0.4641721 0.05244624 0.5661647 0.03964817 0.5673291 0.03954517 0.5662321 0.0425738 0.563048 0.04637783 0.5641754 0.04312992 0.5656673 0.04543864 0.563048 0.04637783 0.5591606 0.04743736 0.5626422 0.04303973 0.5661647 0.03964817 0.5641754 0.04312992 0.5654162 0.03953534 0.5737696 0.05593097 0.5724737 0.05749076 0.5715677 0.05445033 0.5737696 0.05593097 0.5759785 0.05718362 0.5747259 0.05866134 0.5710638 0.0590949 0.5724737 0.05749076 0.5733471 0.06016689 0.5710638 0.0590949 0.5686425 0.05772787 0.5701446 0.05603587 0.4621075 0.06555724 0.4601766 0.06501418 0.4608062 0.06299531 0.4637106 0.06155484 0.4630806 0.06340193 0.4613034 0.06126582 0.4637106 0.06155484 0.4667917 0.06150835 0.465586 0.06414574 0.4621075 0.06555724 0.4630806 0.06340193 0.4641793 0.06633478 0.5003455 0.1444108 0.4939292 0.1438037 0.4960229 0.1371842 0.5044952 0.1305457 0.5020117 0.1379379 0.4990845 0.1278871 0.5044952 0.1305457 0.510347 0.1314471 0.5088265 0.1387955 0.5003455 0.1444108 0.5020117 0.1379379 0.5076133 0.1452793 0.5630884 0.07839435 0.5587149 0.07919239 0.5604503 0.07380402 0.5649371 0.06943255 0.564175 0.07340753 0.5618984 0.06923574 0.5649371 0.06943255 0.5677879 0.06931632 0.5678689 0.07249736 0.5630884 0.07839435 0.564175 0.07340753 0.5684898 0.07527637 0.4837844 0.0185337 0.4850794 0.01803654 0.4862075 0.02092367 0.4856062 0.02385646 0.4848991 0.02131199 0.4868967 0.02344602 0.4856062 0.02385646 0.484444 0.02419865 0.4837677 0.02174764 0.4837844 0.0185337 0.4848991 0.02131199 0.4823961 0.01915752 0.4856062 0.02385646 0.4868967 0.02344602 0.4872909 0.02606254 0.4862096 0.02935904 0.4858413 0.02650076 0.4877879 0.02881979 0.4862096 0.02935904 0.4843165 0.02974885 0.4845758 0.02674961 0.4856062 0.02385646 0.4858413 0.02650076 0.484444 0.02419865 0.5272544 0.01687657 0.5290104 0.0170564 0.5277965 0.01979249 0.5257013 0.02198243 0.526378 0.01944661 0.5271134 0.02241152 0.5257013 0.02198243 0.5243945 0.02140611 0.5248873 0.01926928 0.5272544 0.01687657 0.526378 0.01944661 0.525534 0.01681536 0.5270645 0.02474957 0.5255058 0.02441138 0.5271134 0.02241152 0.5270645 0.02474957 0.5275831 0.02739447 0.5253143 0.0270338 0.5239235 0.02371191 0.5255058 0.02441138 0.5233303 0.02625042 0.5239235 0.02371191 0.5243945 0.02140611 0.5257013 0.02198243 0.5381997 0.01923066 0.5364581 0.01950955 0.5372783 0.01672482 0.5381997 0.01923066 0.5388515 0.02133548 0.5372926 0.02201879 0.5348944 0.01992046 0.5364581 0.01950955 0.5357327 0.02252101 0.5348944 0.01992046 0.5334694 0.0171616 0.5353664 0.01689654 0.5372926 0.02201879 0.5388515 0.02133548 0.5394162 0.02335274 0.5378825 0.02655822 0.5375986 0.02426862 0.5400298 0.02533364 0.5378825 0.02655822 0.5354749 0.02729612 0.5358883 0.02476346 0.5372926 0.02201879 0.5375986 0.02426862 0.5357327 0.02252101 0.4751126 0.02034413 0.4769232 0.02026385 0.4765037 0.0232737 0.4752195 0.0260716 0.4750736 0.02342265 0.4766399 0.02581572 0.4734094 0.02376484 0.4750736 0.02342265 0.4735707 0.02638614 0.4734094 0.02376484 0.4734393 0.02052015 0.4751126 0.02034413 0.4752195 0.0260716 0.4766399 0.02581572 0.4772277 0.02811402 0.4772277 0.02811402 0.4783425 0.03064316 0.4761367 0.03094661 0.4761367 0.03094661 0.4741395 0.03100275 0.4738687 0.02872759 0.4752195 0.0260716 0.475705 0.02844387 0.4735707 0.02638614 0.4596438 0.02763515 0.4607275 0.02637529 0.4629896 0.02805405 0.4629896 0.02805405 0.4647608 0.02956217 0.4635521 0.03070461 0.4608564 0.03021275 0.4617947 0.02918547 0.4625125 0.03167974 0.4608564 0.03021275 0.4585787 0.02902531 0.4596438 0.02763515 0.4663908 0.03133392 0.465062 0.03263431 0.4647608 0.02956217 0.4663908 0.03133392 0.4681349 0.03320306 0.4668141 0.0346843 0.4638862 0.03362733 0.465062 0.03263431 0.4652078 0.03621399 0.4638862 0.03362733 0.4625125 0.03167974 0.4635521 0.03070461 0.5552754 0.01827472 0.557078 0.0192781 0.5549425 0.02138692 0.5519108 0.02252155 0.553487 0.02032387 0.5533518 0.02368277 0.5519108 0.02252155 0.5504994 0.02119028 0.5517982 0.01935261 0.5552754 0.01827472 0.553487 0.02032387 0.553415 0.01737457 0.5523526 0.0261144 0.5507395 0.02493327 0.5533518 0.02368277 0.5523526 0.0261144 0.5517218 0.02911579 0.5494646 0.02745676 0.5491321 0.02326202 0.5507395 0.02493327 0.547598 0.02543032 0.5491321 0.02326202 0.5504994 0.02119028 0.5519108 0.02252155 0.565645 0.02450758 0.5637741 0.02413684 0.5657734 0.02193439 0.565645 0.02450758 0.5653904 0.02678018 0.5634766 0.02686905 0.5619913 0.02398645 0.5637741 0.02413684 0.5616405 0.02680468 0.5619913 0.02398645 0.5617964 0.02095526 0.5638135 0.02139163 0.5634766 0.02686905 0.5653904 0.02678018 0.5650907 0.02934318 0.562084 0.03235816 0.5627836 0.02952271 0.5648615 0.0321272 0.562084 0.03235816 0.5592846 0.03204345 0.5607952 0.02932965 0.5634766 0.02686905 0.5627836 0.02952271 0.5616405 0.02680468 0.4535644 0.03318738 0.4548594 0.03228396 0.4558013 0.0346353 0.4560458 0.03733658 0.4548134 0.03538215 0.4570374 0.03650462 0.4560458 0.03733658 0.4549072 0.03830564 0.4537417 0.03636473 0.4537417 0.03636473 0.4524288 0.03409761 0.4535644 0.03318738 0.4560458 0.03733658 0.4570374 0.03650462 0.4587526 0.03821706 0.4594756 0.0413469 0.4577029 0.03920453 0.4610922 0.03996419 0.4594756 0.0413469 0.4579188 0.04246586 0.4563691 0.04029297 0.4560458 0.03733658 0.4577029 0.03920453 0.4549072 0.03830564 0.4478591 0.05273348 0.4478541 0.05087047 0.4506838 0.05065745 0.4526734 0.05213934 0.4505597 0.05237782 0.4526652 0.05053108 0.4526734 0.05213934 0.4526843 0.05353593 0.450586 0.05382853 0.450586 0.05382853 0.4480394 0.05470407 0.4478591 0.05273348 0.4544205 0.05040043 0.454585 0.05220681 0.4526652 0.05053108 0.4544205 0.05040043 0.4561034 0.05020481 0.4564586 0.05219566 0.4564586 0.05219566 0.456762 0.05439734 0.4546117 0.05372339 0.4546117 0.05372339 0.4526843 0.05353593 0.4526734 0.05213934 0.5793324 0.03938281 0.5800157 0.04111284 0.5770794 0.0413165 0.5743142 0.04028755 0.576673 0.03977632 0.5746023 0.04189997 0.5743142 0.04028755 0.5741829 0.03860527 0.5760744 0.03818672 0.5793324 0.03938281 0.576673 0.03977632 0.5785649 0.03775799 0.5728076 0.04278284 0.5724759 0.04105657 0.5746023 0.04189997 0.5728076 0.04278284 0.5711539 0.04418724 0.5706953 0.04179513 0.5724471 0.03904485 0.5724759 0.04105657 0.5707427 0.0393849 0.5724471 0.03904485 0.5741829 0.03860527 0.5743142 0.04028755 0.582871 0.05010306 0.581744 0.04852414 0.5845759 0.04822272 0.582871 0.05010306 0.5814366 0.05147749 0.5800635 0.05009001 0.580576 0.04723578 0.581744 0.04852414 0.5788189 0.04877161 0.580576 0.04723578 0.5822461 0.04521316 0.583462 0.04666829 0.5800635 0.05009001 0.5814366 0.05147749 0.5800802 0.05266261 0.5767911 0.05242586 0.5784079 0.0512371 0.5787369 0.0539211 0.5767911 0.05242586 0.5750248 0.05059963 0.577107 0.0498442 0.5800635 0.05009001 0.5784079 0.0512371 0.5788189 0.04877161 0.4503905 0.06050676 0.4501039 0.06195908 0.4478787 0.0595721 0.4503905 0.06050676 0.4525275 0.06074327 0.4523407 0.06221872 0.44985 0.06368422 0.4501039 0.06195908 0.452058 0.06393975 0.44985 0.06368422 0.4469648 0.06311714 0.4473579 0.06135731 0.4544972 0.06045949 0.4543673 0.06210881 0.4525275 0.06074327 0.4544972 0.06045949 0.4566975 0.05961287 0.4563723 0.06204468 0.4540325 0.06410586 0.4543673 0.06210881 0.4559723 0.06428778 0.4540325 0.06410586 0.452058 0.06393975 0.4523407 0.06221872 0.5649371 0.06943255 0.5618984 0.06923574 0.5632789 0.06555759 0.5674572 0.0633738 0.5660229 0.06612926 0.5648164 0.06252795 0.5674572 0.0633738 0.5698726 0.06399363 0.5685282 0.06647068 0.5649371 0.06943255 0.5660229 0.06612926 0.5677879 0.06931632 0.5674572 0.0633738 0.5648164 0.06252795 0.5667353 0.05990493 0.5710638 0.0590949 0.5692645 0.06104248 0.5686425 0.05772787 0.5710638 0.0590949 0.5733471 0.06016689 0.5716041 0.06191837 0.5674572 0.0633738 0.5692645 0.06104248 0.5698726 0.06399363 0.4722276 0.07073235 0.4753469 0.07080322 0.4750034 0.07270127 0.4722276 0.07073235 0.4694585 0.06893026 0.4718319 0.06797242 0.4776185 0.07051897 0.4753469 0.07080322 0.4737194 0.06706941 0.4776185 0.07051897 0.4823557 0.07482355 0.4789736 0.07391881 0.4667026 0.06746178 0.4685407 0.06571125 0.4694585 0.06893026 0.4667026 0.06746178 0.4641793 0.06633478 0.465586 0.06414574 0.4701212 0.06428092 0.4685407 0.06571125 0.4667917 0.06150835 0.4701212 0.06428092 0.4737194 0.06706941 0.4718319 0.06797242 0.4801492 0.01491165 0.4802831 0.01371914 0.4814504 0.01593178 0.4814504 0.01593178 0.4823961 0.01915752 0.4812023 0.01809173 0.4812023 0.01809173 0.4806505 0.0177229 0.480449 0.01678723 0.4801492 0.01491165 0.4809072 0.01643764 0.4800713 0.01579749 0.4775919 0.01893192 0.4769232 0.02026385 0.4764035 0.01703268 0.4764035 0.01703268 0.4765334 0.01459455 0.4771572 0.0156365 0.4776869 0.01749926 0.4771344 0.01733201 0.4776056 0.01641124 0.4776869 0.01749926 0.4779183 0.01841253 0.4775919 0.01893192 0.4548724 0.02671027 0.4544863 0.02562999 0.4564132 0.02686131 0.4564132 0.02686131 0.4585787 0.02902531 0.4570919 0.02873337 0.4559206 0.02802115 0.456137 0.02756869 0.4564909 0.02866399 0.4548724 0.02671027 0.456137 0.02756869 0.4551969 0.02742826 0.4547241 0.0309627 0.4548594 0.03228396 0.4529725 0.03019028 0.4529725 0.03019028 0.4519112 0.02834105 0.4528952 0.02879327 0.4541287 0.02988451 0.453654 0.03003281 0.4535782 0.02914011 0.4541287 0.02988451 0.4547209 0.03042095 0.4547241 0.0309627 0.4466549 0.05857485 0.4478787 0.0595721 0.444523 0.05916577 0.444523 0.05916577 0.4421082 0.05835247 0.4433588 0.05799543 0.4452726 0.05805861 0.4449892 0.05849063 0.4442463 0.05784022 0.4466549 0.05857485 0.4449892 0.05849063 0.4462019 0.05813974 0.4435902 0.05532968 0.4423136 0.05472779 0.4447657 0.05444145 0.4447657 0.05444145 0.4480394 0.05470407 0.4468593 0.05548167 0.4468593 0.05548167 0.4464231 0.05580914 0.44554 0.05567961 0.4435902 0.05532968 0.4452381 0.0551998 0.4444741 0.05567455 0.455487 0.05889672 0.4566975 0.05961287 0.4544972 0.06045949 0.4525224 0.05975902 0.454217 0.05950546 0.4525275 0.06074327 0.4525224 0.05975902 0.4524614 0.05897033 0.4538753 0.05881726 0.455487 0.05889672 0.454217 0.05950546 0.4548407 0.05854839 0.4503905 0.06050676 0.4507426 0.05960005 0.4525275 0.06074327 0.4503905 0.06050676 0.4478787 0.0595721 0.44938 0.05906909 0.4510381 0.05890375 0.4507426 0.05960005 0.4500671 0.05870491 0.4510381 0.05890375 0.4524614 0.05897033 0.4525224 0.05975902 0.4546117 0.05372339 0.4543623 0.05466037 0.4526843 0.05353593 0.4546117 0.05372339 0.456762 0.05439734 0.455581 0.05515843 0.4540636 0.05536133 0.4543623 0.05466037 0.454966 0.05552572 0.4540636 0.05536133 0.452692 0.05531454 0.4527004 0.05450934 0.4495112 0.05530828 0.4480394 0.05470407 0.450586 0.05382853 0.4527004 0.05450934 0.4509127 0.05473995 0.4526843 0.05353593 0.4527004 0.05450934 0.452692 0.05531454 0.4512445 0.05544847 0.4495112 0.05530828 0.4509127 0.05473995 0.4502183 0.05567574 0.4638862 0.03362733 0.4630161 0.03400564 0.4625125 0.03167974 0.4638862 0.03362733 0.4652078 0.03621399 0.4636757 0.03562569 0.4623081 0.03423553 0.4630161 0.03400564 0.4629313 0.03530734 0.4623081 0.03423553 0.4612268 0.03285008 0.4618113 0.03232026 0.45912 0.03038716 0.4585787 0.02902531 0.4608564 0.03021275 0.4618113 0.03232026 0.460431 0.03103172 0.4625125 0.03167974 0.4618113 0.03232026 0.4612268 0.03285008 0.4601194 0.03172677 0.45912 0.03038716 0.460431 0.03103172 0.4592891 0.03112733 0.4607256 0.0383417 0.4610922 0.03996419 0.4587526 0.03821706 0.4577354 0.03594702 0.4592344 0.03743153 0.4570374 0.03650462 0.4577354 0.03594702 0.4583375 0.03546482 0.4595708 0.03676098 0.4607256 0.0383417 0.4592344 0.03743153 0.4605309 0.03753364 0.4558013 0.0346353 0.4566214 0.03435993 0.4570374 0.03650462 0.4558013 0.0346353 0.4548594 0.03228396 0.456128 0.03295665 0.4573516 0.03416728 0.4566214 0.03435993 0.4568515 0.03324013 0.4573516 0.03416728 0.4583375 0.03546482 0.4577354 0.03594702 0.4845758 0.02674961 0.4836784 0.02661967 0.484444 0.02419865 0.4845758 0.02674961 0.4843165 0.02974885 0.4833334 0.02838671 0.4828758 0.02644747 0.4836784 0.02661967 0.4828153 0.02771693 0.4828758 0.02644747 0.4826794 0.02457201 0.4835383 0.02440434 0.4821304 0.02079039 0.4823961 0.01915752 0.4837677 0.02174764 0.4835383 0.02440434 0.4829901 0.02227801 0.484444 0.02419865 0.4835383 0.02440434 0.4826794 0.02457201 0.4822754 0.02276968 0.4821304 0.02079039 0.4829901 0.02227801 0.4818402 0.02164179 0.4789566 0.02912425 0.4783425 0.03064316 0.4772277 0.02811402 0.4776036 0.02567732 0.4781231 0.0276919 0.4766399 0.02581572 0.4776036 0.02567732 0.4784318 0.02555012 0.4788246 0.02729254 0.4789566 0.02912425 0.4781231 0.0276919 0.4792531 0.02838337 0.4765037 0.0232737 0.4774658 0.02351117 0.4766399 0.02581572 0.4765037 0.0232737 0.4769232 0.02026385 0.4778001 0.02176934 0.4782721 0.02375674 0.4774658 0.02351117 0.4783309 0.02249693 0.4782721 0.02375674 0.4784318 0.02555012 0.4776036 0.02567732 0.4866251 0.03680849 0.4874892 0.0364865 0.4885131 0.03927779 0.4885131 0.03927779 0.4896348 0.04257309 0.4875801 0.04160094 0.4863609 0.03935897 0.4875221 0.03950917 0.4865554 0.04091227 0.4863609 0.03935897 0.4856683 0.03690528 0.4866251 0.03680849 0.4796106 0.04369014 0.4784758 0.0455259 0.4776837 0.04129797 0.4776837 0.04129797 0.4775308 0.03811949 0.4785862 0.0384888 0.4785862 0.0384888 0.479597 0.03835654 0.4797923 0.04108405 0.4796106 0.04369014 0.4787623 0.04159939 0.4802389 0.04261779 0.4861184 0.03323763 0.4854634 0.03375202 0.4843165 0.02974885 0.4866251 0.03680849 0.4854634 0.03375202 0.4874892 0.0364865 0.4848098 0.03413581 0.4854634 0.03375202 0.4856683 0.03690528 0.4841601 0.03138953 0.4854634 0.03375202 0.4840271 0.03238838 0.4776951 0.03453022 0.4786128 0.03503566 0.4775308 0.03811949 0.4776951 0.03453022 0.4783425 0.03064316 0.4790546 0.03226894 0.4794238 0.03529727 0.4786128 0.03503566 0.4795477 0.03326666 0.4794238 0.03529727 0.479597 0.03835654 0.4785862 0.0384888 0.4710999 0.04062074 0.4716232 0.03982615 0.4745489 0.0420506 0.4745489 0.0420506 0.4784758 0.0455259 0.4755199 0.0449683 0.4726703 0.043159 0.473903 0.04280024 0.4739651 0.0446462 0.4726703 0.043159 0.4703273 0.04123836 0.4710999 0.04062074 0.4685661 0.05045455 0.4680639 0.05256527 0.4657951 0.04938733 0.4657951 0.04938733 0.4640922 0.04660415 0.46498 0.04614084 0.46498 0.04614084 0.4656875 0.0454629 0.4673074 0.0478096 0.4685661 0.05045455 0.4667071 0.0488438 0.4685676 0.04908657 0.4660266 0.03759467 0.4652078 0.03621399 0.4685797 0.03788107 0.4710999 0.04062074 0.4683263 0.03870904 0.4716232 0.03982615 0.4680404 0.03939849 0.4683263 0.03870904 0.4703273 0.04123836 0.4660266 0.03759467 0.4683263 0.03870904 0.4664779 0.03843843 0.4624772 0.04349702 0.463331 0.04329264 0.4640922 0.04660415 0.4624772 0.04349702 0.4610922 0.03996419 0.4623737 0.04089099 0.4623737 0.04089099 0.463196 0.04139739 0.4640383 0.04304885 0.46498 0.04614084 0.463331 0.04329264 0.4656875 0.0454629 0.4653951 0.05999362 0.4667917 0.06150835 0.4637106 0.06155484 0.461536 0.06011486 0.4636544 0.06032425 0.4613034 0.06126582 0.461536 0.06011486 0.461651 0.05917507 0.463416 0.05930757 0.4653951 0.05999362 0.4636544 0.06032425 0.464667 0.05922889 0.4617754 0.0536133 0.461416 0.05261021 0.4641721 0.05244624 0.4641721 0.05244624 0.4680639 0.05256527 0.4661539 0.05395805 0.4637193 0.05437457 0.4642108 0.05346667 0.465112 0.0545215 0.4637193 0.05437457 0.461862 0.05451709 0.4617754 0.0536133 0.4590222 0.06067347 0.4595191 0.0596677 0.4613034 0.06126582 0.4590222 0.06067347 0.4566975 0.05961287 0.458059 0.05897289 0.459917 0.05893445 0.4595191 0.0596677 0.458799 0.05862969 0.459917 0.05893445 0.461651 0.05917507 0.461536 0.06011486 0.4582211 0.05490404 0.456762 0.05439734 0.4590585 0.05324006 0.4617754 0.0536133 0.4596778 0.05412131 0.461416 0.05261021 0.4617754 0.0536133 0.461862 0.05451709 0.4601324 0.05482327 0.4582211 0.05490404 0.4596778 0.05412131 0.4589881 0.05519163 0.4834631 0.05184513 0.484726 0.05188083 0.4874101 0.05719679 0.4825778 0.0479651 0.484726 0.05188083 0.4784758 0.0455259 0.4864526 0.05209827 0.484726 0.05188083 0.484812 0.04937398 0.4864526 0.05209827 0.4893003 0.05639857 0.4882346 0.0568248 0.4905648 0.06211286 0.4911403 0.06130784 0.494099 0.07056099 0.4882346 0.0568248 0.4911403 0.06130784 0.4874101 0.05719679 0.4882346 0.0568248 0.4893003 0.05639857 0.4917784 0.06029677 0.493498 0.06434088 0.4911403 0.06130784 0.4933204 0.0625993 0.4834631 0.05184513 0.4829111 0.05250215 0.4784758 0.0455259 0.4834631 0.05184513 0.4874101 0.05719679 0.4866926 0.0575667 0.4866926 0.0575667 0.4858676 0.05808693 0.4823824 0.05349659 0.4792487 0.04894757 0.4829111 0.05250215 0.4797956 0.05079036 0.4905648 0.06211286 0.4896343 0.06226563 0.4874101 0.05719679 0.4905648 0.06211286 0.494099 0.07056099 0.4912989 0.06600624 0.4885423 0.06239044 0.4896343 0.06226563 0.4899392 0.06507915 0.4885423 0.06239044 0.4858676 0.05808693 0.4866926 0.0575667 0.4701212 0.06428092 0.4711868 0.06349092 0.4737194 0.06706941 0.4701212 0.06428092 0.4667917 0.06150835 0.4687915 0.06116217 0.472043 0.0628643 0.4711868 0.06349092 0.470112 0.06118273 0.472043 0.0628643 0.4752891 0.06555569 0.4746348 0.06627619 0.4813166 0.07214039 0.4823557 0.07482355 0.4776185 0.07051897 0.4746348 0.06627619 0.4781948 0.06952446 0.4737194 0.06706941 0.4746348 0.06627619 0.4752891 0.06555569 0.4783732 0.06844204 0.4813166 0.07214039 0.4781948 0.06952446 0.4805827 0.07052385 0.5963572 0.1252575 0.5952829 0.1154834 0.5982143 0.1249463 0.5963572 0.1252575 0.5941672 0.1257143 0.5925929 0.1160714 0.5963572 0.1252575 0.5982143 0.1249463 0.5994339 0.1347185 0.598113 0.1429365 0.5975498 0.134871 0.6001763 0.1431073 0.598113 0.1429365 0.5959354 0.1428903 0.5954088 0.135154 0.5963572 0.1252575 0.5975498 0.134871 0.5941672 0.1257143 0.5731043 0.1180878 0.5759423 0.1175523 0.575048 0.127004 0.5791614 0.1171939 0.5806063 0.1266487 0.5776082 0.1267329 0.5773317 0.1351909 0.5795912 0.1352769 0.5786622 0.1397565 0.5773317 0.1351909 0.575048 0.127004 0.5776082 0.1267329 0.5823554 0.1355452 0.5795912 0.1352769 0.5806063 0.1266487 0.5823554 0.1355452 0.5835474 0.1435588 0.5804855 0.14156 0.4932202 0.1480147 0.4999109 0.1485229 0.4930672 0.1507681 0.5003455 0.1444108 0.4999109 0.1485229 0.4939292 0.1438037 0.5003455 0.1444108 0.5076133 0.1452793 0.5074203 0.1492389 0.5074203 0.1492389 0.507784 0.151479 0.5000751 0.151069 0.4901986 0.1443144 0.4939292 0.1438037 0.4932202 0.1480147 0.4891048 0.1511389 0.4894266 0.1484571 0.4930672 0.1507681 0.4891048 0.1511389 0.4872906 0.151706 0.4871065 0.1500105 0.4901986 0.1443144 0.4894266 0.1484571 0.4872276 0.1464973 0.5138982 0.1455531 0.5136698 0.14942 0.5076133 0.1452793 0.5138982 0.1455531 0.5193156 0.1453831 0.5189488 0.1492361 0.5138497 0.1514356 0.5136698 0.14942 0.5187798 0.1512117 0.5074203 0.1492389 0.5136698 0.14942 0.507784 0.151479 0.5294203 0.01498889 0.5298327 0.01359349 0.5305194 0.01407098 0.531124 0.01545715 0.5303725 0.01534593 0.5310456 0.01413351 0.531124 0.01545715 0.5312152 0.01698118 0.5302984 0.01684522 0.5302984 0.01684522 0.5290104 0.0170564 0.5294203 0.01498889 0.5316051 0.0140447 0.5318936 0.01536327 0.5310456 0.01413351 0.5316051 0.0140447 0.5323186 0.01355123 0.5328817 0.01500815 0.5328817 0.01500815 0.5334694 0.0171616 0.5321297 0.01690191 0.5321297 0.01690191 0.5312152 0.01698118 0.531124 0.01545715 0.5268912 0.03103041 0.5275831 0.02739447 0.5296307 0.02821928 0.5296307 0.02821928 0.5315902 0.0282939 0.531683 0.03168421 0.531683 0.03168421 0.5317917 0.03544896 0.5288206 0.03518807 0.5268912 0.03103041 0.5292606 0.031542 0.5260442 0.03439897 0.531683 0.03168421 0.5315902 0.0282939 0.5335103 0.02818757 0.5335103 0.02818757 0.5354749 0.02729612 0.5364204 0.03068274 0.5347315 0.03515791 0.5340837 0.03145653 0.5374177 0.03403353 0.5347315 0.03515791 0.5317917 0.03544896 0.531683 0.03168421 0.5288206 0.03518807 0.5281987 0.03824543 0.5260442 0.03439897 0.5288206 0.03518807 0.5317917 0.03544896 0.5318681 0.0387026 0.5271763 0.0415281 0.5281987 0.03824543 0.5315619 0.04210501 0.5271763 0.0415281 0.5228578 0.04012358 0.5249397 0.03710961 0.5347315 0.03515791 0.5354311 0.03853189 0.5317917 0.03544896 0.5347315 0.03515791 0.5374177 0.03403353 0.5384627 0.03716182 0.5356254 0.04207789 0.5354311 0.03853189 0.5404329 0.04096347 0.5356254 0.04207789 0.5315619 0.04210501 0.5318681 0.0387026 0.5304493 0.06156396 0.5293923 0.06605011 0.5265125 0.06156939 0.5304493 0.06156396 0.5340709 0.06163454 0.5329285 0.06609171 0.528595 0.07135725 0.5293923 0.06605011 0.5319449 0.07141351 0.528595 0.07135725 0.5251752 0.07153737 0.5256722 0.06616044 0.475574 0.01359283 0.4744469 0.01261126 0.4758455 0.01090943 0.4779177 0.01182723 0.4765814 0.01222616 0.477618 0.01038098 0.4779177 0.01182723 0.4782206 0.01325875 0.4772317 0.01355153 0.4772317 0.01355153 0.4765334 0.01459455 0.475574 0.01359283 0.4794716 0.01020407 0.4792963 0.01164013 0.477618 0.01038098 0.4794716 0.01020407 0.4813928 0.01123386 0.4807537 0.01248651 0.4807537 0.01248651 0.4802831 0.01371914 0.4792221 0.01307135 0.4792221 0.01307135 0.4782206 0.01325875 0.4779177 0.01182723 0.4923596 0.1282215 0.4888058 0.1379859 0.4911198 0.1277666 0.4923596 0.1282215 0.4937892 0.1285387 0.4904958 0.1378733 0.4854712 0.1462109 0.4888058 0.1379859 0.4872276 0.1464973 0.4854712 0.1462109 0.483758 0.1466156 0.4872944 0.1379103 0.4955985 0.1285809 0.4925429 0.1373844 0.4937892 0.1285387 0.4955985 0.1285809 0.4990845 0.1278871 0.4960229 0.1371842 0.4901986 0.1443144 0.4925429 0.1373844 0.4939292 0.1438037 0.4901986 0.1443144 0.4872276 0.1464973 0.4904958 0.1378733 0.4923596 0.1282215 0.495469 0.1179851 0.4937892 0.1285387 0.4942811 0.1174734 0.495469 0.1179851 0.4911198 0.1277666 0.4955985 0.1285809 0.4985046 0.1188176 0.4990845 0.1278871 0.4955985 0.1285809 0.4937892 0.1285387 0.4968219 0.1184491 0.5154448 0.1312403 0.5147849 0.1389073 0.510347 0.1314471 0.5154448 0.1312403 0.520408 0.1290991 0.5199254 0.1386499 0.5138982 0.1455531 0.5147849 0.1389073 0.5193156 0.1453831 0.5138982 0.1455531 0.5076133 0.1452793 0.5088265 0.1387955 0.5199254 0.1386499 0.520408 0.1290991 0.524588 0.1299904 0.528005 0.1382495 0.5242869 0.1384002 0.5280046 0.1301315 0.5239812 0.1449201 0.5242869 0.1384002 0.5279247 0.1444748 0.5239812 0.1449201 0.5193156 0.1453831 0.5199254 0.1386499 0.5282201 0.1204372 0.5280046 0.1301315 0.524588 0.1299904 0.5218645 0.1194425 0.5250086 0.1203836 0.520408 0.1290991 0.5333242 0.05109304 0.5318241 0.05638045 0.5291199 0.0511434 0.5333242 0.05109304 0.537075 0.05129766 0.5354933 0.0565167 0.5304493 0.06156396 0.5318241 0.05638045 0.5340709 0.06163454 0.5304493 0.06156396 0.5265125 0.06156939 0.5277225 0.05639576 0.5271763 0.0415281 0.5255348 0.04585003 0.5228578 0.04012358 0.5271763 0.0415281 0.5315619 0.04210501 0.5305227 0.04631584 0.5238361 0.05080091 0.5255348 0.04585003 0.5291199 0.0511434 0.5238361 0.05080091 0.5178036 0.05006283 0.5209706 0.04501962 0.5356254 0.04207789 0.5347571 0.04629522 0.5315619 0.04210501 0.5356254 0.04207789 0.5404329 0.04096347 0.5386959 0.04653692 0.5333242 0.05109304 0.5347571 0.04629522 0.537075 0.05129766 0.5333242 0.05109304 0.5291199 0.0511434 0.5305227 0.04631584 0.4809907 0.01963406 0.4806127 0.01889455 0.4823961 0.01915752 0.4809907 0.01963406 0.4797307 0.01994723 0.4795634 0.0192064 0.4801494 0.01809597 0.4806127 0.01889455 0.4793615 0.01837515 0.4801494 0.01809597 0.4806505 0.0177229 0.4812023 0.01809173 0.4784517 0.02016168 0.478479 0.01938784 0.4797307 0.01994723 0.4784517 0.02016168 0.4769232 0.02026385 0.4775919 0.01893192 0.4775919 0.01893192 0.4779183 0.01841253 0.4785342 0.01854008 0.4785342 0.01854008 0.4793615 0.01837515 0.4795634 0.0192064 0.4772317 0.01355153 0.4777107 0.01489406 0.4765334 0.01459455 0.4772317 0.01355153 0.4782206 0.01325875 0.4785299 0.01466077 0.4780731 0.01620924 0.4777107 0.01489406 0.4788321 0.01600879 0.4780731 0.01620924 0.4776056 0.01641124 0.4771572 0.0156365 0.4785299 0.01466077 0.4782206 0.01325875 0.4792221 0.01307135 0.4801492 0.01491165 0.4793497 0.01449298 0.4802831 0.01371914 0.4801492 0.01491165 0.4800713 0.01579749 0.4795836 0.01584362 0.4785299 0.01466077 0.4793497 0.01449298 0.4788321 0.01600879 0.4780731 0.01620924 0.4783732 0.01745259 0.4776056 0.01641124 0.4780731 0.01620924 0.4788321 0.01600879 0.4791135 0.01727807 0.4791135 0.01727807 0.4793615 0.01837515 0.4785342 0.01854008 0.4776869 0.01749926 0.4783732 0.01745259 0.4779183 0.01841253 0.4795836 0.01584362 0.4798282 0.01706182 0.4788321 0.01600879 0.4795836 0.01584362 0.4800713 0.01579749 0.480449 0.01678723 0.4801494 0.01809597 0.4798282 0.01706182 0.4806505 0.0177229 0.4801494 0.01809597 0.4793615 0.01837515 0.4791135 0.01727807 0.4826977 0.02996903 0.4824264 0.02916806 0.4843165 0.02974885 0.4812348 0.0294063 0.4824264 0.02916806 0.4813651 0.03021198 0.4821252 0.02811819 0.4824264 0.02916806 0.4810675 0.02835452 0.4821252 0.02811819 0.4828153 0.02771693 0.4833334 0.02838671 0.4800071 0.03036522 0.480036 0.02954369 0.4813651 0.03021198 0.4800071 0.03036522 0.4783425 0.03064316 0.4789566 0.02912425 0.4789566 0.02912425 0.4792531 0.02838337 0.4800192 0.02851241 0.4800192 0.02851241 0.4810675 0.02835452 0.4812348 0.0294063 0.4784517 0.02016168 0.4786965 0.02102768 0.4769232 0.02026385 0.4784517 0.02016168 0.4797307 0.01994723 0.4798751 0.02077275 0.4790215 0.02213478 0.4786965 0.02102768 0.4800427 0.02184891 0.4790215 0.02213478 0.4783309 0.02249693 0.4778001 0.02176934 0.4809907 0.01963406 0.4810559 0.02049118 0.4797307 0.01994723 0.4809907 0.01963406 0.4823961 0.01915752 0.4821304 0.02079039 0.4821304 0.02079039 0.4818402 0.02164179 0.4810794 0.02159857 0.4810794 0.02159857 0.4800427 0.02184891 0.4798751 0.02077275 0.4790215 0.02213478 0.4792348 0.0236321 0.4783309 0.02249693 0.4790215 0.02213478 0.4800427 0.02184891 0.4802797 0.02334141 0.4794461 0.02532804 0.4792348 0.0236321 0.4805526 0.02506124 0.4794461 0.02532804 0.4784318 0.02555012 0.4782721 0.02375674 0.4810794 0.02159857 0.4813326 0.02308905 0.4800427 0.02184891 0.4822754 0.02276968 0.4813326 0.02308905 0.4818402 0.02164179 0.4822754 0.02276968 0.4826794 0.02457201 0.4816572 0.02480012 0.4816572 0.02480012 0.4805526 0.02506124 0.4802797 0.02334141 0.4788246 0.02729254 0.4784318 0.02555012 0.4794461 0.02532804 0.4794461 0.02532804 0.4805526 0.02506124 0.4808276 0.02681922 0.4808276 0.02681922 0.4810675 0.02835452 0.4800192 0.02851241 0.4788246 0.02729254 0.4797651 0.027031 0.4792531 0.02838337 0.4816572 0.02480012 0.4818951 0.02656936 0.4805526 0.02506124 0.4816572 0.02480012 0.4826794 0.02457201 0.4828758 0.02644747 0.4821252 0.02811819 0.4818951 0.02656936 0.4828153 0.02771693 0.4821252 0.02811819 0.4810675 0.02835452 0.4808276 0.02681922 0.4800071 0.03036522 0.4801241 0.03121763 0.4783425 0.03064316 0.4814943 0.03100919 0.4801241 0.03121763 0.4813651 0.03021198 0.4803574 0.0326243 0.4801241 0.03121763 0.4817225 0.03233683 0.4803574 0.0326243 0.4795477 0.03326666 0.4790546 0.03226894 0.4814943 0.03100919 0.4813651 0.03021198 0.4826977 0.02996903 0.4841601 0.03138953 0.4828383 0.03077089 0.4843165 0.02974885 0.4841601 0.03138953 0.4840271 0.03238838 0.4830705 0.03208839 0.4814943 0.03100919 0.4828383 0.03077089 0.4817225 0.03233683 0.4875801 0.04160094 0.4896348 0.04257309 0.4872837 0.04400444 0.4840374 0.04354339 0.4862245 0.0428307 0.484863 0.04474157 0.4840374 0.04354339 0.4835821 0.04216957 0.4854574 0.04158252 0.4875801 0.04160094 0.4862245 0.0428307 0.4865554 0.04091227 0.4840374 0.04354339 0.484863 0.04474157 0.4821146 0.04523104 0.4821146 0.04523104 0.4784758 0.0455259 0.4796106 0.04369014 0.4796106 0.04369014 0.4802389 0.04261779 0.4815617 0.04268205 0.4840374 0.04354339 0.4816009 0.04408401 0.4835821 0.04216957 0.4810265 0.03798854 0.4813457 0.04058164 0.479597 0.03835654 0.4810265 0.03798854 0.4826583 0.03753948 0.483129 0.04009318 0.4815617 0.04268205 0.4813457 0.04058164 0.4835821 0.04216957 0.4797923 0.04108405 0.4813457 0.04058164 0.4802389 0.04261779 0.4842758 0.03716367 0.4848486 0.03961962 0.4826583 0.03753948 0.4863609 0.03935897 0.4848486 0.03961962 0.4856683 0.03690528 0.4854574 0.04158252 0.4848486 0.03961962 0.4865554 0.04091227 0.4854574 0.04158252 0.4835821 0.04216957 0.483129 0.04009318 0.4803574 0.0326243 0.4806777 0.03510874 0.4795477 0.03326666 0.4803574 0.0326243 0.4817225 0.03233683 0.48215 0.03473383 0.4810265 0.03798854 0.4806777 0.03510874 0.4826583 0.03753948 0.4810265 0.03798854 0.479597 0.03835654 0.4794238 0.03529727 0.48215 0.03473383 0.4817225 0.03233683 0.4830705 0.03208839 0.4848098 0.03413581 0.4836164 0.03443628 0.4840271 0.03238838 0.4848098 0.03413581 0.4856683 0.03690528 0.4842758 0.03716367 0.48215 0.03473383 0.4836164 0.03443628 0.4826583 0.03753948 0.4825778 0.0479651 0.4784758 0.0455259 0.4821146 0.04523104 0.4864268 0.04629111 0.4837539 0.04656666 0.484863 0.04474157 0.4864268 0.04629111 0.4884173 0.04847192 0.4860155 0.04863655 0.4825778 0.0479651 0.4837539 0.04656666 0.484812 0.04937398 0.4864268 0.04629111 0.484863 0.04474157 0.4872837 0.04400444 0.4909365 0.04545187 0.488769 0.04574406 0.4896348 0.04257309 0.4909365 0.04545187 0.4926981 0.04769128 0.490626 0.04803156 0.4864268 0.04629111 0.488769 0.04574406 0.4884173 0.04847192 0.5012589 0.06235063 0.5023664 0.06722176 0.5001854 0.0676105 0.5001854 0.0676105 0.4981985 0.06843954 0.497098 0.06415808 0.4980762 0.06062251 0.4990653 0.06308007 0.4960911 0.06183701 0.4980762 0.06062251 0.5003253 0.05956298 0.5012589 0.06235063 0.496272 0.06909042 0.4953631 0.06493467 0.4981985 0.06843954 0.493498 0.06434088 0.4953631 0.06493467 0.494099 0.07056099 0.493498 0.06434088 0.4933204 0.0625993 0.4945444 0.06265276 0.4945444 0.06265276 0.4960911 0.06183701 0.497098 0.06415808 0.4864526 0.05209827 0.484812 0.04937398 0.4860155 0.04863655 0.4905228 0.05156385 0.4883959 0.05198639 0.4884173 0.04847192 0.4905228 0.05156385 0.4926055 0.0551173 0.490741 0.05586612 0.4864526 0.05209827 0.4883959 0.05198639 0.4893003 0.05639857 0.4905228 0.05156385 0.4884173 0.04847192 0.490626 0.04803156 0.494926 0.05005693 0.4928004 0.05084919 0.4926981 0.04769128 0.494926 0.05005693 0.4980507 0.05234843 0.4949422 0.05404186 0.4905228 0.05156385 0.4928004 0.05084919 0.4926055 0.0551173 0.4917784 0.06029677 0.4893003 0.05639857 0.490741 0.05586612 0.4945276 0.0586825 0.4928971 0.05952578 0.4926055 0.0551173 0.4945444 0.06265276 0.4928971 0.05952578 0.4960911 0.06183701 0.4917784 0.06029677 0.4928971 0.05952578 0.4933204 0.0625993 0.4949422 0.05404186 0.4967013 0.0574547 0.4926055 0.0551173 0.4949422 0.05404186 0.4980507 0.05234843 0.4991644 0.05631929 0.4980762 0.06062251 0.4967013 0.0574547 0.5003253 0.05956298 0.4980762 0.06062251 0.4960911 0.06183701 0.4945276 0.0586825 0.5713627 0.1454069 0.5698989 0.1420474 0.5734162 0.141773 0.5763272 0.1444064 0.5743455 0.1448413 0.5755971 0.1416188 0.5763272 0.1444064 0.5773898 0.1467924 0.5752692 0.147255 0.5713627 0.1454069 0.5743455 0.1448413 0.5722354 0.1477385 0.573225 0.1506701 0.577633 0.1512757 0.5737871 0.1545854 0.573225 0.1506701 0.5722354 0.1477385 0.5752692 0.147255 0.5807117 0.1516011 0.577633 0.1512757 0.5773898 0.1467924 0.5807117 0.1516011 0.5857884 0.158253 0.5796605 0.1561029 0.5661864 0.1545956 0.5580253 0.1551867 0.5591735 0.1519912 0.5664893 0.1485949 0.5665097 0.1511458 0.5600663 0.1495407 0.573225 0.1506701 0.5665097 0.1511458 0.5722354 0.1477385 0.5661864 0.1545956 0.5665097 0.1511458 0.5737871 0.1545854 0.5596548 0.147252 0.5658008 0.1462478 0.5600663 0.1495407 0.5596548 0.147252 0.5585888 0.1448232 0.5642908 0.1438545 0.5713627 0.1454069 0.5658008 0.1462478 0.5698989 0.1420474 0.5713627 0.1454069 0.5722354 0.1477385 0.5664893 0.1485949 0.5596548 0.147252 0.5549195 0.1483076 0.5585888 0.1448232 0.5596548 0.147252 0.5600663 0.1495407 0.5550014 0.1502922 0.5507099 0.1491619 0.5549195 0.1483076 0.5513616 0.1505734 0.5507099 0.1491619 0.5497727 0.1458886 0.554196 0.1459682 0.541608 0.1495131 0.5409879 0.1444262 0.5450951 0.145221 0.5507099 0.1491619 0.5461411 0.1495618 0.5497727 0.1458886 0.5507099 0.1491619 0.5513616 0.1505734 0.5483431 0.1519272 0.541608 0.1495131 0.5461411 0.1495618 0.5420154 0.1544119 0.5504704 0.1554117 0.5420154 0.1544119 0.5483431 0.1519272 0.5550014 0.1502922 0.5529026 0.1524943 0.5513616 0.1505734 0.5550014 0.1502922 0.5600663 0.1495407 0.5591735 0.1519912 0.5504704 0.1554117 0.5529026 0.1524943 0.5580253 0.1551867 0.5821216 0.04047763 0.5836866 0.04017269 0.583649 0.04115772 0.5826693 0.04254621 0.5823223 0.04165148 0.5839404 0.04185032 0.5826693 0.04254621 0.5812431 0.04328525 0.5808709 0.0422945 0.5808709 0.0422945 0.5800157 0.04111284 0.5821216 0.04047763 0.5843165 0.04236811 0.5831574 0.04321962 0.5839404 0.04185032 0.5843165 0.04236811 0.5850816 0.04271888 0.5839549 0.04385888 0.5839549 0.04385888 0.5822461 0.04521316 0.5817905 0.04405999 0.5817905 0.04405999 0.5812431 0.04328525 0.5826693 0.04254621 0.5684099 0.04474735 0.5711539 0.04418724 0.571522 0.04611921 0.571522 0.04611921 0.5724411 0.04768264 0.5700672 0.04889738 0.5661671 0.04797595 0.5689828 0.04692399 0.5674864 0.0502972 0.5684099 0.04474735 0.5689828 0.04692399 0.5656673 0.04543864 0.5700672 0.04889738 0.5724411 0.04768264 0.5734502 0.04925054 0.5734502 0.04925054 0.5750248 0.05059963 0.5732375 0.05259275 0.5732375 0.05259275 0.5715677 0.05445033 0.5693799 0.05251389 0.5693799 0.05251389 0.5674864 0.0502972 0.5700672 0.04889738 0.563048 0.04637783 0.5656673 0.04543864 0.5661671 0.04797595 0.565378 0.05164492 0.5636444 0.04915815 0.5674864 0.0502972 0.565378 0.05164492 0.5633276 0.05345267 0.5611442 0.05100309 0.563048 0.04637783 0.5636444 0.04915815 0.5591606 0.04743736 0.5693799 0.05251389 0.5676621 0.05401235 0.5674864 0.0502972 0.5693799 0.05251389 0.5715677 0.05445033 0.5701446 0.05603587 0.5659453 0.05577069 0.5676621 0.05401235 0.5686425 0.05772787 0.5659453 0.05577069 0.5633276 0.05345267 0.565378 0.05164492 0.5522215 0.06604468 0.5502844 0.07085955 0.5492172 0.06494587 0.5522215 0.06604468 0.5551168 0.06725269 0.5531601 0.07202255 0.5531601 0.07202255 0.5510621 0.07762825 0.5482875 0.0764929 0.5474347 0.06978011 0.5502844 0.07085955 0.5456571 0.07542109 0.5531601 0.07202255 0.5551168 0.06725269 0.5584837 0.06841272 0.5584837 0.06841272 0.5618984 0.06923574 0.5604503 0.07380402 0.554622 0.07873255 0.5566638 0.07317322 0.5587149 0.07919239 0.554622 0.07873255 0.5510621 0.07762825 0.5531601 0.07202255 0.4407908 0.0592646 0.4394401 0.06045418 0.4380185 0.05850315 0.4396001 0.05637753 0.4396669 0.05788254 0.4378478 0.05631691 0.4396001 0.05637753 0.4412939 0.05646437 0.4412813 0.05743664 0.4412813 0.05743664 0.4421082 0.05835247 0.4407908 0.0592646 0.4380819 0.05404913 0.4397579 0.05483192 0.4378478 0.05631691 0.4380819 0.05404913 0.4396682 0.05219787 0.4410001 0.05359548 0.4410001 0.05359548 0.4423136 0.05472779 0.4413971 0.05548179 0.4413971 0.05548179 0.4412939 0.05646437 0.4396001 0.05637753 0.5681697 0.1354669 0.5656926 0.1281153 0.5683428 0.1279193 0.5732727 0.1356048 0.5710353 0.1357887 0.5705724 0.1276072 0.5732727 0.1356048 0.5755971 0.1416188 0.5734162 0.141773 0.5681697 0.1354669 0.5710353 0.1357887 0.5698989 0.1420474 0.5732727 0.1356048 0.5705724 0.1276072 0.5727551 0.1272988 0.5773317 0.1351909 0.5752986 0.1353529 0.575048 0.127004 0.5776165 0.1413482 0.5752986 0.1353529 0.5786622 0.1397565 0.5732727 0.1356048 0.5752986 0.1353529 0.5755971 0.1416188 0.5687149 0.1188688 0.5705724 0.1276072 0.5683428 0.1279193 0.5639618 0.1200553 0.5664788 0.1191954 0.5656926 0.1281153 0.5731043 0.1180878 0.575048 0.127004 0.5727551 0.1272988 0.5687149 0.1188688 0.5708093 0.1185131 0.5705724 0.1276072 0.5403921 0.13793 0.5400164 0.129888 0.5431472 0.1303933 0.54751 0.1389039 0.5440034 0.1387277 0.5462659 0.1308255 0.54751 0.1389039 0.5497727 0.1458886 0.5450951 0.145221 0.5403921 0.13793 0.5440034 0.1387277 0.5409879 0.1444262 0.5455434 0.1216396 0.5462659 0.1308255 0.5431472 0.1303933 0.5400564 0.1201641 0.5428071 0.1205297 0.5400164 0.129888 0.550911 0.06039655 0.5528857 0.05610853 0.5558434 0.05778604 0.5567954 0.06319707 0.5539298 0.06173658 0.5585964 0.05960673 0.5567954 0.06319707 0.5551168 0.06725269 0.5522215 0.06604468 0.550911 0.06039655 0.5539298 0.06173658 0.5492172 0.06494587 0.5617251 0.06122976 0.5600574 0.06452548 0.5585964 0.05960673 0.5617251 0.06122976 0.5648164 0.06252795 0.5632789 0.06555759 0.5584837 0.06841272 0.5600574 0.06452548 0.5618984 0.06923574 0.5584837 0.06841272 0.5551168 0.06725269 0.5567954 0.06319707 0.5555105 0.0520581 0.5591606 0.04743736 0.5611442 0.05100309 0.5611442 0.05100309 0.5633276 0.05345267 0.5609204 0.05623257 0.5609204 0.05623257 0.5585964 0.05960673 0.5558434 0.05778604 0.5558434 0.05778604 0.5528857 0.05610853 0.5555105 0.0520581 0.5659453 0.05577069 0.5638271 0.05824398 0.5633276 0.05345267 0.5659453 0.05577069 0.5686425 0.05772787 0.5667353 0.05990493 0.5617251 0.06122976 0.5638271 0.05824398 0.5648164 0.06252795 0.5617251 0.06122976 0.5585964 0.05960673 0.5609204 0.05623257 0.448148 0.05605912 0.4474064 0.05618071 0.4480394 0.05470407 0.4473829 0.05708867 0.4474064 0.05618071 0.4481217 0.05714148 0.4466155 0.05632144 0.4474064 0.05618071 0.4465792 0.05701237 0.4466155 0.05632144 0.4464231 0.05580914 0.4468593 0.05548167 0.4473829 0.05708867 0.4481217 0.05714148 0.4480763 0.05824446 0.4466549 0.05857485 0.4472927 0.0579971 0.4478787 0.0595721 0.4466549 0.05857485 0.4462019 0.05813974 0.4464579 0.05768102 0.4473829 0.05708867 0.4472927 0.0579971 0.4465792 0.05701237 0.4412813 0.05743664 0.4428276 0.05734014 0.4421082 0.05835247 0.4412813 0.05743664 0.4412939 0.05646437 0.4428706 0.05660384 0.4442377 0.05742233 0.4428276 0.05734014 0.4442975 0.05676078 0.4442377 0.05742233 0.4442463 0.05784022 0.4433588 0.05799543 0.4428706 0.05660384 0.4412939 0.05646437 0.4413971 0.05548179 0.4435902 0.05532968 0.4429628 0.0558657 0.4423136 0.05472779 0.4435902 0.05532968 0.4444741 0.05567455 0.4443886 0.05609172 0.4428706 0.05660384 0.4429628 0.0558657 0.4442975 0.05676078 0.4442377 0.05742233 0.4454438 0.0575127 0.4442463 0.05784022 0.4455422 0.05690002 0.4454438 0.0575127 0.4442975 0.05676078 0.4455422 0.05690002 0.4465792 0.05701237 0.4464579 0.05768102 0.4452726 0.05805861 0.4454438 0.0575127 0.4462019 0.05813974 0.4443886 0.05609172 0.4456079 0.05626767 0.4442975 0.05676078 0.44554 0.05567961 0.4456079 0.05626767 0.4444741 0.05567455 0.4466155 0.05632144 0.4456079 0.05626767 0.4464231 0.05580914 0.4466155 0.05632144 0.4465792 0.05701237 0.4455422 0.05690002 0.455581 0.05515843 0.456762 0.05439734 0.4568566 0.05585151 0.4560664 0.05695736 0.4560391 0.05596876 0.4568774 0.05696529 0.4560664 0.05695736 0.4551119 0.0569691 0.4551147 0.05611282 0.4551147 0.05611282 0.454966 0.05552572 0.455581 0.05515843 0.4568102 0.05809688 0.4559929 0.05799037 0.4568774 0.05696529 0.4568102 0.05809688 0.4566975 0.05961287 0.455487 0.05889672 0.455487 0.05889672 0.4548407 0.05854839 0.4550369 0.05788516 0.4560664 0.05695736 0.4559929 0.05799037 0.4551119 0.0569691 0.44938 0.05906909 0.4478787 0.0595721 0.4480763 0.05824446 0.4489635 0.0571835 0.4489372 0.05820673 0.4481217 0.05714148 0.4489635 0.0571835 0.4499697 0.05720412 0.4499415 0.0580855 0.4499415 0.0580855 0.4500671 0.05870491 0.44938 0.05906909 0.448148 0.05605912 0.4490081 0.05617004 0.4481217 0.05714148 0.448148 0.05605912 0.4480394 0.05470407 0.4495112 0.05530828 0.4495112 0.05530828 0.4502183 0.05567574 0.4500373 0.05631375 0.4489635 0.0571835 0.4490081 0.05617004 0.4499697 0.05720412 0.4499415 0.0580855 0.451155 0.05808258 0.4500671 0.05870491 0.4499415 0.0580855 0.4499697 0.05720412 0.4512015 0.05719268 0.4512015 0.05719268 0.4525471 0.05714327 0.4524803 0.05808144 0.4524803 0.05808144 0.4524614 0.05897033 0.4510381 0.05890375 0.4512015 0.05719268 0.4499697 0.05720412 0.4500373 0.05631375 0.4512445 0.05544847 0.451286 0.05629038 0.4502183 0.05567574 0.4512445 0.05544847 0.452692 0.05531454 0.4526293 0.05620676 0.4512015 0.05719268 0.451286 0.05629038 0.4525471 0.05714327 0.4538753 0.05881726 0.4524614 0.05897033 0.4524803 0.05808144 0.4538947 0.05704993 0.4538202 0.05796557 0.4525471 0.05714327 0.4538947 0.05704993 0.4551119 0.0569691 0.4550369 0.05788516 0.4538753 0.05881726 0.4538202 0.05796557 0.4548407 0.05854839 0.4538947 0.05704993 0.4525471 0.05714327 0.4526293 0.05620676 0.4540636 0.05536133 0.4539418 0.05616986 0.452692 0.05531454 0.4551147 0.05611282 0.4539418 0.05616986 0.454966 0.05552572 0.4538947 0.05704993 0.4539418 0.05616986 0.4551119 0.0569691 0.458059 0.05897289 0.4566975 0.05961287 0.4568102 0.05809688 0.457664 0.05694353 0.4576107 0.05802059 0.4568774 0.05696529 0.457664 0.05694353 0.4586776 0.05691671 0.4586285 0.05792748 0.4586285 0.05792748 0.458799 0.05862969 0.458059 0.05897289 0.457664 0.05694353 0.4568774 0.05696529 0.4568566 0.05585151 0.4582211 0.05490404 0.4577087 0.05587476 0.456762 0.05439734 0.4582211 0.05490404 0.4589881 0.05519163 0.4587759 0.05590391 0.457664 0.05694353 0.4577087 0.05587476 0.4586776 0.05691671 0.4681929 0.05533891 0.4667748 0.05536395 0.4680639 0.05256527 0.4681929 0.05533891 0.4678325 0.05746591 0.4666307 0.05715978 0.465283 0.05543023 0.4667748 0.05536395 0.4652762 0.05684518 0.465283 0.05543023 0.465112 0.0545215 0.4661539 0.05395805 0.4673431 0.05930209 0.466279 0.0588209 0.4678325 0.05746591 0.4673431 0.05930209 0.4667917 0.06150835 0.4653951 0.05999362 0.4653951 0.05999362 0.464667 0.05922889 0.4650478 0.05827569 0.4650478 0.05827569 0.4652762 0.05684518 0.4666307 0.05715978 0.463416 0.05930757 0.461651 0.05917507 0.4617959 0.058079 0.4636548 0.05680882 0.4634997 0.0581023 0.461906 0.05688536 0.4636548 0.05680882 0.4652762 0.05684518 0.4650478 0.05827569 0.463416 0.05930757 0.4634997 0.0581023 0.464667 0.05922889 0.4636548 0.05680882 0.461906 0.05688536 0.4619168 0.05565291 0.4637193 0.05437457 0.463631 0.05552744 0.461862 0.05451709 0.465283 0.05543023 0.463631 0.05552744 0.465112 0.0545215 0.4636548 0.05680882 0.463631 0.05552744 0.4652762 0.05684518 0.4586285 0.05792748 0.4600979 0.05798381 0.458799 0.05862969 0.4586285 0.05792748 0.4586776 0.05691671 0.4601693 0.05690932 0.4617959 0.058079 0.4600979 0.05798381 0.461906 0.05688536 0.4617959 0.058079 0.461651 0.05917507 0.459917 0.05893445 0.4601693 0.05690932 0.4586776 0.05691671 0.4587759 0.05590391 0.4601324 0.05482327 0.4602384 0.05580419 0.4589881 0.05519163 0.4601324 0.05482327 0.461862 0.05451709 0.4619168 0.05565291 0.4601693 0.05690932 0.4602384 0.05580419 0.461906 0.05688536 0.4687915 0.06116217 0.4667917 0.06150835 0.4673431 0.05930209 0.4689962 0.05747699 0.46839 0.05928337 0.4678325 0.05746591 0.4689962 0.05747699 0.4708344 0.05822312 0.4700606 0.0598092 0.4700606 0.0598092 0.470112 0.06118273 0.4687915 0.06116217 0.4689962 0.05747699 0.4678325 0.05746591 0.4681929 0.05533891 0.4706474 0.05331754 0.4696239 0.0553655 0.4680639 0.05256527 0.4706474 0.05331754 0.4729408 0.05460494 0.4717497 0.05639052 0.4689962 0.05747699 0.4696239 0.0553655 0.4708344 0.05822312 0.4881886 0.07204276 0.4893589 0.07371622 0.4878487 0.07451122 0.4850872 0.0729503 0.4867181 0.07266646 0.4861917 0.07493799 0.4850872 0.0729503 0.4835084 0.07060527 0.4851019 0.07034319 0.4881886 0.07204276 0.4867181 0.07266646 0.4865477 0.0697835 0.4850872 0.0729503 0.4861917 0.07493799 0.4845612 0.07510268 0.4813166 0.07214039 0.4834504 0.07302868 0.4823557 0.07482355 0.4813166 0.07214039 0.4805827 0.07052385 0.4818952 0.07070791 0.4850872 0.0729503 0.4834504 0.07302868 0.4835084 0.07060527 0.4700606 0.0598092 0.4729955 0.06192392 0.470112 0.06118273 0.4740599 0.06073457 0.4729955 0.06192392 0.4708344 0.05822312 0.4740599 0.06073457 0.4777498 0.06413429 0.476393 0.06487101 0.472043 0.0628643 0.4729955 0.06192392 0.4752891 0.06555569 0.4740599 0.06073457 0.4708344 0.05822312 0.4717497 0.05639052 0.4765883 0.0579549 0.4752519 0.05936092 0.4729408 0.05460494 0.4765883 0.0579549 0.4805949 0.06224495 0.4791629 0.06325799 0.4740599 0.06073457 0.4752519 0.05936092 0.4777498 0.06413429 0.4783732 0.06844204 0.4752891 0.06555569 0.476393 0.06487101 0.4809809 0.06754559 0.4794511 0.06789386 0.4777498 0.06413429 0.4809809 0.06754559 0.4835084 0.07060527 0.4818952 0.07070791 0.4783732 0.06844204 0.4794511 0.06789386 0.4805827 0.07052385 0.4809809 0.06754559 0.4777498 0.06413429 0.4791629 0.06325799 0.4839655 0.06635272 0.4825149 0.06706291 0.4805949 0.06224495 0.4839655 0.06635272 0.4865477 0.0697835 0.4851019 0.07034319 0.4809809 0.06754559 0.4825149 0.06706291 0.4835084 0.07060527 0.5311759 0.1443579 0.5307114 0.1483446 0.5279247 0.1444748 0.5311759 0.1443579 0.5341855 0.1443569 0.5338636 0.1484959 0.5306729 0.1509566 0.5307114 0.1483446 0.5336144 0.1506118 0.5306729 0.1509566 0.526973 0.1510065 0.5274666 0.1484907 0.5267857 0.1527311 0.5319111 0.1529014 0.5253436 0.1548806 0.5267857 0.1527311 0.526973 0.1510065 0.5306729 0.1509566 0.536128 0.1519908 0.5319111 0.1529014 0.5336144 0.1506118 0.536128 0.1519908 0.5420154 0.1544119 0.5334119 0.1553283 0.541608 0.1495131 0.5420154 0.1544119 0.536128 0.1519908 0.536128 0.1519908 0.5336144 0.1506118 0.5338636 0.1484959 0.5374037 0.1442589 0.5375056 0.1490216 0.5341855 0.1443569 0.541608 0.1495131 0.5375056 0.1490216 0.5409879 0.1444262 0.5582644 0.01750582 0.5592609 0.01638948 0.5598024 0.01714807 0.5598732 0.01864862 0.5591139 0.01824462 0.5603508 0.01744908 0.5598732 0.01864862 0.5593559 0.02003538 0.5584482 0.01958692 0.5584482 0.01958692 0.557078 0.0192781 0.5582644 0.01750582 0.5609978 0.01759862 0.5607838 0.01884132 0.5603508 0.01744908 0.5609978 0.01759862 0.5619718 0.01738435 0.562014 0.01884931 0.562014 0.01884931 0.5617964 0.02095526 0.5604227 0.02027589 0.5604227 0.02027589 0.5593559 0.02003538 0.5598732 0.01864862 0.5494348 0.03211909 0.5517218 0.02911579 0.553321 0.0307433 0.553321 0.0307433 0.5551291 0.03154546 0.5536681 0.03472554 0.5492472 0.03695279 0.5514506 0.03364217 0.5520158 0.03831821 0.5494348 0.03211909 0.5514506 0.03364217 0.5470139 0.03502541 0.5570024 0.0321781 0.5561308 0.03553563 0.5551291 0.03154546 0.5570024 0.0321781 0.5592846 0.03204345 0.5588325 0.03589737 0.5552002 0.03932309 0.5561308 0.03553563 0.5585329 0.03961491 0.5552002 0.03932309 0.5520158 0.03831821 0.5536681 0.03472554 0.5443845 0.03783011 0.5470139 0.03502541 0.5492472 0.03695279 0.5492472 0.03695279 0.5520158 0.03831821 0.5505512 0.04175186 0.5447562 0.04367345 0.546961 0.04017889 0.5489951 0.04533737 0.5443845 0.03783011 0.546961 0.04017889 0.5404329 0.04096347 0.5505512 0.04175186 0.5520158 0.03831821 0.5552002 0.03932309 0.5552002 0.03932309 0.5585329 0.03961491 0.5585401 0.04310101 0.5535798 0.04666829 0.5545781 0.04296213 0.5591606 0.04743736 0.5535798 0.04666829 0.5489951 0.04533737 0.5505512 0.04175186 0.5377606 0.06236058 0.5365828 0.06689125 0.5340709 0.06163454 0.5377606 0.06236058 0.541563 0.0633257 0.540296 0.06797772 0.540296 0.06797772 0.5390838 0.07354539 0.5354984 0.0723285 0.5329285 0.06609171 0.5365828 0.06689125 0.5319449 0.07141351 0.5455232 0.06411349 0.5440092 0.06888008 0.541563 0.0633257 0.5455232 0.06411349 0.5492172 0.06494587 0.5474347 0.06978011 0.5425297 0.07450747 0.5440092 0.06888008 0.5456571 0.07542109 0.5425297 0.07450747 0.5390838 0.07354539 0.540296 0.06797772 0.4506087 0.02817469 0.4491468 0.02815127 0.4494083 0.02584141 0.4494083 0.02584141 0.4506711 0.02406519 0.4516503 0.02525115 0.4519571 0.02716273 0.4507347 0.02647644 0.4525997 0.02636551 0.4519571 0.02716273 0.4519112 0.02834105 0.4506087 0.02817469 0.4522963 0.022686 0.4527704 0.02424657 0.4506711 0.02406519 0.4522963 0.022686 0.4545316 0.02244704 0.4544273 0.02414077 0.4544273 0.02414077 0.4544863 0.02562999 0.453329 0.02565968 0.453329 0.02565968 0.4525997 0.02636551 0.4516503 0.02525115 0.528005 0.1382495 0.5280046 0.1301315 0.5311669 0.1303212 0.5311669 0.1303212 0.5341588 0.1303594 0.5341857 0.1382762 0.5311759 0.1443579 0.5312156 0.1382891 0.5341855 0.1443569 0.5311759 0.1443579 0.5279247 0.1444748 0.528005 0.1382495 0.5370644 0.1300458 0.537182 0.137968 0.5341588 0.1303594 0.5403921 0.13793 0.537182 0.137968 0.5400164 0.129888 0.5403921 0.13793 0.5409879 0.1444262 0.5374037 0.1442589 0.5374037 0.1442589 0.5341855 0.1443569 0.5341857 0.1382762 0.5311669 0.1303212 0.5313659 0.1206372 0.5341588 0.1303594 0.5282201 0.1204372 0.5313659 0.1206372 0.5280046 0.1301315 0.5370644 0.1300458 0.5372753 0.1203896 0.5400164 0.129888 0.5370644 0.1300458 0.5341588 0.1303594 0.5343998 0.120712 0.5409983 0.05240488 0.539276 0.05739682 0.537075 0.05129766 0.5409983 0.05240488 0.5450394 0.05381166 0.5431742 0.05853098 0.5377606 0.06236058 0.539276 0.05739682 0.541563 0.0633257 0.5377606 0.06236058 0.5340709 0.06163454 0.5354933 0.0565167 0.549143 0.05491495 0.5471891 0.05942946 0.5450394 0.05381166 0.549143 0.05491495 0.5528857 0.05610853 0.550911 0.06039655 0.5455232 0.06411349 0.5471891 0.05942946 0.5492172 0.06494587 0.5455232 0.06411349 0.541563 0.0633257 0.5431742 0.05853098 0.5386959 0.04653692 0.5404329 0.04096347 0.5447562 0.04367345 0.5447562 0.04367345 0.5489951 0.04533737 0.5470688 0.04938554 0.5409983 0.05240488 0.5427969 0.04778957 0.5450394 0.05381166 0.5409983 0.05240488 0.537075 0.05129766 0.5386959 0.04653692 0.5535798 0.04666829 0.5515207 0.05065691 0.5489951 0.04533737 0.5535798 0.04666829 0.5591606 0.04743736 0.5555105 0.0520581 0.549143 0.05491495 0.5515207 0.05065691 0.5528857 0.05610853 0.549143 0.05491495 0.5450394 0.05381166 0.5470688 0.04938554 0.4576288 0.03000783 0.4569795 0.02958482 0.4585787 0.02902531 0.4576288 0.03000783 0.4567718 0.03076249 0.4563069 0.03025484 0.456261 0.0291543 0.4569795 0.02958482 0.4557895 0.02970308 0.456261 0.0291543 0.4564909 0.02866399 0.4570919 0.02873337 0.4559172 0.03149211 0.4555817 0.03087544 0.4567718 0.03076249 0.4547241 0.0309627 0.4555817 0.03087544 0.4548594 0.03228396 0.4547241 0.0309627 0.4547209 0.03042095 0.4552339 0.03020292 0.4563069 0.03025484 0.4555817 0.03087544 0.4557895 0.02970308 0.4519571 0.02716273 0.4529712 0.02795141 0.4519112 0.02834105 0.4519571 0.02716273 0.4525997 0.02636551 0.4534893 0.02733653 0.4538393 0.02875947 0.4529712 0.02795141 0.4543242 0.02820354 0.4538393 0.02875947 0.4535782 0.02914011 0.4528952 0.02879327 0.4534893 0.02733653 0.4525997 0.02636551 0.453329 0.02565968 0.4548724 0.02671027 0.4540565 0.02677786 0.4544863 0.02562999 0.4548724 0.02671027 0.4551969 0.02742826 0.4548383 0.02769529 0.4534893 0.02733653 0.4540565 0.02677786 0.4543242 0.02820354 0.4538393 0.02875947 0.4546233 0.02950376 0.4535782 0.02914011 0.4538393 0.02875947 0.4543242 0.02820354 0.4551098 0.02900588 0.4551098 0.02900588 0.4557895 0.02970308 0.4552339 0.03020292 0.4541287 0.02988451 0.4546233 0.02950376 0.4547209 0.03042095 0.4548383 0.02769529 0.4555603 0.02850592 0.4543242 0.02820354 0.4548383 0.02769529 0.4551969 0.02742826 0.4559206 0.02802115 0.456261 0.0291543 0.4555603 0.02850592 0.4564909 0.02866399 0.456261 0.0291543 0.4557895 0.02970308 0.4551098 0.02900588 0.4640706 0.03726774 0.46342 0.03671818 0.4652078 0.03621399 0.4640706 0.03726774 0.4631999 0.03814011 0.4626623 0.03750443 0.4626251 0.03595709 0.46342 0.03671818 0.4619489 0.03665292 0.4626251 0.03595709 0.4629313 0.03530734 0.4636757 0.03562569 0.4622437 0.03893321 0.4618162 0.0382058 0.4631999 0.03814011 0.4607256 0.0383417 0.4618162 0.0382058 0.4610922 0.03996419 0.4607256 0.0383417 0.4605309 0.03753364 0.4612071 0.03728699 0.4612071 0.03728699 0.4619489 0.03665292 0.4626623 0.03750443 0.456128 0.03295665 0.4548594 0.03228396 0.4559172 0.03149211 0.457294 0.03132718 0.4564907 0.0320236 0.4567718 0.03076249 0.4572316 0.03267937 0.4564907 0.0320236 0.457943 0.03204739 0.4572316 0.03267937 0.4568515 0.03324013 0.456128 0.03295665 0.4576288 0.03000783 0.4581224 0.03063368 0.4567718 0.03076249 0.4576288 0.03000783 0.4585787 0.02902531 0.45912 0.03038716 0.45912 0.03038716 0.4592891 0.03112733 0.45868 0.03143441 0.457294 0.03132718 0.4581224 0.03063368 0.457943 0.03204739 0.4572316 0.03267937 0.4580694 0.03366881 0.4568515 0.03324013 0.4572316 0.03267937 0.457943 0.03204739 0.4587883 0.03302145 0.4590414 0.03485935 0.4580694 0.03366881 0.4597929 0.03418415 0.4590414 0.03485935 0.4583375 0.03546482 0.4573516 0.03416728 0.4587883 0.03302145 0.457943 0.03204739 0.45868 0.03143441 0.4601194 0.03172677 0.4595217 0.03238201 0.4592891 0.03112733 0.4601194 0.03172677 0.4612268 0.03285008 0.4605377 0.03349286 0.4587883 0.03302145 0.4595217 0.03238201 0.4597929 0.03418415 0.4595708 0.03676098 0.4583375 0.03546482 0.4590414 0.03485935 0.4609194 0.03547042 0.4601847 0.03611844 0.4597929 0.03418415 0.4609194 0.03547042 0.4619489 0.03665292 0.4612071 0.03728699 0.4595708 0.03676098 0.4601847 0.03611844 0.4605309 0.03753364 0.4605377 0.03349286 0.4616182 0.0347833 0.4597929 0.03418415 0.4605377 0.03349286 0.4612268 0.03285008 0.4623081 0.03423553 0.4626251 0.03595709 0.4616182 0.0347833 0.4629313 0.03530734 0.4626251 0.03595709 0.4619489 0.03665292 0.4609194 0.03547042 0.4622437 0.03893321 0.4627212 0.03952735 0.4610922 0.03996419 0.463702 0.03867501 0.4627212 0.03952735 0.4631999 0.03814011 0.4635475 0.04048502 0.4627212 0.03952735 0.4645517 0.03957444 0.4635475 0.04048502 0.463196 0.04139739 0.4623737 0.04089099 0.463702 0.03867501 0.4631999 0.03814011 0.4640706 0.03726774 0.4660266 0.03759467 0.4646444 0.03780704 0.4652078 0.03621399 0.4660266 0.03759467 0.4664779 0.03843843 0.465557 0.03869724 0.463702 0.03867501 0.4646444 0.03780704 0.4645517 0.03957444 0.4755199 0.0449683 0.4784758 0.0455259 0.4758773 0.04772514 0.4727103 0.04850673 0.4747345 0.04684567 0.4736344 0.04948431 0.4727103 0.04850673 0.4715623 0.04720389 0.4732258 0.0457769 0.4732258 0.0457769 0.4739651 0.0446462 0.4755199 0.0449683 0.4727103 0.04850673 0.4736344 0.04948431 0.4712933 0.05106633 0.4712933 0.05106633 0.4680639 0.05256527 0.4685661 0.05045455 0.4685661 0.05045455 0.4685676 0.04908657 0.4698554 0.04856485 0.4698554 0.04856485 0.4715623 0.04720389 0.4727103 0.04850673 0.4667872 0.04451799 0.4684897 0.04666709 0.4656875 0.0454629 0.4699392 0.04544085 0.4684897 0.04666709 0.4680571 0.04340994 0.4699392 0.04544085 0.4715623 0.04720389 0.4698554 0.04856485 0.4673074 0.0478096 0.4684897 0.04666709 0.4685676 0.04908657 0.4699392 0.04544085 0.4680571 0.04340994 0.4692751 0.04224246 0.4726703 0.043159 0.4713409 0.04415535 0.4703273 0.04123836 0.4732258 0.0457769 0.4713409 0.04415535 0.4739651 0.0446462 0.4699392 0.04544085 0.4713409 0.04415535 0.4715623 0.04720389 0.4635475 0.04048502 0.4650213 0.04230296 0.463196 0.04139739 0.4635475 0.04048502 0.4645517 0.03957444 0.4661324 0.04130363 0.4667872 0.04451799 0.4650213 0.04230296 0.4680571 0.04340994 0.4667872 0.04451799 0.4656875 0.0454629 0.4640383 0.04304885 0.4661324 0.04130363 0.4645517 0.03957444 0.465557 0.03869724 0.4680404 0.03939849 0.4672238 0.04029941 0.4664779 0.03843843 0.4680404 0.03939849 0.4703273 0.04123836 0.4692751 0.04224246 0.4661324 0.04130363 0.4672238 0.04029941 0.4680571 0.04340994 0.4706474 0.05331754 0.4680639 0.05256527 0.4712933 0.05106633 0.4745861 0.05027145 0.4724409 0.05170196 0.4736344 0.04948431 0.4745861 0.05027145 0.476335 0.05192601 0.4745422 0.05316013 0.4706474 0.05331754 0.4724409 0.05170196 0.4729408 0.05460494 0.4745861 0.05027145 0.4736344 0.04948431 0.4758773 0.04772514 0.4792487 0.04894757 0.4766646 0.04877865 0.4784758 0.0455259 0.4792487 0.04894757 0.4797956 0.05079036 0.4781004 0.05077254 0.4745861 0.05027145 0.4766646 0.04877865 0.476335 0.05192601 0.4926378 0.06919556 0.4912492 0.06819564 0.494099 0.07056099 0.4926378 0.06919556 0.4915863 0.07088059 0.4903195 0.06958985 0.4896132 0.06642466 0.4912492 0.06819564 0.4887066 0.06759041 0.4896132 0.06642466 0.4899392 0.06507915 0.4912989 0.06600624 0.490549 0.07244676 0.4893442 0.07094472 0.4915863 0.07088059 0.490549 0.07244676 0.4893589 0.07371622 0.4881886 0.07204276 0.4877169 0.06878799 0.4893442 0.07094472 0.4865477 0.0697835 0.4877169 0.06878799 0.4887066 0.06759041 0.4903195 0.06958985 0.4765883 0.0579549 0.4729408 0.05460494 0.4745422 0.05316013 0.4796509 0.05550587 0.4780859 0.0566681 0.476335 0.05192601 0.4796509 0.05550587 0.4833883 0.05994409 0.4820082 0.06109803 0.4765883 0.0579549 0.4780859 0.0566681 0.4805949 0.06224495 0.4796509 0.05550587 0.476335 0.05192601 0.4781004 0.05077254 0.4823824 0.05349659 0.4811894 0.05447328 0.4797956 0.05079036 0.4823824 0.05349659 0.4858676 0.05808693 0.4847204 0.05890989 0.4796509 0.05550587 0.4811894 0.05447328 0.4833883 0.05994409 0.4820082 0.06109803 0.4852451 0.06532186 0.4805949 0.06224495 0.4820082 0.06109803 0.4833883 0.05994409 0.4864015 0.06417369 0.4877169 0.06878799 0.4852451 0.06532186 0.4887066 0.06759041 0.4877169 0.06878799 0.4865477 0.0697835 0.4839655 0.06635272 0.4847204 0.05890989 0.4874827 0.06311154 0.4833883 0.05994409 0.4847204 0.05890989 0.4858676 0.05808693 0.4885423 0.06239044 0.4896132 0.06642466 0.4874827 0.06311154 0.4899392 0.06507915 0.4896132 0.06642466 0.4887066 0.06759041 0.4864015 0.06417369 0.5748144 0.07907778 0.5754175 0.08073264 0.5732783 0.07944726 0.5748144 0.07907778 0.5764284 0.07823461 0.5770704 0.0798574 0.5762332 0.08321988 0.5754175 0.08073264 0.5780267 0.08246165 0.5762332 0.08321988 0.5751615 0.08430463 0.5740963 0.08278286 0.5781292 0.07732439 0.5787944 0.07916188 0.5764284 0.07823461 0.5811982 0.08022487 0.5787944 0.07916188 0.5810163 0.07822769 0.5811982 0.08022487 0.5813922 0.08249628 0.5798363 0.08196979 0.5770704 0.0798574 0.5787944 0.07916188 0.5780267 0.08246165 0.598113 0.1429365 0.6001763 0.1431073 0.5991989 0.1489296 0.5991989 0.1489296 0.5975095 0.1531601 0.5960395 0.1509443 0.5953647 0.1474232 0.5972988 0.1480664 0.5944597 0.1498001 0.598113 0.1429365 0.5972988 0.1480664 0.5959354 0.1428903 0.5860936 0.117348 0.5879427 0.1270225 0.5842127 0.1269149 0.5791614 0.1171939 0.5826001 0.1172999 0.5806063 0.1266487 0.5913116 0.1264625 0.5894771 0.1168156 0.5941672 0.1257143 0.5860936 0.117348 0.5894771 0.1168156 0.5879427 0.1270225 0.5823554 0.1355452 0.5806063 0.1266487 0.5842127 0.1269149 0.5895854 0.1360933 0.585903 0.1359298 0.5879427 0.1270225 0.5895854 0.1360933 0.5907509 0.1432911 0.5874565 0.1432278 0.5823554 0.1355452 0.585903 0.1359298 0.5835474 0.1435588 0.5895854 0.1360933 0.5879427 0.1270225 0.5913116 0.1264625 0.5913116 0.1264625 0.5941672 0.1257143 0.5954088 0.135154 0.5935293 0.1430935 0.592754 0.1356981 0.5959354 0.1428903 0.5935293 0.1430935 0.5907509 0.1432911 0.5895854 0.1360933 0.5819562 0.09752267 0.5780267 0.08246165 0.5798363 0.08196979 0.5819562 0.09752267 0.5793156 0.09767854 0.5780267 0.08246165 0.5935293 0.1430935 0.5959354 0.1428903 0.5953647 0.1474232 0.5928694 0.1492931 0.5933626 0.14722 0.5944597 0.1498001 0.5928694 0.1492931 0.591233 0.1494119 0.5911685 0.1473464 0.5935293 0.1430935 0.5933626 0.14722 0.5907509 0.1432911 0.5860197 0.1485682 0.5835474 0.1435588 0.5874565 0.1432278 0.5911685 0.1473464 0.5886586 0.1476922 0.5907509 0.1432911 0.5895147 0.1501452 0.5886586 0.1476922 0.591233 0.1494119 0.5895147 0.1501452 0.5878909 0.1517004 0.5860197 0.1485682 0.4926409 0.1581897 0.5010663 0.1565422 0.4932584 0.1617514 0.4926409 0.1581897 0.4923607 0.1553052 0.5004773 0.1544631 0.509708 0.1550686 0.5010663 0.1565422 0.5088601 0.1538044 0.509708 0.1550686 0.5103584 0.1576493 0.5016686 0.1596734 0.5004773 0.1544631 0.4923607 0.1553052 0.4926418 0.1530148 0.5000751 0.151069 0.5002054 0.1528438 0.4930672 0.1507681 0.5082414 0.1528043 0.5002054 0.1528438 0.507784 0.151479 0.5082414 0.1528043 0.5088601 0.1538044 0.5004773 0.1544631 0.4827216 0.1600989 0.4801594 0.1644276 0.4799629 0.1609095 0.4815782 0.1556798 0.4812771 0.1586029 0.4802515 0.1569799 0.482824 0.1560078 0.4812771 0.1586029 0.4828313 0.1544751 0.4827216 0.1600989 0.4812771 0.1586029 0.4840375 0.1569442 0.485786 0.1539337 0.4848364 0.1528355 0.4872906 0.151706 0.485786 0.1539337 0.4840375 0.1569442 0.482824 0.1560078 0.4842513 0.1516983 0.4848364 0.1528355 0.4828313 0.1544751 0.4871065 0.1500105 0.4848364 0.1528355 0.4872276 0.1464973 0.4854712 0.1462109 0.4872276 0.1464973 0.4842513 0.1516983 0.4815782 0.1556798 0.4830191 0.151829 0.4828313 0.1544751 0.4815782 0.1556798 0.4802515 0.1569799 0.4814634 0.1525937 0.4854712 0.1462109 0.4830191 0.151829 0.483758 0.1466156 0.486495 0.1632527 0.4801594 0.1644276 0.4827216 0.1600989 0.4870486 0.1564211 0.4865178 0.1596682 0.4840375 0.1569442 0.4870486 0.1564211 0.4923607 0.1553052 0.4926409 0.1581897 0.486495 0.1632527 0.4865178 0.1596682 0.4932584 0.1617514 0.4870486 0.1564211 0.4840375 0.1569442 0.485786 0.1539337 0.4891048 0.1511389 0.4881116 0.1536858 0.4872906 0.151706 0.4891048 0.1511389 0.4930672 0.1507681 0.4926418 0.1530148 0.4870486 0.1564211 0.4881116 0.1536858 0.4923607 0.1553052 0.509708 0.1550686 0.5164801 0.1541115 0.5103584 0.1576493 0.509708 0.1550686 0.5088601 0.1538044 0.5149702 0.1532391 0.5209494 0.1533487 0.5164801 0.1541115 0.5183756 0.1529451 0.5209494 0.1533487 0.5253436 0.1548806 0.517961 0.1563095 0.5082414 0.1528043 0.5141884 0.1525279 0.5088601 0.1538044 0.5082414 0.1528043 0.507784 0.151479 0.5138497 0.1514356 0.5187632 0.1523129 0.5141884 0.1525279 0.5187798 0.1512117 0.5187632 0.1523129 0.5183756 0.1529451 0.5149702 0.1532391 0.5209494 0.1533487 0.5226827 0.1524577 0.5253436 0.1548806 0.5209494 0.1533487 0.5183756 0.1529451 0.5187632 0.1523129 0.5230814 0.1510801 0.5226827 0.1524577 0.5187798 0.1512117 0.5230814 0.1510801 0.526973 0.1510065 0.5267857 0.1527311 0.5239812 0.1449201 0.5279247 0.1444748 0.5274666 0.1484907 0.5230814 0.1510801 0.5235468 0.1488571 0.526973 0.1510065 0.5230814 0.1510801 0.5187798 0.1512117 0.5189488 0.1492361 0.5239812 0.1449201 0.5235468 0.1488571 0.5193156 0.1453831 0.5012589 0.06235063 0.5036725 0.06261986 0.5023664 0.06722176 0.5012589 0.06235063 0.5003253 0.05956298 0.5026643 0.05921214 0.5061796 0.06333148 0.5036725 0.06261986 0.5050902 0.05925691 0.5061796 0.06333148 0.5074787 0.06897628 0.5048749 0.06789183 0.5112348 0.06443214 0.5123862 0.07043081 0.5099456 0.06983077 0.5061796 0.06333148 0.5086534 0.06392937 0.5074787 0.06897628 0.5061796 0.06333148 0.5050902 0.05925691 0.5076001 0.05938416 0.5112348 0.06443214 0.5086534 0.06392937 0.5103567 0.05960667 0.5112348 0.06443214 0.5103567 0.05960667 0.5135229 0.05993705 0.5173918 0.06529217 0.5140644 0.06485849 0.517297 0.06041276 0.5173918 0.06529217 0.5178192 0.0709874 0.5149107 0.07075172 0.5112348 0.06443214 0.5140644 0.06485849 0.5123862 0.07043081 0.5123352 0.1143683 0.5121359 0.1191847 0.5096175 0.1177934 0.5074751 0.1130048 0.5101466 0.1133636 0.5071423 0.1169936 0.5043825 0.120544 0.5040917 0.1153864 0.5071423 0.1169936 0.5008252 0.1181201 0.5040917 0.1153864 0.4990845 0.1278871 0.5043825 0.120544 0.507382 0.1236758 0.4990845 0.1278871 0.5043825 0.120544 0.5071423 0.1169936 0.5096175 0.1177934 0.5114616 0.1248939 0.507382 0.1236758 0.5121359 0.1191847 0.5044952 0.1305457 0.507382 0.1236758 0.510347 0.1314471 0.5143081 0.1184329 0.5142698 0.1139243 0.5160898 0.1179416 0.5143081 0.1184329 0.5121359 0.1191847 0.5123352 0.1143683 0.5154448 0.1312403 0.510347 0.1314471 0.5114616 0.1248939 0.5143081 0.1184329 0.5149928 0.1243102 0.5121359 0.1191847 0.5143081 0.1184329 0.5160898 0.1179416 0.5176033 0.1216352 0.5154448 0.1312403 0.5149928 0.1243102 0.520408 0.1290991 0.5218645 0.1194425 0.520408 0.1290991 0.5176033 0.1216352 0.5163365 0.1140039 0.5189209 0.1165796 0.5160898 0.1179416 0.5301821 0.01275879 0.5298327 0.01359349 0.528791 0.01243752 0.5292112 0.01056927 0.5295129 0.01173835 0.5277213 0.01057094 0.5302245 0.01164346 0.5295129 0.01173835 0.5301175 0.01099884 0.5301821 0.01275879 0.5295129 0.01173835 0.5305001 0.0122044 0.5327157 0.008939981 0.5320967 0.009671032 0.5310754 0.008442997 0.5327157 0.008939981 0.534308 0.01057469 0.532753 0.01049417 0.532753 0.01049417 0.5318699 0.01083964 0.5314777 0.01040208 0.5314777 0.01040208 0.5308895 0.01027119 0.5309824 0.009357094 0.5293341 0.008926212 0.5298609 0.009715974 0.5277213 0.01057094 0.5293341 0.008926212 0.5310754 0.008442997 0.5309824 0.009357094 0.5303876 0.01050579 0.5298609 0.009715974 0.5308895 0.01027119 0.5303876 0.01050579 0.5301175 0.01099884 0.5292112 0.01056927 0.5882453 0.03946429 0.5887587 0.03906035 0.5891366 0.04064279 0.588001 0.04148954 0.5884408 0.04055643 0.5885426 0.04274344 0.588001 0.04148954 0.5873895 0.04097723 0.5877451 0.04047012 0.5882453 0.03946429 0.5884408 0.04055643 0.5877318 0.03986823 0.5864079 0.03832942 0.5855113 0.03717988 0.5876409 0.03783839 0.5882453 0.03946429 0.5874595 0.03859227 0.5887587 0.03906035 0.5882453 0.03946429 0.5877318 0.03986823 0.5872781 0.03934615 0.5864079 0.03832942 0.5874595 0.03859227 0.5866159 0.03916591 0.5310233 0.02253979 0.5315707 0.02255368 0.5315831 0.02364277 0.5304569 0.02477264 0.5308315 0.0236327 0.5315681 0.02478331 0.5304569 0.02477264 0.5297262 0.0247569 0.5298836 0.02380931 0.5310233 0.02253979 0.5308315 0.0236327 0.530172 0.0225383 0.5287362 0.02254617 0.5285758 0.02436524 0.5271134 0.02241152 0.5287362 0.02254617 0.530172 0.0225383 0.5298836 0.02380931 0.5289059 0.0256536 0.5285758 0.02436524 0.5297262 0.0247569 0.5289059 0.0256536 0.5275831 0.02739447 0.5270645 0.02474957 0.5296307 0.02821928 0.5275831 0.02739447 0.5289059 0.0256536 0.5304569 0.02477264 0.5300431 0.02613216 0.5297262 0.0247569 0.5304569 0.02477264 0.5315681 0.02478331 0.5315612 0.02616369 0.5296307 0.02821928 0.5300431 0.02613216 0.5315902 0.0282939 0.5315831 0.02364277 0.5315707 0.02255368 0.5320948 0.02258288 0.533176 0.02383953 0.532302 0.02364671 0.5328701 0.02262085 0.533176 0.02383953 0.533324 0.02475142 0.5326368 0.0247547 0.5315831 0.02364277 0.532302 0.02364671 0.5315681 0.02478331 0.5315612 0.02616369 0.5330338 0.02611094 0.5315902 0.0282939 0.5315612 0.02616369 0.5315681 0.02478331 0.5326368 0.0247547 0.5340984 0.02563989 0.5330338 0.02611094 0.533324 0.02475142 0.5340984 0.02563989 0.5354749 0.02729612 0.5335103 0.02818757 0.5358883 0.02476346 0.5354749 0.02729612 0.5340984 0.02563989 0.533176 0.02383953 0.5343927 0.02441614 0.533324 0.02475142 0.533176 0.02383953 0.5328701 0.02262085 0.5341706 0.02266097 0.5358883 0.02476346 0.5343927 0.02441614 0.5357327 0.02252101 0.5314956 0.02132767 0.5315707 0.02255368 0.5310233 0.02253979 0.5301257 0.02111279 0.530889 0.02132123 0.530172 0.0225383 0.5301257 0.02111279 0.5301189 0.0199458 0.5306183 0.01995593 0.5314956 0.02132767 0.530889 0.02132123 0.5313943 0.01997524 0.5313031 0.01850676 0.5304009 0.0184229 0.5312152 0.01698118 0.5313031 0.01850676 0.5313943 0.01997524 0.5306183 0.01995593 0.5306183 0.01995593 0.5301189 0.0199458 0.5296134 0.01886421 0.5302984 0.01684522 0.5304009 0.0184229 0.5290104 0.0170564 0.5277965 0.01979249 0.5290104 0.0170564 0.5296134 0.01886421 0.5301257 0.02111279 0.5290703 0.02047556 0.5301189 0.0199458 0.5301257 0.02111279 0.530172 0.0225383 0.5287362 0.02254617 0.5277965 0.01979249 0.5290703 0.02047556 0.5271134 0.02241152 0.5314956 0.02132767 0.5320808 0.02135902 0.5315707 0.02255368 0.5314956 0.02132767 0.5313943 0.01997524 0.5321494 0.01998507 0.5321494 0.01998507 0.5326372 0.02001023 0.5327694 0.0211901 0.5320948 0.02258288 0.5320808 0.02135902 0.5328701 0.02262085 0.5341706 0.02266097 0.5336861 0.02059561 0.5357327 0.02252101 0.5341706 0.02266097 0.5328701 0.02262085 0.5327694 0.0211901 0.5330042 0.01895421 0.5336861 0.02059561 0.5326372 0.02001023 0.5330042 0.01895421 0.5334694 0.0171616 0.5348944 0.01992046 0.5330042 0.01895421 0.5321903 0.01847094 0.5334694 0.0171616 0.5330042 0.01895421 0.5326372 0.02001023 0.5321494 0.01998507 0.5313031 0.01850676 0.5321903 0.01847094 0.5313943 0.01997524 0.5321297 0.01690191 0.5321903 0.01847094 0.5312152 0.01698118 0.5762452 0.04515451 0.5765129 0.04555708 0.5756971 0.04595315 0.5743825 0.04547244 0.5753449 0.04537045 0.5748929 0.04636514 0.5743825 0.04547244 0.5740283 0.04493367 0.5747649 0.04473137 0.5762452 0.04515451 0.5753449 0.04537045 0.5758435 0.0445196 0.575204 0.04337269 0.5737448 0.04393827 0.5746023 0.04189997 0.575204 0.04337269 0.5758435 0.0445196 0.5747649 0.04473137 0.5729923 0.04464387 0.5737448 0.04393827 0.5740283 0.04493367 0.5729923 0.04464387 0.5711539 0.04418724 0.5728076 0.04278284 0.571522 0.04611921 0.5711539 0.04418724 0.5729923 0.04464387 0.5743825 0.04547244 0.573215 0.04567873 0.5740283 0.04493367 0.5743825 0.04547244 0.5748929 0.04636514 0.5739286 0.04689007 0.571522 0.04611921 0.573215 0.04567873 0.5724411 0.04768264 0.5756971 0.04595315 0.5765129 0.04555708 0.5767505 0.04600691 0.576327 0.04738384 0.5760337 0.04657685 0.5771321 0.0466398 0.576327 0.04738384 0.5757386 0.04787212 0.575407 0.04728651 0.5756971 0.04595315 0.5760337 0.04657685 0.5748929 0.04636514 0.5739286 0.04689007 0.5746489 0.0481252 0.5724411 0.04768264 0.5739286 0.04689007 0.5748929 0.04636514 0.575407 0.04728651 0.5754857 0.04884654 0.5746489 0.0481252 0.5757386 0.04787212 0.5754857 0.04884654 0.5750248 0.05059963 0.5734502 0.04925054 0.577107 0.0498442 0.5750248 0.05059963 0.5754857 0.04884654 0.576327 0.04738384 0.5765491 0.04851633 0.5757386 0.04787212 0.576327 0.04738384 0.5771321 0.0466398 0.5778316 0.04759144 0.5778316 0.04759144 0.5788189 0.04877161 0.577107 0.0498442 0.5762452 0.04515451 0.5772264 0.0446062 0.5765129 0.04555708 0.5770474 0.0439158 0.5772264 0.0446062 0.5758435 0.0445196 0.5770474 0.0439158 0.5780726 0.04341614 0.5783135 0.04386293 0.5783135 0.04386293 0.5786553 0.04453688 0.5775123 0.04507982 0.5799019 0.04394376 0.5795314 0.04306203 0.5812431 0.04328525 0.5799019 0.04394376 0.5786553 0.04453688 0.5783135 0.04386293 0.5783135 0.04386293 0.5780726 0.04341614 0.578767 0.04251402 0.5808709 0.0422945 0.5795314 0.04306203 0.5800157 0.04111284 0.5770794 0.0413165 0.5800157 0.04111284 0.578767 0.04251402 0.5770474 0.0439158 0.5771013 0.04275774 0.5780726 0.04341614 0.5770474 0.0439158 0.5758435 0.0445196 0.575204 0.04337269 0.5770794 0.0413165 0.5771013 0.04275774 0.5746023 0.04189997 0.5775123 0.04507982 0.5777788 0.04558736 0.5765129 0.04555708 0.5790227 0.04519367 0.5777788 0.04558736 0.5786553 0.04453688 0.5790227 0.04519367 0.5792603 0.04559117 0.5782942 0.04608494 0.5767505 0.04600691 0.5777788 0.04558736 0.5771321 0.0466398 0.5778316 0.04759144 0.5793263 0.04652857 0.5788189 0.04877161 0.5778316 0.04759144 0.5771321 0.0466398 0.5782942 0.04608494 0.5803915 0.04550576 0.5793263 0.04652857 0.5792603 0.04559117 0.5803915 0.04550576 0.5822461 0.04521316 0.580576 0.04723578 0.5803915 0.04550576 0.5803861 0.04470127 0.5822461 0.04521316 0.5803915 0.04550576 0.5792603 0.04559117 0.5790227 0.04519367 0.5790227 0.04519367 0.5786553 0.04453688 0.5799019 0.04394376 0.5817905 0.04405999 0.5803861 0.04470127 0.5812431 0.04328525 0.5569112 0.02524316 0.5574229 0.02538156 0.5570166 0.02653461 0.5555316 0.02736544 0.5563127 0.02627718 0.5565719 0.0277937 0.5555316 0.02736544 0.5548582 0.02711373 0.5553756 0.02616113 0.5569112 0.02524316 0.5563127 0.02627718 0.5561315 0.02501428 0.5548519 0.02450394 0.5539768 0.02631527 0.5533518 0.02368277 0.5548519 0.02450394 0.5561315 0.02501428 0.5553756 0.02616113 0.5537481 0.02781552 0.5539768 0.02631527 0.5548582 0.02711373 0.5537481 0.02781552 0.5517218 0.02911579 0.5523526 0.0261144 0.5537481 0.02781552 0.5546078 0.02875262 0.5517218 0.02911579 0.5555316 0.02736544 0.5546078 0.02875262 0.5548582 0.02711373 0.5555316 0.02736544 0.5565719 0.0277937 0.5560199 0.02934938 0.553321 0.0307433 0.5546078 0.02875262 0.5551291 0.03154546 0.5570166 0.02653461 0.5574229 0.02538156 0.5578986 0.02562057 0.558496 0.02733957 0.5577155 0.02680468 0.5586426 0.02596855 0.558496 0.02733957 0.5582845 0.02840596 0.557631 0.02815026 0.5570166 0.02653461 0.5577155 0.02680468 0.5565719 0.0277937 0.5560199 0.02934938 0.5574479 0.02982884 0.5551291 0.03154546 0.5560199 0.02934938 0.5565719 0.0277937 0.557631 0.02815026 0.558665 0.02967995 0.5574479 0.02982884 0.5582845 0.02840596 0.5570024 0.0321781 0.5574479 0.02982884 0.5592846 0.03204345 0.5607952 0.02932965 0.5592846 0.03204345 0.558665 0.02967995 0.558496 0.02733957 0.5594443 0.02839159 0.5582845 0.02840596 0.558496 0.02733957 0.5586426 0.02596855 0.5599595 0.02643388 0.5607952 0.02932965 0.5594443 0.02839159 0.5616405 0.02680468 0.5569112 0.02524316 0.5572872 0.02401864 0.5574229 0.02538156 0.556648 0.02364897 0.5572872 0.02401864 0.5561315 0.02501428 0.556648 0.02364897 0.5570976 0.02250677 0.5575869 0.02262914 0.5575869 0.02262914 0.5583298 0.02282911 0.5578599 0.02414399 0.558835 0.0214442 0.5579566 0.02110016 0.5593559 0.02003538 0.558835 0.0214442 0.5583298 0.02282911 0.5575869 0.02262914 0.5575869 0.02262914 0.5570976 0.02250677 0.5570284 0.02130025 0.5584482 0.01958692 0.5579566 0.02110016 0.557078 0.0192781 0.5549425 0.02138692 0.557078 0.0192781 0.5570284 0.02130025 0.556648 0.02364897 0.5559313 0.02263355 0.5570976 0.02250677 0.556648 0.02364897 0.5561315 0.02501428 0.5548519 0.02450394 0.5549425 0.02138692 0.5559313 0.02263355 0.5533518 0.02368277 0.5578599 0.02414399 0.5583771 0.02442646 0.5574229 0.02538156 0.5578599 0.02414399 0.5583298 0.02282911 0.5590416 0.0231561 0.5590416 0.0231561 0.559535 0.02339071 0.5591237 0.02456957 0.5578986 0.02562057 0.5583771 0.02442646 0.5586426 0.02596855 0.5599595 0.02643388 0.5603848 0.02427679 0.5616405 0.02680468 0.5599595 0.02643388 0.5586426 0.02596855 0.5591237 0.02456957 0.5604245 0.02251505 0.5603848 0.02427679 0.559535 0.02339071 0.5604245 0.02251505 0.5617964 0.02095526 0.5619913 0.02398645 0.5604245 0.02251505 0.5597828 0.02174335 0.5617964 0.02095526 0.5604245 0.02251505 0.559535 0.02339071 0.5590416 0.0231561 0.5590416 0.0231561 0.5583298 0.02282911 0.558835 0.0214442 0.5604227 0.02027589 0.5597828 0.02174335 0.5593559 0.02003538 0.5309956 0.2115947 0.5229069 0.2096855 0.5306962 0.2080458 0.5309956 0.2115947 0.531409 0.2154675 0.5236709 0.2133109 0.5144824 0.2070139 0.5229069 0.2096855 0.5152686 0.2103544 0.5144824 0.2070139 0.5141524 0.2009531 0.522715 0.206145 0.5192535 0.1954824 0.5236724 0.1991778 0.5141524 0.2009531 0.5534176 0.2047205 0.5512683 0.1980801 0.5588905 0.1973136 0.5534176 0.2047205 0.5588905 0.1973136 0.5609239 0.2075508 0.5552119 0.2164384 0.5546528 0.2101339 0.5622344 0.2156834 0.5552119 0.2164384 0.5483391 0.2162786 0.5481994 0.2118626 0.5534176 0.2047205 0.5546528 0.2101339 0.5474225 0.207898 0.5490688 0.1638776 0.5414171 0.1636413 0.5416586 0.1593587 0.5504704 0.1554117 0.5495517 0.1595419 0.5420154 0.1544119 0.5504704 0.1554117 0.5580253 0.1551867 0.5576701 0.1597107 0.5576701 0.1597107 0.55743 0.1670681 0.5490688 0.1638776 0.5490688 0.1638776 0.55743 0.1670681 0.5521481 0.1733942 0.5490688 0.1638776 0.5476605 0.170297 0.5414171 0.1636413 0.528576 0.1714852 0.5222339 0.1727077 0.5274692 0.1647221 0.5178698 0.1764793 0.5109109 0.1708522 0.5194705 0.1662115 0.5194705 0.1662115 0.5109109 0.1708522 0.5103845 0.162599 0.517961 0.1563095 0.5186561 0.1609975 0.5103584 0.1576493 0.517961 0.1563095 0.5253436 0.1548806 0.5266351 0.159856 0.5194705 0.1662115 0.5186561 0.1609975 0.5274692 0.1647221 0.5725982 0.2767592 0.5712283 0.2838727 0.5655501 0.2753432 0.06715691 0.6117133 0.07361602 0.5859173 0.0826559 0.6001833 0.08692812 0.6276031 0.07616704 0.6187763 0.09339731 0.6145524 0.08692812 0.6276031 0.09339731 0.6145524 0.1035256 0.6255442 0.5725982 0.2767592 0.5672836 0.26971 0.5752335 0.2712123 0.04881799 0.5771625 0.05393606 0.5753443 0.05037641 0.606705 0.2240373 0.1997928 0.1951633 0.2067094 0.1993563 0.1775993 0.1809225 0.2023359 0.1855421 0.1783093 0.1951633 0.2067094 0.1809225 0.2023359 0.1681376 0.2009828 0.1713633 0.1785145 0.186998 0.1524814 0.1855421 0.1783093 0.1720904 0.1557874 0.186998 0.1524814 0.2010549 0.1495699 0.1993563 0.1775993 0.1796882 0.2285616 0.1833825 0.2391118 0.1668792 0.2445222 0.1796882 0.2285616 0.1951633 0.2067094 0.1977565 0.2281609 0.1809225 0.2023359 0.1951633 0.2067094 0.1796882 0.2285616 0.1619639 0.2412927 0.1721247 0.2239261 0.1668792 0.2445222 0.1619639 0.2412927 0.1560423 0.2398285 0.1626266 0.2222479 0.1809225 0.2023359 0.1721247 0.2239261 0.1681376 0.2009828 0.1619639 0.2412927 0.1668792 0.2445222 0.1564738 0.2552088 0.1446306 0.2593431 0.1532549 0.2526486 0.1471193 0.262045 0.1446306 0.2593431 0.141954 0.2575144 0.1495965 0.2512434 0.1619639 0.2412927 0.1532549 0.2526486 0.1560423 0.2398285 0.1233324 0.2622779 0.1347236 0.2627257 0.1269905 0.2678661 0.1233324 0.2622779 0.1193043 0.2571216 0.1317802 0.2596635 0.1446306 0.2593431 0.1347236 0.2627257 0.141954 0.2575144 0.1446306 0.2593431 0.1471193 0.262045 0.1374628 0.2664546 0.186998 0.1524814 0.1863043 0.1254875 0.2010549 0.1495699 0.186998 0.1524814 0.1720904 0.1557874 0.1701051 0.1337457 0.1826717 0.1010424 0.1863043 0.1254875 0.1654909 0.1138234 0.1826717 0.1010424 0.2023548 0.0807181 0.2011391 0.1193876 0.1826717 0.1010424 0.1654909 0.1138234 0.1583313 0.09745472 0.1583313 0.09745472 0.1496883 0.08558076 0.166234 0.07039159 0.166234 0.07039159 0.1827796 0.05520242 0.192291 0.06826788 0.1826717 0.1010424 0.1753112 0.0828613 0.2023548 0.0807181 0.3562951 0.4758757 0.3567911 0.4642749 0.3464521 0.4642623 0.337378 0.4767962 0.3468692 0.4753324 0.3360923 0.4669926 0.347667 0.4870698 0.3468692 0.4753324 0.3388949 0.4874405 0.347667 0.4870698 0.3562822 0.4880073 0.3562951 0.4758757 0.3959744 0.500852 0.3961576 0.495955 0.389979 0.4965912 0.3959744 0.500852 0.4019684 0.5059255 0.40232 0.5035828 0.3085954 0.5122456 0.3078359 0.5102276 0.3042453 0.5137097 0.2993797 0.5179129 0.3045519 0.5154132 0.2990899 0.5167341 0.2993797 0.5179129 0.2995348 0.5196338 0.3048484 0.5175002 0.3085954 0.5122456 0.3045519 0.5154132 0.3093937 0.514683 0.3143963 0.5020031 0.3116297 0.4996819 0.3097972 0.5058053 0.3085954 0.5122456 0.3115548 0.5077859 0.3078359 0.5102276 0.3085954 0.5122456 0.3093937 0.514683 0.3131616 0.5105291 0.3143963 0.5020031 0.3115548 0.5077859 0.3167935 0.5054458 0.337378 0.4767962 0.3360923 0.4669926 0.3270732 0.4732534 0.3229739 0.4875408 0.3294087 0.4811915 0.3198391 0.4817272 0.3229739 0.4875408 0.3258208 0.4944797 0.3317108 0.4901283 0.337378 0.4767962 0.3294087 0.4811915 0.3388949 0.4874405 0.3229739 0.4875408 0.3198391 0.4817272 0.3148341 0.4910963 0.3143963 0.5020031 0.3180862 0.4948664 0.3116297 0.4996819 0.3143963 0.5020031 0.3167935 0.5054458 0.3209308 0.4998408 0.3229739 0.4875408 0.3180862 0.4948664 0.3258208 0.4944797 0.2760033 0.5267967 0.2753347 0.5251768 0.2649971 0.529769 0.2760033 0.5267967 0.2858709 0.5240455 0.2851436 0.5227878 0.2993797 0.5179129 0.2990899 0.5167341 0.2924344 0.5197831 0.2934619 0.5217368 0.2930344 0.5203688 0.2858709 0.5240455 0.2993797 0.5179129 0.2930344 0.5203688 0.2995348 0.5196338 0.3657481 0.4662427 0.3640686 0.477502 0.3729146 0.4692141 0.3562951 0.4758757 0.3640686 0.477502 0.3567911 0.4642749 0.3629957 0.4892438 0.3640686 0.477502 0.3562822 0.4880073 0.3629957 0.4892438 0.3684704 0.4904714 0.3703486 0.4795851 0.347667 0.4870698 0.3492264 0.5001417 0.3562822 0.4880073 0.347667 0.4870698 0.3388949 0.4874405 0.3408743 0.499766 0.3959744 0.500852 0.3972697 0.5072184 0.4019684 0.5059255 0.3959744 0.500852 0.389979 0.4965912 0.3910764 0.5051756 0.3102694 0.5179592 0.3093937 0.514683 0.3048484 0.5175002 0.2994205 0.5224389 0.3051248 0.5203543 0.2995348 0.5196338 0.3184519 0.5111317 0.3167935 0.5054458 0.3131616 0.5105291 0.3102694 0.5179592 0.3144667 0.5147976 0.3093937 0.514683 0.3408743 0.499766 0.3388949 0.4874405 0.3317108 0.4901283 0.3280917 0.5036693 0.3339462 0.5010626 0.3258208 0.4944797 0.3280917 0.5036693 0.3258208 0.4944797 0.3209308 0.4998408 0.3184519 0.5111317 0.3229602 0.507224 0.3167935 0.5054458 0.2760033 0.5267967 0.2774763 0.5298221 0.2858709 0.5240455 0.2760033 0.5267967 0.2649971 0.529769 0.2673708 0.5326721 0.2994205 0.5224389 0.2995348 0.5196338 0.2934619 0.5217368 0.286546 0.5271089 0.2935442 0.5246691 0.2858709 0.5240455 0.3629957 0.4892438 0.3631355 0.5019506 0.3684704 0.4904714 0.3629957 0.4892438 0.3562822 0.4880073 0.3572357 0.5011999 0.1233324 0.2622779 0.1102553 0.2574809 0.1193043 0.2571216 0.1233324 0.2622779 0.1269905 0.2678661 0.1151886 0.2657079 0.08771699 0.5243059 0.09018313 0.5265839 0.08384966 0.5353904 0.07289713 0.5439639 0.08022898 0.5335699 0.07760709 0.5447637 0.6211122 0.2166709 0.6176927 0.2117348 0.6213083 0.2056043 0.6211122 0.2166709 0.6221753 0.2272924 0.6162019 0.2228695 0.6141093 0.2078026 0.6176927 0.2117348 0.6121077 0.2197948 0.3958445 0.5562359 0.3942049 0.5623912 0.4018604 0.562286 0.4018604 0.562286 0.4107938 0.5647266 0.4093313 0.5555683 0.3521493 0.5592657 0.3472778 0.5695791 0.3576861 0.5662993 0.3660061 0.5583008 0.3590498 0.5587819 0.366134 0.5650159 0.3201902 0.5540059 0.3196704 0.5510011 0.3172289 0.5518842 0.3154674 0.5547562 0.3178077 0.5546432 0.3156196 0.5526412 0.3182153 0.5572773 0.3178077 0.5546432 0.3155635 0.5573034 0.3201902 0.5540059 0.3178077 0.5546432 0.3206368 0.5567964 0.3253577 0.5530198 0.3251031 0.5499693 0.3223225 0.5504261 0.3201902 0.5540059 0.3227064 0.5535185 0.3196704 0.5510011 0.3201902 0.5540059 0.3206368 0.5567964 0.3230315 0.5563802 0.3253577 0.5530198 0.3227064 0.5535185 0.3255512 0.5558944 0.330704 0.5511428 0.329796 0.5492027 0.3279302 0.5494408 0.3253577 0.5530198 0.3281459 0.5523484 0.3251031 0.5499693 0.3253577 0.5530198 0.3255512 0.5558944 0.3283476 0.5552048 0.330704 0.5511428 0.3281459 0.5523484 0.3312769 0.5539733 0.3182153 0.5572773 0.3185376 0.5594524 0.3206368 0.5567964 0.3182153 0.5572773 0.3155635 0.5573034 0.3156348 0.5594877 0.3187816 0.5613422 0.3185376 0.5594524 0.3157543 0.5614594 0.3187816 0.5613422 0.3213304 0.5610862 0.3210241 0.5591237 0.3256406 0.558418 0.3255512 0.5558944 0.3230315 0.5563802 0.3230315 0.5563802 0.3206368 0.5567964 0.3210241 0.5591237 0.3235177 0.5608506 0.3232878 0.5588107 0.3213304 0.5610862 0.3256406 0.558418 0.3232878 0.5588107 0.3257563 0.5605785 0.3315807 0.5568295 0.3312769 0.5539733 0.3283476 0.5552048 0.3256406 0.558418 0.3283945 0.5578504 0.3255512 0.5558944 0.3256406 0.558418 0.3257563 0.5605785 0.328459 0.5602126 0.3315807 0.5568295 0.3283945 0.5578504 0.3317291 0.559512 0.3158545 0.5943391 0.3200024 0.5939981 0.3156352 0.5745745 0.3244289 0.5947183 0.3224184 0.573068 0.3192776 0.5738545 0.3244289 0.5947183 0.3280096 0.592666 0.3224184 0.573068 0.3252941 0.572546 0.3280096 0.592666 0.3282739 0.5723795 0.331727 0.57266 0.3282739 0.5723795 0.33228 0.5943292 0.331727 0.57266 0.3372208 0.5938366 0.3357602 0.5728956 0.3075387 0.5952312 0.3116986 0.5947642 0.304489 0.5743409 0.3158545 0.5943391 0.3156352 0.5745745 0.3112547 0.5748973 0.3404799 0.5725945 0.3464765 0.5946173 0.3472778 0.5695791 0.3404799 0.5725945 0.3357602 0.5728956 0.3421266 0.5943699 0.3597609 0.6290225 0.3545473 0.6177982 0.3555564 0.6317434 0.3597609 0.6290225 0.3635878 0.6261318 0.3581141 0.6164949 0.3067864 0.6139041 0.3047449 0.6212752 0.3081886 0.6234971 0.3144 0.6155341 0.3103777 0.6145882 0.3123142 0.6260017 0.3100147 0.5453196 0.3124468 0.5487802 0.315132 0.5463702 0.3167989 0.5400953 0.3132807 0.5423691 0.3181719 0.54457 0.3142673 0.5512142 0.3163926 0.5493342 0.3124468 0.5487802 0.3142673 0.5512142 0.3156196 0.5526412 0.3172289 0.5518842 0.3190634 0.5480305 0.3163926 0.5493342 0.3196704 0.5510011 0.3190634 0.5480305 0.3181719 0.54457 0.315132 0.5463702 0.3167989 0.5400953 0.3181719 0.54457 0.3212492 0.5436623 0.3212492 0.5436623 0.3244181 0.543379 0.3237475 0.5388638 0.3190634 0.5480305 0.32189 0.5473032 0.3181719 0.54457 0.3190634 0.5480305 0.3196704 0.5510011 0.3223225 0.5504261 0.3248299 0.5469182 0.32189 0.5473032 0.3251031 0.5499693 0.3212492 0.5436623 0.32189 0.5473032 0.3244181 0.543379 0.3277325 0.5434517 0.3274616 0.5393723 0.3244181 0.543379 0.3277325 0.5434517 0.3310512 0.5442106 0.331408 0.5404275 0.3277325 0.5434517 0.3244181 0.543379 0.3248299 0.5469182 0.3248299 0.5469182 0.3251031 0.5499693 0.3279302 0.5494408 0.3305696 0.5471303 0.3278405 0.5466415 0.329796 0.5492027 0.3277325 0.5434517 0.3278405 0.5466415 0.3310512 0.5442106 0.3187816 0.5613422 0.3157543 0.5614594 0.315995 0.5633692 0.315995 0.5633692 0.316108 0.5655604 0.319055 0.565144 0.3215338 0.5627822 0.3189542 0.5631207 0.3217012 0.5646342 0.3187816 0.5613422 0.3189542 0.5631207 0.3213304 0.5610862 0.3158441 0.5683767 0.3190833 0.5677683 0.316108 0.5655604 0.3158441 0.5683767 0.3156352 0.5745745 0.3192776 0.5738545 0.3218994 0.5670639 0.3190833 0.5677683 0.3224184 0.573068 0.3218994 0.5670639 0.3217012 0.5646342 0.319055 0.565144 0.3235177 0.5608506 0.3213304 0.5610862 0.3215338 0.5627822 0.3215338 0.5627822 0.3217012 0.5646342 0.3240621 0.5643186 0.3240621 0.5643186 0.3264591 0.5641897 0.3260288 0.5623632 0.3235177 0.5608506 0.3237638 0.5625404 0.3257563 0.5605785 0.3218994 0.5670639 0.3244487 0.5666242 0.3217012 0.5646342 0.3218994 0.5670639 0.3224184 0.573068 0.3252941 0.572546 0.3252941 0.572546 0.3282739 0.5723795 0.3270485 0.5664752 0.3240621 0.5643186 0.3244487 0.5666242 0.3264591 0.5641897 0.328459 0.5602126 0.3257563 0.5605785 0.3260288 0.5623632 0.3292136 0.5642395 0.3287133 0.5622192 0.3264591 0.5641897 0.3292136 0.5642395 0.3322839 0.5640965 0.3318358 0.5618216 0.3318358 0.5618216 0.3317291 0.559512 0.328459 0.5602126 0.3292136 0.5642395 0.3264591 0.5641897 0.3270485 0.5664752 0.331727 0.57266 0.3300161 0.5666433 0.3282739 0.5723795 0.331727 0.57266 0.3357602 0.5728956 0.3334565 0.5666754 0.3292136 0.5642395 0.3300161 0.5666433 0.3322839 0.5640965 0.3342329 0.5459852 0.3356119 0.5419152 0.3310512 0.5442106 0.3342329 0.5459852 0.3371146 0.5487364 0.3400452 0.5444642 0.3342329 0.5459852 0.3310512 0.5442106 0.3305696 0.5471303 0.330704 0.5511428 0.332665 0.5490415 0.329796 0.5492027 0.330704 0.5511428 0.3312769 0.5539733 0.3341956 0.5518616 0.3342329 0.5459852 0.332665 0.5490415 0.3371146 0.5487364 0.3142673 0.5512142 0.3130773 0.5536705 0.3156196 0.5526412 0.3142673 0.5512142 0.3124468 0.5487802 0.3104331 0.5515176 0.3124774 0.5563554 0.3130773 0.5536705 0.3089666 0.5545301 0.3124774 0.5563554 0.3155635 0.5573034 0.3154674 0.5547562 0.3100147 0.5453196 0.3073298 0.5484287 0.3124468 0.5487802 0.3050408 0.5519246 0.3089666 0.5545301 0.3104331 0.5515176 0.3124774 0.5563554 0.3121221 0.5589208 0.3155635 0.5573034 0.3124774 0.5563554 0.3089666 0.5545301 0.3079232 0.5577654 0.3121317 0.5612788 0.3121221 0.5589208 0.3077255 0.5608814 0.3121317 0.5612788 0.3157543 0.5614594 0.3156348 0.5594877 0.3050408 0.5519246 0.3029621 0.5560353 0.3089666 0.5545301 0.3023479 0.5603488 0.3077255 0.5608814 0.3079232 0.5577654 0.3121317 0.5612788 0.3126264 0.5633413 0.3157543 0.5614594 0.3121317 0.5612788 0.3077255 0.5608814 0.3087962 0.5635362 0.3128448 0.5655955 0.3126264 0.5633413 0.3099746 0.5655655 0.3128448 0.5655955 0.316108 0.5655604 0.315995 0.5633692 0.3158441 0.5683767 0.3120252 0.5685285 0.3156352 0.5745745 0.3158441 0.5683767 0.316108 0.5655604 0.3128448 0.5655955 0.3080776 0.5674714 0.3120252 0.5685285 0.3099746 0.5655655 0.3080776 0.5674714 0.304489 0.5743409 0.3112547 0.5748973 0.3080776 0.5674714 0.3044525 0.5644528 0.304489 0.5743409 0.3080776 0.5674714 0.3099746 0.5655655 0.3087962 0.5635362 0.3023479 0.5603488 0.3044525 0.5644528 0.3077255 0.5608814 0.3318358 0.5618216 0.3354148 0.5608839 0.3317291 0.559512 0.3318358 0.5618216 0.3322839 0.5640965 0.3356288 0.5633892 0.3398643 0.5599408 0.3354148 0.5608839 0.3389024 0.5625522 0.3398643 0.5599408 0.3407093 0.5563822 0.3356696 0.5582357 0.3398643 0.5599408 0.3455983 0.5595266 0.3407093 0.5563822 0.3398643 0.5599408 0.3389024 0.5625522 0.3416593 0.5640448 0.3521493 0.5592657 0.3455983 0.5595266 0.3472778 0.5695791 0.3404799 0.5725945 0.3472778 0.5695791 0.3416593 0.5640448 0.3356288 0.5633892 0.3374748 0.5661185 0.3389024 0.5625522 0.3356288 0.5633892 0.3322839 0.5640965 0.3334565 0.5666754 0.3404799 0.5725945 0.3374748 0.5661185 0.3357602 0.5728956 0.3395331 0.5524247 0.3446795 0.5487028 0.3371146 0.5487364 0.3395331 0.5524247 0.3407093 0.5563822 0.3472767 0.5539504 0.3395331 0.5524247 0.3371146 0.5487364 0.3341956 0.5518616 0.3315807 0.5568295 0.3352302 0.5550773 0.3312769 0.5539733 0.3315807 0.5568295 0.3317291 0.559512 0.3356696 0.5582357 0.3395331 0.5524247 0.3352302 0.5550773 0.3407093 0.5563822 0.3144 0.6155341 0.3123142 0.6260017 0.3178035 0.6290718 0.3178035 0.6290718 0.3237611 0.6320578 0.3241567 0.6198391 0.3499636 0.633466 0.3451333 0.6194996 0.3442643 0.6345829 0.3499636 0.633466 0.3555564 0.6317434 0.35058 0.6189232 0.3342677 0.6191796 0.3311157 0.6131594 0.3344278 0.632782 0.3292915 0.6343101 0.3281432 0.6248815 0.3237611 0.6320578 0.3298974 0.6191815 0.3281432 0.6248815 0.3344278 0.632782 0.3397403 0.635487 0.3377081 0.6255924 0.3344278 0.632782 0.3401837 0.621174 0.3377081 0.6255924 0.3442643 0.6345829 0.3910756 0.6253004 0.3928797 0.6226381 0.388635 0.6237373 0.3850983 0.6271116 0.3882851 0.6259762 0.3846646 0.6251911 0.3850983 0.6271116 0.3855052 0.6288452 0.3878588 0.6280632 0.3910756 0.6253004 0.3882851 0.6259762 0.3901008 0.627575 0.3806104 0.6262968 0.3819495 0.6280472 0.3846646 0.6251911 0.3806104 0.6262968 0.3765463 0.6280026 0.3794929 0.6293722 0.3832758 0.6296349 0.3819495 0.6280472 0.3813994 0.6308032 0.3832758 0.6296349 0.3855052 0.6288452 0.3850983 0.6271116 0.3895021 0.6292681 0.3901008 0.627575 0.3878588 0.6280632 0.3857639 0.6302185 0.3876011 0.629639 0.3855052 0.6288452 0.3857639 0.6302185 0.3859544 0.6312735 0.3874957 0.6307916 0.3895021 0.6292681 0.3876011 0.629639 0.3899775 0.6309692 0.3857639 0.6302185 0.3855052 0.6288452 0.3832758 0.6296349 0.3832758 0.6296349 0.3813994 0.6308032 0.3824277 0.6319972 0.3824277 0.6319972 0.3827257 0.6338899 0.3844407 0.6319501 0.3857639 0.6302185 0.3840141 0.6309356 0.3859544 0.6312735 0.3516355 0.05674433 0.3322872 0.04046577 0.3375252 0.03878712 0.159487 0.04031038 0.1665832 0.04247039 0.1487979 0.05908459 0.1207289 0.07280629 0.1401079 0.05655837 0.1310127 0.07569879 0.1742789 0.04701882 0.1574514 0.06308084 0.1665832 0.04247039 0.1742789 0.04701882 0.1827796 0.05520242 0.166234 0.07039159 0.140624 0.07914286 0.1574514 0.06308084 0.1496883 0.08558076 0.140624 0.07914286 0.1310127 0.07569879 0.1487979 0.05908459 0.3862144 0.4784989 0.3819 0.4753273 0.3798049 0.4834957 0.3839806 0.493956 0.3847832 0.4858276 0.3783279 0.4924013 0.3839806 0.493956 0.389979 0.4965912 0.3902328 0.4896093 0.3778827 0.4722373 0.3752936 0.4814988 0.3819 0.4753273 0.3778827 0.4722373 0.3729146 0.4692141 0.3703486 0.4795851 0.3733695 0.4913818 0.3752936 0.4814988 0.3684704 0.4904714 0.3733695 0.4913818 0.3783279 0.4924013 0.3798049 0.4834957 0.3839806 0.493956 0.384435 0.5036838 0.389979 0.4965912 0.3839806 0.493956 0.3783279 0.4924013 0.3780874 0.5027816 0.3733695 0.4913818 0.3727751 0.5025077 0.3783279 0.4924013 0.3733695 0.4913818 0.3684704 0.4904714 0.367968 0.5023885 0.3798021 0.5577132 0.3796479 0.5631889 0.386739 0.5626767 0.3958445 0.5562359 0.3878368 0.5569884 0.3942049 0.5623912 0.3660061 0.5583008 0.366134 0.5650159 0.3731171 0.5639739 0.3798021 0.5577132 0.3727243 0.5580476 0.3796479 0.5631889 0.3820372 0.6111677 0.3832309 0.6166143 0.3867681 0.6152942 0.3892756 0.609031 0.3857526 0.6100232 0.389053 0.6133927 0.3796628 0.6177495 0.3781628 0.6119936 0.3765916 0.6171157 0.3796628 0.6177495 0.3832309 0.6166143 0.3820372 0.6111677 0.3845923 0.6364709 0.384198 0.6349456 0.3828797 0.6409014 0.3833265 0.6479411 0.3837001 0.641799 0.3821976 0.6471754 0.3833265 0.6479411 0.3845112 0.6485574 0.3845002 0.6423024 0.3845923 0.6364709 0.3837001 0.641799 0.3851816 0.6371416 0.3833265 0.6479411 0.3821976 0.6471754 0.3825896 0.6522 0.3825896 0.6522 0.3838022 0.6574788 0.3858074 0.6552389 0.3858074 0.6552389 0.3873539 0.6543294 0.3856723 0.6521222 0.3833265 0.6479411 0.3841584 0.6523724 0.3845112 0.6485574 0.4003864 0.6420882 0.4028446 0.641966 0.3956866 0.6367148 0.3956866 0.6367148 0.3896911 0.6328344 0.3904258 0.6341383 0.3948242 0.6382458 0.3954659 0.6377047 0.3903226 0.6348972 0.3948242 0.6382458 0.3993689 0.6429067 0.4003864 0.6420882 0.4007489 0.6466301 0.402266 0.6455235 0.3993689 0.6429067 0.4007489 0.6466301 0.4011524 0.6495007 0.4026038 0.6483246 0.4036045 0.6445993 0.402266 0.6455235 0.4050223 0.64662 0.4003864 0.6420882 0.402266 0.6455235 0.4028446 0.641966 0.3797334 0.6557762 0.3838022 0.6574788 0.3825896 0.6522 0.3809413 0.6461849 0.3805003 0.6513127 0.3821976 0.6471754 0.3809413 0.6461849 0.3796672 0.6450876 0.3784544 0.6498085 0.3797334 0.6557762 0.3805003 0.6513127 0.3755563 0.6540974 0.3938624 0.6477804 0.3922036 0.6483659 0.3931785 0.6509625 0.3931785 0.6509625 0.3935447 0.6530932 0.3954759 0.6526929 0.3954759 0.6526929 0.3979893 0.652791 0.396875 0.6495109 0.396875 0.6495109 0.395729 0.6468188 0.3938624 0.6477804 0.3906202 0.6486771 0.3888803 0.6489342 0.3896215 0.6513846 0.3916554 0.6531584 0.3914366 0.6512025 0.3901285 0.6527835 0.3916554 0.6531584 0.3935447 0.6530932 0.3931785 0.6509625 0.3906202 0.6486771 0.3914366 0.6512025 0.3922036 0.6483659 0.396875 0.6495109 0.3979893 0.652791 0.3995809 0.6507162 0.4007489 0.6466301 0.3988742 0.6481015 0.4011524 0.6495007 0.4007489 0.6466301 0.3993689 0.6429067 0.3979359 0.645379 0.396875 0.6495109 0.3988742 0.6481015 0.395729 0.6468188 0.3889796 0.6535807 0.3901285 0.6527835 0.3896215 0.6513846 0.386752 0.6493574 0.3875967 0.6517421 0.3888803 0.6489342 0.386752 0.6493574 0.3845112 0.6485574 0.3856723 0.6521222 0.3889796 0.6535807 0.3875967 0.6517421 0.3873539 0.6543294 0.3938624 0.6477804 0.3923779 0.6448373 0.3922036 0.6483659 0.3938624 0.6477804 0.395729 0.6468188 0.3940739 0.6441482 0.3908042 0.641852 0.3923779 0.6448373 0.3921789 0.6414932 0.3908042 0.641852 0.3897355 0.642213 0.3909795 0.6453402 0.3906202 0.6486771 0.3896461 0.6456273 0.3888803 0.6489342 0.3906202 0.6486771 0.3922036 0.6483659 0.3909795 0.6453402 0.3887113 0.6424376 0.3896461 0.6456273 0.3897355 0.642213 0.3882116 0.6460101 0.3896461 0.6456273 0.3876769 0.6428785 0.386752 0.6493574 0.3865098 0.6468003 0.3845112 0.6485574 0.3882116 0.6460101 0.3865098 0.6468003 0.3888803 0.6489342 0.3882116 0.6460101 0.3876769 0.6428785 0.3865773 0.643889 0.3865773 0.643889 0.3858761 0.6439553 0.3852782 0.6460916 0.3979359 0.645379 0.3963003 0.643303 0.395729 0.6468188 0.3969585 0.6416385 0.3963003 0.643303 0.3993689 0.6429067 0.3969585 0.6416385 0.3948816 0.6406149 0.3941208 0.6412758 0.3941208 0.6412758 0.3921789 0.6414932 0.3940739 0.6441482 0.3969585 0.6416385 0.3993689 0.6429067 0.3948242 0.6382458 0.3948242 0.6382458 0.3903226 0.6348972 0.39012 0.6355273 0.39012 0.6355273 0.3894263 0.6358351 0.3928545 0.6385925 0.3969585 0.6416385 0.3939497 0.6384915 0.3948816 0.6406149 0.3857614 0.6374486 0.3851816 0.6371416 0.3845002 0.6423024 0.3845002 0.6423024 0.3845112 0.6485574 0.3852782 0.6460916 0.3859721 0.6412236 0.3852545 0.6419773 0.3858761 0.6439553 0.3859721 0.6412236 0.3864122 0.6371315 0.3857614 0.6374486 0.3928545 0.6385925 0.3894263 0.6358351 0.3893277 0.6365925 0.3903129 0.638848 0.3915508 0.6386993 0.3892498 0.6373183 0.3941208 0.6412758 0.3915508 0.6386993 0.3921789 0.6414932 0.3928545 0.6385925 0.3915508 0.6386993 0.3948816 0.6406149 0.3868367 0.6375765 0.3864122 0.6371315 0.3859721 0.6412236 0.3865773 0.643889 0.3866621 0.6404414 0.3858761 0.6439553 0.3873378 0.6398059 0.3866621 0.6404414 0.3876769 0.6428785 0.3868367 0.6375765 0.3866621 0.6404414 0.3872112 0.6380476 0.3873378 0.6398059 0.3880128 0.6394925 0.3872112 0.6380476 0.3873378 0.6398059 0.3876769 0.6428785 0.3887113 0.6424376 0.3887007 0.6393117 0.3880128 0.6394925 0.3897355 0.642213 0.3887007 0.6393117 0.3879696 0.6371263 0.3875128 0.6373113 0.3884601 0.6369627 0.3879696 0.6371263 0.3887007 0.6393117 0.3908042 0.641852 0.3894152 0.6390745 0.3897355 0.642213 0.3908042 0.641852 0.3921789 0.6414932 0.3903129 0.638848 0.3884601 0.6369627 0.3894152 0.6390745 0.3892498 0.6373183 0.3876365 0.6361473 0.3874931 0.635749 0.3869805 0.6360678 0.3868367 0.6375765 0.3871736 0.6364133 0.3864122 0.6371315 0.3868367 0.6375765 0.3872112 0.6380476 0.3875128 0.6373113 0.3876365 0.6361473 0.3871736 0.6364133 0.3879696 0.6371263 0.3881282 0.6355487 0.3881887 0.6359745 0.3894263 0.6358351 0.3876365 0.6361473 0.3881887 0.6359745 0.3874931 0.635749 0.3884601 0.6369627 0.3881887 0.6359745 0.3879696 0.6371263 0.3884601 0.6369627 0.3892498 0.6373183 0.3893277 0.6365925 0.399435 0.6691783 0.4026814 0.67366 0.4012409 0.6689845 0.399435 0.6691783 0.3965934 0.6703037 0.3999708 0.6747435 0.405714 0.6776328 0.4026814 0.67366 0.4027126 0.6781378 0.405714 0.6776328 0.4097766 0.6779237 0.4040958 0.6719021 0.3951445 0.6793519 0.3972616 0.6769517 0.3926498 0.678851 0.3951445 0.6793519 0.3975173 0.6807993 0.3998203 0.6789329 0.3999708 0.6747435 0.3972616 0.6769517 0.4027126 0.6781378 0.3999708 0.6747435 0.3965934 0.6703037 0.3944233 0.6751694 0.3889796 0.6535807 0.3873539 0.6543294 0.38943 0.6555632 0.3929425 0.6547209 0.3908367 0.6544995 0.3919934 0.6566794 0.3929425 0.6547209 0.3935447 0.6530932 0.3916554 0.6531584 0.3889796 0.6535807 0.3908367 0.6544995 0.3901285 0.6527835 0.3949812 0.633487 0.3952984 0.6351227 0.4004983 0.6362292 0.3949812 0.633487 0.3899775 0.6309692 0.3901653 0.6323116 0.3956866 0.6367148 0.3952984 0.6351227 0.3896911 0.6328344 0.3956866 0.6367148 0.4028446 0.641966 0.4016788 0.638988 0.2918612 0.6396595 0.2900456 0.6364462 0.2884663 0.6405566 0.2926552 0.6347705 0.2900456 0.6364462 0.2953488 0.6386901 0.2926552 0.6347705 0.2908111 0.6313108 0.2884055 0.6332673 0.2869773 0.6376636 0.2900456 0.6364462 0.2858642 0.6349597 0.4000422 0.628292 0.3973118 0.6275191 0.3996723 0.6302401 0.3976963 0.6257855 0.3973118 0.6275191 0.4003059 0.6262891 0.3948777 0.6266888 0.3973118 0.6275191 0.3957361 0.625512 0.3948777 0.6266888 0.3940309 0.6282262 0.3966946 0.6291437 0.3910756 0.6253004 0.3901008 0.627575 0.3919956 0.6276664 0.3948777 0.6266888 0.393036 0.6257436 0.3940309 0.6282262 0.3948777 0.6266888 0.3957361 0.625512 0.3947466 0.6242905 0.3910756 0.6253004 0.393036 0.6257436 0.3928797 0.6226381 0.396939 0.6225196 0.3928797 0.6226381 0.3947466 0.6242905 0.3976963 0.6257855 0.3973094 0.6241893 0.3957361 0.625512 0.3976963 0.6257855 0.4003059 0.6262891 0.4002982 0.6247642 0.396939 0.6225196 0.3973094 0.6241893 0.400607 0.6232113 0.2970347 0.6296748 0.2985427 0.628873 0.2958037 0.6272559 0.3000752 0.6314696 0.2985427 0.628873 0.2985086 0.6325104 0.3002463 0.6282358 0.2985427 0.628873 0.301198 0.6303988 0.3002463 0.6282358 0.2988912 0.6254997 0.2973755 0.6264386 0.2999563 0.6246088 0.3019877 0.6282142 0.3010764 0.6239571 0.3002463 0.6282358 0.3019877 0.6282142 0.2988912 0.6254997 0.3030911 0.6315611 0.3019877 0.6282142 0.301198 0.6303988 0.3030911 0.6315611 0.3071634 0.6333196 0.3038646 0.6281238 0.3030911 0.6315611 0.3023384 0.6343907 0.3071634 0.6333196 0.3030911 0.6315611 0.301198 0.6303988 0.3000752 0.6314696 0.3004683 0.6361794 0.3023384 0.6343907 0.2985086 0.6325104 0.3004683 0.6361794 0.30411 0.642162 0.306314 0.6380742 0.3744269 0.6393377 0.375289 0.6406895 0.3771898 0.6378834 0.3771898 0.6378834 0.3788741 0.6351572 0.3776317 0.6343784 0.3776317 0.6343784 0.3764374 0.6337007 0.3752706 0.6353967 0.3744269 0.6393377 0.37625 0.6369011 0.3733507 0.6376672 0.3717122 0.6355481 0.3742942 0.6329404 0.3696153 0.6332115 0.3717122 0.6355481 0.3733507 0.6376672 0.3752706 0.6353967 0.3763136 0.6314306 0.3742942 0.6329404 0.3764374 0.6337007 0.3763136 0.6314306 0.3765463 0.6280026 0.3730567 0.6302508 0.3763136 0.6314306 0.3783832 0.6316757 0.3765463 0.6280026 0.3763136 0.6314306 0.3764374 0.6337007 0.3776317 0.6343784 0.3801048 0.6327206 0.3783832 0.6316757 0.3788741 0.6351572 0.3801048 0.6327206 0.3813994 0.6308032 0.3794929 0.6293722 0.3744269 0.6393377 0.3723512 0.6417822 0.375289 0.6406895 0.3744269 0.6393377 0.3733507 0.6376672 0.370759 0.6400908 0.3692641 0.6438801 0.3723512 0.6417822 0.3683291 0.6419814 0.3692641 0.6438801 0.3706977 0.6458665 0.373409 0.6433659 0.3663032 0.6481456 0.3644066 0.645277 0.3599195 0.6517382 0.3663032 0.6481456 0.3706977 0.6458665 0.3692641 0.6438801 0.3692641 0.6438801 0.3683291 0.6419814 0.3648956 0.641901 0.3587237 0.6466377 0.3644066 0.645277 0.3592045 0.6414554 0.3649407 0.6368842 0.3592045 0.6414554 0.3648956 0.641901 0.370759 0.6400908 0.367955 0.6385965 0.3683291 0.6419814 0.3717122 0.6355481 0.367955 0.6385965 0.3733507 0.6376672 0.3649407 0.6368842 0.367955 0.6385965 0.3696153 0.6332115 0.3762853 0.6418526 0.3780475 0.6387738 0.375289 0.6406895 0.3762853 0.6418526 0.3773669 0.6429242 0.3789585 0.6393558 0.3797085 0.635845 0.3780475 0.6387738 0.3799986 0.6367636 0.3797085 0.635845 0.3788741 0.6351572 0.3771898 0.6378834 0.3801048 0.6327206 0.3810805 0.6336099 0.3813994 0.6308032 0.3801048 0.6327206 0.3788741 0.6351572 0.3797085 0.635845 0.3797085 0.635845 0.3799986 0.6367636 0.3811264 0.6354664 0.3824277 0.6319972 0.3810805 0.6336099 0.3827257 0.6338899 0.3966946 0.6291437 0.3963828 0.6304126 0.3996723 0.6302401 0.3936587 0.6295092 0.3963828 0.6304126 0.3940309 0.6282262 0.3960613 0.6314465 0.3963828 0.6304126 0.393863 0.6304857 0.3960613 0.6314465 0.3993035 0.6327978 0.3993611 0.6316011 0.3949812 0.633487 0.4004983 0.6362292 0.3996946 0.6342532 0.3996946 0.6342532 0.3993035 0.6327978 0.3960613 0.6314465 0.392282 0.6306256 0.3954148 0.6323665 0.393863 0.6304857 0.392282 0.6306256 0.3899775 0.6309692 0.3949812 0.633487 0.392282 0.6306256 0.3914432 0.6291763 0.3899775 0.6309692 0.392282 0.6306256 0.393863 0.6304857 0.3936587 0.6295092 0.3936587 0.6295092 0.3940309 0.6282262 0.3919956 0.6276664 0.3895021 0.6292681 0.3914432 0.6291763 0.3901008 0.627575 0.3762853 0.6418526 0.375289 0.6406895 0.373409 0.6433659 0.3727409 0.6471288 0.3746094 0.6445373 0.3706977 0.6458665 0.3727409 0.6471288 0.3745489 0.6477376 0.3758469 0.645832 0.3762853 0.6418526 0.3746094 0.6445373 0.3773669 0.6429242 0.378485 0.6440016 0.3770159 0.6477853 0.3796672 0.6450876 0.378485 0.6440016 0.3773669 0.6429242 0.3758469 0.645832 0.3746535 0.6500115 0.3770159 0.6477853 0.3745489 0.6477376 0.3746535 0.6500115 0.3755563 0.6540974 0.3784544 0.6498085 0.3677857 0.6535454 0.3755563 0.6540974 0.3746535 0.6500115 0.3746535 0.6500115 0.3745489 0.6477376 0.3727409 0.6471288 0.3663032 0.6481456 0.3704008 0.6499276 0.3706977 0.6458665 0.3663032 0.6481456 0.3599195 0.6517382 0.3677857 0.6535454 0.2945706 0.6277822 0.2958803 0.6301905 0.2958037 0.6272559 0.2949404 0.6310172 0.2958803 0.6301905 0.2934887 0.6284422 0.2949404 0.6310172 0.2959917 0.6330399 0.29712 0.6329478 0.29712 0.6329478 0.2985086 0.6325104 0.2970347 0.6296748 0.2994492 0.6406195 0.30411 0.642162 0.3004683 0.6361794 0.29712 0.6329478 0.2982197 0.6364032 0.2985086 0.6325104 0.29712 0.6329478 0.2959917 0.6330399 0.2959648 0.6352111 0.2994492 0.6406195 0.2982197 0.6364032 0.2953488 0.6386901 0.2926552 0.6347705 0.2953488 0.6386901 0.2959648 0.6352111 0.2949404 0.6310172 0.2940761 0.6327524 0.2959917 0.6330399 0.2949404 0.6310172 0.2934887 0.6284422 0.2923704 0.6296604 0.2926552 0.6347705 0.2940761 0.6327524 0.2908111 0.6313108 0.06139302 0.5688028 0.06166654 0.5777904 0.05393606 0.5753443 0.06139302 0.5688028 0.06782275 0.5657988 0.06859213 0.5752351 0.06859213 0.5752351 0.07361602 0.5859173 0.06290405 0.586595 0.06290405 0.586595 0.05832225 0.5886963 0.05599308 0.5833594 0.06290405 0.586595 0.07361602 0.5859173 0.06715691 0.6117133 0.05037641 0.606705 0.05393606 0.5753443 0.05599308 0.5833594 0.6105977 0.2477369 0.6018297 0.2486745 0.605901 0.2406255 0.6124084 0.2357745 0.6109852 0.2416823 0.6085044 0.233806 0.6124084 0.2357745 0.6155117 0.2369382 0.6162047 0.241338 0.6105977 0.2477369 0.6109852 0.2416823 0.6173387 0.2468111 0.40182 0.6211245 0.4037817 0.6167403 0.3987095 0.6164882 0.3929722 0.620571 0.397373 0.6205653 0.3932228 0.6170467 0.3929722 0.620571 0.3928797 0.6226381 0.396939 0.6225196 0.40182 0.6211245 0.397373 0.6205653 0.400607 0.6232113 0.3730567 0.6302508 0.3712942 0.6280463 0.3696153 0.6332115 0.3730567 0.6302508 0.3765463 0.6280026 0.3754146 0.6259427 0.368048 0.6238997 0.3712942 0.6280463 0.3737063 0.6225648 0.368048 0.6238997 0.3635878 0.6261318 0.3671644 0.6308884 0.3910256 0.5718647 0.3981443 0.5710154 0.3942049 0.5623912 0.3910256 0.5718647 0.388292 0.5826187 0.3944009 0.580888 0.4035915 0.5737912 0.3981443 0.5710154 0.3991255 0.5805468 0.4035915 0.5737912 0.4107938 0.5647266 0.4018604 0.562286 0.4096166 0.587864 0.4107938 0.5647266 0.4035915 0.5737912 0.3532052 0.5785852 0.3472778 0.5695791 0.3505741 0.5952029 0.3576861 0.5662993 0.3472778 0.5695791 0.3532052 0.5785852 0.3532052 0.5785852 0.3572286 0.5845125 0.3618035 0.5835362 0.3618035 0.5835362 0.3686289 0.5839266 0.3671991 0.5738483 0.3576861 0.5662993 0.3591966 0.5744417 0.366134 0.5650159 0.3962835 0.6085807 0.3932228 0.6170467 0.3987095 0.6164882 0.4063366 0.6082952 0.4010469 0.6084502 0.4037817 0.6167403 0.3908261 0.6150153 0.3925728 0.6086623 0.389053 0.6133927 0.3908261 0.6150153 0.3932228 0.6170467 0.3962835 0.6085807 0.3755221 0.6196507 0.3705766 0.6135138 0.3737063 0.6225648 0.3755221 0.6196507 0.3765916 0.6171157 0.3742892 0.6127069 0.368048 0.6238997 0.3623596 0.6153833 0.3635878 0.6261318 0.368048 0.6238997 0.3737063 0.6225648 0.3667063 0.6144081 0.3806104 0.6262968 0.3846646 0.6251911 0.3843252 0.6232569 0.3843252 0.6232569 0.3840454 0.6213683 0.3795855 0.6226966 0.3795855 0.6226966 0.3737063 0.6225648 0.3754146 0.6259427 0.3806104 0.6262968 0.3798335 0.6245077 0.3765463 0.6280026 0.3837905 0.6195843 0.3798328 0.6208806 0.3840454 0.6213683 0.3837905 0.6195843 0.3832309 0.6166143 0.3796628 0.6177495 0.3796628 0.6177495 0.3765916 0.6171157 0.3755221 0.6196507 0.3755221 0.6196507 0.3737063 0.6225648 0.3795855 0.6226966 0.3929722 0.620571 0.3886638 0.6217064 0.3928797 0.6226381 0.3929722 0.620571 0.3932228 0.6170467 0.3883512 0.619852 0.3843252 0.6232569 0.3886638 0.6217064 0.3840454 0.6213683 0.3843252 0.6232569 0.3846646 0.6251911 0.388635 0.6237373 0.3908261 0.6150153 0.3876768 0.6181426 0.3932228 0.6170467 0.3908261 0.6150153 0.389053 0.6133927 0.3867681 0.6152942 0.3837905 0.6195843 0.3876768 0.6181426 0.3832309 0.6166143 0.3837905 0.6195843 0.3840454 0.6213683 0.3883512 0.619852 0.3791 0.5726909 0.3848042 0.5723293 0.3796479 0.5631889 0.3791 0.5726909 0.3788128 0.5838617 0.3833184 0.5835024 0.3910256 0.5718647 0.3848042 0.5723293 0.388292 0.5826187 0.3910256 0.5718647 0.3942049 0.5623912 0.386739 0.5626767 0.3731171 0.5639739 0.366134 0.5650159 0.3671991 0.5738483 0.3741075 0.5840191 0.3735326 0.5732309 0.3686289 0.5839266 0.3741075 0.5840191 0.3788128 0.5838617 0.3791 0.5726909 0.3791 0.5726909 0.3796479 0.5631889 0.3731171 0.5639739 0.3809413 0.6461849 0.3820647 0.6400442 0.3796672 0.6450876 0.3809413 0.6461849 0.3821976 0.6471754 0.3828797 0.6409014 0.3828797 0.6409014 0.384198 0.6349456 0.3834887 0.6348795 0.3834887 0.6348795 0.3827257 0.6338899 0.3811568 0.639468 0.3811264 0.6354664 0.3800582 0.6394128 0.3827257 0.6338899 0.3789585 0.6393558 0.3800582 0.6394128 0.3799986 0.6367636 0.3789585 0.6393558 0.3773669 0.6429242 0.378485 0.6440016 0.3811568 0.639468 0.3800582 0.6394128 0.3796672 0.6450876 0.2676419 0.6627925 0.2679399 0.6649847 0.2697539 0.6627392 0.2697539 0.6627392 0.2707544 0.6608813 0.2697541 0.6606116 0.2697541 0.6606116 0.2688939 0.6603847 0.2684379 0.6611834 0.2676419 0.6627925 0.2688587 0.661867 0.2677838 0.661807 0.4180603 0.6657392 0.4196497 0.665829 0.4196286 0.6645312 0.417089 0.662985 0.4174522 0.6643171 0.4191751 0.6635807 0.417089 0.662985 0.4139192 0.6628718 0.4157642 0.6647409 0.4180603 0.6657392 0.4174522 0.6643171 0.4170023 0.6659238 0.4196496 0.6690953 0.4202309 0.6685047 0.4197908 0.6672654 0.4180603 0.6657392 0.4186242 0.6674223 0.4196497 0.665829 0.4180603 0.6657392 0.4170023 0.6659238 0.4173465 0.6674172 0.4173465 0.6674172 0.4196072 0.670771 0.4196496 0.6690953 0.4211034 0.6661092 0.4224103 0.6664265 0.4225835 0.6648503 0.420422 0.6631752 0.4212709 0.6646507 0.4229667 0.6628459 0.420422 0.6631752 0.4191751 0.6635807 0.4196286 0.6645312 0.4211034 0.6661092 0.4212709 0.6646507 0.4196497 0.665829 0.4214501 0.6691674 0.4236962 0.6698687 0.4225942 0.6680803 0.4211034 0.6661092 0.4212169 0.6676614 0.4224103 0.6664265 0.4211034 0.6661092 0.4196497 0.665829 0.4197908 0.6672654 0.4214501 0.6691674 0.4212169 0.6676614 0.4202309 0.6685047 0.4247593 0.667805 0.426513 0.6679297 0.4248876 0.6668005 0.4264788 0.6687615 0.426513 0.6679297 0.425116 0.6685653 0.4284297 0.6682102 0.426513 0.6679297 0.4280555 0.6687843 0.4284297 0.6682102 0.4286929 0.6672622 0.4267323 0.6670326 0.4251462 0.6658024 0.4270206 0.6661349 0.4256533 0.6651474 0.4251462 0.6658024 0.4248876 0.6668005 0.4267323 0.6670326 0.4289615 0.6663149 0.4270206 0.6661349 0.4286929 0.6672622 0.4272707 0.6653123 0.4270206 0.6661349 0.4287972 0.6656596 0.4235593 0.6666277 0.4224103 0.6664265 0.4225942 0.6680803 0.4244909 0.6690515 0.423614 0.6679916 0.4236962 0.6698687 0.4244909 0.6690515 0.425116 0.6685653 0.4247593 0.667805 0.4235593 0.6666277 0.423614 0.6679916 0.4248876 0.6668005 0.4225835 0.6648503 0.4237713 0.6653042 0.4229667 0.6628459 0.4235593 0.6666277 0.4237713 0.6653042 0.4224103 0.6664265 0.4235593 0.6666277 0.4248876 0.6668005 0.4251462 0.6658024 0.4251462 0.6658024 0.4256533 0.6651474 0.4248449 0.6644867 0.4317939 0.6662667 0.4305356 0.6663559 0.4317026 0.6675749 0.4297944 0.6653895 0.4305356 0.6663559 0.4307428 0.6649753 0.4297944 0.6653895 0.4287972 0.6656596 0.4289615 0.6663149 0.4289615 0.6663149 0.4286929 0.6672622 0.4303686 0.6674273 0.4313234 0.6688268 0.4300635 0.668491 0.4300333 0.6697874 0.4313234 0.6688268 0.4317026 0.6675749 0.4303686 0.6674273 0.4284297 0.6682102 0.4300635 0.668491 0.4286929 0.6672622 0.4284297 0.6682102 0.4280555 0.6687843 0.4290469 0.669264 0.274101 0.6572011 0.2781808 0.6560665 0.273481 0.6554032 0.274101 0.6572011 0.2743459 0.6584631 0.2783439 0.6579396 0.2834566 0.6546927 0.2781808 0.6560665 0.2839161 0.6582567 0.2834566 0.6546927 0.2825435 0.651506 0.2774682 0.6535772 0.274101 0.6572011 0.2719585 0.6580421 0.2743459 0.6584631 0.274101 0.6572011 0.273481 0.6554032 0.2712492 0.6568381 0.2712492 0.6568381 0.2700782 0.6579257 0.2708535 0.6586663 0.2708535 0.6586663 0.2710448 0.6592686 0.2722001 0.6589075 0.2720351 0.6612363 0.2738306 0.6617708 0.2741234 0.6597454 0.2741234 0.6597454 0.2743459 0.6584631 0.2722001 0.6589075 0.2710983 0.6598657 0.2722308 0.6597575 0.2710448 0.6592686 0.2710983 0.6598657 0.2707544 0.6608813 0.2720351 0.6612363 0.4336479 0.6657847 0.4327871 0.666056 0.4333736 0.6679432 0.4336479 0.6657847 0.4327132 0.6633484 0.4317206 0.6642417 0.4317206 0.6642417 0.4307428 0.6649753 0.4317939 0.6662667 0.4317939 0.6662667 0.4317026 0.6675749 0.4326378 0.6677518 0.4306781 0.670477 0.4311519 0.6712499 0.432681 0.6697739 0.4326378 0.6677518 0.4321184 0.6692728 0.4333736 0.6679432 0.4326378 0.6677518 0.4317026 0.6675749 0.4313234 0.6688268 0.4313234 0.6688268 0.4300333 0.6697874 0.4306781 0.670477 0.420422 0.6631752 0.4229667 0.6628459 0.4177512 0.6596142 0.4177512 0.6596142 0.4132611 0.6576177 0.4135293 0.6603399 0.417089 0.662985 0.4172597 0.6615715 0.4139192 0.6628718 0.420422 0.6631752 0.4172597 0.6615715 0.4191751 0.6635807 0.2755963 0.6695719 0.274273 0.6713822 0.2775123 0.6698713 0.2726587 0.6717811 0.274273 0.6713822 0.2732158 0.6698453 0.2748433 0.6719363 0.274273 0.6713822 0.2713956 0.6731529 0.4297944 0.6653895 0.4307428 0.6649753 0.4276952 0.6637738 0.4276952 0.6637738 0.4229667 0.6628459 0.4248449 0.6644867 0.4272707 0.6653123 0.427375 0.6646408 0.4256533 0.6651474 0.4297944 0.6653895 0.427375 0.6646408 0.4287972 0.6656596 0.4272094 0.6702215 0.4267457 0.6694633 0.4236962 0.6698687 0.4272094 0.6702215 0.4300333 0.6697874 0.4290469 0.669264 0.4264788 0.6687615 0.4267457 0.6694633 0.4280555 0.6687843 0.4264788 0.6687615 0.425116 0.6685653 0.4244909 0.6690515 0.2763755 0.6625791 0.2760282 0.6662091 0.2785134 0.6633806 0.2763755 0.6625791 0.2738306 0.6617708 0.2738644 0.6652624 0.2755963 0.6695719 0.2760282 0.6662091 0.2732158 0.6698453 0.2755963 0.6695719 0.2775123 0.6698713 0.2785466 0.6664273 0.2815492 0.6470724 0.2797783 0.6414824 0.2759519 0.6451336 0.2725783 0.6525135 0.2767192 0.6497019 0.2715343 0.6490779 0.2725783 0.6525135 0.273481 0.6554032 0.2774682 0.6535772 0.2815492 0.6470724 0.2767192 0.6497019 0.2825435 0.651506 0.4177512 0.6596142 0.4183505 0.6566507 0.4132611 0.6576177 0.4177512 0.6596142 0.4229667 0.6628459 0.4239529 0.6599823 0.4239529 0.6599823 0.4251182 0.6574214 0.4190036 0.6531841 0.4190036 0.6531841 0.4128723 0.649466 0.4131749 0.6541293 0.4272094 0.6702215 0.4236962 0.6698687 0.4244107 0.6712962 0.4283686 0.6723445 0.4277658 0.6712223 0.4250243 0.6726386 0.4283686 0.6723445 0.4311519 0.6712499 0.4306781 0.670477 0.4272094 0.6702215 0.4277658 0.6712223 0.4300333 0.6697874 0.2710396 0.6673771 0.2732158 0.6698453 0.2738644 0.6652624 0.2720351 0.6612363 0.2715978 0.6639884 0.2738306 0.6617708 0.2697539 0.6627392 0.2715978 0.6639884 0.2707544 0.6608813 0.2710396 0.6673771 0.2715978 0.6639884 0.2679399 0.6649847 0.2725783 0.6525135 0.2698155 0.6549726 0.273481 0.6554032 0.2725783 0.6525135 0.2715343 0.6490779 0.2680194 0.6527764 0.2682728 0.6569141 0.2698155 0.6549726 0.2655971 0.6561526 0.2712492 0.6568381 0.2698155 0.6549726 0.2700782 0.6579257 0.4239529 0.6599823 0.4285928 0.6623649 0.4251182 0.6574214 0.4239529 0.6599823 0.4229667 0.6628459 0.4276952 0.6637738 0.4317206 0.6642417 0.4285928 0.6623649 0.4307428 0.6649753 0.4317206 0.6642417 0.4327132 0.6633484 0.429779 0.6606851 0.293084 0.6669183 0.2965754 0.6647817 0.2961506 0.6610712 0.2900472 0.6571996 0.2908435 0.6621761 0.2956587 0.6564353 0.2900472 0.6571996 0.2839161 0.6582567 0.2859871 0.6639423 0.2859871 0.6639423 0.2869225 0.6706125 0.293084 0.6669183 0.2946264 0.6518495 0.2929954 0.6475638 0.2880398 0.6493356 0.2834566 0.6546927 0.2891874 0.6531341 0.2825435 0.651506 0.2834566 0.6546927 0.2839161 0.6582567 0.2900472 0.6571996 0.2946264 0.6518495 0.2891874 0.6531341 0.2956587 0.6564353 0.2815194 0.6386628 0.2841805 0.6383067 0.2822178 0.6362591 0.2815194 0.6386628 0.2797783 0.6414824 0.2848719 0.6412644 0.2848719 0.6412644 0.2884663 0.6405566 0.2869773 0.6376636 0.2869773 0.6376636 0.2858642 0.6349597 0.2838973 0.635818 0.4114661 0.6622976 0.4114639 0.6641426 0.4139192 0.6628718 0.4114661 0.6622976 0.4101015 0.6617671 0.4096221 0.6626851 0.4114285 0.6657002 0.4114639 0.6641426 0.4092831 0.6639425 0.4114285 0.6657002 0.4136535 0.6673105 0.4135559 0.6652766 0.4157642 0.6647409 0.4139192 0.6628718 0.4135559 0.6652766 0.4160574 0.668631 0.415587 0.666535 0.4136535 0.6673105 0.4160574 0.668631 0.4196072 0.670771 0.4173465 0.6674172 0.4157642 0.6647409 0.415587 0.666535 0.4170023 0.6659238 0.3881282 0.6355487 0.3878061 0.6351242 0.3874931 0.635749 0.3881282 0.6355487 0.3894263 0.6358351 0.3881865 0.6348691 0.3874399 0.6347685 0.3878061 0.6351242 0.3876271 0.6345624 0.3874399 0.6347685 0.3871819 0.6349134 0.3873311 0.6353058 0.3865287 0.6356651 0.3864122 0.6371315 0.3869805 0.6360678 0.3873311 0.6353058 0.3869185 0.6355438 0.3874931 0.635749 0.3873311 0.6353058 0.3871819 0.6349134 0.3869071 0.6350384 0.3865287 0.6356651 0.3869185 0.6355438 0.3866251 0.6350759 0.3857614 0.6374486 0.3861221 0.6354966 0.3851816 0.6371416 0.3865287 0.6356651 0.3861221 0.6354966 0.3864122 0.6371315 0.3863458 0.6349584 0.3861221 0.6354966 0.3866251 0.6350759 0.3863458 0.6349584 0.3860784 0.6346793 0.3857131 0.6350862 0.39012 0.6355273 0.3883153 0.6344112 0.3894263 0.6358351 0.3882848 0.6338173 0.3883153 0.6344112 0.3903226 0.6348972 0.3882848 0.6338173 0.3876504 0.6338637 0.3876899 0.634254 0.3881865 0.6348691 0.3883153 0.6344112 0.3876271 0.6345624 0.3845923 0.6364709 0.3853163 0.6344817 0.384198 0.6349456 0.3845923 0.6364709 0.3851816 0.6371416 0.3857131 0.6350862 0.3858324 0.6342318 0.3853163 0.6344817 0.3860784 0.6346793 0.3858324 0.6342318 0.3857636 0.6337566 0.3852059 0.6338416 0.3882848 0.6338173 0.3903226 0.6348972 0.3904258 0.6341383 0.3878804 0.6326825 0.3881874 0.6331542 0.3896911 0.6328344 0.3878804 0.6326825 0.3872976 0.6330699 0.3875312 0.6334119 0.3875312 0.6334119 0.3876504 0.6338637 0.3882848 0.6338173 0.3875312 0.6334119 0.3872376 0.6335705 0.3876504 0.6338637 0.3875312 0.6334119 0.3872976 0.6330699 0.3870479 0.6333138 0.3871307 0.6336699 0.3872376 0.6335705 0.3869718 0.6334677 0.3871307 0.6336699 0.3872404 0.6339195 0.387359 0.6338941 0.3860611 0.633758 0.3857636 0.6337566 0.3858324 0.6342318 0.3858324 0.6342318 0.3860784 0.6346793 0.3862612 0.6344636 0.386237 0.6340907 0.3861009 0.6341214 0.3863536 0.6343603 0.3860611 0.633758 0.3861009 0.6341214 0.3862135 0.6338048 0.3870479 0.6333138 0.3872976 0.6330699 0.386915 0.6330088 0.3865285 0.6333134 0.3868043 0.6332418 0.3864645 0.6331449 0.3865285 0.6333134 0.3865863 0.6334508 0.3867899 0.6334026 0.3867899 0.6334026 0.3869718 0.6334677 0.3870479 0.6333138 0.3860275 0.6333943 0.3862422 0.6334871 0.3864645 0.6331449 0.3860275 0.6333943 0.3857636 0.6337566 0.3860611 0.633758 0.386362 0.6335881 0.3862422 0.6334871 0.3862135 0.6338048 0.386362 0.6335881 0.3865863 0.6334508 0.3865285 0.6333134 0.3873593 0.6343855 0.3876271 0.6345624 0.3876899 0.634254 0.387359 0.6338941 0.3873981 0.6341664 0.3876504 0.6338637 0.387359 0.6338941 0.3872404 0.6339195 0.387275 0.6341269 0.3873593 0.6343855 0.3873981 0.6341664 0.3872412 0.6342933 0.3863458 0.6349584 0.386442 0.6346707 0.3860784 0.6346793 0.3863458 0.6349584 0.3866251 0.6350759 0.3866433 0.63476 0.3864846 0.6345276 0.386442 0.6346707 0.3866378 0.6346002 0.3864846 0.6345276 0.3863536 0.6343603 0.3862612 0.6344636 0.3869071 0.6350384 0.3868654 0.6347482 0.3866251 0.6350759 0.387077 0.6346673 0.3868654 0.6347482 0.3871819 0.6349134 0.387077 0.6346673 0.3870012 0.6345145 0.3868209 0.6345852 0.3868209 0.6345852 0.3866378 0.6346002 0.3866433 0.63476 0.387077 0.6346673 0.3871819 0.6349134 0.3874399 0.6347685 0.3873593 0.6343855 0.3872469 0.6345494 0.3876271 0.6345624 0.3873593 0.6343855 0.3872412 0.6342933 0.3871455 0.6344198 0.3871455 0.6344198 0.3870012 0.6345145 0.387077 0.6346673 0.3871307 0.6336699 0.3870347 0.6337497 0.3872404 0.6339195 0.3871307 0.6336699 0.3869718 0.6334677 0.3869099 0.6335851 0.3869442 0.6338197 0.3870347 0.6337497 0.3868549 0.6336843 0.3869442 0.6338197 0.3870095 0.6339859 0.3871243 0.6339511 0.3869099 0.6335851 0.3869718 0.6334677 0.3867899 0.6334026 0.3866201 0.6335718 0.3867727 0.6335324 0.3865863 0.6334508 0.3866201 0.6335718 0.3866421 0.6336845 0.386754 0.6336467 0.3869099 0.6335851 0.3867727 0.6335324 0.3868549 0.6336843 0.3866201 0.6335718 0.3865863 0.6334508 0.386362 0.6335881 0.3863354 0.6338558 0.3864489 0.633683 0.3862135 0.6338048 0.3863354 0.6338558 0.3864421 0.6339091 0.3865194 0.6337747 0.3866201 0.6335718 0.3864489 0.633683 0.3866421 0.6336845 0.3871312 0.6342411 0.3872412 0.6342933 0.387275 0.6341269 0.3871243 0.6339511 0.3871555 0.6341145 0.3872404 0.6339195 0.3870379 0.6341155 0.3871555 0.6341145 0.3870095 0.6339859 0.3870379 0.6341155 0.3870253 0.6342089 0.3871312 0.6342411 0.386663 0.6344791 0.3866378 0.6346002 0.3868209 0.6345852 0.3869391 0.634402 0.3868011 0.6344614 0.3870012 0.6345145 0.3869391 0.634402 0.3868839 0.6343097 0.3867937 0.6343573 0.386663 0.6344791 0.3868011 0.6344614 0.3867037 0.6343774 0.3871455 0.6344198 0.3870541 0.6343328 0.3870012 0.6345145 0.3871455 0.6344198 0.3872412 0.6342933 0.3871312 0.6342411 0.3869675 0.634267 0.3870541 0.6343328 0.3870253 0.6342089 0.3869675 0.634267 0.3868839 0.6343097 0.3869391 0.634402 0.5109487 0.0378189 0.5105148 0.0373643 0.5112183 0.03709799 0.5109487 0.0378189 0.510587 0.03816479 0.5102673 0.03759831 0.5101432 0.03690332 0.5105148 0.0373643 0.5099838 0.0370652 0.5101432 0.03690332 0.5102649 0.03656029 0.5106812 0.03683245 0.5105167 0.03486979 0.5113034 0.03406333 0.5114041 0.03579342 0.5114041 0.03579342 0.5112183 0.03709799 0.5106812 0.03683245 0.5103576 0.03590846 0.510751 0.03581166 0.5102649 0.03656029 0.5105167 0.03486979 0.510751 0.03581166 0.5102443 0.03531253 0.499814 0.04555422 0.4990193 0.04714024 0.4982423 0.04505366 0.499814 0.04555422 0.501069 0.04600006 0.5001315 0.047683 0.4979239 0.04854297 0.4990193 0.04714024 0.4989457 0.04882299 0.4979239 0.04854297 0.4963597 0.04770004 0.4974655 0.04657423 0.494485 0.04428005 0.4954511 0.04337549 0.4967263 0.04424434 0.4974655 0.04657423 0.4959447 0.04549056 0.4982423 0.04505366 0.4948701 0.04626846 0.4959447 0.04549056 0.4963597 0.04770004 0.494485 0.04428005 0.4959447 0.04549056 0.4938601 0.044945 0.5006017 0.0430929 0.5002386 0.0441454 0.4995123 0.04274863 0.501394 0.0444523 0.5002386 0.0441454 0.5013991 0.04353934 0.501394 0.0444523 0.501069 0.04600006 0.499814 0.04555422 0.499814 0.04555422 0.4982423 0.04505366 0.498925 0.04374265 0.4984085 0.04229247 0.4976322 0.04316693 0.4975154 0.04202604 0.4984085 0.04229247 0.4995123 0.04274863 0.498925 0.04374265 0.4967263 0.04424434 0.4976322 0.04316693 0.4982423 0.04505366 0.4967263 0.04424434 0.4954511 0.04337549 0.4966078 0.0425235 0.4909365 0.04545187 0.4930855 0.04594117 0.4926981 0.04769128 0.4909365 0.04545187 0.4896348 0.04257309 0.492366 0.04426902 0.4948701 0.04626846 0.4930855 0.04594117 0.4938601 0.044945 0.4948701 0.04626846 0.4963597 0.04770004 0.4946899 0.04782658 0.494926 0.05005693 0.4965966 0.0494017 0.4980507 0.05234843 0.494926 0.05005693 0.4926981 0.04769128 0.4946899 0.04782658 0.4979239 0.04854297 0.4965966 0.0494017 0.4963597 0.04770004 0.4979239 0.04854297 0.4989457 0.04882299 0.4985582 0.04993546 0.5017311 0.04229277 0.5012117 0.04257559 0.5003616 0.04184222 0.5017311 0.04229277 0.503275 0.04260301 0.5020678 0.04328376 0.5006017 0.0430929 0.5012117 0.04257559 0.5013991 0.04353934 0.5006017 0.0430929 0.4995123 0.04274863 0.500003 0.04217869 0.4975265 0.04142761 0.4976493 0.04025167 0.4990363 0.04123932 0.4990363 0.04123932 0.5003616 0.04184222 0.500003 0.04217869 0.4984085 0.04229247 0.4988012 0.0416553 0.4995123 0.04274863 0.4984085 0.04229247 0.4975154 0.04202604 0.4975265 0.04142761 0.4997146 0.04060786 0.5001633 0.03956216 0.5007469 0.04100024 0.4994181 0.03915828 0.5001633 0.03956216 0.4991864 0.04004377 0.5006164 0.03829145 0.5001633 0.03956216 0.5000002 0.03823393 0.5006164 0.03829145 0.501552 0.03860127 0.5011138 0.03989917 0.5018215 0.0413081 0.5020638 0.04016673 0.5025508 0.04119247 0.5018215 0.0413081 0.5007469 0.04100024 0.5011138 0.03989917 0.5024401 0.03886276 0.5020638 0.04016673 0.501552 0.03860127 0.5024401 0.03886276 0.5029515 0.03916037 0.5028734 0.04027873 0.4990363 0.04123932 0.4993399 0.04102855 0.5003616 0.04184222 0.4990363 0.04123932 0.4976493 0.04025167 0.4986836 0.04015254 0.4997146 0.04060786 0.4993399 0.04102855 0.4991864 0.04004377 0.4997146 0.04060786 0.5007469 0.04100024 0.5005529 0.04154866 0.5017311 0.04229277 0.5018225 0.04194349 0.503275 0.04260301 0.5017311 0.04229277 0.5003616 0.04184222 0.5005529 0.04154866 0.5018215 0.0413081 0.5018225 0.04194349 0.5007469 0.04100024 0.5018215 0.0413081 0.5025508 0.04119247 0.5028666 0.04166096 0.5019595 0.03746229 0.5023177 0.0364589 0.5033127 0.03682082 0.5034044 0.03848308 0.5028413 0.03773951 0.5039567 0.03781181 0.5034044 0.03848308 0.5029515 0.03916037 0.5024401 0.03886276 0.5024401 0.03886276 0.501552 0.03860127 0.5019595 0.03746229 0.5012477 0.03622668 0.5010046 0.03719574 0.5000827 0.03659868 0.5012477 0.03622668 0.5023177 0.0364589 0.5019595 0.03746229 0.5006164 0.03829145 0.5010046 0.03719574 0.501552 0.03860127 0.5006164 0.03829145 0.5000002 0.03823393 0.5000289 0.03743869 0.5124371 0.03909391 0.5139864 0.04072362 0.5115938 0.0398851 0.5151451 0.03919732 0.5139864 0.04072362 0.5132334 0.03793507 0.5151451 0.03919732 0.5173924 0.04036384 0.5159211 0.04254323 0.5159211 0.04254323 0.5138734 0.04420673 0.5125821 0.04181307 0.5105553 0.04037231 0.5110598 0.04255175 0.5092535 0.04084092 0.5105553 0.04037231 0.5115938 0.0398851 0.5125821 0.04181307 0.5117127 0.04527264 0.5110598 0.04255175 0.5138734 0.04420673 0.5117127 0.04527264 0.5095191 0.04597342 0.5093935 0.04318571 0.5159211 0.04254323 0.5180076 0.04394626 0.5138734 0.04420673 0.5196359 0.04066139 0.5180076 0.04394626 0.5173924 0.04036384 0.5196359 0.04066139 0.5228578 0.04012358 0.5209706 0.04501962 0.5209706 0.04501962 0.5178036 0.05006283 0.5153978 0.046691 0.5117127 0.04527264 0.512429 0.04817122 0.5095191 0.04597342 0.5117127 0.04527264 0.5138734 0.04420673 0.5153978 0.046691 0.5153978 0.046691 0.5178036 0.05006283 0.5130148 0.05148237 0.5130148 0.05148237 0.5094673 0.05199414 0.5094643 0.04886102 0.510979 0.03879803 0.5115938 0.0398851 0.5105553 0.04037231 0.5105553 0.04037231 0.5092535 0.04084092 0.5092651 0.03928208 0.5101251 0.03834438 0.5102846 0.03909826 0.5093391 0.03828459 0.510979 0.03879803 0.5102846 0.03909826 0.510587 0.03816479 0.5119968 0.03735041 0.5132334 0.03793507 0.5124371 0.03909391 0.5124371 0.03909391 0.5115938 0.0398851 0.510979 0.03879803 0.5109487 0.0378189 0.511507 0.03826051 0.510587 0.03816479 0.5109487 0.0378189 0.5112183 0.03709799 0.5119968 0.03735041 0.504544 0.035555 0.5038995 0.03613078 0.5028639 0.03473275 0.504544 0.035555 0.5060816 0.03605812 0.504784 0.03740721 0.5033127 0.03682082 0.5038995 0.03613078 0.5039567 0.03781181 0.5033127 0.03682082 0.5023177 0.0364589 0.5026078 0.03556776 0.4998186 0.03575074 0.4993956 0.03489893 0.5011699 0.03448462 0.5026078 0.03556776 0.5012652 0.03533607 0.5028639 0.03473275 0.5026078 0.03556776 0.5023177 0.0364589 0.5012477 0.03622668 0.5012477 0.03622668 0.5000827 0.03659868 0.4998186 0.03575074 0.5006789 0.04957187 0.5003273 0.04869675 0.5022251 0.04716056 0.5006789 0.04957187 0.4980507 0.05234843 0.4985582 0.04993546 0.5001315 0.047683 0.5003273 0.04869675 0.4989457 0.04882299 0.5001315 0.047683 0.501069 0.04600006 0.501635 0.04664528 0.5020678 0.04328376 0.503275 0.04260301 0.5030459 0.0449233 0.5030459 0.0449233 0.5022251 0.04716056 0.501635 0.04664528 0.501394 0.0444523 0.502212 0.04474061 0.501069 0.04600006 0.501394 0.0444523 0.5013991 0.04353934 0.5020678 0.04328376 0.492366 0.04426902 0.4896348 0.04257309 0.4921522 0.04214888 0.4946016 0.04269635 0.4931142 0.04333376 0.4940193 0.0418055 0.4946016 0.04269635 0.4954511 0.04337549 0.494485 0.04428005 0.492366 0.04426902 0.4931142 0.04333376 0.4938601 0.044945 0.4946016 0.04269635 0.4940193 0.0418055 0.495716 0.04109251 0.495716 0.04109251 0.4976493 0.04025167 0.4975265 0.04142761 0.4975265 0.04142761 0.4975154 0.04202604 0.4966078 0.0425235 0.4946016 0.04269635 0.4960995 0.0419178 0.4954511 0.04337549 0.5034044 0.03848308 0.5039567 0.03781181 0.503974 0.03993111 0.503974 0.03993111 0.503275 0.04260301 0.5028666 0.04166096 0.5028666 0.04166096 0.5025508 0.04119247 0.5028734 0.04027873 0.5028734 0.04027873 0.5029515 0.03916037 0.5034044 0.03848308 0.4988029 0.03804922 0.4990842 0.03869014 0.4976493 0.04025167 0.4988029 0.03804922 0.5000827 0.03659868 0.5000289 0.03743869 0.4994181 0.03915828 0.4990842 0.03869014 0.5000002 0.03823393 0.4994181 0.03915828 0.4991864 0.04004377 0.4986836 0.04015254 0.5151451 0.03919732 0.5159305 0.03714811 0.5173924 0.04036384 0.5151451 0.03919732 0.5132334 0.03793507 0.5141311 0.03634488 0.5165293 0.03483742 0.5159305 0.03714811 0.5150796 0.03453898 0.5165293 0.03483742 0.517735 0.03492027 0.5178237 0.0377506 0.5196359 0.04066139 0.5196597 0.03756093 0.5228578 0.04012358 0.5196359 0.04066139 0.5173924 0.04036384 0.5178237 0.0377506 0.5178237 0.0377506 0.517735 0.03492027 0.5188814 0.03455275 0.5188814 0.03455275 0.5199041 0.03387176 0.5213004 0.03668898 0.4935458 0.04030179 0.4931266 0.0384916 0.4942836 0.03824985 0.4942836 0.03824985 0.4956797 0.03738075 0.4965873 0.03872126 0.4965873 0.03872126 0.4976493 0.04025167 0.495716 0.04109251 0.4935458 0.04030179 0.4950664 0.03979039 0.4940193 0.0418055 0.4904771 0.03944826 0.4911478 0.03693026 0.4920487 0.03792625 0.4935458 0.04030179 0.4919184 0.04022288 0.4931266 0.0384916 0.4935458 0.04030179 0.4940193 0.0418055 0.4921522 0.04214888 0.4904771 0.03944826 0.4919184 0.04022288 0.4896348 0.04257309 0.5073724 0.04654151 0.505356 0.04696112 0.5057694 0.04462218 0.5076205 0.04157644 0.5075572 0.0439611 0.5059689 0.04224747 0.5076205 0.04157644 0.5092535 0.04084092 0.5093935 0.04318571 0.5073724 0.04654151 0.5075572 0.0439611 0.5095191 0.04597342 0.506524 0.05217993 0.5039005 0.05227071 0.5045073 0.04945862 0.5073724 0.04654151 0.5068665 0.04923486 0.505356 0.04696112 0.5073724 0.04654151 0.5095191 0.04597342 0.5094643 0.04886102 0.506524 0.05217993 0.5068665 0.04923486 0.5094673 0.05199414 0.5035528 0.04721671 0.5022251 0.04716056 0.5030459 0.0449233 0.5046111 0.04252284 0.5042486 0.04491341 0.503275 0.04260301 0.5046111 0.04252284 0.5059689 0.04224747 0.5057694 0.04462218 0.5035528 0.04721671 0.5042486 0.04491341 0.505356 0.04696112 0.5013129 0.05249762 0.4980507 0.05234843 0.5006789 0.04957187 0.5035528 0.04721671 0.5022585 0.04969841 0.5022251 0.04716056 0.5035528 0.04721671 0.505356 0.04696112 0.5045073 0.04945862 0.5013129 0.05249762 0.5022585 0.04969841 0.5039005 0.05227071 0.4988029 0.03804922 0.4976493 0.04025167 0.4965873 0.03872126 0.4974746 0.03606402 0.4982153 0.03712695 0.4956797 0.03738075 0.4974746 0.03606402 0.4993956 0.03489893 0.4998186 0.03575074 0.4988029 0.03804922 0.4982153 0.03712695 0.5000827 0.03659868 0.5132015 0.03425997 0.5150796 0.03453898 0.5141311 0.03634488 0.5119968 0.03735041 0.5125766 0.03593224 0.5132334 0.03793507 0.5119968 0.03735041 0.5112183 0.03709799 0.5114041 0.03579342 0.5132015 0.03425997 0.5125766 0.03593224 0.5113034 0.03406333 0.5076205 0.04157644 0.507762 0.03947019 0.5092535 0.04084092 0.5076205 0.04157644 0.5059689 0.04224747 0.5061755 0.03964269 0.5080056 0.03791248 0.507762 0.03947019 0.5060816 0.03605812 0.5080056 0.03791248 0.5093391 0.03828459 0.5092651 0.03928208 0.5046111 0.04252284 0.5049054 0.03977936 0.5059689 0.04224747 0.5046111 0.04252284 0.503275 0.04260301 0.503974 0.03993111 0.504784 0.03740721 0.5049054 0.03977936 0.5039567 0.03781181 0.504784 0.03740721 0.5060816 0.03605812 0.5061755 0.03964269 0.5097661 0.05551832 0.5132762 0.05544131 0.5103567 0.05960667 0.5130148 0.05148237 0.5132762 0.05544131 0.5094673 0.05199414 0.5130148 0.05148237 0.5178036 0.05006283 0.517516 0.05551505 0.517516 0.05551505 0.517297 0.06041276 0.5135229 0.05993705 0.5097661 0.05551832 0.5103567 0.05960667 0.5076001 0.05938416 0.5042127 0.05555337 0.5068294 0.05551534 0.5050902 0.05925691 0.5042127 0.05555337 0.5039005 0.05227071 0.506524 0.05217993 0.5097661 0.05551832 0.5068294 0.05551534 0.5094673 0.05199414 0.4991644 0.05631929 0.4980507 0.05234843 0.5013129 0.05249762 0.5013129 0.05249762 0.5039005 0.05227071 0.5042127 0.05555337 0.5042127 0.05555337 0.5050902 0.05925691 0.5026643 0.05921214 0.4991644 0.05631929 0.5016629 0.05575346 0.5003253 0.05956298 0.5763272 0.1444064 0.5788857 0.1439579 0.5773898 0.1467924 0.5763272 0.1444064 0.5755971 0.1416188 0.5776165 0.1413482 0.5776165 0.1413482 0.5786622 0.1397565 0.5804855 0.14156 0.5803965 0.1459981 0.5788857 0.1439579 0.5835474 0.1435588 0.5803965 0.1459981 0.5835474 0.1435588 0.5860197 0.1485682 0.5865379 0.1542852 0.5834389 0.1502849 0.5878909 0.1517004 0.5865379 0.1542852 0.5857884 0.158253 0.5807117 0.1516011 0.5807117 0.1516011 0.5773898 0.1467924 0.5803965 0.1459981 0.5895147 0.1501452 0.5900304 0.1514089 0.5878909 0.1517004 0.5895147 0.1501452 0.591233 0.1494119 0.5913394 0.1506402 0.5903614 0.1519954 0.5900304 0.1514089 0.5914586 0.1513618 0.5903614 0.1519954 0.589501 0.1532598 0.5889272 0.1529719 0.5928694 0.1492931 0.5926653 0.1505289 0.591233 0.1494119 0.5939831 0.1510689 0.5926653 0.1505289 0.5944597 0.1498001 0.5939831 0.1510689 0.5937263 0.1517089 0.5926065 0.1512644 0.5926065 0.1512644 0.5914586 0.1513618 0.5913394 0.1506402 0.5939831 0.1510689 0.5944597 0.1498001 0.5960395 0.1509443 0.5959331 0.1540384 0.5952671 0.1522539 0.5975095 0.1531601 0.5959331 0.1540384 0.5952112 0.1541612 0.5947393 0.1527013 0.5939831 0.1510689 0.5952671 0.1522539 0.5937263 0.1517089 0.5959331 0.1540384 0.5975095 0.1531601 0.5961158 0.1567734 0.5961158 0.1567734 0.5950877 0.1599563 0.5937247 0.1582678 0.5947082 0.1560087 0.5953969 0.156377 0.5933553 0.1574838 0.5947082 0.1560087 0.5952112 0.1541612 0.5959331 0.1540384 0.588653 0.1577568 0.5857884 0.158253 0.5865379 0.1542852 0.5865379 0.1542852 0.5878909 0.1517004 0.5889272 0.1529719 0.5889272 0.1529719 0.589501 0.1532598 0.5890636 0.15525 0.588653 0.1577568 0.5882179 0.1554661 0.5895041 0.1570706 0.5937247 0.1582678 0.5950877 0.1599563 0.5904992 0.1601981 0.5904992 0.1601981 0.5857884 0.158253 0.588653 0.1577568 0.5912776 0.1578265 0.5909827 0.1587092 0.5895041 0.1570706 0.5912776 0.1578265 0.5933553 0.1574838 0.5937247 0.1582678 0.5930293 0.1569172 0.5933553 0.1574838 0.5912776 0.1578265 0.5900228 0.1565474 0.5914115 0.1571837 0.5895041 0.1570706 0.5900228 0.1565474 0.5903752 0.1561056 0.5914648 0.1566609 0.5930293 0.1569172 0.5914115 0.1571837 0.592725 0.1564592 0.5947082 0.1560087 0.5940799 0.155697 0.5952112 0.1541612 0.5947082 0.1560087 0.5933553 0.1574838 0.5930293 0.1569172 0.5934819 0.1554135 0.5940799 0.155697 0.592725 0.1564592 0.5934819 0.1554135 0.5937864 0.1541276 0.5944969 0.1541723 0.5575178 0.1419527 0.561806 0.1411654 0.5585888 0.1448232 0.5575178 0.1419527 0.5566173 0.1387307 0.5592578 0.1381751 0.5648484 0.139021 0.561806 0.1411654 0.5611315 0.1364251 0.5648484 0.139021 0.5698989 0.1420474 0.5642908 0.1438545 0.5681697 0.1354669 0.5698989 0.1420474 0.5648484 0.139021 0.5605713 0.1325786 0.5642592 0.1342014 0.5611315 0.1364251 0.5605713 0.1325786 0.5584699 0.1277886 0.5622481 0.1280754 0.5681697 0.1354669 0.5642592 0.1342014 0.5656926 0.1281153 0.5561404 0.1269547 0.5545865 0.1272479 0.5543807 0.1247425 0.5563125 0.1208195 0.5561175 0.1245346 0.5541684 0.1208982 0.5563125 0.1208195 0.5580464 0.1206976 0.5582239 0.1238943 0.5582239 0.1238943 0.5584699 0.1277886 0.5561404 0.1269547 0.5622481 0.1280754 0.5610244 0.1220114 0.5656926 0.1281153 0.5622481 0.1280754 0.5584699 0.1277886 0.5582239 0.1238943 0.5596193 0.1174169 0.5610244 0.1220114 0.5580464 0.1206976 0.5639618 0.1200553 0.5610244 0.1220114 0.5635977 0.09756052 0.5596193 0.1174169 0.5580464 0.1206976 0.5563125 0.1208195 0.5563125 0.1208195 0.5541684 0.1208982 0.5539162 0.1156522 0.5491818 0.1304482 0.5504059 0.1370013 0.5462659 0.1308255 0.5491818 0.1304482 0.5518976 0.1294952 0.5525469 0.1343812 0.5520899 0.1416409 0.5504059 0.1370013 0.5536498 0.1378993 0.5520899 0.1416409 0.5497727 0.1458886 0.54751 0.1389039 0.554196 0.1459682 0.5497727 0.1458886 0.5520899 0.1416409 0.5520899 0.1416409 0.5536498 0.1378993 0.5548773 0.1389939 0.5575178 0.1419527 0.5543699 0.1427013 0.5566173 0.1387307 0.5575178 0.1419527 0.5585888 0.1448232 0.554196 0.1459682 0.5532438 0.1278212 0.552689 0.1253286 0.5545865 0.1272479 0.5532438 0.1278212 0.5518976 0.1294952 0.5507525 0.1252959 0.5507525 0.1252959 0.5503516 0.1216683 0.5519395 0.1214287 0.5519395 0.1214287 0.5541684 0.1208982 0.5543807 0.1247425 0.5519395 0.1214287 0.5507374 0.1160709 0.5541684 0.1208982 0.5519395 0.1214287 0.5503516 0.1216683 0.5485259 0.1182907 0.5485259 0.1182907 0.5482813 0.1236473 0.547422 0.09776812 0.5507525 0.1252959 0.5482813 0.1236473 0.5503516 0.1216683 0.5507525 0.1252959 0.5518976 0.1294952 0.5491818 0.1304482 0.5455434 0.1216396 0.5482813 0.1236473 0.5462659 0.1308255 0.5545058 0.1345735 0.5536498 0.1378993 0.5525469 0.1343812 0.5534312 0.1301066 0.5537887 0.1324051 0.5518976 0.1294952 0.5534312 0.1301066 0.5543181 0.1299481 0.5545808 0.1307509 0.5545058 0.1345735 0.5537887 0.1324051 0.55501 0.1314556 0.2763755 0.6625791 0.2774448 0.6599665 0.2738306 0.6617708 0.2805707 0.6615227 0.2774448 0.6599665 0.2785134 0.6633806 0.2805707 0.6615227 0.2839161 0.6582567 0.2783439 0.6579396 0.2741234 0.6597454 0.2774448 0.6599665 0.2743459 0.6584631 0.1119657 0.8047077 0.1129238 0.8082849 0.1073551 0.8103442 0.1119657 0.8047077 0.1166785 0.800983 0.1164076 0.8054437 0.1143913 0.8116272 0.1129238 0.8082849 0.1172395 0.8094883 0.1143913 0.8116272 0.112409 0.813272 0.1104726 0.8121179 0.1094411 0.8209099 0.1065818 0.8229215 0.106662 0.8173251 0.1104726 0.8121179 0.1096643 0.8160567 0.1073551 0.8103442 0.1127442 0.8159967 0.1096643 0.8160567 0.112409 0.813272 0.1094411 0.8209099 0.1096643 0.8160567 0.1129142 0.8198981 0.1094411 0.8209099 0.1129142 0.8198981 0.1113358 0.8267017 0.1084704 0.833886 0.1087447 0.8274859 0.1111052 0.832487 0.1084704 0.833886 0.1054157 0.8372116 0.1059728 0.82942 0.1094411 0.8209099 0.1087447 0.8274859 0.1065818 0.8229215 0.1195017 0.8140129 0.1230961 0.820712 0.1176303 0.8187137 0.1176303 0.8187137 0.1129142 0.8198981 0.1127442 0.8159967 0.1143913 0.8116272 0.1161631 0.815178 0.112409 0.813272 0.1143913 0.8116272 0.1172395 0.8094883 0.1195017 0.8140129 0.1195017 0.8140129 0.1172395 0.8094883 0.1207039 0.8084803 0.1245392 0.8116365 0.1223403 0.8129135 0.1230548 0.8084959 0.1244242 0.8185155 0.1223403 0.8129135 0.1259208 0.8174542 0.1244242 0.8185155 0.1230961 0.820712 0.1195017 0.8140129 0.1255923 0.8458803 0.1193572 0.8534067 0.1191089 0.8483684 0.1242155 0.8407022 0.1247726 0.8432096 0.1192389 0.8445035 0.1242155 0.8407022 0.1275417 0.8345077 0.1288092 0.835469 0.1255923 0.8458803 0.1247726 0.8432096 0.130922 0.8372833 0.5218777 0.06107127 0.5226423 0.05597025 0.5265125 0.06156939 0.517516 0.05551505 0.5226423 0.05597025 0.517297 0.06041276 0.5238361 0.05080091 0.5226423 0.05597025 0.5178036 0.05006283 0.5238361 0.05080091 0.5291199 0.0511434 0.5277225 0.05639576 0.5256722 0.06616044 0.5251752 0.07153737 0.521412 0.07133167 0.5173918 0.06529217 0.5214666 0.06581699 0.5178192 0.0709874 0.5173918 0.06529217 0.517297 0.06041276 0.5218777 0.06107127 0.5218777 0.06107127 0.5265125 0.06156939 0.5256722 0.06616044 0.3852246 0.6331337 0.386325 0.6325929 0.3861569 0.6320527 0.3861569 0.6320527 0.3859544 0.6312735 0.3844407 0.6319501 0.3844407 0.6319501 0.3827257 0.6338899 0.3834887 0.6348795 0.3852246 0.6331337 0.3848319 0.6326792 0.384198 0.6349456 0.3852246 0.6331337 0.384198 0.6349456 0.3852059 0.6338416 0.3860275 0.6333943 0.3856558 0.6333243 0.3857636 0.6337566 0.3860275 0.6333943 0.3864645 0.6331449 0.3864121 0.6329308 0.3852246 0.6331337 0.3856558 0.6333243 0.386325 0.6325929 0.3901653 0.6323116 0.3875264 0.6316092 0.3896911 0.6328344 0.3901653 0.6323116 0.3899775 0.6309692 0.3874957 0.6307916 0.3861569 0.6320527 0.3875264 0.6316092 0.3859544 0.6312735 0.3861569 0.6320527 0.386325 0.6325929 0.3874995 0.6321976 0.3864121 0.6329308 0.3872212 0.6326624 0.386325 0.6325929 0.3864121 0.6329308 0.3864645 0.6331449 0.386915 0.6330088 0.3878804 0.6326825 0.3872212 0.6326624 0.3872976 0.6330699 0.3874995 0.6321976 0.3872212 0.6326624 0.3896911 0.6328344 0.6223676 0.9256359 0.6165128 0.9241799 0.63098 0.9242084 0.6439048 0.9280778 0.6331362 0.9268568 0.6543775 0.9246428 0.5160517 0.9171974 0.5396903 0.9183115 0.5338662 0.9202089 0.5269891 0.9218779 0.5205163 0.9199733 0.5329468 0.9214158 0.5269891 0.9218779 0.5216587 0.9229135 0.510533 0.9208366 0.5160517 0.9171974 0.5205163 0.9199733 0.4975047 0.9175853 0.127066 0.7889277 0.1268115 0.7837445 0.1295747 0.7979846 0.127066 0.7889277 0.1243751 0.7795649 0.12494 0.7781825 0.1262317 0.7771539 0.1268115 0.7837445 0.1249136 0.7764108 0.1262317 0.7771539 0.1281723 0.7774654 0.1290252 0.7876954 0.1275135 0.7667728 0.1281723 0.7774654 0.1262317 0.7771539 0.1262317 0.7771539 0.1249136 0.7764108 0.1243448 0.7741748 0.1243448 0.7741748 0.123285 0.7718132 0.124795 0.7638365 0.1275135 0.7667728 0.1255553 0.7700647 0.1265139 0.7553488 0.1197979 0.7645075 0.1212388 0.7652125 0.1200653 0.7676239 0.1197979 0.7645075 0.1195305 0.7613911 0.1206924 0.76076 0.1206924 0.76076 0.1218742 0.7594872 0.1226403 0.7642191 0.1226403 0.7642191 0.123285 0.7718132 0.1217851 0.7696652 0.1265679 0.8073421 0.124072 0.802852 0.1241508 0.800229 0.1256865 0.7987114 0.1263372 0.8033705 0.1241244 0.7977843 0.1256865 0.7987114 0.1267859 0.7990903 0.1278248 0.8052878 0.1265679 0.8073421 0.1263372 0.8033705 0.1293089 0.8140392 0.1278248 0.8052878 0.1283187 0.8029504 0.1293089 0.8140392 0.1278248 0.8052878 0.1267859 0.7990903 0.1269478 0.7981386 0.1279292 0.7979291 0.1283187 0.8029504 0.1266047 0.7961712 0.1300304 0.8064537 0.1283187 0.8029504 0.1295747 0.7979846 0.2427582 0.7822769 0.24422 0.7867739 0.2419601 0.784387 0.2459619 0.7893981 0.24422 0.7867739 0.245001 0.7845312 0.2441721 0.7893077 0.24422 0.7867739 0.2474989 0.796267 0.2539722 0.8106822 0.2516961 0.8057107 0.2545129 0.8084961 0.2499393 0.8039849 0.2516961 0.8057107 0.2520727 0.8101313 0.2514088 0.8031263 0.2516961 0.8057107 0.2474989 0.796267 0.2488804 0.7912256 0.2483015 0.7927396 0.245001 0.7845312 0.2502257 0.7975953 0.2483015 0.7927396 0.252571 0.7990554 0.2459619 0.7893981 0.2483015 0.7927396 0.2474989 0.796267 0.2542472 0.8047164 0.2518793 0.8017336 0.252571 0.7990554 0.2514088 0.8031263 0.2518793 0.8017336 0.2545129 0.8084961 0.2502257 0.7975953 0.2518793 0.8017336 0.2474989 0.796267 0.2482618 0.8057004 0.2478891 0.8023896 0.2520727 0.8101313 0.2456297 0.7974834 0.2478891 0.8023896 0.2444167 0.7987863 0.2499393 0.8039849 0.2478891 0.8023896 0.2474989 0.796267 0.2424146 0.790786 0.243991 0.7924466 0.2444167 0.7987863 0.2441721 0.7893077 0.243991 0.7924466 0.2419601 0.784387 0.2456297 0.7974834 0.243991 0.7924466 0.2474989 0.796267 0.9770273 0.01705217 0.9772397 0.01305162 0.9744836 0.01377207 0.9717303 0.01722478 0.9743771 0.01717412 0.9719991 0.01445239 0.9717303 0.01722478 0.971235 0.02008765 0.9741171 0.02061641 0.9770273 0.01705217 0.9743771 0.01717412 0.9768095 0.02108216 0.9741171 0.02061641 0.9738456 0.02415025 0.9768095 0.02108216 0.9741171 0.02061641 0.971235 0.02008765 0.9708825 0.0227192 0.9735683 0.02772986 0.9738456 0.02415025 0.9706014 0.02523505 0.9735683 0.02772986 0.9767016 0.03068625 0.9767228 0.02572977 0.9689993 0.005436897 0.9714782 0.006188333 0.9722739 0.002026855 0.9689993 0.005436897 0.9662519 0.008596301 0.9686491 0.00926733 0.9734217 0.007606685 0.9714782 0.006188333 0.9706034 0.0103091 0.9734217 0.007606685 0.976681 0.004659652 0.9747923 0.002840042 0.9716717 0.01209229 0.9719991 0.01445239 0.9744836 0.01377207 0.9773106 0.008492112 0.9742943 0.01035875 0.9772397 0.01305162 0.9773106 0.008492112 0.976681 0.004659652 0.9734217 0.007606685 0.9716717 0.01209229 0.9742943 0.01035875 0.9706034 0.0103091 0.9716717 0.01209229 0.9706034 0.0103091 0.9686671 0.01252216 0.9686671 0.01252216 0.9675805 0.01372855 0.9681404 0.01471787 0.9700578 0.01505243 0.9698366 0.01355969 0.9684293 0.01549559 0.9716717 0.01209229 0.9698366 0.01355969 0.9719991 0.01445239 0.9645584 0.01125448 0.9667897 0.01180756 0.9662519 0.008596301 0.9658886 0.01387208 0.9667897 0.01180756 0.9637039 0.01368314 0.9686671 0.01252216 0.9667897 0.01180756 0.9675805 0.01372855 0.9686671 0.01252216 0.9706034 0.0103091 0.9686491 0.00926733 0.9717303 0.01722478 0.9719991 0.01445239 0.9700578 0.01505243 0.9669829 0.01664882 0.9690902 0.01713269 0.9684293 0.01549559 0.9679736 0.01943284 0.9690902 0.01713269 0.9637774 0.01851111 0.9717303 0.01722478 0.9690902 0.01713269 0.971235 0.02008765 0.9669829 0.01664882 0.9659343 0.01552385 0.9637774 0.01851111 0.9669829 0.01664882 0.9684293 0.01549559 0.9681404 0.01471787 0.9658886 0.01387208 0.9659343 0.01552385 0.9675805 0.01372855 0.9634734 0.01615381 0.9659343 0.01552385 0.9637039 0.01368314 0.9679736 0.01943284 0.9677476 0.02158516 0.971235 0.02008765 0.9645269 0.0205996 0.9677476 0.02158516 0.9637774 0.01851111 0.967967 0.02366358 0.9677476 0.02158516 0.965499 0.02255368 0.967967 0.02366358 0.9706014 0.02523505 0.9708825 0.0227192 0.9821815 0.7597016 0.9835358 0.7595385 0.9825612 0.762066 0.9821815 0.7597016 0.9818728 0.7575706 0.9832238 0.7573684 0.9849072 0.7593603 0.9835358 0.7595385 0.9845665 0.7571663 0.9849072 0.7593603 0.985318 0.7616778 0.9839314 0.7618746 0.9829228 0.7490735 0.981617 0.7489778 0.9820942 0.7466064 0.9840472 0.7451199 0.9834013 0.7469378 0.9827147 0.7446474 0.9840472 0.7451199 0.9853458 0.7456138 0.9846662 0.7472857 0.9829228 0.7490735 0.9834013 0.7469378 0.984142 0.7491876 0.610484 0.6338682 0.6097294 0.6341322 0.6077085 0.6292768 0.6077085 0.6292768 0.6057889 0.6246035 0.6074679 0.6242811 0.6074679 0.6242811 0.6092795 0.6239129 0.6104638 0.6286053 0.610484 0.6338682 0.6089491 0.6290042 0.6116244 0.6333928 0.6034827 0.6050231 0.6010496 0.6048834 0.6016049 0.6003493 0.6054068 0.5969218 0.6041262 0.6007842 0.6029204 0.5962825 0.6054068 0.5969218 0.6078777 0.5976514 0.6065782 0.6012743 0.6034827 0.6050231 0.6041262 0.6007842 0.6057818 0.6051776 0.6597207 0.4017106 0.6572492 0.4020922 0.6574177 0.3984442 0.6601651 0.3951188 0.6598932 0.3984018 0.6576328 0.3948022 0.6601651 0.3951188 0.6627078 0.395419 0.6623693 0.3984444 0.6597207 0.4017106 0.6598932 0.3984018 0.6620886 0.4014915 0.2317774 0.00724399 0.2312018 0.009732723 0.2262681 0.006915926 0.2353367 0.01104766 0.2312018 0.009732723 0.2367486 0.008835792 0.2353367 0.01104766 0.2341509 0.01320511 0.230682 0.01204389 0.230682 0.01204389 0.2267162 0.01243978 0.2265406 0.009805142 0.2444475 0.0129503 0.2407348 0.01442921 0.2367486 0.008835792 0.2444475 0.0129503 0.2535102 0.01832622 0.2467646 0.01884412 0.2378253 0.01612263 0.2407348 0.01442921 0.2416025 0.01991832 0.2378253 0.01612263 0.2341509 0.01320511 0.2353367 0.01104766 0.2037964 0.008807957 0.2082928 0.01426821 0.2018517 0.01134467 0.2126788 0.01207351 0.2082928 0.01426821 0.2080585 0.006985723 0.2126788 0.01207351 0.2162641 0.01660197 0.2119321 0.01895952 0.2119321 0.01895952 0.2080776 0.02129185 0.2051563 0.01681631 0.2126788 0.01207351 0.2080585 0.006985723 0.2169554 0.006592452 0.2265406 0.009805142 0.2195639 0.0105856 0.2262681 0.006915926 0.2265406 0.009805142 0.2267162 0.01243978 0.2215512 0.01419395 0.2126788 0.01207351 0.2195639 0.0105856 0.2162641 0.01660197 0.2282553 0.02966707 0.2342118 0.03514206 0.2254478 0.03077161 0.2375758 0.03392094 0.2342118 0.03514206 0.2324623 0.02883869 0.2375758 0.03392094 0.2416031 0.03827029 0.2389012 0.03979146 0.2315207 0.03632146 0.2342118 0.03514206 0.2362924 0.04102116 0.2375758 0.03392094 0.2324623 0.02883869 0.2394681 0.02856254 0.2469764 0.03169494 0.242286 0.03261637 0.2464636 0.02864974 0.2444912 0.03616636 0.242286 0.03261637 0.2473424 0.03446996 0.2375758 0.03392094 0.242286 0.03261637 0.2416031 0.03827029 0.2506399 0.02891135 0.250281 0.03162312 0.2464636 0.02864974 0.2506399 0.02891135 0.2547587 0.02964794 0.2534519 0.03257709 0.2534519 0.03257709 0.2523522 0.03531867 0.2499335 0.03417146 0.2499335 0.03417146 0.2473424 0.03446996 0.2469764 0.03169494 0.261582 0.03116023 0.2577412 0.03473323 0.2547587 0.02964794 0.261582 0.03116023 0.2697575 0.03306031 0.2625897 0.03749042 0.2546862 0.03795921 0.2577412 0.03473323 0.2569779 0.04134643 0.2534519 0.03257709 0.2577412 0.03473323 0.2523522 0.03531867 0.573578 0.005748152 0.5760592 0.01002043 0.5706855 0.007800042 0.5800943 0.008178651 0.5760592 0.01002043 0.5779011 0.00420922 0.5800943 0.008178651 0.5820159 0.0119155 0.5782817 0.01397484 0.5782817 0.01397484 0.5750995 0.01615536 0.5729677 0.01219516 0.5800943 0.008178651 0.5779011 0.00420922 0.5850856 0.003696262 0.5918434 0.006603717 0.5860168 0.007002711 0.5922355 0.003923416 0.5868536 0.01009869 0.5860168 0.007002711 0.5915313 0.009079575 0.5800943 0.008178651 0.5860168 0.007002711 0.5820159 0.0119155 0.596455 0.004604995 0.5955908 0.007092595 0.5922355 0.003923416 0.5985744 0.008748352 0.5955908 0.007092595 0.5999429 0.006311774 0.5985744 0.008748352 0.5972614 0.01108282 0.5947847 0.00941354 0.5947847 0.00941354 0.5915313 0.009079575 0.5918434 0.006603717 0.604898 0.009614706 0.6021097 0.01184976 0.5999429 0.006311774 0.604898 0.009614706 0.6105867 0.01371574 0.6059207 0.01567399 0.5996087 0.01406973 0.6021097 0.01184976 0.6018913 0.01771545 0.5985744 0.008748352 0.6021097 0.01184976 0.5972614 0.01108282 0.5960594 0.01321321 0.5972614 0.01108282 0.5996087 0.01406973 0.5991352 0.01992332 0.5976826 0.01625972 0.6018913 0.01771545 0.5991352 0.01992332 0.5970157 0.02221447 0.5960438 0.01843464 0.5960594 0.01321321 0.5976826 0.01625972 0.5947583 0.01638191 0.5947847 0.00941354 0.5940951 0.01140105 0.5915313 0.009079575 0.5960594 0.01321321 0.5940951 0.01140105 0.5972614 0.01108282 0.5960594 0.01321321 0.5947583 0.01638191 0.5928683 0.01358884 0.5928683 0.01358884 0.5910008 0.01311296 0.5913794 0.01114666 0.5868536 0.01009869 0.5875019 0.01277351 0.5820159 0.0119155 0.5868536 0.01009869 0.5915313 0.009079575 0.5913794 0.01114666 0.5885161 0.01493996 0.5875019 0.01277351 0.5910008 0.01311296 0.5885161 0.01493996 0.5843462 0.0193668 0.5833941 0.01518726 0.5782817 0.01397484 0.5799871 0.01729339 0.5750995 0.01615536 0.5782817 0.01397484 0.5820159 0.0119155 0.5833941 0.01518726 0.5814338 0.02029401 0.5799871 0.01729339 0.5843462 0.0193668 0.5769305 0.01924574 0.5799871 0.01729339 0.5786111 0.02190113 0.2516667 0.03768515 0.2523522 0.03531867 0.2546862 0.03795921 0.254478 0.04405432 0.2532029 0.04049122 0.2569779 0.04134643 0.254478 0.04405432 0.253534 0.04618811 0.2525053 0.04267621 0.2516667 0.03768515 0.2532029 0.04049122 0.2515209 0.04093003 0.2499335 0.03417146 0.2496085 0.0363931 0.2473424 0.03446996 0.2516667 0.03768515 0.2496085 0.0363931 0.2523522 0.03531867 0.2516667 0.03768515 0.2515209 0.04093003 0.2491073 0.03875672 0.2491073 0.03875672 0.2475725 0.03854954 0.2474144 0.03670448 0.2444912 0.03616636 0.2454705 0.03870856 0.2416031 0.03827029 0.2444912 0.03616636 0.2473424 0.03446996 0.2474144 0.03670448 0.246344 0.04048335 0.2454705 0.03870856 0.2475725 0.03854954 0.246344 0.04048335 0.2445588 0.044371 0.2434578 0.04115408 0.2384617 0.04402071 0.2362924 0.04102116 0.2389012 0.03979146 0.2434578 0.04115408 0.2410568 0.04278981 0.2416031 0.03827029 0.2419455 0.0449627 0.2410568 0.04278981 0.2445588 0.044371 0.2384617 0.04402071 0.2410568 0.04278981 0.2393299 0.04617005 0.2215512 0.01419395 0.2222965 0.01703268 0.2162641 0.01660197 0.2215512 0.01419395 0.2267162 0.01243978 0.2266979 0.0145654 0.2232407 0.01903599 0.2222965 0.01703268 0.2263668 0.01654773 0.2232407 0.01903599 0.218087 0.0241152 0.2177796 0.0200119 0.2102321 0.0237751 0.2080776 0.02129185 0.2119321 0.01895952 0.2119321 0.01895952 0.2162641 0.01660197 0.2177796 0.0200119 0.2149253 0.02449756 0.2138572 0.02211296 0.218087 0.0241152 0.2102321 0.0237751 0.2138572 0.02211296 0.2120032 0.02526217 0.2334177 0.0152539 0.2341509 0.01320511 0.2378253 0.01612263 0.2396075 0.02210515 0.2365224 0.01824522 0.2416025 0.01991832 0.2396075 0.02210515 0.2391958 0.02484822 0.2360226 0.02058225 0.2334177 0.0152539 0.2365224 0.01824522 0.2327376 0.01850104 0.230682 0.01204389 0.2302739 0.01399987 0.2267162 0.01243978 0.2334177 0.0152539 0.2302739 0.01399987 0.2341509 0.01320511 0.2289856 0.01642364 0.2302739 0.01399987 0.2327376 0.01850104 0.2289856 0.01642364 0.2263668 0.01654773 0.2266979 0.0145654 0.6642492 0.4015976 0.6620886 0.4014915 0.6623693 0.3984444 0.6623693 0.3984444 0.6627078 0.395419 0.6652714 0.3956862 0.6669557 0.3996903 0.6648468 0.3986566 0.6687624 0.3960639 0.6642492 0.4015976 0.6648468 0.3986566 0.6656991 0.4018177 0.6078125 0.6053618 0.6057818 0.6051776 0.6065782 0.6012743 0.6103176 0.5985614 0.6088913 0.6018746 0.6078777 0.5976514 0.6109839 0.6033323 0.6088913 0.6018746 0.6140268 0.5997009 0.6078125 0.6053618 0.6088913 0.6018746 0.6094267 0.6058118 0.6104638 0.6286053 0.6125267 0.6279536 0.6116244 0.6333928 0.6104638 0.6286053 0.6092795 0.6239129 0.6113563 0.623453 0.6148638 0.6271755 0.6125267 0.6279536 0.6151662 0.6235242 0.6148638 0.6271755 0.6158341 0.6313853 0.6135364 0.6324948 0.9851878 0.7493388 0.984142 0.7491876 0.9846662 0.7472857 0.9846662 0.7472857 0.9853458 0.7456138 0.9865763 0.7461499 0.9868323 0.7483494 0.9858467 0.7476671 0.988331 0.7466678 0.9851878 0.7493388 0.9858467 0.7476671 0.9859831 0.7495192 0.9849072 0.7593603 0.9863128 0.7591518 0.985318 0.7616778 0.9849072 0.7593603 0.9845665 0.7571663 0.9858922 0.7569645 0.9877355 0.7589282 0.9863128 0.7591518 0.9879801 0.7569561 0.9867373 0.7614702 0.9863128 0.7591518 0.9881731 0.7612572 0.5885161 0.01493996 0.5904508 0.01651054 0.5843462 0.0193668 0.5928683 0.01358884 0.5904508 0.01651054 0.5910008 0.01311296 0.5928456 0.01778322 0.5904508 0.01651054 0.5947583 0.01638191 0.5874379 0.01979923 0.5904508 0.01651054 0.5906193 0.02091157 0.246344 0.04048335 0.2482311 0.04173105 0.2445588 0.044371 0.246344 0.04048335 0.2475725 0.03854954 0.2491073 0.03875672 0.2506251 0.04271519 0.2482311 0.04173105 0.2515209 0.04093003 0.2471674 0.04501074 0.2482311 0.04173105 0.2497737 0.04626613 0.2289856 0.01642364 0.2327376 0.01850104 0.2292289 0.02078926 0.2217279 0.02449756 0.2258248 0.02013796 0.2256084 0.02526217 0.2217279 0.02449756 0.218087 0.0241152 0.2232407 0.01903599 0.2289856 0.01642364 0.2258248 0.02013796 0.2263668 0.01654773 0.9832238 0.7573684 0.9830791 0.7555301 0.9845665 0.7571663 0.9832238 0.7573684 0.9818728 0.7575706 0.981706 0.7559062 0.982995 0.753665 0.9830791 0.7555301 0.9816113 0.754127 0.982995 0.753665 0.9842275 0.7533156 0.9843657 0.7552193 0.982995 0.753665 0.9828652 0.7514143 0.9842275 0.7533156 0.982995 0.753665 0.9816113 0.754127 0.9815188 0.7516511 0.9829228 0.7490735 0.9828652 0.7514143 0.981617 0.7489778 0.9829228 0.7490735 0.984142 0.7491876 0.9840744 0.7512512 0.9840472 0.7451199 0.9846075 0.7437331 0.9853458 0.7456138 0.9840472 0.7451199 0.9827147 0.7446474 0.9832425 0.7432111 0.9853315 0.7420831 0.9846075 0.7437331 0.9839425 0.7415495 0.9853315 0.7420831 0.9865812 0.7425767 0.9858798 0.7442401 0.9853315 0.7420831 0.9864693 0.7394762 0.9865812 0.7425767 0.9853315 0.7420831 0.9839425 0.7415495 0.9850795 0.7389146 0.9850795 0.7389146 0.986435 0.7357929 0.9878139 0.736391 0.9877625 0.7400361 0.9864693 0.7394762 0.989184 0.737057 0.9879619 0.7451789 0.988331 0.7466678 0.9865763 0.7461499 0.9858798 0.7442401 0.9869672 0.744717 0.9853458 0.7456138 0.9858798 0.7442401 0.9865812 0.7425767 0.9875518 0.7429904 0.9875518 0.7429904 0.9883829 0.7433641 0.9879619 0.7451789 0.9875518 0.7429904 0.9888625 0.7405924 0.9883829 0.7433641 0.9875518 0.7429904 0.9865812 0.7425767 0.9877625 0.7400361 0.9877625 0.7400361 0.989184 0.737057 0.9905363 0.7378587 0.9905363 0.7378587 0.9918798 0.7387282 0.9898658 0.7411468 0.9868268 0.754576 0.9879801 0.7569561 0.9858922 0.7569645 0.9858922 0.7569645 0.9845665 0.7571663 0.9843657 0.7552193 0.9851574 0.753191 0.9854794 0.7550391 0.9842275 0.7533156 0.9851574 0.753191 0.9862828 0.7527177 0.9868268 0.754576 0.9851574 0.753191 0.9850091 0.7512355 0.9862828 0.7527177 0.9851574 0.753191 0.9842275 0.7533156 0.9840744 0.7512512 0.9851878 0.7493388 0.9850091 0.7512355 0.984142 0.7491876 0.9851878 0.7493388 0.9859831 0.7495192 0.9860338 0.7508557 0.9895889 0.7556979 0.9888145 0.7534167 0.9918798 0.7547965 0.9868268 0.754576 0.9888145 0.7534167 0.9879801 0.7569561 0.9881019 0.751322 0.9888145 0.7534167 0.9862828 0.7527177 0.9881019 0.751322 0.9902679 0.7494651 0.9911225 0.7519093 0.9881019 0.751322 0.9875127 0.7496003 0.9902679 0.7494651 0.9881019 0.751322 0.9862828 0.7527177 0.9860338 0.7508557 0.9868323 0.7483494 0.9875127 0.7496003 0.9859831 0.7495192 0.9892185 0.7479072 0.9875127 0.7496003 0.988331 0.7466678 0.6080475 0.6194106 0.6092795 0.6239129 0.6074679 0.6242811 0.6040716 0.6202944 0.6060938 0.6198395 0.6057889 0.6246035 0.6040716 0.6202944 0.6026209 0.6157333 0.6048777 0.6152485 0.6080475 0.6194106 0.6060938 0.6198395 0.6069143 0.6148265 0.6048777 0.6152485 0.6038703 0.6100772 0.6069143 0.6148265 0.6015009 0.6103038 0.6038703 0.6100772 0.6026209 0.6157333 0.6015009 0.6103038 0.6010496 0.6048834 0.6034827 0.6050231 0.6034827 0.6050231 0.6057818 0.6051776 0.6060265 0.6098886 0.6054068 0.5969218 0.6069306 0.5929969 0.6078777 0.5976514 0.6054068 0.5969218 0.6029204 0.5962825 0.6047493 0.5922636 0.6086711 0.5883187 0.6069306 0.5929969 0.6069255 0.5876528 0.6091427 0.5937816 0.6069306 0.5929969 0.6105137 0.589032 0.6121318 0.5827696 0.6105137 0.589032 0.6086711 0.5883187 0.6092826 0.5818101 0.6106019 0.5821963 0.6069255 0.5876528 0.6126278 0.5753517 0.6106019 0.5821963 0.6117303 0.5753517 0.6121318 0.5827696 0.6106019 0.5821963 0.6138733 0.5757508 0.6137205 0.5956075 0.6140268 0.5997009 0.6103176 0.5985614 0.6091427 0.5937816 0.6114162 0.5946689 0.6078777 0.5976514 0.6091427 0.5937816 0.6105137 0.589032 0.6125503 0.5898399 0.6137205 0.5956075 0.6114162 0.5946689 0.614684 0.5906952 0.6125503 0.5898399 0.614083 0.5837175 0.614684 0.5906952 0.6121318 0.5827696 0.614083 0.5837175 0.6105137 0.589032 0.6121318 0.5827696 0.6138733 0.5757508 0.6158149 0.5769483 0.6162449 0.5848526 0.614083 0.5837175 0.6181046 0.5785449 0.6113563 0.623453 0.6098641 0.6190336 0.6151662 0.6235242 0.6080475 0.6194106 0.6098641 0.6190336 0.6092795 0.6239129 0.6085107 0.6145299 0.6098641 0.6190336 0.6069143 0.6148265 0.6085107 0.6145299 0.6106844 0.6134391 0.6123256 0.6180058 0.6085107 0.6145299 0.6077562 0.6097764 0.6106844 0.6134391 0.6085107 0.6145299 0.6069143 0.6148265 0.6060265 0.6098886 0.6078125 0.6053618 0.6077562 0.6097764 0.6057818 0.6051776 0.6078125 0.6053618 0.6094267 0.6058118 0.6097689 0.6088939 0.6180141 0.6209898 0.6162134 0.6156244 0.6221348 0.6190139 0.6123256 0.6180058 0.6162134 0.6156244 0.6151662 0.6235242 0.6144531 0.6106342 0.6162134 0.6156244 0.6106844 0.6134391 0.6144531 0.6106342 0.6190194 0.6069723 0.6208145 0.6125661 0.6144531 0.6106342 0.6127739 0.6063945 0.6190194 0.6069723 0.6144531 0.6106342 0.6106844 0.6134391 0.6097689 0.6088939 0.6109839 0.6033323 0.6127739 0.6063945 0.6094267 0.6058118 0.616275 0.6030866 0.6127739 0.6063945 0.6140268 0.5997009 0.6475775 0.3915657 0.6446661 0.3915548 0.6447467 0.3873934 0.6447467 0.3873934 0.6446864 0.3833857 0.6473923 0.3834295 0.6506736 0.3874877 0.6476688 0.3874326 0.6513995 0.3836593 0.6475775 0.3915657 0.6476688 0.3874326 0.650578 0.3915817 0.639316 0.3873932 0.64199 0.3873855 0.6392885 0.3915588 0.6419874 0.3834024 0.64199 0.3873855 0.6392919 0.3834494 0.6447467 0.3873934 0.64199 0.3873855 0.6446864 0.3833857 0.6419328 0.3915542 0.64199 0.3873855 0.6446661 0.3915548 0.6469126 0.3672766 0.6452544 0.366414 0.6483293 0.3634421 0.6448127 0.3695534 0.6452544 0.366414 0.6459348 0.3696131 0.6448127 0.3695534 0.6431005 0.3695814 0.6433216 0.366317 0.6433216 0.366317 0.6436778 0.3631043 0.6456207 0.3633005 0.6409479 0.3697605 0.6411027 0.3662906 0.6431005 0.3695814 0.6409479 0.3697605 0.638575 0.3700152 0.6387407 0.3662996 0.6414213 0.3628754 0.6411027 0.3662906 0.6390081 0.3626301 0.6414213 0.3628754 0.6436778 0.3631043 0.6433216 0.366317 0.6603164 0.4150069 0.6601969 0.418899 0.6576126 0.4149777 0.6627959 0.4189791 0.6601969 0.418899 0.6628846 0.4150531 0.6599847 0.4229564 0.6601969 0.418899 0.6625791 0.4230265 0.6599847 0.4229564 0.6573004 0.422889 0.6575014 0.4188188 0.6627959 0.4189791 0.6628846 0.4150531 0.6651815 0.4151332 0.6675117 0.419139 0.665202 0.419059 0.6684848 0.4154907 0.6649941 0.423102 0.665202 0.419059 0.6673194 0.4231803 0.6649941 0.423102 0.6625791 0.4230265 0.6627959 0.4189791 0.6469126 0.3672766 0.6483083 0.3695996 0.6459348 0.3696131 0.6507339 0.3663932 0.6483083 0.3695996 0.6483293 0.3634421 0.6497333 0.3728533 0.6483083 0.3695996 0.6531374 0.3695269 0.6497333 0.3728533 0.6469216 0.375342 0.6462183 0.3720003 0.6497333 0.3728533 0.6514793 0.3765077 0.6469216 0.375342 0.6497333 0.3728533 0.6531374 0.3695269 0.6547642 0.3732754 0.653386 0.3803624 0.6514793 0.3765077 0.6560028 0.3773311 0.653386 0.3803624 0.6513995 0.3836593 0.6485621 0.3789185 0.6466989 0.360242 0.6483293 0.3634421 0.6456207 0.3633005 0.6438227 0.3599833 0.6454078 0.3601427 0.6436778 0.3631043 0.6438227 0.3599833 0.6439538 0.3568441 0.6453499 0.3569163 0.6453499 0.3569163 0.6463762 0.3569093 0.6466989 0.360242 0.6453499 0.3569163 0.6461811 0.3535969 0.6463762 0.3569093 0.6453499 0.3569163 0.6439538 0.3568441 0.6442685 0.3535765 0.6474567 0.3502311 0.6461811 0.3535969 0.6446749 0.3502447 0.6474567 0.3502311 0.6503332 0.3502038 0.6478945 0.3535606 0.6485621 0.3789185 0.6513995 0.3836593 0.6473923 0.3834295 0.6443443 0.3796857 0.6463802 0.3796864 0.6446864 0.3833857 0.6443443 0.3796857 0.643857 0.3762056 0.6452951 0.3761555 0.6452951 0.3761555 0.6469216 0.375342 0.6485621 0.3789185 0.6452951 0.3761555 0.6447994 0.3727892 0.6469216 0.375342 0.6452951 0.3761555 0.643857 0.3762056 0.6433607 0.3728575 0.6448127 0.3695534 0.6447994 0.3727892 0.6431005 0.3695814 0.6448127 0.3695534 0.6459348 0.3696131 0.6462183 0.3720003 0.6443443 0.3796857 0.6446864 0.3833857 0.6419874 0.3834024 0.6391645 0.3799489 0.6418653 0.3797909 0.6392919 0.3834494 0.6416108 0.3764043 0.6418653 0.3797909 0.6389604 0.3766773 0.6443443 0.3796857 0.6418653 0.3797909 0.643857 0.3762056 0.6416108 0.3764043 0.6412111 0.3730963 0.643857 0.3762056 0.6416108 0.3764043 0.6389604 0.3766773 0.638706 0.3734203 0.6409479 0.3697605 0.6412111 0.3730963 0.638575 0.3700152 0.6409479 0.3697605 0.6431005 0.3695814 0.6433607 0.3728575 0.6438227 0.3599833 0.6436778 0.3631043 0.6414213 0.3628754 0.6391824 0.3593637 0.6416496 0.3597036 0.6390081 0.3626301 0.6391824 0.3593637 0.6393125 0.3563032 0.6418181 0.3566133 0.6438227 0.3599833 0.6416496 0.3597036 0.6439538 0.3568441 0.6442685 0.3535765 0.6439538 0.3568441 0.6418181 0.3566133 0.6394474 0.3532513 0.6419575 0.3534423 0.6393125 0.3563032 0.6394474 0.3532513 0.6395847 0.3502038 0.6420825 0.3502311 0.6420825 0.3502311 0.6446749 0.3502447 0.6442685 0.3535765 0.6628039 0.392348 0.6627078 0.395419 0.6601651 0.3951188 0.6577522 0.3915517 0.6603495 0.3919987 0.6576328 0.3948022 0.6577522 0.3915517 0.6578448 0.3884895 0.6604959 0.388879 0.6628039 0.392348 0.6603495 0.3919987 0.6628641 0.3891415 0.6630949 0.3857095 0.6628641 0.3891415 0.6604959 0.388879 0.6579797 0.3854123 0.6606537 0.3855973 0.6578448 0.3884895 0.6579797 0.3854123 0.6581358 0.3823278 0.6608173 0.3822346 0.6608173 0.3822346 0.663411 0.3821647 0.6630949 0.3857095 0.662717 0.4113699 0.6628846 0.4150531 0.6603164 0.4150069 0.6575441 0.4115945 0.6602504 0.4114455 0.6576126 0.4149777 0.6600671 0.408113 0.6602504 0.4114455 0.6573964 0.408459 0.6600671 0.408113 0.6624311 0.4079034 0.662717 0.4113699 0.6600671 0.408113 0.6598346 0.4049078 0.6624311 0.4079034 0.6600671 0.408113 0.6573964 0.408459 0.6572701 0.4053611 0.6597207 0.4017106 0.6598346 0.4049078 0.6572492 0.4020922 0.6597207 0.4017106 0.6620886 0.4014915 0.6621654 0.4046276 0.6669449 0.4109119 0.6684848 0.4154907 0.6651815 0.4151332 0.662717 0.4113699 0.664704 0.4114413 0.6628846 0.4150531 0.662717 0.4113699 0.6624311 0.4079034 0.6641823 0.4079668 0.6641823 0.4079668 0.6661811 0.407457 0.6669449 0.4109119 0.6641823 0.4079668 0.6640292 0.4046933 0.6661811 0.407457 0.6641823 0.4079668 0.6624311 0.4079034 0.6621654 0.4046276 0.6642492 0.4015976 0.6640292 0.4046933 0.6620886 0.4014915 0.6642492 0.4015976 0.6656991 0.4018177 0.6659185 0.4041886 0.6652714 0.3956862 0.6649725 0.3925021 0.6687624 0.3960639 0.6628039 0.392348 0.6649725 0.3925021 0.6627078 0.395419 0.6628039 0.392348 0.6628641 0.3891415 0.6646667 0.3891502 0.6646667 0.3891502 0.6661863 0.3890318 0.6669982 0.3925585 0.6646667 0.3891502 0.6650707 0.3856763 0.6661863 0.3890318 0.6646667 0.3891502 0.6628641 0.3891415 0.6630949 0.3857095 0.6658295 0.3821414 0.6650707 0.3856763 0.663411 0.3821647 0.6658295 0.3821414 0.6681603 0.3821414 0.6668136 0.3855704 0.6669557 0.3996903 0.668326 0.4021969 0.6656991 0.4018177 0.6669557 0.3996903 0.6687624 0.3960639 0.6709926 0.3994616 0.6692884 0.4055278 0.668326 0.4021969 0.6729499 0.4028889 0.6692884 0.4055278 0.6661811 0.407457 0.6659185 0.4041886 0.6692884 0.4055278 0.6701733 0.4090343 0.6661811 0.407457 0.6692884 0.4055278 0.6729499 0.4028889 0.6738954 0.4064826 0.6710195 0.4126286 0.6701733 0.4090343 0.674335 0.4101596 0.6710195 0.4126286 0.6684848 0.4154907 0.6669449 0.4109119 0.1984624 0.062146 0.2025468 0.06045728 0.2022286 0.06625372 0.1984624 0.062146 0.1959336 0.05866801 0.2003849 0.0571227 0.2068189 0.05884224 0.2025468 0.06045728 0.2051456 0.05596369 0.2068189 0.05884224 0.2091641 0.06198936 0.2056533 0.06420379 0.2260593 0.07158094 0.2278698 0.07477682 0.2219471 0.07653862 0.2162907 0.07231539 0.221334 0.07297456 0.2155786 0.07584857 0.2162907 0.07231539 0.2169713 0.06851261 0.2206064 0.06912344 0.2206064 0.06912344 0.2240902 0.06810396 0.2260593 0.07158094 0.2084699 0.07162076 0.2106493 0.06877416 0.2155786 0.07584857 0.2084699 0.07162076 0.2022286 0.06625372 0.2056533 0.06420379 0.2128527 0.0656737 0.2106493 0.06877416 0.2091641 0.06198936 0.2162907 0.07231539 0.2106493 0.06877416 0.2169713 0.06851261 0.235416 0.06573516 0.2393376 0.06783872 0.2336415 0.07164925 0.2260593 0.07158094 0.2307471 0.06896394 0.2278698 0.07477682 0.2260593 0.07158094 0.2240902 0.06810396 0.2277551 0.06605178 0.235416 0.06573516 0.2307471 0.06896394 0.2315104 0.06348323 0.6448621 0.4611901 0.6439479 0.4554834 0.6488171 0.4592994 0.6405455 0.4557676 0.6439479 0.4554834 0.6414867 0.4611576 0.6405455 0.4557676 0.6398397 0.4511913 0.6430073 0.450711 0.6430073 0.450711 0.6463516 0.4496052 0.6476536 0.4540056 0.6497148 0.4294891 0.6528263 0.4254344 0.6561807 0.4322739 0.6561807 0.4322739 0.6587077 0.4382522 0.6557403 0.4390839 0.6503986 0.4364535 0.6531596 0.4345863 0.6530089 0.4397463 0.6497148 0.4294891 0.6531596 0.4345863 0.6469271 0.4327477 0.6595798 0.442508 0.6565929 0.4423825 0.6587077 0.4382522 0.6554304 0.4456716 0.6565929 0.4423825 0.6581898 0.446969 0.6554304 0.4456716 0.6529479 0.4444991 0.6538966 0.4422132 0.6538966 0.4422132 0.6530089 0.4397463 0.6557403 0.4390839 0.6539309 0.4535626 0.6519659 0.4501404 0.6581898 0.446969 0.6539309 0.4535626 0.6488171 0.4592994 0.6476536 0.4540056 0.650049 0.4472488 0.6519659 0.4501404 0.6463516 0.4496052 0.650049 0.4472488 0.6529479 0.4444991 0.6554304 0.4456716 0.2717354 0.04129874 0.2761611 0.03793489 0.2749819 0.04390871 0.2738744 0.03512054 0.2761611 0.03793489 0.2699244 0.03839117 0.2738744 0.03512054 0.277244 0.03235089 0.2796995 0.03488135 0.2796995 0.03488135 0.2825216 0.03745675 0.2792403 0.04060518 0.307208 0.03943252 0.311165 0.04278826 0.3036243 0.04521441 0.296146 0.04428893 0.3013206 0.04218745 0.2970399 0.04703396 0.296146 0.04428893 0.2953819 0.04167878 0.2995305 0.03938132 0.307208 0.03943252 0.3013206 0.04218745 0.3042621 0.03639549 0.296146 0.04428893 0.2970399 0.04703396 0.2923678 0.0476405 0.2923678 0.0476405 0.2876928 0.04721122 0.2887559 0.04463022 0.2923992 0.04259967 0.2923971 0.0450837 0.2896187 0.04209655 0.2923992 0.04259967 0.2953819 0.04167878 0.296146 0.04428893 0.2810993 0.04592341 0.2839044 0.04298716 0.2876928 0.04721122 0.2810993 0.04592341 0.2749819 0.04390871 0.2792403 0.04060518 0.2860771 0.04012203 0.2839044 0.04298716 0.2825216 0.03745675 0.2860771 0.04012203 0.2896187 0.04209655 0.2887559 0.04463022 0.8599176 0.0157932 0.8625094 0.01343566 0.8633193 0.01816701 0.8597856 0.01075297 0.8625094 0.01343566 0.8574948 0.01291221 0.8597856 0.01075297 0.8622144 0.008357524 0.8649669 0.01070958 0.8649669 0.01070958 0.8680523 0.01278007 0.8658306 0.01566988 0.891344 0.01324808 0.893679 0.01516348 0.8879513 0.01744759 0.8818926 0.01670658 0.8863667 0.01516646 0.8827547 0.01924151 0.8818926 0.01670658 0.8811219 0.01422095 0.8849857 0.01271194 0.891344 0.01324808 0.8863667 0.01516646 0.889348 0.0108577 0.8818926 0.01670658 0.8827547 0.01924151 0.8786204 0.02005505 0.8786204 0.02005505 0.8743335 0.02008455 0.8749232 0.01757234 0.8782555 0.01503956 0.8784249 0.01749032 0.8754585 0.01508826 0.8818926 0.01670658 0.8784249 0.01749032 0.8811219 0.01422095 0.8686788 0.0195263 0.8703468 0.01700717 0.8743335 0.02008455 0.8686788 0.0195263 0.8633193 0.01816701 0.8658306 0.01566988 0.8718035 0.01428735 0.8703468 0.01700717 0.8680523 0.01278007 0.8718035 0.01428735 0.8754585 0.01508826 0.8749232 0.01757234 0.7848298 0.01514267 0.7886428 0.01212298 0.7884923 0.01769465 0.7859086 0.009043157 0.7886428 0.01212298 0.7824946 0.01183176 0.7859086 0.009043157 0.7891414 0.006418824 0.7919543 0.009108722 0.7919543 0.009108722 0.7950915 0.01143199 0.7921096 0.01460033 0.8191878 0.009304225 0.8232274 0.01064169 0.8167077 0.01416236 0.8095363 0.01460415 0.814127 0.01223433 0.8108512 0.01696801 0.8095363 0.01460415 0.8083788 0.01236832 0.8119409 0.01020604 0.8191878 0.009304225 0.814127 0.01223433 0.8158494 0.007554233 0.8095363 0.01460415 0.8108512 0.01696801 0.806321 0.01834356 0.806321 0.01834356 0.8015096 0.01877009 0.8020848 0.0162028 0.8055093 0.01355147 0.805886 0.01585346 0.8025895 0.01376593 0.8095363 0.01460415 0.805886 0.01585346 0.8083788 0.01236832 0.7948095 0.01872879 0.7970414 0.01587271 0.8015096 0.01877009 0.7948095 0.01872879 0.7884923 0.01769465 0.7921096 0.01460033 0.7988767 0.01302194 0.7970414 0.01587271 0.7950915 0.01143199 0.7988767 0.01302194 0.8025895 0.01376593 0.8020848 0.0162028 0.4947472 0.009569764 0.4914495 0.008194804 0.4934365 0.004861354 0.4987191 0.004096508 0.4964919 0.006537854 0.4960858 0.002330303 0.4987191 0.004096508 0.5016813 0.005677938 0.499696 0.008223891 0.4947472 0.009569764 0.4964919 0.006537854 0.4980374 0.01106709 0.4915131 0.02221888 0.494246 0.02160817 0.4924227 0.02545577 0.4915131 0.02221888 0.4909687 0.01827508 0.4938884 0.01814061 0.4938884 0.01814061 0.4966319 0.0180118 0.4967891 0.0210635 0.4967891 0.0210635 0.4975752 0.02377259 0.4950904 0.02457708 0.4907872 0.01313322 0.4939674 0.01378256 0.4909687 0.01827508 0.4907872 0.01313322 0.4914495 0.008194804 0.4947472 0.009569764 0.497032 0.01450467 0.4939674 0.01378256 0.4980374 0.01106709 0.497032 0.01450467 0.4966319 0.0180118 0.4938884 0.01814061 0.9794762 0.7920797 0.9824521 0.7921614 0.9795157 0.7957317 0.9794762 0.7920797 0.9798491 0.7886299 0.9827652 0.7890934 0.9851432 0.7921842 0.9824521 0.7921614 0.9853246 0.7894221 0.9851432 0.7921842 0.9856003 0.7951433 0.9827203 0.7954158 0.9831982 0.7712581 0.9864031 0.7713176 0.9827938 0.774943 0.9831982 0.7712581 0.9834914 0.7674933 0.9869199 0.7674933 0.989233 0.7714865 0.9864031 0.7713176 0.9899242 0.7676985 0.985889 0.7750722 0.9864031 0.7713176 0.9885988 0.7752352 0.6439228 0.01680105 0.6450352 0.01975846 0.6409412 0.02040249 0.6409412 0.02040249 0.636851 0.02051973 0.6374925 0.01773655 0.6404715 0.01502776 0.6407004 0.01757138 0.6380394 0.01522952 0.6439228 0.01680105 0.6407004 0.01757138 0.6429511 0.01418817 0.6257591 0.01368546 0.6246425 0.01670342 0.6208253 0.01464748 0.6208253 0.01464748 0.6166798 0.01225888 0.6189765 0.008979201 0.6240757 0.008700311 0.6224216 0.01152241 0.6213399 0.006202578 0.6257591 0.01368546 0.6224216 0.01152241 0.6269063 0.01085162 0.2821741 0.02442842 0.2817124 0.02174621 0.2863141 0.02319091 0.2821741 0.02442842 0.2779197 0.02467757 0.2781025 0.02202218 0.281292 0.01927685 0.2817124 0.02174621 0.2783352 0.01956224 0.281292 0.01927685 0.2842223 0.01792806 0.2852449 0.02040815 0.2578114 0.01003021 0.2602969 0.007932066 0.2622128 0.01042634 0.2629179 0.01518619 0.2601653 0.01269924 0.264595 0.01275992 0.2629179 0.01518619 0.2611612 0.01767575 0.2580967 0.01507234 0.2580967 0.01507234 0.2553946 0.01234298 0.2578114 0.01003021 0.2629197 0.006263256 0.2642181 0.008353829 0.2602969 0.007932066 0.2629197 0.006263256 0.2656112 0.004809141 0.2662024 0.006381571 0.266113 0.01046013 0.2642181 0.008353829 0.2669816 0.007404029 0.266113 0.01046013 0.264595 0.01275992 0.2622128 0.01042634 0.281292 0.01927685 0.2783352 0.01956224 0.2786676 0.01749306 0.2800557 0.01545822 0.2809544 0.01723307 0.2785984 0.0160008 0.2800557 0.01545822 0.2820402 0.01384902 0.2832927 0.01605325 0.281292 0.01927685 0.2809544 0.01723307 0.2842223 0.01792806 0.6238368 0.004432141 0.6258449 0.006483972 0.6213399 0.006202578 0.6238368 0.004432141 0.6264004 0.003164827 0.6276717 0.004570603 0.6281146 0.008385896 0.6258449 0.006483972 0.6288697 0.00527352 0.6281146 0.008385896 0.6269063 0.01085162 0.6240757 0.008700311 0.6404715 0.01502776 0.6380394 0.01522952 0.6383969 0.01327484 0.6395865 0.0114212 0.6402661 0.01305907 0.6383677 0.01195305 0.6395865 0.0114212 0.6414549 0.01004433 0.6422606 0.01226443 0.6404715 0.01502776 0.6402661 0.01305907 0.6429511 0.01418817 0.989233 0.7714865 0.9899242 0.7676985 0.9920803 0.7683141 0.9920803 0.7683141 0.9938123 0.769135 0.9930181 0.772372 0.9905384 0.775466 0.991313 0.7718746 0.9932314 0.7752537 0.9905384 0.775466 0.9885988 0.7752352 0.989233 0.7714865 0.9871701 0.7894816 0.9872646 0.7920894 0.9853246 0.7894221 0.9871701 0.7894816 0.9883798 0.789223 0.9890304 0.7911121 0.9878312 0.7949574 0.9872646 0.7920894 0.9905542 0.7944851 0.9878312 0.7949574 0.9856003 0.7951433 0.9851432 0.7921842 0.5013128 0.01280921 0.4998656 0.01537239 0.4980374 0.01106709 0.5013128 0.01280921 0.5051826 0.01538032 0.501998 0.01692998 0.4990232 0.01789426 0.4998656 0.01537239 0.5006748 0.01828145 0.4990232 0.01789426 0.4966319 0.0180118 0.497032 0.01450467 0.4990232 0.01789426 0.4989528 0.02065092 0.4966319 0.0180118 0.4990232 0.01789426 0.5006748 0.01828145 0.5009413 0.02024531 0.4996947 0.02311664 0.4989528 0.02065092 0.5011399 0.02211755 0.4967891 0.0210635 0.4989528 0.02065092 0.4975752 0.02377259 0.7968027 0.00811547 0.7999189 0.01018178 0.7950915 0.01143199 0.7968027 0.00811547 0.7974362 0.003671467 0.8007423 0.007846593 0.8029538 0.01158994 0.7999189 0.01018178 0.8027734 0.00970453 0.8029538 0.01158994 0.8025895 0.01376593 0.7988767 0.01302194 0.8055093 0.01355147 0.8025895 0.01376593 0.8029538 0.01158994 0.8029538 0.01158994 0.8027734 0.00970453 0.8043163 0.009478211 0.8043163 0.009478211 0.8064077 0.007483243 0.8075358 0.01038849 0.8055093 0.01355147 0.8052492 0.01162582 0.8083788 0.01236832 0.8119409 0.01020604 0.8083788 0.01236832 0.8075358 0.01038849 0.8095422 0.005648314 0.8105442 0.007977306 0.8064077 0.007483243 0.8095422 0.005648314 0.8126791 0.001991391 0.8139137 0.004979133 0.8119409 0.01020604 0.8105442 0.007977306 0.8158494 0.007554233 0.7919543 0.009108722 0.7891414 0.006418824 0.7920119 0.004122972 0.7960705 0.00310713 0.7942631 0.006105244 0.7947012 0.001991391 0.7968027 0.00811547 0.7942631 0.006105244 0.7974362 0.003671467 0.7968027 0.00811547 0.7950915 0.01143199 0.7919543 0.009108722 0.869695 0.009104669 0.8728376 0.01116621 0.8680523 0.01278007 0.869695 0.009104669 0.8706458 0.003929018 0.8738018 0.008479058 0.8758849 0.01266044 0.8728376 0.01116621 0.8757781 0.01053416 0.8758849 0.01266044 0.8754585 0.01508826 0.8718035 0.01428735 0.8782555 0.01503956 0.8754585 0.01508826 0.8758849 0.01266044 0.8758849 0.01266044 0.8757781 0.01053416 0.87732 0.01032334 0.87732 0.01032334 0.8796359 0.008388459 0.8805343 0.01183384 0.8782555 0.01503956 0.878138 0.01281672 0.8811219 0.01422095 0.8849857 0.01271194 0.8811219 0.01422095 0.8805343 0.01183384 0.8832414 0.006935894 0.8840118 0.009910583 0.8796359 0.008388459 0.8832414 0.006935894 0.8870505 0.003701746 0.8880298 0.007517218 0.8849857 0.01271194 0.8840118 0.009910583 0.889348 0.0108577 0.8649669 0.01070958 0.8622144 0.008357524 0.8649191 0.005489706 0.8692111 0.003414571 0.8671562 0.007246375 0.8677618 0.002385735 0.869695 0.009104669 0.8671562 0.007246375 0.8706458 0.003929018 0.869695 0.009104669 0.8680523 0.01278007 0.8649669 0.01070958 0.2838488 0.03461849 0.286985 0.03739923 0.2825216 0.03745675 0.2838488 0.03461849 0.2836263 0.03081578 0.2875312 0.03525674 0.2900813 0.03965777 0.286985 0.03739923 0.2897778 0.03758341 0.2900813 0.03965777 0.2896187 0.04209655 0.2860771 0.04012203 0.2900813 0.03965777 0.2923469 0.04026144 0.2896187 0.04209655 0.2900813 0.03965777 0.2897778 0.03758341 0.2913751 0.03759652 0.2913751 0.03759652 0.2939298 0.0360133 0.2948772 0.0393384 0.2923992 0.04259967 0.2923469 0.04026144 0.2953819 0.04167878 0.2995305 0.03938132 0.2953819 0.04167878 0.2948772 0.0393384 0.2985185 0.03487312 0.2987677 0.0370168 0.2939298 0.0360133 0.2985185 0.03487312 0.3034253 0.031915 0.3033381 0.03399592 0.2995305 0.03938132 0.2987677 0.0370168 0.3042621 0.03639549 0.2796995 0.03488135 0.277244 0.03235089 0.2794528 0.03058338 0.2794528 0.03058338 0.2810811 0.0293169 0.2823395 0.03032559 0.2838488 0.03461849 0.2814632 0.03244835 0.2836263 0.03081578 0.2838488 0.03461849 0.2825216 0.03745675 0.2796995 0.03488135 0.6447727 0.4469918 0.6482287 0.4454183 0.6463516 0.4496052 0.6447727 0.4469918 0.6419391 0.4453231 0.646779 0.444161 0.6510192 0.4435763 0.6482287 0.4454183 0.6492087 0.4432047 0.6510192 0.4435763 0.6529479 0.4444991 0.650049 0.4472488 0.6510192 0.4435763 0.6517816 0.4419562 0.6529479 0.4444991 0.6510192 0.4435763 0.6492087 0.4432047 0.6494176 0.442064 0.6494176 0.442064 0.6476109 0.4402757 0.6507499 0.4400701 0.6538966 0.4422132 0.6517816 0.4419562 0.6530089 0.4397463 0.6503986 0.4364535 0.6530089 0.4397463 0.6507499 0.4400701 0.6461785 0.437962 0.6481584 0.4374304 0.6476109 0.4402757 0.6461785 0.437962 0.6429706 0.4352836 0.644787 0.4344138 0.6503986 0.4364535 0.6481584 0.4374304 0.6469271 0.4327477 0.6430073 0.450711 0.6398397 0.4511913 0.6396044 0.4482421 0.6396044 0.4482421 0.6396044 0.4461066 0.6409947 0.4458365 0.6447727 0.4469918 0.6420142 0.4478067 0.6419391 0.4453231 0.6447727 0.4469918 0.6463516 0.4496052 0.6430073 0.450711 0.2277551 0.06605178 0.2240902 0.06810396 0.2218038 0.0640648 0.2212831 0.05909341 0.2245679 0.06268602 0.2191748 0.05926489 0.2276369 0.0609346 0.2245679 0.06268602 0.2237796 0.05823767 0.2276369 0.0609346 0.2315104 0.06348323 0.2277551 0.06605178 0.2128471 0.05944591 0.2151045 0.06206554 0.2091641 0.06198936 0.2168692 0.05915212 0.2151045 0.06206554 0.2164322 0.05625844 0.2175889 0.06417065 0.2151045 0.06206554 0.217765 0.06124418 0.2175889 0.06417065 0.2169713 0.06851261 0.2128527 0.0656737 0.2206064 0.06912344 0.2169713 0.06851261 0.2175889 0.06417065 0.2186045 0.0607016 0.2196497 0.06469833 0.217765 0.06124418 0.2186045 0.0607016 0.2191748 0.05926489 0.2218038 0.0640648 0.2206064 0.06912344 0.2196497 0.06469833 0.2240902 0.06810396 0.2068189 0.05884224 0.2051456 0.05596369 0.2105252 0.05557739 0.2163024 0.05598068 0.2114668 0.05737459 0.2162141 0.05557739 0.2128471 0.05944591 0.2114668 0.05737459 0.2164322 0.05625844 0.2128471 0.05944591 0.2091641 0.06198936 0.2068189 0.05884224 0.8032777 0.005674242 0.8019212 0.006510615 0.8001501 0.002043306 0.8043163 0.009478211 0.8019212 0.006510615 0.8064077 0.007483243 0.8007423 0.007846593 0.8019212 0.006510615 0.8027734 0.00970453 0.798795 0.003133058 0.8019212 0.006510615 0.7974362 0.003671467 0.8764372 0.006277918 0.8750488 0.007061183 0.8734419 0.002385735 0.87732 0.01032334 0.8750488 0.007061183 0.8796359 0.008388459 0.8738018 0.008479058 0.8750488 0.007061183 0.8757781 0.01053416 0.8720511 0.003414571 0.8750488 0.007061183 0.8706458 0.003929018 0.289977 0.03351759 0.2886188 0.03413259 0.2863423 0.02920401 0.289977 0.03351759 0.2939298 0.0360133 0.2913751 0.03759652 0.2875312 0.03525674 0.2886188 0.03413259 0.2897778 0.03758341 0.2849701 0.03026914 0.2886188 0.03413259 0.2836263 0.03081578 0.6454922 0.4418601 0.6459743 0.4429892 0.6415979 0.4430798 0.6494176 0.442064 0.6459743 0.4429892 0.6476109 0.4402757 0.6494176 0.442064 0.6492087 0.4432047 0.646779 0.444161 0.6419914 0.4443231 0.6459743 0.4429892 0.6419391 0.4453231 0.2166448 0.0562852 0.2168987 0.05618643 0.2178427 0.05806779 0.2178427 0.05806779 0.2191748 0.05926489 0.2186045 0.0607016 0.2186045 0.0607016 0.217765 0.06124418 0.2168692 0.05915212 0.2168692 0.05915212 0.2164322 0.05625844 0.2166448 0.0562852 0.9885968 0.8082339 0.9894157 0.8130597 0.985958 0.8126667 0.9814457 0.8078826 0.9853193 0.8081234 0.9820692 0.8119019 0.9814457 0.8078826 0.9807841 0.8038309 0.9845596 0.803654 0.9885968 0.8082339 0.9853193 0.8081234 0.9876789 0.8035227 0.9865628 0.7990409 0.9876789 0.8035227 0.9845596 0.803654 0.9845596 0.803654 0.9807841 0.8038309 0.9800462 0.7997147 0.9827203 0.7954158 0.983558 0.7993324 0.9795157 0.7957317 0.9827203 0.7954158 0.9856003 0.7951433 0.9865628 0.7990409 0.9862776 0.786115 0.9853246 0.7894221 0.9827652 0.7890934 0.9805557 0.7852534 0.9836716 0.7857355 0.9798491 0.7886299 0.9847003 0.7822222 0.9836716 0.7857355 0.9813953 0.7818871 0.9847003 0.7822222 0.9873975 0.7825227 0.9862776 0.786115 0.9847003 0.7822222 0.9853804 0.7786874 0.9873975 0.7825227 0.9847003 0.7822222 0.9813953 0.7818871 0.982167 0.7784681 0.985889 0.7750722 0.9853804 0.7786874 0.9827938 0.774943 0.985889 0.7750722 0.9885988 0.7752352 0.9880792 0.778905 0.9905384 0.775466 0.9897488 0.7791195 0.9885988 0.7752352 0.9913474 0.7797542 0.9897488 0.7791195 0.9932314 0.7752537 0.9913474 0.7797542 0.9901526 0.7834017 0.9888792 0.7827541 0.9888792 0.7827541 0.9873975 0.7825227 0.9880792 0.778905 0.9888792 0.7827541 0.9878639 0.786289 0.9873975 0.7825227 0.9890996 0.7868744 0.9878639 0.786289 0.9901526 0.7834017 0.9871701 0.7894816 0.9878639 0.786289 0.9883798 0.789223 0.9871701 0.7894816 0.9853246 0.7894221 0.9862776 0.786115 0.9865628 0.7990409 0.9856003 0.7951433 0.9878312 0.7949574 0.9900372 0.7989125 0.9885535 0.7989313 0.9905542 0.7944851 0.9900372 0.7989125 0.9906363 0.8034883 0.9894858 0.8034827 0.9865628 0.7990409 0.9885535 0.7989313 0.9876789 0.8035227 0.9885968 0.8082339 0.9876789 0.8035227 0.9894858 0.8034827 0.9921715 0.807803 0.9906823 0.8080835 0.9906363 0.8034883 0.9920108 0.8127093 0.9906823 0.8080835 0.9941748 0.8119872 0.9885968 0.8082339 0.9906823 0.8080835 0.9894157 0.8130597 0.9923673 0.7906157 0.9905542 0.7944851 0.9890304 0.7911121 0.9890996 0.7868744 0.9906539 0.788488 0.9883798 0.789223 0.9890996 0.7868744 0.9901526 0.7834017 0.9922248 0.7849504 0.9923673 0.7906157 0.9906539 0.788488 0.9946964 0.7869497 0.9967618 0.7831327 0.9946964 0.7869497 0.9922248 0.7849504 0.9913474 0.7797542 0.9938329 0.7812325 0.9901526 0.7834017 0.9954596 0.7774246 0.9938329 0.7812325 0.9932314 0.7752537 0.9967618 0.7831327 0.9938329 0.7812325 0.9986952 0.7792401 0.2981277 0.01603788 0.2942841 0.0186448 0.2924909 0.01568341 0.2946001 0.01047134 0.2963766 0.01296645 0.290838 0.01329302 0.2946001 0.01047134 0.2985199 0.007520377 0.3003642 0.01018702 0.2981277 0.01603788 0.2963766 0.01296645 0.3019254 0.0133782 0.2873916 0.01585602 0.290838 0.01329302 0.2924909 0.01568341 0.2903485 0.02114605 0.2888091 0.01827561 0.2942841 0.0186448 0.2903485 0.02114605 0.2863141 0.02319091 0.2852449 0.02040815 0.2873916 0.01585602 0.2888091 0.01827561 0.2842223 0.01792806 0.2750861 0.01844394 0.2783352 0.01956224 0.2781025 0.02202218 0.2735419 0.02375751 0.2743062 0.02096843 0.2779197 0.02467757 0.270402 0.0191943 0.2743062 0.02096843 0.2691743 0.02207261 0.270402 0.0191943 0.2715945 0.01661592 0.2750861 0.01844394 0.270402 0.0191943 0.266468 0.01730906 0.2715945 0.01661592 0.270402 0.0191943 0.2691743 0.02207261 0.2649506 0.02002722 0.2629179 0.01518619 0.266468 0.01730906 0.2611612 0.01767575 0.2629179 0.01518619 0.264595 0.01275992 0.2679098 0.01477217 0.2679098 0.01477217 0.264595 0.01275992 0.266113 0.01046013 0.2704309 0.01089161 0.2692006 0.01259803 0.2669816 0.007404029 0.2704309 0.01089161 0.2738395 0.01313453 0.2727168 0.01463747 0.2679098 0.01477217 0.2692006 0.01259803 0.2715945 0.01661592 0.2750861 0.01844394 0.2715945 0.01661592 0.2727168 0.01463747 0.276824 0.01491981 0.275897 0.01644849 0.2738395 0.01313453 0.2786676 0.01749306 0.275897 0.01644849 0.2785984 0.0160008 0.2750861 0.01844394 0.275897 0.01644849 0.2783352 0.01956224 0.2873916 0.01585602 0.2842223 0.01792806 0.2832927 0.01605325 0.285166 0.01327145 0.2862178 0.01433831 0.2820402 0.01384902 0.2894658 0.01204472 0.2862178 0.01433831 0.2882338 0.01136738 0.2894658 0.01204472 0.290838 0.01329302 0.2873916 0.01585602 0.2894658 0.01204472 0.2927727 0.009129106 0.290838 0.01329302 0.2894658 0.01204472 0.2882338 0.01136738 0.29092 0.008363246 0.2961091 0.005902528 0.2927727 0.009129106 0.2934153 0.004809141 0.2961091 0.005902528 0.2985199 0.007520377 0.2946001 0.01047134 0.2800557 0.01545822 0.2779519 0.01379555 0.2820402 0.01384902 0.276824 0.01491981 0.2779519 0.01379555 0.2785984 0.0160008 0.276824 0.01491981 0.2738395 0.01313453 0.2750336 0.01198285 0.2791802 0.01287353 0.2779519 0.01379555 0.2762632 0.01100677 0.2729665 0.008910596 0.2762632 0.01100677 0.2750336 0.01198285 0.2704309 0.01089161 0.2716912 0.009757876 0.2738395 0.01313453 0.2704309 0.01089161 0.2669816 0.007404029 0.2681367 0.007326841 0.2729665 0.008910596 0.2716912 0.009757876 0.2694799 0.006699681 0.6520136 0.009840965 0.6557458 0.008151233 0.6565707 0.0113523 0.6541472 0.01621907 0.6530962 0.01277136 0.6570163 0.01499974 0.6541472 0.01621907 0.6512635 0.01744937 0.6497966 0.01418876 0.6520136 0.009840965 0.6530962 0.01277136 0.648539 0.01146489 0.6497966 0.01418876 0.6468468 0.01560276 0.648539 0.01146489 0.6497966 0.01418876 0.6512635 0.01744937 0.6483511 0.01870167 0.6439228 0.01680105 0.6468468 0.01560276 0.6450352 0.01975846 0.6439228 0.01680105 0.6429511 0.01418817 0.6455792 0.01295727 0.6355538 0.01454687 0.6380394 0.01522952 0.6374925 0.01773655 0.6335465 0.01999616 0.6346119 0.01711916 0.636851 0.02051973 0.6335465 0.01999616 0.6306549 0.01909869 0.6318207 0.01610708 0.6355538 0.01454687 0.6346119 0.01711916 0.6328909 0.01342523 0.6299266 0.01231002 0.6328909 0.01342523 0.6318207 0.01610708 0.6318207 0.01610708 0.6306549 0.01909869 0.627803 0.01809412 0.6257591 0.01368546 0.628881 0.01508808 0.6246425 0.01670342 0.6257591 0.01368546 0.6269063 0.01085162 0.6299266 0.01231002 0.6281146 0.008385896 0.6309073 0.009988009 0.6269063 0.01085162 0.6318693 0.008060634 0.6309073 0.009988009 0.6288697 0.00527352 0.6318693 0.008060634 0.6346182 0.009712517 0.6337699 0.01136308 0.6299266 0.01231002 0.6309073 0.009988009 0.6328909 0.01342523 0.6337699 0.01136308 0.636249 0.01258409 0.6328909 0.01342523 0.6337699 0.01136308 0.6346182 0.009712517 0.6369562 0.01107662 0.6383969 0.01327484 0.636249 0.01258409 0.6383677 0.01195305 0.6355538 0.01454687 0.636249 0.01258409 0.6380394 0.01522952 0.6455792 0.01295727 0.6429511 0.01418817 0.6422606 0.01226443 0.644227 0.009933292 0.6447848 0.0112186 0.6414549 0.01004433 0.644227 0.009933292 0.6470704 0.008700788 0.6477 0.009814441 0.6455792 0.01295727 0.6447848 0.0112186 0.648539 0.01146489 0.6520136 0.009840965 0.648539 0.01146489 0.6477 0.009814441 0.6496903 0.006566464 0.6508678 0.00794506 0.6470704 0.008700788 0.6541619 0.005843043 0.6508678 0.00794506 0.6521986 0.003981292 0.6520136 0.009840965 0.6508678 0.00794506 0.6557458 0.008151233 0.6395865 0.0114212 0.6379346 0.009870111 0.6414549 0.01004433 0.6369562 0.01107662 0.6379346 0.009870111 0.6383677 0.01195305 0.6369562 0.01107662 0.6346182 0.009712517 0.6355967 0.008265376 0.6390486 0.008814156 0.6379346 0.009870111 0.6366403 0.00691998 0.6338619 0.005039095 0.6366403 0.00691998 0.6355967 0.008265376 0.6318693 0.008060634 0.6328588 0.006466567 0.6346182 0.009712517 0.6299207 0.004570603 0.6328588 0.006466567 0.6288697 0.00527352 0.6338619 0.005039095 0.6328588 0.006466567 0.6308984 0.003164827 0.5637169 0.5999285 0.5610092 0.603628 0.5581014 0.6011031 0.5571985 0.5954468 0.5601903 0.5974266 0.5556632 0.599125 0.5622631 0.5936865 0.5601903 0.5974266 0.5598106 0.5909231 0.5637169 0.5999285 0.5601903 0.5974266 0.5662117 0.5961633 0.5538918 0.6072825 0.5559807 0.6046521 0.5553357 0.6109688 0.5542675 0.6026793 0.5559807 0.6046521 0.5533186 0.6051102 0.5542675 0.6026793 0.5556632 0.599125 0.5581014 0.6011031 0.5578756 0.6071966 0.5559807 0.6046521 0.5610092 0.603628 0.5524441 0.6240609 0.5515137 0.6199149 0.5536079 0.6196503 0.5562322 0.6233221 0.5547502 0.6236311 0.5548041 0.6195804 0.5562322 0.6233221 0.5581765 0.6267843 0.5560662 0.6274756 0.5524441 0.6240609 0.5547502 0.6236311 0.5533035 0.6281704 0.5522738 0.6114036 0.5528129 0.6153969 0.5495818 0.6117045 0.5544085 0.6152797 0.5528129 0.6153969 0.5553357 0.6109688 0.5544085 0.6152797 0.5548041 0.6195804 0.5536079 0.6196503 0.5504418 0.6156958 0.5528129 0.6153969 0.5515137 0.6199149 0.5508379 0.6013793 0.5521764 0.5976702 0.5541642 0.5982409 0.5542675 0.6026793 0.5529181 0.6018498 0.5556632 0.599125 0.5520067 0.6052123 0.5529181 0.6018498 0.5533186 0.6051102 0.5508379 0.6013793 0.5529181 0.6018498 0.5496692 0.6049266 0.5566149 0.5906294 0.5552768 0.5945112 0.5541498 0.5898271 0.5571985 0.5954468 0.5552768 0.5945112 0.5598106 0.5909231 0.5571985 0.5954468 0.5556632 0.599125 0.5541642 0.5982409 0.5530678 0.5938696 0.5552768 0.5945112 0.5521764 0.5976702 0.5482719 0.5966324 0.5492147 0.5927724 0.5521764 0.5976702 0.5482719 0.5966324 0.5434092 0.5953608 0.5445395 0.5914472 0.5503458 0.5886265 0.5492147 0.5927724 0.5458726 0.5872269 0.5503458 0.5886265 0.5541498 0.5898271 0.5530678 0.5938696 0.5508379 0.6013793 0.5496692 0.6049266 0.5457665 0.6043429 0.5421142 0.5993754 0.5469323 0.6004837 0.5410811 0.6036104 0.5421142 0.5993754 0.5434092 0.5953608 0.5482719 0.5966324 0.5508379 0.6013793 0.5469323 0.6004837 0.5521764 0.5976702 0.5476235 0.6205691 0.5465191 0.6163579 0.5515137 0.6199149 0.5418208 0.6172017 0.5465191 0.6163579 0.5428353 0.6214181 0.5456138 0.6122077 0.5465191 0.6163579 0.5410078 0.6128119 0.5456138 0.6122077 0.5495818 0.6117045 0.5504418 0.6156958 0.5524441 0.6240609 0.5533035 0.6281704 0.5492365 0.6288719 0.543711 0.625525 0.5484896 0.6247325 0.5445172 0.6295769 0.543711 0.625525 0.5428353 0.6214181 0.5476235 0.6205691 0.5524441 0.6240609 0.5484896 0.6247325 0.5515137 0.6199149 0.5492874 0.6082415 0.5496692 0.6049266 0.5520067 0.6052123 0.5520067 0.6052123 0.5533186 0.6051102 0.5538918 0.6072825 0.5522738 0.6114036 0.5518985 0.6082028 0.5553357 0.6109688 0.5522738 0.6114036 0.5495818 0.6117045 0.5492874 0.6082415 0.5560598 0.5853919 0.5583841 0.5807605 0.5607532 0.5824082 0.5603504 0.5875864 0.5585379 0.5865646 0.5623863 0.5839632 0.5566149 0.5906294 0.5585379 0.5865646 0.5598106 0.5909231 0.5566149 0.5906294 0.5541498 0.5898271 0.5560598 0.5853919 0.5503458 0.5886265 0.5458726 0.5872269 0.5477765 0.5822924 0.5477765 0.5822924 0.5499657 0.5770007 0.5545429 0.578927 0.5560598 0.5853919 0.5522509 0.5839176 0.5583841 0.5807605 0.5503458 0.5886265 0.5522509 0.5839176 0.5541498 0.5898271 0.5456138 0.6122077 0.5410078 0.6128119 0.5407368 0.6081854 0.5457665 0.6043429 0.545345 0.6082268 0.5410811 0.6036104 0.5492874 0.6082415 0.545345 0.6082268 0.5496692 0.6049266 0.5456138 0.6122077 0.545345 0.6082268 0.5495818 0.6117045 0.1211556 0.1548239 0.1160113 0.1587391 0.1162825 0.1468116 0.1202169 0.1388171 0.120131 0.1462636 0.1164591 0.1390453 0.1202169 0.1388171 0.124324 0.1387937 0.1243443 0.145462 0.1211556 0.1548239 0.120131 0.1462636 0.1250641 0.1528264 0.1202169 0.1388171 0.1207458 0.1347116 0.124324 0.1387937 0.1202169 0.1388171 0.1164591 0.1390453 0.1165533 0.1349099 0.1212978 0.1322556 0.1207458 0.1347116 0.1166068 0.1325542 0.1212978 0.1322556 0.1257233 0.1317761 0.1249986 0.1346395 0.1267918 0.1781147 0.1207299 0.1738837 0.1282002 0.1725751 0.1267918 0.1781147 0.1259638 0.1880492 0.120118 0.1856544 0.1157327 0.1709886 0.1207299 0.1738837 0.1154371 0.183971 0.1157327 0.1709886 0.1160113 0.1587391 0.122163 0.1669912 0.1360567 0.1746402 0.1454473 0.1726551 0.1440554 0.178618 0.1342114 0.1887148 0.1351099 0.179458 0.1431012 0.1879021 0.1267918 0.1781147 0.1351099 0.179458 0.1259638 0.1880492 0.1360567 0.1746402 0.1351099 0.179458 0.1282002 0.1725751 0.153338 0.1698353 0.1519996 0.1762992 0.1454473 0.1726551 0.1594431 0.1732409 0.1580873 0.1832085 0.1508736 0.1858621 0.1508736 0.1858621 0.1431012 0.1879021 0.1440554 0.178618 0.3269615 0.1944791 0.3376256 0.1994377 0.3280406 0.2031006 0.3472157 0.2025882 0.3376256 0.1994377 0.3468887 0.1872654 0.3472157 0.2025882 0.3490934 0.2156468 0.3389849 0.2111504 0.3380708 0.1702776 0.3372449 0.1804001 0.3316578 0.1745291 0.3380708 0.1702776 0.3426868 0.170345 0.3427284 0.1795465 0.3427284 0.1795465 0.3468887 0.1872654 0.3375512 0.1887906 0.3462095 0.1369398 0.3515679 0.1314045 0.3454325 0.1520789 0.3380708 0.1702776 0.3413931 0.1544346 0.3426868 0.170345 0.1346294 0.0971809 0.1316917 0.09306514 0.1352406 0.09579175 0.1346294 0.0971809 0.1337785 0.09787553 0.131067 0.09396123 0.1292786 0.08969247 0.1316917 0.09306514 0.1288129 0.09081256 0.1414096 0.1068916 0.1403372 0.1075654 0.136988 0.1022736 0.1346294 0.0971809 0.1379784 0.1016128 0.1337785 0.09787553 0.1469902 0.1199083 0.1458434 0.1203826 0.1434678 0.1141607 0.1414096 0.1068916 0.1445934 0.1135483 0.1403372 0.1075654 0.1510268 0.1451414 0.1532351 0.1453009 0.1517377 0.1543449 0.1510268 0.1451414 0.1493586 0.1372065 0.1510282 0.1379195 0.1469278 0.1245537 0.1480602 0.1242968 0.1474723 0.1279424 0.1469902 0.1199083 0.1480602 0.1242968 0.1458434 0.1203826 0.1482282 0.1318168 0.1495622 0.1323552 0.1493586 0.1372065 0.1482282 0.1318168 0.1474723 0.1279424 0.148639 0.1280128 0.3401337 0.141918 0.3459798 0.1246541 0.3420413 0.1409128 0.3449914 0.1242291 0.3459798 0.1246541 0.3393565 0.1414393 0.3449914 0.1242291 0.3524687 0.1065143 0.3534498 0.1078528 0.1617764 0.1572811 0.1610745 0.1657554 0.1589102 0.1594093 0.1603054 0.15199 0.1608645 0.1565477 0.1584062 0.1516662 0.1615635 0.1525239 0.1608645 0.1565477 0.1610215 0.1504217 0.1617764 0.1572811 0.1608645 0.1565477 0.1620404 0.1528881 0.1272361 0.2060778 0.1207867 0.2050094 0.1259638 0.1880492 0.1272361 0.2060778 0.1295584 0.2281535 0.1220957 0.2281565 0.1149759 0.2042079 0.1207867 0.2050094 0.114432 0.228072 0.1149759 0.2042079 0.1154371 0.183971 0.120118 0.1856544 0.1342114 0.1887148 0.1431012 0.1879021 0.1430137 0.2054263 0.1430137 0.2054263 0.1433596 0.2270704 0.136615 0.2281565 0.1272361 0.2060778 0.1349932 0.2063428 0.1295584 0.2281535 0.1272361 0.2060778 0.1259638 0.1880492 0.1342114 0.1887148 0.1571027 0.1996944 0.1502534 0.2029502 0.1580873 0.1832085 0.1498862 0.2238008 0.1502534 0.2029502 0.1563038 0.2194395 0.1498862 0.2238008 0.1433596 0.2270704 0.1430137 0.2054263 0.1508736 0.1858621 0.1502534 0.2029502 0.1431012 0.1879021 0.3518254 0.2255581 0.3431457 0.2227374 0.3490934 0.2156468 0.3518254 0.2255581 0.3549845 0.2338958 0.3487073 0.2342616 0.3344511 0.2167704 0.3431457 0.2227374 0.3435274 0.2329642 0.3344511 0.2167704 0.3280406 0.2031006 0.3389849 0.2111504 0.9203464 0.4284535 0.9240629 0.4314579 0.9001647 0.4490588 0.9417132 0.4096475 0.9240629 0.4314579 0.9389175 0.408178 0.9417132 0.4096475 0.9445394 0.4111861 0.9281553 0.4341862 0.9050149 0.454152 0.9240629 0.4314579 0.9108 0.4585495 0.9145856 0.4209414 0.9175586 0.4246485 0.8935559 0.4369184 0.9366317 0.406217 0.9175586 0.4246485 0.9341998 0.4043959 0.9203464 0.4284535 0.9175586 0.4246485 0.9389175 0.408178 0.9203464 0.4284535 0.9001647 0.4490588 0.8969231 0.4429411 0.8883287 0.4321105 0.8821716 0.4279098 0.9053913 0.4160186 0.9309664 0.4033466 0.9103133 0.4182308 0.9273321 0.4026831 0.9309664 0.4033466 0.9341998 0.4043959 0.9145856 0.4209414 0.8883287 0.4321105 0.9103133 0.4182308 0.8935559 0.4369184 0.8656201 0.4802232 0.8636134 0.4845522 0.8466278 0.4657439 0.8857019 0.4999653 0.8636134 0.4845522 0.8861626 0.4948316 0.8857019 0.4999653 0.8863077 0.5047863 0.8618655 0.4877831 0.8618655 0.4877831 0.8374953 0.4684744 0.842529 0.4682177 0.9366317 0.406217 0.9341998 0.4043959 0.9509837 0.3867138 0.9669657 0.3686594 0.9525799 0.3875077 0.9663521 0.3684632 0.9669657 0.3686594 0.9680069 0.3692758 0.9542675 0.388562 0.9366317 0.406217 0.9525799 0.3875077 0.9389175 0.408178 0.9309664 0.4033466 0.9273321 0.4026831 0.9467151 0.386459 0.9656162 0.368555 0.948957 0.3864531 0.9648191 0.3687907 0.9656162 0.368555 0.9663521 0.3684632 0.9509837 0.3867138 0.9309664 0.4033466 0.948957 0.3864531 0.9341998 0.4043959 0.8857019 0.4999653 0.8861626 0.4948316 0.9098059 0.509698 0.9348997 0.5261849 0.9097988 0.5135357 0.9349995 0.5246936 0.9348997 0.5261849 0.9355511 0.5272659 0.9108934 0.5171788 0.8857019 0.4999653 0.9097988 0.5135357 0.8863077 0.5047863 0.888756 0.4890726 0.8927622 0.4832739 0.9153819 0.5010907 0.9153819 0.5010907 0.9388909 0.5196081 0.9366019 0.5223814 0.9366019 0.5223814 0.9349995 0.5246936 0.9098059 0.509698 0.888756 0.4890726 0.9120167 0.5054711 0.8861626 0.4948316 0.153338 0.1698353 0.1454473 0.1726551 0.1499961 0.1635401 0.1548639 0.1536318 0.1545955 0.1620448 0.1517377 0.1543449 0.1223248 0.08496016 0.1177472 0.08345878 0.1223178 0.08420026 0.1498146 0.1541761 0.1517377 0.1543449 0.1499961 0.1635401 0.1499961 0.1635401 0.1454473 0.1726551 0.142247 0.1690763 0.1454088 0.1610493 0.1471877 0.1629815 0.1407308 0.1659584 0.1454088 0.1610493 0.148168 0.1533925 0.1498146 0.1541761 0.142247 0.1690763 0.1454473 0.1726551 0.1360567 0.1746402 0.1286691 0.1677308 0.1354198 0.1703293 0.1282002 0.1725751 0.1286691 0.1677308 0.1294564 0.1637566 0.1348086 0.1664569 0.142247 0.1690763 0.1354198 0.1703293 0.1407308 0.1659584 0.131067 0.09396123 0.1306434 0.09415656 0.1288129 0.09081256 0.1326087 0.0970987 0.1306434 0.09415656 0.1337785 0.09787553 0.1290608 0.09205389 0.1306434 0.09415656 0.1302252 0.09476584 0.1347496 0.1010496 0.1359159 0.1017562 0.1386574 0.1076962 0.1347496 0.1010496 0.1302252 0.09476584 0.1326087 0.0970987 0.1326087 0.0970987 0.1337785 0.09787553 0.136988 0.1022736 0.136988 0.1022736 0.1403372 0.1075654 0.1396141 0.1077078 0.1450017 0.1207279 0.1436771 0.1210787 0.1419162 0.1147881 0.1419162 0.1147881 0.1386574 0.1076962 0.1396141 0.1077078 0.1434678 0.1141607 0.142752 0.1145323 0.1403372 0.1075654 0.1450017 0.1207279 0.142752 0.1145323 0.1458434 0.1203826 0.1483338 0.1446508 0.1497007 0.1447913 0.148168 0.1533925 0.1483338 0.1446508 0.1472306 0.1367943 0.1483679 0.1366199 0.1510268 0.1451414 0.1497007 0.1447913 0.1493586 0.1372065 0.1510268 0.1451414 0.1517377 0.1543449 0.1498146 0.1541761 0.1465739 0.1279584 0.1453084 0.1283469 0.1447255 0.1251547 0.1450017 0.1207279 0.1460353 0.124793 0.1436771 0.1210787 0.1450017 0.1207279 0.1458434 0.1203826 0.1469278 0.1245537 0.1469278 0.1245537 0.1474723 0.1279424 0.1465739 0.1279584 0.1483679 0.1366199 0.1472306 0.1367943 0.1461828 0.1317933 0.1465739 0.1279584 0.1473385 0.1314548 0.1453084 0.1283469 0.1482282 0.1318168 0.1473385 0.1314548 0.1474723 0.1279424 0.1482282 0.1318168 0.1493586 0.1372065 0.1483679 0.1366199 0.3490983 0.1839362 0.3515599 0.1845704 0.3468887 0.1872654 0.3490983 0.1839362 0.3498034 0.1822788 0.3515313 0.1832573 0.3541036 0.1830416 0.3515599 0.1845704 0.3531699 0.1821052 0.3541036 0.1830416 0.3553506 0.1840506 0.3523032 0.1862258 0.3664898 0.1040189 0.3730173 0.1015463 0.3730182 0.1047582 0.3730182 0.1047582 0.3730189 0.1069085 0.3682498 0.1083172 0.3682498 0.1083172 0.3641022 0.1118236 0.3630739 0.110245 0.3630739 0.110245 0.3604005 0.1107293 0.3664898 0.1040189 0.1451214 0.1383643 0.1440505 0.1333559 0.1472306 0.1367943 0.1451214 0.1383643 0.1422397 0.1404591 0.1418331 0.1350216 0.1430404 0.1293941 0.1440505 0.1333559 0.139979 0.1305653 0.1430404 0.1293941 0.1453084 0.1283469 0.1461828 0.1317933 0.1430404 0.1293941 0.1423407 0.1257787 0.1453084 0.1283469 0.1430404 0.1293941 0.139979 0.1305653 0.1399878 0.1263698 0.1399878 0.1263698 0.1385564 0.1227057 0.1415168 0.122635 0.1415168 0.122635 0.1436771 0.1210787 0.1447255 0.1251547 0.1458709 0.1522607 0.1460034 0.14512 0.148168 0.1533925 0.1458709 0.1522607 0.1430516 0.1511335 0.1435561 0.1457574 0.1451214 0.1383643 0.1460034 0.14512 0.1422397 0.1404591 0.1451214 0.1383643 0.1472306 0.1367943 0.1483338 0.1446508 0.1454088 0.1610493 0.1407308 0.1659584 0.1404351 0.1623941 0.1426684 0.1561307 0.143898 0.158424 0.1405637 0.1594153 0.1426684 0.1561307 0.1430516 0.1511335 0.1458709 0.1522607 0.1454088 0.1610493 0.143898 0.158424 0.148168 0.1533925 0.1348086 0.1664569 0.1294564 0.1637566 0.13182 0.1608268 0.137263 0.1602975 0.1358326 0.1629548 0.134359 0.158878 0.137263 0.1602975 0.1405637 0.1594153 0.1404351 0.1623941 0.1348086 0.1664569 0.1358326 0.1629548 0.1407308 0.1659584 0.1296433 0.1513634 0.130127 0.1567304 0.1250641 0.1528264 0.1296433 0.1513634 0.1346842 0.1502695 0.1334441 0.1552574 0.13182 0.1608268 0.130127 0.1567304 0.134359 0.158878 0.13182 0.1608268 0.1294564 0.1637566 0.1264882 0.1590688 0.1289857 0.125024 0.1294503 0.1283431 0.1255847 0.1260551 0.1289857 0.125024 0.1321787 0.1239427 0.1319691 0.1278887 0.1319691 0.1278887 0.133264 0.1316954 0.1295995 0.1317453 0.1295995 0.1317453 0.1257233 0.1317761 0.1258529 0.1289802 0.1295995 0.1317453 0.1293589 0.1354068 0.1257233 0.1317761 0.1328328 0.1362129 0.1293589 0.1354068 0.133264 0.1316954 0.1328328 0.1362129 0.1343072 0.1411824 0.1291161 0.1398065 0.1249986 0.1346395 0.1293589 0.1354068 0.124324 0.1387937 0.1243443 0.145462 0.124324 0.1387937 0.1291161 0.1398065 0.1334115 0.1456938 0.1292586 0.1454238 0.1343072 0.1411824 0.1334115 0.1456938 0.1346842 0.1502695 0.1296433 0.1513634 0.1243443 0.145462 0.1292586 0.1454238 0.1250641 0.1528264 0.3678337 0.1344362 0.3664785 0.1389966 0.3647391 0.1363795 0.3647391 0.1363795 0.361898 0.1366646 0.3639798 0.1318335 0.3673677 0.1276557 0.3660862 0.1315228 0.364813 0.127175 0.3678337 0.1344362 0.3660862 0.1315228 0.3689172 0.1313748 0.3701829 0.1279838 0.3689172 0.1313748 0.3673677 0.1276557 0.3673677 0.1276557 0.364813 0.127175 0.3674656 0.1227913 0.3674656 0.1227913 0.3691664 0.118072 0.3704632 0.1202123 0.3701829 0.1279838 0.3689066 0.123551 0.3713858 0.1246756 0.3643971 0.1468846 0.3622651 0.1548945 0.3612667 0.1506667 0.3613228 0.1417924 0.3630034 0.1434528 0.3597575 0.1464521 0.3613228 0.1417924 0.361898 0.1366646 0.3647391 0.1363795 0.3643971 0.1468846 0.3630034 0.1434528 0.3664785 0.1389966 0.3567428 0.1796135 0.3553506 0.1840506 0.3541036 0.1830416 0.3541036 0.1830416 0.3531699 0.1821052 0.3539372 0.1787593 0.3539372 0.1787593 0.3537948 0.1743111 0.355742 0.1745209 0.3567428 0.1796135 0.3552529 0.1791524 0.3572708 0.1747655 0.3577255 0.1713573 0.3572708 0.1747655 0.355742 0.1745209 0.355742 0.1745209 0.3537948 0.1743111 0.355051 0.1702547 0.355051 0.1702547 0.3553814 0.1659176 0.3569874 0.1673783 0.3577255 0.1713573 0.3563053 0.1707653 0.3582165 0.1686583 0.3559658 0.1255335 0.3571679 0.1203501 0.359438 0.123636 0.3552049 0.1198758 0.3571679 0.1203501 0.3515679 0.1314045 0.3595084 0.1169045 0.3571679 0.1203501 0.3604005 0.1107293 0.357231 0.1301878 0.3561593 0.1362138 0.3542485 0.1329392 0.3559658 0.1255335 0.3556353 0.1296811 0.3515679 0.1314045 0.3559658 0.1255335 0.359438 0.123636 0.357231 0.1301878 0.3595084 0.1169045 0.3610524 0.1145614 0.359438 0.123636 0.3595084 0.1169045 0.3604005 0.1107293 0.3630739 0.110245 0.3614354 0.1168684 0.3610524 0.1145614 0.3641022 0.1118236 0.3526907 0.1384137 0.3538224 0.1367916 0.3539698 0.1450527 0.3542485 0.1329392 0.3538224 0.1367916 0.3515679 0.1314045 0.354745 0.1399028 0.3538224 0.1367916 0.3561593 0.1362138 0.3470833 0.1801098 0.3454041 0.1779893 0.3480889 0.17456 0.3427284 0.1795465 0.3454041 0.1779893 0.3468887 0.1872654 0.3452579 0.1739436 0.3454041 0.1779893 0.3426868 0.170345 0.3490983 0.1839362 0.3481952 0.1813364 0.3498034 0.1822788 0.3470833 0.1801098 0.3481952 0.1813364 0.3468887 0.1872654 0.3470833 0.1801098 0.3480889 0.17456 0.3487681 0.1792329 0.3452579 0.1739436 0.3462018 0.1707605 0.3480889 0.17456 0.346147 0.1678844 0.3462018 0.1707605 0.3426868 0.170345 0.346147 0.1678844 0.3493185 0.1655369 0.3480476 0.1699919 0.1384227 0.1121482 0.1404305 0.1150531 0.1368281 0.1156092 0.1384227 0.1121482 0.1386574 0.1076962 0.1419162 0.1147881 0.1419162 0.1147881 0.1436771 0.1210787 0.1405617 0.118212 0.1363515 0.1080985 0.1368421 0.1104948 0.1338913 0.1085037 0.1384227 0.1121482 0.1368421 0.1104948 0.1386574 0.1076962 0.1384227 0.1121482 0.1368281 0.1156092 0.1356968 0.1116742 0.1382581 0.1193526 0.1368281 0.1156092 0.1405617 0.118212 0.1415168 0.122635 0.1401339 0.1200883 0.1436771 0.1210787 0.1382581 0.1193526 0.1401339 0.1200883 0.1385564 0.1227057 0.1308137 0.09851771 0.1334763 0.1011429 0.1307322 0.1020129 0.1308137 0.09851771 0.1302252 0.09476584 0.1347496 0.1010496 0.1346887 0.1041831 0.1334763 0.1011429 0.1386574 0.1076962 0.1278809 0.09450089 0.1289582 0.09695202 0.1261146 0.09516817 0.1308137 0.09851771 0.1289582 0.09695202 0.1302252 0.09476584 0.1308137 0.09851771 0.1307322 0.1020129 0.1284855 0.09814041 0.1329112 0.1054198 0.1307322 0.1020129 0.1346887 0.1041831 0.1363515 0.1080985 0.1348467 0.1060072 0.1386574 0.1076962 0.1329112 0.1054198 0.1348467 0.1060072 0.1338913 0.1085037 0.1229133 0.1043781 0.1242466 0.1077483 0.1211607 0.1053791 0.1229133 0.1043781 0.1248143 0.1029855 0.1258675 0.1066396 0.1255884 0.1113364 0.1242466 0.1077483 0.1279624 0.1100358 0.1255884 0.1113364 0.1232308 0.1126013 0.1221956 0.1089136 0.1255884 0.1113364 0.1266029 0.1147812 0.1232308 0.1126013 0.1255884 0.1113364 0.1279624 0.1100358 0.1285038 0.1138042 0.1274476 0.1181757 0.1266029 0.1147812 0.1302348 0.1170028 0.1274476 0.1181757 0.1245437 0.1194096 0.1239644 0.1160544 0.1274476 0.1181757 0.12828 0.1216124 0.1245437 0.1194096 0.1274476 0.1181757 0.1302348 0.1170028 0.1305567 0.1206734 0.1289857 0.125024 0.12828 0.1216124 0.1321787 0.1239427 0.1289857 0.125024 0.1255847 0.1260551 0.1251161 0.1228041 0.3541048 0.1671959 0.3553814 0.1659176 0.355051 0.1702547 0.355051 0.1702547 0.3537948 0.1743111 0.3530272 0.1729847 0.3530272 0.1729847 0.352595 0.1727187 0.3535763 0.1703338 0.3541048 0.1671959 0.354238 0.1701347 0.3534783 0.1678597 0.3523738 0.1654725 0.3522059 0.1660197 0.3493185 0.1655369 0.3523738 0.1654725 0.3553814 0.1659176 0.3541048 0.1671959 0.3541048 0.1671959 0.3534783 0.1678597 0.3519576 0.1668493 0.3519576 0.1668493 0.3501669 0.167492 0.3499791 0.1668123 0.349088 0.1728363 0.3480889 0.17456 0.3480476 0.1699919 0.3480476 0.1699919 0.3493185 0.1655369 0.3499791 0.1668123 0.349259 0.1699773 0.3488614 0.16978 0.3501669 0.167492 0.349259 0.1699773 0.3494304 0.1725518 0.349088 0.1728363 0.3527239 0.1756269 0.3537948 0.1743111 0.3539372 0.1787593 0.3527046 0.1816302 0.3532338 0.1786428 0.3531699 0.1821052 0.3527046 0.1816302 0.3524855 0.1813275 0.3528459 0.1787051 0.3527239 0.1756269 0.3532338 0.1786428 0.3523372 0.1760541 0.3491622 0.1755365 0.3480889 0.17456 0.3509253 0.1742291 0.3509253 0.1742291 0.3537948 0.1743111 0.3527239 0.1756269 0.3527239 0.1756269 0.3523372 0.1760541 0.3508393 0.1751341 0.3508393 0.1751341 0.3494756 0.1759709 0.3491622 0.1755365 0.3500322 0.1815504 0.3498034 0.1822788 0.3487681 0.1792329 0.3487681 0.1792329 0.3480889 0.17456 0.3491622 0.1755365 0.3493695 0.1785904 0.3490777 0.1785293 0.3494756 0.1759709 0.3500322 0.1815504 0.3490777 0.1785293 0.3501324 0.1812386 0.3527046 0.1816302 0.3531699 0.1821052 0.3515313 0.1832573 0.3500322 0.1815504 0.3514393 0.1825917 0.3498034 0.1822788 0.3500322 0.1815504 0.3501324 0.1812386 0.351376 0.1821615 0.351376 0.1821615 0.3524855 0.1813275 0.3527046 0.1816302 0.3555085 0.1431948 0.3539698 0.1450527 0.354745 0.1399028 0.354745 0.1399028 0.3561593 0.1362138 0.3564517 0.1384237 0.3559105 0.1406851 0.3553808 0.1407883 0.3565939 0.1390613 0.3555085 0.1431948 0.3553808 0.1407883 0.3560729 0.1423149 0.3590697 0.1434836 0.3597575 0.1464521 0.3569609 0.1454662 0.3569609 0.1454662 0.3539698 0.1450527 0.3555085 0.1431948 0.35721 0.142926 0.3571261 0.1441616 0.3560729 0.1423149 0.35721 0.142926 0.3585433 0.1424226 0.3590697 0.1434836 0.3600819 0.1383864 0.361898 0.1366646 0.3613228 0.1417924 0.3613228 0.1417924 0.3597575 0.1464521 0.3590697 0.1434836 0.3590697 0.1434836 0.3585433 0.1424226 0.3592938 0.140709 0.3600819 0.1383864 0.360175 0.140956 0.3591986 0.1389893 0.3589128 0.136694 0.3584297 0.1375827 0.3561593 0.1362138 0.3589128 0.136694 0.361898 0.1366646 0.3600819 0.1383864 0.3579943 0.1384681 0.3584297 0.1375827 0.3591986 0.1389893 0.3579943 0.1384681 0.3565939 0.1390613 0.3564517 0.1384237 0.3673913 0.1183754 0.3691664 0.118072 0.3674656 0.1227913 0.3674656 0.1227913 0.364813 0.127175 0.3646253 0.124949 0.3659518 0.1216155 0.3665844 0.1221603 0.3644791 0.1240465 0.3659518 0.1216155 0.366584 0.1184962 0.3673913 0.1183754 0.3639518 0.1149597 0.3641022 0.1118236 0.366606 0.1146015 0.3673913 0.1183754 0.3661354 0.1155008 0.3691664 0.118072 0.3673913 0.1183754 0.366584 0.1184962 0.3657735 0.1164728 0.3639518 0.1149597 0.3661354 0.1155008 0.3642116 0.1163326 0.3611516 0.1223871 0.359438 0.123636 0.3614354 0.1168684 0.3639518 0.1149597 0.3619756 0.1181752 0.3641022 0.1118236 0.3625897 0.1188627 0.3619756 0.1181752 0.3642116 0.1163326 0.3611516 0.1223871 0.3619756 0.1181752 0.3618083 0.122081 0.3646253 0.124949 0.364813 0.127175 0.3620812 0.1256306 0.3611516 0.1223871 0.3624246 0.1248348 0.359438 0.123636 0.3611516 0.1223871 0.3618083 0.122081 0.3627679 0.1240053 0.3627679 0.1240053 0.3644791 0.1240465 0.3646253 0.124949 0.3631277 0.1284426 0.364813 0.127175 0.3639798 0.1318335 0.3639798 0.1318335 0.361898 0.1366646 0.3616315 0.1344717 0.3624904 0.1312208 0.3629948 0.1316124 0.3615675 0.1334164 0.3624904 0.1312208 0.3624359 0.1288242 0.3631277 0.1284426 0.359656 0.1268381 0.359438 0.123636 0.3620812 0.1256306 0.3620812 0.1256306 0.364813 0.127175 0.3631277 0.1284426 0.3631277 0.1284426 0.3624359 0.1288242 0.3612828 0.1274643 0.3612828 0.1274643 0.3597562 0.1277816 0.359656 0.1268381 0.357231 0.1301878 0.3580734 0.1303705 0.3561593 0.1362138 0.359656 0.1268381 0.3580734 0.1303705 0.359438 0.123636 0.3585807 0.130417 0.3580734 0.1303705 0.3597562 0.1277816 0.3577211 0.1342135 0.3580734 0.1303705 0.3583827 0.1332533 0.3589128 0.136694 0.3593904 0.1354596 0.361898 0.1366646 0.3589128 0.136694 0.3561593 0.1362138 0.3577211 0.1342135 0.3577211 0.1342135 0.3583827 0.1332533 0.3597883 0.1341735 0.3597883 0.1341735 0.3615675 0.1334164 0.3616315 0.1344717 0.3693686 0.1156319 0.3691664 0.118072 0.366606 0.1146015 0.366606 0.1146015 0.3641022 0.1118236 0.3668622 0.1115286 0.3683622 0.1133423 0.3674266 0.1138787 0.3682048 0.111773 0.3693686 0.1156319 0.3674266 0.1138787 0.3695914 0.1144846 0.126103 0.09636217 0.1261146 0.09516817 0.1284855 0.09814041 0.1284855 0.09814041 0.1307322 0.1020129 0.1290913 0.1011894 0.1276845 0.09874927 0.1281062 0.09860014 0.1285887 0.1009572 0.1276845 0.09874927 0.1260221 0.09678465 0.126103 0.09636217 0.1290913 0.1011894 0.1307322 0.1020129 0.1277385 0.1024178 0.1277385 0.1024178 0.1248143 0.1029855 0.1253184 0.1018096 0.1253184 0.1018096 0.1256476 0.101417 0.1274349 0.1018376 0.1290913 0.1011894 0.1275832 0.1022318 0.1285887 0.1009572 0.1329112 0.1054198 0.1318669 0.1051031 0.1307322 0.1020129 0.1329112 0.1054198 0.1338913 0.1085037 0.1322968 0.107385 0.1312777 0.1050663 0.1318669 0.1051031 0.1316549 0.1069591 0.1312777 0.1050663 0.1300471 0.1032951 0.1302257 0.1030252 0.1267067 0.1035294 0.1248143 0.1029855 0.1277385 0.1024178 0.1302257 0.1030252 0.1281401 0.1025328 0.1307322 0.1020129 0.1302257 0.1030252 0.1300471 0.1032951 0.1286197 0.1028696 0.1267067 0.1035294 0.1281401 0.1025328 0.127668 0.103664 0.1285482 0.1081042 0.1279624 0.1100358 0.1258675 0.1066396 0.1258675 0.1066396 0.1248143 0.1029855 0.1267067 0.1035294 0.127864 0.1055525 0.1270218 0.1059188 0.127668 0.103664 0.1285482 0.1081042 0.1270218 0.1059188 0.1289135 0.1073195 0.1322968 0.107385 0.1338913 0.1085037 0.1309569 0.1091173 0.1309569 0.1091173 0.1279624 0.1100358 0.1285482 0.1081042 0.1285482 0.1081042 0.1289135 0.1073195 0.130522 0.1077492 0.1322968 0.107385 0.1307486 0.1084892 0.1316549 0.1069591 0.1334477 0.1097838 0.1338913 0.1085037 0.1356968 0.1116742 0.1356968 0.1116742 0.1368281 0.1156092 0.1352593 0.1148558 0.1344764 0.11234 0.1350275 0.1121703 0.1347426 0.114663 0.1334477 0.1097838 0.1350275 0.1121703 0.133184 0.1102356 0.1294832 0.11074 0.1279624 0.1100358 0.1309569 0.1091173 0.1334477 0.1097838 0.1311768 0.1094265 0.1338913 0.1085037 0.1334477 0.1097838 0.133184 0.1102356 0.1314125 0.1098575 0.1294832 0.11074 0.1311768 0.1094265 0.1301469 0.1109392 0.131136 0.1156923 0.1302348 0.1170028 0.1285038 0.1138042 0.1285038 0.1138042 0.1279624 0.1100358 0.1294832 0.11074 0.1303721 0.113214 0.1296356 0.1133655 0.1301469 0.1109392 0.1303721 0.113214 0.1316233 0.1152703 0.131136 0.1156923 0.1352593 0.1148558 0.1368281 0.1156092 0.1335145 0.1163011 0.1335145 0.1163011 0.1302348 0.1170028 0.131136 0.1156923 0.1334359 0.1156965 0.1334863 0.1161094 0.1316233 0.1152703 0.1352593 0.1148558 0.1334863 0.1161094 0.1347426 0.114663 0.1360346 0.1169322 0.1368281 0.1156092 0.1382581 0.1193526 0.1382581 0.1193526 0.1385564 0.1227057 0.1373292 0.1216838 0.1368477 0.119309 0.1373702 0.1191711 0.1368604 0.1214542 0.1360346 0.1169322 0.1373702 0.1191711 0.135785 0.1173732 0.1319429 0.1177474 0.1302348 0.1170028 0.1335145 0.1163011 0.1335145 0.1163011 0.1368281 0.1156092 0.1360346 0.1169322 0.1360346 0.1169322 0.135785 0.1173732 0.1340889 0.1170032 0.1319429 0.1177474 0.1337794 0.1165468 0.1327222 0.1179956 0.133161 0.1225113 0.1321787 0.1239427 0.1305567 0.1206734 0.1305567 0.1206734 0.1302348 0.1170028 0.1319429 0.1177474 0.1326478 0.1201467 0.1318636 0.1202662 0.1327222 0.1179956 0.1326478 0.1201467 0.1336233 0.1220884 0.133161 0.1225113 0.1373292 0.1216838 0.1385564 0.1227057 0.135421 0.1232309 0.135421 0.1232309 0.1321787 0.1239427 0.133161 0.1225113 0.1354066 0.1224524 0.1354545 0.1228905 0.1336233 0.1220884 0.1373292 0.1216838 0.1354545 0.1228905 0.1368604 0.1214542 0.1200075 0.08824163 0.1198273 0.08836513 0.117639 0.08791553 0.1197168 0.09173017 0.1199026 0.09322559 0.1186408 0.09283274 0.1175522 0.09153771 0.1187604 0.09186208 0.1175283 0.0925408 0.1175522 0.09153771 0.1175798 0.09038096 0.1188051 0.09107941 0.1188051 0.09107941 0.1196635 0.09105122 0.1197168 0.09173017 0.1413053 0.1491859 0.1430516 0.1511335 0.1390299 0.1505203 0.1390299 0.1505203 0.1346842 0.1502695 0.136361 0.1486762 0.136361 0.1486762 0.1369678 0.1481916 0.1387346 0.1491378 0.1413053 0.1491859 0.1389143 0.1499183 0.1403372 0.1485623 0.1407471 0.1429808 0.1422397 0.1404591 0.1435561 0.1457574 0.1435561 0.1457574 0.1430516 0.1511335 0.1413053 0.1491859 0.1406363 0.1462902 0.1418384 0.1461214 0.1403372 0.1485623 0.1406363 0.1462902 0.1398203 0.1439201 0.1407471 0.1429808 0.1359448 0.1430341 0.1343072 0.1411824 0.1383978 0.1410968 0.1383978 0.1410968 0.1422397 0.1404591 0.1407471 0.1429808 0.1407471 0.1429808 0.1398203 0.1439201 0.1380773 0.1430506 0.1380773 0.1430506 0.1364987 0.1437028 0.1359448 0.1430341 0.136361 0.1486762 0.1346842 0.1502695 0.1334115 0.1456938 0.1334115 0.1456938 0.1343072 0.1411824 0.1359448 0.1430341 0.1361757 0.1458982 0.1353407 0.1458171 0.1364987 0.1437028 0.136361 0.1486762 0.1353407 0.1458171 0.1369678 0.1481916 0.1385076 0.1294125 0.139979 0.1305653 0.1366061 0.1311213 0.1366061 0.1311213 0.133264 0.1316954 0.1342141 0.1301758 0.1342141 0.1301758 0.1345516 0.1296982 0.136328 0.1301438 0.1385076 0.1294125 0.1364966 0.1306769 0.1378819 0.1291037 0.1376295 0.1241096 0.1385564 0.1227057 0.1399878 0.1263698 0.1399878 0.1263698 0.139979 0.1305653 0.1385076 0.1294125 0.1385076 0.1294125 0.1378819 0.1291037 0.1380771 0.1267733 0.1376295 0.1241096 0.1387736 0.1266327 0.1371753 0.1246425 0.133463 0.1248865 0.1321787 0.1239427 0.135421 0.1232309 0.135421 0.1232309 0.1385564 0.1227057 0.1376295 0.1241096 0.1354383 0.1242011 0.1354105 0.1236153 0.1371753 0.1246425 0.1354383 0.1242011 0.1339237 0.1252455 0.133463 0.1248865 0.1342141 0.1301758 0.133264 0.1316954 0.1319691 0.1278887 0.1319691 0.1278887 0.1321787 0.1239427 0.133463 0.1248865 0.1336892 0.1275716 0.1331335 0.1276595 0.1339237 0.1252455 0.1342141 0.1301758 0.1331335 0.1276595 0.1345516 0.1296982 0.1403655 0.1390794 0.1422397 0.1404591 0.1383978 0.1410968 0.1383978 0.1410968 0.1343072 0.1411824 0.1356939 0.1393833 0.1356939 0.1393833 0.1361125 0.1386141 0.1379317 0.1395283 0.1403655 0.1390794 0.1382315 0.1403207 0.1394249 0.1386398 0.1389792 0.1324068 0.139979 0.1305653 0.1418331 0.1350216 0.1418331 0.1350216 0.1422397 0.1404591 0.1403655 0.1390794 0.1394683 0.1358152 0.1404217 0.1356697 0.1394249 0.1386398 0.1389792 0.1324068 0.1404217 0.1356697 0.1384176 0.1330443 0.1346586 0.1329842 0.133264 0.1316954 0.1366061 0.1311213 0.1366061 0.1311213 0.139979 0.1305653 0.1389792 0.1324068 0.1389792 0.1324068 0.1384176 0.1330443 0.1366281 0.1323171 0.1366281 0.1323171 0.1351646 0.1333927 0.1346586 0.1329842 0.1356939 0.1393833 0.1343072 0.1411824 0.1328328 0.1362129 0.1328328 0.1362129 0.133264 0.1316954 0.1346586 0.1329842 0.1350914 0.1360303 0.1344269 0.1362572 0.1351646 0.1333927 0.1356939 0.1393833 0.1344269 0.1362572 0.1361125 0.1386141 0.1379317 0.1395283 0.1376642 0.1385567 0.1394249 0.1386398 0.1364941 0.1378433 0.1376642 0.1385567 0.1361125 0.1386141 0.1364941 0.1378433 0.1368571 0.1370717 0.137413 0.1374953 0.137413 0.1374953 0.1378398 0.1372371 0.1386027 0.1379908 0.1379352 0.1339685 0.1384176 0.1330443 0.1394683 0.1358152 0.1394683 0.1358152 0.1394249 0.1386398 0.1386027 0.1379908 0.1378366 0.1361382 0.138625 0.1359735 0.1378398 0.1372371 0.1379352 0.1339685 0.138625 0.1359735 0.1374925 0.1350359 0.1366281 0.1323171 0.1367377 0.1334396 0.1351646 0.1333927 0.1379352 0.1339685 0.1367377 0.1334396 0.1384176 0.1330443 0.1379352 0.1339685 0.1374925 0.1350359 0.1368966 0.1347678 0.1368966 0.1347678 0.1364298 0.1351817 0.1357718 0.13419 0.1364941 0.1378433 0.1361125 0.1386141 0.1350914 0.1360303 0.1350914 0.1360303 0.1351646 0.1333927 0.1357718 0.13419 0.136473 0.136125 0.1357769 0.1360228 0.1364298 0.1351817 0.1364941 0.1378433 0.1357769 0.1360228 0.1368571 0.1370717 0.137145 0.1286791 0.1378819 0.1291037 0.136328 0.1301438 0.1349796 0.129045 0.1361398 0.1293929 0.1345516 0.1296982 0.1349796 0.129045 0.1354526 0.128304 0.1359416 0.1285332 0.137145 0.1286791 0.1361398 0.1293929 0.1363523 0.1281965 0.1366869 0.1254521 0.1371753 0.1246425 0.1380771 0.1267733 0.137145 0.1286791 0.137278 0.1269977 0.1378819 0.1291037 0.137145 0.1286791 0.1363523 0.1281965 0.1364275 0.1272638 0.1366869 0.1254521 0.137278 0.1269977 0.1361814 0.1263999 0.1354383 0.1242011 0.1355199 0.1251458 0.1339237 0.1252455 0.1366869 0.1254521 0.1355199 0.1251458 0.1371753 0.1246425 0.1366869 0.1254521 0.1361814 0.1263999 0.1356283 0.1262699 0.1356283 0.1262699 0.1351535 0.1267057 0.1345078 0.1259014 0.1336892 0.1275716 0.1343816 0.1275411 0.1345516 0.1296982 0.1336892 0.1275716 0.1339237 0.1252455 0.1345078 0.1259014 0.1351425 0.1275393 0.1343816 0.1275411 0.1351535 0.1267057 0.1351425 0.1275393 0.1354526 0.128304 0.1349796 0.129045 0.1387346 0.1491378 0.1387016 0.1482359 0.1403372 0.1485623 0.1376053 0.1476278 0.1387016 0.1482359 0.1369678 0.1481916 0.1376053 0.1476278 0.1382582 0.1470243 0.1387417 0.1472733 0.1387417 0.1472733 0.1390844 0.1470237 0.1396424 0.1478221 0.1391567 0.1447871 0.1398203 0.1439201 0.1406363 0.1462902 0.1406363 0.1462902 0.1403372 0.1485623 0.1396424 0.1478221 0.1389861 0.1463358 0.1397358 0.1463422 0.1390844 0.1470237 0.1391567 0.1447871 0.1397358 0.1463422 0.1386248 0.145618 0.1380773 0.1430506 0.1380802 0.1441478 0.1364987 0.1437028 0.1391567 0.1447871 0.1380802 0.1441478 0.1398203 0.1439201 0.1391567 0.1447871 0.1386248 0.145618 0.1381783 0.1452786 0.1381783 0.1452786 0.1378726 0.1454378 0.1371591 0.1445306 0.1376053 0.1476278 0.1369678 0.1481916 0.1361757 0.1458982 0.1361757 0.1458982 0.1364987 0.1437028 0.1371591 0.1445306 0.1379339 0.1462161 0.137046 0.1460416 0.1378726 0.1454378 0.1376053 0.1476278 0.137046 0.1460416 0.1382582 0.1470243 0.1194952 0.08861798 0.1198273 0.08836513 0.1200339 0.08979451 0.1200339 0.08979451 0.1196635 0.09105122 0.1194568 0.09044241 0.1192156 0.08944469 0.1196765 0.08959448 0.1191734 0.08986878 0.1194952 0.08861798 0.1196765 0.08959448 0.1190871 0.08893543 0.1194952 0.08861798 0.1182656 0.0884152 0.1198273 0.08836513 0.1182799 0.08987355 0.1175798 0.09038096 0.1176115 0.08906269 0.1185329 0.08910381 0.1186678 0.08954489 0.1182799 0.08987355 0.1188051 0.09107941 0.1188664 0.09043157 0.1196635 0.09105122 0.1182799 0.08987355 0.1188664 0.09043157 0.1175798 0.09038096 0.1182799 0.08987355 0.1186678 0.08954489 0.118936 0.08985102 0.1194568 0.09044241 0.1188664 0.09043157 0.1191734 0.08986878 0.1353564 0.118099 0.135785 0.1173732 0.1368477 0.119309 0.1361014 0.1210989 0.1360678 0.1195315 0.1368604 0.1214542 0.1361014 0.1210989 0.1351973 0.1206806 0.1351594 0.1197963 0.1353564 0.118099 0.1360678 0.1195315 0.1348382 0.1189672 0.1340889 0.1170032 0.134251 0.117827 0.1327222 0.1179956 0.1340889 0.1170032 0.135785 0.1173732 0.1353564 0.118099 0.1343395 0.1188345 0.134251 0.117827 0.1348382 0.1189672 0.1343395 0.1188345 0.1339675 0.1192378 0.1333761 0.1185421 0.1326478 0.1201467 0.133356 0.1200708 0.1336233 0.1220884 0.1326478 0.1201467 0.1327222 0.1179956 0.1333761 0.1185421 0.1340264 0.1200169 0.133356 0.1200708 0.1339675 0.1192378 0.1340139 0.1214647 0.133356 0.1200708 0.1343685 0.1207408 0.1361014 0.1210989 0.1368604 0.1214542 0.1354066 0.1224524 0.1340139 0.1214647 0.1351729 0.1217753 0.1336233 0.1220884 0.1340139 0.1214647 0.1343685 0.1207408 0.1348463 0.1209787 0.1361014 0.1210989 0.1351729 0.1217753 0.1351973 0.1206806 0.1328107 0.1111094 0.133184 0.1102356 0.1344764 0.11234 0.1344764 0.11234 0.1347426 0.114663 0.1339107 0.1141101 0.1327748 0.112755 0.1336855 0.11254 0.1329211 0.1133772 0.1328107 0.1111094 0.1336855 0.11254 0.1323825 0.1121942 0.1314125 0.1098575 0.1316684 0.1108511 0.1301469 0.1109392 0.1328107 0.1111094 0.1316684 0.1108511 0.133184 0.1102356 0.1328107 0.1111094 0.1323825 0.1121942 0.1319344 0.1121259 0.1319344 0.1121259 0.1316605 0.1124336 0.1308851 0.1115767 0.1319384 0.1144803 0.1316233 0.1152703 0.1303721 0.113214 0.1303721 0.113214 0.1301469 0.1109392 0.1308851 0.1115767 0.1317911 0.1130006 0.131087 0.1130983 0.1316605 0.1124336 0.1319384 0.1144803 0.131087 0.1130983 0.1321675 0.1135062 0.1334359 0.1156965 0.133104 0.1147872 0.1347426 0.114663 0.1319384 0.1144803 0.133104 0.1147872 0.1316233 0.1152703 0.1319384 0.1144803 0.1321675 0.1135062 0.1326314 0.1136296 0.1326314 0.1136296 0.1329211 0.1133772 0.1339107 0.1141101 0.1299232 0.1040528 0.1300471 0.1032951 0.1312777 0.1050663 0.1309525 0.1066314 0.1307078 0.1053185 0.1316549 0.1069591 0.1309525 0.1066314 0.1302199 0.1063529 0.1301474 0.1057152 0.1299232 0.1040528 0.1307078 0.1053185 0.1298266 0.1050543 0.1286197 0.1028696 0.129009 0.1037213 0.127668 0.103664 0.1299232 0.1040528 0.129009 0.1037213 0.1300471 0.1032951 0.1299232 0.1040528 0.1298266 0.1050543 0.129353 0.1048303 0.129353 0.1048303 0.1290283 0.1050257 0.1284044 0.1042356 0.127864 0.1055525 0.1285486 0.1055074 0.1289135 0.1073195 0.127864 0.1055525 0.127668 0.103664 0.1284044 0.1042356 0.1291543 0.1056229 0.1285486 0.1055074 0.1290283 0.1050257 0.1291543 0.1056229 0.1295285 0.1062432 0.1292325 0.106732 0.1309525 0.1066314 0.1316549 0.1069591 0.130522 0.1077492 0.1292325 0.106732 0.1302474 0.1071047 0.1289135 0.1073195 0.1292325 0.106732 0.1295285 0.1062432 0.1299487 0.1065077 0.1309525 0.1066314 0.1302474 0.1071047 0.1302199 0.1063529 0.1259566 0.09769082 0.1260221 0.09678465 0.1276845 0.09874927 0.1276845 0.09874927 0.1285887 0.1009572 0.1277482 0.1004902 0.1263956 0.09931629 0.1270846 0.09900593 0.1267387 0.09990584 0.1259566 0.09769082 0.1270846 0.09900593 0.1258988 0.09883886 0.124901 0.09663414 0.1252573 0.09759044 0.1244134 0.09778451 0.1259566 0.09769082 0.1252573 0.09759044 0.1260221 0.09678465 0.1259566 0.09769082 0.1258988 0.09883886 0.1256195 0.09889477 0.1256195 0.09889477 0.1255746 0.09927356 0.1250072 0.09836703 0.125911 0.1008293 0.1256476 0.101417 0.1246514 0.09972238 0.1246514 0.09972238 0.1244134 0.09778451 0.1250072 0.09836703 0.1257813 0.09976476 0.1252269 0.09968274 0.1255746 0.09927356 0.125911 0.1008293 0.1252269 0.09968274 0.1261416 0.1001439 0.1274349 0.1018376 0.1270542 0.1010982 0.1285887 0.1009572 0.125911 0.1008293 0.1270542 0.1010982 0.1256476 0.101417 0.125911 0.1008293 0.1261416 0.1001439 0.1265574 0.1001863 0.1265574 0.1001863 0.1267387 0.09990584 0.1277482 0.1004902 0.3683622 0.1133423 0.3691778 0.1130021 0.3695914 0.1144846 0.3683622 0.1133423 0.3682048 0.111773 0.3691578 0.1120213 0.3699333 0.11276 0.3691778 0.1130021 0.369916 0.1122714 0.3699333 0.11276 0.3702296 0.1130319 0.3698913 0.1136741 0.3624904 0.1312208 0.361826 0.13102 0.3624359 0.1288242 0.3624904 0.1312208 0.3615675 0.1334164 0.3612653 0.1325837 0.3610815 0.1309145 0.361826 0.13102 0.3608438 0.1318624 0.3610815 0.1309145 0.3609998 0.1298978 0.361723 0.1293299 0.3612828 0.1274643 0.3609651 0.1284051 0.3597562 0.1277816 0.361723 0.1293299 0.3609651 0.1284051 0.3624359 0.1288242 0.361723 0.1293299 0.3609998 0.1298978 0.3606861 0.1293459 0.359974 0.1286615 0.3609651 0.1284051 0.3602507 0.1295094 0.3590326 0.1324948 0.3583827 0.1332533 0.3585807 0.130417 0.359974 0.1286615 0.3591715 0.130515 0.3597562 0.1277816 0.359974 0.1286615 0.3602507 0.1295094 0.359804 0.1306388 0.3590326 0.1324948 0.3591715 0.130515 0.3596766 0.1318371 0.3597883 0.1341735 0.3600323 0.1331298 0.3615675 0.1334164 0.3597883 0.1341735 0.3583827 0.1332533 0.3590326 0.1324948 0.3601994 0.1322074 0.3600323 0.1331298 0.3596766 0.1318371 0.3601994 0.1322074 0.3608438 0.1318624 0.3612653 0.1325837 0.3659518 0.1216155 0.3652562 0.1211143 0.366584 0.1184962 0.3659518 0.1216155 0.3644791 0.1240465 0.364291 0.1230012 0.3645291 0.1206349 0.3652562 0.1211143 0.364082 0.1218844 0.3645291 0.1206349 0.3647924 0.1191371 0.3657059 0.1187767 0.3643254 0.1174507 0.3642116 0.1163326 0.3657735 0.1164728 0.3657059 0.1187767 0.3652791 0.1174139 0.366584 0.1184962 0.3657059 0.1187767 0.3647924 0.1191371 0.3647184 0.1183396 0.3643254 0.1174507 0.3652791 0.1174139 0.3643661 0.1184415 0.3625786 0.1216233 0.3618083 0.122081 0.3625897 0.1188627 0.3625897 0.1188627 0.3642116 0.1163326 0.3643254 0.1174507 0.3637941 0.1196416 0.3631943 0.1193117 0.3643661 0.1184415 0.3625786 0.1216233 0.3631943 0.1193117 0.3634059 0.1210899 0.3627679 0.1240053 0.3631713 0.123012 0.3644791 0.1240465 0.3625786 0.1216233 0.3631713 0.123012 0.3618083 0.122081 0.3625786 0.1216233 0.3634059 0.1210899 0.3636047 0.1219368 0.3636047 0.1219368 0.364082 0.1218844 0.364291 0.1230012 0.3559105 0.1406851 0.3565144 0.1408302 0.3560729 0.1423149 0.3559105 0.1406851 0.3565939 0.1390613 0.3568648 0.1400086 0.3571555 0.1410995 0.3565144 0.1408302 0.3572002 0.1411108 0.3571555 0.1410995 0.3572049 0.141089 0.3566386 0.1416485 0.3579951 0.1416947 0.3585433 0.1424226 0.35721 0.142926 0.35721 0.142926 0.3560729 0.1423149 0.3566386 0.1416485 0.3573127 0.1411145 0.3572679 0.1419543 0.3572049 0.141089 0.3579951 0.1416947 0.3572679 0.1419543 0.357436 0.1411333 0.3583562 0.1399424 0.3591986 0.1389893 0.3592938 0.140709 0.3579951 0.1416947 0.358413 0.1408169 0.3585433 0.1424226 0.3579951 0.1416947 0.357436 0.1411333 0.3575323 0.1411022 0.3583562 0.1399424 0.358413 0.1408169 0.3575343 0.1410705 0.3579943 0.1384681 0.3576595 0.1396929 0.3565939 0.1390613 0.3579943 0.1384681 0.3591986 0.1389893 0.3583562 0.1399424 0.3583562 0.1399424 0.3575343 0.1410705 0.357375 0.1410872 0.357375 0.1410872 0.3572002 0.1411108 0.3568648 0.1400086 0.3520165 0.176773 0.3523372 0.1760541 0.3528459 0.1787051 0.3528459 0.1787051 0.3524855 0.1813275 0.35229 0.1809076 0.352117 0.1790329 0.3524767 0.1788487 0.3521063 0.1804292 0.3520165 0.176773 0.3524767 0.1788487 0.3517289 0.1776377 0.3508393 0.1751341 0.350932 0.1760762 0.3494756 0.1759709 0.3520165 0.176773 0.350932 0.1760762 0.3523372 0.1760541 0.3520165 0.176773 0.3517289 0.1776377 0.3510874 0.1772125 0.3510874 0.1772125 0.350562 0.1776986 0.3499729 0.1767489 0.3504518 0.180831 0.3501324 0.1812386 0.3493695 0.1785904 0.3493695 0.1785904 0.3494756 0.1759709 0.3499729 0.1767489 0.3505221 0.1790376 0.3498889 0.1787815 0.350562 0.1776986 0.3504518 0.180831 0.3498889 0.1787815 0.3508809 0.1803754 0.351376 0.1821615 0.3514336 0.181554 0.3524855 0.1813275 0.351376 0.1821615 0.3501324 0.1812386 0.3504518 0.180831 0.3515517 0.180858 0.3514336 0.181554 0.3508809 0.1803754 0.3515517 0.180858 0.3521063 0.1804292 0.35229 0.1809076 0.3526899 0.1691138 0.3534783 0.1678597 0.3535763 0.1703338 0.3521308 0.1723614 0.3527753 0.1707805 0.352595 0.1727187 0.3521308 0.1723614 0.3516508 0.1719586 0.3519047 0.1713513 0.3526899 0.1691138 0.3527753 0.1707805 0.3518207 0.1706631 0.3519576 0.1668493 0.3516526 0.1684035 0.3501669 0.167492 0.3526899 0.1691138 0.3516526 0.1684035 0.3534783 0.1678597 0.3526899 0.1691138 0.3518207 0.1706631 0.3513194 0.17032 0.3513194 0.17032 0.3507729 0.1704117 0.3504469 0.1687958 0.349259 0.1699773 0.3498561 0.170437 0.3494304 0.1725518 0.349259 0.1699773 0.3501669 0.167492 0.3504469 0.1687958 0.3505532 0.1710277 0.3498561 0.170437 0.3507729 0.1704117 0.3505532 0.1710277 0.3506712 0.1717247 0.3499952 0.1721641 0.3521308 0.1723614 0.352595 0.1727187 0.3508777 0.1734618 0.3508777 0.1734618 0.3494304 0.1725518 0.3499952 0.1721641 0.3511384 0.172059 0.3509789 0.1728141 0.3506712 0.1717247 0.3521308 0.1723614 0.3509789 0.1728141 0.3516508 0.1719586 0.357676 0.1097021 0.3604005 0.1107293 0.3552049 0.1198758 0.3552049 0.1198758 0.3515679 0.1314045 0.3462095 0.1369398 0.1211556 0.1548239 0.1250641 0.1528264 0.1264882 0.1590688 0.1286691 0.1677308 0.123958 0.162271 0.1294564 0.1637566 0.1286691 0.1677308 0.1282002 0.1725751 0.122163 0.1669912 0.1211556 0.1548239 0.123958 0.162271 0.1160113 0.1587391 0.1204279 0.1023859 0.1211607 0.1053791 0.1192316 0.105831 0.1173013 0.1022437 0.1188793 0.1024292 0.1172168 0.1058965 0.1173013 0.1022437 0.1173703 0.09927517 0.1185997 0.09960025 0.1204279 0.1023859 0.1188793 0.1024292 0.1198296 0.09979408 0.1229133 0.1043781 0.1211607 0.1053791 0.1204279 0.1023859 0.121074 0.09913247 0.1219243 0.1015869 0.1198296 0.09979408 0.121074 0.09913247 0.1225022 0.09789854 0.1231868 0.1006032 0.1229133 0.1043781 0.1219243 0.1015869 0.1248143 0.1029855 0.1192316 0.09493416 0.1201573 0.09677249 0.1188371 0.09595268 0.1192316 0.09493416 0.1199026 0.09322559 0.1209367 0.09586179 0.121074 0.09913247 0.1201573 0.09677249 0.1225022 0.09789854 0.121074 0.09913247 0.1198296 0.09979408 0.1191983 0.09746372 0.1253184 0.1018096 0.1248143 0.1029855 0.1231868 0.1006032 0.1237669 0.09784996 0.1240336 0.1000055 0.1225022 0.09789854 0.1237669 0.09784996 0.1244134 0.09778451 0.1246514 0.09972238 0.1253184 0.1018096 0.1240336 0.1000055 0.1256476 0.101417 0.126103 0.09636217 0.1245566 0.09637385 0.1261146 0.09516817 0.126103 0.09636217 0.1260221 0.09678465 0.124901 0.09663414 0.1237669 0.09784996 0.1245566 0.09637385 0.1244134 0.09778451 0.1237669 0.09784996 0.1225022 0.09789854 0.1242862 0.09637093 0.1202901 0.09040808 0.1201843 0.09009492 0.1206333 0.08794987 0.1197168 0.09173017 0.1201843 0.09009492 0.1199026 0.09322559 0.1200339 0.08979451 0.1201843 0.09009492 0.1196635 0.09105122 0.1200339 0.08979451 0.1198273 0.08836513 0.1200075 0.08824163 0.1242862 0.09637093 0.1225022 0.09789854 0.1225823 0.09663653 0.1239896 0.09578669 0.1241521 0.09618669 0.1226518 0.09610509 0.1239896 0.09578669 0.1248283 0.09461569 0.125133 0.09474635 0.125133 0.09474635 0.1261146 0.09516817 0.1242862 0.09637093 0.1202901 0.09040808 0.1206333 0.08794987 0.1211025 0.08918178 0.1208858 0.0910018 0.1205143 0.09064632 0.1214083 0.08983463 0.1208858 0.0910018 0.1208874 0.09299188 0.120532 0.09305459 0.1202901 0.09040808 0.1205143 0.09064632 0.1199026 0.09322559 0.120532 0.09305459 0.1212985 0.09532195 0.1199026 0.09322559 0.120532 0.09305459 0.1208874 0.09299188 0.1215469 0.09493321 0.1225823 0.09663653 0.1212985 0.09532195 0.1226518 0.09610509 0.1225823 0.09663653 0.1225022 0.09789854 0.1209367 0.09586179 0.1215469 0.09493321 0.1208874 0.09299188 0.1214872 0.09306526 0.1225212 0.09398466 0.1219863 0.09447604 0.1222093 0.09320664 0.1227591 0.0953496 0.1219863 0.09447604 0.1228853 0.09448218 0.1227591 0.0953496 0.1226518 0.09610509 0.1215469 0.09493321 0.1208858 0.0910018 0.1214083 0.08983463 0.1217529 0.09087002 0.1220688 0.09248673 0.1214333 0.09166687 0.122117 0.09209668 0.1220688 0.09248673 0.1222093 0.09320664 0.1214872 0.09306526 0.1208858 0.0910018 0.1214333 0.09166687 0.1208874 0.09299188 0.1239896 0.09578669 0.1226518 0.09610509 0.1227591 0.0953496 0.1231819 0.0943607 0.123634 0.09513628 0.1228853 0.09448218 0.1231819 0.0943607 0.1232894 0.09389883 0.1241519 0.09430283 0.1239896 0.09578669 0.123634 0.09513628 0.1248283 0.09461569 0.6348303 0.811552 0.6352226 0.8073823 0.6430525 0.8112286 0.6348303 0.811552 0.6240248 0.8115509 0.6248003 0.8073605 0.6248003 0.8073605 0.6247047 0.8037624 0.6349824 0.80383 0.6080524 0.810901 0.6086035 0.8069964 0.6240248 0.8115509 0.5886948 0.8061159 0.6086035 0.8069964 0.5885645 0.809611 0.5886948 0.8061159 0.5880859 0.8033686 0.6082713 0.8037708 0.6248003 0.8073605 0.6086035 0.8069964 0.6247047 0.8037624 0.6239284 0.8008059 0.6247047 0.8037624 0.6082713 0.8037708 0.5881859 0.8007784 0.6078718 0.8009462 0.5880859 0.8033686 0.5881859 0.8007784 0.5888255 0.7979421 0.6072369 0.7978826 0.6239284 0.8008059 0.6078718 0.8009462 0.6220889 0.7975683 0.6188033 0.7931271 0.6220889 0.7975683 0.6072369 0.7978826 0.5898351 0.7944563 0.6061983 0.7939395 0.5888255 0.7979421 0.5898351 0.7944563 0.5903225 0.7902897 0.6051909 0.7891706 0.6188033 0.7931271 0.6061983 0.7939395 0.6160523 0.7877051 0.6051909 0.7891706 0.6046493 0.7836292 0.6160523 0.7877051 0.5893958 0.7854112 0.6046493 0.7836292 0.5903225 0.7902897 0.5893958 0.7854112 0.5877619 0.7801766 0.6043407 0.7777015 0.6043407 0.7777015 0.6168377 0.7749676 0.6158162 0.7815257 0.6033656 0.8208017 0.6058021 0.8157625 0.6197672 0.8212317 0.6033656 0.8208017 0.5839528 0.8195199 0.5862471 0.8144441 0.6080524 0.810901 0.6058021 0.8157625 0.5885645 0.809611 0.6080524 0.810901 0.6240248 0.8115509 0.6221876 0.8162844 0.601811 0.829376 0.6022565 0.8252393 0.6146634 0.8308373 0.5838915 0.8237429 0.6022565 0.8252393 0.5849469 0.8275396 0.6033656 0.8208017 0.6022565 0.8252393 0.5839528 0.8195199 0.6033656 0.8208017 0.6197672 0.8212317 0.6172415 0.8260634 0.5838915 0.8237429 0.5849469 0.8275396 0.5641964 0.8246659 0.5369002 0.8166101 0.5634033 0.8209462 0.5368786 0.8200969 0.5369002 0.8166101 0.5373487 0.8129556 0.5635027 0.8168831 0.5838915 0.8237429 0.5634033 0.8209462 0.5839528 0.8195199 0.5635027 0.8168831 0.5653867 0.8121333 0.5839528 0.8195199 0.5635027 0.8168831 0.5373487 0.8129556 0.5386512 0.8089659 0.5672124 0.8076896 0.5653867 0.8121333 0.5394914 0.8052945 0.5672124 0.8076896 0.5885645 0.809611 0.5862471 0.8144441 0.5893958 0.7854112 0.5903225 0.7902897 0.569446 0.7899192 0.5404092 0.7857506 0.568569 0.7855139 0.5410551 0.789543 0.5404092 0.7857506 0.5393771 0.7817449 0.5669707 0.7808052 0.5893958 0.7854112 0.568569 0.7855139 0.5877619 0.7801766 0.5677297 0.7969437 0.5688803 0.7937177 0.5888255 0.7979421 0.5677297 0.7969437 0.5400826 0.7958133 0.5409285 0.7929088 0.569446 0.7899192 0.5688803 0.7937177 0.5410551 0.789543 0.569446 0.7899192 0.5903225 0.7902897 0.5898351 0.7944563 0.5881859 0.8007784 0.5880859 0.8033686 0.5665526 0.802069 0.5665526 0.802069 0.537644 0.8003956 0.5385708 0.7982218 0.5677297 0.7969437 0.566852 0.7996313 0.5400826 0.7958133 0.5677297 0.7969437 0.5888255 0.7979421 0.5881859 0.8007784 0.5886948 0.8061159 0.5885645 0.809611 0.5672124 0.8076896 0.5385532 0.8025954 0.5671369 0.804545 0.5394914 0.8052945 0.5385532 0.8025954 0.537644 0.8003956 0.5665526 0.802069 0.5886948 0.8061159 0.5671369 0.804545 0.5880859 0.8033686 0.3588531 0.1659373 0.3582165 0.1686583 0.3569874 0.1673783 0.3569449 0.1618517 0.3578326 0.1638525 0.3553814 0.1659176 0.3569449 0.1618517 0.3576667 0.1568945 0.3588171 0.1600782 0.3588531 0.1659373 0.3578326 0.1638525 0.3596841 0.1630423 0.3588171 0.1600782 0.3599165 0.1559457 0.3596841 0.1630423 0.3590941 0.1524844 0.3599165 0.1559457 0.3576667 0.1568945 0.3590941 0.1524844 0.3597575 0.1464521 0.3612667 0.1506667 0.3607577 0.1598209 0.3599165 0.1559457 0.3622651 0.1548945 0.3454325 0.1520789 0.3471681 0.1526834 0.3426868 0.170345 0.3496283 0.1453272 0.3471681 0.1526834 0.3515679 0.1314045 0.3461776 0.1612641 0.3471681 0.1526834 0.3489572 0.1542588 0.3496283 0.1453272 0.351319 0.143429 0.3489572 0.1542588 0.3526907 0.1384137 0.351319 0.143429 0.3515679 0.1314045 0.3512452 0.1494804 0.351319 0.143429 0.3539698 0.1450527 0.3498448 0.156943 0.3513955 0.152549 0.3520428 0.1558794 0.3512452 0.1494804 0.3513955 0.152549 0.3489572 0.1542588 0.3526495 0.1510382 0.3513955 0.152549 0.3539698 0.1450527 0.346147 0.1678844 0.3477283 0.1626667 0.3493185 0.1655369 0.346147 0.1678844 0.3426868 0.170345 0.3461776 0.1612641 0.3461776 0.1612641 0.3489572 0.1542588 0.3498448 0.156943 0.3498448 0.156943 0.3520428 0.1558794 0.3499116 0.1610379 0.3523738 0.1654725 0.3493185 0.1655369 0.3506618 0.1636082 0.3506618 0.1636082 0.351095 0.1630538 0.3524968 0.1639512 0.3524968 0.1639512 0.3543082 0.1632416 0.3547395 0.1639366 0.3547395 0.1639366 0.3553814 0.1659176 0.3523738 0.1654725 0.3569449 0.1618517 0.3553814 0.1659176 0.3547395 0.1639366 0.3547395 0.1639366 0.3543082 0.1632416 0.3554129 0.1608954 0.3562515 0.1580537 0.3561636 0.1610623 0.3554692 0.15847 0.3562515 0.1580537 0.3576667 0.1568945 0.3569449 0.1618517 0.3499116 0.1610379 0.3520428 0.1558794 0.3523116 0.1575759 0.3512193 0.1605787 0.3508185 0.1605249 0.352392 0.1581828 0.3506618 0.1636082 0.3508185 0.1605249 0.351095 0.1630538 0.3499116 0.1610379 0.3508185 0.1605249 0.3493185 0.1655369 0.3548725 0.1561785 0.354545 0.1568219 0.3520428 0.1558794 0.3548725 0.1561785 0.3576667 0.1568945 0.3562515 0.1580537 0.3541354 0.1575229 0.354545 0.1568219 0.3554692 0.15847 0.3541354 0.1575229 0.352392 0.1581828 0.3523116 0.1575759 0.3590941 0.1524844 0.3576667 0.1568945 0.356921 0.1546614 0.356921 0.1546614 0.3562644 0.1542633 0.3572716 0.1517685 0.3583052 0.1479576 0.3582218 0.151381 0.3574079 0.1492053 0.3583052 0.1479576 0.3597575 0.1464521 0.3590941 0.1524844 0.356921 0.1546614 0.3576667 0.1568945 0.3548725 0.1561785 0.3548725 0.1561785 0.3520428 0.1558794 0.353344 0.154204 0.3548462 0.154986 0.3549144 0.1555452 0.3537698 0.1540318 0.3548462 0.154986 0.3562644 0.1542633 0.356921 0.1546614 0.3524968 0.1639512 0.351095 0.1630538 0.3517388 0.1624469 0.3517388 0.1624469 0.3524879 0.1618137 0.3528587 0.1621889 0.3528587 0.1621889 0.3534196 0.1618139 0.3538665 0.1625316 0.3524968 0.1639512 0.3526535 0.1630835 0.3543082 0.1632416 0.3538665 0.1625316 0.3546164 0.1607619 0.3543082 0.1632416 0.353797 0.1606451 0.3546164 0.1607619 0.3534196 0.1618139 0.3546832 0.1589644 0.3546164 0.1607619 0.3538954 0.1594979 0.3546832 0.1589644 0.3554692 0.15847 0.3554129 0.1608954 0.3527124 0.1588824 0.3518841 0.1606507 0.352392 0.1581828 0.3527124 0.1588824 0.3531528 0.1596283 0.3526809 0.1607319 0.3517388 0.1624469 0.3518841 0.1606507 0.3524879 0.1618137 0.3517388 0.1624469 0.351095 0.1630538 0.3512193 0.1605787 0.3541354 0.1575229 0.3554692 0.15847 0.3546832 0.1589644 0.3536192 0.159188 0.353847 0.1583291 0.3538954 0.1594979 0.3527124 0.1588824 0.353847 0.1583291 0.3531528 0.1596283 0.3541354 0.1575229 0.353847 0.1583291 0.352392 0.1581828 0.3563075 0.1514182 0.355617 0.1509449 0.3574079 0.1492053 0.3563075 0.1514182 0.3551054 0.1541137 0.3549448 0.1541292 0.3549448 0.1541292 0.3547664 0.1541656 0.3547331 0.1513766 0.3562136 0.1482778 0.355617 0.1509449 0.3546774 0.1490273 0.3556301 0.1541289 0.356215 0.1527798 0.3562644 0.1542633 0.3556301 0.1541289 0.3550069 0.1541263 0.3551052 0.1541029 0.3563075 0.1514182 0.356215 0.1527798 0.3551054 0.1541137 0.3563075 0.1514182 0.3574079 0.1492053 0.3572716 0.1517685 0.3537882 0.1514954 0.3546774 0.1490273 0.3547331 0.1513766 0.3547125 0.1542395 0.3542453 0.1527303 0.3547664 0.1541656 0.3547125 0.1542395 0.3547568 0.1542792 0.3542498 0.1540963 0.3537882 0.1514954 0.3542453 0.1527303 0.3537698 0.1540318 0.3548462 0.154986 0.3537698 0.1540318 0.3542498 0.1540963 0.3548729 0.1542133 0.3548432 0.1545651 0.3547568 0.1542792 0.3556301 0.1541289 0.3548432 0.1545651 0.3550069 0.1541263 0.3556301 0.1541289 0.3562644 0.1542633 0.3548462 0.154986 0.3569609 0.1454662 0.3597575 0.1464521 0.3583052 0.1479576 0.3583052 0.1479576 0.3574079 0.1492053 0.3562136 0.1482778 0.3562136 0.1482778 0.3546774 0.1490273 0.354577 0.1475573 0.3569609 0.1454662 0.3566592 0.1466449 0.3539698 0.1450527 0.3526495 0.1510382 0.3539698 0.1450527 0.354577 0.1475573 0.3537882 0.1514954 0.3533517 0.1508092 0.3546774 0.1490273 0.353344 0.154204 0.3533517 0.1508092 0.3537698 0.1540318 0.353344 0.154204 0.3520428 0.1558794 0.3526495 0.1510382 0.3530272 0.1729847 0.3508935 0.1738949 0.352595 0.1727187 0.3530272 0.1729847 0.3537948 0.1743111 0.3509253 0.1742291 0.3509253 0.1742291 0.3480889 0.17456 0.349088 0.1728363 0.3508777 0.1734618 0.3508935 0.1738949 0.3494304 0.1725518 0.1390299 0.1505203 0.1430516 0.1511335 0.1414647 0.1521988 0.1385667 0.1514952 0.1388708 0.1508867 0.1405762 0.1525382 0.1385667 0.1514952 0.1364204 0.152108 0.136027 0.1515927 0.136027 0.1515927 0.1346842 0.1502695 0.1390299 0.1505203 0.1334441 0.1552574 0.1346842 0.1502695 0.136027 0.1515927 0.1357632 0.1545976 0.1350089 0.1546518 0.1364204 0.152108 0.1356719 0.1578465 0.1350089 0.1546518 0.1363708 0.1571918 0.1356719 0.1578465 0.134359 0.158878 0.1334441 0.1552574 0.137263 0.1602975 0.134359 0.158878 0.1356719 0.1578465 0.1356719 0.1578465 0.1363708 0.1571918 0.1380194 0.1581182 0.1403203 0.1580542 0.1378711 0.1589595 0.1398048 0.1573888 0.137263 0.1602975 0.1378711 0.1589595 0.1405637 0.1594153 0.1426684 0.1561307 0.1405637 0.1594153 0.1403203 0.1580542 0.140823 0.1550158 0.141733 0.1551944 0.1398048 0.1573888 0.140823 0.1550158 0.1405762 0.1525382 0.1414647 0.1521988 0.1414647 0.1521988 0.1430516 0.1511335 0.1426684 0.1561307 0.140823 0.1550158 0.1398048 0.1573888 0.1391172 0.1564974 0.1383941 0.1550557 0.1396694 0.1549961 0.1383436 0.1554928 0.1394664 0.1534405 0.1396694 0.1549961 0.1382458 0.1546242 0.1394664 0.1534405 0.1405762 0.1525382 0.140823 0.1550158 0.1370677 0.1563732 0.1380704 0.1569512 0.1363708 0.1571918 0.1370677 0.1563732 0.1377637 0.1554726 0.1380727 0.1556214 0.1391172 0.1564974 0.1380704 0.1569512 0.1383436 0.1554928 0.1391172 0.1564974 0.1398048 0.1573888 0.1380194 0.1581182 0.1357632 0.1545976 0.1364204 0.152108 0.136984 0.1532388 0.1375988 0.1550778 0.1366482 0.1547788 0.1376327 0.1546776 0.1370677 0.1563732 0.1366482 0.1547788 0.1377637 0.1554726 0.1370677 0.1563732 0.1363708 0.1571918 0.1357632 0.1545976 0.1394664 0.1534405 0.1382473 0.1528238 0.1405762 0.1525382 0.1394664 0.1534405 0.1382458 0.1546242 0.1379202 0.1545122 0.1379202 0.1545122 0.1376327 0.1546776 0.136984 0.1532388 0.1385667 0.1514952 0.1382473 0.1528238 0.1364204 0.152108 0.3472157 0.2025882 0.3546578 0.2021224 0.3490934 0.2156468 0.3472157 0.2025882 0.3468887 0.1872654 0.3532099 0.1926481 0.3595803 0.1995732 0.3546578 0.2021224 0.3571628 0.1930454 0.3575305 0.2130367 0.3546578 0.2021224 0.3632214 0.2072862 0.3567557 0.1847432 0.3582287 0.1847869 0.3571401 0.1886214 0.3532099 0.1926481 0.3545392 0.1879181 0.3571628 0.1930454 0.3532099 0.1926481 0.3468887 0.1872654 0.3523032 0.1862258 0.3567557 0.1847432 0.3545392 0.1879181 0.3553506 0.1840506 0.3577255 0.1713573 0.3590359 0.1717221 0.3572708 0.1747655 0.3577255 0.1713573 0.3582165 0.1686583 0.3594625 0.1692432 0.3602971 0.1721705 0.3590359 0.1717221 0.3606904 0.1697289 0.3602971 0.1721705 0.3598477 0.1754528 0.3585917 0.1750682 0.3567428 0.1796135 0.357969 0.1799343 0.3553506 0.1840506 0.3567428 0.1796135 0.3572708 0.1747655 0.3585917 0.1750682 0.3591448 0.1800278 0.357969 0.1799343 0.3598477 0.1754528 0.3567557 0.1847432 0.357969 0.1799343 0.3582287 0.1847869 0.3629417 0.1585551 0.3622651 0.1548945 0.3643971 0.1468846 0.3664417 0.1476217 0.3646842 0.1530354 0.3664785 0.1389966 0.3664417 0.1476217 0.3658598 0.1565929 0.3646016 0.1589591 0.3629417 0.1585551 0.3646842 0.1530354 0.3634886 0.1614124 0.3689853 0.1420394 0.3687344 0.1529166 0.367181 0.1546013 0.367181 0.1546013 0.3658598 0.1565929 0.3664417 0.1476217 0.3664417 0.1476217 0.3664785 0.1389966 0.3678337 0.1344362 0.3689853 0.1420394 0.3677424 0.1443291 0.3689172 0.1313748 0.3607577 0.1598209 0.3616862 0.1621659 0.3596841 0.1630423 0.3607577 0.1598209 0.3622651 0.1548945 0.3629417 0.1585551 0.3626028 0.163665 0.3616862 0.1621659 0.3634886 0.1614124 0.3626028 0.163665 0.3618724 0.1657439 0.3607667 0.1646973 0.3588531 0.1659373 0.3600324 0.166979 0.3582165 0.1686583 0.3588531 0.1659373 0.3596841 0.1630423 0.3607667 0.1646973 0.3612252 0.167676 0.3600324 0.166979 0.3618724 0.1657439 0.3612252 0.167676 0.3606904 0.1697289 0.3594625 0.1692432 0.3612252 0.167676 0.3618724 0.1657439 0.3628085 0.1668829 0.3636463 0.169761 0.362286 0.1687269 0.3640497 0.1679008 0.3636463 0.169761 0.3633479 0.1717256 0.3618652 0.1707116 0.3612252 0.167676 0.362286 0.1687269 0.3606904 0.1697289 0.3626028 0.163665 0.3634886 0.1614124 0.3640977 0.1632305 0.3645632 0.1660718 0.3634087 0.1650029 0.3651814 0.1642839 0.3645632 0.1660718 0.3640497 0.1679008 0.3628085 0.1668829 0.3626028 0.163665 0.3634087 0.1650029 0.3618724 0.1657439 0.367181 0.1546013 0.3687344 0.1529166 0.3693265 0.1572738 0.3693265 0.1572738 0.3703672 0.1581593 0.3686033 0.1593184 0.3659638 0.1602477 0.3675183 0.1586523 0.366958 0.1608847 0.367181 0.1546013 0.3675183 0.1586523 0.3658598 0.1565929 0.3646016 0.1589591 0.3658598 0.1565929 0.3659638 0.1602477 0.3659638 0.1602477 0.366958 0.1608847 0.3658985 0.1625474 0.3658985 0.1625474 0.3651814 0.1642839 0.3640977 0.1632305 0.3646016 0.1589591 0.3648865 0.1617096 0.3634886 0.1614124 0.361182 0.1759426 0.3604832 0.1798071 0.3598477 0.1754528 0.361182 0.1759426 0.362848 0.1764098 0.3622444 0.179571 0.3596798 0.183849 0.3604832 0.1798071 0.3615355 0.1827893 0.3596798 0.183849 0.3582287 0.1847869 0.3591448 0.1800278 0.3602971 0.1721705 0.3606904 0.1697289 0.3618652 0.1707116 0.3631488 0.1738683 0.36157 0.1730139 0.3633479 0.1717256 0.3631488 0.1738683 0.362848 0.1764098 0.361182 0.1759426 0.3602971 0.1721705 0.36157 0.1730139 0.3598477 0.1754528 0.3596798 0.183849 0.3589782 0.18731 0.3582287 0.1847869 0.3596798 0.183849 0.3615355 0.1827893 0.3609186 0.1855021 0.3593112 0.1911863 0.3589782 0.18731 0.361076 0.1887018 0.3593112 0.1911863 0.3571628 0.1930454 0.3571401 0.1886214 0.3593112 0.1911863 0.3616119 0.1964735 0.3571628 0.1930454 0.3593112 0.1911863 0.361076 0.1887018 0.3626901 0.193381 0.3650915 0.2023617 0.3616119 0.1964735 0.365617 0.1981495 0.3650915 0.2023617 0.3632214 0.2072862 0.3595803 0.1995732 0.3638778 0.1872236 0.3647525 0.1908532 0.361076 0.1887018 0.3638778 0.1872236 0.3667858 0.1865566 0.3671124 0.1892498 0.3663842 0.1938236 0.3647525 0.1908532 0.3675606 0.1916161 0.3663842 0.1938236 0.365617 0.1981495 0.3626901 0.193381 0.3642222 0.1824678 0.3638266 0.1847156 0.3615355 0.1827893 0.3642222 0.1824678 0.3669646 0.1824665 0.3667839 0.1845178 0.3638778 0.1872236 0.3638266 0.1847156 0.3667858 0.1865566 0.3638778 0.1872236 0.361076 0.1887018 0.3609186 0.1855021 0.3631488 0.1738683 0.3633479 0.1717256 0.3654999 0.1723052 0.3675522 0.1745982 0.3653281 0.1743501 0.3676956 0.1726133 0.365099 0.1767263 0.3653281 0.1743501 0.3673985 0.1769156 0.3631488 0.1738683 0.3653281 0.1743501 0.362848 0.1764098 0.365099 0.1767263 0.3646883 0.1796184 0.362848 0.1764098 0.365099 0.1767263 0.3673985 0.1769156 0.367186 0.1797353 0.3642222 0.1824678 0.3646883 0.1796184 0.3669646 0.1824665 0.3642222 0.1824678 0.3615355 0.1827893 0.3622444 0.179571 0.3690467 0.1608022 0.3679974 0.1627329 0.366958 0.1608847 0.3690467 0.1608022 0.3710894 0.1604877 0.3701047 0.1626783 0.3671522 0.1648471 0.3679974 0.1627329 0.3691518 0.1651659 0.3671522 0.1648471 0.3651814 0.1642839 0.3658985 0.1625474 0.3714619 0.1586219 0.3702852 0.1594358 0.3703672 0.1581593 0.3714619 0.1586219 0.3723229 0.1588259 0.3718047 0.1593278 0.3690467 0.1608022 0.3702852 0.1594358 0.3710894 0.1604877 0.3690467 0.1608022 0.366958 0.1608847 0.3686033 0.1593184 0.3730389 0.1583403 0.3723264 0.1583483 0.3730252 0.1576755 0.3730389 0.1583403 0.3730528 0.1585634 0.3727165 0.1586097 0.3714619 0.1586219 0.3723264 0.1583483 0.3723229 0.1588259 0.3714619 0.1586219 0.3703672 0.1581593 0.3717826 0.1577183 0.3671522 0.1648471 0.3665261 0.166764 0.3651814 0.1642839 0.3671522 0.1648471 0.3691518 0.1651659 0.3685318 0.167217 0.3660708 0.1685839 0.3665261 0.166764 0.3681414 0.1690268 0.3645632 0.1660718 0.3665261 0.166764 0.3640497 0.1679008 0.3636463 0.169761 0.3640497 0.1679008 0.3660708 0.1685839 0.3660708 0.1685839 0.3681414 0.1690268 0.3678774 0.1707909 0.3678774 0.1707909 0.3676956 0.1726133 0.3654999 0.1723052 0.3636463 0.169761 0.365738 0.1704071 0.3633479 0.1717256 0.3730258 0.1958592 0.3721999 0.1951275 0.3730258 0.1935761 0.3730258 0.1958592 0.3730258 0.1977739 0.3717899 0.1969954 0.3709136 0.1942023 0.3721999 0.1951275 0.3705143 0.1959972 0.3709136 0.1942023 0.3709304 0.1919633 0.3721247 0.1929373 0.3730258 0.1996459 0.3730258 0.2033666 0.3692752 0.2020204 0.3692752 0.2020204 0.365617 0.1981495 0.3688094 0.1968703 0.3717899 0.1969954 0.3705165 0.1988159 0.3705143 0.1959972 0.3717899 0.1969954 0.3730258 0.1977739 0.3730258 0.1996459 0.3688094 0.1968703 0.365617 0.1981495 0.3663842 0.1938236 0.3691502 0.1915969 0.3687065 0.1943539 0.3675606 0.1916161 0.3691502 0.1915969 0.3709304 0.1919633 0.3709136 0.1942023 0.3688094 0.1968703 0.3687065 0.1943539 0.3705143 0.1959972 0.3730257 0.1905989 0.3719422 0.19015 0.3730255 0.1874825 0.3730257 0.1905989 0.3730258 0.1935761 0.3721247 0.1929373 0.3706857 0.1893962 0.3719422 0.19015 0.3709304 0.1919633 0.3706857 0.1893962 0.3704327 0.1868184 0.3717826 0.1872426 0.3706857 0.1893962 0.3690829 0.1889301 0.3704327 0.1868184 0.3706857 0.1893962 0.3709304 0.1919633 0.3691502 0.1915969 0.3671124 0.1892498 0.3690829 0.1889301 0.3675606 0.1916161 0.3671124 0.1892498 0.3667858 0.1865566 0.3688689 0.1865056 0.3730254 0.1847821 0.3717756 0.1846919 0.3730253 0.1822492 0.3730254 0.1847821 0.3730255 0.1874825 0.3717826 0.1872426 0.3704249 0.1845476 0.3717756 0.1846919 0.3704327 0.1868184 0.3718374 0.1822393 0.3717756 0.1846919 0.370531 0.1822615 0.3689871 0.1823674 0.370531 0.1822615 0.3704249 0.1845476 0.3704249 0.1845476 0.3704327 0.1868184 0.3688689 0.1865056 0.3688689 0.1865056 0.3667858 0.1865566 0.3667839 0.1845178 0.3689871 0.1823674 0.3688721 0.1844757 0.3669646 0.1824665 0.3675522 0.1745982 0.3692649 0.1747517 0.3673985 0.1769156 0.3675522 0.1745982 0.3676956 0.1726133 0.3693098 0.1728127 0.3706457 0.1748452 0.3692649 0.1747517 0.3706012 0.1729272 0.3706457 0.1748452 0.3706665 0.1770433 0.3692099 0.1770013 0.3689871 0.1823674 0.3669646 0.1824665 0.367186 0.1797353 0.3692099 0.1770013 0.3691085 0.1797079 0.3673985 0.1769156 0.3692099 0.1770013 0.3706665 0.1770433 0.3706198 0.1796377 0.3689871 0.1823674 0.3691085 0.1797079 0.370531 0.1822615 0.3703219 0.165486 0.3691518 0.1651659 0.3701047 0.1626783 0.3719454 0.1604287 0.3711419 0.1627956 0.3710894 0.1604877 0.3719454 0.1604287 0.3722448 0.1605117 0.3716908 0.1629703 0.3703219 0.165486 0.3711419 0.1627956 0.3711317 0.1657327 0.373041 0.1594549 0.3727917 0.1594227 0.3730553 0.1589584 0.373041 0.1594549 0.3730267 0.1606857 0.3726175 0.1606231 0.3725687 0.1593628 0.3727917 0.1594227 0.3722448 0.1605117 0.3728713 0.1589727 0.3727917 0.1594227 0.3727048 0.1590652 0.3725687 0.1593628 0.3724028 0.1593173 0.3727048 0.1590652 0.3719454 0.1604287 0.3724028 0.1593173 0.3722448 0.1605117 0.3718047 0.1593278 0.3724028 0.1593173 0.3710894 0.1604877 0.3718047 0.1593278 0.3723229 0.1588259 0.3726623 0.1589362 0.3685318 0.167217 0.3698149 0.1675678 0.3681414 0.1690268 0.3703219 0.165486 0.3698149 0.1675678 0.3691518 0.1651659 0.3707923 0.1677925 0.3698149 0.1675678 0.3711317 0.1657327 0.3707923 0.1677925 0.3706237 0.169492 0.3695312 0.1693241 0.3678774 0.1707909 0.3693807 0.1710379 0.3676956 0.1726133 0.3678774 0.1707909 0.3681414 0.1690268 0.3695312 0.1693241 0.3705769 0.1711731 0.3693807 0.1710379 0.3706237 0.169492 0.3705769 0.1711731 0.3706012 0.1729272 0.3693098 0.1728127 0.3705769 0.1711731 0.3717952 0.1712213 0.3706012 0.1729272 0.3705769 0.1711731 0.3706237 0.169492 0.3718025 0.1695466 0.3718025 0.1695466 0.3730245 0.1695456 0.3730246 0.1712235 0.3730246 0.1712235 0.3730248 0.1729916 0.3718289 0.1729804 0.3726623 0.1589362 0.3723229 0.1588259 0.3727165 0.1586097 0.3727165 0.1586097 0.3730528 0.1585634 0.3730588 0.1587154 0.3728713 0.1589727 0.3728722 0.1587598 0.3730553 0.1589584 0.3726623 0.1589362 0.3728722 0.1587598 0.3727048 0.1590652 0.5369002 0.8166101 0.5368786 0.8200969 0.5003127 0.8131743 0.46802 0.8047277 0.5004902 0.8104956 0.4672492 0.8061292 0.46802 0.8047277 0.4677332 0.8029869 0.5008242 0.8078017 0.5369002 0.8166101 0.5004902 0.8104956 0.5373487 0.8129556 0.5008242 0.8078017 0.5014711 0.8050777 0.5373487 0.8129556 0.5008242 0.8078017 0.4677332 0.8029869 0.4682264 0.8015982 0.5008969 0.8025836 0.5014711 0.8050777 0.475087 0.8009677 0.5386512 0.8089659 0.5014711 0.8050777 0.5394914 0.8052945 0.5404092 0.7857506 0.5410551 0.789543 0.5036435 0.7906448 0.4705613 0.7909831 0.5031564 0.7879343 0.4796332 0.7918592 0.4705613 0.7909831 0.46876 0.7895748 0.502391 0.7851533 0.5404092 0.7857506 0.5031564 0.7879343 0.5393771 0.7817449 0.5020173 0.7954772 0.5035739 0.7932144 0.5400826 0.7958133 0.4707461 0.7937961 0.5035739 0.7932144 0.476696 0.7952175 0.5036435 0.7906448 0.5035739 0.7932144 0.4796332 0.7918592 0.5409285 0.7929088 0.5035739 0.7932144 0.5410551 0.789543 0.4953327 0.7988716 0.4980431 0.7972669 0.537644 0.8003956 0.4953327 0.7988716 0.4462944 0.7973415 0.4643005 0.7960401 0.5020173 0.7954772 0.4980431 0.7972669 0.476696 0.7952175 0.5020173 0.7954772 0.5400826 0.7958133 0.5385708 0.7982218 0.5385532 0.8025954 0.5394914 0.8052945 0.5008969 0.8025836 0.4629063 0.7993239 0.4975673 0.8005794 0.475087 0.8009677 0.4629063 0.7993239 0.4462944 0.7973415 0.4953327 0.7988716 0.5385532 0.8025954 0.4975673 0.8005794 0.537644 0.8003956 0.4705613 0.7909831 0.4563747 0.7938153 0.46876 0.7895748 0.4707461 0.7937961 0.4563747 0.7938153 0.4796332 0.7918592 0.4707461 0.7937961 0.476696 0.7952175 0.4643005 0.7960401 0.4643005 0.7960401 0.4462944 0.7973415 0.4512314 0.7935531 0.1224502 0.08257484 0.1243355 0.08407914 0.1223178 0.08420026 0.1259829 0.08582806 0.1243355 0.08407914 0.1264953 0.08446127 0.1259829 0.08582806 0.1256908 0.08727312 0.1241266 0.08564829 0.1259829 0.08582806 0.1275032 0.08748966 0.1256908 0.08727312 0.1259829 0.08582806 0.1264953 0.08446127 0.1281325 0.08635491 0.1292786 0.08969247 0.1288129 0.09081256 0.1271368 0.08878886 0.1223248 0.08496016 0.1242662 0.08660417 0.1221492 0.08553081 0.1223248 0.08496016 0.1223178 0.08420026 0.1241266 0.08564829 0.1241266 0.08564829 0.1256908 0.08727312 0.1259887 0.0884732 0.1259887 0.0884732 0.1260236 0.08946627 0.12417 0.08734339 0.1276895 0.09150165 0.1260236 0.08946627 0.1259887 0.0884732 0.1271368 0.08878886 0.1275481 0.09022456 0.1256908 0.08727312 0.1290608 0.09205389 0.1275481 0.09022456 0.1288129 0.09081256 0.1276895 0.09150165 0.1275481 0.09022456 0.1302252 0.09476584 0.1276895 0.09150165 0.1302252 0.09476584 0.1278809 0.09450089 0.1251304 0.09281438 0.1265136 0.09232509 0.1261146 0.09516817 0.1251304 0.09281438 0.1237419 0.09093034 0.1249425 0.09029042 0.1276895 0.09150165 0.1265136 0.09232509 0.1260236 0.08946627 0.12417 0.08734339 0.1260236 0.08946627 0.1249425 0.09029042 0.1223158 0.08913832 0.1232539 0.08826279 0.1237419 0.09093034 0.1223158 0.08913832 0.1206333 0.08794987 0.1214689 0.08658844 0.12417 0.08734339 0.1232539 0.08826279 0.1221492 0.08553081 0.1251304 0.09281438 0.1261146 0.09516817 0.125133 0.09474635 0.1244364 0.09322977 0.1246501 0.09308928 0.1248283 0.09461569 0.1234185 0.0913707 0.1246501 0.09308928 0.123404 0.09176611 0.1234185 0.0913707 0.1237419 0.09093034 0.1251304 0.09281438 0.1234185 0.0913707 0.1221532 0.0897457 0.1237419 0.09093034 0.1234185 0.0913707 0.123404 0.09176611 0.1223212 0.09036189 0.1211025 0.08918178 0.1221532 0.0897457 0.1214083 0.08983463 0.1223158 0.08913832 0.1221532 0.0897457 0.1206333 0.08794987 0.1244364 0.09322977 0.1248283 0.09461569 0.1241519 0.09430283 0.1230862 0.09337502 0.1238536 0.09331595 0.1232894 0.09389883 0.1231307 0.09227114 0.1238536 0.09331595 0.1227281 0.09283095 0.1231307 0.09227114 0.123404 0.09176611 0.1244364 0.09322977 0.1231307 0.09227114 0.1223747 0.09126359 0.123404 0.09176611 0.1231307 0.09227114 0.1227281 0.09283095 0.1223708 0.09230816 0.1217529 0.09087002 0.1223747 0.09126359 0.122117 0.09209668 0.1217529 0.09087002 0.1214083 0.08983463 0.1223212 0.09036189 0.9822797 0.9027664 0.9829715 0.8998782 0.9853067 0.9032995 0.9822797 0.9027664 0.9794173 0.9023104 0.9802424 0.8999004 0.9829615 0.8975409 0.9829715 0.8998782 0.9803666 0.8979451 0.9829615 0.8975409 0.9856636 0.8970761 0.9858555 0.8998917 0.9768841 0.9020082 0.9778231 0.8999941 0.9794173 0.9023104 0.9768841 0.9020082 0.9743174 0.9016958 0.9753014 0.9000754 0.977986 0.8982281 0.9778231 0.8999941 0.9754477 0.8984727 0.977986 0.8982281 0.9803666 0.8979451 0.9802424 0.8999004 0.977986 0.8982281 0.9777609 0.8965264 0.9803666 0.8979451 0.9751937 0.8969247 0.9777609 0.8965264 0.9754477 0.8984727 0.9751937 0.8969247 0.974106 0.8955644 0.9766969 0.8948166 0.9801279 0.8960776 0.9777609 0.8965264 0.9790852 0.8940312 0.9521727 0.868768 0.9534608 0.8669273 0.9544356 0.8696867 0.9521727 0.868768 0.949671 0.8677734 0.9509513 0.8663604 0.9538645 0.8651906 0.9534608 0.8669273 0.9513581 0.8648121 0.9538645 0.8651906 0.9561564 0.8655491 0.9557147 0.8674667 0.9562546 0.8637217 0.9561564 0.8655491 0.9538645 0.8651906 0.951417 0.8632555 0.9539325 0.8634911 0.9513581 0.8648121 0.951417 0.8632555 0.9506184 0.8615232 0.9532212 0.861383 0.9562546 0.8637217 0.9539325 0.8634911 0.9556605 0.8612975 0.6742239 0.4891181 0.6756927 0.4870924 0.6765738 0.4901575 0.6742239 0.4891181 0.6716772 0.4880053 0.6730893 0.4864109 0.6730893 0.4864109 0.6735289 0.4846132 0.6761617 0.485118 0.6780716 0.4877767 0.6756927 0.4870924 0.6785979 0.485657 0.6786887 0.4834321 0.6785979 0.485657 0.6761617 0.485118 0.6734905 0.4827744 0.6761614 0.4830932 0.6735289 0.4846132 0.6734905 0.4827744 0.6725112 0.4808068 0.675276 0.4806581 0.6786887 0.4834321 0.6761614 0.4830932 0.6779731 0.4805403 0.9713545 0.9012089 0.9722648 0.9000603 0.9743174 0.9016958 0.9713545 0.9012089 0.9691235 0.9006831 0.9690875 0.9000107 0.9723796 0.8987616 0.9722648 0.9000603 0.9691265 0.8990569 0.9723796 0.8987616 0.9754477 0.8984727 0.9753014 0.9000754 0.9751937 0.8969247 0.9754477 0.8984727 0.9723796 0.8987616 0.9689554 0.8981353 0.9721358 0.8975078 0.9691265 0.8990569 0.9689554 0.8981353 0.9689241 0.8974846 0.9711292 0.8965708 0.9751937 0.8969247 0.9721358 0.8975078 0.974106 0.8955644 0.9467442 0.8664945 0.9479086 0.8655608 0.949671 0.8677734 0.9467442 0.8664945 0.9445526 0.865386 0.9446752 0.8646922 0.9482889 0.8643227 0.9479086 0.8655608 0.9449549 0.8637732 0.9482889 0.8643227 0.9513581 0.8648121 0.9509513 0.8663604 0.951417 0.8632555 0.9513581 0.8648121 0.9482889 0.8643227 0.9450347 0.8628513 0.948337 0.8630637 0.9449549 0.8637732 0.9450347 0.8628513 0.9451294 0.8621624 0.9475319 0.8618231 0.951417 0.8632555 0.948337 0.8630637 0.9506184 0.8615232 0.6687346 0.4866011 0.67 0.4855148 0.6716772 0.4880053 0.6687346 0.4866011 0.6664479 0.4853521 0.6666398 0.4845489 0.6703711 0.4840375 0.67 0.4855148 0.6668835 0.4834195 0.6730893 0.4864109 0.67 0.4855148 0.6735289 0.4846132 0.6734905 0.4827744 0.6735289 0.4846132 0.6703711 0.4840375 0.6668987 0.4822663 0.6703221 0.4825206 0.6668835 0.4834195 0.6668987 0.4822663 0.6669104 0.4814581 0.6693578 0.4810858 0.6734905 0.4827744 0.6703221 0.4825206 0.6725112 0.4808068 0.9690875 0.9000107 0.9691235 0.9006831 0.966991 0.9008327 0.964487 0.9008279 0.9661441 0.8999888 0.9658527 0.9013267 0.964487 0.9008279 0.9633291 0.8997058 0.9660333 0.8993204 0.9660333 0.8993204 0.9691265 0.8990569 0.9690875 0.9000107 0.9689554 0.8981353 0.9691265 0.8990569 0.9660333 0.8993204 0.9643691 0.8982143 0.9660207 0.8986674 0.9633291 0.8997058 0.9667726 0.8977336 0.9660207 0.8986674 0.9656603 0.8974961 0.9667726 0.8977336 0.9689241 0.8974846 0.9689554 0.8981353 0.9446752 0.8646922 0.9445526 0.865386 0.9422852 0.8650115 0.9396906 0.8643193 0.9415937 0.8639185 0.9409955 0.8652434 0.9416542 0.8632147 0.9415937 0.8639185 0.9386141 0.8625362 0.9416542 0.8632147 0.9449549 0.8637732 0.9446752 0.8646922 0.9450347 0.8628513 0.9449549 0.8637732 0.9416542 0.8632147 0.9416542 0.8632147 0.9386141 0.8625362 0.9400921 0.8614167 0.94286 0.8617554 0.9418518 0.8625536 0.9416586 0.8610118 0.94286 0.8617554 0.9451294 0.8621624 0.9450347 0.8628513 0.6666398 0.4845489 0.6664479 0.4853521 0.6639645 0.4849219 0.6609491 0.4840605 0.6632235 0.4836581 0.6624441 0.485123 0.6609491 0.4840605 0.6595824 0.4820134 0.6632616 0.482788 0.6632616 0.482788 0.6668835 0.4834195 0.6666398 0.4845489 0.6668987 0.4822663 0.6668835 0.4834195 0.6632616 0.482788 0.6614371 0.4807257 0.6634623 0.4819457 0.6595824 0.4820134 0.6644834 0.4810087 0.6634623 0.4819457 0.663114 0.4802713 0.6644834 0.4810087 0.6669104 0.4814581 0.6668987 0.4822663 0.966822 0.9026651 0.9651687 0.9033617 0.9658527 0.9013267 0.966822 0.9026651 0.969451 0.9049152 0.9674219 0.9065898 0.9674219 0.9065898 0.9656819 0.9082921 0.9638838 0.9040802 0.964487 0.9008279 0.9651687 0.9033617 0.9633291 0.8997058 0.9643691 0.8982143 0.9633291 0.8997058 0.9638779 0.8956028 0.9670939 0.8927131 0.965038 0.8958864 0.9654241 0.8917815 0.9670939 0.8927131 0.9690932 0.8936317 0.9665974 0.8961124 0.9643691 0.8982143 0.965038 0.8958864 0.9656603 0.8974961 0.9417464 0.8669002 0.9399925 0.8669745 0.9409955 0.8652434 0.9417464 0.8669002 0.943969 0.869874 0.9416599 0.8706858 0.9386603 0.8670562 0.9399925 0.8669745 0.9397075 0.8714283 0.9386603 0.8670562 0.9386141 0.8625362 0.9396906 0.8643193 0.9400921 0.8614167 0.9386141 0.8625362 0.9396325 0.8578873 0.9437459 0.8554025 0.941059 0.8586865 0.9418877 0.8536034 0.9437459 0.8554025 0.9458518 0.8573135 0.9428455 0.8595744 0.9400921 0.8614167 0.941059 0.8586865 0.9416586 0.8610118 0.6631702 0.4869387 0.6610143 0.4869739 0.6624441 0.485123 0.6631702 0.4869387 0.665421 0.4902175 0.6625109 0.4910733 0.6592459 0.4870298 0.6610143 0.4869739 0.6598346 0.4918655 0.6592459 0.4870298 0.6595824 0.4820134 0.6609491 0.4840605 0.6605921 0.4768215 0.6622473 0.4777733 0.6595824 0.4820134 0.6648863 0.4741474 0.6622473 0.4777733 0.662728 0.4719644 0.6648863 0.4741474 0.667276 0.4763576 0.6642588 0.4787695 0.6614371 0.4807257 0.6622473 0.4777733 0.663114 0.4802713 0.9723625 0.9070492 0.9704793 0.9095118 0.969451 0.9049152 0.9723625 0.9070492 0.9754207 0.9089685 0.9737898 0.9119645 0.9737898 0.9119645 0.9724096 0.9147452 0.9688635 0.9119079 0.9674219 0.9065898 0.9704793 0.9095118 0.9656819 0.9082921 0.9670939 0.8927131 0.9654241 0.8917815 0.9678621 0.8882523 0.9721741 0.8870247 0.9696033 0.8897238 0.9704609 0.8852261 0.9721741 0.8870247 0.9741866 0.8890525 0.9716588 0.8912851 0.9670939 0.8927131 0.9696033 0.8897238 0.9690932 0.8936317 0.9463334 0.8726969 0.9438533 0.874255 0.943969 0.869874 0.9463334 0.8726969 0.9488111 0.875122 0.9463176 0.8772398 0.9416922 0.8756334 0.9438533 0.874255 0.9440847 0.8790662 0.9416922 0.8756334 0.9397075 0.8714283 0.9416599 0.8706858 0.9437459 0.8554025 0.9418877 0.8536034 0.9455518 0.8501783 0.9455518 0.8501783 0.9493929 0.8475617 0.9506319 0.8504005 0.9506319 0.8504005 0.9520999 0.8536171 0.9489786 0.8552719 0.9437459 0.8554025 0.9471462 0.8526047 0.9458518 0.8573135 0.6676689 0.4933589 0.6645305 0.4950338 0.665421 0.4902175 0.6676689 0.4933589 0.6700061 0.4961577 0.6668371 0.4984918 0.661601 0.4965151 0.6645305 0.4950338 0.6638647 0.5004968 0.661601 0.4965151 0.6598346 0.4918655 0.6625109 0.4910733 0.666443 0.4679524 0.6683474 0.4709071 0.662728 0.4719644 0.666443 0.4679524 0.6705262 0.4648935 0.6720632 0.4682891 0.6720632 0.4682891 0.6738362 0.4720196 0.6704851 0.4740208 0.6648863 0.4741474 0.6683474 0.4709071 0.667276 0.4763576 0.9796653 0.915289 0.9768021 0.9137849 0.9815642 0.9120238 0.9796653 0.915289 0.9778652 0.9180176 0.975301 0.9166216 0.9737898 0.9119645 0.9768021 0.9137849 0.9724096 0.9147452 0.9737898 0.9119645 0.9754207 0.9089685 0.9784898 0.9105744 0.9764893 0.8826174 0.978878 0.8848221 0.9765687 0.8869138 0.9721741 0.8870247 0.9744144 0.8847219 0.9741866 0.8890525 0.9724897 0.8829139 0.9744144 0.8847219 0.9704609 0.8852261 0.9764893 0.8826174 0.9744144 0.8847219 0.9742336 0.8809586 0.6787137 0.4652007 0.6807702 0.4695088 0.6772801 0.470615 0.6720632 0.4682891 0.6754667 0.4665302 0.6738362 0.4720196 0.6737667 0.4628953 0.6754667 0.4665302 0.6705262 0.4648935 0.6737667 0.4628953 0.6765858 0.4614276 0.6787137 0.4652007 0.9767975 0.8915387 0.9790852 0.8940312 0.9766969 0.8948166 0.9717516 0.8945244 0.9743431 0.8930261 0.974106 0.8955644 0.9717516 0.8945244 0.9690932 0.8936317 0.9716588 0.8912851 0.9767975 0.8915387 0.9743431 0.8930261 0.9741866 0.8890525 0.9717516 0.8945244 0.974106 0.8955644 0.9711292 0.8965708 0.9667726 0.8977336 0.9689555 0.8962231 0.9689241 0.8974846 0.9667726 0.8977336 0.9656603 0.8974961 0.9665974 0.8961124 0.9717516 0.8945244 0.9689555 0.8962231 0.9690932 0.8936317 0.9836605 0.9076854 0.9805507 0.9066168 0.9853067 0.9032995 0.9836605 0.9076854 0.9815642 0.9120238 0.9784898 0.9105744 0.9784898 0.9105744 0.9754207 0.9089685 0.9775533 0.9055417 0.9822797 0.9027664 0.9805507 0.9066168 0.9794173 0.9023104 0.9768841 0.9020082 0.9794173 0.9023104 0.9775533 0.9055417 0.9723625 0.9070492 0.9747807 0.904454 0.9754207 0.9089685 0.9723625 0.9070492 0.969451 0.9049152 0.9720584 0.9032965 0.9768841 0.9020082 0.9747807 0.904454 0.9743174 0.9016958 0.9713545 0.9012089 0.9743174 0.9016958 0.9720584 0.9032965 0.966822 0.9026651 0.9692121 0.9020123 0.969451 0.9049152 0.966822 0.9026651 0.9658527 0.9013267 0.966991 0.9008327 0.9713545 0.9012089 0.9692121 0.9020123 0.9691235 0.9006831 0.6760809 0.4764198 0.6779731 0.4805403 0.675276 0.4806581 0.6701287 0.4786227 0.6730892 0.4774525 0.6725112 0.4808068 0.6701287 0.4786227 0.667276 0.4763576 0.6704851 0.4740208 0.6760809 0.4764198 0.6730892 0.4774525 0.6738362 0.4720196 0.6701287 0.4786227 0.6725112 0.4808068 0.6693578 0.4810858 0.6644834 0.4810087 0.6669829 0.4798545 0.6669104 0.4814581 0.6644834 0.4810087 0.663114 0.4802713 0.6642588 0.4787695 0.6701287 0.4786227 0.6669829 0.4798545 0.667276 0.4763576 0.6742239 0.4891181 0.6765738 0.4901575 0.6735685 0.4931654 0.6676689 0.4933589 0.6712247 0.491297 0.6700061 0.4961577 0.6676689 0.4933589 0.665421 0.4902175 0.6687988 0.4892346 0.6742239 0.4891181 0.6712247 0.491297 0.6716772 0.4880053 0.6687346 0.4866011 0.6716772 0.4880053 0.6687988 0.4892346 0.6631702 0.4869387 0.6661008 0.4869451 0.665421 0.4902175 0.6631702 0.4869387 0.6624441 0.485123 0.6639645 0.4849219 0.6687346 0.4866011 0.6661008 0.4869451 0.6664479 0.4853521 0.9540259 0.8575894 0.9556605 0.8612975 0.9532212 0.861383 0.948453 0.8594482 0.9512867 0.8584207 0.9506184 0.8615232 0.948453 0.8594482 0.9458518 0.8573135 0.9489786 0.8552719 0.9540259 0.8575894 0.9512867 0.8584207 0.9520999 0.8536171 0.948453 0.8594482 0.9506184 0.8615232 0.9475319 0.8618231 0.94286 0.8617554 0.9453523 0.8606399 0.9451294 0.8621624 0.94286 0.8617554 0.9416586 0.8610118 0.9428455 0.8595744 0.948453 0.8594482 0.9453523 0.8606399 0.9458518 0.8573135 0.9521727 0.868768 0.9544356 0.8696867 0.9518257 0.8724214 0.9463334 0.8726969 0.9494518 0.8707795 0.9488111 0.875122 0.9463334 0.8726969 0.943969 0.869874 0.9469915 0.8689239 0.9521727 0.868768 0.9494518 0.8707795 0.949671 0.8677734 0.9467442 0.8664945 0.949671 0.8677734 0.9469915 0.8689239 0.9417464 0.8669002 0.9443435 0.8668406 0.943969 0.869874 0.9417464 0.8669002 0.9409955 0.8652434 0.9422852 0.8650115 0.9467442 0.8664945 0.9443435 0.8668406 0.9445526 0.865386 0.5189912 0.588638 0.5214154 0.5911518 0.5182976 0.5912899 0.5129779 0.5908274 0.5156816 0.5897217 0.515685 0.5915113 0.5129779 0.5908274 0.5113668 0.5898804 0.5126556 0.588326 0.5189912 0.588638 0.5156816 0.5897217 0.5160402 0.5860889 0.5249411 0.5872493 0.5266869 0.5911375 0.524111 0.5911319 0.5189912 0.588638 0.521989 0.5878105 0.5214154 0.5911518 0.5189912 0.588638 0.5160402 0.5860889 0.5193917 0.584273 0.5249411 0.5872493 0.521989 0.5878105 0.5228063 0.5830222 0.5313971 0.5868177 0.5281139 0.5869644 0.5300336 0.5822936 0.5313971 0.5868177 0.5322945 0.5909809 0.5294451 0.591076 0.5249411 0.5872493 0.5281139 0.5869644 0.5266869 0.5911375 0.5249411 0.5872493 0.5228063 0.5830222 0.5263801 0.5824807 0.5170864 0.5962927 0.5198915 0.5976153 0.5164646 0.5989772 0.5106292 0.5967348 0.5139747 0.5966326 0.5126639 0.6002699 0.5106292 0.5967348 0.5102081 0.5947723 0.5120878 0.5945664 0.5170864 0.5962927 0.5139747 0.5966326 0.5148281 0.5950829 0.5224332 0.5986909 0.5248808 0.5996998 0.5215396 0.6028264 0.5150611 0.6034964 0.5189338 0.6010486 0.517867 0.6061331 0.5150611 0.6034964 0.5126639 0.6002699 0.5164646 0.5989772 0.5224332 0.5986909 0.5189338 0.6010486 0.5198915 0.5976153 0.5274039 0.6008221 0.5299648 0.6020011 0.5274861 0.6055961 0.5211274 0.6078988 0.5244393 0.6042898 0.5246148 0.6092291 0.5211274 0.6078988 0.517867 0.6061331 0.5215396 0.6028264 0.5274039 0.6008221 0.5244393 0.6042898 0.5248808 0.5996998 0.5150611 0.6034964 0.512297 0.6054949 0.5126639 0.6002699 0.5150611 0.6034964 0.517867 0.6061331 0.5153039 0.6087826 0.5153039 0.6087826 0.5132953 0.6111034 0.5100872 0.6072688 0.5099198 0.6013715 0.512297 0.6054949 0.5077043 0.6023775 0.513647 0.5839319 0.5115327 0.5819709 0.5153821 0.5783435 0.5211117 0.5792868 0.5172684 0.5811937 0.5196371 0.5757972 0.5211117 0.5792868 0.5228063 0.5830222 0.5193917 0.584273 0.513647 0.5839319 0.5172684 0.5811937 0.5160402 0.5860889 0.5106292 0.5967348 0.5084724 0.5968739 0.5102081 0.5947723 0.5106292 0.5967348 0.5126639 0.6002699 0.5099198 0.6013715 0.5069099 0.5970314 0.5084724 0.5968739 0.5077043 0.6023775 0.5069099 0.5970314 0.5074109 0.5916095 0.5087199 0.5936456 0.5094501 0.5902662 0.5074109 0.5916095 0.5089138 0.5864911 0.513647 0.5839319 0.5105537 0.5873129 0.5115327 0.5819709 0.513647 0.5839319 0.5160402 0.5860889 0.5126556 0.588326 0.5094501 0.5902662 0.5105537 0.5873129 0.5113668 0.5898804 0.5151749 0.5944281 0.5148281 0.5950829 0.5120878 0.5945664 0.5087199 0.5936456 0.5114275 0.59333 0.5102081 0.5947723 0.5087199 0.5936456 0.5074109 0.5916095 0.5114967 0.592517 0.5114967 0.592517 0.5154946 0.5934391 0.5151749 0.5944281 0.5156779 0.5923487 0.5154946 0.5934391 0.5114967 0.592517 0.5114967 0.592517 0.5074109 0.5916095 0.5094501 0.5902662 0.5129779 0.5908274 0.5117982 0.591721 0.5113668 0.5898804 0.5129779 0.5908274 0.515685 0.5915113 0.5156779 0.5923487 0.5170864 0.5962927 0.5185417 0.5954406 0.5198915 0.5976153 0.5170864 0.5962927 0.5148281 0.5950829 0.5151749 0.5944281 0.5190122 0.5942315 0.5185417 0.5954406 0.5154946 0.5934391 0.5190122 0.5942315 0.5220525 0.5948889 0.5215139 0.596306 0.5222278 0.5932031 0.5220525 0.5948889 0.5190122 0.5942315 0.5156779 0.5923487 0.5191693 0.5928205 0.5154946 0.5934391 0.5156779 0.5923487 0.515685 0.5915113 0.5182976 0.5912899 0.5222278 0.5932031 0.5191693 0.5928205 0.5214154 0.5911518 0.5224332 0.5986909 0.5240776 0.5969626 0.5248808 0.5996998 0.5224332 0.5986909 0.5198915 0.5976153 0.5215139 0.596306 0.5246189 0.5954059 0.5240776 0.5969626 0.5220525 0.5948889 0.5246189 0.5954059 0.5269829 0.5958576 0.5264501 0.5975911 0.5272147 0.5938567 0.5269829 0.5958576 0.5246189 0.5954059 0.5222278 0.5932031 0.5248089 0.5935631 0.5220525 0.5948889 0.5222278 0.5932031 0.5214154 0.5911518 0.524111 0.5911319 0.5272147 0.5938567 0.5248089 0.5935631 0.5266869 0.5911375 0.1244648 0.4321924 0.125836 0.4359173 0.1249572 0.4441815 0.1249572 0.4441815 0.1228551 0.4493522 0.1224107 0.4403566 0.1223973 0.4312762 0.1236617 0.4375033 0.1207844 0.4325179 0.1244648 0.4321924 0.1236617 0.4375033 0.1233588 0.429627 0.1125482 0.435044 0.1152031 0.440885 0.1108556 0.4345847 0.1178448 0.4416623 0.1152031 0.440885 0.1141958 0.4343073 0.1178448 0.4416623 0.1228551 0.4493522 0.1178843 0.4469636 0.1114264 0.4376599 0.1152031 0.440885 0.1120674 0.441184 0.02368587 0.1168224 0.02276408 0.1150762 0.02375698 0.1128395 0.02368587 0.1168224 0.02330267 0.1129816 0.02132415 0.1126278 0.02155059 0.1096883 0.02276408 0.1150762 0.02051329 0.1085742 0.022924 0.1114594 0.02276408 0.1150762 0.02204281 0.1078389 0.02456456 0.1110451 0.02457749 0.1145821 0.02375698 0.1128395 0.02577322 0.108928 0.02457749 0.1145821 0.02544522 0.1072767 0.02578383 0.1121273 0.02457749 0.1145821 0.02664965 0.1079099 0.02578383 0.1121273 0.02330267 0.1129816 0.02368587 0.1168224 0.119493 0.4395602 0.1179012 0.4385555 0.1164225 0.4311205 0.1178448 0.4416623 0.1179012 0.4385555 0.1228551 0.4493522 0.1149864 0.4319606 0.1179012 0.4385555 0.1141958 0.4343073 0.1224107 0.4403566 0.1228551 0.4493522 0.119493 0.4395602 0.1184099 0.4312596 0.1203525 0.4380953 0.1164225 0.4311205 0.1224107 0.4403566 0.1203525 0.4380953 0.1207844 0.4325179 0.1892597 0.5817006 0.188579 0.5820657 0.1852341 0.5788765 0.1892597 0.5817006 0.1921396 0.5837583 0.1901662 0.5837996 0.1875054 0.5823376 0.188579 0.5820657 0.1885992 0.5833932 0.1875054 0.5823376 0.1841781 0.5803325 0.1847067 0.5795481 0.1857113 0.578249 0.1861523 0.5775998 0.1891192 0.5799137 0.1913785 0.5818253 0.189351 0.5809559 0.1903597 0.5805521 0.1913785 0.5818253 0.1921396 0.5837583 0.1892597 0.5817006 0.1857113 0.578249 0.189351 0.5809559 0.1852341 0.5788765 0.1843782 0.5849045 0.1841634 0.5839576 0.187499 0.5838801 0.1901662 0.5837996 0.1884753 0.584662 0.1885992 0.5833932 0.1901662 0.5837996 0.1921396 0.5837583 0.1893079 0.5852963 0.1843782 0.5849045 0.1884753 0.584662 0.1844924 0.5858202 0.1923999 0.5805411 0.1913492 0.5800127 0.1907985 0.5759987 0.1923999 0.5805411 0.1921396 0.5837583 0.1913785 0.5818253 0.1901943 0.5794093 0.1913492 0.5800127 0.1903597 0.5805521 0.1901943 0.5794093 0.1886857 0.5763499 0.1897322 0.5762146 0.1837474 0.5829481 0.1862354 0.5828032 0.1841634 0.5839576 0.1837474 0.5829481 0.1823551 0.5817877 0.1836974 0.581298 0.1875054 0.5823376 0.1862354 0.5828032 0.1841781 0.5803325 0.1875054 0.5823376 0.1885992 0.5833932 0.187499 0.5838801 0.1901943 0.5794093 0.1888306 0.5786561 0.1886857 0.5763499 0.1901943 0.5794093 0.1903597 0.5805521 0.1891192 0.5799137 0.1865714 0.5768629 0.1888306 0.5786561 0.1861523 0.5775998 0.1876788 0.5763235 0.1888306 0.5786561 0.186189 0.5754196 0.4950904 0.02457708 0.4964719 0.02743905 0.4924227 0.02545577 0.4990621 0.02625191 0.4964719 0.02743905 0.4975752 0.02377259 0.498122 0.03024762 0.4964719 0.02743905 0.5008994 0.0286163 0.498122 0.03024762 0.4951609 0.03138995 0.4936999 0.02847683 0.4668688 0.1027626 0.4561001 0.1023451 0.4827661 0.09783554 0.4668688 0.1027626 0.4509716 0.1076897 0.4487482 0.1060528 0.4453313 0.1019276 0.4561001 0.1023451 0.4465248 0.104416 0.4453313 0.1019276 0.4441378 0.09943926 0.4634519 0.0986374 0.467362 0.1273948 0.4578076 0.125191 0.4844586 0.1243087 0.4278281 0.1149502 0.421953 0.1102855 0.4444712 0.1134738 0.2680893 0.9835599 0.2635852 0.9778572 0.2890964 0.9931812 0.4518796 0.8000766 0.4532972 0.7996563 0.4677332 0.8029869 0.4518796 0.8000766 0.4462944 0.7973415 0.4629063 0.7993239 0.4682264 0.8015982 0.4532972 0.7996563 0.475087 0.8009677 0.4504384 0.8011925 0.4462944 0.7973415 0.4518796 0.8000766 0.46802 0.8047277 0.453336 0.8014313 0.4677332 0.8029869 0.4504384 0.8011925 0.453336 0.8014313 0.4672492 0.8061292 0.3742711 0.1577115 0.3737595 0.1583235 0.3730252 0.1576755 0.3742711 0.1577115 0.3756898 0.158149 0.3746293 0.1585846 0.3733995 0.1585717 0.3737595 0.1583235 0.3737972 0.1587688 0.3733995 0.1585717 0.3730528 0.1585634 0.3730389 0.1583403 0.9765999 0.6945741 0.9776212 0.678561 0.9768936 0.7121098 0.9765999 0.6945741 0.9745644 0.6689066 0.9758371 0.6539511 0.9787545 0.6550529 0.9776212 0.678561 0.9772607 0.6431516 0.9787545 0.6550529 0.9805685 0.6535423 0.9804686 0.6762303 0.9733032 0.6962305 0.9696194 0.6713913 0.9696325 0.6620464 0.9729291 0.66039 0.9731162 0.6783103 0.9713874 0.6608335 0.9765999 0.6945741 0.9731162 0.6783103 0.9745644 0.6689066 0.9765999 0.6945741 0.9768936 0.7121098 0.9733032 0.6962305 0.9772954 0.6158928 0.9744689 0.6161072 0.9771186 0.5799644 0.9758371 0.6539511 0.9744689 0.6161072 0.9772607 0.6431516 0.9758371 0.6539511 0.9745644 0.6689066 0.971659 0.6166039 0.973309 0.5807905 0.9744689 0.6161072 0.9694507 0.5817958 0.9827459 0.621279 0.9801116 0.6165545 0.9843384 0.581286 0.9787545 0.6550529 0.9801116 0.6165545 0.9805685 0.6535423 0.9772954 0.6158928 0.9801116 0.6165545 0.9772607 0.6431516 0.9772954 0.6158928 0.9771186 0.5799644 0.9807161 0.5800566 0.9587341 0.5868152 0.9621205 0.5834682 0.9661481 0.6177092 0.9696325 0.6620464 0.9634046 0.6204145 0.9713874 0.6608335 0.9696325 0.6620464 0.9696194 0.6713913 0.9614505 0.6265681 0.9587341 0.5868152 0.9634046 0.6204145 0.9554113 0.5901671 0.971659 0.6166039 0.9688925 0.6167884 0.9694507 0.5817958 0.971659 0.6166039 0.9745644 0.6689066 0.9729291 0.66039 0.9729291 0.66039 0.9713874 0.6608335 0.9661481 0.6177092 0.965707 0.5822417 0.9688925 0.6167884 0.9621205 0.5834682 0.9520158 0.5914081 0.9554113 0.5901671 0.9614505 0.6265681 0.9614505 0.6265681 0.9696194 0.6713913 0.9733032 0.6962305 0.9733032 0.6962305 0.9768936 0.7121098 0.9614872 0.6516548 0.9520158 0.5914081 0.9610744 0.6378335 0.948584 0.5915937 0.9871308 0.6488505 0.9850267 0.6332525 0.9922372 0.5871356 0.9804686 0.6762303 0.9850267 0.6332525 0.9768936 0.7121098 0.9827459 0.621279 0.9850267 0.6332525 0.9805685 0.6535423 0.9827459 0.621279 0.9843384 0.581286 0.9882224 0.5838717 0.9536311 0.5706107 0.9492976 0.5689262 0.9539805 0.5594765 0.9536311 0.5706107 0.9554113 0.5901671 0.9520158 0.5914081 0.9445709 0.5657348 0.9492976 0.5689262 0.948584 0.5915937 0.9445709 0.5657348 0.945003 0.556977 0.9497497 0.5584161 0.7445324 0.445102 0.7444625 0.4423512 0.7517549 0.4450227 0.7445324 0.445102 0.738477 0.4451701 0.7384945 0.4432727 0.7434595 0.438781 0.7444625 0.4423512 0.7377415 0.4404349 0.7434595 0.438781 0.7501056 0.4366424 0.7515631 0.4410848 0.5626741 0.6758583 0.5637527 0.6718758 0.5662498 0.6763818 0.5626741 0.6758583 0.5590382 0.675356 0.5602313 0.6719214 0.5602313 0.6719214 0.5600835 0.669044 0.5636079 0.6687154 0.5672044 0.6718786 0.5637527 0.6718758 0.5670444 0.6683863 0.5665646 0.6654501 0.5670444 0.6683863 0.5636079 0.6687154 0.5594482 0.666345 0.5630489 0.6659107 0.5600835 0.669044 0.5594482 0.666345 0.5575042 0.6630312 0.5612455 0.6622663 0.5665646 0.6654501 0.5630489 0.6659107 0.5649325 0.6615228 0.6135831 0.3107247 0.6147382 0.3067722 0.6173767 0.3113123 0.6135831 0.3107247 0.6097513 0.3101565 0.6110849 0.3066715 0.6110849 0.3066715 0.6110498 0.3040052 0.6146647 0.3039147 0.6183257 0.3069381 0.6147382 0.3067722 0.618207 0.3038712 0.617851 0.3007628 0.618207 0.3038712 0.6146647 0.3039147 0.6105043 0.3013998 0.6142057 0.301077 0.6110498 0.3040052 0.6105043 0.3013998 0.6085957 0.298107 0.6124783 0.2972275 0.617851 0.3007628 0.6142057 0.301077 0.6163488 0.296359 0.7315589 0.4494482 0.7328662 0.4470754 0.7372792 0.4502454 0.7331553 0.4452492 0.738477 0.4451701 0.738256 0.4471835 0.7331553 0.4452492 0.7331812 0.4435075 0.738477 0.4451701 0.7384945 0.4432727 0.7331812 0.4435075 0.7377415 0.4404349 0.5530794 0.6745415 0.5543802 0.672033 0.5590382 0.675356 0.5602313 0.6719214 0.5543802 0.672033 0.5600835 0.669044 0.5594482 0.666345 0.5600835 0.669044 0.5541933 0.669471 0.5594482 0.666345 0.5534902 0.6669248 0.5575042 0.6630312 0.6036293 0.3093039 0.6050923 0.3066942 0.6097513 0.3101565 0.6110849 0.3066715 0.6050923 0.3066942 0.6110498 0.3040052 0.6105043 0.3013998 0.6110498 0.3040052 0.6050934 0.3042977 0.6105043 0.3013998 0.6044979 0.3019553 0.6085957 0.298107 0.7254241 0.4486616 0.7221913 0.4478969 0.7220501 0.4469704 0.7270575 0.4454151 0.7267489 0.4470928 0.7222459 0.4455878 0.7270575 0.4454151 0.7222459 0.4455878 0.7222496 0.4442033 0.7222496 0.4442033 0.7224953 0.4433354 0.7259263 0.4423205 0.5452909 0.6729319 0.5412341 0.6717159 0.5408053 0.670708 0.5408053 0.670708 0.5408056 0.6693483 0.5464411 0.6695154 0.5405051 0.6680348 0.5458908 0.6676013 0.5408056 0.6693483 0.5405051 0.6680348 0.5406398 0.6670429 0.5442596 0.6660102 0.5960267 0.3080658 0.5920904 0.3071436 0.5917613 0.306154 0.5917613 0.306154 0.5917667 0.3047534 0.5973821 0.3045896 0.5914749 0.3033887 0.5968903 0.3027668 0.5917667 0.3047534 0.5914749 0.3033887 0.5916033 0.3024142 0.5952559 0.3012911 0.7220501 0.4469704 0.7221913 0.4478969 0.7192786 0.4481042 0.715926 0.448082 0.7181537 0.4467883 0.7177388 0.4489288 0.718101 0.445776 0.7181537 0.4467883 0.7143113 0.4462549 0.718101 0.445776 0.7222459 0.4455878 0.7220501 0.4469704 0.718101 0.445776 0.7182099 0.4447995 0.7222459 0.4455878 0.718101 0.445776 0.7143113 0.4462549 0.7161095 0.4439465 0.7194793 0.4434444 0.7182099 0.4447995 0.7180027 0.4428579 0.7194793 0.4434444 0.7224953 0.4433354 0.7222496 0.4442033 0.5408053 0.670708 0.5412341 0.6717159 0.5378987 0.6715198 0.534374 0.6709007 0.5363692 0.6701743 0.53645 0.6719053 0.534374 0.6709007 0.5327125 0.6687455 0.5362068 0.6692125 0.5408053 0.670708 0.5363692 0.6701743 0.5408056 0.6693483 0.5405051 0.6680348 0.5408056 0.6693483 0.5362068 0.6692125 0.5340128 0.6672058 0.5362096 0.6682965 0.5327125 0.6687455 0.5374376 0.6670411 0.5362096 0.6682965 0.5359112 0.6663952 0.5374376 0.6670411 0.5406398 0.6670429 0.5405051 0.6680348 0.5917613 0.306154 0.5920904 0.3071436 0.5887358 0.3072258 0.5850704 0.3069432 0.5872402 0.3059214 0.5871917 0.307834 0.5850704 0.3069432 0.5833784 0.3049345 0.587072 0.3049086 0.587072 0.3049086 0.5917667 0.3047534 0.5917613 0.306154 0.5914749 0.3033887 0.5917667 0.3047534 0.587072 0.3049086 0.5848206 0.302975 0.587089 0.3038976 0.5833784 0.3049345 0.5883389 0.3025343 0.587089 0.3038976 0.5867514 0.3020073 0.5883389 0.3025343 0.5916033 0.3024142 0.5914749 0.3033887 0.7189012 0.4511951 0.7162335 0.4523867 0.7177388 0.4489288 0.715926 0.448082 0.7162335 0.4523867 0.7143113 0.4462549 0.7161095 0.4439465 0.7143113 0.4462549 0.7153206 0.4396077 0.7161095 0.4439465 0.7171301 0.4400432 0.7180027 0.4428579 0.5383301 0.6737955 0.5359956 0.6739553 0.53645 0.6719053 0.5343272 0.6740905 0.5327125 0.6687455 0.534374 0.6709007 0.5330427 0.6627314 0.5349233 0.663582 0.5327125 0.6687455 0.5340128 0.6672058 0.5349233 0.663582 0.5359112 0.6663952 0.5889966 0.3098166 0.5865453 0.3104033 0.5871917 0.307834 0.5847206 0.3109308 0.5833784 0.3049345 0.5850704 0.3069432 0.5839087 0.2986428 0.5857576 0.2993028 0.5833784 0.3049345 0.5848206 0.302975 0.5857576 0.2993028 0.5867514 0.3020073 0.73746 0.4631903 0.7426847 0.4649565 0.7396713 0.4703074 0.7396713 0.4703074 0.7370362 0.475437 0.7327535 0.4739903 0.7298921 0.4664061 0.7349737 0.4687157 0.7277294 0.4714904 0.7298921 0.4664061 0.7322489 0.4610845 0.73746 0.4631903 0.7385508 0.4212248 0.742519 0.4255716 0.7376849 0.4278859 0.7299576 0.4264034 0.734392 0.4235613 0.7328478 0.4303852 0.7299576 0.4264034 0.7270238 0.4230384 0.7310872 0.4198611 0.7385508 0.4212248 0.734392 0.4235613 0.7347043 0.4174644 0.6047446 0.2779419 0.608487 0.2824259 0.6041853 0.2853074 0.596854 0.2846503 0.6008548 0.2810547 0.5999509 0.2884734 0.598066 0.2776892 0.6008548 0.2810547 0.594469 0.2813682 0.598066 0.2776892 0.6012831 0.2747057 0.6047446 0.2779419 0.7434595 0.438781 0.7409538 0.4334592 0.7501056 0.4366424 0.7434595 0.438781 0.7377415 0.4404349 0.7356508 0.4356008 0.7376849 0.4278859 0.7409538 0.4334592 0.7328478 0.4303852 0.7376849 0.4278859 0.742519 0.4255716 0.7467308 0.431091 0.7356508 0.4356008 0.7377415 0.4404349 0.7321524 0.4413198 0.7194793 0.4434444 0.7229076 0.4412961 0.7224953 0.4433354 0.7194793 0.4434444 0.7180027 0.4428579 0.7194792 0.4405741 0.7315589 0.4494482 0.7372792 0.4502454 0.7349941 0.4552884 0.7189012 0.4511951 0.7177388 0.4489288 0.7192786 0.4481042 0.7254241 0.4486616 0.7223864 0.4499912 0.7221913 0.4478969 0.6127912 0.2894058 0.6163488 0.296359 0.6124783 0.2972275 0.6044713 0.2933786 0.6085989 0.2913347 0.6085957 0.298107 0.6044713 0.2933786 0.5999509 0.2884734 0.6041853 0.2853074 0.6127912 0.2894058 0.6085989 0.2913347 0.608487 0.2824259 0.6044713 0.2933786 0.6085957 0.298107 0.6025302 0.2995216 0.5883389 0.3025343 0.5918692 0.3004646 0.5916033 0.3024142 0.5882099 0.2999233 0.5918692 0.3004646 0.5867514 0.3020073 0.6036293 0.3093039 0.6097513 0.3101565 0.6061908 0.3152183 0.5887358 0.3072258 0.5927013 0.3091115 0.5871917 0.307834 0.5960267 0.3080658 0.5927013 0.3091115 0.5920904 0.3071436 0.5613159 0.6550573 0.5649325 0.6615228 0.5612455 0.6622663 0.5534301 0.6583092 0.5573678 0.6565868 0.5575042 0.6630312 0.5534301 0.6583092 0.5490532 0.6532198 0.5530995 0.6504606 0.5613159 0.6550573 0.5573678 0.6565868 0.5571463 0.6481242 0.5534301 0.6583092 0.5575042 0.6630312 0.5515037 0.6643177 0.5374376 0.6670411 0.5409511 0.6650609 0.5406398 0.6670429 0.5373706 0.664377 0.5409511 0.6650609 0.5359112 0.6663952 0.5530794 0.6745415 0.5590382 0.675356 0.5556509 0.6797265 0.5378987 0.6715198 0.541997 0.6735868 0.53645 0.6719053 0.5452909 0.6729319 0.541997 0.6735868 0.5412341 0.6717159 0.4253006 0.5040609 0.4287177 0.5014754 0.4289854 0.5037391 0.4253006 0.5040609 0.4231498 0.5035324 0.4242525 0.5010616 0.4423575 0.4943307 0.4353765 0.4974967 0.4378387 0.4894034 0.4251862 0.5120712 0.4236906 0.5098066 0.4256636 0.5088126 0.4330807 0.5092146 0.4293035 0.51077 0.4292746 0.5084602 0.4322504 0.5171073 0.4364181 0.5133432 0.4410362 0.5207184 0.4322504 0.5171073 0.4410362 0.5207184 0.4390646 0.5251922 0.4277731 0.5224617 0.429626 0.5200018 0.4376082 0.5289078 0.4340767 0.4850521 0.4263348 0.4923793 0.430693 0.4809886 0.4340767 0.4850521 0.4378387 0.4894034 0.4301927 0.4947956 0.4251862 0.5120712 0.4227633 0.5129914 0.4236906 0.5098066 0.4211877 0.5137212 0.4194704 0.5071017 0.4215281 0.5090151 0.4210718 0.5047723 0.4194704 0.5071017 0.4192984 0.500316 0.4210718 0.5047723 0.4213778 0.5006806 0.4231498 0.5035324 0.4291276 0.5074772 0.4292746 0.5084602 0.4256636 0.5088126 0.4215281 0.5090151 0.4242294 0.5075743 0.4236906 0.5098066 0.4215281 0.5090151 0.4194704 0.5071017 0.4240204 0.5066494 0.4240204 0.5066494 0.4291163 0.5061828 0.4291276 0.5074772 0.4289413 0.5048071 0.4291163 0.5061828 0.4240204 0.5066494 0.4240204 0.5066494 0.4194704 0.5071017 0.4210718 0.5047723 0.4253006 0.5040609 0.4240561 0.505632 0.4231498 0.5035324 0.4253006 0.5040609 0.4289854 0.5037391 0.4289413 0.5048071 0.4330807 0.5092146 0.4292746 0.5084602 0.4291276 0.5074772 0.434554 0.5057366 0.4344829 0.5075316 0.4291163 0.5061828 0.4289413 0.5048071 0.4343379 0.5038452 0.4291163 0.5061828 0.4289413 0.5048071 0.4289854 0.5037391 0.432753 0.5022829 0.4528834 0.5037571 0.4524846 0.501195 0.4587694 0.5029918 0.4528834 0.5037571 0.4476146 0.5044284 0.4474695 0.502098 0.4510988 0.4976045 0.4524846 0.501195 0.4460841 0.4988801 0.4510988 0.4976045 0.4565316 0.4961292 0.45801 0.5000742 0.4723135 0.9686145 0.4709169 0.9637665 0.4835862 0.962136 0.5003424 0.9652202 0.484877 0.9669997 0.4991319 0.9604218 0.5003424 0.9652202 0.5012547 0.9689439 0.4859253 0.9707306 0.4723135 0.9686145 0.484877 0.9669997 0.473344 0.9723505 0.4739601 0.9749504 0.473344 0.9723505 0.4859253 0.9707306 0.5018571 0.9712503 0.4866076 0.9731392 0.5012547 0.9689439 0.4723135 0.9686145 0.473344 0.9723505 0.46397 0.9739376 0.46397 0.9739376 0.4561996 0.9755083 0.4560239 0.9712036 0.4560239 0.9712036 0.4541521 0.966125 0.4616771 0.9650359 0.4723135 0.9686145 0.463285 0.969973 0.4709169 0.9637665 0.4641895 0.9769622 0.4642553 0.9791894 0.4558576 0.9790744 0.46397 0.9739376 0.4641895 0.9769622 0.4561996 0.9755083 0.46397 0.9739376 0.473344 0.9723505 0.4739601 0.9749504 0.8643597 0.9497238 0.864139 0.9507949 0.8295978 0.9517517 0.8643597 0.9497238 0.8936802 0.9479238 0.8925834 0.949193 0.8653277 0.9464753 0.8648311 0.9482698 0.8304393 0.9480275 0.8653277 0.9464753 0.8967648 0.944512 0.8952188 0.9463464 0.8643597 0.9497238 0.8648311 0.9482698 0.8936802 0.9479238 0.8643597 0.9497238 0.8295978 0.9517517 0.8300297 0.9500956 0.7947008 0.9533962 0.7943786 0.9545701 0.7585108 0.9548417 0.7947008 0.9533962 0.8295978 0.9517517 0.8291825 0.952862 0.7952197 0.9492226 0.7949689 0.9515335 0.7586405 0.9502549 0.7952197 0.9492226 0.8304393 0.9480275 0.8300297 0.9500956 0.7947008 0.9533962 0.7949689 0.9515335 0.8295978 0.9517517 0.7947008 0.9533962 0.7585108 0.9548417 0.7585774 0.9527824 0.6812368 0.959064 0.681078 0.95762 0.7198698 0.956273 0.7198698 0.956273 0.7585108 0.9548417 0.7583978 0.9560971 0.6808691 0.9552386 0.6805974 0.9523266 0.7196736 0.9513186 0.7196736 0.9513186 0.7586405 0.9502549 0.7585774 0.9527824 0.7198698 0.956273 0.7197835 0.9540412 0.7585108 0.9548417 0.6808691 0.9552386 0.7197835 0.9540412 0.681078 0.95762 0.6092094 0.961884 0.6088559 0.9602364 0.6444355 0.9588131 0.6812368 0.959064 0.644696 0.9603502 0.681078 0.95762 0.6084243 0.9575746 0.6078442 0.9542231 0.6436905 0.9531916 0.6808691 0.9552386 0.6441159 0.9563037 0.6805974 0.9523266 0.6808691 0.9552386 0.681078 0.95762 0.6444355 0.9588131 0.6084243 0.9575746 0.6441159 0.9563037 0.6088559 0.9602364 0.5423699 0.9665606 0.5418497 0.9645921 0.5732523 0.9622741 0.6092094 0.961884 0.5736979 0.9640704 0.6088559 0.9602364 0.5411656 0.9614285 0.5402533 0.9573959 0.5719498 0.9557307 0.6084243 0.9575746 0.5726945 0.9593902 0.6078442 0.9542231 0.6084243 0.9575746 0.6088559 0.9602364 0.5732523 0.9622741 0.5411656 0.9614285 0.5726945 0.9593902 0.5418497 0.9645921 0.5018571 0.9712503 0.5012547 0.9689439 0.5188734 0.9668566 0.5423699 0.9665606 0.5194337 0.9690057 0.5418497 0.9645921 0.5003424 0.9652202 0.4991319 0.9604218 0.5170008 0.9589006 0.5411656 0.9614285 0.5180768 0.9633674 0.5402533 0.9573959 0.5411656 0.9614285 0.5418497 0.9645921 0.5188734 0.9668566 0.5003424 0.9652202 0.5180768 0.9633674 0.5012547 0.9689439 0.4692025 0.9578305 0.4821762 0.9563291 0.4709169 0.9637665 0.4692025 0.9578305 0.4677485 0.9519147 0.4810449 0.950631 0.4976348 0.9548911 0.4821762 0.9563291 0.4975044 0.9489119 0.4976348 0.9548911 0.4991319 0.9604218 0.4835862 0.962136 0.4494062 0.9602376 0.4586892 0.9590936 0.4541521 0.966125 0.4494062 0.9602376 0.4444053 0.9542813 0.455752 0.953118 0.4692025 0.9578305 0.4586892 0.9590936 0.4677485 0.9519147 0.4692025 0.9578305 0.4709169 0.9637665 0.4616771 0.9650359 0.4407351 0.9439365 0.4538087 0.9433743 0.4444053 0.9542813 0.8681876 0.9423719 0.8656242 0.944383 0.8340048 0.9431442 0.8681876 0.9423719 0.8979392 0.9407013 0.897884 0.9424716 0.8653277 0.9464753 0.8656242 0.944383 0.8967648 0.944512 0.8653277 0.9464753 0.8304393 0.9480275 0.8307882 0.945681 0.7981765 0.9443241 0.7954899 0.9467037 0.7624361 0.9447926 0.7981765 0.9443241 0.8340048 0.9431442 0.8307882 0.945681 0.7952197 0.9492226 0.7954899 0.9467037 0.8304393 0.9480275 0.7952197 0.9492226 0.7586405 0.9502549 0.7587431 0.947595 0.7229105 0.9458312 0.7195618 0.9484984 0.6834105 0.946123 0.7229105 0.9458312 0.7624361 0.9447926 0.7587431 0.947595 0.7196736 0.9513186 0.7195618 0.9484984 0.7586405 0.9502549 0.6802503 0.9492904 0.7195618 0.9484984 0.6805974 0.9523266 0.6454294 0.9467893 0.6431125 0.9498469 0.6095741 0.9465952 0.6454294 0.9467893 0.6834105 0.946123 0.6802503 0.9492904 0.6802503 0.9492904 0.6805974 0.9523266 0.6436905 0.9531916 0.6070449 0.9505063 0.6431125 0.9498469 0.6078442 0.9542231 0.573102 0.9478053 0.5709434 0.9516072 0.5396895 0.948187 0.573102 0.9478053 0.6095741 0.9465952 0.6070449 0.9505063 0.6070449 0.9505063 0.6078442 0.9542231 0.5719498 0.9557307 0.539049 0.9528208 0.5709434 0.9516072 0.5402533 0.9573959 0.5160512 0.9493001 0.5156025 0.9538186 0.4975044 0.9489119 0.5160512 0.9493001 0.5396895 0.948187 0.539049 0.9528208 0.539049 0.9528208 0.5402533 0.9573959 0.5170008 0.9589006 0.4976348 0.9548911 0.5156025 0.9538186 0.4991319 0.9604218 0.3311514 0.8307166 0.3356667 0.8271502 0.3346388 0.8355396 0.3311514 0.8307166 0.3287442 0.8283475 0.3334876 0.8247631 0.3334876 0.8247631 0.3393094 0.8203005 0.3406971 0.8238607 0.3406971 0.8238607 0.3427745 0.8300792 0.3385196 0.8327209 0.3899715 0.8392042 0.3922541 0.8354638 0.3933724 0.8414883 0.3899715 0.8392042 0.3858944 0.8366246 0.3881728 0.8317036 0.3943782 0.8346596 0.3922541 0.8354638 0.3911773 0.829406 0.3943782 0.8346596 0.3970879 0.8388752 0.3954043 0.8390652 0.3521938 0.8212475 0.3514124 0.8176663 0.3566047 0.8183136 0.3626198 0.822591 0.3573433 0.821724 0.3622162 0.8192903 0.3626198 0.822591 0.3639168 0.8294364 0.3586567 0.826633 0.3521938 0.8212475 0.3573433 0.821724 0.3541173 0.8274519 0.3510092 0.8120546 0.3511931 0.8058856 0.3569428 0.8069666 0.3625304 0.8141702 0.3564818 0.8128799 0.3633456 0.808622 0.3625304 0.8141702 0.3622162 0.8192903 0.3566047 0.8183136 0.3510092 0.8120546 0.3564818 0.8128799 0.3514124 0.8176663 0.3626198 0.822591 0.3622162 0.8192903 0.3690327 0.8195772 0.3754273 0.8243719 0.3687693 0.8230836 0.3764727 0.8207221 0.3754273 0.8243719 0.3745654 0.8303592 0.3690793 0.8280047 0.3690793 0.8280047 0.3639168 0.8294364 0.3626198 0.822591 0.370777 0.8088273 0.3697799 0.8143747 0.3633456 0.808622 0.370777 0.8088273 0.3786861 0.8099382 0.3776447 0.8155282 0.3690327 0.8195772 0.3697799 0.8143747 0.3764727 0.8207221 0.3690327 0.8195772 0.3622162 0.8192903 0.3625304 0.8141702 0.3458538 0.8183678 0.345488 0.8132451 0.3514124 0.8176663 0.3458538 0.8183678 0.3393094 0.8203005 0.3398882 0.8151281 0.3457211 0.8074036 0.345488 0.8132451 0.3387897 0.8100057 0.3457211 0.8074036 0.3511931 0.8058856 0.3510092 0.8120546 0.3521938 0.8212475 0.3541173 0.8274519 0.3483985 0.8284618 0.3406971 0.8238607 0.3464256 0.8219264 0.3427745 0.8300792 0.3458538 0.8183678 0.3464256 0.8219264 0.3393094 0.8203005 0.3521938 0.8212475 0.3464256 0.8219264 0.3514124 0.8176663 0.3921142 0.8246702 0.3911773 0.829406 0.3839548 0.8242731 0.3776447 0.8155282 0.3855395 0.8196657 0.3764727 0.8207221 0.3776447 0.8155282 0.3786861 0.8099382 0.3865222 0.8143104 0.3921142 0.8246702 0.3855395 0.8196657 0.3943927 0.8206261 0.3804647 0.8334544 0.3822295 0.8276257 0.3858944 0.8366246 0.3804647 0.8334544 0.3745654 0.8303592 0.3754273 0.8243719 0.3754273 0.8243719 0.3764727 0.8207221 0.3839548 0.8242731 0.3839548 0.8242731 0.3911773 0.829406 0.3881728 0.8317036 0.3109781 0.7501946 0.309736 0.7489735 0.3116448 0.7475404 0.3109781 0.7501946 0.310666 0.7540182 0.3087027 0.7531943 0.3081816 0.747579 0.309736 0.7489735 0.3068581 0.7524521 0.3081816 0.747579 0.309833 0.7436481 0.3108524 0.7456517 0.3255863 0.742799 0.3252806 0.740381 0.3294991 0.741428 0.3294991 0.741428 0.3340124 0.7429574 0.3318077 0.7450584 0.3270718 0.7455168 0.3282355 0.7436186 0.3294988 0.7472205 0.3270718 0.7455168 0.3254176 0.7446482 0.3255863 0.742799 0.3210887 0.7465756 0.3230023 0.7468283 0.3234357 0.7486967 0.3216109 0.7528442 0.3212262 0.7492619 0.3244479 0.7513496 0.3216109 0.7528442 0.3190184 0.7540534 0.3187671 0.749872 0.3210887 0.7465756 0.3212262 0.7492619 0.3180278 0.7441964 0.3163422 0.7470762 0.3180278 0.7441964 0.3187671 0.749872 0.3170816 0.7545673 0.3168534 0.750458 0.3190184 0.7540534 0.3170816 0.7545673 0.3154129 0.7547691 0.3155398 0.7510368 0.3163422 0.7470762 0.3168534 0.750458 0.3151568 0.7482748 0.2858077 0.7467692 0.2845227 0.7461398 0.2859343 0.7442273 0.2858077 0.7467692 0.2862428 0.7501745 0.2846184 0.7500339 0.2829537 0.7454362 0.2845227 0.7461398 0.2831032 0.7499717 0.2829537 0.7454362 0.2832828 0.7414397 0.2847431 0.7428505 0.3868998 0.733513 0.3841938 0.7340077 0.3849993 0.7295458 0.3868998 0.733513 0.3884899 0.7378432 0.3853006 0.7374221 0.3819862 0.7343762 0.3841938 0.7340077 0.382216 0.7370545 0.3819862 0.7343762 0.3815929 0.7327029 0.3831813 0.7315203 0.3776203 0.7308916 0.3788277 0.7324148 0.3779911 0.7337666 0.373856 0.7353603 0.3759714 0.73273 0.3769334 0.7360625 0.373856 0.7353603 0.3707491 0.7346841 0.3735582 0.7314218 0.3776203 0.7308916 0.3759714 0.73273 0.3764967 0.7285024 0.2903189 0.7425362 0.291195 0.7410154 0.2924726 0.7445068 0.2922214 0.7489227 0.2913149 0.7454425 0.2934849 0.7485104 0.2922214 0.7489227 0.2908247 0.7494444 0.2903779 0.7462857 0.2903189 0.7425362 0.2913149 0.7454425 0.2896523 0.7440023 0.2548822 0.7677001 0.2536265 0.7681556 0.2527396 0.7656454 0.2548822 0.7677001 0.2582614 0.7698708 0.2570067 0.7709001 0.2522458 0.7687872 0.2536265 0.7681556 0.2559731 0.7718672 0.2522458 0.7687872 0.2493845 0.7656591 0.2510697 0.7655494 0.4302502 0.756507 0.4331173 0.7561081 0.4320172 0.7604989 0.4320172 0.7604989 0.4303896 0.7649141 0.4280364 0.762417 0.4272577 0.7577852 0.4293864 0.7590186 0.4257137 0.7600412 0.4302502 0.756507 0.4293864 0.7590186 0.4281414 0.7563173 0.4241735 0.7546994 0.422977 0.7525523 0.4258286 0.7539196 0.4193274 0.7538004 0.422977 0.7525523 0.421735 0.7561888 0.4193274 0.7538004 0.4168419 0.7513324 0.4215691 0.749917 0.4215691 0.749917 0.4261313 0.7490279 0.4257014 0.7518332 0.2547621 0.7595587 0.2540917 0.7576506 0.2586376 0.7588186 0.2627183 0.7627141 0.2584891 0.7607442 0.2635605 0.760971 0.2627183 0.7627141 0.2619304 0.7646585 0.2584686 0.7623838 0.2547621 0.7595587 0.2584891 0.7607442 0.2555786 0.7612796 0.3056792 0.7700123 0.3045871 0.7691653 0.3077342 0.7673935 0.3056792 0.7700123 0.3040919 0.7727321 0.3032358 0.7715672 0.3032934 0.768253 0.3045871 0.7691653 0.302378 0.7700648 0.3032934 0.768253 0.3041295 0.7658365 0.3057742 0.7665747 0.3501537 0.7476072 0.3477041 0.7553504 0.3471757 0.7476428 0.3501537 0.7476072 0.3525668 0.7473134 0.3502279 0.7562364 0.3452354 0.7616965 0.3477041 0.7553504 0.3477155 0.7635896 0.3452354 0.7616965 0.3425126 0.75958 0.3451157 0.7539289 0.3249664 0.7678129 0.3310421 0.7666912 0.3313392 0.7701871 0.3251431 0.7741908 0.3253158 0.7711544 0.3313824 0.7731366 0.3251431 0.7741908 0.319476 0.7749513 0.3196171 0.7717761 0.3249664 0.7678129 0.3253158 0.7711544 0.3196672 0.7682929 0.3160123 0.768514 0.3196672 0.7682929 0.3196171 0.7717761 0.3157684 0.775357 0.3158414 0.7720465 0.319476 0.7749513 0.3157684 0.775357 0.31348 0.7754752 0.313521 0.7721789 0.3160123 0.768514 0.3158414 0.7720465 0.3129888 0.7684758 0.2880833 0.7684375 0.2867915 0.7681102 0.2884669 0.7634517 0.2880833 0.7684375 0.2880281 0.773036 0.286764 0.7722042 0.285262 0.7677308 0.2867915 0.7681102 0.2853175 0.7709307 0.285262 0.7677308 0.2848754 0.7637954 0.2865436 0.7637374 0.387407 0.7544205 0.3923408 0.7507653 0.3938583 0.7529547 0.3938583 0.7529547 0.3953167 0.7543169 0.3892062 0.7597842 0.3826665 0.7608179 0.3879612 0.7574253 0.3835508 0.7638957 0.387407 0.7544205 0.3879612 0.7574253 0.3824018 0.7574305 0.3652061 0.7511221 0.36921 0.7561762 0.3674459 0.7594057 0.360807 0.755472 0.3632077 0.7538344 0.3652092 0.7619023 0.360807 0.755472 0.356505 0.747157 0.358803 0.7465962 0.3652061 0.7511221 0.3632077 0.7538344 0.3615873 0.7452347 0.2955039 0.7627559 0.2971239 0.7624264 0.2985091 0.7664653 0.2989618 0.7711433 0.2971069 0.7671577 0.2999259 0.7696346 0.2989618 0.7711433 0.2980498 0.7722842 0.2959573 0.7678052 0.2959573 0.7678052 0.2935388 0.7629568 0.2955039 0.7627559 0.2751131 0.7825263 0.274017 0.7831763 0.2710588 0.7781587 0.2751131 0.7825263 0.2788991 0.786096 0.2775112 0.7864866 0.272733 0.7839927 0.274017 0.7831763 0.2757066 0.786785 0.272733 0.7839927 0.269174 0.780874 0.2701459 0.7797538 0.4248476 0.7828845 0.4188895 0.7826244 0.4250426 0.7788669 0.4248476 0.7828845 0.4252449 0.7862439 0.418942 0.7863466 0.4136204 0.7818236 0.4188895 0.7826244 0.4131215 0.7856678 0.4136204 0.7818236 0.4144602 0.7773279 0.4196964 0.7784458 0.4014444 0.7703217 0.4008466 0.7638078 0.4044109 0.7686019 0.3984014 0.7642768 0.4008466 0.7638078 0.3986483 0.7715798 0.3984014 0.7642768 0.3991048 0.7558169 0.4010261 0.7561276 0.4010261 0.7561276 0.4035242 0.7561047 0.4035712 0.7625663 0.275443 0.7709646 0.2763653 0.7693971 0.2795979 0.7710689 0.2832322 0.7748192 0.2794833 0.7730191 0.2823598 0.7722674 0.2832322 0.7748192 0.2837179 0.7768887 0.2793875 0.7746677 0.275443 0.7709646 0.2794833 0.7730191 0.2740887 0.7726352 0.282104 0.7884383 0.2802445 0.7884399 0.2788991 0.786096 0.282104 0.7884383 0.2855222 0.7905626 0.2820413 0.7896336 0.2776889 0.7881088 0.2802445 0.7884399 0.2789533 0.7887637 0.2776889 0.7881088 0.2757066 0.786785 0.2775112 0.7864866 0.4259868 0.7880187 0.4191511 0.7888047 0.4252449 0.7862439 0.4259868 0.7880187 0.4268497 0.7888785 0.420051 0.7902645 0.4125198 0.7885895 0.4191511 0.7888047 0.4120951 0.792519 0.4125198 0.7885895 0.4131215 0.7856678 0.418942 0.7863466 0.3984014 0.7642768 0.3986483 0.7715798 0.395411 0.772423 0.395411 0.772423 0.3898391 0.773618 0.3937124 0.7639477 0.3937124 0.7639477 0.3971322 0.7552374 0.3979312 0.7555221 0.3984014 0.7642768 0.3960554 0.7644868 0.3991048 0.7558169 0.2832322 0.7748192 0.2823598 0.7722674 0.2839487 0.7729413 0.2866261 0.776889 0.2855122 0.7764177 0.2847582 0.7730467 0.2864748 0.7791243 0.2855122 0.7764177 0.2894381 0.7828235 0.2832322 0.7748192 0.2855122 0.7764177 0.2837179 0.7768887 0.2883117 0.7771608 0.2868761 0.7753074 0.2880281 0.773036 0.2866261 0.776889 0.2868761 0.7753074 0.2894381 0.7828235 0.285182 0.7725396 0.2868761 0.7753074 0.2847582 0.7730467 0.285182 0.7725396 0.2853175 0.7709307 0.286764 0.7722042 0.3963343 0.7549567 0.3912763 0.7621693 0.3953167 0.7543169 0.3963343 0.7549567 0.3971322 0.7552374 0.3937124 0.7639477 0.3859215 0.7676685 0.3912763 0.7621693 0.3898391 0.773618 0.3859215 0.7676685 0.3835508 0.7638957 0.3892062 0.7597842 0.360807 0.755472 0.3652092 0.7619023 0.3612997 0.7641881 0.3547139 0.75717 0.3577483 0.7566321 0.3549461 0.767945 0.3547139 0.75717 0.3545491 0.7471361 0.355262 0.7472362 0.360807 0.755472 0.3577483 0.7566321 0.356505 0.747157 0.2989618 0.7711433 0.2999259 0.7696346 0.3007431 0.7711438 0.3014529 0.7753146 0.3003755 0.7741052 0.301253 0.7714799 0.3014529 0.7753146 0.3017684 0.7802049 0.2998475 0.7762444 0.2989618 0.7711433 0.3003755 0.7741052 0.2980498 0.7722842 0.3029762 0.7760702 0.3022987 0.7740427 0.3040919 0.7727321 0.3014529 0.7753146 0.3022987 0.7740427 0.3017684 0.7802049 0.3017479 0.7711303 0.3022987 0.7740427 0.301253 0.7714799 0.3017479 0.7711303 0.302378 0.7700648 0.3032358 0.7715672 0.3538413 0.7471591 0.3523858 0.7569405 0.3525668 0.7473134 0.3538413 0.7471591 0.3545491 0.7471361 0.3547139 0.75717 0.3547139 0.75717 0.3549461 0.767945 0.3502878 0.7651187 0.3502878 0.7651187 0.3477155 0.7635896 0.3502279 0.7562364 0.3251431 0.7741908 0.3313824 0.7731366 0.330878 0.7757719 0.3243903 0.7793858 0.3246979 0.7766771 0.3304843 0.7785303 0.3243903 0.7793858 0.319142 0.7802327 0.3192459 0.7774248 0.3251431 0.7741908 0.3246979 0.7766771 0.319476 0.7749513 0.3157684 0.775357 0.319476 0.7749513 0.3192459 0.7774248 0.3151388 0.7811937 0.3153933 0.7780588 0.319142 0.7802327 0.3151388 0.7811937 0.3113207 0.7821127 0.3128833 0.7783426 0.3157684 0.775357 0.3153933 0.7780588 0.31348 0.7754752 0.2853134 0.7919486 0.2827259 0.7906654 0.2855222 0.7905626 0.2853134 0.7919486 0.2853363 0.7933735 0.2829546 0.7920023 0.2797731 0.7895492 0.2827259 0.7906654 0.2794188 0.7897863 0.2797731 0.7895492 0.2789533 0.7887637 0.2820413 0.7896336 0.4276101 0.7894927 0.4221758 0.7909919 0.4268497 0.7888785 0.4276101 0.7894927 0.4276537 0.7902694 0.424187 0.7914208 0.4181749 0.7934198 0.4221758 0.7909919 0.4214825 0.7934342 0.420051 0.7902645 0.4221758 0.7909919 0.4120951 0.792519 0.3190548 0.805588 0.3212358 0.8014813 0.3231999 0.8073474 0.3190548 0.805588 0.3150182 0.8038062 0.3179143 0.7998104 0.3235025 0.7972477 0.3212358 0.8014813 0.3202898 0.7970895 0.3235025 0.7972477 0.3291175 0.7971036 0.3264964 0.8021779 0.2589722 0.7744064 0.2559731 0.7718672 0.2570067 0.7709001 0.2606997 0.7725483 0.2598486 0.7733858 0.2582614 0.7698708 0.2606997 0.7725483 0.2634789 0.77467 0.2627434 0.7755836 0.2589722 0.7744064 0.2598486 0.7733858 0.2619056 0.7765819 0.2627434 0.7755836 0.266282 0.7774646 0.2619056 0.7765819 0.2668928 0.776431 0.266282 0.7774646 0.2634789 0.77467 0.2701459 0.7797538 0.266282 0.7774646 0.2710588 0.7781587 0.2701459 0.7797538 0.269174 0.780874 0.2654355 0.7785707 0.4244595 0.7651349 0.4257137 0.7600412 0.4280364 0.762417 0.4289213 0.7684321 0.4266379 0.7665171 0.4303896 0.7649141 0.4289213 0.7684321 0.427516 0.771638 0.4247834 0.7707681 0.4244595 0.7651349 0.4266379 0.7665171 0.4223219 0.7698174 0.4247834 0.7707681 0.4220653 0.774619 0.4223219 0.7698174 0.4247834 0.7707681 0.427516 0.771638 0.4260776 0.7751172 0.4196964 0.7784458 0.4220653 0.774619 0.4250426 0.7788669 0.4196964 0.7784458 0.4144602 0.7773279 0.4188812 0.7737273 0.4193274 0.7538004 0.4149346 0.7552772 0.4168419 0.7513324 0.4193274 0.7538004 0.421735 0.7561888 0.416415 0.7575592 0.4105078 0.7572631 0.4149346 0.7552772 0.4115632 0.7599071 0.4105078 0.7572631 0.409618 0.7542312 0.4129737 0.7528231 0.4064282 0.7553989 0.409618 0.7542312 0.4105078 0.7572631 0.4076335 0.7636241 0.4067558 0.7600387 0.4115632 0.7599071 0.4076335 0.7636241 0.4044109 0.7686019 0.4035712 0.7625663 0.4064282 0.7553989 0.4067558 0.7600387 0.4035242 0.7561047 0.2627183 0.7627141 0.2663078 0.7644575 0.2619304 0.7646585 0.2627183 0.7627141 0.2635605 0.760971 0.2673124 0.7630121 0.2694379 0.7663089 0.2663078 0.7644575 0.2704086 0.7650774 0.2655739 0.7657466 0.2663078 0.7644575 0.2686008 0.7673915 0.2712966 0.7696457 0.2686008 0.7673915 0.2694379 0.7663089 0.2733642 0.7673029 0.2722887 0.7686029 0.2704086 0.7650774 0.2733642 0.7673029 0.2763653 0.7693971 0.275443 0.7709646 0.2712966 0.7696457 0.2722887 0.7686029 0.2740887 0.7726352 0.2830617 0.7533801 0.2831032 0.7499717 0.2846184 0.7500339 0.2857615 0.7531807 0.2845188 0.7532288 0.2862428 0.7501745 0.2857615 0.7531807 0.2859492 0.7561207 0.2846918 0.7562937 0.2830617 0.7533801 0.2845188 0.7532288 0.2832321 0.7564527 0.2846918 0.7562937 0.2856052 0.7597976 0.2832321 0.7564527 0.2846918 0.7562937 0.2859492 0.7561207 0.2869049 0.7594971 0.2869049 0.7594971 0.2884669 0.7634517 0.2865436 0.7637374 0.2865436 0.7637374 0.2848754 0.7637954 0.2840178 0.7599802 0.3838904 0.7414091 0.382216 0.7370545 0.3853006 0.7374221 0.3894569 0.7411945 0.3864776 0.7411826 0.3884899 0.7378432 0.3894569 0.7411945 0.3902069 0.7442378 0.3873165 0.7453781 0.3838904 0.7414091 0.3864776 0.7411826 0.3846796 0.7461454 0.3873165 0.7453781 0.3874092 0.7500978 0.3846796 0.7461454 0.3873165 0.7453781 0.3902069 0.7442378 0.391146 0.7476438 0.387407 0.7544205 0.3874092 0.7500978 0.3923408 0.7507653 0.387407 0.7544205 0.3824018 0.7574305 0.3841717 0.7515262 0.373856 0.7353603 0.371425 0.7383487 0.3707491 0.7346841 0.373856 0.7353603 0.3769334 0.7360625 0.3738154 0.7394525 0.3690389 0.7420296 0.371425 0.7383487 0.3713303 0.7437139 0.3690389 0.7420296 0.3667135 0.7398816 0.3686673 0.737348 0.3642888 0.7427536 0.3667135 0.7398816 0.3690389 0.7420296 0.369773 0.7494131 0.3670579 0.7467372 0.3713303 0.7437139 0.369773 0.7494131 0.36921 0.7561762 0.3652061 0.7511221 0.3642888 0.7427536 0.3670579 0.7467372 0.3615873 0.7452347 0.2922214 0.7489227 0.2933778 0.7518219 0.2908247 0.7494444 0.2922214 0.7489227 0.2934849 0.7485104 0.2946977 0.7515677 0.2943854 0.7548071 0.2933778 0.7518219 0.2957802 0.7545452 0.2922783 0.7521481 0.2933778 0.7518219 0.2931824 0.7550482 0.293528 0.7586439 0.2931824 0.7550482 0.2943854 0.7548071 0.2964016 0.7583089 0.2948454 0.7585454 0.2957802 0.7545452 0.2964016 0.7583089 0.2971239 0.7624264 0.2955039 0.7627559 0.293528 0.7586439 0.2948454 0.7585454 0.2935388 0.7629568 0.3057274 0.7563839 0.3068581 0.7524521 0.3087027 0.7531943 0.3090192 0.7573541 0.3075315 0.7568669 0.310666 0.7540182 0.3090192 0.7573541 0.3080359 0.7605927 0.3065832 0.7602326 0.3057274 0.7563839 0.3075315 0.7568669 0.3049089 0.7597576 0.3045222 0.7629565 0.3049089 0.7597576 0.3065832 0.7602326 0.3076792 0.7638561 0.3062185 0.7635328 0.3080359 0.7605927 0.3076792 0.7638561 0.3077342 0.7673935 0.3057742 0.7665747 0.3045222 0.7629565 0.3062185 0.7635328 0.3041295 0.7658365 0.3344451 0.7491478 0.3294988 0.7472205 0.3318077 0.7450584 0.3378067 0.7445097 0.3360111 0.7468681 0.3340124 0.7429574 0.3378067 0.7445097 0.3411241 0.7459197 0.3399588 0.749053 0.3344451 0.7491478 0.3360111 0.7468681 0.338525 0.7518005 0.3399588 0.749053 0.3427638 0.7516182 0.338525 0.7518005 0.3399588 0.749053 0.3411241 0.7459197 0.3442065 0.7470222 0.3451157 0.7539289 0.3427638 0.7516182 0.3471757 0.7476428 0.3451157 0.7539289 0.3425126 0.75958 0.341 0.7551749 0.3216109 0.7528442 0.3219786 0.7568145 0.3190184 0.7540534 0.3216109 0.7528442 0.3244479 0.7513496 0.3247946 0.7557896 0.3226249 0.7607958 0.3219786 0.7568145 0.3258723 0.759905 0.3226249 0.7607958 0.3194923 0.761466 0.3192752 0.7578849 0.3226249 0.7607958 0.3238451 0.7644109 0.3194923 0.761466 0.3279011 0.763456 0.3238451 0.7644109 0.3258723 0.759905 0.3279011 0.763456 0.3310421 0.7666912 0.3249664 0.7678129 0.3249664 0.7678129 0.3196672 0.7682929 0.3196243 0.7648957 0.3170816 0.7545673 0.3173341 0.7583066 0.3154129 0.7547691 0.3170816 0.7545673 0.3190184 0.7540534 0.3192752 0.7578849 0.3173031 0.7617937 0.3173341 0.7583066 0.3194923 0.761466 0.3173031 0.7617937 0.3158437 0.7618342 0.3160044 0.7584294 0.3173031 0.7617937 0.316681 0.7651463 0.3158437 0.7618342 0.3173031 0.7617937 0.3194923 0.761466 0.3196243 0.7648957 0.3160123 0.768514 0.316681 0.7651463 0.3196672 0.7682929 0.3160123 0.768514 0.3129888 0.7684758 0.314838 0.7650719 0.3235025 0.7972477 0.3246126 0.7924183 0.3291175 0.7971036 0.3235025 0.7972477 0.3202898 0.7970895 0.3198171 0.7938713 0.3248829 0.7875225 0.3246126 0.7924183 0.3196931 0.7892081 0.3248829 0.7875225 0.3311855 0.7860428 0.3306427 0.7914264 0.3248829 0.7875225 0.3246304 0.7830896 0.3311855 0.7860428 0.3248829 0.7875225 0.3196931 0.7892081 0.3193795 0.7844112 0.3243903 0.7793858 0.3246304 0.7830896 0.319142 0.7802327 0.3243903 0.7793858 0.3304843 0.7785303 0.3308597 0.781849 0.3179143 0.7998104 0.3164794 0.796013 0.3202898 0.7970895 0.3179143 0.7998104 0.3150182 0.8038062 0.3139499 0.7980537 0.3159705 0.7910305 0.3164794 0.796013 0.313143 0.7929668 0.3159705 0.7910305 0.3196931 0.7892081 0.3198171 0.7938713 0.3159705 0.7910305 0.3154274 0.7858042 0.3196931 0.7892081 0.3159705 0.7910305 0.313143 0.7929668 0.3123612 0.7877556 0.3151388 0.7811937 0.3154274 0.7858042 0.3113207 0.7821127 0.3151388 0.7811937 0.319142 0.7802327 0.3193795 0.7844112 0.2548822 0.7677001 0.2527396 0.7656454 0.2543788 0.7661527 0.2566998 0.7674432 0.2558879 0.7675967 0.2556214 0.7665278 0.2566998 0.7674432 0.257703 0.7679775 0.257772 0.7685584 0.2548822 0.7677001 0.2558879 0.7675967 0.2582614 0.7698708 0.2603912 0.7648301 0.2587038 0.763451 0.2619304 0.7646585 0.2603912 0.7648301 0.2597736 0.7649968 0.2588402 0.7642585 0.2566874 0.7626259 0.2587038 0.763451 0.2575286 0.7636107 0.2566874 0.7626259 0.2555786 0.7612796 0.2584686 0.7623838 0.2858077 0.7467692 0.2859343 0.7442273 0.2865872 0.7455363 0.2870129 0.7475578 0.2865249 0.7472504 0.2869719 0.7464527 0.2870129 0.7475578 0.2871813 0.7484919 0.2868838 0.7489331 0.2858077 0.7467692 0.2865249 0.7472504 0.2862428 0.7501745 0.2899417 0.7485737 0.2898825 0.746944 0.2908247 0.7494444 0.2899417 0.7485737 0.2895569 0.7482782 0.2895084 0.7473887 0.2894051 0.7453592 0.2898825 0.746944 0.2892687 0.7463129 0.2894051 0.7453592 0.2896523 0.7440023 0.2903779 0.7462857 0.3155398 0.7510368 0.3154129 0.7547691 0.3147278 0.7535775 0.3147278 0.7535775 0.3144004 0.7531368 0.3144646 0.7520539 0.314615 0.7496393 0.3148816 0.7516253 0.3143578 0.7507144 0.314615 0.7496393 0.3151568 0.7482748 0.3155398 0.7510368 0.3109781 0.7501946 0.3116448 0.7475404 0.3119836 0.749199 0.3119868 0.7516348 0.3115957 0.7510692 0.3121611 0.7503529 0.3119868 0.7516348 0.3119801 0.7527173 0.3116089 0.7530449 0.3109781 0.7501946 0.3115957 0.7510692 0.310666 0.7540182 0.314838 0.7650719 0.3129888 0.7684758 0.312635 0.7667207 0.3133099 0.7640358 0.3139177 0.764582 0.3125407 0.7657092 0.3133099 0.7640358 0.3141129 0.7613684 0.3149005 0.7616423 0.314838 0.7650719 0.3139177 0.764582 0.3158437 0.7618342 0.3149005 0.7616423 0.3151353 0.7586032 0.3158437 0.7618342 0.3143982 0.7587079 0.3151353 0.7586032 0.3141129 0.7613684 0.3147634 0.7562766 0.3151353 0.7586032 0.3143064 0.7570661 0.3147634 0.7562766 0.3154129 0.7547691 0.3160044 0.7584294 0.3090454 0.7607231 0.3086687 0.7636736 0.3080359 0.7605927 0.3090454 0.7607231 0.3099104 0.760766 0.3094751 0.7634049 0.3087959 0.7659878 0.3086687 0.7636736 0.3093389 0.7651317 0.3087959 0.7659878 0.3077342 0.7673935 0.3076792 0.7638561 0.3090192 0.7573541 0.310666 0.7540182 0.3109057 0.7557759 0.3105301 0.7582362 0.3098739 0.7578497 0.3110724 0.7566885 0.3090454 0.7607231 0.3098739 0.7578497 0.3099104 0.760766 0.3090192 0.7573541 0.3098739 0.7578497 0.3080359 0.7605927 0.286802 0.7559198 0.2876292 0.7589606 0.2859492 0.7561207 0.286802 0.7559198 0.2875614 0.7557546 0.2882124 0.758491 0.2887331 0.7614321 0.2876292 0.7589606 0.2888469 0.7603802 0.2869049 0.7594971 0.2876292 0.7589606 0.2884669 0.7634517 0.2857615 0.7531807 0.2862428 0.7501745 0.2868859 0.7515373 0.2872759 0.7535074 0.2865753 0.7533391 0.2873224 0.7522135 0.2872759 0.7535074 0.2875614 0.7557546 0.286802 0.7559198 0.286802 0.7559198 0.2859492 0.7561207 0.2857615 0.7531807 0.2925274 0.7611511 0.2926881 0.7584663 0.2935388 0.7629568 0.2919903 0.75827 0.2926881 0.7584663 0.292038 0.7602062 0.2919903 0.75827 0.2916284 0.7554123 0.2923631 0.7552477 0.293528 0.7586439 0.2926881 0.7584663 0.2931824 0.7550482 0.2923631 0.7552477 0.2916195 0.7526186 0.2931824 0.7550482 0.2923631 0.7552477 0.2916284 0.7554123 0.291041 0.7530526 0.2906581 0.7509171 0.2916195 0.7526186 0.2904964 0.751747 0.2906581 0.7509171 0.2908247 0.7494444 0.2922783 0.7521481 0.2640097 0.7739259 0.2670325 0.7755421 0.2634789 0.77467 0.2640097 0.7739259 0.2645151 0.7731463 0.2671432 0.7746685 0.2696647 0.7763983 0.2670325 0.7755421 0.2689826 0.7754805 0.2668928 0.776431 0.2670325 0.7755421 0.2710588 0.7781587 0.2606997 0.7725483 0.2582614 0.7698708 0.2600474 0.7703529 0.2622641 0.77159 0.2615 0.7720776 0.261083 0.7704868 0.2622641 0.77159 0.2645151 0.7731463 0.2640097 0.7739259 0.2606997 0.7725483 0.2615 0.7720776 0.2634789 0.77467 0.2712966 0.7696457 0.2740887 0.7726352 0.2720838 0.7721829 0.2697483 0.7706512 0.2704712 0.7701742 0.2710847 0.771983 0.2697483 0.7706512 0.2674933 0.7689247 0.268031 0.7681761 0.2712966 0.7696457 0.2704712 0.7701742 0.2686008 0.7673915 0.268031 0.7681761 0.265381 0.7667233 0.2686008 0.7673915 0.2652242 0.7675975 0.265381 0.7667233 0.2674933 0.7689247 0.2631298 0.7661581 0.265381 0.7667233 0.2636754 0.7670155 0.2631298 0.7661581 0.2619304 0.7646585 0.2655739 0.7657466 0.282104 0.7884383 0.2788991 0.786096 0.2794538 0.785521 0.2794538 0.785521 0.2797159 0.7846208 0.2825671 0.7866737 0.2849091 0.788729 0.2825714 0.7877715 0.284267 0.7875866 0.2849091 0.788729 0.2855222 0.7905626 0.282104 0.7884383 0.2876714 0.7825508 0.2862353 0.7802915 0.2894381 0.7828235 0.2853906 0.7810018 0.2862353 0.7802915 0.2866494 0.7825362 0.2853906 0.7810018 0.2826884 0.7788403 0.2834308 0.7779936 0.2834308 0.7779936 0.2837179 0.7768887 0.2864748 0.7791243 0.2730674 0.7790135 0.2758333 0.7822096 0.2710588 0.7781587 0.2763701 0.7817226 0.2758333 0.7822096 0.2742893 0.7795448 0.2794538 0.785521 0.2758333 0.7822096 0.2797159 0.7846208 0.2751131 0.7825263 0.2758333 0.7822096 0.2788991 0.786096 0.2834308 0.7779936 0.2793299 0.7757133 0.2837179 0.7768887 0.2834308 0.7779936 0.2826884 0.7788403 0.2790728 0.7765971 0.2790728 0.7765971 0.276497 0.7753905 0.2755788 0.7743107 0.2793875 0.7746677 0.2793299 0.7757133 0.2740887 0.7726352 0.2883117 0.7771608 0.2880281 0.773036 0.2889271 0.7729845 0.2889271 0.7729845 0.2898747 0.7726418 0.2902304 0.7765402 0.2902793 0.7802522 0.2892306 0.7771854 0.2908862 0.7789213 0.2902793 0.7802522 0.2894381 0.7828235 0.2883117 0.7771608 0.2998475 0.7762444 0.3017684 0.7802049 0.2995944 0.7797188 0.2977339 0.7765007 0.2989987 0.7767389 0.2983072 0.7786987 0.2977339 0.7765007 0.2962301 0.772715 0.2972421 0.7726892 0.2972421 0.7726892 0.2980498 0.7722842 0.2998475 0.7762444 0.2892458 0.7653309 0.2888996 0.7686601 0.2884669 0.7634517 0.2896535 0.7687776 0.2888996 0.7686601 0.2896958 0.7664117 0.2889271 0.7729845 0.2888996 0.7686601 0.2898747 0.7726418 0.2880833 0.7684375 0.2888996 0.7686601 0.2880281 0.773036 0.2972421 0.7726892 0.295313 0.7683626 0.2980498 0.7722842 0.2946587 0.7687311 0.295313 0.7683626 0.2962301 0.772715 0.2935289 0.7650212 0.295313 0.7683626 0.2935526 0.7662529 0.2959573 0.7678052 0.295313 0.7683626 0.2935388 0.7629568 0.3128833 0.7783426 0.3113207 0.7821127 0.3103775 0.7798997 0.3104122 0.7775453 0.3114589 0.7780402 0.3098081 0.778968 0.3104122 0.7775453 0.3109931 0.7751523 0.3120702 0.7753733 0.3120702 0.7753733 0.31348 0.7754752 0.3128833 0.7783426 0.3029762 0.7760702 0.3040919 0.7727321 0.3049448 0.7732223 0.3049448 0.7732223 0.3058971 0.7734981 0.3050165 0.7760269 0.3037779 0.7789666 0.3039071 0.7763276 0.3046858 0.7779116 0.3037779 0.7789666 0.3017684 0.7802049 0.3029762 0.7760702 0.3120702 0.7753733 0.3121879 0.7723861 0.31348 0.7754752 0.311273 0.7725031 0.3121879 0.7723861 0.3109931 0.7751523 0.3118424 0.7699604 0.3121879 0.7723861 0.3112816 0.7707659 0.3118424 0.7699604 0.3129888 0.7684758 0.313521 0.7721789 0.3056792 0.7700123 0.3077342 0.7673935 0.3078408 0.7691104 0.3070099 0.7713073 0.3063681 0.7707289 0.3078737 0.7699935 0.3049448 0.7732223 0.3063681 0.7707289 0.3058971 0.7734981 0.3056792 0.7700123 0.3063681 0.7707289 0.3040919 0.7727321 0.2957826 0.799444 0.2933492 0.7943971 0.2967684 0.7984219 0.2957826 0.799444 0.2950251 0.8006942 0.2933503 0.7973562 0.2911612 0.7907005 0.2933492 0.7943971 0.2919629 0.7944024 0.2939068 0.7922021 0.2933492 0.7943971 0.2894381 0.7828235 0.2989047 0.8034989 0.300732 0.8082211 0.2986958 0.8069164 0.2966067 0.8039264 0.2977288 0.8037583 0.297533 0.8059905 0.2957826 0.799444 0.2977288 0.8037583 0.2950251 0.8006942 0.2957826 0.799444 0.2967684 0.7984219 0.2989047 0.8034989 0.2880009 0.7935854 0.2871707 0.793566 0.2855222 0.7905626 0.2875323 0.7950309 0.2871707 0.793566 0.2896456 0.7968342 0.2853134 0.7919486 0.2871707 0.793566 0.2853363 0.7933735 0.2950009 0.7889688 0.2960953 0.7932282 0.2894381 0.7828235 0.2988681 0.7950788 0.2960953 0.7932282 0.2977988 0.7919477 0.2988681 0.7950788 0.3000805 0.7986755 0.2982544 0.7984085 0.2939068 0.7922021 0.2960953 0.7932282 0.2967684 0.7984219 0.2989047 0.8034989 0.2967684 0.7984219 0.2982544 0.7984085 0.3013388 0.8022329 0.2999975 0.8029017 0.3000805 0.7986755 0.3016866 0.8059012 0.2999975 0.8029017 0.3023598 0.804423 0.3016866 0.8059012 0.300732 0.8082211 0.2989047 0.8034989 0.3106384 0.7949942 0.3097683 0.7907523 0.313143 0.7929668 0.3106384 0.7949942 0.3083669 0.7966767 0.307482 0.7934641 0.3086544 0.7875616 0.3097683 0.7907523 0.3070976 0.7907207 0.3086544 0.7875616 0.3113207 0.7821127 0.3123612 0.7877556 0.3139499 0.7980537 0.3150182 0.8038062 0.3119024 0.802629 0.309384 0.7999161 0.3115794 0.7992036 0.310094 0.8020498 0.3106384 0.7949942 0.3115794 0.7992036 0.3083669 0.7966767 0.3106384 0.7949942 0.313143 0.7929668 0.3139499 0.7980537 0.427101 0.7560074 0.4281414 0.7563173 0.4272577 0.7577852 0.4272577 0.7577852 0.4257137 0.7600412 0.4249184 0.758313 0.4249184 0.758313 0.4242279 0.7576696 0.4255248 0.7565055 0.427101 0.7560074 0.4261327 0.7570456 0.4266129 0.7555767 0.4261606 0.7550241 0.4266129 0.7555767 0.4255248 0.7565055 0.4235584 0.7569814 0.4249473 0.7558702 0.4242279 0.7576696 0.4235584 0.7569814 0.421735 0.7561888 0.4241735 0.7546994 0.4241735 0.7546994 0.4258286 0.7539196 0.4261606 0.7550241 0.4136204 0.7818236 0.4097293 0.7799416 0.4144602 0.7773279 0.4136204 0.7818236 0.4131215 0.7856678 0.408266 0.7834255 0.4065952 0.7773707 0.4097293 0.7799416 0.4042119 0.7801994 0.4065952 0.7773707 0.4085032 0.7746229 0.4109163 0.7765216 0.4065952 0.7773707 0.4035971 0.7745034 0.4085032 0.7746229 0.4065952 0.7773707 0.4042119 0.7801994 0.4007956 0.776569 0.4007956 0.776569 0.3986483 0.7715798 0.4014444 0.7703217 0.4014444 0.7703217 0.4044109 0.7686019 0.4060178 0.772432 0.4125198 0.7885895 0.4062975 0.7863717 0.4131215 0.7856678 0.4037988 0.7892771 0.4062975 0.7863717 0.4120951 0.792519 0.4037988 0.7892771 0.3977007 0.7855487 0.4010215 0.7827448 0.4010215 0.7827448 0.4042119 0.7801994 0.408266 0.7834255 0.4007956 0.776569 0.4042119 0.7801994 0.4010215 0.7827448 0.4010215 0.7827448 0.3977007 0.7855487 0.3936216 0.7805816 0.395411 0.772423 0.3972296 0.7783021 0.3898391 0.773618 0.4007956 0.776569 0.3972296 0.7783021 0.3986483 0.7715798 0.3926423 0.8133397 0.3864416 0.8087142 0.3923622 0.8067283 0.3926423 0.8133397 0.3943927 0.8206261 0.3865222 0.8143104 0.3793392 0.8050999 0.3864416 0.8087142 0.3786861 0.8099382 0.3793392 0.8050999 0.380133 0.7997989 0.386267 0.80264 0.2514707 0.7585629 0.2540917 0.7576506 0.2547621 0.7595587 0.2547621 0.7595587 0.2555786 0.7612796 0.2539963 0.761676 0.2539963 0.761676 0.2531436 0.7628566 0.2515532 0.7617492 0.2514707 0.7585629 0.2526791 0.7601681 0.2500196 0.7606425 0.2515532 0.7617492 0.2506977 0.7634784 0.2500196 0.7606425 0.2524424 0.7641053 0.2506977 0.7634784 0.2531436 0.7628566 0.2524424 0.7641053 0.2527396 0.7656454 0.2510697 0.7655494 0.2510697 0.7655494 0.2493845 0.7656591 0.2489833 0.7629761 0.4026978 0.8018796 0.3972483 0.8013674 0.4023425 0.7981644 0.4026978 0.8018796 0.4031029 0.8065208 0.3977635 0.8064931 0.3919219 0.7993528 0.3972483 0.8013674 0.3923622 0.8067283 0.3919219 0.7993528 0.3929248 0.7937057 0.3982059 0.7966156 0.3919219 0.7993528 0.3869683 0.7958509 0.3929248 0.7937057 0.3919219 0.7993528 0.3923622 0.8067283 0.386267 0.80264 0.3815964 0.7928208 0.3869683 0.7958509 0.380133 0.7997989 0.3815964 0.7928208 0.3836351 0.7857846 0.3884693 0.7893866 0.4037988 0.7892771 0.4120951 0.792519 0.4058706 0.7960948 0.3982059 0.7966156 0.4007455 0.7926386 0.4023425 0.7981644 0.3982059 0.7966156 0.3929248 0.7937057 0.3949264 0.7891533 0.4037988 0.7892771 0.4007455 0.7926386 0.3977007 0.7855487 0.3949264 0.7891533 0.3906943 0.7842866 0.3977007 0.7855487 0.3949264 0.7891533 0.3929248 0.7937057 0.3884693 0.7893866 0.3861553 0.7803092 0.3906943 0.7842866 0.3836351 0.7857846 0.3861553 0.7803092 0.3898391 0.773618 0.3936216 0.7805816 0.257772 0.7685584 0.2590278 0.7682828 0.2582614 0.7698708 0.257772 0.7685584 0.257703 0.7679775 0.2584322 0.767627 0.2598817 0.7672973 0.2590278 0.7682828 0.2591204 0.766777 0.2598817 0.7672973 0.2604664 0.7676753 0.2595019 0.7687834 0.2598817 0.7672973 0.26056 0.7661293 0.2604664 0.7676753 0.2597057 0.7658289 0.26056 0.7661293 0.2591204 0.766777 0.2597057 0.7658289 0.2597736 0.7649968 0.2603912 0.7648301 0.2603912 0.7648301 0.2619304 0.7646585 0.2612365 0.7663505 0.2566874 0.7626259 0.2555315 0.7629889 0.2555786 0.7612796 0.2566874 0.7626259 0.2575286 0.7636107 0.2571014 0.7641293 0.2548477 0.7639656 0.2555315 0.7629889 0.2565071 0.7650272 0.2548477 0.7639656 0.2531436 0.7628566 0.2539963 0.761676 0.2524424 0.7641053 0.2531436 0.7628566 0.2548477 0.7639656 0.2559471 0.7659456 0.2542478 0.7649812 0.2565071 0.7650272 0.2559471 0.7659456 0.2556214 0.7665278 0.2543788 0.7661527 0.2524424 0.7641053 0.2542478 0.7649812 0.2527396 0.7656454 0.2571014 0.7641293 0.2575286 0.7636107 0.2588402 0.7642585 0.2597057 0.7658289 0.2585228 0.7651191 0.2597736 0.7649968 0.2597057 0.7658289 0.2591204 0.766777 0.2579634 0.7659923 0.2571014 0.7641293 0.2585228 0.7651191 0.2565071 0.7650272 0.2579634 0.7659923 0.2573736 0.7668377 0.2565071 0.7650272 0.2579634 0.7659923 0.2591204 0.766777 0.2584322 0.767627 0.2566998 0.7674432 0.2573736 0.7668377 0.257703 0.7679775 0.2566998 0.7674432 0.2556214 0.7665278 0.2559471 0.7659456 0.2696647 0.7763983 0.2710031 0.7759662 0.2710588 0.7781587 0.2696647 0.7763983 0.2689826 0.7754805 0.2698286 0.7750615 0.2698286 0.7750615 0.2704928 0.774055 0.2716607 0.7748535 0.2717213 0.7765851 0.2710031 0.7759662 0.2723729 0.7753467 0.2730429 0.7740746 0.2723729 0.7753467 0.2716607 0.7748535 0.2710548 0.7729731 0.2722506 0.7736675 0.2704928 0.774055 0.2710548 0.7729731 0.2710847 0.771983 0.2720838 0.7721829 0.2730429 0.7740746 0.2722506 0.7736675 0.2740887 0.7726352 0.2631298 0.7661581 0.2618859 0.7668226 0.2619304 0.7646585 0.2631298 0.7661581 0.2636754 0.7670155 0.2628819 0.7675606 0.2610933 0.7680335 0.2618859 0.7668226 0.2620865 0.7686062 0.2610933 0.7680335 0.2604664 0.7676753 0.2612365 0.7663505 0.2610933 0.7680335 0.2601962 0.7691076 0.2604664 0.7676753 0.2610933 0.7680335 0.2620865 0.7686062 0.2613008 0.7696242 0.2613008 0.7696242 0.261083 0.7704868 0.2600474 0.7703529 0.2600474 0.7703529 0.2582614 0.7698708 0.2595019 0.7687834 0.2652242 0.7675975 0.2645983 0.7685793 0.2636754 0.7670155 0.2652242 0.7675975 0.2674933 0.7689247 0.2667528 0.769899 0.2637701 0.7696278 0.2645983 0.7685793 0.2659373 0.7709996 0.2637701 0.7696278 0.2620865 0.7686062 0.2628819 0.7675606 0.2637701 0.7696278 0.2630064 0.7707024 0.2620865 0.7686062 0.2637701 0.7696278 0.2659373 0.7709996 0.2651746 0.7721264 0.2651746 0.7721264 0.2645151 0.7731463 0.2622641 0.77159 0.2613008 0.7696242 0.2630064 0.7707024 0.261083 0.7704868 0.2697483 0.7706512 0.2690636 0.7715403 0.2674933 0.7689247 0.2710548 0.7729731 0.2690636 0.7715403 0.2710847 0.771983 0.2710548 0.7729731 0.2704928 0.774055 0.2683817 0.7726228 0.2683817 0.7726228 0.2659373 0.7709996 0.2667528 0.769899 0.2683817 0.7726228 0.2676672 0.7736805 0.2659373 0.7709996 0.2683817 0.7726228 0.2704928 0.774055 0.2698286 0.7750615 0.2671432 0.7746685 0.2676672 0.7736805 0.2689826 0.7754805 0.2671432 0.7746685 0.2645151 0.7731463 0.2651746 0.7721264 0.2755788 0.7743107 0.2738235 0.7746456 0.2740887 0.7726352 0.2755788 0.7743107 0.276497 0.7753905 0.2753496 0.7757506 0.2753496 0.7757506 0.2746074 0.7769394 0.2731174 0.7758632 0.2730429 0.7740746 0.2738235 0.7746456 0.2723729 0.7753467 0.2717213 0.7765851 0.2723729 0.7753467 0.2731174 0.7758632 0.274029 0.7782096 0.2725137 0.7771086 0.2746074 0.7769394 0.274029 0.7782096 0.2742893 0.7795448 0.2730674 0.7790135 0.2717213 0.7765851 0.2725137 0.7771086 0.2710588 0.7781587 0.2849091 0.788729 0.2861899 0.7881618 0.2855222 0.7905626 0.2849091 0.788729 0.284267 0.7875866 0.2850675 0.7869952 0.2850675 0.7869952 0.2857751 0.7856456 0.2869353 0.7866353 0.2871348 0.7898198 0.2861899 0.7881618 0.2878765 0.7882333 0.2886136 0.7862765 0.2878765 0.7882333 0.2869353 0.7866353 0.286509 0.7839899 0.2876669 0.7847152 0.2857751 0.7856456 0.286509 0.7839899 0.2866494 0.7825362 0.2876714 0.7825508 0.2886136 0.7862765 0.2876669 0.7847152 0.2894381 0.7828235 0.2818085 0.7801356 0.2826884 0.7788403 0.2853906 0.7810018 0.286509 0.7839899 0.2845374 0.7823378 0.2866494 0.7825362 0.286509 0.7839899 0.2857751 0.7856456 0.2837271 0.7839225 0.2818085 0.7801356 0.2845374 0.7823378 0.2809385 0.781675 0.2802259 0.7832544 0.2809385 0.781675 0.2837271 0.7839225 0.2850675 0.7869952 0.2830113 0.7853792 0.2857751 0.7856456 0.2825671 0.7866737 0.2830113 0.7853792 0.284267 0.7875866 0.2802259 0.7832544 0.2830113 0.7853792 0.2797159 0.7846208 0.2790728 0.7765971 0.2783786 0.7777603 0.276497 0.7753905 0.2818085 0.7801356 0.2783786 0.7777603 0.2826884 0.7788403 0.2818085 0.7801356 0.2809385 0.781675 0.2775565 0.779112 0.2753496 0.7757506 0.2783786 0.7777603 0.2746074 0.7769394 0.274029 0.7782096 0.2746074 0.7769394 0.2775565 0.779112 0.2802259 0.7832544 0.2769157 0.7805614 0.2809385 0.781675 0.2802259 0.7832544 0.2797159 0.7846208 0.2763701 0.7817226 0.274029 0.7782096 0.2769157 0.7805614 0.2742893 0.7795448 0.2886136 0.7862765 0.2894381 0.7828235 0.2911612 0.7907005 0.2911612 0.7907005 0.2919629 0.7944024 0.2914395 0.7952125 0.2914395 0.7952125 0.2907966 0.7958601 0.2892675 0.7917812 0.2886136 0.7862765 0.2899512 0.7904365 0.2878765 0.7882333 0.2871348 0.7898198 0.2878765 0.7882333 0.2892675 0.7917812 0.2903088 0.7964615 0.2886586 0.7929107 0.2907966 0.7958601 0.2903088 0.7964615 0.2896456 0.7968342 0.2880009 0.7935854 0.2880009 0.7935854 0.2855222 0.7905626 0.2871348 0.7898198 0.2960269 0.8126034 0.2935724 0.8142637 0.2942346 0.8106024 0.2952627 0.807679 0.2957791 0.8101138 0.2942276 0.8079319 0.2952627 0.807679 0.2961324 0.8072314 0.2969678 0.8092934 0.2960269 0.8126034 0.2957791 0.8101138 0.2975025 0.8114538 0.299099 0.8102672 0.2975025 0.8114538 0.2969678 0.8092934 0.2970454 0.8067613 0.2981911 0.8084945 0.2961324 0.8072314 0.2970454 0.8067613 0.297533 0.8059905 0.2986958 0.8069164 0.299099 0.8102672 0.2981911 0.8084945 0.300732 0.8082211 0.2914395 0.7952125 0.2919629 0.7944024 0.2933503 0.7973562 0.294224 0.8013918 0.2928379 0.798622 0.2950251 0.8006942 0.294224 0.8013918 0.2934685 0.801823 0.2921521 0.7990509 0.2914395 0.7952125 0.2928379 0.798622 0.2907966 0.7958601 0.2903088 0.7964615 0.2907966 0.7958601 0.2921521 0.7990509 0.2928481 0.8022738 0.2916329 0.7994996 0.2934685 0.801823 0.2928481 0.8022738 0.2922286 0.8026651 0.2911363 0.7999399 0.2903088 0.7964615 0.2916329 0.7994996 0.2896456 0.7968342 0.294224 0.8013918 0.2950251 0.8006942 0.2966067 0.8039264 0.2970454 0.8067613 0.2956748 0.8042494 0.297533 0.8059905 0.2948806 0.8046456 0.2956748 0.8042494 0.2961324 0.8072314 0.294224 0.8013918 0.2956748 0.8042494 0.2934685 0.801823 0.2928481 0.8022738 0.2934685 0.801823 0.2948806 0.8046456 0.2952627 0.807679 0.2941719 0.805033 0.2961324 0.8072314 0.293409 0.8053076 0.2941719 0.805033 0.2942276 0.8079319 0.2928481 0.8022738 0.2941719 0.805033 0.2922286 0.8026651 0.3250035 0.7457274 0.3254176 0.7446482 0.3270718 0.7455168 0.3270718 0.7455168 0.3294988 0.7472205 0.3273342 0.7482581 0.3273342 0.7482581 0.3263279 0.7492547 0.3252992 0.7476941 0.3250035 0.7457274 0.3261079 0.74683 0.3244768 0.7463217 0.3239707 0.7467162 0.3244768 0.7463217 0.3252992 0.7476941 0.3255063 0.7499079 0.3246009 0.7482452 0.3263279 0.7492547 0.3255063 0.7499079 0.3244479 0.7513496 0.3234357 0.7486967 0.3239707 0.7467162 0.3246009 0.7482452 0.3230023 0.7468283 0.3405696 0.76283 0.3425126 0.75958 0.3452354 0.7616965 0.3452354 0.7616965 0.3477155 0.7635896 0.344856 0.7678031 0.344856 0.7678031 0.3413271 0.7701367 0.3398055 0.7672334 0.3405696 0.76283 0.3427284 0.7652482 0.3381514 0.7644827 0.3352317 0.7659617 0.3381514 0.7644827 0.3398055 0.7672334 0.3368065 0.7718498 0.3360891 0.76888 0.3413271 0.7701367 0.3368065 0.7718498 0.3313824 0.7731366 0.3313392 0.7701871 0.3352317 0.7659617 0.3360891 0.76888 0.3310421 0.7666912 0.3502878 0.7651187 0.346905 0.7700904 0.3477155 0.7635896 0.3486679 0.7728009 0.346905 0.7700904 0.3549461 0.767945 0.3486679 0.7728009 0.3433173 0.7758312 0.3423948 0.7729184 0.344856 0.7678031 0.346905 0.7700904 0.3413271 0.7701367 0.3368065 0.7718498 0.3413271 0.7701367 0.3423948 0.7729184 0.3370247 0.7775433 0.3369147 0.7746656 0.3433173 0.7758312 0.3370247 0.7775433 0.3304843 0.7785303 0.330878 0.7757719 0.3368065 0.7718498 0.3369147 0.7746656 0.3313824 0.7731366 0.3485239 0.7955716 0.3535512 0.7951068 0.352173 0.800632 0.3457211 0.8074036 0.3469464 0.8016889 0.3511931 0.8058856 0.3457211 0.8074036 0.3387897 0.8100057 0.3411728 0.8031937 0.3485239 0.7955716 0.3469464 0.8016889 0.3431207 0.7967538 0.3361544 0.7971017 0.3431207 0.7967538 0.3411728 0.8031937 0.3309592 0.8080483 0.3337491 0.8030527 0.3387897 0.8100057 0.3309592 0.8080483 0.3231999 0.8073474 0.3264964 0.8021779 0.3361544 0.7971017 0.3337491 0.8030527 0.3291175 0.7971036 0.3162981 0.743932 0.3180278 0.7441964 0.3163422 0.7470762 0.3163422 0.7470762 0.3151568 0.7482748 0.3144121 0.7471516 0.3144121 0.7471516 0.313475 0.7468949 0.3138012 0.7449865 0.3162981 0.743932 0.3152413 0.7455194 0.3142082 0.7430443 0.3138012 0.7449865 0.3122729 0.7446767 0.3142082 0.7430443 0.3138012 0.7449865 0.313475 0.7468949 0.3125149 0.7467325 0.3125149 0.7467325 0.3116448 0.7475404 0.3108524 0.7456517 0.3108524 0.7456517 0.309833 0.7436481 0.3119475 0.7425431 0.3504181 0.7817915 0.3558244 0.7810416 0.3549298 0.7881228 0.3485239 0.7955716 0.3498141 0.788523 0.3535512 0.7951068 0.3485239 0.7955716 0.3431207 0.7967538 0.3444906 0.7898108 0.3504181 0.7817915 0.3498141 0.788523 0.3450093 0.7835427 0.3382464 0.784838 0.3450093 0.7835427 0.3444906 0.7898108 0.3361544 0.7971017 0.3376844 0.7906679 0.3431207 0.7967538 0.3361544 0.7971017 0.3291175 0.7971036 0.3306427 0.7914264 0.3382464 0.784838 0.3376844 0.7906679 0.3311855 0.7860428 0.3486679 0.7728009 0.3549461 0.767945 0.3557505 0.7752252 0.3504181 0.7817915 0.3499376 0.7766261 0.3558244 0.7810416 0.3504181 0.7817915 0.3450093 0.7835427 0.3444035 0.7791278 0.3444035 0.7791278 0.3433173 0.7758312 0.3486679 0.7728009 0.3444035 0.7791278 0.3377475 0.7806985 0.3433173 0.7758312 0.3444035 0.7791278 0.3450093 0.7835427 0.3382464 0.784838 0.3382464 0.784838 0.3311855 0.7860428 0.3308597 0.781849 0.3308597 0.781849 0.3304843 0.7785303 0.3370247 0.7775433 0.3116089 0.7530449 0.3122056 0.7539272 0.310666 0.7540182 0.3116089 0.7530449 0.3119801 0.7527173 0.3124472 0.7531656 0.3131093 0.7541739 0.3122056 0.7539272 0.3131707 0.7533524 0.3119716 0.7545138 0.3122056 0.7539272 0.3130154 0.7547726 0.3141073 0.7548388 0.3130154 0.7547726 0.3131093 0.7541739 0.3131093 0.7541739 0.3131707 0.7533524 0.3139082 0.7534314 0.3139082 0.7534314 0.3144004 0.7531368 0.3147278 0.7535775 0.3141073 0.7548388 0.3140435 0.7542422 0.3154129 0.7547691 0.314615 0.7496393 0.3140381 0.7488737 0.3151568 0.7482748 0.314615 0.7496393 0.3143578 0.7507144 0.313924 0.7505771 0.31331 0.7487357 0.3140381 0.7488737 0.3132416 0.7504714 0.31331 0.7487357 0.313475 0.7468949 0.3144121 0.7471516 0.31331 0.7487357 0.3125901 0.7486327 0.313475 0.7468949 0.31331 0.7487357 0.3132416 0.7504714 0.3125759 0.7503679 0.3125759 0.7503679 0.3121611 0.7503529 0.3119836 0.749199 0.3125149 0.7467325 0.3125901 0.7486327 0.3116448 0.7475404 0.3144646 0.7520539 0.3138746 0.752153 0.3143578 0.7507144 0.3139082 0.7534314 0.3138746 0.752153 0.3144004 0.7531368 0.313205 0.7520642 0.3138746 0.752153 0.3131707 0.7533524 0.313205 0.7520642 0.3132416 0.7504714 0.313924 0.7505771 0.313205 0.7520642 0.3125495 0.751929 0.3132416 0.7504714 0.313205 0.7520642 0.3131707 0.7533524 0.3124472 0.7531656 0.3119868 0.7516348 0.3125495 0.751929 0.3119801 0.7527173 0.3119868 0.7516348 0.3121611 0.7503529 0.3125759 0.7503679 0.3087959 0.7659878 0.3094788 0.7669522 0.3077342 0.7673935 0.3087959 0.7659878 0.3093389 0.7651317 0.3098751 0.7656775 0.3098751 0.7656775 0.3107591 0.7659167 0.3104647 0.7671982 0.3091964 0.7677755 0.3094788 0.7669522 0.3102955 0.7679874 0.3113905 0.768206 0.3102955 0.7679874 0.3104647 0.7671982 0.3117272 0.766022 0.3115003 0.7673568 0.3107591 0.7659167 0.3117272 0.766022 0.3125407 0.7657092 0.312635 0.7667207 0.3113905 0.768206 0.3115003 0.7673568 0.3129888 0.7684758 0.3147634 0.7562766 0.3139264 0.7554747 0.3154129 0.7547691 0.3147634 0.7562766 0.3143064 0.7570661 0.3136594 0.7565895 0.3128831 0.7553923 0.3139264 0.7554747 0.3126963 0.7564784 0.3141073 0.7548388 0.3139264 0.7554747 0.3130154 0.7547726 0.3119716 0.7545138 0.3130154 0.7547726 0.3128831 0.7553923 0.3117741 0.7564043 0.3118925 0.7552248 0.3126963 0.7564784 0.3117741 0.7564043 0.3110724 0.7566885 0.3109057 0.7557759 0.3119716 0.7545138 0.3118925 0.7552248 0.310666 0.7540182 0.3143982 0.7587079 0.3134648 0.758623 0.3143064 0.7570661 0.3143982 0.7587079 0.3141129 0.7613684 0.3131204 0.7611618 0.3124384 0.7584766 0.3134648 0.758623 0.3120252 0.7610009 0.3124384 0.7584766 0.3126963 0.7564784 0.3136594 0.7565895 0.3117741 0.7564043 0.3126963 0.7564784 0.3124384 0.7584766 0.3109294 0.7608638 0.3114226 0.7583964 0.3120252 0.7610009 0.3109294 0.7608638 0.3099104 0.760766 0.3105301 0.7582362 0.3117741 0.7564043 0.3114226 0.7583964 0.3110724 0.7566885 0.3131204 0.7611618 0.3141129 0.7613684 0.3133099 0.7640358 0.3117272 0.766022 0.3124042 0.7637925 0.3125407 0.7657092 0.3117272 0.766022 0.3107591 0.7659167 0.3113723 0.7636659 0.3131204 0.7611618 0.3124042 0.7637925 0.3120252 0.7610009 0.3109294 0.7608638 0.3120252 0.7610009 0.3113723 0.7636659 0.3098751 0.7656775 0.3103861 0.7634695 0.3107591 0.7659167 0.3094751 0.7634049 0.3103861 0.7634695 0.3093389 0.7651317 0.3109294 0.7608638 0.3103861 0.7634695 0.3099104 0.760766 0.3113905 0.768206 0.3129888 0.7684758 0.3118424 0.7699604 0.3118424 0.7699604 0.3112816 0.7707659 0.310633 0.770192 0.310633 0.770192 0.3096764 0.7699729 0.3100579 0.7687611 0.3113905 0.768206 0.3110644 0.7689784 0.3102955 0.7679874 0.3091964 0.7677755 0.3102955 0.7679874 0.3100579 0.7687611 0.3087041 0.7698422 0.3090271 0.7686298 0.3096764 0.7699729 0.3087041 0.7698422 0.3078737 0.7699935 0.3078408 0.7691104 0.3091964 0.7677755 0.3090271 0.7686298 0.3077342 0.7673935 0.3037779 0.7789666 0.3050803 0.7800609 0.3017684 0.7802049 0.3037779 0.7789666 0.3046858 0.7779116 0.3055527 0.7784995 0.3070318 0.7803229 0.3050803 0.7800609 0.3070294 0.7789399 0.3041109 0.7817013 0.3050803 0.7800609 0.3065955 0.7822538 0.3086645 0.7824648 0.3065955 0.7822538 0.3070318 0.7803229 0.3070318 0.7803229 0.3070294 0.7789399 0.3086143 0.7791721 0.3086143 0.7791721 0.3098081 0.778968 0.3103775 0.7798997 0.3086645 0.7824648 0.3088496 0.7804649 0.3113207 0.7821127 0.3097031 0.7749131 0.3109931 0.7751523 0.3104122 0.7775453 0.3086143 0.7791721 0.3090354 0.7772518 0.3098081 0.778968 0.3086143 0.7791721 0.3070294 0.7789399 0.3075629 0.7769373 0.3097031 0.7749131 0.3090354 0.7772518 0.3083418 0.7745657 0.3075629 0.7769373 0.3062292 0.7763795 0.3083418 0.7745657 0.3075629 0.7769373 0.3070294 0.7789399 0.3055527 0.7784995 0.3050165 0.7760269 0.3062292 0.7763795 0.3046858 0.7779116 0.3050165 0.7760269 0.3058971 0.7734981 0.3070513 0.77402 0.311273 0.7725031 0.3102074 0.7723651 0.3112816 0.7707659 0.311273 0.7725031 0.3109931 0.7751523 0.3097031 0.7749131 0.3090753 0.772076 0.3102074 0.7723651 0.3083418 0.7745657 0.3090753 0.772076 0.3096764 0.7699729 0.310633 0.770192 0.3087041 0.7698422 0.3096764 0.7699729 0.3090753 0.772076 0.3090753 0.772076 0.3083418 0.7745657 0.3070513 0.77402 0.3070513 0.77402 0.3058971 0.7734981 0.3070099 0.7713073 0.3087041 0.7698422 0.3079609 0.7717399 0.3078737 0.7699935 0.3086645 0.7824648 0.3113207 0.7821127 0.3086544 0.7875616 0.3053544 0.7910504 0.3069818 0.7865059 0.3070976 0.7907207 0.3053544 0.7910504 0.3024759 0.7907229 0.3047462 0.7858999 0.3086645 0.7824648 0.3069818 0.7865059 0.3065955 0.7822538 0.3093508 0.8056129 0.3109184 0.804519 0.3114039 0.8068875 0.3093508 0.8056129 0.3068078 0.8044463 0.3088946 0.8031588 0.3119024 0.802629 0.3109184 0.804519 0.310094 0.8020498 0.3119024 0.802629 0.3150182 0.8038062 0.3129687 0.8060076 0.3053544 0.7910504 0.3070976 0.7907207 0.307482 0.7934641 0.3062389 0.797578 0.3053352 0.7945606 0.3083669 0.7966767 0.3032577 0.7949042 0.3053352 0.7945606 0.3041727 0.7980626 0.3032577 0.7949042 0.3024759 0.7907229 0.3053544 0.7910504 0.3062389 0.797578 0.3083669 0.7966767 0.309384 0.7999161 0.3088946 0.8031588 0.3073801 0.8006446 0.310094 0.8020498 0.3053961 0.8012914 0.3073801 0.8006446 0.3068078 0.8044463 0.3053961 0.8012914 0.3041727 0.7980626 0.3062389 0.797578 0.3819862 0.7343762 0.3807751 0.7344924 0.3815929 0.7327029 0.3819862 0.7343762 0.382216 0.7370545 0.3806674 0.7361899 0.3806674 0.7361899 0.3797907 0.7360451 0.3800309 0.7344294 0.3807243 0.7331212 0.3807751 0.7344924 0.380195 0.7331131 0.3796244 0.7330164 0.380195 0.7331131 0.3800309 0.7344294 0.3788418 0.7358478 0.3792235 0.7342603 0.3797907 0.7360451 0.3788418 0.7358478 0.3769334 0.7360625 0.3779911 0.7337666 0.3796244 0.7330164 0.3792235 0.7342603 0.3788277 0.7324148 0.3786702 0.7592597 0.3824018 0.7574305 0.3826665 0.7608179 0.3826665 0.7608179 0.3835508 0.7638957 0.3788055 0.7652958 0.3788055 0.7652958 0.3744121 0.7651348 0.375027 0.7620311 0.3786702 0.7592597 0.3785769 0.7620546 0.37557 0.7593199 0.3724269 0.758848 0.37557 0.7593199 0.375027 0.7620311 0.3698121 0.7645635 0.3713511 0.7616431 0.3744121 0.7651348 0.3698121 0.7645635 0.3652092 0.7619023 0.3674459 0.7594057 0.3674459 0.7594057 0.36921 0.7561762 0.3724269 0.758848 0.3859215 0.7676685 0.3799734 0.7697412 0.3835508 0.7638957 0.3859215 0.7676685 0.3898391 0.773618 0.3806527 0.7747027 0.3806527 0.7747027 0.3726123 0.7744352 0.373603 0.7695016 0.373603 0.7695016 0.3744121 0.7651348 0.3788055 0.7652958 0.3698121 0.7645635 0.3744121 0.7651348 0.373603 0.7695016 0.3643088 0.7721829 0.3669815 0.7680643 0.3726123 0.7744352 0.3643088 0.7721829 0.3549461 0.767945 0.3612997 0.7641881 0.3698121 0.7645635 0.3669815 0.7680643 0.3652092 0.7619023 0.3731064 0.7992507 0.380133 0.7997989 0.3793392 0.8050999 0.370777 0.8088273 0.3717896 0.804286 0.3786861 0.8099382 0.370777 0.8088273 0.3633456 0.808622 0.3644446 0.8040369 0.3731064 0.7992507 0.3717896 0.804286 0.3659407 0.7989649 0.3644446 0.8040369 0.3579558 0.8021168 0.3659407 0.7989649 0.3644446 0.8040369 0.3633456 0.808622 0.3569428 0.8069666 0.352173 0.800632 0.3579558 0.8021168 0.3511931 0.8058856 0.3593896 0.7969107 0.3579558 0.8021168 0.3535512 0.7951068 0.2903189 0.7425362 0.2888937 0.7413583 0.291195 0.7410154 0.2903189 0.7425362 0.2896523 0.7440023 0.288702 0.7431514 0.2872983 0.7412295 0.2888937 0.7413583 0.2876555 0.7431048 0.2872983 0.7412295 0.2868929 0.7392652 0.2891864 0.7394947 0.2872983 0.7412295 0.2857916 0.7414703 0.2868929 0.7392652 0.2872983 0.7412295 0.2876555 0.7431048 0.2866416 0.7432347 0.2866416 0.7432347 0.2859343 0.7442273 0.2847431 0.7428505 0.2847431 0.7428505 0.2832828 0.7414397 0.2847604 0.7396482 0.3772181 0.7850258 0.3836351 0.7857846 0.3815964 0.7928208 0.3731064 0.7992507 0.3750154 0.7922214 0.380133 0.7997989 0.3731064 0.7992507 0.3659407 0.7989649 0.3679471 0.7919562 0.3772181 0.7850258 0.3750154 0.7922214 0.3699542 0.7847885 0.3625797 0.7827506 0.3699542 0.7847885 0.3679471 0.7919562 0.3593896 0.7969107 0.361113 0.7899286 0.3659407 0.7989649 0.3593896 0.7969107 0.3535512 0.7951068 0.3549298 0.7881228 0.3625797 0.7827506 0.361113 0.7899286 0.3558244 0.7810416 0.3806527 0.7747027 0.3898391 0.773618 0.3861553 0.7803092 0.3772181 0.7850258 0.3794158 0.7794919 0.3836351 0.7857846 0.3772181 0.7850258 0.3699542 0.7847885 0.3714526 0.7792395 0.3806527 0.7747027 0.3794158 0.7794919 0.3726123 0.7744352 0.3643088 0.7721829 0.3726123 0.7744352 0.3714526 0.7792395 0.3714526 0.7792395 0.3699542 0.7847885 0.3625797 0.7827506 0.3557505 0.7752252 0.3632432 0.7769567 0.3558244 0.7810416 0.3557505 0.7752252 0.3549461 0.767945 0.3643088 0.7721829 0.2868838 0.7489331 0.2876053 0.7494912 0.2862428 0.7501745 0.2868838 0.7489331 0.2871813 0.7484919 0.2876963 0.7487175 0.2885003 0.7494326 0.2876053 0.7494912 0.2883955 0.7487165 0.2885003 0.7494326 0.2885928 0.7500119 0.2875317 0.7501439 0.2885003 0.7494326 0.2893801 0.749265 0.2885928 0.7500119 0.2885003 0.7494326 0.2883955 0.7487165 0.2891024 0.7486136 0.2891024 0.7486136 0.2895569 0.7482782 0.2899417 0.7485737 0.2896214 0.7498021 0.2893801 0.749265 0.2908247 0.7494444 0.2894051 0.7453592 0.2887122 0.744803 0.2896523 0.7440023 0.2894051 0.7453592 0.2892687 0.7463129 0.2888235 0.7462906 0.2879161 0.7448021 0.2887122 0.744803 0.2881101 0.7463182 0.2879161 0.7448021 0.2876555 0.7431048 0.288702 0.7431514 0.2879161 0.7448021 0.2871294 0.7448833 0.2876555 0.7431048 0.2879161 0.7448021 0.2881101 0.7463182 0.2874029 0.7463743 0.2874029 0.7463743 0.2869719 0.7464527 0.2865872 0.7455363 0.2866416 0.7432347 0.2871294 0.7448833 0.2859343 0.7442273 0.2888235 0.7462906 0.2892687 0.7463129 0.2895084 0.7473887 0.2891024 0.7486136 0.2889352 0.7475914 0.2895569 0.7482782 0.2891024 0.7486136 0.2883955 0.7487165 0.2882677 0.7476508 0.2882677 0.7476508 0.2881101 0.7463182 0.2888235 0.7462906 0.2882677 0.7476508 0.2876104 0.7476654 0.2881101 0.7463182 0.2882677 0.7476508 0.2883955 0.7487165 0.2876963 0.7487175 0.2870129 0.7475578 0.2876104 0.7476654 0.2871813 0.7484919 0.2870129 0.7475578 0.2869719 0.7464527 0.2874029 0.7463743 0.2887331 0.7614321 0.2897899 0.7623049 0.2884669 0.7634517 0.2887331 0.7614321 0.2888469 0.7603802 0.289587 0.760846 0.2908125 0.7623102 0.2897899 0.7623049 0.2905362 0.7608968 0.2908125 0.7623102 0.2909899 0.7631692 0.2898861 0.7632379 0.2908125 0.7623102 0.2918136 0.762179 0.2909899 0.7631692 0.2908125 0.7623102 0.2905362 0.7608968 0.2914681 0.7607821 0.2914681 0.7607821 0.292038 0.7602062 0.2925274 0.7611511 0.292079 0.7630464 0.2918136 0.762179 0.2935388 0.7629568 0.2906581 0.7509171 0.2896792 0.7504812 0.2908247 0.7494444 0.2906581 0.7509171 0.2904964 0.751747 0.289788 0.7515534 0.2886832 0.7506677 0.2896792 0.7504812 0.2888526 0.7516924 0.2896214 0.7498021 0.2896792 0.7504812 0.2885928 0.7500119 0.2886832 0.7506677 0.2876703 0.7508333 0.2885928 0.7500119 0.2879197 0.7518511 0.2876703 0.7508333 0.2888526 0.7516924 0.2879197 0.7518511 0.2873224 0.7522135 0.2868859 0.7515373 0.2875317 0.7501439 0.2876703 0.7508333 0.2862428 0.7501745 0.291041 0.7530526 0.2901821 0.7532696 0.2904964 0.751747 0.291041 0.7530526 0.2916284 0.7554123 0.2906798 0.7555495 0.2891817 0.7533787 0.2901821 0.7532696 0.2896165 0.7556461 0.2891817 0.7533787 0.2888526 0.7516924 0.289788 0.7515534 0.2891817 0.7533787 0.2881788 0.7534893 0.2888526 0.7516924 0.2891817 0.7533787 0.2896165 0.7556461 0.2885383 0.7556889 0.2872759 0.7535074 0.2881788 0.7534893 0.2875614 0.7557546 0.2879197 0.7518511 0.2881788 0.7534893 0.2873224 0.7522135 0.2919903 0.75827 0.2910993 0.758313 0.2916284 0.7554123 0.2914681 0.7607821 0.2910993 0.758313 0.292038 0.7602062 0.2901028 0.7584137 0.2910993 0.758313 0.2905362 0.7608968 0.2901028 0.7584137 0.2896165 0.7556461 0.2906798 0.7555495 0.2901028 0.7584137 0.2890887 0.7583909 0.2896165 0.7556461 0.2901028 0.7584137 0.2905362 0.7608968 0.289587 0.760846 0.2882124 0.758491 0.2890887 0.7583909 0.2888469 0.7603802 0.2882124 0.758491 0.2875614 0.7557546 0.2885383 0.7556889 0.2935289 0.7650212 0.2922077 0.7639273 0.2935388 0.7629568 0.2935289 0.7650212 0.2935526 0.7662529 0.2925559 0.7655922 0.2911267 0.7639893 0.2922077 0.7639273 0.291423 0.765586 0.2911267 0.7639893 0.2909899 0.7631692 0.292079 0.7630464 0.2911267 0.7639893 0.2900638 0.7641155 0.2909899 0.7631692 0.2911267 0.7639893 0.291423 0.765586 0.2903467 0.765709 0.2903467 0.765709 0.2896958 0.7664117 0.2892458 0.7653309 0.2898861 0.7632379 0.2900638 0.7641155 0.2884669 0.7634517 0.2902793 0.7802522 0.2925426 0.781174 0.2894381 0.7828235 0.2902793 0.7802522 0.2908862 0.7789213 0.2924049 0.7794665 0.2953525 0.7810143 0.2925426 0.781174 0.2947941 0.7794268 0.2953525 0.7810143 0.2965142 0.7827579 0.2934994 0.7832002 0.2953525 0.7810143 0.2980411 0.7808366 0.2965142 0.7827579 0.2953525 0.7810143 0.2947941 0.7794268 0.2971123 0.7793567 0.2995944 0.7797188 0.2980411 0.7808366 0.2983072 0.7786987 0.2995944 0.7797188 0.3017684 0.7802049 0.2994248 0.7820231 0.2977339 0.7765007 0.2959582 0.7764416 0.2962301 0.772715 0.2971123 0.7793567 0.2959582 0.7764416 0.2983072 0.7786987 0.2939304 0.7764424 0.2959582 0.7764416 0.2947941 0.7794268 0.2939304 0.7764424 0.2929594 0.772684 0.2947053 0.7727178 0.2939304 0.7764424 0.2919091 0.7763839 0.2929594 0.772684 0.2939304 0.7764424 0.2947941 0.7794268 0.2924049 0.7794665 0.2902304 0.7765402 0.2919091 0.7763839 0.2908862 0.7789213 0.2902304 0.7765402 0.2898747 0.7726418 0.291284 0.7726002 0.2946587 0.7687311 0.2934798 0.7688119 0.2935526 0.7662529 0.2946587 0.7687311 0.2962301 0.772715 0.2947053 0.7727178 0.2920787 0.7687748 0.2934798 0.7688119 0.2929594 0.772684 0.2920787 0.7687748 0.291423 0.765586 0.2925559 0.7655922 0.2920787 0.7687748 0.2907583 0.7687896 0.291423 0.765586 0.2920787 0.7687748 0.2929594 0.772684 0.291284 0.7726002 0.2896535 0.7687776 0.2907583 0.7687896 0.2898747 0.7726418 0.2903467 0.765709 0.2907583 0.7687896 0.2896958 0.7664117 0.3032456 0.8083679 0.300732 0.8082211 0.3016866 0.8059012 0.3016866 0.8059012 0.3023598 0.804423 0.3040196 0.8046328 0.3040196 0.8046328 0.3068078 0.8044463 0.30582 0.8063877 0.3032456 0.8083679 0.3036844 0.8066007 0.3051859 0.8080047 0.2996097 0.7917909 0.3024759 0.7907229 0.3032577 0.7949042 0.3032577 0.7949042 0.3041727 0.7980626 0.3020866 0.7984943 0.2988681 0.7950788 0.3011788 0.7953572 0.3000805 0.7986755 0.2988681 0.7950788 0.2977988 0.7919477 0.2996097 0.7917909 0.3053961 0.8012914 0.3032603 0.8017584 0.3041727 0.7980626 0.3053961 0.8012914 0.3068078 0.8044463 0.3040196 0.8046328 0.3013388 0.8022329 0.3032603 0.8017584 0.3023598 0.804423 0.3013388 0.8022329 0.3000805 0.7986755 0.3020866 0.7984943 0.4135995 0.8218796 0.4121649 0.8179594 0.4186929 0.8217561 0.4078162 0.8192098 0.4121649 0.8179594 0.4099949 0.8225202 0.4078162 0.8192098 0.4055991 0.8154347 0.4105836 0.8137562 0.4105836 0.8137562 0.4161156 0.8116896 0.4170269 0.8161378 0.4182722 0.8017183 0.4170411 0.7977049 0.4203621 0.7999003 0.4182722 0.8017183 0.4148693 0.8049193 0.4129057 0.7992002 0.4181749 0.7934198 0.4170411 0.7977049 0.4120951 0.792519 0.4181749 0.7934198 0.4214825 0.7934342 0.4203854 0.7968558 0.2904499 0.8130611 0.2857654 0.8112606 0.2898559 0.8091849 0.2928182 0.8078176 0.291944 0.8104054 0.2912835 0.8075818 0.2928182 0.8078176 0.2942276 0.8079319 0.2942346 0.8106024 0.2904499 0.8130611 0.291944 0.8104054 0.2935724 0.8142637 0.2892808 0.7980865 0.2896456 0.7968342 0.2911363 0.7999399 0.2914763 0.8029181 0.2905184 0.8003438 0.2922286 0.8026651 0.2895172 0.8006426 0.2905184 0.8003438 0.2903168 0.8031584 0.2892808 0.7980865 0.2905184 0.8003438 0.2887825 0.7989962 0.2895172 0.8006426 0.287871 0.8007677 0.2887825 0.7989962 0.2895172 0.8006426 0.2903168 0.8031584 0.2884761 0.8035119 0.2853212 0.8003574 0.287871 0.8007677 0.2855361 0.803089 0.2853212 0.8003574 0.2849811 0.7978138 0.2874265 0.7984378 0.293409 0.8053076 0.2924526 0.8053656 0.2922286 0.8026651 0.293409 0.8053076 0.2942276 0.8079319 0.2928182 0.8078176 0.2910426 0.8056496 0.2924526 0.8053656 0.2912835 0.8075818 0.2910426 0.8056496 0.2903168 0.8031584 0.2914763 0.8029181 0.2884761 0.8035119 0.2903168 0.8031584 0.2910426 0.8056496 0.2898559 0.8091849 0.2889189 0.8066022 0.2912835 0.8075818 0.2898559 0.8091849 0.2857654 0.8112606 0.2855538 0.8065844 0.2855538 0.8065844 0.2855361 0.803089 0.2884761 0.8035119 0.4078162 0.8192098 0.4099949 0.8225202 0.406586 0.8233538 0.4013192 0.8196284 0.4044817 0.8200344 0.4030832 0.824258 0.4013192 0.8196284 0.400094 0.816319 0.4021322 0.8162453 0.4078162 0.8192098 0.4044817 0.8200344 0.4055991 0.8154347 0.3926423 0.8133397 0.3974872 0.8171873 0.3943927 0.8206261 0.3926423 0.8133397 0.3923622 0.8067283 0.3971628 0.8130475 0.4013192 0.8196284 0.3974872 0.8171873 0.400094 0.816319 0.4013192 0.8196284 0.4030832 0.824258 0.3990215 0.822254 0.3971628 0.8130475 0.3923622 0.8067283 0.3977635 0.8064931 0.404049 0.8111221 0.3996421 0.8115919 0.4031029 0.8065208 0.404049 0.8111221 0.4055991 0.8154347 0.4021322 0.8162453 0.3971628 0.8130475 0.3996421 0.8115919 0.400094 0.816319 0.3192081 0.7428275 0.3204514 0.741097 0.3208652 0.7418645 0.3210742 0.743367 0.3201411 0.7430972 0.3212791 0.7426319 0.3210742 0.743367 0.3213501 0.744166 0.3202558 0.7444239 0.3192081 0.7428275 0.3201411 0.7430972 0.3180278 0.7441964 0.4142395 0.7677261 0.4165058 0.7652941 0.4176101 0.7663886 0.4165213 0.7702119 0.415421 0.7688472 0.4188809 0.7675303 0.4134553 0.7713268 0.415421 0.7688472 0.4146816 0.7719497 0.4142395 0.7677261 0.415421 0.7688472 0.4121076 0.7701317 0.420403 0.7687057 0.4223219 0.7698174 0.4188812 0.7737273 0.4188812 0.7737273 0.4144602 0.7773279 0.4142648 0.7740135 0.4165213 0.7702119 0.417354 0.7720484 0.4146816 0.7719497 0.4165213 0.7702119 0.4188809 0.7675303 0.420403 0.7687057 0.4109163 0.7765216 0.412056 0.7737675 0.4144602 0.7773279 0.4102681 0.7723203 0.412056 0.7737675 0.4085032 0.7746229 0.4102681 0.7723203 0.4121076 0.7701317 0.4134553 0.7713268 0.4134553 0.7713268 0.4146816 0.7719497 0.4142648 0.7740135 0.4142395 0.7677261 0.413163 0.7666201 0.4165058 0.7652941 0.4142395 0.7677261 0.4121076 0.7701317 0.4108344 0.7688716 0.4117631 0.765691 0.413163 0.7666201 0.4100465 0.767725 0.4154834 0.7642603 0.413163 0.7666201 0.4143594 0.7631375 0.4060178 0.772432 0.4084415 0.7706817 0.4085032 0.7746229 0.4060178 0.772432 0.4044109 0.7686019 0.407811 0.7684193 0.407811 0.7684193 0.4100465 0.767725 0.4108344 0.7688716 0.4102681 0.7723203 0.4084415 0.7706817 0.4121076 0.7701317 0.407811 0.7684193 0.4044109 0.7686019 0.4076335 0.7636241 0.4129499 0.7617759 0.4096113 0.7651002 0.4115632 0.7599071 0.4129499 0.7617759 0.4143594 0.7631375 0.4117631 0.765691 0.407811 0.7684193 0.4096113 0.7651002 0.4100465 0.767725 0.4187484 0.7630268 0.4196796 0.7640109 0.4165058 0.7652941 0.4187484 0.7630268 0.4208439 0.7609705 0.4216105 0.7618172 0.4208568 0.7647254 0.4196796 0.7640109 0.4220432 0.7626089 0.4176101 0.7663886 0.4196796 0.7640109 0.4188809 0.7675303 0.4249184 0.758313 0.4233839 0.7599107 0.4242279 0.7576696 0.4235184 0.7615125 0.4233839 0.7599107 0.4257137 0.7600412 0.4235184 0.7615125 0.4220432 0.7626089 0.4216105 0.7618172 0.422669 0.7591713 0.4233839 0.7599107 0.4208439 0.7609705 0.4235184 0.7615125 0.4257137 0.7600412 0.4244595 0.7651349 0.420403 0.7687057 0.4224913 0.7648189 0.4223219 0.7698174 0.420403 0.7687057 0.4188809 0.7675303 0.4208568 0.7647254 0.4235184 0.7615125 0.4224913 0.7648189 0.4220432 0.7626089 0.4154834 0.7642603 0.4178519 0.7621249 0.4165058 0.7652941 0.4171829 0.7610376 0.4178519 0.7621249 0.4143594 0.7631375 0.4200739 0.760195 0.4178519 0.7621249 0.4192954 0.75981 0.4200739 0.760195 0.4208439 0.7609705 0.4187484 0.7630268 0.4129499 0.7617759 0.4115632 0.7599071 0.416415 0.7575592 0.416415 0.7575592 0.421735 0.7561888 0.4203429 0.7583584 0.4171829 0.7610376 0.4169342 0.7594975 0.4192954 0.75981 0.4171829 0.7610376 0.4143594 0.7631375 0.4129499 0.7617759 0.4235584 0.7569814 0.421955 0.7584518 0.421735 0.7561888 0.4235584 0.7569814 0.4242279 0.7576696 0.422669 0.7591713 0.4200739 0.760195 0.421955 0.7584518 0.4208439 0.7609705 0.4200739 0.760195 0.4192954 0.75981 0.4203429 0.7583584 0.333853 0.7583536 0.3323022 0.7564969 0.333284 0.7559109 0.3362942 0.7571365 0.3348473 0.7577089 0.3346167 0.7551053 0.3362942 0.7571365 0.3373649 0.7586247 0.3364652 0.7593389 0.333853 0.7583536 0.3348473 0.7577089 0.3352929 0.7601525 0.341 0.7551749 0.3385943 0.7566531 0.338525 0.7518005 0.3392788 0.759259 0.3385943 0.7566531 0.3425126 0.75958 0.3362942 0.7571365 0.3385943 0.7566531 0.3373649 0.7586247 0.3362942 0.7571365 0.3346167 0.7551053 0.336554 0.7537765 0.3392788 0.759259 0.3425126 0.75958 0.3405696 0.76283 0.3366864 0.762159 0.3384273 0.7609531 0.3381514 0.7644827 0.3366864 0.762159 0.3352929 0.7601525 0.3364652 0.7593389 0.3392788 0.759259 0.3384273 0.7609531 0.3373649 0.7586247 0.333853 0.7583536 0.3329107 0.7590538 0.3323022 0.7564969 0.333853 0.7583536 0.3352929 0.7601525 0.3340733 0.7609726 0.3340733 0.7609726 0.33287 0.7615633 0.3318122 0.7601032 0.3314177 0.7571659 0.3329107 0.7590538 0.3302469 0.7579584 0.3352317 0.7659617 0.3347033 0.7633005 0.3381514 0.7644827 0.3352317 0.7659617 0.3310421 0.7666912 0.3325628 0.7634789 0.3340733 0.7609726 0.3347033 0.7633005 0.33287 0.7615633 0.3340733 0.7609726 0.3352929 0.7601525 0.3366864 0.762159 0.3325628 0.7634789 0.3310421 0.7666912 0.3279011 0.763456 0.3279011 0.763456 0.3258723 0.759905 0.3284056 0.7589153 0.3284056 0.7589153 0.3302469 0.7579584 0.3318122 0.7601032 0.3325628 0.7634789 0.3303496 0.7617954 0.33287 0.7615633 0.3305757 0.7543165 0.3314854 0.7537926 0.3323022 0.7564969 0.3305757 0.7543165 0.3289014 0.7522301 0.3297743 0.7516666 0.3324361 0.7529224 0.3314854 0.7537926 0.3307139 0.7513846 0.3324361 0.7529224 0.3346167 0.7551053 0.333284 0.7559109 0.3273342 0.7482581 0.3284735 0.7498461 0.3263279 0.7492547 0.3302199 0.7497534 0.3284735 0.7498461 0.3294988 0.7472205 0.3302199 0.7497534 0.3307139 0.7513846 0.3297743 0.7516666 0.3297743 0.7516666 0.3289014 0.7522301 0.3275071 0.7506547 0.3302199 0.7497534 0.3294988 0.7472205 0.3344451 0.7491478 0.3344451 0.7491478 0.338525 0.7518005 0.336554 0.7537765 0.336554 0.7537765 0.3346167 0.7551053 0.3324361 0.7529224 0.3302199 0.7497534 0.333338 0.7512701 0.3307139 0.7513846 0.3314177 0.7571659 0.3297966 0.7549303 0.3323022 0.7564969 0.3287588 0.7554032 0.3297966 0.7549303 0.3302469 0.7579584 0.3281871 0.7528145 0.3297966 0.7549303 0.3277866 0.7535107 0.3281871 0.7528145 0.3289014 0.7522301 0.3305757 0.7543165 0.3247946 0.7557896 0.327073 0.7555044 0.3258723 0.759905 0.3247946 0.7557896 0.3244479 0.7513496 0.3264736 0.7526114 0.3287588 0.7554032 0.327073 0.7555044 0.3277866 0.7535107 0.3287588 0.7554032 0.3302469 0.7579584 0.3284056 0.7589153 0.3255063 0.7499079 0.3267294 0.7512857 0.3244479 0.7513496 0.3275071 0.7506547 0.3267294 0.7512857 0.3263279 0.7492547 0.3275071 0.7506547 0.3289014 0.7522301 0.3281871 0.7528145 0.3281871 0.7528145 0.3277866 0.7535107 0.3264736 0.7526114 0.3775186 0.7486931 0.3781917 0.7450613 0.3794299 0.7453996 0.3802923 0.7495954 0.3788488 0.7489664 0.3808318 0.7457984 0.378388 0.7527253 0.3788488 0.7489664 0.379714 0.7524757 0.3775186 0.7486931 0.3788488 0.7489664 0.3768118 0.7525572 0.3825499 0.7461662 0.3846796 0.7461454 0.3841717 0.7515262 0.3841717 0.7515262 0.3824018 0.7574305 0.3804885 0.7547556 0.3802923 0.7495954 0.381933 0.7509037 0.379714 0.7524757 0.3802923 0.7495954 0.3808318 0.7457984 0.3825499 0.7461662 0.3786702 0.7592597 0.3784679 0.7561531 0.3824018 0.7574305 0.3786702 0.7592597 0.37557 0.7593199 0.3761636 0.7561307 0.3761636 0.7561307 0.3768118 0.7525572 0.378388 0.7527253 0.378388 0.7527253 0.379714 0.7524757 0.3804885 0.7547556 0.3769646 0.7448753 0.3781917 0.7450613 0.3775186 0.7486931 0.3752675 0.7522602 0.376218 0.7484518 0.3768118 0.7525572 0.3746156 0.7485946 0.376218 0.7484518 0.3740521 0.7516903 0.3769646 0.7448753 0.376218 0.7484518 0.3755012 0.7447194 0.3724269 0.758848 0.3738681 0.7557229 0.37557 0.7593199 0.3723505 0.7538604 0.3738681 0.7557229 0.36921 0.7561762 0.3723505 0.7538604 0.3740521 0.7516903 0.3752675 0.7522602 0.3752675 0.7522602 0.3768118 0.7525572 0.3761636 0.7561307 0.3723505 0.7538604 0.36921 0.7561762 0.369773 0.7494131 0.3735538 0.7444714 0.3723797 0.7494736 0.3713303 0.7437139 0.3735538 0.7444714 0.3755012 0.7447194 0.3746156 0.7485946 0.3723505 0.7538604 0.3723797 0.7494736 0.3740521 0.7516903 0.3787385 0.7421846 0.3797111 0.7425474 0.3781917 0.7450613 0.3787385 0.7421846 0.3791747 0.7398449 0.3799279 0.7401819 0.3807879 0.7426916 0.3797111 0.7425474 0.3805915 0.7406385 0.3807879 0.7426916 0.3808318 0.7457984 0.3794299 0.7453996 0.3795153 0.7378244 0.3797907 0.7360451 0.3806674 0.7361899 0.3811435 0.7392466 0.3803158 0.7380746 0.382216 0.7370545 0.3811435 0.7392466 0.3805915 0.7406385 0.3799279 0.7401819 0.3795153 0.7378244 0.3803158 0.7380746 0.3791747 0.7398449 0.3811435 0.7392466 0.382216 0.7370545 0.3838904 0.7414091 0.3825499 0.7461662 0.3820874 0.7421121 0.3846796 0.7461454 0.3825499 0.7461662 0.3808318 0.7457984 0.3807879 0.7426916 0.3811435 0.7392466 0.3820874 0.7421121 0.3805915 0.7406385 0.3769646 0.7448753 0.377752 0.7421081 0.3781917 0.7450613 0.3769646 0.7448753 0.3755012 0.7447194 0.3766849 0.7418051 0.378381 0.739831 0.377752 0.7421081 0.3775589 0.7399818 0.378381 0.739831 0.3791747 0.7398449 0.3787385 0.7421846 0.3735538 0.7444714 0.3713303 0.7437139 0.3738154 0.7394525 0.3738154 0.7394525 0.3769334 0.7360625 0.3774103 0.7384715 0.3766849 0.7418051 0.3754706 0.7407622 0.3775589 0.7399818 0.3766849 0.7418051 0.3755012 0.7447194 0.3735538 0.7444714 0.3788418 0.7358478 0.3786526 0.7377244 0.3769334 0.7360625 0.3795153 0.7378244 0.3786526 0.7377244 0.3797907 0.7360451 0.378381 0.739831 0.3786526 0.7377244 0.3791747 0.7398449 0.378381 0.739831 0.3775589 0.7399818 0.3774103 0.7384715 0.156122 0.9265381 0.1531402 0.9259234 0.1534441 0.9145155 0.1590148 0.8956149 0.1575226 0.9103987 0.155029 0.8980352 0.1590148 0.8956149 0.1628565 0.8924071 0.1615163 0.9077311 0.156122 0.9265381 0.1575226 0.9103987 0.1611176 0.927718 0.1595476 0.9433021 0.1545653 0.9405339 0.1611176 0.927718 0.1595476 0.9433021 0.1583065 0.9551279 0.1529932 0.9508172 0.1503321 0.9352075 0.1545653 0.9405339 0.1457951 0.9495343 0.1503321 0.9352075 0.1531402 0.9259234 0.156122 0.9265381 0.1576005 0.8674753 0.1585415 0.8633856 0.1605474 0.8650938 0.161067 0.8716107 0.1593687 0.8696932 0.1624648 0.8672111 0.161067 0.8716107 0.1604593 0.8769418 0.1582643 0.8749458 0.1576005 0.8674753 0.1593687 0.8696932 0.1556919 0.8735786 0.1448255 0.9691916 0.1459191 0.9671105 0.1457418 0.9691932 0.1457353 0.9665302 0.1459191 0.9671105 0.1445068 0.9682537 0.1457353 0.9665302 0.1469679 0.9647239 0.1470358 0.9650004 0.1470358 0.9650004 0.1472761 0.9649309 0.1464862 0.9670394 0.1492909 0.9602517 0.1488723 0.9609063 0.1478316 0.9605707 0.1492909 0.9602517 0.1502315 0.9612314 0.1493467 0.961512 0.1493467 0.961512 0.1485607 0.9616752 0.1484603 0.9614084 0.1480429 0.9612004 0.1488723 0.9609063 0.1481763 0.9616935 0.165538 0.9572542 0.1628834 0.9500334 0.1701347 0.94688 0.165538 0.9572542 0.1612937 0.9659853 0.1600292 0.9603008 0.1595476 0.9433021 0.1628834 0.9500334 0.1583065 0.9551279 0.1595476 0.9433021 0.1611176 0.927718 0.165854 0.9392778 0.1750906 0.9354339 0.1697328 0.9296017 0.1794219 0.9235464 0.1750906 0.9354339 0.1701347 0.94688 0.165854 0.9392778 0.1656422 0.9201397 0.1697328 0.9296017 0.1611176 0.927718 0.1656422 0.9201397 0.1695016 0.9153644 0.1734765 0.9197212 0.1700693 0.9056454 0.1760422 0.9083524 0.1695016 0.9153644 0.1700693 0.9056454 0.171912 0.892659 0.177883 0.8981731 0.1821444 0.9118475 0.1760422 0.9083524 0.1838862 0.9015988 0.1821444 0.9118475 0.1794219 0.9235464 0.1734765 0.9197212 0.1852756 0.8940615 0.1794525 0.891861 0.1863738 0.8880867 0.1852756 0.8940615 0.1838862 0.9015988 0.177883 0.8981731 0.1749498 0.8884925 0.1794525 0.891861 0.171912 0.892659 0.1749498 0.8884925 0.177313 0.8848469 0.1811861 0.8870117 0.1703663 0.8709387 0.1705451 0.8705021 0.1707906 0.8716592 0.1707906 0.8716592 0.1708146 0.8728671 0.170509 0.8725371 0.1702785 0.8717229 0.1705242 0.8717164 0.1701971 0.8721237 0.1703663 0.8709387 0.1705242 0.8717164 0.1702381 0.8713759 0.1704074 0.8737832 0.1702262 0.8733543 0.1708146 0.8728671 0.1704074 0.8737832 0.1696817 0.87443 0.1696687 0.8740256 0.1700407 0.8729085 0.1702262 0.8733543 0.1696602 0.8736984 0.1700407 0.8729085 0.1701971 0.8721237 0.170509 0.8725371 0.1687498 0.8748301 0.1688296 0.8744082 0.1696817 0.87443 0.1687498 0.8748301 0.1677476 0.8747419 0.1678856 0.8742602 0.1678856 0.8742602 0.1680303 0.8739978 0.1689058 0.8741143 0.1689058 0.8741143 0.1696602 0.8736984 0.1696687 0.8740256 0.1697263 0.8683932 0.1693717 0.8692614 0.1690934 0.8679531 0.1698022 0.8696817 0.1693717 0.8692614 0.1700153 0.8691192 0.1698022 0.8696817 0.169673 0.870168 0.169192 0.8699381 0.169192 0.8699381 0.1686542 0.8699531 0.1688021 0.8691402 0.1698022 0.8696817 0.1700153 0.8691192 0.1702874 0.8697388 0.1703663 0.8709387 0.1701297 0.8702507 0.1705451 0.8705021 0.1703663 0.8709387 0.1702381 0.8713759 0.170029 0.8707525 0.170029 0.8707525 0.169673 0.870168 0.1698022 0.8696817 0.1678856 0.8742602 0.1677476 0.8747419 0.1668111 0.873924 0.1665176 0.8721078 0.1670137 0.8733394 0.166037 0.8724411 0.1672863 0.8731908 0.1670137 0.8733394 0.1669024 0.8721118 0.1672863 0.8731908 0.1680303 0.8739978 0.1678856 0.8742602 0.1671075 0.8711794 0.1667011 0.8710274 0.1676123 0.8704808 0.1671075 0.8711794 0.1669024 0.8721118 0.1665176 0.8721078 0.1665176 0.8721078 0.166037 0.8724411 0.1663247 0.8708865 0.1663247 0.8708865 0.1669889 0.8698411 0.1673018 0.8701354 0.1681277 0.870103 0.1680572 0.8694689 0.1686542 0.8699531 0.1681277 0.870103 0.1676123 0.8704808 0.1673018 0.8701354 0.1679031 0.8689345 0.1680572 0.8694689 0.1669889 0.8698411 0.1679031 0.8689345 0.1690934 0.8679531 0.1688021 0.8691402 0.145291 0.9877251 0.1464808 0.9900235 0.1350489 0.992218 0.1754618 0.9691798 0.1735092 0.9667076 0.1814733 0.9586147 0.1754618 0.9691798 0.1697623 0.9768688 0.1682378 0.9746386 0.1712747 0.9641673 0.1735092 0.9667076 0.1663447 0.9722867 0.1712747 0.9641673 0.1765587 0.9538336 0.1791093 0.9562692 0.1712747 0.9641673 0.1684764 0.9614909 0.1765587 0.9538336 0.1712747 0.9641673 0.1663447 0.9722867 0.1637144 0.9696914 0.165538 0.9572542 0.1684764 0.9614909 0.1612937 0.9659853 0.165538 0.9572542 0.1701347 0.94688 0.173635 0.9512178 0.1870611 0.9443272 0.1847128 0.9427453 0.1922991 0.9288343 0.1870611 0.9443272 0.1814733 0.9586147 0.1791093 0.9562692 0.1821284 0.9409911 0.1847128 0.9427453 0.1765587 0.9538336 0.1821284 0.9409911 0.1872473 0.927476 0.1899423 0.9283127 0.1821284 0.9409911 0.1790717 0.9388922 0.1872473 0.927476 0.1821284 0.9409911 0.1765587 0.9538336 0.173635 0.9512178 0.1750906 0.9354339 0.1790717 0.9388922 0.1701347 0.94688 0.1750906 0.9354339 0.1794219 0.9235464 0.1838763 0.9260093 0.1821444 0.9118475 0.1871385 0.9140648 0.1794219 0.9235464 0.1821444 0.9118475 0.1838862 0.9015988 0.1893205 0.9036289 0.1893205 0.9036289 0.1940311 0.9043965 0.1911789 0.9151248 0.1911789 0.9151248 0.1872473 0.927476 0.1838763 0.9260093 0.1918357 0.8884187 0.1969352 0.8884698 0.195912 0.8957505 0.1893205 0.9036289 0.1908845 0.8952715 0.1940311 0.9043965 0.1852756 0.8940615 0.1908845 0.8952715 0.1838862 0.9015988 0.1918357 0.8884187 0.1908845 0.8952715 0.1863738 0.8880867 0.2010836 0.8733574 0.2045701 0.8734538 0.2047465 0.8807097 0.201036 0.8887019 0.2012345 0.881255 0.2046376 0.8890243 0.201036 0.8887019 0.1969352 0.8884698 0.1972147 0.8818381 0.2010836 0.8733574 0.2012345 0.881255 0.1973301 0.8746395 0.1920255 0.8775227 0.1973301 0.8746395 0.1972147 0.8818381 0.1918357 0.8884187 0.192179 0.8824963 0.1969352 0.8884698 0.1918357 0.8884187 0.1863738 0.8880867 0.1872425 0.8825253 0.1920255 0.8775227 0.192179 0.8824963 0.1885777 0.8786237 0.2087956 0.8488251 0.2110784 0.8458872 0.2151761 0.8542675 0.2151761 0.8542675 0.2201978 0.8628901 0.2174153 0.8634478 0.2101312 0.8562504 0.212431 0.8549652 0.2148846 0.8643411 0.2087956 0.8488251 0.212431 0.8549652 0.2080328 0.8515147 0.2220998 0.8733409 0.2244509 0.8727224 0.231129 0.8833881 0.2220998 0.8733409 0.2148846 0.8643411 0.2174153 0.8634478 0.2269325 0.8723054 0.2244509 0.8727224 0.2201978 0.8628901 0.2269325 0.8723054 0.2348736 0.8822363 0.2330139 0.8828008 0.2517001 0.9033453 0.2509828 0.9047036 0.2413247 0.8946214 0.2413247 0.8946214 0.231129 0.8833881 0.2330139 0.8828008 0.2435147 0.8924054 0.2425805 0.8936949 0.2348736 0.8822363 0.2517001 0.9033453 0.2425805 0.8936949 0.2524875 0.9017966 0.170825 0.8700667 0.171215 0.869647 0.1714782 0.8713303 0.1711073 0.8730309 0.1710982 0.8715009 0.1714379 0.8731015 0.1707906 0.8716592 0.1710982 0.8715009 0.1708146 0.8728671 0.170825 0.8700667 0.1710982 0.8715009 0.1705451 0.8705021 0.1707804 0.8745183 0.1705803 0.8741785 0.1714379 0.8731015 0.1707804 0.8745183 0.169735 0.8755651 0.1697034 0.874989 0.1704074 0.8737832 0.1705803 0.8741785 0.1696817 0.87443 0.1704074 0.8737832 0.1708146 0.8728671 0.1711073 0.8730309 0.170396 0.8684042 0.1708322 0.8677539 0.1709615 0.8684936 0.170825 0.8700667 0.1705592 0.8692067 0.171215 0.869647 0.170825 0.8700667 0.1705451 0.8705021 0.1702874 0.8697388 0.170396 0.8684042 0.1705592 0.8692067 0.1700153 0.8691192 0.1666709 0.8696491 0.1669889 0.8698411 0.1663247 0.8708865 0.1663247 0.8708865 0.166037 0.8724411 0.1656616 0.8721169 0.1656616 0.8721169 0.1653226 0.8723064 0.1656015 0.8707391 0.1666709 0.8696491 0.1660078 0.8707676 0.166257 0.8694619 0.1678572 0.8806514 0.1675829 0.8844164 0.1651735 0.8804097 0.1707856 0.8847863 0.1675829 0.8844164 0.1704949 0.880328 0.1707856 0.8847863 0.171912 0.892659 0.1668811 0.8920536 0.1668811 0.8920536 0.1628565 0.8924071 0.1641258 0.8842044 0.1729186 0.8793149 0.1753677 0.8767507 0.1757945 0.8812457 0.1749498 0.8884925 0.1733019 0.8837783 0.177313 0.8848469 0.1749498 0.8884925 0.171912 0.892659 0.1707856 0.8847863 0.1729186 0.8793149 0.1733019 0.8837783 0.1704949 0.880328 0.1666709 0.8696491 0.166257 0.8694619 0.1671847 0.8682129 0.1685458 0.8673835 0.1675821 0.8685993 0.1679643 0.8672835 0.1685458 0.8673835 0.1690934 0.8679531 0.1679031 0.8689345 0.1666709 0.8696491 0.1675821 0.8685993 0.1669889 0.8698411 0.1991274 0.8655769 0.1973301 0.8746395 0.1956593 0.8706267 0.1957663 0.8633655 0.1975152 0.8648411 0.194401 0.8677151 0.1957663 0.8633655 0.1959863 0.858502 0.1981191 0.8585959 0.1981191 0.8585959 0.1998627 0.8583526 0.1991274 0.8655769 0.2032295 0.8462069 0.2027201 0.8499996 0.1998369 0.8480342 0.1998369 0.8480342 0.197278 0.8471092 0.1983546 0.8446304 0.1983546 0.8446304 0.1996114 0.8416699 0.2018978 0.8426024 0.2018978 0.8426024 0.2041253 0.8429701 0.2032295 0.8462069 0.2012341 0.8504715 0.2007642 0.8518173 0.1988771 0.8515315 0.1988771 0.8515315 0.1964471 0.8514695 0.1967231 0.8491882 0.1998369 0.8480342 0.1992486 0.849707 0.197278 0.8471092 0.1998369 0.8480342 0.2027201 0.8499996 0.2012341 0.8504715 0.1981191 0.8585959 0.1985369 0.8543269 0.1998627 0.8583526 0.1981191 0.8585959 0.1959863 0.858502 0.1962074 0.8545554 0.1988771 0.8515315 0.1985369 0.8543269 0.1964471 0.8514695 0.1988771 0.8515315 0.2007642 0.8518173 0.2003576 0.8541052 0.1920255 0.8775227 0.1885777 0.8786237 0.1868278 0.8761634 0.1907441 0.8701198 0.1914857 0.8735164 0.1854029 0.8724699 0.1907441 0.8701198 0.194401 0.8677151 0.1956593 0.8706267 0.1920255 0.8775227 0.1914857 0.8735164 0.1973301 0.8746395 0.2007875 0.8337781 0.2026163 0.8338226 0.1996114 0.8416699 0.174692 0.8575994 0.1757832 0.8625774 0.1725187 0.8600161 0.174692 0.8575994 0.1771572 0.854369 0.1775774 0.8609136 0.1766947 0.8668594 0.1757832 0.8625774 0.1780921 0.8652719 0.1766947 0.8668594 0.1753835 0.8678005 0.1742905 0.8638672 0.1766947 0.8668594 0.1771786 0.8709056 0.1753835 0.8678005 0.1766947 0.8668594 0.1780921 0.8652719 0.1786049 0.8689224 0.1777505 0.8744038 0.1771786 0.8709056 0.1796621 0.8714457 0.1777505 0.8744038 0.1753677 0.8767507 0.1757402 0.8719251 0.155753 0.8633635 0.1520871 0.8656645 0.152127 0.8595352 0.152127 0.8595352 0.1509233 0.8534212 0.1562407 0.8546093 0.1562407 0.8546093 0.1601789 0.8542174 0.1594532 0.8588892 0.155753 0.8633635 0.1559731 0.859213 0.1585415 0.8633856 0.2275065 0.8440206 0.2308615 0.8395734 0.2377579 0.8532673 0.2377579 0.8532673 0.2432779 0.8647608 0.2399011 0.8659752 0.2370851 0.8392899 0.2417377 0.8372028 0.2470052 0.84927 0.2470052 0.84927 0.2519198 0.8610042 0.2474099 0.8630153 0.2377579 0.8532673 0.2421851 0.8513227 0.2432779 0.8647608 0.2377579 0.8532673 0.2308615 0.8395734 0.2370851 0.8392899 0.2485681 0.8752501 0.2454225 0.8761063 0.2432779 0.8647608 0.2485681 0.8752501 0.2529236 0.8840768 0.249897 0.8844465 0.2495083 0.8895933 0.2465128 0.8839397 0.249897 0.8844465 0.255639 0.8905819 0.252541 0.8900529 0.2529236 0.8840768 0.255639 0.8905819 0.2568255 0.8943935 0.2546123 0.894316 0.2151761 0.8542675 0.218709 0.8552828 0.2201978 0.8628901 0.2151761 0.8542675 0.2110784 0.8458872 0.2164354 0.8488754 0.2226833 0.8566194 0.218709 0.8552828 0.2202712 0.8516121 0.2226833 0.8566194 0.2267198 0.8637844 0.2231239 0.8630092 0.2269325 0.8723054 0.2292202 0.8720315 0.2348736 0.8822363 0.2269325 0.8723054 0.2201978 0.8628901 0.2231239 0.8630092 0.2322509 0.8724635 0.2292202 0.8720315 0.2267198 0.8637844 0.2322509 0.8724635 0.2382879 0.8812108 0.2362424 0.8814221 0.2322509 0.8724635 0.2267198 0.8637844 0.2363043 0.8662546 0.2435147 0.8924054 0.2434348 0.890253 0.2524875 0.9017966 0.2362424 0.8814221 0.2434348 0.890253 0.2348736 0.8822363 0.2438421 0.8885806 0.2434348 0.890253 0.2382879 0.8812108 0.2492108 0.8964723 0.2434348 0.890253 0.2475796 0.8931065 0.2077316 0.8328166 0.2045289 0.8333892 0.2030736 0.8271362 0.2048155 0.8184103 0.2066079 0.8258026 0.2011498 0.8203474 0.2119353 0.8270292 0.2066079 0.8258026 0.2108892 0.8174191 0.1989977 0.8282854 0.1965749 0.8220335 0.1986302 0.821378 0.1986302 0.821378 0.2011498 0.8203474 0.2030736 0.8271362 0.1777886 0.8319689 0.1798084 0.8324244 0.1775343 0.8355883 0.1777886 0.8319689 0.1777561 0.8248228 0.1798496 0.8258108 0.1815533 0.8330428 0.1798084 0.8324244 0.1815656 0.8269193 0.1815533 0.8330428 0.1807388 0.8381859 0.1789703 0.8371551 0.1711067 0.8111963 0.1746032 0.8129751 0.1711584 0.8234686 0.1711067 0.8111963 0.1710229 0.7994627 0.1744059 0.8007148 0.1774317 0.8139609 0.1746032 0.8129751 0.1770123 0.8017076 0.1774317 0.8139609 0.1777561 0.8248228 0.1748307 0.824083 0.1630709 0.8038592 0.1672515 0.8077966 0.162959 0.8103636 0.1630709 0.8038592 0.1630386 0.7960584 0.1671888 0.7978414 0.1711067 0.8111963 0.1672515 0.8077966 0.1710229 0.7994627 0.1711067 0.8111963 0.1711584 0.8234686 0.1672579 0.816049 0.2048155 0.8184103 0.2011498 0.8203474 0.1995542 0.8134471 0.2009186 0.8033305 0.2028355 0.8113958 0.1978608 0.8051858 0.2009186 0.8033305 0.2045517 0.8005902 0.2068526 0.8084749 0.2068526 0.8084749 0.2108892 0.8174191 0.2048155 0.8184103 0.2157429 0.8124619 0.2108892 0.8174191 0.2068526 0.8084749 0.2089161 0.797118 0.211639 0.8048632 0.2045517 0.8005902 0.2204542 0.7999497 0.217433 0.8012222 0.2175792 0.7927352 0.1986302 0.821378 0.1965749 0.8220335 0.194756 0.8153879 0.1952224 0.8060027 0.1978608 0.8051858 0.1995542 0.8134471 0.1986302 0.821378 0.1969755 0.8144497 0.2011498 0.8203474 0.1774317 0.8139609 0.1792826 0.8149821 0.1777561 0.8248228 0.1774317 0.8139609 0.1770123 0.8017076 0.1785169 0.8025512 0.1807761 0.8167868 0.1792826 0.8149821 0.1799974 0.804558 0.1807761 0.8167868 0.1815656 0.8269193 0.1798496 0.8258108 0.1710569 0.7882803 0.1742666 0.7894249 0.1710229 0.7994627 0.1710569 0.7882803 0.1715473 0.7762919 0.1747238 0.7775255 0.1766951 0.7903869 0.1742666 0.7894249 0.1770977 0.7784979 0.1766951 0.7903869 0.1770123 0.8017076 0.1744059 0.8007148 0.1634939 0.7858279 0.1674463 0.7869885 0.1630386 0.7960584 0.1634939 0.7858279 0.1640731 0.7738363 0.167969 0.774827 0.1710569 0.7882803 0.1674463 0.7869885 0.1715473 0.7762919 0.1710569 0.7882803 0.1710229 0.7994627 0.1671888 0.7978414 0.2009186 0.8033305 0.1978608 0.8051858 0.1956439 0.7943139 0.1985996 0.7808404 0.199316 0.7927857 0.1941937 0.781857 0.1985996 0.7808404 0.203006 0.7795672 0.2032523 0.7906554 0.2009186 0.8033305 0.199316 0.7927857 0.2045517 0.8005902 0.2089161 0.797118 0.2045517 0.8005902 0.2032523 0.7906554 0.206275 0.7786049 0.2070127 0.788284 0.203006 0.7795672 0.1909263 0.7820493 0.1941937 0.781857 0.1956439 0.7943139 0.1952224 0.8060027 0.1926767 0.7948791 0.1978608 0.8051858 0.183685 0.79495 0.1898905 0.7950063 0.185123 0.8063042 0.1766951 0.7903869 0.1779622 0.791131 0.1770123 0.8017076 0.1766951 0.7903869 0.1770977 0.7784979 0.1782684 0.7791793 0.1790787 0.7920715 0.1779622 0.791131 0.1791679 0.7797757 0.1790787 0.7920715 0.1799974 0.804558 0.1785169 0.8025512 0.1790787 0.7920715 0.1810551 0.7936224 0.1799974 0.804558 0.1790787 0.7920715 0.1791679 0.7797757 0.1807284 0.7804936 0.183685 0.79495 0.1810551 0.7936224 0.1828477 0.7811471 0.183685 0.79495 0.185123 0.8063042 0.1822799 0.8046151 0.1728323 0.7621403 0.1763159 0.7634365 0.1715473 0.7762919 0.1728323 0.7621403 0.1748942 0.7469474 0.1788659 0.748286 0.1788383 0.7645393 0.1763159 0.7634365 0.1817183 0.7494904 0.1788383 0.7645393 0.1770977 0.7784979 0.1747238 0.7775255 0.1644124 0.7607528 0.1687017 0.7609458 0.1640731 0.7738363 0.1700957 0.7460089 0.1687017 0.7609458 0.163844 0.7460407 0.1728323 0.7621403 0.1687017 0.7609458 0.1748942 0.7469474 0.1728323 0.7621403 0.1715473 0.7762919 0.167969 0.774827 0.1985996 0.7808404 0.1941937 0.781857 0.1948005 0.7688407 0.2017964 0.7557898 0.1993416 0.7685738 0.1973662 0.755361 0.1985996 0.7808404 0.1993416 0.7685738 0.203006 0.7795672 0.206275 0.7786049 0.203006 0.7795672 0.2038641 0.7682222 0.1941742 0.7544986 0.1973662 0.755361 0.1948005 0.7688407 0.1909263 0.7820493 0.1915595 0.7684842 0.1941937 0.781857 0.1788383 0.7645393 0.1800855 0.7651537 0.1770977 0.7784979 0.1788383 0.7645393 0.1817183 0.7494904 0.1831588 0.7500256 0.1809354 0.765555 0.1800855 0.7651537 0.1840472 0.7503337 0.1809354 0.765555 0.1791679 0.7797757 0.1782684 0.7791793 0.1809354 0.765555 0.1822655 0.7660188 0.1791679 0.7797757 0.1809354 0.765555 0.1840472 0.7503337 0.1852432 0.7508566 0.1840847 0.7665527 0.1822655 0.7660188 0.1868816 0.7515709 0.1840847 0.7665527 0.1828477 0.7811471 0.1807284 0.7804936 0.177715 0.7318345 0.1821969 0.733202 0.1748942 0.7469474 0.1855394 0.73433 0.1817183 0.7494904 0.1788659 0.748286 0.1700957 0.7460089 0.163844 0.7460407 0.1674315 0.7303951 0.177715 0.7318345 0.1748942 0.7469474 0.1700957 0.7460089 0.2017964 0.7557898 0.1973662 0.755361 0.2017928 0.741514 0.1955416 0.7391216 0.1983684 0.7404073 0.1916185 0.7534477 0.2017928 0.741514 0.1973662 0.755361 0.1941742 0.7544986 0.1855394 0.73433 0.1872334 0.734766 0.1817183 0.7494904 0.1881695 0.735036 0.1840472 0.7503337 0.1831588 0.7500256 0.1881695 0.735036 0.1892387 0.7356662 0.1840472 0.7503337 0.1907242 0.7366064 0.1868816 0.7515709 0.1852432 0.7508566 0.1630709 0.8038592 0.1585977 0.8004674 0.1630386 0.7960584 0.1630709 0.8038592 0.162959 0.8103636 0.1583515 0.8047235 0.1546001 0.7978708 0.1585977 0.8004674 0.1536408 0.8009955 0.1546001 0.7978708 0.1543667 0.7924878 0.1587075 0.7943219 0.1555546 0.7837532 0.1592591 0.785077 0.1543667 0.7924878 0.1555546 0.7837532 0.156309 0.7746527 0.1599439 0.7740257 0.1634939 0.7858279 0.1592591 0.785077 0.1640731 0.7738363 0.1634939 0.7858279 0.1630386 0.7960584 0.1587075 0.7943219 0.1599661 0.7537802 0.163844 0.7460407 0.1644124 0.7607528 0.1599439 0.7740257 0.1604533 0.7624613 0.1640731 0.7738363 0.1599439 0.7740257 0.156309 0.7746527 0.1570489 0.7654535 0.1599661 0.7537802 0.1604533 0.7624613 0.1571009 0.758334 0.1774921 0.7062268 0.1833841 0.7071899 0.177715 0.7318345 0.1774921 0.7062268 0.1726026 0.7306801 0.1705781 0.7061061 0.1855394 0.73433 0.1821969 0.733202 0.1923338 0.709353 0.177715 0.7318345 0.1833841 0.7071899 0.1884843 0.708361 0.07349789 0.710686 0.07464766 0.7100617 0.08218324 0.7350154 0.07349789 0.710686 0.08111399 0.7356449 0.07204717 0.711596 0.08481341 0.7343106 0.08311945 0.7347459 0.07802796 0.7093341 0.08218324 0.7350154 0.07464766 0.7100617 0.07588785 0.7097589 0.2101312 0.8562504 0.2148846 0.8643411 0.212714 0.8652287 0.2062659 0.857773 0.2079344 0.8569981 0.2113713 0.868349 0.2062659 0.857773 0.2027201 0.8499996 0.2056901 0.8504677 0.2101312 0.8562504 0.2079344 0.8569981 0.2080328 0.8515147 0.1583293 0.8860449 0.1571592 0.8824668 0.1604593 0.8769418 0.1547912 0.8858107 0.1571592 0.8824668 0.155029 0.8980352 0.1582643 0.8749458 0.1571592 0.8824668 0.1556919 0.8735786 0.1626122 0.8797276 0.1651735 0.8804097 0.1641258 0.8842044 0.1590148 0.8956149 0.1608464 0.8856857 0.1628565 0.8924071 0.1590148 0.8956149 0.155029 0.8980352 0.1583293 0.8860449 0.1583293 0.8860449 0.1604593 0.8769418 0.1626122 0.8797276 0.2011958 0.8580178 0.2010806 0.8649493 0.1998627 0.8583526 0.2027233 0.8637391 0.2010806 0.8649493 0.2020776 0.8591928 0.2010836 0.8733574 0.2010806 0.8649493 0.2045701 0.8734538 0.2010836 0.8733574 0.1973301 0.8746395 0.1991274 0.8655769 0.2029688 0.8557893 0.2024758 0.8562383 0.2017192 0.8531292 0.2012341 0.8504715 0.2021841 0.852338 0.2007642 0.8518173 0.2032946 0.8538004 0.2021841 0.852338 0.2027201 0.8499996 0.2029688 0.8557893 0.2021841 0.852338 0.2037218 0.8564031 0.2003576 0.8541052 0.2007642 0.8518173 0.2017192 0.8531292 0.2017192 0.8531292 0.2024758 0.8562383 0.2022265 0.8569834 0.2011958 0.8580178 0.2013992 0.8545501 0.2020776 0.8591928 0.2003576 0.8541052 0.2013992 0.8545501 0.1998627 0.8583526 0.2280227 0.8269922 0.2326876 0.8278163 0.2308615 0.8395734 0.2326876 0.8278163 0.2280227 0.8269922 0.2268197 0.8199794 0.2032946 0.8538004 0.2055512 0.8591402 0.2037218 0.8564031 0.2062659 0.857773 0.2055512 0.8591402 0.2027201 0.8499996 0.2083809 0.8664187 0.2055512 0.8591402 0.2113713 0.868349 0.2083809 0.8664187 0.2074087 0.8670515 0.2051592 0.8605139 0.2069303 0.8433231 0.205807 0.8465782 0.2041253 0.8429701 0.2087956 0.8488251 0.205807 0.8465782 0.2110784 0.8458872 0.2087956 0.8488251 0.2080328 0.8515147 0.2056901 0.8504677 0.2032295 0.8462069 0.205807 0.8465782 0.2027201 0.8499996 0.1890723 0.8573842 0.1870818 0.8579983 0.1871586 0.8541701 0.1894009 0.8497996 0.1891824 0.8536928 0.1873919 0.8499341 0.1911818 0.8536463 0.1891824 0.8536928 0.1914175 0.8501073 0.1890723 0.8573842 0.1891824 0.8536928 0.1910392 0.8572315 0.1911818 0.8536463 0.1936396 0.8541311 0.1910392 0.8572315 0.1911818 0.8536463 0.1914175 0.8501073 0.1938634 0.8508294 0.1962074 0.8545554 0.1936396 0.8541311 0.1964471 0.8514695 0.1962074 0.8545554 0.1959863 0.858502 0.1934851 0.8578256 0.1890723 0.8573842 0.1891083 0.8607514 0.1870818 0.8579983 0.1890723 0.8573842 0.1910392 0.8572315 0.1909942 0.8606933 0.1893821 0.8639098 0.1891083 0.8607514 0.1910124 0.8632622 0.1893821 0.8639098 0.1871436 0.8646548 0.187175 0.8614146 0.1957663 0.8633655 0.1934031 0.8617739 0.1959863 0.858502 0.1957663 0.8633655 0.194401 0.8677151 0.1925257 0.8651118 0.1909942 0.8606933 0.1934031 0.8617739 0.1910124 0.8632622 0.1909942 0.8606933 0.1910392 0.8572315 0.1934851 0.8578256 0.1907441 0.8701198 0.1899852 0.8669751 0.194401 0.8677151 0.1907441 0.8701198 0.1854029 0.8724699 0.1866928 0.8679553 0.1893821 0.8639098 0.1899852 0.8669751 0.1871436 0.8646548 0.1893821 0.8639098 0.1910124 0.8632622 0.1925257 0.8651118 0.1798493 0.8627122 0.1780921 0.8652719 0.1775774 0.8609136 0.1799883 0.8532263 0.1796432 0.8585957 0.1771572 0.854369 0.1799883 0.8532263 0.1824094 0.8516297 0.1819902 0.8563687 0.1798493 0.8627122 0.1796432 0.8585957 0.181997 0.8602082 0.1845656 0.8587883 0.181997 0.8602082 0.1819902 0.8563687 0.1849694 0.8505381 0.1846283 0.8549777 0.1824094 0.8516297 0.1849694 0.8505381 0.1873919 0.8499341 0.1871586 0.8541701 0.1845656 0.8587883 0.1846283 0.8549777 0.1870818 0.8579983 0.1845656 0.8587883 0.1870818 0.8579983 0.187175 0.8614146 0.1844171 0.8653411 0.1846237 0.8621494 0.1871436 0.8646548 0.1844171 0.8653411 0.1824847 0.8657446 0.182076 0.8635287 0.1845656 0.8587883 0.1846237 0.8621494 0.181997 0.8602082 0.1818103 0.8724219 0.1835599 0.8686435 0.1854029 0.8724699 0.1818103 0.8724219 0.1796621 0.8714457 0.1811817 0.868285 0.1844171 0.8653411 0.1835599 0.8686435 0.1824847 0.8657446 0.1844171 0.8653411 0.1871436 0.8646548 0.1866928 0.8679553 0.1811817 0.868285 0.1796621 0.8714457 0.1786049 0.8689224 0.1798493 0.8627122 0.1801535 0.8661249 0.1780921 0.8652719 0.1798493 0.8627122 0.181997 0.8602082 0.182076 0.8635287 0.1811817 0.868285 0.1801535 0.8661249 0.1824847 0.8657446 0.1799883 0.8532263 0.1771572 0.854369 0.1791223 0.845377 0.1791223 0.845377 0.1807388 0.8381859 0.1827937 0.8389006 0.1827937 0.8389006 0.1848256 0.8393975 0.1836081 0.8456111 0.1799883 0.8532263 0.1813381 0.8460545 0.1824094 0.8516297 0.1849694 0.8505381 0.1824094 0.8516297 0.1836081 0.8456111 0.1865251 0.8397748 0.1857463 0.8452901 0.1848256 0.8393975 0.1877683 0.8452947 0.1857463 0.8452901 0.1881715 0.8404275 0.1849694 0.8505381 0.1857463 0.8452901 0.1873919 0.8499341 0.1815533 0.8330428 0.1834565 0.8335846 0.1807388 0.8381859 0.1815533 0.8330428 0.1815656 0.8269193 0.1833586 0.8280208 0.1853016 0.8340735 0.1834565 0.8335846 0.1851008 0.8289238 0.1853016 0.8340735 0.1848256 0.8393975 0.1827937 0.8389006 0.1853016 0.8340735 0.1868718 0.8345332 0.1848256 0.8393975 0.1853016 0.8340735 0.1851008 0.8289238 0.1866645 0.829437 0.1884851 0.8355082 0.1868718 0.8345332 0.1886714 0.8297863 0.1884851 0.8355082 0.1881715 0.8404275 0.1865251 0.8397748 0.192125 0.8242122 0.1886714 0.8297863 0.1872041 0.8238409 0.1896346 0.816553 0.1905044 0.8196004 0.1861317 0.8187225 0.1856883 0.8135526 0.185123 0.8063042 0.1924145 0.8074343 0.1896346 0.816553 0.1861317 0.8187225 0.1856883 0.8135526 0.1943023 0.8228455 0.1925528 0.817246 0.1965749 0.8220335 0.1872041 0.8238409 0.1886714 0.8297863 0.1866645 0.829437 0.1842882 0.823233 0.1857812 0.8243575 0.1851008 0.8289238 0.1842882 0.823233 0.1835992 0.8184784 0.1845844 0.8189032 0.1845844 0.8189032 0.1861317 0.8187225 0.1872041 0.8238409 0.1807761 0.8167868 0.1825323 0.8201232 0.1815656 0.8269193 0.1807761 0.8167868 0.1799974 0.804558 0.1821631 0.8137308 0.1842882 0.823233 0.1825323 0.8201232 0.1835992 0.8184784 0.1842882 0.823233 0.1851008 0.8289238 0.1833586 0.8280208 0.1822799 0.8046151 0.1834368 0.8126823 0.1799974 0.804558 0.1856883 0.8135526 0.1834368 0.8126823 0.185123 0.8063042 0.1856883 0.8135526 0.1861317 0.8187225 0.1845844 0.8189032 0.1821631 0.8137308 0.1834368 0.8126823 0.1835992 0.8184784 0.1877683 0.8452947 0.1896901 0.8458277 0.1873919 0.8499341 0.1877683 0.8452947 0.1881715 0.8404275 0.1900447 0.8417508 0.1917417 0.8467842 0.1896901 0.8458277 0.1921936 0.8435034 0.1917417 0.8467842 0.1914175 0.8501073 0.1894009 0.8497996 0.1917417 0.8467842 0.1941534 0.8480591 0.1914175 0.8501073 0.1917417 0.8467842 0.1921936 0.8435034 0.1946675 0.8454442 0.1967231 0.8491882 0.1941534 0.8480591 0.197278 0.8471092 0.1967231 0.8491882 0.1964471 0.8514695 0.1938634 0.8508294 0.1884851 0.8355082 0.1904594 0.8375428 0.1881715 0.8404275 0.1884851 0.8355082 0.1886714 0.8297863 0.191108 0.8336692 0.1928129 0.8400914 0.1904594 0.8375428 0.1935841 0.8368316 0.1928129 0.8400914 0.1921936 0.8435034 0.1900447 0.8417508 0.1928129 0.8400914 0.1955638 0.8426085 0.1921936 0.8435034 0.1928129 0.8400914 0.1935841 0.8368316 0.1966294 0.8396224 0.1983546 0.8446304 0.1955638 0.8426085 0.1996114 0.8416699 0.1983546 0.8446304 0.197278 0.8471092 0.1946675 0.8454442 0.192125 0.8242122 0.1938513 0.8286615 0.1886714 0.8297863 0.1953901 0.831887 0.1935841 0.8368316 0.191108 0.8336692 0.1989977 0.8282854 0.1963918 0.8282077 0.1965749 0.8220335 0.2007875 0.8337781 0.1996114 0.8416699 0.1966294 0.8396224 0.1953901 0.831887 0.1978363 0.8329169 0.1935841 0.8368316 0.1687799 0.8455834 0.1686134 0.8522219 0.1668422 0.8525565 0.1668422 0.8525565 0.1650389 0.8528152 0.1654464 0.8454505 0.1654464 0.8454505 0.16488 0.8372365 0.1670399 0.8380952 0.1687799 0.8455834 0.1671348 0.8452252 0.1687934 0.8390663 0.1687799 0.8455834 0.1687934 0.8390663 0.1706141 0.8391615 0.1724243 0.8465732 0.1706689 0.8453227 0.1729587 0.8399998 0.1724243 0.8465732 0.1718233 0.8507347 0.1705914 0.8513155 0.1705914 0.8513155 0.1686134 0.8522219 0.1687799 0.8455834 0.1702253 0.8605566 0.1704088 0.8565761 0.1725187 0.8600161 0.1702253 0.8605566 0.1679922 0.8621232 0.1682668 0.8579528 0.1705914 0.8513155 0.1704088 0.8565761 0.1686134 0.8522219 0.1705914 0.8513155 0.1718233 0.8507347 0.1722733 0.8546053 0.1628403 0.8421407 0.16488 0.8372365 0.1654464 0.8454505 0.1629647 0.8534941 0.1634272 0.8474622 0.1650389 0.8528152 0.1629647 0.8534941 0.1601789 0.8542174 0.1605619 0.8496013 0.1628403 0.8421407 0.1634272 0.8474622 0.1601404 0.8450924 0.1511761 0.8483828 0.1563348 0.8502092 0.1509233 0.8534212 0.1511761 0.8483828 0.1510493 0.8445176 0.1559739 0.8459312 0.1559739 0.8459312 0.1601404 0.8450924 0.1605619 0.8496013 0.1562407 0.8546093 0.1563348 0.8502092 0.1601789 0.8542174 0.1706141 0.8391615 0.1687934 0.8390663 0.1686812 0.833699 0.1693607 0.8277115 0.1703999 0.8333961 0.1682382 0.8294236 0.1693607 0.8277115 0.1711584 0.8234686 0.1723537 0.8323602 0.1706141 0.8391615 0.1703999 0.8333961 0.1729587 0.8399998 0.1777886 0.8319689 0.1750602 0.831916 0.1777561 0.8248228 0.175697 0.8376185 0.1750602 0.831916 0.1775343 0.8355883 0.175697 0.8376185 0.1729587 0.8399998 0.1723537 0.8323602 0.1723537 0.8323602 0.1711584 0.8234686 0.1748307 0.824083 0.1686812 0.833699 0.1687934 0.8390663 0.1670399 0.8380952 0.1643285 0.8294432 0.1666802 0.8319444 0.16488 0.8372365 0.1643285 0.8294432 0.163724 0.8229432 0.1664719 0.8265759 0.1686812 0.833699 0.1666802 0.8319444 0.1682382 0.8294236 0.1693607 0.8277115 0.1682382 0.8294236 0.1664719 0.8265759 0.1636475 0.817346 0.1668313 0.8217931 0.163724 0.8229432 0.1636475 0.817346 0.162959 0.8103636 0.1672579 0.816049 0.1693607 0.8277115 0.1668313 0.8217931 0.1711584 0.8234686 0.1539088 0.8054566 0.1500033 0.80449 0.1536408 0.8009955 0.1539088 0.8054566 0.153074 0.809501 0.1496102 0.8084905 0.1496102 0.8084905 0.1472592 0.8085045 0.1465325 0.8058398 0.1495775 0.801201 0.1500033 0.80449 0.1462455 0.8028598 0.1517745 0.8794534 0.1508914 0.8896256 0.1470335 0.8813396 0.1517745 0.8794534 0.1556919 0.8735786 0.1547912 0.8858107 0.1498972 0.903535 0.1508914 0.8896256 0.155029 0.8980352 0.1498972 0.903535 0.1450228 0.9055469 0.1460043 0.8919391 0.1654263 0.8642744 0.1624648 0.8672111 0.1638631 0.8600409 0.1668422 0.8525565 0.1660393 0.8593111 0.1650389 0.8528152 0.1668422 0.8525565 0.1686134 0.8522219 0.1682668 0.8579528 0.1654263 0.8642744 0.1660393 0.8593111 0.1679922 0.8621232 0.1629647 0.8534941 0.1650389 0.8528152 0.1638631 0.8600409 0.1638631 0.8600409 0.1624648 0.8672111 0.1605474 0.8650938 0.1594532 0.8588892 0.1618755 0.8595327 0.1585415 0.8633856 0.1629647 0.8534941 0.1618755 0.8595327 0.1601789 0.8542174 0.1668811 0.8920536 0.1654629 0.9057925 0.1628565 0.8924071 0.1668811 0.8920536 0.171912 0.892659 0.1700693 0.9056454 0.1656422 0.9201397 0.1654629 0.9057925 0.1695016 0.9153644 0.1656422 0.9201397 0.1611176 0.927718 0.1615163 0.9077311 0.1507145 0.840901 0.1548764 0.8416934 0.1510493 0.8445176 0.1507145 0.840901 0.150467 0.838029 0.1537075 0.8382851 0.1584525 0.8407418 0.1548764 0.8416934 0.1565005 0.8373541 0.1584525 0.8407418 0.1601404 0.8450924 0.1559739 0.8459312 0.1628403 0.8421407 0.1601404 0.8450924 0.1584525 0.8407418 0.1583502 0.8357397 0.1607809 0.8382332 0.1565005 0.8373541 0.1583502 0.8357397 0.1591934 0.832507 0.1618274 0.833908 0.1628403 0.8421407 0.1607809 0.8382332 0.16488 0.8372365 0.143984 0.8332964 0.1466289 0.8381778 0.1427538 0.8345143 0.143984 0.8332964 0.1452288 0.8322739 0.1472746 0.836082 0.1507145 0.840901 0.1466289 0.8381778 0.150467 0.838029 0.1507145 0.840901 0.1510493 0.8445176 0.1460755 0.840712 0.1427858 0.8259244 0.1443868 0.8174613 0.1458827 0.818524 0.1454278 0.8264347 0.1441446 0.8260302 0.1472094 0.8207219 0.1454278 0.8264347 0.1452288 0.8322739 0.143984 0.8332964 0.143984 0.8332964 0.1427538 0.8345143 0.1427858 0.8259244 0.1454278 0.8264347 0.1472094 0.8207219 0.1479048 0.822017 0.1478496 0.8282612 0.1467727 0.8273484 0.1488199 0.8241034 0.1478496 0.8282612 0.1476143 0.8318431 0.1465413 0.8318997 0.1454278 0.8264347 0.1467727 0.8273484 0.1452288 0.8322739 0.1472746 0.836082 0.1452288 0.8322739 0.1465413 0.8318997 0.1488493 0.8342735 0.1481114 0.8348908 0.1476143 0.8318431 0.1488493 0.8342735 0.1508442 0.8355537 0.150602 0.8363975 0.150602 0.8363975 0.150467 0.838029 0.1472746 0.836082 0.1526771 0.8187273 0.1573929 0.819915 0.1556658 0.8233787 0.1556658 0.8233787 0.1549463 0.8257135 0.1520573 0.8244715 0.1520573 0.8244715 0.1482686 0.8242777 0.1475487 0.8221384 0.1526771 0.8187273 0.1521212 0.8220242 0.1472094 0.8207219 0.1572592 0.8322982 0.1571549 0.8276705 0.1591934 0.832507 0.1572592 0.8322982 0.1560196 0.8325669 0.1560357 0.8290517 0.1556658 0.8233787 0.1571549 0.8276705 0.1549463 0.8257135 0.1556658 0.8233787 0.1573929 0.819915 0.1589667 0.8267207 0.1552867 0.8357338 0.1566494 0.8346603 0.1565005 0.8373541 0.1552867 0.8357338 0.154599 0.8351278 0.1555917 0.8343403 0.1572592 0.8322982 0.1566494 0.8346603 0.1560196 0.8325669 0.1572592 0.8322982 0.1591934 0.832507 0.1583502 0.8357397 0.150602 0.8363975 0.1531324 0.8364957 0.150467 0.838029 0.150602 0.8363975 0.1508442 0.8355537 0.1528887 0.8356854 0.1552867 0.8357338 0.1531324 0.8364957 0.154599 0.8351278 0.1552867 0.8357338 0.1565005 0.8373541 0.1537075 0.8382851 0.1554697 0.8325985 0.155523 0.8295598 0.1560196 0.8325669 0.1553133 0.8296314 0.155523 0.8295598 0.1552647 0.8325114 0.1546033 0.8266369 0.155523 0.8295598 0.1544485 0.8268546 0.1546033 0.8266369 0.1549463 0.8257135 0.1560357 0.8290517 0.1457725 0.8116442 0.1443868 0.8174613 0.1428033 0.8166772 0.1437466 0.8073484 0.1443543 0.8099451 0.141001 0.8140439 0.1437466 0.8073484 0.1462455 0.8028598 0.1465325 0.8058398 0.1457725 0.8116442 0.1443543 0.8099451 0.1472592 0.8085045 0.1414855 0.8354746 0.1393712 0.837287 0.1394073 0.8258611 0.1394073 0.8258611 0.141001 0.8140439 0.1428033 0.8166772 0.1427858 0.8259244 0.1412141 0.8259072 0.1443868 0.8174613 0.1414855 0.8354746 0.1412141 0.8259072 0.1427538 0.8345143 0.2119353 0.8270292 0.2108892 0.8174191 0.2206358 0.8278812 0.2275065 0.8440206 0.2195071 0.8339001 0.2308615 0.8395734 0.2280227 0.8269922 0.2308615 0.8395734 0.2206358 0.8278812 0.2157429 0.8124619 0.2217893 0.8208562 0.2108892 0.8174191 0.2280227 0.8269922 0.2217893 0.8208562 0.2268197 0.8199794 0.1448117 0.9257545 0.1492434 0.9208018 0.1457951 0.9495343 0.1498972 0.903535 0.1492434 0.9208018 0.1450228 0.9055469 0.1498972 0.903535 0.155029 0.8980352 0.1534441 0.9145155 0.1503321 0.9352075 0.1492434 0.9208018 0.1531402 0.9259234 0.1738851 0.8684216 0.1753835 0.8678005 0.1757402 0.8719251 0.1757402 0.8719251 0.1753677 0.8767507 0.1736823 0.8747655 0.1727775 0.8713572 0.1741551 0.8718312 0.1725447 0.8735758 0.1727775 0.8713572 0.1725488 0.868861 0.1738851 0.8684216 0.1717242 0.8692572 0.1725488 0.868861 0.1727775 0.8713572 0.1727775 0.8713572 0.1725447 0.8735758 0.1718568 0.8731521 0.1718568 0.8731521 0.1714379 0.8731015 0.1714782 0.8713303 0.1717242 0.8692572 0.1719616 0.8712363 0.171215 0.869647 0.1702253 0.8605566 0.1701449 0.8627097 0.1679922 0.8621232 0.1702253 0.8605566 0.1725187 0.8600161 0.1718838 0.8628084 0.1699359 0.8640934 0.1701449 0.8627097 0.1714823 0.8643266 0.1699359 0.8640934 0.1681686 0.8650507 0.1680416 0.8640798 0.1718838 0.8628084 0.1725187 0.8600161 0.1742905 0.8638672 0.1738851 0.8684216 0.1731293 0.8650632 0.1753835 0.8678005 0.1738851 0.8684216 0.1725488 0.868861 0.1722269 0.8662316 0.1718838 0.8628084 0.1731293 0.8650632 0.1714823 0.8643266 0.1711402 0.8664951 0.1714823 0.8643266 0.1722269 0.8662316 0.1717242 0.8692572 0.1715109 0.8674384 0.1725488 0.868861 0.1717242 0.8692572 0.171215 0.869647 0.1709615 0.8684936 0.1711402 0.8664951 0.1715109 0.8674384 0.1708322 0.8677539 0.1658495 0.8783098 0.1651735 0.8804097 0.1626122 0.8797276 0.162674 0.8745535 0.1639074 0.8768572 0.1604593 0.8769418 0.162674 0.8745535 0.1639403 0.8734397 0.1647208 0.8755527 0.1658495 0.8783098 0.1639074 0.8768572 0.1661952 0.8770045 0.1656563 0.8691823 0.166257 0.8694619 0.1656015 0.8707391 0.1647391 0.8725755 0.1649564 0.8708691 0.1653226 0.8723064 0.1647391 0.8725755 0.1639403 0.8734397 0.1639993 0.8712016 0.1656563 0.8691823 0.1649564 0.8708691 0.1648235 0.8689464 0.1637137 0.8688905 0.1648235 0.8689464 0.1639993 0.8712016 0.162674 0.8745535 0.1626567 0.8717812 0.1639403 0.8734397 0.162674 0.8745535 0.1604593 0.8769418 0.161067 0.8716107 0.161067 0.8716107 0.1624648 0.8672111 0.1637137 0.8688905 0.1663389 0.8667822 0.1657033 0.8662317 0.1681686 0.8650507 0.1637137 0.8688905 0.1657033 0.8662317 0.1648235 0.8689464 0.1654263 0.8642744 0.1657033 0.8662317 0.1624648 0.8672111 0.1654263 0.8642744 0.1679922 0.8621232 0.1680416 0.8640798 0.1729186 0.8793149 0.1722095 0.8766984 0.1753677 0.8767507 0.1729186 0.8793149 0.1704949 0.880328 0.170169 0.877872 0.171482 0.8753725 0.1722095 0.8766984 0.1698994 0.8766819 0.171482 0.8753725 0.1725447 0.8735758 0.1736823 0.8747655 0.171482 0.8753725 0.1710433 0.8747811 0.1725447 0.8735758 0.171482 0.8753725 0.1698994 0.8766819 0.1697775 0.8760212 0.1707804 0.8745183 0.1710433 0.8747811 0.169735 0.8755651 0.1707804 0.8745183 0.1714379 0.8731015 0.1718568 0.8731521 0.1678572 0.8806514 0.1679928 0.8785286 0.1704949 0.880328 0.1678572 0.8806514 0.1651735 0.8804097 0.1658495 0.8783098 0.1681068 0.8774383 0.1679928 0.8785286 0.1661952 0.8770045 0.1681068 0.8774383 0.1698994 0.8766819 0.170169 0.877872 0.1660908 0.8747504 0.1667486 0.8753809 0.1661952 0.8770045 0.1660908 0.8747504 0.166037 0.8724411 0.1668111 0.873924 0.1676231 0.8756626 0.1667486 0.8753809 0.1677476 0.8747419 0.1671442 0.8766746 0.1667486 0.8753809 0.1677184 0.8762884 0.1685309 0.8762263 0.1686629 0.8755078 0.169735 0.8755651 0.1685309 0.8762263 0.1677184 0.8762884 0.1676231 0.8756626 0.1687498 0.8748301 0.1686629 0.8755078 0.1677476 0.8747419 0.1687498 0.8748301 0.1696817 0.87443 0.1697034 0.874989 0.1685309 0.8762263 0.1683158 0.8767703 0.1677184 0.8762884 0.1685309 0.8762263 0.169735 0.8755651 0.1697775 0.8760212 0.1681068 0.8774383 0.1683158 0.8767703 0.1698994 0.8766819 0.1681068 0.8774383 0.1661952 0.8770045 0.1671442 0.8766746 0.1699359 0.8640934 0.1714823 0.8643266 0.1702313 0.8660525 0.1685458 0.8673835 0.1693666 0.8657665 0.1690934 0.8679531 0.1685458 0.8673835 0.1679643 0.8672835 0.1681267 0.866264 0.1699359 0.8640934 0.1693666 0.8657665 0.1681686 0.8650507 0.1702313 0.8660525 0.1704306 0.8671422 0.1690934 0.8679531 0.1702313 0.8660525 0.1714823 0.8643266 0.1711402 0.8664951 0.170396 0.8684042 0.1704306 0.8671422 0.1708322 0.8677539 0.170396 0.8684042 0.1700153 0.8691192 0.1697263 0.8683932 0.1751187 0.8473201 0.1736688 0.851465 0.1729587 0.8399998 0.174692 0.8575994 0.1736688 0.851465 0.1771572 0.854369 0.174692 0.8575994 0.1725187 0.8600161 0.1722733 0.8546053 0.1724243 0.8465732 0.1736688 0.851465 0.1718233 0.8507347 0.1791223 0.845377 0.1771572 0.854369 0.1751187 0.8473201 0.175697 0.8376185 0.1771465 0.8423352 0.1729587 0.8399998 0.175697 0.8376185 0.1775343 0.8355883 0.1789703 0.8371551 0.1791223 0.845377 0.1771465 0.8423352 0.1807388 0.8381859 0.1818103 0.8724219 0.1854029 0.8724699 0.1808134 0.8791899 0.1808134 0.8791899 0.177313 0.8848469 0.1757945 0.8812457 0.1777505 0.8744038 0.1789262 0.8770415 0.1753677 0.8767507 0.1777505 0.8744038 0.1796621 0.8714457 0.1818103 0.8724219 0.1808134 0.8791899 0.1835197 0.8812205 0.177313 0.8848469 0.1808134 0.8791899 0.1854029 0.8724699 0.1868278 0.8761634 0.1872425 0.8825253 0.1835197 0.8812205 0.1885777 0.8786237 0.1811861 0.8870117 0.1835197 0.8812205 0.1863738 0.8880867 0.1656563 0.8691823 0.1648235 0.8689464 0.1663389 0.8667822 0.1663389 0.8667822 0.1681686 0.8650507 0.1681267 0.866264 0.1671847 0.8682129 0.1668015 0.8675249 0.1679643 0.8672835 0.1671847 0.8682129 0.166257 0.8694619 0.1656563 0.8691823 0.1655247 0.8744257 0.1657012 0.8738591 0.1661952 0.8770045 0.1656616 0.8721169 0.1657012 0.8738591 0.1653226 0.8723064 0.1660908 0.8747504 0.1657012 0.8738591 0.166037 0.8724411 0.1647391 0.8725755 0.1653226 0.8723064 0.1655247 0.8744257 0.1655247 0.8744257 0.1661952 0.8770045 0.1647208 0.8755527 0.1647391 0.8725755 0.1650415 0.8742923 0.1639403 0.8734397 0.1433057 0.9769489 0.1416684 0.9810178 0.1396555 0.9774569 0.1406763 0.9723222 0.1413294 0.9754514 0.1391036 0.9732936 0.1406763 0.9723222 0.1420257 0.9711773 0.1426535 0.9732713 0.1433057 0.9769489 0.1413294 0.9754514 0.144339 0.9739603 0.1426535 0.9732713 0.1437779 0.971215 0.144339 0.9739603 0.1432864 0.9698119 0.1437779 0.971215 0.1420257 0.9711773 0.1432864 0.9698119 0.1445068 0.9682537 0.1448255 0.9691916 0.1448255 0.9691916 0.1457418 0.9691932 0.1450886 0.9714377 0.1529932 0.9508172 0.151546 0.955819 0.1457951 0.9495343 0.1549889 0.9583728 0.151546 0.955819 0.1583065 0.9551279 0.1503978 0.9578678 0.151546 0.955819 0.1528232 0.9598143 0.1503978 0.9578678 0.147094 0.958367 0.1468721 0.9565415 0.1503978 0.9578678 0.1497228 0.9592921 0.147094 0.958367 0.1503978 0.9578678 0.1528232 0.9598143 0.1513139 0.9607164 0.1492909 0.9602517 0.1497228 0.9592921 0.1502315 0.9612314 0.1492909 0.9602517 0.1478316 0.9605707 0.1474645 0.9596681 0.4767801 0.342927 0.4789195 0.348309 0.4792149 0.3479678 0.4826313 0.350161 0.486236 0.3497358 0.4909438 0.3380269 0.4911271 0.3243906 0.4871635 0.3363816 0.4951133 0.3274639 0.4911271 0.3243906 0.4869675 0.32118 0.4832196 0.3337933 0.411791 0.461243 0.4071908 0.4616287 0.4068883 0.4459708 0.4106446 0.4245675 0.4112178 0.4429052 0.4065859 0.430313 0.514046 0.2884685 0.5018565 0.2915332 0.5071849 0.2975451 0.5190946 0.3007516 0.5167694 0.2947995 0.5102983 0.3027943 0.5190946 0.3007516 0.5291529 0.3000673 0.5274855 0.2936503 0.514046 0.2884685 0.5167694 0.2947995 0.5252129 0.2869512 0.1485018 0.9624847 0.1485607 0.9616752 0.1493467 0.961512 0.15004 0.9635803 0.1492202 0.9630405 0.1502315 0.9612314 0.15004 0.9635803 0.1489867 0.9662422 0.1485823 0.9648307 0.1485823 0.9648307 0.1482468 0.9634966 0.1485018 0.9624847 0.147759 0.9643709 0.1482468 0.9634966 0.1485823 0.9648307 0.1473414 0.9681616 0.1475225 0.9662216 0.1489867 0.9662422 0.1473414 0.9681616 0.1457418 0.9691932 0.1464862 0.9670394 0.147759 0.9643709 0.1475225 0.9662216 0.1472761 0.9649309 0.1457353 0.9665302 0.1458491 0.9653939 0.1469679 0.9647239 0.1457353 0.9665302 0.1445068 0.9682537 0.1447004 0.9664766 0.1462942 0.963931 0.1458491 0.9653939 0.145367 0.9642885 0.1462942 0.963931 0.1472157 0.96353 0.1470024 0.9642458 0.1476842 0.9625399 0.1472157 0.96353 0.1462942 0.963931 0.1462942 0.963931 0.145367 0.9642885 0.1464672 0.962118 0.1480429 0.9612004 0.1471045 0.9623709 0.1478316 0.9605707 0.1480429 0.9612004 0.1481763 0.9616935 0.1476842 0.9625399 0.1428887 0.9835194 0.1476017 0.9799146 0.1441001 0.9854156 0.1468801 0.9778754 0.1476017 0.9799146 0.1416684 0.9810178 0.1468801 0.9778754 0.1516454 0.9727345 0.1523417 0.9749544 0.1488415 0.9819773 0.1476017 0.9799146 0.153394 0.977575 0.1573952 0.9725016 0.153394 0.977575 0.1523417 0.9749544 0.1557688 0.9653113 0.1564997 0.9685122 0.1516454 0.9727345 0.1557688 0.9653113 0.1583065 0.9551279 0.1600292 0.9603008 0.1573952 0.9725016 0.1564997 0.9685122 0.1612937 0.9659853 0.145291 0.9877251 0.1503895 0.9846107 0.1464808 0.9900235 0.1488415 0.9819773 0.1503895 0.9846107 0.1441001 0.9854156 0.1488415 0.9819773 0.153394 0.977575 0.1552039 0.9805337 0.1520412 0.9871718 0.1503895 0.9846107 0.1572391 0.9832773 0.1618365 0.9784861 0.1572391 0.9832773 0.1552039 0.9805337 0.1573952 0.9725016 0.1594679 0.9757997 0.153394 0.977575 0.1573952 0.9725016 0.1612937 0.9659853 0.1637144 0.9696914 0.1618365 0.9784861 0.1594679 0.9757997 0.1663447 0.9722867 0.1589673 0.9852529 0.1636198 0.9806401 0.160542 0.9868443 0.1618365 0.9784861 0.1636198 0.9806401 0.1572391 0.9832773 0.1618365 0.9784861 0.1663447 0.9722867 0.1682378 0.9746386 0.1651105 0.9825279 0.1636198 0.9806401 0.1697623 0.9768688 0.1406763 0.9723222 0.1410651 0.9690635 0.1420257 0.9711773 0.1406763 0.9723222 0.1391036 0.9732936 0.1394649 0.9697393 0.1422484 0.9652273 0.1410651 0.9690635 0.1405794 0.9656249 0.1422484 0.9652273 0.1434106 0.9648392 0.1423695 0.9682803 0.1422484 0.9652273 0.1439785 0.9603655 0.1434106 0.9648392 0.1422484 0.9652273 0.1405794 0.9656249 0.1422871 0.9597813 0.1468721 0.9565415 0.1439785 0.9603655 0.1457951 0.9495343 0.1448752 0.9611128 0.1439785 0.9603655 0.147094 0.958367 0.1432864 0.9698119 0.1435608 0.9674283 0.1445068 0.9682537 0.1432864 0.9698119 0.1420257 0.9711773 0.1423695 0.9682803 0.144428 0.9645587 0.1435608 0.9674283 0.1434106 0.9648392 0.144428 0.9645587 0.145367 0.9642885 0.1447004 0.9664766 0.144428 0.9645587 0.1457144 0.9616978 0.145367 0.9642885 0.144428 0.9645587 0.1434106 0.9648392 0.1448752 0.9611128 0.1448752 0.9611128 0.147094 0.958367 0.1474645 0.9596681 0.1464672 0.962118 0.1457144 0.9616978 0.1478316 0.9605707 0.147168 0.9726424 0.144339 0.9739603 0.1450886 0.9714377 0.1473414 0.9681616 0.1472715 0.9702803 0.1457418 0.9691932 0.1473414 0.9681616 0.1489867 0.9662422 0.1495288 0.9678085 0.147168 0.9726424 0.1472715 0.9702803 0.150178 0.9694226 0.1524065 0.9644063 0.150178 0.9694226 0.1495288 0.9678085 0.15004 0.9635803 0.1510627 0.9640879 0.1489867 0.9662422 0.15004 0.9635803 0.1502315 0.9612314 0.1513139 0.9607164 0.1513139 0.9607164 0.1528232 0.9598143 0.1524065 0.9644063 0.1468801 0.9778754 0.1416684 0.9810178 0.1433057 0.9769489 0.147168 0.9726424 0.1468865 0.9753127 0.144339 0.9739603 0.147168 0.9726424 0.150178 0.9694226 0.1509039 0.9709776 0.1468801 0.9778754 0.1468865 0.9753127 0.1516454 0.9727345 0.1557688 0.9653113 0.1516454 0.9727345 0.1509039 0.9709776 0.1524065 0.9644063 0.1541898 0.9643783 0.150178 0.9694226 0.1549889 0.9583728 0.1541898 0.9643783 0.1528232 0.9598143 0.1549889 0.9583728 0.1583065 0.9551279 0.1557688 0.9653113 0.1576005 0.8674753 0.1558011 0.8664035 0.1585415 0.8633856 0.1576005 0.8674753 0.1556919 0.8735786 0.1540582 0.8691453 0.155753 0.8633635 0.1558011 0.8664035 0.1520871 0.8656645 0.1496343 0.8727495 0.1520871 0.8656645 0.1540582 0.8691453 0.1517745 0.8794534 0.1520944 0.8733986 0.1556919 0.8735786 0.1517745 0.8794534 0.1470335 0.8813396 0.1496343 0.8727495 0.4885192 0.3494563 0.4937776 0.3398992 0.486236 0.3497358 0.4885192 0.3494563 0.490063 0.3496297 0.4958381 0.3421176 0.4985807 0.3309004 0.4937776 0.3398992 0.5013517 0.3347594 0.4985807 0.3309004 0.4951133 0.3274639 0.4909438 0.3380269 0.6001185 0.3415334 0.5909593 0.3346734 0.5893529 0.3363082 0.5995455 0.3441981 0.5996538 0.3427182 0.5884218 0.3382915 0.5995455 0.3441981 0.6114712 0.3492514 0.6110522 0.3476992 0.6001185 0.3415334 0.5996538 0.3427182 0.6107025 0.3463871 0.6213853 0.351 0.6107025 0.3463871 0.6110522 0.3476992 0.6218222 0.3540997 0.6215853 0.3524656 0.6114712 0.3492514 0.6218222 0.3540997 0.6313859 0.3588454 0.6316856 0.3571248 0.6213853 0.351 0.6215853 0.3524656 0.6321174 0.3554925 0.574087 0.3059608 0.5675984 0.2989445 0.5637542 0.3111535 0.5637542 0.3111535 0.5601763 0.3199073 0.5674253 0.3214079 0.5674253 0.3214079 0.574036 0.3244352 0.5763623 0.318701 0.574087 0.3059608 0.5705333 0.3137911 0.5794188 0.3132628 0.5845512 0.3240418 0.5794188 0.3132628 0.5763623 0.318701 0.5804768 0.3308835 0.5821123 0.3272546 0.574036 0.3244352 0.5804768 0.3308835 0.5884218 0.3382915 0.5893529 0.3363082 0.5845512 0.3240418 0.5821123 0.3272546 0.5909593 0.3346734 0.4914495 0.3505632 0.4972988 0.344801 0.490063 0.3496297 0.4914495 0.3505632 0.4927353 0.352306 0.498574 0.3481684 0.5032483 0.3391005 0.4972988 0.344801 0.5048221 0.344131 0.5032483 0.3391005 0.5013517 0.3347594 0.4958381 0.3421176 0.5032483 0.3391005 0.5093987 0.3335233 0.5013517 0.3347594 0.5032483 0.3391005 0.5048221 0.344131 0.5118892 0.3402938 0.5173191 0.328805 0.5093987 0.3335233 0.5202069 0.3368375 0.5173191 0.328805 0.5127863 0.3206617 0.5063421 0.3277093 0.5995455 0.3441981 0.5884218 0.3382915 0.5888418 0.3409717 0.6006712 0.3490032 0.6001502 0.3462678 0.5897052 0.3442214 0.6006712 0.3490032 0.6120448 0.3538897 0.6120287 0.3512838 0.5995455 0.3441981 0.6001502 0.3462678 0.6114712 0.3492514 0.6218222 0.3540997 0.6114712 0.3492514 0.6120287 0.3512838 0.6218956 0.3584979 0.622133 0.3560706 0.6120448 0.3538897 0.6218956 0.3584979 0.630985 0.362967 0.6313502 0.3607429 0.6218222 0.3540997 0.622133 0.3560706 0.6313859 0.3588454 0.5266271 0.3191439 0.5127863 0.3206617 0.5173191 0.328805 0.5302071 0.3339426 0.5285788 0.3256808 0.5202069 0.3368375 0.5402004 0.3244717 0.5285788 0.3256808 0.539982 0.3322414 0.5402004 0.3244717 0.5409295 0.3163143 0.5266271 0.3191439 0.5402004 0.3244717 0.5492067 0.3254987 0.5409295 0.3163143 0.5402004 0.3244717 0.539982 0.3322414 0.5476241 0.3323662 0.5570564 0.327346 0.5492067 0.3254987 0.5549831 0.3334537 0.5570564 0.327346 0.5601763 0.3199073 0.5518205 0.3180389 0.5570564 0.327346 0.5652084 0.3285976 0.5601763 0.3199073 0.5570564 0.327346 0.5549831 0.3334537 0.5639088 0.3346405 0.5639088 0.3346405 0.5730553 0.3365805 0.57317 0.3307613 0.5674253 0.3214079 0.5652084 0.3285976 0.574036 0.3244352 0.5804768 0.3308835 0.574036 0.3244352 0.57317 0.3307613 0.581077 0.3399273 0.580448 0.3353444 0.5730553 0.3365805 0.581077 0.3399273 0.5897052 0.3442214 0.5888418 0.3409717 0.5804768 0.3308835 0.580448 0.3353444 0.5884218 0.3382915 0.4939769 0.3549075 0.5000783 0.3524387 0.4927353 0.352306 0.4939769 0.3549075 0.4953775 0.3601459 0.5016523 0.3591421 0.5016523 0.3591421 0.5082643 0.3581809 0.5066243 0.3500582 0.5066243 0.3500582 0.5048221 0.344131 0.498574 0.3481684 0.5066243 0.3500582 0.5140595 0.3478542 0.5048221 0.344131 0.5155507 0.3573052 0.5140595 0.3478542 0.5082643 0.3581809 0.5223704 0.345676 0.5140595 0.3478542 0.5234923 0.3562937 0.5223704 0.345676 0.5202069 0.3368375 0.5118892 0.3402938 0.6006712 0.3490032 0.5897052 0.3442214 0.5901043 0.3479129 0.5995768 0.3594803 0.600312 0.3524796 0.5896514 0.3544647 0.5995768 0.3594803 0.6091538 0.3634516 0.6108392 0.3571622 0.6006712 0.3490032 0.600312 0.3524796 0.6120448 0.3538897 0.6108392 0.3571622 0.6204878 0.3615009 0.6120448 0.3538897 0.6108392 0.3571622 0.6091538 0.3634516 0.618442 0.3671621 0.629697 0.3656677 0.6204878 0.3615009 0.6275858 0.3707423 0.629697 0.3656677 0.630985 0.362967 0.6218956 0.3584979 0.5223704 0.345676 0.5315436 0.3433728 0.5202069 0.3368375 0.5223704 0.345676 0.5234923 0.3562937 0.5320695 0.3549253 0.540306 0.3411496 0.5315436 0.3433728 0.5411261 0.3524142 0.540306 0.3411496 0.539982 0.3322414 0.5302071 0.3339426 0.3762145 0.2658706 0.3724055 0.2742221 0.3644146 0.2680148 0.3762145 0.2658706 0.3884687 0.2625347 0.3838511 0.2724072 0.3216584 0.2513825 0.3245695 0.244628 0.3349577 0.2553258 0.3421823 0.2666159 0.3326123 0.2601913 0.3443003 0.2621718 0.3421823 0.2666159 0.3443003 0.2621718 0.3539479 0.2665917 0.3539479 0.2665917 0.3644146 0.2680148 0.3614899 0.2744616 0.4911271 0.3243906 0.4939532 0.3159766 0.4869675 0.32118 0.4911271 0.3243906 0.4951133 0.3274639 0.4982061 0.319193 0.4968132 0.3093739 0.4939532 0.3159766 0.5011128 0.3125604 0.4968132 0.3093739 0.4927052 0.3066119 0.4898435 0.3129566 0.4968132 0.3093739 0.5008783 0.3028167 0.4927052 0.3066119 0.4968132 0.3093739 0.5011128 0.3125604 0.5047239 0.3069124 0.5071849 0.2975451 0.5008783 0.3028167 0.5102983 0.3027943 0.5071849 0.2975451 0.5018565 0.2915332 0.4964105 0.299635 0.4779144 0.2911902 0.4710406 0.2907282 0.4746047 0.3008557 0.4746047 0.3008557 0.477154 0.3117851 0.482647 0.3053119 0.4854394 0.2974958 0.4799752 0.2987745 0.485597 0.3023136 0.4779144 0.2911902 0.4799752 0.2987745 0.4849514 0.2914663 0.4829801 0.317332 0.4860056 0.3097204 0.477154 0.3117851 0.4829801 0.317332 0.4869675 0.32118 0.4898435 0.3129566 0.4887747 0.3039773 0.4860056 0.3097204 0.4927052 0.3066119 0.4887747 0.3039773 0.485597 0.3023136 0.482647 0.3053119 0.514046 0.2884685 0.5112894 0.2817322 0.5018565 0.2915332 0.514046 0.2884685 0.5252129 0.2869512 0.5223872 0.2801545 0.5124301 0.3080747 0.5102983 0.3027943 0.5047239 0.3069124 0.5056181 0.3164685 0.5081771 0.3114673 0.5011128 0.3125604 0.5056181 0.3164685 0.5127863 0.3206617 0.5138415 0.3147149 0.5138415 0.3147149 0.5156204 0.3114709 0.5124301 0.3080747 0.4985807 0.3309004 0.5024735 0.3230182 0.4951133 0.3274639 0.4985807 0.3309004 0.5013517 0.3347594 0.5063421 0.3277093 0.5056181 0.3164685 0.5024735 0.3230182 0.5127863 0.3206617 0.5056181 0.3164685 0.5011128 0.3125604 0.4982061 0.319193 0.5190946 0.3007516 0.5206566 0.3063509 0.5291529 0.3000673 0.5190946 0.3007516 0.5102983 0.3027943 0.5124301 0.3080747 0.5221629 0.3111967 0.5206566 0.3063509 0.5156204 0.3114709 0.5301632 0.3060175 0.5206566 0.3063509 0.5292292 0.3099507 0.5221629 0.3111967 0.5243208 0.3148885 0.5292292 0.3099507 0.5221629 0.3111967 0.5156204 0.3114709 0.5138415 0.3147149 0.5266271 0.3191439 0.5243208 0.3148885 0.5127863 0.3206617 0.5266271 0.3191439 0.5409295 0.3163143 0.5342481 0.3121837 0.5385137 0.3000246 0.5291529 0.3000673 0.5301632 0.3060175 0.5301632 0.3060175 0.5292292 0.3099507 0.5342481 0.3121837 0.5461742 0.3081187 0.5382565 0.3067961 0.5409295 0.3163143 0.5461742 0.3081187 0.5474871 0.3002116 0.5385137 0.3000246 0.5637542 0.3111535 0.555154 0.3094169 0.5601763 0.3199073 0.5637542 0.3111535 0.5675984 0.2989445 0.5563841 0.3002164 0.5461742 0.3081187 0.555154 0.3094169 0.5474871 0.3002116 0.5461742 0.3081187 0.5409295 0.3163143 0.5518205 0.3180389 0.5346586 0.2863076 0.5252129 0.2869512 0.5274855 0.2936503 0.5385137 0.3000246 0.5371869 0.2931681 0.5291529 0.3000673 0.5385137 0.3000246 0.5474871 0.3002116 0.5456591 0.292557 0.5346586 0.2863076 0.5371869 0.2931681 0.5420055 0.2851414 0.5468766 0.2820565 0.5420055 0.2851414 0.5456591 0.292557 0.5563841 0.3002164 0.5526879 0.2910209 0.5474871 0.3002116 0.5563841 0.3002164 0.5675984 0.2989445 0.5589951 0.2890224 0.5589951 0.2890224 0.5505096 0.278012 0.5468766 0.2820565 0.5016523 0.3591421 0.5031366 0.3698088 0.5082643 0.3581809 0.5016523 0.3591421 0.4953775 0.3601459 0.4971406 0.3697999 0.5039014 0.3800598 0.5031366 0.3698088 0.4984042 0.3794402 0.5039014 0.3800598 0.5095466 0.38072 0.5093515 0.3697979 0.5085101 0.3867578 0.5095466 0.38072 0.5039014 0.3800598 0.5039014 0.3800598 0.4984042 0.3794402 0.4983065 0.3846375 0.4983065 0.3846375 0.4972783 0.3877154 0.5022383 0.3880664 0.5022383 0.3880664 0.507039 0.3907823 0.5085101 0.3867578 0.5232554 0.369664 0.5234923 0.3562937 0.5155507 0.3573052 0.5155507 0.3573052 0.5082643 0.3581809 0.5093515 0.3697979 0.5093515 0.3697979 0.5095466 0.38072 0.5154875 0.3814614 0.5232554 0.369664 0.5160041 0.3697474 0.5221292 0.382296 0.5205829 0.3906991 0.5221292 0.382296 0.5154875 0.3814614 0.5085101 0.3867578 0.5140687 0.3887274 0.5095466 0.38072 0.5133339 0.3939068 0.5140687 0.3887274 0.507039 0.3907823 0.5133339 0.3939068 0.5194397 0.396318 0.5205829 0.3906991 0.5995768 0.3594803 0.5989697 0.3727883 0.6091538 0.3634516 0.5995768 0.3594803 0.5896514 0.3544647 0.5913478 0.3710336 0.5984209 0.3866426 0.5989697 0.3727883 0.5891237 0.3872175 0.5984209 0.3866426 0.6068158 0.387151 0.6077303 0.3751078 0.5984209 0.3866426 0.5978605 0.395282 0.6068158 0.387151 0.5885904 0.3961494 0.5978605 0.395282 0.5891237 0.3872175 0.5885904 0.3961494 0.5879597 0.4014675 0.5975596 0.4004508 0.6066571 0.3946011 0.5978605 0.395282 0.6068663 0.399339 0.618442 0.3671621 0.6162906 0.377564 0.6275858 0.3707423 0.618442 0.3671621 0.6091538 0.3634516 0.6077303 0.3751078 0.6146988 0.3881946 0.6162906 0.377564 0.6068158 0.387151 0.6146988 0.3881946 0.6223259 0.3895059 0.6247507 0.3800886 0.6146988 0.3881946 0.6143316 0.3945419 0.6223259 0.3895059 0.6146988 0.3881946 0.6068158 0.387151 0.6066571 0.3946011 0.6143279 0.3986275 0.6143316 0.3945419 0.6068663 0.399339 0.6143279 0.3986275 0.6212868 0.3982096 0.6214451 0.3947934 0.5383613 0.369256 0.5411261 0.3524142 0.5320695 0.3549253 0.5232554 0.369664 0.5312663 0.3695542 0.5234923 0.3562937 0.5232554 0.369664 0.5221292 0.382296 0.5298765 0.3832359 0.5383613 0.369256 0.5312663 0.3695542 0.5386672 0.3850895 0.5374301 0.3929586 0.5386672 0.3850895 0.5298765 0.3832359 0.5205829 0.3906991 0.5286429 0.3919472 0.5221292 0.382296 0.5205829 0.3906991 0.5194397 0.396318 0.5276038 0.3973184 0.5374301 0.3929586 0.5286429 0.3919472 0.5364468 0.3977696 0.5639088 0.3346405 0.5635522 0.338817 0.5730553 0.3365805 0.5545449 0.3382146 0.5635522 0.338817 0.5549831 0.3334537 0.5635988 0.3426572 0.5635522 0.338817 0.5548511 0.3425756 0.5635988 0.3426572 0.5728318 0.3446449 0.5729831 0.3407942 0.5459821 0.3574561 0.5411261 0.3524142 0.5383613 0.369256 0.5383613 0.369256 0.5386672 0.3850895 0.5451816 0.3789989 0.5561937 0.3837329 0.5554067 0.3909003 0.5628672 0.3915491 0.5628672 0.3915491 0.5705281 0.3915959 0.5702399 0.3841864 0.5707762 0.396932 0.5705281 0.3915959 0.5628672 0.3915491 0.5545775 0.395467 0.5626322 0.3964346 0.5554067 0.3909003 0.5545775 0.395467 0.5535364 0.4007317 0.5628968 0.4008923 0.5628968 0.4008923 0.571501 0.4024464 0.5707762 0.396932 0.5824008 0.3802489 0.5891237 0.3872175 0.5913478 0.3710336 0.5913478 0.3710336 0.5896514 0.3544647 0.5834454 0.3596596 0.644532 0.520929 0.6449635 0.5225292 0.6471937 0.5209469 0.644532 0.520929 0.6410638 0.5202152 0.6409961 0.5223476 0.6454082 0.5244924 0.6449635 0.5225292 0.6407551 0.5243417 0.6454082 0.5244924 0.6496899 0.5240039 0.6484495 0.5223323 0.4927715 0.5193518 0.4912573 0.5209093 0.494939 0.5212424 0.494939 0.5212424 0.4987977 0.521202 0.498187 0.5193548 0.4953336 0.5178114 0.4951881 0.5194414 0.4976803 0.5174058 0.4927715 0.5193518 0.4951881 0.5194414 0.4936116 0.5179333 0.4938081 0.5139366 0.4925416 0.5129176 0.4924476 0.5150137 0.494707 0.5109819 0.4925416 0.5129176 0.4958226 0.5127058 0.494707 0.5109819 0.4937139 0.5091648 0.4910284 0.511785 0.4910284 0.511785 0.4887313 0.5145326 0.490906 0.5146163 0.649423 0.5162939 0.6510255 0.5151996 0.6474675 0.5130631 0.6426731 0.5131866 0.6463544 0.5146368 0.6433266 0.5113558 0.6426731 0.5131866 0.6418797 0.5150279 0.6454165 0.5159063 0.649423 0.5162939 0.6463544 0.5146368 0.6478929 0.5170958 0.6284125 0.5489066 0.6276687 0.5501714 0.6303102 0.55048 0.6284125 0.5489066 0.6263833 0.5463036 0.6250591 0.5476494 0.6267479 0.5517086 0.6276687 0.5501714 0.6237325 0.5488533 0.6267479 0.5517086 0.6298387 0.553879 0.6301755 0.5520811 0.5171915 0.548419 0.5173212 0.5507614 0.520307 0.5487868 0.520307 0.5487868 0.5231301 0.5464162 0.5212505 0.5452031 0.5179378 0.5456337 0.5190485 0.5470762 0.5194467 0.5438867 0.5171915 0.548419 0.5190485 0.5470762 0.5167198 0.546701 0.5140877 0.5436949 0.5122222 0.5436293 0.5139394 0.545274 0.5124905 0.5407264 0.5122222 0.5436293 0.5145995 0.5414617 0.5124905 0.5407264 0.5104568 0.5398846 0.5100843 0.5436164 0.5100843 0.5436164 0.5101985 0.5472522 0.5121921 0.5459207 0.6347972 0.5482731 0.636358 0.5484926 0.6352794 0.5451206 0.6323013 0.5425169 0.6337835 0.5455141 0.6336374 0.5416939 0.6323013 0.5425169 0.6307956 0.5433115 0.6325362 0.5458024 0.6347972 0.5482731 0.6337835 0.5455141 0.6334258 0.5479219 0.6001823 0.5572798 0.5991471 0.5579587 0.6011368 0.5598011 0.6001823 0.5572798 0.5995996 0.5537046 0.5980322 0.5541875 0.5979184 0.5587427 0.5991471 0.5579587 0.5965817 0.5545473 0.5979184 0.5587427 0.5996201 0.5623114 0.6004697 0.5610567 0.5489356 0.5549694 0.5498374 0.5571168 0.5515816 0.5540732 0.5515816 0.5540732 0.5530156 0.5506968 0.5511752 0.5504032 0.5485978 0.5521447 0.5499865 0.553018 0.5493121 0.5499775 0.5489356 0.5549694 0.5499865 0.553018 0.5479696 0.5535892 0.5448812 0.5516654 0.5432806 0.5522015 0.5452932 0.5533053 0.5424619 0.5493077 0.5432806 0.5522015 0.5445349 0.5492742 0.5424619 0.5493077 0.5403853 0.5492392 0.5414341 0.5528804 0.5414341 0.5528804 0.5427615 0.5562395 0.5440796 0.5544111 0.6061567 0.5605615 0.6072319 0.5617611 0.6085057 0.5579036 0.6075466 0.5534016 0.6069864 0.5573083 0.6093598 0.5534352 0.6075466 0.5534016 0.6055994 0.5532474 0.6057263 0.5567722 0.6061567 0.5605615 0.6069864 0.5573083 0.6052636 0.5593628 0.6290792 0.5203238 0.6295208 0.5220285 0.63169 0.5193893 0.6290792 0.5203238 0.626473 0.5206858 0.6272183 0.5223354 0.6299099 0.5240731 0.6295208 0.5220285 0.6282101 0.5242493 0.6299099 0.5240731 0.6318404 0.5239627 0.6317234 0.5217854 0.5077863 0.5178996 0.5074177 0.5204837 0.5093645 0.5205919 0.5126855 0.517651 0.5101905 0.5177366 0.5111073 0.5207611 0.5126855 0.517651 0.5136702 0.5146467 0.5106315 0.5150281 0.5077863 0.5178996 0.5101905 0.5177366 0.5076086 0.5152685 0.502635 0.5056703 0.504293 0.5078662 0.5064771 0.5059592 0.5064771 0.5059592 0.5085173 0.5041826 0.5063456 0.5023004 0.5024495 0.5022757 0.5045396 0.5040588 0.5041361 0.5006623 0.5024495 0.5022757 0.5007402 0.5038066 0.502635 0.5056703 0.6331198 0.511258 0.6338451 0.5089111 0.6316348 0.5083078 0.6285018 0.5096525 0.6308485 0.5105453 0.6294436 0.5075756 0.6285018 0.5096525 0.6277402 0.5114374 0.6301027 0.5123738 0.6331198 0.511258 0.6308485 0.5105453 0.6324496 0.513817 0.6168571 0.5355023 0.6159142 0.536816 0.6202446 0.5377326 0.6168571 0.5355023 0.6138572 0.5330182 0.6133285 0.5346203 0.6146903 0.5383605 0.6159142 0.536816 0.612868 0.5366328 0.6146903 0.5383605 0.6167136 0.5405665 0.618323 0.5391564 0.5287076 0.5361058 0.5304457 0.5385298 0.5326603 0.536481 0.5336807 0.5313959 0.5310702 0.5336328 0.5346192 0.5348625 0.5336807 0.5313959 0.53234 0.5282962 0.5293553 0.5310997 0.5287076 0.5361058 0.5310702 0.5336328 0.5265015 0.534025 0.5197563 0.5258001 0.5165688 0.525694 0.5187621 0.5298814 0.5197563 0.5258001 0.5205687 0.5218452 0.517014 0.5222527 0.5132153 0.5259074 0.5165688 0.525694 0.5134533 0.5232406 0.5132153 0.5259074 0.5127814 0.5290557 0.5157959 0.5291739 0.6270594 0.5329993 0.6288742 0.5320082 0.627675 0.529145 0.6246098 0.5266551 0.625737 0.5298168 0.6267975 0.5266867 0.6246098 0.5266551 0.6228142 0.5267602 0.6241313 0.5302999 0.6270594 0.5329993 0.625737 0.5298168 0.6251458 0.5342648 0.5974794 0.5381578 0.5961077 0.5387407 0.5989477 0.5421254 0.5974794 0.5381578 0.5964397 0.5345033 0.5951256 0.5353563 0.5944344 0.5393829 0.5961077 0.5387407 0.5936377 0.5365204 0.5944344 0.5393829 0.5951135 0.5426616 0.5968719 0.5422928 0.5546032 0.5397439 0.5566319 0.5408475 0.5579288 0.5379135 0.5579288 0.5379135 0.5592532 0.5353769 0.5571506 0.533433 0.5571506 0.533433 0.554789 0.5317325 0.5534352 0.5352409 0.5534352 0.5352409 0.5522127 0.539057 0.5546032 0.5397439 0.5431506 0.5343584 0.5405569 0.5356717 0.5437201 0.5381215 0.5431506 0.5343584 0.5425207 0.530627 0.5398507 0.5327416 0.5379728 0.5373799 0.5405569 0.5356717 0.5373631 0.5354866 0.5379728 0.5373799 0.5385674 0.5396291 0.541036 0.5385966 0.6078553 0.5419238 0.6099994 0.5421276 0.6102343 0.5395249 0.608833 0.5354876 0.6082734 0.5386725 0.6105769 0.5373547 0.608833 0.5354876 0.6073102 0.5340648 0.606661 0.5378837 0.6078553 0.5419238 0.6082734 0.5386725 0.6054555 0.5419571 0.5957096 0.5313826 0.5944545 0.5327555 0.5964397 0.5345033 0.5957096 0.5313826 0.5949394 0.527709 0.5936301 0.5309439 0.5931172 0.5347558 0.5944545 0.5327555 0.5925843 0.5335513 0.5931172 0.5347558 0.5936377 0.5365204 0.5951256 0.5353563 0.5603083 0.5339185 0.5585933 0.5312764 0.5592532 0.5353769 0.5601879 0.5298957 0.5585933 0.5312764 0.5613182 0.5331066 0.5601879 0.5298957 0.5589659 0.5260007 0.5563326 0.5289651 0.5571506 0.533433 0.5585933 0.5312764 0.554789 0.5317325 0.54181 0.5271282 0.5391665 0.5302296 0.5425207 0.530627 0.54181 0.5271282 0.5401942 0.5227839 0.5380702 0.5289109 0.5369201 0.5343455 0.5391665 0.5302296 0.5364572 0.5338831 0.5369201 0.5343455 0.5373631 0.5354866 0.5398507 0.5327416 0.608833 0.5354876 0.6105769 0.5373547 0.6109111 0.5361819 0.6097241 0.5317651 0.6091267 0.5329515 0.6113116 0.5357587 0.6097241 0.5317651 0.6072752 0.5260136 0.6075655 0.5306431 0.608833 0.5354876 0.6091267 0.5329515 0.6073102 0.5340648 0.6110198 0.5302512 0.6111949 0.532629 0.6138572 0.5330182 0.6110198 0.5302512 0.6072752 0.5260136 0.6097241 0.5317651 0.6118528 0.5358372 0.6111949 0.532629 0.6113116 0.5357587 0.6118528 0.5358372 0.612868 0.5366328 0.6133285 0.5346203 0.5336807 0.5313959 0.5346192 0.5348625 0.5357875 0.5340259 0.5380702 0.5289109 0.5361278 0.5295608 0.5364572 0.5338831 0.5380702 0.5289109 0.5401942 0.5227839 0.5355352 0.5256295 0.5336807 0.5313959 0.5361278 0.5295608 0.53234 0.5282962 0.5210208 0.5180985 0.5171563 0.5194143 0.5205687 0.5218452 0.5210208 0.5180985 0.5209262 0.5133571 0.5166048 0.5176234 0.5134788 0.521724 0.5171563 0.5194143 0.5131618 0.5210233 0.5134788 0.521724 0.5134533 0.5232406 0.517014 0.5222527 0.6246098 0.5266551 0.6267975 0.5266867 0.6263924 0.5253692 0.6234261 0.5226553 0.6235824 0.5241889 0.6264787 0.5247619 0.6234261 0.5226553 0.6193518 0.5198538 0.6213597 0.5235558 0.6246098 0.5266551 0.6235824 0.5241889 0.6228142 0.5267602 0.6235015 0.5204965 0.6249124 0.5222908 0.626473 0.5206858 0.6235015 0.5204965 0.6193518 0.5198538 0.6234261 0.5226553 0.6270755 0.5244337 0.6249124 0.5222908 0.6264787 0.5247619 0.6270755 0.5244337 0.6282101 0.5242493 0.6272183 0.5223354 0.5126855 0.517651 0.5111073 0.5207611 0.5123722 0.5208036 0.5166048 0.5176234 0.5149691 0.5173245 0.5131618 0.5210233 0.5166048 0.5176234 0.5209262 0.5133571 0.516609 0.5139828 0.5126855 0.517651 0.5149691 0.5173245 0.5136702 0.5146467 0.5102563 0.502666 0.5079447 0.5007945 0.5085173 0.5041826 0.5102563 0.502666 0.5120944 0.5010457 0.5096724 0.4992562 0.5056779 0.4992387 0.5079447 0.5007945 0.5073593 0.4978019 0.5056779 0.4992387 0.5041361 0.5006623 0.5063456 0.5023004 0.6285018 0.5096525 0.6294436 0.5075756 0.6274496 0.5067377 0.6235391 0.507786 0.6261219 0.5089153 0.6253357 0.5056298 0.6235391 0.507786 0.6218983 0.5104491 0.6252024 0.5108085 0.6285018 0.5096525 0.6261219 0.5089153 0.6277402 0.5114374 0.6006287 0.4253478 0.6037574 0.4185194 0.5969491 0.4170139 0.5870965 0.4219146 0.5942992 0.4237419 0.5892614 0.4151145 0.5870965 0.4219146 0.5844869 0.4296022 0.5906496 0.4313483 0.6006287 0.4253478 0.5942992 0.4237419 0.5961053 0.4349221 0.523028 0.4848538 0.5256072 0.4792951 0.5208026 0.4795721 0.5148838 0.4852733 0.5189734 0.4847856 0.5145859 0.4822047 0.5148838 0.4852733 0.5145481 0.4887026 0.517627 0.4889559 0.523028 0.4848538 0.5189734 0.4847856 0.5208663 0.4895702 0.5957589 0.5513108 0.5965817 0.5545473 0.5980322 0.5541875 0.5984767 0.5507532 0.5972092 0.5510691 0.5995996 0.5537046 0.5984767 0.5507532 0.5980784 0.5480429 0.5967906 0.548255 0.5957589 0.5513108 0.5972092 0.5510691 0.5953565 0.5485231 0.5952811 0.5456742 0.5953565 0.5485231 0.5967906 0.548255 0.5982747 0.5452979 0.5968888 0.5453969 0.5980784 0.5480429 0.5982747 0.5452979 0.5989477 0.5421254 0.5968719 0.5422928 0.5952811 0.5456742 0.5968888 0.5453969 0.5951135 0.5426616 0.5509788 0.5471981 0.5493121 0.5499775 0.5511752 0.5504032 0.5540358 0.5481454 0.5524573 0.5477575 0.5530156 0.5506968 0.5540358 0.5481454 0.5548482 0.5459141 0.5535202 0.5451219 0.5509788 0.5471981 0.5524573 0.5477575 0.5520594 0.5444739 0.5535202 0.5451219 0.5540513 0.5425372 0.5520594 0.5444739 0.5535202 0.5451219 0.5548482 0.5459141 0.5556594 0.5434979 0.5546032 0.5397439 0.5540513 0.5425372 0.5566319 0.5408475 0.5546032 0.5397439 0.5522127 0.539057 0.5524209 0.5419679 0.5424619 0.5493077 0.5416349 0.5463564 0.5403853 0.5492392 0.5424619 0.5493077 0.5445349 0.5492742 0.5433692 0.5461218 0.5410704 0.5435507 0.5416349 0.5463564 0.5428125 0.5432174 0.5410704 0.5435507 0.5393056 0.5440788 0.5397273 0.5464257 0.5389654 0.5418376 0.5393056 0.5440788 0.5410704 0.5435507 0.5429417 0.5407877 0.5410389 0.5410935 0.5428125 0.5432174 0.5429417 0.5407877 0.5437201 0.5381215 0.541036 0.5385966 0.5389654 0.5418376 0.5410389 0.5410935 0.5385674 0.5396291 0.6064472 0.5500835 0.6055994 0.5532474 0.6075466 0.5534016 0.6075466 0.5534016 0.6093598 0.5534352 0.6098223 0.5499683 0.6081917 0.5472607 0.6079968 0.5501137 0.6099973 0.5471425 0.6064472 0.5500835 0.6079968 0.5501137 0.6066384 0.5473463 0.6063138 0.5448101 0.6066384 0.5473463 0.6081917 0.5472607 0.6099883 0.5445979 0.6079863 0.5446586 0.6099973 0.5471425 0.6099883 0.5445979 0.6099994 0.5421276 0.6078553 0.5419238 0.6078553 0.5419238 0.6054555 0.5419571 0.6063138 0.5448101 0.6215355 0.5467569 0.6237325 0.5488533 0.6250591 0.5476494 0.6250591 0.5476494 0.6263833 0.5463036 0.6241043 0.5447307 0.6212856 0.5438467 0.622964 0.5457051 0.6225271 0.5429413 0.6212856 0.5438467 0.6198408 0.5449085 0.6215355 0.5467569 0.6212856 0.5438467 0.619926 0.5415819 0.6198408 0.5449085 0.6212856 0.5438467 0.6225271 0.5429413 0.6213158 0.5406753 0.618323 0.5391564 0.619926 0.5415819 0.6202446 0.5377326 0.618323 0.5391564 0.6167136 0.5405665 0.618332 0.5427971 0.5220197 0.5419036 0.5194467 0.5438867 0.5212505 0.5452031 0.5251287 0.5445051 0.5234428 0.5432382 0.5231301 0.5464162 0.5251287 0.5445051 0.5267674 0.5427024 0.5254269 0.5410855 0.5220197 0.5419036 0.5234428 0.5432382 0.5240321 0.5396474 0.5254269 0.5410855 0.5270041 0.538649 0.5240321 0.5396474 0.5254269 0.5410855 0.5267674 0.5427024 0.5285106 0.5406572 0.5287076 0.5361058 0.5270041 0.538649 0.5304457 0.5385298 0.5287076 0.5361058 0.5265015 0.534025 0.5254271 0.5371667 0.5124905 0.5407264 0.5128953 0.5377829 0.5104568 0.5398846 0.5124905 0.5407264 0.5145995 0.5414617 0.5147905 0.5381798 0.5135756 0.5348872 0.5128953 0.5377829 0.5155397 0.5351987 0.5135756 0.5348872 0.5115081 0.5347301 0.5109345 0.5371376 0.5121681 0.5320163 0.5115081 0.5347301 0.5135756 0.5348872 0.516781 0.5325976 0.5146703 0.5321279 0.5155397 0.5351987 0.516781 0.5325976 0.5187621 0.5298814 0.5157959 0.5291739 0.5121681 0.5320163 0.5146703 0.5321279 0.5127814 0.5290557 0.6301004 0.5406703 0.6307956 0.5433115 0.6323013 0.5425169 0.6323013 0.5425169 0.6336374 0.5416939 0.6325343 0.5390934 0.6325343 0.5390934 0.631545 0.5368613 0.6301978 0.5377471 0.6301004 0.5406703 0.6312568 0.5400024 0.6290259 0.5385057 0.6274178 0.5364452 0.6290259 0.5385057 0.6301978 0.5377471 0.6302446 0.5345399 0.6286725 0.5355278 0.631545 0.5368613 0.6302446 0.5345399 0.6288742 0.5320082 0.6270594 0.5329993 0.6274178 0.5364452 0.6286725 0.5355278 0.6251458 0.5342648 0.6376991 0.5241953 0.6407551 0.5243417 0.6409961 0.5223476 0.6409961 0.5223476 0.6410638 0.5202152 0.6382232 0.5208153 0.6382232 0.5208153 0.6359393 0.5208507 0.6357662 0.5223465 0.6376991 0.5241953 0.6380593 0.522371 0.6355623 0.5240684 0.6357662 0.5223465 0.6337297 0.5220214 0.6355623 0.5240684 0.6357662 0.5223465 0.6359393 0.5208507 0.6339018 0.520395 0.6339018 0.520395 0.63169 0.5193893 0.6317234 0.5217854 0.6317234 0.5217854 0.6318404 0.5239627 0.6336669 0.523976 0.5008625 0.5175733 0.4976803 0.5174058 0.498187 0.5193548 0.5015304 0.5210691 0.5010964 0.5192819 0.4987977 0.521202 0.5015304 0.5210691 0.5036179 0.5208683 0.5036985 0.5190431 0.5008625 0.5175733 0.5010964 0.5192819 0.5036014 0.5172724 0.5036985 0.5190431 0.5057753 0.5184587 0.5036014 0.5172724 0.5036985 0.5190431 0.5036179 0.5208683 0.5055413 0.5206245 0.5077863 0.5178996 0.5057753 0.5184587 0.5074177 0.5204837 0.5077863 0.5178996 0.5076086 0.5152685 0.5056464 0.5165598 0.494707 0.5109819 0.4967974 0.509213 0.4937139 0.5091648 0.494707 0.5109819 0.4958226 0.5127058 0.4978833 0.5107514 0.4988096 0.5077508 0.4967974 0.509213 0.4999739 0.5093317 0.4988096 0.5077508 0.497516 0.5060786 0.4957935 0.5073676 0.4991303 0.5049829 0.497516 0.5060786 0.4988096 0.5077508 0.5019552 0.5084041 0.5007402 0.5067355 0.4999739 0.5093317 0.5019552 0.5084041 0.504293 0.5078662 0.502635 0.5056703 0.4991303 0.5049829 0.5007402 0.5067355 0.5007402 0.5038066 0.6426731 0.5131866 0.6398147 0.5121797 0.6418797 0.5150279 0.6426731 0.5131866 0.6433266 0.5113558 0.6403147 0.5103675 0.637456 0.511606 0.6398147 0.5121797 0.6379864 0.5098021 0.637456 0.511606 0.6370608 0.5131598 0.639316 0.5136956 0.637456 0.511606 0.6352733 0.5114552 0.6370608 0.5131598 0.637456 0.511606 0.6379864 0.5098021 0.6358961 0.5093629 0.6331198 0.511258 0.6352733 0.5114552 0.6338451 0.5089111 0.6331198 0.511258 0.6324496 0.513817 0.634916 0.5132027 0.5188954 0.4933398 0.5208663 0.4895702 0.517627 0.4889559 0.5133747 0.4916629 0.5160221 0.492362 0.5145481 0.4887026 0.5133747 0.4916629 0.5116012 0.4941475 0.5141155 0.4951336 0.5188954 0.4933398 0.5160221 0.492362 0.5168418 0.4963923 0.5144322 0.4989577 0.5168418 0.4963923 0.5141155 0.4951336 0.5094649 0.4961494 0.5118641 0.4974005 0.5116012 0.4941475 0.5094649 0.4961494 0.5073593 0.4978019 0.5096724 0.4992562 0.5144322 0.4989577 0.5118641 0.4974005 0.5120944 0.5010457 0.6105023 0.4955399 0.6139723 0.4993593 0.614593 0.4973723 0.6105023 0.4955399 0.6069999 0.4941207 0.6115016 0.4993615 0.6173602 0.5028585 0.6139723 0.4993593 0.6152189 0.5035745 0.6173602 0.5028585 0.6200292 0.5021485 0.6173037 0.4998502 0.6173602 0.5028585 0.6205838 0.5057173 0.6200292 0.5021485 0.6173602 0.5028585 0.6152189 0.5035745 0.6187015 0.5070385 0.6235391 0.507786 0.6205838 0.5057173 0.6218983 0.5104491 0.6235391 0.507786 0.6253357 0.5056298 0.6227844 0.5040876 0.6001823 0.5572798 0.6011368 0.5598011 0.6014384 0.5585435 0.6013669 0.5564977 0.6008304 0.5568108 0.6016394 0.5576064 0.6013669 0.5564977 0.6012758 0.5554704 0.6007347 0.5550026 0.6007347 0.5550026 0.5995996 0.5537046 0.6001823 0.5572798 0.6057263 0.5567722 0.6055994 0.5532474 0.6047074 0.5545832 0.6047074 0.5545832 0.6042893 0.5550954 0.6044155 0.5561029 0.6047347 0.5581655 0.6049842 0.5563551 0.6043581 0.5572774 0.6047347 0.5581655 0.6052636 0.5593628 0.6057263 0.5567722 0.6284125 0.5489066 0.6303102 0.55048 0.6300408 0.549273 0.6290936 0.5477312 0.628802 0.5481866 0.6297892 0.5484617 0.627935 0.5468135 0.628802 0.5481866 0.628569 0.5469676 0.627935 0.5468135 0.6263833 0.5463036 0.6284125 0.5489066 0.6325362 0.5458024 0.6307956 0.5433115 0.6307647 0.5447431 0.6307647 0.5447431 0.6306962 0.5453231 0.6312584 0.5459758 0.6324332 0.5473073 0.631786 0.5458802 0.6317484 0.5468454 0.6324332 0.5473073 0.6334258 0.5479219 0.6325362 0.5458024 0.6454165 0.5159063 0.6418797 0.5150279 0.6430571 0.5162566 0.644468 0.5169917 0.6448284 0.516567 0.6434845 0.5167822 0.6465075 0.5173124 0.6448284 0.516567 0.6455374 0.5173612 0.6465075 0.5173124 0.6478929 0.5170958 0.6454165 0.5159063 0.644532 0.520929 0.6471937 0.5209469 0.6459073 0.5201341 0.6438671 0.5195018 0.6441268 0.5200551 0.6450071 0.5196483 0.6438671 0.5195018 0.6429396 0.5192465 0.6424294 0.5195392 0.6424294 0.5195392 0.6410638 0.5202152 0.644532 0.520929 0.634916 0.5132027 0.6324496 0.513817 0.6336498 0.5147436 0.6353638 0.5150421 0.6350893 0.5142605 0.6342953 0.5152019 0.6353638 0.5150421 0.636897 0.5150655 0.636936 0.5142135 0.634916 0.5132027 0.6350893 0.5142605 0.6370608 0.5131598 0.636936 0.5142135 0.6388192 0.5146191 0.6370608 0.5131598 0.636936 0.5142135 0.636897 0.5150655 0.6384109 0.515325 0.6402068 0.5153675 0.6388192 0.5146191 0.6394236 0.5156663 0.6402068 0.5153675 0.6418797 0.5150279 0.639316 0.5136956 0.6360508 0.519807 0.6342926 0.5194254 0.6359393 0.5208507 0.6360508 0.519807 0.6361664 0.5189465 0.6347051 0.5187149 0.6330544 0.5187311 0.6342926 0.5194254 0.6337612 0.5184196 0.6330544 0.5187311 0.63169 0.5193893 0.6339018 0.520395 0.6382232 0.5208153 0.6410638 0.5202152 0.6395691 0.5193741 0.6377331 0.5189947 0.6379943 0.5197967 0.6388611 0.5188874 0.6377331 0.5189947 0.6361664 0.5189465 0.6360508 0.519807 0.6382232 0.5208153 0.6379943 0.5197967 0.6359393 0.5208507 0.6233624 0.5423491 0.6222968 0.5403859 0.6225271 0.5429413 0.6233624 0.5423491 0.624058 0.5418598 0.6230849 0.5402339 0.6218059 0.538565 0.6222968 0.5403859 0.6225603 0.5390045 0.6218059 0.538565 0.6202446 0.5377326 0.6213158 0.5406753 0.6241043 0.5447307 0.6263833 0.5463036 0.6259851 0.5447747 0.6250938 0.5432087 0.624668 0.5439109 0.6259025 0.5439603 0.6250938 0.5432087 0.624058 0.5418598 0.6233624 0.5423491 0.6241043 0.5447307 0.624668 0.5439109 0.6225271 0.5429413 0.6274178 0.5364452 0.6251458 0.5342648 0.625323 0.5360499 0.626349 0.5378949 0.626798 0.537222 0.6254241 0.5369405 0.626349 0.5378949 0.6274966 0.5394456 0.628205 0.5390097 0.6274178 0.5364452 0.626798 0.537222 0.6290259 0.5385057 0.628205 0.5390097 0.6291862 0.540856 0.6290259 0.5385057 0.628205 0.5390097 0.6274966 0.5394456 0.6283793 0.5409651 0.6295277 0.5424231 0.6291862 0.540856 0.6287913 0.5420237 0.6295277 0.5424231 0.6307956 0.5433115 0.6301004 0.5406703 0.5990738 0.5479428 0.599217 0.5455554 0.5980784 0.5480429 0.5990738 0.5479428 0.6000145 0.5478771 0.6000524 0.5458456 0.5998194 0.5437116 0.599217 0.5455554 0.6002849 0.5444962 0.5998194 0.5437116 0.5989477 0.5421254 0.5982747 0.5452979 0.5984767 0.5507532 0.5995996 0.5537046 0.6001004 0.5519937 0.6002078 0.549858 0.5993784 0.550289 0.6005236 0.5511217 0.6002078 0.549858 0.6000145 0.5478771 0.5990738 0.5479428 0.5984767 0.5507532 0.5993784 0.550289 0.5980784 0.5480429 0.6063138 0.5448101 0.6054555 0.5419571 0.6045979 0.5435008 0.604497 0.5454775 0.6053 0.5451431 0.6041829 0.5442541 0.604497 0.5454775 0.6046864 0.5473932 0.6055892 0.5473669 0.6063138 0.5448101 0.6053 0.5451431 0.6066384 0.5473463 0.6055892 0.5473669 0.6054496 0.5497021 0.6066384 0.5473463 0.6055892 0.5473669 0.6046864 0.5473932 0.6046198 0.5493325 0.6048611 0.5515208 0.6054496 0.5497021 0.60439 0.5506723 0.6048611 0.5515208 0.6055994 0.5532474 0.6064472 0.5500835 0.5957096 0.5313826 0.5964397 0.5345033 0.5974062 0.534272 0.5974062 0.534272 0.5984427 0.534294 0.5980234 0.5315777 0.5970121 0.5290187 0.5968002 0.5312648 0.5980188 0.52989 0.5970121 0.5290187 0.5949394 0.527709 0.5957096 0.5313826 0.6075655 0.5306431 0.6072752 0.5260136 0.6058183 0.5278292 0.6052803 0.5305946 0.6064509 0.5301786 0.6050044 0.5288943 0.6052803 0.5305946 0.60513 0.5335392 0.6062293 0.5335305 0.6062293 0.5335305 0.6073102 0.5340648 0.6075655 0.5306431 0.5993309 0.5403917 0.5982475 0.5376938 0.5989477 0.5421254 0.5989972 0.5373691 0.5982475 0.5376938 0.5996047 0.5393411 0.5974062 0.534272 0.5982475 0.5376938 0.5984427 0.534294 0.5974794 0.5381578 0.5982475 0.5376938 0.5964397 0.5345033 0.6062293 0.5335305 0.6057456 0.5372219 0.6073102 0.5340648 0.6062293 0.5335305 0.60513 0.5335392 0.6049123 0.5368353 0.6049082 0.5401238 0.6057456 0.5372219 0.6045122 0.5389914 0.6049082 0.5401238 0.6054555 0.5419571 0.606661 0.5378837 0.6110198 0.5302512 0.6138572 0.5330182 0.6145225 0.5322371 0.6145225 0.5322371 0.6154311 0.5316781 0.6131773 0.5293131 0.6103661 0.5270004 0.6118102 0.5295343 0.6119879 0.5275504 0.6103661 0.5270004 0.6072752 0.5260136 0.6110198 0.5302512 0.6213597 0.5235558 0.6193518 0.5198538 0.6185348 0.5220468 0.6195321 0.5250445 0.6203116 0.5240169 0.6183523 0.5235109 0.6195321 0.5250445 0.6209554 0.5277706 0.6218025 0.5271387 0.6218025 0.5271387 0.6228142 0.5267602 0.6213597 0.5235558 0.6168571 0.5355023 0.6202446 0.5377326 0.6195514 0.5361466 0.6176351 0.5339497 0.6172378 0.5346497 0.6191802 0.5351839 0.6145225 0.5322371 0.6172378 0.5346497 0.6154311 0.5316781 0.6168571 0.5355023 0.6172378 0.5346497 0.6138572 0.5330182 0.6218025 0.5271387 0.6231904 0.5304055 0.6228142 0.5267602 0.622401 0.5305728 0.6231904 0.5304055 0.6209554 0.5277706 0.622401 0.5305728 0.623084 0.5324519 0.6238971 0.5331029 0.6238971 0.5331029 0.6251458 0.5342648 0.6241313 0.5302999 0.6252024 0.5108085 0.6218983 0.5104491 0.6231923 0.5122559 0.6252196 0.5132529 0.6250993 0.5121331 0.6238703 0.5131711 0.6252196 0.5132529 0.6270909 0.5136287 0.6273387 0.5126382 0.6252024 0.5108085 0.6250993 0.5121331 0.6277402 0.5114374 0.6235015 0.5204965 0.626473 0.5206858 0.626221 0.5195648 0.626221 0.5195648 0.6262481 0.518586 0.6242414 0.5184926 0.6215804 0.5186159 0.6235951 0.5193992 0.6227702 0.5181508 0.6215804 0.5186159 0.6193518 0.5198538 0.6235015 0.5204965 0.6273387 0.5126382 0.6294376 0.5133842 0.6277402 0.5114374 0.6273387 0.5126382 0.6270909 0.5136287 0.6289147 0.5141162 0.630908 0.5143213 0.6294376 0.5133842 0.6300707 0.5145905 0.630908 0.5143213 0.6324496 0.513817 0.6301027 0.5123738 0.6290792 0.5203238 0.63169 0.5193893 0.6301955 0.5186539 0.6281396 0.5184874 0.6285331 0.5192987 0.629413 0.5182448 0.6281396 0.5184874 0.6262481 0.518586 0.626221 0.5195648 0.6290792 0.5203238 0.6285331 0.5192987 0.626473 0.5206858 0.5983126 0.5126245 0.601419 0.5183838 0.5992453 0.5123345 0.5983126 0.5126245 0.5971143 0.5129408 0.5995981 0.5179236 0.603204 0.5228612 0.601419 0.5183838 0.6009966 0.5210582 0.602767 0.5185883 0.601419 0.5183838 0.6072752 0.5260136 0.5936661 0.5038716 0.5957919 0.5074354 0.5938466 0.4971197 0.5949737 0.5084351 0.5957919 0.5074354 0.5936257 0.5057625 0.5949737 0.5084351 0.5971143 0.5129408 0.5983126 0.5126245 0.5965154 0.5066484 0.5957919 0.5074354 0.5992453 0.5123345 0.6068988 0.5222477 0.6034451 0.5179575 0.6072752 0.5260136 0.6041428 0.5169623 0.6034451 0.5179575 0.6065562 0.5202022 0.6041428 0.5169623 0.6010159 0.5115849 0.6000631 0.512033 0.6000631 0.512033 0.5992453 0.5123345 0.602767 0.5185883 0.6000631 0.512033 0.5975329 0.506608 0.5992453 0.5123345 0.6000631 0.512033 0.6010159 0.5115849 0.5987197 0.5066192 0.5962448 0.5023778 0.5975329 0.506608 0.5975793 0.5035522 0.5962448 0.5023778 0.5938466 0.4971197 0.5965154 0.5066484 0.6141332 0.5043023 0.6174558 0.5077428 0.6152189 0.5035745 0.6141332 0.5043023 0.6133369 0.504987 0.6164559 0.5083001 0.6197116 0.5105541 0.6174558 0.5077428 0.6183006 0.5103569 0.6197116 0.5105541 0.6218983 0.5104491 0.6187015 0.5070385 0.6115016 0.4993615 0.6069999 0.4941207 0.6077559 0.497133 0.610417 0.5014858 0.6107521 0.5003501 0.6083272 0.4989622 0.610417 0.5014858 0.6133369 0.504987 0.6141332 0.5043023 0.6115016 0.4993615 0.6107521 0.5003501 0.6152189 0.5035745 0.49412 0.4351803 0.4937118 0.4246141 0.491299 0.4248135 0.4884241 0.435672 0.4911525 0.435454 0.4892631 0.4249006 0.4892532 0.4142429 0.4892631 0.4249006 0.491299 0.4248135 0.4936341 0.4143106 0.491297 0.4143297 0.4937118 0.4246141 0.4936341 0.4143106 0.4940977 0.4059316 0.4917651 0.4055924 0.4892532 0.4142429 0.491297 0.4143297 0.4895718 0.4051345 0.5116317 0.4257225 0.5122001 0.4358041 0.5144175 0.4257718 0.5116317 0.4257225 0.5084006 0.4254143 0.508695 0.4357609 0.5105137 0.4094156 0.5106384 0.4162825 0.5122321 0.4115951 0.5105137 0.4094156 0.5074911 0.4068617 0.5077054 0.4156268 0.5116317 0.4257225 0.5106384 0.4162825 0.5084006 0.4254143 0.5116317 0.4257225 0.5144175 0.4257718 0.5130535 0.4166755 0.5981253 0.4099013 0.5979629 0.4126567 0.6056095 0.4111568 0.5981253 0.4099013 0.5899028 0.4084352 0.5899953 0.4108888 0.5899953 0.4108888 0.5892614 0.4151145 0.5969491 0.4170139 0.6050789 0.4140927 0.5979629 0.4126567 0.6037574 0.4185194 0.6050789 0.4140927 0.6037574 0.4185194 0.6078307 0.4184676 0.6119084 0.4127636 0.6092109 0.4141226 0.611311 0.4165194 0.6119084 0.4127636 0.6119366 0.4109188 0.6099132 0.4112862 0.6050789 0.4140927 0.6092109 0.4141226 0.6056095 0.4111568 0.5899953 0.4108888 0.5833092 0.4098629 0.5892614 0.4151145 0.583384 0.4076747 0.5833092 0.4098629 0.5899028 0.4084352 0.5776165 0.4093581 0.5833092 0.4098629 0.5780608 0.4072592 0.5776165 0.4093581 0.5767102 0.4134463 0.5825497 0.4139844 0.547295 0.5529852 0.5479696 0.5535892 0.5485978 0.5521447 0.5485978 0.5521447 0.5493121 0.5499775 0.5479002 0.5500338 0.5479002 0.5500338 0.5469329 0.5497664 0.5468291 0.5514158 0.547295 0.5529852 0.5476219 0.5516348 0.546738 0.5528483 0.5468291 0.5514158 0.5459898 0.5514148 0.546738 0.5528483 0.5468291 0.5514158 0.5469329 0.5497664 0.5459399 0.5497304 0.5459399 0.5497304 0.5445349 0.5492742 0.5448812 0.5516654 0.5448812 0.5516654 0.5452932 0.5533053 0.546125 0.5528697 0.550121 0.5379006 0.5522127 0.539057 0.5534352 0.5352409 0.5519096 0.530519 0.5509566 0.534379 0.554789 0.5317325 0.5519096 0.530519 0.5487518 0.5298474 0.5483725 0.5339069 0.5483725 0.5339069 0.5480254 0.5375619 0.550121 0.5379006 0.5459483 0.5374229 0.5480254 0.5375619 0.5483725 0.5339069 0.5483725 0.5339069 0.5487518 0.5298474 0.5455549 0.5297728 0.5431506 0.5343584 0.5457631 0.5338351 0.5425207 0.530627 0.5431506 0.5343584 0.5437201 0.5381215 0.5459483 0.5374229 0.5563326 0.5289651 0.5529806 0.5273157 0.554789 0.5317325 0.5563326 0.5289651 0.5589659 0.5260007 0.5545112 0.5239236 0.5490984 0.5263414 0.5529806 0.5273157 0.5498756 0.5227264 0.5490984 0.5263414 0.5487518 0.5298474 0.5519096 0.530519 0.5490984 0.5263414 0.5452478 0.5260555 0.5487518 0.5298474 0.5490984 0.5263414 0.5498756 0.5227264 0.5455063 0.5222202 0.54181 0.5271282 0.5452478 0.5260555 0.5401942 0.5227839 0.54181 0.5271282 0.5425207 0.530627 0.5455549 0.5297728 0.5593736 0.497666 0.555364 0.4972932 0.557865 0.5024853 0.5593736 0.497666 0.5606181 0.491958 0.556922 0.4916993 0.5515716 0.4967812 0.555364 0.4972932 0.553332 0.4911958 0.5515716 0.4967812 0.5497558 0.5014175 0.5536363 0.5019716 0.6055098 0.5633956 0.6072319 0.5617611 0.6061567 0.5605615 0.6061567 0.5605615 0.6052636 0.5593628 0.6043782 0.5603856 0.6043782 0.5603856 0.6032816 0.5605673 0.6034154 0.5621386 0.6055098 0.5633956 0.6048977 0.5618895 0.6035438 0.5637252 0.6034154 0.5621386 0.601916 0.5621555 0.6035438 0.5637252 0.6034154 0.5621386 0.6032816 0.5605673 0.6021855 0.5606347 0.6021855 0.5606347 0.6011368 0.5598011 0.6004697 0.5610567 0.6004697 0.5610567 0.5996201 0.5623114 0.6015378 0.5636681 0.6100965 0.4257295 0.6084839 0.4254473 0.60464 0.4361106 0.6100965 0.4257295 0.6150518 0.4168542 0.6131586 0.4170606 0.6066546 0.4253433 0.6084839 0.4254473 0.611311 0.4165194 0.6066546 0.4253433 0.601877 0.4349266 0.6033695 0.4354574 0.6066546 0.4253433 0.6043917 0.4255959 0.601877 0.4349266 0.6066546 0.4253433 0.611311 0.4165194 0.6078307 0.4184676 0.6006287 0.4253478 0.6043917 0.4255959 0.6037574 0.4185194 0.6006287 0.4253478 0.5961053 0.4349221 0.5999401 0.4346408 0.6033695 0.4354574 0.5986701 0.4460331 0.60464 0.4361106 0.5972796 0.4453552 0.5986701 0.4460331 0.601877 0.4349266 0.5972796 0.4453552 0.601877 0.4349266 0.5999401 0.4346408 0.592938 0.4451763 0.5955221 0.444736 0.5961053 0.4349221 0.5870965 0.4219146 0.5807138 0.4210022 0.5844869 0.4296022 0.5870965 0.4219146 0.5892614 0.4151145 0.5825497 0.4139844 0.57516 0.4205949 0.5807138 0.4210022 0.5767102 0.4134463 0.57516 0.4205949 0.5733721 0.4307855 0.5789858 0.4291465 0.5690023 0.429273 0.5733721 0.4307855 0.57516 0.4205949 0.57516 0.4205949 0.5767102 0.4134463 0.5716391 0.413323 0.5664313 0.4199504 0.5704438 0.420283 0.5673455 0.4132766 0.5690023 0.429273 0.5704438 0.420283 0.5653526 0.4286674 0.5690023 0.429273 0.5672741 0.4395324 0.5733721 0.4307855 0.5690023 0.429273 0.5653526 0.4286674 0.563833 0.4390482 0.5558832 0.5078819 0.5514758 0.5073575 0.5536898 0.5133391 0.5558832 0.5078819 0.557865 0.5024853 0.5536363 0.5019716 0.5475526 0.5067269 0.5514758 0.5073575 0.5497558 0.5014175 0.5475526 0.5067269 0.5451648 0.5121243 0.549167 0.5128389 0.5616368 0.5209895 0.5568434 0.5194969 0.5589659 0.5260007 0.5616368 0.5209895 0.5657016 0.5159895 0.5593199 0.5144029 0.5515467 0.5183398 0.5568434 0.5194969 0.5536898 0.5133391 0.5515467 0.5183398 0.5498756 0.5227264 0.5545112 0.5239236 0.5515467 0.5183398 0.546995 0.5178039 0.5498756 0.5227264 0.5515467 0.5183398 0.5536898 0.5133391 0.549167 0.5128389 0.5427953 0.5170249 0.546995 0.5178039 0.5451648 0.5121243 0.5427953 0.5170249 0.5401942 0.5227839 0.5455063 0.5222202 0.6007347 0.5550026 0.6014717 0.5542223 0.5995996 0.5537046 0.6007347 0.5550026 0.6012758 0.5554704 0.6018611 0.5551378 0.6026353 0.554028 0.6014717 0.5542223 0.6027408 0.5549439 0.6026353 0.554028 0.6025547 0.5532135 0.6011657 0.5533813 0.6026353 0.554028 0.6038192 0.5539779 0.6025547 0.5532135 0.6026353 0.554028 0.6027408 0.5549439 0.6036476 0.5548772 0.6036476 0.5548772 0.6042893 0.5550954 0.6047074 0.5545832 0.6047074 0.5545832 0.6055994 0.5532474 0.603951 0.5531539 0.6047347 0.5581655 0.6040441 0.5588861 0.6052636 0.5593628 0.6047347 0.5581655 0.6043581 0.5572774 0.6038313 0.5574313 0.6031371 0.5590267 0.6040441 0.5588861 0.6029928 0.557545 0.6031371 0.5590267 0.6032816 0.5605673 0.6043782 0.5603856 0.6021855 0.5606347 0.6032816 0.5605673 0.6031371 0.5590267 0.6021671 0.5576218 0.6022379 0.5590974 0.6029928 0.557545 0.6021671 0.5576218 0.6016394 0.5576064 0.6014384 0.5585435 0.6021855 0.5606347 0.6022379 0.5590974 0.6011368 0.5598011 0.6044155 0.5561029 0.6036754 0.5560618 0.6043581 0.5572774 0.6036476 0.5548772 0.6036754 0.5560618 0.6042893 0.5550954 0.6036476 0.5548772 0.6027408 0.5549439 0.6028604 0.5561501 0.6028604 0.5561501 0.6029928 0.557545 0.6038313 0.5574313 0.6028604 0.5561501 0.6020672 0.5562865 0.6029928 0.557545 0.6028604 0.5561501 0.6027408 0.5549439 0.6018611 0.5551378 0.6013669 0.5564977 0.6020672 0.5562865 0.6012758 0.5554704 0.6013669 0.5564977 0.6016394 0.5576064 0.6021671 0.5576218 0.5998194 0.5437116 0.6008926 0.5429957 0.5989477 0.5421254 0.5998194 0.5437116 0.6002849 0.5444962 0.601076 0.5441582 0.6021985 0.5428982 0.6008926 0.5429957 0.6022384 0.5440451 0.600708 0.5421034 0.6008926 0.5429957 0.6021654 0.5420194 0.6021985 0.5428982 0.6034988 0.5429096 0.6021654 0.5420194 0.6021985 0.5428982 0.6022384 0.5440451 0.6033805 0.5440148 0.6033805 0.5440148 0.6041829 0.5442541 0.6045979 0.5435008 0.6045979 0.5435008 0.6054555 0.5419571 0.6036382 0.5420347 0.6048611 0.5515208 0.6038041 0.5521952 0.6055994 0.5532474 0.6048611 0.5515208 0.60439 0.5506723 0.6036033 0.5509681 0.6025099 0.5523115 0.6038041 0.5521952 0.6024732 0.5511384 0.6025099 0.5523115 0.6025547 0.5532135 0.603951 0.5531539 0.6025099 0.5523115 0.6012098 0.5524561 0.6025547 0.5532135 0.6025099 0.5523115 0.6024732 0.5511384 0.6013314 0.5512687 0.6013314 0.5512687 0.6005236 0.5511217 0.6001004 0.5519937 0.6001004 0.5519937 0.5995996 0.5537046 0.6011657 0.5533813 0.6046198 0.5493325 0.6035736 0.5493384 0.60439 0.5506723 0.6046198 0.5493325 0.6046864 0.5473932 0.6035722 0.5474965 0.6024176 0.5495108 0.6035736 0.5493384 0.6023536 0.5476354 0.6024176 0.5495108 0.6024732 0.5511384 0.6036033 0.5509681 0.6024176 0.5495108 0.6012582 0.5496413 0.6024732 0.5511384 0.6024176 0.5495108 0.6023536 0.5476354 0.6011377 0.5477684 0.6011377 0.5477684 0.6000145 0.5478771 0.6002078 0.549858 0.6013314 0.5512687 0.6012582 0.5496413 0.6005236 0.5511217 0.6035722 0.5474965 0.6046864 0.5473932 0.604497 0.5454775 0.6033805 0.5440148 0.6034564 0.5456328 0.6041829 0.5442541 0.6033805 0.5440148 0.6022384 0.5440451 0.602292 0.5457188 0.602292 0.5457188 0.6023536 0.5476354 0.6035722 0.5474965 0.602292 0.5457188 0.6011173 0.5458449 0.6023536 0.5476354 0.602292 0.5457188 0.6022384 0.5440451 0.601076 0.5441582 0.6000524 0.5458456 0.6011173 0.5458449 0.6002849 0.5444962 0.6000524 0.5458456 0.6000145 0.5478771 0.6011377 0.5477684 0.6049082 0.5401238 0.6036255 0.5411074 0.6054555 0.5419571 0.6049082 0.5401238 0.6045122 0.5389914 0.6035613 0.5395719 0.6021323 0.5411497 0.6036255 0.5411074 0.6020631 0.5396996 0.6036382 0.5420347 0.6036255 0.5411074 0.6021654 0.5420194 0.600708 0.5421034 0.6021654 0.5420194 0.6021323 0.5411497 0.6005885 0.5397878 0.6006633 0.5412275 0.6020631 0.5396996 0.6005885 0.5397878 0.5996047 0.5393411 0.5993309 0.5403917 0.600708 0.5421034 0.6006633 0.5412275 0.5989477 0.5421254 0.5976442 0.5264844 0.5949394 0.527709 0.5970121 0.5290187 0.599282 0.5293167 0.5986246 0.5278801 0.5980188 0.52989 0.599282 0.5293167 0.6013666 0.5289345 0.6010597 0.5274042 0.5976442 0.5264844 0.5986246 0.5278801 0.600333 0.5260129 0.6033403 0.5258503 0.600333 0.5260129 0.6010597 0.5274042 0.6035968 0.5286515 0.6037395 0.5271458 0.6013666 0.5289345 0.6035968 0.5286515 0.6050044 0.5288943 0.6058183 0.5278292 0.6058183 0.5278292 0.6072752 0.5260136 0.6033403 0.5258503 0.6052803 0.5305946 0.6035515 0.5309279 0.60513 0.5335392 0.6035968 0.5286515 0.6035515 0.5309279 0.6050044 0.5288943 0.6015787 0.5312162 0.6035515 0.5309279 0.6013666 0.5289345 0.6015787 0.5312162 0.6017467 0.5340107 0.6035519 0.5337448 0.6015787 0.5312162 0.5996761 0.5314972 0.6017467 0.5340107 0.6015787 0.5312162 0.6013666 0.5289345 0.599282 0.5293167 0.5980234 0.5315777 0.5996761 0.5314972 0.5980188 0.52989 0.5999667 0.5342003 0.5996761 0.5314972 0.5984427 0.534294 0.6049123 0.5368353 0.6035459 0.5368719 0.6045122 0.5389914 0.6049123 0.5368353 0.60513 0.5335392 0.6035519 0.5337448 0.6019213 0.5370792 0.6035459 0.5368719 0.6017467 0.5340107 0.6019213 0.5370792 0.6020631 0.5396996 0.6035613 0.5395719 0.6005885 0.5397878 0.6020631 0.5396996 0.6019213 0.5370792 0.5999667 0.5342003 0.6003135 0.5372046 0.6017467 0.5340107 0.5999667 0.5342003 0.5984427 0.534294 0.5989972 0.5373691 0.6005885 0.5397878 0.6003135 0.5372046 0.5996047 0.5393411 0.6033403 0.5258503 0.6072752 0.5260136 0.603204 0.5228612 0.5996105 0.5216899 0.6017604 0.5242045 0.6009966 0.5210582 0.5996105 0.5216899 0.597016 0.5215507 0.5988616 0.5241482 0.6033403 0.5258503 0.6017604 0.5242045 0.600333 0.5260129 0.5976442 0.5264844 0.600333 0.5260129 0.5988616 0.5241482 0.5945921 0.5217325 0.5962814 0.5244266 0.597016 0.5215507 0.5945921 0.5217325 0.5923272 0.5218253 0.5939214 0.5244554 0.5976442 0.5264844 0.5962814 0.5244266 0.5949394 0.527709 0.5869252 0.4994772 0.5845335 0.4996055 0.5850776 0.5049795 0.5850776 0.5049795 0.5857113 0.5080934 0.5882636 0.507254 0.5897803 0.5035911 0.5875273 0.5044872 0.5905531 0.5062136 0.5897803 0.5035911 0.5891668 0.4988508 0.5869252 0.4994772 0.5897803 0.5035911 0.5917445 0.502988 0.5891668 0.4988508 0.5897803 0.5035911 0.5905531 0.5062136 0.59232 0.5055434 0.59232 0.5055434 0.5936257 0.5057625 0.5936661 0.5038716 0.59132 0.4984081 0.5917445 0.502988 0.5938466 0.4971197 0.5996105 0.5216899 0.6009966 0.5210582 0.5995981 0.5179236 0.5954999 0.5133215 0.5975015 0.5177878 0.5971143 0.5129408 0.5954999 0.5133215 0.5934028 0.5138785 0.5951669 0.5179609 0.5996105 0.5216899 0.5975015 0.5177878 0.597016 0.5215507 0.5945921 0.5217325 0.597016 0.5215507 0.5951669 0.5179609 0.5907562 0.5147238 0.592632 0.5184276 0.5934028 0.5138785 0.5907562 0.5147238 0.5872008 0.5161311 0.5902498 0.5189977 0.5945921 0.5217325 0.592632 0.5184276 0.5923272 0.5218253 0.5954999 0.5133215 0.5971143 0.5129408 0.5949737 0.5084351 0.59232 0.5055434 0.5936723 0.5091139 0.5936257 0.5057625 0.5918127 0.5098027 0.5936723 0.5091139 0.5905531 0.5062136 0.5954999 0.5133215 0.5936723 0.5091139 0.5934028 0.5138785 0.5918127 0.5098027 0.58932 0.5108327 0.5934028 0.5138785 0.5918127 0.5098027 0.5905531 0.5062136 0.5882636 0.507254 0.586529 0.5117257 0.58932 0.5108327 0.5857113 0.5080934 0.586529 0.5117257 0.5872008 0.5161311 0.5907562 0.5147238 0.5181341 0.4101274 0.521948 0.4103006 0.5208226 0.4064979 0.5168731 0.4039934 0.517544 0.4067085 0.5201954 0.4038778 0.5168731 0.4039934 0.514534 0.4042081 0.5153579 0.4069119 0.5181341 0.4101274 0.517544 0.4067085 0.5157713 0.4100029 0.5133339 0.3939068 0.5148692 0.3993608 0.5194397 0.396318 0.5133339 0.3939068 0.507039 0.3907823 0.5116062 0.3986017 0.5168731 0.4039934 0.5148692 0.3993608 0.514534 0.4042081 0.5168731 0.4039934 0.5201954 0.4038778 0.5195226 0.4005977 0.5347885 0.4010485 0.5364468 0.3977696 0.5276038 0.3973184 0.5195226 0.4005977 0.5267975 0.4009803 0.5194397 0.396318 0.5264801 0.4037225 0.5267975 0.4009803 0.5201954 0.4038778 0.5347885 0.4010485 0.5267975 0.4009803 0.5335038 0.4035613 0.5264801 0.4037225 0.5269075 0.4063348 0.5335038 0.4035613 0.5264801 0.4037225 0.5201954 0.4038778 0.5208226 0.4064979 0.5282109 0.4091058 0.5269075 0.4063348 0.521948 0.4103006 0.5282109 0.4091058 0.5344632 0.4088241 0.5336413 0.406074 0.5393328 0.4081788 0.538867 0.4055702 0.5344632 0.4088241 0.5393328 0.4081788 0.5440724 0.4088526 0.5435013 0.4052128 0.5390431 0.4034282 0.538867 0.4055702 0.5429893 0.4036103 0.5390431 0.4034282 0.5335038 0.4035613 0.5336413 0.406074 0.5490067 0.4101915 0.5533115 0.4115914 0.5533221 0.4060463 0.5464107 0.4025581 0.5484607 0.4053911 0.5535364 0.4007317 0.5464107 0.4025581 0.5429893 0.4036103 0.5435013 0.4052128 0.5490067 0.4101915 0.5484607 0.4053911 0.5440724 0.4088526 0.5464107 0.4025581 0.5535364 0.4007317 0.5445899 0.3985332 0.5347885 0.4010485 0.5415898 0.4013425 0.5364468 0.3977696 0.5347885 0.4010485 0.5335038 0.4035613 0.5390431 0.4034282 0.5464107 0.4025581 0.5415898 0.4013425 0.5429893 0.4036103 0.4937816 0.5168797 0.4936116 0.5179333 0.4953336 0.5178114 0.4953336 0.5178114 0.4976803 0.5174058 0.4969167 0.5160233 0.4969167 0.5160233 0.4966471 0.5149097 0.4950171 0.5155164 0.4937816 0.5168797 0.4952723 0.5165235 0.4935595 0.5160971 0.4950171 0.5155164 0.4945812 0.5147284 0.4935595 0.5160971 0.4950171 0.5155164 0.4966471 0.5149097 0.4961606 0.5140051 0.4961606 0.5140051 0.4958226 0.5127058 0.4938081 0.5139366 0.4938081 0.5139366 0.4924476 0.5150137 0.4932234 0.5154912 0.5074676 0.5131435 0.5076086 0.5152685 0.5106315 0.5150281 0.5134677 0.5118538 0.5103027 0.5126132 0.5136702 0.5146467 0.5093975 0.5103493 0.5103027 0.5126132 0.512356 0.5091851 0.5093975 0.5103493 0.5066859 0.5113421 0.5074676 0.5131435 0.5058079 0.5095238 0.5066859 0.5113421 0.5093975 0.5103493 0.5093975 0.5103493 0.512356 0.5091851 0.5106133 0.5065527 0.5106133 0.5065527 0.5085173 0.5041826 0.5064771 0.5059592 0.5064771 0.5059592 0.504293 0.5078662 0.5058079 0.5095238 0.5134677 0.5118538 0.5136702 0.5146467 0.516609 0.5139828 0.5192652 0.5092634 0.5163348 0.5109161 0.5209262 0.5133571 0.5192652 0.5092634 0.5172422 0.5063427 0.5147998 0.5080147 0.5134677 0.5118538 0.5163348 0.5109161 0.512356 0.5091851 0.5147998 0.5080147 0.5126575 0.5051687 0.512356 0.5091851 0.5147998 0.5080147 0.5172422 0.5063427 0.5147349 0.5035056 0.5102563 0.502666 0.5126575 0.5051687 0.5120944 0.5010457 0.5102563 0.502666 0.5085173 0.5041826 0.5106133 0.5065527 0.5364784 0.4909009 0.53356 0.4893641 0.5339239 0.4958583 0.5364512 0.4835773 0.53356 0.4893641 0.5391348 0.4850769 0.5364512 0.4835773 0.533621 0.4819901 0.5306244 0.4877339 0.5306244 0.4877339 0.5278906 0.4925991 0.5308415 0.4942803 0.5244265 0.4909069 0.5278906 0.4925991 0.5306244 0.4877339 0.5306244 0.4877339 0.533621 0.4819901 0.5299431 0.480332 0.523028 0.4848538 0.5270127 0.4860335 0.5256072 0.4792951 0.523028 0.4848538 0.5208663 0.4895702 0.5244265 0.4909069 0.6522887 0.5174751 0.6510255 0.5151996 0.649423 0.5162939 0.649423 0.5162939 0.6478929 0.5170958 0.6486565 0.518185 0.6486565 0.518185 0.6485145 0.5192236 0.6503154 0.5195406 0.6522887 0.5174751 0.6504428 0.5179213 0.6521825 0.5198371 0.6503154 0.5195406 0.6499423 0.5211735 0.6521825 0.5198371 0.6503154 0.5195406 0.6485145 0.5192236 0.6482741 0.5202614 0.6482741 0.5202614 0.6471937 0.5209469 0.6484495 0.5223323 0.6484495 0.5223323 0.6496899 0.5240039 0.6516321 0.5222327 0.5217404 0.4256803 0.5246127 0.4258222 0.52293 0.4175975 0.5181341 0.4101274 0.5198953 0.4168708 0.521948 0.4103006 0.5181341 0.4101274 0.5157713 0.4100029 0.5174679 0.4167708 0.5217404 0.4256803 0.5198953 0.4168708 0.5193043 0.4257191 0.5169191 0.4257601 0.5193043 0.4257191 0.5174679 0.4167708 0.5135667 0.4100248 0.5152587 0.416772 0.5157713 0.4100029 0.5130535 0.4166755 0.5152587 0.416772 0.5122321 0.4115951 0.5169191 0.4257601 0.5152587 0.416772 0.5144175 0.4257718 0.5217404 0.4256803 0.5225824 0.4352974 0.5246127 0.4258222 0.5217404 0.4256803 0.5193043 0.4257191 0.5201375 0.4353509 0.5169191 0.4257601 0.5178409 0.4354545 0.5193043 0.4257191 0.5169191 0.4257601 0.5144175 0.4257718 0.5153194 0.4356062 0.549127 0.4263733 0.5524218 0.4273322 0.5530874 0.4186465 0.5490067 0.4101915 0.5493154 0.4173096 0.5533115 0.4115914 0.5490067 0.4101915 0.5440724 0.4088526 0.5455732 0.4166541 0.549127 0.4263733 0.5493154 0.4173096 0.5458353 0.4254946 0.549127 0.4263733 0.5481812 0.4370107 0.5524218 0.4273322 0.549127 0.4263733 0.5458353 0.4254946 0.5453902 0.4354552 0.5258575 0.5026748 0.5288138 0.5048681 0.5315023 0.5005218 0.5308415 0.4942803 0.528436 0.4986829 0.5339239 0.4958583 0.5308415 0.4942803 0.5278906 0.4925991 0.5255501 0.4967345 0.5258575 0.5026748 0.528436 0.4986829 0.5231398 0.5003544 0.5255501 0.4967345 0.5222207 0.4948754 0.5231398 0.5003544 0.5255501 0.4967345 0.5278906 0.4925991 0.5244265 0.4909069 0.5188954 0.4933398 0.5222207 0.4948754 0.5208663 0.4895702 0.5188954 0.4933398 0.5168418 0.4963923 0.5199922 0.4981964 0.5192652 0.5092634 0.5209262 0.5133571 0.5254582 0.5088737 0.5254582 0.5088737 0.5288138 0.5048681 0.5258575 0.5026748 0.5258575 0.5026748 0.5231398 0.5003544 0.5201963 0.5036731 0.5201963 0.5036731 0.5172422 0.5063427 0.5192652 0.5092634 0.5201963 0.5036731 0.5173384 0.5011273 0.5172422 0.5063427 0.5201963 0.5036731 0.5231398 0.5003544 0.5199922 0.4981964 0.5144322 0.4989577 0.5173384 0.5011273 0.5168418 0.4963923 0.5144322 0.4989577 0.5120944 0.5010457 0.5147349 0.5035056 0.6424294 0.5195392 0.6419365 0.5187189 0.6410638 0.5202152 0.6424294 0.5195392 0.6429396 0.5192465 0.6428014 0.5186729 0.6420816 0.5177505 0.6419365 0.5187189 0.6429316 0.5179384 0.6411268 0.518751 0.6419365 0.5187189 0.6412982 0.5175964 0.6414926 0.5164222 0.6412982 0.5175964 0.6420816 0.5177505 0.6431497 0.517239 0.6422983 0.5167905 0.6429316 0.5179384 0.6431497 0.517239 0.6434845 0.5167822 0.6430571 0.5162566 0.6414926 0.5164222 0.6422983 0.5167905 0.6418797 0.5150279 0.6465075 0.5173124 0.6469892 0.5180838 0.6478929 0.5170958 0.6465075 0.5173124 0.6455374 0.5173612 0.6454913 0.5178094 0.6468459 0.5188659 0.6469892 0.5180838 0.6453397 0.5185093 0.6468459 0.5188659 0.6485145 0.5192236 0.6486565 0.518185 0.6482741 0.5202614 0.6485145 0.5192236 0.6468459 0.5188659 0.6451537 0.5192131 0.6466494 0.5196435 0.6453397 0.5185093 0.6451537 0.5192131 0.6450071 0.5196483 0.6459073 0.5201341 0.6482741 0.5202614 0.6466494 0.5196435 0.6471937 0.5209469 0.644468 0.5169917 0.6442127 0.5175532 0.6455374 0.5173612 0.6431497 0.517239 0.6442127 0.5175532 0.6434845 0.5167822 0.6431497 0.517239 0.6429316 0.5179384 0.6440263 0.5181957 0.6454913 0.5178094 0.6442127 0.5175532 0.6453397 0.5185093 0.6440263 0.5181957 0.6438724 0.5188636 0.6453397 0.5185093 0.6440263 0.5181957 0.6429316 0.5179384 0.6428014 0.5186729 0.6438671 0.5195018 0.6438724 0.5188636 0.6429396 0.5192465 0.6451537 0.5192131 0.6438724 0.5188636 0.6450071 0.5196483 0.6317811 0.5178207 0.63169 0.5193893 0.6330544 0.5187311 0.6330544 0.5187311 0.6337612 0.5184196 0.6336799 0.5177717 0.6336799 0.5177717 0.6337961 0.5168558 0.6327732 0.516742 0.6317811 0.5178207 0.6326715 0.5178034 0.6319063 0.5166261 0.6327732 0.516742 0.6329885 0.5156464 0.6319063 0.5166261 0.6339976 0.5158856 0.6329885 0.5156464 0.6337961 0.5168558 0.6339976 0.5158856 0.6342953 0.5152019 0.6336498 0.5147436 0.6336498 0.5147436 0.6324496 0.513817 0.6321281 0.5154241 0.6414926 0.5164222 0.6418797 0.5150279 0.6402068 0.5153675 0.6402068 0.5153675 0.6394236 0.5156663 0.6394761 0.5163456 0.6394761 0.5163456 0.6393291 0.5172849 0.640403 0.5174401 0.6414926 0.5164222 0.6405665 0.5163488 0.6412982 0.5175964 0.640403 0.5174401 0.6402212 0.5185185 0.6412982 0.5175964 0.6391392 0.5182287 0.6402212 0.5185185 0.6393291 0.5172849 0.6391392 0.5182287 0.6388611 0.5188874 0.6395691 0.5193741 0.6395691 0.5193741 0.6410638 0.5202152 0.6411268 0.518751 0.6384109 0.515325 0.6381773 0.5161882 0.6394236 0.5156663 0.6384109 0.515325 0.636897 0.5150655 0.636759 0.516014 0.636759 0.516014 0.6365635 0.517009 0.6380097 0.5171342 0.6380097 0.5171342 0.6393291 0.5172849 0.6394761 0.5163456 0.6391392 0.5182287 0.6393291 0.5172849 0.6380097 0.5171342 0.6363516 0.5180001 0.6377999 0.5180885 0.6365635 0.517009 0.6363516 0.5180001 0.6361664 0.5189465 0.6377331 0.5189947 0.6391392 0.5182287 0.6377999 0.5180885 0.6388611 0.5188874 0.636759 0.516014 0.636897 0.5150655 0.6353638 0.5150421 0.6339976 0.5158856 0.6353101 0.5159606 0.6342953 0.5152019 0.6339976 0.5158856 0.6337961 0.5168558 0.6351093 0.5169305 0.636759 0.516014 0.6353101 0.5159606 0.6365635 0.517009 0.6363516 0.5180001 0.6365635 0.517009 0.6351093 0.5169305 0.6336799 0.5177717 0.6349424 0.5178659 0.6337961 0.5168558 0.6347051 0.5187149 0.6349424 0.5178659 0.6337612 0.5184196 0.6363516 0.5180001 0.6349424 0.5178659 0.6361664 0.5189465 0.6321281 0.5154241 0.6324496 0.513817 0.630908 0.5143213 0.630908 0.5143213 0.6300707 0.5145905 0.63016 0.5153645 0.63016 0.5153645 0.6299735 0.5164397 0.6310617 0.5165452 0.6321281 0.5154241 0.6312614 0.5153998 0.6319063 0.5166261 0.6317811 0.5178207 0.6319063 0.5166261 0.6310617 0.5165452 0.6297343 0.5175105 0.6308724 0.517683 0.6299735 0.5164397 0.6297343 0.5175105 0.629413 0.5182448 0.6301955 0.5186539 0.6317811 0.5178207 0.6308724 0.517683 0.63169 0.5193893 0.6215804 0.5186159 0.6211022 0.5170287 0.6193518 0.5198538 0.6215804 0.5186159 0.6227702 0.5181508 0.6227076 0.5171554 0.6214942 0.5151255 0.6211022 0.5170287 0.6229023 0.5156418 0.6214942 0.5151255 0.6202484 0.5146385 0.619581 0.5168676 0.6214942 0.5151255 0.6220908 0.513394 0.6202484 0.5146385 0.6214942 0.5151255 0.6229023 0.5156418 0.6233363 0.5141409 0.6233363 0.5141409 0.6238703 0.5131711 0.6231923 0.5122559 0.6231923 0.5122559 0.6218983 0.5104491 0.6210156 0.5127378 0.6267907 0.5147827 0.6270909 0.5136287 0.6252196 0.5132529 0.6233363 0.5141409 0.6249703 0.5145318 0.6238703 0.5131711 0.6233363 0.5141409 0.6229023 0.5156418 0.6246328 0.5158957 0.6267907 0.5147827 0.6249703 0.5145318 0.6265147 0.5160456 0.6263399 0.5173631 0.6265147 0.5160456 0.6246328 0.5158957 0.6227076 0.5171554 0.6244886 0.5172703 0.6229023 0.5156418 0.6242414 0.5184926 0.6244886 0.5172703 0.6227702 0.5181508 0.6263399 0.5173631 0.6244886 0.5172703 0.6262481 0.518586 0.6289147 0.5141162 0.6285951 0.5151095 0.6300707 0.5145905 0.6289147 0.5141162 0.6270909 0.5136287 0.6267907 0.5147827 0.6283764 0.51625 0.6285951 0.5151095 0.6265147 0.5160456 0.6283764 0.51625 0.6299735 0.5164397 0.63016 0.5153645 0.6297343 0.5175105 0.6299735 0.5164397 0.6283764 0.51625 0.6263399 0.5173631 0.628156 0.5174236 0.6265147 0.5160456 0.6263399 0.5173631 0.6262481 0.518586 0.6281396 0.5184874 0.6297343 0.5175105 0.628156 0.5174236 0.629413 0.5182448 0.6210156 0.5127378 0.6218983 0.5104491 0.6197116 0.5105541 0.6197116 0.5105541 0.6183006 0.5103569 0.6181737 0.5118343 0.6181737 0.5118343 0.6171351 0.5134297 0.6190043 0.5144724 0.6210156 0.5127378 0.6198925 0.5126189 0.6202484 0.5146385 0.619581 0.5168676 0.6202484 0.5146385 0.6190043 0.5144724 0.6159123 0.5152704 0.6180527 0.5166497 0.6171351 0.5134297 0.6159123 0.5152704 0.6144006 0.5170243 0.6166858 0.5187066 0.619581 0.5168676 0.6180527 0.5166497 0.6193518 0.5198538 0.6010733 0.4937239 0.5993493 0.4943745 0.6003805 0.4963233 0.6034617 0.4985548 0.6020391 0.4958508 0.6018384 0.4989622 0.6034617 0.4985548 0.6052038 0.4984861 0.6038243 0.4957639 0.6010733 0.4937239 0.6020391 0.4958508 0.6029054 0.4934874 0.6046743 0.4935281 0.6029054 0.4934874 0.6038243 0.4957639 0.6069455 0.4985906 0.6055883 0.4958977 0.6052038 0.4984861 0.6069455 0.4985906 0.6083272 0.4989622 0.6077559 0.497133 0.6046743 0.4935281 0.6055883 0.4958977 0.6069999 0.4941207 0.6164559 0.5083001 0.6153113 0.5091806 0.6183006 0.5103569 0.6120638 0.5055738 0.6153113 0.5091806 0.6133369 0.504987 0.6120638 0.5055738 0.6105129 0.5061826 0.6140138 0.5103129 0.6181737 0.5118343 0.6153113 0.5091806 0.6171351 0.5134297 0.6159123 0.5152704 0.6171351 0.5134297 0.6140138 0.5103129 0.6088831 0.5069336 0.6125553 0.5116256 0.6105129 0.5061826 0.6088831 0.5069336 0.6072151 0.5078287 0.6109379 0.5129541 0.6159123 0.5152704 0.6125553 0.5116256 0.6144006 0.5170243 0.6120638 0.5055738 0.6133369 0.504987 0.610417 0.5014858 0.6069455 0.4985906 0.6091896 0.5019298 0.6083272 0.4989622 0.6069455 0.4985906 0.6052038 0.4984861 0.6075048 0.5020996 0.6120638 0.5055738 0.6091896 0.5019298 0.6105129 0.5061826 0.6088831 0.5069336 0.6105129 0.5061826 0.6075048 0.5020996 0.6034617 0.4985548 0.6057975 0.5024129 0.6052038 0.4984861 0.6034617 0.4985548 0.6018384 0.4989622 0.6041492 0.5029811 0.6088831 0.5069336 0.6057975 0.5024129 0.6072151 0.5078287 0.5683715 0.4090253 0.5648679 0.4087505 0.5673455 0.4132766 0.5683715 0.4090253 0.5692362 0.4063895 0.5652567 0.4059509 0.5615031 0.4081688 0.5648679 0.4087505 0.5620522 0.4059299 0.5615031 0.4081688 0.560607 0.4125705 0.5638388 0.4129697 0.5628968 0.4008923 0.5641856 0.4036979 0.571501 0.4024464 0.5628968 0.4008923 0.5535364 0.4007317 0.5595363 0.4041147 0.5652567 0.4059509 0.5641856 0.4036979 0.5620522 0.4059299 0.5652567 0.4059509 0.5692362 0.4063895 0.5696665 0.4045627 0.5595363 0.4041147 0.5535364 0.4007317 0.5533221 0.4060463 0.557138 0.4122477 0.557662 0.4071198 0.5533115 0.4115914 0.5615031 0.4081688 0.557662 0.4071198 0.560607 0.4125705 0.5615031 0.4081688 0.5620522 0.4059299 0.5595363 0.4041147 0.5162385 0.5458145 0.5167198 0.546701 0.5179378 0.5456337 0.5179378 0.5456337 0.5194467 0.5438867 0.5180155 0.5433738 0.5180155 0.5433738 0.5170996 0.5427722 0.5163608 0.5441934 0.5162385 0.5458145 0.517123 0.5447277 0.5156891 0.5454187 0.5163608 0.5441934 0.5154081 0.543866 0.5156891 0.5454187 0.5163608 0.5441934 0.5170996 0.5427722 0.5159855 0.5423729 0.5159855 0.5423729 0.5145995 0.5414617 0.5140877 0.5436949 0.5140877 0.5436949 0.5139394 0.545274 0.5150139 0.5451726 0.5249981 0.5320652 0.5265015 0.534025 0.5293553 0.5310997 0.5301948 0.5259306 0.5273904 0.5291972 0.53234 0.5282962 0.5251507 0.5277405 0.5273904 0.5291972 0.5274001 0.5240983 0.5251507 0.5277405 0.5231612 0.5309647 0.5249981 0.5320652 0.5251507 0.5277405 0.5226114 0.5265452 0.5231612 0.5309647 0.5251507 0.5277405 0.5274001 0.5240983 0.524111 0.5225985 0.5197563 0.5258001 0.5226114 0.5265452 0.5205687 0.5218452 0.5197563 0.5258001 0.5187621 0.5298814 0.5212318 0.5300378 0.5301948 0.5259306 0.53234 0.5282962 0.5355352 0.5256295 0.5359066 0.519302 0.5330767 0.5227659 0.5401942 0.5227839 0.5294268 0.5206022 0.5330767 0.5227659 0.5315716 0.516955 0.5294268 0.5206022 0.5274001 0.5240983 0.5301948 0.5259306 0.524111 0.5225985 0.5274001 0.5240983 0.5294268 0.5206022 0.5294268 0.5206022 0.5315716 0.516955 0.5268211 0.51492 0.5210208 0.5180985 0.5252595 0.5187704 0.5209262 0.5133571 0.5210208 0.5180985 0.5205687 0.5218452 0.524111 0.5225985 0.5515716 0.4967812 0.5477527 0.4954394 0.5497558 0.5014175 0.5496367 0.4897431 0.5477527 0.4954394 0.553332 0.4911958 0.5496367 0.4897431 0.5459468 0.4879617 0.5439081 0.4937814 0.5439081 0.4937814 0.541932 0.4986109 0.5458888 0.5001502 0.5439081 0.4937814 0.540039 0.4923209 0.541932 0.4986109 0.5439081 0.4937814 0.5459468 0.4879617 0.5423731 0.4864723 0.5364784 0.4909009 0.540039 0.4923209 0.5391348 0.4850769 0.5364784 0.4909009 0.5339239 0.4958583 0.5377821 0.497241 0.6357711 0.5509291 0.636358 0.5484926 0.6347972 0.5482731 0.6347972 0.5482731 0.6334258 0.5479219 0.6332201 0.5491765 0.6332941 0.5512623 0.6344366 0.5500733 0.6324266 0.5499439 0.6332941 0.5512623 0.634184 0.5526613 0.6357711 0.5509291 0.6332941 0.5512623 0.6319622 0.5521881 0.634184 0.5526613 0.6332941 0.5512623 0.6324266 0.5499439 0.6315525 0.5506021 0.6315525 0.5506021 0.6303102 0.55048 0.6301755 0.5520811 0.6301755 0.5520811 0.6298387 0.553879 0.6322619 0.5539206 0.5619822 0.4280434 0.5653526 0.4286674 0.5664313 0.4199504 0.5664313 0.4199504 0.5673455 0.4132766 0.5638388 0.4129697 0.5597982 0.4191 0.5629891 0.419481 0.560607 0.4125705 0.5597982 0.4191 0.5587746 0.4276047 0.5619822 0.4280434 0.5597982 0.4191 0.5565396 0.4190325 0.5587746 0.4276047 0.5597982 0.4191 0.560607 0.4125705 0.557138 0.4122477 0.557138 0.4122477 0.5533115 0.4115914 0.5530874 0.4186465 0.5556127 0.4275552 0.5565396 0.4190325 0.5524218 0.4273322 0.5619822 0.4280434 0.5604817 0.4384154 0.5653526 0.4286674 0.5572338 0.4379321 0.5604817 0.4384154 0.5587746 0.4276047 0.5572338 0.4379321 0.5587746 0.4276047 0.5556127 0.4275552 0.5510866 0.4377688 0.5541031 0.4378962 0.5524218 0.4273322 0.5475526 0.5067269 0.5436053 0.505282 0.5451648 0.5121243 0.5475526 0.5067269 0.5497558 0.5014175 0.5458888 0.5001502 0.5395676 0.5035487 0.5436053 0.505282 0.541932 0.4986109 0.5395676 0.5035487 0.5369404 0.5083724 0.5410961 0.5104171 0.5395676 0.5035487 0.535373 0.5020529 0.5369404 0.5083724 0.5395676 0.5035487 0.541932 0.4986109 0.5377821 0.497241 0.5315023 0.5005218 0.535373 0.5020529 0.5339239 0.4958583 0.5315023 0.5005218 0.5288138 0.5048681 0.5326772 0.506645 0.5359066 0.519302 0.5401942 0.5227839 0.5427953 0.5170249 0.5427953 0.5170249 0.5451648 0.5121243 0.5410961 0.5104171 0.5341756 0.5128598 0.5385548 0.5151381 0.5369404 0.5083724 0.5341756 0.5128598 0.5315716 0.516955 0.5359066 0.519302 0.5341756 0.5128598 0.5295601 0.5109061 0.5315716 0.516955 0.5341756 0.5128598 0.5369404 0.5083724 0.5326772 0.506645 0.5254582 0.5088737 0.5295601 0.5109061 0.5288138 0.5048681 0.5254582 0.5088737 0.5209262 0.5133571 0.5268211 0.51492 0.627935 0.5468135 0.6281685 0.5459175 0.6263833 0.5463036 0.627935 0.5468135 0.628569 0.5469676 0.62888 0.5464736 0.6289772 0.54529 0.6281685 0.5459175 0.6294574 0.5459492 0.6289772 0.54529 0.6285472 0.5446851 0.62753 0.5453786 0.6289772 0.54529 0.6298355 0.5447224 0.6285472 0.5446851 0.6301183 0.5454882 0.6298355 0.5447224 0.6294574 0.5459492 0.6301183 0.5454882 0.6306962 0.5453231 0.6307647 0.5447431 0.6295585 0.5440181 0.6298355 0.5447224 0.6307956 0.5433115 0.6324332 0.5473073 0.6322399 0.5481978 0.6334258 0.5479219 0.6324332 0.5473073 0.6317484 0.5468454 0.6314187 0.5472179 0.631604 0.5487867 0.6322399 0.5481978 0.6308259 0.5477482 0.631604 0.5487867 0.6324266 0.5499439 0.6332201 0.5491765 0.6315525 0.5506021 0.6324266 0.5499439 0.631604 0.5487867 0.6302083 0.5482236 0.6309229 0.5493091 0.6308259 0.5477482 0.6302083 0.5482236 0.6297892 0.5484617 0.6300408 0.549273 0.6315525 0.5506021 0.6309229 0.5493091 0.6303102 0.55048 0.6312584 0.5459758 0.6306787 0.5463174 0.6317484 0.5468454 0.6301183 0.5454882 0.6306787 0.5463174 0.6306962 0.5453231 0.6301183 0.5454882 0.6294574 0.5459492 0.630092 0.5467855 0.630092 0.5467855 0.6308259 0.5477482 0.6314187 0.5472179 0.630092 0.5467855 0.6295436 0.5472604 0.6308259 0.5477482 0.630092 0.5467855 0.6294574 0.5459492 0.62888 0.5464736 0.6290936 0.5477312 0.6295436 0.5472604 0.628569 0.5469676 0.6290936 0.5477312 0.6297892 0.5484617 0.6302083 0.5482236 0.6218059 0.538565 0.6222244 0.5374299 0.6202446 0.5377326 0.6218059 0.538565 0.6225603 0.5390045 0.622974 0.5383497 0.6231394 0.5366889 0.6222244 0.5374299 0.6237899 0.5376948 0.6231394 0.5366889 0.6226484 0.5359374 0.6216011 0.5367555 0.6231394 0.5366889 0.6241379 0.5360506 0.6226484 0.5359374 0.6231394 0.5366889 0.6237899 0.5376948 0.6246678 0.5371147 0.6246678 0.5371147 0.6254241 0.5369405 0.625323 0.5360499 0.6237768 0.5352154 0.6241379 0.5360506 0.6251458 0.5342648 0.6295585 0.5440181 0.6307956 0.5433115 0.6295277 0.5424231 0.6295277 0.5424231 0.6287913 0.5420237 0.62831 0.542573 0.6280635 0.5440115 0.6290156 0.5433732 0.6274647 0.5431548 0.6295585 0.5440181 0.6290156 0.5433732 0.6285472 0.5446851 0.6280635 0.5440115 0.6270852 0.5446435 0.6285472 0.5446851 0.6265949 0.5437127 0.6270852 0.5446435 0.6274647 0.5431548 0.6265949 0.5437127 0.6259025 0.5439603 0.6259851 0.5447747 0.6259851 0.5447747 0.6263833 0.5463036 0.62753 0.5453786 0.6283793 0.5409651 0.6275449 0.5414031 0.6287913 0.5420237 0.6283793 0.5409651 0.6274966 0.5394456 0.626663 0.5400001 0.6266896 0.5420003 0.6275449 0.5414031 0.6257691 0.5406227 0.6266896 0.5420003 0.6274647 0.5431548 0.62831 0.542573 0.6265949 0.5437127 0.6274647 0.5431548 0.6266896 0.5420003 0.6248806 0.5412635 0.6258202 0.542587 0.6257691 0.5406227 0.6248806 0.5412635 0.624058 0.5418598 0.6250938 0.5432087 0.6265949 0.5437127 0.6258202 0.542587 0.6259025 0.5439603 0.626663 0.5400001 0.6274966 0.5394456 0.626349 0.5378949 0.6246678 0.5371147 0.6256067 0.5385009 0.6254241 0.5369405 0.6246678 0.5371147 0.6237899 0.5376948 0.6247345 0.5390968 0.626663 0.5400001 0.6256067 0.5385009 0.6257691 0.5406227 0.6247345 0.5390968 0.6238957 0.5397393 0.6257691 0.5406227 0.6247345 0.5390968 0.6237899 0.5376948 0.622974 0.5383497 0.6230849 0.5402339 0.6238957 0.5397393 0.6225603 0.5390045 0.6230849 0.5402339 0.624058 0.5418598 0.6248806 0.5412635 0.6238971 0.5331029 0.6233446 0.5345162 0.6251458 0.5342648 0.6238971 0.5331029 0.623084 0.5324519 0.622587 0.5333818 0.622182 0.5352984 0.6233446 0.5345162 0.6213917 0.5342233 0.6237768 0.5352154 0.6233446 0.5345162 0.6226484 0.5359374 0.6216011 0.5367555 0.6226484 0.5359374 0.622182 0.5352984 0.6201998 0.5350288 0.6210585 0.5361024 0.6213917 0.5342233 0.6201998 0.5350288 0.6191802 0.5351839 0.6195514 0.5361466 0.6216011 0.5367555 0.6210585 0.5361024 0.6202446 0.5377326 0.6103476 0.5240021 0.6072752 0.5260136 0.6103661 0.5270004 0.6103661 0.5270004 0.6119879 0.5275504 0.6129286 0.5264378 0.6129286 0.5264378 0.6148977 0.52513 0.6138412 0.5235837 0.6103476 0.5240021 0.6114549 0.5250945 0.6129812 0.5224151 0.6156965 0.521031 0.6129812 0.5224151 0.6138412 0.5235837 0.6138412 0.5235837 0.6148977 0.52513 0.6169049 0.523899 0.6169049 0.523899 0.6183523 0.5235109 0.6185348 0.5220468 0.6185348 0.5220468 0.6193518 0.5198538 0.6156965 0.521031 0.6195321 0.5250445 0.6181156 0.5261109 0.6209554 0.5277706 0.6169049 0.523899 0.6181156 0.5261109 0.6183523 0.5235109 0.6169049 0.523899 0.6148977 0.52513 0.616402 0.5272317 0.6196534 0.5286364 0.6181156 0.5261109 0.6181478 0.5296543 0.61669 0.5307428 0.6181478 0.5296543 0.616402 0.5272317 0.6129286 0.5264378 0.6147319 0.5284223 0.6148977 0.52513 0.6131773 0.5293131 0.6147319 0.5284223 0.6119879 0.5275504 0.61669 0.5307428 0.6147319 0.5284223 0.6154311 0.5316781 0.622401 0.5305728 0.6212503 0.5312409 0.623084 0.5324519 0.622401 0.5305728 0.6209554 0.5277706 0.6196534 0.5286364 0.619929 0.5321634 0.6212503 0.5312409 0.6181478 0.5296543 0.619929 0.5321634 0.6213917 0.5342233 0.622587 0.5333818 0.6201998 0.5350288 0.6213917 0.5342233 0.619929 0.5321634 0.61669 0.5307428 0.6186282 0.5330936 0.6181478 0.5296543 0.61669 0.5307428 0.6154311 0.5316781 0.6176351 0.5339497 0.6201998 0.5350288 0.6186282 0.5330936 0.6191802 0.5351839 0.6156965 0.521031 0.6193518 0.5198538 0.6166858 0.5187066 0.6124949 0.5183593 0.614552 0.5201987 0.6144006 0.5170243 0.6124949 0.5183593 0.6104122 0.5194435 0.6120664 0.5214465 0.6156965 0.521031 0.614552 0.5201987 0.6129812 0.5224151 0.6103476 0.5240021 0.6129812 0.5224151 0.6120664 0.5214465 0.6083694 0.5204452 0.6096439 0.5227701 0.6104122 0.5194435 0.6083694 0.5204452 0.6065562 0.5202022 0.6068988 0.5222477 0.6103476 0.5240021 0.6096439 0.5227701 0.6072752 0.5260136 0.5962448 0.5023778 0.5965889 0.5000382 0.5938466 0.4971197 0.5962448 0.5023778 0.5975793 0.5035522 0.598107 0.5021537 0.5977708 0.498668 0.5965889 0.5000382 0.5992335 0.501025 0.5977708 0.498668 0.596585 0.497116 0.5952337 0.4987817 0.5977708 0.498668 0.5989962 0.497346 0.596585 0.497116 0.5977708 0.498668 0.5992335 0.501025 0.6004531 0.4998733 0.6003805 0.4963233 0.5989962 0.497346 0.6018384 0.4989622 0.6003805 0.4963233 0.5993493 0.4943745 0.597905 0.4955761 0.6124949 0.5183593 0.6144006 0.5170243 0.6109379 0.5129541 0.6055492 0.50887 0.6091638 0.5141338 0.6072151 0.5078287 0.6055492 0.50887 0.603918 0.5099233 0.6073341 0.5151714 0.6124949 0.5183593 0.6091638 0.5141338 0.6104122 0.5194435 0.6083694 0.5204452 0.6104122 0.5194435 0.6073341 0.5151714 0.6023539 0.510855 0.6055498 0.516074 0.603918 0.5099233 0.6023539 0.510855 0.6010159 0.5115849 0.6041428 0.5169623 0.6083694 0.5204452 0.6055498 0.516074 0.6065562 0.5202022 0.6041492 0.5029811 0.6026416 0.5039156 0.6072151 0.5078287 0.6041492 0.5029811 0.6018384 0.4989622 0.6004531 0.4998733 0.6012502 0.5049924 0.6026416 0.5039156 0.5992335 0.501025 0.6012502 0.5049924 0.603918 0.5099233 0.6055492 0.50887 0.6012502 0.5049924 0.5999509 0.5059871 0.603918 0.5099233 0.6012502 0.5049924 0.5992335 0.501025 0.598107 0.5021537 0.5987197 0.5066192 0.5999509 0.5059871 0.5975793 0.5035522 0.5987197 0.5066192 0.6010159 0.5115849 0.6023539 0.510855 0.5095605 0.473395 0.5078685 0.4754216 0.5099958 0.477087 0.5095605 0.473395 0.5086187 0.4716187 0.5073232 0.4726413 0.5059767 0.4761419 0.5078685 0.4754216 0.5052958 0.4732173 0.5059767 0.4761419 0.5064504 0.4779704 0.5082964 0.4772794 0.5059767 0.4761419 0.5040323 0.4766597 0.5064504 0.4779704 0.5032866 0.4735049 0.5040323 0.4766597 0.5052958 0.4732173 0.5032866 0.4735049 0.5016855 0.4727326 0.5015915 0.4751981 0.5045024 0.4787219 0.5040323 0.4766597 0.5015215 0.4773676 0.4913959 0.3990114 0.4895718 0.4051345 0.4917651 0.4055924 0.4953135 0.4011393 0.4933218 0.4001912 0.4940977 0.4059316 0.4950571 0.3972679 0.4933218 0.4001912 0.4966016 0.3987068 0.4950571 0.3972679 0.4937731 0.3946927 0.4913959 0.3990114 0.5045629 0.4246487 0.505016 0.4351899 0.5084006 0.4254143 0.5045629 0.4246487 0.5005711 0.424037 0.5012704 0.4346737 0.4968783 0.4241904 0.4975655 0.4347953 0.5005711 0.424037 0.49412 0.4351803 0.4975655 0.4347953 0.4937118 0.4246141 0.5045629 0.4246487 0.5084006 0.4254143 0.5077054 0.4156268 0.5032488 0.406697 0.5039465 0.4147418 0.5074911 0.4068617 0.5032488 0.406697 0.499719 0.4061909 0.5000134 0.4140764 0.5045629 0.4246487 0.5039465 0.4147418 0.5005711 0.424037 0.4968783 0.4241904 0.5005711 0.424037 0.5000134 0.4140764 0.5000134 0.4140764 0.499719 0.4061909 0.4967088 0.4060334 0.4936341 0.4143106 0.4965577 0.4140794 0.4940977 0.4059316 0.4936341 0.4143106 0.4937118 0.4246141 0.4968783 0.4241904 0.5032866 0.4735049 0.5052958 0.4732173 0.5030779 0.4565176 0.5073232 0.4726413 0.5059349 0.4567012 0.5052958 0.4732173 0.4953135 0.4011393 0.4940977 0.4059316 0.4967088 0.4060334 0.4998099 0.40178 0.4974367 0.4016239 0.499719 0.4061909 0.4998099 0.40178 0.5000153 0.399553 0.498242 0.3994629 0.4953135 0.4011393 0.4974367 0.4016239 0.4966016 0.3987068 0.5032488 0.406697 0.5074911 0.4068617 0.5055022 0.4011528 0.5055022 0.4011528 0.5039092 0.3975399 0.5019583 0.3989941 0.4998099 0.40178 0.5025516 0.4017424 0.5000153 0.399553 0.5032488 0.406697 0.5025516 0.4017424 0.499719 0.4061909 0.5975596 0.4004508 0.5977894 0.4038928 0.6068663 0.399339 0.5975596 0.4004508 0.5879597 0.4014675 0.5883147 0.404325 0.598145 0.4062036 0.5977894 0.4038928 0.589057 0.4057952 0.598145 0.4062036 0.6069719 0.4063796 0.607055 0.4032453 0.6063653 0.4088014 0.6069719 0.4063796 0.598145 0.4062036 0.598145 0.4062036 0.589057 0.4057952 0.5895882 0.4069513 0.5981253 0.4099013 0.5982216 0.4079782 0.5899028 0.4084352 0.6063653 0.4088014 0.5982216 0.4079782 0.6056095 0.4111568 0.6210292 0.4020131 0.6212868 0.3982096 0.6179593 0.4025161 0.6173046 0.4068949 0.619311 0.4043146 0.6161263 0.4057279 0.6185985 0.4074128 0.619311 0.4043146 0.6170929 0.4085395 0.6210292 0.4020131 0.619311 0.4043146 0.6201961 0.4061937 0.6119084 0.4127636 0.6147217 0.4100328 0.6119366 0.4109188 0.6151986 0.4113317 0.6147217 0.4100328 0.611311 0.4165194 0.6173046 0.4068949 0.6147217 0.4100328 0.6170929 0.4085395 0.6173046 0.4068949 0.6161263 0.4057279 0.6138483 0.4087274 0.6151986 0.4113317 0.611311 0.4165194 0.6131586 0.4170606 0.6183109 0.4107415 0.6165389 0.4113554 0.6150518 0.4168542 0.6183109 0.4107415 0.6201961 0.4061937 0.6185985 0.4074128 0.6151986 0.4113317 0.6165389 0.4113554 0.6170929 0.4085395 0.6179593 0.4025161 0.6212868 0.3982096 0.6143279 0.3986275 0.607055 0.4032453 0.6138261 0.4024731 0.6068663 0.399339 0.607055 0.4032453 0.6069719 0.4063796 0.6128239 0.4058886 0.6179593 0.4025161 0.6138261 0.4024731 0.6161263 0.4057279 0.6138483 0.4087274 0.6161263 0.4057279 0.6128239 0.4058886 0.6063653 0.4088014 0.6113185 0.408684 0.6069719 0.4063796 0.6063653 0.4088014 0.6056095 0.4111568 0.6099132 0.4112862 0.6138483 0.4087274 0.6113185 0.408684 0.6119366 0.4109188 0.5796182 0.4018944 0.5809159 0.4044515 0.5879597 0.4014675 0.5796182 0.4018944 0.571501 0.4024464 0.5760155 0.404676 0.5824211 0.4055891 0.5809159 0.4044515 0.5787255 0.4054518 0.5824211 0.4055891 0.589057 0.4057952 0.5883147 0.404325 0.5824211 0.4055891 0.5831659 0.4064568 0.589057 0.4057952 0.5824211 0.4055891 0.5787255 0.4054518 0.578225 0.4060791 0.583384 0.4076747 0.5831659 0.4064568 0.5780608 0.4072592 0.583384 0.4076747 0.5899028 0.4084352 0.5895882 0.4069513 0.5696665 0.4045627 0.5740358 0.405402 0.571501 0.4024464 0.5696665 0.4045627 0.5692362 0.4063895 0.5734245 0.4068282 0.578225 0.4060791 0.5740358 0.405402 0.5780608 0.4072592 0.578225 0.4060791 0.5787255 0.4054518 0.5760155 0.404676 0.5683715 0.4090253 0.5673455 0.4132766 0.5716391 0.413323 0.5776165 0.4093581 0.5726291 0.4091534 0.5767102 0.4134463 0.5776165 0.4093581 0.5780608 0.4072592 0.5734245 0.4068282 0.5683715 0.4090253 0.5726291 0.4091534 0.5692362 0.4063895 0.5819301 0.4985545 0.5825234 0.5043715 0.5845335 0.4996055 0.5819301 0.4985545 0.5792788 0.4970464 0.5799271 0.5032767 0.5831556 0.5081611 0.5825234 0.5043715 0.5805585 0.5077931 0.5831556 0.5081611 0.5857113 0.5080934 0.5850776 0.5049795 0.5767437 0.4958031 0.5742031 0.4948364 0.5746466 0.5014279 0.5778819 0.5073257 0.577351 0.5023083 0.5749527 0.5067235 0.5778819 0.5073257 0.5805585 0.5077931 0.5799271 0.5032767 0.5767437 0.4958031 0.577351 0.5023083 0.5792788 0.4970464 0.5715976 0.5059515 0.5749527 0.5067235 0.5746466 0.5014279 0.5715355 0.4941583 0.5716654 0.5005968 0.5742031 0.4948364 0.5715355 0.4941583 0.5684439 0.4935209 0.5681503 0.4996919 0.5715976 0.5059515 0.5716654 0.5005968 0.5676083 0.5049431 0.5834552 0.4443585 0.5822983 0.449044 0.5860064 0.4455461 0.5834552 0.4443585 0.5809361 0.44253 0.5800821 0.4476746 0.589441 0.4421014 0.5890678 0.447677 0.5961053 0.4349221 0.5851188 0.4497842 0.5890678 0.447677 0.5860064 0.4455461 0.5906496 0.4313483 0.5866369 0.4383401 0.5961053 0.4349221 0.5824188 0.4364899 0.5866369 0.4383401 0.5844869 0.4296022 0.5834552 0.4443585 0.5866369 0.4383401 0.5809361 0.44253 0.5834552 0.4443585 0.5860064 0.4455461 0.589441 0.4421014 0.5800821 0.4476746 0.5809361 0.44253 0.5785039 0.4430485 0.5757375 0.4475343 0.5779459 0.4478944 0.5765256 0.4433393 0.5824188 0.4364899 0.5844869 0.4296022 0.5789858 0.4291465 0.5753914 0.4391723 0.5785499 0.4366472 0.5733721 0.4307855 0.5753914 0.4391723 0.5765256 0.4433393 0.5785039 0.4430485 0.5824188 0.4364899 0.5785499 0.4366472 0.5809361 0.44253 0.5753914 0.4391723 0.5733721 0.4307855 0.5705248 0.4409606 0.5753914 0.4391723 0.5733049 0.4444255 0.5765256 0.4433393 0.5115004 0.5481437 0.5125016 0.5470298 0.5101985 0.5472522 0.5129809 0.5475477 0.5125016 0.5470298 0.5123178 0.5483114 0.5138873 0.5462823 0.5125016 0.5470298 0.5138831 0.5470052 0.5138873 0.5462823 0.5139394 0.545274 0.5121921 0.5459207 0.487817 0.5167119 0.4880152 0.518462 0.48862 0.5180954 0.4892897 0.5170802 0.4885534 0.5168961 0.4892247 0.5177287 0.4892897 0.5170802 0.4897386 0.516582 0.4891487 0.5159512 0.487817 0.5167119 0.4885534 0.5168961 0.4887313 0.5145326 0.4890557 0.5199218 0.4912573 0.5209093 0.4904451 0.5195562 0.4896436 0.5183493 0.4893497 0.5191356 0.4903314 0.51863 0.4896436 0.5183493 0.4892247 0.5177287 0.48862 0.5180954 0.4890557 0.5199218 0.4893497 0.5191356 0.4880152 0.518462 0.5138873 0.5462823 0.5146824 0.5461044 0.5139394 0.545274 0.5138873 0.5462823 0.5138831 0.5470052 0.5143821 0.5468488 0.5151453 0.5462753 0.5146824 0.5461044 0.5146653 0.5469474 0.5151453 0.5462753 0.5156891 0.5454187 0.5150139 0.5451726 0.5151453 0.5462753 0.5155341 0.5465741 0.5156891 0.5454187 0.5151453 0.5462753 0.5146653 0.5469474 0.5149199 0.54717 0.5158351 0.5473103 0.5155341 0.5465741 0.515117 0.5476905 0.5162385 0.5458145 0.5155341 0.5465741 0.5167198 0.546701 0.547419 0.5425603 0.5472884 0.5437322 0.5478747 0.5438194 0.5492672 0.5426058 0.5482253 0.5426704 0.5487894 0.5439334 0.5492672 0.5426058 0.5495616 0.5416083 0.5487784 0.541495 0.547419 0.5425603 0.5482253 0.5426704 0.5475859 0.5413368 0.5524209 0.5419679 0.550746 0.5421811 0.5520594 0.5444739 0.5524209 0.5419679 0.5522127 0.539057 0.5505614 0.540753 0.5492672 0.5426058 0.550746 0.5421811 0.5495616 0.5416083 0.5492672 0.5426058 0.5487894 0.5439334 0.5503333 0.5441147 0.5505614 0.540753 0.5522127 0.539057 0.550121 0.5379006 0.5477756 0.5398547 0.5494026 0.5400888 0.5480254 0.5375619 0.5477756 0.5398547 0.5475859 0.5413368 0.5487784 0.541495 0.5505614 0.540753 0.5494026 0.5400888 0.5495616 0.5416083 0.546729 0.5436315 0.5472884 0.5437322 0.547419 0.5425603 0.5464339 0.5412265 0.5466471 0.5424611 0.5475859 0.5413368 0.5464339 0.5412265 0.5456951 0.5411394 0.5457336 0.5421385 0.546729 0.5436315 0.5466471 0.5424611 0.5459011 0.5434882 0.5459483 0.5374229 0.5461865 0.5397169 0.5480254 0.5375619 0.5459483 0.5374229 0.5437201 0.5381215 0.5449804 0.5400825 0.5464339 0.5412265 0.5461865 0.5397169 0.5456951 0.5411394 0.5464339 0.5412265 0.5475859 0.5413368 0.5477756 0.5398547 0.5449804 0.5400825 0.5437201 0.5381215 0.5429417 0.5407877 0.5445092 0.5432733 0.5445025 0.5413584 0.5428125 0.5432174 0.5445092 0.5432733 0.5459011 0.5434882 0.5457336 0.5421385 0.5449804 0.5400825 0.5445025 0.5413584 0.5456951 0.5411394 0.5478747 0.5438194 0.5472884 0.5437322 0.5472071 0.5450594 0.5479683 0.5466492 0.547858 0.5451465 0.5471372 0.5465258 0.5479683 0.5466492 0.5485036 0.5467262 0.5486506 0.5454713 0.5478747 0.5438194 0.547858 0.5451465 0.5487894 0.5439334 0.5479002 0.5500338 0.547999 0.5483251 0.5469329 0.5497664 0.5489035 0.5479552 0.547999 0.5483251 0.5493121 0.5499775 0.5489035 0.5479552 0.5485036 0.5467262 0.5479683 0.5466492 0.5479683 0.5466492 0.5471372 0.5465258 0.5470408 0.5481156 0.5489035 0.5479552 0.5493121 0.5499775 0.5509788 0.5471981 0.5503333 0.5441147 0.5497004 0.5462955 0.5520594 0.5444739 0.5503333 0.5441147 0.5487894 0.5439334 0.5486506 0.5454713 0.5489035 0.5479552 0.5497004 0.5462955 0.5485036 0.5467262 0.546729 0.5436315 0.5465824 0.5449483 0.5472884 0.5437322 0.5458201 0.5450388 0.5465824 0.5449483 0.5459011 0.5434882 0.5458201 0.5450388 0.5458062 0.5463238 0.5463269 0.5464155 0.5463269 0.5464155 0.5471372 0.5465258 0.5472071 0.5450594 0.5433692 0.5461218 0.5447567 0.5455563 0.5428125 0.5432174 0.5433692 0.5461218 0.5445349 0.5492742 0.545272 0.5474098 0.5458201 0.5450388 0.5447567 0.5455563 0.5458062 0.5463238 0.5458201 0.5450388 0.5459011 0.5434882 0.5445092 0.5432733 0.5459399 0.5497304 0.5460826 0.5480367 0.5445349 0.5492742 0.5470408 0.5481156 0.5460826 0.5480367 0.5469329 0.5497664 0.5463269 0.5464155 0.5460826 0.5480367 0.5471372 0.5465258 0.5463269 0.5464155 0.5458062 0.5463238 0.545272 0.5474098 0.5029583 0.5127723 0.5020294 0.5130906 0.5022642 0.5135585 0.5037994 0.5142081 0.5032601 0.5134449 0.5026123 0.5142937 0.5037994 0.5142081 0.5046177 0.5140876 0.5043079 0.513462 0.5029583 0.5127723 0.5032601 0.5134449 0.5038768 0.5124353 0.5056464 0.5165598 0.5047913 0.5151947 0.5036014 0.5172724 0.5056464 0.5165598 0.5076086 0.5152685 0.5056928 0.5145354 0.5037994 0.5142081 0.5047913 0.5151947 0.5046177 0.5140876 0.5037994 0.5142081 0.5026123 0.5142937 0.5031487 0.5156104 0.5056928 0.5145354 0.5076086 0.5152685 0.5074676 0.5131435 0.5049825 0.511998 0.5055899 0.5133939 0.5066859 0.5113421 0.5049825 0.511998 0.5038768 0.5124353 0.5043079 0.513462 0.5056928 0.5145354 0.5055899 0.5133939 0.5046177 0.5140876 0.5018332 0.5125758 0.5020294 0.5130906 0.5029583 0.5127723 0.5034458 0.5113773 0.5026786 0.5120576 0.5038768 0.5124353 0.5034458 0.5113773 0.5031666 0.5107042 0.5024697 0.5111515 0.5018332 0.5125758 0.5026786 0.5120576 0.5015063 0.5118452 0.5058079 0.5095238 0.5043711 0.5105755 0.5066859 0.5113421 0.5058079 0.5095238 0.504293 0.5078662 0.5035666 0.50969 0.5034458 0.5113773 0.5043711 0.5105755 0.5031666 0.5107042 0.5034458 0.5113773 0.5038768 0.5124353 0.5049825 0.511998 0.5035666 0.50969 0.504293 0.5078662 0.5019552 0.5084041 0.5019552 0.5084041 0.4999739 0.5093317 0.5008797 0.5107303 0.5008797 0.5107303 0.5015063 0.5118452 0.5024697 0.5111515 0.5035666 0.50969 0.5023801 0.5099049 0.5031666 0.5107042 0.5008926 0.5134719 0.5011375 0.5140185 0.5020294 0.5130906 0.5008926 0.5134719 0.4995927 0.5139051 0.4998714 0.5146743 0.4998714 0.5146743 0.5000717 0.5151862 0.5012391 0.5147841 0.5022642 0.5135585 0.5011375 0.5140185 0.5026123 0.5142937 0.4969167 0.5160233 0.4984571 0.5153747 0.4966471 0.5149097 0.4992065 0.5160642 0.4984571 0.5153747 0.4976803 0.5174058 0.4992065 0.5160642 0.5000717 0.5151862 0.4998714 0.5146743 0.4998714 0.5146743 0.4995927 0.5139051 0.4981749 0.5143784 0.4992065 0.5160642 0.4976803 0.5174058 0.5008625 0.5175733 0.5031487 0.5156104 0.5010287 0.5160216 0.5036014 0.5172724 0.5031487 0.5156104 0.5026123 0.5142937 0.5012391 0.5147841 0.4992065 0.5160642 0.5010287 0.5160216 0.5000717 0.5151862 0.5018332 0.5125758 0.5006728 0.5128914 0.5020294 0.5130906 0.5001844 0.5122888 0.5006728 0.5128914 0.5015063 0.5118452 0.5001844 0.5122888 0.4990812 0.5126924 0.4992843 0.5131508 0.5008926 0.5134719 0.5006728 0.5128914 0.4995927 0.5139051 0.4978833 0.5107514 0.4991335 0.5116761 0.4999739 0.5093317 0.4978833 0.5107514 0.4958226 0.5127058 0.4978542 0.5126352 0.5001844 0.5122888 0.4991335 0.5116761 0.4990812 0.5126924 0.5001844 0.5122888 0.5015063 0.5118452 0.5008797 0.5107303 0.4961606 0.5140051 0.4977543 0.5135006 0.4958226 0.5127058 0.4981749 0.5143784 0.4977543 0.5135006 0.4966471 0.5149097 0.4981749 0.5143784 0.4995927 0.5139051 0.4992843 0.5131508 0.4992843 0.5131508 0.4990812 0.5126924 0.4978542 0.5126352 0.5204716 0.5360993 0.5198826 0.5372844 0.5204142 0.5375007 0.5221855 0.5367172 0.5211939 0.5364688 0.5212218 0.5378496 0.5221855 0.5367172 0.5228672 0.5357621 0.5221769 0.5354027 0.5204716 0.5360993 0.5211939 0.5364688 0.5211157 0.5348053 0.5254271 0.5371667 0.5237087 0.5367363 0.5240321 0.5396474 0.5254271 0.5371667 0.5265015 0.534025 0.5241526 0.5351546 0.5221855 0.5367172 0.5237087 0.5367363 0.5228672 0.5357621 0.5221855 0.5367172 0.5212218 0.5378496 0.5225291 0.5385669 0.5249981 0.5320652 0.5233526 0.5340343 0.5265015 0.534025 0.5219143 0.5332067 0.5233526 0.5340343 0.5231612 0.5309647 0.5219143 0.5332067 0.5211157 0.5348053 0.5221769 0.5354027 0.5241526 0.5351546 0.5233526 0.5340343 0.5228672 0.5357621 0.5194032 0.5369648 0.5198826 0.5372844 0.5204716 0.5360993 0.5200249 0.5342824 0.5197563 0.5357169 0.5211157 0.5348053 0.5200249 0.5342824 0.5193565 0.5339214 0.5189884 0.5350392 0.5194032 0.5369648 0.5197563 0.5357169 0.5186499 0.5364927 0.5212318 0.5300378 0.5204432 0.5325031 0.5231612 0.5309647 0.5191158 0.5325024 0.5204432 0.5325031 0.5187621 0.5298814 0.5200249 0.5342824 0.5204432 0.5325031 0.5193565 0.5339214 0.5200249 0.5342824 0.5211157 0.5348053 0.5219143 0.5332067 0.5191158 0.5325024 0.5187621 0.5298814 0.516781 0.5325976 0.5172966 0.5358189 0.5181086 0.5337837 0.5155397 0.5351987 0.5172966 0.5358189 0.5186499 0.5364927 0.5189884 0.5350392 0.5191158 0.5325024 0.5181086 0.5337837 0.5193565 0.5339214 0.5192496 0.5385563 0.5198484 0.5387666 0.5198826 0.5372844 0.5192496 0.5385563 0.5185711 0.5399067 0.5193428 0.5402197 0.5193428 0.5402197 0.5198525 0.5404158 0.5204864 0.5392481 0.5204142 0.5375007 0.5198484 0.5387666 0.5212218 0.5378496 0.5180155 0.5433738 0.5187436 0.5418133 0.5170996 0.5427722 0.5197673 0.5417211 0.5187436 0.5418133 0.5194467 0.5438867 0.5197673 0.5417211 0.5198525 0.5404158 0.5193428 0.5402197 0.5193428 0.5402197 0.5185711 0.5399067 0.5178454 0.5413277 0.5197673 0.5417211 0.5194467 0.5438867 0.5220197 0.5419036 0.5225291 0.5385669 0.5211222 0.5404337 0.5240321 0.5396474 0.5225291 0.5385669 0.5212218 0.5378496 0.5204864 0.5392481 0.5197673 0.5417211 0.5211222 0.5404337 0.5198525 0.5404158 0.5194032 0.5369648 0.5187314 0.5381845 0.5198826 0.5372844 0.5179483 0.537932 0.5187314 0.5381845 0.5186499 0.5364927 0.5179483 0.537932 0.5173508 0.5391442 0.5178498 0.5394614 0.5178498 0.5394614 0.5185711 0.5399067 0.5192496 0.5385563 0.5147905 0.5381798 0.5165548 0.53808 0.5155397 0.5351987 0.5147905 0.5381798 0.5145995 0.5414617 0.5162795 0.5399673 0.5179483 0.537932 0.5165548 0.53808 0.5173508 0.5391442 0.5179483 0.537932 0.5186499 0.5364927 0.5172966 0.5358189 0.5159855 0.5423729 0.5168669 0.5408811 0.5145995 0.5414617 0.5178454 0.5413277 0.5168669 0.5408811 0.5170996 0.5427722 0.5178454 0.5413277 0.5185711 0.5399067 0.5178498 0.5394614 0.5178498 0.5394614 0.5173508 0.5391442 0.5162795 0.5399673 0.5811487 0.3477492 0.5814142 0.343922 0.5728318 0.3446449 0.5811487 0.3477492 0.5896514 0.3544647 0.5901043 0.3479129 0.581077 0.3399273 0.5814142 0.343922 0.5897052 0.3442214 0.581077 0.3399273 0.5730553 0.3365805 0.5729831 0.3407942 0.5811487 0.3477492 0.5791925 0.355103 0.5896514 0.3544647 0.5459821 0.3574561 0.5494135 0.3526064 0.5411261 0.3524142 0.540306 0.3411496 0.5411261 0.3524142 0.5479899 0.345189 0.5545449 0.3382146 0.5473846 0.3392111 0.5548511 0.3425756 0.5545449 0.3382146 0.5549831 0.3334537 0.5476241 0.3323662 0.540306 0.3411496 0.5473846 0.3392111 0.539982 0.3322414 0.5545775 0.395467 0.5554067 0.3909003 0.5472213 0.3896284 0.5472213 0.3896284 0.5386672 0.3850895 0.5374301 0.3929586 0.5374301 0.3929586 0.5364468 0.3977696 0.5445899 0.3985332 0.5545775 0.395467 0.5461258 0.3942201 0.5535364 0.4007317 0.5451816 0.3789989 0.5386672 0.3850895 0.5472213 0.3896284 0.5561937 0.3837329 0.5495882 0.3829221 0.5554067 0.3909003 0.5793151 0.3910612 0.5772125 0.3837179 0.5705281 0.3915959 0.5793151 0.3910612 0.5891237 0.3872175 0.5824008 0.3802489 0.5885904 0.3961494 0.5891237 0.3872175 0.5793151 0.3910612 0.5707762 0.396932 0.5794956 0.3967682 0.5705281 0.3915959 0.5707762 0.396932 0.571501 0.4024464 0.5796182 0.4018944 0.5885904 0.3961494 0.5794956 0.3967682 0.5879597 0.4014675 0.1877468 0.6001802 0.1942281 0.618781 0.1769948 0.6145477 0.1877468 0.6001802 0.1967968 0.5859158 0.2032439 0.6117209 0.1668578 0.6255385 0.1769948 0.6145477 0.1834601 0.6276051 0.2200304 0.6067201 0.2164872 0.575352 0.2216052 0.5771734 0.2921958 0.17767 0.3060069 0.1784011 0.2963443 0.2067827 0.2921958 0.17767 0.2905416 0.149641 0.304592 0.1525746 0.3201833 0.1786281 0.3060069 0.1784011 0.3194921 0.155904 0.3201833 0.1786281 0.3233742 0.2010967 0.3105894 0.2024306 0.2937207 0.2282274 0.2963443 0.2067827 0.3117854 0.228653 0.3216584 0.2513825 0.3080772 0.2391961 0.3245695 0.244628 0.3117854 0.228653 0.2963443 0.2067827 0.3105894 0.2024306 0.3288525 0.2223649 0.3193539 0.2240292 0.3233742 0.2010967 0.3288525 0.2223649 0.33541 0.2399504 0.329488 0.241406 0.3117854 0.228653 0.3193539 0.2240292 0.3245695 0.244628 0.3349577 0.2553258 0.3245695 0.244628 0.329488 0.241406 0.3418381 0.2513706 0.3381789 0.2527706 0.33541 0.2399504 0.3418381 0.2513706 0.3494693 0.2576492 0.3467915 0.2594739 0.3349577 0.2553258 0.3381789 0.2527706 0.3443003 0.2621718 0.3539479 0.2665917 0.3566905 0.2628673 0.3644146 0.2680148 0.3539479 0.2665917 0.3443003 0.2621718 0.3467915 0.2594739 0.3596363 0.2598097 0.3566905 0.2628673 0.3494693 0.2576492 0.3596363 0.2598097 0.3721101 0.2572829 0.3680777 0.2624327 0.2905072 0.1194617 0.3053299 0.1255853 0.2905416 0.149641 0.2905072 0.1194617 0.2893567 0.08079439 0.3090028 0.1011495 0.321513 0.1338692 0.3053299 0.1255853 0.3261596 0.1139578 0.321513 0.1338692 0.3194921 0.155904 0.304592 0.1525746 0.3333457 0.09760373 0.3261596 0.1139578 0.3090028 0.1011495 0.2994402 0.06836324 0.316393 0.08298349 0.2893567 0.08079439 0.2994402 0.06836324 0.3089724 0.05531603 0.3254899 0.07053112 0.3254899 0.07053112 0.3420075 0.08574622 0.3333457 0.09760373 0.3488047 0.9977135 0.3384657 0.9975124 0.3391733 0.9859205 0.3391733 0.9859205 0.3394074 0.9737893 0.3480055 0.9748838 0.3581073 0.9853448 0.3485894 0.9866356 0.3567842 0.974673 0.3488047 0.9977135 0.3485894 0.9866356 0.3592144 0.9951719 0.293654 0.957373 0.2940484 0.9550367 0.2999498 0.9602199 0.3054862 0.9715677 0.2996772 0.9651136 0.3058674 0.9645903 0.3919102 0.9490343 0.3882567 0.9524512 0.387534 0.9504196 0.391376 0.9452332 0.3916346 0.9473254 0.38678 0.9479678 0.391376 0.9452332 0.3967276 0.9431962 0.3968515 0.9449198 0.3919102 0.9490343 0.3916346 0.9473254 0.3971199 0.9461037 0.3862154 0.9568377 0.3842718 0.9629278 0.3815473 0.9605564 0.3829369 0.9520532 0.3844938 0.9548254 0.3792127 0.9570701 0.3829369 0.9520532 0.38678 0.9479678 0.387534 0.9504196 0.3862154 0.9568377 0.3844938 0.9548254 0.3882567 0.9524512 0.3683477 0.9890753 0.3592144 0.9951719 0.3581073 0.9853448 0.3640172 0.9721159 0.3661566 0.9810946 0.3567842 0.974673 0.3640172 0.9721159 0.3699864 0.9678719 0.372707 0.9748626 0.3683477 0.9890753 0.3661566 0.9810946 0.3757361 0.9807332 0.3809114 0.9714552 0.3757361 0.9807332 0.372707 0.9748626 0.3749737 0.9625999 0.3777278 0.967626 0.3699864 0.9678719 0.3749737 0.9625999 0.3792127 0.9570701 0.3815473 0.9605564 0.3809114 0.9714552 0.3777278 0.967626 0.3842718 0.9629278 0.4032405 0.9425792 0.4111741 0.9403037 0.4115139 0.9404714 0.4111741 0.9403037 0.4104697 0.9390329 0.4203859 0.9364613 0.4318345 0.9359149 0.421025 0.9380931 0.4314444 0.9336892 0.4038297 0.9431758 0.3971199 0.9461037 0.3968515 0.9449198 0.4028379 0.9412037 0.4032405 0.9425792 0.3967276 0.9431962 0.4111741 0.9403037 0.4032405 0.9425792 0.4104697 0.9390329 0.4111741 0.9403037 0.421025 0.9380931 0.4115139 0.9404714 0.3251874 0.9819549 0.3314294 0.9841525 0.3224322 0.9922791 0.3251874 0.9819549 0.3272641 0.9711028 0.3327165 0.9724303 0.3391733 0.9859205 0.3314294 0.9841525 0.3394074 0.9737893 0.3295446 0.9953812 0.3314294 0.9841525 0.3384657 0.9975124 0.3386946 0.9605795 0.3466845 0.9617837 0.3394074 0.9737893 0.3550295 0.9623116 0.3567842 0.974673 0.3480055 0.9748838 0.2928439 0.9514024 0.2987709 0.9538298 0.2940484 0.9550367 0.3049268 0.9559858 0.3058674 0.9645903 0.2999498 0.9602199 0.391376 0.9452332 0.38678 0.9479678 0.3859638 0.9446759 0.391376 0.9452332 0.3911513 0.9423744 0.3967276 0.9431962 0.3829369 0.9520532 0.3792127 0.9570701 0.3776578 0.9513545 0.3829369 0.9520532 0.3817094 0.9477612 0.38678 0.9479678 0.3640172 0.9721159 0.3567842 0.974673 0.3550295 0.9623116 0.3640172 0.9721159 0.3619809 0.9611413 0.3699864 0.9678719 0.3749737 0.9625999 0.3699864 0.9678719 0.3678827 0.9586413 0.3749737 0.9625999 0.3730786 0.9551801 0.3792127 0.9570701 0.4098502 0.9359578 0.418968 0.9334096 0.4104697 0.9390329 0.4291238 0.9307435 0.4314444 0.9336892 0.4203859 0.9364613 0.4028379 0.9412037 0.3967276 0.9431962 0.3968927 0.9403936 0.4028379 0.9412037 0.4028088 0.9382702 0.4104697 0.9390329 0.327984 0.959195 0.3328085 0.9597211 0.3272641 0.9711028 0.3386946 0.9605795 0.3394074 0.9737893 0.3327165 0.9724303 0.3762145 0.2658706 0.3811553 0.257652 0.3884687 0.2625347 0.3762145 0.2658706 0.3644146 0.2680148 0.3680777 0.2624327 0.3866618 0.2494997 0.3811553 0.257652 0.3721101 0.2572829 0.1865922 0.5353729 0.1902148 0.5335543 0.1928302 0.5447518 0.1865922 0.5353729 0.1802631 0.5265609 0.1827312 0.524284 0.4767801 0.342927 0.479895 0.3290923 0.4751944 0.335195 0.4038297 0.9431758 0.4032405 0.9425792 0.4115648 0.9407825 0.4829801 0.317332 0.479895 0.3290923 0.4869675 0.32118 0.4829801 0.317332 0.477154 0.3117851 0.47688 0.3233349 0.2875939 0.905259 0.2862992 0.8960738 0.295188 0.8986783 0.295188 0.8986783 0.3028454 0.8987135 0.3010929 0.9048387 0.3394341 0.8954755 0.3379326 0.9029672 0.3309634 0.8966038 0.3394341 0.8954755 0.3499016 0.8923869 0.3448413 0.9026101 0.3796222 0.9106286 0.377165 0.9114671 0.3767001 0.9084531 0.3787342 0.9052184 0.3790937 0.9078595 0.3763045 0.905655 0.3814357 0.9077892 0.3790937 0.9078595 0.381386 0.9052407 0.3796222 0.9106286 0.3790937 0.9078595 0.381245 0.9099013 0.3745028 0.9119936 0.3717142 0.9123996 0.3715152 0.9093449 0.3739024 0.9060274 0.3741754 0.9088946 0.3713743 0.9064673 0.3739024 0.9060274 0.3763045 0.905655 0.3767001 0.9084531 0.3745028 0.9119936 0.3741754 0.9088946 0.377165 0.9114671 0.368878 0.9128764 0.367008 0.9130806 0.3661355 0.911124 0.3685657 0.9071057 0.3687152 0.9099653 0.3656143 0.9082836 0.3685657 0.9071057 0.3713743 0.9064673 0.3715152 0.9093449 0.368878 0.9128764 0.3687152 0.9099653 0.3717142 0.9123996 0.3759595 0.903321 0.3784515 0.9030378 0.3763045 0.905655 0.3759595 0.903321 0.375689 0.9013532 0.378242 0.9011439 0.3813545 0.9030554 0.3784515 0.9030378 0.3812709 0.9010819 0.3813545 0.9030554 0.381386 0.9052407 0.3787342 0.9052184 0.3739024 0.9060274 0.3713743 0.9064673 0.3713309 0.9039424 0.3734978 0.9015489 0.3736905 0.9035927 0.3712546 0.9017803 0.3759595 0.903321 0.3736905 0.9035927 0.375689 0.9013532 0.3759595 0.903321 0.3763045 0.905655 0.3739024 0.9060274 0.3685657 0.9071057 0.3656143 0.9082836 0.3653627 0.9054222 0.3685457 0.9020966 0.3685671 0.9044597 0.3652634 0.9027373 0.3685457 0.9020966 0.3712546 0.9017803 0.3713309 0.9039424 0.3685657 0.9071057 0.3685671 0.9044597 0.3713743 0.9064673 0.3779748 0.8886255 0.3776195 0.8684743 0.3816294 0.8879721 0.3779748 0.8886255 0.3748203 0.8893543 0.3732077 0.8676729 0.3719357 0.8898236 0.3695903 0.8696587 0.3748203 0.8893543 0.3653517 0.8679172 0.3695903 0.8696587 0.3689535 0.8899354 0.3653517 0.8679172 0.3689535 0.8899354 0.3655062 0.8895917 0.3555081 0.8676947 0.360403 0.8683184 0.3614782 0.8892822 0.3860145 0.8877295 0.3859344 0.8678609 0.3927682 0.888409 0.3860145 0.8877295 0.3816294 0.8879721 0.3817722 0.8682096 0.3470774 0.866706 0.3511635 0.8673672 0.3499016 0.8923869 0.3555081 0.8676947 0.3614782 0.8892822 0.3567539 0.8894966 0.3399324 0.8452771 0.3346388 0.8355396 0.3385196 0.8327209 0.347511 0.8429896 0.3435233 0.8440404 0.3427745 0.8300792 0.3899715 0.8392042 0.387619 0.8480688 0.3858944 0.8366246 0.3899715 0.8392042 0.3933724 0.8414883 0.391196 0.8488186 0.3816182 0.91618 0.3833965 0.9202141 0.3785459 0.9179245 0.3816182 0.91618 0.3843469 0.9138191 0.3867157 0.9173235 0.3816182 0.91618 0.3804119 0.9131935 0.3843469 0.9138191 0.3816182 0.91618 0.3785459 0.9179245 0.3777177 0.9144483 0.3796222 0.9106286 0.3804119 0.9131935 0.377165 0.9114671 0.3796222 0.9106286 0.381245 0.9099013 0.382571 0.9113525 0.3728672 0.9235283 0.3722789 0.9190015 0.3754525 0.918776 0.3754525 0.918776 0.3785459 0.9179245 0.3798373 0.9224236 0.3754525 0.918776 0.3748782 0.9151239 0.3785459 0.9179245 0.3719317 0.9154552 0.3748782 0.9151239 0.3722789 0.9190015 0.3745028 0.9119936 0.3748782 0.9151239 0.3717142 0.9123996 0.3745028 0.9119936 0.377165 0.9114671 0.3777177 0.9144483 0.3652362 0.9218252 0.3656619 0.918049 0.3689664 0.9188683 0.3728672 0.9235283 0.3691629 0.9229521 0.3722789 0.9190015 0.3719317 0.9154552 0.3722789 0.9190015 0.3689664 0.9188683 0.3661967 0.9151385 0.3689165 0.9156769 0.3656619 0.918049 0.368878 0.9128764 0.3689165 0.9156769 0.367008 0.9130806 0.368878 0.9128764 0.3717142 0.9123996 0.3719317 0.9154552 0.381065 0.8991682 0.3812709 0.9010819 0.378242 0.9011439 0.3755165 0.8996538 0.3781018 0.8993626 0.375689 0.9013532 0.378038 0.8973379 0.3781018 0.8993626 0.375383 0.8977993 0.378038 0.8973379 0.380992 0.8969754 0.381065 0.8991682 0.378038 0.8973379 0.3780576 0.8947136 0.380992 0.8969754 0.378038 0.8973379 0.375383 0.8977993 0.3752292 0.8953664 0.3779748 0.8886255 0.3780576 0.8947136 0.3748203 0.8893543 0.3779748 0.8886255 0.3816294 0.8879721 0.3813072 0.8941645 0.3755165 0.8996538 0.375689 0.9013532 0.3734978 0.9015489 0.3710148 0.8999908 0.3732826 0.899855 0.3712546 0.9017803 0.3710148 0.8999908 0.3706179 0.8981568 0.3730168 0.8980717 0.3730168 0.8980717 0.375383 0.8977993 0.3755165 0.8996538 0.3730168 0.8980717 0.3726724 0.8957595 0.375383 0.8977993 0.3700704 0.8958609 0.3726724 0.8957595 0.3706179 0.8981568 0.3700704 0.8958609 0.3689535 0.8899354 0.3719357 0.8898236 0.3719357 0.8898236 0.3748203 0.8893543 0.3752292 0.8953664 0.3710148 0.8999908 0.3712546 0.9017803 0.3685457 0.9020966 0.3685457 0.9020966 0.3652634 0.9027373 0.3651989 0.9004262 0.3651989 0.9004262 0.3647925 0.8981434 0.3678649 0.8980566 0.3710148 0.8999908 0.3683282 0.9000858 0.3706179 0.8981568 0.3700704 0.8958609 0.3706179 0.8981568 0.3678649 0.8980566 0.3636673 0.8955435 0.3671065 0.8956386 0.3647925 0.8981434 0.3636673 0.8955435 0.3614782 0.8892822 0.3655062 0.8895917 0.3700704 0.8958609 0.3671065 0.8956386 0.3689535 0.8899354 0.3566735 0.9176313 0.3596818 0.9134131 0.362513 0.9162165 0.3652362 0.9218252 0.3610598 0.920261 0.3656619 0.918049 0.3661967 0.9151385 0.3656619 0.918049 0.362513 0.9162165 0.3626576 0.9103416 0.3641364 0.9131893 0.3596818 0.9134131 0.3626576 0.9103416 0.3656143 0.9082836 0.3661355 0.911124 0.3661967 0.9151385 0.3641364 0.9131893 0.367008 0.9130806 0.3814357 0.9077892 0.3838055 0.9089182 0.381245 0.9099013 0.3814357 0.9077892 0.381386 0.9052407 0.3844542 0.9062448 0.3864101 0.9111189 0.3838055 0.9089182 0.3879311 0.9081336 0.3864101 0.9111189 0.3843469 0.9138191 0.382571 0.9113525 0.3864101 0.9111189 0.3894566 0.9142637 0.3843469 0.9138191 0.3864101 0.9111189 0.3879311 0.9081336 0.3918089 0.91081 0.3813545 0.9030554 0.3848562 0.9036863 0.381386 0.9052407 0.3813545 0.9030554 0.3812709 0.9010819 0.3848896 0.9013286 0.3890333 0.9049179 0.3848562 0.9036863 0.3892876 0.901806 0.3890333 0.9049179 0.3879311 0.9081336 0.3844542 0.9062448 0.3890333 0.9049179 0.393962 0.9067378 0.3879311 0.9081336 0.3890333 0.9049179 0.3892876 0.901806 0.3946543 0.9024363 0.381065 0.8991682 0.3844324 0.8992574 0.3812709 0.9010819 0.381065 0.8991682 0.380992 0.8969754 0.3842551 0.8969998 0.3882653 0.8991323 0.3844324 0.8992574 0.3871241 0.897082 0.3882653 0.8991323 0.3892876 0.901806 0.3848896 0.9013286 0.3860145 0.8877295 0.3851279 0.8940823 0.3816294 0.8879721 0.3860145 0.8877295 0.3927682 0.888409 0.3890551 0.8952111 0.3842551 0.8969998 0.3851279 0.8940823 0.3871241 0.897082 0.3842551 0.8969998 0.380992 0.8969754 0.3813072 0.8941645 0.3972474 0.8971014 0.3926247 0.8982949 0.3927682 0.888409 0.3882653 0.8991323 0.3926247 0.8982949 0.3892876 0.901806 0.3882653 0.8991323 0.3871241 0.897082 0.3890551 0.8952111 0.3613001 0.9039415 0.3616034 0.9012982 0.3652634 0.9027373 0.3613001 0.9039415 0.3562273 0.9057025 0.3571373 0.9021599 0.3614352 0.8987894 0.3616034 0.9012982 0.3581469 0.8995664 0.3614352 0.8987894 0.3647925 0.8981434 0.3651989 0.9004262 0.3554177 0.8980235 0.3513965 0.902469 0.3499016 0.8923869 0.3554177 0.8980235 0.3581469 0.8995664 0.3571373 0.9021599 0.3496161 0.9080138 0.3513965 0.902469 0.3562273 0.9057025 0.3554177 0.8980235 0.3499016 0.8923869 0.3567539 0.8894966 0.3636673 0.8955435 0.3596395 0.8960267 0.3614782 0.8892822 0.3636673 0.8955435 0.3647925 0.8981434 0.3614352 0.8987894 0.3554177 0.8980235 0.3596395 0.8960267 0.3581469 0.8995664 0.3496161 0.9080138 0.3562273 0.9057025 0.357331 0.909681 0.3566735 0.9176313 0.352117 0.9133084 0.3596818 0.9134131 0.3626576 0.9103416 0.3596818 0.9134131 0.357331 0.909681 0.3613001 0.9039415 0.3616818 0.9071075 0.3562273 0.9057025 0.3613001 0.9039415 0.3652634 0.9027373 0.3653627 0.9054222 0.3626576 0.9103416 0.3616818 0.9071075 0.3656143 0.9082836 0.3804647 0.8334544 0.3858944 0.8366246 0.383616 0.8470492 0.3739435 0.8425657 0.3745654 0.8303592 0.3804647 0.8334544 0.347511 0.8429896 0.3427745 0.8300792 0.3483985 0.8284618 0.3579471 0.8409331 0.3529675 0.8425146 0.3541173 0.8274519 0.3681931 0.8431164 0.3668634 0.849114 0.3639168 0.8294364 0.3739435 0.8425657 0.3700522 0.8374511 0.3745654 0.8303592 0.3690793 0.8280047 0.3700522 0.8374511 0.3639168 0.8294364 0.3638243 0.8430373 0.3605042 0.8365623 0.3639168 0.8294364 0.3586567 0.826633 0.3605042 0.8365623 0.3541173 0.8274519 0.309545 0.8374675 0.305279 0.8384886 0.3071328 0.8358589 0.3104018 0.8331549 0.3099367 0.8352347 0.3081501 0.8336016 0.3104018 0.8331549 0.3127706 0.8324166 0.3131452 0.8341581 0.309545 0.8374675 0.3099367 0.8352347 0.3135433 0.8360872 0.3131452 0.8341581 0.3163121 0.833281 0.3135433 0.8360872 0.3131452 0.8341581 0.3127706 0.8324166 0.3150151 0.8316682 0.3187938 0.8320017 0.3163121 0.833281 0.3169138 0.8305348 0.3187938 0.8320017 0.3217153 0.8334267 0.3176188 0.8350569 0.3104018 0.8331549 0.3081501 0.8336016 0.3087804 0.8319193 0.3108159 0.8304327 0.310689 0.8315836 0.3083364 0.8302086 0.3108159 0.8304327 0.3123667 0.8299793 0.3125375 0.8310382 0.3104018 0.8331549 0.310689 0.8315836 0.3127706 0.8324166 0.3150151 0.8316682 0.3127706 0.8324166 0.3125375 0.8310382 0.3138934 0.8293308 0.3143011 0.8303535 0.3123667 0.8299793 0.3138934 0.8293308 0.3156453 0.8274226 0.3159077 0.8293213 0.3159077 0.8293213 0.3169138 0.8305348 0.3150151 0.8316682 0.3429425 0.0592553 0.3516355 0.05674433 0.3606967 0.07589721 0.3429425 0.0592553 0.3251883 0.04261344 0.3322872 0.04046577 0.3429425 0.0592553 0.3342836 0.06323635 0.3251883 0.04261344 0.3429425 0.0592553 0.3606967 0.07589721 0.3510813 0.07932454 0.3254899 0.07053112 0.3342836 0.06323635 0.3420075 0.08574622 0.3254899 0.07053112 0.3089724 0.05531603 0.3174859 0.04714816 0.3054862 0.9715677 0.3058674 0.9645903 0.3118177 0.9673351 0.3158023 0.9778717 0.3108666 0.9754489 0.3174419 0.968993 0.3158023 0.9778717 0.3135582 0.9860019 0.3093017 0.9827515 0.3158023 0.9778717 0.3202772 0.9799509 0.3135582 0.9860019 0.3158023 0.9778717 0.3174419 0.968993 0.3223817 0.970103 0.3251874 0.9819549 0.3202772 0.9799509 0.3272641 0.9711028 0.3251874 0.9819549 0.3224322 0.9922791 0.3175192 0.9891652 0.3049268 0.9559858 0.311541 0.9575989 0.3058674 0.9645903 0.3178722 0.9586171 0.3174419 0.968993 0.3118177 0.9673351 0.3178722 0.9586171 0.3231793 0.9589881 0.3174419 0.968993 0.327984 0.959195 0.3272641 0.9711028 0.3223817 0.970103 0.3103166 0.8985649 0.3091143 0.904233 0.3028454 0.8987135 0.3103166 0.8985649 0.3174168 0.8981828 0.3171622 0.9036555 0.3239617 0.8975177 0.3242457 0.9034509 0.3174168 0.8981828 0.3239617 0.8975177 0.3309634 0.8966038 0.3309681 0.9033208 0.311256 0.8459463 0.3121742 0.8512365 0.3089357 0.8478059 0.311256 0.8459463 0.314818 0.8446916 0.3159109 0.8501605 0.3159109 0.8501605 0.314818 0.8446916 0.3184075 0.8436225 0.3236876 0.8487647 0.3198008 0.8494063 0.3214671 0.8443133 0.3156237 0.8204063 0.3141924 0.8263392 0.3138267 0.824806 0.3140293 0.8189742 0.3148201 0.8194929 0.3132498 0.824124 0.3140293 0.8189742 0.3141369 0.8127166 0.3153104 0.8133558 0.3156237 0.8204063 0.3148201 0.8194929 0.3164251 0.8141432 0.3161292 0.8091095 0.3164251 0.8141432 0.3153104 0.8133558 0.3130437 0.8091279 0.314563 0.8089069 0.3141369 0.8127166 0.3130437 0.8091279 0.3114039 0.8068875 0.3129687 0.8060076 0.3129687 0.8060076 0.3150182 0.8038062 0.3161292 0.8091095 0.3027307 0.824353 0.2956658 0.8189643 0.2981283 0.8188878 0.2981283 0.8188878 0.2991623 0.8180881 0.3036224 0.8228373 0.3079469 0.8270297 0.3029701 0.8233666 0.3080644 0.8262725 0.3079469 0.8270297 0.3086577 0.828348 0.3027307 0.824353 0.2981283 0.8188878 0.2963119 0.8154141 0.2991623 0.8180881 0.2949543 0.816314 0.2963119 0.8154141 0.2956658 0.8189643 0.2960269 0.8126034 0.2963119 0.8154141 0.2935724 0.8142637 0.2960269 0.8126034 0.2975025 0.8114538 0.2978518 0.8143351 0.3161292 0.8091095 0.3150182 0.8038062 0.3190548 0.805588 0.3202194 0.8115812 0.318202 0.8100373 0.3231999 0.8073474 0.3202194 0.8115812 0.3189162 0.8162799 0.3176628 0.815158 0.3161292 0.8091095 0.318202 0.8100373 0.3164251 0.8141432 0.3055112 0.8101437 0.3064371 0.8127607 0.3047659 0.8133149 0.3047659 0.8133149 0.3028796 0.8142417 0.3017842 0.8115256 0.3017842 0.8115256 0.300732 0.8082211 0.3032456 0.8083679 0.3032456 0.8083679 0.3051859 0.8080047 0.3055112 0.8101437 0.3090786 0.8097899 0.3097732 0.8122559 0.3080274 0.8124797 0.3055112 0.8101437 0.307259 0.8099371 0.3064371 0.8127607 0.3055112 0.8101437 0.3051859 0.8080047 0.3070777 0.807976 0.3090786 0.8097899 0.307259 0.8099371 0.3085983 0.8083806 0.299099 0.8102672 0.300732 0.8082211 0.3017842 0.8115256 0.3006435 0.8156409 0.2997563 0.812898 0.3028796 0.8142417 0.3006435 0.8156409 0.2991623 0.8180881 0.2978518 0.8143351 0.299099 0.8102672 0.2997563 0.812898 0.2975025 0.8114538 0.3090786 0.8097899 0.3085983 0.8083806 0.309763 0.8076051 0.3130437 0.8091279 0.3111112 0.8094713 0.3114039 0.8068875 0.3130437 0.8091279 0.3141369 0.8127166 0.3119105 0.8118733 0.3090786 0.8097899 0.3111112 0.8094713 0.3097732 0.8122559 0.3076042 0.8158116 0.3061953 0.8162883 0.3064371 0.8127607 0.3076042 0.8158116 0.3087896 0.8189642 0.3077133 0.8193053 0.304485 0.8169457 0.3061953 0.8162883 0.306331 0.8196382 0.304485 0.8169457 0.3028796 0.8142417 0.3047659 0.8133149 0.3103864 0.8151943 0.3089438 0.8155498 0.3097732 0.8122559 0.3098185 0.818759 0.3089438 0.8155498 0.3108617 0.8183374 0.3076042 0.8158116 0.3089438 0.8155498 0.3087896 0.8189642 0.3076042 0.8158116 0.3064371 0.8127607 0.3080274 0.8124797 0.3133227 0.8151687 0.312104 0.8144361 0.3141369 0.8127166 0.3133227 0.8151687 0.3126841 0.8172946 0.311981 0.8173475 0.311981 0.8173475 0.3108617 0.8183374 0.3103864 0.8151943 0.3119105 0.8118733 0.312104 0.8144361 0.3097732 0.8122559 0.304485 0.8169457 0.3022409 0.8177494 0.3028796 0.8142417 0.304485 0.8169457 0.306331 0.8196382 0.3043835 0.8198192 0.3043835 0.8198192 0.3036097 0.8204661 0.3015506 0.8194025 0.3006435 0.8156409 0.3022409 0.8177494 0.2991623 0.8180881 0.3036224 0.8228373 0.2991623 0.8180881 0.3015506 0.8194025 0.3056001 0.8225278 0.3045022 0.822608 0.3036097 0.8204661 0.3056001 0.8225278 0.3089786 0.8253514 0.3082787 0.825646 0.3082787 0.825646 0.3080644 0.8262725 0.3036224 0.8228373 0.3140293 0.8189742 0.3132498 0.824124 0.3126755 0.8238059 0.3126755 0.8238059 0.3120185 0.8241108 0.3125361 0.8200256 0.3133227 0.8151687 0.3132685 0.8192851 0.3126841 0.8172946 0.3133227 0.8151687 0.3141369 0.8127166 0.3140293 0.8189742 0.3090915 0.8245954 0.3089786 0.8253514 0.3056001 0.8225278 0.3043835 0.8198192 0.3069067 0.8224456 0.3036097 0.8204661 0.3081482 0.8223202 0.3069067 0.8224456 0.306331 0.8196382 0.3090915 0.8245954 0.3069067 0.8224456 0.3091831 0.8238707 0.3125361 0.8200256 0.3120185 0.8241108 0.3116021 0.8236577 0.3111428 0.8214178 0.3118309 0.8207949 0.3112363 0.8231794 0.311981 0.8173475 0.3118309 0.8207949 0.3108617 0.8183374 0.3125361 0.8200256 0.3118309 0.8207949 0.3126841 0.8172946 0.3109207 0.8239103 0.3104616 0.8217187 0.3112363 0.8231794 0.3109207 0.8239103 0.3104603 0.8240867 0.30977 0.8218866 0.3098185 0.818759 0.3104616 0.8217187 0.3087896 0.8189642 0.3098185 0.818759 0.3108617 0.8183374 0.3111428 0.8214178 0.30977 0.8218866 0.3104603 0.8240867 0.3099665 0.8242413 0.3081482 0.8223202 0.3090507 0.8221105 0.3091831 0.8238707 0.3081482 0.8223202 0.306331 0.8196382 0.3077133 0.8193053 0.30977 0.8218866 0.3090507 0.8221105 0.3087896 0.8189642 0.3114298 0.8251643 0.310911 0.8254736 0.3107751 0.8250725 0.3109207 0.8239103 0.3112431 0.8248151 0.3104603 0.8240867 0.3109207 0.8239103 0.3112363 0.8231794 0.3116021 0.8236577 0.3114298 0.8251643 0.3112431 0.8248151 0.3120185 0.8241108 0.3090915 0.8245954 0.3102194 0.8252351 0.3089786 0.8253514 0.3090915 0.8245954 0.3091831 0.8238707 0.3099665 0.8242413 0.3107751 0.8250725 0.3102194 0.8252351 0.3104603 0.8240867 0.3102719 0.8256622 0.3102194 0.8252351 0.310911 0.8254736 0.2950009 0.7889688 0.2964525 0.7872387 0.2977988 0.7919477 0.2950009 0.7889688 0.2894381 0.7828235 0.2934994 0.7832002 0.2991876 0.7862109 0.2964525 0.7872387 0.2965142 0.7827579 0.2991876 0.7862109 0.3024759 0.7907229 0.2996097 0.7917909 0.3047462 0.7858999 0.3019435 0.7840582 0.3065955 0.7822538 0.3047462 0.7858999 0.3024759 0.7907229 0.2991876 0.7862109 0.2994248 0.7820231 0.3019435 0.7840582 0.2965142 0.7827579 0.2994248 0.7820231 0.3017684 0.7802049 0.3041109 0.7817013 0.3093508 0.8056129 0.3114039 0.8068875 0.309763 0.8076051 0.3070777 0.807976 0.3079227 0.8066499 0.3085983 0.8083806 0.3070777 0.807976 0.3051859 0.8080047 0.30582 0.8063877 0.3093508 0.8056129 0.3079227 0.8066499 0.3068078 0.8044463 0.2967771 0.8219665 0.3030894 0.8259534 0.2979071 0.8247495 0.2967771 0.8219665 0.2956658 0.8189643 0.3027307 0.824353 0.3081734 0.8288621 0.3030894 0.8259534 0.3086577 0.828348 0.3081734 0.8288621 0.3083364 0.8302086 0.3033766 0.8275962 0.4114292 0.8254386 0.4083408 0.8265982 0.4099949 0.8225202 0.4099208 0.829805 0.4083408 0.8265982 0.4124914 0.8281609 0.4099208 0.829805 0.407481 0.8317156 0.4057022 0.8282244 0.406586 0.8233538 0.4083408 0.8265982 0.4030832 0.824258 0.3015826 0.8319103 0.3009352 0.8335242 0.2986235 0.8307586 0.3015826 0.8319103 0.3042306 0.8328773 0.3033552 0.8343996 0.3005189 0.8352515 0.3009352 0.8335242 0.3024747 0.8355612 0.2982178 0.8327009 0.3009352 0.8335242 0.2979176 0.8346998 0.3062564 0.8334751 0.3081501 0.8336016 0.3071328 0.8358589 0.303442 0.8368012 0.30518 0.8353792 0.305279 0.8384886 0.303442 0.8368012 0.3024747 0.8355612 0.3033552 0.8343996 0.3062564 0.8334751 0.30518 0.8353792 0.3042306 0.8328773 0.303442 0.8368012 0.305279 0.8384886 0.3012166 0.8385322 0.2978975 0.8362254 0.3008766 0.8368553 0.2975605 0.837773 0.2978975 0.8362254 0.2979176 0.8346998 0.3005189 0.8352515 0.303442 0.8368012 0.3008766 0.8368553 0.3024747 0.8355612 0.4008318 0.8364632 0.3997103 0.8340091 0.4024174 0.8356754 0.4008318 0.8364632 0.3992998 0.8373736 0.3979961 0.8346144 0.3982267 0.831386 0.3997103 0.8340091 0.397085 0.8324355 0.401232 0.8332356 0.3997103 0.8340091 0.3998115 0.8303748 0.3943782 0.8346596 0.3962554 0.8346039 0.3970879 0.8388752 0.3943782 0.8346596 0.3911773 0.829406 0.3952145 0.8312388 0.3979961 0.8346144 0.3962554 0.8346039 0.397085 0.8324355 0.3982191 0.8382445 0.3962554 0.8346039 0.3992998 0.8373736 0.3921142 0.8246702 0.396019 0.828425 0.3911773 0.829406 0.3921142 0.8246702 0.3943927 0.8206261 0.3979209 0.8266721 0.3982267 0.831386 0.396019 0.828425 0.3998115 0.8303748 0.3982267 0.831386 0.397085 0.8324355 0.3952145 0.8312388 0.3212572 0.8235325 0.3232114 0.8207618 0.3240479 0.8221302 0.3231298 0.8260557 0.3221787 0.8245327 0.3250926 0.8238212 0.3231298 0.8260557 0.3219311 0.8277301 0.3207493 0.8270297 0.3207493 0.8270297 0.3195213 0.8262274 0.3212572 0.8235325 0.3252473 0.8312436 0.3240603 0.8285306 0.3287442 0.8283475 0.3252473 0.8312436 0.3217153 0.8334267 0.3220123 0.8300026 0.3231298 0.8260557 0.3240603 0.8285306 0.3219311 0.8277301 0.3231298 0.8260557 0.3250926 0.8238212 0.3266913 0.8259713 0.3187938 0.8320017 0.319947 0.8297187 0.3217153 0.8334267 0.3187938 0.8320017 0.3169138 0.8305348 0.3182446 0.8286414 0.3207493 0.8270297 0.319947 0.8297187 0.3195213 0.8262274 0.3207493 0.8270297 0.3219311 0.8277301 0.3220123 0.8300026 0.3251422 0.8181207 0.32617 0.8197247 0.3232114 0.8207618 0.3251422 0.8181207 0.3279008 0.8156715 0.3292968 0.8176851 0.3277302 0.8214463 0.32617 0.8197247 0.3301958 0.8196017 0.3277302 0.8214463 0.3250926 0.8238212 0.3240479 0.8221302 0.3398882 0.8151281 0.3341804 0.8163806 0.3387897 0.8100057 0.3336275 0.8197471 0.3341804 0.8163806 0.3393094 0.8203005 0.3336275 0.8197471 0.3301958 0.8196017 0.3292968 0.8176851 0.3292968 0.8176851 0.3279008 0.8156715 0.3323383 0.8134761 0.3336275 0.8197471 0.3393094 0.8203005 0.3334876 0.8247631 0.3266913 0.8259713 0.3305058 0.8229938 0.3287442 0.8283475 0.3277302 0.8214463 0.3305058 0.8229938 0.3250926 0.8238212 0.3336275 0.8197471 0.3305058 0.8229938 0.3301958 0.8196017 0.3212572 0.8235325 0.3204163 0.8226257 0.3232114 0.8207618 0.3212572 0.8235325 0.3195213 0.8262274 0.3186997 0.8255238 0.3195163 0.8220264 0.3204163 0.8226257 0.318427 0.8245996 0.3195163 0.8220264 0.3211757 0.8184875 0.3222371 0.8195797 0.3159077 0.8293213 0.3172854 0.8277336 0.3169138 0.8305348 0.3172746 0.8258758 0.3172854 0.8277336 0.3156453 0.8274226 0.3172746 0.8258758 0.318427 0.8245996 0.3186997 0.8255238 0.3186997 0.8255238 0.3195213 0.8262274 0.3182446 0.8286414 0.2989597 0.8294025 0.3019178 0.8306465 0.2986235 0.8307586 0.2989597 0.8294025 0.2990393 0.8282059 0.3022584 0.8296179 0.3046266 0.8316007 0.3019178 0.8306465 0.3044402 0.8306201 0.3015826 0.8319103 0.3019178 0.8306465 0.3042306 0.8328773 0.2986748 0.8267421 0.2979071 0.8247495 0.3033766 0.8275962 0.3033766 0.8275962 0.3083364 0.8302086 0.3060246 0.8305094 0.3022584 0.8296179 0.3029221 0.8287094 0.3044402 0.8306201 0.3022584 0.8296179 0.2990393 0.8282059 0.2986748 0.8267421 0.3087804 0.8319193 0.3068369 0.8319749 0.3083364 0.8302086 0.3062564 0.8334751 0.3068369 0.8319749 0.3081501 0.8336016 0.3062564 0.8334751 0.3042306 0.8328773 0.3046266 0.8316007 0.3046266 0.8316007 0.3044402 0.8306201 0.3060246 0.8305094 0.3251422 0.8181207 0.3232114 0.8207618 0.3222371 0.8195797 0.3227512 0.815608 0.323964 0.8169264 0.3211757 0.8184875 0.3227512 0.815608 0.3240857 0.8137269 0.3258818 0.8143703 0.3251422 0.8181207 0.323964 0.8169264 0.3279008 0.8156715 0.3202194 0.8115812 0.3216194 0.8136322 0.3189162 0.8162799 0.3202194 0.8115812 0.3231999 0.8073474 0.3240243 0.8114508 0.3227512 0.815608 0.3216194 0.8136322 0.3240857 0.8137269 0.3227512 0.815608 0.3211757 0.8184875 0.320078 0.8173887 0.3240243 0.8114508 0.3231999 0.8073474 0.3309592 0.8080483 0.3309592 0.8080483 0.3387897 0.8100057 0.3323383 0.8134761 0.3258818 0.8143703 0.3282751 0.8116158 0.3279008 0.8156715 0.3258818 0.8143703 0.3240857 0.8137269 0.3240243 0.8114508 0.401232 0.8332356 0.402395 0.8327415 0.4024174 0.8356754 0.401232 0.8332356 0.3998115 0.8303748 0.4012071 0.8299634 0.4012071 0.8299634 0.4023363 0.8298923 0.4033494 0.8319327 0.4036594 0.8351721 0.402395 0.8327415 0.4047526 0.8345326 0.3979209 0.8266721 0.3943927 0.8206261 0.3990215 0.822254 0.4024032 0.827723 0.4001721 0.8264901 0.4030832 0.824258 0.4024032 0.827723 0.4023363 0.8298923 0.4012071 0.8299634 0.3979209 0.8266721 0.4001721 0.8264901 0.3998115 0.8303748 0.4024032 0.827723 0.4030832 0.824258 0.4057022 0.8282244 0.4058924 0.833336 0.4042451 0.8302147 0.407481 0.8317156 0.4058924 0.833336 0.4047526 0.8345326 0.4033494 0.8319327 0.4024032 0.827723 0.4042451 0.8302147 0.4023363 0.8298923 0.2144251 0.5833674 0.2087536 0.5777941 0.2164872 0.575352 0.2144251 0.5833674 0.2120925 0.588704 0.2075108 0.5865997 0.2075108 0.5865997 0.1967968 0.5859158 0.2018281 0.5752342 0.2018281 0.5752342 0.2026034 0.5657967 0.2090326 0.568805 0.2032439 0.6117209 0.1967968 0.5859158 0.2075108 0.5865997 0.2144251 0.5833674 0.2164872 0.575352 0.2200304 0.6067201 0.4964105 0.299635 0.5018565 0.2915332 0.4923147 0.2913709 0.4854394 0.2974958 0.491091 0.297822 0.4849514 0.2914663 0.4854394 0.2974958 0.485597 0.3023136 0.4887747 0.3039773 0.4964105 0.299635 0.491091 0.297822 0.4927052 0.3066119 0.4923147 0.2913709 0.491806 0.2847403 0.4849514 0.2914663 0.4923147 0.2913709 0.5018565 0.2915332 0.5003263 0.28351 0.299335 0.844532 0.2942669 0.8441866 0.2963093 0.839838 0.3012166 0.8385322 0.3007466 0.840479 0.2975605 0.837773 0.3012166 0.8385322 0.305279 0.8384886 0.3051483 0.8405543 0.299335 0.844532 0.3007466 0.840479 0.3048326 0.8440744 0.3311514 0.8307166 0.3269684 0.8334812 0.3287442 0.8283475 0.3311514 0.8307166 0.3346388 0.8355396 0.3301371 0.8376882 0.3228085 0.8355079 0.3269684 0.8334812 0.3244538 0.8389177 0.3228085 0.8355079 0.3217153 0.8334267 0.3252473 0.8312436 0.295188 0.8986783 0.2990643 0.8900172 0.3028454 0.8987135 0.295188 0.8986783 0.2862992 0.8960738 0.2936681 0.8871412 0.302989 0.8802132 0.2990643 0.8900172 0.2982581 0.8804676 0.302989 0.8802132 0.3091298 0.8785946 0.3061987 0.8892984 0.2936681 0.8871412 0.2862992 0.8960738 0.2879011 0.8729575 0.3470774 0.866706 0.3499016 0.8923869 0.3441404 0.8832732 0.3441404 0.8832732 0.3499016 0.8923869 0.3394341 0.8954755 0.3300606 0.8877525 0.3380733 0.8873062 0.3309634 0.8966038 0.3300606 0.8877525 0.3288162 0.8776486 0.3356339 0.8781645 0.3356339 0.8781645 0.3402265 0.8772725 0.3441404 0.8832732 0.299335 0.844532 0.2968496 0.8525277 0.2942669 0.8441866 0.299335 0.844532 0.3048326 0.8440744 0.3016158 0.8524848 0.3016158 0.8524848 0.3048326 0.8440744 0.3071923 0.8461503 0.3086326 0.8521636 0.3053283 0.8524716 0.3089357 0.8478059 0.3236876 0.8487647 0.3214671 0.8443133 0.3225837 0.841798 0.331302 0.8472041 0.3274152 0.8480265 0.3244538 0.8389177 0.331302 0.8472041 0.3244538 0.8389177 0.3301371 0.8376882 0.3399324 0.8452771 0.3356665 0.8463097 0.3346388 0.8355396 0.3138468 0.838028 0.3135433 0.8360872 0.3176188 0.8350569 0.3228085 0.8355079 0.3183624 0.8368608 0.3217153 0.8334267 0.3228085 0.8355079 0.3244538 0.8389177 0.3185766 0.8386766 0.3185766 0.8386766 0.3140915 0.8399222 0.3138468 0.838028 0.3185766 0.8386766 0.3182955 0.8404882 0.3140915 0.8399222 0.3185766 0.8386766 0.3244538 0.8389177 0.3225837 0.841798 0.3225837 0.841798 0.3214671 0.8443133 0.3184075 0.8436225 0.3184075 0.8436225 0.314818 0.8446916 0.3143134 0.8417112 0.309545 0.8374675 0.3094785 0.8394983 0.305279 0.8384886 0.309545 0.8374675 0.3135433 0.8360872 0.3138468 0.838028 0.3097568 0.8413588 0.3094785 0.8394983 0.3140915 0.8399222 0.3097568 0.8413588 0.3048326 0.8440744 0.3051483 0.8405543 0.3097568 0.8413588 0.3103998 0.843081 0.3048326 0.8440744 0.3097568 0.8413588 0.3140915 0.8399222 0.3143134 0.8417112 0.311256 0.8459463 0.3103998 0.843081 0.314818 0.8446916 0.311256 0.8459463 0.3089357 0.8478059 0.3071923 0.8461503 0.3103166 0.8985649 0.3124285 0.888948 0.3174168 0.8981828 0.3103166 0.8985649 0.3028454 0.8987135 0.3061987 0.8892984 0.3141195 0.8778024 0.3124285 0.888948 0.3091298 0.8785946 0.3141195 0.8778024 0.3186317 0.8775261 0.3181392 0.8886913 0.3300606 0.8877525 0.3309634 0.8966038 0.3239617 0.8975177 0.3239617 0.8975177 0.3174168 0.8981828 0.3181392 0.8886913 0.3181392 0.8886913 0.3186317 0.8775261 0.3233397 0.8774552 0.3300606 0.8877525 0.3237162 0.8882536 0.3288162 0.8776486 0.3173198 0.8218727 0.3164227 0.8212791 0.3189162 0.8162799 0.3173198 0.8218727 0.3156453 0.8274226 0.3149008 0.8264185 0.3149008 0.8264185 0.3141924 0.8263392 0.3156237 0.8204063 0.3156237 0.8204063 0.3164251 0.8141432 0.3176628 0.815158 0.3173198 0.8218727 0.3184176 0.8219487 0.3156453 0.8274226 0.320078 0.8173887 0.3184176 0.8219487 0.3189162 0.8162799 0.320078 0.8173887 0.3211757 0.8184875 0.3195163 0.8220264 0.3172746 0.8258758 0.3184176 0.8219487 0.318427 0.8245996 0.4325119 0.805273 0.4333141 0.8039482 0.4331333 0.8073604 0.4325119 0.805273 0.4318005 0.8043031 0.4323006 0.8034904 0.4333219 0.8022304 0.4333141 0.8039482 0.4323393 0.8024796 0.4343276 0.8044061 0.4333141 0.8039482 0.4343045 0.8019812 0.2792954 0.7960384 0.2792999 0.7947379 0.2808904 0.7948594 0.2831705 0.795905 0.2814711 0.796296 0.2819539 0.7946954 0.2831705 0.795905 0.2849811 0.7978138 0.2818084 0.7976376 0.2792954 0.7960384 0.2814711 0.796296 0.2797307 0.7969996 0.2791873 0.793296 0.2787659 0.7920456 0.279354 0.7914651 0.279354 0.7914651 0.2794188 0.7897863 0.2816388 0.7931925 0.2816388 0.7931925 0.2819539 0.7946954 0.2808904 0.7948594 0.2791873 0.793296 0.280359 0.793162 0.2792999 0.7947379 0.2763416 0.7956603 0.2765462 0.7940847 0.2778492 0.7944284 0.2792954 0.7960384 0.2776526 0.7958861 0.2792999 0.7947379 0.2792954 0.7960384 0.2797307 0.7969996 0.2784736 0.7973811 0.2763416 0.7956603 0.2776526 0.7958861 0.2759182 0.7976608 0.2763947 0.7924242 0.2753152 0.7906103 0.2775514 0.7913572 0.2791873 0.793296 0.2777662 0.792871 0.2787659 0.7920456 0.2791873 0.793296 0.2792999 0.7947379 0.2778492 0.7944284 0.2763947 0.7924242 0.2777662 0.792871 0.2765462 0.7940847 0.2722284 0.7933923 0.2724657 0.7924978 0.2740719 0.793661 0.2722284 0.7933923 0.2702688 0.7931237 0.270551 0.792179 0.2725163 0.7916652 0.2724657 0.7924978 0.2709372 0.7916114 0.2742202 0.7926573 0.2724657 0.7924978 0.2738779 0.7918887 0.2716552 0.7951052 0.2719219 0.794286 0.2732722 0.7953023 0.2699811 0.7940675 0.2719219 0.794286 0.2701328 0.7947273 0.2722284 0.7933923 0.2719219 0.794286 0.2702688 0.7931237 0.2722284 0.7933923 0.2740719 0.793661 0.2737932 0.7946559 0.2763947 0.7924242 0.2765462 0.7940847 0.2753992 0.7938604 0.2742202 0.7926573 0.2753713 0.7924929 0.2740719 0.793661 0.2742202 0.7926573 0.2738779 0.7918887 0.2745136 0.7914137 0.2763947 0.7924242 0.2753713 0.7924929 0.2753152 0.7906103 0.2740691 0.79598 0.2751607 0.7951821 0.2759182 0.7976608 0.2740691 0.79598 0.2732722 0.7953023 0.2737932 0.7946559 0.2737932 0.7946559 0.2740719 0.793661 0.2753992 0.7938604 0.2763416 0.7956603 0.2751607 0.7951821 0.2765462 0.7940847 0.2685932 0.7929254 0.268405 0.7939955 0.2672597 0.7927513 0.2685932 0.7929254 0.2702688 0.7931237 0.2699811 0.7940675 0.2699811 0.7940675 0.2701328 0.7947273 0.2691285 0.7949783 0.2671427 0.7940602 0.268405 0.7939955 0.2681702 0.7953746 0.2699533 0.7911114 0.2689197 0.7918657 0.2689726 0.7905674 0.2699533 0.7911114 0.2709372 0.7916114 0.270551 0.792179 0.2685932 0.7929254 0.2689197 0.7918657 0.2702688 0.7931237 0.2685932 0.7929254 0.2672597 0.7927513 0.2676641 0.7915045 0.4212249 0.8097142 0.420559 0.8072138 0.4252424 0.8079635 0.4212249 0.8097142 0.4161156 0.8116896 0.4152622 0.8084886 0.4204306 0.8053393 0.420559 0.8072138 0.4148693 0.8049193 0.4204306 0.8053393 0.4244348 0.8048903 0.4246562 0.8061558 0.426587 0.8044859 0.4268124 0.8053551 0.4244348 0.8048903 0.426587 0.8044859 0.4277479 0.8041465 0.4279279 0.8047519 0.4279279 0.8047519 0.4286888 0.8055061 0.4274988 0.8065711 0.4274988 0.8065711 0.4252424 0.8079635 0.4246562 0.8061558 0.4246808 0.8036133 0.4250109 0.8015952 0.4267949 0.8021624 0.4267949 0.8021624 0.4280679 0.8025408 0.4277056 0.8035491 0.426587 0.8044859 0.4265721 0.8036362 0.4277479 0.8041465 0.426587 0.8044859 0.4244348 0.8048903 0.4246808 0.8036133 0.2663263 0.7925558 0.2661436 0.7942517 0.2655929 0.7923495 0.2663263 0.7925558 0.2672597 0.7927513 0.2671427 0.7940602 0.2671427 0.7940602 0.2681702 0.7953746 0.2671763 0.7960903 0.2671763 0.7960903 0.2661645 0.7969655 0.265276 0.7945066 0.2663227 0.7905291 0.2678613 0.7890796 0.268332 0.7898635 0.268332 0.7898635 0.2689726 0.7905674 0.2676641 0.7915045 0.2676641 0.7915045 0.2672597 0.7927513 0.2663263 0.7925558 0.2663227 0.7905291 0.2668764 0.7910421 0.2655929 0.7923495 0.2810783 0.8010006 0.2759182 0.7976608 0.2784736 0.7973811 0.2818084 0.7976376 0.2816093 0.79905 0.2797307 0.7969996 0.2853212 0.8003574 0.2816093 0.79905 0.2849811 0.7978138 0.2853212 0.8003574 0.2855361 0.803089 0.2810783 0.8010006 0.424187 0.7914208 0.4247465 0.7919849 0.4214825 0.7934342 0.4263665 0.7916163 0.4247465 0.7919849 0.4276537 0.7902694 0.4233911 0.7937688 0.4247465 0.7919849 0.4257743 0.7935397 0.2711997 0.7966381 0.2681702 0.7953746 0.2691285 0.7949783 0.2716552 0.7951052 0.2715374 0.7957758 0.2701328 0.7947273 0.2740691 0.79598 0.2715374 0.7957758 0.2732722 0.7953023 0.2740691 0.79598 0.2759182 0.7976608 0.2711997 0.7966381 0.2745136 0.7914137 0.2722628 0.7909569 0.2753152 0.7906103 0.2745136 0.7914137 0.2738779 0.7918887 0.2725163 0.7916652 0.2699533 0.7911114 0.2722628 0.7909569 0.2709372 0.7916114 0.2699533 0.7911114 0.2689726 0.7905674 0.2718021 0.7901878 0.4203854 0.7968558 0.4228974 0.7971203 0.4203621 0.7999003 0.4203854 0.7968558 0.4214825 0.7934342 0.4233911 0.7937688 0.4250416 0.7981062 0.4228974 0.7971203 0.4257743 0.7935397 0.4250416 0.7981062 0.4250109 0.8015952 0.4224833 0.8007406 0.4225836 0.8181785 0.4186929 0.8217561 0.4170269 0.8161378 0.4212249 0.8097142 0.4219015 0.8136 0.4161156 0.8116896 0.4212249 0.8097142 0.4252424 0.8079635 0.4260908 0.8108674 0.4225836 0.8181785 0.4219015 0.8136 0.4270704 0.8143194 0.2855538 0.8065844 0.2804197 0.8039571 0.2855361 0.803089 0.2855538 0.8065844 0.2857654 0.8112606 0.2796973 0.8074163 0.2796973 0.8074163 0.273656 0.803052 0.2748737 0.8005096 0.2748737 0.8005096 0.2759182 0.7976608 0.2810783 0.8010006 0.2745719 0.7891637 0.2753152 0.7906103 0.2718021 0.7901878 0.268332 0.7898635 0.2712311 0.7891728 0.2689726 0.7905674 0.268332 0.7898635 0.2678613 0.7890796 0.270605 0.7880349 0.2745719 0.7891637 0.2712311 0.7891728 0.2739171 0.7878041 0.4250416 0.7981062 0.4257743 0.7935397 0.4279029 0.7960457 0.4291018 0.8007031 0.4272827 0.799421 0.4309555 0.7984932 0.4267949 0.8021624 0.4272827 0.799421 0.4280679 0.8025408 0.4250416 0.7981062 0.4272827 0.799421 0.4250109 0.8015952 0.4274988 0.8065711 0.4288968 0.8084614 0.4252424 0.8079635 0.4304739 0.8065502 0.4288968 0.8084614 0.4286888 0.8055061 0.4306506 0.810689 0.4288968 0.8084614 0.4331333 0.8073604 0.4306506 0.810689 0.4270704 0.8143194 0.4260908 0.8108674 0.2690514 0.7996912 0.2702728 0.7980318 0.273656 0.803052 0.2690514 0.7996912 0.2661645 0.7969655 0.2671763 0.7960903 0.2711997 0.7966381 0.2702728 0.7980318 0.2681702 0.7953746 0.2711997 0.7966381 0.2759182 0.7976608 0.2748737 0.8005096 0.4026978 0.8018796 0.4023425 0.7981644 0.4058706 0.7960948 0.4058706 0.7960948 0.4120951 0.792519 0.4129057 0.7992002 0.4129057 0.7992002 0.4148693 0.8049193 0.4087237 0.8058615 0.4026978 0.8018796 0.4080208 0.8008745 0.4031029 0.8065208 0.4105836 0.8137562 0.4055991 0.8154347 0.404049 0.8111221 0.4087237 0.8058615 0.4095073 0.8099395 0.4031029 0.8065208 0.4087237 0.8058615 0.4148693 0.8049193 0.4152622 0.8084886 0.4105836 0.8137562 0.4095073 0.8099395 0.4161156 0.8116896 0.4144725 0.8273397 0.4142357 0.8248476 0.4161589 0.8269299 0.4144725 0.8273397 0.4124914 0.8281609 0.4114292 0.8254386 0.4114292 0.8254386 0.4099949 0.8225202 0.4135995 0.8218796 0.4135995 0.8218796 0.4186929 0.8217561 0.4169012 0.8245411 0.2853931 0.7954125 0.2874656 0.7965902 0.2849811 0.7978138 0.2853931 0.7954125 0.2853363 0.7933735 0.2875323 0.7950309 0.2892808 0.7980865 0.2874656 0.7965902 0.2896456 0.7968342 0.2892808 0.7980865 0.2887825 0.7989962 0.2874265 0.7984378 0.2853931 0.7954125 0.2849811 0.7978138 0.2831705 0.795905 0.2816388 0.7931925 0.2833839 0.7941113 0.2819539 0.7946954 0.2816388 0.7931925 0.2794188 0.7897863 0.2829546 0.7920023 0.2853931 0.7954125 0.2833839 0.7941113 0.2853363 0.7933735 0.3110648 0.8259201 0.3105862 0.826093 0.310911 0.8254736 0.3110648 0.8259201 0.3112067 0.8263155 0.310946 0.8264556 0.3102009 0.826341 0.3105862 0.826093 0.3107548 0.8266583 0.3102009 0.826341 0.3089786 0.8253514 0.3102719 0.8256622 0.3114298 0.8251643 0.3120185 0.8241108 0.3118742 0.8255756 0.311484 0.8261956 0.311482 0.8256896 0.3117668 0.8261633 0.311484 0.8261956 0.3112067 0.8263155 0.3110648 0.8259201 0.3114298 0.8251643 0.311482 0.8256896 0.310911 0.8254736 0.3126792 0.82617 0.3122778 0.8257518 0.3132498 0.824124 0.3126792 0.82617 0.3123062 0.8265703 0.3120439 0.826286 0.3118742 0.8255756 0.3122778 0.8257518 0.3117668 0.8261633 0.3126755 0.8238059 0.3122778 0.8257518 0.3120185 0.8241108 0.3102009 0.826341 0.3100636 0.8267966 0.3089786 0.8253514 0.3106863 0.8269656 0.3100636 0.8267966 0.3107548 0.8266583 0.3106863 0.8269656 0.3107185 0.8273568 0.310083 0.8273913 0.3082787 0.825646 0.3100636 0.8267966 0.3080644 0.8262725 0.3131633 0.8274247 0.3130648 0.8267822 0.3141924 0.8263392 0.3131633 0.8274247 0.3126038 0.8274992 0.3125438 0.8270225 0.3126792 0.82617 0.3130648 0.8267822 0.3123062 0.8265703 0.3126792 0.82617 0.3132498 0.824124 0.3138267 0.824806 0.3079469 0.8270297 0.3080644 0.8262725 0.310083 0.8273913 0.310083 0.8273913 0.3107185 0.8273568 0.3108294 0.8278109 0.3108294 0.8278109 0.3110567 0.8281574 0.3104664 0.828534 0.3079469 0.8270297 0.3101682 0.8280564 0.3086577 0.828348 0.3110105 0.8273319 0.3111261 0.8276578 0.3107185 0.8273568 0.3110105 0.8273319 0.3111297 0.8273088 0.3112348 0.8275605 0.311311 0.8279181 0.3111261 0.8276578 0.3113899 0.8277656 0.311311 0.8279181 0.3110567 0.8281574 0.3108294 0.8278109 0.3125438 0.8270225 0.3126038 0.8274992 0.3123062 0.8274922 0.3121366 0.8271561 0.3122732 0.8271279 0.3121547 0.8274426 0.3121193 0.8267827 0.3122732 0.8271279 0.312025 0.8268843 0.3121193 0.8267827 0.3123062 0.8265703 0.3125438 0.8270225 0.3114382 0.8282256 0.3110567 0.8281574 0.311311 0.8279181 0.311311 0.8279181 0.3113899 0.8277656 0.3115707 0.827834 0.3115707 0.827834 0.3117753 0.8277897 0.3118305 0.8279282 0.3114382 0.8282256 0.3115533 0.8279946 0.3118913 0.8280979 0.3118305 0.8279282 0.31212 0.8277599 0.3118913 0.8280979 0.3118305 0.8279282 0.3117753 0.8277897 0.3120021 0.8276565 0.3123062 0.8274922 0.31212 0.8277599 0.3121547 0.8274426 0.3123062 0.8274922 0.3126038 0.8274992 0.3123331 0.8278568 0.3106863 0.8269656 0.3107548 0.8266583 0.3110195 0.8268404 0.3110989 0.8271006 0.3109766 0.8270588 0.3111359 0.8269347 0.3110989 0.8271006 0.3111297 0.8273088 0.3110105 0.8273319 0.3106863 0.8269656 0.3109766 0.8270588 0.3107185 0.8273568 0.3121193 0.8267827 0.3119423 0.826572 0.3123062 0.8265703 0.3121193 0.8267827 0.312025 0.8268843 0.311897 0.8267144 0.3117426 0.826479 0.3119423 0.826572 0.3117451 0.8266389 0.3117426 0.826479 0.3117668 0.8261633 0.3120439 0.826286 0.3117426 0.826479 0.3115202 0.8264867 0.3117668 0.8261633 0.3117426 0.826479 0.3117451 0.8266389 0.3115617 0.8266505 0.3115617 0.8266505 0.31138 0.8267179 0.311307 0.8265636 0.311484 0.8261956 0.3115202 0.8264867 0.3112067 0.8263155 0.310946 0.8264556 0.3112067 0.8263155 0.311307 0.8265636 0.311307 0.8265636 0.31138 0.8267179 0.3112339 0.8268099 0.3112339 0.8268099 0.3111359 0.8269347 0.3110195 0.8268404 0.310946 0.8264556 0.3111349 0.8266784 0.3107548 0.8266583 0.3114401 0.8268316 0.3113238 0.8268987 0.31138 0.8267179 0.3114401 0.8268316 0.3114936 0.826925 0.3114091 0.8269662 0.3112449 0.826989 0.3113238 0.8268987 0.3113502 0.8270232 0.3112449 0.826989 0.3111359 0.8269347 0.3112339 0.8268099 0.5870714 0.5223993 0.5854791 0.5215893 0.5860397 0.5239282 0.5870714 0.5223993 0.5884041 0.5213368 0.5868374 0.5202284 0.5843575 0.5208618 0.5854791 0.5215893 0.5857787 0.5197944 0.5843575 0.5208618 0.5831319 0.5225442 0.5844196 0.5231863 0.5875596 0.5249934 0.5888133 0.526091 0.5899667 0.5252475 0.5898135 0.523066 0.5885602 0.5237596 0.590723 0.5246164 0.5870714 0.5223993 0.5885602 0.5237596 0.5884041 0.5213368 0.5875596 0.5249934 0.5885602 0.5237596 0.5860397 0.5239282 0.5851367 0.5252448 0.5837804 0.5246417 0.5843773 0.5262343 0.5851367 0.5252448 0.5860397 0.5239282 0.5844196 0.5231863 0.5844196 0.5231863 0.5831319 0.5225442 0.5825812 0.5241618 0.5832537 0.5257233 0.5837804 0.5246417 0.5824566 0.5251405 0.5874623 0.5268537 0.5864478 0.5260306 0.5864247 0.527269 0.5874623 0.5268537 0.5888133 0.526091 0.5875596 0.5249934 0.5851367 0.5252448 0.5864478 0.5260306 0.5860397 0.5239282 0.5851367 0.5252448 0.5843773 0.5262343 0.5855017 0.526867 0.5902103 0.5214195 0.591683 0.5236499 0.5923272 0.5218253 0.5902103 0.5214195 0.5884041 0.5213368 0.5898135 0.523066 0.5922353 0.5255358 0.591683 0.5236499 0.590723 0.5246164 0.5922353 0.5255358 0.5949394 0.527709 0.5939214 0.5244554 0.58634 0.5186521 0.588373 0.5194813 0.5872008 0.5161311 0.58634 0.5186521 0.5857787 0.5197944 0.5868374 0.5202284 0.5902103 0.5214195 0.588373 0.5194813 0.5884041 0.5213368 0.5902103 0.5214195 0.5923272 0.5218253 0.5902498 0.5189977 0.5837768 0.5267817 0.582532 0.5261987 0.5833484 0.5270959 0.5837768 0.5267817 0.5843773 0.5262343 0.5832537 0.5257233 0.5817059 0.5253276 0.582532 0.5261987 0.5824566 0.5251405 0.5817059 0.5253276 0.580322 0.525901 0.581938 0.5264345 0.5846915 0.5279147 0.5860509 0.529154 0.5863349 0.5279091 0.5863349 0.5279091 0.5864247 0.527269 0.5855017 0.526867 0.5837768 0.5267817 0.5849978 0.5274992 0.5843773 0.5262343 0.5837768 0.5267817 0.5833484 0.5270959 0.5846915 0.5279147 0.5822892 0.5290828 0.5832653 0.5295676 0.5828258 0.5279492 0.5822892 0.5290828 0.5816508 0.5304186 0.5826145 0.5308721 0.5840124 0.5300975 0.5832653 0.5295676 0.5832684 0.5310136 0.5838822 0.528504 0.5832653 0.5295676 0.5843756 0.5291776 0.5804504 0.5284473 0.5813047 0.5286725 0.5809155 0.5275087 0.5804504 0.5284473 0.5802214 0.5296375 0.5807316 0.5300229 0.5822892 0.5290828 0.5813047 0.5286725 0.5816508 0.5304186 0.5822892 0.5290828 0.5828258 0.5279492 0.5817129 0.5274793 0.5831052 0.527386 0.5843387 0.5281013 0.5833484 0.5270959 0.5831052 0.527386 0.5828258 0.5279492 0.5838822 0.528504 0.584929 0.5291262 0.5843387 0.5281013 0.5843756 0.5291776 0.584929 0.5291262 0.5860509 0.529154 0.5846915 0.5279147 0.5806375 0.5269649 0.5817945 0.5267974 0.580322 0.525901 0.5806375 0.5269649 0.5809155 0.5275087 0.5817129 0.5274793 0.5831052 0.527386 0.5817945 0.5267974 0.5828258 0.5279492 0.5831052 0.527386 0.5833484 0.5270959 0.581938 0.5264345 0.5795304 0.5321015 0.5805518 0.5326185 0.581066 0.531588 0.581066 0.531588 0.5816508 0.5304186 0.5807316 0.5300229 0.5807316 0.5300229 0.5802214 0.5296375 0.5796473 0.5303056 0.5795304 0.5321015 0.5801554 0.5311765 0.5789675 0.5309546 0.5831347 0.531863 0.5820562 0.5319974 0.5829685 0.5327572 0.5831347 0.531863 0.5832684 0.5310136 0.5826145 0.5308721 0.581066 0.531588 0.5820562 0.5319974 0.5816508 0.5304186 0.581066 0.531588 0.5805518 0.5326185 0.5816703 0.5330057 0.5702266 0.5255341 0.5685756 0.5265203 0.5710356 0.5277341 0.5702266 0.5255341 0.5691533 0.5227942 0.5667358 0.5243123 0.5667358 0.5243123 0.5648694 0.5264603 0.567131 0.528008 0.5700264 0.5284736 0.5685756 0.5265203 0.5690194 0.5296143 0.5738301 0.5244774 0.571958 0.5249401 0.573674 0.5270134 0.5738301 0.5244774 0.57406 0.5214679 0.5716131 0.5219328 0.5702266 0.5255341 0.571958 0.5249401 0.5691533 0.5227942 0.5702266 0.5255341 0.5710356 0.5277341 0.5722147 0.5273466 0.5678421 0.5199264 0.5646786 0.5225317 0.5691533 0.5227942 0.5678421 0.5199264 0.5657016 0.5159895 0.5616368 0.5209895 0.5616368 0.5209895 0.5589659 0.5260007 0.5624981 0.5258464 0.5667358 0.5243123 0.5646786 0.5225317 0.5648694 0.5264603 0.5744974 0.5183753 0.5712241 0.5187267 0.57406 0.5214679 0.5744974 0.5183753 0.5749055 0.5150117 0.5710301 0.5150949 0.5710301 0.5150949 0.5657016 0.5159895 0.5678421 0.5199264 0.5678421 0.5199264 0.5691533 0.5227942 0.5716131 0.5219328 0.5722147 0.5273466 0.5710356 0.5277341 0.571554 0.528982 0.5724121 0.5295808 0.5723391 0.5287502 0.5718924 0.5297133 0.5734581 0.5286859 0.5723391 0.5287502 0.5732487 0.5297474 0.5734581 0.5286859 0.573674 0.5270134 0.5722147 0.5273466 0.5700264 0.5284736 0.5690194 0.5296143 0.5702714 0.5304043 0.5702714 0.5304043 0.5710746 0.5307771 0.5714586 0.5300378 0.571554 0.528982 0.5709165 0.5294904 0.5718924 0.5297133 0.571554 0.528982 0.5710356 0.5277341 0.5700264 0.5284736 0.5801253 0.5335374 0.5788112 0.5327662 0.5797426 0.5344006 0.5801253 0.5335374 0.5805518 0.5326185 0.5795304 0.5321015 0.5780269 0.5312817 0.5788112 0.5327662 0.5789675 0.5309546 0.5780269 0.5312817 0.5764581 0.5325622 0.5780449 0.5333009 0.5815287 0.5348852 0.5834859 0.5346693 0.5831422 0.5337009 0.5831422 0.5337009 0.5829685 0.5327572 0.5816703 0.5330057 0.5816703 0.5330057 0.5805518 0.5326185 0.5801253 0.5335374 0.5815287 0.5348852 0.5815365 0.5339592 0.5797426 0.5344006 0.5826092 0.5217781 0.5842804 0.519749 0.5820433 0.5211483 0.5826092 0.5217781 0.5831319 0.5225442 0.5843575 0.5208618 0.58634 0.5186521 0.5842804 0.519749 0.5857787 0.5197944 0.58634 0.5186521 0.5872008 0.5161311 0.5840177 0.5187644 0.5808705 0.5234412 0.580322 0.525901 0.5817059 0.5253276 0.5817059 0.5253276 0.5824566 0.5251405 0.5825812 0.5241618 0.5826092 0.5217781 0.5817413 0.5237459 0.5831319 0.5225442 0.5826092 0.5217781 0.5820433 0.5211483 0.5808705 0.5234412 0.592188 0.5278348 0.5949394 0.527709 0.5922353 0.5255358 0.5899667 0.5252475 0.5913117 0.5264404 0.590723 0.5246164 0.5899667 0.5252475 0.5888133 0.526091 0.5896352 0.5269296 0.592188 0.5278348 0.5913117 0.5264404 0.5901432 0.5279597 0.5882323 0.5285033 0.5901432 0.5279597 0.5896352 0.5269296 0.5874623 0.5268537 0.5879285 0.5275691 0.5888133 0.526091 0.5874623 0.5268537 0.5864247 0.527269 0.5863349 0.5279091 0.5863349 0.5279091 0.5860509 0.529154 0.5882323 0.5285033 0.5792243 0.5286777 0.5789675 0.5309546 0.5796473 0.5303056 0.5796473 0.5303056 0.5802214 0.5296375 0.5804504 0.5284473 0.5804504 0.5284473 0.5809155 0.5275087 0.5806375 0.5269649 0.5806375 0.5269649 0.580322 0.525901 0.5792243 0.5286777 0.584929 0.5291262 0.5843099 0.530643 0.5860509 0.529154 0.584929 0.5291262 0.5843756 0.5291776 0.5840124 0.5300975 0.5831347 0.531863 0.5843099 0.530643 0.5832684 0.5310136 0.5831347 0.531863 0.5829685 0.5327572 0.5845287 0.5313668 0.5640632 0.5292115 0.5660185 0.5301069 0.5648694 0.5264603 0.5640632 0.5292115 0.5637871 0.5322643 0.5650722 0.5325113 0.5678467 0.5312054 0.5660185 0.5301069 0.5665912 0.5330217 0.5678467 0.5312054 0.5690194 0.5296143 0.567131 0.528008 0.5601879 0.5298957 0.5620654 0.5291743 0.5589659 0.5260007 0.5601879 0.5298957 0.5613182 0.5331066 0.5625067 0.5325089 0.5625067 0.5325089 0.5637871 0.5322643 0.5640632 0.5292115 0.5640632 0.5292115 0.5648694 0.5264603 0.5624981 0.5258464 0.5893993 0.531735 0.5906696 0.5316248 0.5904554 0.5296317 0.5882323 0.5285033 0.5887599 0.5299829 0.5901432 0.5279597 0.5882323 0.5285033 0.5860509 0.529154 0.5869914 0.5309323 0.5869914 0.5309323 0.587791 0.5324867 0.5893993 0.531735 0.5917499 0.532369 0.5925843 0.5335513 0.5936301 0.5309439 0.592188 0.5278348 0.592188 0.5299274 0.5949394 0.527709 0.592188 0.5278348 0.5901432 0.5279597 0.5904554 0.5296317 0.5917499 0.532369 0.592188 0.5299274 0.5906696 0.5316248 0.5779082 0.5234088 0.5786578 0.5209527 0.5764387 0.5211392 0.5738301 0.5244774 0.5759028 0.523885 0.57406 0.5214679 0.5738301 0.5244774 0.573674 0.5270134 0.5755234 0.5264369 0.5779082 0.5234088 0.5759028 0.523885 0.5773844 0.5259318 0.5798956 0.518384 0.5809158 0.5154462 0.5780889 0.515199 0.5744974 0.5183753 0.5773347 0.5183147 0.5749055 0.5150117 0.5744974 0.5183753 0.57406 0.5214679 0.5764387 0.5211392 0.5798956 0.518384 0.5773347 0.5183147 0.5786578 0.5209527 0.5808705 0.5234412 0.5820433 0.5211483 0.5806261 0.5209144 0.5779082 0.5234088 0.5795785 0.5232948 0.5786578 0.5209527 0.5779082 0.5234088 0.5773844 0.5259318 0.5788778 0.5258132 0.5808705 0.5234412 0.5795785 0.5232948 0.580322 0.525901 0.5840177 0.5187644 0.5872008 0.5161311 0.5837217 0.5155426 0.5798956 0.518384 0.5823397 0.5184217 0.5809158 0.5154462 0.5798956 0.518384 0.5786578 0.5209527 0.5806261 0.5209144 0.5840177 0.5187644 0.5823397 0.5184217 0.5820433 0.5211483 0.5869914 0.5309323 0.5860509 0.529154 0.5845287 0.5313668 0.5831422 0.5337009 0.5850396 0.5324318 0.5829685 0.5327572 0.5831422 0.5337009 0.5834859 0.5346693 0.5856965 0.5336673 0.5869914 0.5309323 0.5850396 0.5324318 0.587791 0.5324867 0.5678467 0.5312054 0.5665912 0.5330217 0.568573 0.5335672 0.5707046 0.5321546 0.569463 0.5318522 0.5705869 0.5340266 0.5707046 0.5321546 0.5710746 0.5307771 0.5702714 0.5304043 0.5678467 0.5312054 0.569463 0.5318522 0.5690194 0.5296143 0.5734581 0.5286859 0.575097 0.5286798 0.573674 0.5270134 0.5734581 0.5286859 0.5732487 0.5297474 0.5746327 0.5303208 0.5768234 0.5287013 0.575097 0.5286798 0.5764581 0.5325622 0.5768234 0.5287013 0.5773844 0.5259318 0.5755234 0.5264369 0.5768234 0.5287013 0.5782048 0.5287197 0.5773844 0.5259318 0.5768234 0.5287013 0.5764581 0.5325622 0.5780269 0.5312817 0.5792243 0.5286777 0.5782048 0.5287197 0.5789675 0.5309546 0.5792243 0.5286777 0.580322 0.525901 0.5788778 0.5258132 0.5715976 0.5059515 0.5712702 0.5108104 0.5749527 0.5067235 0.5715976 0.5059515 0.5676083 0.5049431 0.5667278 0.5101729 0.5667278 0.5101729 0.5657016 0.5159895 0.5710301 0.5150949 0.5750482 0.5111897 0.5712702 0.5108104 0.5749055 0.5150117 0.5778819 0.5073257 0.5749527 0.5067235 0.5750482 0.5111897 0.5780889 0.515199 0.5781996 0.5115793 0.5749055 0.5150117 0.5780889 0.515199 0.5809158 0.5154462 0.5810124 0.5118828 0.5778819 0.5073257 0.5781996 0.5115793 0.5805585 0.5077931 0.5837217 0.5155426 0.5872008 0.5161311 0.586529 0.5117257 0.5831556 0.5081611 0.5837743 0.5120037 0.5857113 0.5080934 0.5831556 0.5081611 0.5805585 0.5077931 0.5810124 0.5118828 0.5810124 0.5118828 0.5809158 0.5154462 0.5837217 0.5155426 0.5111994 0.4046611 0.5125506 0.4070532 0.514534 0.4042081 0.5105137 0.4094156 0.5125506 0.4070532 0.5074911 0.4068617 0.5105137 0.4094156 0.5122321 0.4115951 0.5135667 0.4100248 0.5135667 0.4100248 0.5157713 0.4100029 0.5153579 0.4069119 0.5055022 0.4011528 0.5074911 0.4068617 0.5111994 0.4046611 0.5111994 0.4046611 0.514534 0.4042081 0.5116062 0.3986017 0.5116062 0.3986017 0.507039 0.3907823 0.5057061 0.3949439 0.5055022 0.4011528 0.5085021 0.3996524 0.5039092 0.3975399 0.5029653 0.3960364 0.5015725 0.3975682 0.5039092 0.3975399 0.5029653 0.3960364 0.5023872 0.3956508 0.501295 0.3968943 0.5000645 0.3982197 0.5015725 0.3975682 0.5000323 0.3974288 0.5000645 0.3982197 0.5000153 0.399553 0.5019583 0.3989941 0.5000645 0.3982197 0.4986256 0.3981628 0.5000153 0.399553 0.5000645 0.3982197 0.5000323 0.3974288 0.4987866 0.3973807 0.4987866 0.3973807 0.4976431 0.3967543 0.4972822 0.3974076 0.498242 0.3994629 0.4986256 0.3981628 0.4966016 0.3987068 0.4950571 0.3972679 0.4966016 0.3987068 0.4972822 0.3974076 0.4966872 0.3955539 0.4960609 0.3959642 0.4976431 0.3967543 0.4966872 0.3955539 0.4963746 0.3939231 0.4955829 0.393959 0.4950571 0.3972679 0.4960609 0.3959642 0.4937731 0.3946927 0.4957505 0.3909972 0.4937731 0.3946927 0.4955829 0.393959 0.4955829 0.393959 0.4963746 0.3939231 0.4971606 0.3920058 0.4985173 0.3897103 0.4964699 0.3915187 0.4988098 0.3906015 0.4985173 0.3897103 0.4972783 0.3877154 0.4957505 0.3909972 0.5057061 0.3949439 0.507039 0.3907823 0.5038963 0.390934 0.5031218 0.3935716 0.5040588 0.3934521 0.502891 0.3915577 0.5031218 0.3935716 0.5023872 0.3956508 0.5029653 0.3960364 0.5029653 0.3960364 0.5039092 0.3975399 0.5057061 0.3949439 0.5022383 0.3880664 0.4972783 0.3877154 0.4985173 0.3897103 0.4985173 0.3897103 0.4988098 0.3906015 0.5010867 0.3905099 0.5038963 0.390934 0.501521 0.3896011 0.502891 0.3915577 0.5038963 0.390934 0.507039 0.3907823 0.5022383 0.3880664 0.5282109 0.4091058 0.5305216 0.4123243 0.5344632 0.4088241 0.5282109 0.4091058 0.521948 0.4103006 0.5269693 0.4142224 0.5328605 0.4158744 0.5305216 0.4123243 0.5306156 0.4175045 0.5328605 0.4158744 0.5357699 0.415629 0.5352314 0.4120491 0.5269693 0.4142224 0.521948 0.4103006 0.52293 0.4175975 0.5283065 0.4263231 0.5269612 0.4194766 0.5246127 0.4258222 0.5283065 0.4263231 0.5323259 0.4271334 0.5307058 0.42171 0.5269693 0.4142224 0.5269612 0.4194766 0.5306156 0.4175045 0.5363124 0.4309483 0.5364243 0.4282303 0.5347166 0.4283386 0.5347166 0.4283386 0.5323259 0.4271334 0.5320721 0.4313483 0.5320721 0.4313483 0.5318379 0.4348051 0.5337162 0.4349045 0.5363124 0.4309483 0.5344194 0.4309407 0.5360293 0.435105 0.5253998 0.4347085 0.5288143 0.4329981 0.5246127 0.4258222 0.5297126 0.4381192 0.5288143 0.4329981 0.5228014 0.4589174 0.5320721 0.4313483 0.5288143 0.4329981 0.5318379 0.4348051 0.5320721 0.4313483 0.5323259 0.4271334 0.5283065 0.4263231 0.5356028 0.4407724 0.5360293 0.435105 0.5337162 0.4349045 0.5337162 0.4349045 0.5318379 0.4348051 0.5297126 0.4381192 0.5455732 0.4166541 0.5422104 0.4183122 0.5458353 0.4254946 0.5455732 0.4166541 0.5440724 0.4088526 0.5410189 0.413106 0.5395628 0.4208412 0.5422104 0.4183122 0.5388463 0.4169166 0.5395628 0.4208412 0.5396106 0.4261745 0.5426538 0.4255121 0.5410189 0.413106 0.5440724 0.4088526 0.5393328 0.4081788 0.5393328 0.4081788 0.5344632 0.4088241 0.5352314 0.4120491 0.5376735 0.4155778 0.5387116 0.411664 0.5357699 0.415629 0.5376735 0.4155778 0.5388463 0.4169166 0.5410189 0.413106 0.5363124 0.4309483 0.538207 0.4305437 0.5364243 0.4282303 0.5363124 0.4309483 0.5360293 0.435105 0.5384935 0.4348315 0.5384935 0.4348315 0.5402306 0.4347853 0.5402823 0.4308363 0.5402823 0.4308363 0.5396106 0.4261745 0.5379425 0.4277933 0.5417423 0.438655 0.5402306 0.4347853 0.5384935 0.4348315 0.5356028 0.4407724 0.5390723 0.440745 0.5360293 0.435105 0.5453902 0.4354552 0.5427169 0.4329352 0.5402029 0.4608421 0.5426538 0.4255121 0.5427169 0.4329352 0.5458353 0.4254946 0.5426538 0.4255121 0.5396106 0.4261745 0.5402823 0.4308363 0.5417423 0.438655 0.5427169 0.4329352 0.5402306 0.4347853 0.5395628 0.4208412 0.5388463 0.4169166 0.5374848 0.4203743 0.5368961 0.4244694 0.5379667 0.4227983 0.5365289 0.4236556 0.5368961 0.4244694 0.5370715 0.4253664 0.5380451 0.4253141 0.5395628 0.4208412 0.5379667 0.4227983 0.5396106 0.4261745 0.4246808 0.8036133 0.4213665 0.8033308 0.4250109 0.8015952 0.4204306 0.8053393 0.4213665 0.8033308 0.4244348 0.8048903 0.4204306 0.8053393 0.4148693 0.8049193 0.4182722 0.8017183 0.4224833 0.8007406 0.4213665 0.8033308 0.4203621 0.7999003 0.1598399 0.8121354 0.157391 0.8083004 0.162959 0.8103636 0.1598399 0.8121354 0.1579025 0.8132884 0.1559211 0.8116421 0.1539088 0.8054566 0.157391 0.8083004 0.153074 0.809501 0.1539088 0.8054566 0.1536408 0.8009955 0.1583515 0.8047235 0.1636475 0.817346 0.163724 0.8229432 0.1608657 0.8209293 0.1575655 0.8160132 0.1606457 0.8160753 0.1573929 0.819915 0.1598399 0.8121354 0.1606457 0.8160753 0.1579025 0.8132884 0.1636475 0.817346 0.1606457 0.8160753 0.162959 0.8103636 0.1589667 0.8267207 0.1573929 0.819915 0.1608657 0.8209293 0.1643285 0.8294432 0.1615576 0.8275068 0.163724 0.8229432 0.1643285 0.8294432 0.16488 0.8372365 0.1618274 0.833908 0.1589667 0.8267207 0.1615576 0.8275068 0.1591934 0.832507 0.1526771 0.8187273 0.1472094 0.8207219 0.1508087 0.8140245 0.1508087 0.8140245 0.153074 0.809501 0.1559211 0.8116421 0.1575655 0.8160132 0.1541467 0.8151921 0.1579025 0.8132884 0.1575655 0.8160132 0.1573929 0.819915 0.1526771 0.8187273 0.1496102 0.8084905 0.153074 0.809501 0.1508087 0.8140245 0.1508087 0.8140245 0.1472094 0.8207219 0.1458827 0.818524 0.1457725 0.8116442 0.1479706 0.8129229 0.1443868 0.8174613 0.1496102 0.8084905 0.1479706 0.8129229 0.1472592 0.8085045 0.1511761 0.8483828 0.1509233 0.8534212 0.1446942 0.8458889 0.1414855 0.8354746 0.1455162 0.8432189 0.1393712 0.837287 0.1414855 0.8354746 0.1427538 0.8345143 0.1460755 0.840712 0.1511761 0.8483828 0.1455162 0.8432189 0.1510493 0.8445176 0.5558832 0.5078819 0.561283 0.5090086 0.557865 0.5024853 0.5558832 0.5078819 0.5536898 0.5133391 0.5593199 0.5144029 0.5667278 0.5101729 0.561283 0.5090086 0.5657016 0.5159895 0.5627766 0.5036318 0.561283 0.5090086 0.5676083 0.5049431 0.5646317 0.4926763 0.5606181 0.491958 0.5593736 0.497666 0.5593736 0.497666 0.557865 0.5024853 0.5627766 0.5036318 0.5627766 0.5036318 0.5676083 0.5049431 0.5681503 0.4996919 0.5646317 0.4926763 0.5638443 0.4985903 0.5684439 0.4935209 0.3121786 0.8291962 0.3120206 0.8286527 0.3131313 0.8281324 0.3149008 0.8264185 0.3135157 0.8285942 0.3141924 0.8263392 0.3149008 0.8264185 0.3156453 0.8274226 0.3138934 0.8293308 0.3138934 0.8293308 0.3123667 0.8299793 0.3121786 0.8291962 0.3131633 0.8274247 0.3141924 0.8263392 0.3131313 0.8281324 0.3119397 0.8283131 0.3127037 0.8279337 0.3120206 0.8286527 0.3119397 0.8283131 0.3118913 0.8280979 0.3123331 0.8278568 0.3131633 0.8274247 0.3127037 0.8279337 0.3126038 0.8274992 0.3108384 0.8290262 0.3108005 0.8296142 0.3086577 0.828348 0.3108384 0.8290262 0.3120206 0.8286527 0.3121786 0.8291962 0.3108159 0.8304327 0.3108005 0.8296142 0.3123667 0.8299793 0.3108159 0.8304327 0.3083364 0.8302086 0.3081734 0.8288621 0.3108384 0.8290262 0.3111255 0.8285664 0.3120206 0.8286527 0.3104664 0.828534 0.3111255 0.8285664 0.3086577 0.828348 0.3114382 0.8282256 0.3111255 0.8285664 0.3110567 0.8281574 0.3114382 0.8282256 0.3118913 0.8280979 0.3119397 0.8283131 0.8559924 0.9411243 0.842587 0.9406077 0.8768509 0.9394666 0.8270563 0.9416875 0.842587 0.9406077 0.8340048 0.9431442 0.8322247 0.9396811 0.842587 0.9406077 0.8262239 0.9403316 0.8322247 0.9396811 0.8352413 0.9389569 0.8520212 0.9394661 0.7563386 0.9342896 0.7638252 0.9332686 0.7853243 0.9341999 0.7831124 0.935787 0.7730279 0.9347859 0.8052989 0.9352085 0.7563386 0.9342896 0.7730279 0.9347859 0.7575375 0.9351257 0.1461684 0.8002365 0.1462455 0.8028598 0.1437466 0.8073484 0.142491 0.8052931 0.1439798 0.8033768 0.141001 0.8140439 0.142491 0.8052931 0.143534 0.7990961 0.1446335 0.7987177 0.1461684 0.8002365 0.1439798 0.8033768 0.1461962 0.7977915 0.02330046 0.8491809 0.02857679 0.8371202 0.0332269 0.8392104 0.0332269 0.8392104 0.03944897 0.8394985 0.03254342 0.8531848 0.02288484 0.8629243 0.02811837 0.851237 0.02701532 0.8646728 0.02288484 0.8629243 0.01837688 0.8609099 0.02330046 0.8491809 0.0332269 0.8392104 0.0376321 0.8277434 0.03944897 0.8394985 0.2302042 0.8176503 0.232174 0.8167318 0.2349235 0.8225212 0.279354 0.7914651 0.2773522 0.7900301 0.2794188 0.7897863 0.279354 0.7914651 0.2787659 0.7920456 0.2775514 0.7913572 0.2745719 0.7891637 0.2773522 0.7900301 0.2753152 0.7906103 0.2745719 0.7891637 0.2739171 0.7878041 0.2771609 0.7887963 0.2387074 0.7623835 0.2386414 0.7598788 0.2408134 0.7576071 0.2369182 0.762474 0.2386414 0.7598788 0.2354528 0.769236 0.2400196 0.7554975 0.2386414 0.7598788 0.2377736 0.7577517 0.2314479 0.776198 0.2311331 0.7788109 0.2282207 0.7817094 0.2329153 0.7770575 0.2311331 0.7788109 0.2354528 0.769236 0.2287572 0.7838956 0.2311331 0.7788109 0.2306571 0.7833461 0.2369182 0.762474 0.2345505 0.7658427 0.2377736 0.7577517 0.2326409 0.7706679 0.2345505 0.7658427 0.2354528 0.769236 0.2338832 0.7644433 0.2345505 0.7658427 0.2301795 0.7722702 0.2326409 0.7706679 0.2309572 0.7748338 0.2301795 0.7722702 0.2314479 0.776198 0.2309572 0.7748338 0.2354528 0.769236 0.2284934 0.7779299 0.2309572 0.7748338 0.2282207 0.7817094 0.2329153 0.7770575 0.2349449 0.7754926 0.2306571 0.7833461 0.2372354 0.7705591 0.2349449 0.7754926 0.2354528 0.769236 0.2344749 0.778918 0.2349449 0.7754926 0.2383313 0.7720065 0.2372354 0.7705591 0.23886 0.7655515 0.2383313 0.7720065 0.2387074 0.7623835 0.23886 0.7655515 0.2354528 0.769236 0.2403475 0.7640065 0.23886 0.7655515 0.2408134 0.7576071 0.9476457 0.01600843 0.9449166 0.01519185 0.9449889 0.01919722 0.947772 0.02286124 0.9476329 0.0194121 0.9450653 0.02323216 0.947772 0.02286124 0.9506707 0.02243405 0.950276 0.01955556 0.9476457 0.01600843 0.9476329 0.0194121 0.9501047 0.01677548 0.9449889 0.02787977 0.9479193 0.02640229 0.9450653 0.02323216 0.9449889 0.02787977 0.9448361 0.03283375 0.9480707 0.02998936 0.9509305 0.02507632 0.9479193 0.02640229 0.951123 0.02760046 0.9509305 0.02507632 0.9506707 0.02243405 0.947772 0.02286124 0.9477201 0.005072534 0.9509151 0.008534848 0.9502657 0.004348039 0.9477201 0.005072534 0.9457686 0.006824851 0.9489231 0.009884238 0.9536347 0.011711 0.9509151 0.008534848 0.9516451 0.01268368 0.9536347 0.011711 0.9560541 0.01112431 0.9534189 0.007870614 0.9476457 0.01600843 0.9501047 0.01677548 0.9505147 0.01442831 0.9489231 0.009884238 0.9479545 0.01260399 0.9516451 0.01268368 0.9489231 0.009884238 0.9457686 0.006824851 0.9450053 0.01063287 0.9476457 0.01600843 0.9479545 0.01260399 0.9449166 0.01519185 0.9535025 0.01496326 0.9516451 0.01268368 0.9505147 0.01442831 0.9520238 0.01744329 0.9522973 0.01595914 0.9501047 0.01677548 0.9539518 0.01717627 0.9522973 0.01595914 0.9536361 0.01794344 0.9539518 0.01717627 0.9545463 0.01620715 0.9535025 0.01496326 0.9536347 0.011711 0.9554039 0.01431488 0.9560541 0.01112431 0.9536347 0.011711 0.9516451 0.01268368 0.9535025 0.01496326 0.956232 0.01640993 0.9554039 0.01431488 0.9545463 0.01620715 0.9576533 0.01384037 0.9554039 0.01431488 0.958422 0.01629769 0.9520238 0.01744329 0.9501047 0.01677548 0.950276 0.01955556 0.9539533 0.02189439 0.9529179 0.0195564 0.9506707 0.02243405 0.9550411 0.01914685 0.9529179 0.0195564 0.9581795 0.0211209 0.9520238 0.01744329 0.9529179 0.0195564 0.9536361 0.01794344 0.958566 0.01877534 0.9561284 0.01805931 0.9581795 0.0211209 0.956232 0.01640993 0.9561284 0.01805931 0.958422 0.01629769 0.9539518 0.01717627 0.9561284 0.01805931 0.9545463 0.01620715 0.9539518 0.01717627 0.9536361 0.01794344 0.9550411 0.01914685 0.9509305 0.02507632 0.9541034 0.02405333 0.9506707 0.02243405 0.9509305 0.02507632 0.951123 0.02760046 0.9538109 0.02612274 0.957357 0.02318185 0.9541034 0.02405333 0.9563165 0.02510052 0.9539533 0.02189439 0.9541034 0.02405333 0.9581795 0.0211209 0.4990621 0.02625191 0.5012888 0.0247659 0.5008994 0.0286163 0.4990621 0.02625191 0.4975752 0.02377259 0.4996947 0.02311664 0.5027288 0.02268713 0.5012888 0.0247659 0.5011399 0.02211755 0.5027288 0.02268713 0.5048427 0.02274084 0.5033093 0.02600699 0.1162825 0.1468116 0.1160113 0.1587391 0.1110501 0.1545942 0.1082901 0.145097 0.1124628 0.1460893 0.1072363 0.1524212 0.1082901 0.145097 0.1086135 0.1384364 0.1127156 0.1386465 0.1162825 0.1468116 0.1124628 0.1460893 0.1164591 0.1390453 0.1081283 0.1342557 0.1123738 0.1345211 0.1086135 0.1384364 0.1081283 0.1342557 0.1075347 0.131362 0.1119341 0.1320424 0.1165533 0.1349099 0.1123738 0.1345211 0.1166068 0.1325542 0.1165533 0.1349099 0.1164591 0.1390453 0.1127156 0.1386465 0.1075325 0.1285629 0.111893 0.12954 0.1075347 0.131362 0.1075325 0.1285629 0.1079336 0.1256526 0.1121143 0.1268405 0.1166621 0.1301272 0.111893 0.12954 0.1167222 0.127488 0.1166621 0.1301272 0.1166068 0.1325542 0.1119341 0.1320424 0.1094906 0.1667031 0.1106089 0.1736536 0.1032058 0.1720068 0.1094906 0.1667031 0.1160113 0.1587391 0.1157327 0.1709886 0.1106844 0.1854398 0.1106089 0.1736536 0.1154371 0.183971 0.1106844 0.1854398 0.1047356 0.1875662 0.1043607 0.1776046 0.3824018 0.09764093 0.3910421 0.1089771 0.3883633 0.1096959 0.3795464 0.104016 0.3809914 0.1009558 0.3856393 0.1107241 0.3795464 0.104016 0.3730173 0.1015463 0.3730161 0.09744167 0.1023534 0.08875983 0.1047859 0.08608329 0.1049649 0.08706158 0.1028049 0.09114497 0.099671 0.09496408 0.09928047 0.09363645 0.1023534 0.08875983 0.102516 0.08993983 0.09896832 0.09235382 0.09421986 0.09715706 0.09499669 0.09826177 0.08935648 0.1031003 0.09421986 0.09715706 0.09896832 0.09235382 0.09928047 0.09363645 0.08562654 0.1101142 0.08691948 0.1108059 0.08293664 0.1166175 0.08562654 0.1101142 0.08935648 0.1031003 0.09057348 0.1039426 0.08821332 0.1115229 0.08691948 0.1108059 0.09178709 0.1048234 0.07770448 0.1359773 0.0754745 0.1349193 0.07746851 0.130302 0.08156681 0.1258236 0.07978904 0.1308583 0.07962727 0.12503 0.07140958 0.1441602 0.07241314 0.1441159 0.0714277 0.1483864 0.07140958 0.1441602 0.07137531 0.1374018 0.07254248 0.1375753 0.07254248 0.1375753 0.07363206 0.1374849 0.07373905 0.1431598 0.1106844 0.1854398 0.1091347 0.2047439 0.1047356 0.1875662 0.1106844 0.1854398 0.1154371 0.183971 0.1149759 0.2042079 0.1067725 0.2278071 0.1091347 0.2047439 0.114432 0.228072 0.1067725 0.2278071 0.09931784 0.227464 0.1026434 0.2055176 0.9168465 0.4625802 0.9320709 0.4371626 0.923245 0.4654999 0.9281553 0.4341862 0.9320709 0.4371626 0.9108 0.4585495 0.9281553 0.4341862 0.9445394 0.4111861 0.9469171 0.4133546 0.9361248 0.4396934 0.9320709 0.4371626 0.9492194 0.4155169 0.8719213 0.4668582 0.8519697 0.4511431 0.8587194 0.4463148 0.8834384 0.4576013 0.8776863 0.4615839 0.864913 0.4425293 0.8834384 0.4576013 0.9024525 0.4741503 0.8974612 0.4780207 0.8719213 0.4668582 0.8776863 0.4615839 0.8927622 0.4832739 0.9627436 0.3946003 0.9492194 0.4155169 0.9469171 0.4133546 0.9589816 0.3909127 0.9610068 0.3927661 0.9445394 0.4111861 0.9589816 0.3909127 0.9724527 0.3720027 0.9747183 0.3737874 0.9627436 0.3946003 0.9610068 0.3927661 0.9764827 0.3753137 0.9153819 0.5010907 0.8927622 0.4832739 0.8974612 0.4780207 0.9224437 0.4936534 0.9188521 0.496793 0.9024525 0.4741503 0.9224437 0.4936534 0.9429234 0.5146335 0.941051 0.5167329 0.941051 0.5167329 0.9388909 0.5196081 0.9153819 0.5010907 0.07440251 0.1369566 0.07559531 0.1402624 0.07363206 0.1374849 0.07770448 0.1359773 0.07559531 0.1402624 0.0754745 0.1349193 0.3755801 0.1202113 0.3746572 0.1246748 0.373762 0.1218621 0.3730213 0.1183007 0.3742451 0.1186426 0.3730214 0.1205796 0.3730213 0.1183007 0.3730209 0.115924 0.3746625 0.1172361 0.3755801 0.1202113 0.3742451 0.1186426 0.3768763 0.1180707 0.3730182 0.1047582 0.3730173 0.1015463 0.3795464 0.104016 0.3795464 0.104016 0.3856393 0.1107241 0.3829657 0.110241 0.3829657 0.110241 0.3819383 0.1118203 0.3777888 0.1083154 0.3777888 0.1083154 0.3730189 0.1069085 0.3730182 0.1047582 0.1167598 0.09550362 0.1166315 0.09400421 0.1174619 0.095353 0.1167598 0.09550362 0.11606 0.09588766 0.1157137 0.09485149 0.1164031 0.09277981 0.1166315 0.09400421 0.1151238 0.09311264 0.1174979 0.0938273 0.1166315 0.09400421 0.1175283 0.0925408 0.1121037 0.1086817 0.1145052 0.1096839 0.1109001 0.1123186 0.1121037 0.1086817 0.1133005 0.105198 0.115207 0.1057384 0.1171188 0.1101511 0.1145052 0.1096839 0.1172168 0.1058965 0.1171188 0.1101511 0.1170214 0.114395 0.1138023 0.11368 0.3777888 0.1083154 0.3819383 0.1118203 0.3791781 0.1115264 0.3760753 0.1101662 0.3768582 0.1094233 0.3778357 0.1117714 0.3760753 0.1101662 0.373158 0.1090285 0.3730967 0.107444 0.3730967 0.107444 0.3730189 0.1069085 0.3777888 0.1083154 0.1164031 0.09277981 0.1151238 0.09311264 0.1153805 0.09162712 0.1153805 0.09162712 0.1154661 0.0909512 0.1163224 0.09102034 0.1163224 0.09102034 0.1175798 0.09038096 0.1175522 0.09153771 0.1164031 0.09277981 0.1163297 0.09180438 0.1175283 0.0925408 0.1176115 0.08906269 0.1175798 0.09038096 0.1169047 0.08984071 0.1169047 0.08984071 0.116533 0.08949387 0.1166889 0.08905971 0.116989 0.08838468 0.1171503 0.08905804 0.1166702 0.08870255 0.1157018 0.09035289 0.1162921 0.09037017 0.1154661 0.0909512 0.1162503 0.08978688 0.1162921 0.09037017 0.1160124 0.08979332 0.1162503 0.08978688 0.116533 0.08949387 0.1169047 0.08984071 0.1163224 0.09102034 0.1162921 0.09037017 0.1175798 0.09038096 0.10553 0.1585925 0.1072363 0.1524212 0.1110501 0.1545942 0.1094906 0.1667031 0.1079121 0.1619063 0.1160113 0.1587391 0.1094906 0.1667031 0.1032058 0.1720068 0.1029577 0.1671463 0.10553 0.1585925 0.1079121 0.1619063 0.1023519 0.1631405 0.115207 0.1057384 0.1133005 0.105198 0.114171 0.1022412 0.1161268 0.09954297 0.1157162 0.1023561 0.1148891 0.09967947 0.1161268 0.09954297 0.1173703 0.09927517 0.1173013 0.1022437 0.115207 0.1057384 0.1157162 0.1023561 0.1172168 0.1058965 0.1161268 0.09954297 0.1148891 0.09967947 0.1156284 0.09738051 0.1167598 0.09550362 0.1165332 0.09730434 0.11606 0.09588766 0.1167598 0.09550362 0.1174619 0.095353 0.1174216 0.09707361 0.1161268 0.09954297 0.1165332 0.09730434 0.1173703 0.09927517 0.4284784 0.8581236 0.4365314 0.8585555 0.4329995 0.8657467 0.4468806 0.8593069 0.4365314 0.8585555 0.4450939 0.8541569 0.4468806 0.8593069 0.4487278 0.8644075 0.4398513 0.8648539 0.4326073 0.8347088 0.4254716 0.8337543 0.4260033 0.8313035 0.435942 0.8291124 0.4336199 0.8320277 0.427757 0.8284097 0.435942 0.8291124 0.4462796 0.8304127 0.4439842 0.8333441 0.4326073 0.8347088 0.4336199 0.8320277 0.4427816 0.8361538 0.4244175 0.8369305 0.4318472 0.8381865 0.423538 0.8408384 0.4326073 0.8347088 0.4318472 0.8381865 0.4254716 0.8337543 0.4326073 0.8347088 0.4427816 0.8361538 0.4421576 0.8396981 0.4421576 0.8396981 0.4423079 0.8439564 0.4316216 0.8423678 0.3788671 0.1545994 0.3773124 0.152915 0.3770612 0.1420376 0.3782129 0.1344341 0.3783051 0.1443271 0.3771288 0.1313729 0.3782129 0.1344341 0.3795685 0.1389943 0.379606 0.1476196 0.379606 0.1476196 0.3801884 0.1565909 0.3788671 0.1545994 0.3770612 0.1420376 0.3754742 0.1396331 0.3771288 0.1313729 0.3770612 0.1420376 0.3773124 0.152915 0.3753536 0.1514699 0.3740685 0.1356421 0.3754742 0.1396331 0.3730194 0.1491922 0.3758615 0.1279825 0.3754742 0.1396331 0.3746572 0.1246748 0.373762 0.1218621 0.3746572 0.1246748 0.3740685 0.1356421 0.3730203 0.1328369 0.3733686 0.1285933 0.3730194 0.1491922 0.3730203 0.1328369 0.3730203 0.1326324 0.3730211 0.1243045 0.373762 0.1218621 0.3733686 0.1285933 0.3730214 0.1205796 0.3767197 0.1572722 0.3773124 0.152915 0.3788671 0.1545994 0.3800843 0.1602459 0.3785294 0.1586505 0.3801884 0.1565909 0.3774507 0.1593108 0.3785294 0.1586505 0.3790915 0.1608816 0.3774507 0.1593108 0.3756898 0.158149 0.3767197 0.1572722 0.3791373 0.2152659 0.3770906 0.2080405 0.3828305 0.2072861 0.3791373 0.2152659 0.3730258 0.2275263 0.3730258 0.2108276 0.3767765 0.2020204 0.3770906 0.2080405 0.3730258 0.2033666 0.3767765 0.2020204 0.3804347 0.1981495 0.3809603 0.2023617 0.3774507 0.1593108 0.3757895 0.1594105 0.3756898 0.158149 0.3774507 0.1593108 0.3790915 0.1608816 0.3770074 0.160795 0.3742868 0.1592895 0.3757895 0.1594105 0.3749685 0.1604777 0.3742868 0.1592895 0.3737972 0.1587688 0.3746293 0.1585846 0.3739269 0.1929372 0.3738518 0.1951274 0.3730258 0.1935761 0.3739269 0.1929372 0.3751211 0.1919633 0.3751382 0.1942023 0.3742618 0.1969954 0.3738518 0.1951274 0.3755375 0.1959972 0.3742618 0.1969954 0.3730258 0.1977739 0.3730258 0.1958592 0.3767765 0.2020204 0.3730258 0.2033666 0.3730258 0.1996459 0.3730258 0.1996459 0.3730258 0.1977739 0.3742618 0.1969954 0.3772423 0.1968703 0.3755351 0.1988158 0.3755375 0.1959972 0.3772423 0.1968703 0.3804347 0.1981495 0.3767765 0.2020204 0.3742685 0.1872425 0.3741091 0.1901499 0.3730255 0.1874825 0.3742685 0.1872425 0.3756185 0.1868183 0.3753657 0.189396 0.3739269 0.1929372 0.3741091 0.1901499 0.3751211 0.1919633 0.3739269 0.1929372 0.3730258 0.1935761 0.3730257 0.1905989 0.3742132 0.1822394 0.3742753 0.1846919 0.3730253 0.1822492 0.3756262 0.1845475 0.3742753 0.1846919 0.3755198 0.1822615 0.3742685 0.1872425 0.3742753 0.1846919 0.3756185 0.1868183 0.3742685 0.1872425 0.3730255 0.1874825 0.3730254 0.1847821 0.374149 0.1771015 0.3741764 0.1749132 0.3753838 0.1770431 0.374149 0.1771015 0.3730251 0.1771347 0.3730249 0.174941 0.3742206 0.1729802 0.3741764 0.1749132 0.3730248 0.1729916 0.3742206 0.1729802 0.3754484 0.1729268 0.3754043 0.1748449 0.3754307 0.1796377 0.3755198 0.1822615 0.3742132 0.1822394 0.3730252 0.1796354 0.3741662 0.1796264 0.3730253 0.1822492 0.374149 0.1771015 0.3741662 0.1796264 0.3730251 0.1771347 0.3754307 0.1796377 0.3741662 0.1796264 0.3753838 0.1770431 0.3759427 0.1626774 0.3768963 0.1651648 0.3757261 0.1654852 0.374356 0.16297 0.3749053 0.1627951 0.3749162 0.165732 0.374356 0.16297 0.3738088 0.1605081 0.374111 0.1604211 0.3759427 0.1626774 0.3749053 0.1627951 0.3749685 0.1604777 0.374356 0.16297 0.3749162 0.165732 0.3739972 0.1658305 0.3730227 0.1631321 0.3737128 0.1630876 0.3730238 0.1658427 0.3734355 0.1606218 0.3737128 0.1630876 0.3730267 0.1606857 0.374356 0.16297 0.3737128 0.1630876 0.3738088 0.1605081 0.3734523 0.1588914 0.3736833 0.1592875 0.373395 0.15904 0.3734523 0.1588914 0.3737972 0.1587688 0.3742868 0.1592895 0.374111 0.1604211 0.3736833 0.1592875 0.3749685 0.1604777 0.373507 0.1593487 0.3736833 0.1592875 0.3738088 0.1605081 0.3752562 0.1677919 0.3754253 0.1694915 0.3742464 0.1695464 0.3730242 0.1678662 0.3741679 0.1678665 0.3730245 0.1695456 0.3730242 0.1678662 0.3730238 0.1658427 0.3739972 0.1658305 0.3752562 0.1677919 0.3741679 0.1678665 0.3749162 0.165732 0.3742206 0.1729802 0.3742539 0.1712211 0.3754484 0.1729268 0.3742206 0.1729802 0.3730248 0.1729916 0.3730246 0.1712235 0.3730246 0.1712235 0.3730245 0.1695456 0.3742464 0.1695464 0.3742464 0.1695464 0.3754253 0.1694915 0.3754723 0.1711727 0.1108411 0.08216255 0.1105522 0.0811662 0.112948 0.08061766 0.1102642 0.08046936 0.1105522 0.0811662 0.1083831 0.08227229 0.1102642 0.08046936 0.1124509 0.0788635 0.1127206 0.07957041 0.9605044 0.9103814 0.9580017 0.9095045 0.9610804 0.9077721 0.9605044 0.9103814 0.9592314 0.9132215 0.9568712 0.9119357 0.9568712 0.9119357 0.9545016 0.9108168 0.9555442 0.9087705 0.9555442 0.9087705 0.9557828 0.906903 0.958378 0.9073073 0.7114663 0.481518 0.7140567 0.4808812 0.7149327 0.4840983 0.7124021 0.4869225 0.712323 0.4844812 0.7151407 0.4868477 0.7124021 0.4869225 0.709745 0.4869459 0.7097584 0.4847617 0.7097584 0.4847617 0.7088946 0.4820848 0.7114663 0.481518 0.7124021 0.4869225 0.7151407 0.4868477 0.7148423 0.4899054 0.7106894 0.4926592 0.7120136 0.4894958 0.7136173 0.4936331 0.7106894 0.4926592 0.707876 0.4917498 0.7092835 0.4891242 0.7124021 0.4869225 0.7120136 0.4894958 0.709745 0.4869459 0.9539056 0.894273 0.9522175 0.8910625 0.9569804 0.8928233 0.9539056 0.894273 0.9508363 0.8958792 0.9492051 0.8928832 0.9507161 0.8882257 0.9522175 0.8910625 0.9478248 0.8901025 0.9507161 0.8882257 0.95328 0.8868294 0.9550809 0.889558 0.9519843 0.917934 0.9542933 0.9200258 0.9519044 0.9222303 0.947905 0.9219334 0.9498297 0.9201256 0.9496487 0.9238888 0.9475898 0.9178227 0.9498297 0.9201256 0.9458765 0.919621 0.9519843 0.917934 0.9498297 0.9201256 0.9496024 0.9157951 0.7047532 0.5011975 0.7078623 0.5031316 0.704805 0.5067986 0.704805 0.5067986 0.7018106 0.5099294 0.6994414 0.5078104 0.6991232 0.5021627 0.7019868 0.504708 0.6967949 0.5050734 0.7047532 0.5011975 0.7019868 0.504708 0.7017627 0.4989856 0.7072811 0.4681707 0.7100237 0.4718171 0.7070072 0.4730892 0.7015162 0.4716052 0.7044398 0.469675 0.704011 0.4746491 0.7015162 0.4716052 0.6991308 0.4689289 0.7018461 0.4666986 0.7072811 0.4681707 0.7044398 0.469675 0.7043309 0.4650029 0.9269173 0.8671569 0.9296087 0.8694389 0.9270041 0.870897 0.9219485 0.8705596 0.9244289 0.8686016 0.9244419 0.8726775 0.9219485 0.8705596 0.9197157 0.8687333 0.9219866 0.8666781 0.9269173 0.8671569 0.9244289 0.8686016 0.9241966 0.8653117 0.930719 0.8952834 0.9336433 0.896107 0.9318755 0.9000555 0.9318755 0.9000555 0.9300664 0.9035762 0.9278073 0.9020967 0.9262606 0.8973992 0.9292036 0.8989027 0.9250211 0.900238 0.930719 0.8952834 0.9292036 0.8989027 0.9277291 0.8941826 0.9569483 0.9167296 0.9545984 0.9149748 0.9592314 0.9132215 0.9569483 0.9167296 0.9542933 0.9200258 0.9519843 0.917934 0.9519843 0.917934 0.9496024 0.9157951 0.9522137 0.9133091 0.9568712 0.9119357 0.9545984 0.9149748 0.9545016 0.9108168 0.9576962 0.9020813 0.9559669 0.8982307 0.9607236 0.901548 0.9529693 0.899306 0.9559669 0.8982307 0.9548335 0.9025375 0.9529693 0.899306 0.9508363 0.8958792 0.9539056 0.894273 0.9539056 0.894273 0.9569804 0.8928233 0.9590771 0.8971619 0.7106894 0.4926592 0.7136173 0.4936331 0.7110451 0.4983925 0.7047532 0.5011975 0.7079617 0.4968704 0.7078623 0.5031316 0.7047532 0.5011975 0.7017627 0.4989856 0.7050247 0.4952758 0.7106894 0.4926592 0.7079617 0.4968704 0.707876 0.4917498 0.7114663 0.481518 0.7095219 0.4773787 0.7140567 0.4808812 0.7067247 0.4784281 0.7095219 0.4773787 0.7088946 0.4820848 0.7067247 0.4784281 0.704011 0.4746491 0.7070072 0.4730892 0.7123513 0.4764207 0.7095219 0.4773787 0.7100237 0.4718171 0.9338866 0.886638 0.9365615 0.8867989 0.9353286 0.8913028 0.930719 0.8952834 0.9324725 0.8908136 0.9336433 0.896107 0.930719 0.8952834 0.9277291 0.8941826 0.9296554 0.8902103 0.9338866 0.886638 0.9324725 0.8908136 0.9312903 0.8865022 0.9322763 0.8770619 0.9298452 0.8739364 0.9344602 0.8759447 0.9274563 0.8753781 0.9298452 0.8739364 0.9300659 0.8781129 0.9274563 0.8753781 0.9244419 0.8726775 0.9270041 0.870897 0.9322416 0.8725947 0.9298452 0.8739364 0.9296087 0.8694389 0.9897991 0.8505875 0.9906854 0.8545525 0.9880654 0.8546777 0.9837039 0.8509062 0.9867154 0.8506534 0.9854978 0.8547673 0.9837039 0.8509062 0.9816868 0.8467741 0.9851148 0.8463861 0.9897991 0.8505875 0.9867154 0.8506534 0.9885873 0.846453 0.9874576 0.843102 0.9885873 0.846453 0.9851148 0.8463861 0.980398 0.8435956 0.9839697 0.8430402 0.9816868 0.8467741 0.980398 0.8435956 0.9794732 0.8408938 0.9830522 0.8401551 0.9874576 0.843102 0.9839697 0.8430402 0.986369 0.8401428 0.9880654 0.8546777 0.9906854 0.8545525 0.9908383 0.8573946 0.9908383 0.8573946 0.9905241 0.8597206 0.988233 0.8592635 0.9861174 0.8571332 0.9884589 0.8572946 0.9859734 0.8588142 0.9861174 0.8571332 0.9854978 0.8547673 0.9880654 0.8546777 0.9900089 0.8621367 0.987725 0.8613442 0.9905241 0.8597206 0.9864324 0.8637965 0.987725 0.8613442 0.9888573 0.8648706 0.9864324 0.8637965 0.9840744 0.8627831 0.9854766 0.860621 0.988233 0.8592635 0.987725 0.8613442 0.9859734 0.8588142 0.1299912 0.5421172 0.1296124 0.5391529 0.1318441 0.5391491 0.1343122 0.5426979 0.1320669 0.5422015 0.1342635 0.5395255 0.1343122 0.5426979 0.1342635 0.5395255 0.1372296 0.5406548 0.1399794 0.5455353 0.1370282 0.5439322 0.1404693 0.5421605 0.1170939 0.5436846 0.1184545 0.5465031 0.1140663 0.5459428 0.1170939 0.5436846 0.1201095 0.5417611 0.1211156 0.5446972 0.1115832 0.5483644 0.1135407 0.550861 0.1093723 0.5508677 0.1115832 0.5483644 0.1140663 0.5459428 0.1158028 0.5486035 0.4434281 0.848908 0.4322124 0.8471598 0.4423079 0.8439564 0.4434281 0.848908 0.4450939 0.8541569 0.4337918 0.8525573 0.2389453 0.9428207 0.2338926 0.9583061 0.2194314 0.8907151 0.5512706 0.727897 0.5648049 0.7226393 0.5351998 0.776938 0.460237 0.7408915 0.4898822 0.7415547 0.4428262 0.7487335 0.422084 0.6276843 0.4432958 0.6360571 0.4162139 0.6306549 0.1384305 0.6069065 0.1269425 0.6092445 0.1576135 0.5970016 0.1384305 0.6069065 0.1192476 0.6168115 0.1174807 0.6154731 0.1154544 0.6115825 0.1269425 0.6092445 0.1157138 0.6141347 0.1154544 0.6115825 0.115195 0.6090303 0.1364042 0.6030159 0.1364042 0.6030159 0.1269285 0.6024804 0.1576135 0.5970016 0.1453698 0.6082752 0.1339132 0.6132277 0.1576135 0.5970016 0.1453698 0.6082752 0.1331262 0.6195489 0.1293959 0.6195488 0.1224566 0.6181801 0.1339132 0.6132277 0.1256656 0.6195487 0.1384305 0.6069065 0.1339132 0.6132277 0.1192476 0.6168115 0.1383172 0.5981574 0.1306279 0.5952123 0.1576135 0.5970016 0.1229386 0.5922673 0.1249849 0.5904139 0.1412992 0.5937077 0.02412444 0.1388931 0.01755392 0.1341156 0.04110807 0.1416578 0.02983373 0.1519639 0.02081394 0.1560015 0.04110807 0.1416578 0.02983373 0.1519639 0.01855939 0.1622699 0.01667541 0.1622699 0.02495247 0.1497331 0.01542907 0.148844 0.04110807 0.1416578 0.005905687 0.1479549 0.01542907 0.148844 0.005167424 0.1498382 0.005905687 0.1479549 0.00664395 0.1460715 0.02387601 0.1438647 0.9840026 0.5460226 0.9879073 0.538623 0.9869937 0.5459492 0.9840026 0.5460226 0.9810262 0.546015 0.9840898 0.5381366 0.9904267 0.5171954 0.9879073 0.538623 0.9863956 0.5195453 0.9904267 0.5171954 0.9946286 0.5141763 0.9918596 0.5392673 0.02387601 0.1438647 0.01500606 0.141911 0.04110807 0.1416578 0.9505077 0.5403167 0.9506817 0.5297984 0.9547941 0.5395098 0.9505077 0.5403167 0.9456838 0.5414708 0.9457735 0.532703 0.9547328 0.5075181 0.9506817 0.5297984 0.9513182 0.5071287 0.9547328 0.5075181 0.9580484 0.5089589 0.9551077 0.5283748 0.9617655 0.532395 0.9609223 0.5399492 0.9580053 0.5393977 0.9551077 0.5283748 0.9585692 0.5299131 0.9547941 0.5395098 0.9551077 0.5283748 0.9580484 0.5089589 0.9611657 0.5125027 0.9617655 0.532395 0.9585692 0.5299131 0.964347 0.5160452 0.9780794 0.5458454 0.980542 0.5379663 0.9810262 0.546015 0.9780794 0.5458454 0.9749835 0.5452874 0.9769965 0.5375469 0.9827066 0.5205572 0.980542 0.5379663 0.97911 0.5204351 0.9827066 0.5205572 0.9863956 0.5195453 0.9840898 0.5381366 0.9769965 0.5375469 0.9749835 0.5452874 0.9715598 0.5441146 0.9692666 0.5348652 0.9731858 0.5363132 0.9679574 0.5426294 0.9692666 0.5348652 0.9715645 0.5181506 0.9753562 0.5193839 0.9769965 0.5375469 0.9731858 0.5363132 0.97911 0.5204351 0.3736543 0.4223238 0.3617317 0.4249398 0.3956272 0.4151784 0.3736543 0.4223238 0.3516814 0.4294692 0.3499597 0.4292206 0.3498091 0.4275557 0.3617317 0.4249398 0.3482381 0.428972 0.3498091 0.4275557 0.35138 0.4261394 0.3735036 0.4206589 0.3735036 0.4206589 0.3627778 0.4208734 0.3956272 0.4151784 0.3735036 0.4206589 0.35138 0.4261394 0.3511787 0.4241828 0.3821044 0.4238988 0.3685252 0.4274715 0.3956272 0.4151784 0.3549459 0.4310442 0.3685252 0.4274715 0.3582105 0.4326192 0.3736543 0.4223238 0.3685252 0.4274715 0.3516814 0.4294692 0.374377 0.4175639 0.3674093 0.4156482 0.3956272 0.4151784 0.3604416 0.4137324 0.3674093 0.4156482 0.3572246 0.4159821 0.3604416 0.4137324 0.3636586 0.4114828 0.3796429 0.4133306 0.652364 0.3127905 0.6593022 0.3123213 0.6598991 0.3171205 0.6524229 0.3195743 0.6527324 0.3167127 0.6594705 0.3211575 0.646718 0.3162303 0.6527324 0.3167127 0.6465145 0.3182454 0.652364 0.3127905 0.6527324 0.3167127 0.6464009 0.3130321 0.658462 0.3249689 0.6517812 0.32225 0.6594705 0.3211575 0.658462 0.3249689 0.6561103 0.32901 0.6500559 0.3255328 0.6461362 0.3201047 0.6517812 0.32225 0.6448083 0.3227232 0.6461362 0.3201047 0.6465145 0.3182454 0.6524229 0.3195743 0.4944277 0.5962097 0.4909759 0.5962125 0.4934731 0.5917065 0.4908311 0.5993728 0.4909759 0.5962125 0.4942677 0.599702 0.4908311 0.5993728 0.4942677 0.599702 0.4937877 0.6026381 0.4884687 0.605822 0.4902721 0.6021775 0.4921555 0.6065653 0.7109352 0.4273514 0.7073477 0.4275172 0.7099863 0.4229772 0.7072741 0.4303748 0.7073477 0.4275172 0.7108165 0.4304184 0.7072741 0.4303748 0.7108165 0.4304184 0.7104603 0.4335268 0.7050874 0.437062 0.7068151 0.4332125 0.7089578 0.4379306 0.6529231 0.2939095 0.6547549 0.299771 0.6492764 0.3004092 0.6492764 0.3004092 0.6437407 0.3013824 0.642545 0.2956865 0.6469247 0.2888655 0.6479966 0.2944869 0.6414898 0.2902632 0.6469247 0.2888655 0.6514151 0.2883434 0.6529231 0.2939095 0.6421367 0.3349851 0.6463822 0.3382563 0.6415948 0.3416804 0.6340109 0.3414584 0.6380146 0.3385283 0.6370486 0.3445565 0.6340109 0.3414584 0.6306993 0.3375039 0.6342702 0.3348243 0.6421367 0.3349851 0.6380146 0.3385283 0.6379269 0.3315323 0.6991503 0.4043658 0.7032443 0.4088728 0.6988973 0.4112505 0.6991503 0.4043658 0.6952166 0.407092 0.6949568 0.4011424 0.4828802 0.5765584 0.4867678 0.5800922 0.4828361 0.5819195 0.4828802 0.5765584 0.4792394 0.5786303 0.4789696 0.5740804 0.4803225 0.6176278 0.4843693 0.6199641 0.4810784 0.6252942 0.4810784 0.6252942 0.4782268 0.6298229 0.4750195 0.6270269 0.6516522 0.333736 0.6464958 0.3302155 0.6561103 0.32901 0.6516522 0.333736 0.6463822 0.3382563 0.6421367 0.3349851 0.6417558 0.3270155 0.6464958 0.3302155 0.6379269 0.3315323 0.6417558 0.3270155 0.6448083 0.3227232 0.6500559 0.3255328 0.652364 0.3127905 0.6509721 0.3069332 0.6593022 0.3123213 0.652364 0.3127905 0.6464009 0.3130321 0.6452172 0.3076236 0.6492764 0.3004092 0.6509721 0.3069332 0.6437407 0.3013824 0.6492764 0.3004092 0.6547549 0.299771 0.6572344 0.3062232 0.7050874 0.437062 0.7089578 0.4379306 0.7054001 0.4448836 0.696794 0.4489819 0.7012079 0.4429547 0.7010957 0.4518634 0.7071395 0.4159471 0.7099863 0.4229772 0.7061927 0.4235647 0.7071395 0.4159471 0.7029659 0.4174419 0.7032443 0.4088728 0.4884687 0.605822 0.4921555 0.6065653 0.4885389 0.6130309 0.4803225 0.6176278 0.4845908 0.6115015 0.4843693 0.6199641 0.4906093 0.5857378 0.4934731 0.5917065 0.4898973 0.5922301 0.4906093 0.5857378 0.4867864 0.5869593 0.4867678 0.5800922 0.4651532 0.572711 0.4596203 0.5760985 0.4574944 0.5702509 0.4600919 0.5606707 0.4625928 0.5664348 0.4557291 0.5649148 0.4600919 0.5606707 0.4648317 0.555935 0.4680398 0.5620523 0.4651532 0.572711 0.4625928 0.5664348 0.4708737 0.5686579 0.4748715 0.565004 0.4708737 0.5686579 0.4680398 0.5620523 0.4684571 0.5526548 0.4720237 0.5586536 0.4648317 0.555935 0.4684571 0.5526548 0.4715251 0.5501021 0.4752761 0.5557467 0.4748715 0.565004 0.4720237 0.5586536 0.4780079 0.5615497 0.4574944 0.5702509 0.4596203 0.5760985 0.4561855 0.5777555 0.4561855 0.5777555 0.4535921 0.5783493 0.4524648 0.5725216 0.4532349 0.56672 0.4545561 0.5719509 0.4514425 0.5673094 0.4532349 0.56672 0.4557291 0.5649148 0.4574944 0.5702509 0.37974 0.716977 0.3819742 0.7171611 0.3788643 0.71484 0.3788643 0.71484 0.3769443 0.7146247 0.3771018 0.7157261 0.3771018 0.7157261 0.3771032 0.7164476 0.377897 0.7167239 0.37974 0.716977 0.3785154 0.7161307 0.37865 0.7172564 0.3756357 0.7171462 0.3745698 0.7168537 0.3744372 0.7187076 0.3744372 0.7187076 0.3747907 0.7211214 0.3765797 0.7199289 0.3766897 0.7181268 0.3758717 0.718629 0.3772423 0.7189927 0.3766897 0.7181268 0.3763982 0.7171663 0.3756357 0.7171462 0.3189918 0.730824 0.3185786 0.7298969 0.3170113 0.7311109 0.3170113 0.7311109 0.3152294 0.7331221 0.317286 0.7335492 0.3187649 0.7322831 0.3179249 0.7320739 0.3183841 0.733307 0.3187649 0.7322831 0.3193988 0.7313808 0.3189918 0.730824 0.2740669 0.7115861 0.2724463 0.7115065 0.2736895 0.7144021 0.2740669 0.7115861 0.2739003 0.7095 0.2726209 0.7099416 0.2713721 0.7110014 0.2724463 0.7115065 0.2715229 0.7101982 0.271732 0.7128387 0.2724463 0.7115065 0.2709543 0.7116289 0.2710437 0.7082523 0.2715402 0.7071434 0.2694258 0.7069929 0.2681764 0.7091499 0.2695133 0.7084333 0.2665633 0.707446 0.2700534 0.7093288 0.2695133 0.7084333 0.2694418 0.7097271 0.2710437 0.7082523 0.2695133 0.7084333 0.2707276 0.7091729 0.2703114 0.7143777 0.2702514 0.7129856 0.2680229 0.713244 0.2703114 0.7143777 0.2736895 0.7144021 0.271732 0.7128387 0.2701915 0.7115937 0.2702514 0.7129856 0.2709543 0.7116289 0.2701915 0.7115937 0.2694873 0.7111136 0.2687551 0.7121788 0.2667419 0.710892 0.2679936 0.7106493 0.2665633 0.707446 0.2667419 0.710892 0.2680229 0.713244 0.2687551 0.7121788 0.2692453 0.7104067 0.2679936 0.7106493 0.2694873 0.7111136 0.2692453 0.7104067 0.2694418 0.7097271 0.2681764 0.7091499 0.3760557 0.715986 0.3754786 0.7151606 0.3749632 0.7157657 0.3756357 0.7171462 0.3757499 0.7163624 0.3745698 0.7168537 0.3763665 0.7167164 0.3757499 0.7163624 0.3763982 0.7171663 0.3763665 0.7167164 0.3764963 0.7165456 0.3760557 0.715986 0.3791803 0.7195503 0.3796096 0.7203103 0.3808199 0.7185541 0.37974 0.716977 0.3798808 0.7183024 0.3819742 0.7171611 0.37974 0.716977 0.37865 0.7172564 0.3789417 0.7180506 0.3791803 0.7195503 0.3798808 0.7183024 0.3787511 0.7187903 0.3193883 0.7352061 0.3191723 0.7361221 0.3213185 0.7356879 0.321838 0.7337995 0.3208927 0.7348453 0.3237599 0.7340036 0.321838 0.7337995 0.3210043 0.7332884 0.3204669 0.7340028 0.3193883 0.7352061 0.3208927 0.7348453 0.3196042 0.7342902 0.3171728 0.7353502 0.3179799 0.7346837 0.3152294 0.7331221 0.3171728 0.7353502 0.3191723 0.7361221 0.3193883 0.7352061 0.3193883 0.7352061 0.3196042 0.7342902 0.3187869 0.7340171 0.3187869 0.7340171 0.3183841 0.733307 0.317286 0.7335492 0.1304666 0.9774493 0.1350594 0.9796364 0.1284481 0.981007 0.09104824 0.9562039 0.09663194 0.9666492 0.08868104 0.9585456 0.09104824 0.9562039 0.093602 0.9537723 0.09886997 0.9641126 0.1018908 0.9745871 0.09663194 0.9666492 0.1037873 0.9722385 0.1018908 0.9745871 0.100363 0.9768145 0.09467589 0.9691181 0.07903975 0.9150502 0.08295309 0.9274039 0.08025759 0.9282365 0.07295995 0.9145697 0.0757997 0.9150688 0.07790046 0.9287545 0.07295995 0.9145697 0.06898212 0.9030238 0.07237273 0.9039544 0.07903975 0.9150502 0.0757997 0.9150688 0.07620316 0.9043211 0.06665545 0.8954427 0.06562197 0.8889405 0.06922215 0.8886229 0.07433468 0.8956753 0.07025778 0.8956767 0.0733214 0.8883963 0.07433468 0.8956753 0.07620316 0.9043211 0.07237273 0.9039544 0.06665545 0.8954427 0.07025778 0.8956767 0.06898212 0.9030238 0.06552362 0.8806308 0.06570881 0.8733801 0.069193 0.8732873 0.07305037 0.8817673 0.0690332 0.8811799 0.07294321 0.8745724 0.07305037 0.8817673 0.0733214 0.8883963 0.06922215 0.8886229 0.06552362 0.8806308 0.0690332 0.8811799 0.06562197 0.8889405 0.0118606 0.9112011 0.01928228 0.9046112 0.01979911 0.9058036 0.01319575 0.9129917 0.01249897 0.9122384 0.02021604 0.9069125 0.00656557 0.9167886 0.01249897 0.9122384 0.007823467 0.9170203 0.0118606 0.9112011 0.01249897 0.9122384 0.005560815 0.9160476 0.03053236 0.896732 0.02021604 0.9069125 0.01979911 0.9058036 0.02894771 0.894535 0.02983266 0.8955993 0.01928228 0.9046112 0.04059499 0.8841912 0.02983266 0.8955993 0.03915089 0.8833079 0.03053236 0.896732 0.02983266 0.8955993 0.04181891 0.8852219 0.06732368 0.8557285 0.06583076 0.8612442 0.06657063 0.8563416 0.06652098 0.8618512 0.06583076 0.8612442 0.06781637 0.8561775 0.06652098 0.8618512 0.0649572 0.868808 0.06398475 0.867793 0.06513112 0.8604497 0.06583076 0.8612442 0.06287813 0.8669828 0.03039091 0.8658896 0.02701532 0.8646728 0.03254342 0.8531848 0.03254342 0.8531848 0.03944897 0.8394985 0.04279989 0.8439471 0.02038186 0.8843538 0.0248624 0.8760164 0.02376651 0.8838493 0.02038186 0.8843538 0.01735556 0.8839817 0.02171742 0.8751581 0.03039091 0.8658896 0.0248624 0.8760164 0.02701532 0.8646728 0.03039091 0.8658896 0.03398728 0.8661714 0.02843356 0.8757302 0.01565968 0.8942206 0.01344627 0.8942963 0.0146355 0.8904853 0.02038186 0.8843538 0.01773399 0.8899586 0.01735556 0.8839817 0.01409369 0.8828335 0.01116794 0.8915523 0.01071411 0.8812972 0.01409369 0.8828335 0.01735556 0.8839817 0.0146355 0.8904853 0.01040929 0.8974708 0.01116794 0.8915523 0.01344627 0.8942963 0.05757534 0.8651601 0.05540567 0.8642715 0.06016331 0.8561856 0.06460684 0.8504073 0.06235909 0.8569342 0.06226414 0.8514524 0.06460684 0.8504073 0.06757622 0.8499409 0.06402659 0.8577097 0.05757534 0.8651601 0.06235909 0.8569342 0.05891585 0.8682798 0.05757534 0.8651601 0.05891585 0.8682798 0.05175 0.875154 0.04059499 0.8841912 0.05008161 0.8741453 0.04181891 0.8852219 0.04059499 0.8841912 0.03915089 0.8833079 0.04818588 0.8732662 0.05757534 0.8651601 0.05008161 0.8741453 0.05540567 0.8642715 0.06513112 0.8604497 0.06474018 0.8590765 0.06657063 0.8563416 0.06513112 0.8604497 0.06287813 0.8669828 0.06190687 0.8663505 0.06402659 0.8577097 0.06474018 0.8590765 0.05891585 0.8682798 0.06699943 0.8537402 0.06474018 0.8590765 0.06757622 0.8499409 0.1174071 0.8356704 0.1175822 0.8351992 0.1194514 0.8355403 0.1174071 0.8356704 0.1156973 0.8351114 0.1160715 0.8347665 0.1147053 0.834323 0.1152067 0.8341082 0.1156973 0.8351114 0.1147053 0.834323 0.1142787 0.8325493 0.1148285 0.8325813 0.1142649 0.8290345 0.1147773 0.8295429 0.1142787 0.8325493 0.1142649 0.8290345 0.1153566 0.8256977 0.1156989 0.8266212 0.1182461 0.824458 0.1182391 0.8254442 0.1153566 0.8256977 0.1215885 0.8251394 0.1182391 0.8254442 0.1220347 0.8242669 0.121447 0.8342618 0.1210978 0.8338875 0.1226835 0.8318325 0.121447 0.8342618 0.1194514 0.8355403 0.1193779 0.8350313 0.1209427 0.8336349 0.1219043 0.831687 0.1221573 0.8317629 0.1211635 0.8250494 0.1214833 0.8240922 0.1224508 0.8282505 0.1221573 0.8317629 0.1219717 0.8286526 0.1226835 0.8318325 0.1351749 0.733147 0.1251986 0.7353627 0.1245389 0.7230095 0.1029208 0.7303832 0.09775006 0.7306662 0.09978216 0.7060956 0.09263777 0.7318186 0.08697724 0.7071748 0.09286892 0.706214 0.04968035 0.8278172 0.05943161 0.8173653 0.05837917 0.8269715 0.04968035 0.8278172 0.05080461 0.833835 0.03944897 0.8394985 0.04968035 0.8278172 0.03944897 0.8394985 0.04229629 0.8269231 0.04968035 0.8278172 0.0485323 0.8207938 0.05943161 0.8173653 0.1087379 0.6414617 0.09847712 0.6353504 0.1118561 0.6331549 0.118066 0.9871438 0.1197216 0.9845856 0.1236213 0.9900043 0.1149141 0.9805013 0.1197216 0.9845856 0.1128748 0.9832415 0.1149141 0.9805013 0.1167286 0.9775457 0.1212738 0.9819548 0.1248146 0.987708 0.1197216 0.9845856 0.1260093 0.9854006 0.1150097 0.9904719 0.1165123 0.9889866 0.1211913 0.9935076 0.1150097 0.9904719 0.1095668 0.9868027 0.1111437 0.985214 0.118066 0.9871438 0.1165123 0.9889866 0.1128748 0.9832415 0.118066 0.9871438 0.1236213 0.9900043 0.1224106 0.9918648 0.1050056 0.9824798 0.106499 0.9805948 0.1095668 0.9868027 0.1018908 0.9745871 0.106499 0.9805948 0.100363 0.9768145 0.1018908 0.9745871 0.1037873 0.9722385 0.1082854 0.9784439 0.1111437 0.985214 0.106499 0.9805948 0.1128748 0.9832415 0.1306695 0.9697321 0.1295614 0.9656161 0.13507 0.9660649 0.6186767 0.252718 0.6173387 0.2468111 0.6238226 0.2462631 0.6337599 0.2539732 0.6260815 0.2530119 0.6301782 0.245904 0.5842984 0.2614465 0.5809332 0.2555354 0.5910007 0.2528727 0.6041464 0.2558575 0.5942956 0.258736 0.6018297 0.2486745 0.5865395 0.04291045 0.5868802 0.04188424 0.5885426 0.04274344 0.5865395 0.04291045 0.5850816 0.04271888 0.585704 0.04189926 0.5867366 0.04121518 0.5868802 0.04188424 0.5860744 0.04123979 0.588001 0.04148954 0.5868802 0.04188424 0.5873895 0.04097723 0.5847327 0.04012513 0.5836866 0.04017269 0.5842978 0.03877776 0.5864079 0.03832942 0.5854148 0.03906464 0.5855113 0.03717988 0.5859774 0.03958952 0.5854148 0.03906464 0.5866159 0.03916591 0.5847327 0.04012513 0.5854148 0.03906464 0.5855194 0.04020625 0.5635012 0.01659417 0.5630922 0.01561194 0.5651791 0.01514816 0.5635012 0.01659417 0.5619718 0.01738435 0.5619059 0.0164538 0.5625941 0.01519107 0.5630922 0.01561194 0.561828 0.01579046 0.5638846 0.01447743 0.5630922 0.01561194 0.563116 0.01441586 0.5600035 0.01573091 0.5592609 0.01638948 0.5586345 0.01486736 0.559769 0.01306807 0.5596534 0.0143935 0.5582513 0.01273411 0.5604062 0.01440334 0.5596534 0.0143935 0.5604959 0.01352661 0.5600035 0.01573091 0.5596534 0.0143935 0.5606192 0.0153011 0.5333061 0.01240009 0.5325006 0.01166296 0.534308 0.01057469 0.5333061 0.01240009 0.5323186 0.01355123 0.531869 0.01270198 0.5317836 0.01152509 0.5325006 0.01166296 0.5314762 0.01215642 0.532753 0.01049417 0.5325006 0.01166296 0.5318699 0.01083964 0.5316051 0.0140447 0.5313873 0.01313579 0.5323186 0.01355123 0.5316051 0.0140447 0.5310456 0.01413351 0.5309959 0.01320904 0.5309959 0.01320904 0.5309607 0.01248413 0.5312047 0.0124318 0.531869 0.01270198 0.5313873 0.01313579 0.5314762 0.01215642 0.5309959 0.01320904 0.5310456 0.01413351 0.5305194 0.01407098 0.5301821 0.01275879 0.5306353 0.01316618 0.5298327 0.01359349 0.5301821 0.01275879 0.5305001 0.0122044 0.5307356 0.01244646 0.5309959 0.01320904 0.5306353 0.01316618 0.5309607 0.01248413 0.5843165 0.04236811 0.5850979 0.04169338 0.5850816 0.04271888 0.5848165 0.04132139 0.5850979 0.04169338 0.5839404 0.04185032 0.5848165 0.04132139 0.5854951 0.04087591 0.5856904 0.04110705 0.5856904 0.04110705 0.5860744 0.04123979 0.585704 0.04189926 0.5848165 0.04132139 0.5839404 0.04185032 0.583649 0.04115772 0.5847327 0.04012513 0.584614 0.040838 0.5836866 0.04017269 0.5853983 0.04060536 0.584614 0.040838 0.5855194 0.04020625 0.5853983 0.04060536 0.5854951 0.04087591 0.5848165 0.04132139 0.5609978 0.01759862 0.5611967 0.0167067 0.5619718 0.01738435 0.5609978 0.01759862 0.5603508 0.01744908 0.5607529 0.01660221 0.561388 0.01599019 0.5611967 0.0167067 0.5611173 0.01593166 0.561388 0.01599019 0.561828 0.01579046 0.5619059 0.0164538 0.5598024 0.01714807 0.5603626 0.01637202 0.5603508 0.01744908 0.5600035 0.01573091 0.5603626 0.01637202 0.5592609 0.01638948 0.5608586 0.01575624 0.5603626 0.01637202 0.5606192 0.0153011 0.5608586 0.01575624 0.5611173 0.01593166 0.5607529 0.01660221 0.5622081 0.01256114 0.5623578 0.01192361 0.5640006 0.01300442 0.5640006 0.01300442 0.5651791 0.01514816 0.5638846 0.01447743 0.5638846 0.01447743 0.563116 0.01441586 0.5628232 0.01368868 0.5622081 0.01256114 0.5634119 0.01334655 0.5620585 0.01319867 0.559769 0.01306807 0.5582513 0.01273411 0.5604499 0.01179075 0.5622081 0.01256114 0.5608072 0.01246279 0.5623578 0.01192361 0.5622081 0.01256114 0.5620585 0.01319867 0.5611646 0.01313483 0.559769 0.01306807 0.5608072 0.01246279 0.5604959 0.01352661 0.1087379 0.6414617 0.1118561 0.6331549 0.1172038 0.6373807 0.5703762 0.265226 0.5657398 0.259107 0.5723446 0.257201 0.5842984 0.2614465 0.5761865 0.2630407 0.5809332 0.2555354 0.561624 0.2624906 0.5657398 0.259107 0.5703762 0.265226 0.5703762 0.265226 0.5761865 0.2630407 0.5752335 0.2712123 0.561624 0.2624906 0.5672836 0.26971 0.5587528 0.2666132 0.6041464 0.2558575 0.6018297 0.2486745 0.6105977 0.2477369 0.6186767 0.252718 0.6118192 0.253759 0.6173387 0.2468111 0.2655031 0.6612889 0.2645246 0.6615564 0.265727 0.6632761 0.2676419 0.6627925 0.2663737 0.6624814 0.2679399 0.6649847 0.2676419 0.6627925 0.2677838 0.661807 0.2670204 0.6616868 0.2655031 0.6612889 0.2663737 0.6624814 0.2664816 0.6610214 0.2644566 0.6591306 0.2654791 0.6595699 0.2655971 0.6561526 0.2655031 0.6612889 0.2654791 0.6595699 0.2645246 0.6615564 0.2665016 0.6600093 0.2654791 0.6595699 0.2664816 0.6610214 0.2665016 0.6600093 0.266987 0.6591868 0.2662572 0.6582296 0.2710983 0.6598657 0.2700576 0.6599329 0.2707544 0.6608813 0.2700186 0.659542 0.2700576 0.6599329 0.2710448 0.6592686 0.2700186 0.659542 0.2690568 0.6597715 0.2690628 0.6599795 0.2697541 0.6606116 0.2700576 0.6599329 0.2688939 0.6603847 0.2700186 0.659542 0.2710448 0.6592686 0.2708535 0.6586663 0.2692735 0.6587099 0.2698863 0.6591503 0.2700782 0.6579257 0.2689881 0.6595643 0.2698863 0.6591503 0.2686521 0.6593424 0.2689881 0.6595643 0.2690568 0.6597715 0.2700186 0.659542 0.2692735 0.6587099 0.2700782 0.6579257 0.2682728 0.6569141 0.2662572 0.6582296 0.2677929 0.658173 0.2655971 0.6561526 0.2678444 0.6590906 0.2677929 0.658173 0.266987 0.6591868 0.2678444 0.6590906 0.2686521 0.6593424 0.2692735 0.6587099 0.3863354 0.6338558 0.3862135 0.6338048 0.386237 0.6340907 0.3864475 0.6342905 0.3863558 0.6340799 0.3863536 0.6343603 0.3864475 0.6342905 0.3865421 0.6342376 0.3864662 0.6340791 0.3863354 0.6338558 0.3863558 0.6340799 0.3864421 0.6339091 0.3864846 0.6345276 0.3865475 0.6344228 0.3863536 0.6343603 0.3864846 0.6345276 0.3866378 0.6346002 0.386663 0.6344791 0.386663 0.6344791 0.3867037 0.6343774 0.3866205 0.6343372 0.3864475 0.6342905 0.3865475 0.6344228 0.3865421 0.6342376 0.508816 0.03483867 0.508525 0.03435683 0.509794 0.03401201 0.5105167 0.03486979 0.5097708 0.03457456 0.5113034 0.03406333 0.5105167 0.03486979 0.5102443 0.03531253 0.5097475 0.03513711 0.5097475 0.03513711 0.509107 0.03532052 0.508816 0.03483867 0.5073481 0.03534883 0.5079552 0.03557497 0.5060816 0.03605812 0.508816 0.03483867 0.5079552 0.03557497 0.508525 0.03435683 0.508816 0.03483867 0.509107 0.03532052 0.5085624 0.03580117 0.5085624 0.03580117 0.5083753 0.03637629 0.5076532 0.03646075 0.5101251 0.03834438 0.5099542 0.03772538 0.510587 0.03816479 0.5093865 0.03762412 0.5099542 0.03772538 0.5093391 0.03828459 0.5093865 0.03762412 0.5094206 0.03713208 0.5097779 0.0371738 0.5097779 0.0371738 0.5099838 0.0370652 0.5102673 0.03759831 0.5093865 0.03762412 0.5093391 0.03828459 0.5080056 0.03791248 0.5080056 0.03791248 0.5060816 0.03605812 0.5076532 0.03646075 0.5088072 0.03684306 0.5083749 0.03717315 0.5083753 0.03637629 0.5093865 0.03762412 0.5083749 0.03717315 0.5094206 0.03713208 0.5900228 0.1565474 0.5895041 0.1570706 0.5890636 0.15525 0.5899853 0.1534413 0.5896595 0.1550591 0.589501 0.1532598 0.5899853 0.1534413 0.5904245 0.1535696 0.5901306 0.1548809 0.5900228 0.1565474 0.5896595 0.1550591 0.5903752 0.1561056 0.5934811 0.1521998 0.5937263 0.1517089 0.5947393 0.1527013 0.5944969 0.1541723 0.5942138 0.1529925 0.5952112 0.1541612 0.5936895 0.1532057 0.5942138 0.1529925 0.5937864 0.1541276 0.5934811 0.1521998 0.5942138 0.1529925 0.5932415 0.1526161 0.5926065 0.1512644 0.5925492 0.1518366 0.5914586 0.1513618 0.5934811 0.1521998 0.5925492 0.1518366 0.5937263 0.1517089 0.5934811 0.1521998 0.5932415 0.1526161 0.5924927 0.1523271 0.5924927 0.1523271 0.5916576 0.1523646 0.591562 0.1519073 0.5903614 0.1519954 0.5906634 0.1524165 0.589501 0.1532598 0.5903614 0.1519954 0.5914586 0.1513618 0.591562 0.1519073 0.5909509 0.1527549 0.5906634 0.1524165 0.5916576 0.1523646 0.5899853 0.1534413 0.5906634 0.1524165 0.5904245 0.1535696 0.5560622 0.1352471 0.5566173 0.1387307 0.5548773 0.1389939 0.5545058 0.1345735 0.5551543 0.1353331 0.5536498 0.1378993 0.5545058 0.1345735 0.55501 0.1314556 0.5553162 0.1316956 0.5553162 0.1316956 0.5556799 0.1316329 0.5560622 0.1352471 0.5592578 0.1381751 0.5575577 0.1348786 0.5611315 0.1364251 0.5560622 0.1352471 0.5575577 0.1348786 0.5566173 0.1387307 0.5562816 0.1314288 0.5575577 0.1348786 0.5556799 0.1316329 0.5562816 0.1314288 0.5568016 0.1309106 0.5586562 0.1337002 0.5605713 0.1325786 0.5583732 0.1311846 0.5584699 0.1277886 0.5605713 0.1325786 0.5611315 0.1364251 0.5586562 0.1337002 0.5569199 0.129905 0.5583732 0.1311846 0.5568016 0.1309106 0.5569199 0.129905 0.5566202 0.1290127 0.5573037 0.128844 0.5534312 0.1301066 0.5518976 0.1294952 0.5532438 0.1278212 0.5532438 0.1278212 0.5545865 0.1272479 0.5548195 0.1284772 0.5548195 0.1284772 0.5550659 0.1290685 0.5545117 0.1294135 0.5545117 0.1294135 0.5543181 0.1299481 0.5534312 0.1301066 0.5561404 0.1269547 0.556043 0.1281906 0.5545865 0.1272479 0.5561404 0.1269547 0.5584699 0.1277886 0.5573037 0.128844 0.5558854 0.1288344 0.556043 0.1281906 0.5566202 0.1290127 0.5558854 0.1288344 0.5550659 0.1290685 0.5548195 0.1284772 0.8681928 0.9242159 0.8979434 0.9259043 0.8962966 0.9269274 0.8962966 0.9269274 0.8937996 0.9275768 0.8851518 0.9270978 0.8851518 0.9270978 0.8768543 0.9271262 0.8559969 0.9254562 0.8559969 0.9254562 0.8340103 0.9234241 0.8681928 0.9242159 0.856973 0.9325355 0.878455 0.9327403 0.8355682 0.9332845 0.7981815 0.9222272 0.8340103 0.9234241 0.8270609 0.9248768 0.7853799 0.9238706 0.7624402 0.9217443 0.7981815 0.9222272 0.7853247 0.9323459 0.805677 0.9325742 0.7638252 0.9332686 0.8006595 0.9332762 0.805677 0.9325742 0.8355682 0.9332845 0.8520246 0.9271121 0.8425911 0.9259649 0.8768543 0.9271262 0.8559969 0.9254562 0.8425911 0.9259649 0.8340103 0.9234241 0.856973 0.9325355 0.8355682 0.9332845 0.8271738 0.9324324 0.722914 0.9206941 0.7624402 0.9217443 0.7564679 0.9233476 0.7106602 0.923012 0.6834134 0.9203928 0.722914 0.9206941 0.710353 0.9317713 0.7329459 0.9322113 0.684189 0.9332579 0.7260575 0.9332631 0.7329459 0.9322113 0.7638252 0.9332686 0.7831292 0.9254478 0.7730849 0.9242838 0.8053197 0.9258442 0.7853799 0.9238706 0.7730849 0.9242838 0.7624402 0.9217443 0.7853247 0.9323459 0.7638252 0.9332686 0.756339 0.9322449 0.6454317 0.9197196 0.6834134 0.9203928 0.6765929 0.9222137 0.6454317 0.9197196 0.6536902 0.9219715 0.6095759 0.9199087 0.6323071 0.9315851 0.653027 0.9319428 0.6097364 0.933252 0.6473405 0.9332547 0.653027 0.9319428 0.684189 0.9332579 0.6967784 0.9259476 0.6927038 0.9245439 0.709178 0.9249166 0.6860646 0.9239319 0.696317 0.9233903 0.6927038 0.9245439 0.7106602 0.923012 0.696317 0.9233903 0.6834134 0.9203928 0.710353 0.9317713 0.684189 0.9332579 0.6761497 0.931822 0.5731033 0.9186953 0.6095759 0.9199087 0.6032924 0.9218854 0.5731033 0.9186953 0.5818533 0.9213906 0.5396903 0.9183115 0.5609708 0.9311395 0.5810381 0.9317421 0.5391743 0.9332492 0.5609708 0.9311395 0.5833696 0.9293273 0.5932157 0.9302341 0.5749492 0.9332504 0.5810381 0.9317421 0.6097364 0.933252 0.63098 0.9242084 0.6202065 0.9229095 0.6543775 0.9246428 0.6330733 0.9223185 0.6202065 0.9229095 0.6095759 0.9199087 0.6024925 0.9317464 0.6196007 0.9309291 0.6097364 0.933252 0.5165145 0.9332488 0.5197848 0.9312664 0.5391743 0.9332492 0.5594701 0.9229914 0.5438905 0.9223449 0.5388827 0.9216779 0.5338662 0.9202089 0.5485172 0.9214192 0.5329468 0.9214158 0.5616685 0.9212827 0.5485172 0.9214192 0.5396903 0.9183115 0.5332072 0.9311784 0.5480241 0.9301617 0.5391743 0.9332492 0.1164369 0.7749648 0.1171368 0.7808634 0.1140244 0.7746415 0.1164369 0.7749648 0.1182386 0.7751353 0.1188282 0.7772071 0.1147742 0.7837415 0.1171368 0.7808634 0.1159575 0.7924757 0.1158137 0.7640085 0.115912 0.7691024 0.1132399 0.7583238 0.1158137 0.7640085 0.1184824 0.7711457 0.1181455 0.773095 0.1181455 0.773095 0.1182386 0.7751353 0.1164369 0.7749648 0.1132888 0.7654428 0.115912 0.7691024 0.1140244 0.7746415 0.110377 0.753769 0.1065025 0.7460286 0.1116436 0.7477311 0.1145501 0.7554628 0.1132399 0.7583238 0.110377 0.753769 0.1264458 0.7450134 0.1265139 0.7553488 0.1246669 0.7537405 0.1231676 0.7427507 0.124211 0.7476533 0.1213566 0.7487416 0.1264458 0.7450134 0.124211 0.7476533 0.1251986 0.7353627 0.1226403 0.7642191 0.1239632 0.7598288 0.123285 0.7718132 0.1246669 0.7537405 0.1265139 0.7553488 0.124795 0.7638365 0.1145501 0.7554628 0.1163937 0.7604153 0.1132399 0.7583238 0.1145501 0.7554628 0.1165398 0.7547309 0.1173127 0.7575724 0.1158137 0.7640085 0.1163937 0.7604153 0.1184824 0.7711457 0.1188402 0.7609576 0.1195305 0.7613911 0.1197979 0.7645075 0.1119789 0.7336305 0.1075782 0.7316255 0.1122946 0.7300496 0.1119789 0.7336305 0.112461 0.7373306 0.1095507 0.739784 0.1095507 0.739784 0.1065025 0.7460286 0.1029208 0.7303832 0.1245389 0.7230095 0.1251986 0.7353627 0.122751 0.7344664 0.1202314 0.7319092 0.1218577 0.7268751 0.1213212 0.7356151 0.1198377 0.7203347 0.1218577 0.7268751 0.1184514 0.7285376 0.1137745 0.7178249 0.1170995 0.7177372 0.1149392 0.7256618 0.1095507 0.739784 0.1122846 0.7441443 0.1065025 0.7460286 0.1150087 0.7457752 0.1158726 0.7499011 0.1116436 0.7477311 0.1169616 0.748296 0.1158726 0.7499011 0.1150087 0.7457752 0.1169414 0.743194 0.1184007 0.7427758 0.1185038 0.7448843 0.1185038 0.7448843 0.1184007 0.7427758 0.1192419 0.7423333 0.1192419 0.7423333 0.120113 0.7412454 0.1207782 0.7438184 0.1231676 0.7427507 0.1213566 0.7487416 0.1207782 0.7438184 0.122751 0.7344664 0.1221095 0.7402166 0.1213212 0.7356151 0.1231676 0.7427507 0.1221095 0.7402166 0.1251986 0.7353627 0.1185228 0.7934681 0.1184757 0.7963083 0.1159575 0.7924757 0.1185228 0.7934681 0.1203877 0.7937744 0.1206082 0.7952806 0.1193927 0.7980309 0.1166785 0.800983 0.1157211 0.7978581 0.1207413 0.8011911 0.1166785 0.800983 0.1193927 0.7980309 0.1241508 0.800229 0.1215602 0.7988935 0.1241244 0.7977843 0.1241508 0.800229 0.124072 0.802852 0.1207413 0.8011911 0.127066 0.7889277 0.1295747 0.7979846 0.1279292 0.7979291 0.127066 0.7889277 0.1267664 0.7917944 0.1243751 0.7795649 0.1251841 0.7864703 0.1235359 0.7838804 0.1243751 0.7795649 0.1218548 0.7826576 0.1216447 0.7815439 0.12317 0.7806329 0.1218548 0.7826576 0.1210831 0.7835037 0.1216447 0.7815439 0.1180582 0.7859191 0.1192476 0.7892528 0.1159575 0.7924757 0.5053014 0.00688976 0.5031977 0.009928822 0.5016813 0.005677938 0.5068482 0.01164317 0.5031977 0.009928822 0.5092505 0.007916808 0.5013128 0.01280921 0.5031977 0.009928822 0.5051826 0.01538032 0.5013128 0.01280921 0.4980374 0.01106709 0.499696 0.008223891 0.5027288 0.02268713 0.5029587 0.01972168 0.5048427 0.02274084 0.5027288 0.02268713 0.5011399 0.02211755 0.5009413 0.02024531 0.501998 0.01692998 0.5029587 0.01972168 0.5006748 0.01828145 0.5049906 0.01913911 0.5029587 0.01972168 0.5051826 0.01538032 0.1212978 0.1322556 0.1214528 0.1297578 0.1257233 0.1317761 0.1212978 0.1322556 0.1166068 0.1325542 0.1166621 0.1301272 0.1213546 0.1270513 0.1214528 0.1297578 0.1167222 0.127488 0.1213546 0.1270513 0.1255847 0.1260551 0.1258529 0.1289802 0.3730161 0.09744167 0.3730173 0.1015463 0.3664898 0.1040189 0.357676 0.1097021 0.3650433 0.1009595 0.3604005 0.1107293 0.1303255 0.08766621 0.1305498 0.08669948 0.1328505 0.08948034 0.1356912 0.09448522 0.1326338 0.09064954 0.1360616 0.09321993 0.1303255 0.08766621 0.1326338 0.09064954 0.1299517 0.08865612 0.1439096 0.1051669 0.1426581 0.1059908 0.1388971 0.1004086 0.1356912 0.09448522 0.1360616 0.09321993 0.1405797 0.09822899 0.1439096 0.1051669 0.1397539 0.09929591 0.1451627 0.1043815 0.1439096 0.1051669 0.1472461 0.1121836 0.1426581 0.1059908 0.1439096 0.1051669 0.1451627 0.1043815 0.1485681 0.1115517 0.1496248 0.1187675 0.1472461 0.1121836 0.1509599 0.1181655 0.1496248 0.1187675 0.1509072 0.12334 0.1482986 0.1193537 0.1496248 0.1187675 0.1509599 0.1181655 0.1525019 0.122649 0.1519131 0.1274212 0.1509072 0.12334 0.1538863 0.126716 0.1513152 0.1327126 0.1534618 0.1325311 0.1531038 0.1382626 0.1513152 0.1327126 0.1501079 0.1279217 0.1519131 0.1274212 0.1558051 0.1320801 0.1534618 0.1325311 0.1538863 0.126716 0.1558051 0.1320801 0.1575887 0.1367832 0.1553129 0.1377394 0.1627225 0.1478527 0.1629098 0.151688 0.1620404 0.1528881 0.1627225 0.1478527 0.1634456 0.140023 0.1641538 0.1429316 0.3621805 0.09120577 0.3627685 0.09440672 0.3524687 0.1065143 0.3621805 0.09120577 0.3730121 0.0841518 0.3730135 0.08852124 0.3636311 0.09764534 0.3627685 0.09440672 0.3730149 0.09293609 0.3636311 0.09764534 0.3549969 0.1089843 0.3534498 0.1078528 0.3401337 0.141918 0.3420413 0.1409128 0.3373709 0.1569318 0.3351718 0.1552338 0.3356868 0.1567521 0.3317121 0.1673206 0.3351718 0.1552338 0.3393565 0.1414393 0.3401337 0.141918 0.1603054 0.15199 0.1602306 0.1461104 0.1610215 0.1504217 0.1589493 0.145095 0.1602306 0.1461104 0.1584062 0.1516662 0.1589493 0.145095 0.1593135 0.1394299 0.1603981 0.1395698 0.1603981 0.1395698 0.1615722 0.1394493 0.1612314 0.1462001 0.1627225 0.1478527 0.1620404 0.1528881 0.1615635 0.1525239 0.1612314 0.1462001 0.1621125 0.1464021 0.1610215 0.1504217 0.1625866 0.1392313 0.1621125 0.1464021 0.1615722 0.1394493 0.1627225 0.1478527 0.1621125 0.1464021 0.1634456 0.140023 0.8488569 0.458836 0.8519697 0.4511431 0.8719213 0.4668582 0.888756 0.4890726 0.8681443 0.4736983 0.8927622 0.4832739 0.888756 0.4890726 0.8861626 0.4948316 0.8656201 0.4802232 0.8488569 0.458836 0.8681443 0.4736983 0.8466278 0.4657439 0.9417132 0.4096475 0.9389175 0.408178 0.9542675 0.388562 0.9700257 0.3704445 0.9565683 0.3896042 0.9680069 0.3692758 0.9700257 0.3704445 0.9724527 0.3720027 0.9589816 0.3909127 0.9417132 0.4096475 0.9565683 0.3896042 0.9445394 0.4111861 0.1589493 0.145095 0.1584062 0.1516662 0.1555575 0.1445367 0.1553129 0.1377394 0.157226 0.142116 0.1531038 0.1382626 0.1585676 0.1388671 0.157226 0.142116 0.1575887 0.1367832 0.1589493 0.145095 0.157226 0.142116 0.1593135 0.1394299 0.3722806 0.1218624 0.3713858 0.1246756 0.3704632 0.1202123 0.3713799 0.1172367 0.3717977 0.1186431 0.3691664 0.118072 0.3713799 0.1172367 0.3730209 0.115924 0.3730213 0.1183007 0.3722806 0.1218624 0.3717977 0.1186431 0.3730214 0.1205796 0.1174979 0.0938273 0.1183549 0.09404486 0.1174619 0.095353 0.1186408 0.09283274 0.1183549 0.09404486 0.1175283 0.0925408 0.1192316 0.09493416 0.1183549 0.09404486 0.1199026 0.09322559 0.1192316 0.09493416 0.1188371 0.09595268 0.1181561 0.09553641 0.1202697 0.1138282 0.1206197 0.1173814 0.1170214 0.114395 0.1202697 0.1138282 0.1232308 0.1126013 0.1239644 0.1160544 0.1208845 0.1206873 0.1206197 0.1173814 0.1245437 0.1194096 0.1208845 0.1206873 0.1168636 0.1212912 0.1169384 0.1180164 0.1208845 0.1206873 0.1211474 0.1239691 0.1168636 0.1212912 0.1208845 0.1206873 0.1245437 0.1194096 0.1251161 0.1228041 0.1213546 0.1270513 0.1211474 0.1239691 0.1255847 0.1260551 0.1213546 0.1270513 0.1167222 0.127488 0.1167904 0.1244955 0.1202697 0.1138282 0.119751 0.1098044 0.1232308 0.1126013 0.1202697 0.1138282 0.1170214 0.114395 0.1171188 0.1101511 0.1192316 0.105831 0.119751 0.1098044 0.1172168 0.1058965 0.1192316 0.105831 0.1211607 0.1053791 0.1221956 0.1089136 0.3713799 0.1172367 0.3711827 0.1159448 0.3730209 0.115924 0.3713799 0.1172367 0.3691664 0.118072 0.3693686 0.1156319 0.3693686 0.1156319 0.3695914 0.1144846 0.3710473 0.1148093 0.3710473 0.1148093 0.3728691 0.1141767 0.3729328 0.1155375 0.3668622 0.1115286 0.3641022 0.1118236 0.3682498 0.1083172 0.3682498 0.1083172 0.3730189 0.1069085 0.3729414 0.107444 0.3729414 0.107444 0.3728811 0.1090285 0.3699644 0.1101672 0.3668622 0.1115286 0.369181 0.1094247 0.3682048 0.111773 0.3716138 0.1133267 0.3728691 0.1141767 0.3710473 0.1148093 0.3698913 0.1136741 0.3708151 0.1138725 0.3695914 0.1144846 0.3698913 0.1136741 0.3702296 0.1130319 0.3705344 0.1130349 0.3716138 0.1133267 0.3708151 0.1138725 0.3708178 0.1126837 0.3715968 0.1105151 0.3728811 0.1090285 0.3728545 0.1116398 0.3728545 0.1116398 0.3728691 0.1141767 0.3716138 0.1133267 0.3716138 0.1133267 0.3708178 0.1126837 0.3710498 0.1118931 0.3715968 0.1105151 0.3719521 0.1117665 0.3710027 0.1113192 0.3699644 0.1101672 0.3703148 0.1108962 0.3682048 0.111773 0.3699644 0.1101672 0.3728811 0.1090285 0.3715968 0.1105151 0.3704487 0.1116183 0.3703148 0.1108962 0.3710027 0.1113192 0.3704487 0.1116183 0.369916 0.1122714 0.3691578 0.1120213 0.1191983 0.09746372 0.1198296 0.09979408 0.1185997 0.09960025 0.1174216 0.09707361 0.1182982 0.09734541 0.1173703 0.09927517 0.1174216 0.09707361 0.1174619 0.095353 0.1181561 0.09553641 0.1191983 0.09746372 0.1182982 0.09734541 0.1188371 0.09595268 0.6233785 0.8325857 0.6146634 0.8308373 0.6172415 0.8260634 0.6311833 0.821313 0.62759 0.8268435 0.6197672 0.8212317 0.6316495 0.7799088 0.6327602 0.7867655 0.6249077 0.7870361 0.6249077 0.7870361 0.6160523 0.7877051 0.6158162 0.7815257 0.6253834 0.7735626 0.6243829 0.7804582 0.6168377 0.7749676 0.6367004 0.7931614 0.6407069 0.7983121 0.6325065 0.797803 0.6188033 0.7931271 0.6284832 0.7929782 0.6220889 0.7975683 0.6188033 0.7931271 0.6160523 0.7877051 0.6249077 0.7870361 0.6367004 0.7931614 0.6284832 0.7929782 0.6327602 0.7867655 0.6420164 0.8014326 0.6421822 0.8039355 0.6349824 0.80383 0.6239284 0.8008059 0.634375 0.8010285 0.6247047 0.8037624 0.6239284 0.8008059 0.6220889 0.7975683 0.6325065 0.797803 0.6420164 0.8014326 0.634375 0.8010285 0.6407069 0.7983121 0.3701829 0.1279838 0.3705695 0.1396343 0.3689172 0.1313748 0.3719727 0.1356427 0.3705695 0.1396343 0.3713858 0.1246756 0.3706893 0.1514709 0.3705695 0.1396343 0.3730194 0.1491922 0.3706893 0.1514709 0.3687344 0.1529166 0.3689853 0.1420394 0.3719727 0.1356427 0.3713858 0.1246756 0.3722806 0.1218624 0.3730211 0.1243045 0.3726729 0.1285935 0.3730214 0.1205796 0.3730211 0.1243045 0.3730203 0.1326324 0.3730203 0.1328369 0.3719727 0.1356427 0.3726729 0.1285935 0.3730194 0.1491922 0.3706893 0.1514709 0.3730194 0.1491922 0.3730203 0.1561982 0.3730203 0.1561982 0.3730252 0.1576755 0.3717826 0.1577183 0.3693265 0.1572738 0.3711652 0.1564623 0.3703672 0.1581593 0.3706893 0.1514709 0.3711652 0.1564623 0.3687344 0.1529166 0.3650915 0.2023617 0.3689611 0.2080405 0.3632214 0.2072862 0.3650915 0.2023617 0.365617 0.1981495 0.3692752 0.2020204 0.3730258 0.2108276 0.3689611 0.2080405 0.3730258 0.2033666 0.3730258 0.2108276 0.3730258 0.2275263 0.3669144 0.2152659 0.3706457 0.1748452 0.3718735 0.1749134 0.3706665 0.1770433 0.3706457 0.1748452 0.3706012 0.1729272 0.3718289 0.1729804 0.3730249 0.174941 0.3718735 0.1749134 0.3730248 0.1729916 0.3730249 0.174941 0.3730251 0.1771347 0.3719012 0.1771016 0.3718374 0.1822393 0.370531 0.1822615 0.3706198 0.1796377 0.3719012 0.1771016 0.3718842 0.1796264 0.3706665 0.1770433 0.3730252 0.1796354 0.3718842 0.1796264 0.3730251 0.1771347 0.3718374 0.1822393 0.3718842 0.1796264 0.3730253 0.1822492 0.3720505 0.1658309 0.3711317 0.1657327 0.3716908 0.1629703 0.3726175 0.1606231 0.3723332 0.1630877 0.3722448 0.1605117 0.3730227 0.1631321 0.3723332 0.1630877 0.3730267 0.1606857 0.3720505 0.1658309 0.3723332 0.1630877 0.3730238 0.1658427 0.3718025 0.1695466 0.3706237 0.169492 0.3707923 0.1677925 0.3720505 0.1658309 0.3718805 0.1678668 0.3711317 0.1657327 0.3720505 0.1658309 0.3730238 0.1658427 0.3730242 0.1678662 0.3718025 0.1695466 0.3718805 0.1678668 0.3730245 0.1695456 0.1229567 0.0798251 0.123261 0.07913357 0.1253612 0.08084279 0.1268586 0.08349591 0.1250398 0.081523 0.1271473 0.0827313 0.1268586 0.08349591 0.1271473 0.0827313 0.1287627 0.08456665 0.1303255 0.08766621 0.1285105 0.08541268 0.1305498 0.08669948 0.9829615 0.8975409 0.9825853 0.8953437 0.9856636 0.8970761 0.9829615 0.8975409 0.9803666 0.8979451 0.9801279 0.8960776 0.9801279 0.8960776 0.9790852 0.8940312 0.9814549 0.8929125 0.9814549 0.8929125 0.9838153 0.8916269 0.9850879 0.894467 0.9602786 0.8689896 0.9588299 0.8718547 0.9566459 0.8707377 0.9566459 0.8707377 0.9544356 0.8696867 0.9557147 0.8674667 0.9557147 0.8674667 0.9561564 0.8655491 0.9585828 0.8659784 0.9602786 0.8689896 0.957991 0.8681837 0.9610763 0.8664429 0.9613422 0.8640481 0.9610763 0.8664429 0.9585828 0.8659784 0.9562546 0.8637217 0.958754 0.8638984 0.9561564 0.8655491 0.9562546 0.8637217 0.9556605 0.8612975 0.9582567 0.8611618 0.9613422 0.8640481 0.958754 0.8638984 0.9609313 0.861001 0.6829217 0.4896967 0.681279 0.4925978 0.6789258 0.4913415 0.6789258 0.4913415 0.6765738 0.4901575 0.6780716 0.4877767 0.6780716 0.4877767 0.6785979 0.485657 0.6811668 0.4863356 0.6829217 0.4896967 0.6804874 0.4886816 0.6838018 0.487084 0.6842674 0.4840477 0.6838018 0.487084 0.6811668 0.4863356 0.6786887 0.4834321 0.6814256 0.4837461 0.6785979 0.485657 0.6786887 0.4834321 0.6779731 0.4805403 0.6809235 0.480354 0.6842674 0.4840477 0.6814256 0.4837461 0.6840006 0.4801334 0.6725248 0.4984088 0.6751342 0.5003862 0.6715763 0.503243 0.6659457 0.5033283 0.6691941 0.5010839 0.6679354 0.5055848 0.6659457 0.5033283 0.6638647 0.5004968 0.6668371 0.4984918 0.6725248 0.4984088 0.6691941 0.5010839 0.6700061 0.4961577 0.9513733 0.8769025 0.953978 0.8783607 0.9512863 0.8806427 0.9463555 0.8811214 0.948798 0.8791979 0.9485653 0.8824878 0.9463555 0.8811214 0.9440847 0.8790662 0.9463176 0.8772398 0.9513733 0.8769025 0.948798 0.8791979 0.9488111 0.875122 0.9562464 0.847745 0.9580137 0.8516934 0.9550897 0.8525167 0.9506319 0.8504005 0.9535748 0.8488975 0.9520999 0.8536171 0.9521791 0.8457034 0.9535748 0.8488975 0.9493929 0.8475617 0.9521791 0.8457034 0.9544378 0.8442243 0.9562464 0.847745 0.9814549 0.8929125 0.9791825 0.8898732 0.9838153 0.8916269 0.9767975 0.8915387 0.9791825 0.8898732 0.9790852 0.8940312 0.9767975 0.8915387 0.9741866 0.8890525 0.9765687 0.8869138 0.9765687 0.8869138 0.978878 0.8848221 0.9815326 0.8881186 0.6826837 0.4748867 0.6840006 0.4801334 0.6809235 0.480354 0.6760809 0.4764198 0.6793203 0.4756 0.6779731 0.4805403 0.6760809 0.4764198 0.6738362 0.4720196 0.6772801 0.470615 0.6826837 0.4748867 0.6793203 0.4756 0.6807702 0.4695088 0.6785258 0.4964994 0.6760202 0.4948726 0.681279 0.4925978 0.6725248 0.4984088 0.6760202 0.4948726 0.6751342 0.5003862 0.6725248 0.4984088 0.6700061 0.4961577 0.6735685 0.4931654 0.6789258 0.4913415 0.6760202 0.4948726 0.6765738 0.4901575 0.9596986 0.8564974 0.9609313 0.861001 0.9582567 0.8611618 0.9540259 0.8575894 0.9568428 0.8569864 0.9556605 0.8612975 0.9540259 0.8575894 0.9520999 0.8536171 0.9550897 0.8525167 0.9596986 0.8564974 0.9568428 0.8569864 0.9580137 0.8516934 0.9566112 0.8752049 0.9542147 0.8738632 0.9588299 0.8718547 0.9513733 0.8769025 0.9542147 0.8738632 0.953978 0.8783607 0.9513733 0.8769025 0.9488111 0.875122 0.9518257 0.8724214 0.9566459 0.8707377 0.9542147 0.8738632 0.9544356 0.8696867 0.5285874 0.5780223 0.5300336 0.5822936 0.5263801 0.5824807 0.5211117 0.5792868 0.5248706 0.5783997 0.5228063 0.5830222 0.5211117 0.5792868 0.5196371 0.5757972 0.5234732 0.57452 0.5285874 0.5780223 0.5248706 0.5783997 0.5270999 0.5738775 0.5211274 0.6078988 0.5246148 0.6092291 0.5221408 0.6121144 0.5165649 0.6132793 0.5186399 0.6107729 0.5198653 0.6146259 0.5165649 0.6132793 0.5132953 0.6111034 0.5153039 0.6087826 0.5211274 0.6078988 0.5186399 0.6107729 0.517867 0.6061331 0.5312607 0.5992299 0.5299648 0.6020011 0.5274039 0.6008221 0.5274039 0.6008221 0.5248808 0.5996998 0.5264501 0.5975911 0.5294159 0.596319 0.5288488 0.5983723 0.5269829 0.5958576 0.5294159 0.596319 0.5318835 0.5967852 0.5312607 0.5992299 0.5294159 0.596319 0.5297469 0.5940405 0.5318835 0.5967852 0.5272147 0.5938567 0.5297469 0.5940405 0.5269829 0.5958576 0.5272147 0.5938567 0.5266869 0.5911375 0.5294451 0.591076 0.5323424 0.5941694 0.5297469 0.5940405 0.5322945 0.5909809 0.6348303 0.811552 0.6430525 0.8112286 0.6423765 0.8158267 0.6311833 0.821313 0.6335403 0.8162057 0.6401067 0.82122 0.6311833 0.821313 0.6197672 0.8212317 0.6221876 0.8162844 0.6348303 0.811552 0.6335403 0.8162057 0.6240248 0.8115509 0.3634564 0.2302038 0.3549845 0.2338958 0.3518254 0.2255581 0.3575305 0.2130367 0.3604754 0.2220864 0.3490934 0.2156468 0.3575305 0.2130367 0.3632214 0.2072862 0.3669144 0.2152659 0.3634564 0.2302038 0.3604754 0.2220864 0.3730258 0.2275263 0.4783442 0.6466676 0.4805425 0.6461554 0.5034666 0.654491 0.9642847 0.992879 0.9867762 0.9742161 0.9748693 0.992879 0.9642847 0.992879 0.9537 0.992879 0.9957514 0.957188 0.4610573 0.09399735 0.4510141 0.08875775 0.4827661 0.09783554 0.4610573 0.09399735 0.4393484 0.09015923 0.4393484 0.08759379 0.440971 0.08351808 0.4510141 0.08875775 0.4393484 0.0850284 0.440971 0.08351808 0.4425935 0.08200782 0.4626798 0.08992165 0.4634519 0.0986374 0.4516843 0.0954886 0.4827661 0.09783554 0.4399167 0.09233981 0.4516843 0.0954886 0.440485 0.09452044 0.4399167 0.09233981 0.4393484 0.09015923 0.4610573 0.09399735 0.4626798 0.08992165 0.4575462 0.08408987 0.4827661 0.09783554 0.4524126 0.07825803 0.4575462 0.08408987 0.4487013 0.07863551 0.4524126 0.07825803 0.4561238 0.07788062 0.4694449 0.08785808 0.4732806 0.1347193 0.4642699 0.1385952 0.4844586 0.1243087 0.4732806 0.1347193 0.4621026 0.1451299 0.4594435 0.1451299 0.4594435 0.1451299 0.4567844 0.1451299 0.4552593 0.1424712 0.4666209 0.1214746 0.4607864 0.1167439 0.4844586 0.1243087 0.4690964 0.1320606 0.4594924 0.1319293 0.4844586 0.1243087 0.4498884 0.1317982 0.4594924 0.1319293 0.4495115 0.1331155 0.4371623 0.1255804 0.4283403 0.1309298 0.4444712 0.1134738 0.4195183 0.1362793 0.4283403 0.1309298 0.4232147 0.1382533 0.4301465 0.1238896 0.4213984 0.1251074 0.4444712 0.1134738 0.4292932 0.1191028 0.4203296 0.1195304 0.4444712 0.1134738 0.2677484 0.9851963 0.256546 0.979592 0.2890964 0.9931812 0.2677484 0.9851963 0.2464003 0.9772114 0.2450026 0.9756242 0.2453435 0.9739878 0.256546 0.979592 0.2436048 0.9740371 0.2682606 0.9883712 0.2571181 0.9837515 0.2890964 0.9931812 0.2459756 0.9791319 0.2571181 0.9837515 0.2455508 0.9810525 0.2459756 0.9791319 0.2464003 0.9772114 0.2677484 0.9851963 0.2730056 0.9931812 0.261119 0.9894741 0.2890964 0.9931812 0.3730203 0.1561982 0.3730194 0.1491922 0.3753536 0.1514699 0.3767197 0.1572722 0.3748775 0.1564615 0.3773124 0.152915 0.3742711 0.1577115 0.3748775 0.1564615 0.3756898 0.158149 0.3742711 0.1577115 0.3730252 0.1576755 0.3730203 0.1561982 0.373234 0.1589586 0.3732862 0.1594173 0.3730553 0.1589584 0.373507 0.1593487 0.3732862 0.1594173 0.373395 0.15904 0.3734355 0.1606218 0.3732862 0.1594173 0.3738088 0.1605081 0.3734355 0.1606218 0.3730267 0.1606857 0.373041 0.1594549 0.3733995 0.1585717 0.3737972 0.1587688 0.3734523 0.1588914 0.373234 0.1589586 0.3732481 0.15873 0.373395 0.15904 0.3730588 0.1587154 0.3732481 0.15873 0.3730553 0.1589584 0.3730588 0.1587154 0.3730528 0.1585634 0.3733995 0.1585717 0.7513327 0.4490603 0.7497486 0.4536298 0.7430607 0.4517247 0.738256 0.4471835 0.7442385 0.4479653 0.7372792 0.4502454 0.7445324 0.445102 0.7442385 0.4479653 0.738477 0.4451701 0.7513327 0.4490603 0.7442385 0.4479653 0.7517549 0.4450227 0.9909663 0.5619243 0.9869827 0.5623322 0.9865067 0.5549647 0.9909663 0.5619243 0.9922372 0.5871356 0.9882224 0.5838717 0.983143 0.5625905 0.9869827 0.5623322 0.9843384 0.581286 0.983143 0.5625905 0.9805538 0.5545437 0.9835253 0.5547133 0.9635922 0.5584228 0.9673066 0.5571458 0.9681514 0.5649742 0.9681514 0.5649742 0.9694507 0.5817958 0.965707 0.5822417 0.965707 0.5822417 0.9621205 0.5834682 0.9605165 0.5669937 0.9635922 0.5584228 0.9642239 0.5658048 0.9601243 0.5594026 0.9571796 0.5597796 0.9601243 0.5594026 0.9605165 0.5669937 0.9587341 0.5868152 0.9571782 0.5692811 0.9621205 0.5834682 0.9587341 0.5868152 0.9554113 0.5901671 0.9536311 0.5706107 0.9571796 0.5597796 0.9571782 0.5692811 0.9539805 0.5594765 0.983143 0.5625905 0.9795914 0.5625494 0.9805538 0.5545437 0.983143 0.5625905 0.9843384 0.581286 0.9807161 0.5800566 0.9760272 0.5627572 0.9795914 0.5625494 0.9771186 0.5799644 0.9760272 0.5627572 0.9744784 0.5549104 0.9776021 0.5545377 0.970991 0.5558775 0.9744784 0.5549104 0.9760272 0.5627572 0.973309 0.5807905 0.9721499 0.5637619 0.9771186 0.5799644 0.973309 0.5807905 0.9694507 0.5817958 0.9681514 0.5649742 0.970991 0.5558775 0.9721499 0.5637619 0.9673066 0.5571458 0.6062871 0.3230389 0.6106345 0.3254168 0.6065401 0.3299238 0.5991194 0.3303392 0.6026063 0.3271973 0.6023463 0.3331469 0.5991194 0.3303392 0.5955876 0.3268895 0.5985522 0.3239789 0.6062871 0.3230389 0.6026063 0.3271973 0.6019441 0.3203335 0.5556129 0.6861689 0.5595446 0.6879961 0.5556571 0.69153 0.5485966 0.691872 0.5520163 0.6894581 0.5517467 0.694008 0.5485966 0.691872 0.5451676 0.6889405 0.548167 0.6867527 0.5556129 0.6861689 0.5520163 0.6894581 0.5515377 0.6839022 0.5538551 0.6427941 0.5571463 0.6481242 0.5530995 0.6504606 0.5530995 0.6504606 0.5490532 0.6532198 0.5462006 0.6488037 0.5477959 0.6410617 0.5501244 0.6454758 0.5441101 0.6447244 0.5477959 0.6410617 0.551003 0.6382654 0.5538551 0.6427941 0.7464548 0.4591629 0.7404784 0.4571631 0.7497486 0.4536298 0.7464548 0.4591629 0.7426847 0.4649565 0.73746 0.4631903 0.7349941 0.4552884 0.7404784 0.4571631 0.7322489 0.4610845 0.7349941 0.4552884 0.7372792 0.4502454 0.7430607 0.4517247 0.6135831 0.3107247 0.6173767 0.3113123 0.6145298 0.3183425 0.6062871 0.3230389 0.6103561 0.3168475 0.6106345 0.3254168 0.6062871 0.3230389 0.6019441 0.3203335 0.6061908 0.3152183 0.6135831 0.3107247 0.6103561 0.3168475 0.6097513 0.3101565 0.5626741 0.6758583 0.5662498 0.6763818 0.563386 0.6823505 0.5556129 0.6861689 0.5595631 0.6811291 0.5595446 0.6879961 0.5556129 0.6861689 0.5515377 0.6839022 0.5556509 0.6797265 0.5626741 0.6758583 0.5595631 0.6811291 0.5590382 0.675356 0.4541216 0.490399 0.4480206 0.4923548 0.4508821 0.4842631 0.4510988 0.4976045 0.4480206 0.4923548 0.4565316 0.4961292 0.4423575 0.4943307 0.4480206 0.4923548 0.4460841 0.4988801 0.4423575 0.4943307 0.4378387 0.4894034 0.4441337 0.4866629 0.4523123 0.5092459 0.4585317 0.5094221 0.4570591 0.5157401 0.4478523 0.5218365 0.4502961 0.5152867 0.4550139 0.5224458 0.4478523 0.5218365 0.4410362 0.5207184 0.444038 0.5147284 0.4523123 0.5092459 0.4502961 0.5152867 0.446692 0.5092511 0.4469155 0.4791008 0.4508821 0.4842631 0.4441337 0.4866629 0.4340767 0.4850521 0.4403219 0.4817456 0.4378387 0.4894034 0.4340767 0.4850521 0.430693 0.4809886 0.4365476 0.4772157 0.4469155 0.4791008 0.4403219 0.4817456 0.4425852 0.4744254 0.4478523 0.5218365 0.4550139 0.5224458 0.4528052 0.5273908 0.4441468 0.5306902 0.4458813 0.526688 0.4505148 0.5314555 0.4441468 0.5306902 0.4376082 0.5289078 0.4390646 0.5251922 0.4478523 0.5218365 0.4458813 0.526688 0.4410362 0.5207184 0.4590225 0.5056403 0.4585317 0.5094221 0.4523123 0.5092459 0.4523123 0.5092459 0.446692 0.5092511 0.4476197 0.5063152 0.4528834 0.5037571 0.4530003 0.5059217 0.4476146 0.5044284 0.4528834 0.5037571 0.4587694 0.5029918 0.4590225 0.5056403 0.8952188 0.9463464 0.9345734 0.9429818 0.8936802 0.9479238 0.8952188 0.9463464 0.8967648 0.944512 0.9432117 0.9394223 0.3210887 0.7465756 0.3180278 0.7441964 0.3202558 0.7444239 0.3220918 0.7447127 0.3214625 0.7452932 0.3213501 0.744166 0.3220918 0.7447127 0.3228793 0.7450043 0.3228665 0.745725 0.3228665 0.745725 0.3230023 0.7468283 0.3210887 0.7465756 0.3255863 0.742799 0.3254176 0.7446482 0.3243588 0.7443354 0.3243588 0.7443354 0.3235975 0.7443003 0.3233251 0.7433353 0.3234703 0.7415372 0.324152 0.7428496 0.3227902 0.7424594 0.3234703 0.7415372 0.3252806 0.740381 0.3255863 0.742799 0.3776203 0.7308916 0.3764967 0.7285024 0.3784124 0.7287431 0.3793747 0.7302796 0.3786519 0.7302792 0.3792353 0.7292695 0.3793747 0.7302796 0.3797832 0.7311726 0.3793773 0.7316476 0.3793773 0.7316476 0.3788277 0.7324148 0.3776203 0.7308916 0.3831813 0.7315203 0.3815929 0.7327029 0.3811979 0.7317692 0.3811979 0.7317692 0.3808022 0.7312052 0.3814524 0.7303162 0.3829536 0.72908 0.3822873 0.7305412 0.3818523 0.7293008 0.3829536 0.72908 0.3849993 0.7295458 0.3831813 0.7315203 0.4280567 0.750626 0.4273183 0.7519431 0.4261313 0.7490279 0.4283815 0.7524676 0.4273183 0.7519431 0.4288107 0.7518488 0.4271146 0.7535026 0.4273183 0.7519431 0.4282159 0.7532671 0.4271146 0.7535026 0.4258286 0.7539196 0.4257014 0.7518332 0.4302502 0.756507 0.4281414 0.7563173 0.428658 0.7552191 0.4296671 0.7541627 0.4301897 0.7550669 0.428991 0.7543057 0.4315382 0.7543763 0.4301897 0.7550669 0.4302853 0.7537764 0.4302502 0.756507 0.4301897 0.7550669 0.4331173 0.7561081 0.4271146 0.7535026 0.4272371 0.7543489 0.4258286 0.7539196 0.4282453 0.7537593 0.4272371 0.7543489 0.4282159 0.7532671 0.4282453 0.7537593 0.4283995 0.7540516 0.4275451 0.754781 0.4275451 0.754781 0.4266129 0.7555767 0.4261606 0.7550241 0.427101 0.7560074 0.4266129 0.7555767 0.4275451 0.754781 0.4286082 0.7542512 0.4278976 0.7550973 0.4283995 0.7540516 0.4286082 0.7542512 0.428991 0.7543057 0.428658 0.7552191 0.427101 0.7560074 0.4278976 0.7550973 0.4281414 0.7563173 0.4310171 0.7513409 0.429538 0.7505071 0.4317683 0.7502909 0.4310171 0.7513409 0.4302658 0.7523909 0.4295716 0.7518983 0.4280567 0.750626 0.429538 0.7505071 0.4288107 0.7518488 0.4280567 0.750626 0.4261313 0.7490279 0.4295043 0.7491158 0.4315382 0.7543763 0.4317489 0.7528825 0.4331173 0.7561081 0.4315382 0.7543763 0.4302853 0.7537764 0.4304943 0.7531014 0.4310171 0.7513409 0.4317489 0.7528825 0.4302658 0.7523909 0.4310171 0.7513409 0.4317683 0.7502909 0.4330035 0.7526636 0.3228665 0.745725 0.3235734 0.7457391 0.3230023 0.7468283 0.3232925 0.7450379 0.3235734 0.7457391 0.3228793 0.7450043 0.3232925 0.7450379 0.3234875 0.7449184 0.3239166 0.7454859 0.3239707 0.7467162 0.3235734 0.7457391 0.3244768 0.7463217 0.3250035 0.7457274 0.3244768 0.7463217 0.3239166 0.7454859 0.3239166 0.7454859 0.3234875 0.7449184 0.3236204 0.7447503 0.3243588 0.7443354 0.3242293 0.745116 0.3235975 0.7443003 0.3250035 0.7457274 0.3242293 0.745116 0.3254176 0.7446482 0.3223701 0.7402761 0.3252806 0.740381 0.3234703 0.7415372 0.3219796 0.7422772 0.3221749 0.7412766 0.3227902 0.7424594 0.3219796 0.7422772 0.3212791 0.7426319 0.3208652 0.7418645 0.3223701 0.7402761 0.3221749 0.7412766 0.3204514 0.741097 0.3793773 0.7316476 0.3798709 0.7321708 0.3788277 0.7324148 0.3793773 0.7316476 0.3797832 0.7311726 0.3800403 0.7315245 0.3802421 0.7322325 0.3798709 0.7321708 0.3802309 0.7315697 0.3802421 0.7322325 0.380195 0.7331131 0.3796244 0.7330164 0.3802421 0.7322325 0.3806003 0.7322157 0.380195 0.7331131 0.3802421 0.7322325 0.3802309 0.7315697 0.3804399 0.7315432 0.3811979 0.7317692 0.3806003 0.7322157 0.3808022 0.7312052 0.3807243 0.7331212 0.3806003 0.7322157 0.3815929 0.7327029 0.3789672 0.726867 0.3811188 0.7264744 0.3808858 0.727385 0.3797855 0.7285662 0.3793764 0.7277166 0.3806527 0.7282958 0.3797855 0.7285662 0.3792353 0.7292695 0.3784124 0.7287431 0.3789672 0.726867 0.3793764 0.7277166 0.3764967 0.7285024 0.3829536 0.72908 0.3822823 0.7279337 0.3849993 0.7295458 0.3829536 0.72908 0.3818523 0.7293008 0.3814637 0.728584 0.3814637 0.728584 0.3806527 0.7282958 0.3808858 0.727385 0.3808858 0.727385 0.3811188 0.7264744 0.3831009 0.7272835 0.1899423 0.9283127 0.1872473 0.927476 0.1911789 0.9151248 0.1978635 0.9040351 0.1944199 0.915148 0.1940311 0.9043965 0.1978635 0.9040351 0.2012566 0.903109 0.1972612 0.9146529 0.1899423 0.9283127 0.1944199 0.915148 0.1922991 0.9288343 0.201036 0.8887019 0.2046376 0.8890243 0.2035949 0.8955284 0.1978635 0.9040351 0.1999906 0.8957574 0.2012566 0.903109 0.1978635 0.9040351 0.1940311 0.9043965 0.195912 0.8957505 0.201036 0.8887019 0.1999906 0.8957574 0.1969352 0.8884698 0.2517001 0.9033453 0.2524875 0.9017966 0.2594053 0.9076708 0.2651945 0.9143894 0.2589218 0.909693 0.265421 0.9118348 0.2651945 0.9143894 0.264695 0.9161484 0.2583993 0.911298 0.2517001 0.9033453 0.2589218 0.909693 0.2509828 0.9047036 0.2504652 0.9058955 0.2509828 0.9047036 0.2583993 0.911298 0.2636899 0.9168885 0.2577603 0.9123347 0.264695 0.9161484 0.2570631 0.9130874 0.2577603 0.9123347 0.262432 0.9171192 0.2504652 0.9058955 0.2577603 0.9123347 0.2500476 0.9070039 0.2504652 0.9058955 0.2500476 0.9070039 0.2397386 0.8968173 0.2296843 0.8842706 0.2404391 0.8956851 0.2284597 0.8853006 0.2413247 0.8946214 0.2404391 0.8956851 0.231129 0.8833881 0.2504652 0.9058955 0.2404391 0.8956851 0.2509828 0.9047036 0.2051592 0.8605139 0.2044587 0.8613087 0.2037218 0.8564031 0.2063009 0.8678621 0.2044587 0.8613087 0.2074087 0.8670515 0.2063009 0.8678621 0.2053271 0.8688779 0.2037676 0.861916 0.2029688 0.8557893 0.2044587 0.8613087 0.2024758 0.8562383 0.2022265 0.8569834 0.2034041 0.8627271 0.2020776 0.8591928 0.2022265 0.8569834 0.2024758 0.8562383 0.2037676 0.861916 0.2037676 0.861916 0.2053271 0.8688779 0.2047569 0.8701258 0.2027233 0.8637391 0.2034041 0.8627271 0.2045701 0.8734538 0.2485681 0.8752501 0.2521823 0.8734685 0.2529236 0.8840768 0.2485681 0.8752501 0.2432779 0.8647608 0.2474099 0.8630153 0.2474099 0.8630153 0.2519198 0.8610042 0.2560307 0.8712241 0.2561861 0.882931 0.2521823 0.8734685 0.2595667 0.8813971 0.2627564 0.892991 0.2591055 0.8916514 0.2595667 0.8813971 0.255639 0.8905819 0.2591055 0.8916514 0.2568255 0.8943935 0.255639 0.8905819 0.2529236 0.8840768 0.2561861 0.882931 0.253966 0.8977901 0.2573691 0.8986266 0.256136 0.900731 0.2598599 0.8975698 0.2573691 0.8986266 0.2568255 0.8943935 0.2185341 0.875227 0.2113713 0.868349 0.212714 0.8652287 0.2220998 0.8733409 0.2202033 0.874219 0.2148846 0.8643411 0.2220998 0.8733409 0.231129 0.8833881 0.2296843 0.8842706 0.2185341 0.875227 0.2202033 0.874219 0.2284597 0.8853006 0.1460043 0.8919391 0.1351211 0.8893283 0.1470335 0.8813396 0.1509181 0.8350446 0.1527139 0.835214 0.1508442 0.8355537 0.1542251 0.8347826 0.154599 0.8351278 0.1528887 0.8356854 0.1542251 0.8347826 0.1550903 0.8341251 0.154599 0.8351278 0.1554697 0.8325985 0.1560196 0.8325669 0.1555917 0.8343403 0.1546033 0.8266369 0.1520637 0.8254578 0.1549463 0.8257135 0.1487143 0.8251507 0.1520637 0.8254578 0.1490229 0.8253906 0.1520573 0.8244715 0.1520637 0.8254578 0.1482686 0.8242777 0.1481408 0.8317738 0.1491988 0.8338994 0.1476143 0.8318431 0.1509181 0.8350446 0.1508442 0.8355537 0.1488493 0.8342735 0.1478496 0.8282612 0.1488199 0.8241034 0.1491392 0.8250609 0.1485086 0.8288107 0.1483286 0.8286636 0.1491606 0.8254538 0.1478496 0.8282612 0.1483286 0.8286636 0.1476143 0.8318431 0.08187729 0.7083438 0.08697724 0.7071748 0.09263777 0.7318186 0.08187729 0.7083438 0.08815586 0.7331842 0.07802796 0.7093341 0.1476885 0.9918861 0.1535921 0.9890174 0.1489051 0.9935311 0.1476885 0.9918861 0.1464808 0.9900235 0.1520412 0.9871718 0.1589673 0.9852529 0.1535921 0.9890174 0.1572391 0.9832773 0.1589673 0.9852529 0.160542 0.9868443 0.1550924 0.9905052 0.4779144 0.2911902 0.4763885 0.2836406 0.4710406 0.2907282 0.4779144 0.2911902 0.4849514 0.2914663 0.4843022 0.2849437 0.4891487 0.5159512 0.490405 0.5156744 0.4887313 0.5145326 0.4904714 0.5164121 0.490405 0.5156744 0.4897386 0.516582 0.4916709 0.5158127 0.490405 0.5156744 0.4911863 0.5164727 0.4916709 0.5158127 0.4924476 0.5150137 0.490906 0.5146163 0.4927715 0.5193518 0.4936116 0.5179333 0.4924812 0.5178468 0.4910732 0.5182588 0.4916088 0.5188967 0.4916466 0.5176563 0.4904451 0.5195562 0.4916088 0.5188967 0.4903314 0.51863 0.4927715 0.5193518 0.4916088 0.5188967 0.4912573 0.5209093 0.5171915 0.548419 0.5167198 0.546701 0.5158351 0.5473103 0.5152271 0.5486831 0.5160343 0.5487932 0.515117 0.5476905 0.5157348 0.5502017 0.5160343 0.5487932 0.5150148 0.549613 0.5171915 0.548419 0.5160343 0.5487932 0.5173212 0.5507614 0.5444213 0.556532 0.5448473 0.5553098 0.5427615 0.5562395 0.5455992 0.555553 0.5448473 0.5553098 0.5454159 0.556278 0.5456635 0.5542773 0.5448473 0.5553098 0.5460132 0.5549154 0.5456635 0.5542773 0.5452932 0.5533053 0.5440796 0.5544111 0.5489356 0.5549694 0.5479696 0.5535892 0.5474835 0.5544398 0.54729 0.5556325 0.5480672 0.555625 0.5470682 0.5549933 0.5482363 0.5569211 0.5480672 0.555625 0.5473196 0.5563393 0.5489356 0.5549694 0.5480672 0.555625 0.5498374 0.5571168 0.5456635 0.5542773 0.5462386 0.5538751 0.5452932 0.5533053 0.5463414 0.5546557 0.5462386 0.5538751 0.5460132 0.5549154 0.5463414 0.5546557 0.5466105 0.5546317 0.5466688 0.5538482 0.5466688 0.5538482 0.546738 0.5528483 0.546125 0.5528697 0.547295 0.5529852 0.546738 0.5528483 0.5466688 0.5538482 0.5468473 0.5547021 0.5470505 0.553942 0.5466105 0.5546317 0.5468473 0.5547021 0.5470682 0.5549933 0.5474835 0.5544398 0.547295 0.5529852 0.5470505 0.553942 0.5479696 0.5535892 0.5461726 0.5579885 0.5450171 0.5575035 0.5459514 0.5589583 0.5461726 0.5579885 0.5463938 0.5570188 0.5457792 0.5568001 0.5457792 0.5568001 0.5454159 0.556278 0.5444213 0.556532 0.5444213 0.556532 0.5427615 0.5562395 0.5442551 0.5582068 0.5482363 0.5569211 0.5474252 0.5577517 0.5498374 0.5571168 0.5482363 0.5569211 0.5473196 0.5563393 0.5469641 0.5568333 0.5461726 0.5579885 0.5474252 0.5577517 0.5463938 0.5570188 0.5461726 0.5579885 0.5459514 0.5589583 0.5478864 0.5586701 0.4916709 0.5158127 0.492295 0.5161136 0.4924476 0.5150137 0.4916709 0.5158127 0.4911863 0.5164727 0.4915813 0.5166659 0.4915813 0.5166659 0.4917609 0.5169399 0.4925485 0.5165503 0.4932234 0.5154912 0.492295 0.5161136 0.4935595 0.5160971 0.4937816 0.5168797 0.4935595 0.5160971 0.4925485 0.5165503 0.4925485 0.5165503 0.4917609 0.5169399 0.4918292 0.5172434 0.4924812 0.5178468 0.4927026 0.5170964 0.4916466 0.5176563 0.4937816 0.5168797 0.4927026 0.5170964 0.4936116 0.5179333 0.5111808 0.5497105 0.5128024 0.5510887 0.5130477 0.5504238 0.5125362 0.5491312 0.5118585 0.5494209 0.5132929 0.5497587 0.5125362 0.5491312 0.5123178 0.5483114 0.5115004 0.5481437 0.5115004 0.5481437 0.5101985 0.5472522 0.5111808 0.5497105 0.5148345 0.5514838 0.5173212 0.5507614 0.5157348 0.5502017 0.5142446 0.5499454 0.5145395 0.5507146 0.5150148 0.549613 0.5142446 0.5499454 0.5132929 0.5497587 0.5130477 0.5504238 0.5148345 0.5514838 0.5145395 0.5507146 0.5128024 0.5510887 0.5346586 0.2863076 0.5420055 0.2851414 0.5378424 0.277952 0.5346586 0.2863076 0.5313112 0.2795241 0.5252129 0.2869512 0.5378424 0.277952 0.5420055 0.2851414 0.5468766 0.2820565 0.5443741 0.2677306 0.5417613 0.273549 0.5505096 0.278012 0.4331349 0.800241 0.4343045 0.8019812 0.4333219 0.8022304 0.4318133 0.8018049 0.4324741 0.8010229 0.4323393 0.8024796 0.4318133 0.8018049 0.4310528 0.8016707 0.4312128 0.8006888 0.4331349 0.800241 0.4324741 0.8010229 0.4309555 0.7984932 0.4290624 0.8028286 0.4287466 0.8035011 0.4280679 0.8025408 0.4297413 0.8034729 0.4287466 0.8035011 0.4299175 0.8030712 0.4297413 0.8034729 0.4297435 0.8036808 0.4287783 0.8038924 0.4277056 0.8035491 0.4287466 0.8035011 0.4277479 0.8041465 0.4279279 0.8047519 0.4277479 0.8041465 0.4287783 0.8038924 0.4287783 0.8038924 0.4297435 0.8036808 0.4298083 0.8038892 0.4295073 0.8047375 0.4289032 0.8042861 0.4301398 0.804117 0.4279279 0.8047519 0.4289032 0.8042861 0.4286888 0.8055061 0.4291018 0.8007031 0.4309555 0.7984932 0.4312128 0.8006888 0.4303877 0.8022816 0.42998 0.8015909 0.4310528 0.8016707 0.4303877 0.8022816 0.4299175 0.8030712 0.4290624 0.8028286 0.4290624 0.8028286 0.4280679 0.8025408 0.4291018 0.8007031 0.4304739 0.8065502 0.4286888 0.8055061 0.4295073 0.8047375 0.4295073 0.8047375 0.4301398 0.804117 0.4309421 0.8043835 0.4325119 0.805273 0.4309766 0.8053013 0.4318005 0.8043031 0.4304739 0.8065502 0.4309766 0.8053013 0.4331333 0.8073604 0.3112465 0.8272793 0.3113323 0.8274824 0.3111297 0.8273088 0.3112465 0.8272793 0.311362 0.8272466 0.3114241 0.827414 0.3114541 0.8276493 0.3113323 0.8274824 0.3115109 0.8275511 0.3114541 0.8276493 0.3113899 0.8277656 0.3112348 0.8275605 0.3121366 0.8271561 0.3121547 0.8274426 0.3120337 0.8273892 0.3119071 0.8271633 0.3120175 0.8271647 0.3119279 0.8273339 0.3119071 0.8271633 0.3118342 0.8270034 0.3119298 0.8269522 0.3121366 0.8271561 0.3120175 0.8271647 0.312025 0.8268843 0.3115707 0.827834 0.3113899 0.8277656 0.3114541 0.8276493 0.3116111 0.8275905 0.3115903 0.8277044 0.3115109 0.8275511 0.3116111 0.8275905 0.3117237 0.8275548 0.3117436 0.827668 0.3115707 0.827834 0.3115903 0.8277044 0.3117753 0.8277897 0.3120021 0.8276565 0.3117753 0.8277897 0.3117436 0.827668 0.311848 0.8274669 0.3119169 0.82756 0.3117237 0.8275548 0.311848 0.8274669 0.3119279 0.8273339 0.3120337 0.8273892 0.3120021 0.8276565 0.3119169 0.82756 0.3121547 0.8274426 0.3110989 0.8271006 0.3111359 0.8269347 0.3112449 0.826989 0.3112449 0.826989 0.3113502 0.8270232 0.3113359 0.8271165 0.3112465 0.8272793 0.3112182 0.8271153 0.311362 0.8272466 0.3110989 0.8271006 0.3112182 0.8271153 0.3111297 0.8273088 0.3119298 0.8269522 0.3118322 0.8268181 0.312025 0.8268843 0.3117576 0.8269023 0.3118322 0.8268181 0.3118342 0.8270034 0.3117576 0.8269023 0.3116751 0.8268607 0.3117176 0.8267597 0.3117176 0.8267597 0.3117451 0.8266389 0.311897 0.8267144 0.3115617 0.8266505 0.3117451 0.8266389 0.3117176 0.8267597 0.3115847 0.826879 0.3115792 0.8267747 0.3116751 0.8268607 0.3115847 0.826879 0.3114936 0.826925 0.3114401 0.8268316 0.3115617 0.8266505 0.3115792 0.8267747 0.31138 0.8267179 0.5722024 0.5342788 0.5736111 0.5340735 0.5733613 0.5335177 0.5733613 0.5335177 0.5731114 0.532962 0.5723991 0.5330757 0.5723991 0.5330757 0.5718882 0.5328225 0.5715376 0.5332628 0.5722024 0.5342788 0.5723008 0.5336772 0.5705869 0.5340266 0.574822 0.5319259 0.5743821 0.5328385 0.5764581 0.5325622 0.574822 0.5319259 0.5740352 0.5319228 0.5737592 0.5325164 0.5737592 0.5325164 0.5731114 0.532962 0.5733613 0.5335177 0.5750049 0.5331605 0.5743821 0.5328385 0.5736111 0.5340735 0.5716169 0.5311325 0.5718653 0.5305827 0.5710746 0.5307771 0.5716169 0.5311325 0.5720288 0.5314791 0.5722043 0.5311264 0.5721619 0.5303636 0.5718653 0.5305827 0.5723968 0.5309732 0.5721619 0.5303636 0.5718924 0.5297133 0.5714586 0.5300378 0.5721619 0.5303636 0.5725148 0.530268 0.5718924 0.5297133 0.5721619 0.5303636 0.5723968 0.5309732 0.5726323 0.5308834 0.5726323 0.5308834 0.5730107 0.5309748 0.5731116 0.5304507 0.5724121 0.5295808 0.5725148 0.530268 0.5732487 0.5297474 0.5707046 0.5321546 0.5705869 0.5340266 0.5715376 0.5332628 0.571844 0.5321673 0.5714086 0.5322202 0.5718882 0.5328225 0.5716169 0.5311325 0.5714086 0.5322202 0.5720288 0.5314791 0.5716169 0.5311325 0.5710746 0.5307771 0.5707046 0.5321546 0.5746327 0.5303208 0.5732487 0.5297474 0.5731116 0.5304507 0.573632 0.5313651 0.5741396 0.5310667 0.5730107 0.5309748 0.574822 0.5319259 0.5741396 0.5310667 0.5740352 0.5319228 0.574822 0.5319259 0.5764581 0.5325622 0.5746327 0.5303208 0.5010867 0.3905099 0.4988098 0.3906015 0.4990846 0.3912534 0.5007309 0.3917369 0.5008575 0.3911824 0.4993506 0.3917858 0.5007309 0.3917369 0.5018271 0.3924782 0.5022643 0.3920506 0.5010867 0.3905099 0.5008575 0.3911824 0.502891 0.3915577 0.5031218 0.3935716 0.502891 0.3915577 0.5022643 0.3920506 0.5019268 0.3938261 0.5024564 0.3936973 0.5018271 0.3924782 0.5019268 0.3938261 0.5014365 0.3951952 0.5018913 0.3953914 0.5031218 0.3935716 0.5024564 0.3936973 0.5023872 0.3956508 0.4971432 0.3940061 0.4977939 0.3924241 0.4963746 0.3939231 0.4971432 0.3940061 0.4979004 0.3941487 0.4983985 0.3928082 0.4990846 0.3912534 0.4977939 0.3924241 0.4993506 0.3917858 0.4990846 0.3912534 0.4988098 0.3906015 0.4971606 0.3920058 0.4966872 0.3955539 0.4976431 0.3967543 0.4979719 0.3962597 0.4978819 0.3951517 0.4972904 0.3953109 0.4982846 0.3958445 0.4971432 0.3940061 0.4972904 0.3953109 0.4979004 0.3941487 0.4966872 0.3955539 0.4972904 0.3953109 0.4963746 0.3939231 0.4999938 0.3968293 0.4989243 0.3967738 0.5000323 0.3974288 0.4999938 0.3968293 0.499952 0.3963254 0.4990503 0.3962546 0.4990503 0.3962546 0.4982846 0.3958445 0.4979719 0.3962597 0.4987866 0.3973807 0.4989243 0.3967738 0.4976431 0.3967543 0.5018913 0.3953914 0.5010266 0.396402 0.5023872 0.3956508 0.5007629 0.3960003 0.5010266 0.396402 0.5014365 0.3951952 0.4999938 0.3968293 0.5010266 0.396402 0.499952 0.3963254 0.4999938 0.3968293 0.5000323 0.3974288 0.501295 0.3968943 0.5376735 0.4155778 0.5357699 0.415629 0.535903 0.4194438 0.535903 0.4194438 0.5358332 0.423376 0.5362321 0.423357 0.5362321 0.423357 0.5365289 0.4236556 0.5374848 0.4203743 0.5376735 0.4155778 0.5368894 0.4194722 0.5388463 0.4169166 0.5329118 0.4207602 0.5342481 0.4196407 0.5306156 0.4175045 0.5329118 0.4207602 0.5345327 0.4240025 0.53516 0.423515 0.535903 0.4194438 0.5342481 0.4196407 0.5358332 0.423376 0.5328605 0.4158744 0.5342481 0.4196407 0.5357699 0.415629 0.5337185 0.4261551 0.5328812 0.4234993 0.5323259 0.4271334 0.5337185 0.4261551 0.5344751 0.4260649 0.5342718 0.4250667 0.5329118 0.4207602 0.5328812 0.4234993 0.5345327 0.4240025 0.5329118 0.4207602 0.5306156 0.4175045 0.5307058 0.42171 0.5379425 0.4277933 0.5396106 0.4261745 0.5380451 0.4253141 0.5380451 0.4253141 0.5370715 0.4253664 0.5367926 0.4259147 0.5367926 0.4259147 0.5361515 0.4262115 0.5363376 0.4268792 0.5363376 0.4268792 0.5364243 0.4282303 0.5379425 0.4277933 0.5363376 0.4268792 0.5349856 0.4270244 0.5364243 0.4282303 0.5363376 0.4268792 0.5361515 0.4262115 0.5352403 0.426354 0.5337185 0.4261551 0.5349856 0.4270244 0.5344751 0.4260649 0.5337185 0.4261551 0.5323259 0.4271334 0.5347166 0.4283386 0.8962931 0.9396772 0.8979392 0.9407013 0.8681876 0.9423719 0.8681876 0.9423719 0.8340048 0.9431442 0.8559924 0.9411243 0.8741061 0.9332957 0.8784548 0.9338537 0.8355682 0.9332845 0.8270563 0.9416875 0.8340048 0.9431442 0.7981765 0.9443241 0.7981765 0.9443241 0.7624361 0.9447926 0.785376 0.9426751 0.8270563 0.9416875 0.8056768 0.942431 0.8262239 0.9403316 0.8006595 0.9332762 0.8056766 0.9339804 0.7638252 0.9332686 0.8271732 0.9341322 0.8056766 0.9339804 0.8355682 0.9332845 0.8271732 0.9341322 0.8355682 0.9332845 0.8569727 0.9340456 0.8355069 0.936304 0.852448 0.9354888 0.8379511 0.9376419 0.7564645 0.9431868 0.7624361 0.9447926 0.7229105 0.9458312 0.7229105 0.9458312 0.6834105 0.946123 0.7106576 0.9435101 0.7106576 0.9435101 0.7357369 0.9406948 0.7469149 0.9415048 0.7260575 0.9332631 0.7329454 0.9343165 0.684189 0.9332579 0.7563386 0.9342896 0.7329454 0.9343165 0.7638252 0.9332686 0.7467213 0.9353709 0.7329454 0.9343165 0.7575375 0.9351257 0.785376 0.9426751 0.7730814 0.9422566 0.8053161 0.9407101 0.7564645 0.9431868 0.7730814 0.9422566 0.7624361 0.9447926 0.6765906 0.9443005 0.6834105 0.946123 0.6454294 0.9467893 0.6330717 0.9441886 0.6536882 0.9445387 0.6095741 0.9465952 0.6473405 0.9332547 0.6530267 0.9345675 0.6097364 0.933252 0.6761493 0.9346923 0.6530267 0.9345675 0.684189 0.9332579 0.7106576 0.9435101 0.6963147 0.9431283 0.7357369 0.9406948 0.6765906 0.9443005 0.6963147 0.9431283 0.6834105 0.946123 0.6761493 0.9346923 0.684189 0.9332579 0.7103524 0.9347509 0.603291 0.9446177 0.6095741 0.9465952 0.573102 0.9478053 0.5616676 0.945217 0.5818521 0.9451106 0.5396895 0.948187 0.603291 0.9446177 0.5818521 0.9451106 0.6037613 0.9431474 0.5749492 0.9332504 0.5810379 0.9347591 0.5391743 0.9332492 0.6024923 0.9347566 0.5810379 0.9347591 0.6097364 0.933252 0.5932155 0.936268 0.5810379 0.9347591 0.6031866 0.9358819 0.6309787 0.9422984 0.6331353 0.9396502 0.654376 0.9418674 0.6330717 0.9441886 0.6202051 0.9435957 0.654376 0.9418674 0.603291 0.9446177 0.6202051 0.9435957 0.6095741 0.9465952 0.6112135 0.9428812 0.6202051 0.9435957 0.6037613 0.9431474 0.6112135 0.9428812 0.6165117 0.9423246 0.6309787 0.9422984 0.6323068 0.934922 0.6196004 0.935576 0.6097364 0.933252 0.5338656 0.9462891 0.5396895 0.948187 0.5160512 0.9493001 0.5105326 0.9456607 0.5205159 0.9465243 0.4975044 0.9489119 0.5105326 0.9456607 0.5216583 0.9435841 0.5269888 0.9446198 0.5332071 0.9353197 0.5197847 0.9352312 0.5391743 0.9332492 0.5338656 0.9462891 0.5485165 0.9450796 0.5396895 0.948187 0.5609707 0.9353603 0.5480239 0.9363371 0.5391743 0.9332492 0.1413009 0.7876989 0.1435166 0.7837491 0.1407458 0.7979882 0.1413009 0.7876989 0.1421589 0.7774689 0.1440998 0.7771585 0.1555546 0.7837532 0.1531933 0.7808735 0.156309 0.7746527 0.1522693 0.7859292 0.1531933 0.7808735 0.1543667 0.7924878 0.1515036 0.7772158 0.1531933 0.7808735 0.1506268 0.7790623 0.1440998 0.7771585 0.1421589 0.7774689 0.1428226 0.7667764 0.1455428 0.7638415 0.1447795 0.7700694 0.1438273 0.7553527 0.1570489 0.7654535 0.1544238 0.7691122 0.1571009 0.758334 0.1538962 0.7749747 0.1544238 0.7691122 0.156309 0.7746527 0.1587019 0.7477413 0.163844 0.7460407 0.1599661 0.7537802 0.1599661 0.7537802 0.1571009 0.758334 0.1557919 0.7554722 0.1587019 0.7477413 0.1576611 0.7513793 0.1544716 0.7499095 0.1456751 0.7537453 0.1438273 0.7553527 0.1438997 0.7450171 0.1471789 0.7427558 0.1461336 0.747658 0.1451507 0.7353669 0.1475158 0.7509731 0.1461336 0.747658 0.1489878 0.7487476 0.1475158 0.7509731 0.1466928 0.7538471 0.1456751 0.7537453 0.1476975 0.7642254 0.1484658 0.7594936 0.1496469 0.7607669 0.1496469 0.7607669 0.1508085 0.7613986 0.1505398 0.7645149 0.1455428 0.7638415 0.1438273 0.7553527 0.1456751 0.7537453 0.1476975 0.7642254 0.1463764 0.7598342 0.1484658 0.7594936 0.1545245 0.7640179 0.1539461 0.7604242 0.1571009 0.758334 0.156581 0.7178322 0.1603611 0.7193483 0.1554138 0.7256692 0.1674315 0.7303951 0.163844 0.7460407 0.1607979 0.7397944 0.1475986 0.7344714 0.1451507 0.7353669 0.1458142 0.7230134 0.1501193 0.7319151 0.1484945 0.7268802 0.1519006 0.728544 0.1475986 0.7344714 0.1484945 0.7268802 0.1490281 0.7356206 0.1587019 0.7477413 0.1580622 0.744154 0.163844 0.7460407 0.1587019 0.7477413 0.1544716 0.7499095 0.1553372 0.7457837 0.1553372 0.7457837 0.1544716 0.7499095 0.1533832 0.7483038 0.1518425 0.7448914 0.1533944 0.7457527 0.1517386 0.7469998 0.1518425 0.7448914 0.1519464 0.742783 0.1534055 0.7432016 0.1553372 0.7457837 0.1533944 0.7457527 0.1549292 0.7427585 0.1503825 0.7476033 0.1507439 0.7449715 0.1517386 0.7469998 0.1503825 0.7476033 0.1489878 0.7487476 0.1495681 0.7438243 0.1511052 0.7423398 0.1519464 0.742783 0.1518425 0.7448914 0.1495681 0.7438243 0.1489878 0.7487476 0.1471789 0.7427558 0.1475986 0.7344714 0.1482381 0.7402219 0.1451507 0.7353669 0.1493042 0.7388721 0.1482381 0.7402219 0.1490281 0.7356206 0.1402847 0.8064575 0.1419987 0.8029552 0.141001 0.8140439 0.1423913 0.7979338 0.1419987 0.8029552 0.1407458 0.7979882 0.1546001 0.7978708 0.1518462 0.7963192 0.1543667 0.7924878 0.1546001 0.7978708 0.1536408 0.8009955 0.1509281 0.7980414 0.1497142 0.79529 0.1499356 0.7937839 0.1518007 0.7934787 0.1509281 0.7980414 0.1536408 0.8009955 0.1495775 0.801201 0.1495775 0.801201 0.1462455 0.8028598 0.1461684 0.8002365 0.1423913 0.7979338 0.1407458 0.7979882 0.1432594 0.7889324 0.1451426 0.7864761 0.1435574 0.7917996 0.1459554 0.7795707 0.1471601 0.7806394 0.1467923 0.783887 0.1459554 0.7795707 0.1471601 0.7806394 0.148685 0.7815513 0.1484742 0.782665 0.1496748 0.7804272 0.1492455 0.7835117 0.148685 0.7815513 0.1500893 0.7853728 0.1492455 0.7835117 0.1506268 0.7790623 0.1500893 0.7853728 0.1493268 0.7892896 0.1488162 0.7865962 0.1522693 0.7859292 0.1510781 0.7892625 0.1506268 0.7790623 0.1518007 0.7934787 0.1510781 0.7892625 0.1543667 0.7924878 0.1518007 0.7934787 0.1499356 0.7937839 0.1497532 0.7917346 0.1500893 0.7853728 0.1510781 0.7892625 0.1493268 0.7892896 0.1350449 0.9969907 0.1211913 0.9935076 0.1224106 0.9918648 0.01409369 0.8828335 0.01810461 0.8733736 0.01735556 0.8839817 0.0142579 0.8711263 0.01810461 0.8733736 0.01071411 0.8812972 0.0142579 0.8711263 0.01837688 0.8609099 0.02288484 0.8629243 0.02288484 0.8629243 0.02701532 0.8646728 0.02171742 0.8751581 0.5842984 0.2614465 0.5879229 0.2673708 0.5803998 0.2687983 0.5842984 0.2614465 0.5942956 0.258736 0.5879229 0.2673708 0.2456392 0.4553995 0.2456386 0.4703609 0.2316555 0.4594554 0.6186767 0.252718 0.6201167 0.2588419 0.6138453 0.2597648 0.6186767 0.252718 0.6260815 0.2530119 0.6201167 0.2588419 0.6041464 0.2558575 0.6118192 0.253759 0.6070817 0.2619448 0.6041464 0.2558575 0.6070817 0.2619448 0.5976289 0.2647832 0.8160802 0.04562652 0.8121575 0.04430294 0.8192639 0.03860747 0.1531686 0.6373749 0.1547377 0.6453788 0.1485078 0.6391884 0.47513 0.2761083 0.4763885 0.2836406 0.4835724 0.2781745 0.4904311 0.27802 0.4835724 0.2781745 0.4843022 0.2849437 0.4904311 0.27802 0.491806 0.2847403 0.4979858 0.2765808 0.5085161 0.2747933 0.4979858 0.2765808 0.5003263 0.28351 0.5275543 0.2727791 0.5192847 0.2733089 0.5223872 0.2801545 0.5085161 0.2747933 0.5112894 0.2817322 0.5192847 0.2733089 0.5378424 0.277952 0.5417613 0.273549 0.5334243 0.2708755 0.5275543 0.2727791 0.5313112 0.2795241 0.5334243 0.2708755 0.1668578 0.6255385 0.1719043 0.63535 0.1585208 0.6331488 0.1531686 0.6373749 0.1585208 0.6331488 0.1616379 0.6414598 0.1213369 0.6474112 0.1156344 0.6453811 0.1218613 0.6391932 0.3498389 0.5279782 0.3492264 0.5001417 0.3426468 0.5252352 0.3498389 0.5279782 0.3568338 0.5322787 0.3572357 0.5011999 0.4006728 0.53218 0.3972697 0.5072184 0.3944514 0.5325394 0.4006728 0.53218 0.4055736 0.5243711 0.403239 0.5095366 0.2994205 0.5224389 0.3035975 0.5336442 0.3084976 0.530881 0.3102694 0.5179592 0.3051248 0.5203543 0.3132719 0.5285449 0.3102694 0.5179592 0.3132719 0.5285449 0.3173393 0.5268625 0.3184519 0.5111317 0.3144667 0.5147976 0.3212831 0.5256744 0.3280917 0.5036693 0.3306039 0.5243359 0.3361069 0.5242474 0.3408743 0.499766 0.3339462 0.5010626 0.3426468 0.5252352 0.3184519 0.5111317 0.3212831 0.5256744 0.325687 0.5248219 0.3280917 0.5036693 0.3229602 0.507224 0.3306039 0.5243359 0.288919 0.5435702 0.2774763 0.5298221 0.2827589 0.5481278 0.288919 0.5435702 0.2944867 0.5398807 0.286546 0.5271089 0.286546 0.5271089 0.2944867 0.5398807 0.2991534 0.5366081 0.2994205 0.5224389 0.2935442 0.5246691 0.3035975 0.5336442 0.3624229 0.5326104 0.3631355 0.5019506 0.3568338 0.5322787 0.3624229 0.5326104 0.3671844 0.5328856 0.367968 0.5023885 0.4006728 0.53218 0.4028407 0.5558184 0.4073495 0.5464683 0.4006728 0.53218 0.3944514 0.5325394 0.3958445 0.5562359 0.3660061 0.5583008 0.3671844 0.5328856 0.3624229 0.5326104 0.3521493 0.5592657 0.3590498 0.5587819 0.3568338 0.5322787 0.3100147 0.5453196 0.3132807 0.5423691 0.3035975 0.5336442 0.3167989 0.5400953 0.3132719 0.5285449 0.3084976 0.530881 0.3167989 0.5400953 0.3202406 0.5390159 0.3132719 0.5285449 0.3173393 0.5268625 0.3202406 0.5390159 0.3212831 0.5256744 0.325687 0.5248219 0.3212831 0.5256744 0.3237475 0.5388638 0.325687 0.5248219 0.3274616 0.5393723 0.3306039 0.5243359 0.3361069 0.5242474 0.3306039 0.5243359 0.331408 0.5404275 0.3361069 0.5242474 0.3356119 0.5419152 0.3426468 0.5252352 0.3100147 0.5453196 0.3035975 0.5336442 0.2991534 0.5366081 0.3050408 0.5519246 0.3073298 0.5484287 0.2944867 0.5398807 0.288919 0.5435702 0.3029621 0.5560353 0.2944867 0.5398807 0.3023479 0.5603488 0.3029621 0.5560353 0.2827589 0.5481278 0.299852 0.5657302 0.3044525 0.5644528 0.2827589 0.5481278 0.3472767 0.5539504 0.3455983 0.5595266 0.3568338 0.5322787 0.3498389 0.5279782 0.3426468 0.5252352 0.3400452 0.5444642 0.3498389 0.5279782 0.3446795 0.5487028 0.3568338 0.5322787 0.3867968 0.5328941 0.384435 0.5036838 0.3790703 0.533118 0.3867968 0.5328941 0.3944514 0.5325394 0.3910764 0.5051756 0.3726332 0.533085 0.3727751 0.5025077 0.3671844 0.5328856 0.3726332 0.533085 0.3790703 0.533118 0.3780874 0.5027816 0.3867968 0.5328941 0.3878368 0.5569884 0.3944514 0.5325394 0.3867968 0.5328941 0.3790703 0.533118 0.3798021 0.5577132 0.3726332 0.533085 0.3727243 0.5580476 0.3790703 0.533118 0.3660061 0.5583008 0.3727243 0.5580476 0.3671844 0.5328856 0.3386946 0.9605795 0.3396639 0.9295094 0.3466501 0.9339386 0.3550295 0.9623116 0.3466845 0.9617837 0.3538426 0.936816 0.2928439 0.9514024 0.2903131 0.9290669 0.2958244 0.928806 0.3049268 0.9559858 0.2987709 0.9538298 0.3020522 0.9285605 0.3879702 0.9317877 0.3911513 0.9423744 0.3831539 0.9340367 0.3879702 0.9317877 0.3929197 0.9291139 0.3968927 0.9403936 0.3790565 0.9356451 0.3817094 0.9477612 0.3750914 0.9367613 0.3790565 0.9356451 0.3831539 0.9340367 0.3859638 0.9446759 0.3601492 0.9379187 0.3619809 0.9611413 0.3538426 0.936816 0.3601492 0.9379187 0.365747 0.9379301 0.3678827 0.9586413 0.3706724 0.9375336 0.3730786 0.9551801 0.365747 0.9379301 0.3706724 0.9375336 0.3750914 0.9367613 0.3776578 0.9513545 0.4098502 0.9359578 0.4021425 0.9230436 0.4077764 0.9194558 0.4291238 0.9307435 0.418968 0.9334096 0.4140183 0.9150109 0.3974171 0.9262311 0.4028088 0.9382702 0.3929197 0.9291139 0.3974171 0.9262311 0.4021425 0.9230436 0.4098502 0.9359578 0.327984 0.959195 0.329325 0.9287133 0.3340812 0.9290755 0.3386946 0.9605795 0.3328085 0.9597211 0.3396639 0.9295094 0.2875939 0.905259 0.294089 0.905128 0.2903131 0.9290669 0.3010929 0.9048387 0.3020522 0.9285605 0.2958244 0.928806 0.3340812 0.9290755 0.329325 0.9287133 0.3309681 0.9033208 0.3340812 0.9290755 0.3379326 0.9029672 0.3396639 0.9295094 0.3879702 0.9317877 0.3833965 0.9202141 0.3929197 0.9291139 0.3879702 0.9317877 0.3831539 0.9340367 0.3798373 0.9224236 0.3790565 0.9356451 0.3763765 0.9234402 0.3831539 0.9340367 0.3728672 0.9235283 0.3763765 0.9234402 0.3750914 0.9367613 0.3728672 0.9235283 0.3750914 0.9367613 0.3706724 0.9375336 0.3652362 0.9218252 0.3691629 0.9229521 0.365747 0.9379301 0.3652362 0.9218252 0.365747 0.9379301 0.3601492 0.9379187 0.3566735 0.9176313 0.3610598 0.920261 0.3538426 0.936816 0.3974171 0.9262311 0.3894566 0.9142637 0.4021425 0.9230436 0.3974171 0.9262311 0.3929197 0.9291139 0.3867157 0.9173235 0.4077764 0.9194558 0.393962 0.9067378 0.4140183 0.9150109 0.3918089 0.91081 0.393962 0.9067378 0.4021425 0.9230436 0.3946543 0.9024363 0.3926247 0.8982949 0.4140183 0.9150109 0.3448413 0.9026101 0.3513965 0.902469 0.3396639 0.9295094 0.3566735 0.9176313 0.3538426 0.936816 0.3466501 0.9339386 0.3496161 0.9080138 0.352117 0.9133084 0.3396639 0.9295094 0.3049268 0.9559858 0.3020522 0.9285605 0.3097134 0.9283459 0.3178722 0.9586171 0.311541 0.9575989 0.3174439 0.9282633 0.3178722 0.9586171 0.3174439 0.9282633 0.3238802 0.9284142 0.327984 0.959195 0.3231793 0.9589881 0.329325 0.9287133 0.3010929 0.9048387 0.3091143 0.904233 0.3020522 0.9285605 0.3171622 0.9036555 0.3174439 0.9282633 0.3097134 0.9283459 0.3171622 0.9036555 0.3242457 0.9034509 0.3174439 0.9282633 0.3238802 0.9284142 0.3242457 0.9034509 0.329325 0.9287133 0.08735543 0.4117901 0.1014886 0.3692461 0.1002066 0.4057617 0.1849685 0.3839395 0.1698664 0.3870613 0.1733663 0.3529825 0.1532956 0.3920333 0.158759 0.3566573 0.1698664 0.3870613 0.1532956 0.3920333 0.1355918 0.3973294 0.1438046 0.3601728 0.1170904 0.4014235 0.1287575 0.3633583 0.1355918 0.3973294 0.1170904 0.4014235 0.1002066 0.4057617 0.1143935 0.3663406 0.1014886 0.3692461 0.1156649 0.3242816 0.1143935 0.3663406 0.1014886 0.3692461 0.08988344 0.3713564 0.1037599 0.3242884 0.187372 0.3493186 0.1883331 0.3060328 0.2007665 0.34612 0.187372 0.3493186 0.1733663 0.3529825 0.1755015 0.3100101 0.158759 0.3566573 0.1633416 0.3132895 0.1733663 0.3529825 0.158759 0.3566573 0.1438046 0.3601728 0.1515336 0.3164269 0.1287575 0.3633583 0.1397578 0.3199778 0.1438046 0.3601728 0.1287575 0.3633583 0.1143935 0.3663406 0.1278548 0.3229326 0.1156649 0.3242816 0.1209568 0.2912357 0.1278548 0.3229326 0.1156649 0.3242816 0.1037599 0.3242884 0.1097782 0.2904834 0.1883331 0.3060328 0.1860006 0.2643954 0.2011495 0.3023027 0.1883331 0.3060328 0.1755015 0.3100101 0.1728603 0.2711096 0.1633416 0.3132895 0.1617637 0.2767116 0.1755015 0.3100101 0.1633416 0.3132895 0.1515336 0.3164269 0.1517699 0.2816994 0.1397578 0.3199778 0.1419382 0.286571 0.1515336 0.3164269 0.1397578 0.3199778 0.1278548 0.3229326 0.1318175 0.2901439 0.09271132 0.3232164 0.09870386 0.2885242 0.1037599 0.3242884 0.1299087 0.2743185 0.1318175 0.2901439 0.1209568 0.2912357 0.107542 0.2722381 0.1189895 0.2740665 0.1097782 0.2904834 0.1617637 0.2767116 0.1588135 0.2600789 0.1728603 0.2711096 0.1617637 0.2767116 0.1517699 0.2816994 0.1492324 0.2664932 0.1419382 0.286571 0.1397935 0.2715169 0.1517699 0.2816994 0.1419382 0.286571 0.1318175 0.2901439 0.1299087 0.2743185 0.1860006 0.2643954 0.1728603 0.2711096 0.1697819 0.2512823 0.1860006 0.2643954 0.1833825 0.2391118 0.1995269 0.2583861 0.107542 0.2722381 0.1097782 0.2904834 0.09870386 0.2885242 0.4832196 0.3337933 0.4792149 0.3479678 0.4826313 0.350161 0.3768979 0.3664736 0.3897958 0.3693923 0.3910383 0.4058983 0.3179556 0.3530554 0.3325554 0.3567452 0.3214186 0.3871299 0.347502 0.3602759 0.3556728 0.3974312 0.3379796 0.3921179 0.347502 0.3602759 0.3625414 0.3634768 0.3556728 0.3974312 0.3768979 0.3664736 0.3910383 0.4058983 0.3741643 0.4015436 0.4128611 0.372111 0.4216995 0.372276 0.4222664 0.4135281 0.363488 0.3230633 0.3756728 0.3244254 0.3768979 0.3664736 0.3875743 0.3244453 0.4013953 0.3715145 0.3897958 0.3693923 0.2902338 0.3023545 0.3030439 0.3060989 0.2905685 0.3461653 0.3158683 0.3100903 0.3179556 0.3530554 0.3039569 0.3493775 0.3158683 0.3100903 0.3280217 0.3133829 0.3179556 0.3530554 0.3398231 0.3165329 0.347502 0.3602759 0.3325554 0.3567452 0.3398231 0.3165329 0.3515917 0.3200961 0.347502 0.3602759 0.363488 0.3230633 0.3768979 0.3664736 0.3625414 0.3634768 0.2902338 0.3023545 0.2905685 0.3461653 0.2659965 0.3421016 0.3875743 0.3244453 0.3986207 0.3233857 0.4013953 0.3715145 0.3595634 0.2902799 0.3704195 0.2913836 0.363488 0.3230633 0.3815953 0.2906441 0.3875743 0.3244453 0.3756728 0.3244254 0.2919102 0.2584461 0.3054265 0.2644718 0.2902338 0.3023545 0.3185554 0.2712014 0.3158683 0.3100903 0.3030439 0.3060989 0.3185554 0.2712014 0.3296423 0.2768159 0.3158683 0.3100903 0.3396272 0.2818145 0.3398231 0.3165329 0.3280217 0.3133829 0.3396272 0.2818145 0.3494501 0.2866963 0.3398231 0.3165329 0.3595634 0.2902799 0.363488 0.3230633 0.3515917 0.3200961 0.3815953 0.2906441 0.3926682 0.2886979 0.3875743 0.3244453 0.3704195 0.2913836 0.3595634 0.2902799 0.3614899 0.2744616 0.3704195 0.2913836 0.3724055 0.2742221 0.3815953 0.2906441 0.3216584 0.2513825 0.3326123 0.2601913 0.3185554 0.2712014 0.3421823 0.2666159 0.3396272 0.2818145 0.3296423 0.2768159 0.3421823 0.2666159 0.3516119 0.2716494 0.3396272 0.2818145 0.3614899 0.2744616 0.3595634 0.2902799 0.3494501 0.2866963 0.3216584 0.2513825 0.3185554 0.2712014 0.3054265 0.2644718 0.2937207 0.2282274 0.3080772 0.2391961 0.2919102 0.2584461 0.3926682 0.2886979 0.3815953 0.2906441 0.3838511 0.2724072 0.3179556 0.3530554 0.3214186 0.3871299 0.3063237 0.3839935 0.1849685 0.3839395 0.187372 0.3493186 0.1991306 0.3821222 0.2905685 0.3461653 0.292167 0.3821625 0.2677785 0.3852675 0.2905685 0.3461653 0.3039569 0.3493775 0.292167 0.3821625 0.5630884 0.07839435 0.5684898 0.07527637 0.5635977 0.09756052 0.5630884 0.07839435 0.5594567 0.09689944 0.5587149 0.07919239 0.5711612 0.09772264 0.5732783 0.07944726 0.5740963 0.08278286 0.5766573 0.09771931 0.5739268 0.09773164 0.5751615 0.08430463 0.5811982 0.08022487 0.5810163 0.07822769 0.5916239 0.09414517 0.5811982 0.08022487 0.5893912 0.09542542 0.5813922 0.08249628 0.5893912 0.09542542 0.5916239 0.09414517 0.5977601 0.1149736 0.5893912 0.09542542 0.5952829 0.1154834 0.5870684 0.09650033 0.5739268 0.09773164 0.5759423 0.1175523 0.5711612 0.09772264 0.5791614 0.1171939 0.5759423 0.1175523 0.5766573 0.09771931 0.5003519 0.09284353 0.4981985 0.06843954 0.5001854 0.0676105 0.5040507 0.09273725 0.5020751 0.09283077 0.5023664 0.06722176 0.4972458 0.09278029 0.494099 0.07056099 0.496272 0.06909042 0.5003519 0.09284353 0.4988205 0.09282076 0.4981985 0.06843954 0.528595 0.07135725 0.5268101 0.09446936 0.5251752 0.07153737 0.528595 0.07135725 0.5319449 0.07141351 0.5298262 0.09448009 0.4942811 0.1174734 0.4972458 0.09278029 0.4988205 0.09282076 0.4968219 0.1184491 0.495469 0.1179851 0.5003519 0.09284353 0.4968219 0.1184491 0.5003519 0.09284353 0.5020751 0.09283077 0.5020751 0.09283077 0.5040507 0.09273725 0.5008252 0.1181201 0.5218645 0.1194425 0.523826 0.09445059 0.5268101 0.09446936 0.5268101 0.09446936 0.5298262 0.09448009 0.5282201 0.1204372 0.5680004 0.09758734 0.570484 0.07795596 0.571811 0.07893651 0.5711612 0.09772264 0.5694946 0.09769916 0.5732783 0.07944726 0.5635977 0.09756052 0.5684898 0.07527637 0.5693692 0.07691591 0.5680004 0.09758734 0.5662528 0.09731316 0.570484 0.07795596 0.554622 0.07873255 0.5510299 0.09711605 0.5510621 0.07762825 0.554622 0.07873255 0.5587149 0.07919239 0.5551131 0.09714496 0.542238 0.0960921 0.5456571 0.07542109 0.5482875 0.0764929 0.547422 0.09776812 0.544688 0.09670007 0.5510621 0.07762825 0.5662528 0.09731316 0.5664788 0.1191954 0.5635977 0.09756052 0.5687149 0.1188688 0.5664788 0.1191954 0.5680004 0.09758734 0.5694946 0.09769916 0.5708093 0.1185131 0.5680004 0.09758734 0.5694946 0.09769916 0.5711612 0.09772264 0.5731043 0.1180878 0.5400564 0.1201641 0.542238 0.0960921 0.544688 0.09670007 0.5455434 0.1216396 0.5428071 0.1205297 0.547422 0.09776812 0.5425297 0.07450747 0.5393686 0.09588503 0.5390838 0.07354539 0.5425297 0.07450747 0.5456571 0.07542109 0.542238 0.0960921 0.5298262 0.09448009 0.5319449 0.07141351 0.5354984 0.0723285 0.5362406 0.09567081 0.5330147 0.09504151 0.5390838 0.07354539 0.5282201 0.1204372 0.5298262 0.09448009 0.5330147 0.09504151 0.5343998 0.120712 0.5313659 0.1206372 0.5362406 0.09567081 0.5393686 0.09588503 0.5372753 0.1203896 0.5362406 0.09567081 0.5393686 0.09588503 0.542238 0.0960921 0.5400564 0.1201641 0.5791614 0.1171939 0.5766573 0.09771931 0.5793156 0.09767854 0.5860936 0.117348 0.5826001 0.1172999 0.5819562 0.09752267 0.5860936 0.117348 0.5819562 0.09752267 0.5845653 0.09716469 0.5925929 0.1160714 0.5894771 0.1168156 0.5870684 0.09650033 0.5870684 0.09650033 0.5845653 0.09716469 0.5813922 0.08249628 0.5762332 0.08321988 0.5793156 0.09767854 0.5751615 0.08430463 0.5087932 0.09243285 0.5074787 0.06897628 0.5099456 0.06983077 0.513629 0.09309309 0.5112629 0.09274369 0.5123862 0.07043081 0.5040507 0.09273725 0.5023664 0.06722176 0.5048749 0.06789183 0.5087932 0.09243285 0.5063396 0.09251767 0.5074787 0.06897628 0.5123352 0.1143683 0.5101466 0.1133636 0.513629 0.09309309 0.5074751 0.1130048 0.5087932 0.09243285 0.5112629 0.09274369 0.5063396 0.09251767 0.5040917 0.1153864 0.5040507 0.09273725 0.5063396 0.09251767 0.5087932 0.09243285 0.5074751 0.1130048 0.5180323 0.09324502 0.5178192 0.0709874 0.521412 0.07133167 0.523826 0.09445059 0.5207524 0.09386485 0.5251752 0.07153737 0.513629 0.09309309 0.5123862 0.07043081 0.5149107 0.07075172 0.5180323 0.09324502 0.5157717 0.09312397 0.5178192 0.0709874 0.5157717 0.09312397 0.5142698 0.1139243 0.513629 0.09309309 0.5157717 0.09312397 0.5180323 0.09324502 0.5163365 0.1140039 0.5163365 0.1140039 0.5180323 0.09324502 0.5207524 0.09386485 0.5218645 0.1194425 0.5189209 0.1165796 0.523826 0.09445059 0.5596193 0.1174169 0.5570634 0.115699 0.5635977 0.09756052 0.5594567 0.09689944 0.5570634 0.115699 0.5551131 0.09714496 0.5510299 0.09711605 0.5551131 0.09714496 0.5539162 0.1156522 0.5510299 0.09711605 0.5507374 0.1160709 0.547422 0.09776812 0.5228014 0.4589174 0.5145859 0.4822047 0.5208026 0.4795721 0.5318592 0.4604904 0.5271614 0.4601774 0.5256072 0.4792951 0.5095605 0.473395 0.5116561 0.4573515 0.5086187 0.4716187 0.5095605 0.473395 0.5099958 0.477087 0.5142053 0.4576769 0.4941362 0.4677378 0.5015215 0.4773676 0.5015915 0.4751981 0.4974508 0.4569358 0.494813 0.4577814 0.5016855 0.4727326 0.4884241 0.435672 0.4879128 0.4459779 0.494813 0.4577814 0.49412 0.4351803 0.4911525 0.435454 0.4974508 0.4569358 0.5116561 0.4573515 0.5122001 0.4358041 0.508789 0.4570109 0.5153194 0.4356062 0.5122001 0.4358041 0.5142053 0.4576769 0.5869252 0.4994772 0.5889003 0.4722385 0.5845335 0.4996055 0.5869252 0.4994772 0.5891668 0.4988508 0.5908133 0.4724612 0.59132 0.4984081 0.5924352 0.4727016 0.5891668 0.4988508 0.59132 0.4984081 0.5938466 0.4971197 0.5924198 0.4886769 0.5586641 0.4667072 0.553332 0.4911958 0.556922 0.4916993 0.5651031 0.4675343 0.5619015 0.4671186 0.5606181 0.491958 0.5924352 0.4727016 0.59395 0.4673039 0.5998773 0.4467403 0.5924352 0.4727016 0.5986701 0.4460331 0.5908133 0.4724612 0.5889003 0.4722385 0.5908133 0.4724612 0.5972796 0.4453552 0.592938 0.4451763 0.5867082 0.4720695 0.5889003 0.4722385 0.5619015 0.4671186 0.5651031 0.4675343 0.5705248 0.4409606 0.563833 0.4390482 0.5586641 0.4667072 0.5619015 0.4671186 0.5115042 0.4778308 0.516132 0.4579409 0.5099958 0.477087 0.5115042 0.4778308 0.5127994 0.4790607 0.5178511 0.4582757 0.5138588 0.4803262 0.5197778 0.4588131 0.5127994 0.4790607 0.5138588 0.4803262 0.5145859 0.4822047 0.5228014 0.4589174 0.5318592 0.4604904 0.5256072 0.4792951 0.5299431 0.480332 0.5402029 0.4608421 0.5361975 0.4610581 0.533621 0.4819901 0.5364512 0.4835773 0.5429975 0.4623521 0.533621 0.4819901 0.5364512 0.4835773 0.5391348 0.4850769 0.5455482 0.4633301 0.5253998 0.4347085 0.5225824 0.4352974 0.5228014 0.4589174 0.5197778 0.4588131 0.5225824 0.4352974 0.5178511 0.4582757 0.5201375 0.4353509 0.5178409 0.4354545 0.5178511 0.4582757 0.5153194 0.4356062 0.5142053 0.4576769 0.516132 0.4579409 0.5429975 0.4623521 0.5455482 0.4633301 0.5510866 0.4377688 0.5429975 0.4623521 0.5481812 0.4370107 0.5402029 0.4608421 0.5455482 0.4633301 0.5391348 0.4850769 0.5423731 0.4864723 0.5519336 0.464578 0.5486025 0.4639331 0.5459468 0.4879617 0.5496367 0.4897431 0.5553144 0.4656815 0.5459468 0.4879617 0.5496367 0.4897431 0.553332 0.4911958 0.5586641 0.4667072 0.5553144 0.4656815 0.5586641 0.4667072 0.563833 0.4390482 0.5553144 0.4656815 0.5604817 0.4384154 0.5519336 0.464578 0.5572338 0.4379321 0.5541031 0.4378962 0.5519336 0.464578 0.5510866 0.4377688 0.5455482 0.4633301 0.5486025 0.4639331 0.5059349 0.4567012 0.508789 0.4570109 0.508695 0.4357609 0.5059349 0.4567012 0.505016 0.4351899 0.5030779 0.4565176 0.5002278 0.4565551 0.5030779 0.4565176 0.5012704 0.4346737 0.5002278 0.4565551 0.4975655 0.4347953 0.4974508 0.4569358 0.5032866 0.4735049 0.5002278 0.4565551 0.5016855 0.4727326 0.508789 0.4570109 0.5059349 0.4567012 0.5086187 0.4716187 0.5767437 0.4958031 0.5787889 0.4710844 0.5742031 0.4948364 0.5767437 0.4958031 0.5792788 0.4970464 0.5814071 0.4717465 0.5819301 0.4985545 0.5841286 0.4719901 0.5792788 0.4970464 0.5819301 0.4985545 0.5845335 0.4996055 0.5867082 0.4720695 0.5787889 0.4710844 0.5822983 0.449044 0.5762873 0.4703947 0.5787889 0.4710844 0.5814071 0.4717465 0.5851188 0.4497842 0.592938 0.4451763 0.5890678 0.447677 0.5867082 0.4720695 0.5851188 0.4497842 0.5814071 0.4717465 0.5841286 0.4719901 0.5646317 0.4926763 0.5683454 0.468573 0.5606181 0.491958 0.5646317 0.4926763 0.5684439 0.4935209 0.5713692 0.469622 0.5715355 0.4941583 0.5739153 0.4700682 0.5684439 0.4935209 0.5715355 0.4941583 0.5742031 0.4948364 0.5762873 0.4703947 0.5800821 0.4476746 0.5779459 0.4478944 0.5762873 0.4703947 0.5757375 0.4475343 0.5713692 0.469622 0.5739153 0.4700682 0.5683454 0.468573 0.5733049 0.4444255 0.5651031 0.4675343 0.5683454 0.468573 0.5713692 0.469622 0.5757375 0.4475343 0.5271614 0.4601774 0.5322291 0.4403039 0.5228014 0.4589174 0.5356028 0.4407724 0.5322291 0.4403039 0.5318592 0.4604904 0.5356028 0.4407724 0.5318592 0.4604904 0.5361975 0.4610581 0.5417423 0.438655 0.5390723 0.440745 0.5402029 0.4608421 0.3464765 0.5946173 0.3545473 0.6177982 0.3505741 0.5952029 0.3464765 0.5946173 0.3421266 0.5943699 0.35058 0.6189232 0.3067864 0.6139041 0.3103777 0.6145882 0.3075387 0.5952312 0.3144 0.6155341 0.3158545 0.5943391 0.3116986 0.5947642 0.3200024 0.5939981 0.3192843 0.6170039 0.3244289 0.5947183 0.3144 0.6155341 0.3192843 0.6170039 0.3158545 0.5943391 0.3372208 0.5938366 0.3451333 0.6194996 0.3421266 0.5943699 0.3372208 0.5938366 0.33228 0.5943292 0.3401837 0.621174 0.3280096 0.592666 0.3311157 0.6131594 0.33228 0.5943292 0.3298974 0.6191815 0.3311157 0.6131594 0.3244289 0.5947183 0.3241567 0.6198391 0.3281432 0.6248815 0.3244289 0.5947183 0.3342677 0.6191796 0.3377081 0.6255924 0.33228 0.5943292 0.3892756 0.609031 0.3883788 0.597072 0.3841196 0.5982334 0.3820372 0.6111677 0.3857526 0.6100232 0.3800367 0.5989819 0.3756314 0.5993175 0.3781628 0.6119936 0.3800367 0.5989819 0.3756314 0.5993175 0.3706855 0.5993312 0.3742892 0.6127069 0.398646 0.593431 0.3991255 0.5805468 0.3944009 0.580888 0.3883788 0.597072 0.3933132 0.595498 0.388292 0.5826187 0.398646 0.593431 0.4041008 0.5907908 0.3991255 0.5805468 0.3618035 0.5835362 0.3649811 0.5991138 0.3686289 0.5839266 0.3618035 0.5835362 0.3572286 0.5845125 0.3593748 0.5983567 0.3532052 0.5785852 0.354723 0.5967513 0.3572286 0.5845125 0.4063366 0.6082952 0.4096166 0.587864 0.4041008 0.5907908 0.3962835 0.6085807 0.4010469 0.6084502 0.398646 0.593431 0.3962835 0.6085807 0.398646 0.593431 0.3933132 0.595498 0.3892756 0.609031 0.3925728 0.6086623 0.3883788 0.597072 0.3649811 0.5991138 0.3705766 0.6135138 0.3706855 0.5993312 0.3649811 0.5991138 0.3593748 0.5983567 0.3667063 0.6144081 0.354723 0.5967513 0.3623596 0.6153833 0.3593748 0.5983567 0.354723 0.5967513 0.3505741 0.5952029 0.3581141 0.6164949 0.3800367 0.5989819 0.3841196 0.5982334 0.3788128 0.5838617 0.3883788 0.597072 0.388292 0.5826187 0.3833184 0.5835024 0.3741075 0.5840191 0.3686289 0.5839266 0.3706855 0.5993312 0.3741075 0.5840191 0.3756314 0.5993175 0.3788128 0.5838617 0.3399324 0.8452771 0.3435233 0.8440404 0.3470774 0.866706 0.347511 0.8429896 0.3555081 0.8676947 0.3511635 0.8673672 0.3859344 0.8678609 0.387619 0.8480688 0.3901014 0.8674702 0.3859344 0.8678609 0.3817722 0.8682096 0.383616 0.8470492 0.3776195 0.8684743 0.3787611 0.84549 0.3817722 0.8682096 0.3739435 0.8425657 0.3787611 0.84549 0.3732077 0.8676729 0.347511 0.8429896 0.3529675 0.8425146 0.3555081 0.8676947 0.3579471 0.8409331 0.3653517 0.8679172 0.360403 0.8683184 0.3695903 0.8696587 0.3668634 0.849114 0.3732077 0.8676729 0.3638243 0.8430373 0.3668634 0.849114 0.3653517 0.8679172 0.3681931 0.8431164 0.3700522 0.8374511 0.3732077 0.8676729 0.3579471 0.8409331 0.3605042 0.8365623 0.3653517 0.8679172 0.3135896 0.8630567 0.309309 0.8641396 0.3086326 0.8521636 0.3135896 0.8630567 0.3121742 0.8512365 0.3176864 0.8623835 0.3159109 0.8501605 0.3198008 0.8494063 0.3176864 0.8623835 0.3236876 0.8487647 0.3270438 0.8622069 0.3220978 0.8621292 0.302989 0.8802132 0.3043456 0.8656229 0.3091298 0.8785946 0.302989 0.8802132 0.2982581 0.8804676 0.2989745 0.8675917 0.2936681 0.8871412 0.2934709 0.8701318 0.2982581 0.8804676 0.3383359 0.86339 0.3402265 0.8772725 0.3356339 0.8781645 0.3270438 0.8622069 0.3327438 0.8625295 0.3288162 0.8776486 0.3383359 0.86339 0.3429576 0.8650812 0.3402265 0.8772725 0.2934709 0.8701318 0.2879011 0.8729575 0.2915567 0.8525855 0.2934709 0.8701318 0.2968496 0.8525277 0.2989745 0.8675917 0.3043456 0.8656229 0.2989745 0.8675917 0.3016158 0.8524848 0.3043456 0.8656229 0.3053283 0.8524716 0.309309 0.8641396 0.3236876 0.8487647 0.3274152 0.8480265 0.3270438 0.8622069 0.331302 0.8472041 0.3383359 0.86339 0.3327438 0.8625295 0.331302 0.8472041 0.3356665 0.8463097 0.3383359 0.86339 0.3399324 0.8452771 0.3470774 0.866706 0.3429576 0.8650812 0.3141195 0.8778024 0.3135896 0.8630567 0.3186317 0.8775261 0.3141195 0.8778024 0.3091298 0.8785946 0.309309 0.8641396 0.3270438 0.8622069 0.3288162 0.8776486 0.3233397 0.8774552 0.3176864 0.8623835 0.3220978 0.8621292 0.3186317 0.8775261 0.103106 0.5856732 0.09152436 0.5825368 0.1029807 0.5846254 0.103106 0.5856732 0.1031579 0.5867599 0.09713721 0.5854417 0.1102193 0.5783527 0.1066092 0.5669903 0.1111351 0.5782389 0.1102193 0.5783527 0.1092486 0.5783765 0.1052694 0.5678789 0.1052694 0.5678789 0.1092486 0.5783765 0.108168 0.5782206 0.1020858 0.5688548 0.1037933 0.5683894 0.1067017 0.5771551 0.1027085 0.5836555 0.09225374 0.5799186 0.101467 0.5824328 0.1027085 0.5836555 0.1029807 0.5846254 0.0919981 0.5812681 0.09807062 0.5705828 0.1057375 0.5792793 0.1051065 0.5799839 0.09539008 0.5728943 0.09652209 0.5717142 0.1045846 0.5806598 0.1040933 0.5812762 0.09465843 0.5740156 0.1045846 0.5806598 0.1040933 0.5812762 0.1035719 0.5818629 0.09404397 0.5752622 0.1065558 0.5785765 0.1000517 0.5696079 0.1067017 0.5771551 0.09807062 0.5705828 0.1000517 0.5696079 0.1057375 0.5792793 0.1029601 0.5824497 0.09326362 0.5768181 0.1035719 0.5818629 0.09257948 0.5784485 0.09326362 0.5768181 0.101467 0.5824328 0.1255409 0.5518733 0.1234059 0.5433232 0.1273354 0.5507534 0.1255409 0.5518733 0.123853 0.5537835 0.1211156 0.5446972 0.1299912 0.5421172 0.1312147 0.5514504 0.1292081 0.5505986 0.1255528 0.5424432 0.1277838 0.5421195 0.1273354 0.5507534 0.1190336 0.5573666 0.1258235 0.5650369 0.1206946 0.5623921 0.1216757 0.554469 0.1258235 0.5650369 0.1197016 0.5549189 0.1284391 0.5667297 0.1258235 0.5650369 0.123853 0.5537835 0.1364817 0.5531323 0.1347464 0.5632017 0.1346781 0.5510137 0.1358559 0.5697522 0.1347464 0.5632017 0.1384652 0.5556558 0.1330742 0.5513898 0.1347464 0.5632017 0.1312147 0.5514504 0.009652435 0.05273425 0.02545446 0.05420511 0.009394824 0.05449253 0.009652435 0.05273425 0.0101028 0.05051434 0.02512305 0.05236154 0.04487103 0.05504012 0.02545446 0.05420511 0.04107075 0.05406427 0.04487103 0.05504012 0.04640942 0.05595123 0.02573156 0.05570769 0.02573156 0.05570769 0.04640942 0.05595123 0.04473435 0.05681848 0.02447038 0.0584498 0.025164 0.05702829 0.0407744 0.05765366 0.04299932 0.0535773 0.02552789 0.05010122 0.04184532 0.05249148 0.02512305 0.05236154 0.02552789 0.05010122 0.04107075 0.05406427 0.02838701 0.04527533 0.05128079 0.0555157 0.04599934 0.05336129 0.02644461 0.04795414 0.02764898 0.04645031 0.04184532 0.05249148 0.04906278 0.05306833 0.02790462 0.04411476 0.04465073 0.05026167 0.04906278 0.05306833 0.05128079 0.0555157 0.02838701 0.04527533 0.04264384 0.05808609 0.02436947 0.06005132 0.0407744 0.05765366 0.03338021 0.060907 0.02436947 0.06005132 0.04299598 0.05884498 0.1292081 0.5505986 0.1312116 0.5627431 0.1273354 0.5507534 0.1329696 0.5653052 0.1312116 0.5627431 0.1312147 0.5514504 0.1255409 0.5518733 0.1289119 0.5637087 0.123853 0.5537835 0.1304361 0.5644583 0.1289119 0.5637087 0.1273354 0.5507534 0.1655244 0.5675641 0.1745855 0.573252 0.1641494 0.5702112 0.1655244 0.5675641 0.1668844 0.5655073 0.1754522 0.5718653 0.177418 0.5699799 0.17636 0.5708811 0.1695202 0.5626564 0.1754522 0.5718653 0.1668844 0.5655073 0.1681178 0.5640755 0.177418 0.5699799 0.1695202 0.5626564 0.1713868 0.560638 0.1713868 0.560638 0.1733548 0.558689 0.1801484 0.5677793 0.1864267 0.5675857 0.1907985 0.5759987 0.1897322 0.5762146 0.1827396 0.5665248 0.1838535 0.5657547 0.1886857 0.5763499 0.1730106 0.5826725 0.1841634 0.5839576 0.1843782 0.5849045 0.1782808 0.5859948 0.1724776 0.5841892 0.1844924 0.5858202 0.1837474 0.5829481 0.1731439 0.5811163 0.1823551 0.5817877 0.1837474 0.5829481 0.1841634 0.5839576 0.1730106 0.5826725 0.1827396 0.5665248 0.1886857 0.5763499 0.1876788 0.5763235 0.1801484 0.5677793 0.1814939 0.5671033 0.186189 0.5754196 0.1847067 0.5795481 0.1745855 0.573252 0.1852341 0.5788765 0.1847067 0.5795481 0.1841781 0.5803325 0.1738681 0.5750306 0.177418 0.5699799 0.1861523 0.5775998 0.1857113 0.578249 0.1754522 0.5718653 0.17636 0.5708811 0.1852341 0.5788765 0.1836974 0.581298 0.1734083 0.5771902 0.1841781 0.5803325 0.1731768 0.5793468 0.1734083 0.5771902 0.1823551 0.5817877 0.1865714 0.5768629 0.1787353 0.5688421 0.186189 0.5754196 0.177418 0.5699799 0.1787353 0.5688421 0.1861523 0.5775998 0.1043806 0.4192091 0.1062456 0.4179832 0.1094503 0.4245599 0.1043806 0.4192091 0.1079108 0.4257792 0.1025683 0.4208556 0.1230907 0.4220471 0.120401 0.421963 0.1229616 0.4150911 0.1177021 0.4221255 0.1156147 0.4149278 0.119191 0.414873 0.1277629 0.4263108 0.125836 0.4359173 0.1244648 0.4321924 0.1230907 0.4220471 0.1256438 0.4229939 0.1233588 0.429627 0.1223973 0.4312762 0.120401 0.421963 0.1233588 0.429627 0.1223973 0.4312762 0.1207844 0.4325179 0.1177021 0.4221255 0.1114264 0.4376599 0.1053259 0.4297401 0.1108556 0.4345847 0.1114264 0.4376599 0.1120674 0.441184 0.1074266 0.4361815 0.1125482 0.435044 0.1079108 0.4257792 0.1141958 0.4343073 0.1065018 0.4273195 0.1079108 0.4257792 0.1108556 0.4345847 0.1149864 0.4319606 0.1110178 0.4231024 0.1164225 0.4311205 0.1149864 0.4319606 0.1141958 0.4343073 0.1094503 0.4245599 0.1177021 0.4221255 0.1207844 0.4325179 0.1184099 0.4312596 0.1128345 0.422018 0.1151212 0.421918 0.1164225 0.4311205 0.01207554 0.07833063 0.01447057 0.07805997 0.01649725 0.09329974 0.01207554 0.07833063 0.0149374 0.09438109 0.009975671 0.07847404 0.01745605 0.07753491 0.02043038 0.07702922 0.02097517 0.09231519 0.01745605 0.07753491 0.01869112 0.09255313 0.01447057 0.07805997 0.02430117 0.09312474 0.02280569 0.09275972 0.02466136 0.0767672 0.02097517 0.09231519 0.02043038 0.07702922 0.0227921 0.07681667 0.02430117 0.09312474 0.02375698 0.1128395 0.022924 0.1114594 0.02097517 0.09231519 0.02280569 0.09275972 0.02204281 0.1078389 0.02456456 0.1110451 0.02558004 0.09264814 0.02544522 0.1072767 0.02456456 0.1110451 0.02375698 0.1128395 0.02430117 0.09312474 0.02155059 0.1096883 0.01869112 0.09255313 0.02204281 0.1078389 0.01649725 0.09329974 0.01869112 0.09255313 0.02051329 0.1085742 0.02132415 0.1126278 0.0149374 0.09438109 0.02051329 0.1085742 0.02132415 0.1126278 0.02330267 0.1129816 0.01714217 0.1060266 0.03044837 0.09960937 0.02330267 0.1129816 0.02578383 0.1121273 0.03060626 0.09289079 0.03126496 0.09402561 0.02664965 0.1079099 0.02577322 0.108928 0.02893233 0.09220778 0.02664965 0.1079099 0.0270034 0.09208935 0.02893233 0.09220778 0.02544522 0.1072767 0.0919981 0.5812681 0.09152436 0.5825368 0.08078217 0.5776814 0.08933806 0.5833358 0.07898759 0.5804931 0.07995164 0.5791341 0.1021542 0.5553165 0.1066092 0.5669903 0.1004219 0.5566155 0.1021542 0.5553165 0.1038713 0.553829 0.1059799 0.559652 0.1020858 0.5688548 0.09655708 0.5585991 0.09865891 0.5575374 0.1052694 0.5678789 0.1037933 0.5683894 0.1004219 0.5566155 0.08134579 0.576041 0.0821017 0.5740898 0.09257948 0.5784485 0.08134579 0.576041 0.09225374 0.5799186 0.08078217 0.5776814 0.09807062 0.5705828 0.09652209 0.5717142 0.0910167 0.5623415 0.09539008 0.5728943 0.08712667 0.5661459 0.08878743 0.5643234 0.08604085 0.5676927 0.09465843 0.5740156 0.08500874 0.5694 0.08604085 0.5676927 0.08712667 0.5661459 0.09539008 0.5728943 0.1020858 0.5688548 0.1000517 0.5696079 0.09655708 0.5585991 0.09807062 0.5705828 0.0910167 0.5623415 0.09380817 0.5603169 0.0835092 0.5717042 0.08500874 0.5694 0.09404397 0.5752622 0.09257948 0.5784485 0.0821017 0.5740898 0.0835092 0.5717042 0.1343122 0.5426979 0.1346781 0.5510137 0.1330742 0.5513898 0.1299912 0.5421172 0.1320669 0.5422015 0.1312147 0.5514504 0.1399794 0.5455353 0.1384652 0.5556558 0.1364817 0.5531323 0.1343122 0.5426979 0.1370282 0.5439322 0.1346781 0.5510137 0.1216757 0.554469 0.1184545 0.5465031 0.123853 0.5537835 0.1216757 0.554469 0.1197016 0.5549189 0.1158028 0.5486035 0.1190336 0.5573666 0.1135407 0.550861 0.1197016 0.5549189 0.1190336 0.5573666 0.1152278 0.5569916 0.1114734 0.553197 0.00926131 0.06015664 0.02436947 0.06005132 0.009485423 0.06319993 0.00926131 0.06015664 0.009133994 0.05756902 0.02447038 0.0584498 0.01249474 0.04007625 0.02790462 0.04411476 0.01240557 0.04103773 0.01249474 0.04007625 0.01250046 0.03945505 0.01877456 0.04025977 0.02644461 0.04795414 0.01166129 0.04493308 0.01214951 0.0426796 0.02838701 0.04527533 0.02764898 0.04645031 0.01240557 0.04103773 0.02512305 0.05236154 0.0101028 0.05051434 0.01087576 0.04772925 0.02644461 0.04795414 0.02552789 0.05010122 0.01166129 0.04493308 0.02447038 0.0584498 0.009133994 0.05756902 0.009200274 0.05589252 0.02573156 0.05570769 0.025164 0.05702829 0.009394824 0.05449253 0.1777189 0.5553687 0.1838535 0.5657547 0.1765139 0.5565298 0.1777189 0.5553687 0.1788003 0.5541012 0.1817579 0.559293 0.1730106 0.5826725 0.1724776 0.5841892 0.1609026 0.5807333 0.1700641 0.5856477 0.1590464 0.5847605 0.1600677 0.5827313 0.1613645 0.5787981 0.1618787 0.5765001 0.1731768 0.5793468 0.1613645 0.5787981 0.1731439 0.5811163 0.1609026 0.5807333 0.1801484 0.5677793 0.1733548 0.558689 0.1750615 0.5574781 0.1827396 0.5665248 0.1814939 0.5671033 0.1765139 0.5565298 0.1628706 0.5734139 0.1734083 0.5771902 0.1618787 0.5765001 0.1628706 0.5734139 0.1641494 0.5702112 0.1738681 0.5750306 0.1177021 0.4221255 0.1151212 0.421918 0.1156147 0.4149278 0.1128345 0.422018 0.1104345 0.4155958 0.1127912 0.415092 0.1082581 0.4166691 0.1104345 0.4155958 0.1128345 0.422018 0.1082581 0.4166691 0.1110178 0.4231024 0.1062456 0.4179832 0.1007142 0.4234318 0.1025683 0.4208556 0.1065018 0.4273195 0.1007142 0.4234318 0.1053259 0.4297401 0.09883904 0.4264727 0.1291203 0.4197187 0.1256438 0.4229939 0.1295917 0.4166175 0.1230907 0.4220471 0.1229616 0.4150911 0.1263678 0.4157453 0.03060626 0.09289079 0.02893233 0.09220778 0.03337281 0.07801586 0.0270034 0.09208935 0.02796268 0.07692527 0.03075361 0.07744884 0.03429591 0.08499473 0.03126496 0.09402561 0.03528618 0.07849442 0.03060626 0.09289079 0.03337281 0.07801586 0.034662 0.07832068 0.02615845 0.07675075 0.02796268 0.07692527 0.0270034 0.09208935 0.02615845 0.07675075 0.02558004 0.09264814 0.02466136 0.0767672 0.4854564 0.5988807 0.4792262 0.5985177 0.4794124 0.5960864 0.4794124 0.5960864 0.4780994 0.5939018 0.4843834 0.5929619 0.4828023 0.6046532 0.4765762 0.6032921 0.4785258 0.6009655 0.4854564 0.5988807 0.4847859 0.6015525 0.4792262 0.5985177 0.6954942 0.4276019 0.7018019 0.4276031 0.6955064 0.4298836 0.6954942 0.4276019 0.6940252 0.425308 0.7004067 0.4243977 0.6992516 0.4357317 0.6929808 0.434254 0.6949149 0.4321184 0.7017794 0.4301918 0.7012068 0.4327196 0.6955064 0.4298836 0.6414241 0.3152124 0.6354449 0.3139202 0.6406401 0.3126193 0.6414241 0.3152124 0.641326 0.3170587 0.635397 0.3156253 0.6409884 0.3187675 0.6350409 0.3172429 0.641326 0.3170587 0.6336455 0.3184162 0.6350409 0.3172429 0.6395261 0.3206927 0.6243027 0.3049203 0.6308661 0.2958564 0.633064 0.2999495 0.633064 0.2999495 0.6354801 0.3041761 0.6286248 0.308272 0.6269763 0.31878 0.6319116 0.3256003 0.6284345 0.3272758 0.6227074 0.3188582 0.624568 0.3188096 0.6252903 0.328583 0.6308661 0.2958564 0.6414898 0.2902632 0.642545 0.2956865 0.642545 0.2956865 0.6437407 0.3013824 0.6354801 0.3041761 0.6319116 0.3256003 0.6379269 0.3315323 0.6342702 0.3348243 0.6252903 0.328583 0.6284345 0.3272758 0.6306993 0.3375039 0.6873512 0.447358 0.6934633 0.4532346 0.6848987 0.4503858 0.696794 0.4489819 0.6934633 0.4532346 0.6905099 0.443948 0.6319116 0.3256003 0.6360547 0.3231881 0.6379269 0.3315323 0.6336455 0.3184162 0.6395261 0.3206927 0.6360547 0.3231881 0.6269763 0.31878 0.6304797 0.3187887 0.6319116 0.3256003 0.6452172 0.3076236 0.6383322 0.3086699 0.6437407 0.3013824 0.6383322 0.3086699 0.6406401 0.3126193 0.6344762 0.3121097 0.6383322 0.3086699 0.6317824 0.310176 0.6354801 0.3041761 0.6992516 0.4357317 0.6950814 0.4397736 0.6929808 0.434254 0.6902465 0.4230371 0.6967263 0.4200199 0.6940252 0.425308 0.4828023 0.6046532 0.4786949 0.6087251 0.4765762 0.6032921 0.4743019 0.5921939 0.4808285 0.5892445 0.4780994 0.5939018 0.4447256 0.5538797 0.4450138 0.5612313 0.4410092 0.5578771 0.4408892 0.5461967 0.4426882 0.5503042 0.4368131 0.5538077 0.4450138 0.5612313 0.4456944 0.5676041 0.4402029 0.5654999 0.4563772 0.5538748 0.4541047 0.5585771 0.4514077 0.5520076 0.4563772 0.5538748 0.4516943 0.5479329 0.4586371 0.5487338 0.4600919 0.5606707 0.4557291 0.5649148 0.4541047 0.5585771 0.4605579 0.5453312 0.4517429 0.5410261 0.4623091 0.542798 0.4605579 0.5453312 0.4586371 0.5487338 0.4516326 0.5436154 0.4408892 0.5461967 0.4368131 0.5538077 0.4333049 0.5509072 0.4386217 0.5417297 0.4396224 0.5435884 0.4301408 0.5485909 0.4521465 0.5606634 0.4502519 0.5538685 0.4541047 0.5585771 0.4521465 0.5606634 0.4501962 0.5613833 0.4485707 0.5545014 0.4479473 0.5619862 0.4467075 0.554892 0.4501962 0.5613833 0.4447256 0.5538797 0.4467075 0.554892 0.4450138 0.5612313 0.4532349 0.56672 0.4521465 0.5606634 0.4557291 0.5649148 0.4532349 0.56672 0.4514425 0.5673094 0.4501962 0.5613833 0.449185 0.5679057 0.4479473 0.5619862 0.4514425 0.5673094 0.4450138 0.5612313 0.4479473 0.5619862 0.4456944 0.5676041 0.7254241 0.4486616 0.7267489 0.4470928 0.7315589 0.4494482 0.7270575 0.4454151 0.7331553 0.4452492 0.7328662 0.4470754 0.7270575 0.4454151 0.7270464 0.4437589 0.7331553 0.4452492 0.7331812 0.4435075 0.7270464 0.4437589 0.7321524 0.4413198 0.5452909 0.6729319 0.5465067 0.6714335 0.5530794 0.6745415 0.5543802 0.672033 0.5465067 0.6714335 0.5541933 0.669471 0.5534902 0.6669248 0.5541933 0.669471 0.5464411 0.6695154 0.5534902 0.6669248 0.5458908 0.6676013 0.5515037 0.6643177 0.5960267 0.3080658 0.5973407 0.3064572 0.6036293 0.3093039 0.6050923 0.3066942 0.5973407 0.3064572 0.6050934 0.3042977 0.6044979 0.3019553 0.6050934 0.3042977 0.5973821 0.3045896 0.6044979 0.3019553 0.5968903 0.3027668 0.6025302 0.2995216 0.7189012 0.4511951 0.7247521 0.4566302 0.7215079 0.4602605 0.7215079 0.4602605 0.7185046 0.4638054 0.7139747 0.4535723 0.7226766 0.4325692 0.7171301 0.4400432 0.7198742 0.4306354 0.7226766 0.4325692 0.7257279 0.4349327 0.7194792 0.4405741 0.5383301 0.6737955 0.5449433 0.6789897 0.5417937 0.6805255 0.5343272 0.6740905 0.5359956 0.6739553 0.5392572 0.6817981 0.5330427 0.6627314 0.5373837 0.6532624 0.5398939 0.6560109 0.5398939 0.6560109 0.5430422 0.6587757 0.5373706 0.664377 0.5889966 0.3098166 0.5954502 0.3151567 0.5921897 0.3174315 0.5847206 0.3109308 0.5865453 0.3104033 0.5894935 0.3194084 0.5839087 0.2986428 0.5881524 0.289405 0.5906885 0.291734 0.5906885 0.291734 0.5938879 0.2941779 0.5882099 0.2999233 0.7247521 0.4566302 0.7322489 0.4610845 0.7298921 0.4664061 0.7298921 0.4664061 0.7277294 0.4714904 0.7185046 0.4638054 0.7299576 0.4264034 0.7226766 0.4325692 0.7270238 0.4230384 0.7299576 0.4264034 0.7328478 0.4303852 0.7257279 0.4349327 0.5449433 0.6789897 0.5515377 0.6839022 0.548167 0.6867527 0.5392572 0.6817981 0.5417937 0.6805255 0.5451676 0.6889405 0.5373837 0.6532624 0.5441101 0.6447244 0.5462006 0.6488037 0.5462006 0.6488037 0.5490532 0.6532198 0.5430422 0.6587757 0.5954502 0.3151567 0.6019441 0.3203335 0.5985522 0.3239789 0.5894935 0.3194084 0.5921897 0.3174315 0.5955876 0.3268895 0.5881524 0.289405 0.594469 0.2813682 0.596854 0.2846503 0.596854 0.2846503 0.5999509 0.2884734 0.5938879 0.2941779 0.7356508 0.4356008 0.7292773 0.4381555 0.7328478 0.4303852 0.7292773 0.4381555 0.7321524 0.4413198 0.7259263 0.4423205 0.7292773 0.4381555 0.7229076 0.4412961 0.7257279 0.4349327 0.7247521 0.4566302 0.7284783 0.4528297 0.7322489 0.4610845 0.7254241 0.4486616 0.7315589 0.4494482 0.7284783 0.4528297 0.7189012 0.4511951 0.7223864 0.4499912 0.7247521 0.4566302 0.6044713 0.2933786 0.5984144 0.2968515 0.5999509 0.2884734 0.5984144 0.2968515 0.6025302 0.2995216 0.5952559 0.3012911 0.5984144 0.2968515 0.5918692 0.3004646 0.5938879 0.2941779 0.5954502 0.3151567 0.5998393 0.3122861 0.6019441 0.3203335 0.5960267 0.3080658 0.6036293 0.3093039 0.5998393 0.3122861 0.5889966 0.3098166 0.5927013 0.3091115 0.5954502 0.3151567 0.5534301 0.6583092 0.5474665 0.6615729 0.5490532 0.6532198 0.5474665 0.6615729 0.5515037 0.6643177 0.5442596 0.6660102 0.5474665 0.6615729 0.5409511 0.6650609 0.5430422 0.6587757 0.5449433 0.6789897 0.5493195 0.6769278 0.5515377 0.6839022 0.5452909 0.6729319 0.5530794 0.6745415 0.5493195 0.6769278 0.5383301 0.6737955 0.541997 0.6735868 0.5449433 0.6789897 0.4353765 0.4974967 0.4398212 0.5002412 0.432753 0.5022829 0.4353765 0.4974967 0.4287177 0.5014754 0.4301927 0.4947956 0.4423575 0.4943307 0.4460841 0.4988801 0.4398212 0.5002412 0.4330807 0.5092146 0.4401652 0.5097054 0.4364181 0.5133432 0.4251862 0.5120712 0.4293035 0.51077 0.4322504 0.5171073 0.4401652 0.5097054 0.446692 0.5092511 0.444038 0.5147284 0.4251862 0.5120712 0.4322504 0.5171073 0.429626 0.5200018 0.4211877 0.5137212 0.4227633 0.5129914 0.4277731 0.5224617 0.4263348 0.4923793 0.4213778 0.5006806 0.4231399 0.4901055 0.4263348 0.4923793 0.4301927 0.4947956 0.4242525 0.5010616 0.4330807 0.5092146 0.4344829 0.5075316 0.4401652 0.5097054 0.434554 0.5057366 0.4415974 0.5051119 0.4415285 0.5071898 0.434554 0.5057366 0.4343379 0.5038452 0.4415974 0.5051119 0.4414616 0.5027877 0.4343379 0.5038452 0.4398212 0.5002412 0.4401652 0.5097054 0.4415285 0.5071898 0.446692 0.5092511 0.4415974 0.5051119 0.4476146 0.5044284 0.4476197 0.5063152 0.4415974 0.5051119 0.4414616 0.5027877 0.4476146 0.5044284 0.4474695 0.502098 0.4414616 0.5027877 0.4460841 0.4988801 0.4908311 0.5993728 0.4854564 0.5988807 0.4856241 0.5960956 0.4856241 0.5960956 0.4843834 0.5929619 0.4898973 0.5922301 0.4884687 0.605822 0.4828023 0.6046532 0.4847859 0.6015525 0.4908311 0.5993728 0.4902721 0.6021775 0.4854564 0.5988807 0.7072741 0.4303748 0.7017794 0.4301918 0.7018019 0.4276031 0.7018019 0.4276031 0.7004067 0.4243977 0.7061927 0.4235647 0.7050874 0.437062 0.6992516 0.4357317 0.7012068 0.4327196 0.7072741 0.4303748 0.7068151 0.4332125 0.7017794 0.4301918 0.6890152 0.4124112 0.6952166 0.407092 0.692387 0.4156357 0.6890152 0.4124112 0.6861272 0.4097664 0.69173 0.40395 0.4732568 0.5833219 0.4792394 0.5786303 0.4765796 0.5857592 0.4732568 0.5833219 0.4703971 0.5814087 0.4758196 0.5762164 0.4712688 0.6169744 0.4773476 0.6226127 0.469012 0.6206663 0.4712688 0.6169744 0.4742537 0.6130661 0.4803225 0.6176278 0.696794 0.4489819 0.6905099 0.443948 0.6950814 0.4397736 0.7050874 0.437062 0.7012079 0.4429547 0.6992516 0.4357317 0.6967263 0.4200199 0.7029659 0.4174419 0.7004067 0.4243977 0.6967263 0.4200199 0.692387 0.4156357 0.6988973 0.4112505 0.4803225 0.6176278 0.4742537 0.6130661 0.4786949 0.6087251 0.4884687 0.605822 0.4845908 0.6115015 0.4828023 0.6046532 0.4808285 0.5892445 0.4867864 0.5869593 0.4843834 0.5929619 0.4808285 0.5892445 0.4765796 0.5857592 0.4828361 0.5819195 0.5296217 0.185372 0.5367085 0.1850424 0.5303301 0.2001824 0.535075 0.1706922 0.5367085 0.1850424 0.528576 0.1714852 0.5435851 0.1846576 0.5367085 0.1850424 0.5415102 0.1703043 0.5435851 0.1846576 0.5461588 0.1998847 0.5385025 0.2005017 0.5303301 0.2001824 0.5385025 0.2005017 0.5306962 0.2080458 0.5461588 0.1998847 0.5474225 0.207898 0.5393903 0.2088183 0.5435851 0.1846576 0.5415102 0.1703043 0.5476605 0.170297 0.5538818 0.183137 0.5485689 0.18423 0.5521481 0.1733942 0.5512683 0.1980801 0.5485689 0.18423 0.5538637 0.1932421 0.5435851 0.1846576 0.5485689 0.18423 0.5461588 0.1998847 0.5222339 0.1727077 0.5240072 0.1856341 0.5178698 0.1764793 0.5222339 0.1727077 0.528576 0.1714852 0.5296217 0.185372 0.5296217 0.185372 0.5303301 0.2001824 0.5236724 0.1991778 0.517481 0.1859591 0.5240072 0.1856341 0.5192535 0.1954824 0.5303301 0.2001824 0.5306962 0.2080458 0.522715 0.206145 0.5534176 0.2047205 0.5474225 0.207898 0.5461588 0.1998847 0.5634444 0.3517061 0.5633121 0.3685458 0.5721774 0.3531375 0.5634444 0.3517061 0.5551406 0.3513491 0.5558767 0.3680434 0.5631557 0.3841728 0.5633121 0.3685458 0.5561937 0.3837329 0.5709658 0.3691354 0.5633121 0.3685458 0.5702399 0.3841864 0.5635988 0.3426572 0.5634444 0.3517061 0.5728318 0.3446449 0.5635988 0.3426572 0.5548511 0.3425756 0.5551406 0.3513491 0.5495882 0.3829221 0.5561937 0.3837329 0.5558767 0.3680434 0.5494135 0.3526064 0.550468 0.3678389 0.5551406 0.3513491 0.5446172 0.3683054 0.550468 0.3678389 0.5459821 0.3574561 0.5495882 0.3829221 0.550468 0.3678389 0.5451816 0.3789989 0.5840805 0.3701214 0.5770295 0.3696016 0.5824008 0.3802489 0.5791925 0.355103 0.5770295 0.3696016 0.5834454 0.3596596 0.5791925 0.355103 0.5721774 0.3531375 0.5709658 0.3691354 0.5709658 0.3691354 0.5702399 0.3841864 0.5772125 0.3837179 0.5811487 0.3477492 0.5728318 0.3446449 0.5721774 0.3531375 0.5551406 0.3513491 0.5548511 0.3425756 0.5479899 0.345189 0.1274776 0.8507957 0.1281043 0.8576214 0.1242634 0.8543913 0.1274776 0.8507957 0.1310173 0.8482514 0.1309068 0.8577097 0.1309068 0.8577097 0.1284159 0.8685378 0.125395 0.8659645 0.1233127 0.8584351 0.1281043 0.8576214 0.1233256 0.8626744 0.1233256 0.8626744 0.118182 0.8656475 0.118148 0.859519 0.1242634 0.8543913 0.1233127 0.8584351 0.1193572 0.8534067 0.1284159 0.8685378 0.1232181 0.8813264 0.1206269 0.8727343 0.1233256 0.8626744 0.125395 0.8659645 0.118182 0.8656475 0.1255923 0.8458803 0.130922 0.8372833 0.1310173 0.8482514 0.1242634 0.8543913 0.1193572 0.8534067 0.1255923 0.8458803 0.1469629 0.8584463 0.1421716 0.857628 0.1460158 0.8544014 0.144873 0.8659744 0.1421716 0.857628 0.1469459 0.8626859 0.144873 0.8659744 0.1418492 0.8685447 0.1393689 0.8577136 0.1393689 0.8577136 0.1392667 0.8482552 0.1428045 0.8508027 0.152127 0.8595352 0.1469629 0.8584463 0.1509233 0.8534212 0.152127 0.8595352 0.1520871 0.8656645 0.1469459 0.8626859 0.1496343 0.8727495 0.144873 0.8659744 0.1520871 0.8656645 0.1496343 0.8727495 0.1470335 0.8813396 0.1418492 0.8685447 0.1418492 0.8685447 0.1470335 0.8813396 0.1351255 0.8815186 0.1392667 0.8482552 0.1393712 0.837287 0.1446942 0.8458889 0.1446942 0.8458889 0.1509233 0.8534212 0.1460158 0.8544014 0.06290405 0.586595 0.06086075 0.6092577 0.05832225 0.5886963 0.05647069 0.6087325 0.05317878 0.6074609 0.05832225 0.5886963 0.2139338 0.608745 0.2095426 0.609268 0.2120925 0.588704 0.2144251 0.5833674 0.2172271 0.6074747 0.2120925 0.588704 0.1087379 0.6414617 0.1156344 0.6453811 0.1087806 0.6590033 0.1213369 0.6474112 0.1207897 0.6627998 0.1151472 0.6614615 0.06715691 0.6117133 0.07616704 0.6187763 0.07104557 0.6441754 0.08692812 0.6276031 0.08944892 0.6512693 0.07943969 0.6470823 0.08692812 0.6276031 0.09847712 0.6353504 0.08944892 0.6512693 0.1087379 0.6414617 0.1087806 0.6590033 0.09972184 0.6554244 0.05493742 0.6470398 0.04745495 0.6077274 0.05693203 0.6459251 0.05037641 0.606705 0.05317878 0.6074609 0.05693203 0.6459251 0.05647069 0.6087325 0.06204813 0.6447034 0.05922758 0.6452689 0.06715691 0.6117133 0.07104557 0.6441754 0.06561791 0.6438607 0.05647069 0.6087325 0.06086075 0.6092577 0.06204813 0.6447034 0.1552224 0.661463 0.1547377 0.6453788 0.1615912 0.6590056 0.1552224 0.661463 0.1495786 0.662801 0.1490327 0.6474093 0.1909431 0.6470915 0.1942281 0.618781 0.1993401 0.6441875 0.1909431 0.6470915 0.18093 0.6512756 0.1834601 0.6276051 0.1706532 0.6554284 0.1719043 0.63535 0.18093 0.6512756 0.1706532 0.6554284 0.1615912 0.6590056 0.1616379 0.6414598 0.2200304 0.6067201 0.2229518 0.6077443 0.2134556 0.6459433 0.21116 0.6452861 0.2172271 0.6074747 0.2134556 0.6459433 0.21116 0.6452861 0.2083391 0.6447193 0.2139338 0.608745 0.204769 0.6438749 0.2095426 0.609268 0.2083391 0.6447193 0.204769 0.6438749 0.1993401 0.6441875 0.2032439 0.6117209 0.1530405 0.7018564 0.1480324 0.703383 0.1480995 0.6830844 0.1530405 0.7018564 0.1534823 0.6830123 0.1579753 0.7022004 0.2070136 0.6835516 0.1983145 0.7116174 0.1968639 0.7107065 0.2039462 0.6822962 0.2054261 0.6828678 0.1957142 0.7100816 0.194474 0.7097784 0.2022055 0.6818705 0.1957142 0.7100816 0.194474 0.7097784 0.1923338 0.709353 0.1996424 0.681315 0.1774921 0.7062268 0.1830635 0.6798616 0.1833841 0.7071899 0.1774921 0.7062268 0.1705781 0.7061061 0.1749895 0.680665 0.1640433 0.7029322 0.1667528 0.6817318 0.1705781 0.7061061 0.1640433 0.7029322 0.1579753 0.7022004 0.1592761 0.6826512 0.1884843 0.708361 0.1956952 0.6803538 0.1923338 0.709353 0.1884843 0.708361 0.1833841 0.7071899 0.1902176 0.6796488 0.1222646 0.6830816 0.1223265 0.7033792 0.1173192 0.7018512 0.1110894 0.682646 0.1168824 0.6830084 0.1123848 0.7021939 0.07349789 0.710686 0.07204717 0.711596 0.06335866 0.6835307 0.07349789 0.710686 0.06494617 0.6828478 0.07464766 0.7100617 0.06642609 0.6822769 0.06816679 0.6818518 0.07464766 0.7100617 0.07072973 0.6812972 0.07802796 0.7093341 0.07588785 0.7097589 0.08015364 0.6796347 0.08730661 0.67985 0.08697724 0.7071748 0.09537899 0.680656 0.09978216 0.7060956 0.09286892 0.706214 0.09537899 0.680656 0.1036141 0.6817249 0.09978216 0.7060956 0.1110894 0.682646 0.1123848 0.7021939 0.1063173 0.7029239 0.07072973 0.6812972 0.07467669 0.6803376 0.07802796 0.7093341 0.08015364 0.6796347 0.08697724 0.7071748 0.08187729 0.7083438 0.1207897 0.6627998 0.1222646 0.6830816 0.1168824 0.6830084 0.1087806 0.6590033 0.1151472 0.6614615 0.1110894 0.682646 0.06494617 0.6828478 0.05493742 0.6470398 0.06642609 0.6822769 0.06494617 0.6828478 0.06335866 0.6835307 0.05302035 0.6482575 0.06204813 0.6447034 0.07072973 0.6812972 0.06816679 0.6818518 0.06816679 0.6818518 0.06642609 0.6822769 0.05693203 0.6459251 0.08944892 0.6512693 0.09537899 0.680656 0.08730661 0.67985 0.07104557 0.6441754 0.07943969 0.6470823 0.08015364 0.6796347 0.1087806 0.6590033 0.1110894 0.682646 0.1036141 0.6817249 0.08944892 0.6512693 0.09972184 0.6554244 0.09537899 0.680656 0.07104557 0.6441754 0.08015364 0.6796347 0.07467669 0.6803376 0.06204813 0.6447034 0.06561791 0.6438607 0.07072973 0.6812972 0.1534823 0.6830123 0.1480995 0.6830844 0.1495786 0.662801 0.1534823 0.6830123 0.1552224 0.661463 0.1592761 0.6826512 0.2134556 0.6459433 0.2154501 0.6470591 0.2039462 0.6822962 0.2173669 0.6482778 0.2070136 0.6835516 0.2054261 0.6828678 0.2022055 0.6818705 0.1996424 0.681315 0.2083391 0.6447193 0.2134556 0.6459433 0.2039462 0.6822962 0.2022055 0.6818705 0.1830635 0.6798616 0.1749895 0.680665 0.18093 0.6512756 0.1830635 0.6798616 0.1909431 0.6470915 0.1902176 0.6796488 0.1667528 0.6817318 0.1592761 0.6826512 0.1615912 0.6590056 0.1667528 0.6817318 0.1706532 0.6554284 0.1749895 0.680665 0.1956952 0.6803538 0.1902176 0.6796488 0.1993401 0.6441875 0.1956952 0.6803538 0.204769 0.6438749 0.1996424 0.681315 0.1674315 0.7303951 0.1627733 0.7316359 0.1705781 0.7061061 0.1505166 0.7203401 0.1484945 0.7268802 0.1480324 0.703383 0.1530405 0.7018564 0.1532558 0.7177435 0.1480324 0.703383 0.1530405 0.7018564 0.1579753 0.7022004 0.156581 0.7178322 0.8126302 0.3920356 0.8289537 0.4613388 0.8249974 0.4560155 0.8096082 0.3108605 0.8126302 0.3920356 0.8086655 0.390892 0.8078047 0.2589112 0.8096082 0.3108605 0.8070821 0.309688 0.8067623 0.2321389 0.8078047 0.2589112 0.8055621 0.2576282 0.807859 0.2272642 0.8067623 0.2321389 0.8050863 0.2308769 0.8072897 0.2227157 0.807859 0.2272642 0.8064574 0.227234 0.8038471 0.2190389 0.8066375 0.217743 0.8072897 0.2227157 0.8008291 0.1646232 0.8066375 0.217743 0.8038471 0.2190389 0.83291 0.4666621 0.8363854 0.3939506 0.8362902 0.4608939 0.8363854 0.3939506 0.829194 0.3152893 0.8390762 0.392306 0.829194 0.3152893 0.8243756 0.2618636 0.8312128 0.3145109 0.8243756 0.2618636 0.821581 0.2354161 0.8261525 0.2616425 0.821581 0.2354161 0.8198894 0.2287338 0.8236318 0.2338454 0.8198894 0.2287338 0.8200406 0.224272 0.821525 0.2285395 0.821306 0.2197643 0.8234269 0.2203276 0.821792 0.2243525 0.8215888 0.1635905 0.821306 0.2197643 0.8191851 0.2192009 0.8224102 0.1582754 0.8243843 0.1590793 0.8215888 0.1635905 0.8204361 0.1574715 0.8225513 0.1486603 0.8224102 0.1582754 0.8225513 0.1486603 0.822124 0.1043339 0.8239159 0.1483129 0.822124 0.1043339 0.8189669 0.07640981 0.8232491 0.1038377 0.8121575 0.04430294 0.820991 0.07633745 0.8189669 0.07640981 0.8332696 0.3944861 0.8363854 0.3939506 0.8316355 0.4509736 0.8363854 0.3939506 0.8332696 0.3944861 0.8269187 0.3152267 0.8223209 0.2615582 0.8243756 0.2618636 0.8269187 0.3152267 0.8193284 0.2353755 0.821581 0.2354161 0.8223209 0.2615582 0.8180894 0.2285141 0.8198894 0.2287338 0.8193284 0.2353755 0.8198894 0.2287338 0.8180894 0.2285141 0.8180044 0.2244884 0.8191851 0.2192009 0.8175411 0.2182091 0.8168337 0.1651072 0.8175411 0.2182091 0.8191851 0.2192009 0.8180044 0.2244884 0.8113934 0.1610488 0.808866 0.1598099 0.8122934 0.159106 0.808866 0.1598099 0.8060135 0.1610475 0.8084418 0.1573499 0.7971348 0.1634834 0.8034411 0.1568847 0.8008291 0.1646232 0.8131935 0.1571632 0.8194815 0.1623212 0.8122934 0.159106 0.7734925 0.4606466 0.7763902 0.4549236 0.7721974 0.5236604 0.7686058 0.5254006 0.7721974 0.5236604 0.7826294 0.6015306 0.7804138 0.6030625 0.7826294 0.6015306 0.7894296 0.6513435 0.7875025 0.6529343 0.7894296 0.6513435 0.7928267 0.6770337 0.7914362 0.6785115 0.7928267 0.6770337 0.7946714 0.6815003 0.7933404 0.6817589 0.7946714 0.6815003 0.7948749 0.6859294 0.7948749 0.6859294 0.7950686 0.6907761 0.7921963 0.6899986 0.7921963 0.6899986 0.7950686 0.6907761 0.7982438 0.7423625 0.7973608 0.5190655 0.7945263 0.5179393 0.7834562 0.4541444 0.8026239 0.5945082 0.8005719 0.5940974 0.7973608 0.5190655 0.8064706 0.6457314 0.8047407 0.6458119 0.8026239 0.5945082 0.8086267 0.6726405 0.8064142 0.6714796 0.8064706 0.6457314 0.8074887 0.6780436 0.8058978 0.6781266 0.8086267 0.6726405 0.8084297 0.6819908 0.8067736 0.6823548 0.8074887 0.6780436 0.810086 0.6816268 0.8106483 0.6855591 0.8084297 0.6819908 0.8067898 0.6873288 0.808719 0.6864439 0.818201 0.7399424 0.8200014 0.738387 0.8216056 0.743784 0.818201 0.7399424 0.8229246 0.7541231 0.8215669 0.7540159 0.8198557 0.7448741 0.8295828 0.7966257 0.8284289 0.7963373 0.8229246 0.7541231 0.8319404 0.8232091 0.8299993 0.8234722 0.8295828 0.7966257 0.8299993 0.8234722 0.8319404 0.8232091 0.8287738 0.8551934 0.779288 0.4492005 0.7945263 0.5179393 0.7806463 0.4643637 0.7984134 0.5945301 0.7914686 0.5179399 0.7945263 0.5179393 0.8005719 0.5940974 0.8047407 0.6458119 0.7984134 0.5945301 0.8047407 0.6458119 0.8064142 0.6714796 0.8028324 0.64644 0.8064142 0.6714796 0.8058978 0.6781266 0.8042737 0.6718877 0.8047973 0.6824824 0.8042181 0.6786312 0.8058978 0.6781266 0.8134198 0.7392765 0.8053854 0.6885438 0.8067898 0.6873288 0.8067736 0.6823548 0.8067898 0.6873288 0.8047973 0.6824824 0.8066928 0.748047 0.806694 0.7456325 0.8100762 0.7457413 0.8028872 0.7471154 0.8037719 0.7449206 0.8066928 0.748047 0.8028872 0.7471154 0.8020025 0.7493103 0.7982438 0.7423625 0.8134198 0.7392765 0.8164005 0.7414978 0.8100762 0.7457413 0.8343063 0.8648163 0.8252517 0.8570984 0.8287738 0.8551934 0.2456564 0.3753062 0.2456489 0.3967428 0.2235233 0.3852511 0.2629345 0.3991808 0.2456489 0.3967428 0.2677785 0.3852675 0.8082348 0.04297935 0.8161078 0.03352832 0.8121575 0.04430294 0.135182 0.6393876 0.1485078 0.6391884 0.1490327 0.6474093 0.9254578 0.9202014 0.8936887 0.9186791 0.8925926 0.9174092 0.4810451 0.915866 0.4805041 0.9244821 0.4677485 0.9145825 0.4810451 0.915866 0.4975047 0.9175853 0.4934309 0.9251595 0.01085698 0.907573 0.01070743 0.9023843 0.01777929 0.9017031 0.01085698 0.907573 0.00483781 0.9117333 0.005287706 0.9029703 0.06577914 0.8333346 0.06769096 0.8337695 0.06617611 0.8429132 0.06840306 0.8425472 0.06769096 0.8337695 0.07068949 0.8416166 0.01070743 0.9023843 0.005287706 0.9029703 0.01040929 0.8974708 0.01565968 0.8942206 0.01856845 0.8937585 0.01630353 0.8976953 0.01070743 0.9023843 0.01289963 0.8985295 0.01413136 0.9006348 0.03398728 0.8661714 0.03964644 0.8562008 0.04357254 0.8637078 0.05386513 0.8488084 0.05204498 0.8390698 0.05922305 0.8458245 0.05386513 0.8488084 0.05002832 0.8515418 0.04560202 0.8468298 0.02376651 0.8838493 0.02843356 0.8757302 0.03199362 0.8811259 0.03398728 0.8661714 0.04357254 0.8637078 0.03803622 0.8723828 0.02376651 0.8838493 0.03199362 0.8811259 0.02643424 0.8884923 0.01856845 0.8937585 0.02076709 0.889501 0.02269339 0.893016 0.01856845 0.8937585 0.02269339 0.893016 0.02105987 0.8963809 0.01413136 0.9006348 0.01630353 0.8976953 0.01777929 0.9017031 0.06257778 0.83276 0.05802148 0.8340151 0.05837917 0.8269715 0.06769096 0.8337695 0.06942975 0.8278958 0.06951928 0.8337263 0.07790726 0.8073958 0.08043777 0.7949723 0.08519756 0.8062704 0.08213305 0.7817849 0.08748626 0.7811203 0.0866419 0.7949196 0.08213305 0.7817849 0.0813663 0.7677933 0.08748626 0.7811203 0.07872849 0.7534226 0.08346545 0.7515479 0.08625608 0.7665282 0.07872849 0.7534226 0.07481086 0.7390976 0.08346545 0.7515479 0.1290252 0.7876954 0.135163 0.7879832 0.1295747 0.7979846 0.1351658 0.7764226 0.135163 0.7879832 0.1281723 0.7774654 0.1351658 0.7764226 0.1281723 0.7774654 0.1275135 0.7667728 0.1351709 0.7534754 0.1351686 0.764699 0.1265139 0.7553488 0.1458142 0.7230134 0.1351768 0.7213013 0.1480324 0.703383 0.06337171 0.8432641 0.05922305 0.8458245 0.05802148 0.8340151 0.06577914 0.8333346 0.06617611 0.8429132 0.06337171 0.8432641 0.08310574 0.8238014 0.08163475 0.8297443 0.07818597 0.8241692 0.07790726 0.8073958 0.08519756 0.8062704 0.08462798 0.8135168 0.07556134 0.8153456 0.07790726 0.8073958 0.07962983 0.8132658 0.07980906 0.8195598 0.07776284 0.8172047 0.08068072 0.8165138 0.07980906 0.8195598 0.07818597 0.8241692 0.07601004 0.8228014 0.07919603 0.8336244 0.07645702 0.8286162 0.08163475 0.8297443 0.07919603 0.8336244 0.07671844 0.8367841 0.07491654 0.8318397 0.07247018 0.8328675 0.06951928 0.8337263 0.07131224 0.8282365 0.07367211 0.8395718 0.07247018 0.8328675 0.07671844 0.8367841 0.07367211 0.8395718 0.07068949 0.8416166 0.06951928 0.8337263 0.1278625 0.9597702 0.1350747 0.9597585 0.1295614 0.9656161 0.1278625 0.9597702 0.1243692 0.9495186 0.1350834 0.9473764 0.224654 0.1459244 0.2245627 0.1740016 0.2010549 0.1495699 0.2240373 0.1997928 0.2233536 0.2211723 0.1951633 0.2067094 0.224654 0.1459244 0.2010549 0.1495699 0.2011391 0.1193876 0.2011391 0.1193876 0.2023548 0.0807181 0.2230619 0.08936899 0.510533 0.9208366 0.5049684 0.9256052 0.4975047 0.9175853 0.510533 0.9208366 0.5216587 0.9229135 0.515811 0.9259352 0.1223248 0.08496016 0.1221492 0.08553081 0.1177333 0.08402359 0.1177333 0.08402359 0.1221492 0.08553081 0.1214689 0.08658844 0.1176711 0.0865857 0.1177028 0.08527755 0.1206333 0.08794987 0.1176711 0.0865857 0.1206333 0.08794987 0.1200075 0.08824163 0.1194952 0.08861798 0.1190871 0.08893543 0.1185687 0.08874791 0.1176115 0.08906269 0.117639 0.08791553 0.1182656 0.0884152 0.1185329 0.08910381 0.1180723 0.08908009 0.1185687 0.08874791 0.8573278 0.8901376 0.8329388 0.8804833 0.9020333 0.8922123 0.9564331 0.9719596 0.9310883 0.9695105 0.9957514 0.957188 0.4670193 0.9427539 0.4805039 0.942017 0.4677485 0.9519147 0.4934307 0.9413382 0.4975044 0.9489119 0.4810449 0.950631 0.4670193 0.9427539 0.4677485 0.9519147 0.455752 0.953118 0.9541183 0.9333201 0.9506779 0.9362699 0.8979392 0.9407013 0.9432117 0.9394223 0.8967648 0.944512 0.897884 0.9424716 0.145291 0.9877251 0.1350507 0.9901745 0.1441001 0.9854156 0.2018978 0.8426024 0.2026163 0.8338226 0.2041253 0.8429701 0.2306517 0.8562788 0.2341169 0.8549961 0.2363043 0.8662546 0.2275065 0.8440206 0.2341169 0.8549961 0.2247018 0.846902 0.2418515 0.8758175 0.2454225 0.8761063 0.2465128 0.8839397 0.2418515 0.8758175 0.2363043 0.8662546 0.2399011 0.8659752 0.2495083 0.8895933 0.252541 0.8900529 0.2517039 0.8938521 0.2226833 0.8566194 0.2306517 0.8562788 0.2267198 0.8637844 0.2226833 0.8566194 0.2202712 0.8516121 0.2247018 0.846902 0.2122882 0.8340752 0.2182628 0.8391355 0.2110784 0.8458872 0.2247018 0.846902 0.2202712 0.8516121 0.2164354 0.8488754 0.2322509 0.8724635 0.2418515 0.8758175 0.2382879 0.8812108 0.2438421 0.8885806 0.2495083 0.8895933 0.2475796 0.8931065 0.2438421 0.8885806 0.2382879 0.8812108 0.2465128 0.8839397 0.2492108 0.8964723 0.253966 0.8977901 0.2524875 0.9017966 0.2492108 0.8964723 0.2475796 0.8931065 0.2517039 0.8938521 0.2119353 0.8270292 0.2122882 0.8340752 0.2077316 0.8328166 0.1989977 0.8282854 0.200881 0.827946 0.2007875 0.8337781 0.2026163 0.8338226 0.200881 0.827946 0.2045289 0.8333892 0.1952224 0.8060027 0.1969755 0.8144497 0.1924145 0.8074343 0.1952224 0.8060027 0.1924145 0.8074343 0.1898905 0.7950063 0.1898905 0.7950063 0.1882016 0.7818148 0.1909263 0.7820493 0.183685 0.79495 0.1828477 0.7811471 0.1882016 0.7818148 0.1889747 0.7678202 0.1915595 0.7684842 0.1882016 0.7818148 0.1889747 0.7678202 0.1916185 0.7534477 0.1941742 0.7544986 0.1840847 0.7665527 0.1889747 0.7678202 0.1828477 0.7811471 0.1840847 0.7665527 0.1868816 0.7515709 0.1916185 0.7534477 0.1907242 0.7366064 0.1955416 0.7391216 0.1868816 0.7515709 0.1907242 0.7366064 0.1983145 0.7116174 0.2032822 0.7139952 0.1955416 0.7391216 0.2032822 0.7139952 0.2067776 0.7150746 0.06707936 0.713972 0.07204717 0.711596 0.07962846 0.7365843 0.06358402 0.7150499 0.06707936 0.713972 0.07481086 0.7390976 0.2122882 0.8340752 0.2110784 0.8458872 0.2069303 0.8433231 0.2069303 0.8433231 0.2041253 0.8429701 0.2045289 0.8333892 0.1906878 0.8133047 0.1924145 0.8074343 0.194756 0.8153879 0.1943023 0.8228455 0.192125 0.8242122 0.1905044 0.8196004 0.1906878 0.8133047 0.1925528 0.817246 0.1896346 0.816553 0.1989977 0.8282854 0.2007875 0.8337781 0.1978363 0.8329169 0.1938513 0.8286615 0.1963918 0.8282077 0.1953901 0.831887 0.1943023 0.8228455 0.1963918 0.8282077 0.192125 0.8242122 0.1458142 0.7230134 0.1451507 0.7353669 0.1351749 0.733147 0.2275065 0.8440206 0.2247018 0.846902 0.2182628 0.8391355 0.2119353 0.8270292 0.2195071 0.8339001 0.2122882 0.8340752 0.2921958 0.17767 0.2670056 0.1740338 0.2905416 0.149641 0.2921958 0.17767 0.2963443 0.2067827 0.2674917 0.1998243 0.2937207 0.2282274 0.2681443 0.2212036 0.2963443 0.2067827 0.2905072 0.1194617 0.2905416 0.149641 0.2669588 0.145958 0.2686458 0.08940899 0.2893567 0.08079439 0.2905072 0.1194617 0.7831124 0.935787 0.7695294 0.9365327 0.7647594 0.9355552 0.7870165 0.9390045 0.7831124 0.935787 0.7982387 0.938467 0.7695294 0.9365327 0.7831124 0.935787 0.7757942 0.939542 0.4934307 0.9413382 0.5049681 0.9408921 0.4975044 0.9489119 0.5158107 0.9405623 0.5216583 0.9435841 0.5105326 0.9456607 0.5596317 0.9409911 0.5591712 0.9378451 0.5699439 0.9393768 0.5439243 0.9387902 0.5591712 0.9378451 0.5493195 0.9426054 0.1177635 0.08280843 0.1131436 0.08397734 0.1130911 0.08234542 0.1177333 0.08402359 0.1132468 0.085316 0.1130991 0.084737 0.1177635 0.08280843 0.1177472 0.08345878 0.1131436 0.08397734 0.1138759 0.08640587 0.1132468 0.085316 0.1177333 0.08402359 0.1138759 0.08640587 0.1177028 0.08527755 0.1146455 0.08780664 0.117639 0.08791553 0.1154311 0.08825993 0.115257 0.08812803 0.115257 0.08812803 0.1146455 0.08780664 0.1176711 0.0865857 0.1166702 0.08870255 0.1161434 0.0888651 0.1157509 0.08852839 0.117639 0.08791553 0.116989 0.08838468 0.1154311 0.08825993 0.116989 0.08838468 0.117639 0.08791553 0.1176115 0.08906269 0.6291658 0.1216931 0.6293476 0.1381855 0.6093459 0.07101708 0.6295294 0.1546778 0.6242815 0.1592697 0.6168137 0.1151434 0.21051 0.9589745 0.2210123 0.9341056 0.2170823 0.9739865 0.21051 0.9589745 0.2039377 0.9439626 0.2194314 0.8907151 0.2288399 0.9737915 0.2225932 0.9774961 0.2210123 0.9341056 0.2194314 0.8907151 0.2039377 0.9439626 0.2014335 0.9405786 0.1985619 0.934811 0.2089967 0.912763 0.1989293 0.9371945 0.231163 0.9121013 0.2408343 0.9392796 0.2194314 0.8907151 0.5351998 0.776938 0.5828964 0.756699 0.5805017 0.7629761 0.57466 0.7758069 0.5549299 0.7763724 0.5781069 0.7692531 0.5337705 0.7572515 0.5448195 0.7299334 0.5351998 0.776938 0.5337705 0.7572515 0.5323411 0.7375651 0.5383684 0.7319697 0.5896294 0.7539357 0.6141036 0.745248 0.5856863 0.767477 0.5896294 0.7539357 0.5935724 0.7403944 0.6418439 0.7137109 0.6203538 0.764082 0.6074169 0.7698171 0.6418439 0.7137109 0.59448 0.7755522 0.5863633 0.7767851 0.6141036 0.745248 0.6036376 0.718435 0.6227408 0.7160729 0.6010704 0.7205975 0.6419419 0.7329593 0.6305063 0.760669 0.6418439 0.7137109 0.6419419 0.7329593 0.64204 0.7522076 0.6406588 0.7572559 0.4949373 0.7475948 0.5039015 0.7555891 0.4428262 0.7487335 0.4428262 0.7487335 0.4843807 0.7799162 0.476905 0.7807391 0.4630993 0.7810987 0.4529627 0.7649161 0.4694293 0.781562 0.460237 0.7408915 0.4776477 0.7330495 0.4848272 0.7355147 0.422084 0.6276843 0.4279541 0.6247137 0.4758781 0.6358599 0.4272307 0.6471949 0.4214664 0.644155 0.4758781 0.6358599 0.4157021 0.6411151 0.4107137 0.6362544 0.4432958 0.6360571 0.4758781 0.6358599 0.4279541 0.6247137 0.4341259 0.6213979 0.4456834 0.6164871 0.4607807 0.6261735 0.4402977 0.6180821 0.4609872 0.6458606 0.4331202 0.6515281 0.4758781 0.6358599 0.4609872 0.6458606 0.4460963 0.6558613 0.4390098 0.6558613 0.9432149 0.9272111 0.8967713 0.9220928 0.8952264 0.9202575 0.9254578 0.9202014 0.9345787 0.9236462 0.8936887 0.9186791 0.467135 0.9332593 0.4670196 0.9237468 0.4805041 0.9244821 0.4969803 0.9332492 0.4804779 0.9332547 0.4934309 0.9251595 0.4406599 0.9332605 0.4407351 0.9225651 0.4538089 0.923127 0.467135 0.9332593 0.4538764 0.9332607 0.4670196 0.9237468 0.8978893 0.9241339 0.9506794 0.9303681 0.8979434 0.9259043 0.8978893 0.9241339 0.8967713 0.9220928 0.9432149 0.9272111 0.1304666 0.9774493 0.1310252 0.973287 0.1350635 0.9745278 0.1350522 0.9883716 0.1260093 0.9854006 0.1272237 0.9835066 0.1272237 0.9835066 0.1284481 0.981007 0.1350556 0.9842447 0.03039091 0.8658896 0.0361827 0.8549159 0.03398728 0.8661714 0.03964644 0.8562008 0.0361827 0.8549159 0.04560202 0.8468298 0.02038186 0.8843538 0.02376651 0.8838493 0.02076709 0.889501 0.01565968 0.8942206 0.01773399 0.8899586 0.01856845 0.8937585 0.01040929 0.8974708 0.005287706 0.9029703 0.007515907 0.8928895 0.1300304 0.8064537 0.1351574 0.8071294 0.1293089 0.8140392 0.1300304 0.8064537 0.1295747 0.7979846 0.1351601 0.7985094 0.1351133 0.9019721 0.1251996 0.9055342 0.124235 0.8919262 0.1351255 0.8815186 0.1351211 0.8893283 0.1232181 0.8813264 0.1308943 0.8258576 0.1293089 0.8140392 0.1351545 0.8155645 0.1351472 0.835599 0.130922 0.8372833 0.1308943 0.8258576 0.1351709 0.7534754 0.1265139 0.7553488 0.1264458 0.7450134 0.1351749 0.733147 0.135173 0.7434149 0.1251986 0.7353627 0.05204498 0.8390698 0.05080461 0.833835 0.05802148 0.8340151 0.05204498 0.8390698 0.04560202 0.8468298 0.04279989 0.8439471 0.1306695 0.9697321 0.1350666 0.9704959 0.1310252 0.973287 0.2457866 0.1983665 0.245771 0.2197319 0.2240373 0.1997928 0.2457866 0.1983665 0.2240373 0.1997928 0.2245627 0.1740016 0.2458281 0.1443586 0.245806 0.1723966 0.224654 0.1459244 0.2458281 0.1443586 0.224654 0.1459244 0.2240354 0.1176868 0.2458756 0.08945369 0.2458515 0.1167891 0.2230619 0.08936899 0.9221658 0.9309448 0.9005504 0.9325686 0.9001001 0.9295351 0.9026784 0.9333043 0.9005504 0.9325686 0.9541183 0.9333201 0.8962966 0.9269274 0.9221657 0.9309448 0.8937996 0.9275768 0.8962966 0.9269274 0.8979434 0.9259043 0.9541183 0.9333201 0.856973 0.9325355 0.8778612 0.9317754 0.8871527 0.9321861 0.8871527 0.9321861 0.8962942 0.9318323 0.9005504 0.9325686 0.8741061 0.9332957 0.878455 0.9327403 0.9026784 0.9333043 0.7853247 0.9323459 0.8053 0.9313459 0.8157116 0.9318732 0.8271738 0.9324324 0.805677 0.9325742 0.8265011 0.9317183 0.8379535 0.9289277 0.8352444 0.9276112 0.8520246 0.9271121 0.8325412 0.9310818 0.8429039 0.9319131 0.8265011 0.9317183 0.8325412 0.9310818 0.8355086 0.9302642 0.8524491 0.9310896 0.856973 0.9325355 0.8429039 0.9319131 0.8778612 0.9317754 0.8550319 0.9288647 0.8524491 0.9310896 0.8379535 0.9289277 0.710353 0.9317713 0.7355344 0.9305016 0.7467224 0.9311605 0.756339 0.9322449 0.7329459 0.9322113 0.7575382 0.9314087 0.798241 0.9280842 0.7870188 0.9275418 0.8053197 0.9258442 0.7647603 0.9309816 0.7730285 0.9317545 0.7575382 0.9314087 0.7647603 0.9309816 0.7695304 0.9300059 0.7831134 0.9307577 0.7853247 0.9323459 0.7730285 0.9317545 0.8053 0.9313459 0.8053 0.9313459 0.7831134 0.9307577 0.798241 0.9280842 0.6323071 0.9315851 0.6538283 0.9300531 0.6643998 0.9306313 0.6761497 0.931822 0.653027 0.9319428 0.6761893 0.9307228 0.6859278 0.9301683 0.6960644 0.9310421 0.6761893 0.9307228 0.6859278 0.9301683 0.6927295 0.9290923 0.7090668 0.9298914 0.710353 0.9317713 0.6960644 0.9310421 0.7355344 0.9305016 0.708531 0.9273828 0.7090668 0.9298914 0.6967784 0.9259476 0.7355344 0.9305016 0.7090668 0.9298914 0.7202836 0.9288181 0.6024925 0.9317464 0.5810381 0.9317421 0.6031869 0.9306209 0.6109012 0.930124 0.6196007 0.9309291 0.6031869 0.9306209 0.6109012 0.930124 0.6164507 0.9289762 0.6306271 0.9296525 0.6323071 0.9315851 0.6196007 0.9309291 0.6538283 0.9300531 0.6331362 0.9268568 0.6306271 0.9296524 0.6223676 0.9256359 0.6538283 0.9300531 0.6306271 0.9296525 0.6439048 0.9280778 0.4969803 0.9332492 0.4934309 0.9251595 0.5049684 0.9256052 0.5210646 0.9284084 0.5098766 0.9303255 0.515811 0.9259352 0.5098766 0.9303255 0.5197848 0.9312664 0.4969803 0.9332492 0.5098766 0.9303255 0.5210646 0.9284084 0.5263253 0.9292841 0.5332072 0.9311784 0.5197848 0.9312664 0.5323983 0.9295884 0.5493199 0.9238934 0.5438905 0.9223449 0.5594701 0.9229914 0.5386376 0.9289964 0.5480241 0.9301617 0.5323983 0.9295884 0.5386376 0.9289964 0.5439245 0.9277084 0.5591713 0.9286544 0.5609708 0.9311395 0.5480241 0.9301617 0.5833696 0.9293273 0.5596322 0.9255084 0.5591713 0.9286544 0.5493199 0.9238934 0.1224502 0.08257484 0.1223178 0.08420026 0.1177635 0.08280843 0.1224502 0.08257484 0.117801 0.08129781 0.1226779 0.08085834 0.1229567 0.0798251 0.1178761 0.07830595 0.123261 0.07913357 0.5263907 0.6628267 0.476126 0.6862536 0.460288 0.6820456 0.483266 0.6678763 0.4573855 0.6588343 0.5263907 0.6628267 0.483266 0.6678763 0.4401413 0.672926 0.4428509 0.6661878 0.4798521 0.6882128 0.5061903 0.6764994 0.4835784 0.6901721 0.4798521 0.6882128 0.476126 0.6862536 0.5263907 0.6628267 0.4719201 0.6514808 0.4751321 0.6490742 0.5263907 0.6628267 0.5989144 0.6873406 0.5776146 0.6800612 0.6388997 0.6717543 0.5873513 0.6692896 0.5915533 0.663988 0.6388997 0.6717543 0.5957553 0.6586864 0.6031316 0.6550494 0.6210157 0.6634019 0.9957514 0.957188 0.9537 0.992879 0.9396399 0.99177 0.941034 0.9594436 0.9478217 0.9511582 0.9957514 0.957188 0.5404266 0.7141968 0.4909976 0.7301945 0.4801747 0.7249874 0.4586325 0.7119288 0.4995295 0.7130628 0.4693518 0.7197803 0.4995295 0.7130628 0.4804354 0.7008463 0.5404266 0.7141968 0.4995295 0.7130628 0.4586325 0.7119288 0.469361 0.705496 0.497801 0.7334005 0.5255841 0.7262104 0.5046043 0.7366065 0.497801 0.7334005 0.4909976 0.7301945 0.5404266 0.7141968 0.4915097 0.6961965 0.4982525 0.6921256 0.5404266 0.7141968 0.004799783 0.9344975 0.037382 0.9346948 0.01030045 0.940097 0.037382 0.9346948 0.01555263 0.9265968 0.06996423 0.934892 0.037382 0.9346948 0.004799783 0.9344975 0.009788274 0.9296367 0.02821224 0.949354 0.05486696 0.9445784 0.03438389 0.9526698 0.02821224 0.949354 0.0220406 0.9460382 0.06996423 0.934892 0.021317 0.923557 0.02720648 0.9192238 0.06996423 0.934892 0.03309595 0.9148906 0.04018259 0.9148906 0.05507338 0.9248913 0.1179029 0.07725483 0.1178761 0.07830595 0.1124509 0.0788635 0.8925834 0.949193 0.8936802 0.9479238 0.9254505 0.946421 0.4805039 0.942017 0.4670193 0.9427539 0.467135 0.9332593 0.4805039 0.942017 0.4804779 0.9332547 0.4934307 0.9413382 0.4538087 0.9433743 0.4407351 0.9439365 0.4406599 0.9332605 0.4538087 0.9433743 0.4538764 0.9332607 0.4670193 0.9427539 0.1350635 0.9745278 0.1391036 0.9732936 0.1396555 0.9774569 0.1350556 0.9842447 0.1350594 0.9796364 0.1416684 0.9810178 0.1350556 0.9842447 0.1416684 0.9810178 0.1428887 0.9835194 0.1428887 0.9835194 0.1441001 0.9854156 0.1350522 0.9883716 0.2649772 0.9030724 0.265421 0.9118348 0.2594053 0.9076708 0.256136 0.900731 0.2595584 0.9024827 0.2524875 0.9017966 0.1476885 0.9918861 0.135047 0.9945358 0.1464808 0.9900235 0.1476885 0.9918861 0.1489051 0.9935311 0.1350449 0.9969907 0.2627564 0.892991 0.2649772 0.9030724 0.2598599 0.8975698 0.2598599 0.8975698 0.2649772 0.9030724 0.2595584 0.9024827 0.253966 0.8977901 0.2517039 0.8938521 0.2546123 0.894316 0.1351601 0.7985094 0.1407458 0.7979882 0.1402847 0.8064575 0.1351545 0.8155645 0.1351574 0.8071294 0.141001 0.8140439 0.1413009 0.7876989 0.135163 0.7879832 0.1421589 0.7774689 0.1351601 0.7985094 0.135163 0.7879832 0.1407458 0.7979882 0.1428226 0.7667764 0.1351686 0.764699 0.1438273 0.7553527 0.1428226 0.7667764 0.1421589 0.7774689 0.1351658 0.7764226 0.1460043 0.8919391 0.1450228 0.9055469 0.1351133 0.9019721 0.1351545 0.8155645 0.141001 0.8140439 0.1394073 0.8258611 0.1394073 0.8258611 0.1393712 0.837287 0.1351472 0.835599 0.1438997 0.7450171 0.135173 0.7434149 0.1451507 0.7353669 0.1438997 0.7450171 0.1438273 0.7553527 0.1351709 0.7534754 0.1448117 0.9257545 0.1350985 0.9247179 0.1450228 0.9055469 0.1448117 0.9257545 0.1457951 0.9495343 0.1350834 0.9473764 0.1350834 0.9473764 0.1457951 0.9495343 0.1422871 0.9597813 0.13507 0.9660649 0.1350747 0.9597585 0.1405794 0.9656249 0.1350635 0.9745278 0.1350666 0.9704959 0.1391036 0.9732936 0.13507 0.9660649 0.1405794 0.9656249 0.1394649 0.9697393 0.2681443 0.2212036 0.245771 0.2197319 0.2674917 0.1998243 0.2670056 0.1740338 0.245806 0.1723966 0.2669588 0.145958 0.2670056 0.1740338 0.2674917 0.1998243 0.2457866 0.1983665 0.2676243 0.1177232 0.2458515 0.1167891 0.2686458 0.08940899 0.2676243 0.1177232 0.2669588 0.145958 0.2458281 0.1443586 0.9221645 0.9356756 0.9005501 0.9340386 0.9541183 0.9333201 0.8962938 0.9347723 0.9005501 0.9340386 0.9000981 0.9370716 0.9541183 0.9333201 0.8979392 0.9407013 0.8962931 0.9396772 0.8962931 0.9396772 0.8937963 0.9390261 0.9000981 0.9370716 0.9005501 0.9340386 0.8784548 0.9338537 0.9026784 0.9333043 0.9005501 0.9340386 0.8962938 0.9347723 0.8871523 0.934413 0.8871523 0.934413 0.8778604 0.9348182 0.8569727 0.9340456 0.8520212 0.9394661 0.8550295 0.9377152 0.8768509 0.9394666 0.8520212 0.9394661 0.8352413 0.9389569 0.8379511 0.9376419 0.852448 0.9354888 0.8429031 0.9346597 0.8778604 0.9348182 0.852448 0.9354888 0.8355069 0.936304 0.8325399 0.9354849 0.8271732 0.9341322 0.8429031 0.9346597 0.8265001 0.9348455 0.8550295 0.9377152 0.852448 0.9354888 0.8721079 0.9377884 0.7467213 0.9353709 0.7355331 0.9360268 0.7103524 0.9347509 0.783126 0.9410968 0.7870165 0.9390045 0.8053161 0.9407101 0.6643992 0.9358806 0.6530267 0.9345675 0.6761887 0.9357911 0.6643992 0.9358806 0.6538278 0.9364572 0.6323068 0.934922 0.7091758 0.9416052 0.7085294 0.9391387 0.7357369 0.9406948 0.7090656 0.9366304 0.6960636 0.9354765 0.7355331 0.9360268 0.7090656 0.9366304 0.6927285 0.9374254 0.6859269 0.9363477 0.6761493 0.9346923 0.6960636 0.9354765 0.6761887 0.9357911 0.7085294 0.9391387 0.7090656 0.9366304 0.7202819 0.9377065 0.6927285 0.9374254 0.7090656 0.9366304 0.6967768 0.9405709 0.5932155 0.936268 0.5833693 0.9371741 0.5609707 0.9353603 0.6309787 0.9422984 0.6165117 0.9423246 0.6223667 0.9408695 0.6306266 0.9368543 0.6196004 0.935576 0.6538278 0.9364572 0.6306266 0.9368543 0.6164503 0.9375284 0.6109009 0.9363798 0.6024923 0.9347566 0.6196004 0.935576 0.6031866 0.9358819 0.6331353 0.9396502 0.6306266 0.9368543 0.6439039 0.9384309 0.6164503 0.9375284 0.6306266 0.9368543 0.6223667 0.9408695 0.5049681 0.9408921 0.4934307 0.9413382 0.4969803 0.9332492 0.5049681 0.9408921 0.5098764 0.9361718 0.5158107 0.9405623 0.5165145 0.9332488 0.5197847 0.9352312 0.4969803 0.9332492 0.5263251 0.9372136 0.5197847 0.9352312 0.5323981 0.9369095 0.5263251 0.9372136 0.5210643 0.9380891 0.5098764 0.9361718 0.5591712 0.9378451 0.5480239 0.9363371 0.5833693 0.9371741 0.5591712 0.9378451 0.5439243 0.9387902 0.5386375 0.9375019 0.5332071 0.9353197 0.5480239 0.9363371 0.5323981 0.9369095 0.1350489 0.992218 0.1236213 0.9900043 0.1248146 0.987708 0.1350522 0.9883716 0.1350507 0.9901745 0.1260093 0.9854006 0.1350489 0.992218 0.135047 0.9945358 0.1236213 0.9900043 0.2456439 0.4169455 0.2301031 0.4187 0.2283606 0.3991708 0.2456439 0.4169455 0.2456408 0.4370461 0.2301031 0.4187 0.2456392 0.4553995 0.2316555 0.4594554 0.2314609 0.4397155 0.2598199 0.439719 0.2456408 0.4370461 0.2611833 0.4187062 0.2629345 0.3991808 0.2611833 0.4187062 0.2456439 0.4169455 0.2613679 0.4751592 0.2640855 0.4888427 0.2456384 0.4836264 0.2613679 0.4751592 0.2456386 0.4703609 0.2596221 0.4594573 0.2598199 0.439719 0.2596221 0.4594573 0.2456392 0.4553995 0.2456384 0.4836264 0.2271906 0.4888427 0.2299085 0.4751584 0.1213369 0.6474112 0.1218613 0.6391932 0.135182 0.6393876 0.2253464 0.3420814 0.2007665 0.34612 0.2011495 0.3023027 0.2246705 0.2980438 0.2011495 0.3023027 0.1995269 0.2583861 0.2232901 0.253021 0.1995269 0.2583861 0.1977565 0.2281609 0.266721 0.2980687 0.2659965 0.3421016 0.2456731 0.3396555 0.2919102 0.2584461 0.2902338 0.3023545 0.266721 0.2980687 0.2681624 0.2530506 0.266721 0.2980687 0.2456985 0.2962411 0.2937207 0.2282274 0.2919102 0.2584461 0.2681624 0.2530506 0.2456731 0.3396555 0.2253464 0.3420814 0.2246705 0.2980438 0.2456985 0.2962411 0.2246705 0.2980438 0.2232901 0.253021 0.2457418 0.2514281 0.2232901 0.253021 0.2233536 0.2211723 0.2681443 0.2212036 0.2681624 0.2530506 0.2457418 0.2514281 0.2456564 0.3753063 0.2235233 0.3852511 0.2253464 0.3420814 0.2659965 0.3421016 0.2677785 0.3852675 0.2456564 0.3753062 0.2235233 0.3852511 0.1991306 0.3821222 0.2007665 0.34612 0.1351421 0.8481034 0.1392667 0.8482552 0.1393689 0.8577136 0.1351321 0.8693233 0.1351374 0.8585807 0.1418492 0.8685447 0.1351472 0.835599 0.1351421 0.8481034 0.130922 0.8372833 0.1309068 0.8577097 0.1310173 0.8482514 0.1351421 0.8481034 0.1309068 0.8577097 0.1351374 0.8585807 0.1284159 0.8685378 0.1351255 0.8815186 0.1232181 0.8813264 0.1284159 0.8685378 0.1392667 0.8482552 0.1351421 0.8481034 0.1393712 0.837287 0.1351833 0.6628495 0.1207897 0.6627998 0.1213369 0.6474112 0.1490327 0.6474093 0.1495786 0.662801 0.1351833 0.6628495 0.1480995 0.6830844 0.1480324 0.703383 0.1351794 0.7022835 0.1351794 0.7022835 0.1223265 0.7033792 0.1222646 0.6830816 0.2070136 0.6835516 0.2119737 0.6850259 0.1983145 0.7116174 0.2067776 0.7150746 0.2032822 0.7139952 0.2119737 0.6850259 0.06707936 0.713972 0.05839872 0.6850031 0.07204717 0.711596 0.05839872 0.6850031 0.06707936 0.713972 0.06358402 0.7150499 0.05302035 0.6482575 0.06335866 0.6835307 0.05839872 0.6850031 0.2119737 0.6850259 0.2070136 0.6835516 0.2173669 0.6482778 0.1207897 0.6627998 0.1351833 0.6628495 0.1222646 0.6830816 0.1351817 0.6831587 0.1351833 0.6628495 0.1480995 0.6830844 0.2045547 0.5566151 0.1988856 0.5552645 0.1975416 0.5439547 0.9711686 0.04824155 0.9700644 0.04670625 0.9822996 0.03766715 0.6746766 0.3762834 0.6767634 0.3780371 0.6710031 0.3794669 0.696389 0.3433457 0.7268458 0.292058 0.6848561 0.3780125 0.7450896 0.2514263 0.7527024 0.2151224 0.7584454 0.2179838 0.754159 0.207954 0.7535287 0.1944058 0.7590535 0.2080391 0.7925314 0.1666126 0.8001843 0.2203556 0.7885212 0.1686253 0.8584762 0.08574855 0.8731223 0.109939 0.8566657 0.1019266 0.8270995 0.1481375 0.828076 0.1040694 0.8313806 0.1486182 0.7527024 0.2151224 0.754159 0.207954 0.7590535 0.2080391 0.8050863 0.2308769 0.8055621 0.2576282 0.8007221 0.2532683 0.8279293 0.2614214 0.8256827 0.2322747 0.8348339 0.2567341 0.6940489 0.3396658 0.6746766 0.3762834 0.6758189 0.3658072 0.7459958 0.2057458 0.7473042 0.2118495 0.7413914 0.2071745 0.7365995 0.1160034 0.7312154 0.1240363 0.7281395 0.1215735 0.7421922 0.1028633 0.7365995 0.1160034 0.7336561 0.1058533 0.7564005 0.05890595 0.7511969 0.08197766 0.7456018 0.06170862 0.7194691 0.09549719 0.7259052 0.09058243 0.7273231 0.09369724 0.7259052 0.09058243 0.7307499 0.08308058 0.7345571 0.08556991 0.918975 0.2757737 0.8959954 0.2367459 0.9028092 0.2358148 0.8811577 0.1139117 0.8795543 0.1088676 0.8866595 0.1105433 0.9711686 0.04824155 0.9822996 0.03766715 0.9800394 0.04280912 0.8820876 0.08047515 0.8899403 0.08473914 0.8869713 0.08941835 0.8899403 0.08473914 0.8945246 0.08964735 0.8869713 0.08941835 0.8658529 0.03829663 0.8837354 0.04155021 0.8753313 0.0473653 0.8826844 0.05938458 0.8810009 0.07676196 0.8768479 0.07390499 0.8837354 0.04155021 0.8826844 0.05938458 0.8753313 0.0473653 0.9817441 0.03632056 0.9700644 0.04670625 0.9805036 0.03511399 0.616767 0.05397957 0.6187064 0.05729919 0.6157157 0.05791866 0.6764659 0.3831554 0.6767634 0.3780371 0.6848561 0.3780125 0.91328 0.5670219 0.9304141 0.5310087 0.9343501 0.5334371 0.7068246 0.6330254 0.7095665 0.6267549 0.7342674 0.6644091 0.7308776 0.6687631 0.7342674 0.6644091 0.7490928 0.6984499 0.746652 0.7087133 0.7513035 0.7078294 0.7482732 0.7217307 0.8894361 0.6153725 0.8823278 0.6132327 0.9062181 0.5676413 0.8734863 0.6574848 0.8672685 0.6568031 0.8823278 0.6132327 0.825988 0.7537682 0.8299899 0.7526079 0.8341457 0.7956132 0.7440879 0.7021193 0.7490928 0.6984499 0.7513035 0.7078294 0.8761212 0.7826308 0.8665344 0.7761537 0.8741549 0.7683793 0.6526407 0.8680093 0.6528997 0.8620488 0.6790667 0.8399896 0.7320285 0.8215943 0.7319932 0.817034 0.7398099 0.8220221 0.7389691 0.8252238 0.7398099 0.8220221 0.7480381 0.8285829 0.8824277 0.7825971 0.8860549 0.7907392 0.8722628 0.8125203 0.9796958 0.8253602 0.979636 0.8189386 0.9890421 0.8290835 0.8809417 0.8521122 0.8783488 0.8459937 0.8884891 0.8419132 0.8821216 0.7592961 0.8849797 0.7472735 0.8830872 0.764167 0.7460588 0.835777 0.750693 0.8353674 0.7528512 0.8474994 0.7448171 0.8315799 0.7480381 0.8285829 0.750693 0.8353674 0.8974539 0.8460778 0.8884891 0.8419132 0.8935267 0.8292505 0.6422474 0.8745278 0.6392952 0.8744276 0.6480231 0.8625971 0.6817203 0.8432112 0.6846826 0.8482289 0.6538488 0.8696496 0.7118384 0.8308175 0.7129501 0.8360627 0.6817203 0.8432112 0.9917313 0.8349888 0.9907468 0.8363423 0.9788951 0.8270046 0.9209048 0.8025702 0.9206646 0.8096069 0.9099032 0.8115336 0.9035134 0.8072511 0.9099032 0.8115336 0.9033853 0.8098052 0.6409432 0.8780101 0.6379272 0.8802853 0.6392952 0.8744276 0.6409432 0.8780101 0.6415245 0.8792331 0.6379272 0.8802853 0.4088069 0.1803984 0.4079803 0.1702752 0.4143941 0.1745268 0.4046565 0.1544309 0.3998377 0.1369348 0.404007 0.1409077 0.4046565 0.1544309 0.4086796 0.1569281 0.4079803 0.1702752 0.1033464 0.09240049 0.1028049 0.09114497 0.105917 0.08913868 0.1033464 0.09240049 0.1002183 0.0963816 0.099671 0.09496408 0.09666574 0.1006598 0.09299415 0.1057808 0.09178709 0.1048234 0.08950901 0.1122904 0.08821332 0.1115229 0.09299415 0.1057808 0.08275568 0.1217913 0.08423715 0.1224437 0.08156681 0.1258236 0.08275568 0.1217913 0.08424383 0.1172795 0.08554273 0.1179253 0.06948393 0.1495654 0.07036197 0.1552033 0.06927973 0.1545882 0.06948393 0.1495654 0.06927973 0.1545882 0.0678271 0.1446966 0.3832626 0.09440183 0.3925887 0.1078448 0.3824018 0.09764093 0.3832626 0.09440183 0.3824018 0.09764093 0.3730149 0.09293609 0.4000647 0.1246467 0.3981859 0.1241617 0.3925887 0.1078448 0.07130634 0.1545122 0.07207179 0.1499853 0.07398343 0.1497479 0.07731819 0.1602878 0.07312822 0.1574592 0.07743227 0.1518721 0.07731819 0.1602878 0.07822 0.1681267 0.07067781 0.1636995 0.4406306 0.8249323 0.4324765 0.8239049 0.4373139 0.8181586 0.1068885 0.08489131 0.108635 0.08305191 0.1089518 0.08403587 0.1111319 0.08375811 0.1108411 0.08216255 0.1130911 0.08234542 0.1077973 0.08701819 0.1072218 0.08585262 0.1093985 0.08542829 0.6168137 0.1151434 0.6150708 0.1423063 0.6093459 0.07101708 0.4329929 0.1516054 0.4385908 0.1562414 0.4208798 0.1562286 0.4329929 0.1516054 0.4227112 0.1524595 0.4245426 0.1486904 0.4329929 0.1516054 0.4273951 0.1469694 0.4302475 0.1452485 0.4399526 0.1720639 0.4484561 0.16802 0.4406104 0.1797859 0.4399526 0.1720639 0.4379388 0.1792904 0.4352672 0.1787948 0.4399526 0.1720639 0.4314491 0.1761077 0.4276311 0.1734206 0.430796 0.1603955 0.4407123 0.1606163 0.4230012 0.1645497 0.430796 0.1603955 0.4230012 0.1645497 0.4208798 0.1601747 0.430796 0.1603955 0.4208798 0.1601747 0.4208798 0.1562286 0.4332075 0.1655365 0.4419665 0.1648374 0.4276311 0.1734206 0.4332075 0.1655365 0.4257026 0.1704566 0.4244484 0.1662355 0.4332075 0.1655365 0.4244484 0.1662355 0.4407123 0.1606163 0.05520296 0.7856859 0.05842304 0.7861247 0.05587279 0.7937152 0.6450702 0.9040159 0.6096804 0.902324 0.6109137 0.8958922 0.05869013 0.8048134 0.05458277 0.8124067 0.05147427 0.8092542 0.05842375 0.7861241 0.05520296 0.7856859 0.05651587 0.7781276 0.5195028 0.9719903 0.5429614 0.9693139 0.5443571 0.9776802 0.06896084 0.4133601 0.06957221 0.3720961 0.0784136 0.3719406 0.1047558 0.2493196 0.1102553 0.2574809 0.09202909 0.2398544 0.2930344 0.5203688 0.2924344 0.5197831 0.2847441 0.5223163 0.07763487 0.2379433 0.06441122 0.2319129 0.07485806 0.2244113 0.7942383 0.9552083 0.7943786 0.9545701 0.813349 0.9542245 0.3961576 0.495955 0.40232 0.5035828 0.4030759 0.5024721 0.3413931 0.1544346 0.3380708 0.1702776 0.3373709 0.1569318 0.3413931 0.1544346 0.3373709 0.1569318 0.3420413 0.1409128 0.1316917 0.09306514 0.1292786 0.08969247 0.1322899 0.09183806 0.1316917 0.09306514 0.1322899 0.09183806 0.1352406 0.09579175 0.1379784 0.1016128 0.1346294 0.0971809 0.1388971 0.1004086 0.1379784 0.1016128 0.1388971 0.1004086 0.1426581 0.1059908 0.1445934 0.1135483 0.1459219 0.1128408 0.1482986 0.1193537 0.1532351 0.1453009 0.1510282 0.1379195 0.1531038 0.1382626 0.1532351 0.1453009 0.1555575 0.1445367 0.1584062 0.1516662 0.1495622 0.1323552 0.148639 0.1280128 0.1501079 0.1279217 0.1495622 0.1323552 0.1513152 0.1327126 0.1510282 0.1379195 0.3459798 0.1246541 0.3534498 0.1078528 0.3478584 0.1241686 0.3459798 0.1246541 0.3478584 0.1241686 0.3420413 0.1409128 0.1545955 0.1620448 0.1548639 0.1536318 0.1589102 0.1594093 0.1545955 0.1620448 0.1589102 0.1594093 0.1610745 0.1657554 0.3515176 0.1218622 0.3478584 0.1241686 0.3549969 0.1089843 0.6352226 0.8073823 0.6427577 0.8072329 0.6430525 0.8112286 0.1243355 0.08407914 0.1224502 0.08257484 0.1247031 0.08250218 0.1243355 0.08407914 0.1247031 0.08250218 0.1264953 0.08446127 0.1275032 0.08748966 0.1281325 0.08635491 0.1299517 0.08865612 0.5989144 0.6873406 0.5884699 0.7079532 0.5739508 0.7068023 0.4578076 0.125191 0.467362 0.1273948 0.4489942 0.1289073 0.4578076 0.125191 0.4489942 0.1289073 0.4477231 0.1273338 0.4578076 0.125191 0.4482531 0.1229872 0.4487831 0.1186405 0.421953 0.1102855 0.4278281 0.1149502 0.4111851 0.1164265 0.421953 0.1102855 0.412696 0.112009 0.4142068 0.1075915 0.421953 0.1102855 0.4160778 0.1056209 0.4179488 0.1036502 0.2635852 0.9778572 0.2680893 0.9835599 0.2470822 0.9739385 0.2635852 0.9778572 0.2590811 0.9721545 0.2766644 0.9829656 0.3986207 0.3233857 0.4106487 0.3676757 0.4108393 0.372063 0.8297831 0.9572927 0.7940756 0.959739 0.8291006 0.9543786 0.5423699 0.9665606 0.5427466 0.9681817 0.5259184 0.970095 0.5195028 0.9719902 0.5183196 0.9812341 0.5014831 0.9742468 0.3665065 0.0396291 0.384848 0.05047476 0.3604162 0.05328488 0.102516 0.08993983 0.1049649 0.08706158 0.1052924 0.08806997 0.09499669 0.09826177 0.09580236 0.09941363 0.09057348 0.1039426 0.07978904 0.1308583 0.08192521 0.1311367 0.07988744 0.1365998 0.07978904 0.1308583 0.08156681 0.1258236 0.08192521 0.1311367 0.07241314 0.1441159 0.07373905 0.1431598 0.07398343 0.1497479 0.07559531 0.1402624 0.07715225 0.1427558 0.07373905 0.1431598 0.07559531 0.1402624 0.07770448 0.1359773 0.07988744 0.1365998 0.4322124 0.8471598 0.4235298 0.8454849 0.4316216 0.8423678 0.4322124 0.8471598 0.4337918 0.8525573 0.4249807 0.8511523 0.1269285 0.6024804 0.1364042 0.6030159 0.1155399 0.6068034 0.1269285 0.6024804 0.1155399 0.6068034 0.1158847 0.6045765 0.1269285 0.6024804 0.1174528 0.6019449 0.1383172 0.5981574 0.1306279 0.5952123 0.1383172 0.5981574 0.1199566 0.596717 0.1306279 0.5952123 0.1199566 0.596717 0.1208922 0.5941206 0.01755392 0.1341156 0.02412444 0.1388931 0.007140815 0.1361284 0.01755392 0.1341156 0.00779432 0.1331338 0.0109834 0.1293382 0.01755392 0.1341156 0.0109834 0.1293382 0.02731353 0.1350975 0.02081394 0.1560015 0.01667541 0.1622699 0.01479142 0.1622699 0.02081394 0.1560015 0.01179414 0.1600392 0.00879687 0.1578084 0.01542907 0.148844 0.02495247 0.1497331 0.00879687 0.1578084 0.01500606 0.141911 0.02387601 0.1438647 0.005887687 0.1449289 0.01500606 0.141911 0.005887687 0.1449289 0.005131423 0.1437863 0.01500606 0.141911 0.006136119 0.1399574 0.007140815 0.1361284 0.3627778 0.4208734 0.3520521 0.4210878 0.374377 0.4175639 0.3685252 0.4274715 0.3821044 0.4238988 0.3633961 0.4326192 0.3685252 0.4274715 0.3633961 0.4326192 0.3582105 0.4326192 0.1175822 0.8351992 0.1160715 0.8347665 0.1162887 0.8345518 0.1175822 0.8351992 0.1177226 0.8348975 0.1193779 0.8350313 0.1152067 0.8341082 0.1148285 0.8325813 0.1154299 0.8339455 0.1152067 0.8341082 0.1154299 0.8339455 0.1160715 0.8347665 0.1147773 0.8295429 0.1149868 0.8296148 0.1150336 0.8324945 0.1182391 0.8254442 0.1215885 0.8251394 0.1212797 0.8253788 0.1182391 0.8254442 0.1181973 0.8256998 0.1156989 0.8266212 0.1210978 0.8338875 0.1193779 0.8350313 0.1193884 0.8346896 0.1219717 0.8286526 0.1221573 0.8317629 0.1217917 0.8287996 0.1219717 0.8286526 0.1217917 0.8287996 0.121142 0.8254425 0.6448846 0.9051404 0.6447007 0.9061582 0.6232323 0.9041125 0.8056812 0.9241235 0.8270609 0.9248768 0.8262279 0.9262319 0.8056812 0.9241235 0.8155879 0.9257776 0.7853799 0.9238706 0.8425911 0.9259649 0.8520246 0.9271121 0.8322283 0.9268853 0.8425911 0.9259649 0.8322283 0.9268853 0.8262279 0.9262319 0.8524491 0.9310896 0.8550319 0.9288647 0.8721103 0.9288016 0.7331851 0.9229608 0.7564679 0.9233476 0.7576658 0.9247609 0.7730849 0.9242838 0.7831292 0.9254478 0.764793 0.92503 0.7730849 0.9242838 0.764793 0.92503 0.7576658 0.9247609 0.6536902 0.9219715 0.6765929 0.9222137 0.6765384 0.9236159 0.6536902 0.9219715 0.6649199 0.9238203 0.6330733 0.9223185 0.696317 0.9233903 0.7106602 0.923012 0.7357394 0.9258338 0.696317 0.9233903 0.6860646 0.9239319 0.6765384 0.9236159 0.5818533 0.9213906 0.6032924 0.9218854 0.6037626 0.9233555 0.6202065 0.9229095 0.63098 0.9242084 0.6112148 0.9236226 0.6202065 0.9229095 0.6112148 0.9236226 0.6037626 0.9233555 0.5485172 0.9214192 0.5616685 0.9212827 0.5839866 0.9242309 0.1171368 0.7808634 0.1188282 0.7772071 0.119704 0.7790539 0.1126827 0.7513694 0.1158959 0.7521099 0.1145501 0.7554628 0.124211 0.7476533 0.1246669 0.7537405 0.1228276 0.7509676 0.124211 0.7476533 0.1228276 0.7509676 0.1213566 0.7487416 0.1239632 0.7598288 0.1230957 0.7569314 0.1246669 0.7537405 0.1163937 0.7604153 0.1173127 0.7575724 0.1181132 0.7598945 0.1190116 0.7651524 0.119183 0.7693472 0.117964 0.7642906 0.1099943 0.7193397 0.113383 0.7271543 0.1073864 0.7235253 0.1170995 0.7177372 0.1198377 0.7203347 0.1166579 0.726289 0.1170995 0.7177372 0.1166579 0.726289 0.1149392 0.7256618 0.1122846 0.7441443 0.1095507 0.739784 0.1137658 0.7405832 0.1122846 0.7441443 0.1137658 0.7405832 0.1154178 0.7427504 0.1169515 0.745745 0.1150087 0.7457752 0.1154178 0.7427504 0.1169515 0.745745 0.1185038 0.7448843 0.1186068 0.7469928 0.1196022 0.7449651 0.1199625 0.747597 0.1186068 0.7469928 0.1196022 0.7449651 0.1207782 0.7438184 0.1199625 0.747597 0.1221095 0.7402166 0.1210439 0.7388666 0.1213212 0.7356151 0.1184757 0.7963083 0.1206082 0.7952806 0.121311 0.7963507 0.1215602 0.7988935 0.1193927 0.7980309 0.121311 0.7963507 0.1215602 0.7988935 0.1225745 0.7970913 0.1241244 0.7977843 0.1267664 0.7917944 0.1279292 0.7979291 0.1261898 0.7935031 0.1267664 0.7917944 0.1261898 0.7935031 0.1251841 0.7864703 0.1235359 0.7838804 0.1239019 0.7871279 0.1220649 0.7837713 0.1210831 0.7835037 0.1218548 0.7826576 0.1220649 0.7837713 0.1210831 0.7835037 0.1215108 0.7865882 0.1202384 0.7853641 0.1210831 0.7835037 0.1202384 0.7853641 0.119704 0.7790539 0.1192476 0.7892528 0.1180582 0.7859191 0.119704 0.7790539 0.1192476 0.7892528 0.1202384 0.7853641 0.1209987 0.789281 0.1192476 0.7892528 0.1205711 0.7917255 0.1185228 0.7934681 0.3650433 0.1009595 0.357676 0.1097021 0.3636311 0.09764534 0.3650433 0.1009595 0.3636311 0.09764534 0.3730161 0.09744167 0.1397539 0.09929591 0.1388971 0.1004086 0.1352406 0.09579175 0.1472461 0.1121836 0.1496248 0.1187675 0.1459219 0.1128408 0.1472461 0.1121836 0.1459219 0.1128408 0.1426581 0.1059908 0.1509072 0.12334 0.1519131 0.1274212 0.1493982 0.1239247 0.1509072 0.12334 0.1493982 0.1239247 0.1482986 0.1193537 0.1629098 0.151688 0.1641538 0.1429316 0.1647866 0.1468986 0.1629098 0.151688 0.1628856 0.1567156 0.1617764 0.1572811 0.62759 0.8268435 0.6356201 0.8276017 0.6300252 0.8344776 0.62759 0.8268435 0.6311833 0.821313 0.6356201 0.8276017 0.1250398 0.081523 0.1247031 0.08250218 0.1226779 0.08085834 0.1285105 0.08541268 0.1281325 0.08635491 0.1264953 0.08446127 0.1285105 0.08541268 0.1303255 0.08766621 0.1281325 0.08635491 0.9867762 0.9742161 0.977801 0.9912441 0.9748693 0.992879 0.4516843 0.0954886 0.4634519 0.0986374 0.4423114 0.09697985 0.4516843 0.0954886 0.4423114 0.09697985 0.440485 0.09452044 0.4575462 0.08408987 0.4456474 0.08032166 0.4487013 0.07863551 0.4642699 0.1385952 0.4552593 0.1424712 0.4537341 0.1398125 0.4607864 0.1167439 0.4666209 0.1214746 0.4487831 0.1186405 0.4607864 0.1167439 0.4509693 0.1156106 0.4531555 0.1125807 0.4607864 0.1167439 0.4549518 0.1120132 0.4706034 0.1178772 0.4594924 0.1319293 0.4690964 0.1320606 0.4537341 0.1398125 0.4283403 0.1309298 0.4371623 0.1255804 0.4298535 0.1376869 0.4283403 0.1309298 0.4265341 0.1379701 0.4232147 0.1382533 0.4283403 0.1309298 0.4195183 0.1362793 0.4158219 0.1343053 0.4213984 0.1251074 0.4301465 0.1238896 0.4158219 0.1343053 0.4213984 0.1251074 0.4135035 0.1311119 0.4126502 0.1263252 0.4213984 0.1251074 0.4126502 0.1263252 0.4292932 0.1191028 0.4203296 0.1195304 0.4292932 0.1191028 0.412831 0.1241107 0.4203296 0.1195304 0.412831 0.1241107 0.4113659 0.1199581 0.4203296 0.1195304 0.4113659 0.1199581 0.4111851 0.1164265 0.2571181 0.9837515 0.2682606 0.9883712 0.2464878 0.9823068 0.2571181 0.9837515 0.2464878 0.9823068 0.2455508 0.9810525 0.261119 0.9894741 0.2730056 0.9931812 0.2539774 0.9905769 0.261119 0.9894741 0.2539774 0.9905769 0.25104 0.9879726 0.261119 0.9894741 0.2492324 0.9857669 0.2682606 0.9883712 0.1527139 0.835214 0.1525736 0.8349123 0.1540079 0.8345676 0.1550903 0.8341251 0.1542251 0.8347826 0.1548672 0.8339621 0.1550903 0.8341251 0.1548672 0.8339621 0.1554697 0.8325985 0.1520637 0.8254578 0.1546033 0.8266369 0.1521053 0.8257136 0.1520637 0.8254578 0.1521053 0.8257136 0.1490229 0.8253906 0.1491988 0.8338994 0.1481408 0.8317738 0.1493541 0.833647 0.1491988 0.8338994 0.1493541 0.833647 0.1509078 0.8347031 0.8754846 0.9408209 0.8559924 0.9411243 0.8851483 0.9395 0.8754846 0.9408209 0.8851483 0.9395 0.8962931 0.9396772 0.8056768 0.942431 0.785376 0.9426751 0.815584 0.9407812 0.8056768 0.942431 0.815584 0.9407812 0.8262239 0.9403316 0.8056766 0.9339804 0.8157107 0.9346858 0.7853243 0.9341999 0.733182 0.9435672 0.7469149 0.9415048 0.7576628 0.9417735 0.7730814 0.9422566 0.7564645 0.9431868 0.7576628 0.9417735 0.6536882 0.9445387 0.6330717 0.9441886 0.6649181 0.9426916 0.6536882 0.9445387 0.6649181 0.9426916 0.6765365 0.942898 0.6963147 0.9431283 0.6765906 0.9443005 0.6765365 0.942898 0.6963147 0.9431283 0.6860625 0.9425841 0.6927017 0.9419736 0.5818521 0.9451106 0.5616676 0.945217 0.5938981 0.9429695 0.5818521 0.9451106 0.5938981 0.9429695 0.6037613 0.9431474 0.5205159 0.9465243 0.5269888 0.9446198 0.5329464 0.9450821 0.5485165 0.9450796 0.5594694 0.9435082 0.5839857 0.9422703 0.5485165 0.9450796 0.5338656 0.9462891 0.5329464 0.9450821 0.5485165 0.9450796 0.5388821 0.9448204 0.5594694 0.9435082 0.1435166 0.7837491 0.1440998 0.7771585 0.1454185 0.7764163 0.1435166 0.7837491 0.1453912 0.778188 0.1432594 0.7889324 0.1544238 0.7691122 0.1538962 0.7749747 0.1521885 0.7731039 0.1544238 0.7691122 0.1521885 0.7731039 0.1545245 0.7640179 0.1576611 0.7513793 0.1557919 0.7554722 0.1544473 0.7521185 0.1576611 0.7513793 0.1544473 0.7521185 0.1544716 0.7499095 0.1490986 0.7652194 0.1505398 0.7645149 0.1502711 0.7676314 0.1490986 0.7652194 0.1485503 0.7696719 0.1476975 0.7642254 0.1463764 0.7598342 0.1476975 0.7642254 0.1470494 0.7718193 0.1463764 0.7598342 0.1456751 0.7537453 0.1472452 0.7569372 0.1463764 0.7598342 0.1472452 0.7569372 0.1484658 0.7594936 0.1539461 0.7604242 0.1545245 0.7640179 0.1518525 0.7711544 0.1539461 0.7604242 0.152374 0.764299 0.1522267 0.7599026 0.1539461 0.7604242 0.1530282 0.7575806 0.1557919 0.7554722 0.1513259 0.7651603 0.152374 0.764299 0.1511527 0.7693553 0.1513259 0.7651603 0.1511527 0.7693553 0.1502711 0.7676314 0.1513259 0.7651603 0.1505398 0.7645149 0.1514991 0.7609654 0.1513259 0.7651603 0.1514991 0.7609654 0.152374 0.764299 0.1627733 0.7316359 0.1607979 0.7397944 0.1583717 0.7336395 0.1627733 0.7316359 0.1583717 0.7336395 0.1580572 0.7300582 0.1532558 0.7177435 0.1536948 0.7262958 0.1505166 0.7203401 0.1580622 0.744154 0.1565821 0.740592 0.1607979 0.7397944 0.1482381 0.7402219 0.1493042 0.7388721 0.1502344 0.7412513 0.1419987 0.8029552 0.1433727 0.7981441 0.142491 0.8052931 0.1518462 0.7963192 0.1509281 0.7980414 0.1490107 0.7963597 0.14876 0.7989025 0.1477466 0.7970994 0.1490107 0.7963597 0.1435574 0.7917996 0.1451426 0.7864761 0.1441332 0.7935088 0.1435574 0.7917996 0.1441332 0.7935088 0.1423913 0.7979338 0.1467923 0.783887 0.1484742 0.782665 0.1482633 0.7837787 0.1492455 0.7835117 0.1488162 0.7865962 0.1482633 0.7837787 0.107542 0.2722381 0.09810805 0.2706528 0.1029338 0.2623572 0.3665065 0.0396291 0.3594527 0.05256962 0.3392797 0.03773188 0.6168137 0.1151434 0.6242815 0.1592697 0.6202825 0.1571998 0.5989144 0.6873406 0.6388997 0.6717543 0.5884699 0.7079532 0.117801 0.08129781 0.1130911 0.08234542 0.112948 0.08061766 0.2408343 0.9392796 0.231163 0.9121013 0.2427234 0.9357384 0.5640146 0.7451345 0.5928294 0.7133311 0.5910961 0.728747 0.5640146 0.7451345 0.5869962 0.742723 0.5351998 0.776938 0.6227408 0.7160729 0.6418439 0.7137109 0.5973214 0.7304959 0.6227408 0.7160729 0.5973214 0.7304959 0.6010704 0.7205975 0.4818748 0.7609424 0.496308 0.7785062 0.4428262 0.7487335 0.5039015 0.7555891 0.5128657 0.7635834 0.4818748 0.7609424 0.7870188 0.9275418 0.7757966 0.9269994 0.7831292 0.9254478 0.7831134 0.9307577 0.7695304 0.9300059 0.7757966 0.9269994 0.708531 0.9273828 0.709178 0.9249166 0.7357394 0.9258338 0.5596322 0.9255084 0.5594701 0.9229914 0.5839866 0.9242309 0.5591713 0.9286544 0.5596322 0.9255084 0.5699445 0.9271235 0.1178761 0.07830595 0.1229567 0.0798251 0.1178439 0.07957947 0.8573278 0.8901376 0.8305753 0.8951538 0.8151608 0.8917822 0.483266 0.6678763 0.460288 0.6820456 0.4444501 0.6778377 0.6313386 0.689987 0.6097073 0.7091042 0.6388997 0.6717543 0.9564331 0.9719596 0.9396399 0.99177 0.9255799 0.9906612 0.5255841 0.7262104 0.5107416 0.7382241 0.5046043 0.7366065 0.037382 0.9346948 0.06996423 0.934892 0.0161705 0.9430676 0.037382 0.9346948 0.0161705 0.9430676 0.01030045 0.940097 0.1178761 0.07830595 0.1178439 0.07957947 0.1127206 0.07957041 0.5596317 0.9409911 0.5699439 0.9393768 0.5839857 0.9422703 0.2094249 0.7569485 0.2101317 0.7687285 0.2077403 0.7684151 0.9700644 0.04670625 0.9817441 0.03632056 0.9822996 0.03766715 0.6767634 0.3780371 0.6764659 0.3831554 0.6710031 0.3794669 0.8007221 0.2532683 0.8055621 0.2576282 0.8025893 0.3039331 0.7771785 0.1013946 0.7824608 0.08357036 0.7795368 0.1194782 0.8584762 0.08574855 0.8566657 0.1019266 0.8461682 0.08280497 0.8270995 0.1481375 0.8313806 0.1486182 0.8312651 0.1567347 0.7584454 0.2179838 0.7527024 0.2151224 0.7590535 0.2080391 0.6919307 0.3352598 0.6940489 0.3396658 0.6758189 0.3658072 0.7336561 0.1058533 0.7365995 0.1160034 0.7281395 0.1215735 0.7387278 0.08976507 0.7421922 0.1028633 0.7336561 0.1058533 0.7202326 0.1001502 0.7194691 0.09549719 0.7273231 0.09369724 0.7273231 0.09369724 0.7259052 0.09058243 0.7345571 0.08556991 0.8784282 0.0807234 0.8820876 0.08047515 0.8869713 0.08941835 0.8642836 0.04498559 0.8658529 0.03829663 0.8753313 0.0473653 0.7564005 0.05890595 0.7456018 0.06170862 0.7452985 0.05209749 0.8785009 0.05949145 0.8826844 0.05938458 0.8768479 0.07390499 0.8768479 0.07390499 0.8810009 0.07676196 0.8784282 0.0807234 0.8826844 0.05938458 0.8785009 0.05949145 0.8753313 0.0473653 0.8969995 0.05958229 0.9039614 0.05924415 0.9014519 0.07171016 0.6132951 0.0521897 0.616767 0.05397957 0.6157157 0.05791866 0.6138321 0.05055224 0.6150037 0.04883867 0.6177554 0.05123472 0.9151875 0.5690259 0.91328 0.5670219 0.9343501 0.5334371 0.9920399 0.8336142 0.9917313 0.8349888 0.9788951 0.8270046 0.6392616 0.5588664 0.6438637 0.5544547 0.6449865 0.5592846 0.7308776 0.6687631 0.7068246 0.6330254 0.7342674 0.6644091 0.7440879 0.7021193 0.7308776 0.6687631 0.7490928 0.6984499 0.7678569 0.8205375 0.7528317 0.7986046 0.7698237 0.8014655 0.7853515 0.7888858 0.7864597 0.7595543 0.7912245 0.7597765 0.91328 0.5670219 0.8894361 0.6153725 0.9062181 0.5676413 0.8894361 0.6153725 0.8734863 0.6574848 0.8823278 0.6132327 0.8617486 0.7929671 0.8665344 0.7761537 0.8761212 0.7826308 0.746652 0.7087133 0.7440879 0.7021193 0.7513035 0.7078294 0.7203944 0.6734989 0.6984813 0.6385019 0.7021321 0.6367248 0.6422474 0.8745278 0.6528997 0.8620488 0.6526407 0.8680093 0.7320285 0.8215943 0.7270275 0.8204156 0.7319932 0.817034 0.7448171 0.8315799 0.7389691 0.8252238 0.7480381 0.8285829 0.8821216 0.7592961 0.8711718 0.7014564 0.8849797 0.7472735 0.9796958 0.8253602 0.9520593 0.8056493 0.979636 0.8189386 0.8974539 0.8460778 0.8809417 0.8521122 0.8884891 0.8419132 0.8849797 0.7472735 0.888046 0.7631869 0.8830872 0.764167 0.7458448 0.8507922 0.7460588 0.835777 0.7528512 0.8474994 0.8884891 0.8419132 0.8895217 0.8298348 0.8935267 0.8292505 0.6528997 0.8620488 0.6422474 0.8745278 0.6480231 0.8625971 0.7129501 0.8360627 0.6846826 0.8482289 0.6817203 0.8432112 0.7256861 0.8360111 0.7129501 0.8360627 0.7118384 0.8308175 0.9035134 0.8072511 0.9209048 0.8025702 0.9099032 0.8115336 0.6422474 0.8745278 0.6409432 0.8780101 0.6392952 0.8744276 0.6415245 0.8792331 0.6387075 0.8817582 0.6379272 0.8802853 0.6423354 0.8804643 0.6401054 0.8831995 0.6387075 0.8817582 0.07196682 0.1712505 0.07067781 0.1636995 0.07822 0.1681267 0.4085009 0.1887893 0.4174486 0.1880344 0.4190911 0.1944777 0.4156946 0.1808997 0.4174486 0.1880344 0.4085009 0.1887893 0.4156946 0.1808997 0.4088069 0.1803984 0.4143941 0.1745268 0.4086796 0.1569281 0.4046565 0.1544309 0.404007 0.1409077 0.4086796 0.1569281 0.4143941 0.1745268 0.4079803 0.1702752 0.1028049 0.09114497 0.1052924 0.08806997 0.105917 0.08913868 0.1028049 0.09114497 0.1033464 0.09240049 0.099671 0.09496408 0.09580236 0.09941363 0.09666574 0.1006598 0.09178709 0.1048234 0.09580236 0.09941363 0.099671 0.09496408 0.1002183 0.0963816 0.08821332 0.1115229 0.08950901 0.1122904 0.08554273 0.1179253 0.08821332 0.1115229 0.09178709 0.1048234 0.09299415 0.1057808 0.08423715 0.1224437 0.08334767 0.1264051 0.08156681 0.1258236 0.08423715 0.1224437 0.08275568 0.1217913 0.08554273 0.1179253 0.07036197 0.1552033 0.07067781 0.1636995 0.06927973 0.1545882 0.3925887 0.1078448 0.3910421 0.1089771 0.3824018 0.09764093 0.3981859 0.1241617 0.3910421 0.1089771 0.3925887 0.1078448 0.3981859 0.1241617 0.4000647 0.1246467 0.404007 0.1409077 0.07312822 0.1574592 0.07130634 0.1545122 0.07398343 0.1497479 0.07312822 0.1574592 0.07398343 0.1497479 0.07743227 0.1518721 0.07312822 0.1574592 0.07731819 0.1602878 0.07067781 0.1636995 0.3981859 0.1241617 0.404007 0.1409077 0.3998377 0.1369348 0.4450407 0.8195813 0.4373139 0.8181586 0.4394211 0.8115405 0.4450407 0.8195813 0.4406306 0.8249323 0.4373139 0.8181586 0.1072218 0.08585262 0.1068885 0.08489131 0.1089518 0.08403587 0.1072218 0.08585262 0.1052924 0.08806997 0.1049649 0.08706158 0.1108411 0.08216255 0.1111319 0.08375811 0.1089518 0.08403587 0.1108411 0.08216255 0.112948 0.08061766 0.1130911 0.08234542 0.1072218 0.08585262 0.1077973 0.08701819 0.1052924 0.08806997 0.1072218 0.08585262 0.1089518 0.08403587 0.1093985 0.08542829 0.6150708 0.1423063 0.6098591 0.1274128 0.6093459 0.07101708 0.4227112 0.1524595 0.4329929 0.1516054 0.4208798 0.1562286 0.4273951 0.1469694 0.4329929 0.1516054 0.4245426 0.1486904 0.4432747 0.1507514 0.4329929 0.1516054 0.4302475 0.1452485 0.4379388 0.1792904 0.4399526 0.1720639 0.4406104 0.1797859 0.4314491 0.1761077 0.4399526 0.1720639 0.4352672 0.1787948 0.4419665 0.1648374 0.4399526 0.1720639 0.4276311 0.1734206 0.4407123 0.1606163 0.4251227 0.1649783 0.4230012 0.1645497 0.4230012 0.1645497 0.4208798 0.1641209 0.4208798 0.1601747 0.4385908 0.1562414 0.430796 0.1603955 0.4208798 0.1562286 0.4257026 0.1704566 0.4332075 0.1655365 0.4276311 0.1734206 0.4257026 0.1704566 0.4237742 0.1674926 0.4244484 0.1662355 0.4244484 0.1662355 0.4251227 0.1649783 0.4407123 0.1606163 0.5743583 0.8999197 0.5761371 0.8925779 0.6096797 0.9023228 0.6447007 0.9061582 0.6092132 0.9046195 0.6232322 0.9041125 0.2753347 0.5251768 0.275457 0.5255982 0.2713933 0.5254114 0.08518606 0.2495151 0.07763487 0.2379433 0.08899027 0.2383686 0.2753347 0.5251768 0.2851436 0.5227878 0.2848007 0.5226263 0.2851436 0.5227878 0.2930344 0.5203688 0.2848007 0.5226263 0.08434492 0.2699531 0.09110289 0.2601913 0.09496122 0.2702769 0.3847832 0.4858276 0.3902328 0.4896093 0.3910593 0.4841125 0.153338 0.1698353 0.1610745 0.1657554 0.1594431 0.1732409 0.3269615 0.1944791 0.3286038 0.1880361 0.3375512 0.1887906 0.3375512 0.1887906 0.3286038 0.1880361 0.3303575 0.1809017 0.3380708 0.1702776 0.3316578 0.1745291 0.3373709 0.1569318 0.3462095 0.1369398 0.3413931 0.1544346 0.3420413 0.1409128 0.1292786 0.08969247 0.1299517 0.08865612 0.1322899 0.09183806 0.1346294 0.0971809 0.1352406 0.09579175 0.1388971 0.1004086 0.1414096 0.1068916 0.1379784 0.1016128 0.1426581 0.1059908 0.1414096 0.1068916 0.1426581 0.1059908 0.1459219 0.1128408 0.1469902 0.1199083 0.1445934 0.1135483 0.1482986 0.1193537 0.1555575 0.1445367 0.1532351 0.1453009 0.1531038 0.1382626 0.1548639 0.1536318 0.1532351 0.1453009 0.1584062 0.1516662 0.1469902 0.1199083 0.1482986 0.1193537 0.1493982 0.1239247 0.1493982 0.1239247 0.1501079 0.1279217 0.148639 0.1280128 0.1513152 0.1327126 0.1495622 0.1323552 0.1501079 0.1279217 0.1513152 0.1327126 0.1531038 0.1382626 0.1510282 0.1379195 0.3534498 0.1078528 0.3549969 0.1089843 0.3478584 0.1241686 0.1548639 0.1536318 0.1584062 0.1516662 0.1589102 0.1594093 0.153338 0.1698353 0.1545955 0.1620448 0.1610745 0.1657554 0.3462095 0.1369398 0.3420413 0.1409128 0.3478584 0.1241686 0.357676 0.1097021 0.3515176 0.1218622 0.3549969 0.1089843 0.6427577 0.8072329 0.6352226 0.8073823 0.6421822 0.8039355 0.1224502 0.08257484 0.1226779 0.08085834 0.1247031 0.08250218 0.1292786 0.08969247 0.1275032 0.08748966 0.1299517 0.08865612 0.558929 0.7029269 0.5989144 0.6873406 0.5739508 0.7068023 0.467362 0.1273948 0.4502654 0.1304809 0.4489942 0.1289073 0.4482531 0.1229872 0.4578076 0.125191 0.4477231 0.1273338 0.4666209 0.1214746 0.4578076 0.125191 0.4487831 0.1186405 0.412696 0.112009 0.421953 0.1102855 0.4111851 0.1164265 0.4160778 0.1056209 0.421953 0.1102855 0.4142068 0.1075915 0.43121 0.108562 0.421953 0.1102855 0.4179488 0.1036502 0.2505061 0.9727488 0.2635852 0.9778572 0.2470822 0.9739385 0.2590811 0.9721545 0.2635852 0.9778572 0.2539299 0.9715591 0.2590811 0.9721545 0.2642324 0.97275 0.2766644 0.9829656 0.7943786 0.9545701 0.8291825 0.952862 0.8290858 0.9534423 0.8291825 0.952862 0.864139 0.9507949 0.8459779 0.9524202 0.4866076 0.9731392 0.5018571 0.9712503 0.5017189 0.9732004 0.5194337 0.9690057 0.5195359 0.9708327 0.5018571 0.9712503 0.5194337 0.9690057 0.5423699 0.9665606 0.5259184 0.9700949 0.8680958 0.9545583 0.8650555 0.9521918 0.8833292 0.9510478 0.3516355 0.05674433 0.3579126 0.05392664 0.3709838 0.07302284 0.3730161 0.09744167 0.3730149 0.09293609 0.3824018 0.09764093 0.1028049 0.09114497 0.102516 0.08993983 0.1052924 0.08806997 0.09580236 0.09941363 0.09178709 0.1048234 0.09057348 0.1039426 0.09580236 0.09941363 0.09499669 0.09826177 0.099671 0.09496408 0.08821332 0.1115229 0.08554273 0.1179253 0.08424383 0.1172795 0.07770448 0.1359773 0.07978904 0.1308583 0.07988744 0.1365998 0.08156681 0.1258236 0.08334767 0.1264051 0.08192521 0.1311367 0.07207179 0.1499853 0.07241314 0.1441159 0.07398343 0.1497479 0.07715225 0.1427558 0.07398343 0.1497479 0.07373905 0.1431598 0.07715225 0.1427558 0.07559531 0.1402624 0.07988744 0.1365998 0.4284784 0.8581236 0.4249807 0.8511523 0.4337918 0.8525573 0.1108411 0.08216255 0.1089518 0.08403587 0.108635 0.08305191 0.4235298 0.8454849 0.423538 0.8408384 0.4316216 0.8423678 0.4235298 0.8454849 0.4322124 0.8471598 0.4249807 0.8511523 0.496308 0.7785062 0.4818748 0.7609424 0.5082353 0.777096 0.1364042 0.6030159 0.115195 0.6090303 0.1155399 0.6068034 0.1174528 0.6019449 0.1269285 0.6024804 0.1158847 0.6045765 0.1174528 0.6019449 0.1190209 0.5993133 0.1383172 0.5981574 0.1383172 0.5981574 0.1190209 0.5993133 0.1199566 0.596717 0.1229386 0.5922673 0.1306279 0.5952123 0.1208922 0.5941206 0.00779432 0.1331338 0.01755392 0.1341156 0.007140815 0.1361284 0.00779432 0.1331338 0.008447825 0.1301391 0.0109834 0.1293382 0.0109834 0.1293382 0.01351898 0.1285372 0.02731353 0.1350975 0.01179414 0.1600392 0.02081394 0.1560015 0.01479142 0.1622699 0.02495247 0.1497331 0.02081394 0.1560015 0.00879687 0.1578084 0.006982147 0.1538233 0.01542907 0.148844 0.00879687 0.1578084 0.02387601 0.1438647 0.00664395 0.1460715 0.005887687 0.1449289 0.006136119 0.1399574 0.01500606 0.141911 0.005131423 0.1437863 0.02412444 0.1388931 0.01500606 0.141911 0.007140815 0.1361284 0.3520521 0.4210878 0.3627778 0.4208734 0.3509773 0.4222263 0.3520521 0.4210878 0.3531269 0.4199494 0.374377 0.4175639 0.3821044 0.4238988 0.3685817 0.4326192 0.3633961 0.4326192 0.374377 0.4175639 0.3531269 0.4199494 0.3551757 0.4179657 0.1177226 0.8348975 0.1175822 0.8351992 0.1162887 0.8345518 0.1177226 0.8348975 0.1193884 0.8346896 0.1193779 0.8350313 0.1148285 0.8325813 0.1150336 0.8324945 0.1154299 0.8339455 0.1154299 0.8339455 0.1162887 0.8345518 0.1160715 0.8347665 0.1149868 0.8296148 0.1147773 0.8295429 0.1158536 0.826839 0.1148285 0.8325813 0.1147773 0.8295429 0.1150336 0.8324945 0.1181973 0.8256998 0.1182391 0.8254442 0.1212797 0.8253788 0.1181973 0.8256998 0.1158536 0.826839 0.1156989 0.8266212 0.1209427 0.8336349 0.1210978 0.8338875 0.1193884 0.8346896 0.1221573 0.8317629 0.1219043 0.831687 0.1217917 0.8287996 0.1211635 0.8250494 0.1219717 0.8286526 0.121142 0.8254425 0.8155879 0.9257776 0.8056812 0.9241235 0.8262279 0.9262319 0.8155879 0.9257776 0.8053197 0.9258442 0.7853799 0.9238706 0.8520246 0.9271121 0.8352444 0.9276112 0.8322283 0.9268853 0.8270609 0.9248768 0.8425911 0.9259649 0.8262279 0.9262319 0.8778612 0.9317754 0.8524491 0.9310896 0.8721103 0.9288016 0.7469177 0.9250267 0.7331851 0.9229608 0.7576658 0.9247609 0.7469177 0.9250267 0.7357394 0.9258338 0.7106602 0.923012 0.7831292 0.9254478 0.7694916 0.9256115 0.764793 0.92503 0.7564679 0.9233476 0.7730849 0.9242838 0.7576658 0.9247609 0.6649199 0.9238203 0.6536902 0.9219715 0.6765384 0.9236159 0.6649199 0.9238203 0.6543775 0.9246428 0.6330733 0.9223185 0.709178 0.9249166 0.696317 0.9233903 0.7357394 0.9258338 0.6765929 0.9222137 0.696317 0.9233903 0.6765384 0.9236159 0.5938991 0.9235326 0.5818533 0.9213906 0.6037626 0.9233555 0.5938991 0.9235326 0.5839866 0.9242309 0.5616685 0.9212827 0.63098 0.9242084 0.6165128 0.9241799 0.6112148 0.9236226 0.6032924 0.9218854 0.6202065 0.9229095 0.6037626 0.9233555 0.5594701 0.9229914 0.5485172 0.9214192 0.5839866 0.9242309 0.1180582 0.7859191 0.1171368 0.7808634 0.119704 0.7790539 0.1158959 0.7521099 0.1126827 0.7513694 0.1158726 0.7499011 0.1158959 0.7521099 0.1165398 0.7547309 0.1145501 0.7554628 0.1246669 0.7537405 0.1236494 0.7538418 0.1228276 0.7509676 0.1230957 0.7569314 0.1239632 0.7598288 0.1218742 0.7594872 0.1230957 0.7569314 0.1236494 0.7538418 0.1246669 0.7537405 0.117964 0.7642906 0.1163937 0.7604153 0.1181132 0.7598945 0.119183 0.7693472 0.1184824 0.7711457 0.117964 0.7642906 0.117964 0.7642906 0.1181132 0.7598945 0.1188402 0.7609576 0.119183 0.7693472 0.1190116 0.7651524 0.1200653 0.7676239 0.113383 0.7271543 0.1099943 0.7193397 0.1149392 0.7256618 0.113383 0.7271543 0.1122946 0.7300496 0.1073864 0.7235253 0.1198377 0.7203347 0.1184514 0.7285376 0.1166579 0.726289 0.1095507 0.739784 0.112461 0.7373306 0.1137658 0.7405832 0.1150087 0.7457752 0.1122846 0.7441443 0.1154178 0.7427504 0.1169414 0.743194 0.1169515 0.745745 0.1154178 0.7427504 0.1169616 0.748296 0.1169515 0.745745 0.1186068 0.7469928 0.1185038 0.7448843 0.1196022 0.7449651 0.1186068 0.7469928 0.1207782 0.7438184 0.1213566 0.7487416 0.1199625 0.747597 0.1210439 0.7388666 0.1221095 0.7402166 0.120113 0.7412454 0.1193927 0.7980309 0.1184757 0.7963083 0.121311 0.7963507 0.1225745 0.7970913 0.1215602 0.7988935 0.121311 0.7963507 0.1279292 0.7979291 0.1266047 0.7961712 0.1261898 0.7935031 0.1261898 0.7935031 0.1253923 0.7904 0.1251841 0.7864703 0.1251841 0.7864703 0.1253923 0.7904 0.1239019 0.7871279 0.1218548 0.7826576 0.1235359 0.7838804 0.1220649 0.7837713 0.1215108 0.7865882 0.1210831 0.7835037 0.1220649 0.7837713 0.1215108 0.7865882 0.1209987 0.789281 0.1202384 0.7853641 0.1206554 0.7804192 0.1210831 0.7835037 0.119704 0.7790539 0.1202384 0.7853641 0.1192476 0.7892528 0.119704 0.7790539 0.1205711 0.7917255 0.1192476 0.7892528 0.1209987 0.789281 0.1205711 0.7917255 0.1203877 0.7937744 0.1185228 0.7934681 0.357676 0.1097021 0.3549969 0.1089843 0.3636311 0.09764534 0.3636311 0.09764534 0.3730149 0.09293609 0.3730161 0.09744167 0.1356912 0.09448522 0.1352406 0.09579175 0.1322899 0.09183806 0.1356912 0.09448522 0.1397539 0.09929591 0.1352406 0.09579175 0.1496248 0.1187675 0.1482986 0.1193537 0.1459219 0.1128408 0.1519131 0.1274212 0.1501079 0.1279217 0.1493982 0.1239247 0.1628856 0.1567156 0.1629098 0.151688 0.1647866 0.1468986 0.1628856 0.1567156 0.1610745 0.1657554 0.1617764 0.1572811 0.3373709 0.1569318 0.3316578 0.1745291 0.3319396 0.1703712 0.6233785 0.8325857 0.62759 0.8268435 0.6300252 0.8344776 0.6311833 0.821313 0.6401067 0.82122 0.6356201 0.8276017 0.6253834 0.7735626 0.6319535 0.772822 0.6316495 0.7799088 0.1229567 0.0798251 0.1250398 0.081523 0.1226779 0.08085834 0.1268586 0.08349591 0.1264953 0.08446127 0.1247031 0.08250218 0.1268586 0.08349591 0.1285105 0.08541268 0.1264953 0.08446127 0.1303255 0.08766621 0.1299517 0.08865612 0.1281325 0.08635491 0.4634519 0.0986374 0.4441378 0.09943926 0.4423114 0.09697985 0.4456474 0.08032166 0.4575462 0.08408987 0.4425935 0.08200782 0.4690964 0.1320606 0.4642699 0.1385952 0.4537341 0.1398125 0.4509693 0.1156106 0.4607864 0.1167439 0.4487831 0.1186405 0.4549518 0.1120132 0.4607864 0.1167439 0.4531555 0.1125807 0.4549518 0.1120132 0.4567482 0.1114457 0.4706034 0.1178772 0.4516228 0.1364639 0.4594924 0.1319293 0.4537341 0.1398125 0.4498884 0.1317982 0.4502654 0.1304809 0.467362 0.1273948 0.4265341 0.1379701 0.4283403 0.1309298 0.4298535 0.1376869 0.4301465 0.1238896 0.4283403 0.1309298 0.4158219 0.1343053 0.4135035 0.1311119 0.4213984 0.1251074 0.4158219 0.1343053 0.4135035 0.1311119 0.4111851 0.1279186 0.4126502 0.1263252 0.4126502 0.1263252 0.4141153 0.1247318 0.4292932 0.1191028 0.4292932 0.1191028 0.4141153 0.1247318 0.412831 0.1241107 0.412831 0.1241107 0.4115468 0.1234897 0.4113659 0.1199581 0.4278281 0.1149502 0.4203296 0.1195304 0.4111851 0.1164265 0.2453435 0.9739878 0.2470822 0.9739385 0.2680893 0.9835599 0.2682606 0.9883712 0.2474248 0.9835612 0.2464878 0.9823068 0.2730056 0.9931812 0.2569149 0.9931812 0.2539774 0.9905769 0.2492324 0.9857669 0.261119 0.9894741 0.25104 0.9879726 0.2492324 0.9857669 0.2474248 0.9835612 0.2682606 0.9883712 0.1509181 0.8350446 0.1509078 0.8347031 0.1525736 0.8349123 0.1542251 0.8347826 0.1527139 0.835214 0.1540079 0.8345676 0.1542251 0.8347826 0.1540079 0.8345676 0.1548672 0.8339621 0.1548672 0.8339621 0.1552647 0.8325114 0.1554697 0.8325985 0.1546033 0.8266369 0.1544485 0.8268546 0.1521053 0.8257136 0.1481408 0.8317738 0.1483939 0.8316981 0.1493541 0.833647 0.1509181 0.8350446 0.1491988 0.8338994 0.1509078 0.8347031 0.1485086 0.8288107 0.1483939 0.8316981 0.1481408 0.8317738 0.8559924 0.9411243 0.8768509 0.9394666 0.8851483 0.9395 0.8851483 0.9395 0.8937963 0.9390261 0.8962931 0.9396772 0.785376 0.9426751 0.8053161 0.9407101 0.815584 0.9407812 0.8157107 0.9346858 0.8056766 0.9339804 0.8265001 0.9348455 0.8157107 0.9346858 0.8052989 0.9352085 0.7853243 0.9341999 0.7564645 0.9431868 0.733182 0.9435672 0.7576628 0.9417735 0.7647901 0.9415068 0.7730814 0.9422566 0.7576628 0.9417735 0.7647901 0.9415068 0.7694888 0.9409272 0.783126 0.9410968 0.6330717 0.9441886 0.654376 0.9418674 0.6649181 0.9426916 0.6765906 0.9443005 0.6536882 0.9445387 0.6765365 0.942898 0.6860625 0.9425841 0.6963147 0.9431283 0.6765365 0.942898 0.7091758 0.9416052 0.6963147 0.9431283 0.6927017 0.9419736 0.5616676 0.945217 0.5839857 0.9422703 0.5938981 0.9429695 0.5338656 0.9462891 0.5205159 0.9465243 0.5329464 0.9450821 0.5616676 0.945217 0.5485165 0.9450796 0.5839857 0.9422703 0.5388821 0.9448204 0.5485165 0.9450796 0.5329464 0.9450821 0.5388821 0.9448204 0.5438899 0.9441536 0.5594694 0.9435082 0.1453912 0.778188 0.1435166 0.7837491 0.1454185 0.7764163 0.1453912 0.778188 0.1459554 0.7795707 0.1432594 0.7889324 0.1515036 0.7772158 0.1520944 0.7751442 0.1538962 0.7749747 0.1455428 0.7638415 0.1470494 0.7718193 0.1459884 0.7741804 0.1459884 0.7741804 0.1454185 0.7764163 0.1440998 0.7771585 0.1538962 0.7749747 0.1520944 0.7751442 0.1521885 0.7731039 0.1521885 0.7731039 0.1518525 0.7711544 0.1545245 0.7640179 0.1557919 0.7554722 0.1538023 0.7547394 0.1544473 0.7521185 0.1485503 0.7696719 0.1490986 0.7652194 0.1502711 0.7676314 0.1485503 0.7696719 0.1470494 0.7718193 0.1476975 0.7642254 0.1455428 0.7638415 0.1463764 0.7598342 0.1470494 0.7718193 0.1456751 0.7537453 0.1466928 0.7538471 0.1472452 0.7569372 0.152374 0.764299 0.1539461 0.7604242 0.1518525 0.7711544 0.1530282 0.7575806 0.1539461 0.7604242 0.1522267 0.7599026 0.1530282 0.7575806 0.1538023 0.7547394 0.1557919 0.7554722 0.152374 0.764299 0.1518525 0.7711544 0.1511527 0.7693553 0.1505398 0.7645149 0.1513259 0.7651603 0.1502711 0.7676314 0.1505398 0.7645149 0.1508085 0.7613986 0.1514991 0.7609654 0.1514991 0.7609654 0.1522267 0.7599026 0.152374 0.764299 0.1629679 0.7235351 0.1580572 0.7300582 0.1569696 0.7271624 0.1607979 0.7397944 0.1578883 0.7373396 0.1583717 0.7336395 0.1629679 0.7235351 0.1627733 0.7316359 0.1580572 0.7300582 0.1536948 0.7262958 0.1532558 0.7177435 0.1554138 0.7256692 0.1536948 0.7262958 0.1519006 0.728544 0.1505166 0.7203401 0.1565821 0.740592 0.1580622 0.744154 0.1549292 0.7427585 0.1565821 0.740592 0.1578883 0.7373396 0.1607979 0.7397944 0.1495681 0.7438243 0.1502344 0.7412513 0.1511052 0.7423398 0.1495681 0.7438243 0.1482381 0.7402219 0.1502344 0.7412513 0.1433727 0.7981441 0.1419987 0.8029552 0.1437168 0.7961768 0.1433727 0.7981441 0.143534 0.7990961 0.142491 0.8052931 0.1497142 0.79529 0.1518462 0.7963192 0.1490107 0.7963597 0.1477466 0.7970994 0.14876 0.7989025 0.1461962 0.7977915 0.1509281 0.7980414 0.14876 0.7989025 0.1490107 0.7963597 0.1451426 0.7864761 0.1449323 0.790406 0.1441332 0.7935088 0.1441332 0.7935088 0.1437168 0.7961768 0.1423913 0.7979338 0.1464245 0.7871345 0.1467923 0.783887 0.1482633 0.7837787 0.1464245 0.7871345 0.1449323 0.790406 0.1451426 0.7864761 0.1484742 0.782665 0.1492455 0.7835117 0.1482633 0.7837787 0.3926682 0.2886979 0.402901 0.2875145 0.3986207 0.3233857 0.2152965 0.7168926 0.2104994 0.7430222 0.2117502 0.716215 0.6150708 0.1423063 0.6168137 0.1151434 0.6202825 0.1571998 0.8573278 0.8901376 0.8126222 0.888063 0.8165455 0.882298 0.6388997 0.6717543 0.602989 0.7091042 0.5884699 0.7079532 0.9564331 0.9719596 0.9171148 0.9867312 0.9211427 0.9795774 0.1178439 0.07957947 0.117801 0.08129781 0.112948 0.08061766 0.6093459 0.07101708 0.6098591 0.1274128 0.6030467 0.1288697 0.231163 0.9121013 0.2428947 0.9334874 0.2427234 0.9357384 0.5869962 0.742723 0.5640146 0.7451345 0.5910961 0.728747 0.5869962 0.742723 0.5828964 0.756699 0.5351998 0.776938 0.5783392 0.7173817 0.5928294 0.7133311 0.5640146 0.7451345 0.6418439 0.7137109 0.5935724 0.7403944 0.5973214 0.7304959 0.496308 0.7785062 0.4843807 0.7799162 0.4428262 0.7487335 0.5128657 0.7635834 0.5209234 0.7731513 0.4818748 0.7609424 0.8721103 0.9288016 0.8550319 0.9288647 0.8768543 0.9271262 0.7757966 0.9269994 0.7694916 0.9256115 0.7831292 0.9254478 0.7870188 0.9275418 0.7831134 0.9307577 0.7757966 0.9269994 0.7202836 0.9288181 0.708531 0.9273828 0.7357394 0.9258338 0.5699445 0.9271235 0.5596322 0.9255084 0.5839866 0.9242309 0.5833696 0.9293273 0.5591713 0.9286544 0.5699445 0.9271235 0.1229567 0.0798251 0.1226779 0.08085834 0.1178439 0.07957947 0.845368 0.9054639 0.8459898 0.8985255 0.9020333 0.8922123 0.9020333 0.8922123 0.8459898 0.8985255 0.8305753 0.8951538 0.8126222 0.888063 0.8573278 0.8901376 0.8151608 0.8917822 0.4401413 0.672926 0.483266 0.6678763 0.4444501 0.6778377 0.5989144 0.6873406 0.558929 0.7029269 0.5678779 0.6908327 0.6097073 0.7091042 0.6313386 0.689987 0.6164256 0.7091042 0.6097073 0.7091042 0.602989 0.7091042 0.6388997 0.6717543 0.9171148 0.9867312 0.9564331 0.9719596 0.9255799 0.9906612 0.9546094 0.9428727 0.9598199 0.9433692 0.9777856 0.9502786 0.5049953 0.6880546 0.5125861 0.6880546 0.5265063 0.7011257 0.06996423 0.934892 0.0220406 0.9460382 0.0161705 0.9430676 0.1178439 0.07957947 0.112948 0.08061766 0.1127206 0.07957041 0.783126 0.9410968 0.7694888 0.9409272 0.7757942 0.939542 0.7091758 0.9416052 0.6927017 0.9419736 0.6967768 0.9405709 0.5594694 0.9435082 0.5596317 0.9409911 0.5839857 0.9422703 0.5594694 0.9435082 0.5438899 0.9441536 0.5493195 0.9426054 0.0856232 0.04807621 0.08742135 0.0535078 0.06920355 0.05763667 0.04988121 0.7998963 0.05289947 0.8011696 0.04692232 0.8065501 0.05075168 0.7856219 0.05520296 0.7856859 0.05275917 0.7926866 0.06332403 0.7882429 0.06047993 0.7867843 0.06406605 0.7785676 0.05042195 0.7463676 0.04632794 0.7477077 0.03888273 0.7222011 0.05405038 0.5602815 0.04881799 0.5771625 0.04888695 0.5619258 0.4489131 0.2154554 0.4459732 0.2287165 0.4332072 0.2235437 0.421025 0.9380931 0.4209103 0.9376696 0.4252086 0.9369079 0.02304089 0.5667934 0.01920735 0.5671207 0.02494156 0.5468719 0.0856232 0.04807621 0.1026131 0.03781175 0.1048421 0.04347467 0.4785411 0.8770289 0.4717238 0.8786373 0.4619272 0.8722608 0.1401079 0.05655837 0.1338346 0.05372947 0.1512848 0.04091513 0.07524836 0.4404174 0.07998114 0.4427577 0.07441598 0.4574483 0.6141093 0.2078026 0.616169 0.1943492 0.6189748 0.1986948 0.4459732 0.2287165 0.4423375 0.2424288 0.4332072 0.2235437 0.04042667 0.2444405 0.04183435 0.2596093 0.03212064 0.2468234 0.04988121 0.7998963 0.04692232 0.8065501 0.04623925 0.7989379 0.2713933 0.5254114 0.2649186 0.5263314 0.2645667 0.5275508 0.0560013 0.769245 0.05651587 0.7781276 0.0512225 0.7698718 0.05042195 0.7463676 0.05389231 0.7587533 0.04943889 0.7596449 0.0560013 0.769245 0.0602144 0.7686929 0.05651587 0.7781276 0.01888477 0.4397017 0.01389372 0.4397509 0.01731169 0.4143183 0.04042667 0.2444405 0.03212064 0.2468234 0.03153359 0.2312101 0.0308218 0.1993758 0.03090327 0.1832013 0.0361182 0.1855049 0.1207437 0.02613914 0.1228674 0.03260105 0.1026131 0.03781175 0.1207437 0.02613914 0.1394447 0.01376253 0.1411949 0.02130728 0.04988121 0.7998963 0.04623925 0.7989379 0.04882818 0.79214 0.05520296 0.7856859 0.05075168 0.7856219 0.05166476 0.7784953 0.0560013 0.769245 0.0512225 0.7698718 0.05389231 0.7587533 0.03809535 0.5246379 0.03416574 0.5238301 0.0451349 0.4993919 0.03809535 0.5246379 0.0290724 0.5469561 0.03416574 0.5238301 0.02304089 0.5667934 0.01964992 0.5850395 0.01920735 0.5671207 0.0287975 0.3739905 0.02321529 0.3739675 0.02885645 0.3238349 0.03572928 0.3234869 0.02885645 0.3238349 0.03160142 0.2860856 0.04096144 0.2840317 0.03160142 0.2860856 0.0322951 0.2623432 0.0287975 0.3739905 0.02222418 0.4142645 0.02321529 0.3739675 0.01948225 0.6158738 0.01624441 0.6164455 0.0162301 0.5855498 0.01948225 0.6158738 0.02479684 0.6527479 0.01624441 0.6164455 0.03338336 0.6895815 0.04252821 0.7207108 0.0300579 0.6906696 0.02479684 0.6527479 0.03338336 0.6895815 0.02163279 0.6534851 0.03900831 0.6119908 0.03658539 0.580786 0.04384785 0.609816 0.3963223 0.4915511 0.3910593 0.4841125 0.3902328 0.4896093 0.7200232 0.9070394 0.6814938 0.9054384 0.6821437 0.8999521 0.4495963 0.2024875 0.4489131 0.2154554 0.4338935 0.2139884 0.4717238 0.8786373 0.4785411 0.8770289 0.4967933 0.8814698 0.04423594 0.8118833 0.04109954 0.810499 0.04349344 0.805297 0.08022898 0.5335699 0.07289713 0.5439639 0.07662224 0.5320312 0.2260937 0.8119455 0.2245217 0.8138893 0.2207318 0.8081044 0.06358402 0.7150499 0.06029003 0.7158303 0.05839872 0.6850031 0.0485323 0.8207938 0.04735094 0.8157062 0.05458277 0.8124067 0.6600331 0.9057213 0.6813572 0.9065457 0.6812422 0.9074511 0.7941288 0.910367 0.7940869 0.9068098 0.8291115 0.9121865 0.4739598 0.8915461 0.4741368 0.8896363 0.4838114 0.891034 0.3862144 0.4784989 0.3847832 0.4858276 0.3907934 0.4835673 0.9087496 0.917406 0.8925926 0.9174092 0.8879844 0.9165318 0.7584058 0.9104383 0.7583614 0.9097107 0.7787512 0.9106524 0.4641889 0.8895344 0.4558566 0.8874225 0.4642547 0.8873072 0.8644367 0.9152637 0.8641487 0.9157903 0.8459882 0.9141549 0.7199586 0.9080893 0.7199172 0.9089034 0.6977313 0.907174 0.5737006 0.9024299 0.5423715 0.8999377 0.5525546 0.899177 0.5865257 0.9018916 0.6094788 0.903449 0.6092132 0.9046195 0.5443598 0.8888164 0.5429633 0.8971844 0.5195043 0.8945058 0.5194349 0.8974915 0.5018579 0.8952464 0.5195372 0.8956641 0.5018579 0.8952464 0.4866079 0.8933573 0.5017198 0.8932951 0.2094249 0.7569485 0.2124729 0.7578818 0.2101317 0.7687285 0.06029003 0.7158303 0.06358402 0.7150499 0.06500989 0.7421107 0.1401079 0.05655837 0.1207289 0.07280629 0.1338346 0.05372947 0.04220813 0.8189402 0.04350411 0.8199138 0.0376321 0.8277434 0.8925926 0.9174092 0.8641487 0.9157903 0.8754275 0.9159565 0.9000226 0.9148243 0.9121881 0.9167248 0.8895193 0.9157704 0.206275 0.7786049 0.2038641 0.7682222 0.2057751 0.7682836 0.3969061 0.4925777 0.3961576 0.495955 0.4021013 0.5007578 0.2204542 0.7999497 0.2240983 0.7989932 0.22341 0.8066083 0.3942495 0.2692508 0.3942226 0.2706763 0.3884687 0.2625347 0.423669 0.2253658 0.4137858 0.238157 0.4165851 0.2246357 0.3926682 0.2886979 0.3950716 0.2721924 0.4029009 0.2875145 0.04423594 0.8118833 0.04580253 0.8138321 0.04014372 0.8176013 0.2260937 0.8119455 0.2292323 0.810563 0.232174 0.8167318 0.2175792 0.7927352 0.2151381 0.7857301 0.2195912 0.7856683 0.2143458 0.7692824 0.2191258 0.7699112 0.2138279 0.778168 0.2199327 0.7464007 0.2240272 0.7477421 0.2209128 0.7596814 0.4722989 0.4399155 0.4689878 0.4144824 0.4738987 0.4145415 0.2323611 0.5246465 0.2218553 0.5010774 0.225336 0.4993919 0.4722989 0.4399155 0.4772884 0.4399699 0.4750891 0.4646481 0.4590603 0.2625982 0.4495389 0.2598549 0.4592523 0.2470834 0.2260937 0.8119455 0.22341 0.8066083 0.2268411 0.8053571 0.2204542 0.7999497 0.2175792 0.7927352 0.2215121 0.7921906 0.2125263 0.7946999 0.2150076 0.8011565 0.2089161 0.797118 0.2098693 0.7868224 0.2125265 0.7947006 0.2070127 0.788284 0.2151381 0.7857301 0.2138279 0.778168 0.2186806 0.7785379 0.2070127 0.788284 0.206275 0.7786049 0.2098659 0.7868239 0.2143458 0.7692824 0.2164584 0.7587882 0.2191258 0.7699112 0.4598596 0.2314758 0.453069 0.2298843 0.4604514 0.2156931 0.4598596 0.2314758 0.4592523 0.2470834 0.4509631 0.2446925 0.4553243 0.185781 0.4605191 0.1834836 0.4605969 0.1996527 0.4548802 0.215227 0.4554201 0.2005171 0.4604514 0.2156931 0.4214074 0.06344211 0.4043079 0.05380195 0.4225055 0.05797815 0.3869071 0.0437408 0.3891348 0.03810036 0.4061045 0.04839205 0.4590603 0.2625982 0.4597358 0.2863337 0.4503889 0.2842702 0.2473926 0.5668178 0.2512266 0.5671476 0.2507734 0.5850684 0.2509241 0.6159065 0.2507734 0.5850684 0.2541936 0.5855808 0.2455915 0.6527811 0.2487554 0.6535199 0.23699 0.6896139 0.2067776 0.7150746 0.2119737 0.6850259 0.2100718 0.7158562 0.2509241 0.6159065 0.254162 0.6164799 0.2455915 0.6527811 0.4002979 0.2603828 0.4070428 0.2701489 0.3964297 0.2704607 0.03887128 0.5633713 0.04405212 0.5453945 0.05500477 0.5449879 0.8644277 0.9513204 0.864139 0.9507949 0.8754176 0.9506355 0.864139 0.9507949 0.8644264 0.9513185 0.8459777 0.9524202 0.6812368 0.959064 0.6813514 0.9599693 0.6600279 0.9607898 0.7199522 0.9584348 0.7199106 0.9576207 0.7420573 0.9574789 0.5736979 0.9640704 0.6092094 0.961884 0.5865225 0.9646098 0.4254572 0.2907607 0.4049168 0.2870814 0.4070428 0.2701489 0.5153867 0.9714094 0.5017189 0.9732005 0.5018571 0.9712503 0.3986207 0.3233857 0.408502 0.3226732 0.4106487 0.3676758 0.2326876 0.8278163 0.2268197 0.8199794 0.2281297 0.8189942 0.9121784 0.9498894 0.900012 0.9517825 0.8895092 0.95083 0.2143458 0.7692824 0.2138279 0.778168 0.2101317 0.7687285 0.3926959 0.2528882 0.3811553 0.257652 0.3993945 0.2400516 0.2163819 0.5602864 0.2027671 0.5436186 0.2083637 0.5441429 0.4112178 0.4429052 0.4106446 0.4245675 0.4159517 0.4405707 0.4866033 0.975031 0.4866076 0.9731392 0.4981614 0.9736486 0.7787421 0.9558907 0.7583532 0.9568247 0.7583978 0.9560971 0.2077403 0.7684151 0.2101317 0.7687285 0.2103479 0.7780638 0.2157429 0.8124619 0.222292 0.8145039 0.2281318 0.8189914 0.211639 0.8048632 0.2089161 0.797118 0.2150051 0.8011627 0.3579126 0.05392664 0.3516355 0.05674433 0.3404871 0.0410844 0.4572735 0.9887406 0.4557223 0.9827597 0.463773 0.9803621 0.7943786 0.9545701 0.7942382 0.9552082 0.7583978 0.9560971 0.8925834 0.949193 0.9087404 0.949206 0.8879746 0.9500677 0.5423699 0.9665606 0.5736979 0.9640704 0.5525524 0.9673219 0.6092094 0.961884 0.644696 0.9603502 0.623228 0.9623929 0.6821365 0.9665628 0.6814877 0.9610763 0.7200161 0.9594845 0.5736979 0.9640704 0.5740739 0.9654531 0.5525524 0.9673218 0.05405038 0.5602815 0.04888689 0.5619258 0.05988723 0.5475496 0.4665197 0.9858092 0.4644439 0.9801881 0.4650815 0.9800344 0.4813601 0.9839116 0.4739859 0.9834878 0.4746546 0.9778253 0.2119737 0.6850259 0.2173669 0.6482778 0.2213419 0.6497467 0.4254572 0.2907607 0.4316209 0.3242914 0.4104902 0.32247 0.4739861 0.8830059 0.4650806 0.8864621 0.4665194 0.8806853 0.4558566 0.8874225 0.4556465 0.8847472 0.462832 0.886887 0.7943878 0.9119791 0.7942478 0.9113408 0.813359 0.9123337 0.6450703 0.904016 0.6459493 0.8981104 0.6814938 0.9054384 0.5740768 0.9010472 0.5737006 0.9024299 0.5525545 0.8991769 0.4813613 0.8825786 0.4967933 0.8814698 0.4862895 0.8903513 0.5018579 0.8952464 0.5017199 0.8932952 0.5153891 0.8950869 0.04760861 0.5622071 0.03887128 0.5633713 0.05500477 0.5449879 0.06332403 0.7882429 0.0614165 0.7970727 0.05781739 0.7946578 0.06092482 0.7569163 0.06339436 0.7563278 0.06260514 0.7683804 0.06561636 0.4375173 0.06896084 0.4133601 0.07927483 0.4181064 0.1314097 0.05302703 0.106898 0.0502265 0.1252612 0.03941053 0.05405038 0.5602815 0.05988723 0.5475495 0.06008636 0.5582072 0.09271132 0.3232164 0.08282732 0.3224927 0.08789992 0.2905001 0.08873754 0.06040817 0.106898 0.0502265 0.106778 0.07318955 0.1207289 0.07280629 0.1088989 0.07359027 0.1314827 0.05535054 0.2260937 0.8119455 0.232174 0.8167318 0.230201 0.8176518 0.411791 0.461243 0.4112178 0.4429052 0.4167656 0.4575976 0.2151381 0.7857301 0.2175792 0.7927352 0.2144615 0.7937633 0.2138279 0.778168 0.2151381 0.7857301 0.2119047 0.7861698 0.2002453 0.5298345 0.1952302 0.5314858 0.1907622 0.5163205 0.2057751 0.7682836 0.2038641 0.7682222 0.20502 0.7560667 0.2217893 0.8208562 0.2157429 0.8124619 0.2268197 0.8199794 0.0332269 0.8392104 0.02857679 0.8371202 0.03214168 0.8294003 0.425584 0.4376817 0.4272816 0.4601256 0.4179894 0.4399003 0.4106446 0.4245675 0.4109416 0.419268 0.4162073 0.438189 0.421025 0.9380931 0.4318345 0.9359149 0.42497 0.93793 0.2315617 0.5633857 0.2228236 0.5622162 0.2154365 0.5449896 0.4024339 0.2385697 0.4165851 0.2246357 0.4137858 0.238157 0.3849316 0.07343 0.3604163 0.05328488 0.384848 0.05047476 0.09631788 0.2720106 0.09810805 0.2706528 0.107542 0.2722381 0.08043593 0.3718949 0.08063143 0.3675065 0.09271132 0.3232164 0.05969989 0.3240863 0.08083677 0.3222872 0.06957221 0.3720961 0.08801436 0.08096885 0.07067853 0.07027268 0.08873754 0.06040817 0.8650655 0.9143949 0.8681074 0.9120293 0.8833394 0.9155489 0.0653398 0.7560349 0.06855201 0.7557605 0.06648045 0.7681891 0.4866079 0.8933573 0.4866037 0.8914647 0.4981628 0.8928471 0.8681074 0.9120293 0.9000226 0.9148243 0.8895193 0.9157703 0.5259194 0.8964018 0.5427485 0.8983164 0.5423715 0.8999377 0.8641487 0.9157903 0.864438 0.9152619 0.8754275 0.9159565 0.8641487 0.9157903 0.8291925 0.9137038 0.8459882 0.914155 0.7199172 0.9089034 0.6812422 0.9074511 0.6977313 0.9071741 0.5743581 0.8999193 0.5429636 0.8971846 0.5443598 0.8888164 0.5194349 0.8974915 0.5195372 0.895664 0.5259195 0.8964018 0.4967933 0.8814698 0.5183224 0.8852563 0.5014844 0.8922488 0.0598545 0.7429925 0.06324309 0.7424172 0.06339436 0.7563279 0.08735543 0.4117901 0.08060902 0.4180436 0.08988344 0.3713564 0.07998114 0.4427577 0.07938808 0.4611001 0.07441598 0.4574483 0.07499521 0.4380347 0.0802828 0.4191139 0.08057415 0.4244152 0.644696 0.9603502 0.6448797 0.9613677 0.623228 0.9623929 0.1902148 0.5335543 0.1827312 0.524284 0.1854298 0.5216791 0.610909 0.9706112 0.6096763 0.9641793 0.6450651 0.9624921 0.1902148 0.5335543 0.1938232 0.5320177 0.1975416 0.5439547 0.1947057 0.5324152 0.1962215 0.5341552 0.1975416 0.5439547 0.1938232 0.5320177 0.1902148 0.5335543 0.1866708 0.5231947 0.3602614 0.05555152 0.3828104 0.07382696 0.3709838 0.07302284 0.04733765 0.6499302 0.04408967 0.650089 0.03900831 0.6119908 0.4641889 0.8895344 0.4642547 0.8873072 0.4722632 0.8891797 0.06590181 0.2905517 0.08644568 0.2868915 0.08083951 0.3222873 0.06561636 0.4375173 0.07321012 0.4397445 0.06389409 0.4599658 0.8650657 0.9143949 0.8291114 0.9121865 0.8297951 0.9092732 0.7200233 0.9070394 0.7203975 0.9021366 0.7583405 0.9087171 0.03658539 0.580786 0.03887128 0.5633713 0.0434215 0.5793526 0.07020258 0.5298445 0.07969224 0.5163386 0.07521581 0.5314986 0.09110289 0.2601913 0.09654408 0.2526723 0.09516507 0.2684633 0.7584615 0.9044829 0.7940869 0.9068098 0.7583405 0.9087172 0.0742231 0.5341669 0.06767278 0.5436246 0.06270152 0.5440874 0.07020258 0.5298445 0.07521581 0.5314986 0.06073784 0.5442898 0.04745495 0.6077274 0.0452516 0.6090748 0.04484546 0.578897 0.900012 0.9517825 0.8680958 0.9545583 0.8895093 0.9508301 0.7584516 0.9620521 0.7203889 0.9643871 0.758332 0.9578182 0.8297831 0.9572927 0.8291006 0.9543785 0.8650555 0.9521917 0.6821365 0.9665628 0.6459433 0.9683977 0.6814878 0.9610764 0.2315617 0.5633857 0.2338379 0.5808045 0.2270014 0.5793671 0.6092094 0.961884 0.6094748 0.9630544 0.5865225 0.9646099 0.5443571 0.9776802 0.5429617 0.9693138 0.5743548 0.9665808 0.4813601 0.9839116 0.4862878 0.976139 0.4967901 0.9850146 0.2071107 0.7424456 0.2104994 0.7430222 0.206955 0.7563591 0.2157429 0.8124619 0.211639 0.8048632 0.2189702 0.8083169 0.4112178 0.4429052 0.4159517 0.4405707 0.4167656 0.4575976 0.4491511 0.1896662 0.4495963 0.2024875 0.4315105 0.2071759 0.3054862 0.9715677 0.3045592 0.9770494 0.299432 0.9695145 0.03540086 0.8224483 0.03815412 0.8166632 0.04014289 0.8176007 0.4495963 0.2024875 0.4338935 0.2139884 0.4315105 0.2071759 0.2417377 0.8372028 0.2370851 0.8392899 0.2381781 0.8294779 0.09870386 0.2885242 0.09271132 0.3232164 0.08846908 0.2873291 0.4034664 0.2906851 0.4085025 0.3226731 0.3986207 0.3233857 0.2154501 0.6470591 0.2229518 0.6077443 0.2173669 0.6482778 0.06500989 0.7421107 0.06855994 0.7414874 0.06855201 0.7557605 0.4739598 0.8915461 0.4641889 0.8895344 0.4741368 0.8896362 0.8291925 0.9137038 0.7943878 0.9119791 0.8290964 0.9131242 0.7584058 0.9104383 0.7199172 0.9089034 0.7583613 0.9097105 0.04988121 0.7998963 0.05275917 0.7926866 0.05289936 0.8011698 0.04423594 0.8118833 0.04692232 0.8065501 0.04959756 0.8080469 0.08771699 0.5243059 0.08022898 0.5335699 0.08502048 0.5216997 0.6127868 0.1927273 0.6158401 0.1936244 0.616169 0.1943492 0.3961576 0.495955 0.3969061 0.4925777 0.3963223 0.4915511 0.04184776 0.202223 0.04228985 0.189391 0.05993807 0.2069189 0.1029338 0.2623572 0.09714353 0.269069 0.09795004 0.2536202 0.09654408 0.2526723 0.09110289 0.2601913 0.08518606 0.2495151 0.07289713 0.5439639 0.06767278 0.5436246 0.0742231 0.5341669 0.4739861 0.8830059 0.4813613 0.8825786 0.4746541 0.8886709 0.4866076 0.9731392 0.4866033 0.975031 0.4739601 0.9749504 0.4641895 0.9769622 0.4739601 0.9749504 0.4741371 0.97686 0.4838111 0.9754617 0.4741371 0.9768601 0.4739601 0.9749504 0.610909 0.9706112 0.5761336 0.9739222 0.6096757 0.9641805 0.7199106 0.9576207 0.7583978 0.9560971 0.7583531 0.9568247 0.7941188 0.9561824 0.7940756 0.959739 0.758332 0.9578182 0.7199106 0.9576207 0.7199521 0.9584348 0.6977252 0.9593448 0.6812368 0.959064 0.7199106 0.9576207 0.6977252 0.9593448 0.4104928 0.3224699 0.4316209 0.3242914 0.4216995 0.372276 0.2163819 0.5602864 0.2103461 0.5582082 0.2027671 0.5436186 0.2169047 0.6856658 0.2230492 0.6499539 0.2206716 0.6861061 0.3948669 0.2528603 0.4002979 0.2603828 0.396228 0.2686475 0.293654 0.957373 0.2996772 0.9651136 0.2928779 0.95847 0.4062244 0.2497166 0.4002979 0.2603828 0.3948669 0.2528603 0.3811553 0.257652 0.3926958 0.2528881 0.3884687 0.2625347 0.3108666 0.9754489 0.3093017 0.9827515 0.3048152 0.9775995 0.2204542 0.7999497 0.22341 0.8066083 0.2174329 0.8012222 0.2313977 0.6120126 0.2265585 0.6098352 0.2338379 0.5808045 0.2229518 0.6077443 0.2216052 0.5771734 0.2255774 0.5789105 0.864139 0.9507949 0.8925834 0.949193 0.8754177 0.9506356 0.2996772 0.9651136 0.2988671 0.9684772 0.2938212 0.960202 0.05346673 0.6856412 0.04970145 0.68608 0.04733461 0.6499318 0.0602144 0.7686929 0.05787712 0.7578483 0.06092482 0.7569163 0.04109954 0.810499 0.04423594 0.8118833 0.03815412 0.8166632 0.0602144 0.7686929 0.06260514 0.7683804 0.05998665 0.778025 0.2083637 0.5441429 0.2027671 0.5436186 0.1962215 0.5341552 0.2229518 0.6077443 0.2251549 0.6090931 0.2173669 0.6482778 0.2002453 0.5298345 0.2064687 0.5281842 0.2154365 0.5449896 0.275457 0.5255982 0.2753347 0.5251768 0.2711734 0.5264375 0.4866079 0.8933573 0.4739598 0.8915461 0.4866036 0.8914646 0.09631788 0.2720106 0.09870386 0.2885242 0.08846908 0.2873291 0.05658906 0.2164489 0.06441122 0.2319129 0.04251843 0.2151958 0.1102553 0.2574809 0.0987159 0.2527026 0.09202909 0.2398544 0.06441122 0.2319129 0.07763487 0.2379433 0.07399123 0.2498137 0.04544478 0.2284645 0.06441122 0.2319129 0.04906612 0.2421852 0.04544478 0.2284645 0.04251843 0.2151958 0.06441122 0.2319129 0.05993807 0.2069189 0.07249915 0.221429 0.05658906 0.2164489 0.3884687 0.2625347 0.3934604 0.2538062 0.3942495 0.2692508 0.07998114 0.4427577 0.07524836 0.4404174 0.08057415 0.4244152 0.3054862 0.9715677 0.3108666 0.9754489 0.3045592 0.9770494 0.04970145 0.68608 0.05346655 0.6856414 0.05506587 0.716865 0.04525154 0.6090748 0.04745495 0.6077274 0.05302035 0.6482575 0.03954029 0.6502644 0.03197222 0.6128014 0.03558838 0.6124418 0.03954029 0.6502644 0.04408967 0.650089 0.04524129 0.6868219 0.04745495 0.6077274 0.05493742 0.6470398 0.05302035 0.6482575 0.2169048 0.6856658 0.2206716 0.6861061 0.2152965 0.7168926 0.0742219 0.5341491 0.07661503 0.5320453 0.07573497 0.5324232 0.07590419 0.531764 0.07661503 0.5320453 0.07473504 0.5327811 0.07521581 0.5314986 0.07590419 0.531764 0.07473504 0.5327811 0.09756535 0.2526942 0.0987026 0.2527209 0.09794133 0.2536252 0.09654408 0.2526723 0.09756535 0.2526942 0.09713298 0.2530733 0.750211 0.9088497 0.7583531 0.9087076 0.7583515 0.9092054 0.742065 0.9090517 0.750211 0.9088497 0.7583408 0.909763 0.0794211 0.3719154 0.07841062 0.3719359 0.07952702 0.3696352 0.08043593 0.3718949 0.0794211 0.3719154 0.07952702 0.3696352 0.4646778 0.8868472 0.4642824 0.8871992 0.4632606 0.8864263 0.4650806 0.8864621 0.4646778 0.8868472 0.4637729 0.8860951 0.5154237 0.8948913 0.525314 0.8961656 0.519563 0.8954493 0.5224125 0.8953592 0.525314 0.8961656 0.5154237 0.8948913 0.5195043 0.8945057 0.5224125 0.8953592 0.5174774 0.8947265 0.06157994 0.5442065 0.06266796 0.5441103 0.06034338 0.5457839 0.06073784 0.5442898 0.06157994 0.5442065 0.06034338 0.5457839 0.08717799 0.2887038 0.08645623 0.2869076 0.08746373 0.287107 0.08789992 0.2905001 0.08717799 0.2887038 0.08847099 0.2873063 0.06071537 0.2030771 0.06160223 0.2032446 0.06107556 0.2036616 0.05975937 0.2025207 0.06071537 0.2030771 0.06054389 0.2032319 0.1325769 0.05338847 0.1336793 0.05378925 0.1314401 0.05433058 0.1314164 0.05301505 0.1325769 0.05338847 0.1314401 0.05433058 0.4732158 0.8888942 0.4741604 0.8886438 0.4743975 0.8891497 0.4722632 0.8891797 0.4732158 0.8888942 0.4741436 0.8896132 0.8890129 0.9162456 0.8885063 0.9167208 0.8777278 0.9150199 0.8895193 0.9157704 0.8890129 0.9162456 0.8777278 0.9150199 0.8212145 0.9122551 0.8290671 0.9122239 0.8374288 0.9137311 0.813359 0.9123337 0.8212145 0.9122551 0.8374288 0.9137311 0.8290849 0.913137 0.813359 0.9123337 0.8457584 0.9152829 0.6897233 0.9062989 0.6979491 0.9071095 0.681354 0.9062482 0.6814938 0.9054384 0.6897233 0.9062989 0.6814227 0.9058677 0.5428537 0.8977358 0.5429515 0.8972242 0.5477888 0.8981173 0.5427485 0.8983164 0.5428537 0.8977358 0.5477888 0.8981173 0.5015616 0.8926725 0.5016975 0.8931017 0.4998645 0.8924636 0.5014844 0.8922488 0.5015616 0.8926725 0.4998645 0.8924636 0.08384716 0.521952 0.08391571 0.52069 0.08521211 0.5203517 0.08377873 0.5232142 0.08384716 0.521952 0.08521211 0.5203517 0.08501535 0.5216867 0.08377873 0.5232142 0.08650785 0.5200113 0.08087486 0.4198399 0.08104771 0.4140351 0.08095949 0.417786 0.08015793 0.4160793 0.08104771 0.4140351 0.08087486 0.4198399 0.07927483 0.4181064 0.08015793 0.4160793 0.08007109 0.4189878 0.5804237 0.9656201 0.5743217 0.9665654 0.5742076 0.9660416 0.5865225 0.9646099 0.5804237 0.9656201 0.5740897 0.9654531 0.4034172 0.08212727 0.4034 0.08293056 0.4025222 0.08171141 0.4036788 0.08123993 0.4034172 0.08212727 0.4025222 0.08171141 0.3942834 0.2533098 0.3934774 0.2539036 0.3938507 0.2529211 0.3948669 0.2528603 0.3942834 0.2533098 0.3938507 0.2529211 0.2353998 0.8265535 0.2375661 0.8255103 0.2382015 0.8294512 0.2362502 0.8240132 0.2375661 0.8255103 0.2351616 0.82454 0.2349235 0.8225212 0.2362502 0.8240132 0.2351616 0.82454 0.4743967 0.9773359 0.4746496 0.9777638 0.4741648 0.9778637 0.4741371 0.9768601 0.4743967 0.9773359 0.473218 0.9776302 0.8793013 0.9509249 0.8752987 0.9508447 0.887892 0.9501677 0.8833292 0.9510478 0.8793013 0.9509249 0.8890122 0.9509686 0.7504916 0.9577126 0.7426568 0.9576499 0.7583692 0.9570268 0.758332 0.9578182 0.7504916 0.9577126 0.7583496 0.9574023 0.6895989 0.9602324 0.6814705 0.961058 0.681419 0.9605659 0.6977252 0.9593448 0.6895989 0.9602324 0.6813738 0.960011 0.2930158 0.959734 0.2923648 0.9591824 0.2925441 0.95896 0.2938212 0.960202 0.2930158 0.959734 0.2928193 0.9585556 0.4848845 0.9758542 0.4834777 0.9756271 0.4865801 0.9752296 0.4862878 0.976139 0.4848845 0.9758542 0.4864429 0.9756594 0.1945378 0.5317507 0.1952257 0.531494 0.1956173 0.5327828 0.1938232 0.5320177 0.1945378 0.5317507 0.1956173 0.5327828 0.1946718 0.5324124 0.1938232 0.5320177 0.1960442 0.5341562 0.423464 0.9386075 0.4221041 0.9390736 0.4207006 0.938929 0.42497 0.93793 0.423464 0.9386075 0.4212268 0.9385673 0.4169788 0.4402299 0.4159918 0.4406167 0.4167771 0.4393502 0.4179844 0.4398945 0.4169788 0.4402299 0.4167771 0.4393502 0.6095765 0.963732 0.6094854 0.9633463 0.6164426 0.9634022 0.6096763 0.9641793 0.6095765 0.963732 0.6164426 0.9634022 0.416748 0.4576408 0.4169469 0.4636777 0.4169054 0.4608741 0.4179909 0.4621934 0.4169469 0.4636777 0.4178876 0.459177 0.4190466 0.4606977 0.4179909 0.4621934 0.4178876 0.459177 0.3828614 0.07416462 0.3855211 0.07546812 0.3842263 0.0749129 0.3851845 0.07439941 0.3855211 0.07546812 0.3828614 0.07416462 0.3849316 0.07343 0.3851845 0.07439941 0.3839784 0.07381045 0.09629905 0.2720166 0.09713482 0.269074 0.09808987 0.270671 0.09615111 0.2687687 0.09713482 0.269074 0.09565389 0.2711315 0.09516507 0.2684633 0.09615111 0.2687687 0.09500724 0.2702469 0.4850502 0.8906995 0.4862819 0.8904132 0.4864481 0.8909032 0.4838114 0.891034 0.4850502 0.8906995 0.4866124 0.8914337 0.0715633 0.2192399 0.07032799 0.2172036 0.07587969 0.2223448 0.07249915 0.221429 0.0715633 0.2192399 0.07550114 0.223083 0.07421797 0.4400807 0.07318818 0.4397441 0.07446026 0.4391155 0.07524836 0.4404174 0.07421797 0.4400807 0.07446026 0.4391155 0.5227274 0.9710556 0.5195299 0.9719542 0.5174787 0.9717104 0.5259184 0.970095 0.5227274 0.9710556 0.5154076 0.9714053 0.5195373 0.97081 0.5259184 0.970095 0.5154076 0.9714053 0.4039043 0.2872948 0.4049062 0.2870759 0.4042168 0.2888836 0.4029009 0.2875145 0.4039043 0.2872948 0.4042168 0.2888836 0.3586748 0.05324167 0.35943 0.05256569 0.3604772 0.05331939 0.3579126 0.05392664 0.3586748 0.05324167 0.3603131 0.05436253 0.6165384 0.9033733 0.6234033 0.9043766 0.6094797 0.9031748 0.6096797 0.9023228 0.6165384 0.9033733 0.6095782 0.9027749 0.3913362 0.4837992 0.3915353 0.4835526 0.3911077 0.4833409 0.3910593 0.4841125 0.3913362 0.4837992 0.3906339 0.4831041 0.3908134 0.4836273 0.3910593 0.4841125 0.3906339 0.4831041 0.2650123 0.5258085 0.2650173 0.5254678 0.2642491 0.5260171 0.2649186 0.5263314 0.2650123 0.5258085 0.2642491 0.5260171 0.09010219 0.2379031 0.08994126 0.2365168 0.09010612 0.2378784 0.07835626 0.2256157 0.06658792 0.2116526 0.0904091 0.2391187 0.08899027 0.2383686 0.07835626 0.2256157 0.0904091 0.2391187 0.8459115 0.9526062 0.8127719 0.9542834 0.8290631 0.9536183 0.8209356 0.9543081 0.8127719 0.9542834 0.8375317 0.9534611 0.8291006 0.9543785 0.8209356 0.9543081 0.8375317 0.9534611 0.5428609 0.9688524 0.5427652 0.9684506 0.5477586 0.9684233 0.5429617 0.9693138 0.5428609 0.9688524 0.5477586 0.9684233 0.5015417 0.9737587 0.5013764 0.974227 0.4998375 0.9739784 0.5017189 0.9732005 0.5015417 0.9737587 0.4998375 0.9739784 0.4118613 0.3720849 0.4108687 0.3720619 0.4117496 0.3698868 0.4128609 0.3721114 0.4118613 0.3720849 0.4117496 0.3698868 0.3943293 0.2692596 0.3950614 0.2721975 0.3942372 0.2706763 0.3957468 0.2713306 0.3950614 0.2721975 0.3943293 0.2692596 0.3964297 0.2704607 0.3957468 0.2713306 0.3953037 0.268957 0.7941908 0.910788 0.7942475 0.9111658 0.7864501 0.9104304 0.7941288 0.9103671 0.7941908 0.910788 0.7864501 0.9104304 0.6449691 0.9045474 0.645051 0.9040301 0.6526646 0.9053382 0.6448846 0.9051404 0.6449691 0.9045474 0.6526646 0.9053382 0.5805179 0.9009526 0.5866819 0.9019365 0.5740842 0.9007777 0.5743581 0.8999193 0.5805179 0.9009526 0.5742174 0.9003746 0.9107298 0.9171599 0.9127101 0.9169139 0.9122804 0.916434 0.9087496 0.917406 0.9107298 0.9171599 0.9118519 0.9159536 0.9201119 0.9179906 0.9087496 0.917406 0.9118519 0.9159536 0.4633288 0.9800182 0.46289 0.9796975 0.4643405 0.9793238 0.463773 0.9803621 0.4633288 0.9800182 0.4646532 0.9796717 0.4643956 0.9801864 0.463773 0.9803621 0.4649835 0.9800581 0.7941818 0.9556981 0.7941228 0.9561408 0.7865352 0.9556256 0.7942383 0.9552083 0.7941818 0.9556981 0.7865352 0.9556256 0.6449741 0.9620549 0.6448945 0.9616771 0.6525385 0.9617592 0.6450651 0.9624921 0.6449741 0.9620549 0.6525385 0.9617592 0.1528457 0.03848636 0.1541169 0.03858608 0.1514129 0.0395832 0.1515424 0.0383408 0.1528457 0.03848636 0.1514129 0.0395832 0.4557018 0.982253 0.4557489 0.9827315 0.4550085 0.9825414 0.4556474 0.9817497 0.4557018 0.982253 0.4550085 0.9825414 0.4110271 0.4161754 0.4120034 0.4183841 0.4111865 0.4192089 0.4100507 0.4139667 0.4110271 0.4161754 0.410372 0.4200345 0.410225 0.4178422 0.4100507 0.4139667 0.410372 0.4200345 0.4181603 0.9393283 0.411751 0.9412982 0.4111862 0.9408634 0.4252086 0.9369079 0.4181603 0.9393283 0.4111862 0.9408634 0.4115645 0.9406739 0.4119424 0.9404339 0.4115655 0.9405981 0.742065 0.9090517 0.7199585 0.9080892 0.7199934 0.9075362 0.7502149 0.9087749 0.7199978 0.9074588 0.7583405 0.9087171 0.04959952 0.8080491 0.05289947 0.8011696 0.05387341 0.801678 0.05054551 0.8086494 0.05387395 0.8016802 0.05484092 0.8021847 0.4722632 0.8891797 0.4642547 0.8873072 0.4646668 0.8868954 0.4732269 0.888846 0.4646778 0.8868472 0.4650806 0.8864621 0.5427485 0.8983164 0.5259194 0.8964018 0.5428537 0.8977358 0.542864 0.8976498 0.5227369 0.8953595 0.5195043 0.8945058 0.5153891 0.8950869 0.5017199 0.8932952 0.5015428 0.8927368 0.5174774 0.8947265 0.5015684 0.8926713 0.5014844 0.8922488 0.08083951 0.3222873 0.08644568 0.2868915 0.08717799 0.2887039 0.08183765 0.3223907 0.08717799 0.2887038 0.08789992 0.2905001 0.06260514 0.7683804 0.06339436 0.7563278 0.0633012 0.7682595 0.063349 0.7682505 0.06413048 0.7562643 0.06456995 0.7682496 0.06500989 0.7421107 0.06534105 0.7560341 0.06413477 0.742262 0.06413441 0.742262 0.06412237 0.7562583 0.06339436 0.7563279 0.08043593 0.3718949 0.08117973 0.413812 0.0794211 0.3719154 0.07941818 0.3719158 0.08020067 0.4160206 0.0784136 0.3719406 0.0828278 0.3224927 0.08063143 0.3675065 0.08183693 0.3223906 0.0818361 0.3223894 0.07952779 0.3697171 0.08083677 0.3222872 0.7199586 0.9080893 0.6977313 0.907174 0.6896057 0.9062843 0.7199936 0.9074581 0.6896095 0.9062061 0.7200232 0.9070394 0.07521581 0.5314986 0.08392077 0.5206141 0.08384716 0.521952 0.07590788 0.531764 0.08384716 0.521952 0.08377873 0.5232142 0.0742231 0.5341669 0.06270152 0.5440874 0.0615859 0.5442028 0.07473504 0.5327811 0.0615853 0.5442036 0.06073784 0.5442898 0.05346673 0.6856412 0.04733461 0.6499318 0.04813683 0.6498621 0.05433052 0.6855223 0.04818594 0.6498484 0.04904758 0.6497241 0.8833292 0.9510478 0.8650555 0.9521918 0.8646678 0.9518398 0.8792791 0.9508559 0.8646463 0.9517714 0.8754176 0.9506355 0.2270014 0.579367 0.2265585 0.6098352 0.2258372 0.6094871 0.2262702 0.5791477 0.2258385 0.6094869 0.2251549 0.6090931 0.4407076 0.197498 0.4315105 0.2071759 0.4313603 0.206689 0.2985843 0.9688909 0.2930158 0.959734 0.2938212 0.960202 0.2053431 0.7421385 0.2100718 0.7158561 0.2108309 0.7160112 0.2062187 0.7422896 0.2108375 0.7160148 0.2071107 0.7424456 0.2213159 0.6497371 0.2251549 0.6090931 0.2258437 0.60948 0.2222362 0.6498667 0.2258377 0.6094802 0.2265585 0.6098352 0.1938232 0.5320177 0.1866708 0.5231947 0.1945378 0.5317507 0.1945381 0.5317525 0.1866031 0.5219321 0.1952302 0.5314858 0.4167656 0.4575976 0.4159517 0.4405707 0.4169822 0.4402351 0.4178876 0.459177 0.4169822 0.4402354 0.4179894 0.4399003 0.2057751 0.7682836 0.20502 0.7560667 0.2062219 0.7562955 0.2070441 0.768294 0.2062358 0.7563002 0.206955 0.7563592 0.4741371 0.9768601 0.4838111 0.9754617 0.4743967 0.9773359 0.4744057 0.9774006 0.4850612 0.9758589 0.4746546 0.9778253 0.6096757 0.9641805 0.5743551 0.9665807 0.6095742 0.9637285 0.6095678 0.9636391 0.5804237 0.9656201 0.6094748 0.9630544 0.3849316 0.07343 0.4036788 0.08123993 0.4025222 0.08171141 0.3042767 0.9773578 0.2988086 0.9693413 0.299432 0.9695145 0.4315105 0.2071759 0.4193926 0.2211022 0.4200905 0.2192177 0.4313575 0.9376487 0.423464 0.9386075 0.42497 0.93793 0.2228236 0.5622162 0.2270014 0.5793671 0.2262786 0.5791407 0.2221548 0.5620691 0.2262779 0.5791402 0.2255774 0.5789105 0.2071107 0.7424456 0.206955 0.7563591 0.206219 0.7422901 0.2062187 0.74229 0.206216 0.756282 0.2050194 0.7560669 0.05587279 0.7937152 0.05842304 0.7861247 0.05943065 0.7864418 0.05684435 0.794177 0.05943495 0.7864407 0.06047731 0.7867842 0.2649186 0.5263314 0.2713933 0.5254114 0.2650123 0.5258085 0.06082808 0.2072213 0.0715633 0.2192399 0.05993807 0.2069189 0.275457 0.5255982 0.2711734 0.5264375 0.2756982 0.5243109 0.07527124 0.2231769 0.07930535 0.2271904 0.08899027 0.2383686 0.5429614 0.9693139 0.5195028 0.9719903 0.542862 0.9688484 0.5428518 0.9687624 0.5227274 0.9710556 0.5259184 0.970095 0.5195028 0.9719902 0.5014831 0.9742468 0.5174756 0.9717698 0.5174638 0.9716881 0.5015417 0.9737587 0.5153867 0.9714094 0.463773 0.9803621 0.4557223 0.9827597 0.4633288 0.9800182 0.4633198 0.9799842 0.4557018 0.982253 0.4628328 0.9796096 0.4128611 0.372111 0.4119548 0.4182664 0.4110271 0.4161754 0.4118538 0.3720846 0.4110271 0.4161754 0.4100507 0.4139667 0.6448846 0.9051404 0.6232323 0.9041125 0.6164418 0.9031854 0.6449741 0.9044573 0.6164474 0.9031022 0.6096804 0.902324 0.6094788 0.903449 0.5865257 0.9018916 0.5804271 0.9008808 0.6095782 0.9027749 0.580434 0.9007969 0.5743583 0.8999197 0.05842375 0.7861241 0.05997776 0.778013 0.05942881 0.7864505 0.05943125 0.7864428 0.06080561 0.7778255 0.06047993 0.7867843 0.8291006 0.9543786 0.7941188 0.9561823 0.8212123 0.9543689 0.8212071 0.9543066 0.7941818 0.9556981 0.7942383 0.9552083 0.3392797 0.03773188 0.3594527 0.05256962 0.3398604 0.03935658 0.3398511 0.03936547 0.3586748 0.05324167 0.3404871 0.0410844 0.04014372 0.8176013 0.04580253 0.8138321 0.04122364 0.8182829 0.04122316 0.8182664 0.04679042 0.8148951 0.04740387 0.8157357 0.3964297 0.2704607 0.4049168 0.2870814 0.3957468 0.2713306 0.3957471 0.2713312 0.4039043 0.2872948 0.3950716 0.2721924 0.05289936 0.8011698 0.05587291 0.793715 0.05684196 0.7941851 0.05387359 0.8016759 0.05684208 0.7941843 0.05781775 0.7946574 0.04484546 0.578897 0.0452516 0.6090748 0.04415261 0.5791338 0.04415309 0.5791348 0.04456913 0.6094685 0.0434215 0.5793526 0.09654408 0.2526723 0.08899027 0.2383686 0.0904091 0.2391187 0.09754782 0.2528262 0.09041386 0.2391061 0.09202909 0.2398544 0.04581397 0.8138336 0.04959756 0.8080469 0.05054628 0.808645 0.04682153 0.8148943 0.05055254 0.8086521 0.04735094 0.8157062 0.09516507 0.2684633 0.09654408 0.2526723 0.09713298 0.2530733 0.09615445 0.2687689 0.09713584 0.2530725 0.09795004 0.2536202 0.462832 0.886887 0.4556465 0.8847472 0.4633193 0.8865124 0.1532592 0.03399264 0.152947 0.0384432 0.1515424 0.0383408 0.813359 0.9123337 0.7942478 0.9113408 0.8212145 0.9122551 0.8212197 0.9121927 0.7941946 0.9107886 0.7941288 0.910367 0.6813572 0.9065457 0.6600331 0.9057213 0.6525405 0.9048333 0.6814227 0.9058677 0.6525451 0.9047502 0.6450703 0.904016 0.5740768 0.9010472 0.5525545 0.8991769 0.5477522 0.8981594 0.5742174 0.9003746 0.5477601 0.8980751 0.5429636 0.8971846 0.1512848 0.04091513 0.1338346 0.05372947 0.1514248 0.03959995 0.1514129 0.0395832 0.1325929 0.05336999 0.1314097 0.05302703 0.06456995 0.7682496 0.06228315 0.7782846 0.06328731 0.7682768 0.06328618 0.7682757 0.06084531 0.777891 0.06260514 0.7683804 0.04760861 0.5622071 0.06073784 0.5442898 0.06034338 0.5457839 0.04827469 0.5620577 0.06034386 0.5457885 0.05988723 0.5475496 0.06324315 0.742417 0.05861204 0.7161884 0.05952453 0.7159886 0.06413459 0.7422615 0.05953115 0.7159851 0.06500989 0.7421107 0.9087496 0.917406 0.8879844 0.9165318 0.8890128 0.9162455 0.9107298 0.9171599 0.8890129 0.9162456 0.9121881 0.9167248 0.4746541 0.8886708 0.4862869 0.8903516 0.4850591 0.8906348 0.4743964 0.8891603 0.4850502 0.8906995 0.4838114 0.891034 0.4862895 0.8903513 0.5014844 0.8922488 0.4998645 0.8924636 0.4864454 0.8908945 0.4998479 0.8925399 0.4981628 0.8928471 0.8754275 0.9159565 0.864438 0.9152619 0.8646564 0.9148135 0.8793112 0.9156695 0.8646784 0.9147452 0.8833394 0.9155489 0.8644367 0.9152637 0.8459882 0.9141549 0.8375346 0.9131721 0.864675 0.9147465 0.8375457 0.9131094 0.8650657 0.9143949 0.7787512 0.9106524 0.7583614 0.9097107 0.7864475 0.9104931 0.7864501 0.9104304 0.758358 0.909133 0.7941288 0.9103671 0.3910593 0.4841125 0.3963223 0.4915511 0.3913362 0.4837992 0.1067188 0.07404136 0.08917045 0.08144247 0.106778 0.07318955 0.3969061 0.4925777 0.4021013 0.5007578 0.3971812 0.4921591 0.06054389 0.2032319 0.06074696 0.2068179 0.05975937 0.2025207 0.04888695 0.5619258 0.04484546 0.5788971 0.04827743 0.5620604 0.04827612 0.5620625 0.04414433 0.5791267 0.04760861 0.5622071 0.1314827 0.05535054 0.1088989 0.07359027 0.1314399 0.05433064 0.1314401 0.05433058 0.1077307 0.07357174 0.106778 0.07318955 0.07213091 0.4605469 0.07321012 0.4397445 0.07329195 0.4590269 0.07329493 0.4590261 0.07421797 0.4400807 0.07441598 0.4574483 0.07321465 0.4397385 0.07927483 0.4181064 0.07442378 0.4391953 0.07442831 0.4391933 0.08007395 0.4189878 0.07499521 0.4380347 0.04220813 0.8189402 0.03490191 0.8264506 0.03516513 0.8244662 0.04121005 0.8182798 0.03516477 0.8244667 0.03540086 0.8224483 0.09631788 0.2720106 0.08846908 0.2873291 0.08746558 0.2871083 0.0956431 0.2711484 0.08746534 0.2871088 0.08645302 0.2868936 0.05516254 0.6854109 0.06029003 0.7158303 0.05954837 0.7159804 0.05429106 0.685537 0.05953794 0.7159848 0.05861198 0.7161884 0.04525154 0.6090748 0.04907393 0.6497147 0.04456263 0.6094613 0.04456865 0.6094615 0.04815125 0.6498442 0.04384785 0.609816 0.8650555 0.9521917 0.8291006 0.9543785 0.8375317 0.9534611 0.8646419 0.9517703 0.8375205 0.9533984 0.8644264 0.9513185 0.758332 0.9578182 0.7200161 0.9594845 0.7199908 0.9590653 0.7502028 0.9576833 0.7199863 0.9589877 0.7420573 0.9574789 0.7200161 0.9594845 0.6814877 0.9610763 0.6896027 0.9603109 0.7199832 0.9589876 0.6895989 0.9602324 0.7199521 0.9584348 0.5743548 0.9665808 0.5429617 0.9693138 0.5742144 0.9661257 0.5742059 0.9660365 0.5477508 0.968339 0.5740739 0.9654531 0.4085025 0.3226731 0.4034664 0.2906851 0.409492 0.3225722 0.4094929 0.3225724 0.4041901 0.2888903 0.4104902 0.32247 0.2354333 0.82652 0.2281297 0.8189942 0.2351629 0.8245401 0.2351616 0.82454 0.2291246 0.8183365 0.2349235 0.8225212 0.2169048 0.6856658 0.2117503 0.716215 0.2160807 0.6855612 0.2160655 0.6855554 0.2108137 0.7160065 0.2152084 0.6854346 0.2230492 0.6499539 0.2169047 0.6856658 0.2222507 0.6498847 0.2222014 0.6498708 0.2160415 0.6855465 0.2213419 0.6497467 0.6450651 0.9624921 0.6096763 0.9641793 0.6449692 0.9620507 0.6449642 0.9619607 0.616437 0.963319 0.6448797 0.9613677 0.222292 0.8145039 0.2189702 0.8083169 0.2197133 0.8082205 0.223169 0.8142877 0.2197169 0.8082147 0.2207318 0.8081044 0.2189703 0.808317 0.2150051 0.8011627 0.2162168 0.8011908 0.219703 0.8082333 0.2162052 0.8011845 0.2174329 0.8012222 0.4165851 0.2246357 0.4024339 0.2385697 0.4121277 0.2274058 0.4206452 0.9389668 0.4181603 0.9393283 0.4252086 0.9369079 0.4162073 0.438189 0.4109416 0.419268 0.4111506 0.4191422 0.4167771 0.4393502 0.4111538 0.4191421 0.4119514 0.4182616 0.2097029 0.5442879 0.2228236 0.5622162 0.2221565 0.5620677 0.2090363 0.5442174 0.2221562 0.5620671 0.2215453 0.5619341 0.2083637 0.5441429 0.1962215 0.5341552 0.2090353 0.5442165 0.2090346 0.5442175 0.1957103 0.5327689 0.2097029 0.5442879 0.3948669 0.2528603 0.396228 0.2686475 0.3942778 0.2532604 0.3942749 0.2532597 0.3952386 0.2689519 0.3934604 0.2538062 0.4866033 0.975031 0.4981614 0.9736486 0.4864441 0.9755997 0.4864429 0.9756594 0.499863 0.9740319 0.4862878 0.976139 0.4741704 0.9779088 0.4650815 0.9800344 0.4732271 0.9776502 0.4732161 0.977602 0.4646676 0.9796012 0.4722635 0.9773166 0.7941188 0.9561824 0.758332 0.9578182 0.7583496 0.9574023 0.7864367 0.956053 0.7583466 0.9573364 0.7583532 0.9568247 0.6814878 0.9610764 0.6450651 0.9624921 0.6814168 0.9606472 0.6814127 0.9605596 0.652534 0.9616762 0.6813514 0.9599693 0.2150076 0.8011565 0.2125263 0.7946999 0.2134953 0.7942312 0.2162178 0.8011934 0.2134959 0.7942312 0.2144613 0.7937631 0.2125265 0.7947006 0.2098693 0.7868224 0.2134935 0.7942233 0.2134932 0.7942263 0.2109071 0.7864846 0.2144615 0.7937633 0.2098659 0.7868239 0.2080586 0.7783226 0.2095329 0.7778668 0.2109094 0.786493 0.2095232 0.7778689 0.2103559 0.7780539 0.3926959 0.2528882 0.3993945 0.2400516 0.3938634 0.253013 0.3938507 0.2529211 0.4010148 0.239318 0.3948669 0.2528603 0.3604163 0.05328488 0.3849316 0.07343 0.3603484 0.05456632 0.3603485 0.05456644 0.3839743 0.07378649 0.3828104 0.07382696 0.2077403 0.7684151 0.2103479 0.7780638 0.209495 0.7779301 0.2070581 0.7683113 0.2095286 0.777912 0.2080586 0.7783225 0.2245363 0.8138851 0.230201 0.8176518 0.22911 0.8183398 0.2230247 0.8143834 0.2291061 0.8183249 0.2281318 0.8189914 0.4106487 0.3676758 0.408502 0.3226732 0.4094915 0.322571 0.4117496 0.3698868 0.4094926 0.3225709 0.4104928 0.3224699 0.9121784 0.9498894 0.8895092 0.95083 0.8890029 0.9503546 0.9107205 0.9494534 0.8890029 0.9503546 0.9087404 0.949206 0.7199172 0.9089034 0.7199585 0.9080892 0.742065 0.9090517 0.6767634 0.3780371 0.696389 0.3433457 0.6848561 0.3780125 0.8439688 0.06353837 0.8495298 0.0517522 0.8639509 0.08015972 0.8922363 0.04363101 0.889164 0.03597015 0.9002001 0.03850919 0.8575056 0.04088288 0.8498291 0.02859348 0.862428 0.02896499 0.8160802 0.04562652 0.825046 0.04463756 0.823015 0.07626515 0.89982 0.04381489 0.8969995 0.05958229 0.8922363 0.04363101 0.7268458 0.292058 0.7450896 0.2514263 0.7493067 0.2552686 0.8040803 0.3872023 0.8086655 0.390892 0.8150597 0.4419309 0.8070821 0.309688 0.8086655 0.390892 0.8040803 0.3872023 0.7921672 0.1592161 0.7925314 0.1666126 0.7870829 0.1593451 0.790624 0.1481096 0.7921672 0.1592161 0.7870829 0.1593451 0.871465 0.1842055 0.8716289 0.1949977 0.8670139 0.1916388 0.8261184 0.2225036 0.826799 0.1663723 0.8313027 0.1653213 0.826799 0.1663723 0.8269465 0.1592057 0.8313027 0.1653213 0.6622786 0.08603787 0.6941 0.09838891 0.691022 0.1044338 0.9761418 0.3536464 0.9503766 0.3207425 0.9726337 0.3444053 0.9503766 0.3207425 0.918975 0.2757737 0.9527908 0.3141738 0.8795543 0.1088676 0.8639509 0.08015972 0.8818228 0.09993535 0.9464639 0.07317107 0.9711686 0.04824155 0.9722334 0.05479544 0.8575056 0.04088288 0.8658529 0.03829663 0.8642836 0.04498559 0.7307499 0.08308058 0.7312794 0.07858628 0.736073 0.07819133 0.716605 0.04053372 0.7081742 0.04195296 0.7151203 0.03678995 0.728183 0.0375483 0.716605 0.04053372 0.7151203 0.03678995 0.9700644 0.04670625 0.944052 0.07011783 0.9410848 0.06495237 0.944052 0.07011783 0.9152586 0.08177036 0.9410848 0.06495237 0.9002001 0.03850919 0.889164 0.03597015 0.8915418 0.03062361 0.889164 0.03597015 0.8832512 0.03264731 0.8915418 0.03062361 0.7151203 0.03678995 0.7128465 0.02646392 0.7223616 0.024185 0.8405447 0.03743988 0.825046 0.04463756 0.8298317 0.03917348 0.8439688 0.06353837 0.825046 0.04463756 0.8495298 0.0517522 0.8050863 0.2308769 0.7973465 0.2245951 0.8024307 0.2246168 0.8256827 0.2322747 0.8255414 0.2269123 0.828729 0.2269673 0.7383115 0.8744543 0.7300426 0.8744838 0.7317881 0.8682059 0.7940273 0.8226334 0.7916988 0.79276 0.7984136 0.7956308 0.8725609 0.8510159 0.8809417 0.8521122 0.8792077 0.8615687 0.7828848 0.8402171 0.7940273 0.8226334 0.8002064 0.8271958 0.7482732 0.7217307 0.7527328 0.7235804 0.7564207 0.7784587 0.7734925 0.4606466 0.7686058 0.5254006 0.76633 0.4757021 0.7876244 0.4590882 0.7986199 0.4721292 0.8001953 0.5201917 0.7493823 0.7887971 0.7564207 0.7784587 0.759337 0.787203 0.7828848 0.8402171 0.7786949 0.813331 0.7940273 0.8226334 0.6460919 0.5710969 0.6432853 0.5612985 0.6677555 0.5930248 0.7371941 0.7757878 0.7333799 0.7752155 0.739233 0.7121566 0.7449941 0.799239 0.7438529 0.8093967 0.7360167 0.7953172 0.7524799 0.8108468 0.7513256 0.8239 0.7438529 0.8093967 0.7385448 0.7924652 0.7360167 0.7953172 0.7343259 0.7843654 0.6790667 0.8399896 0.6756157 0.835307 0.7034476 0.8177411 0.7073727 0.8229983 0.7034476 0.8177411 0.723399 0.8148027 0.883129 0.7775262 0.8889256 0.7798346 0.8824277 0.7825971 0.923473 0.7946681 0.9253525 0.7904558 0.9520593 0.8056493 0.8962848 0.8038927 0.8926873 0.7999197 0.8998493 0.7984625 0.7378959 0.7825256 0.7343259 0.7843654 0.7333799 0.7752155 0.8935267 0.8292505 0.8895217 0.8298348 0.8855821 0.8163672 0.6538488 0.8696496 0.6568003 0.8746464 0.6415245 0.8792331 0.7383115 0.8744543 0.73751 0.8782662 0.7300426 0.8744838 0.9788951 0.8270046 0.9755765 0.8321335 0.94828 0.8143654 0.9124137 0.841281 0.9177337 0.8397014 0.9136463 0.8462761 0.9035433 0.8505062 0.9066868 0.8552123 0.8984524 0.8546434 0.9033853 0.8098052 0.9093943 0.8144238 0.9071394 0.8267143 0.8559419 0.831641 0.8631756 0.8419635 0.8410045 0.8527608 0.825046 0.04463756 0.8160802 0.04562652 0.8192639 0.03860747 0.825046 0.04463756 0.819408 0.04212176 0.8298317 0.03917348 0.819408 0.04212176 0.825046 0.04463756 0.8192639 0.03860747 0.7081742 0.04195296 0.716605 0.04053372 0.7110533 0.04804414 0.89982 0.04381489 0.8922363 0.04363101 0.9002001 0.03850919 0.8658529 0.03829663 0.8575056 0.04088288 0.862428 0.02896499 0.825046 0.04463756 0.8284093 0.07744377 0.823015 0.07626515 0.7577487 0.191739 0.7535287 0.1944058 0.7518856 0.1351746 0.8025893 0.3039331 0.8070821 0.309688 0.8040803 0.3872023 0.7858079 0.1491714 0.790624 0.1481096 0.7870829 0.1593451 0.8648416 0.1771817 0.871465 0.1842055 0.8670139 0.1916388 0.828729 0.2269673 0.8261184 0.2225036 0.8313027 0.1653213 0.8269465 0.1592057 0.8312651 0.1567347 0.8313027 0.1653213 0.7420432 0.07803153 0.7511969 0.08197766 0.7387278 0.08976507 0.6595832 0.09141403 0.6622786 0.08603787 0.691022 0.1044338 0.691022 0.1044338 0.6941 0.09838891 0.7118666 0.1039304 0.9503766 0.3207425 0.9527908 0.3141738 0.9726337 0.3444053 0.8639509 0.08015972 0.8671125 0.07808309 0.8818228 0.09993535 0.9722334 0.05479544 0.9711686 0.04824155 0.9800394 0.04280912 0.949727 0.0775609 0.9464639 0.07317107 0.9722334 0.05479544 0.9464639 0.07317107 0.949727 0.0775609 0.9219145 0.09333467 0.728083 0.03100937 0.728183 0.0375483 0.7151203 0.03678995 0.9700644 0.04670625 0.9657834 0.0420621 0.9805036 0.03511399 0.9657834 0.0420621 0.9700644 0.04670625 0.9410848 0.06495237 0.9152586 0.08177036 0.9137803 0.07464253 0.9410848 0.06495237 0.8832512 0.03264731 0.8841115 0.02578467 0.8915418 0.03062361 0.728083 0.03100937 0.7151203 0.03678995 0.7223616 0.024185 0.8405447 0.03743988 0.8498291 0.02859348 0.8575056 0.04088288 0.825046 0.04463756 0.8405447 0.03743988 0.8495298 0.0517522 0.7973465 0.2245951 0.8001843 0.2203556 0.8024307 0.2246168 0.8255414 0.2269123 0.8261184 0.2225036 0.828729 0.2269673 0.8002064 0.8271958 0.7940273 0.8226334 0.7984136 0.7956308 0.8631756 0.8419635 0.8559419 0.831641 0.8722628 0.8125203 0.8672595 0.8639893 0.8725609 0.8510159 0.8792077 0.8615687 0.7828848 0.8402171 0.7678569 0.8205375 0.7786949 0.813331 0.7916988 0.79276 0.7940273 0.8226334 0.7853515 0.7888858 0.7986199 0.4721292 0.8135615 0.5312392 0.8001953 0.5201917 0.7528317 0.7986046 0.7493823 0.7887971 0.759337 0.787203 0.6664592 0.5975719 0.6460919 0.5710969 0.6677555 0.5930248 0.6677555 0.5930248 0.7021321 0.6367248 0.6664592 0.5975719 0.7333799 0.7752155 0.7346097 0.71155 0.739233 0.7121566 0.7449941 0.799239 0.7524799 0.8108468 0.7438529 0.8093967 0.7378959 0.7825256 0.7385448 0.7924652 0.7343259 0.7843654 0.7270275 0.8204156 0.7073727 0.8229983 0.723399 0.8148027 0.8890563 0.772303 0.8889256 0.7798346 0.883129 0.7775262 0.8962848 0.8038927 0.889499 0.8092451 0.8926873 0.7999197 0.8698515 0.6934511 0.8771272 0.6580086 0.877145 0.688688 0.7371941 0.7757878 0.7378959 0.7825256 0.7333799 0.7752155 0.8890721 0.8129626 0.8935267 0.8292505 0.8855821 0.8163672 0.6568003 0.8746464 0.6423354 0.8804643 0.6415245 0.8792331 0.9907468 0.8363423 0.9755765 0.8321335 0.9788951 0.8270046 0.9035433 0.8505062 0.9136463 0.8462761 0.9066868 0.8552123 0.9066868 0.8552123 0.900398 0.8610436 0.8984524 0.8546434 0.9093943 0.8144238 0.9138309 0.8258947 0.9071394 0.8267143 0.9138309 0.8258947 0.9177337 0.8397014 0.9124137 0.841281 0.7370358 0.8884814 0.73751 0.8782662 0.746479 0.8890935 0.8725609 0.8510159 0.8672595 0.8639893 0.8569583 0.8570796 0.8631756 0.8419635 0.8569583 0.8570796 0.8410045 0.8527608 0.7446969 0.1152761 0.756162 0.09029352 0.7615094 0.1093822 0.8923774 0.2379179 0.9160122 0.2780321 0.9091443 0.2814585 0.8730064 0.2024104 0.8923774 0.2379179 0.8693202 0.2055234 0.8396705 0.4551258 0.8417669 0.3906615 0.8485875 0.4399107 0.8332315 0.3137325 0.8279293 0.2614214 0.8420549 0.3050473 0.828076 0.1040694 0.8284093 0.07744377 0.831849 0.1230771 0.8284093 0.07744377 0.825046 0.04463756 0.8338556 0.1036465 0.8716289 0.1949977 0.8730064 0.2024104 0.8693202 0.2055234 0.8731223 0.109939 0.8736175 0.124805 0.8644895 0.1182196 0.7429013 0.1258742 0.7446969 0.1152761 0.7533242 0.1257534 0.7327629 0.1412665 0.7459958 0.2057458 0.7289768 0.1425182 0.7312154 0.1240363 0.7322968 0.1342779 0.7283367 0.1330292 0.6304392 0.06211954 0.6622786 0.08603787 0.6317479 0.06814771 0.727033 0.04633843 0.7493143 0.04477995 0.7342355 0.0517227 0.8823684 0.2019071 0.8823101 0.1935188 0.8880128 0.1932654 0.8828967 0.1185829 0.8811577 0.1139117 0.8881132 0.1181946 0.8834574 0.1275311 0.8828967 0.1185829 0.8881132 0.1181946 0.8945246 0.08964735 0.8992308 0.09123569 0.8938947 0.09405726 0.7473042 0.2118495 0.7390682 0.2487068 0.7398635 0.2162078 0.8959954 0.2367459 0.8823684 0.2019071 0.890635 0.2054819 0.7322968 0.1342779 0.7327629 0.1412665 0.7289768 0.1425182 0.7312794 0.07858628 0.7284289 0.06332379 0.7361456 0.06545096 0.7284289 0.06332379 0.727033 0.04633843 0.7342355 0.0517227 0.8639509 0.08015972 0.8495298 0.0517522 0.861007 0.06802904 0.6746766 0.3762834 0.6710031 0.3794669 0.6718101 0.3676927 0.6187064 0.05729919 0.6317479 0.06814771 0.6266828 0.06844383 0.6644178 0.08228981 0.6313827 0.06023639 0.6665566 0.07665765 0.7081742 0.04195296 0.7110533 0.04804414 0.7051292 0.04787617 0.7130058 0.06426602 0.7173786 0.0783925 0.7119845 0.07822084 0.7110533 0.04804414 0.7130058 0.06426602 0.707423 0.06338268 0.7173786 0.0783925 0.7161955 0.08422768 0.7119845 0.07822084 0.8969995 0.05958229 0.89982 0.04381489 0.9039614 0.05924415 0.6177554 0.05123472 0.6150037 0.04883867 0.6310057 0.05052071 0.6693826 0.5891335 0.6527044 0.557981 0.7068246 0.6330254 0.7528317 0.7986046 0.759337 0.787203 0.7698237 0.8014655 0.7678569 0.8205375 0.7698237 0.8014655 0.7786949 0.813331 0.7804138 0.6030625 0.7770749 0.6092846 0.76484 0.5296694 0.7875025 0.6529343 0.783604 0.6578839 0.7770749 0.6092846 0.790874 0.7489369 0.7860063 0.7496474 0.7900083 0.7418267 0.7912245 0.7597765 0.7864597 0.7595543 0.7860063 0.7496474 0.7940273 0.8226334 0.7860692 0.8065097 0.7853515 0.7888858 0.91328 0.5670219 0.9062181 0.5676413 0.9240866 0.5357109 0.8608452 0.6945067 0.8568211 0.6921441 0.8734863 0.6574848 0.8623614 0.7121124 0.8572001 0.7198935 0.8568998 0.7057568 0.8741549 0.7683793 0.8672891 0.7679164 0.8572001 0.7198935 0.8046758 0.5949189 0.8145106 0.6017506 0.8082006 0.6456509 0.8128567 0.6830437 0.8146132 0.6783608 0.8271762 0.7366994 0.8227109 0.7364361 0.8271762 0.7366994 0.8240269 0.7432432 0.8240269 0.7432432 0.8285487 0.7448901 0.825988 0.7537682 0.8341457 0.7956132 0.8346251 0.7768765 0.8388301 0.8209381 0.8388301 0.8209381 0.8397244 0.7950685 0.8410045 0.8527608 0.860748 0.7017984 0.8568998 0.7057568 0.8568211 0.6921441 0.7021321 0.6367248 0.6984813 0.6385019 0.6664592 0.5975719 0.764488 0.8292783 0.75641 0.8345407 0.7513256 0.8239 0.7732312 0.8504167 0.7624785 0.849516 0.764488 0.8292783 0.7270275 0.8204156 0.723399 0.8148027 0.7319932 0.817034 0.7472993 0.8672114 0.7532815 0.8608981 0.7687931 0.8650435 0.9343501 0.5334371 0.9325217 0.5428208 0.9151875 0.5690259 0.9151875 0.5690259 0.9185659 0.5748911 0.8926307 0.6170394 0.8926307 0.6170394 0.8994458 0.6205319 0.8837746 0.6577786 0.8698515 0.6934511 0.877145 0.688688 0.876649 0.7007626 0.8711718 0.7014564 0.876649 0.7007626 0.8849797 0.7472735 0.9520593 0.8056493 0.9544497 0.8009299 0.979636 0.8189386 0.9040749 0.7961767 0.9063117 0.7913129 0.923473 0.7946681 0.8998493 0.7984625 0.8985257 0.7943623 0.9040749 0.7961767 0.889499 0.8092451 0.8859701 0.8096085 0.8926873 0.7999197 0.7394792 0.7061242 0.7316719 0.7031902 0.725584 0.6723427 0.8771272 0.6580086 0.8837746 0.6577786 0.877145 0.688688 0.7687931 0.8650435 0.7637653 0.8587271 0.7732312 0.8504167 0.7458448 0.8507922 0.7528512 0.8474994 0.7532815 0.8608981 0.8890721 0.8129626 0.8855821 0.8163672 0.8859701 0.8096085 0.8722628 0.8125203 0.8756169 0.8139812 0.8714462 0.824566 0.6432853 0.5612985 0.6460919 0.5710969 0.6419618 0.5699571 0.730989 0.8524233 0.7258126 0.8541808 0.7277272 0.8392893 0.7317881 0.8682059 0.7261691 0.8693374 0.7258126 0.8541808 0.6423354 0.8804643 0.6568003 0.8746464 0.6550827 0.8789721 0.6693826 0.5891335 0.6449865 0.5592846 0.6527044 0.557981 0.7268458 0.292058 0.7307391 0.2979667 0.6848561 0.3780125 0.7307391 0.2979667 0.7268458 0.292058 0.7493067 0.2552686 0.7493067 0.2552686 0.7450896 0.2514263 0.7584454 0.2179838 0.7535287 0.1944058 0.7577487 0.191739 0.7590535 0.2080391 0.7533242 0.1257534 0.7446969 0.1152761 0.7615094 0.1093822 0.7615094 0.1093822 0.756162 0.09029352 0.7684686 0.09573674 0.8001843 0.2203556 0.7973465 0.2245951 0.7885212 0.1686253 0.7925314 0.1666126 0.7885212 0.1686253 0.7870829 0.1593451 0.9091443 0.2814585 0.9160122 0.2780321 0.9414801 0.3237257 0.8861613 0.2397025 0.8923774 0.2379179 0.9091443 0.2814585 0.8923774 0.2379179 0.8861613 0.2397025 0.8693202 0.2055234 0.8667027 0.1264805 0.8736175 0.124805 0.8648416 0.1771817 0.8731223 0.109939 0.8644895 0.1182196 0.8566657 0.1019266 0.8417669 0.3906615 0.8534495 0.3770615 0.8485875 0.4399107 0.8332315 0.3137325 0.8420549 0.3050473 0.8534495 0.3770615 0.8279293 0.2614214 0.8348339 0.2567341 0.8420549 0.3050473 0.828076 0.1040694 0.831849 0.1230771 0.8313806 0.1486182 0.8284093 0.07744377 0.8338556 0.1036465 0.831849 0.1230771 0.825046 0.04463756 0.8352868 0.08048307 0.8338556 0.1036465 0.8670139 0.1916388 0.8716289 0.1949977 0.8693202 0.2055234 0.8736175 0.124805 0.8667027 0.1264805 0.8644895 0.1182196 0.7518856 0.1351746 0.7429013 0.1258742 0.7533242 0.1257534 0.7973465 0.2245951 0.8050863 0.2308769 0.8007221 0.2532683 0.8256827 0.2322747 0.828729 0.2269673 0.8348339 0.2567341 0.7173844 0.2879403 0.7214159 0.289111 0.6919307 0.3352598 0.7214159 0.289111 0.7173844 0.2879403 0.7335774 0.2484384 0.7473042 0.2118495 0.7398635 0.2162078 0.7413914 0.2071745 0.7459958 0.2057458 0.7413914 0.2071745 0.7289768 0.1425182 0.7281395 0.1215735 0.7312154 0.1240363 0.7283367 0.1330292 0.7511969 0.08197766 0.7420432 0.07803153 0.7456018 0.06170862 0.6304392 0.06211954 0.6317479 0.06814771 0.6187064 0.05729919 0.6622786 0.08603787 0.6595832 0.09141403 0.6317479 0.06814771 0.7493143 0.04477995 0.7452985 0.05209749 0.7342355 0.0517227 0.918975 0.2757737 0.925307 0.27102 0.9527908 0.3141738 0.925307 0.27102 0.918975 0.2757737 0.9028092 0.2358148 0.890635 0.2054819 0.8823684 0.2019071 0.8880128 0.1932654 0.8880128 0.1932654 0.8823101 0.1935188 0.8883473 0.1444127 0.8811577 0.1139117 0.8866595 0.1105433 0.8881132 0.1181946 0.8795543 0.1088676 0.8818228 0.09993535 0.8866595 0.1105433 0.8886818 0.1276603 0.8834574 0.1275311 0.8881132 0.1181946 0.8992308 0.09123569 0.9023628 0.09579938 0.8938947 0.09405726 0.8945246 0.08964735 0.8938947 0.09405726 0.8869713 0.08941835 0.7390682 0.2487068 0.7335774 0.2484384 0.7398635 0.2162078 0.9028092 0.2358148 0.8959954 0.2367459 0.890635 0.2054819 0.7283367 0.1330292 0.7322968 0.1342779 0.7289768 0.1425182 0.736073 0.07819133 0.7312794 0.07858628 0.7361456 0.06545096 0.7361456 0.06545096 0.7284289 0.06332379 0.7342355 0.0517227 0.7345571 0.08556991 0.7307499 0.08308058 0.736073 0.07819133 0.8580631 0.05589842 0.8671125 0.07808309 0.861007 0.06802904 0.6758189 0.3658072 0.6746766 0.3762834 0.6718101 0.3676927 0.6157157 0.05791866 0.6187064 0.05729919 0.6266828 0.06844383 0.6313827 0.06023639 0.6335142 0.05462735 0.6665566 0.07665765 0.6644178 0.08228981 0.6665566 0.07665765 0.6974929 0.08409905 0.707423 0.06338268 0.7130058 0.06426602 0.7119845 0.07822084 0.7051292 0.04787617 0.7110533 0.04804414 0.707423 0.06338268 0.7161955 0.08422768 0.7104794 0.08191913 0.7119845 0.07822084 0.6335142 0.05462735 0.6177554 0.05123472 0.6310057 0.05052071 0.6449865 0.5592846 0.6438637 0.5544547 0.6527044 0.557981 0.6527044 0.557981 0.7095665 0.6267549 0.7068246 0.6330254 0.7513035 0.7078294 0.7527328 0.7235804 0.7482732 0.7217307 0.7804138 0.6030625 0.7875025 0.6529343 0.7770749 0.6092846 0.7860063 0.7496474 0.7858556 0.7405658 0.7900083 0.7418267 0.790874 0.7489369 0.7912245 0.7597765 0.7860063 0.7496474 0.9304141 0.5310087 0.91328 0.5670219 0.9240866 0.5357109 0.8568211 0.6921441 0.8672685 0.6568031 0.8734863 0.6574848 0.8623614 0.7121124 0.8741549 0.7683793 0.8572001 0.7198935 0.8135615 0.5312392 0.8145106 0.6017506 0.8046758 0.5949189 0.8145106 0.6017506 0.8155507 0.6489862 0.8082006 0.6456509 0.8227109 0.7364361 0.8128567 0.6830437 0.8271762 0.7366994 0.8271762 0.7366994 0.8285487 0.7448901 0.8240269 0.7432432 0.8285487 0.7448901 0.8299899 0.7526079 0.825988 0.7537682 0.8299899 0.7526079 0.8346251 0.7768765 0.8341457 0.7956132 0.8346251 0.7768765 0.8397244 0.7950685 0.8388301 0.8209381 0.8397244 0.7950685 0.8448873 0.816913 0.8410045 0.8527608 0.8608452 0.6945067 0.860748 0.7017984 0.8568211 0.6921441 0.8665344 0.7761537 0.8672891 0.7679164 0.8741549 0.7683793 0.7346097 0.71155 0.7316719 0.7031902 0.7394792 0.7061242 0.7624785 0.849516 0.75641 0.8345407 0.764488 0.8292783 0.6528997 0.8620488 0.6756157 0.835307 0.6790667 0.8399896 0.7532815 0.8608981 0.7637653 0.8587271 0.7687931 0.8650435 0.9325217 0.5428208 0.9185659 0.5748911 0.9151875 0.5690259 0.9185659 0.5748911 0.8994458 0.6205319 0.8926307 0.6170394 0.8771272 0.6580086 0.8926307 0.6170394 0.8837746 0.6577786 0.8711718 0.7014564 0.8698515 0.6934511 0.876649 0.7007626 0.8889256 0.7798346 0.8860549 0.7907392 0.8824277 0.7825971 0.8860549 0.7907392 0.8756169 0.8139812 0.8722628 0.8125203 0.9253525 0.7904558 0.9544497 0.8009299 0.9520593 0.8056493 0.9063117 0.7913129 0.9253525 0.7904558 0.923473 0.7946681 0.8985257 0.7943623 0.9063117 0.7913129 0.9040749 0.7961767 0.8926873 0.7999197 0.8985257 0.7943623 0.8998493 0.7984625 0.8809417 0.8521122 0.8725609 0.8510159 0.8783488 0.8459937 0.7316719 0.7031902 0.7203944 0.6734989 0.725584 0.6723427 0.7637653 0.8587271 0.7624785 0.849516 0.7732312 0.8504167 0.7472993 0.8672114 0.7458448 0.8507922 0.7532815 0.8608981 0.889499 0.8092451 0.8890721 0.8129626 0.8859701 0.8096085 0.8706296 0.8366116 0.8631756 0.8419635 0.8714462 0.824566 0.6392616 0.5588664 0.6432853 0.5612985 0.6419618 0.5699571 0.6846826 0.8482289 0.6568003 0.8746464 0.6538488 0.8696496 0.7317881 0.8682059 0.7300426 0.8744838 0.7261691 0.8693374 0.730989 0.8524233 0.7317881 0.8682059 0.7258126 0.8541808 0.9099032 0.8115336 0.9093943 0.8144238 0.9033853 0.8098052 0.6401054 0.8831995 0.6423354 0.8804643 0.6550827 0.8789721 0.8495298 0.0517522 0.8580631 0.05589842 0.861007 0.06802904 0.8756169 0.8139812 0.8706296 0.8366116 0.8714462 0.824566 0.8671125 0.07808309 0.8639509 0.08015972 0.861007 0.06802904 0.8631756 0.8419635 0.8722628 0.8125203 0.8714462 0.824566 0.8086655 0.390892 0.8249974 0.4560155 0.8150597 0.4419309 0.7686058 0.5254006 0.76484 0.5296694 0.76633 0.4757021 0.7456018 0.06170862 0.7420432 0.07803153 0.7361456 0.06545096 0.750693 0.8353674 0.75641 0.8345407 0.7528512 0.8474994 0.75641 0.8345407 0.750693 0.8353674 0.7480381 0.8285829 0.8040803 0.3872023 0.7307391 0.2979667 0.8025893 0.3039331 0.7273231 0.09369724 0.7345571 0.08556991 0.7387278 0.08976507 0.7345571 0.08556991 0.736073 0.07819133 0.7420432 0.07803153 0.691022 0.1044338 0.7398635 0.2162078 0.6595832 0.09141403 0.7398635 0.2162078 0.7335774 0.2484384 0.6595832 0.09141403 0.7698237 0.8014655 0.759337 0.787203 0.7853515 0.7888858 0.7786949 0.813331 0.7698237 0.8014655 0.7860692 0.8065097 0.759337 0.787203 0.7564207 0.7784587 0.7864597 0.7595543 0.7564207 0.7784587 0.7527328 0.7235804 0.7860063 0.7496474 0.7513035 0.7078294 0.7490928 0.6984499 0.7850889 0.6857685 0.7490928 0.6984499 0.7342674 0.6644091 0.783604 0.6578839 0.7342674 0.6644091 0.7095665 0.6267549 0.7770749 0.6092846 0.7513256 0.8239 0.7480381 0.8285829 0.7398099 0.8220221 0.7360167 0.7953172 0.7438529 0.8093967 0.7319932 0.817034 0.6528997 0.8620488 0.6460919 0.5710969 0.6756157 0.835307 0.7346097 0.71155 0.7333799 0.7752155 0.7034476 0.8177411 0.6984813 0.6385019 0.7034476 0.8177411 0.6756157 0.835307 0.7452985 0.05209749 0.7456018 0.06170862 0.7342355 0.0517227 0.691022 0.1044338 0.7283367 0.1330292 0.7289768 0.1425182 0.7398635 0.2162078 0.691022 0.1044338 0.7413914 0.2071745 0.691022 0.1044338 0.7289768 0.1425182 0.7413914 0.2071745 0.6317479 0.06814771 0.6595832 0.09141403 0.6758189 0.3658072 0.6595832 0.09141403 0.6919307 0.3352598 0.6758189 0.3658072 0.8150597 0.4419309 0.6848561 0.3780125 0.8040803 0.3872023 0.7095665 0.6267549 0.6527044 0.557981 0.76484 0.5296694 0.7527328 0.7235804 0.7513035 0.7078294 0.7858556 0.7405658 0.7528512 0.8474994 0.7624785 0.849516 0.7532815 0.8608981 0.7360167 0.7953172 0.723399 0.8148027 0.7034476 0.8177411 0.7343259 0.7843654 0.7360167 0.7953172 0.7034476 0.8177411 0.7333799 0.7752155 0.7343259 0.7843654 0.7034476 0.8177411 0.7316719 0.7031902 0.7034476 0.8177411 0.7203944 0.6734989 0.7336561 0.1058533 0.7281395 0.1215735 0.7202326 0.1001502 0.7202326 0.1001502 0.7281395 0.1215735 0.7118666 0.1039304 0.05389231 0.7587533 0.05407923 0.7450936 0.05787712 0.7578483 0.04252821 0.7207108 0.04578787 0.7193993 0.05407923 0.7450936 0.05407923 0.7450936 0.04827594 0.7184456 0.056863 0.7439522 0.02902406 0.4636592 0.03159141 0.4388916 0.03680878 0.4626228 0.01606732 0.4644388 0.01888477 0.4397017 0.02195477 0.4642395 0.03490537 0.4135793 0.04282796 0.4128379 0.03941208 0.437973 0.04234695 0.5253304 0.03271627 0.5495676 0.0290724 0.5469561 0.05736953 0.5046591 0.06276285 0.5065906 0.0525726 0.5262776 0.05057746 0.3736516 0.05972629 0.4117113 0.04282796 0.4128379 0.02693104 0.5851833 0.02851343 0.6135582 0.02502226 0.5907258 0.0240091 0.5867921 0.02502226 0.5907258 0.02567666 0.6143732 0.02221226 0.6153466 0.02244967 0.5852225 0.0240091 0.5867921 0.02693104 0.5851833 0.02995163 0.5818694 0.03197222 0.6128014 0.03317612 0.580853 0.03558838 0.6124418 0.02995163 0.5818694 0.04906612 0.2421852 0.06441122 0.2319129 0.07399123 0.2498137 0.07926911 0.2603838 0.07399123 0.2498137 0.08518606 0.2495151 0.09110289 0.2601913 0.08434492 0.2699531 0.07926911 0.2603838 0.04096144 0.2840317 0.04183435 0.2596093 0.05115693 0.2825114 0.0240091 0.5867921 0.02244967 0.5852225 0.02591186 0.5686075 0.03903847 0.5458462 0.04405212 0.5453945 0.03887128 0.5633713 0.03317612 0.580853 0.03468096 0.5637406 0.03658539 0.580786 0.03317612 0.580853 0.02995163 0.5818694 0.03069406 0.5666629 0.03069406 0.5666629 0.02995163 0.5818694 0.02693104 0.5851833 0.03903847 0.5458462 0.03468096 0.5637406 0.03271627 0.5495676 0.03903847 0.5458462 0.0472424 0.5257925 0.04405212 0.5453945 0.07969224 0.5163386 0.07020258 0.5298445 0.07408732 0.5115594 0.03680878 0.4626228 0.03941208 0.437973 0.05368477 0.4598665 0.06389409 0.4599658 0.05368477 0.4598665 0.05605435 0.4362382 0.056863 0.7439522 0.05102455 0.7176631 0.05506587 0.716865 0.03069406 0.5666629 0.02685779 0.5747045 0.03271627 0.5495676 0.02591186 0.5686075 0.02304089 0.5667934 0.03271627 0.5495676 0.0240091 0.5867921 0.02685779 0.5747045 0.02502226 0.5907258 0.0548399 0.8021849 0.05781775 0.7946574 0.0614165 0.7970727 0.03490537 0.4135793 0.03159141 0.4388916 0.02785074 0.4140662 0.05736953 0.5046591 0.0472424 0.5257925 0.05254238 0.502818 0.02222418 0.4142645 0.02785074 0.4140662 0.02455699 0.4394747 0.038338 0.2296252 0.03153359 0.2312101 0.03095895 0.2154216 0.03601348 0.2002457 0.03654223 0.214961 0.03095895 0.2154216 0.01606732 0.4644388 0.01077079 0.4644476 0.01389372 0.4397509 0.04861396 0.5010793 0.05254238 0.502818 0.04234695 0.5253304 0.05969989 0.3240863 0.06957221 0.3720961 0.05057746 0.3736516 0.05057746 0.3736516 0.0422495 0.3739574 0.05070984 0.3238983 0.03535652 0.6507359 0.0319314 0.6512824 0.02567666 0.6143732 0.02965813 0.651683 0.02392667 0.6149078 0.0319314 0.6512824 0.02965813 0.651683 0.0275942 0.652113 0.02221226 0.6153466 0.04408967 0.650089 0.03954029 0.6502644 0.03900831 0.6119908 0.03197222 0.6128014 0.03954029 0.6502644 0.03535652 0.6507359 0.01964992 0.5850395 0.02244967 0.5852225 0.02221226 0.6153466 0.04252821 0.7207108 0.03338336 0.6895815 0.04578787 0.7193993 0.04827594 0.7184456 0.04143375 0.6875565 0.04524129 0.6868219 0.0319314 0.6512824 0.04143375 0.6875565 0.03878229 0.6880782 0.0319314 0.6512824 0.03535652 0.6507359 0.04143375 0.6875565 0.03878229 0.6880782 0.03639584 0.6886616 0.0275942 0.652113 0.06957221 0.3720961 0.06896084 0.4133601 0.05972629 0.4117113 0.02902406 0.4636592 0.02195477 0.4642395 0.02455699 0.4394747 0.03495162 0.3739938 0.0422495 0.3739574 0.04282796 0.4128379 0.03903847 0.5458462 0.03271627 0.5495676 0.04234695 0.5253304 0.06276285 0.5065906 0.07408732 0.5115594 0.06398117 0.5281908 0.04282796 0.4128379 0.05972629 0.4117113 0.05605435 0.4362382 0.05605435 0.4362382 0.05972629 0.4117113 0.06896084 0.4133601 0.04042667 0.2444405 0.04906612 0.2421852 0.05182164 0.2565145 0.04184776 0.202223 0.04251843 0.2151958 0.03654223 0.214961 0.04184776 0.202223 0.03601348 0.2002457 0.04228985 0.189391 0.08873754 0.06040817 0.08742135 0.0535078 0.106898 0.0502265 0.4665194 0.8806853 0.4717238 0.8786373 0.4739861 0.8830059 0.04042667 0.2444405 0.038338 0.2296252 0.04906612 0.2421852 0.04544478 0.2284645 0.038338 0.2296252 0.04251843 0.2151958 0.4665194 0.8806853 0.457273 0.8777537 0.4593803 0.8749257 0.1252612 0.03941053 0.1228674 0.03260105 0.1437137 0.02824401 0.1252612 0.03941053 0.106898 0.0502265 0.1048421 0.04347467 0.09495806 0.2702767 0.08645302 0.2868936 0.08434492 0.2699531 0.06590181 0.2905517 0.05969989 0.3240863 0.05070984 0.3238983 0.08434492 0.2699531 0.05899065 0.2871012 0.07926911 0.2603838 0.05115693 0.2825114 0.05899065 0.2871012 0.04291081 0.3234157 0.05115693 0.2825114 0.05182164 0.2565145 0.07926911 0.2603838 0.0602144 0.7686929 0.0560013 0.769245 0.05787712 0.7578483 0.05787712 0.7578483 0.056863 0.7439522 0.06092482 0.7569163 0.02785074 0.4140662 0.0287975 0.3739905 0.03490537 0.4135793 0.03495162 0.3739938 0.03572928 0.3234869 0.0422495 0.3739574 0.04143375 0.6875565 0.04827594 0.7184456 0.03878229 0.6880782 0.0987159 0.2527026 0.1102553 0.2574809 0.1029338 0.2623572 0.08873754 0.06040817 0.07067853 0.07027268 0.07030284 0.06312084 0.02591186 0.5686075 0.02244967 0.5852225 0.01964992 0.5850395 0.06228315 0.7782846 0.06456995 0.7682496 0.06406605 0.7785676 0.04405212 0.5453945 0.0525726 0.5262776 0.05500477 0.5449879 0.0485323 0.8207938 0.04350411 0.8199138 0.04740387 0.8157357 0.05102455 0.7176631 0.04524129 0.6868219 0.04970145 0.68608 0.1437137 0.02824401 0.152617 0.03312247 0.1515424 0.0383408 0.02479684 0.6527479 0.01948225 0.6158738 0.0275942 0.652113 0.03317612 0.580853 0.03658539 0.580786 0.03900831 0.6119908 0.03338336 0.6895815 0.02479684 0.6527479 0.03639584 0.6886616 0.05861204 0.7161884 0.06324315 0.742417 0.0598545 0.7429925 0.03572928 0.3234869 0.04096144 0.2840317 0.04291081 0.3234157 0.05516189 0.6854111 0.04904758 0.6497241 0.05839872 0.6850031 0.2403154 0.6907033 0.2314801 0.7222344 0.2278346 0.720743 0.439567 0.2567504 0.4495389 0.2598549 0.4402046 0.2827393 0.2512266 0.5671476 0.2473926 0.5668178 0.2455035 0.5468923 0.2413719 0.5469739 0.2473926 0.5668178 0.237726 0.5495836 0.2507734 0.5850684 0.2479732 0.5852498 0.2445201 0.5686305 0.2193381 0.7176922 0.2220868 0.7184758 0.2134912 0.743983 0.216275 0.7451255 0.2245749 0.7194303 0.2278346 0.720743 0.2124729 0.7578818 0.2094249 0.7569485 0.2134912 0.743983 0.2050194 0.7560669 0.2017964 0.7557898 0.2053431 0.7421386 0.4666287 0.4396824 0.4633631 0.4142782 0.4689878 0.4144824 0.4517796 0.4381651 0.459597 0.4390919 0.4543557 0.4628103 0.2281085 0.5253365 0.2179251 0.5028139 0.2218553 0.5010774 0.2178804 0.5262777 0.2232119 0.5257956 0.2263908 0.545403 0.4563112 0.4137837 0.4563075 0.3742104 0.4624596 0.3742138 0.4517796 0.4381651 0.4483917 0.4130339 0.4563112 0.4137837 0.2447299 0.6144023 0.2418932 0.6135856 0.245397 0.5907524 0.2447299 0.6144023 0.245397 0.5907524 0.2464125 0.5868188 0.2481941 0.6153777 0.2509241 0.6159065 0.2427942 0.6521449 0.2313977 0.6120126 0.2338379 0.5808045 0.2372477 0.5808734 0.2384343 0.612827 0.2348179 0.6124654 0.240472 0.5818919 0.2384343 0.612827 0.240472 0.5818919 0.2434911 0.5852079 0.4121274 0.2605883 0.4174152 0.2500275 0.439567 0.2567504 0.4174152 0.2500275 0.4137858 0.238157 0.4234089 0.2389128 0.439567 0.2567504 0.4234089 0.2389128 0.4423375 0.2424288 0.2445201 0.5686305 0.2435704 0.5747279 0.237726 0.5495836 0.2434911 0.5852079 0.240472 0.5818919 0.2397383 0.5666827 0.2397383 0.5666827 0.240472 0.5818919 0.2372477 0.5808734 0.2397383 0.5666827 0.2357525 0.5637577 0.237726 0.5495836 0.2434911 0.5852079 0.2435704 0.5747279 0.245397 0.5907524 0.2178804 0.5262777 0.2077005 0.506581 0.213096 0.5046524 0.2064687 0.5281842 0.1963709 0.5115439 0.2077005 0.506581 0.4222664 0.4135281 0.425584 0.4376817 0.4119514 0.4182616 0.4351444 0.4364132 0.4314999 0.4118897 0.4483917 0.4130339 0.4666287 0.4396824 0.4722989 0.4399155 0.4692037 0.4644427 0.2413719 0.5469739 0.237726 0.5495836 0.2281085 0.5253365 0.4717224 0.9878513 0.4785374 0.989452 0.4619232 0.9942177 0.216275 0.7451255 0.2164584 0.7587882 0.2124729 0.7578818 0.2240272 0.7477421 0.2199327 0.7464007 0.2314801 0.7222344 0.4666287 0.4396824 0.4692037 0.4644427 0.4621371 0.4638548 0.4563075 0.3742104 0.4563112 0.4137837 0.4483917 0.4130339 0.4680402 0.3741967 0.4738987 0.4145415 0.4689878 0.4144824 0.2281085 0.5253365 0.237726 0.5495836 0.231405 0.5458578 0.2464125 0.5868188 0.2479732 0.5852498 0.2481941 0.6153777 0.3849316 0.07343 0.4029881 0.06068563 0.4036788 0.08123993 0.2445201 0.5686305 0.2479732 0.5852498 0.2464125 0.5868188 0.2362919 0.5238411 0.2455035 0.5468923 0.2413719 0.5469739 0.3869071 0.0437408 0.384848 0.05047476 0.3665065 0.0396291 0.3689039 0.03283762 0.371028 0.02639734 0.3891348 0.03810036 0.3689039 0.03283762 0.3505994 0.0215134 0.371028 0.02639734 0.4490119 0.3741661 0.4484052 0.3236393 0.4555838 0.3237183 0.4555838 0.3237183 0.4624533 0.3240736 0.4624596 0.3742138 0.4503889 0.2842702 0.4597358 0.2863337 0.4555838 0.3237183 0.2447299 0.6144023 0.2464798 0.614938 0.238457 0.6513124 0.2447299 0.6144023 0.238457 0.6513124 0.2350319 0.6507641 0.2262979 0.6501134 0.2230468 0.649953 0.2313977 0.6120126 0.2350319 0.6507641 0.2308478 0.6502907 0.2384343 0.612827 0.2262979 0.6501134 0.2348179 0.6124654 0.2308478 0.6502907 0.2481941 0.6153777 0.2427942 0.6521449 0.2407303 0.651714 0.2339776 0.6886928 0.23699 0.6896139 0.2245749 0.7194303 0.2206716 0.6861061 0.225132 0.6868497 0.2193381 0.7176922 0.2245749 0.7194303 0.2220868 0.7184758 0.2315912 0.6881085 0.2193381 0.7176922 0.2134912 0.743983 0.2152965 0.7168926 0.2100718 0.7158561 0.2053431 0.7421385 0.2067776 0.7150746 0.2193381 0.7176922 0.225132 0.6868497 0.2220868 0.7184758 0.2206716 0.6861061 0.2262979 0.6501134 0.225132 0.6868497 0.2315912 0.6881085 0.2289397 0.6875858 0.238457 0.6513124 0.225132 0.6868497 0.2350319 0.6507641 0.2289397 0.6875858 0.2427942 0.6521449 0.2455915 0.6527811 0.2339776 0.6886928 0.2427942 0.6521449 0.2339776 0.6886928 0.2315912 0.6881085 0.3869071 0.0437408 0.4043079 0.05380195 0.384848 0.05047476 0.4351444 0.4364132 0.4374879 0.460037 0.4272816 0.4601256 0.4351444 0.4364132 0.4517796 0.4381651 0.4374879 0.460037 0.4666287 0.4396824 0.459597 0.4390919 0.4633631 0.4142782 0.2064687 0.5281842 0.2178804 0.5262777 0.2154365 0.5449896 0.2281085 0.5253365 0.2232119 0.5257956 0.2179251 0.5028139 0.4548802 0.215227 0.4489131 0.2154554 0.4495963 0.2024875 0.4785374 0.989452 0.4717224 0.9878513 0.4967901 0.9850146 0.4553243 0.185781 0.4554201 0.2005171 0.4491511 0.1896662 0.4813601 0.9839116 0.4717224 0.9878513 0.4739859 0.9834878 0.4070428 0.2701489 0.4002979 0.2603828 0.4121274 0.2605883 0.439567 0.2567504 0.4423375 0.2424288 0.4509631 0.2446925 0.4459732 0.2287165 0.453069 0.2298843 0.4423375 0.2424288 0.4548802 0.215227 0.453069 0.2298843 0.4489131 0.2154554 0.4214074 0.06344211 0.4210274 0.07057911 0.4029881 0.06068563 0.3505994 0.0215134 0.3689039 0.03283762 0.3480642 0.02846604 0.459379 0.9915619 0.4572735 0.9887406 0.4665197 0.9858092 0.440687 0.3738514 0.4406083 0.3241133 0.4490119 0.3741661 0.4406083 0.3241133 0.4316209 0.3242914 0.4254572 0.2907607 0.4402046 0.2827393 0.4503889 0.2842702 0.4484052 0.3236393 0.4406083 0.3241133 0.4323699 0.2873189 0.4484052 0.3236393 0.4121274 0.2605883 0.439567 0.2567504 0.4323699 0.2873188 0.4490119 0.3741661 0.4483917 0.4130339 0.440687 0.3738514 0.4338935 0.2139884 0.4332072 0.2235437 0.423669 0.2253658 0.4121274 0.2605883 0.4062244 0.2497166 0.4174152 0.2500275 0.4406083 0.3241133 0.440687 0.3738514 0.4316209 0.3242914 0.4254572 0.2907607 0.4070428 0.2701489 0.4323699 0.2873189 0.2988671 0.9684773 0.2996772 0.9651136 0.299432 0.9695146 0.2164584 0.7587882 0.2143458 0.7692824 0.2124729 0.7578818 0.440687 0.3738514 0.4314999 0.4118897 0.4216995 0.372276 0.1952302 0.5314858 0.2002453 0.5298345 0.2097029 0.5442879 0.2064687 0.5281842 0.2002453 0.5298345 0.1963709 0.5115439 0.4222664 0.4135281 0.4314999 0.4118897 0.4351444 0.4364132 0.2315617 0.5633857 0.2263908 0.545403 0.231405 0.5458578 0.2481941 0.6153777 0.2479732 0.5852498 0.2507734 0.5850684 0.2215452 0.561934 0.2255774 0.5789105 0.2216052 0.5771734 0.2315617 0.5633857 0.2357525 0.5637577 0.2338379 0.5808045 0.6812422 0.9074511 0.6447007 0.9061582 0.660033 0.9057213 0.6092132 0.9046195 0.5737006 0.9024299 0.5865257 0.9018917 0.9227821 0.9193622 0.9254578 0.9202014 0.8925926 0.9174092 0.07289713 0.5439639 0.06587749 0.5566177 0.06767278 0.5436246 0.06139302 0.5688028 0.05393606 0.5753443 0.06008636 0.5582072 0.04881799 0.5771625 0.05405038 0.5602815 0.05393606 0.5753443 0.4644439 0.9801882 0.4665197 0.9858092 0.4637729 0.980362 0.6448797 0.9613677 0.644696 0.9603502 0.6600279 0.9607898 0.1401079 0.05655837 0.1512848 0.04091513 0.1542511 0.03862249 0.3866618 0.2494997 0.4013847 0.2380062 0.3993945 0.2400516 0.3950716 0.2721924 0.3926682 0.2886979 0.3838511 0.2724072 0.07289713 0.5439639 0.07760709 0.5447637 0.07154625 0.5552708 0.06139302 0.5688028 0.06587749 0.5566177 0.06782275 0.5657988 0.2103461 0.5582082 0.2163819 0.5602864 0.2164872 0.575352 0.2103461 0.5582082 0.2164872 0.575352 0.2090326 0.568805 0.2103461 0.5582082 0.2045547 0.5566151 0.2027671 0.5436186 0.4038792 0.4119387 0.4013953 0.3715145 0.4106164 0.4181973 0.7584058 0.9104383 0.7787513 0.9106524 0.7942479 0.9113409 0.9254505 0.946421 0.9227741 0.9472585 0.8925834 0.949193 0.1988856 0.5552645 0.2045547 0.5566151 0.2026034 0.5657967 0.3404871 0.0410844 0.3516355 0.05674433 0.3375252 0.03878712 0.4642553 0.9791894 0.4628328 0.9796097 0.4558576 0.9790744 0.217433 0.8012222 0.2144613 0.7937631 0.2175792 0.7927352 0.4832196 0.3337933 0.4767801 0.342927 0.4792149 0.3479678 0.4115091 0.9407628 0.4032405 0.9425792 0.4115139 0.9404714 0.421025 0.9380931 0.425208 0.9369081 0.4115139 0.9404714 0.4032405 0.9425792 0.4115091 0.9407628 0.4115648 0.9407825 0.4792149 0.3479678 0.4794713 0.3487905 0.4826313 0.350161 0.4119548 0.4182664 0.4128611 0.372111 0.4222664 0.4135281 0.1988856 0.5552645 0.1928302 0.5447518 0.1975416 0.5439547 0.05275917 0.7926866 0.05520296 0.7856859 0.05587279 0.7937152 0.6459493 0.8981104 0.6450702 0.9040159 0.6109137 0.8958922 0.05484092 0.8021847 0.05869013 0.8048134 0.05147427 0.8092542 0.05997776 0.778013 0.05842375 0.7861241 0.05651587 0.7781276 0.5183196 0.9812341 0.5195028 0.9719903 0.5443571 0.9776802 0.07927083 0.4181109 0.06896084 0.4133601 0.0784136 0.3719406 0.0900405 0.2378062 0.1047558 0.2493196 0.09202909 0.2398544 0.2848002 0.5223351 0.2930344 0.5203688 0.2847441 0.5223163 0.06441122 0.2319129 0.05658906 0.2164489 0.07249915 0.221429 0.07485806 0.2244113 0.06441122 0.2319129 0.07249915 0.221429 0.4021013 0.5007578 0.3961576 0.495955 0.4030759 0.5024721 0.4013953 0.3715145 0.3986207 0.3233857 0.4108393 0.372063 0.7940756 0.959739 0.7941188 0.9561823 0.8291006 0.9543786 0.5183196 0.9812341 0.4967901 0.9850146 0.5014831 0.9742468 0.359452 0.05257087 0.3665065 0.0396291 0.3604162 0.05328488 0.09810805 0.2706528 0.09714353 0.269069 0.1029338 0.2623572 0.3480642 0.02846604 0.3665065 0.0396291 0.3392797 0.03773188 0.206955 0.7563592 0.2094249 0.7569485 0.2077403 0.7684151 0.5761371 0.8925779 0.6109137 0.8958922 0.6096797 0.9023228 0.6092132 0.9046195 0.6094787 0.9034489 0.6232322 0.9041125 0.2645667 0.5275508 0.2753347 0.5251768 0.2713933 0.5254114 0.07763487 0.2379433 0.07484859 0.2244173 0.08899027 0.2383686 0.2711734 0.5264376 0.2753347 0.5251768 0.2848007 0.5226263 0.2930344 0.5203688 0.2848002 0.522335 0.2848007 0.5226263 0.09110289 0.2601913 0.09516507 0.2684633 0.09496122 0.2702769 0.3907934 0.4835673 0.3847832 0.4858276 0.3910593 0.4841125 0.813349 0.9542245 0.7943786 0.9545701 0.8290858 0.9534423 0.8290858 0.9534424 0.8291825 0.952862 0.8459779 0.9524202 0.4981614 0.9736486 0.4866076 0.9731392 0.5017189 0.9732004 0.5195359 0.9708327 0.5153867 0.9714095 0.5018571 0.9712503 0.5195358 0.9708327 0.5194337 0.9690057 0.5259184 0.9700949 0.3579126 0.05392664 0.3602614 0.05555152 0.3709838 0.07302284 0.402901 0.2875145 0.4034664 0.2906851 0.3986207 0.3233857 0.2104994 0.7430222 0.2071107 0.7424456 0.2117502 0.716215 0.08742135 0.0535078 0.07030284 0.06312084 0.06920355 0.05763667 0.05289947 0.8011696 0.04959952 0.8080491 0.04692232 0.8065501 0.04882818 0.79214 0.05075168 0.7856219 0.05275917 0.7926866 0.06047993 0.7867843 0.06228315 0.7782844 0.06406605 0.7785676 0.04252821 0.7207108 0.05042195 0.7463676 0.03888273 0.7222011 0.04881799 0.5771625 0.04484546 0.5788971 0.04888695 0.5619258 0.0290724 0.5469561 0.02304089 0.5667934 0.02494156 0.5468719 0.08742135 0.0535078 0.0856232 0.04807621 0.1048421 0.04347467 0.4717238 0.8786373 0.4593803 0.8749257 0.4619272 0.8722608 0.616169 0.1943492 0.6164008 0.1940029 0.6189748 0.1986948 0.04183435 0.2596093 0.0322951 0.2623432 0.03212064 0.2468234 0.04692232 0.8065501 0.04349344 0.805297 0.04623925 0.7989379 0.05651587 0.7781276 0.05166476 0.7784953 0.0512225 0.7698718 0.04632794 0.7477077 0.05042195 0.7463676 0.04943889 0.7596449 0.02222418 0.4142645 0.01888477 0.4397017 0.01731169 0.4143183 0.038338 0.2296252 0.04042667 0.2444405 0.03153359 0.2312101 0.03601348 0.2002457 0.0308218 0.1993758 0.0361182 0.1855049 0.1228674 0.03260105 0.1048421 0.04347467 0.1026131 0.03781175 0.1228674 0.03260105 0.1207437 0.02613914 0.1411949 0.02130728 0.05275917 0.7926866 0.04988121 0.7998963 0.04882818 0.79214 0.05651587 0.7781276 0.05520296 0.7856859 0.05166476 0.7784953 0.0512225 0.7698718 0.04943889 0.7596449 0.05389231 0.7587533 0.04861396 0.5010793 0.03809535 0.5246379 0.0451349 0.4993919 0.0290724 0.5469561 0.02494156 0.5468719 0.03416574 0.5238301 0.01964992 0.5850395 0.0162301 0.5855498 0.01920735 0.5671207 0.03572928 0.3234869 0.0287975 0.3739905 0.02885645 0.3238349 0.04096144 0.2840317 0.03572928 0.3234869 0.03160142 0.2860856 0.04183435 0.2596093 0.04096144 0.2840317 0.0322951 0.2623432 0.02222418 0.4142645 0.01731169 0.4143183 0.02321529 0.3739675 0.01964992 0.5850395 0.01948225 0.6158738 0.0162301 0.5855498 0.02479684 0.6527479 0.02163279 0.6534851 0.01624441 0.6164455 0.04252821 0.7207108 0.03888273 0.7222011 0.0300579 0.6906696 0.03338336 0.6895815 0.0300579 0.6906696 0.02163279 0.6534851 0.03658539 0.580786 0.0434215 0.5793526 0.04384785 0.609816 0.7203975 0.9021366 0.7200232 0.9070394 0.6821437 0.8999521 0.4489131 0.2154554 0.4332072 0.2235437 0.4338935 0.2139884 0.4813613 0.8825786 0.4717238 0.8786373 0.4967933 0.8814698 0.04692232 0.8065501 0.04423594 0.8118833 0.04349344 0.805297 0.07289713 0.5439639 0.07573962 0.5324282 0.07662224 0.5320312 0.22341 0.8066083 0.2260937 0.8119455 0.2207318 0.8081044 0.06029003 0.7158303 0.05516254 0.6854109 0.05839872 0.6850031 0.04735094 0.8157062 0.0514636 0.8092437 0.05458277 0.8124067 0.7940869 0.9068098 0.8297951 0.9092732 0.8291115 0.9121865 0.3906312 0.4828995 0.3862144 0.4784989 0.3907934 0.4835673 0.4558566 0.8874225 0.4628321 0.8868871 0.4642547 0.8873072 0.5423715 0.8999377 0.5427485 0.8983163 0.5525546 0.899177 0.5183224 0.8852563 0.5443598 0.8888164 0.5195043 0.8945058 0.5018579 0.8952464 0.5153892 0.895087 0.5195372 0.8956641 0.4866079 0.8933573 0.4981628 0.8928471 0.5017198 0.8932951 0.06358402 0.7150499 0.06855994 0.7414874 0.06500989 0.7421107 0.1207289 0.07280629 0.1314827 0.05535054 0.1338346 0.05372947 0.03490191 0.8264506 0.04220813 0.8189402 0.0376321 0.8277434 0.8879843 0.9165318 0.8925926 0.9174092 0.8754275 0.9159565 0.2080586 0.7783225 0.206275 0.7786049 0.2057751 0.7682836 0.2240983 0.7989932 0.2268411 0.8053571 0.22341 0.8066083 0.3942226 0.2706763 0.3838511 0.2724072 0.3884687 0.2625347 0.4338935 0.2139884 0.423669 0.2253658 0.4165851 0.2246357 0.4193678 0.2210902 0.4338935 0.2139884 0.4165851 0.2246357 0.03815412 0.8166632 0.04423594 0.8118833 0.04014372 0.8176013 0.2215121 0.7921906 0.2175792 0.7927352 0.2195912 0.7856683 0.2191258 0.7699112 0.2186806 0.7785379 0.2138279 0.778168 0.2164584 0.7587882 0.2199327 0.7464007 0.2209128 0.7596814 0.4772884 0.4399699 0.4722989 0.4399155 0.4738987 0.4145415 0.2362919 0.5238411 0.2323611 0.5246465 0.225336 0.4993919 0.4772884 0.4399699 0.480384 0.4646624 0.4750891 0.4646481 0.4495389 0.2598549 0.4509631 0.2446925 0.4592523 0.2470834 0.2292323 0.810563 0.2260937 0.8119455 0.2268411 0.8053571 0.2240983 0.7989932 0.2204542 0.7999497 0.2215121 0.7921906 0.2125265 0.7947006 0.2089161 0.797118 0.2070127 0.788284 0.2195912 0.7856683 0.2151381 0.7857301 0.2186806 0.7785379 0.206275 0.7786049 0.2080586 0.7783226 0.2098659 0.7868239 0.2164584 0.7587882 0.2209128 0.7596814 0.2191258 0.7699112 0.453069 0.2298843 0.4548802 0.215227 0.4604514 0.2156931 0.453069 0.2298843 0.4598596 0.2314758 0.4509631 0.2446925 0.4554201 0.2005171 0.4553243 0.185781 0.4605969 0.1996527 0.4554201 0.2005171 0.4605969 0.1996527 0.4604514 0.2156931 0.4043079 0.05380195 0.4061045 0.04839205 0.4225055 0.05797815 0.4043079 0.05380195 0.3869071 0.0437408 0.4061045 0.04839205 0.4495389 0.2598549 0.4590603 0.2625982 0.4503889 0.2842702 0.2512266 0.5671476 0.2541936 0.5855808 0.2507734 0.5850684 0.254162 0.6164799 0.2509241 0.6159065 0.2541936 0.5855808 0.2487554 0.6535199 0.2403154 0.6907033 0.23699 0.6896139 0.2119737 0.6850259 0.2152084 0.6854346 0.2100718 0.7158562 0.254162 0.6164799 0.2487554 0.6535199 0.2455915 0.6527811 0.396228 0.2686475 0.4002979 0.2603828 0.3964297 0.2704607 0.5740739 0.9654531 0.5736979 0.9640704 0.5865225 0.9646098 0.4049168 0.2870814 0.3964297 0.2704607 0.4070428 0.2701489 0.2354333 0.82652 0.2326876 0.8278163 0.2281297 0.8189942 0.2215453 0.5619341 0.2163819 0.5602864 0.2083637 0.5441429 0.4106446 0.4245675 0.4162073 0.4381889 0.4159517 0.4405707 0.2101317 0.7687285 0.2138279 0.778168 0.2103479 0.7780638 0.2268197 0.8199794 0.2157429 0.8124619 0.2281318 0.8189914 0.2189703 0.808317 0.211639 0.8048632 0.2150051 0.8011627 0.7942382 0.9552082 0.7787421 0.9558907 0.7583978 0.9560971 0.5427466 0.9681817 0.5423699 0.9665606 0.5525524 0.9673219 0.6094748 0.9630544 0.6092094 0.961884 0.623228 0.9623929 0.7203889 0.9643871 0.6821365 0.9665628 0.7200161 0.9594845 0.4739859 0.9834878 0.4665197 0.9858092 0.4650815 0.9800344 0.4739859 0.9834878 0.4741704 0.9779088 0.4746546 0.9778253 0.2152094 0.685435 0.2119737 0.6850259 0.2213419 0.6497467 0.4049242 0.2870792 0.4254572 0.2907607 0.4104902 0.32247 0.4650806 0.8864621 0.4637725 0.8861346 0.4665194 0.8806853 0.4637725 0.8861346 0.457273 0.8777537 0.4665194 0.8806853 0.6459493 0.8981104 0.6821437 0.8999521 0.6814938 0.9054384 0.4967933 0.8814698 0.5014844 0.8922488 0.4862895 0.8903513 0.06073784 0.5442898 0.04760861 0.5622071 0.05500477 0.5449879 0.06047731 0.7867842 0.06332403 0.7882429 0.05781739 0.7946578 0.0602144 0.7686929 0.06092482 0.7569163 0.06260514 0.7683804 0.07321465 0.4397385 0.06561636 0.4375173 0.07927483 0.4181064 0.1515424 0.0383408 0.1314097 0.05302703 0.1252612 0.03941053 0.05988723 0.5475495 0.06270152 0.5440874 0.06767278 0.5436246 0.06008636 0.5582072 0.05988723 0.5475495 0.06767278 0.5436246 0.106898 0.0502265 0.1314164 0.05301505 0.106778 0.07318955 0.2245363 0.8138851 0.2260937 0.8119455 0.230201 0.8176518 0.4169295 0.4608499 0.411791 0.461243 0.4167656 0.4575976 0.211905 0.786172 0.2151381 0.7857301 0.2144615 0.7937633 0.2103559 0.7780539 0.2138279 0.778168 0.2119047 0.7861698 0.1952302 0.5314858 0.1865304 0.520594 0.1907622 0.5163205 0.2038641 0.7682222 0.2017964 0.7557898 0.20502 0.7560667 0.0376321 0.8277434 0.0332269 0.8392104 0.03214168 0.8294003 0.03488612 0.8264482 0.0376321 0.8277434 0.03214168 0.8294003 0.4272816 0.4601256 0.4190466 0.4606977 0.4179894 0.4399003 0.4208921 0.9376022 0.421025 0.9380931 0.42497 0.93793 0.2228236 0.5622162 0.2097029 0.5442879 0.2154365 0.5449896 0.4062244 0.2497166 0.4024339 0.2385697 0.4137858 0.238157 0.4029881 0.06068563 0.3849316 0.07343 0.384848 0.05047476 0.09870386 0.2885242 0.09631788 0.2720106 0.107542 0.2722381 0.08988344 0.3713564 0.08043593 0.3718949 0.09271132 0.3232164 0.08083677 0.3222872 0.0784139 0.3719412 0.06957221 0.3720961 0.106778 0.07318955 0.08801436 0.08096885 0.08873754 0.06040817 0.06456995 0.7682496 0.0653398 0.7560349 0.06648045 0.7681891 0.8833393 0.9155488 0.8681074 0.9120293 0.8895193 0.9157703 0.8291925 0.9137038 0.8290963 0.9131241 0.8459882 0.914155 0.6812422 0.9074511 0.6813572 0.9065458 0.6977313 0.9071741 0.5761371 0.8925779 0.5743581 0.8999193 0.5443598 0.8888164 0.5423715 0.8999377 0.5194349 0.8974915 0.5259195 0.8964018 0.5183224 0.8852563 0.5195043 0.8945057 0.5014844 0.8922488 0.06092482 0.7569163 0.0598545 0.7429925 0.06339436 0.7563279 0.08060902 0.4180436 0.08117973 0.413812 0.08988344 0.3713564 0.07938808 0.4611001 0.07424849 0.4607014 0.07441598 0.4574483 0.1866708 0.5231947 0.1902148 0.5335543 0.1854298 0.5216791 0.6459433 0.9683977 0.610909 0.9706112 0.6450651 0.9624921 0.1938232 0.5320177 0.1947057 0.5324152 0.1975416 0.5439547 0.1962215 0.5341552 0.2027671 0.5436186 0.1975416 0.5439547 0.04384785 0.609816 0.04733765 0.6499302 0.03900831 0.6119908 0.05969989 0.3240863 0.06590181 0.2905517 0.08083951 0.3222873 0.07321012 0.4397445 0.07213091 0.4605469 0.06389409 0.4599658 0.8681074 0.9120293 0.8650657 0.9143949 0.8297951 0.9092732 0.7203975 0.9021366 0.7584615 0.9044829 0.7583405 0.9087171 0.03887128 0.5633713 0.04760861 0.5622071 0.0434215 0.5793526 0.07969224 0.5163386 0.08392077 0.5206141 0.07521581 0.5314986 0.7940869 0.9068098 0.7941288 0.9103671 0.7583405 0.9087172 0.05500477 0.5449879 0.07020258 0.5298445 0.06073784 0.5442898 0.04881799 0.5771625 0.04745495 0.6077274 0.04484546 0.578897 0.8680958 0.9545583 0.8833292 0.9510479 0.8895093 0.9508301 0.7203889 0.9643871 0.7200161 0.9594845 0.758332 0.9578182 0.8680958 0.9545583 0.8297831 0.9572927 0.8650555 0.9521917 0.6459433 0.9683977 0.6450651 0.9624921 0.6814878 0.9610764 0.2228236 0.5622162 0.2315617 0.5633857 0.2270014 0.5793671 0.5761336 0.9739222 0.5443571 0.9776802 0.5743548 0.9665808 0.4862878 0.976139 0.5014831 0.9742467 0.4967901 0.9850146 0.2104994 0.7430222 0.2094249 0.7569485 0.206955 0.7563591 0.222292 0.8145039 0.2157429 0.8124619 0.2189702 0.8083169 0.4407076 0.197498 0.4491511 0.1896662 0.4315105 0.2071759 0.4338935 0.2139884 0.4193926 0.2211022 0.4315105 0.2071759 0.2370851 0.8392899 0.2326876 0.8278163 0.2381781 0.8294779 0.2326876 0.8278163 0.2354333 0.82652 0.2381781 0.8294779 0.09271132 0.3232164 0.08789992 0.2905001 0.08846908 0.2873291 0.06534105 0.7560341 0.06500989 0.7421107 0.06855201 0.7557605 0.4641889 0.8895344 0.4722632 0.8891797 0.4741368 0.8896362 0.7943878 0.9119791 0.813359 0.9123337 0.8290964 0.9131242 0.7199172 0.9089034 0.742065 0.9090517 0.7583613 0.9097105 0.05275917 0.7926866 0.05587291 0.793715 0.05289936 0.8011698 0.04581397 0.8138336 0.04423594 0.8118833 0.04959756 0.8080469 0.08022898 0.5335699 0.08377873 0.5232143 0.08502048 0.5216997 0.6141093 0.2078026 0.6127868 0.1927273 0.616169 0.1943492 0.3902328 0.4896093 0.3961576 0.495955 0.3963223 0.4915511 0.04228985 0.189391 0.05975937 0.2025207 0.05993807 0.2069189 0.08899027 0.2383686 0.09654408 0.2526723 0.08518606 0.2495151 0.07573962 0.5324282 0.07289713 0.5439639 0.0742231 0.5341669 0.4741702 0.8885874 0.4739861 0.8830059 0.4746541 0.8886709 0.4866033 0.975031 0.4838111 0.9754617 0.4739601 0.9749504 0.4722635 0.9773166 0.4641895 0.9769622 0.4741371 0.97686 0.5761336 0.9739222 0.5743551 0.9665807 0.6096757 0.9641805 0.7420573 0.9574789 0.7199106 0.9576207 0.7583531 0.9568247 0.7940756 0.959739 0.7584516 0.9620521 0.758332 0.9578182 0.6813514 0.9599693 0.6812368 0.959064 0.6977252 0.9593448 0.4128609 0.3721114 0.4104928 0.3224699 0.4216995 0.372276 0.2230492 0.6499539 0.2262979 0.6501134 0.2206716 0.6861061 0.2996772 0.9651136 0.2938212 0.960202 0.2928779 0.95847 0.4024339 0.2385697 0.4062244 0.2497166 0.3948669 0.2528603 0.3926958 0.2528881 0.3934604 0.2538062 0.3884687 0.2625347 0.3093017 0.9827515 0.3049652 0.9782702 0.3048152 0.9775995 0.22341 0.8066083 0.2207298 0.8081065 0.2174329 0.8012222 0.2265585 0.6098352 0.2270014 0.579367 0.2338379 0.5808045 0.2251549 0.6090931 0.2229518 0.6077443 0.2255774 0.5789105 0.8925834 0.949193 0.8879746 0.9500677 0.8754177 0.9506356 0.04970145 0.68608 0.04408967 0.650089 0.04733461 0.6499318 0.05651587 0.7781276 0.0602144 0.7686929 0.05998665 0.778025 0.2251549 0.6090931 0.2213159 0.6497371 0.2173669 0.6482778 0.4739598 0.8915461 0.4838114 0.8910341 0.4866036 0.8914646 0.04184776 0.202223 0.05658906 0.2164489 0.04251843 0.2151958 0.04184776 0.202223 0.05993807 0.2069189 0.05658906 0.2164489 0.07524836 0.4404174 0.07499521 0.4380347 0.08057415 0.4244152 0.3108666 0.9754489 0.3048152 0.9775995 0.3045592 0.9770494 0.05346655 0.6856414 0.05861198 0.7161884 0.05506587 0.716865 0.04907393 0.6497147 0.04525154 0.6090748 0.05302035 0.6482575 0.04408967 0.650089 0.04970145 0.68608 0.04524129 0.6868219 0.2117503 0.716215 0.2169048 0.6856658 0.2152965 0.7168926 0.07661503 0.5320453 0.0742219 0.5341491 0.07473504 0.5327811 0.09713298 0.2530733 0.09756535 0.2526942 0.09794133 0.2536252 0.750211 0.9088497 0.7583515 0.9092054 0.7583408 0.909763 0.08064478 0.3673344 0.08043593 0.3718949 0.07952702 0.3696352 0.4642824 0.8871992 0.4627427 0.8867388 0.4632606 0.8864263 0.4646778 0.8868472 0.4632606 0.8864263 0.4637729 0.8860951 0.5174774 0.8947265 0.5224125 0.8953592 0.5154237 0.8948913 0.06266796 0.5441103 0.05988609 0.5475189 0.06034338 0.5457839 0.08717799 0.2887038 0.08746373 0.287107 0.08847099 0.2873063 0.06054389 0.2032319 0.06071537 0.2030771 0.06107556 0.2036616 0.1336793 0.05378925 0.1314489 0.05566525 0.1314401 0.05433058 0.4741604 0.8886438 0.474646 0.8887282 0.4743975 0.8891497 0.4732158 0.8888942 0.4743975 0.8891497 0.4741436 0.8896132 0.8885063 0.9167208 0.8728975 0.9148186 0.8777278 0.9150199 0.8825721 0.9151865 0.8895193 0.9157704 0.8777278 0.9150199 0.8457584 0.9152829 0.813359 0.9123337 0.8374288 0.9137311 0.6814227 0.9058677 0.6897233 0.9062989 0.681354 0.9062482 0.5526211 0.8990796 0.5427485 0.8983164 0.5477888 0.8981173 0.5016975 0.8931017 0.4981286 0.8926477 0.4998645 0.8924636 0.08650785 0.5200113 0.08377873 0.5232142 0.08521211 0.5203517 0.08122944 0.4184446 0.08087486 0.4198399 0.08095949 0.417786 0.08007109 0.4189878 0.08015793 0.4160793 0.08087486 0.4198399 0.5804237 0.9656201 0.5742076 0.9660416 0.5740897 0.9654531 0.4034 0.08293056 0.4014767 0.08219838 0.4025222 0.08171141 0.3934774 0.2539036 0.3927111 0.2529365 0.3938507 0.2529211 0.2375661 0.8255103 0.2353998 0.8265535 0.2351616 0.82454 0.473218 0.9776302 0.4743967 0.9773359 0.4741648 0.9778637 0.472262 0.9773564 0.4741371 0.9768601 0.473218 0.9776302 0.888452 0.9505683 0.8793013 0.9509249 0.887892 0.9501677 0.8793013 0.9509249 0.888452 0.9505683 0.8890122 0.9509686 0.7583496 0.9574023 0.7504916 0.9577126 0.7583692 0.9570268 0.6895989 0.9602324 0.681419 0.9605659 0.6813738 0.960011 0.2930158 0.959734 0.2925441 0.95896 0.2928193 0.9585556 0.4864429 0.9756594 0.4848845 0.9758542 0.4865801 0.9752296 0.1960442 0.5341562 0.1938232 0.5320177 0.1956173 0.5327828 0.4221041 0.9390736 0.4203277 0.9390565 0.4207006 0.938929 0.423464 0.9386075 0.4207006 0.938929 0.4212268 0.9385673 0.4159918 0.4406167 0.4155902 0.4388507 0.4167771 0.4393502 0.6094854 0.9633463 0.6232191 0.9626811 0.6164426 0.9634022 0.4169469 0.4636777 0.416748 0.4576408 0.4178876 0.459177 0.3839784 0.07381045 0.3851845 0.07439941 0.3828614 0.07416462 0.09713482 0.269074 0.09629905 0.2720166 0.09565389 0.2711315 0.09615111 0.2687687 0.09565389 0.2711315 0.09500724 0.2702469 0.4850502 0.8906995 0.4864481 0.8909032 0.4866124 0.8914337 0.07550114 0.223083 0.0715633 0.2192399 0.07587969 0.2223448 0.07511508 0.2238934 0.07249915 0.221429 0.07550114 0.223083 0.07572776 0.4384816 0.07524836 0.4404174 0.07446026 0.4391155 0.5227274 0.9710556 0.5174787 0.9717104 0.5154076 0.9714053 0.403527 0.2906915 0.4029009 0.2875145 0.4042168 0.2888836 0.3603131 0.05436253 0.3586748 0.05324167 0.3604772 0.05331939 0.3601502 0.05540317 0.3579126 0.05392664 0.3603131 0.05436253 0.6095782 0.9027749 0.6165384 0.9033733 0.6094797 0.9031748 0.3913362 0.4837992 0.3911077 0.4833409 0.3906339 0.4831041 0.2632616 0.5267636 0.2649186 0.5263314 0.2642491 0.5260171 0.09199512 0.2400137 0.06658792 0.2116526 0.09010219 0.2379031 0.06658792 0.2116526 0.08994126 0.2365168 0.09010219 0.2379031 0.06658792 0.2116526 0.09199512 0.2400137 0.0904091 0.2391187 0.8127719 0.9542834 0.8459115 0.9526062 0.8375317 0.9534611 0.5427652 0.9684506 0.5525611 0.9675888 0.5477586 0.9684233 0.498143 0.9736625 0.5017189 0.9732005 0.4998375 0.9739784 0.4108687 0.3720619 0.4106399 0.3676661 0.4117496 0.3698868 0.3953037 0.268957 0.3957468 0.2713306 0.3943293 0.2692596 0.396267 0.2686458 0.3964297 0.2704607 0.3953037 0.268957 0.7942475 0.9111658 0.7787696 0.9104514 0.7864501 0.9104304 0.660273 0.9067203 0.6448846 0.9051404 0.6526646 0.9053382 0.5742174 0.9003746 0.5805179 0.9009526 0.5740842 0.9007777 0.9107298 0.9171599 0.9122804 0.916434 0.9118519 0.9159536 0.4646532 0.9796717 0.4633288 0.9800182 0.4643405 0.9793238 0.4649835 0.9800581 0.463773 0.9803621 0.4646532 0.9796717 0.778943 0.9550638 0.7942383 0.9552083 0.7865352 0.9556256 0.6448945 0.9616771 0.6600206 0.9610828 0.6525385 0.9617592 0.1541169 0.03858608 0.1512609 0.04086363 0.1514129 0.0395832 0.4542599 0.9823376 0.4556474 0.9817497 0.4550085 0.9825414 0.4110271 0.4161754 0.4111865 0.4192089 0.410372 0.4200345 0.409959 0.4185053 0.410225 0.4178422 0.410372 0.4200345 0.410542 0.9404294 0.4252086 0.9369079 0.4111862 0.9408634 0.4119424 0.9404339 0.4252086 0.9369079 0.4115655 0.9405981 0.4252086 0.9369079 0.410542 0.9404294 0.4115655 0.9405981 0.750211 0.9088497 0.742065 0.9090517 0.7199934 0.9075362 0.7199978 0.9074588 0.7200233 0.9070394 0.7583405 0.9087171 0.05054432 0.8086451 0.04959952 0.8080491 0.05387341 0.801678 0.05147427 0.8092542 0.05054551 0.8086494 0.05484092 0.8021847 0.4732158 0.8888942 0.4722632 0.8891797 0.4646668 0.8868954 0.4741702 0.8885874 0.4732269 0.888846 0.4650806 0.8864621 0.5259194 0.8964018 0.522729 0.8954409 0.5428537 0.8977358 0.5429633 0.8971844 0.542864 0.8976498 0.5195043 0.8945058 0.5174657 0.8948082 0.5153891 0.8950869 0.5015428 0.8927368 0.5195043 0.8945057 0.5174774 0.8947265 0.5014844 0.8922488 0.08183676 0.3223909 0.08083951 0.3222873 0.08717799 0.2887039 0.08282732 0.3224927 0.08183765 0.3223907 0.08789992 0.2905001 0.06339436 0.7563278 0.06411415 0.7562694 0.0633012 0.7682595 0.06413048 0.7562643 0.0653398 0.7560349 0.06456995 0.7682496 0.06534105 0.7560341 0.06413644 0.7562505 0.06413477 0.742262 0.06324309 0.7424172 0.06413441 0.742262 0.06339436 0.7563279 0.08117973 0.413812 0.08020067 0.4160206 0.0794211 0.3719154 0.08020067 0.4160206 0.07927083 0.4181109 0.0784136 0.3719406 0.08063143 0.3675065 0.07952779 0.3697171 0.08183693 0.3223906 0.07952779 0.3697171 0.0784139 0.3719412 0.08083677 0.3222872 0.7199903 0.9075364 0.7199586 0.9080893 0.6896057 0.9062843 0.6896095 0.9062061 0.6814938 0.9054384 0.7200232 0.9070394 0.07590764 0.5317657 0.07521581 0.5314986 0.08384716 0.521952 0.07662224 0.5320312 0.07590788 0.531764 0.08377873 0.5232142 0.07473737 0.5327863 0.0742231 0.5341669 0.0615859 0.5442028 0.07521581 0.5314986 0.07473504 0.5327811 0.06073784 0.5442898 0.05430275 0.6855283 0.05346673 0.6856412 0.04813683 0.6498621 0.05516189 0.6854111 0.05433052 0.6855223 0.04904758 0.6497241 0.8793013 0.9509249 0.8833292 0.9510478 0.8646678 0.9518398 0.8646463 0.9517714 0.8644277 0.9513204 0.8754176 0.9506355 0.2262697 0.5791487 0.2270014 0.579367 0.2258372 0.6094871 0.2255774 0.5789105 0.2262702 0.5791477 0.2251549 0.6090931 0.4400694 0.198123 0.4407076 0.197498 0.4313603 0.206689 0.2988671 0.9684772 0.2985843 0.9688909 0.2938212 0.960202 0.2062187 0.7422896 0.2053431 0.7421385 0.2108309 0.7160112 0.2108375 0.7160148 0.2117502 0.716215 0.2071107 0.7424456 0.2222093 0.6498674 0.2213159 0.6497371 0.2258437 0.60948 0.2230468 0.649953 0.2222362 0.6498667 0.2265585 0.6098352 0.1866708 0.5231947 0.1866032 0.5219321 0.1945378 0.5317507 0.1866031 0.5219321 0.1865304 0.520594 0.1952302 0.5314858 0.4178845 0.4591761 0.4167656 0.4575976 0.4169822 0.4402351 0.4190466 0.4606977 0.4178876 0.459177 0.4179894 0.4399003 0.2069963 0.7682849 0.2057751 0.7682836 0.2062219 0.7562955 0.2077403 0.7684151 0.2070441 0.768294 0.206955 0.7563592 0.4838111 0.9754617 0.4850524 0.9757947 0.4743967 0.9773359 0.4850612 0.9758589 0.4862857 0.9761389 0.4746546 0.9778253 0.5743551 0.9665807 0.5804306 0.9657039 0.6095742 0.9637285 0.5804237 0.9656201 0.5865225 0.9646099 0.6094748 0.9630544 0.3849894 0.07428169 0.3849316 0.07343 0.4025222 0.08171141 0.3045592 0.9770494 0.3042767 0.9773578 0.299432 0.9695145 0.4306188 0.2074722 0.4315105 0.2071759 0.4200905 0.2192177 0.4314606 0.9371275 0.4313575 0.9376487 0.42497 0.93793 0.2221561 0.5620712 0.2228236 0.5622162 0.2262786 0.5791407 0.2215452 0.561934 0.2221548 0.5620691 0.2255774 0.5789105 0.206955 0.7563591 0.2062288 0.7562894 0.206219 0.7422901 0.2053431 0.7421386 0.2062187 0.74229 0.2050194 0.7560669 0.05684465 0.7941802 0.05587279 0.7937152 0.05943065 0.7864418 0.05781739 0.7946578 0.05684435 0.794177 0.06047731 0.7867842 0.2713933 0.5254114 0.2730274 0.5247052 0.2650123 0.5258085 0.0715633 0.2192399 0.07249915 0.221429 0.05993807 0.2069189 0.2711734 0.5264375 0.2781764 0.5238899 0.2756982 0.5243109 0.07484859 0.2244173 0.07527124 0.2231769 0.08899027 0.2383686 0.5195028 0.9719903 0.5227353 0.9711369 0.542862 0.9688484 0.5427466 0.9681817 0.5428518 0.9687624 0.5259184 0.970095 0.5014831 0.9742468 0.5015673 0.9738242 0.5174756 0.9717698 0.5015417 0.9737587 0.5017189 0.9732005 0.5153867 0.9714094 0.4557223 0.9827597 0.4557108 0.982287 0.4633288 0.9800182 0.4557018 0.982253 0.4556474 0.9817497 0.4628328 0.9796096 0.4118568 0.3720849 0.4128611 0.372111 0.4110271 0.4161754 0.4108393 0.3720631 0.4118538 0.3720846 0.4100507 0.4139667 0.6449691 0.9045474 0.6448846 0.9051404 0.6164418 0.9031854 0.6450702 0.9040159 0.6449741 0.9044573 0.6096804 0.902324 0.6095719 0.9028645 0.6094788 0.903449 0.5804271 0.9008808 0.6096797 0.9023228 0.6095782 0.9027749 0.5743583 0.8999197 0.05997776 0.778013 0.06081664 0.7778291 0.05942881 0.7864505 0.06080561 0.7778255 0.06228315 0.7782844 0.06047993 0.7867843 0.7941188 0.9561823 0.7941849 0.9557605 0.8212123 0.9543689 0.813349 0.9542245 0.8212071 0.9543066 0.7942383 0.9552083 0.3594527 0.05256962 0.358686 0.05323034 0.3398604 0.03935658 0.3586748 0.05324167 0.3579126 0.05392664 0.3404871 0.0410844 0.04580253 0.8138321 0.04680609 0.814885 0.04122364 0.8182829 0.0422033 0.8189372 0.04122316 0.8182664 0.04740387 0.8157357 0.4049168 0.2870814 0.4039046 0.2872954 0.3957468 0.2713306 0.4039043 0.2872948 0.4029009 0.2875145 0.3950716 0.2721924 0.05387276 0.8016733 0.05289936 0.8011698 0.05684196 0.7941851 0.0548399 0.8021849 0.05387359 0.8016759 0.05781775 0.7946574 0.0452516 0.6090748 0.04456794 0.6094682 0.04415261 0.5791338 0.04456913 0.6094685 0.04384785 0.609816 0.0434215 0.5793526 0.09756058 0.2527344 0.09654408 0.2526723 0.0904091 0.2391187 0.0987159 0.2527026 0.09754782 0.2528262 0.09202909 0.2398544 0.04679054 0.8148656 0.04581397 0.8138336 0.05054628 0.808645 0.05055254 0.8086521 0.0514636 0.8092437 0.04735094 0.8157062 0.09615111 0.2687687 0.09516507 0.2684633 0.09713298 0.2530733 0.09714353 0.269069 0.09615445 0.2687689 0.09795004 0.2536202 0.4556465 0.8847472 0.4554373 0.8841645 0.4633193 0.8865124 0.152617 0.03312247 0.1532592 0.03399264 0.1515424 0.0383408 0.7942478 0.9113408 0.7941915 0.910851 0.8212145 0.9122551 0.8291115 0.9121865 0.8212197 0.9121927 0.7941288 0.910367 0.6814186 0.9059554 0.6813572 0.9065457 0.6525405 0.9048333 0.6814938 0.9054384 0.6814227 0.9058677 0.6450703 0.904016 0.574209 0.9004638 0.5740768 0.9010472 0.5477522 0.8981594 0.5743581 0.8999193 0.5742174 0.9003746 0.5429636 0.8971846 0.1338346 0.05372947 0.1325947 0.05339074 0.1514248 0.03959995 0.1515424 0.0383408 0.1514129 0.0395832 0.1314097 0.05302703 0.06228315 0.7782846 0.06080925 0.7778713 0.06328731 0.7682768 0.06084531 0.777891 0.05998665 0.778025 0.06260514 0.7683804 0.04827576 0.562059 0.04760861 0.5622071 0.06034338 0.5457839 0.04888689 0.5619258 0.04827469 0.5620577 0.05988723 0.5475496 0.06413459 0.7422615 0.06324315 0.742417 0.05952453 0.7159886 0.05953115 0.7159851 0.06029003 0.7158303 0.06500989 0.7421107 0.9107298 0.9171599 0.9087496 0.917406 0.8890128 0.9162455 0.8890129 0.9162456 0.8895193 0.9157704 0.9121881 0.9167248 0.4744053 0.8890956 0.4746541 0.8886708 0.4850591 0.8906348 0.4741368 0.8896363 0.4743964 0.8891603 0.4838114 0.891034 0.4864444 0.8908346 0.4862895 0.8903513 0.4998645 0.8924636 0.4866037 0.8914647 0.4864454 0.8908945 0.4981628 0.8928471 0.879289 0.9157385 0.8754275 0.9159565 0.8646564 0.9148135 0.8646784 0.9147452 0.8650655 0.9143949 0.8833394 0.9155489 0.864652 0.9148144 0.8644367 0.9152637 0.8375346 0.9131721 0.8375457 0.9131094 0.8291114 0.9121865 0.8650657 0.9143949 0.7583614 0.9097107 0.758355 0.909199 0.7864475 0.9104931 0.758358 0.909133 0.7583405 0.9087172 0.7941288 0.9103671 0.3963223 0.4915511 0.3969486 0.4917128 0.3913362 0.4837992 0.08917045 0.08144247 0.08801436 0.08096885 0.106778 0.07318955 0.4021013 0.5007578 0.4029149 0.501211 0.3971812 0.4921591 0.06074696 0.2068179 0.05993807 0.2069189 0.05975937 0.2025207 0.04484546 0.5788971 0.04414498 0.5791262 0.04827743 0.5620604 0.04414433 0.5791267 0.0434215 0.5793526 0.04760861 0.5622071 0.1088989 0.07359027 0.1077349 0.07354778 0.1314399 0.05433064 0.1314164 0.05301505 0.1314401 0.05433058 0.106778 0.07318955 0.07321012 0.4397445 0.07421797 0.4400809 0.07329195 0.4590269 0.07421797 0.4400807 0.07524836 0.4404174 0.07441598 0.4574483 0.07927483 0.4181064 0.08007109 0.4189878 0.07442378 0.4391953 0.08007395 0.4189878 0.0802828 0.4191139 0.07499521 0.4380347 0.04121434 0.8182799 0.04220813 0.8189402 0.03516513 0.8244662 0.04014289 0.8176007 0.04121005 0.8182798 0.03540086 0.8224483 0.09564304 0.2711485 0.09631788 0.2720106 0.08746558 0.2871083 0.09495806 0.2702767 0.0956431 0.2711484 0.08645302 0.2868936 0.05430626 0.6855312 0.05516254 0.6854109 0.05954837 0.7159804 0.05346655 0.6856414 0.05429106 0.685537 0.05861198 0.7161884 0.04907393 0.6497147 0.04817819 0.6498448 0.04456263 0.6094613 0.04815125 0.6498442 0.04733765 0.6499302 0.04384785 0.609816 0.8646643 0.9518383 0.8650555 0.9521917 0.8375317 0.9534611 0.8375205 0.9533984 0.8459777 0.9524202 0.8644264 0.9513185 0.7502067 0.9577581 0.758332 0.9578182 0.7199908 0.9590653 0.7199863 0.9589877 0.7199522 0.9584348 0.7420573 0.9574789 0.7199864 0.9590659 0.7200161 0.9594845 0.6896027 0.9603109 0.6895989 0.9602324 0.6977252 0.9593448 0.7199521 0.9584348 0.5429617 0.9693138 0.5477586 0.9684233 0.5742144 0.9661257 0.5477508 0.968339 0.5525524 0.9673218 0.5740739 0.9654531 0.4034664 0.2906851 0.4041901 0.2888902 0.409492 0.3225722 0.4041901 0.2888903 0.4049242 0.2870792 0.4104902 0.32247 0.2281297 0.8189942 0.2291193 0.8183369 0.2351629 0.8245401 0.2291246 0.8183365 0.2302042 0.8176503 0.2349235 0.8225212 0.2117503 0.716215 0.2108241 0.716011 0.2160807 0.6855612 0.2108137 0.7160065 0.2100718 0.7158562 0.2152084 0.6854346 0.2169047 0.6856658 0.2160691 0.6855526 0.2222507 0.6498847 0.2160415 0.6855465 0.2152094 0.685435 0.2213419 0.6497467 0.6096763 0.9641793 0.6164426 0.9634022 0.6449692 0.9620507 0.616437 0.963319 0.623228 0.9623929 0.6448797 0.9613677 0.223156 0.8142979 0.222292 0.8145039 0.2197133 0.8082205 0.2245217 0.8138893 0.223169 0.8142877 0.2207318 0.8081044 0.2197 0.8082341 0.2189703 0.808317 0.2162168 0.8011908 0.2207298 0.8081065 0.219703 0.8082333 0.2174329 0.8012222 0.4161644 0.2233973 0.4165851 0.2246357 0.4121277 0.2274058 0.4209103 0.9376696 0.4206452 0.9389668 0.4252086 0.9369079 0.4167727 0.4393479 0.4162073 0.438189 0.4111506 0.4191422 0.4179844 0.4398945 0.4167771 0.4393502 0.4119514 0.4182616 0.2090368 0.5442174 0.2097029 0.5442879 0.2221565 0.5620677 0.2083637 0.5441429 0.2090363 0.5442174 0.2215453 0.5619341 0.1962215 0.5341552 0.1957079 0.532774 0.2090353 0.5442165 0.1957103 0.5327689 0.1952302 0.5314858 0.2097029 0.5442879 0.396228 0.2686475 0.3952419 0.2689518 0.3942778 0.2532604 0.3952386 0.2689519 0.3942495 0.2692508 0.3934604 0.2538062 0.4981614 0.9736486 0.4998463 0.9739556 0.4864441 0.9755997 0.499863 0.9740319 0.5014831 0.9742467 0.4862878 0.976139 0.4650815 0.9800344 0.4646785 0.9796493 0.4732271 0.9776502 0.4646676 0.9796012 0.4642553 0.9791893 0.4722635 0.9773166 0.7864393 0.9561159 0.7941188 0.9561824 0.7583496 0.9574023 0.7787421 0.9558907 0.7864367 0.956053 0.7583532 0.9568247 0.6450651 0.9624921 0.6525385 0.9617592 0.6814168 0.9606472 0.652534 0.9616762 0.6600279 0.9607898 0.6813514 0.9599693 0.2162164 0.8011933 0.2150076 0.8011565 0.2134953 0.7942312 0.217433 0.8012222 0.2162178 0.8011934 0.2144613 0.7937631 0.2098693 0.7868224 0.2109032 0.7864835 0.2134935 0.7942233 0.2109071 0.7864846 0.211905 0.786172 0.2144615 0.7937633 0.2109069 0.7864854 0.2098659 0.7868239 0.2095329 0.7778668 0.2119047 0.7861698 0.2109094 0.786493 0.2103559 0.7780539 0.3993945 0.2400516 0.4010099 0.2393054 0.3938634 0.253013 0.4010148 0.239318 0.4024339 0.2385697 0.3948669 0.2528603 0.3849316 0.07343 0.3839784 0.07381045 0.3603484 0.05456632 0.3602614 0.05555152 0.3603485 0.05456644 0.3828104 0.07382696 0.2070592 0.7683102 0.2077403 0.7684151 0.209495 0.7779301 0.2057751 0.7682836 0.2070581 0.7683113 0.2080586 0.7783225 0.2230785 0.8143187 0.2245363 0.8138851 0.22911 0.8183398 0.222292 0.8145039 0.2230247 0.8143834 0.2281318 0.8189914 0.4117496 0.3698869 0.4106487 0.3676758 0.4094915 0.322571 0.4128609 0.3721114 0.4117496 0.3698868 0.4104928 0.3224699 0.9107204 0.9494534 0.9121784 0.9498894 0.8890029 0.9503546 0.8890029 0.9503546 0.8879746 0.9500677 0.9087404 0.949206 + + + + + + + + + + + + +

6072 14477 14478 6072 7337 14477 15182 7337 14108 14478 17337 14108

+
+ + + + + + 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 +

970 835 3882 925 836 3883 1032 837 3884 956 838 3885 971 839 3886 970 835 3887 1018 840 3888 950 841 3889 925 836 3890 927 842 3891 926 843 3892 979 844 3893 957 845 3894 982 846 3895 1043 847 3896 927 842 3897 981 848 3898 926 843 3899 958 849 3900 1006 850 3901 1004 851 3902 928 852 3903 983 853 3904 946 854 3905 929 855 3906 930 856 3907 1033 857 3908 936 858 3909 991 859 3910 1035 860 3911 933 861 3912 972 862 3913 991 859 3914 933 861 3915 992 863 3916 972 862 3917 936 858 3918 974 864 3919 993 865 3920 935 866 3921 993 865 3922 1037 867 3923 939 868 3924 988 869 3925 990 870 3926 990 870 3927 997 871 3928 937 872 3929 937 872 3930 989 873 3931 1045 874 3932 962 875 3933 939 868 3934 1002 876 3935 943 877 3936 972 862 3937 1003 878 3938 942 879 3939 1007 880 3940 940 881 3941 942 879 3942 940 881 3943 1038 882 3944 942 879 3945 975 883 3946 1005 884 3947 943 877 3948 1005 884 3949 974 864 3950 942 879 3951 1005 884 3952 1047 885 3953 928 852 3954 946 854 3955 976 886 3956 947 887 3957 1013 888 3958 1040 889 3959 3356 890 3960 19157 891 3961 19263 892 3962 926 843 3963 977 893 3964 1040 889 3965 948 894 3966 1012 895 3967 977 893 3968 969 896 3969 925 836 3970 1019 897 3971 943 877 3972 1003 878 3973 1047 885 3974 941 898 3975 1004 851 3976 1047 885 3977 943 877 3978 974 864 3979 1035 860 3980 2761 899 3981 19153 900 3982 8259 901 3983 956 838 3984 970 835 3985 1014 902 3986 927 842 3987 982 846 3988 1042 903 3989 928 852 3990 1006 850 3991 1043 847 3992 957 845 3993 980 904 3994 982 846 3995 1020 905 3996 963 906 3997 1051 907 3998 1021 908 3999 964 909 4000 1051 907 4001 957 845 4002 1027 910 4003 1025 911 4004 958 849 4005 1027 910 4006 1006 850 4007 931 912 4008 932 913 4009 930 856 4010 929 855 4011 986 914 4012 931 912 4013 936 858 4014 1058 915 4015 991 859 4016 933 861 4017 991 859 4018 1059 916 4019 933 861 4020 1055 917 4021 992 863 4022 1061 918 4023 935 866 4024 994 919 4025 936 858 4026 993 865 4027 1058 915 4028 934 920 4029 973 921 4030 992 863 4031 1064 922 4032 1066 923 4033 949 924 4034 950 841 4035 1018 840 4036 1063 925 4037 1055 917 4038 1059 916 4039 1062 926 4040 1058 915 4041 1063 925 4042 1065 927 4043 1058 915 4044 1061 918 4045 1063 925 4046 1055 917 4047 1062 926 4048 1060 928 4049 930 856 4050 985 929 4051 1041 930 4052 927 842 4053 983 853 4054 982 846 4055 981 848 4056 984 931 4057 1033 857 4058 928 852 4059 1007 880 4060 1006 850 4061 946 854 4062 979 844 4063 1013 888 4064 926 843 4065 1033 857 4066 977 893 4067 948 894 4068 977 893 4069 978 932 4070 962 875 4071 1017 933 4072 939 868 4073 964 909 4074 999 934 4075 1020 905 4076 964 909 4077 998 935 4078 1000 936 4079 944 937 4080 1009 938 4081 1010 939 4082 951 940 4083 920 941 4084 1030 942 4085 963 906 4086 995 943 4087 988 869 4088 963 906 4089 1020 905 4090 996 944 4091 951 940 4092 921 945 4093 1022 946 4094 965 947 4095 1022 946 4096 966 948 4097 965 947 4098 1011 949 4099 1009 938 4100 19187 950 4101 15851 951 4102 19270 952 4103 19213 953 4104 987 954 4105 1001 955 4106 938 956 4107 987 954 4108 931 912 4109 938 956 4110 1002 876 4111 1045 874 4112 938 956 4113 931 912 4114 986 914 4115 939 868 4116 990 870 4117 1045 874 4118 955 957 4119 1014 902 4120 1032 837 4121 925 836 4122 969 896 4123 968 958 4124 970 835 4125 949 924 4126 1018 840 4127 959 959 4128 984 931 4129 981 848 4130 980 904 4131 959 959 4132 1042 903 4133 960 960 4134 986 914 4135 929 855 4136 959 959 4137 960 960 4138 984 931 4139 1066 923 4140 1062 926 4141 949 924 4142 1018 840 4143 949 924 4144 1062 926 4145 19164 961 4146 19163 962 4147 15925 963 4148 944 937 4149 945 964 4150 998 935 4151 941 898 4152 1003 878 4153 973 921 4154 19182 965 4155 8283 966 4156 8272 967 4157 946 854 4158 1013 888 4159 1039 968 4160 2924 969 4161 19189 970 4162 19210 971 4163 18736 972 4164 19575 973 4165 19460 974 4166 1030 942 4167 19228 975 4168 19192 976 4169 938 956 4170 1001 955 4171 987 954 4172 1019 897 4173 950 841 4174 1067 977 4175 920 941 4176 19413 978 4177 19229 979 4178 1011 949 4179 966 948 4180 19577 980 4181 934 920 4182 992 863 4183 1060 928 4184 935 866 4185 975 883 4186 994 919 4187 1056 981 4188 1060 928 4189 1066 923 4190 1019 897 4191 19516 982 4192 969 896 4193 1013 888 4194 947 887 4195 1039 968 4196 961 983 4197 1002 876 4198 986 914 4199 19276 984 4200 18859 985 4201 18886 986 4202 1223 987 4203 1227 988 4204 1112 989 4205 1104 990 4206 1103 991 4207 1151 992 4208 1108 993 4209 1186 994 4210 1191 995 4211 1108 993 4212 1153 996 4213 1211 997 4214 1108 993 4215 1185 998 4216 1153 996 4217 1113 999 4218 1121 1000 4219 1072 1001 4220 1098 1002 4221 1121 1000 4222 1112 989 4223 1119 1003 4224 1120 1004 4225 1072 1001 4226 12258 1005 4227 12268 1006 4228 19282 1007 4229 1099 1008 4230 1131 1009 4231 1180 1010 4232 1073 1011 4233 1132 1012 4234 1129 1013 4235 1100 1014 4236 1155 1015 4237 1163 1016 4238 1074 1017 4239 1156 1018 4240 1200 1019 4241 1205 1020 4242 1130 1021 4243 1101 1022 4244 1073 1011 4245 1128 1023 4246 1130 1021 4247 1080 1024 4248 1123 1025 4249 1198 1026 4250 1078 1027 4251 1141 1028 4252 1122 1029 4253 1105 1030 4254 1217 1031 4255 1219 1032 4256 1079 1033 4257 1144 1034 4258 1124 1035 4259 1079 1033 4260 1124 1035 4261 1199 1036 4262 1080 1024 4263 1143 1037 4264 1123 1025 4265 1140 1038 4266 1208 1039 4267 1085 1040 4268 1147 1041 4269 1082 1042 4270 1208 1039 4271 1208 1039 4272 1146 1043 4273 1138 1044 4274 1087 1045 4275 1154 1046 4276 1211 997 4277 1087 1045 4278 1123 1025 4279 1154 1046 4280 1086 1047 4281 1154 1046 4282 1124 1035 4283 1086 1047 4284 1156 1018 4285 1211 997 4286 1087 1045 4287 1122 1029 4288 1198 1026 4289 1074 1017 4290 1089 1048 4291 1132 1012 4292 1089 1048 4293 1160 1049 4294 1129 1013 4295 1091 1050 4296 19380 1051 4297 19594 1052 4298 1128 1023 4299 1125 1053 4300 1127 1054 4301 1099 1008 4302 1163 1016 4303 1206 1055 4304 1100 1014 4305 1186 994 4306 1155 1015 4307 1166 1056 4308 1092 1057 4309 1212 1058 4310 1072 1001 4311 1121 1000 4312 1196 1059 4313 1098 1002 4314 1179 1060 4315 1121 1000 4316 1098 1002 4317 1112 989 4318 1068 1061 4319 1073 1011 4320 1131 1009 4321 1132 1012 4322 1075 1062 4323 1133 1063 4324 1127 1054 4325 1101 1022 4326 1207 1064 4327 1180 1010 4328 1074 1017 4329 1155 1015 4330 1156 1018 4331 1101 1022 4332 1180 1010 4333 1205 1020 4334 1078 1027 4335 1122 1029 4336 1142 1065 4337 1157 1066 4338 1210 1067 4339 19299 1068 4340 1087 1045 4341 1153 996 4342 1122 1029 4343 1100 1014 4344 1174 1069 4345 1186 994 4346 1110 1070 4347 1182 1071 4348 1088 1072 4349 1182 1071 4350 1110 1070 4351 1192 1073 4352 1166 1056 4353 1212 1058 4354 1168 1074 4355 1133 1063 4356 1075 1062 4357 1102 1075 4358 1167 1076 4359 1207 1064 4360 1101 1022 4361 1102 1075 4362 1101 1022 4363 1133 1063 4364 1175 1077 4365 1167 1076 4366 1102 1075 4367 1078 1027 4368 1214 1078 4369 1218 1079 4370 1080 1024 4371 1141 1028 4372 1216 1080 4373 1079 1033 4374 1215 1081 4375 1144 1034 4376 19346 1082 4377 19297 1083 4378 1144 1034 4379 1080 1024 4380 1216 1080 4381 1143 1037 4382 1079 1033 4383 1143 1037 4384 1220 1084 4385 1078 1027 4386 1142 1065 4387 1214 1078 4388 1223 987 4389 1112 989 4390 1069 1085 4391 1114 1086 4392 1226 1087 4393 1070 1088 4394 1113 999 4395 1224 1089 4396 1221 1090 4397 1221 1090 4398 1225 1091 4399 1069 1085 4400 1072 1001 4401 1120 1004 4402 1114 1086 4403 19282 1007 4404 12268 1006 4405 8317 1092 4406 1222 1093 4407 1224 1089 4408 1113 999 4409 1215 1081 4410 1220 1084 4411 1222 1093 4412 1214 1078 4413 1221 1090 4414 1218 1079 4415 1216 1080 4416 1218 1079 4417 1224 1089 4418 1216 1080 4419 1222 1093 4420 1220 1084 4421 1217 1031 4422 1223 987 4423 1225 1091 4424 1214 1078 4425 1219 1032 4426 1221 1090 4427 1200 1019 4428 1152 1094 4429 1202 1095 4430 1109 1096 4431 1157 1066 4432 1158 1097 4433 1091 1050 4434 1125 1053 4435 1159 1098 4436 1128 1023 4437 1129 1013 4438 1203 1099 4439 1073 1011 4440 1130 1021 4441 1205 1020 4442 1089 1048 4443 1200 1019 4444 1202 1095 4445 1074 1017 4446 1132 1012 4447 1206 1055 4448 1107 1100 4449 1165 1101 4450 1149 1102 4451 1092 1057 4452 1184 1103 4453 1188 1104 4454 1107 1100 4455 1149 1102 4456 1210 1067 4457 1092 1057 4458 1071 1105 4459 1194 1106 4460 19351 1107 4461 1184 1103 4462 19316 1108 4463 1139 1109 4464 1083 1110 4465 1209 1111 4466 1104 990 4467 1085 1040 4468 1181 1112 4469 1106 1113 4470 1181 1112 4471 1138 1044 4472 1106 1113 4473 1081 1114 4474 1145 1115 4475 1109 1096 4476 1183 1116 4477 1157 1066 4478 1110 1070 4479 1088 1072 4480 1195 1117 4481 1092 1057 4482 1166 1056 4483 1071 1105 4484 1077 1118 4485 1135 1119 4486 1075 1062 4487 1084 1120 4488 1077 1118 4489 1137 1121 4490 1103 991 4491 1102 1075 4492 1135 1119 4493 1084 1120 4494 1151 992 4495 1135 1119 4496 1085 1040 4497 1151 992 4498 1084 1120 4499 1113 999 4500 1069 1085 4501 1121 1000 4502 1127 1054 4503 1204 1122 4504 1076 1123 4505 1146 1043 4506 1208 1039 4507 1082 1042 4508 1083 1110 4509 1147 1041 4510 1140 1038 4511 1076 1123 4512 1134 1124 4513 1136 1125 4514 1150 1126 4515 1209 1111 4516 1084 1120 4517 5261 1127 4518 13330 1128 4519 19301 1129 4520 1097 1130 4521 1118 1131 4522 1196 1059 4523 1204 1122 4524 1126 1132 4525 1134 1124 4526 1090 1133 4527 1202 1095 4528 19571 1134 4529 1090 1133 4530 1159 1098 4531 1203 1099 4532 1091 1050 4533 1126 1132 4534 1125 1053 4535 1086 1047 4536 1152 1094 4537 1156 1018 4538 13332 1135 4539 19342 1136 4540 19371 1137 4541 19556 1138 4542 4301 1139 4543 19318 1140 4544 1105 1030 4545 1142 1065 4546 1185 998 4547 5280 1141 4548 19378 1142 4549 12461 1143 4550 1086 1047 4551 1124 1035 4552 1201 1144 4553 1266 1145 4554 1267 1146 4555 1264 1147 4556 1264 1147 4557 1265 1148 4558 1266 1145 4559 1229 1149 4560 1228 1150 4561 1231 1151 4562 1232 1152 4563 1233 1153 4564 1230 1154 4565 1234 1155 4566 1235 1156 4567 1232 1152 4568 1237 1157 4569 1236 1158 4570 1234 1155 4571 1241 1159 4572 1240 1160 4573 1397 1161 4574 1240 1160 4575 1239 1162 4576 1238 1163 4577 1243 1164 4578 1244 1165 4579 1239 1162 4580 1242 1166 4581 1243 1164 4582 1240 1160 4583 1247 1167 4584 1245 1168 4585 1243 1164 4586 1245 1168 4587 1250 1169 4588 1244 1165 4589 1245 1168 4590 1247 1167 4591 1248 1170 4592 1250 1169 4593 1245 1168 4594 1246 1171 4595 1252 1172 4596 1251 1173 4597 1249 1174 4598 1253 1175 4599 1254 1176 4600 1252 1172 4601 1257 1177 4602 1258 1178 4603 1255 1179 4604 1260 1180 4605 1259 1181 4606 1258 1178 4607 1261 1182 4608 1262 1183 4609 1260 1180 4610 1266 1145 4611 1263 1184 4612 1261 1182 4613 1270 1185 4614 1267 1146 4615 1269 1186 4616 1271 1187 4617 1268 1188 4618 1270 1185 4619 1275 1189 4620 1276 1190 4621 1274 1191 4622 1284 1192 4623 1281 1193 4624 1275 1189 4625 1278 1194 4626 1272 1195 4627 1277 1196 4628 1280 1197 4629 1279 1198 4630 1278 1194 4631 1282 1199 4632 1283 1200 4633 1280 1197 4634 1282 1199 4635 1281 1193 4636 1284 1192 4637 18896 1201 4638 1286 1202 4639 18899 1203 4640 18897 1204 4641 1287 1205 4642 18896 1201 4643 18898 1206 4644 1290 1207 4645 18897 1204 4646 18908 1208 4647 1291 1209 4648 18898 1206 4649 18907 1210 4650 1292 1211 4651 18908 1208 4652 18924 1212 4653 1293 1213 4654 1292 1211 4655 18924 1212 4656 18925 1214 4657 1293 1213 4658 1297 1215 4659 1296 1216 4660 1295 1217 4661 1299 1218 4662 1300 1219 4663 1296 1216 4664 18926 1220 4665 1301 1221 4666 18925 1214 4667 1303 1222 4668 1302 1223 4669 1300 1219 4670 1304 1224 4671 1302 1223 4672 1308 1225 4673 1305 1226 4674 1311 1227 4675 1309 1228 4676 1310 1229 4677 1305 1226 4678 1308 1225 4679 1306 1230 4680 1313 1231 4681 1311 1227 4682 1312 1232 4683 1306 1230 4684 1305 1226 4685 1307 1233 4686 1315 1234 4687 1313 1231 4688 1314 1235 4689 1307 1233 4690 1306 1230 4691 1350 1236 4692 1354 1237 4693 1353 1238 4694 1352 1239 4695 1349 1240 4696 1351 1241 4697 1319 1242 4698 1318 1243 4699 1317 1244 4700 1321 1245 4701 1320 1246 4702 1318 1243 4703 1323 1247 4704 1322 1248 4705 1321 1245 4706 1324 1249 4707 1325 1250 4708 1323 1247 4709 1330 1251 4710 1329 1252 4711 1326 1253 4712 1328 1254 4713 1330 1251 4714 1327 1255 4715 1333 1256 4716 1332 1257 4717 1328 1254 4718 1332 1257 4719 1331 1258 4720 1330 1251 4721 1334 1259 4722 1336 1260 4723 1332 1257 4724 1339 1261 4725 1334 1259 4726 1333 1256 4727 1335 1262 4728 1337 1263 4729 1334 1259 4730 1338 1264 4731 1335 1262 4732 1339 1261 4733 1340 1265 4734 1341 1266 4735 1339 1261 4736 1345 1267 4737 1346 1268 4738 1344 1269 4739 1348 1270 4740 1347 1271 4741 1346 1268 4742 1349 1240 4743 1352 1239 4744 1347 1271 4745 1355 1272 4746 1352 1239 4747 1353 1238 4748 1356 1273 4749 1353 1238 4750 1354 1237 4751 1360 1274 4752 1361 1275 4753 1359 1276 4754 1363 1277 4755 1362 1278 4756 1361 1275 4757 18900 1279 4758 1366 1280 4759 1365 1281 4760 18901 1282 4761 1369 1283 4762 1366 1280 4763 18902 1284 4764 1371 1285 4765 1369 1283 4766 18909 1286 4767 1375 1287 4768 1371 1285 4769 18910 1288 4770 1376 1289 4771 1375 1287 4772 18921 1290 4773 1378 1291 4774 1376 1289 4775 18922 1292 4776 18921 1290 4777 1374 1293 4778 1378 1291 4779 1377 1294 4780 1376 1289 4781 1381 1295 4782 1380 1296 4783 1378 1291 4784 18923 1297 4785 1384 1298 4786 18922 1292 4787 1384 1298 4788 1383 1299 4789 1381 1295 4790 18903 1300 4791 18923 1297 4792 1382 1301 4793 1389 1302 4794 1383 1299 4795 1384 1298 4796 1386 1303 4797 1391 1304 4798 1389 1302 4799 18904 1305 4800 1386 1303 4801 18903 1300 4802 1387 1306 4803 1393 1307 4804 1386 1303 4805 18905 1308 4806 1387 1306 4807 1386 1303 4808 1388 1309 4809 1395 1310 4810 1387 1306 4811 18906 1311 4812 1388 1309 4813 1387 1306 4814 18920 1312 4815 1476 1313 4816 18906 1311 4817 1238 1163 4818 1236 1158 4819 1237 1157 4820 1253 1175 4821 1275 1189 4822 1273 1314 4823 1253 1175 4824 1283 1200 4825 1275 1189 4826 1272 1195 4827 1401 1315 4828 1403 1316 4829 1401 1315 4830 1270 1185 4831 1269 1186 4832 1279 1198 4833 1402 1317 4834 1272 1195 4835 1402 1317 4836 1271 1187 4837 1270 1185 4838 1398 1318 4839 1355 1272 4840 1399 1319 4841 1358 1320 4842 1399 1319 4843 1360 1274 4844 1399 1319 4845 1356 1273 4846 1400 1321 4847 1254 1176 4848 1273 1314 4849 1307 1233 4850 1273 1314 4851 1274 1191 4852 1315 1234 4853 1239 1162 4854 1244 1165 4855 1404 1322 4856 1251 1173 4857 1254 1176 4858 1405 1323 4859 1289 1324 4860 1288 1325 4861 1406 1326 4862 1312 1232 4863 1310 1229 4864 1408 1327 4865 1314 1235 4866 1312 1232 4867 1408 1327 4868 1319 1242 4869 1316 1328 4870 1409 1329 4871 1321 1245 4872 1319 1242 4873 1410 1330 4874 1333 1256 4875 1328 1254 4876 18971 1331 4877 1342 1332 4878 1340 1265 4879 18972 1333 4880 1366 1280 4881 1369 1283 4882 1412 1334 4883 1389 1302 4884 1391 1304 4885 1413 1335 4886 1254 1176 4887 1314 1235 4888 1405 1323 4889 1232 1152 4890 1230 1154 4891 1415 1336 4892 1234 1155 4893 1232 1152 4894 18977 1337 4895 1252 1172 4896 1249 1174 4897 18979 1338 4898 1255 1179 4899 1258 1178 4900 1418 1339 4901 1262 1183 4902 1263 1184 4903 1419 1340 4904 1263 1184 4905 1265 1148 4906 1420 1341 4907 1329 1252 4908 1331 1258 4909 1422 1342 4910 1348 1270 4911 1345 1267 4912 1424 1343 4913 1349 1240 4914 1348 1270 4915 1425 1344 4916 1331 1258 4917 1336 1260 4918 1422 1342 4919 1283 1200 4920 1253 1175 4921 1421 1345 4922 1357 1346 4923 1354 1237 4924 1426 1347 4925 1257 1177 4926 1256 1348 4927 1429 1349 4928 1261 1182 4929 1260 1180 4930 1430 1350 4931 1266 1145 4932 1261 1182 4933 1431 1351 4934 1274 1191 4935 1276 1190 4936 1470 1352 4937 1276 1190 4938 1281 1193 4939 1473 1353 4940 1282 1199 4941 1280 1197 4942 1432 1354 4943 1281 1193 4944 1282 1199 4945 1433 1355 4946 1286 1202 4947 1287 1205 4948 1435 1356 4949 1287 1205 4950 1290 1207 4951 1436 1357 4952 1290 1207 4953 1291 1209 4954 1437 1358 4955 1291 1209 4956 1292 1211 4957 1437 1358 4958 1292 1211 4959 1293 1213 4960 1438 1359 4961 1298 1360 4962 1301 1221 4963 1440 1361 4964 1309 1228 4965 1311 1227 4966 1442 1362 4967 1311 1227 4968 1313 1231 4969 1443 1363 4970 1313 1231 4971 1315 1234 4972 1444 1364 4973 1347 1271 4974 1352 1239 4975 1447 1365 4976 1361 1275 4977 1362 1278 4978 1448 1366 4979 1362 1278 4980 1475 1367 4981 1468 1368 4982 18912 1369 4983 18911 1370 4984 1450 1371 4985 18913 1372 4986 18912 1369 4987 1452 1373 4988 18914 1374 4989 18913 1372 4990 1452 1373 4991 18915 1375 4992 18914 1374 4993 1453 1376 4994 18916 1377 4995 18915 1375 4996 1454 1378 4997 18917 1379 4998 18916 1377 4999 1455 1380 5000 18919 1381 5001 18918 1382 5002 1458 1383 5003 1392 1384 5004 1390 1385 5005 1459 1386 5006 1394 1387 5007 1392 1384 5008 1460 1388 5009 1396 1389 5010 1394 1387 5011 1462 1390 5012 1469 1391 5013 1396 1389 5014 1462 1390 5015 1355 1272 5016 1398 1318 5017 1463 1392 5018 1352 1239 5019 1355 1272 5020 1447 1365 5021 1293 1213 5022 1298 1360 5023 1440 1361 5024 18918 1382 5025 18917 1379 5026 1456 1393 5027 1315 1234 5028 1274 1191 5029 1445 1394 5030 1255 1179 5031 18964 1395 5032 1256 1348 5033 1256 1348 5034 18965 1396 5035 1428 1397 5036 1432 1354 5037 1448 1366 5038 1449 1398 5039 1473 1353 5040 1433 1355 5041 1468 1368 5042 1471 1399 5043 1474 1400 5044 1445 1394 5045 1444 1364 5046 1445 1394 5047 1462 1390 5048 1443 1363 5049 1444 1364 5050 1461 1401 5051 1442 1362 5052 1443 1363 5053 1460 1388 5054 1440 1361 5055 1441 1402 5056 1457 1403 5057 1439 1404 5058 1440 1361 5059 1457 1403 5060 1438 1359 5061 1439 1404 5062 1456 1393 5063 1437 1358 5064 1438 1359 5065 1455 1380 5066 1436 1357 5067 1437 1358 5068 1454 1378 5069 1435 1356 5070 1436 1357 5071 1453 1376 5072 1434 1405 5073 1435 1356 5074 1451 1406 5075 1450 1371 5076 1434 1405 5077 1451 1406 5078 1325 1250 5079 1324 1249 5080 1326 1253 5081 1442 1362 5082 1459 1386 5083 1482 1407 5084 1309 1228 5085 1442 1362 5086 1482 1407 5087 18929 1408 5088 1482 1407 5089 1483 1409 5090 18928 1410 5091 1484 1411 5092 18929 1408 5093 1485 1412 5094 1480 1413 5095 1486 1414 5096 1301 1221 5097 1485 1412 5098 1488 1415 5099 1481 1416 5100 1458 1383 5101 1489 1417 5102 1480 1413 5103 1481 1416 5104 1490 1418 5105 1458 1383 5106 1441 1402 5107 1491 1419 5108 1441 1402 5109 1301 1221 5110 1491 1419 5111 1489 1417 5112 1491 1419 5113 1493 1420 5114 18928 1410 5115 1485 1412 5116 18926 1220 5117 1302 1223 5118 1304 1224 5119 1484 1411 5120 18919 1381 5121 1458 1383 5122 1481 1416 5123 1483 1409 5124 1459 1386 5125 1390 1385 5126 1364 1421 5127 1286 1202 5128 18911 1370 5129 1286 1202 5130 1434 1405 5131 1450 1371 5132 1539 1422 5133 1537 1423 5134 1540 1424 5135 1537 1423 5136 1539 1422 5137 1538 1425 5138 1503 1426 5139 1501 1427 5140 1504 1428 5141 1505 1429 5142 1503 1426 5143 1506 1430 5144 1507 1431 5145 1505 1429 5146 1508 1432 5147 1510 1433 5148 1507 1431 5149 1509 1434 5150 1514 1435 5151 1510 1433 5152 1671 1436 5153 1513 1437 5154 1671 1436 5155 1511 1438 5156 1516 1439 5157 1513 1437 5158 1512 1440 5159 1515 1441 5160 1514 1435 5161 1513 1437 5162 1520 1442 5163 1515 1441 5164 1516 1439 5165 1518 1443 5166 1516 1439 5167 1517 1444 5168 1518 1443 5169 1519 1445 5170 1521 1446 5171 1523 1447 5172 1522 1448 5173 1519 1445 5174 1525 1449 5175 1522 1448 5176 1524 1450 5177 1526 1451 5178 1525 1449 5179 1527 1452 5180 1530 1453 5181 1529 1454 5182 1528 1455 5183 1533 1456 5184 1530 1453 5185 1531 1457 5186 1534 1458 5187 1533 1456 5188 1535 1459 5189 1539 1422 5190 1534 1458 5191 1536 1460 5192 1543 1461 5193 1542 1462 5194 1540 1424 5195 1544 1463 5196 1543 1461 5197 1541 1464 5198 1548 1465 5199 1546 1466 5200 1547 1467 5201 1557 1468 5202 1548 1465 5203 1554 1469 5204 1553 1470 5205 1551 1471 5206 1552 1472 5207 1555 1473 5208 1553 1470 5209 1556 1474 5210 1555 1473 5211 1556 1474 5212 1557 1468 5213 18930 1475 5214 18933 1476 5215 1559 1477 5216 18931 1478 5217 18930 1475 5218 1560 1479 5219 18932 1480 5220 18931 1478 5221 1563 1481 5222 18942 1482 5223 18932 1480 5224 1564 1483 5225 18941 1484 5226 18942 1482 5227 1565 1485 5228 18958 1486 5229 18941 1484 5230 1565 1485 5231 18958 1486 5232 1566 1487 5233 18959 1488 5234 1570 1489 5235 1567 1490 5236 1568 1491 5237 1572 1492 5238 1570 1489 5239 1569 1493 5240 18960 1494 5241 18959 1488 5242 1574 1495 5243 1576 1496 5244 1572 1492 5245 1573 1497 5246 1577 1498 5247 1581 1499 5248 1575 1500 5249 1578 1501 5250 1577 1498 5251 1582 1502 5252 1583 1503 5253 1581 1499 5254 1578 1501 5255 1579 1504 5256 1578 1501 5257 1584 1505 5258 1585 1506 5259 1583 1503 5260 1578 1501 5261 1580 1507 5262 1579 1504 5263 1586 1508 5264 1622 1509 5265 1624 1510 5266 1625 1511 5267 1624 1510 5268 1622 1509 5269 1623 1512 5270 1592 1513 5271 1590 1514 5272 1589 1515 5273 1594 1516 5274 1592 1513 5275 1593 1517 5276 1595 1518 5277 1594 1516 5278 1596 1519 5279 1601 1520 5280 1597 1521 5281 1600 1522 5282 1599 1523 5283 1598 1524 5284 1601 1520 5285 1604 1525 5286 1599 1523 5287 1603 1526 5288 1603 1526 5289 1601 1520 5290 1602 1527 5291 1605 1528 5292 1603 1526 5293 1607 1529 5294 1610 1530 5295 1604 1525 5296 1605 1528 5297 1606 1531 5298 1605 1528 5299 1608 1532 5300 1609 1533 5301 1610 1530 5302 1606 1531 5303 1611 1534 5304 1610 1530 5305 1612 1535 5306 1613 1536 5307 1611 1534 5308 1612 1535 5309 1616 1537 5310 1614 1538 5311 1615 1539 5312 1617 1540 5313 1616 1537 5314 1618 1541 5315 1620 1542 5316 1617 1540 5317 1618 1541 5318 1621 1543 5319 1620 1542 5320 1619 1544 5321 1627 1545 5322 1628 1546 5323 1625 1511 5324 1628 1546 5325 1629 1547 5326 1626 1548 5327 1630 1549 5328 1631 1550 5329 1632 1551 5330 1634 1552 5331 1630 1549 5332 1633 1553 5333 1637 1554 5334 1634 1552 5335 1635 1555 5336 18934 1556 5337 18933 1476 5338 1639 1557 5339 18935 1558 5340 18934 1556 5341 1640 1559 5342 18936 1560 5343 18935 1558 5344 1643 1561 5345 18943 1562 5346 18936 1560 5347 1645 1563 5348 18944 1564 5349 18943 1562 5350 1649 1565 5351 18955 1566 5352 18944 1564 5353 1650 1567 5354 18956 1568 5355 1653 1569 5356 1648 1570 5357 1652 1571 5358 1650 1567 5359 1651 1572 5360 1655 1573 5361 1652 1571 5362 1654 1574 5363 18957 1575 5364 18956 1568 5365 1658 1576 5366 1658 1576 5367 1655 1573 5368 1657 1577 5369 18937 1578 5370 1664 1579 5371 1656 1580 5372 1663 1581 5373 1659 1582 5374 1658 1576 5375 1660 1583 5376 1659 1582 5377 1663 1581 5378 18938 1584 5379 18937 1578 5380 1660 1583 5381 1661 1585 5382 1660 1583 5383 1667 1586 5384 18939 1587 5385 18938 1584 5386 1660 1583 5387 1662 1588 5388 1661 1585 5389 1669 1589 5390 18940 1590 5391 18939 1587 5392 1661 1585 5393 1744 1591 5394 1662 1588 5395 1740 1592 5396 18954 1593 5397 18940 1590 5398 1744 1591 5399 1511 1438 5400 1671 1436 5401 1510 1433 5402 1526 1451 5403 1527 1452 5404 1546 1466 5405 1526 1451 5406 1548 1465 5407 1556 1474 5408 1545 1594 5409 1550 1595 5410 1677 1596 5411 1675 1597 5412 1677 1596 5413 1542 1462 5414 1552 1472 5415 1545 1594 5416 1676 1598 5417 1676 1598 5418 1675 1597 5419 1543 1461 5420 1631 1550 5421 1630 1549 5422 1672 1599 5423 1672 1599 5424 1673 1600 5425 1627 1545 5426 1630 1549 5427 1634 1552 5428 1673 1600 5429 1673 1600 5430 1674 1601 5431 1628 1546 5432 1546 1466 5433 1580 1507 5434 1587 1602 5435 1501 1427 5436 18992 1603 5437 1502 1604 5438 1576 1496 5439 18997 1605 5440 1572 1492 5441 1585 1506 5442 18999 1606 5443 1583 1503 5444 1611 1534 5445 19004 1607 5446 1610 1530 5447 1613 1536 5448 19005 1608 5449 1611 1534 5450 1640 1559 5451 1684 1609 5452 1643 1561 5453 1567 1490 5454 1682 1610 5455 1681 1611 5456 1645 1563 5457 1685 1612 5458 1649 1565 5459 1507 1431 5460 19009 1613 5461 1505 1429 5462 1514 1435 5463 19010 1614 5464 1510 1433 5465 1528 1455 5466 1690 1615 5467 1531 1457 5468 1608 1532 5469 19015 1616 5470 1606 1531 5471 1607 1529 5472 1693 1617 5473 19015 1616 5474 1539 1422 5475 19023 1618 5476 1534 1458 5477 1547 1467 5478 1738 1619 5479 1737 1620 5480 1549 1621 5481 1737 1620 5482 1741 1622 5483 1553 1470 5484 1699 1623 5485 1698 1624 5486 1555 1473 5487 1700 1625 5488 1699 1623 5489 1554 1469 5490 1741 1622 5491 1700 1625 5492 1559 1477 5493 1701 1626 5494 1702 1627 5495 1560 1479 5496 1702 1627 5497 1703 1628 5498 1563 1481 5499 1703 1628 5500 1704 1629 5501 1564 1483 5502 1704 1629 5503 1565 1485 5504 1565 1485 5505 1705 1630 5506 1566 1487 5507 1571 1631 5508 1707 1632 5509 1574 1495 5510 1582 1502 5511 1709 1633 5512 1584 1505 5513 1584 1505 5514 1710 1634 5515 1586 1508 5516 1586 1508 5517 1711 1635 5518 1587 1602 5519 1618 1541 5520 1714 1636 5521 1619 1544 5522 1635 1555 5523 1716 1637 5524 1636 1638 5525 1636 1638 5526 1717 1639 5527 1735 1640 5528 18946 1641 5529 1719 1642 5530 1718 1643 5531 18947 1644 5532 1720 1645 5533 18946 1641 5534 18948 1646 5535 1721 1647 5536 1720 1645 5537 18949 1648 5538 1722 1649 5539 1721 1647 5540 18950 1650 5541 1723 1651 5542 1722 1649 5543 18951 1652 5544 1724 1653 5545 1723 1651 5546 18953 1654 5547 1726 1655 5548 18952 1656 5549 1666 1657 5550 1728 1658 5551 1727 1659 5552 1668 1660 5553 1729 1661 5554 1728 1658 5555 1670 1662 5556 1730 1663 5557 1668 1660 5558 1736 1664 5559 1742 1665 5560 1730 1663 5561 1542 1462 5562 1732 1666 5563 1539 1422 5564 1672 1599 5565 1731 1667 5566 1631 1550 5567 1566 1487 5568 1706 1668 5569 1707 1632 5570 18952 1656 5571 1725 1669 5572 1724 1653 5573 1587 1602 5574 1712 1670 5575 1547 1467 5576 1529 1454 5577 1696 1671 5578 18993 1672 5579 1698 1624 5580 1699 1623 5581 1716 1637 5582 1699 1623 5583 1700 1625 5584 1717 1639 5585 1741 1622 5586 1735 1640 5587 1700 1625 5588 1738 1619 5589 1712 1670 5590 1742 1665 5591 1711 1635 5592 1729 1661 5593 1730 1663 5594 1710 1634 5595 1728 1658 5596 1729 1661 5597 1709 1633 5598 1727 1659 5599 1728 1658 5600 1707 1632 5601 1725 1669 5602 1708 1673 5603 1706 1668 5604 1724 1653 5605 1725 1669 5606 1705 1630 5607 1723 1651 5608 1724 1653 5609 1704 1629 5610 1722 1649 5611 1723 1651 5612 1703 1628 5613 1721 1647 5614 1722 1649 5615 1702 1627 5616 1720 1645 5617 1721 1647 5618 1701 1626 5619 1719 1642 5620 1702 1627 5621 1718 1643 5622 1719 1642 5623 1701 1626 5624 1567 1490 5625 1570 1489 5626 1682 1610 5627 1649 1565 5628 1686 1674 5629 1651 1572 5630 1596 1519 5631 1597 1521 5632 1595 1518 5633 1709 1633 5634 1747 1675 5635 1727 1659 5636 1582 1502 5637 1749 1676 5638 1747 1675 5639 18963 1677 5640 18961 1678 5641 1748 1679 5642 18962 1680 5643 18963 1677 5644 1749 1676 5645 1750 1681 5646 1752 1682 5647 1751 1683 5648 1574 1495 5649 1753 1684 5650 1750 1681 5651 1746 1685 5652 1755 1686 5653 1754 1687 5654 1745 1688 5655 1751 1683 5656 1755 1686 5657 1726 1655 5658 1754 1687 5659 1756 1689 5660 1708 1673 5661 1756 1689 5662 1574 1495 5663 1753 1684 5664 1757 1690 5665 1752 1682 5666 18962 1680 5667 18960 1494 5668 1750 1681 5669 1575 1500 5670 1749 1676 5671 1577 1498 5672 18953 1654 5673 18961 1678 5674 1746 1685 5675 1748 1679 5676 1656 1580 5677 1664 1579 5678 1638 1691 5679 18945 1692 5680 1559 1477 5681 1559 1477 5682 1718 1643 5683 1701 1626 5684 1471 1399 5685 1470 1352 5686 13983 1693 5687 1474 1400 5688 1471 1399 5689 8493 1694 5690 5737 1695 5691 8491 1696 5692 13986 1697 5693 1468 1368 5694 1475 1367 5695 13986 1697 5696 1475 1367 5697 1472 1698 5698 13985 1699 5699 1491 1419 5700 1488 1415 5701 1492 1700 5702 1486 1414 5703 1490 1418 5704 1477 1701 5705 1490 1418 5706 1489 1417 5707 1493 1420 5708 1488 1415 5709 1487 1702 5710 1479 1703 5711 1487 1702 5712 1486 1414 5713 1478 1704 5714 1741 1622 5715 14263 1705 5716 1735 1640 5717 5973 1706 5718 14266 1707 5719 14394 1708 5720 1738 1619 5721 12475 1709 5722 1737 1620 5723 1743 1710 5724 12580 1711 5725 1739 1712 5726 1740 1592 5727 1739 1712 5728 12581 1713 5729 1744 1591 5730 1734 1714 5731 18954 1593 5732 5989 1715 5733 12583 1716 5734 14285 1717 5735 1756 1689 5736 1762 1718 5737 1753 1684 5738 1754 1687 5739 1761 1719 5740 1756 1689 5741 1751 1683 5742 1760 1720 5743 1758 1721 5744 1755 1686 5745 1758 1721 5746 1761 1719 5747 1752 1682 5748 1759 1722 5749 1760 1720 5750 1770 1723 5751 6089 1724 5752 14501 1725 5753 1770 1723 5754 6092 1726 5755 6091 1727 5756 1770 1723 5757 6091 1727 5758 14506 1728 5759 1770 1723 5760 6090 1729 5761 6089 1724 5762 1771 1730 5763 6088 1731 5764 6093 1732 5765 1771 1730 5766 6093 1732 5767 14507 1733 5768 1771 1730 5769 6095 1734 5770 6094 1735 5771 1771 1730 5772 6094 1735 5773 14502 1736 5774 1772 1737 5775 6087 1738 5776 6098 1739 5777 1772 1737 5778 6098 1739 5779 14509 1740 5780 1772 1737 5781 6097 1741 5782 6096 1742 5783 1772 1737 5784 6096 1742 5785 6087 1738 5786 1773 1743 5787 6086 1744 5788 6099 1745 5789 1773 1743 5790 6099 1745 5791 14511 1746 5792 1773 1743 5793 6101 1747 5794 6100 1748 5795 1773 1743 5796 6100 1748 5797 14498 1749 5798 1774 1750 5799 6085 1751 5800 6104 1752 5801 1774 1750 5802 6104 1752 5803 14513 1753 5804 1774 1750 5805 6103 1754 5806 6102 1755 5807 1774 1750 5808 6102 1755 5809 14496 1756 5810 1775 1757 5811 6084 1758 5812 14491 1759 5813 1775 1757 5814 6107 1760 5815 6106 1761 5816 1775 1757 5817 6106 1761 5818 6105 1762 5819 1775 1757 5820 6105 1762 5821 14494 1763 5822 1776 1764 5823 6083 1765 5824 14494 1763 5825 1776 1764 5826 6105 1762 5827 6109 1766 5828 1776 1764 5829 6109 1766 5830 14517 1767 5831 1776 1764 5832 6108 1768 5833 6083 1765 5834 1777 1769 5835 6082 1770 5836 14493 1771 5837 1777 1769 5838 6108 1768 5839 6111 1772 5840 1777 1769 5841 6111 1772 5842 6110 1773 5843 1777 1769 5844 6110 1773 5845 14492 1774 5846 1778 1775 5847 6081 1776 5848 6110 1773 5849 1778 1775 5850 6110 1773 5851 14518 1777 5852 1778 1775 5853 6112 1778 5854 6107 1760 5855 1778 1775 5856 6107 1760 5857 14491 1759 5858 1779 1779 5859 6080 1780 5860 14487 1781 5861 1779 1779 5862 6115 1782 5863 14519 1783 5864 1779 1779 5865 6114 1784 5866 6113 1785 5867 1779 1779 5868 6113 1785 5869 14490 1786 5870 1780 1787 5871 6079 1788 5872 6113 1785 5873 1780 1787 5874 6113 1785 5875 14520 1789 5876 1780 1787 5877 6117 1790 5878 14521 1791 5879 1780 1787 5880 6116 1792 5881 14489 1793 5882 1781 1794 5883 6078 1795 5884 14489 1793 5885 1781 1794 5886 6116 1792 5887 6119 1796 5888 1781 1794 5889 6119 1796 5890 6118 1797 5891 1781 1794 5892 6118 1797 5893 6078 1795 5894 1782 1798 5895 6077 1799 5896 14488 1800 5897 1782 1798 5898 6118 1797 5899 14522 1801 5900 1782 1798 5901 6120 1802 5902 14519 1783 5903 1782 1798 5904 6115 1782 5905 6077 1799 5906 1783 1803 5907 6076 1804 5908 14483 1805 5909 1783 1803 5910 6123 1806 5911 6122 1807 5912 1783 1803 5913 6122 1807 5914 6121 1808 5915 1783 1803 5916 6121 1808 5917 14486 1809 5918 1784 1810 5919 6075 1811 5920 6121 1808 5921 1784 1810 5922 6121 1808 5923 14524 1812 5924 1784 1810 5925 6125 1813 5926 14525 1814 5927 1784 1810 5928 6124 1815 5929 14485 1816 5930 1785 1817 5931 6074 1818 5932 14485 1816 5933 1785 1817 5934 6124 1815 5935 6127 1819 5936 1785 1817 5937 6127 1819 5938 6126 1820 5939 1785 1817 5940 6126 1820 5941 14484 1821 5942 1786 1822 5943 6073 1823 5944 14484 1821 5945 1786 1822 5946 6126 1820 5947 14526 1824 5948 1786 1822 5949 6128 1825 5950 14523 1826 5951 1786 1822 5952 6123 1806 5953 6073 1823 5954 1787 1827 5955 6128 1825 5956 6131 1828 5957 1787 1827 5958 6131 1828 5959 14527 1829 5960 1787 1827 5961 6130 1830 5962 6129 1831 5963 1787 1827 5964 6129 1831 5965 14523 1826 5966 1788 1832 5967 6127 1819 5968 14525 1814 5969 1788 1832 5970 6133 1833 5971 6132 1834 5972 1788 1832 5973 6132 1834 5974 6131 1828 5975 1788 1832 5976 6131 1828 5977 14526 1824 5978 1789 1835 5979 6125 1813 5980 14524 1812 5981 1789 1835 5982 6135 1836 5983 6134 1837 5984 1789 1835 5985 6134 1837 5986 14529 1838 5987 1789 1835 5988 6133 1833 5989 6125 1813 5990 1790 1839 5991 6122 1807 5992 14523 1826 5993 1790 1839 5994 6129 1831 5995 14528 1840 5996 1790 1839 5997 6136 1841 5998 14530 1842 5999 1790 1839 6000 6135 1836 6001 6122 1807 6002 1791 1843 6003 6120 1802 6004 6139 1844 6005 1791 1843 6006 6139 1844 6007 14531 1845 6008 1791 1843 6009 6138 1846 6010 6137 1847 6011 1791 1843 6012 6137 1847 6013 14519 1783 6014 1792 1848 6015 6119 1796 6016 14521 1791 6017 1792 1848 6018 6141 1849 6019 6140 1850 6020 1792 1848 6021 6140 1850 6022 6139 1844 6023 1792 1848 6024 6139 1844 6025 14522 1801 6026 1793 1851 6027 6117 1790 6028 14520 1789 6029 1793 1851 6030 6143 1852 6031 6142 1853 6032 1793 1851 6033 6142 1853 6034 14533 1854 6035 1793 1851 6036 6141 1849 6037 6117 1790 6038 1794 1855 6039 6114 1784 6040 6137 1847 6041 1794 1855 6042 6137 1847 6043 14532 1856 6044 1794 1855 6045 6144 1857 6046 14534 1858 6047 1794 1855 6048 6143 1852 6049 14520 1789 6050 1795 1859 6051 6112 1778 6052 14518 1777 6053 1795 1859 6054 6147 1860 6055 6146 1861 6056 1795 1859 6057 6146 1861 6058 14536 1862 6059 1795 1859 6060 6145 1863 6061 6112 1778 6062 1796 1864 6063 6111 1772 6064 6149 1865 6065 1796 1864 6066 6149 1865 6067 14537 1866 6068 1796 1864 6069 6148 1867 6070 14535 1868 6071 1796 1864 6072 6147 1860 6073 6111 1772 6074 1797 1869 6075 6109 1766 6076 6151 1870 6077 1797 1869 6078 6151 1870 6079 14538 1871 6080 1797 1869 6081 6150 1872 6082 6149 1865 6083 1797 1869 6084 6149 1865 6085 14517 1767 6086 1798 1873 6087 6106 1761 6088 14515 1874 6089 1798 1873 6090 6145 1863 6091 6152 1875 6092 1798 1873 6093 6152 1875 6094 14538 1871 6095 1798 1873 6096 6151 1870 6097 14516 1876 6098 1799 1877 6099 6103 1754 6100 6153 1878 6101 1799 1877 6102 6153 1878 6103 14539 1879 6104 1799 1877 6105 6155 1880 6106 14540 1881 6107 1799 1877 6108 6154 1882 6109 6103 1754 6110 1800 1883 6111 6101 1747 6112 6159 1884 6113 1800 1883 6114 6159 1884 6115 14543 1885 6116 1800 1883 6117 6158 1886 6118 14542 1887 6119 1800 1883 6120 6157 1888 6121 14512 1889 6122 1801 1890 6123 6097 1741 6124 14509 1740 6125 1801 1890 6126 6156 1891 6127 6161 1892 6128 1801 1890 6129 6161 1892 6130 14544 1893 6131 1801 1890 6132 6160 1894 6133 6097 1741 6134 1802 1895 6135 6095 1734 6136 6165 1896 6137 1802 1895 6138 6165 1896 6139 14547 1897 6140 1802 1895 6141 6164 1898 6142 14546 1899 6143 1802 1895 6144 6163 1900 6145 6095 1734 6146 1803 1901 6147 6091 1727 6148 14505 1902 6149 1803 1901 6150 6162 1903 6151 14545 1904 6152 1803 1901 6153 6167 1905 6154 14548 1906 6155 1803 1901 6156 6166 1907 6157 6091 1727 6158 1804 1908 6159 6134 1837 6160 14530 1842 6161 1804 1908 6162 6136 1841 6163 14528 1840 6164 1804 1908 6165 6130 1830 6166 14527 1829 6167 1804 1908 6168 6132 1834 6169 14529 1838 6170 1805 1909 6171 6142 1853 6172 14534 1858 6173 1805 1909 6174 6144 1857 6175 14532 1856 6176 1805 1909 6177 6138 1846 6178 14531 1845 6179 1805 1909 6180 6140 1850 6181 6142 1853 6182 1806 1910 6183 6150 1872 6184 6152 1875 6185 1806 1910 6186 6152 1875 6187 14536 1862 6188 1806 1910 6189 6146 1861 6190 6148 1867 6191 1806 1910 6192 6148 1867 6193 14537 1866 6194 1807 1911 6195 6090 1729 6196 14506 1728 6197 1807 1911 6198 6177 1912 6199 6185 1913 6200 1807 1911 6201 6185 1913 6202 14556 1914 6203 1807 1911 6204 6176 1915 6205 6090 1729 6206 1808 1916 6207 6185 1913 6208 14557 1917 6209 1808 1916 6210 6178 1918 6211 6093 1732 6212 1808 1916 6213 6093 1732 6214 14503 1919 6215 1808 1916 6216 6175 1920 6217 6185 1913 6218 1809 1921 6219 6094 1735 6220 14508 1922 6221 1809 1921 6222 6180 1923 6223 6186 1924 6224 1809 1921 6225 6186 1924 6226 14555 1925 6227 1809 1921 6228 6174 1926 6229 6094 1735 6230 1810 1927 6231 6186 1924 6232 14558 1928 6233 1810 1927 6234 6179 1929 6235 14505 1902 6236 1810 1927 6237 6092 1726 6238 6173 1930 6239 1810 1927 6240 6173 1930 6241 6186 1924 6242 1811 1931 6243 6163 1900 6244 6182 1932 6245 1811 1931 6246 6182 1932 6247 6187 1933 6248 1811 1931 6249 6187 1933 6250 6180 1923 6251 1811 1931 6252 6180 1923 6253 14508 1922 6254 1812 1934 6255 6187 1933 6256 14559 1935 6257 1812 1934 6258 6181 1936 6259 6162 1903 6260 1812 1934 6261 6162 1903 6262 6179 1929 6263 1812 1934 6264 6179 1929 6265 6187 1933 6266 1813 1937 6267 6166 1907 6268 6184 1938 6269 1813 1937 6270 6184 1938 6271 6188 1939 6272 1813 1937 6273 6188 1939 6274 14557 1917 6275 1813 1937 6276 6177 1912 6277 6166 1907 6278 1814 1940 6279 6188 1939 6280 14560 1941 6281 1814 1940 6282 6183 1942 6283 6165 1896 6284 1814 1940 6285 6165 1896 6286 14507 1733 6287 1814 1940 6288 6178 1918 6289 6188 1939 6290 1815 1943 6291 6167 1905 6292 14545 1904 6293 1815 1943 6294 6181 1936 6295 6189 1944 6296 1815 1943 6297 6189 1944 6298 14560 1941 6299 1815 1943 6300 6184 1938 6301 14548 1906 6302 1816 1945 6303 6189 1944 6304 14559 1935 6305 1816 1945 6306 6182 1932 6307 14546 1899 6308 1816 1945 6309 6164 1898 6310 14547 1897 6311 1816 1945 6312 6183 1942 6313 6189 1944 6314 1817 1946 6315 6096 1742 6316 6194 1947 6317 1817 1946 6318 6194 1947 6319 14563 1948 6320 1817 1946 6321 6202 1949 6322 6193 1950 6323 1817 1946 6324 6193 1950 6325 14500 1951 6326 1818 1952 6327 6202 1949 6328 14563 1948 6329 1818 1952 6330 6195 1953 6331 6099 1745 6332 1818 1952 6333 6099 1745 6334 6192 1954 6335 1818 1952 6336 6192 1954 6337 14562 1955 6338 1819 1956 6339 6100 1748 6340 14512 1889 6341 1819 1956 6342 6197 1957 6343 14564 1958 6344 1819 1956 6345 6203 1959 6346 14561 1960 6347 1819 1956 6348 6191 1961 6349 6100 1748 6350 1820 1962 6351 6203 1959 6352 6196 1963 6353 1820 1962 6354 6196 1963 6355 14509 1740 6356 1820 1962 6357 6098 1739 6358 14497 1964 6359 1820 1962 6360 6190 1965 6361 14561 1960 6362 1821 1966 6363 6157 1888 6364 6199 1967 6365 1821 1966 6366 6199 1967 6367 14565 1968 6368 1821 1966 6369 6204 1969 6370 6197 1957 6371 1821 1966 6372 6197 1957 6373 14512 1889 6374 1822 1970 6375 6204 1969 6376 14565 1968 6377 1822 1970 6378 6198 1971 6379 14541 1972 6380 1822 1970 6381 6156 1891 6382 6196 1963 6383 1822 1970 6384 6196 1963 6385 14564 1958 6386 1823 1973 6387 6160 1894 6388 14544 1893 6389 1823 1973 6390 6201 1974 6391 6205 1975 6392 1823 1973 6393 6205 1975 6394 14563 1948 6395 1823 1973 6396 6194 1947 6397 14510 1976 6398 1824 1977 6399 6205 1975 6400 14566 1978 6401 1824 1977 6402 6200 1979 6403 6159 1884 6404 1824 1977 6405 6159 1884 6406 14511 1746 6407 1824 1977 6408 6195 1953 6409 6205 1975 6410 1825 1980 6411 6161 1892 6412 14541 1972 6413 1825 1980 6414 6198 1971 6415 6206 1981 6416 1825 1980 6417 6206 1981 6418 14566 1978 6419 1825 1980 6420 6201 1974 6421 14544 1893 6422 1826 1982 6423 6206 1981 6424 14565 1968 6425 1826 1982 6426 6199 1967 6427 14542 1887 6428 1826 1982 6429 6158 1886 6430 14543 1885 6431 1826 1982 6432 6200 1979 6433 6206 1981 6434 1827 1983 6435 6215 1984 6436 6212 1985 6437 1827 1983 6438 6212 1985 6439 14573 1986 6440 1827 1983 6441 6213 1987 6442 14574 1988 6443 1827 1983 6444 6214 1989 6445 6215 1984 6446 1828 1990 6447 6218 1991 6448 14577 1992 6449 1828 1990 6450 6217 1993 6451 14576 1994 6452 1828 1990 6453 6215 1984 6454 14575 1995 6455 1828 1990 6456 6216 1996 6457 14578 1997 6458 1829 1998 6459 6207 1999 6460 14567 2000 6461 1829 1998 6462 6208 2001 6463 6219 2002 6464 1829 1998 6465 6219 2002 6466 6209 2003 6467 1829 1998 6468 6209 2003 6469 14568 2004 6470 1830 2005 6471 6210 2006 6472 14569 2007 6473 1830 2005 6474 6219 2002 6475 6211 2008 6476 1830 2005 6477 6211 2008 6478 14571 2009 6479 1830 2005 6480 6220 2010 6481 6210 2006 6482 1831 2011 6483 6169 2012 6484 14549 2013 6485 1831 2011 6486 6221 2014 6487 6168 2015 6488 1831 2011 6489 6168 2015 6490 14551 2016 6491 1831 2011 6492 6222 2017 6493 14552 2018 6494 1832 2019 6495 6170 2020 6496 6222 2017 6497 1832 2019 6498 6222 2017 6499 6171 2021 6500 1832 2019 6501 6171 2021 6502 14554 2022 6503 1832 2019 6504 6172 2023 6505 14553 2024 6506 1833 2025 6507 6207 1999 6508 14568 2004 6509 1833 2025 6510 6226 2026 6511 6235 2027 6512 1833 2025 6513 6235 2027 6514 14579 2028 6515 1833 2025 6516 6224 2029 6517 14567 2000 6518 1834 2030 6519 6235 2027 6520 14580 2031 6521 1834 2030 6522 6225 2032 6523 6213 1987 6524 1834 2030 6525 6213 1987 6526 14573 1986 6527 1834 2030 6528 6223 2033 6529 6235 2027 6530 1835 2034 6531 6208 2001 6532 6224 2029 6533 1835 2034 6534 6224 2029 6535 6236 2035 6536 1835 2034 6537 6236 2035 6538 6230 2036 6539 1835 2034 6540 6230 2036 6541 14570 2037 6542 1836 2038 6543 6236 2035 6544 14579 2028 6545 1836 2038 6546 6223 2033 6547 6212 1985 6548 1836 2038 6549 6212 1985 6550 14576 1994 6551 1836 2038 6552 6229 2039 6553 6236 2035 6554 1837 2040 6555 6214 1989 6556 6225 2032 6557 1837 2040 6558 6225 2032 6559 6237 2041 6560 1837 2040 6561 6237 2041 6562 6227 2042 6563 1837 2040 6564 6227 2042 6565 14575 1995 6566 1838 2043 6567 6237 2041 6568 14580 2031 6569 1838 2043 6570 6226 2026 6571 6209 2003 6572 1838 2043 6573 6209 2003 6574 14569 2007 6575 1838 2043 6576 6228 2044 6577 6237 2041 6578 1839 2045 6579 6216 1996 6580 6227 2042 6581 1839 2045 6582 6227 2042 6583 14581 2046 6584 1839 2045 6585 6238 2047 6586 14584 2048 6587 1839 2045 6588 6233 2049 6589 14578 1997 6590 1840 2050 6591 6238 2047 6592 14581 2046 6593 1840 2050 6594 6228 2044 6595 6210 2006 6596 1840 2050 6597 6210 2006 6598 14572 2051 6599 1840 2050 6600 6234 2052 6601 6238 2047 6602 1841 2053 6603 6211 2008 6604 6230 2036 6605 1841 2053 6606 6230 2036 6607 14582 2054 6608 1841 2053 6609 6239 2055 6610 6232 2056 6611 1841 2053 6612 6232 2056 6613 14571 2009 6614 1842 2057 6615 6239 2055 6616 6229 2039 6617 1842 2057 6618 6229 2039 6619 6217 1993 6620 1842 2057 6621 6217 1993 6622 6231 2058 6623 1842 2057 6624 6231 2058 6625 14583 2059 6626 1843 2060 6627 6102 1755 6628 6244 2061 6629 1843 2060 6630 6244 2061 6631 14587 2062 6632 1843 2060 6633 6252 2063 6634 6242 2064 6635 1843 2060 6636 6242 2064 6637 14496 1756 6638 1844 2065 6639 6252 2063 6640 6245 2066 6641 1844 2065 6642 6245 2066 6643 6168 2015 6644 1844 2065 6645 6168 2015 6646 6243 2067 6647 1844 2065 6648 6243 2067 6649 14586 2068 6650 1845 2069 6651 6169 2012 6652 6247 2070 6653 1845 2069 6654 6247 2070 6655 6253 2071 6656 1845 2069 6657 6253 2071 6658 14585 2072 6659 1845 2069 6660 6241 2073 6661 14549 2013 6662 1846 2074 6663 6253 2071 6664 14588 2075 6665 1846 2074 6666 6246 2076 6667 6104 1752 6668 1846 2074 6669 6104 1752 6670 14495 2077 6671 1846 2074 6672 6240 2078 6673 6253 2071 6674 1847 2079 6675 6170 2020 6676 6249 2080 6677 1847 2079 6678 6249 2080 6679 6254 2081 6680 1847 2079 6681 6254 2081 6682 6247 2070 6683 1847 2079 6684 6247 2070 6685 14552 2018 6686 1848 2082 6687 6254 2081 6688 14589 2083 6689 1848 2082 6690 6248 2084 6691 6153 1878 6692 1848 2082 6693 6153 1878 6694 14513 1753 6695 1848 2082 6696 6246 2076 6697 6254 2081 6698 1849 2085 6699 6154 1882 6700 14540 1881 6701 1849 2085 6702 6250 2086 6703 6255 2087 6704 1849 2085 6705 6255 2087 6706 6244 2061 6707 1849 2085 6708 6244 2061 6709 14514 2088 6710 1850 2089 6711 6255 2087 6712 14590 2090 6713 1850 2089 6714 6251 2091 6715 6171 2021 6716 1850 2089 6717 6171 2021 6718 14551 2016 6719 1850 2089 6720 6245 2066 6721 6255 2087 6722 1851 2092 6723 6155 1880 6724 14539 1879 6725 1851 2092 6726 6248 2084 6727 6256 2093 6728 1851 2092 6729 6256 2093 6730 14590 2090 6731 1851 2092 6732 6250 2086 6733 6155 1880 6734 1852 2094 6735 6256 2093 6736 14589 2083 6737 1852 2094 6738 6249 2080 6739 6172 2023 6740 1852 2094 6741 6172 2023 6742 14554 2022 6743 1852 2094 6744 6251 2091 6745 6256 2093 6746 1853 2095 6747 7289 2096 6748 14624 2097 6749 1853 2095 6750 6285 2098 6751 6284 2099 6752 1853 2095 6753 6284 2099 6754 14626 2100 6755 1853 2095 6756 7288 2101 6757 7289 2096 6758 1854 2102 6759 6283 2103 6760 6288 2104 6761 1854 2102 6762 6288 2104 6763 6287 2105 6764 1854 2102 6765 6287 2105 6766 6286 2106 6767 1854 2102 6768 6286 2106 6769 14625 2107 6770 1855 2108 6771 6282 2109 6772 14625 2107 6773 1855 2108 6774 6286 2106 6775 14629 2110 6776 1855 2108 6777 6289 2111 6778 14627 2112 6779 1855 2108 6780 6285 2098 6781 6282 2109 6782 1856 2113 6783 7290 2114 6784 7288 2101 6785 1856 2113 6786 7288 2101 6787 14626 2100 6788 1856 2113 6789 6290 2115 6790 6288 2104 6791 1856 2113 6792 6288 2104 6793 14623 2116 6794 1857 2117 6795 6281 2118 6796 14619 2119 6797 1857 2117 6798 6293 2120 6799 6292 2121 6800 1857 2117 6801 6292 2121 6802 6291 2122 6803 1857 2117 6804 6291 2122 6805 14622 2123 6806 1858 2124 6807 6280 2125 6808 6291 2122 6809 1858 2124 6810 6291 2122 6811 14631 2126 6812 1858 2124 6813 6295 2127 6814 14632 2128 6815 1858 2124 6816 6294 2129 6817 6280 2125 6818 1859 2130 6819 6279 2131 6820 14621 2132 6821 1859 2130 6822 6294 2129 6823 6297 2133 6824 1859 2130 6825 6297 2133 6826 6296 2134 6827 1859 2130 6828 6296 2134 6829 14620 2135 6830 1860 2136 6831 6278 2137 6832 14620 2135 6833 1860 2136 6834 6296 2134 6835 6298 2138 6836 1860 2136 6837 6298 2138 6838 14630 2139 6839 1860 2136 6840 6293 2120 6841 6278 2137 6842 1861 2140 6843 6277 2141 6844 14615 2142 6845 1861 2140 6846 6301 2143 6847 6300 2144 6848 1861 2140 6849 6300 2144 6850 6299 2145 6851 1861 2140 6852 6299 2145 6853 14618 2146 6854 1862 2147 6855 6276 2148 6856 6299 2145 6857 1862 2147 6858 6299 2145 6859 14635 2149 6860 1862 2147 6861 6303 2150 6862 6302 2151 6863 1862 2147 6864 6302 2151 6865 14617 2152 6866 1863 2153 6867 6275 2154 6868 6302 2151 6869 1863 2153 6870 6302 2151 6871 6305 2155 6872 1863 2153 6873 6305 2155 6874 14637 2156 6875 1863 2153 6876 6304 2157 6877 6275 2154 6878 1864 2158 6879 6274 2159 6880 14616 2160 6881 1864 2158 6882 6304 2157 6883 6306 2161 6884 1864 2158 6885 6306 2161 6886 14634 2162 6887 1864 2158 6888 6301 2143 6889 6274 2159 6890 1865 2163 6891 6273 2164 6892 14611 2165 6893 1865 2163 6894 6309 2166 6895 6308 2167 6896 1865 2163 6897 6308 2167 6898 6307 2168 6899 1865 2163 6900 6307 2168 6901 14614 2169 6902 1866 2170 6903 6272 2171 6904 6307 2168 6905 1866 2170 6906 6307 2168 6907 14639 2172 6908 1866 2170 6909 6311 2173 6910 6310 2174 6911 1866 2170 6912 6310 2174 6913 14613 2175 6914 1867 2176 6915 6271 2177 6916 6310 2174 6917 1867 2176 6918 6310 2174 6919 14640 2178 6920 1867 2176 6921 6313 2179 6922 14641 2180 6923 1867 2176 6924 6312 2181 6925 6271 2177 6926 1868 2182 6927 6270 2183 6928 14612 2184 6929 1868 2182 6930 6312 2181 6931 6314 2185 6932 1868 2182 6933 6314 2185 6934 14638 2186 6935 1868 2182 6936 6309 2166 6937 6270 2183 6938 1869 2187 6939 6269 2188 6940 14607 2189 6941 1869 2187 6942 6317 2190 6943 6316 2191 6944 1869 2187 6945 6316 2191 6946 6315 2192 6947 1869 2187 6948 6315 2192 6949 14610 2193 6950 1870 2194 6951 6268 2195 6952 6315 2192 6953 1870 2194 6954 6315 2192 6955 14643 2196 6956 1870 2194 6957 6319 2197 6958 6318 2198 6959 1870 2194 6960 6318 2198 6961 14609 2199 6962 1871 2200 6963 6267 2201 6964 6318 2198 6965 1871 2200 6966 6318 2198 6967 14644 2202 6968 1871 2200 6969 6321 2203 6970 14645 2204 6971 1871 2200 6972 6320 2205 6973 6267 2201 6974 1872 2206 6975 6266 2207 6976 14608 2208 6977 1872 2206 6978 6320 2205 6979 6322 2209 6980 1872 2206 6981 6322 2209 6982 14642 2210 6983 1872 2206 6984 6317 2190 6985 6266 2207 6986 1873 2211 6987 6265 2212 6988 6325 2213 6989 1873 2211 6990 6325 2213 6991 14646 2214 6992 1873 2211 6993 6324 2215 6994 6323 2216 6995 1873 2211 6996 6323 2216 6997 14606 2217 6998 1874 2218 6999 6264 2219 7000 14605 2220 7001 1874 2218 7002 6326 2221 7003 6328 2222 7004 1874 2218 7005 6328 2222 7006 6327 2223 7007 1874 2218 7008 6327 2223 7009 6264 2219 7010 1875 2224 7011 6263 2225 7012 14604 2226 7013 1875 2224 7014 6327 2223 7015 6329 2227 7016 1875 2224 7017 6329 2227 7018 14646 2214 7019 1875 2224 7020 6325 2213 7021 6263 2225 7022 1876 2228 7023 6262 2229 7024 14602 2230 7025 1876 2228 7026 6330 2231 7027 6333 2232 7028 1876 2228 7029 6333 2232 7030 14652 2233 7031 1876 2228 7032 6332 2234 7033 6262 2229 7034 1877 2235 7035 6261 2236 7036 14600 2237 7037 1877 2235 7038 6334 2238 7039 14653 2239 7040 1877 2235 7041 6335 2240 7042 14650 2241 7043 1877 2235 7044 6331 2242 7045 6261 2236 7046 1878 2243 7047 6260 2244 7048 6336 2245 7049 1878 2243 7050 6336 2245 7051 14655 2246 7052 1878 2243 7053 6339 2247 7054 14656 2248 7055 1878 2243 7056 6338 2249 7057 6260 2244 7058 1879 2250 7059 6259 2251 7060 6340 2252 7061 1879 2250 7062 6340 2252 7063 14657 2253 7064 1879 2250 7065 6341 2254 7066 14654 2255 7067 1879 2250 7068 6337 2256 7069 6259 2251 7070 1880 2257 7071 6258 2258 7072 14594 2259 7073 1880 2257 7074 6342 2260 7075 6345 2261 7076 1880 2257 7077 6345 2261 7078 14660 2262 7079 1880 2257 7080 6344 2263 7081 6258 2258 7082 1881 2264 7083 6347 2265 7084 6343 2266 7085 1881 2264 7086 6343 2266 7087 6257 2267 7088 1881 2264 7089 6257 2267 7090 6346 2268 7091 1881 2264 7092 6346 2268 7093 14661 2269 7094 1882 2270 7095 6350 2271 7096 14658 2272 7097 1882 2270 7098 6347 2265 7099 6348 2273 7100 1882 2270 7101 6348 2273 7102 14663 2274 7103 1882 2270 7104 6349 2275 7105 6350 2271 7106 1883 2276 7107 6351 2277 7108 6345 2261 7109 1883 2276 7110 6345 2261 7111 14659 2278 7112 1883 2276 7113 6352 2279 7114 6353 2280 7115 1883 2276 7116 6353 2280 7117 14664 2281 7118 1884 2282 7119 6356 2283 7120 14654 2255 7121 1884 2282 7122 6341 2254 7123 6354 2284 7124 1884 2282 7125 6354 2284 7126 14667 2285 7127 1884 2282 7128 6355 2286 7129 6356 2283 7130 1885 2287 7131 6357 2288 7132 6339 2247 7133 1885 2287 7134 6339 2247 7135 14655 2246 7136 1885 2287 7137 6358 2289 7138 6359 2290 7139 1885 2287 7140 6359 2290 7141 14668 2291 7142 1886 2292 7143 6362 2293 7144 6335 2240 7145 1886 2292 7146 6335 2240 7147 6360 2294 7148 1886 2292 7149 6360 2294 7150 14671 2295 7151 1886 2292 7152 6361 2296 7153 6362 2293 7154 1887 2297 7155 6363 2298 7156 14652 2233 7157 1887 2297 7158 6333 2232 7159 6364 2299 7160 1887 2297 7161 6364 2299 7162 14673 2300 7163 1887 2297 7164 6365 2301 7165 6363 2298 7166 1888 2302 7167 6368 2303 7168 14646 2214 7169 1888 2302 7170 6329 2227 7171 6366 2304 7172 1888 2302 7173 6366 2304 7174 14675 2305 7175 1888 2302 7176 6367 2306 7177 6368 2303 7178 1889 2307 7179 6366 2304 7180 14649 2308 7181 1889 2307 7182 6328 2222 7183 14648 2309 7184 1889 2307 7185 6369 2310 7186 14676 2311 7187 1889 2307 7188 6370 2312 7189 6366 2304 7190 1890 2313 7191 6371 2314 7192 14647 2315 7193 1890 2313 7194 6324 2215 7195 6368 2303 7196 1890 2313 7197 6368 2303 7198 14674 2316 7199 1890 2313 7200 6373 2317 7201 14677 2318 7202 1891 2319 7203 6376 2320 7204 14642 2210 7205 1891 2319 7206 6322 2209 7207 6374 2321 7208 1891 2319 7209 6374 2321 7210 14679 2322 7211 1891 2319 7212 6375 2323 7213 6376 2320 7214 1892 2324 7215 6374 2321 7216 6321 2203 7217 1892 2324 7218 6321 2203 7219 14644 2202 7220 1892 2324 7221 6377 2325 7222 6378 2326 7223 1892 2324 7224 6378 2326 7225 6374 2321 7226 1893 2327 7227 6377 2325 7228 6319 2197 7229 1893 2327 7230 6319 2197 7231 14643 2196 7232 1893 2327 7233 6379 2328 7234 6380 2329 7235 1893 2327 7236 6380 2329 7237 14680 2330 7238 1894 2331 7239 6379 2328 7240 6316 2191 7241 1894 2331 7242 6316 2191 7243 6376 2320 7244 1894 2331 7245 6376 2320 7246 14678 2332 7247 1894 2331 7248 6381 2333 7249 14681 2334 7250 1895 2335 7251 6384 2336 7252 14638 2186 7253 1895 2335 7254 6314 2185 7255 6382 2337 7256 1895 2335 7257 6382 2337 7258 14683 2338 7259 1895 2335 7260 6383 2339 7261 6384 2336 7262 1896 2340 7263 6382 2337 7264 6313 2179 7265 1896 2340 7266 6313 2179 7267 14640 2178 7268 1896 2340 7269 6385 2341 7270 6386 2342 7271 1896 2340 7272 6386 2342 7273 6382 2337 7274 1897 2343 7275 6385 2341 7276 6311 2173 7277 1897 2343 7278 6311 2173 7279 14639 2172 7280 1897 2343 7281 6387 2344 7282 6388 2345 7283 1897 2343 7284 6388 2345 7285 14684 2346 7286 1898 2347 7287 6387 2344 7288 6308 2167 7289 1898 2347 7290 6308 2167 7291 6384 2336 7292 1898 2347 7293 6384 2336 7294 14682 2348 7295 1898 2347 7296 6389 2349 7297 14685 2350 7298 1899 2351 7299 6392 2352 7300 14634 2162 7301 1899 2351 7302 6306 2161 7303 6390 2353 7304 1899 2351 7305 6390 2353 7306 14687 2354 7307 1899 2351 7308 6391 2355 7309 6392 2352 7310 1900 2356 7311 6390 2353 7312 14637 2156 7313 1900 2356 7314 6305 2155 7315 14636 2357 7316 1900 2356 7317 6393 2358 7318 6394 2359 7319 1900 2356 7320 6394 2359 7321 6390 2353 7322 1901 2360 7323 6393 2358 7324 6303 2150 7325 1901 2360 7326 6303 2150 7327 14635 2149 7328 1901 2360 7329 6395 2361 7330 6396 2362 7331 1901 2360 7332 6396 2362 7333 14688 2363 7334 1902 2364 7335 6395 2361 7336 6300 2144 7337 1902 2364 7338 6300 2144 7339 6392 2352 7340 1902 2364 7341 6392 2352 7342 14686 2365 7343 1902 2364 7344 6397 2366 7345 6395 2361 7346 1903 2367 7347 6400 2368 7348 14630 2139 7349 1903 2367 7350 6298 2138 7351 6398 2369 7352 1903 2367 7353 6398 2369 7354 14691 2370 7355 1903 2367 7356 6399 2371 7357 6400 2368 7358 1904 2372 7359 6398 2369 7360 14633 2373 7361 1904 2372 7362 6297 2133 7363 14632 2128 7364 1904 2372 7365 6401 2374 7366 6402 2375 7367 1904 2372 7368 6402 2375 7369 6398 2369 7370 1905 2376 7371 6401 2374 7372 6295 2127 7373 1905 2376 7374 6295 2127 7375 14631 2126 7376 1905 2376 7377 6403 2377 7378 6404 2378 7379 1905 2376 7380 6404 2378 7381 14692 2379 7382 1906 2380 7383 6403 2377 7384 6292 2121 7385 1906 2380 7386 6292 2121 7387 6400 2368 7388 1906 2380 7389 6400 2368 7390 14690 2381 7391 1906 2380 7392 6405 2382 7393 6403 2377 7394 1907 2383 7395 6408 2384 7396 6290 2115 7397 1907 2383 7398 6290 2115 7399 6406 2385 7400 1907 2383 7401 6406 2385 7402 14694 2386 7403 1907 2383 7404 6407 2387 7405 14695 2388 7406 1908 2389 7407 6411 2390 7408 14627 2112 7409 1908 2389 7410 6289 2111 7411 6409 2391 7412 1908 2389 7413 6409 2391 7414 14697 2392 7415 1908 2389 7416 6410 2393 7417 14696 2394 7418 1909 2395 7419 6409 2391 7420 6287 2105 7421 1909 2395 7422 6287 2105 7423 14628 2396 7424 1909 2395 7425 6408 2384 7426 6412 2397 7427 1909 2395 7428 6412 2397 7429 14697 2392 7430 1910 2398 7431 6406 2385 7432 6284 2099 7433 1910 2398 7434 6284 2099 7435 6411 2390 7436 1910 2398 7437 6411 2390 7438 14696 2394 7439 1910 2398 7440 6413 2399 7441 14694 2386 7442 1911 2400 7443 6372 2401 7444 14677 2318 7445 1911 2400 7446 6373 2317 7447 14674 2316 7448 1911 2400 7449 6367 2306 7450 14675 2305 7451 1911 2400 7452 6370 2312 7453 6372 2401 7454 1912 2402 7455 6380 2329 7456 14681 2334 7457 1912 2402 7458 6381 2333 7459 14678 2332 7460 1912 2402 7461 6375 2323 7462 14679 2322 7463 1912 2402 7464 6378 2326 7465 14680 2330 7466 1913 2403 7467 6388 2345 7468 14685 2350 7469 1913 2403 7470 6389 2349 7471 14682 2348 7472 1913 2403 7473 6383 2339 7474 14683 2338 7475 1913 2403 7476 6386 2342 7477 14684 2346 7478 1914 2404 7479 6396 2362 7480 14689 2405 7481 1914 2404 7482 6397 2366 7483 14686 2365 7484 1914 2404 7485 6391 2355 7486 14687 2354 7487 1914 2404 7488 6394 2359 7489 6396 2362 7490 1915 2406 7491 6404 2378 7492 14693 2407 7493 1915 2406 7494 6405 2382 7495 14690 2381 7496 1915 2406 7497 6399 2371 7498 6402 2375 7499 1915 2406 7500 6402 2375 7501 14692 2379 7502 1916 2408 7503 6407 2387 7504 6413 2399 7505 1916 2408 7506 6413 2399 7507 6410 2393 7508 1916 2408 7509 6410 2393 7510 6412 2397 7511 1916 2408 7512 6412 2397 7513 6407 2387 7514 1917 2409 7515 6331 2242 7516 6418 2410 7517 1917 2409 7518 6418 2410 7519 14700 2411 7520 1917 2409 7521 6426 2412 7522 6416 2413 7523 1917 2409 7524 6416 2413 7525 14599 2414 7526 1918 2415 7527 6426 2412 7528 6419 2416 7529 1918 2415 7530 6419 2416 7531 6330 2231 7532 1918 2415 7533 6330 2231 7534 14602 2230 7535 1918 2415 7536 6417 2417 7537 6426 2412 7538 1919 2418 7539 6332 2234 7540 6420 2419 7541 1919 2418 7542 6420 2419 7543 6427 2420 7544 1919 2418 7545 6427 2420 7546 14698 2421 7547 1919 2418 7548 6415 2422 7549 14601 2423 7550 1920 2424 7551 6427 2420 7552 14701 2425 7553 1920 2424 7554 6421 2426 7555 6334 2238 7556 1920 2424 7557 6334 2238 7558 14600 2237 7559 1920 2424 7560 6414 2427 7561 6427 2420 7562 1921 2428 7563 6360 2294 7564 14653 2239 7565 1921 2428 7566 6421 2426 7567 6428 2429 7568 1921 2428 7569 6428 2429 7570 6422 2430 7571 1921 2428 7572 6422 2430 7573 14671 2295 7574 1922 2431 7575 6428 2429 7576 14701 2425 7577 1922 2431 7578 6420 2419 7579 6363 2298 7580 1922 2431 7581 6363 2298 7582 14672 2432 7583 1922 2431 7584 6423 2433 7585 14702 2434 7586 1923 2435 7587 6364 2299 7588 6419 2416 7589 1923 2435 7590 6419 2416 7591 14700 2411 7592 1923 2435 7593 6429 2436 7594 6425 2437 7595 1923 2435 7596 6425 2437 7597 14673 2300 7598 1924 2438 7599 6429 2436 7600 6418 2410 7601 1924 2438 7602 6418 2410 7603 14650 2241 7604 1924 2438 7605 6362 2293 7606 14670 2439 7607 1924 2438 7608 6424 2440 7609 14703 2441 7610 1925 2442 7611 6365 2301 7612 6425 2437 7613 1925 2442 7614 6425 2437 7615 14703 2441 7616 1925 2442 7617 6430 2443 7618 6423 2433 7619 1925 2442 7620 6423 2433 7621 14672 2432 7622 1926 2444 7623 6430 2443 7624 6424 2440 7625 1926 2444 7626 6424 2440 7627 14670 2439 7628 1926 2444 7629 6361 2296 7630 14671 2295 7631 1926 2444 7632 6422 2430 7633 14702 2434 7634 1927 2445 7635 6443 2446 7636 6433 2447 7637 1927 2445 7638 6433 2447 7639 14591 2448 7640 1927 2445 7641 6343 2266 7642 6435 2449 7643 1927 2445 7644 6435 2449 7645 14706 2450 7646 1928 2451 7647 6443 2446 7648 6436 2452 7649 1928 2451 7650 6436 2452 7651 14659 2278 7652 1928 2451 7653 6342 2260 7654 6434 2453 7655 1928 2451 7656 6434 2453 7657 14705 2454 7658 1929 2455 7659 6344 2263 7660 6437 2456 7661 1929 2455 7662 6437 2456 7663 6444 2457 7664 1929 2455 7665 6444 2457 7666 14704 2458 7667 1929 2455 7668 6432 2459 7669 14593 2460 7670 1930 2461 7671 6444 2457 7672 14707 2462 7673 1930 2461 7674 6438 2463 7675 6346 2268 7676 1930 2461 7677 6346 2268 7678 14592 2464 7679 1930 2461 7680 6431 2465 7681 6444 2457 7682 1931 2466 7683 6348 2273 7684 6438 2463 7685 1931 2466 7686 6438 2463 7687 14707 2462 7688 1931 2466 7689 6445 2467 7690 6439 2468 7691 1931 2466 7692 6439 2468 7693 14663 2274 7694 1932 2469 7695 6445 2467 7696 6437 2456 7697 1932 2469 7698 6437 2456 7699 14660 2262 7700 1932 2469 7701 6351 2277 7702 14664 2281 7703 1932 2469 7704 6440 2470 7705 14708 2471 7706 1933 2472 7707 6352 2279 7708 6436 2452 7709 1933 2472 7710 6436 2452 7711 6446 2473 7712 1933 2472 7713 6446 2473 7714 14709 2474 7715 1933 2472 7716 6442 2475 7717 14665 2476 7718 1934 2477 7719 6446 2473 7720 14706 2450 7721 1934 2477 7722 6435 2449 7723 6350 2271 7724 1934 2477 7725 6350 2271 7726 14662 2478 7727 1934 2477 7728 6441 2479 7729 6446 2473 7730 1935 2480 7731 6353 2280 7732 14665 2476 7733 1935 2480 7734 6442 2475 7735 14709 2474 7736 1935 2480 7737 6447 2481 7738 6440 2470 7739 1935 2480 7740 6440 2470 7741 14664 2281 7742 1936 2482 7743 6447 2481 7744 6441 2479 7745 1936 2482 7746 6441 2479 7747 14662 2478 7748 1936 2482 7749 6349 2275 7750 6439 2468 7751 1936 2482 7752 6439 2468 7753 14708 2471 7754 1937 2483 7755 6337 2256 7756 6452 2484 7757 1937 2483 7758 6452 2484 7759 14712 2485 7760 1937 2483 7761 6460 2486 7762 6450 2487 7763 1937 2483 7764 6450 2487 7765 14595 2488 7766 1938 2489 7767 6460 2486 7768 14712 2485 7769 1938 2489 7770 6453 2490 7771 6336 2245 7772 1938 2489 7773 6336 2245 7774 14598 2491 7775 1938 2489 7776 6451 2492 7777 6460 2486 7778 1939 2493 7779 6338 2249 7780 6454 2494 7781 1939 2493 7782 6454 2494 7783 14713 2495 7784 1939 2493 7785 6461 2496 7786 6449 2497 7787 1939 2493 7788 6449 2497 7789 14597 2498 7790 1940 2499 7791 6461 2496 7792 6455 2500 7793 1940 2499 7794 6455 2500 7795 6340 2252 7796 1940 2499 7797 6340 2252 7798 14596 2501 7799 1940 2499 7800 6448 2502 7801 6461 2496 7802 1941 2503 7803 6354 2284 7804 14657 2253 7805 1941 2503 7806 6455 2500 7807 14713 2495 7808 1941 2503 7809 6462 2504 7810 6456 2505 7811 1941 2503 7812 6456 2505 7813 14667 2285 7814 1942 2506 7815 6462 2504 7816 14713 2495 7817 1942 2506 7818 6454 2494 7819 14656 2248 7820 1942 2506 7821 6357 2288 7822 14668 2291 7823 1942 2506 7824 6457 2507 7825 6462 2504 7826 1943 2508 7827 6358 2289 7828 6453 2490 7829 1943 2508 7830 6453 2490 7831 14712 2485 7832 1943 2508 7833 6463 2509 7834 6459 2510 7835 1943 2508 7836 6459 2510 7837 14669 2511 7838 1944 2512 7839 6463 2509 7840 6452 2484 7841 1944 2512 7842 6452 2484 7843 14654 2255 7844 1944 2512 7845 6356 2283 7846 14666 2513 7847 1944 2512 7848 6458 2514 7849 14715 2515 7850 1945 2516 7851 6359 2290 7852 14669 2511 7853 1945 2516 7854 6459 2510 7855 14715 2515 7856 1945 2516 7857 6464 2517 7858 6457 2507 7859 1945 2516 7860 6457 2507 7861 14668 2291 7862 1946 2518 7863 6464 2517 7864 6458 2514 7865 1946 2518 7866 6458 2514 7867 14666 2513 7868 1946 2518 7869 6355 2286 7870 14667 2285 7871 1946 2518 7872 6456 2505 7873 14714 2519 7874 1947 2520 7875 6465 2521 7876 6471 2522 7877 1947 2520 7878 6471 2522 7879 14725 2523 7880 1947 2520 7881 6486 2524 7882 14724 2525 7883 1947 2520 7884 6473 2526 7885 14717 2527 7886 1948 2528 7887 6482 2529 7888 14722 2530 7889 1948 2528 7890 6470 2531 7891 14716 2532 7892 1948 2528 7893 6465 2521 7894 6472 2533 7895 1948 2528 7896 6472 2533 7897 14723 2534 7898 1949 2535 7899 6466 2536 7900 6477 2537 7901 1949 2535 7902 6477 2537 7903 14729 2538 7904 1949 2535 7905 6485 2539 7906 6471 2522 7907 1949 2535 7908 6471 2522 7909 14716 2532 7910 1950 2540 7911 6483 2541 7912 14728 2542 7913 1950 2540 7914 6476 2543 7915 14719 2544 7916 1950 2540 7917 6466 2536 7918 6470 2531 7919 1950 2540 7920 6470 2531 7921 14722 2530 7922 1951 2545 7923 6467 2546 7924 6475 2547 7925 1951 2545 7926 6475 2547 7927 14727 2548 7928 1951 2545 7929 6484 2549 7930 14723 2534 7931 1951 2545 7932 6472 2533 7933 14717 2527 7934 1952 2550 7935 6487 2551 7936 14726 2552 7937 1952 2550 7938 6474 2553 7939 14718 2554 7940 1952 2550 7941 6467 2546 7942 6473 2526 7943 1952 2550 7944 6473 2526 7945 14724 2525 7946 1953 2555 7947 6468 2556 7948 14718 2554 7949 1953 2555 7950 6474 2553 7951 6489 2557 7952 1953 2555 7953 6489 2557 7954 14732 2558 7955 1953 2555 7956 6481 2559 7957 6468 2556 7958 1954 2560 7959 6491 2561 7960 6475 2547 7961 1954 2560 7962 6475 2547 7963 14718 2554 7964 1954 2560 7965 6468 2556 7966 6480 2562 7967 1954 2560 7968 6480 2562 7969 14731 2563 7970 1955 2564 7971 6469 2565 7972 14719 2544 7973 1955 2564 7974 6476 2543 7975 6493 2566 7976 1955 2564 7977 6493 2566 7978 14730 2567 7979 1955 2564 7980 6478 2568 7981 14720 2569 7982 1956 2570 7983 6492 2571 7984 6477 2537 7985 1956 2570 7986 6477 2537 7987 14719 2544 7988 1956 2570 7989 6469 2565 7990 6479 2572 7991 1956 2570 7992 6479 2572 7993 14733 2573 7994 1957 2574 7995 6484 2549 7996 6490 2575 7997 1957 2574 7998 6490 2575 7999 6483 2541 8000 1957 2574 8001 6483 2541 8002 14722 2530 8003 1957 2574 8004 6482 2529 8005 6484 2549 8006 1958 2576 8007 6485 2539 8008 6488 2577 8009 1958 2576 8010 6488 2577 8011 6487 2551 8012 1958 2576 8013 6487 2551 8014 14724 2525 8015 1958 2576 8016 6486 2524 8017 14725 2523 8018 1959 2578 8019 6495 2579 8020 6489 2557 8021 1959 2578 8022 6489 2557 8023 14726 2552 8024 1959 2578 8025 6488 2577 8026 14729 2538 8027 1959 2578 8028 6492 2571 8029 6495 2579 8030 1960 2580 8031 6494 2581 8032 6493 2566 8033 1960 2580 8034 6493 2566 8035 14728 2542 8036 1960 2580 8037 6490 2575 8038 14727 2548 8039 1960 2580 8040 6491 2561 8041 14731 2563 8042 1961 2582 8043 6510 2583 8044 6500 2584 8045 1961 2582 8046 6500 2584 8047 14739 2585 8048 1961 2582 8049 6508 2586 8050 14753 2587 8051 1961 2582 8052 6509 2588 8053 14754 2589 8054 1962 2590 8055 6569 2591 8056 14745 2592 8057 1962 2590 8058 6510 2583 8059 6511 2593 8060 1962 2590 8061 6511 2593 8062 6570 2594 8063 1962 2590 8064 6570 2594 8065 6569 2591 8066 1963 2595 8067 6570 2594 8068 14755 2596 8069 1963 2595 8070 6513 2597 8071 6571 2598 8072 1963 2595 8073 6571 2598 8074 14758 2599 8075 1963 2595 8076 6514 2600 8077 6570 2594 8078 1964 2601 8079 6512 2602 8080 6514 2600 8081 1964 2601 8082 6514 2600 8083 6517 2603 8084 1964 2601 8085 6517 2603 8086 6515 2604 8087 1965 2605 8088 6518 2606 8089 6516 2607 8090 1965 2605 8091 6515 2604 8092 14759 2608 8093 1966 2609 8094 6530 2610 8095 14752 2611 8096 1966 2609 8097 6502 2612 8098 6522 2613 8099 1967 2614 8100 6503 2615 8101 6523 2616 8102 1967 2614 8103 6531 2617 8104 6522 2613 8105 1967 2614 8106 6522 2613 8107 14747 2618 8108 1968 2619 8109 6504 2620 8110 6525 2621 8111 1968 2619 8112 6525 2621 8113 19035 2622 8114 1968 2619 8115 6523 2616 8116 14748 2623 8117 1969 2624 8118 6505 2625 8119 14746 2626 8120 1969 2624 8121 6568 2627 8122 19037 2628 8123 1969 2624 8124 6567 2629 8125 14762 2630 8126 1969 2624 8127 6526 2631 8128 6505 2625 8129 1970 2632 8130 6506 2633 8131 14751 2634 8132 1970 2632 8133 6528 2635 8134 6532 2636 8135 1970 2632 8136 6532 2636 8137 6525 2621 8138 1970 2632 8139 6525 2621 8140 14749 2637 8141 1971 2638 8142 6527 2639 8143 14742 2640 8144 1971 2638 8145 6497 2641 8146 6524 2642 8147 1972 2643 8148 6507 2644 8149 14750 2645 8150 1972 2643 8151 6526 2631 8152 6533 2646 8153 1972 2643 8154 6533 2646 8155 19036 2647 8156 1972 2643 8157 6528 2635 8158 6507 2644 8159 1973 2648 8160 6539 2649 8161 14763 2650 8162 1973 2648 8163 6536 2651 8164 6539 2649 8165 1974 2652 8166 7284 2653 8167 14765 2654 8168 1974 2652 8169 7274 2655 8170 7284 2653 8171 1975 2656 8172 19026 2657 8173 6538 2658 8174 1975 2656 8175 6538 2658 8176 6540 2659 8177 1975 2656 8178 6540 2659 8179 14764 2660 8180 1975 2656 8181 6536 2651 8182 19026 2657 8183 1976 2661 8184 6537 2662 8185 6541 2663 8186 1976 2661 8187 6541 2663 8188 14766 2664 8189 1976 2661 8190 6538 2658 8191 19027 2665 8192 1977 2666 8193 6534 2667 8194 6535 2668 8195 1977 2666 8196 6535 2668 8197 14763 2650 8198 1977 2666 8199 6542 2669 8200 14767 2670 8201 1978 2671 8202 6542 2669 8203 6539 2649 8204 1978 2671 8205 6539 2649 8206 14764 2660 8207 1978 2671 8208 6545 2672 8209 14768 2673 8210 1978 2671 8211 6544 2674 8212 14767 2670 8213 1979 2675 8214 6548 2676 8215 6509 2588 8216 1979 2675 8217 6509 2588 8218 6546 2677 8219 1979 2675 8220 6546 2677 8221 14773 2678 8222 1979 2675 8223 6547 2679 8224 6548 2676 8225 1980 2680 8226 6550 2681 8227 14755 2596 8228 1980 2680 8229 6511 2593 8230 14754 2589 8231 1980 2680 8232 6548 2676 8233 6549 2682 8234 1980 2680 8235 6549 2682 8236 14775 2683 8237 1981 2684 8238 6552 2685 8239 14757 2686 8240 1981 2684 8241 6513 2597 8242 6550 2681 8243 1981 2684 8244 6550 2681 8245 14775 2683 8246 1981 2684 8247 6551 2687 8248 6552 2685 8249 1982 2688 8250 6555 2689 8251 14774 2690 8252 1982 2688 8253 6547 2679 8254 6553 2691 8255 1982 2688 8256 6553 2691 8257 14777 2692 8258 1982 2688 8259 6554 2693 8260 14778 2694 8261 1983 2695 8262 6557 2696 8263 6549 2682 8264 1983 2695 8265 6549 2682 8266 14774 2690 8267 1983 2695 8268 6555 2689 8269 6556 2697 8270 1983 2695 8271 6556 2697 8272 14779 2698 8273 1984 2699 8274 6559 2700 8275 14776 2701 8276 1984 2699 8277 6551 2687 8278 6557 2696 8279 1984 2699 8280 6557 2696 8281 6558 2702 8282 1984 2699 8283 6558 2702 8284 14780 2703 8285 1985 2704 8286 6562 2705 8287 6554 2693 8288 1985 2704 8289 6554 2693 8290 14777 2692 8291 1985 2704 8292 6560 2706 8293 6561 2707 8294 1985 2704 8295 6561 2707 8296 14782 2708 8297 1986 2709 8298 6564 2710 8299 6556 2697 8300 1986 2709 8301 6556 2697 8302 14778 2694 8303 1986 2709 8304 6562 2705 8305 6563 2711 8306 1986 2709 8307 6563 2711 8308 14783 2712 8309 1987 2713 8310 6566 2714 8311 6558 2702 8312 1987 2713 8313 6558 2702 8314 14779 2698 8315 1987 2713 8316 6564 2710 8317 6565 2715 8318 1987 2713 8319 6565 2715 8320 14784 2716 8321 1988 2717 8322 6568 2627 8323 14746 2626 8324 1988 2717 8325 6501 2718 8326 6569 2591 8327 1989 2719 8328 6501 2718 8329 6575 2720 8330 1989 2719 8331 6575 2720 8332 6581 2721 8333 1989 2719 8334 6581 2721 8335 14794 2722 8336 1989 2719 8337 6582 2723 8338 6501 2718 8339 1990 2724 8340 6500 2584 8341 6582 2723 8342 1990 2724 8343 6582 2723 8344 14794 2722 8345 1990 2724 8346 6580 2725 8347 6573 2726 8348 1990 2724 8349 6573 2726 8350 14739 2585 8351 1991 2727 8352 6502 2612 8353 14752 2611 8354 1991 2727 8355 6583 2728 8356 14795 2729 8357 1991 2727 8358 6894 2730 8359 14747 2618 8360 1992 2731 8361 6893 2732 8362 14788 2733 8363 1992 2731 8364 6576 2734 8365 6503 2615 8366 1992 2731 8367 6503 2615 8368 6894 2730 8369 1992 2731 8370 6894 2730 8371 6893 2732 8372 1993 2735 8373 6584 2736 8374 6577 2737 8375 1993 2735 8376 6577 2737 8377 14749 2637 8378 1993 2735 8379 6504 2620 8380 14748 2623 8381 1993 2735 8382 6576 2734 8383 6584 2736 8384 1994 2738 8385 6585 2739 8386 14787 2740 8387 1994 2738 8388 6575 2720 8389 6505 2625 8390 1994 2738 8391 6505 2625 8392 14750 2645 8393 1994 2738 8394 6578 2741 8395 6585 2739 8396 1995 2742 8397 6586 2743 8398 6579 2744 8399 1995 2742 8400 6579 2744 8401 6506 2633 8402 1995 2742 8403 6506 2633 8404 6577 2737 8405 1995 2742 8406 6577 2737 8407 14789 2745 8408 1996 2746 8409 6587 2747 8410 6578 2741 8411 1996 2746 8412 6578 2741 8413 6507 2644 8414 1996 2746 8415 6507 2644 8416 14751 2634 8417 1996 2746 8418 6579 2744 8419 14791 2748 8420 1997 2749 8421 6594 2750 8422 14758 2599 8423 1997 2749 8424 6588 2751 8425 6592 2752 8426 1997 2749 8427 6592 2752 8428 14801 2753 8429 1997 2749 8430 6593 2754 8431 6594 2750 8432 1998 2755 8433 6603 2756 8434 14790 2757 8435 1998 2755 8436 6587 2747 8437 6601 2758 8438 1998 2755 8439 6601 2758 8440 14807 2759 8441 1998 2755 8442 6602 2760 8443 6603 2756 8444 1999 2761 8445 6601 2758 8446 14791 2748 8447 1999 2761 8448 6586 2743 8449 6604 2762 8450 1999 2761 8451 6604 2762 8452 6605 2763 8453 1999 2761 8454 6605 2763 8455 6601 2758 8456 2000 2764 8457 6607 2765 8458 14787 2740 8459 2000 2764 8460 6585 2739 8461 6603 2756 8462 2000 2764 8463 6603 2756 8464 14806 2766 8465 2000 2764 8466 6606 2767 8467 6607 2765 8468 2001 2768 8469 6611 2769 8470 6581 2721 8471 2001 2768 8472 6581 2721 8473 14787 2740 8474 2001 2768 8475 6607 2765 8476 6610 2770 8477 2001 2768 8478 6610 2770 8479 14813 2771 8480 2002 2772 8481 6613 2773 8482 6580 2725 8483 2002 2772 8484 6580 2725 8485 14794 2722 8486 2002 2772 8487 6611 2769 8488 6612 2774 8489 2002 2772 8490 6612 2774 8491 14814 2775 8492 2003 2776 8493 6615 2777 8494 14734 2778 8495 2003 2776 8496 6572 2779 8497 6613 2773 8498 2003 2776 8499 6613 2773 8500 14814 2775 8501 2003 2776 8502 6614 2780 8503 6615 2777 8504 2004 2781 8505 6618 2782 8506 14737 2783 8507 2004 2781 8508 6499 2784 8509 6616 2785 8510 2004 2781 8511 6616 2785 8512 6617 2786 8513 2004 2781 8514 6617 2786 8515 6618 2782 8516 2005 2787 8517 6616 2785 8518 14743 2788 8519 2005 2787 8520 6498 2789 8521 14736 2790 8522 2005 2787 8523 6619 2791 8524 6620 2792 8525 2005 2787 8526 6620 2792 8527 14817 2793 8528 2006 2794 8529 6619 2791 8530 6496 2795 8531 2006 2794 8532 6496 2795 8533 14734 2778 8534 2006 2794 8535 6615 2777 8536 6623 2796 8537 2006 2794 8538 6623 2796 8539 14818 2797 8540 2007 2798 8541 6590 2799 8542 6632 2800 8543 2007 2798 8544 6632 2800 8545 14823 2801 8546 2007 2798 8547 6644 2802 8548 14824 2803 8549 2007 2798 8550 6635 2804 8551 6590 2799 8552 2008 2805 8553 6644 2802 8554 6633 2806 8555 2008 2805 8556 6633 2806 8557 14797 2807 8558 2008 2805 8559 6589 2808 8560 6634 2809 8561 2008 2805 8562 6634 2809 8563 6644 2802 8564 2009 2810 8565 6645 2811 8566 6631 2812 8567 2009 2810 8568 6631 2812 8569 14793 2813 8570 2009 2810 8571 6590 2799 8572 6636 2814 8573 2009 2810 8574 6636 2814 8575 14825 2815 8576 2010 2816 8577 6592 2752 8578 6630 2817 8579 2010 2816 8580 6630 2817 8581 14821 2818 8582 2010 2816 8583 6646 2819 8584 6638 2820 8585 2010 2816 8586 6638 2820 8587 6592 2752 8588 2011 2821 8589 6646 2819 8590 6629 2822 8591 2011 2821 8592 6629 2822 8593 14792 2823 8594 2011 2821 8595 6591 2824 8596 6637 2825 8597 2011 2821 8598 6637 2825 8599 6646 2819 8600 2012 2826 8601 6648 2827 8602 14827 2828 8603 2012 2826 8604 6647 2829 8605 14761 2830 8606 2012 2826 8607 6519 2831 8608 14760 2832 8609 2013 2833 8610 6595 2834 8611 6639 2835 8612 2013 2833 8613 6639 2835 8614 6648 2827 8615 2013 2833 8616 6648 2827 8617 14760 2832 8618 2014 2836 8619 6647 2829 8620 14827 2828 8621 2014 2836 8622 6640 2837 8623 14804 2838 8624 2014 2836 8625 6596 2839 8626 6647 2829 8627 2015 2840 8628 6649 2841 8629 14828 2842 8630 2015 2840 8631 6641 2843 8632 14803 2844 8633 2015 2840 8634 6595 2834 8635 14760 2832 8636 2016 2845 8637 6651 2846 8638 14829 2847 8639 2016 2845 8640 6650 2848 8641 14759 2608 8642 2016 2845 8643 6517 2603 8644 14758 2599 8645 2017 2849 8646 6594 2750 8647 14802 2850 8648 2017 2849 8649 6642 2851 8650 6651 2846 8651 2017 2849 8652 6651 2846 8653 14758 2599 8654 2018 2852 8655 6650 2848 8656 14829 2847 8657 2018 2852 8658 6643 2853 8659 6597 2854 8660 2018 2852 8661 6597 2854 8662 14759 2608 8663 2019 2855 8664 7287 2856 8665 15160 2857 8666 2019 2855 8667 7275 2858 8668 7280 2859 8669 2019 2855 8670 7280 2859 8671 14830 2860 8672 2019 2855 8673 6655 2861 8674 7287 2856 8675 2020 2862 8676 7280 2859 8677 15183 2863 8678 2020 2862 8679 7276 2864 8680 7286 2865 8681 2020 2862 8682 7286 2865 8683 14737 2783 8684 2020 2862 8685 6656 2866 8686 7280 2859 8687 2021 2867 8688 6666 2868 8689 14832 2869 8690 2021 2867 8691 6665 2870 8692 6584 2736 8693 2021 2867 8694 6584 2736 8695 6666 2868 8696 2022 2871 8697 6608 2872 8698 14810 2873 8699 2022 2871 8700 6659 2874 8701 6666 2868 8702 2022 2871 8703 6666 2868 8704 14788 2733 8705 2023 2875 8706 6665 2870 8707 6658 2876 8708 2023 2875 8709 6658 2876 8710 14808 2877 8711 2023 2875 8712 6604 2762 8713 14789 2745 8714 2024 2878 8715 6891 2879 8716 14833 2880 8717 2024 2878 8718 6667 2881 8719 14788 2733 8720 2024 2878 8721 6893 2732 8722 6891 2879 8723 2025 2882 8724 6892 2883 8725 14811 2884 8726 2025 2882 8727 6661 2885 8728 6891 2879 8729 2025 2882 8730 6891 2879 8731 14795 2729 8732 2026 2886 8733 6667 2881 8734 6660 2887 8735 2026 2886 8736 6660 2887 8737 14810 2873 8738 2026 2886 8739 6608 2872 8740 14788 2733 8741 2027 2888 8742 6668 2889 8743 14831 2890 8744 2027 2888 8745 6657 2891 8746 6622 2892 8747 2027 2888 8748 6622 2892 8749 14820 2893 8750 2027 2888 8751 6662 2894 8752 6668 2889 8753 2028 2895 8754 6622 2892 8755 14735 2896 8756 2028 2895 8757 6655 2861 8758 6669 2897 8759 2028 2895 8760 6669 2897 8761 14835 2898 8762 2028 2895 8763 6664 2899 8764 6622 2892 8765 2029 2900 8766 6669 2897 8767 14830 2860 8768 2029 2900 8769 6656 2866 8770 6618 2782 8771 2029 2900 8772 6618 2782 8773 14816 2901 8774 2029 2900 8775 6663 2902 8776 6669 2897 8777 2030 2903 8778 6637 2825 8779 6672 2904 8780 2030 2903 8781 6672 2904 8782 14837 2905 8783 2030 2903 8784 6673 2906 8785 6674 2907 8786 2030 2903 8787 6674 2907 8788 6637 2825 8789 2031 2908 8790 6600 2909 8791 14805 2910 8792 2031 2908 8793 6675 2911 8794 6676 2912 8795 2031 2908 8796 6676 2912 8797 6672 2904 8798 2031 2908 8799 6672 2904 8800 6600 2909 8801 2032 2913 8802 6643 2853 8803 6677 2914 8804 2032 2913 8805 6677 2914 8806 6678 2915 8807 2032 2913 8808 6678 2915 8809 14838 2916 8810 2032 2913 8811 6675 2911 8812 6643 2853 8813 2033 2917 8814 6638 2820 8815 6680 2918 8816 2033 2917 8817 6680 2918 8818 14841 2919 8819 2033 2917 8820 6681 2920 8821 6682 2921 8822 2033 2917 8823 6682 2921 8824 14801 2753 8825 2034 2922 8826 6654 2923 8827 6683 2924 8828 2034 2922 8829 6683 2924 8830 6684 2925 8831 2034 2922 8832 6684 2925 8833 6680 2918 8834 2034 2922 8835 6680 2918 8836 6654 2923 8837 2035 2926 8838 6642 2851 8839 6685 2927 8840 2035 2926 8841 6685 2927 8842 14843 2928 8843 2035 2926 8844 6686 2929 8845 14842 2930 8846 2035 2926 8847 6683 2924 8848 6642 2851 8849 2036 2931 8850 6593 2754 8851 6682 2921 8852 2036 2931 8853 6682 2921 8854 6687 2932 8855 2036 2931 8856 6687 2932 8857 6685 2927 8858 2036 2931 8859 6685 2927 8860 14802 2850 8861 2037 2933 8862 6641 2843 8863 6688 2934 8864 2037 2933 8865 6688 2934 8866 14845 2935 8867 2037 2933 8868 6689 2936 8869 14844 2937 8870 2037 2933 8871 6690 2938 8872 6641 2843 8873 2038 2939 8874 6653 2940 8875 6691 2941 8876 2038 2939 8877 6691 2941 8878 6692 2942 8879 2038 2939 8880 6692 2942 8881 14845 2935 8882 2038 2939 8883 6688 2934 8884 6653 2940 8885 2039 2943 8886 6636 2814 8887 6693 2944 8888 2039 2943 8889 6693 2944 8890 14847 2945 8891 2039 2943 8892 6694 2946 8893 6691 2941 8894 2039 2943 8895 6691 2941 8896 6636 2814 8897 2040 2947 8898 6599 2948 8899 14803 2844 8900 2040 2947 8901 6690 2938 8902 6695 2949 8903 2040 2947 8904 6695 2949 8905 14847 2945 8906 2040 2947 8907 6693 2944 8908 6599 2948 8909 2041 2950 8910 6634 2809 8911 6696 2951 8912 2041 2950 8913 6696 2951 8914 6697 2952 8915 2041 2950 8916 6697 2952 8917 14848 2953 8918 2041 2950 8919 6698 2954 8920 6634 2809 8921 2042 2955 8922 6598 2956 8923 6699 2957 8924 2042 2955 8925 6699 2957 8926 14850 2958 8927 2042 2955 8928 6700 2959 8929 6696 2951 8930 2042 2955 8931 6696 2951 8932 14798 2960 8933 2043 2961 8934 6640 2837 8935 6701 2962 8936 2043 2961 8937 6701 2962 8938 14851 2963 8939 2043 2961 8940 6702 2964 8941 14850 2958 8942 2043 2961 8943 6699 2957 8944 14804 2838 8945 2044 2965 8946 6652 2966 8947 6698 2954 8948 2044 2965 8949 6698 2954 8950 6703 2967 8951 2044 2965 8952 6703 2967 8953 6701 2962 8954 2044 2965 8955 6701 2962 8956 14827 2828 8957 2045 2968 8958 6635 2804 8959 6704 2969 8960 2045 2968 8961 6704 2969 8962 6705 2970 8963 2045 2968 8964 6705 2970 8965 14852 2971 8966 2045 2968 8967 6706 2972 8968 6635 2804 8969 2046 2973 8970 6652 2966 8971 6707 2974 8972 2046 2973 8973 6707 2974 8974 6708 2975 8975 2046 2973 8976 6708 2975 8977 6704 2969 8978 2046 2973 8979 6704 2969 8980 6652 2966 8981 2047 2976 8982 6639 2835 8983 14803 2844 8984 2047 2976 8985 6709 2977 8986 14855 2978 8987 2047 2976 8988 6710 2979 8989 14854 2980 8990 2047 2976 8991 6707 2974 8992 14827 2828 8993 2048 2981 8994 6599 2948 8995 14799 2982 8996 2048 2981 8997 6706 2972 8998 6711 2983 8999 2048 2981 9000 6711 2983 9001 6709 2977 9002 2048 2981 9003 6709 2977 9004 6599 2948 9005 2049 2984 9006 6598 2956 9007 6712 2985 9008 2049 2984 9009 6712 2985 9010 14857 2986 9011 2049 2984 9012 6713 2987 9013 14856 2988 9014 2049 2984 9015 6714 2989 9016 6598 2956 9017 2050 2990 9018 7281 2991 9019 15182 2992 9020 2050 2990 9021 7279 2993 9022 6715 2994 9023 2050 2990 9024 6715 2994 9025 6712 2985 9026 2050 2990 9027 6712 2985 9028 7281 2991 9029 2051 2995 9030 6661 2885 9031 6718 2996 9032 2051 2995 9033 6718 2996 9034 6719 2997 9035 2051 2995 9036 6719 2997 9037 14860 2998 9038 2051 2995 9039 6720 2999 9040 6661 2885 9041 2052 3000 9042 6671 3001 9043 6720 2999 9044 2052 3000 9045 6720 2999 9046 14860 2998 9047 2052 3000 9048 6724 3002 9049 6722 3003 9050 2052 3000 9051 6722 3003 9052 6671 3001 9053 2053 3004 9054 6660 2887 9055 14833 2880 9056 2053 3004 9057 6725 3005 9058 6726 3006 9059 2053 3004 9060 6726 3006 9061 14864 3007 9062 2053 3004 9063 6727 3008 9064 6660 2887 9065 2054 3009 9066 6671 3001 9067 6728 3010 9068 2054 3009 9069 6728 3010 9070 14866 3011 9071 2054 3009 9072 6729 3012 9073 6725 3005 9074 2054 3009 9075 6725 3005 9076 14833 2880 9077 2055 3013 9078 6662 2894 9079 6730 3014 9080 2055 3013 9081 6730 3014 9082 14867 3015 9083 2055 3013 9084 6731 3016 9085 14866 3011 9086 2055 3013 9087 6728 3010 9088 6662 2894 9089 2056 3017 9090 6628 3018 9091 6727 3008 9092 2056 3017 9093 6727 3008 9094 14864 3007 9095 2056 3017 9096 6732 3019 9097 6730 3014 9098 2056 3017 9099 6730 3014 9100 6628 3018 9101 2057 3020 9102 6659 2874 9103 6733 3021 9104 2057 3020 9105 6733 3021 9106 14869 3022 9107 2057 3020 9108 6734 3023 9109 14868 3024 9110 2057 3020 9111 6735 3025 9112 6659 2874 9113 2058 3026 9114 6628 3018 9115 6736 3027 9116 2058 3026 9117 6736 3027 9118 14870 3028 9119 2058 3026 9120 6737 3029 9121 6733 3021 9122 2058 3026 9123 6733 3021 9124 14810 2873 9125 2059 3030 9126 6664 2899 9127 6738 3031 9128 2059 3030 9129 6738 3031 9130 6739 3032 9131 2059 3030 9132 6739 3032 9133 14870 3028 9134 2059 3030 9135 6736 3027 9136 6664 2899 9137 2060 3033 9138 6670 3034 9139 6735 3025 9140 2060 3033 9141 6735 3025 9142 14868 3024 9143 2060 3033 9144 6740 3035 9145 14871 3036 9146 2060 3033 9147 6738 3031 9148 6670 3034 9149 2061 3037 9150 6658 2876 9151 6741 3038 9152 2061 3037 9153 6741 3038 9154 14873 3039 9155 2061 3037 9156 6742 3040 9157 14872 3041 9158 2061 3037 9159 6743 3042 9160 6658 2876 9161 2062 3043 9162 6670 3034 9163 6744 3044 9164 2062 3043 9165 6744 3044 9166 14874 3045 9167 2062 3043 9168 6745 3046 9169 6741 3038 9170 2062 3043 9171 6741 3038 9172 6670 3034 9173 2063 3047 9174 6663 2902 9175 6746 3048 9176 2063 3047 9177 6746 3048 9178 6747 3049 9179 2063 3047 9180 6747 3049 9181 14874 3045 9182 2063 3047 9183 6744 3044 9184 6663 2902 9185 2064 3050 9186 6626 3051 9187 6743 3042 9188 2064 3050 9189 6743 3042 9190 14872 3041 9191 2064 3050 9192 6748 3052 9193 14875 3053 9194 2064 3050 9195 6746 3048 9196 6626 3051 9197 2065 3054 9198 6627 3055 9199 6752 3056 9200 2065 3054 9201 6752 3056 9202 14879 3057 9203 2065 3054 9204 6753 3058 9205 6754 3059 9206 2065 3054 9207 6754 3059 9208 6627 3055 9209 2066 3060 9210 6606 2767 9211 6755 3061 9212 2066 3060 9213 6755 3061 9214 6756 3062 9215 2066 3060 9216 6756 3062 9217 14879 3057 9218 2066 3060 9219 6752 3056 9220 6606 2767 9221 2067 3063 9222 6624 3064 9223 6757 3065 9224 2067 3063 9225 6757 3065 9226 6758 3066 9227 2067 3063 9228 6758 3066 9229 6755 3061 9230 2067 3063 9231 6755 3061 9232 6624 3064 9233 2068 3067 9234 6623 2796 9235 6754 3059 9236 2068 3067 9237 6754 3059 9238 14878 3068 9239 2068 3067 9240 6759 3069 9241 14881 3070 9242 2068 3067 9243 6757 3065 9244 6623 2796 9245 2069 3071 9246 6625 3072 9247 6760 3073 9248 2069 3071 9249 6760 3073 9250 14883 3074 9251 2069 3071 9252 6761 3075 9253 6762 3076 9254 2069 3071 9255 6762 3076 9256 6625 3072 9257 2070 3077 9258 6605 2763 9259 6763 3078 9260 2070 3077 9261 6763 3078 9262 14884 3079 9263 2070 3077 9264 6764 3080 9265 6760 3073 9266 2070 3077 9267 6760 3073 9268 6605 2763 9269 2071 3081 9270 6626 3051 9271 6765 3082 9272 2071 3081 9273 6765 3082 9274 6766 3083 9275 2071 3081 9276 6766 3083 9277 14884 3079 9278 2071 3081 9279 6763 3078 9280 6626 3051 9281 2072 3084 9282 6617 2786 9283 6762 3076 9284 2072 3084 9285 6762 3076 9286 14882 3085 9287 2072 3084 9288 6767 3086 9289 14885 3087 9290 2072 3084 9291 6765 3082 9292 6617 2786 9293 2073 3088 9294 6624 3064 9295 6768 3089 9296 2073 3088 9297 6768 3089 9298 14887 3090 9299 2073 3088 9300 6769 3091 9301 6770 3092 9302 2073 3088 9303 6770 3092 9304 6624 3064 9305 2074 3093 9306 6602 2760 9307 6771 3094 9308 2074 3093 9309 6771 3094 9310 14888 3095 9311 2074 3093 9312 6772 3096 9313 14887 3090 9314 2074 3093 9315 6768 3089 9316 6602 2760 9317 2075 3097 9318 6625 3072 9319 6773 3098 9320 2075 3097 9321 6773 3098 9322 6774 3099 9323 2075 3097 9324 6774 3099 9325 6771 3094 9326 2075 3097 9327 6771 3094 9328 6625 3072 9329 2076 3100 9330 6620 2792 9331 6770 3092 9332 2076 3100 9333 6770 3092 9334 14886 3101 9335 2076 3100 9336 6775 3102 9337 14889 3103 9338 2076 3100 9339 6773 3098 9340 6620 2792 9341 2077 3104 9342 6769 3091 9343 14887 3090 9344 2077 3104 9345 6776 3105 9346 6777 3106 9347 2077 3104 9348 6777 3106 9349 6778 3107 9350 2077 3104 9351 6778 3107 9352 14886 3101 9353 2078 3108 9354 6772 3096 9355 6779 3109 9356 2078 3108 9357 6779 3109 9358 14892 3110 9359 2078 3108 9360 6780 3111 9361 14891 3112 9362 2078 3108 9363 6776 3105 9364 6772 3096 9365 2079 3113 9366 6774 3099 9367 14889 3103 9368 2079 3113 9369 6781 3114 9370 6782 3115 9371 2079 3113 9372 6782 3115 9373 6779 3109 9374 2079 3113 9375 6779 3109 9376 14888 3095 9377 2080 3116 9378 6775 3102 9379 6778 3107 9380 2080 3116 9381 6778 3107 9382 14890 3117 9383 2080 3116 9384 6783 3118 9385 14893 3119 9386 2080 3116 9387 6781 3114 9388 6775 3102 9389 2081 3120 9390 6761 3075 9391 6784 3121 9392 2081 3120 9393 6784 3121 9394 14895 3122 9395 2081 3120 9396 6785 3123 9397 6786 3124 9398 2081 3120 9399 6786 3124 9400 14882 3085 9401 2082 3125 9402 6764 3080 9403 6787 3126 9404 2082 3125 9405 6787 3126 9406 14896 3127 9407 2082 3125 9408 6788 3128 9409 6784 3121 9410 2082 3125 9411 6784 3121 9412 14883 3074 9413 2083 3129 9414 6766 3083 9415 14885 3087 9416 2083 3129 9417 6789 3130 9418 6790 3131 9419 2083 3129 9420 6790 3131 9421 6787 3126 9422 2083 3129 9423 6787 3126 9424 14884 3079 9425 2084 3132 9426 6767 3086 9427 14882 3085 9428 2084 3132 9429 6786 3124 9430 6791 3133 9431 2084 3132 9432 6791 3133 9433 14897 3134 9434 2084 3132 9435 6789 3130 9436 6767 3086 9437 2085 3135 9438 6753 3058 9439 14879 3057 9440 2085 3135 9441 6792 3136 9442 6793 3137 9443 2085 3135 9444 6793 3137 9445 6794 3138 9446 2085 3135 9447 6794 3138 9448 14878 3068 9449 2086 3139 9450 6756 3062 9451 6795 3140 9452 2086 3139 9453 6795 3140 9454 14900 3141 9455 2086 3139 9456 6796 3142 9457 14899 3143 9458 2086 3139 9459 6792 3136 9460 6756 3062 9461 2087 3144 9462 6758 3066 9463 14881 3070 9464 2087 3144 9465 6797 3145 9466 6798 3146 9467 2087 3144 9468 6798 3146 9469 6795 3140 9470 2087 3144 9471 6795 3140 9472 14880 3147 9473 2088 3148 9474 6759 3069 9475 6794 3138 9476 2088 3148 9477 6794 3138 9478 14898 3149 9479 2088 3148 9480 6799 3150 9481 14901 3151 9482 2088 3148 9483 6797 3145 9484 6759 3069 9485 2089 3152 9486 6750 3153 9487 6800 3154 9488 2089 3152 9489 6800 3154 9490 14903 3155 9491 2089 3152 9492 6801 3156 9493 14902 3157 9494 2089 3152 9495 6802 3158 9496 6750 3153 9497 2090 3159 9498 6742 3040 9499 6805 3160 9500 2090 3159 9501 6805 3160 9502 14907 3161 9503 2090 3159 9504 6806 3162 9505 6807 3163 9506 2090 3159 9507 6807 3163 9508 14872 3041 9509 2091 3164 9510 6745 3046 9511 14874 3045 9512 2091 3164 9513 6808 3165 9514 6809 3166 9515 2091 3164 9516 6809 3166 9517 14907 3161 9518 2091 3164 9519 6805 3160 9520 6745 3046 9521 2092 3167 9522 6747 3049 9523 14875 3053 9524 2092 3167 9525 6810 3168 9526 14909 3169 9527 2092 3167 9528 6811 3170 9529 14908 3171 9530 2092 3167 9531 6808 3165 9532 6747 3049 9533 2093 3172 9534 6748 3052 9535 6807 3163 9536 2093 3172 9537 6807 3163 9538 14906 3173 9539 2093 3172 9540 6812 3174 9541 6810 3168 9542 2093 3172 9543 6810 3168 9544 14875 3053 9545 2094 3175 9546 6734 3023 9547 6813 3176 9548 2094 3175 9549 6813 3176 9550 14911 3177 9551 2094 3175 9552 6814 3178 9553 14910 3179 9554 2094 3175 9555 6815 3180 9556 6734 3023 9557 2095 3181 9558 6737 3029 9559 14870 3028 9560 2095 3181 9561 6816 3182 9562 6817 3183 9563 2095 3181 9564 6817 3183 9565 6813 3176 9566 2095 3181 9567 6813 3176 9568 14869 3022 9569 2096 3184 9570 6739 3032 9571 6818 3185 9572 2096 3184 9573 6818 3185 9574 14913 3186 9575 2096 3184 9576 6819 3187 9577 14912 3188 9578 2096 3184 9579 6816 3182 9580 6739 3032 9581 2097 3189 9582 6740 3035 9583 14868 3024 9584 2097 3189 9585 6815 3180 9586 6820 3190 9587 2097 3189 9588 6820 3190 9589 6818 3185 9590 2097 3189 9591 6818 3185 9592 14871 3036 9593 2098 3191 9594 6726 3006 9595 6821 3192 9596 2098 3191 9597 6821 3192 9598 14915 3193 9599 2098 3191 9600 6822 3194 9601 6823 3195 9602 2098 3191 9603 6823 3195 9604 14864 3007 9605 2099 3196 9606 6729 3012 9607 14866 3011 9608 2099 3196 9609 6824 3197 9610 6825 3198 9611 2099 3196 9612 6825 3198 9613 6821 3192 9614 2099 3196 9615 6821 3192 9616 14865 3199 9617 2100 3200 9618 6731 3016 9619 14867 3015 9620 2100 3200 9621 6826 3201 9622 6827 3202 9623 2100 3200 9624 6827 3202 9625 14916 3203 9626 2100 3200 9627 6824 3197 9628 6731 3016 9629 2101 3204 9630 6732 3019 9631 6823 3195 9632 2101 3204 9633 6823 3195 9634 14914 3205 9635 2101 3204 9636 6828 3206 9637 6826 3201 9638 2101 3204 9639 6826 3201 9640 14867 3015 9641 2102 3207 9642 6719 2997 9643 6829 3208 9644 2102 3207 9645 6829 3208 9646 14919 3209 9647 2102 3207 9648 6830 3210 9649 14918 3211 9650 2102 3207 9651 6831 3212 9652 6719 2997 9653 2103 3213 9654 6721 3214 9655 14862 3215 9656 2103 3213 9657 6832 3216 9658 6833 3217 9659 2103 3213 9660 6833 3217 9661 6829 3208 9662 2103 3213 9663 6829 3208 9664 14861 3218 9665 2104 3219 9666 6723 3220 9667 6834 3221 9668 2104 3219 9669 6834 3221 9670 14921 3222 9671 2104 3219 9672 6835 3223 9673 14920 3224 9674 2104 3219 9675 6832 3216 9676 6723 3220 9677 2105 3225 9678 6724 3002 9679 14860 2998 9680 2105 3225 9681 6831 3212 9682 6836 3226 9683 2105 3225 9684 6836 3226 9685 6834 3221 9686 2105 3225 9687 6834 3221 9688 14863 3227 9689 2106 3228 9690 6713 2987 9691 14857 2986 9692 2106 3228 9693 6837 3229 9694 6838 3230 9695 2106 3228 9696 6838 3230 9697 14922 3231 9698 2106 3228 9699 6839 3232 9700 6713 2987 9701 2107 3233 9702 6715 2994 9703 6840 3234 9704 2107 3233 9705 6840 3234 9706 14924 3235 9707 2107 3233 9708 6841 3236 9709 6837 3229 9710 2107 3233 9711 6837 3229 9712 14857 2986 9713 2108 3237 9714 6716 3238 9715 6842 3239 9716 2108 3237 9717 6842 3239 9718 14925 3240 9719 2108 3237 9720 6843 3241 9721 6840 3234 9722 2108 3237 9723 6840 3234 9724 6716 3238 9725 2109 3242 9726 6717 3243 9727 14856 2988 9728 2109 3242 9729 6839 3232 9730 6844 3244 9731 2109 3242 9732 6844 3244 9733 14925 3240 9734 2109 3242 9735 6842 3239 9736 6717 3243 9737 2110 3245 9738 6705 2970 9739 14853 3246 9740 2110 3245 9741 6845 3247 9742 6846 3248 9743 2110 3245 9744 6846 3248 9745 14926 3249 9746 2110 3245 9747 6847 3250 9748 6705 2970 9749 2111 3251 9750 6708 2975 9751 14854 2980 9752 2111 3251 9753 6848 3252 9754 14928 3253 9755 2111 3251 9756 6849 3254 9757 6845 3247 9758 2111 3251 9759 6845 3247 9760 14853 3246 9761 2112 3255 9762 6710 2979 9763 6850 3256 9764 2112 3255 9765 6850 3256 9766 14929 3257 9767 2112 3255 9768 6851 3258 9769 6848 3252 9770 2112 3255 9771 6848 3252 9772 14854 2980 9773 2113 3259 9774 6711 2983 9775 14852 2971 9776 2113 3259 9777 6847 3250 9778 6852 3260 9779 2113 3259 9780 6852 3260 9781 14929 3257 9782 2113 3259 9783 6850 3256 9784 6711 2983 9785 2114 3261 9786 6697 2952 9787 14849 3262 9788 2114 3261 9789 6853 3263 9790 6854 3264 9791 2114 3261 9792 6854 3264 9793 14930 3265 9794 2114 3261 9795 6855 3266 9796 6697 2952 9797 2115 3267 9798 6700 2959 9799 6856 3268 9800 2115 3267 9801 6856 3268 9802 14932 3269 9803 2115 3267 9804 6857 3270 9805 6853 3263 9806 2115 3267 9807 6853 3263 9808 14849 3262 9809 2116 3271 9810 6702 2964 9811 6858 3272 9812 2116 3271 9813 6858 3272 9814 14933 3273 9815 2116 3271 9816 6859 3274 9817 14932 3269 9818 2116 3271 9819 6856 3268 9820 6702 2964 9821 2117 3275 9822 6703 2967 9823 14848 2953 9824 2117 3275 9825 6855 3266 9826 6860 3276 9827 2117 3275 9828 6860 3276 9829 6858 3272 9830 2117 3275 9831 6858 3272 9832 14851 2963 9833 2118 3277 9834 6689 2936 9835 14845 2935 9836 2118 3277 9837 6861 3278 9838 6862 3279 9839 2118 3277 9840 6862 3279 9841 14934 3280 9842 2118 3277 9843 6863 3281 9844 6689 2936 9845 2119 3282 9846 6692 2942 9847 6864 3283 9848 2119 3282 9849 6864 3283 9850 14936 3284 9851 2119 3282 9852 6865 3285 9853 14935 3286 9854 2119 3282 9855 6861 3278 9856 6692 2942 9857 2120 3287 9858 6694 2946 9859 6866 3288 9860 2120 3287 9861 6866 3288 9862 14937 3289 9863 2120 3287 9864 6867 3290 9865 6864 3283 9866 2120 3287 9867 6864 3283 9868 14846 3291 9869 2121 3292 9870 6695 2949 9871 14844 2937 9872 2121 3292 9873 6863 3281 9874 6868 3293 9875 2121 3292 9876 6868 3293 9877 6866 3288 9878 2121 3292 9879 6866 3288 9880 6695 2949 9881 2122 3294 9882 6681 2920 9883 6869 3295 9884 2122 3294 9885 6869 3295 9886 14939 3296 9887 2122 3294 9888 6870 3297 9889 14938 3298 9890 2122 3294 9891 6871 3299 9892 6681 2920 9893 2123 3300 9894 6684 2925 9895 14842 2930 9896 2123 3300 9897 6872 3301 9898 6873 3302 9899 2123 3300 9900 6873 3302 9901 6869 3295 9902 2123 3300 9903 6869 3295 9904 14841 2919 9905 2124 3303 9906 6686 2929 9907 6874 3304 9908 2124 3303 9909 6874 3304 9910 14941 3305 9911 2124 3303 9912 6875 3306 9913 14940 3307 9914 2124 3303 9915 6872 3301 9916 6686 2929 9917 2125 3308 9918 6687 2932 9919 14840 3309 9920 2125 3308 9921 6871 3299 9922 6876 3310 9923 2125 3308 9924 6876 3310 9925 14941 3305 9926 2125 3308 9927 6874 3304 9928 6687 2932 9929 2126 3311 9930 6673 2906 9931 6877 3312 9932 2126 3311 9933 6877 3312 9934 14943 3313 9935 2126 3311 9936 6878 3314 9937 6879 3315 9938 2126 3311 9939 6879 3315 9940 14836 3316 9941 2127 3317 9942 6676 2912 9943 14838 2916 9944 2127 3317 9945 6880 3318 9946 6881 3319 9947 2127 3317 9948 6881 3319 9949 6877 3312 9950 2127 3317 9951 6877 3312 9952 14837 2905 9953 2128 3320 9954 6678 2915 9955 14839 3321 9956 2128 3320 9957 6882 3322 9958 6883 3323 9959 2128 3320 9960 6883 3323 9961 14944 3324 9962 2128 3320 9963 6880 3318 9964 6678 2915 9965 2129 3325 9966 6679 3326 9967 6879 3315 9968 2129 3325 9969 6879 3315 9970 14942 3327 9971 2129 3325 9972 6884 3328 9973 14945 3329 9974 2129 3325 9975 6882 3322 9976 6679 3326 9977 2130 3330 9978 19029 3331 9979 6516 2607 9980 2130 3330 9981 6516 2607 9982 6519 2831 9983 2130 3330 9984 6519 2831 9985 6520 3332 9986 2130 3330 9987 6520 3332 9988 19028 3333 9989 2131 3334 9990 6886 3335 9991 6668 2889 9992 2131 3334 9993 6668 2889 9994 14834 3336 9995 2131 3334 9996 6888 3337 9997 6887 3338 9998 2131 3334 9999 6887 3338 10000 14946 3339 10001 2132 3340 10002 6621 3341 10003 14738 3342 10004 2132 3340 10005 6885 3343 10006 6887 3338 10007 2132 3340 10008 6887 3338 10009 14947 3344 10010 2132 3340 10011 6889 3345 10012 6621 3341 10013 2133 3346 10014 6888 3337 10015 6722 3003 10016 2133 3346 10017 6722 3003 10018 14863 3227 10019 2133 3346 10020 6723 3220 10021 6890 3347 10022 2133 3346 10023 6890 3347 10024 14947 3344 10025 2134 3348 10026 6718 2996 10027 14811 2884 10028 2134 3348 10029 6896 3349 10030 6890 3347 10031 2134 3348 10032 6890 3347 10033 14862 3215 10034 2134 3348 10035 6721 3214 10036 6718 2996 10037 2135 3350 10038 6895 3351 10039 14812 3352 10040 2135 3350 10041 6749 3353 10042 6750 3153 10043 2135 3350 10044 6750 3153 10045 14876 3354 10046 2135 3350 10047 6751 3355 10048 14819 3356 10049 2136 3357 10050 6899 3358 10051 6896 3349 10052 2136 3357 10053 6896 3349 10054 6897 3359 10055 2136 3357 10056 6897 3359 10057 6898 3360 10058 2136 3357 10059 6898 3360 10060 14949 3361 10061 2137 3362 10062 6902 3363 10063 6895 3351 10064 2137 3362 10065 6895 3351 10066 14819 3356 10067 2137 3362 10068 6900 3364 10069 6901 3365 10070 2137 3362 10071 6901 3365 10072 14950 3366 10073 2138 3367 10074 6900 3364 10075 14819 3356 10076 2138 3367 10077 6889 3345 10078 6899 3358 10079 2138 3367 10080 6899 3358 10081 14949 3361 10082 2138 3367 10083 6903 3368 10084 6900 3364 10085 2139 3369 10086 6906 3370 10087 6903 3368 10088 2139 3369 10089 6903 3368 10090 6904 3371 10091 2139 3369 10092 6904 3371 10093 14952 3372 10094 2139 3369 10095 6905 3373 10096 14953 3374 10097 2140 3375 10098 6907 3376 10099 6901 3365 10100 2140 3375 10101 6901 3365 10102 14951 3377 10103 2140 3375 10104 6906 3370 10105 6909 3378 10106 2140 3375 10107 6909 3378 10108 14955 3379 10109 2141 3380 10110 6904 3371 10111 6898 3360 10112 2141 3380 10113 6898 3360 10114 14948 3381 10115 2141 3380 10116 6908 3382 10117 6910 3383 10118 2141 3380 10119 6910 3383 10120 14952 3372 10121 2142 3384 10122 6918 3385 10123 6912 3386 10124 2142 3384 10125 6912 3386 10126 6914 3387 10127 2142 3384 10128 6914 3387 10129 14958 3388 10130 2142 3384 10131 6917 3389 10132 6918 3385 10133 2143 3390 10134 6920 3391 10135 6911 3392 10136 2143 3390 10137 6918 3385 10138 6919 3393 10139 2143 3390 10140 6919 3393 10141 14962 3394 10142 2144 3395 10143 6925 3396 10144 14960 3397 10145 2144 3395 10146 6922 3398 10147 14963 3399 10148 2144 3395 10149 6923 3400 10150 6924 3401 10151 2144 3395 10152 6924 3401 10153 14964 3402 10154 2145 3403 10155 6923 3400 10156 6921 3404 10157 2145 3403 10158 6921 3404 10159 14962 3394 10160 2145 3403 10161 6926 3405 10162 6927 3406 10163 2145 3403 10164 6927 3406 10165 14965 3407 10166 2146 3408 10167 6926 3405 10168 6919 3393 10169 2146 3408 10170 6919 3393 10171 14961 3409 10172 2146 3408 10173 6928 3410 10174 6929 3411 10175 2146 3408 10176 6929 3411 10177 14966 3412 10178 2147 3413 10179 6928 3410 10180 14961 3409 10181 2147 3413 10182 6917 3389 10183 6930 3414 10184 2147 3413 10185 6930 3414 10186 6931 3415 10187 2147 3413 10188 6931 3415 10189 14967 3416 10190 2148 3417 10191 6933 3418 10192 14959 3419 10193 2148 3417 10194 6916 3420 10195 6925 3396 10196 2148 3417 10197 6925 3396 10198 14964 3402 10199 2148 3417 10200 6932 3421 10201 6933 3418 10202 2149 3422 10203 6930 3414 10204 14958 3388 10205 2149 3422 10206 6913 3423 10207 6933 3418 10208 2149 3422 10209 6933 3418 10210 14969 3424 10211 2149 3422 10212 6934 3425 10213 14968 3426 10214 2150 3427 10215 6937 3428 10216 6934 3425 10217 2150 3427 10218 6934 3425 10219 14969 3424 10220 2150 3427 10221 6935 3429 10222 6936 3430 10223 2150 3427 10224 6936 3430 10225 14971 3431 10226 2151 3432 10227 6935 3429 10228 14969 3424 10229 2151 3432 10230 6932 3421 10231 6938 3433 10232 2151 3432 10233 6938 3433 10234 14972 3434 10235 2151 3432 10236 6939 3435 10237 6935 3429 10238 2152 3436 10239 6941 3437 10240 6931 3415 10241 2152 3436 10242 6931 3415 10243 14968 3426 10244 2152 3436 10245 6937 3428 10246 6940 3438 10247 2152 3436 10248 6940 3438 10249 14973 3439 10250 2153 3440 10251 6943 3441 10252 14966 3412 10253 2153 3440 10254 6929 3411 10255 6941 3437 10256 2153 3440 10257 6941 3437 10258 14973 3439 10259 2153 3440 10260 6942 3442 10261 6943 3441 10262 2154 3443 10263 6945 3444 10264 6927 3406 10265 2154 3443 10266 6927 3406 10267 6943 3441 10268 2154 3443 10269 6943 3441 10270 14974 3445 10271 2154 3443 10272 6944 3446 10273 6945 3444 10274 2155 3447 10275 6938 3433 10276 6924 3401 10277 2155 3447 10278 6924 3401 10279 14965 3407 10280 2155 3447 10281 6945 3444 10282 6946 3448 10283 2155 3447 10284 6946 3448 10285 14972 3434 10286 2156 3449 10287 6591 2824 10288 6947 3450 10289 2156 3449 10290 6947 3450 10291 14976 3451 10292 2156 3449 10293 6955 3452 10294 6949 3453 10295 2156 3449 10296 6949 3453 10297 14800 3454 10298 2157 3455 10299 6955 3452 10300 14976 3451 10301 2157 3455 10302 6948 3456 10303 14822 3457 10304 2157 3455 10305 6645 2811 10306 6950 3458 10307 2157 3455 10308 6950 3458 10309 14977 3459 10310 2158 3460 10311 6518 2606 10312 14759 2608 10313 2158 3460 10314 6953 3461 10315 14979 3462 10316 2158 3460 10317 6956 3463 10318 14760 2832 10319 2159 3464 10320 6956 3463 10321 14979 3462 10322 2159 3464 10323 6954 3465 10324 14828 2842 10325 2159 3464 10326 6649 2841 10327 14760 2832 10328 2160 3466 10329 6957 3467 10330 14978 3468 10331 2160 3466 10332 6952 3469 10333 14828 2842 10334 2160 3466 10335 6954 3465 10336 14979 3462 10337 2161 3470 10338 6597 2854 10339 14805 2910 10340 2161 3470 10341 6951 3471 10342 6957 3467 10343 2161 3470 10344 6957 3467 10345 6953 3461 10346 2161 3470 10347 6953 3461 10348 6597 2854 10349 2162 3472 10350 6961 3473 10351 6600 2909 10352 2162 3472 10353 6600 2909 10354 6959 3474 10355 2162 3472 10356 6959 3474 10357 6960 3475 10358 2162 3472 10359 6960 3475 10360 6961 3473 10361 2163 3476 10362 6959 3474 10363 6949 3453 10364 2163 3476 10365 6949 3453 10366 6962 3477 10367 2163 3476 10368 6962 3477 10369 14982 3478 10370 2163 3476 10371 6963 3479 10372 6959 3474 10373 2164 3480 10374 6965 3481 10375 6951 3471 10376 2164 3480 10377 6951 3471 10378 14805 2910 10379 2164 3480 10380 6961 3473 10381 14981 3482 10382 2164 3480 10383 6964 3483 10384 14983 3484 10385 2165 3485 10386 6958 3486 10387 14978 3468 10388 2165 3485 10389 6965 3481 10390 6966 3487 10391 2165 3485 10392 6966 3487 10393 14982 3478 10394 2165 3485 10395 6962 3477 10396 6958 3486 10397 2166 3488 10398 6970 3489 10399 6950 3458 10400 2166 3488 10401 6950 3458 10402 6968 3490 10403 2166 3488 10404 6968 3490 10405 14984 3491 10406 2166 3488 10407 6969 3492 10408 6970 3489 10409 2167 3493 10410 6958 3486 10411 6970 3489 10412 2167 3493 10413 6970 3489 10414 6973 3494 10415 2167 3493 10416 6973 3494 10417 14987 3495 10418 2167 3493 10419 6971 3496 10420 6958 3486 10421 2168 3497 10422 6976 3498 10423 6960 3475 10424 2168 3497 10425 6960 3475 10426 14980 3499 10427 2168 3497 10428 6974 3500 10429 6975 3501 10430 2168 3497 10431 6975 3501 10432 6976 3498 10433 2169 3502 10434 6974 3500 10435 14980 3499 10436 2169 3502 10437 6963 3479 10438 6977 3503 10439 2169 3502 10440 6977 3503 10441 14990 3504 10442 2169 3502 10443 6978 3505 10444 14988 3506 10445 2170 3507 10446 6980 3508 10447 14983 3484 10448 2170 3507 10449 6964 3483 10450 6976 3498 10451 2170 3507 10452 6976 3498 10453 14989 3509 10454 2170 3507 10455 6979 3510 10456 6980 3508 10457 2171 3511 10458 6977 3503 10459 6966 3487 10460 2171 3511 10461 6966 3487 10462 14983 3484 10463 2171 3511 10464 6980 3508 10465 14991 3512 10466 2171 3511 10467 6981 3513 10468 14990 3504 10469 2172 3514 10470 6984 3515 10471 14984 3491 10472 2172 3514 10473 6967 3516 10474 14985 3517 10475 2172 3514 10476 6982 3518 10477 6983 3519 10478 2172 3514 10479 6983 3519 10480 6984 3515 10481 2173 3520 10482 6986 3521 10483 14986 3522 10484 2173 3520 10485 6969 3492 10486 6984 3515 10487 2173 3520 10488 6984 3515 10489 14992 3523 10490 2173 3520 10491 6985 3524 10492 6986 3521 10493 2174 3525 10494 6982 3518 10495 6972 3526 10496 2174 3525 10497 6972 3526 10498 14987 3495 10499 2174 3525 10500 6987 3527 10501 6988 3528 10502 2174 3525 10503 6988 3528 10504 14993 3529 10505 2175 3530 10506 6987 3527 10507 6973 3494 10508 2175 3530 10509 6973 3494 10510 6986 3521 10511 2175 3530 10512 6986 3521 10513 14994 3531 10514 2175 3530 10515 6989 3532 10516 14995 3533 10517 2176 3534 10518 6968 3490 10519 6653 2940 10520 2176 3534 10521 6653 2940 10522 14828 2842 10523 2176 3534 10524 6990 3535 10525 6967 3516 10526 2176 3534 10527 6967 3516 10528 6968 3490 10529 2177 3536 10530 6990 3535 10531 6952 3469 10532 2177 3536 10533 6952 3469 10534 6971 3496 10535 2177 3536 10536 6971 3496 10537 14987 3495 10538 2177 3536 10539 6972 3526 10540 14985 3517 10541 2178 3537 10542 6674 2907 10543 14836 3316 10544 2178 3537 10545 6679 3326 10546 14839 3321 10547 2178 3537 10548 6677 2914 10549 6654 2923 10550 2178 3537 10551 6654 2923 10552 6674 2907 10553 2179 3538 10554 6993 3539 10555 6627 3055 10556 2179 3538 10557 6627 3055 10558 6991 3540 10559 2179 3538 10560 6991 3540 10561 6992 3541 10562 2179 3538 10563 6992 3541 10564 14996 3542 10565 2180 3543 10566 6991 3540 10567 6614 2780 10568 2180 3543 10569 6614 2780 10570 6994 3544 10571 2180 3543 10572 6994 3544 10573 14998 3545 10574 2180 3543 10575 6995 3546 10576 14997 3547 10577 2181 3548 10578 6994 3544 10579 6612 2774 10580 2181 3548 10581 6612 2774 10582 14813 2771 10583 2181 3548 10584 6996 3549 10585 14999 3550 10586 2181 3548 10587 6997 3551 10588 6994 3544 10589 2182 3552 10590 6996 3549 10591 6610 2770 10592 2182 3552 10593 6610 2770 10594 6993 3539 10595 2182 3552 10596 6993 3539 10597 6998 3553 10598 2182 3552 10599 6998 3553 10600 14999 3550 10601 2183 3554 10602 7001 3555 10603 6998 3553 10604 2183 3554 10605 6998 3553 10606 6999 3556 10607 2183 3554 10608 6999 3556 10609 15000 3557 10610 2183 3554 10611 7000 3558 10612 15001 3559 10613 2184 3560 10614 7003 3561 10615 14998 3545 10616 2184 3560 10617 6997 3551 10618 7001 3555 10619 2184 3560 10620 7001 3555 10621 15001 3559 10622 2184 3560 10623 7002 3562 10624 7003 3561 10625 2185 3563 10626 7005 3564 10627 6995 3546 10628 2185 3563 10629 6995 3546 10630 7003 3561 10631 2185 3563 10632 7003 3561 10633 15002 3565 10634 2185 3563 10635 7004 3566 10636 15003 3567 10637 2186 3568 10638 6999 3556 10639 14996 3542 10640 2186 3568 10641 6992 3541 10642 14997 3547 10643 2186 3568 10644 7005 3564 10645 7006 3569 10646 2186 3568 10647 7006 3569 10648 6999 3556 10649 2187 3570 10650 6571 2598 10651 14757 2686 10652 2187 3570 10653 7015 3571 10654 15011 3572 10655 2187 3570 10656 7014 3573 10657 15004 3574 10658 2187 3570 10659 7007 3575 10660 6571 2598 10661 2188 3576 10662 7016 3577 10663 7010 3578 10664 2188 3576 10665 7010 3578 10666 14796 3579 10667 2188 3576 10668 6588 2751 10669 7007 3575 10670 2188 3576 10671 7007 3575 10672 15004 3574 10673 2189 3580 10674 6629 2822 10675 14821 2818 10676 2189 3580 10677 7011 3581 10678 7017 3582 10679 2189 3580 10680 7017 3582 10681 15005 3583 10682 2189 3580 10683 7008 3584 10684 6629 2822 10685 2190 3585 10686 6630 2817 10687 14796 3579 10688 2190 3585 10689 7010 3578 10690 15007 3586 10691 2190 3585 10692 7018 3587 10693 15008 3588 10694 2190 3585 10695 7011 3581 10696 6630 2817 10697 2191 3589 10698 6631 2812 10699 7012 3590 10700 2191 3589 10701 7012 3590 10702 15009 3591 10703 2191 3589 10704 7019 3592 10705 7009 3593 10706 2191 3589 10707 7009 3593 10708 14793 2813 10709 2192 3594 10710 6948 3456 10711 14976 3451 10712 2192 3594 10713 7013 3595 10714 7021 3596 10715 2192 3594 10716 7021 3596 10717 15009 3591 10718 2192 3594 10719 7012 3590 10720 6948 3456 10721 2193 3597 10722 6947 3450 10723 14792 2823 10724 2193 3597 10725 7008 3584 10726 7022 3598 10727 2193 3597 10728 7022 3598 10729 15010 3599 10730 2193 3597 10731 7013 3595 10732 6947 3450 10733 2194 3600 10734 7025 3601 10735 7022 3598 10736 2194 3600 10737 7022 3598 10738 15005 3583 10739 2194 3600 10740 7023 3602 10741 7024 3603 10742 2194 3600 10743 7024 3603 10744 15014 3604 10745 2195 3605 10746 7027 3606 10747 7021 3596 10748 2195 3605 10749 7021 3596 10750 15010 3599 10751 2195 3605 10752 7025 3601 10753 7026 3607 10754 2195 3605 10755 7026 3607 10756 15015 3608 10757 2196 3609 10758 7028 3610 10759 7019 3592 10760 2196 3609 10761 7019 3592 10762 15009 3591 10763 2196 3609 10764 7027 3606 10765 7029 3611 10766 2196 3609 10767 7029 3611 10768 7028 3610 10769 2197 3612 10770 7032 3613 10771 15008 3588 10772 2197 3612 10773 7018 3587 10774 7030 3614 10775 2197 3612 10776 7030 3614 10777 15017 3615 10778 2197 3612 10779 7031 3616 10780 7032 3613 10781 2198 3617 10782 7023 3602 10783 7017 3582 10784 2198 3617 10785 7017 3582 10786 15008 3588 10787 2198 3617 10788 7032 3613 10789 7033 3618 10790 2198 3617 10791 7033 3618 10792 15013 3619 10793 2199 3620 10794 7030 3614 10795 15007 3586 10796 2199 3620 10797 7016 3577 10798 7034 3621 10799 2199 3620 10800 7034 3621 10801 15019 3622 10802 2199 3620 10803 7035 3623 10804 7030 3614 10805 2200 3624 10806 7034 3621 10807 15004 3574 10808 2200 3624 10809 7014 3573 10810 7036 3625 10811 2200 3624 10812 7036 3625 10813 15020 3626 10814 2200 3624 10815 7037 3627 10816 7034 3621 10817 2201 3628 10818 7040 3629 10819 15019 3622 10820 2201 3628 10821 7037 3627 10822 7038 3630 10823 2201 3628 10824 7038 3630 10825 15022 3631 10826 2201 3628 10827 7039 3632 10828 7040 3629 10829 2202 3633 10830 7042 3634 10831 15017 3615 10832 2202 3633 10833 7035 3623 10834 7040 3629 10835 2202 3633 10836 7040 3629 10837 15021 3635 10838 2202 3633 10839 7041 3636 10840 7042 3634 10841 2203 3637 10842 7045 3638 10843 7033 3618 10844 2203 3637 10845 7033 3618 10846 15018 3639 10847 2203 3637 10848 7043 3640 10849 15025 3641 10850 2203 3637 10851 7044 3642 10852 15024 3643 10853 2204 3644 10854 7043 3640 10855 15018 3639 10856 2204 3644 10857 7031 3616 10858 7042 3634 10859 2204 3644 10860 7042 3634 10861 15023 3645 10862 2204 3644 10863 7046 3646 10864 7043 3640 10865 2205 3647 10866 7049 3648 10867 15016 3649 10868 2205 3647 10869 7029 3611 10870 7047 3650 10871 2205 3647 10872 7047 3650 10873 15026 3651 10874 2205 3647 10875 7048 3652 10876 7049 3648 10877 2206 3653 10878 7047 3650 10879 15015 3608 10880 2206 3653 10881 7026 3607 10882 15014 3604 10883 2206 3653 10884 7050 3654 10885 15028 3655 10886 2206 3653 10887 7051 3656 10888 7047 3650 10889 2207 3657 10890 7050 3654 10891 7024 3603 10892 2207 3657 10893 7024 3603 10894 15013 3619 10895 2207 3657 10896 7045 3638 10897 7052 3658 10898 2207 3657 10899 7052 3658 10900 7050 3654 10901 2208 3659 10902 7038 3630 10903 7062 3660 10904 2208 3659 10905 7062 3660 10906 15038 3661 10907 2208 3659 10908 7061 3662 10909 7053 3663 10910 2208 3659 10911 7053 3663 10912 15022 3631 10913 2209 3664 10914 7063 3665 10915 15031 3666 10916 2209 3664 10917 7054 3667 10918 7039 3632 10919 2209 3664 10920 7039 3632 10921 15022 3631 10922 2209 3664 10923 7053 3663 10924 7063 3665 10925 2210 3668 10926 7064 3669 10927 7055 3670 10928 2210 3668 10929 7055 3670 10930 15023 3645 10931 2210 3668 10932 7041 3636 10933 7054 3667 10934 2210 3668 10935 7054 3667 10936 7064 3669 10937 2211 3671 10938 7044 3642 10939 15025 3641 10940 2211 3671 10941 7056 3672 10942 7065 3673 10943 2211 3671 10944 7065 3673 10945 15034 3674 10946 2211 3671 10947 7057 3675 10948 7044 3642 10949 2212 3676 10950 7046 3646 10951 7055 3670 10952 2212 3676 10953 7055 3670 10954 15032 3677 10955 2212 3676 10956 7066 3678 10957 7056 3672 10958 2212 3676 10959 7056 3672 10960 15025 3641 10961 2213 3679 10962 7051 3656 10963 15028 3655 10964 2213 3679 10965 7060 3680 10966 7067 3681 10967 2213 3679 10968 7067 3681 10969 15035 3682 10970 2213 3679 10971 7058 3683 10972 15026 3651 10973 2214 3684 10974 7052 3658 10975 15024 3643 10976 2214 3684 10977 7057 3675 10978 7068 3685 10979 2214 3684 10980 7068 3685 10981 15037 3686 10982 2214 3684 10983 7060 3680 10984 7052 3658 10985 2215 3687 10986 7071 3688 10987 6936 3430 10988 2215 3687 10989 6936 3430 10990 14970 3689 10991 2215 3687 10992 7069 3690 10993 7070 3691 10994 2215 3687 10995 7070 3691 10996 15040 3692 10997 2216 3693 10998 7069 3690 10999 14970 3689 11000 2216 3693 11001 6939 3435 11002 14972 3434 11003 2216 3693 11004 7072 3694 11005 15041 3695 11006 2216 3693 11007 7073 3696 11008 7069 3690 11009 2217 3697 11010 7075 3698 11011 6940 3438 11012 2217 3697 11013 6940 3438 11014 14971 3431 11015 2217 3697 11016 7071 3688 11017 7074 3699 11018 2217 3697 11019 7074 3699 11020 15042 3700 11021 2218 3701 11022 7077 3702 11023 14974 3445 11024 2218 3701 11025 6942 3442 11026 14973 3439 11027 2218 3701 11028 7075 3698 11029 15042 3700 11030 2218 3701 11031 7076 3703 11032 15043 3704 11033 2219 3705 11034 7079 3706 11035 14975 3707 11036 2219 3705 11037 6944 3446 11038 7077 3702 11039 2219 3705 11040 7077 3702 11041 15043 3704 11042 2219 3705 11043 7078 3708 11044 7079 3706 11045 2220 3709 11046 7072 3694 11047 6946 3448 11048 2220 3709 11049 6946 3448 11050 14975 3707 11051 2220 3709 11052 7079 3706 11053 7080 3710 11054 2220 3709 11055 7080 3710 11056 15041 3695 11057 2221 3711 11058 7074 3699 11059 15040 3692 11060 2221 3711 11061 7081 3712 11062 7078 3708 11063 2221 3711 11064 7078 3708 11065 7076 3703 11066 2221 3711 11067 7076 3703 11068 15042 3700 11069 2222 3713 11070 7085 3714 11071 6529 3715 11072 2222 3713 11073 6529 3715 11074 14740 3716 11075 2222 3713 11076 7082 3717 11077 7094 3718 11078 2223 3719 11079 6521 3720 11080 14744 3721 11081 2223 3719 11082 7083 3722 11083 7095 3723 11084 2223 3719 11085 7095 3723 11086 15047 3724 11087 2224 3725 11088 7095 3723 11089 15046 3726 11090 2224 3725 11091 7084 3727 11092 6530 2610 11093 2224 3725 11094 6530 2610 11095 19032 3728 11096 2225 3729 11097 6574 3730 11098 14786 3731 11099 2225 3729 11100 7086 3732 11101 7096 3733 11102 2225 3729 11103 7096 3733 11104 7083 3722 11105 2225 3729 11106 7083 3722 11107 6574 3730 11108 2226 3734 11109 7096 3733 11110 7087 3735 11111 2226 3734 11112 7087 3735 11113 14795 2729 11114 2226 3734 11115 6583 2728 11116 14752 2611 11117 2226 3734 11118 7084 3727 11119 15046 3726 11120 2227 3736 11121 6892 2883 11122 7087 3735 11123 2227 3736 11124 7087 3735 11125 15048 3737 11126 2227 3736 11127 7097 3738 11128 7088 3739 11129 2227 3736 11130 7088 3739 11131 14811 2884 11132 2228 3740 11133 7097 3738 11134 7086 3732 11135 2228 3740 11136 7086 3732 11137 14786 3731 11138 2228 3740 11139 6609 3741 11140 7089 3742 11141 2228 3740 11142 7089 3742 11143 15049 3743 11144 2229 3744 11145 6897 3359 11146 7088 3739 11147 2229 3744 11148 7088 3739 11149 7098 3745 11150 2229 3744 11151 7098 3745 11152 15050 3746 11153 2229 3744 11154 7090 3747 11155 14948 3381 11156 2230 3748 11157 7098 3745 11158 15049 3743 11159 2230 3748 11160 7089 3742 11161 14812 3352 11162 2230 3748 11163 6902 3363 11164 14950 3366 11165 2230 3748 11166 7091 3749 11167 7098 3745 11168 2231 3750 11169 6908 3382 11170 7090 3747 11171 2231 3750 11172 7090 3747 11173 7099 3751 11174 2231 3750 11175 7099 3751 11176 15051 3752 11177 2231 3750 11178 7092 3753 11179 14954 3754 11180 2232 3755 11181 7099 3751 11182 15050 3746 11183 2232 3755 11184 7091 3749 11185 6907 3376 11186 2232 3755 11187 6907 3376 11188 14955 3379 11189 2232 3755 11190 7093 3756 11191 7099 3751 11192 2233 3757 11193 7105 3758 11194 15056 3759 11195 2233 3757 11196 7100 3760 11197 7103 3761 11198 2233 3757 11199 7103 3761 11200 15060 3762 11201 2233 3757 11202 7104 3763 11203 7105 3758 11204 2234 3764 11205 7109 3765 11206 7101 3766 11207 2234 3764 11208 7101 3766 11209 15058 3767 11210 2234 3764 11211 7107 3768 11212 7108 3769 11213 2234 3764 11214 7108 3769 11215 7109 3765 11216 2235 3770 11217 7107 3768 11218 7102 3771 11219 2235 3770 11220 7102 3771 11221 15053 3772 11222 2235 3770 11223 7110 3773 11224 7111 3774 11225 2235 3770 11226 7111 3774 11227 15064 3775 11228 2236 3776 11229 7117 3777 11230 15061 3778 11231 2236 3776 11232 7104 3763 11233 7115 3779 11234 2236 3776 11235 7115 3779 11236 15070 3780 11237 2236 3776 11238 7116 3781 11239 7117 3777 11240 2237 3782 11241 7115 3779 11242 15060 3762 11243 2237 3782 11244 7106 3783 11245 15062 3784 11246 2237 3782 11247 7118 3785 11248 7119 3786 11249 2237 3782 11250 7119 3786 11251 15070 3780 11252 2238 3787 11253 7122 3788 11254 15063 3789 11255 2238 3787 11256 7108 3769 11257 7120 3790 11258 2238 3787 11259 7120 3790 11260 15073 3791 11261 2238 3787 11262 7121 3792 11263 7122 3788 11264 2239 3793 11265 7120 3790 11266 7111 3774 11267 2239 3793 11268 7111 3774 11269 15065 3794 11270 2239 3793 11271 7123 3795 11272 7124 3796 11273 2239 3793 11274 7124 3796 11275 15073 3791 11276 2240 3797 11277 7127 3798 11278 15066 3799 11279 2240 3797 11280 7113 3800 11281 15067 3801 11282 2240 3797 11283 7125 3802 11284 7126 3803 11285 2240 3797 11286 7126 3803 11287 7127 3798 11288 2241 3804 11289 7125 3802 11290 7114 3805 11291 2241 3804 11292 7114 3805 11293 15068 3806 11294 2241 3804 11295 7128 3807 11296 7129 3808 11297 2241 3804 11298 7129 3808 11299 15075 3809 11300 2242 3810 11301 7132 3811 11302 15069 3812 11303 2242 3810 11304 7116 3781 11305 7130 3813 11306 2242 3810 11307 7130 3813 11308 15079 3814 11309 2242 3810 11310 7131 3815 11311 7132 3811 11312 2243 3816 11313 7130 3813 11314 7119 3786 11315 2243 3816 11316 7119 3786 11317 15071 3817 11318 2243 3816 11319 7133 3818 11320 7134 3819 11321 2243 3816 11322 7134 3819 11323 15079 3814 11324 2244 3820 11325 7137 3821 11326 15072 3822 11327 2244 3820 11328 7121 3792 11329 7135 3823 11330 2244 3820 11331 7135 3823 11332 15082 3824 11333 2244 3820 11334 7136 3825 11335 7137 3821 11336 2245 3826 11337 7135 3823 11338 7124 3796 11339 2245 3826 11340 7124 3796 11341 15074 3827 11342 2245 3826 11343 7138 3828 11344 7139 3829 11345 2245 3826 11346 7139 3829 11347 15082 3824 11348 2246 3830 11349 7142 3831 11350 15076 3832 11351 2246 3830 11352 7126 3803 11353 15075 3809 11354 2246 3830 11355 7140 3833 11356 15084 3834 11357 2246 3830 11358 7141 3835 11359 7142 3831 11360 2247 3836 11361 7140 3833 11362 7129 3808 11363 2247 3836 11364 7129 3808 11365 15077 3837 11366 2247 3836 11367 7143 3838 11368 7144 3839 11369 2247 3836 11370 7144 3839 11371 15084 3834 11372 2248 3840 11373 7147 3841 11374 7131 3815 11375 2248 3840 11376 7131 3815 11377 7145 3842 11378 2248 3840 11379 7145 3842 11380 7146 3843 11381 2248 3840 11382 7146 3843 11383 15087 3844 11384 2249 3845 11385 7145 3842 11386 7134 3819 11387 2249 3845 11388 7134 3819 11389 7148 3846 11390 2249 3845 11391 7148 3846 11392 15089 3847 11393 2249 3845 11394 7149 3848 11395 15088 3849 11396 2250 3850 11397 7152 3851 11398 7136 3825 11399 2250 3850 11400 7136 3825 11401 7150 3852 11402 2250 3850 11403 7150 3852 11404 15091 3853 11405 2250 3850 11406 7151 3854 11407 15090 3855 11408 2251 3856 11409 7150 3852 11410 7139 3829 11411 2251 3856 11412 7139 3829 11413 7153 3857 11414 2251 3856 11415 7153 3857 11416 15092 3858 11417 2251 3856 11418 7154 3859 11419 7150 3852 11420 2252 3860 11421 7157 3861 11422 7141 3835 11423 2252 3860 11424 7141 3835 11425 7155 3862 11426 2252 3860 11427 7155 3862 11428 7156 3863 11429 2252 3860 11430 7156 3863 11431 15093 3864 11432 2253 3865 11433 7155 3862 11434 7144 3839 11435 2253 3865 11436 7144 3839 11437 7158 3866 11438 2253 3865 11439 7158 3866 11440 15095 3867 11441 2253 3865 11442 7159 3868 11443 15094 3869 11444 2254 3870 11445 7162 3871 11446 15087 3844 11447 2254 3870 11448 7146 3843 11449 15088 3849 11450 2254 3870 11451 7160 3872 11452 7161 3873 11453 2254 3870 11454 7161 3873 11455 7162 3871 11456 2255 3874 11457 7160 3872 11458 7149 3848 11459 2255 3874 11460 7149 3848 11461 15089 3847 11462 2255 3874 11463 7163 3875 11464 7164 3876 11465 2255 3874 11466 7164 3876 11467 15097 3877 11468 2256 3878 11469 7167 3879 11470 15090 3855 11471 2256 3878 11472 7151 3854 11473 7165 3880 11474 2256 3878 11475 7165 3880 11476 15100 3881 11477 2256 3878 11478 7166 3882 11479 7167 3879 11480 2257 3883 11481 7165 3880 11482 7154 3859 11483 2257 3883 11484 7154 3859 11485 15092 3858 11486 2257 3883 11487 7168 3884 11488 7169 3885 11489 2257 3883 11490 7169 3885 11491 15100 3881 11492 2258 3886 11493 7172 3887 11494 15093 3864 11495 2258 3886 11496 7156 3863 11497 7170 3888 11498 2258 3886 11499 7170 3888 11500 15102 3889 11501 2258 3886 11502 7171 3890 11503 7172 3887 11504 2259 3891 11505 7170 3888 11506 15094 3869 11507 2259 3891 11508 7159 3868 11509 15095 3867 11510 2259 3891 11511 7173 3892 11512 7174 3893 11513 2259 3891 11514 7174 3893 11515 15102 3889 11516 2260 3894 11517 7177 3895 11518 15096 3896 11519 2260 3894 11520 7161 3873 11521 15097 3877 11522 2260 3894 11523 7175 3897 11524 7176 3898 11525 2260 3894 11526 7176 3898 11527 7177 3895 11528 2261 3899 11529 7175 3897 11530 7164 3876 11531 2261 3899 11532 7164 3876 11533 15098 3900 11534 2261 3899 11535 7178 3901 11536 7179 3902 11537 2261 3899 11538 7179 3902 11539 15106 3903 11540 2262 3904 11541 7182 3905 11542 15099 3906 11543 2262 3904 11544 7166 3882 11545 7180 3907 11546 2262 3904 11547 7180 3907 11548 15108 3908 11549 2262 3904 11550 7181 3909 11551 7182 3905 11552 2263 3910 11553 7180 3907 11554 7169 3885 11555 2263 3910 11556 7169 3885 11557 15101 3911 11558 2263 3910 11559 7183 3912 11560 7184 3913 11561 2263 3910 11562 7184 3913 11563 7180 3907 11564 2264 3914 11565 7187 3915 11566 15103 3916 11567 2264 3914 11568 7171 3890 11569 7185 3917 11570 2264 3914 11571 7185 3917 11572 15112 3918 11573 2264 3914 11574 7186 3919 11575 7187 3915 11576 2265 3920 11577 7185 3917 11578 15102 3889 11579 2265 3920 11580 7174 3893 11581 15104 3921 11582 2265 3920 11583 7188 3922 11584 7189 3923 11585 2265 3920 11586 7189 3923 11587 7185 3917 11588 2266 3924 11589 7118 3785 11590 7192 3925 11591 2266 3924 11592 7192 3925 11593 15107 3926 11594 2266 3924 11595 7178 3901 11596 7193 3927 11597 2266 3924 11598 7193 3927 11599 15071 3817 11600 2267 3928 11601 7133 3818 11602 7193 3927 11603 2267 3928 11604 7193 3927 11605 15098 3900 11606 2267 3928 11607 7163 3875 11608 7148 3846 11609 2267 3928 11610 7148 3846 11611 15080 3929 11612 2268 3930 11613 7194 3931 11614 7117 3777 11615 2268 3930 11616 7117 3777 11617 15069 3812 11618 2268 3930 11619 7195 3932 11620 7177 3895 11621 2268 3930 11622 7177 3895 11623 15105 3933 11624 2269 3934 11625 7195 3932 11626 7132 3811 11627 2269 3934 11628 7132 3811 11629 15078 3935 11630 2269 3934 11631 7147 3841 11632 7162 3871 11633 2269 3934 11634 7162 3871 11635 15096 3896 11636 2270 3936 11637 7128 3807 11638 7196 3937 11639 2270 3936 11640 7196 3937 11641 15113 3938 11642 2270 3936 11643 7188 3922 11644 7197 3939 11645 2270 3936 11646 7197 3939 11647 15077 3837 11648 2271 3940 11649 7143 3838 11650 7197 3939 11651 2271 3940 11652 7197 3939 11653 15104 3921 11654 2271 3940 11655 7173 3892 11656 7158 3866 11657 2271 3940 11658 7158 3866 11659 15086 3941 11660 2272 3942 11661 7198 3943 11662 7127 3798 11663 2272 3942 11664 7127 3798 11665 15076 3832 11666 2272 3942 11667 7199 3944 11668 7187 3915 11669 2272 3942 11670 7187 3915 11671 15111 3945 11672 2273 3946 11673 7199 3944 11674 7142 3831 11675 2273 3946 11676 7142 3831 11677 15085 3947 11678 2273 3946 11679 7157 3861 11680 7172 3887 11681 2273 3946 11682 7172 3887 11683 15103 3916 11684 2274 3948 11685 7123 3795 11686 7200 3949 11687 2274 3948 11688 7200 3949 11689 15110 3950 11690 2274 3948 11691 7183 3912 11692 7201 3951 11693 2274 3948 11694 7201 3951 11695 15074 3827 11696 2275 3952 11697 7138 3828 11698 7201 3951 11699 2275 3952 11700 7201 3951 11701 15101 3911 11702 2275 3952 11703 7168 3884 11704 7153 3857 11705 2275 3952 11706 7153 3857 11707 15083 3953 11708 2276 3954 11709 7202 3955 11710 7122 3788 11711 2276 3954 11712 7122 3788 11713 15072 3822 11714 2276 3954 11715 7203 3956 11716 7182 3905 11717 2276 3954 11718 7182 3905 11719 15109 3957 11720 2277 3958 11721 7203 3956 11722 7137 3821 11723 2277 3958 11724 7137 3821 11725 15081 3959 11726 2277 3958 11727 7152 3851 11728 7167 3879 11729 2277 3958 11730 7167 3879 11731 15099 3906 11732 2278 3960 11733 7237 3961 11734 7212 3962 11735 2278 3960 11736 7212 3962 11737 15128 3963 11738 2278 3960 11739 7227 3964 11740 7232 3965 11741 2278 3960 11742 7232 3965 11743 15133 3966 11744 2279 3967 11745 7242 3968 11746 7213 3969 11747 2279 3967 11748 7213 3969 11749 15125 3970 11750 2279 3967 11751 7222 3971 11752 7212 3962 11753 2279 3967 11754 7212 3962 11755 15136 3972 11756 2280 3973 11757 7247 3974 11758 15143 3975 11759 2280 3973 11760 7216 3976 11761 7213 3969 11762 2280 3973 11763 7213 3969 11764 15139 3977 11765 2280 3973 11766 7245 3978 11767 7247 3974 11768 2281 3979 11769 7214 3980 11770 7233 3981 11771 2281 3979 11772 7233 3981 11773 15132 3982 11774 2281 3979 11775 7228 3983 11776 7223 3984 11777 2281 3979 11778 7223 3984 11779 15126 3985 11780 2282 3986 11781 7215 3987 11782 7238 3988 11783 2282 3986 11784 7238 3988 11785 15135 3989 11786 2282 3986 11787 7214 3980 11788 7218 3990 11789 2282 3986 11790 7218 3990 11791 15123 3991 11792 2283 3992 11793 7216 3976 11794 7246 3993 11795 2283 3992 11796 7246 3993 11797 15141 3994 11798 2283 3992 11799 7217 3995 11800 7221 3996 11801 2283 3992 11802 7221 3996 11803 15125 3970 11804 2284 3997 11805 7218 3990 11806 15126 3985 11807 2284 3997 11808 7224 3998 11809 15127 3999 11810 2284 3997 11811 7220 4000 11812 7219 4001 11813 2284 3997 11814 7219 4001 11815 7218 3990 11816 2285 4002 11817 7220 4000 11818 7226 4003 11819 2285 4002 11820 7226 4003 11821 15128 3963 11822 2285 4002 11823 7222 3971 11824 7221 3996 11825 2285 4002 11826 7221 3996 11827 15124 4004 11828 2286 4005 11829 7223 3984 11830 15129 4006 11831 2286 4005 11832 7229 4007 11833 7225 4008 11834 2286 4005 11835 7225 4008 11836 15127 3999 11837 2286 4005 11838 7224 3998 11839 7223 3984 11840 2287 4009 11841 7225 4008 11842 7231 4010 11843 2287 4009 11844 7231 4010 11845 15131 4011 11846 2287 4009 11847 7227 3964 11848 7226 4003 11849 2287 4009 11850 7226 4003 11851 15127 3999 11852 2288 4012 11853 7228 3983 11854 7234 4013 11855 2288 4012 11856 7234 4013 11857 7230 4014 11858 2288 4012 11859 7230 4014 11860 7229 4007 11861 2288 4012 11862 7229 4007 11863 15129 4006 11864 2289 4015 11865 7230 4014 11866 7236 4016 11867 2289 4015 11868 7236 4016 11869 7232 3965 11870 2289 4015 11871 7232 3965 11872 15131 4011 11873 2289 4015 11874 7231 4010 11875 7230 4014 11876 2290 4017 11877 7233 3981 11878 15135 3989 11879 2290 4017 11880 7239 4018 11881 7235 4019 11882 2290 4017 11883 7235 4019 11884 15134 4020 11885 2290 4017 11886 7234 4013 11887 7233 3981 11888 2291 4021 11889 7235 4019 11890 7241 4022 11891 2291 4021 11892 7241 4022 11893 15136 3972 11894 2291 4021 11895 7237 3961 11896 7236 4016 11897 2291 4021 11898 7236 4016 11899 15134 4020 11900 2292 4023 11901 7238 3988 11902 15138 4024 11903 2292 4023 11904 7243 4025 11905 7240 4026 11906 2292 4023 11907 7240 4026 11908 15137 4027 11909 2292 4023 11910 7239 4018 11911 7238 3988 11912 2293 4028 11913 7240 4026 11914 7244 4029 11915 2293 4028 11916 7244 4029 11917 15139 3977 11918 2293 4028 11919 7242 3968 11920 7241 4022 11921 2293 4028 11922 7241 4022 11923 15137 4027 11924 2294 4030 11925 7251 4031 11926 15144 4032 11927 2294 4030 11928 7249 4033 11929 7250 4034 11930 2295 4035 11931 7250 4034 11932 7248 4036 11933 2295 4035 11934 7248 4036 11935 15145 4037 11936 2296 4038 11937 7253 4039 11938 7254 4040 11939 2297 4041 11940 7254 4040 11941 7255 4042 11942 2298 4043 11943 7263 4044 11944 15152 4045 11945 2298 4043 11946 7257 4046 11947 15151 4047 11948 2298 4043 11949 7259 4048 11950 15154 4049 11951 2298 4043 11952 7260 4050 11953 7263 4044 11954 2299 4051 11955 7258 4052 11956 15152 4045 11957 2299 4051 11958 7263 4044 11959 7261 4053 11960 2299 4051 11961 7261 4053 11962 15156 4054 11963 2299 4051 11964 7262 4055 11965 15153 4056 11966 2300 4057 11967 7255 4042 11968 15147 4058 11969 2301 4059 11970 7264 4060 11971 7253 4039 11972 2302 4061 11973 7272 4062 11974 15120 4063 11975 2302 4061 11976 7207 4064 11977 7273 4065 11978 2302 4061 11979 7273 4065 11980 15157 4066 11981 2302 4061 11982 7267 4067 11983 7272 4062 11984 2303 4068 11985 7271 4069 11986 7208 4070 11987 2303 4068 11988 7208 4070 11989 15120 4063 11990 2303 4068 11991 7272 4062 11992 7270 4071 11993 2303 4068 11994 7270 4071 11995 15159 4072 11996 2304 4073 11997 7268 4074 11998 7211 4075 11999 2304 4073 12000 7211 4075 12001 15122 4076 12002 2304 4073 12003 7266 4077 12004 7267 4067 12005 2304 4073 12006 7267 4067 12007 15157 4066 12008 2305 4078 12009 7266 4077 12010 15122 4076 12011 2305 4078 12012 7265 4079 12013 7269 4080 12014 2305 4078 12015 7269 4080 12016 15159 4072 12017 2305 4078 12018 7270 4071 12019 7266 4077 12020 2306 4081 12021 7205 4082 12022 15116 4083 12023 2306 4081 12024 7268 4074 12025 7273 4065 12026 2306 4081 12027 7273 4065 12028 15119 4084 12029 2306 4081 12030 7209 4085 12031 7205 4082 12032 2307 4086 12033 7269 4080 12034 15115 4087 12035 2307 4086 12036 7206 4088 12037 15118 4089 12038 2307 4086 12039 7210 4090 12040 15121 4091 12041 2307 4086 12042 7271 4069 12043 7269 4080 12044 2308 4092 12045 6552 2685 12046 7283 4093 12047 2308 4092 12048 7283 4093 12049 15180 4094 12050 2308 4092 12051 7291 4095 12052 7015 3571 12053 2308 4092 12054 7015 3571 12055 14757 2686 12056 2309 4096 12057 7293 4097 12058 14647 2315 12059 2309 4096 12060 6371 2314 12061 6372 2401 12062 2309 4096 12063 6372 2401 12064 14676 2311 12065 2309 4096 12066 6369 2310 12067 7293 4097 12068 2310 4098 12069 6326 2221 12070 14605 2220 12071 2310 4098 12072 7294 4099 12073 6323 2216 12074 2310 4098 12075 6323 2216 12076 14647 2315 12077 2310 4098 12078 7293 4097 12079 14648 2309 12080 2312 4100 12081 7314 4101 12082 15168 4102 12083 2312 4100 12084 7325 4103 12085 7316 4104 12086 2312 4100 12087 7316 4104 12088 15163 4105 12089 2312 4100 12090 7315 4106 12091 7314 4101 12092 2313 4107 12093 7318 4108 12094 7323 4109 12095 2313 4107 12096 7323 4109 12097 7314 4101 12098 2313 4107 12099 7314 4101 12100 15164 4110 12101 2313 4107 12102 7320 4111 12103 15165 4112 12104 2314 4113 12105 7317 4114 12106 15175 4115 12107 2314 4113 12108 7334 4116 12109 15174 4117 12110 2314 4113 12111 7319 4118 12112 7315 4106 12113 2314 4113 12114 7315 4106 12115 15163 4105 12116 2315 4119 12117 7326 4120 12118 15173 4121 12119 2315 4119 12120 7333 4122 12121 7317 4114 12122 2315 4119 12123 7317 4114 12124 15163 4105 12125 2315 4119 12126 7316 4104 12127 15167 4123 12128 2316 4124 12129 7321 4125 12130 7331 4126 12131 2316 4124 12132 7331 4126 12133 15172 4127 12134 2316 4124 12135 7322 4128 12136 7318 4108 12137 2316 4124 12138 7318 4108 12139 15165 4112 12140 2317 4129 12141 7319 4118 12142 15174 4117 12143 2317 4129 12144 7329 4130 12145 15170 4131 12146 2317 4129 12147 7321 4125 12148 7320 4111 12149 2317 4129 12150 7320 4111 12151 7319 4118 12152 2318 4132 12153 7322 4128 12154 7328 4133 12155 2318 4132 12156 7328 4133 12157 15169 4134 12158 2318 4132 12159 7324 4135 12160 7323 4109 12161 2318 4132 12162 7323 4109 12163 7322 4128 12164 2319 4136 12165 7324 4135 12166 15169 4134 12167 2319 4136 12168 7327 4137 12169 7326 4120 12170 2319 4136 12171 7326 4120 12172 15167 4123 12173 2319 4136 12174 7325 4103 12175 15168 4102 12176 2320 4138 12177 7335 4139 12178 7336 4140 12179 2320 4138 12180 7336 4140 12181 15177 4141 12182 2320 4138 12183 7330 4142 12184 7329 4130 12185 2320 4138 12186 7329 4130 12187 7335 4139 12188 2321 4143 12189 7306 4144 12190 14771 4145 12191 2322 4146 12192 7307 4147 12193 14771 4145 12194 2323 4148 12195 7305 4149 12196 14771 4145 12197 2324 4150 12198 7308 4151 12199 14771 4145 12200 2325 4152 12201 7313 4153 12202 15039 4154 12203 2325 4152 12204 7073 3696 12205 15041 3695 12206 2325 4152 12207 7080 3710 12208 7313 4153 12209 2326 4155 12210 7313 4153 12211 7081 3712 12212 2326 4155 12213 7081 3712 12214 15040 3692 12215 2326 4155 12216 7070 3691 12217 15039 4154 12218 2327 4156 12219 7343 4157 12220 15209 4158 12221 2327 4156 12222 7339 4159 12223 7342 4160 12224 2328 4161 12225 7342 4160 12226 15208 4162 12227 2328 4161 12228 7340 4163 12229 15210 4164 12230 2333 4165 12231 7349 4166 12232 15224 4167 12233 2333 4165 12234 7350 4168 12235 7351 4169 12236 2334 4170 12237 7352 4171 12238 7353 4172 12239 2334 4170 12240 7353 4172 12241 7349 4166 12242 2335 4173 12243 7356 4174 12244 15217 4175 12245 2335 4173 12246 7345 4176 12247 15218 4177 12248 2335 4173 12249 7354 4178 12250 7355 4179 12251 2335 4173 12252 7355 4179 12253 7356 4174 12254 2336 4180 12255 7354 4178 12256 7346 4181 12257 2336 4180 12258 7346 4181 12259 15219 4182 12260 2336 4180 12261 7357 4183 12262 7358 4184 12263 2336 4180 12264 7358 4184 12265 15227 4185 12266 2337 4186 12267 7361 4187 12268 15221 4188 12269 2337 4186 12270 7347 4189 12271 15220 4190 12272 2337 4186 12273 7359 4191 12274 7360 4192 12275 2337 4186 12276 7360 4192 12277 7361 4187 12278 2338 4193 12279 7359 4191 12280 7348 4194 12281 2338 4193 12282 7348 4194 12283 15222 4195 12284 2338 4193 12285 7362 4196 12286 7363 4197 12287 2338 4193 12288 7363 4197 12289 15229 4198 12290 2339 4199 12291 7366 4200 12292 7350 4168 12293 2339 4199 12294 7350 4168 12295 7364 4201 12296 2339 4199 12297 7364 4201 12298 15233 4202 12299 2339 4199 12300 7365 4203 12301 15232 4204 12302 2340 4205 12303 7364 4201 12304 15224 4167 12305 2340 4205 12306 7353 4172 12307 7367 4206 12308 2340 4205 12309 7367 4206 12310 15234 4207 12311 2340 4205 12312 7368 4208 12313 7364 4201 12314 2341 4209 12315 7371 4210 12316 7355 4179 12317 2341 4209 12318 7355 4179 12319 15227 4185 12320 2341 4209 12321 7369 4211 12322 7370 4212 12323 2341 4209 12324 7370 4212 12325 15235 4213 12326 2342 4214 12327 7369 4211 12328 7358 4184 12329 2342 4214 12330 7358 4184 12331 7372 4215 12332 2342 4214 12333 7372 4215 12334 15237 4216 12335 2342 4214 12336 7373 4217 12337 15236 4218 12338 2343 4219 12339 7376 4220 12340 7360 4192 12341 2343 4219 12342 7360 4192 12343 7374 4221 12344 2343 4219 12345 7374 4221 12346 7375 4222 12347 2343 4219 12348 7375 4222 12349 15238 4223 12350 2344 4224 12351 7374 4221 12352 7363 4197 12353 2344 4224 12354 7363 4197 12355 7377 4225 12356 2344 4224 12357 7377 4225 12358 15240 4226 12359 2344 4224 12360 7378 4227 12361 15239 4228 12362 2345 4229 12363 7380 4230 12364 15232 4204 12365 2345 4229 12366 7365 4203 12367 15233 4202 12368 2346 4231 12369 7379 4232 12370 7368 4208 12371 2346 4231 12372 7368 4208 12373 15234 4207 12374 2347 4233 12375 7384 4234 12376 15235 4213 12377 2347 4233 12378 7370 4212 12379 7382 4235 12380 2347 4233 12381 7382 4235 12382 15245 4236 12383 2347 4233 12384 7383 4237 12385 7384 4234 12386 2348 4238 12387 7382 4235 12388 15236 4218 12389 2348 4238 12390 7373 4217 12391 15237 4216 12392 2348 4238 12393 7385 4239 12394 7386 4240 12395 2348 4238 12396 7386 4240 12397 7382 4235 12398 2349 4241 12399 7389 4242 12400 15238 4223 12401 2349 4241 12402 7375 4222 12403 7387 4243 12404 2349 4241 12405 7387 4243 12406 15247 4244 12407 2349 4241 12408 7388 4245 12409 7389 4242 12410 2350 4246 12411 7387 4243 12412 15239 4228 12413 2350 4246 12414 7378 4227 12415 15240 4226 12416 2350 4246 12417 7390 4247 12418 7391 4248 12419 2350 4246 12420 7391 4248 12421 7387 4243 12422 2353 4249 12423 7395 4250 12424 15244 4251 12425 2353 4249 12426 7383 4237 12427 7394 4252 12428 2354 4253 12429 7394 4252 12430 15245 4236 12431 2354 4253 12432 7386 4240 12433 15246 4254 12434 2355 4255 12435 7398 4256 12436 15248 4257 12437 2355 4255 12438 7388 4245 12439 7397 4258 12440 2356 4259 12441 7397 4258 12442 15247 4244 12443 2356 4259 12444 7391 4248 12445 15249 4260 12446 2357 4261 12447 7403 4262 12448 7338 4263 12449 2357 4261 12450 7338 4263 12451 7402 4264 12452 2358 4265 12453 7344 4266 12454 7405 4267 12455 2359 4268 12456 7381 4269 12457 7367 4206 12458 2359 4268 12459 7367 4206 12460 15225 4270 12461 2360 4271 12462 7406 4272 12463 7343 4157 12464 2361 4273 12465 7351 4169 12466 15223 4274 12467 2361 4273 12468 7366 4200 12469 7380 4230 12470 2362 4275 12471 7399 4276 12472 7407 4277 12473 2363 4278 12474 7362 4196 12475 7407 4277 12476 2363 4278 12477 7407 4277 12478 15249 4260 12479 2363 4278 12480 7390 4247 12481 15240 4226 12482 2363 4278 12483 7377 4225 12484 15231 4279 12485 2364 4280 12486 7408 4281 12487 7398 4256 12488 2365 4282 12489 7408 4281 12490 7361 4187 12491 2365 4282 12492 7361 4187 12493 15230 4283 12494 2365 4282 12495 7376 4220 12496 15238 4223 12497 2365 4282 12498 7389 4242 12499 15248 4257 12500 2366 4284 12501 7396 4285 12502 7409 4286 12503 2367 4287 12504 7357 4183 12505 7409 4286 12506 2367 4287 12507 7409 4286 12508 15246 4254 12509 2367 4287 12510 7385 4239 12511 15237 4216 12512 2367 4287 12513 7372 4215 12514 15228 4288 12515 2368 4289 12516 7410 4290 12517 7395 4250 12518 2369 4291 12519 7410 4290 12520 7356 4174 12521 2369 4291 12522 7356 4174 12523 15226 4292 12524 2369 4291 12525 7371 4210 12526 15235 4213 12527 2369 4291 12528 7384 4234 12529 15244 4251 12530 2370 4293 12531 7422 4294 12532 7427 4295 12533 2370 4293 12534 7427 4295 12535 15260 4296 12536 2371 4297 12537 7411 4298 12538 15255 4299 12539 2372 4300 12540 7439 4301 12541 15271 4302 12542 2372 4300 12543 7413 4303 12544 7411 4298 12545 2372 4300 12546 7411 4298 12547 15266 4304 12548 2372 4300 12549 7436 4305 12550 15270 4306 12551 2373 4307 12552 7428 4308 12553 15259 4309 12554 2373 4307 12555 7423 4310 12556 7420 4311 12557 2374 4312 12558 7415 4313 12559 15253 4314 12560 2375 4315 12561 7413 4303 12562 7437 4316 12563 2375 4315 12564 7437 4316 12565 15268 4317 12566 2375 4315 12567 7414 4318 12568 7418 4319 12569 2375 4315 12570 7418 4319 12571 15255 4299 12572 2376 4320 12573 7417 4321 12574 15254 4322 12575 2376 4320 12576 7416 4323 12577 7415 4313 12578 2377 4324 12579 7419 4325 12580 7418 4319 12581 2377 4324 12582 7418 4319 12583 15254 4322 12584 2378 4326 12585 7420 4311 12586 15256 4327 12587 2378 4326 12588 7424 4328 12589 7421 4329 12590 2379 4330 12591 7421 4329 12592 7426 4331 12593 2379 4330 12594 7426 4331 12595 15258 4332 12596 2380 4333 12597 7423 4310 12598 7429 4334 12599 2380 4333 12600 7429 4334 12601 7425 4335 12602 2380 4333 12603 7425 4335 12604 7424 4328 12605 2380 4333 12606 7424 4328 12607 15256 4327 12608 2381 4336 12609 7425 4335 12610 7431 4337 12611 2381 4336 12612 7431 4337 12613 7427 4295 12614 2381 4336 12615 7427 4295 12616 15258 4332 12617 2381 4336 12618 7426 4331 12619 7425 4335 12620 2382 4338 12621 7430 4339 12622 15261 4340 12623 2382 4338 12624 7429 4334 12625 7428 4308 12626 2383 4341 12627 7432 4342 12628 7431 4337 12629 2383 4341 12630 7431 4337 12631 15261 4340 12632 2386 4343 12633 7434 4344 12634 15269 4345 12635 2386 4343 12636 7438 4346 12637 7436 4305 12638 2386 4343 12639 7436 4305 12640 15266 4304 12641 2386 4343 12642 7435 4347 12643 7434 4344 12644 2387 4348 12645 9669 4349 12646 9663 4350 12647 2387 4348 12648 9663 4350 12649 16461 4351 12650 2387 4348 12651 9639 4352 12652 9638 4353 12653 2387 4348 12654 9638 4353 12655 16443 4354 12656 2388 4355 12657 7468 4356 12658 7448 4357 12659 2388 4355 12660 7448 4357 12661 15273 4358 12662 2388 4355 12663 7440 4359 12664 7462 4360 12665 2388 4355 12666 7462 4360 12667 15298 4361 12668 2389 4362 12669 7440 4359 12670 7449 4363 12671 2389 4362 12672 7463 4364 12673 15280 4365 12674 2390 4366 12675 7441 4367 12676 7448 4357 12677 2390 4366 12678 7448 4357 12679 15282 4368 12680 2390 4366 12681 7469 4369 12682 7464 4370 12683 2390 4366 12684 7464 4370 12685 7441 4367 12686 2391 4371 12687 7449 4363 12688 7441 4367 12689 2391 4371 12690 7441 4367 12691 15281 4372 12692 2392 4373 12693 7442 4374 12694 15275 4375 12695 2392 4373 12696 7451 4376 12697 7442 4374 12698 2393 4377 12699 7474 4378 12700 15286 4379 12701 2393 4377 12702 7452 4380 12703 7442 4374 12704 2393 4377 12705 7442 4374 12706 15274 4381 12707 2393 4377 12708 7450 4382 12709 7474 4378 12710 2394 4383 12711 7443 4384 12712 15276 4385 12713 2398 4386 12714 19535 4387 12715 19537 4388 12716 2394 4383 12717 7453 4389 12718 7443 4384 12719 2395 4390 12720 7477 4391 12721 15288 4392 12722 2395 4390 12723 7454 4393 12724 7443 4384 12725 2395 4390 12726 7443 4384 12727 15275 4375 12728 2395 4390 12729 7452 4380 12730 7477 4391 12731 2396 4394 12732 7444 4395 12733 7457 4396 12734 2396 4394 12735 7455 4397 12736 7444 4395 12737 2397 4398 12738 7480 4399 12739 7456 4400 12740 2397 4398 12741 7456 4400 12742 15277 4401 12743 2397 4398 12744 7444 4395 12745 15276 4385 12746 2397 4398 12747 7454 4393 12748 7480 4399 12749 2398 4386 12750 7445 4402 12751 7459 4403 12752 2400 4404 12753 19542 4405 12754 19541 4406 12755 2398 4386 12756 7457 4396 12757 15277 4401 12758 2399 4407 12759 7483 4408 12760 7458 4409 12761 2399 4407 12762 7458 4409 12763 15278 4410 12764 2399 4407 12765 7445 4402 12766 7456 4400 12767 2399 4407 12768 7456 4400 12769 15290 4411 12770 2400 4404 12771 7446 4412 12772 7461 4413 12773 19548 4414 12774 19551 4415 12775 7451 4376 12776 2400 4404 12777 7459 4403 12778 15278 4410 12779 2401 4416 12780 7486 4417 12781 7460 4418 12782 2401 4416 12783 7460 4418 12784 15279 4419 12785 2401 4416 12786 7446 4412 12787 7458 4409 12788 2401 4416 12789 7458 4409 12790 15292 4420 12791 2402 4421 12792 7447 4422 12793 7463 4364 12794 2402 4421 12795 7461 4413 12796 15279 4419 12797 2403 4423 12798 7490 4424 12799 7462 4360 12800 2403 4423 12801 7462 4360 12802 15280 4365 12803 2403 4423 12804 7447 4422 12805 7460 4418 12806 2403 4423 12807 7460 4418 12808 15295 4425 12809 2404 4426 12810 7466 4427 12811 15282 4368 12812 2404 4426 12813 7468 4356 12814 7492 4428 12815 2404 4426 12816 7492 4428 12817 15299 4429 12818 2404 4426 12819 7470 4430 12820 7466 4427 12821 2405 4431 12822 7493 4432 12823 15301 4433 12824 2405 4431 12825 7469 4369 12826 7466 4427 12827 2405 4431 12828 7466 4427 12829 15283 4434 12830 2405 4431 12831 7471 4435 12832 7493 4432 12833 2406 4436 12834 9518 4437 12835 15302 4438 12836 2406 4436 12837 7471 4435 12838 7467 4439 12839 2407 4440 12840 7475 4441 12841 15287 4442 12842 2407 4440 12843 7476 4443 12844 7474 4378 12845 2407 4440 12846 7474 4378 12847 15284 4444 12848 2407 4440 12849 7473 4445 12850 7475 4441 12851 2408 4446 12852 7478 4447 12853 15289 4448 12854 2408 4446 12855 7479 4449 12856 7477 4391 12857 2408 4446 12858 7477 4391 12859 15286 4379 12860 2408 4446 12861 7476 4443 12862 7478 4447 12863 2409 4450 12864 7481 4451 12865 15291 4452 12866 2409 4450 12867 7482 4453 12868 15290 4411 12869 2409 4450 12870 7480 4399 12871 15288 4392 12872 2409 4450 12873 7479 4449 12874 7481 4451 12875 2410 4454 12876 7484 4455 12877 15293 4456 12878 2410 4454 12879 7485 4457 12880 15292 4420 12881 2410 4454 12882 7483 4408 12883 7482 4453 12884 2410 4454 12885 7482 4453 12886 7484 4455 12887 2411 4458 12888 7487 4459 12889 15296 4460 12890 2411 4458 12891 7489 4461 12892 15295 4425 12893 2411 4458 12894 7486 4417 12895 7485 4457 12896 2411 4458 12897 7485 4457 12898 7487 4459 12899 2412 4462 12900 7491 4463 12901 15299 4429 12902 2412 4462 12903 7492 4428 12904 15298 4361 12905 2412 4462 12906 7490 4424 12907 7489 4461 12908 2412 4462 12909 7489 4461 12910 7491 4463 12911 2413 4464 12912 9453 4465 12913 16337 4466 12914 2413 4464 12915 9404 4467 12916 9452 4468 12917 2413 4464 12918 9452 4468 12919 7510 4469 12920 2413 4464 12921 7510 4469 12922 9453 4465 12923 2414 4470 12924 9451 4471 12925 16336 4472 12926 2414 4470 12927 9454 4473 12928 7511 4474 12929 2414 4470 12930 7511 4474 12931 15323 4475 12932 2414 4470 12933 7523 4476 12934 9451 4471 12935 2415 4477 12936 7512 4478 12937 7517 4479 12938 2415 4477 12939 7517 4479 12940 15324 4480 12941 2415 4477 12942 9446 4481 12943 9571 4482 12944 2415 4477 12945 9571 4482 12946 15319 4483 12947 2416 4484 12948 7928 4485 12949 7518 4486 12950 2416 4484 12951 7518 4486 12952 15320 4487 12953 2416 4484 12954 7512 4478 12955 7516 4488 12956 2416 4484 12957 7516 4488 12958 15558 4489 12959 2417 4490 12960 7513 4491 12961 9571 4482 12962 2417 4490 12963 9571 4482 12964 9447 4492 12965 2417 4490 12966 9447 4492 12967 7520 4493 12968 2417 4490 12969 7520 4493 12970 15322 4494 12971 2418 4495 12972 7929 4496 12973 15558 4489 12974 2418 4495 12975 7516 4488 12976 7513 4491 12977 2418 4495 12978 7513 4491 12979 15322 4494 12980 2418 4495 12981 7521 4497 12982 7929 4496 12983 2419 4498 12984 7514 4499 12985 15320 4487 12986 2419 4498 12987 7518 4486 12988 7868 4500 12989 2419 4498 12990 7868 4500 12991 15535 4501 12992 2419 4498 12993 7519 4502 12994 7514 4499 12995 2420 4503 12996 9449 4504 12997 7517 4479 12998 2420 4503 12999 7517 4479 13000 15320 4487 13001 2420 4503 13002 7514 4499 13003 15321 4505 13004 2420 4503 13005 9452 4468 13006 16354 4506 13007 2421 4507 13008 7515 4508 13009 7522 4509 13010 2421 4507 13011 7522 4509 13012 15509 4510 13013 2421 4507 13014 7797 4511 13015 7521 4497 13016 2421 4507 13017 7521 4497 13018 15322 4494 13019 2422 4512 13020 7524 4513 13021 15626 4514 13022 2422 4512 13023 7523 4476 13024 7515 4508 13025 2422 4512 13026 7515 4508 13027 7520 4493 13028 2422 4512 13029 7520 4493 13030 7524 4513 13031 2423 4515 13032 7526 4516 13033 15345 4517 13034 2423 4515 13035 7566 4518 13036 7618 4519 13037 2423 4515 13038 7618 4519 13039 15398 4520 13040 2423 4515 13041 7568 4521 13042 7526 4516 13043 2424 4522 13044 7618 4519 13045 7567 4523 13046 2424 4522 13047 7567 4523 13048 7527 4524 13049 2424 4522 13050 7527 4524 13051 15350 4525 13052 2424 4522 13053 7569 4526 13054 7618 4519 13055 2425 4527 13056 7528 4528 13057 7565 4529 13058 2425 4527 13059 7565 4529 13060 15396 4530 13061 2425 4527 13062 7619 4531 13063 7570 4532 13064 2425 4527 13065 7570 4532 13066 15351 4533 13067 2426 4534 13068 7619 4531 13069 7564 4535 13070 2426 4534 13071 7564 4535 13072 15346 4536 13073 2426 4534 13074 7529 4537 13075 7571 4538 13076 2426 4534 13077 7571 4538 13078 15399 4539 13079 2427 4540 13080 7531 4541 13081 15356 4542 13082 2427 4540 13083 7575 4543 13084 7620 4544 13085 2427 4540 13086 7620 4544 13087 15402 4545 13088 2427 4540 13089 7576 4546 13090 7531 4541 13091 2428 4547 13092 7620 4544 13093 15401 4548 13094 2428 4547 13095 7574 4549 13096 7532 4550 13097 2428 4547 13098 7532 4550 13099 15359 4551 13100 2428 4547 13101 7577 4552 13102 7620 4544 13103 2429 4553 13104 7533 4554 13105 7573 4555 13106 2429 4553 13107 7573 4555 13108 15400 4556 13109 2429 4553 13110 7621 4557 13111 7578 4558 13112 2429 4553 13113 7578 4558 13114 15360 4559 13115 2430 4560 13116 7621 4557 13117 7572 4561 13118 2430 4560 13119 7572 4561 13120 15353 4562 13121 2430 4560 13122 7530 4563 13123 7579 4564 13124 2430 4560 13125 7579 4564 13126 15403 4565 13127 2431 4566 13128 7535 4567 13129 15364 4568 13130 2431 4566 13131 7583 4569 13132 7622 4570 13133 2431 4566 13134 7622 4570 13135 15406 4571 13136 2431 4566 13137 7584 4572 13138 7535 4567 13139 2432 4573 13140 7622 4570 13141 7582 4574 13142 2432 4573 13143 7582 4574 13144 15363 4575 13145 2432 4573 13146 7536 4576 13147 15367 4577 13148 2432 4573 13149 7585 4578 13150 7622 4570 13151 2433 4579 13152 7537 4580 13153 15362 4581 13154 2433 4579 13155 7581 4582 13156 7623 4583 13157 2433 4579 13158 7623 4583 13159 7587 4584 13160 2433 4579 13161 7587 4584 13162 15368 4585 13163 2434 4586 13164 7623 4583 13165 7580 4587 13166 2434 4586 13167 7580 4587 13168 15361 4588 13169 2434 4586 13170 7534 4589 13171 7586 4590 13172 2434 4586 13173 7586 4590 13174 15407 4591 13175 2435 4592 13176 7538 4593 13177 15377 4594 13178 2435 4592 13179 7596 4595 13180 7624 4596 13181 2435 4592 13182 7624 4596 13183 15414 4597 13184 2435 4592 13185 7600 4598 13186 7538 4593 13187 2436 4599 13188 7624 4596 13189 15412 4600 13190 2436 4599 13191 7597 4601 13192 7539 4602 13193 2436 4599 13194 7539 4602 13195 15382 4603 13196 2436 4599 13197 7601 4604 13198 7624 4596 13199 2437 4605 13200 7540 4606 13201 7599 4607 13202 2437 4605 13203 7599 4607 13204 15413 4608 13205 2437 4605 13206 7625 4609 13207 7602 4610 13208 2437 4605 13209 7602 4610 13210 15383 4611 13211 2438 4612 13212 7625 4609 13213 7598 4613 13214 2438 4612 13215 7598 4613 13216 15380 4614 13217 2438 4612 13218 7541 4615 13219 7603 4616 13220 2438 4612 13221 7603 4616 13222 15415 4617 13223 2439 4618 13224 7543 4619 13225 15374 4620 13226 2439 4618 13227 7592 4621 13228 7626 4622 13229 2439 4618 13230 7626 4622 13231 15416 4623 13232 2439 4618 13233 7604 4624 13234 7543 4619 13235 2440 4625 13236 7626 4622 13237 7593 4626 13238 2440 4625 13239 7593 4626 13240 15375 4627 13241 2440 4625 13242 7544 4628 13243 15387 4629 13244 2440 4625 13245 7605 4630 13246 7626 4622 13247 2441 4631 13248 7545 4632 13249 7595 4633 13250 2441 4631 13251 7595 4633 13252 15411 4634 13253 2441 4631 13254 7627 4635 13255 7607 4636 13256 2441 4631 13257 7607 4636 13258 15388 4637 13259 2442 4638 13260 7627 4635 13261 7594 4639 13262 2442 4638 13263 7594 4639 13264 7542 4640 13265 2442 4638 13266 7542 4640 13267 7606 4641 13268 2442 4638 13269 7606 4641 13270 15417 4642 13271 2443 4643 13272 7547 4644 13273 15370 4645 13274 2443 4643 13275 7588 4646 13276 7628 4647 13277 2443 4643 13278 7628 4647 13279 15418 4648 13280 2443 4643 13281 7608 4649 13282 7547 4644 13283 2444 4650 13284 7628 4647 13285 15408 4651 13286 2444 4650 13287 7589 4652 13288 7548 4653 13289 2444 4650 13290 7548 4653 13291 15391 4654 13292 2444 4650 13293 7609 4655 13294 7628 4647 13295 2445 4656 13296 7549 4657 13297 15372 4658 13298 2445 4656 13299 7591 4659 13300 7629 4660 13301 2445 4656 13302 7629 4660 13303 7611 4661 13304 2445 4656 13305 7611 4661 13306 15392 4662 13307 2446 4663 13308 7629 4660 13309 7590 4664 13310 2446 4663 13311 7590 4664 13312 15369 4665 13313 2446 4663 13314 7546 4666 13315 7610 4667 13316 2446 4663 13317 7610 4667 13318 15419 4668 13319 2447 4669 13320 7551 4670 13321 15390 4671 13322 2447 4669 13323 7608 4649 13324 7630 4672 13325 2447 4669 13326 7630 4672 13327 15420 4673 13328 2447 4669 13329 7613 4674 13330 7551 4670 13331 2448 4675 13332 7630 4672 13333 15418 4648 13334 2448 4675 13335 7609 4655 13336 7552 4676 13337 2448 4675 13338 7552 4676 13339 15340 4677 13340 2448 4675 13341 7612 4678 13342 7630 4672 13343 2449 4679 13344 7553 4680 13345 7611 4661 13346 2449 4679 13347 7611 4661 13348 15419 4668 13349 2449 4679 13350 7631 4681 13351 7615 4682 13352 2449 4679 13353 7615 4682 13354 7553 4680 13355 2450 4683 13356 7631 4681 13357 7610 4667 13358 2450 4683 13359 7610 4667 13360 15389 4684 13361 2450 4683 13362 7550 4685 13363 15343 4686 13364 2450 4683 13365 7614 4687 13366 15421 4688 13367 2451 4689 13368 7555 4690 13369 15386 4691 13370 2451 4689 13371 7604 4624 13372 7632 4692 13373 2451 4689 13374 7632 4692 13375 15421 4688 13376 2451 4689 13377 7614 4687 13378 15343 4686 13379 2452 4693 13380 7632 4692 13381 15416 4623 13382 2452 4693 13383 7605 4630 13384 7556 4694 13385 2452 4693 13386 7556 4694 13387 15341 4695 13388 2452 4693 13389 7615 4682 13390 7632 4692 13391 2453 4696 13392 7557 4697 13393 7607 4636 13394 2453 4696 13395 7607 4636 13396 15417 4642 13397 2453 4696 13398 7633 4698 13399 7617 4699 13400 2453 4696 13401 7617 4699 13402 15342 4700 13403 2454 4701 13404 7633 4698 13405 7606 4641 13406 2454 4701 13407 7606 4641 13408 15385 4702 13409 2454 4701 13410 7554 4703 13411 7616 4704 13412 2454 4701 13413 7616 4704 13414 15422 4705 13415 2455 4706 13416 7558 4707 13417 15381 4708 13418 2455 4706 13419 7600 4598 13420 7634 4709 13421 2455 4706 13422 7634 4709 13423 15422 4705 13424 2455 4706 13425 7616 4704 13426 15344 4710 13427 2456 4711 13428 7634 4709 13429 15414 4597 13430 2456 4711 13431 7601 4604 13432 7559 4712 13433 2456 4711 13434 7559 4712 13435 7617 4699 13436 2456 4711 13437 7617 4699 13438 7634 4709 13439 2457 4713 13440 7560 4714 13441 7602 4610 13442 2457 4713 13443 7602 4610 13444 15415 4617 13445 2457 4713 13446 7635 4715 13447 7636 4716 13448 2457 4713 13449 7636 4716 13450 15336 4717 13451 2458 4718 13452 7635 4715 13453 7603 4616 13454 2458 4718 13455 7603 4616 13456 15384 4719 13457 2458 4718 13458 7561 4720 13459 7525 4721 13460 2458 4718 13461 7525 4721 13462 15337 4722 13463 2459 4723 13464 9666 4724 13465 15339 4725 13466 2459 4723 13467 7613 4674 13468 9667 4726 13469 2459 4723 13470 9667 4726 13471 16443 4354 13472 2459 4723 13473 9637 4727 13474 9666 4724 13475 2460 4728 13476 9667 4726 13477 15420 4673 13478 2460 4728 13479 7612 4678 13480 15340 4677 13481 2460 4728 13482 9668 4729 13483 16450 4730 13484 2460 4728 13485 9670 4731 13486 9667 4726 13487 2461 4732 13488 7501 4733 13489 15329 4734 13490 2461 4732 13491 7638 4735 13492 7637 4736 13493 2461 4732 13494 7637 4736 13495 15395 4737 13496 2461 4732 13497 7502 4738 13498 7501 4733 13499 2462 4739 13500 7584 4572 13501 7647 4740 13502 2462 4739 13503 7647 4740 13504 15427 4741 13505 2462 4739 13506 7651 4742 13507 7641 4743 13508 2462 4739 13509 7641 4743 13510 15366 4744 13511 2463 4745 13512 7651 4742 13513 15427 4741 13514 2463 4745 13515 7648 4746 13516 7588 4646 13517 2463 4745 13518 7588 4646 13519 15370 4645 13520 2463 4745 13521 7642 4747 13522 15424 4748 13523 2464 4749 13524 7585 4578 13525 7643 4750 13526 2464 4749 13527 7643 4750 13528 15425 4751 13529 2464 4749 13530 7652 4752 13531 7647 4740 13532 2464 4749 13533 7647 4740 13534 15406 4571 13535 2465 4753 13536 7652 4752 13537 15425 4751 13538 2465 4753 13539 7644 4754 13540 7589 4652 13541 2465 4753 13542 7589 4652 13543 15408 4651 13544 2465 4753 13545 7648 4746 13546 7652 4752 13547 2466 4755 13548 7587 4584 13549 15407 4591 13550 2466 4755 13551 7649 4756 13552 7653 4757 13553 2466 4755 13554 7653 4757 13555 15426 4758 13556 2466 4755 13557 7645 4759 13558 7587 4584 13559 2467 4760 13560 7653 4757 13561 7650 4761 13562 2467 4760 13563 7650 4761 13564 15409 4762 13565 2467 4760 13566 7591 4659 13567 7646 4763 13568 2467 4760 13569 7646 4763 13570 15426 4758 13571 2468 4764 13572 7586 4590 13573 15365 4765 13574 2468 4764 13575 7639 4766 13576 15423 4767 13577 2468 4764 13578 7654 4768 13579 15428 4769 13580 2468 4764 13581 7649 4756 13582 7586 4590 13583 2469 4770 13584 7654 4768 13585 7640 4771 13586 2469 4770 13587 7640 4771 13588 15369 4665 13589 2469 4770 13590 7590 4664 13591 7650 4761 13592 2469 4770 13593 7650 4761 13594 15428 4769 13595 2470 4772 13596 7576 4546 13597 7663 4773 13598 2470 4772 13599 7663 4773 13600 15433 4774 13601 2470 4772 13602 7667 4775 13603 7657 4776 13604 2470 4772 13605 7657 4776 13606 15358 4777 13607 2471 4778 13608 7667 4775 13609 15433 4774 13610 2471 4778 13611 7664 4779 13612 7592 4621 13613 2471 4778 13614 7592 4621 13615 7658 4780 13616 2471 4778 13617 7658 4780 13618 7667 4775 13619 2472 4781 13620 7577 4552 13621 7659 4782 13622 2472 4781 13623 7659 4782 13624 15431 4783 13625 2472 4781 13626 7668 4784 13627 7663 4773 13628 2472 4781 13629 7663 4773 13630 15402 4545 13631 2473 4785 13632 7668 4784 13633 15431 4783 13634 2473 4785 13635 7660 4786 13636 7593 4626 13637 2473 4785 13638 7593 4626 13639 15410 4787 13640 2473 4785 13641 7664 4779 13642 7668 4784 13643 2474 4788 13644 7578 4558 13645 15403 4565 13646 2474 4788 13647 7665 4789 13648 7669 4790 13649 2474 4788 13650 7669 4790 13651 15432 4791 13652 2474 4788 13653 7661 4792 13654 7578 4558 13655 2475 4793 13656 7669 4790 13657 7666 4794 13658 2475 4793 13659 7666 4794 13660 15411 4634 13661 2475 4793 13662 7595 4633 13663 7662 4795 13664 2475 4793 13665 7662 4795 13666 15432 4791 13667 2476 4796 13668 7579 4564 13669 15357 4797 13670 2476 4796 13671 7655 4798 13672 15429 4799 13673 2476 4796 13674 7670 4800 13675 15434 4801 13676 2476 4796 13677 7665 4789 13678 7579 4564 13679 2477 4802 13680 7670 4800 13681 7656 4803 13682 2477 4802 13683 7656 4803 13684 15373 4804 13685 2477 4802 13686 7594 4639 13687 7666 4794 13688 2477 4802 13689 7666 4794 13690 15434 4801 13691 2478 4805 13692 7568 4521 13693 7679 4806 13694 2478 4805 13695 7679 4806 13696 15439 4807 13697 2478 4805 13698 7683 4808 13699 7671 4809 13700 2478 4805 13701 7671 4809 13702 15349 4810 13703 2479 4811 13704 7683 4808 13705 7680 4812 13706 2479 4811 13707 7680 4812 13708 15412 4600 13709 2479 4811 13710 7596 4595 13711 7672 4813 13712 2479 4811 13713 7672 4813 13714 15435 4814 13715 2480 4815 13716 7569 4526 13717 7673 4816 13718 2480 4815 13719 7673 4816 13720 15436 4817 13721 2480 4815 13722 7684 4818 13723 7679 4806 13724 2480 4815 13725 7679 4806 13726 15398 4520 13727 2481 4819 13728 7684 4818 13729 15436 4817 13730 2481 4819 13731 7674 4820 13732 7597 4601 13733 2481 4819 13734 7597 4601 13735 15412 4600 13736 2481 4819 13737 7680 4812 13738 7684 4818 13739 2482 4821 13740 7570 4532 13741 15399 4539 13742 2482 4821 13743 7681 4822 13744 7685 4823 13745 2482 4821 13746 7685 4823 13747 15437 4824 13748 2482 4821 13749 7675 4825 13750 7570 4532 13751 2483 4826 13752 7685 4823 13753 15440 4827 13754 2483 4826 13755 7682 4828 13756 7599 4607 13757 2483 4826 13758 7599 4607 13759 7676 4829 13760 2483 4826 13761 7676 4829 13762 15437 4824 13763 2484 4830 13764 7571 4538 13765 15352 4831 13766 2484 4830 13767 7677 4832 13768 7686 4833 13769 2484 4830 13770 7686 4833 13771 15440 4827 13772 2484 4830 13773 7681 4822 13774 7571 4538 13775 2485 4834 13776 7686 4833 13777 15438 4835 13778 2485 4834 13779 7678 4836 13780 7598 4613 13781 2485 4834 13782 7598 4613 13783 15413 4608 13784 2485 4834 13785 7682 4828 13786 7686 4833 13787 2486 4837 13788 7637 4736 13789 15335 4838 13790 2486 4837 13791 7687 4839 13792 7700 4840 13793 2486 4837 13794 7700 4840 13795 15445 4841 13796 2486 4837 13797 7695 4842 13798 7637 4736 13799 2487 4843 13800 7700 4840 13801 15441 4844 13802 2487 4843 13803 7688 4845 13804 7636 4716 13805 2487 4843 13806 7636 4716 13807 15337 4722 13808 2487 4843 13809 7694 4846 13810 7700 4840 13811 2488 4847 13812 7502 4738 13813 15395 4737 13814 2488 4847 13815 7695 4842 13816 7701 4848 13817 2488 4847 13818 7701 4848 13819 15442 4849 13820 2488 4847 13821 7500 4850 13822 7502 4738 13823 2489 4851 13824 7701 4848 13825 15445 4841 13826 2489 4851 13827 7694 4846 13828 7525 4721 13829 2489 4851 13830 7525 4721 13831 15338 4852 13832 2489 4851 13833 7689 4853 13834 7701 4848 13835 2490 4854 13836 7705 4855 13837 7535 4567 13838 2490 4854 13839 7535 4567 13840 15366 4744 13841 2490 4854 13842 7703 4856 13843 7704 4857 13844 2490 4854 13845 7704 4857 13846 15450 4858 13847 2491 4859 13848 7702 4860 13849 15365 4765 13850 2491 4859 13851 7534 4589 13852 7706 4861 13853 2491 4859 13854 7706 4861 13855 15451 4862 13856 2491 4859 13857 7707 4863 13858 7702 4860 13859 2492 4864 13860 7711 4865 13861 7531 4541 13862 2492 4864 13863 7531 4541 13864 15358 4777 13865 2492 4864 13866 7709 4866 13867 7710 4867 13868 2492 4864 13869 7710 4867 13870 15454 4868 13871 2493 4869 13872 7708 4870 13873 15357 4797 13874 2493 4869 13875 7530 4563 13876 7712 4871 13877 2493 4869 13878 7712 4871 13879 15455 4872 13880 2493 4869 13881 7713 4873 13882 7708 4870 13883 2494 4874 13884 7714 4875 13885 7529 4537 13886 2494 4874 13887 7529 4537 13888 7716 4876 13889 2494 4874 13890 7716 4876 13891 15458 4877 13892 2494 4874 13893 7717 4878 13894 7714 4875 13895 2495 4879 13896 7719 4880 13897 7526 4516 13898 2495 4879 13899 7526 4516 13900 15349 4810 13901 2495 4879 13902 7715 4881 13903 7718 4882 13904 2495 4879 13905 7718 4882 13906 15459 4883 13907 2496 4884 13908 7722 4885 13909 7678 4836 13910 2496 4884 13911 7678 4836 13912 15438 4835 13913 2496 4884 13914 7720 4886 13915 7721 4887 13916 2496 4884 13917 7721 4887 13918 15461 4888 13919 2497 4889 13920 7720 4886 13921 15438 4835 13922 2497 4889 13923 7677 4832 13924 7723 4890 13925 2497 4889 13926 7723 4890 13927 15462 4891 13928 2497 4889 13929 7724 4892 13930 15460 4893 13931 2498 4894 13932 7727 4895 13933 15435 4814 13934 2498 4894 13935 7672 4813 13936 7725 4896 13937 2498 4894 13938 7725 4896 13939 15464 4897 13940 2498 4894 13941 7726 4898 13942 7727 4895 13943 2499 4899 13944 7729 4900 13945 7671 4809 13946 2499 4899 13947 7671 4809 13948 15435 4814 13949 2499 4899 13950 7727 4895 13951 15463 4901 13952 2499 4899 13953 7728 4902 13954 15465 4903 13955 2500 4904 13956 7732 4905 13957 15430 4906 13958 2500 4904 13959 7658 4780 13960 15374 4620 13961 2500 4904 13962 7730 4907 13963 15467 4908 13964 2500 4904 13965 7731 4909 13966 7732 4905 13967 2501 4910 13968 7734 4911 13969 7657 4776 13970 2501 4910 13971 7657 4776 13972 7732 4905 13973 2501 4910 13974 7732 4905 13975 7733 4912 13976 2501 4910 13977 7733 4912 13978 15468 4913 13979 2502 4914 13980 7737 4915 13981 15373 4804 13982 2502 4914 13983 7656 4803 13984 15429 4799 13985 2502 4914 13986 7735 4916 13987 7736 4917 13988 2502 4914 13989 7736 4917 13990 15470 4918 13991 2503 4919 13992 7735 4916 13993 15429 4799 13994 2503 4919 13995 7655 4798 13996 7738 4920 13997 2503 4919 13998 7738 4920 13999 15471 4921 14000 2503 4919 14001 7739 4922 14002 7735 4916 14003 2504 4923 14004 7742 4924 14005 15424 4748 14006 2504 4923 14007 7642 4747 14008 15370 4645 14009 2504 4923 14010 7740 4925 14011 15473 4926 14012 2504 4923 14013 7741 4927 14014 7742 4924 14015 2505 4928 14016 7744 4929 14017 7641 4743 14018 2505 4928 14019 7641 4743 14020 15424 4748 14021 2505 4928 14022 7742 4924 14023 7743 4930 14024 2505 4928 14025 7743 4930 14026 15474 4931 14027 2506 4932 14028 7747 4933 14029 7640 4771 14030 2506 4932 14031 7640 4771 14032 15423 4767 14033 2506 4932 14034 7745 4934 14035 7746 4935 14036 2506 4932 14037 7746 4935 14038 15476 4936 14039 2507 4937 14040 7745 4934 14041 15423 4767 14042 2507 4937 14043 7639 4766 14044 7748 4938 14045 2507 4937 14046 7748 4938 14047 15477 4939 14048 2507 4937 14049 7749 4940 14050 15475 4941 14051 2508 4942 14052 7752 4943 14053 7551 4670 14054 2508 4942 14055 7551 4670 14056 7750 4944 14057 2508 4942 14058 7750 4944 14059 15478 4945 14060 2508 4942 14061 7751 4946 14062 7752 4943 14063 2509 4947 14064 7755 4948 14065 15343 4686 14066 2509 4947 14067 7550 4685 14068 7753 4949 14069 2509 4947 14070 7753 4949 14071 7754 4950 14072 2509 4947 14073 7754 4950 14074 15480 4951 14075 2510 4952 14076 7757 4953 14077 15370 4645 14078 2510 4952 14079 7547 4644 14080 15390 4671 14081 2510 4952 14082 7752 4943 14083 15479 4954 14084 2510 4952 14085 7756 4955 14086 15482 4956 14087 2511 4957 14088 7753 4949 14089 15389 4684 14090 2511 4957 14091 7546 4666 14092 15369 4665 14093 2511 4957 14094 7758 4958 14095 7759 4959 14096 2511 4957 14097 7759 4959 14098 7753 4949 14099 2512 4960 14100 7762 4961 14101 7555 4690 14102 2512 4960 14103 7555 4690 14104 7760 4962 14105 2512 4960 14106 7760 4962 14107 15484 4963 14108 2512 4960 14109 7761 4964 14110 7762 4961 14111 2513 4965 14112 7765 4966 14113 7554 4703 14114 2513 4965 14115 7554 4703 14116 7763 4967 14117 2513 4965 14118 7763 4967 14119 7764 4968 14120 2513 4965 14121 7764 4968 14122 15486 4969 14123 2514 4970 14124 7767 4971 14125 15374 4620 14126 2514 4970 14127 7543 4619 14128 15386 4691 14129 2514 4970 14130 7762 4961 14131 15485 4972 14132 2514 4970 14133 7766 4973 14134 15488 4974 14135 2515 4975 14136 7763 4967 14137 15385 4702 14138 2515 4975 14139 7542 4640 14140 15373 4804 14141 2515 4975 14142 7768 4976 14143 15489 4977 14144 2515 4975 14145 7769 4978 14146 15487 4979 14147 2516 4980 14148 7772 4981 14149 7561 4720 14150 2516 4980 14151 7561 4720 14152 7770 4982 14153 2516 4980 14154 7770 4982 14155 7771 4983 14156 2516 4980 14157 7771 4983 14158 15490 4984 14159 2517 4985 14160 7775 4986 14161 7558 4707 14162 2517 4985 14163 7558 4707 14164 7773 4987 14165 2517 4985 14166 7773 4987 14167 15492 4988 14168 2517 4985 14169 7774 4989 14170 7775 4986 14171 2518 4990 14172 7770 4982 14173 15384 4719 14174 2518 4990 14175 7541 4615 14176 7776 4991 14177 2518 4990 14178 7776 4991 14179 15494 4992 14180 2518 4990 14181 7777 4993 14182 15491 4994 14183 2519 4995 14184 7779 4996 14185 7538 4593 14186 2519 4995 14187 7538 4593 14188 15381 4708 14189 2519 4995 14190 7775 4986 14191 15493 4997 14192 2519 4995 14193 7778 4998 14194 15495 4999 14195 2520 5000 14196 7782 5001 14197 15444 5002 14198 2520 5000 14199 7693 5003 14200 15343 4686 14201 2520 5000 14202 7780 5004 14203 15496 5005 14204 2520 5000 14205 7781 5006 14206 7782 5001 14207 2521 5007 14208 7784 5008 14209 7692 5009 14210 2521 5007 14211 7692 5009 14212 7782 5001 14213 2521 5007 14214 7782 5001 14215 15497 5010 14216 2521 5007 14217 7783 5011 14218 15498 5012 14219 2522 5013 14220 7785 5014 14221 15339 4725 14222 2522 5013 14223 9666 4724 14224 16442 5015 14225 2522 5013 14226 9682 5016 14227 15500 5017 14228 2523 5018 14229 7790 5019 14230 15343 4686 14231 2523 5018 14232 7693 5003 14233 15444 5002 14234 2523 5018 14235 7788 5020 14236 7789 5021 14237 2523 5018 14238 7789 5021 14239 15502 5022 14240 2524 5023 14241 7788 5020 14242 7692 5009 14243 2524 5023 14244 7692 5009 14245 7791 5024 14246 2524 5023 14247 7791 5024 14248 15504 5025 14249 2524 5023 14250 7792 5026 14251 15503 5027 14252 2525 5028 14253 7795 5029 14254 15442 4849 14255 2525 5028 14256 7689 4853 14257 7793 5030 14258 2525 5028 14259 7793 5030 14260 15505 5031 14261 2525 5028 14262 7794 5032 14263 7795 5029 14264 2526 5033 14265 7499 5034 14266 7500 4850 14267 2526 5033 14268 7500 4850 14269 7795 5029 14270 2526 5033 14271 7795 5029 14272 15506 5035 14273 2526 5033 14274 7796 5036 14275 15507 5037 14276 2527 5038 14277 7536 4576 14278 7804 5039 14279 2527 5038 14280 7804 5039 14281 15513 5040 14282 2527 5038 14283 7845 5041 14284 7809 5042 14285 2527 5038 14286 7809 5042 14287 7536 4576 14288 2528 5043 14289 7845 5041 14290 7803 5044 14291 2528 5043 14292 7803 5044 14293 7537 4580 14294 2528 5043 14295 7537 4580 14296 7810 5045 14297 2528 5043 14298 7810 5045 14299 15516 5046 14300 2529 5047 14301 7548 4653 14302 15371 5048 14303 2529 5047 14304 7813 5049 14305 7846 5050 14306 2529 5047 14307 7846 5050 14308 15519 5051 14309 2529 5047 14310 7815 5052 14311 7548 4653 14312 2530 5053 14313 7846 5050 14314 15518 5054 14315 2530 5053 14316 7814 5055 14317 7549 4657 14318 2530 5053 14319 7549 4657 14320 7816 5056 14321 2530 5053 14322 7816 5056 14323 7846 5050 14324 2531 5057 14325 7552 4676 14326 15391 4654 14327 2531 5057 14328 7815 5052 14329 7847 5058 14330 2531 5057 14331 7847 5058 14332 7799 5059 14333 2531 5057 14334 7799 5059 14335 15340 4677 14336 2532 5060 14337 7847 5058 14338 7816 5056 14339 2532 5060 14340 7816 5056 14341 15392 4662 14342 2532 5060 14343 7553 4680 14344 15341 4695 14345 2532 5060 14346 7800 5061 14347 7847 5058 14348 2533 5062 14349 7848 5063 14350 15521 5064 14351 2533 5062 14352 7820 5065 14353 7563 5066 14354 2533 5062 14355 7563 5066 14356 15331 5067 14357 2533 5062 14358 7797 4511 14359 7848 5063 14360 2534 5068 14361 7580 4587 14362 7817 5069 14363 2534 5068 14364 7817 5069 14365 15520 5070 14366 2534 5068 14367 7849 5071 14368 7805 5072 14369 2534 5068 14370 7805 5072 14371 7580 4587 14372 2535 5073 14373 7849 5071 14374 15520 5070 14375 2535 5073 14376 7818 5074 14377 7583 4569 14378 2535 5073 14379 7583 4569 14380 7806 5075 14381 2535 5073 14382 7806 5075 14383 15514 5076 14384 2536 5077 14385 7690 5078 14386 15443 5079 14387 2536 5077 14388 7821 5080 14389 7850 5081 14390 2536 5077 14391 7850 5081 14392 15521 5064 14393 2536 5077 14394 7819 5082 14395 7690 5078 14396 2537 5083 14397 7850 5081 14398 15523 5084 14399 2537 5083 14400 7822 5085 14401 7699 5086 14402 2537 5083 14403 7699 5086 14404 15394 5087 14405 2537 5083 14406 7820 5065 14407 7850 5081 14408 2538 5088 14409 7691 5089 14410 7799 5059 14411 2538 5088 14412 7799 5059 14413 15511 5090 14414 2538 5088 14415 7851 5091 14416 7821 5080 14417 2538 5088 14418 7821 5080 14419 15443 5079 14420 2539 5092 14421 7851 5091 14422 15511 5090 14423 2539 5092 14424 7800 5061 14425 7698 5093 14426 2539 5092 14427 7698 5093 14428 15447 5094 14429 2539 5092 14430 7822 5085 14431 7851 5091 14432 2540 5095 14433 7703 4856 14434 15366 4744 14435 2540 5095 14436 7808 5096 14437 7852 5097 14438 2540 5095 14439 7852 5097 14440 15524 5098 14441 2540 5095 14442 7824 5099 14443 7703 4856 14444 2541 5100 14445 7852 5097 14446 15515 5101 14447 2541 5100 14448 7807 5102 14449 7702 4860 14450 2541 5100 14451 7702 4860 14452 7823 5103 14453 2541 5100 14454 7823 5103 14455 15524 5098 14456 2542 5104 14457 7706 4861 14458 15361 4588 14459 2542 5104 14460 7805 5072 14461 7853 5105 14462 2542 5104 14463 7853 5105 14464 15525 5106 14465 2542 5104 14466 7826 5107 14467 7706 4861 14468 2543 5108 14469 7853 5105 14470 7806 5075 14471 2543 5108 14472 7806 5075 14473 15364 4568 14474 2543 5108 14475 7705 4855 14476 7825 5109 14477 2543 5108 14478 7825 5109 14479 15525 5106 14480 2544 5110 14481 7707 4863 14482 7826 5107 14483 2544 5110 14484 7826 5107 14485 15525 5106 14486 2544 5110 14487 7854 5111 14488 7823 5103 14489 2544 5110 14490 7823 5103 14491 15448 5112 14492 2545 5113 14493 7854 5111 14494 15525 5106 14495 2545 5113 14496 7825 5109 14497 7704 4857 14498 2545 5113 14499 7704 4857 14500 15449 5114 14501 2545 5113 14502 7824 5099 14503 7854 5111 14504 2546 5115 14505 7740 4925 14506 15370 4645 14507 2546 5115 14508 7812 5116 14509 15517 5117 14510 2546 5115 14511 7855 5118 14512 7827 5119 14513 2546 5115 14514 7827 5119 14515 7740 4925 14516 2547 5120 14517 7855 5118 14518 7811 5121 14519 2547 5120 14520 7811 5121 14521 15369 4665 14522 2547 5120 14523 7747 4933 14524 7828 5122 14525 2547 5120 14526 7828 5122 14527 15526 5123 14528 2548 5124 14529 7748 4938 14530 15365 4765 14531 2548 5124 14532 7807 5102 14533 7856 5125 14534 2548 5124 14535 7856 5125 14536 15527 5126 14537 2548 5124 14538 7830 5127 14539 7748 4938 14540 2549 5128 14541 7856 5125 14542 15515 5101 14543 2549 5128 14544 7808 5096 14545 7744 4929 14546 2549 5128 14547 7744 4929 14548 7829 5129 14549 2549 5128 14550 7829 5129 14551 7856 5125 14552 2550 5130 14553 7749 4940 14554 15477 4939 14555 2550 5130 14556 7830 5127 14557 7857 5131 14558 2550 5130 14559 7857 5131 14560 15528 5132 14561 2550 5130 14562 7832 5133 14563 7749 4940 14564 2551 5134 14565 7857 5131 14566 15527 5126 14567 2551 5134 14568 7829 5129 14569 15474 4931 14570 2551 5134 14571 7743 4930 14572 7831 5135 14573 2551 5134 14574 7831 5135 14575 7857 5131 14576 2552 5136 14577 7746 4935 14578 15475 4941 14579 2552 5136 14580 7832 5133 14581 7858 5137 14582 2552 5136 14583 7858 5137 14584 7828 5122 14585 2552 5136 14586 7828 5122 14587 15476 4936 14588 2553 5138 14589 7858 5137 14590 15528 5132 14591 2553 5138 14592 7831 5135 14593 7741 4927 14594 2553 5138 14595 7741 4927 14596 15473 4926 14597 2553 5138 14598 7827 5119 14599 7858 5137 14600 2554 5139 14601 7758 4958 14602 15369 4665 14603 2554 5139 14604 7811 5121 14605 15517 5117 14606 2554 5139 14607 7859 5140 14608 7834 5141 14609 2554 5139 14610 7834 5141 14611 7758 4958 14612 2555 5142 14613 7859 5140 14614 7812 5116 14615 2555 5142 14616 7812 5116 14617 15370 4645 14618 2555 5142 14619 7757 4953 14620 7833 5143 14621 2555 5142 14622 7833 5143 14623 15529 5144 14624 2556 5145 14625 7750 4944 14626 15339 4725 14627 2556 5145 14628 7801 5146 14629 15512 5147 14630 2556 5145 14631 7860 5148 14632 7835 5149 14633 2556 5145 14634 7835 5149 14635 7750 4944 14636 2557 5150 14637 7860 5148 14638 7802 5151 14639 2557 5150 14640 7802 5151 14641 15343 4686 14642 2557 5150 14643 7755 4948 14644 7836 5152 14645 2557 5150 14646 7836 5152 14647 15530 5153 14648 2558 5154 14649 7754 4950 14650 7838 5155 14651 2558 5154 14652 7838 5155 14653 15531 5156 14654 2558 5154 14655 7861 5157 14656 7836 5152 14657 2558 5154 14658 7836 5152 14659 15480 4951 14660 2559 5158 14661 7861 5157 14662 7837 5159 14663 2559 5158 14664 7837 5159 14665 15479 4954 14666 2559 5158 14667 7751 4946 14668 15478 4945 14669 2559 5158 14670 7835 5149 14671 15530 5153 14672 2560 5160 14673 7759 4959 14674 15483 5161 14675 2560 5160 14676 7834 5141 14677 15529 5144 14678 2560 5160 14679 7862 5162 14680 7838 5155 14681 2560 5160 14682 7838 5155 14683 15481 5163 14684 2561 5164 14685 7862 5162 14686 7833 5143 14687 2561 5164 14688 7833 5143 14689 15482 4956 14690 2561 5164 14691 7756 4955 14692 7837 5159 14693 2561 5164 14694 7837 5159 14695 15531 5156 14696 2562 5165 14697 7780 5004 14698 7802 5151 14699 2562 5165 14700 7802 5151 14701 15512 5147 14702 2562 5165 14703 7863 5166 14704 7839 5167 14705 2562 5165 14706 7839 5167 14707 7780 5004 14708 2563 5168 14709 7863 5166 14710 7801 5146 14711 2563 5168 14712 7801 5146 14713 7785 5014 14714 2563 5168 14715 7785 5014 14716 7840 5169 14717 2563 5168 14718 7840 5169 14719 15532 5170 14720 2564 5171 14721 7497 5172 14722 7496 5173 14723 2564 5171 14724 7496 5173 14725 15510 5174 14726 2564 5171 14727 7864 5175 14728 7842 5176 14729 2564 5171 14730 7842 5176 14731 15499 5177 14732 2565 5178 14733 7864 5175 14734 7798 5179 14735 2565 5178 14736 7798 5179 14737 15333 5180 14738 2565 5178 14739 7784 5008 14740 7841 5181 14741 2565 5178 14742 7841 5181 14743 15533 5182 14744 2566 5183 14745 7781 5006 14746 7839 5167 14747 2566 5183 14748 7839 5167 14749 15532 5170 14750 2566 5183 14751 7865 5184 14752 7843 5185 14753 2566 5183 14754 7843 5185 14755 15497 5010 14756 2567 5186 14757 7865 5184 14758 7840 5169 14759 2567 5186 14760 7840 5169 14761 15500 5017 14762 2567 5186 14763 7786 5187 14764 7844 5188 14765 2567 5186 14766 7844 5188 14767 15534 5189 14768 2568 5190 14769 7783 5011 14770 7843 5185 14771 2568 5190 14772 7843 5185 14773 15534 5189 14774 2568 5190 14775 7866 5191 14776 15533 5182 14777 2568 5190 14778 7841 5181 14779 15498 5012 14780 2569 5192 14781 7866 5191 14782 7844 5188 14783 2569 5192 14784 7844 5188 14785 15501 5193 14786 2569 5192 14787 7787 5194 14788 15499 5177 14789 2569 5192 14790 7842 5176 14791 15533 5182 14792 2570 5195 14793 7527 4524 14794 7877 5196 14795 2570 5195 14796 7877 5196 14797 15540 5197 14798 2570 5195 14799 7910 5198 14800 7878 5199 14801 2570 5195 14802 7878 5199 14803 7527 4524 14804 2571 5200 14805 7910 5198 14806 7876 5201 14807 2571 5200 14808 7876 5201 14809 15347 5202 14810 2571 5200 14811 7528 4528 14812 7879 5203 14813 2571 5200 14814 7879 5203 14815 15541 5204 14816 2572 5205 14817 7539 4602 14818 7882 5206 14819 2572 5205 14820 7882 5206 14821 15543 5207 14822 2572 5205 14823 7911 5208 14824 7886 5209 14825 2572 5205 14826 7886 5209 14827 7539 4602 14828 2573 5210 14829 7911 5208 14830 7883 5211 14831 2573 5210 14832 7883 5211 14833 15379 5212 14834 2573 5210 14835 7540 4606 14836 7887 5213 14837 2573 5210 14838 7887 5213 14839 15545 5214 14840 2574 5215 14841 7559 4712 14842 15382 4603 14843 2574 5215 14844 7886 5209 14845 15545 5214 14846 2574 5215 14847 7912 5216 14848 7871 5217 14849 2574 5215 14850 7871 5217 14851 15342 4700 14852 2575 5218 14853 7912 5216 14854 7887 5213 14855 2575 5218 14856 7887 5213 14857 15383 4611 14858 2575 5218 14859 7560 4714 14860 7870 5219 14861 2575 5218 14862 7870 5219 14863 15537 5220 14864 2576 5221 14865 7562 5222 14866 7891 5223 14867 2576 5221 14868 7891 5223 14869 15547 5224 14870 2576 5221 14871 7913 5225 14872 7868 4500 14873 2576 5221 14874 7868 4500 14875 15330 5226 14876 2577 5227 14877 7913 5225 14878 7890 5228 14879 2577 5227 14880 7890 5228 14881 15335 4838 14882 2577 5227 14883 7638 4735 14884 7867 5229 14885 2577 5227 14886 7867 5229 14887 15535 4501 14888 2578 5230 14889 7564 4535 14890 7888 5231 14891 2578 5230 14892 7888 5231 14893 15546 5232 14894 2578 5230 14895 7914 5233 14896 7875 5234 14897 2578 5230 14898 7875 5234 14899 7564 4535 14900 2579 5235 14901 7914 5233 14902 15546 5232 14903 2579 5235 14904 7889 5236 14905 7566 4518 14906 2579 5235 14907 7566 4518 14908 7874 5237 14909 2579 5235 14910 7874 5237 14911 7914 5233 14912 2580 5238 14913 7697 5239 14914 7893 5240 14915 2580 5238 14916 7893 5240 14917 15549 5241 14918 2580 5238 14919 7915 5242 14920 7891 5223 14921 2580 5238 14922 7891 5223 14923 15393 5243 14924 2581 5244 14925 7915 5242 14926 7892 5245 14927 2581 5244 14928 7892 5245 14929 15441 4844 14930 2581 5244 14931 7687 4839 14932 7890 5228 14933 2581 5244 14934 7890 5228 14935 15547 5224 14936 2582 5246 14937 7696 5247 14938 7871 5217 14939 2582 5246 14940 7871 5217 14941 7916 5248 14942 2582 5246 14943 7916 5248 14944 7893 5240 14945 2582 5246 14946 7893 5240 14947 15446 5249 14948 2583 5250 14949 7916 5248 14950 15537 5220 14951 2583 5250 14952 7870 5219 14953 7688 4845 14954 2583 5250 14955 7688 4845 14956 7892 5245 14957 2583 5250 14958 7892 5245 14959 7916 5248 14960 2584 5251 14961 7715 4881 14962 15349 4810 14963 2584 5251 14964 7880 5252 14965 15542 5253 14966 2584 5251 14967 7917 5254 14968 15550 5255 14969 2584 5251 14970 7894 5256 14971 7715 4881 14972 2585 5257 14973 7917 5254 14974 7881 5258 14975 2585 5257 14976 7881 5258 14977 15352 4831 14978 2585 5257 14979 7714 4875 14980 7895 5259 14981 2585 5257 14982 7895 5259 14983 7917 5254 14984 2586 5260 14985 7716 4876 14986 15346 4536 14987 2586 5260 14988 7875 5234 14989 7918 5261 14990 2586 5260 14991 7918 5261 14992 15551 5262 14993 2586 5260 14994 7896 5263 14995 7716 4876 14996 2587 5264 14997 7918 5261 14998 15539 5265 14999 2587 5264 15000 7874 5237 15001 15345 4517 15002 2587 5264 15003 7719 4880 15004 7897 5266 15005 2587 5264 15006 7897 5266 15007 7918 5261 15008 2588 5267 15009 7717 4878 15010 15458 4877 15011 2588 5267 15012 7896 5263 15013 7919 5268 15014 2588 5267 15015 7919 5268 15016 15550 5255 15017 2588 5267 15018 7895 5259 15019 15457 5269 15020 2589 5270 15021 7919 5268 15022 15551 5262 15023 2589 5270 15024 7897 5266 15025 7718 4882 15026 2589 5270 15027 7718 4882 15028 15456 5271 15029 2589 5270 15030 7894 5256 15031 7919 5268 15032 2590 5272 15033 7725 4896 15034 15377 4594 15035 2590 5272 15036 7884 5273 15037 15544 5274 15038 2590 5272 15039 7920 5275 15040 7899 5276 15041 2590 5272 15042 7899 5276 15043 7725 4896 15044 2591 5277 15045 7920 5275 15046 7885 5278 15047 2591 5277 15048 7885 5278 15049 15380 4614 15050 2591 5277 15051 7722 4885 15052 7898 5279 15053 2591 5277 15054 7898 5279 15055 15552 5280 15056 2592 5281 15057 7723 4890 15058 15352 4831 15059 2592 5281 15060 7881 5258 15061 15542 5253 15062 2592 5281 15063 7921 5282 15064 15553 5283 15065 2592 5281 15066 7900 5284 15067 7723 4890 15068 2593 5285 15069 7921 5282 15070 7880 5252 15071 2593 5285 15072 7880 5252 15073 15349 4810 15074 2593 5285 15075 7729 4900 15076 7901 5286 15077 2593 5285 15078 7901 5286 15079 15553 5283 15080 2594 5287 15081 7724 4892 15082 15462 4891 15083 2594 5287 15084 7900 5284 15085 7922 5288 15086 2594 5287 15087 7922 5288 15088 15554 5289 15089 2594 5287 15090 7902 5290 15091 7724 4892 15092 2595 5291 15093 7922 5288 15094 7901 5286 15095 2595 5291 15096 7901 5286 15097 15465 4903 15098 2595 5291 15099 7728 4902 15100 7903 5292 15101 2595 5291 15102 7903 5292 15103 15554 5289 15104 2596 5293 15105 7721 4887 15106 7902 5290 15107 2596 5293 15108 7902 5290 15109 15554 5289 15110 2596 5293 15111 7923 5294 15112 7898 5279 15113 2596 5293 15114 7898 5279 15115 15461 4888 15116 2597 5295 15117 7923 5294 15118 7903 5292 15119 2597 5295 15120 7903 5292 15121 15463 4901 15122 2597 5295 15123 7726 4898 15124 15464 4897 15125 2597 5295 15126 7899 5276 15127 15552 5280 15128 2598 5296 15129 7776 4991 15130 7885 5278 15131 2598 5296 15132 7885 5278 15133 15544 5274 15134 2598 5296 15135 7924 5297 15136 7904 5298 15137 2598 5296 15138 7904 5298 15139 7776 4991 15140 2599 5299 15141 7924 5297 15142 7884 5273 15143 2599 5299 15144 7884 5273 15145 15377 4594 15146 2599 5299 15147 7779 4996 15148 7905 5300 15149 2599 5299 15150 7905 5300 15151 15555 5301 15152 2600 5302 15153 7773 4987 15154 15344 4710 15155 2600 5302 15156 7873 5303 15157 15538 5304 15158 2600 5302 15159 7925 5305 15160 15556 5306 15161 2600 5302 15162 7907 5307 15163 7773 4987 15164 2601 5308 15165 7925 5305 15166 7872 5309 15167 2601 5308 15168 7872 5309 15169 15338 4852 15170 2601 5308 15171 7772 4981 15172 7906 5310 15173 2601 5308 15174 7906 5310 15175 7925 5305 15176 2602 5311 15177 7771 4983 15178 7908 5312 15179 2602 5311 15180 7908 5312 15181 15557 5313 15182 2602 5311 15183 7926 5314 15184 7906 5310 15185 2602 5311 15186 7906 5310 15187 15490 4984 15188 2603 5315 15189 7926 5314 15190 15557 5313 15191 2603 5315 15192 7909 5316 15193 7774 4989 15194 2603 5315 15195 7774 4989 15196 15492 4988 15197 2603 5315 15198 7907 5307 15199 7926 5314 15200 2604 5317 15201 7777 4993 15202 15494 4992 15203 2604 5317 15204 7904 5298 15205 7927 5318 15206 2604 5317 15207 7927 5318 15208 15557 5313 15209 2604 5317 15210 7908 5312 15211 7777 4993 15212 2605 5319 15213 7927 5318 15214 7905 5300 15215 2605 5319 15216 7905 5300 15217 15495 4999 15218 2605 5319 15219 7778 4998 15220 7909 5316 15221 2605 5319 15222 7909 5316 15223 7927 5318 15224 2606 5320 15225 7793 5030 15226 7872 5309 15227 2606 5320 15228 7872 5309 15229 15538 5304 15230 2606 5320 15231 9524 5321 15232 9527 5322 15233 2606 5320 15234 9527 5322 15235 15505 5031 15236 2607 5323 15237 9523 5324 15238 15536 5325 15239 2607 5323 15240 7498 5326 15241 7499 5034 15242 2607 5323 15243 7499 5034 15244 15507 5037 15245 2607 5323 15246 9526 5327 15247 9523 5324 15248 2608 5328 15249 7794 5032 15250 9527 5322 15251 2608 5328 15252 9527 5322 15253 9521 5329 15254 2608 5328 15255 9521 5329 15256 15508 5330 15257 2608 5328 15258 9525 5331 15259 15506 5035 15260 2609 5332 15261 7796 5036 15262 9525 5331 15263 2609 5332 15264 9525 5331 15265 9520 5333 15266 2609 5332 15267 9520 5333 15268 15582 5334 15269 2609 5332 15270 9526 5327 15271 15507 5037 15272 2610 5335 15273 7532 4550 15274 15355 5336 15275 2610 5335 15276 7937 5337 15277 15562 5338 15278 2610 5335 15279 7974 5339 15280 7942 5340 15281 2610 5335 15282 7942 5340 15283 7532 4550 15284 2611 5341 15285 7974 5339 15286 7936 5342 15287 2611 5341 15288 7936 5342 15289 15354 5343 15290 2611 5341 15291 7533 4554 15292 7943 5344 15293 2611 5341 15294 7943 5344 15295 15565 5345 15296 2612 5346 15297 7544 4628 15298 7946 5347 15299 2612 5346 15300 7946 5347 15301 15567 5348 15302 2612 5346 15303 7975 5349 15304 7948 5350 15305 2612 5346 15306 7948 5350 15307 7544 4628 15308 2613 5351 15309 7975 5349 15310 7947 5352 15311 2613 5351 15312 7947 5352 15313 7545 4632 15314 2613 5351 15315 7545 4632 15316 7949 5353 15317 2613 5351 15318 7949 5353 15319 15568 5354 15320 2614 5355 15321 7556 4694 15322 15387 4629 15323 2614 5355 15324 7948 5350 15325 7976 5356 15326 2614 5355 15327 7976 5356 15328 7932 5357 15329 2614 5355 15330 7932 5357 15331 7556 4694 15332 2615 5358 15333 7976 5356 15334 7949 5353 15335 2615 5358 15336 7949 5353 15337 15388 4637 15338 2615 5358 15339 7557 4697 15340 7933 5359 15341 2615 5358 15342 7933 5359 15343 15560 5360 15344 2616 5361 15345 7563 5066 15346 7951 5362 15347 2616 5361 15348 7951 5362 15349 15569 5363 15350 2616 5361 15351 7977 5364 15352 7929 4496 15353 2616 5361 15354 7929 4496 15355 15331 5067 15356 2617 5365 15357 7977 5364 15358 15569 5363 15359 2617 5365 15360 7950 5366 15361 15393 5243 15362 2617 5365 15363 7562 5222 15364 15330 5226 15365 2617 5365 15366 7928 4485 15367 7977 5364 15368 2618 5367 15369 7572 4561 15370 15400 4556 15371 2618 5367 15372 7952 5368 15373 7978 5369 15374 2618 5367 15375 7978 5369 15376 15563 5370 15377 2618 5367 15378 7938 5371 15379 7572 4561 15380 2619 5372 15381 7978 5369 15382 15570 5373 15383 2619 5372 15384 7953 5374 15385 7575 4543 15386 2619 5372 15387 7575 4543 15388 7939 5375 15389 2619 5372 15390 7939 5375 15391 7978 5369 15392 2620 5376 15393 7699 5086 15394 7955 5377 15395 2620 5376 15396 7955 5377 15397 15572 5378 15398 2620 5376 15399 7979 5379 15400 7951 5362 15401 2620 5376 15402 7951 5362 15403 15394 5087 15404 2621 5380 15405 7979 5379 15406 7954 5381 15407 2621 5380 15408 7954 5381 15409 15446 5249 15410 2621 5380 15411 7697 5239 15412 7950 5366 15413 2621 5380 15414 7950 5366 15415 15569 5363 15416 2622 5382 15417 7698 5093 15418 7932 5357 15419 2622 5382 15420 7932 5357 15421 15560 5360 15422 2622 5382 15423 7980 5383 15424 7955 5377 15425 2622 5382 15426 7955 5377 15427 15447 5094 15428 2623 5384 15429 7980 5383 15430 7933 5359 15431 2623 5384 15432 7933 5359 15433 7696 5247 15434 2623 5384 15435 7696 5247 15436 15446 5249 15437 2623 5384 15438 7954 5381 15439 7980 5383 15440 2624 5385 15441 7709 4866 15442 15358 4777 15443 2624 5385 15444 7941 5386 15445 7981 5387 15446 2624 5385 15447 7981 5387 15448 15573 5388 15449 2624 5385 15450 7957 5389 15451 7709 4866 15452 2625 5390 15453 7981 5387 15454 15564 5391 15455 2625 5390 15456 7940 5392 15457 15357 4797 15458 2625 5390 15459 7708 4870 15460 7956 5393 15461 2625 5390 15462 7956 5393 15463 7981 5387 15464 2626 5394 15465 7712 4871 15466 15353 4562 15467 2626 5394 15468 7938 5371 15469 7982 5395 15470 2626 5394 15471 7982 5395 15472 15574 5396 15473 2626 5394 15474 7959 5397 15475 7712 4871 15476 2627 5398 15477 7982 5395 15478 15563 5370 15479 2627 5398 15480 7939 5375 15481 15356 4542 15482 2627 5398 15483 7711 4865 15484 7958 5399 15485 2627 5398 15486 7958 5399 15487 7982 5395 15488 2628 5400 15489 7713 4873 15490 7959 5397 15491 2628 5400 15492 7959 5397 15493 7983 5401 15494 2628 5400 15495 7983 5401 15496 7956 5393 15497 2628 5400 15498 7956 5393 15499 15452 5402 15500 2629 5403 15501 7983 5401 15502 15574 5396 15503 2629 5403 15504 7958 5399 15505 7710 4867 15506 2629 5403 15507 7710 4867 15508 15453 5404 15509 2629 5403 15510 7957 5389 15511 7983 5401 15512 2630 5405 15513 7730 4907 15514 15374 4620 15515 2630 5405 15516 7945 5406 15517 7984 5407 15518 2630 5405 15519 7984 5407 15520 15575 5408 15521 2630 5405 15522 7960 5409 15523 7730 4907 15524 2631 5410 15525 7984 5407 15526 15566 5411 15527 2631 5410 15528 7944 5412 15529 15373 4804 15530 2631 5410 15531 7737 4915 15532 7961 5413 15533 2631 5410 15534 7961 5413 15535 7984 5407 15536 2632 5414 15537 7738 4920 15538 15357 4797 15539 2632 5414 15540 7940 5392 15541 15564 5391 15542 2632 5414 15543 7985 5415 15544 15576 5416 15545 2632 5414 15546 7963 5417 15547 7738 4920 15548 2633 5418 15549 7985 5415 15550 15564 5391 15551 2633 5418 15552 7941 5386 15553 15358 4777 15554 2633 5418 15555 7734 4911 15556 7962 5419 15557 2633 5418 15558 7962 5419 15559 15576 5416 15560 2634 5420 15561 7739 4922 15562 15471 4921 15563 2634 5420 15564 7963 5417 15565 7986 5421 15566 2634 5420 15567 7986 5421 15568 15577 5422 15569 2634 5420 15570 7965 5423 15571 7739 4922 15572 2635 5424 15573 7986 5421 15574 15576 5416 15575 2635 5424 15576 7962 5419 15577 15468 4913 15578 2635 5424 15579 7733 4912 15580 15466 5425 15581 2635 5424 15582 7964 5426 15583 7986 5421 15584 2636 5427 15585 7736 4917 15586 15469 5428 15587 2636 5427 15588 7965 5423 15589 7987 5429 15590 2636 5427 15591 7987 5429 15592 15575 5408 15593 2636 5427 15594 7961 5413 15595 15470 4918 15596 2637 5430 15597 7987 5429 15598 15577 5422 15599 2637 5430 15600 7964 5426 15601 7731 4909 15602 2637 5430 15603 7731 4909 15604 15467 4908 15605 2637 5430 15606 7960 5409 15607 7987 5429 15608 2638 5431 15609 7768 4976 15610 15373 4804 15611 2638 5431 15612 7944 5412 15613 7988 5432 15614 2638 5431 15615 7988 5432 15616 15578 5433 15617 2638 5431 15618 7967 5434 15619 7768 4976 15620 2639 5435 15621 7988 5432 15622 15566 5411 15623 2639 5435 15624 7945 5406 15625 15374 4620 15626 2639 5435 15627 7767 4971 15628 7966 5436 15629 2639 5435 15630 7966 5436 15631 7988 5432 15632 2640 5437 15633 7760 4962 15634 15343 4686 15635 2640 5437 15636 7934 5438 15637 7989 5439 15638 2640 5437 15639 7989 5439 15640 15579 5440 15641 2640 5437 15642 7968 5441 15643 7760 4962 15644 2641 5442 15645 7989 5439 15646 15561 5443 15647 2641 5442 15648 7935 5444 15649 7765 4966 15650 2641 5442 15651 7765 4966 15652 15486 4969 15653 2641 5442 15654 7969 5445 15655 7989 5439 15656 2642 5446 15657 7764 4968 15658 15487 4979 15659 2642 5446 15660 7971 5447 15661 7990 5448 15662 2642 5446 15663 7990 5448 15664 15579 5440 15665 2642 5446 15666 7969 5445 15667 15486 4969 15668 2643 5449 15669 7990 5448 15670 15580 5450 15671 2643 5449 15672 7970 5451 15673 7761 4964 15674 2643 5449 15675 7761 4964 15676 15484 4963 15677 2643 5449 15678 7968 5441 15679 7990 5448 15680 2644 5452 15681 7769 4978 15682 15489 4977 15683 2644 5452 15684 7967 5434 15685 7991 5453 15686 2644 5452 15687 7991 5453 15688 15580 5450 15689 2644 5452 15690 7971 5447 15691 7769 4978 15692 2645 5454 15693 7991 5453 15694 15578 5433 15695 2645 5454 15696 7966 5436 15697 15488 4974 15698 2645 5454 15699 7766 4973 15700 15485 4972 15701 2645 5454 15702 7970 5451 15703 7991 5453 15704 2646 5455 15705 7791 5024 15706 7931 5456 15707 2646 5455 15708 7931 5456 15709 15559 5457 15710 2646 5455 15711 7992 5458 15712 7973 5459 15713 2646 5455 15714 7973 5459 15715 7791 5024 15716 2647 5460 15717 9521 5329 15718 7972 5461 15719 2647 5460 15720 7972 5461 15721 7789 5021 15722 2647 5460 15723 7789 5021 15724 15503 5027 15725 2647 5460 15726 9522 5462 15727 9521 5329 15728 2648 5463 15729 9520 5333 15730 15508 5330 15731 2648 5463 15732 9522 5462 15733 7792 5026 15734 2648 5463 15735 7792 5026 15736 15504 5025 15737 2648 5463 15738 7973 5459 15739 9520 5333 15740 2649 5464 15741 9676 5465 15742 16451 5466 15743 2649 5464 15744 9672 5467 15745 8000 5468 15746 2649 5464 15747 8000 5468 15748 7993 5469 15749 2649 5464 15750 7993 5469 15751 15328 5470 15752 2650 5471 15753 9623 5472 15754 16449 5473 15755 2650 5471 15756 9646 5474 15757 9668 4729 15758 2650 5471 15759 9668 4729 15760 15340 4677 15761 2650 5471 15762 9671 5475 15763 9623 5472 15764 2651 5476 15765 9677 5477 15766 9678 5478 15767 2651 5476 15768 9678 5478 15769 15308 5479 15770 2651 5476 15771 7497 5172 15772 7995 5480 15773 2651 5476 15774 7995 5480 15775 15584 5481 15776 2652 5482 15777 7786 5187 15778 7996 5483 15779 2652 5482 15780 7996 5483 15781 15585 5484 15782 2652 5482 15783 8001 5485 15784 15586 5486 15785 2652 5482 15786 7997 5487 15787 15501 5193 15788 2653 5488 15789 8001 5485 15790 15585 5484 15791 2653 5488 15792 9680 5489 15793 9636 5490 15794 2653 5488 15795 9636 5490 15796 16452 5491 15797 2653 5488 15798 9679 5492 15799 8001 5485 15800 2654 5493 15801 7787 5194 15802 15501 5193 15803 2654 5493 15804 7997 5487 15805 8002 5494 15806 2654 5493 15807 8002 5494 15808 15584 5481 15809 2654 5493 15810 7995 5480 15811 7787 5194 15812 2655 5495 15813 8002 5494 15814 9679 5492 15815 2655 5495 15816 9679 5492 15817 9647 5496 15818 2655 5495 15819 9647 5496 15820 9677 5477 15821 2655 5495 15822 9677 5477 15823 15584 5481 15824 2656 5497 15825 7998 5498 15826 7993 5469 15827 2656 5497 15828 7993 5469 15829 15583 5499 15830 2656 5497 15831 8003 5500 15832 8004 5501 15833 2656 5497 15834 8004 5501 15835 15587 5502 15836 2657 5503 15837 7848 5063 15838 15509 4510 15839 2657 5503 15840 7999 5504 15841 8004 5501 15842 2657 5503 15843 8004 5501 15844 15589 5505 15845 2657 5503 15846 8005 5506 15847 7848 5063 15848 2658 5507 15849 7819 5082 15850 8005 5506 15851 2658 5507 15852 8005 5506 15853 15589 5505 15854 2658 5507 15855 8003 5500 15856 7994 5508 15857 2658 5507 15858 7994 5508 15859 15334 5509 15860 2659 5510 15861 8010 5511 15862 7573 4555 15863 2659 5510 15864 7573 4555 15865 8008 5512 15866 2659 5510 15867 8008 5512 15868 8009 5513 15869 2659 5510 15870 8009 5513 15871 15593 5514 15872 2660 5515 15873 8012 5516 15874 15362 4581 15875 2660 5515 15876 7803 5044 15877 8014 5517 15878 2660 5515 15879 8014 5517 15880 8015 5518 15881 2660 5515 15882 8015 5518 15883 15595 5519 15884 2661 5520 15885 8014 5517 15886 7804 5039 15887 2661 5520 15888 7804 5039 15889 15363 4575 15890 2661 5520 15891 8013 5521 15892 8016 5522 15893 2661 5520 15894 8016 5522 15895 15597 5523 15896 2662 5524 15897 8006 5525 15898 15347 5202 15899 2662 5524 15900 7876 5201 15901 15540 5197 15902 2662 5524 15903 8018 5526 15904 8019 5527 15905 2662 5524 15906 8019 5527 15907 15590 5528 15908 2663 5529 15909 8007 5530 15910 7889 5236 15911 2663 5529 15912 7889 5236 15913 15546 5232 15914 2663 5529 15915 8020 5531 15916 8021 5532 15917 2663 5529 15918 8021 5532 15919 15591 5533 15920 2664 5534 15921 8008 5512 15922 15354 5343 15923 2664 5534 15924 7936 5342 15925 8022 5535 15926 2664 5534 15927 8022 5535 15928 15601 5536 15929 2664 5534 15930 8023 5537 15931 8008 5512 15932 2665 5538 15933 8022 5535 15934 15562 5338 15935 2665 5538 15936 7937 5337 15937 15355 5336 15938 2665 5538 15939 8011 5539 15940 15594 5540 15941 2665 5538 15942 8024 5541 15943 8022 5535 15944 2666 5542 15945 8026 5543 15946 8030 5544 15947 2666 5542 15948 8030 5544 15949 15604 5545 15950 2666 5542 15951 8049 5546 15952 15614 5547 15953 2666 5542 15954 8050 5548 15955 15602 5549 15956 2667 5550 15957 7644 4754 15958 8025 5551 15959 2667 5550 15960 8025 5551 15961 8050 5548 15962 2667 5550 15963 8050 5548 15964 15614 5547 15965 2667 5550 15966 8051 5552 15967 7644 4754 15968 2668 5553 15969 7813 5049 15970 15371 5048 15971 2668 5553 15972 8051 5552 15973 8049 5546 15974 2668 5553 15975 8049 5546 15976 8029 5554 15977 2668 5553 15978 8029 5554 15979 15518 5054 15980 2669 5555 15981 8030 5544 15982 15522 5556 15983 2669 5555 15984 8028 5557 15985 15603 5558 15986 2669 5555 15987 8052 5559 15988 15615 5560 15989 2669 5555 15990 8053 5561 15991 8030 5544 15992 2670 5562 15993 7814 5055 15994 15518 5054 15995 2670 5562 15996 8029 5554 15997 15604 5545 15998 2670 5562 15999 8053 5561 16000 8054 5563 16001 2670 5562 16002 8054 5563 16003 7814 5055 16004 2671 5564 16005 7646 4763 16006 8054 5563 16007 2671 5564 16008 8054 5563 16009 15615 5560 16010 2671 5564 16011 8052 5559 16012 8027 5565 16013 2671 5564 16014 8027 5565 16015 15426 4758 16016 2672 5566 16017 8032 5567 16018 15522 5556 16019 2672 5566 16020 8026 5543 16021 15602 5549 16022 2672 5566 16023 8055 5568 16024 15616 5569 16025 2672 5566 16026 8056 5570 16027 8032 5567 16028 2673 5571 16029 7809 5042 16030 15516 5046 16031 2673 5571 16032 8031 5572 16033 15605 5573 16034 2673 5571 16035 8056 5570 16036 8057 5574 16037 2673 5571 16038 8057 5574 16039 15367 4577 16040 2674 5575 16041 7643 4750 16042 8057 5574 16043 2674 5575 16044 8057 5574 16045 15616 5569 16046 2674 5575 16047 8055 5568 16048 8025 5551 16049 2674 5575 16050 8025 5551 16051 15425 4751 16052 2675 5576 16053 8028 5557 16054 15522 5556 16055 2675 5576 16056 8032 5567 16057 8058 5577 16058 2675 5576 16059 8058 5577 16060 15617 5578 16061 2675 5576 16062 8059 5579 16063 15603 5558 16064 2676 5580 16065 7645 4759 16066 8027 5565 16067 2676 5580 16068 8027 5565 16069 8059 5579 16070 2676 5580 16071 8059 5579 16072 15617 5578 16073 2676 5580 16074 8060 5581 16075 7645 4759 16076 2677 5582 16077 7810 5045 16078 15368 4585 16079 2677 5582 16080 8060 5581 16081 8058 5577 16082 2677 5582 16083 8058 5577 16084 15605 5573 16085 2677 5582 16086 8031 5572 16087 7810 5045 16088 2678 5583 16089 8034 5584 16090 8038 5585 16091 2678 5583 16092 8038 5585 16093 15608 5586 16094 2678 5583 16095 8061 5587 16096 8062 5588 16097 2678 5583 16098 8062 5588 16099 15606 5589 16100 2679 5590 16101 7674 4820 16102 15436 4817 16103 2679 5590 16104 8033 5591 16105 8062 5588 16106 2679 5590 16107 8062 5588 16108 15618 5592 16109 2679 5590 16110 8063 5593 16111 15378 5594 16112 2680 5595 16113 7882 5206 16114 8063 5593 16115 2680 5595 16116 8063 5593 16117 15618 5592 16118 2680 5595 16119 8061 5587 16120 8037 5596 16121 2680 5595 16122 8037 5596 16123 15543 5207 16124 2681 5597 16125 8038 5585 16126 15548 5598 16127 2681 5597 16128 8036 5599 16129 15607 5600 16130 2681 5597 16131 8064 5601 16132 8065 5602 16133 2681 5597 16134 8065 5602 16135 8038 5585 16136 2682 5603 16137 7883 5211 16138 15543 5207 16139 2682 5603 16140 8037 5596 16141 8065 5602 16142 2682 5603 16143 8065 5602 16144 15619 5604 16145 2682 5603 16146 8066 5605 16147 7883 5211 16148 2683 5606 16149 7676 4829 16150 8066 5605 16151 2683 5606 16152 8066 5605 16153 15619 5604 16154 2683 5606 16155 8064 5601 16156 8035 5607 16157 2683 5606 16158 8035 5607 16159 7676 4829 16160 2684 5608 16161 8040 5609 16162 15548 5598 16163 2684 5608 16164 8034 5584 16165 8067 5610 16166 2684 5608 16167 8067 5610 16168 15620 5611 16169 2684 5608 16170 8068 5612 16171 8040 5609 16172 2685 5613 16173 7878 5199 16174 15541 5204 16175 2685 5613 16176 8039 5614 16177 8068 5612 16178 2685 5613 16179 8068 5612 16180 8069 5615 16181 2685 5613 16182 8069 5615 16183 15350 4525 16184 2686 5616 16185 7673 4816 16186 8069 5615 16187 2686 5616 16188 8069 5615 16189 15620 5611 16190 2686 5616 16191 8067 5610 16192 8033 5591 16193 2686 5616 16194 8033 5591 16195 7673 4816 16196 2687 5617 16197 8036 5599 16198 15548 5598 16199 2687 5617 16200 8040 5609 16201 8070 5618 16202 2687 5617 16203 8070 5618 16204 15621 5619 16205 2687 5617 16206 8071 5620 16207 15607 5600 16208 2688 5621 16209 7675 4825 16210 15437 4824 16211 2688 5621 16212 8035 5607 16213 8071 5620 16214 2688 5621 16215 8071 5620 16216 15621 5619 16217 2688 5621 16218 8072 5622 16219 7675 4825 16220 2689 5623 16221 7879 5203 16222 15351 4533 16223 2689 5623 16224 8072 5622 16225 8070 5618 16226 2689 5623 16227 8070 5618 16228 8039 5614 16229 2689 5623 16230 8039 5614 16231 15541 5204 16232 2690 5624 16233 8042 5625 16234 8046 5626 16235 2690 5624 16236 8046 5626 16237 15612 5627 16238 2690 5624 16239 8073 5628 16240 15622 5629 16241 2690 5624 16242 8074 5630 16243 15610 5631 16244 2691 5632 16245 7660 4786 16246 8041 5633 16247 2691 5632 16248 8041 5633 16249 8074 5630 16250 2691 5632 16251 8074 5630 16252 15622 5629 16253 2691 5632 16254 8075 5634 16255 7660 4786 16256 2692 5635 16257 7946 5347 16258 15375 4627 16259 2692 5635 16260 8075 5634 16261 8073 5628 16262 2692 5635 16263 8073 5628 16264 8045 5636 16265 2692 5635 16266 8045 5636 16267 7946 5347 16268 2693 5637 16269 8046 5626 16270 8044 5638 16271 2693 5637 16272 8044 5638 16273 15611 5639 16274 2693 5637 16275 8076 5640 16276 15623 5641 16277 2693 5637 16278 8077 5642 16279 15612 5627 16280 2694 5643 16281 7947 5352 16282 15567 5348 16283 2694 5643 16284 8045 5636 16285 8077 5642 16286 2694 5643 16287 8077 5642 16288 8078 5644 16289 2694 5643 16290 8078 5644 16291 15376 5645 16292 2695 5646 16293 7662 4795 16294 8078 5644 16295 2695 5646 16296 8078 5644 16297 15623 5641 16298 2695 5646 16299 8076 5640 16300 8043 5647 16301 2695 5646 16302 8043 5647 16303 15432 4791 16304 2696 5648 16305 8048 5649 16306 15571 5650 16307 2696 5648 16308 8042 5625 16309 8079 5651 16310 2696 5648 16311 8079 5651 16312 15624 5652 16313 2696 5648 16314 8080 5653 16315 8048 5649 16316 2697 5654 16317 7942 5340 16318 8047 5655 16319 2697 5654 16320 8047 5655 16321 15613 5656 16322 2697 5654 16323 8080 5653 16324 8081 5657 16325 2697 5654 16326 8081 5657 16327 15359 4551 16328 2698 5658 16329 7659 4782 16330 8081 5657 16331 2698 5658 16332 8081 5657 16333 15624 5652 16334 2698 5658 16335 8079 5651 16336 8041 5633 16337 2698 5658 16338 8041 5633 16339 15431 4783 16340 2699 5659 16341 8044 5638 16342 15571 5650 16343 2699 5659 16344 8048 5649 16345 8082 5660 16346 2699 5659 16347 8082 5660 16348 15625 5661 16349 2699 5659 16350 8083 5662 16351 8044 5638 16352 2700 5663 16353 7661 4792 16354 8043 5647 16355 2700 5663 16356 8043 5647 16357 8083 5662 16358 2700 5663 16359 8083 5662 16360 15625 5661 16361 2700 5663 16362 8084 5664 16363 7661 4792 16364 2701 5665 16365 7943 5344 16366 15360 4559 16367 2701 5665 16368 8084 5664 16369 8082 5660 16370 2701 5665 16371 8082 5660 16372 15613 5656 16373 2701 5665 16374 8047 5655 16375 15565 5345 16376 2702 5666 16377 8085 5667 16378 8429 5668 16379 2702 5666 16380 8429 5668 16381 15637 5669 16382 2702 5666 16383 8428 5670 16384 8322 5671 16385 2702 5666 16386 8322 5671 16387 15629 5672 16388 2703 5673 16389 8088 5674 16390 15637 5669 16391 2703 5673 16392 8429 5668 16393 8086 5675 16394 2703 5673 16395 8086 5675 16396 15630 5676 16397 2703 5673 16398 8427 5677 16399 8088 5674 16400 2704 5678 16401 8115 5679 16402 8112 5680 16403 2704 5678 16404 8112 5680 16405 15650 5681 16406 2704 5678 16407 8096 5682 16408 8111 5683 16409 2704 5678 16410 8111 5683 16411 15665 5684 16412 2705 5685 16413 8123 5686 16414 15674 5687 16415 2705 5685 16416 8120 5688 16417 8116 5689 16418 2705 5685 16419 8116 5689 16420 8121 5690 16421 2705 5685 16422 8121 5690 16423 15675 5691 16424 2706 5692 16425 8124 5693 16426 15676 5694 16427 2706 5692 16428 8122 5695 16429 15671 5696 16430 2706 5692 16431 8117 5697 16432 8119 5698 16433 2706 5692 16434 8119 5698 16435 8124 5693 16436 2707 5699 16437 8132 5700 16438 15683 5701 16439 2707 5699 16440 8129 5702 16441 8088 5674 16442 2707 5699 16443 8088 5674 16444 15638 5703 16445 2707 5699 16446 8128 5704 16447 8132 5700 16448 2708 5705 16449 8133 5706 16450 15684 5707 16451 2708 5705 16452 8130 5708 16453 8089 5709 16454 2708 5705 16455 8089 5709 16456 15637 5669 16457 2708 5705 16458 8129 5702 16459 8133 5706 16460 2709 5710 16461 8241 5711 16462 15639 5712 16463 2709 5710 16464 8130 5708 16465 8134 5713 16466 2709 5710 16467 8134 5713 16468 15685 5714 16469 2709 5710 16470 8430 5715 16471 8241 5711 16472 2710 5716 16473 8135 5717 16474 15687 5718 16475 2710 5716 16476 8131 5719 16477 8103 5720 16478 2710 5716 16479 8103 5720 16480 15660 5721 16481 2710 5716 16482 8430 5715 16483 8135 5717 16484 2711 5722 16485 8147 5723 16486 8139 5724 16487 2711 5722 16488 8139 5724 16489 15655 5725 16490 2711 5722 16491 8105 5726 16492 15657 5727 16493 2711 5722 16494 8141 5728 16495 8147 5723 16496 2712 5729 16497 8148 5730 16498 15694 5731 16499 2712 5729 16500 8141 5728 16501 8106 5732 16502 2712 5729 16503 8106 5732 16504 15662 5733 16505 2712 5729 16506 8144 5734 16507 8148 5730 16508 2713 5735 16509 8325 5736 16510 15697 5737 16511 2713 5735 16512 8144 5734 16513 8326 5738 16514 2713 5735 16515 8326 5738 16516 8145 5739 16517 2713 5735 16518 8145 5739 16519 8325 5736 16520 2714 5740 16521 8149 5741 16522 15693 5742 16523 2714 5740 16524 8140 5743 16525 8107 5744 16526 2714 5740 16527 8107 5744 16528 8142 5745 16529 2714 5740 16530 8142 5745 16531 15695 5746 16532 2715 5747 16533 8150 5748 16534 8142 5745 16535 2715 5747 16536 8142 5745 16537 8108 5749 16538 2715 5747 16539 8108 5749 16540 8139 5724 16541 2715 5747 16542 8139 5724 16543 15692 5750 16544 2716 5751 16545 8151 5752 16546 8145 5739 16547 2716 5751 16548 8145 5739 16549 8109 5753 16550 2716 5751 16551 8109 5753 16552 15659 5754 16553 2716 5751 16554 8143 5755 16555 15696 5756 16556 2717 5757 16557 8114 5758 16558 15667 5759 16559 2717 5757 16560 8146 5760 16561 8152 5761 16562 2717 5757 16563 8152 5761 16564 8143 5755 16565 2717 5757 16566 8143 5755 16567 8114 5758 16568 2718 5762 16569 8113 5763 16570 15656 5764 16571 2718 5762 16572 8140 5743 16573 8153 5765 16574 2718 5762 16575 8153 5765 16576 15699 5766 16577 2718 5762 16578 8146 5760 16579 8113 5763 16580 2719 5767 16581 8164 5768 16582 15702 5769 16583 2719 5767 16584 8157 5770 16585 8132 5700 16586 2719 5767 16587 8132 5700 16588 15682 5771 16589 2719 5767 16590 8155 5772 16591 8164 5768 16592 2720 5773 16593 8091 5774 16594 15642 5775 16595 2720 5773 16596 8158 5776 16597 8165 5777 16598 2720 5773 16599 8165 5777 16600 15702 5769 16601 2720 5773 16602 8156 5778 16603 8091 5774 16604 2721 5779 16605 8165 5777 16606 15703 5780 16607 2721 5779 16608 8159 5781 16609 8133 5706 16610 2721 5779 16611 8133 5706 16612 15683 5701 16613 2721 5779 16614 8157 5770 16615 8165 5777 16616 2722 5782 16617 8134 5713 16618 15684 5707 16619 2722 5782 16620 8159 5781 16621 8166 5783 16622 2722 5782 16623 8166 5783 16624 8160 5784 16625 2722 5782 16626 8160 5784 16627 8134 5713 16628 2723 5785 16629 8167 5786 16630 8163 5787 16631 2723 5785 16632 8163 5787 16633 15687 5718 16634 2723 5785 16635 8135 5717 16636 15685 5714 16637 2723 5785 16638 8160 5784 16639 15704 5788 16640 2724 5789 16641 8168 5790 16642 8162 5791 16643 2724 5789 16644 8162 5791 16645 15686 5792 16646 2724 5789 16647 8136 5793 16648 8163 5787 16649 2724 5789 16650 8163 5787 16651 15707 5794 16652 2725 5795 16653 8182 5796 16654 8174 5797 16655 2725 5795 16656 8174 5797 16657 15709 5798 16658 2725 5795 16659 8175 5799 16660 15710 5800 16661 2725 5795 16662 8170 5801 16663 8182 5796 16664 2726 5802 16665 9877 5803 16666 8171 5804 16667 2726 5802 16668 8171 5804 16669 15711 5805 16670 2726 5802 16671 9876 5806 16672 9870 5807 16673 2726 5802 16674 9870 5807 16675 16558 5808 16676 2727 5809 16677 8176 5810 16678 15712 5811 16679 2727 5809 16680 8172 5812 16681 8137 5813 16682 2727 5809 16683 8137 5813 16684 15688 5814 16685 2727 5809 16686 8170 5801 16687 8176 5810 16688 2728 5815 16689 8177 5816 16690 8171 5804 16691 2728 5815 16692 8171 5804 16693 15689 5817 16694 2728 5815 16695 8138 5818 16696 15690 5819 16697 2728 5815 16698 8172 5812 16699 8177 5816 16700 2729 5820 16701 8192 5821 16702 8185 5822 16703 2729 5820 16704 8185 5822 16705 15692 5750 16706 2729 5820 16707 8147 5723 16708 15694 5731 16709 2729 5820 16710 8187 5823 16711 15719 5824 16712 2730 5825 16713 8193 5826 16714 15719 5824 16715 2730 5825 16716 8187 5823 16717 8148 5730 16718 2730 5825 16719 8148 5730 16720 15697 5737 16721 2730 5825 16722 8190 5827 16723 8193 5826 16724 2731 5828 16725 8194 5829 16726 8188 5830 16727 2731 5828 16728 8188 5830 16729 15695 5746 16730 2731 5828 16731 8150 5748 16732 8185 5822 16733 2731 5828 16734 8185 5822 16735 15717 5831 16736 2732 5832 16737 8152 5761 16738 8191 5833 16739 2732 5832 16740 8191 5833 16741 15723 5834 16742 2732 5832 16743 8195 5835 16744 8189 5836 16745 2732 5832 16746 8189 5836 16747 8152 5761 16748 2733 5837 16749 8327 5838 16750 15661 5839 16751 2733 5837 16752 8104 5840 16753 8101 5841 16754 2733 5837 16755 8101 5841 16756 8102 5842 16757 2733 5837 16758 8102 5842 16759 15653 5843 16760 2734 5844 16761 8099 5845 16762 8100 5846 16763 2734 5844 16764 8100 5846 16765 15653 5843 16766 2734 5844 16767 8102 5842 16768 8103 5720 16769 2734 5844 16770 8103 5720 16771 15652 5847 16772 2735 5848 16773 8196 5849 16774 8191 5833 16775 2735 5848 16776 8191 5833 16777 15699 5766 16778 2735 5848 16779 8153 5765 16780 8186 5850 16781 2735 5848 16782 8186 5850 16783 15718 5851 16784 2736 5852 16785 8154 5853 16786 15636 5854 16787 2736 5852 16788 8092 5855 16789 15643 5856 16790 2736 5852 16791 8197 5857 16792 8198 5858 16793 2736 5852 16794 8198 5858 16795 8154 5853 16796 2737 5859 16797 8201 5860 16798 8181 5861 16799 2737 5859 16800 8181 5861 16801 8199 5862 16802 2737 5859 16803 8199 5862 16804 8200 5863 16805 2737 5859 16806 8200 5863 16807 15725 5864 16808 2738 5865 16809 8204 5866 16810 8180 5867 16811 2738 5865 16812 8180 5867 16813 8202 5868 16814 2738 5865 16815 8202 5868 16816 8203 5869 16817 2738 5865 16818 8203 5869 16819 8204 5866 16820 2739 5870 16821 8206 5871 16822 8179 5872 16823 2739 5870 16824 8179 5872 16825 8204 5866 16826 2739 5870 16827 8204 5866 16828 15728 5873 16829 2739 5870 16830 8205 5874 16831 8206 5871 16832 2740 5875 16833 8199 5862 16834 15706 5876 16835 2740 5875 16836 8169 5877 16837 8206 5871 16838 2740 5875 16839 8206 5871 16840 15729 5878 16841 2740 5875 16842 8207 5879 16843 8199 5862 16844 2741 5880 16845 8209 5881 16846 8162 5791 16847 2741 5880 16848 8162 5791 16849 15705 5882 16850 2741 5880 16851 8201 5860 16852 8208 5883 16853 2741 5880 16854 8208 5883 16855 15730 5884 16856 2742 5885 16857 8214 5886 16858 15644 5887 16859 2742 5885 16860 8093 5888 16861 8217 5889 16862 2742 5885 16863 8217 5889 16864 15735 5890 16865 2742 5885 16866 8218 5891 16867 8214 5886 16868 2743 5892 16869 8217 5889 16870 15635 5893 16871 2743 5892 16872 8090 5894 16873 8213 5895 16874 2743 5892 16875 8213 5895 16876 15731 5896 16877 2743 5892 16878 8219 5897 16879 8217 5889 16880 2746 5898 16881 8228 5899 16882 8223 5900 16883 2746 5898 16884 8223 5900 16885 15666 5901 16886 2746 5898 16887 8396 5902 16888 8387 5903 16889 2746 5898 16890 8387 5903 16891 8228 5899 16892 2748 5904 16893 9874 5905 16894 15749 5906 16895 2749 5907 16896 8235 5908 16897 8236 5909 16898 2750 5910 16899 8182 5796 16900 15688 5814 16901 2750 5910 16902 8232 5911 16903 8236 5909 16904 2750 5910 16905 8236 5909 16906 15750 5912 16907 2750 5910 16908 8237 5913 16909 8182 5796 16910 2751 5914 16911 8137 5813 16912 15690 5819 16913 2751 5914 16914 8233 5915 16915 8238 5916 16916 2751 5914 16917 8238 5916 16918 15747 5917 16919 2751 5914 16920 8232 5911 16921 8137 5813 16922 2754 5918 16923 8138 5818 16924 15689 5817 16925 2754 5918 16926 8240 5919 16927 15751 5920 16928 2754 5918 16929 8239 5921 16930 15748 5922 16931 2754 5918 16932 8233 5915 16933 15690 5819 16934 2755 5923 16935 8245 5924 16936 8125 5925 16937 2755 5923 16938 8330 5926 16939 15755 5927 16940 2755 5923 16941 8244 5928 16942 15756 5929 16943 2756 5930 16944 8210 5931 16945 15677 5932 16946 2756 5930 16947 8245 5924 16948 8247 5933 16949 2756 5930 16950 8247 5933 16951 8248 5934 16952 2757 5935 16953 8243 5936 16954 15645 5937 16955 2757 5935 16956 8216 5938 16957 8250 5939 16958 2757 5935 16959 8250 5939 16960 15759 5940 16961 2757 5935 16962 8251 5941 16963 8243 5936 16964 2758 5942 16965 8431 5943 16966 15816 5944 16967 2758 5942 16968 8390 5945 16969 8252 5946 16970 2758 5942 16971 8252 5946 16972 15761 5947 16973 2758 5942 16974 8253 5948 16975 8431 5943 16976 2759 5949 16977 8254 5950 16978 15754 5951 16979 2759 5949 16980 8432 5952 16981 8431 5943 16982 2759 5949 16983 8431 5943 16984 15760 5953 16985 2759 5949 16986 8255 5954 16987 8254 5950 16988 2760 5955 16989 8258 5956 16990 8244 5928 16991 2760 5955 16992 8244 5928 16993 8256 5957 16994 2760 5955 16995 8256 5957 16996 8257 5958 16997 2760 5955 16998 8257 5958 16999 15763 5959 17000 2761 899 17001 8256 5957 17002 8246 5960 17003 2761 899 17004 8259 901 17005 15764 5961 17006 2762 5962 17007 8261 5963 17008 8247 5933 17009 2762 5962 17010 8247 5933 17011 15756 5929 17012 2762 5962 17013 8258 5956 17014 8260 5964 17015 2762 5962 17016 8260 5964 17017 15765 5965 17018 2763 5966 17019 8252 5946 17020 15753 5967 17021 2763 5966 17022 8251 5941 17023 8262 5968 17024 2763 5966 17025 8262 5968 17026 15766 5969 17027 2763 5966 17028 8263 5970 17029 8252 5946 17030 2764 5971 17031 8266 5972 17032 15760 5953 17033 2764 5971 17034 8253 5948 17035 8264 5973 17036 2764 5971 17037 8264 5973 17038 15768 5974 17039 2764 5971 17040 8265 5975 17041 8266 5972 17042 2765 5976 17043 8267 5977 17044 15762 5978 17045 2765 5976 17046 8255 5954 17047 8266 5972 17048 2765 5976 17049 8266 5972 17050 15767 5979 17051 2765 5976 17052 8268 5980 17053 8267 5977 17054 2766 5981 17055 8271 5982 17056 8257 5958 17057 2766 5981 17058 8257 5958 17059 15764 5961 17060 2766 5981 17061 8269 5983 17062 8270 5984 17063 2766 5981 17064 8270 5984 17065 15770 5985 17066 2767 5986 17067 8269 5983 17068 8259 901 17069 2767 5986 17070 8272 967 17071 15771 5987 17072 2768 5988 17073 8274 5989 17074 8260 5964 17075 2768 5988 17076 8260 5964 17077 15763 5959 17078 2768 5988 17079 8271 5982 17080 8273 5990 17081 2768 5988 17082 8273 5990 17083 8274 5989 17084 2769 5991 17085 8264 5973 17086 15761 5947 17087 2769 5991 17088 8263 5970 17089 8275 5992 17090 2769 5991 17091 8275 5992 17092 15774 5993 17093 2769 5991 17094 8276 5994 17095 8264 5973 17096 2770 5995 17097 8275 5992 17098 15766 5969 17099 2770 5995 17100 8318 5996 17101 8319 5997 17102 2770 5995 17103 8319 5997 17104 15773 5998 17105 2770 5995 17106 8277 5999 17107 8275 5992 17108 2771 6000 17109 8280 6001 17110 15767 5979 17111 2771 6000 17112 8265 5975 17113 8278 6002 17114 2771 6000 17115 8278 6002 17116 15776 6003 17117 2771 6000 17118 8279 6004 17119 8280 6001 17120 2772 6005 17121 8281 6006 17122 15769 6007 17123 2772 6005 17124 8268 5980 17125 8280 6001 17126 2772 6005 17127 8280 6001 17128 15775 6008 17129 2772 6005 17130 8282 6009 17131 15777 6010 17132 2773 6011 17133 8285 6012 17134 8270 5984 17135 2773 6011 17136 8270 5984 17137 15771 5987 17138 2773 6011 17139 8283 966 17140 8284 6013 17141 2773 6011 17142 8284 6013 17143 15778 6014 17144 2774 6015 17145 8287 6016 17146 15772 6017 17147 2774 6015 17148 8273 5990 17149 15770 5985 17150 2774 6015 17151 8285 6012 17152 8286 6018 17153 2774 6015 17154 8286 6018 17155 8287 6016 17156 2775 6019 17157 8278 6002 17158 15768 5974 17159 2775 6019 17160 8276 5994 17161 8289 6020 17162 2775 6019 17163 8289 6020 17164 15781 6021 17165 2775 6019 17166 8290 6022 17167 8278 6002 17168 2776 6023 17169 8289 6020 17170 15774 5993 17171 2776 6023 17172 8277 5999 17173 8288 6024 17174 2776 6023 17175 8288 6024 17176 15780 6025 17177 2776 6023 17178 8291 6026 17179 8289 6020 17180 2777 6027 17181 8293 6028 17182 15775 6008 17183 2777 6027 17184 8279 6004 17185 8292 6029 17186 2778 6030 17187 8294 6031 17188 8282 6009 17189 2778 6030 17190 8282 6009 17191 8293 6028 17192 2779 6032 17193 8296 6033 17194 15779 6034 17195 2779 6032 17196 8286 6018 17197 8295 6035 17198 2780 6036 17199 8292 6029 17200 15776 6003 17201 2780 6036 17202 8290 6022 17203 8298 6037 17204 2781 6038 17205 8298 6037 17206 15781 6021 17207 2781 6038 17208 8291 6026 17209 8297 6039 17210 2782 6040 17211 8254 5950 17212 15762 5978 17213 2782 6040 17214 8300 6041 17215 8305 6042 17216 2782 6040 17217 8305 6042 17218 15788 6043 17219 2782 6040 17220 8306 6044 17221 8254 5950 17222 2783 6045 17223 8308 6046 17224 15784 6047 17225 2783 6045 17226 8300 6041 17227 8267 5977 17228 2783 6045 17229 8267 5977 17230 15769 6007 17231 2783 6045 17232 8301 6048 17233 8308 6046 17234 2784 6049 17235 8281 6006 17236 8311 6050 17237 2784 6049 17238 8311 6050 17239 15790 6051 17240 2784 6049 17241 8310 6052 17242 8301 6048 17243 2784 6049 17244 8301 6048 17245 15769 6007 17246 6055 6053 17247 12286 6054 17248 2845 6055 17249 6055 6053 17250 14450 6056 17251 12286 6054 17252 5813 6057 17253 14224 6058 17254 12288 6059 17255 5813 6057 17256 12288 6059 17257 4697 6060 17258 5812 6061 17259 14228 6062 17260 4697 6060 17261 5811 6063 17262 8294 6031 17263 4764 6064 17264 5810 6065 17265 14227 6066 17266 4764 6064 17267 5810 6065 17268 13916 6067 17269 14224 6058 17270 5727 6068 17271 8426 6069 17272 4697 6060 17273 4690 6070 17274 8314 6071 17275 2787 6072 17276 4690 6070 17277 12271 6073 17278 8314 6071 17279 2788 6074 17280 8320 6075 17281 15649 6076 17282 2788 6074 17283 8096 5682 17284 15650 5681 17285 2788 6074 17286 8097 6077 17287 15629 5672 17288 2789 6078 17289 8104 5840 17290 8323 6079 17291 2789 6078 17292 8323 6079 17293 8320 6075 17294 2789 6078 17295 8320 6075 17296 8322 5671 17297 2789 6078 17298 8322 5671 17299 15654 6080 17300 2790 6081 17301 8328 6082 17302 15706 5876 17303 2790 6081 17304 8181 5861 17305 8161 6083 17306 2790 6081 17307 8161 6083 17308 15643 5856 17309 2790 6081 17310 8092 5855 17311 15636 5854 17312 2791 6084 17313 8329 6085 17314 8173 6086 17315 2791 6084 17316 8173 6086 17317 15713 6087 17318 2791 6084 17319 8178 6088 17320 15715 6089 17321 2791 6084 17322 8179 5872 17323 15708 6090 17324 2792 6091 17325 8329 6085 17326 8169 5877 17327 2792 6091 17328 8169 5877 17329 15706 5876 17330 2792 6091 17331 8328 6082 17332 15636 5854 17333 2792 6091 17334 8154 5853 17335 8329 6085 17336 2793 6092 17337 8331 6093 17338 15691 6094 17339 2793 6092 17340 8180 5867 17341 15715 6089 17342 2793 6092 17343 8184 6095 17344 8174 5797 17345 2793 6092 17346 8174 5797 17347 15714 6096 17348 2794 6097 17349 8220 6098 17350 8335 6099 17351 2794 6097 17352 8335 6099 17353 15793 6100 17354 2794 6097 17355 8353 6101 17356 15794 6102 17357 2794 6097 17358 8337 6103 17359 15737 6104 17360 2795 6105 17361 8353 6101 17362 15793 6100 17363 2795 6105 17364 8334 6106 17365 8207 5879 17366 2795 6105 17367 8207 5879 17368 15729 5878 17369 2795 6105 17370 8336 6107 17371 8353 6101 17372 2796 6108 17373 8335 6099 17374 15736 6109 17375 2796 6108 17376 8339 6110 17377 8354 6111 17378 2796 6108 17379 8354 6111 17380 15803 6112 17381 2796 6108 17382 8355 6113 17383 8335 6099 17384 2797 6114 17385 8200 5863 17386 15726 6115 17387 2797 6114 17388 8334 6106 17389 8355 6113 17390 2797 6114 17391 8355 6113 17392 15803 6112 17393 2797 6114 17394 8356 6116 17395 8200 5863 17396 2798 6117 17397 8208 5883 17398 15725 5864 17399 2798 6117 17400 8356 6116 17401 8354 6111 17402 2798 6117 17403 8354 6111 17404 15795 6118 17405 2798 6117 17406 8338 6119 17407 8208 5883 17408 2799 6120 17409 8218 5891 17410 8340 6121 17411 2799 6120 17412 8340 6121 17413 15796 6122 17414 2799 6120 17415 8357 6123 17416 8342 6124 17417 2799 6120 17418 8342 6124 17419 15733 6125 17420 2800 6126 17421 8357 6123 17422 8341 6127 17423 2800 6126 17424 8341 6127 17425 15736 6109 17426 2800 6126 17427 8220 6098 17428 8343 6128 17429 2800 6126 17430 8343 6128 17431 15797 6129 17432 2801 6130 17433 8339 6110 17434 8341 6127 17435 2801 6130 17436 8341 6127 17437 15796 6122 17438 2801 6130 17439 8358 6131 17440 8359 6132 17441 2801 6130 17442 8359 6132 17443 15795 6118 17444 2802 6133 17445 8212 6134 17446 15730 5884 17447 2802 6133 17448 8338 6119 17449 8359 6132 17450 2802 6133 17451 8359 6132 17452 15804 6135 17453 2802 6133 17454 8360 6136 17455 8212 6134 17456 2803 6137 17457 8219 5897 17458 8360 6136 17459 2803 6137 17460 8360 6136 17461 15804 6135 17462 2803 6137 17463 8358 6131 17464 8340 6121 17465 2803 6137 17466 8340 6121 17467 15735 5890 17468 2804 6138 17469 8215 6139 17470 8342 6124 17471 2804 6138 17472 8342 6124 17473 15797 6129 17474 2804 6138 17475 8361 6140 17476 8333 6141 17477 2804 6138 17478 8333 6141 17479 8215 6139 17480 2805 6142 17481 8361 6140 17482 8343 6128 17483 2805 6142 17484 8343 6128 17485 15737 6104 17486 2805 6142 17487 8221 6143 17488 15732 6144 17489 2805 6142 17490 8332 6145 17491 15792 6146 17492 2806 6147 17493 8250 5939 17494 15734 6148 17495 2806 6147 17496 8333 6141 17497 8362 6149 17498 2806 6147 17499 8362 6149 17500 15799 6150 17501 2806 6147 17502 8346 6151 17503 8250 5939 17504 2807 6152 17505 8362 6149 17506 15792 6146 17507 2807 6152 17508 8332 6145 17509 8249 6153 17510 2807 6152 17511 8249 6153 17512 15758 6154 17513 2807 6152 17514 8345 6155 17515 8362 6149 17516 2808 6156 17517 8363 6157 17518 15800 6158 17519 2809 6159 17520 8348 6160 17521 8363 6157 17522 2810 6161 17523 8344 6162 17524 15757 6163 17525 2811 6164 17526 8345 6155 17527 8347 6165 17528 2811 6164 17529 8347 6165 17530 8364 6166 17531 2811 6164 17532 8364 6166 17533 8365 6167 17534 2811 6164 17535 8365 6167 17536 15799 6150 17537 2812 6168 17538 8262 5968 17539 15759 5940 17540 2812 6168 17541 8346 6151 17542 8365 6167 17543 2812 6168 17544 8365 6167 17545 15805 6169 17546 2812 6168 17547 8366 6170 17548 8262 5968 17549 2813 6171 17550 8318 5996 17551 15766 5969 17552 2813 6171 17553 8366 6170 17554 15805 6169 17555 2813 6171 17556 8364 6166 17557 8348 6160 17558 2813 6171 17559 8348 6160 17560 15791 6172 17561 2814 6173 17562 8221 6143 17563 15737 6104 17564 2814 6173 17565 8337 6103 17566 8367 6174 17567 2814 6173 17568 8367 6174 17569 15801 6175 17570 2814 6173 17571 8350 6176 17572 8221 6143 17573 2815 6177 17574 8367 6174 17575 15794 6102 17576 2815 6177 17577 8336 6107 17578 8205 5874 17579 2815 6177 17580 8205 5874 17581 15728 5873 17582 2815 6177 17583 8349 6178 17584 8367 6174 17585 2816 6179 17586 8249 6153 17587 15732 6144 17588 2816 6179 17589 8350 6176 17590 8368 6180 17591 2816 6179 17592 8368 6180 17593 15802 6181 17594 2816 6179 17595 8352 6182 17596 8249 6153 17597 2817 6183 17598 8368 6180 17599 15801 6175 17600 2817 6183 17601 8349 6178 17602 8203 5869 17603 2817 6183 17604 8203 5869 17605 15727 6184 17606 2817 6183 17607 8351 6185 17608 8368 6180 17609 2818 6186 17610 8248 5934 17611 15757 6163 17612 2818 6186 17613 8344 6162 17614 15798 6187 17615 2818 6186 17616 8369 6188 17617 15806 6189 17618 2819 6190 17619 8381 6191 17620 8374 6192 17621 2819 6190 17622 8374 6192 17623 15646 6193 17624 2819 6190 17625 8095 6194 17626 8373 6195 17627 2819 6190 17628 8373 6195 17629 8381 6191 17630 2820 6196 17631 8372 6197 17632 8374 6192 17633 2820 6196 17634 8374 6192 17635 8382 6198 17636 2820 6196 17637 8382 6198 17638 8383 6199 17639 2820 6196 17640 8383 6199 17641 15807 6200 17642 2821 6201 17643 8094 6202 17644 15644 5887 17645 2821 6201 17646 8384 6203 17647 8382 6198 17648 2821 6201 17649 8382 6198 17650 15810 6204 17651 2821 6201 17652 8375 6205 17653 8094 6202 17654 2822 6206 17655 8373 6195 17656 8376 6207 17657 2822 6206 17658 8376 6207 17659 15811 6208 17660 2822 6206 17661 8385 6209 17662 8386 6210 17663 2822 6206 17664 8386 6210 17665 15809 6211 17666 2823 6212 17667 8225 6213 17668 15740 6214 17669 2823 6212 17670 8387 5903 17671 15815 6215 17672 2823 6212 17673 8385 6209 17674 8377 6216 17675 2823 6212 17676 8377 6216 17677 8225 6213 17678 2824 6217 17679 8378 6218 17680 8372 6197 17681 2824 6217 17682 8372 6197 17683 15807 6200 17684 2824 6217 17685 8388 6219 17686 8389 6220 17687 2824 6217 17688 8389 6220 17689 15812 6221 17690 2825 6222 17691 8243 5936 17692 15753 5967 17693 2825 6222 17694 8390 5945 17695 8388 6219 17696 2825 6222 17697 8388 6219 17698 8371 6223 17699 2825 6222 17700 8371 6223 17701 15645 5937 17702 2826 6224 17703 8095 6194 17704 8378 6218 17705 2826 6224 17706 8378 6218 17707 15812 6221 17708 2826 6224 17709 8393 6225 17710 8379 6226 17711 2826 6224 17712 8379 6226 17713 15648 6227 17714 2827 6228 17715 8393 6225 17716 8389 6220 17717 2827 6228 17718 8389 6220 17719 15816 5944 17720 2827 6228 17721 8432 5952 17722 8380 6229 17723 2827 6228 17724 8380 6229 17725 15813 6230 17726 2828 6231 17727 8394 6232 17728 15788 6043 17729 2828 6231 17730 8304 6233 17731 15782 6234 17732 2828 6231 17733 8299 6235 17734 8392 6236 17735 2828 6231 17736 8392 6236 17737 8394 6232 17738 2829 6237 17739 8230 6238 17740 15745 6239 17741 2829 6237 17742 8321 6240 17743 8098 6241 17744 2829 6237 17745 8098 6241 17746 15629 5672 17747 2829 6237 17748 8097 6077 17749 8230 6238 17750 2830 6242 17751 8395 6243 17752 8110 6244 17753 2830 6242 17754 8110 6244 17755 15647 6245 17756 2830 6242 17757 8375 6205 17758 8381 6191 17759 2830 6242 17760 8381 6191 17761 15809 6211 17762 2831 6246 17763 8395 6243 17764 8386 6210 17765 2831 6246 17766 8386 6210 17767 15815 6215 17768 2831 6246 17769 8396 5902 17770 15666 5901 17771 2831 6246 17772 8115 5679 17773 8395 6243 17774 2832 6247 17775 8101 5841 17776 15654 6080 17777 2832 6247 17778 8428 5670 17779 8089 5709 17780 2832 6247 17781 8089 5709 17782 15639 5712 17783 2832 6247 17784 8241 5711 17785 8101 5841 17786 2833 6248 17787 8399 6249 17788 15744 6250 17789 2833 6248 17790 8377 6216 17791 8397 6251 17792 2833 6248 17793 8397 6251 17794 15819 6252 17795 2833 6248 17796 8398 6253 17797 8399 6249 17798 2834 6254 17799 8397 6251 17800 8376 6207 17801 2834 6254 17802 8376 6207 17803 15648 6227 17804 2834 6254 17805 8400 6255 17806 8401 6256 17807 2834 6254 17808 8401 6256 17809 15819 6252 17810 2835 6257 17811 8407 6258 17812 15739 6259 17813 2835 6257 17814 8226 6260 17815 8399 6249 17816 2835 6257 17817 8399 6249 17818 15818 6261 17819 2835 6257 17820 8406 6262 17821 8407 6258 17822 2836 6263 17823 8404 6264 17824 8222 6265 17825 2836 6263 17826 8222 6265 17827 8407 6258 17828 2836 6263 17829 8407 6258 17830 8408 6266 17831 2836 6263 17832 8408 6266 17833 15822 6267 17834 2837 6268 17835 8411 6269 17836 8408 6266 17837 2837 6268 17838 8408 6266 17839 15823 6270 17840 2837 6268 17841 8409 6271 17842 8410 6272 17843 2837 6268 17844 8410 6272 17845 15825 6273 17846 2838 6274 17847 8409 6271 17848 8406 6262 17849 2838 6274 17850 8406 6262 17851 8412 6275 17852 2838 6274 17853 8412 6275 17854 8413 6276 17855 2838 6274 17856 8413 6276 17857 15824 6277 17858 2839 6278 17859 8415 6279 17860 8405 6280 17861 2839 6278 17862 8405 6280 17863 15822 6267 17864 2839 6278 17865 8411 6269 17866 8414 6281 17867 2839 6278 17868 8414 6281 17869 8415 6279 17870 2840 6282 17871 8417 6283 17872 15820 6284 17873 2840 6282 17874 8403 6285 17875 8415 6279 17876 2840 6282 17877 8415 6279 17878 15827 6286 17879 2840 6282 17880 8416 6287 17881 8417 6283 17882 2841 6288 17883 8419 6289 17884 15819 6252 17885 2841 6288 17886 8401 6256 17887 8417 6283 17888 2841 6288 17889 8417 6283 17890 15828 6290 17891 2841 6288 17892 8418 6291 17893 8419 6289 17894 2842 6292 17895 8412 6275 17896 15818 6261 17897 2842 6292 17898 8398 6253 17899 8419 6289 17900 2842 6292 17901 8419 6289 17902 15829 6293 17903 2842 6292 17904 8420 6294 17905 8412 6275 17906 2843 6295 17907 8423 6296 17908 8242 6297 17909 2843 6295 17910 8242 6297 17911 15752 6298 17912 2843 6295 17913 8299 6235 17914 8303 6299 17915 2843 6295 17916 8303 6299 17917 15787 6300 17918 2844 6301 17919 8424 6302 17920 8224 6303 17921 2844 6301 17922 8224 6303 17923 15739 6259 17924 2844 6301 17925 8222 6265 17926 15634 6304 17927 2844 6301 17928 8423 6296 17929 8424 6302 17930 4689 6305 17931 8315 6306 17932 12271 6073 17933 4689 6305 17934 12265 6307 17935 4695 6308 17936 2846 6309 17937 8433 6310 17938 15651 6311 17939 2846 6309 17940 9880 6312 17941 8433 6310 17942 2847 6313 17943 8433 6310 17944 15630 5676 17945 2847 6313 17946 8086 5675 17947 15628 6314 17948 2847 6313 17949 8085 5667 17950 8098 6241 17951 2847 6313 17952 8098 6241 17953 15651 6311 17954 2848 6315 17955 8090 5894 17956 8434 6316 17957 2848 6315 17958 8434 6316 17959 8450 6317 17960 2848 6315 17961 8450 6317 17962 15834 6318 17963 2848 6315 17964 8438 6319 17965 8090 5894 17966 2849 6320 17967 8450 6317 17968 8435 6321 17969 2849 6320 17970 8435 6321 17971 15717 5831 17972 2849 6320 17973 8192 5821 17974 8439 6322 17975 2849 6320 17976 8439 6322 17977 8450 6317 17978 2850 6323 17979 8094 6202 17980 15647 6245 17981 2850 6323 17982 8436 6324 17983 8451 6325 17984 2850 6323 17985 8451 6325 17986 15835 6326 17987 2850 6323 17988 8440 6327 17989 8094 6202 17990 2851 6328 17991 8093 5888 17992 8440 6327 17993 2851 6328 17994 8440 6327 17995 15835 6326 17996 2851 6328 17997 8452 6329 17998 8434 6316 17999 2851 6328 18000 8434 6316 18001 15635 5893 18002 2852 6330 18003 8452 6329 18004 8441 6331 18005 2852 6330 18006 8441 6331 18007 15720 6332 18008 2852 6330 18009 8194 5829 18010 8435 6321 18011 2852 6330 18012 8435 6321 18013 15832 6333 18014 2853 6334 18015 8323 6079 18016 8448 6335 18017 2853 6334 18018 8448 6335 18019 15839 6336 18020 2853 6334 18021 8453 6337 18022 8442 6338 18023 2853 6334 18024 8442 6338 18025 15649 6076 18026 2854 6339 18027 8195 5835 18028 8447 6340 18029 2854 6339 18030 8447 6340 18031 15838 6341 18032 2854 6339 18033 8454 6342 18034 8443 6343 18035 2854 6339 18036 8443 6343 18037 15721 6344 18038 2855 6345 18039 8454 6342 18040 8446 6346 18041 2855 6345 18042 8446 6346 18043 8111 5683 18044 2855 6345 18045 8111 5683 18046 8442 6338 18047 2855 6345 18048 8442 6338 18049 15836 6347 18050 2856 6348 18051 8455 6349 18052 15833 6350 18053 2856 6348 18054 8436 6324 18055 8110 6244 18056 2856 6348 18057 8110 6244 18058 15665 5684 18059 2856 6348 18060 8446 6346 18061 15838 6341 18062 2857 6351 18063 8100 5846 18064 15640 6352 18065 2857 6351 18066 8438 6319 18067 8456 6353 18068 2857 6351 18069 8456 6353 18070 15837 6354 18071 2857 6351 18072 8444 6355 18073 8100 5846 18074 2858 6356 18075 8456 6353 18076 15834 6318 18077 2858 6356 18078 8439 6322 18079 8193 5826 18080 2858 6356 18081 8193 5826 18082 15722 6357 18083 2858 6356 18084 8445 6358 18085 8456 6353 18086 2859 6359 18087 8327 5838 18088 15653 5843 18089 2859 6359 18090 8444 6355 18091 8457 6360 18092 2859 6359 18093 8457 6360 18094 15839 6336 18095 2859 6359 18096 8448 6335 18097 8327 5838 18098 2860 6361 18099 8458 6362 18100 15839 6336 18101 2860 6361 18102 8449 6363 18103 15716 6364 18104 2860 6361 18105 8324 6365 18106 15698 6366 18107 2860 6361 18108 8151 5752 18109 8458 6362 18110 2861 6367 18111 8459 6368 18112 15722 6357 18113 2861 6367 18114 8190 5827 18115 8325 5736 18116 2861 6367 18117 8325 5736 18118 15698 6366 18119 2861 6367 18120 8324 6365 18121 8459 6368 18122 2862 6369 18123 8459 6368 18124 15716 6364 18125 2862 6369 18126 8449 6363 18127 8457 6360 18128 2862 6369 18129 8457 6360 18130 15837 6354 18131 2862 6369 18132 8445 6358 18133 8459 6368 18134 2863 6370 18135 8460 6371 18136 8451 6325 18137 2863 6370 18138 8451 6325 18139 15833 6350 18140 2863 6370 18141 8437 6372 18142 8186 5850 18143 2863 6370 18144 8186 5850 18145 15693 5742 18146 2864 6373 18147 8460 6371 18148 15693 5742 18149 2864 6373 18150 8149 5741 18151 8188 5830 18152 2864 6373 18153 8188 5830 18154 15720 6332 18155 2864 6373 18156 8441 6331 18157 8460 6371 18158 2865 6374 18159 8461 6375 18160 15807 6200 18161 2865 6374 18162 8383 6199 18163 15814 6376 18164 2865 6374 18165 8384 6203 18166 8214 5886 18167 2865 6374 18168 8214 5886 18169 15733 6125 18170 2866 6377 18171 8461 6375 18172 8215 6139 18173 2866 6377 18174 8215 6139 18175 15734 6148 18176 2866 6377 18177 8216 5938 18178 8371 6223 18179 2866 6377 18180 8371 6223 18181 15807 6200 18182 2867 6378 18183 8462 6379 18184 8212 6134 18185 2867 6378 18186 8212 6134 18187 8213 5895 18188 2867 6378 18189 8213 5895 18190 15640 6352 18191 2867 6378 18192 8099 5845 18193 8462 6379 18194 2868 6380 18195 8462 6379 18196 15652 5847 18197 2868 6380 18198 8131 5719 18199 15687 5718 18200 2868 6380 18201 8136 5793 18202 15686 5792 18203 2868 6380 18204 8209 5881 18205 8462 6379 18206 2869 6381 18207 8455 6349 18208 8447 6340 18209 2869 6381 18210 8447 6340 18211 8196 5849 18212 2869 6381 18213 8196 5849 18214 15718 5851 18215 2869 6381 18216 8437 6372 18217 8455 6349 18218 2870 6382 18219 8463 6383 18220 15839 6336 18221 2870 6382 18222 8458 6362 18223 15696 5756 18224 2870 6382 18225 8189 5836 18226 15721 6344 18227 2871 6384 18228 8463 6383 18229 8443 6343 18230 2871 6384 18231 8443 6343 18232 15836 6347 18233 2871 6384 18234 8453 6337 18235 8463 6383 18236 2872 6385 18237 8087 6386 18238 8464 6387 18239 2872 6385 18240 8464 6387 18241 15840 6388 18242 2872 6385 18243 8472 6389 18244 8466 6390 18245 2872 6385 18246 8466 6390 18247 15632 6391 18248 2873 6392 18249 8472 6389 18250 15840 6388 18251 2873 6392 18252 8465 6393 18253 8123 5686 18254 2873 6392 18255 8123 5686 18256 8467 6394 18257 2873 6392 18258 8467 6394 18259 15841 6395 18260 2874 6396 18261 8427 5677 18262 15630 5676 18263 2874 6396 18264 8468 6397 18265 8473 6398 18266 2874 6396 18267 8473 6398 18268 15843 6399 18269 2874 6396 18270 8470 6400 18271 15638 5703 18272 2875 6401 18273 8473 6398 18274 15842 6402 18275 2875 6401 18276 8469 6403 18277 8124 5693 18278 2875 6401 18279 8124 5693 18280 15673 6404 18281 2875 6401 18282 8471 6405 18283 8473 6398 18284 2876 6406 18285 9913 6407 18286 9914 6408 18287 2876 6406 18288 9914 6408 18289 8481 6409 18290 2876 6406 18291 8481 6409 18292 15845 6410 18293 2876 6406 18294 8474 6411 18295 9913 6407 18296 2877 6412 18297 9913 6407 18298 15844 6413 18299 2877 6412 18300 8476 6414 18301 8483 6415 18302 2878 6416 18303 8482 6417 18304 8485 6418 18305 2878 6416 18306 8485 6418 18307 15861 6419 18308 2878 6416 18309 8486 6420 18310 8477 6421 18311 2878 6416 18312 8477 6421 18313 15846 6422 18314 1470 1352 18315 1473 1353 18316 13982 6423 18317 2884 6424 18318 8119 5698 18319 8498 6425 18320 2884 6424 18321 8498 6425 18322 8513 6426 18323 2884 6424 18324 8513 6426 18325 8502 6427 18326 2884 6424 18327 8502 6427 18328 15673 6404 18329 2885 6428 18330 8513 6426 18331 8499 6429 18332 2885 6428 18333 8499 6429 18334 15669 6430 18335 2885 6428 18336 8120 5688 18337 8503 6431 18338 2885 6428 18339 8503 6431 18340 15869 6432 18341 2886 6433 18342 8121 5690 18343 15670 6434 18344 2886 6433 18345 8500 6435 18346 8514 6436 18347 2886 6433 18348 8514 6436 18349 15870 6437 18350 2886 6433 18351 8504 6438 18352 8121 5690 18353 2887 6439 18354 8514 6436 18355 8501 6440 18356 2887 6439 18357 8501 6440 18358 8122 5695 18359 2887 6439 18360 8122 5695 18361 15676 5694 18362 2887 6439 18363 8505 6441 18364 8514 6436 18365 2888 6442 18366 8127 6443 18367 15681 6444 18368 2888 6442 18369 8506 6445 18370 15871 6446 18371 2888 6442 18372 8515 6447 18373 8496 6448 18374 2888 6442 18375 8496 6448 18376 15633 6449 18377 2889 6450 18378 8515 6447 18379 8507 6451 18380 2889 6450 18381 8507 6451 18382 15682 5771 18383 2889 6450 18384 8128 5704 18385 8497 6452 18386 2889 6450 18387 8497 6452 18388 15866 6453 18389 2890 6454 18390 8516 6455 18391 8508 6456 18392 2890 6454 18393 8508 6456 18394 15701 6457 18395 2890 6454 18396 8155 5772 18397 8507 6451 18398 2890 6454 18399 8507 6451 18400 15871 6446 18401 2891 6458 18402 8466 6390 18403 15841 6395 18404 2891 6458 18405 8509 6459 18406 8517 6460 18407 2891 6458 18408 8517 6460 18409 15865 6461 18410 2891 6458 18411 8495 6462 18412 8466 6390 18413 2892 6463 18414 8517 6460 18415 15873 6464 18416 2892 6463 18417 8510 6465 18418 15842 6402 18419 2892 6463 18420 8468 6397 18421 15630 5676 18422 2892 6463 18423 8494 6466 18424 8517 6460 18425 2893 6467 18426 8467 6394 18427 15675 5691 18428 2893 6467 18429 8504 6438 18430 8518 6468 18431 2893 6467 18432 8518 6468 18433 15873 6464 18434 2893 6467 18435 8509 6459 18436 8467 6394 18437 2894 6469 18438 8518 6468 18439 15870 6437 18440 2894 6469 18441 8505 6441 18442 15676 5694 18443 2894 6469 18444 8469 6403 18445 8510 6465 18446 2894 6469 18447 8510 6465 18448 8518 6468 18449 2895 6470 18450 8465 6393 18451 8511 6471 18452 2895 6470 18453 8511 6471 18454 15874 6472 18455 2895 6470 18456 8519 6473 18457 8503 6431 18458 2895 6470 18459 8503 6431 18460 15674 5687 18461 2896 6474 18462 8519 6473 18463 8512 6475 18464 2896 6474 18465 8512 6475 18466 8471 6405 18467 2896 6474 18468 8471 6405 18469 8502 6427 18470 2896 6474 18471 8502 6427 18472 15869 6432 18473 2897 6476 18474 8464 6387 18475 8496 6448 18476 2897 6476 18477 8496 6448 18478 15866 6453 18479 2897 6476 18480 8520 6477 18481 8511 6471 18482 2897 6476 18483 8511 6471 18484 15840 6388 18485 2898 6478 18486 8520 6477 18487 8497 6452 18488 2898 6478 18489 8497 6452 18490 8470 6400 18491 2898 6478 18492 8470 6400 18493 15843 6399 18494 2898 6478 18495 8512 6475 18496 15874 6472 18497 2899 6479 18498 8112 5680 18499 15666 5901 18500 2899 6479 18501 8223 5900 18502 15742 6480 18503 2899 6479 18504 8521 6481 18505 8112 5680 18506 2900 6482 18507 8521 6481 18508 8229 6483 18509 2900 6482 18510 8229 6483 18511 8230 6238 18512 2900 6482 18513 8230 6238 18514 15650 5681 18515 2901 6484 18516 8524 6485 18517 15844 6413 18518 2901 6484 18519 8474 6411 18520 8522 6486 18521 2901 6484 18522 8522 6486 18523 15876 6487 18524 2901 6484 18525 8523 6488 18526 8524 6485 18527 2902 6489 18528 8527 6490 18529 8475 6491 18530 2902 6489 18531 8475 6491 18532 15848 6492 18533 2902 6489 18534 8525 6493 18535 8526 6494 18536 2902 6489 18537 8526 6494 18538 15877 6495 18539 2903 6496 18540 8525 6493 18541 8476 6414 18542 2903 6496 18543 8476 6414 18544 15844 6413 18545 2903 6496 18546 8524 6485 18547 8528 6497 18548 2903 6496 18549 8528 6497 18550 15878 6498 18551 2904 6499 18552 9315 6500 18553 8480 6501 18554 2904 6499 18555 8480 6501 18556 15857 6502 18557 2904 6499 18558 9316 6503 18559 8529 6504 18560 2904 6499 18561 8529 6504 18562 9315 6500 18563 2905 6505 18564 9316 6503 18565 8484 6506 18566 2905 6505 18567 8484 6506 18568 15847 6507 18569 2905 6505 18570 8527 6490 18571 8530 6508 18572 2905 6505 18573 8530 6508 18574 15880 6509 18575 2906 6510 18576 8533 6511 18577 15875 6512 18578 2906 6510 18579 8523 6488 18580 8531 6513 18581 2906 6510 18582 8531 6513 18583 15882 6514 18584 2906 6510 18585 8532 6515 18586 8533 6511 18587 2907 6516 18588 8531 6513 18589 15876 6487 18590 2907 6516 18591 8598 6517 18592 9313 6518 18593 2907 6516 18594 9313 6518 18595 15883 6519 18596 2907 6516 18597 8534 6520 18598 8531 6513 18599 2908 6521 18600 8537 6522 18601 8526 6494 18602 2908 6521 18603 8526 6494 18604 15878 6498 18605 2908 6521 18606 8535 6523 18607 8536 6524 18608 2908 6521 18609 8536 6524 18610 15884 6525 18611 2909 6526 18612 8535 6523 18613 8528 6497 18614 2909 6526 18615 8528 6497 18616 15875 6512 18617 2909 6526 18618 8533 6511 18619 8538 6527 18620 2909 6526 18621 8538 6527 18622 15885 6528 18623 2910 6529 18624 9313 6518 18625 9312 6530 18626 2910 6529 18627 9312 6530 18628 9311 6531 18629 2910 6529 18630 9311 6531 18631 15886 6532 18632 2910 6529 18633 8539 6533 18634 15883 6519 18635 2911 6534 18636 9311 6531 18637 15939 6535 18638 2911 6534 18639 8602 6536 18640 8540 6537 18641 2911 6534 18642 8540 6537 18643 15887 6538 18644 2911 6534 18645 8541 6539 18646 9311 6531 18647 2912 6540 18648 8540 6537 18649 15879 6541 18650 2912 6540 18651 8529 6504 18652 15880 6509 18653 2912 6540 18654 8542 6542 18655 8543 6543 18656 2912 6540 18657 8543 6543 18658 8540 6537 18659 2913 6544 18660 8542 6542 18661 8530 6508 18662 2913 6544 18663 8530 6508 18664 15877 6495 18665 2913 6544 18666 8537 6522 18667 8544 6545 18668 2913 6544 18669 8544 6545 18670 15888 6546 18671 2914 6547 18672 9903 6548 18673 15881 6549 18674 2914 6547 18675 8532 6515 18676 8545 6550 18677 2914 6547 18678 8545 6550 18679 9899 6551 18680 2914 6547 18681 9899 6551 18682 9903 6548 18683 2915 6552 18684 8545 6550 18685 15882 6514 18686 2915 6552 18687 8534 6520 18688 8546 6553 18689 2915 6552 18690 8546 6553 18691 15890 6554 18692 2915 6552 18693 8547 6555 18694 15889 6556 18695 2916 6557 18696 9901 6558 18697 8536 6524 18698 2916 6557 18699 8536 6524 18700 15885 6528 18701 2916 6557 18702 9902 6559 18703 8548 6560 18704 2916 6557 18705 8548 6560 18706 15892 6561 18707 2917 6562 18708 9902 6559 18709 15885 6528 18710 2917 6562 18711 8538 6527 18712 9903 6548 18713 2917 6562 18714 9903 6548 18715 15891 6563 18716 2917 6562 18717 8549 6564 18718 9902 6559 18719 2918 6565 18720 8546 6553 18721 15883 6519 18722 2918 6565 18723 8539 6533 18724 9900 6566 18725 2918 6565 18726 9900 6566 18727 15894 6567 18728 2918 6565 18729 9898 6568 18730 8546 6553 18731 2930 6569 18732 8573 6570 18733 8574 6571 18734 2930 6569 18735 8574 6571 18736 15926 6572 18737 2931 6573 18738 8577 6574 18739 15929 6575 18740 2931 6573 18741 8578 6576 18742 8576 6577 18743 2932 6578 18744 8575 6579 18745 8579 6580 18746 2932 6578 18747 8579 6580 18748 8577 6574 18749 2933 6581 18750 8481 6409 18751 15859 6582 18752 2933 6581 18753 8585 6583 18754 8591 6584 18755 2933 6581 18756 8591 6584 18757 15930 6585 18758 2933 6581 18759 8582 6586 18760 8481 6409 18761 2934 6587 18762 8591 6584 18763 15932 6588 18764 2934 6587 18765 8586 6589 18766 8482 6417 18767 2934 6587 18768 8482 6417 18769 15846 6422 18770 2934 6587 18771 8583 6590 18772 8591 6584 18773 2935 6591 18774 8489 6592 18775 9576 6593 18776 2935 6591 18777 9576 6593 18778 16415 6594 18779 2935 6591 18780 9574 6595 18781 15936 6596 18782 2935 6591 18783 8593 6597 18784 8489 6592 18785 2936 6598 18786 8488 6599 18787 15863 6600 18788 2936 6598 18789 8593 6597 18790 8592 6601 18791 2936 6598 18792 8592 6601 18793 15932 6588 18794 2936 6598 18795 8585 6583 18796 8488 6599 18797 2937 6602 18798 8583 6590 18799 8589 6603 18800 2937 6602 18801 8589 6603 18802 8596 6604 18803 2937 6602 18804 8596 6604 18805 8597 6605 18806 2937 6602 18807 8597 6605 18808 15930 6585 18809 2938 6606 18810 8522 6486 18811 15845 6410 18812 2938 6606 18813 8582 6586 18814 8597 6605 18815 2938 6606 18816 8597 6605 18817 15938 6607 18818 2938 6606 18819 8598 6517 18820 8522 6486 18821 2939 6608 18822 8477 6421 18823 15849 6609 18824 2939 6608 18825 8590 6610 18826 15935 6611 18827 2939 6608 18828 8599 6612 18829 15934 6613 18830 2939 6608 18831 8589 6603 18832 8477 6421 18833 2940 6614 18834 8599 6612 18835 15935 6611 18836 2940 6614 18837 8601 6615 18838 9312 6530 18839 2940 6614 18840 9312 6530 18841 15938 6607 18842 2940 6614 18843 8596 6604 18844 8599 6612 18845 2941 6616 18846 8590 6610 18847 8584 6617 18848 2941 6616 18849 8584 6617 18850 8600 6618 18851 2941 6616 18852 8600 6618 18853 15939 6535 18854 2941 6616 18855 8601 6615 18856 8590 6610 18857 2942 6619 18858 9315 6500 18859 15879 6541 18860 2942 6619 18861 8602 6536 18862 8600 6618 18863 2942 6619 18864 8600 6618 18865 15931 6620 18866 2942 6619 18867 9314 6621 18868 9315 6500 18869 2943 6622 18870 8486 6420 18871 8587 6623 18872 2943 6622 18873 8587 6623 18874 15933 6624 18875 2943 6622 18876 8603 6625 18877 8584 6617 18878 2943 6622 18879 8584 6617 18880 15849 6609 18881 2944 6626 18882 8603 6625 18883 8594 6627 18884 2944 6626 18885 8594 6627 18886 9570 6628 18887 2944 6626 18888 9570 6628 18889 9314 6621 18890 2944 6626 18891 9314 6621 18892 15931 6620 18893 2945 6629 18894 9899 6551 18895 15889 6556 18896 2945 6629 18897 9897 6630 18898 8614 6631 18899 2945 6629 18900 8614 6631 18901 15941 6632 18902 2945 6629 18903 8605 6633 18904 9899 6551 18905 2946 6634 18906 8614 6631 18907 8604 6635 18908 2946 6634 18909 8604 6635 18910 8550 6636 18911 2946 6634 18912 8550 6636 18913 8606 6637 18914 2946 6634 18915 8606 6637 18916 8614 6631 18917 2947 6638 18918 8547 6555 18919 9896 6639 18920 2947 6638 18921 9896 6639 18922 15942 6640 18923 2947 6638 18924 8615 6641 18925 9897 6630 18926 2947 6638 18927 9897 6630 18928 8547 6555 18929 2948 6642 18930 8615 6641 18931 8607 6643 18932 2948 6642 18933 8607 6643 18934 8551 6644 18935 2948 6642 18936 8551 6644 18937 15897 6645 18938 2948 6642 18939 8604 6635 18940 15940 6646 18941 2949 6647 18942 8548 6560 18943 15893 6648 18944 2949 6647 18945 8608 6649 18946 8616 6650 18947 2949 6647 18948 8616 6650 18949 15944 6651 18950 2949 6647 18951 8610 6652 18952 8548 6560 18953 2950 6653 18954 8616 6650 18955 15943 6654 18956 2950 6653 18957 8609 6655 18958 15901 6656 18959 2950 6653 18960 8552 6657 18961 8611 6658 18962 2950 6653 18963 8611 6658 18964 15944 6651 18965 2951 6659 18966 8549 6564 18967 15891 6563 18968 2951 6659 18969 8605 6633 18970 8617 6660 18971 2951 6659 18972 8617 6660 18973 15943 6654 18974 2951 6659 18975 8608 6649 18976 8549 6564 18977 2952 6661 18978 8617 6660 18979 15941 6632 18980 2952 6661 18981 8606 6637 18982 8553 6662 18983 2952 6661 18984 8553 6662 18985 15901 6656 18986 2952 6661 18987 8609 6655 18988 8617 6660 18989 2953 6663 18990 9898 6568 18991 8612 6664 18992 2953 6663 18993 8612 6664 18994 15945 6665 18995 2953 6663 18996 8618 6666 18997 9896 6639 18998 2953 6663 18999 9896 6639 19000 15890 6554 19001 2954 6667 19002 8618 6666 19003 8613 6668 19004 2954 6667 19005 8613 6668 19006 15902 6669 19007 2954 6667 19008 8554 6670 19009 8607 6643 19010 2954 6667 19011 8607 6643 19012 15942 6640 19013 2956 6671 19014 8543 6543 19015 15888 6546 19016 2956 6671 19017 8620 6672 19018 8627 6673 19019 2956 6671 19020 8627 6673 19021 15946 6674 19022 2956 6671 19023 8619 6675 19024 15887 6538 19025 2959 6676 19026 8625 6677 19027 8612 6664 19028 2959 6676 19029 8612 6664 19030 8621 6678 19031 2960 6679 19032 8630 6680 19033 8629 6681 19034 2960 6679 19035 8629 6681 19036 8628 6682 19037 2961 6683 19038 8629 6681 19039 8624 6684 19040 2961 6683 19041 8624 6684 19042 8556 6685 19043 2961 6683 19044 8556 6685 19045 8623 6686 19046 2961 6683 19047 8623 6686 19048 15948 6687 19049 2962 6688 19050 8610 6652 19051 8626 6689 19052 2962 6688 19053 8622 6690 19054 8610 6652 19055 2964 6691 19056 8632 6692 19057 15962 6693 19058 2964 6691 19059 8670 6694 19060 8720 6695 19061 2964 6691 19062 8720 6695 19063 16016 6696 19064 2964 6691 19065 8672 6697 19066 8632 6692 19067 2965 6698 19068 8720 6695 19069 8671 6699 19070 2965 6698 19071 8671 6699 19072 15965 6700 19073 2965 6698 19074 8633 6701 19075 15967 6702 19076 2965 6698 19077 8673 6703 19078 8720 6695 19079 2966 6704 19080 8634 6705 19081 15964 6706 19082 2966 6704 19083 8669 6707 19084 8721 6708 19085 2966 6704 19086 8721 6708 19087 8674 6709 19088 2966 6704 19089 8674 6709 19090 15968 6710 19091 2967 6711 19092 8721 6708 19093 8668 6712 19094 2967 6711 19095 8668 6712 19096 15963 6713 19097 2967 6711 19098 8635 6714 19099 8675 6715 19100 2967 6711 19101 8675 6715 19102 16017 6716 19103 2968 6717 19104 8637 6718 19105 15973 6719 19106 2968 6717 19107 8679 6720 19108 8722 6721 19109 2968 6717 19110 8722 6721 19111 16020 6722 19112 2968 6717 19113 8680 6723 19114 8637 6718 19115 2969 6724 19116 8722 6721 19117 8678 6725 19118 2969 6724 19119 8678 6725 19120 15972 6726 19121 2969 6724 19122 8638 6727 19123 15976 6728 19124 2969 6724 19125 8681 6729 19126 8722 6721 19127 2970 6730 19128 8639 6731 19129 15971 6732 19130 2970 6730 19131 8677 6733 19132 8723 6734 19133 2970 6730 19134 8723 6734 19135 8682 6735 19136 2970 6730 19137 8682 6735 19138 15977 6736 19139 2971 6737 19140 8723 6734 19141 8676 6738 19142 2971 6737 19143 8676 6738 19144 15970 6739 19145 2971 6737 19146 8636 6740 19147 8683 6741 19148 2971 6737 19149 8683 6741 19150 16021 6742 19151 2972 6743 19152 8641 6744 19153 15981 6745 19154 2972 6743 19155 8687 6746 19156 8724 6747 19157 2972 6743 19158 8724 6747 19159 16024 6748 19160 2972 6743 19161 8688 6749 19162 8641 6744 19163 2973 6750 19164 8724 6747 19165 8686 6751 19166 2973 6750 19167 8686 6751 19168 15980 6752 19169 2973 6750 19170 8642 6753 19171 15984 6754 19172 2973 6750 19173 8689 6755 19174 8724 6747 19175 2974 6756 19176 8643 6757 19177 15979 6758 19178 2974 6756 19179 8685 6759 19180 8725 6760 19181 2974 6756 19182 8725 6760 19183 8691 6761 19184 2974 6756 19185 8691 6761 19186 15985 6762 19187 2975 6763 19188 8725 6760 19189 8684 6764 19190 2975 6763 19191 8684 6764 19192 15978 6765 19193 2975 6763 19194 8640 6766 19195 8690 6767 19196 2975 6763 19197 8690 6767 19198 16025 6768 19199 2976 6769 19200 8644 6770 19201 15994 6771 19202 2976 6769 19203 8700 6772 19204 8726 6773 19205 2976 6769 19206 8726 6773 19207 16032 6774 19208 2976 6769 19209 8704 6775 19210 8644 6770 19211 2977 6776 19212 8726 6773 19213 8701 6777 19214 2977 6776 19215 8701 6777 19216 15995 6778 19217 2977 6776 19218 8645 6779 19219 8705 6780 19220 2977 6776 19221 8705 6780 19222 16032 6774 19223 2978 6781 19224 8646 6782 19225 8703 6783 19226 2978 6781 19227 8703 6783 19228 8727 6784 19229 2978 6781 19230 8727 6784 19231 16033 6785 19232 2978 6781 19233 8706 6786 19234 8646 6782 19235 2979 6787 19236 8727 6784 19237 8702 6788 19238 2979 6787 19239 8702 6788 19240 15997 6789 19241 2979 6787 19242 8647 6790 19243 8707 6791 19244 2979 6787 19245 8707 6791 19246 16033 6785 19247 2980 6792 19248 8649 6793 19249 15991 6794 19250 2980 6792 19251 8696 6795 19252 8728 6796 19253 2980 6792 19254 8728 6796 19255 16034 6797 19256 2980 6792 19257 8708 6798 19258 8649 6793 19259 2981 6799 19260 8728 6796 19261 8697 6800 19262 2981 6799 19263 8697 6800 19264 15992 6801 19265 2981 6799 19266 8650 6802 19267 8709 6803 19268 2981 6799 19269 8709 6803 19270 16034 6797 19271 2982 6804 19272 8651 6805 19273 15993 6806 19274 2982 6804 19275 8699 6807 19276 8729 6808 19277 2982 6804 19278 8729 6808 19279 16035 6809 19280 2982 6804 19281 8711 6810 19282 8651 6805 19283 2983 6811 19284 8729 6808 19285 8698 6812 19286 2983 6811 19287 8698 6812 19288 15990 6813 19289 2983 6811 19290 8648 6814 19291 8710 6815 19292 2983 6811 19293 8710 6815 19294 16035 6809 19295 2984 6816 19296 8653 6817 19297 15987 6818 19298 2984 6816 19299 8692 6819 19300 8730 6820 19301 2984 6816 19302 8730 6820 19303 16036 6821 19304 2984 6816 19305 8712 6822 19306 8653 6817 19307 2985 6823 19308 8730 6820 19309 8693 6824 19310 2985 6823 19311 8693 6824 19312 8654 6825 19313 2985 6823 19314 8654 6825 19315 8713 6826 19316 2985 6823 19317 8713 6826 19318 8730 6820 19319 2986 6827 19320 8655 6828 19321 15989 6829 19322 2986 6827 19323 8695 6830 19324 8731 6831 19325 2986 6827 19326 8731 6831 19327 16037 6832 19328 2986 6827 19329 8715 6833 19330 8655 6828 19331 2987 6834 19332 8731 6831 19333 8694 6835 19334 2987 6834 19335 8694 6835 19336 15986 6836 19337 2987 6834 19338 8652 6837 19339 8714 6838 19340 2987 6834 19341 8714 6838 19342 16037 6832 19343 2988 6839 19344 9822 6840 19345 16007 6841 19346 2988 6839 19347 8712 6822 19348 9812 6842 19349 2988 6839 19350 9812 6842 19351 16532 6843 19352 2988 6839 19353 9808 6844 19354 9822 6840 19355 2989 6845 19356 9812 6842 19357 16036 6821 19358 2989 6845 19359 8713 6826 19360 16008 6846 19361 2989 6845 19362 9811 6847 19363 9809 6848 19364 2989 6845 19365 9809 6848 19366 16532 6843 19367 2990 6849 19368 8657 6850 19369 16009 6851 19370 2990 6849 19371 8715 6833 19372 8732 6852 19373 2990 6849 19374 8732 6852 19375 16038 6853 19376 2990 6849 19377 8717 6854 19378 8657 6850 19379 2991 6855 19380 8732 6852 19381 8714 6838 19382 2991 6855 19383 8714 6838 19384 16006 6856 19385 2991 6855 19386 8656 6857 19387 8716 6858 19388 2991 6855 19389 8716 6858 19390 16038 6853 19391 2992 6859 19392 8659 6860 19393 16003 6861 19394 2992 6859 19395 8708 6798 19396 8733 6862 19397 2992 6859 19398 8733 6862 19399 16038 6853 19400 2992 6859 19401 8716 6858 19402 8659 6860 19403 2993 6863 19404 8733 6862 19405 8709 6803 19406 2993 6863 19407 8709 6803 19408 16004 6864 19409 2993 6863 19410 8660 6865 19411 8717 6854 19412 2993 6863 19413 8717 6854 19414 16038 6853 19415 2994 6866 19416 8661 6867 19417 16005 6868 19418 2994 6866 19419 8711 6810 19420 8734 6869 19421 2994 6866 19422 8734 6869 19423 16039 6870 19424 2994 6866 19425 8719 6871 19426 8661 6867 19427 2995 6872 19428 8734 6869 19429 8710 6815 19430 2995 6872 19431 8710 6815 19432 16002 6873 19433 2995 6872 19434 8658 6874 19435 8718 6875 19436 2995 6872 19437 8718 6875 19438 16039 6870 19439 2996 6876 19440 8662 6877 19441 15998 6878 19442 2996 6876 19443 8704 6775 19444 8735 6879 19445 2996 6876 19446 8735 6879 19447 16039 6870 19448 2996 6876 19449 8718 6875 19450 8662 6877 19451 2997 6880 19452 8735 6879 19453 8705 6780 19454 2997 6880 19455 8705 6780 19456 15999 6881 19457 2997 6880 19458 8663 6882 19459 8719 6871 19460 2997 6880 19461 8719 6871 19462 16039 6870 19463 2998 6883 19464 8664 6884 19465 16000 6885 19466 2998 6883 19467 8706 6786 19468 8750 6886 19469 2998 6883 19470 8750 6886 19471 15956 6887 19472 2998 6883 19473 8751 6888 19474 8664 6884 19475 2999 6889 19476 8750 6886 19477 8707 6791 19478 2999 6889 19479 8707 6791 19480 16001 6890 19481 2999 6889 19482 8665 6891 19483 8631 6892 19484 2999 6889 19485 8631 6892 19486 15956 6887 19487 3000 6893 19488 8558 6894 19489 8742 6895 19490 3000 6893 19491 8742 6895 19492 16043 6896 19493 3000 6893 19494 8749 6897 19495 8744 6898 19496 3000 6893 19497 8744 6898 19498 15909 6899 19499 3001 6900 19500 8755 6901 19501 8754 6902 19502 3001 6900 19503 8754 6902 19504 15954 6903 19505 3001 6900 19506 8753 6904 19507 8752 6905 19508 3001 6900 19509 8752 6905 19510 15952 6906 19511 3002 6907 19512 8688 6749 19513 8764 6908 19514 3002 6907 19515 8764 6908 19516 16052 6909 19517 3002 6907 19518 8768 6910 19519 8758 6911 19520 3002 6907 19521 8758 6911 19522 15983 6912 19523 3003 6913 19524 8768 6910 19525 8765 6914 19526 3003 6913 19527 8765 6914 19528 16026 6915 19529 3003 6913 19530 8692 6819 19531 8759 6916 19532 3003 6913 19533 8759 6916 19534 16049 6917 19535 3004 6918 19536 8689 6755 19537 8760 6919 19538 3004 6918 19539 8760 6919 19540 16050 6920 19541 3004 6918 19542 8769 6921 19543 8764 6908 19544 3004 6918 19545 8764 6908 19546 16024 6748 19547 3005 6922 19548 8769 6921 19549 16050 6920 19550 3005 6922 19551 8761 6923 19552 8693 6824 19553 3005 6922 19554 8693 6824 19555 16026 6915 19556 3005 6922 19557 8765 6914 19558 8769 6921 19559 3006 6924 19560 8691 6761 19561 16025 6768 19562 3006 6924 19563 8766 6925 19564 8770 6926 19565 3006 6924 19566 8770 6926 19567 16051 6927 19568 3006 6924 19569 8762 6928 19570 8691 6761 19571 3007 6929 19572 8770 6926 19573 8767 6930 19574 3007 6929 19575 8767 6930 19576 16027 6931 19577 3007 6929 19578 8695 6830 19579 8763 6932 19580 3007 6929 19581 8763 6932 19582 16051 6927 19583 3008 6933 19584 8690 6767 19585 8756 6934 19586 3008 6933 19587 8756 6934 19588 16048 6935 19589 3008 6933 19590 8771 6936 19591 16053 6937 19592 3008 6933 19593 8766 6925 19594 8690 6767 19595 3009 6938 19596 8771 6936 19597 8757 6939 19598 3009 6938 19599 8757 6939 19600 8694 6835 19601 3009 6938 19602 8694 6835 19603 8767 6930 19604 3009 6938 19605 8767 6930 19606 16053 6937 19607 3010 6940 19608 8680 6723 19609 8780 6941 19610 3010 6940 19611 8780 6941 19612 8784 6942 19613 3010 6940 19614 8784 6942 19615 16055 6943 19616 3010 6940 19617 8774 6944 19618 8680 6723 19619 3011 6945 19620 8784 6942 19621 16058 6946 19622 3011 6945 19623 8781 6947 19624 8696 6795 19625 3011 6945 19626 8696 6795 19627 15991 6794 19628 3011 6945 19629 8775 6948 19630 8784 6942 19631 3012 6949 19632 8681 6729 19633 8776 6950 19634 3012 6949 19635 8776 6950 19636 16056 6951 19637 3012 6949 19638 8785 6952 19639 8780 6941 19640 3012 6949 19641 8780 6941 19642 16020 6722 19643 3013 6953 19644 8785 6952 19645 16056 6951 19646 3013 6953 19647 8777 6954 19648 8697 6800 19649 3013 6953 19650 8697 6800 19651 16028 6955 19652 3013 6953 19653 8781 6947 19654 8785 6952 19655 3014 6956 19656 8682 6735 19657 16021 6742 19658 3014 6956 19659 8782 6957 19660 8786 6958 19661 3014 6956 19662 8786 6958 19663 16057 6959 19664 3014 6956 19665 8778 6960 19666 8682 6735 19667 3015 6961 19668 8786 6958 19669 8783 6962 19670 3015 6961 19671 8783 6962 19672 16029 6963 19673 3015 6961 19674 8699 6807 19675 8779 6964 19676 3015 6961 19677 8779 6964 19678 16057 6959 19679 3016 6965 19680 8683 6741 19681 8772 6966 19682 3016 6965 19683 8772 6966 19684 16054 6967 19685 3016 6965 19686 8787 6968 19687 8782 6957 19688 3016 6965 19689 8782 6957 19690 8683 6741 19691 3017 6969 19692 8787 6968 19693 8773 6970 19694 3017 6969 19695 8773 6970 19696 15990 6813 19697 3017 6969 19698 8698 6812 19699 8783 6962 19700 3017 6969 19701 8783 6962 19702 16059 6971 19703 3018 6972 19704 8672 6697 19705 8796 6973 19706 3018 6972 19707 8796 6973 19708 16064 6974 19709 3018 6972 19710 8800 6975 19711 8788 6976 19712 3018 6972 19713 8788 6976 19714 8672 6697 19715 3019 6977 19716 8800 6975 19717 16064 6974 19718 3019 6977 19719 8797 6978 19720 8700 6772 19721 3019 6977 19722 8700 6772 19723 8789 6979 19724 3019 6977 19725 8789 6979 19726 8800 6975 19727 3020 6980 19728 8673 6703 19729 8790 6981 19730 3020 6980 19731 8790 6981 19732 16061 6982 19733 3020 6980 19734 8801 6983 19735 8796 6973 19736 3020 6980 19737 8796 6973 19738 16016 6696 19739 3021 6984 19740 8801 6983 19741 16061 6982 19742 3021 6984 19743 8791 6985 19744 8701 6777 19745 3021 6984 19746 8701 6777 19747 16030 6986 19748 3021 6984 19749 8797 6978 19750 8801 6983 19751 3022 6987 19752 8674 6709 19753 16017 6716 19754 3022 6987 19755 8798 6988 19756 8802 6989 19757 3022 6987 19758 8802 6989 19759 16062 6990 19760 3022 6987 19761 8792 6991 19762 8674 6709 19763 3023 6992 19764 8802 6989 19765 8799 6993 19766 3023 6992 19767 8799 6993 19768 16031 6994 19769 3023 6992 19770 8703 6783 19771 8793 6995 19772 3023 6992 19773 8793 6995 19774 16062 6990 19775 3024 6996 19776 8675 6715 19777 15969 6997 19778 3024 6996 19779 8794 6998 19780 8803 6999 19781 3024 6996 19782 8803 6999 19783 16065 7000 19784 3024 6996 19785 8798 6988 19786 8675 6715 19787 3025 7001 19788 8803 6999 19789 16063 7002 19790 3025 7001 19791 8795 7003 19792 8702 6788 19793 3025 7001 19794 8702 6788 19795 16031 6994 19796 3025 7001 19797 8799 6993 19798 8803 6999 19799 3026 7004 19800 8753 6904 19801 8804 7005 19802 3026 7004 19803 8804 7005 19804 16066 7006 19805 3026 7004 19806 8816 7007 19807 8811 7008 19808 3026 7004 19809 8811 7008 19810 16012 7009 19811 3027 7010 19812 8816 7007 19813 8805 7011 19814 3027 7010 19815 8805 7011 19816 15955 7012 19817 3027 7010 19818 8751 6888 19819 8810 7013 19820 3027 7010 19821 8810 7013 19822 16069 7014 19823 3028 7015 19824 8752 6905 19825 16012 7009 19826 3028 7015 19827 8811 7008 19828 8817 7016 19829 3028 7015 19830 8817 7016 19831 16067 7017 19832 3028 7015 19833 8806 7018 19834 8752 6905 19835 3029 7019 19836 8817 7016 19837 16069 7014 19838 3029 7019 19839 8810 7013 19840 8631 6892 19841 3029 7019 19842 8631 6892 19843 15957 7020 19844 3029 7019 19845 8807 7021 19846 8817 7016 19847 3030 7022 19848 8822 7023 19849 8641 6744 19850 3030 7022 19851 8641 6744 19852 8820 7024 19853 3030 7022 19854 8820 7024 19855 8821 7025 19856 3030 7022 19857 8821 7025 19858 16074 7026 19859 3031 7027 19860 8819 7028 19861 8640 6766 19862 3031 7027 19863 8640 6766 19864 8823 7029 19865 3031 7027 19866 8823 7029 19867 16075 7030 19868 3031 7027 19869 8824 7031 19870 8819 7028 19871 3032 7032 19872 8828 7033 19873 8637 6718 19874 3032 7032 19875 8637 6718 19876 8826 7034 19877 3032 7032 19878 8826 7034 19879 16077 7035 19880 3032 7032 19881 8827 7036 19882 16078 7037 19883 3033 7038 19884 8825 7039 19885 8636 6740 19886 3033 7038 19887 8636 6740 19888 8829 7040 19889 3033 7038 19890 8829 7040 19891 16079 7041 19892 3033 7038 19893 8830 7042 19894 8825 7039 19895 3034 7043 19896 8831 7044 19897 8635 6714 19898 3034 7043 19899 8635 6714 19900 8833 7045 19901 3034 7043 19902 8833 7045 19903 16082 7046 19904 3034 7043 19905 8834 7047 19906 16081 7048 19907 3035 7049 19908 8836 7050 19909 8632 6692 19910 3035 7049 19911 8632 6692 19912 8832 7051 19913 3035 7049 19914 8832 7051 19915 8835 7052 19916 3035 7049 19917 8835 7052 19918 16083 7053 19919 3036 7054 19920 8839 7055 19921 8795 7003 19922 3036 7054 19923 8795 7003 19924 16063 7002 19925 3036 7054 19926 8837 7056 19927 8838 7057 19928 3036 7054 19929 8838 7057 19930 16085 7058 19931 3037 7059 19932 8837 7056 19933 16063 7002 19934 3037 7059 19935 8794 6998 19936 8840 7060 19937 3037 7059 19938 8840 7060 19939 16086 7061 19940 3037 7059 19941 8841 7062 19942 8837 7056 19943 3038 7063 19944 8844 7064 19945 16060 7065 19946 3038 7063 19947 8789 6979 19948 8842 7066 19949 3038 7063 19950 8842 7066 19951 16088 7067 19952 3038 7063 19953 8843 7068 19954 8844 7064 19955 3039 7069 19956 8846 7070 19957 8788 6976 19958 3039 7069 19959 8788 6976 19960 16060 7065 19961 3039 7069 19962 8844 7064 19963 8845 7071 19964 3039 7069 19965 8845 7071 19966 16089 7072 19967 3040 7073 19968 8849 7074 19969 16055 6943 19970 3040 7073 19971 8775 6948 19972 8847 7075 19973 3040 7073 19974 8847 7075 19975 16091 7076 19976 3040 7073 19977 8848 7077 19978 8849 7074 19979 3041 7078 19980 8851 7079 19981 8774 6944 19982 3041 7078 19983 8774 6944 19984 16055 6943 19985 3041 7078 19986 8849 7074 19987 8850 7080 19988 3041 7078 19989 8850 7080 19990 16092 7081 19991 3042 7082 19992 8854 7083 19993 8773 6970 19994 3042 7082 19995 8773 6970 19996 16054 6967 19997 3042 7082 19998 8852 7084 19999 8853 7085 20000 3042 7082 20001 8853 7085 20002 16094 7086 20003 3043 7087 20004 8852 7084 20005 16054 6967 20006 3043 7087 20007 8772 6966 20008 8855 7088 20009 3043 7087 20010 8855 7088 20011 16095 7089 20012 3043 7087 20013 8856 7090 20014 8852 7084 20015 3044 7091 20016 8859 7092 20017 16049 6917 20018 3044 7091 20019 8759 6916 20020 8857 7093 20021 3044 7091 20022 8857 7093 20023 16097 7094 20024 3044 7091 20025 8858 7095 20026 8859 7092 20027 3045 7096 20028 8861 7097 20029 8758 6911 20030 3045 7096 20031 8758 6911 20032 16049 6917 20033 3045 7096 20034 8859 7092 20035 8860 7098 20036 3045 7096 20037 8860 7098 20038 16098 7099 20039 3046 7100 20040 8864 7101 20041 8757 6939 20042 3046 7100 20043 8757 6939 20044 16048 6935 20045 3046 7100 20046 8862 7102 20047 8863 7103 20048 3046 7100 20049 8863 7103 20050 16100 7104 20051 3047 7105 20052 8862 7102 20053 16048 6935 20054 3047 7105 20055 8756 6934 20056 8865 7106 20057 3047 7105 20058 8865 7106 20059 16101 7107 20060 3047 7105 20061 8866 7108 20062 8862 7102 20063 3048 7109 20064 8868 7110 20065 9822 6840 20066 3048 7109 20067 9822 6840 20068 9821 7111 20069 3048 7109 20070 9821 7111 20071 16102 7112 20072 3048 7109 20073 8867 7113 20074 8868 7110 20075 3049 7114 20076 8871 7115 20077 8656 6857 20078 3049 7114 20079 8656 6857 20080 8869 7116 20081 3049 7114 20082 8869 7116 20083 8870 7117 20084 3049 7114 20085 8870 7117 20086 16104 7118 20087 3050 7119 20088 8873 7120 20089 15987 6818 20090 3050 7119 20091 8653 6817 20092 16007 6841 20093 3050 7119 20094 8868 7110 20095 16103 7121 20096 3050 7119 20097 8872 7122 20098 16106 7123 20099 3051 7124 20100 8869 7116 20101 16006 6856 20102 3051 7124 20103 8652 6837 20104 8874 7125 20105 3051 7124 20106 8874 7125 20107 16107 7126 20108 3051 7124 20109 8875 7127 20110 8869 7116 20111 3052 7128 20112 8878 7129 20113 8659 6860 20114 3052 7128 20115 8659 6860 20116 8876 7130 20117 3052 7128 20118 8876 7130 20119 16108 7131 20120 3052 7128 20121 8877 7132 20122 8878 7129 20123 3053 7133 20124 8881 7134 20125 8658 6874 20126 3053 7133 20127 8658 6874 20128 8879 7135 20129 3053 7133 20130 8879 7135 20131 8880 7136 20132 3053 7133 20133 8880 7136 20134 16110 7137 20135 3054 7138 20136 8883 7139 20137 8649 6793 20138 3054 7138 20139 8649 6793 20140 16003 6861 20141 3054 7138 20142 8878 7129 20143 16109 7140 20144 3054 7138 20145 8882 7141 20146 16112 7142 20147 3055 7143 20148 8879 7135 20149 16002 6873 20150 3055 7143 20151 8648 6814 20152 8884 7144 20153 3055 7143 20154 8884 7144 20155 8885 7145 20156 3055 7143 20157 8885 7145 20158 16111 7146 20159 3056 7147 20160 8888 7148 20161 8665 6891 20162 3056 7147 20163 8665 6891 20164 16001 6890 20165 3056 7147 20166 8886 7149 20167 8887 7150 20168 3056 7147 20169 8887 7150 20170 16114 7151 20171 3057 7152 20172 8891 7153 20173 8662 6877 20174 3057 7152 20175 8662 6877 20176 8889 7154 20177 3057 7152 20178 8889 7154 20179 16116 7155 20180 3057 7152 20181 8890 7156 20182 8891 7153 20183 3058 7157 20184 8886 7149 20185 16001 6890 20186 3058 7157 20187 8647 6790 20188 8892 7158 20189 3058 7157 20190 8892 7158 20191 16118 7159 20192 3058 7157 20193 8893 7160 20194 8886 7149 20195 3059 7161 20196 8895 7162 20197 8644 6770 20198 3059 7161 20199 8644 6770 20200 15998 6878 20201 3059 7161 20202 8891 7153 20203 8894 7163 20204 3059 7161 20205 8894 7163 20206 16119 7164 20207 3060 7165 20208 8898 7166 20209 16068 7167 20210 3060 7165 20211 8809 7168 20212 15960 7169 20213 3060 7165 20214 8896 7170 20215 16120 7171 20216 3060 7165 20217 8897 7172 20218 8898 7166 20219 3061 7173 20220 8900 7174 20221 15951 7175 20222 3061 7173 20223 8808 7176 20224 16068 7167 20225 3061 7173 20226 8898 7166 20227 8899 7177 20228 3061 7173 20229 8899 7177 20230 16122 7178 20231 3062 7179 20232 8903 7180 20233 15960 7169 20234 3062 7179 20235 8809 7168 20236 8901 7181 20237 3062 7179 20238 8901 7181 20239 8902 7182 20240 3062 7179 20241 8902 7182 20242 16123 7183 20243 3063 7184 20244 8901 7181 20245 16068 7167 20246 3063 7184 20247 8808 7176 20248 8904 7185 20249 3063 7184 20250 8904 7185 20251 16125 7186 20252 3063 7184 20253 8905 7187 20254 8901 7181 20255 3064 7188 20256 8908 7189 20257 16067 7017 20258 3064 7188 20259 8807 7021 20260 8906 7190 20261 3064 7188 20262 8906 7190 20263 16126 7191 20264 3064 7188 20265 8907 7192 20266 8908 7189 20267 3065 7193 20268 8910 7194 20269 8806 7018 20270 3065 7193 20271 8806 7018 20272 16067 7017 20273 3065 7193 20274 8908 7189 20275 8909 7195 20276 3065 7193 20277 8909 7195 20278 16128 7196 20279 3068 7197 20280 8739 7198 20281 16041 7199 20282 3068 7197 20283 8917 7200 20284 8918 7201 20285 3069 7202 20286 8917 7200 20287 8738 7203 20288 3069 7202 20289 8738 7203 20290 15905 7204 20291 3069 7202 20292 8919 7205 20293 8920 7206 20294 3069 7202 20295 8920 7206 20296 16136 7207 20297 3070 7208 20298 8922 7209 20299 16040 7210 20300 3070 7208 20301 8921 7211 20302 8922 7209 20303 3071 7212 20304 8924 7213 20305 15906 7214 20306 3071 7212 20307 8736 7215 20308 8922 7209 20309 3071 7212 20310 8922 7209 20311 16138 7216 20312 3071 7212 20313 8923 7217 20314 8924 7213 20315 3072 7218 20316 8979 7219 20317 16141 7220 20318 3072 7218 20319 8927 7221 20320 15908 7222 20321 3072 7218 20322 8558 6894 20323 8928 7223 20324 3072 7218 20325 8928 7223 20326 8979 7219 20327 3073 7224 20328 8930 7225 20329 8927 7221 20330 3073 7224 20331 8927 7221 20332 16141 7220 20333 3073 7224 20334 8980 7226 20335 8981 7227 20336 3073 7224 20337 8981 7227 20338 16143 7228 20339 3074 7229 20340 8928 7223 20341 15909 6899 20342 3074 7229 20343 8931 7230 20344 9217 7231 20345 3074 7229 20346 9217 7231 20347 16254 7232 20348 3074 7229 20349 9233 7233 20350 16142 7234 20351 3078 7235 20352 8642 6753 20353 8939 7236 20354 3078 7235 20355 8939 7236 20356 16151 7237 20357 3078 7235 20358 8982 7238 20359 8944 7239 20360 3078 7235 20361 8944 7239 20362 8642 6753 20363 3079 7240 20364 8982 7238 20365 16151 7237 20366 3079 7240 20367 8938 7241 20368 8643 6757 20369 3079 7240 20370 8643 6757 20371 8945 7242 20372 3079 7240 20373 8945 7242 20374 8982 7238 20375 3080 7243 20376 8654 6825 20377 8948 7244 20378 3080 7243 20379 8948 7244 20380 8983 7245 20381 3080 7243 20382 8983 7245 20383 8950 7246 20384 3080 7243 20385 8950 7246 20386 16008 6846 20387 3081 7247 20388 8983 7245 20389 8949 7248 20390 3081 7247 20391 8949 7248 20392 8655 6828 20393 3081 7247 20394 8655 6828 20395 16009 6851 20396 3081 7247 20397 8951 7249 20398 8983 7245 20399 3082 7250 20400 9811 6847 20401 16008 6846 20402 3082 7250 20403 8950 7246 20404 8984 7251 20405 3082 7250 20406 8984 7251 20407 16149 7252 20408 3082 7250 20409 9810 7253 20410 9811 6847 20411 3083 7254 20412 8984 7251 20413 16157 7255 20414 3083 7254 20415 8951 7249 20416 8657 6850 20417 3083 7254 20418 8657 6850 20419 15958 7256 20420 3083 7254 20421 8936 7257 20422 8984 7251 20423 3084 7258 20424 8985 7259 20425 16161 7260 20426 3084 7258 20427 8958 7261 20428 8667 7262 20429 3084 7258 20430 8667 7262 20431 15924 7263 20432 3084 7258 20433 8933 7264 20434 8985 7259 20435 3085 7265 20436 8684 6764 20437 8952 7266 20438 3085 7265 20439 8952 7266 20440 16158 7267 20441 3085 7265 20442 8986 7268 20443 8940 7269 20444 3085 7265 20445 8940 7269 20446 8684 6764 20447 3086 7270 20448 8986 7268 20449 16158 7267 20450 3086 7270 20451 8953 7271 20452 8687 6746 20453 3086 7270 20454 8687 6746 20455 8941 7272 20456 3086 7270 20457 8941 7272 20458 8986 7268 20459 3087 7273 20460 8738 7203 20461 16041 7199 20462 3087 7273 20463 8954 7274 20464 8987 7275 20465 3087 7273 20466 8987 7275 20467 16143 7228 20468 3087 7273 20469 8929 7276 20470 8738 7203 20471 3088 7277 20472 8987 7275 20473 16159 7278 20474 3088 7277 20475 8955 7279 20476 8742 6895 20477 3088 7277 20478 8742 6895 20479 15908 7222 20480 3088 7277 20481 8930 7225 20482 8987 7275 20483 3089 7280 20484 8988 7281 20485 16159 7278 20486 3089 7280 20487 8954 7274 20488 16041 7199 20489 3090 7282 20490 8743 7283 20491 16043 6896 20492 3090 7282 20493 8955 7279 20494 8988 7281 20495 3091 7284 20496 8744 6898 20497 16044 7285 20498 3091 7284 20499 8956 7286 20500 8989 7287 20501 3091 7284 20502 8989 7287 20503 16144 7288 20504 3091 7284 20505 8931 7230 20506 8744 6898 20507 3092 7289 20508 8989 7287 20509 8957 7290 20510 3092 7289 20511 8957 7290 20512 16047 7291 20513 3092 7289 20514 8747 7292 20515 15912 7293 20516 3092 7289 20517 8932 7294 20518 8989 7287 20519 3093 7295 20520 8748 7296 20521 8957 7290 20522 3093 7295 20523 8957 7290 20524 16160 7297 20525 3094 7298 20526 8991 7299 20527 16163 7300 20528 3094 7298 20529 8959 7301 20530 8815 7302 20531 3094 7298 20532 8815 7302 20533 16011 7303 20534 3094 7298 20535 8958 7261 20536 8991 7299 20537 3095 7304 20538 9813 7305 20539 16534 7306 20540 3095 7304 20541 9810 7253 20542 8992 7307 20543 3095 7304 20544 8992 7307 20545 16163 7300 20546 3095 7304 20547 9816 7308 20548 9813 7305 20549 3096 7309 20550 8992 7307 20551 16149 7252 20552 3096 7309 20553 8936 7257 20554 8814 7310 20555 3096 7309 20556 8814 7310 20557 16071 7311 20558 3096 7309 20559 8959 7301 20560 8992 7307 20561 3097 7312 20562 8820 7024 20563 15983 6912 20564 3097 7312 20565 8943 7313 20566 8993 7314 20567 3097 7312 20568 8993 7314 20569 16164 7315 20570 3097 7312 20571 8961 7316 20572 8820 7024 20573 3098 7317 20574 8993 7314 20575 16153 7318 20576 3098 7317 20577 8942 7319 20578 8819 7028 20579 3098 7317 20580 8819 7028 20581 8960 7320 20582 3098 7317 20583 8960 7320 20584 8993 7314 20585 3099 7321 20586 8823 7029 20587 15978 6765 20588 3099 7321 20589 8940 7269 20590 8994 7322 20591 3099 7321 20592 8994 7322 20593 16165 7323 20594 3099 7321 20595 8963 7324 20596 8823 7029 20597 3100 7325 20598 8994 7322 20599 8941 7272 20600 3100 7325 20601 8941 7272 20602 15981 6745 20603 3100 7325 20604 8822 7023 20605 8962 7326 20606 3100 7325 20607 8962 7326 20608 16165 7323 20609 3101 7327 20610 8824 7031 20611 16075 7030 20612 3101 7327 20613 8963 7324 20614 8995 7328 20615 3101 7327 20616 8995 7328 20617 8960 7320 20618 3101 7327 20619 8960 7320 20620 16072 7329 20621 3102 7330 20622 8995 7328 20623 16165 7323 20624 3102 7330 20625 8962 7326 20626 8821 7025 20627 3102 7330 20628 8821 7025 20629 16073 7331 20630 3102 7330 20631 8961 7316 20632 8995 7328 20633 3103 7332 20634 8857 7093 20635 15987 6818 20636 3103 7332 20637 8947 7333 20638 16155 7334 20639 3103 7332 20640 8996 7335 20641 16166 7336 20642 3103 7332 20643 8964 7337 20644 8857 7093 20645 3104 7338 20646 8996 7335 20647 16155 7334 20648 3104 7338 20649 8946 7339 20650 8864 7101 20651 3104 7338 20652 8864 7101 20653 8965 7340 20654 3104 7338 20655 8965 7340 20656 8996 7335 20657 3105 7341 20658 8865 7106 20659 15982 7342 20660 3105 7341 20661 8942 7319 20662 8997 7343 20663 3105 7341 20664 8997 7343 20665 16167 7344 20666 3105 7341 20667 8967 7345 20668 8865 7106 20669 3106 7346 20670 8997 7343 20671 16153 7318 20672 3106 7346 20673 8943 7313 20674 8861 7097 20675 3106 7346 20676 8861 7097 20677 8966 7347 20678 3106 7346 20679 8966 7347 20680 8997 7343 20681 3107 7348 20682 8866 7108 20683 16101 7107 20684 3107 7348 20685 8967 7345 20686 8998 7349 20687 3107 7348 20688 8998 7349 20689 16168 7350 20690 3107 7348 20691 8969 7351 20692 8866 7108 20693 3108 7352 20694 8998 7349 20695 16167 7344 20696 3108 7352 20697 8966 7347 20698 16098 7099 20699 3108 7352 20700 8860 7098 20701 8968 7353 20702 3108 7352 20703 8968 7353 20704 8998 7349 20705 3109 7354 20706 8863 7103 20707 8969 7351 20708 3109 7354 20709 8969 7351 20710 8999 7355 20711 3109 7354 20712 8999 7355 20713 8965 7340 20714 3109 7354 20715 8965 7340 20716 16100 7104 20717 3110 7356 20718 8999 7355 20719 16168 7350 20720 3110 7356 20721 8968 7353 20722 8858 7095 20723 3110 7356 20724 8858 7095 20725 16097 7094 20726 3110 7356 20727 8964 7337 20728 8999 7355 20729 3111 7357 20730 8874 7125 20731 15986 6836 20732 3111 7357 20733 8946 7339 20734 16155 7334 20735 3111 7357 20736 9000 7358 20737 16169 7359 20738 3111 7357 20739 8971 7360 20740 8874 7125 20741 3112 7361 20742 9000 7358 20743 8947 7333 20744 3112 7361 20745 8947 7333 20746 15987 6818 20747 3112 7361 20748 8873 7120 20749 8970 7362 20750 3112 7361 20751 8970 7362 20752 16169 7359 20753 3113 7363 20754 9821 7111 20755 9820 7364 20756 3113 7363 20757 9820 7364 20758 16150 7365 20759 3113 7363 20760 9001 7366 20761 8972 7367 20762 3113 7363 20763 8972 7367 20764 16102 7112 20765 3114 7368 20766 9001 7366 20767 8937 7369 20768 3114 7368 20769 8937 7369 20770 8871 7115 20771 3114 7368 20772 8871 7115 20773 8973 7370 20774 3114 7368 20775 8973 7370 20776 16170 7371 20777 3115 7372 20778 8870 7117 20779 16105 7373 20780 3115 7372 20781 8975 7374 20782 9002 7375 20783 3115 7372 20784 9002 7375 20785 16170 7371 20786 3115 7372 20787 8973 7370 20788 16104 7118 20789 3116 7376 20790 9002 7375 20791 16171 7377 20792 3116 7376 20793 8974 7378 20794 16103 7121 20795 3116 7376 20796 8867 7113 20797 16102 7112 20798 3116 7376 20799 8972 7367 20800 9002 7375 20801 3117 7379 20802 8875 7127 20803 16107 7126 20804 3117 7379 20805 8971 7360 20806 9003 7380 20807 3117 7379 20808 9003 7380 20809 16171 7377 20810 3117 7379 20811 8975 7374 20812 8875 7127 20813 3118 7381 20814 9003 7380 20815 8970 7362 20816 3118 7381 20817 8970 7362 20818 16106 7123 20819 3118 7381 20820 8872 7122 20821 8974 7378 20822 3118 7381 20823 8974 7378 20824 16171 7377 20825 3119 7382 20826 8896 7170 20827 8937 7369 20828 3119 7382 20829 8937 7369 20830 16150 7365 20831 3119 7382 20832 9004 7383 20833 8976 7384 20834 3119 7382 20835 8976 7384 20836 16120 7171 20837 3120 7385 20838 9004 7383 20839 9820 7364 20840 3120 7385 20841 9820 7364 20842 16535 7386 20843 3120 7385 20844 9758 7387 20845 9823 7388 20846 3120 7385 20847 9823 7388 20848 16172 7389 20849 3121 7390 20850 9826 7391 20851 8935 7392 20852 3121 7390 20853 8935 7392 20854 9005 7393 20855 3121 7390 20856 9005 7393 20857 16173 7394 20858 3121 7390 20859 9828 7395 20860 9826 7391 20861 3122 7396 20862 9005 7393 20863 16148 7397 20864 3122 7396 20865 8934 7398 20866 15951 7175 20867 3122 7396 20868 8900 7174 20869 8977 7399 20870 3122 7396 20871 8977 7399 20872 9005 7393 20873 3123 7400 20874 8897 7172 20875 8976 7384 20876 3123 7400 20877 8976 7384 20878 16172 7389 20879 3123 7400 20880 9006 7401 20881 8978 7402 20882 3123 7400 20883 8978 7402 20884 16121 7403 20885 3124 7404 20886 9006 7401 20887 9823 7388 20888 3124 7404 20889 9823 7388 20890 16502 7405 20891 3124 7404 20892 9759 7406 20893 9824 7407 20894 3124 7404 20895 9824 7407 20896 16174 7408 20897 3125 7409 20898 8899 7177 20899 8978 7402 20900 3125 7409 20901 8978 7402 20902 16174 7408 20903 3125 7409 20904 9007 7410 20905 16173 7394 20906 3125 7409 20907 8977 7399 20908 16122 7178 20909 3126 7411 20910 9007 7410 20911 16174 7408 20912 3126 7411 20913 9824 7407 20914 9827 7412 20915 3126 7411 20916 9827 7412 20917 16259 7413 20918 3126 7411 20919 9828 7395 20920 9007 7410 20921 3127 7414 20922 9009 7415 20923 9011 7416 20924 3127 7414 20925 9011 7416 20926 16177 7417 20927 3127 7414 20928 9069 7418 20929 9070 7419 20930 3127 7414 20931 9070 7419 20932 16176 7420 20933 3128 7421 20934 8551 6644 20935 15899 7422 20936 3128 7421 20937 9008 7423 20938 9070 7419 20939 3128 7421 20940 9070 7419 20941 16210 7424 20942 3128 7421 20943 9071 7425 20944 8551 6644 20945 3129 7426 20946 8554 6670 20947 9012 7427 20948 3129 7426 20949 9012 7427 20950 16178 7428 20951 3129 7426 20952 9072 7429 20953 16176 7420 20954 3129 7426 20955 9008 7423 20956 15899 7422 20957 3130 7430 20958 9072 7429 20959 16178 7428 20960 3130 7430 20961 9013 7431 20962 8559 7432 20963 3130 7430 20964 8559 7432 20965 15907 7433 20966 3130 7430 20967 9009 7415 20968 9072 7429 20969 3131 7434 20970 9014 7435 20971 15910 7436 20972 3131 7434 20973 9013 7431 20974 9073 7437 20975 3131 7434 20976 9073 7437 20977 16211 7438 20978 3131 7434 20979 9074 7439 20980 9014 7435 20981 3132 7440 20982 8560 7441 20983 9015 7442 20984 3132 7440 20985 9015 7442 20986 16179 7443 20987 3132 7440 20988 9074 7439 20989 9075 7444 20990 3132 7440 20991 9075 7444 20992 15903 7445 20993 3133 7446 20994 8555 7447 20995 9075 7444 20996 3133 7446 20997 9075 7444 20998 16211 7438 20999 3133 7446 21000 9073 7437 21001 9012 7427 21002 3133 7446 21003 9012 7427 21004 15902 6669 21005 3138 7448 21006 8633 6701 21007 9027 7449 21008 3138 7448 21009 9027 7449 21010 16187 7450 21011 3138 7448 21012 9076 7451 21013 9028 7452 21014 3138 7448 21015 9028 7452 21016 8633 6701 21017 3139 7453 21018 9076 7451 21019 16187 7450 21020 3139 7453 21021 9026 7454 21022 8634 6705 21023 3139 7453 21024 8634 6705 21025 9029 7455 21026 3139 7453 21027 9029 7455 21028 9076 7451 21029 3140 7456 21030 8645 6779 21031 9032 7457 21032 3140 7456 21033 9032 7457 21034 9077 7458 21035 3140 7456 21036 9077 7458 21037 16192 7459 21038 3140 7456 21039 9036 7460 21040 15999 6881 21041 3141 7461 21042 9077 7458 21043 9033 7462 21044 3141 7461 21045 9033 7462 21046 8646 6782 21047 3141 7461 21048 8646 6782 21049 9037 7463 21050 3141 7461 21051 9037 7463 21052 9077 7458 21053 3142 7464 21054 8663 6882 21055 9036 7460 21056 3142 7464 21057 9036 7460 21058 16192 7459 21059 3142 7464 21060 9078 7465 21061 9021 7466 21062 3142 7464 21063 9021 7466 21064 15959 7467 21065 3143 7468 21066 9078 7465 21067 16192 7459 21068 3143 7468 21069 9037 7463 21070 8664 6884 21071 3143 7468 21072 8664 6884 21073 15955 7012 21074 3143 7468 21075 9020 7469 21076 9078 7465 21077 3144 7470 21078 8666 7471 21079 16010 7472 21080 3144 7470 21081 9044 7473 21082 9079 7474 21083 3144 7470 21084 9079 7474 21085 9017 7475 21086 3144 7470 21087 9017 7475 21088 15923 7476 21089 3145 7477 21090 9079 7474 21091 9043 7478 21092 3145 7477 21093 9043 7478 21094 8754 6902 21095 3145 7477 21096 8754 6902 21097 15922 7479 21098 3145 7477 21099 9016 7480 21100 9079 7474 21101 3146 7481 21102 8668 6712 21103 9038 7482 21104 3146 7481 21105 9038 7482 21106 16193 7483 21107 3146 7481 21108 9080 7484 21109 9025 7485 21110 3146 7481 21111 9025 7485 21112 8668 6712 21113 3147 7486 21114 9080 7484 21115 16193 7483 21116 3147 7486 21117 9039 7487 21118 8670 6694 21119 3147 7486 21120 8670 6694 21121 9024 7488 21122 3147 7486 21123 9024 7488 21124 9080 7484 21125 3148 7489 21126 8740 7490 21127 9041 7491 21128 3148 7489 21129 9041 7491 21130 16194 7492 21131 3148 7489 21132 9081 7493 21133 9011 7416 21134 3148 7489 21135 9011 7416 21136 15907 7433 21137 3149 7494 21138 9081 7493 21139 9040 7495 21140 3149 7494 21141 9040 7495 21142 16040 7210 21143 3149 7494 21144 8736 7215 21145 15906 7214 21146 3149 7494 21147 9010 7496 21148 16177 7417 21149 3150 7497 21150 9082 7498 21151 9041 7491 21152 3150 7497 21153 9041 7491 21154 16042 7499 21155 3151 7500 21156 8737 7501 21157 9040 7495 21158 3151 7500 21159 9040 7495 21160 16194 7492 21161 3152 7502 21162 8745 7503 21163 9042 7504 21164 3152 7502 21165 9042 7504 21166 16195 7505 21167 3152 7502 21168 9083 7506 21169 9015 7442 21170 3152 7502 21171 9015 7442 21172 15911 7507 21173 3153 7508 21174 9084 7509 21175 9042 7504 21176 3153 7508 21177 9042 7504 21178 16046 7510 21179 3154 7511 21180 8813 7512 21181 9046 7513 21182 3154 7511 21183 9046 7513 21184 16198 7514 21185 3154 7511 21186 9085 7515 21187 9044 7473 21188 3154 7511 21189 9044 7473 21190 16010 7472 21191 3155 7516 21192 9085 7515 21193 16198 7514 21194 3155 7516 21195 9045 7517 21196 8804 7005 21197 3155 7516 21198 8804 7005 21199 15954 6903 21200 3155 7516 21201 9043 7478 21202 9085 7515 21203 3156 7518 21204 8812 7519 21205 9021 7466 21206 3156 7518 21207 9021 7466 21208 9086 7520 21209 3156 7518 21210 9086 7520 21211 9046 7513 21212 3156 7518 21213 9046 7513 21214 8812 7519 21215 3157 7521 21216 9086 7520 21217 16184 7522 21218 3157 7521 21219 9020 7469 21220 8805 7011 21221 3157 7521 21222 8805 7011 21223 16066 7006 21224 3157 7521 21225 9045 7517 21226 9086 7520 21227 3158 7523 21228 8832 7051 21229 15966 7524 21230 3158 7523 21231 9030 7525 21232 16189 7526 21233 3158 7523 21234 9087 7527 21235 16199 7528 21236 3158 7523 21237 9047 7529 21238 8832 7051 21239 3159 7530 21240 9087 7527 21241 9031 7531 21242 3159 7530 21243 9031 7531 21244 15969 6997 21245 3159 7530 21246 8831 7044 21247 9048 7532 21248 3159 7530 21249 9048 7532 21250 16199 7528 21251 3160 7533 21252 8833 7045 21253 15963 6713 21254 3160 7533 21255 9025 7485 21256 9088 7534 21257 3160 7533 21258 9088 7534 21259 16200 7535 21260 3160 7533 21261 9049 7536 21262 8833 7045 21263 3161 7537 21264 9088 7534 21265 9024 7488 21266 3161 7537 21267 9024 7488 21268 15962 6693 21269 3161 7537 21270 8836 7050 21271 9050 7538 21272 3161 7537 21273 9050 7538 21274 16200 7535 21275 3162 7539 21276 8834 7047 21277 16082 7046 21278 3162 7539 21279 9049 7536 21280 16200 7535 21281 3162 7539 21282 9089 7540 21283 9048 7532 21284 3162 7539 21285 9048 7532 21286 16081 7048 21287 3163 7541 21288 9089 7540 21289 16200 7535 21290 3163 7541 21291 9050 7538 21292 16083 7053 21293 3163 7541 21294 8835 7052 21295 16080 7542 21296 3163 7541 21297 9047 7529 21298 9089 7540 21299 3164 7543 21300 8842 7066 21301 9034 7544 21302 3164 7543 21303 9034 7544 21304 16191 7545 21305 3164 7543 21306 9090 7546 21307 9052 7547 21308 3164 7543 21309 9052 7547 21310 8842 7066 21311 3165 7548 21312 9090 7546 21313 16191 7545 21314 3165 7548 21315 9035 7549 21316 8839 7055 21317 3165 7548 21318 8839 7055 21319 9051 7550 21320 3165 7548 21321 9051 7550 21322 16201 7551 21323 3166 7552 21324 8840 7060 21325 9031 7531 21326 3166 7552 21327 9031 7531 21328 16189 7526 21329 3166 7552 21330 9091 7553 21331 9053 7554 21332 3166 7552 21333 9053 7554 21334 8840 7060 21335 3167 7555 21336 9091 7553 21337 16189 7526 21338 3167 7555 21339 9030 7525 21340 8846 7070 21341 3167 7555 21342 8846 7070 21343 9054 7556 21344 3167 7555 21345 9054 7556 21346 16202 7557 21347 3168 7558 21348 8841 7062 21349 16086 7061 21350 3168 7558 21351 9053 7554 21352 9092 7559 21353 3168 7558 21354 9092 7559 21355 9055 7560 21356 3168 7558 21357 9055 7560 21358 8841 7062 21359 3169 7561 21360 9092 7559 21361 9054 7556 21362 3169 7561 21363 9054 7556 21364 16089 7072 21365 3169 7561 21366 8845 7071 21367 9056 7562 21368 3169 7561 21369 9056 7562 21370 16203 7563 21371 3170 7564 21372 8838 7057 21373 9055 7560 21374 3170 7564 21375 9055 7560 21376 16203 7563 21377 3170 7564 21378 9093 7565 21379 9051 7550 21380 3170 7564 21381 9051 7550 21382 16085 7058 21383 3171 7566 21384 9093 7565 21385 9056 7562 21386 3171 7566 21387 9056 7562 21388 16087 7567 21389 3171 7566 21390 8843 7068 21391 16088 7067 21392 3171 7566 21393 9052 7547 21394 16201 7551 21395 3172 7568 21396 8892 7158 21397 9035 7549 21398 3172 7568 21399 9035 7549 21400 16191 7545 21401 3172 7568 21402 9094 7569 21403 9057 7570 21404 3172 7568 21405 9057 7570 21406 8892 7158 21407 3173 7571 21408 9094 7569 21409 9034 7544 21410 3173 7571 21411 9034 7544 21412 15994 6771 21413 3173 7571 21414 8895 7162 21415 9058 7572 21416 3173 7571 21417 9058 7572 21418 16204 7573 21419 3174 7574 21420 8889 7154 21421 15961 7575 21422 3174 7574 21423 9023 7576 21424 9095 7577 21425 3174 7574 21426 9095 7577 21427 16205 7578 21428 3174 7574 21429 9060 7579 21430 8889 7154 21431 3175 7580 21432 9095 7577 21433 16185 7581 21434 3175 7580 21435 9022 7582 21436 8888 7148 21437 3175 7580 21438 8888 7148 21439 9059 7583 21440 3175 7580 21441 9059 7583 21442 9095 7577 21443 3176 7584 21444 8887 7150 21445 9061 7585 21446 3176 7584 21447 9061 7585 21448 16206 7586 21449 3176 7584 21450 9096 7587 21451 9059 7583 21452 3176 7584 21453 9059 7583 21454 16114 7151 21455 3177 7588 21456 9096 7587 21457 9062 7589 21458 3177 7588 21459 9062 7589 21460 16117 7590 21461 3177 7588 21462 8890 7156 21463 16116 7155 21464 3177 7588 21465 9060 7579 21466 16205 7578 21467 3178 7591 21468 8893 7160 21469 16118 7159 21470 3178 7591 21471 9057 7570 21472 9097 7592 21473 3178 7591 21474 9097 7592 21475 16206 7586 21476 3178 7591 21477 9061 7585 21478 8893 7160 21479 3179 7593 21480 9097 7592 21481 9058 7572 21482 3179 7593 21483 9058 7572 21484 16119 7164 21485 3179 7593 21486 8894 7163 21487 9062 7589 21488 3179 7593 21489 9062 7589 21490 16206 7586 21491 3180 7594 21492 8906 7190 21493 9022 7582 21494 3180 7594 21495 9022 7582 21496 16185 7581 21497 3180 7594 21498 9098 7595 21499 9063 7596 21500 3180 7594 21501 9063 7596 21502 8906 7190 21503 3181 7597 21504 9098 7595 21505 9023 7576 21506 3181 7597 21507 9023 7576 21508 15961 7575 21509 3181 7597 21510 8911 7598 21511 9064 7599 21512 3181 7597 21513 9064 7599 21514 16207 7600 21515 3182 7601 21516 8912 7602 21517 9018 7603 21518 3182 7601 21519 9018 7603 21520 16183 7604 21521 3182 7601 21522 9099 7605 21523 9066 7606 21524 3182 7601 21525 9066 7606 21526 16130 7607 21527 3183 7608 21528 9099 7605 21529 9019 7609 21530 3183 7608 21531 9019 7609 21532 15952 6906 21533 3183 7608 21534 8910 7194 21535 9065 7610 21536 3183 7608 21537 9065 7610 21538 16208 7611 21539 3184 7612 21540 8907 7192 21541 16126 7191 21542 3184 7612 21543 9063 7596 21544 16207 7600 21545 3184 7612 21546 9100 7613 21547 9067 7614 21548 3184 7612 21549 9067 7614 21550 16127 7615 21551 3185 7616 21552 9100 7613 21553 9064 7599 21554 3185 7616 21555 9064 7599 21556 16129 7617 21557 3185 7616 21558 8913 7618 21559 9068 7619 21560 3185 7616 21561 9068 7619 21562 16209 7620 21563 3186 7621 21564 8909 7195 21565 9067 7614 21566 3186 7621 21567 9067 7614 21568 16209 7620 21569 3186 7621 21570 9101 7622 21571 9065 7610 21572 3186 7621 21573 9065 7610 21574 16128 7196 21575 3187 7623 21576 9101 7622 21577 9068 7619 21578 3187 7623 21579 9068 7619 21580 16131 7624 21581 3187 7623 21582 8914 7625 21583 9066 7606 21584 3187 7623 21585 9066 7606 21586 16208 7611 21587 3188 7626 21588 9105 7627 21589 15912 7293 21590 3188 7626 21591 9107 7628 21592 9174 7629 21593 3188 7626 21594 9174 7629 21595 16251 7630 21596 3188 7626 21597 9175 7631 21598 9105 7627 21599 3189 7632 21600 8556 6685 21601 15904 7633 21602 3189 7632 21603 9104 7634 21604 9175 7631 21605 3189 7632 21606 9175 7631 21607 16251 7630 21608 3189 7632 21609 9176 7635 21610 8556 6685 21611 3190 7636 21612 8560 7441 21613 9176 7635 21614 3190 7636 21615 9176 7635 21616 9174 7629 21617 3190 7636 21618 9174 7629 21619 16214 7637 21620 3190 7636 21621 9106 7638 21622 15911 7507 21623 3193 7639 21624 8638 6727 21625 9117 7640 21626 3193 7639 21627 9117 7640 21628 16220 7641 21629 3193 7639 21630 9177 7642 21631 9122 7643 21632 3193 7639 21633 9122 7643 21634 8638 6727 21635 3194 7644 21636 9177 7642 21637 16220 7641 21638 3194 7644 21639 9116 7645 21640 8639 6731 21641 3194 7644 21642 8639 6731 21643 9123 7646 21644 3194 7644 21645 9123 7646 21646 9177 7642 21647 3195 7647 21648 8650 6802 21649 9126 7648 21650 3195 7647 21651 9126 7648 21652 9178 7649 21653 3195 7647 21654 9178 7649 21655 16226 7650 21656 3195 7647 21657 9128 7651 21658 16004 6864 21659 3196 7652 21660 9178 7649 21661 16225 7653 21662 3196 7652 21663 9127 7654 21664 8651 6805 21665 3196 7652 21666 8651 6805 21667 16005 6868 21668 3196 7652 21669 9129 7655 21670 9178 7649 21671 3197 7656 21672 8660 6865 21673 9128 7651 21674 3197 7656 21675 9128 7651 21676 9179 7657 21677 3197 7656 21678 9179 7657 21679 16218 7658 21680 3197 7656 21681 9112 7659 21682 15958 7256 21683 3198 7660 21684 9179 7657 21685 9129 7655 21686 3198 7660 21687 9129 7655 21688 8661 6867 21689 3198 7660 21690 8661 6867 21691 15959 7467 21692 3198 7660 21693 9113 7661 21694 9179 7657 21695 3199 7662 21696 8667 7262 21697 16011 7303 21698 3199 7662 21699 9131 7663 21700 9180 7664 21701 3199 7662 21702 9180 7664 21703 9109 7665 21704 3199 7662 21705 9109 7665 21706 15924 7263 21707 3200 7666 21708 9180 7664 21709 16227 7667 21710 3200 7666 21711 9130 7668 21712 8666 7471 21713 3200 7666 21714 8666 7471 21715 15923 7476 21716 3200 7666 21717 9108 7669 21718 9180 7664 21719 3201 7670 21720 8676 6738 21721 9132 7671 21722 3201 7670 21723 9132 7671 21724 9181 7672 21725 3201 7670 21726 9181 7672 21727 16221 7673 21728 3201 7670 21729 9118 7674 21730 8676 6738 21731 3202 7675 21732 9181 7672 21733 16228 7676 21734 3202 7675 21735 9133 7677 21736 8679 6720 21737 3202 7675 21738 8679 6720 21739 9119 7678 21740 3202 7675 21741 9119 7678 21742 9181 7672 21743 3203 7679 21744 8747 7292 21745 9135 7680 21746 3203 7679 21747 9135 7680 21748 9182 7681 21749 3203 7679 21750 9182 7681 21751 16214 7637 21752 3203 7679 21753 9107 7628 21754 8747 7292 21755 3204 7682 21756 9182 7681 21757 16229 7683 21758 3204 7682 21759 9134 7684 21760 16046 7510 21761 3204 7682 21762 8745 7503 21763 9106 7638 21764 3204 7682 21765 9106 7638 21766 9182 7681 21767 3205 7685 21768 9183 7686 21769 16229 7683 21770 3205 7685 21771 9135 7680 21772 16047 7291 21773 3206 7687 21774 8746 7688 21775 16046 7510 21776 3206 7687 21777 9134 7684 21778 9183 7686 21779 3207 7689 21780 8815 7302 21781 16071 7311 21782 3207 7689 21783 9137 7690 21784 9184 7691 21785 3207 7689 21786 9184 7691 21787 16227 7667 21788 3207 7689 21789 9131 7663 21790 8815 7302 21791 3208 7692 21792 9184 7691 21793 16231 7693 21794 3208 7692 21795 9136 7694 21796 8813 7512 21797 3208 7692 21798 8813 7512 21799 16010 7472 21800 3208 7692 21801 9130 7668 21802 9184 7691 21803 3209 7695 21804 8814 7310 21805 9112 7659 21806 3209 7695 21807 9112 7659 21808 9185 7696 21809 3209 7695 21810 9185 7696 21811 16231 7693 21812 3209 7695 21813 9137 7690 21814 8814 7310 21815 3210 7697 21816 9185 7696 21817 16218 7658 21818 3210 7697 21819 9113 7661 21820 8812 7519 21821 3210 7697 21822 8812 7519 21823 16070 7698 21824 3210 7697 21825 9136 7694 21826 9185 7696 21827 3211 7699 21828 8826 7034 21829 15975 7700 21830 3211 7699 21831 9121 7701 21832 9186 7702 21833 3211 7699 21834 9186 7702 21835 16232 7703 21836 3211 7699 21837 9139 7704 21838 8826 7034 21839 3212 7705 21840 9186 7702 21841 16222 7706 21842 3212 7705 21843 9120 7707 21844 15974 7708 21845 3212 7705 21846 8825 7039 21847 9138 7709 21848 3212 7705 21849 9138 7709 21850 16232 7703 21851 3213 7710 21852 8829 7040 21853 15970 6739 21854 3213 7710 21855 9118 7674 21856 9187 7711 21857 3213 7710 21858 9187 7711 21859 16233 7712 21860 3213 7710 21861 9141 7713 21862 8829 7040 21863 3214 7714 21864 9187 7711 21865 9119 7678 21866 3214 7714 21867 9119 7678 21868 15973 6719 21869 3214 7714 21870 8828 7033 21871 9140 7715 21872 3214 7714 21873 9140 7715 21874 16233 7712 21875 3215 7716 21876 8830 7042 21877 16079 7041 21878 3215 7716 21879 9141 7713 21880 9188 7717 21881 3215 7716 21882 9188 7717 21883 9138 7709 21884 3215 7716 21885 9138 7709 21886 16076 7718 21887 3216 7719 21888 9188 7717 21889 16233 7712 21890 3216 7719 21891 9140 7715 21892 8827 7036 21893 3216 7719 21894 8827 7036 21895 16077 7035 21896 3216 7719 21897 9139 7704 21898 9188 7717 21899 3217 7720 21900 8847 7075 21901 15991 6794 21902 3217 7720 21903 9125 7721 21904 9189 7722 21905 3217 7720 21906 9189 7722 21907 16234 7723 21908 3217 7720 21909 9142 7724 21910 8847 7075 21911 3218 7725 21912 9189 7722 21913 16224 7726 21914 3218 7725 21915 9124 7727 21916 15990 6813 21917 3218 7725 21918 8854 7083 21919 9143 7728 21920 3218 7725 21921 9143 7728 21922 9189 7722 21923 3219 7729 21924 8855 7088 21925 9120 7707 21926 3219 7729 21927 9120 7707 21928 16222 7706 21929 3219 7729 21930 9190 7730 21931 16235 7731 21932 3219 7729 21933 9145 7732 21934 8855 7088 21935 3220 7733 21936 9190 7730 21937 16222 7706 21938 3220 7733 21939 9121 7701 21940 8851 7079 21941 3220 7733 21942 8851 7079 21943 9144 7734 21944 3220 7733 21945 9144 7734 21946 16235 7731 21947 3221 7735 21948 8856 7090 21949 16095 7089 21950 3221 7735 21951 9145 7732 21952 9191 7736 21953 3221 7735 21954 9191 7736 21955 16236 7737 21956 3221 7735 21957 9147 7738 21958 8856 7090 21959 3222 7739 21960 9191 7736 21961 9144 7734 21962 3222 7739 21963 9144 7734 21964 16092 7081 21965 3222 7739 21966 8850 7080 21967 9146 7740 21968 3222 7739 21969 9146 7740 21970 16236 7737 21971 3223 7741 21972 8853 7085 21973 9147 7738 21974 3223 7741 21975 9147 7738 21976 16236 7737 21977 3223 7741 21978 9192 7742 21979 9143 7728 21980 3223 7741 21981 9143 7728 21982 16094 7086 21983 3224 7743 21984 9192 7742 21985 16236 7737 21986 3224 7743 21987 9146 7740 21988 8848 7077 21989 3224 7743 21990 8848 7077 21991 16091 7076 21992 3224 7743 21993 9142 7724 21994 9192 7742 21995 3225 7744 21996 8884 7144 21997 15990 6813 21998 3225 7744 21999 9124 7727 22000 16224 7726 22001 3225 7744 22002 9193 7745 22003 16237 7746 22004 3225 7744 22005 9149 7747 22006 8884 7144 22007 3226 7748 22008 9193 7745 22009 9125 7721 22010 3226 7748 22011 9125 7721 22012 15991 6794 22013 3226 7748 22014 8883 7139 22015 9148 7749 22016 3226 7748 22017 9148 7749 22018 16237 7746 22019 3227 7750 22020 8876 7130 22021 9114 7751 22022 3227 7750 22023 9114 7751 22024 16219 7752 22025 3227 7750 22026 9194 7753 22027 9150 7754 22028 3227 7750 22029 9150 7754 22030 8876 7130 22031 3228 7755 22032 9194 7753 22033 9115 7756 22034 3228 7755 22035 9115 7756 22036 8881 7134 22037 3228 7755 22038 8881 7134 22039 9151 7757 22040 3228 7755 22041 9151 7757 22042 9194 7753 22043 3229 7758 22044 8880 7136 22045 16111 7146 22046 3229 7758 22047 9153 7759 22048 16239 7760 22049 3229 7758 22050 9195 7761 22051 9151 7757 22052 3229 7758 22053 9151 7757 22054 16110 7137 22055 3230 7762 22056 9195 7761 22057 9152 7763 22058 3230 7762 22059 9152 7763 22060 16109 7140 22061 3230 7762 22062 8877 7132 22063 16108 7131 22064 3230 7762 22065 9150 7754 22066 16238 7764 22067 3231 7765 22068 8885 7145 22069 16113 7766 22070 3231 7765 22071 9149 7747 22072 9196 7767 22073 3231 7765 22074 9196 7767 22075 16239 7760 22076 3231 7765 22077 9153 7759 22078 8885 7145 22079 3232 7768 22080 9196 7767 22081 9148 7749 22082 3232 7768 22083 9148 7749 22084 16112 7142 22085 3232 7768 22086 8882 7141 22087 9152 7763 22088 3232 7768 22089 9152 7763 22090 16239 7760 22091 3233 7769 22092 8911 7598 22093 9115 7756 22094 3233 7769 22095 9115 7756 22096 16219 7752 22097 3233 7769 22098 9197 7770 22099 9155 7771 22100 3233 7769 22101 9155 7771 22102 16129 7617 22103 3234 7772 22104 9197 7770 22105 9114 7751 22106 3234 7772 22107 9114 7751 22108 15960 7169 22109 3234 7772 22110 8903 7180 22111 9154 7773 22112 3234 7772 22113 9154 7773 22114 16240 7774 22115 3235 7775 22116 8904 7185 22117 15951 7175 22118 3235 7775 22119 9111 7776 22120 9198 7777 22121 3235 7775 22122 9198 7777 22123 16241 7778 22124 3235 7775 22125 9156 7779 22126 8904 7185 22127 3236 7780 22128 9198 7777 22129 16217 7781 22130 3236 7780 22131 9110 7782 22132 8912 7602 22133 3236 7780 22134 8912 7602 22135 16130 7607 22136 3236 7780 22137 9157 7783 22138 9198 7777 22139 3237 7784 22140 8913 7618 22141 9155 7771 22142 3237 7784 22143 9155 7771 22144 16240 7774 22145 3237 7784 22146 9199 7785 22147 9159 7786 22148 3237 7784 22149 9159 7786 22150 16131 7624 22151 3238 7787 22152 9199 7785 22153 9154 7773 22154 3238 7787 22155 9154 7773 22156 16123 7183 22157 3238 7787 22158 8902 7182 22159 9158 7788 22160 3238 7787 22161 9158 7788 22162 16242 7789 22163 3239 7790 22164 8914 7625 22165 16131 7624 22166 3239 7790 22167 9159 7786 22168 9200 7791 22169 3239 7790 22170 9200 7791 22171 16241 7778 22172 3239 7790 22173 9157 7783 22174 8914 7625 22175 3240 7792 22176 9200 7791 22177 16242 7789 22178 3240 7792 22179 9158 7788 22180 8905 7187 22181 3240 7792 22182 8905 7187 22183 16125 7186 22184 3240 7792 22185 9156 7779 22186 9200 7791 22187 3241 7793 22188 8915 7794 22189 15950 7795 22190 3241 7793 22191 9110 7782 22192 9201 7796 22193 3241 7793 22194 9201 7796 22195 16243 7797 22196 3241 7793 22197 9160 7798 22198 8915 7794 22199 3242 7799 22200 9201 7796 22201 16217 7781 22202 3242 7799 22203 9111 7776 22204 15951 7175 22205 3242 7799 22206 8916 7800 22207 9161 7801 22208 3242 7799 22209 9161 7801 22210 16243 7797 22211 3243 7802 22212 8919 7205 22213 9103 7803 22214 3243 7802 22215 9103 7803 22216 9202 7804 22217 3243 7802 22218 9202 7804 22219 16244 7805 22220 3243 7802 22221 9162 7806 22222 16137 7807 22223 3244 7808 22224 9203 7809 22225 9164 7810 22226 3244 7808 22227 9164 7810 22228 16138 7216 22229 3245 7811 22230 8918 7201 22231 16136 7207 22232 3245 7811 22233 9163 7812 22234 16245 7813 22235 3246 7814 22236 8923 7217 22237 9164 7810 22238 3246 7814 22239 9164 7810 22240 16245 7813 22241 3246 7814 22242 9204 7815 22243 9166 7816 22244 3246 7814 22245 9166 7816 22246 16139 7817 22247 3247 7818 22248 9204 7815 22249 9163 7812 22250 3247 7818 22251 9163 7812 22252 8920 7206 22253 3247 7818 22254 8920 7206 22255 16137 7807 22256 3247 7818 22257 9165 7819 22258 9204 7815 22259 3248 7820 22260 9205 7821 22261 9161 7801 22262 3249 7822 22263 9160 7798 22264 16243 7797 22265 3250 7823 22266 9165 7819 22267 9162 7806 22268 3250 7823 22269 9162 7806 22270 16244 7805 22271 3250 7823 22272 9206 7824 22273 9207 7825 22274 3250 7823 22275 9207 7825 22276 16246 7826 22277 3251 7827 22278 8925 7828 22279 9166 7816 22280 3251 7827 22281 9166 7816 22282 16246 7826 22283 3251 7827 22284 9207 7825 22285 16252 7829 22286 3251 7827 22287 9208 7830 22288 8925 7828 22289 3252 7831 22290 8552 6657 22291 15901 6656 22292 3252 7831 22293 9167 7832 22294 9209 7833 22295 3252 7831 22296 9209 7833 22297 16248 7834 22298 3252 7831 22299 9169 7835 22300 8552 6657 22301 3253 7836 22302 9209 7833 22303 9168 7837 22304 3253 7836 22305 9168 7837 22306 16141 7220 22307 3253 7836 22308 8979 7219 22309 16142 7234 22310 3253 7836 22311 9170 7838 22312 9209 7833 22313 3254 7839 22314 9171 7840 22315 9102 7841 22316 3254 7839 22317 9102 7841 22318 16212 7842 22319 3254 7839 22320 9210 7843 22321 16253 7844 22322 3254 7839 22323 9211 7845 22324 16249 7846 22325 3255 7847 22326 8981 7227 22327 16175 7848 22328 3255 7847 22329 9172 7849 22330 9211 7845 22331 3255 7847 22332 9211 7845 22333 16253 7844 22334 3255 7847 22335 9212 7850 22336 16143 7228 22337 3256 7851 22338 8929 7276 22339 9212 7850 22340 3256 7851 22341 9212 7850 22342 16253 7844 22343 3256 7851 22344 9210 7843 22345 9103 7803 22346 3256 7851 22347 9103 7803 22348 15905 7204 22349 3257 7852 22350 8553 6662 22351 9171 7840 22352 3257 7852 22353 9171 7840 22354 16249 7846 22355 3257 7852 22356 9213 7853 22357 9167 7832 22358 3257 7852 22359 9167 7832 22360 15901 6656 22361 3258 7854 22362 9213 7853 22363 9172 7849 22364 3258 7854 22365 9172 7849 22366 16175 7848 22367 3258 7854 22368 8980 7226 22369 9168 7837 22370 3258 7854 22371 9168 7837 22372 16247 7855 22373 3259 7856 22374 8557 7857 22375 15900 7858 22376 3259 7856 22377 9169 7835 22378 9214 7859 22379 3259 7856 22380 9214 7859 22381 16250 7860 22382 3259 7856 22383 9173 7861 22384 8557 7857 22385 3260 7862 22386 9214 7859 22387 16248 7834 22388 3260 7862 22389 9170 7838 22390 9233 7233 22391 3260 7862 22392 9233 7233 22393 16254 7232 22394 3260 7862 22395 9215 7863 22396 9214 7859 22397 3261 7864 22398 9104 7634 22399 15904 7633 22400 3261 7864 22401 9173 7861 22402 9215 7863 22403 3261 7864 22404 9215 7863 22405 16254 7232 22406 3261 7864 22407 9216 7865 22408 9104 7634 22409 3262 7866 22410 8932 7294 22411 9105 7627 22412 3262 7866 22413 9105 7627 22414 16213 7867 22415 3262 7866 22416 9216 7865 22417 9217 7231 22418 3262 7866 22419 9217 7231 22420 16144 7288 22421 3265 7868 22422 9221 7869 22423 15953 7870 22424 3265 7868 22425 9826 7391 22426 9825 7871 22427 3265 7868 22428 9825 7871 22429 16262 7872 22430 3265 7868 22431 9224 7873 22432 9221 7869 22433 3266 7874 22434 8818 7875 22435 9220 7876 22436 3266 7874 22437 9220 7876 22438 16257 7877 22439 3266 7874 22440 9224 7873 22441 9225 7878 22442 3266 7874 22443 9225 7878 22444 16013 7879 22445 3267 7880 22446 8818 7875 22447 9226 7881 22448 3267 7880 22449 9226 7881 22450 16263 7882 22451 3267 7880 22452 9916 7883 22453 9222 7884 22454 3267 7880 22455 9222 7884 22456 15921 7885 22457 3268 7886 22458 9218 7887 22459 9227 7888 22460 3268 7886 22461 9227 7888 22462 16264 7889 22463 3269 7890 22464 9228 7891 22465 16264 7889 22466 3269 7890 22467 9229 7892 22468 16043 6896 22469 3270 7893 22470 8749 6897 22471 16043 6896 22472 3270 7893 22473 9229 7892 22474 9227 7888 22475 3270 7893 22476 9227 7888 22477 16256 7894 22478 3270 7893 22479 9219 7895 22480 16044 7285 22481 3273 7896 22482 9230 7897 22483 16265 7898 22484 3273 7896 22485 9231 7899 22486 9218 7887 22487 3274 7900 22488 8956 7286 22489 9219 7895 22490 3274 7900 22491 9219 7895 22492 16256 7894 22493 3274 7900 22494 9231 7899 22495 9232 7901 22496 3274 7900 22497 9232 7901 22498 16160 7297 22499 3275 7902 22500 8990 7903 22501 9232 7901 22502 3275 7902 22503 9232 7901 22504 16265 7898 22505 3276 7904 22506 9243 7905 22507 8686 6751 22508 3276 7904 22509 8686 6751 22510 16023 7906 22511 3276 7904 22512 9241 7907 22513 16272 7908 22514 3276 7904 22515 9242 7909 22516 16271 7910 22517 3277 7911 22518 9245 7912 22519 16158 7267 22520 3277 7911 22521 8952 7266 22522 9240 7913 22523 3277 7911 22524 9240 7913 22525 9244 7914 22526 3277 7911 22527 9244 7914 22528 9245 7912 22529 3278 7915 22530 9241 7907 22531 16023 7906 22532 3278 7915 22533 8953 7271 22534 9245 7912 22535 3278 7915 22536 9245 7912 22537 16273 7916 22538 3278 7915 22539 9246 7917 22540 9241 7907 22541 3279 7918 22542 9248 7919 22543 9038 7482 22544 3279 7918 22545 9038 7482 22546 16014 7920 22547 3279 7918 22548 9236 7921 22549 9247 7922 22550 3279 7918 22551 9247 7922 22552 16274 7923 22553 3280 7924 22554 9237 7925 22555 9039 7487 22556 3280 7924 22557 9039 7487 22558 16193 7483 22559 3280 7924 22560 9248 7919 22561 9249 7926 22562 3280 7924 22563 9249 7926 22564 16267 7927 22565 3281 7928 22566 9252 7929 22567 9256 7930 22568 3281 7928 22569 9256 7930 22570 16278 7931 22571 3281 7928 22572 9275 7932 22573 9276 7933 22574 3281 7928 22575 9276 7933 22576 16276 7934 22577 3282 7935 22578 8761 6923 22579 16050 6920 22580 3282 7935 22581 9251 7936 22582 9276 7933 22583 3282 7935 22584 9276 7933 22585 16288 7937 22586 3282 7935 22587 9277 7938 22588 8761 6923 22589 3283 7939 22590 8948 7244 22591 9277 7938 22592 3283 7939 22593 9277 7938 22594 16288 7937 22595 3283 7939 22596 9275 7932 22597 9255 7940 22598 3283 7939 22599 9255 7940 22600 16156 7941 22601 3284 7942 22602 9256 7930 22603 9254 7943 22604 3284 7942 22605 9254 7943 22606 16277 7944 22607 3284 7942 22608 9278 7945 22609 9279 7946 22610 3284 7942 22611 9279 7946 22612 16278 7931 22613 3285 7947 22614 8949 7248 22615 16156 7941 22616 3285 7947 22617 9255 7940 22618 9279 7946 22619 3285 7947 22620 9279 7946 22621 16289 7948 22622 3285 7947 22623 9280 7949 22624 8949 7248 22625 3286 7950 22626 8763 6932 22627 9280 7949 22628 3286 7950 22629 9280 7949 22630 16289 7948 22631 3286 7950 22632 9278 7945 22633 9253 7951 22634 3286 7950 22635 9253 7951 22636 16051 6927 22637 3287 7952 22638 9258 7953 22639 9252 7929 22640 3287 7952 22641 9252 7929 22642 16276 7934 22643 3287 7952 22644 9281 7954 22645 9282 7955 22646 3287 7952 22647 9282 7955 22648 16279 7956 22649 3288 7957 22650 8944 7239 22651 16154 7958 22652 3288 7957 22653 9257 7959 22654 9282 7955 22655 3288 7957 22656 9282 7955 22657 9283 7960 22658 3288 7957 22659 9283 7960 22660 15984 6754 22661 3289 7961 22662 8760 6919 22663 9283 7960 22664 3289 7961 22665 9283 7960 22666 16290 7962 22667 3289 7961 22668 9281 7954 22669 9251 7936 22670 3289 7961 22671 9251 7936 22672 16050 6920 22673 3290 7963 22674 9254 7943 22675 16162 7964 22676 3290 7963 22677 9258 7953 22678 9284 7965 22679 3290 7963 22680 9284 7965 22681 9285 7966 22682 3290 7963 22683 9285 7966 22684 16277 7944 22685 3291 7967 22686 8762 6928 22687 16051 6927 22688 3291 7967 22689 9253 7951 22690 9285 7966 22691 3291 7967 22692 9285 7966 22693 16291 7968 22694 3291 7967 22695 9286 7969 22696 8762 6928 22697 3292 7970 22698 8945 7242 22699 15985 6762 22700 3292 7970 22701 9286 7969 22702 9284 7965 22703 3292 7970 22704 9284 7965 22705 16279 7956 22706 3292 7970 22707 9257 7959 22708 16154 7958 22709 3293 7971 22710 9260 7972 22711 9264 7973 22712 3293 7971 22713 9264 7973 22714 16282 7974 22715 3293 7971 22716 9287 7975 22717 9288 7976 22718 3293 7971 22719 9288 7976 22720 16280 7977 22721 3294 7978 22722 8791 6985 22723 16061 6982 22724 3294 7978 22725 9259 7979 22726 9288 7976 22727 3294 7978 22728 9288 7976 22729 16292 7980 22730 3294 7978 22731 9289 7981 22732 8791 6985 22733 3295 7982 22734 9032 7457 22735 9289 7981 22736 3295 7982 22737 9289 7981 22738 16292 7980 22739 3295 7982 22740 9287 7975 22741 9263 7983 22742 3295 7982 22743 9263 7983 22744 16190 7984 22745 3296 7985 22746 9264 7973 22747 9262 7986 22748 3296 7985 22749 9262 7986 22750 16281 7987 22751 3296 7985 22752 9290 7988 22753 9291 7989 22754 3296 7985 22755 9291 7989 22756 16282 7974 22757 3297 7990 22758 9033 7462 22759 16190 7984 22760 3297 7990 22761 9263 7983 22762 9291 7989 22763 3297 7990 22764 9291 7989 22765 16293 7991 22766 3297 7990 22767 9292 7992 22768 9033 7462 22769 3298 7993 22770 8793 6995 22771 9292 7992 22772 3298 7993 22773 9292 7992 22774 16293 7991 22775 3298 7993 22776 9290 7988 22777 9261 7994 22778 3298 7993 22779 9261 7994 22780 8793 6995 22781 3299 7995 22782 9266 7996 22783 16197 7997 22784 3299 7995 22785 9260 7972 22786 16280 7977 22787 3299 7995 22788 9293 7998 22789 9294 7999 22790 3299 7995 22791 9294 7999 22792 9266 7996 22793 3300 8000 22794 9028 7452 22795 16188 8001 22796 3300 8000 22797 9265 8002 22798 9294 7999 22799 3300 8000 22800 9294 7999 22801 9295 8003 22802 3300 8000 22803 9295 8003 22804 15967 6702 22805 3301 8004 22806 8790 6981 22807 9295 8003 22808 3301 8004 22809 9295 8003 22810 16294 8005 22811 3301 8004 22812 9293 7998 22813 9259 7979 22814 3301 8004 22815 9259 7979 22816 16061 6982 22817 3302 8006 22818 9262 7986 22819 16197 7997 22820 3302 8006 22821 9266 7996 22822 16283 8007 22823 3302 8006 22824 9296 8008 22825 9297 8009 22826 3302 8006 22827 9297 8009 22828 16281 7987 22829 3303 8010 22830 8792 6991 22831 16062 6990 22832 3303 8010 22833 9261 7994 22834 9297 8009 22835 3303 8010 22836 9297 8009 22837 16295 8011 22838 3303 8010 22839 9298 8012 22840 8792 6991 22841 3304 8013 22842 9029 7455 22843 15968 6710 22844 3304 8013 22845 9298 8012 22846 9296 8008 22847 3304 8013 22848 9296 8008 22849 9265 8002 22850 3304 8013 22851 9265 8002 22852 16188 8001 22853 3305 8014 22854 9268 8015 22855 9272 8016 22856 3305 8014 22857 9272 8016 22858 16286 8017 22859 3305 8014 22860 9299 8018 22861 9300 8019 22862 3305 8014 22863 9300 8019 22864 16284 8020 22865 3306 8021 22866 8777 6954 22867 16056 6951 22868 3306 8021 22869 9267 8022 22870 9300 8019 22871 3306 8021 22872 9300 8019 22873 16296 8023 22874 3306 8021 22875 9301 8024 22876 8777 6954 22877 3307 8025 22878 9126 7648 22879 15992 6801 22880 3307 8025 22881 9301 8024 22882 16296 8023 22883 3307 8025 22884 9299 8018 22885 9271 8026 22886 3307 8025 22887 9271 8026 22888 16225 7653 22889 3308 8027 22890 9272 8016 22891 9270 8028 22892 3308 8027 22893 9270 8028 22894 16285 8029 22895 3308 8027 22896 9302 8030 22897 9303 8031 22898 3308 8027 22899 9303 8031 22900 16286 8017 22901 3309 8032 22902 9127 7654 22903 16225 7653 22904 3309 8032 22905 9271 8026 22906 9303 8031 22907 3309 8032 22908 9303 8031 22909 16297 8033 22910 3309 8032 22911 9304 8034 22912 15993 6806 22913 3310 8035 22914 8779 6964 22915 9304 8034 22916 3310 8035 22917 9304 8034 22918 16297 8033 22919 3310 8035 22920 9302 8030 22921 9269 8036 22922 3310 8035 22923 9269 8036 22924 16057 6959 22925 3311 8037 22926 9274 8038 22927 16230 8039 22928 3311 8037 22929 9268 8015 22930 16284 8020 22931 3311 8037 22932 9305 8040 22933 9306 8041 22934 3311 8037 22935 9306 8041 22936 9274 8038 22937 3312 8042 22938 9122 7643 22939 16223 8043 22940 3312 8042 22941 9273 8044 22942 9306 8041 22943 3312 8042 22944 9306 8041 22945 9307 8045 22946 3312 8042 22947 9307 8045 22948 15976 6728 22949 3313 8046 22950 8776 6950 22951 9307 8045 22952 3313 8046 22953 9307 8045 22954 16298 8047 22955 3313 8046 22956 9305 8040 22957 9267 8022 22958 3313 8046 22959 9267 8022 22960 16056 6951 22961 3314 8048 22962 9270 8028 22963 16230 8039 22964 3314 8048 22965 9274 8038 22966 9308 8049 22967 3314 8048 22968 9308 8049 22969 9309 8050 22970 3314 8048 22971 9309 8050 22972 16285 8029 22973 3315 8051 22974 8778 6960 22975 16057 6959 22976 3315 8051 22977 9269 8036 22978 9309 8050 22979 3315 8051 22980 9309 8050 22981 16299 8052 22982 3315 8051 22983 9310 8053 22984 8778 6960 22985 3316 8054 22986 9123 7646 22987 15977 6736 22988 3316 8054 22989 9310 8053 22990 9308 8049 22991 3316 8054 22992 9308 8049 22993 9273 8044 22994 3316 8054 22995 9273 8044 22996 16223 8043 22997 3317 8055 22998 9895 8056 22999 15947 8057 23000 3317 8055 23001 8620 6672 23002 8544 6545 23003 3317 8055 23004 8544 6545 23005 15884 6525 23006 3317 8055 23007 9901 6558 23008 9895 8056 23009 3318 8058 23010 9895 8056 23011 15892 6561 23012 3319 8059 23013 8621 6678 23014 15894 6567 23015 3320 8060 23016 9894 8061 23017 9900 6566 23018 3320 8060 23019 9900 6566 23020 15886 6532 23021 3320 8060 23022 8541 6539 23023 8619 6675 23024 3320 8060 23025 8619 6675 23026 15946 6674 23027 3321 8062 23028 9317 8063 23029 8623 6686 23030 3321 8062 23031 8623 6686 23032 15903 7445 23033 3321 8062 23034 8555 7447 23035 8613 6668 23036 3321 8062 23037 8613 6668 23038 9317 8063 23039 3322 8064 23040 9317 8063 23041 8625 6677 23042 3322 8064 23043 8628 6682 23044 15948 6687 23045 3323 8065 23046 9318 8066 23047 15949 8067 23048 3323 8065 23049 8626 6689 23050 9318 8066 23051 3324 8068 23052 9318 8066 23053 8611 6658 23054 3324 8068 23055 8611 6658 23056 15900 7858 23057 3324 8068 23058 8557 7857 23059 8624 6684 23060 3324 8068 23061 8624 6684 23062 15949 8067 23063 5753 8069 23064 14008 8070 23065 8595 8071 23066 3326 8072 23067 9319 8073 23068 9570 6628 23069 3326 8072 23070 9570 6628 23071 15937 8074 23072 3327 8075 23073 9569 8076 23074 8595 8071 23075 5753 8069 23076 14172 8077 23077 1467 8078 23078 3328 8079 23079 8478 8080 23080 9322 8081 23081 3329 8082 23082 8580 8083 23083 9324 8084 23084 3330 8085 23085 9324 8084 23086 15927 8086 23087 3330 8085 23088 9330 8087 23089 9328 8088 23090 3330 8085 23091 9328 8088 23092 16303 8089 23093 3330 8085 23094 9329 8090 23095 9324 8084 23096 3331 8091 23097 8576 6577 23098 15928 8092 23099 3331 8091 23100 9332 8093 23101 9331 8094 23102 3332 8095 23103 9330 8087 23104 9332 8093 23105 3332 8095 23106 9332 8093 23107 15928 8092 23108 3332 8095 23109 9334 8096 23110 9333 8097 23111 3332 8095 23112 9333 8097 23113 16308 8098 23114 3333 8099 23115 9334 8096 23116 8578 6576 23117 3333 8099 23118 8578 6576 23119 15929 6575 23120 3333 8099 23121 9335 8100 23122 9327 8101 23123 3333 8099 23124 9327 8101 23125 16307 8102 23126 3334 8103 23127 8579 6580 23128 15926 6572 23129 3334 8103 23130 9336 8104 23131 9326 8105 23132 3334 8103 23133 9326 8105 23134 16306 8106 23135 3334 8103 23136 9335 8100 23137 8579 6580 23138 3335 8107 23139 9519 8108 23140 16301 8109 23141 3335 8107 23142 9329 8090 23143 9325 8110 23144 3335 8107 23145 9325 8110 23146 16304 8111 23147 3335 8107 23148 9517 8112 23149 9519 8108 23150 3336 8113 23151 9517 8112 23152 9339 8114 23153 3336 8113 23154 9339 8114 23155 9516 8115 23156 3336 8113 23157 9516 8115 23158 7493 4432 23159 3336 8113 23160 7493 4432 23161 15302 4438 23162 3337 8116 23163 9342 8117 23164 9325 8110 23165 3337 8116 23166 9325 8110 23167 16303 8089 23168 3337 8116 23169 9340 8118 23170 16310 8119 23171 3337 8116 23172 9341 8120 23173 9342 8117 23174 3338 8121 23175 9343 8122 23176 16312 8123 23177 3338 8121 23178 9344 8124 23179 9345 8125 23180 3339 8126 23181 9348 8127 23182 9326 8105 23183 3339 8126 23184 9326 8105 23185 16305 8128 23186 3339 8126 23187 9346 8129 23188 9347 8130 23189 3339 8126 23190 9347 8130 23191 16315 8131 23192 3340 8132 23193 9350 8133 23194 9327 8101 23195 3340 8132 23196 9327 8101 23197 16306 8106 23198 3340 8132 23199 9348 8127 23200 9349 8134 23201 3340 8132 23202 9349 8134 23203 16316 8135 23204 3341 8136 23205 9340 8118 23206 9328 8088 23207 3341 8136 23208 9328 8088 23209 16308 8098 23210 3341 8136 23211 9351 8137 23212 9352 8138 23213 3341 8136 23214 9352 8138 23215 16310 8119 23216 3342 8139 23217 9351 8137 23218 9333 8097 23219 3342 8139 23220 9333 8097 23221 16307 8102 23222 3342 8139 23223 9350 8133 23224 9353 8140 23225 3342 8139 23226 9353 8140 23227 16317 8141 23228 3343 8142 23229 9345 8125 23230 16313 8143 23231 3343 8142 23232 9354 8144 23233 9355 8145 23234 3344 8146 23235 9346 8129 23236 9337 8147 23237 3344 8146 23238 9355 8145 23239 16318 8148 23240 3344 8146 23241 9356 8149 23242 16314 8150 23243 3345 8151 23244 9358 8152 23245 16309 8153 23246 3345 8151 23247 9339 8114 23248 16304 8111 23249 3345 8151 23250 9342 8117 23251 16311 8154 23252 3345 8151 23253 9357 8155 23254 9358 8152 23255 3346 8156 23256 9360 8157 23257 16311 8154 23258 3346 8156 23259 9341 8120 23260 9359 8158 23261 3347 8159 23262 9362 8160 23263 16313 8143 23264 3347 8159 23265 9344 8124 23266 9361 8161 23267 3348 8162 23268 9364 8163 23269 9347 8130 23270 3348 8162 23271 9347 8130 23272 16314 8150 23273 3349 8164 23274 9365 8165 23275 9349 8134 23276 3349 8164 23277 9349 8134 23278 16315 8131 23279 3350 8166 23280 9359 8158 23281 9352 8138 23282 3350 8166 23283 9352 8138 23284 16317 8141 23285 3351 8167 23286 9366 8168 23287 9353 8140 23288 3351 8167 23289 9353 8140 23290 16316 8135 23291 3352 8169 23292 9367 8170 23293 16318 8148 23294 3352 8169 23295 9354 8144 23296 9362 8160 23297 3353 8171 23298 9363 8172 23299 9356 8149 23300 3353 8171 23301 9356 8149 23302 16318 8148 23303 3354 8173 23304 9368 8174 23305 16319 8175 23306 3354 8173 23307 9357 8155 23308 9360 8157 23309 3355 8176 23310 9337 8147 23311 16305 8128 23312 3355 8176 23313 9336 8104 23314 8574 6571 23315 3355 8176 23316 8574 6571 23317 15925 963 23318 3356 890 23319 8483 6415 23320 8475 6491 23321 3356 890 23322 8475 6491 23323 15847 6507 23324 3358 8177 23325 9370 8178 23326 15855 8179 23327 3358 8177 23328 8479 8180 23329 9370 8178 23330 3357 8181 23331 9370 8178 23332 15856 8182 23333 3359 8183 23334 8490 8184 23335 15862 8185 23336 3359 8183 23337 8487 8186 23338 8488 6599 23339 3359 8183 23340 8488 6599 23341 15859 6582 23342 3359 8183 23343 9914 6408 23344 8490 8184 23345 3369 8187 23346 9371 8188 23347 9372 8189 23348 3369 8187 23349 9372 8189 23350 9373 8190 23351 3370 8191 23352 9374 8192 23353 9375 8193 23354 3370 8191 23355 9375 8193 23356 16333 8194 23357 3371 8195 23358 9384 8196 23359 9379 8197 23360 3371 8195 23361 9379 8197 23362 16338 8198 23363 3371 8195 23364 9382 8199 23365 16343 8200 23366 3371 8195 23367 9383 8201 23368 16342 8202 23369 3372 8203 23370 9386 8204 23371 9380 8205 23372 3372 8203 23373 9380 8205 23374 16339 8206 23375 3372 8203 23376 9384 8196 23377 9385 8207 23378 3372 8203 23379 9385 8207 23380 16344 8208 23381 3373 8209 23382 9388 8210 23383 9381 8211 23384 3373 8209 23385 9381 8211 23386 16340 8212 23387 3373 8209 23388 9386 8204 23389 9387 8213 23390 3373 8209 23391 9387 8213 23392 16345 8214 23393 3374 8215 23394 9391 8216 23395 16342 8202 23396 3374 8215 23397 9383 8201 23398 9389 8217 23399 3374 8215 23400 9389 8217 23401 16347 8218 23402 3374 8215 23403 9390 8219 23404 9391 8216 23405 3375 8220 23406 9393 8221 23407 9385 8207 23408 3375 8220 23409 9385 8207 23410 9391 8216 23411 3375 8220 23412 9391 8216 23413 16346 8222 23414 3375 8220 23415 9392 8223 23416 16348 8224 23417 3376 8225 23418 9395 8226 23419 9387 8213 23420 3376 8225 23421 9387 8213 23422 16344 8208 23423 3376 8225 23424 9393 8221 23425 9394 8227 23426 3376 8225 23427 9394 8227 23428 16349 8228 23429 3377 8229 23430 9396 8230 23431 16351 8231 23432 3377 8229 23433 9909 8232 23434 9396 8230 23435 3378 8233 23436 9397 8234 23437 16350 8235 23438 3378 8233 23439 9402 8236 23440 16352 8237 23441 3379 8238 23442 9398 8239 23443 9402 8236 23444 3379 8238 23445 9403 8240 23446 16353 8241 23447 3380 8242 23448 9400 8243 23449 16331 8244 23450 3380 8242 23451 9401 8245 23452 9400 8243 23453 3381 8246 23454 9912 8247 23455 16332 8248 23456 3381 8246 23457 9399 8249 23458 9403 8240 23459 3382 8250 23460 9910 8251 23461 16354 4506 23462 3382 8250 23463 9404 4467 23464 9378 8252 23465 3383 8253 23466 9911 8254 23467 9451 4471 23468 3383 8253 23469 9451 4471 23470 15626 4514 23471 3384 8255 23472 9405 8256 23473 9429 8257 23474 3384 8255 23475 9429 8257 23476 16356 8258 23477 3385 8259 23478 9429 8257 23479 16355 8260 23480 3385 8259 23481 9406 8261 23482 9379 8197 23483 3385 8259 23484 9379 8197 23485 16339 8206 23486 3385 8259 23487 9408 8262 23488 9429 8257 23489 3386 8263 23490 9407 8264 23491 9430 8265 23492 3386 8263 23493 9430 8265 23494 9409 8266 23495 3387 8267 23496 9430 8265 23497 16356 8258 23498 3387 8267 23499 9408 8262 23500 9380 8205 23501 3387 8267 23502 9380 8205 23503 16340 8212 23504 3387 8267 23505 9410 8268 23506 16357 8269 23507 3388 8270 23508 9409 8266 23509 16357 8269 23510 3388 8270 23511 9431 8271 23512 9411 8272 23513 3389 8273 23514 9431 8271 23515 9410 8268 23516 3389 8273 23517 9410 8268 23518 9381 8211 23519 3389 8273 23520 9381 8211 23521 16341 8274 23522 3389 8273 23523 9412 8275 23524 16358 8276 23525 3390 8277 23526 9390 8219 23527 9413 8278 23528 3390 8277 23529 9413 8278 23530 9432 8279 23531 3390 8277 23532 9432 8279 23533 16360 8280 23534 3390 8277 23535 9415 8281 23536 16346 8222 23537 3391 8282 23538 9432 8279 23539 16359 8283 23540 3391 8282 23541 9414 8284 23542 9396 8230 23543 3391 8282 23544 9396 8230 23545 16350 8235 23546 3391 8282 23547 9416 8285 23548 9432 8279 23549 3392 8286 23550 9392 8223 23551 9415 8281 23552 3392 8286 23553 9415 8281 23554 9433 8287 23555 3392 8286 23556 9433 8287 23557 9417 8288 23558 3392 8286 23559 9417 8288 23560 16348 8224 23561 3393 8289 23562 9433 8287 23563 16360 8280 23564 3393 8289 23565 9416 8285 23566 9397 8234 23567 3393 8289 23568 9397 8234 23569 9418 8290 23570 3393 8289 23571 9418 8290 23572 16361 8291 23573 3394 8292 23574 9394 8227 23575 9417 8288 23576 3394 8292 23577 9417 8288 23578 16361 8291 23579 3394 8292 23580 9434 8293 23581 9419 8294 23582 3394 8292 23583 9419 8294 23584 9394 8227 23585 3395 8295 23586 9434 8293 23587 9418 8290 23588 3395 8295 23589 9418 8290 23590 16352 8237 23591 3395 8295 23592 9398 8239 23593 9420 8296 23594 3395 8295 23595 9420 8296 23596 16362 8297 23597 3396 8298 23598 9411 8272 23599 16358 8276 23600 3396 8298 23601 9435 8299 23602 9421 8300 23603 3397 8301 23604 9435 8299 23605 9412 8275 23606 3397 8301 23607 9412 8275 23608 16341 8274 23609 3397 8301 23610 9388 8210 23611 9422 8302 23612 3397 8301 23613 9422 8302 23614 16363 8303 23615 3398 8304 23616 9382 8199 23617 16338 8198 23618 3398 8304 23619 9406 8261 23620 9436 8305 23621 3398 8304 23622 9436 8305 23623 16364 8306 23624 3398 8304 23625 9424 8307 23626 9382 8199 23627 3399 8308 23628 9436 8305 23629 16355 8260 23630 3399 8308 23631 9423 8309 23632 9436 8305 23633 3400 8310 23634 9389 8217 23635 16343 8200 23636 3400 8310 23637 9424 8307 23638 9437 8311 23639 3400 8310 23640 9437 8311 23641 16365 8312 23642 3400 8310 23643 9426 8313 23644 9389 8217 23645 3401 8314 23646 9437 8311 23647 16364 8306 23648 3401 8314 23649 9425 8315 23650 9437 8311 23651 3402 8316 23652 9413 8278 23653 16347 8218 23654 3402 8316 23655 9426 8313 23656 9438 8317 23657 3402 8316 23658 9438 8317 23659 16367 8318 23660 3402 8316 23661 9439 8319 23662 9413 8278 23663 3403 8320 23664 9400 8243 23665 16351 8231 23666 3403 8320 23667 9414 8284 23668 9439 8319 23669 3403 8320 23670 9439 8319 23671 16367 8318 23672 3403 8320 23673 9440 8321 23674 9400 8243 23675 3404 8322 23676 9373 8190 23677 16331 8244 23678 3404 8322 23679 9440 8321 23680 9438 8317 23681 3404 8322 23682 9438 8317 23683 16365 8312 23684 3405 8323 23685 9428 8324 23686 16349 8228 23687 3405 8323 23688 9419 8294 23689 9441 8325 23690 3405 8323 23691 9441 8325 23692 16368 8326 23693 3405 8323 23694 9442 8327 23695 9428 8324 23696 3406 8328 23697 9427 8329 23698 16366 8330 23699 3406 8328 23700 9442 8327 23701 9443 8331 23702 3406 8328 23703 9443 8331 23704 16332 8248 23705 3407 8332 23706 9399 8249 23707 9443 8331 23708 3407 8332 23709 9443 8331 23710 16368 8326 23711 3407 8332 23712 9441 8325 23713 9420 8296 23714 3407 8332 23715 9420 8296 23716 16353 8241 23717 3408 8333 23718 9421 8300 23719 16363 8303 23720 3408 8333 23721 9444 8334 23722 9427 8329 23723 3409 8335 23724 9444 8334 23725 9422 8302 23726 3409 8335 23727 9422 8302 23728 16345 8214 23729 3409 8335 23730 9395 8226 23731 9428 8324 23732 3409 8335 23733 9428 8324 23734 16366 8330 23735 3410 8336 23736 9905 8337 23737 7524 4513 23738 3410 8336 23739 7524 4513 23740 9448 8338 23741 3411 8339 23742 9907 8340 23743 15324 4480 23744 3411 8339 23745 9449 4504 23746 9910 8251 23747 3412 8341 23748 9445 8342 23749 16369 8343 23750 3413 8344 23751 9448 8338 23752 15325 8345 23753 3413 8344 23754 9447 4492 23755 16369 8343 23756 3414 8346 23757 9908 8347 23758 16369 8343 23759 3414 8346 23760 9446 4481 23761 15324 4480 23762 3415 8348 23763 9599 8349 23764 9598 8350 23765 3415 8348 23766 9598 8350 23767 16373 8351 23768 3415 8348 23769 9468 8352 23770 9458 8353 23771 3415 8348 23772 9458 8353 23773 15312 8354 23774 3416 8355 23775 9468 8352 23776 16373 8351 23777 3416 8355 23778 9601 8356 23779 9602 8357 23780 3416 8355 23781 9602 8357 23782 15310 8358 23783 3416 8355 23784 9457 8359 23785 9468 8352 23786 3417 8360 23787 7507 8361 23788 9458 8353 23789 3417 8360 23790 9458 8353 23791 16372 8362 23792 3417 8360 23793 9469 8363 23794 9456 8364 23795 3417 8360 23796 9456 8364 23797 15311 8365 23798 3418 8366 23799 9469 8363 23800 9457 8359 23801 3418 8366 23802 9457 8359 23803 7505 8367 23804 3418 8366 23805 7505 8367 23806 9455 8368 23807 3418 8366 23808 9455 8368 23809 16371 8369 23810 3419 8370 23811 7465 8371 23812 9515 8372 23813 3419 8370 23814 9515 8372 23815 16375 8373 23816 3420 8374 23817 9515 8372 23818 15281 4372 23819 3420 8374 23820 7464 4370 23821 9516 8115 23822 3420 8374 23823 9516 8115 23824 16309 8153 23825 3420 8374 23826 9462 8375 23827 9515 8372 23828 3421 8376 23829 9461 8377 23830 9470 8378 23831 3421 8376 23832 9470 8378 23833 16376 8379 23834 3421 8376 23835 9463 8380 23836 9343 8122 23837 3422 8381 23838 9470 8378 23839 16375 8373 23840 3422 8381 23841 9462 8375 23842 9358 8152 23843 3422 8381 23844 9358 8152 23845 16319 8175 23846 3422 8381 23847 9464 8382 23848 9470 8378 23849 3423 8383 23850 9361 8161 23851 16312 8123 23852 3423 8383 23853 9463 8380 23854 9471 8384 23855 3424 8385 23856 9471 8384 23857 16376 8379 23858 3424 8385 23859 9464 8382 23860 9368 8174 23861 3427 8386 23862 9472 8387 23863 9465 8388 23864 3427 8386 23865 9465 8388 23866 16330 8389 23867 3428 8390 23868 9376 8391 23869 9466 8392 23870 3428 8390 23871 9466 8392 23872 16378 8393 23873 3429 8394 23874 9473 8395 23875 9459 8396 23876 3429 8394 23877 9459 8396 23878 15326 8397 23879 3430 8398 23880 9906 8399 23881 15327 8400 23882 3430 8398 23883 9460 8401 23884 9473 8395 23885 3431 8402 23886 7504 8403 23887 9474 8404 23888 3431 8402 23889 9474 8404 23890 16380 8405 23891 3431 8402 23892 9478 8406 23893 9476 8407 23894 3431 8402 23895 9476 8407 23896 15306 8408 23897 3432 8409 23898 9478 8406 23899 9475 8410 23900 3432 8409 23901 9475 8410 23902 7498 5326 23903 3432 8409 23904 7498 5326 23905 9477 8411 23906 3432 8409 23907 9477 8411 23908 16381 8412 23909 3433 8413 23910 9483 8414 23911 9479 8415 23912 3433 8413 23913 9479 8415 23914 7503 8416 23915 3433 8413 23916 7503 8416 23917 15304 8417 23918 3433 8413 23919 9481 8418 23920 9483 8414 23921 3434 8419 23922 9483 8414 23923 16383 8420 23924 3434 8419 23925 9482 8421 23926 7496 5173 23927 3434 8419 23928 7496 5173 23929 15308 5479 23930 3434 8419 23931 9480 8422 23932 16382 8423 23933 3435 8424 23934 7501 4733 23935 9475 8410 23936 3435 8424 23937 9475 8410 23938 16380 8405 23939 3435 8424 23940 9484 8425 23941 7508 8426 23942 3435 8424 23943 7508 8426 23944 15329 4734 23945 3436 8427 23946 9491 8428 23947 9485 8429 23948 3436 8427 23949 9485 8429 23950 7931 5456 23951 3436 8427 23952 7931 5456 23953 9486 8430 23954 3436 8427 23955 9486 8430 23956 9491 8428 23957 3437 8431 23958 9490 8432 23959 9488 8433 23960 3437 8431 23961 9488 8433 23962 15332 8434 23963 3437 8431 23964 7930 8435 23965 9485 8429 23966 3437 8431 23967 9485 8429 23968 16384 8436 23969 3438 8437 23970 9486 8430 23971 7798 5179 23972 3438 8437 23973 7798 5179 23974 15510 5174 23975 3438 8437 23976 9482 8421 23977 9487 8438 23978 3438 8437 23979 9487 8438 23980 16385 8439 23981 3439 8440 23982 7869 8441 23983 9488 8433 23984 3439 8440 23985 9488 8433 23986 16386 8442 23987 3439 8440 23988 9489 8443 23989 9477 8411 23990 3439 8440 23991 9477 8411 23992 15536 5325 23993 3440 8444 23994 9494 8445 23995 16384 8436 23996 3440 8444 23997 9491 8428 23998 9492 8446 23999 3440 8444 24000 9492 8446 24001 16388 8447 24002 3440 8444 24003 9493 8448 24004 9494 8445 24005 3441 8449 24006 9496 8450 24007 16386 8442 24008 3441 8449 24009 9490 8432 24010 9494 8445 24011 3441 8449 24012 9494 8445 24013 16387 8451 24014 3441 8449 24015 9495 8452 24016 16389 8453 24017 3442 8454 24018 9498 8455 24019 16381 8412 24020 3442 8454 24021 9489 8443 24022 16386 8442 24023 3442 8454 24024 9496 8450 24025 9497 8456 24026 3442 8454 24027 9497 8456 24028 9498 8455 24029 3443 8457 24030 9492 8446 24031 16385 8439 24032 3443 8457 24033 9487 8438 24034 16383 8420 24035 3443 8457 24036 9499 8458 24037 9500 8459 24038 3443 8457 24039 9500 8459 24040 9492 8446 24041 3444 8460 24042 9499 8458 24043 9481 8418 24044 3444 8460 24045 9481 8418 24046 9501 8461 24047 3444 8460 24048 9501 8461 24049 9502 8462 24050 3444 8460 24051 9502 8462 24052 16391 8463 24053 3445 8464 24054 9504 8465 24055 9476 8407 24056 3445 8464 24057 9476 8407 24058 9498 8455 24059 3445 8464 24060 9498 8455 24061 16390 8466 24062 3445 8464 24063 9503 8467 24064 9504 8465 24065 3446 8468 24066 9502 8462 24067 9507 8469 24068 3446 8468 24069 9507 8469 24070 16395 8470 24071 3446 8468 24072 9508 8471 24073 16388 8447 24074 3446 8468 24075 9500 8459 24076 16391 8463 24077 3447 8472 24078 9510 8473 24079 9503 8467 24080 3447 8472 24081 9503 8467 24082 16390 8466 24083 3447 8472 24084 9497 8456 24085 16389 8453 24086 3447 8472 24087 9509 8474 24088 16396 8475 24089 3448 8476 24090 9512 8477 24091 16396 8475 24092 3448 8476 24093 9509 8474 24094 9495 8452 24095 3448 8476 24096 9495 8452 24097 16387 8451 24098 3448 8476 24099 9511 8478 24100 9512 8477 24101 3449 8479 24102 9513 8480 24103 9511 8478 24104 3449 8479 24105 9511 8478 24106 16387 8451 24107 3449 8479 24108 9493 8448 24109 9508 8471 24110 3449 8479 24111 9508 8471 24112 16395 8470 24113 3450 8481 24114 9514 8482 24115 9505 8483 24116 3450 8481 24117 9505 8483 24118 16393 8484 24119 3450 8481 24120 9510 8473 24121 9512 8477 24122 3450 8481 24123 9512 8477 24124 16397 8485 24125 3451 8486 24126 9507 8469 24127 16392 8487 24128 3451 8486 24129 9506 8488 24130 16394 8489 24131 3451 8486 24132 9514 8482 24133 16397 8485 24134 3451 8486 24135 9513 8480 24136 9507 8469 24137 3452 8490 24138 7790 5019 24139 15502 5022 24140 3452 8490 24141 7972 5461 24142 9528 8491 24143 3452 8490 24144 9528 8491 24145 15561 5443 24146 3452 8490 24147 7934 5438 24148 7790 5019 24149 3453 8492 24150 9524 5321 24151 15538 5304 24152 3453 8492 24153 7873 5303 24154 7935 5444 24155 3453 8492 24156 7935 5444 24157 15561 5443 24158 3453 8492 24159 9528 8491 24160 9524 5321 24161 3454 8493 24162 7869 8441 24163 9523 5324 24164 3454 8493 24165 9523 5324 24166 15582 5334 24167 3454 8493 24168 7992 5458 24169 7930 8435 24170 3454 8493 24171 7930 8435 24172 15332 8434 24173 3455 8494 24174 9529 8495 24175 15316 8496 24176 3455 8494 24177 7506 8497 24178 7494 8498 24179 3455 8494 24180 7494 8498 24181 15303 8499 24182 3455 8494 24183 9479 8415 24184 9529 8495 24185 3456 8500 24186 9530 8501 24187 15328 5470 24188 3456 8500 24189 7998 5498 24190 15587 5502 24191 3456 8500 24192 7509 8502 24193 9529 8495 24194 3456 8500 24195 9529 8495 24196 16382 8423 24197 3457 8503 24198 9538 8504 24199 15315 8505 24200 3457 8503 24201 9531 8506 24202 16398 8507 24203 3457 8503 24204 9547 8508 24205 16406 8509 24206 3457 8503 24207 9548 8510 24208 9538 8504 24209 3458 8511 24210 9599 8349 24211 9537 8512 24212 3458 8511 24213 9537 8512 24214 16401 8513 24215 3458 8511 24216 9548 8510 24217 9597 8514 24218 3458 8511 24219 9597 8514 24220 16424 8515 24221 3459 8516 24222 9587 8517 24223 9597 8514 24224 3459 8516 24225 9597 8514 24226 16406 8509 24227 3459 8516 24228 9547 8508 24229 9532 8518 24230 3459 8516 24231 9532 8518 24232 15318 8519 24233 3460 8520 24234 9531 8506 24235 15315 8505 24236 3460 8520 24237 9545 8521 24238 16405 8522 24239 3460 8520 24240 9549 8523 24241 16407 8524 24242 3460 8520 24243 9550 8525 24244 9531 8506 24245 3461 8526 24246 7511 4474 24247 15318 8519 24248 3461 8526 24249 9532 8518 24250 16398 8507 24251 3461 8526 24252 9550 8525 24253 16407 8524 24254 3461 8526 24255 9551 8527 24256 7511 4474 24257 3462 8528 24258 7522 4509 24259 15323 4475 24260 3462 8528 24261 9551 8527 24262 9549 8523 24263 3462 8528 24264 9549 8523 24265 16405 8522 24266 3462 8528 24267 9546 8529 24268 7522 4509 24269 3463 8530 24270 9533 8531 24271 9536 8532 24272 3463 8530 24273 9536 8532 24274 9552 8533 24275 3463 8530 24276 9552 8533 24277 9553 8534 24278 3463 8530 24279 9553 8534 24280 16399 8535 24281 3464 8536 24282 9589 8537 24283 15317 8538 24284 3464 8536 24285 9534 8539 24286 9553 8534 24287 3464 8536 24288 9553 8534 24289 16408 8540 24290 3464 8536 24291 9600 8541 24292 9589 8537 24293 3465 8542 24294 9602 8357 24295 16425 8543 24296 3465 8542 24297 9600 8541 24298 9552 8533 24299 3465 8542 24300 9552 8533 24301 16400 8544 24302 3465 8542 24303 9535 8545 24304 9602 8357 24305 3466 8546 24306 9539 8547 24307 15314 8548 24308 3466 8546 24309 9533 8531 24310 9554 8549 24311 3466 8546 24312 9554 8549 24313 16409 8550 24314 3466 8546 24315 9555 8551 24316 9539 8547 24317 3467 8552 24318 7519 4502 24319 15535 4501 24320 3467 8552 24321 9540 8553 24322 9555 8551 24323 3467 8552 24324 9555 8551 24325 9556 8554 24326 3467 8552 24327 9556 8554 24328 15321 4505 24329 3468 8555 24330 7510 4469 24331 9556 8554 24332 3468 8555 24333 9556 8554 24334 16409 8550 24335 3468 8555 24336 9554 8549 24337 16399 8535 24338 3468 8555 24339 9534 8539 24340 15317 8538 24341 3469 8556 24342 9536 8532 24343 15314 8548 24344 3469 8556 24345 9542 8557 24346 9557 8558 24347 3469 8556 24348 9557 8558 24349 16410 8559 24350 3469 8556 24351 9558 8560 24352 9536 8532 24353 3470 8561 24354 7505 8367 24355 15310 8358 24356 3470 8561 24357 9535 8545 24358 9558 8560 24359 3470 8561 24360 9558 8560 24361 9559 8562 24362 3470 8561 24363 9559 8562 24364 15309 8563 24365 3471 8564 24366 9543 8565 24367 15315 8505 24368 3471 8564 24369 9538 8504 24370 16401 8513 24371 3471 8564 24372 9560 8566 24373 16411 8567 24374 3471 8564 24375 9561 8568 24376 9543 8565 24377 3472 8569 24378 7506 8497 24379 9544 8570 24380 3472 8569 24381 9544 8570 24382 9561 8568 24383 3472 8569 24384 9561 8568 24385 16411 8567 24386 3472 8569 24387 9562 8571 24388 7506 8497 24389 3473 8572 24390 7507 8361 24391 15311 8365 24392 3473 8572 24393 9562 8571 24394 9560 8566 24395 3473 8572 24396 9560 8566 24397 9537 8512 24398 3473 8572 24399 9537 8512 24400 15312 8354 24401 3474 8573 24402 9542 8557 24403 9539 8547 24404 3474 8573 24405 9539 8547 24406 16402 8574 24407 3474 8573 24408 9563 8575 24409 9564 8576 24410 3474 8573 24411 9564 8576 24412 16403 8577 24413 3475 8578 24414 7508 8426 24415 15313 8579 24416 3475 8578 24417 9541 8580 24418 9564 8576 24419 3475 8578 24420 9564 8576 24421 16412 8581 24422 3475 8578 24423 9565 8582 24424 7508 8426 24425 3476 8583 24426 7867 5229 24427 9565 8582 24428 3476 8583 24429 9565 8582 24430 9563 8575 24431 3476 8583 24432 9563 8575 24433 16402 8574 24434 3476 8583 24435 9540 8553 24436 7867 5229 24437 3477 8584 24438 9545 8521 24439 15315 8505 24440 3477 8584 24441 9543 8565 24442 16404 8585 24443 3477 8584 24444 9566 8586 24445 9567 8587 24446 3477 8584 24447 9567 8587 24448 9545 8521 24449 3478 8588 24450 7999 5504 24451 9546 8529 24452 3478 8588 24453 9546 8529 24454 16405 8522 24455 3478 8588 24456 9567 8587 24457 9568 8589 24458 3478 8588 24459 9568 8589 24460 15587 5502 24461 3479 8590 24462 7509 8502 24463 9568 8589 24464 3479 8590 24465 9568 8589 24466 16413 8591 24467 3479 8590 24468 9566 8586 24469 9544 8570 24470 3479 8590 24471 9544 8570 24472 15316 8496 24473 3480 8592 24474 9572 8593 24475 15856 8182 24476 3480 8592 24477 8479 8180 24478 8480 6501 24479 3480 8592 24480 8480 6501 24481 9573 8594 24482 3480 8592 24483 9573 8594 24484 9572 8593 24485 3481 8595 24486 9573 8594 24487 9319 8073 24488 3482 8596 24489 9322 8081 24490 9572 8593 24491 3483 8597 24492 9575 8598 24493 8586 6589 24494 3483 8597 24495 8586 6589 24496 15932 6588 24497 3483 8597 24498 8592 6601 24499 9574 6595 24500 3483 8597 24501 9574 6595 24502 16415 6594 24503 3484 8599 24504 9454 4473 24505 9580 8600 24506 3484 8599 24507 9580 8600 24508 16420 8601 24509 3484 8599 24510 9586 8602 24511 9587 8517 24512 3484 8599 24513 9587 8517 24514 15318 8519 24515 3485 8603 24516 9453 4465 24517 15317 8538 24518 3485 8603 24519 9589 8537 24520 9588 8604 24521 3485 8603 24522 9588 8604 24523 16421 8605 24524 3485 8603 24525 9582 8606 24526 9453 4465 24527 3487 8607 24528 9372 8189 24529 16330 8389 24530 3487 8607 24531 9577 8608 24532 9590 8609 24533 3487 8607 24534 9590 8609 24535 16426 8610 24536 3487 8607 24537 9591 8611 24538 9372 8189 24539 3488 8612 24540 9377 8613 24541 9591 8611 24542 3490 8614 24543 9593 8615 24544 9912 8247 24545 3491 8616 24546 9375 8193 24547 9593 8615 24548 3491 8616 24549 9593 8615 24550 9592 8617 24551 3491 8616 24552 9592 8617 24553 9578 8618 24554 3491 8616 24555 9578 8618 24556 16333 8194 24557 3492 8619 24558 9904 8620 24559 9580 8600 24560 3492 8619 24561 9580 8600 24562 16336 4472 24563 3493 8621 24564 9450 8622 24565 15326 8397 24566 3493 8621 24567 9579 8623 24568 9904 8620 24569 3494 8624 24570 9594 8625 24571 16421 8605 24572 3494 8624 24573 9581 8626 24574 9906 8399 24575 3495 8627 24576 9378 8252 24577 16337 4466 24578 3495 8627 24579 9582 8606 24580 9594 8625 24581 3496 8628 24582 9601 8356 24583 9583 8629 24584 3496 8628 24585 9583 8629 24586 9918 8630 24587 3496 8628 24588 9918 8630 24589 9588 8604 24590 3496 8628 24591 9588 8604 24592 16425 8543 24593 3497 8631 24594 9918 8630 24595 16422 8632 24596 3497 8631 24597 9584 8633 24598 9460 8401 24599 3497 8631 24600 9460 8401 24601 9581 8626 24602 3497 8631 24603 9581 8626 24604 9918 8630 24605 3498 8634 24606 9598 8350 24607 16424 8515 24608 3498 8634 24609 9586 8602 24610 9919 8635 24611 3498 8634 24612 9919 8635 24613 16422 8632 24614 3498 8634 24615 9583 8629 24616 9598 8350 24617 3499 8636 24618 9919 8635 24619 16420 8601 24620 3499 8636 24621 9579 8623 24622 9459 8396 24623 3499 8636 24624 9459 8396 24625 16374 8637 24626 3499 8636 24627 9584 8633 24628 9919 8635 24629 3500 8638 24630 9465 8388 24631 16378 8393 24632 3500 8638 24633 9585 8639 24634 9595 8640 24635 3500 8638 24636 9595 8640 24637 16416 8641 24638 3500 8638 24639 9577 8608 24640 9465 8388 24641 3502 8642 24642 9466 8392 24643 9578 8618 24644 3502 8642 24645 9578 8618 24646 16418 8643 24647 3502 8642 24648 9596 8644 24649 9585 8639 24650 3502 8642 24651 9585 8639 24652 9466 8392 24653 3504 8645 24654 9603 8646 24655 15313 8579 24656 3504 8645 24657 9484 8425 24658 9474 8404 24659 3504 8645 24660 9474 8404 24661 7495 8647 24662 3504 8645 24663 7495 8647 24664 9603 8646 24665 3505 8648 24666 9603 8646 24667 15309 8563 24668 3505 8648 24669 9559 8562 24670 16410 8559 24671 3505 8648 24672 9557 8558 24673 9541 8580 24674 3505 8648 24675 9541 8580 24676 15313 8579 24677 3506 8649 24678 9604 8650 24679 9655 8651 24680 3506 8649 24681 9655 8651 24682 9606 8652 24683 3506 8649 24684 9606 8652 24685 9605 8653 24686 3506 8649 24687 9605 8653 24688 16428 8654 24689 3507 8655 24690 9607 8656 24691 9617 8657 24692 3507 8655 24693 9617 8657 24694 16441 8658 24695 3507 8655 24696 9635 8659 24697 9615 8660 24698 3507 8655 24699 9615 8660 24700 16430 8661 24701 3508 8662 24702 9638 4353 24703 9618 8663 24704 3508 8662 24705 9618 8663 24706 16431 8664 24707 3508 8662 24708 9607 8656 24709 9616 8665 24710 3508 8662 24711 9616 8665 24712 9638 4353 24713 3509 8666 24714 9608 8667 24715 9631 8668 24716 3509 8666 24717 9631 8668 24718 16464 8669 24719 3509 8666 24720 9634 8670 24721 9617 8657 24722 3509 8666 24723 9617 8657 24724 16431 8664 24725 3510 8671 24726 9639 4352 24727 9630 8672 24728 3510 8671 24729 9630 8672 24730 16438 8673 24731 3510 8671 24732 9608 8667 24733 9618 8663 24734 3510 8671 24735 9618 8663 24736 16444 8674 24737 3511 8675 24738 9609 8676 24739 16432 8677 24740 3511 8675 24741 9620 8678 24742 16446 8679 24743 3511 8675 24744 9643 8680 24745 16447 8681 24746 3511 8675 24747 9621 8682 24748 9609 8676 24749 3512 8683 24750 9640 8684 24751 16445 8685 24752 3512 8683 24753 9619 8686 24754 9609 8676 24755 3512 8683 24756 9609 8676 24757 16433 8687 24758 3512 8683 24759 9622 8688 24760 16448 8689 24761 3513 8690 24762 9610 8691 24763 9630 8672 24764 3513 8690 24765 9630 8672 24766 16461 4351 24767 3513 8690 24768 9642 8692 24769 9620 8678 24770 3513 8690 24771 9620 8678 24772 16432 8677 24773 3514 8693 24774 9641 8694 24775 16464 8669 24776 3514 8693 24777 9631 8668 24778 16438 8673 24779 3514 8693 24780 9610 8691 24781 9619 8686 24782 3514 8693 24783 9619 8686 24784 9641 8694 24785 3515 8695 24786 9611 8696 24787 16435 8697 24788 3515 8695 24789 9625 8698 24790 16458 8699 24791 3515 8695 24792 9645 8700 24793 9622 8688 24794 3515 8695 24795 9622 8688 24796 9611 8696 24797 3516 8701 24798 9644 8702 24799 16453 8703 24800 3516 8701 24801 9624 8704 24802 9611 8696 24803 3516 8701 24804 9611 8696 24805 16433 8687 24806 3516 8701 24807 9621 8682 24808 9644 8702 24809 3517 8705 24810 9673 8706 24811 16462 8707 24812 3517 8705 24813 9633 8708 24814 9612 8709 24815 3517 8705 24816 9612 8709 24817 16434 8710 24818 3517 8705 24819 9674 8711 24820 9673 8706 24821 3518 8712 24822 9613 8713 24823 16439 8714 24824 3518 8712 24825 9633 8708 24826 9657 8715 24827 3518 8712 24828 9657 8715 24829 9629 8716 24830 3518 8712 24831 9629 8716 24832 9613 8713 24833 3519 8717 24834 9656 8718 24835 9632 8719 24836 3519 8717 24837 9632 8719 24838 9613 8713 24839 3519 8717 24840 9613 8713 24841 16437 8720 24842 3519 8717 24843 9628 8721 24844 9656 8718 24845 3520 8722 24846 9614 8723 24847 16436 8724 24848 3520 8722 24849 9627 8725 24850 9660 8726 24851 3520 8722 24852 9660 8726 24853 9625 8698 24854 3520 8722 24855 9625 8698 24856 9614 8723 24857 3521 8727 24858 9653 8728 24859 9626 8729 24860 3521 8727 24861 9626 8729 24862 16436 8724 24863 3521 8727 24864 9614 8723 24865 9624 8704 24866 3521 8727 24867 9624 8704 24868 9653 8728 24869 3522 8730 24870 9634 8670 24871 9651 8731 24872 3522 8730 24873 9651 8731 24874 9636 5490 24875 3522 8730 24876 9636 5490 24877 16440 8732 24878 3522 8730 24879 9635 8659 24880 16441 8658 24881 3523 8733 24882 9670 4731 24883 16450 4730 24884 3523 8733 24885 9649 8734 24886 16460 8735 24887 3523 8733 24888 9669 4349 24889 16443 4354 24890 3524 8736 24891 9645 8700 24892 9661 8737 24893 3524 8736 24894 9661 8737 24895 9641 8694 24896 3524 8736 24897 9641 8694 24898 16445 8685 24899 3524 8736 24900 9640 8684 24901 16448 8689 24902 3525 8738 24903 9642 8692 24904 16461 4351 24905 3525 8738 24906 9652 8739 24907 9644 8702 24908 3525 8738 24909 9644 8702 24910 16447 8681 24911 3525 8738 24912 9643 8680 24913 9642 8692 24914 3526 8740 24915 9646 5474 24916 16449 5473 24917 3526 8740 24918 9648 8741 24919 9662 8742 24920 3526 8740 24921 9662 8742 24922 16460 8735 24923 3526 8740 24924 9649 8734 24925 9646 5474 24926 3527 8743 24927 9672 5467 24928 9650 8744 24929 3527 8743 24930 9650 8744 24931 16463 8745 24932 3527 8743 24933 9664 8746 24934 9673 8706 24935 3527 8743 24936 9673 8706 24937 15588 8747 24938 3528 8748 24939 9647 5496 24940 16452 5491 24941 3528 8748 24942 9651 8731 24943 9665 8749 24944 3528 8748 24945 9665 8749 24946 9650 8744 24947 3528 8748 24948 9650 8744 24949 9647 5496 24950 3529 8750 24951 9652 8739 24952 9663 4350 24953 3529 8750 24954 9663 4350 24955 16460 8735 24956 3529 8750 24957 9654 8751 24958 9653 8728 24959 3529 8750 24960 9653 8728 24961 16453 8703 24962 3530 8752 24963 9654 8751 24964 9662 8742 24965 3530 8752 24966 9662 8742 24967 16459 8753 24968 3530 8752 24969 9656 8718 24970 16455 8754 24971 3530 8752 24972 9655 8651 24973 16454 8755 24974 3531 8756 24975 9657 8715 24976 16462 8707 24977 3531 8756 24978 9664 8746 24979 9659 8757 24980 3531 8756 24981 9659 8757 24982 16457 8758 24983 3531 8756 24984 9658 8759 24985 16456 8760 24986 3532 8761 24987 9659 8757 24988 16463 8745 24989 3532 8761 24990 9665 8749 24991 9661 8737 24992 3532 8761 24993 9661 8737 24994 16458 8699 24995 3532 8761 24996 9660 8726 24997 9659 8757 24998 3533 8762 24999 7691 5089 25000 7690 5078 25001 3533 8762 25002 7690 5078 25003 15334 5509 25004 3533 8762 25005 9675 8763 25006 9671 5475 25007 3533 8762 25008 9671 5475 25009 7691 5089 25010 3534 8764 25011 7994 5508 25012 8000 5468 25013 3534 8764 25014 8000 5468 25015 15588 8747 25016 3534 8764 25017 9674 8711 25018 9675 8763 25019 3534 8764 25020 9675 8763 25021 15334 5509 25022 3535 8765 25023 9480 8422 25024 15308 5479 25025 3535 8765 25026 9678 5478 25027 9676 5465 25028 3535 8765 25029 9676 5465 25030 9530 8501 25031 3535 8765 25032 9530 8501 25033 9480 8422 25034 3536 8766 25035 9681 8767 25036 16440 8732 25037 3536 8766 25038 9680 5489 25039 7996 5483 25040 3536 8766 25041 7996 5483 25042 15500 5017 25043 3536 8766 25044 9682 5016 25045 9681 8767 25046 3537 8768 25047 9615 8660 25048 9681 8767 25049 3537 8768 25050 9681 8767 25051 16442 5015 25052 3537 8768 25053 9637 4727 25054 9616 8665 25055 3537 8768 25056 9616 8665 25057 16430 8661 25058 3538 8769 25059 9685 8770 25060 16394 8489 25061 3538 8769 25062 9506 8488 25063 9683 8771 25064 3538 8769 25065 9683 8771 25066 16465 8772 25067 3538 8769 25068 9684 8773 25069 9685 8770 25070 3539 8774 25071 9687 8775 25072 9505 8483 25073 3539 8774 25074 9505 8483 25075 16394 8489 25076 3539 8774 25077 9685 8770 25078 9686 8776 25079 3539 8774 25080 9686 8776 25081 16467 8777 25082 3540 8778 25083 9689 8779 25084 15306 8408 25085 3540 8778 25086 9504 8465 25087 16393 8484 25088 3540 8778 25089 9687 8775 25090 16467 8777 25091 3540 8778 25092 9688 8780 25093 9689 8779 25094 3541 8781 25095 9683 8771 25096 16392 8487 25097 3541 8781 25098 9501 8461 25099 15304 8417 25100 3541 8781 25101 9690 8782 25102 9691 8783 25103 3541 8781 25104 9691 8783 25105 16465 8772 25106 3542 8784 25107 9692 8785 25108 15305 8786 25109 3542 8784 25110 7504 8403 25111 9689 8779 25112 3542 8784 25113 9689 8779 25114 16468 8787 25115 3542 8784 25116 9697 8788 25117 9692 8785 25118 3543 8789 25119 9690 8782 25120 7503 8416 25121 3543 8789 25122 7503 8416 25123 15303 8499 25124 3543 8789 25125 9696 8790 25126 9698 8791 25127 3543 8789 25128 9698 8791 25129 9690 8782 25130 3544 8792 25131 9701 8793 25132 16469 8794 25133 3544 8792 25134 9698 8791 25135 9699 8795 25136 3544 8792 25137 9699 8795 25138 16473 8796 25139 3544 8792 25140 9700 8797 25141 9701 8793 25142 3545 8798 25143 9704 8799 25144 9697 8788 25145 3545 8798 25146 9697 8788 25147 9702 8800 25148 3545 8798 25149 9702 8800 25150 16476 8801 25151 3545 8798 25152 9703 8802 25153 16475 8803 25154 3546 8804 25155 9699 8795 25156 9695 8805 25157 3546 8804 25158 9695 8805 25159 16471 8806 25160 3546 8804 25161 9705 8807 25162 9706 8808 25163 3546 8804 25164 9706 8808 25165 9699 8795 25166 3547 8809 25167 9705 8807 25168 16471 8806 25169 3547 8809 25170 9693 8810 25171 9704 8799 25172 3547 8809 25173 9704 8799 25174 16475 8803 25175 3547 8809 25176 9707 8811 25177 9705 8807 25178 3548 8812 25179 9709 8813 25180 9691 8783 25181 3548 8812 25182 9691 8783 25183 16469 8794 25184 3548 8812 25185 9701 8793 25186 9708 8814 25187 3548 8812 25188 9708 8814 25189 16478 8815 25190 3549 8816 25191 9702 8800 25192 16468 8787 25193 3549 8816 25194 9688 8780 25195 9710 8817 25196 3549 8816 25197 9710 8817 25198 16479 8818 25199 3549 8816 25200 9711 8819 25201 9702 8800 25202 3550 8820 25203 9710 8817 25204 16467 8777 25205 3550 8820 25206 9686 8776 25207 16466 8821 25208 3550 8820 25209 9712 8822 25210 9713 8823 25211 3550 8820 25212 9713 8823 25213 9710 8817 25214 3551 8824 25215 9712 8822 25216 9684 8773 25217 3551 8824 25218 9684 8773 25219 16465 8772 25220 3551 8824 25221 9709 8813 25222 9714 8825 25223 3551 8824 25224 9714 8825 25225 9712 8822 25226 3552 8826 25227 9888 8827 25228 16474 8828 25229 3552 8826 25230 9700 8797 25231 9889 8829 25232 3552 8826 25233 9889 8829 25234 16487 8830 25235 3552 8826 25236 9720 8831 25237 9888 8827 25238 3553 8832 25239 9889 8829 25240 9706 8808 25241 3553 8832 25242 9706 8808 25243 16477 8833 25244 3553 8832 25245 9883 8834 25246 9719 8835 25247 3553 8832 25248 9719 8835 25249 16487 8830 25250 3554 8836 25251 9883 8834 25252 9707 8811 25253 3554 8836 25254 9707 8811 25255 16475 8803 25256 3554 8836 25257 9887 8837 25258 9718 8838 25259 3554 8836 25260 9718 8838 25261 16484 8839 25262 3555 8840 25263 9886 8841 25264 9708 8814 25265 3555 8840 25266 9708 8814 25267 16474 8828 25268 3555 8840 25269 9888 8827 25270 16486 8842 25271 3555 8840 25272 9717 8843 25273 9886 8841 25274 3556 8844 25275 9885 8845 25276 9713 8823 25277 3556 8844 25278 9713 8823 25279 16480 8846 25280 3556 8844 25281 9884 8847 25282 9716 8848 25283 3556 8844 25284 9716 8848 25285 16482 8849 25286 3557 8850 25287 9884 8847 25288 16480 8846 25289 3557 8850 25290 9714 8825 25291 9886 8841 25292 3557 8850 25293 9886 8841 25294 16483 8851 25295 3557 8850 25296 9715 8852 25297 9884 8847 25298 3558 8853 25299 9725 8854 25300 16521 8855 25301 3558 8853 25302 9752 8856 25303 9722 8857 25304 3558 8853 25305 9722 8857 25306 16488 8858 25307 3558 8853 25308 9721 8859 25309 9725 8854 25310 3559 8860 25311 9723 8861 25312 9795 8862 25313 3559 8860 25314 9795 8862 25315 9725 8854 25316 3559 8860 25317 9725 8854 25318 16490 8863 25319 3559 8860 25320 9724 8864 25321 16489 8865 25322 3560 8866 25323 9726 8867 25324 16491 8868 25325 3560 8866 25326 9736 8869 25327 9760 8870 25328 3560 8866 25329 9760 8870 25330 16503 8871 25331 3560 8866 25332 9738 8872 25333 9726 8867 25334 3561 8873 25335 9766 8874 25336 9737 8875 25337 3561 8873 25338 9737 8875 25339 16491 8868 25340 3561 8873 25341 9726 8867 25342 16492 8876 25343 3561 8873 25344 9739 8877 25345 16506 8878 25346 3562 8879 25347 9727 8880 25348 16493 8881 25349 3562 8879 25350 9740 8882 25351 16505 8883 25352 3562 8879 25353 9763 8884 25354 9736 8869 25355 3562 8879 25356 9736 8869 25357 9727 8880 25358 3563 8885 25359 9768 8886 25360 16508 8887 25361 3563 8885 25362 9741 8888 25363 9727 8880 25364 3563 8885 25365 9727 8880 25366 16491 8868 25367 3563 8885 25368 9737 8875 25369 9768 8886 25370 3564 8889 25371 9728 8890 25372 16502 7405 25373 3564 8889 25374 9758 7387 25375 9765 8891 25376 3564 8889 25377 9765 8891 25378 16506 8878 25379 3564 8889 25380 9739 8877 25381 9728 8890 25382 3565 8892 25383 9761 8893 25384 16536 8894 25385 3565 8892 25386 9759 7406 25387 9728 8890 25388 3565 8892 25389 9728 8890 25390 16492 8876 25391 3565 8892 25392 9738 8872 25393 9761 8893 25394 3566 8895 25395 9729 8896 25396 16500 8897 25397 3566 8895 25398 9755 8898 25399 9762 8899 25400 3566 8895 25401 9762 8899 25402 16505 8883 25403 3566 8895 25404 9740 8882 25405 9729 8896 25406 3567 8900 25407 9769 8901 25408 9754 8902 25409 3567 8900 25410 9754 8902 25411 9729 8896 25412 3567 8900 25413 9729 8896 25414 16493 8881 25415 3567 8900 25416 9741 8888 25417 9769 8901 25418 3568 8903 25419 9730 8904 25420 16494 8905 25421 3568 8903 25422 9743 8906 25423 16510 8907 25424 3568 8903 25425 9773 8908 25426 16511 8909 25427 3568 8903 25428 9744 8910 25429 9730 8904 25430 3569 8911 25431 9770 8912 25432 16509 8913 25433 3569 8911 25434 9742 8914 25435 9730 8904 25436 3569 8911 25437 9730 8904 25438 16495 8915 25439 3569 8911 25440 9745 8916 25441 9770 8912 25442 3570 8917 25443 9731 8918 25444 16500 8897 25445 3570 8917 25446 9754 8902 25447 9772 8919 25448 3570 8917 25449 9772 8919 25450 16510 8907 25451 3570 8917 25452 9743 8906 25453 9731 8918 25454 3571 8920 25455 9771 8921 25456 16530 8922 25457 3571 8920 25458 9755 8898 25459 9731 8918 25460 3571 8920 25461 9731 8918 25462 16494 8905 25463 3571 8920 25464 9742 8914 25465 9771 8921 25466 3572 8923 25467 9732 8924 25468 9749 8925 25469 3572 8923 25470 9749 8925 25471 16524 8926 25472 3572 8923 25473 9775 8927 25474 9745 8916 25475 3572 8923 25476 9745 8916 25477 9732 8924 25478 3573 8928 25479 9774 8929 25480 16519 8930 25481 3573 8928 25482 9748 8931 25483 9732 8924 25484 3573 8928 25485 9732 8924 25486 16495 8915 25487 3573 8928 25488 9744 8910 25489 9774 8929 25490 3574 8932 25491 9733 8933 25492 16501 8934 25493 3574 8932 25494 9756 8935 25495 16525 8936 25496 3574 8932 25497 9780 8937 25498 9746 8938 25499 3574 8932 25500 9746 8938 25501 9733 8933 25502 3575 8939 25503 9786 8940 25504 16528 8941 25505 3575 8939 25506 9757 8942 25507 9733 8933 25508 3575 8939 25509 9733 8933 25510 16496 8943 25511 3575 8939 25512 9747 8944 25513 9786 8940 25514 3576 8945 25515 9815 8946 25516 16496 8943 25517 3576 8945 25518 9746 8938 25519 16513 8947 25520 3576 8945 25521 9781 8948 25522 9813 7305 25523 3576 8945 25524 9813 7305 25525 9815 8946 25526 3577 8949 25527 9787 8950 25528 16516 8951 25529 3577 8949 25530 9747 8944 25531 9815 8946 25532 3577 8949 25533 9815 8946 25534 9814 8952 25535 3577 8949 25536 9814 8952 25537 9787 8950 25538 3578 8953 25539 9734 8954 25540 9757 8942 25541 3578 8953 25542 9757 8942 25543 9797 8955 25544 3578 8953 25545 9797 8955 25546 16522 8956 25547 3578 8953 25548 9753 8957 25549 16499 8958 25550 3579 8959 25551 9796 8960 25552 9756 8935 25553 3579 8959 25554 9756 8935 25555 9734 8954 25556 3579 8959 25557 9734 8954 25558 16499 8958 25559 3579 8959 25560 9752 8856 25561 9796 8960 25562 3580 8961 25563 9735 8962 25564 16498 8963 25565 3580 8961 25566 9751 8964 25567 9800 8965 25568 3580 8961 25569 9800 8965 25570 16524 8926 25571 3580 8961 25572 9749 8925 25573 9735 8962 25574 3581 8966 25575 9793 8967 25576 9750 8968 25577 3581 8966 25578 9750 8968 25579 16498 8963 25580 3581 8966 25581 9735 8962 25582 9748 8931 25583 3581 8966 25584 9748 8931 25585 9793 8967 25586 3582 8969 25587 9764 8970 25588 16518 8971 25589 3582 8969 25590 9791 8972 25591 9761 8893 25592 3582 8969 25593 9761 8893 25594 16503 8871 25595 3582 8969 25596 9760 8870 25597 9764 8970 25598 3583 8973 25599 9762 8899 25600 9790 8974 25601 3583 8973 25602 9790 8974 25603 9764 8970 25604 3583 8973 25605 9764 8970 25606 16504 8975 25607 3583 8973 25608 9763 8884 25609 9762 8899 25610 3584 8976 25611 9765 8891 25612 9783 8977 25613 3584 8976 25614 9783 8977 25615 16514 8978 25616 3584 8976 25617 9767 8979 25618 9766 8874 25619 3584 8976 25620 9766 8874 25621 16506 8878 25622 3585 8980 25623 9767 8979 25624 9782 8981 25625 3585 8980 25626 9782 8981 25627 9769 8901 25628 3585 8980 25629 9769 8901 25630 9768 8886 25631 3585 8980 25632 9768 8886 25633 16507 8982 25634 3586 8983 25635 9775 8927 25636 9801 8984 25637 3586 8983 25638 9801 8984 25639 9771 8921 25640 3586 8983 25641 9771 8921 25642 9770 8912 25643 3586 8983 25644 9770 8912 25645 9775 8927 25646 3587 8985 25647 9772 8919 25648 16527 8986 25649 3587 8985 25650 9792 8987 25651 9774 8929 25652 3587 8985 25653 9774 8929 25654 16511 8909 25655 3587 8985 25656 9773 8908 25657 9772 8919 25658 3588 8988 25659 9776 8989 25660 16513 8947 25661 3588 8988 25662 9780 8937 25663 9802 8990 25664 3588 8988 25665 9802 8990 25666 16526 8991 25667 3588 8988 25668 9784 8992 25669 9776 8989 25670 3589 8993 25671 9809 6848 25672 16534 7306 25673 3589 8993 25674 9781 8948 25675 9776 8989 25676 3589 8993 25677 9776 8989 25678 9785 8994 25679 3589 8993 25680 9785 8994 25681 9809 6848 25682 3590 8995 25683 9777 8996 25684 9784 8992 25685 3590 8995 25686 9784 8992 25687 9803 8997 25688 3590 8995 25689 9803 8997 25690 9782 8981 25691 3590 8995 25692 9782 8981 25693 16514 8978 25694 3591 8998 25695 9808 6844 25696 9785 8994 25697 3591 8998 25698 9785 8994 25699 16515 8999 25700 3591 8998 25701 9777 8996 25702 9783 8977 25703 3591 8998 25704 9783 8977 25705 16535 7386 25706 3592 9000 25707 9778 9001 25708 9788 9002 25709 3592 9000 25710 9788 9002 25711 16529 9003 25712 3592 9000 25713 9804 9004 25714 9786 8940 25715 3592 9000 25716 9786 8940 25717 16516 8951 25718 3593 9005 25719 9807 9006 25720 9789 9007 25721 3593 9005 25722 9789 9007 25723 16517 9008 25724 3593 9005 25725 9778 9001 25726 9787 8950 25727 3593 9005 25728 9787 8950 25729 16533 9009 25730 3594 9010 25731 9779 9011 25732 9790 8974 25733 3594 9010 25734 9790 8974 25735 16530 8922 25736 3594 9010 25737 9805 9012 25738 9788 9002 25739 3594 9010 25740 9788 9002 25741 16517 9008 25742 3595 9013 25743 9806 9014 25744 9791 8972 25745 3595 9013 25746 9791 8972 25747 16518 8971 25748 3595 9013 25749 9779 9011 25750 9789 9007 25751 3595 9013 25752 9789 9007 25753 16531 9015 25754 3596 9016 25755 9792 8987 25756 9803 8997 25757 3596 9016 25758 9803 8997 25759 16526 8991 25760 3596 9016 25761 9794 9017 25762 9793 8967 25763 3596 9016 25764 9793 8967 25765 16519 8930 25766 3597 9018 25767 9794 9017 25768 9802 8990 25769 3597 9018 25770 9802 8990 25771 16525 8936 25772 3597 9018 25773 9796 8960 25774 9795 8862 25775 3597 9018 25776 9795 8862 25777 16520 9019 25778 3598 9020 25779 9797 8955 25780 16528 8941 25781 3598 9020 25782 9804 9004 25783 9799 9021 25784 3598 9020 25785 9799 9021 25786 16523 9022 25787 3598 9020 25788 9798 9023 25789 9797 8955 25790 3599 9024 25791 9799 9021 25792 16529 9003 25793 3599 9024 25794 9805 9012 25795 9801 8984 25796 3599 9024 25797 9801 8984 25798 16524 8926 25799 3599 9024 25800 9800 8965 25801 9799 9021 25802 3600 9025 25803 9226 7881 25804 16013 7879 25805 3600 9025 25806 9817 9026 25807 16533 9009 25808 3600 9025 25809 9814 8952 25810 9818 9027 25811 3600 9025 25812 9818 9027 25813 9226 7881 25814 3601 9028 25815 9817 9026 25816 9225 7878 25817 3601 9028 25818 9225 7878 25819 16262 7872 25820 3601 9028 25821 9819 9029 25822 9807 9006 25823 3601 9028 25824 9807 9006 25825 16533 9009 25826 3602 9030 25827 9827 7412 25828 9806 9014 25829 3602 9030 25830 9806 9014 25831 9819 9029 25832 3602 9030 25833 9819 9029 25834 9825 7871 25835 3602 9030 25836 9825 7871 25837 16259 7413 25838 3603 9031 25839 9829 9032 25840 16210 7424 25841 3603 9031 25842 9069 7418 25843 9010 7496 25844 3603 9031 25845 9010 7496 25846 8924 7213 25847 3603 9031 25848 8924 7213 25849 16139 7817 25850 3604 9033 25851 9829 9032 25852 8925 7828 25853 3604 9033 25854 8925 7828 25855 16140 9034 25856 3604 9033 25857 8926 9035 25858 9071 7425 25859 3604 9033 25860 9071 7425 25861 9829 9032 25862 3605 9036 25863 9832 9037 25864 16140 9034 25865 3605 9036 25866 9208 7830 25867 9830 9038 25868 3605 9036 25869 9830 9038 25870 16538 9039 25871 3605 9036 25872 9831 9040 25873 9832 9037 25874 3606 9041 25875 9830 9038 25876 16252 7829 25877 3606 9041 25878 9206 7824 25879 16244 7805 25880 3606 9041 25881 9833 9042 25882 9834 9043 25883 3606 9041 25884 9834 9043 25885 9830 9038 25886 3607 9044 25887 9833 9042 25888 9202 7804 25889 3607 9044 25890 9202 7804 25891 16212 7842 25892 3607 9044 25893 9835 9045 25894 9836 9046 25895 3607 9044 25896 9836 9046 25897 16539 9047 25898 3608 9048 25899 9835 9045 25900 9102 7841 25901 3608 9048 25902 9102 7841 25903 9837 9049 25904 3608 9048 25905 9837 9049 25906 16541 9050 25907 3608 9048 25908 9838 9051 25909 9835 9045 25910 3609 9052 25911 9840 9053 25912 8926 9035 25913 3609 9052 25914 8926 9035 25915 9832 9037 25916 3609 9052 25917 9832 9037 25918 9839 9054 25919 3609 9052 25920 9839 9054 25921 16542 9055 25922 3610 9056 25923 9837 9049 25924 8550 6636 25925 3610 9056 25926 8550 6636 25927 9840 9053 25928 3610 9056 25929 9840 9053 25930 16542 9055 25931 3610 9056 25932 9841 9057 25933 9837 9049 25934 3611 9058 25935 9844 9059 25936 9841 9057 25937 3611 9058 25938 9841 9057 25939 16542 9055 25940 3611 9058 25941 9842 9060 25942 9843 9061 25943 3611 9058 25944 9843 9061 25945 16544 9062 25946 3612 9063 25947 9846 9064 25948 16540 9065 25949 3612 9063 25950 9838 9051 25951 9844 9059 25952 3612 9063 25953 9844 9059 25954 16544 9062 25955 3612 9063 25956 9845 9066 25957 9846 9064 25958 3613 9067 25959 8559 7432 25960 15910 7436 25961 3613 9067 25962 9847 9068 25963 9855 9069 25964 3613 9067 25965 9855 9069 25966 16550 9070 25967 3613 9067 25968 9856 9071 25969 8559 7432 25970 3614 9072 25971 8740 7490 25972 9856 9071 25973 3614 9072 25974 9856 9071 25975 16550 9070 25976 3614 9072 25977 9854 9073 25978 9850 9074 25979 3614 9072 25980 9850 9074 25981 16042 7499 25982 3615 9075 25983 9851 9076 25984 9849 9077 25985 3615 9075 25986 9849 9077 25987 16547 9078 25988 3615 9075 25989 9857 9079 25990 9858 9080 25991 3615 9075 25992 9858 9080 25993 9851 9076 25994 3616 9081 25995 8741 9082 25996 16042 7499 25997 3616 9081 25998 9850 9074 25999 9858 9080 26000 3616 9081 26001 9858 9080 26002 16551 9083 26003 3616 9081 26004 9859 9084 26005 15915 9085 26006 3617 9086 26007 9859 9084 26008 9857 9079 26009 3617 9086 26010 9857 9079 26011 9848 9087 26012 3618 9088 26013 9083 7506 26014 16195 7505 26015 3618 9088 26016 9853 9089 26017 9861 9090 26018 3618 9088 26019 9861 9090 26020 16552 9091 26021 3618 9088 26022 9862 9092 26023 9083 7506 26024 3619 9093 26025 9014 7435 26026 9862 9092 26027 3619 9093 26028 9862 9092 26029 9860 9094 26030 3619 9093 26031 9860 9094 26032 16546 9095 26033 3619 9093 26034 9847 9068 26035 9014 7435 26036 3620 9096 26037 9849 9077 26038 16045 9097 26039 3620 9096 26040 9852 9098 26041 9863 9099 26042 3620 9096 26043 9863 9099 26044 9864 9100 26045 3620 9096 26046 9864 9100 26047 9849 9077 26048 3621 9101 26049 9848 9087 26050 16547 9078 26051 3621 9101 26052 9864 9100 26053 9865 9102 26054 3622 9103 26055 9084 7509 26056 16181 9104 26057 3622 9103 26058 9865 9102 26059 16553 9105 26060 3622 9103 26061 9863 9099 26062 9853 9089 26063 3622 9103 26064 9853 9089 26065 16195 7505 26066 3623 9106 26067 9866 9107 26068 9861 9090 26069 3623 9106 26070 9861 9090 26071 16549 9108 26072 3623 9106 26073 9922 9109 26074 9921 9110 26075 3623 9106 26076 9921 9110 26077 16554 9111 26078 3624 9112 26079 9632 8719 26080 16459 8753 26081 3624 9112 26082 9648 8741 26083 16449 5473 26084 3624 9112 26085 9623 5472 26086 9612 8709 26087 3624 9112 26088 9612 8709 26089 16439 8714 26090 3625 9113 26091 9890 9114 26092 15754 5951 26093 3625 9113 26094 8306 6044 26095 8394 6232 26096 3625 9113 26097 8394 6232 26098 15817 9115 26099 3625 9113 26100 8391 9116 26101 9890 9114 26102 3626 9117 26103 9891 9118 26104 8380 6229 26105 3626 9117 26106 8380 6229 26107 15754 5951 26108 3626 9117 26109 9890 9114 26110 15808 9119 26111 3626 9117 26112 8402 9120 26113 15821 9121 26114 3627 9122 26115 9891 9118 26116 8403 6285 26117 3627 9122 26118 8403 6285 26119 15820 6284 26120 3627 9122 26121 8400 6255 26122 8379 6226 26123 3627 9122 26124 8379 6226 26125 15813 6230 26126 3628 9123 26127 9892 9124 26128 8405 6280 26129 3628 9123 26130 8405 6280 26131 8402 9120 26132 3628 9123 26133 8402 9120 26134 15808 9119 26135 3628 9123 26136 8391 9116 26137 9892 9124 26138 3629 9125 26139 9892 9124 26140 8392 6236 26141 3629 9125 26142 8392 6236 26143 15752 6298 26144 3629 9125 26145 8242 6297 26146 15634 6304 26147 3629 9125 26148 8404 6264 26149 9892 9124 26150 3630 9126 26151 9893 9127 26152 8225 6213 26153 3630 9126 26154 8225 6213 26155 15744 6250 26156 3630 9126 26157 8226 6260 26158 8224 6303 26159 3630 9126 26160 8224 6303 26161 15743 9128 26162 3632 9129 26163 8991 7299 26164 16161 7260 26165 3632 9129 26166 9915 9130 26167 16263 7882 26168 3632 9129 26169 9818 9027 26170 16258 9131 26171 3632 9129 26172 9816 7308 26173 8991 7299 26174 3633 9132 26175 8985 7259 26176 9223 9133 26177 3633 9132 26178 9223 9133 26179 16261 9134 26180 3633 9132 26181 9916 7883 26182 9915 9130 26183 3633 9132 26184 9915 9130 26185 8985 7259 26186 3634 9135 26187 9917 9136 26188 9467 9137 26189 3634 9135 26190 9467 9137 26191 9455 8368 26192 3634 9135 26193 9455 8368 26194 7495 8647 26195 3634 9135 26196 7495 8647 26197 15305 8786 26198 3635 9138 26199 9917 9136 26200 9692 8785 26201 3635 9138 26202 9692 8785 26203 16470 9139 26204 3635 9138 26205 9693 8810 26206 9694 9140 26207 3635 9138 26208 9694 9140 26209 16370 9141 26210 3636 9142 26211 9920 9143 26212 15303 8499 26213 3636 9142 26214 7494 8498 26215 9456 8364 26216 3636 9142 26217 9456 8364 26218 16371 8369 26219 3636 9142 26220 9467 9137 26221 9920 9143 26222 3637 9144 26223 9920 9143 26224 16370 9141 26225 3637 9144 26226 9694 9140 26227 9695 8805 26228 3637 9144 26229 9695 8805 26230 16472 9145 26231 3637 9144 26232 9696 8790 26233 15303 8499 26234 3638 9146 26235 9930 9147 26236 9931 9148 26237 3638 9146 26238 9931 9148 26239 16568 9149 26240 3639 9150 26241 7491 4463 26242 9933 9151 26243 3639 9150 26244 9933 9151 26245 16572 9152 26246 3639 9150 26247 9938 9153 26248 9939 9154 26249 3639 9150 26250 9939 9154 26251 15299 4429 26252 3640 9155 26253 8307 9156 26254 15783 9157 26255 3640 9155 26256 9948 9158 26257 9946 9159 26258 3640 9155 26259 9946 9159 26260 16576 9160 26261 3640 9155 26262 9944 9161 26263 8307 9156 26264 3641 9162 26265 8309 9163 26266 9944 9161 26267 3641 9162 26268 9944 9161 26269 9950 9164 26270 3641 9162 26271 9950 9164 26272 9951 9165 26273 3641 9162 26274 9951 9165 26275 15789 9166 26276 3642 9167 26277 9949 9168 26278 16578 9169 26279 3642 9167 26280 9952 9170 26281 9953 9171 26282 3642 9167 26283 9953 9171 26284 9954 9172 26285 3642 9167 26286 9954 9172 26287 9949 9168 26288 3643 9173 26289 8303 6299 26290 9955 9174 26291 3643 9173 26292 9955 9174 26293 16584 9175 26294 3643 9173 26295 9960 9176 26296 9961 9177 26297 3643 9173 26298 9961 9177 26299 15787 6300 26300 3644 9178 26301 8302 9179 26302 15787 6300 26303 3644 9178 26304 9961 9177 26305 9959 9180 26306 3644 9178 26307 9959 9180 26308 16585 9181 26309 3644 9178 26310 9956 9182 26311 15783 9157 26312 3645 9183 26313 9968 9184 26314 15668 9185 26315 3645 9183 26316 8117 5697 26317 15671 5696 26318 3645 9183 26319 8118 9186 26320 15672 9187 26321 3646 9188 26322 9967 9189 26323 15670 6434 26324 3646 9188 26325 8116 5689 26326 15669 6430 26327 3646 9188 26328 9971 9190 26329 15672 9187 26330 3647 9191 26331 8118 9186 26332 15671 5696 26333 3647 9191 26334 8501 6440 26335 15868 9192 26336 3647 9191 26337 9969 9193 26338 15672 9187 26339 3648 9194 26340 9969 9193 26341 15868 9192 26342 3648 9194 26343 8500 6435 26344 15670 6434 26345 3648 9194 26346 9967 9189 26347 15672 9187 26348 3649 9195 26349 9971 9190 26350 15669 6430 26351 3649 9195 26352 8499 6429 26353 15867 9196 26354 3649 9195 26355 9970 9197 26356 15672 9187 26357 3650 9198 26358 9970 9197 26359 15867 9196 26360 3650 9198 26361 8498 6425 26362 15668 9185 26363 3650 9198 26364 9968 9184 26365 15672 9187 26366 3651 9199 26367 9975 9200 26368 9978 9201 26369 3651 9199 26370 9978 9201 26371 16592 9202 26372 3651 9199 26373 9977 9203 26374 9976 9204 26375 3651 9199 26376 9976 9204 26377 16591 9205 26378 3652 9206 26379 9974 9207 26380 16591 9205 26381 3652 9206 26382 9976 9204 26383 9980 9208 26384 3652 9206 26385 9980 9208 26386 16594 9209 26387 3652 9206 26388 9979 9210 26389 9974 9207 26390 3653 9211 26391 9973 9212 26392 16590 9213 26393 3653 9211 26394 9979 9210 26395 9982 9214 26396 3653 9211 26397 9982 9214 26398 16595 9215 26399 3653 9211 26400 9981 9216 26401 9973 9212 26402 3654 9217 26403 9983 9218 26404 9978 9201 26405 3654 9217 26406 9978 9201 26407 16588 9219 26408 3654 9217 26409 9972 9220 26410 9981 9216 26411 3654 9217 26412 9981 9216 26413 16595 9215 26414 3655 9221 26415 9983 9218 26416 9986 9222 26417 3655 9221 26418 9986 9222 26419 9985 9223 26420 3655 9221 26421 9985 9223 26422 16597 9224 26423 3655 9221 26424 9984 9225 26425 16592 9202 26426 3656 9226 26427 9982 9214 26428 16594 9209 26429 3656 9226 26430 9988 9227 26431 16598 9228 26432 3656 9226 26433 9987 9229 26434 16596 9230 26435 3656 9226 26436 9986 9222 26437 9982 9214 26438 3657 9231 26439 9977 9203 26440 9984 9225 26441 3657 9231 26442 9984 9225 26443 16597 9224 26444 3657 9231 26445 9991 9232 26446 16599 9233 26447 3657 9231 26448 9990 9234 26449 16593 9235 26450 3658 9236 26451 9989 9237 26452 16599 9233 26453 3658 9236 26454 9991 9232 26455 9985 9223 26456 3658 9236 26457 9985 9223 26458 16596 9230 26459 3658 9236 26460 9987 9229 26461 16598 9228 26462 3659 9238 26463 9980 9208 26464 16593 9235 26465 3659 9238 26466 9990 9234 26467 16599 9233 26468 3659 9238 26469 9989 9237 26470 16598 9228 26471 3659 9238 26472 9988 9227 26473 9980 9208 26474 3660 9239 26475 10011 9240 26476 16622 9241 26477 3660 9239 26478 10008 9242 26479 10009 9243 26480 3660 9239 26481 10009 9243 26482 16627 9244 26483 3660 9239 26484 10010 9245 26485 10011 9240 26486 3661 9246 26487 10012 9247 26488 10007 9248 26489 3661 9246 26490 10007 9248 26491 16623 9249 26492 3661 9246 26493 10013 9250 26494 10014 9251 26495 3661 9246 26496 10014 9251 26497 16628 9252 26498 3662 9253 26499 10017 9254 26500 10006 9255 26501 3662 9253 26502 10006 9255 26503 10015 9256 26504 3662 9253 26505 10015 9256 26506 10016 9257 26507 3662 9253 26508 10016 9257 26509 16630 9258 26510 3663 9259 26511 10018 9260 26512 10005 9261 26513 3663 9259 26514 10005 9261 26515 16619 9262 26516 3663 9259 26517 10019 9263 26518 10020 9264 26519 3663 9259 26520 10020 9264 26521 16632 9265 26522 3664 9266 26523 10023 9267 26524 10004 9268 26525 3664 9266 26526 10004 9268 26527 16617 9269 26528 3664 9266 26529 10021 9270 26530 10022 9271 26531 3664 9266 26532 10022 9271 26533 16634 9272 26534 3665 9273 26535 10026 9274 26536 16612 9275 26537 3665 9273 26538 10003 9276 26539 16615 9277 26540 3665 9273 26541 10024 9278 26542 10025 9279 26543 3665 9273 26544 10025 9279 26545 10026 9274 26546 3666 9280 26547 10024 9278 26548 16615 9277 26549 3666 9280 26550 10002 9281 26551 10027 9282 26552 3666 9280 26553 10027 9282 26554 16638 9283 26555 3666 9280 26556 10028 9284 26557 10024 9278 26558 3667 9285 26559 10027 9282 26560 16614 9286 26561 3667 9285 26562 10001 9287 26563 16613 9288 26564 3667 9285 26565 10029 9289 26566 10030 9290 26567 3667 9285 26568 10030 9290 26569 10027 9282 26570 3668 9291 26571 10029 9289 26572 10000 9292 26573 3668 9291 26574 10000 9292 26575 16612 9275 26576 3668 9291 26577 10026 9274 26578 10031 9293 26579 3668 9291 26580 10031 9293 26581 16639 9294 26582 3669 9295 26583 10034 9296 26584 16608 9297 26585 3669 9295 26586 9999 9298 26587 16611 9299 26588 3669 9295 26589 10032 9300 26590 10033 9301 26591 3669 9295 26592 10033 9301 26593 16640 9302 26594 3670 9303 26595 10032 9300 26596 9998 9304 26597 3670 9303 26598 9998 9304 26599 16610 9305 26600 3670 9303 26601 10035 9306 26602 16642 9307 26603 3670 9303 26604 10036 9308 26605 16641 9309 26606 3671 9310 26607 10035 9306 26608 16610 9305 26609 3671 9310 26610 9997 9311 26611 10037 9312 26612 3671 9310 26613 10037 9312 26614 10038 9313 26615 3671 9310 26616 10038 9313 26617 10035 9306 26618 3672 9314 26619 10037 9312 26620 16609 9315 26621 3672 9314 26622 9996 9316 26623 10034 9296 26624 3672 9314 26625 10034 9296 26626 16640 9302 26627 3672 9314 26628 10039 9317 26629 16643 9318 26630 3673 9319 26631 10042 9320 26632 16604 9321 26633 3673 9319 26634 9995 9322 26635 16607 9323 26636 3673 9319 26637 10040 9324 26638 10041 9325 26639 3673 9319 26640 10041 9325 26641 10042 9320 26642 3674 9326 26643 10040 9324 26644 9994 9327 26645 3674 9326 26646 9994 9327 26647 16606 9328 26648 3674 9326 26649 10043 9329 26650 16646 9330 26651 3674 9326 26652 10044 9331 26653 16645 9332 26654 3675 9333 26655 10043 9329 26656 16606 9328 26657 3675 9333 26658 9993 9334 26659 16605 9335 26660 3675 9333 26661 10045 9336 26662 10046 9337 26663 3675 9333 26664 10046 9337 26665 10043 9329 26666 3676 9338 26667 10045 9336 26668 16605 9335 26669 3676 9338 26670 9992 9339 26671 10042 9320 26672 3676 9338 26673 10042 9320 26674 16644 9340 26675 3676 9338 26676 10047 9341 26677 16647 9342 26678 3677 9343 26679 10050 9344 26680 10047 9341 26681 3677 9343 26682 10047 9341 26683 16644 9340 26684 3677 9343 26685 10048 9345 26686 10049 9346 26687 3677 9343 26688 10049 9346 26689 16648 9347 26690 3678 9348 26691 10052 9349 26692 16646 9330 26693 3678 9348 26694 10046 9337 26695 16647 9342 26696 3678 9348 26697 10050 9344 26698 10051 9350 26699 3678 9348 26700 10051 9350 26701 10052 9349 26702 3679 9351 26703 10054 9352 26704 16645 9332 26705 3679 9351 26706 10044 9331 26707 10052 9349 26708 3679 9351 26709 10052 9349 26710 16650 9353 26711 3679 9351 26712 10053 9354 26713 10054 9352 26714 3680 9355 26715 10048 9345 26716 16644 9340 26717 3680 9355 26718 10041 9325 26719 10054 9352 26720 3680 9355 26721 10054 9352 26722 16651 9356 26723 3680 9355 26724 10055 9357 26725 16649 9358 26726 3681 9359 26727 10058 9360 26728 10039 9317 26729 3681 9359 26730 10039 9317 26731 16640 9302 26732 3681 9359 26733 10056 9361 26734 10057 9362 26735 3681 9359 26736 10057 9362 26737 16652 9363 26738 3682 9364 26739 10060 9365 26740 16642 9307 26741 3682 9364 26742 10038 9313 26743 16643 9318 26744 3682 9364 26745 10058 9360 26746 10059 9366 26747 3682 9364 26748 10059 9366 26749 10060 9365 26750 3683 9367 26751 10062 9368 26752 16641 9309 26753 3683 9367 26754 10036 9308 26755 10060 9365 26756 3683 9367 26757 10060 9365 26758 16654 9369 26759 3683 9367 26760 10061 9370 26761 10062 9368 26762 3684 9371 26763 10056 9361 26764 10033 9301 26765 3684 9371 26766 10033 9301 26767 16641 9309 26768 3684 9371 26769 10062 9368 26770 16655 9372 26771 3684 9371 26772 10063 9373 26773 16653 9374 26774 3685 9375 26775 10066 9376 26776 16639 9294 26777 3685 9375 26778 10031 9293 26779 10064 9377 26780 3685 9375 26781 10064 9377 26782 16657 9378 26783 3685 9375 26784 10065 9379 26785 10066 9376 26786 3686 9380 26787 10068 9381 26788 10030 9290 26789 3686 9380 26790 10030 9290 26791 10066 9376 26792 3686 9380 26793 10066 9376 26794 16656 9382 26795 3686 9380 26796 10067 9383 26797 16658 9384 26798 3687 9385 26799 10070 9386 26800 10028 9284 26801 3687 9385 26802 10028 9284 26803 16638 9283 26804 3687 9385 26805 10068 9381 26806 10069 9387 26807 3687 9385 26808 10069 9387 26809 16659 9388 26810 3688 9389 26811 10064 9377 26812 16636 9390 26813 3688 9389 26814 10025 9279 26815 16637 9391 26816 3688 9389 26817 10070 9386 26818 16659 9388 26819 3688 9389 26820 10071 9392 26821 10064 9377 26822 3689 9393 26823 10072 9394 26824 10022 9271 26825 3689 9393 26826 10022 9271 26827 10073 9395 26828 3689 9393 26829 10073 9395 26830 16661 9396 26831 3689 9393 26832 10074 9397 26833 16660 9398 26834 3690 9399 26835 10078 9400 26836 10020 9264 26837 3690 9399 26838 10020 9264 26839 16633 9401 26840 3690 9399 26841 10076 9402 26842 16663 9403 26843 3690 9399 26844 10077 9404 26845 16664 9405 26846 3691 9406 26847 10075 9407 26848 16630 9258 26849 3691 9406 26850 10016 9257 26851 10079 9408 26852 3691 9406 26853 10079 9408 26854 16665 9409 26855 3691 9406 26856 10080 9410 26857 10075 9407 26858 3692 9411 26859 10084 9412 26860 10014 9251 26861 3692 9411 26862 10014 9251 26863 10082 9413 26864 3692 9411 26865 10082 9413 26866 16667 9414 26867 3692 9411 26868 10083 9415 26869 16668 9416 26870 3693 9417 26871 10081 9418 26872 16626 9419 26873 3693 9417 26874 10010 9245 26875 10085 9420 26876 3693 9417 26877 10085 9420 26878 16669 9421 26879 3693 9417 26880 10086 9422 26881 16666 9423 26882 3694 9424 26883 10055 9357 26884 16651 9356 26885 3694 9424 26886 10053 9354 26887 16650 9353 26888 3694 9424 26889 10051 9350 26890 16648 9347 26891 3694 9424 26892 10049 9346 26893 16649 9358 26894 3695 9425 26895 10063 9373 26896 16655 9372 26897 3695 9425 26898 10061 9370 26899 10059 9366 26900 3695 9425 26901 10059 9366 26902 16652 9363 26903 3695 9425 26904 10057 9362 26905 16653 9374 26906 3696 9426 26907 10071 9392 26908 10069 9387 26909 3696 9426 26910 10069 9387 26911 16658 9384 26912 3696 9426 26913 10067 9383 26914 10065 9379 26915 3696 9426 26916 10065 9379 26917 16657 9378 26918 3697 9427 26919 10096 9428 26920 16627 9244 26921 3697 9427 26922 10009 9243 26923 10095 9429 26924 3697 9427 26925 10095 9429 26926 16677 9430 26927 3697 9427 26928 10104 9431 26929 10096 9428 26930 3698 9432 26931 10097 9433 26932 16678 9434 26933 3698 9432 26934 10104 9431 26935 10094 9435 26936 3698 9432 26937 10094 9435 26938 16624 9436 26939 3698 9432 26940 10012 9247 26941 10097 9433 26942 3699 9437 26943 10099 9438 26944 16629 9439 26945 3699 9437 26946 10013 9250 26947 10093 9440 26948 3699 9437 26949 10093 9440 26950 16676 9441 26951 3699 9437 26952 10105 9442 26953 10099 9438 26954 3700 9443 26955 10098 9444 26956 16679 9445 26957 3700 9443 26958 10105 9442 26959 10092 9446 26960 3700 9443 26961 10092 9446 26962 10011 9240 26963 3700 9443 26964 10011 9240 26965 16626 9419 26966 3701 9447 26967 10101 9448 26968 10082 9413 26969 3701 9447 26970 10082 9413 26971 16629 9439 26972 3701 9447 26973 10099 9438 26974 10106 9449 26975 3701 9447 26976 10106 9449 26977 10101 9448 26978 3702 9450 26979 10100 9451 26980 16680 9452 26981 3702 9450 26982 10106 9449 26983 10098 9444 26984 3702 9450 26985 10098 9444 26986 10081 9418 26987 3702 9450 26988 10081 9418 26989 10100 9451 26990 3703 9453 26991 10103 9454 26992 10085 9420 26993 3703 9453 26994 10085 9420 26995 10096 9428 26996 3703 9453 26997 10096 9428 26998 16678 9434 26999 3703 9453 27000 10107 9455 27001 10103 9454 27002 3704 9456 27003 10102 9457 27004 16681 9458 27005 3704 9456 27006 10107 9455 27007 10097 9433 27008 3704 9456 27009 10097 9433 27010 16628 9252 27011 3704 9456 27012 10084 9412 27013 10102 9457 27014 3705 9459 27015 10100 9451 27016 16666 9423 27017 3705 9459 27018 10086 9422 27019 16669 9421 27020 3705 9459 27021 10103 9454 27022 16681 9458 27023 3705 9459 27024 10108 9460 27025 10100 9451 27026 3706 9461 27027 10101 9448 27028 16680 9452 27029 3706 9461 27030 10108 9460 27031 10102 9457 27032 3706 9461 27033 10102 9457 27034 16668 9416 27035 3706 9461 27036 10083 9415 27037 16667 9414 27038 3707 9462 27039 10113 9463 27040 10015 9256 27041 3707 9462 27042 10015 9256 27043 16621 9464 27044 3707 9462 27045 10112 9465 27046 10121 9466 27047 3707 9462 27048 10121 9466 27049 16684 9467 27050 3708 9468 27051 10114 9469 27052 16684 9467 27053 3708 9468 27054 10121 9466 27055 16683 9470 27056 3708 9468 27057 10111 9471 27058 10018 9260 27059 3708 9468 27060 10018 9260 27061 10114 9469 27062 3709 9472 27063 10116 9473 27064 16633 9401 27065 3709 9472 27066 10019 9263 27067 10110 9474 27068 3709 9472 27069 10110 9474 27070 16682 9475 27071 3709 9472 27072 10122 9476 27073 16685 9477 27074 3710 9478 27075 10115 9479 27076 10122 9476 27077 3710 9478 27078 10122 9476 27079 16682 9475 27080 3710 9478 27081 10109 9480 27082 16618 9481 27083 3710 9478 27084 10017 9254 27085 16630 9258 27086 3711 9482 27087 10118 9483 27088 10076 9402 27089 3711 9482 27090 10076 9402 27091 16633 9401 27092 3711 9482 27093 10116 9473 27094 10123 9484 27095 3711 9482 27096 10123 9484 27097 16686 9485 27098 3712 9486 27099 10117 9487 27100 16686 9485 27101 3712 9486 27102 10123 9484 27103 16685 9477 27104 3712 9486 27105 10115 9479 27106 10075 9407 27107 3712 9486 27108 10075 9407 27109 16662 9488 27110 3713 9489 27111 10120 9490 27112 16665 9409 27113 3713 9489 27114 10079 9408 27115 16631 9491 27116 3713 9489 27117 10113 9463 27118 16684 9467 27119 3713 9489 27120 10124 9492 27121 10120 9490 27122 3714 9493 27123 10119 9494 27124 16687 9495 27125 3714 9493 27126 10124 9492 27127 10114 9469 27128 3714 9493 27129 10114 9469 27130 16632 9265 27131 3714 9493 27132 10078 9400 27133 10119 9494 27134 3715 9496 27135 10117 9487 27136 16662 9488 27137 3715 9496 27138 10080 9410 27139 16665 9409 27140 3715 9496 27141 10120 9490 27142 16687 9495 27143 3715 9496 27144 10125 9497 27145 10117 9487 27146 3716 9498 27147 10118 9483 27148 16686 9485 27149 3716 9498 27150 10125 9497 27151 10119 9494 27152 3716 9498 27153 10119 9494 27154 16664 9405 27155 3716 9498 27156 10077 9404 27157 16663 9403 27158 3717 9499 27159 10131 9500 27160 10134 9501 27161 3717 9499 27162 10134 9501 27163 10133 9502 27164 3717 9499 27165 10133 9502 27166 16695 9503 27167 3717 9499 27168 10132 9504 27169 16694 9505 27170 3718 9506 27171 10136 9507 27172 16698 9508 27173 3718 9506 27174 10137 9509 27175 16699 9510 27176 3718 9506 27177 10135 9511 27178 16696 9512 27179 3718 9506 27180 10134 9501 27181 16697 9513 27182 3719 9514 27183 10127 9515 27184 16688 9516 27185 3719 9514 27186 10126 9517 27187 16689 9518 27188 3719 9514 27189 10128 9519 27190 10138 9520 27191 3719 9514 27192 10138 9520 27193 10127 9515 27194 3720 9521 27195 10138 9520 27196 16690 9522 27197 3720 9521 27198 10129 9523 27199 10139 9524 27200 3720 9521 27201 10139 9524 27202 16692 9525 27203 3720 9521 27204 10130 9526 27205 10138 9520 27206 3721 9527 27207 10140 9528 27208 16670 9529 27209 3721 9527 27210 10088 9530 27211 16673 9531 27212 3721 9527 27213 10141 9532 27214 16672 9533 27215 3721 9527 27216 10087 9534 27217 10140 9528 27218 3722 9535 27219 10141 9532 27220 10089 9536 27221 3722 9535 27222 10089 9536 27223 16674 9537 27224 3722 9535 27225 10091 9538 27226 16675 9539 27227 3722 9535 27228 10090 9540 27229 10141 9532 27230 3723 9541 27231 10145 9542 27232 16689 9518 27233 3723 9541 27234 10126 9517 27235 16688 9516 27236 3723 9541 27237 10143 9543 27238 16700 9544 27239 3723 9541 27240 10154 9545 27241 10145 9542 27242 3724 9546 27243 10144 9547 27244 16701 9548 27245 3724 9546 27246 10154 9545 27247 10142 9549 27248 3724 9546 27249 10142 9549 27250 16694 9505 27251 3724 9546 27252 10132 9504 27253 10144 9547 27254 3725 9550 27255 10143 9543 27256 10127 9515 27257 3725 9550 27258 10127 9515 27259 16691 9551 27260 3725 9550 27261 10149 9552 27262 10155 9553 27263 3725 9550 27264 10155 9553 27265 10143 9543 27266 3726 9554 27267 10142 9549 27268 16700 9544 27269 3726 9554 27270 10155 9553 27271 10148 9555 27272 3726 9554 27273 10148 9555 27274 16697 9513 27275 3726 9554 27276 10131 9500 27277 10142 9549 27278 3727 9556 27279 10144 9547 27280 10133 9502 27281 3727 9556 27282 10133 9502 27283 16696 9512 27284 3727 9556 27285 10146 9557 27286 10156 9558 27287 3727 9556 27288 10156 9558 27289 10144 9547 27290 3728 9559 27291 10145 9542 27292 16701 9548 27293 3728 9559 27294 10156 9558 27295 10147 9560 27296 3728 9559 27297 10147 9560 27298 16690 9522 27299 3728 9559 27300 10128 9519 27301 10145 9542 27302 3729 9561 27303 10146 9557 27304 10135 9511 27305 3729 9561 27306 10135 9511 27307 16699 9510 27308 3729 9561 27309 10152 9562 27310 16705 9563 27311 3729 9561 27312 10157 9564 27313 16702 9565 27314 3730 9566 27315 10147 9560 27316 16702 9565 27317 3730 9566 27318 10157 9564 27319 10153 9567 27320 3730 9566 27321 10153 9567 27322 16693 9568 27323 3730 9566 27324 10129 9523 27325 10147 9560 27326 3731 9569 27327 10149 9552 27328 10130 9526 27329 3731 9569 27330 10130 9526 27331 16692 9525 27332 3731 9569 27333 10151 9570 27334 10158 9571 27335 3731 9569 27336 10158 9571 27337 16703 9572 27338 3732 9573 27339 10148 9555 27340 10158 9571 27341 3732 9573 27342 10158 9571 27343 16704 9574 27344 3732 9573 27345 10150 9575 27346 10136 9507 27347 3732 9573 27348 10136 9507 27349 10148 9555 27350 3733 9576 27351 10163 9577 27352 10021 9270 27353 3733 9576 27354 10021 9270 27355 16617 9269 27356 3733 9576 27357 10161 9578 27358 10171 9579 27359 3733 9576 27360 10171 9579 27361 16708 9580 27362 3734 9581 27363 10164 9582 27364 10171 9579 27365 3734 9581 27366 10171 9579 27367 16707 9583 27368 3734 9581 27369 10162 9584 27370 10087 9534 27371 3734 9581 27372 10087 9534 27373 10164 9582 27374 3735 9585 27375 10166 9586 27376 10088 9530 27377 3735 9585 27378 10088 9530 27379 16670 9529 27380 3735 9585 27381 10160 9587 27382 16706 9588 27383 3735 9585 27384 10172 9589 27385 10166 9586 27386 3736 9590 27387 10165 9591 27388 16709 9592 27389 3736 9590 27390 10172 9589 27391 10159 9593 27392 3736 9590 27393 10159 9593 27394 16616 9594 27395 3736 9590 27396 10023 9267 27397 10165 9591 27398 3737 9595 27399 10168 9596 27400 10089 9536 27401 3737 9595 27402 10089 9536 27403 16673 9531 27404 3737 9595 27405 10166 9586 27406 10173 9597 27407 3737 9595 27408 10173 9597 27409 10168 9596 27410 3738 9598 27411 10167 9599 27412 16710 9600 27413 3738 9598 27414 10173 9597 27415 10165 9591 27416 3738 9598 27417 10165 9591 27418 16634 9272 27419 3738 9598 27420 10072 9394 27421 10167 9599 27422 3739 9601 27423 10169 9602 27424 16661 9396 27425 3739 9601 27426 10073 9395 27427 16635 9603 27428 3739 9601 27429 10163 9577 27430 10174 9604 27431 3739 9601 27432 10174 9604 27433 10169 9602 27434 3740 9605 27435 10170 9606 27436 16711 9607 27437 3740 9605 27438 10174 9604 27439 10164 9582 27440 3740 9605 27441 10164 9582 27442 16672 9533 27443 3740 9605 27444 10090 9540 27445 10170 9606 27446 3741 9608 27447 10167 9599 27448 16660 9398 27449 3741 9608 27450 10074 9397 27451 10169 9602 27452 3741 9608 27453 10169 9602 27454 16711 9607 27455 3741 9608 27456 10175 9609 27457 10167 9599 27458 3742 9610 27459 10168 9596 27460 16710 9600 27461 3742 9610 27462 10175 9609 27463 10170 9606 27464 3742 9610 27465 10170 9606 27466 16675 9539 27467 3742 9610 27468 10091 9538 27469 10168 9596 27470 3743 9611 27471 10204 9612 27472 16745 9613 27473 3743 9611 27474 11194 9614 27475 11193 9615 27476 3743 9611 27477 11193 9615 27478 16747 9616 27479 3743 9611 27480 10203 9617 27481 10204 9612 27482 3744 9618 27483 10207 9619 27484 10202 9620 27485 3744 9618 27486 10202 9620 27487 16746 9621 27488 3744 9618 27489 10205 9622 27490 10206 9623 27491 3744 9618 27492 10206 9623 27493 10207 9619 27494 3745 9624 27495 10205 9622 27496 16746 9621 27497 3745 9624 27498 10201 9625 27499 10204 9612 27500 3745 9624 27501 10204 9612 27502 16748 9626 27503 3745 9624 27504 10208 9627 27505 16750 9628 27506 3746 9629 27507 11193 9615 27508 11195 9630 27509 3746 9629 27510 11195 9630 27511 16744 9631 27512 3746 9629 27513 10207 9619 27514 10209 9632 27515 3746 9629 27516 10209 9632 27517 16747 9616 27518 3747 9633 27519 10212 9634 27520 16740 9635 27521 3747 9633 27522 10200 9636 27523 16743 9637 27524 3747 9633 27525 10210 9638 27526 10211 9639 27527 3747 9633 27528 10211 9639 27529 10212 9634 27530 3748 9640 27531 10210 9638 27532 10199 9641 27533 3748 9640 27534 10199 9641 27535 10213 9642 27536 3748 9640 27537 10213 9642 27538 16753 9643 27539 3748 9640 27540 10214 9644 27541 16752 9645 27542 3749 9646 27543 10213 9642 27544 16742 9647 27545 3749 9646 27546 10198 9648 27547 16741 9649 27548 3749 9646 27549 10215 9650 27550 10216 9651 27551 3749 9646 27552 10216 9651 27553 10213 9642 27554 3750 9652 27555 10215 9650 27556 16741 9649 27557 3750 9652 27558 10197 9653 27559 10212 9634 27560 3750 9652 27561 10212 9634 27562 16751 9654 27563 3750 9652 27564 10217 9655 27565 10215 9650 27566 3751 9656 27567 10220 9657 27568 16736 9658 27569 3751 9656 27570 10196 9659 27571 16739 9660 27572 3751 9656 27573 10218 9661 27574 10219 9662 27575 3751 9656 27576 10219 9662 27577 10220 9657 27578 3752 9663 27579 10218 9661 27580 10195 9664 27581 3752 9663 27582 10195 9664 27583 16738 9665 27584 3752 9663 27585 10221 9666 27586 10222 9667 27587 3752 9663 27588 10222 9667 27589 16756 9668 27590 3753 9669 27591 10221 9666 27592 10194 9670 27593 3753 9669 27594 10194 9670 27595 10223 9671 27596 3753 9669 27597 10223 9671 27598 16758 9672 27599 3753 9669 27600 10224 9673 27601 10221 9666 27602 3754 9674 27603 10223 9671 27604 16737 9675 27605 3754 9674 27606 10193 9676 27607 10220 9657 27608 3754 9674 27609 10220 9657 27610 16755 9677 27611 3754 9674 27612 10225 9678 27613 10223 9671 27614 3755 9679 27615 10228 9680 27616 16732 9681 27617 3755 9679 27618 10192 9682 27619 16735 9683 27620 3755 9679 27621 10226 9684 27622 10227 9685 27623 3755 9679 27624 10227 9685 27625 10228 9680 27626 3756 9686 27627 10226 9684 27628 10191 9687 27629 3756 9686 27630 10191 9687 27631 16734 9688 27632 3756 9686 27633 10229 9689 27634 10230 9690 27635 3756 9686 27636 10230 9690 27637 16760 9691 27638 3757 9692 27639 10229 9689 27640 10190 9693 27641 3757 9692 27642 10190 9693 27643 10231 9694 27644 3757 9692 27645 10231 9694 27646 16762 9695 27647 3757 9692 27648 10232 9696 27649 16761 9697 27650 3758 9698 27651 10231 9694 27652 16733 9699 27653 3758 9698 27654 10189 9700 27655 10228 9680 27656 3758 9698 27657 10228 9680 27658 16759 9701 27659 3758 9698 27660 10233 9702 27661 10231 9694 27662 3759 9703 27663 10236 9704 27664 16728 9705 27665 3759 9703 27666 10188 9706 27667 16731 9707 27668 3759 9703 27669 10234 9708 27670 10235 9709 27671 3759 9703 27672 10235 9709 27673 10236 9704 27674 3760 9710 27675 10234 9708 27676 10187 9711 27677 3760 9710 27678 10187 9711 27679 16730 9712 27680 3760 9710 27681 10237 9713 27682 10238 9714 27683 3760 9710 27684 10238 9714 27685 16764 9715 27686 3761 9716 27687 10237 9713 27688 10186 9717 27689 3761 9716 27690 10186 9717 27691 10239 9718 27692 3761 9716 27693 10239 9718 27694 16766 9719 27695 3761 9716 27696 10240 9720 27697 16765 9721 27698 3762 9722 27699 10239 9718 27700 16729 9723 27701 3762 9722 27702 10185 9724 27703 10236 9704 27704 3762 9722 27705 10236 9704 27706 16763 9725 27707 3762 9722 27708 10241 9726 27709 10239 9718 27710 3763 9727 27711 10244 9728 27712 10184 9729 27713 3763 9727 27714 10184 9729 27715 16727 9730 27716 3763 9727 27717 10242 9731 27718 10243 9732 27719 3763 9727 27720 10243 9732 27721 16767 9733 27722 3764 9734 27723 10245 9735 27724 16726 9736 27725 3764 9734 27726 10183 9737 27727 10246 9738 27728 3764 9734 27729 10246 9738 27730 10247 9739 27731 3764 9734 27732 10247 9739 27733 10245 9735 27734 3765 9740 27735 10246 9738 27736 16725 9741 27737 3765 9740 27738 10182 9742 27739 10244 9728 27740 3765 9740 27741 10244 9728 27742 16767 9733 27743 3765 9740 27744 10248 9743 27745 10246 9738 27746 3766 9744 27747 10249 9745 27748 16723 9746 27749 3766 9744 27750 10181 9747 27751 10251 9748 27752 3766 9744 27753 10251 9748 27754 16773 9749 27755 3766 9744 27756 10252 9750 27757 10249 9745 27758 3767 9751 27759 10253 9752 27760 16721 9753 27761 3767 9751 27762 10180 9754 27763 10250 9755 27764 3767 9751 27765 10250 9755 27766 16771 9756 27767 3767 9751 27768 10254 9757 27769 16774 9758 27770 3768 9759 27771 10255 9760 27772 10179 9761 27773 3768 9759 27774 10179 9761 27775 10257 9762 27776 3768 9759 27777 10257 9762 27778 16777 9763 27779 3768 9759 27780 10258 9764 27781 16776 9765 27782 3769 9766 27783 10259 9767 27784 10178 9768 27785 3769 9766 27786 10178 9768 27787 10256 9769 27788 3769 9766 27789 10256 9769 27790 16775 9770 27791 3769 9766 27792 10260 9771 27793 16778 9772 27794 3770 9773 27795 10261 9774 27796 16715 9775 27797 3770 9773 27798 10177 9776 27799 10263 9777 27800 3770 9773 27801 10263 9777 27802 16781 9778 27803 3770 9773 27804 10264 9779 27805 10261 9774 27806 3771 9780 27807 10262 9781 27808 10266 9782 27809 3771 9780 27810 10266 9782 27811 16782 9783 27812 3771 9780 27813 10265 9784 27814 10176 9785 27815 3771 9780 27816 10176 9785 27817 10262 9781 27818 3772 9786 27819 10266 9782 27820 16779 9787 27821 3772 9786 27822 10269 9788 27823 10268 9789 27824 3772 9786 27825 10268 9789 27826 16784 9790 27827 3772 9786 27828 10267 9791 27829 10266 9782 27830 3773 9792 27831 10264 9779 27832 10270 9793 27833 3773 9792 27834 10270 9793 27835 16785 9794 27836 3773 9792 27837 10272 9795 27838 10271 9796 27839 3773 9792 27840 10271 9796 27841 16780 9797 27842 3774 9798 27843 10260 9771 27844 16775 9770 27845 3774 9798 27846 10275 9799 27847 10274 9800 27848 3774 9798 27849 10274 9800 27850 16788 9801 27851 3774 9798 27852 10273 9802 27853 10260 9771 27854 3775 9803 27855 10258 9764 27856 10276 9804 27857 3775 9803 27858 10276 9804 27859 16789 9805 27860 3775 9803 27861 10278 9806 27862 10277 9807 27863 3775 9803 27864 10277 9807 27865 16776 9765 27866 3776 9808 27867 10254 9757 27868 10281 9809 27869 3776 9808 27870 10281 9809 27871 10280 9810 27872 3776 9808 27873 10280 9810 27874 16792 9811 27875 3776 9808 27876 10279 9812 27877 10254 9757 27878 3777 9813 27879 10252 9750 27880 16773 9749 27881 3777 9813 27882 10282 9814 27883 10284 9815 27884 3777 9813 27885 10284 9815 27886 16794 9816 27887 3777 9813 27888 10283 9817 27889 10252 9750 27890 3778 9818 27891 10248 9743 27892 16767 9733 27893 3778 9818 27894 10287 9819 27895 10286 9820 27896 3778 9818 27897 10286 9820 27898 16796 9821 27899 3778 9818 27900 10285 9822 27901 10248 9743 27902 3779 9823 27903 10247 9739 27904 16770 9824 27905 3779 9823 27906 10285 9822 27907 10289 9825 27908 3779 9823 27909 10289 9825 27910 16797 9826 27911 3779 9823 27912 10288 9827 27913 16769 9828 27914 3780 9829 27915 10241 9726 27916 16763 9725 27917 3780 9829 27918 10292 9830 27919 10291 9831 27920 3780 9829 27921 10291 9831 27922 16799 9832 27923 3780 9829 27924 10290 9833 27925 10241 9726 27926 3781 9834 27927 10240 9720 27928 10290 9833 27929 3781 9834 27930 10290 9833 27931 10294 9835 27932 3781 9834 27933 10294 9835 27934 10293 9836 27935 3781 9834 27936 10293 9836 27937 16765 9721 27938 3782 9837 27939 10238 9714 27940 10293 9836 27941 3782 9837 27942 10293 9836 27943 16800 9838 27944 3782 9837 27945 10296 9839 27946 10295 9840 27947 3782 9837 27948 10295 9840 27949 16764 9715 27950 3783 9841 27951 10235 9709 27952 10295 9840 27953 3783 9841 27954 10295 9840 27955 16801 9842 27956 3783 9841 27957 10297 9843 27958 16798 9844 27959 3783 9841 27960 10292 9830 27961 10235 9709 27962 3784 9845 27963 10233 9702 27964 16759 9701 27965 3784 9845 27966 10300 9846 27967 10299 9847 27968 3784 9845 27969 10299 9847 27970 16803 9848 27971 3784 9845 27972 10298 9849 27973 10233 9702 27974 3785 9850 27975 10232 9696 27976 10298 9849 27977 3785 9850 27978 10298 9849 27979 10302 9851 27980 3785 9850 27981 10302 9851 27982 10301 9852 27983 3785 9850 27984 10301 9852 27985 16761 9697 27986 3786 9853 27987 10230 9690 27988 10301 9852 27989 3786 9853 27990 10301 9852 27991 16804 9854 27992 3786 9853 27993 10304 9855 27994 10303 9856 27995 3786 9853 27996 10303 9856 27997 16760 9691 27998 3787 9857 27999 10227 9685 28000 10303 9856 28001 3787 9857 28002 10303 9856 28003 16805 9858 28004 3787 9857 28005 10305 9859 28006 16802 9860 28007 3787 9857 28008 10300 9846 28009 10227 9685 28010 3788 9861 28011 10225 9678 28012 16755 9677 28013 3788 9861 28014 10308 9862 28015 10307 9863 28016 3788 9861 28017 10307 9863 28018 16807 9864 28019 3788 9861 28020 10306 9865 28021 10225 9678 28022 3789 9866 28023 10224 9673 28024 16758 9672 28025 3789 9866 28026 10306 9865 28027 10310 9867 28028 3789 9866 28029 10310 9867 28030 10309 9868 28031 3789 9866 28032 10309 9868 28033 16757 9869 28034 3790 9870 28035 10222 9667 28036 10309 9868 28037 3790 9870 28038 10309 9868 28039 16808 9871 28040 3790 9870 28041 10312 9872 28042 10311 9873 28043 3790 9870 28044 10311 9873 28045 16756 9668 28046 3791 9874 28047 10219 9662 28048 10311 9873 28049 3791 9874 28050 10311 9873 28051 10313 9875 28052 3791 9874 28053 10313 9875 28054 16806 9876 28055 3791 9874 28056 10308 9862 28057 10219 9662 28058 3792 9877 28059 10217 9655 28060 16751 9654 28061 3792 9877 28062 10316 9878 28063 10315 9879 28064 3792 9877 28065 10315 9879 28066 16811 9880 28067 3792 9877 28068 10314 9881 28069 10217 9655 28070 3793 9882 28071 10216 9651 28072 16754 9883 28073 3793 9882 28074 10314 9881 28075 10318 9884 28076 3793 9882 28077 10318 9884 28078 10317 9885 28079 3793 9882 28080 10317 9885 28081 16753 9643 28082 3794 9886 28083 10214 9644 28084 10317 9885 28085 3794 9886 28086 10317 9885 28087 16812 9887 28088 3794 9886 28089 10320 9888 28090 10319 9889 28091 3794 9886 28092 10319 9889 28093 16752 9645 28094 3795 9890 28095 10211 9639 28096 10319 9889 28097 3795 9890 28098 10319 9889 28099 10321 9891 28100 3795 9890 28101 10321 9891 28102 16810 9892 28103 3795 9890 28104 10316 9878 28105 10211 9639 28106 3796 9893 28107 10209 9632 28108 10324 9894 28109 3796 9893 28110 10324 9894 28111 16815 9895 28112 3796 9893 28113 10323 9896 28114 16814 9897 28115 3796 9893 28116 10322 9898 28117 10209 9632 28118 3797 9899 28119 10208 9627 28120 16748 9626 28121 3797 9899 28122 10327 9900 28123 16816 9901 28124 3797 9899 28125 10326 9902 28126 16817 9903 28127 3797 9899 28128 10325 9904 28129 10208 9627 28130 3798 9905 28131 10206 9623 28132 10325 9904 28133 3798 9905 28134 10325 9904 28135 16817 9903 28136 3798 9905 28137 10328 9906 28138 10324 9894 28139 3798 9905 28140 10324 9894 28141 16749 9907 28142 3799 9908 28143 10203 9617 28144 10322 9898 28145 3799 9908 28146 10322 9898 28147 16814 9897 28148 3799 9908 28149 10329 9909 28150 16816 9901 28151 3799 9908 28152 10327 9900 28153 10203 9617 28154 3800 9910 28155 10297 9843 28156 16801 9842 28157 3800 9910 28158 10296 9839 28159 16800 9838 28160 3800 9910 28161 10294 9835 28162 16799 9832 28163 3800 9910 28164 10291 9831 28165 16798 9844 28166 3801 9911 28167 10305 9859 28168 16805 9858 28169 3801 9911 28170 10304 9855 28171 16804 9854 28172 3801 9911 28173 10302 9851 28174 16803 9848 28175 3801 9911 28176 10299 9847 28177 16802 9860 28178 3802 9912 28179 10313 9875 28180 16809 9913 28181 3802 9912 28182 10312 9872 28183 10310 9867 28184 3802 9912 28185 10310 9867 28186 16807 9864 28187 3802 9912 28188 10307 9863 28189 16806 9876 28190 3803 9914 28191 10321 9891 28192 16813 9915 28193 3803 9914 28194 10320 9888 28195 16812 9887 28196 3803 9914 28197 10318 9884 28198 10315 9879 28199 3803 9914 28200 10315 9879 28201 16810 9892 28202 3804 9916 28203 10329 9909 28204 10323 9896 28205 3804 9916 28206 10323 9896 28207 10328 9906 28208 3804 9916 28209 10328 9906 28210 10326 9902 28211 3804 9916 28212 10326 9902 28213 10329 9909 28214 3805 9917 28215 10334 9918 28216 10250 9755 28217 3805 9917 28218 10250 9755 28219 16720 9919 28220 3805 9917 28221 10332 9920 28222 10342 9921 28223 3805 9917 28224 10342 9921 28225 16820 9922 28226 3806 9923 28227 10335 9924 28228 10342 9921 28229 3806 9923 28230 10342 9921 28231 10333 9925 28232 3806 9923 28233 10333 9925 28234 16723 9746 28235 3806 9923 28236 10249 9745 28237 10335 9924 28238 3807 9926 28239 10336 9927 28240 10251 9748 28241 3807 9926 28242 10251 9748 28243 16722 9928 28244 3807 9926 28245 10331 9929 28246 16818 9930 28247 3807 9926 28248 10343 9931 28249 10336 9927 28250 3808 9932 28251 10337 9933 28252 16821 9934 28253 3808 9932 28254 10343 9931 28255 10330 9935 28256 3808 9932 28257 10330 9935 28258 16721 9753 28259 3808 9932 28260 10253 9752 28261 10337 9933 28262 3809 9936 28263 10337 9933 28264 16774 9758 28265 3809 9936 28266 10279 9812 28267 16792 9811 28268 3809 9936 28269 10338 9937 28270 10344 9938 28271 3809 9936 28272 10344 9938 28273 10337 9933 28274 3810 9939 28275 10336 9927 28276 16821 9934 28277 3810 9939 28278 10344 9938 28279 16822 9940 28280 3810 9939 28281 10339 9941 28282 16793 9942 28283 3810 9939 28284 10282 9814 28285 10336 9927 28286 3811 9943 28287 10335 9924 28288 10283 9817 28289 3811 9943 28290 10283 9817 28291 16794 9816 28292 3811 9943 28293 10341 9944 28294 10345 9945 28295 3811 9943 28296 10345 9945 28297 16820 9922 28298 3812 9946 28299 10334 9918 28300 10345 9945 28301 3812 9946 28302 10345 9945 28303 16823 9947 28304 3812 9946 28305 10340 9948 28306 16791 9949 28307 3812 9946 28308 10281 9809 28309 16771 9756 28310 3813 9950 28311 10341 9944 28312 10284 9815 28313 3813 9950 28314 10284 9815 28315 16793 9942 28316 3813 9950 28317 10339 9941 28318 10346 9951 28319 3813 9950 28320 10346 9951 28321 16823 9947 28322 3814 9952 28323 10340 9948 28324 10346 9951 28325 3814 9952 28326 10346 9951 28327 16822 9940 28328 3814 9952 28329 10338 9937 28330 16792 9811 28331 3814 9952 28332 10280 9810 28333 16791 9949 28334 3815 9953 28335 10349 9954 28336 10359 9955 28337 3815 9953 28338 10359 9955 28339 16826 9956 28340 3815 9953 28341 10351 9957 28342 10262 9781 28343 3815 9953 28344 10262 9781 28345 16712 9958 28346 3816 9959 28347 10352 9960 28348 10359 9955 28349 3816 9959 28350 10359 9955 28351 16825 9961 28352 3816 9959 28353 10350 9962 28354 10261 9774 28355 3816 9959 28356 10261 9774 28357 16780 9797 28358 3817 9963 28359 10353 9964 28360 10263 9777 28361 3817 9963 28362 10263 9777 28363 16714 9965 28364 3817 9963 28365 10348 9966 28366 16824 9967 28367 3817 9963 28368 10360 9968 28369 10353 9964 28370 3818 9969 28371 10354 9970 28372 16827 9971 28373 3818 9969 28374 10360 9968 28375 10347 9972 28376 3818 9969 28377 10347 9972 28378 16713 9973 28379 3818 9969 28380 10265 9784 28381 10354 9970 28382 3819 9974 28383 10354 9970 28384 10267 9791 28385 3819 9974 28386 10267 9791 28387 16784 9790 28388 3819 9974 28389 10355 9975 28390 10361 9976 28391 3819 9974 28392 10361 9976 28393 16827 9971 28394 3820 9977 28395 10353 9964 28396 10361 9976 28397 3820 9977 28398 10361 9976 28399 16828 9978 28400 3820 9977 28401 10356 9979 28402 16785 9794 28403 3820 9977 28404 10270 9793 28405 16781 9778 28406 3821 9980 28407 10352 9960 28408 10271 9796 28409 3821 9980 28410 10271 9796 28411 16786 9981 28412 3821 9980 28413 10358 9982 28414 16829 9983 28415 3821 9980 28416 10362 9984 28417 10352 9960 28418 3822 9985 28419 10351 9957 28420 16826 9956 28421 3822 9985 28422 10362 9984 28423 10357 9986 28424 3822 9985 28425 10357 9986 28426 16783 9987 28427 3822 9985 28428 10269 9788 28429 10351 9957 28430 3823 9988 28431 10358 9982 28432 16786 9981 28433 3823 9988 28434 10272 9795 28435 16785 9794 28436 3823 9988 28437 10356 9979 28438 10363 9989 28439 3823 9988 28440 10363 9989 28441 16829 9983 28442 3824 9990 28443 10357 9986 28444 10363 9989 28445 3824 9990 28446 10363 9989 28447 16828 9978 28448 3824 9990 28449 10355 9975 28450 10268 9789 28451 3824 9990 28452 10268 9789 28453 16783 9987 28454 3825 9991 28455 10368 9992 28456 10256 9769 28457 3825 9991 28458 10256 9769 28459 16716 9993 28460 3825 9991 28461 10366 9994 28462 10376 9995 28463 3825 9991 28464 10376 9995 28465 16832 9996 28466 3826 9997 28467 10369 9998 28468 16832 9996 28469 3826 9997 28470 10376 9995 28471 10367 9999 28472 3826 9997 28473 10367 9999 28474 16719 10000 28475 3826 9997 28476 10255 9760 28477 10369 9998 28478 3827 10001 28479 10370 10002 28480 10257 9762 28481 3827 10001 28482 10257 9762 28483 16718 10003 28484 3827 10001 28485 10365 10004 28486 10377 10005 28487 3827 10001 28488 10377 10005 28489 16833 10006 28490 3828 10007 28491 10371 10008 28492 10377 10005 28493 3828 10007 28494 10377 10005 28495 10364 10009 28496 3828 10007 28497 10364 10009 28498 16717 10010 28499 3828 10007 28500 10259 9767 28501 10371 10008 28502 3829 10011 28503 10371 10008 28504 16778 9772 28505 3829 10011 28506 10273 9802 28507 16788 9801 28508 3829 10011 28509 10372 10012 28510 10378 10013 28511 3829 10011 28512 10378 10013 28513 16833 10006 28514 3830 10014 28515 10370 10002 28516 16833 10006 28517 3830 10014 28518 10378 10013 28519 10373 10015 28520 3830 10014 28521 10373 10015 28522 16789 9805 28523 3830 10014 28524 10276 9804 28525 16777 9763 28526 3831 10016 28527 10369 9998 28528 10277 9807 28529 3831 10016 28530 10277 9807 28531 16790 10017 28532 3831 10016 28533 10375 10018 28534 10379 10019 28535 3831 10016 28536 10379 10019 28537 16832 9996 28538 3832 10020 28539 10368 9992 28540 10379 10019 28541 3832 10020 28542 10379 10019 28543 16835 10021 28544 3832 10020 28545 10374 10022 28546 16787 10023 28547 3832 10020 28548 10275 9799 28549 16775 9770 28550 3833 10024 28551 10375 10018 28552 16790 10017 28553 3833 10024 28554 10278 9806 28555 16789 9805 28556 3833 10024 28557 10373 10015 28558 10380 10025 28559 3833 10024 28560 10380 10025 28561 16835 10021 28562 3834 10026 28563 10374 10022 28564 10380 10025 28565 3834 10026 28566 10380 10025 28567 16834 10027 28568 3834 10026 28569 10372 10012 28570 16788 9801 28571 3834 10026 28572 10274 9800 28573 16787 10023 28574 3835 10028 28575 10387 10029 28576 10381 10030 28577 3835 10028 28578 10381 10030 28579 16837 10031 28580 3835 10028 28581 10389 10032 28582 16844 10033 28583 3835 10028 28584 10402 10034 28585 16845 10035 28586 3836 10036 28587 10386 10037 28588 16842 10038 28589 3836 10036 28590 10398 10039 28591 16843 10040 28592 3836 10036 28593 10388 10041 28594 10381 10030 28595 3836 10036 28596 10381 10030 28597 16836 10042 28598 3837 10043 28599 10393 10044 28600 10382 10045 28601 3837 10043 28602 10382 10045 28603 16836 10042 28604 3837 10043 28605 10387 10029 28606 10401 10046 28607 3837 10043 28608 10401 10046 28609 16849 10047 28610 3838 10048 28611 10392 10049 28612 16848 10050 28613 3838 10048 28614 10399 10051 28615 16842 10038 28616 3838 10048 28617 10386 10037 28618 10382 10045 28619 3838 10048 28620 10382 10045 28621 16839 10052 28622 3839 10053 28623 10391 10054 28624 10383 10055 28625 3839 10053 28626 10383 10055 28627 16837 10031 28628 3839 10053 28629 10388 10041 28630 16843 10040 28631 3839 10053 28632 10400 10056 28633 16847 10057 28634 3840 10058 28635 10390 10059 28636 16846 10060 28637 3840 10058 28638 10403 10061 28639 16844 10033 28640 3840 10058 28641 10389 10032 28642 10383 10055 28643 3840 10058 28644 10383 10055 28645 16838 10062 28646 3841 10063 28647 10390 10059 28648 16838 10062 28649 3841 10063 28650 10384 10064 28651 10397 10065 28652 3841 10063 28653 10397 10065 28654 16852 10066 28655 3841 10063 28656 10405 10067 28657 10390 10059 28658 3842 10068 28659 10391 10054 28660 10407 10069 28661 3842 10068 28662 10407 10069 28663 16851 10070 28664 3842 10068 28665 10396 10071 28666 10384 10064 28667 3842 10068 28668 10384 10064 28669 16838 10062 28670 3843 10072 28671 10392 10049 28672 16839 10052 28673 3843 10072 28674 10385 10073 28675 16840 10074 28676 3843 10072 28677 10394 10075 28678 16850 10076 28679 3843 10072 28680 10409 10077 28681 10392 10049 28682 3844 10078 28683 10393 10044 28684 10408 10079 28685 3844 10078 28686 10408 10079 28687 16853 10080 28688 3844 10078 28689 10395 10081 28690 10385 10073 28691 3844 10078 28692 10385 10073 28693 16839 10052 28694 3845 10082 28695 10406 10083 28696 10400 10056 28697 3845 10082 28698 10400 10056 28699 10398 10039 28700 3845 10082 28701 10398 10039 28702 16842 10038 28703 3845 10082 28704 10399 10051 28705 10406 10083 28706 3846 10084 28707 10404 10085 28708 10401 10046 28709 3846 10084 28710 10401 10046 28711 16845 10035 28712 3846 10084 28713 10402 10034 28714 16844 10033 28715 3846 10084 28716 10403 10061 28717 10404 10085 28718 3847 10086 28719 10405 10067 28720 10411 10087 28721 3847 10086 28722 10411 10087 28723 10408 10079 28724 3847 10086 28725 10408 10079 28726 16849 10047 28727 3847 10086 28728 10404 10085 28729 16846 10060 28730 3848 10088 28731 10409 10077 28732 10410 10089 28733 3848 10088 28734 10410 10089 28735 16851 10070 28736 3848 10088 28737 10407 10069 28738 16847 10057 28739 3848 10088 28740 10406 10083 28741 16848 10050 28742 3849 10090 28743 11264 10091 28744 11241 10092 28745 3849 10090 28746 11241 10092 28747 17321 10093 28748 3849 10090 28749 11249 10094 28750 10412 10095 28751 3849 10090 28752 10412 10095 28753 16854 10096 28754 3850 10097 28755 10413 10098 28756 16856 10099 28757 3850 10097 28758 11249 10094 28759 11234 10100 28760 3850 10097 28761 11234 10100 28762 17323 10101 28763 3850 10097 28764 11251 10102 28765 10413 10098 28766 3851 10103 28767 11250 10104 28768 16860 10105 28769 3851 10103 28770 10423 10106 28771 11253 10107 28772 3851 10103 28773 11253 10107 28774 17324 10108 28775 3851 10103 28776 11235 10109 28777 11250 10104 28778 3852 10110 28779 10415 10111 28780 10425 10112 28781 3852 10110 28782 10425 10112 28783 16873 10113 28784 3852 10110 28785 10424 10114 28786 16872 10115 28787 3852 10110 28788 10423 10106 28789 16860 10105 28790 3853 10116 28791 10425 10112 28792 16864 10117 28793 3853 10116 28794 10477 10118 28795 10478 10119 28796 3853 10116 28797 10478 10119 28798 10426 10120 28799 3853 10116 28800 10426 10120 28801 10425 10112 28802 3854 10121 28803 10428 10122 28804 16874 10123 28805 3854 10121 28806 10478 10119 28807 10429 10124 28808 3854 10121 28809 10429 10124 28810 16877 10125 28811 3854 10121 28812 10479 10126 28813 10428 10122 28814 3855 10127 28815 10429 10124 28816 10427 10128 28817 3855 10127 28818 10427 10128 28819 16875 10129 28820 3855 10127 28821 10430 10130 28822 10432 10131 28823 3855 10127 28824 10432 10131 28825 10429 10124 28826 3856 10132 28827 10431 10133 28828 10433 10134 28829 3856 10132 28830 10433 10134 28831 16878 10135 28832 3857 10136 28833 10438 10137 28834 10417 10138 28835 3857 10136 28836 10417 10138 28837 16871 10139 28838 3858 10140 28839 10439 10141 28840 10418 10142 28841 3858 10140 28842 10418 10142 28843 16866 10143 28844 3859 10144 28845 10441 10145 28846 10419 10146 28847 3859 10144 28848 10419 10146 28849 16867 10147 28850 3859 10144 28851 10439 10141 28852 10445 10148 28853 3860 10149 28854 10476 10150 28855 16865 10151 28856 3860 10149 28857 10420 10152 28858 10442 10153 28859 3861 10154 28860 10443 10155 28861 16870 10156 28862 3861 10154 28863 10421 10157 28864 16868 10158 28865 3861 10154 28866 10441 10145 28867 10446 10159 28868 3861 10154 28869 10446 10159 28870 10443 10155 28871 3862 10160 28872 10442 10153 28873 16869 10161 28874 3862 10160 28875 10422 10162 28876 10443 10155 28877 3863 10163 28878 10450 10164 28879 16886 10165 28880 3863 10163 28881 10451 10166 28882 10449 10167 28883 3864 10168 28884 10448 10169 28885 10447 10170 28886 3864 10168 28887 10447 10170 28888 16883 10171 28889 3864 10168 28890 10453 10172 28891 16887 10173 28892 3864 10168 28893 10452 10174 28894 16884 10175 28895 3865 10176 28896 11253 10107 28897 16872 10115 28898 3865 10176 28899 10455 10177 28900 11256 10178 28901 3865 10176 28902 11256 10178 28903 17332 10179 28904 3865 10176 28905 11236 10180 28906 11253 10107 28907 3866 10181 28908 10424 10114 28909 10457 10182 28910 3866 10181 28911 10457 10182 28912 10456 10183 28913 3866 10181 28914 10456 10183 28915 16893 10184 28916 3866 10181 28917 10455 10177 28918 10424 10114 28919 3867 10185 28920 10426 10120 28921 16874 10123 28922 3867 10185 28923 10459 10186 28924 16895 10187 28925 3867 10185 28926 10458 10188 28927 10457 10182 28928 3867 10185 28929 10457 10182 28930 16873 10113 28931 3868 10189 28932 10428 10122 28933 16876 10190 28934 3868 10189 28935 10461 10191 28936 10460 10192 28937 3868 10189 28938 10460 10192 28939 16895 10187 28940 3868 10189 28941 10459 10186 28942 10428 10122 28943 3869 10193 28944 11256 10178 28945 16893 10184 28946 3869 10193 28947 10462 10194 28948 16897 10195 28949 3869 10193 28950 11257 10196 28951 11237 10197 28952 3869 10193 28953 11237 10197 28954 17332 10179 28955 3870 10198 28956 10456 10183 28957 16894 10199 28958 3870 10198 28959 10464 10200 28960 16898 10201 28961 3870 10198 28962 10463 10202 28963 16897 10195 28964 3870 10198 28965 10462 10194 28966 10456 10183 28967 3871 10203 28968 10458 10188 28969 10466 10204 28970 3871 10203 28971 10466 10204 28972 16899 10205 28973 3871 10203 28974 10465 10206 28975 10464 10200 28976 3871 10203 28977 10464 10200 28978 16894 10199 28979 3872 10207 28980 10460 10192 28981 16896 10208 28982 3872 10207 28983 10468 10209 28984 16900 10210 28985 3872 10207 28986 10467 10211 28987 10466 10204 28988 3872 10207 28989 10466 10204 28990 10460 10192 28991 3873 10212 28992 10463 10202 28993 10471 10213 28994 3873 10212 28995 10471 10213 28996 16902 10214 28997 3873 10212 28998 10470 10215 28999 10469 10216 29000 3873 10212 29001 10469 10216 29002 16897 10195 29003 3874 10217 29004 10465 10206 29005 10473 10218 29006 3874 10217 29007 10473 10218 29008 16903 10219 29009 3874 10217 29010 10472 10220 29011 10471 10213 29012 3874 10217 29013 10471 10213 29014 16898 10201 29015 3875 10221 29016 10467 10211 29017 10475 10222 29018 3875 10221 29019 10475 10222 29020 16904 10223 29021 3875 10221 29022 10474 10224 29023 10473 10218 29024 3875 10221 29025 10473 10218 29026 16899 10205 29027 3876 10225 29028 11258 10226 29029 11238 10227 29030 3876 10225 29031 11238 10227 29032 11259 10228 29033 3876 10225 29034 11259 10228 29035 10475 10222 29036 3876 10225 29037 10475 10222 29038 16900 10210 29039 3877 10229 29040 10477 10118 29041 10416 10230 29042 3877 10229 29043 10416 10230 29044 16865 10151 29045 3878 10231 29046 11252 10232 29047 16863 10233 29048 3879 10234 29049 10483 10235 29050 10416 10230 29051 3879 10234 29052 10416 10230 29053 10490 10236 29054 3879 10234 29055 10490 10236 29056 16914 10237 29057 3879 10234 29058 10489 10238 29059 10483 10235 29060 3880 10239 29061 10490 10236 29062 10415 10111 29063 3880 10239 29064 10415 10111 29065 16860 10105 29066 3880 10239 29067 10481 10240 29068 10488 10241 29069 3880 10239 29070 10488 10241 29071 16914 10237 29072 3881 10242 29073 10491 10243 29074 16871 10139 29075 3881 10242 29076 10417 10138 29077 16866 10143 29078 3881 10242 29079 10801 10244 29080 16915 10245 29081 3882 10246 29082 10484 10247 29083 16908 10248 29084 3882 10246 29085 10800 10249 29086 10801 10244 29087 3882 10246 29088 10801 10244 29089 10418 10142 29090 3882 10246 29091 10418 10142 29092 10484 10247 29093 3883 10250 29094 10485 10251 29095 10492 10252 29096 3883 10250 29097 10492 10252 29098 10484 10247 29099 3883 10250 29100 10484 10247 29101 16867 10147 29102 3883 10250 29103 10419 10146 29104 16868 10158 29105 3884 10253 29106 10483 10235 29107 16907 10254 29108 3884 10253 29109 10493 10255 29110 10486 10256 29111 3884 10253 29112 10486 10256 29113 16869 10161 29114 3884 10253 29115 10420 10152 29116 10483 10235 29117 3885 10257 29118 10487 10258 29119 10494 10259 29120 3885 10257 29121 10494 10259 29122 16909 10260 29123 3885 10257 29124 10485 10251 29125 10421 10157 29126 3885 10257 29127 10421 10157 29128 10487 10258 29129 3886 10261 29130 10486 10256 29131 10495 10262 29132 3886 10261 29133 10495 10262 29134 16911 10263 29135 3886 10261 29136 10487 10258 29137 16870 10156 29138 3886 10261 29139 10422 10162 29140 10486 10256 29141 3887 10264 29142 10496 10265 29143 16877 10125 29144 3887 10264 29145 10502 10266 29146 10501 10267 29147 3887 10264 29148 10501 10267 29149 16921 10268 29150 3887 10264 29151 10500 10269 29152 10496 10265 29153 3888 10270 29154 11254 10271 29155 11239 10272 29156 3888 10270 29157 11239 10272 29158 11261 10273 29159 3888 10270 29160 11261 10273 29161 10504 10274 29162 3888 10270 29163 10504 10274 29164 11254 10271 29165 3889 10275 29166 10495 10262 29167 16910 10276 29168 3889 10275 29169 10511 10277 29170 10510 10278 29171 3889 10275 29172 10510 10278 29173 16927 10279 29174 3889 10275 29175 10509 10280 29176 10495 10262 29177 3890 10281 29178 10494 10259 29179 16911 10263 29180 3890 10281 29181 10509 10280 29182 10513 10282 29183 3890 10281 29184 10513 10282 29185 10512 10283 29186 3890 10281 29187 10512 10283 29188 10494 10259 29189 3891 10284 29190 10493 10255 29191 16907 10254 29192 3891 10284 29193 10515 10285 29194 10514 10286 29195 3891 10284 29196 10514 10286 29197 16926 10287 29198 3891 10284 29199 10511 10277 29200 10493 10255 29201 3892 10288 29202 10489 10238 29203 10519 10289 29204 3892 10288 29205 10519 10289 29206 16933 10290 29207 3892 10288 29208 10518 10291 29209 10515 10285 29210 3892 10288 29211 10515 10285 29212 16907 10254 29213 3893 10292 29214 10488 10241 29215 10521 10293 29216 3893 10292 29217 10521 10293 29218 16934 10294 29219 3893 10292 29220 10520 10295 29221 10519 10289 29222 3893 10292 29223 10519 10289 29224 16914 10237 29225 3894 10296 29226 10480 10297 29227 16854 10096 29228 3894 10296 29229 10523 10298 29230 10522 10299 29231 3894 10296 29232 10522 10299 29233 16934 10294 29234 3894 10296 29235 10521 10293 29236 10480 10297 29237 3895 10300 29238 10414 10301 29239 16857 10302 29240 3895 10300 29241 10526 10303 29242 10525 10304 29243 3895 10300 29244 10525 10304 29245 10524 10305 29246 3895 10300 29247 10524 10305 29248 10414 10301 29249 3896 10306 29250 10413 10098 29251 16862 10307 29252 3896 10306 29253 10524 10305 29254 16937 10308 29255 3896 10306 29256 10528 10309 29257 10527 10310 29258 3896 10306 29259 10527 10310 29260 16856 10099 29261 3897 10311 29262 10412 10095 29263 10527 10310 29264 3897 10311 29265 10527 10310 29266 16938 10312 29267 3897 10311 29268 10531 10313 29269 10523 10298 29270 3897 10311 29271 10523 10298 29272 16854 10096 29273 3898 10314 29274 10540 10315 29275 10498 10316 29276 3898 10314 29277 10498 10316 29278 10543 10317 29279 3898 10314 29280 10543 10317 29281 16944 10318 29282 3898 10314 29283 10552 10319 29284 16943 10320 29285 3899 10321 29286 10541 10322 29287 10552 10319 29288 3899 10321 29289 10552 10319 29290 10542 10323 29291 3899 10321 29292 10542 10323 29293 10497 10324 29294 3899 10321 29295 10497 10324 29296 16917 10325 29297 3900 10326 29298 10539 10327 29299 10553 10328 29300 3900 10326 29301 10553 10328 29302 16945 10329 29303 3900 10326 29304 10544 10330 29305 10498 10316 29306 3900 10326 29307 10498 10316 29308 16913 10331 29309 3901 10332 29310 10538 10333 29311 10500 10269 29312 3901 10332 29313 10500 10269 29314 10546 10334 29315 3901 10332 29316 10546 10334 29317 10554 10335 29318 3901 10332 29319 10554 10335 29320 16941 10336 29321 3902 10337 29322 10537 10338 29323 10554 10335 29324 3902 10337 29325 10554 10335 29326 10545 10339 29327 3902 10337 29328 10545 10339 29329 10499 10340 29330 3902 10337 29331 10499 10340 29332 16912 10341 29333 3903 10342 29334 10555 10343 29335 16947 10344 29336 3903 10342 29337 10556 10345 29338 16879 10346 29339 3903 10342 29340 10434 10347 29341 16880 10348 29342 3904 10349 29343 10547 10350 29344 10503 10351 29345 3904 10349 29346 10503 10351 29347 16879 10346 29348 3904 10349 29349 10556 10345 29350 10547 10350 29351 3905 10352 29352 10548 10353 29353 16947 10344 29354 3905 10352 29355 10555 10343 29356 10504 10274 29357 3905 10352 29358 10504 10274 29359 16924 10354 29360 3906 10355 29361 10549 10356 29362 16948 10357 29363 3906 10355 29364 10557 10358 29365 16879 10346 29366 3906 10355 29367 10503 10351 29368 16923 10359 29369 3907 10360 29370 10558 10361 29371 16949 10362 29372 3907 10360 29373 10559 10363 29374 16877 10125 29375 3907 10360 29376 10432 10131 29377 16878 10135 29378 3908 10364 29379 10550 10365 29380 16922 10366 29381 3908 10364 29382 10502 10266 29383 16877 10125 29384 3908 10364 29385 10559 10363 29386 10550 10365 29387 3909 10367 29388 10551 10368 29389 16949 10362 29390 3909 10367 29391 10558 10361 29392 16878 10135 29393 3909 10367 29394 10505 10369 29395 10551 10368 29396 3910 10370 29397 10573 10371 29398 16952 10372 29399 3910 10370 29400 10574 10373 29401 10492 10252 29402 3910 10370 29403 10492 10252 29404 10573 10371 29405 3911 10374 29406 10567 10375 29407 16930 10376 29408 3911 10374 29409 10516 10377 29410 16908 10248 29411 3911 10374 29412 10574 10373 29413 10567 10375 29414 3912 10378 29415 10566 10379 29416 10573 10371 29417 3912 10378 29418 10573 10371 29419 16909 10260 29420 3912 10378 29421 10512 10283 29422 16928 10380 29423 3913 10381 29424 10575 10382 29425 16953 10383 29426 3913 10381 29427 10798 10384 29428 10800 10249 29429 3913 10381 29430 10800 10249 29431 16908 10248 29432 3914 10385 29433 10569 10386 29434 16931 10387 29435 3914 10385 29436 10799 10388 29437 16915 10245 29438 3914 10385 29439 10798 10384 29440 10569 10386 29441 3915 10389 29442 10568 10390 29443 10575 10382 29444 3915 10389 29445 10575 10382 29446 16908 10248 29447 3915 10389 29448 10516 10377 29449 16930 10376 29450 3916 10391 29451 10565 10392 29452 16951 10393 29453 3916 10391 29454 10576 10394 29455 10570 10395 29456 3916 10391 29457 10570 10395 29458 16940 10396 29459 3916 10391 29460 10530 10397 29461 10565 10392 29462 3917 10398 29463 10563 10399 29464 16855 10400 29465 3917 10398 29466 10530 10397 29467 10572 10401 29468 3917 10398 29469 10572 10401 29470 16955 10402 29471 3917 10398 29472 10577 10403 29473 10563 10399 29474 3918 10404 29475 10564 10405 29476 16950 10406 29477 3918 10404 29478 10577 10403 29479 10571 10407 29480 3918 10404 29481 10571 10407 29482 16936 10408 29483 3918 10404 29484 10526 10303 29485 10564 10405 29486 3919 10409 29487 10580 10410 29488 10545 10339 29489 3919 10409 29490 10545 10339 29491 10582 10411 29492 3919 10409 29493 10582 10411 29494 10581 10412 29495 3919 10409 29496 10581 10412 29497 16957 10413 29498 3920 10414 29499 10583 10415 29500 16925 10416 29501 3920 10414 29502 10508 10417 29503 10580 10410 29504 3920 10414 29505 10580 10410 29506 10584 10418 29507 3920 10414 29508 10584 10418 29509 10583 10415 29510 3921 10419 29511 10585 10420 29512 10551 10368 29513 3921 10419 29514 10551 10368 29515 10583 10415 29516 3921 10419 29517 10583 10415 29518 16958 10421 29519 3921 10419 29520 10586 10422 29521 10585 10420 29522 3922 10423 29523 10588 10424 29524 10546 10334 29525 3922 10423 29526 10546 10334 29527 16921 10268 29528 3922 10423 29529 10590 10425 29530 10589 10426 29531 3922 10423 29532 10589 10426 29533 16961 10427 29534 3923 10428 29535 10591 10429 29536 10562 10430 29537 3923 10428 29538 10562 10430 29539 10588 10424 29540 3923 10428 29541 10588 10424 29542 10592 10431 29543 3923 10428 29544 10592 10431 29545 10591 10429 29546 3924 10432 29547 10593 10433 29548 10550 10365 29549 3924 10432 29550 10550 10365 29551 10591 10429 29552 3924 10432 29553 10591 10429 29554 16962 10434 29555 3924 10432 29556 10594 10435 29557 16963 10436 29558 3925 10437 29559 10590 10425 29560 10501 10267 29561 3925 10437 29562 10501 10267 29563 16922 10366 29564 3925 10437 29565 10593 10433 29566 10595 10438 29567 3925 10437 29568 10595 10438 29569 10590 10425 29570 3926 10439 29571 10596 10440 29572 10549 10356 29573 3926 10439 29574 10549 10356 29575 10598 10441 29576 3926 10439 29577 10598 10441 29578 16964 10442 29579 3926 10439 29580 10597 10443 29581 16965 10444 29582 3927 10445 29583 10599 10446 29584 10561 10447 29585 3927 10445 29586 10561 10447 29587 10596 10440 29588 3927 10445 29589 10596 10440 29590 16965 10444 29591 3927 10445 29592 10600 10448 29593 10599 10446 29594 3928 10449 29595 10601 10450 29596 10544 10330 29597 3928 10449 29598 10544 10330 29599 10599 10446 29600 3928 10449 29601 10599 10446 29602 10602 10451 29603 3928 10449 29604 10602 10451 29605 16967 10452 29606 3929 10453 29607 10598 10441 29608 16923 10359 29609 3929 10453 29610 10507 10454 29611 10601 10450 29612 3929 10453 29613 10601 10450 29614 16967 10452 29615 3929 10453 29616 10603 10455 29617 10598 10441 29618 3930 10456 29619 10604 10457 29620 10542 10323 29621 3930 10456 29622 10542 10323 29623 10606 10458 29624 3930 10456 29625 10606 10458 29626 16968 10459 29627 3930 10456 29628 10605 10460 29629 10604 10457 29630 3931 10461 29631 10607 10462 29632 10506 10463 29633 3931 10461 29634 10506 10463 29635 16918 10464 29636 3931 10461 29637 10604 10457 29638 10608 10465 29639 3931 10461 29640 10608 10465 29641 16970 10466 29642 3932 10467 29643 10609 10468 29644 10548 10353 29645 3932 10467 29646 10548 10353 29647 16924 10354 29648 3932 10467 29649 10607 10462 29650 16970 10466 29651 3932 10467 29652 10610 10469 29653 16971 10470 29654 3933 10471 29655 10606 10458 29656 10560 10472 29657 3933 10471 29658 10560 10472 29659 16947 10344 29660 3933 10471 29661 10609 10468 29662 10611 10473 29663 3933 10471 29664 10611 10473 29665 10606 10458 29666 3934 10474 29667 10612 10475 29668 10543 10317 29669 3934 10474 29670 10543 10317 29671 10614 10476 29672 3934 10474 29673 10614 10476 29674 16972 10477 29675 3934 10474 29676 10613 10478 29677 10612 10475 29678 3935 10479 29679 10615 10480 29680 10560 10472 29681 3935 10479 29682 10560 10472 29683 10612 10475 29684 3935 10479 29685 10612 10475 29686 10616 10481 29687 3935 10479 29688 10616 10481 29689 10615 10480 29690 3936 10482 29691 10617 10483 29692 16923 10359 29693 3936 10482 29694 10547 10350 29695 16947 10344 29696 3936 10482 29697 10615 10480 29698 16974 10484 29699 3936 10482 29700 10618 10485 29701 16975 10486 29702 3937 10487 29703 10614 10476 29704 16919 10488 29705 3937 10487 29706 10507 10454 29707 10617 10483 29708 3937 10487 29709 10617 10483 29710 10619 10489 29711 3937 10487 29712 10619 10489 29713 10614 10476 29714 3938 10490 29715 10620 10491 29716 10506 10463 29717 3938 10490 29718 10506 10463 29719 10622 10492 29720 3938 10490 29721 10622 10492 29722 16976 10493 29723 3938 10490 29724 10621 10494 29725 16977 10495 29726 3939 10496 29727 10623 10497 29728 10569 10386 29729 3939 10496 29730 10569 10386 29731 10625 10498 29732 3939 10496 29733 10625 10498 29734 16978 10499 29735 3939 10496 29736 10624 10500 29737 10623 10497 29738 3940 10501 29739 10625 10498 29740 10579 10502 29741 3940 10501 29742 10579 10502 29743 10627 10503 29744 3940 10501 29745 10627 10503 29746 10629 10504 29747 3940 10501 29748 10629 10504 29749 16978 10499 29750 3941 10505 29751 10630 10506 29752 16953 10383 29753 3941 10505 29754 10568 10390 29755 10632 10507 29756 3941 10505 29757 10632 10507 29758 16982 10508 29759 3941 10505 29760 10631 10509 29761 10630 10506 29762 3942 10510 29763 10633 10511 29764 10579 10502 29765 3942 10510 29766 10579 10502 29767 16953 10383 29768 3942 10510 29769 10630 10506 29770 10634 10512 29771 3942 10510 29772 10634 10512 29773 16984 10513 29774 3943 10514 29775 10635 10515 29776 10570 10395 29777 3943 10514 29778 10570 10395 29779 10633 10511 29780 3943 10514 29781 10633 10511 29782 16984 10513 29783 3943 10514 29784 10636 10516 29785 16985 10517 29786 3944 10518 29787 10632 10507 29788 10536 10519 29789 3944 10518 29790 10536 10519 29791 10635 10515 29792 3944 10518 29793 10635 10515 29794 10637 10520 29795 3944 10518 29796 10637 10520 29797 16982 10508 29798 3945 10521 29799 10638 10522 29800 10567 10375 29801 3945 10521 29802 10567 10375 29803 10640 10523 29804 3945 10521 29805 10640 10523 29806 16986 10524 29807 3945 10521 29808 10639 10525 29809 16987 10526 29810 3946 10527 29811 10641 10528 29812 10536 10519 29813 3946 10527 29814 10536 10519 29815 16930 10376 29816 3946 10527 29817 10638 10522 29818 10642 10529 29819 3946 10527 29820 10642 10529 29821 16988 10530 29822 3947 10531 29823 10643 10532 29824 10572 10401 29825 3947 10531 29826 10572 10401 29827 10641 10528 29828 3947 10531 29829 10641 10528 29830 16988 10530 29831 3947 10531 29832 10644 10533 29833 10643 10532 29834 3948 10534 29835 10640 10523 29836 10578 10535 29837 3948 10534 29838 10578 10535 29839 10643 10532 29840 3948 10534 29841 10643 10532 29842 16989 10536 29843 3948 10534 29844 10645 10537 29845 16986 10524 29846 3949 10538 29847 10646 10539 29848 10566 10379 29849 3949 10538 29850 10566 10379 29851 10648 10540 29852 3949 10538 29853 10648 10540 29854 16990 10541 29855 3949 10538 29856 10647 10542 29857 16991 10543 29858 3950 10544 29859 10649 10545 29860 10578 10535 29861 3950 10544 29862 10578 10535 29863 10646 10539 29864 3950 10544 29865 10646 10539 29866 10650 10546 29867 3950 10544 29868 10650 10546 29869 16992 10547 29870 3951 10548 29871 10651 10549 29872 10571 10407 29873 3951 10548 29874 10571 10407 29875 10649 10545 29876 3951 10548 29877 10649 10545 29878 16992 10547 29879 3951 10548 29880 10652 10550 29881 10651 10549 29882 3952 10551 29883 10648 10540 29884 10534 10552 29885 3952 10551 29886 10534 10552 29887 10651 10549 29888 3952 10551 29889 10651 10549 29890 16993 10553 29891 3952 10551 29892 10653 10554 29893 16990 10541 29894 3953 10555 29895 10654 10556 29896 10657 10557 29897 3954 10558 29898 10656 10559 29899 11262 10560 29900 3954 10558 29901 11262 10560 29902 17339 10561 29903 3954 10558 29904 11248 10562 29905 10659 10563 29906 3954 10558 29907 10659 10563 29908 10656 10559 29909 3955 10564 29910 10660 10565 29911 10535 10566 29912 3955 10564 29913 10535 10566 29914 10662 10567 29915 3955 10564 29916 10662 10567 29917 10661 10568 29918 3955 10564 29919 10661 10568 29920 16998 10569 29921 3956 10570 29922 10663 10571 29923 10514 10286 29924 3956 10570 29925 10514 10286 29926 10660 10565 29927 3956 10570 29928 10660 10565 29929 16998 10569 29930 3956 10570 29931 10664 10572 29932 10663 10571 29933 3957 10573 29934 10665 10574 29935 10532 10575 29936 3957 10573 29937 10532 10575 29938 10663 10571 29939 3957 10573 29940 10663 10571 29941 10666 10576 29942 3957 10573 29943 10666 10576 29944 10665 10574 29945 3958 10577 29946 10662 10567 29947 10531 10313 29948 3958 10577 29949 10531 10313 29950 10665 10574 29951 3958 10577 29952 10665 10574 29953 17000 10578 29954 3958 10577 29955 10667 10579 29956 16997 10580 29957 3959 10581 29958 10668 10582 29959 10533 10583 29960 3959 10581 29961 10533 10583 29962 10670 10584 29963 3959 10581 29964 10670 10584 29965 10669 10585 29966 3959 10581 29967 10669 10585 29968 17002 10586 29969 3960 10587 29970 10671 10588 29971 10513 10282 29972 3960 10587 29973 10513 10282 29974 10668 10582 29975 3960 10587 29976 10668 10582 29977 10672 10589 29978 3960 10587 29979 10672 10589 29980 17003 10590 29981 3961 10591 29982 10673 10592 29983 10534 10552 29984 3961 10591 29985 10534 10552 29986 10671 10588 29987 3961 10591 29988 10671 10588 29989 17003 10590 29990 3961 10591 29991 10674 10593 29992 10673 10592 29993 3962 10594 29994 10670 10584 29995 10525 10304 29996 3962 10594 29997 10525 10304 29998 10673 10592 29999 3962 10594 30000 10673 10592 30001 17004 10595 30002 3962 10594 30003 10675 10596 30004 17001 10597 30005 3963 10598 30006 10676 10599 30007 10532 10575 30008 3963 10598 30009 10532 10575 30010 10678 10600 30011 3963 10598 30012 10678 10600 30013 10677 10601 30014 3963 10598 30015 10677 10601 30016 17006 10602 30017 3964 10603 30018 10679 10604 30019 10510 10278 30020 3964 10603 30021 10510 10278 30022 10676 10599 30023 3964 10603 30024 10676 10599 30025 17006 10602 30026 3964 10603 30027 10680 10605 30028 17007 10606 30029 3965 10607 30030 10681 10608 30031 10533 10583 30032 3965 10607 30033 10533 10583 30034 10679 10604 30035 3965 10607 30036 10679 10604 30037 10682 10609 30038 3965 10607 30039 10682 10609 30040 10681 10608 30041 3966 10610 30042 10678 10600 30043 10528 10309 30044 3966 10610 30045 10528 10309 30046 10681 10608 30047 3966 10610 30048 10681 10608 30049 17008 10611 30050 3966 10610 30051 10683 10612 30052 17005 10613 30053 3967 10614 30054 10684 10615 30055 17006 10602 30056 3967 10614 30057 10677 10601 30058 17005 10613 30059 3967 10614 30060 10686 10616 30061 10685 10617 30062 3967 10614 30063 10685 10617 30064 10684 10615 30065 3968 10618 30066 10687 10619 30067 10680 10605 30068 3968 10618 30069 10680 10605 30070 10684 10615 30071 3968 10618 30072 10684 10615 30073 17010 10620 30074 3968 10618 30075 10688 10621 30076 17011 10622 30077 3969 10623 30078 10689 10624 30079 17008 10611 30080 3969 10623 30081 10682 10609 30082 17007 10606 30083 3969 10623 30084 10687 10619 30085 10690 10625 30086 3969 10623 30087 10690 10625 30088 10689 10624 30089 3970 10626 30090 10686 10616 30091 10683 10612 30092 3970 10626 30093 10683 10612 30094 10689 10624 30095 3970 10626 30096 10689 10624 30097 17012 10627 30098 3970 10626 30099 10691 10628 30100 17009 10629 30101 3971 10630 30102 10692 10631 30103 10669 10585 30104 3971 10630 30105 10669 10585 30106 17001 10597 30107 3971 10630 30108 10694 10632 30109 10693 10633 30110 3971 10630 30111 10693 10633 30112 17014 10634 30113 3972 10635 30114 10695 10636 30115 10672 10589 30116 3972 10635 30117 10672 10589 30118 17002 10586 30119 3972 10635 30120 10692 10631 30121 10696 10637 30122 3972 10635 30123 10696 10637 30124 17015 10638 30125 3973 10639 30126 10697 10640 30127 17004 10595 30128 3973 10639 30129 10674 10593 30130 17003 10590 30131 3973 10639 30132 10695 10636 30133 10698 10641 30134 3973 10639 30135 10698 10641 30136 10697 10640 30137 3974 10642 30138 10694 10632 30139 17001 10597 30140 3974 10642 30141 10675 10596 30142 10697 10640 30143 3974 10642 30144 10697 10640 30145 17016 10643 30146 3974 10642 30147 10699 10644 30148 10694 10632 30149 3975 10645 30150 10700 10646 30151 16998 10569 30152 3975 10645 30153 10661 10568 30154 16997 10580 30155 3975 10645 30156 10702 10647 30157 10701 10648 30158 3975 10645 30159 10701 10648 30160 10700 10646 30161 3976 10649 30162 10703 10650 30163 10664 10572 30164 3976 10649 30165 10664 10572 30166 10700 10646 30167 3976 10649 30168 10700 10646 30169 17018 10651 30170 3976 10649 30171 10704 10652 30172 17019 10653 30173 3977 10654 30174 10705 10655 30175 17000 10578 30176 3977 10654 30177 10666 10576 30178 16999 10656 30179 3977 10654 30180 10703 10650 30181 10706 10657 30182 3977 10654 30183 10706 10657 30184 10705 10655 30185 3978 10658 30186 10702 10647 30187 10667 10579 30188 3978 10658 30189 10667 10579 30190 10705 10655 30191 3978 10658 30192 10705 10655 30193 17020 10659 30194 3978 10658 30195 10707 10660 30196 17017 10661 30197 3979 10662 30198 10708 10663 30199 10655 10664 30200 3979 10662 30201 10655 10664 30202 10710 10665 30203 3979 10662 30204 10710 10665 30205 17021 10666 30206 3979 10662 30207 10709 10667 30208 17022 10668 30209 3980 10669 30210 10657 10557 30211 16995 10670 30212 3981 10671 30213 10711 10672 30214 10658 10673 30215 3981 10671 30216 10712 10674 30217 10711 10672 30218 3982 10675 30219 10710 10665 30220 16994 10676 30221 3982 10675 30222 10659 10563 30223 16996 10677 30224 3982 10675 30225 10711 10672 30226 10713 10678 30227 3982 10675 30228 10713 10678 30229 17021 10666 30230 3983 10679 30231 10714 10680 30232 10647 10542 30233 3983 10679 30234 10647 10542 30235 16990 10541 30236 3983 10679 30237 10716 10681 30238 10715 10682 30239 3983 10679 30240 10715 10682 30241 17026 10683 30242 3984 10684 30243 10717 10685 30244 16992 10547 30245 3984 10684 30246 10650 10546 30247 10714 10680 30248 3984 10684 30249 10714 10680 30250 17026 10683 30251 3984 10684 30252 10718 10686 30253 10717 10685 30254 3985 10687 30255 10719 10688 30256 16993 10553 30257 3985 10687 30258 10652 10550 30259 10717 10685 30260 3985 10687 30261 10717 10685 30262 17027 10689 30263 3985 10687 30264 10720 10690 30265 17028 10691 30266 3986 10692 30267 10716 10681 30268 10653 10554 30269 3986 10692 30270 10653 10554 30271 16993 10553 30272 3986 10692 30273 10719 10688 30274 10721 10693 30275 3986 10692 30276 10721 10693 30277 17025 10694 30278 3987 10695 30279 10722 10696 30280 10639 10525 30281 3987 10695 30282 10639 10525 30283 10724 10697 30284 3987 10695 30285 10724 10697 30286 17029 10698 30287 3987 10695 30288 10723 10699 30289 17030 10700 30290 3988 10701 30291 10725 10702 30292 16988 10530 30293 3988 10701 30294 10642 10529 30295 16987 10526 30296 3988 10701 30297 10722 10696 30298 10726 10703 30299 3988 10701 30300 10726 10703 30301 10725 10702 30302 3989 10704 30303 10727 10705 30304 10644 10533 30305 3989 10704 30306 10644 10533 30307 10725 10702 30308 3989 10704 30309 10725 10702 30310 17031 10706 30311 3989 10704 30312 10728 10707 30313 17032 10708 30314 3990 10709 30315 10724 10697 30316 16986 10524 30317 3990 10709 30318 10645 10537 30319 16989 10536 30320 3990 10709 30321 10727 10705 30322 10729 10710 30323 3990 10709 30324 10729 10710 30325 10724 10697 30326 3991 10711 30327 10730 10712 30328 10631 10509 30329 3991 10711 30330 10631 10509 30331 16982 10508 30332 3991 10711 30333 10732 10713 30334 10731 10714 30335 3991 10711 30336 10731 10714 30337 17034 10715 30338 3992 10716 30339 10733 10717 30340 16984 10513 30341 3992 10716 30342 10634 10512 30343 16983 10718 30344 3992 10716 30345 10730 10712 30346 10734 10719 30347 3992 10716 30348 10734 10719 30349 10733 10717 30350 3993 10720 30351 10735 10721 30352 16985 10517 30353 3993 10720 30354 10636 10516 30355 10733 10717 30356 3993 10720 30357 10733 10717 30358 17035 10722 30359 3993 10720 30360 10736 10723 30361 10735 10721 30362 3994 10724 30363 10732 10713 30364 10637 10520 30365 3994 10724 30366 10637 10520 30367 16985 10517 30368 3994 10724 30369 10735 10721 30370 10737 10725 30371 3994 10724 30372 10737 10725 30373 17033 10726 30374 3995 10727 30375 10738 10728 30376 10624 10500 30377 3995 10727 30378 10624 10500 30379 10740 10729 30380 3995 10727 30381 10740 10729 30382 17037 10730 30383 3995 10727 30384 10739 10731 30385 17038 10732 30386 3996 10733 30387 10741 10734 30388 16980 10735 30389 3996 10733 30390 10626 10736 30391 16979 10737 30392 3996 10733 30393 10738 10728 30394 10742 10738 30395 3996 10733 30396 10742 10738 30397 10741 10734 30398 3997 10739 30399 10743 10740 30400 10628 10741 30401 3997 10739 30402 10628 10741 30403 10741 10734 30404 3997 10739 30405 10741 10734 30406 17039 10742 30407 3997 10739 30408 10744 10743 30409 17040 10744 30410 3998 10745 30411 10740 10729 30412 16978 10499 30413 3998 10745 30414 10629 10504 30415 16981 10746 30416 3998 10745 30417 10743 10740 30418 10745 10747 30419 3998 10745 30420 10745 10747 30421 10740 10729 30422 3999 10748 30423 10746 10749 30424 16977 10495 30425 3999 10748 30426 10621 10494 30427 10748 10750 30428 3999 10748 30429 10748 10750 30430 17041 10751 30431 3999 10748 30432 10747 10752 30433 10746 10749 30434 4000 10753 30435 10752 10754 30436 16973 10755 30437 4000 10753 30438 10613 10478 30439 10754 10756 30440 4000 10753 30441 10754 10756 30442 17045 10757 30443 4000 10753 30444 10753 10758 30445 10752 10754 30446 4001 10759 30447 10755 10760 30448 16974 10484 30449 4001 10759 30450 10616 10481 30451 16973 10755 30452 4001 10759 30453 10752 10754 30454 10756 10761 30455 4001 10759 30456 10756 10761 30457 17047 10762 30458 4002 10763 30459 10757 10764 30460 10618 10485 30461 4002 10763 30462 10618 10485 30463 16974 10484 30464 4002 10763 30465 10755 10760 30466 10758 10765 30467 4002 10763 30468 10758 10765 30469 17048 10766 30470 4003 10767 30471 10754 10756 30472 16972 10477 30473 4003 10767 30474 10619 10489 30475 10757 10764 30476 4003 10767 30477 10757 10764 30478 17048 10766 30479 4003 10767 30480 10759 10768 30481 10754 10756 30482 4004 10769 30483 10760 10770 30484 16969 10771 30485 4004 10769 30486 10605 10460 30487 10762 10772 30488 4004 10769 30489 10762 10772 30490 17049 10773 30491 4004 10769 30492 10761 10774 30493 10760 10770 30494 4005 10775 30495 10763 10776 30496 10608 10465 30497 4005 10775 30498 10608 10465 30499 16969 10771 30500 4005 10775 30501 10760 10770 30502 10764 10777 30503 4005 10775 30504 10764 10777 30505 17051 10778 30506 4006 10779 30507 10765 10780 30508 10610 10469 30509 4006 10779 30510 10610 10469 30511 10763 10776 30512 4006 10779 30513 10763 10776 30514 17051 10778 30515 4006 10779 30516 10766 10781 30517 17052 10782 30518 4007 10783 30519 10762 10772 30520 16968 10459 30521 4007 10783 30522 10611 10473 30523 16971 10470 30524 4007 10783 30525 10765 10780 30526 10767 10784 30527 4007 10783 30528 10767 10784 30529 10762 10772 30530 4008 10785 30531 10768 10786 30532 16965 10444 30533 4008 10785 30534 10597 10443 30535 10770 10787 30536 4008 10785 30537 10770 10787 30538 17053 10788 30539 4008 10785 30540 10769 10789 30541 10768 10786 30542 4009 10790 30543 10771 10791 30544 10600 10448 30545 4009 10790 30546 10600 10448 30547 10768 10786 30548 4009 10790 30549 10768 10786 30550 17054 10792 30551 4009 10790 30552 10772 10793 30553 17055 10794 30554 4010 10795 30555 10773 10796 30556 10602 10451 30557 4010 10795 30558 10602 10451 30559 16966 10797 30560 4010 10795 30561 10771 10791 30562 10774 10798 30563 4010 10795 30564 10774 10798 30565 17056 10799 30566 4011 10800 30567 10770 10787 30568 16964 10442 30569 4011 10800 30570 10603 10455 30571 10773 10796 30572 4011 10800 30573 10773 10796 30574 10775 10801 30575 4011 10800 30576 10775 10801 30577 10770 10787 30578 4012 10802 30579 10776 10803 30580 10589 10426 30581 4012 10802 30582 10589 10426 30583 10778 10804 30584 4012 10802 30585 10778 10804 30586 17057 10805 30587 4012 10802 30588 10777 10806 30589 17058 10807 30590 4013 10808 30591 10779 10809 30592 16962 10434 30593 4013 10808 30594 10592 10431 30595 16961 10427 30596 4013 10808 30597 10776 10803 30598 10780 10810 30599 4013 10808 30600 10780 10810 30601 10779 10809 30602 4014 10811 30603 10781 10812 30604 10594 10435 30605 4014 10811 30606 10594 10435 30607 10779 10809 30608 4014 10811 30609 10779 10809 30610 17059 10813 30611 4014 10811 30612 10782 10814 30613 17060 10815 30614 4015 10816 30615 10778 10804 30616 16960 10817 30617 4015 10816 30618 10595 10438 30619 10781 10812 30620 4015 10816 30621 10781 10812 30622 17060 10815 30623 4015 10816 30624 10783 10818 30625 10778 10804 30626 4016 10819 30627 10784 10820 30628 10581 10412 30629 4016 10819 30630 10581 10412 30631 16956 10821 30632 4016 10819 30633 10786 10822 30634 10785 10823 30635 4016 10819 30636 10785 10823 30637 17062 10824 30638 4017 10825 30639 10787 10826 30640 16958 10421 30641 4017 10825 30642 10584 10418 30643 16957 10413 30644 4017 10825 30645 10784 10820 30646 10788 10827 30647 4017 10825 30648 10788 10827 30649 10787 10826 30650 4018 10828 30651 10789 10829 30652 16959 10830 30653 4018 10828 30654 10586 10422 30655 10787 10826 30656 4018 10828 30657 10787 10826 30658 17063 10831 30659 4018 10828 30660 10790 10832 30661 10789 10829 30662 4019 10833 30663 10786 10822 30664 10587 10834 30665 4019 10833 30666 10587 10834 30667 10789 10829 30668 4019 10833 30669 10789 10829 30670 17064 10835 30671 4019 10833 30672 10791 10836 30673 17061 10837 30674 4020 10838 30675 10431 10133 30676 19068 10839 30677 4020 10838 30678 10435 10840 30679 10434 10347 30680 4020 10838 30681 10434 10347 30682 10431 10133 30683 4021 10841 30684 11264 10091 30685 10480 10297 30686 4021 10841 30687 10480 10297 30688 16905 10842 30689 4021 10841 30690 10481 10240 30691 11250 10104 30692 4021 10841 30693 11250 10104 30694 17322 10843 30695 4022 10844 30696 10793 10845 30697 11263 10846 30698 4022 10844 30699 11263 10846 30700 17340 10847 30701 4022 10844 30702 11242 10848 30703 11265 10849 30704 4022 10844 30705 11265 10849 30706 17065 10850 30707 4023 10851 30708 10576 10394 30709 10793 10845 30710 4023 10851 30711 10793 10845 30712 17065 10850 30713 4023 10851 30714 10794 10852 30715 10795 10853 30716 4023 10851 30717 10795 10853 30718 16954 10854 30719 4024 10855 30720 10792 10856 30721 16858 10857 30722 4024 10855 30723 10529 10858 30724 10796 10859 30725 4024 10855 30726 10796 10859 30727 17066 10860 30728 4024 10855 30729 10794 10852 30730 10792 10856 30731 4025 10861 30732 10627 10503 30733 10795 10853 30734 4025 10861 30735 10795 10853 30736 17066 10860 30737 4025 10861 30738 10797 10862 30739 10628 10741 30740 4025 10861 30741 10628 10741 30742 16981 10746 30743 4026 10863 30744 10803 10864 30745 16931 10387 30746 4026 10863 30747 10623 10497 30748 10626 10736 30749 4026 10863 30750 10626 10736 30751 16980 10735 30752 4026 10863 30753 10797 10862 30754 10803 10864 30755 4027 10865 30756 10654 10556 30757 16932 10866 30758 4027 10865 30759 10802 10867 30760 16939 10868 30761 4027 10865 30762 10656 10559 30763 16994 10676 30764 4027 10865 30765 10655 10664 30766 10654 10556 30767 4028 10869 30768 10803 10864 30769 10806 10870 30770 4028 10869 30771 10806 10870 30772 17068 10871 30773 4028 10869 30774 10805 10872 30775 10804 10873 30776 4028 10869 30777 10804 10873 30778 10803 10864 30779 4029 10874 30780 10802 10867 30781 10809 10875 30782 4029 10874 30783 10809 10875 30784 17069 10876 30785 4029 10874 30786 10808 10877 30787 10807 10878 30788 4029 10874 30789 10807 10878 30790 16939 10868 30791 4030 10879 30792 10796 10859 30793 16939 10868 30794 4030 10879 30795 10807 10878 30796 10810 10880 30797 4030 10879 30798 10810 10880 30799 17068 10871 30800 4030 10879 30801 10806 10870 30802 10796 10859 30803 4031 10881 30804 10810 10880 30805 10813 10882 30806 4031 10881 30807 10813 10882 30808 17072 10883 30809 4031 10881 30810 10812 10884 30811 17071 10885 30812 4031 10881 30813 10811 10886 30814 10810 10880 30815 4032 10887 30816 10808 10877 30817 10814 10888 30818 4032 10887 30819 10814 10888 30820 17074 10889 30821 4032 10887 30822 10816 10890 30823 10813 10882 30824 4032 10887 30825 10813 10882 30826 17070 10891 30827 4033 10892 30828 10805 10872 30829 10811 10886 30830 4033 10892 30831 10811 10886 30832 17071 10885 30833 4033 10892 30834 10817 10893 30835 10815 10894 30836 4033 10892 30837 10815 10894 30838 17067 10895 30839 4034 10896 30840 10820 10897 30841 10826 10898 30842 4034 10896 30843 10826 10898 30844 10825 10899 30845 4034 10896 30846 10825 10899 30847 19078 10900 30848 4035 10901 30849 10826 10898 30850 17078 10902 30851 4035 10901 30852 10829 10903 30853 17082 10904 30854 4035 10901 30855 10828 10905 30856 10827 10906 30857 4035 10901 30858 10827 10906 30859 17081 10907 30860 4036 10908 30861 10824 10909 30862 10827 10906 30863 4036 10908 30864 10827 10906 30865 17083 10910 30866 4036 10908 30867 10831 10911 30868 10830 10912 30869 4036 10908 30870 10830 10912 30871 17080 10913 30872 4037 10914 30873 10823 10915 30874 10830 10912 30875 4037 10914 30876 10830 10912 30877 17084 10916 30878 4037 10914 30879 10833 10917 30880 10832 10918 30881 4037 10914 30882 10832 10918 30883 17079 10919 30884 4038 10920 30885 10822 10921 30886 17079 10919 30887 4038 10920 30888 10832 10918 30889 17085 10922 30890 4038 10920 30891 10835 10923 30892 10834 10924 30893 4038 10920 30894 10834 10924 30895 10822 10921 30896 4039 10925 30897 10821 10926 30898 17077 10927 30899 4039 10925 30900 10837 10928 30901 10836 10929 30902 4039 10925 30903 10836 10929 30904 17082 10904 30905 4039 10925 30906 10829 10903 30907 10821 10926 30908 4040 10930 30909 10818 10931 30910 17076 10932 30911 4040 10930 30912 10834 10924 30913 17086 10933 30914 4040 10930 30915 10838 10934 30916 17087 10935 30917 4040 10930 30918 10837 10928 30919 10818 10931 30920 4041 10936 30921 10838 10934 30922 10841 10937 30923 4041 10936 30924 10841 10937 30925 17089 10938 30926 4041 10936 30927 10840 10939 30928 10839 10940 30929 4041 10936 30930 10839 10940 30931 17087 10935 30932 4042 10941 30933 10836 10929 30934 17087 10935 30935 4042 10941 30936 10839 10940 30937 10843 10942 30938 4042 10941 30939 10843 10942 30940 17090 10943 30941 4042 10941 30942 10842 10944 30943 10836 10929 30944 4043 10945 30945 10835 10923 30946 10845 10946 30947 4043 10945 30948 10845 10946 30949 17091 10947 30950 4043 10945 30951 10844 10948 30952 10841 10937 30953 4043 10945 30954 10841 10937 30955 17086 10933 30956 4044 10949 30957 10833 10917 30958 17084 10916 30959 4044 10949 30960 10847 10950 30961 10846 10951 30962 4044 10949 30963 10846 10951 30964 17091 10947 30965 4044 10949 30966 10845 10946 30967 10833 10917 30968 4045 10952 30969 10831 10911 30970 10849 10953 30971 4045 10952 30972 10849 10953 30973 10848 10954 30974 4045 10952 30975 10848 10954 30976 17092 10955 30977 4045 10952 30978 10847 10950 30979 10831 10911 30980 4046 10956 30981 10828 10905 30982 10842 10944 30983 4046 10956 30984 10842 10944 30985 17090 10943 30986 4046 10956 30987 10850 10957 30988 10849 10953 30989 4046 10956 30990 10849 10953 30991 17083 10910 30992 4047 10958 30993 10851 10959 30994 10499 10340 30995 4047 10958 30996 10499 10340 30997 16920 10960 30998 4047 10958 30999 10853 10961 31000 10859 10962 31001 4047 10958 31002 10859 10962 31003 17094 10963 31004 4048 10964 31005 10852 10965 31006 17094 10963 31007 4048 10964 31008 10859 10962 31009 17095 10966 31010 4048 10964 31011 10854 10967 31012 10553 10328 31013 4048 10964 31014 10553 10328 31015 16942 10968 31016 4049 10969 31017 10857 10970 31018 16878 10135 31019 4049 10969 31020 10433 10134 31021 16879 10346 31022 4049 10969 31023 10860 10971 31024 17097 10972 31025 4050 10973 31026 10858 10974 31027 17097 10972 31028 4050 10973 31029 10860 10971 31030 16879 10346 31031 4050 10973 31032 10557 10358 31033 16948 10357 31034 4051 10975 31035 10856 10976 31036 17096 10977 31037 4051 10975 31038 10861 10978 31039 17097 10972 31040 4051 10975 31041 10858 10974 31042 16948 10357 31043 4052 10979 31044 10855 10980 31045 16925 10416 31046 4052 10979 31047 10505 10369 31048 10857 10970 31049 4052 10979 31050 10857 10970 31051 10861 10978 31052 4052 10979 31053 10861 10978 31054 10855 10980 31055 4053 10981 31056 10508 10417 31057 10865 10982 31058 4053 10981 31059 10865 10982 31060 10864 10983 31061 4053 10981 31062 10864 10983 31063 10863 10984 31064 4053 10981 31065 10863 10984 31066 10508 10417 31067 4054 10985 31068 10853 10961 31069 10863 10984 31070 4054 10985 31071 10863 10984 31072 10867 10986 31073 4054 10985 31074 10867 10986 31075 17100 10987 31076 4054 10985 31077 10866 10988 31078 10853 10961 31079 4055 10989 31080 10855 10980 31081 10869 10990 31082 4055 10989 31083 10869 10990 31084 17101 10991 31085 4055 10989 31086 10868 10992 31087 17099 10993 31088 4055 10989 31089 10865 10982 31090 16925 10416 31091 4056 10994 31092 10869 10990 31093 17096 10977 31094 4056 10994 31095 10862 10995 31096 10866 10988 31097 4056 10994 31098 10866 10988 31099 17100 10987 31100 4056 10994 31101 10870 10996 31102 10869 10990 31103 4057 10997 31104 10854 10967 31105 10874 10998 31106 4057 10997 31107 10874 10998 31108 10873 10999 31109 4057 10997 31110 10873 10999 31111 17102 11000 31112 4057 10997 31113 10872 11001 31114 10854 10967 31115 4058 11002 31116 10874 10998 31117 10862 10995 31118 4058 11002 31119 10862 10995 31120 10875 11003 31121 4058 11002 31122 10875 11003 31123 17105 11004 31124 4058 11002 31125 10877 11005 31126 10874 10998 31127 4059 11006 31128 10864 10983 31129 10880 11007 31130 4059 11006 31131 10880 11007 31132 10879 11008 31133 4059 11006 31134 10879 11008 31135 10878 11009 31136 4059 11006 31137 10878 11009 31138 17098 11010 31139 4060 11011 31140 10867 10986 31141 17098 11010 31142 4060 11011 31143 10878 11009 31144 17106 11012 31145 4060 11011 31146 10882 11013 31147 17108 11014 31148 4060 11011 31149 10881 11015 31150 10867 10986 31151 4061 11016 31152 10868 10992 31153 17101 10991 31154 4061 11016 31155 10884 11017 31156 10883 11018 31157 4061 11016 31158 10883 11018 31159 17107 11019 31160 4061 11016 31161 10880 11007 31162 10868 10992 31163 4062 11020 31164 10870 10996 31165 10881 11015 31166 4062 11020 31167 10881 11015 31168 17108 11014 31169 4062 11020 31170 10885 11021 31171 17109 11022 31172 4062 11020 31173 10884 11017 31174 17101 10991 31175 4063 11023 31176 10871 11024 31177 17102 11000 31178 4063 11023 31179 10888 11025 31180 10887 11026 31181 4063 11023 31182 10887 11026 31183 10886 11027 31184 4063 11023 31185 10886 11027 31186 17103 11028 31187 4064 11029 31188 10873 10999 31189 17104 11030 31190 4064 11029 31191 10890 11031 31192 10889 11032 31193 4064 11029 31194 10889 11032 31195 17110 11033 31196 4064 11029 31197 10888 11025 31198 10873 10999 31199 4065 11034 31200 10876 11035 31201 10886 11027 31202 4065 11034 31203 10886 11027 31204 17111 11036 31205 4065 11034 31206 10892 11037 31207 10891 11038 31208 4065 11034 31209 10891 11038 31210 17105 11004 31211 4066 11039 31212 10877 11005 31213 10891 11038 31214 4066 11039 31215 10891 11038 31216 17113 11040 31217 4066 11039 31218 10893 11041 31219 17112 11042 31220 4066 11039 31221 10890 11031 31222 10877 11005 31223 4067 11043 31224 10561 10447 31225 10872 11001 31226 4067 11043 31227 10872 11001 31228 10871 11024 31229 4067 11043 31230 10871 11024 31231 10894 11044 31232 4067 11043 31233 10894 11044 31234 16948 10357 31235 4068 11045 31236 10856 10976 31237 10894 11044 31238 4068 11045 31239 10894 11044 31240 17103 11028 31241 4068 11045 31242 10876 11035 31243 17105 11004 31244 4068 11045 31245 10875 11003 31246 10856 10976 31247 4069 11046 31248 10587 10834 31249 16956 10821 31250 4069 11046 31251 10582 10411 31252 10562 10430 31253 4069 11046 31254 10562 10430 31255 10585 10420 31256 4069 11046 31257 10585 10420 31258 16959 10830 31259 4070 11047 31260 10535 10566 31261 10897 11048 31262 4070 11047 31263 10897 11048 31264 17114 11049 31265 4070 11047 31266 10896 11050 31267 10895 11051 31268 4070 11047 31269 10895 11051 31270 10535 10566 31271 4071 11052 31272 10522 10299 31273 10895 11051 31274 4071 11052 31275 10895 11051 31276 17115 11053 31277 4071 11052 31278 10899 11054 31279 17116 11055 31280 4071 11052 31281 10898 11056 31282 10522 10299 31283 4072 11057 31284 10520 10295 31285 10898 11056 31286 4072 11057 31287 10898 11056 31288 10901 11058 31289 4072 11057 31290 10901 11058 31291 17117 11059 31292 4072 11057 31293 10900 11060 31294 16933 10290 31295 4073 11061 31296 10518 10291 31297 10900 11060 31298 4073 11061 31299 10900 11060 31300 17117 11059 31301 4073 11061 31302 10902 11062 31303 10897 11048 31304 4073 11061 31305 10897 11048 31306 10518 10291 31307 4074 11063 31308 10902 11062 31309 10905 11064 31310 4074 11063 31311 10905 11064 31312 17119 11065 31313 4074 11063 31314 10904 11066 31315 17118 11067 31316 4074 11063 31317 10903 11068 31318 10902 11062 31319 4075 11069 31320 10901 11058 31321 17116 11055 31322 4075 11069 31323 10907 11070 31324 10906 11071 31325 4075 11069 31326 10906 11071 31327 17119 11065 31328 4075 11069 31329 10905 11064 31330 10901 11058 31331 4076 11072 31332 10899 11054 31333 10909 11073 31334 4076 11072 31335 10909 11073 31336 17121 11074 31337 4076 11072 31338 10908 11075 31339 17120 11076 31340 4076 11072 31341 10907 11070 31342 10899 11054 31343 4077 11077 31344 10896 11050 31345 17114 11049 31346 4077 11077 31347 10903 11068 31348 10910 11078 31349 4077 11077 31350 10910 11078 31351 10909 11073 31352 4077 11077 31353 10909 11073 31354 17115 11053 31355 4078 11079 31356 10920 11080 31357 16876 10190 31358 4078 11079 31359 10479 10126 31360 10911 11081 31361 4078 11079 31362 10911 11081 31363 17122 11082 31364 4078 11079 31365 10919 11083 31366 17130 11084 31367 4079 11085 31368 10914 11086 31369 10921 11087 31370 4079 11085 31371 10921 11087 31372 17122 11082 31373 4079 11085 31374 10911 11081 31375 10496 10265 31376 4079 11085 31377 10496 10265 31378 16916 11088 31379 4080 11089 31380 10915 11090 31381 16941 10336 31382 4080 11089 31383 10537 10338 31384 10912 11091 31385 4080 11089 31386 10912 11091 31387 17123 11092 31388 4080 11089 31389 10922 11093 31390 10915 11090 31391 4081 11094 31392 10914 11086 31393 16916 11088 31394 4081 11094 31395 10538 10333 31396 10915 11090 31397 4081 11094 31398 10915 11090 31399 17126 11095 31400 4081 11094 31401 10923 11096 31402 17125 11097 31403 4082 11098 31404 10916 11099 31405 10539 10327 31406 4082 11098 31407 10539 10327 31408 16913 10331 31409 4082 11098 31410 10913 11100 31411 10924 11101 31412 4082 11098 31413 10924 11101 31414 17127 11102 31415 4083 11103 31416 10917 11104 31417 10925 11105 31418 4083 11103 31419 10925 11105 31420 10913 11100 31421 4083 11103 31422 10913 11100 31423 10540 10315 31424 4083 11103 31425 10540 10315 31426 16943 10320 31427 4084 11106 31428 10918 11107 31429 17094 10963 31430 4084 11106 31431 10852 10965 31432 10916 11099 31433 4084 11106 31434 10916 11099 31435 17127 11102 31436 4084 11106 31437 10926 11108 31438 10918 11107 31439 4085 11109 31440 10912 11091 31441 16912 10341 31442 4085 11109 31443 10851 10959 31444 10918 11107 31445 4085 11109 31446 10918 11107 31447 17129 11110 31448 4085 11109 31449 10927 11111 31450 10912 11091 31451 4086 11112 31452 10927 11111 31453 10930 11113 31454 4086 11112 31455 10930 11113 31456 17132 11114 31457 4086 11112 31458 10929 11115 31459 10928 11116 31460 4086 11112 31461 10928 11116 31462 17123 11092 31463 4087 11117 31464 10926 11108 31465 10932 11118 31466 4087 11117 31467 10932 11118 31468 17133 11119 31469 4087 11117 31470 10931 11120 31471 10930 11113 31472 4087 11117 31473 10930 11113 31474 17129 11110 31475 4088 11121 31476 10925 11105 31477 10933 11122 31478 4088 11121 31479 10933 11122 31480 10935 11123 31481 4088 11121 31482 10935 11123 31483 17135 11124 31484 4088 11121 31485 10934 11125 31486 17124 11126 31487 4089 11127 31488 10924 11101 31489 10934 11125 31490 4089 11127 31491 10934 11125 31492 10936 11128 31493 4089 11127 31494 10936 11128 31495 10932 11118 31496 4089 11127 31497 10932 11118 31498 17127 11102 31499 4090 11129 31500 10923 11096 31501 17126 11095 31502 4090 11129 31503 10939 11130 31504 10938 11131 31505 4090 11129 31506 10938 11131 31507 17136 11132 31508 4090 11129 31509 10937 11133 31510 10923 11096 31511 4091 11134 31512 10922 11093 31513 10928 11116 31514 4091 11134 31515 10928 11116 31516 17131 11135 31517 4091 11134 31518 10940 11136 31519 10939 11130 31520 4091 11134 31521 10939 11130 31522 17126 11095 31523 4092 11137 31524 10921 11087 31525 17125 11097 31526 4092 11137 31527 10937 11133 31528 10942 11138 31529 4092 11137 31530 10942 11138 31531 17138 11139 31532 4092 11137 31533 10941 11140 31534 10921 11087 31535 4093 11141 31536 10919 11083 31537 17122 11082 31538 4093 11141 31539 10941 11140 31540 10944 11142 31541 4093 11141 31542 10944 11142 31543 17139 11143 31544 4093 11141 31545 10943 11144 31546 10919 11083 31547 4094 11145 31548 10944 11142 31549 17138 11139 31550 4094 11145 31551 10947 11146 31552 10946 11147 31553 4094 11145 31554 10946 11147 31555 17141 11148 31556 4094 11145 31557 10945 11149 31558 10944 11142 31559 4095 11150 31560 10942 11138 31561 17136 11132 31562 4095 11150 31563 10949 11151 31564 10948 11152 31565 4095 11150 31566 10948 11152 31567 17140 11153 31568 4095 11150 31569 10947 11146 31570 10942 11138 31571 4096 11154 31572 10940 11136 31573 10952 11155 31574 4096 11154 31575 10952 11155 31576 17143 11156 31577 4096 11154 31578 10951 11157 31579 17144 11158 31580 4096 11154 31581 10950 11159 31582 17137 11160 31583 4097 11161 31584 10938 11131 31585 17137 11160 31586 4097 11161 31587 10950 11159 31588 10953 11162 31589 4097 11161 31590 10953 11162 31591 17142 11163 31592 4097 11161 31593 10949 11151 31594 10938 11131 31595 4098 11164 31596 10936 11128 31597 17135 11124 31598 4098 11164 31599 10956 11165 31600 10955 11166 31601 4098 11164 31602 10955 11166 31603 17145 11167 31604 4098 11164 31605 10954 11168 31606 10936 11128 31607 4099 11169 31608 10935 11123 31609 17134 11170 31610 4099 11169 31611 10958 11171 31612 10957 11172 31613 4099 11169 31614 10957 11172 31615 17146 11173 31616 4099 11169 31617 10956 11165 31618 10935 11123 31619 4100 11174 31620 11296 11175 31621 17315 11176 31622 4100 11174 31623 11230 11177 31624 11295 11178 31625 4100 11174 31626 11295 11178 31627 17147 11179 31628 4100 11174 31629 10958 11171 31630 11296 11175 31631 4101 11180 31632 10931 11120 31633 17133 11119 31634 4101 11180 31635 10954 11168 31636 10960 11181 31637 4101 11180 31638 10960 11181 31639 17148 11182 31640 4101 11180 31641 10959 11183 31642 17132 11114 31643 4102 11184 31644 10929 11115 31645 10959 11183 31646 4102 11184 31647 10959 11183 31648 10961 11185 31649 4102 11184 31650 10961 11185 31651 10952 11155 31652 4102 11184 31653 10952 11155 31654 17131 11135 31655 4103 11186 31656 11268 11187 31657 17343 11188 31658 4103 11186 31659 11247 11189 31660 11273 11190 31661 4103 11186 31662 11273 11190 31663 17158 11191 31664 4103 11186 31665 10971 11192 31666 11268 11187 31667 4104 11193 31668 11246 11194 31669 11267 11195 31670 4104 11193 31671 11267 11195 31672 10972 11196 31673 4104 11193 31674 10972 11196 31675 17158 11191 31676 4104 11193 31677 11273 11190 31678 11246 11194 31679 4105 11197 31680 10972 11196 31681 10945 11149 31682 4105 11197 31683 10945 11149 31684 17141 11148 31685 4105 11197 31686 10962 11198 31687 10971 11192 31688 4105 11197 31689 10971 11192 31690 17158 11191 31691 4106 11199 31692 11269 11200 31693 17344 11201 31694 4106 11199 31695 11243 11202 31696 11268 11187 31697 4106 11199 31698 11268 11187 31699 17149 11203 31700 4106 11199 31701 10973 11204 31702 11269 11200 31703 4107 11205 31704 10963 11206 31705 17150 11207 31706 4107 11205 31707 10973 11204 31708 10962 11198 31709 4107 11205 31710 10962 11198 31711 17141 11148 31712 4107 11205 31713 10946 11147 31714 10963 11206 31715 4108 11208 31716 11270 11209 31717 17345 11210 31718 4108 11208 31719 11244 11211 31720 11269 11200 31721 4108 11208 31722 11269 11200 31723 17150 11207 31724 4108 11208 31725 10974 11212 31726 17151 11213 31727 4109 11214 31728 10964 11215 31729 10974 11212 31730 4109 11214 31731 10974 11212 31732 10963 11206 31733 4109 11214 31734 10963 11206 31735 10948 11152 31736 4109 11214 31737 10948 11152 31738 17142 11163 31739 4110 11216 31740 10965 11217 31741 17144 11158 31742 4110 11216 31743 10951 11157 31744 10966 11218 31745 4110 11216 31746 10966 11218 31747 17153 11219 31748 4110 11216 31749 10975 11220 31750 10965 11217 31751 4111 11221 31752 10964 11215 31753 10953 11162 31754 4111 11221 31755 10953 11162 31756 17144 11158 31757 4111 11221 31758 10965 11217 31759 10976 11222 31760 4111 11221 31761 10976 11222 31762 17151 11213 31763 4112 11223 31764 10967 11224 31765 10955 11166 31766 4112 11223 31767 10955 11166 31768 17146 11173 31769 4112 11223 31770 10968 11225 31771 10977 11226 31772 4112 11223 31773 10977 11226 31774 17154 11227 31775 4113 11228 31776 11293 11229 31777 17319 11230 31778 4113 11228 31779 11231 11231 31780 11294 11232 31781 4113 11228 31782 11294 11232 31783 17155 11233 31784 4113 11228 31785 10978 11234 31786 17156 11235 31787 4114 11236 31788 10969 11237 31789 17156 11235 31790 4114 11236 31791 10978 11234 31792 17155 11233 31793 4114 11236 31794 10968 11225 31795 17146 11173 31796 4114 11236 31797 10957 11172 31798 10969 11237 31799 4115 11238 31800 10970 11239 31801 17148 11182 31802 4115 11238 31803 10960 11181 31804 17145 11167 31805 4115 11238 31806 10967 11224 31807 17154 11227 31808 4115 11238 31809 10979 11240 31810 10970 11239 31811 4116 11241 31812 10966 11218 31813 17143 11156 31814 4116 11241 31815 10961 11185 31816 10970 11239 31817 4116 11241 31818 10970 11239 31819 17157 11242 31820 4116 11241 31821 10980 11243 31822 10966 11218 31823 4117 11244 31824 11271 11245 31825 17153 11219 31826 4117 11244 31827 10980 11243 31828 11272 11246 31829 4117 11244 31830 11272 11246 31831 11245 11247 31832 4117 11244 31833 11245 11247 31834 11271 11245 31835 4118 11248 31836 10969 11237 31837 11295 11178 31838 4118 11248 31839 11295 11178 31840 11233 11249 31841 4118 11248 31842 11233 11249 31843 17319 11230 31844 4118 11248 31845 11293 11229 31846 17156 11235 31847 4119 11250 31848 10840 10939 31849 10983 11251 31850 4119 11250 31851 10983 11251 31852 17160 11252 31853 4119 11250 31854 10982 11253 31855 10981 11254 31856 4119 11250 31857 10981 11254 31858 17088 11255 31859 4120 11256 31860 10843 10942 31861 17088 11255 31862 4120 11256 31863 10981 11254 31864 10985 11257 31865 4120 11256 31866 10985 11257 31867 17161 11258 31868 4120 11256 31869 10984 11259 31870 17090 10943 31871 4121 11260 31872 10844 10948 31873 10987 11261 31874 4121 11260 31875 10987 11261 31876 17162 11262 31877 4121 11260 31878 10986 11263 31879 10983 11251 31880 4121 11260 31881 10983 11251 31882 17089 10938 31883 4122 11264 31884 10846 10951 31885 17092 10955 31886 4122 11264 31887 10989 11265 31888 17163 11266 31889 4122 11264 31890 10988 11267 31891 17162 11262 31892 4122 11264 31893 10987 11261 31894 17091 10947 31895 4123 11268 31896 10848 10954 31897 17093 11269 31898 4123 11268 31899 10991 11270 31900 10990 11271 31901 4123 11268 31902 10990 11271 31903 17163 11266 31904 4123 11268 31905 10989 11265 31906 10848 10954 31907 4124 11272 31908 10850 10957 31909 10984 11259 31910 4124 11272 31911 10984 11259 31912 17161 11258 31913 4124 11272 31914 10992 11273 31915 10991 11270 31916 4124 11272 31917 10991 11270 31918 17093 11269 31919 4125 11274 31920 10993 11275 31921 17160 11252 31922 4125 11274 31923 10986 11263 31924 17162 11262 31925 4125 11274 31926 10988 11267 31927 10990 11271 31928 4125 11274 31929 10990 11271 31930 10993 11275 31931 4126 11276 31932 10994 11277 31933 16863 10233 31934 4126 11276 31935 11005 11278 31936 10994 11277 31937 4127 11279 31938 10995 11280 31939 17165 11281 31940 4127 11279 31941 11005 11278 31942 10996 11282 31943 4127 11279 31944 10444 11283 31945 10995 11280 31946 4128 11284 31947 10997 11285 31948 16906 11286 31949 4128 11284 31950 10482 11287 31951 10994 11277 31952 4128 11284 31953 10994 11277 31954 11006 11288 31955 4128 11284 31956 11006 11288 31957 10997 11285 31958 4129 11289 31959 10998 11290 31960 11006 11288 31961 4129 11289 31962 11006 11288 31963 17165 11281 31964 4129 11289 31965 10995 11280 31966 16871 10139 31967 4129 11289 31968 10491 10243 31969 16915 10245 31970 4130 11291 31971 10998 11290 31972 10799 10388 31973 4130 11291 31974 10799 10388 31975 16931 10387 31976 4130 11291 31977 10999 11292 31978 11007 11293 31979 4130 11291 31980 11007 11293 31981 17167 11294 31982 4131 11295 31983 10997 11285 31984 11007 11293 31985 4131 11295 31986 11007 11293 31987 17168 11296 31988 4131 11295 31989 11000 11297 31990 10517 11298 31991 4131 11295 31992 10517 11298 31993 16906 11286 31994 4132 11299 31995 10999 11292 31996 10804 10873 31997 4132 11299 31998 10804 10873 31999 17067 10895 32000 4132 11299 32001 11001 11300 32002 17169 11301 32003 4132 11299 32004 11008 11302 32005 10999 11292 32006 4133 11303 32007 11000 11297 32008 17168 11296 32009 4133 11303 32010 11008 11302 32011 11002 11304 32012 4133 11303 32013 11002 11304 32014 17069 10876 32015 4133 11303 32016 10809 10875 32017 16932 10866 32018 4134 11305 32019 11001 11300 32020 10815 10894 32021 4134 11305 32022 10815 10894 32023 17073 11306 32024 4134 11305 32025 11003 11307 32026 17170 11308 32027 4134 11305 32028 11009 11309 32029 11001 11300 32030 4135 11310 32031 11002 11304 32032 17169 11301 32033 4135 11310 32034 11009 11309 32035 11004 11311 32036 4135 11310 32037 11004 11311 32038 17074 10889 32039 4135 11310 32040 10814 10888 32041 11002 11304 32042 4136 11312 32043 11011 11313 32044 17174 11314 32045 4136 11312 32046 11017 11315 32047 11016 11316 32048 4136 11312 32049 11016 11316 32050 17180 11317 32051 4136 11312 32052 11015 11318 32053 11011 11313 32054 4137 11319 32055 11016 11316 32056 17181 11320 32057 4137 11319 32058 11027 11321 32059 11026 11322 32060 4137 11319 32061 11026 11322 32062 17190 11323 32063 4137 11319 32064 11025 11324 32065 11016 11316 32066 4138 11325 32067 11018 11326 32068 17180 11317 32069 4138 11325 32070 11025 11324 32071 17190 11323 32072 4138 11325 32073 11029 11327 32074 11028 11328 32075 4138 11325 32076 11028 11328 32077 17182 11329 32078 4139 11330 32079 11019 11331 32080 17183 11332 32081 4139 11330 32082 11032 11333 32083 11031 11334 32084 4139 11330 32085 11031 11334 32086 17193 11335 32087 4139 11330 32088 11030 11336 32089 11019 11331 32090 4140 11337 32091 11022 11338 32092 11030 11336 32093 4140 11337 32094 11030 11336 32095 17193 11335 32096 4140 11337 32097 11034 11339 32098 11033 11340 32099 4140 11337 32100 11033 11340 32101 17185 11341 32102 4141 11342 32103 11023 11343 32104 17186 11344 32105 4141 11342 32106 11037 11345 32107 11036 11346 32108 4141 11342 32109 11036 11346 32110 11035 11347 32111 4141 11342 32112 11035 11347 32113 17187 11348 32114 4142 11349 32115 11024 11350 32116 11035 11347 32117 4142 11349 32118 11035 11347 32119 17195 11351 32120 4142 11349 32121 11039 11352 32122 11038 11353 32123 4142 11349 32124 11038 11353 32125 17188 11354 32126 4143 11355 32127 11026 11322 32128 17189 11356 32129 4143 11355 32130 11042 11357 32131 11041 11358 32132 4143 11355 32133 11041 11358 32134 17199 11359 32135 4143 11355 32136 11040 11360 32137 11026 11322 32138 4144 11361 32139 11029 11327 32140 11040 11360 32141 4144 11361 32142 11040 11360 32143 17199 11359 32144 4144 11361 32145 11044 11362 32146 11043 11363 32147 4144 11361 32148 11043 11363 32149 17191 11364 32150 4145 11365 32151 11031 11334 32152 17192 11366 32153 4145 11365 32154 11047 11367 32155 11046 11368 32156 4145 11365 32157 11046 11368 32158 17202 11369 32159 4145 11365 32160 11045 11370 32161 11031 11334 32162 4146 11371 32163 11034 11339 32164 11045 11370 32165 4146 11371 32166 11045 11370 32167 17202 11369 32168 4146 11371 32169 11049 11372 32170 11048 11373 32171 4146 11371 32172 11048 11373 32173 17194 11374 32174 4147 11375 32175 11036 11346 32176 17196 11376 32177 4147 11375 32178 11052 11377 32179 11051 11378 32180 4147 11375 32181 11051 11378 32182 17204 11379 32183 4147 11375 32184 11050 11380 32185 17195 11351 32186 4148 11381 32187 11039 11352 32188 11050 11380 32189 4148 11381 32190 11050 11380 32191 17204 11379 32192 4148 11381 32193 11054 11382 32194 11053 11383 32195 4148 11381 32196 11053 11383 32197 17197 11384 32198 4149 11385 32199 11041 11358 32200 11057 11386 32201 4149 11385 32202 11057 11386 32203 17207 11387 32204 4149 11385 32205 11056 11388 32206 11055 11389 32207 4149 11385 32208 11055 11389 32209 11041 11358 32210 4150 11390 32211 11044 11362 32212 11055 11389 32213 4150 11390 32214 11055 11389 32215 17208 11391 32216 4150 11390 32217 11059 11392 32218 17209 11393 32219 4150 11390 32220 11058 11394 32221 11044 11362 32222 4151 11395 32223 11046 11368 32224 11062 11396 32225 4151 11395 32226 11062 11396 32227 17210 11397 32228 4151 11395 32229 11061 11398 32230 17211 11399 32231 4151 11395 32232 11060 11400 32233 11046 11368 32234 4152 11401 32235 11049 11372 32236 11060 11400 32237 4152 11401 32238 11060 11400 32239 11064 11402 32240 4152 11401 32241 11064 11402 32242 17212 11403 32243 4152 11401 32244 11063 11404 32245 11049 11372 32246 4153 11405 32247 11051 11378 32248 11067 11406 32249 4153 11405 32250 11067 11406 32251 17213 11407 32252 4153 11405 32253 11066 11408 32254 11065 11409 32255 4153 11405 32256 11065 11409 32257 11051 11378 32258 4154 11410 32259 11054 11382 32260 11065 11409 32261 4154 11410 32262 11065 11409 32263 17214 11411 32264 4154 11410 32265 11069 11412 32266 17215 11413 32267 4154 11410 32268 11068 11414 32269 11054 11382 32270 4155 11415 32271 11056 11388 32272 17207 11387 32273 4155 11415 32274 11072 11416 32275 11071 11417 32276 4155 11415 32277 11071 11417 32278 11070 11418 32279 4155 11415 32280 11070 11418 32281 17208 11391 32282 4156 11419 32283 11059 11392 32284 11070 11418 32285 4156 11419 32286 11070 11418 32287 17217 11420 32288 4156 11419 32289 11074 11421 32290 11073 11422 32291 4156 11419 32292 11073 11422 32293 17209 11393 32294 4157 11423 32295 11061 11398 32296 17210 11397 32297 4157 11423 32298 11077 11424 32299 11076 11425 32300 4157 11423 32301 11076 11425 32302 17220 11426 32303 4157 11423 32304 11075 11427 32305 11061 11398 32306 4158 11428 32307 11064 11402 32308 11075 11427 32309 4158 11428 32310 11075 11427 32311 17220 11426 32312 4158 11428 32313 11079 11429 32314 11078 11430 32315 4158 11428 32316 11078 11430 32317 17212 11403 32318 4159 11431 32319 11066 11408 32320 17213 11407 32321 4159 11431 32322 11082 11432 32323 11081 11433 32324 4159 11431 32325 11081 11433 32326 17222 11434 32327 4159 11431 32328 11080 11435 32329 11066 11408 32330 4160 11436 32331 11069 11412 32332 17214 11411 32333 4160 11436 32334 11080 11435 32335 17222 11434 32336 4160 11436 32337 11084 11437 32338 11083 11438 32339 4160 11436 32340 11083 11438 32341 17215 11413 32342 4161 11439 32343 11071 11417 32344 17216 11440 32345 4161 11439 32346 11087 11441 32347 11086 11442 32348 4161 11439 32349 11086 11442 32350 11085 11443 32351 4161 11439 32352 11085 11443 32353 17217 11420 32354 4162 11444 32355 11074 11421 32356 11085 11443 32357 4162 11444 32358 11085 11443 32359 17226 11445 32360 4162 11444 32361 11089 11446 32362 11088 11447 32363 4162 11444 32364 11088 11447 32365 17218 11448 32366 4163 11449 32367 11076 11425 32368 17219 11450 32369 4163 11449 32370 11092 11451 32371 11091 11452 32372 4163 11449 32373 11091 11452 32374 17228 11453 32375 4163 11449 32376 11090 11454 32377 11076 11425 32378 4164 11455 32379 11079 11429 32380 11090 11454 32381 4164 11455 32382 11090 11454 32383 11094 11456 32384 4164 11455 32385 11094 11456 32386 11093 11457 32387 4164 11455 32388 11093 11457 32389 17221 11458 32390 4165 11459 32391 11081 11433 32392 17223 11460 32393 4165 11459 32394 11097 11461 32395 11096 11462 32396 4165 11459 32397 11096 11462 32398 17232 11463 32399 4165 11459 32400 11095 11464 32401 11081 11433 32402 4166 11465 32403 11084 11437 32404 17222 11434 32405 4166 11465 32406 11095 11464 32407 11099 11466 32408 4166 11465 32409 11099 11466 32410 11098 11467 32411 4166 11465 32412 11098 11467 32413 17224 11468 32414 4167 11469 32415 11100 11470 32416 17175 11471 32417 4167 11469 32418 11012 11472 32419 11101 11473 32420 4167 11469 32421 11101 11473 32422 17226 11445 32423 4167 11469 32424 11086 11442 32425 11100 11470 32426 4168 11474 32427 11013 11475 32428 11102 11476 32429 4168 11474 32430 11102 11476 32431 17227 11477 32432 4168 11474 32433 11089 11446 32434 17226 11445 32435 4168 11474 32436 11101 11473 32437 17178 11478 32438 4169 11479 32439 11014 11480 32440 11104 11481 32441 4169 11479 32442 11104 11481 32443 17233 11482 32444 4169 11479 32445 11099 11466 32446 17232 11463 32447 4169 11479 32448 11103 11483 32449 11014 11480 32450 4170 11484 32451 11105 11485 32452 11028 11328 32453 4170 11484 32454 11028 11328 32455 17191 11364 32456 4170 11484 32457 11106 11486 32458 11088 11447 32459 4170 11484 32460 11088 11447 32461 17227 11477 32462 4171 11487 32463 11106 11486 32464 11043 11363 32465 4171 11487 32466 11043 11363 32467 17200 11488 32468 4171 11487 32469 11058 11394 32470 11073 11422 32471 4171 11487 32472 11073 11422 32473 17218 11448 32474 4172 11489 32475 11017 11315 32476 17174 11314 32477 4172 11489 32478 11010 11490 32479 11100 11470 32480 4172 11489 32481 11100 11470 32482 11107 11491 32483 4172 11489 32484 11107 11491 32485 17181 11320 32486 4173 11492 32487 11027 11321 32488 11107 11491 32489 4173 11492 32490 11107 11491 32491 17225 11493 32492 4173 11492 32493 11087 11441 32494 11108 11494 32495 4173 11492 32496 11108 11494 32497 17189 11356 32498 4174 11495 32499 11042 11357 32500 11108 11494 32501 4174 11495 32502 11108 11494 32503 17216 11440 32504 4174 11495 32505 11072 11416 32506 11057 11386 32507 4174 11495 32508 11057 11386 32509 17198 11496 32510 4175 11497 32511 11109 11498 32512 11038 11353 32513 4175 11497 32514 11038 11353 32515 17197 11384 32516 4175 11497 32517 11110 11499 32518 11098 11467 32519 4175 11497 32520 11098 11467 32521 17233 11482 32522 4176 11500 32523 11110 11499 32524 11053 11383 32525 4176 11500 32526 11053 11383 32527 17206 11501 32528 4176 11500 32529 11068 11414 32530 11083 11438 32531 4176 11500 32532 11083 11438 32533 17224 11468 32534 4177 11502 32535 11037 11345 32536 11111 11503 32537 4177 11502 32538 11111 11503 32539 17231 11504 32540 4177 11502 32541 11097 11461 32542 11112 11505 32543 4177 11502 32544 11112 11505 32545 17196 11376 32546 4178 11506 32547 11052 11377 32548 11112 11505 32549 4178 11506 32550 11112 11505 32551 17223 11460 32552 4178 11506 32553 11082 11432 32554 11067 11406 32555 4178 11506 32556 11067 11406 32557 17205 11507 32558 4179 11508 32559 11113 11509 32560 11033 11340 32561 4179 11508 32562 11033 11340 32563 17194 11374 32564 4179 11508 32565 11114 11510 32566 11093 11457 32567 4179 11508 32568 11093 11457 32569 17230 11511 32570 4180 11512 32571 11114 11510 32572 11048 11373 32573 4180 11512 32574 11048 11373 32575 17203 11513 32576 4180 11512 32577 11063 11404 32578 11078 11430 32579 4180 11512 32580 11078 11430 32581 17221 11458 32582 4181 11514 32583 11032 11333 32584 11115 11515 32585 4181 11514 32586 11115 11515 32587 17229 11516 32588 4181 11514 32589 11092 11451 32590 11116 11517 32591 4181 11514 32592 11116 11517 32593 17192 11366 32594 4182 11518 32595 11047 11367 32596 11116 11517 32597 4182 11518 32598 11116 11517 32599 17219 11450 32600 4182 11518 32601 11077 11424 32602 11062 11396 32603 4182 11518 32604 11062 11396 32605 17201 11519 32606 4183 11520 32607 11127 11521 32608 11152 11522 32609 4183 11520 32610 11152 11522 32611 17257 11523 32612 4183 11520 32613 11147 11524 32614 11142 11525 32615 4183 11520 32616 11142 11525 32617 17252 11526 32618 4184 11527 32619 11128 11528 32620 11157 11529 32621 4184 11527 32622 11157 11529 32623 17260 11530 32624 4184 11527 32625 11127 11521 32626 11137 11531 32627 4184 11527 32628 11137 11531 32629 17249 11532 32630 4185 11533 32631 11131 11534 32632 17268 11535 32633 4185 11533 32634 11163 11536 32635 11161 11537 32636 4185 11533 32637 11161 11537 32638 17263 11538 32639 4185 11533 32640 11128 11528 32641 11131 11534 32642 4186 11539 32643 11148 11540 32644 11129 11541 32645 4186 11539 32646 11129 11541 32647 17250 11542 32648 4186 11539 32649 11138 11543 32650 11143 11544 32651 4186 11539 32652 11143 11544 32653 17256 11545 32654 4187 11546 32655 11153 11547 32656 11130 11548 32657 4187 11546 32658 11130 11548 32659 17247 11549 32660 4187 11546 32661 11133 11550 32662 11129 11541 32663 4187 11546 32664 11129 11541 32665 17259 11551 32666 4188 11552 32667 11158 11553 32668 11162 11554 32669 4188 11552 32670 11162 11554 32671 17265 11555 32672 4188 11552 32673 11132 11556 32674 11130 11548 32675 4188 11552 32676 11130 11548 32677 17262 11557 32678 4189 11558 32679 11139 11559 32680 17250 11542 32681 4189 11558 32682 11133 11550 32683 11134 11560 32684 4189 11558 32685 11134 11560 32686 11135 11561 32687 4189 11558 32688 11135 11561 32689 17251 11562 32690 4190 11563 32691 11141 11564 32692 11135 11561 32693 4190 11563 32694 11135 11561 32695 17248 11565 32696 4190 11563 32697 11136 11566 32698 11137 11531 32699 4190 11563 32700 11137 11531 32701 17252 11526 32702 4191 11567 32703 11144 11568 32704 17253 11569 32705 4191 11567 32706 11138 11543 32707 11139 11559 32708 4191 11567 32709 11139 11559 32710 17251 11562 32711 4191 11567 32712 11140 11570 32713 11144 11568 32714 4192 11571 32715 11146 11572 32716 11140 11570 32717 4192 11571 32718 11140 11570 32719 17251 11562 32720 4192 11571 32721 11141 11564 32722 11142 11525 32723 4192 11571 32724 11142 11525 32725 17255 11573 32726 4193 11574 32727 11149 11575 32728 11143 11544 32729 4193 11574 32730 11143 11544 32731 17253 11569 32732 4193 11574 32733 11144 11568 32734 11145 11576 32735 4193 11574 32736 11145 11576 32737 11149 11575 32738 4194 11577 32739 11151 11578 32740 11145 11576 32741 4194 11577 32742 11145 11576 32743 11146 11572 32744 4194 11577 32745 11146 11572 32746 17255 11573 32747 4194 11577 32748 11147 11524 32749 11151 11578 32750 4195 11579 32751 11154 11580 32752 17259 11551 32753 4195 11579 32754 11148 11540 32755 11149 11575 32756 4195 11579 32757 11149 11575 32758 17258 11581 32759 4195 11579 32760 11150 11582 32761 11154 11580 32762 4196 11583 32763 11156 11584 32764 11150 11582 32765 4196 11583 32766 11150 11582 32767 17258 11581 32768 4196 11583 32769 11151 11578 32770 11152 11522 32771 4196 11583 32772 11152 11522 32773 17260 11530 32774 4197 11585 32775 11159 11586 32776 17262 11557 32777 4197 11585 32778 11153 11547 32779 11154 11580 32780 4197 11585 32781 11154 11580 32782 17261 11587 32783 4197 11585 32784 11155 11588 32785 11159 11586 32786 4198 11589 32787 11160 11590 32788 11155 11588 32789 4198 11589 32790 11155 11588 32791 17261 11587 32792 4198 11589 32793 11156 11584 32794 11157 11529 32795 4198 11589 32796 11157 11529 32797 17263 11538 32798 4199 11591 32799 11166 11592 32800 11173 11593 32801 4199 11591 32802 11173 11593 32803 11172 11594 32804 4199 11591 32805 11172 11594 32806 17275 11595 32807 4199 11591 32808 11167 11596 32809 17274 11597 32810 4200 11598 32811 11168 11599 32812 17276 11600 32813 4200 11598 32814 11169 11601 32815 17277 11602 32816 4200 11598 32817 11174 11603 32818 11173 11593 32819 4200 11598 32820 11173 11593 32821 17273 11604 32822 4201 11605 32823 11176 11606 32824 17285 11607 32825 4201 11605 32826 11182 11608 32827 11179 11609 32828 4201 11605 32829 11179 11609 32830 17287 11610 32831 4201 11605 32832 11178 11611 32833 17284 11612 32834 4202 11613 32835 11182 11608 32836 17285 11607 32837 4202 11613 32838 11177 11614 32839 17286 11615 32840 4202 11613 32841 11181 11616 32842 17289 11617 32843 4202 11613 32844 11180 11618 32845 11182 11608 32846 4203 11619 32847 11170 11620 32848 17278 11621 32849 4203 11619 32850 11183 11622 32851 17279 11623 32852 4203 11619 32853 11174 11603 32854 17277 11602 32855 4204 11624 32856 11172 11594 32857 11183 11622 32858 4204 11624 32859 11183 11622 32860 17278 11621 32861 4204 11624 32862 11171 11625 32863 17275 11595 32864 4205 11626 32865 11122 11627 32866 17244 11628 32867 4205 11626 32868 11191 11629 32869 11186 11630 32870 4205 11626 32871 11186 11630 32872 17290 11631 32873 4205 11626 32874 11192 11632 32875 11122 11627 32876 4206 11633 32877 11123 11634 32878 11190 11635 32879 4206 11633 32880 11190 11635 32881 17292 11636 32882 4206 11633 32883 11189 11637 32884 11191 11629 32885 4206 11633 32886 11191 11629 32887 17244 11628 32888 4207 11638 32889 11126 11639 32890 11187 11640 32891 4207 11638 32892 11187 11640 32893 17290 11631 32894 4207 11638 32895 11186 11630 32896 11185 11641 32897 4207 11638 32898 11185 11641 32899 17246 11642 32900 4208 11643 32901 11184 11644 32902 17246 11642 32903 4208 11643 32904 11185 11641 32905 11189 11637 32906 4208 11643 32907 11189 11637 32908 17292 11636 32909 4208 11643 32910 11188 11645 32911 11184 11644 32912 4209 11646 32913 11187 11640 32914 17240 11647 32915 4209 11646 32916 11120 11648 32917 11124 11649 32918 4209 11646 32919 11124 11649 32920 17243 11650 32921 4209 11646 32922 11192 11632 32923 11187 11640 32924 4210 11651 32925 11121 11652 32926 17239 11653 32927 4210 11651 32928 11188 11645 32929 11190 11635 32930 4210 11651 32931 11190 11635 32932 17245 11654 32933 4210 11651 32934 11125 11655 32935 17242 11656 32936 4211 11657 32937 11200 11658 32938 16726 9736 32939 4211 11657 32940 10245 9735 32941 16769 9828 32942 4211 11657 32943 11199 11659 32944 16768 11660 32945 4211 11657 32946 10242 9731 32947 11200 11658 32948 4214 11661 32949 11210 11662 32950 16890 11663 32951 4214 11661 32952 11211 11664 32953 11213 11665 32954 4214 11661 32955 11213 11665 32956 17307 11666 32957 4214 11661 32958 11212 11667 32959 11210 11662 32960 4215 11668 32961 11214 11669 32962 16892 11670 32963 4216 11671 32964 11218 11672 32965 16891 11673 32966 4217 11674 32967 11223 11675 32968 16889 11676 32969 4217 11674 32970 11224 11677 32971 17312 11678 32972 4218 11679 32973 10985 11257 32974 17159 11680 32975 4218 11679 32976 11225 11681 32977 10992 11273 32978 4218 11679 32979 10992 11273 32980 17161 11258 32981 4219 11682 32982 10993 11275 32983 11225 11681 32984 4219 11682 32985 11225 11681 32986 17159 11680 32987 4219 11682 32988 10982 11253 32989 17160 11252 32990 4220 11683 32991 11230 11177 32992 17315 11176 32993 4220 11683 32994 11227 11684 32995 11228 11685 32996 4220 11683 32997 11228 11685 32998 17316 11686 32999 4220 11683 33000 11229 11687 33001 11230 11177 33002 4221 11688 33003 11283 11689 33004 17331 11690 33005 4221 11688 33006 11255 11691 33007 11266 11692 33008 4221 11688 33009 11266 11692 33010 17326 11693 33011 4221 11688 33012 11274 11694 33013 11283 11689 33014 4222 11695 33015 11281 11696 33016 11276 11697 33017 4222 11695 33018 11276 11697 33019 17328 11698 33020 4222 11695 33021 11278 11699 33022 17327 11700 33023 4222 11695 33024 11255 11691 33025 11281 11696 33026 4223 11701 33027 11292 11702 33028 17354 11703 33029 4223 11701 33030 11275 11704 33031 17326 11693 33032 4223 11701 33033 11266 11692 33034 11277 11705 33035 4223 11701 33036 11277 11705 33037 17353 11706 33038 4224 11707 33039 11291 11708 33040 17352 11709 33041 4224 11707 33042 11284 11710 33043 17330 11711 33044 4224 11707 33045 11274 11694 33046 17326 11693 33047 4224 11707 33048 11275 11704 33049 11291 11708 33050 4225 11712 33051 11289 11713 33052 11279 11714 33053 4225 11712 33054 11279 11714 33055 17328 11698 33056 4225 11712 33057 11276 11697 33058 11280 11715 33059 4225 11712 33060 11280 11715 33061 17351 11716 33062 4226 11717 33063 11288 11718 33064 17353 11706 33065 4226 11717 33066 11277 11705 33067 11278 11699 33068 4226 11717 33069 11278 11699 33070 11279 11714 33071 4226 11717 33072 11279 11714 33073 17350 11719 33074 4227 11720 33075 11286 11721 33076 11280 11715 33077 4227 11720 33078 11280 11715 33079 11281 11696 33080 4227 11720 33081 11281 11696 33082 11282 11722 33083 4227 11720 33084 11282 11722 33085 17349 11723 33086 4228 11724 33087 11285 11725 33088 17349 11723 33089 4228 11724 33090 11282 11722 33091 17331 11690 33092 4228 11724 33093 11283 11689 33094 17330 11711 33095 4228 11724 33096 11284 11710 33097 11285 11725 33098 4229 11726 33099 11298 11727 33100 17356 11728 33101 4229 11726 33102 11290 11729 33103 11286 11721 33104 4229 11726 33105 11286 11721 33106 17349 11723 33107 4229 11726 33108 11287 11730 33109 11298 11727 33110 4230 11731 33111 11302 11732 33112 17367 11733 33113 4230 11731 33114 11310 11734 33115 11313 11735 33116 4230 11731 33117 11313 11735 33118 17374 11736 33119 4230 11731 33120 11312 11737 33121 11302 11732 33122 4231 11738 33123 11305 11739 33124 17358 11740 33125 4231 11738 33126 11316 11741 33127 11315 11742 33128 4231 11738 33129 11315 11742 33130 11314 11743 33131 4231 11738 33132 11314 11743 33133 17369 11744 33134 4232 11745 33135 11306 11746 33136 11314 11743 33137 4232 11745 33138 11314 11743 33139 17376 11747 33140 4232 11745 33141 11318 11748 33142 11317 11749 33143 4232 11745 33144 11317 11749 33145 17359 11750 33146 4233 11751 33147 11307 11752 33148 17361 11753 33149 4233 11751 33150 11321 11754 33151 11320 11755 33152 4233 11751 33153 11320 11755 33154 11319 11756 33155 4233 11751 33156 11319 11756 33157 17370 11757 33158 4234 11758 33159 11308 11759 33160 11319 11756 33161 4234 11758 33162 11319 11756 33163 17379 11760 33164 4234 11758 33165 11323 11761 33166 11322 11762 33167 4234 11758 33168 11322 11762 33169 17362 11763 33170 4235 11764 33171 11311 11765 33172 17373 11766 33173 4235 11764 33174 11324 11767 33175 11311 11765 33176 4236 11768 33177 11313 11735 33178 17372 11769 33179 4236 11768 33180 11326 11770 33181 17374 11736 33182 4237 11771 33183 11315 11742 33184 17375 11772 33185 4237 11771 33186 11327 11773 33187 17376 11747 33188 4238 11774 33189 11318 11748 33190 11327 11773 33191 4238 11774 33192 11329 11775 33193 17377 11776 33194 4239 11777 33195 11320 11755 33196 17378 11778 33197 4239 11777 33198 11330 11779 33199 17379 11760 33200 4240 11780 33201 11323 11761 33202 11330 11779 33203 4240 11780 33204 11332 11781 33205 17380 11782 33206 4241 11783 33207 11335 11784 33208 11334 11785 33209 4241 11783 33210 11334 11785 33211 17382 11786 33212 4242 11787 33213 11333 11788 33214 11337 11789 33215 4242 11787 33216 11337 11789 33217 11336 11790 33218 4243 11791 33219 11340 11792 33220 11339 11793 33221 4243 11791 33222 11339 11793 33223 11338 11794 33224 4244 11795 33225 11338 11794 33226 17385 11796 33227 4244 11795 33228 11342 11797 33229 11341 11798 33230 4245 11799 33231 11345 11800 33232 11344 11801 33233 4245 11799 33234 11344 11801 33235 11343 11802 33236 4246 11803 33237 11343 11802 33238 17387 11804 33239 4246 11803 33240 11347 11805 33241 11346 11806 33242 4247 11807 33243 11334 11785 33244 11350 11808 33245 4247 11807 33246 11350 11808 33247 17390 11809 33248 4247 11807 33249 11349 11810 33250 17391 11811 33251 4247 11807 33252 11348 11812 33253 11334 11785 33254 4248 11813 33255 11337 11789 33256 17382 11786 33257 4248 11813 33258 11348 11812 33259 11352 11814 33260 4248 11813 33261 11352 11814 33262 17392 11815 33263 4248 11813 33264 11351 11816 33265 11337 11789 33266 4249 11817 33267 11339 11793 33268 11355 11818 33269 4249 11817 33270 11355 11818 33271 17393 11819 33272 4249 11817 33273 11354 11820 33274 11353 11821 33275 4249 11817 33276 11353 11821 33277 17385 11796 33278 4250 11822 33279 11342 11797 33280 11353 11821 33281 4250 11822 33282 11353 11821 33283 17394 11823 33284 4250 11822 33285 11357 11824 33286 17395 11825 33287 4250 11822 33288 11356 11826 33289 11342 11797 33290 4251 11827 33291 11344 11801 33292 11360 11828 33293 4251 11827 33294 11360 11828 33295 17396 11829 33296 4251 11827 33297 11359 11830 33298 11358 11831 33299 4251 11827 33300 11358 11831 33301 11344 11801 33302 4252 11832 33303 11347 11805 33304 11358 11831 33305 4252 11832 33306 11358 11831 33307 17397 11833 33308 4252 11832 33309 11362 11834 33310 17398 11835 33311 4252 11832 33312 11361 11836 33313 11347 11805 33314 4253 11837 33315 11349 11810 33316 17390 11809 33317 4253 11837 33318 11363 11838 33319 17391 11811 33320 4254 11839 33321 11352 11814 33322 11363 11838 33323 4254 11839 33324 11365 11840 33325 17392 11815 33326 4255 11841 33327 11354 11820 33328 17393 11819 33329 4255 11841 33330 11366 11842 33331 11354 11820 33332 4256 11843 33333 11357 11824 33334 17394 11823 33335 4256 11843 33336 11368 11844 33337 17395 11825 33338 4257 11845 33339 11359 11830 33340 17396 11829 33341 4257 11845 33342 11369 11846 33343 11359 11830 33344 4258 11847 33345 11362 11834 33346 17397 11833 33347 4258 11847 33348 11371 11848 33349 17398 11835 33350 4265 11849 33351 11378 11850 33352 11303 11851 33353 4265 11849 33354 11303 11851 33355 11379 11852 33356 4265 11849 33357 11379 11852 33358 17409 11853 33359 4265 11849 33360 11372 11854 33361 11378 11850 33362 4266 11855 33363 11304 11856 33364 11380 11857 33365 4266 11855 33366 11380 11857 33367 17410 11858 33368 4266 11855 33369 11373 11859 33370 11379 11852 33371 4266 11855 33372 11379 11852 33373 17368 11860 33374 4267 11861 33375 11309 11862 33376 11382 11863 33377 4267 11861 33378 11382 11863 33379 17416 11864 33380 4267 11861 33381 11377 11865 33382 17415 11866 33383 4267 11861 33384 11381 11867 33385 11309 11862 33386 4268 11868 33387 11301 11869 33388 17365 11870 33389 4268 11868 33390 11312 11737 33391 11384 11871 33392 4268 11868 33393 11384 11871 33394 17410 11858 33395 4268 11868 33396 11380 11857 33397 11301 11869 33398 4269 11872 33399 11384 11871 33400 11326 11770 33401 4270 11873 33402 11336 11790 33403 17383 11874 33404 4270 11873 33405 11351 11816 33406 11365 11840 33407 4271 11875 33408 11325 11876 33409 11385 11877 33410 4272 11878 33411 11364 11879 33412 11350 11808 33413 4272 11878 33414 11350 11808 33415 17381 11880 33416 4273 11881 33417 11300 11882 33418 11322 11762 33419 4273 11881 33420 11322 11762 33421 17380 11782 33422 4273 11881 33423 11386 11883 33424 11382 11863 33425 4273 11881 33426 11382 11863 33427 17363 11884 33428 4274 11885 33429 11386 11883 33430 11332 11781 33431 4275 11886 33432 11346 11806 33433 17389 11887 33434 4275 11886 33435 11361 11836 33436 17398 11835 33437 4276 11888 33438 11331 11889 33439 11387 11890 33440 4277 11891 33441 11370 11892 33442 17396 11829 33443 4277 11891 33444 11360 11828 33445 17388 11893 33446 4278 11894 33447 11299 11895 33448 11317 11749 33449 4278 11894 33450 11317 11749 33451 17377 11776 33452 4278 11894 33453 11388 11896 33454 11383 11897 33455 4278 11894 33456 11383 11897 33457 17360 11898 33458 4279 11899 33459 11388 11896 33460 11329 11775 33461 4280 11900 33462 11341 11798 33463 17386 11901 33464 4280 11900 33465 11356 11826 33466 17395 11825 33467 4281 11902 33468 11328 11903 33469 11389 11904 33470 4282 11905 33471 11367 11906 33472 17393 11819 33473 4282 11905 33474 11355 11818 33475 17384 11907 33476 4283 11908 33477 11410 11909 33478 17424 11910 33479 4283 11908 33480 11405 11911 33481 11400 11912 33482 4284 11913 33483 11397 11914 33484 17419 11915 33485 4285 11916 33486 11398 11917 33487 11401 11918 33488 4285 11916 33489 11401 11918 33490 17423 11919 33491 4286 11920 33492 11391 11921 33493 17417 11922 33494 4287 11923 33495 11393 11924 33496 11394 11925 33497 4287 11923 33498 11394 11925 33499 17418 11926 33500 4288 11927 33501 11395 11928 33502 17418 11926 33503 4288 11927 33504 11396 11929 33505 11397 11914 33506 4289 11930 33507 11402 11931 33508 17420 11932 33509 4289 11930 33510 11399 11933 33511 11402 11931 33512 4290 11934 33513 11404 11935 33514 11399 11933 33515 4290 11934 33516 11400 11912 33517 17422 11936 33518 4291 11937 33519 11407 11938 33520 11401 11918 33521 4291 11937 33522 11401 11918 33523 17420 11932 33524 4291 11937 33525 11402 11931 33526 11403 11939 33527 4291 11937 33528 11403 11939 33529 11407 11938 33530 4292 11940 33531 11409 11941 33532 11403 11939 33533 4292 11940 33534 11403 11939 33535 11404 11935 33536 4292 11940 33537 11404 11935 33538 17422 11936 33539 4292 11940 33540 11405 11911 33541 11409 11941 33542 4293 11942 33543 11406 11943 33544 11407 11938 33545 4293 11942 33546 11407 11938 33547 17425 11944 33548 4294 11945 33549 11408 11946 33550 17425 11944 33551 4294 11945 33552 11409 11941 33553 11410 11909 33554 4297 11947 33555 11415 11948 33556 17432 11949 33557 4297 11947 33558 11412 11950 33559 11413 11951 33560 4297 11947 33561 11413 11951 33562 17430 11952 33563 4297 11947 33564 11414 11953 33565 11415 11948 33566 4298 11954 33567 11424 11955 33568 11443 11956 33569 4298 11954 33570 11443 11956 33571 17459 11957 33572 4298 11954 33573 11438 11958 33574 11416 11959 33575 4298 11954 33576 11416 11959 33577 17435 11960 33578 4299 11961 33579 11425 11962 33580 11416 11959 33581 4299 11961 33582 11416 11959 33583 17442 11963 33584 4300 11964 33585 11424 11955 33586 11417 11965 33587 4300 11964 33588 11417 11965 33589 11440 11966 33590 4300 11964 33591 11440 11966 33592 11444 11967 33593 4300 11964 33594 11444 11967 33595 17444 11968 33596 1071 1105 33597 1195 1117 33598 19554 11969 33599 4301 1139 33600 11441 11970 33601 17443 11971 33602 4301 1139 33603 11417 11965 33604 11425 11962 33605 4302 11972 33606 11429 11973 33607 17437 11974 33608 4302 11972 33609 11418 11975 33610 11427 11976 33611 4303 11977 33612 11428 11978 33613 17449 11979 33614 4303 11977 33615 11450 11980 33616 11426 11981 33617 4303 11977 33618 11426 11981 33619 17436 11982 33620 4303 11977 33621 11418 11975 33622 11428 11978 33623 4304 11983 33624 11431 11984 33625 17438 11985 33626 4304 11983 33627 11419 11986 33628 11429 11973 33629 4308 11987 33630 11433 11988 33631 19568 11989 33632 4305 11990 33633 11430 11991 33634 17451 11992 33635 4305 11990 33636 11453 11993 33637 11428 11978 33638 4305 11990 33639 11428 11978 33640 17437 11974 33641 4305 11990 33642 11419 11986 33643 11430 11991 33644 4306 11994 33645 11433 11988 33646 11420 11995 33647 4306 11994 33648 11420 11995 33649 11431 11984 33650 4307 11996 33651 11432 11997 33652 11456 11998 33653 4307 11996 33654 11456 11998 33655 11430 11991 33656 4307 11996 33657 11430 11991 33658 17438 11985 33659 4307 11996 33660 11420 11995 33661 17439 11999 33662 4308 11987 33663 11435 12000 33664 11421 12001 33665 4308 11987 33666 11421 12001 33667 17439 11999 33668 7465 8371 33669 3419 8370 33670 19578 12002 33671 4309 12003 33672 11434 12004 33673 11459 12005 33674 4309 12003 33675 11459 12005 33676 17453 12006 33677 4309 12003 33678 11432 11997 33679 11421 12001 33680 4309 12003 33681 11421 12001 33682 17440 12007 33683 4310 12008 33684 11437 12009 33685 11422 12010 33686 4310 12008 33687 11422 12010 33688 17440 12007 33689 4311 12011 33690 11436 12012 33691 11462 12013 33692 4311 12011 33693 11462 12013 33694 17455 12014 33695 4311 12011 33696 11434 12004 33697 11422 12010 33698 4311 12011 33699 11422 12010 33700 17441 12015 33701 4312 12016 33702 11439 12017 33703 11423 12018 33704 4312 12016 33705 11423 12018 33706 17441 12015 33707 4313 12019 33708 11438 11958 33709 11465 12020 33710 4313 12019 33711 11465 12020 33712 17457 12021 33713 4313 12019 33714 11436 12012 33715 11423 12018 33716 4313 12019 33717 11423 12018 33718 17442 11963 33719 4314 12022 33720 11443 11956 33721 17444 11968 33722 4314 12022 33723 11442 12023 33724 11445 12024 33725 4314 12022 33726 11445 12024 33727 17460 12025 33728 4314 12022 33729 11467 12026 33730 11443 11956 33731 4315 12027 33732 11444 11967 33733 17462 12028 33734 4315 12027 33735 11468 12029 33736 11446 12030 33737 4315 12027 33738 11446 12030 33739 17445 12031 33740 4315 12027 33741 11442 12023 33742 11444 11967 33743 4316 12032 33744 11446 12030 33745 17463 12033 33746 4317 12034 33747 11452 12035 33748 17450 12036 33749 4317 12034 33750 11451 12037 33751 11449 12038 33752 4317 12034 33753 11449 12038 33754 17447 12039 33755 4317 12034 33756 11450 11980 33757 11452 12035 33758 4318 12040 33759 11455 12041 33760 17452 12042 33761 4318 12040 33762 11454 12043 33763 11452 12035 33764 4318 12040 33765 11452 12035 33766 17449 11979 33767 4318 12040 33768 11453 11993 33769 11455 12041 33770 4319 12044 33771 11458 12045 33772 17454 12046 33773 4319 12044 33774 11457 12047 33775 11455 12041 33776 4319 12044 33777 11455 12041 33778 17451 11992 33779 4319 12044 33780 11456 11998 33781 17453 12006 33782 4320 12048 33783 11461 12049 33784 17456 12050 33785 4320 12048 33786 11460 12051 33787 11458 12045 33788 4320 12048 33789 11458 12045 33790 11459 12005 33791 4320 12048 33792 11459 12005 33793 17455 12014 33794 4321 12052 33795 11464 12053 33796 17458 12054 33797 4321 12052 33798 11463 12055 33799 11461 12049 33800 4321 12052 33801 11461 12049 33802 11462 12013 33803 4321 12052 33804 11462 12013 33805 17457 12021 33806 4322 12056 33807 11467 12026 33808 17460 12025 33809 4322 12056 33810 11466 12057 33811 11464 12053 33812 4322 12056 33813 11464 12053 33814 11465 12020 33815 4322 12056 33816 11465 12020 33817 17459 11957 33818 4323 12058 33819 13391 12059 33820 18493 12060 33821 4323 12058 33822 13440 12061 33823 11485 12062 33824 4323 12058 33825 11485 12062 33826 13439 12063 33827 4323 12058 33828 13439 12063 33829 13391 12059 33830 4324 12064 33831 13441 12065 33832 18492 12066 33833 4324 12064 33834 13438 12067 33835 11498 12068 33836 4324 12064 33837 11498 12068 33838 17484 12069 33839 4324 12064 33840 11486 12070 33841 13441 12065 33842 4325 12071 33843 11492 12072 33844 11487 12073 33845 4325 12071 33846 11487 12073 33847 17480 12074 33848 4325 12071 33849 13558 12075 33850 13433 12076 33851 4325 12071 33852 13433 12076 33853 17485 12077 33854 4326 12078 33855 11493 12079 33856 11903 12080 33857 4326 12078 33858 11903 12080 33859 17719 12081 33860 4326 12078 33861 11491 12082 33862 11487 12073 33863 4326 12078 33864 11487 12073 33865 17481 12083 33866 4327 12084 33867 13558 12075 33868 11488 12085 33869 4327 12084 33870 11488 12085 33871 17483 12086 33872 4327 12084 33873 11495 12087 33874 13434 12088 33875 4327 12084 33876 13434 12088 33877 13558 12075 33878 4328 12089 33879 11491 12082 33880 17719 12081 33881 4328 12089 33882 11904 12090 33883 11496 12091 33884 4328 12089 33885 11496 12091 33886 17483 12086 33887 4328 12089 33888 11488 12085 33889 11491 12082 33890 4329 12092 33891 11493 12079 33892 17481 12083 33893 4329 12092 33894 11489 12093 33895 11494 12094 33896 4329 12092 33897 11494 12094 33898 17696 12095 33899 4329 12092 33900 11843 12096 33901 11493 12079 33902 4330 12097 33903 11492 12072 33904 13436 12098 33905 4330 12097 33906 13436 12098 33907 18510 12099 33908 4330 12097 33909 13439 12063 33910 17482 12100 33911 4330 12097 33912 11489 12093 33913 17481 12083 33914 4331 12101 33915 11497 12102 33916 11490 12103 33917 4331 12101 33918 11490 12103 33919 17483 12086 33920 4331 12101 33921 11496 12091 33922 11772 12104 33923 4331 12101 33924 11772 12104 33925 17670 12105 33926 4332 12106 33927 11498 12068 33928 17779 12107 33929 4332 12106 33930 11499 12108 33931 11495 12087 33932 4332 12106 33933 11495 12087 33934 11490 12103 33935 4332 12106 33936 11490 12103 33937 11498 12068 33938 4333 12109 33939 11541 12110 33940 17506 12111 33941 4333 12109 33942 11501 12112 33943 11543 12113 33944 4333 12109 33945 11543 12113 33946 17559 12114 33947 4333 12109 33948 11593 12115 33949 11541 12110 33950 4334 12116 33951 11542 12117 33952 11593 12115 33953 4334 12116 33954 11593 12115 33955 11544 12118 33956 4334 12116 33957 11544 12118 33958 17511 12119 33959 4334 12116 33960 11502 12120 33961 11542 12117 33962 4335 12121 33963 11540 12122 33964 11503 12123 33965 4335 12121 33966 11503 12123 33967 17512 12124 33968 4335 12121 33969 11545 12125 33970 11594 12126 33971 4335 12121 33972 11594 12126 33973 17557 12127 33974 4336 12128 33975 11539 12129 33976 11594 12126 33977 4336 12128 33978 11594 12126 33979 17560 12130 33980 4336 12128 33981 11546 12131 33982 11504 12132 33983 4336 12128 33984 11504 12132 33985 17507 12133 33986 4337 12134 33987 11550 12135 33988 17517 12136 33989 4337 12134 33990 11506 12137 33991 11551 12138 33992 4337 12134 33993 11551 12138 33994 17563 12139 33995 4337 12134 33996 11595 12140 33997 11550 12135 33998 4338 12141 33999 11549 12142 34000 17562 12143 34001 4338 12141 34002 11595 12140 34003 11552 12144 34004 4338 12141 34005 11552 12144 34006 17520 12145 34007 4338 12141 34008 11507 12146 34009 11549 12142 34010 4339 12147 34011 11548 12148 34012 11508 12149 34013 4339 12147 34014 11508 12149 34015 17521 12150 34016 4339 12147 34017 11553 12151 34018 11596 12152 34019 4339 12147 34020 11596 12152 34021 17561 12153 34022 4340 12154 34023 11547 12155 34024 11596 12152 34025 4340 12154 34026 11596 12152 34027 17564 12156 34028 4340 12154 34029 11554 12157 34030 11505 12158 34031 4340 12154 34032 11505 12158 34033 17514 12159 34034 4341 12160 34035 11558 12161 34036 17525 12162 34037 4341 12160 34038 11510 12163 34039 11559 12164 34040 4341 12160 34041 11559 12164 34042 17567 12165 34043 4341 12160 34044 11597 12166 34045 11558 12161 34046 4342 12167 34047 11557 12168 34048 11597 12166 34049 4342 12167 34050 11597 12166 34051 11560 12169 34052 4342 12167 34053 11560 12169 34054 17528 12170 34055 4342 12167 34056 11511 12171 34057 17524 12172 34058 4343 12173 34059 11556 12174 34060 17523 12175 34061 4343 12173 34062 11512 12176 34063 17529 12177 34064 4343 12173 34065 11562 12178 34066 11598 12179 34067 4343 12173 34068 11598 12179 34069 11556 12174 34070 4344 12180 34071 11555 12181 34072 11598 12179 34073 4344 12180 34074 11598 12179 34075 17568 12182 34076 4344 12180 34077 11561 12183 34078 11509 12184 34079 4344 12180 34080 11509 12184 34081 17522 12185 34082 4345 12186 34083 11571 12187 34084 17538 12188 34085 4345 12186 34086 11513 12189 34087 11575 12190 34088 4345 12186 34089 11575 12190 34090 17575 12191 34091 4345 12186 34092 11599 12192 34093 11571 12187 34094 4346 12193 34095 11572 12194 34096 17573 12195 34097 4346 12193 34098 11599 12192 34099 11576 12196 34100 4346 12193 34101 11576 12196 34102 17543 12197 34103 4346 12193 34104 11514 12198 34105 11572 12194 34106 4347 12199 34107 11574 12200 34108 11515 12201 34109 4347 12199 34110 11515 12201 34111 17544 12202 34112 4347 12199 34113 11577 12203 34114 11600 12204 34115 4347 12199 34116 11600 12204 34117 17574 12205 34118 4348 12206 34119 11573 12207 34120 11600 12204 34121 4348 12206 34122 11600 12204 34123 17576 12208 34124 4348 12206 34125 11578 12209 34126 11516 12210 34127 4348 12206 34128 11516 12210 34129 17541 12211 34130 4349 12212 34131 11567 12213 34132 17535 12214 34133 4349 12212 34134 11518 12215 34135 11579 12216 34136 4349 12212 34137 11579 12216 34138 17577 12217 34139 4349 12212 34140 11601 12218 34141 11567 12213 34142 4350 12219 34143 11568 12220 34144 11601 12218 34145 4350 12219 34146 11601 12218 34147 11580 12221 34148 4350 12219 34149 11580 12221 34150 17548 12222 34151 4350 12219 34152 11519 12223 34153 17536 12224 34154 4351 12225 34155 11570 12226 34156 11520 12227 34157 4351 12225 34158 11520 12227 34159 17549 12228 34160 4351 12225 34161 11582 12229 34162 11602 12230 34163 4351 12225 34164 11602 12230 34165 17572 12231 34166 4352 12232 34167 11569 12233 34168 11602 12230 34169 4352 12232 34170 11602 12230 34171 17578 12234 34172 4352 12232 34173 11581 12235 34174 11517 12236 34175 4352 12232 34176 11517 12236 34177 11569 12233 34178 4353 12237 34179 11563 12238 34180 17531 12239 34181 4353 12237 34182 11522 12240 34183 11583 12241 34184 4353 12237 34185 11583 12241 34186 17579 12242 34187 4353 12237 34188 11603 12243 34189 11563 12238 34190 4354 12244 34191 11564 12245 34192 17569 12246 34193 4354 12244 34194 11603 12243 34195 11584 12247 34196 4354 12244 34197 11584 12247 34198 17552 12248 34199 4354 12244 34200 11523 12249 34201 11564 12245 34202 4355 12250 34203 11566 12251 34204 17533 12252 34205 4355 12250 34206 11524 12253 34207 17553 12254 34208 4355 12250 34209 11586 12255 34210 11604 12256 34211 4355 12250 34212 11604 12256 34213 11566 12251 34214 4356 12257 34215 11565 12258 34216 11604 12256 34217 4356 12257 34218 11604 12256 34219 17580 12259 34220 4356 12257 34221 11585 12260 34222 11521 12261 34223 4356 12257 34224 11521 12261 34225 17530 12262 34226 4357 12263 34227 11583 12241 34228 17551 12264 34229 4357 12263 34230 11526 12265 34231 11588 12266 34232 4357 12263 34233 11588 12266 34234 17581 12267 34235 4357 12263 34236 11605 12268 34237 11583 12241 34238 4358 12269 34239 11584 12247 34240 17579 12242 34241 4358 12269 34242 11605 12268 34243 11587 12270 34244 4358 12269 34245 11587 12270 34246 17501 12271 34247 4358 12269 34248 11527 12272 34249 11584 12247 34250 4359 12273 34251 11586 12255 34252 11528 12274 34253 4359 12273 34254 11528 12274 34255 11590 12275 34256 4359 12273 34257 11590 12275 34258 11606 12276 34259 4359 12273 34260 11606 12276 34261 17580 12259 34262 4360 12277 34263 11585 12260 34264 11606 12276 34265 4360 12277 34266 11606 12276 34267 17582 12278 34268 4360 12277 34269 11589 12279 34270 17504 12280 34271 4360 12277 34272 11525 12281 34273 17550 12282 34274 4361 12283 34275 11579 12216 34276 17547 12284 34277 4361 12283 34278 11530 12285 34279 17504 12280 34280 4361 12283 34281 11589 12279 34282 17582 12278 34283 4361 12283 34284 11607 12286 34285 11579 12216 34286 4362 12287 34287 11580 12221 34288 17577 12217 34289 4362 12287 34290 11607 12286 34291 11590 12275 34292 4362 12287 34293 11590 12275 34294 17502 12288 34295 4362 12287 34296 11531 12289 34297 11580 12221 34298 4363 12290 34299 11582 12229 34300 11532 12291 34301 4363 12290 34302 11532 12291 34303 17503 12292 34304 4363 12290 34305 11592 12293 34306 11608 12294 34307 4363 12290 34308 11608 12294 34309 17578 12234 34310 4364 12295 34311 11581 12235 34312 11608 12294 34313 4364 12295 34314 11608 12294 34315 17583 12296 34316 4364 12295 34317 11591 12297 34318 11529 12298 34319 4364 12295 34320 11529 12298 34321 17546 12299 34322 4365 12300 34323 11575 12190 34324 17542 12301 34325 4365 12300 34326 11533 12302 34327 17505 12303 34328 4365 12300 34329 11591 12297 34330 17583 12296 34331 4365 12300 34332 11609 12304 34333 11575 12190 34334 4366 12305 34335 11576 12196 34336 17575 12191 34337 4366 12305 34338 11609 12304 34339 11592 12293 34340 4366 12305 34341 11592 12293 34342 11534 12306 34343 4366 12305 34344 11534 12306 34345 11576 12196 34346 4367 12307 34347 11577 12203 34348 11535 12308 34349 4367 12307 34350 11535 12308 34351 17497 12309 34352 4367 12307 34353 11611 12310 34354 11610 12311 34355 4367 12307 34356 11610 12311 34357 17576 12208 34358 4368 12312 34359 11578 12209 34360 11610 12311 34361 4368 12312 34362 11610 12311 34363 17498 12313 34364 4368 12312 34365 11500 12314 34366 11536 12315 34367 4368 12312 34368 11536 12315 34369 17545 12316 34370 4369 12317 34371 11588 12266 34372 17500 12318 34373 4369 12317 34374 13655 12319 34375 13626 12320 34376 4369 12317 34377 13626 12320 34378 18600 12321 34379 4369 12317 34380 13656 12322 34381 11588 12266 34382 4370 12323 34383 11587 12270 34384 17581 12267 34385 4370 12323 34386 13656 12322 34387 13658 12324 34388 4370 12323 34389 13658 12324 34390 18607 12325 34391 4370 12323 34392 13657 12326 34393 17501 12271 34394 4371 12327 34395 11613 12328 34396 17490 12329 34397 4371 12327 34398 11476 12330 34399 11477 12331 34400 4371 12327 34401 11477 12331 34402 17556 12332 34403 4371 12327 34404 11612 12333 34405 11613 12328 34406 4372 12334 34407 11622 12335 34408 11559 12164 34409 4372 12334 34410 11559 12164 34411 17527 12336 34412 4372 12334 34413 11616 12337 34414 11626 12338 34415 4372 12334 34416 11626 12338 34417 17588 12339 34418 4373 12340 34419 11623 12341 34420 17588 12339 34421 4373 12340 34422 11626 12338 34423 17585 12342 34424 4373 12340 34425 11617 12343 34426 17531 12239 34427 4373 12340 34428 11563 12238 34429 11623 12341 34430 4374 12344 34431 11618 12345 34432 11560 12169 34433 4374 12344 34434 11560 12169 34435 17567 12165 34436 4374 12344 34437 11622 12335 34438 11627 12346 34439 4374 12344 34440 11627 12346 34441 17586 12347 34442 4375 12348 34443 11619 12349 34444 17586 12347 34445 4375 12348 34446 11627 12346 34447 11623 12341 34448 4375 12348 34449 11623 12341 34450 17569 12246 34451 4375 12348 34452 11564 12245 34453 11619 12349 34454 4376 12350 34455 11624 12351 34456 17568 12182 34457 4376 12350 34458 11562 12178 34459 11620 12352 34460 4376 12350 34461 11620 12352 34462 17587 12353 34463 4376 12350 34464 11628 12354 34465 11624 12351 34466 4377 12355 34467 11625 12356 34468 11628 12354 34469 4377 12355 34470 11628 12354 34471 17587 12353 34472 4377 12355 34473 11621 12357 34474 11566 12251 34475 4377 12355 34476 11566 12251 34477 17570 12358 34478 4378 12359 34479 11614 12360 34480 17526 12361 34481 4378 12359 34482 11561 12183 34483 11624 12351 34484 4378 12359 34485 11624 12351 34486 17589 12362 34487 4378 12359 34488 11629 12363 34489 17584 12364 34490 4379 12365 34491 11615 12366 34492 11629 12363 34493 4379 12365 34494 11629 12363 34495 17589 12362 34496 4379 12365 34497 11625 12356 34498 11565 12258 34499 4379 12365 34500 11565 12258 34501 17530 12262 34502 4380 12367 34503 11638 12368 34504 11551 12138 34505 4380 12367 34506 11551 12138 34507 17519 12369 34508 4380 12367 34509 11632 12370 34510 11642 12371 34511 4380 12367 34512 11642 12371 34513 17594 12372 34514 4381 12373 34515 11639 12374 34516 17594 12372 34517 4381 12373 34518 11642 12371 34519 11633 12375 34520 4381 12373 34521 11633 12375 34522 11567 12213 34523 4381 12373 34524 11567 12213 34525 11639 12374 34526 4382 12376 34527 11634 12377 34528 11552 12144 34529 4382 12376 34530 11552 12144 34531 17563 12139 34532 4382 12376 34533 11638 12368 34534 11643 12378 34535 4382 12376 34536 11643 12378 34537 17592 12379 34538 4383 12380 34539 11635 12381 34540 17592 12379 34541 4383 12380 34542 11643 12378 34543 11639 12374 34544 4383 12380 34545 11639 12374 34546 17571 12382 34547 4383 12380 34548 11568 12220 34549 11635 12381 34550 4384 12383 34551 11640 12384 34552 17564 12156 34553 4384 12383 34554 11553 12151 34555 11636 12385 34556 4384 12383 34557 11636 12385 34558 17593 12386 34559 4384 12383 34560 11644 12387 34561 11640 12384 34562 4385 12388 34563 11641 12389 34564 11644 12387 34565 4385 12388 34566 11644 12387 34567 17593 12386 34568 4385 12388 34569 11637 12390 34570 11570 12226 34571 4385 12388 34572 11570 12226 34573 17572 12231 34574 4386 12391 34575 11630 12392 34576 17518 12393 34577 4386 12391 34578 11554 12157 34579 11640 12384 34580 4386 12391 34581 11640 12384 34582 17595 12394 34583 4386 12391 34584 11645 12395 34585 17590 12396 34586 4387 12397 34587 11631 12398 34588 11645 12395 34589 4387 12397 34590 11645 12395 34591 17595 12394 34592 4387 12397 34593 11641 12389 34594 11569 12233 34595 4387 12397 34596 11569 12233 34597 17534 12399 34598 4388 12400 34599 11654 12401 34600 11543 12113 34601 4388 12400 34602 11543 12113 34603 17510 12402 34604 4388 12400 34605 11646 12403 34606 11658 12404 34607 4388 12400 34608 11658 12404 34609 17600 12405 34610 4389 12406 34611 11655 12407 34612 11658 12404 34613 4389 12406 34614 11658 12404 34615 17596 12408 34616 4389 12406 34617 11647 12409 34618 11571 12187 34619 4389 12406 34620 11571 12187 34621 17573 12195 34622 4390 12410 34623 11648 12411 34624 11544 12118 34625 4390 12410 34626 11544 12118 34627 17559 12114 34628 4390 12410 34629 11654 12401 34630 11659 12412 34631 4390 12410 34632 11659 12412 34633 17597 12413 34634 4391 12414 34635 11649 12415 34636 17597 12413 34637 4391 12414 34638 11659 12412 34639 11655 12407 34640 4391 12414 34641 11655 12407 34642 17573 12195 34643 4391 12414 34644 11572 12194 34645 11649 12415 34646 4392 12416 34647 11656 12417 34648 17560 12130 34649 4392 12416 34650 11545 12125 34651 11650 12418 34652 4392 12416 34653 11650 12418 34654 17598 12419 34655 4392 12416 34656 11660 12420 34657 11656 12417 34658 4393 12421 34659 11657 12422 34660 17601 12423 34661 4393 12421 34662 11660 12420 34663 17598 12419 34664 4393 12421 34665 11651 12424 34666 11574 12200 34667 4393 12421 34668 11574 12200 34669 11657 12422 34670 4394 12425 34671 11652 12426 34672 17513 12427 34673 4394 12425 34674 11546 12131 34675 11656 12417 34676 4394 12425 34677 11656 12417 34678 17601 12423 34679 4394 12425 34680 11661 12428 34681 11652 12426 34682 4395 12429 34683 11653 12430 34684 17599 12431 34685 4395 12429 34686 11661 12428 34687 11657 12422 34688 4395 12429 34689 11657 12422 34690 17574 12205 34691 4395 12429 34692 11573 12207 34693 11653 12430 34694 4396 12432 34695 11662 12433 34696 17496 12434 34697 4396 12432 34698 11612 12333 34699 11670 12435 34700 4396 12432 34701 11670 12435 34702 17606 12436 34703 4396 12432 34704 11675 12437 34705 11662 12433 34706 4397 12438 34707 11663 12439 34708 17602 12440 34709 4397 12438 34710 11675 12437 34711 11669 12441 34712 4397 12438 34713 11669 12441 34714 17498 12313 34715 4397 12438 34716 11611 12310 34717 11663 12439 34718 4398 12442 34719 11670 12435 34720 17556 12332 34721 4398 12442 34722 11477 12331 34723 11475 12443 34724 4398 12442 34725 11475 12443 34726 17603 12444 34727 4398 12442 34728 11676 12445 34729 11670 12435 34730 4399 12446 34731 11669 12441 34732 17606 12436 34733 4399 12446 34734 11676 12445 34735 11664 12447 34736 4399 12446 34737 11664 12447 34738 17499 12448 34739 4399 12446 34740 11500 12314 34741 11669 12441 34742 4400 12449 34743 11510 12163 34744 11680 12450 34745 4400 12449 34746 11680 12450 34747 17611 12451 34748 4400 12449 34749 11679 12452 34750 11678 12453 34751 4400 12449 34752 11678 12453 34753 17527 12336 34754 4401 12454 34755 11509 12184 34756 17526 12361 34757 4401 12454 34758 11677 12455 34759 11682 12456 34760 4401 12454 34761 11682 12456 34762 17612 12457 34763 4401 12454 34764 11681 12458 34765 11509 12184 34766 4402 12459 34767 11506 12137 34768 11686 12460 34769 4402 12459 34770 11686 12460 34771 17615 12461 34772 4402 12459 34773 11685 12462 34774 11684 12463 34775 4402 12459 34776 11684 12463 34777 17519 12369 34778 4403 12464 34779 11505 12158 34780 17518 12393 34781 4403 12464 34782 11683 12465 34783 11688 12466 34784 4403 12464 34785 11688 12466 34786 17616 12467 34787 4403 12464 34788 11687 12468 34789 11505 12158 34790 4404 12469 34791 11504 12132 34792 11689 12470 34793 4404 12469 34794 11689 12470 34795 11692 12471 34796 4404 12469 34797 11692 12471 34798 17619 12472 34799 4404 12469 34800 11691 12473 34801 11504 12132 34802 4405 12474 34803 11501 12112 34804 11694 12475 34805 4405 12474 34806 11694 12475 34807 17620 12476 34808 4405 12474 34809 11693 12477 34810 11690 12478 34811 4405 12474 34812 11690 12478 34813 17510 12402 34814 4406 12479 34815 11653 12430 34816 11697 12480 34817 4406 12479 34818 11697 12480 34819 17622 12481 34820 4406 12479 34821 11696 12482 34822 11695 12483 34823 4406 12479 34824 11695 12483 34825 17599 12431 34826 4407 12484 34827 11652 12426 34828 17599 12431 34829 4407 12484 34830 11695 12483 34831 17621 12485 34832 4407 12484 34833 11699 12486 34834 17623 12487 34835 4407 12484 34836 11698 12488 34837 11652 12426 34838 4408 12489 34839 11647 12409 34840 17596 12408 34841 4408 12489 34842 11702 12490 34843 11701 12491 34844 4408 12489 34845 11701 12491 34846 17625 12492 34847 4408 12489 34848 11700 12493 34849 11647 12409 34850 4409 12494 34851 11646 12403 34852 11704 12495 34853 4409 12494 34854 11704 12495 34855 17626 12496 34856 4409 12494 34857 11703 12497 34858 17624 12498 34859 4409 12494 34860 11702 12490 34861 17596 12408 34862 4410 12499 34863 11633 12375 34864 17591 12500 34865 4410 12499 34866 11707 12501 34867 11706 12502 34868 4410 12499 34869 11706 12502 34870 17628 12503 34871 4410 12499 34872 11705 12504 34873 17535 12214 34874 4411 12505 34875 11632 12370 34876 11709 12506 34877 4411 12505 34878 11709 12506 34879 17629 12507 34880 4411 12505 34881 11708 12508 34882 11707 12501 34883 4411 12505 34884 11707 12501 34885 11632 12370 34886 4412 12509 34887 11631 12398 34888 17534 12399 34889 4412 12509 34890 11712 12510 34891 17631 12511 34892 4412 12509 34893 11711 12512 34894 11710 12513 34895 4412 12509 34896 11710 12513 34897 17590 12396 34898 4413 12514 34899 11630 12392 34900 17590 12396 34901 4413 12514 34902 11710 12513 34903 11714 12515 34904 4413 12514 34905 11714 12515 34906 17632 12516 34907 4413 12514 34908 11713 12517 34909 11630 12392 34910 4414 12518 34911 11617 12343 34912 17585 12342 34913 4414 12518 34914 11717 12519 34915 11716 12520 34916 4414 12518 34917 11716 12520 34918 17634 12521 34919 4414 12518 34920 11715 12522 34921 17531 12239 34922 4415 12523 34923 11616 12337 34924 11719 12524 34925 4415 12523 34926 11719 12524 34927 17635 12525 34928 4415 12523 34929 11718 12526 34930 11717 12519 34931 4415 12523 34932 11717 12519 34933 17585 12342 34934 4416 12527 34935 11615 12366 34936 11722 12528 34937 4416 12527 34938 11722 12528 34939 17637 12529 34940 4416 12527 34941 11721 12530 34942 11720 12531 34943 4416 12527 34944 11720 12531 34945 17584 12364 34946 4417 12532 34947 11614 12360 34948 17584 12364 34949 4417 12532 34950 11720 12531 34951 17636 12533 34952 4417 12532 34953 11724 12534 34954 17638 12535 34955 4417 12532 34956 11723 12536 34957 11614 12360 34958 4418 12537 34959 11526 12265 34960 11727 12538 34961 4418 12537 34962 11727 12538 34963 11726 12539 34964 4418 12537 34965 11726 12539 34966 17639 12540 34967 4418 12537 34968 11725 12541 34969 11526 12265 34970 4419 12542 34971 11525 12281 34972 17504 12280 34973 4419 12542 34974 11730 12543 34975 17641 12544 34976 4419 12542 34977 11729 12545 34978 11728 12546 34979 4419 12542 34980 11728 12546 34981 11525 12281 34982 4420 12547 34983 11522 12240 34984 17531 12239 34985 4420 12547 34986 11732 12548 34987 17643 12549 34988 4420 12547 34989 11731 12550 34990 17640 12551 34991 4420 12547 34992 11727 12538 34993 17551 12264 34994 4421 12552 34995 11521 12261 34996 17550 12282 34997 4421 12552 34998 11728 12546 34999 11734 12553 35000 4421 12552 35001 11734 12553 35002 11733 12554 35003 4421 12552 35004 11733 12554 35005 17530 12262 35006 4422 12555 35007 11530 12285 35008 11737 12556 35009 4422 12555 35010 11737 12556 35011 11736 12557 35012 4422 12555 35013 11736 12557 35014 17645 12558 35015 4422 12555 35016 11735 12559 35017 11530 12285 35018 4423 12560 35019 11529 12298 35020 11740 12561 35021 4423 12560 35022 11740 12561 35023 17647 12562 35024 4423 12560 35025 11739 12563 35026 11738 12564 35027 4423 12560 35028 11738 12564 35029 11529 12298 35030 4424 12565 35031 11518 12215 35032 17535 12214 35033 4424 12565 35034 11742 12566 35035 17649 12567 35036 4424 12565 35037 11741 12568 35038 17646 12569 35039 4424 12565 35040 11737 12556 35041 17547 12284 35042 4425 12570 35043 11517 12236 35044 17546 12299 35045 4425 12570 35046 11738 12564 35047 17648 12571 35048 4425 12570 35049 11744 12572 35050 17650 12573 35051 4425 12570 35052 11743 12574 35053 17534 12399 35054 4426 12575 35055 11536 12315 35056 11747 12576 35057 4426 12575 35058 11747 12576 35059 17651 12577 35060 4426 12575 35061 11746 12578 35062 11745 12579 35063 4426 12575 35064 11745 12579 35065 11536 12315 35066 4427 12580 35067 11533 12302 35068 11750 12581 35069 4427 12580 35070 11750 12581 35071 11749 12582 35072 4427 12580 35073 11749 12582 35074 17653 12583 35075 4427 12580 35076 11748 12584 35077 11533 12302 35078 4428 12585 35079 11516 12210 35080 17545 12316 35081 4428 12585 35082 11745 12579 35083 17652 12586 35084 4428 12585 35085 11752 12587 35086 17655 12588 35087 4428 12585 35088 11751 12589 35089 11516 12210 35090 4429 12590 35091 11513 12189 35092 11754 12591 35093 4429 12590 35094 11754 12591 35095 17656 12592 35096 4429 12590 35097 11753 12593 35098 17654 12594 35099 4429 12590 35100 11750 12581 35101 17542 12301 35102 4430 12595 35103 11668 12596 35104 17605 12597 35105 4430 12595 35106 11757 12598 35107 11756 12599 35108 4430 12595 35109 11756 12599 35110 17657 12600 35111 4430 12595 35112 11755 12601 35113 17504 12280 35114 4431 12602 35115 11667 12603 35116 11759 12604 35117 4431 12602 35118 11759 12604 35119 17659 12605 35120 4431 12602 35121 11758 12606 35122 17658 12607 35123 4431 12602 35124 11757 12598 35125 11667 12603 35126 4432 12608 35127 13655 12319 35128 17500 12318 35129 4432 12608 35130 11760 12609 35131 17661 12610 35132 4432 12608 35133 13670 12611 35134 18599 12612 35135 4433 12613 35136 11668 12596 35137 17504 12280 35138 4433 12613 35139 11765 12614 35140 17663 12615 35141 4433 12613 35142 11764 12616 35143 11763 12617 35144 4433 12613 35145 11763 12617 35146 17605 12597 35147 4434 12618 35148 11667 12603 35149 11763 12617 35150 4434 12618 35151 11763 12617 35152 17664 12619 35153 4434 12618 35154 11767 12620 35155 17665 12621 35156 4434 12618 35157 11766 12622 35158 11667 12603 35159 4435 12623 35160 11664 12447 35161 17603 12444 35162 4435 12623 35163 11770 12624 35164 11769 12625 35165 4435 12623 35166 11769 12625 35167 17666 12626 35168 4435 12623 35169 11768 12627 35170 11664 12447 35171 4436 12628 35172 11475 12443 35173 11474 12629 35174 4436 12628 35175 11474 12629 35176 17668 12630 35177 4436 12628 35178 11771 12631 35179 17667 12632 35180 4436 12628 35181 11770 12624 35182 11475 12443 35183 4437 12633 35184 11779 12634 35185 11511 12171 35186 4437 12633 35187 11511 12171 35188 11784 12635 35189 4437 12633 35190 11784 12635 35191 11820 12636 35192 4437 12633 35193 11820 12636 35194 17674 12637 35195 4438 12638 35196 11778 12639 35197 11820 12636 35198 4438 12638 35199 11820 12636 35200 17677 12640 35201 4438 12638 35202 11785 12641 35203 11512 12176 35204 4438 12638 35205 11512 12176 35206 11778 12639 35207 4439 12642 35208 11788 12643 35209 17532 12644 35210 4439 12642 35211 11523 12249 35212 11790 12645 35213 4439 12642 35214 11790 12645 35215 17680 12646 35216 4439 12642 35217 11821 12647 35218 11788 12643 35219 4440 12648 35220 11789 12649 35221 17679 12650 35222 4440 12648 35223 11821 12647 35224 11791 12651 35225 4440 12648 35226 11791 12651 35227 11524 12253 35228 4440 12648 35229 11524 12253 35230 11789 12649 35231 4441 12652 35232 11790 12645 35233 17552 12248 35234 4441 12652 35235 11527 12272 35236 17501 12271 35237 4441 12652 35238 11774 12653 35239 11822 12654 35240 4441 12652 35241 11822 12654 35242 11790 12645 35243 4442 12655 35244 11791 12651 35245 11822 12654 35246 4442 12655 35247 11822 12654 35248 11775 12656 35249 4442 12655 35250 11775 12656 35251 17502 12288 35252 4442 12655 35253 11528 12274 35254 17553 12254 35255 4443 12657 35256 11795 12658 35257 17682 12659 35258 4443 12657 35259 11823 12660 35260 11772 12104 35261 4443 12657 35262 11772 12104 35263 17492 12661 35264 4443 12657 35265 11538 12662 35266 11795 12658 35267 4444 12663 35268 11792 12664 35269 11555 12181 35270 4444 12663 35271 11555 12181 35272 11780 12665 35273 4444 12663 35274 11780 12665 35275 11824 12666 35276 4444 12663 35277 11824 12666 35278 17681 12667 35279 4445 12668 35280 11793 12669 35281 17681 12667 35282 4445 12668 35283 11824 12666 35284 17675 12670 35285 4445 12668 35286 11781 12671 35287 11558 12161 35288 4445 12668 35289 11558 12161 35290 11793 12669 35291 4446 12672 35292 11796 12673 35293 17604 12674 35294 4446 12672 35295 11665 12675 35296 11794 12676 35297 4446 12672 35298 11794 12676 35299 17682 12659 35300 4446 12672 35301 11825 12677 35302 11796 12673 35303 4447 12678 35304 11797 12679 35305 17684 12680 35306 4447 12678 35307 11825 12677 35308 11795 12658 35309 4447 12678 35310 11795 12658 35311 17555 12681 35312 4447 12678 35313 11674 12682 35314 11797 12679 35315 4448 12683 35316 11774 12653 35317 11666 12684 35318 4448 12683 35319 11666 12684 35320 17604 12674 35321 4448 12683 35322 11796 12673 35323 11826 12685 35324 4448 12683 35325 11826 12685 35326 17672 12686 35327 4449 12687 35328 11775 12656 35329 17672 12686 35330 4449 12687 35331 11826 12685 35332 11797 12679 35333 4449 12687 35334 11797 12679 35335 17608 12688 35336 4449 12687 35337 11673 12689 35338 11775 12656 35339 4450 12690 35340 11783 12691 35341 17527 12336 35342 4450 12690 35343 11678 12453 35344 11799 12692 35345 4450 12690 35346 11799 12692 35347 17685 12693 35348 4450 12690 35349 11827 12694 35350 11783 12691 35351 4451 12695 35352 11782 12696 35353 17676 12697 35354 4451 12695 35355 11827 12694 35356 17685 12693 35357 4451 12695 35358 11798 12698 35359 11677 12455 35360 4451 12695 35361 11677 12455 35362 11782 12696 35363 4452 12699 35364 11780 12665 35365 17522 12185 35366 4452 12699 35367 11681 12458 35368 11801 12700 35369 4452 12699 35370 11801 12700 35371 17686 12701 35372 4452 12699 35373 11828 12702 35374 11780 12665 35375 4453 12703 35376 11781 12671 35377 11828 12702 35378 4453 12703 35379 11828 12702 35380 17686 12701 35381 4453 12703 35382 11800 12704 35383 11680 12450 35384 4453 12703 35385 11680 12450 35386 17525 12162 35387 4454 12705 35388 11801 12700 35389 11682 12456 35390 4454 12705 35391 11682 12456 35392 17609 12706 35393 4454 12705 35394 11798 12698 35395 11829 12707 35396 4454 12705 35397 11829 12707 35398 17686 12701 35399 4455 12708 35400 11800 12704 35401 17686 12701 35402 4455 12708 35403 11829 12707 35404 11799 12692 35405 4455 12708 35406 11799 12692 35407 17610 12709 35408 4455 12708 35409 11679 12452 35410 11800 12704 35411 4456 12710 35412 11787 12711 35413 17531 12239 35414 4456 12710 35415 11715 12522 35416 11802 12712 35417 4456 12710 35418 11802 12712 35419 11830 12713 35420 4456 12710 35421 11830 12713 35422 17678 12714 35423 4457 12715 35424 11786 12716 35425 11830 12713 35426 4457 12715 35427 11830 12713 35428 17687 12717 35429 4457 12715 35430 11803 12718 35431 11722 12528 35432 4457 12715 35433 11722 12528 35434 17530 12262 35435 4458 12719 35436 11782 12696 35437 17526 12361 35438 4458 12719 35439 11723 12536 35440 11805 12720 35441 4458 12719 35442 11805 12720 35443 17688 12721 35444 4458 12719 35445 11831 12722 35446 11782 12696 35447 4459 12723 35448 11783 12691 35449 17676 12697 35450 4459 12723 35451 11831 12722 35452 11804 12724 35453 4459 12723 35454 11804 12724 35455 11719 12524 35456 4459 12723 35457 11719 12524 35458 11783 12691 35459 4460 12725 35460 11805 12720 35461 17638 12535 35462 4460 12725 35463 11724 12534 35464 11807 12726 35465 4460 12725 35466 11807 12726 35467 17689 12727 35468 4460 12725 35469 11832 12728 35470 11805 12720 35471 4461 12729 35472 11804 12724 35473 17688 12721 35474 4461 12729 35475 11832 12728 35476 11806 12730 35477 4461 12729 35478 11806 12730 35479 11718 12526 35480 4461 12729 35481 11718 12526 35482 17635 12525 35483 4462 12731 35484 11807 12726 35485 17636 12533 35486 4462 12731 35487 11721 12530 35488 17637 12529 35489 4462 12731 35490 11803 12718 35491 11833 12732 35492 4462 12731 35493 11833 12732 35494 11807 12726 35495 4463 12733 35496 11806 12730 35497 17689 12727 35498 4463 12733 35499 11833 12732 35500 11802 12712 35501 4463 12733 35502 11802 12712 35503 17634 12521 35504 4463 12733 35505 11716 12520 35506 11806 12730 35507 4464 12734 35508 11786 12716 35509 17530 12262 35510 4464 12734 35511 11733 12554 35512 11809 12735 35513 4464 12734 35514 11809 12735 35515 11834 12736 35516 4464 12734 35517 11834 12736 35518 17678 12714 35519 4465 12737 35520 11787 12711 35521 11834 12736 35522 4465 12737 35523 11834 12736 35524 17690 12738 35525 4465 12737 35526 11808 12739 35527 11732 12548 35528 4465 12737 35529 11732 12548 35530 17531 12239 35531 4466 12740 35532 11776 12741 35533 17500 12318 35534 4466 12740 35535 11725 12541 35536 11810 12742 35537 4466 12740 35538 11810 12742 35539 11835 12743 35540 4466 12740 35541 11835 12743 35542 17673 12744 35543 4467 12745 35544 11777 12746 35545 11835 12743 35546 4467 12745 35547 11835 12743 35548 17691 12747 35549 4467 12745 35550 11811 12748 35551 11730 12543 35552 4467 12745 35553 11730 12543 35554 17504 12280 35555 4468 12749 35556 11813 12750 35557 11729 12545 35558 4468 12749 35559 11729 12545 35560 17641 12544 35561 4468 12749 35562 11811 12748 35563 11836 12751 35564 4468 12749 35565 11836 12751 35566 17692 12752 35567 4469 12753 35568 11812 12754 35569 11836 12751 35570 4469 12753 35571 11836 12751 35572 17691 12747 35573 4469 12753 35574 11810 12742 35575 17639 12540 35576 4469 12753 35577 11726 12539 35578 17640 12551 35579 4470 12755 35580 11809 12735 35581 17644 12756 35582 4470 12755 35583 11734 12553 35584 17642 12757 35585 4470 12755 35586 11813 12750 35587 11837 12758 35588 4470 12755 35589 11837 12758 35590 17690 12738 35591 4471 12759 35592 11808 12739 35593 11837 12758 35594 4471 12759 35595 11837 12758 35596 17692 12752 35597 4471 12759 35598 11812 12754 35599 11731 12550 35600 4471 12759 35601 11731 12550 35602 17643 12549 35603 4472 12760 35604 11777 12746 35605 11755 12601 35606 4472 12760 35607 11755 12601 35608 11814 12761 35609 4472 12760 35610 11814 12761 35611 11838 12762 35612 4472 12760 35613 11838 12762 35614 17673 12744 35615 4473 12763 35616 11776 12741 35617 11838 12762 35618 4473 12763 35619 11838 12762 35620 17693 12764 35621 4473 12763 35622 11815 12765 35623 11760 12609 35624 4473 12763 35625 11760 12609 35626 11776 12741 35627 4474 12766 35628 11471 12767 35629 11472 12768 35630 4474 12766 35631 11472 12768 35632 17660 12769 35633 4474 12766 35634 11817 12770 35635 11839 12771 35636 4474 12766 35637 11839 12771 35638 17671 12772 35639 4475 12773 35640 11773 12774 35641 11839 12771 35642 4475 12773 35643 11839 12771 35644 17694 12775 35645 4475 12773 35646 11816 12776 35647 11759 12604 35648 4475 12773 35649 11759 12604 35650 17494 12777 35651 4476 12778 35652 11814 12761 35653 11756 12599 35654 4476 12778 35655 11756 12599 35656 17658 12607 35657 4476 12778 35658 11818 12779 35659 11840 12780 35660 4476 12778 35661 11840 12780 35662 17693 12764 35663 4477 12781 35664 11815 12765 35665 11840 12780 35666 4477 12781 35667 11840 12780 35668 17695 12782 35669 4477 12781 35670 11819 12783 35671 11761 12784 35672 4477 12781 35673 11761 12784 35674 17661 12610 35675 4478 12785 35676 11818 12779 35677 11758 12606 35678 4478 12785 35679 11758 12606 35680 17659 12605 35681 4478 12785 35682 11816 12776 35683 17694 12775 35684 4478 12785 35685 11841 12786 35686 17695 12782 35687 4479 12787 35688 11819 12783 35689 11841 12786 35690 4479 12787 35691 11841 12786 35692 17694 12775 35693 4479 12787 35694 11817 12770 35695 17660 12769 35696 4479 12787 35697 11762 12788 35698 17662 12789 35699 4480 12790 35700 11852 12791 35701 11502 12120 35702 4480 12790 35703 11502 12120 35704 11853 12792 35705 4480 12790 35706 11853 12792 35707 11885 12793 35708 4480 12790 35709 11885 12793 35710 17701 12794 35711 4481 12795 35712 11851 12796 35713 11885 12793 35714 4481 12795 35715 11885 12793 35716 17702 12797 35717 4481 12795 35718 11854 12798 35719 11503 12123 35720 4481 12795 35721 11503 12123 35722 17508 12799 35723 4482 12800 35724 11857 12801 35725 11514 12198 35726 4482 12800 35727 11514 12198 35728 11861 12802 35729 4482 12800 35730 11861 12802 35731 11886 12803 35732 4482 12800 35733 11886 12803 35734 17704 12804 35735 4483 12805 35736 11858 12806 35737 11886 12803 35738 4483 12805 35739 11886 12803 35740 17706 12807 35741 4483 12805 35742 11862 12808 35743 11515 12201 35744 4483 12805 35745 11515 12201 35746 17540 12809 35747 4484 12810 35748 11861 12802 35749 17543 12197 35750 4484 12810 35751 11534 12306 35752 17503 12292 35753 4484 12810 35754 11846 12811 35755 11887 12812 35756 4484 12810 35757 11887 12812 35758 17706 12807 35759 4485 12813 35760 11862 12808 35761 11887 12812 35762 4485 12813 35763 11887 12812 35764 17698 12814 35765 4485 12813 35766 11845 12815 35767 11535 12308 35768 4485 12813 35769 11535 12308 35770 17544 12202 35771 4486 12816 35772 11866 12817 35773 11537 12818 35774 4486 12816 35775 11537 12818 35776 17491 12819 35777 4486 12816 35778 11843 12096 35779 11888 12820 35780 4486 12816 35781 11888 12820 35782 17708 12821 35783 4487 12822 35784 11865 12823 35785 11888 12820 35786 4487 12822 35787 11888 12820 35788 17696 12095 35789 4487 12822 35790 11842 12824 35791 11613 12328 35792 4487 12822 35793 11613 12328 35794 17496 12434 35795 4488 12825 35796 11863 12826 35797 11539 12129 35798 4488 12825 35799 11539 12129 35800 11850 12827 35801 4488 12825 35802 11850 12827 35803 11889 12828 35804 4488 12825 35805 11889 12828 35806 17707 12829 35807 4489 12830 35808 11864 12831 35809 17707 12829 35810 4489 12830 35811 11889 12828 35812 11849 12832 35813 4489 12830 35814 11849 12832 35815 11541 12110 35816 4489 12830 35817 11541 12110 35818 11864 12831 35819 4490 12833 35820 11868 12834 35821 11672 12835 35822 4490 12833 35823 11672 12835 35824 17554 12836 35825 4490 12833 35826 11866 12817 35827 11890 12837 35828 4490 12833 35829 11890 12837 35830 17710 12838 35831 4491 12839 35832 11867 12840 35833 11890 12837 35834 4491 12839 35835 11890 12837 35836 17708 12821 35837 4491 12839 35838 11865 12823 35839 11662 12433 35840 4491 12839 35841 11662 12433 35842 17602 12440 35843 4492 12841 35844 11846 12811 35845 11671 12842 35846 4492 12841 35847 11671 12842 35848 17607 12843 35849 4492 12841 35850 11868 12834 35851 11891 12844 35852 4492 12841 35853 11891 12844 35854 11846 12811 35855 4493 12845 35856 11845 12815 35857 17698 12814 35858 4493 12845 35859 11891 12844 35860 11867 12840 35861 4493 12845 35862 11867 12840 35863 11663 12439 35864 4493 12845 35865 11663 12439 35866 11845 12815 35867 4494 12846 35868 11855 12847 35869 17510 12402 35870 4494 12846 35871 11690 12478 35872 11869 12848 35873 4494 12846 35874 11869 12848 35875 17711 12849 35876 4494 12846 35877 11892 12850 35878 17703 12851 35879 4495 12852 35880 11856 12853 35881 11892 12850 35882 4495 12852 35883 11892 12850 35884 11870 12854 35885 4495 12852 35886 11870 12854 35887 11689 12470 35888 4495 12852 35889 11689 12470 35890 17513 12427 35891 4496 12855 35892 11850 12827 35893 17507 12133 35894 4496 12855 35895 11691 12473 35896 11871 12856 35897 4496 12855 35898 11871 12856 35899 17712 12857 35900 4496 12855 35901 11893 12858 35902 11850 12827 35903 4497 12859 35904 11849 12832 35905 17700 12860 35906 4497 12859 35907 11893 12858 35908 11872 12861 35909 4497 12859 35910 11872 12861 35911 11694 12475 35912 4497 12859 35913 11694 12475 35914 17506 12111 35915 4498 12862 35916 11871 12856 35917 17619 12472 35918 4498 12862 35919 11692 12471 35920 17618 12863 35921 4498 12862 35922 11870 12854 35923 17711 12849 35924 4498 12862 35925 11894 12864 35926 11871 12856 35927 4499 12865 35928 11872 12861 35929 17712 12857 35930 4499 12865 35931 11894 12864 35932 11869 12848 35933 4499 12865 35934 11869 12848 35935 17617 12866 35936 4499 12865 35937 11693 12477 35938 11872 12861 35939 4500 12867 35940 11859 12868 35941 17538 12188 35942 4500 12867 35943 11700 12493 35944 11874 12869 35945 4500 12867 35946 11874 12869 35947 11895 12870 35948 4500 12867 35949 11895 12870 35950 17705 12871 35951 4501 12872 35952 11860 12873 35953 11895 12870 35954 4501 12872 35955 11895 12870 35956 17713 12874 35957 4501 12872 35958 11873 12875 35959 11697 12480 35960 4501 12872 35961 11697 12480 35962 17541 12211 35963 4502 12876 35964 11856 12853 35965 17513 12427 35966 4502 12876 35967 11698 12488 35968 11875 12877 35969 4502 12876 35970 11875 12877 35971 17714 12878 35972 4502 12876 35973 11896 12879 35974 17703 12851 35975 4503 12880 35976 11855 12847 35977 11896 12879 35978 4503 12880 35979 11896 12879 35980 17714 12878 35981 4503 12880 35982 11876 12881 35983 11704 12495 35984 4503 12880 35985 11704 12495 35986 17510 12402 35987 4504 12882 35988 11875 12877 35989 17623 12487 35990 4504 12882 35991 11699 12486 35992 11877 12883 35993 4504 12882 35994 11877 12883 35995 17715 12884 35996 4504 12882 35997 11897 12885 35998 11875 12877 35999 4505 12886 36000 11876 12881 36001 11897 12885 36002 4505 12886 36003 11897 12885 36004 17715 12884 36005 4505 12886 36006 11878 12887 36007 11703 12497 36008 4505 12886 36009 11703 12497 36010 17626 12496 36011 4506 12888 36012 11877 12883 36013 11696 12482 36014 4506 12888 36015 11696 12482 36016 17622 12481 36017 4506 12888 36018 11873 12875 36019 11898 12889 36020 4506 12888 36021 11898 12889 36022 17715 12884 36023 4507 12890 36024 11878 12887 36025 11898 12889 36026 4507 12890 36027 11898 12889 36028 17713 12874 36029 4507 12890 36030 11874 12869 36031 17625 12492 36032 4507 12890 36033 11701 12491 36034 17624 12498 36035 4508 12891 36036 11860 12873 36037 11751 12589 36038 4508 12891 36039 11751 12589 36040 11879 12892 36041 4508 12891 36042 11879 12892 36043 11899 12893 36044 4508 12891 36045 11899 12893 36046 17705 12871 36047 4509 12894 36048 11859 12868 36049 11899 12893 36050 4509 12894 36051 11899 12893 36052 17716 12895 36053 4509 12894 36054 11880 12896 36055 11754 12591 36056 4509 12894 36057 11754 12591 36058 17538 12188 36059 4510 12897 36060 11848 12898 36061 17505 12303 36062 4510 12897 36063 11748 12584 36064 11882 12899 36065 4510 12897 36066 11882 12899 36067 17717 12900 36068 4510 12897 36069 11900 12901 36070 17699 12902 36071 4511 12903 36072 11847 12904 36073 11900 12901 36074 4511 12903 36075 11900 12901 36076 11881 12905 36077 4511 12903 36078 11881 12905 36079 11747 12576 36080 4511 12903 36081 11747 12576 36082 17499 12448 36083 4512 12906 36084 11883 12907 36085 11746 12578 36086 4512 12906 36087 11746 12578 36088 17651 12577 36089 4512 12906 36090 11881 12905 36091 11901 12908 36092 4512 12906 36093 11901 12908 36094 17718 12909 36095 4513 12910 36096 11884 12911 36097 17718 12909 36098 4513 12910 36099 11901 12908 36100 11882 12899 36101 4513 12910 36102 11882 12899 36103 17653 12583 36104 4513 12910 36105 11749 12582 36106 11884 12911 36107 4514 12912 36108 11879 12892 36109 17655 12588 36110 4514 12912 36111 11752 12587 36112 11883 12907 36113 4514 12912 36114 11883 12907 36115 17718 12909 36116 4514 12912 36117 11902 12913 36118 11879 12892 36119 4515 12914 36120 11880 12896 36121 11902 12913 36122 4515 12914 36123 11902 12913 36124 11884 12911 36125 4515 12914 36126 11884 12911 36127 11753 12593 36128 4515 12914 36129 11753 12593 36130 17656 12592 36131 4516 12915 36132 11847 12904 36133 11768 12627 36134 4516 12915 36135 11768 12627 36136 17666 12626 36137 4516 12915 36138 13514 12916 36139 13511 12917 36140 4516 12915 36141 13511 12917 36142 17699 12902 36143 4517 12918 36144 11473 12919 36145 17697 12920 36146 4517 12918 36147 13510 12921 36148 13513 12922 36149 4517 12918 36150 13513 12922 36151 17668 12630 36152 4517 12918 36153 11474 12629 36154 11473 12919 36155 4518 12923 36156 13514 12916 36157 11769 12625 36158 4518 12923 36159 11769 12625 36160 17667 12632 36161 4518 12923 36162 13512 12924 36163 17669 12925 36164 4518 12923 36165 13508 12926 36166 13514 12916 36167 4519 12927 36168 13512 12924 36169 11771 12631 36170 4519 12927 36171 11771 12631 36172 17668 12630 36173 4519 12927 36174 13513 12922 36175 17743 12928 36176 4519 12927 36177 13507 12929 36178 13512 12924 36179 4520 12930 36180 11912 12931 36181 17516 12932 36182 4520 12930 36183 11507 12146 36184 11917 12933 36185 4520 12930 36186 11917 12933 36187 11949 12934 36188 4520 12930 36189 11949 12934 36190 17723 12935 36191 4521 12936 36192 11911 12937 36193 11949 12934 36194 4521 12936 36195 11949 12934 36196 17726 12938 36197 4521 12936 36198 11918 12939 36199 11508 12149 36200 4521 12936 36201 11508 12149 36202 17515 12940 36203 4522 12941 36204 11921 12942 36205 11519 12223 36206 4522 12941 36207 11519 12223 36208 11923 12943 36209 4522 12941 36210 11923 12943 36211 11950 12944 36212 4522 12941 36213 11950 12944 36214 17728 12945 36215 4523 12946 36216 11922 12947 36217 11950 12944 36218 4523 12946 36219 11950 12944 36220 17729 12948 36221 4523 12946 36222 11924 12949 36223 11520 12227 36224 4523 12946 36225 11520 12227 36226 11922 12947 36227 4524 12950 36228 11923 12943 36229 17548 12222 36230 4524 12950 36231 11531 12289 36232 11907 12951 36233 4524 12950 36234 11907 12951 36235 11951 12952 36236 4524 12950 36237 11951 12952 36238 11923 12943 36239 4525 12953 36240 11924 12949 36241 11951 12952 36242 4525 12953 36243 11951 12952 36244 17721 12954 36245 4525 12953 36246 11908 12955 36247 11532 12291 36248 4525 12953 36249 11532 12291 36250 17549 12228 36251 4526 12956 36252 11926 12957 36253 11538 12662 36254 4526 12956 36255 11538 12662 36256 17492 12661 36257 4526 12956 36258 11904 12090 36259 11952 12958 36260 4526 12956 36261 11952 12958 36262 17730 12959 36263 4527 12960 36264 11925 12961 36265 17730 12959 36266 4527 12960 36267 11952 12958 36268 11903 12080 36269 4527 12960 36270 11903 12080 36271 17491 12819 36272 4527 12960 36273 11537 12818 36274 17554 12836 36275 4528 12962 36276 11927 12963 36277 17561 12153 36278 4528 12962 36279 11547 12155 36280 11913 12964 36281 4528 12962 36282 11913 12964 36283 17724 12965 36284 4528 12962 36285 11953 12966 36286 11927 12963 36287 4529 12967 36288 11928 12968 36289 17731 12969 36290 4529 12967 36291 11953 12966 36292 11914 12970 36293 4529 12967 36294 11914 12970 36295 11550 12135 36296 4529 12967 36297 11550 12135 36298 11928 12968 36299 4530 12971 36300 11930 12972 36301 11674 12682 36302 4530 12971 36303 11674 12682 36304 17555 12681 36305 4530 12971 36306 11926 12957 36307 11954 12973 36308 4530 12971 36309 11954 12973 36310 17733 12974 36311 4531 12975 36312 11929 12976 36313 11954 12973 36314 4531 12975 36315 11954 12973 36316 17730 12959 36317 4531 12975 36318 11925 12961 36319 11672 12835 36320 4531 12975 36321 11672 12835 36322 17607 12843 36323 4532 12977 36324 11907 12951 36325 11673 12689 36326 4532 12977 36327 11673 12689 36328 17608 12688 36329 4532 12977 36330 11930 12972 36331 11955 12978 36332 4532 12977 36333 11955 12978 36334 17721 12954 36335 4533 12979 36336 11908 12955 36337 11955 12978 36338 4533 12979 36339 11955 12978 36340 11929 12976 36341 4533 12979 36342 11929 12976 36343 17607 12843 36344 4533 12979 36345 11671 12842 36346 11908 12955 36347 4534 12980 36348 11916 12981 36349 17519 12369 36350 4534 12980 36351 11684 12463 36352 11932 12982 36353 4534 12980 36354 11932 12982 36355 17734 12983 36356 4534 12980 36357 11956 12984 36358 11916 12981 36359 4535 12985 36360 11915 12986 36361 17725 12987 36362 4535 12985 36363 11956 12984 36364 11931 12988 36365 4535 12985 36366 11931 12988 36367 11683 12465 36368 4535 12985 36369 11683 12465 36370 17518 12393 36371 4536 12989 36372 11913 12964 36373 17514 12159 36374 4536 12989 36375 11687 12468 36376 11934 12990 36377 4536 12989 36378 11934 12990 36379 17735 12991 36380 4536 12989 36381 11957 12992 36382 11913 12964 36383 4537 12993 36384 11914 12970 36385 17724 12965 36386 4537 12993 36387 11957 12992 36388 11933 12994 36389 4537 12993 36390 11933 12994 36391 11686 12460 36392 4537 12993 36393 11686 12460 36394 17517 12136 36395 4538 12995 36396 11934 12990 36397 11688 12466 36398 4538 12995 36399 11688 12466 36400 17613 12996 36401 4538 12995 36402 11931 12988 36403 11958 12997 36404 4538 12995 36405 11958 12997 36406 11934 12990 36407 4539 12998 36408 11933 12994 36409 17735 12991 36410 4539 12998 36411 11958 12997 36412 11932 12982 36413 4539 12998 36414 11932 12982 36415 17614 12999 36416 4539 12998 36417 11685 12462 36418 11933 12994 36419 4540 13000 36420 11920 13001 36421 17535 12214 36422 4540 13000 36423 11705 12504 36424 11935 13002 36425 4540 13000 36426 11935 13002 36427 17736 13003 36428 4540 13000 36429 11959 13004 36430 11920 13001 36431 4541 13005 36432 11919 13006 36433 17727 13007 36434 4541 13005 36435 11959 13004 36436 11936 13008 36437 4541 13005 36438 11936 13008 36439 11712 12510 36440 4541 13005 36441 11712 12510 36442 17534 12399 36443 4542 13009 36444 11915 12986 36445 17518 12393 36446 4542 13009 36447 11713 12517 36448 11938 13010 36449 4542 13009 36450 11938 13010 36451 17737 13011 36452 4542 13009 36453 11960 13012 36454 17725 12987 36455 4543 13013 36456 11916 12981 36457 17725 12987 36458 4543 13013 36459 11960 13012 36460 17737 13011 36461 4543 13013 36462 11937 13014 36463 11709 12506 36464 4543 13013 36465 11709 12506 36466 17519 12369 36467 4544 13015 36468 11938 13010 36469 17632 12516 36470 4544 13015 36471 11714 12515 36472 11940 13016 36473 4544 13015 36474 11940 13016 36475 17738 13017 36476 4544 13015 36477 11961 13018 36478 11938 13010 36479 4545 13019 36480 11937 13014 36481 17737 13011 36482 4545 13019 36483 11961 13018 36484 11939 13020 36485 4545 13019 36486 11939 13020 36487 17627 13021 36488 4545 13019 36489 11708 12508 36490 17629 12507 36491 4546 13022 36492 11940 13016 36493 17630 13023 36494 4546 13022 36495 11711 12512 36496 17631 12511 36497 4546 13022 36498 11936 13008 36499 17736 13003 36500 4546 13022 36501 11962 13024 36502 11940 13016 36503 4547 13025 36504 11939 13020 36505 17738 13017 36506 4547 13025 36507 11962 13024 36508 11935 13002 36509 4547 13025 36510 11935 13002 36511 17628 12503 36512 4547 13025 36513 11706 12502 36514 11939 13020 36515 4548 13026 36516 11919 13006 36517 17534 12399 36518 4548 13026 36519 11743 12574 36520 11942 13027 36521 4548 13026 36522 11942 13027 36523 17739 13028 36524 4548 13026 36525 11963 13029 36526 11919 13006 36527 4549 13030 36528 11920 13001 36529 17727 13007 36530 4549 13030 36531 11963 13029 36532 11941 13031 36533 4549 13030 36534 11941 13031 36535 11742 12566 36536 4549 13030 36537 11742 12566 36538 17535 12214 36539 4550 13032 36540 11909 13033 36541 17504 12280 36542 4550 13032 36543 11735 12559 36544 11943 13034 36545 4550 13032 36546 11943 13034 36547 17740 13035 36548 4550 13032 36549 11964 13036 36550 11909 13033 36551 4551 13037 36552 11910 13038 36553 17722 13039 36554 4551 13037 36555 11964 13036 36556 11944 13040 36557 4551 13037 36558 11944 13040 36559 17647 12562 36560 4551 13037 36561 11740 12561 36562 11910 13038 36563 4552 13041 36564 11946 13042 36565 17648 12571 36566 4552 13041 36567 11739 12563 36568 17647 12562 36569 4552 13041 36570 11944 13040 36571 17740 13035 36572 4552 13041 36573 11965 13043 36574 11946 13042 36575 4553 13044 36576 11945 13045 36577 17741 13046 36578 4553 13044 36579 11965 13043 36580 11943 13034 36581 4553 13044 36582 11943 13034 36583 17645 12558 36584 4553 13044 36585 11736 12557 36586 11945 13045 36587 4554 13047 36588 11942 13027 36589 17650 12573 36590 4554 13047 36591 11744 12572 36592 11946 13042 36593 4554 13047 36594 11946 13042 36595 17741 13046 36596 4554 13047 36597 11966 13048 36598 11942 13027 36599 4555 13049 36600 11941 13031 36601 17739 13028 36602 4555 13049 36603 11966 13048 36604 11945 13045 36605 4555 13049 36606 11945 13045 36607 17646 12569 36608 4555 13049 36609 11741 12568 36610 17649 12567 36611 4556 13050 36612 11906 13051 36613 11766 12622 36614 4556 13050 36615 11766 12622 36616 11948 13052 36617 4556 13050 36618 11948 13052 36619 11967 13053 36620 4556 13050 36621 11967 13053 36622 17720 13054 36623 4557 13055 36624 11947 13056 36625 13508 12926 36626 4557 13055 36627 13508 12926 36628 13509 13057 36629 4557 13055 36630 13509 13057 36631 17664 12619 36632 4557 13055 36633 11764 12616 36634 11947 13056 36635 4558 13058 36636 13509 13057 36637 17669 12925 36638 4558 13058 36639 13507 12929 36640 11948 13052 36641 4558 13058 36642 11948 13052 36643 17665 12621 36644 4558 13058 36645 11767 12620 36646 13509 13057 36647 4559 13059 36648 13660 13060 36649 18608 13061 36650 4559 13059 36651 13664 13062 36652 17489 13063 36653 4559 13059 36654 11968 13064 36655 11975 13065 36656 4559 13059 36657 11975 13065 36658 13660 13060 36659 4560 13066 36660 13635 13067 36661 18606 13068 36662 4560 13066 36663 13612 13069 36664 13659 13070 36665 4560 13066 36666 13659 13070 36667 17501 12271 36668 4560 13066 36669 13657 12326 36670 13635 13067 36671 4561 13071 36672 13666 13072 36673 13665 13073 36674 4561 13071 36675 13665 13073 36676 17745 13074 36677 4561 13071 36678 11970 13075 36679 11472 12768 36680 4561 13071 36681 11472 12768 36682 17469 13076 36683 4562 13077 36684 11971 13078 36685 11761 12784 36686 4562 13077 36687 11761 12784 36688 17662 12789 36689 4562 13077 36690 11972 13079 36691 17747 13080 36692 4562 13077 36693 11976 13081 36694 17746 13082 36695 4563 13083 36696 13668 13084 36697 17746 13082 36698 4563 13083 36699 11976 13081 36700 13667 13085 36701 4563 13083 36702 13667 13085 36703 18609 13086 36704 4563 13083 36705 13625 13087 36706 13668 13084 36707 4564 13088 36708 11972 13079 36709 17662 12789 36710 4564 13088 36711 11762 12788 36712 11970 13075 36713 4564 13088 36714 11970 13075 36715 17745 13074 36716 4564 13088 36717 11977 13089 36718 11972 13079 36719 4565 13090 36720 13667 13085 36721 11977 13089 36722 4565 13090 36723 11977 13089 36724 17745 13074 36725 4565 13090 36726 13665 13073 36727 13636 13091 36728 4565 13090 36729 13636 13091 36730 13667 13085 36731 4566 13092 36732 11968 13064 36733 11973 13093 36734 4566 13092 36735 11973 13093 36736 17748 13094 36737 4566 13092 36738 11979 13095 36739 11978 13096 36740 4566 13092 36741 11978 13096 36742 17744 13097 36743 4567 13098 36744 11974 13099 36745 17670 12105 36746 4567 13098 36747 11823 12660 36748 11980 13100 36749 4567 13098 36750 11980 13100 36751 17750 13101 36752 4567 13098 36753 11979 13095 36754 11974 13099 36755 4568 13102 36756 11980 13100 36757 11794 12676 36758 4568 13102 36759 11794 12676 36760 17495 13103 36761 4568 13102 36762 11969 13104 36763 11978 13096 36764 4568 13102 36765 11978 13096 36766 17750 13101 36767 4569 13105 36768 11863 12826 36769 11985 13106 36770 4569 13105 36771 11985 13106 36772 17754 13107 36773 4569 13105 36774 11984 13108 36775 11981 13109 36776 4569 13105 36777 11981 13109 36778 17557 12127 36779 4570 13110 36780 11991 13111 36781 11987 13112 36782 4570 13110 36783 11987 13112 36784 17755 13113 36785 4570 13110 36786 12011 13114 36787 17767 13115 36788 4570 13110 36789 12010 13116 36790 17757 13117 36791 4571 13118 36792 11986 13119 36793 11619 12349 36794 4571 13118 36795 11619 12349 36796 12012 13120 36797 4571 13118 36798 12012 13120 36799 17767 13115 36800 4571 13118 36801 12011 13114 36802 11986 13119 36803 4572 13121 36804 12012 13120 36805 17532 12644 36806 4572 13121 36807 11788 12643 36808 17679 12650 36809 4572 13121 36810 11990 13122 36811 12010 13116 36812 4572 13121 36813 12010 13116 36814 12012 13120 36815 4573 13123 36816 11989 13124 36817 17683 13125 36818 4573 13123 36819 11991 13111 36820 12014 13126 36821 4573 13123 36822 12014 13126 36823 17768 13127 36824 4573 13123 36825 12013 13128 36826 17756 13129 36827 4574 13130 36828 11990 13122 36829 17679 12650 36830 4574 13130 36831 11789 12649 36832 12015 13131 36833 4574 13130 36834 12015 13131 36835 12014 13126 36836 4574 13130 36837 12014 13126 36838 17757 13117 36839 4575 13132 36840 12015 13131 36841 11621 12357 36842 4575 13132 36843 11621 12357 36844 17587 12353 36845 4575 13132 36846 11988 13133 36847 12013 13128 36848 4575 13132 36849 12013 13128 36850 17768 13127 36851 4576 13134 36852 11987 13112 36853 17683 13125 36854 4576 13134 36855 11993 13135 36856 12017 13136 36857 4576 13134 36858 12017 13136 36859 17769 13137 36860 4576 13134 36861 12016 13138 36862 17755 13113 36863 4577 13139 36864 11992 13140 36865 17677 12640 36866 4577 13139 36867 11784 12635 36868 17528 12170 36869 4577 13139 36870 12018 13141 36871 12017 13136 36872 4577 13139 36873 12017 13136 36874 17758 13142 36875 4578 13143 36876 12018 13141 36877 11618 12345 36878 4578 13143 36879 11618 12345 36880 17586 12347 36881 4578 13143 36882 11986 13119 36883 12016 13138 36884 4578 13143 36885 12016 13138 36886 17769 13137 36887 4579 13144 36888 11993 13135 36889 17683 13125 36890 4579 13144 36891 11989 13124 36892 17756 13129 36893 4579 13144 36894 12020 13145 36895 17770 13146 36896 4579 13144 36897 12019 13147 36898 11993 13135 36899 4580 13148 36900 11988 13133 36901 11620 12352 36902 4580 13148 36903 11620 12352 36904 12021 13149 36905 4580 13148 36906 12021 13149 36907 17770 13146 36908 4580 13148 36909 12020 13145 36910 11988 13133 36911 4581 13150 36912 12021 13149 36913 17529 12177 36914 4581 13150 36915 11785 12641 36916 11992 13140 36917 4581 13150 36918 11992 13140 36919 17758 13142 36920 4581 13150 36921 12019 13147 36922 12021 13149 36923 4582 13151 36924 11999 13152 36925 11995 13153 36926 4582 13151 36927 11995 13153 36928 17759 13154 36929 4582 13151 36930 12023 13155 36931 12022 13156 36932 4582 13151 36933 12022 13156 36934 17761 13157 36935 4583 13158 36936 11994 13159 36937 17597 12413 36938 4583 13158 36939 11649 12415 36940 17539 13160 36941 4583 13158 36942 12024 13161 36943 17771 13162 36944 4583 13158 36945 12023 13155 36946 11994 13159 36947 4584 13163 36948 12024 13161 36949 11857 12801 36950 4584 13163 36951 11857 12801 36952 17704 12804 36953 4584 13163 36954 11998 13164 36955 12022 13156 36956 4584 13163 36957 12022 13156 36958 17771 13162 36959 4585 13165 36960 11997 13166 36961 17709 13167 36962 4585 13165 36963 11999 13152 36964 12026 13168 36965 4585 13165 36966 12026 13168 36967 12025 13169 36968 4585 13165 36969 12025 13169 36970 17760 13170 36971 4586 13171 36972 11998 13164 36973 17704 12804 36974 4586 13171 36975 11858 12806 36976 12027 13172 36977 4586 13171 36978 12027 13172 36979 17772 13173 36980 4586 13171 36981 12026 13168 36982 11998 13164 36983 4587 13174 36984 12027 13172 36985 11651 12424 36986 4587 13174 36987 11651 12424 36988 11996 13175 36989 4587 13174 36990 11996 13175 36991 12025 13169 36992 4587 13174 36993 12025 13169 36994 17772 13173 36995 4588 13176 36996 11995 13153 36997 17709 13167 36998 4588 13176 36999 12001 13177 37000 12029 13178 37001 4588 13176 37002 12029 13178 37003 17773 13179 37004 4588 13176 37005 12028 13180 37006 11995 13153 37007 4589 13181 37008 12000 13182 37009 17702 12797 37010 4589 13181 37011 11853 12792 37012 17511 12119 37013 4589 13181 37014 12030 13183 37015 12029 13178 37016 4589 13181 37017 12029 13178 37018 12000 13182 37019 4590 13184 37020 12030 13183 37021 11648 12411 37022 4590 13184 37023 11648 12411 37024 11994 13159 37025 4590 13184 37026 11994 13159 37027 12028 13180 37028 4590 13184 37029 12028 13180 37030 17773 13179 37031 4591 13185 37032 12001 13177 37033 17709 13167 37034 4591 13185 37035 11997 13166 37036 17760 13170 37037 4591 13185 37038 12032 13186 37039 17774 13187 37040 4591 13185 37041 12031 13188 37042 12001 13177 37043 4592 13189 37044 11996 13175 37045 17598 12419 37046 4592 13189 37047 11650 12418 37048 12033 13190 37049 4592 13189 37050 12033 13190 37051 17774 13187 37052 4592 13189 37053 12032 13186 37054 11996 13175 37055 4593 13191 37056 12033 13190 37057 17512 12124 37058 4593 13191 37059 11854 12798 37060 17702 12797 37061 4593 13191 37062 12000 13182 37063 12031 13188 37064 4593 13191 37065 12031 13188 37066 12033 13190 37067 4594 13192 37068 12007 13193 37069 12003 13194 37070 4594 13192 37071 12003 13194 37072 17763 13195 37073 4594 13192 37074 12035 13196 37075 17775 13197 37076 4594 13192 37077 12034 13198 37078 17765 13199 37079 4595 13200 37080 12002 13201 37081 11635 12381 37082 4595 13200 37083 11635 12381 37084 12036 13202 37085 4595 13200 37086 12036 13202 37087 17775 13197 37088 4595 13200 37089 12035 13196 37090 12002 13201 37091 4596 13203 37092 12036 13202 37093 17536 12224 37094 4596 13203 37095 11921 12942 37096 12006 13204 37097 4596 13203 37098 12006 13204 37099 12034 13198 37100 4596 13203 37101 12034 13198 37102 12036 13202 37103 4597 13205 37104 12005 13206 37105 12007 13193 37106 4597 13205 37107 12007 13193 37108 17765 13199 37109 4597 13205 37110 12038 13207 37111 17776 13208 37112 4597 13205 37113 12037 13209 37114 17764 13210 37115 4598 13211 37116 12006 13204 37117 17728 12945 37118 4598 13211 37119 11922 12947 37120 17537 13212 37121 4598 13211 37122 12039 13213 37123 12038 13207 37124 4598 13211 37125 12038 13207 37126 12006 13204 37127 4599 13214 37128 12039 13213 37129 11637 12390 37130 4599 13214 37131 11637 12390 37132 17593 12386 37133 4599 13214 37134 12004 13215 37135 12037 13209 37136 4599 13214 37137 12037 13209 37138 17776 13208 37139 4600 13216 37140 12003 13194 37141 17732 13217 37142 4600 13216 37143 12009 13218 37144 12041 13219 37145 4600 13216 37146 12041 13219 37147 17777 13220 37148 4600 13216 37149 12040 13221 37150 12003 13194 37151 4601 13222 37152 12008 13223 37153 11917 12933 37154 4601 13222 37155 11917 12933 37156 17520 12145 37157 4601 13222 37158 12042 13224 37159 12041 13219 37160 4601 13222 37161 12041 13219 37162 17766 13225 37163 4602 13226 37164 12042 13224 37165 11634 12377 37166 4602 13226 37167 11634 12377 37168 17592 12379 37169 4602 13226 37170 12002 13201 37171 12040 13221 37172 4602 13226 37173 12040 13221 37174 17777 13220 37175 4603 13227 37176 12009 13218 37177 17732 13217 37178 4603 13227 37179 12005 13206 37180 12044 13228 37181 4603 13227 37182 12044 13228 37183 17778 13229 37184 4603 13227 37185 12043 13230 37186 12009 13218 37187 4604 13231 37188 12004 13215 37189 11636 12385 37190 4604 13231 37191 11636 12385 37192 12045 13232 37193 4604 13231 37194 12045 13232 37195 17778 13229 37196 4604 13231 37197 12044 13228 37198 12004 13215 37199 4605 13233 37200 12045 13232 37201 17521 12150 37202 4605 13233 37203 11918 12939 37204 17726 12938 37205 4605 13233 37206 12008 13223 37207 17766 13225 37208 4605 13233 37209 12043 13230 37210 12045 13232 37211 4606 13234 37212 12411 13235 37213 12046 13236 37214 4606 13234 37215 12046 13236 37216 17782 13237 37217 4606 13234 37218 12300 13238 37219 12410 13239 37220 4606 13234 37221 12410 13239 37222 17789 13240 37223 4607 13241 37224 12411 13235 37225 17789 13240 37226 4607 13241 37227 12049 13242 37228 12409 13243 37229 4607 13241 37230 12409 13243 37231 17783 13244 37232 4607 13241 37233 12047 13245 37234 12411 13235 37235 4608 13246 37236 12075 13247 37237 12078 13248 37238 4608 13246 37239 12078 13248 37240 17819 13249 37241 4608 13246 37242 12074 13250 37243 12058 13251 37244 4608 13246 37245 12058 13251 37246 17803 13252 37247 4609 13253 37248 12083 13254 37249 17828 13255 37250 4609 13253 37251 12086 13256 37252 17829 13257 37253 4609 13253 37254 12084 13258 37255 12079 13259 37256 4609 13253 37257 12079 13259 37258 12083 13254 37259 4610 13260 37260 12085 13261 37261 17830 13262 37262 4610 13260 37263 12087 13263 37264 12082 13264 37265 4610 13260 37266 12082 13264 37267 12080 13265 37268 4610 13260 37269 12080 13265 37270 17825 13266 37271 4611 13267 37272 12091 13268 37273 17837 13269 37274 4611 13267 37275 12094 13270 37276 12090 13271 37277 4611 13267 37278 12090 13271 37279 17790 13272 37280 4611 13267 37281 12049 13242 37282 12091 13268 37283 4612 13273 37284 12092 13274 37285 17838 13275 37286 4612 13273 37287 12095 13276 37288 12091 13268 37289 4612 13273 37290 12091 13268 37291 17789 13240 37292 4612 13273 37293 12050 13277 37294 12092 13274 37295 4613 13278 37296 12092 13274 37297 17791 13279 37298 4613 13278 37299 12216 13280 37300 12412 13281 37301 4613 13278 37302 12412 13281 37303 17839 13282 37304 4613 13278 37305 12096 13283 37306 12092 13274 37307 4614 13284 37308 12093 13285 37309 17841 13286 37310 4614 13284 37311 12097 13287 37312 12412 13281 37313 4614 13284 37314 12412 13281 37315 17814 13288 37316 4614 13284 37317 12066 13289 37318 12093 13285 37319 4615 13290 37320 12101 13291 37321 12109 13292 37322 4615 13290 37323 12109 13292 37324 12103 13293 37325 4615 13290 37326 12103 13293 37327 17811 13294 37328 4615 13290 37329 12068 13295 37330 17809 13296 37331 4616 13297 37332 12103 13293 37333 17848 13298 37334 4616 13297 37335 12110 13299 37336 12106 13300 37337 4616 13297 37338 12106 13300 37339 17816 13301 37340 4616 13297 37341 12069 13302 37342 12103 13293 37343 4617 13303 37344 12106 13300 37345 17851 13304 37346 4617 13303 37347 12303 13305 37348 12107 13306 37349 4617 13303 37350 12107 13306 37351 12304 13307 37352 4617 13303 37353 12304 13307 37354 12106 13300 37355 4618 13308 37356 12102 13309 37357 17847 13310 37358 4618 13308 37359 12111 13311 37360 17849 13312 37361 4618 13308 37362 12104 13313 37363 12070 13314 37364 4618 13308 37365 12070 13314 37366 12102 13309 37367 4619 13315 37368 12104 13313 37369 12112 13316 37370 4619 13315 37371 12112 13316 37372 17846 13317 37373 4619 13315 37374 12101 13291 37375 12071 13318 37376 4619 13315 37377 12071 13318 37378 12104 13313 37379 4620 13319 37380 12107 13306 37381 12113 13320 37382 4620 13319 37383 12113 13320 37384 17850 13321 37385 4620 13319 37386 12105 13322 37387 17813 13323 37388 4620 13319 37389 12072 13324 37390 12107 13306 37391 4621 13325 37392 12108 13326 37393 17821 13327 37394 4621 13325 37395 12077 13328 37396 12105 13322 37397 4621 13325 37398 12105 13322 37399 12114 13329 37400 4621 13325 37401 12114 13329 37402 12108 13326 37403 4622 13330 37404 12102 13309 37405 17810 13331 37406 4622 13330 37407 12076 13332 37408 12108 13326 37409 4622 13330 37410 12108 13326 37411 17853 13333 37412 4622 13330 37413 12115 13334 37414 12102 13309 37415 4623 13335 37416 12117 13336 37417 13925 13337 37418 4624 13338 37419 12120 13339 37420 17794 13340 37421 4624 13338 37422 12052 13341 37423 12118 13342 37424 4624 13338 37425 12118 13342 37426 17856 13343 37427 4624 13338 37428 12129 13344 37429 12120 13339 37430 4625 13345 37431 12121 13346 37432 17857 13347 37433 4625 13345 37434 12129 13344 37435 12119 13348 37436 4625 13345 37437 12119 13348 37438 17836 13349 37439 4625 13345 37440 12094 13270 37441 12121 13346 37442 4626 13350 37443 12122 13351 37444 17795 13352 37445 4626 13350 37446 12053 13353 37447 12120 13339 37448 4626 13350 37449 12120 13339 37450 17857 13347 37451 4626 13350 37452 12130 13354 37453 12122 13351 37454 4627 13355 37455 12123 13356 37456 17858 13357 37457 4627 13355 37458 12130 13354 37459 12121 13346 37460 4627 13355 37461 12121 13346 37462 17837 13269 37463 4627 13355 37464 12095 13276 37465 12123 13356 37466 4628 13358 37467 12123 13356 37468 17838 13275 37469 4628 13358 37470 12096 13283 37471 12124 13359 37472 4628 13358 37473 12124 13359 37474 12131 13360 37475 4628 13358 37476 12131 13360 37477 12123 13356 37478 4629 13361 37479 12128 13362 37480 12132 13363 37481 4629 13361 37482 12132 13363 37483 17859 13364 37484 4629 13361 37485 12124 13359 37486 17839 13282 37487 4629 13361 37488 12097 13287 37489 17841 13286 37490 4630 13365 37491 12125 13366 37492 12062 13367 37493 4630 13365 37494 12062 13367 37495 17806 13368 37496 4630 13365 37497 12127 13369 37498 12133 13370 37499 4630 13365 37500 12133 13370 37501 17860 13371 37502 4631 13372 37503 12126 13373 37504 12133 13370 37505 4631 13372 37506 12133 13370 37507 17862 13374 37508 4631 13372 37509 12128 13362 37510 12098 13375 37511 4631 13372 37512 12098 13375 37513 17840 13376 37514 4632 13377 37515 12139 13378 37516 12147 13379 37517 4632 13377 37518 12147 13379 37519 12135 13380 37520 4632 13377 37521 12135 13380 37522 17866 13381 37523 4632 13377 37524 12140 13382 37525 17865 13383 37526 4633 13384 37527 12137 13385 37528 17868 13386 37529 4633 13384 37530 12141 13387 37531 12135 13380 37532 4633 13384 37533 12135 13380 37534 17842 13388 37535 4633 13384 37536 12099 13389 37537 12137 13385 37538 4634 13390 37539 12136 13391 37540 12142 13392 37541 4634 13390 37542 12142 13392 37543 12137 13385 37544 4634 13390 37545 12137 13385 37546 17844 13393 37547 4634 13390 37548 12100 13394 37549 17843 13395 37550 4635 13396 37551 12150 13397 37552 12157 13398 37553 4635 13396 37554 12157 13398 37555 17875 13399 37556 4635 13396 37557 12152 13400 37558 17848 13298 37559 4635 13396 37560 12109 13292 37561 17846 13317 37562 4636 13401 37563 12152 13400 37564 17875 13399 37565 4636 13401 37566 12158 13402 37567 12155 13403 37568 4636 13401 37569 12155 13403 37570 17851 13304 37571 4636 13401 37572 12110 13299 37573 12152 13400 37574 4637 13404 37575 12153 13405 37576 12159 13406 37577 4637 13404 37578 12159 13406 37579 17873 13407 37580 4637 13404 37581 12150 13397 37582 12112 13316 37583 4637 13404 37584 12112 13316 37585 17849 13312 37586 4638 13408 37587 12156 13409 37588 12114 13329 37589 4638 13408 37590 12114 13329 37591 12154 13410 37592 4638 13408 37593 12154 13410 37594 12160 13411 37595 4638 13408 37596 12160 13411 37597 17879 13412 37598 4639 13413 37599 12067 13414 37600 17815 13415 37601 4639 13413 37602 12305 13416 37603 17807 13417 37604 4639 13413 37605 12065 13418 37606 12064 13419 37607 4639 13413 37608 12064 13419 37609 12067 13414 37610 4640 13420 37611 12063 13421 37612 12061 13422 37613 4640 13420 37614 12061 13422 37615 17805 13423 37616 4640 13420 37617 12066 13289 37618 12065 13418 37619 4640 13420 37620 12065 13418 37621 17807 13417 37622 4641 13424 37623 12156 13409 37624 12161 13425 37625 4641 13424 37626 12161 13425 37627 17874 13426 37628 4641 13424 37629 12151 13427 37630 12115 13334 37631 4641 13424 37632 12115 13334 37633 17853 13333 37634 4642 13428 37635 12146 13429 37636 12166 13430 37637 4642 13428 37638 12166 13430 37639 17881 13431 37640 4642 13428 37641 12165 13432 37642 12164 13433 37643 4642 13428 37644 12164 13433 37645 12146 13429 37646 4643 13434 37647 12145 13435 37648 12169 13436 37649 4643 13434 37650 12169 13436 37651 12168 13437 37652 4643 13434 37653 12168 13437 37654 12167 13438 37655 4643 13434 37656 12167 13438 37657 12145 13435 37658 4644 13439 37659 12144 13440 37660 12171 13441 37661 4644 13439 37662 12171 13441 37663 12170 13442 37664 4644 13439 37665 12170 13442 37666 17884 13443 37667 4644 13439 37668 12169 13436 37669 12144 13440 37670 4645 13444 37671 12134 13445 37672 17861 13446 37673 4645 13444 37674 12164 13433 37675 12172 13447 37676 4645 13444 37677 12172 13447 37678 17885 13448 37679 4645 13444 37680 12171 13441 37681 12134 13445 37682 4646 13449 37683 12126 13373 37684 12174 13450 37685 4646 13449 37686 12174 13450 37687 17886 13451 37688 4646 13449 37689 12173 13452 37690 12166 13430 37691 4646 13449 37692 12166 13430 37693 17860 13371 37694 4647 13453 37695 12167 13438 37696 17883 13454 37697 4648 13455 37698 12055 13456 37699 17797 13457 37700 4648 13455 37701 12178 13458 37702 12182 13459 37703 4648 13455 37704 12182 13459 37705 17891 13460 37706 4648 13455 37707 12181 13461 37708 12055 13456 37709 4649 13462 37710 12051 13463 37711 17787 13464 37712 4649 13462 37713 12181 13461 37714 12183 13465 37715 4649 13462 37716 12183 13465 37717 17887 13466 37718 4649 13462 37719 12177 13467 37720 12051 13463 37721 4652 13468 37722 12187 13469 37723 12192 13470 37724 4652 13468 37725 12192 13470 37726 12366 13471 37727 4652 13468 37728 12366 13471 37729 12375 13472 37730 4652 13468 37731 12375 13472 37732 17820 13473 37733 4654 13474 37734 12205 13475 37735 12204 13476 37736 4654 13474 37737 12204 13476 37738 12197 13477 37739 4655 13478 37740 13927 13479 37741 13915 13480 37742 4655 13478 37743 13915 13480 37744 13926 13481 37745 4655 13478 37746 13926 13481 37747 17902 13482 37748 4655 13478 37749 12204 13476 37750 13927 13479 37751 4656 13483 37752 12197 13477 37753 17902 13482 37754 4656 13483 37755 12206 13484 37756 12200 13485 37757 4657 13486 37758 12199 13487 37759 12200 13485 37760 4657 13486 37761 12200 13485 37762 17903 13488 37763 4657 13486 37764 12208 13489 37765 12207 13490 37766 4658 13491 37767 12202 13492 37768 17842 13388 37769 4658 13491 37770 12147 13379 37771 12211 13493 37772 4658 13491 37773 12211 13493 37774 17908 13494 37775 4658 13491 37776 12210 13495 37777 12202 13492 37778 4659 13496 37779 12203 13497 37780 17844 13393 37781 4659 13496 37782 12099 13389 37783 12202 13492 37784 4659 13496 37785 12202 13492 37786 17904 13498 37787 4659 13496 37788 12212 13499 37789 12203 13497 37790 4660 13500 37791 12212 13499 37792 12201 13501 37793 4661 13502 37794 12215 13503 37795 17843 13395 37796 4661 13502 37797 12100 13394 37798 17844 13393 37799 4661 13502 37800 12203 13497 37801 17905 13504 37802 4661 13502 37803 12213 13505 37804 17909 13506 37805 4662 13507 37806 12088 13508 37807 12220 13509 37808 4662 13507 37809 12220 13509 37810 17914 13510 37811 4662 13507 37812 12219 13511 37813 17913 13512 37814 4663 13513 37815 12223 13514 37816 12222 13515 37817 4663 13513 37818 12222 13515 37819 12220 13509 37820 4664 13516 37821 12180 13517 37822 17798 13518 37823 4664 13516 37824 12218 13519 37825 12226 13520 37826 4664 13516 37827 12226 13520 37828 17917 13521 37829 4664 13516 37830 12225 13522 37831 12180 13517 37832 4665 13523 37833 12369 13524 37834 17971 13525 37835 4665 13523 37836 12413 13526 37837 12228 13527 37838 4665 13523 37839 12228 13527 37840 17919 13528 37841 4665 13523 37842 12227 13529 37843 12369 13524 37844 4666 13530 37845 12414 13531 37846 17912 13532 37847 4666 13530 37848 12229 13533 37849 12230 13534 37850 4666 13530 37851 12230 13534 37852 17918 13535 37853 4666 13530 37854 12413 13526 37855 12414 13531 37856 4667 13536 37857 12219 13511 37858 12233 13537 37859 4667 13536 37860 12233 13537 37861 17921 13538 37862 4667 13536 37863 12232 13539 37864 12231 13540 37865 4667 13536 37866 12231 13540 37867 12219 13511 37868 4668 13541 37869 12221 13542 37870 12231 13540 37871 4668 13541 37872 12231 13540 37873 17922 13543 37874 4669 13544 37875 12222 13515 37876 12236 13545 37877 4669 13544 37878 12235 13546 37879 12233 13537 37880 4669 13544 37881 12233 13537 37882 17914 13510 37883 4670 13547 37884 12226 13520 37885 17911 13548 37886 4670 13547 37887 12227 13529 37888 12238 13549 37889 4670 13547 37890 12238 13549 37891 17923 13550 37892 4670 13547 37893 12237 13551 37894 12226 13520 37895 4671 13552 37896 12228 13527 37897 17918 13535 37898 4671 13552 37899 12241 13553 37900 12240 13554 37901 4671 13552 37902 12240 13554 37903 17925 13555 37904 4671 13552 37905 12239 13556 37906 12228 13527 37907 4672 13557 37908 12230 13534 37909 17920 13558 37910 4672 13557 37911 12242 13559 37912 12243 13560 37913 4672 13557 37914 12243 13560 37915 17924 13561 37916 4672 13557 37917 12241 13553 37918 12230 13534 37919 4673 13562 37920 12232 13539 37921 12246 13563 37922 4673 13562 37923 12246 13563 37924 17927 13564 37925 4673 13562 37926 12245 13565 37927 12244 13566 37928 4673 13562 37929 12244 13566 37930 17922 13543 37931 4674 13567 37932 12234 13568 37933 12244 13566 37934 4674 13567 37935 12244 13566 37936 17928 13569 37937 4675 13570 37938 12248 13571 37939 12246 13563 37940 4675 13570 37941 12246 13563 37942 17921 13538 37943 4676 13572 37944 12294 13573 37945 17948 13574 37946 4677 13575 37947 12238 13549 37948 17919 13528 37949 4677 13575 37950 12239 13556 37951 12250 13576 37952 4677 13575 37953 12250 13576 37954 17931 13577 37955 4677 13575 37956 12249 13578 37957 12238 13549 37958 4678 13579 37959 12293 13580 37960 17923 13550 37961 4678 13579 37962 12249 13578 37963 12251 13581 37964 4678 13579 37965 12251 13581 37966 17930 13582 37967 4678 13579 37968 12295 13583 37969 12293 13580 37970 4679 13584 37971 12240 13554 37972 17924 13561 37973 4679 13584 37974 12254 13585 37975 12253 13586 37976 4679 13584 37977 12253 13586 37978 17933 13587 37979 4679 13584 37980 12252 13588 37981 12240 13554 37982 4680 13589 37983 12243 13560 37984 17926 13590 37985 4680 13589 37986 12255 13591 37987 17934 13592 37988 4680 13589 37989 12256 13593 37990 17932 13594 37991 4680 13589 37992 12254 13585 37993 12243 13560 37994 4681 13595 37995 12245 13565 37996 12259 13596 37997 4681 13595 37998 12259 13596 37999 17935 13597 38000 4681 13595 38001 12258 1005 38002 12257 13598 38003 4681 13595 38004 12257 13598 38005 17928 13569 38006 4682 13599 38007 12260 13600 38008 12259 13596 38009 4682 13599 38010 12259 13596 38011 17927 13564 38012 4684 13601 38013 12250 13576 38014 17925 13555 38015 4684 13601 38016 12252 13588 38017 12263 13602 38018 4684 13601 38019 12263 13602 38020 17938 13603 38021 4684 13601 38022 12262 13604 38023 12250 13576 38024 4685 13605 38025 12251 13581 38026 17931 13577 38027 4685 13605 38028 12262 13604 38029 12264 13606 38030 4685 13605 38031 12264 13606 38032 17937 13607 38033 4685 13605 38034 12261 13608 38035 12251 13581 38036 4686 13609 38037 12253 13586 38038 17932 13594 38039 4686 13609 38040 12265 6307 38041 12253 13586 38042 4687 13610 38043 12256 13593 38044 12267 13611 38045 4687 13610 38046 12266 13612 38047 12256 13593 38048 4688 13613 38049 12260 13600 38050 17936 13614 38051 4688 13613 38052 12268 1006 38053 12260 13600 38054 4689 6305 38055 12263 13602 38056 17933 13587 38057 4689 6305 38058 12271 6073 38059 12263 13602 38060 4690 6070 38061 12264 13606 38062 17938 13603 38063 4690 6070 38064 12270 13615 38065 12264 13606 38066 4691 13616 38067 12273 13617 38068 17920 13558 38069 4691 13616 38070 12229 13533 38071 12279 13618 38072 4691 13616 38073 12279 13618 38074 17945 13619 38075 4691 13616 38076 12278 13620 38077 12273 13617 38078 4692 13621 38079 12273 13617 38080 17941 13622 38081 4692 13621 38082 12281 13623 38083 12274 13624 38084 4692 13621 38085 12274 13624 38086 17926 13590 38087 4692 13621 38088 12242 13559 38089 12273 13617 38090 4693 13625 38091 12284 13626 38092 12255 13591 38093 4693 13625 38094 12255 13591 38095 17926 13590 38096 4693 13625 38097 12274 13624 38098 12283 13627 38099 4693 13625 38100 12283 13627 38101 17947 13628 38102 4688 13613 38103 8317 1092 38104 12268 1006 38105 4687 13610 38106 12285 13629 38107 12266 13612 38108 4687 13610 38109 12267 13611 38110 2845 6055 38111 4686 13609 38112 12287 13630 38113 4695 6308 38114 4686 13609 38115 12266 13612 38116 12287 13630 38117 2781 6038 38118 12289 13631 38119 8298 6037 38120 2781 6038 38121 8297 6039 38122 4699 13632 38123 2780 6036 38124 12290 13633 38125 5728 13634 38126 2780 6036 38127 8298 6037 38128 12290 13633 38129 2779 6032 38130 8295 6035 38131 12292 13635 38132 4700 13636 38133 12140 13382 38134 12297 13637 38135 4700 13636 38136 12297 13637 38137 17864 13638 38138 4700 13636 38139 12296 13639 38140 12149 13640 38141 4700 13636 38142 12149 13640 38143 17865 13383 38144 4701 13641 38145 12058 13251 38146 17802 13642 38147 4701 13641 38148 12298 13643 38149 17782 13237 38150 4701 13641 38151 12059 13644 38152 17803 13252 38153 4702 13645 38154 12301 13646 38155 12067 13414 38156 4702 13645 38157 12067 13414 38158 17808 13647 38159 4702 13645 38160 12300 13238 38161 12298 13643 38162 4702 13645 38163 12298 13643 38164 12301 13646 38165 4703 13648 38166 12146 13429 38167 17861 13446 38168 4703 13648 38169 12306 13649 38170 17788 13650 38171 4703 13648 38172 12054 13651 38173 17796 13652 38174 4703 13648 38175 12125 13366 38176 12146 13429 38177 4704 13653 38178 12138 13654 38179 12307 13655 38180 4704 13653 38181 12307 13655 38182 17863 13656 38183 4704 13653 38184 12144 13440 38185 17871 13657 38186 4704 13653 38187 12143 13658 38188 17869 13659 38189 4705 13660 38190 12134 13445 38191 12307 13655 38192 4705 13660 38193 12307 13655 38194 12116 13661 38195 4705 13660 38196 12116 13661 38197 17788 13650 38198 4705 13660 38199 12306 13649 38200 17861 13446 38201 4706 13662 38202 13927 13479 38203 17906 13663 38204 4707 13664 38205 12163 13665 38206 17869 13659 38207 4707 13664 38208 12143 13658 38209 17871 13657 38210 4707 13664 38211 12296 13639 38212 17864 13638 38213 4707 13664 38214 12162 13666 38215 12163 13665 38216 4708 13667 38217 12145 13435 38218 17845 13668 38219 4708 13667 38220 12310 13669 38221 17870 13670 38222 4708 13667 38223 12139 13378 38224 12149 13640 38225 4708 13667 38226 12149 13640 38227 17871 13657 38228 4709 13671 38229 12314 13672 38230 12184 13673 38231 4709 13671 38232 12184 13673 38233 17893 13674 38234 4709 13671 38235 12316 13675 38236 17951 13676 38237 4709 13671 38238 12333 13677 38239 17950 13678 38240 4710 13679 38241 12313 13680 38242 17950 13678 38243 4710 13679 38244 12333 13677 38245 12315 13681 38246 4710 13679 38247 12315 13681 38248 17885 13448 38249 4710 13679 38250 12172 13447 38251 12313 13680 38252 4711 13682 38253 12318 13683 38254 17892 13684 38255 4711 13682 38256 12314 13672 38257 12335 13685 38258 4711 13682 38259 12335 13685 38260 17959 13686 38261 4711 13682 38262 12334 13687 38263 12318 13683 38264 4712 13688 38265 12313 13680 38266 17882 13689 38267 4712 13688 38268 12165 13432 38269 12336 13690 38270 4712 13688 38271 12336 13690 38272 17959 13686 38273 4712 13688 38274 12335 13685 38275 12313 13680 38276 4713 13691 38277 12336 13690 38278 17881 13431 38279 4713 13691 38280 12173 13452 38281 12317 13692 38282 4713 13691 38283 12317 13692 38284 17952 13693 38285 4713 13691 38286 12334 13687 38287 12336 13690 38288 4714 13694 38289 12319 13695 38290 12182 13459 38291 4714 13694 38292 12182 13459 38293 17889 13696 38294 4714 13694 38295 12321 13697 38296 12337 13698 38297 4714 13694 38298 12337 13698 38299 17953 13699 38300 4715 13700 38301 12320 13701 38302 12337 13698 38303 4715 13700 38304 12337 13698 38305 17954 13702 38306 4715 13700 38307 12322 13703 38308 12184 13673 38309 4715 13700 38310 12184 13673 38311 17892 13684 38312 4716 13704 38313 12320 13701 38314 12318 13683 38315 4716 13704 38316 12318 13683 38317 17952 13693 38318 4716 13704 38319 12339 13705 38320 12338 13706 38321 4716 13704 38322 12338 13706 38323 17953 13699 38324 4717 13707 38325 12317 13692 38326 17886 13451 38327 4717 13707 38328 12176 13708 38329 12340 13709 38330 4717 13707 38331 12340 13709 38332 17960 13710 38333 4717 13707 38334 12339 13705 38335 12317 13692 38336 4718 13711 38337 12340 13709 38338 12183 13465 38339 4718 13711 38340 12183 13465 38341 17891 13460 38342 4718 13711 38343 12319 13695 38344 12338 13706 38345 4718 13711 38346 12338 13706 38347 17960 13710 38348 4719 13712 38349 12321 13697 38350 12179 13713 38351 4719 13712 38352 12179 13713 38353 12312 13714 38354 4719 13712 38355 12312 13714 38356 12341 13715 38357 4719 13712 38358 12341 13715 38359 17954 13702 38360 4720 13716 38361 12322 13703 38362 12341 13715 38363 4720 13716 38364 12341 13715 38365 17949 13717 38366 4720 13716 38367 12311 13718 38368 17888 13719 38369 4720 13716 38370 12185 13720 38371 17893 13674 38372 4721 13721 38373 12312 13714 38374 17890 13722 38375 4721 13721 38376 12225 13522 38377 12326 13723 38378 4721 13721 38379 12326 13723 38380 17955 13724 38381 4721 13721 38382 12342 13725 38383 12312 13714 38384 4722 13726 38385 12311 13718 38386 17949 13717 38387 4722 13726 38388 12342 13725 38389 12325 13727 38390 4722 13726 38391 12325 13727 38392 17916 13728 38393 4722 13726 38394 12224 13729 38395 12311 13718 38396 4723 13730 38397 12324 13731 38398 12327 13732 38399 4723 13730 38400 12327 13732 38401 17956 13733 38402 4724 13734 38403 12328 13735 38404 12294 13573 38405 4724 13734 38406 12343 13736 38407 12328 13735 38408 4725 13737 38409 12236 13545 38410 17915 13738 38411 4726 13739 38412 12327 13732 38413 12325 13727 38414 4726 13739 38415 12325 13727 38416 17955 13724 38417 4726 13739 38418 12345 13740 38419 12344 13741 38420 4726 13739 38421 12344 13741 38422 12327 13732 38423 4727 13742 38424 12326 13723 38425 17917 13521 38426 4727 13742 38427 12237 13551 38428 12346 13743 38429 4727 13742 38430 12346 13743 38431 17961 13744 38432 4727 13742 38433 12345 13740 38434 12326 13723 38435 4728 13745 38436 12346 13743 38437 17923 13550 38438 4728 13745 38439 12293 13580 38440 17948 13574 38441 4728 13745 38442 12328 13735 38443 12344 13741 38444 4728 13745 38445 12344 13741 38446 17961 13744 38447 4729 13746 38448 12316 13675 38449 17893 13674 38450 4729 13746 38451 12185 13720 38452 12330 13747 38453 4729 13746 38454 12330 13747 38455 17957 13748 38456 4729 13746 38457 12347 13749 38458 12316 13675 38459 4730 13750 38460 12315 13681 38461 17951 13676 38462 4730 13750 38463 12347 13749 38464 12329 13751 38465 4730 13750 38466 12329 13751 38467 17884 13443 38468 4730 13750 38469 12170 13442 38470 12315 13681 38471 4731 13752 38472 12330 13747 38473 17888 13719 38474 4731 13752 38475 12224 13729 38476 12332 13753 38477 4731 13752 38478 12332 13753 38479 17958 13754 38480 4731 13752 38481 12348 13755 38482 12330 13747 38483 4732 13756 38484 12329 13751 38485 17957 13748 38486 4732 13756 38487 12348 13755 38488 12331 13757 38489 4732 13756 38490 12331 13757 38491 17883 13454 38492 4732 13756 38493 12168 13437 38494 12329 13751 38495 4733 13758 38496 12332 13753 38497 17916 13728 38498 4733 13758 38499 12349 13759 38500 12332 13753 38501 4734 13760 38502 12323 13761 38503 17915 13738 38504 4735 13762 38505 12175 13763 38506 12331 13757 38507 4735 13762 38508 12331 13757 38509 17958 13754 38510 4736 13764 38511 12353 13765 38512 12360 13766 38513 4736 13764 38514 12360 13766 38515 12352 13767 38516 4736 13764 38517 12352 13767 38518 12057 13768 38519 4736 13764 38520 12057 13768 38521 17799 13769 38522 4737 13770 38523 12353 13765 38524 12351 13771 38525 4737 13770 38526 12351 13771 38527 17962 13772 38528 4737 13770 38529 12362 13773 38530 12361 13774 38531 4737 13770 38532 12361 13774 38533 12353 13765 38534 4738 13775 38535 12363 13776 38536 17797 13457 38537 4738 13775 38538 12056 13777 38539 12354 13778 38540 4738 13775 38541 12354 13778 38542 17965 13779 38543 4738 13775 38544 12361 13774 38545 12363 13776 38546 4739 13780 38547 12355 13781 38548 12352 13767 38549 4739 13780 38550 12352 13767 38551 17964 13782 38552 4739 13780 38553 12365 13783 38554 12364 13784 38555 4739 13780 38556 12364 13784 38557 17966 13785 38558 4740 13786 38559 12366 13471 38560 17896 13787 38561 4740 13786 38562 12189 13788 38563 12356 13789 38564 4740 13786 38565 12356 13789 38566 12364 13784 38567 4740 13786 38568 12364 13784 38569 17970 13790 38570 4741 13791 38571 12351 13771 38572 12357 13792 38573 4741 13791 38574 12357 13792 38575 17967 13793 38576 4741 13791 38577 12368 13794 38578 12367 13795 38579 4741 13791 38580 12367 13795 38581 17962 13772 38582 4742 13796 38583 12369 13524 38584 17911 13548 38585 4742 13796 38586 12218 13519 38587 17798 13518 38588 4742 13796 38589 12350 13797 38590 12367 13795 38591 4742 13796 38592 12367 13795 38593 12369 13524 38594 4743 13798 38595 12357 13792 38596 12057 13768 38597 4743 13798 38598 12057 13768 38599 17801 13799 38600 4743 13798 38601 12358 13800 38602 12372 13801 38603 4743 13798 38604 12372 13801 38605 17967 13793 38606 4744 13802 38607 12368 13794 38608 12372 13801 38609 4744 13802 38610 12372 13801 38611 17968 13803 38612 4744 13802 38613 12359 13804 38614 12414 13531 38615 4744 13802 38616 12414 13531 38617 17971 13525 38618 4745 13805 38619 12277 13806 38620 17945 13619 38621 4745 13805 38622 12373 13807 38623 12371 13808 38624 4745 13805 38625 12371 13808 38626 12272 13809 38627 4745 13805 38628 12272 13809 38629 17939 13810 38630 4747 13811 38631 12299 13812 38632 17901 13813 38633 4747 13811 38634 12194 13814 38635 12059 13644 38636 4747 13811 38637 12059 13644 38638 17782 13237 38639 4747 13811 38640 12060 13815 38641 12299 13812 38642 4748 13816 38643 12073 13817 38644 12374 13818 38645 4748 13816 38646 12374 13818 38647 17964 13782 38648 4748 13816 38649 12360 13766 38650 12354 13778 38651 4748 13816 38652 12354 13778 38653 17800 13819 38654 4749 13820 38655 12365 13783 38656 12374 13818 38657 4749 13820 38658 12374 13818 38659 12078 13248 38660 4749 13820 38661 12078 13248 38662 17820 13473 38663 4749 13820 38664 12375 13472 38665 17970 13790 38666 4750 13821 38667 12410 13239 38668 17808 13647 38669 4750 13821 38670 12064 13419 38671 12216 13280 38672 4750 13821 38673 12216 13280 38674 17791 13279 38675 4750 13821 38676 12050 13277 38677 12410 13239 38678 4751 13822 38679 12356 13789 38680 17900 13823 38681 4751 13822 38682 12378 13824 38683 12377 13825 38684 4751 13822 38685 12377 13825 38686 17974 13826 38687 4751 13822 38688 12376 13827 38689 12356 13789 38690 4752 13828 38691 12355 13781 38692 12376 13827 38693 4752 13828 38694 12376 13827 38695 17974 13826 38696 4752 13828 38697 12380 13829 38698 12379 13830 38699 4752 13828 38700 12379 13830 38701 17801 13799 38702 4753 13831 38703 12190 13832 38704 17895 13833 38705 4753 13831 38706 12386 13834 38707 12385 13835 38708 4753 13831 38709 12385 13835 38710 17973 13836 38711 4753 13831 38712 12378 13824 38713 12190 13832 38714 4754 13837 38715 12186 13838 38716 12383 13839 38717 4754 13837 38718 12383 13839 38719 17977 13840 38720 4754 13837 38721 12387 13841 38722 12386 13834 38723 4754 13837 38724 12386 13834 38725 12186 13838 38726 4755 13842 38727 12387 13841 38728 12390 13843 38729 4755 13842 38730 12390 13843 38731 17980 13844 38732 4755 13842 38733 12389 13845 38734 12388 13846 38735 4755 13842 38736 12388 13846 38737 17978 13847 38738 4756 13848 38739 12385 13835 38740 12388 13846 38741 4756 13848 38742 12388 13846 38743 17979 13849 38744 4756 13848 38745 12392 13850 38746 12391 13851 38747 4756 13848 38748 12391 13851 38749 12385 13835 38750 4757 13852 38751 12384 13853 38752 12394 13854 38753 4757 13852 38754 12394 13854 38755 12393 13855 38756 4757 13852 38757 12393 13855 38758 12390 13843 38759 4757 13852 38760 12390 13843 38761 17977 13840 38762 4758 13856 38763 12382 13857 38764 17975 13858 38765 4758 13856 38766 12396 13859 38767 12395 13860 38768 4758 13856 38769 12395 13860 38770 17982 13861 38771 4758 13856 38772 12394 13854 38773 12382 13857 38774 4759 13862 38775 12380 13829 38776 17974 13826 38777 4759 13862 38778 12398 13863 38779 12397 13864 38780 4759 13862 38781 12397 13864 38782 17983 13865 38783 4759 13862 38784 12396 13859 38785 12380 13829 38786 4760 13866 38787 12377 13825 38788 17973 13836 38789 4760 13866 38790 12391 13851 38791 12399 13867 38792 4760 13866 38793 12399 13867 38794 17984 13868 38795 4760 13866 38796 12398 13863 38797 12377 13825 38798 4761 13869 38799 12395 13860 38800 17983 13865 38801 4761 13869 38802 12400 13870 38803 17985 13871 38804 4761 13869 38805 12402 13872 38806 17986 13873 38807 4761 13869 38808 12401 13874 38809 12395 13860 38810 4762 13875 38811 12217 13876 38812 12404 13877 38813 4762 13875 38814 12404 13877 38815 17944 13878 38816 4762 13875 38817 12276 13879 38818 12272 13809 38819 4762 13875 38820 12272 13809 38821 17910 13880 38822 4763 13881 38823 12188 13882 38824 12405 13883 38825 4763 13881 38826 12405 13883 38827 12404 13877 38828 4763 13881 38829 12404 13877 38830 17786 13884 38831 4763 13881 38832 12186 13838 38833 17895 13833 38834 4765 13885 38835 12308 13886 38836 12415 13887 38837 4765 13885 38838 12415 13887 38839 17906 13663 38840 4766 13888 38841 12309 13889 38842 12415 13887 38843 4766 13888 38844 12415 13887 38845 17913 13512 38846 4767 13890 38847 12047 13245 38848 17783 13244 38849 4767 13890 38850 12416 13891 38851 17804 13892 38852 4767 13890 38853 12060 13815 38854 12046 13236 38855 4767 13890 38856 12046 13236 38857 17781 13893 38858 4768 13894 38859 12417 13895 38860 12051 13463 38861 4768 13894 38862 12051 13463 38863 12421 13896 38864 4768 13894 38865 12421 13896 38866 17990 13897 38867 4768 13894 38868 12433 13898 38869 12417 13895 38870 4769 13899 38871 12418 13900 38872 12433 13898 38873 4769 13899 38874 12433 13898 38875 12422 13901 38876 4769 13899 38877 12422 13901 38878 12157 13398 38879 4769 13899 38880 12157 13398 38881 17873 13407 38882 4770 13902 38883 12419 13903 38884 17800 13819 38885 4770 13902 38886 12056 13777 38887 12423 13904 38888 4770 13902 38889 12423 13904 38890 17991 13905 38891 4770 13902 38892 12434 13906 38893 12419 13903 38894 4771 13907 38895 12423 13904 38896 12055 13456 38897 4771 13907 38898 12055 13456 38899 17787 13464 38900 4771 13907 38901 12417 13895 38902 12435 13908 38903 4771 13907 38904 12435 13908 38905 17991 13905 38906 4772 13909 38907 12424 13910 38908 12435 13908 38909 4772 13909 38910 12435 13908 38911 17988 13911 38912 4772 13909 38913 12418 13900 38914 12159 13406 38915 4772 13909 38916 12159 13406 38917 17876 13912 38918 4773 13913 38919 12431 13914 38920 12301 13646 38921 4773 13913 38922 12301 13646 38923 17802 13642 38924 4773 13913 38925 12425 13915 38926 12436 13916 38927 4773 13913 38928 12436 13916 38929 17995 13917 38930 4774 13918 38931 12430 13919 38932 12160 13411 38933 4774 13918 38934 12160 13411 38935 17877 13920 38936 4774 13918 38937 12426 13921 38938 12437 13922 38939 4774 13918 38940 12437 13922 38941 17994 13923 38942 4775 13924 38943 12429 13925 38944 12437 13922 38945 4775 13924 38946 12437 13922 38947 17992 13926 38948 4775 13924 38949 12425 13915 38950 12074 13250 38951 4775 13924 38952 12074 13250 38953 12429 13925 38954 4776 13927 38955 12419 13903 38956 17989 13928 38957 4776 13927 38958 12438 13929 38959 17994 13923 38960 4776 13927 38961 12429 13925 38962 17819 13249 38963 4776 13927 38964 12073 13817 38965 12419 13903 38966 4777 13930 38967 12421 13896 38968 17792 13931 38969 4777 13930 38970 12063 13421 38971 12427 13932 38972 4777 13930 38973 12427 13932 38974 17993 13933 38975 4777 13930 38976 12439 13934 38977 12421 13896 38978 4778 13935 38979 12422 13901 38980 17990 13897 38981 4778 13935 38982 12439 13934 38983 12428 13936 38984 4778 13935 38985 12428 13936 38986 17878 13937 38987 4778 13935 38988 12158 13402 38989 12422 13901 38990 4779 13938 38991 12427 13932 38992 17807 13417 38993 4779 13938 38994 12305 13416 38995 12431 13914 38996 4779 13938 38997 12431 13914 38998 17995 13917 38999 4779 13938 39000 12440 13939 39001 12427 13932 39002 4780 13940 39003 12432 13941 39004 17995 13917 39005 4780 13940 39006 12441 13942 39007 12113 13320 39008 4780 13940 39009 12113 13320 39010 17852 13943 39011 4780 13940 39012 12302 13944 39013 17872 13945 39014 4781 13946 39015 12155 13403 39016 17878 13937 39017 4781 13946 39018 12442 13947 39019 12302 13944 39020 4781 13946 39021 12302 13944 39022 17852 13943 39023 4781 13946 39024 12303 13305 39025 12155 13403 39026 4782 13948 39027 12432 13941 39028 17872 13945 39029 4782 13948 39030 12442 13947 39031 12428 13936 39032 4782 13948 39033 12428 13936 39034 17993 13933 39035 4782 13948 39036 12440 13939 39037 12432 13941 39038 4783 13949 39039 12434 13906 39040 12443 13950 39041 4783 13949 39042 12443 13950 39043 17847 13310 39044 4783 13949 39045 12151 13427 39046 12420 13951 39047 4783 13949 39048 12420 13951 39049 17989 13928 39050 4784 13952 39051 12111 13311 39052 17847 13310 39053 4784 13952 39054 12443 13950 39055 12424 13910 39056 4784 13952 39057 12424 13910 39058 17876 13912 39059 4784 13952 39060 12153 13405 39061 12111 13311 39062 4785 13953 39063 12362 13773 39064 17962 13772 39065 4785 13953 39066 12444 13954 39067 17889 13696 39068 4785 13953 39069 12178 13458 39070 12363 13776 39071 4785 13953 39072 12363 13776 39073 17969 13955 39074 4786 13956 39075 12179 13713 39076 12444 13954 39077 4786 13956 39078 12444 13954 39079 17962 13772 39080 4786 13956 39081 12350 13797 39082 12180 13517 39083 4786 13956 39084 12180 13517 39085 17890 13722 39086 4787 13957 39087 12176 13708 39088 12445 13958 39089 4787 13957 39090 12445 13958 39091 12061 13422 39092 4787 13957 39093 12061 13422 39094 17792 13931 39095 4787 13957 39096 12177 13467 39097 12176 13708 39098 4788 13959 39099 12093 13285 39100 17805 13423 39101 4788 13959 39102 12445 13958 39103 12174 13450 39104 4788 13959 39105 12174 13450 39106 17840 13376 39107 4788 13959 39108 12098 13375 39109 17841 13286 39110 4789 13960 39111 12430 13919 39112 12438 13929 39113 4789 13960 39114 12438 13929 39115 12420 13951 39116 4789 13960 39117 12420 13951 39118 17874 13426 39119 4789 13960 39120 12161 13425 39121 12430 13919 39122 4790 13961 39123 12441 13942 39124 17995 13917 39125 4790 13961 39126 12446 13962 39127 17877 13920 39128 4790 13961 39129 12154 13410 39130 17850 13321 39131 4791 13963 39132 12426 13921 39133 12446 13962 39134 4791 13963 39135 12446 13962 39136 12436 13916 39137 4791 13963 39138 12436 13916 39139 17992 13926 39140 4792 13964 39141 12447 13965 39142 12048 13966 39143 4792 13964 39144 12048 13966 39145 17784 13967 39146 4792 13964 39147 12449 13968 39148 12455 13969 39149 4792 13964 39150 12455 13969 39151 17996 13970 39152 4793 13971 39153 12448 13972 39154 17996 13970 39155 4793 13971 39156 12455 13969 39157 17997 13973 39158 4793 13971 39159 12450 13974 39160 12086 13256 39161 4793 13971 39162 12086 13256 39163 12448 13972 39164 4794 13975 39165 12451 13976 39166 17783 13244 39167 4794 13975 39168 12409 13243 39169 17790 13272 39170 4794 13975 39171 12453 13977 39172 17999 13978 39173 4794 13975 39174 12456 13979 39175 12451 13976 39176 4795 13980 39177 12452 13981 39178 17998 13982 39179 4795 13980 39180 12456 13979 39181 12454 13983 39182 4795 13980 39183 12454 13983 39184 17827 13984 39185 4795 13980 39186 12087 13263 39187 12452 13981 39188 4796 13985 39189 13871 13986 39190 13870 13987 39191 4796 13985 39192 13870 13987 39193 12457 13988 39194 4796 13985 39195 12457 13988 39196 18001 13989 39197 4796 13985 39198 12464 13990 39199 13871 13986 39200 4797 13991 39201 12466 13992 39202 12459 13993 39203 4797 13991 39204 12459 13993 39205 18000 13994 39206 4798 13995 39207 12468 13996 39208 12465 13997 39209 4798 13995 39210 12465 13997 39211 18002 13998 39212 4798 13995 39213 12460 13999 39214 12469 14000 39215 4798 13995 39216 12469 14000 39217 18017 14001 39218 1737 1620 39219 12474 14002 39220 1741 1622 39221 4803 14003 39222 12483 14004 39223 12082 13264 39224 4803 14003 39225 12082 13264 39226 17827 13984 39227 4803 14003 39228 12487 14005 39229 12499 14006 39230 4803 14003 39231 12499 14006 39232 12483 14004 39233 4804 14007 39234 12484 14008 39235 12499 14006 39236 4804 14007 39237 12499 14006 39238 18026 14009 39239 4804 14007 39240 12488 14010 39241 12083 13254 39242 4804 14007 39243 12083 13254 39244 17823 14011 39245 4805 14012 39246 12485 14013 39247 17824 14014 39248 4805 14012 39249 12084 13258 39250 12489 14015 39251 4805 14012 39252 12489 14015 39253 18027 14016 39254 4805 14012 39255 12500 14017 39256 12485 14013 39257 4806 14018 39258 12486 14019 39259 12500 14017 39260 4806 14018 39261 12500 14017 39262 12490 14020 39263 4806 14018 39264 12490 14020 39265 17830 13262 39266 4806 14018 39267 12085 13261 39268 12486 14019 39269 4807 14021 39270 12491 14022 39271 17835 14023 39272 4807 14021 39273 12089 14024 39274 17785 14025 39275 4807 14021 39276 12480 14026 39277 12501 14027 39278 4807 14021 39279 12501 14027 39280 18028 14028 39281 4808 14029 39282 12492 14030 39283 12501 14027 39284 4808 14029 39285 12501 14027 39286 18022 14031 39287 4808 14029 39288 12481 14032 39289 12090 13271 39290 4808 14029 39291 12090 13271 39292 17836 13349 39293 4809 14033 39294 12493 14034 39295 17855 14035 39296 4809 14033 39297 12117 13336 39298 17835 14023 39299 4809 14033 39300 12491 14022 39301 12502 14036 39302 4809 14033 39303 12502 14036 39304 18029 14037 39305 4810 14038 39306 12494 14039 39307 12502 14036 39308 4810 14038 39309 12502 14036 39310 18028 14028 39311 4810 14038 39312 12492 14030 39313 12119 13348 39314 4810 14038 39315 12119 13348 39316 17856 13343 39317 4811 14040 39318 12482 14041 39319 18023 14042 39320 4811 14040 39321 12503 14043 39322 18029 14037 39323 4811 14040 39324 12494 14039 39325 12118 13342 39326 4811 14040 39327 12118 13342 39328 17793 14044 39329 4812 14045 39330 12495 14046 39331 17997 13973 39332 4812 14045 39333 12449 13968 39334 12479 14047 39335 4812 14045 39336 12479 14047 39337 18021 14048 39338 4812 14045 39339 12504 14049 39340 12495 14046 39341 4813 14050 39342 12496 14051 39343 18030 14052 39344 4813 14050 39345 12504 14049 39346 12478 14053 39347 4813 14050 39348 12478 14053 39349 17783 13244 39350 4813 14050 39351 12451 13976 39352 17998 13982 39353 4814 14054 39354 12489 14015 39355 17829 13257 39356 4814 14054 39357 12450 13974 39358 12495 14046 39359 4814 14054 39360 12495 14046 39361 18030 14052 39362 4814 14054 39363 12505 14055 39364 12489 14015 39365 4815 14056 39366 12490 14020 39367 18027 14016 39368 4815 14056 39369 12505 14055 39370 12496 14051 39371 4815 14056 39372 12496 14051 39373 12452 13981 39374 4815 14056 39375 12452 13981 39376 17830 13262 39377 4816 14057 39378 12497 14058 39379 12448 13972 39380 4816 14057 39381 12448 13972 39382 17828 13255 39383 4816 14057 39384 12488 14010 39385 12506 14059 39386 4816 14057 39387 12506 14059 39388 18031 14060 39389 4817 14061 39390 12498 14062 39391 12506 14059 39392 4817 14061 39393 12506 14059 39394 18026 14009 39395 4817 14061 39396 12487 14005 39397 12454 13983 39398 4817 14061 39399 12454 13983 39400 12498 14062 39401 4818 14063 39402 12480 14026 39403 12447 13965 39404 4818 14063 39405 12447 13965 39406 17996 13970 39407 4818 14063 39408 12497 14058 39409 12507 14064 39410 4818 14063 39411 12507 14064 39412 18022 14031 39413 4819 14065 39414 12481 14032 39415 12507 14064 39416 4819 14065 39417 12507 14064 39418 18031 14060 39419 4819 14065 39420 12498 14062 39421 17999 13978 39422 4819 14065 39423 12453 13977 39424 12481 14032 39425 4820 14066 39426 12187 13469 39427 17820 13473 39428 4820 14066 39429 12075 13247 39430 12508 14067 39431 4820 14066 39432 12508 14067 39433 17898 14068 39434 4821 14069 39435 12193 14070 39436 12508 14067 39437 4821 14069 39438 12508 14067 39439 17803 13252 39440 4821 14069 39441 12194 13814 39442 12193 14070 39443 4822 14071 39444 12457 13988 39445 18000 13994 39446 4822 14071 39447 12511 14072 39448 12510 14073 39449 4822 14071 39450 12510 14073 39451 18033 14074 39452 4822 14071 39453 12509 14075 39454 12457 13988 39455 4823 14076 39456 12458 14077 39457 12514 14078 39458 4823 14076 39459 12514 14078 39460 18034 14079 39461 4823 14076 39462 12513 14080 39463 12512 14081 39464 4823 14076 39465 12512 14081 39466 18004 14082 39467 4824 14083 39468 12459 13993 39469 12512 14081 39470 4824 14083 39471 12512 14081 39472 18035 14084 39473 4824 14083 39474 12515 14085 39475 12511 14072 39476 4824 14083 39477 12511 14072 39478 18000 13994 39479 4825 14086 39480 12463 14087 39481 13302 14088 39482 4825 14086 39483 13302 14088 39484 12516 14089 39485 4825 14086 39486 12516 14089 39487 13303 14090 39488 4825 14086 39489 13303 14090 39490 18013 14091 39491 4826 14092 39492 12467 14093 39493 13303 14090 39494 4826 14092 39495 13303 14090 39496 18037 14094 39497 4826 14092 39498 12517 14095 39499 12514 14078 39500 4826 14092 39501 12514 14078 39502 18003 14096 39503 4827 14097 39504 12510 14073 39505 18032 14098 39506 4827 14097 39507 12520 14099 39508 12519 14100 39509 4827 14097 39510 12519 14100 39511 18039 14101 39512 4827 14097 39513 12518 14102 39514 12510 14073 39515 4828 14103 39516 12586 14104 39517 18033 14074 39518 4828 14103 39519 12518 14102 39520 12521 14105 39521 4828 14103 39522 12521 14105 39523 18040 14106 39524 4828 14103 39525 13300 14107 39526 12586 14104 39527 4829 14108 39528 12513 14080 39529 12524 14109 39530 4829 14108 39531 12524 14109 39532 18041 14110 39533 4829 14108 39534 12523 14111 39535 12522 14112 39536 4829 14108 39537 12522 14112 39538 18035 14084 39539 4830 14113 39540 12515 14085 39541 12522 14112 39542 4830 14113 39543 12522 14112 39544 18042 14114 39545 4830 14113 39546 12525 14115 39547 12520 14099 39548 4830 14113 39549 12520 14099 39550 18032 14098 39551 4831 14116 39552 13299 14117 39553 13300 14107 39554 4831 14116 39555 13300 14107 39556 18040 14106 39557 4831 14116 39558 12526 14118 39559 18043 14119 39560 4831 14116 39561 13298 14120 39562 13299 14117 39563 4832 14121 39564 12590 14122 39565 18097 14123 39566 4832 14121 39567 13298 14120 39568 12528 14124 39569 4832 14121 39570 12528 14124 39571 18044 14125 39572 4832 14121 39573 12527 14126 39574 12590 14122 39575 4833 14127 39576 12516 14089 39577 18036 14128 39578 4833 14127 39579 12527 14126 39580 12530 14129 39581 4833 14127 39582 12530 14129 39583 12529 14130 39584 4833 14127 39585 12529 14130 39586 18037 14094 39587 4834 14131 39588 12517 14095 39589 12529 14130 39590 4834 14131 39591 12529 14130 39592 18045 14132 39593 4834 14131 39594 12531 14133 39595 12524 14109 39596 4834 14131 39597 12524 14109 39598 18034 14079 39599 4835 14134 39600 12519 14100 39601 18038 14135 39602 4835 14134 39603 13860 14136 39604 13856 14137 39605 4835 14134 39606 13856 14137 39607 12532 14138 39608 4835 14134 39609 12532 14138 39610 12519 14100 39611 4836 14139 39612 12521 14105 39613 18039 14101 39614 4836 14139 39615 12532 14138 39616 18046 14140 39617 4836 14139 39618 12534 14141 39619 18047 14142 39620 4836 14139 39621 12533 14143 39622 12521 14105 39623 4837 14144 39624 12523 14111 39625 13858 14145 39626 4837 14144 39627 13858 14145 39628 18049 14146 39629 4837 14144 39630 12535 14147 39631 13859 14148 39632 4837 14144 39633 13859 14148 39634 18042 14114 39635 4838 14149 39636 12525 14115 39637 18042 14114 39638 4838 14149 39639 13859 14148 39640 12536 14150 39641 4838 14149 39642 12536 14150 39643 18048 14151 39644 4838 14149 39645 13860 14136 39646 12525 14115 39647 4839 14152 39648 12526 14118 39649 18040 14106 39650 4839 14152 39651 12533 14143 39652 13855 14153 39653 4839 14152 39654 13855 14153 39655 18051 14154 39656 4839 14152 39657 13857 14155 39658 12526 14118 39659 4852 14156 39660 12561 14157 39661 18083 14158 39662 4852 14156 39663 12560 14159 39664 12559 14160 39665 4853 14161 39666 12562 14162 39667 12564 14163 39668 4853 14161 39669 12564 14163 39670 18086 14164 39671 4854 14165 39672 12563 14166 39673 12565 14167 39674 4854 14165 39675 12565 14167 39676 12561 14157 39677 4855 14168 39678 12570 14169 39679 18015 14170 39680 4855 14168 39681 12464 13990 39682 12567 14171 39683 4855 14168 39684 12567 14171 39685 18088 14172 39686 4855 14168 39687 12577 14173 39688 12570 14169 39689 4856 14174 39690 12571 14175 39691 18090 14176 39692 4856 14174 39693 12577 14173 39694 12568 14177 39695 4856 14174 39696 12568 14177 39697 18002 13998 39698 4856 14174 39699 12465 13997 39700 12571 14175 39701 4857 14178 39702 13564 14179 39703 12472 14180 39704 4857 14178 39705 12472 14180 39706 12579 14181 39707 4857 14178 39708 12579 14181 39709 18094 14182 39710 4857 14178 39711 13561 14183 39712 18571 14184 39713 4858 14185 39714 12579 14181 39715 18019 14186 39716 4858 14185 39717 12471 14187 39718 12570 14169 39719 4858 14185 39720 12570 14169 39721 18090 14176 39722 4858 14185 39723 12578 14188 39724 12579 14181 39725 1739 1712 39726 1767 14189 39727 12581 1713 39728 4859 14190 39729 12573 14191 39730 18016 14192 39731 4859 14190 39732 12468 13996 39733 12574 14193 39734 4860 14194 39735 12575 14195 39736 12568 14177 39737 4860 14194 39738 12568 14177 39739 18088 14172 39740 4860 14194 39741 12585 14196 39742 12584 14197 39743 4860 14194 39744 12584 14197 39745 12575 14195 39746 4861 14198 39747 12567 14171 39748 18001 13989 39749 4861 14198 39750 12509 14075 39751 12586 14104 39752 4861 14198 39753 12586 14104 39754 18096 14199 39755 4861 14198 39756 12585 14196 39757 12567 14171 39758 4862 14200 39759 12576 14201 39760 18005 14202 39761 4862 14200 39762 12460 13999 39763 12575 14195 39764 4862 14200 39765 12575 14195 39766 18092 14203 39767 4862 14200 39768 12587 14204 39769 18093 14205 39770 4863 14206 39771 12589 14207 39772 18093 14205 39773 4863 14206 39774 12587 14204 39775 12584 14197 39776 4863 14206 39777 12584 14197 39778 18096 14199 39779 4863 14206 39780 13299 14117 39781 12589 14207 39782 4864 14208 39783 12569 14209 39784 12576 14201 39785 4864 14208 39786 12576 14201 39787 12589 14207 39788 4864 14208 39789 12589 14207 39790 18097 14123 39791 4864 14208 39792 12588 14210 39793 12569 14209 39794 4865 14211 39795 12590 14122 39796 18036 14128 39797 4865 14211 39798 13302 14088 39799 13301 14212 39800 4865 14211 39801 13301 14212 39802 18089 14213 39803 4865 14211 39804 12588 14210 39805 12590 14122 39806 4866 14214 39807 12572 14215 39808 12469 14000 39809 4866 14214 39810 12469 14000 39811 18005 14202 39812 4866 14214 39813 12569 14209 39814 12591 14216 39815 4866 14214 39816 12591 14216 39817 18091 14217 39818 4867 14218 39819 12582 14219 39820 12591 14216 39821 4867 14218 39822 12591 14216 39823 18089 14213 39824 4867 14218 39825 13301 14212 39826 13557 14220 39827 4867 14218 39828 13557 14220 39829 12582 14219 39830 4868 14221 39831 13854 14222 39832 18046 14140 39833 4868 14221 39834 13856 14137 39835 12593 14223 39836 4868 14221 39837 12593 14223 39838 18099 14224 39839 4868 14221 39840 12602 14225 39841 13854 14222 39842 4869 14226 39843 12592 14227 39844 12602 14225 39845 4869 14226 39846 12602 14225 39847 12594 14228 39848 4869 14226 39849 12594 14228 39850 12537 14229 39851 4869 14226 39852 12537 14229 39853 12592 14227 39854 4870 14230 39855 13853 14231 39856 12534 14141 39857 4870 14230 39858 12534 14141 39859 13854 14222 39860 4870 14230 39861 13854 14222 39862 12603 14232 39863 4870 14230 39864 12603 14232 39865 18100 14233 39866 4871 14234 39867 12595 14235 39868 12603 14232 39869 4871 14234 39870 12603 14232 39871 18098 14236 39872 4871 14234 39873 12592 14227 39874 18054 14237 39875 4871 14234 39876 12538 14238 39877 12595 14235 39878 4872 14239 39879 12596 14240 39880 18050 14241 39881 4872 14239 39882 12535 14147 39883 12598 14242 39884 4872 14239 39885 12598 14242 39886 18102 14243 39887 4872 14239 39888 12604 14244 39889 12596 14240 39890 4873 14245 39891 12597 14246 39892 18101 14247 39893 4873 14245 39894 12604 14244 39895 18102 14243 39896 4873 14245 39897 12599 14248 39898 12539 14249 39899 4873 14245 39900 12539 14249 39901 18058 14250 39902 4874 14251 39903 12593 14223 39904 18048 14151 39905 4874 14251 39906 12536 14150 39907 12596 14240 39908 4874 14251 39909 12596 14240 39910 18101 14247 39911 4874 14251 39912 12605 14252 39913 12593 14223 39914 4875 14253 39915 12594 14228 39916 18099 14224 39917 4875 14253 39918 12605 14252 39919 12597 14246 39920 4875 14253 39921 12597 14246 39922 18058 14250 39923 4875 14253 39924 12540 14254 39925 12594 14228 39926 4876 14255 39927 12600 14256 39928 13855 14153 39929 4876 14255 39930 13855 14153 39931 18047 14142 39932 4876 14255 39933 13853 14231 39934 12606 14257 39935 4876 14255 39936 12606 14257 39937 18103 14258 39938 4877 14259 39939 12601 14260 39940 12606 14257 39941 4877 14259 39942 12606 14257 39943 18100 14233 39944 4877 14259 39945 12595 14235 39946 12541 14261 39947 4877 14259 39948 12541 14261 39949 18059 14262 39950 4879 14263 39951 12608 14264 39952 18045 14132 39953 4879 14263 39954 12530 14129 39955 18044 14125 39956 4879 14263 39957 12607 14265 39958 18104 14266 39959 4879 14263 39960 12615 14267 39961 12608 14264 39962 4882 14268 39963 12609 14269 39964 12600 14256 39965 4882 14268 39966 12600 14256 39967 12613 14270 39968 4883 14271 39969 12616 14272 39970 12617 14273 39971 4883 14271 39972 12617 14273 39973 12618 14274 39974 4884 14275 39975 12612 14276 39976 12617 14273 39977 4884 14275 39978 12617 14273 39979 18106 14277 39980 4884 14275 39981 12611 14278 39982 12543 14279 39983 4884 14275 39984 12543 14279 39985 12612 14276 39986 4885 14280 39987 12614 14281 39988 12598 14242 39989 4885 14280 39990 12598 14242 39991 12610 14282 39992 4887 14283 39993 12658 14284 39994 18120 14285 39995 4887 14283 39996 12620 14286 39997 12660 14287 39998 4887 14283 39999 12660 14287 40000 18174 14288 40001 4887 14283 40002 12708 14289 40003 12658 14284 40004 4888 14290 40005 12659 14291 40006 12708 14289 40007 4888 14290 40008 12708 14289 40009 12661 14292 40010 4888 14290 40011 12661 14292 40012 18125 14293 40013 4888 14290 40014 12621 14294 40015 18123 14295 40016 4889 14296 40017 12657 14297 40018 18122 14298 40019 4889 14296 40020 12622 14299 40021 18126 14300 40022 4889 14296 40023 12662 14301 40024 12709 14302 40025 4889 14296 40026 12709 14302 40027 12657 14297 40028 4890 14303 40029 12656 14304 40030 12709 14302 40031 4890 14303 40032 12709 14302 40033 18175 14305 40034 4890 14303 40035 12663 14306 40036 12623 14307 40037 4890 14303 40038 12623 14307 40039 18121 14308 40040 4891 14309 40041 12667 14310 40042 18131 14311 40043 4891 14309 40044 12625 14312 40045 12668 14313 40046 4891 14309 40047 12668 14313 40048 18178 14314 40049 4891 14309 40050 12710 14315 40051 12667 14310 40052 4892 14316 40053 12666 14317 40054 12710 14315 40055 4892 14316 40056 12710 14315 40057 12669 14318 40058 4892 14316 40059 12669 14318 40060 18134 14319 40061 4892 14316 40062 12626 14320 40063 18130 14321 40064 4893 14322 40065 12665 14323 40066 18129 14324 40067 4893 14322 40068 12627 14325 40069 18135 14326 40070 4893 14322 40071 12670 14327 40072 12711 14328 40073 4893 14322 40074 12711 14328 40075 12665 14323 40076 4894 14329 40077 12664 14330 40078 12711 14328 40079 4894 14329 40080 12711 14328 40081 18179 14331 40082 4894 14329 40083 12671 14332 40084 12624 14333 40085 4894 14329 40086 12624 14333 40087 18128 14334 40088 4895 14335 40089 12675 14336 40090 18139 14337 40091 4895 14335 40092 12629 14338 40093 12676 14339 40094 4895 14335 40095 12676 14339 40096 18182 14340 40097 4895 14335 40098 12712 14341 40099 12675 14336 40100 4896 14342 40101 12674 14343 40102 12712 14341 40103 4896 14342 40104 12712 14341 40105 12677 14344 40106 4896 14342 40107 12677 14344 40108 18142 14345 40109 4896 14342 40110 12630 14346 40111 18138 14347 40112 4897 14348 40113 12673 14349 40114 18137 14350 40115 4897 14348 40116 12631 14351 40117 18143 14352 40118 4897 14348 40119 12679 14353 40120 12713 14354 40121 4897 14348 40122 12713 14354 40123 12673 14349 40124 4898 14355 40125 12672 14356 40126 12713 14354 40127 4898 14355 40128 12713 14354 40129 18183 14357 40130 4898 14355 40131 12678 14358 40132 12628 14359 40133 4898 14355 40134 12628 14359 40135 18136 14360 40136 4899 14361 40137 12688 14362 40138 18152 14363 40139 4899 14361 40140 12632 14364 40141 12692 14365 40142 4899 14361 40143 12692 14365 40144 18190 14366 40145 4899 14361 40146 12714 14367 40147 12688 14362 40148 4900 14368 40149 12689 14369 40150 12714 14367 40151 4900 14368 40152 12714 14367 40153 18190 14366 40154 4900 14368 40155 12693 14370 40156 12633 14371 40157 4900 14368 40158 12633 14371 40159 18153 14372 40160 4901 14373 40161 12691 14374 40162 12634 14375 40163 4901 14373 40164 12634 14375 40165 12694 14376 40166 4901 14373 40167 12694 14376 40168 18191 14377 40169 4901 14373 40170 12715 14378 40171 12691 14374 40172 4902 14379 40173 12690 14380 40174 12715 14378 40175 4902 14379 40176 12715 14378 40177 18191 14377 40178 4902 14379 40179 12695 14381 40180 12635 14382 40181 4902 14379 40182 12635 14382 40183 18155 14383 40184 4903 14384 40185 12684 14385 40186 18149 14386 40187 4903 14384 40188 12637 14387 40189 12696 14388 40190 4903 14384 40191 12696 14388 40192 18192 14389 40193 4903 14384 40194 12716 14390 40195 12684 14385 40196 4904 14391 40197 12685 14392 40198 12716 14390 40199 4904 14391 40200 12716 14390 40201 18192 14389 40202 4904 14391 40203 12697 14393 40204 12638 14394 40205 4904 14391 40206 12638 14394 40207 18150 14395 40208 4905 14396 40209 12687 14397 40210 18151 14398 40211 4905 14396 40212 12639 14399 40213 12699 14400 40214 4905 14396 40215 12699 14400 40216 18193 14401 40217 4905 14396 40218 12717 14402 40219 12687 14397 40220 4906 14403 40221 12686 14404 40222 12717 14402 40223 4906 14403 40224 12717 14402 40225 18193 14401 40226 4906 14403 40227 12698 14405 40228 12636 14406 40229 4906 14403 40230 12636 14406 40231 18148 14407 40232 4907 14408 40233 12680 14409 40234 18145 14410 40235 4907 14408 40236 12641 14411 40237 12700 14412 40238 4907 14408 40239 12700 14412 40240 18194 14413 40241 4907 14408 40242 12718 14414 40243 12680 14409 40244 4908 14415 40245 12681 14416 40246 12718 14414 40247 4908 14415 40248 12718 14414 40249 12701 14417 40250 4908 14415 40251 12701 14417 40252 12642 14418 40253 4908 14415 40254 12642 14418 40255 12681 14416 40256 4909 14419 40257 12683 14420 40258 18147 14421 40259 4909 14419 40260 12643 14422 40261 12703 14423 40262 4909 14419 40263 12703 14423 40264 18195 14424 40265 4909 14419 40266 12719 14425 40267 12683 14420 40268 4910 14426 40269 12682 14427 40270 12719 14425 40271 4910 14426 40272 12719 14425 40273 18195 14424 40274 4910 14426 40275 12702 14428 40276 12640 14429 40277 4910 14426 40278 12640 14429 40279 18144 14430 40280 4911 14431 40281 12700 14412 40282 18165 14432 40283 4911 14431 40284 13802 14433 40285 13788 14434 40286 4911 14431 40287 13788 14434 40288 18684 14435 40289 4911 14431 40290 13792 14436 40291 12700 14412 40292 4912 14437 40293 12701 14417 40294 18194 14413 40295 4912 14437 40296 13792 14436 40297 18684 14435 40298 4912 14437 40299 13789 14438 40300 13791 14439 40301 4912 14437 40302 13791 14439 40303 18166 14440 40304 4913 14441 40305 12703 14423 40306 18167 14442 40307 4913 14441 40308 12645 14443 40309 12705 14444 40310 4913 14441 40311 12705 14444 40312 18196 14445 40313 4913 14441 40314 12720 14446 40315 12703 14423 40316 4914 14447 40317 12702 14428 40318 12720 14446 40319 4914 14447 40320 12720 14446 40321 18196 14445 40322 4914 14447 40323 12704 14448 40324 12644 14449 40325 4914 14447 40326 12644 14449 40327 18164 14450 40328 4915 14451 40329 12696 14388 40330 18161 14452 40331 4915 14451 40332 12647 14453 40333 12704 14448 40334 4915 14451 40335 12704 14448 40336 18196 14445 40337 4915 14451 40338 12721 14454 40339 12696 14388 40340 4916 14455 40341 12697 14393 40342 12721 14454 40343 4916 14455 40344 12721 14454 40345 18196 14445 40346 4916 14455 40347 12705 14444 40348 12648 14456 40349 4916 14455 40350 12648 14456 40351 18162 14457 40352 4917 14458 40353 12699 14400 40354 18163 14459 40355 4917 14458 40356 12649 14460 40357 12707 14461 40358 4917 14458 40359 12707 14461 40360 18197 14462 40361 4917 14458 40362 12722 14463 40363 12699 14400 40364 4918 14464 40365 12698 14405 40366 12722 14463 40367 4918 14464 40368 12722 14463 40369 18197 14462 40370 4918 14464 40371 12706 14465 40372 12646 14466 40373 4918 14464 40374 12646 14466 40375 18160 14467 40376 4919 14468 40377 12692 14365 40378 18156 14469 40379 4919 14468 40380 12650 14470 40381 12706 14465 40382 4919 14468 40383 12706 14465 40384 18197 14462 40385 4919 14468 40386 12723 14471 40387 12692 14365 40388 4920 14472 40389 12693 14370 40390 12723 14471 40391 4920 14472 40392 12723 14471 40393 18197 14462 40394 4920 14472 40395 12707 14461 40396 12651 14473 40397 4920 14472 40398 12651 14473 40399 18157 14474 40400 4921 14475 40401 12694 14376 40402 18158 14476 40403 4921 14475 40404 12652 14477 40405 12739 14478 40406 4921 14475 40407 12739 14478 40408 18114 14479 40409 4921 14475 40410 12738 14480 40411 12694 14376 40412 4922 14481 40413 12695 14381 40414 12738 14480 40415 4922 14481 40416 12738 14480 40417 18114 14479 40418 4922 14481 40419 12619 14482 40420 12653 14483 40421 4922 14481 40422 12653 14483 40423 18159 14484 40424 4923 14485 40425 12730 14486 40426 12545 14487 40427 4923 14485 40428 12545 14487 40429 18066 14488 40430 4923 14485 40431 12732 14489 40432 12737 14490 40433 4923 14485 40434 12737 14490 40435 18201 14491 40436 4924 14492 40437 12742 14493 40438 12743 14494 40439 4924 14492 40440 12743 14494 40441 18110 14495 40442 4924 14492 40443 12740 14496 40444 12741 14497 40445 4924 14492 40446 12741 14497 40447 18112 14498 40448 4925 14499 40449 12752 14500 40450 12676 14339 40451 4925 14499 40452 12676 14339 40453 18141 14501 40454 4925 14499 40455 12746 14502 40456 12756 14503 40457 4925 14499 40458 12756 14503 40459 18210 14504 40460 4926 14505 40461 12753 14506 40462 12756 14503 40463 4926 14505 40464 12756 14503 40465 18207 14507 40466 4926 14505 40467 12747 14508 40468 12680 14409 40469 4926 14505 40470 12680 14409 40471 18184 14509 40472 4927 14510 40473 12748 14511 40474 12677 14344 40475 4927 14510 40476 12677 14344 40477 18182 14340 40478 4927 14510 40479 12752 14500 40480 12757 14512 40481 4927 14510 40482 12757 14512 40483 18208 14513 40484 4928 14514 40485 12749 14515 40486 18208 14513 40487 4928 14514 40488 12757 14512 40489 12753 14506 40490 4928 14514 40491 12753 14506 40492 18184 14509 40493 4928 14514 40494 12681 14416 40495 12749 14515 40496 4929 14516 40497 12754 14517 40498 18183 14357 40499 4929 14516 40500 12679 14353 40501 12750 14518 40502 4929 14516 40503 12750 14518 40504 18209 14519 40505 4929 14516 40506 12758 14520 40507 12754 14517 40508 4930 14521 40509 12755 14522 40510 12758 14520 40511 4930 14521 40512 12758 14520 40513 18209 14519 40514 4930 14521 40515 12751 14523 40516 12683 14420 40517 4930 14521 40518 12683 14420 40519 18185 14524 40520 4931 14525 40521 12744 14526 40522 12678 14358 40523 4931 14525 40524 12678 14358 40525 12754 14517 40526 4931 14525 40527 12754 14517 40528 18211 14527 40529 4931 14525 40530 12759 14528 40531 18206 14529 40532 4932 14530 40533 12745 14531 40534 12759 14528 40535 4932 14530 40536 12759 14528 40537 18211 14527 40538 4932 14530 40539 12755 14522 40540 12682 14427 40541 4932 14530 40542 12682 14427 40543 12745 14531 40544 4933 14532 40545 12768 14533 40546 12668 14313 40547 4933 14532 40548 12668 14313 40549 12762 14534 40550 4933 14532 40551 12762 14534 40552 18213 14535 40553 4933 14532 40554 12772 14536 40555 12768 14533 40556 4934 14537 40557 12769 14538 40558 18216 14539 40559 4934 14537 40560 12772 14536 40561 12763 14540 40562 4934 14537 40563 12763 14540 40564 18149 14386 40565 4934 14537 40566 12684 14385 40567 12769 14538 40568 4935 14541 40569 12764 14542 40570 12669 14318 40571 4935 14541 40572 12669 14318 40573 18178 14314 40574 4935 14541 40575 12768 14533 40576 12773 14543 40577 4935 14541 40578 12773 14543 40579 18214 14544 40580 4936 14545 40581 12765 14546 40582 18214 14544 40583 4936 14545 40584 12773 14543 40585 12769 14538 40586 4936 14545 40587 12769 14538 40588 18186 14547 40589 4936 14545 40590 12685 14392 40591 12765 14546 40592 4937 14548 40593 12770 14549 40594 18179 14331 40595 4937 14548 40596 12670 14327 40597 12766 14550 40598 4937 14548 40599 12766 14550 40600 18215 14551 40601 4937 14548 40602 12774 14552 40603 12770 14549 40604 4938 14553 40605 12771 14554 40606 12774 14552 40607 4938 14553 40608 12774 14552 40609 18215 14551 40610 4938 14553 40611 12767 14555 40612 12687 14397 40613 4938 14553 40614 12687 14397 40615 18187 14556 40616 4939 14557 40617 12760 14558 40618 12671 14332 40619 4939 14557 40620 12671 14332 40621 12770 14549 40622 4939 14557 40623 12770 14549 40624 12775 14559 40625 4939 14557 40626 12775 14559 40627 18212 14560 40628 4940 14561 40629 12761 14562 40630 12775 14559 40631 4940 14561 40632 12775 14559 40633 18217 14563 40634 4940 14561 40635 12771 14554 40636 12686 14404 40637 4940 14561 40638 12686 14404 40639 18148 14407 40640 4941 14564 40641 12784 14565 40642 12660 14287 40643 4941 14564 40644 12660 14287 40645 12776 14566 40646 4941 14564 40647 12776 14566 40648 12788 14567 40649 4941 14564 40650 12788 14567 40651 18222 14568 40652 4942 14569 40653 12785 14570 40654 18222 14568 40655 4942 14569 40656 12788 14567 40657 12777 14571 40658 4942 14569 40659 12777 14571 40660 12688 14362 40661 4942 14569 40662 12688 14362 40663 12785 14570 40664 4943 14572 40665 12778 14573 40666 12661 14292 40667 4943 14572 40668 12661 14292 40669 18174 14288 40670 4943 14572 40671 12784 14565 40672 12789 14574 40673 4943 14572 40674 12789 14574 40675 18219 14575 40676 4944 14576 40677 12779 14577 40678 18219 14575 40679 4944 14576 40680 12789 14574 40681 12785 14570 40682 4944 14576 40683 12785 14570 40684 18188 14578 40685 4944 14576 40686 12689 14369 40687 12779 14577 40688 4945 14579 40689 12786 14580 40690 18175 14305 40691 4945 14579 40692 12662 14301 40693 12780 14581 40694 4945 14579 40695 12780 14581 40696 18220 14582 40697 4945 14579 40698 12790 14583 40699 12786 14580 40700 4946 14584 40701 12787 14585 40702 12790 14583 40703 4946 14584 40704 12790 14583 40705 18220 14582 40706 4946 14584 40707 12781 14586 40708 12691 14374 40709 4946 14584 40710 12691 14374 40711 18189 14587 40712 4947 14588 40713 12782 14589 40714 18127 14590 40715 4947 14588 40716 12663 14306 40717 12786 14580 40718 4947 14588 40719 12786 14580 40720 18223 14591 40721 4947 14588 40722 12791 14592 40723 12782 14589 40724 4948 14593 40725 12783 14594 40726 18221 14595 40727 4948 14593 40728 12791 14592 40729 12787 14585 40730 4948 14593 40731 12787 14585 40732 18189 14587 40733 4948 14593 40734 12690 14380 40735 12783 14594 40736 4949 14596 40737 12792 14597 40738 12741 14497 40739 4949 14596 40740 12741 14497 40741 18170 14598 40742 4949 14596 40743 12799 14599 40744 12804 14600 40745 4949 14596 40746 12804 14600 40747 18224 14601 40748 4950 14602 40749 12793 14603 40750 12804 14600 40751 4950 14602 40752 12804 14600 40753 18227 14604 40754 4950 14602 40755 12798 14605 40756 12739 14478 40757 4950 14602 40758 12739 14478 40759 18113 14606 40760 4951 14607 40761 12799 14599 40762 18170 14598 40763 4951 14607 40764 12740 14496 40765 12794 14608 40766 4951 14607 40767 12794 14608 40768 18225 14609 40769 4951 14607 40770 12805 14610 40771 12799 14599 40772 4952 14611 40773 12798 14605 40774 18227 14604 40775 4952 14611 40776 12805 14610 40777 12795 14612 40778 4952 14611 40779 12795 14612 40780 18115 14613 40781 4952 14611 40782 12619 14482 40783 12798 14605 40784 4953 14614 40785 12629 14338 40786 12810 14615 40787 4953 14614 40788 12810 14615 40789 18232 14616 40790 4953 14614 40791 12809 14617 40792 12808 14618 40793 4953 14614 40794 12808 14618 40795 12629 14338 40796 4954 14619 40797 12628 14359 40798 12807 14620 40799 4954 14619 40800 12807 14620 40801 12812 14621 40802 4954 14619 40803 12812 14621 40804 18233 14622 40805 4954 14619 40806 12811 14623 40807 12628 14359 40808 4955 14624 40809 12625 14312 40810 12816 14625 40811 4955 14624 40812 12816 14625 40813 18236 14626 40814 4955 14624 40815 12815 14627 40816 18235 14628 40817 4955 14624 40818 12814 14629 40819 12625 14312 40820 4956 14630 40821 12624 14333 40822 12813 14631 40823 4956 14630 40824 12813 14631 40825 12818 14632 40826 4956 14630 40827 12818 14632 40828 18237 14633 40829 4956 14630 40830 12817 14634 40831 12624 14333 40832 4957 14635 40833 12623 14307 40834 12819 14636 40835 4957 14635 40836 12819 14636 40837 18239 14637 40838 4957 14635 40839 12822 14638 40840 18240 14639 40841 4957 14635 40842 12821 14640 40843 12623 14307 40844 4958 14641 40845 12620 14286 40846 12824 14642 40847 4958 14641 40848 12824 14642 40849 18241 14643 40850 4958 14641 40851 12823 14644 40852 12820 14645 40853 4958 14641 40854 12820 14645 40855 12620 14286 40856 4959 14646 40857 12783 14594 40858 12827 14647 40859 4959 14646 40860 12827 14647 40861 18243 14648 40862 4959 14646 40863 12826 14649 40864 12825 14650 40865 4959 14646 40866 12825 14650 40867 18221 14595 40868 4960 14651 40869 12782 14589 40870 18221 14595 40871 4960 14651 40872 12825 14650 40873 12829 14652 40874 4960 14651 40875 12829 14652 40876 18244 14653 40877 4960 14651 40878 12828 14654 40879 12782 14589 40880 4961 14655 40881 12777 14571 40882 18218 14656 40883 4961 14655 40884 12832 14657 40885 12831 14658 40886 4961 14655 40887 12831 14658 40888 18246 14659 40889 4961 14655 40890 12830 14660 40891 12777 14571 40892 4962 14661 40893 12776 14566 40894 12834 14662 40895 4962 14661 40896 12834 14662 40897 18247 14663 40898 4962 14661 40899 12833 14664 40900 12832 14657 40901 4962 14661 40902 12832 14657 40903 18218 14656 40904 4963 14665 40905 12763 14540 40906 18213 14535 40907 4963 14665 40908 12837 14666 40909 12836 14667 40910 4963 14665 40911 12836 14667 40912 18249 14668 40913 4963 14665 40914 12835 14669 40915 12763 14540 40916 4964 14670 40917 12762 14534 40918 12839 14671 40919 4964 14670 40920 12839 14671 40921 18250 14672 40922 4964 14670 40923 12838 14673 40924 12837 14666 40925 4964 14670 40926 12837 14666 40927 18213 14535 40928 4965 14674 40929 12761 14562 40930 12842 14675 40931 4965 14674 40932 12842 14675 40933 18252 14676 40934 4965 14674 40935 12841 14677 40936 12840 14678 40937 4965 14674 40938 12840 14678 40939 18212 14560 40940 4966 14679 40941 12760 14558 40942 18212 14560 40943 4966 14679 40944 12840 14678 40945 12844 14680 40946 4966 14679 40947 12844 14680 40948 18253 14681 40949 4966 14679 40950 12843 14682 40951 12760 14558 40952 4967 14683 40953 12747 14508 40954 18207 14507 40955 4967 14683 40956 12847 14684 40957 12846 14685 40958 4967 14683 40959 12846 14685 40960 18255 14686 40961 4967 14683 40962 12845 14687 40963 12747 14508 40964 4968 14688 40965 12746 14502 40966 12849 14689 40967 4968 14688 40968 12849 14689 40969 18256 14690 40970 4968 14688 40971 12848 14691 40972 12847 14684 40973 4968 14688 40974 12847 14684 40975 18207 14507 40976 4969 14692 40977 12745 14531 40978 12852 14693 40979 4969 14692 40980 12852 14693 40981 18258 14694 40982 4969 14692 40983 12851 14695 40984 12850 14696 40985 4969 14692 40986 12850 14696 40987 18206 14529 40988 4970 14697 40989 12744 14526 40990 18206 14529 40991 4970 14697 40992 12850 14696 40993 12854 14698 40994 4970 14697 40995 12854 14698 40996 18259 14699 40997 4970 14697 40998 12853 14700 40999 12744 14526 41000 4971 14701 41001 13802 14433 41002 12856 14702 41003 4971 14701 41004 12856 14702 41005 12855 14703 41006 4971 14701 41007 12855 14703 41008 18260 14704 41009 4971 14701 41010 13801 14705 41011 13802 14433 41012 4972 14706 41013 12644 14449 41014 12859 14707 41015 4972 14706 41016 12859 14707 41017 18262 14708 41018 4972 14706 41019 12858 14709 41020 12857 14710 41021 4972 14706 41022 12857 14710 41023 12644 14449 41024 4973 14711 41025 12641 14411 41026 18145 14410 41027 4973 14711 41028 12861 14712 41029 18264 14713 41030 4973 14711 41031 12860 14714 41032 18261 14715 41033 4973 14711 41034 12856 14702 41035 18165 14432 41036 4974 14716 41037 12640 14429 41038 18164 14450 41039 4974 14716 41040 12857 14710 41041 12863 14717 41042 4974 14716 41043 12863 14717 41044 18265 14718 41045 4974 14716 41046 12862 14719 41047 12640 14429 41048 4975 14720 41049 12647 14453 41050 12866 14721 41051 4975 14720 41052 12866 14721 41053 12865 14722 41054 4975 14720 41055 12865 14722 41056 18266 14723 41057 4975 14720 41058 12864 14724 41059 12647 14453 41060 4976 14725 41061 12646 14466 41062 12869 14726 41063 4976 14725 41064 12869 14726 41065 18268 14727 41066 4976 14725 41067 12868 14728 41068 12867 14729 41069 4976 14725 41070 12867 14729 41071 12646 14466 41072 4977 14730 41073 12637 14387 41074 12871 14731 41075 4977 14730 41076 12871 14731 41077 18270 14732 41078 4977 14730 41079 12870 14733 41080 18267 14734 41081 4977 14730 41082 12866 14721 41083 18161 14452 41084 4978 14735 41085 12636 14406 41086 18160 14467 41087 4978 14735 41088 12867 14729 41089 18269 14736 41090 4978 14735 41091 12873 14737 41092 12872 14738 41093 4978 14735 41094 12872 14738 41095 12636 14406 41096 4979 14739 41097 12653 14483 41098 12876 14740 41099 4979 14739 41100 12876 14740 41101 18272 14741 41102 4979 14739 41103 12875 14742 41104 12874 14743 41105 4979 14739 41106 12874 14743 41107 18159 14484 41108 4980 14744 41109 12650 14470 41110 12879 14745 41111 4980 14744 41112 12879 14745 41113 12878 14746 41114 4980 14744 41115 12878 14746 41116 18274 14747 41117 4980 14744 41118 12877 14748 41119 12650 14470 41120 4981 14749 41121 12635 14382 41122 18159 14484 41123 4981 14749 41124 12874 14743 41125 12881 14750 41126 4981 14749 41127 12881 14750 41128 18276 14751 41129 4981 14749 41130 12880 14752 41131 12635 14382 41132 4982 14753 41133 12632 14364 41134 12883 14754 41135 4982 14753 41136 12883 14754 41137 18277 14755 41138 4982 14753 41139 12882 14756 41140 12879 14745 41141 4982 14753 41142 12879 14745 41143 18156 14469 41144 4983 14757 41145 12797 14758 41146 18226 14759 41147 4983 14757 41148 12886 14760 41149 12885 14761 41150 4983 14757 41151 12885 14761 41152 18278 14762 41153 4983 14757 41154 12884 14763 41155 18118 14764 41156 4984 14765 41157 12796 14766 41158 18109 14767 41159 4984 14765 41160 12888 14768 41161 18280 14769 41162 4984 14765 41163 12887 14770 41164 12886 14760 41165 4984 14765 41166 12886 14760 41167 18226 14759 41168 4985 14771 41169 12797 14758 41170 18118 14764 41171 4985 14771 41172 12891 14772 41173 18281 14773 41174 4985 14771 41175 12890 14774 41176 12889 14775 41177 4985 14771 41178 12889 14775 41179 12797 14758 41180 4986 14776 41181 12796 14766 41182 18226 14759 41183 4986 14776 41184 12889 14775 41185 12893 14777 41186 4986 14776 41187 12893 14777 41188 18283 14778 41189 4986 14776 41190 12892 14779 41191 12796 14766 41192 4987 14780 41193 12795 14612 41194 18225 14609 41195 4987 14780 41196 12896 14781 41197 12895 14782 41198 4987 14780 41199 12895 14782 41200 18284 14783 41201 4987 14780 41202 12894 14784 41203 12795 14612 41204 4988 14785 41205 12794 14608 41206 12898 14786 41207 4988 14785 41208 12898 14786 41209 18286 14787 41210 4988 14785 41211 12897 14788 41212 12896 14781 41213 4988 14785 41214 12896 14781 41215 18225 14609 41216 4991 14789 41217 12906 14790 41218 12905 14791 41219 4991 14789 41220 12905 14791 41221 18199 14792 41222 4992 14793 41223 12726 14794 41224 12905 14791 41225 4992 14793 41226 12905 14791 41227 18294 14795 41228 4992 14793 41229 12908 14796 41230 12907 14797 41231 4992 14793 41232 12907 14797 41233 18062 14798 41234 4993 14799 41235 12725 14800 41236 18198 14801 41237 4993 14799 41238 12910 14802 41239 12909 14803 41240 4994 14804 41241 12724 14805 41242 18063 14806 41243 4994 14804 41244 12912 14807 41245 12911 14808 41246 4994 14804 41247 12911 14808 41248 18296 14809 41249 4994 14804 41250 12910 14802 41251 12724 14805 41252 4995 14810 41253 12915 14811 41254 18299 14812 41255 4995 14810 41256 12967 14813 41257 12916 14814 41258 4995 14810 41259 12916 14814 41260 12545 14487 41261 4995 14810 41262 12545 14487 41263 18065 14815 41264 4996 14816 41265 12915 14811 41266 12918 14817 41267 4996 14816 41268 12918 14817 41269 18301 14818 41270 4996 14816 41271 12969 14819 41272 12968 14820 41273 4996 14816 41274 12968 14820 41275 18299 14812 41276 4997 14821 41277 12919 14822 41278 18066 14488 41279 4997 14821 41280 12916 14814 41281 18300 14823 41282 4997 14821 41283 13221 14824 41284 18412 14825 41285 4997 14821 41286 13205 14826 41287 12919 14822 41288 5001 14827 41289 12927 14828 41290 12630 14346 41291 5001 14827 41292 12630 14346 41293 12932 14829 41294 5001 14827 41295 12932 14829 41296 12970 14830 41297 5001 14827 41298 12970 14830 41299 18309 14831 41300 5002 14832 41301 12926 14833 41302 18309 14831 41303 5002 14832 41304 12970 14830 41305 12933 14834 41306 5002 14832 41307 12933 14834 41308 12631 14351 41309 5002 14832 41310 12631 14351 41311 12926 14833 41312 5003 14835 41313 12936 14836 41314 12642 14418 41315 5003 14835 41316 12642 14418 41317 18166 14440 41318 5003 14835 41319 12938 14837 41320 12971 14838 41321 5003 14835 41322 12971 14838 41323 12936 14836 41324 5004 14839 41325 12937 14840 41326 12971 14838 41327 5004 14839 41328 12971 14838 41329 12939 14841 41330 5004 14839 41331 12939 14841 41332 18167 14442 41333 5004 14839 41334 12643 14422 41335 12937 14840 41336 5005 14842 41337 12938 14837 41338 18166 14440 41339 5005 14842 41340 13791 14439 41341 13790 14843 41342 5005 14842 41343 13790 14843 41344 18307 14844 41345 5005 14842 41346 12972 14845 41347 12938 14837 41348 5006 14846 41349 12939 14841 41350 18315 14847 41351 5006 14846 41352 12972 14845 41353 12924 14848 41354 5006 14846 41355 12924 14848 41356 18116 14849 41357 5006 14846 41358 12645 14443 41359 12939 14841 41360 5007 14850 41361 12946 14851 41362 18319 14852 41363 5007 14850 41364 12973 14853 41365 12921 14854 41366 5007 14850 41367 12921 14854 41368 18081 14855 41369 5007 14850 41370 12655 14856 41371 12946 14851 41372 5008 14857 41373 12940 14858 41374 12672 14356 41375 5008 14857 41376 12672 14356 41377 12928 14859 41378 5008 14857 41379 12928 14859 41380 12974 14860 41381 5008 14857 41382 12974 14860 41383 18316 14861 41384 5009 14862 41385 12941 14863 41386 18316 14861 41387 5009 14862 41388 12974 14860 41389 12929 14864 41390 5009 14862 41391 12929 14864 41392 12675 14336 41393 5009 14862 41394 12675 14336 41395 12941 14863 41396 5010 14865 41397 12942 14866 41398 18199 14792 41399 5010 14865 41400 12726 14794 41401 12917 14867 41402 5010 14865 41403 12917 14867 41404 18301 14818 41405 5010 14865 41406 12975 14868 41407 12942 14866 41408 5011 14869 41409 12943 14870 41410 18317 14871 41411 5011 14869 41412 12975 14868 41413 12918 14817 41414 5011 14869 41415 12918 14817 41416 18065 14815 41417 5011 14869 41418 12730 14486 41419 12943 14870 41420 5012 14872 41421 12727 14873 41422 18199 14792 41423 5012 14872 41424 12942 14866 41425 18317 14871 41426 5013 14874 41427 12976 14875 41428 12943 14870 41429 5013 14874 41430 12943 14870 41431 18201 14491 41432 5014 14876 41433 12944 14877 41434 18202 14878 41435 5014 14876 41436 12732 14489 41437 12919 14822 41438 5014 14876 41439 12919 14822 41440 18302 14879 41441 5014 14876 41442 12977 14880 41443 12944 14877 41444 5015 14881 41445 12945 14882 41446 12977 14880 41447 5015 14881 41448 12977 14880 41449 12920 14883 41450 5015 14881 41451 12920 14883 41452 18069 14884 41453 5015 14881 41454 12735 14885 41455 18205 14886 41456 5016 14887 41457 12978 14888 41458 18318 14889 41459 5016 14887 41460 12945 14882 41461 12736 14890 41462 5017 14891 41463 12947 14892 41464 18321 14893 41465 5017 14891 41466 12979 14894 41467 12946 14851 41468 5017 14891 41469 12946 14851 41470 18169 14895 41471 5017 14891 41472 12803 14896 41473 12947 14892 41474 5018 14897 41475 13790 14843 41476 18686 14898 41477 5018 14897 41478 13793 14899 41479 13796 14900 41480 5018 14897 41481 13796 14900 41482 18321 14893 41483 5018 14897 41484 12980 14901 41485 13790 14843 41486 5019 14902 41487 12924 14848 41488 18307 14844 41489 5019 14902 41490 12980 14901 41491 12947 14892 41492 5019 14902 41493 12947 14892 41494 18229 14903 41495 5019 14902 41496 12802 14904 41497 12924 14848 41498 5020 14905 41499 12931 14906 41500 18141 14501 41501 5020 14905 41502 12808 14618 41503 12949 14907 41504 5020 14905 41505 12949 14907 41506 18322 14908 41507 5020 14905 41508 12981 14909 41509 12931 14906 41510 5021 14910 41511 12930 14911 41512 18311 14912 41513 5021 14910 41514 12981 14909 41515 12948 14913 41516 5021 14910 41517 12948 14913 41518 12807 14620 41519 5021 14910 41520 12807 14620 41521 12930 14911 41522 5022 14914 41523 12928 14859 41524 18136 14360 41525 5022 14914 41526 12811 14623 41527 12951 14915 41528 5022 14914 41529 12951 14915 41530 18323 14916 41531 5022 14914 41532 12982 14917 41533 12928 14859 41534 5023 14918 41535 12929 14864 41536 12982 14917 41537 5023 14918 41538 12982 14917 41539 18323 14916 41540 5023 14918 41541 12950 14919 41542 12810 14615 41543 5023 14918 41544 12810 14615 41545 18139 14337 41546 5024 14920 41547 12951 14915 41548 18233 14622 41549 5024 14920 41550 12812 14621 41551 18230 14921 41552 5024 14920 41553 12948 14913 41554 12983 14922 41555 5024 14920 41556 12983 14922 41557 12951 14915 41558 5025 14923 41559 12950 14919 41560 18323 14916 41561 5025 14923 41562 12983 14922 41563 12949 14907 41564 5025 14923 41565 12949 14907 41566 18231 14924 41567 5025 14923 41568 12809 14617 41569 12950 14919 41570 5026 14925 41571 12935 14926 41572 18145 14410 41573 5026 14925 41574 12845 14687 41575 12952 14927 41576 5026 14925 41577 12952 14927 41578 18324 14928 41579 5026 14925 41580 12984 14929 41581 18313 14930 41582 5027 14931 41583 12934 14932 41584 18313 14930 41585 5027 14931 41586 12984 14929 41587 12953 14933 41588 5027 14931 41589 12953 14933 41590 12852 14693 41591 5027 14931 41592 12852 14693 41593 12934 14932 41594 5028 14934 41595 12930 14911 41596 18140 14935 41597 5028 14934 41598 12853 14700 41599 12955 14936 41600 5028 14934 41601 12955 14936 41602 18325 14937 41603 5028 14934 41604 12985 14938 41605 12930 14911 41606 5029 14939 41607 12931 14906 41608 18311 14912 41609 5029 14939 41610 12985 14938 41611 12954 14940 41612 5029 14939 41613 12954 14940 41614 12849 14689 41615 5029 14939 41616 12849 14689 41617 12931 14906 41618 5030 14941 41619 12955 14936 41620 18259 14699 41621 5030 14941 41622 12854 14698 41623 12957 14942 41624 5030 14941 41625 12957 14942 41626 18326 14943 41627 5030 14941 41628 12986 14944 41629 12955 14936 41630 5031 14945 41631 12954 14940 41632 18325 14937 41633 5031 14945 41634 12986 14944 41635 12956 14946 41636 5031 14945 41637 12956 14946 41638 12848 14691 41639 5031 14945 41640 12848 14691 41641 18256 14690 41642 5032 14947 41643 12957 14942 41644 12851 14695 41645 5032 14947 41646 12851 14695 41647 18258 14694 41648 5032 14947 41649 12953 14933 41650 12987 14948 41651 5032 14947 41652 12987 14948 41653 12957 14942 41654 5033 14949 41655 12956 14946 41656 18326 14943 41657 5033 14949 41658 12987 14948 41659 12952 14927 41660 5033 14949 41661 12952 14927 41662 18255 14686 41663 5033 14949 41664 12846 14685 41665 12956 14946 41666 5034 14950 41667 12934 14932 41668 18144 14430 41669 5034 14950 41670 12862 14719 41671 12959 14951 41672 5034 14950 41673 12959 14951 41674 18327 14952 41675 5034 14950 41676 12988 14953 41677 18313 14930 41678 5035 14954 41679 12935 14926 41680 12988 14953 41681 5035 14954 41682 12988 14953 41683 18327 14952 41684 5035 14954 41685 12958 14955 41686 12861 14712 41687 5035 14954 41688 12861 14712 41689 18145 14410 41690 5036 14956 41691 13800 14957 41692 13801 14705 41693 5036 14956 41694 13801 14705 41695 18260 14704 41696 5036 14956 41697 12960 14958 41698 12989 14959 41699 5036 14956 41700 12989 14959 41701 18308 14960 41702 5037 14961 41703 12925 14962 41704 12989 14959 41705 5037 14961 41706 12989 14959 41707 18328 14963 41708 5037 14961 41709 12961 14964 41710 12859 14707 41711 5037 14961 41712 12859 14707 41713 12925 14962 41714 5038 14965 41715 12963 14966 41716 18263 14967 41717 5038 14965 41718 12858 14709 41719 18262 14708 41720 5038 14965 41721 12961 14964 41722 18328 14963 41723 5038 14965 41724 12990 14968 41725 12963 14966 41726 5039 14969 41727 12962 14970 41728 18329 14971 41729 5039 14969 41730 12990 14968 41731 12960 14958 41732 5039 14969 41733 12960 14958 41734 18260 14704 41735 5039 14969 41736 12855 14703 41737 18261 14715 41738 5040 14972 41739 12959 14951 41740 18265 14718 41741 5040 14972 41742 12863 14717 41743 12963 14966 41744 5040 14972 41745 12963 14966 41746 18329 14971 41747 5040 14972 41748 12991 14973 41749 12959 14951 41750 5041 14974 41751 12958 14955 41752 12991 14973 41753 5041 14974 41754 12991 14973 41755 18329 14971 41756 5041 14974 41757 12962 14970 41758 12860 14714 41759 5041 14974 41760 12860 14714 41761 18264 14713 41762 5042 14975 41763 12925 14962 41764 12884 14763 41765 5042 14975 41766 12884 14763 41767 18278 14762 41768 5042 14975 41769 12964 14976 41770 12992 14977 41771 5042 14975 41772 12992 14977 41773 18308 14960 41774 5043 14978 41775 13800 14957 41776 12992 14977 41777 5043 14978 41778 12992 14977 41779 18330 14979 41780 5043 14978 41781 13803 14980 41782 13738 14981 41783 5043 14978 41784 13738 14981 41785 18687 14982 41786 5044 14983 41787 12923 14984 41788 13806 14985 41789 5044 14983 41790 13806 14985 41791 13808 14986 41792 5044 14983 41793 13808 14986 41794 18331 14987 41795 5044 14983 41796 12993 14988 41797 12923 14984 41798 5045 14989 41799 12922 14990 41800 18306 14991 41801 5045 14989 41802 12993 14988 41803 12965 14992 41804 5045 14989 41805 12965 14992 41806 12888 14768 41807 5045 14989 41808 12888 14768 41809 18109 14767 41810 5046 14993 41811 12964 14976 41812 12885 14761 41813 5046 14993 41814 12885 14761 41815 18279 14994 41816 5046 14993 41817 12966 14995 41818 12994 14996 41819 5046 14993 41820 12994 14996 41821 18330 14979 41822 5047 14997 41823 13803 14980 41824 12994 14996 41825 5047 14997 41826 12994 14996 41827 18332 14998 41828 5047 14997 41829 13804 14999 41830 13739 15000 41831 5047 14997 41832 13739 15000 41833 18654 15001 41834 5048 15002 41835 12966 14995 41836 12887 14770 41837 5048 15002 41838 12887 14770 41839 18280 14769 41840 5048 15002 41841 12965 14992 41842 18331 14987 41843 5048 15002 41844 12995 15003 41845 18332 14998 41846 5049 15004 41847 13804 14999 41848 18332 14998 41849 5049 15004 41850 12995 15003 41851 13808 14986 41852 5049 15004 41853 13808 14986 41854 18417 15005 41855 5049 15004 41856 13807 15006 41857 13804 14999 41858 5050 15007 41859 12999 15008 41860 12997 15009 41861 5050 15007 41862 12997 15009 41863 18334 15010 41864 5050 15007 41865 13058 15011 41866 13057 15012 41867 5050 15007 41868 13057 15012 41869 18335 15013 41870 5051 15014 41871 12996 15015 41872 18056 15016 41873 5051 15014 41874 12538 14238 41875 13059 15017 41876 5051 15014 41877 13059 15017 41878 18368 15018 41879 5051 15014 41880 13058 15011 41881 12996 15015 41882 5052 15019 41883 13000 15020 41884 12541 14261 41885 5052 15019 41886 12541 14261 41887 18056 15016 41888 5052 15019 41889 12996 15015 41890 18334 15010 41891 5052 15019 41892 13060 15021 41893 18336 15022 41894 5053 15023 41895 13001 15024 41896 18336 15022 41897 5053 15023 41898 13060 15021 41899 12997 15009 41900 5053 15023 41901 12997 15009 41902 18064 15025 41903 5053 15023 41904 12546 15026 41905 13001 15024 41906 5054 15027 41907 13001 15024 41908 18067 15028 41909 5054 15027 41910 13002 15029 41911 13062 15030 41912 5054 15027 41913 13062 15030 41914 18369 15031 41915 5054 15027 41916 13061 15032 41917 13001 15024 41918 5055 15033 41919 13003 15034 41920 12547 15035 41921 5055 15033 41922 12547 15035 41923 18060 15036 41924 5055 15033 41925 13063 15037 41926 13062 15030 41927 5055 15033 41928 13062 15030 41929 18337 15038 41930 5056 15039 41931 13063 15037 41932 12542 15040 41933 5056 15039 41934 12542 15040 41935 18059 14262 41936 5056 15039 41937 13000 15020 41938 13061 15032 41939 5056 15039 41940 13061 15032 41941 18369 15031 41942 5061 15041 41943 13015 15042 41944 12621 14294 41945 5061 15041 41946 12621 14294 41947 13016 15043 41948 5061 15041 41949 13016 15043 41950 13064 15044 41951 5061 15041 41952 13064 15044 41953 18345 15045 41954 5062 15046 41955 13014 15047 41956 18345 15045 41957 5062 15046 41958 13064 15044 41959 13017 15048 41960 5062 15046 41961 13017 15048 41962 12622 14299 41963 5062 15046 41964 12622 14299 41965 13014 15047 41966 5063 15049 41967 13020 15050 41968 12633 14371 41969 5063 15049 41970 12633 14371 41971 18157 14474 41972 5063 15049 41973 13024 15051 41974 18350 15052 41975 5063 15049 41976 13065 15053 41977 13020 15050 41978 5064 15054 41979 13021 15055 41980 13065 15053 41981 5064 15054 41982 13065 15053 41983 13025 15056 41984 5064 15054 41985 13025 15056 41986 12634 14375 41987 5064 15054 41988 12634 14375 41989 13021 15055 41990 5065 15057 41991 13024 15051 41992 12651 14473 41993 5065 15057 41994 12651 14473 41995 18117 15058 41996 5065 15057 41997 13009 15059 41998 13066 15060 41999 5065 15057 42000 13066 15060 42001 18350 15052 42002 5066 15061 42003 13025 15056 42004 18350 15052 42005 5066 15061 42006 13066 15060 42007 13008 15062 42008 5066 15061 42009 13008 15062 42010 18113 14606 42011 5066 15061 42012 12652 14477 42013 13025 15056 42014 5067 15063 42015 13032 15064 42016 18168 15065 42017 5067 15063 42018 12654 15066 42019 18080 15067 42020 5067 15063 42021 13005 15068 42022 13067 15069 42023 5067 15063 42024 13067 15069 42025 13032 15064 42026 5068 15070 42027 13031 15071 42028 13067 15069 42029 5068 15070 42030 13067 15069 42031 13004 15072 42032 5068 15070 42033 13004 15072 42034 18079 15073 42035 5068 15070 42036 12742 14493 42037 13031 15071 42038 5069 15074 42039 13026 15075 42040 12656 14304 42041 5069 15074 42042 12656 14304 42043 13013 15076 42044 5069 15074 42045 13013 15076 42046 13068 15077 42047 5069 15074 42048 13068 15077 42049 18351 15078 42050 5070 15079 42051 13027 15080 42052 18351 15078 42053 5070 15079 42054 13068 15077 42055 13012 15081 42056 5070 15079 42057 13012 15081 42058 12658 14284 42059 5070 15079 42060 12658 14284 42061 13027 15080 42062 5071 15082 42063 13029 15083 42064 12728 15084 42065 5071 15082 42066 12728 15084 42067 18064 15025 42068 5071 15082 42069 12999 15008 42070 13069 15085 42071 5071 15082 42072 13069 15085 42073 18352 15086 42074 5072 15087 42075 13028 15088 42076 13069 15085 42077 5072 15087 42078 13069 15085 42079 18335 15013 42080 5072 15087 42081 12998 15089 42082 18063 14806 42083 5072 15087 42084 12724 14805 42085 18198 14801 42086 5073 15090 42087 12729 15091 42088 18200 15092 42089 5073 15090 42090 13029 15083 42091 13070 15093 42092 5074 15094 42093 13070 15093 42094 18352 15086 42095 5074 15094 42096 13028 15088 42097 12725 14800 42098 5075 15095 42099 13030 15096 42100 12733 15097 42101 5075 15095 42102 12733 15097 42103 18068 15098 42104 5075 15095 42105 13003 15034 42106 13071 15099 42107 5075 15095 42108 13071 15099 42109 18353 15100 42110 5076 15101 42111 12734 15102 42112 18204 15103 42113 5076 15101 42114 13030 15096 42115 13072 15104 42116 5077 15105 42117 13034 15106 42118 12801 15107 42119 5077 15105 42120 12801 15107 42121 18168 15065 42122 5077 15105 42123 13032 15064 42124 13073 15108 42125 5077 15105 42126 13073 15108 42127 18356 15109 42128 5078 15110 42129 13033 15111 42130 18356 15109 42131 5078 15110 42132 13073 15108 42133 13031 15071 42134 5078 15110 42135 13031 15071 42136 18112 14498 42137 5078 15110 42138 12792 14597 42139 13033 15111 42140 5079 15112 42141 13009 15059 42142 12800 15113 42143 5079 15112 42144 12800 15113 42145 13034 15106 42146 5079 15112 42147 13034 15106 42148 13074 15114 42149 5079 15112 42150 13074 15114 42151 13009 15059 42152 5080 15115 42153 13008 15062 42154 18342 15116 42155 5080 15115 42156 13074 15114 42157 13033 15111 42158 5080 15115 42159 13033 15111 42160 18224 14601 42161 5080 15115 42162 12793 14603 42163 13008 15062 42164 5081 15117 42165 13018 15118 42166 18124 15119 42167 5081 15117 42168 12820 14645 42169 13035 15120 42170 5081 15117 42171 13035 15120 42172 18357 15121 42173 5081 15117 42174 13075 15122 42175 18347 15123 42176 5082 15124 42177 13019 15125 42178 13075 15122 42179 5082 15124 42180 13075 15122 42181 18357 15121 42182 5082 15124 42183 13036 15126 42184 12819 14636 42185 5082 15124 42186 12819 14636 42187 18127 14590 42188 5083 15127 42189 13013 15076 42190 18121 14308 42191 5083 15127 42192 12821 14640 42193 13037 15128 42194 5083 15127 42195 13037 15128 42196 18358 15129 42197 5083 15127 42198 13076 15130 42199 13013 15076 42200 5084 15131 42201 13012 15081 42202 13076 15130 42203 5084 15131 42204 13076 15130 42205 18358 15129 42206 5084 15131 42207 13038 15132 42208 12824 14642 42209 5084 15131 42210 12824 14642 42211 18120 14285 42212 5085 15133 42213 13037 15128 42214 18240 14639 42215 5085 15133 42216 12822 14638 42217 18239 14637 42218 5085 15133 42219 13036 15126 42220 13077 15134 42221 5085 15133 42222 13077 15134 42223 18358 15129 42224 5086 15135 42225 13038 15132 42226 18358 15129 42227 5086 15135 42228 13077 15134 42229 13035 15120 42230 5086 15135 42231 13035 15120 42232 18238 15136 42233 5086 15135 42234 12823 14644 42235 18241 14643 42236 5087 15137 42237 13022 15138 42238 12830 14660 42239 5087 15137 42240 12830 14660 42241 13040 15139 42242 5087 15137 42243 13040 15139 42244 13078 15140 42245 5087 15137 42246 13078 15140 42247 18349 15141 42248 5088 15142 42249 13023 15143 42250 18349 15141 42251 5088 15142 42252 13078 15140 42253 18359 15144 42254 5088 15142 42255 13039 15145 42256 12827 14647 42257 5088 15142 42258 12827 14647 42259 13023 15143 42260 5089 15146 42261 13019 15125 42262 12828 14654 42263 5089 15146 42264 12828 14654 42265 13041 15147 42266 5089 15146 42267 13041 15147 42268 13079 15148 42269 5089 15146 42270 13079 15148 42271 18347 15123 42272 5090 15149 42273 13018 15118 42274 18347 15123 42275 5090 15149 42276 13079 15148 42277 18360 15150 42278 5090 15149 42279 13042 15151 42280 12834 14662 42281 5090 15149 42282 12834 14662 42283 13018 15118 42284 5091 15152 42285 13041 15147 42286 18244 14653 42287 5091 15152 42288 12829 14652 42289 13043 15153 42290 5091 15152 42291 13043 15153 42292 13080 15154 42293 5091 15152 42294 13080 15154 42295 13041 15147 42296 5092 15155 42297 13042 15151 42298 13080 15154 42299 5092 15155 42300 13080 15154 42301 18361 15156 42302 5092 15155 42303 13044 15157 42304 12833 14664 42305 5092 15155 42306 12833 14664 42307 18247 14663 42308 5093 15158 42309 13043 15153 42310 12826 14649 42311 5093 15158 42312 12826 14649 42313 18243 14648 42314 5093 15158 42315 13039 15145 42316 13081 15159 42317 5093 15158 42318 13081 15159 42319 18361 15156 42320 5094 15160 42321 13044 15157 42322 13081 15159 42323 5094 15160 42324 13081 15159 42325 18359 15144 42326 5094 15160 42327 13040 15139 42328 18246 14659 42329 5094 15160 42330 12831 14658 42331 18245 15161 42332 5095 15162 42333 13023 15143 42334 12880 14752 42335 5095 15162 42336 12880 14752 42337 13045 15163 42338 5095 15162 42339 13045 15163 42340 13082 15164 42341 5095 15162 42342 13082 15164 42343 18349 15141 42344 5096 15165 42345 13022 15138 42346 13082 15164 42347 5096 15165 42348 13082 15164 42349 18362 15166 42350 5096 15165 42351 13046 15167 42352 12883 14754 42353 5096 15165 42354 12883 14754 42355 18152 14363 42356 5097 15168 42357 13011 15169 42358 18119 15170 42359 5097 15168 42360 12877 14748 42361 13048 15171 42362 5097 15168 42363 13048 15171 42364 18363 15172 42365 5097 15168 42366 13083 15173 42367 13011 15169 42368 5098 15174 42369 13010 15175 42370 18343 15176 42371 5098 15174 42372 13083 15173 42373 13047 15177 42374 5098 15174 42375 13047 15177 42376 12876 14740 42377 5098 15174 42378 12876 14740 42379 13010 15175 42380 5099 15178 42381 13049 15179 42382 12875 14742 42383 5099 15178 42384 12875 14742 42385 18272 14741 42386 5099 15178 42387 13047 15177 42388 13084 15180 42389 5099 15178 42390 13084 15180 42391 18364 15181 42392 5100 15182 42393 13050 15183 42394 13084 15180 42395 5100 15182 42396 13084 15180 42397 18363 15172 42398 5100 15182 42399 13048 15171 42400 18274 14747 42401 5100 15182 42402 12878 14746 42403 18275 15184 42404 5101 15185 42405 13045 15163 42406 18276 14751 42407 5101 15185 42408 12881 14750 42409 13049 15179 42410 5101 15185 42411 13049 15179 42412 18364 15181 42413 5101 15185 42414 13085 15186 42415 13045 15163 42416 5102 15187 42417 13046 15167 42418 13085 15186 42419 5102 15187 42420 13085 15186 42421 18364 15181 42422 5102 15187 42423 13050 15183 42424 12882 14756 42425 5102 15187 42426 12882 14756 42427 18277 14755 42428 5103 15188 42429 13010 15175 42430 12894 14784 42431 5103 15188 42432 12894 14784 42433 13051 15189 42434 5103 15188 42435 13051 15189 42436 13086 15190 42437 5103 15188 42438 13086 15190 42439 18343 15176 42440 5104 15191 42441 13011 15169 42442 13086 15190 42443 5104 15191 42444 13086 15190 42445 18365 15192 42446 5104 15191 42447 13052 15193 42448 12899 15194 42449 5104 15191 42450 12899 15194 42451 18119 15170 42452 5105 15195 42453 13006 15196 42454 12900 15197 42455 5105 15195 42456 12900 15197 42457 18288 15198 42458 5105 15195 42459 13054 15199 42460 13087 15200 42461 5105 15195 42462 13087 15200 42463 18341 15201 42464 5106 15202 42465 13007 15203 42466 13087 15200 42467 5106 15202 42468 13087 15200 42469 18366 15204 42470 5106 15202 42471 13053 15205 42472 12898 14786 42473 5106 15202 42474 12898 14786 42475 18110 14495 42476 5107 15206 42477 13051 15189 42478 18284 14783 42479 5107 15206 42480 12895 14782 42481 18285 15207 42482 5107 15206 42483 13055 15208 42484 13088 15209 42485 5107 15206 42486 13088 15209 42487 18365 15192 42488 5108 15210 42489 13052 15193 42490 13088 15209 42491 5108 15210 42492 13088 15209 42493 18367 15211 42494 5108 15210 42495 13056 15212 42496 12901 15213 42497 5108 15210 42498 12901 15213 42499 18287 15214 42500 5109 15215 42501 13055 15208 42502 12897 14788 42503 5109 15215 42504 12897 14788 42505 18286 14787 42506 5109 15215 42507 13053 15205 42508 13089 15216 42509 5109 15215 42510 13089 15216 42511 18367 15211 42512 5110 15217 42513 13056 15212 42514 13089 15216 42515 5110 15217 42516 13089 15216 42517 18366 15204 42518 5110 15217 42519 13054 15199 42520 12902 15218 42521 5110 15217 42522 12902 15218 42523 18289 15219 42524 5111 15220 42525 13095 15221 42526 18069 14884 42527 5111 15220 42528 13093 15222 42529 13163 15223 42530 5111 15220 42531 13163 15223 42532 18409 15224 42533 5111 15220 42534 13162 15225 42535 13095 15221 42536 5112 15226 42537 13092 15227 42538 18061 15228 42539 5112 15226 42540 12543 14279 42541 13164 15229 42542 5112 15226 42543 13164 15229 42544 18409 15224 42545 5112 15226 42546 13163 15223 42547 13092 15227 42548 5113 15230 42549 13164 15229 42550 12547 15035 42551 5113 15230 42552 12547 15035 42553 18068 15098 42554 5113 15230 42555 13094 15231 42556 18372 15232 42557 5113 15230 42558 13162 15225 42559 13164 15229 42560 5116 15233 42561 13105 15234 42562 12626 14320 42563 5116 15233 42564 12626 14320 42565 13110 15235 42566 5116 15233 42567 13110 15235 42568 13165 15236 42569 5116 15233 42570 13165 15236 42571 18378 15237 42572 5117 15238 42573 13104 15239 42574 18378 15237 42575 5117 15238 42576 13165 15236 42577 13111 15240 42578 5117 15238 42579 13111 15240 42580 12627 14325 42581 5117 15238 42582 12627 14325 42583 13104 15239 42584 5118 15241 42585 13114 15242 42586 12638 14394 42587 5118 15241 42588 12638 14394 42589 18162 14457 42590 5118 15241 42591 13116 15243 42592 18384 15244 42593 5118 15241 42594 13166 15245 42595 13114 15242 42596 5119 15246 42597 13115 15247 42598 18383 15248 42599 5119 15246 42600 13166 15245 42601 13117 15249 42602 5119 15246 42603 13117 15249 42604 18163 14459 42605 5119 15246 42606 12639 14399 42607 13115 15247 42608 5120 15250 42609 13116 15243 42610 12648 14456 42611 5120 15250 42612 12648 14456 42613 18116 14849 42614 5120 15250 42615 13100 15251 42616 18376 15252 42617 5120 15250 42618 13167 15253 42619 13116 15243 42620 5121 15254 42621 13117 15249 42622 13167 15253 42623 5121 15254 42624 13167 15253 42625 13101 15255 42626 5121 15254 42627 13101 15255 42628 18117 15058 42629 5121 15254 42630 12649 14460 42631 13117 15249 42632 5122 15256 42633 13119 15257 42634 18169 14895 42635 5122 15256 42636 12655 14856 42637 18081 14855 42638 5122 15256 42639 13097 15258 42640 13168 15259 42641 5122 15256 42642 13168 15259 42643 13119 15257 42644 5123 15260 42645 13118 15261 42646 18385 15262 42647 5123 15260 42648 13168 15259 42649 13096 15263 42650 5123 15260 42651 13096 15263 42652 18080 15067 42653 5123 15260 42654 12654 15066 42655 13118 15261 42656 5124 15264 42657 13120 15265 42658 12664 14330 42659 5124 15264 42660 12664 14330 42661 13106 15266 42662 5124 15264 42663 13106 15266 42664 18379 15267 42665 5124 15264 42666 13169 15268 42667 13120 15265 42668 5125 15269 42669 13121 15270 42670 18386 15271 42671 5125 15269 42672 13169 15268 42673 13107 15272 42674 5125 15269 42675 13107 15272 42676 12667 14310 42677 5125 15269 42678 12667 14310 42679 13121 15270 42680 5126 15273 42681 13123 15274 42682 12735 14885 42683 5126 15273 42684 12735 14885 42685 13095 15221 42686 5126 15273 42687 13095 15221 42688 18372 15232 42689 5126 15273 42690 13170 15275 42691 13123 15274 42692 5127 15276 42693 13122 15277 42694 18387 15278 42695 5127 15276 42696 13170 15275 42697 13094 15231 42698 5127 15276 42699 13094 15231 42700 12733 15097 42701 5127 15276 42702 12733 15097 42703 18204 15103 42704 5128 15279 42705 12736 14890 42706 18205 14886 42707 5128 15279 42708 13123 15274 42709 18387 15278 42710 5129 15280 42711 13171 15281 42712 13122 15277 42713 5129 15280 42714 13122 15277 42715 18204 15103 42716 5130 15282 42717 13125 15283 42718 18229 14903 42719 5130 15282 42720 12803 14896 42721 13119 15257 42722 5130 15282 42723 13119 15257 42724 18385 15262 42725 5130 15282 42726 13172 15284 42727 13125 15283 42728 5131 15285 42729 13124 15286 42730 18389 15287 42731 5131 15285 42732 13172 15284 42733 13118 15261 42734 5131 15285 42735 13118 15261 42736 18168 15065 42737 5131 15285 42738 12801 15107 42739 13124 15286 42740 5132 15288 42741 13100 15251 42742 12802 14904 42743 5132 15288 42744 12802 14904 42745 13125 15283 42746 5132 15288 42747 13125 15283 42748 18389 15287 42749 5132 15288 42750 13173 15289 42751 13100 15251 42752 5133 15290 42753 13101 15255 42754 18376 15252 42755 5133 15290 42756 13173 15289 42757 13124 15286 42758 5133 15290 42759 13124 15286 42760 18228 15291 42761 5133 15290 42762 12800 15113 42763 13101 15255 42764 5134 15292 42765 13109 15293 42766 18133 15294 42767 5134 15292 42768 12814 14629 42769 13127 15295 42770 5134 15292 42771 13127 15295 42772 18390 15296 42773 5134 15292 42774 13174 15297 42775 13109 15293 42776 5135 15298 42777 13108 15299 42778 18380 15300 42779 5135 15298 42780 13174 15297 42781 18390 15296 42782 5135 15298 42783 13126 15301 42784 12813 14631 42785 5135 15298 42786 12813 14631 42787 18132 15302 42788 5136 15303 42789 13106 15266 42790 18128 14334 42791 5136 15303 42792 12817 14634 42793 13129 15304 42794 5136 15303 42795 13129 15304 42796 18391 15305 42797 5136 15303 42798 13175 15306 42799 13106 15266 42800 5137 15307 42801 13107 15272 42802 13175 15306 42803 5137 15307 42804 13175 15306 42805 18391 15305 42806 5137 15307 42807 13128 15308 42808 12816 14625 42809 5137 15307 42810 12816 14625 42811 18131 14311 42812 5138 15309 42813 13129 15304 42814 18237 14633 42815 5138 15309 42816 12818 14632 42817 18234 15310 42818 5138 15309 42819 13126 15301 42820 13176 15311 42821 5138 15309 42822 13176 15311 42823 13129 15304 42824 5139 15312 42825 13128 15308 42826 18391 15305 42827 5139 15312 42828 13176 15311 42829 13127 15295 42830 5139 15312 42831 13127 15295 42832 18235 14628 42833 5139 15312 42834 12815 14627 42835 13128 15308 42836 5140 15313 42837 13113 15314 42838 18149 14386 42839 5140 15313 42840 12835 14669 42841 13130 15315 42842 5140 15313 42843 13130 15315 42844 18392 15316 42845 5140 15313 42846 13177 15317 42847 13113 15314 42848 5141 15318 42849 13112 15319 42850 18382 15320 42851 5141 15318 42852 13177 15317 42853 13131 15321 42854 5141 15318 42855 13131 15321 42856 12842 14675 42857 5141 15318 42858 12842 14675 42859 18148 14407 42860 5142 15322 42861 13108 15299 42862 12843 14682 42863 5142 15322 42864 12843 14682 42865 13133 15323 42866 5142 15322 42867 13133 15323 42868 18393 15324 42869 5142 15322 42870 13178 15325 42871 18380 15300 42872 5143 15326 42873 13109 15293 42874 18380 15300 42875 5143 15326 42876 13178 15325 42877 18393 15324 42878 5143 15326 42879 13132 15327 42880 12839 14671 42881 5143 15326 42882 12839 14671 42883 13109 15293 42884 5144 15328 42885 13133 15323 42886 18253 14681 42887 5144 15328 42888 12844 14680 42889 13135 15329 42890 5144 15328 42891 13135 15329 42892 18394 15330 42893 5144 15328 42894 13179 15331 42895 13133 15323 42896 5145 15332 42897 13132 15327 42898 13179 15331 42899 5145 15332 42900 13179 15331 42901 18394 15330 42902 5145 15332 42903 13134 15333 42904 12838 14673 42905 5145 15332 42906 12838 14673 42907 18250 14672 42908 5146 15334 42909 13135 15329 42910 12841 14677 42911 5146 15334 42912 12841 14677 42913 18252 14676 42914 5146 15334 42915 13131 15321 42916 13180 15335 42917 5146 15334 42918 13180 15335 42919 18394 15330 42920 5147 15336 42921 13134 15333 42922 18394 15330 42923 5147 15336 42924 13180 15335 42925 13130 15315 42926 5147 15336 42927 13130 15315 42928 18249 14668 42929 5147 15336 42930 12836 14667 42931 13134 15333 42932 5148 15337 42933 13112 15319 42934 18148 14407 42935 5148 15337 42936 12872 14738 42937 13137 15338 42938 5148 15337 42939 13137 15338 42940 18395 15339 42941 5148 15337 42942 13181 15340 42943 18382 15320 42944 5149 15341 42945 13113 15314 42946 13181 15340 42947 5149 15341 42948 13181 15340 42949 18395 15339 42950 5149 15341 42951 13136 15342 42952 12871 14731 42953 5149 15341 42954 12871 14731 42955 18149 14386 42956 5150 15343 42957 13102 15344 42958 12864 14724 42959 5150 15343 42960 12864 14724 42961 13138 15345 42962 5150 15343 42963 13138 15345 42964 13182 15346 42965 5150 15343 42966 13182 15346 42967 18377 15347 42968 5151 15348 42969 13103 15349 42970 13182 15346 42971 5151 15348 42972 13182 15346 42973 13139 15350 42974 5151 15348 42975 13139 15350 42976 12869 14726 42977 5151 15348 42978 12869 14726 42979 13103 15349 42980 5152 15351 42981 13141 15352 42982 18269 14736 42983 5152 15351 42984 12868 14728 42985 18268 14727 42986 5152 15351 42987 13139 15350 42988 13183 15353 42989 5152 15351 42990 13183 15353 42991 18397 15354 42992 5153 15355 42993 13140 15356 42994 13183 15353 42995 5153 15355 42996 13183 15353 42997 18396 15357 42998 5153 15355 42999 13138 15345 43000 18266 14723 43001 5153 15355 43002 12865 14722 43003 18267 14734 43004 5154 15358 43005 13137 15338 43006 18271 15359 43007 5154 15358 43008 12873 14737 43009 13141 15352 43010 5154 15358 43011 13141 15352 43012 18397 15354 43013 5154 15358 43014 13184 15360 43015 13137 15338 43016 5155 15361 43017 13136 15342 43018 13184 15360 43019 5155 15361 43020 13184 15360 43021 18397 15354 43022 5155 15361 43023 13140 15356 43024 12870 14733 43025 5155 15361 43026 12870 14733 43027 18270 14732 43028 5156 15362 43029 13103 15349 43030 12899 15194 43031 5156 15362 43032 12899 15194 43033 18287 15214 43034 5156 15362 43035 13143 15363 43036 13185 15364 43037 5156 15362 43038 13185 15364 43039 18377 15347 43040 5157 15365 43041 13102 15344 43042 13185 15364 43043 5157 15365 43044 13185 15364 43045 18398 15366 43046 5157 15365 43047 13142 15367 43048 12891 14772 43049 5157 15365 43050 12891 14772 43051 18118 14764 43052 5158 15368 43053 13099 15369 43054 18109 14767 43055 5158 15368 43056 12892 14779 43057 13144 15370 43058 5158 15368 43059 13144 15370 43060 18399 15371 43061 5158 15368 43062 13186 15372 43063 13099 15369 43064 5159 15373 43065 13098 15374 43066 18375 15375 43067 5159 15373 43068 13186 15372 43069 13145 15376 43070 5159 15373 43071 13145 15376 43072 18288 15198 43073 5159 15373 43074 12900 15197 43075 13098 15374 43076 5160 15377 43077 13143 15363 43078 12901 15213 43079 5160 15377 43080 12901 15213 43081 18289 15219 43082 5160 15377 43083 13147 15378 43084 13187 15379 43085 5160 15377 43086 13187 15379 43087 18398 15366 43088 5161 15380 43089 13142 15367 43090 13187 15379 43091 5161 15380 43092 13187 15379 43093 18400 15381 43094 5161 15380 43095 13146 15382 43096 12890 14774 43097 5161 15380 43098 12890 14774 43099 18281 14773 43100 5162 15383 43101 13147 15378 43102 18289 15219 43103 5162 15383 43104 12902 15218 43105 13145 15376 43106 5162 15383 43107 13145 15376 43108 18399 15371 43109 5162 15383 43110 13188 15384 43111 13147 15378 43112 5163 15385 43113 13146 15382 43114 18400 15381 43115 5163 15385 43116 13188 15384 43117 13144 15370 43118 5163 15385 43119 13144 15370 43120 18283 14778 43121 5163 15385 43122 12893 14777 43123 13146 15382 43124 5164 15386 43125 13098 15374 43126 18108 15387 43127 5164 15386 43128 12903 15388 43129 13148 15389 43130 5164 15386 43131 13148 15389 43132 18401 15390 43133 5164 15386 43134 13189 15391 43135 13098 15374 43136 5165 15392 43137 13099 15369 43138 18375 15375 43139 5165 15392 43140 13189 15391 43141 18401 15390 43142 5165 15392 43143 13149 15393 43144 12904 15394 43145 5165 15392 43146 12904 15394 43147 18109 14767 43148 5166 15395 43149 13091 15396 43150 12907 14797 43151 5166 15395 43152 12907 14797 43153 18295 15397 43154 5166 15395 43155 13150 15398 43156 18402 15399 43157 5166 15395 43158 13190 15400 43159 13091 15396 43160 5167 15401 43161 12909 14803 43162 18296 14809 43163 5167 15401 43164 13152 15402 43165 13191 15403 43166 5168 15404 43167 13191 15403 43168 18403 15405 43169 5168 15404 43170 13151 15406 43171 18294 14795 43172 5169 15407 43173 13152 15402 43174 12911 14808 43175 5169 15407 43176 12911 14808 43177 18297 15408 43178 5169 15407 43179 13154 15409 43180 13192 15410 43181 5169 15407 43182 13192 15410 43183 18403 15405 43184 5170 15411 43185 13151 15406 43186 13192 15410 43187 5170 15411 43188 13192 15410 43189 13153 15412 43190 5170 15411 43191 13153 15412 43192 18295 15397 43193 5170 15411 43194 12908 14796 43195 13151 15406 43196 5171 15413 43197 13149 15393 43198 13193 15414 43199 5172 15415 43200 13193 15414 43201 18401 15390 43202 5173 15416 43203 13150 15398 43204 13153 15412 43205 5173 15416 43206 13153 15412 43207 18404 15417 43208 5173 15416 43209 13195 15418 43210 13194 15419 43211 5173 15416 43212 13194 15419 43213 18402 15399 43214 5174 15420 43215 13154 15409 43216 12913 15421 43217 5174 15420 43218 12913 15421 43219 13196 15422 43220 5174 15420 43221 13196 15422 43222 18410 15423 43223 5174 15420 43224 13195 15418 43225 18404 15417 43226 5175 15424 43227 13155 15425 43228 18058 14250 43229 5175 15424 43230 12539 14249 43231 13157 15426 43232 5175 15424 43233 13157 15426 43234 18406 15427 43235 5175 15424 43236 13197 15428 43237 13155 15425 43238 5176 15429 43239 13156 15430 43240 13197 15428 43241 5176 15429 43242 13197 15428 43243 13158 15431 43244 5176 15429 43245 13158 15431 43246 18300 14823 43247 5176 15429 43248 12967 14813 43249 18299 14812 43250 5177 15432 43251 13090 15433 43252 13159 15434 43253 5177 15432 43254 13159 15434 43255 18407 15435 43256 5177 15432 43257 13199 15436 43258 18411 15437 43259 5177 15432 43260 13198 15438 43261 18370 15439 43262 5178 15440 43263 13160 15441 43264 18333 15442 43265 5178 15440 43266 12969 14819 43267 18301 14818 43268 5178 15440 43269 13200 15443 43270 18411 15437 43271 5178 15440 43272 13199 15436 43273 13160 15441 43274 5179 15444 43275 13200 15443 43276 12917 14867 43277 5179 15444 43278 12917 14867 43279 18062 14798 43280 5179 15444 43281 13091 15396 43282 13198 15438 43283 5179 15444 43284 13198 15438 43285 18411 15437 43286 5180 15445 43287 13159 15434 43288 12540 14254 43289 5180 15445 43290 12540 14254 43291 18058 14250 43292 5180 15445 43293 13155 15425 43294 13201 15446 43295 5180 15445 43296 13201 15446 43297 18407 15435 43298 5181 15447 43299 13160 15441 43300 13201 15446 43301 5181 15447 43302 13201 15446 43303 18405 15448 43304 5181 15447 43305 13156 15430 43306 12968 14820 43307 5181 15447 43308 12968 14820 43309 18333 15442 43310 5182 15449 43311 13157 15426 43312 18057 15450 43313 5182 15449 43314 12544 15451 43315 13161 15452 43316 5182 15449 43317 13161 15452 43318 18408 15453 43319 5182 15449 43320 13202 15454 43321 13157 15426 43322 5183 15455 43323 13158 15431 43324 18406 15427 43325 5183 15455 43326 13202 15454 43327 13203 15456 43328 5183 15455 43329 13203 15456 43330 18412 14825 43331 5183 15455 43332 13221 14824 43333 13158 15431 43334 5184 15457 43335 13161 15452 43336 18061 15228 43337 5184 15457 43338 13092 15227 43339 13204 15458 43340 5184 15457 43341 13204 15458 43342 18412 14825 43343 5184 15457 43344 13203 15456 43345 13161 15452 43346 5185 15459 43347 13093 15222 43348 12920 14883 43349 5185 15459 43350 12920 14883 43351 18302 14879 43352 5185 15459 43353 13205 14826 43354 13204 15458 43355 5185 15459 43356 13204 15458 43357 18371 15460 43358 5188 15461 43359 13806 14985 43360 18111 15462 43361 5188 15461 43362 13209 15463 43363 13212 15464 43364 5188 15461 43365 13212 15464 43366 18420 15465 43367 5188 15461 43368 13805 15466 43369 13806 14985 43370 5189 15467 43371 13208 15468 43372 12806 15469 43373 5189 15467 43374 12806 15469 43375 18171 15470 43376 5189 15467 43377 13213 15471 43378 13212 15464 43379 5189 15467 43380 13212 15464 43381 18415 15472 43382 5190 15473 43383 13214 15474 43384 12806 15469 43385 5190 15473 43386 12806 15469 43387 18078 15475 43388 5190 15473 43389 13210 15476 43390 13873 15477 43391 5190 15473 43392 13873 15477 43393 18421 15478 43394 5191 15479 43395 13216 15480 43396 18422 15481 43397 5191 15479 43398 13215 15482 43399 13206 15483 43400 5192 15484 43401 12731 15485 43402 18201 14491 43403 5192 15484 43404 13217 15486 43405 18422 15481 43406 5193 15487 43407 13217 15486 43408 18201 14491 43409 5193 15487 43410 12737 14490 43411 18202 14878 43412 5193 15487 43413 13207 15488 43414 18414 15489 43415 5193 15487 43416 13215 15482 43417 13217 15486 43418 5196 15490 43419 13206 15483 43420 13219 15491 43421 5196 15490 43422 13219 15491 43423 18423 15492 43424 5197 15493 43425 13207 15488 43426 12944 14877 43427 5197 15493 43428 12944 14877 43429 18318 14889 43430 5197 15493 43431 13220 15494 43432 13219 15491 43433 5197 15493 43434 13219 15491 43435 18414 15489 43436 5198 15495 43437 13220 15494 43438 12978 14888 43439 5198 15495 43440 13218 15496 43441 18423 15492 43442 5199 15497 43443 12665 14323 43444 18176 15498 43445 5199 15497 43446 13228 15499 43447 18427 15500 43448 5199 15497 43449 13227 15501 43450 18426 15502 43451 5199 15497 43452 13226 15503 43453 12665 14323 43454 5200 15504 43455 13026 15075 43456 13233 15505 43457 5200 15504 43458 13233 15505 43459 18431 15506 43460 5200 15504 43461 13232 15507 43462 13224 15508 43463 5200 15504 43464 13224 15508 43465 18172 15509 43466 5201 15510 43467 13027 15080 43468 13225 15511 43469 5201 15510 43470 13225 15511 43471 18425 15512 43472 5201 15510 43473 13234 15513 43474 13233 15505 43475 5201 15510 43476 13233 15505 43477 18351 15078 43478 5202 15514 43479 13104 15239 43480 18129 14324 43481 5202 15514 43482 13226 15503 43483 13236 15515 43484 5202 15514 43485 13236 15515 43486 18432 15516 43487 5202 15514 43488 13235 15517 43489 13104 15239 43490 5203 15518 43491 13105 15234 43492 18378 15237 43493 5203 15518 43494 13235 15517 43495 13237 15519 43496 5203 15518 43497 13237 15519 43498 18428 15520 43499 5203 15518 43500 13229 15521 43501 18130 14321 43502 5204 15522 43503 13243 15523 43504 13239 15524 43505 5204 15522 43506 13239 15524 43507 18433 15525 43508 5204 15522 43509 13263 15526 43510 13262 15527 43511 5204 15522 43512 13262 15527 43513 18435 15528 43514 5205 15529 43515 13238 15530 43516 18208 14513 43517 5205 15529 43518 12749 14515 43519 13264 15531 43520 5205 15529 43521 13264 15531 43522 18445 15532 43523 5205 15529 43524 13263 15526 43525 13238 15530 43526 5206 15533 43527 13264 15531 43528 12936 14836 43529 5206 15533 43530 12936 14836 43531 18314 15534 43532 5206 15533 43533 13242 15535 43534 13262 15527 43535 5206 15533 43536 13262 15527 43537 18445 15532 43538 5207 15536 43539 13241 15537 43540 13243 15523 43541 5207 15536 43542 13243 15523 43543 18435 15528 43544 5207 15536 43545 13266 15538 43546 13265 15539 43547 5207 15536 43548 13265 15539 43549 18434 15540 43550 5208 15541 43551 13242 15535 43552 18314 15534 43553 5208 15541 43554 12937 14840 43555 13267 15542 43556 5208 15541 43557 13267 15542 43558 18446 15543 43559 5208 15541 43560 13266 15538 43561 13242 15535 43562 5209 15544 43563 13267 15542 43564 12751 14523 43565 5209 15544 43566 12751 14523 43567 18209 14519 43568 5209 15544 43569 13240 15545 43570 13265 15539 43571 5209 15544 43572 13265 15539 43573 18446 15543 43574 5210 15546 43575 13239 15524 43576 13245 15547 43577 5210 15546 43578 13245 15547 43579 18436 15548 43580 5210 15546 43581 13269 15549 43582 13268 15550 43583 5210 15546 43584 13268 15550 43585 18433 15525 43586 5211 15551 43587 13244 15552 43588 18312 15553 43589 5211 15551 43590 12932 14829 43591 18142 14345 43592 5211 15551 43593 13270 15554 43594 13269 15549 43595 5211 15551 43596 13269 15549 43597 13244 15552 43598 5212 15555 43599 13270 15554 43600 12748 14511 43601 5212 15555 43602 12748 14511 43603 18208 14513 43604 5212 15555 43605 13238 15530 43606 13268 15550 43607 5212 15555 43608 13268 15550 43609 18447 15556 43610 5213 15557 43611 13245 15547 43612 18320 15558 43613 5213 15557 43614 13241 15537 43615 18434 15540 43616 5213 15557 43617 13272 15559 43618 13271 15560 43619 5213 15557 43620 13271 15560 43621 13245 15547 43622 5214 15561 43623 13240 15545 43624 18209 14519 43625 5214 15561 43626 12750 14518 43627 13273 15562 43628 5214 15561 43629 13273 15562 43630 18448 15563 43631 5214 15561 43632 13272 15559 43633 13240 15545 43634 5215 15564 43635 13273 15562 43636 18143 14352 43637 5215 15564 43638 12933 14834 43639 18312 15553 43640 5215 15564 43641 13244 15552 43642 18436 15548 43643 5215 15564 43644 13271 15560 43645 13273 15562 43646 5216 15565 43647 13251 15566 43648 13247 15567 43649 5216 15565 43650 13247 15567 43651 18437 15568 43652 5216 15565 43653 13275 15569 43654 13274 15570 43655 5216 15565 43656 13274 15570 43657 18439 15571 43658 5217 15572 43659 13246 15573 43660 18219 14575 43661 5217 15572 43662 12779 14577 43663 13276 15574 43664 5217 15572 43665 13276 15574 43666 18449 15575 43667 5217 15572 43668 13275 15569 43669 13246 15573 43670 5218 15576 43671 13276 15574 43672 13020 15050 43673 5218 15576 43674 13020 15050 43675 18348 15577 43676 5218 15576 43677 13250 15578 43678 13274 15570 43679 5218 15576 43680 13274 15570 43681 18449 15575 43682 5219 15579 43683 13249 15580 43684 13251 15566 43685 5219 15579 43686 13251 15566 43687 18439 15571 43688 5219 15579 43689 13278 15581 43690 13277 15582 43691 5219 15579 43692 13277 15582 43693 18438 15583 43694 5220 15584 43695 13250 15578 43696 18348 15577 43697 5220 15584 43698 13021 15055 43699 13279 15585 43700 5220 15584 43701 13279 15585 43702 18450 15586 43703 5220 15584 43704 13278 15581 43705 13250 15578 43706 5221 15587 43707 13279 15585 43708 12781 14586 43709 5221 15587 43710 12781 14586 43711 13248 15588 43712 5221 15587 43713 13248 15588 43714 13277 15582 43715 5221 15587 43716 13277 15582 43717 18450 15586 43718 5222 15589 43719 13247 15567 43720 18355 15590 43721 5222 15589 43722 13253 15591 43723 13281 15592 43724 5222 15589 43725 13281 15592 43726 13280 15593 43727 5222 15589 43728 13280 15593 43729 18437 15568 43730 5223 15594 43731 13252 15595 43732 18346 15596 43733 5223 15594 43734 13016 15043 43735 18125 14293 43736 5223 15594 43737 13282 15597 43738 13281 15592 43739 5223 15594 43740 13281 15592 43741 13252 15595 43742 5224 15598 43743 13282 15597 43744 12778 14573 43745 5224 15598 43746 12778 14573 43747 18219 14575 43748 5224 15598 43749 13246 15573 43750 13280 15593 43751 5224 15598 43752 13280 15593 43753 18451 15599 43754 5225 15600 43755 13253 15591 43756 18355 15590 43757 5225 15600 43758 13249 15580 43759 18438 15583 43760 5225 15600 43761 13284 15601 43762 13283 15602 43763 5225 15600 43764 13283 15602 43765 18440 15603 43766 5226 15604 43767 13248 15588 43768 18220 14582 43769 5226 15604 43770 12780 14581 43771 13285 15605 43772 5226 15604 43773 13285 15605 43774 18452 15606 43775 5226 15604 43776 13284 15601 43777 13248 15588 43778 5227 15607 43779 13285 15605 43780 18126 14300 43781 5227 15607 43782 13017 15048 43783 18346 15596 43784 5227 15607 43785 13252 15595 43786 13283 15602 43787 5227 15607 43788 13283 15602 43789 13285 15605 43790 5228 15608 43791 13259 15609 43792 13255 15610 43793 5228 15608 43794 13255 15610 43795 18441 15611 43796 5228 15608 43797 13287 15612 43798 13286 15613 43799 5228 15608 43800 13286 15613 43801 18443 15614 43802 5229 15615 43803 13254 15616 43804 18214 14544 43805 5229 15615 43806 12765 14546 43807 13288 15617 43808 5229 15615 43809 13288 15617 43810 18453 15618 43811 5229 15615 43812 13287 15612 43813 13254 15616 43814 5230 15619 43815 13288 15617 43816 18150 14395 43817 5230 15619 43818 13114 15242 43819 18383 15248 43820 5230 15619 43821 13258 15620 43822 13286 15613 43823 5230 15619 43824 13286 15613 43825 18453 15618 43826 5231 15621 43827 13257 15622 43828 13259 15609 43829 5231 15621 43830 13259 15609 43831 18443 15614 43832 5231 15621 43833 13290 15623 43834 13289 15624 43835 5231 15621 43836 13289 15624 43837 18442 15625 43838 5232 15626 43839 13258 15620 43840 18383 15248 43841 5232 15626 43842 13115 15247 43843 18151 14398 43844 5232 15626 43845 13291 15627 43846 18454 15628 43847 5232 15626 43848 13290 15623 43849 13258 15620 43850 5233 15629 43851 13291 15627 43852 12767 14555 43853 5233 15629 43854 12767 14555 43855 18215 14551 43856 5233 15629 43857 13256 15630 43858 13289 15624 43859 5233 15629 43860 13289 15624 43861 18454 15628 43862 5234 15631 43863 13255 15610 43864 18388 15632 43865 5234 15631 43866 13261 15633 43867 13293 15634 43868 5234 15631 43869 13293 15634 43870 13292 15635 43871 5234 15631 43872 13292 15635 43873 18441 15611 43874 5235 15636 43875 13260 15637 43876 18381 15638 43877 5235 15636 43878 13110 15235 43879 18134 14319 43880 5235 15636 43881 13294 15639 43882 13293 15634 43883 5235 15636 43884 13293 15634 43885 13260 15637 43886 5236 15640 43887 13294 15639 43888 12764 14542 43889 5236 15640 43890 12764 14542 43891 18214 14544 43892 5236 15640 43893 13254 15616 43894 13292 15635 43895 5236 15640 43896 13292 15635 43897 18455 15641 43898 5237 15642 43899 13261 15633 43900 18388 15632 43901 5237 15642 43902 13257 15622 43903 18442 15625 43904 5237 15642 43905 13296 15643 43906 13295 15644 43907 5237 15642 43908 13295 15644 43909 13261 15633 43910 5238 15645 43911 13256 15630 43912 18215 14551 43913 5238 15645 43914 12766 14550 43915 13297 15646 43916 5238 15645 43917 13297 15646 43918 18456 15647 43919 5238 15645 43920 13296 15643 43921 13256 15630 43922 5239 15648 43923 13297 15646 43924 18135 14326 43925 5239 15648 43926 13111 15240 43927 18381 15638 43928 5239 15648 43929 13260 15637 43930 13295 15644 43931 5239 15648 43932 13295 15644 43933 13297 15646 43934 5240 15649 43935 12608 14264 43936 18105 15650 43937 5240 15649 43938 13852 15651 43939 13858 14145 43940 5240 15649 43941 13858 14145 43942 18041 14110 43943 5240 15649 43944 12531 14133 43945 12608 14264 43946 5241 15652 43947 12610 14282 43948 18049 14146 43949 5242 15653 43950 13851 15654 43951 18051 14154 43952 5243 15655 43953 13857 14155 43954 13851 15654 43955 5243 15655 43956 13851 15654 43957 18104 14266 43958 5243 15655 43959 12607 14265 43960 12528 14124 43961 5243 15655 43962 12528 14124 43963 18043 14119 43964 5244 15656 43965 12611 14278 43966 13304 15657 43967 5244 15656 43968 13304 15657 43969 12601 14260 43970 5244 15656 43971 12601 14260 43972 12542 15040 43973 5244 15656 43974 12542 15040 43975 18060 15036 43976 5245 15658 43977 12613 14270 43978 13304 15657 43979 5245 15658 43980 13304 15657 43981 18106 14277 43982 5246 15659 43983 12618 14274 43984 18107 15660 43985 5246 15659 43986 13305 15661 43987 12614 14281 43988 5247 15662 43989 12599 14248 43990 13305 15661 43991 5247 15662 43992 13305 15661 43993 18107 15660 43994 5247 15662 43995 12612 14276 43996 12544 15451 43997 5247 15662 43998 12544 15451 43999 18057 15450 44000 1742 1665 44001 12477 15663 44002 1738 1619 44003 1736 1664 44004 12476 15664 44005 1742 1665 44006 5249 15665 44007 13556 15666 44008 18095 15667 44009 5249 15665 44010 13557 14220 44011 13306 15668 44012 1763 15669 44013 12476 15664 44014 1736 1664 44015 5250 15670 44016 12583 1716 44017 13556 15666 44018 5251 15671 44019 13309 15672 44020 12461 1143 44021 5253 15673 44022 13317 15674 44023 18084 15675 44024 5253 15673 44025 13311 15676 44026 13316 15677 44027 5253 15673 44028 13316 15677 44029 18459 15678 44030 5253 15673 44031 13315 15679 44032 13317 15674 44033 5254 15680 44034 13318 15681 44035 13319 15682 44036 5254 15680 44037 13319 15682 44038 18085 15683 44039 5255 15684 44040 13319 15682 44041 13317 15674 44042 5255 15684 44043 13317 15674 44044 18464 15685 44045 5255 15684 44046 13320 15686 44047 13321 15687 44048 5255 15684 44049 13321 15687 44050 18085 15683 44051 5256 15688 44052 12564 14163 44053 13321 15687 44054 5256 15688 44055 13321 15687 44056 18463 15689 44057 5256 15688 44058 13314 15690 44059 13322 15691 44060 5256 15688 44061 13322 15691 44062 18086 14164 44063 5257 15692 44064 13323 15693 44065 18083 14158 44066 5257 15692 44067 12565 14167 44068 13322 15691 44069 5257 15692 44070 13322 15691 44071 18462 15694 44072 5257 15692 44073 13313 15695 44074 13323 15693 44075 5258 15696 44076 13316 15677 44077 18457 15697 44078 5258 15696 44079 13506 15698 44080 13504 15699 44081 5258 15696 44082 13504 15699 44083 18460 15700 44084 5258 15696 44085 13312 15701 44086 13316 15677 44087 5259 15702 44088 13326 15703 44089 13504 15699 44090 5259 15702 44091 13504 15699 44092 17463 12033 44093 5259 15702 44094 11468 12029 44095 13503 15704 44096 5259 15702 44097 13503 15704 44098 13326 15703 44099 5260 15705 44100 13312 15701 44101 13329 15706 44102 5260 15705 44103 13329 15706 44104 13328 15707 44105 5260 15705 44106 13328 15707 44107 18466 15708 44108 5260 15705 44109 13327 15709 44110 18459 15678 44111 5261 1127 44112 13332 1135 44113 13331 15710 44114 5261 1127 44115 13331 15710 44116 18468 15711 44117 5262 15712 44118 13313 15695 44119 13335 15713 44120 5262 15712 44121 13335 15713 44122 18471 15714 44123 5262 15712 44124 13334 15715 44125 13333 15716 44126 5262 15712 44127 13333 15716 44128 18461 15717 44129 5263 15718 44130 13314 15690 44131 13337 15719 44132 5263 15718 44133 13337 15719 44134 18472 15720 44135 5263 15718 44136 13336 15721 44137 13335 15713 44138 5263 15718 44139 13335 15713 44140 18462 15694 44141 5264 15722 44142 13315 15679 44143 13327 15709 44144 5264 15722 44145 13327 15709 44146 18466 15708 44147 5264 15722 44148 13339 15723 44149 13338 15724 44150 5264 15722 44151 13338 15724 44152 18464 15685 44153 5265 15725 44154 13320 15686 44155 13338 15724 44156 5265 15725 44157 13338 15724 44158 18473 15726 44159 5265 15725 44160 13340 15727 44161 13337 15719 44162 5265 15725 44163 13337 15719 44164 18463 15689 44165 5266 15728 44166 13342 15729 44167 13341 15730 44168 5266 15728 44169 13341 15730 44170 18469 15731 44171 5267 15732 44172 13324 15733 44173 13333 15716 44174 5267 15732 44175 13333 15716 44176 18470 15734 44177 5267 15732 44178 13343 15735 44179 18474 15736 44180 5278 15737 44181 13324 15733 44182 19602 15738 44183 5268 15739 44184 13326 15703 44185 18465 15740 44186 5268 15739 44187 13345 15741 44188 13344 15742 44189 5268 15739 44190 13344 15742 44191 18467 15743 44192 5268 15739 44193 13329 15706 44194 18460 15700 44195 5269 15744 44196 13328 15707 44197 18467 15743 44198 5269 15744 44199 13346 15745 44200 13328 15707 44201 5270 15746 44202 13331 15710 44203 18469 15731 44204 5270 15746 44205 13348 15747 44206 13331 15710 44207 5271 15748 44208 13334 15715 44209 13351 15749 44210 5271 15748 44211 13350 15750 44212 18470 15734 44213 5272 15751 44214 13336 15721 44215 13352 15752 44216 5272 15751 44217 13351 15749 44218 18471 15714 44219 5273 15753 44220 13339 15723 44221 13346 15745 44222 5273 15753 44223 13353 15754 44224 18473 15726 44225 5274 15755 44226 13340 15727 44227 13353 15754 44228 5274 15755 44229 13352 15752 44230 18472 15720 44231 5275 15756 44232 13341 15730 44233 18474 15736 44234 5275 15756 44235 13349 15757 44236 13341 15730 44237 5276 15758 44238 13343 15735 44239 13350 15750 44240 5276 15758 44241 13354 15759 44242 18474 15736 44243 5277 15760 44244 13344 15742 44245 18475 15761 44246 5277 15760 44247 13347 15762 44248 13344 15742 44249 5278 15737 44250 12560 14159 44251 13323 15693 44252 5278 15737 44253 13323 15693 44254 18461 15717 44255 19525 15763 44256 19524 15764 44257 12559 14160 44258 5279 15765 44259 13356 15766 44260 18003 14096 44261 5279 15765 44262 12458 14077 44263 12466 13992 44264 3358 8177 44265 9369 15767 44266 8484 6506 44267 3358 8177 44268 8484 6506 44269 15857 6502 44270 5280 1141 44271 12461 1143 44272 18012 15768 44273 5281 15769 44274 13357 15770 44275 12462 15771 44276 5281 15769 44277 13356 15766 44278 18011 15772 44279 5282 15773 44280 12470 15774 44281 18018 15775 44282 5282 15773 44283 12473 15776 44284 13871 13986 44285 5282 15773 44286 13871 13986 44287 18015 14170 44288 5282 15773 44289 12471 14187 44290 12470 15774 44291 5292 15777 44292 13360 15778 44293 13359 15779 44294 5292 15777 44295 13359 15779 44296 13358 15780 44297 5293 15781 44298 13363 15782 44299 18489 15783 44300 5293 15781 44301 13362 15784 44302 13361 15785 44303 5294 15786 44304 13366 15787 44305 13371 15788 44306 5294 15786 44307 13371 15788 44308 18498 15789 44309 5294 15786 44310 13370 15790 44311 18499 15791 44312 5294 15786 44313 13369 15792 44314 18494 15793 44315 5295 15794 44316 13367 15795 44317 13373 15796 44318 5295 15794 44319 13373 15796 44320 18500 15797 44321 5295 15794 44322 13372 15798 44323 13371 15788 44324 5295 15794 44325 13371 15788 44326 18495 15799 44327 5296 15800 44328 13368 15801 44329 13375 15802 44330 5296 15800 44331 13375 15802 44332 18501 15803 44333 5296 15800 44334 13374 15804 44335 13373 15796 44336 5296 15800 44337 13373 15796 44338 18496 15805 44339 5297 15806 44340 13370 15790 44341 18498 15789 44342 5297 15806 44343 13378 15807 44344 13377 15808 44345 5297 15806 44346 13377 15808 44347 18503 15809 44348 5297 15806 44349 13376 15810 44350 13370 15790 44351 5298 15811 44352 13372 15798 44353 13380 15812 44354 5298 15811 44355 13380 15812 44356 18504 15813 44357 5298 15811 44358 13379 15814 44359 18502 15815 44360 5298 15811 44361 13378 15807 44362 13372 15798 44363 5299 15816 44364 13374 15804 44365 13382 15817 44366 5299 15816 44367 13382 15817 44368 18505 15818 44369 5299 15816 44370 13381 15819 44371 13380 15812 44372 5299 15816 44373 13380 15812 44374 18500 15797 44375 5300 15820 44376 13388 15821 44377 18507 15822 44378 5300 15820 44379 13383 15823 44380 13866 15824 44381 5301 15825 44382 13866 15824 44383 18506 15826 44384 5301 15825 44385 13384 15827 44386 18508 15828 44387 5302 15829 44388 13389 15830 44389 13385 15831 44390 5302 15829 44391 13385 15831 44392 18509 15832 44393 5303 15833 44394 13364 15834 44395 18487 15835 44396 5303 15833 44397 13387 15836 44398 13388 15821 44399 5304 15837 44400 13386 15838 44401 18488 15839 44402 5304 15837 44403 13390 15840 44404 13386 15838 44405 5305 15841 44406 13365 15842 44407 13391 12059 44408 5305 15841 44409 13391 12059 44410 18510 12099 44411 5306 15843 44412 13862 15844 44413 17779 12107 44414 5306 15843 44415 13438 12067 44416 13868 15845 44417 5307 15846 44418 13394 15847 44419 18512 15848 44420 5307 15846 44421 13416 15849 44422 13392 15850 44423 5308 15851 44424 13393 15852 44425 18511 15853 44426 5308 15851 44427 13416 15849 44428 13395 15854 44429 5308 15851 44430 13395 15854 44431 18495 15799 44432 5308 15851 44433 13366 15787 44434 13393 15852 44435 5309 15855 44436 13396 15856 44437 13417 15857 44438 5309 15855 44439 13417 15857 44440 13394 15847 44441 5310 15858 44442 13395 15854 44443 18512 15848 44444 5310 15858 44445 13417 15857 44446 18513 15859 44447 5310 15858 44448 13397 15860 44449 18496 15805 44450 5310 15858 44451 13367 15795 44452 13395 15854 44453 5311 15861 44454 13398 15862 44455 13418 15863 44456 5311 15861 44457 13418 15863 44458 18513 15859 44459 5312 15864 44460 13397 15860 44461 13418 15863 44462 5312 15864 44463 13418 15863 44464 18514 15865 44465 5312 15864 44466 13399 15866 44467 18497 15867 44468 5312 15864 44469 13368 15801 44470 13397 15860 44471 5313 15868 44472 13400 15869 44473 13377 15808 44474 5313 15868 44475 13377 15808 44476 18502 15815 44477 5313 15868 44478 13402 15870 44479 18516 15871 44480 5313 15868 44481 13419 15872 44482 13400 15869 44483 5314 15873 44484 13401 15874 44485 18515 15875 44486 5314 15873 44487 13419 15872 44488 13403 15876 44489 5314 15873 44490 13403 15876 44491 18506 15826 44492 5314 15873 44493 13383 15823 44494 13401 15874 44495 5315 15877 44496 13402 15870 44497 13379 15814 44498 5315 15877 44499 13379 15814 44500 18504 15813 44501 5315 15877 44502 13404 15878 44503 13420 15879 44504 5315 15877 44505 13420 15879 44506 13402 15870 44507 5316 15880 44508 13403 15876 44509 18516 15871 44510 5316 15880 44511 13420 15879 44512 18517 15881 44513 5316 15880 44514 13405 15882 44515 13384 15827 44516 5316 15880 44517 13384 15827 44518 13403 15876 44519 5317 15883 44520 13404 15878 44521 13381 15819 44522 5317 15883 44523 13381 15819 44524 13406 15884 44525 5317 15883 44526 13406 15884 44527 13421 15885 44528 5317 15883 44529 13421 15885 44530 18517 15881 44531 5318 15886 44532 13405 15882 44533 13421 15885 44534 5318 15886 44535 13421 15885 44536 18518 15887 44537 5318 15886 44538 13407 15888 44539 13385 15831 44540 5318 15886 44541 13385 15831 44542 18508 15828 44543 5319 15889 44544 13408 15890 44545 13422 15891 44546 5319 15889 44547 13422 15891 44548 18514 15865 44549 5320 15892 44550 13399 15866 44551 13422 15891 44552 5320 15892 44553 13422 15891 44554 18519 15893 44555 5320 15892 44556 13409 15894 44557 13375 15802 44558 5320 15892 44559 13375 15802 44560 18497 15867 44561 5321 15895 44562 13393 15852 44563 18494 15793 44564 5321 15895 44565 13369 15792 44566 13411 15896 44567 5321 15895 44568 13411 15896 44569 18520 15897 44570 5321 15895 44571 13423 15898 44572 13393 15852 44573 5322 15899 44574 13392 15850 44575 18511 15853 44576 5322 15899 44577 13423 15898 44578 13410 15900 44579 5323 15901 44580 13411 15896 44581 18499 15791 44582 5323 15901 44583 13376 15810 44584 13413 15902 44585 5323 15901 44586 13413 15902 44587 18521 15903 44588 5323 15901 44589 13424 15904 44590 13411 15896 44591 5324 15905 44592 13410 15900 44593 18520 15897 44594 5324 15905 44595 13424 15904 44596 13412 15906 44597 5325 15907 44598 13413 15902 44599 18503 15809 44600 5325 15907 44601 13400 15869 44602 13426 15908 44603 5325 15907 44604 13426 15908 44605 18523 15909 44606 5325 15907 44607 13425 15910 44608 13413 15902 44609 5326 15911 44610 13401 15874 44611 18507 15822 44612 5326 15911 44613 13387 15836 44614 13427 15912 44615 5326 15911 44616 13427 15912 44617 18523 15909 44618 5326 15911 44619 13426 15908 44620 13401 15874 44621 5327 15913 44622 13427 15912 44623 18487 15835 44624 5327 15913 44625 13412 15906 44626 18521 15903 44627 5327 15913 44628 13425 15910 44629 13427 15912 44630 5328 15914 44631 13406 15884 44632 18505 15818 44633 5328 15914 44634 13415 15915 44635 13429 15916 44636 5328 15914 44637 13429 15916 44638 18524 15917 44639 5328 15914 44640 13428 15918 44641 13406 15884 44642 5329 15919 44643 13361 15785 44644 18488 15839 44645 5329 15919 44646 13430 15920 44647 13429 15916 44648 5329 15919 44649 13429 15916 44650 18522 15921 44651 5330 15922 44652 13430 15920 44653 13386 15838 44654 5330 15922 44655 13386 15838 44656 18509 15832 44657 5330 15922 44658 13407 15888 44659 13428 15918 44660 5330 15922 44661 13428 15918 44662 18524 15917 44663 5331 15923 44664 13414 15924 44665 13431 15925 44666 5331 15923 44667 13431 15925 44668 18519 15893 44669 5332 15926 44670 13409 15894 44671 13431 15925 44672 5332 15926 44673 13431 15925 44674 18522 15921 44675 5332 15926 44676 13415 15915 44677 13382 15817 44678 5332 15926 44679 13382 15817 44680 18501 15803 44681 5333 15927 44682 11499 12108 44683 13862 15844 44684 5333 15927 44685 13435 15928 44686 11499 12108 44687 5334 15929 44688 13867 15930 44689 13436 12098 44690 5334 15929 44691 13436 12098 44692 17485 12077 44693 5335 15931 44694 13865 15932 44695 18525 15933 44696 5336 15934 44697 13434 12088 44698 17486 15935 44699 5336 15934 44700 13432 15936 44701 18525 15933 44702 5337 15937 44703 13433 12076 44704 18525 15933 44705 5337 15937 44706 13864 15938 44707 17485 12077 44708 5338 15939 44709 13586 15940 44710 13587 15941 44711 5338 15939 44712 13587 15941 44713 17473 15942 44714 5338 15939 44715 13445 15943 44716 13455 15944 44717 5338 15939 44718 13455 15944 44719 18529 15945 44720 5339 15946 44721 13589 15947 44722 18529 15945 44723 5339 15946 44724 13455 15944 44725 13444 15948 44726 5339 15946 44727 13444 15948 44728 17471 15949 44729 5339 15946 44730 13590 15950 44731 13589 15947 44732 5340 15951 44733 13445 15943 44734 11482 15952 44735 5340 15951 44736 11482 15952 44737 17472 15953 44738 5340 15951 44739 13443 15954 44740 13456 15955 44741 5340 15951 44742 13456 15955 44743 18528 15956 44744 5341 15957 44745 13444 15948 44746 13456 15955 44747 5341 15957 44748 13456 15955 44749 18527 15958 44750 5341 15957 44751 13442 15959 44752 11480 15960 44753 5341 15957 44754 11480 15960 44755 13444 15948 44756 18007 15961 44757 19593 15962 44758 19597 15963 44759 5342 15964 44760 13448 15965 44761 18531 15966 44762 5342 15964 44763 13502 15967 44764 11441 11970 44765 5343 15968 44766 11440 11966 44767 17443 11971 44768 5343 15968 44769 13502 15967 44770 13449 15969 44771 5343 15968 44772 13449 15969 44773 18465 15740 44774 5343 15968 44775 13503 15704 44776 11440 11966 44777 5344 15970 44778 13330 1128 44779 13450 15971 44780 5344 15970 44781 13450 15971 44782 18532 15972 44783 5344 15970 44784 13457 15973 44785 13448 15965 44786 5345 15974 44787 13449 15969 44788 18531 15966 44789 5345 15974 44790 13457 15973 44791 13451 15975 44792 5345 15974 44793 13451 15975 44794 18475 15761 44795 5345 15974 44796 13345 15741 44797 13449 15969 44798 5346 15976 44799 13450 15971 44800 18468 15711 44801 5346 15976 44802 13458 15977 44803 13450 15971 44804 5347 15978 44805 13451 15975 44806 18532 15972 44807 5347 15978 44808 13355 15979 44809 13451 15975 44810 5350 15980 44811 13358 15780 44812 18486 15981 44813 5350 15980 44814 13452 15982 44815 13459 15983 44816 5351 15984 44817 13459 15983 44818 18534 15985 44819 5351 15984 44820 13453 15986 44821 13363 15782 44822 5352 15987 44823 13437 15988 44824 17487 15989 44825 5352 15987 44826 13446 15990 44827 13460 15991 44828 5353 15992 44829 13460 15991 44830 13447 15993 44831 5353 15992 44832 13447 15993 44833 17488 15994 44834 5354 15995 44835 13461 15996 44836 11479 15997 44837 5354 15995 44838 11479 15997 44839 17467 15998 44840 5354 15995 44841 13463 15999 44842 13465 16000 44843 5354 15995 44844 13465 16000 44845 18536 16001 44846 5355 16002 44847 13462 16003 44848 13465 16000 44849 5355 16002 44850 13465 16000 44851 18537 16004 44852 5355 16002 44853 13464 16005 44854 11473 12919 44855 5355 16002 44856 11473 12919 44857 13462 16003 44858 5356 16006 44859 13466 16007 44860 13470 16008 44861 5356 16006 44862 13470 16008 44863 13468 16009 44864 5356 16006 44865 13468 16009 44866 17465 16010 44867 5356 16006 44868 11478 16011 44869 13466 16007 44870 5357 16012 44871 13469 16013 44872 18539 16014 44873 5357 16012 44874 13470 16008 44875 18538 16015 44876 5357 16012 44877 13467 16016 44878 17469 13076 44879 5357 16012 44880 11471 12767 44881 13469 16013 44882 5358 16017 44883 13462 16003 44884 11476 12330 44885 5358 16017 44886 11476 12330 44887 17490 12329 44888 5358 16017 44889 11483 16018 44890 13471 16019 44891 5358 16017 44892 13471 16019 44893 18536 16001 44894 5359 16020 44895 13472 16021 44896 13478 16022 44897 5359 16020 44898 13478 16022 44899 13473 16023 44900 5359 16020 44901 13473 16023 44902 11906 13051 44903 5359 16020 44904 11906 13051 44905 13472 16021 44906 5360 16024 44907 13475 16025 44908 13477 16026 44909 5360 16024 44910 13477 16026 44911 18540 16027 44912 5360 16024 44913 13472 16021 44914 11905 16028 44915 5360 16024 44916 11905 16028 44917 17493 16029 44918 5361 16030 44919 11773 12774 44920 13473 16023 44921 5361 16030 44922 13473 16023 44923 18541 16031 44924 5361 16030 44925 13474 16032 44926 13469 16013 44927 5361 16030 44928 13469 16013 44929 17671 12772 44930 5362 16033 44931 13475 16025 44932 11844 16034 44933 5362 16033 44934 11844 16034 44935 17697 12920 44936 5362 16033 44937 13464 16005 44938 13476 16035 44939 5362 16033 44940 13476 16035 44941 18542 16036 44942 5363 16037 44943 13478 16022 44944 18540 16027 44945 5363 16037 44946 13481 16038 44947 13480 16039 44948 5363 16037 44949 13480 16039 44950 18544 16040 44951 5363 16037 44952 13479 16041 44953 13478 16022 44954 5364 16042 44955 13477 16026 44956 18542 16036 44957 5364 16042 44958 13483 16043 44959 18545 16044 44960 5364 16042 44961 13482 16045 44962 18543 16046 44963 5364 16042 44964 13481 16038 44965 13477 16026 44966 5365 16047 44967 13476 16035 44968 18537 16004 44969 5365 16047 44970 13485 16048 44971 13484 16049 44972 5365 16047 44973 13484 16049 44974 13483 16043 44975 5365 16047 44976 13483 16043 44977 18542 16036 44978 5366 16050 44979 13474 16032 44980 18541 16031 44981 5366 16050 44982 13479 16041 44983 13487 16051 44984 5366 16050 44985 13487 16051 44986 13486 16052 44987 5366 16050 44988 13486 16052 44989 18539 16014 44990 5367 16053 44991 13468 16009 44992 13486 16052 44993 5367 16053 44994 13486 16052 44995 18547 16054 44996 5367 16053 44997 13489 16055 44998 13488 16056 44999 5367 16053 45000 13488 16056 45001 13468 16009 45002 5368 16057 45003 13463 15999 45004 13491 16058 45005 5368 16057 45006 13491 16058 45007 13490 16059 45008 5368 16057 45009 13490 16059 45010 18546 16060 45011 5368 16057 45012 13485 16048 45013 13463 15999 45014 5369 16061 45015 13494 16062 45016 13489 16055 45017 5369 16061 45018 13489 16055 45019 18547 16054 45020 5369 16061 45021 13487 16051 45022 18544 16040 45023 5369 16061 45024 13495 16063 45025 18551 16064 45026 5370 16065 45027 13490 16059 45028 13497 16066 45029 5370 16065 45030 13497 16066 45031 18552 16067 45032 5370 16065 45033 13496 16068 45034 18545 16044 45035 5370 16065 45036 13484 16049 45037 18546 16060 45038 5371 16069 45039 13496 16068 45040 18552 16067 45041 5371 16069 45042 13499 16070 45043 13498 16071 45044 5371 16069 45045 13498 16071 45046 18543 16046 45047 5371 16069 45048 13482 16045 45049 13496 16068 45050 5372 16072 45051 13498 16071 45052 13500 16073 45053 5372 16072 45054 13500 16073 45055 18551 16064 45056 5372 16072 45057 13495 16063 45058 13480 16039 45059 5372 16072 45060 13480 16039 45061 18543 16046 45062 5373 16074 45063 13492 16075 45064 13501 16076 45065 5373 16074 45066 13501 16076 45067 18553 16077 45068 5373 16074 45069 13499 16070 45070 13497 16066 45071 5373 16074 45072 13497 16066 45073 18549 16078 45074 5374 16079 45075 13493 16080 45076 18548 16081 45077 5374 16079 45078 13494 16062 45079 13500 16073 45080 5374 16079 45081 13500 16073 45082 18553 16077 45083 5374 16079 45084 13501 16076 45085 18550 16082 45086 5375 16083 45087 11947 13056 45088 17663 12615 45089 5375 16083 45090 11765 12614 45091 11909 13033 45092 5375 16083 45093 11909 13033 45094 17722 13039 45095 5375 16083 45096 13515 16084 45097 11947 13056 45098 5376 16085 45099 11848 12898 45100 17699 12902 45101 5376 16085 45102 13511 12917 45103 13515 16084 45104 5376 16085 45105 13515 16084 45106 17722 13039 45107 5376 16085 45108 11910 13038 45109 11848 12898 45110 5377 16086 45111 13510 12921 45112 11844 16034 45113 5377 16086 45114 11844 16034 45115 17493 16029 45116 5377 16086 45117 11905 16028 45118 11967 13053 45119 5377 16086 45120 11967 13053 45121 17743 12928 45122 5378 16087 45123 11481 16088 45124 17477 16089 45125 5378 16087 45126 13516 16090 45127 13466 16007 45128 5378 16087 45129 13466 16007 45130 17464 16091 45131 5378 16087 45132 11469 16092 45133 11481 16088 45134 5379 16093 45135 11973 13093 45136 17489 13063 45137 5379 16093 45138 13517 16094 45139 18538 16015 45140 5379 16093 45141 13516 16090 45142 11484 16095 45143 5379 16093 45144 11484 16095 45145 17748 13094 45146 5380 16096 45147 13518 16097 45148 17476 16098 45149 5380 16096 45150 13525 16099 45151 13535 16100 45152 5380 16096 45153 13535 16100 45154 18562 16101 45155 5380 16096 45156 13534 16102 45157 18554 16103 45158 5381 16104 45159 13524 16105 45160 13587 15941 45161 5381 16104 45162 13587 15941 45163 18580 16106 45164 5381 16104 45165 13585 16107 45166 13535 16100 45167 5381 16104 45168 13535 16100 45169 18557 16108 45170 5382 16109 45171 13585 16107 45172 13575 16110 45173 5382 16109 45174 13575 16110 45175 17479 16111 45176 5382 16109 45177 13519 16112 45178 13534 16102 45179 5382 16109 45180 13534 16102 45181 18562 16101 45182 5383 16113 45183 13532 16114 45184 17476 16098 45185 5383 16113 45186 13518 16097 45187 13537 16115 45188 5383 16113 45189 13537 16115 45190 18563 16116 45191 5383 16113 45192 13536 16117 45193 18561 16118 45194 5384 16119 45195 13519 16112 45196 17479 16111 45197 5384 16119 45198 11486 12070 45199 13538 16120 45200 5384 16119 45201 13538 16120 45202 18563 16116 45203 5384 16119 45204 13537 16115 45205 18554 16103 45206 5385 16121 45207 13538 16120 45208 17484 12069 45209 5385 16121 45210 11497 12102 45211 13533 16122 45212 5385 16121 45213 13533 16122 45214 18561 16118 45215 5385 16121 45216 13536 16117 45217 13538 16120 45218 5386 16123 45219 13523 16124 45220 13520 16125 45221 5386 16123 45222 13520 16125 45223 18555 16126 45224 5386 16123 45225 13540 16127 45226 13539 16128 45227 5386 16123 45228 13539 16128 45229 13523 16124 45230 5387 16129 45231 13521 16130 45232 17478 16131 45233 5387 16129 45234 13577 16132 45235 13588 16133 45236 5387 16129 45237 13588 16133 45238 18564 16134 45239 5387 16129 45240 13540 16127 45241 13521 16130 45242 5388 16135 45243 13588 16133 45244 18581 16136 45245 5388 16135 45246 13590 15950 45247 13522 16137 45248 5388 16135 45249 13522 16137 45250 18556 16138 45251 5388 16135 45252 13539 16128 45253 13588 16133 45254 5389 16139 45255 13520 16125 45256 17475 16140 45257 5389 16139 45258 13526 16141 45259 13542 16142 45260 5389 16139 45261 13542 16142 45262 18565 16143 45263 5389 16139 45264 13541 16144 45265 13520 16125 45266 5390 16145 45267 13527 16146 45268 17696 12095 45269 5390 16145 45270 11494 12094 45271 17482 12100 45272 5390 16145 45273 13543 16147 45274 13542 16142 45275 5390 16145 45276 13542 16142 45277 13527 16146 45278 5391 16148 45279 13543 16147 45280 11485 12062 45281 5391 16148 45282 11485 12062 45283 17478 16131 45284 5391 16148 45285 13521 16130 45286 18555 16126 45287 5391 16148 45288 13541 16144 45289 18565 16143 45290 5392 16149 45291 13529 16150 45292 17475 16140 45293 5392 16149 45294 13523 16124 45295 13545 16151 45296 5392 16149 45297 13545 16151 45298 18566 16152 45299 5392 16149 45300 13544 16153 45301 13529 16150 45302 5393 16154 45303 13522 16137 45304 17471 15949 45305 5393 16154 45306 11480 15960 45307 17470 16155 45308 5393 16154 45309 13546 16156 45310 13545 16151 45311 5393 16154 45312 13545 16151 45313 13522 16137 45314 5394 16157 45315 13525 16099 45316 17476 16098 45317 5394 16157 45318 13530 16158 45319 13548 16159 45320 5394 16157 45321 13548 16159 45322 18567 16160 45323 5394 16157 45324 13547 16161 45325 18557 16108 45326 5395 16162 45327 13531 16163 45328 11481 16088 45329 5395 16162 45330 11481 16088 45331 13549 16164 45332 5395 16162 45333 13549 16164 45334 18567 16160 45335 5395 16162 45336 13548 16159 45337 13531 16163 45338 5396 16165 45339 13549 16164 45340 17472 15953 45341 5396 16165 45342 11482 15952 45343 17473 15942 45344 5396 16165 45345 13524 16105 45346 13547 16161 45347 5396 16165 45348 13547 16161 45349 13549 16164 45350 5397 16166 45351 13526 16141 45352 13529 16150 45353 5397 16166 45354 13529 16150 45355 18559 16167 45356 5397 16166 45357 13551 16168 45358 13550 16169 45359 5397 16166 45360 13550 16169 45361 18558 16170 45362 5398 16171 45363 13528 16172 45364 17474 16173 45365 5398 16171 45366 11483 16018 45367 13552 16174 45368 5398 16171 45369 13552 16174 45370 18568 16175 45371 5398 16171 45372 13551 16168 45373 13528 16172 45374 5399 16176 45375 13552 16174 45376 11842 12824 45377 5399 16176 45378 11842 12824 45379 13527 16146 45380 5399 16176 45381 13527 16146 45382 18558 16170 45383 5399 16176 45384 13550 16169 45385 13552 16174 45386 5400 16177 45387 13530 16158 45388 17476 16098 45389 5400 16177 45390 13532 16114 45391 13554 16178 45392 5400 16177 45393 13554 16178 45394 13553 16179 45395 5400 16177 45396 13553 16179 45397 18560 16180 45398 5401 16181 45399 13533 16122 45400 11974 13099 45401 5401 16181 45402 11974 13099 45403 17748 13094 45404 5401 16181 45405 13555 16182 45406 13554 16178 45407 5401 16181 45408 13554 16178 45409 18561 16118 45410 5402 16183 45411 13555 16182 45412 11484 16095 45413 5402 16183 45414 11484 16095 45415 17477 16089 45416 5402 16183 45417 13531 16163 45418 13553 16179 45419 5402 16183 45420 13553 16179 45421 18569 16184 45422 5403 16185 45423 12462 15771 45424 18012 15768 45425 5403 16185 45426 13559 16186 45427 13560 16187 45428 5403 16185 45429 13560 16187 45430 12463 14087 45431 5403 16185 45432 12463 14087 45433 12462 15771 45434 5404 16188 45435 13306 15668 45436 13560 16187 45437 5405 16189 45438 13559 16186 45439 13309 15672 45440 5406 16190 45441 12571 14175 45442 13563 16191 45443 5406 16190 45444 13563 16191 45445 18571 14184 45446 5406 16190 45447 13561 14183 45448 12578 14188 45449 5406 16190 45450 12578 14188 45451 18090 14176 45452 1769 16192 45453 12580 1711 45454 1743 1710 45455 5407 16193 45456 13562 16194 45457 18571 14184 45458 5407 16193 45459 13563 16191 45460 12573 14191 45461 1768 16195 45462 1740 1592 45463 12581 1713 45464 5408 16196 45465 13568 16197 45466 13441 12065 45467 5408 16196 45468 13441 12065 45469 17479 16111 45470 5408 16196 45471 13575 16110 45472 13574 16198 45473 5408 16196 45474 13574 16198 45475 18576 16199 45476 5409 16200 45477 13577 16132 45478 17478 16131 45479 5409 16200 45480 13440 12061 45481 13570 16201 45482 5409 16200 45483 13570 16201 45484 18577 16202 45485 5409 16200 45486 13576 16203 45487 13577 16132 45488 5411 16204 45489 13565 16205 45490 18486 15981 45491 5411 16204 45492 13359 15779 45493 13579 16206 45494 5411 16204 45495 13579 16206 45496 18582 16207 45497 5411 16204 45498 13578 16208 45499 13565 16205 45500 5412 16209 45501 13579 16206 45502 13364 15834 45503 5414 16210 45504 13869 16211 45505 13581 16212 45506 5415 16213 45507 13581 16212 45508 13362 15784 45509 5415 16213 45510 13362 15784 45511 18489 15783 45512 5415 16213 45513 13566 16214 45514 13580 16215 45515 5415 16213 45516 13580 16215 45517 13581 16212 45518 5416 16216 45519 13868 15845 45520 18492 12066 45521 5416 16216 45522 13568 16197 45523 13861 16217 45524 5417 16218 45525 13861 16217 45526 13567 16219 45527 5417 16218 45528 13567 16219 45529 17487 15989 45530 5418 16220 45531 13863 16221 45532 13569 16222 45533 5418 16220 45534 13569 16222 45535 18577 16202 45536 5419 16223 45537 13582 16224 45538 13570 16201 45539 5419 16223 45540 13570 16201 45541 18493 12060 45542 5420 16225 45543 13571 16226 45544 13589 15947 45545 5420 16225 45546 13589 15947 45547 18581 16136 45548 5420 16225 45549 13576 16203 45550 13875 16227 45551 5420 16225 45552 13875 16227 45553 13571 16226 45554 5421 16228 45555 13572 16229 45556 18578 16230 45557 5421 16228 45558 13875 16227 45559 13569 16222 45560 5421 16228 45561 13569 16222 45562 13447 15993 45563 5421 16228 45564 13447 15993 45565 13572 16229 45566 5422 16231 45567 13574 16198 45568 18580 16106 45569 5422 16231 45570 13586 15940 45571 13571 16226 45572 5422 16231 45573 13571 16226 45574 18578 16230 45575 5422 16231 45576 13876 16232 45577 13574 16198 45578 5423 16233 45579 13567 16219 45580 18576 16199 45581 5423 16233 45582 13876 16232 45583 13572 16229 45584 5423 16233 45585 13572 16229 45586 18530 16234 45587 5423 16233 45588 13446 15990 45589 13567 16219 45590 5424 16235 45591 13573 16236 45592 18534 15985 45593 5424 16235 45594 13452 15982 45595 13565 16205 45596 5424 16235 45597 13565 16205 45598 18572 16237 45599 5424 16235 45600 13583 16238 45601 13573 16236 45602 5426 16239 45603 13566 16214 45604 13453 15986 45605 5426 16239 45606 13453 15986 45607 13573 16236 45608 5426 16239 45609 13573 16236 45610 13584 16240 45611 5426 16239 45612 13584 16240 45613 18574 16241 45614 5428 16242 45615 13471 16019 45616 17474 16173 45617 5428 16242 45618 13591 16243 45619 11470 16244 45620 5428 16242 45621 11470 16244 45622 13461 15996 45623 5428 16242 45624 13461 15996 45625 13471 16019 45626 5429 16245 45627 13546 16156 45628 17470 16155 45629 5429 16245 45630 13591 16243 45631 17474 16173 45632 5429 16245 45633 13528 16172 45634 13544 16153 45635 5429 16245 45636 13544 16153 45637 18566 16152 45638 5430 16246 45639 13616 16247 45640 18614 16248 45641 5430 16246 45642 13595 16249 45643 13592 16250 45644 5430 16246 45645 13592 16250 45646 18584 16251 45647 5430 16246 45648 13593 16252 45649 18593 16253 45650 5431 16254 45651 13606 16255 45652 13596 16256 45653 5431 16254 45654 13596 16256 45655 18587 16257 45656 5431 16254 45657 13604 16258 45658 13624 16259 45659 5431 16254 45660 13624 16259 45661 18598 16260 45662 5432 16261 45663 13607 16262 45664 13627 16263 45665 5432 16261 45666 13627 16263 45667 13605 16264 45668 5432 16261 45669 13605 16264 45670 13596 16256 45671 5432 16261 45672 13596 16256 45673 18588 16265 45674 5433 16266 45675 13620 16267 45676 13597 16268 45677 5433 16266 45678 13597 16268 45679 18588 16265 45680 5433 16266 45681 13606 16255 45682 13623 16269 45683 5433 16266 45684 13623 16269 45685 18621 16270 45686 5434 16271 45687 13619 16272 45688 13628 16273 45689 5434 16271 45690 13628 16273 45691 18601 16274 45692 5434 16271 45693 13607 16262 45694 13597 16268 45695 5434 16271 45696 13597 16268 45697 18595 16275 45698 5435 16276 45699 13609 16277 45700 18589 16278 45701 5435 16276 45702 13598 16279 45703 13610 16280 45704 5435 16276 45705 13610 16280 45706 18604 16281 45707 5435 16276 45708 13632 16282 45709 18603 16283 45710 5436 16284 45711 13608 16285 45712 18602 16286 45713 5436 16284 45714 13629 16287 45715 18605 16288 45716 5436 16284 45717 13611 16289 45718 18590 16290 45719 5436 16284 45720 13598 16279 45721 13608 16285 45722 5437 16291 45723 13619 16272 45724 13599 16292 45725 5437 16291 45726 13599 16292 45727 18589 16278 45728 5437 16291 45729 13609 16277 45730 13631 16293 45731 5437 16291 45732 13631 16293 45733 18618 16294 45734 5438 16295 45735 13620 16267 45736 18621 16270 45737 5438 16295 45738 13630 16296 45739 13608 16285 45740 5438 16295 45741 13608 16285 45742 13599 16292 45743 5438 16295 45744 13599 16292 45745 18595 16275 45746 5439 16297 45747 13614 16298 45748 18592 16299 45749 5439 16297 45750 13600 16300 45751 13611 16289 45752 5439 16297 45753 13611 16289 45754 13634 16301 45755 5439 16297 45756 13634 16301 45757 18615 16302 45758 5440 16303 45759 13613 16304 45760 18610 16305 45761 5440 16303 45762 13633 16306 45763 13610 16280 45764 5440 16303 45765 13610 16280 45766 18590 16290 45767 5440 16303 45768 13600 16300 45769 13613 16304 45770 5441 16307 45771 13622 16308 45772 18619 16309 45773 5441 16307 45774 13661 16310 45775 13662 16311 45776 5441 16307 45777 13662 16311 45778 18591 16312 45779 5441 16307 45780 13601 16313 45781 13622 16308 45782 5442 16314 45783 13622 16308 45784 18596 16315 45785 5442 16314 45786 13602 16316 45787 13618 16317 45788 5442 16314 45789 13618 16317 45790 13646 16318 45791 5442 16314 45792 13646 16318 45793 13622 16308 45794 5443 16319 45795 13621 16320 45796 13645 16321 45797 5443 16319 45798 13645 16321 45799 13617 16322 45800 5443 16319 45801 13617 16322 45802 18594 16323 45803 5443 16319 45804 13602 16316 45805 13621 16320 45806 5444 16324 45807 13616 16247 45808 18593 16253 45809 5444 16324 45810 13603 16325 45811 13614 16298 45812 5444 16324 45813 13614 16298 45814 13649 16326 45815 5444 16324 45816 13649 16326 45817 13616 16247 45818 5445 16327 45819 13615 16328 45820 13642 16329 45821 5445 16327 45822 13642 16329 45823 13613 16304 45824 5445 16327 45825 13613 16304 45826 13603 16325 45827 5445 16327 45828 13603 16325 45829 18593 16253 45830 5446 16330 45831 13640 16331 45832 13623 16269 45833 5446 16330 45834 13623 16269 45835 18598 16260 45836 5446 16330 45837 13624 16259 45838 18597 16332 45839 5446 16330 45840 13625 13087 45841 13640 16331 45842 5447 16333 45843 13638 16334 45844 18607 12325 45845 5447 16333 45846 13658 12324 45847 18600 12321 45848 5447 16333 45849 13930 16335 45850 18617 16336 45851 5448 16337 45852 13650 16338 45853 13634 16301 45854 5448 16337 45855 13634 16301 45856 18605 16288 45857 5448 16337 45858 13629 16287 45859 18602 16286 45860 5448 16337 45861 13630 16296 45862 13650 16338 45863 5449 16339 45864 13641 16340 45865 18618 16294 45866 5449 16339 45867 13631 16293 45868 13632 16282 45869 5449 16339 45870 13632 16282 45871 18604 16281 45872 5449 16339 45873 13633 16306 45874 13641 16340 45875 5450 16341 45876 13637 16342 45877 18606 13068 45878 5450 16341 45879 13635 13067 45880 13638 16334 45881 5450 16341 45882 13638 16334 45883 18617 16336 45884 5450 16341 45885 13651 16343 45886 13637 16342 45887 5451 16344 45888 13639 16345 45889 13660 13060 45890 5451 16344 45891 13660 13060 45892 17749 16346 45893 5451 16344 45894 13661 16310 45895 13653 16347 45896 5451 16344 45897 13653 16347 45898 18620 16348 45899 5452 16349 45900 13640 16331 45901 18609 13086 45902 5452 16349 45903 13636 13091 45904 13639 16345 45905 5452 16349 45906 13639 16345 45907 13654 16350 45908 5452 16349 45909 13654 16350 45910 13640 16331 45911 5453 16351 45912 13652 16352 45913 13641 16340 45914 5453 16351 45915 13641 16340 45916 18610 16305 45917 5453 16351 45918 13642 16329 45919 13643 16353 45920 5453 16351 45921 13643 16353 45922 18617 16336 45923 5454 16354 45924 13651 16343 45925 13643 16353 45926 5454 16354 45927 13643 16353 45928 18611 16355 45929 5454 16354 45930 13644 16356 45931 18612 16357 45932 5454 16354 45933 13645 16321 45934 18616 16358 45935 5455 16359 45936 13653 16347 45937 18619 16309 45938 5455 16359 45939 13646 16318 45940 18613 16360 45941 5455 16359 45942 13647 16361 45943 18614 16248 45944 5455 16359 45945 13648 16362 45946 13653 16347 45947 5456 16363 45948 13654 16350 45949 18620 16348 45950 5456 16363 45951 13648 16362 45952 13649 16326 45953 5456 16363 45954 13649 16326 45955 18615 16302 45956 5456 16363 45957 13650 16338 45958 13654 16350 45959 5457 16364 45960 11665 12675 45961 11666 12684 45962 5457 16364 45963 11666 12684 45964 13659 13070 45965 5457 16364 45966 13659 13070 45967 13663 16365 45968 5457 16364 45969 13663 16365 45970 17495 13103 45971 5458 16366 45972 11975 13065 45973 11969 13104 45974 5458 16366 45975 11969 13104 45976 17495 13103 45977 5458 16366 45978 13663 16365 45979 13662 16311 45980 5458 16366 45981 13662 16311 45982 17749 16346 45983 5459 16367 45984 13666 13072 45985 17469 13076 45986 5459 16367 45987 13467 16016 45988 13517 16094 45989 5459 16367 45990 13517 16094 45991 13664 13062 45992 5459 16367 45993 13664 13062 45994 13666 13072 45995 5460 16368 45996 13668 13084 45997 18597 16332 45998 5460 16368 45999 13669 16369 46000 13670 12611 46001 5460 16368 46002 13670 12611 46003 17661 12610 46004 5460 16368 46005 11971 13078 46006 13668 13084 46007 5461 16370 46008 13669 16369 46009 13604 16258 46010 5461 16370 46011 13604 16258 46012 18587 16257 46013 5461 16370 46014 13605 16264 46015 13626 12320 46016 5461 16370 46017 13626 12320 46018 18599 12612 46019 5462 16371 46020 13493 16080 46021 18550 16082 46022 5462 16371 46023 13673 16372 46024 13672 16373 46025 5462 16371 46026 13672 16373 46027 18622 16374 46028 5462 16371 46029 13671 16375 46030 13493 16080 46031 5463 16376 46032 13492 16075 46033 13675 16377 46034 5463 16376 46035 13675 16377 46036 18624 16378 46037 5463 16376 46038 13674 16379 46039 13673 16372 46040 5463 16376 46041 13673 16372 46042 18550 16082 46043 5464 16380 46044 13491 16058 46045 17467 15998 46046 5464 16380 46047 13677 16381 46048 13676 16382 46049 5464 16380 46050 13676 16382 46051 18624 16378 46052 5464 16380 46053 13675 16377 46054 18549 16078 46055 5465 16383 46056 13488 16056 46057 18548 16081 46058 5465 16383 46059 13671 16375 46060 18622 16374 46061 5465 16383 46062 13679 16384 46063 13678 16385 46064 5465 16383 46065 13678 16385 46066 17465 16010 46067 5466 16386 46068 11479 15997 46069 17466 16387 46070 5466 16386 46071 13680 16388 46072 13685 16389 46073 5466 16386 46074 13685 16389 46075 18625 16390 46076 5466 16386 46077 13677 16381 46078 11479 15997 46079 5467 16391 46080 11478 16011 46081 13678 16385 46082 5467 16391 46083 13678 16385 46084 13686 16392 46085 5467 16391 46086 13686 16392 46087 13684 16393 46088 5467 16391 46089 13684 16393 46090 17464 16091 46091 5468 16394 46092 13686 16392 46093 18626 16395 46094 5468 16394 46095 13689 16396 46096 13688 16397 46097 5468 16394 46098 13688 16397 46099 18630 16398 46100 5468 16394 46101 13687 16399 46102 13686 16392 46103 5469 16400 46104 13685 16389 46105 13692 16401 46106 5469 16400 46107 13692 16401 46108 18632 16402 46109 5469 16400 46110 13691 16403 46111 18633 16404 46112 5469 16400 46113 13690 16405 46114 13685 16389 46115 5470 16406 46116 13683 16407 46117 13687 16399 46118 5470 16406 46119 13687 16399 46120 13694 16408 46121 5470 16406 46122 13694 16408 46123 13693 16409 46124 5470 16406 46125 13693 16409 46126 18628 16410 46127 5471 16411 46128 13681 16412 46129 18628 16410 46130 5471 16411 46131 13693 16409 46132 13695 16413 46133 5471 16411 46134 13695 16413 46135 18632 16402 46136 5471 16411 46137 13692 16401 46138 13681 16412 46139 5472 16414 46140 13679 16384 46141 13697 16415 46142 5472 16414 46143 13697 16415 46144 18635 16416 46145 5472 16414 46146 13696 16417 46147 13689 16396 46148 5472 16414 46149 13689 16396 46150 18626 16395 46151 5473 16418 46152 13676 16382 46153 18625 16390 46154 5473 16418 46155 13690 16405 46156 13699 16419 46157 5473 16418 46158 13699 16419 46159 18636 16420 46160 5473 16418 46161 13698 16421 46162 13676 16382 46163 5474 16422 46164 13674 16379 46165 18624 16378 46166 5474 16422 46167 13698 16421 46168 13701 16423 46169 5474 16422 46170 13701 16423 46171 13700 16424 46172 5474 16422 46173 13700 16424 46174 18623 16425 46175 5475 16426 46176 13672 16373 46177 13700 16424 46178 5475 16426 46179 13700 16424 46180 13702 16427 46181 5475 16426 46182 13702 16427 46183 13697 16415 46184 5475 16426 46185 13697 16415 46186 18622 16374 46187 5476 16428 46188 13702 16427 46189 18637 16429 46190 5476 16428 46191 13844 16430 46192 13703 16431 46193 5476 16428 46194 13703 16431 46195 18639 16432 46196 5476 16428 46197 13845 16433 46198 13702 16427 46199 5477 16434 46200 13716 16435 46201 18643 16436 46202 5477 16434 46203 13706 16437 46204 13718 16438 46205 5477 16434 46206 13718 16438 46207 18655 16439 46208 5477 16434 46209 13740 16440 46210 13716 16435 46211 5478 16441 46212 13717 16442 46213 13746 16443 46214 5478 16441 46215 13746 16443 46216 18658 16444 46217 5478 16441 46218 13719 16445 46219 18644 16446 46220 5478 16441 46221 13706 16437 46222 18643 16436 46223 5479 16447 46224 13720 16448 46225 18645 16449 46226 5479 16447 46227 13707 16450 46228 13716 16435 46229 5479 16447 46230 13716 16435 46231 13743 16451 46232 5479 16447 46233 13743 16451 46234 18657 16452 46235 5480 16453 46236 13721 16454 46237 18660 16455 46238 5480 16453 46239 13748 16456 46240 13717 16442 46241 5480 16453 46242 13717 16442 46243 18643 16436 46244 5480 16453 46245 13707 16450 46246 13721 16454 46247 5481 16457 46248 13738 14981 46249 18654 15001 46250 5481 16457 46251 13708 16458 46252 13719 16445 46253 5481 16457 46254 13719 16445 46255 18658 16444 46256 5481 16457 46257 13745 16459 46258 13738 14981 46259 5482 16460 46260 13739 15000 46261 18688 16461 46262 5482 16460 46263 13741 16462 46264 13718 16438 46265 5482 16460 46266 13718 16438 46267 18644 16446 46268 5482 16460 46269 13708 16458 46270 13739 15000 46271 5483 16463 46272 13735 16464 46273 18652 16465 46274 5483 16463 46275 13709 16466 46276 13720 16448 46277 5483 16463 46278 13720 16448 46279 18657 16452 46280 5483 16463 46281 13742 16467 46282 13735 16464 46283 5484 16468 46284 13734 16469 46285 13749 16470 46286 5484 16468 46287 13749 16470 46288 13721 16454 46289 5484 16468 46290 13721 16454 46291 18645 16449 46292 5484 16468 46293 13709 16466 46294 13734 16469 46295 5485 16471 46296 13723 16472 46297 18646 16473 46298 5485 16471 46299 13710 16474 46300 13724 16475 46301 5485 16471 46302 13724 16475 46303 18663 16476 46304 5485 16471 46305 13753 16477 46306 18662 16478 46307 5486 16479 46308 13722 16480 46309 18661 16481 46310 5486 16479 46311 13750 16482 46312 13725 16483 46313 5486 16479 46314 13725 16483 46315 18647 16484 46316 5486 16479 46317 13710 16474 46318 13722 16480 46319 5487 16485 46320 13734 16469 46321 18652 16465 46322 5487 16485 46323 13711 16486 46324 13723 16472 46325 5487 16485 46326 13723 16472 46327 18662 16478 46328 5487 16485 46329 13752 16487 46330 13734 16469 46331 5488 16488 46332 13735 16464 46333 18682 16489 46334 5488 16488 46335 13751 16490 46336 13722 16480 46337 5488 16488 46338 13722 16480 46339 18646 16473 46340 5488 16488 46341 13711 16486 46342 13735 16464 46343 5489 16491 46344 13729 16492 46345 13712 16493 46346 5489 16491 46347 13712 16493 46348 13725 16483 46349 5489 16491 46350 13725 16483 46351 13755 16494 46352 5489 16491 46353 13755 16494 46354 18676 16495 46355 5490 16496 46356 13728 16497 46357 18671 16498 46358 5490 16496 46359 13754 16499 46360 13724 16475 46361 5490 16496 46362 13724 16475 46363 18647 16484 46364 5490 16496 46365 13712 16493 46366 13728 16497 46367 5491 16500 46368 13736 16501 46369 18653 16502 46370 5491 16500 46371 13713 16503 46372 13726 16504 46373 5491 16500 46374 13726 16504 46375 13760 16505 46376 5491 16500 46377 13760 16505 46378 18677 16506 46379 5492 16507 46380 13737 16508 46381 18680 16509 46382 5492 16507 46383 13766 16510 46384 13727 16511 46385 5492 16507 46386 13727 16511 46387 18648 16512 46388 5492 16507 46389 13713 16503 46390 13737 16508 46391 5493 16513 46392 13726 16504 46393 18648 16512 46394 5493 16513 46395 13795 16514 46396 13793 14899 46397 5493 16513 46398 13793 14899 46399 13761 16515 46400 5493 16513 46401 13761 16515 46402 18665 16516 46403 5494 16517 46404 13727 16511 46405 18668 16518 46406 5494 16517 46407 13767 16519 46408 13794 16520 46409 5494 16517 46410 13794 16520 46411 13795 16514 46412 5494 16517 46413 13795 16514 46414 13727 16511 46415 5495 16521 46416 13737 16508 46417 13714 16522 46418 5495 16521 46419 13714 16522 46420 18651 16523 46421 5495 16521 46422 13733 16524 46423 18674 16525 46424 5495 16521 46425 13777 16526 46426 13737 16508 46427 5496 16527 46428 13736 16501 46429 13776 16528 46430 5496 16527 46431 13776 16528 46432 13732 16529 46433 5496 16527 46434 13732 16529 46435 18651 16523 46436 5496 16527 46437 13714 16522 46438 13736 16501 46439 5497 16530 46440 13731 16531 46441 18650 16532 46442 5497 16530 46443 13715 16533 46444 13729 16492 46445 5497 16530 46446 13729 16492 46447 18676 16495 46448 5497 16530 46449 13780 16534 46450 13731 16531 46451 5498 16535 46452 13730 16536 46453 13773 16537 46454 5498 16535 46455 13773 16537 46456 13728 16497 46457 5498 16535 46458 13728 16497 46459 13715 16533 46460 5498 16535 46461 13715 16533 46462 18650 16532 46463 5499 16538 46464 13771 16539 46465 18670 16540 46466 5499 16538 46467 13744 16541 46468 13740 16440 46469 5499 16538 46470 13740 16440 46471 18655 16439 46472 5499 16538 46473 13741 16462 46474 13771 16539 46475 5500 16542 46476 13770 16543 46477 13742 16467 46478 5500 16542 46479 13742 16467 46480 13743 16451 46481 5500 16542 46482 13743 16451 46483 18656 16544 46484 5500 16542 46485 13744 16541 46486 13770 16543 46487 5501 16545 46488 13763 16546 46489 13745 16459 46490 5501 16545 46491 13745 16459 46492 18658 16444 46493 5501 16545 46494 13746 16443 46495 13747 16547 46496 5501 16545 46497 13747 16547 46498 18666 16548 46499 5502 16549 46500 13762 16550 46501 13747 16547 46502 5502 16549 46503 13747 16547 46504 18659 16551 46505 5502 16549 46506 13748 16456 46507 13749 16470 46508 5502 16549 46509 13749 16470 46510 13762 16550 46511 5503 16552 46512 13781 16553 46513 13755 16494 46514 5503 16552 46515 13755 16494 46516 13750 16482 46517 5503 16552 46518 13750 16482 46519 13751 16490 46520 5503 16552 46521 13751 16490 46522 13781 16553 46523 5504 16554 46524 13772 16555 46525 18679 16556 46526 5504 16554 46527 13752 16487 46528 13753 16477 46529 5504 16554 46530 13753 16477 46531 18663 16476 46532 5504 16554 46533 13754 16499 46534 13772 16555 46535 5505 16557 46536 13760 16505 46537 18665 16516 46538 5505 16557 46539 13756 16558 46540 13764 16559 46541 5505 16557 46542 13764 16559 46543 18678 16560 46544 5505 16557 46545 13782 16561 46546 13760 16505 46547 5506 16562 46548 13761 16515 46549 18686 14898 46550 5506 16562 46551 13789 14438 46552 13765 16563 46553 5506 16562 46554 13765 16563 46555 13756 16558 46556 5506 16562 46557 13756 16558 46558 13761 16515 46559 5507 16564 46560 13764 16559 46561 13757 16565 46562 5507 16564 46563 13757 16565 46564 18666 16548 46565 5507 16564 46566 13762 16550 46567 13783 16566 46568 5507 16564 46569 13783 16566 46570 13764 16559 46571 5508 16567 46572 13765 16563 46573 13788 14434 46574 5508 16567 46575 13788 14434 46576 18687 14982 46577 5508 16567 46578 13763 16546 46579 13757 16565 46580 5508 16567 46581 13757 16565 46582 18667 16568 46583 5509 16569 46584 13768 16570 46585 13758 16571 46586 5509 16569 46587 13758 16571 46588 18668 16518 46589 5509 16569 46590 13766 16510 46591 13784 16572 46592 5509 16569 46593 13784 16572 46594 18681 16573 46595 5510 16574 46596 13769 16575 46597 13787 16576 46598 5510 16574 46599 13787 16576 46600 18685 16577 46601 5510 16574 46602 13767 16519 46603 13758 16571 46604 5510 16574 46605 13758 16571 46606 18669 16578 46607 5511 16579 46608 13770 16543 46609 13759 16580 46610 5511 16579 46611 13759 16580 46612 18669 16578 46613 5511 16579 46614 13768 16570 46615 13785 16581 46616 5511 16579 46617 13785 16581 46618 18682 16489 46619 5512 16582 46620 13771 16539 46621 13786 16583 46622 5512 16582 46623 13786 16583 46624 18683 16584 46625 5512 16582 46626 13769 16575 46627 13759 16580 46628 5512 16582 46629 13759 16580 46630 18670 16540 46631 5513 16585 46632 13783 16566 46633 13772 16555 46634 5513 16585 46635 13772 16555 46636 18671 16498 46637 5513 16585 46638 13773 16537 46639 13774 16586 46640 5513 16585 46641 13774 16586 46642 18678 16560 46643 5514 16587 46644 13782 16561 46645 13774 16586 46646 5514 16587 46647 13774 16586 46648 18672 16588 46649 5514 16587 46650 13775 16589 46651 13776 16528 46652 5514 16587 46653 13776 16528 46654 18677 16506 46655 5515 16590 46656 13784 16572 46657 18680 16509 46658 5515 16590 46659 13777 16526 46660 13778 16591 46661 5515 16590 46662 13778 16591 46663 18675 16592 46664 5515 16590 46665 13779 16593 46666 13784 16572 46667 5516 16594 46668 13785 16581 46669 18681 16573 46670 5516 16594 46671 13779 16593 46672 13780 16534 46673 5516 16594 46674 13780 16534 46675 18676 16495 46676 5516 16594 46677 13781 16553 46678 13785 16581 46679 5517 16595 46680 13797 16596 46681 18171 15470 46682 5517 16595 46683 13214 15474 46684 13798 16597 46685 5517 16595 46686 13798 16597 46687 13794 16520 46688 5517 16595 46689 13794 16520 46690 18685 16577 46691 5518 16598 46692 13213 15471 46693 13797 16596 46694 5518 16598 46695 13797 16596 46696 18685 16577 46697 5518 16598 46698 13787 16576 46699 13799 16599 46700 5518 16598 46701 13799 16599 46702 18420 15465 46703 5519 16600 46704 13786 16583 46705 13807 15006 46706 5519 16600 46707 13807 15006 46708 18417 15005 46709 5519 16600 46710 13805 15466 46711 13799 16599 46712 5519 16600 46713 13799 16599 46714 13786 16583 46715 5520 16601 46716 13057 15012 46717 18368 15018 46718 5520 16601 46719 13809 16602 46720 18297 15408 46721 5520 16601 46722 12912 14807 46723 12998 15089 46724 5520 16601 46725 12998 15089 46726 13057 15012 46727 5521 16603 46728 12913 15421 46729 13809 16602 46730 5521 16603 46731 13809 16602 46732 13059 15017 46733 5521 16603 46734 13059 15017 46735 12914 16604 46736 5521 16603 46737 12914 16604 46738 18298 16605 46739 5522 16606 46740 13196 15422 46741 18298 16605 46742 5522 16606 46743 13812 16607 46744 13811 16608 46745 5522 16606 46746 13811 16608 46747 18690 16609 46748 5522 16606 46749 13810 16610 46750 13196 15422 46751 5523 16611 46752 13194 15419 46753 18410 15423 46754 5523 16611 46755 13810 16610 46756 13814 16612 46757 5523 16611 46758 13814 16612 46759 13813 16613 46760 5523 16611 46761 13813 16613 46762 18402 15399 46763 5524 16614 46764 13190 15400 46765 13813 16613 46766 5524 16614 46767 13813 16613 46768 18691 16615 46769 5524 16614 46770 13816 16616 46771 13815 16617 46772 5524 16614 46773 13815 16617 46774 18370 15439 46775 5525 16618 46776 13090 15433 46777 13815 16617 46778 5525 16618 46779 13815 16617 46780 13818 16619 46781 5525 16618 46782 13818 16619 46783 18693 16620 46784 5525 16618 46785 13817 16621 46786 13090 15433 46787 5526 16622 46788 12914 16604 46789 13820 16623 46790 5526 16622 46791 13820 16623 46792 18694 16624 46793 5526 16622 46794 13819 16625 46795 13812 16607 46796 5526 16622 46797 13812 16607 46798 12914 16604 46799 5527 16626 46800 12537 14229 46801 13817 16621 46802 5527 16626 46803 13817 16621 46804 13821 16627 46805 5527 16626 46806 13821 16627 46807 18694 16624 46808 5527 16626 46809 13820 16623 46810 12537 14229 46811 5528 16628 46812 13824 16629 46813 18067 15028 46814 5528 16628 46815 12546 15026 46816 13833 16630 46817 5528 16628 46818 13833 16630 46819 18701 16631 46820 5528 16628 46821 13832 16632 46822 13824 16629 46823 5529 16633 46824 13833 16630 46825 12728 15084 46826 5529 16633 46827 12728 15084 46828 18200 15092 46829 5529 16633 46830 13827 16634 46831 13831 16635 46832 5529 16633 46833 13831 16635 46834 18701 16631 46835 5530 16636 46836 13826 16637 46837 13828 16638 46838 5530 16636 46839 13828 16638 46840 13835 16639 46841 5530 16636 46842 13835 16639 46843 13834 16640 46844 5530 16636 46845 13834 16640 46846 18698 16641 46847 5531 16642 46848 13827 16634 46849 18200 15092 46850 5531 16642 46851 12729 15091 46852 18072 16643 46853 5531 16642 46854 13836 16644 46855 18702 16645 46856 5531 16642 46857 13835 16639 46858 13827 16634 46859 5532 16646 46860 13825 16647 46861 13834 16640 46862 5532 16646 46863 13834 16640 46864 13836 16644 46865 5533 16648 46866 13830 16649 46867 18353 15100 46868 5533 16648 46869 13071 15099 46870 13839 16650 46871 5533 16648 46872 13839 16650 46873 18703 16651 46874 5533 16648 46875 13838 16652 46876 13830 16649 46877 5534 16653 46878 13839 16650 46879 13002 15029 46880 5534 16653 46881 13002 15029 46882 13824 16629 46883 5534 16653 46884 13824 16629 46885 18697 16654 46886 5534 16653 46887 13837 16655 46888 13839 16650 46889 5535 16656 46890 13829 16657 46891 18203 16658 46892 5535 16656 46893 13826 16637 46894 13841 16659 46895 5535 16656 46896 13841 16659 46897 13840 16660 46898 5535 16656 46899 13840 16660 46900 13829 16657 46901 5536 16661 46902 13842 16662 46903 13841 16659 46904 5536 16661 46905 13841 16659 46906 18698 16641 46907 5537 16663 46908 13842 16662 46909 18339 16664 46910 5537 16663 46911 13072 15104 46912 18353 15100 46913 5537 16663 46914 13830 16649 46915 13840 16660 46916 5537 16663 46917 13840 16660 46918 18704 16665 46919 5538 16666 46920 13838 16652 46921 13843 16667 46922 5538 16666 46923 13843 16667 46924 18705 16668 46925 5538 16666 46926 13878 16669 46927 13879 16670 46928 5538 16666 46929 13879 16670 46930 18700 16671 46931 5539 16672 46932 13637 16342 46933 18616 16358 46934 5539 16672 46935 13621 16320 46936 18596 16315 46937 5539 16672 46938 13601 16313 46939 13612 13069 46940 5539 16672 46941 13612 13069 46942 18606 13068 46943 5540 16673 46944 12279 13618 46945 17912 13532 46946 5540 16673 46947 13847 16674 46948 12370 16675 46949 5540 16673 46950 12370 16675 46951 17972 16676 46952 5540 16673 46953 12373 13807 46954 12279 13618 46955 5541 16677 46956 12359 13804 46957 13848 16678 46958 5541 16677 46959 13848 16678 46960 17976 16679 46961 5541 16677 46962 12381 16680 46963 17963 16681 46964 5541 16677 46965 13847 16674 46966 17912 13532 46967 5542 16682 46968 12382 13857 46969 13848 16678 46970 5542 16682 46971 13848 16678 46972 17968 13803 46973 5542 16682 46974 12358 13800 46975 12379 13830 46976 5542 16682 46977 12379 13830 46978 17975 13858 46979 5543 16683 46980 12384 13853 46981 13849 16684 46982 5543 16683 46983 13849 16684 46984 12370 16675 46985 5543 16683 46986 12370 16675 46987 17963 16681 46988 5543 16683 46989 12381 16680 46990 12384 13853 46991 5544 16685 46992 12371 13808 46993 13849 16684 46994 5544 16685 46995 13849 16684 46996 12383 13839 46997 5544 16685 46998 12383 13839 46999 17786 13884 47000 5544 16685 47001 12217 13876 47002 17910 13880 47003 5545 16686 47004 12189 13788 47005 13850 16687 47006 5545 16686 47007 13850 16687 47008 17899 16688 47009 5545 16686 47010 12188 13882 47011 12190 13832 47012 5545 16686 47013 12190 13832 47014 17900 13823 47015 5547 16689 47016 13872 16690 47017 18319 14852 47018 5547 16689 47019 12979 14894 47020 13796 14900 47021 5547 16689 47022 13796 14900 47023 18416 16691 47024 5547 16689 47025 13798 16597 47026 18421 15478 47027 5548 16692 47028 13211 16693 47029 12973 14853 47030 5548 16692 47031 12973 14853 47032 13872 16690 47033 5548 16692 47034 13872 16690 47035 13873 15477 47036 5548 16692 47037 13873 15477 47038 18419 16694 47039 5549 16695 47040 13454 16696 47041 13874 16697 47042 5549 16695 47043 13874 16697 47044 17466 16387 47045 5549 16695 47046 11470 16244 47047 13442 15959 47048 5549 16695 47049 13442 15959 47050 13454 16696 47051 5550 16698 47052 13680 16388 47053 13874 16697 47054 5550 16698 47055 13874 16697 47056 18526 16699 47057 5550 16698 47058 13682 16700 47059 13681 16412 47060 5550 16698 47061 13681 16412 47062 18627 16701 47063 5551 16702 47064 11469 16092 47065 17464 16091 47066 5551 16702 47067 13877 16703 47068 13454 16696 47069 5551 16702 47070 13454 16696 47071 18527 15958 47072 5551 16702 47073 13443 15954 47074 11469 16092 47075 5552 16704 47076 13682 16700 47077 18526 16699 47078 5552 16704 47079 13877 16703 47080 17464 16091 47081 5552 16704 47082 13684 16393 47083 18629 16705 47084 5552 16704 47085 13683 16407 47086 13682 16700 47087 5553 16706 47088 13884 16707 47089 18708 16708 47090 5553 16706 47091 13881 16709 47092 17450 12036 47093 5553 16706 47094 13882 16710 47095 18709 16711 47096 5553 16706 47097 13883 16712 47098 13884 16707 47099 5554 16713 47100 13923 16714 47101 13924 16715 47102 5554 16713 47103 13924 16715 47104 18712 16716 47105 5554 16713 47106 13888 16717 47107 18714 16718 47108 5555 16719 47109 13906 16720 47110 12276 13879 47111 5555 16719 47112 12276 13879 47113 17944 13878 47114 5555 16719 47115 13909 16721 47116 13908 16722 47117 5555 16719 47118 13908 16722 47119 18731 16723 47120 5556 16724 47121 13915 13480 47122 13918 16725 47123 5556 16724 47124 13918 16725 47125 13912 16726 47126 5556 16724 47127 13912 16726 47128 18738 16727 47129 5556 16724 47130 13919 16728 47131 13915 13480 47132 5557 16729 47133 13914 16730 47134 18740 16731 47135 19557 16732 47136 19317 16733 47137 1194 1106 47138 13914 16730 47139 5557 16729 47140 18736 972 47141 5558 16734 47142 13930 16335 47143 18600 12321 47144 5558 16734 47145 13627 16263 47146 13628 16273 47147 5558 16734 47148 13628 16273 47149 18618 16294 47150 5558 16734 47151 13652 16352 47152 13930 16335 47153 5559 16735 47154 12080 13265 47155 17822 16736 47156 5559 16735 47157 13932 16737 47158 17826 16738 47159 5559 16735 47160 12081 16739 47161 17825 13266 47162 5560 16740 47163 12079 13259 47164 17824 14014 47165 5560 16740 47166 13931 16741 47167 17826 16738 47168 5560 16740 47169 13935 16742 47170 17823 14011 47171 5561 16743 47172 12486 14019 47173 17825 13266 47174 5561 16743 47175 12081 16739 47176 17826 16738 47177 5561 16743 47178 13933 16744 47179 18025 16745 47180 5562 16746 47181 12485 14013 47182 18025 16745 47183 5562 16746 47184 13933 16744 47185 17826 16738 47186 5562 16746 47187 13931 16741 47188 17824 14014 47189 5563 16747 47190 12484 14008 47191 17823 14011 47192 5563 16747 47193 13935 16742 47194 17826 16738 47195 5563 16747 47196 13934 16748 47197 18024 16749 47198 5564 16750 47199 12483 14004 47200 18024 16749 47201 5564 16750 47202 13934 16748 47203 17826 16738 47204 5564 16750 47205 13932 16737 47206 17822 16736 47207 5565 16751 47208 13942 16752 47209 13939 16753 47210 5565 16751 47211 13939 16753 47212 18751 16754 47213 5565 16751 47214 13940 16755 47215 13941 16756 47216 5565 16751 47217 13941 16756 47218 18752 16757 47219 5566 16758 47220 13940 16755 47221 18751 16754 47222 5566 16758 47223 13938 16759 47224 13943 16760 47225 5566 16758 47226 13943 16760 47227 18754 16761 47228 5566 16758 47229 13944 16762 47230 13940 16755 47231 5567 16763 47232 13943 16760 47233 18750 16764 47234 5567 16763 47235 13937 16765 47236 13945 16766 47237 5567 16763 47238 13945 16766 47239 18755 16767 47240 5567 16763 47241 13946 16768 47242 13943 16760 47243 5568 16769 47244 13942 16752 47245 13947 16770 47246 5568 16769 47247 13947 16770 47248 18755 16767 47249 5568 16769 47250 13945 16766 47251 13936 16771 47252 5568 16769 47253 13936 16771 47254 18748 16772 47255 5569 16773 47256 13950 16774 47257 13947 16770 47258 5569 16773 47259 13947 16770 47260 18752 16757 47261 5569 16773 47262 13948 16775 47263 18757 16776 47264 5569 16773 47265 13949 16777 47266 13950 16774 47267 5570 16778 47268 13952 16779 47269 18754 16761 47270 5570 16778 47271 13946 16768 47272 13950 16774 47273 5570 16778 47274 13950 16774 47275 18756 16780 47276 5570 16778 47277 13951 16781 47278 18758 16782 47279 5571 16783 47280 13948 16775 47281 13941 16756 47282 5571 16783 47283 13941 16756 47284 18753 16784 47285 5571 16783 47286 13954 16785 47287 18759 16786 47288 5571 16783 47289 13955 16787 47290 18757 16776 47291 5572 16788 47292 13955 16787 47293 18759 16786 47294 5572 16788 47295 13953 16789 47296 18758 16782 47297 5572 16788 47298 13951 16781 47299 18756 16780 47300 5572 16788 47301 13949 16777 47302 13955 16787 47303 5573 16790 47304 13954 16785 47305 18753 16784 47306 5573 16790 47307 13944 16762 47308 13952 16779 47309 5573 16790 47310 13952 16779 47311 18758 16782 47312 5573 16790 47313 13953 16789 47314 18759 16786 47315 5574 16791 47316 13956 16792 47317 16768 11660 47318 5574 16791 47319 11199 11659 47320 10288 9827 47321 5574 16791 47322 10288 9827 47323 16797 9826 47324 5574 16791 47325 13957 16793 47326 13956 16792 47327 5575 16794 47328 11241 10092 47329 14043 16795 47330 5575 16794 47331 14043 16795 47332 14734 2778 47333 5575 16794 47334 6496 2795 47335 14058 16796 47336 5575 16794 47337 14058 16796 47338 17321 10093 47339 5576 16797 47340 14058 16796 47341 14736 2790 47342 5576 16797 47343 6498 2789 47344 14056 16798 47345 5576 16797 47346 14056 16798 47347 17323 10101 47348 5576 16797 47349 11234 10100 47350 14058 16796 47351 5577 16799 47352 14056 16798 47353 14743 2788 47354 5577 16799 47355 6499 2784 47356 7286 2865 47357 5577 16799 47358 7286 2865 47359 15161 16800 47360 5577 16799 47361 14022 16801 47362 14056 16798 47363 5578 16802 47364 6508 2586 47365 14739 2585 47366 5578 16802 47367 14057 16803 47368 11235 10109 47369 5578 16802 47370 11235 10109 47371 17324 10108 47372 5578 16802 47373 14055 16804 47374 6508 2586 47375 5579 16805 47376 19042 16806 47377 6520 3332 47378 5579 16805 47379 6520 3332 47380 14761 2830 47381 5579 16805 47382 14054 16807 47383 14023 16808 47384 5579 16805 47385 14023 16808 47386 19042 16806 47387 5580 16809 47388 13958 16810 47389 6529 3715 47390 5580 16809 47391 19031 16811 47392 13962 16812 47393 5580 16809 47394 13962 16812 47395 15641 16813 47396 5581 16814 47397 13963 16815 47398 15642 5775 47399 5581 16814 47400 8091 5774 47401 13962 16812 47402 5581 16814 47403 13962 16812 47404 19030 16816 47405 5582 16817 47406 19034 16818 47407 6524 2642 47408 5582 16817 47409 6524 2642 47410 14741 16819 47411 5582 16817 47412 13959 16820 47413 13963 16815 47414 5582 16817 47415 13963 16815 47416 19033 16821 47417 5583 16822 47418 13964 16823 47419 13960 16824 47420 5583 16822 47421 13960 16824 47422 14742 2640 47423 5584 16825 47424 6543 16826 47425 14767 2670 47426 5584 16825 47427 6544 2674 47428 13966 16827 47429 5584 16825 47430 13966 16827 47431 13965 16828 47432 5585 16829 47433 6546 2677 47434 14753 2587 47435 5585 16829 47436 14055 16804 47437 11236 10180 47438 5585 16829 47439 11236 10180 47440 17332 10179 47441 5585 16829 47442 14053 16830 47443 6546 2677 47444 5586 16831 47445 6553 2691 47446 14773 2678 47447 5586 16831 47448 14053 16830 47449 17332 10179 47450 5586 16831 47451 11237 10197 47452 14052 16832 47453 5586 16831 47454 14052 16832 47455 14777 2692 47456 5587 16833 47457 14025 16834 47458 7283 4093 47459 5587 16833 47460 7283 4093 47461 14776 2701 47462 5587 16833 47463 6559 2700 47464 14051 16835 47465 5587 16833 47466 14051 16835 47467 17334 16836 47468 5588 16837 47469 6560 2706 47470 14052 16832 47471 5588 16837 47472 14052 16832 47473 17333 16838 47474 5588 16837 47475 14026 16839 47476 7282 16840 47477 5588 16837 47478 7282 16840 47479 14781 16841 47480 5589 16842 47481 11238 10227 47482 14051 16835 47483 5589 16842 47484 14051 16835 47485 14780 2703 47486 5589 16842 47487 6566 2714 47488 14050 16843 47489 5589 16842 47490 14050 16843 47491 11238 10227 47492 5590 16844 47493 13965 16828 47494 15724 16845 47495 5590 16844 47496 8197 5857 47497 15643 5856 47498 5591 16846 47499 6589 2808 47500 14048 16847 47501 5591 16846 47502 14048 16847 47503 17336 16848 47504 5591 16846 47505 14027 16849 47506 7281 2991 47507 5591 16846 47508 7281 2991 47509 14798 2960 47510 5592 16850 47511 11239 10272 47512 14054 16807 47513 5592 16850 47514 14054 16807 47515 6596 2839 47516 5592 16850 47517 6596 2839 47518 14047 16851 47519 5592 16850 47520 14047 16851 47521 11239 10272 47522 5593 16852 47523 14028 16853 47524 15162 16854 47525 5593 16852 47526 7285 16855 47527 6621 3341 47528 5593 16852 47529 6621 3341 47530 14819 3356 47531 5593 16852 47532 14046 16856 47533 17339 10561 47534 5594 16857 47535 7287 2856 47536 14735 2896 47537 5594 16857 47538 6657 2891 47539 14045 16858 47540 5594 16857 47541 14045 16858 47542 17340 10847 47543 5594 16857 47544 14029 16859 47545 7287 2856 47546 5595 16860 47547 14047 16851 47548 6714 2989 47549 5595 16860 47550 6714 2989 47551 14856 2988 47552 5595 16860 47553 6717 3243 47554 14044 16861 47555 5595 16860 47556 14044 16861 47557 14047 16851 47558 5596 16862 47559 14046 16856 47560 6751 3355 47561 5596 16862 47562 6751 3355 47563 14104 16863 47564 5596 16862 47565 14104 16863 47566 11248 10562 47567 5596 16862 47568 11248 10562 47569 17339 10561 47570 5597 16864 47571 10658 10673 47572 14102 16865 47573 5597 16864 47574 14102 16865 47575 6803 16866 47576 5597 16864 47577 6803 16866 47578 14904 16867 47579 5598 16868 47580 14104 16863 47581 14876 3354 47582 5598 16868 47583 6802 3158 47584 14902 3157 47585 5598 16868 47586 6804 16869 47587 14102 16865 47588 5598 16868 47589 14102 16865 47590 16996 10677 47591 5599 16870 47592 6572 2779 47593 14043 16795 47594 5599 16870 47595 14043 16795 47596 17322 10843 47597 5599 16870 47598 14057 16803 47599 6573 2726 47600 5599 16870 47601 6573 2726 47602 14785 16871 47603 5600 16872 47604 14045 16858 47605 6886 3335 47606 5600 16872 47607 6886 3335 47608 14946 3339 47609 5600 16872 47610 14042 16873 47611 11242 10848 47612 5600 16872 47613 11242 10848 47614 17340 10847 47615 5601 16874 47616 14042 16873 47617 6885 3343 47618 5601 16874 47619 6885 3343 47620 14738 3342 47621 5601 16874 47622 7285 16855 47623 14030 16875 47624 5601 16874 47625 14030 16875 47626 17341 16876 47627 5602 16877 47628 6914 3387 47629 14957 16878 47630 5602 16877 47631 13969 16879 47632 13970 16880 47633 5602 16877 47634 13970 16880 47635 14959 3419 47636 5602 16877 47637 6913 3423 47638 6914 3387 47639 5603 16881 47640 13971 16882 47641 13968 16883 47642 5603 16881 47643 13968 16883 47644 19038 16884 47645 5603 16881 47646 6920 3391 47647 6921 3404 47648 5603 16881 47649 6921 3404 47650 14963 3399 47651 5604 16885 47652 6915 16886 47653 14956 16887 47654 5604 16885 47655 13967 16888 47656 19103 16889 47657 5604 16885 47658 13971 16882 47659 6922 3398 47660 5604 16885 47661 6922 3398 47662 6915 16886 47663 5605 16890 47664 13973 16891 47665 13972 16892 47666 5605 16890 47667 13972 16892 47668 14823 2801 47669 5605 16890 47670 6632 2800 47671 7009 3593 47672 5605 16890 47673 7009 3593 47674 13973 16891 47675 5606 16893 47676 6633 2806 47677 14823 2801 47678 5606 16893 47679 13972 16892 47680 13974 16894 47681 5606 16893 47682 13974 16894 47683 15012 16895 47684 5606 16893 47685 7020 16896 47686 14797 2807 47687 5607 16897 47688 14048 16847 47689 7020 16896 47690 5607 16897 47691 7020 16896 47692 15012 16895 47693 5607 16897 47694 7278 16898 47695 14031 16899 47696 5607 16897 47697 14031 16899 47698 17336 16848 47699 5608 16900 47700 11226 16901 47701 13973 16891 47702 5608 16900 47703 13973 16891 47704 15006 16902 47705 5608 16900 47706 7028 3610 47707 15016 3649 47708 5608 16900 47709 13975 16903 47710 11226 16901 47711 5609 16904 47712 7036 3625 47713 15011 3572 47714 5609 16904 47715 7291 4095 47716 14059 16905 47717 5609 16904 47718 14059 16905 47719 17342 16906 47720 5609 16904 47721 14041 16907 47722 7036 3625 47723 5610 16908 47724 11228 11685 47725 17314 16909 47726 5610 16908 47727 13975 16903 47728 7049 3648 47729 5610 16908 47730 7049 3648 47731 15027 16910 47732 5610 16908 47733 13976 16911 47734 11228 11685 47735 5611 16912 47736 11247 11189 47737 17343 11188 47738 5611 16912 47739 14040 16913 47740 7061 3662 47741 5611 16912 47742 7061 3662 47743 15038 3661 47744 5611 16912 47745 14035 16914 47746 11247 11189 47747 5612 16915 47748 14041 16907 47749 11246 11194 47750 5612 16915 47751 11246 11194 47752 14035 16914 47753 5612 16915 47754 14035 16914 47755 15038 3661 47756 5612 16915 47757 7062 3660 47758 14041 16907 47759 5613 16916 47760 11243 11202 47761 17344 11201 47762 5613 16916 47763 14039 16917 47764 7063 3665 47765 5613 16916 47766 7063 3665 47767 15030 16918 47768 5613 16916 47769 14040 16913 47770 11243 11202 47771 5614 16919 47772 11244 11211 47773 17345 11210 47774 5614 16919 47775 14038 16920 47776 15032 3677 47777 5614 16919 47778 7064 3669 47779 15031 3666 47780 5614 16919 47781 14039 16917 47782 11244 11211 47783 5615 16921 47784 7065 3673 47785 15033 16922 47786 5615 16921 47787 7277 16923 47788 14032 16924 47789 5615 16921 47790 14032 16924 47791 17346 16925 47792 5615 16921 47793 14037 16926 47794 7065 3673 47795 5616 16927 47796 7066 3678 47797 14038 16920 47798 5616 16927 47799 14038 16920 47800 17345 11210 47801 5616 16927 47802 14033 16928 47803 15185 16929 47804 5616 16927 47805 7277 16923 47806 15033 16922 47807 5617 16930 47808 7048 3652 47809 7058 3683 47810 5617 16930 47811 7058 3683 47812 15035 3682 47813 5617 16930 47814 13980 16931 47815 13978 16932 47816 5617 16930 47817 13978 16932 47818 15027 16910 47819 5618 16933 47820 13980 16931 47821 7059 16934 47822 5618 16933 47823 7059 16934 47824 15029 16935 47825 5618 16933 47826 13977 16936 47827 17318 16937 47828 5618 16933 47829 11232 16938 47830 17320 16939 47831 5619 16940 47832 13981 16941 47833 15036 16942 47834 5619 16940 47835 13979 16943 47836 13976 16911 47837 5619 16940 47838 13976 16911 47839 15027 16910 47840 5619 16940 47841 13978 16932 47842 17320 16939 47843 5620 16944 47844 7067 3681 47845 14036 16945 47846 5620 16944 47847 14036 16945 47848 17347 16946 47849 5620 16944 47850 14034 16947 47851 7059 16934 47852 5620 16944 47853 7059 16934 47854 15035 3682 47855 5621 16948 47856 7068 3685 47857 15034 3674 47858 5621 16948 47859 14037 16926 47860 11245 11247 47861 5621 16948 47862 11245 11247 47863 14036 16945 47864 5621 16948 47865 14036 16945 47866 7068 3685 47867 5622 16949 47868 13961 16950 47869 19040 16951 47870 5622 16949 47871 19041 16952 47872 7094 3718 47873 5622 16949 47874 7094 3718 47875 15045 16953 47876 5622 16949 47877 13984 16954 47878 13961 16950 47879 5623 16955 47880 7103 3761 47881 15057 16956 47882 5623 16955 47883 13993 16957 47884 13998 16958 47885 5623 16955 47886 13998 16958 47887 7106 3783 47888 5623 16955 47889 7106 3783 47890 7103 3761 47891 5624 16959 47892 13999 16960 47893 13994 16961 47894 5624 16959 47895 13994 16961 47896 15059 16962 47897 5624 16959 47898 7112 16963 47899 7113 3800 47900 5624 16959 47901 7113 3800 47902 13999 16960 47903 5625 16964 47904 7112 16963 47905 13995 16965 47906 5625 16964 47907 13995 16965 47908 16269 16966 47909 5625 16964 47910 14000 16967 47911 7114 3805 47912 5625 16964 47913 7114 3805 47914 15067 3801 47915 5626 16968 47916 9244 7914 47917 16270 16969 47918 5626 16968 47919 14001 16970 47920 7176 3898 47921 5626 16968 47922 7176 3898 47923 15106 3903 47924 5626 16968 47925 14002 16971 47926 9244 7914 47927 5627 16972 47928 14003 16973 47929 9246 7917 47930 5627 16972 47931 9246 7917 47932 16273 7916 47933 5627 16972 47934 14002 16971 47935 15106 3903 47936 5627 16972 47937 7179 3902 47938 15107 3926 47939 5628 16974 47940 7190 16975 47941 13997 16976 47942 5628 16974 47943 13997 16976 47944 14004 16977 47945 5628 16974 47946 14004 16977 47947 15112 3918 47948 5628 16974 47949 7189 3923 47950 15113 3938 47951 5629 16978 47952 13996 16979 47953 7191 16980 47954 5629 16978 47955 7191 16980 47956 15111 3945 47957 5629 16978 47958 7186 3919 47959 14004 16977 47960 5629 16978 47961 14004 16977 47962 16275 16981 47963 5630 16982 47964 9247 7922 47965 14006 16983 47966 5630 16982 47967 14006 16983 47968 15109 3957 47969 5630 16982 47970 7181 3909 47971 14005 16984 47972 5630 16982 47973 14005 16984 47974 16274 7923 47975 5631 16985 47976 14007 16986 47977 9249 7926 47978 5631 16985 47979 9249 7926 47980 14005 16984 47981 5631 16985 47982 14005 16984 47983 15108 3908 47984 5631 16985 47985 7184 3913 47986 15110 3950 47987 5632 16987 47988 13998 16958 47989 16271 7910 47990 5632 16987 47991 9242 7909 47992 14003 16973 47993 5632 16987 47994 14003 16973 47995 7192 3925 47996 5632 16987 47997 7192 3925 47998 15062 3784 47999 5633 16988 48000 13992 16989 48001 15056 3759 48002 5633 16988 48003 7105 3758 48004 15061 3778 48005 5633 16988 48006 7194 3931 48007 14001 16970 48008 5633 16988 48009 14001 16970 48010 13992 16989 48011 5634 16990 48012 14000 16967 48013 13991 16991 48014 5634 16990 48015 13991 16991 48016 15055 16992 48017 5634 16990 48018 7190 16975 48019 7196 3937 48020 5634 16990 48021 7196 3937 48022 15068 3806 48023 5635 16993 48024 13990 16994 48025 16268 16995 48026 5635 16993 48027 13999 16960 48028 15066 3799 48029 5635 16993 48030 7198 3943 48031 7191 16980 48032 5635 16993 48033 7191 16980 48034 15054 16996 48035 5636 16997 48036 7110 3773 48037 13989 16998 48038 5636 16997 48039 13989 16998 48040 16267 7927 48041 5636 16997 48042 14007 16986 48043 7200 3949 48044 5636 16997 48045 7200 3949 48046 15065 3794 48047 5637 16999 48048 13988 17000 48049 15052 17001 48050 5637 16999 48051 7109 3765 48052 15063 3789 48053 5637 16999 48054 7202 3955 48055 14006 16983 48056 5637 16999 48057 14006 16983 48058 16266 17002 48059 5638 17003 48060 9724 8864 48061 14012 17004 48062 5638 17003 48063 14012 17004 48064 15138 4024 48065 5638 17003 48066 7215 3987 48067 14011 17005 48068 5638 17003 48069 14011 17005 48070 16489 8865 48071 5639 17006 48072 14014 17007 48073 14011 17005 48074 5639 17006 48075 14011 17005 48076 15123 3991 48077 5639 17006 48078 7219 4001 48079 7217 3995 48080 5639 17006 48081 7217 3995 48082 15141 3994 48083 5640 17008 48084 14012 17004 48085 9721 8859 48086 5640 17008 48087 9721 8859 48088 14013 17009 48089 5640 17008 48090 14013 17009 48091 15140 17010 48092 5640 17008 48093 7243 4025 48094 14012 17004 48095 5641 17011 48096 14013 17009 48097 16488 8858 48098 5641 17011 48099 14015 17012 48100 15142 17013 48101 5641 17011 48102 7245 3978 48103 7244 4029 48104 5641 17011 48105 7244 4029 48106 15140 17010 48107 5642 17014 48108 7252 17015 48109 14017 17016 48110 5642 17014 48111 14017 17016 48112 16545 17017 48113 5643 17018 48114 14018 17019 48115 9845 9066 48116 5643 17018 48117 9845 9066 48118 16544 9062 48119 5644 17020 48120 14020 17021 48121 16543 17022 48122 5644 17020 48123 14016 17023 48124 7251 4031 48125 5645 17024 48126 14019 17025 48127 16544 9062 48128 5645 17024 48129 9843 9061 48130 14020 17021 48131 5646 17026 48132 6915 16886 48133 14960 3397 48134 5646 17026 48135 6916 3420 48136 13970 16880 48137 5649 17027 48138 14069 17028 48139 14479 17029 48140 5650 17030 48141 7296 17031 48142 14480 17032 48143 5653 17033 48144 14081 17034 48145 15194 17035 48146 5654 17036 48147 14079 17037 48148 14481 17038 48149 5655 17039 48150 9937 17040 48151 16573 17041 48152 5657 17042 48153 14085 17043 48154 14770 17044 48155 5657 17042 48156 14086 17045 48157 9946 9159 48158 5657 17042 48159 9946 9159 48160 16579 17046 48161 5657 17042 48162 9947 17047 48163 14085 17043 48164 5658 17048 48165 14087 17049 48166 14770 17044 48167 5659 17050 48168 14086 17045 48169 14770 17044 48170 5659 17050 48171 14088 17051 48172 9949 9168 48173 5659 17050 48174 9949 9168 48175 16580 17052 48176 5659 17050 48177 9950 9164 48178 16576 9160 48179 5660 17053 48180 14088 17051 48181 14770 17044 48182 5660 17053 48183 14089 17054 48184 14088 17051 48185 5661 17055 48186 14090 17056 48187 14772 17057 48188 5662 17058 48189 7301 17059 48190 14772 17057 48191 5662 17058 48192 14090 17056 48193 14092 17060 48194 5663 17061 48195 14091 17062 48196 14772 17057 48197 5663 17061 48198 14093 17063 48199 16583 17064 48200 5663 17061 48201 9953 9171 48202 14091 17062 48203 5664 17065 48204 14105 17066 48205 15186 17067 48206 5664 17065 48207 14063 17068 48208 7332 17069 48209 5664 17065 48210 7332 17069 48211 15173 4121 48212 5664 17065 48213 7327 4137 48214 14105 17066 48215 5665 17070 48216 7302 17071 48217 14772 17057 48218 5666 17072 48219 14106 17073 48220 15187 17074 48221 5666 17072 48222 7292 17075 48223 14105 17066 48224 5666 17072 48225 14105 17066 48226 15169 4134 48227 5666 17072 48228 7328 4133 48229 14106 17073 48230 5667 17076 48231 7330 4142 48232 14064 17077 48233 5667 17076 48234 14064 17077 48235 15187 17074 48236 5667 17076 48237 14106 17073 48238 7331 4126 48239 5667 17076 48240 7331 4126 48241 15170 4131 48242 5668 17078 48243 7332 17069 48244 15179 17079 48245 5668 17078 48246 14065 17080 48247 14107 17081 48248 5668 17078 48249 14107 17081 48250 15175 4115 48251 5668 17078 48252 7333 4122 48253 7332 17069 48254 5669 17082 48255 14107 17081 48256 14066 17083 48257 5669 17082 48258 14066 17083 48259 15178 17084 48260 5669 17082 48261 7335 4139 48262 7334 4116 48263 5669 17082 48264 7334 4116 48265 15175 4115 48266 5670 17085 48267 14094 17086 48268 14769 17087 48269 5670 17085 48270 14095 17088 48271 9959 9180 48272 5670 17085 48273 9959 9180 48274 16587 17089 48275 5670 17085 48276 9960 9176 48277 14094 17086 48278 5671 17090 48279 14096 17091 48280 14769 17087 48281 5671 17090 48282 14094 17086 48283 14098 17092 48284 5671 17090 48285 14098 17092 48286 15199 17093 48287 5672 17094 48288 14095 17088 48289 14769 17087 48290 5672 17094 48291 14099 17095 48292 16585 9181 48293 5673 17096 48294 14097 17097 48295 14769 17087 48296 5673 17096 48297 14096 17091 48298 14100 17098 48299 5673 17096 48300 14100 17098 48301 15201 17099 48302 5673 17096 48303 14101 17100 48304 14097 17097 48305 5674 17101 48306 14120 17102 48307 8015 5518 48308 5674 17101 48309 8015 5518 48310 15597 5523 48311 5674 17101 48312 14119 17103 48313 15208 4162 48314 5674 17101 48315 7339 4159 48316 15209 4158 48317 5675 17104 48318 14119 17103 48319 15597 5523 48320 5675 17104 48321 8016 5522 48322 14121 17105 48323 5675 17104 48324 14121 17105 48325 15210 4164 48326 5675 17104 48327 7340 4163 48328 14119 17103 48329 5676 17106 48330 14123 17107 48331 15590 5528 48332 5676 17106 48333 8019 5527 48334 15599 17108 48335 5677 17109 48336 14122 17110 48337 14116 17111 48338 5677 17109 48339 14116 17111 48340 15203 17112 48341 5678 17113 48342 14125 17114 48343 15592 17115 48344 5678 17113 48345 8023 5537 48346 15601 5536 48347 5679 17116 48348 14124 17117 48349 8024 5541 48350 5679 17116 48351 8024 5541 48352 15594 5540 48353 5680 17118 48354 14114 17119 48355 7400 17120 48356 5680 17118 48357 7400 17120 48358 7392 17121 48359 5680 17118 48360 7392 17121 48361 15251 17122 48362 5680 17118 48363 14127 17123 48364 14114 17119 48365 5681 17124 48366 7401 17125 48367 14115 17126 48368 5681 17124 48369 14115 17126 48370 15598 17127 48371 5681 17124 48372 14127 17123 48373 7393 17128 48374 5681 17124 48375 7393 17128 48376 15252 17129 48377 5682 17130 48378 14118 17131 48379 14128 17132 48380 5682 17130 48381 7402 4264 48382 15207 17133 48383 5683 17134 48384 14117 17135 48385 7404 17136 48386 5683 17134 48387 14129 17137 48388 15600 17138 48389 5684 17139 48390 14130 17140 48391 8021 5532 48392 5684 17139 48393 8021 5532 48394 14129 17137 48395 5685 17141 48396 14121 17105 48397 15596 17142 48398 5685 17141 48399 14113 17143 48400 7401 17125 48401 5685 17141 48402 7401 17125 48403 15252 17129 48404 5685 17141 48405 7405 4267 48406 14121 17105 48407 5686 17144 48408 14112 17145 48409 15595 5519 48410 5686 17144 48411 14120 17102 48412 7406 4272 48413 5686 17144 48414 7406 4272 48415 15250 17146 48416 5686 17144 48417 7400 17120 48418 14112 17145 48419 5687 17147 48420 14126 17148 48421 14111 17149 48422 5687 17147 48423 14111 17149 48424 15204 17150 48425 5688 17151 48426 8009 5513 48427 14125 17114 48428 5688 17151 48429 14128 17132 48430 15593 5514 48431 5689 17152 48432 7341 17153 48433 14110 17154 48434 5689 17152 48435 14110 17154 48436 15591 5533 48437 5690 17155 48438 14109 17156 48439 14123 17107 48440 5690 17155 48441 7404 17136 48442 15202 17157 48443 5691 17158 48444 9605 8653 48445 14132 17159 48446 5691 17158 48447 14132 17159 48448 15265 17160 48449 5691 17158 48450 7412 17161 48451 14131 17162 48452 5691 17158 48453 14131 17162 48454 16428 8654 48455 5692 17163 48456 14133 17164 48457 14131 17162 48458 5692 17163 48459 14131 17162 48460 15253 4314 48461 5692 17163 48462 7416 4323 48463 7414 4318 48464 5692 17163 48465 7414 4318 48466 15268 4317 48467 5693 17165 48468 14132 17159 48469 14134 17166 48470 5693 17165 48471 14134 17166 48472 7434 4344 48473 5693 17165 48474 7434 4344 48475 15267 17167 48476 5693 17165 48477 7433 17168 48478 14132 17159 48479 5694 17169 48480 14135 17170 48481 7565 4529 48482 5694 17169 48483 7565 4529 48484 8006 5525 48485 5694 17169 48486 8006 5525 48487 14109 17156 48488 5694 17169 48489 14109 17156 48490 15202 17157 48491 5695 17171 48492 14136 17172 48493 7567 4523 48494 5695 17171 48495 7567 4523 48496 8007 5530 48497 5695 17171 48498 8007 5530 48499 15591 5533 48500 5695 17171 48501 14110 17154 48502 14136 17172 48503 5696 17173 48504 8011 5539 48505 7574 4549 48506 5696 17173 48507 7574 4549 48508 14137 17174 48509 5696 17173 48510 14137 17174 48511 15204 17150 48512 5696 17173 48513 14111 17149 48514 8011 5539 48515 5697 17175 48516 14138 17176 48517 15404 17177 48518 5697 17175 48519 7581 4582 48520 8012 5516 48521 5697 17175 48522 8012 5516 48523 15595 5519 48524 5697 17175 48525 14112 17145 48526 15205 17178 48527 5698 17179 48528 8013 5521 48529 7582 4574 48530 5698 17179 48531 7582 4574 48532 15405 17180 48533 5698 17179 48534 14139 17181 48535 15206 17182 48536 5698 17179 48537 14113 17143 48538 15596 17142 48539 5699 17183 48540 8017 17184 48541 15520 5070 48542 5699 17183 48543 7817 5069 48544 14138 17176 48545 5699 17183 48546 14138 17176 48547 15205 17178 48548 5699 17183 48549 14114 17119 48550 8017 17184 48551 5700 17185 48552 14139 17181 48553 15405 17180 48554 5700 17185 48555 7818 5074 48556 8017 17184 48557 5700 17185 48558 8017 17184 48559 15598 17127 48560 5700 17185 48561 14115 17126 48562 14139 17181 48563 5701 17186 48564 8018 5526 48565 7877 5196 48566 5701 17186 48567 7877 5196 48568 15348 17187 48569 5701 17186 48570 14136 17172 48571 15203 17112 48572 5701 17186 48573 14116 17111 48574 8018 5526 48575 5702 17188 48576 8020 5531 48577 7888 5231 48578 5702 17188 48579 7888 5231 48580 15396 4530 48581 5702 17188 48582 14135 17170 48583 14117 17135 48584 5702 17188 48585 14117 17135 48586 15600 17138 48587 5703 17189 48588 14140 17190 48589 7952 5368 48590 5703 17189 48591 7952 5368 48592 15400 4556 48593 5703 17189 48594 8010 5511 48595 14118 17131 48596 5703 17189 48597 14118 17131 48598 15207 17133 48599 5704 17191 48600 14137 17174 48601 15401 4548 48602 5704 17191 48603 7953 5374 48604 14140 17190 48605 5704 17191 48606 14140 17190 48607 7338 4263 48608 5704 17191 48609 7338 4263 48610 14137 17174 48611 5705 17192 48612 9879 17193 48613 15633 6449 48614 5706 17194 48615 13958 16810 48616 15641 16813 48617 5706 17194 48618 8156 5778 48619 8164 5768 48620 5706 17194 48621 8164 5768 48622 15701 6457 48623 5706 17194 48624 14143 17195 48625 13958 16810 48626 5707 17196 48627 8166 5783 48628 8158 5776 48629 5707 17196 48630 8158 5776 48631 15642 5775 48632 5707 17196 48633 13959 16820 48634 14144 17197 48635 5707 17196 48636 14144 17197 48637 15704 5788 48638 5708 17198 48639 6497 2641 48640 14145 17199 48641 5708 17198 48642 14145 17199 48643 15707 5794 48644 5708 17198 48645 8167 5786 48646 14144 17197 48647 5708 17198 48648 14144 17197 48649 14741 16819 48650 5709 17200 48651 13960 16824 48652 8161 6083 48653 5709 17200 48654 8161 6083 48655 15705 5882 48656 5709 17200 48657 8168 5790 48658 14145 17199 48659 5709 17200 48660 14145 17199 48661 14742 2640 48662 5710 17201 48663 9876 5806 48664 14152 17202 48665 5710 17201 48666 14152 17202 48667 14765 2654 48668 5710 17201 48669 7284 2653 48670 15176 17203 48671 5710 17201 48672 14185 17204 48673 16559 17205 48674 5711 17206 48675 6541 2663 48676 14152 17202 48677 5711 17206 48678 14152 17202 48679 15711 5805 48680 5711 17206 48681 8177 5816 48682 15712 5811 48683 5711 17206 48684 14151 17207 48685 14766 2664 48686 5712 17208 48687 14146 17209 48688 15713 6087 48689 5712 17208 48690 8173 6086 48691 15700 17210 48692 5712 17208 48693 8198 5858 48694 13966 16827 48695 5712 17208 48696 13966 16827 48697 14768 2673 48698 5713 17211 48699 14147 17212 48700 13912 16726 48701 5713 17211 48702 13912 16726 48703 14149 17213 48704 5714 17214 48705 8126 17215 48706 15680 17216 48707 5714 17214 48708 14148 17217 48709 13913 17218 48710 5714 17214 48711 13913 17218 48712 18738 16727 48713 5714 17214 48714 14147 17212 48715 8126 17215 48716 5715 17219 48717 8234 17220 48718 14150 17221 48719 5715 17219 48720 14150 17221 48721 18739 17222 48722 5716 17223 48723 9868 17224 48724 16557 17225 48725 5716 17223 48726 14191 17226 48727 14150 17221 48728 5716 17223 48729 14150 17221 48730 15749 5906 48731 5718 17227 48732 14154 17228 48733 8175 5799 48734 5718 17227 48735 8175 5799 48736 15709 5798 48737 5718 17227 48738 8184 6095 48739 14153 17229 48740 5718 17227 48741 14153 17229 48742 14764 2660 48743 5719 17230 48744 14154 17228 48745 6540 2659 48746 5719 17230 48747 6540 2659 48748 14766 2664 48749 5719 17230 48750 14151 17207 48751 8176 5810 48752 5719 17230 48753 8176 5810 48754 15710 5800 48755 5720 17231 48756 8178 6088 48757 15713 6087 48758 5720 17231 48759 14146 17209 48760 6545 2672 48761 5720 17231 48762 6545 2672 48763 14764 2660 48764 5720 17231 48765 14153 17229 48766 15715 6089 48767 5721 17232 48768 14155 17233 48769 15826 17234 48770 5721 17232 48771 8420 6294 48772 8421 17235 48773 5722 17236 48774 8421 17235 48775 15829 6293 48776 5722 17236 48777 8418 6291 48778 14156 17237 48779 5723 17238 48780 14156 17237 48781 15828 6290 48782 5723 17238 48783 8416 6287 48784 14157 17239 48785 5723 17238 48786 14157 17239 48787 19039 17240 48788 5724 17241 48789 14157 17239 48790 15827 6286 48791 5724 17241 48792 8414 6281 48793 15825 6273 48794 5725 17242 48795 8422 17243 48796 15824 6277 48797 5725 17242 48798 8413 6276 48799 14155 17233 48800 5725 17242 48801 19104 17244 48802 8422 17243 48803 5726 17245 48804 14158 17246 48805 8410 6272 48806 5726 17245 48807 8410 6272 48808 15824 6277 48809 5727 6068 48810 14189 17247 48811 8426 6069 48812 2778 6030 48813 12408 17248 48814 4764 6064 48815 2778 6030 48816 8293 6028 48817 12408 17248 48818 5729 17249 48819 14159 17250 48820 8330 5926 48821 5729 17249 48822 14149 17213 48823 18740 16731 48824 5730 17251 48825 14159 17250 48826 13914 16730 48827 5730 17251 48828 13914 16730 48829 18736 972 48830 5730 17251 48831 8246 5960 48832 15755 5927 48833 13982 6423 48834 1473 1353 48835 1496 17252 48836 1464 17253 48837 1470 1352 48838 13982 6423 48839 8493 1694 48840 1471 1399 48841 1498 17254 48842 3327 8075 48843 8595 8071 48844 1497 17255 48845 1499 17256 48846 1474 1400 48847 8493 1694 48848 5732 17257 48849 14142 17258 48850 18737 17259 48851 5732 17257 48852 14161 17260 48853 15872 17261 48854 5732 17257 48855 8516 6455 48856 8506 6445 48857 5732 17257 48858 8506 6445 48859 15681 6444 48860 5733 17262 48861 14141 17263 48862 15631 17264 48863 5733 17262 48864 13984 16954 48865 14162 17265 48866 5733 17262 48867 14162 17265 48868 15872 17261 48869 5733 17262 48870 14161 17260 48871 14141 17263 48872 5734 17266 48873 14162 17265 48874 15045 16953 48875 5734 17266 48876 7082 3717 48877 14740 3716 48878 5734 17266 48879 14143 17195 48880 8508 6456 48881 5734 17266 48882 8508 6456 48883 15872 17261 48884 5735 17267 48885 8495 6462 48886 9963 17268 48887 13986 1697 48888 1475 1367 48889 1466 17269 48890 5737 1695 48891 14173 17270 48892 9576 6593 48893 5737 1695 48894 9576 6593 48895 15864 17271 48896 5738 17272 48897 14163 17273 48898 8485 6418 48899 5738 17272 48900 8485 6418 48901 15860 17274 48902 13985 1699 48903 1472 1698 48904 1500 17275 48905 5739 17276 48906 9236 7921 48907 16014 7920 48908 5739 17276 48909 8669 6707 48910 14164 17277 48911 5739 17276 48912 14164 17277 48913 15052 17001 48914 5739 17276 48915 13988 17000 48916 16266 17002 48917 5740 17278 48918 14165 17279 48919 8671 6699 48920 5740 17278 48921 8671 6699 48922 16015 17280 48923 5740 17278 48924 9237 7925 48925 16267 7927 48926 5740 17278 48927 13989 16998 48928 15053 3772 48929 5741 17281 48930 14166 17282 48931 16018 17283 48932 5741 17281 48933 8677 6733 48934 9238 17284 48935 5741 17281 48936 9238 17284 48937 16268 16995 48938 5741 17281 48939 13990 16994 48940 15054 16996 48941 5742 17285 48942 9239 17286 48943 8678 6725 48944 5742 17285 48945 8678 6725 48946 16019 17287 48947 5742 17285 48948 14167 17288 48949 15055 16992 48950 5742 17285 48951 13991 16991 48952 16269 16966 48953 5743 17289 48954 9240 7913 48955 16022 17290 48956 5743 17289 48957 8685 6759 48958 14168 17291 48959 5743 17289 48960 14168 17291 48961 15056 3759 48962 5743 17289 48963 13992 16989 48964 16270 16969 48965 5744 17292 48966 14168 17291 48967 15979 6758 48968 5744 17292 48969 8938 7241 48970 14169 17293 48971 5744 17292 48972 14169 17293 48973 7100 3760 48974 5744 17292 48975 7100 3760 48976 15056 3759 48977 5745 17294 48978 14169 17293 48979 8939 7236 48980 5745 17294 48981 8939 7236 48982 15980 6752 48983 5745 17294 48984 9243 7905 48985 13993 16957 48986 5745 17294 48987 13993 16957 48988 15057 16956 48989 5746 17295 48990 14164 17277 48991 15964 6706 48992 5746 17295 48993 9026 7454 48994 16187 7450 48995 5746 17295 48996 14170 17296 48997 7101 3766 48998 5746 17295 48999 7101 3766 49000 14164 17277 49001 5747 17297 49002 14170 17296 49003 9027 7449 49004 5747 17297 49005 9027 7449 49006 15965 6700 49007 5747 17297 49008 14165 17279 49009 15053 3772 49010 5747 17297 49011 7102 3771 49012 14170 17296 49013 5748 17298 49014 9238 17284 49015 15971 6732 49016 5748 17298 49017 9116 7645 49018 14171 17299 49019 5748 17298 49020 14171 17299 49021 15059 16962 49022 5748 17298 49023 13994 16961 49024 9238 17284 49025 5749 17300 49026 14171 17299 49027 16220 7641 49028 5749 17300 49029 9117 7640 49030 15972 6726 49031 5749 17300 49032 9239 17286 49033 16269 16966 49034 5749 17300 49035 13995 16965 49036 14171 17299 49037 5750 17301 49038 9250 17302 49039 9132 7671 49040 5750 17301 49041 9132 7671 49042 14166 17282 49043 5750 17301 49044 14166 17282 49045 13996 16979 49046 5750 17301 49047 13996 16979 49048 16275 16981 49049 5751 17303 49050 14167 17288 49051 9133 7677 49052 5751 17303 49053 9133 7677 49054 16228 7676 49055 5751 17303 49056 9250 17302 49057 13997 16976 49058 5751 17303 49059 13997 16976 49060 15055 16992 49061 3325 17304 49062 9320 17305 49063 8492 17306 49064 5752 17307 49065 14172 8077 49066 8587 6623 49067 5752 17307 49068 8587 6623 49069 15861 6419 49070 1500 17275 49071 1472 1698 49072 13987 17308 49073 5753 8069 49074 8594 6627 49075 14172 8077 49076 5752 17307 49077 7204 17309 49078 1467 8078 49079 5753 8069 49080 8595 8071 49081 15937 8074 49082 1495 17310 49083 1468 1368 49084 13986 1697 49085 1466 17269 49086 1475 1367 49087 13985 1699 49088 5754 17311 49089 8588 17312 49090 9575 8598 49091 5754 17311 49092 9575 8598 49093 16415 6594 49094 5755 17313 49095 14174 17314 49096 9626 8729 49097 5755 17313 49098 9626 8729 49099 16454 8755 49100 5755 17313 49101 9604 8650 49102 14133 17164 49103 5755 17313 49104 14133 17164 49105 15268 4317 49106 5756 17315 49107 14177 17316 49108 16457 8758 49109 5756 17315 49110 9627 8725 49111 16436 8724 49112 5756 17315 49113 14174 17314 49114 15268 4317 49115 5756 17315 49116 7437 4316 49117 14177 17316 49118 5757 17317 49119 9606 8652 49120 16455 8754 49121 5757 17317 49122 9628 8721 49123 16437 8720 49124 5757 17317 49125 14175 17318 49126 14134 17166 49127 5757 17317 49128 14134 17166 49129 16429 17319 49130 5758 17320 49131 14175 17318 49132 9629 8716 49133 5758 17320 49134 9629 8716 49135 16456 8760 49136 5758 17320 49137 14176 17321 49138 15270 4306 49139 5758 17320 49140 7438 4346 49141 14175 17318 49142 5759 17322 49143 14176 17321 49144 9658 8759 49145 5759 17322 49146 9658 8759 49147 16457 8758 49148 5759 17322 49149 14177 17316 49150 15271 4302 49151 5759 17322 49152 7439 4301 49153 14176 17321 49154 5760 17323 49155 9887 8837 49156 9703 8802 49157 5760 17323 49158 9703 8802 49159 16476 8801 49160 5760 17323 49161 14194 17324 49162 14010 17325 49163 5760 17323 49164 14010 17325 49165 16485 17326 49166 5761 17327 49167 14194 17324 49168 16476 8801 49169 5761 17327 49170 9711 8819 49171 9885 8845 49172 5761 17327 49173 9885 8845 49174 14009 17328 49175 5761 17327 49176 14009 17328 49177 15114 17329 49178 5762 17330 49179 14178 17331 49180 9750 8968 49181 5762 17330 49182 9750 8968 49183 16520 9019 49184 5762 17330 49185 9723 8861 49186 14014 17007 49187 5762 17330 49188 14014 17007 49189 14178 17331 49190 5763 17332 49191 14180 17333 49192 16523 9022 49193 5763 17332 49194 9751 8964 49195 16498 8963 49196 5763 17332 49197 14178 17331 49198 7246 3993 49199 5763 17332 49200 7246 3993 49201 14180 17333 49202 5764 17334 49203 9722 8857 49204 16499 8958 49205 5764 17334 49206 9753 8957 49207 16522 8956 49208 5764 17334 49209 14179 17335 49210 14015 17012 49211 5764 17334 49212 14015 17012 49213 9722 8857 49214 5765 17336 49215 14179 17335 49216 9798 9023 49217 5765 17336 49218 9798 9023 49219 14180 17333 49220 5765 17336 49221 14180 17333 49222 15143 3975 49223 5765 17336 49224 7247 3974 49225 15142 17013 49226 5766 17337 49227 9842 9060 49228 9839 9054 49229 5766 17337 49230 9839 9054 49231 16537 17338 49232 5766 17337 49233 14181 17339 49234 14016 17023 49235 5766 17337 49236 14016 17023 49237 16543 17022 49238 5767 17340 49239 14182 17341 49240 9836 9046 49241 5767 17340 49242 9836 9046 49243 16540 9065 49244 5767 17340 49245 9846 9064 49246 16545 17017 49247 5767 17340 49248 14017 17016 49249 15145 4037 49250 5768 17342 49251 14183 17343 49252 16538 9039 49253 5768 17342 49254 9834 9043 49255 16539 9047 49256 5768 17342 49257 14182 17341 49258 7248 4036 49259 5768 17342 49260 7248 4036 49261 14183 17343 49262 5769 17344 49263 14181 17339 49264 16537 17338 49265 5769 17344 49266 9831 9040 49267 14183 17343 49268 5769 17344 49269 14183 17343 49270 15146 17345 49271 5769 17344 49272 7249 4033 49273 15144 4032 49274 5770 17346 49275 14197 17347 49276 9860 9094 49277 5770 17346 49278 9860 9094 49279 16552 9091 49280 5770 17346 49281 9866 9107 49282 14060 17348 49283 5770 17346 49284 14060 17348 49285 14197 17347 49286 5771 17349 49287 9867 17350 49288 16550 9070 49289 5771 17349 49290 9855 9069 49291 16546 9095 49292 5771 17349 49293 14197 17347 49294 15150 17351 49295 5771 17349 49296 14061 17352 49297 9867 17350 49298 5772 17353 49299 14196 17354 49300 16548 17355 49301 5772 17353 49302 9854 9073 49303 9867 17350 49304 5772 17353 49305 9867 17350 49306 16555 17356 49307 5772 17353 49308 14062 17357 49309 14196 17354 49310 5773 17358 49311 9922 9109 49312 9852 9098 49313 5773 17358 49314 9852 9098 49315 14195 17359 49316 5773 17358 49317 14195 17359 49318 14021 17360 49319 5773 17358 49320 14021 17360 49321 9922 9109 49322 5774 17361 49323 14195 17359 49324 16045 9097 49325 5774 17361 49326 9851 9076 49327 14196 17354 49328 5774 17361 49329 14196 17354 49330 15148 17362 49331 5774 17361 49332 7256 17363 49333 14195 17359 49334 5776 17364 49335 7475 4441 49336 14198 17365 49337 5776 17364 49338 14198 17365 49339 19044 17366 49340 5776 17364 49341 19044 17366 49342 14199 17367 49343 5776 17364 49344 14199 17367 49345 7475 4441 49346 5777 17368 49347 13910 17369 49348 18734 17370 49349 5778 17371 49350 7478 4447 49351 14201 17372 49352 5778 17371 49353 9923 17373 49354 7478 4447 49355 5779 17374 49356 13911 17375 49357 18735 17376 49358 5779 17374 49359 14202 17377 49360 18734 17370 49361 5780 17378 49362 14199 17367 49363 15189 17379 49364 5780 17378 49365 14201 17372 49366 15287 4442 49367 5781 17380 49368 14200 17381 49369 14202 17377 49370 5783 17382 49371 7481 4451 49372 14206 17383 49373 5783 17382 49374 14073 17384 49375 9924 17385 49376 5783 17382 49377 9924 17385 49378 7481 4451 49379 5784 17386 49380 14238 17387 49381 15272 17388 49382 5784 17386 49383 14207 17389 49384 18735 17376 49385 5786 17390 49386 9923 17373 49387 16564 17391 49388 5786 17390 49389 14206 17383 49390 15289 4448 49391 5787 17392 49392 14204 17393 49393 14207 17389 49394 5789 17394 49395 7484 4455 49396 14209 17395 49397 5789 17394 49398 9926 17396 49399 15293 4456 49400 5790 17397 49401 9966 17398 49402 15294 17399 49403 5790 17397 49404 14235 17400 49405 15272 17388 49406 5791 17401 49407 9927 17402 49408 9928 17403 49409 5792 17404 49410 9928 17403 49411 16569 17405 49412 5792 17404 49413 14209 17395 49414 15291 4452 49415 5793 17406 49416 14236 17407 49417 14235 17400 49418 5795 17408 49419 7487 4459 49420 14211 17409 49421 5795 17408 49422 19047 17410 49423 14212 17411 49424 5795 17408 49425 14212 17411 49426 15296 4460 49427 5796 17412 49428 7488 17413 49429 15297 17414 49430 5796 17412 49431 14213 17415 49432 14082 17416 49433 5796 17412 49434 9929 17417 49435 15294 17399 49436 5797 17418 49437 9926 17396 49438 16568 9149 49439 5797 17418 49440 14211 17409 49441 15293 4456 49442 5798 17419 49443 14210 17420 49444 15294 17399 49445 5799 17421 49446 9934 17422 49447 15297 17414 49448 5800 17423 49449 14215 17424 49450 9940 17425 49451 5800 17423 49452 9940 17425 49453 16572 9152 49454 5800 17423 49455 9933 9151 49456 15296 4460 49457 5801 17426 49458 14213 17415 49459 15297 17414 49460 5803 17427 49461 8308 6046 49462 15786 17428 49463 5803 17427 49464 9945 17429 49465 19115 17430 49466 5803 17427 49467 14216 17431 49468 15784 6047 49469 5804 17432 49470 8310 6052 49471 15790 6051 49472 5804 17432 49473 14217 17433 49474 19116 17434 49475 5804 17432 49476 19116 17434 49477 9945 17429 49478 5804 17432 49479 9945 17429 49480 15786 17428 49481 5805 17435 49482 8311 6050 49483 14220 17436 49484 5805 17435 49485 14220 17436 49486 19049 17437 49487 5805 17435 49488 14219 17438 49489 8311 6050 49490 5806 17439 49491 8425 17440 49492 14218 17441 49493 5806 17439 49494 14221 17442 49495 15831 17443 49496 5807 17444 49497 9951 9165 49498 16580 17052 49499 5807 17444 49500 9954 9172 49501 16583 17064 49502 5807 17444 49503 14218 17441 49504 9951 9165 49505 5808 17445 49506 14217 17433 49507 15790 6051 49508 5808 17445 49509 14219 17438 49510 19051 17446 49511 5808 17445 49512 14222 17447 49513 19117 17448 49514 5809 17449 49515 14222 17447 49516 19119 17450 49517 5809 17449 49518 19119 17450 49519 9952 9170 49520 5809 17449 49521 9952 9170 49522 16578 9169 49523 5810 6065 49524 14224 6058 49525 19056 17451 49526 5811 6063 49527 14227 6066 49528 19055 17452 49529 5811 6063 49530 19054 17453 49531 14223 17454 49532 5811 6063 49533 14223 17454 49534 8294 6031 49535 5812 6061 49536 8426 6069 49537 14225 17455 49538 5812 6061 49539 14225 17455 49540 19058 17456 49541 5812 6061 49542 19059 17457 49543 19057 17458 49544 5814 17459 49545 14220 17436 49546 15777 6010 49547 5814 17459 49548 14229 17460 49549 14220 17436 49550 5815 17461 49551 19118 17462 49552 14229 17460 49553 5815 17461 49554 19061 17463 49555 14226 17464 49556 5816 17465 49557 14226 17464 49558 19063 17466 49559 5816 17465 49560 19063 17466 49561 14230 17467 49562 5817 17468 49563 14221 17442 49564 14230 17467 49565 5817 17468 49566 14230 17467 49567 19062 17469 49568 5817 17468 49569 14225 17455 49570 15831 17443 49571 5818 17470 49572 8305 6042 49573 15784 6047 49574 5818 17470 49575 9957 17471 49576 19120 17472 49577 5818 17470 49578 14231 17473 49579 8305 6042 49580 5819 17474 49581 8304 6233 49582 14231 17473 49583 5819 17474 49584 9955 9174 49585 8304 6233 49586 5820 17475 49587 9948 9158 49588 9956 9182 49589 5820 17475 49590 14232 17476 49591 16579 17046 49592 5821 17477 49593 9947 17047 49594 16579 17046 49595 5821 17477 49596 14232 17476 49597 19122 17478 49598 5821 17477 49599 9958 17479 49600 9947 17047 49601 5822 17480 49602 19114 17481 49603 16575 17482 49604 5823 17483 49605 9957 17471 49606 15784 6047 49607 5824 17484 49608 10243 9732 49609 16768 11660 49610 5824 17484 49611 13956 16792 49612 14476 17485 49613 5824 17484 49614 14239 17486 49615 16795 17487 49616 5824 17484 49617 10287 9819 49618 10243 9732 49619 5825 17488 49620 14239 17486 49621 14476 17485 49622 5825 17488 49623 13957 16793 49624 10289 9825 49625 5825 17488 49626 10289 9825 49627 16796 9821 49628 5825 17488 49629 10286 9820 49630 16795 17487 49631 5826 17489 49632 10414 10301 49633 16862 10307 49634 5826 17489 49635 11251 10102 49636 14022 16801 49637 5826 17489 49638 14022 16801 49639 15161 16800 49640 5826 17489 49641 14341 17490 49642 10414 10301 49643 5827 17491 49644 14023 16808 49645 11254 10271 49646 5827 17491 49647 11254 10271 49648 16880 10348 49649 5828 17492 49650 14246 17493 49651 12052 13341 49652 5828 17492 49653 12052 13341 49654 17794 13340 49655 5828 17492 49656 14242 17494 49657 19069 17495 49658 5828 17492 49659 19069 17495 49660 19070 17496 49661 5829 17497 49662 14243 17498 49663 19071 17499 49664 5829 17497 49665 14242 17494 49666 12053 13353 49667 5829 17497 49668 12053 13353 49669 17795 13352 49670 5830 17500 49671 14243 17498 49672 14240 17501 49673 5830 17500 49674 14240 17501 49675 16861 17502 49676 5831 17503 49677 10440 17504 49678 14241 17505 49679 5831 17503 49680 14241 17505 49681 17806 13368 49682 5832 17506 49683 14244 17507 49684 19074 17508 49685 5832 17506 49686 19075 17509 49687 14245 17510 49688 5832 17506 49689 14245 17510 49690 17806 13368 49691 5832 17506 49692 12062 13367 49693 14244 17507 49694 5833 17511 49695 10448 10169 49696 16884 10175 49697 5833 17511 49698 14248 17512 49699 14247 17513 49700 5834 17514 49701 10449 10167 49702 16885 17515 49703 5834 17514 49704 14344 17516 49705 7274 2655 49706 5834 17514 49707 7274 2655 49708 15171 17517 49709 5834 17514 49710 19147 17518 49711 10449 10167 49712 5835 17519 49713 10450 10164 49714 19065 17520 49715 5835 17519 49716 19065 17520 49717 14247 17513 49718 5835 17519 49719 14247 17513 49720 17864 13638 49721 5835 17519 49722 14249 17521 49723 10450 10164 49724 5836 17522 49725 14251 17523 49726 16887 10173 49727 5836 17522 49728 10453 10172 49729 16883 10171 49730 5836 17522 49731 10454 17524 49732 14250 17525 49733 5836 17522 49734 14250 17525 49735 14251 17523 49736 5837 17526 49737 14248 17512 49738 10452 10174 49739 5837 17526 49740 10452 10174 49741 16887 10173 49742 5837 17526 49743 14251 17523 49744 17880 17527 49745 5837 17526 49746 12162 13666 49747 17864 13638 49748 5838 17528 49749 14345 17529 49750 14025 16834 49751 5838 17528 49752 14025 16834 49753 17334 16836 49754 5838 17528 49755 11258 10226 49756 10468 10209 49757 5838 17528 49758 10468 10209 49759 16896 10208 49760 5839 17530 49761 11257 10196 49762 10469 10216 49763 5839 17530 49764 10469 10216 49765 16901 17531 49766 5839 17530 49767 14346 17532 49768 14026 16839 49769 5839 17530 49770 14026 16839 49771 17333 16838 49772 5840 17533 49773 10454 17524 49774 19076 17534 49775 5840 17533 49776 19076 17534 49777 19074 17508 49778 5840 17533 49779 14244 17507 49780 17796 13652 49781 5840 17533 49782 14252 17535 49783 16888 17536 49784 5841 17537 49785 11260 17538 49786 10497 10324 49787 5841 17537 49788 10497 10324 49789 16918 10464 49790 5841 17537 49791 14347 17539 49792 14027 16849 49793 5841 17537 49794 14027 16849 49795 17336 16848 49796 5842 17540 49797 14342 17541 49798 15162 16854 49799 5842 17540 49800 14028 16853 49801 17339 10561 49802 5842 17540 49803 11262 10560 49804 16939 10868 49805 5842 17540 49806 10529 10858 49807 14342 17541 49808 5843 17542 49809 7275 2858 49810 15160 2857 49811 5843 17542 49812 14340 17543 49813 10563 10399 49814 5843 17542 49815 10563 10399 49816 16950 10406 49817 5843 17542 49818 14348 17544 49819 7275 2858 49820 5844 17545 49821 7276 2864 49822 15183 2863 49823 5844 17545 49824 14348 17544 49825 10564 10405 49826 5844 17545 49827 10564 10405 49828 16857 10302 49829 5844 17545 49830 14341 17490 49831 7276 2864 49832 5845 17546 49833 10565 10392 49834 16855 10400 49835 5845 17546 49836 14340 17543 49837 14029 16859 49838 5845 17546 49839 14029 16859 49840 17340 10847 49841 5845 17546 49842 11263 10846 49843 10565 10392 49844 5846 17547 49845 7279 2993 49846 15182 2992 49847 5846 17547 49848 14347 17539 49849 10620 10491 49850 5846 17547 49851 10620 10491 49852 14253 17548 49853 5846 17547 49854 14253 17548 49855 7279 2993 49856 5847 17549 49857 10622 10492 49858 11261 10273 49859 5847 17549 49860 11261 10273 49861 14044 16861 49862 5847 17549 49863 14044 16861 49864 14254 17550 49865 5847 17549 49866 14254 17550 49867 16976 10493 49868 5848 17551 49869 14255 17552 49870 14253 17548 49871 5848 17551 49872 14253 17548 49873 16977 10495 49874 5848 17551 49875 10746 10749 49876 10749 17553 49877 5848 17551 49878 10749 17553 49879 17043 17554 49880 5849 17555 49881 14256 17556 49882 6716 3238 49883 5849 17555 49884 6716 3238 49885 14255 17552 49886 5849 17555 49887 14255 17552 49888 10750 17557 49889 5849 17555 49890 10750 17557 49891 17044 17558 49892 5850 17559 49893 10748 10750 49894 16976 10493 49895 5850 17559 49896 14254 17550 49897 14256 17556 49898 5850 17559 49899 14256 17556 49900 17044 17558 49901 5850 17559 49902 10751 17560 49903 10748 10750 49904 5851 17561 49905 10792 10856 49906 11265 10849 49907 5851 17561 49908 11265 10849 49909 17341 16876 49910 5851 17561 49911 14030 16875 49912 14342 17541 49913 5851 17561 49914 14342 17541 49915 16858 10857 49916 5852 17562 49917 10819 17563 49918 10818 10931 49919 5852 17562 49920 10818 10931 49921 17077 10927 49922 5853 17564 49923 14258 17565 49924 14261 17566 49925 5853 17564 49926 14261 17566 49927 10822 10921 49928 5853 17564 49929 10822 10921 49930 17076 10932 49931 5853 17564 49932 10819 17563 49933 14258 17565 49934 5854 17567 49935 12402 13872 49936 14262 17568 49937 5854 17567 49938 14262 17568 49939 17080 10913 49940 5854 17567 49941 10823 10915 49942 14261 17566 49943 5854 17567 49944 14261 17566 49945 17986 13873 49946 5855 17569 49947 14257 17570 49948 10825 10899 49949 5855 17569 49950 10825 10899 49951 17081 10907 49952 5855 17569 49953 10824 10909 49954 14262 17568 49955 5855 17569 49956 14262 17568 49957 17985 13871 49958 5856 17571 49959 10917 11104 49960 16943 10320 49961 5856 17571 49962 10541 10322 49963 16917 10325 49964 5856 17571 49965 14354 17572 49966 15012 16895 49967 5856 17571 49968 14355 17573 49969 10917 11104 49970 5857 17574 49971 14354 17572 49972 11260 17538 49973 5857 17574 49974 11260 17538 49975 17336 16848 49976 5857 17574 49977 14031 16899 49978 7278 16898 49979 5857 17574 49980 7278 16898 49981 15012 16895 49982 5858 17575 49983 14355 17573 49984 14335 17576 49985 5858 17575 49986 14335 17576 49987 11296 11175 49988 5858 17575 49989 11296 11175 49990 17134 11170 49991 5858 17575 49992 10933 11122 49993 17128 17577 49994 5859 17578 49995 14339 17579 49996 17130 11084 49997 5859 17578 49998 10943 11144 49999 11267 11195 50000 5859 17578 50001 11267 11195 50002 17342 16906 50003 5859 17578 50004 14059 16905 50005 14339 17579 50006 5860 17580 50007 14349 17581 50008 17152 17582 50009 5860 17580 50010 10975 11220 50011 11271 11245 50012 5860 17580 50013 11271 11245 50014 17346 16925 50015 5860 17580 50016 14032 16924 50017 14349 17581 50018 5861 17583 50019 11270 11209 50020 10976 11222 50021 5861 17583 50022 10976 11222 50023 17152 17582 50024 5861 17583 50025 14349 17581 50026 15185 16929 50027 5861 17583 50028 14033 16928 50029 17345 11210 50030 5862 17584 50031 14350 17585 50032 10977 11226 50033 5862 17584 50034 10977 11226 50035 17155 11233 50036 5862 17584 50037 11294 11232 50038 17318 16937 50039 5862 17584 50040 13977 16936 50041 15029 16935 50042 5863 17586 50043 11272 11246 50044 10979 11240 50045 5863 17586 50046 10979 11240 50047 17154 11227 50048 5863 17586 50049 14350 17585 50050 14034 16947 50051 5863 17586 50052 14034 16947 50053 17347 16946 50054 5864 17587 50055 10436 17588 50056 14264 17589 50057 5864 17587 50058 14264 17589 50059 18023 14042 50060 5864 17587 50061 14265 17590 50062 19080 17591 50063 5865 17592 50064 14265 17590 50065 12482 14041 50066 5865 17592 50067 12482 14041 50068 17793 14044 50069 5866 17593 50070 14271 17594 50071 17177 17595 50072 5866 17593 50073 11015 11318 50074 11018 11326 50075 5866 17593 50076 11018 11326 50077 14275 17596 50078 5866 17593 50079 14275 17596 50080 14271 17594 50081 5867 17597 50082 14272 17598 50083 11020 17599 50084 5867 17597 50085 11020 17599 50086 11019 11331 50087 5867 17597 50088 11019 11331 50089 14276 17600 50090 5867 17597 50091 14276 17600 50092 18430 17601 50093 5868 17602 50094 14273 17603 50095 14276 17600 50096 5868 17602 50097 14276 17600 50098 17184 17604 50099 5868 17602 50100 11022 11338 50101 11021 17605 50102 5868 17602 50103 11021 17605 50104 17172 17606 50105 5869 17607 50106 13236 15515 50107 14278 17608 50108 5869 17607 50109 14278 17608 50110 11023 11343 50111 5869 17607 50112 11023 11343 50113 14277 17609 50114 5869 17607 50115 14277 17609 50116 18432 15516 50117 5870 17610 50118 13237 15519 50119 14277 17609 50120 5870 17610 50121 14277 17609 50122 17187 11348 50123 5870 17610 50124 11024 11350 50125 14279 17611 50126 5870 17610 50127 14279 17611 50128 18428 15520 50129 5871 17612 50130 14280 17613 50131 14274 17614 50132 5871 17612 50133 14274 17614 50134 17179 17615 50135 5871 17612 50136 11103 11483 50137 11096 11462 50138 5871 17612 50139 11096 11462 50140 17231 11504 50141 5872 17616 50142 14282 17617 50143 13232 15507 50144 5872 17616 50145 13232 15507 50146 18431 15506 50147 5872 17616 50148 14281 17618 50149 11091 11452 50150 5872 17616 50151 11091 11452 50152 17229 11516 50153 5873 17619 50154 13234 15513 50155 14283 17620 50156 5873 17619 50157 14283 17620 50158 17230 11511 50159 5873 17619 50160 11094 11456 50161 17228 11453 50162 5873 17619 50163 14281 17618 50164 13234 15513 50165 5874 17621 50166 14270 17622 50167 18429 17623 50168 5874 17621 50169 14275 17596 50170 17182 11329 50171 5874 17621 50172 11105 11485 50173 11102 11476 50174 5874 17621 50175 11102 11476 50176 14270 17622 50177 5875 17624 50178 14269 17625 50179 14279 17611 50180 5875 17624 50181 14279 17611 50182 17188 11354 50183 5875 17624 50184 11109 11498 50185 11104 11481 50186 5875 17624 50187 11104 11481 50188 17173 17626 50189 5876 17627 50190 14278 17608 50191 18426 15502 50192 5876 17627 50193 13227 15501 50194 18427 15500 50195 5876 17627 50196 14280 17613 50197 11111 11503 50198 5876 17627 50199 11111 11503 50200 17186 11344 50201 5877 17628 50202 14268 17629 50203 11021 17605 50204 5877 17628 50205 11021 17605 50206 17185 11341 50207 5877 17628 50208 11113 11509 50209 14283 17620 50210 5877 17628 50211 14283 17620 50212 18425 15512 50213 5878 17630 50214 11020 17599 50215 17171 17631 50216 5878 17630 50217 14267 17632 50218 18424 17633 50219 5878 17630 50220 14282 17617 50221 11115 11515 50222 5878 17630 50223 11115 11515 50224 17183 11332 50225 5879 17634 50226 14294 17635 50227 11131 11534 50228 5879 17634 50229 11131 11534 50230 17249 11532 50231 5879 17634 50232 11136 11566 50233 14291 17636 50234 5879 17634 50235 14291 17636 50236 18641 17637 50237 5880 17638 50238 11132 11556 50239 14293 17639 50240 5880 17638 50241 14293 17639 50242 18641 17637 50243 5880 17638 50244 14291 17636 50245 11134 11560 50246 5880 17638 50247 11134 11560 50248 17247 11549 50249 5881 17640 50250 14295 17641 50251 11158 11553 50252 5881 17640 50253 11158 11553 50254 11159 11586 50255 5881 17640 50256 11159 11586 50257 17264 17642 50258 5881 17640 50259 14292 17643 50260 14295 17641 50261 5882 17644 50262 14296 17645 50263 18642 17646 50264 5882 17644 50265 14292 17643 50266 17264 17642 50267 5882 17644 50268 11160 11590 50269 11161 11537 50270 5882 17644 50271 11161 11537 50272 17267 17647 50273 5883 17648 50274 10820 10897 50275 14259 17649 50276 5883 17648 50277 14259 17649 50278 19124 17650 50279 5883 17648 50280 14260 17651 50281 10821 10926 50282 5883 17648 50283 10821 10926 50284 17078 10902 50285 5884 17652 50286 14345 17529 50287 10461 10191 50288 5884 17652 50289 10461 10191 50290 16876 10190 50291 5884 17652 50292 10920 11080 50293 14339 17579 50294 5884 17652 50295 14339 17579 50296 15180 4094 50297 5886 17653 50298 13885 17654 50299 14309 17655 50300 5887 17656 50301 14313 17657 50302 14312 17658 50303 5893 17659 50304 11209 17660 50305 16890 11663 50306 5893 17659 50307 14321 17661 50308 13898 17662 50309 5893 17659 50310 13898 17662 50311 18725 17663 50312 5893 17659 50313 14322 17664 50314 11209 17660 50315 5894 17665 50316 14321 17661 50317 16890 11663 50318 5894 17665 50319 13900 17666 50320 14321 17661 50321 5895 17667 50322 11211 11664 50323 16890 11663 50324 5895 17667 50325 11209 17660 50326 17304 17668 50327 5895 17667 50328 14323 17669 50329 11211 11664 50330 5896 17670 50331 11215 17671 50332 16892 11670 50333 5896 17670 50334 14324 17672 50335 13903 17673 50336 5896 17670 50337 13903 17673 50338 14325 17674 50339 5897 17675 50340 14324 17672 50341 16892 11670 50342 5898 17676 50343 11216 17677 50344 16892 11670 50345 5898 17676 50346 14327 17678 50347 18729 17679 50348 5898 17676 50349 14326 17680 50350 11216 17677 50351 5899 17681 50352 14328 17682 50353 16891 11673 50354 5900 17683 50355 11220 17684 50356 16891 11673 50357 5901 17685 50358 11219 17686 50359 16891 11673 50360 5902 17687 50361 11222 17688 50362 16889 11676 50363 5902 17687 50364 14331 17689 50365 13908 16722 50366 5902 17687 50367 13908 16722 50368 18733 17690 50369 5902 17687 50370 14333 17691 50371 11222 17688 50372 5903 17692 50373 14331 17689 50374 16889 11676 50375 5903 17692 50376 14334 17693 50377 14331 17689 50378 5904 17694 50379 14332 17695 50380 16889 11676 50381 5905 17696 50382 14335 17576 50383 13974 16894 50384 5905 17696 50385 13974 16894 50386 17313 17697 50387 5905 17696 50388 11226 16901 50389 17314 16909 50390 5905 17696 50391 11227 11684 50392 14335 17576 50393 5906 17698 50394 11231 11231 50395 17319 11230 50396 5906 17698 50397 14336 17699 50398 15036 16942 50399 5906 17698 50400 13981 16941 50401 17320 16939 50402 5906 17698 50403 11232 16938 50404 11231 11231 50405 5907 17700 50406 11229 11687 50407 13979 16943 50408 5907 17700 50409 13979 16943 50410 15036 16942 50411 5907 17700 50412 14336 17699 50413 17319 11230 50414 5907 17700 50415 11233 11249 50416 11229 11687 50417 5908 17701 50418 14358 17702 50419 14361 17703 50420 5908 17701 50421 14361 17703 50422 17373 11766 50423 5908 17701 50424 11311 11765 50425 17372 11769 50426 5908 17701 50427 11310 11734 50428 17367 11733 50429 5909 17704 50430 14303 17705 50431 17357 17706 50432 5909 17704 50433 11287 11730 50434 11285 11725 50435 5909 17704 50436 11285 11725 50437 17352 11709 50438 5909 17704 50439 14352 17707 50440 14303 17705 50441 5910 17708 50442 14304 17709 50443 11297 17710 50444 5910 17708 50445 11297 17710 50446 11288 11718 50447 5910 17708 50448 11288 11718 50449 14351 17711 50450 5910 17708 50451 14351 17711 50452 17294 17712 50453 5911 17713 50454 14305 17714 50455 14351 17711 50456 5911 17713 50457 14351 17711 50458 17350 11719 50459 5911 17713 50460 11289 11713 50461 11290 11729 50462 5911 17713 50463 11290 11729 50464 17356 11728 50465 5912 17715 50466 11198 17716 50467 17293 17717 50468 5912 17715 50469 14352 17707 50470 11291 11708 50471 5912 17715 50472 11291 11708 50473 17354 11703 50474 5912 17715 50475 14353 17718 50476 11198 17716 50477 5913 17719 50478 14306 17720 50479 14353 17718 50480 5913 17719 50481 14353 17718 50482 17354 11703 50483 5913 17719 50484 11292 11702 50485 11297 17710 50486 5913 17719 50487 11297 17710 50488 17355 17721 50489 5914 17722 50490 14362 17723 50491 14360 17724 50492 5914 17722 50493 14360 17724 50494 17371 17725 50495 5914 17722 50496 11381 11867 50497 11376 17726 50498 5914 17722 50499 11376 17726 50500 17414 17727 50501 5915 17728 50502 14364 17729 50503 11984 13108 50504 5915 17728 50505 11984 13108 50506 17754 13107 50507 5915 17728 50508 14363 17730 50509 11374 17731 50510 5915 17728 50511 11374 17731 50512 17412 17732 50513 5916 17733 50514 14359 17734 50515 11383 11897 50516 5916 17733 50517 11383 11897 50518 11375 17735 50519 5916 17733 50520 11375 17735 50521 17411 17736 50522 5916 17733 50523 14363 17730 50524 14359 17734 50525 5917 17737 50526 14361 17703 50527 17753 17738 50528 5917 17737 50529 14357 17739 50530 11378 11850 50531 5917 17737 50532 11378 11850 50533 17408 17740 50534 5917 17737 50535 11385 11877 50536 14361 17703 50537 5918 17741 50538 11321 11754 50539 14356 17742 50540 5918 17741 50541 14356 17742 50542 17752 17743 50543 5918 17741 50544 14362 17723 50545 11387 11890 50546 5918 17741 50547 11387 11890 50548 17378 11778 50549 5919 17744 50550 11316 11741 50551 14286 17745 50552 5919 17744 50553 14286 17745 50554 17751 17746 50555 5919 17744 50556 14364 17729 50557 11389 11904 50558 5919 17744 50559 11389 11904 50560 17375 11772 50561 5920 17747 50562 14365 17748 50563 18586 17749 50564 5920 17747 50565 14371 17750 50566 17434 17751 50567 5920 17747 50568 11414 11953 50569 17430 11952 50570 5920 17747 50571 11390 17752 50572 14365 17748 50573 5921 17753 50574 14367 17754 50575 14370 17755 50576 5921 17753 50577 14370 17755 50578 17433 17756 50579 5921 17753 50580 11392 17757 50581 11391 11921 50582 5921 17753 50583 11391 11921 50584 17429 17758 50585 5922 17759 50586 13592 16250 50587 14365 17748 50588 5922 17759 50589 14365 17748 50590 17419 11915 50591 5922 17759 50592 11396 11929 50593 14366 17760 50594 5922 17759 50595 14366 17760 50596 18584 16251 50597 5923 17761 50598 11392 17757 50599 14368 17762 50600 5923 17761 50601 14368 17762 50602 18584 16251 50603 5923 17761 50604 14366 17760 50605 11394 11925 50606 5923 17761 50607 11394 11925 50608 17417 11922 50609 5924 17763 50610 14369 17764 50611 14367 17754 50612 5924 17763 50613 14367 17754 50614 11411 17765 50615 5924 17763 50616 11411 17765 50617 17431 17766 50618 5924 17763 50619 11412 11950 50620 14369 17764 50621 5925 17767 50622 14474 17768 50623 17436 11982 50624 5925 17767 50625 11426 11981 50626 13929 17769 50627 5927 17770 50628 11540 12122 50629 11981 13109 50630 5927 17770 50631 11981 13109 50632 17751 17746 50633 5927 17770 50634 14286 17745 50635 14372 17771 50636 5927 17770 50637 14372 17771 50638 11540 12122 50639 5928 17772 50640 11542 12117 50641 14374 17773 50642 5928 17772 50643 14374 17773 50644 11299 11895 50645 5928 17772 50646 11299 11895 50647 17360 11898 50648 5928 17772 50649 14373 17774 50650 11542 12117 50651 5929 17775 50652 11548 12148 50653 11982 17776 50654 5929 17775 50655 11982 17776 50656 17752 17743 50657 5929 17775 50658 14356 17742 50659 14375 17777 50660 5929 17775 50661 14375 17777 50662 11548 12148 50663 5930 17778 50664 11549 12142 50665 14377 17779 50666 5930 17778 50667 14377 17779 50668 11300 11882 50669 5930 17778 50670 11300 11882 50671 17363 11884 50672 5930 17778 50673 14376 17780 50674 11549 12142 50675 5931 17781 50676 11556 12174 50677 17565 17782 50678 5931 17781 50679 14378 17783 50680 17364 17784 50681 5931 17781 50682 14357 17739 50683 17753 17738 50684 5931 17781 50685 11983 17785 50686 11556 12174 50687 5932 17786 50688 11557 12168 50689 14380 17787 50690 5932 17786 50691 14380 17787 50692 17365 11870 50693 5932 17786 50694 11301 11869 50695 17366 17788 50696 5932 17786 50697 14379 17789 50698 17566 17790 50699 5933 17791 50700 11778 12639 50701 17523 12175 50702 5933 17791 50703 11983 17785 50704 17753 17738 50705 5933 17791 50706 14358 17702 50707 14381 17792 50708 5933 17791 50709 14381 17792 50710 11778 12639 50711 5934 17793 50712 11779 12634 50713 14381 17792 50714 5934 17793 50715 14381 17792 50716 17367 11733 50717 5934 17793 50718 11302 11732 50719 14380 17787 50720 5934 17793 50721 14380 17787 50722 17524 12172 50723 5935 17794 50724 11792 12664 50725 17681 12667 50726 5935 17794 50727 14382 17795 50728 11303 11851 50729 5935 17794 50730 11303 11851 50731 17364 17784 50732 5935 17794 50733 14378 17783 50734 11792 12664 50735 5936 17796 50736 11793 12669 50737 17566 17790 50738 5936 17796 50739 14379 17789 50740 11304 11856 50741 5936 17796 50742 11304 11856 50743 17368 11860 50744 5936 17796 50745 14382 17795 50746 11793 12669 50747 5937 17797 50748 11851 12796 50749 17508 12799 50750 5937 17797 50751 14372 17771 50752 17358 11740 50753 5937 17797 50754 11305 11739 50755 14383 17798 50756 5937 17797 50757 14383 17798 50758 17701 12794 50759 5938 17799 50760 11852 12791 50761 14383 17798 50762 5938 17799 50763 14383 17798 50764 11306 11746 50765 5938 17799 50766 11306 11746 50767 17359 11750 50768 5938 17799 50769 14374 17773 50770 17509 17800 50771 5939 17801 50772 11864 12831 50773 14373 17774 50774 5939 17801 50775 14373 17774 50776 17360 11898 50777 5939 17801 50778 14359 17734 50779 11985 13106 50780 5939 17801 50781 11985 13106 50782 17707 12829 50783 5940 17802 50784 11911 12937 50785 17515 12940 50786 5940 17802 50787 14375 17777 50788 11307 11752 50789 5940 17802 50790 11307 11752 50791 17370 11757 50792 5940 17802 50793 14384 17803 50794 11911 12937 50795 5941 17804 50796 11912 12931 50797 17723 12935 50798 5941 17804 50799 14384 17803 50800 11308 11759 50801 5941 17804 50802 11308 11759 50803 17362 11763 50804 5941 17804 50805 14377 17779 50806 17516 12932 50807 5942 17805 50808 11927 12963 50809 14385 17806 50810 5942 17805 50811 14385 17806 50812 17371 17725 50813 5942 17805 50814 14360 17724 50815 11982 17776 50816 5942 17805 50817 11982 17776 50818 17561 12153 50819 5943 17807 50820 11928 12968 50821 17562 12143 50822 5943 17807 50823 14376 17780 50824 11309 11862 50825 5943 17807 50826 11309 11862 50827 14385 17806 50828 5943 17807 50829 14385 17806 50830 11928 12968 50831 5945 17808 50832 12122 13351 50833 12131 13360 50834 5945 17808 50835 12131 13360 50836 17859 13364 50837 5945 17808 50838 14387 17809 50839 14240 17501 50840 5945 17808 50841 14240 17501 50842 17795 13352 50843 5946 17810 50844 12127 13369 50845 14241 17505 50846 5946 17810 50847 14241 17505 50848 16861 17502 50849 5946 17810 50850 14387 17809 50851 12132 13363 50852 5946 17810 50853 12132 13363 50854 17862 13374 50855 5947 17811 50856 12136 13391 50857 14470 17812 50858 5947 17811 50859 14470 17812 50860 16558 5808 50861 5947 17811 50862 9870 5807 50863 14471 17813 50864 5947 17811 50865 14471 17813 50866 17867 17814 50867 5948 17815 50868 14390 17816 50869 14471 17813 50870 5948 17815 50871 14471 17813 50872 16559 17205 50873 5948 17815 50874 14185 17204 50875 15176 17203 50876 5948 17815 50877 14344 17516 50878 16885 17515 50879 5949 17817 50880 14390 17816 50881 10451 10166 50882 5949 17817 50883 10451 10166 50884 16886 10165 50885 5949 17817 50886 14389 17818 50887 17868 13386 50888 5949 17817 50889 12142 13392 50890 17867 17814 50891 5950 17819 50892 12138 13654 50893 17869 13659 50894 5950 17819 50895 12163 13665 50896 17880 17527 50897 5950 17819 50898 14250 17525 50899 14388 17820 50900 5950 17819 50901 14388 17820 50902 17854 17821 50903 5951 17822 50904 12054 13651 50905 17788 13650 50906 5951 17822 50907 12116 13661 50908 14388 17820 50909 5951 17822 50910 14388 17820 50911 14252 17535 50912 5951 17822 50913 14252 17535 50914 17796 13652 50915 5952 17823 50916 14472 17824 50917 17903 13488 50918 5952 17823 50919 12206 13484 50920 13926 13481 50921 5952 17823 50922 13926 13481 50923 14462 17825 50924 5952 17823 50925 14462 17825 50926 16557 17225 50927 5953 17826 50928 14472 17824 50929 16557 17225 50930 5953 17826 50931 14473 17827 50932 17907 17828 50933 5953 17826 50934 12208 13489 50935 14472 17824 50936 5954 17829 50937 14469 17830 50938 17833 17831 50939 5954 17829 50940 12207 13490 50941 17907 17828 50942 5958 17832 50943 14249 17521 50944 12297 13637 50945 5958 17832 50946 12297 13637 50947 17866 13381 50948 5958 17832 50949 12141 13387 50950 14389 17818 50951 5958 17832 50952 14389 17818 50953 16886 10165 50954 5959 17833 50955 13928 17834 50956 17901 13813 50957 5960 17835 50958 12399 13867 50959 17981 17836 50960 5960 17835 50961 14392 17837 50962 19077 17838 50963 5960 17835 50964 14391 17839 50965 12399 13867 50966 5961 17840 50967 12397 13864 50968 17984 13868 50969 5961 17840 50970 12400 13870 50971 12397 13864 50972 5962 17841 50973 12393 13855 50974 17982 13861 50975 5962 17841 50976 14393 17842 50977 17980 13844 50978 5963 17843 50979 12392 13850 50980 17979 13849 50981 5963 17843 50982 14392 17837 50983 12392 13850 50984 5964 17844 50985 12389 13845 50986 14393 17842 50987 5964 17844 50988 14393 17842 50989 19123 17845 50990 5964 17844 50991 19125 17846 50992 12403 17847 50993 5964 17844 50994 12403 17847 50995 17979 13849 50996 2777 6027 50997 14186 17848 50998 8293 6028 50999 2777 6027 51000 8292 6029 51001 5728 13634 51002 1735 1640 51003 14266 1707 51004 1743 1710 51005 1733 17849 51006 14266 1707 51007 1735 1640 51008 1764 17850 51009 12474 14002 51010 1737 1620 51011 1765 17851 51012 12475 1709 51013 1738 1619 51014 12475 1709 51015 1764 17850 51016 1737 1620 51017 1766 17852 51018 12477 15663 51019 1742 1665 51020 5971 17853 51021 14264 17589 51022 16859 17854 51023 5971 17853 51024 14386 17855 51025 12493 14034 51026 5971 17853 51027 12493 14034 51028 18029 14037 51029 5971 17853 51030 12503 14043 51031 14264 17589 51032 14266 1707 51033 1769 16192 51034 1743 1710 51035 5973 1706 51036 14394 1708 51037 18020 17856 51038 5973 1706 51039 13564 14179 51040 13562 16194 51041 12580 1711 51042 1767 14189 51043 1739 1712 51044 5974 17857 51045 12657 14297 51046 18172 15509 51047 5974 17857 51048 13224 15508 51049 18424 17633 51050 5974 17857 51051 14267 17632 51052 17171 17631 51053 5974 17857 51054 14395 17858 51055 12657 14297 51056 5975 17859 51057 12659 14291 51058 14396 17860 51059 5975 17859 51060 14396 17860 51061 17172 17606 51062 5975 17859 51063 14268 17629 51064 18425 15512 51065 5975 17859 51066 13225 15511 51067 18173 17861 51068 5976 17862 51069 12666 14317 51070 13229 15521 51071 5976 17862 51072 13229 15521 51073 18428 15520 51074 5976 17862 51075 14269 17625 51076 17173 17626 51077 5976 17862 51078 14397 17863 51079 18177 17864 51080 5977 17865 51081 12673 14349 51082 18180 17866 51083 5977 17865 51084 14399 17867 51085 17175 11471 51086 5977 17865 51087 11010 11490 51088 17174 11314 51089 5977 17865 51090 14398 17868 51091 12673 14349 51092 5978 17869 51093 12674 14343 51094 13230 17870 51095 5978 17869 51096 13230 17870 51097 18429 17623 51098 5978 17869 51099 14270 17622 51100 17176 17871 51101 5978 17869 51102 14400 17872 51103 18181 17873 51104 5979 17874 51105 12926 14833 51106 18137 14350 51107 5979 17874 51108 14398 17868 51109 17174 11314 51110 5979 17874 51111 11011 11313 51112 14401 17875 51113 5979 17874 51114 14401 17875 51115 12926 14833 51116 5980 17876 51117 12927 14828 51118 14401 17875 51119 5980 17876 51120 14401 17875 51121 17177 17595 51122 5980 17876 51123 14271 17594 51124 13230 17870 51125 5980 17876 51126 13230 17870 51127 18138 14347 51128 5981 17877 51129 12940 14858 51130 18316 14861 51131 5981 17877 51132 14402 17878 51133 11012 11472 51134 5981 17877 51135 11012 11472 51136 14399 17867 51137 5981 17877 51138 14399 17867 51139 12940 14858 51140 5982 17879 51141 12941 14863 51142 18181 17873 51143 5982 17879 51144 14400 17872 51145 11013 11475 51146 5982 17879 51147 11013 11475 51148 17178 11478 51149 5982 17879 51150 14402 17878 51151 12941 14863 51152 5983 17880 51153 13014 15047 51154 18122 14298 51155 5983 17880 51156 14395 17858 51157 14272 17598 51158 5983 17880 51159 14272 17598 51160 13231 17881 51161 5983 17880 51162 13231 17881 51163 18345 15045 51164 5984 17882 51165 13015 15042 51166 13231 17881 51167 5984 17882 51168 13231 17881 51169 14273 17603 51170 5984 17882 51171 14273 17603 51172 17172 17606 51173 5984 17882 51174 14396 17860 51175 18123 14295 51176 5985 17883 51177 13120 15265 51178 14403 17884 51179 5985 17883 51180 14403 17884 51181 17179 17615 51182 5985 17883 51183 14274 17614 51184 13228 15499 51185 5985 17883 51186 13228 15499 51187 13120 15265 51188 5986 17885 51189 13121 15270 51190 14397 17863 51191 5986 17885 51192 14397 17863 51193 17173 17626 51194 5986 17885 51195 11014 11480 51196 14403 17884 51197 5986 17885 51198 14403 17884 51199 18386 15271 51200 12477 15663 51201 1765 17851 51202 1738 1619 51203 5988 17886 51204 12572 14215 51205 14404 17887 51206 5988 17886 51207 12574 14193 51208 18017 14001 51209 5989 1715 51210 14404 17887 51211 12582 14219 51212 5989 1715 51213 12582 14219 51214 18095 15667 51215 12476 15664 51216 1766 17852 51217 1742 1665 51218 14285 1717 51219 1763 15669 51220 1736 1664 51221 5990 17888 51222 13615 16328 51223 13593 16252 51224 5990 17888 51225 13593 16252 51226 18584 16251 51227 5990 17888 51228 14368 17762 51229 14406 17889 51230 5990 17888 51231 14406 17889 51232 18611 16355 51233 5991 17890 51234 13617 16322 51235 18612 16357 51236 5991 17890 51237 13594 17891 51238 18585 17892 51239 5991 17890 51240 14369 17764 51241 14405 17893 51242 5991 17890 51243 14405 17893 51244 18594 16323 51245 5992 17894 51246 13618 16317 51247 14405 17893 51248 5992 17894 51249 14405 17893 51250 11415 11948 51251 5992 17894 51252 11415 11948 51253 17434 17751 51254 5992 17894 51255 14407 17895 51256 18613 16360 51257 5993 17896 51258 13644 16356 51259 14406 17889 51260 5993 17896 51261 14406 17889 51262 17433 17756 51263 5993 17896 51264 14370 17755 51265 13594 17891 51266 5993 17896 51267 13594 17891 51268 13644 16356 51269 5994 17897 51270 13647 16361 51271 14407 17895 51272 5994 17897 51273 14407 17895 51274 14371 17750 51275 5994 17897 51276 14371 17750 51277 18586 17749 51278 5994 17897 51279 13595 16249 51280 18614 16248 51281 5995 17898 51282 13688 16397 51283 18631 17899 51284 5995 17898 51285 14420 17900 51286 11119 17901 51287 5995 17898 51288 11119 17901 51289 17238 17902 51290 5995 17898 51291 14421 17903 51292 13688 16397 51293 5996 17904 51294 13691 16403 51295 14419 17905 51296 5996 17904 51297 14419 17905 51298 17236 17906 51299 5996 17904 51300 14290 17907 51301 13846 17908 51302 5996 17904 51303 13846 17908 51304 18633 16404 51305 5997 17909 51306 13694 16408 51307 14421 17903 51308 5997 17909 51309 14421 17903 51310 17238 17902 51311 5997 17909 51312 11118 17910 51313 14417 17911 51314 5997 17909 51315 14417 17911 51316 18634 17912 51317 5998 17913 51318 13695 16413 51319 14417 17911 51320 5998 17913 51321 14417 17911 51322 17235 17914 51323 5998 17913 51324 11117 17915 51325 14419 17905 51326 5998 17913 51327 14419 17905 51328 18632 16402 51329 5999 17916 51330 13696 16417 51331 13845 16433 51332 5999 17916 51333 13845 16433 51334 14289 17917 51335 5999 17916 51336 14289 17917 51337 17237 17918 51338 5999 17916 51339 14420 17900 51340 18631 17899 51341 6000 17919 51342 13699 16419 51343 18633 16404 51344 6000 17919 51345 13846 17908 51346 18640 17920 51347 6000 17919 51348 14288 17921 51349 14418 17922 51350 6000 17919 51351 14418 17922 51352 13699 16419 51353 6001 17923 51354 13701 16423 51355 14418 17922 51356 6001 17923 51357 14418 17922 51358 17234 17924 51359 6001 17923 51360 14287 17925 51361 13844 16430 51362 6001 17923 51363 13844 16430 51364 18637 16429 51365 6002 17926 51366 13730 16536 51367 13704 17927 51368 6002 17926 51369 13704 17927 51370 14293 17639 51371 6002 17926 51372 14293 17639 51373 14408 17928 51374 6002 17926 51375 14408 17928 51376 18672 16588 51377 6003 17929 51378 13731 16531 51379 18675 16592 51380 6003 17929 51381 14411 17930 51382 14294 17635 51383 6003 17929 51384 14294 17635 51385 13704 17927 51386 6003 17929 51387 13704 17927 51388 18650 16532 51389 6004 17931 51390 13732 16529 51391 18673 17932 51392 6004 17931 51393 14409 17933 51394 14295 17641 51395 6004 17931 51396 14295 17641 51397 18642 17646 51398 6004 17931 51399 13705 17934 51400 13732 16529 51401 6005 17935 51402 13733 16524 51403 18651 16523 51404 6005 17935 51405 13705 17934 51406 14296 17645 51407 6005 17935 51408 14296 17645 51409 14410 17936 51410 6005 17935 51411 14410 17936 51412 18674 16525 51413 6006 17937 51414 13775 16589 51415 14408 17928 51416 6006 17937 51417 14408 17928 51418 17265 11555 51419 6006 17937 51420 11162 11554 51421 17266 17938 51422 6006 17937 51423 14409 17933 51424 13775 16589 51425 6007 17939 51426 13778 16591 51427 14410 17936 51428 6007 17939 51429 14410 17936 51430 17267 17647 51431 6007 17939 51432 11163 11536 51433 17268 11535 51434 6007 17939 51435 14411 17930 51436 13778 16591 51437 6008 17940 51438 13821 16627 51439 13822 17941 51440 6008 17940 51441 13822 17941 51442 18695 17942 51443 6008 17940 51444 14297 17943 51445 14412 17944 51446 6008 17940 51447 14412 17944 51448 18694 16624 51449 6009 17945 51450 13819 16625 51451 14412 17944 51452 6009 17945 51453 14412 17944 51454 17269 17946 51455 6009 17945 51456 11164 17947 51457 14413 17948 51458 6009 17945 51459 14413 17948 51460 18689 17949 51461 6010 17950 51462 13818 16619 51463 18692 17951 51464 6010 17950 51465 14414 17952 51466 14298 17953 51467 6010 17950 51468 14298 17953 51469 18695 17942 51470 6010 17950 51471 13822 17941 51472 13818 16619 51473 6011 17954 51474 13816 16616 51475 14415 17955 51476 6011 17954 51477 14415 17955 51478 17272 17956 51479 6011 17954 51480 11165 17957 51481 17271 17958 51482 6011 17954 51483 14414 17952 51484 18692 17951 51485 6012 17959 51486 13814 16612 51487 18690 16609 51488 6012 17959 51489 13823 17960 51490 14299 17961 51491 6012 17959 51492 14299 17961 51493 14415 17955 51494 6012 17959 51495 14415 17955 51496 18691 16615 51497 6013 17962 51498 13811 16608 51499 18689 17949 51500 6013 17962 51501 14413 17948 51502 17270 17963 51503 6013 17962 51504 14300 17964 51505 18696 17965 51506 6013 17962 51507 13823 17960 51508 13811 16608 51509 6014 17966 51510 13837 16655 51511 14424 17967 51512 6014 17966 51513 14424 17967 51514 14302 17968 51515 6014 17966 51516 14302 17968 51517 13843 16667 51518 6014 17966 51519 13843 16667 51520 18703 16651 51521 6015 17969 51522 13832 16632 51523 18701 16631 51524 6015 17969 51525 14416 17970 51526 11196 17971 51527 6015 17969 51528 11196 17971 51529 17283 17972 51530 6015 17969 51531 14424 17967 51532 18697 16654 51533 6016 17973 51534 13831 16635 51535 18699 17974 51536 6016 17973 51537 14423 17975 51538 11197 17976 51539 6016 17973 51540 11197 17976 51541 17280 17977 51542 6016 17973 51543 14416 17970 51544 13831 16635 51545 6017 17978 51546 13829 16657 51547 13879 16670 51548 6017 17978 51549 13879 16670 51550 14301 17979 51551 6017 17978 51552 14301 17979 51553 14422 17980 51554 6017 17978 51555 14422 17980 51556 13829 16657 51557 6018 17981 51558 13828 16638 51559 18203 16658 51560 6018 17981 51561 14422 17980 51562 11175 17982 51563 6018 17981 51564 11175 17982 51565 17281 17983 51566 6018 17981 51567 14423 17975 51568 13828 16638 51569 6020 17984 51570 14425 17985 51571 11451 12037 51572 6020 17984 51573 11451 12037 51574 13881 16709 51575 6021 17986 51576 14468 17987 51577 18734 17370 51578 6022 17988 51579 13882 16710 51580 11454 12043 51581 6022 17988 51582 11454 12043 51583 14427 17989 51584 6023 17990 51585 13924 16715 51586 18735 17376 51587 6023 17990 51588 13911 17375 51589 18734 17370 51590 6023 17990 51591 14467 17991 51592 17297 17992 51593 6024 17993 51594 14467 17991 51595 14468 17987 51596 6025 17994 51597 14426 17995 51598 18711 17996 51599 6026 17997 51600 14428 17998 51601 11457 12047 51602 6026 17997 51603 11457 12047 51604 14429 17999 51605 6026 17997 51606 14429 17999 51607 19083 18000 51608 6027 18001 51609 14430 18002 51610 15272 17388 51611 6027 18001 51612 14238 17387 51613 18735 17376 51614 6027 18001 51615 13923 16714 51616 18714 16718 51617 6029 18003 51618 14431 18004 51619 19128 18005 51620 6029 18003 51621 14427 17989 51622 17452 12042 51623 6029 18003 51624 11204 18006 51625 14431 18004 51626 6030 18007 51627 13890 18008 51628 11460 12051 51629 6030 18007 51630 11460 12051 51631 17456 12050 51632 6031 18009 51633 14466 18010 51634 15294 17399 51635 6031 18009 51636 9966 17398 51637 15272 17388 51638 6032 18011 51639 14435 18012 51640 17298 18013 51641 6032 18011 51642 14429 17999 51643 17454 12046 51644 6033 18014 51645 14432 18015 51646 14430 18002 51647 6035 18016 51648 13891 18017 51649 11463 12055 51650 6035 18016 51651 11463 12055 51652 17458 12054 51653 6036 18018 51654 14464 18019 51655 15297 17414 51656 6036 18018 51657 7488 17413 51658 15294 17399 51659 6036 18018 51660 14465 18020 51661 17301 18021 51662 6037 18022 51663 11206 18023 51664 17300 18024 51665 6038 18025 51666 14437 18026 51667 17300 18024 51668 6038 18025 51669 14434 18027 51670 17456 12050 51671 6038 18025 51672 13891 18017 51673 18716 18028 51674 6038 18025 51675 13893 18029 51676 14437 18026 51677 6039 18030 51678 14465 18020 51679 15294 17399 51680 6041 18031 51681 14438 18032 51682 11466 12057 51683 6041 18031 51684 11466 12057 51685 17460 12025 51686 6041 18031 51687 13896 18033 51688 14320 18034 51689 6042 18035 51690 9964 18036 51691 15297 17414 51692 6043 18037 51693 14436 18038 51694 17458 12054 51695 6044 18039 51696 14463 18040 51697 15297 17414 51698 6045 18041 51699 13899 18042 51700 17940 18043 51701 6045 18041 51702 12280 18044 51703 14441 18045 51704 6046 18046 51705 14442 18047 51706 17943 18048 51707 6046 18046 51708 12281 13623 51709 17941 13622 51710 6046 18046 51711 13901 18049 51712 18726 18050 51713 6046 18046 51714 19136 18051 51715 14442 18047 51716 6047 18052 51717 14441 18045 51718 12282 18053 51719 6047 18052 51720 12282 18053 51721 17946 18054 51722 6047 18052 51723 13902 18055 51724 19138 18056 51725 6047 18052 51726 19138 18056 51727 14441 18045 51728 6048 18057 51729 14443 18058 51730 17947 13628 51731 6048 18057 51732 12283 13627 51733 17943 18048 51734 6049 18059 51735 13904 18060 51736 12284 13626 51737 6049 18059 51738 12284 13626 51739 14445 18061 51740 6050 18062 51741 14444 18063 51742 12406 18064 51743 6050 18062 51744 12406 18064 51745 17987 18065 51746 6050 18062 51747 14447 18066 51748 19089 18067 51749 6050 18062 51750 19088 18068 51751 14444 18063 51752 6051 18069 51753 14448 18070 51754 19091 18071 51755 6051 18069 51756 19091 18071 51757 14446 18072 51758 6052 18073 51759 13902 18055 51760 14444 18063 51761 6053 18074 51762 14445 18061 51763 17947 13628 51764 6055 6053 51765 14453 18075 51766 19093 18076 51767 6055 6053 51768 19093 18076 51769 19092 18077 51770 6056 18078 51771 12267 13611 51772 13905 18079 51773 6057 18080 51774 14451 18081 51775 12407 18082 51776 6057 18080 51777 14454 18083 51778 19094 18084 51779 6057 18080 51780 19096 18085 51781 19095 18086 51782 6058 18087 51783 14450 6056 51784 19092 18077 51785 6059 18088 51786 13905 18079 51787 17934 13592 51788 6059 18088 51789 13904 18060 51790 14455 18089 51791 6059 18088 51792 14455 18089 51793 17310 18090 51794 6060 18091 51795 14455 18089 51796 13903 17673 51797 6060 18091 51798 13903 17673 51799 18727 18092 51800 6060 18091 51801 14452 18093 51802 19098 18094 51803 6060 18091 51804 19098 18094 51805 17310 18090 51806 6061 18095 51807 14452 18093 51808 18727 18092 51809 6061 18095 51810 19140 18096 51811 14456 18097 51812 6061 18095 51813 14456 18097 51814 19143 18098 51815 6061 18095 51816 19143 18098 51817 14452 18093 51818 6062 18099 51819 14456 18097 51820 14447 18066 51821 6062 18099 51822 14447 18066 51823 17987 18065 51824 6062 18099 51825 14451 18081 51826 19095 18086 51827 6063 18100 51828 13909 16721 51829 17944 13878 51830 6063 18100 51831 12275 18101 51832 17940 18043 51833 6063 18100 51834 14457 18102 51835 19100 18103 51836 6064 18104 51837 13907 18105 51838 17941 13622 51839 6064 18104 51840 12278 13620 51841 14459 18106 51842 6064 18104 51843 19145 18107 51844 13907 18105 51845 6065 18108 51846 14459 18106 51847 12277 13806 51848 6065 18108 51849 12277 13806 51850 13906 16720 51851 6065 18108 51852 13906 16720 51853 18731 16723 51854 6066 18109 51855 14457 18102 51856 13899 18042 51857 6066 18109 51858 13899 18042 51859 18725 17663 51860 6067 18110 51861 14460 18111 51862 18725 17663 51863 6067 18110 51864 13898 17662 51865 14458 18112 51866 6067 18110 51867 19099 18113 51868 14460 18111 51869 6068 18114 51870 14458 18112 51871 18724 18115 51872 6068 18114 51873 13900 17666 51874 18726 18050 51875 6068 18114 51876 14461 18116 51877 19101 18117 51878 6069 18118 51879 14461 18116 51880 18726 18050 51881 6069 18118 51882 13901 18049 51883 17941 13622 51884 6069 18118 51885 13907 18105 51886 19146 18119 51887 6069 18118 51888 19146 18119 51889 19102 18120 51890 6070 18121 51891 14338 18122 51892 14141 17263 51893 6071 18123 51894 13913 17218 51895 18739 17222 51896 6071 18123 51897 14191 17226 51898 16557 17225 51899 6071 18123 51900 14462 17825 51901 13919 16728 51902 6071 18123 51903 13919 16728 51904 13913 17218 51905 5752 17307 51906 14163 17273 51907 7204 17309 51908 5738 17272 51909 13987 17308 51910 1465 18124 51911 13983 1693 51912 1470 1352 51913 1464 17253 51914 1498 17254 51915 1471 1399 51916 13983 1693 51917 5731 18125 51918 8493 1694 51919 1498 17254 51920 5754 17311 51921 14173 17270 51922 13985 1699 51923 5737 1695 51924 13986 1697 51925 1466 17269 51926 5754 17311 51927 13985 1699 51928 1500 17275 51929 5738 17272 51930 8588 17312 51931 13987 17308 51932 18920 1312 51933 1467 8078 51934 7204 17309 51935 14263 1705 51936 1733 17849 51937 1735 1640 51938 5248 18126 51939 13308 18127 51940 1766 17852 51941 5973 1706 51942 13562 16194 51943 1769 16192 51944 5407 16193 51945 12580 1711 51946 13562 16194 51947 5407 16193 51948 12573 14191 51949 1767 14189 51950 4859 14190 51951 12581 1713 51952 12573 14191 51953 5988 17886 51954 14284 18128 51955 12574 14193 51956 4859 14190 51957 12574 14193 51958 1768 16195 51959 5989 1715 51960 14285 1717 51961 1734 1714 51962 5988 17886 51963 14404 17887 51964 1734 1714 51965 5250 15670 51966 13307 18129 51967 1763 15669 51968 5248 18126 51969 12476 15664 51970 13307 18129 51971 3325 17304 51972 8492 17306 51973 1499 17256 51974 14284 18128 51975 1734 1714 51976 1744 1591 51977 1768 16195 51978 14284 18128 51979 1740 1592 51980 1740 1592 51981 14284 18128 51982 1744 1591 51983 3346 8156 51984 9359 8158 51985 16320 18130 51986 3346 8156 51987 3360 18131 51988 9360 8157 51989 3347 8159 51990 9361 8161 51991 16322 18132 51992 3347 8159 51993 3361 18133 51994 9362 8160 51995 3348 8162 51996 9363 8172 51997 3362 18134 51998 3348 8162 51999 3362 18134 52000 16325 18135 52001 3349 8164 52002 9364 8163 52003 3363 18136 52004 3349 8164 52005 3363 18136 52006 16326 18137 52007 3350 8166 52008 9366 8168 52009 3364 18138 52010 3350 8166 52011 3364 18138 52012 16320 18130 52013 3351 8167 52014 9365 8165 52015 3365 18139 52016 3351 8167 52017 3365 18139 52018 16327 18140 52019 3352 8169 52020 9362 8160 52021 16323 18141 52022 3352 8169 52023 3366 18142 52024 9367 8170 52025 3353 8171 52026 9367 8170 52027 3367 18143 52028 3353 8171 52029 3367 18143 52030 16324 18144 52031 3354 8173 52032 9360 8157 52033 16321 18145 52034 3354 8173 52035 3368 18146 52036 9368 8174 52037 3369 8187 52038 9373 8190 52039 16323 18141 52040 3369 8187 52041 3361 18133 52042 9371 8188 52043 3370 8191 52044 9376 8391 52045 3368 18146 52046 3370 8191 52047 3368 18146 52048 16321 18145 52049 3384 8255 52050 3362 18134 52051 16324 18144 52052 3384 8255 52053 9407 8264 52054 3362 18134 52055 3386 8263 52056 3363 18136 52057 16325 18135 52058 3386 8263 52059 9409 8266 52060 16326 18137 52061 3388 8270 52062 3365 18139 52063 9409 8266 52064 3388 8270 52065 9411 8272 52066 16327 18140 52067 3396 8298 52068 3364 18138 52069 9411 8272 52070 3396 8298 52071 9421 8300 52072 16320 18130 52073 3399 8308 52074 9405 8256 52075 3367 18143 52076 3399 8308 52077 3367 18143 52078 16328 18147 52079 3401 8314 52080 9423 8309 52081 16328 18147 52082 3401 8314 52083 3366 18142 52084 16323 18141 52085 3404 8322 52086 9425 8315 52087 16323 18141 52088 3406 8328 52089 9374 8192 52090 16321 18145 52091 3408 8333 52092 3360 18131 52093 9421 8300 52094 3408 8333 52095 9427 8329 52096 16321 18145 52097 3423 8383 52098 9471 8384 52099 16377 18148 52100 3423 8383 52101 3425 18149 52102 9361 8161 52103 3424 8385 52104 9368 8174 52105 16329 18150 52106 3424 8385 52107 3426 18151 52108 9471 8384 52109 3427 8386 52110 9371 8188 52111 16322 18132 52112 3427 8386 52113 3425 18149 52114 9472 8387 52115 3428 8390 52116 9472 8387 52117 16377 18148 52118 3428 8390 52119 3426 18151 52120 16329 18150 52121 5269 15744 52122 13347 15762 52123 5283 18152 52124 5269 15744 52125 5283 18152 52126 18476 18153 52127 5270 15746 52128 13349 15757 52129 5284 18154 52130 5270 15746 52131 5284 18154 52132 18478 18155 52133 5271 15748 52134 13351 15749 52135 18481 18156 52136 5271 15748 52137 5285 18157 52138 13350 15750 52139 5272 15751 52140 13352 15752 52141 18482 18158 52142 5272 15751 52143 5286 18159 52144 13351 15749 52145 5273 15753 52146 13346 15745 52147 18476 18153 52148 5273 15753 52149 5287 18160 52150 13353 15754 52151 5274 15755 52152 13353 15754 52153 18483 18161 52154 5274 15755 52155 5288 18162 52156 13352 15752 52157 5275 15756 52158 13354 15759 52159 5289 18163 52160 5275 15756 52161 5289 18163 52162 18479 18164 52163 5276 15758 52164 13350 15750 52165 18480 18165 52166 5276 15758 52167 5290 18166 52168 13354 15759 52169 5277 15760 52170 13355 15979 52171 5291 18167 52172 5277 15760 52173 5291 18167 52174 18477 18168 52175 5292 15777 52176 5284 18154 52177 18479 18164 52178 5292 15777 52179 13358 15780 52180 5284 18154 52181 5293 15781 52182 5291 18167 52183 13363 15782 52184 5293 15781 52185 13361 15785 52186 18477 18168 52187 5307 15846 52188 13392 15850 52189 18480 18165 52190 5307 15846 52191 5285 18157 52192 13394 15847 52193 5309 15855 52194 13394 15847 52195 18481 18156 52196 5309 15855 52197 5286 18159 52198 18482 18158 52199 5311 15861 52200 13396 15856 52201 5288 18162 52202 5311 15861 52203 5288 18162 52204 18483 18161 52205 5319 15889 52206 13398 15862 52207 5287 18160 52208 5319 15889 52209 5287 18160 52210 18476 18153 52211 5322 15899 52212 13410 15900 52213 18484 18169 52214 5322 15899 52215 5290 18166 52216 13392 15850 52217 5324 15905 52218 13412 15906 52219 18479 18164 52220 5324 15905 52221 5289 18163 52222 18484 18169 52223 5327 15913 52224 13360 15778 52225 18479 18164 52226 5329 15919 52227 13414 15924 52228 18477 18168 52229 5331 15923 52230 13408 15890 52231 5283 18152 52232 5331 15923 52233 5283 18152 52234 18477 18168 52235 5346 15976 52236 13348 15747 52237 5348 18170 52238 5346 15976 52239 5348 18170 52240 18533 18171 52241 5347 15978 52242 13458 15977 52243 5349 18172 52244 5347 15978 52245 5349 18172 52246 18485 18173 52247 5350 15980 52248 5348 18170 52249 18478 18155 52250 5350 15980 52251 13459 15983 52252 5348 18170 52253 5351 15984 52254 5349 18172 52255 18533 18171 52256 5351 15984 52257 13363 15782 52258 18485 18173 52259 2879 18174 52260 15850 18175 52261 15862 8185 52262 2879 18174 52263 8490 8184 52264 15851 951 52265 2880 18176 52266 8491 1696 52267 15853 18177 52268 2881 18178 52269 15853 18177 52270 15864 17271 52271 2881 18178 52272 8489 6592 52273 15854 18179 52274 2882 18180 52275 15854 18179 52276 15863 6600 52277 2882 18180 52278 8487 8186 52279 15850 18175 52280 2920 18181 52281 8562 18182 52282 15850 18175 52283 2920 18181 52284 2879 18174 52285 8561 18183 52286 2921 18184 52287 8564 18185 52288 15852 18186 52289 2921 18184 52290 2880 18176 52291 8563 18187 52292 2922 18188 52293 8563 18187 52294 15853 18177 52295 2922 18188 52296 2881 18178 52297 8565 18189 52298 2923 18190 52299 8565 18189 52300 15854 18179 52301 2923 18190 52302 2882 18180 52303 8562 18182 52304 2924 969 52305 8561 18183 52306 15851 951 52307 2925 18191 52308 8568 18192 52309 8562 18182 52310 2925 18191 52311 2920 18181 52312 8567 18193 52313 2926 18194 52314 8570 18195 52315 8564 18185 52316 2926 18194 52317 2921 18184 52318 8569 18196 52319 2927 18197 52320 8569 18196 52321 8563 18187 52322 2927 18197 52323 2922 18188 52324 8571 18198 52325 2928 18199 52326 8571 18198 52327 8565 18189 52328 2928 18199 52329 2923 18190 52330 8568 18192 52331 2929 18200 52332 8567 18193 52333 8561 18183 52334 2930 6569 52335 8575 6579 52336 2925 18191 52337 2930 6569 52338 2925 18191 52339 8567 18193 52340 2931 6573 52341 8576 6577 52342 8569 18196 52343 2931 6573 52344 2927 18197 52345 8577 6574 52346 2932 6578 52347 8577 6574 52348 8571 18198 52349 2932 6578 52350 2928 18199 52351 8575 6579 52352 3331 8091 52353 2926 18194 52354 8576 6577 52355 3331 8091 52356 9331 8094 52357 8570 18195 52358 4799 18201 52359 18007 15961 52360 12473 15776 52361 4799 18201 52362 12473 15776 52363 18018 15775 52364 4800 18202 52365 12472 14180 52366 18020 17856 52367 4800 18202 52368 18010 18203 52369 12472 14180 52370 4801 18204 52371 12470 15774 52372 18019 14186 52373 4801 18204 52374 18006 18205 52375 12470 15774 52376 4841 18206 52377 4799 18201 52378 18006 18205 52379 4841 18206 52380 12548 18207 52381 4799 18201 52382 4842 18208 52383 5967 18209 52384 18008 18210 52385 4842 18208 52386 12550 18211 52387 5967 18209 52388 4843 18212 52389 4800 18202 52390 18009 18213 52391 4843 18212 52392 12552 18214 52393 4800 18202 52394 4844 18215 52395 4801 18204 52396 18010 18203 52397 4844 18215 52398 12549 18216 52399 4801 18204 52400 4845 18217 52401 12551 18218 52402 5968 18219 52403 18007 15961 52404 19519 18220 52405 19593 15962 52406 4847 18221 52407 4841 18206 52408 12549 18216 52409 4847 18221 52410 12553 18222 52411 4841 18206 52412 4848 18223 52413 4842 18208 52414 12551 18218 52415 4848 18223 52416 12555 18224 52417 4842 18208 52418 4849 18225 52419 4843 18212 52420 12550 18211 52421 4849 18225 52422 12557 18226 52423 4843 18212 52424 4850 18227 52425 4844 18215 52426 12552 18214 52427 4850 18227 52428 12554 18228 52429 4844 18215 52430 4851 18229 52431 4846 18230 52432 12548 18207 52433 4852 14156 52434 4847 18221 52435 12561 14157 52436 4852 14156 52437 12559 14160 52438 12553 18222 52439 4853 14161 52440 4849 18225 52441 12555 18224 52442 4853 14161 52443 12563 14166 52444 4849 18225 52445 4854 14165 52446 4850 18227 52447 12557 18226 52448 4854 14165 52449 12561 14157 52450 4850 18227 52451 5254 15680 52452 12562 14162 52453 4848 18223 52454 5254 15680 52455 4848 18223 52456 12556 18231 52457 2394 4383 52458 7455 4397 52459 19531 18232 52460 5967 18209 52461 18009 18213 52462 14394 1708 52463 2880 18176 52464 15852 18186 52465 1495 17310 52466 5968 18219 52467 18008 18210 52468 14263 1705 52469 5967 18209 52470 14394 1708 52471 1733 17849 52472 2919 18233 52473 8755 6901 52474 15915 9085 52475 2919 18233 52476 15918 18234 52477 15922 7479 52478 3066 18235 52479 15913 18236 52480 8915 7794 52481 3066 18235 52482 8915 7794 52483 16133 18237 52484 3067 18238 52485 8916 7800 52486 15914 18239 52487 3067 18238 52488 16134 18240 52489 16135 18241 52490 3068 7197 52491 3067 18238 52492 8739 7198 52493 3068 7197 52494 8918 7201 52495 16134 18240 52496 3070 7208 52497 8737 7501 52498 15913 18236 52499 3070 7208 52500 3066 18235 52501 16132 18242 52502 3075 18243 52503 16145 18244 52504 8935 7392 52505 3075 18243 52506 8935 7392 52507 15953 7870 52508 3076 18245 52509 15914 18239 52510 8934 7398 52511 3076 18245 52512 8934 7398 52513 16148 7397 52514 3077 18246 52515 16146 18247 52516 16147 18248 52517 3077 18246 52518 8933 7264 52519 15920 18249 52520 3089 7280 52521 8739 7198 52522 3076 18245 52523 3089 7280 52524 3076 18245 52525 16145 18244 52526 3090 7282 52527 8988 7281 52528 3075 18243 52529 3090 7282 52530 3075 18243 52531 8743 7283 52532 3093 7295 52533 8990 7903 52534 3077 18246 52535 3093 7295 52536 3077 18246 52537 8748 7296 52538 3134 18250 52539 16180 18251 52540 9018 7603 52541 3134 18250 52542 9018 7603 52543 15950 7795 52544 3135 18252 52545 15915 9085 52546 9019 7609 52547 3135 18252 52548 9019 7609 52549 16183 7604 52550 3136 18253 52551 16181 9104 52552 16182 18254 52553 3136 18253 52554 9016 7480 52555 15918 18234 52556 3137 18255 52557 15919 18256 52558 9017 7475 52559 3137 18255 52560 9017 7475 52561 16182 18254 52562 3150 7497 52563 8741 9082 52564 15915 9085 52565 3150 7497 52566 3135 18252 52567 16180 18251 52568 3151 7500 52569 9082 7498 52570 16180 18251 52571 3151 7500 52572 3134 18250 52573 8737 7501 52574 3153 7508 52575 8746 7688 52576 3137 18255 52577 3153 7508 52578 3137 18255 52579 16181 9104 52580 3191 18257 52581 16215 18258 52582 16216 18259 52583 3191 18257 52584 9108 7669 52585 15919 18256 52586 3192 18260 52587 15920 18249 52588 9109 7665 52589 3192 18260 52590 9109 7665 52591 16216 18259 52592 3205 7685 52593 8748 7296 52594 3192 18260 52595 3205 7685 52596 3192 18260 52597 16215 18258 52598 3206 7687 52599 9183 7686 52600 16215 18258 52601 3206 7687 52602 3191 18257 52603 8746 7688 52604 3244 7808 52605 8921 7211 52606 3249 7822 52607 3244 7808 52608 3249 7822 52609 9205 7821 52610 3245 7811 52611 9203 7809 52612 3248 7820 52613 3245 7811 52614 3248 7820 52615 16134 18240 52616 3248 7820 52617 9161 7801 52618 16135 18241 52619 3249 7822 52620 16132 18242 52621 16133 18237 52622 3263 18261 52623 16255 18262 52624 9220 7876 52625 3263 18261 52626 9220 7876 52627 15921 7885 52628 3264 18263 52629 15916 18264 52630 9221 7869 52631 3264 18263 52632 9221 7869 52633 16257 7877 52634 3268 7886 52635 3263 18261 52636 15917 18265 52637 3268 7886 52638 9228 7891 52639 3263 18261 52640 3269 7890 52641 8743 7283 52642 15916 18264 52643 3269 7890 52644 3264 18263 52645 9228 7891 52646 3271 18266 52647 16260 18267 52648 9223 9133 52649 3271 18266 52650 9223 9133 52651 16147 18248 52652 3272 18268 52653 15917 18265 52654 9222 7884 52655 3272 18268 52656 9222 7884 52657 16261 9134 52658 3273 7896 52659 9218 7887 52660 15917 18265 52661 3273 7896 52662 3272 18268 52663 9230 7897 52664 3275 7902 52665 9230 7897 52666 3271 18266 52667 3275 7902 52668 3271 18266 52669 16146 18247 52670 3617 9086 52671 2919 18233 52672 15915 9085 52673 3617 9086 52674 9848 9087 52675 15918 18234 52676 3621 9101 52677 3136 18253 52678 9848 9087 52679 3621 9101 52680 9865 9102 52681 16181 9104 52682 4840 18269 52683 18072 16643 52684 12743 14494 52685 4840 18269 52686 12743 14494 52687 18079 15073 52688 4989 18270 52689 18290 18271 52690 18291 18272 52691 4989 18270 52692 12903 15388 52693 18070 18273 52694 4990 18274 52695 18071 18275 52696 12904 15394 52697 4990 18274 52698 12904 15394 52699 18293 18276 52700 4991 14789 52701 12727 14873 52702 4990 18274 52703 4991 14789 52704 4990 18274 52705 18292 18277 52706 4993 14799 52707 12909 14803 52708 18290 18271 52709 4993 14799 52710 4989 18270 52711 18070 18273 52712 4998 18278 52713 18073 18279 52714 18111 15462 52715 4998 18278 52716 12923 14984 52717 18303 18280 52718 4999 18281 52719 18303 18280 52720 18306 14991 52721 4999 18281 52722 12922 14990 52723 18071 18275 52724 5000 18282 52725 18077 18283 52726 12921 14854 52727 5000 18282 52728 12921 14854 52729 18305 18284 52730 5012 14872 52731 4999 18281 52732 12727 14873 52733 5012 14872 52734 12976 14875 52735 18303 18280 52736 5013 14874 52737 4998 18278 52738 12976 14875 52739 5013 14874 52740 12731 15485 52741 4998 18278 52742 5016 14887 52743 5000 18282 52744 12978 14888 52745 5016 14887 52746 12736 14890 52747 5000 18282 52748 5057 18285 52749 18070 18273 52750 18108 15387 52751 5057 18285 52752 13006 15196 52753 18338 18286 52754 5058 18287 52755 18338 18286 52756 18341 15201 52757 5058 18287 52758 13007 15203 52759 18072 16643 52760 5059 18288 52761 18075 18289 52762 13004 15072 52763 5059 18288 52764 13004 15072 52765 18340 18290 52766 5060 18291 52767 18339 16664 52768 18340 18290 52769 5060 18291 52770 13005 15068 52771 18076 18292 52772 5073 15090 52773 5058 18287 52774 18072 16643 52775 5073 15090 52776 13070 15093 52777 18338 18286 52778 5074 15094 52779 5057 18285 52780 18338 18286 52781 5074 15094 52782 12725 14800 52783 5057 18285 52784 5076 15101 52785 5060 18291 52786 12734 15102 52787 5076 15101 52788 13072 15104 52789 18339 16664 52790 5114 18293 52791 18076 18292 52792 13096 15263 52793 5114 18293 52794 13096 15263 52795 18374 18294 52796 5115 18295 52797 18373 18296 52798 18374 18294 52799 5115 18295 52800 13097 15258 52801 18077 18283 52802 5128 15279 52803 5115 18295 52804 12736 14890 52805 5128 15279 52806 13171 15281 52807 18373 18296 52808 5129 15280 52809 5114 18293 52810 18373 18296 52811 5129 15280 52812 12734 15102 52813 5114 18293 52814 5167 15401 52815 5172 15415 52816 12909 14803 52817 5167 15401 52818 13191 15403 52819 13193 15414 52820 5168 15404 52821 5171 15413 52822 13191 15403 52823 5168 15404 52824 12906 14790 52825 18292 18277 52826 5171 15413 52827 18292 18277 52828 18293 18276 52829 5172 15415 52830 13148 15389 52831 18291 18272 52832 5186 18297 52833 18074 18298 52834 18078 15475 52835 5186 18297 52836 13208 15468 52837 18413 18299 52838 5187 18300 52839 18413 18299 52840 18415 15472 52841 5187 18300 52842 13209 15463 52843 18073 18279 52844 5191 15479 52845 13206 15483 52846 18074 18298 52847 5191 15479 52848 5186 18297 52849 13216 15480 52850 5192 15484 52851 5187 18300 52852 18073 18279 52853 5192 15484 52854 13216 15480 52855 5187 18300 52856 5194 18301 52857 18304 18302 52858 18305 18284 52859 5194 18301 52860 13211 16693 52861 18418 18303 52862 5195 18304 52863 18418 18303 52864 18419 16694 52865 5195 18304 52866 13210 15476 52867 18074 18298 52868 5196 15490 52869 5195 18304 52870 18074 18298 52871 5196 15490 52872 13218 15496 52873 5195 18304 52874 5198 15495 52875 12978 14888 52876 18304 18302 52877 5198 15495 52878 5194 18301 52879 13218 15496 52880 5532 16646 52881 13836 16644 52882 18072 16643 52883 5532 16646 52884 4840 18269 52885 18075 18289 52886 5536 16661 52887 13825 16647 52888 5059 18288 52889 5536 16661 52890 5059 18288 52891 18339 16664 52892 3382 8250 52893 9378 8252 52894 9912 8247 52895 3382 8250 52896 3381 8246 52897 9910 8251 52898 3383 8253 52899 3380 8242 52900 9377 8613 52901 3383 8253 52902 9905 8337 52903 3380 8242 52904 3410 8336 52905 9448 8338 52906 9909 8232 52907 3410 8336 52908 3377 8229 52909 9401 8245 52910 3411 8339 52911 9910 8251 52912 9403 8240 52913 3411 8339 52914 3379 8238 52915 9907 8340 52916 3412 8341 52917 9908 8347 52918 9402 8236 52919 3412 8341 52920 3378 8233 52921 9909 8232 52922 3413 8344 52923 9445 8342 52924 9909 8232 52925 3414 8346 52926 9907 8340 52927 9402 8236 52928 3429 8394 52929 9450 8622 52930 3501 18305 52931 3429 8394 52932 3501 18305 52933 16379 18306 52934 3430 8398 52935 9473 8395 52936 16379 18306 52937 3430 8398 52938 3503 18307 52939 9906 8399 52940 3486 18308 52941 16417 18309 52942 9590 8609 52943 3486 18308 52944 9590 8609 52945 16416 8641 52946 3488 8612 52947 9591 8611 52948 16426 8610 52949 3489 18310 52950 16334 18311 52951 16418 8643 52952 3489 18310 52953 9592 8617 52954 16419 18312 52955 3490 8614 52956 16419 18312 52957 16427 18313 52958 3492 8619 52959 9911 8254 52960 3488 8612 52961 3492 8619 52962 3488 8612 52963 16417 18309 52964 3493 8621 52965 9904 8620 52966 3486 18308 52967 3493 8621 52968 3486 18308 52969 16335 18314 52970 3494 8624 52971 9906 8399 52972 16334 18311 52973 3494 8624 52974 3489 18310 52975 9594 8625 52976 3495 8627 52977 9594 8625 52978 16419 18312 52979 3495 8627 52980 3490 8614 52981 9378 8252 52982 3501 18305 52983 9595 8640 52984 16423 18315 52985 3501 18305 52986 16335 18314 52987 9595 8640 52988 3503 18307 52989 9596 8644 52990 16334 18311 52991 3503 18307 52992 16379 18306 52993 16423 18315 52994 5305 15841 52995 5304 15837 52996 13869 16211 52997 5305 15841 52998 13867 15930 52999 5304 15837 53000 5306 15843 53001 13868 15845 53002 13364 15834 53003 5306 15843 53004 5303 15833 53005 13862 15844 53006 5333 15927 53007 13862 15844 53008 13388 15821 53009 5333 15927 53010 5300 15820 53011 13866 15824 53012 5334 15929 53013 5302 15829 53014 13390 15840 53015 5334 15929 53016 13864 15938 53017 5302 15829 53018 5335 15931 53019 13432 15936 53020 13866 15824 53021 5335 15931 53022 5301 15825 53023 13389 15830 53024 5336 15934 53025 13435 15928 53026 13866 15824 53027 5337 15937 53028 13865 15932 53029 13389 15830 53030 5352 15987 53031 5425 18316 53032 13437 15988 53033 5352 15987 53034 13460 15991 53035 18535 18317 53036 5353 15992 53037 5427 18318 53038 18535 18317 53039 5353 15992 53040 13863 16221 53041 5427 18318 53042 5410 18319 53043 18491 18320 53044 18572 16237 53045 5410 18319 53046 13578 16208 53047 18573 18321 53048 5412 16209 53049 18573 18321 53050 18582 16207 53051 5413 18322 53052 18575 18323 53053 13580 16215 53054 5413 18322 53055 13580 16215 53056 18574 16241 53057 5414 16210 53058 13581 16212 53059 18583 18324 53060 5416 16216 53061 5412 16209 53062 13868 15845 53063 5416 16216 53064 13861 16217 53065 18573 18321 53066 5417 16218 53067 5410 18319 53068 13861 16217 53069 5417 16218 53070 13437 15988 53071 18491 18320 53072 5418 16220 53073 5413 18322 53074 18490 18325 53075 5418 16220 53076 13582 16224 53077 5413 18322 53078 5419 16223 53079 5414 16210 53080 18575 18323 53081 5419 16223 53082 13365 15842 53083 5414 16210 53084 5425 18316 53085 18535 18317 53086 18579 18326 53087 5425 18316 53088 13583 16238 53089 18491 18320 53090 5427 18318 53091 18490 18325 53092 13584 16240 53093 5427 18318 53094 13584 16240 53095 18579 18326 53096 18760 18327 53097 18801 18328 53098 15115 4087 53099 18760 18327 53100 7265 4079 53101 18819 18329 53102 18761 18330 53103 18819 18329 53104 15122 4076 53105 18761 18330 53106 7211 4075 53107 18802 18331 53108 18762 18332 53109 18802 18331 53110 7205 4082 53111 18762 18332 53112 7205 4082 53113 15117 18333 53114 18763 18334 53115 18803 18335 53116 15118 4089 53117 18763 18334 53118 7206 4088 53119 18801 18328 53120 18764 18336 53121 18805 18337 53122 7207 4064 53123 18764 18336 53124 7207 4064 53125 15120 4063 53126 18765 18338 53127 18804 18339 53128 15120 4063 53129 18765 18338 53130 7208 4070 53131 18806 18340 53132 18766 18341 53133 18800 18342 53134 15117 18333 53135 18766 18341 53136 7209 4085 53137 15119 4084 53138 18767 18343 53139 18806 18340 53140 15121 4091 53141 18767 18343 53142 7210 4090 53143 15118 4089 53144 2294 4030 53145 7250 4034 53146 18812 18344 53147 2294 4030 53148 18773 18345 53149 7251 4031 53150 2295 4035 53151 7252 17015 53152 18772 18346 53153 2295 4035 53154 18772 18346 53155 18812 18344 53156 2296 4038 53157 7254 4040 53158 18808 18347 53159 2296 4038 53160 18768 18348 53161 18807 18349 53162 2296 4038 53163 18769 18350 53164 18809 18351 53165 2297 4041 53166 18771 18352 53167 18810 18353 53168 2297 4041 53169 18770 18354 53170 18808 18347 53171 2297 4041 53172 7255 4042 53173 18811 18355 53174 18774 18356 53175 18815 18357 53176 15149 18358 53177 18774 18356 53178 7256 17363 53179 18814 18359 53180 18774 18356 53181 18814 18359 53182 15151 4047 53183 18774 18356 53184 7257 4046 53185 18815 18357 53186 18775 18360 53187 18815 18357 53188 7258 4052 53189 18775 18360 53190 7258 4052 53191 15153 4056 53192 18776 18361 53193 18817 18362 53194 15154 4049 53195 18776 18361 53196 7259 4048 53197 15151 4047 53198 18777 18363 53199 18813 18364 53200 7260 4050 53201 18777 18363 53202 7260 4050 53203 15154 4049 53204 18778 18365 53205 18818 18366 53206 15156 4054 53207 18778 18365 53208 7261 4053 53209 18813 18364 53210 18779 18367 53211 18816 18368 53212 15153 4056 53213 18779 18367 53214 7262 4055 53215 15156 4054 53216 2300 4057 53217 7264 4060 53218 18812 18344 53219 2300 4057 53220 18772 18346 53221 18811 18355 53222 2301 4059 53223 7253 4039 53224 18809 18351 53225 2301 4059 53226 18773 18345 53227 18812 18344 53228 18780 18369 53229 18823 18370 53230 17236 17906 53231 18780 18369 53232 11117 17915 53233 18822 18371 53234 18781 18372 53235 11118 17910 53236 17238 17902 53237 18781 18372 53238 18822 18371 53239 11118 17910 53240 18782 18373 53241 18824 18374 53242 11119 17901 53243 18782 18373 53244 11119 17901 53245 18821 18375 53246 18783 18376 53247 18839 18377 53248 11184 11644 53249 18783 18376 53250 11184 11644 53251 17239 11653 53252 18784 18378 53253 18820 18379 53254 11126 11639 53255 18784 18378 53256 11126 11639 53257 17246 11642 53258 18785 18380 53259 18826 18381 53260 17241 18382 53261 18785 18380 53262 11120 11648 53263 18820 18379 53264 18786 18383 53265 18825 18384 53266 11121 11652 53267 18786 18383 53268 11121 11652 53269 17242 11656 53270 18780 18369 53271 18822 18371 53272 17244 11628 53273 18780 18369 53274 11122 11627 53275 18823 18370 53276 18781 18372 53277 18824 18374 53278 11123 11634 53279 18781 18372 53280 11123 11634 53281 17244 11628 53282 18787 18385 53283 18823 18370 53284 17243 11650 53285 18787 18385 53286 11124 11649 53287 17241 18382 53288 18782 18373 53289 18821 18375 53290 17242 11656 53291 18782 18373 53292 11125 11655 53293 17245 11654 53294 18788 18386 53295 11165 17957 53296 18828 18387 53297 18788 18386 53298 18829 18388 53299 17271 17958 53300 18789 18389 53301 11164 17947 53302 17269 17946 53303 18789 18389 53304 18827 18390 53305 11164 17947 53306 18790 18391 53307 18831 18392 53308 11166 11592 53309 18790 18391 53310 11166 11592 53311 17274 11597 53312 18789 18389 53313 18830 18393 53314 17274 11597 53315 18789 18389 53316 11167 11596 53317 18827 18390 53318 18791 18394 53319 18829 18388 53320 17276 11600 53321 18791 18394 53322 11168 11599 53323 18831 18392 53324 18788 18386 53325 18828 18387 53326 17277 11602 53327 18788 18386 53328 11169 11601 53329 17276 11600 53330 18792 18395 53331 18832 18396 53332 17278 11621 53333 18792 18395 53334 11170 11620 53335 18828 18387 53336 18793 18397 53337 18827 18390 53338 11171 11625 53339 18793 18397 53340 11171 11625 53341 17278 11621 53342 18794 18398 53343 11196 17971 53344 18837 18399 53345 18794 18398 53346 18833 18400 53347 17283 17972 53348 18795 18401 53349 11197 17976 53350 18834 18402 53351 18795 18401 53352 18837 18399 53353 17280 17977 53354 18796 18403 53355 11175 17982 53356 17282 18404 53357 18796 18403 53358 18834 18402 53359 11175 17982 53360 18796 18403 53361 18835 18405 53362 11176 11606 53363 18796 18403 53364 11176 11606 53365 17284 11612 53366 18797 18406 53367 18836 18407 53368 17286 11615 53369 18797 18406 53370 11177 11614 53371 18835 18405 53372 18795 18401 53373 18834 18402 53374 17284 11612 53375 18795 18401 53376 11178 11611 53377 17287 11610 53378 18794 18398 53379 18837 18399 53380 17287 11610 53381 18794 18398 53382 11179 11609 53383 18833 18400 53384 18798 18408 53385 18833 18400 53386 11180 11618 53387 18798 18408 53388 11180 11618 53389 17289 11617 53390 18799 18409 53391 18838 18410 53392 17289 11617 53393 18799 18409 53394 11181 11616 53395 17286 11615 53396 18760 18327 53397 9715 8852 53398 16483 8851 53399 18760 18327 53400 18819 18329 53401 9715 8852 53402 18761 18330 53403 18802 18331 53404 16482 8849 53405 18761 18330 53406 9716 8848 53407 18819 18329 53408 18762 18332 53409 18800 18342 53410 14009 17328 53411 18762 18332 53412 14009 17328 53413 16482 8849 53414 18763 18334 53415 9717 8843 53416 18803 18335 53417 18763 18334 53418 18801 18328 53419 16483 8851 53420 18764 18336 53421 9718 8838 53422 16485 17326 53423 18764 18336 53424 18804 18339 53425 9718 8838 53426 18765 18338 53427 18806 18340 53428 16487 8830 53429 18765 18338 53430 9719 8835 53431 18804 18339 53432 18766 18341 53433 14010 17325 53434 15114 17329 53435 18766 18341 53436 18805 18337 53437 14010 17325 53438 18767 18343 53439 9720 8831 53440 18806 18340 53441 18767 18343 53442 18803 18335 53443 9720 8831 53444 5642 17014 53445 14018 17019 53446 18771 18352 53447 5642 17014 53448 18771 18352 53449 18811 18355 53450 5643 17018 53451 14019 17025 53452 18770 18354 53453 5643 17018 53454 18770 18354 53455 18810 18353 53456 5644 17020 53457 7251 4031 53458 18809 18351 53459 5644 17020 53460 18769 18350 53461 14020 17021 53462 5645 17024 53463 14020 17021 53464 18807 18349 53465 5645 17024 53466 18768 18348 53467 14019 17025 53468 18779 18367 53469 18818 18366 53470 16554 9111 53471 18779 18367 53472 9921 9110 53473 18816 18368 53474 18778 18365 53475 18813 18364 53476 15150 17351 53477 18778 18365 53478 14060 17348 53479 18818 18366 53480 18777 18363 53481 18817 18362 53482 14061 17352 53483 18777 18363 53484 14061 17352 53485 15150 17351 53486 18776 18361 53487 18814 18359 53488 14062 17357 53489 18776 18361 53490 14062 17357 53491 16555 17356 53492 18775 18360 53493 18816 18368 53494 14021 17360 53495 18775 18360 53496 14021 17360 53497 15149 18358 53498 18783 18376 53499 18825 18384 53500 18639 16432 53501 18783 18376 53502 13703 16431 53503 18839 18377 53504 18784 18378 53505 14287 17925 53506 17234 17924 53507 18784 18378 53508 18839 18377 53509 14287 17925 53510 18785 18380 53511 14288 17921 53512 18826 18381 53513 18785 18380 53514 18820 18379 53515 17234 17924 53516 18786 18383 53517 18821 18375 53518 14289 17917 53519 18786 18383 53520 14289 17917 53521 18639 16432 53522 18787 18385 53523 18826 18381 53524 18640 17920 53525 18787 18385 53526 14290 17907 53527 18823 18370 53528 18793 18397 53529 14300 17964 53530 17270 17963 53531 18793 18397 53532 18832 18396 53533 14300 17964 53534 18792 18395 53535 14299 17961 53536 18832 18396 53537 18792 18395 53538 18828 18387 53539 17272 17956 53540 18791 18394 53541 14298 17953 53542 18829 18388 53543 18791 18394 53544 18831 18392 53545 18695 17942 53546 18790 18391 53547 14297 17943 53548 18695 17942 53549 18790 18391 53550 18830 18393 53551 14297 17943 53552 18799 18409 53553 13878 16669 53554 18705 16668 53555 18799 18409 53556 18836 18407 53557 13878 16669 53558 18798 18408 53559 14302 17968 53560 17283 17972 53561 18798 18408 53562 18838 18410 53563 14302 17968 53564 18797 18406 53565 14301 17979 53566 18836 18407 53567 18797 18406 53568 18835 18405 53569 17282 18404 53570 2329 18411 53571 15212 18412 53572 7345 4176 53573 2329 18411 53574 7345 4176 53575 15211 18413 53576 2330 18414 53577 15213 18415 53578 7346 4181 53579 2330 18414 53580 7346 4181 53581 15218 4177 53582 2331 18416 53583 15215 18417 53584 15220 4190 53585 2331 18416 53586 7347 4189 53587 15214 18418 53588 2332 18419 53589 15216 18420 53590 7348 4194 53591 2332 18419 53592 7348 4194 53593 15220 4190 53594 2333 4165 53595 7351 4169 53596 7343 4157 53597 2333 4165 53598 2327 4156 53599 7349 4166 53600 2334 4170 53601 7349 4166 53602 7342 4160 53603 2334 4170 53604 2328 4161 53605 7344 4266 53606 2345 4229 53607 7379 4232 53608 2351 18421 53609 2345 4229 53610 2351 18421 53611 7380 4230 53612 2346 4231 53613 7381 4269 53614 2352 18422 53615 2346 4231 53616 2352 18422 53617 15242 18423 53618 2351 18421 53619 15242 18423 53620 7392 17121 53621 2351 18421 53622 7392 17121 53623 15241 18424 53624 2352 18422 53625 15243 18425 53626 7393 17128 53627 2352 18422 53628 7393 17128 53629 15251 17122 53630 2357 4261 53631 7402 4264 53632 7397 4258 53633 2357 4261 53634 2356 4259 53635 7399 4276 53636 2358 4265 53637 7405 4267 53638 15252 17129 53639 2359 4268 53640 7352 4171 53641 2358 4265 53642 2359 4268 53643 2358 4265 53644 15243 18425 53645 2360 4271 53646 15241 18424 53647 15250 17146 53648 2361 4273 53649 2360 4271 53650 7351 4169 53651 2361 4273 53652 7380 4230 53653 15241 18424 53654 2362 4275 53655 7407 4277 53656 15222 4195 53657 2364 4280 53658 15214 18418 53659 15221 4188 53660 2366 4284 53661 7409 4286 53662 15219 4182 53663 2368 4289 53664 15211 18413 53665 15217 4175 53666 2370 4293 53667 7432 4342 53668 2371 4297 53669 2370 4293 53670 2371 4297 53671 7419 4325 53672 2371 4297 53673 15263 18426 53674 7411 4298 53675 2373 4307 53676 2374 4312 53677 7428 4308 53678 2373 4307 53679 7420 4311 53680 7415 4313 53681 2374 4312 53682 7412 17161 53683 15262 18427 53684 2378 4326 53685 7421 4329 53686 7417 4321 53687 2378 4326 53688 2376 4320 53689 7420 4311 53690 2379 4330 53691 7422 4294 53692 2377 4324 53693 2379 4330 53694 2377 4324 53695 7417 4321 53696 2382 4338 53697 7428 4308 53698 15262 18427 53699 2382 4338 53700 2384 18428 53701 7430 4339 53702 2383 4341 53703 7430 4339 53704 15264 18429 53705 2383 4341 53706 2385 18430 53707 15263 18426 53708 2384 18428 53709 15262 18427 53710 15265 17160 53711 2384 18428 53712 7433 17168 53713 15264 18429 53714 2385 18430 53715 15264 18429 53716 15267 17167 53717 2385 18430 53718 7435 4347 53719 15266 4304 53720 4241 11783 53721 4235 11764 53722 11325 11876 53723 4241 11783 53724 11333 11788 53725 4235 11764 53726 4242 11787 53727 4236 11768 53728 11324 11767 53729 4242 11787 53730 11336 11790 53731 11326 11770 53732 4243 11791 53733 4237 11771 53734 11328 11903 53735 4243 11791 53736 11338 11794 53737 11327 11773 53738 4244 11795 53739 4238 11774 53740 11338 11794 53741 4244 11795 53742 11341 11798 53743 11329 11775 53744 4245 11799 53745 4239 11777 53746 11331 11889 53747 4245 11799 53748 11343 11802 53749 11330 11779 53750 4246 11803 53751 4240 11780 53752 11343 11802 53753 4246 11803 53754 11346 11806 53755 11332 11781 53756 4253 11837 53757 11364 11879 53758 4259 18431 53759 4253 11837 53760 4259 18431 53761 11363 11838 53762 4254 11839 53763 11363 11838 53764 17400 18432 53765 4254 11839 53766 4260 18433 53767 11365 11840 53768 4255 11841 53769 11367 11906 53770 4261 18434 53771 4255 11841 53772 4261 18434 53773 17403 18435 53774 4256 11843 53775 11366 11842 53776 4262 18436 53777 4256 11843 53778 4262 18436 53779 11368 11844 53780 4257 11845 53781 11370 11892 53782 4263 18437 53783 4257 11845 53784 4263 18437 53785 17405 18438 53786 4258 11847 53787 11369 11846 53788 4264 18439 53789 4258 11847 53790 4264 18439 53791 11371 11848 53792 4259 18431 53793 17399 18440 53794 11372 11854 53795 4259 18431 53796 11372 11854 53797 17400 18432 53798 4260 18433 53799 17400 18432 53800 17409 11853 53801 4260 18433 53802 11373 11859 53803 17401 18441 53804 4261 18434 53805 17402 18442 53806 11374 17731 53807 4261 18434 53808 11374 17731 53809 17411 17736 53810 4262 18436 53811 17403 18435 53812 11375 17735 53813 4262 18436 53814 11375 17735 53815 17404 18443 53816 4263 18437 53817 17406 18444 53818 11376 17726 53819 4263 18437 53820 11376 17726 53821 17415 11866 53822 4264 18439 53823 17405 18438 53824 11377 11865 53825 4264 18439 53826 11377 11865 53827 17407 18445 53828 4269 11872 53829 17401 18441 53830 17410 11858 53831 4270 11873 53832 4269 11872 53833 11336 11790 53834 4270 11873 53835 11365 11840 53836 17401 18441 53837 4271 11875 53838 11385 11877 53839 17408 17740 53840 4272 11878 53841 11335 11784 53842 4271 11875 53843 4272 11878 53844 4271 11875 53845 17399 18440 53846 4274 11885 53847 17407 18445 53848 17416 11864 53849 4275 11886 53850 4274 11885 53851 11346 11806 53852 4275 11886 53853 11371 11848 53854 17407 18445 53855 4276 11888 53856 11387 11890 53857 17414 17727 53858 4277 11891 53859 11345 11800 53860 4276 11888 53861 4277 11891 53862 4276 11888 53863 17406 18444 53864 4279 11899 53865 17404 18443 53866 17413 18446 53867 4280 11900 53868 4279 11899 53869 11341 11798 53870 4280 11900 53871 11368 11844 53872 17404 18443 53873 4281 11902 53874 11389 11904 53875 17412 17732 53876 4282 11905 53877 11340 11792 53878 4281 11902 53879 4282 11905 53880 4281 11902 53881 17402 18442 53882 4283 11908 53883 4284 11913 53884 11410 11909 53885 4283 11908 53886 11400 11912 53887 11397 11914 53888 4284 11913 53889 11390 17752 53890 17427 18447 53891 4285 11916 53892 11406 11943 53893 4286 11920 53894 4285 11916 53895 4286 11920 53896 11393 11924 53897 4286 11920 53898 17426 18448 53899 11391 11921 53900 4289 11930 53901 11398 11917 53902 4287 11923 53903 4289 11930 53904 4287 11923 53905 11395 11928 53906 4290 11934 53907 11399 11933 53908 11395 11928 53909 4290 11934 53910 4288 11927 53911 11400 11912 53912 4293 11942 53913 4295 18449 53914 17426 18448 53915 4293 11942 53916 11408 11946 53917 4295 18449 53918 4294 11945 53919 4296 18450 53920 17428 18451 53921 4294 11945 53922 11410 11909 53923 17427 18447 53924 4295 18449 53925 11411 17765 53926 17429 17758 53927 4295 18449 53928 17428 18451 53929 11411 17765 53930 4296 18450 53931 11413 11951 53932 17431 17766 53933 4296 18450 53934 17427 18447 53935 17430 11952 53936 5676 17106 53937 14122 17110 53938 2329 18411 53939 5676 17106 53940 2329 18411 53941 14123 17107 53942 5677 17109 53943 7341 17153 53944 2330 18414 53945 5677 17109 53946 2330 18414 53947 15212 18412 53948 5678 17113 53949 14124 17117 53950 2331 18416 53951 5678 17113 53952 2331 18416 53953 14125 17114 53954 5679 17116 53955 14126 17148 53956 2332 18419 53957 5679 17116 53958 2332 18419 53959 15215 18417 53960 5682 17130 53961 14128 17132 53962 7398 4256 53963 5682 17130 53964 2355 4255 53965 7402 4264 53966 5683 17134 53967 7404 17136 53968 7395 4250 53969 5683 17134 53970 2353 4249 53971 14129 17137 53972 5684 17139 53973 14129 17137 53974 7394 4252 53975 5684 17139 53976 2354 4253 53977 14130 17140 53978 5687 17147 53979 7403 4262 53980 2362 4275 53981 5687 17147 53982 2362 4275 53983 15216 18420 53984 5688 17151 53985 14125 17114 53986 15214 18418 53987 5688 17151 53988 2364 4280 53989 14128 17132 53990 5689 17152 53991 14130 17140 53992 2366 4284 53993 5689 17152 53994 2366 4284 53995 15213 18415 53996 5690 17155 53997 14123 17107 53998 15211 18413 53999 5690 17155 54000 2368 4289 54001 7404 17136 54002 2955 18452 54003 2957 18453 54004 15896 18454 54005 2955 18452 54006 9234 18455 54007 8630 6680 54008 2955 18452 54009 2960 6679 54010 8628 6682 54011 2955 18452 54012 9235 18456 54013 2957 18453 54014 2957 18453 54015 8627 6673 54016 15947 8057 54017 2957 18453 54018 15895 18457 54019 8627 6673 54020 2958 18458 54021 9235 18456 54022 3322 8064 54023 2958 18458 54024 3322 8064 54025 8625 6677 54026 2958 18458 54027 2959 6676 54028 8621 6678 54029 2958 18458 54030 3319 8059 54031 15895 18457 54032 2963 18459 54033 2962 6688 54034 8626 6689 54035 2963 18459 54036 3323 8065 54037 9234 18455 54038 2963 18459 54039 9234 18455 54040 3318 8058 54041 2963 18459 54042 3318 8058 54043 8622 6690 54044 3318 8058 54045 15896 18454 54046 9895 8056 54047 3319 8059 54048 9894 8061 54049 15895 18457 54050 4878 18460 54051 13222 18461 54052 18053 18462 54053 4878 18460 54054 4880 18463 54055 13223 18464 54056 4878 18460 54057 13223 18464 54058 12616 14272 54059 4878 18460 54060 4883 14271 54061 12618 14274 54062 4880 18463 54063 18053 18462 54064 18105 15650 54065 4880 18463 54066 12615 14267 54067 18052 18465 54068 4881 18466 54069 5245 15658 54070 13223 18464 54071 4881 18466 54072 13223 18464 54073 18052 18465 54074 4881 18466 54075 5242 15653 54076 12609 14269 54077 4881 18466 54078 4882 14268 54079 12613 14270 54080 4886 18467 54081 5246 15659 54082 12614 14281 54083 4886 18467 54084 4885 14280 54085 12610 14282 54086 4886 18467 54087 5241 15652 54088 13222 18461 54089 4886 18467 54090 13222 18461 54091 5246 15659 54092 5241 15652 54093 13852 15651 54094 18053 18462 54095 5242 15653 54096 18052 18465 54097 13851 15654 54098 2744 18468 54099 2745 18469 54100 15627 18470 54101 2744 18468 54102 3631 18471 54103 8227 18472 54104 2744 18468 54105 8227 18472 54106 2747 18473 54107 2744 18468 54108 2747 18473 54109 15664 18474 54110 2745 18469 54111 15664 18474 54112 8228 5899 54113 2745 18469 54114 8228 5899 54115 15740 6214 54116 2747 18473 54117 15741 18475 54118 8229 6483 54119 2747 18473 54120 8229 6483 54121 15742 6480 54122 3631 18471 54123 9893 9127 54124 15738 18476 54125 3631 18471 54126 15627 18470 54127 9893 9127 54128 4650 18477 54129 5546 18478 54130 17780 18479 54131 4650 18477 54132 4651 18480 54133 17818 18481 54134 4650 18477 54135 4653 18482 54136 12191 18483 54137 4650 18477 54138 12191 18483 54139 5546 18478 54140 4651 18480 54141 17780 18479 54142 17896 13787 54143 4651 18480 54144 12192 13470 54145 17818 18481 54146 4653 18482 54147 17818 18481 54148 17898 14068 54149 4653 18482 54150 12193 14070 54151 17897 18484 54152 4746 18485 54153 17897 18484 54154 13928 17834 54155 5546 18478 54156 17894 18486 54157 13850 16687 54158 5546 18478 54159 13850 16687 54160 17780 18479 54161 3481 8595 54162 9323 18487 54163 16414 18488 54164 3482 8596 54165 9572 8593 54166 16414 18488 54167 5404 16188 54168 13560 16187 54169 18570 18489 54170 5405 16189 54171 13310 18490 54172 18570 18489 54173 3325 17304 54174 18842 18491 54175 18856 18492 54176 3325 17304 54177 9321 18493 54178 18842 18491 54179 3326 8072 54180 18843 18494 54181 18855 18495 54182 3326 8072 54183 9569 8076 54184 18843 18494 54185 3327 8075 54186 18844 18496 54187 18858 18497 54188 3327 8075 54189 9320 17305 54190 18844 18496 54191 3328 8079 54192 9322 8081 54193 18860 18498 54194 3482 8596 54195 18846 18499 54196 18860 18498 54197 3482 8596 54198 9323 18487 54199 18846 18499 54200 3481 8595 54201 9319 8073 54202 18847 18500 54203 3481 8595 54204 18847 18500 54205 18840 18501 54206 5248 18126 54207 13307 18129 54208 18862 18502 54209 5248 18126 54210 18848 18503 54211 13308 18127 54212 5249 15665 54213 13306 15668 54214 18861 18504 54215 5249 15665 54216 18849 18505 54217 13556 15666 54218 5250 15670 54219 13556 15666 54220 18864 18506 54221 5250 15670 54222 18850 18507 54223 13307 18129 54224 5251 15671 54225 18851 18508 54226 18866 18509 54227 5405 16189 54228 13309 15672 54229 18866 18509 54230 5405 16189 54231 18852 18510 54232 13310 18490 54233 5404 16188 54234 13310 18490 54235 18841 18511 54236 5404 16188 54237 18853 18512 54238 13306 15668 54239 18873 18513 54240 8313 18514 54241 18888 18515 54242 18873 18513 54243 18887 18516 54244 4696 18517 54245 18874 18518 54246 18889 18519 54247 8314 6071 54248 18874 18518 54249 8314 6071 54250 2786 18520 54251 18875 18521 54252 18890 18522 54253 2786 18520 54254 18875 18521 54255 8315 6306 54256 18891 18523 54257 18876 18524 54258 18892 18525 54259 4694 18526 54260 18876 18524 54261 12285 13629 54262 18893 18527 54263 18877 18528 54264 18893 18527 54265 2845 6055 54266 18877 18528 54267 12286 6054 54268 18887 18516 54269 18878 18529 54270 18891 18523 54271 4695 6308 54272 18878 18529 54273 12287 13630 54274 18892 18525 54275 18867 18530 54276 18880 18531 54277 12288 6059 54278 18867 18530 54279 12288 6059 54280 5966 18532 54281 18868 18533 54282 12289 13631 54283 18881 18534 54284 18868 18533 54285 18882 18535 54286 4698 18536 54287 18869 18537 54288 12290 13633 54289 4698 18536 54290 18869 18537 54291 18883 18538 54292 12290 13633 54293 18870 18539 54294 12408 17248 54295 5717 18540 54296 18870 18539 54297 18885 18541 54298 12408 17248 54299 18871 18542 54300 13916 6067 54301 4764 6064 54302 18871 18542 54303 18879 18543 54304 13916 6067 54305 18872 18544 54306 14186 17848 54307 5728 13634 54308 18872 18544 54309 18884 18545 54310 14186 17848 54311 18842 18491 54312 18857 18546 54313 18867 18530 54314 18842 18491 54315 18867 18530 54316 18879 18543 54317 18845 18547 54318 18860 18498 54319 18882 18535 54320 18845 18547 54321 18868 18533 54322 18859 985 54323 18846 18499 54324 18840 18501 54325 18869 18537 54326 18846 18499 54327 18869 18537 54328 18860 18498 54329 18843 18494 54330 18858 18497 54331 18870 18539 54332 18843 18494 54333 18870 18539 54334 18884 18545 54335 18844 18496 54336 18856 18492 54337 18871 18542 54338 18844 18496 54339 18871 18542 54340 18885 18541 54341 18847 18500 54342 18855 18495 54343 18872 18544 54344 18847 18500 54345 18872 18544 54346 18883 18538 54347 18848 18503 54348 18873 18513 54349 18863 18548 54350 18848 18503 54351 18862 18502 54352 18887 18516 54353 18851 18508 54354 18874 18518 54355 18890 18522 54356 18851 18508 54357 18865 18549 54358 18874 18518 54359 18852 18510 54360 18875 18521 54361 18841 18511 54362 18852 18510 54363 18866 18509 54364 18875 18521 54365 18849 18505 54366 18876 18524 54367 18864 18506 54368 18849 18505 54369 18861 18504 54370 18892 18525 54371 18850 18507 54372 18877 18528 54373 18862 18502 54374 18850 18507 54375 18864 18506 54376 18893 18527 54377 18853 18512 54378 18878 18529 54379 18861 18504 54380 18853 18512 54381 18841 18511 54382 18891 18523 54383 6056 18078 54384 14453 18075 54385 2845 6055 54386 6057 18080 54387 12407 18082 54388 2785 18550 54389 6058 18087 54390 14454 18083 54391 2785 18550 54392 6058 18087 54393 8313 18514 54394 14450 6056 54395 1285 18551 54396 18896 1201 54397 1365 1281 54398 1288 1325 54399 18897 1204 54400 1285 18551 54401 1289 1324 54402 18898 1206 54403 1288 1325 54404 1294 18552 54405 18908 1208 54406 1289 1324 54407 1295 1217 54408 18907 1210 54409 1294 18552 54410 1296 1216 54411 18924 1212 54412 1295 1217 54413 1296 1216 54414 1300 1219 54415 18924 1212 54416 1302 1223 54417 18926 1220 54418 1300 1219 54419 1367 18553 54420 18900 1279 54421 18899 1203 54422 1368 18554 54423 18901 1282 54424 18900 1279 54425 1370 18555 54426 18902 1284 54427 18901 1282 54428 1372 18556 54429 18909 1286 54430 18902 1284 54431 1373 18557 54432 18910 1288 54433 18909 1286 54434 1374 1293 54435 18921 1290 54436 18910 1288 54437 1381 1295 54438 1378 1291 54439 18921 1290 54440 1382 1301 54441 18923 1297 54442 1379 18558 54443 1385 18559 54444 1384 1298 54445 18923 1297 54446 1392 1384 54447 18904 1305 54448 18903 1300 54449 1394 1387 54450 18905 1308 54451 18904 1305 54452 1396 1389 54453 18906 1311 54454 18905 1308 54455 1469 1391 54456 18920 1312 54457 1396 1389 54458 1367 18553 54459 1364 1421 54460 18911 1370 54461 1368 18554 54462 1367 18553 54463 18913 1372 54464 1370 18555 54465 1368 18554 54466 18913 1372 54467 1372 18556 54468 1370 18555 54469 18914 1374 54470 1373 18557 54471 1372 18556 54472 18915 1375 54473 1374 1293 54474 1373 18557 54475 18917 1379 54476 1382 1301 54477 1379 18558 54478 18919 1381 54479 1379 18558 54480 1374 1293 54481 18917 1379 54482 1480 1413 54483 18929 1408 54484 18927 18560 54485 1485 1412 54486 18928 1410 54487 18929 1408 54488 1484 1411 54489 18928 1410 54490 18926 1220 54491 1382 1301 54492 18919 1381 54493 18927 18560 54494 1558 18561 54495 1639 1557 54496 18930 1475 54497 1561 18562 54498 1558 18561 54499 18931 1478 54500 1562 18563 54501 1561 18562 54502 18932 1480 54503 1567 1490 54504 1562 18563 54505 18942 1482 54506 1568 1491 54507 1567 1490 54508 18941 1484 54509 1569 1493 54510 1568 1491 54511 18958 1486 54512 1569 1493 54513 18958 1486 54514 1573 1497 54515 1575 1500 54516 1573 1497 54517 18960 1494 54518 1641 18564 54519 1638 1691 54520 18933 1476 54521 1642 18565 54522 1641 18564 54523 18934 1556 54524 1644 18566 54525 1642 18565 54526 18935 1558 54527 1646 18567 54528 1644 18566 54529 18936 1560 54530 1647 18568 54531 1646 18567 54532 18943 1562 54533 1648 1570 54534 1647 18568 54535 18944 1564 54536 1655 1573 54537 18956 1568 54538 18955 1566 54539 1656 1580 54540 1653 1569 54541 18957 1575 54542 1659 1582 54543 18937 1578 54544 18957 1575 54545 1666 1657 54546 1664 1579 54547 18937 1578 54548 1668 1660 54549 1666 1657 54550 18938 1584 54551 1670 1662 54552 1668 1660 54553 18939 1587 54554 1736 1664 54555 1670 1662 54556 18954 1593 54557 1641 18564 54558 18946 1641 54559 18945 1692 54560 1642 18565 54561 18947 1644 54562 1641 18564 54563 1644 18566 54564 18948 1646 54565 18947 1644 54566 1646 18567 54567 18949 1648 54568 18948 1646 54569 1647 18568 54570 18950 1650 54571 18949 1648 54572 1648 1570 54573 18951 1652 54574 1647 18568 54575 1656 1580 54576 18953 1654 54577 1653 1569 54578 1653 1569 54579 18952 1656 54580 18951 1652 54581 1745 1688 54582 1746 1685 54583 18961 1678 54584 1750 1681 54585 1745 1688 54586 18963 1677 54587 1749 1676 54588 1575 1500 54589 18960 1494 54590 1656 1580 54591 1748 1679 54592 18961 1678 54593 1734 1714 54594 14285 1717 54595 18954 1593 54596 5969 18569 54597 13982 6423 54598 1496 17252 54599 1497 17255 54600 1469 1391 54601 8492 17306 54602 5969 18569 54603 14160 18570 54604 14263 1705 54605 14008 8070 54606 1467 8078 54607 18920 1312 54608 16300 18571 54609 18746 18572 54610 13308 18127 54611 19551 4415 54612 19550 18573 54613 11427 11976 54614 5281 15769 54615 12462 15771 54616 18013 14091 54617 7472 18574 54618 7467 4439 54619 15283 4434 54620 7472 18574 54621 7470 4430 54622 15300 18575 54623 9878 18576 54624 15679 18577 54625 15689 5817 54626 9878 18576 54627 9877 5803 54628 9869 18578 54629 8210 5931 54630 8202 5868 54631 15691 6094 54632 8210 5931 54633 8211 18579 54634 15727 6184 54635 2748 5904 54636 9878 18576 54637 9874 5905 54638 2748 5904 54639 8234 17220 54640 2753 18580 54641 2748 5904 54642 2753 18580 54643 15679 18577 54644 2749 5907 54645 8236 5909 54646 15747 5917 54647 8231 18581 54648 8183 18582 54649 15714 6096 54650 8231 18581 54651 8237 5913 54652 8235 5908 54653 8126 17215 54654 8238 5916 54655 15748 5922 54656 8126 17215 54657 15678 18583 54658 8238 5916 54659 2752 18584 54660 15680 17216 54661 8239 5921 54662 2752 18584 54663 8239 5921 54664 15751 5920 54665 2753 18580 54666 15746 18585 54667 8240 5919 54668 2753 18580 54669 8240 5919 54670 15689 5817 54671 2755 5923 54672 8125 5925 54673 8330 5926 54674 2756 5930 54675 8248 5934 54676 8211 18579 54677 8274 5989 54678 8319 5997 54679 15791 6172 54680 8274 5989 54681 15772 6017 54682 8319 5997 54683 8287 6016 54684 8288 6024 54685 15773 5998 54686 8287 6016 54687 15779 6034 54688 8288 6024 54689 8296 6033 54690 8297 6039 54691 15780 6025 54692 5956 18586 54693 9873 18587 54694 15783 9157 54695 5956 18586 54696 8307 9156 54697 15785 18588 54698 5957 18589 54699 9872 18590 54700 8309 9163 54701 5957 18589 54702 8309 9163 54703 15789 9166 54704 5727 6068 54705 8312 18591 54706 2785 18550 54707 8125 5925 54708 8331 6093 54709 8183 18582 54710 8125 5925 54711 15677 5932 54712 8331 6093 54713 2808 6156 54714 8347 6165 54715 15798 6187 54716 2809 6159 54717 15765 5965 54718 8348 6160 54719 2810 6161 54720 8261 5963 54721 2809 6159 54722 2810 6161 54723 2809 6159 54724 8363 6157 54725 2810 6161 54726 2808 6156 54727 8344 6162 54728 8369 6188 54729 15798 6187 54730 15758 6154 54731 8369 6188 54732 8352 6182 54733 15806 6189 54734 2818 6186 54735 8370 18592 54736 8248 5934 54737 8370 18592 54738 15806 6189 54739 15802 6181 54740 8370 18592 54741 8351 6185 54742 8211 18579 54743 1473 1353 54744 1468 1368 54745 1496 17252 54746 1496 17252 54747 1468 1368 54748 1495 17310 54749 9965 18593 54750 9963 17268 54751 15865 6461 54752 9965 18593 54753 8494 6466 54754 9880 6312 54755 3329 8082 54756 9324 8084 54757 16301 8109 54758 8581 18594 54759 9331 8094 54760 15927 8086 54761 9338 18595 54762 16302 18596 54763 9519 8108 54764 9338 18595 54765 9519 8108 54766 9518 4437 54767 9935 18597 54768 15300 18575 54769 15299 4429 54770 9935 18597 54771 9939 9154 54772 9937 17040 54773 3878 10231 54774 10482 11287 54775 14049 18598 54776 11240 18599 54777 14049 18598 54778 10517 11298 54779 11240 18599 54780 10517 11298 54781 16932 10866 54782 3953 10555 54783 17338 18600 54784 10654 10556 54785 3980 10669 54786 10708 10663 54787 17023 18601 54788 3981 10671 54789 10658 10673 54790 3980 10669 54791 3981 10671 54792 3980 10669 54793 17023 18601 54794 11202 18602 54795 5885 18603 54796 16600 18604 54797 11202 18602 54798 11201 18605 54799 11203 18606 54800 4213 18607 54801 17299 18608 54802 14312 17658 54803 4213 18607 54804 11205 18609 54805 11207 18610 54806 11447 18611 54807 11445 12024 54808 17445 12031 54809 11447 18611 54810 17461 18612 54811 11445 12024 54812 4316 12032 54813 17446 18613 54814 11446 12030 54815 13922 18614 54816 11449 12038 54817 17448 18615 54818 13922 18614 54819 13929 17769 54820 11449 12038 54821 4623 13335 54822 14192 18616 54823 17835 14023 54824 4647 13453 54825 17832 18617 54826 17845 13668 54827 4654 13474 54828 12197 13477 54829 12201 13501 54830 4654 13474 54831 12196 18618 54832 12209 18619 54833 4656 13483 54834 12200 13485 54835 17834 18620 54836 4656 13483 54837 4660 13500 54838 12197 13477 54839 4657 13486 54840 12207 13490 54841 12214 18621 54842 12196 18618 54843 12201 13501 54844 17904 13498 54845 12196 18618 54846 12210 13495 54847 12209 18619 54848 12195 18622 54849 12211 13493 54850 17870 13670 54851 12195 18622 54852 12209 18619 54853 12211 13493 54854 4660 13500 54855 17834 18620 54856 17905 13504 54857 12199 13487 54858 12214 18621 54859 17909 13506 54860 12199 13487 54861 12213 13505 54862 17834 18620 54863 12198 18623 54864 17833 17831 54865 17843 13395 54866 12198 18623 54867 12215 13503 54868 12214 18621 54869 4662 13507 54870 12308 13886 54871 12088 13508 54872 4663 13513 54873 4647 13453 54874 12175 13763 54875 4663 13513 54876 12220 13509 54877 17832 18617 54878 4669 13544 54879 12236 13545 54880 12294 13573 54881 4675 13570 54882 12235 13546 54883 4676 13572 54884 4675 13570 54885 4676 13572 54886 12248 13571 54887 4676 13572 54888 12295 13583 54889 17929 18624 54890 4682 13599 54891 12248 13571 54892 17929 18624 54893 4682 13599 54894 4683 18625 54895 12260 13600 54896 4683 18625 54897 17929 18624 54898 17930 13582 54899 4683 18625 54900 12261 13608 54901 17936 13614 54902 12269 18626 54903 17936 13614 54904 17937 13607 54905 12269 18626 54906 12270 13615 54907 8316 18627 54908 4688 13613 54909 12269 18626 54910 8317 1092 54911 8296 6033 54912 12291 18628 54913 8297 6039 54914 2779 6032 54915 12292 13635 54916 8296 6033 54917 12088 13508 54918 12148 18629 54919 12310 13669 54920 12088 13508 54921 12310 13669 54922 17832 18617 54923 4725 13737 54924 4724 13734 54925 12236 13545 54926 4725 13737 54927 12323 13761 54928 4723 13730 54929 4725 13737 54930 4723 13730 54931 12343 13736 54932 4734 13760 54933 12223 13514 54934 4735 13762 54935 4734 13760 54936 4735 13762 54937 12349 13759 54938 4734 13760 54939 4733 13758 54940 12324 13731 54941 5727 6068 54942 12407 18082 54943 14189 17247 54944 4765 13885 54945 12205 13475 54946 12195 18622 54947 4765 13885 54948 12195 18622 54949 12148 18629 54950 5252 18630 54951 18458 18631 54952 18457 15697 54953 5252 18630 54954 13311 15676 54955 18087 18632 54956 12566 18633 54957 18087 18632 54958 18084 15675 54959 13325 18634 54960 13506 15698 54961 18458 18631 54962 13325 18634 54963 13505 18635 54964 13506 15698 54965 5554 16713 54966 13889 18636 54967 13888 16717 54968 13889 18636 54969 18712 16716 54970 18710 18637 54971 13889 18636 54972 6028 18638 54973 18715 18639 54974 13894 18640 54975 13896 18033 54976 17460 12025 54977 13894 18640 54978 18719 18641 54979 13896 18033 54980 13897 18642 54981 13892 18643 54982 14316 18644 54983 13897 18642 54984 13895 18645 54985 18720 18646 54986 14024 18647 54987 11252 10232 54988 6521 3720 54989 3878 10231 54990 14049 18598 54991 6574 3730 54992 3878 10231 54993 6574 3730 54994 14744 3721 54995 11240 18599 54996 6609 3741 54997 14049 18598 54998 11240 18599 54999 17338 18600 55000 14812 3352 55001 3953 10555 55002 10657 10557 55003 6749 3353 55004 3953 10555 55005 6749 3353 55006 17338 18600 55007 14103 18648 55008 14904 16867 55009 6800 3154 55010 14103 18648 55011 6800 3154 55012 14877 18649 55013 5597 16864 55014 14103 18648 55015 10658 10673 55016 5647 18650 55017 7295 18651 55018 16561 18652 55019 5648 18653 55020 2311 18654 55021 7295 18651 55022 5648 18653 55023 14067 18655 55024 2311 18654 55025 14069 17028 55026 16562 18656 55027 16564 17391 55028 14069 17028 55029 19107 18657 55030 14479 17029 55031 5649 17027 55032 16565 18658 55033 14069 17028 55034 14070 18659 55035 14479 17029 55036 19108 18660 55037 14070 18659 55038 19108 18660 55039 16566 18661 55040 14071 18662 55041 14068 18663 55042 14479 17029 55043 5650 17030 55044 15190 18664 55045 7296 17031 55046 5651 18665 55047 14480 17032 55048 7297 18666 55049 5651 18665 55050 7297 18666 55051 15191 18667 55052 5652 18668 55053 14072 18669 55054 14480 17032 55055 5652 18668 55056 5651 18665 55057 15192 18670 55058 14074 18671 55059 9925 18672 55060 16568 9149 55061 14074 18671 55062 19111 18673 55063 7298 18674 55064 7300 18675 55065 14074 18671 55066 7298 18674 55067 7300 18675 55068 14076 18676 55069 14074 18671 55070 14078 18677 55071 7299 18678 55072 7298 18674 55073 14078 18677 55074 14075 18679 55075 16570 18680 55076 14082 17416 55077 5653 17033 55078 14481 17038 55079 14080 18681 55080 14481 17038 55081 19113 18682 55082 14080 18681 55083 19113 18682 55084 16571 18683 55085 5654 17036 55086 14080 18681 55087 9932 18684 55088 5655 17039 55089 9938 9153 55090 14482 18685 55091 5656 18686 55092 5655 17039 55093 14482 18685 55094 5656 18686 55095 15195 18687 55096 5655 17039 55097 14084 18688 55098 14482 18685 55099 9940 17425 55100 14084 18688 55101 9940 17425 55102 16574 18689 55103 9943 18690 55104 14083 18691 55105 14482 18685 55106 9943 18690 55107 14084 18688 55108 9942 18692 55109 5925 17767 55110 13929 17769 55111 7450 4382 55112 5925 17767 55113 7450 4382 55114 15274 4381 55115 5926 18693 55116 18741 18694 55117 7472 18574 55118 5926 18693 55119 7472 18574 55120 15300 18575 55121 14188 18695 55122 14475 18696 55123 2406 4436 55124 14188 18695 55125 2406 4436 55126 7467 4439 55127 13922 18614 55128 11448 18697 55129 15285 18698 55130 13922 18614 55131 7473 4445 55132 13929 17769 55133 5705 17192 55134 8087 6386 55135 18743 18699 55136 5944 18700 55137 14192 18616 55138 8127 6443 55139 5944 18700 55140 8127 6443 55141 9879 17193 55142 5713 17211 55143 2749 5907 55144 15678 18583 55145 5713 17211 55146 14149 17213 55147 8235 5908 55148 5715 17219 55149 14148 17217 55150 2752 18584 55151 5715 17219 55152 2752 18584 55153 15746 18585 55154 5716 17223 55155 9874 5905 55156 9868 17224 55157 5955 18701 55158 14190 18702 55159 15787 6300 55160 5955 18701 55161 8302 9179 55162 9873 18587 55163 5959 17833 55164 9871 18703 55165 8321 6240 55166 5959 17833 55167 8321 6240 55168 15745 6239 55169 14184 18704 55170 8424 6302 55171 14190 18702 55172 14184 18704 55173 9875 18705 55174 8424 6302 55175 5965 18706 55176 16560 18707 55177 8425 17440 55178 5965 18706 55179 8425 17440 55180 15831 17443 55181 5729 17249 55182 8330 5926 55183 8183 18582 55184 5729 17249 55185 8231 18581 55186 14149 17213 55187 5735 17267 55188 18743 18699 55189 15632 6391 55190 5972 18708 55191 8581 18594 55192 8580 8083 55193 14187 18709 55194 9881 18710 55195 3329 8082 55196 14187 18709 55197 3329 8082 55198 16302 18596 55199 5987 18711 55200 18747 18712 55201 9338 18595 55202 5987 18711 55203 9338 18595 55204 9518 4437 55205 5775 18713 55206 5647 18650 55207 16561 18652 55208 5775 18713 55209 14237 18714 55210 11448 18697 55211 14237 18714 55212 16561 18652 55213 19043 18715 55214 14237 18714 55215 14198 17365 55216 11448 18697 55217 5777 17368 55218 14200 17381 55219 5648 18653 55220 5777 17368 55221 5648 18653 55222 5775 18713 55223 5777 17368 55224 5775 18713 55225 13921 18716 55226 5779 17374 55227 14204 17393 55228 5649 17027 55229 5779 17374 55230 5649 17027 55231 14068 18663 55232 14203 18717 55233 16563 18718 55234 14205 18719 55235 14203 18717 55236 14205 18719 55237 15189 17379 55238 5781 17380 55239 14202 17377 55240 14068 18663 55241 5781 17380 55242 14071 18662 55243 5782 18720 55244 5781 17380 55245 5782 18720 55246 14067 18655 55247 5782 18720 55248 19109 18721 55249 16563 18718 55250 5784 17386 55251 14236 17407 55252 5650 17030 55253 5784 17386 55254 5650 17030 55255 14072 18669 55256 5785 18722 55257 14208 18723 55258 16564 17391 55259 5787 17392 55260 14207 17389 55261 14072 18669 55262 5787 17392 55263 5652 18668 55264 5788 18724 55265 5787 17392 55266 5788 18724 55267 16565 18658 55268 5788 18724 55269 5785 18722 55270 16562 18656 55271 5790 17397 55272 14210 17420 55273 7300 18675 55274 5790 17397 55275 7300 18675 55276 7299 18678 55277 5793 17406 55278 14235 17400 55279 7299 18678 55280 5793 17406 55281 14078 18677 55282 5794 18725 55283 5793 17406 55284 5794 18725 55285 15190 18664 55286 5794 18725 55287 16570 18680 55288 9927 17402 55289 5794 18725 55290 5791 17401 55291 19148 18726 55292 5796 17412 55293 14082 17416 55294 14079 17037 55295 5798 17419 55296 9929 17417 55297 14079 17037 55298 5798 17419 55299 5654 17036 55300 14214 18727 55301 5798 17419 55302 14214 18727 55303 14076 18676 55304 14214 18727 55305 9932 18684 55306 9930 9147 55307 14214 18727 55308 3638 9146 55309 9925 18672 55310 14234 18728 55311 9962 18729 55312 9935 18597 55313 14234 18728 55314 9935 18597 55315 9937 17040 55316 5799 17421 55317 9964 18036 55318 9962 18729 55319 5799 17421 55320 14234 18728 55321 5656 18686 55322 5799 17421 55323 5656 18686 55324 14083 18691 55325 9936 18730 55326 9941 18731 55327 14215 17424 55328 5801 17426 55329 9934 17422 55330 14083 18691 55331 5801 17426 55332 9943 18690 55333 5802 18732 55334 5801 17426 55335 5802 18732 55336 19112 18733 55337 5802 18732 55338 9942 18692 55339 9941 18731 55340 14024 18647 55341 10437 18734 55342 11252 10232 55343 14024 18647 55344 14343 18735 55345 19079 18736 55346 14337 18737 55347 14338 18122 55348 16859 17854 55349 5885 18603 55350 18707 18738 55351 16600 18604 55352 11201 18605 55353 16600 18604 55354 19126 18739 55355 14308 18740 55356 16601 18741 55357 19127 18742 55358 19129 18743 55359 17297 17992 55360 16601 18741 55361 19129 18743 55362 14308 18740 55363 18712 16716 55364 14309 17655 55365 18711 17996 55366 18713 18744 55367 14309 17655 55368 13883 16712 55369 16601 18741 55370 5886 17653 55371 14309 17655 55372 16601 18741 55373 13886 18745 55374 18714 16718 55375 16602 18746 55376 13886 18745 55377 4212 18747 55378 14311 18748 55379 14310 18749 55380 18715 18639 55381 19084 18750 55382 13888 16717 55383 14310 18749 55384 16602 18746 55385 13888 16717 55386 13887 18751 55387 14310 18749 55388 11205 18609 55389 14312 17658 55390 19131 18752 55391 5888 18753 55392 5887 17656 55393 14312 17658 55394 5888 18753 55395 14314 18754 55396 5887 17656 55397 14315 18755 55398 16603 18756 55399 19135 18757 55400 14315 18755 55401 19135 18757 55402 19134 18758 55403 14317 18759 55404 17301 18021 55405 16603 18756 55406 14317 18759 55407 14315 18755 55408 13892 18643 55409 5889 18760 55410 13893 18029 55411 16603 18756 55412 5890 18761 55413 5889 18760 55414 16603 18756 55415 5890 18761 55416 18718 18762 55417 5889 18760 55418 5891 18763 55419 17303 18764 55420 11208 18765 55421 5891 18763 55422 14318 18766 55423 18722 18767 55424 14319 18768 55425 18720 18646 55426 19086 18769 55427 14319 18768 55428 19085 18770 55429 11208 18765 55430 5892 18771 55431 14319 18768 55432 11208 18765 55433 5892 18771 55434 18723 18772 55435 14319 18768 55436 14337 18737 55437 13961 16950 55438 15631 17264 55439 19555 18773 55440 19585 18774 55441 11441 11970 55442 5926 18693 55443 11447 18611 55444 18741 18694 55445 5926 18693 55446 9962 18729 55447 17461 18612 55448 14188 18695 55449 4316 12032 55450 14475 18696 55451 14188 18695 55452 18741 18694 55453 17446 18613 55454 5705 17192 55455 18743 18699 55456 12048 13966 55457 5705 17192 55458 12048 13966 55459 17785 14025 55460 5944 18700 55461 9879 17193 55462 12089 14024 55463 5944 18700 55464 12089 14024 55465 14192 18616 55466 14469 17830 55467 9869 18578 55468 14470 17812 55469 14469 17830 55470 14470 17812 55471 17843 13395 55472 6070 18121 55473 13925 13337 55474 17855 14035 55475 6070 18121 55476 14386 17855 55477 14338 18122 55478 5953 17826 55479 9868 17224 55480 14473 17827 55481 5954 17829 55482 14473 17827 55483 14469 17830 55484 5954 17829 55485 12198 18623 55486 12207 13490 55487 5955 18701 55488 9873 18587 55489 12275 18101 55490 5955 18701 55491 12275 18101 55492 17944 13878 55493 5956 18586 55494 9872 18590 55495 17942 18775 55496 5956 18586 55497 12280 18044 55498 17940 18043 55499 5957 18589 55500 16560 18707 55501 17946 18054 55502 5957 18589 55503 12282 18053 55504 9872 18590 55505 5959 17833 55506 12299 13812 55507 9871 18703 55508 14184 18704 55509 14190 18702 55510 12405 13883 55511 14184 18704 55512 12405 13883 55513 9875 18705 55514 5965 18706 55515 14189 17247 55516 17987 18065 55517 5965 18706 55518 12406 18064 55519 16560 18707 55520 2846 6309 55521 9871 18703 55522 17804 13892 55523 2846 6309 55524 12416 13891 55525 9880 6312 55526 12474 14002 55527 14263 1705 55528 1741 1622 55529 9965 18593 55530 9880 6312 55531 12478 14053 55532 9965 18593 55533 12478 14053 55534 18021 14048 55535 5735 17267 55536 12479 14047 55537 17784 13967 55538 5735 17267 55539 9963 17268 55540 12479 14047 55541 5972 18708 55542 9881 18710 55543 18087 18632 55544 14187 18709 55545 18747 18712 55546 18458 18631 55547 14187 18709 55548 5252 18630 55549 9881 18710 55550 5987 18711 55551 14475 18696 55552 13505 18635 55553 5987 18711 55554 13325 18634 55555 18747 18712 55556 6019 18776 55557 13921 18716 55558 11448 18697 55559 6019 18776 55560 13880 18777 55561 18707 18738 55562 13880 18777 55563 11448 18697 55564 14425 17985 55565 13880 18777 55566 14425 17985 55567 18707 18738 55568 6021 17986 55569 13910 17369 55570 13921 18716 55571 6021 17986 55572 6019 18776 55573 11202 18602 55574 6021 17986 55575 11202 18602 55576 14468 17987 55577 14426 17995 55578 14307 18778 55579 18708 16708 55580 14426 17995 55581 13884 16707 55582 18711 17996 55583 6024 17993 55584 14468 17987 55585 11203 18606 55586 6024 17993 55587 6025 17994 55588 5886 17653 55589 6024 17993 55590 5886 17653 55591 17297 17992 55592 6025 17994 55593 11203 18606 55594 14307 18778 55595 6027 18001 55596 13886 18745 55597 14430 18002 55598 6028 18638 55599 18710 18637 55600 19128 18005 55601 6028 18638 55602 14431 18004 55603 18715 18639 55604 6031 18009 55605 14432 18015 55606 17299 18608 55607 6031 18009 55608 4213 18607 55609 14466 18010 55610 14433 18779 55611 19081 18780 55612 17298 18013 55613 14433 18779 55614 14435 18012 55615 19133 18781 55616 6033 18014 55617 14430 18002 55618 14311 18748 55619 6033 18014 55620 6034 18782 55621 5888 18753 55622 6033 18014 55623 5888 18753 55624 17299 18608 55625 6034 18782 55626 14311 18748 55627 19081 18780 55628 6034 18782 55629 14433 18779 55630 19133 18781 55631 6036 18018 55632 14317 18759 55633 14464 18019 55634 6037 18022 55635 14437 18026 55636 19149 18783 55637 6039 18030 55638 14466 18010 55639 11207 18610 55640 6039 18030 55641 6040 18784 55642 5890 18761 55643 6039 18030 55644 5890 18761 55645 17301 18021 55646 6040 18784 55647 11207 18610 55648 11206 18023 55649 6040 18784 55650 6037 18022 55651 19149 18783 55652 14439 18785 55653 13894 18640 55654 9962 18729 55655 14439 18785 55656 18722 18767 55657 18719 18641 55658 6042 18035 55659 14439 18785 55660 9962 18729 55661 6042 18035 55662 14463 18040 55663 17303 18764 55664 6042 18035 55665 5891 18763 55666 14439 18785 55667 13895 18645 55668 14440 18786 55669 18720 18646 55670 6044 18039 55671 14464 18019 55672 13892 18643 55673 6044 18039 55674 13897 18642 55675 5892 18771 55676 6044 18039 55677 5892 18771 55678 17303 18764 55679 4623 13335 55680 13925 13337 55681 14142 17258 55682 4623 13335 55683 14142 17258 55684 15681 6444 55685 6070 18121 55686 14141 17263 55687 18737 17259 55688 5969 18569 55689 14193 18787 55690 13982 6423 55691 5970 18788 55692 13983 1693 55693 1464 17253 55694 5970 18788 55695 9882 18789 55696 13983 1693 55697 8492 17306 55698 1474 1400 55699 1499 17256 55700 1469 1391 55701 1474 1400 55702 8492 17306 55703 14008 8070 55704 1469 1391 55705 1497 17255 55706 5970 18788 55707 14193 18787 55708 1764 17850 55709 5969 18569 55710 12474 14002 55711 14193 18787 55712 5731 18125 55713 12477 15663 55714 18746 18572 55715 5731 18125 55716 9882 18789 55717 1765 17851 55718 5970 18788 55719 12475 1709 55720 9882 18789 55721 5731 18125 55722 18746 18572 55723 8493 1694 55724 16300 18571 55725 9321 18493 55726 18746 18572 55727 8566 18790 55728 2883 18791 55729 8564 18185 55730 8572 18792 55731 8566 18790 55732 8570 18195 55733 8581 18594 55734 8572 18792 55735 9331 8094 55736 13920 18793 55737 4845 18217 55738 4802 18794 55739 12558 18795 55740 12556 18231 55741 4845 18217 55742 5736 18796 55743 12558 18795 55744 13920 18793 55745 12566 18633 55746 13318 15681 55747 12558 18795 55748 13920 18793 55749 4802 18794 55750 8566 18790 55751 5736 18796 55752 13920 18793 55753 8572 18792 55754 5972 18708 55755 5736 18796 55756 8581 18594 55757 5972 18708 55758 12566 18633 55759 5736 18796 55760 4802 18794 55761 14160 18570 55762 2883 18791 55763 4802 18794 55764 5968 18219 55765 14160 18570 55766 2883 18791 55767 1496 17252 55768 15852 18186 55769 13917 18797 55770 18742 18798 55771 12191 18483 55772 13917 18797 55773 12191 18483 55774 17897 18484 55775 18742 18798 55776 15738 18476 55777 15743 9128 55778 13917 18797 55779 8227 18472 55780 18742 18798 55781 13917 18797 55782 4746 18485 55783 15741 18475 55784 4746 18485 55785 13928 17834 55786 15741 18475 55787 18742 18798 55788 9875 18705 55789 17899 16688 55790 16300 18571 55791 18854 18799 55792 9321 18493 55793 16300 18571 55794 13308 18127 55795 18854 18799 55796 18895 18800 55797 18888 18515 55798 8312 18591 55799 18895 18800 55800 8312 18591 55801 18880 18531 55802 18894 18801 55803 8316 18627 55804 2787 6072 55805 18886 986 55806 18881 18534 55807 4699 13632 55808 18854 18799 55809 18895 18800 55810 18880 18531 55811 18854 18799 55812 18863 18548 55813 18888 18515 55814 1267 1146 55815 1268 1188 55816 1264 1147 55817 1265 1148 55818 1263 1184 55819 1266 1145 55820 1228 1150 55821 1230 1154 55822 1231 1151 55823 1233 1153 55824 1231 1151 55825 1230 1154 55826 1235 1156 55827 1233 1153 55828 1232 1152 55829 1236 1158 55830 1235 1156 55831 1234 1155 55832 1237 1157 55833 1241 1159 55834 1397 1161 55835 1397 1161 55836 1240 1160 55837 1238 1163 55838 1240 1160 55839 1243 1164 55840 1239 1162 55841 1241 1159 55842 1242 1166 55843 1240 1160 55844 1242 1166 55845 1247 1167 55846 1243 1164 55847 1243 1164 55848 1245 1168 55849 1244 1165 55850 1246 1171 55851 1245 1168 55852 1248 1170 55853 1249 1174 55854 1250 1169 55855 1246 1171 55856 1251 1173 55857 1250 1169 55858 1249 1174 55859 1254 1176 55860 1251 1173 55861 1252 1172 55862 1256 1348 55863 1257 1177 55864 1255 1179 55865 1257 1177 55866 1260 1180 55867 1258 1178 55868 1262 1183 55869 1259 1181 55870 1260 1180 55871 1263 1184 55872 1262 1183 55873 1261 1182 55874 1267 1146 55875 1266 1145 55876 1269 1186 55877 1268 1188 55878 1267 1146 55879 1270 1185 55880 1273 1314 55881 1275 1189 55882 1274 1191 55883 1281 1193 55884 1276 1190 55885 1275 1189 55886 1279 1198 55887 1272 1195 55888 1278 1194 55889 1283 1200 55890 1279 1198 55891 1280 1197 55892 1283 1200 55893 1282 1199 55894 1284 1192 55895 1286 1202 55896 1364 1421 55897 18899 1203 55898 1287 1205 55899 1286 1202 55900 18896 1201 55901 1290 1207 55902 1287 1205 55903 18897 1204 55904 1291 1209 55905 1290 1207 55906 18898 1206 55907 1292 1211 55908 1291 1209 55909 18908 1208 55910 18907 1210 55911 18924 1212 55912 1292 1211 55913 18925 1214 55914 1298 1360 55915 1293 1213 55916 1294 18552 55917 1297 1215 55918 1295 1217 55919 1297 1215 55920 1299 1218 55921 1296 1216 55922 1301 1221 55923 1298 1360 55924 18925 1214 55925 1299 1218 55926 1303 1222 55927 1300 1219 55928 1302 1223 55929 1303 1222 55930 1308 1225 55931 1304 1224 55932 1305 1226 55933 1309 1228 55934 1305 1226 55935 1304 1224 55936 1308 1225 55937 1305 1226 55938 1306 1230 55939 1311 1227 55940 1310 1229 55941 1312 1232 55942 1305 1226 55943 1306 1230 55944 1307 1233 55945 1313 1231 55946 1312 1232 55947 1314 1235 55948 1306 1230 55949 1352 1239 55950 1350 1236 55951 1353 1238 55952 1350 1236 55953 1352 1239 55954 1351 1241 55955 1316 1328 55956 1319 1242 55957 1317 1244 55958 1319 1242 55959 1321 1245 55960 1318 1243 55961 1322 1248 55962 1320 1246 55963 1321 1245 55964 1325 1250 55965 1322 1248 55966 1323 1247 55967 1329 1252 55968 1325 1250 55969 1326 1253 55970 1330 1251 55971 1326 1253 55972 1327 1255 55973 1332 1257 55974 1330 1251 55975 1328 1254 55976 1331 1258 55977 1329 1252 55978 1330 1251 55979 1336 1260 55980 1331 1258 55981 1332 1257 55982 1334 1259 55983 1332 1257 55984 1333 1256 55985 1337 1263 55986 1336 1260 55987 1334 1259 55988 1335 1262 55989 1334 1259 55990 1339 1261 55991 1341 1266 55992 1338 1264 55993 1339 1261 55994 1340 1265 55995 1342 1332 55996 1341 1266 55997 1346 1268 55998 1343 18802 55999 1344 1269 56000 1345 1267 56001 1348 1270 56002 1346 1268 56003 1348 1270 56004 1349 1240 56005 1347 1271 56006 1356 1273 56007 1355 1272 56008 1353 1238 56009 1357 1346 56010 1356 1273 56011 1354 1237 56012 1358 1320 56013 1360 1274 56014 1359 1276 56015 1360 1274 56016 1363 1277 56017 1361 1275 56018 18899 1203 56019 18900 1279 56020 1365 1281 56021 18900 1279 56022 18901 1282 56023 1366 1280 56024 18901 1282 56025 18902 1284 56026 1369 1283 56027 18902 1284 56028 18909 1286 56029 1371 1285 56030 18909 1286 56031 18910 1288 56032 1375 1287 56033 18910 1288 56034 18921 1290 56035 1376 1289 56036 1379 18558 56037 18922 1292 56038 1374 1293 56039 1377 1294 56040 1375 1287 56041 1376 1289 56042 1380 1296 56043 1377 1294 56044 1378 1291 56045 1384 1298 56046 1381 1295 56047 18922 1292 56048 1383 1299 56049 1380 1296 56050 1381 1295 56051 1390 1385 56052 18903 1300 56053 1382 1301 56054 1385 18559 56055 1389 1302 56056 1384 1298 56057 1385 18559 56058 1386 1303 56059 1389 1302 56060 1386 1303 56061 1385 18559 56062 18903 1300 56063 1393 1307 56064 1391 1304 56065 1386 1303 56066 18904 1305 56067 18905 1308 56068 1386 1303 56069 1395 1310 56070 1393 1307 56071 1387 1306 56072 18905 1308 56073 18906 1311 56074 1387 1306 56075 1476 1313 56076 1388 1309 56077 18906 1311 56078 1397 1161 56079 1238 1163 56080 1237 1157 56081 1254 1176 56082 1253 1175 56083 1273 1314 56084 1283 1200 56085 1284 1192 56086 1275 1189 56087 1277 1196 56088 1272 1195 56089 1403 1316 56090 1403 1316 56091 1401 1315 56092 1269 1186 56093 1402 1317 56094 1401 1315 56095 1272 1195 56096 1401 1315 56097 1402 1317 56098 1270 1185 56099 1398 1318 56100 1399 1319 56101 1358 1320 56102 1355 1272 56103 1356 1273 56104 1399 1319 56105 1399 1319 56106 1400 1321 56107 1360 1274 56108 1356 1273 56109 1357 1346 56110 1400 1321 56111 1314 1235 56112 1254 1176 56113 1307 1233 56114 1307 1233 56115 1273 1314 56116 1315 1234 56117 1310 1229 56118 1407 18803 56119 1408 1327 56120 1410 1330 56121 1319 1242 56122 1409 1329 56123 1419 1340 56124 1263 1184 56125 1420 1341 56126 1348 1270 56127 1424 1343 56128 1425 1344 56129 1336 1260 56130 18985 18804 56131 1422 1342 56132 1256 1348 56133 1428 1397 56134 1429 1349 56135 1261 1182 56136 1430 1350 56137 1431 1351 56138 1471 1399 56139 1274 1191 56140 1470 1352 56141 1470 1352 56142 1276 1190 56143 1473 1353 56144 1433 1355 56145 1282 1199 56146 1432 1354 56147 1473 1353 56148 1281 1193 56149 1433 1355 56150 1434 1405 56151 1286 1202 56152 1435 1356 56153 1435 1356 56154 1287 1205 56155 1436 1357 56156 1436 1357 56157 1290 1207 56158 1437 1358 56159 1292 1211 56160 1438 1359 56161 1437 1358 56162 1293 1213 56163 1439 1404 56164 1438 1359 56165 1301 1221 56166 1441 1402 56167 1440 1361 56168 1311 1227 56169 1443 1363 56170 1442 1362 56171 1313 1231 56172 1444 1364 56173 1443 1363 56174 1315 1234 56175 1445 1394 56176 1444 1364 56177 1446 18805 56178 1347 1271 56179 1447 1365 56180 1362 1278 56181 1449 1398 56182 1448 1366 56183 1449 1398 56184 1362 1278 56185 1468 1368 56186 1451 1406 56187 18912 1369 56188 1450 1371 56189 18912 1369 56190 1451 1406 56191 1452 1373 56192 1453 1376 56193 18914 1374 56194 1452 1373 56195 1454 1378 56196 18915 1375 56197 1453 1376 56198 1455 1380 56199 18916 1377 56200 1454 1378 56201 1456 1393 56202 18917 1379 56203 1455 1380 56204 18918 1382 56205 1457 1403 56206 1458 1383 56207 1460 1388 56208 1392 1384 56209 1459 1386 56210 1461 1401 56211 1394 1387 56212 1460 1388 56213 1394 1387 56214 1461 1401 56215 1462 1390 56216 1474 1400 56217 1469 1391 56218 1462 1390 56219 1355 1272 56220 1463 1392 56221 1447 1365 56222 1439 1404 56223 1293 1213 56224 1440 1361 56225 1457 1403 56226 18918 1382 56227 1456 1393 56228 1274 1191 56229 1471 1399 56230 1445 1394 56231 18964 1395 56232 18965 1396 56233 1256 1348 56234 1433 1355 56235 1432 1354 56236 1449 1398 56237 1433 1355 56238 1449 1398 56239 1468 1368 56240 1474 1400 56241 1462 1390 56242 1445 1394 56243 1461 1401 56244 1444 1364 56245 1462 1390 56246 1460 1388 56247 1443 1363 56248 1461 1401 56249 1459 1386 56250 1442 1362 56251 1460 1388 56252 1441 1402 56253 1458 1383 56254 1457 1403 56255 1456 1393 56256 1439 1404 56257 1457 1403 56258 1455 1380 56259 1438 1359 56260 1456 1393 56261 1454 1378 56262 1437 1358 56263 1455 1380 56264 1453 1376 56265 1436 1357 56266 1454 1378 56267 1452 1373 56268 1435 1356 56269 1453 1376 56270 1435 1356 56271 1452 1373 56272 1451 1406 56273 1324 1249 56274 1327 1255 56275 1326 1253 56276 1459 1386 56277 1483 1409 56278 1482 1407 56279 1484 1411 56280 1309 1228 56281 1482 1407 56282 18927 18560 56283 18929 1408 56284 1483 1409 56285 1484 1411 56286 1482 1407 56287 18929 1408 56288 1487 1702 56289 1485 1412 56290 1486 1414 56291 1485 1412 56292 1487 1702 56293 1488 1415 56294 1490 1418 56295 1481 1416 56296 1489 1417 56297 1486 1414 56298 1480 1413 56299 1490 1418 56300 1489 1417 56301 1458 1383 56302 1491 1419 56303 1301 1221 56304 1488 1415 56305 1491 1419 56306 1491 1419 56307 1492 1700 56308 1493 1420 56309 1485 1412 56310 1301 1221 56311 18926 1220 56312 1304 1224 56313 1309 1228 56314 1484 1411 56315 18927 18560 56316 18919 1381 56317 1481 1416 56318 1382 1301 56319 1483 1409 56320 1390 1385 56321 1286 1202 56322 1450 1371 56323 18911 1370 56324 1537 1423 56325 1541 1464 56326 1540 1424 56327 1539 1422 56328 1536 1460 56329 1538 1425 56330 1501 1427 56331 1502 1604 56332 1504 1428 56333 1503 1426 56334 1504 1428 56335 1506 1430 56336 1505 1429 56337 1506 1430 56338 1508 1432 56339 1507 1431 56340 1508 1432 56341 1509 1434 56342 1513 1437 56343 1514 1435 56344 1671 1436 56345 1512 1440 56346 1513 1437 56347 1511 1438 56348 1517 1444 56349 1516 1439 56350 1512 1440 56351 1516 1439 56352 1515 1441 56353 1513 1437 56354 1518 1443 56355 1520 1442 56356 1516 1439 56357 1523 1447 56358 1518 1443 56359 1517 1444 56360 1520 1442 56361 1518 1443 56362 1521 1446 56363 1518 1443 56364 1523 1447 56365 1519 1445 56366 1522 1448 56367 1523 1447 56368 1524 1450 56369 1525 1449 56370 1524 1450 56371 1527 1452 56372 1531 1457 56373 1530 1453 56374 1528 1455 56375 1532 18806 56376 1533 1456 56377 1531 1457 56378 1533 1456 56379 1532 18806 56380 1535 1459 56381 1534 1458 56382 1535 1459 56383 1536 1460 56384 1542 1462 56385 1539 1422 56386 1540 1424 56387 1543 1461 56388 1540 1424 56389 1541 1464 56390 1549 1621 56391 1548 1465 56392 1547 1467 56393 1548 1465 56394 1549 1621 56395 1554 1469 56396 1545 1594 56397 1551 1471 56398 1550 1595 56399 1551 1471 56400 1545 1594 56401 1552 1472 56402 1553 1470 56403 1552 1472 56404 1556 1474 56405 1554 1469 56406 1555 1473 56407 1557 1468 56408 18933 1476 56409 1638 1691 56410 1559 1477 56411 18930 1475 56412 1559 1477 56413 1560 1479 56414 18931 1478 56415 1560 1479 56416 1563 1481 56417 18932 1480 56418 1563 1481 56419 1564 1483 56420 18942 1482 56421 1564 1483 56422 1565 1485 56423 1566 1487 56424 18958 1486 56425 1565 1485 56426 1566 1487 56427 1571 1631 56428 18959 1488 56429 1569 1493 56430 1570 1489 56431 1568 1491 56432 1573 1497 56433 1572 1492 56434 1569 1493 56435 18959 1488 56436 1571 1631 56437 1574 1495 56438 1575 1500 56439 1576 1496 56440 1573 1497 56441 1581 1499 56442 1576 1496 56443 1575 1500 56444 1584 1505 56445 1578 1501 56446 1582 1502 56447 1581 1499 56448 1577 1498 56449 1578 1501 56450 1586 1508 56451 1579 1504 56452 1584 1505 56453 1579 1504 56454 1585 1506 56455 1578 1501 56456 1587 1602 56457 1580 1507 56458 1586 1508 56459 1626 1548 56460 1622 1509 56461 1625 1511 56462 1621 1543 56463 1624 1510 56464 1623 1512 56465 1591 18807 56466 1592 1513 56467 1589 1515 56468 1592 1513 56469 1591 18807 56470 1593 1517 56471 1594 1516 56472 1593 1517 56473 1596 1519 56474 1597 1521 56475 1596 1519 56476 1600 1522 56477 1598 1524 56478 1597 1521 56479 1601 1520 56480 1599 1523 56481 1601 1520 56482 1603 1526 56483 1601 1520 56484 1600 1522 56485 1602 1527 56486 1603 1526 56487 1602 1527 56488 1607 1529 56489 1604 1525 56490 1603 1526 56491 1605 1528 56492 1605 1528 56493 1607 1529 56494 1608 1532 56495 1610 1530 56496 1605 1528 56497 1606 1531 56498 1610 1530 56499 1609 1533 56500 1612 1535 56501 1616 1537 56502 1615 1539 56503 1618 1541 56504 1619 1544 56505 1620 1542 56506 1618 1541 56507 1624 1510 56508 1621 1543 56509 1619 1544 56510 1624 1510 56511 1627 1545 56512 1625 1511 56513 1625 1511 56514 1628 1546 56515 1626 1548 56516 1633 1553 56517 1630 1549 56518 1632 1551 56519 1635 1555 56520 1634 1552 56521 1633 1553 56522 1636 1638 56523 1637 1554 56524 1635 1555 56525 1640 1559 56526 18934 1556 56527 1639 1557 56528 1643 1561 56529 18935 1558 56530 1640 1559 56531 1645 1563 56532 18936 1560 56533 1643 1561 56534 1649 1565 56535 18943 1562 56536 1645 1563 56537 1650 1567 56538 18944 1564 56539 1649 1565 56540 1652 1571 56541 18955 1566 56542 1650 1567 56543 18955 1566 56544 18956 1568 56545 1648 1570 56546 1650 1567 56547 1649 1565 56548 1651 1572 56549 1652 1571 56550 1651 1572 56551 1654 1574 56552 18956 1568 56553 1655 1573 56554 1658 1576 56555 1655 1573 56556 1654 1574 56557 1657 1577 56558 18957 1575 56559 18937 1578 56560 1656 1580 56561 1657 1577 56562 1663 1581 56563 1658 1576 56564 1665 18808 56565 1660 1583 56566 1663 1581 56567 18937 1578 56568 1659 1582 56569 1660 1583 56570 1660 1583 56571 1665 18808 56572 1667 1586 56573 1661 1585 56574 18939 1587 56575 1660 1583 56576 1661 1585 56577 1667 1586 56578 1669 1589 56579 1662 1588 56580 18940 1590 56581 1661 1585 56582 1662 1588 56583 1669 1589 56584 1740 1592 56585 18940 1590 56586 1662 1588 56587 1744 1591 56588 1509 1434 56589 1511 1438 56590 1510 1433 56591 1548 1465 56592 1526 1451 56593 1546 1466 56594 1548 1465 56595 1557 1468 56596 1556 1474 56597 1675 1597 56598 1545 1594 56599 1677 1596 56600 1543 1461 56601 1675 1597 56602 1542 1462 56603 1545 1594 56604 1675 1597 56605 1676 1598 56606 1544 1463 56607 1676 1598 56608 1543 1461 56609 1630 1549 56610 1673 1600 56611 1672 1599 56612 1673 1600 56613 1628 1546 56614 1627 1545 56615 1634 1552 56616 1674 1601 56617 1673 1600 56618 1674 1601 56619 1629 1547 56620 1628 1546 56621 1546 1466 56622 1527 1452 56623 1580 1507 56624 1547 1467 56625 1546 1466 56626 1587 1602 56627 1517 1444 56628 1512 1440 56629 1679 18809 56630 1558 18561 56631 1561 18562 56632 1680 18810 56633 18997 1605 56634 1682 1610 56635 1572 1492 56636 1598 1524 56637 1599 1523 56638 1683 18811 56639 19005 1608 56640 19004 1607 56641 1611 1534 56642 1562 18563 56643 1567 1490 56644 1681 1611 56645 1685 1612 56646 1686 1674 56647 1649 1565 56648 1521 1446 56649 1519 1445 56650 1688 18812 56651 1522 1448 56652 1525 1449 56653 1689 18813 56654 1535 1459 56655 1532 18806 56656 1691 18814 56657 1537 1423 56658 1538 1425 56659 1692 18815 56660 1608 1532 56661 1607 1529 56662 19015 1616 56663 1614 1538 56664 1616 1537 56665 19017 18816 56666 1544 1463 56667 1541 1464 56668 1695 18817 56669 1549 1621 56670 1547 1467 56671 1737 1620 56672 1554 1469 56673 1549 1621 56674 1741 1622 56675 1551 1471 56676 1553 1470 56677 1698 1624 56678 1553 1470 56679 1555 1473 56680 1699 1623 56681 1555 1473 56682 1554 1469 56683 1700 1625 56684 1560 1479 56685 1559 1477 56686 1702 1627 56687 1563 1481 56688 1560 1479 56689 1703 1628 56690 1564 1483 56691 1563 1481 56692 1704 1629 56693 1704 1629 56694 1705 1630 56695 1565 1485 56696 1705 1630 56697 1706 1668 56698 1566 1487 56699 1707 1632 56700 1708 1673 56701 1574 1495 56702 1709 1633 56703 1710 1634 56704 1584 1505 56705 1710 1634 56706 1711 1635 56707 1586 1508 56708 1711 1635 56709 1712 1670 56710 1587 1602 56711 1618 1541 56712 1615 1539 56713 1714 1636 56714 1714 1636 56715 1715 18818 56716 1619 1544 56717 1716 1637 56718 1717 1639 56719 1636 1638 56720 1743 1710 56721 1636 1638 56722 1735 1640 56723 18945 1692 56724 18946 1641 56725 1718 1643 56726 1720 1645 56727 1719 1642 56728 18946 1641 56729 18947 1644 56730 18948 1646 56731 1720 1645 56732 18948 1646 56733 18949 1648 56734 1721 1647 56735 18949 1648 56736 18950 1650 56737 1722 1649 56738 18950 1650 56739 18951 1652 56740 1723 1651 56741 1726 1655 56742 1725 1669 56743 18952 1656 56744 1664 1579 56745 1666 1657 56746 1727 1659 56747 1666 1657 56748 1668 1660 56749 1728 1658 56750 1730 1663 56751 1729 1661 56752 1668 1660 56753 1670 1662 56754 1736 1664 56755 1730 1663 56756 1542 1462 56757 1677 1596 56758 1732 1666 56759 1732 1666 56760 19023 1618 56761 1539 1422 56762 1571 1631 56763 1566 1487 56764 1707 1632 56765 18951 1652 56766 18952 1656 56767 1724 1653 56768 1712 1670 56769 1738 1619 56770 1547 1467 56771 1716 1637 56772 1699 1623 56773 1717 1639 56774 1735 1640 56775 1717 1639 56776 1700 1625 56777 1712 1670 56778 1730 1663 56779 1742 1665 56780 1712 1670 56781 1711 1635 56782 1730 1663 56783 1711 1635 56784 1710 1634 56785 1729 1661 56786 1710 1634 56787 1709 1633 56788 1728 1658 56789 1725 1669 56790 1726 1655 56791 1708 1673 56792 1707 1632 56793 1706 1668 56794 1725 1669 56795 1706 1668 56796 1705 1630 56797 1724 1653 56798 1705 1630 56799 1704 1629 56800 1723 1651 56801 1704 1629 56802 1703 1628 56803 1722 1649 56804 1703 1628 56805 1702 1627 56806 1721 1647 56807 1719 1642 56808 1720 1645 56809 1702 1627 56810 1570 1489 56811 1572 1492 56812 1682 1610 56813 1686 1674 56814 1654 1574 56815 1651 1572 56816 1597 1521 56817 1598 1524 56818 1595 1518 56819 1747 1675 56820 1748 1679 56821 1727 1659 56822 1709 1633 56823 1582 1502 56824 1747 1675 56825 1747 1675 56826 18963 1677 56827 1748 1679 56828 18963 1677 56829 1747 1675 56830 1749 1676 56831 1745 1688 56832 1750 1681 56833 1751 1683 56834 1753 1684 56835 1752 1682 56836 1750 1681 56837 1726 1655 56838 1746 1685 56839 1754 1687 56840 1746 1685 56841 1745 1688 56842 1755 1686 56843 1708 1673 56844 1726 1655 56845 1756 1689 56846 1756 1689 56847 1753 1684 56848 1574 1495 56849 1757 1690 56850 1759 1722 56851 1752 1682 56852 18960 1494 56853 1574 1495 56854 1750 1681 56855 1749 1676 56856 1582 1502 56857 1577 1498 56858 1726 1655 56859 18953 1654 56860 1746 1685 56861 1727 1659 56862 1748 1679 56863 1664 1579 56864 18945 1692 56865 1718 1643 56866 1559 1477 56867 8491 1696 56868 1495 17310 56869 13986 1697 56870 1488 1415 56871 1479 1703 56872 1492 1700 56873 1478 1704 56874 1486 1414 56875 1477 1701 56876 1477 1701 56877 1490 1418 56878 1493 1420 56879 1487 1702 56880 1494 18819 56881 1479 1703 56882 1494 18819 56883 1487 1702 56884 1478 1704 56885 14266 1707 56886 1733 17849 56887 14394 1708 56888 12583 1716 56889 1763 15669 56890 14285 1717 56891 1762 1718 56892 1757 1690 56893 1753 1684 56894 1761 1719 56895 1762 1718 56896 1756 1689 56897 1755 1686 56898 1751 1683 56899 1758 1721 56900 1754 1687 56901 1755 1686 56902 1761 1719 56903 1751 1683 56904 1752 1682 56905 1760 1720 56906 6092 1726 56907 1770 1723 56908 14501 1725 56909 6092 1726 56910 14505 1902 56911 6091 1727 56912 6090 1729 56913 1770 1723 56914 14506 1728 56915 6090 1729 56916 14504 18820 56917 6089 1724 56918 6088 1731 56919 14503 1919 56920 6093 1732 56921 6095 1734 56922 1771 1730 56923 14507 1733 56924 6095 1734 56925 14508 1922 56926 6094 1735 56927 6088 1731 56928 1771 1730 56929 14502 1736 56930 6087 1738 56931 14497 1964 56932 6098 1739 56933 6097 1741 56934 1772 1737 56935 14509 1740 56936 6097 1741 56937 14510 1976 56938 6096 1742 56939 6096 1742 56940 14500 1951 56941 6087 1738 56942 6086 1744 56943 14499 18821 56944 6099 1745 56945 6101 1747 56946 1773 1743 56947 14511 1746 56948 6101 1747 56949 14512 1889 56950 6100 1748 56951 6086 1744 56952 1773 1743 56953 14498 1749 56954 6085 1751 56955 14495 2077 56956 6104 1752 56957 6103 1754 56958 1774 1750 56959 14513 1753 56960 6103 1754 56961 14514 2088 56962 6102 1755 56963 6085 1751 56964 1774 1750 56965 14496 1756 56966 6107 1760 56967 1775 1757 56968 14491 1759 56969 6107 1760 56970 14515 1874 56971 6106 1761 56972 6106 1761 56973 14516 1876 56974 6105 1762 56975 6084 1758 56976 1775 1757 56977 14494 1763 56978 6105 1762 56979 1776 1764 56980 14494 1763 56981 6105 1762 56982 14516 1876 56983 6109 1766 56984 6108 1768 56985 1776 1764 56986 14517 1767 56987 6108 1768 56988 14493 1771 56989 6083 1765 56990 6108 1768 56991 1777 1769 56992 14493 1771 56993 6108 1768 56994 14517 1767 56995 6111 1772 56996 6111 1772 56997 14518 1777 56998 6110 1773 56999 6082 1770 57000 1777 1769 57001 14492 1774 57002 6081 1776 57003 14492 1774 57004 6110 1773 57005 6112 1778 57006 1778 1775 57007 14518 1777 57008 6112 1778 57009 14515 1874 57010 6107 1760 57011 6081 1776 57012 1778 1775 57013 14491 1759 57014 6115 1782 57015 1779 1779 57016 14487 1781 57017 6114 1784 57018 1779 1779 57019 14519 1783 57020 6114 1784 57021 14520 1789 57022 6113 1785 57023 6080 1780 57024 1779 1779 57025 14490 1786 57026 6079 1788 57027 14490 1786 57028 6113 1785 57029 6117 1790 57030 1780 1787 57031 14520 1789 57032 6116 1792 57033 1780 1787 57034 14521 1791 57035 6079 1788 57036 1780 1787 57037 14489 1793 57038 6116 1792 57039 1781 1794 57040 14489 1793 57041 6116 1792 57042 14521 1791 57043 6119 1796 57044 6119 1796 57045 14522 1801 57046 6118 1797 57047 6118 1797 57048 14488 1800 57049 6078 1795 57050 6118 1797 57051 1782 1798 57052 14488 1800 57053 6120 1802 57054 1782 1798 57055 14522 1801 57056 6115 1782 57057 1782 1798 57058 14519 1783 57059 6115 1782 57060 14487 1781 57061 6077 1799 57062 6123 1806 57063 1783 1803 57064 14483 1805 57065 6123 1806 57066 14523 1826 57067 6122 1807 57068 6122 1807 57069 14524 1812 57070 6121 1808 57071 6076 1804 57072 1783 1803 57073 14486 1809 57074 6075 1811 57075 14486 1809 57076 6121 1808 57077 6125 1813 57078 1784 1810 57079 14524 1812 57080 6124 1815 57081 1784 1810 57082 14525 1814 57083 6075 1811 57084 1784 1810 57085 14485 1816 57086 6124 1815 57087 1785 1817 57088 14485 1816 57089 6124 1815 57090 14525 1814 57091 6127 1819 57092 6127 1819 57093 14526 1824 57094 6126 1820 57095 6074 1818 57096 1785 1817 57097 14484 1821 57098 6126 1820 57099 1786 1822 57100 14484 1821 57101 6128 1825 57102 1786 1822 57103 14526 1824 57104 6123 1806 57105 1786 1822 57106 14523 1826 57107 6123 1806 57108 14483 1805 57109 6073 1823 57110 6128 1825 57111 14526 1824 57112 6131 1828 57113 6130 1830 57114 1787 1827 57115 14527 1829 57116 6130 1830 57117 14528 1840 57118 6129 1831 57119 6128 1825 57120 1787 1827 57121 14523 1826 57122 6133 1833 57123 1788 1832 57124 14525 1814 57125 6133 1833 57126 14529 1838 57127 6132 1834 57128 6132 1834 57129 14527 1829 57130 6131 1828 57131 6127 1819 57132 1788 1832 57133 14526 1824 57134 6135 1836 57135 1789 1835 57136 14524 1812 57137 6135 1836 57138 14530 1842 57139 6134 1837 57140 6133 1833 57141 1789 1835 57142 14529 1838 57143 6133 1833 57144 14525 1814 57145 6125 1813 57146 6129 1831 57147 1790 1839 57148 14523 1826 57149 6136 1841 57150 1790 1839 57151 14528 1840 57152 6135 1836 57153 1790 1839 57154 14530 1842 57155 6135 1836 57156 14524 1812 57157 6122 1807 57158 6120 1802 57159 14522 1801 57160 6139 1844 57161 6138 1846 57162 1791 1843 57163 14531 1845 57164 6138 1846 57165 14532 1856 57166 6137 1847 57167 6120 1802 57168 1791 1843 57169 14519 1783 57170 6141 1849 57171 1792 1848 57172 14521 1791 57173 6141 1849 57174 14533 1854 57175 6140 1850 57176 6140 1850 57177 14531 1845 57178 6139 1844 57179 6119 1796 57180 1792 1848 57181 14522 1801 57182 6143 1852 57183 1793 1851 57184 14520 1789 57185 6143 1852 57186 14534 1858 57187 6142 1853 57188 6141 1849 57189 1793 1851 57190 14533 1854 57191 6141 1849 57192 14521 1791 57193 6117 1790 57194 6114 1784 57195 14519 1783 57196 6137 1847 57197 6144 1857 57198 1794 1855 57199 14532 1856 57200 6143 1852 57201 1794 1855 57202 14534 1858 57203 6114 1784 57204 1794 1855 57205 14520 1789 57206 6147 1860 57207 1795 1859 57208 14518 1777 57209 6147 1860 57210 14535 1868 57211 6146 1861 57212 6145 1863 57213 1795 1859 57214 14536 1862 57215 6145 1863 57216 14515 1874 57217 6112 1778 57218 6111 1772 57219 14517 1767 57220 6149 1865 57221 6148 1867 57222 1796 1864 57223 14537 1866 57224 6147 1860 57225 1796 1864 57226 14535 1868 57227 6147 1860 57228 14518 1777 57229 6111 1772 57230 6109 1766 57231 14516 1876 57232 6151 1870 57233 6150 1872 57234 1797 1869 57235 14538 1871 57236 6150 1872 57237 14537 1866 57238 6149 1865 57239 6109 1766 57240 1797 1869 57241 14517 1767 57242 6145 1863 57243 1798 1873 57244 14515 1874 57245 6145 1863 57246 14536 1862 57247 6152 1875 57248 6151 1870 57249 1798 1873 57250 14538 1871 57251 6106 1761 57252 1798 1873 57253 14516 1876 57254 6103 1754 57255 14513 1753 57256 6153 1878 57257 6155 1880 57258 1799 1877 57259 14539 1879 57260 6154 1882 57261 1799 1877 57262 14540 1881 57263 6154 1882 57264 14514 2088 57265 6103 1754 57266 6101 1747 57267 14511 1746 57268 6159 1884 57269 6158 1886 57270 1800 1883 57271 14543 1885 57272 6157 1888 57273 1800 1883 57274 14542 1887 57275 6101 1747 57276 1800 1883 57277 14512 1889 57278 6156 1891 57279 1801 1890 57280 14509 1740 57281 6156 1891 57282 14541 1972 57283 6161 1892 57284 6160 1894 57285 1801 1890 57286 14544 1893 57287 6160 1894 57288 14510 1976 57289 6097 1741 57290 6095 1734 57291 14507 1733 57292 6165 1896 57293 6164 1898 57294 1802 1895 57295 14547 1897 57296 6163 1900 57297 1802 1895 57298 14546 1899 57299 6163 1900 57300 14508 1922 57301 6095 1734 57302 6162 1903 57303 1803 1901 57304 14505 1902 57305 6167 1905 57306 1803 1901 57307 14545 1904 57308 6166 1907 57309 1803 1901 57310 14548 1906 57311 6166 1907 57312 14506 1728 57313 6091 1727 57314 6136 1841 57315 1804 1908 57316 14530 1842 57317 6130 1830 57318 1804 1908 57319 14528 1840 57320 6132 1834 57321 1804 1908 57322 14527 1829 57323 6134 1837 57324 1804 1908 57325 14529 1838 57326 6144 1857 57327 1805 1909 57328 14534 1858 57329 6138 1846 57330 1805 1909 57331 14532 1856 57332 6140 1850 57333 1805 1909 57334 14531 1845 57335 6140 1850 57336 14533 1854 57337 6142 1853 57338 6150 1872 57339 14538 1871 57340 6152 1875 57341 6146 1861 57342 1806 1910 57343 14536 1862 57344 6146 1861 57345 14535 1868 57346 6148 1867 57347 6150 1872 57348 1806 1910 57349 14537 1866 57350 6177 1912 57351 1807 1911 57352 14506 1728 57353 6177 1912 57354 14557 1917 57355 6185 1913 57356 6176 1915 57357 1807 1911 57358 14556 1914 57359 6176 1915 57360 14504 18820 57361 6090 1729 57362 6178 1918 57363 1808 1916 57364 14557 1917 57365 6178 1918 57366 14507 1733 57367 6093 1732 57368 6175 1920 57369 1808 1916 57370 14503 1919 57371 6175 1920 57372 14556 1914 57373 6185 1913 57374 6180 1923 57375 1809 1921 57376 14508 1922 57377 6180 1923 57378 14558 1928 57379 6186 1924 57380 6174 1926 57381 1809 1921 57382 14555 1925 57383 6174 1926 57384 14502 1736 57385 6094 1735 57386 6179 1929 57387 1810 1927 57388 14558 1928 57389 6092 1726 57390 1810 1927 57391 14505 1902 57392 6092 1726 57393 14501 1725 57394 6173 1930 57395 6173 1930 57396 14555 1925 57397 6186 1924 57398 6163 1900 57399 14546 1899 57400 6182 1932 57401 6182 1932 57402 14559 1935 57403 6187 1933 57404 6187 1933 57405 14558 1928 57406 6180 1923 57407 6163 1900 57408 1811 1931 57409 14508 1922 57410 6181 1936 57411 1812 1934 57412 14559 1935 57413 6181 1936 57414 14545 1904 57415 6162 1903 57416 6162 1903 57417 14505 1902 57418 6179 1929 57419 6179 1929 57420 14558 1928 57421 6187 1933 57422 6166 1907 57423 14548 1906 57424 6184 1938 57425 6184 1938 57426 14560 1941 57427 6188 1939 57428 6177 1912 57429 1813 1937 57430 14557 1917 57431 6177 1912 57432 14506 1728 57433 6166 1907 57434 6183 1942 57435 1814 1940 57436 14560 1941 57437 6183 1942 57438 14547 1897 57439 6165 1896 57440 6178 1918 57441 1814 1940 57442 14507 1733 57443 6178 1918 57444 14557 1917 57445 6188 1939 57446 6181 1936 57447 1815 1943 57448 14545 1904 57449 6181 1936 57450 14559 1935 57451 6189 1944 57452 6184 1938 57453 1815 1943 57454 14560 1941 57455 6167 1905 57456 1815 1943 57457 14548 1906 57458 6182 1932 57459 1816 1945 57460 14559 1935 57461 6164 1898 57462 1816 1945 57463 14546 1899 57464 6183 1942 57465 1816 1945 57466 14547 1897 57467 6183 1942 57468 14560 1941 57469 6189 1944 57470 6096 1742 57471 14510 1976 57472 6194 1947 57473 6202 1949 57474 1817 1946 57475 14563 1948 57476 6202 1949 57477 14562 1955 57478 6193 1950 57479 6096 1742 57480 1817 1946 57481 14500 1951 57482 6195 1953 57483 1818 1952 57484 14563 1948 57485 6195 1953 57486 14511 1746 57487 6099 1745 57488 6099 1745 57489 14499 18821 57490 6192 1954 57491 6202 1949 57492 1818 1952 57493 14562 1955 57494 6197 1957 57495 1819 1956 57496 14512 1889 57497 6203 1959 57498 1819 1956 57499 14564 1958 57500 6191 1961 57501 1819 1956 57502 14561 1960 57503 6191 1961 57504 14498 1749 57505 6100 1748 57506 6203 1959 57507 14564 1958 57508 6196 1963 57509 6098 1739 57510 1820 1962 57511 14509 1740 57512 6190 1965 57513 1820 1962 57514 14497 1964 57515 6203 1959 57516 1820 1962 57517 14561 1960 57518 6157 1888 57519 14542 1887 57520 6199 1967 57521 6204 1969 57522 1821 1966 57523 14565 1968 57524 6204 1969 57525 14564 1958 57526 6197 1957 57527 6157 1888 57528 1821 1966 57529 14512 1889 57530 6198 1971 57531 1822 1970 57532 14565 1968 57533 6156 1891 57534 1822 1970 57535 14541 1972 57536 6156 1891 57537 14509 1740 57538 6196 1963 57539 6204 1969 57540 1822 1970 57541 14564 1958 57542 6201 1974 57543 1823 1973 57544 14544 1893 57545 6201 1974 57546 14566 1978 57547 6205 1975 57548 6194 1947 57549 1823 1973 57550 14563 1948 57551 6160 1894 57552 1823 1973 57553 14510 1976 57554 6200 1979 57555 1824 1977 57556 14566 1978 57557 6200 1979 57558 14543 1885 57559 6159 1884 57560 6195 1953 57561 1824 1977 57562 14511 1746 57563 6195 1953 57564 14563 1948 57565 6205 1975 57566 6198 1971 57567 1825 1980 57568 14541 1972 57569 6198 1971 57570 14565 1968 57571 6206 1981 57572 6201 1974 57573 1825 1980 57574 14566 1978 57575 6161 1892 57576 1825 1980 57577 14544 1893 57578 6199 1967 57579 1826 1982 57580 14565 1968 57581 6158 1886 57582 1826 1982 57583 14542 1887 57584 6200 1979 57585 1826 1982 57586 14543 1885 57587 6200 1979 57588 14566 1978 57589 6206 1981 57590 6215 1984 57591 14576 1994 57592 6212 1985 57593 6213 1987 57594 1827 1983 57595 14573 1986 57596 6214 1989 57597 1827 1983 57598 14574 1988 57599 6214 1989 57600 14575 1995 57601 6215 1984 57602 6217 1993 57603 1828 1990 57604 14577 1992 57605 6215 1984 57606 1828 1990 57607 14576 1994 57608 6216 1996 57609 1828 1990 57610 14575 1995 57611 6218 1991 57612 1828 1990 57613 14578 1997 57614 6208 2001 57615 1829 1998 57616 14567 2000 57617 6208 2001 57618 14570 2037 57619 6219 2002 57620 6219 2002 57621 14569 2007 57622 6209 2003 57623 6207 1999 57624 1829 1998 57625 14568 2004 57626 6219 2002 57627 1830 2005 57628 14569 2007 57629 6219 2002 57630 14570 2037 57631 6211 2008 57632 6220 2010 57633 1830 2005 57634 14571 2009 57635 6220 2010 57636 14572 2051 57637 6210 2006 57638 6221 2014 57639 1831 2011 57640 14549 2013 57641 6221 2014 57642 14550 18822 57643 6168 2015 57644 6222 2017 57645 1831 2011 57646 14551 2016 57647 6169 2012 57648 1831 2011 57649 14552 2018 57650 6170 2020 57651 14552 2018 57652 6222 2017 57653 6222 2017 57654 14551 2016 57655 6171 2021 57656 6172 2023 57657 1832 2019 57658 14554 2022 57659 6170 2020 57660 1832 2019 57661 14553 2024 57662 6226 2026 57663 1833 2025 57664 14568 2004 57665 6226 2026 57666 14580 2031 57667 6235 2027 57668 6224 2029 57669 1833 2025 57670 14579 2028 57671 6207 1999 57672 1833 2025 57673 14567 2000 57674 6225 2032 57675 1834 2030 57676 14580 2031 57677 6225 2032 57678 14574 1988 57679 6213 1987 57680 6223 2033 57681 1834 2030 57682 14573 1986 57683 6223 2033 57684 14579 2028 57685 6235 2027 57686 6208 2001 57687 14567 2000 57688 6224 2029 57689 6224 2029 57690 14579 2028 57691 6236 2035 57692 6236 2035 57693 14582 2054 57694 6230 2036 57695 6208 2001 57696 1835 2034 57697 14570 2037 57698 6223 2033 57699 1836 2038 57700 14579 2028 57701 6223 2033 57702 14573 1986 57703 6212 1985 57704 6229 2039 57705 1836 2038 57706 14576 1994 57707 6229 2039 57708 14582 2054 57709 6236 2035 57710 6214 1989 57711 14574 1988 57712 6225 2032 57713 6225 2032 57714 14580 2031 57715 6237 2041 57716 6237 2041 57717 14581 2046 57718 6227 2042 57719 6214 1989 57720 1837 2040 57721 14575 1995 57722 6226 2026 57723 1838 2043 57724 14580 2031 57725 6226 2026 57726 14568 2004 57727 6209 2003 57728 6228 2044 57729 1838 2043 57730 14569 2007 57731 6228 2044 57732 14581 2046 57733 6237 2041 57734 6216 1996 57735 14575 1995 57736 6227 2042 57737 6238 2047 57738 1839 2045 57739 14581 2046 57740 6233 2049 57741 1839 2045 57742 14584 2048 57743 6216 1996 57744 1839 2045 57745 14578 1997 57746 6228 2044 57747 1840 2050 57748 14581 2046 57749 6228 2044 57750 14569 2007 57751 6210 2006 57752 6234 2052 57753 1840 2050 57754 14572 2051 57755 6234 2052 57756 14584 2048 57757 6238 2047 57758 6211 2008 57759 14570 2037 57760 6230 2036 57761 6239 2055 57762 1841 2053 57763 14582 2054 57764 6239 2055 57765 14583 2059 57766 6232 2056 57767 6211 2008 57768 1841 2053 57769 14571 2009 57770 6239 2055 57771 14582 2054 57772 6229 2039 57773 6229 2039 57774 14576 1994 57775 6217 1993 57776 6217 1993 57777 14577 1992 57778 6231 2058 57779 6239 2055 57780 1842 2057 57781 14583 2059 57782 6102 1755 57783 14514 2088 57784 6244 2061 57785 6252 2063 57786 1843 2060 57787 14587 2062 57788 6252 2063 57789 14586 2068 57790 6242 2064 57791 6102 1755 57792 1843 2060 57793 14496 1756 57794 6252 2063 57795 14587 2062 57796 6245 2066 57797 6245 2066 57798 14551 2016 57799 6168 2015 57800 6168 2015 57801 14550 18822 57802 6243 2067 57803 6252 2063 57804 1844 2065 57805 14586 2068 57806 6169 2012 57807 14552 2018 57808 6247 2070 57809 6247 2070 57810 14588 2075 57811 6253 2071 57812 6241 2073 57813 1845 2069 57814 14585 2072 57815 6169 2012 57816 1845 2069 57817 14549 2013 57818 6246 2076 57819 1846 2074 57820 14588 2075 57821 6246 2076 57822 14513 1753 57823 6104 1752 57824 6240 2078 57825 1846 2074 57826 14495 2077 57827 6240 2078 57828 14585 2072 57829 6253 2071 57830 6170 2020 57831 14553 2024 57832 6249 2080 57833 6249 2080 57834 14589 2083 57835 6254 2081 57836 6254 2081 57837 14588 2075 57838 6247 2070 57839 6170 2020 57840 1847 2079 57841 14552 2018 57842 6248 2084 57843 1848 2082 57844 14589 2083 57845 6248 2084 57846 14539 1879 57847 6153 1878 57848 6246 2076 57849 1848 2082 57850 14513 1753 57851 6246 2076 57852 14588 2075 57853 6254 2081 57854 6250 2086 57855 1849 2085 57856 14540 1881 57857 6250 2086 57858 14590 2090 57859 6255 2087 57860 6255 2087 57861 14587 2062 57862 6244 2061 57863 6154 1882 57864 1849 2085 57865 14514 2088 57866 6251 2091 57867 1850 2089 57868 14590 2090 57869 6251 2091 57870 14554 2022 57871 6171 2021 57872 6245 2066 57873 1850 2089 57874 14551 2016 57875 6245 2066 57876 14587 2062 57877 6255 2087 57878 6248 2084 57879 1851 2092 57880 14539 1879 57881 6248 2084 57882 14589 2083 57883 6256 2093 57884 6250 2086 57885 1851 2092 57886 14590 2090 57887 6250 2086 57888 14540 1881 57889 6155 1880 57890 6249 2080 57891 1852 2094 57892 14589 2083 57893 6249 2080 57894 14553 2024 57895 6172 2023 57896 6251 2091 57897 1852 2094 57898 14554 2022 57899 6251 2091 57900 14590 2090 57901 6256 2093 57902 6285 2098 57903 1853 2095 57904 14624 2097 57905 6285 2098 57906 14627 2112 57907 6284 2099 57908 7288 2101 57909 1853 2095 57910 14626 2100 57911 7288 2101 57912 14621 2132 57913 7289 2096 57914 6283 2103 57915 14623 2116 57916 6288 2104 57917 6288 2104 57918 14628 2396 57919 6287 2105 57920 6287 2105 57921 14629 2110 57922 6286 2106 57923 6283 2103 57924 1854 2102 57925 14625 2107 57926 6286 2106 57927 1855 2108 57928 14625 2107 57929 6289 2111 57930 1855 2108 57931 14629 2110 57932 6285 2098 57933 1855 2108 57934 14627 2112 57935 6285 2098 57936 14624 2097 57937 6282 2109 57938 7290 2114 57939 14621 2132 57940 7288 2101 57941 6290 2115 57942 1856 2113 57943 14626 2100 57944 6290 2115 57945 14628 2396 57946 6288 2104 57947 7290 2114 57948 1856 2113 57949 14623 2116 57950 6293 2120 57951 1857 2117 57952 14619 2119 57953 6293 2120 57954 14630 2139 57955 6292 2121 57956 6292 2121 57957 14631 2126 57958 6291 2122 57959 6281 2118 57960 1857 2117 57961 14622 2123 57962 6280 2125 57963 14622 2123 57964 6291 2122 57965 6295 2127 57966 1858 2124 57967 14631 2126 57968 6294 2129 57969 1858 2124 57970 14632 2128 57971 6294 2129 57972 14621 2132 57973 6280 2125 57974 6294 2129 57975 1859 2130 57976 14621 2132 57977 6294 2129 57978 14632 2128 57979 6297 2133 57980 6297 2133 57981 14633 2373 57982 6296 2134 57983 6279 2131 57984 1859 2130 57985 14620 2135 57986 6296 2134 57987 1860 2136 57988 14620 2135 57989 6296 2134 57990 14633 2373 57991 6298 2138 57992 6293 2120 57993 1860 2136 57994 14630 2139 57995 6293 2120 57996 14619 2119 57997 6278 2137 57998 6301 2143 57999 1861 2140 58000 14615 2142 58001 6301 2143 58002 14634 2162 58003 6300 2144 58004 6300 2144 58005 14635 2149 58006 6299 2145 58007 6277 2141 58008 1861 2140 58009 14618 2146 58010 6276 2148 58011 14618 2146 58012 6299 2145 58013 6303 2150 58014 1862 2147 58015 14635 2149 58016 6303 2150 58017 14636 2357 58018 6302 2151 58019 6276 2148 58020 1862 2147 58021 14617 2152 58022 6275 2154 58023 14617 2152 58024 6302 2151 58025 6302 2151 58026 14636 2357 58027 6305 2155 58028 6304 2157 58029 1863 2153 58030 14637 2156 58031 6304 2157 58032 14616 2160 58033 6275 2154 58034 6304 2157 58035 1864 2158 58036 14616 2160 58037 6304 2157 58038 14637 2156 58039 6306 2161 58040 6301 2143 58041 1864 2158 58042 14634 2162 58043 6301 2143 58044 14615 2142 58045 6274 2159 58046 6309 2166 58047 1865 2163 58048 14611 2165 58049 6309 2166 58050 14638 2186 58051 6308 2167 58052 6308 2167 58053 14639 2172 58054 6307 2168 58055 6273 2164 58056 1865 2163 58057 14614 2169 58058 6272 2171 58059 14614 2169 58060 6307 2168 58061 6311 2173 58062 1866 2170 58063 14639 2172 58064 6311 2173 58065 14640 2178 58066 6310 2174 58067 6272 2171 58068 1866 2170 58069 14613 2175 58070 6271 2177 58071 14613 2175 58072 6310 2174 58073 6313 2179 58074 1867 2176 58075 14640 2178 58076 6312 2181 58077 1867 2176 58078 14641 2180 58079 6312 2181 58080 14612 2184 58081 6271 2177 58082 6312 2181 58083 1868 2182 58084 14612 2184 58085 6312 2181 58086 14641 2180 58087 6314 2185 58088 6309 2166 58089 1868 2182 58090 14638 2186 58091 6309 2166 58092 14611 2165 58093 6270 2183 58094 6317 2190 58095 1869 2187 58096 14607 2189 58097 6317 2190 58098 14642 2210 58099 6316 2191 58100 6316 2191 58101 14643 2196 58102 6315 2192 58103 6269 2188 58104 1869 2187 58105 14610 2193 58106 6268 2195 58107 14610 2193 58108 6315 2192 58109 6319 2197 58110 1870 2194 58111 14643 2196 58112 6319 2197 58113 14644 2202 58114 6318 2198 58115 6268 2195 58116 1870 2194 58117 14609 2199 58118 6267 2201 58119 14609 2199 58120 6318 2198 58121 6321 2203 58122 1871 2200 58123 14644 2202 58124 6320 2205 58125 1871 2200 58126 14645 2204 58127 6320 2205 58128 14608 2208 58129 6267 2201 58130 6320 2205 58131 1872 2206 58132 14608 2208 58133 6320 2205 58134 14645 2204 58135 6322 2209 58136 6317 2190 58137 1872 2206 58138 14642 2210 58139 6317 2190 58140 14607 2189 58141 6266 2207 58142 6265 2212 58143 14603 18823 58144 6325 2213 58145 6324 2215 58146 1873 2211 58147 14646 2214 58148 6324 2215 58149 14647 2315 58150 6323 2216 58151 6265 2212 58152 1873 2211 58153 14606 2217 58154 6326 2221 58155 1874 2218 58156 14605 2220 58157 6326 2221 58158 14648 2309 58159 6328 2222 58160 6328 2222 58161 14649 2308 58162 6327 2223 58163 6327 2223 58164 14604 2226 58165 6264 2219 58166 6327 2223 58167 1875 2224 58168 14604 2226 58169 6327 2223 58170 14649 2308 58171 6329 2227 58172 6325 2213 58173 1875 2224 58174 14646 2214 58175 6325 2213 58176 14603 18823 58177 6263 2225 58178 6330 2231 58179 1876 2228 58180 14602 2230 58181 6330 2231 58182 14651 18824 58183 6333 2232 58184 6332 2234 58185 1876 2228 58186 14652 2233 58187 6332 2234 58188 14601 2423 58189 6262 2229 58190 6334 2238 58191 1877 2235 58192 14600 2237 58193 6335 2240 58194 1877 2235 58195 14653 2239 58196 6331 2242 58197 1877 2235 58198 14650 2241 58199 6331 2242 58200 14599 2414 58201 6261 2236 58202 6260 2244 58203 14598 2491 58204 6336 2245 58205 6339 2247 58206 1878 2243 58207 14655 2246 58208 6338 2249 58209 1878 2243 58210 14656 2248 58211 6338 2249 58212 14597 2498 58213 6260 2244 58214 6259 2251 58215 14596 2501 58216 6340 2252 58217 6341 2254 58218 1879 2250 58219 14657 2253 58220 6337 2256 58221 1879 2250 58222 14654 2255 58223 6337 2256 58224 14595 2488 58225 6259 2251 58226 6342 2260 58227 1880 2257 58228 14594 2259 58229 6342 2260 58230 14659 2278 58231 6345 2261 58232 6344 2263 58233 1880 2257 58234 14660 2262 58235 6344 2263 58236 14593 2460 58237 6258 2258 58238 6347 2265 58239 14658 2272 58240 6343 2266 58241 6343 2266 58242 14591 2448 58243 6257 2267 58244 6257 2267 58245 14592 2464 58246 6346 2268 58247 6347 2265 58248 1881 2264 58249 14661 2269 58250 6347 2265 58251 1882 2270 58252 14658 2272 58253 6347 2265 58254 14661 2269 58255 6348 2273 58256 6349 2275 58257 1882 2270 58258 14663 2274 58259 6349 2275 58260 14662 2478 58261 6350 2271 58262 6351 2277 58263 14660 2262 58264 6345 2261 58265 6352 2279 58266 1883 2276 58267 14659 2278 58268 6352 2279 58269 14665 2476 58270 6353 2280 58271 6351 2277 58272 1883 2276 58273 14664 2281 58274 6341 2254 58275 1884 2282 58276 14654 2255 58277 6341 2254 58278 14657 2253 58279 6354 2284 58280 6355 2286 58281 1884 2282 58282 14667 2285 58283 6355 2286 58284 14666 2513 58285 6356 2283 58286 6357 2288 58287 14656 2248 58288 6339 2247 58289 6358 2289 58290 1885 2287 58291 14655 2246 58292 6358 2289 58293 14669 2511 58294 6359 2290 58295 6357 2288 58296 1885 2287 58297 14668 2291 58298 6362 2293 58299 14650 2241 58300 6335 2240 58301 6335 2240 58302 14653 2239 58303 6360 2294 58304 6361 2296 58305 1886 2292 58306 14671 2295 58307 6361 2296 58308 14670 2439 58309 6362 2293 58310 6333 2232 58311 1887 2297 58312 14652 2233 58313 6333 2232 58314 14651 18824 58315 6364 2299 58316 6365 2301 58317 1887 2297 58318 14673 2300 58319 6365 2301 58320 14672 2432 58321 6363 2298 58322 6329 2227 58323 1888 2302 58324 14646 2214 58325 6329 2227 58326 14649 2308 58327 6366 2304 58328 6367 2306 58329 1888 2302 58330 14675 2305 58331 6367 2306 58332 14674 2316 58333 6368 2303 58334 6328 2222 58335 1889 2307 58336 14649 2308 58337 6369 2310 58338 1889 2307 58339 14648 2309 58340 6370 2312 58341 1889 2307 58342 14676 2311 58343 6370 2312 58344 14675 2305 58345 6366 2304 58346 6324 2215 58347 1890 2313 58348 14647 2315 58349 6324 2215 58350 14646 2214 58351 6368 2303 58352 6373 2317 58353 1890 2313 58354 14674 2316 58355 6371 2314 58356 1890 2313 58357 14677 2318 58358 6322 2209 58359 1891 2319 58360 14642 2210 58361 6322 2209 58362 14645 2204 58363 6374 2321 58364 6375 2323 58365 1891 2319 58366 14679 2322 58367 6375 2323 58368 14678 2332 58369 6376 2320 58370 6374 2321 58371 14645 2204 58372 6321 2203 58373 6377 2325 58374 1892 2324 58375 14644 2202 58376 6377 2325 58377 14680 2330 58378 6378 2326 58379 6378 2326 58380 14679 2322 58381 6374 2321 58382 6377 2325 58383 14644 2202 58384 6319 2197 58385 6379 2328 58386 1893 2327 58387 14643 2196 58388 6379 2328 58389 14681 2334 58390 6380 2329 58391 6377 2325 58392 1893 2327 58393 14680 2330 58394 6379 2328 58395 14643 2196 58396 6316 2191 58397 6316 2191 58398 14642 2210 58399 6376 2320 58400 6381 2333 58401 1894 2331 58402 14678 2332 58403 6379 2328 58404 1894 2331 58405 14681 2334 58406 6314 2185 58407 1895 2335 58408 14638 2186 58409 6314 2185 58410 14641 2180 58411 6382 2337 58412 6383 2339 58413 1895 2335 58414 14683 2338 58415 6383 2339 58416 14682 2348 58417 6384 2336 58418 6382 2337 58419 14641 2180 58420 6313 2179 58421 6385 2341 58422 1896 2340 58423 14640 2178 58424 6385 2341 58425 14684 2346 58426 6386 2342 58427 6386 2342 58428 14683 2338 58429 6382 2337 58430 6385 2341 58431 14640 2178 58432 6311 2173 58433 6387 2344 58434 1897 2343 58435 14639 2172 58436 6387 2344 58437 14685 2350 58438 6388 2345 58439 6385 2341 58440 1897 2343 58441 14684 2346 58442 6387 2344 58443 14639 2172 58444 6308 2167 58445 6308 2167 58446 14638 2186 58447 6384 2336 58448 6389 2349 58449 1898 2347 58450 14682 2348 58451 6387 2344 58452 1898 2347 58453 14685 2350 58454 6306 2161 58455 1899 2351 58456 14634 2162 58457 6306 2161 58458 14637 2156 58459 6390 2353 58460 6391 2355 58461 1899 2351 58462 14687 2354 58463 6391 2355 58464 14686 2365 58465 6392 2352 58466 6305 2155 58467 1900 2356 58468 14637 2156 58469 6393 2358 58470 1900 2356 58471 14636 2357 58472 6393 2358 58473 14688 2363 58474 6394 2359 58475 6394 2359 58476 14687 2354 58477 6390 2353 58478 6393 2358 58479 14636 2357 58480 6303 2150 58481 6395 2361 58482 1901 2360 58483 14635 2149 58484 6395 2361 58485 14689 2405 58486 6396 2362 58487 6393 2358 58488 1901 2360 58489 14688 2363 58490 6395 2361 58491 14635 2149 58492 6300 2144 58493 6300 2144 58494 14634 2162 58495 6392 2352 58496 6397 2366 58497 1902 2364 58498 14686 2365 58499 6397 2366 58500 14689 2405 58501 6395 2361 58502 6298 2138 58503 1903 2367 58504 14630 2139 58505 6298 2138 58506 14633 2373 58507 6398 2369 58508 6399 2371 58509 1903 2367 58510 14691 2370 58511 6399 2371 58512 14690 2381 58513 6400 2368 58514 6297 2133 58515 1904 2372 58516 14633 2373 58517 6401 2374 58518 1904 2372 58519 14632 2128 58520 6401 2374 58521 14692 2379 58522 6402 2375 58523 6402 2375 58524 14691 2370 58525 6398 2369 58526 6401 2374 58527 14632 2128 58528 6295 2127 58529 6403 2377 58530 1905 2376 58531 14631 2126 58532 6403 2377 58533 14693 2407 58534 6404 2378 58535 6401 2374 58536 1905 2376 58537 14692 2379 58538 6403 2377 58539 14631 2126 58540 6292 2121 58541 6292 2121 58542 14630 2139 58543 6400 2368 58544 6405 2382 58545 1906 2380 58546 14690 2381 58547 6405 2382 58548 14693 2407 58549 6403 2377 58550 6408 2384 58551 14628 2396 58552 6290 2115 58553 6290 2115 58554 14626 2100 58555 6406 2385 58556 6407 2387 58557 1907 2383 58558 14694 2386 58559 6408 2384 58560 1907 2383 58561 14695 2388 58562 6289 2111 58563 1908 2389 58564 14627 2112 58565 6289 2111 58566 14629 2110 58567 6409 2391 58568 6410 2393 58569 1908 2389 58570 14697 2392 58571 6411 2390 58572 1908 2389 58573 14696 2394 58574 6409 2391 58575 14629 2110 58576 6287 2105 58577 6408 2384 58578 1909 2395 58579 14628 2396 58580 6408 2384 58581 14695 2388 58582 6412 2397 58583 6409 2391 58584 1909 2395 58585 14697 2392 58586 6406 2385 58587 14626 2100 58588 6284 2099 58589 6284 2099 58590 14627 2112 58591 6411 2390 58592 6413 2399 58593 1910 2398 58594 14696 2394 58595 6406 2385 58596 1910 2398 58597 14694 2386 58598 6373 2317 58599 1911 2400 58600 14677 2318 58601 6367 2306 58602 1911 2400 58603 14674 2316 58604 6370 2312 58605 1911 2400 58606 14675 2305 58607 6370 2312 58608 14676 2311 58609 6372 2401 58610 6381 2333 58611 1912 2402 58612 14681 2334 58613 6375 2323 58614 1912 2402 58615 14678 2332 58616 6378 2326 58617 1912 2402 58618 14679 2322 58619 6380 2329 58620 1912 2402 58621 14680 2330 58622 6389 2349 58623 1913 2403 58624 14685 2350 58625 6383 2339 58626 1913 2403 58627 14682 2348 58628 6386 2342 58629 1913 2403 58630 14683 2338 58631 6388 2345 58632 1913 2403 58633 14684 2346 58634 6397 2366 58635 1914 2404 58636 14689 2405 58637 6391 2355 58638 1914 2404 58639 14686 2365 58640 6394 2359 58641 1914 2404 58642 14687 2354 58643 6394 2359 58644 14688 2363 58645 6396 2362 58646 6405 2382 58647 1915 2406 58648 14693 2407 58649 6399 2371 58650 1915 2406 58651 14690 2381 58652 6399 2371 58653 14691 2370 58654 6402 2375 58655 6404 2378 58656 1915 2406 58657 14692 2379 58658 6407 2387 58659 14694 2386 58660 6413 2399 58661 6413 2399 58662 14696 2394 58663 6410 2393 58664 6410 2393 58665 14697 2392 58666 6412 2397 58667 6412 2397 58668 14695 2388 58669 6407 2387 58670 6331 2242 58671 14650 2241 58672 6418 2410 58673 6426 2412 58674 1917 2409 58675 14700 2411 58676 6426 2412 58677 14699 18825 58678 6416 2413 58679 6331 2242 58680 1917 2409 58681 14599 2414 58682 6426 2412 58683 14700 2411 58684 6419 2416 58685 6419 2416 58686 14651 18824 58687 6330 2231 58688 6417 2417 58689 1918 2415 58690 14602 2230 58691 6417 2417 58692 14699 18825 58693 6426 2412 58694 6332 2234 58695 14652 2233 58696 6420 2419 58697 6420 2419 58698 14701 2425 58699 6427 2420 58700 6415 2422 58701 1919 2418 58702 14698 2421 58703 6332 2234 58704 1919 2418 58705 14601 2423 58706 6421 2426 58707 1920 2424 58708 14701 2425 58709 6421 2426 58710 14653 2239 58711 6334 2238 58712 6414 2427 58713 1920 2424 58714 14600 2237 58715 6414 2427 58716 14698 2421 58717 6427 2420 58718 6421 2426 58719 1921 2428 58720 14653 2239 58721 6421 2426 58722 14701 2425 58723 6428 2429 58724 6428 2429 58725 14702 2434 58726 6422 2430 58727 6360 2294 58728 1921 2428 58729 14671 2295 58730 6420 2419 58731 1922 2431 58732 14701 2425 58733 6420 2419 58734 14652 2233 58735 6363 2298 58736 6423 2433 58737 1922 2431 58738 14672 2432 58739 6428 2429 58740 1922 2431 58741 14702 2434 58742 6364 2299 58743 14651 18824 58744 6419 2416 58745 6429 2436 58746 1923 2435 58747 14700 2411 58748 6429 2436 58749 14703 2441 58750 6425 2437 58751 6364 2299 58752 1923 2435 58753 14673 2300 58754 6429 2436 58755 14700 2411 58756 6418 2410 58757 6362 2293 58758 1924 2438 58759 14650 2241 58760 6424 2440 58761 1924 2438 58762 14670 2439 58763 6429 2436 58764 1924 2438 58765 14703 2441 58766 6365 2301 58767 14673 2300 58768 6425 2437 58769 6430 2443 58770 1925 2442 58771 14703 2441 58772 6430 2443 58773 14702 2434 58774 6423 2433 58775 6365 2301 58776 1925 2442 58777 14672 2432 58778 6430 2443 58779 14703 2441 58780 6424 2440 58781 6361 2296 58782 1926 2444 58783 14670 2439 58784 6422 2430 58785 1926 2444 58786 14671 2295 58787 6430 2443 58788 1926 2444 58789 14702 2434 58790 6443 2446 58791 14705 2454 58792 6433 2447 58793 6343 2266 58794 1927 2445 58795 14591 2448 58796 6343 2266 58797 14658 2272 58798 6435 2449 58799 6443 2446 58800 1927 2445 58801 14706 2450 58802 6443 2446 58803 14706 2450 58804 6436 2452 58805 6342 2260 58806 1928 2451 58807 14659 2278 58808 6342 2260 58809 14594 2259 58810 6434 2453 58811 6443 2446 58812 1928 2451 58813 14705 2454 58814 6344 2263 58815 14660 2262 58816 6437 2456 58817 6437 2456 58818 14707 2462 58819 6444 2457 58820 6432 2459 58821 1929 2455 58822 14704 2458 58823 6344 2263 58824 1929 2455 58825 14593 2460 58826 6438 2463 58827 1930 2461 58828 14707 2462 58829 6438 2463 58830 14661 2269 58831 6346 2268 58832 6431 2465 58833 1930 2461 58834 14592 2464 58835 6431 2465 58836 14704 2458 58837 6444 2457 58838 6348 2273 58839 14661 2269 58840 6438 2463 58841 6445 2467 58842 1931 2466 58843 14707 2462 58844 6445 2467 58845 14708 2471 58846 6439 2468 58847 6348 2273 58848 1931 2466 58849 14663 2274 58850 6445 2467 58851 14707 2462 58852 6437 2456 58853 6351 2277 58854 1932 2469 58855 14660 2262 58856 6440 2470 58857 1932 2469 58858 14664 2281 58859 6445 2467 58860 1932 2469 58861 14708 2471 58862 6352 2279 58863 14659 2278 58864 6436 2452 58865 6436 2452 58866 14706 2450 58867 6446 2473 58868 6442 2475 58869 1933 2472 58870 14709 2474 58871 6352 2279 58872 1933 2472 58873 14665 2476 58874 6435 2449 58875 1934 2477 58876 14706 2450 58877 6435 2449 58878 14658 2272 58879 6350 2271 58880 6441 2479 58881 1934 2477 58882 14662 2478 58883 6441 2479 58884 14709 2474 58885 6446 2473 58886 6442 2475 58887 1935 2480 58888 14665 2476 58889 6447 2481 58890 1935 2480 58891 14709 2474 58892 6447 2481 58893 14708 2471 58894 6440 2470 58895 6353 2280 58896 1935 2480 58897 14664 2281 58898 6447 2481 58899 14709 2474 58900 6441 2479 58901 6349 2275 58902 1936 2482 58903 14662 2478 58904 6349 2275 58905 14663 2274 58906 6439 2468 58907 6447 2481 58908 1936 2482 58909 14708 2471 58910 6337 2256 58911 14654 2255 58912 6452 2484 58913 6460 2486 58914 1937 2483 58915 14712 2485 58916 6460 2486 58917 14711 18826 58918 6450 2487 58919 6337 2256 58920 1937 2483 58921 14595 2488 58922 6453 2490 58923 1938 2489 58924 14712 2485 58925 6453 2490 58926 14655 2246 58927 6336 2245 58928 6451 2492 58929 1938 2489 58930 14598 2491 58931 6451 2492 58932 14711 18826 58933 6460 2486 58934 6338 2249 58935 14656 2248 58936 6454 2494 58937 6461 2496 58938 1939 2493 58939 14713 2495 58940 6461 2496 58941 14710 18827 58942 6449 2497 58943 6338 2249 58944 1939 2493 58945 14597 2498 58946 6461 2496 58947 14713 2495 58948 6455 2500 58949 6455 2500 58950 14657 2253 58951 6340 2252 58952 6448 2502 58953 1940 2499 58954 14596 2501 58955 6448 2502 58956 14710 18827 58957 6461 2496 58958 6455 2500 58959 1941 2503 58960 14657 2253 58961 6462 2504 58962 1941 2503 58963 14713 2495 58964 6462 2504 58965 14714 2519 58966 6456 2505 58967 6354 2284 58968 1941 2503 58969 14667 2285 58970 6454 2494 58971 1942 2506 58972 14713 2495 58973 6357 2288 58974 1942 2506 58975 14656 2248 58976 6457 2507 58977 1942 2506 58978 14668 2291 58979 6457 2507 58980 14714 2519 58981 6462 2504 58982 6358 2289 58983 14655 2246 58984 6453 2490 58985 6463 2509 58986 1943 2508 58987 14712 2485 58988 6463 2509 58989 14715 2515 58990 6459 2510 58991 6358 2289 58992 1943 2508 58993 14669 2511 58994 6463 2509 58995 14712 2485 58996 6452 2484 58997 6356 2283 58998 1944 2512 58999 14654 2255 59000 6458 2514 59001 1944 2512 59002 14666 2513 59003 6463 2509 59004 1944 2512 59005 14715 2515 59006 6459 2510 59007 1945 2516 59008 14669 2511 59009 6464 2517 59010 1945 2516 59011 14715 2515 59012 6464 2517 59013 14714 2519 59014 6457 2507 59015 6359 2290 59016 1945 2516 59017 14668 2291 59018 6464 2517 59019 14715 2515 59020 6458 2514 59021 6355 2286 59022 1946 2518 59023 14666 2513 59024 6456 2505 59025 1946 2518 59026 14667 2285 59027 6464 2517 59028 1946 2518 59029 14714 2519 59030 6465 2521 59031 14716 2532 59032 6471 2522 59033 6486 2524 59034 1947 2520 59035 14725 2523 59036 6473 2526 59037 1947 2520 59038 14724 2525 59039 6465 2521 59040 1947 2520 59041 14717 2527 59042 6470 2531 59043 1948 2528 59044 14722 2530 59045 6465 2521 59046 1948 2528 59047 14716 2532 59048 6465 2521 59049 14717 2527 59050 6472 2533 59051 6482 2529 59052 1948 2528 59053 14723 2534 59054 6466 2536 59055 14719 2544 59056 6477 2537 59057 6485 2539 59058 1949 2535 59059 14729 2538 59060 6485 2539 59061 14725 2523 59062 6471 2522 59063 6466 2536 59064 1949 2535 59065 14716 2532 59066 6476 2543 59067 1950 2540 59068 14728 2542 59069 6466 2536 59070 1950 2540 59071 14719 2544 59072 6466 2536 59073 14716 2532 59074 6470 2531 59075 6483 2541 59076 1950 2540 59077 14722 2530 59078 6467 2546 59079 14718 2554 59080 6475 2547 59081 6484 2549 59082 1951 2545 59083 14727 2548 59084 6472 2533 59085 1951 2545 59086 14723 2534 59087 6467 2546 59088 1951 2545 59089 14717 2527 59090 6474 2553 59091 1952 2550 59092 14726 2552 59093 6467 2546 59094 1952 2550 59095 14718 2554 59096 6467 2546 59097 14717 2527 59098 6473 2526 59099 6487 2551 59100 1952 2550 59101 14724 2525 59102 6474 2553 59103 1953 2555 59104 14718 2554 59105 6474 2553 59106 14726 2552 59107 6489 2557 59108 6481 2559 59109 1953 2555 59110 14732 2558 59111 6481 2559 59112 14721 18828 59113 6468 2556 59114 6491 2561 59115 14727 2548 59116 6475 2547 59117 6468 2556 59118 1954 2560 59119 14718 2554 59120 6468 2556 59121 14721 18828 59122 6480 2562 59123 6491 2561 59124 1954 2560 59125 14731 2563 59126 6476 2543 59127 1955 2564 59128 14719 2544 59129 6476 2543 59130 14728 2542 59131 6493 2566 59132 6478 2568 59133 1955 2564 59134 14730 2567 59135 6469 2565 59136 1955 2564 59137 14720 2569 59138 6492 2571 59139 14729 2538 59140 6477 2537 59141 6469 2565 59142 1956 2570 59143 14719 2544 59144 6469 2565 59145 14720 2569 59146 6479 2572 59147 6492 2571 59148 1956 2570 59149 14733 2573 59150 6484 2549 59151 14727 2548 59152 6490 2575 59153 6490 2575 59154 14728 2542 59155 6483 2541 59156 6482 2529 59157 1957 2574 59158 14722 2530 59159 6482 2529 59160 14723 2534 59161 6484 2549 59162 6485 2539 59163 14729 2538 59164 6488 2577 59165 6488 2577 59166 14726 2552 59167 6487 2551 59168 6486 2524 59169 1958 2576 59170 14724 2525 59171 6485 2539 59172 1958 2576 59173 14725 2523 59174 6495 2579 59175 14732 2558 59176 6489 2557 59177 6488 2577 59178 1959 2578 59179 14726 2552 59180 6492 2571 59181 1959 2578 59182 14729 2538 59183 6492 2571 59184 14733 2573 59185 6495 2579 59186 6494 2581 59187 14730 2567 59188 6493 2566 59189 6490 2575 59190 1960 2580 59191 14728 2542 59192 6491 2561 59193 1960 2580 59194 14727 2548 59195 6494 2581 59196 1960 2580 59197 14731 2563 59198 6510 2583 59199 14745 2592 59200 6500 2584 59201 6508 2586 59202 1961 2582 59203 14739 2585 59204 6509 2588 59205 1961 2582 59206 14753 2587 59207 6510 2583 59208 1961 2582 59209 14754 2589 59210 6510 2583 59211 1962 2590 59212 14745 2592 59213 6510 2583 59214 14754 2589 59215 6511 2593 59216 6511 2593 59217 14755 2596 59218 6570 2594 59219 6513 2597 59220 1963 2595 59221 14755 2596 59222 6513 2597 59223 14757 2686 59224 6571 2598 59225 6514 2600 59226 1963 2595 59227 14758 2599 59228 6514 2600 59229 14758 2599 59230 6517 2603 59231 6517 2603 59232 14759 2608 59233 6515 2604 59234 6518 2606 59235 14760 2832 59236 6516 2607 59237 6518 2606 59238 1965 2605 59239 14759 2608 59240 6502 2612 59241 1966 2609 59242 14752 2611 59243 6502 2612 59244 14747 2618 59245 6522 2613 59246 6503 2615 59247 14748 2623 59248 6523 2616 59249 6503 2615 59250 1967 2614 59251 14747 2618 59252 6504 2620 59253 14749 2637 59254 6525 2621 59255 6504 2620 59256 1968 2619 59257 14748 2623 59258 6568 2627 59259 1969 2624 59260 14746 2626 59261 6567 2629 59262 1969 2624 59263 19037 2628 59264 6526 2631 59265 1969 2624 59266 14762 2630 59267 6526 2631 59268 14750 2645 59269 6505 2625 59270 6528 2635 59271 1970 2632 59272 14751 2634 59273 6528 2635 59274 19036 2647 59275 6532 2636 59276 6532 2636 59277 19035 2622 59278 6525 2621 59279 6506 2633 59280 1970 2632 59281 14749 2637 59282 6497 2641 59283 1971 2638 59284 14742 2640 59285 6497 2641 59286 14741 16819 59287 6524 2642 59288 6526 2631 59289 1972 2643 59290 14750 2645 59291 6526 2631 59292 14762 2630 59293 6533 2646 59294 6528 2635 59295 1972 2643 59296 19036 2647 59297 6528 2635 59298 14751 2634 59299 6507 2644 59300 6535 2668 59301 1973 2648 59302 14763 2650 59303 6536 2651 59304 1973 2648 59305 14756 18829 59306 6536 2651 59307 14764 2660 59308 6539 2649 59309 6537 2662 59310 1974 2652 59311 14765 2654 59312 7274 2655 59313 1974 2652 59314 15171 17517 59315 7274 2655 59316 15176 17203 59317 7284 2653 59318 19026 2657 59319 19027 2665 59320 6538 2658 59321 6538 2658 59322 14766 2664 59323 6540 2659 59324 6536 2651 59325 1975 2656 59326 14764 2660 59327 6536 2651 59328 14756 18829 59329 19026 2657 59330 6537 2662 59331 14765 2654 59332 6541 2663 59333 6538 2658 59334 1976 2661 59335 14766 2664 59336 6534 2667 59337 19025 18830 59338 6535 2668 59339 6542 2669 59340 1977 2666 59341 14763 2650 59342 6543 16826 59343 1977 2666 59344 14767 2670 59345 6542 2669 59346 14763 2650 59347 6539 2649 59348 6545 2672 59349 1978 2671 59350 14764 2660 59351 6544 2674 59352 1978 2671 59353 14768 2673 59354 6542 2669 59355 1978 2671 59356 14767 2670 59357 6548 2676 59358 14754 2589 59359 6509 2588 59360 6509 2588 59361 14753 2587 59362 6546 2677 59363 6547 2679 59364 1979 2675 59365 14773 2678 59366 6547 2679 59367 14774 2690 59368 6548 2676 59369 6511 2593 59370 1980 2680 59371 14755 2596 59372 6548 2676 59373 1980 2680 59374 14754 2589 59375 6548 2676 59376 14774 2690 59377 6549 2682 59378 6550 2681 59379 1980 2680 59380 14775 2683 59381 6513 2597 59382 1981 2684 59383 14757 2686 59384 6513 2597 59385 14755 2596 59386 6550 2681 59387 6551 2687 59388 1981 2684 59389 14775 2683 59390 6551 2687 59391 14776 2701 59392 6552 2685 59393 6547 2679 59394 1982 2688 59395 14774 2690 59396 6547 2679 59397 14773 2678 59398 6553 2691 59399 6554 2693 59400 1982 2688 59401 14777 2692 59402 6555 2689 59403 1982 2688 59404 14778 2694 59405 6557 2696 59406 14775 2683 59407 6549 2682 59408 6555 2689 59409 1983 2695 59410 14774 2690 59411 6555 2689 59412 14778 2694 59413 6556 2697 59414 6557 2696 59415 1983 2695 59416 14779 2698 59417 6551 2687 59418 1984 2699 59419 14776 2701 59420 6551 2687 59421 14775 2683 59422 6557 2696 59423 6557 2696 59424 14779 2698 59425 6558 2702 59426 6559 2700 59427 1984 2699 59428 14780 2703 59429 6562 2705 59430 14778 2694 59431 6554 2693 59432 6560 2706 59433 1985 2704 59434 14777 2692 59435 6560 2706 59436 14781 16841 59437 6561 2707 59438 6562 2705 59439 1985 2704 59440 14782 2708 59441 6564 2710 59442 14779 2698 59443 6556 2697 59444 6562 2705 59445 1986 2709 59446 14778 2694 59447 6562 2705 59448 14782 2708 59449 6563 2711 59450 6564 2710 59451 1986 2709 59452 14783 2712 59453 6566 2714 59454 14780 2703 59455 6558 2702 59456 6564 2710 59457 1987 2713 59458 14779 2698 59459 6564 2710 59460 14783 2712 59461 6565 2715 59462 6566 2714 59463 1987 2713 59464 14784 2716 59465 6501 2718 59466 1988 2717 59467 14746 2626 59468 6501 2718 59469 14745 2592 59470 6569 2591 59471 6501 2718 59472 14746 2626 59473 6575 2720 59474 6575 2720 59475 14787 2740 59476 6581 2721 59477 6582 2723 59478 1989 2719 59479 14794 2722 59480 6582 2723 59481 14745 2592 59482 6501 2718 59483 6500 2584 59484 14745 2592 59485 6582 2723 59486 6580 2725 59487 1990 2724 59488 14794 2722 59489 6580 2725 59490 14785 16871 59491 6573 2726 59492 6500 2584 59493 1990 2724 59494 14739 2585 59495 6583 2728 59496 1991 2727 59497 14752 2611 59498 6894 2730 59499 1991 2727 59500 14795 2729 59501 6502 2612 59502 1991 2727 59503 14747 2618 59504 6576 2734 59505 1992 2731 59506 14788 2733 59507 6576 2734 59508 14748 2623 59509 6503 2615 59510 6503 2615 59511 14747 2618 59512 6894 2730 59513 6894 2730 59514 14795 2729 59515 6893 2732 59516 6584 2736 59517 14789 2745 59518 6577 2737 59519 6504 2620 59520 1993 2735 59521 14749 2637 59522 6576 2734 59523 1993 2735 59524 14748 2623 59525 6576 2734 59526 14788 2733 59527 6584 2736 59528 6575 2720 59529 1994 2738 59530 14787 2740 59531 6575 2720 59532 14746 2626 59533 6505 2625 59534 6578 2741 59535 1994 2738 59536 14750 2645 59537 6578 2741 59538 14790 2757 59539 6585 2739 59540 6586 2743 59541 14791 2748 59542 6579 2744 59543 6579 2744 59544 14751 2634 59545 6506 2633 59546 6506 2633 59547 14749 2637 59548 6577 2737 59549 6586 2743 59550 1995 2742 59551 14789 2745 59552 6587 2747 59553 14790 2757 59554 6578 2741 59555 6578 2741 59556 14750 2645 59557 6507 2644 59558 6579 2744 59559 1996 2746 59560 14751 2634 59561 6587 2747 59562 1996 2746 59563 14791 2748 59564 6588 2751 59565 1997 2749 59566 14758 2599 59567 6588 2751 59568 14796 3579 59569 6592 2752 59570 6593 2754 59571 1997 2749 59572 14801 2753 59573 6593 2754 59574 14802 2850 59575 6594 2750 59576 6587 2747 59577 1998 2755 59578 14790 2757 59579 6587 2747 59580 14791 2748 59581 6601 2758 59582 6602 2760 59583 1998 2755 59584 14807 2759 59585 6602 2760 59586 14806 2766 59587 6603 2756 59588 6586 2743 59589 1999 2761 59590 14791 2748 59591 6586 2743 59592 14789 2745 59593 6604 2762 59594 6604 2762 59595 14808 2877 59596 6605 2763 59597 6605 2763 59598 14807 2759 59599 6601 2758 59600 6585 2739 59601 2000 2764 59602 14787 2740 59603 6585 2739 59604 14790 2757 59605 6603 2756 59606 6606 2767 59607 2000 2764 59608 14806 2766 59609 6606 2767 59610 14809 18831 59611 6607 2765 59612 6611 2769 59613 14794 2722 59614 6581 2721 59615 6607 2765 59616 2001 2768 59617 14787 2740 59618 6607 2765 59619 14809 18831 59620 6610 2770 59621 6611 2769 59622 2001 2768 59623 14813 2771 59624 6613 2773 59625 14785 16871 59626 6580 2725 59627 6611 2769 59628 2002 2772 59629 14794 2722 59630 6611 2769 59631 14813 2771 59632 6612 2774 59633 6613 2773 59634 2002 2772 59635 14814 2775 59636 6572 2779 59637 2003 2776 59638 14734 2778 59639 6572 2779 59640 14785 16871 59641 6613 2773 59642 6614 2780 59643 2003 2776 59644 14814 2775 59645 6614 2780 59646 14815 18832 59647 6615 2777 59648 6499 2784 59649 2004 2781 59650 14737 2783 59651 6499 2784 59652 14743 2788 59653 6616 2785 59654 6616 2785 59655 14817 2793 59656 6617 2786 59657 6617 2786 59658 14816 2901 59659 6618 2782 59660 6498 2789 59661 2005 2787 59662 14743 2788 59663 6619 2791 59664 2005 2787 59665 14736 2790 59666 6619 2791 59667 14818 2797 59668 6620 2792 59669 6616 2785 59670 2005 2787 59671 14817 2793 59672 6619 2791 59673 14736 2790 59674 6496 2795 59675 6615 2777 59676 2006 2794 59677 14734 2778 59678 6615 2777 59679 14815 18832 59680 6623 2796 59681 6619 2791 59682 2006 2794 59683 14818 2797 59684 6590 2799 59685 14793 2813 59686 6632 2800 59687 6644 2802 59688 2007 2798 59689 14823 2801 59690 6635 2804 59691 2007 2798 59692 14824 2803 59693 6635 2804 59694 14799 2982 59695 6590 2799 59696 6644 2802 59697 14823 2801 59698 6633 2806 59699 6589 2808 59700 2008 2805 59701 14797 2807 59702 6589 2808 59703 14798 2960 59704 6634 2809 59705 6634 2809 59706 14824 2803 59707 6644 2802 59708 6645 2811 59709 14822 3457 59710 6631 2812 59711 6590 2799 59712 2009 2810 59713 14793 2813 59714 6590 2799 59715 14799 2982 59716 6636 2814 59717 6645 2811 59718 2009 2810 59719 14825 2815 59720 6592 2752 59721 14796 3579 59722 6630 2817 59723 6646 2819 59724 2010 2816 59725 14821 2818 59726 6646 2819 59727 14826 18833 59728 6638 2820 59729 6638 2820 59730 14801 2753 59731 6592 2752 59732 6646 2819 59733 14821 2818 59734 6629 2822 59735 6591 2824 59736 2011 2821 59737 14792 2823 59738 6591 2824 59739 14800 3454 59740 6637 2825 59741 6637 2825 59742 14826 18833 59743 6646 2819 59744 6647 2829 59745 2012 2826 59746 14827 2828 59747 6519 2831 59748 2012 2826 59749 14761 2830 59750 6648 2827 59751 2012 2826 59752 14760 2832 59753 6595 2834 59754 14803 2844 59755 6639 2835 59756 6639 2835 59757 14827 2828 59758 6648 2827 59759 6595 2834 59760 2013 2833 59761 14760 2832 59762 6640 2837 59763 2014 2836 59764 14827 2828 59765 6596 2839 59766 2014 2836 59767 14804 2838 59768 6596 2839 59769 14761 2830 59770 6647 2829 59771 6641 2843 59772 2015 2840 59773 14828 2842 59774 6595 2834 59775 2015 2840 59776 14803 2844 59777 6649 2841 59778 2015 2840 59779 14760 2832 59780 6650 2848 59781 2016 2845 59782 14829 2847 59783 6517 2603 59784 2016 2845 59785 14759 2608 59786 6651 2846 59787 2016 2845 59788 14758 2599 59789 6642 2851 59790 2017 2849 59791 14802 2850 59792 6642 2851 59793 14829 2847 59794 6651 2846 59795 6594 2750 59796 2017 2849 59797 14758 2599 59798 6643 2853 59799 2018 2852 59800 14829 2847 59801 6643 2853 59802 14805 2910 59803 6597 2854 59804 6650 2848 59805 2018 2852 59806 14759 2608 59807 7275 2858 59808 2019 2855 59809 15160 2857 59810 7275 2858 59811 15183 2863 59812 7280 2859 59813 6655 2861 59814 2019 2855 59815 14830 2860 59816 6655 2861 59817 14735 2896 59818 7287 2856 59819 7276 2864 59820 2020 2862 59821 15183 2863 59822 7276 2864 59823 15161 16800 59824 7286 2865 59825 6656 2866 59826 2020 2862 59827 14737 2783 59828 6656 2866 59829 14830 2860 59830 7280 2859 59831 6665 2870 59832 2021 2867 59833 14832 2869 59834 6665 2870 59835 14789 2745 59836 6584 2736 59837 6584 2736 59838 14788 2733 59839 6666 2868 59840 6659 2874 59841 2022 2871 59842 14810 2873 59843 6659 2874 59844 14832 2869 59845 6666 2868 59846 6608 2872 59847 2022 2871 59848 14788 2733 59849 6665 2870 59850 14832 2869 59851 6658 2876 59852 6604 2762 59853 2023 2875 59854 14808 2877 59855 6665 2870 59856 2023 2875 59857 14789 2745 59858 6667 2881 59859 2024 2878 59860 14833 2880 59861 6893 2732 59862 2024 2878 59863 14788 2733 59864 6893 2732 59865 14795 2729 59866 6891 2879 59867 6661 2885 59868 2025 2882 59869 14811 2884 59870 6661 2885 59871 14833 2880 59872 6891 2879 59873 6892 2883 59874 2025 2882 59875 14795 2729 59876 6667 2881 59877 14833 2880 59878 6660 2887 59879 6608 2872 59880 2026 2886 59881 14810 2873 59882 6667 2881 59883 2026 2886 59884 14788 2733 59885 6657 2891 59886 2027 2888 59887 14831 2890 59888 6657 2891 59889 14735 2896 59890 6622 2892 59891 6662 2894 59892 2027 2888 59893 14820 2893 59894 6662 2894 59895 14834 3336 59896 6668 2889 59897 6655 2861 59898 2028 2895 59899 14735 2896 59900 6655 2861 59901 14830 2860 59902 6669 2897 59903 6664 2899 59904 2028 2895 59905 14835 2898 59906 6664 2899 59907 14820 2893 59908 6622 2892 59909 6656 2866 59910 2029 2900 59911 14830 2860 59912 6656 2866 59913 14737 2783 59914 6618 2782 59915 6663 2902 59916 2029 2900 59917 14816 2901 59918 6663 2902 59919 14835 2898 59920 6669 2897 59921 6637 2825 59922 14800 3454 59923 6672 2904 59924 6673 2906 59925 2030 2903 59926 14837 2905 59927 6673 2906 59928 14836 3316 59929 6674 2907 59930 6674 2907 59931 14826 18833 59932 6637 2825 59933 6675 2911 59934 2031 2908 59935 14805 2910 59936 6675 2911 59937 14838 2916 59938 6676 2912 59939 6676 2912 59940 14837 2905 59941 6672 2904 59942 6672 2904 59943 14800 3454 59944 6600 2909 59945 6643 2853 59946 14829 2847 59947 6677 2914 59948 6677 2914 59949 14839 3321 59950 6678 2915 59951 6675 2911 59952 2032 2913 59953 14838 2916 59954 6675 2911 59955 14805 2910 59956 6643 2853 59957 6638 2820 59958 14826 18833 59959 6680 2918 59960 6681 2920 59961 2033 2917 59962 14841 2919 59963 6681 2920 59964 14840 3309 59965 6682 2921 59966 6638 2820 59967 2033 2917 59968 14801 2753 59969 6654 2923 59970 14829 2847 59971 6683 2924 59972 6683 2924 59973 14842 2930 59974 6684 2925 59975 6684 2925 59976 14841 2919 59977 6680 2918 59978 6680 2918 59979 14826 18833 59980 6654 2923 59981 6642 2851 59982 14802 2850 59983 6685 2927 59984 6686 2929 59985 2035 2926 59986 14843 2928 59987 6683 2924 59988 2035 2926 59989 14842 2930 59990 6683 2924 59991 14829 2847 59992 6642 2851 59993 6593 2754 59994 14801 2753 59995 6682 2921 59996 6682 2921 59997 14840 3309 59998 6687 2932 59999 6687 2932 60000 14843 2928 60001 6685 2927 60002 6593 2754 60003 2036 2931 60004 14802 2850 60005 6641 2843 60006 14828 2842 60007 6688 2934 60008 6689 2936 60009 2037 2933 60010 14845 2935 60011 6690 2938 60012 2037 2933 60013 14844 2937 60014 6690 2938 60015 14803 2844 60016 6641 2843 60017 6653 2940 60018 14825 2815 60019 6691 2941 60020 6691 2941 60021 14846 3291 60022 6692 2942 60023 6688 2934 60024 2038 2939 60025 14845 2935 60026 6688 2934 60027 14828 2842 60028 6653 2940 60029 6636 2814 60030 14799 2982 60031 6693 2944 60032 6694 2946 60033 2039 2943 60034 14847 2945 60035 6694 2946 60036 14846 3291 60037 6691 2941 60038 6691 2941 60039 14825 2815 60040 6636 2814 60041 6690 2938 60042 2040 2947 60043 14803 2844 60044 6690 2938 60045 14844 2937 60046 6695 2949 60047 6693 2944 60048 2040 2947 60049 14847 2945 60050 6693 2944 60051 14799 2982 60052 6599 2948 60053 6634 2809 60054 14798 2960 60055 6696 2951 60056 6696 2951 60057 14849 3262 60058 6697 2952 60059 6698 2954 60060 2041 2950 60061 14848 2953 60062 6698 2954 60063 14824 2803 60064 6634 2809 60065 6598 2956 60066 14804 2838 60067 6699 2957 60068 6700 2959 60069 2042 2955 60070 14850 2958 60071 6700 2959 60072 14849 3262 60073 6696 2951 60074 6598 2956 60075 2042 2955 60076 14798 2960 60077 6640 2837 60078 14827 2828 60079 6701 2962 60080 6702 2964 60081 2043 2961 60082 14851 2963 60083 6699 2957 60084 2043 2961 60085 14850 2958 60086 6640 2837 60087 2043 2961 60088 14804 2838 60089 6652 2966 60090 14824 2803 60091 6698 2954 60092 6698 2954 60093 14848 2953 60094 6703 2967 60095 6703 2967 60096 14851 2963 60097 6701 2962 60098 6652 2966 60099 2044 2965 60100 14827 2828 60101 6635 2804 60102 14824 2803 60103 6704 2969 60104 6704 2969 60105 14853 3246 60106 6705 2970 60107 6706 2972 60108 2045 2968 60109 14852 2971 60110 6706 2972 60111 14799 2982 60112 6635 2804 60113 6652 2966 60114 14827 2828 60115 6707 2974 60116 6707 2974 60117 14854 2980 60118 6708 2975 60119 6708 2975 60120 14853 3246 60121 6704 2969 60122 6704 2969 60123 14824 2803 60124 6652 2966 60125 6709 2977 60126 2047 2976 60127 14803 2844 60128 6710 2979 60129 2047 2976 60130 14855 2978 60131 6707 2974 60132 2047 2976 60133 14854 2980 60134 6639 2835 60135 2047 2976 60136 14827 2828 60137 6706 2972 60138 2048 2981 60139 14799 2982 60140 6706 2972 60141 14852 2971 60142 6711 2983 60143 6711 2983 60144 14855 2978 60145 6709 2977 60146 6709 2977 60147 14803 2844 60148 6599 2948 60149 6598 2956 60150 14798 2960 60151 6712 2985 60152 6713 2987 60153 2049 2984 60154 14857 2986 60155 6714 2989 60156 2049 2984 60157 14856 2988 60158 6714 2989 60159 14804 2838 60160 6598 2956 60161 7279 2993 60162 2050 2990 60163 15182 2992 60164 7279 2993 60165 14858 18834 60166 6715 2994 60167 6715 2994 60168 14857 2986 60169 6712 2985 60170 6712 2985 60171 14798 2960 60172 7281 2991 60173 6661 2885 60174 14811 2884 60175 6718 2996 60176 6718 2996 60177 14861 3218 60178 6719 2997 60179 6720 2999 60180 2051 2995 60181 14860 2998 60182 6720 2999 60183 14833 2880 60184 6661 2885 60185 6671 3001 60186 14833 2880 60187 6720 2999 60188 6724 3002 60189 2052 3000 60190 14860 2998 60191 6724 3002 60192 14863 3227 60193 6722 3003 60194 6722 3003 60195 14834 3336 60196 6671 3001 60197 6725 3005 60198 2053 3004 60199 14833 2880 60200 6725 3005 60201 14865 3199 60202 6726 3006 60203 6727 3008 60204 2053 3004 60205 14864 3007 60206 6727 3008 60207 14810 2873 60208 6660 2887 60209 6671 3001 60210 14834 3336 60211 6728 3010 60212 6729 3012 60213 2054 3009 60214 14866 3011 60215 6729 3012 60216 14865 3199 60217 6725 3005 60218 6671 3001 60219 2054 3009 60220 14833 2880 60221 6662 2894 60222 14820 2893 60223 6730 3014 60224 6731 3016 60225 2055 3013 60226 14867 3015 60227 6728 3010 60228 2055 3013 60229 14866 3011 60230 6728 3010 60231 14834 3336 60232 6662 2894 60233 6628 3018 60234 14810 2873 60235 6727 3008 60236 6732 3019 60237 2056 3017 60238 14864 3007 60239 6732 3019 60240 14867 3015 60241 6730 3014 60242 6730 3014 60243 14820 2893 60244 6628 3018 60245 6659 2874 60246 14810 2873 60247 6733 3021 60248 6734 3023 60249 2057 3020 60250 14869 3022 60251 6735 3025 60252 2057 3020 60253 14868 3024 60254 6735 3025 60255 14832 2869 60256 6659 2874 60257 6628 3018 60258 14820 2893 60259 6736 3027 60260 6737 3029 60261 2058 3026 60262 14870 3028 60263 6737 3029 60264 14869 3022 60265 6733 3021 60266 6628 3018 60267 2058 3026 60268 14810 2873 60269 6664 2899 60270 14835 2898 60271 6738 3031 60272 6738 3031 60273 14871 3036 60274 6739 3032 60275 6736 3027 60276 2059 3030 60277 14870 3028 60278 6736 3027 60279 14820 2893 60280 6664 2899 60281 6670 3034 60282 14832 2869 60283 6735 3025 60284 6740 3035 60285 2060 3033 60286 14868 3024 60287 6738 3031 60288 2060 3033 60289 14871 3036 60290 6738 3031 60291 14835 2898 60292 6670 3034 60293 6658 2876 60294 14832 2869 60295 6741 3038 60296 6742 3040 60297 2061 3037 60298 14873 3039 60299 6743 3042 60300 2061 3037 60301 14872 3041 60302 6743 3042 60303 14808 2877 60304 6658 2876 60305 6670 3034 60306 14835 2898 60307 6744 3044 60308 6745 3046 60309 2062 3043 60310 14874 3045 60311 6745 3046 60312 14873 3039 60313 6741 3038 60314 6741 3038 60315 14832 2869 60316 6670 3034 60317 6663 2902 60318 14816 2901 60319 6746 3048 60320 6746 3048 60321 14875 3053 60322 6747 3049 60323 6744 3044 60324 2063 3047 60325 14874 3045 60326 6744 3044 60327 14835 2898 60328 6663 2902 60329 6626 3051 60330 14808 2877 60331 6743 3042 60332 6748 3052 60333 2064 3050 60334 14872 3041 60335 6746 3048 60336 2064 3050 60337 14875 3053 60338 6746 3048 60339 14816 2901 60340 6626 3051 60341 6627 3055 60342 14809 18831 60343 6752 3056 60344 6753 3058 60345 2065 3054 60346 14879 3057 60347 6753 3058 60348 14878 3068 60349 6754 3059 60350 6754 3059 60351 14815 18832 60352 6627 3055 60353 6606 2767 60354 14806 2766 60355 6755 3061 60356 6755 3061 60357 14880 3147 60358 6756 3062 60359 6752 3056 60360 2066 3060 60361 14879 3057 60362 6752 3056 60363 14809 18831 60364 6606 2767 60365 6624 3064 60366 14818 2797 60367 6757 3065 60368 6757 3065 60369 14881 3070 60370 6758 3066 60371 6758 3066 60372 14880 3147 60373 6755 3061 60374 6755 3061 60375 14806 2766 60376 6624 3064 60377 6623 2796 60378 14815 18832 60379 6754 3059 60380 6759 3069 60381 2068 3067 60382 14878 3068 60383 6757 3065 60384 2068 3067 60385 14881 3070 60386 6757 3065 60387 14818 2797 60388 6623 2796 60389 6625 3072 60390 14807 2759 60391 6760 3073 60392 6761 3075 60393 2069 3071 60394 14883 3074 60395 6761 3075 60396 14882 3085 60397 6762 3076 60398 6762 3076 60399 14817 2793 60400 6625 3072 60401 6605 2763 60402 14808 2877 60403 6763 3078 60404 6764 3080 60405 2070 3077 60406 14884 3079 60407 6764 3080 60408 14883 3074 60409 6760 3073 60410 6760 3073 60411 14807 2759 60412 6605 2763 60413 6626 3051 60414 14816 2901 60415 6765 3082 60416 6765 3082 60417 14885 3087 60418 6766 3083 60419 6763 3078 60420 2071 3081 60421 14884 3079 60422 6763 3078 60423 14808 2877 60424 6626 3051 60425 6617 2786 60426 14817 2793 60427 6762 3076 60428 6767 3086 60429 2072 3084 60430 14882 3085 60431 6765 3082 60432 2072 3084 60433 14885 3087 60434 6765 3082 60435 14816 2901 60436 6617 2786 60437 6624 3064 60438 14806 2766 60439 6768 3089 60440 6769 3091 60441 2073 3088 60442 14887 3090 60443 6769 3091 60444 14886 3101 60445 6770 3092 60446 6770 3092 60447 14818 2797 60448 6624 3064 60449 6602 2760 60450 14807 2759 60451 6771 3094 60452 6772 3096 60453 2074 3093 60454 14888 3095 60455 6768 3089 60456 2074 3093 60457 14887 3090 60458 6768 3089 60459 14806 2766 60460 6602 2760 60461 6625 3072 60462 14817 2793 60463 6773 3098 60464 6773 3098 60465 14889 3103 60466 6774 3099 60467 6774 3099 60468 14888 3095 60469 6771 3094 60470 6771 3094 60471 14807 2759 60472 6625 3072 60473 6620 2792 60474 14818 2797 60475 6770 3092 60476 6775 3102 60477 2076 3100 60478 14886 3101 60479 6773 3098 60480 2076 3100 60481 14889 3103 60482 6773 3098 60483 14817 2793 60484 6620 2792 60485 6776 3105 60486 2077 3104 60487 14887 3090 60488 6776 3105 60489 14891 3112 60490 6777 3106 60491 6777 3106 60492 14890 3117 60493 6778 3107 60494 6769 3091 60495 2077 3104 60496 14886 3101 60497 6772 3096 60498 14888 3095 60499 6779 3109 60500 6780 3111 60501 2078 3108 60502 14892 3110 60503 6776 3105 60504 2078 3108 60505 14891 3112 60506 6776 3105 60507 14887 3090 60508 6772 3096 60509 6781 3114 60510 2079 3113 60511 14889 3103 60512 6781 3114 60513 14893 3119 60514 6782 3115 60515 6782 3115 60516 14892 3110 60517 6779 3109 60518 6774 3099 60519 2079 3113 60520 14888 3095 60521 6775 3102 60522 14886 3101 60523 6778 3107 60524 6783 3118 60525 2080 3116 60526 14890 3117 60527 6781 3114 60528 2080 3116 60529 14893 3119 60530 6781 3114 60531 14889 3103 60532 6775 3102 60533 6761 3075 60534 14883 3074 60535 6784 3121 60536 6785 3123 60537 2081 3120 60538 14895 3122 60539 6785 3123 60540 14894 18835 60541 6786 3124 60542 6761 3075 60543 2081 3120 60544 14882 3085 60545 6764 3080 60546 14884 3079 60547 6787 3126 60548 6788 3128 60549 2082 3125 60550 14896 3127 60551 6788 3128 60552 14895 3122 60553 6784 3121 60554 6764 3080 60555 2082 3125 60556 14883 3074 60557 6789 3130 60558 2083 3129 60559 14885 3087 60560 6789 3130 60561 14897 3134 60562 6790 3131 60563 6790 3131 60564 14896 3127 60565 6787 3126 60566 6766 3083 60567 2083 3129 60568 14884 3079 60569 6786 3124 60570 2084 3132 60571 14882 3085 60572 6786 3124 60573 14894 18835 60574 6791 3133 60575 6789 3130 60576 2084 3132 60577 14897 3134 60578 6789 3130 60579 14885 3087 60580 6767 3086 60581 6792 3136 60582 2085 3135 60583 14879 3057 60584 6792 3136 60585 14899 3143 60586 6793 3137 60587 6793 3137 60588 14898 3149 60589 6794 3138 60590 6753 3058 60591 2085 3135 60592 14878 3068 60593 6756 3062 60594 14880 3147 60595 6795 3140 60596 6796 3142 60597 2086 3139 60598 14900 3141 60599 6792 3136 60600 2086 3139 60601 14899 3143 60602 6792 3136 60603 14879 3057 60604 6756 3062 60605 6797 3145 60606 2087 3144 60607 14881 3070 60608 6797 3145 60609 14901 3151 60610 6798 3146 60611 6798 3146 60612 14900 3141 60613 6795 3140 60614 6758 3066 60615 2087 3144 60616 14880 3147 60617 6759 3069 60618 14878 3068 60619 6794 3138 60620 6799 3150 60621 2088 3148 60622 14898 3149 60623 6797 3145 60624 2088 3148 60625 14901 3151 60626 6797 3145 60627 14881 3070 60628 6759 3069 60629 6750 3153 60630 14877 18649 60631 6800 3154 60632 6801 3156 60633 2089 3152 60634 14903 3155 60635 6802 3158 60636 2089 3152 60637 14902 3157 60638 6802 3158 60639 14876 3354 60640 6750 3153 60641 6742 3040 60642 14873 3039 60643 6805 3160 60644 6806 3162 60645 2090 3159 60646 14907 3161 60647 6806 3162 60648 14906 3173 60649 6807 3163 60650 6742 3040 60651 2090 3159 60652 14872 3041 60653 6808 3165 60654 2091 3164 60655 14874 3045 60656 6808 3165 60657 14908 3171 60658 6809 3166 60659 6805 3160 60660 2091 3164 60661 14907 3161 60662 6805 3160 60663 14873 3039 60664 6745 3046 60665 6810 3168 60666 2092 3167 60667 14875 3053 60668 6811 3170 60669 2092 3167 60670 14909 3169 60671 6808 3165 60672 2092 3167 60673 14908 3171 60674 6808 3165 60675 14874 3045 60676 6747 3049 60677 6748 3052 60678 14872 3041 60679 6807 3163 60680 6812 3174 60681 2093 3172 60682 14906 3173 60683 6812 3174 60684 14909 3169 60685 6810 3168 60686 6748 3052 60687 2093 3172 60688 14875 3053 60689 6734 3023 60690 14869 3022 60691 6813 3176 60692 6814 3178 60693 2094 3175 60694 14911 3177 60695 6815 3180 60696 2094 3175 60697 14910 3179 60698 6815 3180 60699 14868 3024 60700 6734 3023 60701 6816 3182 60702 2095 3181 60703 14870 3028 60704 6816 3182 60705 14912 3188 60706 6817 3183 60707 6817 3183 60708 14911 3177 60709 6813 3176 60710 6737 3029 60711 2095 3181 60712 14869 3022 60713 6739 3032 60714 14871 3036 60715 6818 3185 60716 6819 3187 60717 2096 3184 60718 14913 3186 60719 6816 3182 60720 2096 3184 60721 14912 3188 60722 6816 3182 60723 14870 3028 60724 6739 3032 60725 6815 3180 60726 2097 3189 60727 14868 3024 60728 6815 3180 60729 14910 3179 60730 6820 3190 60731 6820 3190 60732 14913 3186 60733 6818 3185 60734 6740 3035 60735 2097 3189 60736 14871 3036 60737 6726 3006 60738 14865 3199 60739 6821 3192 60740 6822 3194 60741 2098 3191 60742 14915 3193 60743 6822 3194 60744 14914 3205 60745 6823 3195 60746 6726 3006 60747 2098 3191 60748 14864 3007 60749 6824 3197 60750 2099 3196 60751 14866 3011 60752 6824 3197 60753 14916 3203 60754 6825 3198 60755 6825 3198 60756 14915 3193 60757 6821 3192 60758 6729 3012 60759 2099 3196 60760 14865 3199 60761 6826 3201 60762 2100 3200 60763 14867 3015 60764 6826 3201 60765 14917 18836 60766 6827 3202 60767 6824 3197 60768 2100 3200 60769 14916 3203 60770 6824 3197 60771 14866 3011 60772 6731 3016 60773 6732 3019 60774 14864 3007 60775 6823 3195 60776 6828 3206 60777 2101 3204 60778 14914 3205 60779 6828 3206 60780 14917 18836 60781 6826 3201 60782 6732 3019 60783 2101 3204 60784 14867 3015 60785 6719 2997 60786 14861 3218 60787 6829 3208 60788 6830 3210 60789 2102 3207 60790 14919 3209 60791 6831 3212 60792 2102 3207 60793 14918 3211 60794 6831 3212 60795 14860 2998 60796 6719 2997 60797 6832 3216 60798 2103 3213 60799 14862 3215 60800 6832 3216 60801 14920 3224 60802 6833 3217 60803 6833 3217 60804 14919 3209 60805 6829 3208 60806 6721 3214 60807 2103 3213 60808 14861 3218 60809 6723 3220 60810 14863 3227 60811 6834 3221 60812 6835 3223 60813 2104 3219 60814 14921 3222 60815 6832 3216 60816 2104 3219 60817 14920 3224 60818 6832 3216 60819 14862 3215 60820 6723 3220 60821 6831 3212 60822 2105 3225 60823 14860 2998 60824 6831 3212 60825 14918 3211 60826 6836 3226 60827 6836 3226 60828 14921 3222 60829 6834 3221 60830 6724 3002 60831 2105 3225 60832 14863 3227 60833 6837 3229 60834 2106 3228 60835 14857 2986 60836 6837 3229 60837 14923 18837 60838 6838 3230 60839 6839 3232 60840 2106 3228 60841 14922 3231 60842 6839 3232 60843 14856 2988 60844 6713 2987 60845 6715 2994 60846 14858 18834 60847 6840 3234 60848 6841 3236 60849 2107 3233 60850 14924 3235 60851 6841 3236 60852 14923 18837 60853 6837 3229 60854 6715 2994 60855 2107 3233 60856 14857 2986 60857 6716 3238 60858 14859 18838 60859 6842 3239 60860 6843 3241 60861 2108 3237 60862 14925 3240 60863 6843 3241 60864 14924 3235 60865 6840 3234 60866 6840 3234 60867 14858 18834 60868 6716 3238 60869 6839 3232 60870 2109 3242 60871 14856 2988 60872 6839 3232 60873 14922 3231 60874 6844 3244 60875 6842 3239 60876 2109 3242 60877 14925 3240 60878 6842 3239 60879 14859 18838 60880 6717 3243 60881 6845 3247 60882 2110 3245 60883 14853 3246 60884 6845 3247 60885 14927 18839 60886 6846 3248 60887 6847 3250 60888 2110 3245 60889 14926 3249 60890 6847 3250 60891 14852 2971 60892 6705 2970 60893 6848 3252 60894 2111 3251 60895 14854 2980 60896 6849 3254 60897 2111 3251 60898 14928 3253 60899 6849 3254 60900 14927 18839 60901 6845 3247 60902 6708 2975 60903 2111 3251 60904 14853 3246 60905 6710 2979 60906 14855 2978 60907 6850 3256 60908 6851 3258 60909 2112 3255 60910 14929 3257 60911 6851 3258 60912 14928 3253 60913 6848 3252 60914 6710 2979 60915 2112 3255 60916 14854 2980 60917 6847 3250 60918 2113 3259 60919 14852 2971 60920 6847 3250 60921 14926 3249 60922 6852 3260 60923 6850 3256 60924 2113 3259 60925 14929 3257 60926 6850 3256 60927 14855 2978 60928 6711 2983 60929 6853 3263 60930 2114 3261 60931 14849 3262 60932 6853 3263 60933 14931 18840 60934 6854 3264 60935 6855 3266 60936 2114 3261 60937 14930 3265 60938 6855 3266 60939 14848 2953 60940 6697 2952 60941 6700 2959 60942 14850 2958 60943 6856 3268 60944 6857 3270 60945 2115 3267 60946 14932 3269 60947 6857 3270 60948 14931 18840 60949 6853 3263 60950 6700 2959 60951 2115 3267 60952 14849 3262 60953 6702 2964 60954 14851 2963 60955 6858 3272 60956 6859 3274 60957 2116 3271 60958 14933 3273 60959 6856 3268 60960 2116 3271 60961 14932 3269 60962 6856 3268 60963 14850 2958 60964 6702 2964 60965 6855 3266 60966 2117 3275 60967 14848 2953 60968 6855 3266 60969 14930 3265 60970 6860 3276 60971 6860 3276 60972 14933 3273 60973 6858 3272 60974 6703 2967 60975 2117 3275 60976 14851 2963 60977 6861 3278 60978 2118 3277 60979 14845 2935 60980 6861 3278 60981 14935 3286 60982 6862 3279 60983 6863 3281 60984 2118 3277 60985 14934 3280 60986 6863 3281 60987 14844 2937 60988 6689 2936 60989 6692 2942 60990 14846 3291 60991 6864 3283 60992 6865 3285 60993 2119 3282 60994 14936 3284 60995 6861 3278 60996 2119 3282 60997 14935 3286 60998 6861 3278 60999 14845 2935 61000 6692 2942 61001 6694 2946 61002 14847 2945 61003 6866 3288 61004 6867 3290 61005 2120 3287 61006 14937 3289 61007 6867 3290 61008 14936 3284 61009 6864 3283 61010 6694 2946 61011 2120 3287 61012 14846 3291 61013 6863 3281 61014 2121 3292 61015 14844 2937 61016 6863 3281 61017 14934 3280 61018 6868 3293 61019 6868 3293 61020 14937 3289 61021 6866 3288 61022 6866 3288 61023 14847 2945 61024 6695 2949 61025 6681 2920 61026 14841 2919 61027 6869 3295 61028 6870 3297 61029 2122 3294 61030 14939 3296 61031 6871 3299 61032 2122 3294 61033 14938 3298 61034 6871 3299 61035 14840 3309 61036 6681 2920 61037 6872 3301 61038 2123 3300 61039 14842 2930 61040 6872 3301 61041 14940 3307 61042 6873 3302 61043 6873 3302 61044 14939 3296 61045 6869 3295 61046 6684 2925 61047 2123 3300 61048 14841 2919 61049 6686 2929 61050 14843 2928 61051 6874 3304 61052 6875 3306 61053 2124 3303 61054 14941 3305 61055 6872 3301 61056 2124 3303 61057 14940 3307 61058 6872 3301 61059 14842 2930 61060 6686 2929 61061 6871 3299 61062 2125 3308 61063 14840 3309 61064 6871 3299 61065 14938 3298 61066 6876 3310 61067 6874 3304 61068 2125 3308 61069 14941 3305 61070 6874 3304 61071 14843 2928 61072 6687 2932 61073 6673 2906 61074 14837 2905 61075 6877 3312 61076 6878 3314 61077 2126 3311 61078 14943 3313 61079 6878 3314 61080 14942 3327 61081 6879 3315 61082 6673 2906 61083 2126 3311 61084 14836 3316 61085 6880 3318 61086 2127 3317 61087 14838 2916 61088 6880 3318 61089 14944 3324 61090 6881 3319 61091 6881 3319 61092 14943 3313 61093 6877 3312 61094 6676 2912 61095 2127 3317 61096 14837 2905 61097 6882 3322 61098 2128 3320 61099 14839 3321 61100 6882 3322 61101 14945 3329 61102 6883 3323 61103 6880 3318 61104 2128 3320 61105 14944 3324 61106 6880 3318 61107 14838 2916 61108 6678 2915 61109 6679 3326 61110 14836 3316 61111 6879 3315 61112 6884 3328 61113 2129 3325 61114 14942 3327 61115 6882 3322 61116 2129 3325 61117 14945 3329 61118 6882 3322 61119 14839 3321 61120 6679 3326 61121 6516 2607 61122 14760 2832 61123 6519 2831 61124 6519 2831 61125 14761 2830 61126 6520 3332 61127 19029 3331 61128 2130 3330 61129 19028 3333 61130 6886 3335 61131 14831 2890 61132 6668 2889 61133 6888 3337 61134 2131 3334 61135 14834 3336 61136 6888 3337 61137 14947 3344 61138 6887 3338 61139 6886 3335 61140 2131 3334 61141 14946 3339 61142 6885 3343 61143 2132 3340 61144 14738 3342 61145 6885 3343 61146 14946 3339 61147 6887 3338 61148 6889 3345 61149 2132 3340 61150 14947 3344 61151 6889 3345 61152 14819 3356 61153 6621 3341 61154 6888 3337 61155 14834 3336 61156 6722 3003 61157 6723 3220 61158 2133 3346 61159 14863 3227 61160 6723 3220 61161 14862 3215 61162 6890 3347 61163 6888 3337 61164 2133 3346 61165 14947 3344 61166 6896 3349 61167 2134 3348 61168 14811 2884 61169 6896 3349 61170 14947 3344 61171 6890 3347 61172 6721 3214 61173 2134 3348 61174 14862 3215 61175 6721 3214 61176 14861 3218 61177 6718 2996 61178 6749 3353 61179 2135 3350 61180 14812 3352 61181 6749 3353 61182 14877 18649 61183 6750 3153 61184 6751 3355 61185 2135 3350 61186 14876 3354 61187 6895 3351 61188 2135 3350 61189 14819 3356 61190 6899 3358 61191 14947 3344 61192 6896 3349 61193 6896 3349 61194 14811 2884 61195 6897 3359 61196 6897 3359 61197 14948 3381 61198 6898 3360 61199 6899 3358 61200 2136 3357 61201 14949 3361 61202 6902 3363 61203 14812 3352 61204 6895 3351 61205 6900 3364 61206 2137 3362 61207 14819 3356 61208 6900 3364 61209 14951 3377 61210 6901 3365 61211 6902 3363 61212 2137 3362 61213 14950 3366 61214 6889 3345 61215 2138 3367 61216 14819 3356 61217 6889 3345 61218 14947 3344 61219 6899 3358 61220 6903 3368 61221 2138 3367 61222 14949 3361 61223 6903 3368 61224 14951 3377 61225 6900 3364 61226 6906 3370 61227 14951 3377 61228 6903 3368 61229 6903 3368 61230 14949 3361 61231 6904 3371 61232 6905 3373 61233 2139 3369 61234 14952 3372 61235 6906 3370 61236 2139 3369 61237 14953 3374 61238 6907 3376 61239 14950 3366 61240 6901 3365 61241 6906 3370 61242 2140 3375 61243 14951 3377 61244 6906 3370 61245 14953 3374 61246 6909 3378 61247 6907 3376 61248 2140 3375 61249 14955 3379 61250 6904 3371 61251 14949 3361 61252 6898 3360 61253 6908 3382 61254 2141 3380 61255 14948 3381 61256 6908 3382 61257 14954 3754 61258 6910 3383 61259 6904 3371 61260 2141 3380 61261 14952 3372 61262 6912 3386 61263 14957 16878 61264 6914 3387 61265 6917 3389 61266 2142 3384 61267 14958 3388 61268 6917 3389 61269 14961 3409 61270 6918 3385 61271 6920 3391 61272 19038 16884 61273 6911 3392 61274 6918 3385 61275 14961 3409 61276 6919 3393 61277 6920 3391 61278 2143 3390 61279 14962 3394 61280 6922 3398 61281 2144 3395 61282 14960 3397 61283 6923 3400 61284 2144 3395 61285 14963 3399 61286 6923 3400 61287 14965 3407 61288 6924 3401 61289 6925 3396 61290 2144 3395 61291 14964 3402 61292 6923 3400 61293 14963 3399 61294 6921 3404 61295 6926 3405 61296 2145 3403 61297 14962 3394 61298 6926 3405 61299 14966 3412 61300 6927 3406 61301 6923 3400 61302 2145 3403 61303 14965 3407 61304 6926 3405 61305 14962 3394 61306 6919 3393 61307 6928 3410 61308 2146 3408 61309 14961 3409 61310 6928 3410 61311 14967 3416 61312 6929 3411 61313 6926 3405 61314 2146 3408 61315 14966 3412 61316 6917 3389 61317 2147 3413 61318 14961 3409 61319 6917 3389 61320 14958 3388 61321 6930 3414 61322 6930 3414 61323 14968 3426 61324 6931 3415 61325 6928 3410 61326 2147 3413 61327 14967 3416 61328 6916 3420 61329 2148 3417 61330 14959 3419 61331 6916 3420 61332 14960 3397 61333 6925 3396 61334 6932 3421 61335 2148 3417 61336 14964 3402 61337 6932 3421 61338 14969 3424 61339 6933 3418 61340 6913 3423 61341 2149 3422 61342 14958 3388 61343 6913 3423 61344 14959 3419 61345 6933 3418 61346 6934 3425 61347 2149 3422 61348 14969 3424 61349 6930 3414 61350 2149 3422 61351 14968 3426 61352 6937 3428 61353 14968 3426 61354 6934 3425 61355 6935 3429 61356 2150 3427 61357 14969 3424 61358 6935 3429 61359 14970 3689 61360 6936 3430 61361 6937 3428 61362 2150 3427 61363 14971 3431 61364 6932 3421 61365 2151 3432 61366 14969 3424 61367 6932 3421 61368 14964 3402 61369 6938 3433 61370 6939 3435 61371 2151 3432 61372 14972 3434 61373 6939 3435 61374 14970 3689 61375 6935 3429 61376 6941 3437 61377 14967 3416 61378 6931 3415 61379 6937 3428 61380 2152 3436 61381 14968 3426 61382 6937 3428 61383 14971 3431 61384 6940 3438 61385 6941 3437 61386 2152 3436 61387 14973 3439 61388 6929 3411 61389 2153 3440 61390 14966 3412 61391 6929 3411 61392 14967 3416 61393 6941 3437 61394 6942 3442 61395 2153 3440 61396 14973 3439 61397 6942 3442 61398 14974 3445 61399 6943 3441 61400 6945 3444 61401 14965 3407 61402 6927 3406 61403 6927 3406 61404 14966 3412 61405 6943 3441 61406 6944 3446 61407 2154 3443 61408 14974 3445 61409 6944 3446 61410 14975 3707 61411 6945 3444 61412 6938 3433 61413 14964 3402 61414 6924 3401 61415 6945 3444 61416 2155 3447 61417 14965 3407 61418 6945 3444 61419 14975 3707 61420 6946 3448 61421 6938 3433 61422 2155 3447 61423 14972 3434 61424 6591 2824 61425 14792 2823 61426 6947 3450 61427 6955 3452 61428 2156 3449 61429 14976 3451 61430 6955 3452 61431 14977 3459 61432 6949 3453 61433 6591 2824 61434 2156 3449 61435 14800 3454 61436 6948 3456 61437 2157 3455 61438 14976 3451 61439 6645 2811 61440 2157 3455 61441 14822 3457 61442 6645 2811 61443 14825 2815 61444 6950 3458 61445 6955 3452 61446 2157 3455 61447 14977 3459 61448 6953 3461 61449 2158 3460 61450 14759 2608 61451 6956 3463 61452 2158 3460 61453 14979 3462 61454 6518 2606 61455 2158 3460 61456 14760 2832 61457 6954 3465 61458 2159 3464 61459 14979 3462 61460 6649 2841 61461 2159 3464 61462 14828 2842 61463 6956 3463 61464 2159 3464 61465 14760 2832 61466 6952 3469 61467 2160 3466 61468 14978 3468 61469 6954 3465 61470 2160 3466 61471 14828 2842 61472 6957 3467 61473 2160 3466 61474 14979 3462 61475 6951 3471 61476 2161 3470 61477 14805 2910 61478 6951 3471 61479 14978 3468 61480 6957 3467 61481 6957 3467 61482 14979 3462 61483 6953 3461 61484 6953 3461 61485 14759 2608 61486 6597 2854 61487 6961 3473 61488 14805 2910 61489 6600 2909 61490 6600 2909 61491 14800 3454 61492 6959 3474 61493 6959 3474 61494 14980 3499 61495 6960 3475 61496 6960 3475 61497 14981 3482 61498 6961 3473 61499 6959 3474 61500 14800 3454 61501 6949 3453 61502 6949 3453 61503 14977 3459 61504 6962 3477 61505 6963 3479 61506 2163 3476 61507 14982 3478 61508 6963 3479 61509 14980 3499 61510 6959 3474 61511 6965 3481 61512 14978 3468 61513 6951 3471 61514 6961 3473 61515 2164 3480 61516 14805 2910 61517 6964 3483 61518 2164 3480 61519 14981 3482 61520 6965 3481 61521 2164 3480 61522 14983 3484 61523 6965 3481 61524 2165 3485 61525 14978 3468 61526 6965 3481 61527 14983 3484 61528 6966 3487 61529 6962 3477 61530 2165 3485 61531 14982 3478 61532 6962 3477 61533 14977 3459 61534 6958 3486 61535 6970 3489 61536 14977 3459 61537 6950 3458 61538 6950 3458 61539 14825 2815 61540 6968 3490 61541 6969 3492 61542 2166 3488 61543 14984 3491 61544 6969 3492 61545 14986 3522 61546 6970 3489 61547 6958 3486 61548 14977 3459 61549 6970 3489 61550 6970 3489 61551 14986 3522 61552 6973 3494 61553 6971 3496 61554 2167 3493 61555 14987 3495 61556 6971 3496 61557 14978 3468 61558 6958 3486 61559 6976 3498 61560 14981 3482 61561 6960 3475 61562 6974 3500 61563 2168 3497 61564 14980 3499 61565 6974 3500 61566 14988 3506 61567 6975 3501 61568 6975 3501 61569 14989 3509 61570 6976 3498 61571 6963 3479 61572 2169 3502 61573 14980 3499 61574 6963 3479 61575 14982 3478 61576 6977 3503 61577 6978 3505 61578 2169 3502 61579 14990 3504 61580 6974 3500 61581 2169 3502 61582 14988 3506 61583 6964 3483 61584 2170 3507 61585 14983 3484 61586 6964 3483 61587 14981 3482 61588 6976 3498 61589 6979 3510 61590 2170 3507 61591 14989 3509 61592 6979 3510 61593 14991 3512 61594 6980 3508 61595 6977 3503 61596 14982 3478 61597 6966 3487 61598 6980 3508 61599 2171 3511 61600 14983 3484 61601 6981 3513 61602 2171 3511 61603 14991 3512 61604 6977 3503 61605 2171 3511 61606 14990 3504 61607 6967 3516 61608 2172 3514 61609 14984 3491 61610 6982 3518 61611 2172 3514 61612 14985 3517 61613 6982 3518 61614 14993 3529 61615 6983 3519 61616 6983 3519 61617 14992 3523 61618 6984 3515 61619 6969 3492 61620 2173 3520 61621 14986 3522 61622 6969 3492 61623 14984 3491 61624 6984 3515 61625 6985 3524 61626 2173 3520 61627 14992 3523 61628 6985 3524 61629 14994 3531 61630 6986 3521 61631 6982 3518 61632 14985 3517 61633 6972 3526 61634 6987 3527 61635 2174 3525 61636 14987 3495 61637 6987 3527 61638 14995 3533 61639 6988 3528 61640 6982 3518 61641 2174 3525 61642 14993 3529 61643 6987 3527 61644 14987 3495 61645 6973 3494 61646 6973 3494 61647 14986 3522 61648 6986 3521 61649 6989 3532 61650 2175 3530 61651 14994 3531 61652 6987 3527 61653 2175 3530 61654 14995 3533 61655 6968 3490 61656 14825 2815 61657 6653 2940 61658 6990 3535 61659 2176 3534 61660 14828 2842 61661 6990 3535 61662 14985 3517 61663 6967 3516 61664 6967 3516 61665 14984 3491 61666 6968 3490 61667 6990 3535 61668 14828 2842 61669 6952 3469 61670 6952 3469 61671 14978 3468 61672 6971 3496 61673 6972 3526 61674 2177 3536 61675 14987 3495 61676 6990 3535 61677 2177 3536 61678 14985 3517 61679 6679 3326 61680 2178 3537 61681 14836 3316 61682 6677 2914 61683 2178 3537 61684 14839 3321 61685 6677 2914 61686 14829 2847 61687 6654 2923 61688 6654 2923 61689 14826 18833 61690 6674 2907 61691 6993 3539 61692 14809 18831 61693 6627 3055 61694 6627 3055 61695 14815 18832 61696 6991 3540 61697 6991 3540 61698 14997 3547 61699 6992 3541 61700 6993 3539 61701 2179 3538 61702 14996 3542 61703 6991 3540 61704 14815 18832 61705 6614 2780 61706 6614 2780 61707 14814 2775 61708 6994 3544 61709 6995 3546 61710 2180 3543 61711 14998 3545 61712 6991 3540 61713 2180 3543 61714 14997 3547 61715 6994 3544 61716 14814 2775 61717 6612 2774 61718 6996 3549 61719 2181 3548 61720 14813 2771 61721 6997 3551 61722 2181 3548 61723 14999 3550 61724 6997 3551 61725 14998 3545 61726 6994 3544 61727 6996 3549 61728 14813 2771 61729 6610 2770 61730 6610 2770 61731 14809 18831 61732 6993 3539 61733 6993 3539 61734 14996 3542 61735 6998 3553 61736 6996 3549 61737 2182 3552 61738 14999 3550 61739 7001 3555 61740 14999 3550 61741 6998 3553 61742 6998 3553 61743 14996 3542 61744 6999 3556 61745 7000 3558 61746 2183 3554 61747 15000 3557 61748 7001 3555 61749 2183 3554 61750 15001 3559 61751 6997 3551 61752 2184 3560 61753 14998 3545 61754 6997 3551 61755 14999 3550 61756 7001 3555 61757 7002 3562 61758 2184 3560 61759 15001 3559 61760 7002 3562 61761 15002 3565 61762 7003 3561 61763 7005 3564 61764 14997 3547 61765 6995 3546 61766 6995 3546 61767 14998 3545 61768 7003 3561 61769 7004 3566 61770 2185 3563 61771 15002 3565 61772 7005 3564 61773 2185 3563 61774 15003 3567 61775 6992 3541 61776 2186 3568 61777 14996 3542 61778 7005 3564 61779 2186 3568 61780 14997 3547 61781 7005 3564 61782 15003 3567 61783 7006 3569 61784 7006 3569 61785 15000 3557 61786 6999 3556 61787 7015 3571 61788 2187 3570 61789 14757 2686 61790 7014 3573 61791 2187 3570 61792 15011 3572 61793 7007 3575 61794 2187 3570 61795 15004 3574 61796 7007 3575 61797 14758 2599 61798 6571 2598 61799 7016 3577 61800 15007 3586 61801 7010 3578 61802 6588 2751 61803 2188 3576 61804 14796 3579 61805 6588 2751 61806 14758 2599 61807 7007 3575 61808 7016 3577 61809 2188 3576 61810 15004 3574 61811 7011 3581 61812 2189 3580 61813 14821 2818 61814 7011 3581 61815 15008 3588 61816 7017 3582 61817 7008 3584 61818 2189 3580 61819 15005 3583 61820 7008 3584 61821 14792 2823 61822 6629 2822 61823 7010 3578 61824 2190 3585 61825 14796 3579 61826 7018 3587 61827 2190 3585 61828 15007 3586 61829 7011 3581 61830 2190 3585 61831 15008 3588 61832 7011 3581 61833 14821 2818 61834 6630 2817 61835 6631 2812 61836 14822 3457 61837 7012 3590 61838 7019 3592 61839 2191 3589 61840 15009 3591 61841 7019 3592 61842 15006 16902 61843 7009 3593 61844 6631 2812 61845 2191 3589 61846 14793 2813 61847 7013 3595 61848 2192 3594 61849 14976 3451 61850 7013 3595 61851 15010 3599 61852 7021 3596 61853 7012 3590 61854 2192 3594 61855 15009 3591 61856 7012 3590 61857 14822 3457 61858 6948 3456 61859 7008 3584 61860 2193 3597 61861 14792 2823 61862 7008 3584 61863 15005 3583 61864 7022 3598 61865 7013 3595 61866 2193 3597 61867 15010 3599 61868 7013 3595 61869 14976 3451 61870 6947 3450 61871 7025 3601 61872 15010 3599 61873 7022 3598 61874 7023 3602 61875 2194 3600 61876 15005 3583 61877 7023 3602 61878 15013 3619 61879 7024 3603 61880 7025 3601 61881 2194 3600 61882 15014 3604 61883 7027 3606 61884 15009 3591 61885 7021 3596 61886 7025 3601 61887 2195 3605 61888 15010 3599 61889 7025 3601 61890 15014 3604 61891 7026 3607 61892 7027 3606 61893 2195 3605 61894 15015 3608 61895 7028 3610 61896 15006 16902 61897 7019 3592 61898 7027 3606 61899 2196 3609 61900 15009 3591 61901 7027 3606 61902 15015 3608 61903 7029 3611 61904 7029 3611 61905 15016 3649 61906 7028 3610 61907 7018 3587 61908 2197 3612 61909 15008 3588 61910 7018 3587 61911 15007 3586 61912 7030 3614 61913 7031 3616 61914 2197 3612 61915 15017 3615 61916 7031 3616 61917 15018 3639 61918 7032 3613 61919 7023 3602 61920 15005 3583 61921 7017 3582 61922 7032 3613 61923 2198 3617 61924 15008 3588 61925 7032 3613 61926 15018 3639 61927 7033 3618 61928 7023 3602 61929 2198 3617 61930 15013 3619 61931 7016 3577 61932 2199 3620 61933 15007 3586 61934 7016 3577 61935 15004 3574 61936 7034 3621 61937 7035 3623 61938 2199 3620 61939 15019 3622 61940 7035 3623 61941 15017 3615 61942 7030 3614 61943 7014 3573 61944 2200 3624 61945 15004 3574 61946 7014 3573 61947 15011 3572 61948 7036 3625 61949 7037 3627 61950 2200 3624 61951 15020 3626 61952 7037 3627 61953 15019 3622 61954 7034 3621 61955 7037 3627 61956 2201 3628 61957 15019 3622 61958 7037 3627 61959 15020 3626 61960 7038 3630 61961 7039 3632 61962 2201 3628 61963 15022 3631 61964 7039 3632 61965 15021 3635 61966 7040 3629 61967 7035 3623 61968 2202 3633 61969 15017 3615 61970 7035 3623 61971 15019 3622 61972 7040 3629 61973 7041 3636 61974 2202 3633 61975 15021 3635 61976 7041 3636 61977 15023 3645 61978 7042 3634 61979 7045 3638 61980 15013 3619 61981 7033 3618 61982 7043 3640 61983 2203 3637 61984 15018 3639 61985 7044 3642 61986 2203 3637 61987 15025 3641 61988 7045 3638 61989 2203 3637 61990 15024 3643 61991 7031 3616 61992 2204 3644 61993 15018 3639 61994 7031 3616 61995 15017 3615 61996 7042 3634 61997 7046 3646 61998 2204 3644 61999 15023 3645 62000 7046 3646 62001 15025 3641 62002 7043 3640 62003 7029 3611 62004 2205 3647 62005 15016 3649 62006 7029 3611 62007 15015 3608 62008 7047 3650 62009 7048 3652 62010 2205 3647 62011 15026 3651 62012 7048 3652 62013 15027 16910 62014 7049 3648 62015 7026 3607 62016 2206 3653 62017 15015 3608 62018 7050 3654 62019 2206 3653 62020 15014 3604 62021 7051 3656 62022 2206 3653 62023 15028 3655 62024 7051 3656 62025 15026 3651 62026 7047 3650 62027 7050 3654 62028 15014 3604 62029 7024 3603 62030 7045 3638 62031 2207 3657 62032 15013 3619 62033 7045 3638 62034 15024 3643 62035 7052 3658 62036 7052 3658 62037 15028 3655 62038 7050 3654 62039 7038 3630 62040 15020 3626 62041 7062 3660 62042 7061 3662 62043 2208 3659 62044 15038 3661 62045 7061 3662 62046 15030 16918 62047 7053 3663 62048 7038 3630 62049 2208 3659 62050 15022 3631 62051 7054 3667 62052 2209 3664 62053 15031 3666 62054 7054 3667 62055 15021 3635 62056 7039 3632 62057 7053 3663 62058 2209 3664 62059 15022 3631 62060 7053 3663 62061 15030 16918 62062 7063 3665 62063 7064 3669 62064 15032 3677 62065 7055 3670 62066 7041 3636 62067 2210 3668 62068 15023 3645 62069 7041 3636 62070 15021 3635 62071 7054 3667 62072 7054 3667 62073 15031 3666 62074 7064 3669 62075 7056 3672 62076 2211 3671 62077 15025 3641 62078 7056 3672 62079 15033 16922 62080 7065 3673 62081 7057 3675 62082 2211 3671 62083 15034 3674 62084 7057 3675 62085 15024 3643 62086 7044 3642 62087 7046 3646 62088 15023 3645 62089 7055 3670 62090 7066 3678 62091 2212 3676 62092 15032 3677 62093 7066 3678 62094 15033 16922 62095 7056 3672 62096 7046 3646 62097 2212 3676 62098 15025 3641 62099 7060 3680 62100 2213 3679 62101 15028 3655 62102 7060 3680 62103 15037 3686 62104 7067 3681 62105 7058 3683 62106 2213 3679 62107 15035 3682 62108 7051 3656 62109 2213 3679 62110 15026 3651 62111 7057 3675 62112 2214 3684 62113 15024 3643 62114 7057 3675 62115 15034 3674 62116 7068 3685 62117 7060 3680 62118 2214 3684 62119 15037 3686 62120 7060 3680 62121 15028 3655 62122 7052 3658 62123 7071 3688 62124 14971 3431 62125 6936 3430 62126 7069 3690 62127 2215 3687 62128 14970 3689 62129 7069 3690 62130 15039 4154 62131 7070 3691 62132 7071 3688 62133 2215 3687 62134 15040 3692 62135 6939 3435 62136 2216 3693 62137 14970 3689 62138 7072 3694 62139 2216 3693 62140 14972 3434 62141 7073 3696 62142 2216 3693 62143 15041 3695 62144 7073 3696 62145 15039 4154 62146 7069 3690 62147 7075 3698 62148 14973 3439 62149 6940 3438 62150 7071 3688 62151 2217 3697 62152 14971 3431 62153 7071 3688 62154 15040 3692 62155 7074 3699 62156 7075 3698 62157 2217 3697 62158 15042 3700 62159 6942 3442 62160 2218 3701 62161 14974 3445 62162 7075 3698 62163 2218 3701 62164 14973 3439 62165 7076 3703 62166 2218 3701 62167 15042 3700 62168 7077 3702 62169 2218 3701 62170 15043 3704 62171 6944 3446 62172 2219 3705 62173 14975 3707 62174 6944 3446 62175 14974 3445 62176 7077 3702 62177 7078 3708 62178 2219 3705 62179 15043 3704 62180 7078 3708 62181 15044 18841 62182 7079 3706 62183 7072 3694 62184 14972 3434 62185 6946 3448 62186 7079 3706 62187 2220 3709 62188 14975 3707 62189 7079 3706 62190 15044 18841 62191 7080 3710 62192 7072 3694 62193 2220 3709 62194 15041 3695 62195 7081 3712 62196 2221 3711 62197 15040 3692 62198 7081 3712 62199 15044 18841 62200 7078 3708 62201 7078 3708 62202 15043 3704 62203 7076 3703 62204 7074 3699 62205 2221 3711 62206 15042 3700 62207 7082 3717 62208 2222 3713 62209 14740 3716 62210 7082 3717 62211 15045 16953 62212 7094 3718 62213 7083 3722 62214 2223 3719 62215 14744 3721 62216 7083 3722 62217 15046 3726 62218 7095 3723 62219 7084 3727 62220 2224 3725 62221 15046 3726 62222 7084 3727 62223 14752 2611 62224 6530 2610 62225 7086 3732 62226 2225 3729 62227 14786 3731 62228 7086 3732 62229 15048 3737 62230 7096 3733 62231 7096 3733 62232 15046 3726 62233 7083 3722 62234 7083 3722 62235 14744 3721 62236 6574 3730 62237 7096 3733 62238 15048 3737 62239 7087 3735 62240 6583 2728 62241 2226 3734 62242 14795 2729 62243 7084 3727 62244 2226 3734 62245 14752 2611 62246 7096 3733 62247 2226 3734 62248 15046 3726 62249 6892 2883 62250 14795 2729 62251 7087 3735 62252 7097 3738 62253 2227 3736 62254 15048 3737 62255 7097 3738 62256 15049 3743 62257 7088 3739 62258 6892 2883 62259 2227 3736 62260 14811 2884 62261 7097 3738 62262 15048 3737 62263 7086 3732 62264 6609 3741 62265 2228 3740 62266 14786 3731 62267 6609 3741 62268 14812 3352 62269 7089 3742 62270 7097 3738 62271 2228 3740 62272 15049 3743 62273 6897 3359 62274 14811 2884 62275 7088 3739 62276 7088 3739 62277 15049 3743 62278 7098 3745 62279 7090 3747 62280 2229 3744 62281 15050 3746 62282 6897 3359 62283 2229 3744 62284 14948 3381 62285 7089 3742 62286 2230 3748 62287 15049 3743 62288 6902 3363 62289 2230 3748 62290 14812 3352 62291 7091 3749 62292 2230 3748 62293 14950 3366 62294 7091 3749 62295 15050 3746 62296 7098 3745 62297 6908 3382 62298 14948 3381 62299 7090 3747 62300 7090 3747 62301 15050 3746 62302 7099 3751 62303 7092 3753 62304 2231 3750 62305 15051 3752 62306 6908 3382 62307 2231 3750 62308 14954 3754 62309 7091 3749 62310 2232 3755 62311 15050 3746 62312 7091 3749 62313 14950 3366 62314 6907 3376 62315 7093 3756 62316 2232 3755 62317 14955 3379 62318 7093 3756 62319 15051 3752 62320 7099 3751 62321 7100 3760 62322 2233 3757 62323 15056 3759 62324 7100 3760 62325 15057 16956 62326 7103 3761 62327 7104 3763 62328 2233 3757 62329 15060 3762 62330 7104 3763 62331 15061 3778 62332 7105 3758 62333 7109 3765 62334 15052 17001 62335 7101 3766 62336 7107 3768 62337 2234 3764 62338 15058 3767 62339 7107 3768 62340 15064 3775 62341 7108 3769 62342 7108 3769 62343 15063 3789 62344 7109 3765 62345 7107 3768 62346 15058 3767 62347 7102 3771 62348 7110 3773 62349 2235 3770 62350 15053 3772 62351 7110 3773 62352 15065 3794 62353 7111 3774 62354 7107 3768 62355 2235 3770 62356 15064 3775 62357 7104 3763 62358 2236 3776 62359 15061 3778 62360 7104 3763 62361 15060 3762 62362 7115 3779 62363 7116 3781 62364 2236 3776 62365 15070 3780 62366 7116 3781 62367 15069 3812 62368 7117 3777 62369 7106 3783 62370 2237 3782 62371 15060 3762 62372 7118 3785 62373 2237 3782 62374 15062 3784 62375 7118 3785 62376 15071 3817 62377 7119 3786 62378 7115 3779 62379 2237 3782 62380 15070 3780 62381 7108 3769 62382 2238 3787 62383 15063 3789 62384 7108 3769 62385 15064 3775 62386 7120 3790 62387 7121 3792 62388 2238 3787 62389 15073 3791 62390 7121 3792 62391 15072 3822 62392 7122 3788 62393 7120 3790 62394 15064 3775 62395 7111 3774 62396 7123 3795 62397 2239 3793 62398 15065 3794 62399 7123 3795 62400 15074 3827 62401 7124 3796 62402 7120 3790 62403 2239 3793 62404 15073 3791 62405 7113 3800 62406 2240 3797 62407 15066 3799 62408 7125 3802 62409 2240 3797 62410 15067 3801 62411 7125 3802 62412 15075 3809 62413 7126 3803 62414 7126 3803 62415 15076 3832 62416 7127 3798 62417 7125 3802 62418 15067 3801 62419 7114 3805 62420 7128 3807 62421 2241 3804 62422 15068 3806 62423 7128 3807 62424 15077 3837 62425 7129 3808 62426 7125 3802 62427 2241 3804 62428 15075 3809 62429 7116 3781 62430 2242 3810 62431 15069 3812 62432 7116 3781 62433 15070 3780 62434 7130 3813 62435 7131 3815 62436 2242 3810 62437 15079 3814 62438 7131 3815 62439 15078 3935 62440 7132 3811 62441 7130 3813 62442 15070 3780 62443 7119 3786 62444 7133 3818 62445 2243 3816 62446 15071 3817 62447 7133 3818 62448 15080 3929 62449 7134 3819 62450 7130 3813 62451 2243 3816 62452 15079 3814 62453 7121 3792 62454 2244 3820 62455 15072 3822 62456 7121 3792 62457 15073 3791 62458 7135 3823 62459 7136 3825 62460 2244 3820 62461 15082 3824 62462 7136 3825 62463 15081 3959 62464 7137 3821 62465 7135 3823 62466 15073 3791 62467 7124 3796 62468 7138 3828 62469 2245 3826 62470 15074 3827 62471 7138 3828 62472 15083 3953 62473 7139 3829 62474 7135 3823 62475 2245 3826 62476 15082 3824 62477 7126 3803 62478 2246 3830 62479 15076 3832 62480 7140 3833 62481 2246 3830 62482 15075 3809 62483 7141 3835 62484 2246 3830 62485 15084 3834 62486 7141 3835 62487 15085 3947 62488 7142 3831 62489 7140 3833 62490 15075 3809 62491 7129 3808 62492 7143 3838 62493 2247 3836 62494 15077 3837 62495 7143 3838 62496 15086 3941 62497 7144 3839 62498 7140 3833 62499 2247 3836 62500 15084 3834 62501 7147 3841 62502 15078 3935 62503 7131 3815 62504 7131 3815 62505 15079 3814 62506 7145 3842 62507 7145 3842 62508 15088 3849 62509 7146 3843 62510 7147 3841 62511 2248 3840 62512 15087 3844 62513 7145 3842 62514 15079 3814 62515 7134 3819 62516 7134 3819 62517 15080 3929 62518 7148 3846 62519 7149 3848 62520 2249 3845 62521 15089 3847 62522 7145 3842 62523 2249 3845 62524 15088 3849 62525 7152 3851 62526 15081 3959 62527 7136 3825 62528 7136 3825 62529 15082 3824 62530 7150 3852 62531 7151 3854 62532 2250 3850 62533 15091 3853 62534 7152 3851 62535 2250 3850 62536 15090 3855 62537 7150 3852 62538 15082 3824 62539 7139 3829 62540 7139 3829 62541 15083 3953 62542 7153 3857 62543 7154 3859 62544 2251 3856 62545 15092 3858 62546 7154 3859 62547 15091 3853 62548 7150 3852 62549 7157 3861 62550 15085 3947 62551 7141 3835 62552 7141 3835 62553 15084 3834 62554 7155 3862 62555 7155 3862 62556 15094 3869 62557 7156 3863 62558 7157 3861 62559 2252 3860 62560 15093 3864 62561 7155 3862 62562 15084 3834 62563 7144 3839 62564 7144 3839 62565 15086 3941 62566 7158 3866 62567 7159 3868 62568 2253 3865 62569 15095 3867 62570 7155 3862 62571 2253 3865 62572 15094 3869 62573 7146 3843 62574 2254 3870 62575 15087 3844 62576 7160 3872 62577 2254 3870 62578 15088 3849 62579 7160 3872 62580 15097 3877 62581 7161 3873 62582 7161 3873 62583 15096 3896 62584 7162 3871 62585 7160 3872 62586 15088 3849 62587 7149 3848 62588 7163 3875 62589 2255 3874 62590 15089 3847 62591 7163 3875 62592 15098 3900 62593 7164 3876 62594 7160 3872 62595 2255 3874 62596 15097 3877 62597 7151 3854 62598 2256 3878 62599 15090 3855 62600 7151 3854 62601 15091 3853 62602 7165 3880 62603 7166 3882 62604 2256 3878 62605 15100 3881 62606 7166 3882 62607 15099 3906 62608 7167 3879 62609 7165 3880 62610 15091 3853 62611 7154 3859 62612 7168 3884 62613 2257 3883 62614 15092 3858 62615 7168 3884 62616 15101 3911 62617 7169 3885 62618 7165 3880 62619 2257 3883 62620 15100 3881 62621 7156 3863 62622 2258 3886 62623 15093 3864 62624 7156 3863 62625 15094 3869 62626 7170 3888 62627 7171 3890 62628 2258 3886 62629 15102 3889 62630 7171 3890 62631 15103 3916 62632 7172 3887 62633 7159 3868 62634 2259 3891 62635 15094 3869 62636 7173 3892 62637 2259 3891 62638 15095 3867 62639 7173 3892 62640 15104 3921 62641 7174 3893 62642 7170 3888 62643 2259 3891 62644 15102 3889 62645 7161 3873 62646 2260 3894 62647 15096 3896 62648 7175 3897 62649 2260 3894 62650 15097 3877 62651 7175 3897 62652 15106 3903 62653 7176 3898 62654 7176 3898 62655 15105 3933 62656 7177 3895 62657 7175 3897 62658 15097 3877 62659 7164 3876 62660 7178 3901 62661 2261 3899 62662 15098 3900 62663 7178 3901 62664 15107 3926 62665 7179 3902 62666 7175 3897 62667 2261 3899 62668 15106 3903 62669 7166 3882 62670 2262 3904 62671 15099 3906 62672 7166 3882 62673 15100 3881 62674 7180 3907 62675 7181 3909 62676 2262 3904 62677 15108 3908 62678 7181 3909 62679 15109 3957 62680 7182 3905 62681 7180 3907 62682 15100 3881 62683 7169 3885 62684 7183 3912 62685 2263 3910 62686 15101 3911 62687 7183 3912 62688 15110 3950 62689 7184 3913 62690 7184 3913 62691 15108 3908 62692 7180 3907 62693 7171 3890 62694 2264 3914 62695 15103 3916 62696 7171 3890 62697 15102 3889 62698 7185 3917 62699 7186 3919 62700 2264 3914 62701 15112 3918 62702 7186 3919 62703 15111 3945 62704 7187 3915 62705 7174 3893 62706 2265 3920 62707 15102 3889 62708 7188 3922 62709 2265 3920 62710 15104 3921 62711 7188 3922 62712 15113 3938 62713 7189 3923 62714 7189 3923 62715 15112 3918 62716 7185 3917 62717 7118 3785 62718 15062 3784 62719 7192 3925 62720 7178 3901 62721 2266 3924 62722 15107 3926 62723 7178 3901 62724 15098 3900 62725 7193 3927 62726 7118 3785 62727 2266 3924 62728 15071 3817 62729 7133 3818 62730 15071 3817 62731 7193 3927 62732 7163 3875 62733 2267 3928 62734 15098 3900 62735 7163 3875 62736 15089 3847 62737 7148 3846 62738 7133 3818 62739 2267 3928 62740 15080 3929 62741 7194 3931 62742 15061 3778 62743 7117 3777 62744 7195 3932 62745 2268 3930 62746 15069 3812 62747 7195 3932 62748 15096 3896 62749 7177 3895 62750 7194 3931 62751 2268 3930 62752 15105 3933 62753 7195 3932 62754 15069 3812 62755 7132 3811 62756 7147 3841 62757 2269 3934 62758 15078 3935 62759 7147 3841 62760 15087 3844 62761 7162 3871 62762 7195 3932 62763 2269 3934 62764 15096 3896 62765 7128 3807 62766 15068 3806 62767 7196 3937 62768 7188 3922 62769 2270 3936 62770 15113 3938 62771 7188 3922 62772 15104 3921 62773 7197 3939 62774 7128 3807 62775 2270 3936 62776 15077 3837 62777 7143 3838 62778 15077 3837 62779 7197 3939 62780 7173 3892 62781 2271 3940 62782 15104 3921 62783 7173 3892 62784 15095 3867 62785 7158 3866 62786 7143 3838 62787 2271 3940 62788 15086 3941 62789 7198 3943 62790 15066 3799 62791 7127 3798 62792 7199 3944 62793 2272 3942 62794 15076 3832 62795 7199 3944 62796 15103 3916 62797 7187 3915 62798 7198 3943 62799 2272 3942 62800 15111 3945 62801 7199 3944 62802 15076 3832 62803 7142 3831 62804 7157 3861 62805 2273 3946 62806 15085 3947 62807 7157 3861 62808 15093 3864 62809 7172 3887 62810 7199 3944 62811 2273 3946 62812 15103 3916 62813 7123 3795 62814 15065 3794 62815 7200 3949 62816 7183 3912 62817 2274 3948 62818 15110 3950 62819 7183 3912 62820 15101 3911 62821 7201 3951 62822 7123 3795 62823 2274 3948 62824 15074 3827 62825 7138 3828 62826 15074 3827 62827 7201 3951 62828 7168 3884 62829 2275 3952 62830 15101 3911 62831 7168 3884 62832 15092 3858 62833 7153 3857 62834 7138 3828 62835 2275 3952 62836 15083 3953 62837 7202 3955 62838 15063 3789 62839 7122 3788 62840 7203 3956 62841 2276 3954 62842 15072 3822 62843 7203 3956 62844 15099 3906 62845 7182 3905 62846 7202 3955 62847 2276 3954 62848 15109 3957 62849 7203 3956 62850 15072 3822 62851 7137 3821 62852 7152 3851 62853 2277 3958 62854 15081 3959 62855 7152 3851 62856 15090 3855 62857 7167 3879 62858 7203 3956 62859 2277 3958 62860 15099 3906 62861 7237 3961 62862 15136 3972 62863 7212 3962 62864 7227 3964 62865 2278 3960 62866 15128 3963 62867 7227 3964 62868 15131 4011 62869 7232 3965 62870 7237 3961 62871 2278 3960 62872 15133 3966 62873 7242 3968 62874 15139 3977 62875 7213 3969 62876 7222 3971 62877 2279 3967 62878 15125 3970 62879 7222 3971 62880 15128 3963 62881 7212 3962 62882 7242 3968 62883 2279 3967 62884 15136 3972 62885 7216 3976 62886 2280 3973 62887 15143 3975 62888 7216 3976 62889 15125 3970 62890 7213 3969 62891 7245 3978 62892 2280 3973 62893 15139 3977 62894 7245 3978 62895 15142 17013 62896 7247 3974 62897 7214 3980 62898 15135 3989 62899 7233 3981 62900 7228 3983 62901 2281 3979 62902 15132 3982 62903 7228 3983 62904 15129 4006 62905 7223 3984 62906 7214 3980 62907 2281 3979 62908 15126 3985 62909 7215 3987 62910 15138 4024 62911 7238 3988 62912 7214 3980 62913 2282 3986 62914 15135 3989 62915 7214 3980 62916 15126 3985 62917 7218 3990 62918 7215 3987 62919 2282 3986 62920 15123 3991 62921 7216 3976 62922 15143 3975 62923 7246 3993 62924 7217 3995 62925 2283 3992 62926 15141 3994 62927 7217 3995 62928 15124 4004 62929 7221 3996 62930 7216 3976 62931 2283 3992 62932 15125 3970 62933 7224 3998 62934 2284 3997 62935 15126 3985 62936 7220 4000 62937 2284 3997 62938 15127 3999 62939 7220 4000 62940 15124 4004 62941 7219 4001 62942 7219 4001 62943 15123 3991 62944 7218 3990 62945 7220 4000 62946 15127 3999 62947 7226 4003 62948 7222 3971 62949 2285 4002 62950 15128 3963 62951 7222 3971 62952 15125 3970 62953 7221 3996 62954 7220 4000 62955 2285 4002 62956 15124 4004 62957 7229 4007 62958 2286 4005 62959 15129 4006 62960 7229 4007 62961 15130 18842 62962 7225 4008 62963 7224 3998 62964 2286 4005 62965 15127 3999 62966 7224 3998 62967 15126 3985 62968 7223 3984 62969 7225 4008 62970 15130 18842 62971 7231 4010 62972 7227 3964 62973 2287 4009 62974 15131 4011 62975 7227 3964 62976 15128 3963 62977 7226 4003 62978 7225 4008 62979 2287 4009 62980 15127 3999 62981 7228 3983 62982 15132 3982 62983 7234 4013 62984 7234 4013 62985 15134 4020 62986 7230 4014 62987 7230 4014 62988 15130 18842 62989 7229 4007 62990 7228 3983 62991 2288 4012 62992 15129 4006 62993 7230 4014 62994 15134 4020 62995 7236 4016 62996 7236 4016 62997 15133 3966 62998 7232 3965 62999 7231 4010 63000 2289 4015 63001 15131 4011 63002 7231 4010 63003 15130 18842 63004 7230 4014 63005 7239 4018 63006 2290 4017 63007 15135 3989 63008 7239 4018 63009 15137 4027 63010 7235 4019 63011 7234 4013 63012 2290 4017 63013 15134 4020 63014 7234 4013 63015 15132 3982 63016 7233 3981 63017 7235 4019 63018 15137 4027 63019 7241 4022 63020 7237 3961 63021 2291 4021 63022 15136 3972 63023 7237 3961 63024 15133 3966 63025 7236 4016 63026 7235 4019 63027 2291 4021 63028 15134 4020 63029 7243 4025 63030 2292 4023 63031 15138 4024 63032 7243 4025 63033 15140 17010 63034 7240 4026 63035 7239 4018 63036 2292 4023 63037 15137 4027 63038 7239 4018 63039 15135 3989 63040 7238 3988 63041 7240 4026 63042 15140 17010 63043 7244 4029 63044 7242 3968 63045 2293 4028 63046 15139 3977 63047 7242 3968 63048 15136 3972 63049 7241 4022 63050 7240 4026 63051 2293 4028 63052 15137 4027 63053 7249 4033 63054 2294 4030 63055 15144 4032 63056 7249 4033 63057 15146 17345 63058 7250 4034 63059 7250 4034 63060 15146 17345 63061 7248 4036 63062 7252 17015 63063 2295 4035 63064 15145 4037 63065 7253 4039 63066 15147 4058 63067 7254 4040 63068 7254 4040 63069 15147 4058 63070 7255 4042 63071 7257 4046 63072 2298 4043 63073 15152 4045 63074 7259 4048 63075 2298 4043 63076 15151 4047 63077 7260 4050 63078 2298 4043 63079 15154 4049 63080 7260 4050 63081 15155 18843 63082 7263 4044 63083 7263 4044 63084 2299 4051 63085 15152 4045 63086 7263 4044 63087 15155 18843 63088 7261 4053 63089 7262 4055 63090 2299 4051 63091 15156 4054 63092 7258 4052 63093 2299 4051 63094 15153 4056 63095 7264 4060 63096 2300 4057 63097 15147 4058 63098 7264 4060 63099 15147 4058 63100 7253 4039 63101 7207 4064 63102 2302 4061 63103 15120 4063 63104 7207 4064 63105 15119 4084 63106 7273 4065 63107 7267 4067 63108 2302 4061 63109 15157 4066 63110 7267 4067 63111 15158 18844 63112 7272 4062 63113 7271 4069 63114 15121 4091 63115 7208 4070 63116 7272 4062 63117 2303 4068 63118 15120 4063 63119 7272 4062 63120 15158 18844 63121 7270 4071 63122 7271 4069 63123 2303 4068 63124 15159 4072 63125 7268 4074 63126 15116 4083 63127 7211 4075 63128 7266 4077 63129 2304 4073 63130 15122 4076 63131 7266 4077 63132 15158 18844 63133 7267 4067 63134 7268 4074 63135 2304 4073 63136 15157 4066 63137 7265 4079 63138 2305 4078 63139 15122 4076 63140 7265 4079 63141 15115 4087 63142 7269 4080 63143 7270 4071 63144 2305 4078 63145 15159 4072 63146 7270 4071 63147 15158 18844 63148 7266 4077 63149 7268 4074 63150 2306 4081 63151 15116 4083 63152 7268 4074 63153 15157 4066 63154 7273 4065 63155 7209 4085 63156 2306 4081 63157 15119 4084 63158 7209 4085 63159 15117 18333 63160 7205 4082 63161 7206 4088 63162 2307 4086 63163 15115 4087 63164 7210 4090 63165 2307 4086 63166 15118 4089 63167 7271 4069 63168 2307 4086 63169 15121 4091 63170 7271 4069 63171 15159 4072 63172 7269 4080 63173 6552 2685 63174 14776 2701 63175 7283 4093 63176 7291 4095 63177 2308 4092 63178 15180 4094 63179 7291 4095 63180 15011 3572 63181 7015 3571 63182 6552 2685 63183 2308 4092 63184 14757 2686 63185 6371 2314 63186 2309 4096 63187 14647 2315 63188 6371 2314 63189 14677 2318 63190 6372 2401 63191 6369 2310 63192 2309 4096 63193 14676 2311 63194 6369 2310 63195 14648 2309 63196 7293 4097 63197 7294 4099 63198 2310 4098 63199 14605 2220 63200 7294 4099 63201 14606 2217 63202 6323 2216 63203 7293 4097 63204 2310 4098 63205 14647 2315 63206 6326 2221 63207 2310 4098 63208 14648 2309 63209 7325 4103 63210 2312 4100 63211 15168 4102 63212 7325 4103 63213 15167 4123 63214 7316 4104 63215 7315 4106 63216 2312 4100 63217 15163 4105 63218 7315 4106 63219 15164 4110 63220 7314 4101 63221 7318 4108 63222 15166 18845 63223 7323 4109 63224 7323 4109 63225 15168 4102 63226 7314 4101 63227 7320 4111 63228 2313 4107 63229 15164 4110 63230 7318 4108 63231 2313 4107 63232 15165 4112 63233 7334 4116 63234 2314 4113 63235 15175 4115 63236 7319 4118 63237 2314 4113 63238 15174 4117 63239 7319 4118 63240 15164 4110 63241 7315 4106 63242 7317 4114 63243 2314 4113 63244 15163 4105 63245 7333 4122 63246 2315 4119 63247 15173 4121 63248 7333 4122 63249 15175 4115 63250 7317 4114 63251 7316 4104 63252 2315 4119 63253 15163 4105 63254 7326 4120 63255 2315 4119 63256 15167 4123 63257 7321 4125 63258 15170 4131 63259 7331 4126 63260 7322 4128 63261 2316 4124 63262 15172 4127 63263 7322 4128 63264 15166 18845 63265 7318 4108 63266 7321 4125 63267 2316 4124 63268 15165 4112 63269 7329 4130 63270 2317 4129 63271 15174 4117 63272 7321 4125 63273 2317 4129 63274 15170 4131 63275 7321 4125 63276 15165 4112 63277 7320 4111 63278 7320 4111 63279 15164 4110 63280 7319 4118 63281 7322 4128 63282 15172 4127 63283 7328 4133 63284 7324 4135 63285 2318 4132 63286 15169 4134 63287 7324 4135 63288 15168 4102 63289 7323 4109 63290 7323 4109 63291 15166 18845 63292 7322 4128 63293 7327 4137 63294 2319 4136 63295 15169 4134 63296 7327 4137 63297 15173 4121 63298 7326 4120 63299 7325 4103 63300 2319 4136 63301 15167 4123 63302 7324 4135 63303 2319 4136 63304 15168 4102 63305 7335 4139 63306 15178 17084 63307 7336 4140 63308 7330 4142 63309 2320 4138 63310 15177 4141 63311 7330 4142 63312 15170 4131 63313 7329 4130 63314 7329 4130 63315 15174 4117 63316 7335 4139 63317 7305 4149 63318 2321 4143 63319 14771 4145 63320 7306 4144 63321 2322 4146 63322 14771 4145 63323 7308 4151 63324 2323 4148 63325 14771 4145 63326 7307 4147 63327 2324 4150 63328 14771 4145 63329 7073 3696 63330 2325 4152 63331 15039 4154 63332 7080 3710 63333 2325 4152 63334 15041 3695 63335 7080 3710 63336 15044 18841 63337 7313 4153 63338 7313 4153 63339 15044 18841 63340 7081 3712 63341 7070 3691 63342 2326 4155 63343 15040 3692 63344 7313 4153 63345 2326 4155 63346 15039 4154 63347 7339 4159 63348 2327 4156 63349 15209 4158 63350 7339 4159 63351 15208 4162 63352 7342 4160 63353 7340 4163 63354 2328 4161 63355 15208 4162 63356 7344 4266 63357 2328 4161 63358 15210 4164 63359 7350 4168 63360 2333 4165 63361 15224 4167 63362 7350 4168 63363 15223 4274 63364 7351 4169 63365 7352 4171 63366 15225 4270 63367 7353 4172 63368 7353 4172 63369 15224 4167 63370 7349 4166 63371 7345 4176 63372 2335 4173 63373 15217 4175 63374 7354 4178 63375 2335 4173 63376 15218 4177 63377 7354 4178 63378 15227 4185 63379 7355 4179 63380 7355 4179 63381 15226 4292 63382 7356 4174 63383 7354 4178 63384 15218 4177 63385 7346 4181 63386 7357 4183 63387 2336 4180 63388 15219 4182 63389 7357 4183 63390 15228 4288 63391 7358 4184 63392 7354 4178 63393 2336 4180 63394 15227 4185 63395 7347 4189 63396 2337 4186 63397 15221 4188 63398 7359 4191 63399 2337 4186 63400 15220 4190 63401 7359 4191 63402 15229 4198 63403 7360 4192 63404 7360 4192 63405 15230 4283 63406 7361 4187 63407 7359 4191 63408 15220 4190 63409 7348 4194 63410 7362 4196 63411 2338 4193 63412 15222 4195 63413 7362 4196 63414 15231 4279 63415 7363 4197 63416 7359 4191 63417 2338 4193 63418 15229 4198 63419 7366 4200 63420 15223 4274 63421 7350 4168 63422 7350 4168 63423 15224 4167 63424 7364 4201 63425 7365 4203 63426 2339 4199 63427 15233 4202 63428 7366 4200 63429 2339 4199 63430 15232 4204 63431 7353 4172 63432 2340 4205 63433 15224 4167 63434 7353 4172 63435 15225 4270 63436 7367 4206 63437 7368 4208 63438 2340 4205 63439 15234 4207 63440 7368 4208 63441 15233 4202 63442 7364 4201 63443 7371 4210 63444 15226 4292 63445 7355 4179 63446 7369 4211 63447 2341 4209 63448 15227 4185 63449 7369 4211 63450 15236 4218 63451 7370 4212 63452 7371 4210 63453 2341 4209 63454 15235 4213 63455 7369 4211 63456 15227 4185 63457 7358 4184 63458 7358 4184 63459 15228 4288 63460 7372 4215 63461 7373 4217 63462 2342 4214 63463 15237 4216 63464 7369 4211 63465 2342 4214 63466 15236 4218 63467 7376 4220 63468 15230 4283 63469 7360 4192 63470 7360 4192 63471 15229 4198 63472 7374 4221 63473 7374 4221 63474 15239 4228 63475 7375 4222 63476 7376 4220 63477 2343 4219 63478 15238 4223 63479 7374 4221 63480 15229 4198 63481 7363 4197 63482 7363 4197 63483 15231 4279 63484 7377 4225 63485 7378 4227 63486 2344 4224 63487 15240 4226 63488 7374 4221 63489 2344 4224 63490 15239 4228 63491 7365 4203 63492 2345 4229 63493 15232 4204 63494 7379 4232 63495 2345 4229 63496 15233 4202 63497 7379 4232 63498 15233 4202 63499 7368 4208 63500 7381 4269 63501 2346 4231 63502 15234 4207 63503 7370 4212 63504 2347 4233 63505 15235 4213 63506 7370 4212 63507 15236 4218 63508 7382 4235 63509 7383 4237 63510 2347 4233 63511 15245 4236 63512 7383 4237 63513 15244 4251 63514 7384 4234 63515 7373 4217 63516 2348 4238 63517 15236 4218 63518 7385 4239 63519 2348 4238 63520 15237 4216 63521 7385 4239 63522 15246 4254 63523 7386 4240 63524 7386 4240 63525 15245 4236 63526 7382 4235 63527 7375 4222 63528 2349 4241 63529 15238 4223 63530 7375 4222 63531 15239 4228 63532 7387 4243 63533 7388 4245 63534 2349 4241 63535 15247 4244 63536 7388 4245 63537 15248 4257 63538 7389 4242 63539 7378 4227 63540 2350 4246 63541 15239 4228 63542 7390 4247 63543 2350 4246 63544 15240 4226 63545 7390 4247 63546 15249 4260 63547 7391 4248 63548 7391 4248 63549 15247 4244 63550 7387 4243 63551 7383 4237 63552 2353 4249 63553 15244 4251 63554 7383 4237 63555 15245 4236 63556 7394 4252 63557 7386 4240 63558 2354 4253 63559 15245 4236 63560 7396 4285 63561 2354 4253 63562 15246 4254 63563 7388 4245 63564 2355 4255 63565 15248 4257 63566 7388 4245 63567 15247 4244 63568 7397 4258 63569 7391 4248 63570 2356 4259 63571 15247 4244 63572 7399 4276 63573 2356 4259 63574 15249 4260 63575 7403 4262 63576 15204 17150 63577 7338 4263 63578 7338 4263 63579 15207 17133 63580 7402 4264 63581 7344 4266 63582 15210 4164 63583 7405 4267 63584 7381 4269 63585 15234 4207 63586 7367 4206 63587 7352 4171 63588 2359 4268 63589 15225 4270 63590 7406 4272 63591 15209 4158 63592 7343 4157 63593 7366 4200 63594 2361 4273 63595 15223 4274 63596 7366 4200 63597 15232 4204 63598 7380 4230 63599 7399 4276 63600 15249 4260 63601 7407 4277 63602 7362 4196 63603 15222 4195 63604 7407 4277 63605 7390 4247 63606 2363 4278 63607 15249 4260 63608 7377 4225 63609 2363 4278 63610 15240 4226 63611 7362 4196 63612 2363 4278 63613 15231 4279 63614 7408 4281 63615 15248 4257 63616 7398 4256 63617 7408 4281 63618 15221 4188 63619 7361 4187 63620 7376 4220 63621 2365 4282 63622 15230 4283 63623 7389 4242 63624 2365 4282 63625 15238 4223 63626 7408 4281 63627 2365 4282 63628 15248 4257 63629 7396 4285 63630 15246 4254 63631 7409 4286 63632 7357 4183 63633 15219 4182 63634 7409 4286 63635 7385 4239 63636 2367 4287 63637 15246 4254 63638 7372 4215 63639 2367 4287 63640 15237 4216 63641 7357 4183 63642 2367 4287 63643 15228 4288 63644 7410 4290 63645 15244 4251 63646 7395 4250 63647 7410 4290 63648 15217 4175 63649 7356 4174 63650 7371 4210 63651 2369 4291 63652 15226 4292 63653 7384 4234 63654 2369 4291 63655 15235 4213 63656 7410 4290 63657 2369 4291 63658 15244 4251 63659 7422 4294 63660 15258 4332 63661 7427 4295 63662 7432 4342 63663 2370 4293 63664 15260 4296 63665 7419 4325 63666 2371 4297 63667 15255 4299 63668 7413 4303 63669 2372 4300 63670 15271 4302 63671 7413 4303 63672 15255 4299 63673 7411 4298 63674 7436 4305 63675 2372 4300 63676 15266 4304 63677 7439 4301 63678 2372 4300 63679 15270 4306 63680 7423 4310 63681 2373 4307 63682 15259 4309 63683 7423 4310 63684 15256 4327 63685 7420 4311 63686 7412 17161 63687 2374 4312 63688 15253 4314 63689 7413 4303 63690 15271 4302 63691 7437 4316 63692 7414 4318 63693 2375 4315 63694 15268 4317 63695 7414 4318 63696 15254 4322 63697 7418 4319 63698 7413 4303 63699 2375 4315 63700 15255 4299 63701 7416 4323 63702 2376 4320 63703 15254 4322 63704 7416 4323 63705 15253 4314 63706 7415 4313 63707 7419 4325 63708 15255 4299 63709 7418 4319 63710 7417 4321 63711 2377 4324 63712 15254 4322 63713 7424 4328 63714 2378 4326 63715 15256 4327 63716 7424 4328 63717 15257 18846 63718 7421 4329 63719 7421 4329 63720 15257 18846 63721 7426 4331 63722 7422 4294 63723 2379 4330 63724 15258 4332 63725 7423 4310 63726 15259 4309 63727 7429 4334 63728 7429 4334 63729 15261 4340 63730 7425 4335 63731 7425 4335 63732 15257 18846 63733 7424 4328 63734 7423 4310 63735 2380 4333 63736 15256 4327 63737 7425 4335 63738 15261 4340 63739 7431 4337 63740 7431 4337 63741 15260 4296 63742 7427 4295 63743 7426 4331 63744 2381 4336 63745 15258 4332 63746 7426 4331 63747 15257 18846 63748 7425 4335 63749 7429 4334 63750 2382 4338 63751 15261 4340 63752 7429 4334 63753 15259 4309 63754 7428 4308 63755 7432 4342 63756 15260 4296 63757 7431 4337 63758 7430 4339 63759 2383 4341 63760 15261 4340 63761 7438 4346 63762 2386 4343 63763 15269 4345 63764 7438 4346 63765 15270 4306 63766 7436 4305 63767 7435 4347 63768 2386 4343 63769 15266 4304 63770 7435 4347 63771 15267 17167 63772 7434 4344 63773 9669 4349 63774 16460 8735 63775 9663 4350 63776 9639 4352 63777 2387 4348 63778 16461 4351 63779 9639 4352 63780 16444 8674 63781 9638 4353 63782 9669 4349 63783 2387 4348 63784 16443 4354 63785 7468 4356 63786 15282 4368 63787 7448 4357 63788 7440 4359 63789 2388 4355 63790 15273 4358 63791 7440 4359 63792 15280 4365 63793 7462 4360 63794 7468 4356 63795 2388 4355 63796 15298 4361 63797 7440 4359 63798 15273 4358 63799 7449 4363 63800 7440 4359 63801 2389 4362 63802 15280 4365 63803 7441 4367 63804 15273 4358 63805 7448 4357 63806 7469 4369 63807 2390 4366 63808 15282 4368 63809 7469 4369 63810 15301 4433 63811 7464 4370 63812 7464 4370 63813 15281 4372 63814 7441 4367 63815 7449 4363 63816 15273 4358 63817 7441 4367 63818 7465 8371 63819 2391 4371 63820 15281 4372 63821 7453 4389 63822 2392 4373 63823 15275 4375 63824 7451 4376 63825 15274 4381 63826 7442 4374 63827 7452 4380 63828 2393 4377 63829 15286 4379 63830 7452 4380 63831 15275 4375 63832 7442 4374 63833 7450 4382 63834 2393 4377 63835 15274 4381 63836 7450 4382 63837 15284 4444 63838 7474 4378 63839 7455 4397 63840 2394 4383 63841 15276 4385 63842 7453 4389 63843 15275 4375 63844 7443 4384 63845 7454 4393 63846 2395 4390 63847 15288 4392 63848 7454 4393 63849 15276 4385 63850 7443 4384 63851 7452 4380 63852 2395 4390 63853 15275 4375 63854 7452 4380 63855 15286 4379 63856 7477 4391 63857 7444 4395 63858 15277 4401 63859 7457 4396 63860 7455 4397 63861 15276 4385 63862 7444 4395 63863 7480 4399 63864 15290 4411 63865 7456 4400 63866 7444 4395 63867 2397 4398 63868 15277 4401 63869 7454 4393 63870 2397 4398 63871 15276 4385 63872 7454 4393 63873 15288 4392 63874 7480 4399 63875 7445 4402 63876 15278 4410 63877 7459 4403 63878 7445 4402 63879 2398 4386 63880 15277 4401 63881 7483 4408 63882 15292 4420 63883 7458 4409 63884 7445 4402 63885 2399 4407 63886 15278 4410 63887 7445 4402 63888 15277 4401 63889 7456 4400 63890 7483 4408 63891 2399 4407 63892 15290 4411 63893 7446 4412 63894 15279 4419 63895 7461 4413 63896 7446 4412 63897 2400 4404 63898 15278 4410 63899 7486 4417 63900 15295 4425 63901 7460 4418 63902 7446 4412 63903 2401 4416 63904 15279 4419 63905 7446 4412 63906 15278 4410 63907 7458 4409 63908 7486 4417 63909 2401 4416 63910 15292 4420 63911 7447 4422 63912 15280 4365 63913 7463 4364 63914 7447 4422 63915 2402 4421 63916 15279 4419 63917 7490 4424 63918 15298 4361 63919 7462 4360 63920 7447 4422 63921 2403 4423 63922 15280 4365 63923 7447 4422 63924 15279 4419 63925 7460 4418 63926 7490 4424 63927 2403 4423 63928 15295 4425 63929 7468 4356 63930 2404 4426 63931 15282 4368 63932 7468 4356 63933 15298 4361 63934 7492 4428 63935 7470 4430 63936 2404 4426 63937 15299 4429 63938 7470 4430 63939 15283 4434 63940 7466 4427 63941 7469 4369 63942 2405 4431 63943 15301 4433 63944 7469 4369 63945 15282 4368 63946 7466 4427 63947 7471 4435 63948 2405 4431 63949 15283 4434 63950 7471 4435 63951 15302 4438 63952 7493 4432 63953 7471 4435 63954 2406 4436 63955 15302 4438 63956 7471 4435 63957 15283 4434 63958 7467 4439 63959 7476 4443 63960 2407 4440 63961 15287 4442 63962 7476 4443 63963 15286 4379 63964 7474 4378 63965 7473 4445 63966 2407 4440 63967 15284 4444 63968 7473 4445 63969 15285 18698 63970 7475 4441 63971 7479 4449 63972 2408 4446 63973 15289 4448 63974 7479 4449 63975 15288 4392 63976 7477 4391 63977 7476 4443 63978 2408 4446 63979 15286 4379 63980 7476 4443 63981 15287 4442 63982 7478 4447 63983 7482 4453 63984 2409 4450 63985 15291 4452 63986 7480 4399 63987 2409 4450 63988 15290 4411 63989 7479 4449 63990 2409 4450 63991 15288 4392 63992 7479 4449 63993 15289 4448 63994 7481 4451 63995 7485 4457 63996 2410 4454 63997 15293 4456 63998 7483 4408 63999 2410 4454 64000 15292 4420 64001 7483 4408 64002 15290 4411 64003 7482 4453 64004 7482 4453 64005 15291 4452 64006 7484 4455 64007 7489 4461 64008 2411 4458 64009 15296 4460 64010 7486 4417 64011 2411 4458 64012 15295 4425 64013 7486 4417 64014 15292 4420 64015 7485 4457 64016 7485 4457 64017 15293 4456 64018 7487 4459 64019 7492 4428 64020 2412 4462 64021 15299 4429 64022 7490 4424 64023 2412 4462 64024 15298 4361 64025 7490 4424 64026 15295 4425 64027 7489 4461 64028 7489 4461 64029 15296 4460 64030 7491 4463 64031 9404 4467 64032 2413 4464 64033 16337 4466 64034 9404 4467 64035 16354 4506 64036 9452 4468 64037 9452 4468 64038 15321 4505 64039 7510 4469 64040 7510 4469 64041 15317 8538 64042 9453 4465 64043 9454 4473 64044 2414 4470 64045 16336 4472 64046 9454 4473 64047 15318 8519 64048 7511 4474 64049 7523 4476 64050 2414 4470 64051 15323 4475 64052 7523 4476 64053 15626 4514 64054 9451 4471 64055 7512 4478 64056 15320 4487 64057 7517 4479 64058 9446 4481 64059 2415 4477 64060 15324 4480 64061 9446 4481 64062 16369 8343 64063 9571 4482 64064 7512 4478 64065 2415 4477 64066 15319 4483 64067 7928 4485 64068 15330 5226 64069 7518 4486 64070 7512 4478 64071 2416 4484 64072 15320 4487 64073 7512 4478 64074 15319 4483 64075 7516 4488 64076 7928 4485 64077 2416 4484 64078 15558 4489 64079 7513 4491 64080 15319 4483 64081 9571 4482 64082 9571 4482 64083 16369 8343 64084 9447 4492 64085 9447 4492 64086 15325 8345 64087 7520 4493 64088 7513 4491 64089 2417 4490 64090 15322 4494 64091 7516 4488 64092 2418 4495 64093 15558 4489 64094 7516 4488 64095 15319 4483 64096 7513 4491 64097 7521 4497 64098 2418 4495 64099 15322 4494 64100 7521 4497 64101 15331 5067 64102 7929 4496 64103 7518 4486 64104 2419 4498 64105 15320 4487 64106 7518 4486 64107 15330 5226 64108 7868 4500 64109 7519 4502 64110 2419 4498 64111 15535 4501 64112 7519 4502 64113 15321 4505 64114 7514 4499 64115 9449 4504 64116 15324 4480 64117 7517 4479 64118 7514 4499 64119 2420 4503 64120 15320 4487 64121 9452 4468 64122 2420 4503 64123 15321 4505 64124 9449 4504 64125 2420 4503 64126 16354 4506 64127 7515 4508 64128 15323 4475 64129 7522 4509 64130 7797 4511 64131 2421 4507 64132 15509 4510 64133 7797 4511 64134 15331 5067 64135 7521 4497 64136 7515 4508 64137 2421 4507 64138 15322 4494 64139 7523 4476 64140 2422 4512 64141 15626 4514 64142 7523 4476 64143 15323 4475 64144 7515 4508 64145 7515 4508 64146 15322 4494 64147 7520 4493 64148 7520 4493 64149 15325 8345 64150 7524 4513 64151 7566 4518 64152 2423 4515 64153 15345 4517 64154 7566 4518 64155 15397 18847 64156 7618 4519 64157 7568 4521 64158 2423 4515 64159 15398 4520 64160 7568 4521 64161 15349 4810 64162 7526 4516 64163 7618 4519 64164 15397 18847 64165 7567 4523 64166 7567 4523 64167 15348 17187 64168 7527 4524 64169 7569 4526 64170 2424 4522 64171 15350 4525 64172 7569 4526 64173 15398 4520 64174 7618 4519 64175 7528 4528 64176 15347 5202 64177 7565 4529 64178 7619 4531 64179 2425 4527 64180 15396 4530 64181 7619 4531 64182 15399 4539 64183 7570 4532 64184 7528 4528 64185 2425 4527 64186 15351 4533 64187 7619 4531 64188 15396 4530 64189 7564 4535 64190 7529 4537 64191 2426 4534 64192 15346 4536 64193 7529 4537 64194 15352 4831 64195 7571 4538 64196 7619 4531 64197 2426 4534 64198 15399 4539 64199 7575 4543 64200 2427 4540 64201 15356 4542 64202 7575 4543 64203 15401 4548 64204 7620 4544 64205 7576 4546 64206 2427 4540 64207 15402 4545 64208 7576 4546 64209 15358 4777 64210 7531 4541 64211 7574 4549 64212 2428 4547 64213 15401 4548 64214 7574 4549 64215 15355 5336 64216 7532 4550 64217 7577 4552 64218 2428 4547 64219 15359 4551 64220 7577 4552 64221 15402 4545 64222 7620 4544 64223 7533 4554 64224 15354 5343 64225 7573 4555 64226 7621 4557 64227 2429 4553 64228 15400 4556 64229 7621 4557 64230 15403 4565 64231 7578 4558 64232 7533 4554 64233 2429 4553 64234 15360 4559 64235 7621 4557 64236 15400 4556 64237 7572 4561 64238 7530 4563 64239 2430 4560 64240 15353 4562 64241 7530 4563 64242 15357 4797 64243 7579 4564 64244 7621 4557 64245 2430 4560 64246 15403 4565 64247 7583 4569 64248 2431 4566 64249 15364 4568 64250 7583 4569 64251 15405 17180 64252 7622 4570 64253 7584 4572 64254 2431 4566 64255 15406 4571 64256 7584 4572 64257 15366 4744 64258 7535 4567 64259 7622 4570 64260 15405 17180 64261 7582 4574 64262 7536 4576 64263 2432 4573 64264 15363 4575 64265 7585 4578 64266 2432 4573 64267 15367 4577 64268 7585 4578 64269 15406 4571 64270 7622 4570 64271 7581 4582 64272 2433 4579 64273 15362 4581 64274 7581 4582 64275 15404 17177 64276 7623 4583 64277 7623 4583 64278 15407 4591 64279 7587 4584 64280 7537 4580 64281 2433 4579 64282 15368 4585 64283 7623 4583 64284 15404 17177 64285 7580 4587 64286 7534 4589 64287 2434 4586 64288 15361 4588 64289 7534 4589 64290 15365 4765 64291 7586 4590 64292 7623 4583 64293 2434 4586 64294 15407 4591 64295 7596 4595 64296 2435 4592 64297 15377 4594 64298 7596 4595 64299 15412 4600 64300 7624 4596 64301 7600 4598 64302 2435 4592 64303 15414 4597 64304 7600 4598 64305 15381 4708 64306 7538 4593 64307 7597 4601 64308 2436 4599 64309 15412 4600 64310 7597 4601 64311 15378 5594 64312 7539 4602 64313 7601 4604 64314 2436 4599 64315 15382 4603 64316 7601 4604 64317 15414 4597 64318 7624 4596 64319 7540 4606 64320 15379 5212 64321 7599 4607 64322 7625 4609 64323 2437 4605 64324 15413 4608 64325 7625 4609 64326 15415 4617 64327 7602 4610 64328 7540 4606 64329 2437 4605 64330 15383 4611 64331 7625 4609 64332 15413 4608 64333 7598 4613 64334 7541 4615 64335 2438 4612 64336 15380 4614 64337 7541 4615 64338 15384 4719 64339 7603 4616 64340 7625 4609 64341 2438 4612 64342 15415 4617 64343 7592 4621 64344 2439 4618 64345 15374 4620 64346 7592 4621 64347 15410 4787 64348 7626 4622 64349 7604 4624 64350 2439 4618 64351 15416 4623 64352 7604 4624 64353 15386 4691 64354 7543 4619 64355 7626 4622 64356 15410 4787 64357 7593 4626 64358 7544 4628 64359 2440 4625 64360 15375 4627 64361 7605 4630 64362 2440 4625 64363 15387 4629 64364 7605 4630 64365 15416 4623 64366 7626 4622 64367 7545 4632 64368 15376 5645 64369 7595 4633 64370 7627 4635 64371 2441 4631 64372 15411 4634 64373 7627 4635 64374 15417 4642 64375 7607 4636 64376 7545 4632 64377 2441 4631 64378 15388 4637 64379 7627 4635 64380 15411 4634 64381 7594 4639 64382 7594 4639 64383 15373 4804 64384 7542 4640 64385 7542 4640 64386 15385 4702 64387 7606 4641 64388 7627 4635 64389 2442 4638 64390 15417 4642 64391 7588 4646 64392 2443 4643 64393 15370 4645 64394 7588 4646 64395 15408 4651 64396 7628 4647 64397 7608 4649 64398 2443 4643 64399 15418 4648 64400 7608 4649 64401 15390 4671 64402 7547 4644 64403 7589 4652 64404 2444 4650 64405 15408 4651 64406 7589 4652 64407 15371 5048 64408 7548 4653 64409 7609 4655 64410 2444 4650 64411 15391 4654 64412 7609 4655 64413 15418 4648 64414 7628 4647 64415 7591 4659 64416 2445 4656 64417 15372 4658 64418 7591 4659 64419 15409 4762 64420 7629 4660 64421 7629 4660 64422 15419 4668 64423 7611 4661 64424 7549 4657 64425 2445 4656 64426 15392 4662 64427 7629 4660 64428 15409 4762 64429 7590 4664 64430 7546 4666 64431 2446 4663 64432 15369 4665 64433 7546 4666 64434 15389 4684 64435 7610 4667 64436 7629 4660 64437 2446 4663 64438 15419 4668 64439 7608 4649 64440 2447 4669 64441 15390 4671 64442 7608 4649 64443 15418 4648 64444 7630 4672 64445 7613 4674 64446 2447 4669 64447 15420 4673 64448 7613 4674 64449 15339 4725 64450 7551 4670 64451 7609 4655 64452 2448 4675 64453 15418 4648 64454 7609 4655 64455 15391 4654 64456 7552 4676 64457 7612 4678 64458 2448 4675 64459 15340 4677 64460 7612 4678 64461 15420 4673 64462 7630 4672 64463 7553 4680 64464 15392 4662 64465 7611 4661 64466 7631 4681 64467 2449 4679 64468 15419 4668 64469 7631 4681 64470 15421 4688 64471 7615 4682 64472 7615 4682 64473 15341 4695 64474 7553 4680 64475 7631 4681 64476 15419 4668 64477 7610 4667 64478 7550 4685 64479 2450 4683 64480 15389 4684 64481 7614 4687 64482 2450 4683 64483 15343 4686 64484 7631 4681 64485 2450 4683 64486 15421 4688 64487 7604 4624 64488 2451 4689 64489 15386 4691 64490 7604 4624 64491 15416 4623 64492 7632 4692 64493 7614 4687 64494 2451 4689 64495 15421 4688 64496 7555 4690 64497 2451 4689 64498 15343 4686 64499 7605 4630 64500 2452 4693 64501 15416 4623 64502 7605 4630 64503 15387 4629 64504 7556 4694 64505 7615 4682 64506 2452 4693 64507 15341 4695 64508 7615 4682 64509 15421 4688 64510 7632 4692 64511 7557 4697 64512 15388 4637 64513 7607 4636 64514 7633 4698 64515 2453 4696 64516 15417 4642 64517 7633 4698 64518 15422 4705 64519 7617 4699 64520 7557 4697 64521 2453 4696 64522 15342 4700 64523 7633 4698 64524 15417 4642 64525 7606 4641 64526 7554 4703 64527 2454 4701 64528 15385 4702 64529 7554 4703 64530 15344 4710 64531 7616 4704 64532 7633 4698 64533 2454 4701 64534 15422 4705 64535 7600 4598 64536 2455 4706 64537 15381 4708 64538 7600 4598 64539 15414 4597 64540 7634 4709 64541 7616 4704 64542 2455 4706 64543 15422 4705 64544 7558 4707 64545 2455 4706 64546 15344 4710 64547 7601 4604 64548 2456 4711 64549 15414 4597 64550 7601 4604 64551 15382 4603 64552 7559 4712 64553 7559 4712 64554 15342 4700 64555 7617 4699 64556 7617 4699 64557 15422 4705 64558 7634 4709 64559 7560 4714 64560 15383 4611 64561 7602 4610 64562 7635 4715 64563 2457 4713 64564 15415 4617 64565 7635 4715 64566 15337 4722 64567 7636 4716 64568 7560 4714 64569 2457 4713 64570 15336 4717 64571 7635 4715 64572 15415 4617 64573 7603 4616 64574 7561 4720 64575 2458 4718 64576 15384 4719 64577 7561 4720 64578 15338 4852 64579 7525 4721 64580 7635 4715 64581 2458 4718 64582 15337 4722 64583 7613 4674 64584 2459 4723 64585 15339 4725 64586 7613 4674 64587 15420 4673 64588 9667 4726 64589 9637 4727 64590 2459 4723 64591 16443 4354 64592 9637 4727 64593 16442 5015 64594 9666 4724 64595 7612 4678 64596 2460 4728 64597 15420 4673 64598 9668 4729 64599 2460 4728 64600 15340 4677 64601 9670 4731 64602 2460 4728 64603 16450 4730 64604 9670 4731 64605 16443 4354 64606 9667 4726 64607 7638 4735 64608 2461 4732 64609 15329 4734 64610 7638 4735 64611 15335 4838 64612 7637 4736 64613 7502 4738 64614 2461 4732 64615 15395 4737 64616 7502 4738 64617 15307 18848 64618 7501 4733 64619 7584 4572 64620 15406 4571 64621 7647 4740 64622 7651 4742 64623 2462 4739 64624 15427 4741 64625 7651 4742 64626 15424 4748 64627 7641 4743 64628 7584 4572 64629 2462 4739 64630 15366 4744 64631 7648 4746 64632 2463 4745 64633 15427 4741 64634 7648 4746 64635 15408 4651 64636 7588 4646 64637 7642 4747 64638 2463 4745 64639 15370 4645 64640 7651 4742 64641 2463 4745 64642 15424 4748 64643 7585 4578 64644 15367 4577 64645 7643 4750 64646 7652 4752 64647 2464 4749 64648 15425 4751 64649 7652 4752 64650 15427 4741 64651 7647 4740 64652 7585 4578 64653 2464 4749 64654 15406 4571 64655 7644 4754 64656 2465 4753 64657 15425 4751 64658 7644 4754 64659 15371 5048 64660 7589 4652 64661 7648 4746 64662 2465 4753 64663 15408 4651 64664 7648 4746 64665 15427 4741 64666 7652 4752 64667 7649 4756 64668 2466 4755 64669 15407 4591 64670 7649 4756 64671 15428 4769 64672 7653 4757 64673 7645 4759 64674 2466 4755 64675 15426 4758 64676 7645 4759 64677 15368 4585 64678 7587 4584 64679 7653 4757 64680 15428 4769 64681 7650 4761 64682 7591 4659 64683 2467 4760 64684 15409 4762 64685 7591 4659 64686 15372 4658 64687 7646 4763 64688 7653 4757 64689 2467 4760 64690 15426 4758 64691 7639 4766 64692 2468 4764 64693 15365 4765 64694 7654 4768 64695 2468 4764 64696 15423 4767 64697 7649 4756 64698 2468 4764 64699 15428 4769 64700 7649 4756 64701 15407 4591 64702 7586 4590 64703 7654 4768 64704 15423 4767 64705 7640 4771 64706 7590 4664 64707 2469 4770 64708 15369 4665 64709 7590 4664 64710 15409 4762 64711 7650 4761 64712 7654 4768 64713 2469 4770 64714 15428 4769 64715 7576 4546 64716 15402 4545 64717 7663 4773 64718 7667 4775 64719 2470 4772 64720 15433 4774 64721 7667 4775 64722 15430 4906 64723 7657 4776 64724 7576 4546 64725 2470 4772 64726 15358 4777 64727 7664 4779 64728 2471 4778 64729 15433 4774 64730 7664 4779 64731 15410 4787 64732 7592 4621 64733 7592 4621 64734 15374 4620 64735 7658 4780 64736 7658 4780 64737 15430 4906 64738 7667 4775 64739 7577 4552 64740 15359 4551 64741 7659 4782 64742 7668 4784 64743 2472 4781 64744 15431 4783 64745 7668 4784 64746 15433 4774 64747 7663 4773 64748 7577 4552 64749 2472 4781 64750 15402 4545 64751 7660 4786 64752 2473 4785 64753 15431 4783 64754 7660 4786 64755 15375 4627 64756 7593 4626 64757 7664 4779 64758 2473 4785 64759 15410 4787 64760 7664 4779 64761 15433 4774 64762 7668 4784 64763 7665 4789 64764 2474 4788 64765 15403 4565 64766 7665 4789 64767 15434 4801 64768 7669 4790 64769 7661 4792 64770 2474 4788 64771 15432 4791 64772 7661 4792 64773 15360 4559 64774 7578 4558 64775 7669 4790 64776 15434 4801 64777 7666 4794 64778 7595 4633 64779 2475 4793 64780 15411 4634 64781 7595 4633 64782 15376 5645 64783 7662 4795 64784 7669 4790 64785 2475 4793 64786 15432 4791 64787 7655 4798 64788 2476 4796 64789 15357 4797 64790 7670 4800 64791 2476 4796 64792 15429 4799 64793 7665 4789 64794 2476 4796 64795 15434 4801 64796 7665 4789 64797 15403 4565 64798 7579 4564 64799 7670 4800 64800 15429 4799 64801 7656 4803 64802 7594 4639 64803 2477 4802 64804 15373 4804 64805 7594 4639 64806 15411 4634 64807 7666 4794 64808 7670 4800 64809 2477 4802 64810 15434 4801 64811 7568 4521 64812 15398 4520 64813 7679 4806 64814 7683 4808 64815 2478 4805 64816 15439 4807 64817 7683 4808 64818 15435 4814 64819 7671 4809 64820 7568 4521 64821 2478 4805 64822 15349 4810 64823 7683 4808 64824 15439 4807 64825 7680 4812 64826 7596 4595 64827 2479 4811 64828 15412 4600 64829 7596 4595 64830 15377 4594 64831 7672 4813 64832 7683 4808 64833 2479 4811 64834 15435 4814 64835 7569 4526 64836 15350 4525 64837 7673 4816 64838 7684 4818 64839 2480 4815 64840 15436 4817 64841 7684 4818 64842 15439 4807 64843 7679 4806 64844 7569 4526 64845 2480 4815 64846 15398 4520 64847 7674 4820 64848 2481 4819 64849 15436 4817 64850 7674 4820 64851 15378 5594 64852 7597 4601 64853 7680 4812 64854 2481 4819 64855 15412 4600 64856 7680 4812 64857 15439 4807 64858 7684 4818 64859 7681 4822 64860 2482 4821 64861 15399 4539 64862 7681 4822 64863 15440 4827 64864 7685 4823 64865 7675 4825 64866 2482 4821 64867 15437 4824 64868 7675 4825 64869 15351 4533 64870 7570 4532 64871 7682 4828 64872 2483 4826 64873 15440 4827 64874 7682 4828 64875 15413 4608 64876 7599 4607 64877 7599 4607 64878 15379 5212 64879 7676 4829 64880 7685 4823 64881 2483 4826 64882 15437 4824 64883 7677 4832 64884 2484 4830 64885 15352 4831 64886 7677 4832 64887 15438 4835 64888 7686 4833 64889 7681 4822 64890 2484 4830 64891 15440 4827 64892 7681 4822 64893 15399 4539 64894 7571 4538 64895 7678 4836 64896 2485 4834 64897 15438 4835 64898 7678 4836 64899 15380 4614 64900 7598 4613 64901 7682 4828 64902 2485 4834 64903 15413 4608 64904 7682 4828 64905 15440 4827 64906 7686 4833 64907 7687 4839 64908 2486 4837 64909 15335 4838 64910 7687 4839 64911 15441 4844 64912 7700 4840 64913 7695 4842 64914 2486 4837 64915 15445 4841 64916 7695 4842 64917 15395 4737 64918 7637 4736 64919 7688 4845 64920 2487 4843 64921 15441 4844 64922 7688 4845 64923 15336 4717 64924 7636 4716 64925 7694 4846 64926 2487 4843 64927 15337 4722 64928 7694 4846 64929 15445 4841 64930 7700 4840 64931 7695 4842 64932 2488 4847 64933 15395 4737 64934 7695 4842 64935 15445 4841 64936 7701 4848 64937 7500 4850 64938 2488 4847 64939 15442 4849 64940 7500 4850 64941 15307 18848 64942 7502 4738 64943 7694 4846 64944 2489 4851 64945 15445 4841 64946 7694 4846 64947 15337 4722 64948 7525 4721 64949 7689 4853 64950 2489 4851 64951 15338 4852 64952 7689 4853 64953 15442 4849 64954 7701 4848 64955 7705 4855 64956 15364 4568 64957 7535 4567 64958 7703 4856 64959 2490 4854 64960 15366 4744 64961 7703 4856 64962 15449 5114 64963 7704 4857 64964 7705 4855 64965 2490 4854 64966 15450 4858 64967 7534 4589 64968 2491 4859 64969 15365 4765 64970 7534 4589 64971 15361 4588 64972 7706 4861 64973 7707 4863 64974 2491 4859 64975 15451 4862 64976 7707 4863 64977 15448 5112 64978 7702 4860 64979 7711 4865 64980 15356 4542 64981 7531 4541 64982 7709 4866 64983 2492 4864 64984 15358 4777 64985 7709 4866 64986 15453 5404 64987 7710 4867 64988 7711 4865 64989 2492 4864 64990 15454 4868 64991 7530 4563 64992 2493 4869 64993 15357 4797 64994 7530 4563 64995 15353 4562 64996 7712 4871 64997 7713 4873 64998 2493 4869 64999 15455 4872 65000 7713 4873 65001 15452 5402 65002 7708 4870 65003 7714 4875 65004 15352 4831 65005 7529 4537 65006 7529 4537 65007 15346 4536 65008 7716 4876 65009 7717 4878 65010 2494 4874 65011 15458 4877 65012 7717 4878 65013 15457 5269 65014 7714 4875 65015 7719 4880 65016 15345 4517 65017 7526 4516 65018 7715 4881 65019 2495 4879 65020 15349 4810 65021 7715 4881 65022 15456 5271 65023 7718 4882 65024 7719 4880 65025 2495 4879 65026 15459 4883 65027 7722 4885 65028 15380 4614 65029 7678 4836 65030 7720 4886 65031 2496 4884 65032 15438 4835 65033 7720 4886 65034 15460 4893 65035 7721 4887 65036 7722 4885 65037 2496 4884 65038 15461 4888 65039 7677 4832 65040 2497 4889 65041 15438 4835 65042 7677 4832 65043 15352 4831 65044 7723 4890 65045 7724 4892 65046 2497 4889 65047 15462 4891 65048 7720 4886 65049 2497 4889 65050 15460 4893 65051 7672 4813 65052 2498 4894 65053 15435 4814 65054 7672 4813 65055 15377 4594 65056 7725 4896 65057 7726 4898 65058 2498 4894 65059 15464 4897 65060 7726 4898 65061 15463 4901 65062 7727 4895 65063 7729 4900 65064 15349 4810 65065 7671 4809 65066 7727 4895 65067 2499 4899 65068 15435 4814 65069 7728 4902 65070 2499 4899 65071 15463 4901 65072 7729 4900 65073 2499 4899 65074 15465 4903 65075 7658 4780 65076 2500 4904 65077 15430 4906 65078 7730 4907 65079 2500 4904 65080 15374 4620 65081 7731 4909 65082 2500 4904 65083 15467 4908 65084 7731 4909 65085 15466 5425 65086 7732 4905 65087 7734 4911 65088 15358 4777 65089 7657 4776 65090 7657 4776 65091 15430 4906 65092 7732 4905 65093 7732 4905 65094 15466 5425 65095 7733 4912 65096 7734 4911 65097 2501 4910 65098 15468 4913 65099 7656 4803 65100 2502 4914 65101 15373 4804 65102 7735 4916 65103 2502 4914 65104 15429 4799 65105 7735 4916 65106 15469 5428 65107 7736 4917 65108 7737 4915 65109 2502 4914 65110 15470 4918 65111 7655 4798 65112 2503 4919 65113 15429 4799 65114 7655 4798 65115 15357 4797 65116 7738 4920 65117 7739 4922 65118 2503 4919 65119 15471 4921 65120 7739 4922 65121 15469 5428 65122 7735 4916 65123 7642 4747 65124 2504 4923 65125 15424 4748 65126 7740 4925 65127 2504 4923 65128 15370 4645 65129 7741 4927 65130 2504 4923 65131 15473 4926 65132 7741 4927 65133 15472 18849 65134 7742 4924 65135 7744 4929 65136 15366 4744 65137 7641 4743 65138 7742 4924 65139 2505 4928 65140 15424 4748 65141 7742 4924 65142 15472 18849 65143 7743 4930 65144 7744 4929 65145 2505 4928 65146 15474 4931 65147 7747 4933 65148 15369 4665 65149 7640 4771 65150 7745 4934 65151 2506 4932 65152 15423 4767 65153 7745 4934 65154 15475 4941 65155 7746 4935 65156 7747 4933 65157 2506 4932 65158 15476 4936 65159 7639 4766 65160 2507 4937 65161 15423 4767 65162 7639 4766 65163 15365 4765 65164 7748 4938 65165 7749 4940 65166 2507 4937 65167 15477 4939 65168 7745 4934 65169 2507 4937 65170 15475 4941 65171 7752 4943 65172 15390 4671 65173 7551 4670 65174 7551 4670 65175 15339 4725 65176 7750 4944 65177 7751 4946 65178 2508 4942 65179 15478 4945 65180 7751 4946 65181 15479 4954 65182 7752 4943 65183 7550 4685 65184 2509 4947 65185 15343 4686 65186 7550 4685 65187 15389 4684 65188 7753 4949 65189 7753 4949 65190 15481 5163 65191 7754 4950 65192 7755 4948 65193 2509 4947 65194 15480 4951 65195 7547 4644 65196 2510 4952 65197 15370 4645 65198 7752 4943 65199 2510 4952 65200 15390 4671 65201 7756 4955 65202 2510 4952 65203 15479 4954 65204 7757 4953 65205 2510 4952 65206 15482 4956 65207 7546 4666 65208 2511 4957 65209 15389 4684 65210 7758 4958 65211 2511 4957 65212 15369 4665 65213 7758 4958 65214 15483 5161 65215 7759 4959 65216 7759 4959 65217 15481 5163 65218 7753 4949 65219 7762 4961 65220 15386 4691 65221 7555 4690 65222 7555 4690 65223 15343 4686 65224 7760 4962 65225 7761 4964 65226 2512 4960 65227 15484 4963 65228 7761 4964 65229 15485 4972 65230 7762 4961 65231 7765 4966 65232 15344 4710 65233 7554 4703 65234 7554 4703 65235 15385 4702 65236 7763 4967 65237 7763 4967 65238 15487 4979 65239 7764 4968 65240 7765 4966 65241 2513 4965 65242 15486 4969 65243 7543 4619 65244 2514 4970 65245 15374 4620 65246 7762 4961 65247 2514 4970 65248 15386 4691 65249 7766 4973 65250 2514 4970 65251 15485 4972 65252 7767 4971 65253 2514 4970 65254 15488 4974 65255 7542 4640 65256 2515 4975 65257 15385 4702 65258 7768 4976 65259 2515 4975 65260 15373 4804 65261 7769 4978 65262 2515 4975 65263 15489 4977 65264 7763 4967 65265 2515 4975 65266 15487 4979 65267 7772 4981 65268 15338 4852 65269 7561 4720 65270 7561 4720 65271 15384 4719 65272 7770 4982 65273 7770 4982 65274 15491 4994 65275 7771 4983 65276 7772 4981 65277 2516 4980 65278 15490 4984 65279 7775 4986 65280 15381 4708 65281 7558 4707 65282 7558 4707 65283 15344 4710 65284 7773 4987 65285 7774 4989 65286 2517 4985 65287 15492 4988 65288 7774 4989 65289 15493 4997 65290 7775 4986 65291 7541 4615 65292 2518 4990 65293 15384 4719 65294 7541 4615 65295 15380 4614 65296 7776 4991 65297 7777 4993 65298 2518 4990 65299 15494 4992 65300 7770 4982 65301 2518 4990 65302 15491 4994 65303 7779 4996 65304 15377 4594 65305 7538 4593 65306 7775 4986 65307 2519 4995 65308 15381 4708 65309 7778 4998 65310 2519 4995 65311 15493 4997 65312 7779 4996 65313 2519 4995 65314 15495 4999 65315 7693 5003 65316 2520 5000 65317 15444 5002 65318 7780 5004 65319 2520 5000 65320 15343 4686 65321 7781 5006 65322 2520 5000 65323 15496 5005 65324 7781 5006 65325 15497 5010 65326 7782 5001 65327 7784 5008 65328 15333 5180 65329 7692 5009 65330 7692 5009 65331 15444 5002 65332 7782 5001 65333 7783 5011 65334 2521 5007 65335 15497 5010 65336 7784 5008 65337 2521 5007 65338 15498 5012 65339 9666 4724 65340 2522 5013 65341 15339 4725 65342 9682 5016 65343 2522 5013 65344 16442 5015 65345 7785 5014 65346 2522 5013 65347 15500 5017 65348 7693 5003 65349 2523 5018 65350 15343 4686 65351 7788 5020 65352 2523 5018 65353 15444 5002 65354 7788 5020 65355 15503 5027 65356 7789 5021 65357 7790 5019 65358 2523 5018 65359 15502 5022 65360 7788 5020 65361 15444 5002 65362 7692 5009 65363 7692 5009 65364 15333 5180 65365 7791 5024 65366 7792 5026 65367 2524 5023 65368 15504 5025 65369 7788 5020 65370 2524 5023 65371 15503 5027 65372 7689 4853 65373 2525 5028 65374 15442 4849 65375 7689 4853 65376 15338 4852 65377 7793 5030 65378 7794 5032 65379 2525 5028 65380 15505 5031 65381 7794 5032 65382 15506 5035 65383 7795 5029 65384 7499 5034 65385 15307 18848 65386 7500 4850 65387 7500 4850 65388 15442 4849 65389 7795 5029 65390 7796 5036 65391 2526 5033 65392 15506 5035 65393 7499 5034 65394 2526 5033 65395 15507 5037 65396 7536 4576 65397 15363 4575 65398 7804 5039 65399 7845 5041 65400 2527 5038 65401 15513 5040 65402 7845 5041 65403 15516 5046 65404 7809 5042 65405 7809 5042 65406 15367 4577 65407 7536 4576 65408 7845 5041 65409 15513 5040 65410 7803 5044 65411 7803 5044 65412 15362 4581 65413 7537 4580 65414 7537 4580 65415 15368 4585 65416 7810 5045 65417 7845 5041 65418 2528 5043 65419 15516 5046 65420 7813 5049 65421 2529 5047 65422 15371 5048 65423 7813 5049 65424 15518 5054 65425 7846 5050 65426 7815 5052 65427 2529 5047 65428 15519 5051 65429 7815 5052 65430 15391 4654 65431 7548 4653 65432 7814 5055 65433 2530 5053 65434 15518 5054 65435 7814 5055 65436 15372 4658 65437 7549 4657 65438 7549 4657 65439 15392 4662 65440 7816 5056 65441 7816 5056 65442 15519 5051 65443 7846 5050 65444 7815 5052 65445 2531 5057 65446 15391 4654 65447 7815 5052 65448 15519 5051 65449 7847 5058 65450 7847 5058 65451 15511 5090 65452 7799 5059 65453 7552 4676 65454 2531 5057 65455 15340 4677 65456 7847 5058 65457 15519 5051 65458 7816 5056 65459 7553 4680 65460 2532 5060 65461 15392 4662 65462 7800 5061 65463 2532 5060 65464 15341 4695 65465 7800 5061 65466 15511 5090 65467 7847 5058 65468 7820 5065 65469 2533 5062 65470 15521 5064 65471 7820 5065 65472 15394 5087 65473 7563 5066 65474 7797 4511 65475 2533 5062 65476 15331 5067 65477 7797 4511 65478 15509 4510 65479 7848 5063 65480 7580 4587 65481 15404 17177 65482 7817 5069 65483 7849 5071 65484 2534 5068 65485 15520 5070 65486 7849 5071 65487 15514 5076 65488 7805 5072 65489 7805 5072 65490 15361 4588 65491 7580 4587 65492 7818 5074 65493 2535 5073 65494 15520 5070 65495 7818 5074 65496 15405 17180 65497 7583 4569 65498 7583 4569 65499 15364 4568 65500 7806 5075 65501 7849 5071 65502 2535 5073 65503 15514 5076 65504 7821 5080 65505 2536 5077 65506 15443 5079 65507 7821 5080 65508 15523 5084 65509 7850 5081 65510 7819 5082 65511 2536 5077 65512 15521 5064 65513 7819 5082 65514 15334 5509 65515 7690 5078 65516 7822 5085 65517 2537 5083 65518 15523 5084 65519 7822 5085 65520 15447 5094 65521 7699 5086 65522 7820 5065 65523 2537 5083 65524 15394 5087 65525 7820 5065 65526 15521 5064 65527 7850 5081 65528 7691 5089 65529 15340 4677 65530 7799 5059 65531 7851 5091 65532 2538 5088 65533 15511 5090 65534 7851 5091 65535 15523 5084 65536 7821 5080 65537 7691 5089 65538 2538 5088 65539 15443 5079 65540 7800 5061 65541 2539 5092 65542 15511 5090 65543 7800 5061 65544 15341 4695 65545 7698 5093 65546 7822 5085 65547 2539 5092 65548 15447 5094 65549 7822 5085 65550 15523 5084 65551 7851 5091 65552 7808 5096 65553 2540 5095 65554 15366 4744 65555 7808 5096 65556 15515 5101 65557 7852 5097 65558 7824 5099 65559 2540 5095 65560 15524 5098 65561 7824 5099 65562 15449 5114 65563 7703 4856 65564 7807 5102 65565 2541 5100 65566 15515 5101 65567 7807 5102 65568 15365 4765 65569 7702 4860 65570 7702 4860 65571 15448 5112 65572 7823 5103 65573 7852 5097 65574 2541 5100 65575 15524 5098 65576 7805 5072 65577 2542 5104 65578 15361 4588 65579 7805 5072 65580 15514 5076 65581 7853 5105 65582 7826 5107 65583 2542 5104 65584 15525 5106 65585 7826 5107 65586 15451 4862 65587 7706 4861 65588 7853 5105 65589 15514 5076 65590 7806 5075 65591 7705 4855 65592 2543 5108 65593 15364 4568 65594 7705 4855 65595 15450 4858 65596 7825 5109 65597 7853 5105 65598 2543 5108 65599 15525 5106 65600 7707 4863 65601 15451 4862 65602 7826 5107 65603 7854 5111 65604 2544 5110 65605 15525 5106 65606 7854 5111 65607 15524 5098 65608 7823 5103 65609 7707 4863 65610 2544 5110 65611 15448 5112 65612 7825 5109 65613 2545 5113 65614 15525 5106 65615 7825 5109 65616 15450 4858 65617 7704 4857 65618 7824 5099 65619 2545 5113 65620 15449 5114 65621 7824 5099 65622 15524 5098 65623 7854 5111 65624 7812 5116 65625 2546 5115 65626 15370 4645 65627 7855 5118 65628 2546 5115 65629 15517 5117 65630 7855 5118 65631 15526 5123 65632 7827 5119 65633 7827 5119 65634 15473 4926 65635 7740 4925 65636 7855 5118 65637 15517 5117 65638 7811 5121 65639 7747 4933 65640 2547 5120 65641 15369 4665 65642 7747 4933 65643 15476 4936 65644 7828 5122 65645 7855 5118 65646 2547 5120 65647 15526 5123 65648 7807 5102 65649 2548 5124 65650 15365 4765 65651 7807 5102 65652 15515 5101 65653 7856 5125 65654 7830 5127 65655 2548 5124 65656 15527 5126 65657 7830 5127 65658 15477 4939 65659 7748 4938 65660 7808 5096 65661 2549 5128 65662 15515 5101 65663 7808 5096 65664 15366 4744 65665 7744 4929 65666 7744 4929 65667 15474 4931 65668 7829 5129 65669 7829 5129 65670 15527 5126 65671 7856 5125 65672 7830 5127 65673 2550 5130 65674 15477 4939 65675 7830 5127 65676 15527 5126 65677 7857 5131 65678 7832 5133 65679 2550 5130 65680 15528 5132 65681 7832 5133 65682 15475 4941 65683 7749 4940 65684 7829 5129 65685 2551 5134 65686 15527 5126 65687 7743 4930 65688 2551 5134 65689 15474 4931 65690 7743 4930 65691 15472 18849 65692 7831 5135 65693 7831 5135 65694 15528 5132 65695 7857 5131 65696 7832 5133 65697 2552 5136 65698 15475 4941 65699 7832 5133 65700 15528 5132 65701 7858 5137 65702 7858 5137 65703 15526 5123 65704 7828 5122 65705 7746 4935 65706 2552 5136 65707 15476 4936 65708 7831 5135 65709 2553 5138 65710 15528 5132 65711 7831 5135 65712 15472 18849 65713 7741 4927 65714 7827 5119 65715 2553 5138 65716 15473 4926 65717 7827 5119 65718 15526 5123 65719 7858 5137 65720 7811 5121 65721 2554 5139 65722 15369 4665 65723 7859 5140 65724 2554 5139 65725 15517 5117 65726 7859 5140 65727 15529 5144 65728 7834 5141 65729 7834 5141 65730 15483 5161 65731 7758 4958 65732 7859 5140 65733 15517 5117 65734 7812 5116 65735 7757 4953 65736 2555 5142 65737 15370 4645 65738 7757 4953 65739 15482 4956 65740 7833 5143 65741 7859 5140 65742 2555 5142 65743 15529 5144 65744 7801 5146 65745 2556 5145 65746 15339 4725 65747 7860 5148 65748 2556 5145 65749 15512 5147 65750 7860 5148 65751 15530 5153 65752 7835 5149 65753 7835 5149 65754 15478 4945 65755 7750 4944 65756 7860 5148 65757 15512 5147 65758 7802 5151 65759 7755 4948 65760 2557 5150 65761 15343 4686 65762 7755 4948 65763 15480 4951 65764 7836 5152 65765 7860 5148 65766 2557 5150 65767 15530 5153 65768 7754 4950 65769 15481 5163 65770 7838 5155 65771 7861 5157 65772 2558 5154 65773 15531 5156 65774 7861 5157 65775 15530 5153 65776 7836 5152 65777 7754 4950 65778 2558 5154 65779 15480 4951 65780 7861 5157 65781 15531 5156 65782 7837 5159 65783 7751 4946 65784 2559 5158 65785 15479 4954 65786 7835 5149 65787 2559 5158 65788 15478 4945 65789 7861 5157 65790 2559 5158 65791 15530 5153 65792 7834 5141 65793 2560 5160 65794 15483 5161 65795 7862 5162 65796 2560 5160 65797 15529 5144 65798 7862 5162 65799 15531 5156 65800 7838 5155 65801 7759 4959 65802 2560 5160 65803 15481 5163 65804 7862 5162 65805 15529 5144 65806 7833 5143 65807 7756 4955 65808 2561 5164 65809 15482 4956 65810 7756 4955 65811 15479 4954 65812 7837 5159 65813 7862 5162 65814 2561 5164 65815 15531 5156 65816 7780 5004 65817 15343 4686 65818 7802 5151 65819 7863 5166 65820 2562 5165 65821 15512 5147 65822 7863 5166 65823 15532 5170 65824 7839 5167 65825 7839 5167 65826 15496 5005 65827 7780 5004 65828 7863 5166 65829 15512 5147 65830 7801 5146 65831 7801 5146 65832 15339 4725 65833 7785 5014 65834 7785 5014 65835 15500 5017 65836 7840 5169 65837 7863 5166 65838 2563 5168 65839 15532 5170 65840 7497 5172 65841 15308 5479 65842 7496 5173 65843 7864 5175 65844 2564 5171 65845 15510 5174 65846 7864 5175 65847 15533 5182 65848 7842 5176 65849 7497 5172 65850 2564 5171 65851 15499 5177 65852 7864 5175 65853 15510 5174 65854 7798 5179 65855 7784 5008 65856 2565 5178 65857 15333 5180 65858 7784 5008 65859 15498 5012 65860 7841 5181 65861 7864 5175 65862 2565 5178 65863 15533 5182 65864 7781 5006 65865 15496 5005 65866 7839 5167 65867 7865 5184 65868 2566 5183 65869 15532 5170 65870 7865 5184 65871 15534 5189 65872 7843 5185 65873 7781 5006 65874 2566 5183 65875 15497 5010 65876 7865 5184 65877 15532 5170 65878 7840 5169 65879 7786 5187 65880 2567 5186 65881 15500 5017 65882 7786 5187 65883 15501 5193 65884 7844 5188 65885 7865 5184 65886 2567 5186 65887 15534 5189 65888 7783 5011 65889 15497 5010 65890 7843 5185 65891 7866 5191 65892 2568 5190 65893 15534 5189 65894 7841 5181 65895 2568 5190 65896 15533 5182 65897 7783 5011 65898 2568 5190 65899 15498 5012 65900 7866 5191 65901 15534 5189 65902 7844 5188 65903 7787 5194 65904 2569 5192 65905 15501 5193 65906 7842 5176 65907 2569 5192 65908 15499 5177 65909 7866 5191 65910 2569 5192 65911 15533 5182 65912 7527 4524 65913 15348 17187 65914 7877 5196 65915 7910 5198 65916 2570 5195 65917 15540 5197 65918 7910 5198 65919 15541 5204 65920 7878 5199 65921 7878 5199 65922 15350 4525 65923 7527 4524 65924 7910 5198 65925 15540 5197 65926 7876 5201 65927 7528 4528 65928 2571 5200 65929 15347 5202 65930 7528 4528 65931 15351 4533 65932 7879 5203 65933 7910 5198 65934 2571 5200 65935 15541 5204 65936 7539 4602 65937 15378 5594 65938 7882 5206 65939 7911 5208 65940 2572 5205 65941 15543 5207 65942 7911 5208 65943 15545 5214 65944 7886 5209 65945 7886 5209 65946 15382 4603 65947 7539 4602 65948 7911 5208 65949 15543 5207 65950 7883 5211 65951 7540 4606 65952 2573 5210 65953 15379 5212 65954 7540 4606 65955 15383 4611 65956 7887 5213 65957 7911 5208 65958 2573 5210 65959 15545 5214 65960 7886 5209 65961 2574 5215 65962 15382 4603 65963 7912 5216 65964 2574 5215 65965 15545 5214 65966 7912 5216 65967 15537 5220 65968 7871 5217 65969 7559 4712 65970 2574 5215 65971 15342 4700 65972 7912 5216 65973 15545 5214 65974 7887 5213 65975 7560 4714 65976 2575 5218 65977 15383 4611 65978 7560 4714 65979 15336 4717 65980 7870 5219 65981 7912 5216 65982 2575 5218 65983 15537 5220 65984 7562 5222 65985 15393 5243 65986 7891 5223 65987 7913 5225 65988 2576 5221 65989 15547 5224 65990 7913 5225 65991 15535 4501 65992 7868 4500 65993 7562 5222 65994 2576 5221 65995 15330 5226 65996 7913 5225 65997 15547 5224 65998 7890 5228 65999 7638 4735 66000 2577 5227 66001 15335 4838 66002 7638 4735 66003 15329 4734 66004 7867 5229 66005 7913 5225 66006 2577 5227 66007 15535 4501 66008 7564 4535 66009 15396 4530 66010 7888 5231 66011 7914 5233 66012 2578 5230 66013 15546 5232 66014 7914 5233 66015 15539 5265 66016 7875 5234 66017 7875 5234 66018 15346 4536 66019 7564 4535 66020 7889 5236 66021 2579 5235 66022 15546 5232 66023 7889 5236 66024 15397 18847 66025 7566 4518 66026 7566 4518 66027 15345 4517 66028 7874 5237 66029 7874 5237 66030 15539 5265 66031 7914 5233 66032 7697 5239 66033 15446 5249 66034 7893 5240 66035 7915 5242 66036 2580 5238 66037 15549 5241 66038 7915 5242 66039 15547 5224 66040 7891 5223 66041 7697 5239 66042 2580 5238 66043 15393 5243 66044 7915 5242 66045 15549 5241 66046 7892 5245 66047 7687 4839 66048 2581 5244 66049 15441 4844 66050 7687 4839 66051 15335 4838 66052 7890 5228 66053 7915 5242 66054 2581 5244 66055 15547 5224 66056 7696 5247 66057 15342 4700 66058 7871 5217 66059 7871 5217 66060 15537 5220 66061 7916 5248 66062 7916 5248 66063 15549 5241 66064 7893 5240 66065 7696 5247 66066 2582 5246 66067 15446 5249 66068 7870 5219 66069 2583 5250 66070 15537 5220 66071 7870 5219 66072 15336 4717 66073 7688 4845 66074 7688 4845 66075 15441 4844 66076 7892 5245 66077 7892 5245 66078 15549 5241 66079 7916 5248 66080 7880 5252 66081 2584 5251 66082 15349 4810 66083 7917 5254 66084 2584 5251 66085 15542 5253 66086 7894 5256 66087 2584 5251 66088 15550 5255 66089 7894 5256 66090 15456 5271 66091 7715 4881 66092 7917 5254 66093 15542 5253 66094 7881 5258 66095 7714 4875 66096 2585 5257 66097 15352 4831 66098 7714 4875 66099 15457 5269 66100 7895 5259 66101 7895 5259 66102 15550 5255 66103 7917 5254 66104 7875 5234 66105 2586 5260 66106 15346 4536 66107 7875 5234 66108 15539 5265 66109 7918 5261 66110 7896 5263 66111 2586 5260 66112 15551 5262 66113 7896 5263 66114 15458 4877 66115 7716 4876 66116 7874 5237 66117 2587 5264 66118 15539 5265 66119 7719 4880 66120 2587 5264 66121 15345 4517 66122 7719 4880 66123 15459 4883 66124 7897 5266 66125 7897 5266 66126 15551 5262 66127 7918 5261 66128 7896 5263 66129 2588 5267 66130 15458 4877 66131 7896 5263 66132 15551 5262 66133 7919 5268 66134 7895 5259 66135 2588 5267 66136 15550 5255 66137 7717 4878 66138 2588 5267 66139 15457 5269 66140 7897 5266 66141 2589 5270 66142 15551 5262 66143 7897 5266 66144 15459 4883 66145 7718 4882 66146 7894 5256 66147 2589 5270 66148 15456 5271 66149 7894 5256 66150 15550 5255 66151 7919 5268 66152 7884 5273 66153 2590 5272 66154 15377 4594 66155 7920 5275 66156 2590 5272 66157 15544 5274 66158 7920 5275 66159 15552 5280 66160 7899 5276 66161 7899 5276 66162 15464 4897 66163 7725 4896 66164 7920 5275 66165 15544 5274 66166 7885 5278 66167 7722 4885 66168 2591 5277 66169 15380 4614 66170 7722 4885 66171 15461 4888 66172 7898 5279 66173 7920 5275 66174 2591 5277 66175 15552 5280 66176 7881 5258 66177 2592 5281 66178 15352 4831 66179 7921 5282 66180 2592 5281 66181 15542 5253 66182 7900 5284 66183 2592 5281 66184 15553 5283 66185 7900 5284 66186 15462 4891 66187 7723 4890 66188 7921 5282 66189 15542 5253 66190 7880 5252 66191 7729 4900 66192 2593 5285 66193 15349 4810 66194 7729 4900 66195 15465 4903 66196 7901 5286 66197 7921 5282 66198 2593 5285 66199 15553 5283 66200 7900 5284 66201 2594 5287 66202 15462 4891 66203 7900 5284 66204 15553 5283 66205 7922 5288 66206 7902 5290 66207 2594 5287 66208 15554 5289 66209 7902 5290 66210 15460 4893 66211 7724 4892 66212 7922 5288 66213 15553 5283 66214 7901 5286 66215 7728 4902 66216 2595 5291 66217 15465 4903 66218 7728 4902 66219 15463 4901 66220 7903 5292 66221 7922 5288 66222 2595 5291 66223 15554 5289 66224 7721 4887 66225 15460 4893 66226 7902 5290 66227 7923 5294 66228 2596 5293 66229 15554 5289 66230 7923 5294 66231 15552 5280 66232 7898 5279 66233 7721 4887 66234 2596 5293 66235 15461 4888 66236 7923 5294 66237 15554 5289 66238 7903 5292 66239 7726 4898 66240 2597 5295 66241 15463 4901 66242 7899 5276 66243 2597 5295 66244 15464 4897 66245 7923 5294 66246 2597 5295 66247 15552 5280 66248 7776 4991 66249 15380 4614 66250 7885 5278 66251 7924 5297 66252 2598 5296 66253 15544 5274 66254 7924 5297 66255 15555 5301 66256 7904 5298 66257 7904 5298 66258 15494 4992 66259 7776 4991 66260 7924 5297 66261 15544 5274 66262 7884 5273 66263 7779 4996 66264 2599 5299 66265 15377 4594 66266 7779 4996 66267 15495 4999 66268 7905 5300 66269 7924 5297 66270 2599 5299 66271 15555 5301 66272 7873 5303 66273 2600 5302 66274 15344 4710 66275 7925 5305 66276 2600 5302 66277 15538 5304 66278 7907 5307 66279 2600 5302 66280 15556 5306 66281 7907 5307 66282 15492 4988 66283 7773 4987 66284 7925 5305 66285 15538 5304 66286 7872 5309 66287 7772 4981 66288 2601 5308 66289 15338 4852 66290 7772 4981 66291 15490 4984 66292 7906 5310 66293 7906 5310 66294 15556 5306 66295 7925 5305 66296 7771 4983 66297 15491 4994 66298 7908 5312 66299 7926 5314 66300 2602 5311 66301 15557 5313 66302 7926 5314 66303 15556 5306 66304 7906 5310 66305 7771 4983 66306 2602 5311 66307 15490 4984 66308 7909 5316 66309 2603 5315 66310 15557 5313 66311 7909 5316 66312 15493 4997 66313 7774 4989 66314 7907 5307 66315 2603 5315 66316 15492 4988 66317 7907 5307 66318 15556 5306 66319 7926 5314 66320 7904 5298 66321 2604 5317 66322 15494 4992 66323 7904 5298 66324 15555 5301 66325 7927 5318 66326 7908 5312 66327 2604 5317 66328 15557 5313 66329 7908 5312 66330 15491 4994 66331 7777 4993 66332 7927 5318 66333 15555 5301 66334 7905 5300 66335 7778 4998 66336 2605 5319 66337 15495 4999 66338 7778 4998 66339 15493 4997 66340 7909 5316 66341 7909 5316 66342 15557 5313 66343 7927 5318 66344 7793 5030 66345 15338 4852 66346 7872 5309 66347 9524 5321 66348 2606 5320 66349 15538 5304 66350 9524 5321 66351 15581 18850 66352 9527 5322 66353 7793 5030 66354 2606 5320 66355 15505 5031 66356 7498 5326 66357 2607 5323 66358 15536 5325 66359 7498 5326 66360 15307 18848 66361 7499 5034 66362 9526 5327 66363 2607 5323 66364 15507 5037 66365 9526 5327 66366 15582 5334 66367 9523 5324 66368 7794 5032 66369 15505 5031 66370 9527 5322 66371 9527 5322 66372 15581 18850 66373 9521 5329 66374 9525 5331 66375 2608 5328 66376 15508 5330 66377 7794 5032 66378 2608 5328 66379 15506 5035 66380 7796 5036 66381 15506 5035 66382 9525 5331 66383 9525 5331 66384 15508 5330 66385 9520 5333 66386 9526 5327 66387 2609 5332 66388 15582 5334 66389 7796 5036 66390 2609 5332 66391 15507 5037 66392 7937 5337 66393 2610 5335 66394 15355 5336 66395 7974 5339 66396 2610 5335 66397 15562 5338 66398 7974 5339 66399 15565 5345 66400 7942 5340 66401 7942 5340 66402 15359 4551 66403 7532 4550 66404 7974 5339 66405 15562 5338 66406 7936 5342 66407 7533 4554 66408 2611 5341 66409 15354 5343 66410 7533 4554 66411 15360 4559 66412 7943 5344 66413 7974 5339 66414 2611 5341 66415 15565 5345 66416 7544 4628 66417 15375 4627 66418 7946 5347 66419 7975 5349 66420 2612 5346 66421 15567 5348 66422 7975 5349 66423 15568 5354 66424 7948 5350 66425 7948 5350 66426 15387 4629 66427 7544 4628 66428 7975 5349 66429 15567 5348 66430 7947 5352 66431 7947 5352 66432 15376 5645 66433 7545 4632 66434 7545 4632 66435 15388 4637 66436 7949 5353 66437 7975 5349 66438 2613 5351 66439 15568 5354 66440 7948 5350 66441 2614 5355 66442 15387 4629 66443 7948 5350 66444 15568 5354 66445 7976 5356 66446 7976 5356 66447 15560 5360 66448 7932 5357 66449 7932 5357 66450 15341 4695 66451 7556 4694 66452 7976 5356 66453 15568 5354 66454 7949 5353 66455 7557 4697 66456 2615 5358 66457 15388 4637 66458 7557 4697 66459 15342 4700 66460 7933 5359 66461 7976 5356 66462 2615 5358 66463 15560 5360 66464 7563 5066 66465 15394 5087 66466 7951 5362 66467 7977 5364 66468 2616 5361 66469 15569 5363 66470 7977 5364 66471 15558 4489 66472 7929 4496 66473 7563 5066 66474 2616 5361 66475 15331 5067 66476 7950 5366 66477 2617 5365 66478 15569 5363 66479 7562 5222 66480 2617 5365 66481 15393 5243 66482 7928 4485 66483 2617 5365 66484 15330 5226 66485 7928 4485 66486 15558 4489 66487 7977 5364 66488 7952 5368 66489 2618 5367 66490 15400 4556 66491 7952 5368 66492 15570 5373 66493 7978 5369 66494 7938 5371 66495 2618 5367 66496 15563 5370 66497 7938 5371 66498 15353 4562 66499 7572 4561 66500 7953 5374 66501 2619 5372 66502 15570 5373 66503 7953 5374 66504 15401 4548 66505 7575 4543 66506 7575 4543 66507 15356 4542 66508 7939 5375 66509 7939 5375 66510 15563 5370 66511 7978 5369 66512 7699 5086 66513 15447 5094 66514 7955 5377 66515 7979 5379 66516 2620 5376 66517 15572 5378 66518 7979 5379 66519 15569 5363 66520 7951 5362 66521 7699 5086 66522 2620 5376 66523 15394 5087 66524 7979 5379 66525 15572 5378 66526 7954 5381 66527 7697 5239 66528 2621 5380 66529 15446 5249 66530 7697 5239 66531 15393 5243 66532 7950 5366 66533 7979 5379 66534 2621 5380 66535 15569 5363 66536 7698 5093 66537 15341 4695 66538 7932 5357 66539 7980 5383 66540 2622 5382 66541 15560 5360 66542 7980 5383 66543 15572 5378 66544 7955 5377 66545 7698 5093 66546 2622 5382 66547 15447 5094 66548 7980 5383 66549 15560 5360 66550 7933 5359 66551 7933 5359 66552 15342 4700 66553 7696 5247 66554 7954 5381 66555 2623 5384 66556 15446 5249 66557 7954 5381 66558 15572 5378 66559 7980 5383 66560 7941 5386 66561 2624 5385 66562 15358 4777 66563 7941 5386 66564 15564 5391 66565 7981 5387 66566 7957 5389 66567 2624 5385 66568 15573 5388 66569 7957 5389 66570 15453 5404 66571 7709 4866 66572 7940 5392 66573 2625 5390 66574 15564 5391 66575 7708 4870 66576 2625 5390 66577 15357 4797 66578 7708 4870 66579 15452 5402 66580 7956 5393 66581 7956 5393 66582 15573 5388 66583 7981 5387 66584 7938 5371 66585 2626 5394 66586 15353 4562 66587 7938 5371 66588 15563 5370 66589 7982 5395 66590 7959 5397 66591 2626 5394 66592 15574 5396 66593 7959 5397 66594 15455 4872 66595 7712 4871 66596 7939 5375 66597 2627 5398 66598 15563 5370 66599 7711 4865 66600 2627 5398 66601 15356 4542 66602 7711 4865 66603 15454 4868 66604 7958 5399 66605 7958 5399 66606 15574 5396 66607 7982 5395 66608 7713 4873 66609 15455 4872 66610 7959 5397 66611 7959 5397 66612 15574 5396 66613 7983 5401 66614 7983 5401 66615 15573 5388 66616 7956 5393 66617 7713 4873 66618 2628 5400 66619 15452 5402 66620 7958 5399 66621 2629 5403 66622 15574 5396 66623 7958 5399 66624 15454 4868 66625 7710 4867 66626 7957 5389 66627 2629 5403 66628 15453 5404 66629 7957 5389 66630 15573 5388 66631 7983 5401 66632 7945 5406 66633 2630 5405 66634 15374 4620 66635 7945 5406 66636 15566 5411 66637 7984 5407 66638 7960 5409 66639 2630 5405 66640 15575 5408 66641 7960 5409 66642 15467 4908 66643 7730 4907 66644 7944 5412 66645 2631 5410 66646 15566 5411 66647 7737 4915 66648 2631 5410 66649 15373 4804 66650 7737 4915 66651 15470 4918 66652 7961 5413 66653 7961 5413 66654 15575 5408 66655 7984 5407 66656 7940 5392 66657 2632 5414 66658 15357 4797 66659 7985 5415 66660 2632 5414 66661 15564 5391 66662 7963 5417 66663 2632 5414 66664 15576 5416 66665 7963 5417 66666 15471 4921 66667 7738 4920 66668 7941 5386 66669 2633 5418 66670 15564 5391 66671 7734 4911 66672 2633 5418 66673 15358 4777 66674 7734 4911 66675 15468 4913 66676 7962 5419 66677 7985 5415 66678 2633 5418 66679 15576 5416 66680 7963 5417 66681 2634 5420 66682 15471 4921 66683 7963 5417 66684 15576 5416 66685 7986 5421 66686 7965 5423 66687 2634 5420 66688 15577 5422 66689 7965 5423 66690 15469 5428 66691 7739 4922 66692 7962 5419 66693 2635 5424 66694 15576 5416 66695 7733 4912 66696 2635 5424 66697 15468 4913 66698 7964 5426 66699 2635 5424 66700 15466 5425 66701 7964 5426 66702 15577 5422 66703 7986 5421 66704 7965 5423 66705 2636 5427 66706 15469 5428 66707 7965 5423 66708 15577 5422 66709 7987 5429 66710 7961 5413 66711 2636 5427 66712 15575 5408 66713 7736 4917 66714 2636 5427 66715 15470 4918 66716 7964 5426 66717 2637 5430 66718 15577 5422 66719 7964 5426 66720 15466 5425 66721 7731 4909 66722 7960 5409 66723 2637 5430 66724 15467 4908 66725 7960 5409 66726 15575 5408 66727 7987 5429 66728 7944 5412 66729 2638 5431 66730 15373 4804 66731 7944 5412 66732 15566 5411 66733 7988 5432 66734 7967 5434 66735 2638 5431 66736 15578 5433 66737 7967 5434 66738 15489 4977 66739 7768 4976 66740 7945 5406 66741 2639 5435 66742 15566 5411 66743 7767 4971 66744 2639 5435 66745 15374 4620 66746 7767 4971 66747 15488 4974 66748 7966 5436 66749 7966 5436 66750 15578 5433 66751 7988 5432 66752 7934 5438 66753 2640 5437 66754 15343 4686 66755 7934 5438 66756 15561 5443 66757 7989 5439 66758 7968 5441 66759 2640 5437 66760 15579 5440 66761 7968 5441 66762 15484 4963 66763 7760 4962 66764 7935 5444 66765 2641 5442 66766 15561 5443 66767 7935 5444 66768 15344 4710 66769 7765 4966 66770 7969 5445 66771 2641 5442 66772 15486 4969 66773 7969 5445 66774 15579 5440 66775 7989 5439 66776 7971 5447 66777 2642 5446 66778 15487 4979 66779 7971 5447 66780 15580 5450 66781 7990 5448 66782 7969 5445 66783 2642 5446 66784 15579 5440 66785 7764 4968 66786 2642 5446 66787 15486 4969 66788 7970 5451 66789 2643 5449 66790 15580 5450 66791 7970 5451 66792 15485 4972 66793 7761 4964 66794 7968 5441 66795 2643 5449 66796 15484 4963 66797 7968 5441 66798 15579 5440 66799 7990 5448 66800 7967 5434 66801 2644 5452 66802 15489 4977 66803 7967 5434 66804 15578 5433 66805 7991 5453 66806 7971 5447 66807 2644 5452 66808 15580 5450 66809 7971 5447 66810 15487 4979 66811 7769 4978 66812 7966 5436 66813 2645 5454 66814 15578 5433 66815 7766 4973 66816 2645 5454 66817 15488 4974 66818 7970 5451 66819 2645 5454 66820 15485 4972 66821 7970 5451 66822 15580 5450 66823 7991 5453 66824 7791 5024 66825 15333 5180 66826 7931 5456 66827 7992 5458 66828 2646 5455 66829 15559 5457 66830 7992 5458 66831 15582 5334 66832 7973 5459 66833 7973 5459 66834 15504 5025 66835 7791 5024 66836 9521 5329 66837 15581 18850 66838 7972 5461 66839 7972 5461 66840 15502 5022 66841 7789 5021 66842 9522 5462 66843 2647 5460 66844 15503 5027 66845 9522 5462 66846 15508 5330 66847 9521 5329 66848 9522 5462 66849 2648 5463 66850 15508 5330 66851 9522 5462 66852 15503 5027 66853 7792 5026 66854 7973 5459 66855 2648 5463 66856 15504 5025 66857 7973 5459 66858 15582 5334 66859 9520 5333 66860 9672 5467 66861 2649 5464 66862 16451 5466 66863 9672 5467 66864 15588 8747 66865 8000 5468 66866 8000 5468 66867 15583 5499 66868 7993 5469 66869 9676 5465 66870 2649 5464 66871 15328 5470 66872 9646 5474 66873 2650 5471 66874 16449 5473 66875 9646 5474 66876 16450 4730 66877 9668 4729 66878 9671 5475 66879 2650 5471 66880 15340 4677 66881 9671 5475 66882 16434 8710 66883 9623 5472 66884 9677 5477 66885 16451 5466 66886 9678 5478 66887 7497 5172 66888 2651 5476 66889 15308 5479 66890 7497 5172 66891 15499 5177 66892 7995 5480 66893 9677 5477 66894 2651 5476 66895 15584 5481 66896 7786 5187 66897 15500 5017 66898 7996 5483 66899 8001 5485 66900 2652 5482 66901 15585 5484 66902 7997 5487 66903 2652 5482 66904 15586 5486 66905 7786 5187 66906 2652 5482 66907 15501 5193 66908 9680 5489 66909 2653 5488 66910 15585 5484 66911 9680 5489 66912 16440 8732 66913 9636 5490 66914 9679 5492 66915 2653 5488 66916 16452 5491 66917 9679 5492 66918 15586 5486 66919 8001 5485 66920 7997 5487 66921 2654 5493 66922 15501 5193 66923 7997 5487 66924 15586 5486 66925 8002 5494 66926 7995 5480 66927 2654 5493 66928 15584 5481 66929 7995 5480 66930 15499 5177 66931 7787 5194 66932 8002 5494 66933 15586 5486 66934 9679 5492 66935 9679 5492 66936 16452 5491 66937 9647 5496 66938 9647 5496 66939 16451 5466 66940 9677 5477 66941 8002 5494 66942 2655 5495 66943 15584 5481 66944 7998 5498 66945 15328 5470 66946 7993 5469 66947 8003 5500 66948 2656 5497 66949 15583 5499 66950 8003 5500 66951 15589 5505 66952 8004 5501 66953 7998 5498 66954 2656 5497 66955 15587 5502 66956 7999 5504 66957 2657 5503 66958 15509 4510 66959 7999 5504 66960 15587 5502 66961 8004 5501 66962 8005 5506 66963 2657 5503 66964 15589 5505 66965 8005 5506 66966 15521 5064 66967 7848 5063 66968 7819 5082 66969 15521 5064 66970 8005 5506 66971 8003 5500 66972 2658 5507 66973 15589 5505 66974 8003 5500 66975 15583 5499 66976 7994 5508 66977 7819 5082 66978 2658 5507 66979 15334 5509 66980 8010 5511 66981 15400 4556 66982 7573 4555 66983 7573 4555 66984 15354 5343 66985 8008 5512 66986 8008 5512 66987 15592 17115 66988 8009 5513 66989 8010 5511 66990 2659 5510 66991 15593 5514 66992 7803 5044 66993 2660 5515 66994 15362 4581 66995 7803 5044 66996 15513 5040 66997 8014 5517 66998 8014 5517 66999 15597 5523 67000 8015 5518 67001 8012 5516 67002 2660 5515 67003 15595 5519 67004 8014 5517 67005 15513 5040 67006 7804 5039 67007 8013 5521 67008 2661 5520 67009 15363 4575 67010 8013 5521 67011 15596 17142 67012 8016 5522 67013 8014 5517 67014 2661 5520 67015 15597 5523 67016 7876 5201 67017 2662 5524 67018 15347 5202 67019 8018 5526 67020 2662 5524 67021 15540 5197 67022 8018 5526 67023 15599 17108 67024 8019 5527 67025 8006 5525 67026 2662 5524 67027 15590 5528 67028 8007 5530 67029 15397 18847 67030 7889 5236 67031 8020 5531 67032 2663 5529 67033 15546 5232 67034 8020 5531 67035 15600 17138 67036 8021 5532 67037 8007 5530 67038 2663 5529 67039 15591 5533 67040 7936 5342 67041 2664 5534 67042 15354 5343 67043 7936 5342 67044 15562 5338 67045 8022 5535 67046 8023 5537 67047 2664 5534 67048 15601 5536 67049 8023 5537 67050 15592 17115 67051 8008 5512 67052 7937 5337 67053 2665 5538 67054 15562 5338 67055 8011 5539 67056 2665 5538 67057 15355 5336 67058 8024 5541 67059 2665 5538 67060 15594 5540 67061 8024 5541 67062 15601 5536 67063 8022 5535 67064 8026 5543 67065 15522 5556 67066 8030 5544 67067 8049 5546 67068 2666 5542 67069 15604 5545 67070 8050 5548 67071 2666 5542 67072 15614 5547 67073 8026 5543 67074 2666 5542 67075 15602 5549 67076 7644 4754 67077 15425 4751 67078 8025 5551 67079 8025 5551 67080 15602 5549 67081 8050 5548 67082 8051 5552 67083 2667 5550 67084 15614 5547 67085 8051 5552 67086 15371 5048 67087 7644 4754 67088 8051 5552 67089 2668 5553 67090 15371 5048 67091 8051 5552 67092 15614 5547 67093 8049 5546 67094 8049 5546 67095 15604 5545 67096 8029 5554 67097 7813 5049 67098 2668 5553 67099 15518 5054 67100 8028 5557 67101 2669 5555 67102 15522 5556 67103 8052 5559 67104 2669 5555 67105 15603 5558 67106 8053 5561 67107 2669 5555 67108 15615 5560 67109 8053 5561 67110 15604 5545 67111 8030 5544 67112 8029 5554 67113 2670 5562 67114 15518 5054 67115 8053 5561 67116 2670 5562 67117 15604 5545 67118 8053 5561 67119 15615 5560 67120 8054 5563 67121 8054 5563 67122 15372 4658 67123 7814 5055 67124 7646 4763 67125 15372 4658 67126 8054 5563 67127 8052 5559 67128 2671 5564 67129 15615 5560 67130 8052 5559 67131 15603 5558 67132 8027 5565 67133 7646 4763 67134 2671 5564 67135 15426 4758 67136 8026 5543 67137 2672 5566 67138 15522 5556 67139 8055 5568 67140 2672 5566 67141 15602 5549 67142 8056 5570 67143 2672 5566 67144 15616 5569 67145 8056 5570 67146 15605 5573 67147 8032 5567 67148 8031 5572 67149 2673 5571 67150 15516 5046 67151 8056 5570 67152 2673 5571 67153 15605 5573 67154 8056 5570 67155 15616 5569 67156 8057 5574 67157 7809 5042 67158 2673 5571 67159 15367 4577 67160 7643 4750 67161 15367 4577 67162 8057 5574 67163 8055 5568 67164 2674 5575 67165 15616 5569 67166 8055 5568 67167 15602 5549 67168 8025 5551 67169 7643 4750 67170 2674 5575 67171 15425 4751 67172 8032 5567 67173 2675 5576 67174 15522 5556 67175 8032 5567 67176 15605 5573 67177 8058 5577 67178 8059 5579 67179 2675 5576 67180 15617 5578 67181 8028 5557 67182 2675 5576 67183 15603 5558 67184 7645 4759 67185 15426 4758 67186 8027 5565 67187 8027 5565 67188 15603 5558 67189 8059 5579 67190 8060 5581 67191 2676 5580 67192 15617 5578 67193 8060 5581 67194 15368 4585 67195 7645 4759 67196 8060 5581 67197 2677 5582 67198 15368 4585 67199 8060 5581 67200 15617 5578 67201 8058 5577 67202 8031 5572 67203 2677 5582 67204 15605 5573 67205 8031 5572 67206 15516 5046 67207 7810 5045 67208 8034 5584 67209 15548 5598 67210 8038 5585 67211 8061 5587 67212 2678 5583 67213 15608 5586 67214 8061 5587 67215 15618 5592 67216 8062 5588 67217 8034 5584 67218 2678 5583 67219 15606 5589 67220 8033 5591 67221 2679 5590 67222 15436 4817 67223 8033 5591 67224 15606 5589 67225 8062 5588 67226 8063 5593 67227 2679 5590 67228 15618 5592 67229 7674 4820 67230 2679 5590 67231 15378 5594 67232 7882 5206 67233 15378 5594 67234 8063 5593 67235 8061 5587 67236 2680 5595 67237 15618 5592 67238 8061 5587 67239 15608 5586 67240 8037 5596 67241 7882 5206 67242 2680 5595 67243 15543 5207 67244 8036 5599 67245 2681 5597 67246 15548 5598 67247 8064 5601 67248 2681 5597 67249 15607 5600 67250 8064 5601 67251 15619 5604 67252 8065 5602 67253 8065 5602 67254 15608 5586 67255 8038 5585 67256 8037 5596 67257 2682 5603 67258 15543 5207 67259 8037 5596 67260 15608 5586 67261 8065 5602 67262 8066 5605 67263 2682 5603 67264 15619 5604 67265 8066 5605 67266 15379 5212 67267 7883 5211 67268 7676 4829 67269 15379 5212 67270 8066 5605 67271 8064 5601 67272 2683 5606 67273 15619 5604 67274 8064 5601 67275 15607 5600 67276 8035 5607 67277 8035 5607 67278 15437 4824 67279 7676 4829 67280 8034 5584 67281 2684 5608 67282 15548 5598 67283 8034 5584 67284 15606 5589 67285 8067 5610 67286 8068 5612 67287 2684 5608 67288 15620 5611 67289 8068 5612 67290 15609 18851 67291 8040 5609 67292 8039 5614 67293 2685 5613 67294 15541 5204 67295 8039 5614 67296 15609 18851 67297 8068 5612 67298 8068 5612 67299 15620 5611 67300 8069 5615 67301 7878 5199 67302 2685 5613 67303 15350 4525 67304 7673 4816 67305 15350 4525 67306 8069 5615 67307 8067 5610 67308 2686 5616 67309 15620 5611 67310 8067 5610 67311 15606 5589 67312 8033 5591 67313 8033 5591 67314 15436 4817 67315 7673 4816 67316 8040 5609 67317 2687 5617 67318 15548 5598 67319 8040 5609 67320 15609 18851 67321 8070 5618 67322 8071 5620 67323 2687 5617 67324 15621 5619 67325 8036 5599 67326 2687 5617 67327 15607 5600 67328 8035 5607 67329 2688 5621 67330 15437 4824 67331 8035 5607 67332 15607 5600 67333 8071 5620 67334 8072 5622 67335 2688 5621 67336 15621 5619 67337 8072 5622 67338 15351 4533 67339 7675 4825 67340 8072 5622 67341 2689 5623 67342 15351 4533 67343 8072 5622 67344 15621 5619 67345 8070 5618 67346 8070 5618 67347 15609 18851 67348 8039 5614 67349 7879 5203 67350 2689 5623 67351 15541 5204 67352 8042 5625 67353 15571 5650 67354 8046 5626 67355 8073 5628 67356 2690 5624 67357 15612 5627 67358 8074 5630 67359 2690 5624 67360 15622 5629 67361 8042 5625 67362 2690 5624 67363 15610 5631 67364 7660 4786 67365 15431 4783 67366 8041 5633 67367 8041 5633 67368 15610 5631 67369 8074 5630 67370 8075 5634 67371 2691 5632 67372 15622 5629 67373 8075 5634 67374 15375 4627 67375 7660 4786 67376 8075 5634 67377 2692 5635 67378 15375 4627 67379 8075 5634 67380 15622 5629 67381 8073 5628 67382 8073 5628 67383 15612 5627 67384 8045 5636 67385 8045 5636 67386 15567 5348 67387 7946 5347 67388 8046 5626 67389 15571 5650 67390 8044 5638 67391 8076 5640 67392 2693 5637 67393 15611 5639 67394 8077 5642 67395 2693 5637 67396 15623 5641 67397 8046 5626 67398 2693 5637 67399 15612 5627 67400 8045 5636 67401 2694 5643 67402 15567 5348 67403 8045 5636 67404 15612 5627 67405 8077 5642 67406 8077 5642 67407 15623 5641 67408 8078 5644 67409 7947 5352 67410 2694 5643 67411 15376 5645 67412 7662 4795 67413 15376 5645 67414 8078 5644 67415 8076 5640 67416 2695 5646 67417 15623 5641 67418 8076 5640 67419 15611 5639 67420 8043 5647 67421 7662 4795 67422 2695 5646 67423 15432 4791 67424 8042 5625 67425 2696 5648 67426 15571 5650 67427 8042 5625 67428 15610 5631 67429 8079 5651 67430 8080 5653 67431 2696 5648 67432 15624 5652 67433 8080 5653 67434 15613 5656 67435 8048 5649 67436 7942 5340 67437 15565 5345 67438 8047 5655 67439 8080 5653 67440 2697 5654 67441 15613 5656 67442 8080 5653 67443 15624 5652 67444 8081 5657 67445 7942 5340 67446 2697 5654 67447 15359 4551 67448 7659 4782 67449 15359 4551 67450 8081 5657 67451 8079 5651 67452 2698 5658 67453 15624 5652 67454 8079 5651 67455 15610 5631 67456 8041 5633 67457 7659 4782 67458 2698 5658 67459 15431 4783 67460 8048 5649 67461 2699 5659 67462 15571 5650 67463 8048 5649 67464 15613 5656 67465 8082 5660 67466 8083 5662 67467 2699 5659 67468 15625 5661 67469 8083 5662 67470 15611 5639 67471 8044 5638 67472 7661 4792 67473 15432 4791 67474 8043 5647 67475 8043 5647 67476 15611 5639 67477 8083 5662 67478 8084 5664 67479 2700 5663 67480 15625 5661 67481 8084 5664 67482 15360 4559 67483 7661 4792 67484 8084 5664 67485 2701 5665 67486 15360 4559 67487 8084 5664 67488 15625 5661 67489 8082 5660 67490 8047 5655 67491 2701 5665 67492 15613 5656 67493 7943 5344 67494 2701 5665 67495 15565 5345 67496 8085 5667 67497 15628 6314 67498 8429 5668 67499 8428 5670 67500 2702 5666 67501 15637 5669 67502 8428 5670 67503 15654 6080 67504 8322 5671 67505 8085 5667 67506 2702 5666 67507 15629 5672 67508 8429 5668 67509 2703 5673 67510 15637 5669 67511 8429 5668 67512 15628 6314 67513 8086 5675 67514 8427 5677 67515 2703 5673 67516 15630 5676 67517 8427 5677 67518 15638 5703 67519 8088 5674 67520 8115 5679 67521 15666 5901 67522 8112 5680 67523 8096 5682 67524 2704 5678 67525 15650 5681 67526 8096 5682 67527 15649 6076 67528 8111 5683 67529 8115 5679 67530 2704 5678 67531 15665 5684 67532 8120 5688 67533 2705 5685 67534 15674 5687 67535 8120 5688 67536 15669 6430 67537 8116 5689 67538 8116 5689 67539 15670 6434 67540 8121 5690 67541 8123 5686 67542 2705 5685 67543 15675 5691 67544 8122 5695 67545 2706 5692 67546 15676 5694 67547 8117 5697 67548 2706 5692 67549 15671 5696 67550 8117 5697 67551 15668 9185 67552 8119 5698 67553 8119 5698 67554 15673 6404 67555 8124 5693 67556 8129 5702 67557 2707 5699 67558 15683 5701 67559 8129 5702 67560 15637 5669 67561 8088 5674 67562 8128 5704 67563 2707 5699 67564 15638 5703 67565 8128 5704 67566 15682 5771 67567 8132 5700 67568 8130 5708 67569 2708 5705 67570 15684 5707 67571 8130 5708 67572 15639 5712 67573 8089 5709 67574 8129 5702 67575 2708 5705 67576 15637 5669 67577 8129 5702 67578 15683 5701 67579 8133 5706 67580 8130 5708 67581 2709 5710 67582 15639 5712 67583 8130 5708 67584 15684 5707 67585 8134 5713 67586 8430 5715 67587 2709 5710 67588 15685 5714 67589 8430 5715 67590 15660 5721 67591 8241 5711 67592 8131 5719 67593 2710 5716 67594 15687 5718 67595 8131 5719 67596 15652 5847 67597 8103 5720 67598 8430 5715 67599 2710 5716 67600 15660 5721 67601 8430 5715 67602 15685 5714 67603 8135 5717 67604 8147 5723 67605 15692 5750 67606 8139 5724 67607 8105 5726 67608 2711 5722 67609 15655 5725 67610 8141 5728 67611 2711 5722 67612 15657 5727 67613 8141 5728 67614 15694 5731 67615 8147 5723 67616 8141 5728 67617 2712 5729 67618 15694 5731 67619 8141 5728 67620 15657 5727 67621 8106 5732 67622 8144 5734 67623 2712 5729 67624 15662 5733 67625 8144 5734 67626 15697 5737 67627 8148 5730 67628 8144 5734 67629 2713 5735 67630 15697 5737 67631 8144 5734 67632 15662 5733 67633 8326 5738 67634 8326 5738 67635 15663 18852 67636 8145 5739 67637 8145 5739 67638 15698 6366 67639 8325 5736 67640 8140 5743 67641 2714 5740 67642 15693 5742 67643 8140 5743 67644 15656 5764 67645 8107 5744 67646 8107 5744 67647 15658 18853 67648 8142 5745 67649 8149 5741 67650 2714 5740 67651 15695 5746 67652 8150 5748 67653 15695 5746 67654 8142 5745 67655 8142 5745 67656 15658 18853 67657 8108 5749 67658 8108 5749 67659 15655 5725 67660 8139 5724 67661 8150 5748 67662 2715 5747 67663 15692 5750 67664 8151 5752 67665 15698 6366 67666 8145 5739 67667 8145 5739 67668 15663 18852 67669 8109 5753 67670 8143 5755 67671 2716 5751 67672 15659 5754 67673 8151 5752 67674 2716 5751 67675 15696 5756 67676 8146 5760 67677 2717 5757 67678 15667 5759 67679 8146 5760 67680 15699 5766 67681 8152 5761 67682 8152 5761 67683 15696 5756 67684 8143 5755 67685 8143 5755 67686 15659 5754 67687 8114 5758 67688 8140 5743 67689 2718 5762 67690 15656 5764 67691 8140 5743 67692 15693 5742 67693 8153 5765 67694 8146 5760 67695 2718 5762 67696 15699 5766 67697 8146 5760 67698 15667 5759 67699 8113 5763 67700 8157 5770 67701 2719 5767 67702 15702 5769 67703 8157 5770 67704 15683 5701 67705 8132 5700 67706 8155 5772 67707 2719 5767 67708 15682 5771 67709 8155 5772 67710 15701 6457 67711 8164 5768 67712 8158 5776 67713 2720 5773 67714 15642 5775 67715 8158 5776 67716 15703 5780 67717 8165 5777 67718 8156 5778 67719 2720 5773 67720 15702 5769 67721 8156 5778 67722 15641 16813 67723 8091 5774 67724 8159 5781 67725 2721 5779 67726 15703 5780 67727 8159 5781 67728 15684 5707 67729 8133 5706 67730 8157 5770 67731 2721 5779 67732 15683 5701 67733 8157 5770 67734 15702 5769 67735 8165 5777 67736 8159 5781 67737 2722 5782 67738 15684 5707 67739 8159 5781 67740 15703 5780 67741 8166 5783 67742 8166 5783 67743 15704 5788 67744 8160 5784 67745 8160 5784 67746 15685 5714 67747 8134 5713 67748 8167 5786 67749 15707 5794 67750 8163 5787 67751 8135 5717 67752 2723 5785 67753 15687 5718 67754 8160 5784 67755 2723 5785 67756 15685 5714 67757 8167 5786 67758 2723 5785 67759 15704 5788 67760 8168 5790 67761 15705 5882 67762 8162 5791 67763 8136 5793 67764 2724 5789 67765 15686 5792 67766 8136 5793 67767 15687 5718 67768 8163 5787 67769 8168 5790 67770 2724 5789 67771 15707 5794 67772 8182 5796 67773 15714 6096 67774 8174 5797 67775 8175 5799 67776 2725 5795 67777 15709 5798 67778 8170 5801 67779 2725 5795 67780 15710 5800 67781 8170 5801 67782 15688 5814 67783 8182 5796 67784 9877 5803 67785 15689 5817 67786 8171 5804 67787 9876 5806 67788 2726 5802 67789 15711 5805 67790 9876 5806 67791 16559 17205 67792 9870 5807 67793 9877 5803 67794 2726 5802 67795 16558 5808 67796 8172 5812 67797 2727 5809 67798 15712 5811 67799 8172 5812 67800 15690 5819 67801 8137 5813 67802 8170 5801 67803 2727 5809 67804 15688 5814 67805 8170 5801 67806 15710 5800 67807 8176 5810 67808 8177 5816 67809 15711 5805 67810 8171 5804 67811 8138 5818 67812 2728 5815 67813 15689 5817 67814 8172 5812 67815 2728 5815 67816 15690 5819 67817 8172 5812 67818 15712 5811 67819 8177 5816 67820 8192 5821 67821 15717 5831 67822 8185 5822 67823 8147 5723 67824 2729 5820 67825 15692 5750 67826 8187 5823 67827 2729 5820 67828 15694 5731 67829 8192 5821 67830 2729 5820 67831 15719 5824 67832 8187 5823 67833 2730 5825 67834 15719 5824 67835 8187 5823 67836 15694 5731 67837 8148 5730 67838 8190 5827 67839 2730 5825 67840 15697 5737 67841 8190 5827 67842 15722 6357 67843 8193 5826 67844 8194 5829 67845 15720 6332 67846 8188 5830 67847 8150 5748 67848 2731 5828 67849 15695 5746 67850 8150 5748 67851 15692 5750 67852 8185 5822 67853 8194 5829 67854 2731 5828 67855 15717 5831 67856 8152 5761 67857 15699 5766 67858 8191 5833 67859 8195 5835 67860 2732 5832 67861 15723 5834 67862 8195 5835 67863 15721 6344 67864 8189 5836 67865 8189 5836 67866 15696 5756 67867 8152 5761 67868 8104 5840 67869 2733 5837 67870 15661 5839 67871 8104 5840 67872 15654 6080 67873 8101 5841 67874 8101 5841 67875 15660 5721 67876 8102 5842 67877 8327 5838 67878 2733 5837 67879 15653 5843 67880 8099 5845 67881 15640 6352 67882 8100 5846 67883 8102 5842 67884 2734 5844 67885 15653 5843 67886 8102 5842 67887 15660 5721 67888 8103 5720 67889 8099 5845 67890 2734 5844 67891 15652 5847 67892 8196 5849 67893 15723 5834 67894 8191 5833 67895 8153 5765 67896 2735 5848 67897 15699 5766 67898 8153 5765 67899 15693 5742 67900 8186 5850 67901 8196 5849 67902 2735 5848 67903 15718 5851 67904 8092 5855 67905 2736 5852 67906 15636 5854 67907 8197 5857 67908 2736 5852 67909 15643 5856 67910 8197 5857 67911 15724 16845 67912 8198 5858 67913 8198 5858 67914 15700 17210 67915 8154 5853 67916 8201 5860 67917 15705 5882 67918 8181 5861 67919 8181 5861 67920 15706 5876 67921 8199 5862 67922 8199 5862 67923 15726 6115 67924 8200 5863 67925 8201 5860 67926 2737 5859 67927 15725 5864 67928 8204 5866 67929 15715 6089 67930 8180 5867 67931 8180 5867 67932 15691 6094 67933 8202 5868 67934 8202 5868 67935 15727 6184 67936 8203 5869 67937 8203 5869 67938 15728 5873 67939 8204 5866 67940 8206 5871 67941 15708 6090 67942 8179 5872 67943 8179 5872 67944 15715 6089 67945 8204 5866 67946 8205 5874 67947 2739 5870 67948 15728 5873 67949 8205 5874 67950 15729 5878 67951 8206 5871 67952 8169 5877 67953 2740 5875 67954 15706 5876 67955 8169 5877 67956 15708 6090 67957 8206 5871 67958 8207 5879 67959 2740 5875 67960 15729 5878 67961 8207 5879 67962 15726 6115 67963 8199 5862 67964 8209 5881 67965 15686 5792 67966 8162 5791 67967 8201 5860 67968 2741 5880 67969 15705 5882 67970 8201 5860 67971 15725 5864 67972 8208 5883 67973 8209 5881 67974 2741 5880 67975 15730 5884 67976 8093 5888 67977 2742 5885 67978 15644 5887 67979 8093 5888 67980 15635 5893 67981 8217 5889 67982 8218 5891 67983 2742 5885 67984 15735 5890 67985 8218 5891 67986 15733 6125 67987 8214 5886 67988 8090 5894 67989 2743 5892 67990 15635 5893 67991 8090 5894 67992 15640 6352 67993 8213 5895 67994 8219 5897 67995 2743 5892 67996 15731 5896 67997 8219 5897 67998 15735 5890 67999 8217 5889 68000 8228 5899 68001 15742 6480 68002 8223 5900 68003 8396 5902 68004 2746 5898 68005 15666 5901 68006 8396 5902 68007 15815 6215 68008 8387 5903 68009 8387 5903 68010 15740 6214 68011 8228 5899 68012 8234 17220 68013 2748 5904 68014 15749 5906 68015 8235 5908 68016 15750 5912 68017 8236 5909 68018 8232 5911 68019 2750 5910 68020 15688 5814 68021 8232 5911 68022 15747 5917 68023 8236 5909 68024 8237 5913 68025 2750 5910 68026 15750 5912 68027 8237 5913 68028 15714 6096 68029 8182 5796 68030 8233 5915 68031 2751 5914 68032 15690 5819 68033 8233 5915 68034 15748 5922 68035 8238 5916 68036 8232 5911 68037 2751 5914 68038 15747 5917 68039 8232 5911 68040 15688 5814 68041 8137 5813 68042 8240 5919 68043 2754 5918 68044 15689 5817 68045 8239 5921 68046 2754 5918 68047 15751 5920 68048 8233 5915 68049 2754 5918 68050 15748 5922 68051 8138 5818 68052 2754 5918 68053 15690 5819 68054 8245 5924 68055 15677 5932 68056 8125 5925 68057 8244 5928 68058 2755 5923 68059 15755 5927 68060 8245 5924 68061 2755 5923 68062 15756 5929 68063 8245 5924 68064 2756 5930 68065 15677 5932 68066 8245 5924 68067 15756 5929 68068 8247 5933 68069 8247 5933 68070 15757 6163 68071 8248 5934 68072 8216 5938 68073 2757 5935 68074 15645 5937 68075 8216 5938 68076 15734 6148 68077 8250 5939 68078 8251 5941 68079 2757 5935 68080 15759 5940 68081 8251 5941 68082 15753 5967 68083 8243 5936 68084 8390 5945 68085 2758 5942 68086 15816 5944 68087 8390 5945 68088 15753 5967 68089 8252 5946 68090 8253 5948 68091 2758 5942 68092 15761 5947 68093 8253 5948 68094 15760 5953 68095 8431 5943 68096 8432 5952 68097 2759 5949 68098 15754 5951 68099 8432 5952 68100 15816 5944 68101 8431 5943 68102 8255 5954 68103 2759 5949 68104 15760 5953 68105 8255 5954 68106 15762 5978 68107 8254 5950 68108 8258 5956 68109 15756 5929 68110 8244 5928 68111 8244 5928 68112 15755 5927 68113 8256 5957 68114 8256 5957 68115 15764 5961 68116 8257 5958 68117 8258 5956 68118 2760 5955 68119 15763 5959 68120 8256 5957 68121 15755 5927 68122 8246 5960 68123 8256 5957 68124 2761 899 68125 15764 5961 68126 8261 5963 68127 15757 6163 68128 8247 5933 68129 8258 5956 68130 2762 5962 68131 15756 5929 68132 8258 5956 68133 15763 5959 68134 8260 5964 68135 8261 5963 68136 2762 5962 68137 15765 5965 68138 8251 5941 68139 2763 5966 68140 15753 5967 68141 8251 5941 68142 15759 5940 68143 8262 5968 68144 8263 5970 68145 2763 5966 68146 15766 5969 68147 8263 5970 68148 15761 5947 68149 8252 5946 68150 8253 5948 68151 2764 5971 68152 15760 5953 68153 8253 5948 68154 15761 5947 68155 8264 5973 68156 8265 5975 68157 2764 5971 68158 15768 5974 68159 8265 5975 68160 15767 5979 68161 8266 5972 68162 8255 5954 68163 2765 5976 68164 15762 5978 68165 8255 5954 68166 15760 5953 68167 8266 5972 68168 8268 5980 68169 2765 5976 68170 15767 5979 68171 8268 5980 68172 15769 6007 68173 8267 5977 68174 8271 5982 68175 15763 5959 68176 8257 5958 68177 8269 5983 68178 2766 5981 68179 15764 5961 68180 8269 5983 68181 15771 5987 68182 8270 5984 68183 8271 5982 68184 2766 5981 68185 15770 5985 68186 8269 5983 68187 15764 5961 68188 8259 901 68189 8269 5983 68190 2767 5986 68191 15771 5987 68192 8274 5989 68193 15765 5965 68194 8260 5964 68195 8271 5982 68196 2768 5988 68197 15763 5959 68198 8271 5982 68199 15770 5985 68200 8273 5990 68201 8273 5990 68202 15772 6017 68203 8274 5989 68204 8263 5970 68205 2769 5991 68206 15761 5947 68207 8263 5970 68208 15766 5969 68209 8275 5992 68210 8276 5994 68211 2769 5991 68212 15774 5993 68213 8276 5994 68214 15768 5974 68215 8264 5973 68216 8318 5996 68217 2770 5995 68218 15766 5969 68219 8318 5996 68220 15791 6172 68221 8319 5997 68222 8277 5999 68223 2770 5995 68224 15773 5998 68225 8277 5999 68226 15774 5993 68227 8275 5992 68228 8265 5975 68229 2771 6000 68230 15767 5979 68231 8265 5975 68232 15768 5974 68233 8278 6002 68234 8279 6004 68235 2771 6000 68236 15776 6003 68237 8279 6004 68238 15775 6008 68239 8280 6001 68240 8268 5980 68241 2772 6005 68242 15769 6007 68243 8268 5980 68244 15767 5979 68245 8280 6001 68246 8282 6009 68247 2772 6005 68248 15775 6008 68249 8281 6006 68250 2772 6005 68251 15777 6010 68252 8285 6012 68253 15770 5985 68254 8270 5984 68255 8283 966 68256 2773 6011 68257 15771 5987 68258 8285 6012 68259 2773 6011 68260 15778 6014 68261 8283 966 68262 15771 5987 68263 8272 967 68264 8273 5990 68265 2774 6015 68266 15772 6017 68267 8285 6012 68268 2774 6015 68269 15770 5985 68270 8285 6012 68271 15778 6014 68272 8286 6018 68273 8286 6018 68274 15779 6034 68275 8287 6016 68276 8276 5994 68277 2775 6019 68278 15768 5974 68279 8276 5994 68280 15774 5993 68281 8289 6020 68282 8290 6022 68283 2775 6019 68284 15781 6021 68285 8290 6022 68286 15776 6003 68287 8278 6002 68288 8277 5999 68289 2776 6023 68290 15774 5993 68291 8277 5999 68292 15773 5998 68293 8288 6024 68294 8291 6026 68295 2776 6023 68296 15780 6025 68297 8291 6026 68298 15781 6021 68299 8289 6020 68300 8279 6004 68301 2777 6027 68302 15775 6008 68303 8279 6004 68304 15776 6003 68305 8292 6029 68306 8294 6031 68307 15777 6010 68308 8282 6009 68309 8282 6009 68310 15775 6008 68311 8293 6028 68312 8295 6035 68313 15778 6014 68314 8284 6013 68315 8286 6018 68316 2779 6032 68317 15779 6034 68318 8286 6018 68319 15778 6014 68320 8295 6035 68321 8290 6022 68322 2780 6036 68323 15776 6003 68324 8290 6022 68325 15781 6021 68326 8298 6037 68327 8291 6026 68328 2781 6038 68329 15781 6021 68330 8291 6026 68331 15780 6025 68332 8297 6039 68333 8300 6041 68334 2782 6040 68335 15762 5978 68336 8300 6041 68337 15784 6047 68338 8305 6042 68339 8306 6044 68340 2782 6040 68341 15788 6043 68342 8306 6044 68343 15754 5951 68344 8254 5950 68345 8300 6041 68346 2783 6045 68347 15784 6047 68348 8300 6041 68349 15762 5978 68350 8267 5977 68351 8301 6048 68352 2783 6045 68353 15769 6007 68354 8301 6048 68355 15786 17428 68356 8308 6046 68357 8281 6006 68358 15777 6010 68359 8311 6050 68360 8310 6052 68361 2784 6049 68362 15790 6051 68363 8310 6052 68364 15786 17428 68365 8301 6048 68366 8281 6006 68367 2784 6049 68368 15769 6007 68369 14453 18075 68370 6055 6053 68371 2845 6055 68372 14450 6056 68373 4696 18517 68374 12286 6054 68375 14224 6058 68376 5966 18532 68377 12288 6059 68378 14228 6062 68379 5813 6057 68380 4697 6060 68381 8426 6069 68382 5812 6061 68383 4697 6060 68384 14227 6066 68385 5811 6063 68386 4764 6064 68387 13916 6067 68388 5810 6065 68389 4764 6064 68390 13916 6067 68391 5966 18532 68392 14224 6058 68393 8312 18591 68394 5727 6068 68395 4697 6060 68396 12270 13615 68397 4690 6070 68398 2787 6072 68399 12271 6073 68400 2786 18520 68401 8314 6071 68402 8096 5682 68403 2788 6074 68404 15649 6076 68405 8097 6077 68406 2788 6074 68407 15650 5681 68408 8320 6075 68409 2788 6074 68410 15629 5672 68411 8104 5840 68412 15661 5839 68413 8323 6079 68414 8323 6079 68415 15649 6076 68416 8320 6075 68417 8320 6075 68418 15629 5672 68419 8322 5671 68420 8104 5840 68421 2789 6078 68422 15654 6080 68423 8181 5861 68424 2790 6081 68425 15706 5876 68426 8181 5861 68427 15705 5882 68428 8161 6083 68429 8092 5855 68430 2790 6081 68431 15643 5856 68432 8328 6082 68433 2790 6081 68434 15636 5854 68435 8329 6085 68436 15700 17210 68437 8173 6086 68438 8178 6088 68439 2791 6084 68440 15713 6087 68441 8179 5872 68442 2791 6084 68443 15715 6089 68444 8329 6085 68445 2791 6084 68446 15708 6090 68447 8329 6085 68448 15708 6090 68449 8169 5877 68450 8328 6082 68451 2792 6091 68452 15706 5876 68453 8154 5853 68454 2792 6091 68455 15636 5854 68456 8154 5853 68457 15700 17210 68458 8329 6085 68459 8180 5867 68460 2793 6092 68461 15691 6094 68462 8184 6095 68463 2793 6092 68464 15715 6089 68465 8184 6095 68466 15709 5798 68467 8174 5797 68468 8331 6093 68469 2793 6092 68470 15714 6096 68471 8220 6098 68472 15736 6109 68473 8335 6099 68474 8353 6101 68475 2794 6097 68476 15793 6100 68477 8337 6103 68478 2794 6097 68479 15794 6102 68480 8220 6098 68481 2794 6097 68482 15737 6104 68483 8334 6106 68484 2795 6105 68485 15793 6100 68486 8334 6106 68487 15726 6115 68488 8207 5879 68489 8336 6107 68490 2795 6105 68491 15729 5878 68492 8336 6107 68493 15794 6102 68494 8353 6101 68495 8339 6110 68496 2796 6108 68497 15736 6109 68498 8339 6110 68499 15795 6118 68500 8354 6111 68501 8355 6113 68502 2796 6108 68503 15803 6112 68504 8355 6113 68505 15793 6100 68506 8335 6099 68507 8334 6106 68508 2797 6114 68509 15726 6115 68510 8334 6106 68511 15793 6100 68512 8355 6113 68513 8356 6116 68514 2797 6114 68515 15803 6112 68516 8356 6116 68517 15725 5864 68518 8200 5863 68519 8356 6116 68520 2798 6117 68521 15725 5864 68522 8356 6116 68523 15803 6112 68524 8354 6111 68525 8338 6119 68526 2798 6117 68527 15795 6118 68528 8338 6119 68529 15730 5884 68530 8208 5883 68531 8218 5891 68532 15735 5890 68533 8340 6121 68534 8357 6123 68535 2799 6120 68536 15796 6122 68537 8357 6123 68538 15797 6129 68539 8342 6124 68540 8218 5891 68541 2799 6120 68542 15733 6125 68543 8357 6123 68544 15796 6122 68545 8341 6127 68546 8220 6098 68547 2800 6126 68548 15736 6109 68549 8220 6098 68550 15737 6104 68551 8343 6128 68552 8357 6123 68553 2800 6126 68554 15797 6129 68555 8339 6110 68556 15736 6109 68557 8341 6127 68558 8358 6131 68559 2801 6130 68560 15796 6122 68561 8358 6131 68562 15804 6135 68563 8359 6132 68564 8339 6110 68565 2801 6130 68566 15795 6118 68567 8338 6119 68568 2802 6133 68569 15730 5884 68570 8338 6119 68571 15795 6118 68572 8359 6132 68573 8360 6136 68574 2802 6133 68575 15804 6135 68576 8360 6136 68577 15731 5896 68578 8212 6134 68579 8219 5897 68580 15731 5896 68581 8360 6136 68582 8358 6131 68583 2803 6137 68584 15804 6135 68585 8358 6131 68586 15796 6122 68587 8340 6121 68588 8219 5897 68589 2803 6137 68590 15735 5890 68591 8215 6139 68592 15733 6125 68593 8342 6124 68594 8361 6140 68595 2804 6138 68596 15797 6129 68597 8361 6140 68598 15792 6146 68599 8333 6141 68600 8333 6141 68601 15734 6148 68602 8215 6139 68603 8361 6140 68604 15797 6129 68605 8343 6128 68606 8221 6143 68607 2805 6142 68608 15737 6104 68609 8332 6145 68610 2805 6142 68611 15732 6144 68612 8361 6140 68613 2805 6142 68614 15792 6146 68615 8333 6141 68616 2806 6147 68617 15734 6148 68618 8333 6141 68619 15792 6146 68620 8362 6149 68621 8346 6151 68622 2806 6147 68623 15799 6150 68624 8346 6151 68625 15759 5940 68626 8250 5939 68627 8332 6145 68628 2807 6152 68629 15792 6146 68630 8332 6145 68631 15732 6144 68632 8249 6153 68633 8345 6155 68634 2807 6152 68635 15758 6154 68636 8345 6155 68637 15799 6150 68638 8362 6149 68639 8347 6165 68640 2808 6156 68641 15800 6158 68642 8348 6160 68643 15800 6158 68644 8363 6157 68645 8261 5963 68646 2810 6161 68647 15757 6163 68648 8345 6155 68649 15758 6154 68650 8347 6165 68651 8347 6165 68652 15800 6158 68653 8364 6166 68654 8364 6166 68655 15805 6169 68656 8365 6167 68657 8345 6155 68658 2811 6164 68659 15799 6150 68660 8346 6151 68661 2812 6168 68662 15759 5940 68663 8346 6151 68664 15799 6150 68665 8365 6167 68666 8366 6170 68667 2812 6168 68668 15805 6169 68669 8366 6170 68670 15766 5969 68671 8262 5968 68672 8366 6170 68673 2813 6171 68674 15766 5969 68675 8364 6166 68676 2813 6171 68677 15805 6169 68678 8364 6166 68679 15800 6158 68680 8348 6160 68681 8318 5996 68682 2813 6171 68683 15791 6172 68684 8337 6103 68685 2814 6173 68686 15737 6104 68687 8337 6103 68688 15794 6102 68689 8367 6174 68690 8350 6176 68691 2814 6173 68692 15801 6175 68693 8350 6176 68694 15732 6144 68695 8221 6143 68696 8336 6107 68697 2815 6177 68698 15794 6102 68699 8336 6107 68700 15729 5878 68701 8205 5874 68702 8349 6178 68703 2815 6177 68704 15728 5873 68705 8349 6178 68706 15801 6175 68707 8367 6174 68708 8350 6176 68709 2816 6179 68710 15732 6144 68711 8350 6176 68712 15801 6175 68713 8368 6180 68714 8352 6182 68715 2816 6179 68716 15802 6181 68717 8352 6182 68718 15758 6154 68719 8249 6153 68720 8349 6178 68721 2817 6183 68722 15801 6175 68723 8349 6178 68724 15728 5873 68725 8203 5869 68726 8351 6185 68727 2817 6183 68728 15727 6184 68729 8351 6185 68730 15802 6181 68731 8368 6180 68732 8344 6162 68733 2818 6186 68734 15757 6163 68735 8369 6188 68736 2818 6186 68737 15798 6187 68738 8370 18592 68739 2818 6186 68740 15806 6189 68741 8381 6191 68742 15810 6204 68743 8374 6192 68744 8095 6194 68745 2819 6190 68746 15646 6193 68747 8095 6194 68748 15648 6227 68749 8373 6195 68750 8373 6195 68751 15809 6211 68752 8381 6191 68753 8372 6197 68754 15646 6193 68755 8374 6192 68756 8374 6192 68757 15810 6204 68758 8382 6198 68759 8382 6198 68760 15814 6376 68761 8383 6199 68762 8372 6197 68763 2820 6196 68764 15807 6200 68765 8384 6203 68766 2821 6201 68767 15644 5887 68768 8384 6203 68769 15814 6376 68770 8382 6198 68771 8375 6205 68772 2821 6201 68773 15810 6204 68774 8375 6205 68775 15647 6245 68776 8094 6202 68777 8373 6195 68778 15648 6227 68779 8376 6207 68780 8385 6209 68781 2822 6206 68782 15811 6208 68783 8385 6209 68784 15815 6215 68785 8386 6210 68786 8373 6195 68787 2822 6206 68788 15809 6211 68789 8387 5903 68790 2823 6212 68791 15740 6214 68792 8385 6209 68793 2823 6212 68794 15815 6215 68795 8385 6209 68796 15811 6208 68797 8377 6216 68798 8377 6216 68799 15744 6250 68800 8225 6213 68801 8378 6218 68802 15646 6193 68803 8372 6197 68804 8388 6219 68805 2824 6217 68806 15807 6200 68807 8388 6219 68808 15816 5944 68809 8389 6220 68810 8378 6218 68811 2824 6217 68812 15812 6221 68813 8390 5945 68814 2825 6222 68815 15753 5967 68816 8390 5945 68817 15816 5944 68818 8388 6219 68819 8388 6219 68820 15807 6200 68821 8371 6223 68822 8243 5936 68823 2825 6222 68824 15645 5937 68825 8095 6194 68826 15646 6193 68827 8378 6218 68828 8393 6225 68829 2826 6224 68830 15812 6221 68831 8393 6225 68832 15813 6230 68833 8379 6226 68834 8095 6194 68835 2826 6224 68836 15648 6227 68837 8393 6225 68838 15812 6221 68839 8389 6220 68840 8432 5952 68841 2827 6228 68842 15816 5944 68843 8432 5952 68844 15754 5951 68845 8380 6229 68846 8393 6225 68847 2827 6228 68848 15813 6230 68849 8304 6233 68850 2828 6231 68851 15788 6043 68852 8299 6235 68853 2828 6231 68854 15782 6234 68855 8299 6235 68856 15752 6298 68857 8392 6236 68858 8392 6236 68859 15817 9115 68860 8394 6232 68861 8321 6240 68862 2829 6237 68863 15745 6239 68864 8321 6240 68865 15651 6311 68866 8098 6241 68867 8097 6077 68868 2829 6237 68869 15629 5672 68870 8097 6077 68871 15650 5681 68872 8230 6238 68873 8395 6243 68874 15665 5684 68875 8110 6244 68876 8375 6205 68877 2830 6242 68878 15647 6245 68879 8375 6205 68880 15810 6204 68881 8381 6191 68882 8395 6243 68883 2830 6242 68884 15809 6211 68885 8395 6243 68886 15809 6211 68887 8386 6210 68888 8396 5902 68889 2831 6246 68890 15815 6215 68891 8115 5679 68892 2831 6246 68893 15666 5901 68894 8115 5679 68895 15665 5684 68896 8395 6243 68897 8428 5670 68898 2832 6247 68899 15654 6080 68900 8428 5670 68901 15637 5669 68902 8089 5709 68903 8241 5711 68904 2832 6247 68905 15639 5712 68906 8241 5711 68907 15660 5721 68908 8101 5841 68909 8377 6216 68910 2833 6248 68911 15744 6250 68912 8377 6216 68913 15811 6208 68914 8397 6251 68915 8398 6253 68916 2833 6248 68917 15819 6252 68918 8398 6253 68919 15818 6261 68920 8399 6249 68921 8397 6251 68922 15811 6208 68923 8376 6207 68924 8400 6255 68925 2834 6254 68926 15648 6227 68927 8400 6255 68928 15820 6284 68929 8401 6256 68930 8397 6251 68931 2834 6254 68932 15819 6252 68933 8226 6260 68934 2835 6257 68935 15739 6259 68936 8226 6260 68937 15744 6250 68938 8399 6249 68939 8406 6262 68940 2835 6257 68941 15818 6261 68942 8406 6262 68943 15823 6270 68944 8407 6258 68945 8404 6264 68946 15634 6304 68947 8222 6265 68948 8222 6265 68949 15739 6259 68950 8407 6258 68951 8407 6258 68952 15823 6270 68953 8408 6266 68954 8404 6264 68955 2836 6263 68956 15822 6267 68957 8411 6269 68958 15822 6267 68959 8408 6266 68960 8409 6271 68961 2837 6268 68962 15823 6270 68963 8409 6271 68964 15824 6277 68965 8410 6272 68966 8411 6269 68967 2837 6268 68968 15825 6273 68969 8409 6271 68970 15823 6270 68971 8406 6262 68972 8406 6262 68973 15818 6261 68974 8412 6275 68975 8412 6275 68976 15826 17234 68977 8413 6276 68978 8409 6271 68979 2838 6274 68980 15824 6277 68981 8415 6279 68982 15821 9121 68983 8405 6280 68984 8411 6269 68985 2839 6278 68986 15822 6267 68987 8411 6269 68988 15825 6273 68989 8414 6281 68990 8414 6281 68991 15827 6286 68992 8415 6279 68993 8403 6285 68994 2840 6282 68995 15820 6284 68996 8403 6285 68997 15821 9121 68998 8415 6279 68999 8416 6287 69000 2840 6282 69001 15827 6286 69002 8416 6287 69003 15828 6290 69004 8417 6283 69005 8401 6256 69006 2841 6288 69007 15819 6252 69008 8401 6256 69009 15820 6284 69010 8417 6283 69011 8418 6291 69012 2841 6288 69013 15828 6290 69014 8418 6291 69015 15829 6293 69016 8419 6289 69017 8398 6253 69018 2842 6292 69019 15818 6261 69020 8398 6253 69021 15819 6252 69022 8419 6289 69023 8420 6294 69024 2842 6292 69025 15829 6293 69026 8420 6294 69027 15826 17234 69028 8412 6275 69029 8423 6296 69030 15634 6304 69031 8242 6297 69032 8299 6235 69033 2843 6295 69034 15752 6298 69035 8299 6235 69036 15782 6234 69037 8303 6299 69038 8423 6296 69039 2843 6295 69040 15787 6300 69041 8424 6302 69042 15743 9128 69043 8224 6303 69044 8222 6265 69045 2844 6301 69046 15739 6259 69047 8423 6296 69048 2844 6301 69049 15634 6304 69050 8423 6296 69051 15787 6300 69052 8424 6302 69053 8315 6306 69054 2786 18520 69055 12271 6073 69056 8315 6306 69057 4689 6305 69058 4695 6308 69059 9871 18703 69060 2846 6309 69061 15651 6311 69062 9880 6312 69063 15630 5676 69064 8433 6310 69065 8086 5675 69066 2847 6313 69067 15630 5676 69068 8085 5667 69069 2847 6313 69070 15628 6314 69071 8085 5667 69072 15629 5672 69073 8098 6241 69074 8433 6310 69075 2847 6313 69076 15651 6311 69077 8090 5894 69078 15635 5893 69079 8434 6316 69080 8434 6316 69081 15832 6333 69082 8450 6317 69083 8438 6319 69084 2848 6315 69085 15834 6318 69086 8438 6319 69087 15640 6352 69088 8090 5894 69089 8450 6317 69090 15832 6333 69091 8435 6321 69092 8192 5821 69093 2849 6320 69094 15717 5831 69095 8192 5821 69096 15719 5824 69097 8439 6322 69098 8439 6322 69099 15834 6318 69100 8450 6317 69101 8436 6324 69102 2850 6323 69103 15647 6245 69104 8436 6324 69105 15833 6350 69106 8451 6325 69107 8440 6327 69108 2850 6323 69109 15835 6326 69110 8440 6327 69111 15644 5887 69112 8094 6202 69113 8093 5888 69114 15644 5887 69115 8440 6327 69116 8452 6329 69117 2851 6328 69118 15835 6326 69119 8452 6329 69120 15832 6333 69121 8434 6316 69122 8093 5888 69123 2851 6328 69124 15635 5893 69125 8452 6329 69126 15835 6326 69127 8441 6331 69128 8194 5829 69129 2852 6330 69130 15720 6332 69131 8194 5829 69132 15717 5831 69133 8435 6321 69134 8452 6329 69135 2852 6330 69136 15832 6333 69137 8323 6079 69138 15661 5839 69139 8448 6335 69140 8453 6337 69141 2853 6334 69142 15839 6336 69143 8453 6337 69144 15836 6347 69145 8442 6338 69146 8323 6079 69147 2853 6334 69148 15649 6076 69149 8195 5835 69150 15723 5834 69151 8447 6340 69152 8454 6342 69153 2854 6339 69154 15838 6341 69155 8454 6342 69156 15836 6347 69157 8443 6343 69158 8195 5835 69159 2854 6339 69160 15721 6344 69161 8454 6342 69162 15838 6341 69163 8446 6346 69164 8446 6346 69165 15665 5684 69166 8111 5683 69167 8111 5683 69168 15649 6076 69169 8442 6338 69170 8454 6342 69171 2855 6345 69172 15836 6347 69173 8436 6324 69174 2856 6348 69175 15833 6350 69176 8436 6324 69177 15647 6245 69178 8110 6244 69179 8446 6346 69180 2856 6348 69181 15665 5684 69182 8455 6349 69183 2856 6348 69184 15838 6341 69185 8438 6319 69186 2857 6351 69187 15640 6352 69188 8438 6319 69189 15834 6318 69190 8456 6353 69191 8444 6355 69192 2857 6351 69193 15837 6354 69194 8444 6355 69195 15653 5843 69196 8100 5846 69197 8439 6322 69198 2858 6356 69199 15834 6318 69200 8439 6322 69201 15719 5824 69202 8193 5826 69203 8445 6358 69204 2858 6356 69205 15722 6357 69206 8445 6358 69207 15837 6354 69208 8456 6353 69209 8444 6355 69210 2859 6359 69211 15653 5843 69212 8444 6355 69213 15837 6354 69214 8457 6360 69215 8448 6335 69216 2859 6359 69217 15839 6336 69218 8448 6335 69219 15661 5839 69220 8327 5838 69221 8449 6363 69222 2860 6361 69223 15839 6336 69224 8324 6365 69225 2860 6361 69226 15716 6364 69227 8151 5752 69228 2860 6361 69229 15698 6366 69230 8151 5752 69231 15696 5756 69232 8458 6362 69233 8190 5827 69234 2861 6367 69235 15722 6357 69236 8190 5827 69237 15697 5737 69238 8325 5736 69239 8324 6365 69240 2861 6367 69241 15698 6366 69242 8324 6365 69243 15716 6364 69244 8459 6368 69245 8449 6363 69246 2862 6369 69247 15716 6364 69248 8449 6363 69249 15839 6336 69250 8457 6360 69251 8445 6358 69252 2862 6369 69253 15837 6354 69254 8445 6358 69255 15722 6357 69256 8459 6368 69257 8460 6371 69258 15835 6326 69259 8451 6325 69260 8437 6372 69261 2863 6370 69262 15833 6350 69263 8437 6372 69264 15718 5851 69265 8186 5850 69266 8460 6371 69267 2863 6370 69268 15693 5742 69269 8149 5741 69270 2864 6373 69271 15693 5742 69272 8149 5741 69273 15695 5746 69274 8188 5830 69275 8441 6331 69276 2864 6373 69277 15720 6332 69278 8441 6331 69279 15835 6326 69280 8460 6371 69281 8383 6199 69282 2865 6374 69283 15807 6200 69284 8384 6203 69285 2865 6374 69286 15814 6376 69287 8384 6203 69288 15644 5887 69289 8214 5886 69290 8461 6375 69291 2865 6374 69292 15733 6125 69293 8461 6375 69294 15733 6125 69295 8215 6139 69296 8216 5938 69297 2866 6377 69298 15734 6148 69299 8216 5938 69300 15645 5937 69301 8371 6223 69302 8461 6375 69303 2866 6377 69304 15807 6200 69305 8462 6379 69306 15730 5884 69307 8212 6134 69308 8212 6134 69309 15731 5896 69310 8213 5895 69311 8099 5845 69312 2867 6378 69313 15640 6352 69314 8099 5845 69315 15652 5847 69316 8462 6379 69317 8131 5719 69318 2868 6380 69319 15652 5847 69320 8136 5793 69321 2868 6380 69322 15687 5718 69323 8209 5881 69324 2868 6380 69325 15686 5792 69326 8209 5881 69327 15730 5884 69328 8462 6379 69329 8455 6349 69330 15838 6341 69331 8447 6340 69332 8447 6340 69333 15723 5834 69334 8196 5849 69335 8437 6372 69336 2869 6381 69337 15718 5851 69338 8437 6372 69339 15833 6350 69340 8455 6349 69341 8458 6362 69342 2870 6382 69343 15839 6336 69344 8189 5836 69345 2870 6382 69346 15696 5756 69347 8463 6383 69348 2870 6382 69349 15721 6344 69350 8463 6383 69351 15721 6344 69352 8443 6343 69353 8453 6337 69354 2871 6384 69355 15836 6347 69356 8453 6337 69357 15839 6336 69358 8463 6383 69359 8087 6386 69360 15633 6449 69361 8464 6387 69362 8472 6389 69363 2872 6385 69364 15840 6388 69365 8472 6389 69366 15841 6395 69367 8466 6390 69368 8087 6386 69369 2872 6385 69370 15632 6391 69371 8465 6393 69372 2873 6392 69373 15840 6388 69374 8465 6393 69375 15674 5687 69376 8123 5686 69377 8123 5686 69378 15675 5691 69379 8467 6394 69380 8472 6389 69381 2873 6392 69382 15841 6395 69383 8468 6397 69384 2874 6396 69385 15630 5676 69386 8468 6397 69387 15842 6402 69388 8473 6398 69389 8470 6400 69390 2874 6396 69391 15843 6399 69392 8427 5677 69393 2874 6396 69394 15638 5703 69395 8469 6403 69396 2875 6401 69397 15842 6402 69398 8469 6403 69399 15676 5694 69400 8124 5693 69401 8471 6405 69402 2875 6401 69403 15673 6404 69404 8471 6405 69405 15843 6399 69406 8473 6398 69407 9914 6408 69408 15859 6582 69409 8481 6409 69410 8474 6411 69411 2876 6406 69412 15845 6410 69413 8474 6411 69414 15844 6413 69415 9913 6407 69416 8476 6414 69417 2877 6412 69418 15844 6413 69419 8476 6414 69420 15848 6492 69421 8483 6415 69422 8482 6417 69423 15860 17274 69424 8485 6418 69425 8486 6420 69426 2878 6416 69427 15861 6419 69428 8486 6420 69429 15849 6609 69430 8477 6421 69431 8482 6417 69432 2878 6416 69433 15846 6422 69434 8119 5698 69435 15668 9185 69436 8498 6425 69437 8498 6425 69438 15867 9196 69439 8513 6426 69440 8513 6426 69441 15869 6432 69442 8502 6427 69443 8119 5698 69444 2884 6424 69445 15673 6404 69446 8513 6426 69447 15867 9196 69448 8499 6429 69449 8120 5688 69450 2885 6428 69451 15669 6430 69452 8120 5688 69453 15674 5687 69454 8503 6431 69455 8513 6426 69456 2885 6428 69457 15869 6432 69458 8500 6435 69459 2886 6433 69460 15670 6434 69461 8500 6435 69462 15868 9192 69463 8514 6436 69464 8504 6438 69465 2886 6433 69466 15870 6437 69467 8504 6438 69468 15675 5691 69469 8121 5690 69470 8514 6436 69471 15868 9192 69472 8501 6440 69473 8501 6440 69474 15671 5696 69475 8122 5695 69476 8505 6441 69477 2887 6439 69478 15676 5694 69479 8505 6441 69480 15870 6437 69481 8514 6436 69482 8506 6445 69483 2888 6442 69484 15681 6444 69485 8515 6447 69486 2888 6442 69487 15871 6446 69488 8515 6447 69489 15866 6453 69490 8496 6448 69491 8127 6443 69492 2888 6442 69493 15633 6449 69494 8515 6447 69495 15871 6446 69496 8507 6451 69497 8128 5704 69498 2889 6450 69499 15682 5771 69500 8128 5704 69501 15638 5703 69502 8497 6452 69503 8515 6447 69504 2889 6450 69505 15866 6453 69506 8516 6455 69507 15872 17261 69508 8508 6456 69509 8155 5772 69510 2890 6454 69511 15701 6457 69512 8155 5772 69513 15682 5771 69514 8507 6451 69515 8516 6455 69516 2890 6454 69517 15871 6446 69518 8509 6459 69519 2891 6458 69520 15841 6395 69521 8509 6459 69522 15873 6464 69523 8517 6460 69524 8495 6462 69525 2891 6458 69526 15865 6461 69527 8495 6462 69528 15632 6391 69529 8466 6390 69530 8510 6465 69531 2892 6463 69532 15873 6464 69533 8468 6397 69534 2892 6463 69535 15842 6402 69536 8494 6466 69537 2892 6463 69538 15630 5676 69539 8494 6466 69540 15865 6461 69541 8517 6460 69542 8504 6438 69543 2893 6467 69544 15675 5691 69545 8504 6438 69546 15870 6437 69547 8518 6468 69548 8509 6459 69549 2893 6467 69550 15873 6464 69551 8509 6459 69552 15841 6395 69553 8467 6394 69554 8505 6441 69555 2894 6469 69556 15870 6437 69557 8469 6403 69558 2894 6469 69559 15676 5694 69560 8469 6403 69561 15842 6402 69562 8510 6465 69563 8510 6465 69564 15873 6464 69565 8518 6468 69566 8465 6393 69567 15840 6388 69568 8511 6471 69569 8519 6473 69570 2895 6470 69571 15874 6472 69572 8519 6473 69573 15869 6432 69574 8503 6431 69575 8465 6393 69576 2895 6470 69577 15674 5687 69578 8519 6473 69579 15874 6472 69580 8512 6475 69581 8512 6475 69582 15843 6399 69583 8471 6405 69584 8471 6405 69585 15673 6404 69586 8502 6427 69587 8519 6473 69588 2896 6474 69589 15869 6432 69590 8464 6387 69591 15633 6449 69592 8496 6448 69593 8520 6477 69594 2897 6476 69595 15866 6453 69596 8520 6477 69597 15874 6472 69598 8511 6471 69599 8464 6387 69600 2897 6476 69601 15840 6388 69602 8520 6477 69603 15866 6453 69604 8497 6452 69605 8497 6452 69606 15638 5703 69607 8470 6400 69608 8512 6475 69609 2898 6478 69610 15843 6399 69611 8520 6477 69612 2898 6478 69613 15874 6472 69614 8223 5900 69615 2899 6479 69616 15666 5901 69617 8521 6481 69618 2899 6479 69619 15742 6480 69620 8521 6481 69621 15650 5681 69622 8112 5680 69623 8521 6481 69624 15742 6480 69625 8229 6483 69626 8229 6483 69627 15745 6239 69628 8230 6238 69629 8521 6481 69630 2900 6482 69631 15650 5681 69632 8474 6411 69633 2901 6484 69634 15844 6413 69635 8474 6411 69636 15845 6410 69637 8522 6486 69638 8523 6488 69639 2901 6484 69640 15876 6487 69641 8523 6488 69642 15875 6512 69643 8524 6485 69644 8527 6490 69645 15847 6507 69646 8475 6491 69647 8525 6493 69648 2902 6489 69649 15848 6492 69650 8525 6493 69651 15878 6498 69652 8526 6494 69653 8527 6490 69654 2902 6489 69655 15877 6495 69656 8525 6493 69657 15848 6492 69658 8476 6414 69659 8524 6485 69660 2903 6496 69661 15844 6413 69662 8524 6485 69663 15875 6512 69664 8528 6497 69665 8525 6493 69666 2903 6496 69667 15878 6498 69668 9315 6500 69669 15858 18854 69670 8480 6501 69671 9316 6503 69672 2904 6499 69673 15857 6502 69674 9316 6503 69675 15880 6509 69676 8529 6504 69677 8529 6504 69678 15879 6541 69679 9315 6500 69680 9316 6503 69681 15857 6502 69682 8484 6506 69683 8527 6490 69684 2905 6505 69685 15847 6507 69686 8527 6490 69687 15877 6495 69688 8530 6508 69689 9316 6503 69690 2905 6505 69691 15880 6509 69692 8523 6488 69693 2906 6510 69694 15875 6512 69695 8523 6488 69696 15876 6487 69697 8531 6513 69698 8532 6515 69699 2906 6510 69700 15882 6514 69701 8532 6515 69702 15881 6549 69703 8533 6511 69704 8598 6517 69705 2907 6516 69706 15876 6487 69707 8598 6517 69708 15938 6607 69709 9313 6518 69710 8534 6520 69711 2907 6516 69712 15883 6519 69713 8534 6520 69714 15882 6514 69715 8531 6513 69716 8537 6522 69717 15877 6495 69718 8526 6494 69719 8535 6523 69720 2908 6521 69721 15878 6498 69722 8535 6523 69723 15885 6528 69724 8536 6524 69725 8537 6522 69726 2908 6521 69727 15884 6525 69728 8535 6523 69729 15878 6498 69730 8528 6497 69731 8533 6511 69732 2909 6526 69733 15875 6512 69734 8533 6511 69735 15881 6549 69736 8538 6527 69737 8535 6523 69738 2909 6526 69739 15885 6528 69740 9313 6518 69741 15938 6607 69742 9312 6530 69743 9312 6530 69744 15939 6535 69745 9311 6531 69746 8539 6533 69747 2910 6529 69748 15886 6532 69749 9313 6518 69750 2910 6529 69751 15883 6519 69752 8602 6536 69753 2911 6534 69754 15939 6535 69755 8602 6536 69756 15879 6541 69757 8540 6537 69758 8541 6539 69759 2911 6534 69760 15887 6538 69761 8541 6539 69762 15886 6532 69763 9311 6531 69764 8529 6504 69765 2912 6540 69766 15879 6541 69767 8542 6542 69768 2912 6540 69769 15880 6509 69770 8542 6542 69771 15888 6546 69772 8543 6543 69773 8543 6543 69774 15887 6538 69775 8540 6537 69776 8542 6542 69777 15880 6509 69778 8530 6508 69779 8537 6522 69780 2913 6544 69781 15877 6495 69782 8537 6522 69783 15884 6525 69784 8544 6545 69785 8542 6542 69786 2913 6544 69787 15888 6546 69788 8532 6515 69789 2914 6547 69790 15881 6549 69791 8532 6515 69792 15882 6514 69793 8545 6550 69794 8545 6550 69795 15889 6556 69796 9899 6551 69797 9899 6551 69798 15891 6563 69799 9903 6548 69800 8534 6520 69801 2915 6552 69802 15882 6514 69803 8534 6520 69804 15883 6519 69805 8546 6553 69806 8547 6555 69807 2915 6552 69808 15890 6554 69809 8545 6550 69810 2915 6552 69811 15889 6556 69812 9901 6558 69813 15884 6525 69814 8536 6524 69815 9902 6559 69816 2916 6557 69817 15885 6528 69818 9902 6559 69819 15893 6648 69820 8548 6560 69821 9901 6558 69822 2916 6557 69823 15892 6561 69824 8538 6527 69825 2917 6562 69826 15885 6528 69827 8538 6527 69828 15881 6549 69829 9903 6548 69830 8549 6564 69831 2917 6562 69832 15891 6563 69833 8549 6564 69834 15893 6648 69835 9902 6559 69836 8539 6533 69837 2918 6565 69838 15883 6519 69839 8539 6533 69840 15886 6532 69841 9900 6566 69842 9898 6568 69843 2918 6565 69844 15894 6567 69845 9898 6568 69846 15890 6554 69847 8546 6553 69848 8573 6570 69849 15925 963 69850 8574 6571 69851 8575 6579 69852 2930 6569 69853 15926 6572 69854 8578 6576 69855 2931 6573 69856 15929 6575 69857 8578 6576 69858 15928 8092 69859 8576 6577 69860 8575 6579 69861 15926 6572 69862 8579 6580 69863 8579 6580 69864 15929 6575 69865 8577 6574 69866 8585 6583 69867 2933 6581 69868 15859 6582 69869 8585 6583 69870 15932 6588 69871 8591 6584 69872 8582 6586 69873 2933 6581 69874 15930 6585 69875 8582 6586 69876 15845 6410 69877 8481 6409 69878 8586 6589 69879 2934 6587 69880 15932 6588 69881 8586 6589 69882 15860 17274 69883 8482 6417 69884 8583 6590 69885 2934 6587 69886 15846 6422 69887 8583 6590 69888 15930 6585 69889 8591 6584 69890 8489 6592 69891 15864 17271 69892 9576 6593 69893 9574 6595 69894 2935 6591 69895 16415 6594 69896 8593 6597 69897 2935 6591 69898 15936 6596 69899 8593 6597 69900 15863 6600 69901 8489 6592 69902 8593 6597 69903 2936 6598 69904 15863 6600 69905 8593 6597 69906 15936 6596 69907 8592 6601 69908 8585 6583 69909 2936 6598 69910 15932 6588 69911 8585 6583 69912 15859 6582 69913 8488 6599 69914 8583 6590 69915 15846 6422 69916 8589 6603 69917 8589 6603 69918 15934 6613 69919 8596 6604 69920 8596 6604 69921 15938 6607 69922 8597 6605 69923 8583 6590 69924 2937 6602 69925 15930 6585 69926 8582 6586 69927 2938 6606 69928 15845 6410 69929 8582 6586 69930 15930 6585 69931 8597 6605 69932 8598 6517 69933 2938 6606 69934 15938 6607 69935 8598 6517 69936 15876 6487 69937 8522 6486 69938 8590 6610 69939 2939 6608 69940 15849 6609 69941 8599 6612 69942 2939 6608 69943 15935 6611 69944 8589 6603 69945 2939 6608 69946 15934 6613 69947 8589 6603 69948 15846 6422 69949 8477 6421 69950 8601 6615 69951 2940 6614 69952 15935 6611 69953 8601 6615 69954 15939 6535 69955 9312 6530 69956 8596 6604 69957 2940 6614 69958 15938 6607 69959 8596 6604 69960 15934 6613 69961 8599 6612 69962 8590 6610 69963 15849 6609 69964 8584 6617 69965 8584 6617 69966 15931 6620 69967 8600 6618 69968 8601 6615 69969 2941 6616 69970 15939 6535 69971 8601 6615 69972 15935 6611 69973 8590 6610 69974 8602 6536 69975 2942 6619 69976 15879 6541 69977 8602 6536 69978 15939 6535 69979 8600 6618 69980 9314 6621 69981 2942 6619 69982 15931 6620 69983 9314 6621 69984 15858 18854 69985 9315 6500 69986 8486 6420 69987 15861 6419 69988 8587 6623 69989 8603 6625 69990 2943 6622 69991 15933 6624 69992 8603 6625 69993 15931 6620 69994 8584 6617 69995 8486 6420 69996 2943 6622 69997 15849 6609 69998 8603 6625 69999 15933 6624 70000 8594 6627 70001 8594 6627 70002 15937 8074 70003 9570 6628 70004 9570 6628 70005 15858 18854 70006 9314 6621 70007 8603 6625 70008 2944 6626 70009 15931 6620 70010 9897 6630 70011 2945 6629 70012 15889 6556 70013 9897 6630 70014 15940 6646 70015 8614 6631 70016 8605 6633 70017 2945 6629 70018 15941 6632 70019 8605 6633 70020 15891 6563 70021 9899 6551 70022 8614 6631 70023 15940 6646 70024 8604 6635 70025 8604 6635 70026 15897 6645 70027 8550 6636 70028 8550 6636 70029 15898 18855 70030 8606 6637 70031 8606 6637 70032 15941 6632 70033 8614 6631 70034 8547 6555 70035 15890 6554 70036 9896 6639 70037 8615 6641 70038 2947 6638 70039 15942 6640 70040 8615 6641 70041 15940 6646 70042 9897 6630 70043 9897 6630 70044 15889 6556 70045 8547 6555 70046 8615 6641 70047 15942 6640 70048 8607 6643 70049 8607 6643 70050 15899 7422 70051 8551 6644 70052 8604 6635 70053 2948 6642 70054 15897 6645 70055 8615 6641 70056 2948 6642 70057 15940 6646 70058 8608 6649 70059 2949 6647 70060 15893 6648 70061 8608 6649 70062 15943 6654 70063 8616 6650 70064 8610 6652 70065 2949 6647 70066 15944 6651 70067 8610 6652 70068 15892 6561 70069 8548 6560 70070 8609 6655 70071 2950 6653 70072 15943 6654 70073 8552 6657 70074 2950 6653 70075 15901 6656 70076 8552 6657 70077 15900 7858 70078 8611 6658 70079 8616 6650 70080 2950 6653 70081 15944 6651 70082 8605 6633 70083 2951 6659 70084 15891 6563 70085 8605 6633 70086 15941 6632 70087 8617 6660 70088 8608 6649 70089 2951 6659 70090 15943 6654 70091 8608 6649 70092 15893 6648 70093 8549 6564 70094 8606 6637 70095 2952 6661 70096 15941 6632 70097 8606 6637 70098 15898 18855 70099 8553 6662 70100 8609 6655 70101 2952 6661 70102 15901 6656 70103 8609 6655 70104 15943 6654 70105 8617 6660 70106 9898 6568 70107 15894 6567 70108 8612 6664 70109 8618 6666 70110 2953 6663 70111 15945 6665 70112 8618 6666 70113 15942 6640 70114 9896 6639 70115 9898 6568 70116 2953 6663 70117 15890 6554 70118 8618 6666 70119 15945 6665 70120 8613 6668 70121 8554 6670 70122 2954 6667 70123 15902 6669 70124 8554 6670 70125 15899 7422 70126 8607 6643 70127 8618 6666 70128 2954 6667 70129 15942 6640 70130 8620 6672 70131 2956 6671 70132 15888 6546 70133 8620 6672 70134 15947 8057 70135 8627 6673 70136 8619 6675 70137 2956 6671 70138 15946 6674 70139 8543 6543 70140 2956 6671 70141 15887 6538 70142 8625 6677 70143 15945 6665 70144 8612 6664 70145 8612 6664 70146 15894 6567 70147 8621 6678 70148 8630 6680 70149 15949 8067 70150 8629 6681 70151 8629 6681 70152 15948 6687 70153 8628 6682 70154 8629 6681 70155 15949 8067 70156 8624 6684 70157 8624 6684 70158 15904 7633 70159 8556 6685 70160 8556 6685 70161 15903 7445 70162 8623 6686 70163 8629 6681 70164 2961 6683 70165 15948 6687 70166 8610 6652 70167 15944 6651 70168 8626 6689 70169 8622 6690 70170 15892 6561 70171 8610 6652 70172 8670 6694 70173 2964 6691 70174 15962 6693 70175 8670 6694 70176 16015 17280 70177 8720 6695 70178 8672 6697 70179 2964 6691 70180 16016 6696 70181 8672 6697 70182 15966 7524 70183 8632 6692 70184 8720 6695 70185 16015 17280 70186 8671 6699 70187 8633 6701 70188 2965 6698 70189 15965 6700 70190 8673 6703 70191 2965 6698 70192 15967 6702 70193 8673 6703 70194 16016 6696 70195 8720 6695 70196 8669 6707 70197 2966 6704 70198 15964 6706 70199 8669 6707 70200 16014 7920 70201 8721 6708 70202 8721 6708 70203 16017 6716 70204 8674 6709 70205 8634 6705 70206 2966 6704 70207 15968 6710 70208 8721 6708 70209 16014 7920 70210 8668 6712 70211 8635 6714 70212 2967 6711 70213 15963 6713 70214 8635 6714 70215 15969 6997 70216 8675 6715 70217 8721 6708 70218 2967 6711 70219 16017 6716 70220 8679 6720 70221 2968 6717 70222 15973 6719 70223 8679 6720 70224 16019 17287 70225 8722 6721 70226 8680 6723 70227 2968 6717 70228 16020 6722 70229 8680 6723 70230 15975 7700 70231 8637 6718 70232 8722 6721 70233 16019 17287 70234 8678 6725 70235 8638 6727 70236 2969 6724 70237 15972 6726 70238 8681 6729 70239 2969 6724 70240 15976 6728 70241 8681 6729 70242 16020 6722 70243 8722 6721 70244 8677 6733 70245 2970 6730 70246 15971 6732 70247 8677 6733 70248 16018 17283 70249 8723 6734 70250 8723 6734 70251 16021 6742 70252 8682 6735 70253 8639 6731 70254 2970 6730 70255 15977 6736 70256 8723 6734 70257 16018 17283 70258 8676 6738 70259 8636 6740 70260 2971 6737 70261 15970 6739 70262 8636 6740 70263 15974 7708 70264 8683 6741 70265 8723 6734 70266 2971 6737 70267 16021 6742 70268 8687 6746 70269 2972 6743 70270 15981 6745 70271 8687 6746 70272 16023 7906 70273 8724 6747 70274 8688 6749 70275 2972 6743 70276 16024 6748 70277 8688 6749 70278 15983 6912 70279 8641 6744 70280 8724 6747 70281 16023 7906 70282 8686 6751 70283 8642 6753 70284 2973 6750 70285 15980 6752 70286 8689 6755 70287 2973 6750 70288 15984 6754 70289 8689 6755 70290 16024 6748 70291 8724 6747 70292 8685 6759 70293 2974 6756 70294 15979 6758 70295 8685 6759 70296 16022 17290 70297 8725 6760 70298 8725 6760 70299 16025 6768 70300 8691 6761 70301 8643 6757 70302 2974 6756 70303 15985 6762 70304 8725 6760 70305 16022 17290 70306 8684 6764 70307 8640 6766 70308 2975 6763 70309 15978 6765 70310 8640 6766 70311 15982 7342 70312 8690 6767 70313 8725 6760 70314 2975 6763 70315 16025 6768 70316 8700 6772 70317 2976 6769 70318 15994 6771 70319 8700 6772 70320 16030 6986 70321 8726 6773 70322 8704 6775 70323 2976 6769 70324 16032 6774 70325 8704 6775 70326 15998 6878 70327 8644 6770 70328 8726 6773 70329 16030 6986 70330 8701 6777 70331 8645 6779 70332 2977 6776 70333 15995 6778 70334 8645 6779 70335 15999 6881 70336 8705 6780 70337 8726 6773 70338 2977 6776 70339 16032 6774 70340 8646 6782 70341 15996 18856 70342 8703 6783 70343 8703 6783 70344 16031 6994 70345 8727 6784 70346 8706 6786 70347 2978 6781 70348 16033 6785 70349 8706 6786 70350 16000 6885 70351 8646 6782 70352 8727 6784 70353 16031 6994 70354 8702 6788 70355 8647 6790 70356 2979 6787 70357 15997 6789 70358 8647 6790 70359 16001 6890 70360 8707 6791 70361 8727 6784 70362 2979 6787 70363 16033 6785 70364 8696 6795 70365 2980 6792 70366 15991 6794 70367 8696 6795 70368 16028 6955 70369 8728 6796 70370 8708 6798 70371 2980 6792 70372 16034 6797 70373 8708 6798 70374 16003 6861 70375 8649 6793 70376 8728 6796 70377 16028 6955 70378 8697 6800 70379 8650 6802 70380 2981 6799 70381 15992 6801 70382 8650 6802 70383 16004 6864 70384 8709 6803 70385 8728 6796 70386 2981 6799 70387 16034 6797 70388 8699 6807 70389 2982 6804 70390 15993 6806 70391 8699 6807 70392 16029 6963 70393 8729 6808 70394 8711 6810 70395 2982 6804 70396 16035 6809 70397 8711 6810 70398 16005 6868 70399 8651 6805 70400 8729 6808 70401 16029 6963 70402 8698 6812 70403 8648 6814 70404 2983 6811 70405 15990 6813 70406 8648 6814 70407 16002 6873 70408 8710 6815 70409 8729 6808 70410 2983 6811 70411 16035 6809 70412 8692 6819 70413 2984 6816 70414 15987 6818 70415 8692 6819 70416 16026 6915 70417 8730 6820 70418 8712 6822 70419 2984 6816 70420 16036 6821 70421 8712 6822 70422 16007 6841 70423 8653 6817 70424 8730 6820 70425 16026 6915 70426 8693 6824 70427 8693 6824 70428 15988 18857 70429 8654 6825 70430 8654 6825 70431 16008 6846 70432 8713 6826 70433 8713 6826 70434 16036 6821 70435 8730 6820 70436 8695 6830 70437 2986 6827 70438 15989 6829 70439 8695 6830 70440 16027 6931 70441 8731 6831 70442 8715 6833 70443 2986 6827 70444 16037 6832 70445 8715 6833 70446 16009 6851 70447 8655 6828 70448 8731 6831 70449 16027 6931 70450 8694 6835 70451 8652 6837 70452 2987 6834 70453 15986 6836 70454 8652 6837 70455 16006 6856 70456 8714 6838 70457 8731 6831 70458 2987 6834 70459 16037 6832 70460 8712 6822 70461 2988 6839 70462 16007 6841 70463 8712 6822 70464 16036 6821 70465 9812 6842 70466 9808 6844 70467 2988 6839 70468 16532 6843 70469 9808 6844 70470 16535 7386 70471 9822 6840 70472 8713 6826 70473 2989 6845 70474 16036 6821 70475 9811 6847 70476 2989 6845 70477 16008 6846 70478 9811 6847 70479 16534 7306 70480 9809 6848 70481 9812 6842 70482 2989 6845 70483 16532 6843 70484 8715 6833 70485 2990 6849 70486 16009 6851 70487 8715 6833 70488 16037 6832 70489 8732 6852 70490 8717 6854 70491 2990 6849 70492 16038 6853 70493 8717 6854 70494 15958 7256 70495 8657 6850 70496 8732 6852 70497 16037 6832 70498 8714 6838 70499 8656 6857 70500 2991 6855 70501 16006 6856 70502 8656 6857 70503 15960 7169 70504 8716 6858 70505 8732 6852 70506 2991 6855 70507 16038 6853 70508 8708 6798 70509 2992 6859 70510 16003 6861 70511 8708 6798 70512 16034 6797 70513 8733 6862 70514 8716 6858 70515 2992 6859 70516 16038 6853 70517 8716 6858 70518 15960 7169 70519 8659 6860 70520 8733 6862 70521 16034 6797 70522 8709 6803 70523 8660 6865 70524 2993 6863 70525 16004 6864 70526 8660 6865 70527 15958 7256 70528 8717 6854 70529 8733 6862 70530 2993 6863 70531 16038 6853 70532 8711 6810 70533 2994 6866 70534 16005 6868 70535 8711 6810 70536 16035 6809 70537 8734 6869 70538 8719 6871 70539 2994 6866 70540 16039 6870 70541 8719 6871 70542 15959 7467 70543 8661 6867 70544 8734 6869 70545 16035 6809 70546 8710 6815 70547 8658 6874 70548 2995 6872 70549 16002 6873 70550 8658 6874 70551 15961 7575 70552 8718 6875 70553 8734 6869 70554 2995 6872 70555 16039 6870 70556 8704 6775 70557 2996 6876 70558 15998 6878 70559 8704 6775 70560 16032 6774 70561 8735 6879 70562 8718 6875 70563 2996 6876 70564 16039 6870 70565 8718 6875 70566 15961 7575 70567 8662 6877 70568 8735 6879 70569 16032 6774 70570 8705 6780 70571 8663 6882 70572 2997 6880 70573 15999 6881 70574 8663 6882 70575 15959 7467 70576 8719 6871 70577 8735 6879 70578 2997 6880 70579 16039 6870 70580 8706 6786 70581 2998 6883 70582 16000 6885 70583 8706 6786 70584 16033 6785 70585 8750 6886 70586 8751 6888 70587 2998 6883 70588 15956 6887 70589 8751 6888 70590 15955 7012 70591 8664 6884 70592 8750 6886 70593 16033 6785 70594 8707 6791 70595 8665 6891 70596 2999 6889 70597 16001 6890 70598 8665 6891 70599 15957 7020 70600 8631 6892 70601 8750 6886 70602 2999 6889 70603 15956 6887 70604 8558 6894 70605 15908 7222 70606 8742 6895 70607 8749 6897 70608 3000 6893 70609 16043 6896 70610 8749 6897 70611 16044 7285 70612 8744 6898 70613 8558 6894 70614 3000 6893 70615 15909 6899 70616 8755 6901 70617 15922 7479 70618 8754 6902 70619 8753 6904 70620 3001 6900 70621 15954 6903 70622 8753 6904 70623 16012 7009 70624 8752 6905 70625 8755 6901 70626 3001 6900 70627 15952 6906 70628 8688 6749 70629 16024 6748 70630 8764 6908 70631 8768 6910 70632 3002 6907 70633 16052 6909 70634 8768 6910 70635 16049 6917 70636 8758 6911 70637 8688 6749 70638 3002 6907 70639 15983 6912 70640 8768 6910 70641 16052 6909 70642 8765 6914 70643 8692 6819 70644 3003 6913 70645 16026 6915 70646 8692 6819 70647 15987 6818 70648 8759 6916 70649 8768 6910 70650 3003 6913 70651 16049 6917 70652 8689 6755 70653 15984 6754 70654 8760 6919 70655 8769 6921 70656 3004 6918 70657 16050 6920 70658 8769 6921 70659 16052 6909 70660 8764 6908 70661 8689 6755 70662 3004 6918 70663 16024 6748 70664 8761 6923 70665 3005 6922 70666 16050 6920 70667 8761 6923 70668 15988 18857 70669 8693 6824 70670 8765 6914 70671 3005 6922 70672 16026 6915 70673 8765 6914 70674 16052 6909 70675 8769 6921 70676 8766 6925 70677 3006 6924 70678 16025 6768 70679 8766 6925 70680 16053 6937 70681 8770 6926 70682 8762 6928 70683 3006 6924 70684 16051 6927 70685 8762 6928 70686 15985 6762 70687 8691 6761 70688 8770 6926 70689 16053 6937 70690 8767 6930 70691 8695 6830 70692 3007 6929 70693 16027 6931 70694 8695 6830 70695 15989 6829 70696 8763 6932 70697 8770 6926 70698 3007 6929 70699 16051 6927 70700 8690 6767 70701 15982 7342 70702 8756 6934 70703 8771 6936 70704 3008 6933 70705 16048 6935 70706 8766 6925 70707 3008 6933 70708 16053 6937 70709 8766 6925 70710 16025 6768 70711 8690 6767 70712 8771 6936 70713 16048 6935 70714 8757 6939 70715 8757 6939 70716 15986 6836 70717 8694 6835 70718 8694 6835 70719 16027 6931 70720 8767 6930 70721 8771 6936 70722 3009 6938 70723 16053 6937 70724 8680 6723 70725 16020 6722 70726 8780 6941 70727 8780 6941 70728 16058 6946 70729 8784 6942 70730 8774 6944 70731 3010 6940 70732 16055 6943 70733 8774 6944 70734 15975 7700 70735 8680 6723 70736 8781 6947 70737 3011 6945 70738 16058 6946 70739 8781 6947 70740 16028 6955 70741 8696 6795 70742 8775 6948 70743 3011 6945 70744 15991 6794 70745 8775 6948 70746 16055 6943 70747 8784 6942 70748 8681 6729 70749 15976 6728 70750 8776 6950 70751 8785 6952 70752 3012 6949 70753 16056 6951 70754 8785 6952 70755 16058 6946 70756 8780 6941 70757 8681 6729 70758 3012 6949 70759 16020 6722 70760 8777 6954 70761 3013 6953 70762 16056 6951 70763 8777 6954 70764 15992 6801 70765 8697 6800 70766 8781 6947 70767 3013 6953 70768 16028 6955 70769 8781 6947 70770 16058 6946 70771 8785 6952 70772 8782 6957 70773 3014 6956 70774 16021 6742 70775 8782 6957 70776 16059 6971 70777 8786 6958 70778 8778 6960 70779 3014 6956 70780 16057 6959 70781 8778 6960 70782 15977 6736 70783 8682 6735 70784 8786 6958 70785 16059 6971 70786 8783 6962 70787 8699 6807 70788 3015 6961 70789 16029 6963 70790 8699 6807 70791 15993 6806 70792 8779 6964 70793 8786 6958 70794 3015 6961 70795 16057 6959 70796 8683 6741 70797 15974 7708 70798 8772 6966 70799 8787 6968 70800 3016 6965 70801 16054 6967 70802 8787 6968 70803 16059 6971 70804 8782 6957 70805 8782 6957 70806 16021 6742 70807 8683 6741 70808 8787 6968 70809 16054 6967 70810 8773 6970 70811 8698 6812 70812 3017 6969 70813 15990 6813 70814 8698 6812 70815 16029 6963 70816 8783 6962 70817 8787 6968 70818 3017 6969 70819 16059 6971 70820 8672 6697 70821 16016 6696 70822 8796 6973 70823 8800 6975 70824 3018 6972 70825 16064 6974 70826 8800 6975 70827 16060 7065 70828 8788 6976 70829 8788 6976 70830 15966 7524 70831 8672 6697 70832 8797 6978 70833 3019 6977 70834 16064 6974 70835 8797 6978 70836 16030 6986 70837 8700 6772 70838 8700 6772 70839 15994 6771 70840 8789 6979 70841 8789 6979 70842 16060 7065 70843 8800 6975 70844 8673 6703 70845 15967 6702 70846 8790 6981 70847 8801 6983 70848 3020 6980 70849 16061 6982 70850 8801 6983 70851 16064 6974 70852 8796 6973 70853 8673 6703 70854 3020 6980 70855 16016 6696 70856 8791 6985 70857 3021 6984 70858 16061 6982 70859 8791 6985 70860 15995 6778 70861 8701 6777 70862 8797 6978 70863 3021 6984 70864 16030 6986 70865 8797 6978 70866 16064 6974 70867 8801 6983 70868 8798 6988 70869 3022 6987 70870 16017 6716 70871 8798 6988 70872 16065 7000 70873 8802 6989 70874 8792 6991 70875 3022 6987 70876 16062 6990 70877 8792 6991 70878 15968 6710 70879 8674 6709 70880 8802 6989 70881 16065 7000 70882 8799 6993 70883 8703 6783 70884 3023 6992 70885 16031 6994 70886 8703 6783 70887 15996 18856 70888 8793 6995 70889 8802 6989 70890 3023 6992 70891 16062 6990 70892 8794 6998 70893 3024 6996 70894 15969 6997 70895 8794 6998 70896 16063 7002 70897 8803 6999 70898 8798 6988 70899 3024 6996 70900 16065 7000 70901 8798 6988 70902 16017 6716 70903 8675 6715 70904 8795 7003 70905 3025 7001 70906 16063 7002 70907 8795 7003 70908 15997 6789 70909 8702 6788 70910 8799 6993 70911 3025 7001 70912 16031 6994 70913 8799 6993 70914 16065 7000 70915 8803 6999 70916 8753 6904 70917 15954 6903 70918 8804 7005 70919 8816 7007 70920 3026 7004 70921 16066 7006 70922 8816 7007 70923 16069 7014 70924 8811 7008 70925 8753 6904 70926 3026 7004 70927 16012 7009 70928 8816 7007 70929 16066 7006 70930 8805 7011 70931 8751 6888 70932 3027 7010 70933 15955 7012 70934 8751 6888 70935 15956 6887 70936 8810 7013 70937 8816 7007 70938 3027 7010 70939 16069 7014 70940 8811 7008 70941 3028 7015 70942 16012 7009 70943 8811 7008 70944 16069 7014 70945 8817 7016 70946 8806 7018 70947 3028 7015 70948 16067 7017 70949 8806 7018 70950 15952 6906 70951 8752 6905 70952 8810 7013 70953 3029 7019 70954 16069 7014 70955 8810 7013 70956 15956 6887 70957 8631 6892 70958 8807 7021 70959 3029 7019 70960 15957 7020 70961 8807 7021 70962 16067 7017 70963 8817 7016 70964 8822 7023 70965 15981 6745 70966 8641 6744 70967 8641 6744 70968 15983 6912 70969 8820 7024 70970 8820 7024 70971 16073 7331 70972 8821 7025 70973 8822 7023 70974 3030 7022 70975 16074 7026 70976 8819 7028 70977 15982 7342 70978 8640 6766 70979 8640 6766 70980 15978 6765 70981 8823 7029 70982 8824 7031 70983 3031 7027 70984 16075 7030 70985 8824 7031 70986 16072 7329 70987 8819 7028 70988 8828 7033 70989 15973 6719 70990 8637 6718 70991 8637 6718 70992 15975 7700 70993 8826 7034 70994 8827 7036 70995 3032 7032 70996 16077 7035 70997 8828 7033 70998 3032 7032 70999 16078 7037 71000 8825 7039 71001 15974 7708 71002 8636 6740 71003 8636 6740 71004 15970 6739 71005 8829 7040 71006 8830 7042 71007 3033 7038 71008 16079 7041 71009 8830 7042 71010 16076 7718 71011 8825 7039 71012 8831 7044 71013 15969 6997 71014 8635 6714 71015 8635 6714 71016 15963 6713 71017 8833 7045 71018 8834 7047 71019 3034 7043 71020 16082 7046 71021 8831 7044 71022 3034 7043 71023 16081 7048 71024 8836 7050 71025 15962 6693 71026 8632 6692 71027 8632 6692 71028 15966 7524 71029 8832 7051 71030 8832 7051 71031 16080 7542 71032 8835 7052 71033 8836 7050 71034 3035 7049 71035 16083 7053 71036 8839 7055 71037 15997 6789 71038 8795 7003 71039 8837 7056 71040 3036 7054 71041 16063 7002 71042 8837 7056 71043 16084 18858 71044 8838 7057 71045 8839 7055 71046 3036 7054 71047 16085 7058 71048 8794 6998 71049 3037 7059 71050 16063 7002 71051 8794 6998 71052 15969 6997 71053 8840 7060 71054 8841 7062 71055 3037 7059 71056 16086 7061 71057 8841 7062 71058 16084 18858 71059 8837 7056 71060 8789 6979 71061 3038 7063 71062 16060 7065 71063 8789 6979 71064 15994 6771 71065 8842 7066 71066 8843 7068 71067 3038 7063 71068 16088 7067 71069 8843 7068 71070 16087 7567 71071 8844 7064 71072 8846 7070 71073 15966 7524 71074 8788 6976 71075 8844 7064 71076 3039 7069 71077 16060 7065 71078 8844 7064 71079 16087 7567 71080 8845 7071 71081 8846 7070 71082 3039 7069 71083 16089 7072 71084 8775 6948 71085 3040 7073 71086 16055 6943 71087 8775 6948 71088 15991 6794 71089 8847 7075 71090 8848 7077 71091 3040 7073 71092 16091 7076 71093 8848 7077 71094 16090 18859 71095 8849 7074 71096 8851 7079 71097 15975 7700 71098 8774 6944 71099 8849 7074 71100 3041 7078 71101 16055 6943 71102 8849 7074 71103 16090 18859 71104 8850 7080 71105 8851 7079 71106 3041 7078 71107 16092 7081 71108 8854 7083 71109 15990 6813 71110 8773 6970 71111 8852 7084 71112 3042 7082 71113 16054 6967 71114 8852 7084 71115 16093 18860 71116 8853 7085 71117 8854 7083 71118 3042 7082 71119 16094 7086 71120 8772 6966 71121 3043 7087 71122 16054 6967 71123 8772 6966 71124 15974 7708 71125 8855 7088 71126 8856 7090 71127 3043 7087 71128 16095 7089 71129 8856 7090 71130 16093 18860 71131 8852 7084 71132 8759 6916 71133 3044 7091 71134 16049 6917 71135 8759 6916 71136 15987 6818 71137 8857 7093 71138 8858 7095 71139 3044 7091 71140 16097 7094 71141 8858 7095 71142 16096 18861 71143 8859 7092 71144 8861 7097 71145 15983 6912 71146 8758 6911 71147 8859 7092 71148 3045 7096 71149 16049 6917 71150 8859 7092 71151 16096 18861 71152 8860 7098 71153 8861 7097 71154 3045 7096 71155 16098 7099 71156 8864 7101 71157 15986 6836 71158 8757 6939 71159 8862 7102 71160 3046 7100 71161 16048 6935 71162 8862 7102 71163 16099 18862 71164 8863 7103 71165 8864 7101 71166 3046 7100 71167 16100 7104 71168 8756 6934 71169 3047 7105 71170 16048 6935 71171 8756 6934 71172 15982 7342 71173 8865 7106 71174 8866 7108 71175 3047 7105 71176 16101 7107 71177 8866 7108 71178 16099 18862 71179 8862 7102 71180 8868 7110 71181 16007 6841 71182 9822 6840 71183 9822 6840 71184 16535 7386 71185 9821 7111 71186 8867 7113 71187 3048 7109 71188 16102 7112 71189 8867 7113 71190 16103 7121 71191 8868 7110 71192 8871 7115 71193 15960 7169 71194 8656 6857 71195 8656 6857 71196 16006 6856 71197 8869 7116 71198 8869 7116 71199 16105 7373 71200 8870 7117 71201 8871 7115 71202 3049 7114 71203 16104 7118 71204 8653 6817 71205 3050 7119 71206 15987 6818 71207 8868 7110 71208 3050 7119 71209 16007 6841 71210 8872 7122 71211 3050 7119 71212 16103 7121 71213 8873 7120 71214 3050 7119 71215 16106 7123 71216 8652 6837 71217 3051 7124 71218 16006 6856 71219 8652 6837 71220 15986 6836 71221 8874 7125 71222 8875 7127 71223 3051 7124 71224 16107 7126 71225 8875 7127 71226 16105 7373 71227 8869 7116 71228 8878 7129 71229 16003 6861 71230 8659 6860 71231 8659 6860 71232 15960 7169 71233 8876 7130 71234 8877 7132 71235 3052 7128 71236 16108 7131 71237 8877 7132 71238 16109 7140 71239 8878 7129 71240 8881 7134 71241 15961 7575 71242 8658 6874 71243 8658 6874 71244 16002 6873 71245 8879 7135 71246 8879 7135 71247 16111 7146 71248 8880 7136 71249 8881 7134 71250 3053 7133 71251 16110 7137 71252 8883 7139 71253 15991 6794 71254 8649 6793 71255 8878 7129 71256 3054 7138 71257 16003 6861 71258 8882 7141 71259 3054 7138 71260 16109 7140 71261 8883 7139 71262 3054 7138 71263 16112 7142 71264 8648 6814 71265 3055 7143 71266 16002 6873 71267 8648 6814 71268 15990 6813 71269 8884 7144 71270 8884 7144 71271 16113 7766 71272 8885 7145 71273 8879 7135 71274 3055 7143 71275 16111 7146 71276 8888 7148 71277 15957 7020 71278 8665 6891 71279 8886 7149 71280 3056 7147 71281 16001 6890 71282 8886 7149 71283 16115 18863 71284 8887 7150 71285 8888 7148 71286 3056 7147 71287 16114 7151 71288 8891 7153 71289 15998 6878 71290 8662 6877 71291 8662 6877 71292 15961 7575 71293 8889 7154 71294 8890 7156 71295 3057 7152 71296 16116 7155 71297 8890 7156 71298 16117 7590 71299 8891 7153 71300 8647 6790 71301 3058 7157 71302 16001 6890 71303 8647 6790 71304 15997 6789 71305 8892 7158 71306 8893 7160 71307 3058 7157 71308 16118 7159 71309 8893 7160 71310 16115 18863 71311 8886 7149 71312 8895 7162 71313 15994 6771 71314 8644 6770 71315 8891 7153 71316 3059 7161 71317 15998 6878 71318 8891 7153 71319 16117 7590 71320 8894 7163 71321 8895 7162 71322 3059 7161 71323 16119 7164 71324 8809 7168 71325 3060 7165 71326 16068 7167 71327 8896 7170 71328 3060 7165 71329 15960 7169 71330 8897 7172 71331 3060 7165 71332 16120 7171 71333 8897 7172 71334 16121 7403 71335 8898 7166 71336 8808 7176 71337 3061 7173 71338 15951 7175 71339 8898 7166 71340 3061 7173 71341 16068 7167 71342 8898 7166 71343 16121 7403 71344 8899 7177 71345 8900 7174 71346 3061 7173 71347 16122 7178 71348 8809 7168 71349 3062 7179 71350 15960 7169 71351 8809 7168 71352 16068 7167 71353 8901 7181 71354 8901 7181 71355 16124 18864 71356 8902 7182 71357 8903 7180 71358 3062 7179 71359 16123 7183 71360 8808 7176 71361 3063 7184 71362 16068 7167 71363 8808 7176 71364 15951 7175 71365 8904 7185 71366 8905 7187 71367 3063 7184 71368 16125 7186 71369 8905 7187 71370 16124 18864 71371 8901 7181 71372 8807 7021 71373 3064 7188 71374 16067 7017 71375 8807 7021 71376 15957 7020 71377 8906 7190 71378 8907 7192 71379 3064 7188 71380 16126 7191 71381 8907 7192 71382 16127 7615 71383 8908 7189 71384 8910 7194 71385 15952 6906 71386 8806 7018 71387 8908 7189 71388 3065 7193 71389 16067 7017 71390 8908 7189 71391 16127 7615 71392 8909 7195 71393 8910 7194 71394 3065 7193 71395 16128 7196 71396 8917 7200 71397 3068 7197 71398 16041 7199 71399 8917 7200 71400 16136 7207 71401 8918 7201 71402 8917 7200 71403 16041 7199 71404 8738 7203 71405 8919 7205 71406 3069 7202 71407 15905 7204 71408 8919 7205 71409 16137 7807 71410 8920 7206 71411 8917 7200 71412 3069 7202 71413 16136 7207 71414 8737 7501 71415 3070 7208 71416 16040 7210 71417 8921 7211 71418 16138 7216 71419 8922 7209 71420 8736 7215 71421 3071 7212 71422 15906 7214 71423 8736 7215 71424 16040 7210 71425 8922 7209 71426 8923 7217 71427 3071 7212 71428 16138 7216 71429 8923 7217 71430 16139 7817 71431 8924 7213 71432 8927 7221 71433 3072 7218 71434 16141 7220 71435 8558 6894 71436 3072 7218 71437 15908 7222 71438 8558 6894 71439 15909 6899 71440 8928 7223 71441 8928 7223 71442 16142 7234 71443 8979 7219 71444 8930 7225 71445 15908 7222 71446 8927 7221 71447 8980 7226 71448 3073 7224 71449 16141 7220 71450 8980 7226 71451 16175 7848 71452 8981 7227 71453 8930 7225 71454 3073 7224 71455 16143 7228 71456 8931 7230 71457 3074 7229 71458 15909 6899 71459 8931 7230 71460 16144 7288 71461 9217 7231 71462 9233 7233 71463 3074 7229 71464 16254 7232 71465 8928 7223 71466 3074 7229 71467 16142 7234 71468 8642 6753 71469 15980 6752 71470 8939 7236 71471 8982 7238 71472 3078 7235 71473 16151 7237 71474 8982 7238 71475 16154 7958 71476 8944 7239 71477 8944 7239 71478 15984 6754 71479 8642 6753 71480 8938 7241 71481 3079 7240 71482 16151 7237 71483 8938 7241 71484 15979 6758 71485 8643 6757 71486 8643 6757 71487 15985 6762 71488 8945 7242 71489 8945 7242 71490 16154 7958 71491 8982 7238 71492 8654 6825 71493 15988 18857 71494 8948 7244 71495 8948 7244 71496 16156 7941 71497 8983 7245 71498 8983 7245 71499 16157 7255 71500 8950 7246 71501 8654 6825 71502 3080 7243 71503 16008 6846 71504 8983 7245 71505 16156 7941 71506 8949 7248 71507 8949 7248 71508 15989 6829 71509 8655 6828 71510 8951 7249 71511 3081 7247 71512 16009 6851 71513 8951 7249 71514 16157 7255 71515 8983 7245 71516 8950 7246 71517 3082 7250 71518 16008 6846 71519 8950 7246 71520 16157 7255 71521 8984 7251 71522 9810 7253 71523 3082 7250 71524 16149 7252 71525 9810 7253 71526 16534 7306 71527 9811 6847 71528 8951 7249 71529 3083 7254 71530 16157 7255 71531 8951 7249 71532 16009 6851 71533 8657 6850 71534 8936 7257 71535 3083 7254 71536 15958 7256 71537 8936 7257 71538 16149 7252 71539 8984 7251 71540 8958 7261 71541 3084 7258 71542 16161 7260 71543 8958 7261 71544 16011 7303 71545 8667 7262 71546 8933 7264 71547 3084 7258 71548 15924 7263 71549 8933 7264 71550 16147 18248 71551 8985 7259 71552 8684 6764 71553 16022 17290 71554 8952 7266 71555 8986 7268 71556 3085 7265 71557 16158 7267 71558 8986 7268 71559 16152 18865 71560 8940 7269 71561 8940 7269 71562 15978 6765 71563 8684 6764 71564 8953 7271 71565 3086 7270 71566 16158 7267 71567 8953 7271 71568 16023 7906 71569 8687 6746 71570 8687 6746 71571 15981 6745 71572 8941 7272 71573 8941 7272 71574 16152 18865 71575 8986 7268 71576 8954 7274 71577 3087 7273 71578 16041 7199 71579 8954 7274 71580 16159 7278 71581 8987 7275 71582 8929 7276 71583 3087 7273 71584 16143 7228 71585 8929 7276 71586 15905 7204 71587 8738 7203 71588 8955 7279 71589 3088 7277 71590 16159 7278 71591 8955 7279 71592 16043 6896 71593 8742 6895 71594 8930 7225 71595 3088 7277 71596 15908 7222 71597 8930 7225 71598 16143 7228 71599 8987 7275 71600 8954 7274 71601 3089 7280 71602 16159 7278 71603 8739 7198 71604 3089 7280 71605 16041 7199 71606 8955 7279 71607 3090 7282 71608 16043 6896 71609 8955 7279 71610 16159 7278 71611 8988 7281 71612 8956 7286 71613 3091 7284 71614 16044 7285 71615 8956 7286 71616 16160 7297 71617 8989 7287 71618 8931 7230 71619 3091 7284 71620 16144 7288 71621 8931 7230 71622 15909 6899 71623 8744 6898 71624 8989 7287 71625 16160 7297 71626 8957 7290 71627 8747 7292 71628 3092 7289 71629 16047 7291 71630 8932 7294 71631 3092 7289 71632 15912 7293 71633 8932 7294 71634 16144 7288 71635 8989 7287 71636 8748 7296 71637 16047 7291 71638 8957 7290 71639 8990 7903 71640 3093 7295 71641 16160 7297 71642 8959 7301 71643 3094 7298 71644 16163 7300 71645 8959 7301 71646 16071 7311 71647 8815 7302 71648 8958 7261 71649 3094 7298 71650 16011 7303 71651 8958 7261 71652 16161 7260 71653 8991 7299 71654 9810 7253 71655 3095 7304 71656 16534 7306 71657 9810 7253 71658 16149 7252 71659 8992 7307 71660 9816 7308 71661 3095 7304 71662 16163 7300 71663 9816 7308 71664 16258 9131 71665 9813 7305 71666 8936 7257 71667 3096 7309 71668 16149 7252 71669 8936 7257 71670 15958 7256 71671 8814 7310 71672 8959 7301 71673 3096 7309 71674 16071 7311 71675 8959 7301 71676 16163 7300 71677 8992 7307 71678 8943 7313 71679 3097 7312 71680 15983 6912 71681 8943 7313 71682 16153 7318 71683 8993 7314 71684 8961 7316 71685 3097 7312 71686 16164 7315 71687 8961 7316 71688 16073 7331 71689 8820 7024 71690 8942 7319 71691 3098 7317 71692 16153 7318 71693 8942 7319 71694 15982 7342 71695 8819 7028 71696 8819 7028 71697 16072 7329 71698 8960 7320 71699 8960 7320 71700 16164 7315 71701 8993 7314 71702 8940 7269 71703 3099 7321 71704 15978 6765 71705 8940 7269 71706 16152 18865 71707 8994 7322 71708 8963 7324 71709 3099 7321 71710 16165 7323 71711 8963 7324 71712 16075 7030 71713 8823 7029 71714 8994 7322 71715 16152 18865 71716 8941 7272 71717 8822 7023 71718 3100 7325 71719 15981 6745 71720 8822 7023 71721 16074 7026 71722 8962 7326 71723 8994 7322 71724 3100 7325 71725 16165 7323 71726 8963 7324 71727 3101 7327 71728 16075 7030 71729 8963 7324 71730 16165 7323 71731 8995 7328 71732 8995 7328 71733 16164 7315 71734 8960 7320 71735 8824 7031 71736 3101 7327 71737 16072 7329 71738 8962 7326 71739 3102 7330 71740 16165 7323 71741 8962 7326 71742 16074 7026 71743 8821 7025 71744 8961 7316 71745 3102 7330 71746 16073 7331 71747 8961 7316 71748 16164 7315 71749 8995 7328 71750 8947 7333 71751 3103 7332 71752 15987 6818 71753 8996 7335 71754 3103 7332 71755 16155 7334 71756 8964 7337 71757 3103 7332 71758 16166 7336 71759 8964 7337 71760 16097 7094 71761 8857 7093 71762 8946 7339 71763 3104 7338 71764 16155 7334 71765 8946 7339 71766 15986 6836 71767 8864 7101 71768 8864 7101 71769 16100 7104 71770 8965 7340 71771 8965 7340 71772 16166 7336 71773 8996 7335 71774 8942 7319 71775 3105 7341 71776 15982 7342 71777 8942 7319 71778 16153 7318 71779 8997 7343 71780 8967 7345 71781 3105 7341 71782 16167 7344 71783 8967 7345 71784 16101 7107 71785 8865 7106 71786 8943 7313 71787 3106 7346 71788 16153 7318 71789 8943 7313 71790 15983 6912 71791 8861 7097 71792 8861 7097 71793 16098 7099 71794 8966 7347 71795 8966 7347 71796 16167 7344 71797 8997 7343 71798 8967 7345 71799 3107 7348 71800 16101 7107 71801 8967 7345 71802 16167 7344 71803 8998 7349 71804 8969 7351 71805 3107 7348 71806 16168 7350 71807 8969 7351 71808 16099 18862 71809 8866 7108 71810 8966 7347 71811 3108 7352 71812 16167 7344 71813 8860 7098 71814 3108 7352 71815 16098 7099 71816 8860 7098 71817 16096 18861 71818 8968 7353 71819 8968 7353 71820 16168 7350 71821 8998 7349 71822 8863 7103 71823 16099 18862 71824 8969 7351 71825 8969 7351 71826 16168 7350 71827 8999 7355 71828 8999 7355 71829 16166 7336 71830 8965 7340 71831 8863 7103 71832 3109 7354 71833 16100 7104 71834 8968 7353 71835 3110 7356 71836 16168 7350 71837 8968 7353 71838 16096 18861 71839 8858 7095 71840 8964 7337 71841 3110 7356 71842 16097 7094 71843 8964 7337 71844 16166 7336 71845 8999 7355 71846 8946 7339 71847 3111 7357 71848 15986 6836 71849 9000 7358 71850 3111 7357 71851 16155 7334 71852 8971 7360 71853 3111 7357 71854 16169 7359 71855 8971 7360 71856 16107 7126 71857 8874 7125 71858 9000 7358 71859 16155 7334 71860 8947 7333 71861 8873 7120 71862 3112 7361 71863 15987 6818 71864 8873 7120 71865 16106 7123 71866 8970 7362 71867 9000 7358 71868 3112 7361 71869 16169 7359 71870 9821 7111 71871 16535 7386 71872 9820 7364 71873 9001 7366 71874 3113 7363 71875 16150 7365 71876 9001 7366 71877 16170 7371 71878 8972 7367 71879 9821 7111 71880 3113 7363 71881 16102 7112 71882 9001 7366 71883 16150 7365 71884 8937 7369 71885 8937 7369 71886 15960 7169 71887 8871 7115 71888 8871 7115 71889 16104 7118 71890 8973 7370 71891 9001 7366 71892 3114 7368 71893 16170 7371 71894 8975 7374 71895 3115 7372 71896 16105 7373 71897 8975 7374 71898 16171 7377 71899 9002 7375 71900 8973 7370 71901 3115 7372 71902 16170 7371 71903 8870 7117 71904 3115 7372 71905 16104 7118 71906 8974 7378 71907 3116 7376 71908 16171 7377 71909 8867 7113 71910 3116 7376 71911 16103 7121 71912 8972 7367 71913 3116 7376 71914 16102 7112 71915 8972 7367 71916 16170 7371 71917 9002 7375 71918 8971 7360 71919 3117 7379 71920 16107 7126 71921 8971 7360 71922 16169 7359 71923 9003 7380 71924 8975 7374 71925 3117 7379 71926 16171 7377 71927 8975 7374 71928 16105 7373 71929 8875 7127 71930 9003 7380 71931 16169 7359 71932 8970 7362 71933 8872 7122 71934 3118 7381 71935 16106 7123 71936 8872 7122 71937 16103 7121 71938 8974 7378 71939 9003 7380 71940 3118 7381 71941 16171 7377 71942 8896 7170 71943 15960 7169 71944 8937 7369 71945 9004 7383 71946 3119 7382 71947 16150 7365 71948 9004 7383 71949 16172 7389 71950 8976 7384 71951 8896 7170 71952 3119 7382 71953 16120 7171 71954 9004 7383 71955 16150 7365 71956 9820 7364 71957 9758 7387 71958 3120 7385 71959 16535 7386 71960 9758 7387 71961 16502 7405 71962 9823 7388 71963 9004 7383 71964 3120 7385 71965 16172 7389 71966 9826 7391 71967 15953 7870 71968 8935 7392 71969 8935 7392 71970 16148 7397 71971 9005 7393 71972 9828 7395 71973 3121 7390 71974 16173 7394 71975 9828 7395 71976 16259 7413 71977 9826 7391 71978 8934 7398 71979 3122 7396 71980 16148 7397 71981 8900 7174 71982 3122 7396 71983 15951 7175 71984 8900 7174 71985 16122 7178 71986 8977 7399 71987 8977 7399 71988 16173 7394 71989 9005 7393 71990 8897 7172 71991 16120 7171 71992 8976 7384 71993 9006 7401 71994 3123 7400 71995 16172 7389 71996 9006 7401 71997 16174 7408 71998 8978 7402 71999 8897 7172 72000 3123 7400 72001 16121 7403 72002 9006 7401 72003 16172 7389 72004 9823 7388 72005 9759 7406 72006 3124 7404 72007 16502 7405 72008 9759 7406 72009 16536 8894 72010 9824 7407 72011 9006 7401 72012 3124 7404 72013 16174 7408 72014 8899 7177 72015 16121 7403 72016 8978 7402 72017 9007 7410 72018 3125 7409 72019 16174 7408 72020 8977 7399 72021 3125 7409 72022 16173 7394 72023 8899 7177 72024 3125 7409 72025 16122 7178 72026 9824 7407 72027 3126 7411 72028 16174 7408 72029 9824 7407 72030 16536 8894 72031 9827 7412 72032 9828 7395 72033 3126 7411 72034 16259 7413 72035 9828 7395 72036 16173 7394 72037 9007 7410 72038 9009 7415 72039 15907 7433 72040 9011 7416 72041 9069 7418 72042 3127 7414 72043 16177 7417 72044 9069 7418 72045 16210 7424 72046 9070 7419 72047 9009 7415 72048 3127 7414 72049 16176 7420 72050 9008 7423 72051 3128 7421 72052 15899 7422 72053 9008 7423 72054 16176 7420 72055 9070 7419 72056 9071 7425 72057 3128 7421 72058 16210 7424 72059 9071 7425 72060 15897 6645 72061 8551 6644 72062 8554 6670 72063 15902 6669 72064 9012 7427 72065 9072 7429 72066 3129 7426 72067 16178 7428 72068 9008 7423 72069 3129 7426 72070 16176 7420 72071 8554 6670 72072 3129 7426 72073 15899 7422 72074 9013 7431 72075 3130 7430 72076 16178 7428 72077 9013 7431 72078 15910 7436 72079 8559 7432 72080 9009 7415 72081 3130 7430 72082 15907 7433 72083 9009 7415 72084 16176 7420 72085 9072 7429 72086 9013 7431 72087 3131 7434 72088 15910 7436 72089 9013 7431 72090 16178 7428 72091 9073 7437 72092 9074 7439 72093 3131 7434 72094 16211 7438 72095 9074 7439 72096 16179 7443 72097 9014 7435 72098 8560 7441 72099 15911 7507 72100 9015 7442 72101 9074 7439 72102 3132 7440 72103 16179 7443 72104 9074 7439 72105 16211 7438 72106 9075 7444 72107 8560 7441 72108 3132 7440 72109 15903 7445 72110 8555 7447 72111 15903 7445 72112 9075 7444 72113 9073 7437 72114 3133 7446 72115 16211 7438 72116 9073 7437 72117 16178 7428 72118 9012 7427 72119 8555 7447 72120 3133 7446 72121 15902 6669 72122 8633 6701 72123 15965 6700 72124 9027 7449 72125 9076 7451 72126 3138 7448 72127 16187 7450 72128 9076 7451 72129 16188 8001 72130 9028 7452 72131 9028 7452 72132 15967 6702 72133 8633 6701 72134 9026 7454 72135 3139 7453 72136 16187 7450 72137 9026 7454 72138 15964 6706 72139 8634 6705 72140 8634 6705 72141 15968 6710 72142 9029 7455 72143 9029 7455 72144 16188 8001 72145 9076 7451 72146 8645 6779 72147 15995 6778 72148 9032 7457 72149 9032 7457 72150 16190 7984 72151 9077 7458 72152 9036 7460 72153 3140 7456 72154 16192 7459 72155 8645 6779 72156 3140 7456 72157 15999 6881 72158 9077 7458 72159 16190 7984 72160 9033 7462 72161 9033 7462 72162 15996 18856 72163 8646 6782 72164 8646 6782 72165 16000 6885 72166 9037 7463 72167 9037 7463 72168 16192 7459 72169 9077 7458 72170 8663 6882 72171 15999 6881 72172 9036 7460 72173 9078 7465 72174 3142 7464 72175 16192 7459 72176 9078 7465 72177 16184 7522 72178 9021 7466 72179 8663 6882 72180 3142 7464 72181 15959 7467 72182 9037 7463 72183 3143 7468 72184 16192 7459 72185 9037 7463 72186 16000 6885 72187 8664 6884 72188 9020 7469 72189 3143 7468 72190 15955 7012 72191 9020 7469 72192 16184 7522 72193 9078 7465 72194 9044 7473 72195 3144 7470 72196 16010 7472 72197 9044 7473 72198 16196 18866 72199 9079 7474 72200 9079 7474 72201 16182 18254 72202 9017 7475 72203 8666 7471 72204 3144 7470 72205 15923 7476 72206 9079 7474 72207 16196 18866 72208 9043 7478 72209 9043 7478 72210 15954 6903 72211 8754 6902 72212 9016 7480 72213 3145 7477 72214 15922 7479 72215 9016 7480 72216 16182 18254 72217 9079 7474 72218 8668 6712 72219 16014 7920 72220 9038 7482 72221 9080 7484 72222 3146 7481 72223 16193 7483 72224 9080 7484 72225 16186 18867 72226 9025 7485 72227 9025 7485 72228 15963 6713 72229 8668 6712 72230 9039 7487 72231 3147 7486 72232 16193 7483 72233 9039 7487 72234 16015 17280 72235 8670 6694 72236 8670 6694 72237 15962 6693 72238 9024 7488 72239 9024 7488 72240 16186 18867 72241 9080 7484 72242 8740 7490 72243 16042 7499 72244 9041 7491 72245 9081 7493 72246 3148 7489 72247 16194 7492 72248 9081 7493 72249 16177 7417 72250 9011 7416 72251 8740 7490 72252 3148 7489 72253 15907 7433 72254 9081 7493 72255 16194 7492 72256 9040 7495 72257 8736 7215 72258 3149 7494 72259 16040 7210 72260 9010 7496 72261 3149 7494 72262 15906 7214 72263 9081 7493 72264 3149 7494 72265 16177 7417 72266 9082 7498 72267 16194 7492 72268 9041 7491 72269 8741 9082 72270 3150 7497 72271 16042 7499 72272 8737 7501 72273 16040 7210 72274 9040 7495 72275 9082 7498 72276 3151 7500 72277 16194 7492 72278 8745 7503 72279 16046 7510 72280 9042 7504 72281 9083 7506 72282 3152 7502 72283 16195 7505 72284 9083 7506 72285 16179 7443 72286 9015 7442 72287 8745 7503 72288 3152 7502 72289 15911 7507 72290 9084 7509 72291 16195 7505 72292 9042 7504 72293 8746 7688 72294 3153 7508 72295 16046 7510 72296 8813 7512 72297 16070 7698 72298 9046 7513 72299 9085 7515 72300 3154 7511 72301 16198 7514 72302 9085 7515 72303 16196 18866 72304 9044 7473 72305 8813 7512 72306 3154 7511 72307 16010 7472 72308 9045 7517 72309 3155 7516 72310 16198 7514 72311 9045 7517 72312 16066 7006 72313 8804 7005 72314 9043 7478 72315 3155 7516 72316 15954 6903 72317 9043 7478 72318 16196 18866 72319 9085 7515 72320 8812 7519 72321 15959 7467 72322 9021 7466 72323 9021 7466 72324 16184 7522 72325 9086 7520 72326 9086 7520 72327 16198 7514 72328 9046 7513 72329 9046 7513 72330 16070 7698 72331 8812 7519 72332 9020 7469 72333 3157 7521 72334 16184 7522 72335 9020 7469 72336 15955 7012 72337 8805 7011 72338 9045 7517 72339 3157 7521 72340 16066 7006 72341 9045 7517 72342 16198 7514 72343 9086 7520 72344 9030 7525 72345 3158 7523 72346 15966 7524 72347 9087 7527 72348 3158 7523 72349 16189 7526 72350 9047 7529 72351 3158 7523 72352 16199 7528 72353 9047 7529 72354 16080 7542 72355 8832 7051 72356 9087 7527 72357 16189 7526 72358 9031 7531 72359 8831 7044 72360 3159 7530 72361 15969 6997 72362 8831 7044 72363 16081 7048 72364 9048 7532 72365 9087 7527 72366 3159 7530 72367 16199 7528 72368 9025 7485 72369 3160 7533 72370 15963 6713 72371 9025 7485 72372 16186 18867 72373 9088 7534 72374 9049 7536 72375 3160 7533 72376 16200 7535 72377 9049 7536 72378 16082 7046 72379 8833 7045 72380 9088 7534 72381 16186 18867 72382 9024 7488 72383 8836 7050 72384 3161 7537 72385 15962 6693 72386 8836 7050 72387 16083 7053 72388 9050 7538 72389 9088 7534 72390 3161 7537 72391 16200 7535 72392 9049 7536 72393 3162 7539 72394 16082 7046 72395 9089 7540 72396 3162 7539 72397 16200 7535 72398 9089 7540 72399 16199 7528 72400 9048 7532 72401 8834 7047 72402 3162 7539 72403 16081 7048 72404 9050 7538 72405 3163 7541 72406 16200 7535 72407 8835 7052 72408 3163 7541 72409 16083 7053 72410 9047 7529 72411 3163 7541 72412 16080 7542 72413 9047 7529 72414 16199 7528 72415 9089 7540 72416 8842 7066 72417 15994 6771 72418 9034 7544 72419 9090 7546 72420 3164 7543 72421 16191 7545 72422 9090 7546 72423 16201 7551 72424 9052 7547 72425 9052 7547 72426 16088 7067 72427 8842 7066 72428 9035 7549 72429 3165 7548 72430 16191 7545 72431 9035 7549 72432 15997 6789 72433 8839 7055 72434 8839 7055 72435 16085 7058 72436 9051 7550 72437 9090 7546 72438 3165 7548 72439 16201 7551 72440 8840 7060 72441 15969 6997 72442 9031 7531 72443 9091 7553 72444 3166 7552 72445 16189 7526 72446 9091 7553 72447 16202 7557 72448 9053 7554 72449 9053 7554 72450 16086 7061 72451 8840 7060 72452 9030 7525 72453 3167 7555 72454 16189 7526 72455 9030 7525 72456 15966 7524 72457 8846 7070 72458 8846 7070 72459 16089 7072 72460 9054 7556 72461 9091 7553 72462 3167 7555 72463 16202 7557 72464 9053 7554 72465 3168 7558 72466 16086 7061 72467 9053 7554 72468 16202 7557 72469 9092 7559 72470 9092 7559 72471 16203 7563 72472 9055 7560 72473 9055 7560 72474 16084 18858 72475 8841 7062 72476 9092 7559 72477 16202 7557 72478 9054 7556 72479 8845 7071 72480 3169 7561 72481 16089 7072 72482 8845 7071 72483 16087 7567 72484 9056 7562 72485 9092 7559 72486 3169 7561 72487 16203 7563 72488 8838 7057 72489 16084 18858 72490 9055 7560 72491 9093 7565 72492 3170 7564 72493 16203 7563 72494 9093 7565 72495 16201 7551 72496 9051 7550 72497 8838 7057 72498 3170 7564 72499 16085 7058 72500 9093 7565 72501 16203 7563 72502 9056 7562 72503 8843 7068 72504 3171 7566 72505 16087 7567 72506 9052 7547 72507 3171 7566 72508 16088 7067 72509 9093 7565 72510 3171 7566 72511 16201 7551 72512 8892 7158 72513 15997 6789 72514 9035 7549 72515 9094 7569 72516 3172 7568 72517 16191 7545 72518 9094 7569 72519 16204 7573 72520 9057 7570 72521 9057 7570 72522 16118 7159 72523 8892 7158 72524 9094 7569 72525 16191 7545 72526 9034 7544 72527 8895 7162 72528 3173 7571 72529 15994 6771 72530 8895 7162 72531 16119 7164 72532 9058 7572 72533 9094 7569 72534 3173 7571 72535 16204 7573 72536 9023 7576 72537 3174 7574 72538 15961 7575 72539 9023 7576 72540 16185 7581 72541 9095 7577 72542 9060 7579 72543 3174 7574 72544 16205 7578 72545 9060 7579 72546 16116 7155 72547 8889 7154 72548 9022 7582 72549 3175 7580 72550 16185 7581 72551 9022 7582 72552 15957 7020 72553 8888 7148 72554 8888 7148 72555 16114 7151 72556 9059 7583 72557 9059 7583 72558 16205 7578 72559 9095 7577 72560 8887 7150 72561 16115 18863 72562 9061 7585 72563 9096 7587 72564 3176 7584 72565 16206 7586 72566 9096 7587 72567 16205 7578 72568 9059 7583 72569 8887 7150 72570 3176 7584 72571 16114 7151 72572 9096 7587 72573 16206 7586 72574 9062 7589 72575 8890 7156 72576 3177 7588 72577 16117 7590 72578 9060 7579 72579 3177 7588 72580 16116 7155 72581 9096 7587 72582 3177 7588 72583 16205 7578 72584 9057 7570 72585 3178 7591 72586 16118 7159 72587 9057 7570 72588 16204 7573 72589 9097 7592 72590 9061 7585 72591 3178 7591 72592 16206 7586 72593 9061 7585 72594 16115 18863 72595 8893 7160 72596 9097 7592 72597 16204 7573 72598 9058 7572 72599 8894 7163 72600 3179 7593 72601 16119 7164 72602 8894 7163 72603 16117 7590 72604 9062 7589 72605 9097 7592 72606 3179 7593 72607 16206 7586 72608 8906 7190 72609 15957 7020 72610 9022 7582 72611 9098 7595 72612 3180 7594 72613 16185 7581 72614 9098 7595 72615 16207 7600 72616 9063 7596 72617 9063 7596 72618 16126 7191 72619 8906 7190 72620 9098 7595 72621 16185 7581 72622 9023 7576 72623 8911 7598 72624 3181 7597 72625 15961 7575 72626 8911 7598 72627 16129 7617 72628 9064 7599 72629 9098 7595 72630 3181 7597 72631 16207 7600 72632 8912 7602 72633 15950 7795 72634 9018 7603 72635 9099 7605 72636 3182 7601 72637 16183 7604 72638 9099 7605 72639 16208 7611 72640 9066 7606 72641 8912 7602 72642 3182 7601 72643 16130 7607 72644 9099 7605 72645 16183 7604 72646 9019 7609 72647 8910 7194 72648 3183 7608 72649 15952 6906 72650 8910 7194 72651 16128 7196 72652 9065 7610 72653 9099 7605 72654 3183 7608 72655 16208 7611 72656 9063 7596 72657 3184 7612 72658 16126 7191 72659 9100 7613 72660 3184 7612 72661 16207 7600 72662 9100 7613 72663 16209 7620 72664 9067 7614 72665 8907 7192 72666 3184 7612 72667 16127 7615 72668 9100 7613 72669 16207 7600 72670 9064 7599 72671 8913 7618 72672 3185 7616 72673 16129 7617 72674 8913 7618 72675 16131 7624 72676 9068 7619 72677 9100 7613 72678 3185 7616 72679 16209 7620 72680 8909 7195 72681 16127 7615 72682 9067 7614 72683 9101 7622 72684 3186 7621 72685 16209 7620 72686 9101 7622 72687 16208 7611 72688 9065 7610 72689 8909 7195 72690 3186 7621 72691 16128 7196 72692 9101 7622 72693 16209 7620 72694 9068 7619 72695 8914 7625 72696 3187 7623 72697 16131 7624 72698 8914 7625 72699 16130 7607 72700 9066 7606 72701 9101 7622 72702 3187 7623 72703 16208 7611 72704 9107 7628 72705 3188 7626 72706 15912 7293 72707 9107 7628 72708 16214 7637 72709 9174 7629 72710 9175 7631 72711 3188 7626 72712 16251 7630 72713 9175 7631 72714 16213 7867 72715 9105 7627 72716 9104 7634 72717 3189 7632 72718 15904 7633 72719 9104 7634 72720 16213 7867 72721 9175 7631 72722 9176 7635 72723 3189 7632 72724 16251 7630 72725 9176 7635 72726 15903 7445 72727 8556 6685 72728 8560 7441 72729 15903 7445 72730 9176 7635 72731 9176 7635 72732 16251 7630 72733 9174 7629 72734 9106 7638 72735 3190 7636 72736 16214 7637 72737 8560 7441 72738 3190 7636 72739 15911 7507 72740 8638 6727 72741 15972 6726 72742 9117 7640 72743 9177 7642 72744 3193 7639 72745 16220 7641 72746 9177 7642 72747 16223 8043 72748 9122 7643 72749 9122 7643 72750 15976 6728 72751 8638 6727 72752 9116 7645 72753 3194 7644 72754 16220 7641 72755 9116 7645 72756 15971 6732 72757 8639 6731 72758 8639 6731 72759 15977 6736 72760 9123 7646 72761 9123 7646 72762 16223 8043 72763 9177 7642 72764 8650 6802 72765 15992 6801 72766 9126 7648 72767 9126 7648 72768 16225 7653 72769 9178 7649 72770 9128 7651 72771 3195 7647 72772 16226 7650 72773 8650 6802 72774 3195 7647 72775 16004 6864 72776 9127 7654 72777 3196 7652 72778 16225 7653 72779 9127 7654 72780 15993 6806 72781 8651 6805 72782 9129 7655 72783 3196 7652 72784 16005 6868 72785 9129 7655 72786 16226 7650 72787 9178 7649 72788 8660 6865 72789 16004 6864 72790 9128 7651 72791 9128 7651 72792 16226 7650 72793 9179 7657 72794 9112 7659 72795 3197 7656 72796 16218 7658 72797 8660 6865 72798 3197 7656 72799 15958 7256 72800 9179 7657 72801 16226 7650 72802 9129 7655 72803 9129 7655 72804 16005 6868 72805 8661 6867 72806 9113 7661 72807 3198 7660 72808 15959 7467 72809 9113 7661 72810 16218 7658 72811 9179 7657 72812 9131 7663 72813 3199 7662 72814 16011 7303 72815 9131 7663 72816 16227 7667 72817 9180 7664 72818 9180 7664 72819 16216 18259 72820 9109 7665 72821 8667 7262 72822 3199 7662 72823 15924 7263 72824 9130 7668 72825 3200 7666 72826 16227 7667 72827 9130 7668 72828 16010 7472 72829 8666 7471 72830 9108 7669 72831 3200 7666 72832 15923 7476 72833 9108 7669 72834 16216 18259 72835 9180 7664 72836 8676 6738 72837 16018 17283 72838 9132 7671 72839 9132 7671 72840 16228 7676 72841 9181 7672 72842 9118 7674 72843 3201 7670 72844 16221 7673 72845 9118 7674 72846 15970 6739 72847 8676 6738 72848 9133 7677 72849 3202 7675 72850 16228 7676 72851 9133 7677 72852 16019 17287 72853 8679 6720 72854 8679 6720 72855 15973 6719 72856 9119 7678 72857 9119 7678 72858 16221 7673 72859 9181 7672 72860 8747 7292 72861 16047 7291 72862 9135 7680 72863 9135 7680 72864 16229 7683 72865 9182 7681 72866 9107 7628 72867 3203 7679 72868 16214 7637 72869 9107 7628 72870 15912 7293 72871 8747 7292 72872 9134 7684 72873 3204 7682 72874 16229 7683 72875 8745 7503 72876 3204 7682 72877 16046 7510 72878 8745 7503 72879 15911 7507 72880 9106 7638 72881 9106 7638 72882 16214 7637 72883 9182 7681 72884 9135 7680 72885 3205 7685 72886 16229 7683 72887 8748 7296 72888 3205 7685 72889 16047 7291 72890 9134 7684 72891 3206 7687 72892 16046 7510 72893 9134 7684 72894 16229 7683 72895 9183 7686 72896 9137 7690 72897 3207 7689 72898 16071 7311 72899 9137 7690 72900 16231 7693 72901 9184 7691 72902 9131 7663 72903 3207 7689 72904 16227 7667 72905 9131 7663 72906 16011 7303 72907 8815 7302 72908 9136 7694 72909 3208 7692 72910 16231 7693 72911 9136 7694 72912 16070 7698 72913 8813 7512 72914 9130 7668 72915 3208 7692 72916 16010 7472 72917 9130 7668 72918 16227 7667 72919 9184 7691 72920 8814 7310 72921 15958 7256 72922 9112 7659 72923 9112 7659 72924 16218 7658 72925 9185 7696 72926 9137 7690 72927 3209 7695 72928 16231 7693 72929 9137 7690 72930 16071 7311 72931 8814 7310 72932 9113 7661 72933 3210 7697 72934 16218 7658 72935 9113 7661 72936 15959 7467 72937 8812 7519 72938 9136 7694 72939 3210 7697 72940 16070 7698 72941 9136 7694 72942 16231 7693 72943 9185 7696 72944 9121 7701 72945 3211 7699 72946 15975 7700 72947 9121 7701 72948 16222 7706 72949 9186 7702 72950 9139 7704 72951 3211 7699 72952 16232 7703 72953 9139 7704 72954 16077 7035 72955 8826 7034 72956 9120 7707 72957 3212 7705 72958 16222 7706 72959 8825 7039 72960 3212 7705 72961 15974 7708 72962 8825 7039 72963 16076 7718 72964 9138 7709 72965 9186 7702 72966 3212 7705 72967 16232 7703 72968 9118 7674 72969 3213 7710 72970 15970 6739 72971 9118 7674 72972 16221 7673 72973 9187 7711 72974 9141 7713 72975 3213 7710 72976 16233 7712 72977 9141 7713 72978 16079 7041 72979 8829 7040 72980 9187 7711 72981 16221 7673 72982 9119 7678 72983 8828 7033 72984 3214 7714 72985 15973 6719 72986 8828 7033 72987 16078 7037 72988 9140 7715 72989 9187 7711 72990 3214 7714 72991 16233 7712 72992 9141 7713 72993 3215 7716 72994 16079 7041 72995 9141 7713 72996 16233 7712 72997 9188 7717 72998 9188 7717 72999 16232 7703 73000 9138 7709 73001 8830 7042 73002 3215 7716 73003 16076 7718 73004 9140 7715 73005 3216 7719 73006 16233 7712 73007 9140 7715 73008 16078 7037 73009 8827 7036 73010 9139 7704 73011 3216 7719 73012 16077 7035 73013 9139 7704 73014 16232 7703 73015 9188 7717 73016 9125 7721 73017 3217 7720 73018 15991 6794 73019 9125 7721 73020 16224 7726 73021 9189 7722 73022 9142 7724 73023 3217 7720 73024 16234 7723 73025 9142 7724 73026 16091 7076 73027 8847 7075 73028 9124 7727 73029 3218 7725 73030 16224 7726 73031 8854 7083 73032 3218 7725 73033 15990 6813 73034 8854 7083 73035 16094 7086 73036 9143 7728 73037 9143 7728 73038 16234 7723 73039 9189 7722 73040 8855 7088 73041 15974 7708 73042 9120 7707 73043 9190 7730 73044 3219 7729 73045 16222 7706 73046 9145 7732 73047 3219 7729 73048 16235 7731 73049 9145 7732 73050 16095 7089 73051 8855 7088 73052 9121 7701 73053 3220 7733 73054 16222 7706 73055 9121 7701 73056 15975 7700 73057 8851 7079 73058 8851 7079 73059 16092 7081 73060 9144 7734 73061 9190 7730 73062 3220 7733 73063 16235 7731 73064 9145 7732 73065 3221 7735 73066 16095 7089 73067 9145 7732 73068 16235 7731 73069 9191 7736 73070 9147 7738 73071 3221 7735 73072 16236 7737 73073 9147 7738 73074 16093 18860 73075 8856 7090 73076 9191 7736 73077 16235 7731 73078 9144 7734 73079 8850 7080 73080 3222 7739 73081 16092 7081 73082 8850 7080 73083 16090 18859 73084 9146 7740 73085 9191 7736 73086 3222 7739 73087 16236 7737 73088 8853 7085 73089 16093 18860 73090 9147 7738 73091 9192 7742 73092 3223 7741 73093 16236 7737 73094 9192 7742 73095 16234 7723 73096 9143 7728 73097 8853 7085 73098 3223 7741 73099 16094 7086 73100 9146 7740 73101 3224 7743 73102 16236 7737 73103 9146 7740 73104 16090 18859 73105 8848 7077 73106 9142 7724 73107 3224 7743 73108 16091 7076 73109 9142 7724 73110 16234 7723 73111 9192 7742 73112 9124 7727 73113 3225 7744 73114 15990 6813 73115 9193 7745 73116 3225 7744 73117 16224 7726 73118 9149 7747 73119 3225 7744 73120 16237 7746 73121 9149 7747 73122 16113 7766 73123 8884 7144 73124 9193 7745 73125 16224 7726 73126 9125 7721 73127 8883 7139 73128 3226 7748 73129 15991 6794 73130 8883 7139 73131 16112 7142 73132 9148 7749 73133 9193 7745 73134 3226 7748 73135 16237 7746 73136 8876 7130 73137 15960 7169 73138 9114 7751 73139 9194 7753 73140 3227 7750 73141 16219 7752 73142 9194 7753 73143 16238 7764 73144 9150 7754 73145 9150 7754 73146 16108 7131 73147 8876 7130 73148 9194 7753 73149 16219 7752 73150 9115 7756 73151 9115 7756 73152 15961 7575 73153 8881 7134 73154 8881 7134 73155 16110 7137 73156 9151 7757 73157 9151 7757 73158 16238 7764 73159 9194 7753 73160 9153 7759 73161 3229 7758 73162 16111 7146 73163 9195 7761 73164 3229 7758 73165 16239 7760 73166 9195 7761 73167 16238 7764 73168 9151 7757 73169 8880 7136 73170 3229 7758 73171 16110 7137 73172 9195 7761 73173 16239 7760 73174 9152 7763 73175 8877 7132 73176 3230 7762 73177 16109 7140 73178 9150 7754 73179 3230 7762 73180 16108 7131 73181 9195 7761 73182 3230 7762 73183 16238 7764 73184 9149 7747 73185 3231 7765 73186 16113 7766 73187 9149 7747 73188 16237 7746 73189 9196 7767 73190 9153 7759 73191 3231 7765 73192 16239 7760 73193 9153 7759 73194 16111 7146 73195 8885 7145 73196 9196 7767 73197 16237 7746 73198 9148 7749 73199 8882 7141 73200 3232 7768 73201 16112 7142 73202 8882 7141 73203 16109 7140 73204 9152 7763 73205 9196 7767 73206 3232 7768 73207 16239 7760 73208 8911 7598 73209 15961 7575 73210 9115 7756 73211 9197 7770 73212 3233 7769 73213 16219 7752 73214 9197 7770 73215 16240 7774 73216 9155 7771 73217 8911 7598 73218 3233 7769 73219 16129 7617 73220 9197 7770 73221 16219 7752 73222 9114 7751 73223 8903 7180 73224 3234 7772 73225 15960 7169 73226 8903 7180 73227 16123 7183 73228 9154 7773 73229 9197 7770 73230 3234 7772 73231 16240 7774 73232 9111 7776 73233 3235 7775 73234 15951 7175 73235 9111 7776 73236 16217 7781 73237 9198 7777 73238 9156 7779 73239 3235 7775 73240 16241 7778 73241 9156 7779 73242 16125 7186 73243 8904 7185 73244 9110 7782 73245 3236 7780 73246 16217 7781 73247 9110 7782 73248 15950 7795 73249 8912 7602 73250 9157 7783 73251 3236 7780 73252 16130 7607 73253 9157 7783 73254 16241 7778 73255 9198 7777 73256 8913 7618 73257 16129 7617 73258 9155 7771 73259 9199 7785 73260 3237 7784 73261 16240 7774 73262 9199 7785 73263 16242 7789 73264 9159 7786 73265 8913 7618 73266 3237 7784 73267 16131 7624 73268 9199 7785 73269 16240 7774 73270 9154 7773 73271 8902 7182 73272 3238 7787 73273 16123 7183 73274 8902 7182 73275 16124 18864 73276 9158 7788 73277 9199 7785 73278 3238 7787 73279 16242 7789 73280 9159 7786 73281 3239 7790 73282 16131 7624 73283 9159 7786 73284 16242 7789 73285 9200 7791 73286 9157 7783 73287 3239 7790 73288 16241 7778 73289 9157 7783 73290 16130 7607 73291 8914 7625 73292 9158 7788 73293 3240 7792 73294 16242 7789 73295 9158 7788 73296 16124 18864 73297 8905 7187 73298 9156 7779 73299 3240 7792 73300 16125 7186 73301 9156 7779 73302 16241 7778 73303 9200 7791 73304 9110 7782 73305 3241 7793 73306 15950 7795 73307 9110 7782 73308 16217 7781 73309 9201 7796 73310 9160 7798 73311 3241 7793 73312 16243 7797 73313 9160 7798 73314 16133 18237 73315 8915 7794 73316 9111 7776 73317 3242 7799 73318 16217 7781 73319 8916 7800 73320 3242 7799 73321 15951 7175 73322 8916 7800 73323 16135 18241 73324 9161 7801 73325 9201 7796 73326 3242 7799 73327 16243 7797 73328 8919 7205 73329 15905 7204 73330 9103 7803 73331 9103 7803 73332 16212 7842 73333 9202 7804 73334 9162 7806 73335 3243 7802 73336 16244 7805 73337 8919 7205 73338 3243 7802 73339 16137 7807 73340 9203 7809 73341 16245 7813 73342 9164 7810 73343 8921 7211 73344 3244 7808 73345 16138 7216 73346 9163 7812 73347 3245 7811 73348 16136 7207 73349 9203 7809 73350 3245 7811 73351 16245 7813 73352 8923 7217 73353 16138 7216 73354 9164 7810 73355 9204 7815 73356 3246 7814 73357 16245 7813 73358 9204 7815 73359 16246 7826 73360 9166 7816 73361 8923 7217 73362 3246 7814 73363 16139 7817 73364 9204 7815 73365 16245 7813 73366 9163 7812 73367 9163 7812 73368 16136 7207 73369 8920 7206 73370 9165 7819 73371 3247 7818 73372 16137 7807 73373 9165 7819 73374 16246 7826 73375 9204 7815 73376 9205 7821 73377 16243 7797 73378 9161 7801 73379 9205 7821 73380 3249 7822 73381 16243 7797 73382 9165 7819 73383 16137 7807 73384 9162 7806 73385 9206 7824 73386 3250 7823 73387 16244 7805 73388 9206 7824 73389 16252 7829 73390 9207 7825 73391 9165 7819 73392 3250 7823 73393 16246 7826 73394 8925 7828 73395 16139 7817 73396 9166 7816 73397 9207 7825 73398 3251 7827 73399 16246 7826 73400 9208 7830 73401 3251 7827 73402 16252 7829 73403 9208 7830 73404 16140 9034 73405 8925 7828 73406 9167 7832 73407 3252 7831 73408 15901 6656 73409 9167 7832 73410 16247 7855 73411 9209 7833 73412 9169 7835 73413 3252 7831 73414 16248 7834 73415 9169 7835 73416 15900 7858 73417 8552 6657 73418 9209 7833 73419 16247 7855 73420 9168 7837 73421 8979 7219 73422 3253 7836 73423 16141 7220 73424 9170 7838 73425 3253 7836 73426 16142 7234 73427 9170 7838 73428 16248 7834 73429 9209 7833 73430 9171 7840 73431 15898 18855 73432 9102 7841 73433 9210 7843 73434 3254 7839 73435 16212 7842 73436 9211 7845 73437 3254 7839 73438 16253 7844 73439 9171 7840 73440 3254 7839 73441 16249 7846 73442 9172 7849 73443 3255 7847 73444 16175 7848 73445 9172 7849 73446 16249 7846 73447 9211 7845 73448 9212 7850 73449 3255 7847 73450 16253 7844 73451 8981 7227 73452 3255 7847 73453 16143 7228 73454 8929 7276 73455 16143 7228 73456 9212 7850 73457 9210 7843 73458 3256 7851 73459 16253 7844 73460 9210 7843 73461 16212 7842 73462 9103 7803 73463 8929 7276 73464 3256 7851 73465 15905 7204 73466 8553 6662 73467 15898 18855 73468 9171 7840 73469 9213 7853 73470 3257 7852 73471 16249 7846 73472 9213 7853 73473 16247 7855 73474 9167 7832 73475 8553 6662 73476 3257 7852 73477 15901 6656 73478 9213 7853 73479 16249 7846 73480 9172 7849 73481 8980 7226 73482 3258 7854 73483 16175 7848 73484 8980 7226 73485 16141 7220 73486 9168 7837 73487 9213 7853 73488 3258 7854 73489 16247 7855 73490 9169 7835 73491 3259 7856 73492 15900 7858 73493 9169 7835 73494 16248 7834 73495 9214 7859 73496 9173 7861 73497 3259 7856 73498 16250 7860 73499 9173 7861 73500 15904 7633 73501 8557 7857 73502 9170 7838 73503 3260 7862 73504 16248 7834 73505 9170 7838 73506 16142 7234 73507 9233 7233 73508 9215 7863 73509 3260 7862 73510 16254 7232 73511 9215 7863 73512 16250 7860 73513 9214 7859 73514 9173 7861 73515 3261 7864 73516 15904 7633 73517 9173 7861 73518 16250 7860 73519 9215 7863 73520 9216 7865 73521 3261 7864 73522 16254 7232 73523 9216 7865 73524 16213 7867 73525 9104 7634 73526 8932 7294 73527 15912 7293 73528 9105 7627 73529 9216 7865 73530 3262 7866 73531 16213 7867 73532 9216 7865 73533 16254 7232 73534 9217 7231 73535 8932 7294 73536 3262 7866 73537 16144 7288 73538 9826 7391 73539 3265 7868 73540 15953 7870 73541 9826 7391 73542 16259 7413 73543 9825 7871 73544 9224 7873 73545 3265 7868 73546 16262 7872 73547 9224 7873 73548 16257 7877 73549 9221 7869 73550 8818 7875 73551 15921 7885 73552 9220 7876 73553 9224 7873 73554 3266 7874 73555 16257 7877 73556 9224 7873 73557 16262 7872 73558 9225 7878 73559 8818 7875 73560 3266 7874 73561 16013 7879 73562 8818 7875 73563 16013 7879 73564 9226 7881 73565 9916 7883 73566 3267 7880 73567 16263 7882 73568 9916 7883 73569 16261 9134 73570 9222 7884 73571 8818 7875 73572 3267 7880 73573 15921 7885 73574 9218 7887 73575 16256 7894 73576 9227 7888 73577 9228 7891 73578 3268 7886 73579 16264 7889 73580 9229 7892 73581 3269 7890 73582 16264 7889 73583 8743 7283 73584 3269 7890 73585 16043 6896 73586 9229 7892 73587 3270 7893 73588 16043 6896 73589 9229 7892 73590 16264 7889 73591 9227 7888 73592 9219 7895 73593 3270 7893 73594 16256 7894 73595 8749 6897 73596 3270 7893 73597 16044 7285 73598 9231 7899 73599 3273 7896 73600 16265 7898 73601 9231 7899 73602 16256 7894 73603 9218 7887 73604 8956 7286 73605 16044 7285 73606 9219 7895 73607 9231 7899 73608 3274 7900 73609 16256 7894 73610 9231 7899 73611 16265 7898 73612 9232 7901 73613 8956 7286 73614 3274 7900 73615 16160 7297 73616 8990 7903 73617 16160 7297 73618 9232 7901 73619 9230 7897 73620 3275 7902 73621 16265 7898 73622 9243 7905 73623 15980 6752 73624 8686 6751 73625 9241 7907 73626 3276 7904 73627 16023 7906 73628 9242 7909 73629 3276 7904 73630 16272 7908 73631 9243 7905 73632 3276 7904 73633 16271 7910 73634 8952 7266 73635 3277 7911 73636 16158 7267 73637 8952 7266 73638 16022 17290 73639 9240 7913 73640 9240 7913 73641 16270 16969 73642 9244 7914 73643 9244 7914 73644 16273 7916 73645 9245 7912 73646 8953 7271 73647 3278 7915 73648 16023 7906 73649 8953 7271 73650 16158 7267 73651 9245 7912 73652 9246 7917 73653 3278 7915 73654 16273 7916 73655 9246 7917 73656 16272 7908 73657 9241 7907 73658 9248 7919 73659 16193 7483 73660 9038 7482 73661 9236 7921 73662 3279 7918 73663 16014 7920 73664 9236 7921 73665 16266 17002 73666 9247 7922 73667 9248 7919 73668 3279 7918 73669 16274 7923 73670 9237 7925 73671 16015 17280 73672 9039 7487 73673 9248 7919 73674 3280 7924 73675 16193 7483 73676 9248 7919 73677 16274 7923 73678 9249 7926 73679 9237 7925 73680 3280 7924 73681 16267 7927 73682 9252 7929 73683 16162 7964 73684 9256 7930 73685 9275 7932 73686 3281 7928 73687 16278 7931 73688 9275 7932 73689 16288 7937 73690 9276 7933 73691 9252 7929 73692 3281 7928 73693 16276 7934 73694 9251 7936 73695 3282 7935 73696 16050 6920 73697 9251 7936 73698 16276 7934 73699 9276 7933 73700 9277 7938 73701 3282 7935 73702 16288 7937 73703 9277 7938 73704 15988 18857 73705 8761 6923 73706 8948 7244 73707 15988 18857 73708 9277 7938 73709 9275 7932 73710 3283 7939 73711 16288 7937 73712 9275 7932 73713 16278 7931 73714 9255 7940 73715 8948 7244 73716 3283 7939 73717 16156 7941 73718 9256 7930 73719 16162 7964 73720 9254 7943 73721 9278 7945 73722 3284 7942 73723 16277 7944 73724 9278 7945 73725 16289 7948 73726 9279 7946 73727 9256 7930 73728 3284 7942 73729 16278 7931 73730 9255 7940 73731 3285 7947 73732 16156 7941 73733 9255 7940 73734 16278 7931 73735 9279 7946 73736 9280 7949 73737 3285 7947 73738 16289 7948 73739 9280 7949 73740 15989 6829 73741 8949 7248 73742 8763 6932 73743 15989 6829 73744 9280 7949 73745 9278 7945 73746 3286 7950 73747 16289 7948 73748 9278 7945 73749 16277 7944 73750 9253 7951 73751 8763 6932 73752 3286 7950 73753 16051 6927 73754 9258 7953 73755 16162 7964 73756 9252 7929 73757 9281 7954 73758 3287 7952 73759 16276 7934 73760 9281 7954 73761 16290 7962 73762 9282 7955 73763 9258 7953 73764 3287 7952 73765 16279 7956 73766 9257 7959 73767 3288 7957 73768 16154 7958 73769 9257 7959 73770 16279 7956 73771 9282 7955 73772 9282 7955 73773 16290 7962 73774 9283 7960 73775 8944 7239 73776 3288 7957 73777 15984 6754 73778 8760 6919 73779 15984 6754 73780 9283 7960 73781 9281 7954 73782 3289 7961 73783 16290 7962 73784 9281 7954 73785 16276 7934 73786 9251 7936 73787 8760 6919 73788 3289 7961 73789 16050 6920 73790 9258 7953 73791 3290 7963 73792 16162 7964 73793 9258 7953 73794 16279 7956 73795 9284 7965 73796 9284 7965 73797 16291 7968 73798 9285 7966 73799 9254 7943 73800 3290 7963 73801 16277 7944 73802 9253 7951 73803 3291 7967 73804 16051 6927 73805 9253 7951 73806 16277 7944 73807 9285 7966 73808 9286 7969 73809 3291 7967 73810 16291 7968 73811 9286 7969 73812 15985 6762 73813 8762 6928 73814 9286 7969 73815 3292 7970 73816 15985 6762 73817 9286 7969 73818 16291 7968 73819 9284 7965 73820 9257 7959 73821 3292 7970 73822 16279 7956 73823 8945 7242 73824 3292 7970 73825 16154 7958 73826 9260 7972 73827 16197 7997 73828 9264 7973 73829 9287 7975 73830 3293 7971 73831 16282 7974 73832 9287 7975 73833 16292 7980 73834 9288 7976 73835 9260 7972 73836 3293 7971 73837 16280 7977 73838 9259 7979 73839 3294 7978 73840 16061 6982 73841 9259 7979 73842 16280 7977 73843 9288 7976 73844 9289 7981 73845 3294 7978 73846 16292 7980 73847 9289 7981 73848 15995 6778 73849 8791 6985 73850 9032 7457 73851 15995 6778 73852 9289 7981 73853 9287 7975 73854 3295 7982 73855 16292 7980 73856 9287 7975 73857 16282 7974 73858 9263 7983 73859 9032 7457 73860 3295 7982 73861 16190 7984 73862 9264 7973 73863 16197 7997 73864 9262 7986 73865 9290 7988 73866 3296 7985 73867 16281 7987 73868 9290 7988 73869 16293 7991 73870 9291 7989 73871 9264 7973 73872 3296 7985 73873 16282 7974 73874 9263 7983 73875 3297 7990 73876 16190 7984 73877 9263 7983 73878 16282 7974 73879 9291 7989 73880 9292 7992 73881 3297 7990 73882 16293 7991 73883 9292 7992 73884 15996 18856 73885 9033 7462 73886 8793 6995 73887 15996 18856 73888 9292 7992 73889 9290 7988 73890 3298 7993 73891 16293 7991 73892 9290 7988 73893 16281 7987 73894 9261 7994 73895 9261 7994 73896 16062 6990 73897 8793 6995 73898 9260 7972 73899 3299 7995 73900 16197 7997 73901 9293 7998 73902 3299 7995 73903 16280 7977 73904 9293 7998 73905 16294 8005 73906 9294 7999 73907 9294 7999 73908 16283 8007 73909 9266 7996 73910 9265 8002 73911 3300 8000 73912 16188 8001 73913 9265 8002 73914 16283 8007 73915 9294 7999 73916 9294 7999 73917 16294 8005 73918 9295 8003 73919 9028 7452 73920 3300 8000 73921 15967 6702 73922 8790 6981 73923 15967 6702 73924 9295 8003 73925 9293 7998 73926 3301 8004 73927 16294 8005 73928 9293 7998 73929 16280 7977 73930 9259 7979 73931 8790 6981 73932 3301 8004 73933 16061 6982 73934 9266 7996 73935 3302 8006 73936 16197 7997 73937 9296 8008 73938 3302 8006 73939 16283 8007 73940 9296 8008 73941 16295 8011 73942 9297 8009 73943 9262 7986 73944 3302 8006 73945 16281 7987 73946 9261 7994 73947 3303 8010 73948 16062 6990 73949 9261 7994 73950 16281 7987 73951 9297 8009 73952 9298 8012 73953 3303 8010 73954 16295 8011 73955 9298 8012 73956 15968 6710 73957 8792 6991 73958 9298 8012 73959 3304 8013 73960 15968 6710 73961 9298 8012 73962 16295 8011 73963 9296 8008 73964 9296 8008 73965 16283 8007 73966 9265 8002 73967 9029 7455 73968 3304 8013 73969 16188 8001 73970 9268 8015 73971 16230 8039 73972 9272 8016 73973 9299 8018 73974 3305 8014 73975 16286 8017 73976 9299 8018 73977 16296 8023 73978 9300 8019 73979 9268 8015 73980 3305 8014 73981 16284 8020 73982 9267 8022 73983 3306 8021 73984 16056 6951 73985 9267 8022 73986 16284 8020 73987 9300 8019 73988 9301 8024 73989 3306 8021 73990 16296 8023 73991 9301 8024 73992 15992 6801 73993 8777 6954 73994 9301 8024 73995 3307 8025 73996 15992 6801 73997 9299 8018 73998 3307 8025 73999 16296 8023 74000 9299 8018 74001 16286 8017 74002 9271 8026 74003 9126 7648 74004 3307 8025 74005 16225 7653 74006 9272 8016 74007 16230 8039 74008 9270 8028 74009 9302 8030 74010 3308 8027 74011 16285 8029 74012 9302 8030 74013 16297 8033 74014 9303 8031 74015 9272 8016 74016 3308 8027 74017 16286 8017 74018 9271 8026 74019 3309 8032 74020 16225 7653 74021 9271 8026 74022 16286 8017 74023 9303 8031 74024 9304 8034 74025 3309 8032 74026 16297 8033 74027 9127 7654 74028 3309 8032 74029 15993 6806 74030 8779 6964 74031 15993 6806 74032 9304 8034 74033 9302 8030 74034 3310 8035 74035 16297 8033 74036 9302 8030 74037 16285 8029 74038 9269 8036 74039 8779 6964 74040 3310 8035 74041 16057 6959 74042 9268 8015 74043 3311 8037 74044 16230 8039 74045 9305 8040 74046 3311 8037 74047 16284 8020 74048 9305 8040 74049 16298 8047 74050 9306 8041 74051 9306 8041 74052 16287 18868 74053 9274 8038 74054 9273 8044 74055 3312 8042 74056 16223 8043 74057 9273 8044 74058 16287 18868 74059 9306 8041 74060 9306 8041 74061 16298 8047 74062 9307 8045 74063 9122 7643 74064 3312 8042 74065 15976 6728 74066 8776 6950 74067 15976 6728 74068 9307 8045 74069 9305 8040 74070 3313 8046 74071 16298 8047 74072 9305 8040 74073 16284 8020 74074 9267 8022 74075 8776 6950 74076 3313 8046 74077 16056 6951 74078 9274 8038 74079 3314 8048 74080 16230 8039 74081 9274 8038 74082 16287 18868 74083 9308 8049 74084 9308 8049 74085 16299 8052 74086 9309 8050 74087 9270 8028 74088 3314 8048 74089 16285 8029 74090 9269 8036 74091 3315 8051 74092 16057 6959 74093 9269 8036 74094 16285 8029 74095 9309 8050 74096 9310 8053 74097 3315 8051 74098 16299 8052 74099 9310 8053 74100 15977 6736 74101 8778 6960 74102 9310 8053 74103 3316 8054 74104 15977 6736 74105 9310 8053 74106 16299 8052 74107 9308 8049 74108 9308 8049 74109 16287 18868 74110 9273 8044 74111 9123 7646 74112 3316 8054 74113 16223 8043 74114 8620 6672 74115 3317 8055 74116 15947 8057 74117 8620 6672 74118 15888 6546 74119 8544 6545 74120 9901 6558 74121 3317 8055 74122 15884 6525 74123 9901 6558 74124 15892 6561 74125 9895 8056 74126 8622 6690 74127 3318 8058 74128 15892 6561 74129 9894 8061 74130 3319 8059 74131 15894 6567 74132 9894 8061 74133 15894 6567 74134 9900 6566 74135 8541 6539 74136 3320 8060 74137 15886 6532 74138 8541 6539 74139 15887 6538 74140 8619 6675 74141 9894 8061 74142 3320 8060 74143 15946 6674 74144 9317 8063 74145 15948 6687 74146 8623 6686 74147 8555 7447 74148 3321 8062 74149 15903 7445 74150 8555 7447 74151 15902 6669 74152 8613 6668 74153 8613 6668 74154 15945 6665 74155 9317 8063 74156 9317 8063 74157 15945 6665 74158 8625 6677 74159 9317 8063 74160 3322 8064 74161 15948 6687 74162 8630 6680 74163 3323 8065 74164 15949 8067 74165 8626 6689 74166 15944 6651 74167 9318 8066 74168 9318 8066 74169 15944 6651 74170 8611 6658 74171 8557 7857 74172 3324 8068 74173 15900 7858 74174 8557 7857 74175 15904 7633 74176 8624 6684 74177 9318 8066 74178 3324 8068 74179 15949 8067 74180 14008 8070 74181 1497 17255 74182 8595 8071 74183 9319 8073 74184 15858 18854 74185 9570 6628 74186 9569 8076 74187 3326 8072 74188 15937 8074 74189 9569 8076 74190 15937 8074 74191 8595 8071 74192 14008 8070 74193 5753 8069 74194 1467 8078 74195 8478 8080 74196 15856 8182 74197 9322 8081 74198 8580 8083 74199 15927 8086 74200 9324 8084 74201 9330 8087 74202 3330 8085 74203 15927 8086 74204 9330 8087 74205 16308 8098 74206 9328 8088 74207 9329 8090 74208 3330 8085 74209 16303 8089 74210 9329 8090 74211 16301 8109 74212 9324 8084 74213 9332 8093 74214 3331 8091 74215 15928 8092 74216 9332 8093 74217 15927 8086 74218 9331 8094 74219 9330 8087 74220 15927 8086 74221 9332 8093 74222 9334 8096 74223 3332 8095 74224 15928 8092 74225 9334 8096 74226 16307 8102 74227 9333 8097 74228 9330 8087 74229 3332 8095 74230 16308 8098 74231 9334 8096 74232 15928 8092 74233 8578 6576 74234 9335 8100 74235 3333 8099 74236 15929 6575 74237 9335 8100 74238 16306 8106 74239 9327 8101 74240 9334 8096 74241 3333 8099 74242 16307 8102 74243 9336 8104 74244 3334 8103 74245 15926 6572 74246 9336 8104 74247 16305 8128 74248 9326 8105 74249 9335 8100 74250 3334 8103 74251 16306 8106 74252 9335 8100 74253 15929 6575 74254 8579 6580 74255 9329 8090 74256 3335 8107 74257 16301 8109 74258 9329 8090 74259 16303 8089 74260 9325 8110 74261 9517 8112 74262 3335 8107 74263 16304 8111 74264 9517 8112 74265 15302 4438 74266 9519 8108 74267 9517 8112 74268 16304 8111 74269 9339 8114 74270 9339 8114 74271 16309 8153 74272 9516 8115 74273 9516 8115 74274 15301 4433 74275 7493 4432 74276 9517 8112 74277 3336 8113 74278 15302 4438 74279 9342 8117 74280 16304 8111 74281 9325 8110 74282 9340 8118 74283 3337 8116 74284 16303 8089 74285 9341 8120 74286 3337 8116 74287 16310 8119 74288 9341 8120 74289 16311 8154 74290 9342 8117 74291 9344 8124 74292 3338 8121 74293 16312 8123 74294 9344 8124 74295 16313 8143 74296 9345 8125 74297 9348 8127 74298 16306 8106 74299 9326 8105 74300 9346 8129 74301 3339 8126 74302 16305 8128 74303 9346 8129 74304 16314 8150 74305 9347 8130 74306 9348 8127 74307 3339 8126 74308 16315 8131 74309 9350 8133 74310 16307 8102 74311 9327 8101 74312 9348 8127 74313 3340 8132 74314 16306 8106 74315 9348 8127 74316 16315 8131 74317 9349 8134 74318 9350 8133 74319 3340 8132 74320 16316 8135 74321 9340 8118 74322 16303 8089 74323 9328 8088 74324 9351 8137 74325 3341 8136 74326 16308 8098 74327 9351 8137 74328 16317 8141 74329 9352 8138 74330 9340 8118 74331 3341 8136 74332 16310 8119 74333 9351 8137 74334 16308 8098 74335 9333 8097 74336 9350 8133 74337 3342 8139 74338 16307 8102 74339 9350 8133 74340 16316 8135 74341 9353 8140 74342 9351 8137 74343 3342 8139 74344 16317 8141 74345 9354 8144 74346 3343 8142 74347 16313 8143 74348 9354 8144 74349 16318 8148 74350 9355 8145 74351 9346 8129 74352 16305 8128 74353 9337 8147 74354 9356 8149 74355 3344 8146 74356 16318 8148 74357 9346 8129 74358 3344 8146 74359 16314 8150 74360 9339 8114 74361 3345 8151 74362 16309 8153 74363 9342 8117 74364 3345 8151 74365 16304 8111 74366 9357 8155 74367 3345 8151 74368 16311 8154 74369 9357 8155 74370 16319 8175 74371 9358 8152 74372 9341 8120 74373 3346 8156 74374 16311 8154 74375 9341 8120 74376 16310 8119 74377 9359 8158 74378 9344 8124 74379 3347 8159 74380 16313 8143 74381 9344 8124 74382 16312 8123 74383 9361 8161 74384 9364 8163 74385 16315 8131 74386 9347 8130 74387 9363 8172 74388 3348 8162 74389 16314 8150 74390 9365 8165 74391 16316 8135 74392 9349 8134 74393 9364 8163 74394 3349 8164 74395 16315 8131 74396 9359 8158 74397 16310 8119 74398 9352 8138 74399 9366 8168 74400 3350 8166 74401 16317 8141 74402 9366 8168 74403 16317 8141 74404 9353 8140 74405 9365 8165 74406 3351 8167 74407 16316 8135 74408 9354 8144 74409 3352 8169 74410 16318 8148 74411 9354 8144 74412 16313 8143 74413 9362 8160 74414 9363 8172 74415 16314 8150 74416 9356 8149 74417 9367 8170 74418 3353 8171 74419 16318 8148 74420 9357 8155 74421 3354 8173 74422 16319 8175 74423 9357 8155 74424 16311 8154 74425 9360 8157 74426 9336 8104 74427 3355 8176 74428 16305 8128 74429 9336 8104 74430 15926 6572 74431 8574 6571 74432 8483 6415 74433 15848 6492 74434 8475 6491 74435 9369 15767 74436 3356 890 74437 15847 6507 74438 8487 8186 74439 3359 8183 74440 15862 8185 74441 8487 8186 74442 15863 6600 74443 8488 6599 74444 9914 6408 74445 3359 8183 74446 15859 6582 74447 9371 8188 74448 16330 8389 74449 9372 8189 74450 9372 8189 74451 16331 8244 74452 9373 8190 74453 9374 8192 74454 16332 8248 74455 9375 8193 74456 9376 8391 74457 3370 8191 74458 16333 8194 74459 9384 8196 74460 16339 8206 74461 9379 8197 74462 9382 8199 74463 3371 8195 74464 16338 8198 74465 9383 8201 74466 3371 8195 74467 16343 8200 74468 9384 8196 74469 3371 8195 74470 16342 8202 74471 9386 8204 74472 16340 8212 74473 9380 8205 74474 9384 8196 74475 3372 8203 74476 16339 8206 74477 9384 8196 74478 16342 8202 74479 9385 8207 74480 9386 8204 74481 3372 8203 74482 16344 8208 74483 9388 8210 74484 16341 8274 74485 9381 8211 74486 9386 8204 74487 3373 8209 74488 16340 8212 74489 9386 8204 74490 16344 8208 74491 9387 8213 74492 9388 8210 74493 3373 8209 74494 16345 8214 74495 9383 8201 74496 3374 8215 74497 16342 8202 74498 9383 8201 74499 16343 8200 74500 9389 8217 74501 9390 8219 74502 3374 8215 74503 16347 8218 74504 9390 8219 74505 16346 8222 74506 9391 8216 74507 9393 8221 74508 16344 8208 74509 9385 8207 74510 9385 8207 74511 16342 8202 74512 9391 8216 74513 9392 8223 74514 3375 8220 74515 16346 8222 74516 9393 8221 74517 3375 8220 74518 16348 8224 74519 9395 8226 74520 16345 8214 74521 9387 8213 74522 9393 8221 74523 3376 8225 74524 16344 8208 74525 9393 8221 74526 16348 8224 74527 9394 8227 74528 9395 8226 74529 3376 8225 74530 16349 8228 74531 9401 8245 74532 3377 8229 74533 16351 8231 74534 9909 8232 74535 16350 8235 74536 9396 8230 74537 9909 8232 74538 3378 8233 74539 16350 8235 74540 9397 8234 74541 3378 8233 74542 16352 8237 74543 9398 8239 74544 16352 8237 74545 9402 8236 74546 9398 8239 74547 3379 8238 74548 16353 8241 74549 9377 8613 74550 3380 8242 74551 16331 8244 74552 9401 8245 74553 16351 8231 74554 9400 8243 74555 9399 8249 74556 3381 8246 74557 16332 8248 74558 9399 8249 74559 16353 8241 74560 9403 8240 74561 9404 4467 74562 3382 8250 74563 16354 4506 74564 9404 4467 74565 16337 4466 74566 9378 8252 74567 9911 8254 74568 16336 4472 74569 9451 4471 74570 9905 8337 74571 3383 8253 74572 15626 4514 74573 9405 8256 74574 16355 8260 74575 9429 8257 74576 9407 8264 74577 3384 8255 74578 16356 8258 74579 9406 8261 74580 3385 8259 74581 16355 8260 74582 9406 8261 74583 16338 8198 74584 9379 8197 74585 9408 8262 74586 3385 8259 74587 16339 8206 74588 9408 8262 74589 16356 8258 74590 9429 8257 74591 9407 8264 74592 16356 8258 74593 9430 8265 74594 9430 8265 74595 16357 8269 74596 9409 8266 74597 9408 8262 74598 3387 8267 74599 16356 8258 74600 9408 8262 74601 16339 8206 74602 9380 8205 74603 9410 8268 74604 3387 8267 74605 16340 8212 74606 9430 8265 74607 3387 8267 74608 16357 8269 74609 9431 8271 74610 3388 8270 74611 16357 8269 74612 9431 8271 74613 16358 8276 74614 9411 8272 74615 9431 8271 74616 16357 8269 74617 9410 8268 74618 9410 8268 74619 16340 8212 74620 9381 8211 74621 9412 8275 74622 3389 8273 74623 16341 8274 74624 9431 8271 74625 3389 8273 74626 16358 8276 74627 9390 8219 74628 16347 8218 74629 9413 8278 74630 9413 8278 74631 16359 8283 74632 9432 8279 74633 9415 8281 74634 3390 8277 74635 16360 8280 74636 9390 8219 74637 3390 8277 74638 16346 8222 74639 9414 8284 74640 3391 8282 74641 16359 8283 74642 9414 8284 74643 16351 8231 74644 9396 8230 74645 9416 8285 74646 3391 8282 74647 16350 8235 74648 9416 8285 74649 16360 8280 74650 9432 8279 74651 9392 8223 74652 16346 8222 74653 9415 8281 74654 9415 8281 74655 16360 8280 74656 9433 8287 74657 9433 8287 74658 16361 8291 74659 9417 8288 74660 9392 8223 74661 3392 8286 74662 16348 8224 74663 9416 8285 74664 3393 8289 74665 16360 8280 74666 9416 8285 74667 16350 8235 74668 9397 8234 74669 9397 8234 74670 16352 8237 74671 9418 8290 74672 9433 8287 74673 3393 8289 74674 16361 8291 74675 9394 8227 74676 16348 8224 74677 9417 8288 74678 9434 8293 74679 3394 8292 74680 16361 8291 74681 9434 8293 74682 16362 8297 74683 9419 8294 74684 9419 8294 74685 16349 8228 74686 9394 8227 74687 9434 8293 74688 16361 8291 74689 9418 8290 74690 9398 8239 74691 3395 8295 74692 16352 8237 74693 9398 8239 74694 16353 8241 74695 9420 8296 74696 9434 8293 74697 3395 8295 74698 16362 8297 74699 9435 8299 74700 3396 8298 74701 16358 8276 74702 9435 8299 74703 16363 8303 74704 9421 8300 74705 9435 8299 74706 16358 8276 74707 9412 8275 74708 9388 8210 74709 3397 8301 74710 16341 8274 74711 9388 8210 74712 16345 8214 74713 9422 8302 74714 9435 8299 74715 3397 8301 74716 16363 8303 74717 9406 8261 74718 3398 8304 74719 16338 8198 74720 9406 8261 74721 16355 8260 74722 9436 8305 74723 9424 8307 74724 3398 8304 74725 16364 8306 74726 9424 8307 74727 16343 8200 74728 9382 8199 74729 9405 8256 74730 3399 8308 74731 16355 8260 74732 9423 8309 74733 16364 8306 74734 9436 8305 74735 9424 8307 74736 3400 8310 74737 16343 8200 74738 9424 8307 74739 16364 8306 74740 9437 8311 74741 9426 8313 74742 3400 8310 74743 16365 8312 74744 9426 8313 74745 16347 8218 74746 9389 8217 74747 9423 8309 74748 3401 8314 74749 16364 8306 74750 9425 8315 74751 16365 8312 74752 9437 8311 74753 9426 8313 74754 3402 8316 74755 16347 8218 74756 9426 8313 74757 16365 8312 74758 9438 8317 74759 9439 8319 74760 3402 8316 74761 16367 8318 74762 9439 8319 74763 16359 8283 74764 9413 8278 74765 9414 8284 74766 3403 8320 74767 16351 8231 74768 9414 8284 74769 16359 8283 74770 9439 8319 74771 9440 8321 74772 3403 8320 74773 16367 8318 74774 9440 8321 74775 16331 8244 74776 9400 8243 74777 9440 8321 74778 3404 8322 74779 16331 8244 74780 9440 8321 74781 16367 8318 74782 9438 8317 74783 9425 8315 74784 3404 8322 74785 16365 8312 74786 9419 8294 74787 3405 8323 74788 16349 8228 74789 9419 8294 74790 16362 8297 74791 9441 8325 74792 9442 8327 74793 3405 8323 74794 16368 8326 74795 9442 8327 74796 16366 8330 74797 9428 8324 74798 9442 8327 74799 3406 8328 74800 16366 8330 74801 9442 8327 74802 16368 8326 74803 9443 8331 74804 9374 8192 74805 3406 8328 74806 16332 8248 74807 9399 8249 74808 16332 8248 74809 9443 8331 74810 9441 8325 74811 3407 8332 74812 16368 8326 74813 9441 8325 74814 16362 8297 74815 9420 8296 74816 9399 8249 74817 3407 8332 74818 16353 8241 74819 9444 8334 74820 3408 8333 74821 16363 8303 74822 9444 8334 74823 16366 8330 74824 9427 8329 74825 9444 8334 74826 16363 8303 74827 9422 8302 74828 9395 8226 74829 3409 8335 74830 16345 8214 74831 9395 8226 74832 16349 8228 74833 9428 8324 74834 9444 8334 74835 3409 8335 74836 16366 8330 74837 9905 8337 74838 15626 4514 74839 7524 4513 74840 7524 4513 74841 15325 8345 74842 9448 8338 74843 9449 4504 74844 3411 8339 74845 15324 4480 74846 9449 4504 74847 16354 4506 74848 9910 8251 74849 9908 8347 74850 3412 8341 74851 16369 8343 74852 9447 4492 74853 3413 8344 74854 15325 8345 74855 9445 8342 74856 3413 8344 74857 16369 8343 74858 9446 4481 74859 3414 8346 74860 16369 8343 74861 9907 8340 74862 3414 8346 74863 15324 4480 74864 9599 8349 74865 16424 8515 74866 9598 8350 74867 9468 8352 74868 3415 8348 74869 16373 8351 74870 9468 8352 74871 16372 8362 74872 9458 8353 74873 9599 8349 74874 3415 8348 74875 15312 8354 74876 9601 8356 74877 3416 8355 74878 16373 8351 74879 9601 8356 74880 16425 8543 74881 9602 8357 74882 9457 8359 74883 3416 8355 74884 15310 8358 74885 9457 8359 74886 16372 8362 74887 9468 8352 74888 7507 8361 74889 15312 8354 74890 9458 8353 74891 9469 8363 74892 3417 8360 74893 16372 8362 74894 9469 8363 74895 16371 8369 74896 9456 8364 74897 7507 8361 74898 3417 8360 74899 15311 8365 74900 9469 8363 74901 16372 8362 74902 9457 8359 74903 9457 8359 74904 15310 8358 74905 7505 8367 74906 7505 8367 74907 15309 8563 74908 9455 8368 74909 9469 8363 74910 3418 8366 74911 16371 8369 74912 5342 15964 74913 11441 11970 74914 19585 18774 74915 7465 8371 74916 15281 4372 74917 9515 8372 74918 9461 8377 74919 3419 8370 74920 16375 8373 74921 7464 4370 74922 3420 8374 74923 15281 4372 74924 7464 4370 74925 15301 4433 74926 9516 8115 74927 9462 8375 74928 3420 8374 74929 16309 8153 74930 9462 8375 74931 16375 8373 74932 9515 8372 74933 9461 8377 74934 16375 8373 74935 9470 8378 74936 9463 8380 74937 3421 8376 74938 16376 8379 74939 9463 8380 74940 16312 8123 74941 9343 8122 74942 9462 8375 74943 3422 8381 74944 16375 8373 74945 9462 8375 74946 16309 8153 74947 9358 8152 74948 9464 8382 74949 3422 8381 74950 16319 8175 74951 9464 8382 74952 16376 8379 74953 9470 8378 74954 9463 8380 74955 3423 8383 74956 16312 8123 74957 9463 8380 74958 16376 8379 74959 9471 8384 74960 9464 8382 74961 3424 8385 74962 16376 8379 74963 9464 8382 74964 16319 8175 74965 9368 8174 74966 9472 8387 74967 16378 8393 74968 9465 8388 74969 9371 8188 74970 3427 8386 74971 16330 8389 74972 9376 8391 74973 16333 8194 74974 9466 8392 74975 9472 8387 74976 3428 8390 74977 16378 8393 74978 9473 8395 74979 16374 8637 74980 9459 8396 74981 9450 8622 74982 3429 8394 74983 15326 8397 74984 9460 8401 74985 3430 8398 74986 15327 8400 74987 9460 8401 74988 16374 8637 74989 9473 8395 74990 7504 8403 74991 15305 8786 74992 9474 8404 74993 9478 8406 74994 3431 8402 74995 16380 8405 74996 9478 8406 74997 16381 8412 74998 9476 8407 74999 7504 8403 75000 3431 8402 75001 15306 8408 75002 9478 8406 75003 16380 8405 75004 9475 8410 75005 9475 8410 75006 15307 18848 75007 7498 5326 75008 7498 5326 75009 15536 5325 75010 9477 8411 75011 9478 8406 75012 3432 8409 75013 16381 8412 75014 9483 8414 75015 16382 8423 75016 9479 8415 75017 9479 8415 75018 15303 8499 75019 7503 8416 75020 9481 8418 75021 3433 8413 75022 15304 8417 75023 9481 8418 75024 16383 8420 75025 9483 8414 75026 9482 8421 75027 3434 8419 75028 16383 8420 75029 9482 8421 75030 15510 5174 75031 7496 5173 75032 9480 8422 75033 3434 8419 75034 15308 5479 75035 9483 8414 75036 3434 8419 75037 16382 8423 75038 7501 4733 75039 15307 18848 75040 9475 8410 75041 9484 8425 75042 3435 8424 75043 16380 8405 75044 9484 8425 75045 15313 8579 75046 7508 8426 75047 7501 4733 75048 3435 8424 75049 15329 4734 75050 9491 8428 75051 16384 8436 75052 9485 8429 75053 9485 8429 75054 15559 5457 75055 7931 5456 75056 7931 5456 75057 15333 5180 75058 9486 8430 75059 9486 8430 75060 16385 8439 75061 9491 8428 75062 9490 8432 75063 16386 8442 75064 9488 8433 75065 7930 8435 75066 3437 8431 75067 15332 8434 75068 7930 8435 75069 15559 5457 75070 9485 8429 75071 9490 8432 75072 3437 8431 75073 16384 8436 75074 9486 8430 75075 15333 5180 75076 7798 5179 75077 9482 8421 75078 3438 8437 75079 15510 5174 75080 9482 8421 75081 16383 8420 75082 9487 8438 75083 9486 8430 75084 3438 8437 75085 16385 8439 75086 7869 8441 75087 15332 8434 75088 9488 8433 75089 9489 8443 75090 3439 8440 75091 16386 8442 75092 9489 8443 75093 16381 8412 75094 9477 8411 75095 7869 8441 75096 3439 8440 75097 15536 5325 75098 9491 8428 75099 3440 8444 75100 16384 8436 75101 9491 8428 75102 16385 8439 75103 9492 8446 75104 9493 8448 75105 3440 8444 75106 16388 8447 75107 9493 8448 75108 16387 8451 75109 9494 8445 75110 9490 8432 75111 3441 8449 75112 16386 8442 75113 9490 8432 75114 16384 8436 75115 9494 8445 75116 9495 8452 75117 3441 8449 75118 16387 8451 75119 9496 8450 75120 3441 8449 75121 16389 8453 75122 9489 8443 75123 3442 8454 75124 16381 8412 75125 9496 8450 75126 3442 8454 75127 16386 8442 75128 9496 8450 75129 16389 8453 75130 9497 8456 75131 9497 8456 75132 16390 8466 75133 9498 8455 75134 9487 8438 75135 3443 8457 75136 16385 8439 75137 9499 8458 75138 3443 8457 75139 16383 8420 75140 9499 8458 75141 16391 8463 75142 9500 8459 75143 9500 8459 75144 16388 8447 75145 9492 8446 75146 9499 8458 75147 16383 8420 75148 9481 8418 75149 9481 8418 75150 15304 8417 75151 9501 8461 75152 9501 8461 75153 16392 8487 75154 9502 8462 75155 9499 8458 75156 3444 8460 75157 16391 8463 75158 9504 8465 75159 15306 8408 75160 9476 8407 75161 9476 8407 75162 16381 8412 75163 9498 8455 75164 9503 8467 75165 3445 8464 75166 16390 8466 75167 9503 8467 75168 16393 8484 75169 9504 8465 75170 9502 8462 75171 16392 8487 75172 9507 8469 75173 9508 8471 75174 3446 8468 75175 16395 8470 75176 9500 8459 75177 3446 8468 75178 16388 8447 75179 9502 8462 75180 3446 8468 75181 16391 8463 75182 9510 8473 75183 16393 8484 75184 9503 8467 75185 9497 8456 75186 3447 8472 75187 16390 8466 75188 9509 8474 75189 3447 8472 75190 16389 8453 75191 9510 8473 75192 3447 8472 75193 16396 8475 75194 9509 8474 75195 3448 8476 75196 16396 8475 75197 9509 8474 75198 16389 8453 75199 9495 8452 75200 9511 8478 75201 3448 8476 75202 16387 8451 75203 9511 8478 75204 16397 8485 75205 9512 8477 75206 9513 8480 75207 16397 8485 75208 9511 8478 75209 9493 8448 75210 3449 8479 75211 16387 8451 75212 9493 8448 75213 16388 8447 75214 9508 8471 75215 9513 8480 75216 3449 8479 75217 16395 8470 75218 9514 8482 75219 16394 8489 75220 9505 8483 75221 9510 8473 75222 3450 8481 75223 16393 8484 75224 9510 8473 75225 16396 8475 75226 9512 8477 75227 9514 8482 75228 3450 8481 75229 16397 8485 75230 9506 8488 75231 3451 8486 75232 16392 8487 75233 9514 8482 75234 3451 8486 75235 16394 8489 75236 9513 8480 75237 3451 8486 75238 16397 8485 75239 9513 8480 75240 16395 8470 75241 9507 8469 75242 7972 5461 75243 3452 8490 75244 15502 5022 75245 7972 5461 75246 15581 18850 75247 9528 8491 75248 7934 5438 75249 3452 8490 75250 15561 5443 75251 7934 5438 75252 15343 4686 75253 7790 5019 75254 7873 5303 75255 3453 8492 75256 15538 5304 75257 7873 5303 75258 15344 4710 75259 7935 5444 75260 9528 8491 75261 3453 8492 75262 15561 5443 75263 9528 8491 75264 15581 18850 75265 9524 5321 75266 7869 8441 75267 15536 5325 75268 9523 5324 75269 7992 5458 75270 3454 8493 75271 15582 5334 75272 7992 5458 75273 15559 5457 75274 7930 8435 75275 7869 8441 75276 3454 8493 75277 15332 8434 75278 7506 8497 75279 3455 8494 75280 15316 8496 75281 7506 8497 75282 15311 8365 75283 7494 8498 75284 9479 8415 75285 3455 8494 75286 15303 8499 75287 9479 8415 75288 16382 8423 75289 9529 8495 75290 7998 5498 75291 3456 8500 75292 15328 5470 75293 7509 8502 75294 3456 8500 75295 15587 5502 75296 7509 8502 75297 15316 8496 75298 9529 8495 75299 9530 8501 75300 3456 8500 75301 16382 8423 75302 9531 8506 75303 3457 8503 75304 15315 8505 75305 9547 8508 75306 3457 8503 75307 16398 8507 75308 9548 8510 75309 3457 8503 75310 16406 8509 75311 9548 8510 75312 16401 8513 75313 9538 8504 75314 9599 8349 75315 15312 8354 75316 9537 8512 75317 9548 8510 75318 3458 8511 75319 16401 8513 75320 9548 8510 75321 16406 8509 75322 9597 8514 75323 9599 8349 75324 3458 8511 75325 16424 8515 75326 9587 8517 75327 16424 8515 75328 9597 8514 75329 9547 8508 75330 3459 8516 75331 16406 8509 75332 9547 8508 75333 16398 8507 75334 9532 8518 75335 9587 8517 75336 3459 8516 75337 15318 8519 75338 9545 8521 75339 3460 8520 75340 15315 8505 75341 9549 8523 75342 3460 8520 75343 16405 8522 75344 9550 8525 75345 3460 8520 75346 16407 8524 75347 9550 8525 75348 16398 8507 75349 9531 8506 75350 9532 8518 75351 3461 8526 75352 15318 8519 75353 9550 8525 75354 3461 8526 75355 16398 8507 75356 9551 8527 75357 3461 8526 75358 16407 8524 75359 9551 8527 75360 15323 4475 75361 7511 4474 75362 9551 8527 75363 3462 8528 75364 15323 4475 75365 9551 8527 75366 16407 8524 75367 9549 8523 75368 9546 8529 75369 3462 8528 75370 16405 8522 75371 9546 8529 75372 15509 4510 75373 7522 4509 75374 9533 8531 75375 15314 8548 75376 9536 8532 75377 9536 8532 75378 16400 8544 75379 9552 8533 75380 9552 8533 75381 16408 8540 75382 9553 8534 75383 9533 8531 75384 3463 8530 75385 16399 8535 75386 9534 8539 75387 3464 8536 75388 15317 8538 75389 9534 8539 75390 16399 8535 75391 9553 8534 75392 9600 8541 75393 3464 8536 75394 16408 8540 75395 9600 8541 75396 16425 8543 75397 9589 8537 75398 9600 8541 75399 3465 8542 75400 16425 8543 75401 9600 8541 75402 16408 8540 75403 9552 8533 75404 9535 8545 75405 3465 8542 75406 16400 8544 75407 9535 8545 75408 15310 8358 75409 9602 8357 75410 9533 8531 75411 3466 8546 75412 15314 8548 75413 9533 8531 75414 16399 8535 75415 9554 8549 75416 9555 8551 75417 3466 8546 75418 16409 8550 75419 9555 8551 75420 16402 8574 75421 9539 8547 75422 9540 8553 75423 3467 8552 75424 15535 4501 75425 9540 8553 75426 16402 8574 75427 9555 8551 75428 9555 8551 75429 16409 8550 75430 9556 8554 75431 7519 4502 75432 3467 8552 75433 15321 4505 75434 7510 4469 75435 15321 4505 75436 9556 8554 75437 9554 8549 75438 3468 8555 75439 16409 8550 75440 9534 8539 75441 3468 8555 75442 16399 8535 75443 7510 4469 75444 3468 8555 75445 15317 8538 75446 9542 8557 75447 3469 8556 75448 15314 8548 75449 9542 8557 75450 16403 8577 75451 9557 8558 75452 9558 8560 75453 3469 8556 75454 16410 8559 75455 9558 8560 75456 16400 8544 75457 9536 8532 75458 9535 8545 75459 3470 8561 75460 15310 8358 75461 9535 8545 75462 16400 8544 75463 9558 8560 75464 9558 8560 75465 16410 8559 75466 9559 8562 75467 7505 8367 75468 3470 8561 75469 15309 8563 75470 9538 8504 75471 3471 8564 75472 15315 8505 75473 9560 8566 75474 3471 8564 75475 16401 8513 75476 9561 8568 75477 3471 8564 75478 16411 8567 75479 9561 8568 75480 16404 8585 75481 9543 8565 75482 7506 8497 75483 15316 8496 75484 9544 8570 75485 9544 8570 75486 16404 8585 75487 9561 8568 75488 9562 8571 75489 3472 8569 75490 16411 8567 75491 9562 8571 75492 15311 8365 75493 7506 8497 75494 9562 8571 75495 3473 8572 75496 15311 8365 75497 9562 8571 75498 16411 8567 75499 9560 8566 75500 9560 8566 75501 16401 8513 75502 9537 8512 75503 7507 8361 75504 3473 8572 75505 15312 8354 75506 9542 8557 75507 15314 8548 75508 9539 8547 75509 9563 8575 75510 3474 8573 75511 16402 8574 75512 9563 8575 75513 16412 8581 75514 9564 8576 75515 9542 8557 75516 3474 8573 75517 16403 8577 75518 9541 8580 75519 3475 8578 75520 15313 8579 75521 9541 8580 75522 16403 8577 75523 9564 8576 75524 9565 8582 75525 3475 8578 75526 16412 8581 75527 9565 8582 75528 15329 4734 75529 7508 8426 75530 7867 5229 75531 15329 4734 75532 9565 8582 75533 9565 8582 75534 16412 8581 75535 9563 8575 75536 9540 8553 75537 3476 8583 75538 16402 8574 75539 9540 8553 75540 15535 4501 75541 7867 5229 75542 9543 8565 75543 3477 8584 75544 15315 8505 75545 9566 8586 75546 3477 8584 75547 16404 8585 75548 9566 8586 75549 16413 8591 75550 9567 8587 75551 9567 8587 75552 16405 8522 75553 9545 8521 75554 7999 5504 75555 15509 4510 75556 9546 8529 75557 9567 8587 75558 3478 8588 75559 16405 8522 75560 9567 8587 75561 16413 8591 75562 9568 8589 75563 7999 5504 75564 3478 8588 75565 15587 5502 75566 7509 8502 75567 15587 5502 75568 9568 8589 75569 9566 8586 75570 3479 8590 75571 16413 8591 75572 9566 8586 75573 16404 8585 75574 9544 8570 75575 7509 8502 75576 3479 8590 75577 15316 8496 75578 8479 8180 75579 3480 8592 75580 15856 8182 75581 8479 8180 75582 15857 6502 75583 8480 6501 75584 8480 6501 75585 15858 18854 75586 9573 8594 75587 9573 8594 75588 16414 18488 75589 9572 8593 75590 9573 8594 75591 15858 18854 75592 9319 8073 75593 9322 8081 75594 15856 8182 75595 9572 8593 75596 9575 8598 75597 15860 17274 75598 8586 6589 75599 8592 6601 75600 3483 8597 75601 15932 6588 75602 8592 6601 75603 15936 6596 75604 9574 6595 75605 9575 8598 75606 3483 8597 75607 16415 6594 75608 9454 4473 75609 16336 4472 75610 9580 8600 75611 9586 8602 75612 3484 8599 75613 16420 8601 75614 9586 8602 75615 16424 8515 75616 9587 8517 75617 9454 4473 75618 3484 8599 75619 15318 8519 75620 9589 8537 75621 3485 8603 75622 15317 8538 75623 9589 8537 75624 16425 8543 75625 9588 8604 75626 9582 8606 75627 3485 8603 75628 16421 8605 75629 9582 8606 75630 16337 4466 75631 9453 4465 75632 9577 8608 75633 3487 8607 75634 16330 8389 75635 9577 8608 75636 16416 8641 75637 9590 8609 75638 9591 8611 75639 3487 8607 75640 16426 8610 75641 9591 8611 75642 16331 8244 75643 9372 8189 75644 9377 8613 75645 16331 8244 75646 9591 8611 75647 9593 8615 75648 16332 8248 75649 9912 8247 75650 9375 8193 75651 16332 8248 75652 9593 8615 75653 9593 8615 75654 16427 18313 75655 9592 8617 75656 9592 8617 75657 16418 8643 75658 9578 8618 75659 9375 8193 75660 3491 8616 75661 16333 8194 75662 9904 8620 75663 16420 8601 75664 9580 8600 75665 9911 8254 75666 3492 8619 75667 16336 4472 75668 9579 8623 75669 3493 8621 75670 15326 8397 75671 9579 8623 75672 16420 8601 75673 9904 8620 75674 9581 8626 75675 3494 8624 75676 16421 8605 75677 9581 8626 75678 15327 8400 75679 9906 8399 75680 9582 8606 75681 3495 8627 75682 16337 4466 75683 9582 8606 75684 16421 8605 75685 9594 8625 75686 9601 8356 75687 16373 8351 75688 9583 8629 75689 9583 8629 75690 16422 8632 75691 9918 8630 75692 9918 8630 75693 16421 8605 75694 9588 8604 75695 9601 8356 75696 3496 8628 75697 16425 8543 75698 9584 8633 75699 3497 8631 75700 16422 8632 75701 9584 8633 75702 16374 8637 75703 9460 8401 75704 9460 8401 75705 15327 8400 75706 9581 8626 75707 9581 8626 75708 16421 8605 75709 9918 8630 75710 9586 8602 75711 3498 8634 75712 16424 8515 75713 9586 8602 75714 16420 8601 75715 9919 8635 75716 9583 8629 75717 3498 8634 75718 16422 8632 75719 9583 8629 75720 16373 8351 75721 9598 8350 75722 9579 8623 75723 3499 8636 75724 16420 8601 75725 9579 8623 75726 15326 8397 75727 9459 8396 75728 9584 8633 75729 3499 8636 75730 16374 8637 75731 9584 8633 75732 16422 8632 75733 9919 8635 75734 9585 8639 75735 3500 8638 75736 16378 8393 75737 9585 8639 75738 16423 18315 75739 9595 8640 75740 9577 8608 75741 3500 8638 75742 16416 8641 75743 9577 8608 75744 16330 8389 75745 9465 8388 75746 9466 8392 75747 16333 8194 75748 9578 8618 75749 9596 8644 75750 3502 8642 75751 16418 8643 75752 9596 8644 75753 16423 18315 75754 9585 8639 75755 9585 8639 75756 16378 8393 75757 9466 8392 75758 9484 8425 75759 3504 8645 75760 15313 8579 75761 9484 8425 75762 16380 8405 75763 9474 8404 75764 9474 8404 75765 15305 8786 75766 7495 8647 75767 7495 8647 75768 15309 8563 75769 9603 8646 75770 9559 8562 75771 3505 8648 75772 15309 8563 75773 9557 8558 75774 3505 8648 75775 16410 8559 75776 9557 8558 75777 16403 8577 75778 9541 8580 75779 9603 8646 75780 3505 8648 75781 15313 8579 75782 9604 8650 75783 16454 8755 75784 9655 8651 75785 9655 8651 75786 16455 8754 75787 9606 8652 75788 9606 8652 75789 16429 17319 75790 9605 8653 75791 9604 8650 75792 3506 8649 75793 16428 8654 75794 9607 8656 75795 16431 8664 75796 9617 8657 75797 9635 8659 75798 3507 8655 75799 16441 8658 75800 9635 8659 75801 16440 8732 75802 9615 8660 75803 9607 8656 75804 3507 8655 75805 16430 8661 75806 9638 4353 75807 16444 8674 75808 9618 8663 75809 9607 8656 75810 3508 8662 75811 16431 8664 75812 9607 8656 75813 16430 8661 75814 9616 8665 75815 9616 8665 75816 16443 4354 75817 9638 4353 75818 9608 8667 75819 16438 8673 75820 9631 8668 75821 9634 8670 75822 3509 8666 75823 16464 8669 75824 9634 8670 75825 16441 8658 75826 9617 8657 75827 9608 8667 75828 3509 8666 75829 16431 8664 75830 9639 4352 75831 16461 4351 75832 9630 8672 75833 9608 8667 75834 3510 8671 75835 16438 8673 75836 9608 8667 75837 16431 8664 75838 9618 8663 75839 9639 4352 75840 3510 8671 75841 16444 8674 75842 9620 8678 75843 3511 8675 75844 16432 8677 75845 9643 8680 75846 3511 8675 75847 16446 8679 75848 9621 8682 75849 3511 8675 75850 16447 8681 75851 9621 8682 75852 16433 8687 75853 9609 8676 75854 9619 8686 75855 3512 8683 75856 16445 8685 75857 9619 8686 75858 16432 8677 75859 9609 8676 75860 9622 8688 75861 3512 8683 75862 16433 8687 75863 9640 8684 75864 3512 8683 75865 16448 8689 75866 9610 8691 75867 16438 8673 75868 9630 8672 75869 9642 8692 75870 3513 8690 75871 16461 4351 75872 9642 8692 75873 16446 8679 75874 9620 8678 75875 9610 8691 75876 3513 8690 75877 16432 8677 75878 9631 8668 75879 3514 8693 75880 16464 8669 75881 9610 8691 75882 3514 8693 75883 16438 8673 75884 9610 8691 75885 16432 8677 75886 9619 8686 75887 9619 8686 75888 16445 8685 75889 9641 8694 75890 9625 8698 75891 3515 8695 75892 16435 8697 75893 9645 8700 75894 3515 8695 75895 16458 8699 75896 9645 8700 75897 16448 8689 75898 9622 8688 75899 9622 8688 75900 16433 8687 75901 9611 8696 75902 9624 8704 75903 3516 8701 75904 16453 8703 75905 9624 8704 75906 16435 8697 75907 9611 8696 75908 9621 8682 75909 3516 8701 75910 16433 8687 75911 9621 8682 75912 16447 8681 75913 9644 8702 75914 9633 8708 75915 3517 8705 75916 16462 8707 75917 9633 8708 75918 16439 8714 75919 9612 8709 75920 9674 8711 75921 3517 8705 75922 16434 8710 75923 9674 8711 75924 15588 8747 75925 9673 8706 75926 9633 8708 75927 3518 8712 75928 16439 8714 75929 9633 8708 75930 16462 8707 75931 9657 8715 75932 9657 8715 75933 16456 8760 75934 9629 8716 75935 9629 8716 75936 16437 8720 75937 9613 8713 75938 9656 8718 75939 16459 8753 75940 9632 8719 75941 9632 8719 75942 16439 8714 75943 9613 8713 75944 9628 8721 75945 3519 8717 75946 16437 8720 75947 9628 8721 75948 16455 8754 75949 9656 8718 75950 9627 8725 75951 3520 8722 75952 16436 8724 75953 9627 8725 75954 16457 8758 75955 9660 8726 75956 9660 8726 75957 16458 8699 75958 9625 8698 75959 9625 8698 75960 16435 8697 75961 9614 8723 75962 9653 8728 75963 16454 8755 75964 9626 8729 75965 9614 8723 75966 3521 8727 75967 16436 8724 75968 9614 8723 75969 16435 8697 75970 9624 8704 75971 9624 8704 75972 16453 8703 75973 9653 8728 75974 9634 8670 75975 16464 8669 75976 9651 8731 75977 9651 8731 75978 16452 5491 75979 9636 5490 75980 9635 8659 75981 3522 8730 75982 16440 8732 75983 9634 8670 75984 3522 8730 75985 16441 8658 75986 9649 8734 75987 3523 8733 75988 16450 4730 75989 9669 4349 75990 3523 8733 75991 16460 8735 75992 9670 4731 75993 3523 8733 75994 16443 4354 75995 9645 8700 75996 16458 8699 75997 9661 8737 75998 9661 8737 75999 16464 8669 76000 9641 8694 76001 9640 8684 76002 3524 8736 76003 16445 8685 76004 9645 8700 76005 3524 8736 76006 16448 8689 76007 9652 8739 76008 3525 8738 76009 16461 4351 76010 9652 8739 76011 16453 8703 76012 9644 8702 76013 9643 8680 76014 3525 8738 76015 16447 8681 76016 9643 8680 76017 16446 8679 76018 9642 8692 76019 9648 8741 76020 3526 8740 76021 16449 5473 76022 9648 8741 76023 16459 8753 76024 9662 8742 76025 9649 8734 76026 3526 8740 76027 16460 8735 76028 9649 8734 76029 16450 4730 76030 9646 5474 76031 9672 5467 76032 16451 5466 76033 9650 8744 76034 9664 8746 76035 3527 8743 76036 16463 8745 76037 9664 8746 76038 16462 8707 76039 9673 8706 76040 9672 5467 76041 3527 8743 76042 15588 8747 76043 9651 8731 76044 3528 8748 76045 16452 5491 76046 9651 8731 76047 16464 8669 76048 9665 8749 76049 9665 8749 76050 16463 8745 76051 9650 8744 76052 9650 8744 76053 16451 5466 76054 9647 5496 76055 9652 8739 76056 16461 4351 76057 9663 4350 76058 9654 8751 76059 3529 8750 76060 16460 8735 76061 9654 8751 76062 16454 8755 76063 9653 8728 76064 9652 8739 76065 3529 8750 76066 16453 8703 76067 9654 8751 76068 16460 8735 76069 9662 8742 76070 9656 8718 76071 3530 8752 76072 16459 8753 76073 9655 8651 76074 3530 8752 76075 16455 8754 76076 9654 8751 76077 3530 8752 76078 16454 8755 76079 9664 8746 76080 3531 8756 76081 16462 8707 76082 9664 8746 76083 16463 8745 76084 9659 8757 76085 9658 8759 76086 3531 8756 76087 16457 8758 76088 9657 8715 76089 3531 8756 76090 16456 8760 76091 9665 8749 76092 3532 8761 76093 16463 8745 76094 9665 8749 76095 16464 8669 76096 9661 8737 76097 9660 8726 76098 3532 8761 76099 16458 8699 76100 9660 8726 76101 16457 8758 76102 9659 8757 76103 7691 5089 76104 15443 5079 76105 7690 5078 76106 9675 8763 76107 3533 8762 76108 15334 5509 76109 9675 8763 76110 16434 8710 76111 9671 5475 76112 9671 5475 76113 15340 4677 76114 7691 5089 76115 7994 5508 76116 15583 5499 76117 8000 5468 76118 9674 8711 76119 3534 8764 76120 15588 8747 76121 9674 8711 76122 16434 8710 76123 9675 8763 76124 7994 5508 76125 3534 8764 76126 15334 5509 76127 9678 5478 76128 3535 8765 76129 15308 5479 76130 9678 5478 76131 16451 5466 76132 9676 5465 76133 9676 5465 76134 15328 5470 76135 9530 8501 76136 9530 8501 76137 16382 8423 76138 9480 8422 76139 9680 5489 76140 3536 8766 76141 16440 8732 76142 9680 5489 76143 15585 5484 76144 7996 5483 76145 9682 5016 76146 3536 8766 76147 15500 5017 76148 9682 5016 76149 16442 5015 76150 9681 8767 76151 9615 8660 76152 16440 8732 76153 9681 8767 76154 9637 4727 76155 3537 8768 76156 16442 5015 76157 9637 4727 76158 16443 4354 76159 9616 8665 76160 9615 8660 76161 3537 8768 76162 16430 8661 76163 9506 8488 76164 3538 8769 76165 16394 8489 76166 9506 8488 76167 16392 8487 76168 9683 8771 76169 9684 8773 76170 3538 8769 76171 16465 8772 76172 9684 8773 76173 16466 8821 76174 9685 8770 76175 9687 8775 76176 16393 8484 76177 9505 8483 76178 9685 8770 76179 3539 8774 76180 16394 8489 76181 9685 8770 76182 16466 8821 76183 9686 8776 76184 9687 8775 76185 3539 8774 76186 16467 8777 76187 9504 8465 76188 3540 8778 76189 15306 8408 76190 9687 8775 76191 3540 8778 76192 16393 8484 76193 9688 8780 76194 3540 8778 76195 16467 8777 76196 9688 8780 76197 16468 8787 76198 9689 8779 76199 9501 8461 76200 3541 8781 76201 16392 8487 76202 9690 8782 76203 3541 8781 76204 15304 8417 76205 9690 8782 76206 16469 8794 76207 9691 8783 76208 9683 8771 76209 3541 8781 76210 16465 8772 76211 7504 8403 76212 3542 8784 76213 15305 8786 76214 7504 8403 76215 15306 8408 76216 9689 8779 76217 9697 8788 76218 3542 8784 76219 16468 8787 76220 9697 8788 76221 16470 9139 76222 9692 8785 76223 9690 8782 76224 15304 8417 76225 7503 8416 76226 9696 8790 76227 3543 8789 76228 15303 8499 76229 9696 8790 76230 16472 9145 76231 9698 8791 76232 9698 8791 76233 16469 8794 76234 9690 8782 76235 9698 8791 76236 3544 8792 76237 16469 8794 76238 9698 8791 76239 16472 9145 76240 9699 8795 76241 9700 8797 76242 3544 8792 76243 16473 8796 76244 9700 8797 76245 16474 8828 76246 9701 8793 76247 9704 8799 76248 16470 9139 76249 9697 8788 76250 9697 8788 76251 16468 8787 76252 9702 8800 76253 9703 8802 76254 3545 8798 76255 16476 8801 76256 9704 8799 76257 3545 8798 76258 16475 8803 76259 9699 8795 76260 16472 9145 76261 9695 8805 76262 9705 8807 76263 3546 8804 76264 16471 8806 76265 9705 8807 76266 16477 8833 76267 9706 8808 76268 9706 8808 76269 16473 8796 76270 9699 8795 76271 9693 8810 76272 3547 8809 76273 16471 8806 76274 9693 8810 76275 16470 9139 76276 9704 8799 76277 9707 8811 76278 3547 8809 76279 16475 8803 76280 9707 8811 76281 16477 8833 76282 9705 8807 76283 9709 8813 76284 16465 8772 76285 9691 8783 76286 9701 8793 76287 3548 8812 76288 16469 8794 76289 9701 8793 76290 16474 8828 76291 9708 8814 76292 9709 8813 76293 3548 8812 76294 16478 8815 76295 9688 8780 76296 3549 8816 76297 16468 8787 76298 9688 8780 76299 16467 8777 76300 9710 8817 76301 9711 8819 76302 3549 8816 76303 16479 8818 76304 9711 8819 76305 16476 8801 76306 9702 8800 76307 9686 8776 76308 3550 8820 76309 16467 8777 76310 9712 8822 76311 3550 8820 76312 16466 8821 76313 9712 8822 76314 16480 8846 76315 9713 8823 76316 9713 8823 76317 16479 8818 76318 9710 8817 76319 9712 8822 76320 16466 8821 76321 9684 8773 76322 9709 8813 76323 3551 8824 76324 16465 8772 76325 9709 8813 76326 16478 8815 76327 9714 8825 76328 9714 8825 76329 16480 8846 76330 9712 8822 76331 9700 8797 76332 3552 8826 76333 16474 8828 76334 9700 8797 76335 16473 8796 76336 9889 8829 76337 9720 8831 76338 3552 8826 76339 16487 8830 76340 9720 8831 76341 16486 8842 76342 9888 8827 76343 9889 8829 76344 16473 8796 76345 9706 8808 76346 9883 8834 76347 3553 8832 76348 16477 8833 76349 9883 8834 76350 16484 8839 76351 9719 8835 76352 9889 8829 76353 3553 8832 76354 16487 8830 76355 9883 8834 76356 16477 8833 76357 9707 8811 76358 9887 8837 76359 3554 8836 76360 16475 8803 76361 9887 8837 76362 16485 17326 76363 9718 8838 76364 9883 8834 76365 3554 8836 76366 16484 8839 76367 9886 8841 76368 16478 8815 76369 9708 8814 76370 9888 8827 76371 3555 8840 76372 16474 8828 76373 9717 8843 76374 3555 8840 76375 16486 8842 76376 9717 8843 76377 16483 8851 76378 9886 8841 76379 9885 8845 76380 16479 8818 76381 9713 8823 76382 9884 8847 76383 3556 8844 76384 16480 8846 76385 9884 8847 76386 16481 18869 76387 9716 8848 76388 9885 8845 76389 3556 8844 76390 16482 8849 76391 9714 8825 76392 3557 8850 76393 16480 8846 76394 9714 8825 76395 16478 8815 76396 9886 8841 76397 9715 8852 76398 3557 8850 76399 16483 8851 76400 9715 8852 76401 16481 18869 76402 9884 8847 76403 9752 8856 76404 3558 8853 76405 16521 8855 76406 9752 8856 76407 16499 8958 76408 9722 8857 76409 9721 8859 76410 3558 8853 76411 16488 8858 76412 9721 8859 76413 16490 8863 76414 9725 8854 76415 9723 8861 76416 16520 9019 76417 9795 8862 76418 9795 8862 76419 16521 8855 76420 9725 8854 76421 9724 8864 76422 3559 8860 76423 16490 8863 76424 9723 8861 76425 3559 8860 76426 16489 8865 76427 9736 8869 76428 3560 8866 76429 16491 8868 76430 9736 8869 76431 16504 8975 76432 9760 8870 76433 9738 8872 76434 3560 8866 76435 16503 8871 76436 9738 8872 76437 16492 8876 76438 9726 8867 76439 9766 8874 76440 16507 8982 76441 9737 8875 76442 9726 8867 76443 3561 8873 76444 16491 8868 76445 9739 8877 76446 3561 8873 76447 16492 8876 76448 9766 8874 76449 3561 8873 76450 16506 8878 76451 9740 8882 76452 3562 8879 76453 16493 8881 76454 9763 8884 76455 3562 8879 76456 16505 8883 76457 9763 8884 76458 16504 8975 76459 9736 8869 76460 9736 8869 76461 16491 8868 76462 9727 8880 76463 9741 8888 76464 3563 8885 76465 16508 8887 76466 9741 8888 76467 16493 8881 76468 9727 8880 76469 9737 8875 76470 3563 8885 76471 16491 8868 76472 9737 8875 76473 16507 8982 76474 9768 8886 76475 9758 7387 76476 3564 8889 76477 16502 7405 76478 9758 7387 76479 16535 7386 76480 9765 8891 76481 9739 8877 76482 3564 8889 76483 16506 8878 76484 9739 8877 76485 16492 8876 76486 9728 8890 76487 9759 7406 76488 3565 8892 76489 16536 8894 76490 9759 7406 76491 16502 7405 76492 9728 8890 76493 9738 8872 76494 3565 8892 76495 16492 8876 76496 9738 8872 76497 16503 8871 76498 9761 8893 76499 9755 8898 76500 3566 8895 76501 16500 8897 76502 9755 8898 76503 16530 8922 76504 9762 8899 76505 9740 8882 76506 3566 8895 76507 16505 8883 76508 9740 8882 76509 16493 8881 76510 9729 8896 76511 9769 8901 76512 16527 8986 76513 9754 8902 76514 9754 8902 76515 16500 8897 76516 9729 8896 76517 9741 8888 76518 3567 8900 76519 16493 8881 76520 9741 8888 76521 16508 8887 76522 9769 8901 76523 9743 8906 76524 3568 8903 76525 16494 8905 76526 9773 8908 76527 3568 8903 76528 16510 8907 76529 9744 8910 76530 3568 8903 76531 16511 8909 76532 9744 8910 76533 16495 8915 76534 9730 8904 76535 9742 8914 76536 3569 8911 76537 16509 8913 76538 9742 8914 76539 16494 8905 76540 9730 8904 76541 9745 8916 76542 3569 8911 76543 16495 8915 76544 9745 8916 76545 16512 18870 76546 9770 8912 76547 9754 8902 76548 3570 8917 76549 16500 8897 76550 9754 8902 76551 16527 8986 76552 9772 8919 76553 9743 8906 76554 3570 8917 76555 16510 8907 76556 9743 8906 76557 16494 8905 76558 9731 8918 76559 9755 8898 76560 3571 8920 76561 16530 8922 76562 9755 8898 76563 16500 8897 76564 9731 8918 76565 9742 8914 76566 3571 8920 76567 16494 8905 76568 9742 8914 76569 16509 8913 76570 9771 8921 76571 9732 8924 76572 16497 18871 76573 9749 8925 76574 9775 8927 76575 3572 8923 76576 16524 8926 76577 9775 8927 76578 16512 18870 76579 9745 8916 76580 9745 8916 76581 16495 8915 76582 9732 8924 76583 9748 8931 76584 3573 8928 76585 16519 8930 76586 9748 8931 76587 16497 18871 76588 9732 8924 76589 9744 8910 76590 3573 8928 76591 16495 8915 76592 9744 8910 76593 16511 8909 76594 9774 8929 76595 9756 8935 76596 3574 8932 76597 16501 8934 76598 9780 8937 76599 3574 8932 76600 16525 8936 76601 9780 8937 76602 16513 8947 76603 9746 8938 76604 9746 8938 76605 16496 8943 76606 9733 8933 76607 9757 8942 76608 3575 8939 76609 16528 8941 76610 9757 8942 76611 16501 8934 76612 9733 8933 76613 9747 8944 76614 3575 8939 76615 16496 8943 76616 9747 8944 76617 16516 8951 76618 9786 8940 76619 9746 8938 76620 3576 8945 76621 16496 8943 76622 9781 8948 76623 3576 8945 76624 16513 8947 76625 9781 8948 76626 16534 7306 76627 9813 7305 76628 9813 7305 76629 16258 9131 76630 9815 8946 76631 9747 8944 76632 3577 8949 76633 16516 8951 76634 9747 8944 76635 16496 8943 76636 9815 8946 76637 9815 8946 76638 16258 9131 76639 9814 8952 76640 9814 8952 76641 16533 9009 76642 9787 8950 76643 9734 8954 76644 16501 8934 76645 9757 8942 76646 9757 8942 76647 16528 8941 76648 9797 8955 76649 9753 8957 76650 3578 8953 76651 16522 8956 76652 9734 8954 76653 3578 8953 76654 16499 8958 76655 9796 8960 76656 16525 8936 76657 9756 8935 76658 9756 8935 76659 16501 8934 76660 9734 8954 76661 9752 8856 76662 3579 8959 76663 16499 8958 76664 9752 8856 76665 16521 8855 76666 9796 8960 76667 9751 8964 76668 3580 8961 76669 16498 8963 76670 9751 8964 76671 16523 9022 76672 9800 8965 76673 9749 8925 76674 3580 8961 76675 16524 8926 76676 9749 8925 76677 16497 18871 76678 9735 8962 76679 9793 8967 76680 16520 9019 76681 9750 8968 76682 9735 8962 76683 3581 8966 76684 16498 8963 76685 9735 8962 76686 16497 18871 76687 9748 8931 76688 9748 8931 76689 16519 8930 76690 9793 8967 76691 9791 8972 76692 3582 8969 76693 16518 8971 76694 9791 8972 76695 16536 8894 76696 9761 8893 76697 9760 8870 76698 3582 8969 76699 16503 8871 76700 9760 8870 76701 16504 8975 76702 9764 8970 76703 9762 8899 76704 16530 8922 76705 9790 8974 76706 9790 8974 76707 16518 8971 76708 9764 8970 76709 9763 8884 76710 3583 8973 76711 16504 8975 76712 9763 8884 76713 16505 8883 76714 9762 8899 76715 9765 8891 76716 16535 7386 76717 9783 8977 76718 9767 8979 76719 3584 8976 76720 16514 8978 76721 9767 8979 76722 16507 8982 76723 9766 8874 76724 9765 8891 76725 3584 8976 76726 16506 8878 76727 9767 8979 76728 16514 8978 76729 9782 8981 76730 9782 8981 76731 16527 8986 76732 9769 8901 76733 9769 8901 76734 16508 8887 76735 9768 8886 76736 9767 8979 76737 3585 8980 76738 16507 8982 76739 9775 8927 76740 16524 8926 76741 9801 8984 76742 9801 8984 76743 16530 8922 76744 9771 8921 76745 9771 8921 76746 16509 8913 76747 9770 8912 76748 9770 8912 76749 16512 18870 76750 9775 8927 76751 9792 8987 76752 3587 8985 76753 16527 8986 76754 9792 8987 76755 16519 8930 76756 9774 8929 76757 9773 8908 76758 3587 8985 76759 16511 8909 76760 9773 8908 76761 16510 8907 76762 9772 8919 76763 9780 8937 76764 3588 8988 76765 16513 8947 76766 9780 8937 76767 16525 8936 76768 9802 8990 76769 9784 8992 76770 3588 8988 76771 16526 8991 76772 9784 8992 76773 16515 8999 76774 9776 8989 76775 9781 8948 76776 3589 8993 76777 16534 7306 76778 9781 8948 76779 16513 8947 76780 9776 8989 76781 9776 8989 76782 16515 8999 76783 9785 8994 76784 9785 8994 76785 16532 6843 76786 9809 6848 76787 9777 8996 76788 16515 8999 76789 9784 8992 76790 9784 8992 76791 16526 8991 76792 9803 8997 76793 9803 8997 76794 16527 8986 76795 9782 8981 76796 9777 8996 76797 3590 8995 76798 16514 8978 76799 9808 6844 76800 16532 6843 76801 9785 8994 76802 9777 8996 76803 3591 8998 76804 16515 8999 76805 9777 8996 76806 16514 8978 76807 9783 8977 76808 9808 6844 76809 3591 8998 76810 16535 7386 76811 9778 9001 76812 16517 9008 76813 9788 9002 76814 9804 9004 76815 3592 9000 76816 16529 9003 76817 9804 9004 76818 16528 8941 76819 9786 8940 76820 9778 9001 76821 3592 9000 76822 16516 8951 76823 9807 9006 76824 16531 9015 76825 9789 9007 76826 9778 9001 76827 3593 9005 76828 16517 9008 76829 9778 9001 76830 16516 8951 76831 9787 8950 76832 9807 9006 76833 3593 9005 76834 16533 9009 76835 9779 9011 76836 16518 8971 76837 9790 8974 76838 9805 9012 76839 3594 9010 76840 16530 8922 76841 9805 9012 76842 16529 9003 76843 9788 9002 76844 9779 9011 76845 3594 9010 76846 16517 9008 76847 9806 9014 76848 16536 8894 76849 9791 8972 76850 9779 9011 76851 3595 9013 76852 16518 8971 76853 9779 9011 76854 16517 9008 76855 9789 9007 76856 9806 9014 76857 3595 9013 76858 16531 9015 76859 9792 8987 76860 16527 8986 76861 9803 8997 76862 9794 9017 76863 3596 9016 76864 16526 8991 76865 9794 9017 76866 16520 9019 76867 9793 8967 76868 9792 8987 76869 3596 9016 76870 16519 8930 76871 9794 9017 76872 16526 8991 76873 9802 8990 76874 9796 8960 76875 3597 9018 76876 16525 8936 76877 9796 8960 76878 16521 8855 76879 9795 8862 76880 9794 9017 76881 3597 9018 76882 16520 9019 76883 9804 9004 76884 3598 9020 76885 16528 8941 76886 9804 9004 76887 16529 9003 76888 9799 9021 76889 9798 9023 76890 3598 9020 76891 16523 9022 76892 9798 9023 76893 16522 8956 76894 9797 8955 76895 9805 9012 76896 3599 9024 76897 16529 9003 76898 9805 9012 76899 16530 8922 76900 9801 8984 76901 9800 8965 76902 3599 9024 76903 16524 8926 76904 9800 8965 76905 16523 9022 76906 9799 9021 76907 9817 9026 76908 3600 9025 76909 16013 7879 76910 9814 8952 76911 3600 9025 76912 16533 9009 76913 9814 8952 76914 16258 9131 76915 9818 9027 76916 9818 9027 76917 16263 7882 76918 9226 7881 76919 9817 9026 76920 16013 7879 76921 9225 7878 76922 9819 9029 76923 3601 9028 76924 16262 7872 76925 9819 9029 76926 16531 9015 76927 9807 9006 76928 9817 9026 76929 3601 9028 76930 16533 9009 76931 9827 7412 76932 16536 8894 76933 9806 9014 76934 9806 9014 76935 16531 9015 76936 9819 9029 76937 9819 9029 76938 16262 7872 76939 9825 7871 76940 9827 7412 76941 3602 9030 76942 16259 7413 76943 9069 7418 76944 3603 9031 76945 16210 7424 76946 9069 7418 76947 16177 7417 76948 9010 7496 76949 9010 7496 76950 15906 7214 76951 8924 7213 76952 9829 9032 76953 3603 9031 76954 16139 7817 76955 9829 9032 76956 16139 7817 76957 8925 7828 76958 8926 9035 76959 3604 9033 76960 16140 9034 76961 8926 9035 76962 15897 6645 76963 9071 7425 76964 9071 7425 76965 16210 7424 76966 9829 9032 76967 9208 7830 76968 3605 9036 76969 16140 9034 76970 9208 7830 76971 16252 7829 76972 9830 9038 76973 9831 9040 76974 3605 9036 76975 16538 9039 76976 9831 9040 76977 16537 17338 76978 9832 9037 76979 9206 7824 76980 3606 9041 76981 16252 7829 76982 9833 9042 76983 3606 9041 76984 16244 7805 76985 9833 9042 76986 16539 9047 76987 9834 9043 76988 9834 9043 76989 16538 9039 76990 9830 9038 76991 9833 9042 76992 16244 7805 76993 9202 7804 76994 9835 9045 76995 3607 9044 76996 16212 7842 76997 9835 9045 76998 16540 9065 76999 9836 9046 77000 9833 9042 77001 3607 9044 77002 16539 9047 77003 9835 9045 77004 16212 7842 77005 9102 7841 77006 9102 7841 77007 15898 18855 77008 9837 9049 77009 9838 9051 77010 3608 9048 77011 16541 9050 77012 9838 9051 77013 16540 9065 77014 9835 9045 77015 9840 9053 77016 15897 6645 77017 8926 9035 77018 8926 9035 77019 16140 9034 77020 9832 9037 77021 9832 9037 77022 16537 17338 77023 9839 9054 77024 9840 9053 77025 3609 9052 77026 16542 9055 77027 9837 9049 77028 15898 18855 77029 8550 6636 77030 8550 6636 77031 15897 6645 77032 9840 9053 77033 9841 9057 77034 3610 9056 77035 16542 9055 77036 9841 9057 77037 16541 9050 77038 9837 9049 77039 9844 9059 77040 16541 9050 77041 9841 9057 77042 9842 9060 77043 3611 9058 77044 16542 9055 77045 9842 9060 77046 16543 17022 77047 9843 9061 77048 9844 9059 77049 3611 9058 77050 16544 9062 77051 9838 9051 77052 3612 9063 77053 16540 9065 77054 9838 9051 77055 16541 9050 77056 9844 9059 77057 9845 9066 77058 3612 9063 77059 16544 9062 77060 9845 9066 77061 16545 17017 77062 9846 9064 77063 9847 9068 77064 3613 9067 77065 15910 7436 77066 9847 9068 77067 16546 9095 77068 9855 9069 77069 9856 9071 77070 3613 9067 77071 16550 9070 77072 9856 9071 77073 15907 7433 77074 8559 7432 77075 8740 7490 77076 15907 7433 77077 9856 9071 77078 9854 9073 77079 3614 9072 77080 16550 9070 77081 9854 9073 77082 16548 17355 77083 9850 9074 77084 8740 7490 77085 3614 9072 77086 16042 7499 77087 9851 9076 77088 16045 9097 77089 9849 9077 77090 9857 9079 77091 3615 9075 77092 16547 9078 77093 9857 9079 77094 16551 9083 77095 9858 9080 77096 9858 9080 77097 16548 17355 77098 9851 9076 77099 9850 9074 77100 3616 9081 77101 16042 7499 77102 9850 9074 77103 16548 17355 77104 9858 9080 77105 9859 9084 77106 3616 9081 77107 16551 9083 77108 8741 9082 77109 3616 9081 77110 15915 9085 77111 9859 9084 77112 16551 9083 77113 9857 9079 77114 9857 9079 77115 16547 9078 77116 9848 9087 77117 9853 9089 77118 3618 9088 77119 16195 7505 77120 9853 9089 77121 16549 9108 77122 9861 9090 77123 9862 9092 77124 3618 9088 77125 16552 9091 77126 9862 9092 77127 16179 7443 77128 9083 7506 77129 9014 7435 77130 16179 7443 77131 9862 9092 77132 9862 9092 77133 16552 9091 77134 9860 9094 77135 9847 9068 77136 3619 9093 77137 16546 9095 77138 9847 9068 77139 15910 7436 77140 9014 7435 77141 9852 9098 77142 3620 9096 77143 16045 9097 77144 9852 9098 77145 16549 9108 77146 9863 9099 77147 9863 9099 77148 16553 9105 77149 9864 9100 77150 9864 9100 77151 16547 9078 77152 9849 9077 77153 9864 9100 77154 3621 9101 77155 16547 9078 77156 9864 9100 77157 16553 9105 77158 9865 9102 77159 9865 9102 77160 3622 9103 77161 16181 9104 77162 9863 9099 77163 3622 9103 77164 16553 9105 77165 9863 9099 77166 16549 9108 77167 9853 9089 77168 9084 7509 77169 3622 9103 77170 16195 7505 77171 9866 9107 77172 16552 9091 77173 9861 9090 77174 9922 9109 77175 3623 9106 77176 16549 9108 77177 9922 9109 77178 16556 18872 77179 9921 9110 77180 9866 9107 77181 3623 9106 77182 16554 9111 77183 9648 8741 77184 3624 9112 77185 16459 8753 77186 9623 5472 77187 3624 9112 77188 16449 5473 77189 9623 5472 77190 16434 8710 77191 9612 8709 77192 9632 8719 77193 3624 9112 77194 16439 8714 77195 8306 6044 77196 3625 9113 77197 15754 5951 77198 8306 6044 77199 15788 6043 77200 8394 6232 77201 8391 9116 77202 3625 9113 77203 15817 9115 77204 8391 9116 77205 15808 9119 77206 9890 9114 77207 9891 9118 77208 15813 6230 77209 8380 6229 77210 9890 9114 77211 3626 9117 77212 15754 5951 77213 8402 9120 77214 3626 9117 77215 15808 9119 77216 9891 9118 77217 3626 9117 77218 15821 9121 77219 9891 9118 77220 15821 9121 77221 8403 6285 77222 8400 6255 77223 3627 9122 77224 15820 6284 77225 8400 6255 77226 15648 6227 77227 8379 6226 77228 9891 9118 77229 3627 9122 77230 15813 6230 77231 9892 9124 77232 15822 6267 77233 8405 6280 77234 8405 6280 77235 15821 9121 77236 8402 9120 77237 8391 9116 77238 3628 9123 77239 15808 9119 77240 8391 9116 77241 15817 9115 77242 9892 9124 77243 9892 9124 77244 15817 9115 77245 8392 6236 77246 8242 6297 77247 3629 9125 77248 15752 6298 77249 8404 6264 77250 3629 9125 77251 15634 6304 77252 8404 6264 77253 15822 6267 77254 9892 9124 77255 9893 9127 77256 15740 6214 77257 8225 6213 77258 8226 6260 77259 3630 9126 77260 15744 6250 77261 8226 6260 77262 15739 6259 77263 8224 6303 77264 9893 9127 77265 3630 9126 77266 15743 9128 77267 9915 9130 77268 3632 9129 77269 16161 7260 77270 9818 9027 77271 3632 9129 77272 16263 7882 77273 9816 7308 77274 3632 9129 77275 16258 9131 77276 9816 7308 77277 16163 7300 77278 8991 7299 77279 8985 7259 77280 16147 18248 77281 9223 9133 77282 9916 7883 77283 3633 9132 77284 16261 9134 77285 9916 7883 77286 16263 7882 77287 9915 9130 77288 9915 9130 77289 16161 7260 77290 8985 7259 77291 9917 9136 77292 16370 9141 77293 9467 9137 77294 9467 9137 77295 16371 8369 77296 9455 8368 77297 9455 8368 77298 15309 8563 77299 7495 8647 77300 9917 9136 77301 3634 9135 77302 15305 8786 77303 9917 9136 77304 15305 8786 77305 9692 8785 77306 9693 8810 77307 3635 9138 77308 16470 9139 77309 9693 8810 77310 16471 8806 77311 9694 9140 77312 9917 9136 77313 3635 9138 77314 16370 9141 77315 7494 8498 77316 3636 9142 77317 15303 8499 77318 7494 8498 77319 15311 8365 77320 9456 8364 77321 9467 9137 77322 3636 9142 77323 16371 8369 77324 9467 9137 77325 16370 9141 77326 9920 9143 77327 9694 9140 77328 3637 9144 77329 16370 9141 77330 9694 9140 77331 16471 8806 77332 9695 8805 77333 9696 8790 77334 3637 9144 77335 16472 9145 77336 9920 9143 77337 3637 9144 77338 15303 8499 77339 9930 9147 77340 16571 18683 77341 9931 9148 77342 9925 18672 77343 3638 9146 77344 16568 9149 77345 7491 4463 77346 15296 4460 77347 9933 9151 77348 9938 9153 77349 3639 9150 77350 16572 9152 77351 9938 9153 77352 16573 17041 77353 9939 9154 77354 7491 4463 77355 3639 9150 77356 15299 4429 77357 9948 9158 77358 3640 9155 77359 15783 9157 77360 9948 9158 77361 16579 17046 77362 9946 9159 77363 9944 9161 77364 3640 9155 77365 16576 9160 77366 9944 9161 77367 15785 18588 77368 8307 9156 77369 8309 9163 77370 15785 18588 77371 9944 9161 77372 9944 9161 77373 16576 9160 77374 9950 9164 77375 9950 9164 77376 16580 17052 77377 9951 9165 77378 8309 9163 77379 3641 9162 77380 15789 9166 77381 9952 9170 77382 3642 9167 77383 16578 9169 77384 9952 9170 77385 16582 18873 77386 9953 9171 77387 9953 9171 77388 16583 17064 77389 9954 9172 77390 9954 9172 77391 16580 17052 77392 9949 9168 77393 8303 6299 77394 15782 6234 77395 9955 9174 77396 9960 9176 77397 3643 9173 77398 16584 9175 77399 9960 9176 77400 16587 17089 77401 9961 9177 77402 8303 6299 77403 3643 9173 77404 15787 6300 77405 9961 9177 77406 3644 9178 77407 15787 6300 77408 9961 9177 77409 16587 17089 77410 9959 9180 77411 9956 9182 77412 3644 9178 77413 16585 9181 77414 8302 9179 77415 3644 9178 77416 15783 9157 77417 8117 5697 77418 3645 9183 77419 15668 9185 77420 8118 9186 77421 3645 9183 77422 15671 5696 77423 9968 9184 77424 3645 9183 77425 15672 9187 77426 8116 5689 77427 3646 9188 77428 15670 6434 77429 9971 9190 77430 3646 9188 77431 15669 6430 77432 9967 9189 77433 3646 9188 77434 15672 9187 77435 8501 6440 77436 3647 9191 77437 15671 5696 77438 9969 9193 77439 3647 9191 77440 15868 9192 77441 8118 9186 77442 3647 9191 77443 15672 9187 77444 8500 6435 77445 3648 9194 77446 15868 9192 77447 9967 9189 77448 3648 9194 77449 15670 6434 77450 9969 9193 77451 3648 9194 77452 15672 9187 77453 8499 6429 77454 3649 9195 77455 15669 6430 77456 9970 9197 77457 3649 9195 77458 15867 9196 77459 9971 9190 77460 3649 9195 77461 15672 9187 77462 8498 6425 77463 3650 9198 77464 15867 9196 77465 9968 9184 77466 3650 9198 77467 15668 9185 77468 9970 9197 77469 3650 9198 77470 15672 9187 77471 9975 9200 77472 16588 9219 77473 9978 9201 77474 9977 9203 77475 3651 9199 77476 16592 9202 77477 9977 9203 77478 16593 9235 77479 9976 9204 77480 9975 9200 77481 3651 9199 77482 16591 9205 77483 9976 9204 77484 3652 9206 77485 16591 9205 77486 9976 9204 77487 16593 9235 77488 9980 9208 77489 9979 9210 77490 3652 9206 77491 16594 9209 77492 9979 9210 77493 16590 9213 77494 9974 9207 77495 9979 9210 77496 3653 9211 77497 16590 9213 77498 9979 9210 77499 16594 9209 77500 9982 9214 77501 9981 9216 77502 3653 9211 77503 16595 9215 77504 9981 9216 77505 16589 18874 77506 9973 9212 77507 9983 9218 77508 16592 9202 77509 9978 9201 77510 9972 9220 77511 3654 9217 77512 16588 9219 77513 9972 9220 77514 16589 18874 77515 9981 9216 77516 9983 9218 77517 3654 9217 77518 16595 9215 77519 9983 9218 77520 16595 9215 77521 9986 9222 77522 9986 9222 77523 16596 9230 77524 9985 9223 77525 9984 9225 77526 3655 9221 77527 16597 9224 77528 9983 9218 77529 3655 9221 77530 16592 9202 77531 9988 9227 77532 3656 9226 77533 16594 9209 77534 9987 9229 77535 3656 9226 77536 16598 9228 77537 9986 9222 77538 3656 9226 77539 16596 9230 77540 9986 9222 77541 16595 9215 77542 9982 9214 77543 9977 9203 77544 16592 9202 77545 9984 9225 77546 9991 9232 77547 3657 9231 77548 16597 9224 77549 9990 9234 77550 3657 9231 77551 16599 9233 77552 9977 9203 77553 3657 9231 77554 16593 9235 77555 9991 9232 77556 3658 9236 77557 16599 9233 77558 9991 9232 77559 16597 9224 77560 9985 9223 77561 9987 9229 77562 3658 9236 77563 16596 9230 77564 9989 9237 77565 3658 9236 77566 16598 9228 77567 9990 9234 77568 3659 9238 77569 16593 9235 77570 9989 9237 77571 3659 9238 77572 16599 9233 77573 9988 9227 77574 3659 9238 77575 16598 9228 77576 9988 9227 77577 16594 9209 77578 9980 9208 77579 10008 9242 77580 3660 9239 77581 16622 9241 77582 10008 9242 77583 16625 18875 77584 10009 9243 77585 10010 9245 77586 3660 9239 77587 16627 9244 77588 10010 9245 77589 16626 9419 77590 10011 9240 77591 10012 9247 77592 16624 9436 77593 10007 9248 77594 10013 9250 77595 3661 9246 77596 16623 9249 77597 10013 9250 77598 16629 9439 77599 10014 9251 77600 10012 9247 77601 3661 9246 77602 16628 9252 77603 10017 9254 77604 16618 9481 77605 10006 9255 77606 10006 9255 77607 16621 9464 77608 10015 9256 77609 10015 9256 77610 16631 9491 77611 10016 9257 77612 10017 9254 77613 3662 9253 77614 16630 9258 77615 10018 9260 77616 16620 18876 77617 10005 9261 77618 10019 9263 77619 3663 9259 77620 16619 9262 77621 10019 9263 77622 16633 9401 77623 10020 9264 77624 10018 9260 77625 3663 9259 77626 16632 9265 77627 10023 9267 77628 16616 9594 77629 10004 9268 77630 10021 9270 77631 3664 9266 77632 16617 9269 77633 10021 9270 77634 16635 9603 77635 10022 9271 77636 10023 9267 77637 3664 9266 77638 16634 9272 77639 10003 9276 77640 3665 9273 77641 16612 9275 77642 10024 9278 77643 3665 9273 77644 16615 9277 77645 10024 9278 77646 16637 9391 77647 10025 9279 77648 10025 9279 77649 16636 9390 77650 10026 9274 77651 10002 9281 77652 3666 9280 77653 16615 9277 77654 10002 9281 77655 16614 9286 77656 10027 9282 77657 10028 9284 77658 3666 9280 77659 16638 9283 77660 10028 9284 77661 16637 9391 77662 10024 9278 77663 10001 9287 77664 3667 9285 77665 16614 9286 77666 10029 9289 77667 3667 9285 77668 16613 9288 77669 10029 9289 77670 16639 9294 77671 10030 9290 77672 10030 9290 77673 16638 9283 77674 10027 9282 77675 10029 9289 77676 16613 9288 77677 10000 9292 77678 10026 9274 77679 3668 9291 77680 16612 9275 77681 10026 9274 77682 16636 9390 77683 10031 9293 77684 10029 9289 77685 3668 9291 77686 16639 9294 77687 9999 9298 77688 3669 9295 77689 16608 9297 77690 10032 9300 77691 3669 9295 77692 16611 9299 77693 10032 9300 77694 16641 9309 77695 10033 9301 77696 10034 9296 77697 3669 9295 77698 16640 9302 77699 10032 9300 77700 16611 9299 77701 9998 9304 77702 10035 9306 77703 3670 9303 77704 16610 9305 77705 10036 9308 77706 3670 9303 77707 16642 9307 77708 10032 9300 77709 3670 9303 77710 16641 9309 77711 9997 9311 77712 3671 9310 77713 16610 9305 77714 9997 9311 77715 16609 9315 77716 10037 9312 77717 10037 9312 77718 16643 9318 77719 10038 9313 77720 10038 9313 77721 16642 9307 77722 10035 9306 77723 9996 9316 77724 3672 9314 77725 16609 9315 77726 9996 9316 77727 16608 9297 77728 10034 9296 77729 10039 9317 77730 3672 9314 77731 16640 9302 77732 10037 9312 77733 3672 9314 77734 16643 9318 77735 9995 9322 77736 3673 9319 77737 16604 9321 77738 10040 9324 77739 3673 9319 77740 16607 9323 77741 10040 9324 77742 16645 9332 77743 10041 9325 77744 10041 9325 77745 16644 9340 77746 10042 9320 77747 10040 9324 77748 16607 9323 77749 9994 9327 77750 10043 9329 77751 3674 9326 77752 16606 9328 77753 10044 9331 77754 3674 9326 77755 16646 9330 77756 10040 9324 77757 3674 9326 77758 16645 9332 77759 9993 9334 77760 3675 9333 77761 16606 9328 77762 10045 9336 77763 3675 9333 77764 16605 9335 77765 10045 9336 77766 16647 9342 77767 10046 9337 77768 10046 9337 77769 16646 9330 77770 10043 9329 77771 9992 9339 77772 3676 9338 77773 16605 9335 77774 9992 9339 77775 16604 9321 77776 10042 9320 77777 10047 9341 77778 3676 9338 77779 16644 9340 77780 10045 9336 77781 3676 9338 77782 16647 9342 77783 10050 9344 77784 16647 9342 77785 10047 9341 77786 10048 9345 77787 3677 9343 77788 16644 9340 77789 10048 9345 77790 16649 9358 77791 10049 9346 77792 10050 9344 77793 3677 9343 77794 16648 9347 77795 10046 9337 77796 3678 9348 77797 16646 9330 77798 10050 9344 77799 3678 9348 77800 16647 9342 77801 10050 9344 77802 16648 9347 77803 10051 9350 77804 10051 9350 77805 16650 9353 77806 10052 9349 77807 10044 9331 77808 3679 9351 77809 16645 9332 77810 10044 9331 77811 16646 9330 77812 10052 9349 77813 10053 9354 77814 3679 9351 77815 16650 9353 77816 10053 9354 77817 16651 9356 77818 10054 9352 77819 10041 9325 77820 3680 9355 77821 16644 9340 77822 10041 9325 77823 16645 9332 77824 10054 9352 77825 10055 9357 77826 3680 9355 77827 16651 9356 77828 10048 9345 77829 3680 9355 77830 16649 9358 77831 10058 9360 77832 16643 9318 77833 10039 9317 77834 10056 9361 77835 3681 9359 77836 16640 9302 77837 10056 9361 77838 16653 9374 77839 10057 9362 77840 10058 9360 77841 3681 9359 77842 16652 9363 77843 10038 9313 77844 3682 9364 77845 16642 9307 77846 10058 9360 77847 3682 9364 77848 16643 9318 77849 10058 9360 77850 16652 9363 77851 10059 9366 77852 10059 9366 77853 16654 9369 77854 10060 9365 77855 10036 9308 77856 3683 9367 77857 16641 9309 77858 10036 9308 77859 16642 9307 77860 10060 9365 77861 10061 9370 77862 3683 9367 77863 16654 9369 77864 10061 9370 77865 16655 9372 77866 10062 9368 77867 10056 9361 77868 16640 9302 77869 10033 9301 77870 10062 9368 77871 3684 9371 77872 16641 9309 77873 10063 9373 77874 3684 9371 77875 16655 9372 77876 10056 9361 77877 3684 9371 77878 16653 9374 77879 10031 9293 77880 3685 9375 77881 16639 9294 77882 10031 9293 77883 16636 9390 77884 10064 9377 77885 10065 9379 77886 3685 9375 77887 16657 9378 77888 10065 9379 77889 16656 9382 77890 10066 9376 77891 10068 9381 77892 16638 9283 77893 10030 9290 77894 10030 9290 77895 16639 9294 77896 10066 9376 77897 10067 9383 77898 3686 9380 77899 16656 9382 77900 10068 9381 77901 3686 9380 77902 16658 9384 77903 10070 9386 77904 16637 9391 77905 10028 9284 77906 10068 9381 77907 3687 9385 77908 16638 9283 77909 10068 9381 77910 16658 9384 77911 10069 9387 77912 10070 9386 77913 3687 9385 77914 16659 9388 77915 10025 9279 77916 3688 9389 77917 16636 9390 77918 10070 9386 77919 3688 9389 77920 16637 9391 77921 10071 9392 77922 3688 9389 77923 16659 9388 77924 10071 9392 77925 16657 9378 77926 10064 9377 77927 10072 9394 77928 16634 9272 77929 10022 9271 77930 10022 9271 77931 16635 9603 77932 10073 9395 77933 10074 9397 77934 3689 9393 77935 16661 9396 77936 10072 9394 77937 3689 9393 77938 16660 9398 77939 10078 9400 77940 16632 9265 77941 10020 9264 77942 10076 9402 77943 3690 9399 77944 16633 9401 77945 10077 9404 77946 3690 9399 77947 16663 9403 77948 10078 9400 77949 3690 9399 77950 16664 9405 77951 10016 9257 77952 3691 9406 77953 16630 9258 77954 10016 9257 77955 16631 9491 77956 10079 9408 77957 10080 9410 77958 3691 9406 77959 16665 9409 77960 10080 9410 77961 16662 9488 77962 10075 9407 77963 10084 9412 77964 16628 9252 77965 10014 9251 77966 10014 9251 77967 16629 9439 77968 10082 9413 77969 10083 9415 77970 3692 9411 77971 16667 9414 77972 10084 9412 77973 3692 9411 77974 16668 9416 77975 10010 9245 77976 3693 9417 77977 16626 9419 77978 10010 9245 77979 16627 9244 77980 10085 9420 77981 10086 9422 77982 3693 9417 77983 16669 9421 77984 10081 9418 77985 3693 9417 77986 16666 9423 77987 10053 9354 77988 3694 9424 77989 16651 9356 77990 10051 9350 77991 3694 9424 77992 16650 9353 77993 10049 9346 77994 3694 9424 77995 16648 9347 77996 10055 9357 77997 3694 9424 77998 16649 9358 77999 10061 9370 78000 3695 9425 78001 16655 9372 78002 10061 9370 78003 16654 9369 78004 10059 9366 78005 10057 9362 78006 3695 9425 78007 16652 9363 78008 10063 9373 78009 3695 9425 78010 16653 9374 78011 10071 9392 78012 16659 9388 78013 10069 9387 78014 10067 9383 78015 3696 9426 78016 16658 9384 78017 10067 9383 78018 16656 9382 78019 10065 9379 78020 10071 9392 78021 3696 9426 78022 16657 9378 78023 10009 9243 78024 3697 9427 78025 16627 9244 78026 10009 9243 78027 16625 18875 78028 10095 9429 78029 10104 9431 78030 3697 9427 78031 16677 9430 78032 10104 9431 78033 16678 9434 78034 10096 9428 78035 10104 9431 78036 3698 9432 78037 16678 9434 78038 10104 9431 78039 16677 9430 78040 10094 9435 78041 10012 9247 78042 3698 9432 78043 16624 9436 78044 10012 9247 78045 16628 9252 78046 10097 9433 78047 10013 9250 78048 3699 9437 78049 16629 9439 78050 10013 9250 78051 16623 9249 78052 10093 9440 78053 10105 9442 78054 3699 9437 78055 16676 9441 78056 10105 9442 78057 16679 9445 78058 10099 9438 78059 10105 9442 78060 3700 9443 78061 16679 9445 78062 10105 9442 78063 16676 9441 78064 10092 9446 78065 10092 9446 78066 16622 9241 78067 10011 9240 78068 10098 9444 78069 3700 9443 78070 16626 9419 78071 10101 9448 78072 16667 9414 78073 10082 9413 78074 10099 9438 78075 3701 9447 78076 16629 9439 78077 10099 9438 78078 16679 9445 78079 10106 9449 78080 10106 9449 78081 16680 9452 78082 10101 9448 78083 10106 9449 78084 3702 9450 78085 16680 9452 78086 10106 9449 78087 16679 9445 78088 10098 9444 78089 10098 9444 78090 16626 9419 78091 10081 9418 78092 10081 9418 78093 16666 9423 78094 10100 9451 78095 10103 9454 78096 16669 9421 78097 10085 9420 78098 10085 9420 78099 16627 9244 78100 10096 9428 78101 10107 9455 78102 3703 9453 78103 16678 9434 78104 10107 9455 78105 16681 9458 78106 10103 9454 78107 10107 9455 78108 3704 9456 78109 16681 9458 78110 10107 9455 78111 16678 9434 78112 10097 9433 78113 10084 9412 78114 3704 9456 78115 16628 9252 78116 10084 9412 78117 16668 9416 78118 10102 9457 78119 10086 9422 78120 3705 9459 78121 16666 9423 78122 10103 9454 78123 3705 9459 78124 16669 9421 78125 10108 9460 78126 3705 9459 78127 16681 9458 78128 10108 9460 78129 16680 9452 78130 10100 9451 78131 10108 9460 78132 3706 9461 78133 16680 9452 78134 10108 9460 78135 16681 9458 78136 10102 9457 78137 10083 9415 78138 3706 9461 78139 16668 9416 78140 10101 9448 78141 3706 9461 78142 16667 9414 78143 10113 9463 78144 16631 9491 78145 10015 9256 78146 10112 9465 78147 3707 9462 78148 16621 9464 78149 10112 9465 78150 16683 9470 78151 10121 9466 78152 10113 9463 78153 3707 9462 78154 16684 9467 78155 10121 9466 78156 3708 9468 78157 16684 9467 78158 10111 9471 78159 3708 9468 78160 16683 9470 78161 10111 9471 78162 16620 18876 78163 10018 9260 78164 10018 9260 78165 16632 9265 78166 10114 9469 78167 10019 9263 78168 3709 9472 78169 16633 9401 78170 10019 9263 78171 16619 9262 78172 10110 9474 78173 10122 9476 78174 3709 9472 78175 16682 9475 78176 10116 9473 78177 3709 9472 78178 16685 9477 78179 10115 9479 78180 16685 9477 78181 10122 9476 78182 10109 9480 78183 3710 9478 78184 16682 9475 78185 10017 9254 78186 3710 9478 78187 16618 9481 78188 10115 9479 78189 3710 9478 78190 16630 9258 78191 10118 9483 78192 16663 9403 78193 10076 9402 78194 10116 9473 78195 3711 9482 78196 16633 9401 78197 10116 9473 78198 16685 9477 78199 10123 9484 78200 10118 9483 78201 3711 9482 78202 16686 9485 78203 10123 9484 78204 3712 9486 78205 16686 9485 78206 10115 9479 78207 3712 9486 78208 16685 9477 78209 10115 9479 78210 16630 9258 78211 10075 9407 78212 10117 9487 78213 3712 9486 78214 16662 9488 78215 10079 9408 78216 3713 9489 78217 16665 9409 78218 10113 9463 78219 3713 9489 78220 16631 9491 78221 10124 9492 78222 3713 9489 78223 16684 9467 78224 10124 9492 78225 16687 9495 78226 10120 9490 78227 10124 9492 78228 3714 9493 78229 16687 9495 78230 10124 9492 78231 16684 9467 78232 10114 9469 78233 10078 9400 78234 3714 9493 78235 16632 9265 78236 10078 9400 78237 16664 9405 78238 10119 9494 78239 10080 9410 78240 3715 9496 78241 16662 9488 78242 10120 9490 78243 3715 9496 78244 16665 9409 78245 10125 9497 78246 3715 9496 78247 16687 9495 78248 10125 9497 78249 16686 9485 78250 10117 9487 78251 10125 9497 78252 3716 9498 78253 16686 9485 78254 10125 9497 78255 16687 9495 78256 10119 9494 78257 10077 9404 78258 3716 9498 78259 16664 9405 78260 10118 9483 78261 3716 9498 78262 16663 9403 78263 10131 9500 78264 16697 9513 78265 10134 9501 78266 10134 9501 78267 16696 9512 78268 10133 9502 78269 10132 9504 78270 3717 9499 78271 16695 9503 78272 10131 9500 78273 3717 9499 78274 16694 9505 78275 10137 9509 78276 3718 9506 78277 16698 9508 78278 10135 9511 78279 3718 9506 78280 16699 9510 78281 10134 9501 78282 3718 9506 78283 16696 9512 78284 10136 9507 78285 3718 9506 78286 16697 9513 78287 10126 9517 78288 3719 9514 78289 16688 9516 78290 10128 9519 78291 3719 9514 78292 16689 9518 78293 10128 9519 78294 16690 9522 78295 10138 9520 78296 10138 9520 78297 16691 9551 78298 10127 9515 78299 10129 9523 78300 3720 9521 78301 16690 9522 78302 10129 9523 78303 16693 9568 78304 10139 9524 78305 10130 9526 78306 3720 9521 78307 16692 9525 78308 10130 9526 78309 16691 9551 78310 10138 9520 78311 10088 9530 78312 3721 9527 78313 16670 9529 78314 10141 9532 78315 3721 9527 78316 16673 9531 78317 10087 9534 78318 3721 9527 78319 16672 9533 78320 10087 9534 78321 16671 18877 78322 10140 9528 78323 10141 9532 78324 16673 9531 78325 10089 9536 78326 10091 9538 78327 3722 9535 78328 16674 9537 78329 10090 9540 78330 3722 9535 78331 16675 9539 78332 10090 9540 78333 16672 9533 78334 10141 9532 78335 10126 9517 78336 3723 9541 78337 16689 9518 78338 10143 9543 78339 3723 9541 78340 16688 9516 78341 10154 9545 78342 3723 9541 78343 16700 9544 78344 10154 9545 78345 16701 9548 78346 10145 9542 78347 10154 9545 78348 3724 9546 78349 16701 9548 78350 10154 9545 78351 16700 9544 78352 10142 9549 78353 10132 9504 78354 3724 9546 78355 16694 9505 78356 10132 9504 78357 16695 9503 78358 10144 9547 78359 10143 9543 78360 16688 9516 78361 10127 9515 78362 10149 9552 78363 3725 9550 78364 16691 9551 78365 10149 9552 78366 16703 9572 78367 10155 9553 78368 10155 9553 78369 16700 9544 78370 10143 9543 78371 10155 9553 78372 3726 9554 78373 16700 9544 78374 10155 9553 78375 16703 9572 78376 10148 9555 78377 10131 9500 78378 3726 9554 78379 16697 9513 78380 10131 9500 78381 16694 9505 78382 10142 9549 78383 10144 9547 78384 16695 9503 78385 10133 9502 78386 10146 9557 78387 3727 9556 78388 16696 9512 78389 10146 9557 78390 16702 9565 78391 10156 9558 78392 10156 9558 78393 16701 9548 78394 10144 9547 78395 10156 9558 78396 3728 9559 78397 16701 9548 78398 10156 9558 78399 16702 9565 78400 10147 9560 78401 10128 9519 78402 3728 9559 78403 16690 9522 78404 10128 9519 78405 16689 9518 78406 10145 9542 78407 10146 9557 78408 16696 9512 78409 10135 9511 78410 10152 9562 78411 3729 9561 78412 16699 9510 78413 10157 9564 78414 3729 9561 78415 16705 9563 78416 10146 9557 78417 3729 9561 78418 16702 9565 78419 10157 9564 78420 3730 9566 78421 16702 9565 78422 10157 9564 78423 16705 9563 78424 10153 9567 78425 10129 9523 78426 3730 9566 78427 16693 9568 78428 10129 9523 78429 16690 9522 78430 10147 9560 78431 10149 9552 78432 16691 9551 78433 10130 9526 78434 10151 9570 78435 3731 9569 78436 16692 9525 78437 10151 9570 78438 16704 9574 78439 10158 9571 78440 10149 9552 78441 3731 9569 78442 16703 9572 78443 10148 9555 78444 16703 9572 78445 10158 9571 78446 10150 9575 78447 3732 9573 78448 16704 9574 78449 10150 9575 78450 16698 9508 78451 10136 9507 78452 10136 9507 78453 16697 9513 78454 10148 9555 78455 10163 9577 78456 16635 9603 78457 10021 9270 78458 10161 9578 78459 3733 9576 78460 16617 9269 78461 10161 9578 78462 16707 9583 78463 10171 9579 78464 10163 9577 78465 3733 9576 78466 16708 9580 78467 10164 9582 78468 16708 9580 78469 10171 9579 78470 10162 9584 78471 3734 9581 78472 16707 9583 78473 10162 9584 78474 16671 18877 78475 10087 9534 78476 10087 9534 78477 16672 9533 78478 10164 9582 78479 10166 9586 78480 16673 9531 78481 10088 9530 78482 10160 9587 78483 3735 9585 78484 16670 9529 78485 10172 9589 78486 3735 9585 78487 16706 9588 78488 10172 9589 78489 16709 9592 78490 10166 9586 78491 10172 9589 78492 3736 9590 78493 16709 9592 78494 10172 9589 78495 16706 9588 78496 10159 9593 78497 10023 9267 78498 3736 9590 78499 16616 9594 78500 10023 9267 78501 16634 9272 78502 10165 9591 78503 10168 9596 78504 16674 9537 78505 10089 9536 78506 10166 9586 78507 3737 9595 78508 16673 9531 78509 10166 9586 78510 16709 9592 78511 10173 9597 78512 10173 9597 78513 16710 9600 78514 10168 9596 78515 10173 9597 78516 3738 9598 78517 16710 9600 78518 10173 9597 78519 16709 9592 78520 10165 9591 78521 10072 9394 78522 3738 9598 78523 16634 9272 78524 10072 9394 78525 16660 9398 78526 10167 9599 78527 10073 9395 78528 3739 9601 78529 16661 9396 78530 10163 9577 78531 3739 9601 78532 16635 9603 78533 10163 9577 78534 16708 9580 78535 10174 9604 78536 10174 9604 78537 16711 9607 78538 10169 9602 78539 10174 9604 78540 3740 9605 78541 16711 9607 78542 10174 9604 78543 16708 9580 78544 10164 9582 78545 10090 9540 78546 3740 9605 78547 16672 9533 78548 10090 9540 78549 16675 9539 78550 10170 9606 78551 10074 9397 78552 3741 9608 78553 16660 9398 78554 10074 9397 78555 16661 9396 78556 10169 9602 78557 10175 9609 78558 3741 9608 78559 16711 9607 78560 10175 9609 78561 16710 9600 78562 10167 9599 78563 10175 9609 78564 3742 9610 78565 16710 9600 78566 10175 9609 78567 16711 9607 78568 10170 9606 78569 10091 9538 78570 3742 9610 78571 16675 9539 78572 10091 9538 78573 16674 9537 78574 10168 9596 78575 11194 9614 78576 3743 9611 78577 16745 9613 78578 11194 9614 78579 16742 9647 78580 11193 9615 78581 10203 9617 78582 3743 9611 78583 16747 9616 78584 10203 9617 78585 16748 9626 78586 10204 9612 78587 10207 9619 78588 16744 9631 78589 10202 9620 78590 10205 9622 78591 3744 9618 78592 16746 9621 78593 10205 9622 78594 16750 9628 78595 10206 9623 78596 10206 9623 78597 16749 9907 78598 10207 9619 78599 10201 9625 78600 3745 9624 78601 16746 9621 78602 10201 9625 78603 16745 9613 78604 10204 9612 78605 10208 9627 78606 3745 9624 78607 16748 9626 78608 10205 9622 78609 3745 9624 78610 16750 9628 78611 11193 9615 78612 16742 9647 78613 11195 9630 78614 10207 9619 78615 3746 9629 78616 16744 9631 78617 10207 9619 78618 16749 9907 78619 10209 9632 78620 11193 9615 78621 3746 9629 78622 16747 9616 78623 10200 9636 78624 3747 9633 78625 16740 9635 78626 10210 9638 78627 3747 9633 78628 16743 9637 78629 10210 9638 78630 16752 9645 78631 10211 9639 78632 10211 9639 78633 16751 9654 78634 10212 9634 78635 10210 9638 78636 16743 9637 78637 10199 9641 78638 10199 9641 78639 16742 9647 78640 10213 9642 78641 10214 9644 78642 3748 9640 78643 16753 9643 78644 10210 9638 78645 3748 9640 78646 16752 9645 78647 10198 9648 78648 3749 9646 78649 16742 9647 78650 10215 9650 78651 3749 9646 78652 16741 9649 78653 10215 9650 78654 16754 9883 78655 10216 9651 78656 10216 9651 78657 16753 9643 78658 10213 9642 78659 10197 9653 78660 3750 9652 78661 16741 9649 78662 10197 9653 78663 16740 9635 78664 10212 9634 78665 10217 9655 78666 3750 9652 78667 16751 9654 78668 10217 9655 78669 16754 9883 78670 10215 9650 78671 10196 9659 78672 3751 9656 78673 16736 9658 78674 10218 9661 78675 3751 9656 78676 16739 9660 78677 10218 9661 78678 16756 9668 78679 10219 9662 78680 10219 9662 78681 16755 9677 78682 10220 9657 78683 10218 9661 78684 16739 9660 78685 10195 9664 78686 10221 9666 78687 3752 9663 78688 16738 9665 78689 10221 9666 78690 16757 9869 78691 10222 9667 78692 10218 9661 78693 3752 9663 78694 16756 9668 78695 10221 9666 78696 16738 9665 78697 10194 9670 78698 10194 9670 78699 16737 9675 78700 10223 9671 78701 10224 9673 78702 3753 9669 78703 16758 9672 78704 10224 9673 78705 16757 9869 78706 10221 9666 78707 10193 9676 78708 3754 9674 78709 16737 9675 78710 10193 9676 78711 16736 9658 78712 10220 9657 78713 10225 9678 78714 3754 9674 78715 16755 9677 78716 10225 9678 78717 16758 9672 78718 10223 9671 78719 10192 9682 78720 3755 9679 78721 16732 9681 78722 10226 9684 78723 3755 9679 78724 16735 9683 78725 10226 9684 78726 16760 9691 78727 10227 9685 78728 10227 9685 78729 16759 9701 78730 10228 9680 78731 10226 9684 78732 16735 9683 78733 10191 9687 78734 10229 9689 78735 3756 9686 78736 16734 9688 78737 10229 9689 78738 16761 9697 78739 10230 9690 78740 10226 9684 78741 3756 9686 78742 16760 9691 78743 10229 9689 78744 16734 9688 78745 10190 9693 78746 10190 9693 78747 16733 9699 78748 10231 9694 78749 10232 9696 78750 3757 9692 78751 16762 9695 78752 10229 9689 78753 3757 9692 78754 16761 9697 78755 10189 9700 78756 3758 9698 78757 16733 9699 78758 10189 9700 78759 16732 9681 78760 10228 9680 78761 10233 9702 78762 3758 9698 78763 16759 9701 78764 10233 9702 78765 16762 9695 78766 10231 9694 78767 10188 9706 78768 3759 9703 78769 16728 9705 78770 10234 9708 78771 3759 9703 78772 16731 9707 78773 10234 9708 78774 16764 9715 78775 10235 9709 78776 10235 9709 78777 16763 9725 78778 10236 9704 78779 10234 9708 78780 16731 9707 78781 10187 9711 78782 10237 9713 78783 3760 9710 78784 16730 9712 78785 10237 9713 78786 16765 9721 78787 10238 9714 78788 10234 9708 78789 3760 9710 78790 16764 9715 78791 10237 9713 78792 16730 9712 78793 10186 9717 78794 10186 9717 78795 16729 9723 78796 10239 9718 78797 10240 9720 78798 3761 9716 78799 16766 9719 78800 10237 9713 78801 3761 9716 78802 16765 9721 78803 10185 9724 78804 3762 9722 78805 16729 9723 78806 10185 9724 78807 16728 9705 78808 10236 9704 78809 10241 9726 78810 3762 9722 78811 16763 9725 78812 10241 9726 78813 16766 9719 78814 10239 9718 78815 10244 9728 78816 16724 18878 78817 10184 9729 78818 10242 9731 78819 3763 9727 78820 16727 9730 78821 10242 9731 78822 16768 11660 78823 10243 9732 78824 10244 9728 78825 3763 9727 78826 16767 9733 78827 10183 9737 78828 3764 9734 78829 16726 9736 78830 10183 9737 78831 16725 9741 78832 10246 9738 78833 10246 9738 78834 16770 9824 78835 10247 9739 78836 10247 9739 78837 16769 9828 78838 10245 9735 78839 10182 9742 78840 3765 9740 78841 16725 9741 78842 10182 9742 78843 16724 18878 78844 10244 9728 78845 10248 9743 78846 3765 9740 78847 16767 9733 78848 10248 9743 78849 16770 9824 78850 10246 9738 78851 10181 9747 78852 3766 9744 78853 16723 9746 78854 10181 9747 78855 16722 9928 78856 10251 9748 78857 10252 9750 78858 3766 9744 78859 16773 9749 78860 10252 9750 78861 16772 18879 78862 10249 9745 78863 10180 9754 78864 3767 9751 78865 16721 9753 78866 10180 9754 78867 16720 9919 78868 10250 9755 78869 10254 9757 78870 3767 9751 78871 16771 9756 78872 10253 9752 78873 3767 9751 78874 16774 9758 78875 10255 9760 78876 16719 10000 78877 10179 9761 78878 10179 9761 78879 16718 10003 78880 10257 9762 78881 10258 9764 78882 3768 9759 78883 16777 9763 78884 10255 9760 78885 3768 9759 78886 16776 9765 78887 10259 9767 78888 16717 10010 78889 10178 9768 78890 10178 9768 78891 16716 9993 78892 10256 9769 78893 10260 9771 78894 3769 9766 78895 16775 9770 78896 10259 9767 78897 3769 9766 78898 16778 9772 78899 10177 9776 78900 3770 9773 78901 16715 9775 78902 10177 9776 78903 16714 9965 78904 10263 9777 78905 10264 9779 78906 3770 9773 78907 16781 9778 78908 10264 9779 78909 16780 9797 78910 10261 9774 78911 10262 9781 78912 16779 9787 78913 10266 9782 78914 10265 9784 78915 3771 9780 78916 16782 9783 78917 10265 9784 78918 16713 9973 78919 10176 9785 78920 10176 9785 78921 16712 9958 78922 10262 9781 78923 10269 9788 78924 3772 9786 78925 16779 9787 78926 10269 9788 78927 16783 9987 78928 10268 9789 78929 10267 9791 78930 3772 9786 78931 16784 9790 78932 10267 9791 78933 16782 9783 78934 10266 9782 78935 10264 9779 78936 16781 9778 78937 10270 9793 78938 10272 9795 78939 3773 9792 78940 16785 9794 78941 10272 9795 78942 16786 9981 78943 10271 9796 78944 10264 9779 78945 3773 9792 78946 16780 9797 78947 10275 9799 78948 3774 9798 78949 16775 9770 78950 10275 9799 78951 16787 10023 78952 10274 9800 78953 10273 9802 78954 3774 9798 78955 16788 9801 78956 10273 9802 78957 16778 9772 78958 10260 9771 78959 10258 9764 78960 16777 9763 78961 10276 9804 78962 10278 9806 78963 3775 9803 78964 16789 9805 78965 10278 9806 78966 16790 10017 78967 10277 9807 78968 10258 9764 78969 3775 9803 78970 16776 9765 78971 10254 9757 78972 16771 9756 78973 10281 9809 78974 10281 9809 78975 16791 9949 78976 10280 9810 78977 10279 9812 78978 3776 9808 78979 16792 9811 78980 10279 9812 78981 16774 9758 78982 10254 9757 78983 10282 9814 78984 3777 9813 78985 16773 9749 78986 10282 9814 78987 16793 9942 78988 10284 9815 78989 10283 9817 78990 3777 9813 78991 16794 9816 78992 10283 9817 78993 16772 18879 78994 10252 9750 78995 10287 9819 78996 3778 9818 78997 16767 9733 78998 10287 9819 78999 16795 17487 79000 10286 9820 79001 10285 9822 79002 3778 9818 79003 16796 9821 79004 10285 9822 79005 16770 9824 79006 10248 9743 79007 10285 9822 79008 3779 9823 79009 16770 9824 79010 10285 9822 79011 16796 9821 79012 10289 9825 79013 10288 9827 79014 3779 9823 79015 16797 9826 79016 10247 9739 79017 3779 9823 79018 16769 9828 79019 10292 9830 79020 3780 9829 79021 16763 9725 79022 10292 9830 79023 16798 9844 79024 10291 9831 79025 10290 9833 79026 3780 9829 79027 16799 9832 79028 10290 9833 79029 16766 9719 79030 10241 9726 79031 10240 9720 79032 16766 9719 79033 10290 9833 79034 10290 9833 79035 16799 9832 79036 10294 9835 79037 10294 9835 79038 16800 9838 79039 10293 9836 79040 10240 9720 79041 3781 9834 79042 16765 9721 79043 10238 9714 79044 16765 9721 79045 10293 9836 79046 10296 9839 79047 3782 9837 79048 16800 9838 79049 10296 9839 79050 16801 9842 79051 10295 9840 79052 10238 9714 79053 3782 9837 79054 16764 9715 79055 10235 9709 79056 16764 9715 79057 10295 9840 79058 10297 9843 79059 3783 9841 79060 16801 9842 79061 10292 9830 79062 3783 9841 79063 16798 9844 79064 10292 9830 79065 16763 9725 79066 10235 9709 79067 10300 9846 79068 3784 9845 79069 16759 9701 79070 10300 9846 79071 16802 9860 79072 10299 9847 79073 10298 9849 79074 3784 9845 79075 16803 9848 79076 10298 9849 79077 16762 9695 79078 10233 9702 79079 10232 9696 79080 16762 9695 79081 10298 9849 79082 10298 9849 79083 16803 9848 79084 10302 9851 79085 10302 9851 79086 16804 9854 79087 10301 9852 79088 10232 9696 79089 3785 9850 79090 16761 9697 79091 10230 9690 79092 16761 9697 79093 10301 9852 79094 10304 9855 79095 3786 9853 79096 16804 9854 79097 10304 9855 79098 16805 9858 79099 10303 9856 79100 10230 9690 79101 3786 9853 79102 16760 9691 79103 10227 9685 79104 16760 9691 79105 10303 9856 79106 10305 9859 79107 3787 9857 79108 16805 9858 79109 10300 9846 79110 3787 9857 79111 16802 9860 79112 10300 9846 79113 16759 9701 79114 10227 9685 79115 10308 9862 79116 3788 9861 79117 16755 9677 79118 10308 9862 79119 16806 9876 79120 10307 9863 79121 10306 9865 79122 3788 9861 79123 16807 9864 79124 10306 9865 79125 16758 9672 79126 10225 9678 79127 10306 9865 79128 3789 9866 79129 16758 9672 79130 10306 9865 79131 16807 9864 79132 10310 9867 79133 10310 9867 79134 16808 9871 79135 10309 9868 79136 10224 9673 79137 3789 9866 79138 16757 9869 79139 10222 9667 79140 16757 9869 79141 10309 9868 79142 10312 9872 79143 3790 9870 79144 16808 9871 79145 10312 9872 79146 16809 9913 79147 10311 9873 79148 10222 9667 79149 3790 9870 79150 16756 9668 79151 10219 9662 79152 16756 9668 79153 10311 9873 79154 10311 9873 79155 16809 9913 79156 10313 9875 79157 10308 9862 79158 3791 9874 79159 16806 9876 79160 10308 9862 79161 16755 9677 79162 10219 9662 79163 10316 9878 79164 3792 9877 79165 16751 9654 79166 10316 9878 79167 16810 9892 79168 10315 9879 79169 10314 9881 79170 3792 9877 79171 16811 9880 79172 10314 9881 79173 16754 9883 79174 10217 9655 79175 10314 9881 79176 3793 9882 79177 16754 9883 79178 10314 9881 79179 16811 9880 79180 10318 9884 79181 10318 9884 79182 16812 9887 79183 10317 9885 79184 10216 9651 79185 3793 9882 79186 16753 9643 79187 10214 9644 79188 16753 9643 79189 10317 9885 79190 10320 9888 79191 3794 9886 79192 16812 9887 79193 10320 9888 79194 16813 9915 79195 10319 9889 79196 10214 9644 79197 3794 9886 79198 16752 9645 79199 10211 9639 79200 16752 9645 79201 10319 9889 79202 10319 9889 79203 16813 9915 79204 10321 9891 79205 10316 9878 79206 3795 9890 79207 16810 9892 79208 10316 9878 79209 16751 9654 79210 10211 9639 79211 10209 9632 79212 16749 9907 79213 10324 9894 79214 10323 9896 79215 3796 9893 79216 16815 9895 79217 10322 9898 79218 3796 9893 79219 16814 9897 79220 10322 9898 79221 16747 9616 79222 10209 9632 79223 10327 9900 79224 3797 9899 79225 16748 9626 79226 10326 9902 79227 3797 9899 79228 16816 9901 79229 10325 9904 79230 3797 9899 79231 16817 9903 79232 10325 9904 79233 16750 9628 79234 10208 9627 79235 10206 9623 79236 16750 9628 79237 10325 9904 79238 10328 9906 79239 3798 9905 79240 16817 9903 79241 10328 9906 79242 16815 9895 79243 10324 9894 79244 10206 9623 79245 3798 9905 79246 16749 9907 79247 10203 9617 79248 16747 9616 79249 10322 9898 79250 10329 9909 79251 3799 9908 79252 16814 9897 79253 10327 9900 79254 3799 9908 79255 16816 9901 79256 10327 9900 79257 16748 9626 79258 10203 9617 79259 10296 9839 79260 3800 9910 79261 16801 9842 79262 10294 9835 79263 3800 9910 79264 16800 9838 79265 10291 9831 79266 3800 9910 79267 16799 9832 79268 10297 9843 79269 3800 9910 79270 16798 9844 79271 10304 9855 79272 3801 9911 79273 16805 9858 79274 10302 9851 79275 3801 9911 79276 16804 9854 79277 10299 9847 79278 3801 9911 79279 16803 9848 79280 10305 9859 79281 3801 9911 79282 16802 9860 79283 10312 9872 79284 3802 9912 79285 16809 9913 79286 10312 9872 79287 16808 9871 79288 10310 9867 79289 10307 9863 79290 3802 9912 79291 16807 9864 79292 10313 9875 79293 3802 9912 79294 16806 9876 79295 10320 9888 79296 3803 9914 79297 16813 9915 79298 10318 9884 79299 3803 9914 79300 16812 9887 79301 10318 9884 79302 16811 9880 79303 10315 9879 79304 10321 9891 79305 3803 9914 79306 16810 9892 79307 10329 9909 79308 16814 9897 79309 10323 9896 79310 10323 9896 79311 16815 9895 79312 10328 9906 79313 10328 9906 79314 16817 9903 79315 10326 9902 79316 10326 9902 79317 16816 9901 79318 10329 9909 79319 10334 9918 79320 16771 9756 79321 10250 9755 79322 10332 9920 79323 3805 9917 79324 16720 9919 79325 10332 9920 79326 16819 18880 79327 10342 9921 79328 10334 9918 79329 3805 9917 79330 16820 9922 79331 10335 9924 79332 16820 9922 79333 10342 9921 79334 10342 9921 79335 16819 18880 79336 10333 9925 79337 10249 9745 79338 3806 9923 79339 16723 9746 79340 10249 9745 79341 16772 18879 79342 10335 9924 79343 10336 9927 79344 16773 9749 79345 10251 9748 79346 10331 9929 79347 3807 9926 79348 16722 9928 79349 10343 9931 79350 3807 9926 79351 16818 9930 79352 10343 9931 79353 16821 9934 79354 10336 9927 79355 10343 9931 79356 3808 9932 79357 16821 9934 79358 10343 9931 79359 16818 9930 79360 10330 9935 79361 10253 9752 79362 3808 9932 79363 16721 9753 79364 10253 9752 79365 16774 9758 79366 10337 9933 79367 10279 9812 79368 3809 9936 79369 16774 9758 79370 10338 9937 79371 3809 9936 79372 16792 9811 79373 10338 9937 79374 16822 9940 79375 10344 9938 79376 10344 9938 79377 16821 9934 79378 10337 9933 79379 10344 9938 79380 3810 9939 79381 16821 9934 79382 10339 9941 79383 3810 9939 79384 16822 9940 79385 10282 9814 79386 3810 9939 79387 16793 9942 79388 10282 9814 79389 16773 9749 79390 10336 9927 79391 10335 9924 79392 16772 18879 79393 10283 9817 79394 10341 9944 79395 3811 9943 79396 16794 9816 79397 10341 9944 79398 16823 9947 79399 10345 9945 79400 10335 9924 79401 3811 9943 79402 16820 9922 79403 10334 9918 79404 16820 9922 79405 10345 9945 79406 10340 9948 79407 3812 9946 79408 16823 9947 79409 10281 9809 79410 3812 9946 79411 16791 9949 79412 10334 9918 79413 3812 9946 79414 16771 9756 79415 10341 9944 79416 16794 9816 79417 10284 9815 79418 10339 9941 79419 3813 9950 79420 16793 9942 79421 10339 9941 79422 16822 9940 79423 10346 9951 79424 10341 9944 79425 3813 9950 79426 16823 9947 79427 10340 9948 79428 16823 9947 79429 10346 9951 79430 10338 9937 79431 3814 9952 79432 16822 9940 79433 10280 9810 79434 3814 9952 79435 16792 9811 79436 10340 9948 79437 3814 9952 79438 16791 9949 79439 10349 9954 79440 16825 9961 79441 10359 9955 79442 10351 9957 79443 3815 9953 79444 16826 9956 79445 10351 9957 79446 16779 9787 79447 10262 9781 79448 10349 9954 79449 3815 9953 79450 16712 9958 79451 10352 9960 79452 16826 9956 79453 10359 9955 79454 10350 9962 79455 3816 9959 79456 16825 9961 79457 10350 9962 79458 16715 9775 79459 10261 9774 79460 10352 9960 79461 3816 9959 79462 16780 9797 79463 10353 9964 79464 16781 9778 79465 10263 9777 79466 10348 9966 79467 3817 9963 79468 16714 9965 79469 10360 9968 79470 3817 9963 79471 16824 9967 79472 10360 9968 79473 16827 9971 79474 10353 9964 79475 10360 9968 79476 3818 9969 79477 16827 9971 79478 10360 9968 79479 16824 9967 79480 10347 9972 79481 10265 9784 79482 3818 9969 79483 16713 9973 79484 10265 9784 79485 16782 9783 79486 10354 9970 79487 10354 9970 79488 16782 9783 79489 10267 9791 79490 10355 9975 79491 3819 9974 79492 16784 9790 79493 10355 9975 79494 16828 9978 79495 10361 9976 79496 10354 9970 79497 3819 9974 79498 16827 9971 79499 10353 9964 79500 16827 9971 79501 10361 9976 79502 10356 9979 79503 3820 9977 79504 16828 9978 79505 10270 9793 79506 3820 9977 79507 16785 9794 79508 10353 9964 79509 3820 9977 79510 16781 9778 79511 10352 9960 79512 16780 9797 79513 10271 9796 79514 10358 9982 79515 3821 9980 79516 16786 9981 79517 10362 9984 79518 3821 9980 79519 16829 9983 79520 10362 9984 79521 16826 9956 79522 10352 9960 79523 10362 9984 79524 3822 9985 79525 16826 9956 79526 10362 9984 79527 16829 9983 79528 10357 9986 79529 10269 9788 79530 3822 9985 79531 16783 9987 79532 10269 9788 79533 16779 9787 79534 10351 9957 79535 10272 9795 79536 3823 9988 79537 16786 9981 79538 10356 9979 79539 3823 9988 79540 16785 9794 79541 10356 9979 79542 16828 9978 79543 10363 9989 79544 10358 9982 79545 3823 9988 79546 16829 9983 79547 10357 9986 79548 16829 9983 79549 10363 9989 79550 10355 9975 79551 3824 9990 79552 16828 9978 79553 10355 9975 79554 16784 9790 79555 10268 9789 79556 10357 9986 79557 3824 9990 79558 16783 9987 79559 10368 9992 79560 16775 9770 79561 10256 9769 79562 10366 9994 79563 3825 9991 79564 16716 9993 79565 10366 9994 79566 16831 18881 79567 10376 9995 79568 10368 9992 79569 3825 9991 79570 16832 9996 79571 10376 9995 79572 3826 9997 79573 16832 9996 79574 10376 9995 79575 16831 18881 79576 10367 9999 79577 10255 9760 79578 3826 9997 79579 16719 10000 79580 10255 9760 79581 16776 9765 79582 10369 9998 79583 10370 10002 79584 16777 9763 79585 10257 9762 79586 10365 10004 79587 3827 10001 79588 16718 10003 79589 10365 10004 79590 16830 18882 79591 10377 10005 79592 10370 10002 79593 3827 10001 79594 16833 10006 79595 10371 10008 79596 16833 10006 79597 10377 10005 79598 10377 10005 79599 16830 18882 79600 10364 10009 79601 10259 9767 79602 3828 10007 79603 16717 10010 79604 10259 9767 79605 16778 9772 79606 10371 10008 79607 10273 9802 79608 3829 10011 79609 16778 9772 79610 10372 10012 79611 3829 10011 79612 16788 9801 79613 10372 10012 79614 16834 10027 79615 10378 10013 79616 10371 10008 79617 3829 10011 79618 16833 10006 79619 10378 10013 79620 3830 10014 79621 16833 10006 79622 10378 10013 79623 16834 10027 79624 10373 10015 79625 10276 9804 79626 3830 10014 79627 16789 9805 79628 10370 10002 79629 3830 10014 79630 16777 9763 79631 10369 9998 79632 16776 9765 79633 10277 9807 79634 10375 10018 79635 3831 10016 79636 16790 10017 79637 10375 10018 79638 16835 10021 79639 10379 10019 79640 10369 9998 79641 3831 10016 79642 16832 9996 79643 10368 9992 79644 16832 9996 79645 10379 10019 79646 10374 10022 79647 3832 10020 79648 16835 10021 79649 10275 9799 79650 3832 10020 79651 16787 10023 79652 10368 9992 79653 3832 10020 79654 16775 9770 79655 10278 9806 79656 3833 10024 79657 16790 10017 79658 10373 10015 79659 3833 10024 79660 16789 9805 79661 10373 10015 79662 16834 10027 79663 10380 10025 79664 10375 10018 79665 3833 10024 79666 16835 10021 79667 10374 10022 79668 16835 10021 79669 10380 10025 79670 10372 10012 79671 3834 10026 79672 16834 10027 79673 10274 9800 79674 3834 10026 79675 16788 9801 79676 10374 10022 79677 3834 10026 79678 16787 10023 79679 10387 10029 79680 16836 10042 79681 10381 10030 79682 10389 10032 79683 3835 10028 79684 16837 10031 79685 10402 10034 79686 3835 10028 79687 16844 10033 79688 10387 10029 79689 3835 10028 79690 16845 10035 79691 10398 10039 79692 3836 10036 79693 16842 10038 79694 10388 10041 79695 3836 10036 79696 16843 10040 79697 10388 10041 79698 16837 10031 79699 10381 10030 79700 10386 10037 79701 3836 10036 79702 16836 10042 79703 10393 10044 79704 16839 10052 79705 10382 10045 79706 10387 10029 79707 3837 10043 79708 16836 10042 79709 10387 10029 79710 16845 10035 79711 10401 10046 79712 10393 10044 79713 3837 10043 79714 16849 10047 79715 10399 10051 79716 3838 10048 79717 16848 10050 79718 10386 10037 79719 3838 10048 79720 16842 10038 79721 10386 10037 79722 16836 10042 79723 10382 10045 79724 10392 10049 79725 3838 10048 79726 16839 10052 79727 10391 10054 79728 16838 10062 79729 10383 10055 79730 10388 10041 79731 3839 10053 79732 16837 10031 79733 10400 10056 79734 3839 10053 79735 16843 10040 79736 10391 10054 79737 3839 10053 79738 16847 10057 79739 10403 10061 79740 3840 10058 79741 16846 10060 79742 10389 10032 79743 3840 10058 79744 16844 10033 79745 10389 10032 79746 16837 10031 79747 10383 10055 79748 10390 10059 79749 3840 10058 79750 16838 10062 79751 10384 10064 79752 3841 10063 79753 16838 10062 79754 10384 10064 79755 16841 18883 79756 10397 10065 79757 10405 10067 79758 3841 10063 79759 16852 10066 79760 10405 10067 79761 16846 10060 79762 10390 10059 79763 10391 10054 79764 16847 10057 79765 10407 10069 79766 10396 10071 79767 3842 10068 79768 16851 10070 79769 10396 10071 79770 16841 18883 79771 10384 10064 79772 10391 10054 79773 3842 10068 79774 16838 10062 79775 10385 10073 79776 3843 10072 79777 16839 10052 79778 10394 10075 79779 3843 10072 79780 16840 10074 79781 10409 10077 79782 3843 10072 79783 16850 10076 79784 10409 10077 79785 16848 10050 79786 10392 10049 79787 10393 10044 79788 16849 10047 79789 10408 10079 79790 10395 10081 79791 3844 10078 79792 16853 10080 79793 10395 10081 79794 16840 10074 79795 10385 10073 79796 10393 10044 79797 3844 10078 79798 16839 10052 79799 10406 10083 79800 16847 10057 79801 10400 10056 79802 10400 10056 79803 16843 10040 79804 10398 10039 79805 10399 10051 79806 3845 10082 79807 16842 10038 79808 10399 10051 79809 16848 10050 79810 10406 10083 79811 10404 10085 79812 16849 10047 79813 10401 10046 79814 10402 10034 79815 3846 10084 79816 16845 10035 79817 10403 10061 79818 3846 10084 79819 16844 10033 79820 10403 10061 79821 16846 10060 79822 10404 10085 79823 10405 10067 79824 16852 10066 79825 10411 10087 79826 10411 10087 79827 16853 10080 79828 10408 10079 79829 10404 10085 79830 3847 10086 79831 16849 10047 79832 10405 10067 79833 3847 10086 79834 16846 10060 79835 10409 10077 79836 16850 10076 79837 10410 10089 79838 10407 10069 79839 3848 10088 79840 16851 10070 79841 10406 10083 79842 3848 10088 79843 16847 10057 79844 10409 10077 79845 3848 10088 79846 16848 10050 79847 11264 10091 79848 17322 10843 79849 11241 10092 79850 11249 10094 79851 3849 10090 79852 17321 10093 79853 11249 10094 79854 16856 10099 79855 10412 10095 79856 11264 10091 79857 3849 10090 79858 16854 10096 79859 11249 10094 79860 3850 10097 79861 16856 10099 79862 11249 10094 79863 17321 10093 79864 11234 10100 79865 11251 10102 79866 3850 10097 79867 17323 10101 79868 11251 10102 79869 16862 10307 79870 10413 10098 79871 10423 10106 79872 3851 10103 79873 16860 10105 79874 10423 10106 79875 16872 10115 79876 11253 10107 79877 11235 10109 79878 3851 10103 79879 17324 10108 79880 11235 10109 79881 17322 10843 79882 11250 10104 79883 10415 10111 79884 16864 10117 79885 10425 10112 79886 10424 10114 79887 3852 10110 79888 16873 10113 79889 10423 10106 79890 3852 10110 79891 16872 10115 79892 10415 10111 79893 3852 10110 79894 16860 10105 79895 10477 10118 79896 3853 10116 79897 16864 10117 79898 10478 10119 79899 16874 10123 79900 10426 10120 79901 10426 10120 79902 16873 10113 79903 10425 10112 79904 10478 10119 79905 3854 10121 79906 16874 10123 79907 10479 10126 79908 3854 10121 79909 16877 10125 79910 10479 10126 79911 16876 10190 79912 10428 10122 79913 10430 10130 79914 3855 10127 79915 16875 10129 79916 10430 10130 79917 16878 10135 79918 10432 10131 79919 10432 10131 79920 16877 10125 79921 10429 10124 79922 10431 10133 79923 16879 10346 79924 10433 10134 79925 10430 10130 79926 3856 10132 79927 16878 10135 79928 10438 10137 79929 3857 10136 79930 16881 18884 79931 10438 10137 79932 16866 10143 79933 10417 10138 79934 10444 11283 79935 3857 10136 79936 16871 10139 79937 10439 10141 79938 16867 10147 79939 10418 10142 79940 10438 10137 79941 3858 10140 79942 16866 10143 79943 10441 10145 79944 16868 10158 79945 10419 10146 79946 10439 10141 79947 3859 10144 79948 16867 10147 79949 10420 10152 79950 3860 10149 79951 16865 10151 79952 10420 10152 79953 16869 10161 79954 10442 10153 79955 10421 10157 79956 3861 10154 79957 16870 10156 79958 10441 10145 79959 3861 10154 79960 16868 10158 79961 10422 10162 79962 3862 10160 79963 16869 10161 79964 10422 10162 79965 16870 10156 79966 10443 10155 79967 10450 10164 79968 3863 10163 79969 19066 18885 79970 10451 10166 79971 3863 10163 79972 16886 10165 79973 10451 10166 79974 16885 17515 79975 10449 10167 79976 10448 10169 79977 19064 18886 79978 10447 10170 79979 10453 10172 79980 3864 10168 79981 16883 10171 79982 10452 10174 79983 3864 10168 79984 16887 10173 79985 10448 10169 79986 3864 10168 79987 16884 10175 79988 10455 10177 79989 3865 10176 79990 16872 10115 79991 10455 10177 79992 16893 10184 79993 11256 10178 79994 11236 10180 79995 3865 10176 79996 17332 10179 79997 11236 10180 79998 17324 10108 79999 11253 10107 80000 10424 10114 80001 16873 10113 80002 10457 10182 80003 10457 10182 80004 16894 10199 80005 10456 10183 80006 10455 10177 80007 3866 10181 80008 16893 10184 80009 10455 10177 80010 16872 10115 80011 10424 10114 80012 10459 10186 80013 3867 10185 80014 16874 10123 80015 10458 10188 80016 3867 10185 80017 16895 10187 80018 10458 10188 80019 16894 10199 80020 10457 10182 80021 10426 10120 80022 3867 10185 80023 16873 10113 80024 10461 10191 80025 3868 10189 80026 16876 10190 80027 10461 10191 80028 16896 10208 80029 10460 10192 80030 10459 10186 80031 3868 10189 80032 16895 10187 80033 10459 10186 80034 16874 10123 80035 10428 10122 80036 10462 10194 80037 3869 10193 80038 16893 10184 80039 11257 10196 80040 3869 10193 80041 16897 10195 80042 11257 10196 80043 17333 16838 80044 11237 10197 80045 11256 10178 80046 3869 10193 80047 17332 10179 80048 10464 10200 80049 3870 10198 80050 16894 10199 80051 10463 10202 80052 3870 10198 80053 16898 10201 80054 10462 10194 80055 3870 10198 80056 16897 10195 80057 10462 10194 80058 16893 10184 80059 10456 10183 80060 10458 10188 80061 16895 10187 80062 10466 10204 80063 10465 10206 80064 3871 10203 80065 16899 10205 80066 10465 10206 80067 16898 10201 80068 10464 10200 80069 10458 10188 80070 3871 10203 80071 16894 10199 80072 10468 10209 80073 3872 10207 80074 16896 10208 80075 10467 10211 80076 3872 10207 80077 16900 10210 80078 10467 10211 80079 16899 10205 80080 10466 10204 80081 10466 10204 80082 16895 10187 80083 10460 10192 80084 10463 10202 80085 16898 10201 80086 10471 10213 80087 10470 10215 80088 3873 10212 80089 16902 10214 80090 10470 10215 80091 16901 17531 80092 10469 10216 80093 10463 10202 80094 3873 10212 80095 16897 10195 80096 10465 10206 80097 16899 10205 80098 10473 10218 80099 10472 10220 80100 3874 10217 80101 16903 10219 80102 10472 10220 80103 16902 10214 80104 10471 10213 80105 10465 10206 80106 3874 10217 80107 16898 10201 80108 10467 10211 80109 16900 10210 80110 10475 10222 80111 10474 10224 80112 3875 10221 80113 16904 10223 80114 10474 10224 80115 16903 10219 80116 10473 10218 80117 10467 10211 80118 3875 10221 80119 16899 10205 80120 11258 10226 80121 17334 16836 80122 11238 10227 80123 11238 10227 80124 17335 18887 80125 11259 10228 80126 11259 10228 80127 16904 10223 80128 10475 10222 80129 11258 10226 80130 3876 10225 80131 16900 10210 80132 10477 10118 80133 16864 10117 80134 10416 10230 80135 10476 10150 80136 3877 10229 80137 16865 10151 80138 10482 11287 80139 3878 10231 80140 16863 10233 80141 10483 10235 80142 16865 10151 80143 10416 10230 80144 10416 10230 80145 16864 10117 80146 10490 10236 80147 10489 10238 80148 3879 10234 80149 16914 10237 80150 10489 10238 80151 16907 10254 80152 10483 10235 80153 10490 10236 80154 16864 10117 80155 10415 10111 80156 10481 10240 80157 3880 10239 80158 16860 10105 80159 10481 10240 80160 16905 10842 80161 10488 10241 80162 10490 10236 80163 3880 10239 80164 16914 10237 80165 10417 10138 80166 3881 10242 80167 16871 10139 80168 10801 10244 80169 3881 10242 80170 16866 10143 80171 10491 10243 80172 3881 10242 80173 16915 10245 80174 10800 10249 80175 3882 10246 80176 16908 10248 80177 10800 10249 80178 16915 10245 80179 10801 10244 80180 10801 10244 80181 16866 10143 80182 10418 10142 80183 10418 10142 80184 16867 10147 80185 10484 10247 80186 10485 10251 80187 16909 10260 80188 10492 10252 80189 10492 10252 80190 16908 10248 80191 10484 10247 80192 10419 10146 80193 3883 10250 80194 16867 10147 80195 10485 10251 80196 3883 10250 80197 16868 10158 80198 10493 10255 80199 3884 10253 80200 16907 10254 80201 10493 10255 80202 16910 10276 80203 10486 10256 80204 10420 10152 80205 3884 10253 80206 16869 10161 80207 10420 10152 80208 16865 10151 80209 10483 10235 80210 10487 10258 80211 16911 10263 80212 10494 10259 80213 10485 10251 80214 3885 10257 80215 16909 10260 80216 10485 10251 80217 16868 10158 80218 10421 10157 80219 10421 10157 80220 16870 10156 80221 10487 10258 80222 10486 10256 80223 16910 10276 80224 10495 10262 80225 10487 10258 80226 3886 10261 80227 16911 10263 80228 10422 10162 80229 3886 10261 80230 16870 10156 80231 10422 10162 80232 16869 10161 80233 10486 10256 80234 10502 10266 80235 3887 10264 80236 16877 10125 80237 10502 10266 80238 16922 10366 80239 10501 10267 80240 10500 10269 80241 3887 10264 80242 16921 10268 80243 10500 10269 80244 16916 11088 80245 10496 10265 80246 11254 10271 80247 17325 18888 80248 11239 10272 80249 11239 10272 80250 17337 18889 80251 11261 10273 80252 11261 10273 80253 16924 10354 80254 10504 10274 80255 10504 10274 80256 16880 10348 80257 11254 10271 80258 10511 10277 80259 3889 10275 80260 16910 10276 80261 10511 10277 80262 16926 10287 80263 10510 10278 80264 10509 10280 80265 3889 10275 80266 16927 10279 80267 10509 10280 80268 16911 10263 80269 10495 10262 80270 10509 10280 80271 3890 10281 80272 16911 10263 80273 10509 10280 80274 16927 10279 80275 10513 10282 80276 10513 10282 80277 16928 10380 80278 10512 10283 80279 10512 10283 80280 16909 10260 80281 10494 10259 80282 10515 10285 80283 3891 10284 80284 16907 10254 80285 10515 10285 80286 16929 18890 80287 10514 10286 80288 10511 10277 80289 3891 10284 80290 16926 10287 80291 10511 10277 80292 16910 10276 80293 10493 10255 80294 10489 10238 80295 16914 10237 80296 10519 10289 80297 10518 10291 80298 3892 10288 80299 16933 10290 80300 10518 10291 80301 16929 18890 80302 10515 10285 80303 10489 10238 80304 3892 10288 80305 16907 10254 80306 10488 10241 80307 16905 10842 80308 10521 10293 80309 10520 10295 80310 3893 10292 80311 16934 10294 80312 10520 10295 80313 16933 10290 80314 10519 10289 80315 10488 10241 80316 3893 10292 80317 16914 10237 80318 10523 10298 80319 3894 10296 80320 16854 10096 80321 10523 10298 80322 16935 18891 80323 10522 10299 80324 10521 10293 80325 3894 10296 80326 16934 10294 80327 10521 10293 80328 16905 10842 80329 10480 10297 80330 10526 10303 80331 3895 10300 80332 16857 10302 80333 10526 10303 80334 16936 10408 80335 10525 10304 80336 10525 10304 80337 16937 10308 80338 10524 10305 80339 10524 10305 80340 16862 10307 80341 10414 10301 80342 10524 10305 80343 3896 10306 80344 16862 10307 80345 10528 10309 80346 3896 10306 80347 16937 10308 80348 10528 10309 80349 16938 10312 80350 10527 10310 80351 10413 10098 80352 3896 10306 80353 16856 10099 80354 10412 10095 80355 16856 10099 80356 10527 10310 80357 10531 10313 80358 3897 10311 80359 16938 10312 80360 10531 10313 80361 16935 18891 80362 10523 10298 80363 10412 10095 80364 3897 10311 80365 16854 10096 80366 10540 10315 80367 16913 10331 80368 10498 10316 80369 10498 10316 80370 16919 10488 80371 10543 10317 80372 10552 10319 80373 3898 10314 80374 16944 10318 80375 10540 10315 80376 3898 10314 80377 16943 10320 80378 10541 10322 80379 16943 10320 80380 10552 10319 80381 10552 10319 80382 16944 10318 80383 10542 10323 80384 10542 10323 80385 16918 10464 80386 10497 10324 80387 10541 10322 80388 3899 10321 80389 16917 10325 80390 10539 10327 80391 16942 10968 80392 10553 10328 80393 10544 10330 80394 3900 10326 80395 16945 10329 80396 10544 10330 80397 16919 10488 80398 10498 10316 80399 10539 10327 80400 3900 10326 80401 16913 10331 80402 10538 10333 80403 16916 11088 80404 10500 10269 80405 10500 10269 80406 16921 10268 80407 10546 10334 80408 10546 10334 80409 16946 18892 80410 10554 10335 80411 10538 10333 80412 3901 10332 80413 16941 10336 80414 10537 10338 80415 16941 10336 80416 10554 10335 80417 10554 10335 80418 16946 18892 80419 10545 10339 80420 10545 10339 80421 16920 10960 80422 10499 10340 80423 10537 10338 80424 3902 10337 80425 16912 10341 80426 10556 10345 80427 3903 10342 80428 16947 10344 80429 10434 10347 80430 3903 10342 80431 16879 10346 80432 10555 10343 80433 3903 10342 80434 16880 10348 80435 10547 10350 80436 16923 10359 80437 10503 10351 80438 10556 10345 80439 3904 10349 80440 16879 10346 80441 10556 10345 80442 16947 10344 80443 10547 10350 80444 10555 10343 80445 3905 10352 80446 16947 10344 80447 10555 10343 80448 16880 10348 80449 10504 10274 80450 10548 10353 80451 3905 10352 80452 16924 10354 80453 10557 10358 80454 3906 10355 80455 16948 10357 80456 10503 10351 80457 3906 10355 80458 16879 10346 80459 10549 10356 80460 3906 10355 80461 16923 10359 80462 10559 10363 80463 3907 10360 80464 16949 10362 80465 10432 10131 80466 3907 10360 80467 16877 10125 80468 10558 10361 80469 3907 10360 80470 16878 10135 80471 10502 10266 80472 3908 10364 80473 16922 10366 80474 10559 10363 80475 3908 10364 80476 16877 10125 80477 10559 10363 80478 16949 10362 80479 10550 10365 80480 10558 10361 80481 3909 10367 80482 16949 10362 80483 10505 10369 80484 3909 10367 80485 16878 10135 80486 10505 10369 80487 16925 10416 80488 10551 10368 80489 10574 10373 80490 3910 10370 80491 16952 10372 80492 10574 10373 80493 16908 10248 80494 10492 10252 80495 10492 10252 80496 16909 10260 80497 10573 10371 80498 10516 10377 80499 3911 10374 80500 16930 10376 80501 10574 10373 80502 3911 10374 80503 16908 10248 80504 10574 10373 80505 16952 10372 80506 10567 10375 80507 10566 10379 80508 16952 10372 80509 10573 10371 80510 10512 10283 80511 3912 10378 80512 16909 10260 80513 10566 10379 80514 3912 10378 80515 16928 10380 80516 10798 10384 80517 3913 10381 80518 16953 10383 80519 10798 10384 80520 16915 10245 80521 10800 10249 80522 10575 10382 80523 3913 10381 80524 16908 10248 80525 10799 10388 80526 3914 10385 80527 16931 10387 80528 10798 10384 80529 3914 10385 80530 16915 10245 80531 10798 10384 80532 16953 10383 80533 10569 10386 80534 10568 10390 80535 16953 10383 80536 10575 10382 80537 10516 10377 80538 3915 10389 80539 16908 10248 80540 10568 10390 80541 3915 10389 80542 16930 10376 80543 10576 10394 80544 3916 10391 80545 16951 10393 80546 10576 10394 80547 16954 10854 80548 10570 10395 80549 10530 10397 80550 3916 10391 80551 16940 10396 80552 10530 10397 80553 16855 10400 80554 10565 10392 80555 10530 10397 80556 3917 10398 80557 16855 10400 80558 10530 10397 80559 16940 10396 80560 10572 10401 80561 10577 10403 80562 3917 10398 80563 16955 10402 80564 10577 10403 80565 16950 10406 80566 10563 10399 80567 10577 10403 80568 3918 10404 80569 16950 10406 80570 10577 10403 80571 16955 10402 80572 10571 10407 80573 10526 10303 80574 3918 10404 80575 16936 10408 80576 10526 10303 80577 16857 10302 80578 10564 10405 80579 10580 10410 80580 16920 10960 80581 10545 10339 80582 10545 10339 80583 16946 18892 80584 10582 10411 80585 10582 10411 80586 16956 10821 80587 10581 10412 80588 10580 10410 80589 3919 10409 80590 16957 10413 80591 10508 10417 80592 3920 10414 80593 16925 10416 80594 10508 10417 80595 16920 10960 80596 10580 10410 80597 10580 10410 80598 16957 10413 80599 10584 10418 80600 10584 10418 80601 16958 10421 80602 10583 10415 80603 10585 10420 80604 16949 10362 80605 10551 10368 80606 10551 10368 80607 16925 10416 80608 10583 10415 80609 10586 10422 80610 3921 10419 80611 16958 10421 80612 10586 10422 80613 16959 10830 80614 10585 10420 80615 10588 10424 80616 16946 18892 80617 10546 10334 80618 10590 10425 80619 3922 10423 80620 16921 10268 80621 10590 10425 80622 16960 10817 80623 10589 10426 80624 10588 10424 80625 3922 10423 80626 16961 10427 80627 10591 10429 80628 16949 10362 80629 10562 10430 80630 10562 10430 80631 16946 18892 80632 10588 10424 80633 10588 10424 80634 16961 10427 80635 10592 10431 80636 10592 10431 80637 16962 10434 80638 10591 10429 80639 10593 10433 80640 16922 10366 80641 10550 10365 80642 10550 10365 80643 16949 10362 80644 10591 10429 80645 10594 10435 80646 3924 10432 80647 16962 10434 80648 10593 10433 80649 3924 10432 80650 16963 10436 80651 10590 10425 80652 16921 10268 80653 10501 10267 80654 10593 10433 80655 3925 10437 80656 16922 10366 80657 10593 10433 80658 16963 10436 80659 10595 10438 80660 10595 10438 80661 16960 10817 80662 10590 10425 80663 10596 10440 80664 16948 10357 80665 10549 10356 80666 10549 10356 80667 16923 10359 80668 10598 10441 80669 10597 10443 80670 3926 10439 80671 16964 10442 80672 10596 10440 80673 3926 10439 80674 16965 10444 80675 10599 10446 80676 16945 10329 80677 10561 10447 80678 10561 10447 80679 16948 10357 80680 10596 10440 80681 10600 10448 80682 3927 10445 80683 16965 10444 80684 10600 10448 80685 16966 10797 80686 10599 10446 80687 10601 10450 80688 16919 10488 80689 10544 10330 80690 10544 10330 80691 16945 10329 80692 10599 10446 80693 10599 10446 80694 16966 10797 80695 10602 10451 80696 10601 10450 80697 3928 10449 80698 16967 10452 80699 10507 10454 80700 3929 10453 80701 16923 10359 80702 10507 10454 80703 16919 10488 80704 10601 10450 80705 10603 10455 80706 3929 10453 80707 16967 10452 80708 10603 10455 80709 16964 10442 80710 10598 10441 80711 10604 10457 80712 16918 10464 80713 10542 10323 80714 10542 10323 80715 16944 10318 80716 10606 10458 80717 10605 10460 80718 3930 10456 80719 16968 10459 80720 10605 10460 80721 16969 10771 80722 10604 10457 80723 10607 10462 80724 16924 10354 80725 10506 10463 80726 10604 10457 80727 3931 10461 80728 16918 10464 80729 10604 10457 80730 16969 10771 80731 10608 10465 80732 10607 10462 80733 3931 10461 80734 16970 10466 80735 10609 10468 80736 16947 10344 80737 10548 10353 80738 10607 10462 80739 3932 10467 80740 16924 10354 80741 10610 10469 80742 3932 10467 80743 16970 10466 80744 10609 10468 80745 3932 10467 80746 16971 10470 80747 10606 10458 80748 16944 10318 80749 10560 10472 80750 10609 10468 80751 3933 10471 80752 16947 10344 80753 10609 10468 80754 16971 10470 80755 10611 10473 80756 10611 10473 80757 16968 10459 80758 10606 10458 80759 10612 10475 80760 16944 10318 80761 10543 10317 80762 10543 10317 80763 16919 10488 80764 10614 10476 80765 10613 10478 80766 3934 10474 80767 16972 10477 80768 10613 10478 80769 16973 10755 80770 10612 10475 80771 10615 10480 80772 16947 10344 80773 10560 10472 80774 10560 10472 80775 16944 10318 80776 10612 10475 80777 10612 10475 80778 16973 10755 80779 10616 10481 80780 10616 10481 80781 16974 10484 80782 10615 10480 80783 10547 10350 80784 3936 10482 80785 16923 10359 80786 10615 10480 80787 3936 10482 80788 16947 10344 80789 10618 10485 80790 3936 10482 80791 16974 10484 80792 10617 10483 80793 3936 10482 80794 16975 10486 80795 10507 10454 80796 3937 10487 80797 16919 10488 80798 10507 10454 80799 16923 10359 80800 10617 10483 80801 10617 10483 80802 16975 10486 80803 10619 10489 80804 10619 10489 80805 16972 10477 80806 10614 10476 80807 10620 10491 80808 16918 10464 80809 10506 10463 80810 10506 10463 80811 16924 10354 80812 10622 10492 80813 10621 10494 80814 3938 10490 80815 16976 10493 80816 10620 10491 80817 3938 10490 80818 16977 10495 80819 10623 10497 80820 16931 10387 80821 10569 10386 80822 10569 10386 80823 16953 10383 80824 10625 10498 80825 10624 10500 80826 3939 10496 80827 16978 10499 80828 10624 10500 80829 16979 10737 80830 10623 10497 80831 10625 10498 80832 16953 10383 80833 10579 10502 80834 10579 10502 80835 16954 10854 80836 10627 10503 80837 10627 10503 80838 16981 10746 80839 10629 10504 80840 10625 10498 80841 3940 10501 80842 16978 10499 80843 10568 10390 80844 3941 10505 80845 16953 10383 80846 10568 10390 80847 16930 10376 80848 10632 10507 80849 10631 10509 80850 3941 10505 80851 16982 10508 80852 10631 10509 80853 16983 10718 80854 10630 10506 80855 10633 10511 80856 16954 10854 80857 10579 10502 80858 10630 10506 80859 3942 10510 80860 16953 10383 80861 10630 10506 80862 16983 10718 80863 10634 10512 80864 10633 10511 80865 3942 10510 80866 16984 10513 80867 10635 10515 80868 16940 10396 80869 10570 10395 80870 10570 10395 80871 16954 10854 80872 10633 10511 80873 10636 10516 80874 3943 10514 80875 16984 10513 80876 10635 10515 80877 3943 10514 80878 16985 10517 80879 10632 10507 80880 16930 10376 80881 10536 10519 80882 10536 10519 80883 16940 10396 80884 10635 10515 80885 10635 10515 80886 16985 10517 80887 10637 10520 80888 10632 10507 80889 3944 10518 80890 16982 10508 80891 10638 10522 80892 16930 10376 80893 10567 10375 80894 10567 10375 80895 16952 10372 80896 10640 10523 80897 10639 10525 80898 3945 10521 80899 16986 10524 80900 10638 10522 80901 3945 10521 80902 16987 10526 80903 10641 10528 80904 16940 10396 80905 10536 10519 80906 10638 10522 80907 3946 10527 80908 16930 10376 80909 10638 10522 80910 16987 10526 80911 10642 10529 80912 10641 10528 80913 3946 10527 80914 16988 10530 80915 10643 10532 80916 16955 10402 80917 10572 10401 80918 10572 10401 80919 16940 10396 80920 10641 10528 80921 10644 10533 80922 3947 10531 80923 16988 10530 80924 10644 10533 80925 16989 10536 80926 10643 10532 80927 10640 10523 80928 16952 10372 80929 10578 10535 80930 10578 10535 80931 16955 10402 80932 10643 10532 80933 10645 10537 80934 3948 10534 80935 16989 10536 80936 10640 10523 80937 3948 10534 80938 16986 10524 80939 10646 10539 80940 16952 10372 80941 10566 10379 80942 10566 10379 80943 16928 10380 80944 10648 10540 80945 10647 10542 80946 3949 10538 80947 16990 10541 80948 10646 10539 80949 3949 10538 80950 16991 10543 80951 10649 10545 80952 16955 10402 80953 10578 10535 80954 10578 10535 80955 16952 10372 80956 10646 10539 80957 10646 10539 80958 16991 10543 80959 10650 10546 80960 10649 10545 80961 3950 10544 80962 16992 10547 80963 10651 10549 80964 16936 10408 80965 10571 10407 80966 10571 10407 80967 16955 10402 80968 10649 10545 80969 10652 10550 80970 3951 10548 80971 16992 10547 80972 10652 10550 80973 16993 10553 80974 10651 10549 80975 10648 10540 80976 16928 10380 80977 10534 10552 80978 10534 10552 80979 16936 10408 80980 10651 10549 80981 10653 10554 80982 3952 10551 80983 16993 10553 80984 10648 10540 80985 3952 10551 80986 16990 10541 80987 10654 10556 80988 16995 10670 80989 10657 10557 80990 10656 10559 80991 16939 10868 80992 11262 10560 80993 11248 10562 80994 3954 10558 80995 17339 10561 80996 11248 10562 80997 16996 10677 80998 10659 10563 80999 10659 10563 81000 16994 10676 81001 10656 10559 81002 10660 10565 81003 16929 18890 81004 10535 10566 81005 10535 10566 81006 16935 18891 81007 10662 10567 81008 10662 10567 81009 16997 10580 81010 10661 10568 81011 10660 10565 81012 3955 10564 81013 16998 10569 81014 10663 10571 81015 16926 10287 81016 10514 10286 81017 10514 10286 81018 16929 18890 81019 10660 10565 81020 10664 10572 81021 3956 10570 81022 16998 10569 81023 10664 10572 81024 16999 10656 81025 10663 10571 81026 10665 10574 81027 16938 10312 81028 10532 10575 81029 10532 10575 81030 16926 10287 81031 10663 10571 81032 10663 10571 81033 16999 10656 81034 10666 10576 81035 10666 10576 81036 17000 10578 81037 10665 10574 81038 10662 10567 81039 16935 18891 81040 10531 10313 81041 10531 10313 81042 16938 10312 81043 10665 10574 81044 10667 10579 81045 3958 10577 81046 17000 10578 81047 10662 10567 81048 3958 10577 81049 16997 10580 81050 10668 10582 81051 16927 10279 81052 10533 10583 81053 10533 10583 81054 16937 10308 81055 10670 10584 81056 10670 10584 81057 17001 10597 81058 10669 10585 81059 10668 10582 81060 3959 10581 81061 17002 10586 81062 10671 10588 81063 16928 10380 81064 10513 10282 81065 10513 10282 81066 16927 10279 81067 10668 10582 81068 10668 10582 81069 17002 10586 81070 10672 10589 81071 10671 10588 81072 3960 10587 81073 17003 10590 81074 10673 10592 81075 16936 10408 81076 10534 10552 81077 10534 10552 81078 16928 10380 81079 10671 10588 81080 10674 10593 81081 3961 10591 81082 17003 10590 81083 10674 10593 81084 17004 10595 81085 10673 10592 81086 10670 10584 81087 16937 10308 81088 10525 10304 81089 10525 10304 81090 16936 10408 81091 10673 10592 81092 10675 10596 81093 3962 10594 81094 17004 10595 81095 10670 10584 81096 3962 10594 81097 17001 10597 81098 10676 10599 81099 16926 10287 81100 10532 10575 81101 10532 10575 81102 16938 10312 81103 10678 10600 81104 10678 10600 81105 17005 10613 81106 10677 10601 81107 10676 10599 81108 3963 10598 81109 17006 10602 81110 10679 10604 81111 16927 10279 81112 10510 10278 81113 10510 10278 81114 16926 10287 81115 10676 10599 81116 10680 10605 81117 3964 10603 81118 17006 10602 81119 10679 10604 81120 3964 10603 81121 17007 10606 81122 10681 10608 81123 16937 10308 81124 10533 10583 81125 10533 10583 81126 16927 10279 81127 10679 10604 81128 10679 10604 81129 17007 10606 81130 10682 10609 81131 10682 10609 81132 17008 10611 81133 10681 10608 81134 10678 10600 81135 16938 10312 81136 10528 10309 81137 10528 10309 81138 16937 10308 81139 10681 10608 81140 10683 10612 81141 3966 10610 81142 17008 10611 81143 10678 10600 81144 3966 10610 81145 17005 10613 81146 10677 10601 81147 3967 10614 81148 17006 10602 81149 10686 10616 81150 3967 10614 81151 17005 10613 81152 10686 10616 81153 17009 10629 81154 10685 10617 81155 10685 10617 81156 17010 10620 81157 10684 10615 81158 10687 10619 81159 17007 10606 81160 10680 10605 81161 10680 10605 81162 17006 10602 81163 10684 10615 81164 10688 10621 81165 3968 10618 81166 17010 10620 81167 10687 10619 81168 3968 10618 81169 17011 10622 81170 10682 10609 81171 3969 10623 81172 17008 10611 81173 10687 10619 81174 3969 10623 81175 17007 10606 81176 10687 10619 81177 17011 10622 81178 10690 10625 81179 10690 10625 81180 17012 10627 81181 10689 10624 81182 10686 10616 81183 17005 10613 81184 10683 10612 81185 10683 10612 81186 17008 10611 81187 10689 10624 81188 10691 10628 81189 3970 10626 81190 17012 10627 81191 10686 10616 81192 3970 10626 81193 17009 10629 81194 10692 10631 81195 17002 10586 81196 10669 10585 81197 10694 10632 81198 3971 10630 81199 17001 10597 81200 10694 10632 81201 17013 18893 81202 10693 10633 81203 10692 10631 81204 3971 10630 81205 17014 10634 81206 10695 10636 81207 17003 10590 81208 10672 10589 81209 10692 10631 81210 3972 10635 81211 17002 10586 81212 10692 10631 81213 17014 10634 81214 10696 10637 81215 10695 10636 81216 3972 10635 81217 17015 10638 81218 10674 10593 81219 3973 10639 81220 17004 10595 81221 10695 10636 81222 3973 10639 81223 17003 10590 81224 10695 10636 81225 17015 10638 81226 10698 10641 81227 10698 10641 81228 17016 10643 81229 10697 10640 81230 10675 10596 81231 3974 10642 81232 17001 10597 81233 10675 10596 81234 17004 10595 81235 10697 10640 81236 10699 10644 81237 3974 10642 81238 17016 10643 81239 10699 10644 81240 17013 18893 81241 10694 10632 81242 10661 10568 81243 3975 10645 81244 16998 10569 81245 10702 10647 81246 3975 10645 81247 16997 10580 81248 10702 10647 81249 17017 10661 81250 10701 10648 81251 10701 10648 81252 17018 10651 81253 10700 10646 81254 10703 10650 81255 16999 10656 81256 10664 10572 81257 10664 10572 81258 16998 10569 81259 10700 10646 81260 10704 10652 81261 3976 10649 81262 17018 10651 81263 10703 10650 81264 3976 10649 81265 17019 10653 81266 10666 10576 81267 3977 10654 81268 17000 10578 81269 10703 10650 81270 3977 10654 81271 16999 10656 81272 10703 10650 81273 17019 10653 81274 10706 10657 81275 10706 10657 81276 17020 10659 81277 10705 10655 81278 10702 10647 81279 16997 10580 81280 10667 10579 81281 10667 10579 81282 17000 10578 81283 10705 10655 81284 10707 10660 81285 3978 10658 81286 17020 10659 81287 10702 10647 81288 3978 10658 81289 17017 10661 81290 10708 10663 81291 16995 10670 81292 10655 10664 81293 10655 10664 81294 16994 10676 81295 10710 10665 81296 10709 10667 81297 3979 10662 81298 17021 10666 81299 10708 10663 81300 3979 10662 81301 17022 10668 81302 10708 10663 81303 3980 10669 81304 16995 10670 81305 10711 10672 81306 16996 10677 81307 10658 10673 81308 10712 10674 81309 17024 18894 81310 10711 10672 81311 10659 10563 81312 3982 10675 81313 16994 10676 81314 10711 10672 81315 3982 10675 81316 16996 10677 81317 10711 10672 81318 17024 18894 81319 10713 10678 81320 10710 10665 81321 3982 10675 81322 17021 10666 81323 10714 10680 81324 16991 10543 81325 10647 10542 81326 10716 10681 81327 3983 10679 81328 16990 10541 81329 10716 10681 81330 17025 10694 81331 10715 10682 81332 10714 10680 81333 3983 10679 81334 17026 10683 81335 10650 10546 81336 3984 10684 81337 16992 10547 81338 10650 10546 81339 16991 10543 81340 10714 10680 81341 10718 10686 81342 3984 10684 81343 17026 10683 81344 10718 10686 81345 17027 10689 81346 10717 10685 81347 10652 10550 81348 3985 10687 81349 16993 10553 81350 10652 10550 81351 16992 10547 81352 10717 10685 81353 10720 10690 81354 3985 10687 81355 17027 10689 81356 10719 10688 81357 3985 10687 81358 17028 10691 81359 10716 10681 81360 16990 10541 81361 10653 10554 81362 10719 10688 81363 3986 10692 81364 16993 10553 81365 10719 10688 81366 17028 10691 81367 10721 10693 81368 10716 10681 81369 3986 10692 81370 17025 10694 81371 10722 10696 81372 16987 10526 81373 10639 10525 81374 10639 10525 81375 16986 10524 81376 10724 10697 81377 10723 10699 81378 3987 10695 81379 17029 10698 81380 10722 10696 81381 3987 10695 81382 17030 10700 81383 10642 10529 81384 3988 10701 81385 16988 10530 81386 10722 10696 81387 3988 10701 81388 16987 10526 81389 10722 10696 81390 17030 10700 81391 10726 10703 81392 10726 10703 81393 17031 10706 81394 10725 10702 81395 10727 10705 81396 16989 10536 81397 10644 10533 81398 10644 10533 81399 16988 10530 81400 10725 10702 81401 10728 10707 81402 3989 10704 81403 17031 10706 81404 10727 10705 81405 3989 10704 81406 17032 10708 81407 10645 10537 81408 3990 10709 81409 16986 10524 81410 10727 10705 81411 3990 10709 81412 16989 10536 81413 10727 10705 81414 17032 10708 81415 10729 10710 81416 10729 10710 81417 17029 10698 81418 10724 10697 81419 10730 10712 81420 16983 10718 81421 10631 10509 81422 10732 10713 81423 3991 10711 81424 16982 10508 81425 10732 10713 81426 17033 10726 81427 10731 10714 81428 10730 10712 81429 3991 10711 81430 17034 10715 81431 10634 10512 81432 3992 10716 81433 16984 10513 81434 10730 10712 81435 3992 10716 81436 16983 10718 81437 10730 10712 81438 17034 10715 81439 10734 10719 81440 10734 10719 81441 17035 10722 81442 10733 10717 81443 10636 10516 81444 3993 10720 81445 16985 10517 81446 10636 10516 81447 16984 10513 81448 10733 10717 81449 10736 10723 81450 3993 10720 81451 17035 10722 81452 10736 10723 81453 17036 18895 81454 10735 10721 81455 10732 10713 81456 16982 10508 81457 10637 10520 81458 10735 10721 81459 3994 10724 81460 16985 10517 81461 10735 10721 81462 17036 18895 81463 10737 10725 81464 10732 10713 81465 3994 10724 81466 17033 10726 81467 10738 10728 81468 16979 10737 81469 10624 10500 81470 10624 10500 81471 16978 10499 81472 10740 10729 81473 10739 10731 81474 3995 10727 81475 17037 10730 81476 10738 10728 81477 3995 10727 81478 17038 10732 81479 10626 10736 81480 3996 10733 81481 16980 10735 81482 10738 10728 81483 3996 10733 81484 16979 10737 81485 10738 10728 81486 17038 10732 81487 10742 10738 81488 10742 10738 81489 17039 10742 81490 10741 10734 81491 10743 10740 81492 16981 10746 81493 10628 10741 81494 10628 10741 81495 16980 10735 81496 10741 10734 81497 10744 10743 81498 3997 10739 81499 17039 10742 81500 10743 10740 81501 3997 10739 81502 17040 10744 81503 10629 10504 81504 3998 10745 81505 16978 10499 81506 10743 10740 81507 3998 10745 81508 16981 10746 81509 10743 10740 81510 17040 10744 81511 10745 10747 81512 10745 10747 81513 17037 10730 81514 10740 10729 81515 10621 10494 81516 3999 10748 81517 16977 10495 81518 10621 10494 81519 16976 10493 81520 10748 10750 81521 10747 10752 81522 3999 10748 81523 17041 10751 81524 10747 10752 81525 17042 18896 81526 10746 10749 81527 10613 10478 81528 4000 10753 81529 16973 10755 81530 10613 10478 81531 16972 10477 81532 10754 10756 81533 10753 10758 81534 4000 10753 81535 17045 10757 81536 10753 10758 81537 17046 18897 81538 10752 10754 81539 10616 10481 81540 4001 10759 81541 16974 10484 81542 10752 10754 81543 4001 10759 81544 16973 10755 81545 10752 10754 81546 17046 18897 81547 10756 10761 81548 10755 10760 81549 4001 10759 81550 17047 10762 81551 10757 10764 81552 16975 10486 81553 10618 10485 81554 10755 10760 81555 4002 10763 81556 16974 10484 81557 10755 10760 81558 17047 10762 81559 10758 10765 81560 10757 10764 81561 4002 10763 81562 17048 10766 81563 10619 10489 81564 4003 10767 81565 16972 10477 81566 10619 10489 81567 16975 10486 81568 10757 10764 81569 10759 10768 81570 4003 10767 81571 17048 10766 81572 10759 10768 81573 17045 10757 81574 10754 10756 81575 10605 10460 81576 4004 10769 81577 16969 10771 81578 10605 10460 81579 16968 10459 81580 10762 10772 81581 10761 10774 81582 4004 10769 81583 17049 10773 81584 10761 10774 81585 17050 18898 81586 10760 10770 81587 10763 10776 81588 16970 10466 81589 10608 10465 81590 10760 10770 81591 4005 10775 81592 16969 10771 81593 10760 10770 81594 17050 18898 81595 10764 10777 81596 10763 10776 81597 4005 10775 81598 17051 10778 81599 10765 10780 81600 16971 10470 81601 10610 10469 81602 10610 10469 81603 16970 10466 81604 10763 10776 81605 10766 10781 81606 4006 10779 81607 17051 10778 81608 10765 10780 81609 4006 10779 81610 17052 10782 81611 10611 10473 81612 4007 10783 81613 16968 10459 81614 10765 10780 81615 4007 10783 81616 16971 10470 81617 10765 10780 81618 17052 10782 81619 10767 10784 81620 10767 10784 81621 17049 10773 81622 10762 10772 81623 10597 10443 81624 4008 10785 81625 16965 10444 81626 10597 10443 81627 16964 10442 81628 10770 10787 81629 10769 10789 81630 4008 10785 81631 17053 10788 81632 10769 10789 81633 17054 10792 81634 10768 10786 81635 10771 10791 81636 16966 10797 81637 10600 10448 81638 10600 10448 81639 16965 10444 81640 10768 10786 81641 10772 10793 81642 4009 10790 81643 17054 10792 81644 10771 10791 81645 4009 10790 81646 17055 10794 81647 10773 10796 81648 16967 10452 81649 10602 10451 81650 10771 10791 81651 4010 10795 81652 16966 10797 81653 10771 10791 81654 17055 10794 81655 10774 10798 81656 10773 10796 81657 4010 10795 81658 17056 10799 81659 10603 10455 81660 4011 10800 81661 16964 10442 81662 10603 10455 81663 16967 10452 81664 10773 10796 81665 10773 10796 81666 17056 10799 81667 10775 10801 81668 10775 10801 81669 17053 10788 81670 10770 10787 81671 10776 10803 81672 16961 10427 81673 10589 10426 81674 10589 10426 81675 16960 10817 81676 10778 10804 81677 10777 10806 81678 4012 10802 81679 17057 10805 81680 10776 10803 81681 4012 10802 81682 17058 10807 81683 10592 10431 81684 4013 10808 81685 16962 10434 81686 10776 10803 81687 4013 10808 81688 16961 10427 81689 10776 10803 81690 17058 10807 81691 10780 10810 81692 10780 10810 81693 17059 10813 81694 10779 10809 81695 10781 10812 81696 16963 10436 81697 10594 10435 81698 10594 10435 81699 16962 10434 81700 10779 10809 81701 10782 10814 81702 4014 10811 81703 17059 10813 81704 10781 10812 81705 4014 10811 81706 17060 10815 81707 10595 10438 81708 4015 10816 81709 16960 10817 81710 10595 10438 81711 16963 10436 81712 10781 10812 81713 10783 10818 81714 4015 10816 81715 17060 10815 81716 10783 10818 81717 17057 10805 81718 10778 10804 81719 10784 10820 81720 16957 10413 81721 10581 10412 81722 10786 10822 81723 4016 10819 81724 16956 10821 81725 10786 10822 81726 17061 10837 81727 10785 10823 81728 10784 10820 81729 4016 10819 81730 17062 10824 81731 10584 10418 81732 4017 10825 81733 16958 10421 81734 10784 10820 81735 4017 10825 81736 16957 10413 81737 10784 10820 81738 17062 10824 81739 10788 10827 81740 10788 10827 81741 17063 10831 81742 10787 10826 81743 10586 10422 81744 4018 10828 81745 16959 10830 81746 10586 10422 81747 16958 10421 81748 10787 10826 81749 10790 10832 81750 4018 10828 81751 17063 10831 81752 10790 10832 81753 17064 10835 81754 10789 10829 81755 10786 10822 81756 16956 10821 81757 10587 10834 81758 10587 10834 81759 16959 10830 81760 10789 10829 81761 10791 10836 81762 4019 10833 81763 17064 10835 81764 10786 10822 81765 4019 10833 81766 17061 10837 81767 10435 10840 81768 16880 10348 81769 10434 10347 81770 10434 10347 81771 16879 10346 81772 10431 10133 81773 11264 10091 81774 16854 10096 81775 10480 10297 81776 10481 10240 81777 4021 10841 81778 16905 10842 81779 10481 10240 81780 16860 10105 81781 11250 10104 81782 11264 10091 81783 4021 10841 81784 17322 10843 81785 10793 10845 81786 16951 10393 81787 11263 10846 81788 11242 10848 81789 4022 10844 81790 17340 10847 81791 11242 10848 81792 17341 16876 81793 11265 10849 81794 10793 10845 81795 4022 10844 81796 17065 10850 81797 10576 10394 81798 16951 10393 81799 10793 10845 81800 10794 10852 81801 4023 10851 81802 17065 10850 81803 10794 10852 81804 17066 10860 81805 10795 10853 81806 10576 10394 81807 4023 10851 81808 16954 10854 81809 10529 10858 81810 4024 10855 81811 16858 10857 81812 10529 10858 81813 16939 10868 81814 10796 10859 81815 10794 10852 81816 4024 10855 81817 17066 10860 81818 10794 10852 81819 17065 10850 81820 10792 10856 81821 10627 10503 81822 16954 10854 81823 10795 10853 81824 10797 10862 81825 4025 10861 81826 17066 10860 81827 10797 10862 81828 16980 10735 81829 10628 10741 81830 10627 10503 81831 4025 10861 81832 16981 10746 81833 10623 10497 81834 4026 10863 81835 16931 10387 81836 10623 10497 81837 16979 10737 81838 10626 10736 81839 10797 10862 81840 4026 10863 81841 16980 10735 81842 10797 10862 81843 17066 10860 81844 10803 10864 81845 10802 10867 81846 4027 10865 81847 16932 10866 81848 10656 10559 81849 4027 10865 81850 16939 10868 81851 10655 10664 81852 4027 10865 81853 16994 10676 81854 10655 10664 81855 16995 10670 81856 10654 10556 81857 10803 10864 81858 17066 10860 81859 10806 10870 81860 10805 10872 81861 4028 10869 81862 17068 10871 81863 10805 10872 81864 17067 10895 81865 10804 10873 81866 10804 10873 81867 16931 10387 81868 10803 10864 81869 10802 10867 81870 16932 10866 81871 10809 10875 81872 10808 10877 81873 4029 10874 81874 17069 10876 81875 10808 10877 81876 17070 10891 81877 10807 10878 81878 10802 10867 81879 4029 10874 81880 16939 10868 81881 10807 10878 81882 4030 10879 81883 16939 10868 81884 10807 10878 81885 17070 10891 81886 10810 10880 81887 10806 10870 81888 4030 10879 81889 17068 10871 81890 10806 10870 81891 17066 10860 81892 10796 10859 81893 10810 10880 81894 17070 10891 81895 10813 10882 81896 10812 10884 81897 4031 10881 81898 17072 10883 81899 10811 10886 81900 4031 10881 81901 17071 10885 81902 10811 10886 81903 17068 10871 81904 10810 10880 81905 10808 10877 81906 17069 10876 81907 10814 10888 81908 10816 10890 81909 4032 10887 81910 17074 10889 81911 10816 10890 81912 17072 10883 81913 10813 10882 81914 10808 10877 81915 4032 10887 81916 17070 10891 81917 10805 10872 81918 17068 10871 81919 10811 10886 81920 10817 10893 81921 4033 10892 81922 17071 10885 81923 10817 10893 81924 17073 11306 81925 10815 10894 81926 10805 10872 81927 4033 10892 81928 17067 10895 81929 10820 10897 81930 4034 10896 81931 17075 18899 81932 10820 10897 81933 17078 10902 81934 10826 10898 81935 10826 10898 81936 17081 10907 81937 10825 10899 81938 10829 10903 81939 4035 10901 81940 17078 10902 81941 10828 10905 81942 4035 10901 81943 17082 10904 81944 10828 10905 81945 17083 10910 81946 10827 10906 81947 10826 10898 81948 4035 10901 81949 17081 10907 81950 10824 10909 81951 17081 10907 81952 10827 10906 81953 10831 10911 81954 4036 10908 81955 17083 10910 81956 10831 10911 81957 17084 10916 81958 10830 10912 81959 10824 10909 81960 4036 10908 81961 17080 10913 81962 10823 10915 81963 17080 10913 81964 10830 10912 81965 10833 10917 81966 4037 10914 81967 17084 10916 81968 10833 10917 81969 17085 10922 81970 10832 10918 81971 10823 10915 81972 4037 10914 81973 17079 10919 81974 10832 10918 81975 4038 10920 81976 17079 10919 81977 10835 10923 81978 4038 10920 81979 17085 10922 81980 10835 10923 81981 17086 10933 81982 10834 10924 81983 10834 10924 81984 17076 10932 81985 10822 10921 81986 10837 10928 81987 4039 10925 81988 17077 10927 81989 10837 10928 81990 17087 10935 81991 10836 10929 81992 10829 10903 81993 4039 10925 81994 17082 10904 81995 10829 10903 81996 17078 10902 81997 10821 10926 81998 10834 10924 81999 4040 10930 82000 17076 10932 82001 10838 10934 82002 4040 10930 82003 17086 10933 82004 10837 10928 82005 4040 10930 82006 17087 10935 82007 10837 10928 82008 17077 10927 82009 10818 10931 82010 10838 10934 82011 17086 10933 82012 10841 10937 82013 10840 10939 82014 4041 10936 82015 17089 10938 82016 10840 10939 82017 17088 11255 82018 10839 10940 82019 10838 10934 82020 4041 10936 82021 17087 10935 82022 10839 10940 82023 4042 10941 82024 17087 10935 82025 10839 10940 82026 17088 11255 82027 10843 10942 82028 10842 10944 82029 4042 10941 82030 17090 10943 82031 10842 10944 82032 17082 10904 82033 10836 10929 82034 10835 10923 82035 17085 10922 82036 10845 10946 82037 10844 10948 82038 4043 10945 82039 17091 10947 82040 10844 10948 82041 17089 10938 82042 10841 10937 82043 10835 10923 82044 4043 10945 82045 17086 10933 82046 10847 10950 82047 4044 10949 82048 17084 10916 82049 10847 10950 82050 17092 10955 82051 10846 10951 82052 10845 10946 82053 4044 10949 82054 17091 10947 82055 10845 10946 82056 17085 10922 82057 10833 10917 82058 10831 10911 82059 17083 10910 82060 10849 10953 82061 10849 10953 82062 17093 11269 82063 10848 10954 82064 10847 10950 82065 4045 10952 82066 17092 10955 82067 10847 10950 82068 17084 10916 82069 10831 10911 82070 10828 10905 82071 17082 10904 82072 10842 10944 82073 10850 10957 82074 4046 10956 82075 17090 10943 82076 10850 10957 82077 17093 11269 82078 10849 10953 82079 10828 10905 82080 4046 10956 82081 17083 10910 82082 10851 10959 82083 16912 10341 82084 10499 10340 82085 10853 10961 82086 4047 10958 82087 16920 10960 82088 10853 10961 82089 17095 10966 82090 10859 10962 82091 10851 10959 82092 4047 10958 82093 17094 10963 82094 10859 10962 82095 4048 10964 82096 17094 10963 82097 10854 10967 82098 4048 10964 82099 17095 10966 82100 10854 10967 82101 16945 10329 82102 10553 10328 82103 10852 10965 82104 4048 10964 82105 16942 10968 82106 10433 10134 82107 4049 10969 82108 16878 10135 82109 10860 10971 82110 4049 10969 82111 16879 10346 82112 10857 10970 82113 4049 10969 82114 17097 10972 82115 10860 10971 82116 4050 10973 82117 17097 10972 82118 10557 10358 82119 4050 10973 82120 16879 10346 82121 10858 10974 82122 4050 10973 82123 16948 10357 82124 10861 10978 82125 4051 10975 82126 17096 10977 82127 10858 10974 82128 4051 10975 82129 17097 10972 82130 10856 10976 82131 4051 10975 82132 16948 10357 82133 10505 10369 82134 4052 10979 82135 16925 10416 82136 10505 10369 82137 16878 10135 82138 10857 10970 82139 10857 10970 82140 17097 10972 82141 10861 10978 82142 10861 10978 82143 17096 10977 82144 10855 10980 82145 10508 10417 82146 16925 10416 82147 10865 10982 82148 10865 10982 82149 17099 10993 82150 10864 10983 82151 10864 10983 82152 17098 11010 82153 10863 10984 82154 10863 10984 82155 16920 10960 82156 10508 10417 82157 10853 10961 82158 16920 10960 82159 10863 10984 82160 10863 10984 82161 17098 11010 82162 10867 10986 82163 10866 10988 82164 4054 10985 82165 17100 10987 82166 10866 10988 82167 17095 10966 82168 10853 10961 82169 10855 10980 82170 17096 10977 82171 10869 10990 82172 10868 10992 82173 4055 10989 82174 17101 10991 82175 10865 10982 82176 4055 10989 82177 17099 10993 82178 10855 10980 82179 4055 10989 82180 16925 10416 82181 10862 10995 82182 4056 10994 82183 17096 10977 82184 10862 10995 82185 17095 10966 82186 10866 10988 82187 10870 10996 82188 4056 10994 82189 17100 10987 82190 10870 10996 82191 17101 10991 82192 10869 10990 82193 10854 10967 82194 17095 10966 82195 10874 10998 82196 10874 10998 82197 17104 11030 82198 10873 10999 82199 10872 11001 82200 4057 10997 82201 17102 11000 82202 10872 11001 82203 16945 10329 82204 10854 10967 82205 10874 10998 82206 17095 10966 82207 10862 10995 82208 10862 10995 82209 17096 10977 82210 10875 11003 82211 10877 11005 82212 4058 11002 82213 17105 11004 82214 10877 11005 82215 17104 11030 82216 10874 10998 82217 10864 10983 82218 17099 10993 82219 10880 11007 82220 10880 11007 82221 17107 11019 82222 10879 11008 82223 10879 11008 82224 17106 11012 82225 10878 11009 82226 10864 10983 82227 4059 11006 82228 17098 11010 82229 10878 11009 82230 4060 11011 82231 17098 11010 82232 10882 11013 82233 4060 11011 82234 17106 11012 82235 10881 11015 82236 4060 11011 82237 17108 11014 82238 10881 11015 82239 17100 10987 82240 10867 10986 82241 10884 11017 82242 4061 11016 82243 17101 10991 82244 10884 11017 82245 17109 11022 82246 10883 11018 82247 10880 11007 82248 4061 11016 82249 17107 11019 82250 10880 11007 82251 17099 10993 82252 10868 10992 82253 10870 10996 82254 17100 10987 82255 10881 11015 82256 10885 11021 82257 4062 11020 82258 17108 11014 82259 10884 11017 82260 4062 11020 82261 17109 11022 82262 10870 10996 82263 4062 11020 82264 17101 10991 82265 10888 11025 82266 4063 11023 82267 17102 11000 82268 10888 11025 82269 17110 11033 82270 10887 11026 82271 10887 11026 82272 17111 11036 82273 10886 11027 82274 10871 11024 82275 4063 11023 82276 17103 11028 82277 10890 11031 82278 4064 11029 82279 17104 11030 82280 10890 11031 82281 17112 11042 82282 10889 11032 82283 10888 11025 82284 4064 11029 82285 17110 11033 82286 10888 11025 82287 17102 11000 82288 10873 10999 82289 10876 11035 82290 17103 11028 82291 10886 11027 82292 10892 11037 82293 4065 11034 82294 17111 11036 82295 10892 11037 82296 17113 11040 82297 10891 11038 82298 10876 11035 82299 4065 11034 82300 17105 11004 82301 10877 11005 82302 17105 11004 82303 10891 11038 82304 10893 11041 82305 4066 11039 82306 17113 11040 82307 10890 11031 82308 4066 11039 82309 17112 11042 82310 10890 11031 82311 17104 11030 82312 10877 11005 82313 10561 10447 82314 16945 10329 82315 10872 11001 82316 10872 11001 82317 17102 11000 82318 10871 11024 82319 10871 11024 82320 17103 11028 82321 10894 11044 82322 10561 10447 82323 4067 11043 82324 16948 10357 82325 10856 10976 82326 16948 10357 82327 10894 11044 82328 10876 11035 82329 4068 11045 82330 17103 11028 82331 10875 11003 82332 4068 11045 82333 17105 11004 82334 10875 11003 82335 17096 10977 82336 10856 10976 82337 10582 10411 82338 4069 11046 82339 16956 10821 82340 10582 10411 82341 16946 18892 82342 10562 10430 82343 10562 10430 82344 16949 10362 82345 10585 10420 82346 10587 10834 82347 4069 11046 82348 16959 10830 82349 10535 10566 82350 16929 18890 82351 10897 11048 82352 10896 11050 82353 4070 11047 82354 17114 11049 82355 10896 11050 82356 17115 11053 82357 10895 11051 82358 10895 11051 82359 16935 18891 82360 10535 10566 82361 10522 10299 82362 16935 18891 82363 10895 11051 82364 10899 11054 82365 4071 11052 82366 17115 11053 82367 10898 11056 82368 4071 11052 82369 17116 11055 82370 10898 11056 82371 16934 10294 82372 10522 10299 82373 10520 10295 82374 16934 10294 82375 10898 11056 82376 10898 11056 82377 17116 11055 82378 10901 11058 82379 10900 11060 82380 4072 11057 82381 17117 11059 82382 10520 10295 82383 4072 11057 82384 16933 10290 82385 10518 10291 82386 16933 10290 82387 10900 11060 82388 10902 11062 82389 4073 11061 82390 17117 11059 82391 10902 11062 82392 17114 11049 82393 10897 11048 82394 10897 11048 82395 16929 18890 82396 10518 10291 82397 10902 11062 82398 17117 11059 82399 10905 11064 82400 10904 11066 82401 4074 11063 82402 17119 11065 82403 10903 11068 82404 4074 11063 82405 17118 11067 82406 10903 11068 82407 17114 11049 82408 10902 11062 82409 10907 11070 82410 4075 11069 82411 17116 11055 82412 10907 11070 82413 17120 11076 82414 10906 11071 82415 10905 11064 82416 4075 11069 82417 17119 11065 82418 10905 11064 82419 17117 11059 82420 10901 11058 82421 10899 11054 82422 17115 11053 82423 10909 11073 82424 10908 11075 82425 4076 11072 82426 17121 11074 82427 10907 11070 82428 4076 11072 82429 17120 11076 82430 10907 11070 82431 17116 11055 82432 10899 11054 82433 10903 11068 82434 4077 11077 82435 17114 11049 82436 10903 11068 82437 17118 11067 82438 10910 11078 82439 10910 11078 82440 17121 11074 82441 10909 11073 82442 10896 11050 82443 4077 11077 82444 17115 11053 82445 10479 10126 82446 4078 11079 82447 16876 10190 82448 10479 10126 82449 16877 10125 82450 10911 11081 82451 10919 11083 82452 4078 11079 82453 17122 11082 82454 10920 11080 82455 4078 11079 82456 17130 11084 82457 10914 11086 82458 17125 11097 82459 10921 11087 82460 10911 11081 82461 4079 11085 82462 17122 11082 82463 10911 11081 82464 16877 10125 82465 10496 10265 82466 10914 11086 82467 4079 11085 82468 16916 11088 82469 10537 10338 82470 4080 11089 82471 16941 10336 82472 10537 10338 82473 16912 10341 82474 10912 11091 82475 10922 11093 82476 4080 11089 82477 17123 11092 82478 10922 11093 82479 17126 11095 82480 10915 11090 82481 10538 10333 82482 4081 11094 82483 16916 11088 82484 10538 10333 82485 16941 10336 82486 10915 11090 82487 10923 11096 82488 4081 11094 82489 17126 11095 82490 10914 11086 82491 4081 11094 82492 17125 11097 82493 10916 11099 82494 16942 10968 82495 10539 10327 82496 10913 11100 82497 4082 11098 82498 16913 10331 82499 10913 11100 82500 17124 11126 82501 10924 11101 82502 10916 11099 82503 4082 11098 82504 17127 11102 82505 10917 11104 82506 17128 17577 82507 10925 11105 82508 10925 11105 82509 17124 11126 82510 10913 11100 82511 10913 11100 82512 16913 10331 82513 10540 10315 82514 10917 11104 82515 4083 11103 82516 16943 10320 82517 10852 10965 82518 4084 11106 82519 17094 10963 82520 10852 10965 82521 16942 10968 82522 10916 11099 82523 10926 11108 82524 4084 11106 82525 17127 11102 82526 10926 11108 82527 17129 11110 82528 10918 11107 82529 10851 10959 82530 4085 11109 82531 16912 10341 82532 10851 10959 82533 17094 10963 82534 10918 11107 82535 10927 11111 82536 4085 11109 82537 17129 11110 82538 10927 11111 82539 17123 11092 82540 10912 11091 82541 10927 11111 82542 17129 11110 82543 10930 11113 82544 10929 11115 82545 4086 11112 82546 17132 11114 82547 10929 11115 82548 17131 11135 82549 10928 11116 82550 10927 11111 82551 4086 11112 82552 17123 11092 82553 10926 11108 82554 17127 11102 82555 10932 11118 82556 10931 11120 82557 4087 11117 82558 17133 11119 82559 10931 11120 82560 17132 11114 82561 10930 11113 82562 10926 11108 82563 4087 11117 82564 17129 11110 82565 10925 11105 82566 17128 17577 82567 10933 11122 82568 10933 11122 82569 17134 11170 82570 10935 11123 82571 10934 11125 82572 4088 11121 82573 17135 11124 82574 10925 11105 82575 4088 11121 82576 17124 11126 82577 10924 11101 82578 17124 11126 82579 10934 11125 82580 10934 11125 82581 17135 11124 82582 10936 11128 82583 10936 11128 82584 17133 11119 82585 10932 11118 82586 10924 11101 82587 4089 11127 82588 17127 11102 82589 10939 11130 82590 4090 11129 82591 17126 11095 82592 10939 11130 82593 17137 11160 82594 10938 11131 82595 10937 11133 82596 4090 11129 82597 17136 11132 82598 10937 11133 82599 17125 11097 82600 10923 11096 82601 10922 11093 82602 17123 11092 82603 10928 11116 82604 10940 11136 82605 4091 11134 82606 17131 11135 82607 10940 11136 82608 17137 11160 82609 10939 11130 82610 10922 11093 82611 4091 11134 82612 17126 11095 82613 10937 11133 82614 4092 11137 82615 17125 11097 82616 10937 11133 82617 17136 11132 82618 10942 11138 82619 10941 11140 82620 4092 11137 82621 17138 11139 82622 10941 11140 82623 17122 11082 82624 10921 11087 82625 10941 11140 82626 4093 11141 82627 17122 11082 82628 10941 11140 82629 17138 11139 82630 10944 11142 82631 10943 11144 82632 4093 11141 82633 17139 11143 82634 10943 11144 82635 17130 11084 82636 10919 11083 82637 10947 11146 82638 4094 11145 82639 17138 11139 82640 10947 11146 82641 17140 11153 82642 10946 11147 82643 10945 11149 82644 4094 11145 82645 17141 11148 82646 10945 11149 82647 17139 11143 82648 10944 11142 82649 10949 11151 82650 4095 11150 82651 17136 11132 82652 10949 11151 82653 17142 11163 82654 10948 11152 82655 10947 11146 82656 4095 11150 82657 17140 11153 82658 10947 11146 82659 17138 11139 82660 10942 11138 82661 10940 11136 82662 17131 11135 82663 10952 11155 82664 10951 11157 82665 4096 11154 82666 17143 11156 82667 10950 11159 82668 4096 11154 82669 17144 11158 82670 10940 11136 82671 4096 11154 82672 17137 11160 82673 10950 11159 82674 4097 11161 82675 17137 11160 82676 10950 11159 82677 17144 11158 82678 10953 11162 82679 10949 11151 82680 4097 11161 82681 17142 11163 82682 10949 11151 82683 17136 11132 82684 10938 11131 82685 10956 11165 82686 4098 11164 82687 17135 11124 82688 10956 11165 82689 17146 11173 82690 10955 11166 82691 10954 11168 82692 4098 11164 82693 17145 11167 82694 10954 11168 82695 17133 11119 82696 10936 11128 82697 10958 11171 82698 4099 11169 82699 17134 11170 82700 10958 11171 82701 17147 11179 82702 10957 11172 82703 10956 11165 82704 4099 11169 82705 17146 11173 82706 10956 11165 82707 17135 11124 82708 10935 11123 82709 11230 11177 82710 4100 11174 82711 17315 11176 82712 11230 11177 82713 17317 18900 82714 11295 11178 82715 10958 11171 82716 4100 11174 82717 17147 11179 82718 10958 11171 82719 17134 11170 82720 11296 11175 82721 10954 11168 82722 4101 11180 82723 17133 11119 82724 10954 11168 82725 17145 11167 82726 10960 11181 82727 10959 11183 82728 4101 11180 82729 17148 11182 82730 10931 11120 82731 4101 11180 82732 17132 11114 82733 10929 11115 82734 17132 11114 82735 10959 11183 82736 10959 11183 82737 17148 11182 82738 10961 11185 82739 10961 11185 82740 17143 11156 82741 10952 11155 82742 10929 11115 82743 4102 11184 82744 17131 11135 82745 11247 11189 82746 4103 11186 82747 17343 11188 82748 11247 11189 82749 17348 18901 82750 11273 11190 82751 10971 11192 82752 4103 11186 82753 17158 11191 82754 10971 11192 82755 17149 11203 82756 11268 11187 82757 11246 11194 82758 17342 16906 82759 11267 11195 82760 11267 11195 82761 17139 11143 82762 10972 11196 82763 11273 11190 82764 4104 11193 82765 17158 11191 82766 11273 11190 82767 17348 18901 82768 11246 11194 82769 10972 11196 82770 17139 11143 82771 10945 11149 82772 10962 11198 82773 4105 11197 82774 17141 11148 82775 10962 11198 82776 17149 11203 82777 10971 11192 82778 10972 11196 82779 4105 11197 82780 17158 11191 82781 11243 11202 82782 4106 11199 82783 17344 11201 82784 11243 11202 82785 17343 11188 82786 11268 11187 82787 10973 11204 82788 4106 11199 82789 17149 11203 82790 10973 11204 82791 17150 11207 82792 11269 11200 82793 10973 11204 82794 4107 11205 82795 17150 11207 82796 10973 11204 82797 17149 11203 82798 10962 11198 82799 10946 11147 82800 4107 11205 82801 17141 11148 82802 10946 11147 82803 17140 11153 82804 10963 11206 82805 11244 11211 82806 4108 11208 82807 17345 11210 82808 11244 11211 82809 17344 11201 82810 11269 11200 82811 10974 11212 82812 4108 11208 82813 17150 11207 82814 11270 11209 82815 4108 11208 82816 17151 11213 82817 10964 11215 82818 17151 11213 82819 10974 11212 82820 10974 11212 82821 17150 11207 82822 10963 11206 82823 10963 11206 82824 17140 11153 82825 10948 11152 82826 10964 11215 82827 4109 11214 82828 17142 11163 82829 10951 11157 82830 4110 11216 82831 17144 11158 82832 10951 11157 82833 17143 11156 82834 10966 11218 82835 10975 11220 82836 4110 11216 82837 17153 11219 82838 10975 11220 82839 17152 17582 82840 10965 11217 82841 10964 11215 82842 17142 11163 82843 10953 11162 82844 10965 11217 82845 4111 11221 82846 17144 11158 82847 10965 11217 82848 17152 17582 82849 10976 11222 82850 10964 11215 82851 4111 11221 82852 17151 11213 82853 10967 11224 82854 17145 11167 82855 10955 11166 82856 10968 11225 82857 4112 11223 82858 17146 11173 82859 10968 11225 82860 17155 11233 82861 10977 11226 82862 10967 11224 82863 4112 11223 82864 17154 11227 82865 11231 11231 82866 4113 11228 82867 17319 11230 82868 11231 11231 82869 17318 16937 82870 11294 11232 82871 10978 11234 82872 4113 11228 82873 17155 11233 82874 11293 11229 82875 4113 11228 82876 17156 11235 82877 10978 11234 82878 4114 11236 82879 17156 11235 82880 10968 11225 82881 4114 11236 82882 17155 11233 82883 10957 11172 82884 4114 11236 82885 17146 11173 82886 10957 11172 82887 17147 11179 82888 10969 11237 82889 10960 11181 82890 4115 11238 82891 17148 11182 82892 10967 11224 82893 4115 11238 82894 17145 11167 82895 10979 11240 82896 4115 11238 82897 17154 11227 82898 10979 11240 82899 17157 11242 82900 10970 11239 82901 10961 11185 82902 4116 11241 82903 17143 11156 82904 10961 11185 82905 17148 11182 82906 10970 11239 82907 10980 11243 82908 4116 11241 82909 17157 11242 82910 10980 11243 82911 17153 11219 82912 10966 11218 82913 10980 11243 82914 4117 11244 82915 17153 11219 82916 10980 11243 82917 17157 11242 82918 11272 11246 82919 11272 11246 82920 17347 16946 82921 11245 11247 82922 11245 11247 82923 17346 16925 82924 11271 11245 82925 10969 11237 82926 17147 11179 82927 11295 11178 82928 11295 11178 82929 17317 18900 82930 11233 11249 82931 11293 11229 82932 4118 11248 82933 17319 11230 82934 10969 11237 82935 4118 11248 82936 17156 11235 82937 10840 10939 82938 17089 10938 82939 10983 11251 82940 10982 11253 82941 4119 11250 82942 17160 11252 82943 10982 11253 82944 17159 11680 82945 10981 11254 82946 10840 10939 82947 4119 11250 82948 17088 11255 82949 10981 11254 82950 4120 11256 82951 17088 11255 82952 10981 11254 82953 17159 11680 82954 10985 11257 82955 10984 11259 82956 4120 11256 82957 17161 11258 82958 10843 10942 82959 4120 11256 82960 17090 10943 82961 10844 10948 82962 17091 10947 82963 10987 11261 82964 10986 11263 82965 4121 11260 82966 17162 11262 82967 10986 11263 82968 17160 11252 82969 10983 11251 82970 10844 10948 82971 4121 11260 82972 17089 10938 82973 10989 11265 82974 4122 11264 82975 17092 10955 82976 10988 11267 82977 4122 11264 82978 17163 11266 82979 10987 11261 82980 4122 11264 82981 17162 11262 82982 10846 10951 82983 4122 11264 82984 17091 10947 82985 10991 11270 82986 4123 11268 82987 17093 11269 82988 10991 11270 82989 17164 18902 82990 10990 11271 82991 10989 11265 82992 4123 11268 82993 17163 11266 82994 10989 11265 82995 17092 10955 82996 10848 10954 82997 10850 10957 82998 17090 10943 82999 10984 11259 83000 10992 11273 83001 4124 11272 83002 17161 11258 83003 10992 11273 83004 17164 18902 83005 10991 11270 83006 10850 10957 83007 4124 11272 83008 17093 11269 83009 10986 11263 83010 4125 11274 83011 17160 11252 83012 10988 11267 83013 4125 11274 83014 17162 11262 83015 10988 11267 83016 17163 11266 83017 10990 11271 83018 10990 11271 83019 17164 18902 83020 10993 11275 83021 10437 18734 83022 4126 11276 83023 16863 10233 83024 11005 11278 83025 4126 11276 83026 17166 18903 83027 11005 11278 83028 17165 11281 83029 10994 11277 83030 11005 11278 83031 4127 11279 83032 17165 11281 83033 11005 11278 83034 17166 18903 83035 10996 11282 83036 10444 11283 83037 16871 10139 83038 10995 11280 83039 10482 11287 83040 4128 11284 83041 16906 11286 83042 10482 11287 83043 16863 10233 83044 10994 11277 83045 10994 11277 83046 17165 11281 83047 11006 11288 83048 11006 11288 83049 17167 11294 83050 10997 11285 83051 10998 11290 83052 17167 11294 83053 11006 11288 83054 10995 11280 83055 4129 11289 83056 17165 11281 83057 10491 10243 83058 4129 11289 83059 16871 10139 83060 10998 11290 83061 4129 11289 83062 16915 10245 83063 10998 11290 83064 16915 10245 83065 10799 10388 83066 10999 11292 83067 4130 11291 83068 16931 10387 83069 10999 11292 83070 17168 11296 83071 11007 11293 83072 10998 11290 83073 4130 11291 83074 17167 11294 83075 10997 11285 83076 17167 11294 83077 11007 11293 83078 11000 11297 83079 4131 11295 83080 17168 11296 83081 11000 11297 83082 16932 10866 83083 10517 11298 83084 10997 11285 83085 4131 11295 83086 16906 11286 83087 10999 11292 83088 16931 10387 83089 10804 10873 83090 11001 11300 83091 4132 11299 83092 17067 10895 83093 11008 11302 83094 4132 11299 83095 17169 11301 83096 11008 11302 83097 17168 11296 83098 10999 11292 83099 11008 11302 83100 4133 11303 83101 17168 11296 83102 11008 11302 83103 17169 11301 83104 11002 11304 83105 10809 10875 83106 4133 11303 83107 17069 10876 83108 11000 11297 83109 4133 11303 83110 16932 10866 83111 11001 11300 83112 17067 10895 83113 10815 10894 83114 11003 11307 83115 4134 11305 83116 17073 11306 83117 11009 11309 83118 4134 11305 83119 17170 11308 83120 11009 11309 83121 17169 11301 83122 11001 11300 83123 11009 11309 83124 4135 11310 83125 17169 11301 83126 11009 11309 83127 17170 11308 83128 11004 11311 83129 10814 10888 83130 4135 11310 83131 17074 10889 83132 10814 10888 83133 17069 10876 83134 11002 11304 83135 11017 11315 83136 4136 11312 83137 17174 11314 83138 11017 11315 83139 17181 11320 83140 11016 11316 83141 11015 11318 83142 4136 11312 83143 17180 11317 83144 11015 11318 83145 17177 17595 83146 11011 11313 83147 11027 11321 83148 4137 11319 83149 17181 11320 83150 11027 11321 83151 17189 11356 83152 11026 11322 83153 11025 11324 83154 4137 11319 83155 17190 11323 83156 11025 11324 83157 17180 11317 83158 11016 11316 83159 11025 11324 83160 4138 11325 83161 17180 11317 83162 11029 11327 83163 4138 11325 83164 17190 11323 83165 11029 11327 83166 17191 11364 83167 11028 11328 83168 11018 11326 83169 4138 11325 83170 17182 11329 83171 11032 11333 83172 4139 11330 83173 17183 11332 83174 11032 11333 83175 17192 11366 83176 11031 11334 83177 11030 11336 83178 4139 11330 83179 17193 11335 83180 11030 11336 83181 17184 17604 83182 11019 11331 83183 11022 11338 83184 17184 17604 83185 11030 11336 83186 11034 11339 83187 4140 11337 83188 17193 11335 83189 11034 11339 83190 17194 11374 83191 11033 11340 83192 11022 11338 83193 4140 11337 83194 17185 11341 83195 11037 11345 83196 4141 11342 83197 17186 11344 83198 11037 11345 83199 17196 11376 83200 11036 11346 83201 11036 11346 83202 17195 11351 83203 11035 11347 83204 11023 11343 83205 4141 11342 83206 17187 11348 83207 11024 11350 83208 17187 11348 83209 11035 11347 83210 11039 11352 83211 4142 11349 83212 17195 11351 83213 11039 11352 83214 17197 11384 83215 11038 11353 83216 11024 11350 83217 4142 11349 83218 17188 11354 83219 11042 11357 83220 4143 11355 83221 17189 11356 83222 11042 11357 83223 17198 11496 83224 11041 11358 83225 11040 11360 83226 4143 11355 83227 17199 11359 83228 11040 11360 83229 17190 11323 83230 11026 11322 83231 11029 11327 83232 17190 11323 83233 11040 11360 83234 11044 11362 83235 4144 11361 83236 17199 11359 83237 11044 11362 83238 17200 11488 83239 11043 11363 83240 11029 11327 83241 4144 11361 83242 17191 11364 83243 11047 11367 83244 4145 11365 83245 17192 11366 83246 11047 11367 83247 17201 11519 83248 11046 11368 83249 11045 11370 83250 4145 11365 83251 17202 11369 83252 11045 11370 83253 17193 11335 83254 11031 11334 83255 11034 11339 83256 17193 11335 83257 11045 11370 83258 11049 11372 83259 4146 11371 83260 17202 11369 83261 11049 11372 83262 17203 11513 83263 11048 11373 83264 11034 11339 83265 4146 11371 83266 17194 11374 83267 11052 11377 83268 4147 11375 83269 17196 11376 83270 11052 11377 83271 17205 11507 83272 11051 11378 83273 11050 11380 83274 4147 11375 83275 17204 11379 83276 11036 11346 83277 4147 11375 83278 17195 11351 83279 11039 11352 83280 17195 11351 83281 11050 11380 83282 11054 11382 83283 4148 11381 83284 17204 11379 83285 11054 11382 83286 17206 11501 83287 11053 11383 83288 11039 11352 83289 4148 11381 83290 17197 11384 83291 11041 11358 83292 17198 11496 83293 11057 11386 83294 11056 11388 83295 4149 11385 83296 17207 11387 83297 11056 11388 83298 17208 11391 83299 11055 11389 83300 11055 11389 83301 17199 11359 83302 11041 11358 83303 11044 11362 83304 17199 11359 83305 11055 11389 83306 11059 11392 83307 4150 11390 83308 17208 11391 83309 11058 11394 83310 4150 11390 83311 17209 11393 83312 11058 11394 83313 17200 11488 83314 11044 11362 83315 11046 11368 83316 17201 11519 83317 11062 11396 83318 11061 11398 83319 4151 11395 83320 17210 11397 83321 11060 11400 83322 4151 11395 83323 17211 11399 83324 11060 11400 83325 17202 11369 83326 11046 11368 83327 11049 11372 83328 17202 11369 83329 11060 11400 83330 11060 11400 83331 17211 11399 83332 11064 11402 83333 11063 11404 83334 4152 11401 83335 17212 11403 83336 11063 11404 83337 17203 11513 83338 11049 11372 83339 11051 11378 83340 17205 11507 83341 11067 11406 83342 11066 11408 83343 4153 11405 83344 17213 11407 83345 11066 11408 83346 17214 11411 83347 11065 11409 83348 11065 11409 83349 17204 11379 83350 11051 11378 83351 11054 11382 83352 17204 11379 83353 11065 11409 83354 11069 11412 83355 4154 11410 83356 17214 11411 83357 11068 11414 83358 4154 11410 83359 17215 11413 83360 11068 11414 83361 17206 11501 83362 11054 11382 83363 11072 11416 83364 4155 11415 83365 17207 11387 83366 11072 11416 83367 17216 11440 83368 11071 11417 83369 11071 11417 83370 17217 11420 83371 11070 11418 83372 11056 11388 83373 4155 11415 83374 17208 11391 83375 11059 11392 83376 17208 11391 83377 11070 11418 83378 11074 11421 83379 4156 11419 83380 17217 11420 83381 11074 11421 83382 17218 11448 83383 11073 11422 83384 11059 11392 83385 4156 11419 83386 17209 11393 83387 11077 11424 83388 4157 11423 83389 17210 11397 83390 11077 11424 83391 17219 11450 83392 11076 11425 83393 11075 11427 83394 4157 11423 83395 17220 11426 83396 11075 11427 83397 17211 11399 83398 11061 11398 83399 11064 11402 83400 17211 11399 83401 11075 11427 83402 11079 11429 83403 4158 11428 83404 17220 11426 83405 11079 11429 83406 17221 11458 83407 11078 11430 83408 11064 11402 83409 4158 11428 83410 17212 11403 83411 11082 11432 83412 4159 11431 83413 17213 11407 83414 11082 11432 83415 17223 11460 83416 11081 11433 83417 11080 11435 83418 4159 11431 83419 17222 11434 83420 11080 11435 83421 17214 11411 83422 11066 11408 83423 11080 11435 83424 4160 11436 83425 17214 11411 83426 11084 11437 83427 4160 11436 83428 17222 11434 83429 11084 11437 83430 17224 11468 83431 11083 11438 83432 11069 11412 83433 4160 11436 83434 17215 11413 83435 11087 11441 83436 4161 11439 83437 17216 11440 83438 11087 11441 83439 17225 11493 83440 11086 11442 83441 11086 11442 83442 17226 11445 83443 11085 11443 83444 11071 11417 83445 4161 11439 83446 17217 11420 83447 11074 11421 83448 17217 11420 83449 11085 11443 83450 11089 11446 83451 4162 11444 83452 17226 11445 83453 11089 11446 83454 17227 11477 83455 11088 11447 83456 11074 11421 83457 4162 11444 83458 17218 11448 83459 11092 11451 83460 4163 11449 83461 17219 11450 83462 11092 11451 83463 17229 11516 83464 11091 11452 83465 11090 11454 83466 4163 11449 83467 17228 11453 83468 11090 11454 83469 17220 11426 83470 11076 11425 83471 11079 11429 83472 17220 11426 83473 11090 11454 83474 11090 11454 83475 17228 11453 83476 11094 11456 83477 11094 11456 83478 17230 11511 83479 11093 11457 83480 11079 11429 83481 4164 11455 83482 17221 11458 83483 11097 11461 83484 4165 11459 83485 17223 11460 83486 11097 11461 83487 17231 11504 83488 11096 11462 83489 11095 11464 83490 4165 11459 83491 17232 11463 83492 11095 11464 83493 17222 11434 83494 11081 11433 83495 11095 11464 83496 4166 11465 83497 17222 11434 83498 11095 11464 83499 17232 11463 83500 11099 11466 83501 11099 11466 83502 17233 11482 83503 11098 11467 83504 11084 11437 83505 4166 11465 83506 17224 11468 83507 11012 11472 83508 4167 11469 83509 17175 11471 83510 11012 11472 83511 17178 11478 83512 11101 11473 83513 11086 11442 83514 4167 11469 83515 17226 11445 83516 11086 11442 83517 17225 11493 83518 11100 11470 83519 11013 11475 83520 17176 17871 83521 11102 11476 83522 11089 11446 83523 4168 11474 83524 17227 11477 83525 11101 11473 83526 4168 11474 83527 17226 11445 83528 11013 11475 83529 4168 11474 83530 17178 11478 83531 11014 11480 83532 17173 17626 83533 11104 11481 83534 11099 11466 83535 4169 11479 83536 17233 11482 83537 11103 11483 83538 4169 11479 83539 17232 11463 83540 11103 11483 83541 17179 17615 83542 11014 11480 83543 11105 11485 83544 17182 11329 83545 11028 11328 83546 11106 11486 83547 4170 11484 83548 17191 11364 83549 11106 11486 83550 17218 11448 83551 11088 11447 83552 11105 11485 83553 4170 11484 83554 17227 11477 83555 11106 11486 83556 17191 11364 83557 11043 11363 83558 11058 11394 83559 4171 11487 83560 17200 11488 83561 11058 11394 83562 17209 11393 83563 11073 11422 83564 11106 11486 83565 4171 11487 83566 17218 11448 83567 11010 11490 83568 4172 11489 83569 17174 11314 83570 11010 11490 83571 17175 11471 83572 11100 11470 83573 11100 11470 83574 17225 11493 83575 11107 11491 83576 11017 11315 83577 4172 11489 83578 17181 11320 83579 11027 11321 83580 17181 11320 83581 11107 11491 83582 11087 11441 83583 4173 11492 83584 17225 11493 83585 11087 11441 83586 17216 11440 83587 11108 11494 83588 11027 11321 83589 4173 11492 83590 17189 11356 83591 11042 11357 83592 17189 11356 83593 11108 11494 83594 11072 11416 83595 4174 11495 83596 17216 11440 83597 11072 11416 83598 17207 11387 83599 11057 11386 83600 11042 11357 83601 4174 11495 83602 17198 11496 83603 11109 11498 83604 17188 11354 83605 11038 11353 83606 11110 11499 83607 4175 11497 83608 17197 11384 83609 11110 11499 83610 17224 11468 83611 11098 11467 83612 11109 11498 83613 4175 11497 83614 17233 11482 83615 11110 11499 83616 17197 11384 83617 11053 11383 83618 11068 11414 83619 4176 11500 83620 17206 11501 83621 11068 11414 83622 17215 11413 83623 11083 11438 83624 11110 11499 83625 4176 11500 83626 17224 11468 83627 11037 11345 83628 17186 11344 83629 11111 11503 83630 11097 11461 83631 4177 11502 83632 17231 11504 83633 11097 11461 83634 17223 11460 83635 11112 11505 83636 11037 11345 83637 4177 11502 83638 17196 11376 83639 11052 11377 83640 17196 11376 83641 11112 11505 83642 11082 11432 83643 4178 11506 83644 17223 11460 83645 11082 11432 83646 17213 11407 83647 11067 11406 83648 11052 11377 83649 4178 11506 83650 17205 11507 83651 11113 11509 83652 17185 11341 83653 11033 11340 83654 11114 11510 83655 4179 11508 83656 17194 11374 83657 11114 11510 83658 17221 11458 83659 11093 11457 83660 11113 11509 83661 4179 11508 83662 17230 11511 83663 11114 11510 83664 17194 11374 83665 11048 11373 83666 11063 11404 83667 4180 11512 83668 17203 11513 83669 11063 11404 83670 17212 11403 83671 11078 11430 83672 11114 11510 83673 4180 11512 83674 17221 11458 83675 11032 11333 83676 17183 11332 83677 11115 11515 83678 11092 11451 83679 4181 11514 83680 17229 11516 83681 11092 11451 83682 17219 11450 83683 11116 11517 83684 11032 11333 83685 4181 11514 83686 17192 11366 83687 11047 11367 83688 17192 11366 83689 11116 11517 83690 11077 11424 83691 4182 11518 83692 17219 11450 83693 11077 11424 83694 17210 11397 83695 11062 11396 83696 11047 11367 83697 4182 11518 83698 17201 11519 83699 11127 11521 83700 17260 11530 83701 11152 11522 83702 11147 11524 83703 4183 11520 83704 17257 11523 83705 11147 11524 83706 17255 11573 83707 11142 11525 83708 11127 11521 83709 4183 11520 83710 17252 11526 83711 11128 11528 83712 17263 11538 83713 11157 11529 83714 11127 11521 83715 4184 11527 83716 17260 11530 83717 11127 11521 83718 17252 11526 83719 11137 11531 83720 11128 11528 83721 4184 11527 83722 17249 11532 83723 11163 11536 83724 4185 11533 83725 17268 11535 83726 11163 11536 83727 17267 17647 83728 11161 11537 83729 11128 11528 83730 4185 11533 83731 17263 11538 83732 11128 11528 83733 17249 11532 83734 11131 11534 83735 11148 11540 83736 17259 11551 83737 11129 11541 83738 11138 11543 83739 4186 11539 83740 17250 11542 83741 11138 11543 83742 17253 11569 83743 11143 11544 83744 11148 11540 83745 4186 11539 83746 17256 11545 83747 11153 11547 83748 17262 11557 83749 11130 11548 83750 11133 11550 83751 4187 11546 83752 17247 11549 83753 11133 11550 83754 17250 11542 83755 11129 11541 83756 11153 11547 83757 4187 11546 83758 17259 11551 83759 11158 11553 83760 17266 17938 83761 11162 11554 83762 11132 11556 83763 4188 11552 83764 17265 11555 83765 11132 11556 83766 17247 11549 83767 11130 11548 83768 11158 11553 83769 4188 11552 83770 17262 11557 83771 11133 11550 83772 4189 11558 83773 17250 11542 83774 11133 11550 83775 17247 11549 83776 11134 11560 83777 11134 11560 83778 17248 11565 83779 11135 11561 83780 11139 11559 83781 4189 11558 83782 17251 11562 83783 11141 11564 83784 17251 11562 83785 11135 11561 83786 11136 11566 83787 4190 11563 83788 17248 11565 83789 11136 11566 83790 17249 11532 83791 11137 11531 83792 11141 11564 83793 4190 11563 83794 17252 11526 83795 11138 11543 83796 4191 11567 83797 17253 11569 83798 11138 11543 83799 17250 11542 83800 11139 11559 83801 11140 11570 83802 4191 11567 83803 17251 11562 83804 11140 11570 83805 17254 18904 83806 11144 11568 83807 11146 11572 83808 17254 18904 83809 11140 11570 83810 11141 11564 83811 4192 11571 83812 17251 11562 83813 11141 11564 83814 17252 11526 83815 11142 11525 83816 11146 11572 83817 4192 11571 83818 17255 11573 83819 11149 11575 83820 17256 11545 83821 11143 11544 83822 11144 11568 83823 4193 11574 83824 17253 11569 83825 11144 11568 83826 17254 18904 83827 11145 11576 83828 11145 11576 83829 17258 11581 83830 11149 11575 83831 11151 11578 83832 17258 11581 83833 11145 11576 83834 11145 11576 83835 17254 18904 83836 11146 11572 83837 11147 11524 83838 4194 11577 83839 17255 11573 83840 11147 11524 83841 17257 11523 83842 11151 11578 83843 11148 11540 83844 4195 11579 83845 17259 11551 83846 11148 11540 83847 17256 11545 83848 11149 11575 83849 11150 11582 83850 4195 11579 83851 17258 11581 83852 11150 11582 83853 17261 11587 83854 11154 11580 83855 11156 11584 83856 17261 11587 83857 11150 11582 83858 11151 11578 83859 4196 11583 83860 17258 11581 83861 11151 11578 83862 17257 11523 83863 11152 11522 83864 11156 11584 83865 4196 11583 83866 17260 11530 83867 11153 11547 83868 4197 11585 83869 17262 11557 83870 11153 11547 83871 17259 11551 83872 11154 11580 83873 11155 11588 83874 4197 11585 83875 17261 11587 83876 11155 11588 83877 17264 17642 83878 11159 11586 83879 11160 11590 83880 17264 17642 83881 11155 11588 83882 11156 11584 83883 4198 11589 83884 17261 11587 83885 11156 11584 83886 17260 11530 83887 11157 11529 83888 11160 11590 83889 4198 11589 83890 17263 11538 83891 11166 11592 83892 17273 11604 83893 11173 11593 83894 11173 11593 83895 17279 11623 83896 11172 11594 83897 11167 11596 83898 4199 11591 83899 17275 11595 83900 11166 11592 83901 4199 11591 83902 17274 11597 83903 11169 11601 83904 4200 11598 83905 17276 11600 83906 11174 11603 83907 4200 11598 83908 17277 11602 83909 11174 11603 83910 17279 11623 83911 11173 11593 83912 11168 11599 83913 4200 11598 83914 17273 11604 83915 11182 11608 83916 4201 11605 83917 17285 11607 83918 11182 11608 83919 17288 18905 83920 11179 11609 83921 11178 11611 83922 4201 11605 83923 17287 11610 83924 11176 11606 83925 4201 11605 83926 17284 11612 83927 11177 11614 83928 4202 11613 83929 17285 11607 83930 11181 11616 83931 4202 11613 83932 17286 11615 83933 11180 11618 83934 4202 11613 83935 17289 11617 83936 11180 11618 83937 17288 18905 83938 11182 11608 83939 11183 11622 83940 4203 11619 83941 17278 11621 83942 11174 11603 83943 4203 11619 83944 17279 11623 83945 11170 11620 83946 4203 11619 83947 17277 11602 83948 11172 11594 83949 17279 11623 83950 11183 11622 83951 11171 11625 83952 4204 11624 83953 17278 11621 83954 11172 11594 83955 4204 11624 83956 17275 11595 83957 11191 11629 83958 4205 11626 83959 17244 11628 83960 11191 11629 83961 17291 18906 83962 11186 11630 83963 11192 11632 83964 4205 11626 83965 17290 11631 83966 11192 11632 83967 17243 11650 83968 11122 11627 83969 11123 11634 83970 17245 11654 83971 11190 11635 83972 11189 11637 83973 4206 11633 83974 17292 11636 83975 11189 11637 83976 17291 18906 83977 11191 11629 83978 11123 11634 83979 4206 11633 83980 17244 11628 83981 11126 11639 83982 17240 11647 83983 11187 11640 83984 11186 11630 83985 4207 11638 83986 17290 11631 83987 11186 11630 83988 17291 18906 83989 11185 11641 83990 11126 11639 83991 4207 11638 83992 17246 11642 83993 11185 11641 83994 4208 11643 83995 17246 11642 83996 11185 11641 83997 17291 18906 83998 11189 11637 83999 11188 11645 84000 4208 11643 84001 17292 11636 84002 11188 11645 84003 17239 11653 84004 11184 11644 84005 11120 11648 84006 4209 11646 84007 17240 11647 84008 11120 11648 84009 17241 18382 84010 11124 11649 84011 11192 11632 84012 4209 11646 84013 17243 11650 84014 11192 11632 84015 17290 11631 84016 11187 11640 84017 11188 11645 84018 4210 11651 84019 17239 11653 84020 11188 11645 84021 17292 11636 84022 11190 11635 84023 11125 11655 84024 4210 11651 84025 17245 11654 84026 11121 11652 84027 4210 11651 84028 17242 11656 84029 10245 9735 84030 4211 11657 84031 16726 9736 84032 11199 11659 84033 4211 11657 84034 16769 9828 84035 10242 9731 84036 4211 11657 84037 16768 11660 84038 10242 9731 84039 16727 9730 84040 11200 11658 84041 11211 11664 84042 4214 11661 84043 16890 11663 84044 11211 11664 84045 17306 18907 84046 11213 11665 84047 11212 11667 84048 4214 11661 84049 17307 11666 84050 11212 11667 84051 17305 18908 84052 11210 11662 84053 11216 17677 84054 4215 11668 84055 16892 11670 84056 11219 17686 84057 4216 11671 84058 16891 11673 84059 11222 17688 84060 4217 11674 84061 16889 11676 84062 11225 11681 84063 4218 11679 84064 17159 11680 84065 11225 11681 84066 17164 18902 84067 10992 11273 84068 10985 11257 84069 4218 11679 84070 17161 11258 84071 10993 11275 84072 17164 18902 84073 11225 11681 84074 10982 11253 84075 4219 11682 84076 17159 11680 84077 10993 11275 84078 4219 11682 84079 17160 11252 84080 11227 11684 84081 4220 11683 84082 17315 11176 84083 11227 11684 84084 17314 16909 84085 11228 11685 84086 11229 11687 84087 4220 11683 84088 17316 11686 84089 11229 11687 84090 17317 18900 84091 11230 11177 84092 11255 11691 84093 4221 11688 84094 17331 11690 84095 11255 11691 84096 17327 11700 84097 11266 11692 84098 11274 11694 84099 4221 11688 84100 17326 11693 84101 11274 11694 84102 17330 11711 84103 11283 11689 84104 11281 11696 84105 17329 18909 84106 11276 11697 84107 11278 11699 84108 4222 11695 84109 17328 11698 84110 11255 11691 84111 4222 11695 84112 17327 11700 84113 11255 11691 84114 17331 11690 84115 11281 11696 84116 11275 11704 84117 4223 11701 84118 17354 11703 84119 11266 11692 84120 4223 11701 84121 17326 11693 84122 11266 11692 84123 17327 11700 84124 11277 11705 84125 11292 11702 84126 4223 11701 84127 17353 11706 84128 11284 11710 84129 4224 11707 84130 17352 11709 84131 11274 11694 84132 4224 11707 84133 17330 11711 84134 11275 11704 84135 4224 11707 84136 17326 11693 84137 11275 11704 84138 17354 11703 84139 11291 11708 84140 11289 11713 84141 17350 11719 84142 11279 11714 84143 11276 11697 84144 4225 11712 84145 17328 11698 84146 11276 11697 84147 17329 18909 84148 11280 11715 84149 11289 11713 84150 4225 11712 84151 17351 11716 84152 11277 11705 84153 4226 11717 84154 17353 11706 84155 11277 11705 84156 17327 11700 84157 11278 11699 84158 11278 11699 84159 17328 11698 84160 11279 11714 84161 11288 11718 84162 4226 11717 84163 17350 11719 84164 11286 11721 84165 17351 11716 84166 11280 11715 84167 11280 11715 84168 17329 18909 84169 11281 11696 84170 11281 11696 84171 17331 11690 84172 11282 11722 84173 11286 11721 84174 4227 11720 84175 17349 11723 84176 11282 11722 84177 4228 11724 84178 17349 11723 84179 11283 11689 84180 4228 11724 84181 17331 11690 84182 11284 11710 84183 4228 11724 84184 17330 11711 84185 11284 11710 84186 17352 11709 84187 11285 11725 84188 11290 11729 84189 4229 11726 84190 17356 11728 84191 11290 11729 84192 17351 11716 84193 11286 11721 84194 11287 11730 84195 4229 11726 84196 17349 11723 84197 11287 11730 84198 17357 17706 84199 11298 11727 84200 11310 11734 84201 4230 11731 84202 17367 11733 84203 11310 11734 84204 17372 11769 84205 11313 11735 84206 11312 11737 84207 4230 11731 84208 17374 11736 84209 11312 11737 84210 17365 11870 84211 11302 11732 84212 11316 11741 84213 4231 11738 84214 17358 11740 84215 11316 11741 84216 17375 11772 84217 11315 11742 84218 11315 11742 84219 17376 11747 84220 11314 11743 84221 11305 11739 84222 4231 11738 84223 17369 11744 84224 11306 11746 84225 17369 11744 84226 11314 11743 84227 11318 11748 84228 4232 11745 84229 17376 11747 84230 11318 11748 84231 17377 11776 84232 11317 11749 84233 11306 11746 84234 4232 11745 84235 17359 11750 84236 11321 11754 84237 4233 11751 84238 17361 11753 84239 11321 11754 84240 17378 11778 84241 11320 11755 84242 11320 11755 84243 17379 11760 84244 11319 11756 84245 11307 11752 84246 4233 11751 84247 17370 11757 84248 11308 11759 84249 17370 11757 84250 11319 11756 84251 11323 11761 84252 4234 11758 84253 17379 11760 84254 11323 11761 84255 17380 11782 84256 11322 11762 84257 11308 11759 84258 4234 11758 84259 17362 11763 84260 11325 11876 84261 4235 11764 84262 17373 11766 84263 11324 11767 84264 17372 11769 84265 11311 11765 84266 11324 11767 84267 4236 11768 84268 17372 11769 84269 11313 11735 84270 4236 11768 84271 17374 11736 84272 11328 11903 84273 4237 11771 84274 17375 11772 84275 11315 11742 84276 4237 11771 84277 17376 11747 84278 11318 11748 84279 17376 11747 84280 11327 11773 84281 11318 11748 84282 4238 11774 84283 17377 11776 84284 11331 11889 84285 4239 11777 84286 17378 11778 84287 11320 11755 84288 4239 11777 84289 17379 11760 84290 11323 11761 84291 17379 11760 84292 11330 11779 84293 11323 11761 84294 4240 11780 84295 17380 11782 84296 11335 11784 84297 17381 11880 84298 11334 11785 84299 11333 11788 84300 4241 11783 84301 17382 11786 84302 11333 11788 84303 17382 11786 84304 11337 11789 84305 11337 11789 84306 17383 11874 84307 11336 11790 84308 11340 11792 84309 17384 11907 84310 11339 11793 84311 11339 11793 84312 17385 11796 84313 11338 11794 84314 11342 11797 84315 4244 11795 84316 17385 11796 84317 11342 11797 84318 17386 11901 84319 11341 11798 84320 11345 11800 84321 17388 11893 84322 11344 11801 84323 11344 11801 84324 17387 11804 84325 11343 11802 84326 11347 11805 84327 4246 11803 84328 17387 11804 84329 11347 11805 84330 17389 11887 84331 11346 11806 84332 11334 11785 84333 17381 11880 84334 11350 11808 84335 11349 11810 84336 4247 11807 84337 17390 11809 84338 11348 11812 84339 4247 11807 84340 17391 11811 84341 11348 11812 84342 17382 11786 84343 11334 11785 84344 11348 11812 84345 4248 11813 84346 17382 11786 84347 11348 11812 84348 17391 11811 84349 11352 11814 84350 11351 11816 84351 4248 11813 84352 17392 11815 84353 11351 11816 84354 17383 11874 84355 11337 11789 84356 11339 11793 84357 17384 11907 84358 11355 11818 84359 11354 11820 84360 4249 11817 84361 17393 11819 84362 11354 11820 84363 17394 11823 84364 11353 11821 84365 11339 11793 84366 4249 11817 84367 17385 11796 84368 11342 11797 84369 17385 11796 84370 11353 11821 84371 11357 11824 84372 4250 11822 84373 17394 11823 84374 11356 11826 84375 4250 11822 84376 17395 11825 84377 11356 11826 84378 17386 11901 84379 11342 11797 84380 11344 11801 84381 17388 11893 84382 11360 11828 84383 11359 11830 84384 4251 11827 84385 17396 11829 84386 11359 11830 84387 17397 11833 84388 11358 11831 84389 11358 11831 84390 17387 11804 84391 11344 11801 84392 11347 11805 84393 17387 11804 84394 11358 11831 84395 11362 11834 84396 4252 11832 84397 17397 11833 84398 11361 11836 84399 4252 11832 84400 17398 11835 84401 11361 11836 84402 17389 11887 84403 11347 11805 84404 11364 11879 84405 4253 11837 84406 17390 11809 84407 11349 11810 84408 4253 11837 84409 17391 11811 84410 11352 11814 84411 17391 11811 84412 11363 11838 84413 11352 11814 84414 4254 11839 84415 17392 11815 84416 11367 11906 84417 4255 11841 84418 17393 11819 84419 11366 11842 84420 17394 11823 84421 11354 11820 84422 11366 11842 84423 4256 11843 84424 17394 11823 84425 11357 11824 84426 4256 11843 84427 17395 11825 84428 11370 11892 84429 4257 11845 84430 17396 11829 84431 11369 11846 84432 17397 11833 84433 11359 11830 84434 11369 11846 84435 4258 11847 84436 17397 11833 84437 11362 11834 84438 4258 11847 84439 17398 11835 84440 11378 11850 84441 17364 17784 84442 11303 11851 84443 11303 11851 84444 17368 11860 84445 11379 11852 84446 11372 11854 84447 4265 11849 84448 17409 11853 84449 11372 11854 84450 17408 17740 84451 11378 11850 84452 11304 11856 84453 17366 17788 84454 11380 11857 84455 11373 11859 84456 4266 11855 84457 17410 11858 84458 11373 11859 84459 17409 11853 84460 11379 11852 84461 11304 11856 84462 4266 11855 84463 17368 11860 84464 11309 11862 84465 17363 11884 84466 11382 11863 84467 11377 11865 84468 4267 11861 84469 17416 11864 84470 11381 11867 84471 4267 11861 84472 17415 11866 84473 11381 11867 84474 17371 17725 84475 11309 11862 84476 11312 11737 84477 4268 11868 84478 17365 11870 84479 11312 11737 84480 17374 11736 84481 11384 11871 84482 11380 11857 84483 4268 11868 84484 17410 11858 84485 11380 11857 84486 17366 17788 84487 11301 11869 84488 11384 11871 84489 17374 11736 84490 11326 11770 84491 11351 11816 84492 4270 11873 84493 17383 11874 84494 11351 11816 84495 17392 11815 84496 11365 11840 84497 11325 11876 84498 17373 11766 84499 11385 11877 84500 11364 11879 84501 17390 11809 84502 11350 11808 84503 11335 11784 84504 4272 11878 84505 17381 11880 84506 11300 11882 84507 17362 11763 84508 11322 11762 84509 11386 11883 84510 4273 11881 84511 17380 11782 84512 11386 11883 84513 17416 11864 84514 11382 11863 84515 11300 11882 84516 4273 11881 84517 17363 11884 84518 11386 11883 84519 17380 11782 84520 11332 11781 84521 11361 11836 84522 4275 11886 84523 17389 11887 84524 11371 11848 84525 4275 11886 84526 17398 11835 84527 11331 11889 84528 17378 11778 84529 11387 11890 84530 11360 11828 84531 4277 11891 84532 17396 11829 84533 11345 11800 84534 4277 11891 84535 17388 11893 84536 11299 11895 84537 17359 11750 84538 11317 11749 84539 11388 11896 84540 4278 11894 84541 17377 11776 84542 11388 11896 84543 17413 18446 84544 11383 11897 84545 11299 11895 84546 4278 11894 84547 17360 11898 84548 11388 11896 84549 17377 11776 84550 11329 11775 84551 11356 11826 84552 4280 11900 84553 17386 11901 84554 11368 11844 84555 4280 11900 84556 17395 11825 84557 11328 11903 84558 17375 11772 84559 11389 11904 84560 11355 11818 84561 4282 11905 84562 17393 11819 84563 11340 11792 84564 4282 11905 84565 17384 11907 84566 11405 11911 84567 4283 11908 84568 17424 11910 84569 11405 11911 84570 17422 11936 84571 11400 11912 84572 11390 17752 84573 4284 11913 84574 17419 11915 84575 11398 11917 84576 17420 11932 84577 11401 11918 84578 11406 11943 84579 4285 11916 84580 17423 11919 84581 11393 11924 84582 4286 11920 84583 17417 11922 84584 11393 11924 84585 17417 11922 84586 11394 11925 84587 11395 11928 84588 4287 11923 84589 17418 11926 84590 11396 11929 84591 4288 11927 84592 17418 11926 84593 11396 11929 84594 17419 11915 84595 11397 11914 84596 11398 11917 84597 4289 11930 84598 17420 11932 84599 11399 11933 84600 17421 18910 84601 11402 11931 84602 11404 11935 84603 17421 18910 84604 11399 11933 84605 11404 11935 84606 4290 11934 84607 17422 11936 84608 11407 11938 84609 17423 11919 84610 11401 11918 84611 11402 11931 84612 4291 11937 84613 17420 11932 84614 11402 11931 84615 17421 18910 84616 11403 11939 84617 11403 11939 84618 17425 11944 84619 11407 11938 84620 11409 11941 84621 17425 11944 84622 11403 11939 84623 11403 11939 84624 17421 18910 84625 11404 11935 84626 11405 11911 84627 4292 11940 84628 17422 11936 84629 11405 11911 84630 17424 11910 84631 11409 11941 84632 11406 11943 84633 17423 11919 84634 11407 11938 84635 11408 11946 84636 4293 11942 84637 17425 11944 84638 11409 11941 84639 4294 11945 84640 17425 11944 84641 11409 11941 84642 17424 11910 84643 11410 11909 84644 11412 11950 84645 4297 11947 84646 17432 11949 84647 11412 11950 84648 17431 17766 84649 11413 11951 84650 11414 11953 84651 4297 11947 84652 17430 11952 84653 11414 11953 84654 17434 17751 84655 11415 11948 84656 11424 11955 84657 17444 11968 84658 11443 11956 84659 11438 11958 84660 4298 11954 84661 17459 11957 84662 11438 11958 84663 17442 11963 84664 11416 11959 84665 11424 11955 84666 4298 11954 84667 17435 11960 84668 11425 11962 84669 17435 11960 84670 11416 11959 84671 11439 12017 84672 4299 11961 84673 17442 11963 84674 11424 11955 84675 17435 11960 84676 11417 11965 84677 11417 11965 84678 17443 11971 84679 11440 11966 84680 11440 11966 84681 17462 12028 84682 11444 11967 84683 11424 11955 84684 4300 11964 84685 17444 11968 84686 4301 1139 84687 19556 1138 84688 11441 11970 84689 11417 11965 84690 4301 1139 84691 17443 11971 84692 11417 11965 84693 17435 11960 84694 11425 11962 84695 11418 11975 84696 4302 11972 84697 17437 11974 84698 11418 11975 84699 17436 11982 84700 11427 11976 84701 11450 11980 84702 4303 11977 84703 17449 11979 84704 11450 11980 84705 17447 12039 84706 11426 11981 84707 11418 11975 84708 4303 11977 84709 17436 11982 84710 11418 11975 84711 17437 11974 84712 11428 11978 84713 11419 11986 84714 4304 11983 84715 17438 11985 84716 11419 11986 84717 17437 11974 84718 11429 11973 84719 11453 11993 84720 4305 11990 84721 17451 11992 84722 11453 11993 84723 17449 11979 84724 11428 11978 84725 11419 11986 84726 4305 11990 84727 17437 11974 84728 11419 11986 84729 17438 11985 84730 11430 11991 84731 11433 11988 84732 17439 11999 84733 11420 11995 84734 11420 11995 84735 17438 11985 84736 11431 11984 84737 11432 11997 84738 17453 12006 84739 11456 11998 84740 11456 11998 84741 17451 11992 84742 11430 11991 84743 11420 11995 84744 4307 11996 84745 17438 11985 84746 11432 11997 84747 4307 11996 84748 17439 11999 84749 11435 12000 84750 17440 12007 84751 11421 12001 84752 11433 11988 84753 4308 11987 84754 17439 11999 84755 11434 12004 84756 17455 12014 84757 11459 12005 84758 11432 11997 84759 4309 12003 84760 17453 12006 84761 11432 11997 84762 17439 11999 84763 11421 12001 84764 11434 12004 84765 4309 12003 84766 17440 12007 84767 11437 12009 84768 17441 12015 84769 11422 12010 84770 11435 12000 84771 4310 12008 84772 17440 12007 84773 11436 12012 84774 17457 12021 84775 11462 12013 84776 11434 12004 84777 4311 12011 84778 17455 12014 84779 11434 12004 84780 17440 12007 84781 11422 12010 84782 11436 12012 84783 4311 12011 84784 17441 12015 84785 11439 12017 84786 17442 11963 84787 11423 12018 84788 11437 12009 84789 4312 12016 84790 17441 12015 84791 11438 11958 84792 17459 11957 84793 11465 12020 84794 11436 12012 84795 4313 12019 84796 17457 12021 84797 11436 12012 84798 17441 12015 84799 11423 12018 84800 11438 11958 84801 4313 12019 84802 17442 11963 84803 11442 12023 84804 4314 12022 84805 17444 11968 84806 11442 12023 84807 17445 12031 84808 11445 12024 84809 11467 12026 84810 4314 12022 84811 17460 12025 84812 11467 12026 84813 17459 11957 84814 11443 11956 84815 11468 12029 84816 4315 12027 84817 17462 12028 84818 11468 12029 84819 17463 12033 84820 11446 12030 84821 11442 12023 84822 4315 12027 84823 17445 12031 84824 11442 12023 84825 17444 11968 84826 11444 11967 84827 13505 18635 84828 4316 12032 84829 17463 12033 84830 11451 12037 84831 4317 12034 84832 17450 12036 84833 11451 12037 84834 17448 18615 84835 11449 12038 84836 11450 11980 84837 4317 12034 84838 17447 12039 84839 11450 11980 84840 17449 11979 84841 11452 12035 84842 11454 12043 84843 4318 12040 84844 17452 12042 84845 11454 12043 84846 17450 12036 84847 11452 12035 84848 11453 11993 84849 4318 12040 84850 17449 11979 84851 11453 11993 84852 17451 11992 84853 11455 12041 84854 11457 12047 84855 4319 12044 84856 17454 12046 84857 11457 12047 84858 17452 12042 84859 11455 12041 84860 11456 11998 84861 4319 12044 84862 17451 11992 84863 11458 12045 84864 4319 12044 84865 17453 12006 84866 11460 12051 84867 4320 12048 84868 17456 12050 84869 11460 12051 84870 17454 12046 84871 11458 12045 84872 11458 12045 84873 17453 12006 84874 11459 12005 84875 11461 12049 84876 4320 12048 84877 17455 12014 84878 11463 12055 84879 4321 12052 84880 17458 12054 84881 11463 12055 84882 17456 12050 84883 11461 12049 84884 11461 12049 84885 17455 12014 84886 11462 12013 84887 11464 12053 84888 4321 12052 84889 17457 12021 84890 11466 12057 84891 4322 12056 84892 17460 12025 84893 11466 12057 84894 17458 12054 84895 11464 12053 84896 11464 12053 84897 17457 12021 84898 11465 12020 84899 11467 12026 84900 4322 12056 84901 17459 11957 84902 13440 12061 84903 4323 12058 84904 18493 12060 84905 13440 12061 84906 17478 16131 84907 11485 12062 84908 11485 12062 84909 17482 12100 84910 13439 12063 84911 13439 12063 84912 18510 12099 84913 13391 12059 84914 13438 12067 84915 4324 12064 84916 18492 12066 84917 13438 12067 84918 17779 12107 84919 11498 12068 84920 11486 12070 84921 4324 12064 84922 17484 12069 84923 11486 12070 84924 17479 16111 84925 13441 12065 84926 11492 12072 84927 17481 12083 84928 11487 12073 84929 13558 12075 84930 4325 12071 84931 17480 12074 84932 13558 12075 84933 18525 15933 84934 13433 12076 84935 11492 12072 84936 4325 12071 84937 17485 12077 84938 11493 12079 84939 17491 12819 84940 11903 12080 84941 11491 12082 84942 4326 12078 84943 17719 12081 84944 11491 12082 84945 17480 12074 84946 11487 12073 84947 11493 12079 84948 4326 12078 84949 17481 12083 84950 13558 12075 84951 17480 12074 84952 11488 12085 84953 11495 12087 84954 4327 12084 84955 17483 12086 84956 11495 12087 84957 17486 15935 84958 13434 12088 84959 13434 12088 84960 18525 15933 84961 13558 12075 84962 11904 12090 84963 4328 12089 84964 17719 12081 84965 11904 12090 84966 17492 12661 84967 11496 12091 84968 11488 12085 84969 4328 12089 84970 17483 12086 84971 11488 12085 84972 17480 12074 84973 11491 12082 84974 11489 12093 84975 4329 12092 84976 17481 12083 84977 11489 12093 84978 17482 12100 84979 11494 12094 84980 11843 12096 84981 4329 12092 84982 17696 12095 84983 11843 12096 84984 17491 12819 84985 11493 12079 84986 11492 12072 84987 17485 12077 84988 13436 12098 84989 13439 12063 84990 4330 12097 84991 18510 12099 84992 11489 12093 84993 4330 12097 84994 17482 12100 84995 11492 12072 84996 4330 12097 84997 17481 12083 84998 11497 12102 84999 17484 12069 85000 11490 12103 85001 11496 12091 85002 4331 12101 85003 17483 12086 85004 11496 12091 85005 17492 12661 85006 11772 12104 85007 11497 12102 85008 4331 12101 85009 17670 12105 85010 11499 12108 85011 4332 12106 85012 17779 12107 85013 11499 12108 85014 17486 15935 85015 11495 12087 85016 11495 12087 85017 17483 12086 85018 11490 12103 85019 11490 12103 85020 17484 12069 85021 11498 12068 85022 11501 12112 85023 4333 12109 85024 17506 12111 85025 11501 12112 85026 17510 12402 85027 11543 12113 85028 11593 12115 85029 4333 12109 85030 17559 12114 85031 11593 12115 85032 17558 18911 85033 11541 12110 85034 11542 12117 85035 17558 18911 85036 11593 12115 85037 11593 12115 85038 17559 12114 85039 11544 12118 85040 11502 12120 85041 4334 12116 85042 17511 12119 85043 11502 12120 85044 17509 17800 85045 11542 12117 85046 11540 12122 85047 17508 12799 85048 11503 12123 85049 11545 12125 85050 4335 12121 85051 17512 12124 85052 11545 12125 85053 17560 12130 85054 11594 12126 85055 11540 12122 85056 4335 12121 85057 17557 12127 85058 11539 12129 85059 17557 12127 85060 11594 12126 85061 11546 12131 85062 4336 12128 85063 17560 12130 85064 11546 12131 85065 17513 12427 85066 11504 12132 85067 11539 12129 85068 4336 12128 85069 17507 12133 85070 11506 12137 85071 4337 12134 85072 17517 12136 85073 11506 12137 85074 17519 12369 85075 11551 12138 85076 11595 12140 85077 4337 12134 85078 17563 12139 85079 11595 12140 85080 17562 12143 85081 11550 12135 85082 11595 12140 85083 4338 12141 85084 17562 12143 85085 11595 12140 85086 17563 12139 85087 11552 12144 85088 11507 12146 85089 4338 12141 85090 17520 12145 85091 11507 12146 85092 17516 12932 85093 11549 12142 85094 11548 12148 85095 17515 12940 85096 11508 12149 85097 11553 12151 85098 4339 12147 85099 17521 12150 85100 11553 12151 85101 17564 12156 85102 11596 12152 85103 11548 12148 85104 4339 12147 85105 17561 12153 85106 11547 12155 85107 17561 12153 85108 11596 12152 85109 11554 12157 85110 4340 12154 85111 17564 12156 85112 11554 12157 85113 17518 12393 85114 11505 12158 85115 11547 12155 85116 4340 12154 85117 17514 12159 85118 11510 12163 85119 4341 12160 85120 17525 12162 85121 11510 12163 85122 17527 12336 85123 11559 12164 85124 11597 12166 85125 4341 12160 85126 17567 12165 85127 11597 12166 85128 17566 17790 85129 11558 12161 85130 11557 12168 85131 17566 17790 85132 11597 12166 85133 11597 12166 85134 17567 12165 85135 11560 12169 85136 11511 12171 85137 4342 12167 85138 17528 12170 85139 11557 12168 85140 4342 12167 85141 17524 12172 85142 11512 12176 85143 4343 12173 85144 17523 12175 85145 11562 12178 85146 4343 12173 85147 17529 12177 85148 11562 12178 85149 17568 12182 85150 11598 12179 85151 11598 12179 85152 17565 17782 85153 11556 12174 85154 11555 12181 85155 17565 17782 85156 11598 12179 85157 11561 12183 85158 4344 12180 85159 17568 12182 85160 11561 12183 85161 17526 12361 85162 11509 12184 85163 11555 12181 85164 4344 12180 85165 17522 12185 85166 11513 12189 85167 4345 12186 85168 17538 12188 85169 11513 12189 85170 17542 12301 85171 11575 12190 85172 11599 12192 85173 4345 12186 85174 17575 12191 85175 11599 12192 85176 17573 12195 85177 11571 12187 85178 11599 12192 85179 4346 12193 85180 17573 12195 85181 11599 12192 85182 17575 12191 85183 11576 12196 85184 11514 12198 85185 4346 12193 85186 17543 12197 85187 11514 12198 85188 17539 13160 85189 11572 12194 85190 11574 12200 85191 17540 12809 85192 11515 12201 85193 11577 12203 85194 4347 12199 85195 17544 12202 85196 11577 12203 85197 17576 12208 85198 11600 12204 85199 11574 12200 85200 4347 12199 85201 17574 12205 85202 11573 12207 85203 17574 12205 85204 11600 12204 85205 11578 12209 85206 4348 12206 85207 17576 12208 85208 11578 12209 85209 17545 12316 85210 11516 12210 85211 11573 12207 85212 4348 12206 85213 17541 12211 85214 11518 12215 85215 4349 12212 85216 17535 12214 85217 11518 12215 85218 17547 12284 85219 11579 12216 85220 11601 12218 85221 4349 12212 85222 17577 12217 85223 11601 12218 85224 17571 12382 85225 11567 12213 85226 11568 12220 85227 17571 12382 85228 11601 12218 85229 11601 12218 85230 17577 12217 85231 11580 12221 85232 11519 12223 85233 4350 12219 85234 17548 12222 85235 11568 12220 85236 4350 12219 85237 17536 12224 85238 11570 12226 85239 17537 13212 85240 11520 12227 85241 11582 12229 85242 4351 12225 85243 17549 12228 85244 11582 12229 85245 17578 12234 85246 11602 12230 85247 11570 12226 85248 4351 12225 85249 17572 12231 85250 11569 12233 85251 17572 12231 85252 11602 12230 85253 11581 12235 85254 4352 12232 85255 17578 12234 85256 11581 12235 85257 17546 12299 85258 11517 12236 85259 11517 12236 85260 17534 12399 85261 11569 12233 85262 11522 12240 85263 4353 12237 85264 17531 12239 85265 11522 12240 85266 17551 12264 85267 11583 12241 85268 11603 12243 85269 4353 12237 85270 17579 12242 85271 11603 12243 85272 17569 12246 85273 11563 12238 85274 11603 12243 85275 4354 12244 85276 17569 12246 85277 11603 12243 85278 17579 12242 85279 11584 12247 85280 11523 12249 85281 4354 12244 85282 17552 12248 85283 11523 12249 85284 17532 12644 85285 11564 12245 85286 11524 12253 85287 4355 12250 85288 17533 12252 85289 11586 12255 85290 4355 12250 85291 17553 12254 85292 11586 12255 85293 17580 12259 85294 11604 12256 85295 11604 12256 85296 17570 12358 85297 11566 12251 85298 11565 12258 85299 17570 12358 85300 11604 12256 85301 11585 12260 85302 4356 12257 85303 17580 12259 85304 11585 12260 85305 17550 12282 85306 11521 12261 85307 11565 12258 85308 4356 12257 85309 17530 12262 85310 11526 12265 85311 4357 12263 85312 17551 12264 85313 11526 12265 85314 17500 12318 85315 11588 12266 85316 11605 12268 85317 4357 12263 85318 17581 12267 85319 11605 12268 85320 17579 12242 85321 11583 12241 85322 11605 12268 85323 4358 12269 85324 17579 12242 85325 11605 12268 85326 17581 12267 85327 11587 12270 85328 11527 12272 85329 4358 12269 85330 17501 12271 85331 11527 12272 85332 17552 12248 85333 11584 12247 85334 11586 12255 85335 17553 12254 85336 11528 12274 85337 11528 12274 85338 17502 12288 85339 11590 12275 85340 11590 12275 85341 17582 12278 85342 11606 12276 85343 11586 12255 85344 4359 12273 85345 17580 12259 85346 11585 12260 85347 17580 12259 85348 11606 12276 85349 11589 12279 85350 4360 12277 85351 17582 12278 85352 11525 12281 85353 4360 12277 85354 17504 12280 85355 11585 12260 85356 4360 12277 85357 17550 12282 85358 11530 12285 85359 4361 12283 85360 17547 12284 85361 11589 12279 85362 4361 12283 85363 17504 12280 85364 11607 12286 85365 4361 12283 85366 17582 12278 85367 11607 12286 85368 17577 12217 85369 11579 12216 85370 11607 12286 85371 4362 12287 85372 17577 12217 85373 11607 12286 85374 17582 12278 85375 11590 12275 85376 11531 12289 85377 4362 12287 85378 17502 12288 85379 11531 12289 85380 17548 12222 85381 11580 12221 85382 11582 12229 85383 17549 12228 85384 11532 12291 85385 11592 12293 85386 4363 12290 85387 17503 12292 85388 11592 12293 85389 17583 12296 85390 11608 12294 85391 11582 12229 85392 4363 12290 85393 17578 12234 85394 11581 12235 85395 17578 12234 85396 11608 12294 85397 11591 12297 85398 4364 12295 85399 17583 12296 85400 11591 12297 85401 17505 12303 85402 11529 12298 85403 11581 12235 85404 4364 12295 85405 17546 12299 85406 11533 12302 85407 4365 12300 85408 17542 12301 85409 11591 12297 85410 4365 12300 85411 17505 12303 85412 11609 12304 85413 4365 12300 85414 17583 12296 85415 11609 12304 85416 17575 12191 85417 11575 12190 85418 11609 12304 85419 4366 12305 85420 17575 12191 85421 11609 12304 85422 17583 12296 85423 11592 12293 85424 11592 12293 85425 17503 12292 85426 11534 12306 85427 11534 12306 85428 17543 12197 85429 11576 12196 85430 11577 12203 85431 17544 12202 85432 11535 12308 85433 11611 12310 85434 4367 12307 85435 17497 12309 85436 11611 12310 85437 17498 12313 85438 11610 12311 85439 11577 12203 85440 4367 12307 85441 17576 12208 85442 11578 12209 85443 17576 12208 85444 11610 12311 85445 11500 12314 85446 4368 12312 85447 17498 12313 85448 11500 12314 85449 17499 12448 85450 11536 12315 85451 11578 12209 85452 4368 12312 85453 17545 12316 85454 13655 12319 85455 4369 12317 85456 17500 12318 85457 13655 12319 85458 18599 12612 85459 13626 12320 85460 13656 12322 85461 4369 12317 85462 18600 12321 85463 13656 12322 85464 17581 12267 85465 11588 12266 85466 13656 12322 85467 4370 12323 85468 17581 12267 85469 13656 12322 85470 18600 12321 85471 13658 12324 85472 13657 12326 85473 4370 12323 85474 18607 12325 85475 11587 12270 85476 4370 12323 85477 17501 12271 85478 11476 12330 85479 4371 12327 85480 17490 12329 85481 11476 12330 85482 17468 18912 85483 11477 12331 85484 11612 12333 85485 4371 12327 85486 17556 12332 85487 11612 12333 85488 17496 12434 85489 11613 12328 85490 11622 12335 85491 17567 12165 85492 11559 12164 85493 11616 12337 85494 4372 12334 85495 17527 12336 85496 11616 12337 85497 17585 12342 85498 11626 12338 85499 11622 12335 85500 4372 12334 85501 17588 12339 85502 11626 12338 85503 4373 12340 85504 17588 12339 85505 11617 12343 85506 4373 12340 85507 17585 12342 85508 11563 12238 85509 4373 12340 85510 17531 12239 85511 11563 12238 85512 17569 12246 85513 11623 12341 85514 11618 12345 85515 17528 12170 85516 11560 12169 85517 11622 12335 85518 4374 12344 85519 17567 12165 85520 11622 12335 85521 17588 12339 85522 11627 12346 85523 11618 12345 85524 4374 12344 85525 17586 12347 85526 11627 12346 85527 4375 12348 85528 17586 12347 85529 11627 12346 85530 17588 12339 85531 11623 12341 85532 11564 12245 85533 4375 12348 85534 17569 12246 85535 11564 12245 85536 17532 12644 85537 11619 12349 85538 11562 12178 85539 4376 12350 85540 17568 12182 85541 11562 12178 85542 17529 12177 85543 11620 12352 85544 11628 12354 85545 4376 12350 85546 17587 12353 85547 11628 12354 85548 17589 12362 85549 11624 12351 85550 11625 12356 85551 17589 12362 85552 11628 12354 85553 11621 12357 85554 4377 12355 85555 17587 12353 85556 11621 12357 85557 17533 12252 85558 11566 12251 85559 11625 12356 85560 4377 12355 85561 17570 12358 85562 11561 12183 85563 4378 12359 85564 17526 12361 85565 11561 12183 85566 17568 12182 85567 11624 12351 85568 11629 12363 85569 4378 12359 85570 17589 12362 85571 11614 12360 85572 4378 12359 85573 17584 12364 85574 11615 12366 85575 17584 12364 85576 11629 12363 85577 11625 12356 85578 4379 12365 85579 17589 12362 85580 11625 12356 85581 17570 12358 85582 11565 12258 85583 11615 12366 85584 4379 12365 85585 17530 12262 85586 11638 12368 85587 17563 12139 85588 11551 12138 85589 11632 12370 85590 4380 12367 85591 17519 12369 85592 11632 12370 85593 17591 12500 85594 11642 12371 85595 11638 12368 85596 4380 12367 85597 17594 12372 85598 11642 12371 85599 4381 12373 85600 17594 12372 85601 11642 12371 85602 17591 12500 85603 11633 12375 85604 11633 12375 85605 17535 12214 85606 11567 12213 85607 11567 12213 85608 17571 12382 85609 11639 12374 85610 11634 12377 85611 17520 12145 85612 11552 12144 85613 11638 12368 85614 4382 12376 85615 17563 12139 85616 11638 12368 85617 17594 12372 85618 11643 12378 85619 11634 12377 85620 4382 12376 85621 17592 12379 85622 11643 12378 85623 4383 12380 85624 17592 12379 85625 11643 12378 85626 17594 12372 85627 11639 12374 85628 11568 12220 85629 4383 12380 85630 17571 12382 85631 11568 12220 85632 17536 12224 85633 11635 12381 85634 11553 12151 85635 4384 12383 85636 17564 12156 85637 11553 12151 85638 17521 12150 85639 11636 12385 85640 11644 12387 85641 4384 12383 85642 17593 12386 85643 11644 12387 85644 17595 12394 85645 11640 12384 85646 11641 12389 85647 17595 12394 85648 11644 12387 85649 11637 12390 85650 4385 12388 85651 17593 12386 85652 11637 12390 85653 17537 13212 85654 11570 12226 85655 11641 12389 85656 4385 12388 85657 17572 12231 85658 11554 12157 85659 4386 12391 85660 17518 12393 85661 11554 12157 85662 17564 12156 85663 11640 12384 85664 11645 12395 85665 4386 12391 85666 17595 12394 85667 11630 12392 85668 4386 12391 85669 17590 12396 85670 11631 12398 85671 17590 12396 85672 11645 12395 85673 11641 12389 85674 4387 12397 85675 17595 12394 85676 11641 12389 85677 17572 12231 85678 11569 12233 85679 11631 12398 85680 4387 12397 85681 17534 12399 85682 11654 12401 85683 17559 12114 85684 11543 12113 85685 11646 12403 85686 4388 12400 85687 17510 12402 85688 11646 12403 85689 17596 12408 85690 11658 12404 85691 11654 12401 85692 4388 12400 85693 17600 12405 85694 11655 12407 85695 17600 12405 85696 11658 12404 85697 11647 12409 85698 4389 12406 85699 17596 12408 85700 11647 12409 85701 17538 12188 85702 11571 12187 85703 11655 12407 85704 4389 12406 85705 17573 12195 85706 11648 12411 85707 17511 12119 85708 11544 12118 85709 11654 12401 85710 4390 12410 85711 17559 12114 85712 11654 12401 85713 17600 12405 85714 11659 12412 85715 11648 12411 85716 4390 12410 85717 17597 12413 85718 11659 12412 85719 4391 12414 85720 17597 12413 85721 11659 12412 85722 17600 12405 85723 11655 12407 85724 11572 12194 85725 4391 12414 85726 17573 12195 85727 11572 12194 85728 17539 13160 85729 11649 12415 85730 11545 12125 85731 4392 12416 85732 17560 12130 85733 11545 12125 85734 17512 12124 85735 11650 12418 85736 11660 12420 85737 4392 12416 85738 17598 12419 85739 11660 12420 85740 17601 12423 85741 11656 12417 85742 11660 12420 85743 4393 12421 85744 17601 12423 85745 11651 12424 85746 4393 12421 85747 17598 12419 85748 11651 12424 85749 17540 12809 85750 11574 12200 85751 11574 12200 85752 17574 12205 85753 11657 12422 85754 11546 12131 85755 4394 12425 85756 17513 12427 85757 11546 12131 85758 17560 12130 85759 11656 12417 85760 11661 12428 85761 4394 12425 85762 17601 12423 85763 11661 12428 85764 17599 12431 85765 11652 12426 85766 11661 12428 85767 4395 12429 85768 17599 12431 85769 11661 12428 85770 17601 12423 85771 11657 12422 85772 11573 12207 85773 4395 12429 85774 17574 12205 85775 11573 12207 85776 17541 12211 85777 11653 12430 85778 11612 12333 85779 4396 12432 85780 17496 12434 85781 11612 12333 85782 17556 12332 85783 11670 12435 85784 11675 12437 85785 4396 12432 85786 17606 12436 85787 11675 12437 85788 17602 12440 85789 11662 12433 85790 11675 12437 85791 4397 12438 85792 17602 12440 85793 11675 12437 85794 17606 12436 85795 11669 12441 85796 11611 12310 85797 4397 12438 85798 17498 12313 85799 11611 12310 85800 17497 12309 85801 11663 12439 85802 11477 12331 85803 4398 12442 85804 17556 12332 85805 11477 12331 85806 17468 18912 85807 11475 12443 85808 11676 12445 85809 4398 12442 85810 17603 12444 85811 11676 12445 85812 17606 12436 85813 11670 12435 85814 11676 12445 85815 4399 12446 85816 17606 12436 85817 11676 12445 85818 17603 12444 85819 11664 12447 85820 11500 12314 85821 4399 12446 85822 17499 12448 85823 11500 12314 85824 17498 12313 85825 11669 12441 85826 11510 12163 85827 17525 12162 85828 11680 12450 85829 11679 12452 85830 4400 12449 85831 17611 12451 85832 11679 12452 85833 17610 12709 85834 11678 12453 85835 11510 12163 85836 4400 12449 85837 17527 12336 85838 11677 12455 85839 4401 12454 85840 17526 12361 85841 11677 12455 85842 17609 12706 85843 11682 12456 85844 11681 12458 85845 4401 12454 85846 17612 12457 85847 11681 12458 85848 17522 12185 85849 11509 12184 85850 11506 12137 85851 17517 12136 85852 11686 12460 85853 11685 12462 85854 4402 12459 85855 17615 12461 85856 11685 12462 85857 17614 12999 85858 11684 12463 85859 11506 12137 85860 4402 12459 85861 17519 12369 85862 11683 12465 85863 4403 12464 85864 17518 12393 85865 11683 12465 85866 17613 12996 85867 11688 12466 85868 11687 12468 85869 4403 12464 85870 17616 12467 85871 11687 12468 85872 17514 12159 85873 11505 12158 85874 11504 12132 85875 17513 12427 85876 11689 12470 85877 11689 12470 85878 17618 12863 85879 11692 12471 85880 11691 12473 85881 4404 12469 85882 17619 12472 85883 11691 12473 85884 17507 12133 85885 11504 12132 85886 11501 12112 85887 17506 12111 85888 11694 12475 85889 11693 12477 85890 4405 12474 85891 17620 12476 85892 11693 12477 85893 17617 12866 85894 11690 12478 85895 11501 12112 85896 4405 12474 85897 17510 12402 85898 11653 12430 85899 17541 12211 85900 11697 12480 85901 11696 12482 85902 4406 12479 85903 17622 12481 85904 11696 12482 85905 17621 12485 85906 11695 12483 85907 11653 12430 85908 4406 12479 85909 17599 12431 85910 11695 12483 85911 4407 12484 85912 17599 12431 85913 11699 12486 85914 4407 12484 85915 17621 12485 85916 11698 12488 85917 4407 12484 85918 17623 12487 85919 11698 12488 85920 17513 12427 85921 11652 12426 85922 11702 12490 85923 4408 12489 85924 17596 12408 85925 11702 12490 85926 17624 12498 85927 11701 12491 85928 11700 12493 85929 4408 12489 85930 17625 12492 85931 11700 12493 85932 17538 12188 85933 11647 12409 85934 11646 12403 85935 17510 12402 85936 11704 12495 85937 11703 12497 85938 4409 12494 85939 17626 12496 85940 11702 12490 85941 4409 12494 85942 17624 12498 85943 11646 12403 85944 4409 12494 85945 17596 12408 85946 11707 12501 85947 4410 12499 85948 17591 12500 85949 11707 12501 85950 17627 13021 85951 11706 12502 85952 11705 12504 85953 4410 12499 85954 17628 12503 85955 11633 12375 85956 4410 12499 85957 17535 12214 85958 11632 12370 85959 17519 12369 85960 11709 12506 85961 11708 12508 85962 4411 12505 85963 17629 12507 85964 11708 12508 85965 17627 13021 85966 11707 12501 85967 11707 12501 85968 17591 12500 85969 11632 12370 85970 11712 12510 85971 4412 12509 85972 17534 12399 85973 11711 12512 85974 4412 12509 85975 17631 12511 85976 11711 12512 85977 17630 13023 85978 11710 12513 85979 11631 12398 85980 4412 12509 85981 17590 12396 85982 11710 12513 85983 4413 12514 85984 17590 12396 85985 11710 12513 85986 17630 13023 85987 11714 12515 85988 11713 12517 85989 4413 12514 85990 17632 12516 85991 11713 12517 85992 17518 12393 85993 11630 12392 85994 11717 12519 85995 4414 12518 85996 17585 12342 85997 11717 12519 85998 17633 18913 85999 11716 12520 86000 11715 12522 86001 4414 12518 86002 17634 12521 86003 11617 12343 86004 4414 12518 86005 17531 12239 86006 11616 12337 86007 17527 12336 86008 11719 12524 86009 11718 12526 86010 4415 12523 86011 17635 12525 86012 11718 12526 86013 17633 18913 86014 11717 12519 86015 11616 12337 86016 4415 12523 86017 17585 12342 86018 11615 12366 86019 17530 12262 86020 11722 12528 86021 11721 12530 86022 4416 12527 86023 17637 12529 86024 11721 12530 86025 17636 12533 86026 11720 12531 86027 11615 12366 86028 4416 12527 86029 17584 12364 86030 11720 12531 86031 4417 12532 86032 17584 12364 86033 11724 12534 86034 4417 12532 86035 17636 12533 86036 11723 12536 86037 4417 12532 86038 17638 12535 86039 11723 12536 86040 17526 12361 86041 11614 12360 86042 11526 12265 86043 17551 12264 86044 11727 12538 86045 11727 12538 86046 17640 12551 86047 11726 12539 86048 11725 12541 86049 4418 12537 86050 17639 12540 86051 11725 12541 86052 17500 12318 86053 11526 12265 86054 11730 12543 86055 4419 12542 86056 17504 12280 86057 11729 12545 86058 4419 12542 86059 17641 12544 86060 11729 12545 86061 17642 12757 86062 11728 12546 86063 11728 12546 86064 17550 12282 86065 11525 12281 86066 11732 12548 86067 4420 12547 86068 17531 12239 86069 11731 12550 86070 4420 12547 86071 17643 12549 86072 11727 12538 86073 4420 12547 86074 17640 12551 86075 11522 12240 86076 4420 12547 86077 17551 12264 86078 11728 12546 86079 4421 12552 86080 17550 12282 86081 11728 12546 86082 17642 12757 86083 11734 12553 86084 11734 12553 86085 17644 12756 86086 11733 12554 86087 11521 12261 86088 4421 12552 86089 17530 12262 86090 11530 12285 86091 17547 12284 86092 11737 12556 86093 11737 12556 86094 17646 12569 86095 11736 12557 86096 11735 12559 86097 4422 12555 86098 17645 12558 86099 11735 12559 86100 17504 12280 86101 11530 12285 86102 11529 12298 86103 17505 12303 86104 11740 12561 86105 11739 12563 86106 4423 12560 86107 17647 12562 86108 11739 12563 86109 17648 12571 86110 11738 12564 86111 11738 12564 86112 17546 12299 86113 11529 12298 86114 11742 12566 86115 4424 12565 86116 17535 12214 86117 11741 12568 86118 4424 12565 86119 17649 12567 86120 11737 12556 86121 4424 12565 86122 17646 12569 86123 11518 12215 86124 4424 12565 86125 17547 12284 86126 11738 12564 86127 4425 12570 86128 17546 12299 86129 11744 12572 86130 4425 12570 86131 17648 12571 86132 11743 12574 86133 4425 12570 86134 17650 12573 86135 11517 12236 86136 4425 12570 86137 17534 12399 86138 11536 12315 86139 17499 12448 86140 11747 12576 86141 11746 12578 86142 4426 12575 86143 17651 12577 86144 11746 12578 86145 17652 12586 86146 11745 12579 86147 11745 12579 86148 17545 12316 86149 11536 12315 86150 11533 12302 86151 17542 12301 86152 11750 12581 86153 11750 12581 86154 17654 12594 86155 11749 12582 86156 11748 12584 86157 4427 12580 86158 17653 12583 86159 11748 12584 86160 17505 12303 86161 11533 12302 86162 11745 12579 86163 4428 12585 86164 17545 12316 86165 11752 12587 86166 4428 12585 86167 17652 12586 86168 11751 12589 86169 4428 12585 86170 17655 12588 86171 11751 12589 86172 17541 12211 86173 11516 12210 86174 11513 12189 86175 17538 12188 86176 11754 12591 86177 11753 12593 86178 4429 12590 86179 17656 12592 86180 11750 12581 86181 4429 12590 86182 17654 12594 86183 11513 12189 86184 4429 12590 86185 17542 12301 86186 11757 12598 86187 4430 12595 86188 17605 12597 86189 11757 12598 86190 17658 12607 86191 11756 12599 86192 11755 12601 86193 4430 12595 86194 17657 12600 86195 11668 12596 86196 4430 12595 86197 17504 12280 86198 11667 12603 86199 17494 12777 86200 11759 12604 86201 11758 12606 86202 4431 12602 86203 17659 12605 86204 11757 12598 86205 4431 12602 86206 17658 12607 86207 11757 12598 86208 17605 12597 86209 11667 12603 86210 11760 12609 86211 4432 12608 86212 17500 12318 86213 13670 12611 86214 4432 12608 86215 17661 12610 86216 13655 12319 86217 4432 12608 86218 18599 12612 86219 11765 12614 86220 4433 12613 86221 17504 12280 86222 11764 12616 86223 4433 12613 86224 17663 12615 86225 11764 12616 86226 17664 12619 86227 11763 12617 86228 11668 12596 86229 4433 12613 86230 17605 12597 86231 11667 12603 86232 17605 12597 86233 11763 12617 86234 11767 12620 86235 4434 12618 86236 17664 12619 86237 11766 12622 86238 4434 12618 86239 17665 12621 86240 11766 12622 86241 17494 12777 86242 11667 12603 86243 11770 12624 86244 4435 12623 86245 17603 12444 86246 11770 12624 86247 17667 12632 86248 11769 12625 86249 11768 12627 86250 4435 12623 86251 17666 12626 86252 11768 12627 86253 17499 12448 86254 11664 12447 86255 11475 12443 86256 17468 18912 86257 11474 12629 86258 11771 12631 86259 4436 12628 86260 17668 12630 86261 11770 12624 86262 4436 12628 86263 17667 12632 86264 11770 12624 86265 17603 12444 86266 11475 12443 86267 11779 12634 86268 17524 12172 86269 11511 12171 86270 11511 12171 86271 17528 12170 86272 11784 12635 86273 11784 12635 86274 17677 12640 86275 11820 12636 86276 11779 12634 86277 4437 12633 86278 17674 12637 86279 11778 12639 86280 17674 12637 86281 11820 12636 86282 11785 12641 86283 4438 12638 86284 17677 12640 86285 11785 12641 86286 17529 12177 86287 11512 12176 86288 11512 12176 86289 17523 12175 86290 11778 12639 86291 11523 12249 86292 4439 12642 86293 17532 12644 86294 11523 12249 86295 17552 12248 86296 11790 12645 86297 11821 12647 86298 4439 12642 86299 17680 12646 86300 11821 12647 86301 17679 12650 86302 11788 12643 86303 11821 12647 86304 4440 12648 86305 17679 12650 86306 11821 12647 86307 17680 12646 86308 11791 12651 86309 11791 12651 86310 17553 12254 86311 11524 12253 86312 11524 12253 86313 17533 12252 86314 11789 12649 86315 11527 12272 86316 4441 12652 86317 17552 12248 86318 11774 12653 86319 4441 12652 86320 17501 12271 86321 11774 12653 86322 17672 12686 86323 11822 12654 86324 11822 12654 86325 17680 12646 86326 11790 12645 86327 11791 12651 86328 17680 12646 86329 11822 12654 86330 11822 12654 86331 17672 12686 86332 11775 12656 86333 11528 12274 86334 4442 12655 86335 17502 12288 86336 11791 12651 86337 4442 12655 86338 17553 12254 86339 11823 12660 86340 4443 12657 86341 17682 12659 86342 11823 12660 86343 17670 12105 86344 11772 12104 86345 11538 12662 86346 4443 12657 86347 17492 12661 86348 11538 12662 86349 17555 12681 86350 11795 12658 86351 11792 12664 86352 17565 17782 86353 11555 12181 86354 11555 12181 86355 17522 12185 86356 11780 12665 86357 11780 12665 86358 17675 12670 86359 11824 12666 86360 11792 12664 86361 4444 12663 86362 17681 12667 86363 11824 12666 86364 4445 12668 86365 17681 12667 86366 11781 12671 86367 4445 12668 86368 17675 12670 86369 11781 12671 86370 17525 12162 86371 11558 12161 86372 11558 12161 86373 17566 17790 86374 11793 12669 86375 11665 12675 86376 4446 12672 86377 17604 12674 86378 11665 12675 86379 17495 13103 86380 11794 12676 86381 11825 12677 86382 4446 12672 86383 17682 12659 86384 11825 12677 86385 17684 12680 86386 11796 12673 86387 11825 12677 86388 4447 12678 86389 17684 12680 86390 11825 12677 86391 17682 12659 86392 11795 12658 86393 11674 12682 86394 4447 12678 86395 17555 12681 86396 11674 12682 86397 17608 12688 86398 11797 12679 86399 11774 12653 86400 17501 12271 86401 11666 12684 86402 11796 12673 86403 4448 12683 86404 17604 12674 86405 11796 12673 86406 17684 12680 86407 11826 12685 86408 11774 12653 86409 4448 12683 86410 17672 12686 86411 11826 12685 86412 4449 12687 86413 17672 12686 86414 11826 12685 86415 17684 12680 86416 11797 12679 86417 11673 12689 86418 4449 12687 86419 17608 12688 86420 11673 12689 86421 17502 12288 86422 11775 12656 86423 11678 12453 86424 4450 12690 86425 17527 12336 86426 11678 12453 86427 17610 12709 86428 11799 12692 86429 11827 12694 86430 4450 12690 86431 17685 12693 86432 11827 12694 86433 17676 12697 86434 11783 12691 86435 11827 12694 86436 4451 12695 86437 17676 12697 86438 11798 12698 86439 4451 12695 86440 17685 12693 86441 11798 12698 86442 17609 12706 86443 11677 12455 86444 11677 12455 86445 17526 12361 86446 11782 12696 86447 11681 12458 86448 4452 12699 86449 17522 12185 86450 11681 12458 86451 17612 12457 86452 11801 12700 86453 11828 12702 86454 4452 12699 86455 17686 12701 86456 11828 12702 86457 17675 12670 86458 11780 12665 86459 11781 12671 86460 17675 12670 86461 11828 12702 86462 11800 12704 86463 4453 12703 86464 17686 12701 86465 11800 12704 86466 17611 12451 86467 11680 12450 86468 11781 12671 86469 4453 12703 86470 17525 12162 86471 11801 12700 86472 17612 12457 86473 11682 12456 86474 11798 12698 86475 4454 12705 86476 17609 12706 86477 11798 12698 86478 17685 12693 86479 11829 12707 86480 11801 12700 86481 4454 12705 86482 17686 12701 86483 11829 12707 86484 4455 12708 86485 17686 12701 86486 11829 12707 86487 17685 12693 86488 11799 12692 86489 11679 12452 86490 4455 12708 86491 17610 12709 86492 11679 12452 86493 17611 12451 86494 11800 12704 86495 11715 12522 86496 4456 12710 86497 17531 12239 86498 11715 12522 86499 17634 12521 86500 11802 12712 86501 11802 12712 86502 17687 12717 86503 11830 12713 86504 11787 12711 86505 4456 12710 86506 17678 12714 86507 11786 12716 86508 17678 12714 86509 11830 12713 86510 11803 12718 86511 4457 12715 86512 17687 12717 86513 11803 12718 86514 17637 12529 86515 11722 12528 86516 11786 12716 86517 4457 12715 86518 17530 12262 86519 11723 12536 86520 4458 12719 86521 17526 12361 86522 11723 12536 86523 17638 12535 86524 11805 12720 86525 11831 12722 86526 4458 12719 86527 17688 12721 86528 11831 12722 86529 17676 12697 86530 11782 12696 86531 11831 12722 86532 4459 12723 86533 17676 12697 86534 11831 12722 86535 17688 12721 86536 11804 12724 86537 11804 12724 86538 17635 12525 86539 11719 12524 86540 11719 12524 86541 17527 12336 86542 11783 12691 86543 11724 12534 86544 4460 12725 86545 17638 12535 86546 11724 12534 86547 17636 12533 86548 11807 12726 86549 11832 12728 86550 4460 12725 86551 17689 12727 86552 11832 12728 86553 17688 12721 86554 11805 12720 86555 11832 12728 86556 4461 12729 86557 17688 12721 86558 11832 12728 86559 17689 12727 86560 11806 12730 86561 11806 12730 86562 17633 18913 86563 11718 12526 86564 11804 12724 86565 4461 12729 86566 17635 12525 86567 11721 12530 86568 4462 12731 86569 17636 12533 86570 11803 12718 86571 4462 12731 86572 17637 12529 86573 11803 12718 86574 17687 12717 86575 11833 12732 86576 11833 12732 86577 17689 12727 86578 11807 12726 86579 11833 12732 86580 4463 12733 86581 17689 12727 86582 11833 12732 86583 17687 12717 86584 11802 12712 86585 11716 12520 86586 4463 12733 86587 17634 12521 86588 11716 12520 86589 17633 18913 86590 11806 12730 86591 11733 12554 86592 4464 12734 86593 17530 12262 86594 11733 12554 86595 17644 12756 86596 11809 12735 86597 11809 12735 86598 17690 12738 86599 11834 12736 86600 11786 12716 86601 4464 12734 86602 17678 12714 86603 11787 12711 86604 17678 12714 86605 11834 12736 86606 11808 12739 86607 4465 12737 86608 17690 12738 86609 11808 12739 86610 17643 12549 86611 11732 12548 86612 11787 12711 86613 4465 12737 86614 17531 12239 86615 11725 12541 86616 4466 12740 86617 17500 12318 86618 11725 12541 86619 17639 12540 86620 11810 12742 86621 11810 12742 86622 17691 12747 86623 11835 12743 86624 11776 12741 86625 4466 12740 86626 17673 12744 86627 11777 12746 86628 17673 12744 86629 11835 12743 86630 11811 12748 86631 4467 12745 86632 17691 12747 86633 11811 12748 86634 17641 12544 86635 11730 12543 86636 11777 12746 86637 4467 12745 86638 17504 12280 86639 11813 12750 86640 17642 12757 86641 11729 12545 86642 11811 12748 86643 4468 12749 86644 17641 12544 86645 11811 12748 86646 17691 12747 86647 11836 12751 86648 11813 12750 86649 4468 12749 86650 17692 12752 86651 11812 12754 86652 17692 12752 86653 11836 12751 86654 11810 12742 86655 4469 12753 86656 17691 12747 86657 11726 12539 86658 4469 12753 86659 17639 12540 86660 11812 12754 86661 4469 12753 86662 17640 12551 86663 11734 12553 86664 4470 12755 86665 17644 12756 86666 11813 12750 86667 4470 12755 86668 17642 12757 86669 11813 12750 86670 17692 12752 86671 11837 12758 86672 11809 12735 86673 4470 12755 86674 17690 12738 86675 11808 12739 86676 17690 12738 86677 11837 12758 86678 11812 12754 86679 4471 12759 86680 17692 12752 86681 11812 12754 86682 17640 12551 86683 11731 12550 86684 11808 12739 86685 4471 12759 86686 17643 12549 86687 11777 12746 86688 17504 12280 86689 11755 12601 86690 11755 12601 86691 17657 12600 86692 11814 12761 86693 11814 12761 86694 17693 12764 86695 11838 12762 86696 11777 12746 86697 4472 12760 86698 17673 12744 86699 11776 12741 86700 17673 12744 86701 11838 12762 86702 11815 12765 86703 4473 12763 86704 17693 12764 86705 11815 12765 86706 17661 12610 86707 11760 12609 86708 11760 12609 86709 17500 12318 86710 11776 12741 86711 11471 12767 86712 17469 13076 86713 11472 12768 86714 11817 12770 86715 4474 12766 86716 17660 12769 86717 11817 12770 86718 17694 12775 86719 11839 12771 86720 11471 12767 86721 4474 12766 86722 17671 12772 86723 11773 12774 86724 17671 12772 86725 11839 12771 86726 11816 12776 86727 4475 12773 86728 17694 12775 86729 11816 12776 86730 17659 12605 86731 11759 12604 86732 11773 12774 86733 4475 12773 86734 17494 12777 86735 11814 12761 86736 17657 12600 86737 11756 12599 86738 11818 12779 86739 4476 12778 86740 17658 12607 86741 11818 12779 86742 17695 12782 86743 11840 12780 86744 11814 12761 86745 4476 12778 86746 17693 12764 86747 11815 12765 86748 17693 12764 86749 11840 12780 86750 11819 12783 86751 4477 12781 86752 17695 12782 86753 11819 12783 86754 17662 12789 86755 11761 12784 86756 11815 12765 86757 4477 12781 86758 17661 12610 86759 11818 12779 86760 17658 12607 86761 11758 12606 86762 11816 12776 86763 4478 12785 86764 17659 12605 86765 11841 12786 86766 4478 12785 86767 17694 12775 86768 11818 12779 86769 4478 12785 86770 17695 12782 86771 11819 12783 86772 17695 12782 86773 11841 12786 86774 11817 12770 86775 4479 12787 86776 17694 12775 86777 11762 12788 86778 4479 12787 86779 17660 12769 86780 11819 12783 86781 4479 12787 86782 17662 12789 86783 11852 12791 86784 17509 17800 86785 11502 12120 86786 11502 12120 86787 17511 12119 86788 11853 12792 86789 11853 12792 86790 17702 12797 86791 11885 12793 86792 11852 12791 86793 4480 12790 86794 17701 12794 86795 11851 12796 86796 17701 12794 86797 11885 12793 86798 11854 12798 86799 4481 12795 86800 17702 12797 86801 11854 12798 86802 17512 12124 86803 11503 12123 86804 11851 12796 86805 4481 12795 86806 17508 12799 86807 11857 12801 86808 17539 13160 86809 11514 12198 86810 11514 12198 86811 17543 12197 86812 11861 12802 86813 11861 12802 86814 17706 12807 86815 11886 12803 86816 11857 12801 86817 4482 12800 86818 17704 12804 86819 11858 12806 86820 17704 12804 86821 11886 12803 86822 11862 12808 86823 4483 12805 86824 17706 12807 86825 11862 12808 86826 17544 12202 86827 11515 12201 86828 11858 12806 86829 4483 12805 86830 17540 12809 86831 11534 12306 86832 4484 12810 86833 17543 12197 86834 11846 12811 86835 4484 12810 86836 17503 12292 86837 11846 12811 86838 17698 12814 86839 11887 12812 86840 11861 12802 86841 4484 12810 86842 17706 12807 86843 11862 12808 86844 17706 12807 86845 11887 12812 86846 11845 12815 86847 4485 12813 86848 17698 12814 86849 11845 12815 86850 17497 12309 86851 11535 12308 86852 11862 12808 86853 4485 12813 86854 17544 12202 86855 11866 12817 86856 17554 12836 86857 11537 12818 86858 11843 12096 86859 4486 12816 86860 17491 12819 86861 11843 12096 86862 17696 12095 86863 11888 12820 86864 11866 12817 86865 4486 12816 86866 17708 12821 86867 11865 12823 86868 17708 12821 86869 11888 12820 86870 11842 12824 86871 4487 12822 86872 17696 12095 86873 11842 12824 86874 17490 12329 86875 11613 12328 86876 11865 12823 86877 4487 12822 86878 17496 12434 86879 11863 12826 86880 17557 12127 86881 11539 12129 86882 11539 12129 86883 17507 12133 86884 11850 12827 86885 11850 12827 86886 17700 12860 86887 11889 12828 86888 11863 12826 86889 4488 12825 86890 17707 12829 86891 11889 12828 86892 4489 12830 86893 17707 12829 86894 11889 12828 86895 17700 12860 86896 11849 12832 86897 11849 12832 86898 17506 12111 86899 11541 12110 86900 11541 12110 86901 17558 18911 86902 11864 12831 86903 11868 12834 86904 17607 12843 86905 11672 12835 86906 11866 12817 86907 4490 12833 86908 17554 12836 86909 11866 12817 86910 17708 12821 86911 11890 12837 86912 11868 12834 86913 4490 12833 86914 17710 12838 86915 11867 12840 86916 17710 12838 86917 11890 12837 86918 11865 12823 86919 4491 12839 86920 17708 12821 86921 11865 12823 86922 17496 12434 86923 11662 12433 86924 11867 12840 86925 4491 12839 86926 17602 12440 86927 11846 12811 86928 17503 12292 86929 11671 12842 86930 11868 12834 86931 4492 12841 86932 17607 12843 86933 11868 12834 86934 17710 12838 86935 11891 12844 86936 11891 12844 86937 17698 12814 86938 11846 12811 86939 11891 12844 86940 4493 12845 86941 17698 12814 86942 11891 12844 86943 17710 12838 86944 11867 12840 86945 11867 12840 86946 17602 12440 86947 11663 12439 86948 11663 12439 86949 17497 12309 86950 11845 12815 86951 11690 12478 86952 4494 12846 86953 17510 12402 86954 11690 12478 86955 17617 12866 86956 11869 12848 86957 11892 12850 86958 4494 12846 86959 17711 12849 86960 11855 12847 86961 4494 12846 86962 17703 12851 86963 11856 12853 86964 17703 12851 86965 11892 12850 86966 11892 12850 86967 17711 12849 86968 11870 12854 86969 11870 12854 86970 17618 12863 86971 11689 12470 86972 11856 12853 86973 4495 12852 86974 17513 12427 86975 11691 12473 86976 4496 12855 86977 17507 12133 86978 11691 12473 86979 17619 12472 86980 11871 12856 86981 11893 12858 86982 4496 12855 86983 17712 12857 86984 11893 12858 86985 17700 12860 86986 11850 12827 86987 11893 12858 86988 4497 12859 86989 17700 12860 86990 11893 12858 86991 17712 12857 86992 11872 12861 86993 11872 12861 86994 17620 12476 86995 11694 12475 86996 11849 12832 86997 4497 12859 86998 17506 12111 86999 11692 12471 87000 4498 12862 87001 17619 12472 87002 11870 12854 87003 4498 12862 87004 17618 12863 87005 11894 12864 87006 4498 12862 87007 17711 12849 87008 11894 12864 87009 17712 12857 87010 11871 12856 87011 11894 12864 87012 4499 12865 87013 17712 12857 87014 11894 12864 87015 17711 12849 87016 11869 12848 87017 11693 12477 87018 4499 12865 87019 17617 12866 87020 11693 12477 87021 17620 12476 87022 11872 12861 87023 11700 12493 87024 4500 12867 87025 17538 12188 87026 11700 12493 87027 17625 12492 87028 11874 12869 87029 11874 12869 87030 17713 12874 87031 11895 12870 87032 11859 12868 87033 4500 12867 87034 17705 12871 87035 11860 12873 87036 17705 12871 87037 11895 12870 87038 11873 12875 87039 4501 12872 87040 17713 12874 87041 11873 12875 87042 17622 12481 87043 11697 12480 87044 11860 12873 87045 4501 12872 87046 17541 12211 87047 11698 12488 87048 4502 12876 87049 17513 12427 87050 11698 12488 87051 17623 12487 87052 11875 12877 87053 11896 12879 87054 4502 12876 87055 17714 12878 87056 11856 12853 87057 4502 12876 87058 17703 12851 87059 11855 12847 87060 17703 12851 87061 11896 12879 87062 11876 12881 87063 4503 12880 87064 17714 12878 87065 11876 12881 87066 17626 12496 87067 11704 12495 87068 11855 12847 87069 4503 12880 87070 17510 12402 87071 11699 12486 87072 4504 12882 87073 17623 12487 87074 11699 12486 87075 17621 12485 87076 11877 12883 87077 11897 12885 87078 4504 12882 87079 17715 12884 87080 11897 12885 87081 17714 12878 87082 11875 12877 87083 11876 12881 87084 17714 12878 87085 11897 12885 87086 11878 12887 87087 4505 12886 87088 17715 12884 87089 11878 12887 87090 17624 12498 87091 11703 12497 87092 11876 12881 87093 4505 12886 87094 17626 12496 87095 11877 12883 87096 17621 12485 87097 11696 12482 87098 11873 12875 87099 4506 12888 87100 17622 12481 87101 11873 12875 87102 17713 12874 87103 11898 12889 87104 11877 12883 87105 4506 12888 87106 17715 12884 87107 11878 12887 87108 17715 12884 87109 11898 12889 87110 11874 12869 87111 4507 12890 87112 17713 12874 87113 11701 12491 87114 4507 12890 87115 17625 12492 87116 11878 12887 87117 4507 12890 87118 17624 12498 87119 11860 12873 87120 17541 12211 87121 11751 12589 87122 11751 12589 87123 17655 12588 87124 11879 12892 87125 11879 12892 87126 17716 12895 87127 11899 12893 87128 11860 12873 87129 4508 12891 87130 17705 12871 87131 11859 12868 87132 17705 12871 87133 11899 12893 87134 11880 12896 87135 4509 12894 87136 17716 12895 87137 11880 12896 87138 17656 12592 87139 11754 12591 87140 11859 12868 87141 4509 12894 87142 17538 12188 87143 11748 12584 87144 4510 12897 87145 17505 12303 87146 11748 12584 87147 17653 12583 87148 11882 12899 87149 11900 12901 87150 4510 12897 87151 17717 12900 87152 11848 12898 87153 4510 12897 87154 17699 12902 87155 11847 12904 87156 17699 12902 87157 11900 12901 87158 11900 12901 87159 17717 12900 87160 11881 12905 87161 11881 12905 87162 17651 12577 87163 11747 12576 87164 11847 12904 87165 4511 12903 87166 17499 12448 87167 11883 12907 87168 17652 12586 87169 11746 12578 87170 11881 12905 87171 4512 12906 87172 17651 12577 87173 11881 12905 87174 17717 12900 87175 11901 12908 87176 11883 12907 87177 4512 12906 87178 17718 12909 87179 11901 12908 87180 4513 12910 87181 17718 12909 87182 11901 12908 87183 17717 12900 87184 11882 12899 87185 11749 12582 87186 4513 12910 87187 17653 12583 87188 11749 12582 87189 17654 12594 87190 11884 12911 87191 11752 12587 87192 4514 12912 87193 17655 12588 87194 11752 12587 87195 17652 12586 87196 11883 12907 87197 11902 12913 87198 4514 12912 87199 17718 12909 87200 11902 12913 87201 17716 12895 87202 11879 12892 87203 11880 12896 87204 17716 12895 87205 11902 12913 87206 11902 12913 87207 17718 12909 87208 11884 12911 87209 11884 12911 87210 17654 12594 87211 11753 12593 87212 11880 12896 87213 4515 12914 87214 17656 12592 87215 11847 12904 87216 17499 12448 87217 11768 12627 87218 13514 12916 87219 4516 12915 87220 17666 12626 87221 13514 12916 87222 17742 18914 87223 13511 12917 87224 11847 12904 87225 4516 12915 87226 17699 12902 87227 13510 12921 87228 4517 12918 87229 17697 12920 87230 13510 12921 87231 17743 12928 87232 13513 12922 87233 11474 12629 87234 4517 12918 87235 17668 12630 87236 11474 12629 87237 17468 18912 87238 11473 12919 87239 13514 12916 87240 17666 12626 87241 11769 12625 87242 13512 12924 87243 4518 12923 87244 17667 12632 87245 13508 12926 87246 4518 12923 87247 17669 12925 87248 13508 12926 87249 17742 18914 87250 13514 12916 87251 13512 12924 87252 17667 12632 87253 11771 12631 87254 13513 12922 87255 4519 12927 87256 17668 12630 87257 13507 12929 87258 4519 12927 87259 17743 12928 87260 13507 12929 87261 17669 12925 87262 13512 12924 87263 11507 12146 87264 4520 12930 87265 17516 12932 87266 11507 12146 87267 17520 12145 87268 11917 12933 87269 11917 12933 87270 17726 12938 87271 11949 12934 87272 11912 12931 87273 4520 12930 87274 17723 12935 87275 11911 12937 87276 17723 12935 87277 11949 12934 87278 11918 12939 87279 4521 12936 87280 17726 12938 87281 11918 12939 87282 17521 12150 87283 11508 12149 87284 11911 12937 87285 4521 12936 87286 17515 12940 87287 11921 12942 87288 17536 12224 87289 11519 12223 87290 11519 12223 87291 17548 12222 87292 11923 12943 87293 11923 12943 87294 17729 12948 87295 11950 12944 87296 11921 12942 87297 4522 12941 87298 17728 12945 87299 11922 12947 87300 17728 12945 87301 11950 12944 87302 11924 12949 87303 4523 12946 87304 17729 12948 87305 11924 12949 87306 17549 12228 87307 11520 12227 87308 11520 12227 87309 17537 13212 87310 11922 12947 87311 11531 12289 87312 4524 12950 87313 17548 12222 87314 11531 12289 87315 17502 12288 87316 11907 12951 87317 11907 12951 87318 17721 12954 87319 11951 12952 87320 11951 12952 87321 17729 12948 87322 11923 12943 87323 11924 12949 87324 17729 12948 87325 11951 12952 87326 11908 12955 87327 4525 12953 87328 17721 12954 87329 11908 12955 87330 17503 12292 87331 11532 12291 87332 11924 12949 87333 4525 12953 87334 17549 12228 87335 11926 12957 87336 17555 12681 87337 11538 12662 87338 11904 12090 87339 4526 12956 87340 17492 12661 87341 11904 12090 87342 17719 12081 87343 11952 12958 87344 11926 12957 87345 4526 12956 87346 17730 12959 87347 11952 12958 87348 4527 12960 87349 17730 12959 87350 11952 12958 87351 17719 12081 87352 11903 12080 87353 11537 12818 87354 4527 12960 87355 17491 12819 87356 11925 12961 87357 4527 12960 87358 17554 12836 87359 11547 12155 87360 4528 12962 87361 17561 12153 87362 11547 12155 87363 17514 12159 87364 11913 12964 87365 11953 12966 87366 4528 12962 87367 17724 12965 87368 11953 12966 87369 17731 12969 87370 11927 12963 87371 11953 12966 87372 4529 12967 87373 17731 12969 87374 11953 12966 87375 17724 12965 87376 11914 12970 87377 11914 12970 87378 17517 12136 87379 11550 12135 87380 11550 12135 87381 17562 12143 87382 11928 12968 87383 11930 12972 87384 17608 12688 87385 11674 12682 87386 11926 12957 87387 4530 12971 87388 17555 12681 87389 11926 12957 87390 17730 12959 87391 11954 12973 87392 11930 12972 87393 4530 12971 87394 17733 12974 87395 11929 12976 87396 17733 12974 87397 11954 12973 87398 11925 12961 87399 4531 12975 87400 17730 12959 87401 11925 12961 87402 17554 12836 87403 11672 12835 87404 11929 12976 87405 4531 12975 87406 17607 12843 87407 11907 12951 87408 17502 12288 87409 11673 12689 87410 11930 12972 87411 4532 12977 87412 17608 12688 87413 11930 12972 87414 17733 12974 87415 11955 12978 87416 11907 12951 87417 4532 12977 87418 17721 12954 87419 11908 12955 87420 17721 12954 87421 11955 12978 87422 11955 12978 87423 17733 12974 87424 11929 12976 87425 11671 12842 87426 4533 12979 87427 17607 12843 87428 11671 12842 87429 17503 12292 87430 11908 12955 87431 11684 12463 87432 4534 12980 87433 17519 12369 87434 11684 12463 87435 17614 12999 87436 11932 12982 87437 11956 12984 87438 4534 12980 87439 17734 12983 87440 11956 12984 87441 17725 12987 87442 11916 12981 87443 11956 12984 87444 4535 12985 87445 17725 12987 87446 11956 12984 87447 17734 12983 87448 11931 12988 87449 11931 12988 87450 17613 12996 87451 11683 12465 87452 11915 12986 87453 4535 12985 87454 17518 12393 87455 11687 12468 87456 4536 12989 87457 17514 12159 87458 11687 12468 87459 17616 12467 87460 11934 12990 87461 11957 12992 87462 4536 12989 87463 17735 12991 87464 11957 12992 87465 17724 12965 87466 11913 12964 87467 11957 12992 87468 4537 12993 87469 17724 12965 87470 11957 12992 87471 17735 12991 87472 11933 12994 87473 11933 12994 87474 17615 12461 87475 11686 12460 87476 11914 12970 87477 4537 12993 87478 17517 12136 87479 11934 12990 87480 17616 12467 87481 11688 12466 87482 11931 12988 87483 4538 12995 87484 17613 12996 87485 11931 12988 87486 17734 12983 87487 11958 12997 87488 11958 12997 87489 17735 12991 87490 11934 12990 87491 11958 12997 87492 4539 12998 87493 17735 12991 87494 11958 12997 87495 17734 12983 87496 11932 12982 87497 11685 12462 87498 4539 12998 87499 17614 12999 87500 11685 12462 87501 17615 12461 87502 11933 12994 87503 11705 12504 87504 4540 13000 87505 17535 12214 87506 11705 12504 87507 17628 12503 87508 11935 13002 87509 11959 13004 87510 4540 13000 87511 17736 13003 87512 11959 13004 87513 17727 13007 87514 11920 13001 87515 11959 13004 87516 4541 13005 87517 17727 13007 87518 11959 13004 87519 17736 13003 87520 11936 13008 87521 11936 13008 87522 17631 12511 87523 11712 12510 87524 11919 13006 87525 4541 13005 87526 17534 12399 87527 11713 12517 87528 4542 13009 87529 17518 12393 87530 11713 12517 87531 17632 12516 87532 11938 13010 87533 11960 13012 87534 4542 13009 87535 17737 13011 87536 11915 12986 87537 4542 13009 87538 17725 12987 87539 11960 13012 87540 4543 13013 87541 17725 12987 87542 11937 13014 87543 4543 13013 87544 17737 13011 87545 11937 13014 87546 17629 12507 87547 11709 12506 87548 11916 12981 87549 4543 13013 87550 17519 12369 87551 11714 12515 87552 4544 13015 87553 17632 12516 87554 11714 12515 87555 17630 13023 87556 11940 13016 87557 11961 13018 87558 4544 13015 87559 17738 13017 87560 11961 13018 87561 17737 13011 87562 11938 13010 87563 11961 13018 87564 4545 13019 87565 17737 13011 87566 11961 13018 87567 17738 13017 87568 11939 13020 87569 11708 12508 87570 4545 13019 87571 17627 13021 87572 11937 13014 87573 4545 13019 87574 17629 12507 87575 11711 12512 87576 4546 13022 87577 17630 13023 87578 11936 13008 87579 4546 13022 87580 17631 12511 87581 11962 13024 87582 4546 13022 87583 17736 13003 87584 11962 13024 87585 17738 13017 87586 11940 13016 87587 11962 13024 87588 4547 13025 87589 17738 13017 87590 11962 13024 87591 17736 13003 87592 11935 13002 87593 11706 12502 87594 4547 13025 87595 17628 12503 87596 11706 12502 87597 17627 13021 87598 11939 13020 87599 11743 12574 87600 4548 13026 87601 17534 12399 87602 11743 12574 87603 17650 12573 87604 11942 13027 87605 11963 13029 87606 4548 13026 87607 17739 13028 87608 11963 13029 87609 17727 13007 87610 11919 13006 87611 11963 13029 87612 4549 13030 87613 17727 13007 87614 11963 13029 87615 17739 13028 87616 11941 13031 87617 11941 13031 87618 17649 12567 87619 11742 12566 87620 11920 13001 87621 4549 13030 87622 17535 12214 87623 11735 12559 87624 4550 13032 87625 17504 12280 87626 11735 12559 87627 17645 12558 87628 11943 13034 87629 11964 13036 87630 4550 13032 87631 17740 13035 87632 11964 13036 87633 17722 13039 87634 11909 13033 87635 11964 13036 87636 4551 13037 87637 17722 13039 87638 11964 13036 87639 17740 13035 87640 11944 13040 87641 11740 12561 87642 4551 13037 87643 17647 12562 87644 11740 12561 87645 17505 12303 87646 11910 13038 87647 11739 12563 87648 4552 13041 87649 17648 12571 87650 11944 13040 87651 4552 13041 87652 17647 12562 87653 11965 13043 87654 4552 13041 87655 17740 13035 87656 11965 13043 87657 17741 13046 87658 11946 13042 87659 11965 13043 87660 4553 13044 87661 17741 13046 87662 11965 13043 87663 17740 13035 87664 11943 13034 87665 11736 12557 87666 4553 13044 87667 17645 12558 87668 11736 12557 87669 17646 12569 87670 11945 13045 87671 11744 12572 87672 4554 13047 87673 17650 12573 87674 11744 12572 87675 17648 12571 87676 11946 13042 87677 11966 13048 87678 4554 13047 87679 17741 13046 87680 11966 13048 87681 17739 13028 87682 11942 13027 87683 11966 13048 87684 4555 13049 87685 17739 13028 87686 11966 13048 87687 17741 13046 87688 11945 13045 87689 11741 12568 87690 4555 13049 87691 17646 12569 87692 11941 13031 87693 4555 13049 87694 17649 12567 87695 11906 13051 87696 17494 12777 87697 11766 12622 87698 11766 12622 87699 17665 12621 87700 11948 13052 87701 11948 13052 87702 17743 12928 87703 11967 13053 87704 11906 13051 87705 4556 13050 87706 17720 13054 87707 11947 13056 87708 17742 18914 87709 13508 12926 87710 13508 12926 87711 17669 12925 87712 13509 13057 87713 11764 12616 87714 4557 13055 87715 17664 12619 87716 11764 12616 87717 17663 12615 87718 11947 13056 87719 13507 12929 87720 4558 13058 87721 17669 12925 87722 13507 12929 87723 17743 12928 87724 11948 13052 87725 11767 12620 87726 4558 13058 87727 17665 12621 87728 11767 12620 87729 17664 12619 87730 13509 13057 87731 13664 13062 87732 4559 13059 87733 18608 13061 87734 11968 13064 87735 4559 13059 87736 17489 13063 87737 11968 13064 87738 17744 13097 87739 11975 13065 87740 11975 13065 87741 17749 16346 87742 13660 13060 87743 13612 13069 87744 4560 13066 87745 18606 13068 87746 13612 13069 87747 18591 16312 87748 13659 13070 87749 13657 12326 87750 4560 13066 87751 17501 12271 87752 13657 12326 87753 18607 12325 87754 13635 13067 87755 13666 13072 87756 18608 13061 87757 13665 13073 87758 11970 13075 87759 4561 13071 87760 17745 13074 87761 11970 13075 87762 17660 12769 87763 11472 12768 87764 13666 13072 87765 4561 13071 87766 17469 13076 87767 11971 13078 87768 17661 12610 87769 11761 12784 87770 11972 13079 87771 4562 13077 87772 17662 12789 87773 11976 13081 87774 4562 13077 87775 17747 13080 87776 11971 13078 87777 4562 13077 87778 17746 13082 87779 11976 13081 87780 4563 13083 87781 17746 13082 87782 11976 13081 87783 17747 13080 87784 13667 13085 87785 13625 13087 87786 4563 13083 87787 18609 13086 87788 13625 13087 87789 18597 16332 87790 13668 13084 87791 11762 12788 87792 4564 13088 87793 17662 12789 87794 11762 12788 87795 17660 12769 87796 11970 13075 87797 11977 13089 87798 4564 13088 87799 17745 13074 87800 11977 13089 87801 17747 13080 87802 11972 13079 87803 13667 13085 87804 17747 13080 87805 11977 13089 87806 13665 13073 87807 4565 13090 87808 17745 13074 87809 13665 13073 87810 18608 13061 87811 13636 13091 87812 13636 13091 87813 18609 13086 87814 13667 13085 87815 11968 13064 87816 17489 13063 87817 11973 13093 87818 11979 13095 87819 4566 13092 87820 17748 13094 87821 11979 13095 87822 17750 13101 87823 11978 13096 87824 11968 13064 87825 4566 13092 87826 17744 13097 87827 11823 12660 87828 4567 13098 87829 17670 12105 87830 11823 12660 87831 17682 12659 87832 11980 13100 87833 11979 13095 87834 4567 13098 87835 17750 13101 87836 11979 13095 87837 17748 13094 87838 11974 13099 87839 11980 13100 87840 17682 12659 87841 11794 12676 87842 11969 13104 87843 4568 13102 87844 17495 13103 87845 11969 13104 87846 17744 13097 87847 11978 13096 87848 11980 13100 87849 4568 13102 87850 17750 13101 87851 11863 12826 87852 17707 12829 87853 11985 13106 87854 11984 13108 87855 4569 13105 87856 17754 13107 87857 11984 13108 87858 17751 17746 87859 11981 13109 87860 11863 12826 87861 4569 13105 87862 17557 12127 87863 11991 13111 87864 17683 13125 87865 11987 13112 87866 12011 13114 87867 4570 13110 87868 17755 13113 87869 12010 13116 87870 4570 13110 87871 17767 13115 87872 11991 13111 87873 4570 13110 87874 17757 13117 87875 11986 13119 87876 17586 12347 87877 11619 12349 87878 11619 12349 87879 17532 12644 87880 12012 13120 87881 12011 13114 87882 4571 13118 87883 17767 13115 87884 12011 13114 87885 17755 13113 87886 11986 13119 87887 11788 12643 87888 4572 13121 87889 17532 12644 87890 11990 13122 87891 4572 13121 87892 17679 12650 87893 11990 13122 87894 17757 13117 87895 12010 13116 87896 12010 13116 87897 17767 13115 87898 12012 13120 87899 11991 13111 87900 4573 13123 87901 17683 13125 87902 11991 13111 87903 17757 13117 87904 12014 13126 87905 12013 13128 87906 4573 13123 87907 17768 13127 87908 11989 13124 87909 4573 13123 87910 17756 13129 87911 11789 12649 87912 4574 13130 87913 17679 12650 87914 11789 12649 87915 17533 12252 87916 12015 13131 87917 12015 13131 87918 17768 13127 87919 12014 13126 87920 11990 13122 87921 4574 13130 87922 17757 13117 87923 12015 13131 87924 17533 12252 87925 11621 12357 87926 11988 13133 87927 4575 13132 87928 17587 12353 87929 11988 13133 87930 17756 13129 87931 12013 13128 87932 12015 13131 87933 4575 13132 87934 17768 13127 87935 11993 13135 87936 4576 13134 87937 17683 13125 87938 11993 13135 87939 17758 13142 87940 12017 13136 87941 12016 13138 87942 4576 13134 87943 17769 13137 87944 11987 13112 87945 4576 13134 87946 17755 13113 87947 11784 12635 87948 4577 13139 87949 17677 12640 87950 12018 13141 87951 4577 13139 87952 17528 12170 87953 12018 13141 87954 17769 13137 87955 12017 13136 87956 11992 13140 87957 4577 13139 87958 17758 13142 87959 12018 13141 87960 17528 12170 87961 11618 12345 87962 11986 13119 87963 4578 13143 87964 17586 12347 87965 11986 13119 87966 17755 13113 87967 12016 13138 87968 12018 13141 87969 4578 13143 87970 17769 13137 87971 11989 13124 87972 4579 13144 87973 17683 13125 87974 12020 13145 87975 4579 13144 87976 17756 13129 87977 12019 13147 87978 4579 13144 87979 17770 13146 87980 12019 13147 87981 17758 13142 87982 11993 13135 87983 11988 13133 87984 17587 12353 87985 11620 12352 87986 11620 12352 87987 17529 12177 87988 12021 13149 87989 12020 13145 87990 4580 13148 87991 17770 13146 87992 12020 13145 87993 17756 13129 87994 11988 13133 87995 11785 12641 87996 4581 13150 87997 17529 12177 87998 11785 12641 87999 17677 12640 88000 11992 13140 88001 12019 13147 88002 4581 13150 88003 17758 13142 88004 12019 13147 88005 17770 13146 88006 12021 13149 88007 11999 13152 88008 17709 13167 88009 11995 13153 88010 12023 13155 88011 4582 13151 88012 17759 13154 88013 12023 13155 88014 17771 13162 88015 12022 13156 88016 11999 13152 88017 4582 13151 88018 17761 13157 88019 11649 12415 88020 4583 13158 88021 17597 12413 88022 12024 13161 88023 4583 13158 88024 17539 13160 88025 12023 13155 88026 4583 13158 88027 17771 13162 88028 12023 13155 88029 17759 13154 88030 11994 13159 88031 12024 13161 88032 17539 13160 88033 11857 12801 88034 11998 13164 88035 4584 13163 88036 17704 12804 88037 11998 13164 88038 17761 13157 88039 12022 13156 88040 12024 13161 88041 4584 13163 88042 17771 13162 88043 11999 13152 88044 4585 13165 88045 17709 13167 88046 11999 13152 88047 17761 13157 88048 12026 13168 88049 12026 13168 88050 17772 13173 88051 12025 13169 88052 11997 13166 88053 4585 13165 88054 17760 13170 88055 11858 12806 88056 4586 13171 88057 17704 12804 88058 11858 12806 88059 17540 12809 88060 12027 13172 88061 12026 13168 88062 4586 13171 88063 17772 13173 88064 12026 13168 88065 17761 13157 88066 11998 13164 88067 12027 13172 88068 17540 12809 88069 11651 12424 88070 11651 12424 88071 17598 12419 88072 11996 13175 88073 11996 13175 88074 17760 13170 88075 12025 13169 88076 12027 13172 88077 4587 13174 88078 17772 13173 88079 12001 13177 88080 4588 13176 88081 17709 13167 88082 12001 13177 88083 17762 18915 88084 12029 13178 88085 12028 13180 88086 4588 13176 88087 17773 13179 88088 12028 13180 88089 17759 13154 88090 11995 13153 88091 11853 12792 88092 4589 13181 88093 17702 12797 88094 12030 13183 88095 4589 13181 88096 17511 12119 88097 12030 13183 88098 17773 13179 88099 12029 13178 88100 12029 13178 88101 17762 18915 88102 12000 13182 88103 12030 13183 88104 17511 12119 88105 11648 12411 88106 11648 12411 88107 17597 12413 88108 11994 13159 88109 11994 13159 88110 17759 13154 88111 12028 13180 88112 12030 13183 88113 4590 13184 88114 17773 13179 88115 11997 13166 88116 4591 13185 88117 17709 13167 88118 12032 13186 88119 4591 13185 88120 17760 13170 88121 12031 13188 88122 4591 13185 88123 17774 13187 88124 12031 13188 88125 17762 18915 88126 12001 13177 88127 11650 12418 88128 4592 13189 88129 17598 12419 88130 11650 12418 88131 17512 12124 88132 12033 13190 88133 12032 13186 88134 4592 13189 88135 17774 13187 88136 12032 13186 88137 17760 13170 88138 11996 13175 88139 11854 12798 88140 4593 13191 88141 17512 12124 88142 12000 13182 88143 4593 13191 88144 17702 12797 88145 12000 13182 88146 17762 18915 88147 12031 13188 88148 12031 13188 88149 17774 13187 88150 12033 13190 88151 12007 13193 88152 17732 13217 88153 12003 13194 88154 12035 13196 88155 4594 13192 88156 17763 13195 88157 12034 13198 88158 4594 13192 88159 17775 13197 88160 12007 13193 88161 4594 13192 88162 17765 13199 88163 12002 13201 88164 17592 12379 88165 11635 12381 88166 11635 12381 88167 17536 12224 88168 12036 13202 88169 12035 13196 88170 4595 13200 88171 17775 13197 88172 12035 13196 88173 17763 13195 88174 12002 13201 88175 11921 12942 88176 4596 13203 88177 17536 12224 88178 11921 12942 88179 17728 12945 88180 12006 13204 88181 12006 13204 88182 17765 13199 88183 12034 13198 88184 12034 13198 88185 17775 13197 88186 12036 13202 88187 12005 13206 88188 17732 13217 88189 12007 13193 88190 12038 13207 88191 4597 13205 88192 17765 13199 88193 12037 13209 88194 4597 13205 88195 17776 13208 88196 12005 13206 88197 4597 13205 88198 17764 13210 88199 11922 12947 88200 4598 13211 88201 17728 12945 88202 12039 13213 88203 4598 13211 88204 17537 13212 88205 12039 13213 88206 17776 13208 88207 12038 13207 88208 12038 13207 88209 17765 13199 88210 12006 13204 88211 12039 13213 88212 17537 13212 88213 11637 12390 88214 12004 13215 88215 4599 13214 88216 17593 12386 88217 12004 13215 88218 17764 13210 88219 12037 13209 88220 12039 13213 88221 4599 13214 88222 17776 13208 88223 12009 13218 88224 4600 13216 88225 17732 13217 88226 12009 13218 88227 17766 13225 88228 12041 13219 88229 12040 13221 88230 4600 13216 88231 17777 13220 88232 12040 13221 88233 17763 13195 88234 12003 13194 88235 12008 13223 88236 17726 12938 88237 11917 12933 88238 12042 13224 88239 4601 13222 88240 17520 12145 88241 12042 13224 88242 17777 13220 88243 12041 13219 88244 12008 13223 88245 4601 13222 88246 17766 13225 88247 12042 13224 88248 17520 12145 88249 11634 12377 88250 12002 13201 88251 4602 13226 88252 17592 12379 88253 12002 13201 88254 17763 13195 88255 12040 13221 88256 12042 13224 88257 4602 13226 88258 17777 13220 88259 12005 13206 88260 4603 13227 88261 17732 13217 88262 12005 13206 88263 17764 13210 88264 12044 13228 88265 12043 13230 88266 4603 13227 88267 17778 13229 88268 12043 13230 88269 17766 13225 88270 12009 13218 88271 12004 13215 88272 17593 12386 88273 11636 12385 88274 11636 12385 88275 17521 12150 88276 12045 13232 88277 12044 13228 88278 4604 13231 88279 17778 13229 88280 12044 13228 88281 17764 13210 88282 12004 13215 88283 11918 12939 88284 4605 13233 88285 17521 12150 88286 12008 13223 88287 4605 13233 88288 17726 12938 88289 12043 13230 88290 4605 13233 88291 17766 13225 88292 12043 13230 88293 17778 13229 88294 12045 13232 88295 12411 13235 88296 17781 13893 88297 12046 13236 88298 12300 13238 88299 4606 13234 88300 17782 13237 88301 12300 13238 88302 17808 13647 88303 12410 13239 88304 12411 13235 88305 4606 13234 88306 17789 13240 88307 12049 13242 88308 4607 13241 88309 17789 13240 88310 12049 13242 88311 17790 13272 88312 12409 13243 88313 12047 13245 88314 4607 13241 88315 17783 13244 88316 12047 13245 88317 17781 13893 88318 12411 13235 88319 12075 13247 88320 17820 13473 88321 12078 13248 88322 12074 13250 88323 4608 13246 88324 17819 13249 88325 12074 13250 88326 17802 13642 88327 12058 13251 88328 12075 13247 88329 4608 13246 88330 17803 13252 88331 12086 13256 88332 4609 13253 88333 17828 13255 88334 12084 13258 88335 4609 13253 88336 17829 13257 88337 12084 13258 88338 17824 14014 88339 12079 13259 88340 12079 13259 88341 17823 14011 88342 12083 13254 88343 12087 13263 88344 4610 13260 88345 17830 13262 88346 12087 13263 88347 17827 13984 88348 12082 13264 88349 12082 13264 88350 17822 16736 88351 12080 13265 88352 12085 13261 88353 4610 13260 88354 17825 13266 88355 12094 13270 88356 4611 13267 88357 17837 13269 88358 12094 13270 88359 17836 13349 88360 12090 13271 88361 12049 13242 88362 4611 13267 88363 17790 13272 88364 12049 13242 88365 17789 13240 88366 12091 13268 88367 12095 13276 88368 4612 13273 88369 17838 13275 88370 12095 13276 88371 17837 13269 88372 12091 13268 88373 12050 13277 88374 4612 13273 88375 17789 13240 88376 12050 13277 88377 17791 13279 88378 12092 13274 88379 12216 13280 88380 4613 13278 88381 17791 13279 88382 12216 13280 88383 17814 13288 88384 12412 13281 88385 12096 13283 88386 4613 13278 88387 17839 13282 88388 12096 13283 88389 17838 13275 88390 12092 13274 88391 12097 13287 88392 4614 13284 88393 17841 13286 88394 12097 13287 88395 17839 13282 88396 12412 13281 88397 12066 13289 88398 4614 13284 88399 17814 13288 88400 12066 13289 88401 17805 13423 88402 12093 13285 88403 12101 13291 88404 17846 13317 88405 12109 13292 88406 12109 13292 88407 17848 13298 88408 12103 13293 88409 12068 13295 88410 4615 13290 88411 17811 13294 88412 12101 13291 88413 4615 13290 88414 17809 13296 88415 12110 13299 88416 4616 13297 88417 17848 13298 88418 12110 13299 88419 17851 13304 88420 12106 13300 88421 12069 13302 88422 4616 13297 88423 17816 13301 88424 12069 13302 88425 17811 13294 88426 12103 13293 88427 12303 13305 88428 4617 13303 88429 17851 13304 88430 12303 13305 88431 17852 13943 88432 12107 13306 88433 12107 13306 88434 17817 18916 88435 12304 13307 88436 12304 13307 88437 17816 13301 88438 12106 13300 88439 12111 13311 88440 4618 13308 88441 17847 13310 88442 12104 13313 88443 4618 13308 88444 17849 13312 88445 12104 13313 88446 17812 18917 88447 12070 13314 88448 12070 13314 88449 17810 13331 88450 12102 13309 88451 12104 13313 88452 17849 13312 88453 12112 13316 88454 12101 13291 88455 4619 13315 88456 17846 13317 88457 12101 13291 88458 17809 13296 88459 12071 13318 88460 12071 13318 88461 17812 18917 88462 12104 13313 88463 12107 13306 88464 17852 13943 88465 12113 13320 88466 12105 13322 88467 4620 13319 88468 17850 13321 88469 12072 13324 88470 4620 13319 88471 17813 13323 88472 12072 13324 88473 17817 18916 88474 12107 13306 88475 12077 13328 88476 4621 13325 88477 17821 13327 88478 12077 13328 88479 17813 13323 88480 12105 13322 88481 12105 13322 88482 17850 13321 88483 12114 13329 88484 12114 13329 88485 17853 13333 88486 12108 13326 88487 12076 13332 88488 4622 13330 88489 17810 13331 88490 12076 13332 88491 17821 13327 88492 12108 13326 88493 12115 13334 88494 4622 13330 88495 17853 13333 88496 12115 13334 88497 17847 13310 88498 12102 13309 88499 12117 13336 88500 17855 14035 88501 13925 13337 88502 12052 13341 88503 4624 13338 88504 17794 13340 88505 12052 13341 88506 17793 14044 88507 12118 13342 88508 12129 13344 88509 4624 13338 88510 17856 13343 88511 12129 13344 88512 17857 13347 88513 12120 13339 88514 12129 13344 88515 4625 13345 88516 17857 13347 88517 12129 13344 88518 17856 13343 88519 12119 13348 88520 12094 13270 88521 4625 13345 88522 17836 13349 88523 12094 13270 88524 17837 13269 88525 12121 13346 88526 12053 13353 88527 4626 13350 88528 17795 13352 88529 12053 13353 88530 17794 13340 88531 12120 13339 88532 12130 13354 88533 4626 13350 88534 17857 13347 88535 12130 13354 88536 17858 13357 88537 12122 13351 88538 12130 13354 88539 4627 13355 88540 17858 13357 88541 12130 13354 88542 17857 13347 88543 12121 13346 88544 12095 13276 88545 4627 13355 88546 17837 13269 88547 12095 13276 88548 17838 13275 88549 12123 13356 88550 12096 13283 88551 4628 13358 88552 17838 13275 88553 12096 13283 88554 17839 13282 88555 12124 13359 88556 12124 13359 88557 17859 13364 88558 12131 13360 88559 12131 13360 88560 17858 13357 88561 12123 13356 88562 12128 13362 88563 17862 13374 88564 12132 13363 88565 12124 13359 88566 4629 13361 88567 17859 13364 88568 12097 13287 88569 4629 13361 88570 17839 13282 88571 12128 13362 88572 4629 13361 88573 17841 13286 88574 12125 13366 88575 17796 13652 88576 12062 13367 88577 12127 13369 88578 4630 13365 88579 17806 13368 88580 12127 13369 88581 17862 13374 88582 12133 13370 88583 12125 13366 88584 4630 13365 88585 17860 13371 88586 12126 13373 88587 17860 13371 88588 12133 13370 88589 12128 13362 88590 4631 13372 88591 17862 13374 88592 12128 13362 88593 17841 13286 88594 12098 13375 88595 12126 13373 88596 4631 13372 88597 17840 13376 88598 12139 13378 88599 17870 13670 88600 12147 13379 88601 12147 13379 88602 17842 13388 88603 12135 13380 88604 12140 13382 88605 4632 13377 88606 17866 13381 88607 12139 13378 88608 4632 13377 88609 17865 13383 88610 12141 13387 88611 4633 13384 88612 17868 13386 88613 12141 13387 88614 17866 13381 88615 12135 13380 88616 12099 13389 88617 4633 13384 88618 17842 13388 88619 12099 13389 88620 17844 13393 88621 12137 13385 88622 12136 13391 88623 17867 17814 88624 12142 13392 88625 12142 13392 88626 17868 13386 88627 12137 13385 88628 12100 13394 88629 4634 13390 88630 17844 13393 88631 12136 13391 88632 4634 13390 88633 17843 13395 88634 12150 13397 88635 17873 13407 88636 12157 13398 88637 12152 13400 88638 4635 13396 88639 17875 13399 88640 12109 13292 88641 4635 13396 88642 17848 13298 88643 12150 13397 88644 4635 13396 88645 17846 13317 88646 12158 13402 88647 4636 13401 88648 17875 13399 88649 12158 13402 88650 17878 13937 88651 12155 13403 88652 12110 13299 88653 4636 13401 88654 17851 13304 88655 12110 13299 88656 17848 13298 88657 12152 13400 88658 12153 13405 88659 17876 13912 88660 12159 13406 88661 12150 13397 88662 4637 13404 88663 17873 13407 88664 12150 13397 88665 17846 13317 88666 12112 13316 88667 12153 13405 88668 4637 13404 88669 17849 13312 88670 12156 13409 88671 17853 13333 88672 12114 13329 88673 12114 13329 88674 17850 13321 88675 12154 13410 88676 12154 13410 88677 17877 13920 88678 12160 13411 88679 12156 13409 88680 4638 13408 88681 17879 13412 88682 12305 13416 88683 4639 13413 88684 17815 13415 88685 12065 13418 88686 4639 13413 88687 17807 13417 88688 12065 13418 88689 17814 13288 88690 12064 13419 88691 12064 13419 88692 17808 13647 88693 12067 13414 88694 12063 13421 88695 17792 13931 88696 12061 13422 88697 12066 13289 88698 4640 13420 88699 17805 13423 88700 12066 13289 88701 17814 13288 88702 12065 13418 88703 12063 13421 88704 4640 13420 88705 17807 13417 88706 12156 13409 88707 17879 13412 88708 12161 13425 88709 12151 13427 88710 4641 13424 88711 17874 13426 88712 12151 13427 88713 17847 13310 88714 12115 13334 88715 12156 13409 88716 4641 13424 88717 17853 13333 88718 12146 13429 88719 17860 13371 88720 12166 13430 88721 12165 13432 88722 4642 13428 88723 17881 13431 88724 12165 13432 88725 17882 13689 88726 12164 13433 88727 12164 13433 88728 17861 13446 88729 12146 13429 88730 12145 13435 88731 17871 13657 88732 12169 13436 88733 12169 13436 88734 17884 13443 88735 12168 13437 88736 12168 13437 88737 17883 13454 88738 12167 13438 88739 12167 13438 88740 17845 13668 88741 12145 13435 88742 12144 13440 88743 17863 13656 88744 12171 13441 88745 12171 13441 88746 17885 13448 88747 12170 13442 88748 12169 13436 88749 4644 13439 88750 17884 13443 88751 12169 13436 88752 17871 13657 88753 12144 13440 88754 12164 13433 88755 4645 13444 88756 17861 13446 88757 12164 13433 88758 17882 13689 88759 12172 13447 88760 12171 13441 88761 4645 13444 88762 17885 13448 88763 12171 13441 88764 17863 13656 88765 12134 13445 88766 12126 13373 88767 17840 13376 88768 12174 13450 88769 12173 13452 88770 4646 13449 88771 17886 13451 88772 12173 13452 88773 17881 13431 88774 12166 13430 88775 12126 13373 88776 4646 13449 88777 17860 13371 88778 12175 13763 88779 4647 13453 88780 17883 13454 88781 12178 13458 88782 4648 13455 88783 17797 13457 88784 12178 13458 88785 17889 13696 88786 12182 13459 88787 12181 13461 88788 4648 13455 88789 17891 13460 88790 12181 13461 88791 17787 13464 88792 12055 13456 88793 12181 13461 88794 4649 13462 88795 17787 13464 88796 12181 13461 88797 17891 13460 88798 12183 13465 88799 12177 13467 88800 4649 13462 88801 17887 13466 88802 12177 13467 88803 17792 13931 88804 12051 13463 88805 12187 13469 88806 17898 14068 88807 12192 13470 88808 12192 13470 88809 17896 13787 88810 12366 13471 88811 12366 13471 88812 17970 13790 88813 12375 13472 88814 12187 13469 88815 4652 13468 88816 17820 13473 88817 12205 13475 88818 17906 13663 88819 12204 13476 88820 12204 13476 88821 17902 13482 88822 12197 13477 88823 13927 13479 88824 18744 18918 88825 13915 13480 88826 13915 13480 88827 18745 18919 88828 13926 13481 88829 12204 13476 88830 4655 13478 88831 17902 13482 88832 12204 13476 88833 17906 13663 88834 13927 13479 88835 12206 13484 88836 4656 13483 88837 17902 13482 88838 12206 13484 88839 17903 13488 88840 12200 13485 88841 12199 13487 88842 17834 18620 88843 12200 13485 88844 12208 13489 88845 4657 13486 88846 17903 13488 88847 12208 13489 88848 17907 17828 88849 12207 13490 88850 12147 13379 88851 4658 13491 88852 17842 13388 88853 12147 13379 88854 17870 13670 88855 12211 13493 88856 12210 13495 88857 4658 13491 88858 17908 13494 88859 12210 13495 88860 17904 13498 88861 12202 13492 88862 12099 13389 88863 4659 13496 88864 17844 13393 88865 12099 13389 88866 17842 13388 88867 12202 13492 88868 12212 13499 88869 4659 13496 88870 17904 13498 88871 12212 13499 88872 17905 13504 88873 12203 13497 88874 12212 13499 88875 17904 13498 88876 12201 13501 88877 12100 13394 88878 4661 13502 88879 17843 13395 88880 12203 13497 88881 4661 13502 88882 17844 13393 88883 12213 13505 88884 4661 13502 88885 17905 13504 88886 12215 13503 88887 4661 13502 88888 17909 13506 88889 12088 13508 88890 17832 18617 88891 12220 13509 88892 12219 13511 88893 4662 13507 88894 17914 13510 88895 12308 13886 88896 4662 13507 88897 17913 13512 88898 12223 13514 88899 17915 13738 88900 12222 13515 88901 12222 13515 88902 17914 13510 88903 12220 13509 88904 12218 13519 88905 4664 13516 88906 17798 13518 88907 12218 13519 88908 17911 13548 88909 12226 13520 88910 12225 13522 88911 4664 13516 88912 17917 13521 88913 12225 13522 88914 17890 13722 88915 12180 13517 88916 12413 13526 88917 4665 13523 88918 17971 13525 88919 12413 13526 88920 17918 13535 88921 12228 13527 88922 12227 13529 88923 4665 13523 88924 17919 13528 88925 12227 13529 88926 17911 13548 88927 12369 13524 88928 12229 13533 88929 4666 13530 88930 17912 13532 88931 12229 13533 88932 17920 13558 88933 12230 13534 88934 12413 13526 88935 4666 13530 88936 17918 13535 88937 12413 13526 88938 17971 13525 88939 12414 13531 88940 12219 13511 88941 17914 13510 88942 12233 13537 88943 12232 13539 88944 4667 13536 88945 17921 13538 88946 12232 13539 88947 17922 13543 88948 12231 13540 88949 12231 13540 88950 17913 13512 88951 12219 13511 88952 12221 13542 88953 17913 13512 88954 12231 13540 88955 12234 13568 88956 4668 13541 88957 17922 13543 88958 1095 18920 88959 19359 18921 88960 1178 18922 88961 12222 13515 88962 17915 13738 88963 12236 13545 88964 12235 13546 88965 17921 13538 88966 12233 13537 88967 12222 13515 88968 4669 13544 88969 17914 13510 88970 12227 13529 88971 4670 13547 88972 17911 13548 88973 12227 13529 88974 17919 13528 88975 12238 13549 88976 12237 13551 88977 4670 13547 88978 17923 13550 88979 12237 13551 88980 17917 13521 88981 12226 13520 88982 12241 13553 88983 4671 13552 88984 17918 13535 88985 12241 13553 88986 17924 13561 88987 12240 13554 88988 12239 13556 88989 4671 13552 88990 17925 13555 88991 12239 13556 88992 17919 13528 88993 12228 13527 88994 12242 13559 88995 4672 13557 88996 17920 13558 88997 12242 13559 88998 17926 13590 88999 12243 13560 89000 12241 13553 89001 4672 13557 89002 17924 13561 89003 12241 13553 89004 17918 13535 89005 12230 13534 89006 12232 13539 89007 17921 13538 89008 12246 13563 89009 12245 13565 89010 4673 13562 89011 17927 13564 89012 12245 13565 89013 17928 13569 89014 12244 13566 89015 12232 13539 89016 4673 13562 89017 17922 13543 89018 12234 13568 89019 17922 13543 89020 12244 13566 89021 12247 18923 89022 4674 13567 89023 17928 13569 89024 12248 13571 89025 17927 13564 89026 12246 13563 89027 12235 13546 89028 4675 13570 89029 17921 13538 89030 12295 13583 89031 4676 13572 89032 17948 13574 89033 12239 13556 89034 4677 13575 89035 17919 13528 89036 12239 13556 89037 17925 13555 89038 12250 13576 89039 12249 13578 89040 4677 13575 89041 17931 13577 89042 12249 13578 89043 17923 13550 89044 12238 13549 89045 12249 13578 89046 4678 13579 89047 17923 13550 89048 12249 13578 89049 17931 13577 89050 12251 13581 89051 12295 13583 89052 4678 13579 89053 17930 13582 89054 12295 13583 89055 17948 13574 89056 12293 13580 89057 12254 13585 89058 4679 13584 89059 17924 13561 89060 12254 13585 89061 17932 13594 89062 12253 13586 89063 12252 13588 89064 4679 13584 89065 17933 13587 89066 12252 13588 89067 17925 13555 89068 12240 13554 89069 12255 13591 89070 4680 13589 89071 17926 13590 89072 12256 13593 89073 4680 13589 89074 17934 13592 89075 12254 13585 89076 4680 13589 89077 17932 13594 89078 12254 13585 89079 17924 13561 89080 12243 13560 89081 12245 13565 89082 17927 13564 89083 12259 13596 89084 12258 1005 89085 4681 13595 89086 17935 13597 89087 12245 13565 89088 4681 13595 89089 17928 13569 89090 12247 18923 89091 17928 13569 89092 12257 13598 89093 12260 13600 89094 17935 13597 89095 12259 13596 89096 12248 13571 89097 4682 13599 89098 17927 13564 89099 12252 13588 89100 4684 13601 89101 17925 13555 89102 12252 13588 89103 17933 13587 89104 12263 13602 89105 12262 13604 89106 4684 13601 89107 17938 13603 89108 12262 13604 89109 17931 13577 89110 12250 13576 89111 12262 13604 89112 4685 13605 89113 17931 13577 89114 12262 13604 89115 17938 13603 89116 12264 13606 89117 12261 13608 89118 4685 13605 89119 17937 13607 89120 12261 13608 89121 17930 13582 89122 12251 13581 89123 12266 13612 89124 4686 13609 89125 17932 13594 89126 12265 6307 89127 17933 13587 89128 12253 13586 89129 12256 13593 89130 17934 13592 89131 12267 13611 89132 12266 13612 89133 17932 13594 89134 12256 13593 89135 12258 1005 89136 17935 13597 89137 12268 1006 89138 12269 18626 89139 4688 13613 89140 17936 13614 89141 12268 1006 89142 17935 13597 89143 12260 13600 89144 12265 6307 89145 4689 6305 89146 17933 13587 89147 12271 6073 89148 17938 13603 89149 12263 13602 89150 12271 6073 89151 4690 6070 89152 17938 13603 89153 12270 13615 89154 17937 13607 89155 12264 13606 89156 12229 13533 89157 4691 13616 89158 17920 13558 89159 12229 13533 89160 17912 13532 89161 12279 13618 89162 12278 13620 89163 4691 13616 89164 17945 13619 89165 12278 13620 89166 17941 13622 89167 12273 13617 89168 12281 13623 89169 4692 13621 89170 17941 13622 89171 12281 13623 89172 17943 18048 89173 12274 13624 89174 12242 13559 89175 4692 13621 89176 17926 13590 89177 12242 13559 89178 17920 13558 89179 12273 13617 89180 12284 13626 89181 17934 13592 89182 12255 13591 89183 12274 13624 89184 4693 13625 89185 17926 13590 89186 12274 13624 89187 17943 18048 89188 12283 13627 89189 12284 13626 89190 4693 13625 89191 17947 13628 89192 12285 13629 89193 4694 18526 89194 12266 13612 89195 12285 13629 89196 4687 13610 89197 2845 6055 89198 12265 6307 89199 4686 13609 89200 4695 6308 89201 12266 13612 89202 4694 18526 89203 12287 13630 89204 12289 13631 89205 4698 18536 89206 8298 6037 89207 12289 13631 89208 2781 6038 89209 4699 13632 89210 8292 6029 89211 2780 6036 89212 5728 13634 89213 8298 6037 89214 4698 18536 89215 12290 13633 89216 12140 13382 89217 17866 13381 89218 12297 13637 89219 12296 13639 89220 4700 13636 89221 17864 13638 89222 12296 13639 89223 17871 13657 89224 12149 13640 89225 12140 13382 89226 4700 13636 89227 17865 13383 89228 12298 13643 89229 4701 13641 89230 17802 13642 89231 12059 13644 89232 4701 13641 89233 17782 13237 89234 12058 13251 89235 4701 13641 89236 17803 13252 89237 12301 13646 89238 17815 13415 89239 12067 13414 89240 12300 13238 89241 4702 13645 89242 17808 13647 89243 12300 13238 89244 17782 13237 89245 12298 13643 89246 12298 13643 89247 17802 13642 89248 12301 13646 89249 12306 13649 89250 4703 13648 89251 17861 13446 89252 12054 13651 89253 4703 13648 89254 17788 13650 89255 12125 13366 89256 4703 13648 89257 17796 13652 89258 12125 13366 89259 17860 13371 89260 12146 13429 89261 12138 13654 89262 17854 17821 89263 12307 13655 89264 12144 13440 89265 4704 13653 89266 17863 13656 89267 12143 13658 89268 4704 13653 89269 17871 13657 89270 12138 13654 89271 4704 13653 89272 17869 13659 89273 12134 13445 89274 17863 13656 89275 12307 13655 89276 12307 13655 89277 17854 17821 89278 12116 13661 89279 12306 13649 89280 4705 13660 89281 17788 13650 89282 12134 13445 89283 4705 13660 89284 17861 13446 89285 12309 13889 89286 4706 13662 89287 17906 13663 89288 4706 13662 89289 12309 13889 89290 17831 18924 89291 12143 13658 89292 4707 13664 89293 17869 13659 89294 12296 13639 89295 4707 13664 89296 17871 13657 89297 12162 13666 89298 4707 13664 89299 17864 13638 89300 12162 13666 89301 17880 17527 89302 12163 13665 89303 12310 13669 89304 4708 13667 89305 17845 13668 89306 12139 13378 89307 4708 13667 89308 17870 13670 89309 12139 13378 89310 17865 13383 89311 12149 13640 89312 12145 13435 89313 4708 13667 89314 17871 13657 89315 12314 13672 89316 17892 13684 89317 12184 13673 89318 12316 13675 89319 4709 13671 89320 17893 13674 89321 12333 13677 89322 4709 13671 89323 17951 13676 89324 12314 13672 89325 4709 13671 89326 17950 13678 89327 12333 13677 89328 4710 13679 89329 17950 13678 89330 12333 13677 89331 17951 13676 89332 12315 13681 89333 12172 13447 89334 4710 13679 89335 17885 13448 89336 12172 13447 89337 17882 13689 89338 12313 13680 89339 12314 13672 89340 4711 13682 89341 17892 13684 89342 12314 13672 89343 17950 13678 89344 12335 13685 89345 12334 13687 89346 4711 13682 89347 17959 13686 89348 12334 13687 89349 17952 13693 89350 12318 13683 89351 12165 13432 89352 4712 13688 89353 17882 13689 89354 12165 13432 89355 17881 13431 89356 12336 13690 89357 12335 13685 89358 4712 13688 89359 17959 13686 89360 12335 13685 89361 17950 13678 89362 12313 13680 89363 12173 13452 89364 4713 13691 89365 17881 13431 89366 12173 13452 89367 17886 13451 89368 12317 13692 89369 12334 13687 89370 4713 13691 89371 17952 13693 89372 12334 13687 89373 17959 13686 89374 12336 13690 89375 12319 13695 89376 17891 13460 89377 12182 13459 89378 12321 13697 89379 4714 13694 89380 17889 13696 89381 12321 13697 89382 17954 13702 89383 12337 13698 89384 12319 13695 89385 4714 13694 89386 17953 13699 89387 12320 13701 89388 17953 13699 89389 12337 13698 89390 12322 13703 89391 4715 13700 89392 17954 13702 89393 12322 13703 89394 17893 13674 89395 12184 13673 89396 12320 13701 89397 4715 13700 89398 17892 13684 89399 12320 13701 89400 17892 13684 89401 12318 13683 89402 12339 13705 89403 4716 13704 89404 17952 13693 89405 12339 13705 89406 17960 13710 89407 12338 13706 89408 12320 13701 89409 4716 13704 89410 17953 13699 89411 12176 13708 89412 4717 13707 89413 17886 13451 89414 12176 13708 89415 17887 13466 89416 12340 13709 89417 12339 13705 89418 4717 13707 89419 17960 13710 89420 12339 13705 89421 17952 13693 89422 12317 13692 89423 12340 13709 89424 17887 13466 89425 12183 13465 89426 12319 13695 89427 4718 13711 89428 17891 13460 89429 12319 13695 89430 17953 13699 89431 12338 13706 89432 12340 13709 89433 4718 13711 89434 17960 13710 89435 12321 13697 89436 17889 13696 89437 12179 13713 89438 12179 13713 89439 17890 13722 89440 12312 13714 89441 12312 13714 89442 17949 13717 89443 12341 13715 89444 12321 13697 89445 4719 13712 89446 17954 13702 89447 12322 13703 89448 17954 13702 89449 12341 13715 89450 12311 13718 89451 4720 13716 89452 17949 13717 89453 12185 13720 89454 4720 13716 89455 17888 13719 89456 12322 13703 89457 4720 13716 89458 17893 13674 89459 12225 13522 89460 4721 13721 89461 17890 13722 89462 12225 13522 89463 17917 13521 89464 12326 13723 89465 12342 13725 89466 4721 13721 89467 17955 13724 89468 12342 13725 89469 17949 13717 89470 12312 13714 89471 12342 13725 89472 4722 13726 89473 17949 13717 89474 12342 13725 89475 17955 13724 89476 12325 13727 89477 12224 13729 89478 4722 13726 89479 17916 13728 89480 12224 13729 89481 17888 13719 89482 12311 13718 89483 12324 13731 89484 17916 13728 89485 12327 13732 89486 12343 13736 89487 4723 13730 89488 17956 13733 89489 12328 13735 89490 17948 13574 89491 12294 13573 89492 12343 13736 89493 17956 13733 89494 12328 13735 89495 12323 13761 89496 4725 13737 89497 17915 13738 89498 12327 13732 89499 17916 13728 89500 12325 13727 89501 12345 13740 89502 4726 13739 89503 17955 13724 89504 12345 13740 89505 17961 13744 89506 12344 13741 89507 12344 13741 89508 17956 13733 89509 12327 13732 89510 12237 13551 89511 4727 13742 89512 17917 13521 89513 12237 13551 89514 17923 13550 89515 12346 13743 89516 12345 13740 89517 4727 13742 89518 17961 13744 89519 12345 13740 89520 17955 13724 89521 12326 13723 89522 12293 13580 89523 4728 13745 89524 17923 13550 89525 12328 13735 89526 4728 13745 89527 17948 13574 89528 12328 13735 89529 17956 13733 89530 12344 13741 89531 12346 13743 89532 4728 13745 89533 17961 13744 89534 12185 13720 89535 4729 13746 89536 17893 13674 89537 12185 13720 89538 17888 13719 89539 12330 13747 89540 12347 13749 89541 4729 13746 89542 17957 13748 89543 12347 13749 89544 17951 13676 89545 12316 13675 89546 12347 13749 89547 4730 13750 89548 17951 13676 89549 12347 13749 89550 17957 13748 89551 12329 13751 89552 12170 13442 89553 4730 13750 89554 17884 13443 89555 12170 13442 89556 17885 13448 89557 12315 13681 89558 12224 13729 89559 4731 13752 89560 17888 13719 89561 12224 13729 89562 17916 13728 89563 12332 13753 89564 12348 13755 89565 4731 13752 89566 17958 13754 89567 12348 13755 89568 17957 13748 89569 12330 13747 89570 12348 13755 89571 4732 13756 89572 17957 13748 89573 12348 13755 89574 17958 13754 89575 12331 13757 89576 12168 13437 89577 4732 13756 89578 17883 13454 89579 12168 13437 89580 17884 13443 89581 12329 13751 89582 12324 13731 89583 4733 13758 89584 17916 13728 89585 12349 13759 89586 17958 13754 89587 12332 13753 89588 12223 13514 89589 4734 13760 89590 17915 13738 89591 12175 13763 89592 17883 13454 89593 12331 13757 89594 12349 13759 89595 4735 13762 89596 17958 13754 89597 12353 13765 89598 17965 13779 89599 12360 13766 89600 12360 13766 89601 17964 13782 89602 12352 13767 89603 12352 13767 89604 17801 13799 89605 12057 13768 89606 12353 13765 89607 4736 13764 89608 17799 13769 89609 12353 13765 89610 17799 13769 89611 12351 13771 89612 12362 13773 89613 4737 13770 89614 17962 13772 89615 12362 13773 89616 17969 13955 89617 12361 13774 89618 12361 13774 89619 17965 13779 89620 12353 13765 89621 12056 13777 89622 4738 13775 89623 17797 13457 89624 12056 13777 89625 17800 13819 89626 12354 13778 89627 12361 13774 89628 4738 13775 89629 17965 13779 89630 12361 13774 89631 17969 13955 89632 12363 13776 89633 12355 13781 89634 17801 13799 89635 12352 13767 89636 12365 13783 89637 4739 13780 89638 17964 13782 89639 12365 13783 89640 17970 13790 89641 12364 13784 89642 12355 13781 89643 4739 13780 89644 17966 13785 89645 12189 13788 89646 4740 13786 89647 17896 13787 89648 12189 13788 89649 17900 13823 89650 12356 13789 89651 12356 13789 89652 17966 13785 89653 12364 13784 89654 12366 13471 89655 4740 13786 89656 17970 13790 89657 12351 13771 89658 17799 13769 89659 12357 13792 89660 12368 13794 89661 4741 13791 89662 17967 13793 89663 12368 13794 89664 17971 13525 89665 12367 13795 89666 12351 13771 89667 4741 13791 89668 17962 13772 89669 12218 13519 89670 4742 13796 89671 17911 13548 89672 12350 13797 89673 4742 13796 89674 17798 13518 89675 12350 13797 89676 17962 13772 89677 12367 13795 89678 12367 13795 89679 17971 13525 89680 12369 13524 89681 12357 13792 89682 17799 13769 89683 12057 13768 89684 12358 13800 89685 4743 13798 89686 17801 13799 89687 12358 13800 89688 17968 13803 89689 12372 13801 89690 12357 13792 89691 4743 13798 89692 17967 13793 89693 12368 13794 89694 17967 13793 89695 12372 13801 89696 12359 13804 89697 4744 13802 89698 17968 13803 89699 12359 13804 89700 17912 13532 89701 12414 13531 89702 12368 13794 89703 4744 13802 89704 17971 13525 89705 12373 13807 89706 4745 13805 89707 17945 13619 89708 12373 13807 89709 17972 16676 89710 12371 13808 89711 12371 13808 89712 17910 13880 89713 12272 13809 89714 12277 13806 89715 4745 13805 89716 17939 13810 89717 12194 13814 89718 4747 13811 89719 17901 13813 89720 12194 13814 89721 17803 13252 89722 12059 13644 89723 12060 13815 89724 4747 13811 89725 17782 13237 89726 12060 13815 89727 17804 13892 89728 12299 13812 89729 12073 13817 89730 17819 13249 89731 12374 13818 89732 12360 13766 89733 4748 13816 89734 17964 13782 89735 12360 13766 89736 17965 13779 89737 12354 13778 89738 12073 13817 89739 4748 13816 89740 17800 13819 89741 12365 13783 89742 17964 13782 89743 12374 13818 89744 12374 13818 89745 17819 13249 89746 12078 13248 89747 12375 13472 89748 4749 13820 89749 17820 13473 89750 12365 13783 89751 4749 13820 89752 17970 13790 89753 12064 13419 89754 4750 13821 89755 17808 13647 89756 12064 13419 89757 17814 13288 89758 12216 13280 89759 12050 13277 89760 4750 13821 89761 17791 13279 89762 12050 13277 89763 17789 13240 89764 12410 13239 89765 12378 13824 89766 4751 13822 89767 17900 13823 89768 12378 13824 89769 17973 13836 89770 12377 13825 89771 12376 13827 89772 4751 13822 89773 17974 13826 89774 12376 13827 89775 17966 13785 89776 12356 13789 89777 12355 13781 89778 17966 13785 89779 12376 13827 89780 12380 13829 89781 4752 13828 89782 17974 13826 89783 12380 13829 89784 17975 13858 89785 12379 13830 89786 12355 13781 89787 4752 13828 89788 17801 13799 89789 12386 13834 89790 4753 13831 89791 17895 13833 89792 12386 13834 89793 17978 13847 89794 12385 13835 89795 12378 13824 89796 4753 13831 89797 17973 13836 89798 12378 13824 89799 17900 13823 89800 12190 13832 89801 12186 13838 89802 17786 13884 89803 12383 13839 89804 12387 13841 89805 4754 13837 89806 17977 13840 89807 12387 13841 89808 17978 13847 89809 12386 13834 89810 12386 13834 89811 17895 13833 89812 12186 13838 89813 12387 13841 89814 17977 13840 89815 12390 13843 89816 12389 13845 89817 4755 13842 89818 17980 13844 89819 12389 13845 89820 17979 13849 89821 12388 13846 89822 12387 13841 89823 4755 13842 89824 17978 13847 89825 12385 13835 89826 17978 13847 89827 12388 13846 89828 12392 13850 89829 4756 13848 89830 17979 13849 89831 12392 13850 89832 17981 17836 89833 12391 13851 89834 12391 13851 89835 17973 13836 89836 12385 13835 89837 12384 13853 89838 17976 16679 89839 12394 13854 89840 12394 13854 89841 17982 13861 89842 12393 13855 89843 12393 13855 89844 17980 13844 89845 12390 13843 89846 12384 13853 89847 4757 13852 89848 17977 13840 89849 12396 13859 89850 4758 13856 89851 17975 13858 89852 12396 13859 89853 17983 13865 89854 12395 13860 89855 12394 13854 89856 4758 13856 89857 17982 13861 89858 12394 13854 89859 17976 16679 89860 12382 13857 89861 12398 13863 89862 4759 13862 89863 17974 13826 89864 12398 13863 89865 17984 13868 89866 12397 13864 89867 12396 13859 89868 4759 13862 89869 17983 13865 89870 12396 13859 89871 17975 13858 89872 12380 13829 89873 12391 13851 89874 4760 13866 89875 17973 13836 89876 12391 13851 89877 17981 17836 89878 12399 13867 89879 12398 13863 89880 4760 13866 89881 17984 13868 89882 12398 13863 89883 17974 13826 89884 12377 13825 89885 12400 13870 89886 4761 13869 89887 17983 13865 89888 12402 13872 89889 4761 13869 89890 17985 13871 89891 12401 13874 89892 4761 13869 89893 17986 13873 89894 12401 13874 89895 17982 13861 89896 12395 13860 89897 12217 13876 89898 17786 13884 89899 12404 13877 89900 12276 13879 89901 4762 13875 89902 17944 13878 89903 12276 13879 89904 17939 13810 89905 12272 13809 89906 12217 13876 89907 4762 13875 89908 17910 13880 89909 12188 13882 89910 17899 16688 89911 12405 13883 89912 12405 13883 89913 17944 13878 89914 12404 13877 89915 12186 13838 89916 4763 13881 89917 17786 13884 89918 12188 13882 89919 4763 13881 89920 17895 13833 89921 12308 13886 89922 17913 13512 89923 12415 13887 89924 12205 13475 89925 4765 13885 89926 17906 13663 89927 12309 13889 89928 17906 13663 89929 12415 13887 89930 12221 13542 89931 4766 13888 89932 17913 13512 89933 12309 13889 89934 4766 13888 89935 17831 18924 89936 12416 13891 89937 4767 13890 89938 17783 13244 89939 12060 13815 89940 4767 13890 89941 17804 13892 89942 12060 13815 89943 17782 13237 89944 12046 13236 89945 12047 13245 89946 4767 13890 89947 17781 13893 89948 12417 13895 89949 17787 13464 89950 12051 13463 89951 12051 13463 89952 17792 13931 89953 12421 13896 89954 12433 13898 89955 4768 13894 89956 17990 13897 89957 12433 13898 89958 17988 13911 89959 12417 13895 89960 12418 13900 89961 17988 13911 89962 12433 13898 89963 12433 13898 89964 17990 13897 89965 12422 13901 89966 12422 13901 89967 17875 13399 89968 12157 13398 89969 12418 13900 89970 4769 13899 89971 17873 13407 89972 12056 13777 89973 4770 13902 89974 17800 13819 89975 12056 13777 89976 17797 13457 89977 12423 13904 89978 12434 13906 89979 4770 13902 89980 17991 13905 89981 12434 13906 89982 17989 13928 89983 12419 13903 89984 12423 13904 89985 17797 13457 89986 12055 13456 89987 12417 13895 89988 4771 13907 89989 17787 13464 89990 12417 13895 89991 17988 13911 89992 12435 13908 89993 12423 13904 89994 4771 13907 89995 17991 13905 89996 12424 13910 89997 17991 13905 89998 12435 13908 89999 12418 13900 90000 4772 13909 90001 17988 13911 90002 12418 13900 90003 17873 13407 90004 12159 13406 90005 12424 13910 90006 4772 13909 90007 17876 13912 90008 12431 13914 90009 17815 13415 90010 12301 13646 90011 12425 13915 90012 4773 13913 90013 17802 13642 90014 12425 13915 90015 17992 13926 90016 12436 13916 90017 12431 13914 90018 4773 13913 90019 17995 13917 90020 12430 13919 90021 17879 13412 90022 12160 13411 90023 12426 13921 90024 4774 13918 90025 17877 13920 90026 12426 13921 90027 17992 13926 90028 12437 13922 90029 12430 13919 90030 4774 13918 90031 17994 13923 90032 12429 13925 90033 17994 13923 90034 12437 13922 90035 12425 13915 90036 4775 13924 90037 17992 13926 90038 12425 13915 90039 17802 13642 90040 12074 13250 90041 12074 13250 90042 17819 13249 90043 12429 13925 90044 12438 13929 90045 4776 13927 90046 17989 13928 90047 12429 13925 90048 4776 13927 90049 17994 13923 90050 12073 13817 90051 4776 13927 90052 17819 13249 90053 12073 13817 90054 17800 13819 90055 12419 13903 90056 12063 13421 90057 4777 13930 90058 17792 13931 90059 12063 13421 90060 17807 13417 90061 12427 13932 90062 12439 13934 90063 4777 13930 90064 17993 13933 90065 12439 13934 90066 17990 13897 90067 12421 13896 90068 12439 13934 90069 4778 13935 90070 17990 13897 90071 12439 13934 90072 17993 13933 90073 12428 13936 90074 12158 13402 90075 4778 13935 90076 17878 13937 90077 12158 13402 90078 17875 13399 90079 12422 13901 90080 12305 13416 90081 4779 13938 90082 17807 13417 90083 12305 13416 90084 17815 13415 90085 12431 13914 90086 12440 13939 90087 4779 13938 90088 17995 13917 90089 12440 13939 90090 17993 13933 90091 12427 13932 90092 12441 13942 90093 4780 13940 90094 17995 13917 90095 12441 13942 90096 17850 13321 90097 12113 13320 90098 12302 13944 90099 4780 13940 90100 17852 13943 90101 12432 13941 90102 4780 13940 90103 17872 13945 90104 12442 13947 90105 4781 13946 90106 17878 13937 90107 12442 13947 90108 17872 13945 90109 12302 13944 90110 12303 13305 90111 4781 13946 90112 17852 13943 90113 12303 13305 90114 17851 13304 90115 12155 13403 90116 12442 13947 90117 4782 13948 90118 17872 13945 90119 12442 13947 90120 17878 13937 90121 12428 13936 90122 12440 13939 90123 4782 13948 90124 17993 13933 90125 12440 13939 90126 17995 13917 90127 12432 13941 90128 12434 13906 90129 17991 13905 90130 12443 13950 90131 12151 13427 90132 4783 13949 90133 17847 13310 90134 12151 13427 90135 17874 13426 90136 12420 13951 90137 12434 13906 90138 4783 13949 90139 17989 13928 90140 12443 13950 90141 4784 13952 90142 17847 13310 90143 12443 13950 90144 17991 13905 90145 12424 13910 90146 12153 13405 90147 4784 13952 90148 17876 13912 90149 12153 13405 90150 17849 13312 90151 12111 13311 90152 12444 13954 90153 4785 13953 90154 17962 13772 90155 12178 13458 90156 4785 13953 90157 17889 13696 90158 12178 13458 90159 17797 13457 90160 12363 13776 90161 12362 13773 90162 4785 13953 90163 17969 13955 90164 12179 13713 90165 17889 13696 90166 12444 13954 90167 12350 13797 90168 4786 13956 90169 17962 13772 90170 12350 13797 90171 17798 13518 90172 12180 13517 90173 12179 13713 90174 4786 13956 90175 17890 13722 90176 12176 13708 90177 17886 13451 90178 12445 13958 90179 12445 13958 90180 17805 13423 90181 12061 13422 90182 12177 13467 90183 4787 13957 90184 17792 13931 90185 12177 13467 90186 17887 13466 90187 12176 13708 90188 12445 13958 90189 4788 13959 90190 17805 13423 90191 12445 13958 90192 17886 13451 90193 12174 13450 90194 12098 13375 90195 4788 13959 90196 17840 13376 90197 12093 13285 90198 4788 13959 90199 17841 13286 90200 12430 13919 90201 17994 13923 90202 12438 13929 90203 12438 13929 90204 17989 13928 90205 12420 13951 90206 12161 13425 90207 4789 13960 90208 17874 13426 90209 12161 13425 90210 17879 13412 90211 12430 13919 90212 12446 13962 90213 4790 13961 90214 17995 13917 90215 12154 13410 90216 4790 13961 90217 17877 13920 90218 12441 13942 90219 4790 13961 90220 17850 13321 90221 12426 13921 90222 17877 13920 90223 12446 13962 90224 12446 13962 90225 17995 13917 90226 12436 13916 90227 12426 13921 90228 4791 13963 90229 17992 13926 90230 12447 13965 90231 17785 14025 90232 12048 13966 90233 12449 13968 90234 4792 13964 90235 17784 13967 90236 12449 13968 90237 17997 13973 90238 12455 13969 90239 12447 13965 90240 4792 13964 90241 17996 13970 90242 12455 13969 90243 4793 13971 90244 17996 13970 90245 12450 13974 90246 4793 13971 90247 17997 13973 90248 12450 13974 90249 17829 13257 90250 12086 13256 90251 12086 13256 90252 17828 13255 90253 12448 13972 90254 12409 13243 90255 4794 13975 90256 17783 13244 90257 12453 13977 90258 4794 13975 90259 17790 13272 90260 12456 13979 90261 4794 13975 90262 17999 13978 90263 12456 13979 90264 17998 13982 90265 12451 13976 90266 12456 13979 90267 4795 13980 90268 17998 13982 90269 12456 13979 90270 17999 13978 90271 12454 13983 90272 12087 13263 90273 4795 13980 90274 17827 13984 90275 12087 13263 90276 17830 13262 90277 12452 13981 90278 12473 15776 90279 19597 15963 90280 19596 18925 90281 13870 13987 90282 18000 13994 90283 12457 13988 90284 12464 13990 90285 4796 13985 90286 18001 13989 90287 12464 13990 90288 18015 14170 90289 13871 13986 90290 12466 13992 90291 18004 14082 90292 12459 13993 90293 13870 13987 90294 4797 13991 90295 18000 13994 90296 12468 13996 90297 18016 14192 90298 12465 13997 90299 12460 13999 90300 4798 13995 90301 18002 13998 90302 12460 13999 90303 18005 14202 90304 12469 14000 90305 12468 13996 90306 4798 13995 90307 18017 14001 90308 12483 14004 90309 17822 16736 90310 12082 13264 90311 12487 14005 90312 4803 14003 90313 17827 13984 90314 12487 14005 90315 18026 14009 90316 12499 14006 90317 12499 14006 90318 18024 16749 90319 12483 14004 90320 12484 14008 90321 18024 16749 90322 12499 14006 90323 12488 14010 90324 4804 14007 90325 18026 14009 90326 12488 14010 90327 17828 13255 90328 12083 13254 90329 12484 14008 90330 4804 14007 90331 17823 14011 90332 12084 13258 90333 4805 14012 90334 17824 14014 90335 12084 13258 90336 17829 13257 90337 12489 14015 90338 12500 14017 90339 4805 14012 90340 18027 14016 90341 12500 14017 90342 18025 16745 90343 12485 14013 90344 12486 14019 90345 18025 16745 90346 12500 14017 90347 12500 14017 90348 18027 14016 90349 12490 14020 90350 12085 13261 90351 4806 14018 90352 17830 13262 90353 12085 13261 90354 17825 13266 90355 12486 14019 90356 12089 14024 90357 4807 14021 90358 17835 14023 90359 12480 14026 90360 4807 14021 90361 17785 14025 90362 12480 14026 90363 18022 14031 90364 12501 14027 90365 12491 14022 90366 4807 14021 90367 18028 14028 90368 12492 14030 90369 18028 14028 90370 12501 14027 90371 12481 14032 90372 4808 14029 90373 18022 14031 90374 12481 14032 90375 17790 13272 90376 12090 13271 90377 12492 14030 90378 4808 14029 90379 17836 13349 90380 12117 13336 90381 4809 14033 90382 17855 14035 90383 12491 14022 90384 4809 14033 90385 17835 14023 90386 12491 14022 90387 18028 14028 90388 12502 14036 90389 12493 14034 90390 4809 14033 90391 18029 14037 90392 12494 14039 90393 18029 14037 90394 12502 14036 90395 12492 14030 90396 4810 14038 90397 18028 14028 90398 12492 14030 90399 17836 13349 90400 12119 13348 90401 12494 14039 90402 4810 14038 90403 17856 13343 90404 12503 14043 90405 4811 14040 90406 18023 14042 90407 12494 14039 90408 4811 14040 90409 18029 14037 90410 12494 14039 90411 17856 13343 90412 12118 13342 90413 12482 14041 90414 4811 14040 90415 17793 14044 90416 12449 13968 90417 4812 14045 90418 17997 13973 90419 12449 13968 90420 17784 13967 90421 12479 14047 90422 12504 14049 90423 4812 14045 90424 18021 14048 90425 12504 14049 90426 18030 14052 90427 12495 14046 90428 12504 14049 90429 4813 14050 90430 18030 14052 90431 12504 14049 90432 18021 14048 90433 12478 14053 90434 12451 13976 90435 4813 14050 90436 17783 13244 90437 12496 14051 90438 4813 14050 90439 17998 13982 90440 12450 13974 90441 4814 14054 90442 17829 13257 90443 12450 13974 90444 17997 13973 90445 12495 14046 90446 12505 14055 90447 4814 14054 90448 18030 14052 90449 12505 14055 90450 18027 14016 90451 12489 14015 90452 12505 14055 90453 4815 14056 90454 18027 14016 90455 12505 14055 90456 18030 14052 90457 12496 14051 90458 12496 14051 90459 17998 13982 90460 12452 13981 90461 12490 14020 90462 4815 14056 90463 17830 13262 90464 12497 14058 90465 17996 13970 90466 12448 13972 90467 12488 14010 90468 4816 14057 90469 17828 13255 90470 12488 14010 90471 18026 14009 90472 12506 14059 90473 12497 14058 90474 4816 14057 90475 18031 14060 90476 12498 14062 90477 18031 14060 90478 12506 14059 90479 12487 14005 90480 4817 14061 90481 18026 14009 90482 12487 14005 90483 17827 13984 90484 12454 13983 90485 12454 13983 90486 17999 13978 90487 12498 14062 90488 12480 14026 90489 17785 14025 90490 12447 13965 90491 12497 14058 90492 4818 14063 90493 17996 13970 90494 12497 14058 90495 18031 14060 90496 12507 14064 90497 12480 14026 90498 4818 14063 90499 18022 14031 90500 12481 14032 90501 18022 14031 90502 12507 14064 90503 12498 14062 90504 4819 14065 90505 18031 14060 90506 12453 13977 90507 4819 14065 90508 17999 13978 90509 12453 13977 90510 17790 13272 90511 12481 14032 90512 12075 13247 90513 4820 14066 90514 17820 13473 90515 12075 13247 90516 17803 13252 90517 12508 14067 90518 12187 13469 90519 4820 14066 90520 17898 14068 90521 12193 14070 90522 17898 14068 90523 12508 14067 90524 12194 13814 90525 4821 14069 90526 17803 13252 90527 12194 13814 90528 17901 13813 90529 12193 14070 90530 12511 14072 90531 4822 14071 90532 18000 13994 90533 12511 14072 90534 18032 14098 90535 12510 14073 90536 12509 14075 90537 4822 14071 90538 18033 14074 90539 12509 14075 90540 18001 13989 90541 12457 13988 90542 12458 14077 90543 18003 14096 90544 12514 14078 90545 12513 14080 90546 4823 14076 90547 18034 14079 90548 12513 14080 90549 18035 14084 90550 12512 14081 90551 12458 14077 90552 4823 14076 90553 18004 14082 90554 12459 13993 90555 18004 14082 90556 12512 14081 90557 12515 14085 90558 4824 14083 90559 18035 14084 90560 12515 14085 90561 18032 14098 90562 12511 14072 90563 12459 13993 90564 4824 14083 90565 18000 13994 90566 12463 14087 90567 18014 18926 90568 13302 14088 90569 13302 14088 90570 18036 14128 90571 12516 14089 90572 12516 14089 90573 18037 14094 90574 13303 14090 90575 12463 14087 90576 4825 14086 90577 18013 14091 90578 12467 14093 90579 18013 14091 90580 13303 14090 90581 12517 14095 90582 4826 14092 90583 18037 14094 90584 12517 14095 90585 18034 14079 90586 12514 14078 90587 12467 14093 90588 4826 14092 90589 18003 14096 90590 12520 14099 90591 4827 14097 90592 18032 14098 90593 12520 14099 90594 18038 14135 90595 12519 14100 90596 12518 14102 90597 4827 14097 90598 18039 14101 90599 12518 14102 90600 18033 14074 90601 12510 14073 90602 12518 14102 90603 4828 14103 90604 18033 14074 90605 12518 14102 90606 18039 14101 90607 12521 14105 90608 13300 14107 90609 4828 14103 90610 18040 14106 90611 13300 14107 90612 18096 14199 90613 12586 14104 90614 12513 14080 90615 18034 14079 90616 12524 14109 90617 12523 14111 90618 4829 14108 90619 18041 14110 90620 12523 14111 90621 18042 14114 90622 12522 14112 90623 12513 14080 90624 4829 14108 90625 18035 14084 90626 12515 14085 90627 18035 14084 90628 12522 14112 90629 12525 14115 90630 4830 14113 90631 18042 14114 90632 12525 14115 90633 18038 14135 90634 12520 14099 90635 12515 14085 90636 4830 14113 90637 18032 14098 90638 13299 14117 90639 18096 14199 90640 13300 14107 90641 12526 14118 90642 4831 14116 90643 18040 14106 90644 13298 14120 90645 4831 14116 90646 18043 14119 90647 13298 14120 90648 18097 14123 90649 13299 14117 90650 13298 14120 90651 4832 14121 90652 18097 14123 90653 13298 14120 90654 18043 14119 90655 12528 14124 90656 12527 14126 90657 4832 14121 90658 18044 14125 90659 12527 14126 90660 18036 14128 90661 12590 14122 90662 12527 14126 90663 4833 14127 90664 18036 14128 90665 12527 14126 90666 18044 14125 90667 12530 14129 90668 12530 14129 90669 18045 14132 90670 12529 14130 90671 12516 14089 90672 4833 14127 90673 18037 14094 90674 12517 14095 90675 18037 14094 90676 12529 14130 90677 12531 14133 90678 4834 14131 90679 18045 14132 90680 12531 14133 90681 18041 14110 90682 12524 14109 90683 12517 14095 90684 4834 14131 90685 18034 14079 90686 13860 14136 90687 4835 14134 90688 18038 14135 90689 13860 14136 90690 18048 14151 90691 13856 14137 90692 13856 14137 90693 18046 14140 90694 12532 14138 90695 12532 14138 90696 18039 14101 90697 12519 14100 90698 12532 14138 90699 4836 14139 90700 18039 14101 90701 12534 14141 90702 4836 14139 90703 18046 14140 90704 12533 14143 90705 4836 14139 90706 18047 14142 90707 12533 14143 90708 18040 14106 90709 12521 14105 90710 12523 14111 90711 18041 14110 90712 13858 14145 90713 12535 14147 90714 4837 14144 90715 18049 14146 90716 12535 14147 90717 18050 14241 90718 13859 14148 90719 12523 14111 90720 4837 14144 90721 18042 14114 90722 13859 14148 90723 4838 14149 90724 18042 14114 90725 13859 14148 90726 18050 14241 90727 12536 14150 90728 13860 14136 90729 4838 14149 90730 18048 14151 90731 13860 14136 90732 18038 14135 90733 12525 14115 90734 12533 14143 90735 4839 14152 90736 18040 14106 90737 12533 14143 90738 18047 14142 90739 13855 14153 90740 13857 14155 90741 4839 14152 90742 18051 14154 90743 13857 14155 90744 18043 14119 90745 12526 14118 90746 12560 14159 90747 4852 14156 90748 18083 14158 90749 12560 14159 90750 18082 18927 90751 12559 14160 90752 12562 14162 90753 18085 15683 90754 12564 14163 90755 12563 14166 90756 4853 14161 90757 18086 14164 90758 12563 14166 90759 18086 14164 90760 12565 14167 90761 12565 14167 90762 18083 14158 90763 12561 14157 90764 12464 13990 90765 4855 14168 90766 18015 14170 90767 12464 13990 90768 18001 13989 90769 12567 14171 90770 12577 14173 90771 4855 14168 90772 18088 14172 90773 12577 14173 90774 18090 14176 90775 12570 14169 90776 12577 14173 90777 4856 14174 90778 18090 14176 90779 12577 14173 90780 18088 14172 90781 12568 14177 90782 12465 13997 90783 4856 14174 90784 18002 13998 90785 12465 13997 90786 18016 14192 90787 12571 14175 90788 13564 14179 90789 18020 17856 90790 12472 14180 90791 12472 14180 90792 18019 14186 90793 12579 14181 90794 13561 14183 90795 4857 14178 90796 18094 14182 90797 13564 14179 90798 4857 14178 90799 18571 14184 90800 12471 14187 90801 4858 14185 90802 18019 14186 90803 12471 14187 90804 18015 14170 90805 12570 14169 90806 12578 14188 90807 4858 14185 90808 18090 14176 90809 12578 14188 90810 18094 14182 90811 12579 14181 90812 12468 13996 90813 4859 14190 90814 18016 14192 90815 12468 13996 90816 18017 14001 90817 12574 14193 90818 12575 14195 90819 18002 13998 90820 12568 14177 90821 12585 14196 90822 4860 14194 90823 18088 14172 90824 12585 14196 90825 18096 14199 90826 12584 14197 90827 12584 14197 90828 18092 14203 90829 12575 14195 90830 12509 14075 90831 4861 14198 90832 18001 13989 90833 12509 14075 90834 18033 14074 90835 12586 14104 90836 12585 14196 90837 4861 14198 90838 18096 14199 90839 12585 14196 90840 18088 14172 90841 12567 14171 90842 12460 13999 90843 4862 14200 90844 18005 14202 90845 12460 13999 90846 18002 13998 90847 12575 14195 90848 12587 14204 90849 4862 14200 90850 18092 14203 90851 12576 14201 90852 4862 14200 90853 18093 14205 90854 12587 14204 90855 4863 14206 90856 18093 14205 90857 12587 14204 90858 18092 14203 90859 12584 14197 90860 13299 14117 90861 4863 14206 90862 18096 14199 90863 13299 14117 90864 18097 14123 90865 12589 14207 90866 12569 14209 90867 18005 14202 90868 12576 14201 90869 12576 14201 90870 18093 14205 90871 12589 14207 90872 12588 14210 90873 4864 14208 90874 18097 14123 90875 12588 14210 90876 18089 14213 90877 12569 14209 90878 13302 14088 90879 4865 14211 90880 18036 14128 90881 13302 14088 90882 18014 18926 90883 13301 14212 90884 12588 14210 90885 4865 14211 90886 18089 14213 90887 12588 14210 90888 18097 14123 90889 12590 14122 90890 12572 14215 90891 18017 14001 90892 12469 14000 90893 12569 14209 90894 4866 14214 90895 18005 14202 90896 12569 14209 90897 18089 14213 90898 12591 14216 90899 12572 14215 90900 4866 14214 90901 18091 14217 90902 12582 14219 90903 18091 14217 90904 12591 14216 90905 13301 14212 90906 4867 14218 90907 18089 14213 90908 13301 14212 90909 18014 18926 90910 13557 14220 90911 13557 14220 90912 18095 15667 90913 12582 14219 90914 13856 14137 90915 4868 14221 90916 18046 14140 90917 13856 14137 90918 18048 14151 90919 12593 14223 90920 12602 14225 90921 4868 14221 90922 18099 14224 90923 12602 14225 90924 18098 14236 90925 13854 14222 90926 12592 14227 90927 18098 14236 90928 12602 14225 90929 12602 14225 90930 18099 14224 90931 12594 14228 90932 12594 14228 90933 18055 18928 90934 12537 14229 90935 12537 14229 90936 18054 14237 90937 12592 14227 90938 13853 14231 90939 18047 14142 90940 12534 14141 90941 12534 14141 90942 18046 14140 90943 13854 14222 90944 13854 14222 90945 18098 14236 90946 12603 14232 90947 13853 14231 90948 4870 14230 90949 18100 14233 90950 12595 14235 90951 18100 14233 90952 12603 14232 90953 12592 14227 90954 4871 14234 90955 18098 14236 90956 12538 14238 90957 4871 14234 90958 18054 14237 90959 12538 14238 90960 18056 15016 90961 12595 14235 90962 12535 14147 90963 4872 14239 90964 18050 14241 90965 12535 14147 90966 18049 14146 90967 12598 14242 90968 12604 14244 90969 4872 14239 90970 18102 14243 90971 12604 14244 90972 18101 14247 90973 12596 14240 90974 12604 14244 90975 4873 14245 90976 18101 14247 90977 12599 14248 90978 4873 14245 90979 18102 14243 90980 12599 14248 90981 18057 15450 90982 12539 14249 90983 12597 14246 90984 4873 14245 90985 18058 14250 90986 12536 14150 90987 4874 14251 90988 18048 14151 90989 12536 14150 90990 18050 14241 90991 12596 14240 90992 12605 14252 90993 4874 14251 90994 18101 14247 90995 12605 14252 90996 18099 14224 90997 12593 14223 90998 12605 14252 90999 4875 14253 91000 18099 14224 91001 12605 14252 91002 18101 14247 91003 12597 14246 91004 12540 14254 91005 4875 14253 91006 18058 14250 91007 12540 14254 91008 18055 18928 91009 12594 14228 91010 12600 14256 91011 18051 14154 91012 13855 14153 91013 13853 14231 91014 4876 14255 91015 18047 14142 91016 13853 14231 91017 18100 14233 91018 12606 14257 91019 12600 14256 91020 4876 14255 91021 18103 14258 91022 12601 14260 91023 18103 14258 91024 12606 14257 91025 12595 14235 91026 4877 14259 91027 18100 14233 91028 12595 14235 91029 18056 15016 91030 12541 14261 91031 12601 14260 91032 4877 14259 91033 18059 14262 91034 12530 14129 91035 4879 14263 91036 18045 14132 91037 12607 14265 91038 4879 14263 91039 18044 14125 91040 12615 14267 91041 4879 14263 91042 18104 14266 91043 12615 14267 91044 18105 15650 91045 12608 14264 91046 12609 14269 91047 18051 14154 91048 12600 14256 91049 12600 14256 91050 18103 14258 91051 12613 14270 91052 12616 14272 91053 18106 14277 91054 12617 14273 91055 12617 14273 91056 18107 15660 91057 12618 14274 91058 12612 14276 91059 18107 15660 91060 12617 14273 91061 12611 14278 91062 4884 14275 91063 18106 14277 91064 12611 14278 91065 18060 15036 91066 12543 14279 91067 12543 14279 91068 18061 15228 91069 12612 14276 91070 12614 14281 91071 18102 14243 91072 12598 14242 91073 12598 14242 91074 18049 14146 91075 12610 14282 91076 12620 14286 91077 4887 14283 91078 18120 14285 91079 12620 14286 91080 18124 15119 91081 12660 14287 91082 12708 14289 91083 4887 14283 91084 18174 14288 91085 12708 14289 91086 18173 17861 91087 12658 14284 91088 12659 14291 91089 18173 17861 91090 12708 14289 91091 12708 14289 91092 18174 14288 91093 12661 14292 91094 12621 14294 91095 4888 14290 91096 18125 14293 91097 12659 14291 91098 4888 14290 91099 18123 14295 91100 12622 14299 91101 4889 14296 91102 18122 14298 91103 12662 14301 91104 4889 14296 91105 18126 14300 91106 12662 14301 91107 18175 14305 91108 12709 14302 91109 12709 14302 91110 18172 15509 91111 12657 14297 91112 12656 14304 91113 18172 15509 91114 12709 14302 91115 12663 14306 91116 4890 14303 91117 18175 14305 91118 12663 14306 91119 18127 14590 91120 12623 14307 91121 12656 14304 91122 4890 14303 91123 18121 14308 91124 12625 14312 91125 4891 14309 91126 18131 14311 91127 12625 14312 91128 18133 15294 91129 12668 14313 91130 12710 14315 91131 4891 14309 91132 18178 14314 91133 12710 14315 91134 18177 17864 91135 12667 14310 91136 12666 14317 91137 18177 17864 91138 12710 14315 91139 12710 14315 91140 18178 14314 91141 12669 14318 91142 12626 14320 91143 4892 14316 91144 18134 14319 91145 12666 14317 91146 4892 14316 91147 18130 14321 91148 12627 14325 91149 4893 14322 91150 18129 14324 91151 12670 14327 91152 4893 14322 91153 18135 14326 91154 12670 14327 91155 18179 14331 91156 12711 14328 91157 12711 14328 91158 18176 15498 91159 12665 14323 91160 12664 14330 91161 18176 15498 91162 12711 14328 91163 12671 14332 91164 4894 14329 91165 18179 14331 91166 12671 14332 91167 18132 15302 91168 12624 14333 91169 12664 14330 91170 4894 14329 91171 18128 14334 91172 12629 14338 91173 4895 14335 91174 18139 14337 91175 12629 14338 91176 18141 14501 91177 12676 14339 91178 12712 14341 91179 4895 14335 91180 18182 14340 91181 12712 14341 91182 18181 17873 91183 12675 14336 91184 12674 14343 91185 18181 17873 91186 12712 14341 91187 12712 14341 91188 18182 14340 91189 12677 14344 91190 12630 14346 91191 4896 14342 91192 18142 14345 91193 12674 14343 91194 4896 14342 91195 18138 14347 91196 12631 14351 91197 4897 14348 91198 18137 14350 91199 12679 14353 91200 4897 14348 91201 18143 14352 91202 12679 14353 91203 18183 14357 91204 12713 14354 91205 12713 14354 91206 18180 17866 91207 12673 14349 91208 12672 14356 91209 18180 17866 91210 12713 14354 91211 12678 14358 91212 4898 14355 91213 18183 14357 91214 12678 14358 91215 18140 14935 91216 12628 14359 91217 12672 14356 91218 4898 14355 91219 18136 14360 91220 12632 14364 91221 4899 14361 91222 18152 14363 91223 12632 14364 91224 18156 14469 91225 12692 14365 91226 12714 14367 91227 4899 14361 91228 18190 14366 91229 12714 14367 91230 18188 14578 91231 12688 14362 91232 12689 14369 91233 18188 14578 91234 12714 14367 91235 12693 14370 91236 4900 14368 91237 18190 14366 91238 12693 14370 91239 18157 14474 91240 12633 14371 91241 12689 14369 91242 4900 14368 91243 18153 14372 91244 12691 14374 91245 18154 18929 91246 12634 14375 91247 12634 14375 91248 18158 14476 91249 12694 14376 91250 12715 14378 91251 4901 14373 91252 18191 14377 91253 12715 14378 91254 18189 14587 91255 12691 14374 91256 12690 14380 91257 18189 14587 91258 12715 14378 91259 12695 14381 91260 4902 14379 91261 18191 14377 91262 12695 14381 91263 18159 14484 91264 12635 14382 91265 12690 14380 91266 4902 14379 91267 18155 14383 91268 12637 14387 91269 4903 14384 91270 18149 14386 91271 12637 14387 91272 18161 14452 91273 12696 14388 91274 12716 14390 91275 4903 14384 91276 18192 14389 91277 12716 14390 91278 18186 14547 91279 12684 14385 91280 12685 14392 91281 18186 14547 91282 12716 14390 91283 12697 14393 91284 4904 14391 91285 18192 14389 91286 12697 14393 91287 18162 14457 91288 12638 14394 91289 12685 14392 91290 4904 14391 91291 18150 14395 91292 12639 14399 91293 4905 14396 91294 18151 14398 91295 12639 14399 91296 18163 14459 91297 12699 14400 91298 12717 14402 91299 4905 14396 91300 18193 14401 91301 12717 14402 91302 18187 14556 91303 12687 14397 91304 12686 14404 91305 18187 14556 91306 12717 14402 91307 12698 14405 91308 4906 14403 91309 18193 14401 91310 12698 14405 91311 18160 14467 91312 12636 14406 91313 12686 14404 91314 4906 14403 91315 18148 14407 91316 12641 14411 91317 4907 14408 91318 18145 14410 91319 12641 14411 91320 18165 14432 91321 12700 14412 91322 12718 14414 91323 4907 14408 91324 18194 14413 91325 12718 14414 91326 18184 14509 91327 12680 14409 91328 12681 14416 91329 18184 14509 91330 12718 14414 91331 12718 14414 91332 18194 14413 91333 12701 14417 91334 12701 14417 91335 18166 14440 91336 12642 14418 91337 12642 14418 91338 18146 18930 91339 12681 14416 91340 12643 14422 91341 4909 14419 91342 18147 14421 91343 12643 14422 91344 18167 14442 91345 12703 14423 91346 12719 14425 91347 4909 14419 91348 18195 14424 91349 12719 14425 91350 18185 14524 91351 12683 14420 91352 12682 14427 91353 18185 14524 91354 12719 14425 91355 12702 14428 91356 4910 14426 91357 18195 14424 91358 12702 14428 91359 18164 14450 91360 12640 14429 91361 12682 14427 91362 4910 14426 91363 18144 14430 91364 13802 14433 91365 4911 14431 91366 18165 14432 91367 13802 14433 91368 18687 14982 91369 13788 14434 91370 13792 14436 91371 4911 14431 91372 18684 14435 91373 13792 14436 91374 18194 14413 91375 12700 14412 91376 13792 14436 91377 4912 14437 91378 18194 14413 91379 13789 14438 91380 4912 14437 91381 18684 14435 91382 13789 14438 91383 18686 14898 91384 13791 14439 91385 12701 14417 91386 4912 14437 91387 18166 14440 91388 12645 14443 91389 4913 14441 91390 18167 14442 91391 12645 14443 91392 18116 14849 91393 12705 14444 91394 12720 14446 91395 4913 14441 91396 18196 14445 91397 12720 14446 91398 18195 14424 91399 12703 14423 91400 12702 14428 91401 18195 14424 91402 12720 14446 91403 12704 14448 91404 4914 14447 91405 18196 14445 91406 12704 14448 91407 18118 14764 91408 12644 14449 91409 12702 14428 91410 4914 14447 91411 18164 14450 91412 12647 14453 91413 4915 14451 91414 18161 14452 91415 12647 14453 91416 18118 14764 91417 12704 14448 91418 12721 14454 91419 4915 14451 91420 18196 14445 91421 12721 14454 91422 18192 14389 91423 12696 14388 91424 12697 14393 91425 18192 14389 91426 12721 14454 91427 12705 14444 91428 4916 14455 91429 18196 14445 91430 12705 14444 91431 18116 14849 91432 12648 14456 91433 12697 14393 91434 4916 14455 91435 18162 14457 91436 12649 14460 91437 4917 14458 91438 18163 14459 91439 12649 14460 91440 18117 15058 91441 12707 14461 91442 12722 14463 91443 4917 14458 91444 18197 14462 91445 12722 14463 91446 18193 14401 91447 12699 14400 91448 12698 14405 91449 18193 14401 91450 12722 14463 91451 12706 14465 91452 4918 14464 91453 18197 14462 91454 12706 14465 91455 18119 15170 91456 12646 14466 91457 12698 14405 91458 4918 14464 91459 18160 14467 91460 12650 14470 91461 4919 14468 91462 18156 14469 91463 12650 14470 91464 18119 15170 91465 12706 14465 91466 12723 14471 91467 4919 14468 91468 18197 14462 91469 12723 14471 91470 18190 14366 91471 12692 14365 91472 12693 14370 91473 18190 14366 91474 12723 14471 91475 12707 14461 91476 4920 14472 91477 18197 14462 91478 12707 14461 91479 18117 15058 91480 12651 14473 91481 12693 14370 91482 4920 14472 91483 18157 14474 91484 12652 14477 91485 4921 14475 91486 18158 14476 91487 12652 14477 91488 18113 14606 91489 12739 14478 91490 12738 14480 91491 4921 14475 91492 18114 14479 91493 12738 14480 91494 18191 14377 91495 12694 14376 91496 12695 14381 91497 18191 14377 91498 12738 14480 91499 12619 14482 91500 4922 14481 91501 18114 14479 91502 12619 14482 91503 18115 14613 91504 12653 14483 91505 12695 14381 91506 4922 14481 91507 18159 14484 91508 12730 14486 91509 18065 14815 91510 12545 14487 91511 12732 14489 91512 4923 14485 91513 18066 14488 91514 12732 14489 91515 18202 14878 91516 12737 14490 91517 12730 14486 91518 4923 14485 91519 18201 14491 91520 12742 14493 91521 18079 15073 91522 12743 14494 91523 12740 14496 91524 4924 14492 91525 18110 14495 91526 12740 14496 91527 18170 14598 91528 12741 14497 91529 12742 14493 91530 4924 14492 91531 18112 14498 91532 12752 14500 91533 18182 14340 91534 12676 14339 91535 12746 14502 91536 4925 14499 91537 18141 14501 91538 12746 14502 91539 18207 14507 91540 12756 14503 91541 12752 14500 91542 4925 14499 91543 18210 14504 91544 12753 14506 91545 18210 14504 91546 12756 14503 91547 12747 14508 91548 4926 14505 91549 18207 14507 91550 12747 14508 91551 18145 14410 91552 12680 14409 91553 12753 14506 91554 4926 14505 91555 18184 14509 91556 12748 14511 91557 18142 14345 91558 12677 14344 91559 12752 14500 91560 4927 14510 91561 18182 14340 91562 12752 14500 91563 18210 14504 91564 12757 14512 91565 12748 14511 91566 4927 14510 91567 18208 14513 91568 12757 14512 91569 4928 14514 91570 18208 14513 91571 12757 14512 91572 18210 14504 91573 12753 14506 91574 12681 14416 91575 4928 14514 91576 18184 14509 91577 12681 14416 91578 18146 18930 91579 12749 14515 91580 12679 14353 91581 4929 14516 91582 18183 14357 91583 12679 14353 91584 18143 14352 91585 12750 14518 91586 12758 14520 91587 4929 14516 91588 18209 14519 91589 12758 14520 91590 18211 14527 91591 12754 14517 91592 12755 14522 91593 18211 14527 91594 12758 14520 91595 12751 14523 91596 4930 14521 91597 18209 14519 91598 12751 14523 91599 18147 14421 91600 12683 14420 91601 12755 14522 91602 4930 14521 91603 18185 14524 91604 12744 14526 91605 18140 14935 91606 12678 14358 91607 12678 14358 91608 18183 14357 91609 12754 14517 91610 12759 14528 91611 4931 14525 91612 18211 14527 91613 12744 14526 91614 4931 14525 91615 18206 14529 91616 12745 14531 91617 18206 14529 91618 12759 14528 91619 12755 14522 91620 4932 14530 91621 18211 14527 91622 12755 14522 91623 18185 14524 91624 12682 14427 91625 12682 14427 91626 18144 14430 91627 12745 14531 91628 12768 14533 91629 18178 14314 91630 12668 14313 91631 12668 14313 91632 18133 15294 91633 12762 14534 91634 12772 14536 91635 4933 14532 91636 18213 14535 91637 12772 14536 91638 18216 14539 91639 12768 14533 91640 12772 14536 91641 4934 14537 91642 18216 14539 91643 12772 14536 91644 18213 14535 91645 12763 14540 91646 12684 14385 91647 4934 14537 91648 18149 14386 91649 12684 14385 91650 18186 14547 91651 12769 14538 91652 12764 14542 91653 18134 14319 91654 12669 14318 91655 12768 14533 91656 4935 14541 91657 18178 14314 91658 12768 14533 91659 18216 14539 91660 12773 14543 91661 12764 14542 91662 4935 14541 91663 18214 14544 91664 12773 14543 91665 4936 14545 91666 18214 14544 91667 12773 14543 91668 18216 14539 91669 12769 14538 91670 12685 14392 91671 4936 14545 91672 18186 14547 91673 12685 14392 91674 18150 14395 91675 12765 14546 91676 12670 14327 91677 4937 14548 91678 18179 14331 91679 12670 14327 91680 18135 14326 91681 12766 14550 91682 12774 14552 91683 4937 14548 91684 18215 14551 91685 12774 14552 91686 18217 14563 91687 12770 14549 91688 12771 14554 91689 18217 14563 91690 12774 14552 91691 12767 14555 91692 4938 14553 91693 18215 14551 91694 12767 14555 91695 18151 14398 91696 12687 14397 91697 12771 14554 91698 4938 14553 91699 18187 14556 91700 12760 14558 91701 18132 15302 91702 12671 14332 91703 12671 14332 91704 18179 14331 91705 12770 14549 91706 12770 14549 91707 18217 14563 91708 12775 14559 91709 12760 14558 91710 4939 14557 91711 18212 14560 91712 12761 14562 91713 18212 14560 91714 12775 14559 91715 12771 14554 91716 4940 14561 91717 18217 14563 91718 12771 14554 91719 18187 14556 91720 12686 14404 91721 12761 14562 91722 4940 14561 91723 18148 14407 91724 12784 14565 91725 18174 14288 91726 12660 14287 91727 12660 14287 91728 18124 15119 91729 12776 14566 91730 12776 14566 91731 18218 14656 91732 12788 14567 91733 12784 14565 91734 4941 14564 91735 18222 14568 91736 12788 14567 91737 4942 14569 91738 18222 14568 91739 12788 14567 91740 18218 14656 91741 12777 14571 91742 12777 14571 91743 18152 14363 91744 12688 14362 91745 12688 14362 91746 18188 14578 91747 12785 14570 91748 12778 14573 91749 18125 14293 91750 12661 14292 91751 12784 14565 91752 4943 14572 91753 18174 14288 91754 12784 14565 91755 18222 14568 91756 12789 14574 91757 12778 14573 91758 4943 14572 91759 18219 14575 91760 12789 14574 91761 4944 14576 91762 18219 14575 91763 12789 14574 91764 18222 14568 91765 12785 14570 91766 12689 14369 91767 4944 14576 91768 18188 14578 91769 12689 14369 91770 18153 14372 91771 12779 14577 91772 12662 14301 91773 4945 14579 91774 18175 14305 91775 12662 14301 91776 18126 14300 91777 12780 14581 91778 12790 14583 91779 4945 14579 91780 18220 14582 91781 12790 14583 91782 18223 14591 91783 12786 14580 91784 12787 14585 91785 18223 14591 91786 12790 14583 91787 12781 14586 91788 4946 14584 91789 18220 14582 91790 12781 14586 91791 18154 18929 91792 12691 14374 91793 12787 14585 91794 4946 14584 91795 18189 14587 91796 12663 14306 91797 4947 14588 91798 18127 14590 91799 12663 14306 91800 18175 14305 91801 12786 14580 91802 12791 14592 91803 4947 14588 91804 18223 14591 91805 12791 14592 91806 18221 14595 91807 12782 14589 91808 12791 14592 91809 4948 14593 91810 18221 14595 91811 12791 14592 91812 18223 14591 91813 12787 14585 91814 12690 14380 91815 4948 14593 91816 18189 14587 91817 12690 14380 91818 18155 14383 91819 12783 14594 91820 12792 14597 91821 18112 14498 91822 12741 14497 91823 12799 14599 91824 4949 14596 91825 18170 14598 91826 12799 14599 91827 18227 14604 91828 12804 14600 91829 12792 14597 91830 4949 14596 91831 18224 14601 91832 12793 14603 91833 18224 14601 91834 12804 14600 91835 12798 14605 91836 4950 14602 91837 18227 14604 91838 12798 14605 91839 18114 14479 91840 12739 14478 91841 12793 14603 91842 4950 14602 91843 18113 14606 91844 12740 14496 91845 4951 14607 91846 18170 14598 91847 12740 14496 91848 18110 14495 91849 12794 14608 91850 12805 14610 91851 4951 14607 91852 18225 14609 91853 12805 14610 91854 18227 14604 91855 12799 14599 91856 12805 14610 91857 4952 14611 91858 18227 14604 91859 12805 14610 91860 18225 14609 91861 12795 14612 91862 12619 14482 91863 4952 14611 91864 18115 14613 91865 12619 14482 91866 18114 14479 91867 12798 14605 91868 12629 14338 91869 18139 14337 91870 12810 14615 91871 12809 14617 91872 4953 14614 91873 18232 14616 91874 12809 14617 91875 18231 14924 91876 12808 14618 91877 12808 14618 91878 18141 14501 91879 12629 14338 91880 12628 14359 91881 18140 14935 91882 12807 14620 91883 12807 14620 91884 18230 14921 91885 12812 14621 91886 12811 14623 91887 4954 14619 91888 18233 14622 91889 12811 14623 91890 18136 14360 91891 12628 14359 91892 12625 14312 91893 18131 14311 91894 12816 14625 91895 12815 14627 91896 4955 14624 91897 18236 14626 91898 12814 14629 91899 4955 14624 91900 18235 14628 91901 12814 14629 91902 18133 15294 91903 12625 14312 91904 12624 14333 91905 18132 15302 91906 12813 14631 91907 12813 14631 91908 18234 15310 91909 12818 14632 91910 12817 14634 91911 4956 14630 91912 18237 14633 91913 12817 14634 91914 18128 14334 91915 12624 14333 91916 12623 14307 91917 18127 14590 91918 12819 14636 91919 12822 14638 91920 4957 14635 91921 18239 14637 91922 12821 14640 91923 4957 14635 91924 18240 14639 91925 12821 14640 91926 18121 14308 91927 12623 14307 91928 12620 14286 91929 18120 14285 91930 12824 14642 91931 12823 14644 91932 4958 14641 91933 18241 14643 91934 12823 14644 91935 18238 15136 91936 12820 14645 91937 12820 14645 91938 18124 15119 91939 12620 14286 91940 12783 14594 91941 18155 14383 91942 12827 14647 91943 12826 14649 91944 4959 14646 91945 18243 14648 91946 12826 14649 91947 18242 18931 91948 12825 14650 91949 12783 14594 91950 4959 14646 91951 18221 14595 91952 12825 14650 91953 4960 14651 91954 18221 14595 91955 12825 14650 91956 18242 18931 91957 12829 14652 91958 12828 14654 91959 4960 14651 91960 18244 14653 91961 12828 14654 91962 18127 14590 91963 12782 14589 91964 12832 14657 91965 4961 14655 91966 18218 14656 91967 12832 14657 91968 18245 15161 91969 12831 14658 91970 12830 14660 91971 4961 14655 91972 18246 14659 91973 12830 14660 91974 18152 14363 91975 12777 14571 91976 12776 14566 91977 18124 15119 91978 12834 14662 91979 12833 14664 91980 4962 14661 91981 18247 14663 91982 12833 14664 91983 18245 15161 91984 12832 14657 91985 12776 14566 91986 4962 14661 91987 18218 14656 91988 12837 14666 91989 4963 14665 91990 18213 14535 91991 12837 14666 91992 18248 18932 91993 12836 14667 91994 12835 14669 91995 4963 14665 91996 18249 14668 91997 12835 14669 91998 18149 14386 91999 12763 14540 92000 12762 14534 92001 18133 15294 92002 12839 14671 92003 12838 14673 92004 4964 14670 92005 18250 14672 92006 12838 14673 92007 18248 18932 92008 12837 14666 92009 12762 14534 92010 4964 14670 92011 18213 14535 92012 12761 14562 92013 18148 14407 92014 12842 14675 92015 12841 14677 92016 4965 14674 92017 18252 14676 92018 12841 14677 92019 18251 18933 92020 12840 14678 92021 12761 14562 92022 4965 14674 92023 18212 14560 92024 12840 14678 92025 4966 14679 92026 18212 14560 92027 12840 14678 92028 18251 18933 92029 12844 14680 92030 12843 14682 92031 4966 14679 92032 18253 14681 92033 12843 14682 92034 18132 15302 92035 12760 14558 92036 12847 14684 92037 4967 14683 92038 18207 14507 92039 12847 14684 92040 18254 18934 92041 12846 14685 92042 12845 14687 92043 4967 14683 92044 18255 14686 92045 12845 14687 92046 18145 14410 92047 12747 14508 92048 12746 14502 92049 18141 14501 92050 12849 14689 92051 12848 14691 92052 4968 14688 92053 18256 14690 92054 12848 14691 92055 18254 18934 92056 12847 14684 92057 12746 14502 92058 4968 14688 92059 18207 14507 92060 12745 14531 92061 18144 14430 92062 12852 14693 92063 12851 14695 92064 4969 14692 92065 18258 14694 92066 12851 14695 92067 18257 18935 92068 12850 14696 92069 12745 14531 92070 4969 14692 92071 18206 14529 92072 12850 14696 92073 4970 14697 92074 18206 14529 92075 12850 14696 92076 18257 18935 92077 12854 14698 92078 12853 14700 92079 4970 14697 92080 18259 14699 92081 12853 14700 92082 18140 14935 92083 12744 14526 92084 13802 14433 92085 18165 14432 92086 12856 14702 92087 12856 14702 92088 18261 14715 92089 12855 14703 92090 13801 14705 92091 4971 14701 92092 18260 14704 92093 13801 14705 92094 18687 14982 92095 13802 14433 92096 12644 14449 92097 18118 14764 92098 12859 14707 92099 12858 14709 92100 4972 14706 92101 18262 14708 92102 12858 14709 92103 18263 14967 92104 12857 14710 92105 12857 14710 92106 18164 14450 92107 12644 14449 92108 12861 14712 92109 4973 14711 92110 18145 14410 92111 12860 14714 92112 4973 14711 92113 18264 14713 92114 12856 14702 92115 4973 14711 92116 18261 14715 92117 12641 14411 92118 4973 14711 92119 18165 14432 92120 12857 14710 92121 4974 14716 92122 18164 14450 92123 12857 14710 92124 18263 14967 92125 12863 14717 92126 12862 14719 92127 4974 14716 92128 18265 14718 92129 12862 14719 92130 18144 14430 92131 12640 14429 92132 12647 14453 92133 18161 14452 92134 12866 14721 92135 12866 14721 92136 18267 14734 92137 12865 14722 92138 12864 14724 92139 4975 14720 92140 18266 14723 92141 12864 14724 92142 18118 14764 92143 12647 14453 92144 12646 14466 92145 18119 15170 92146 12869 14726 92147 12868 14728 92148 4976 14725 92149 18268 14727 92150 12868 14728 92151 18269 14736 92152 12867 14729 92153 12867 14729 92154 18160 14467 92155 12646 14466 92156 12637 14387 92157 18149 14386 92158 12871 14731 92159 12870 14733 92160 4977 14730 92161 18270 14732 92162 12866 14721 92163 4977 14730 92164 18267 14734 92165 12637 14387 92166 4977 14730 92167 18161 14452 92168 12867 14729 92169 4978 14735 92170 18160 14467 92171 12873 14737 92172 4978 14735 92173 18269 14736 92174 12873 14737 92175 18271 15359 92176 12872 14738 92177 12872 14738 92178 18148 14407 92179 12636 14406 92180 12653 14483 92181 18115 14613 92182 12876 14740 92183 12875 14742 92184 4979 14739 92185 18272 14741 92186 12875 14742 92187 18273 18936 92188 12874 14743 92189 12653 14483 92190 4979 14739 92191 18159 14484 92192 12650 14470 92193 18156 14469 92194 12879 14745 92195 12879 14745 92196 18275 15184 92197 12878 14746 92198 12877 14748 92199 4980 14744 92200 18274 14747 92201 12877 14748 92202 18119 15170 92203 12650 14470 92204 12874 14743 92205 4981 14749 92206 18159 14484 92207 12874 14743 92208 18273 18936 92209 12881 14750 92210 12880 14752 92211 4981 14749 92212 18276 14751 92213 12880 14752 92214 18155 14383 92215 12635 14382 92216 12632 14364 92217 18152 14363 92218 12883 14754 92219 12882 14756 92220 4982 14753 92221 18277 14755 92222 12882 14756 92223 18275 15184 92224 12879 14745 92225 12632 14364 92226 4982 14753 92227 18156 14469 92228 12886 14760 92229 4983 14757 92230 18226 14759 92231 12886 14760 92232 18279 14994 92233 12885 14761 92234 12884 14763 92235 4983 14757 92236 18278 14762 92237 12797 14758 92238 4983 14757 92239 18118 14764 92240 12888 14768 92241 4984 14765 92242 18109 14767 92243 12887 14770 92244 4984 14765 92245 18280 14769 92246 12887 14770 92247 18279 14994 92248 12886 14760 92249 12796 14766 92250 4984 14765 92251 18226 14759 92252 12891 14772 92253 4985 14771 92254 18118 14764 92255 12890 14774 92256 4985 14771 92257 18281 14773 92258 12890 14774 92259 18282 18937 92260 12889 14775 92261 12889 14775 92262 18226 14759 92263 12797 14758 92264 12889 14775 92265 4986 14776 92266 18226 14759 92267 12889 14775 92268 18282 18937 92269 12893 14777 92270 12892 14779 92271 4986 14776 92272 18283 14778 92273 12892 14779 92274 18109 14767 92275 12796 14766 92276 12896 14781 92277 4987 14780 92278 18225 14609 92279 12896 14781 92280 18285 15207 92281 12895 14782 92282 12894 14784 92283 4987 14780 92284 18284 14783 92285 12894 14784 92286 18115 14613 92287 12795 14612 92288 12794 14608 92289 18110 14495 92290 12898 14786 92291 12897 14788 92292 4988 14785 92293 18286 14787 92294 12897 14788 92295 18285 15207 92296 12896 14781 92297 12794 14608 92298 4988 14785 92299 18225 14609 92300 12906 14790 92301 18294 14795 92302 12905 14791 92303 12727 14873 92304 4991 14789 92305 18199 14792 92306 12726 14794 92307 18199 14792 92308 12905 14791 92309 12908 14796 92310 4992 14793 92311 18294 14795 92312 12908 14796 92313 18295 15397 92314 12907 14797 92315 12726 14794 92316 4992 14793 92317 18062 14798 92318 12910 14802 92319 4993 14799 92320 18198 14801 92321 12910 14802 92322 18296 14809 92323 12909 14803 92324 12912 14807 92325 4994 14804 92326 18063 14806 92327 12912 14807 92328 18297 15408 92329 12911 14808 92330 12910 14802 92331 4994 14804 92332 18296 14809 92333 12910 14802 92334 18198 14801 92335 12724 14805 92336 12967 14813 92337 4995 14810 92338 18299 14812 92339 12967 14813 92340 18300 14823 92341 12916 14814 92342 12916 14814 92343 18066 14488 92344 12545 14487 92345 12915 14811 92346 4995 14810 92347 18065 14815 92348 12915 14811 92349 18065 14815 92350 12918 14817 92351 12969 14819 92352 4996 14816 92353 18301 14818 92354 12969 14819 92355 18333 15442 92356 12968 14820 92357 12915 14811 92358 4996 14816 92359 18299 14812 92360 12916 14814 92361 4997 14821 92362 18066 14488 92363 13221 14824 92364 4997 14821 92365 18300 14823 92366 13205 14826 92367 4997 14821 92368 18412 14825 92369 13205 14826 92370 18302 14879 92371 12919 14822 92372 12927 14828 92373 18138 14347 92374 12630 14346 92375 12630 14346 92376 18142 14345 92377 12932 14829 92378 12932 14829 92379 18312 15553 92380 12970 14830 92381 12927 14828 92382 5001 14827 92383 18309 14831 92384 12970 14830 92385 5002 14832 92386 18309 14831 92387 12970 14830 92388 18312 15553 92389 12933 14834 92390 12933 14834 92391 18143 14352 92392 12631 14351 92393 12631 14351 92394 18137 14350 92395 12926 14833 92396 12936 14836 92397 18146 18930 92398 12642 14418 92399 12938 14837 92400 5003 14835 92401 18166 14440 92402 12938 14837 92403 18315 14847 92404 12971 14838 92405 12971 14838 92406 18314 15534 92407 12936 14836 92408 12937 14840 92409 18314 15534 92410 12971 14838 92411 12971 14838 92412 18315 14847 92413 12939 14841 92414 12643 14422 92415 5004 14839 92416 18167 14442 92417 12643 14422 92418 18147 14421 92419 12937 14840 92420 13791 14439 92421 5005 14842 92422 18166 14440 92423 13791 14439 92424 18686 14898 92425 13790 14843 92426 12972 14845 92427 5005 14842 92428 18307 14844 92429 12972 14845 92430 18315 14847 92431 12938 14837 92432 12972 14845 92433 5006 14846 92434 18315 14847 92435 12972 14845 92436 18307 14844 92437 12924 14848 92438 12645 14443 92439 5006 14846 92440 18116 14849 92441 12645 14443 92442 18167 14442 92443 12939 14841 92444 12973 14853 92445 5007 14850 92446 18319 14852 92447 12973 14853 92448 18305 18284 92449 12921 14854 92450 12655 14856 92451 5007 14850 92452 18081 14855 92453 12655 14856 92454 18169 14895 92455 12946 14851 92456 12940 14858 92457 18180 17866 92458 12672 14356 92459 12672 14356 92460 18136 14360 92461 12928 14859 92462 12928 14859 92463 18310 18938 92464 12974 14860 92465 12940 14858 92466 5008 14857 92467 18316 14861 92468 12974 14860 92469 5009 14862 92470 18316 14861 92471 12974 14860 92472 18310 18938 92473 12929 14864 92474 12929 14864 92475 18139 14337 92476 12675 14336 92477 12675 14336 92478 18181 17873 92479 12941 14863 92480 12726 14794 92481 5010 14865 92482 18199 14792 92483 12726 14794 92484 18062 14798 92485 12917 14867 92486 12975 14868 92487 5010 14865 92488 18301 14818 92489 12975 14868 92490 18317 14871 92491 12942 14866 92492 12975 14868 92493 5011 14869 92494 18317 14871 92495 12975 14868 92496 18301 14818 92497 12918 14817 92498 12730 14486 92499 5011 14869 92500 18065 14815 92501 12730 14486 92502 18201 14491 92503 12943 14870 92504 12942 14866 92505 5012 14872 92506 18199 14792 92507 12976 14875 92508 5012 14872 92509 18317 14871 92510 12976 14875 92511 18317 14871 92512 12943 14870 92513 12731 15485 92514 5013 14874 92515 18201 14491 92516 12732 14489 92517 5014 14876 92518 18202 14878 92519 12732 14489 92520 18066 14488 92521 12919 14822 92522 12977 14880 92523 5014 14876 92524 18302 14879 92525 12977 14880 92526 18318 14889 92527 12944 14877 92528 12945 14882 92529 18318 14889 92530 12977 14880 92531 12977 14880 92532 18302 14879 92533 12920 14883 92534 12735 14885 92535 5015 14881 92536 18069 14884 92537 12945 14882 92538 5015 14881 92539 18205 14886 92540 12945 14882 92541 5016 14887 92542 18318 14889 92543 12945 14882 92544 18205 14886 92545 12736 14890 92546 12979 14894 92547 5017 14891 92548 18321 14893 92549 12979 14894 92550 18319 14852 92551 12946 14851 92552 12803 14896 92553 5017 14891 92554 18169 14895 92555 12803 14896 92556 18229 14903 92557 12947 14892 92558 13793 14899 92559 5018 14897 92560 18686 14898 92561 13793 14899 92562 18416 16691 92563 13796 14900 92564 12980 14901 92565 5018 14897 92566 18321 14893 92567 12980 14901 92568 18307 14844 92569 13790 14843 92570 12980 14901 92571 5019 14902 92572 18307 14844 92573 12980 14901 92574 18321 14893 92575 12947 14892 92576 12802 14904 92577 5019 14902 92578 18229 14903 92579 12802 14904 92580 18116 14849 92581 12924 14848 92582 12808 14618 92583 5020 14905 92584 18141 14501 92585 12808 14618 92586 18231 14924 92587 12949 14907 92588 12981 14909 92589 5020 14905 92590 18322 14908 92591 12981 14909 92592 18311 14912 92593 12931 14906 92594 12981 14909 92595 5021 14910 92596 18311 14912 92597 12981 14909 92598 18322 14908 92599 12948 14913 92600 12948 14913 92601 18230 14921 92602 12807 14620 92603 12807 14620 92604 18140 14935 92605 12930 14911 92606 12811 14623 92607 5022 14914 92608 18136 14360 92609 12811 14623 92610 18233 14622 92611 12951 14915 92612 12982 14917 92613 5022 14914 92614 18323 14916 92615 12982 14917 92616 18310 18938 92617 12928 14859 92618 12929 14864 92619 18310 18938 92620 12982 14917 92621 12950 14919 92622 5023 14918 92623 18323 14916 92624 12950 14919 92625 18232 14616 92626 12810 14615 92627 12929 14864 92628 5023 14918 92629 18139 14337 92630 12812 14621 92631 5024 14920 92632 18233 14622 92633 12948 14913 92634 5024 14920 92635 18230 14921 92636 12948 14913 92637 18322 14908 92638 12983 14922 92639 12983 14922 92640 18323 14916 92641 12951 14915 92642 12983 14922 92643 5025 14923 92644 18323 14916 92645 12983 14922 92646 18322 14908 92647 12949 14907 92648 12809 14617 92649 5025 14923 92650 18231 14924 92651 12809 14617 92652 18232 14616 92653 12950 14919 92654 12845 14687 92655 5026 14925 92656 18145 14410 92657 12845 14687 92658 18255 14686 92659 12952 14927 92660 12984 14929 92661 5026 14925 92662 18324 14928 92663 12935 14926 92664 5026 14925 92665 18313 14930 92666 12984 14929 92667 5027 14931 92668 18313 14930 92669 12984 14929 92670 18324 14928 92671 12953 14933 92672 12953 14933 92673 18258 14694 92674 12852 14693 92675 12852 14693 92676 18144 14430 92677 12934 14932 92678 12853 14700 92679 5028 14934 92680 18140 14935 92681 12853 14700 92682 18259 14699 92683 12955 14936 92684 12985 14938 92685 5028 14934 92686 18325 14937 92687 12985 14938 92688 18311 14912 92689 12930 14911 92690 12985 14938 92691 5029 14939 92692 18311 14912 92693 12985 14938 92694 18325 14937 92695 12954 14940 92696 12954 14940 92697 18256 14690 92698 12849 14689 92699 12849 14689 92700 18141 14501 92701 12931 14906 92702 12854 14698 92703 5030 14941 92704 18259 14699 92705 12854 14698 92706 18257 18935 92707 12957 14942 92708 12986 14944 92709 5030 14941 92710 18326 14943 92711 12986 14944 92712 18325 14937 92713 12955 14936 92714 12986 14944 92715 5031 14945 92716 18325 14937 92717 12986 14944 92718 18326 14943 92719 12956 14946 92720 12956 14946 92721 18254 18934 92722 12848 14691 92723 12954 14940 92724 5031 14945 92725 18256 14690 92726 12957 14942 92727 18257 18935 92728 12851 14695 92729 12953 14933 92730 5032 14947 92731 18258 14694 92732 12953 14933 92733 18324 14928 92734 12987 14948 92735 12987 14948 92736 18326 14943 92737 12957 14942 92738 12987 14948 92739 5033 14949 92740 18326 14943 92741 12987 14948 92742 18324 14928 92743 12952 14927 92744 12846 14685 92745 5033 14949 92746 18255 14686 92747 12846 14685 92748 18254 18934 92749 12956 14946 92750 12862 14719 92751 5034 14950 92752 18144 14430 92753 12862 14719 92754 18265 14718 92755 12959 14951 92756 12988 14953 92757 5034 14950 92758 18327 14952 92759 12934 14932 92760 5034 14950 92761 18313 14930 92762 12935 14926 92763 18313 14930 92764 12988 14953 92765 12958 14955 92766 5035 14954 92767 18327 14952 92768 12958 14955 92769 18264 14713 92770 12861 14712 92771 12935 14926 92772 5035 14954 92773 18145 14410 92774 13800 14957 92775 18687 14982 92776 13801 14705 92777 12960 14958 92778 5036 14956 92779 18260 14704 92780 12960 14958 92781 18328 14963 92782 12989 14959 92783 13800 14957 92784 5036 14956 92785 18308 14960 92786 12925 14962 92787 18308 14960 92788 12989 14959 92789 12961 14964 92790 5037 14961 92791 18328 14963 92792 12961 14964 92793 18262 14708 92794 12859 14707 92795 12859 14707 92796 18118 14764 92797 12925 14962 92798 12858 14709 92799 5038 14965 92800 18263 14967 92801 12961 14964 92802 5038 14965 92803 18262 14708 92804 12990 14968 92805 5038 14965 92806 18328 14963 92807 12990 14968 92808 18329 14971 92809 12963 14966 92810 12990 14968 92811 5039 14969 92812 18329 14971 92813 12990 14968 92814 18328 14963 92815 12960 14958 92816 12855 14703 92817 5039 14969 92818 18260 14704 92819 12962 14970 92820 5039 14969 92821 18261 14715 92822 12863 14717 92823 5040 14972 92824 18265 14718 92825 12863 14717 92826 18263 14967 92827 12963 14966 92828 12991 14973 92829 5040 14972 92830 18329 14971 92831 12991 14973 92832 18327 14952 92833 12959 14951 92834 12958 14955 92835 18327 14952 92836 12991 14973 92837 12962 14970 92838 5041 14974 92839 18329 14971 92840 12962 14970 92841 18261 14715 92842 12860 14714 92843 12958 14955 92844 5041 14974 92845 18264 14713 92846 12925 14962 92847 18118 14764 92848 12884 14763 92849 12964 14976 92850 5042 14975 92851 18278 14762 92852 12964 14976 92853 18330 14979 92854 12992 14977 92855 12925 14962 92856 5042 14975 92857 18308 14960 92858 13800 14957 92859 18308 14960 92860 12992 14977 92861 13803 14980 92862 5043 14978 92863 18330 14979 92864 13803 14980 92865 18654 15001 92866 13738 14981 92867 13800 14957 92868 5043 14978 92869 18687 14982 92870 12923 14984 92871 18111 15462 92872 13806 14985 92873 13806 14985 92874 18417 15005 92875 13808 14986 92876 12993 14988 92877 5044 14983 92878 18331 14987 92879 12993 14988 92880 18306 14991 92881 12923 14984 92882 12993 14988 92883 5045 14989 92884 18306 14991 92885 12993 14988 92886 18331 14987 92887 12965 14992 92888 12965 14992 92889 18280 14769 92890 12888 14768 92891 12922 14990 92892 5045 14989 92893 18109 14767 92894 12964 14976 92895 18278 14762 92896 12885 14761 92897 12966 14995 92898 5046 14993 92899 18279 14994 92900 12966 14995 92901 18332 14998 92902 12994 14996 92903 12964 14976 92904 5046 14993 92905 18330 14979 92906 13803 14980 92907 18330 14979 92908 12994 14996 92909 13804 14999 92910 5047 14997 92911 18332 14998 92912 13804 14999 92913 18688 16461 92914 13739 15000 92915 13803 14980 92916 5047 14997 92917 18654 15001 92918 12966 14995 92919 18279 14994 92920 12887 14770 92921 12965 14992 92922 5048 15002 92923 18280 14769 92924 12995 15003 92925 5048 15002 92926 18331 14987 92927 12966 14995 92928 5048 15002 92929 18332 14998 92930 12995 15003 92931 5049 15004 92932 18332 14998 92933 12995 15003 92934 18331 14987 92935 13808 14986 92936 13807 15006 92937 5049 15004 92938 18417 15005 92939 13807 15006 92940 18688 16461 92941 13804 14999 92942 12999 15008 92943 18064 15025 92944 12997 15009 92945 13058 15011 92946 5050 15007 92947 18334 15010 92948 13058 15011 92949 18368 15018 92950 13057 15012 92951 12999 15008 92952 5050 15007 92953 18335 15013 92954 12538 14238 92955 5051 15014 92956 18056 15016 92957 12538 14238 92958 18054 14237 92959 13059 15017 92960 13058 15011 92961 5051 15014 92962 18368 15018 92963 13058 15011 92964 18334 15010 92965 12996 15015 92966 13000 15020 92967 18059 14262 92968 12541 14261 92969 12996 15015 92970 5052 15019 92971 18056 15016 92972 13060 15021 92973 5052 15019 92974 18334 15010 92975 13000 15020 92976 5052 15019 92977 18336 15022 92978 13060 15021 92979 5053 15023 92980 18336 15022 92981 13060 15021 92982 18334 15010 92983 12997 15009 92984 12546 15026 92985 5053 15023 92986 18064 15025 92987 12546 15026 92988 18067 15028 92989 13001 15024 92990 13002 15029 92991 5054 15027 92992 18067 15028 92993 13002 15029 92994 18337 15038 92995 13062 15030 92996 13061 15032 92997 5054 15027 92998 18369 15031 92999 13061 15032 93000 18336 15022 93001 13001 15024 93002 13003 15034 93003 18068 15098 93004 12547 15035 93005 13063 15037 93006 5055 15033 93007 18060 15036 93008 13063 15037 93009 18369 15031 93010 13062 15030 93011 13003 15034 93012 5055 15033 93013 18337 15038 93014 13063 15037 93015 18060 15036 93016 12542 15040 93017 13000 15020 93018 5056 15039 93019 18059 14262 93020 13000 15020 93021 18336 15022 93022 13061 15032 93023 13063 15037 93024 5056 15039 93025 18369 15031 93026 13015 15042 93027 18123 14295 93028 12621 14294 93029 12621 14294 93030 18125 14293 93031 13016 15043 93032 13016 15043 93033 18346 15596 93034 13064 15044 93035 13015 15042 93036 5061 15041 93037 18345 15045 93038 13064 15044 93039 5062 15046 93040 18345 15045 93041 13064 15044 93042 18346 15596 93043 13017 15048 93044 13017 15048 93045 18126 14300 93046 12622 14299 93047 12622 14299 93048 18122 14298 93049 13014 15047 93050 13020 15050 93051 18153 14372 93052 12633 14371 93053 13024 15051 93054 5063 15049 93055 18157 14474 93056 13065 15053 93057 5063 15049 93058 18350 15052 93059 13065 15053 93060 18348 15577 93061 13020 15050 93062 13021 15055 93063 18348 15577 93064 13065 15053 93065 13065 15053 93066 18350 15052 93067 13025 15056 93068 13025 15056 93069 18158 14476 93070 12634 14375 93071 12634 14375 93072 18154 18929 93073 13021 15055 93074 13024 15051 93075 18157 14474 93076 12651 14473 93077 13009 15059 93078 5065 15057 93079 18117 15058 93080 13009 15059 93081 18342 15116 93082 13066 15060 93083 13024 15051 93084 5065 15057 93085 18350 15052 93086 13066 15060 93087 5066 15061 93088 18350 15052 93089 13066 15060 93090 18342 15116 93091 13008 15062 93092 12652 14477 93093 5066 15061 93094 18113 14606 93095 12652 14477 93096 18158 14476 93097 13025 15056 93098 12654 15066 93099 5067 15063 93100 18168 15065 93101 13005 15068 93102 5067 15063 93103 18080 15067 93104 13005 15068 93105 18340 18290 93106 13067 15069 93107 13067 15069 93108 18354 18939 93109 13032 15064 93110 13031 15071 93111 18354 18939 93112 13067 15069 93113 13067 15069 93114 18340 18290 93115 13004 15072 93116 12742 14493 93117 5068 15070 93118 18079 15073 93119 12742 14493 93120 18112 14498 93121 13031 15071 93122 13026 15075 93123 18172 15509 93124 12656 14304 93125 12656 14304 93126 18121 14308 93127 13013 15076 93128 13013 15076 93129 18344 18940 93130 13068 15077 93131 13026 15075 93132 5069 15074 93133 18351 15078 93134 13068 15077 93135 5070 15079 93136 18351 15078 93137 13068 15077 93138 18344 18940 93139 13012 15081 93140 13012 15081 93141 18120 14285 93142 12658 14284 93143 12658 14284 93144 18173 17861 93145 13027 15080 93146 13029 15083 93147 18200 15092 93148 12728 15084 93149 12999 15008 93150 5071 15082 93151 18064 15025 93152 12999 15008 93153 18335 15013 93154 13069 15085 93155 13029 15083 93156 5071 15082 93157 18352 15086 93158 13028 15088 93159 18352 15086 93160 13069 15085 93161 12998 15089 93162 5072 15087 93163 18335 15013 93164 12724 14805 93165 5072 15087 93166 18063 14806 93167 13028 15088 93168 5072 15087 93169 18198 14801 93170 13029 15083 93171 5073 15090 93172 18200 15092 93173 13029 15083 93174 18352 15086 93175 13070 15093 93176 13028 15088 93177 5074 15094 93178 18352 15086 93179 13028 15088 93180 18198 14801 93181 12725 14800 93182 13030 15096 93183 18204 15103 93184 12733 15097 93185 13003 15034 93186 5075 15095 93187 18068 15098 93188 13003 15034 93189 18337 15038 93190 13071 15099 93191 13030 15096 93192 5075 15095 93193 18353 15100 93194 13030 15096 93195 5076 15101 93196 18204 15103 93197 13030 15096 93198 18353 15100 93199 13072 15104 93200 13034 15106 93201 18228 15291 93202 12801 15107 93203 13032 15064 93204 5077 15105 93205 18168 15065 93206 13032 15064 93207 18354 18939 93208 13073 15108 93209 13034 15106 93210 5077 15105 93211 18356 15109 93212 13073 15108 93213 5078 15110 93214 18356 15109 93215 13073 15108 93216 18354 18939 93217 13031 15071 93218 12792 14597 93219 5078 15110 93220 18112 14498 93221 12792 14597 93222 18224 14601 93223 13033 15111 93224 13009 15059 93225 18117 15058 93226 12800 15113 93227 12800 15113 93228 18228 15291 93229 13034 15106 93230 13034 15106 93231 18356 15109 93232 13074 15114 93233 13074 15114 93234 18342 15116 93235 13009 15059 93236 13074 15114 93237 5080 15115 93238 18342 15116 93239 13074 15114 93240 18356 15109 93241 13033 15111 93242 12793 14603 93243 5080 15115 93244 18224 14601 93245 12793 14603 93246 18113 14606 93247 13008 15062 93248 12820 14645 93249 5081 15117 93250 18124 15119 93251 12820 14645 93252 18238 15136 93253 13035 15120 93254 13075 15122 93255 5081 15117 93256 18357 15121 93257 13018 15118 93258 5081 15117 93259 18347 15123 93260 13019 15125 93261 18347 15123 93262 13075 15122 93263 13036 15126 93264 5082 15124 93265 18357 15121 93266 13036 15126 93267 18239 14637 93268 12819 14636 93269 13019 15125 93270 5082 15124 93271 18127 14590 93272 12821 14640 93273 5083 15127 93274 18121 14308 93275 12821 14640 93276 18240 14639 93277 13037 15128 93278 13076 15130 93279 5083 15127 93280 18358 15129 93281 13076 15130 93282 18344 18940 93283 13013 15076 93284 13012 15081 93285 18344 18940 93286 13076 15130 93287 13038 15132 93288 5084 15131 93289 18358 15129 93290 13038 15132 93291 18241 14643 93292 12824 14642 93293 13012 15081 93294 5084 15131 93295 18120 14285 93296 12822 14638 93297 5085 15133 93298 18240 14639 93299 13036 15126 93300 5085 15133 93301 18239 14637 93302 13036 15126 93303 18357 15121 93304 13077 15134 93305 13037 15128 93306 5085 15133 93307 18358 15129 93308 13077 15134 93309 5086 15135 93310 18358 15129 93311 13077 15134 93312 18357 15121 93313 13035 15120 93314 12823 14644 93315 5086 15135 93316 18238 15136 93317 13038 15132 93318 5086 15135 93319 18241 14643 93320 13022 15138 93321 18152 14363 93322 12830 14660 93323 12830 14660 93324 18246 14659 93325 13040 15139 93326 13040 15139 93327 18359 15144 93328 13078 15140 93329 13022 15138 93330 5087 15137 93331 18349 15141 93332 13078 15140 93333 5088 15142 93334 18349 15141 93335 13039 15145 93336 5088 15142 93337 18359 15144 93338 13039 15145 93339 18243 14648 93340 12827 14647 93341 12827 14647 93342 18155 14383 93343 13023 15143 93344 13019 15125 93345 18127 14590 93346 12828 14654 93347 12828 14654 93348 18244 14653 93349 13041 15147 93350 13041 15147 93351 18360 15150 93352 13079 15148 93353 13019 15125 93354 5089 15146 93355 18347 15123 93356 13079 15148 93357 5090 15149 93358 18347 15123 93359 13042 15151 93360 5090 15149 93361 18360 15150 93362 13042 15151 93363 18247 14663 93364 12834 14662 93365 12834 14662 93366 18124 15119 93367 13018 15118 93368 12829 14652 93369 5091 15152 93370 18244 14653 93371 12829 14652 93372 18242 18931 93373 13043 15153 93374 13043 15153 93375 18361 15156 93376 13080 15154 93377 13080 15154 93378 18360 15150 93379 13041 15147 93380 13042 15151 93381 18360 15150 93382 13080 15154 93383 13044 15157 93384 5092 15155 93385 18361 15156 93386 13044 15157 93387 18245 15161 93388 12833 14664 93389 13042 15151 93390 5092 15155 93391 18247 14663 93392 13043 15153 93393 18242 18931 93394 12826 14649 93395 13039 15145 93396 5093 15158 93397 18243 14648 93398 13039 15145 93399 18359 15144 93400 13081 15159 93401 13043 15153 93402 5093 15158 93403 18361 15156 93404 13044 15157 93405 18361 15156 93406 13081 15159 93407 13040 15139 93408 5094 15160 93409 18359 15144 93410 12831 14658 93411 5094 15160 93412 18246 14659 93413 13044 15157 93414 5094 15160 93415 18245 15161 93416 13023 15143 93417 18155 14383 93418 12880 14752 93419 12880 14752 93420 18276 14751 93421 13045 15163 93422 13045 15163 93423 18362 15166 93424 13082 15164 93425 13023 15143 93426 5095 15162 93427 18349 15141 93428 13022 15138 93429 18349 15141 93430 13082 15164 93431 13046 15167 93432 5096 15165 93433 18362 15166 93434 13046 15167 93435 18277 14755 93436 12883 14754 93437 13022 15138 93438 5096 15165 93439 18152 14363 93440 12877 14748 93441 5097 15168 93442 18119 15170 93443 12877 14748 93444 18274 14747 93445 13048 15171 93446 13083 15173 93447 5097 15168 93448 18363 15172 93449 13083 15173 93450 18343 15176 93451 13011 15169 93452 13083 15173 93453 5098 15174 93454 18343 15176 93455 13083 15173 93456 18363 15172 93457 13047 15177 93458 13047 15177 93459 18272 14741 93460 12876 14740 93461 12876 14740 93462 18115 14613 93463 13010 15175 93464 13049 15179 93465 18273 18936 93466 12875 14742 93467 13047 15177 93468 5099 15178 93469 18272 14741 93470 13047 15177 93471 18363 15172 93472 13084 15180 93473 13049 15179 93474 5099 15178 93475 18364 15181 93476 13050 15183 93477 18364 15181 93478 13084 15180 93479 13048 15171 93480 5100 15182 93481 18363 15172 93482 12878 14746 93483 5100 15182 93484 18274 14747 93485 13050 15183 93486 5100 15182 93487 18275 15184 93488 12881 14750 93489 5101 15185 93490 18276 14751 93491 12881 14750 93492 18273 18936 93493 13049 15179 93494 13085 15186 93495 5101 15185 93496 18364 15181 93497 13085 15186 93498 18362 15166 93499 13045 15163 93500 13046 15167 93501 18362 15166 93502 13085 15186 93503 13050 15183 93504 5102 15187 93505 18364 15181 93506 13050 15183 93507 18275 15184 93508 12882 14756 93509 13046 15167 93510 5102 15187 93511 18277 14755 93512 13010 15175 93513 18115 14613 93514 12894 14784 93515 12894 14784 93516 18284 14783 93517 13051 15189 93518 13051 15189 93519 18365 15192 93520 13086 15190 93521 13010 15175 93522 5103 15188 93523 18343 15176 93524 13011 15169 93525 18343 15176 93526 13086 15190 93527 13052 15193 93528 5104 15191 93529 18365 15192 93530 13052 15193 93531 18287 15214 93532 12899 15194 93533 13011 15169 93534 5104 15191 93535 18119 15170 93536 13006 15196 93537 18108 15387 93538 12900 15197 93539 13054 15199 93540 5105 15195 93541 18288 15198 93542 13054 15199 93543 18366 15204 93544 13087 15200 93545 13006 15196 93546 5105 15195 93547 18341 15201 93548 13007 15203 93549 18341 15201 93550 13087 15200 93551 13053 15205 93552 5106 15202 93553 18366 15204 93554 13053 15205 93555 18286 14787 93556 12898 14786 93557 13007 15203 93558 5106 15202 93559 18110 14495 93560 12895 14782 93561 5107 15206 93562 18284 14783 93563 13055 15208 93564 5107 15206 93565 18285 15207 93566 13055 15208 93567 18367 15211 93568 13088 15209 93569 13051 15189 93570 5107 15206 93571 18365 15192 93572 13052 15193 93573 18365 15192 93574 13088 15209 93575 13056 15212 93576 5108 15210 93577 18367 15211 93578 13056 15212 93579 18289 15219 93580 12901 15213 93581 13052 15193 93582 5108 15210 93583 18287 15214 93584 13055 15208 93585 18285 15207 93586 12897 14788 93587 13053 15205 93588 5109 15215 93589 18286 14787 93590 13053 15205 93591 18366 15204 93592 13089 15216 93593 13055 15208 93594 5109 15215 93595 18367 15211 93596 13056 15212 93597 18367 15211 93598 13089 15216 93599 13054 15199 93600 5110 15217 93601 18366 15204 93602 13054 15199 93603 18288 15198 93604 12902 15218 93605 13056 15212 93606 5110 15217 93607 18289 15219 93608 13093 15222 93609 5111 15220 93610 18069 14884 93611 13093 15222 93612 18371 15460 93613 13163 15223 93614 13162 15225 93615 5111 15220 93616 18409 15224 93617 13162 15225 93618 18372 15232 93619 13095 15221 93620 12543 14279 93621 5112 15226 93622 18061 15228 93623 12543 14279 93624 18060 15036 93625 13164 15229 93626 13163 15223 93627 5112 15226 93628 18409 15224 93629 13163 15223 93630 18371 15460 93631 13092 15227 93632 13164 15229 93633 18060 15036 93634 12547 15035 93635 13094 15231 93636 5113 15230 93637 18068 15098 93638 13162 15225 93639 5113 15230 93640 18372 15232 93641 13162 15225 93642 18409 15224 93643 13164 15229 93644 13105 15234 93645 18130 14321 93646 12626 14320 93647 12626 14320 93648 18134 14319 93649 13110 15235 93650 13110 15235 93651 18381 15638 93652 13165 15236 93653 13105 15234 93654 5116 15233 93655 18378 15237 93656 13165 15236 93657 5117 15238 93658 18378 15237 93659 13165 15236 93660 18381 15638 93661 13111 15240 93662 13111 15240 93663 18135 14326 93664 12627 14325 93665 12627 14325 93666 18129 14324 93667 13104 15239 93668 13114 15242 93669 18150 14395 93670 12638 14394 93671 13116 15243 93672 5118 15241 93673 18162 14457 93674 13166 15245 93675 5118 15241 93676 18384 15244 93677 13166 15245 93678 18383 15248 93679 13114 15242 93680 13166 15245 93681 5119 15246 93682 18383 15248 93683 13166 15245 93684 18384 15244 93685 13117 15249 93686 12639 14399 93687 5119 15246 93688 18163 14459 93689 12639 14399 93690 18151 14398 93691 13115 15247 93692 13116 15243 93693 18162 14457 93694 12648 14456 93695 13100 15251 93696 5120 15250 93697 18116 14849 93698 13167 15253 93699 5120 15250 93700 18376 15252 93701 13167 15253 93702 18384 15244 93703 13116 15243 93704 13117 15249 93705 18384 15244 93706 13167 15253 93707 13167 15253 93708 18376 15252 93709 13101 15255 93710 12649 14460 93711 5121 15254 93712 18117 15058 93713 12649 14460 93714 18163 14459 93715 13117 15249 93716 12655 14856 93717 5122 15256 93718 18169 14895 93719 13097 15258 93720 5122 15256 93721 18081 14855 93722 13097 15258 93723 18374 18294 93724 13168 15259 93725 13168 15259 93726 18385 15262 93727 13119 15257 93728 13168 15259 93729 5123 15260 93730 18385 15262 93731 13168 15259 93732 18374 18294 93733 13096 15263 93734 12654 15066 93735 5123 15260 93736 18080 15067 93737 12654 15066 93738 18168 15065 93739 13118 15261 93740 13120 15265 93741 18176 15498 93742 12664 14330 93743 12664 14330 93744 18128 14334 93745 13106 15266 93746 13169 15268 93747 5124 15264 93748 18379 15267 93749 13169 15268 93750 18386 15271 93751 13120 15265 93752 13169 15268 93753 5125 15269 93754 18386 15271 93755 13169 15268 93756 18379 15267 93757 13107 15272 93758 13107 15272 93759 18131 14311 93760 12667 14310 93761 12667 14310 93762 18177 17864 93763 13121 15270 93764 13123 15274 93765 18205 14886 93766 12735 14885 93767 12735 14885 93768 18069 14884 93769 13095 15221 93770 13170 15275 93771 5126 15273 93772 18372 15232 93773 13170 15275 93774 18387 15278 93775 13123 15274 93776 13170 15275 93777 5127 15276 93778 18387 15278 93779 13170 15275 93780 18372 15232 93781 13094 15231 93782 13094 15231 93783 18068 15098 93784 12733 15097 93785 13122 15277 93786 5127 15276 93787 18204 15103 93788 13123 15274 93789 5128 15279 93790 18205 14886 93791 13171 15281 93792 5128 15279 93793 18387 15278 93794 13171 15281 93795 18387 15278 93796 13122 15277 93797 12734 15102 93798 5129 15280 93799 18204 15103 93800 12803 14896 93801 5130 15282 93802 18229 14903 93803 12803 14896 93804 18169 14895 93805 13119 15257 93806 13172 15284 93807 5130 15282 93808 18385 15262 93809 13172 15284 93810 18389 15287 93811 13125 15283 93812 13172 15284 93813 5131 15285 93814 18389 15287 93815 13172 15284 93816 18385 15262 93817 13118 15261 93818 12801 15107 93819 5131 15285 93820 18168 15065 93821 12801 15107 93822 18228 15291 93823 13124 15286 93824 13100 15251 93825 18116 14849 93826 12802 14904 93827 12802 14904 93828 18229 14903 93829 13125 15283 93830 13173 15289 93831 5132 15288 93832 18389 15287 93833 13173 15289 93834 18376 15252 93835 13100 15251 93836 13173 15289 93837 5133 15290 93838 18376 15252 93839 13173 15289 93840 18389 15287 93841 13124 15286 93842 12800 15113 93843 5133 15290 93844 18228 15291 93845 12800 15113 93846 18117 15058 93847 13101 15255 93848 12814 14629 93849 5134 15292 93850 18133 15294 93851 12814 14629 93852 18235 14628 93853 13127 15295 93854 13174 15297 93855 5134 15292 93856 18390 15296 93857 13174 15297 93858 18380 15300 93859 13109 15293 93860 13174 15297 93861 5135 15298 93862 18380 15300 93863 13126 15301 93864 5135 15298 93865 18390 15296 93866 13126 15301 93867 18234 15310 93868 12813 14631 93869 13108 15299 93870 5135 15298 93871 18132 15302 93872 12817 14634 93873 5136 15303 93874 18128 14334 93875 12817 14634 93876 18237 14633 93877 13129 15304 93878 13175 15306 93879 5136 15303 93880 18391 15305 93881 13175 15306 93882 18379 15267 93883 13106 15266 93884 13107 15272 93885 18379 15267 93886 13175 15306 93887 13128 15308 93888 5137 15307 93889 18391 15305 93890 13128 15308 93891 18236 14626 93892 12816 14625 93893 13107 15272 93894 5137 15307 93895 18131 14311 93896 12818 14632 93897 5138 15309 93898 18237 14633 93899 13126 15301 93900 5138 15309 93901 18234 15310 93902 13126 15301 93903 18390 15296 93904 13176 15311 93905 13176 15311 93906 18391 15305 93907 13129 15304 93908 13176 15311 93909 5139 15312 93910 18391 15305 93911 13176 15311 93912 18390 15296 93913 13127 15295 93914 12815 14627 93915 5139 15312 93916 18235 14628 93917 12815 14627 93918 18236 14626 93919 13128 15308 93920 12835 14669 93921 5140 15313 93922 18149 14386 93923 12835 14669 93924 18249 14668 93925 13130 15315 93926 13177 15317 93927 5140 15313 93928 18392 15316 93929 13177 15317 93930 18382 15320 93931 13113 15314 93932 13177 15317 93933 5141 15318 93934 18382 15320 93935 13177 15317 93936 18392 15316 93937 13131 15321 93938 13131 15321 93939 18252 14676 93940 12842 14675 93941 13112 15319 93942 5141 15318 93943 18148 14407 93944 13108 15299 93945 18132 15302 93946 12843 14682 93947 12843 14682 93948 18253 14681 93949 13133 15323 93950 13178 15325 93951 5142 15322 93952 18393 15324 93953 13108 15299 93954 5142 15322 93955 18380 15300 93956 13178 15325 93957 5143 15326 93958 18380 15300 93959 13132 15327 93960 5143 15326 93961 18393 15324 93962 13132 15327 93963 18250 14672 93964 12839 14671 93965 12839 14671 93966 18133 15294 93967 13109 15293 93968 12844 14680 93969 5144 15328 93970 18253 14681 93971 12844 14680 93972 18251 18933 93973 13135 15329 93974 13179 15331 93975 5144 15328 93976 18394 15330 93977 13179 15331 93978 18393 15324 93979 13133 15323 93980 13132 15327 93981 18393 15324 93982 13179 15331 93983 13134 15333 93984 5145 15332 93985 18394 15330 93986 13134 15333 93987 18248 18932 93988 12838 14673 93989 13132 15327 93990 5145 15332 93991 18250 14672 93992 13135 15329 93993 18251 18933 93994 12841 14677 93995 13131 15321 93996 5146 15334 93997 18252 14676 93998 13131 15321 93999 18392 15316 94000 13180 15335 94001 13135 15329 94002 5146 15334 94003 18394 15330 94004 13180 15335 94005 5147 15336 94006 18394 15330 94007 13180 15335 94008 18392 15316 94009 13130 15315 94010 12836 14667 94011 5147 15336 94012 18249 14668 94013 12836 14667 94014 18248 18932 94015 13134 15333 94016 12872 14738 94017 5148 15337 94018 18148 14407 94019 12872 14738 94020 18271 15359 94021 13137 15338 94022 13181 15340 94023 5148 15337 94024 18395 15339 94025 13112 15319 94026 5148 15337 94027 18382 15320 94028 13113 15314 94029 18382 15320 94030 13181 15340 94031 13136 15342 94032 5149 15341 94033 18395 15339 94034 13136 15342 94035 18270 14732 94036 12871 14731 94037 13113 15314 94038 5149 15341 94039 18149 14386 94040 13102 15344 94041 18118 14764 94042 12864 14724 94043 12864 14724 94044 18266 14723 94045 13138 15345 94046 13138 15345 94047 18396 15357 94048 13182 15346 94049 13102 15344 94050 5150 15343 94051 18377 15347 94052 13103 15349 94053 18377 15347 94054 13182 15346 94055 13182 15346 94056 18396 15357 94057 13139 15350 94058 13139 15350 94059 18268 14727 94060 12869 14726 94061 12869 14726 94062 18119 15170 94063 13103 15349 94064 12868 14728 94065 5152 15351 94066 18269 14736 94067 13139 15350 94068 5152 15351 94069 18268 14727 94070 13139 15350 94071 18396 15357 94072 13183 15353 94073 13141 15352 94074 5152 15351 94075 18397 15354 94076 13140 15356 94077 18397 15354 94078 13183 15353 94079 13138 15345 94080 5153 15355 94081 18396 15357 94082 12865 14722 94083 5153 15355 94084 18266 14723 94085 13140 15356 94086 5153 15355 94087 18267 14734 94088 12873 14737 94089 5154 15358 94090 18271 15359 94091 12873 14737 94092 18269 14736 94093 13141 15352 94094 13184 15360 94095 5154 15358 94096 18397 15354 94097 13184 15360 94098 18395 15339 94099 13137 15338 94100 13136 15342 94101 18395 15339 94102 13184 15360 94103 13140 15356 94104 5155 15361 94105 18397 15354 94106 13140 15356 94107 18267 14734 94108 12870 14733 94109 13136 15342 94110 5155 15361 94111 18270 14732 94112 13103 15349 94113 18119 15170 94114 12899 15194 94115 13143 15363 94116 5156 15362 94117 18287 15214 94118 13143 15363 94119 18398 15366 94120 13185 15364 94121 13103 15349 94122 5156 15362 94123 18377 15347 94124 13102 15344 94125 18377 15347 94126 13185 15364 94127 13142 15367 94128 5157 15365 94129 18398 15366 94130 13142 15367 94131 18281 14773 94132 12891 14772 94133 13102 15344 94134 5157 15365 94135 18118 14764 94136 12892 14779 94137 5158 15368 94138 18109 14767 94139 12892 14779 94140 18283 14778 94141 13144 15370 94142 13186 15372 94143 5158 15368 94144 18399 15371 94145 13186 15372 94146 18375 15375 94147 13099 15369 94148 13186 15372 94149 5159 15373 94150 18375 15375 94151 13186 15372 94152 18399 15371 94153 13145 15376 94154 12900 15197 94155 5159 15373 94156 18288 15198 94157 12900 15197 94158 18108 15387 94159 13098 15374 94160 13143 15363 94161 18287 15214 94162 12901 15213 94163 13147 15378 94164 5160 15377 94165 18289 15219 94166 13147 15378 94167 18400 15381 94168 13187 15379 94169 13143 15363 94170 5160 15377 94171 18398 15366 94172 13142 15367 94173 18398 15366 94174 13187 15379 94175 13146 15382 94176 5161 15380 94177 18400 15381 94178 13146 15382 94179 18282 18937 94180 12890 14774 94181 13142 15367 94182 5161 15380 94183 18281 14773 94184 12902 15218 94185 5162 15383 94186 18289 15219 94187 12902 15218 94188 18288 15198 94189 13145 15376 94190 13188 15384 94191 5162 15383 94192 18399 15371 94193 13188 15384 94194 18400 15381 94195 13147 15378 94196 13188 15384 94197 5163 15385 94198 18400 15381 94199 13188 15384 94200 18399 15371 94201 13144 15370 94202 12893 14777 94203 5163 15385 94204 18283 14778 94205 12893 14777 94206 18282 18937 94207 13146 15382 94208 12903 15388 94209 5164 15386 94210 18108 15387 94211 12903 15388 94212 18291 18272 94213 13148 15389 94214 13189 15391 94215 5164 15386 94216 18401 15390 94217 13189 15391 94218 18375 15375 94219 13098 15374 94220 13189 15391 94221 5165 15392 94222 18375 15375 94223 13149 15393 94224 5165 15392 94225 18401 15390 94226 13149 15393 94227 18293 18276 94228 12904 15394 94229 13099 15369 94230 5165 15392 94231 18109 14767 94232 13091 15396 94233 18062 14798 94234 12907 14797 94235 13150 15398 94236 5166 15395 94237 18295 15397 94238 13190 15400 94239 5166 15395 94240 18402 15399 94241 13190 15400 94242 18370 15439 94243 13091 15396 94244 13152 15402 94245 5167 15401 94246 18296 14809 94247 13152 15402 94248 18403 15405 94249 13191 15403 94250 13151 15406 94251 5168 15404 94252 18403 15405 94253 12906 14790 94254 5168 15404 94255 18294 14795 94256 13152 15402 94257 18296 14809 94258 12911 14808 94259 13154 15409 94260 5169 15407 94261 18297 15408 94262 13154 15409 94263 18404 15417 94264 13192 15410 94265 13152 15402 94266 5169 15407 94267 18403 15405 94268 13151 15406 94269 18403 15405 94270 13192 15410 94271 13192 15410 94272 18404 15417 94273 13153 15412 94274 12908 14796 94275 5170 15411 94276 18295 15397 94277 12908 14796 94278 18294 14795 94279 13151 15406 94280 13149 15393 94281 18401 15390 94282 13193 15414 94283 13148 15389 94284 5172 15415 94285 18401 15390 94286 13150 15398 94287 18295 15397 94288 13153 15412 94289 13195 15418 94290 5173 15416 94291 18404 15417 94292 13195 15418 94293 18410 15423 94294 13194 15419 94295 13150 15398 94296 5173 15416 94297 18402 15399 94298 13154 15409 94299 18297 15408 94300 12913 15421 94301 12913 15421 94302 18298 16605 94303 13196 15422 94304 13195 15418 94305 5174 15420 94306 18410 15423 94307 13154 15409 94308 5174 15420 94309 18404 15417 94310 12539 14249 94311 5175 15424 94312 18058 14250 94313 12539 14249 94314 18057 15450 94315 13157 15426 94316 13197 15428 94317 5175 15424 94318 18406 15427 94319 13197 15428 94320 18405 15448 94321 13155 15425 94322 13156 15430 94323 18405 15448 94324 13197 15428 94325 13197 15428 94326 18406 15427 94327 13158 15431 94328 12967 14813 94329 5176 15429 94330 18300 14823 94331 13156 15430 94332 5176 15429 94333 18299 14812 94334 13090 15433 94335 18055 18928 94336 13159 15434 94337 13199 15436 94338 5177 15432 94339 18407 15435 94340 13198 15438 94341 5177 15432 94342 18411 15437 94343 13090 15433 94344 5177 15432 94345 18370 15439 94346 12969 14819 94347 5178 15440 94348 18333 15442 94349 13200 15443 94350 5178 15440 94351 18301 14818 94352 13199 15436 94353 5178 15440 94354 18411 15437 94355 13199 15436 94356 18407 15435 94357 13160 15441 94358 13200 15443 94359 18301 14818 94360 12917 14867 94361 13091 15396 94362 5179 15444 94363 18062 14798 94364 13091 15396 94365 18370 15439 94366 13198 15438 94367 13200 15443 94368 5179 15444 94369 18411 15437 94370 13159 15434 94371 18055 18928 94372 12540 14254 94373 13155 15425 94374 5180 15445 94375 18058 14250 94376 13155 15425 94377 18405 15448 94378 13201 15446 94379 13159 15434 94380 5180 15445 94381 18407 15435 94382 13160 15441 94383 18407 15435 94384 13201 15446 94385 13156 15430 94386 5181 15447 94387 18405 15448 94388 13156 15430 94389 18299 14812 94390 12968 14820 94391 13160 15441 94392 5181 15447 94393 18333 15442 94394 12544 15451 94395 5182 15449 94396 18057 15450 94397 12544 15451 94398 18061 15228 94399 13161 15452 94400 13202 15454 94401 5182 15449 94402 18408 15453 94403 13202 15454 94404 18406 15427 94405 13157 15426 94406 13202 15454 94407 5183 15455 94408 18406 15427 94409 13202 15454 94410 18408 15453 94411 13203 15456 94412 13221 14824 94413 5183 15455 94414 18412 14825 94415 13221 14824 94416 18300 14823 94417 13158 15431 94418 13092 15227 94419 5184 15457 94420 18061 15228 94421 13092 15227 94422 18371 15460 94423 13204 15458 94424 13203 15456 94425 5184 15457 94426 18412 14825 94427 13203 15456 94428 18408 15453 94429 13161 15452 94430 13093 15222 94431 18069 14884 94432 12920 14883 94433 13205 14826 94434 5185 15459 94435 18302 14879 94436 13205 14826 94437 18412 14825 94438 13204 15458 94439 13093 15222 94440 5185 15459 94441 18371 15460 94442 13209 15463 94443 5188 15461 94444 18111 15462 94445 13209 15463 94446 18415 15472 94447 13212 15464 94448 13805 15466 94449 5188 15461 94450 18420 15465 94451 13805 15466 94452 18417 15005 94453 13806 14985 94454 13208 15468 94455 18078 15475 94456 12806 15469 94457 13213 15471 94458 5189 15467 94459 18171 15470 94460 13213 15471 94461 18420 15465 94462 13212 15464 94463 13208 15468 94464 5189 15467 94465 18415 15472 94466 13214 15474 94467 18171 15470 94468 12806 15469 94469 13210 15476 94470 5190 15473 94471 18078 15475 94472 13210 15476 94473 18419 16694 94474 13873 15477 94475 13214 15474 94476 5190 15473 94477 18421 15478 94478 13215 15482 94479 5191 15479 94480 18422 15481 94481 13215 15482 94482 18414 15489 94483 13206 15483 94484 13217 15486 94485 5192 15484 94486 18201 14491 94487 13216 15480 94488 5192 15484 94489 18422 15481 94490 12737 14490 94491 5193 15487 94492 18201 14491 94493 13207 15488 94494 5193 15487 94495 18202 14878 94496 13215 15482 94497 5193 15487 94498 18414 15489 94499 13215 15482 94500 18422 15481 94501 13217 15486 94502 13206 15483 94503 18414 15489 94504 13219 15491 94505 13218 15496 94506 5196 15490 94507 18423 15492 94508 13207 15488 94509 18202 14878 94510 12944 14877 94511 13220 15494 94512 5197 15493 94513 18318 14889 94514 13220 15494 94515 18423 15492 94516 13219 15491 94517 13207 15488 94518 5197 15493 94519 18414 15489 94520 13220 15494 94521 18318 14889 94522 12978 14888 94523 13220 15494 94524 5198 15495 94525 18423 15492 94526 13228 15499 94527 5199 15497 94528 18176 15498 94529 13227 15501 94530 5199 15497 94531 18427 15500 94532 13226 15503 94533 5199 15497 94534 18426 15502 94535 13226 15503 94536 18129 14324 94537 12665 14323 94538 13026 15075 94539 18351 15078 94540 13233 15505 94541 13232 15507 94542 5200 15504 94543 18431 15506 94544 13232 15507 94545 18424 17633 94546 13224 15508 94547 13026 15075 94548 5200 15504 94549 18172 15509 94550 13027 15080 94551 18173 17861 94552 13225 15511 94553 13234 15513 94554 5201 15510 94555 18425 15512 94556 13234 15513 94557 18431 15506 94558 13233 15505 94559 13027 15080 94560 5201 15510 94561 18351 15078 94562 13226 15503 94563 5202 15514 94564 18129 14324 94565 13226 15503 94566 18426 15502 94567 13236 15515 94568 13235 15517 94569 5202 15514 94570 18432 15516 94571 13235 15517 94572 18378 15237 94573 13104 15239 94574 13235 15517 94575 5203 15518 94576 18378 15237 94577 13235 15517 94578 18432 15516 94579 13237 15519 94580 13229 15521 94581 5203 15518 94582 18428 15520 94583 13105 15234 94584 5203 15518 94585 18130 14321 94586 13243 15523 94587 18320 15558 94588 13239 15524 94589 13263 15526 94590 5204 15522 94591 18433 15525 94592 13263 15526 94593 18445 15532 94594 13262 15527 94595 13243 15523 94596 5204 15522 94597 18435 15528 94598 12749 14515 94599 5205 15529 94600 18208 14513 94601 12749 14515 94602 18146 18930 94603 13264 15531 94604 13263 15526 94605 5205 15529 94606 18445 15532 94607 13263 15526 94608 18433 15525 94609 13238 15530 94610 13264 15531 94611 18146 18930 94612 12936 14836 94613 13242 15535 94614 5206 15533 94615 18314 15534 94616 13242 15535 94617 18435 15528 94618 13262 15527 94619 13264 15531 94620 5206 15533 94621 18445 15532 94622 13241 15537 94623 18320 15558 94624 13243 15523 94625 13266 15538 94626 5207 15536 94627 18435 15528 94628 13266 15538 94629 18446 15543 94630 13265 15539 94631 13241 15537 94632 5207 15536 94633 18434 15540 94634 12937 14840 94635 5208 15541 94636 18314 15534 94637 12937 14840 94638 18147 14421 94639 13267 15542 94640 13266 15538 94641 5208 15541 94642 18446 15543 94643 13266 15538 94644 18435 15528 94645 13242 15535 94646 13267 15542 94647 18147 14421 94648 12751 14523 94649 13240 15545 94650 5209 15544 94651 18209 14519 94652 13240 15545 94653 18434 15540 94654 13265 15539 94655 13267 15542 94656 5209 15544 94657 18446 15543 94658 13239 15524 94659 18320 15558 94660 13245 15547 94661 13269 15549 94662 5210 15546 94663 18436 15548 94664 13269 15549 94665 18447 15556 94666 13268 15550 94667 13239 15524 94668 5210 15546 94669 18433 15525 94670 12932 14829 94671 5211 15551 94672 18312 15553 94673 13270 15554 94674 5211 15551 94675 18142 14345 94676 13270 15554 94677 18447 15556 94678 13269 15549 94679 13269 15549 94680 18436 15548 94681 13244 15552 94682 13270 15554 94683 18142 14345 94684 12748 14511 94685 13238 15530 94686 5212 15555 94687 18208 14513 94688 13238 15530 94689 18433 15525 94690 13268 15550 94691 13270 15554 94692 5212 15555 94693 18447 15556 94694 13241 15537 94695 5213 15557 94696 18320 15558 94697 13272 15559 94698 5213 15557 94699 18434 15540 94700 13272 15559 94701 18448 15563 94702 13271 15560 94703 13271 15560 94704 18436 15548 94705 13245 15547 94706 12750 14518 94707 5214 15561 94708 18209 14519 94709 12750 14518 94710 18143 14352 94711 13273 15562 94712 13272 15559 94713 5214 15561 94714 18448 15563 94715 13272 15559 94716 18434 15540 94717 13240 15545 94718 12933 14834 94719 5215 15564 94720 18143 14352 94721 13244 15552 94722 5215 15564 94723 18312 15553 94724 13271 15560 94725 5215 15564 94726 18436 15548 94727 13271 15560 94728 18448 15563 94729 13273 15562 94730 13251 15566 94731 18355 15590 94732 13247 15567 94733 13275 15569 94734 5216 15565 94735 18437 15568 94736 13275 15569 94737 18449 15575 94738 13274 15570 94739 13251 15566 94740 5216 15565 94741 18439 15571 94742 12779 14577 94743 5217 15572 94744 18219 14575 94745 12779 14577 94746 18153 14372 94747 13276 15574 94748 13275 15569 94749 5217 15572 94750 18449 15575 94751 13275 15569 94752 18437 15568 94753 13246 15573 94754 13276 15574 94755 18153 14372 94756 13020 15050 94757 13250 15578 94758 5218 15576 94759 18348 15577 94760 13250 15578 94761 18439 15571 94762 13274 15570 94763 13276 15574 94764 5218 15576 94765 18449 15575 94766 13249 15580 94767 18355 15590 94768 13251 15566 94769 13278 15581 94770 5219 15579 94771 18439 15571 94772 13278 15581 94773 18450 15586 94774 13277 15582 94775 13249 15580 94776 5219 15579 94777 18438 15583 94778 13021 15055 94779 5220 15584 94780 18348 15577 94781 13021 15055 94782 18154 18929 94783 13279 15585 94784 13278 15581 94785 5220 15584 94786 18450 15586 94787 13278 15581 94788 18439 15571 94789 13250 15578 94790 13279 15585 94791 18154 18929 94792 12781 14586 94793 12781 14586 94794 18220 14582 94795 13248 15588 94796 13248 15588 94797 18438 15583 94798 13277 15582 94799 13279 15585 94800 5221 15587 94801 18450 15586 94802 13253 15591 94803 5222 15589 94804 18355 15590 94805 13253 15591 94806 18440 15603 94807 13281 15592 94808 13281 15592 94809 18451 15599 94810 13280 15593 94811 13247 15567 94812 5222 15589 94813 18437 15568 94814 13016 15043 94815 5223 15594 94816 18346 15596 94817 13282 15597 94818 5223 15594 94819 18125 14293 94820 13282 15597 94821 18451 15599 94822 13281 15592 94823 13281 15592 94824 18440 15603 94825 13252 15595 94826 13282 15597 94827 18125 14293 94828 12778 14573 94829 13246 15573 94830 5224 15598 94831 18219 14575 94832 13246 15573 94833 18437 15568 94834 13280 15593 94835 13282 15597 94836 5224 15598 94837 18451 15599 94838 13249 15580 94839 5225 15600 94840 18355 15590 94841 13284 15601 94842 5225 15600 94843 18438 15583 94844 13284 15601 94845 18452 15606 94846 13283 15602 94847 13253 15591 94848 5225 15600 94849 18440 15603 94850 12780 14581 94851 5226 15604 94852 18220 14582 94853 12780 14581 94854 18126 14300 94855 13285 15605 94856 13284 15601 94857 5226 15604 94858 18452 15606 94859 13284 15601 94860 18438 15583 94861 13248 15588 94862 13017 15048 94863 5227 15607 94864 18126 14300 94865 13252 15595 94866 5227 15607 94867 18346 15596 94868 13252 15595 94869 18440 15603 94870 13283 15602 94871 13283 15602 94872 18452 15606 94873 13285 15605 94874 13259 15609 94875 18388 15632 94876 13255 15610 94877 13287 15612 94878 5228 15608 94879 18441 15611 94880 13287 15612 94881 18453 15618 94882 13286 15613 94883 13259 15609 94884 5228 15608 94885 18443 15614 94886 12765 14546 94887 5229 15615 94888 18214 14544 94889 12765 14546 94890 18150 14395 94891 13288 15617 94892 13287 15612 94893 5229 15615 94894 18453 15618 94895 13287 15612 94896 18441 15611 94897 13254 15616 94898 13114 15242 94899 5230 15619 94900 18150 14395 94901 13258 15620 94902 5230 15619 94903 18383 15248 94904 13258 15620 94905 18443 15614 94906 13286 15613 94907 13288 15617 94908 5230 15619 94909 18453 15618 94910 13257 15622 94911 18388 15632 94912 13259 15609 94913 13290 15623 94914 5231 15621 94915 18443 15614 94916 13290 15623 94917 18454 15628 94918 13289 15624 94919 13257 15622 94920 5231 15621 94921 18442 15625 94922 13115 15247 94923 5232 15626 94924 18383 15248 94925 13291 15627 94926 5232 15626 94927 18151 14398 94928 13290 15623 94929 5232 15626 94930 18454 15628 94931 13290 15623 94932 18443 15614 94933 13258 15620 94934 13291 15627 94935 18151 14398 94936 12767 14555 94937 13256 15630 94938 5233 15629 94939 18215 14551 94940 13256 15630 94941 18442 15625 94942 13289 15624 94943 13291 15627 94944 5233 15629 94945 18454 15628 94946 13261 15633 94947 5234 15631 94948 18388 15632 94949 13261 15633 94950 18444 18941 94951 13293 15634 94952 13293 15634 94953 18455 15641 94954 13292 15635 94955 13255 15610 94956 5234 15631 94957 18441 15611 94958 13110 15235 94959 5235 15636 94960 18381 15638 94961 13294 15639 94962 5235 15636 94963 18134 14319 94964 13294 15639 94965 18455 15641 94966 13293 15634 94967 13293 15634 94968 18444 18941 94969 13260 15637 94970 13294 15639 94971 18134 14319 94972 12764 14542 94973 13254 15616 94974 5236 15640 94975 18214 14544 94976 13254 15616 94977 18441 15611 94978 13292 15635 94979 13294 15639 94980 5236 15640 94981 18455 15641 94982 13257 15622 94983 5237 15642 94984 18388 15632 94985 13296 15643 94986 5237 15642 94987 18442 15625 94988 13296 15643 94989 18456 15647 94990 13295 15644 94991 13295 15644 94992 18444 18941 94993 13261 15633 94994 12766 14550 94995 5238 15645 94996 18215 14551 94997 12766 14550 94998 18135 14326 94999 13297 15646 95000 13296 15643 95001 5238 15645 95002 18456 15647 95003 13296 15643 95004 18442 15625 95005 13256 15630 95006 13111 15240 95007 5239 15648 95008 18135 14326 95009 13260 15637 95010 5239 15648 95011 18381 15638 95012 13260 15637 95013 18444 18941 95014 13295 15644 95015 13295 15644 95016 18456 15647 95017 13297 15646 95018 13852 15651 95019 5240 15649 95020 18105 15650 95021 13852 15651 95022 18049 14146 95023 13858 14145 95024 12531 14133 95025 5240 15649 95026 18041 14110 95027 12531 14133 95028 18045 14132 95029 12608 14264 95030 13852 15651 95031 5241 15652 95032 18049 14146 95033 12609 14269 95034 5242 15653 95035 18051 14154 95036 13857 14155 95037 18051 14154 95038 13851 15654 95039 12607 14265 95040 5243 15655 95041 18104 14266 95042 12607 14265 95043 18044 14125 95044 12528 14124 95045 13857 14155 95046 5243 15655 95047 18043 14119 95048 12611 14278 95049 18106 14277 95050 13304 15657 95051 13304 15657 95052 18103 14258 95053 12601 14260 95054 12601 14260 95055 18059 14262 95056 12542 15040 95057 12611 14278 95058 5244 15656 95059 18060 15036 95060 12613 14270 95061 18103 14258 95062 13304 15657 95063 12616 14272 95064 5245 15658 95065 18106 14277 95066 13305 15661 95067 5246 15659 95068 18107 15660 95069 13305 15661 95070 18102 14243 95071 12614 14281 95072 12599 14248 95073 18102 14243 95074 13305 15661 95075 12612 14276 95076 5247 15662 95077 18107 15660 95078 12612 14276 95079 18061 15228 95080 12544 15451 95081 12599 14248 95082 5247 15662 95083 18057 15450 95084 13557 14220 95085 5249 15665 95086 18095 15667 95087 13557 14220 95088 18014 18926 95089 13306 15668 95090 12583 1716 95091 18095 15667 95092 13556 15666 95093 13309 15672 95094 18012 15768 95095 12461 1143 95096 13311 15676 95097 5253 15673 95098 18084 15675 95099 13311 15676 95100 18457 15697 95101 13316 15677 95102 13315 15679 95103 5253 15673 95104 18459 15678 95105 13315 15679 95106 18464 15685 95107 13317 15674 95108 13318 15681 95109 18084 15675 95110 13319 15682 95111 12562 14162 95112 5254 15680 95113 18085 15683 95114 13319 15682 95115 18084 15675 95116 13317 15674 95117 13320 15686 95118 5255 15684 95119 18464 15685 95120 13320 15686 95121 18463 15689 95122 13321 15687 95123 13319 15682 95124 5255 15684 95125 18085 15683 95126 12564 14163 95127 18085 15683 95128 13321 15687 95129 13314 15690 95130 5256 15688 95131 18463 15689 95132 13314 15690 95133 18462 15694 95134 13322 15691 95135 12564 14163 95136 5256 15688 95137 18086 14164 95138 12565 14167 95139 5257 15692 95140 18083 14158 95141 12565 14167 95142 18086 14164 95143 13322 15691 95144 13313 15695 95145 5257 15692 95146 18462 15694 95147 13313 15695 95148 18461 15717 95149 13323 15693 95150 13506 15698 95151 5258 15696 95152 18457 15697 95153 13506 15698 95154 17463 12033 95155 13504 15699 95156 13312 15701 95157 5258 15696 95158 18460 15700 95159 13312 15701 95160 18459 15678 95161 13316 15677 95162 13326 15703 95163 18460 15700 95164 13504 15699 95165 11468 12029 95166 5259 15702 95167 17463 12033 95168 11468 12029 95169 17462 12028 95170 13503 15704 95171 13503 15704 95172 18465 15740 95173 13326 15703 95174 13312 15701 95175 18460 15700 95176 13329 15706 95177 13329 15706 95178 18467 15743 95179 13328 15707 95180 13327 15709 95181 5260 15705 95182 18466 15708 95183 13312 15701 95184 5260 15705 95185 18459 15678 95186 13332 1135 95187 18469 15731 95188 13331 15710 95189 13330 1128 95190 5261 1127 95191 18468 15711 95192 13313 15695 95193 18462 15694 95194 13335 15713 95195 13334 15715 95196 5262 15712 95197 18471 15714 95198 13334 15715 95199 18470 15734 95200 13333 15716 95201 13313 15695 95202 5262 15712 95203 18461 15717 95204 13314 15690 95205 18463 15689 95206 13337 15719 95207 13336 15721 95208 5263 15718 95209 18472 15720 95210 13336 15721 95211 18471 15714 95212 13335 15713 95213 13314 15690 95214 5263 15718 95215 18462 15694 95216 13315 15679 95217 18459 15678 95218 13327 15709 95219 13339 15723 95220 5264 15722 95221 18466 15708 95222 13339 15723 95223 18473 15726 95224 13338 15724 95225 13315 15679 95226 5264 15722 95227 18464 15685 95228 13320 15686 95229 18464 15685 95230 13338 15724 95231 13340 15727 95232 5265 15725 95233 18473 15726 95234 13340 15727 95235 18472 15720 95236 13337 15719 95237 13320 15686 95238 5265 15725 95239 18463 15689 95240 5267 15732 95241 13342 15729 95242 19605 18942 95243 13342 15729 95244 18474 15736 95245 13341 15730 95246 13332 1135 95247 5266 15728 95248 18469 15731 95249 13324 15733 95250 18461 15717 95251 13333 15716 95252 13343 15735 95253 5267 15732 95254 18470 15734 95255 13342 15729 95256 5267 15732 95257 18474 15736 95258 13342 15729 95259 5266 15728 95260 19605 18942 95261 13345 15741 95262 5268 15739 95263 18465 15740 95264 13345 15741 95265 18475 15761 95266 13344 15742 95267 13329 15706 95268 5268 15739 95269 18467 15743 95270 13326 15703 95271 5268 15739 95272 18460 15700 95273 13347 15762 95274 5269 15744 95275 18467 15743 95276 13346 15745 95277 18466 15708 95278 13328 15707 95279 13349 15757 95280 5270 15746 95281 18469 15731 95282 13348 15747 95283 18468 15711 95284 13331 15710 95285 13334 15715 95286 18471 15714 95287 13351 15749 95288 13334 15715 95289 5271 15748 95290 18470 15734 95291 13336 15721 95292 18472 15720 95293 13352 15752 95294 13336 15721 95295 5272 15751 95296 18471 15714 95297 13339 15723 95298 18466 15708 95299 13346 15745 95300 13339 15723 95301 5273 15753 95302 18473 15726 95303 13340 15727 95304 18473 15726 95305 13353 15754 95306 13340 15727 95307 5274 15755 95308 18472 15720 95309 13354 15759 95310 5275 15756 95311 18474 15736 95312 13349 15757 95313 18469 15731 95314 13341 15730 95315 13343 15735 95316 18470 15734 95317 13350 15750 95318 13343 15735 95319 5276 15758 95320 18474 15736 95321 13355 15979 95322 5277 15760 95323 18475 15761 95324 13347 15762 95325 18467 15743 95326 13344 15742 95327 12560 14159 95328 5278 15737 95329 18082 18927 95330 12560 14159 95331 18083 14158 95332 13323 15693 95333 13324 15733 95334 5278 15737 95335 18461 15717 95336 12458 14077 95337 5279 15765 95338 18003 14096 95339 12458 14077 95340 18004 14082 95341 12466 13992 95342 12473 15776 95343 5282 15773 95344 18018 15775 95345 13324 15733 95346 5267 15732 95347 19603 18943 95348 12471 14187 95349 5282 15773 95350 18015 14170 95351 12471 14187 95352 18019 14186 95353 12470 15774 95354 13360 15778 95355 18487 15835 95356 13359 15779 95357 13359 15779 95358 18486 15981 95359 13358 15780 95360 13362 15784 95361 5293 15781 95362 18489 15783 95363 13362 15784 95364 18488 15839 95365 13361 15785 95366 13366 15787 95367 18495 15799 95368 13371 15788 95369 13370 15790 95370 5294 15786 95371 18498 15789 95372 13369 15792 95373 5294 15786 95374 18499 15791 95375 13366 15787 95376 5294 15786 95377 18494 15793 95378 13367 15795 95379 18496 15805 95380 13373 15796 95381 13372 15798 95382 5295 15794 95383 18500 15797 95384 13372 15798 95385 18498 15789 95386 13371 15788 95387 13367 15795 95388 5295 15794 95389 18495 15799 95390 13368 15801 95391 18497 15867 95392 13375 15802 95393 13374 15804 95394 5296 15800 95395 18501 15803 95396 13374 15804 95397 18500 15797 95398 13373 15796 95399 13368 15801 95400 5296 15800 95401 18496 15805 95402 13378 15807 95403 5297 15806 95404 18498 15789 95405 13378 15807 95406 18502 15815 95407 13377 15808 95408 13376 15810 95409 5297 15806 95410 18503 15809 95411 13376 15810 95412 18499 15791 95413 13370 15790 95414 13372 15798 95415 18500 15797 95416 13380 15812 95417 13379 15814 95418 5298 15811 95419 18504 15813 95420 13378 15807 95421 5298 15811 95422 18502 15815 95423 13378 15807 95424 18498 15789 95425 13372 15798 95426 13374 15804 95427 18501 15803 95428 13382 15817 95429 13381 15819 95430 5299 15816 95431 18505 15818 95432 13381 15819 95433 18504 15813 95434 13380 15812 95435 13374 15804 95436 5299 15816 95437 18500 15797 95438 13383 15823 95439 5300 15820 95440 18507 15822 95441 13383 15823 95442 18506 15826 95443 13866 15824 95444 13384 15827 95445 5301 15825 95446 18506 15826 95447 13389 15830 95448 5301 15825 95449 18508 15828 95450 13389 15830 95451 18508 15828 95452 13385 15831 95453 13390 15840 95454 5302 15829 95455 18509 15832 95456 13387 15836 95457 5303 15833 95458 18487 15835 95459 13387 15836 95460 18507 15822 95461 13388 15821 95462 13869 16211 95463 5304 15837 95464 18488 15839 95465 13390 15840 95466 18509 15832 95467 13386 15838 95468 13365 15842 95469 18493 12060 95470 13391 12059 95471 13867 15930 95472 5305 15841 95473 18510 12099 95474 13438 12067 95475 5306 15843 95476 17779 12107 95477 13438 12067 95478 18492 12066 95479 13868 15845 95480 13416 15849 95481 5307 15846 95482 18512 15848 95483 13416 15849 95484 18511 15853 95485 13392 15850 95486 13416 15849 95487 5308 15851 95488 18511 15853 95489 13416 15849 95490 18512 15848 95491 13395 15854 95492 13366 15787 95493 5308 15851 95494 18495 15799 95495 13366 15787 95496 18494 15793 95497 13393 15852 95498 13396 15856 95499 18513 15859 95500 13417 15857 95501 13417 15857 95502 18512 15848 95503 13394 15847 95504 13417 15857 95505 5310 15858 95506 18512 15848 95507 13397 15860 95508 5310 15858 95509 18513 15859 95510 13367 15795 95511 5310 15858 95512 18496 15805 95513 13367 15795 95514 18495 15799 95515 13395 15854 95516 13398 15862 95517 18514 15865 95518 13418 15863 95519 13396 15856 95520 5311 15861 95521 18513 15859 95522 13397 15860 95523 18513 15859 95524 13418 15863 95525 13399 15866 95526 5312 15864 95527 18514 15865 95528 13368 15801 95529 5312 15864 95530 18497 15867 95531 13368 15801 95532 18496 15805 95533 13397 15860 95534 13400 15869 95535 18503 15809 95536 13377 15808 95537 13402 15870 95538 5313 15868 95539 18502 15815 95540 13419 15872 95541 5313 15868 95542 18516 15871 95543 13419 15872 95544 18515 15875 95545 13400 15869 95546 13419 15872 95547 5314 15873 95548 18515 15875 95549 13419 15872 95550 18516 15871 95551 13403 15876 95552 13383 15823 95553 5314 15873 95554 18506 15826 95555 13383 15823 95556 18507 15822 95557 13401 15874 95558 13402 15870 95559 18502 15815 95560 13379 15814 95561 13404 15878 95562 5315 15877 95563 18504 15813 95564 13404 15878 95565 18517 15881 95566 13420 15879 95567 13420 15879 95568 18516 15871 95569 13402 15870 95570 13420 15879 95571 5316 15880 95572 18516 15871 95573 13405 15882 95574 5316 15880 95575 18517 15881 95576 13405 15882 95577 18508 15828 95578 13384 15827 95579 13384 15827 95580 18506 15826 95581 13403 15876 95582 13404 15878 95583 18504 15813 95584 13381 15819 95585 13381 15819 95586 18505 15818 95587 13406 15884 95588 13406 15884 95589 18518 15887 95590 13421 15885 95591 13404 15878 95592 5317 15883 95593 18517 15881 95594 13405 15882 95595 18517 15881 95596 13421 15885 95597 13407 15888 95598 5318 15886 95599 18518 15887 95600 13407 15888 95601 18509 15832 95602 13385 15831 95603 13405 15882 95604 5318 15886 95605 18508 15828 95606 13408 15890 95607 18519 15893 95608 13422 15891 95609 13398 15862 95610 5319 15889 95611 18514 15865 95612 13399 15866 95613 18514 15865 95614 13422 15891 95615 13409 15894 95616 5320 15892 95617 18519 15893 95618 13409 15894 95619 18501 15803 95620 13375 15802 95621 13399 15866 95622 5320 15892 95623 18497 15867 95624 13369 15792 95625 5321 15895 95626 18494 15793 95627 13369 15792 95628 18499 15791 95629 13411 15896 95630 13423 15898 95631 5321 15895 95632 18520 15897 95633 13423 15898 95634 18511 15853 95635 13393 15852 95636 13423 15898 95637 5322 15899 95638 18511 15853 95639 13423 15898 95640 18520 15897 95641 13410 15900 95642 13376 15810 95643 5323 15901 95644 18499 15791 95645 13376 15810 95646 18503 15809 95647 13413 15902 95648 13424 15904 95649 5323 15901 95650 18521 15903 95651 13424 15904 95652 18520 15897 95653 13411 15896 95654 13424 15904 95655 5324 15905 95656 18520 15897 95657 13424 15904 95658 18521 15903 95659 13412 15906 95660 13400 15869 95661 5325 15907 95662 18503 15809 95663 13400 15869 95664 18515 15875 95665 13426 15908 95666 13425 15910 95667 5325 15907 95668 18523 15909 95669 13425 15910 95670 18521 15903 95671 13413 15902 95672 13387 15836 95673 5326 15911 95674 18507 15822 95675 13387 15836 95676 18487 15835 95677 13427 15912 95678 13426 15908 95679 5326 15911 95680 18523 15909 95681 13426 15908 95682 18515 15875 95683 13401 15874 95684 13360 15778 95685 5327 15913 95686 18487 15835 95687 13425 15910 95688 5327 15913 95689 18521 15903 95690 13425 15910 95691 18523 15909 95692 13427 15912 95693 13415 15915 95694 5328 15914 95695 18505 15818 95696 13415 15915 95697 18522 15921 95698 13429 15916 95699 13428 15918 95700 5328 15914 95701 18524 15917 95702 13428 15918 95703 18518 15887 95704 13406 15884 95705 13430 15920 95706 5329 15919 95707 18488 15839 95708 13430 15920 95709 18524 15917 95710 13429 15916 95711 13414 15924 95712 5329 15919 95713 18522 15921 95714 13430 15920 95715 18488 15839 95716 13386 15838 95717 13407 15888 95718 5330 15922 95719 18509 15832 95720 13407 15888 95721 18518 15887 95722 13428 15918 95723 13430 15920 95724 5330 15922 95725 18524 15917 95726 13414 15924 95727 18522 15921 95728 13431 15925 95729 13408 15890 95730 5331 15923 95731 18519 15893 95732 13409 15894 95733 18519 15893 95734 13431 15925 95735 13415 15915 95736 5332 15926 95737 18522 15921 95738 13415 15915 95739 18505 15818 95740 13382 15817 95741 13409 15894 95742 5332 15926 95743 18501 15803 95744 11499 12108 95745 17779 12107 95746 13862 15844 95747 13435 15928 95748 17486 15935 95749 11499 12108 95750 13867 15930 95751 18510 12099 95752 13436 12098 95753 13864 15938 95754 5334 15929 95755 17485 12077 95756 13432 15936 95757 5335 15931 95758 18525 15933 95759 13435 15928 95760 5336 15934 95761 17486 15935 95762 13434 12088 95763 5336 15934 95764 18525 15933 95765 13865 15932 95766 5337 15937 95767 18525 15933 95768 13433 12076 95769 5337 15937 95770 17485 12077 95771 13586 15940 95772 18580 16106 95773 13587 15941 95774 13445 15943 95775 5338 15939 95776 17473 15942 95777 13445 15943 95778 18528 15956 95779 13455 15944 95780 13586 15940 95781 5338 15939 95782 18529 15945 95783 13455 15944 95784 5339 15946 95785 18529 15945 95786 13455 15944 95787 18528 15956 95788 13444 15948 95789 13590 15950 95790 5339 15946 95791 17471 15949 95792 13590 15950 95793 18581 16136 95794 13589 15947 95795 13445 15943 95796 17473 15942 95797 11482 15952 95798 13443 15954 95799 5340 15951 95800 17472 15953 95801 13443 15954 95802 18527 15958 95803 13456 15955 95804 13445 15943 95805 5340 15951 95806 18528 15956 95807 13444 15948 95808 18528 15956 95809 13456 15955 95810 13442 15959 95811 5341 15957 95812 18527 15958 95813 13442 15959 95814 17470 16155 95815 11480 15960 95816 11480 15960 95817 17471 15949 95818 13444 15948 95819 13502 15967 95820 5342 15964 95821 18531 15966 95822 13502 15967 95823 17443 11971 95824 11441 11970 95825 13502 15967 95826 5343 15968 95827 17443 11971 95828 13502 15967 95829 18531 15966 95830 13449 15969 95831 13503 15704 95832 5343 15968 95833 18465 15740 95834 13503 15704 95835 17462 12028 95836 11440 11966 95837 13330 1128 95838 18468 15711 95839 13450 15971 95840 13457 15973 95841 5344 15970 95842 18532 15972 95843 13457 15973 95844 18531 15966 95845 13448 15965 95846 13457 15973 95847 5345 15974 95848 18531 15966 95849 13457 15973 95850 18532 15972 95851 13451 15975 95852 13345 15741 95853 5345 15974 95854 18475 15761 95855 13345 15741 95856 18465 15740 95857 13449 15969 95858 13348 15747 95859 5346 15976 95860 18468 15711 95861 13458 15977 95862 18532 15972 95863 13450 15971 95864 13458 15977 95865 5347 15978 95866 18532 15972 95867 13355 15979 95868 18475 15761 95869 13451 15975 95870 13452 15982 95871 5350 15980 95872 18486 15981 95873 13452 15982 95874 18534 15985 95875 13459 15983 95876 13453 15986 95877 5351 15984 95878 18534 15985 95879 13453 15986 95880 18489 15783 95881 13363 15782 95882 13446 15990 95883 5352 15987 95884 17487 15989 95885 13446 15990 95886 18530 16234 95887 13460 15991 95888 13460 15991 95889 18530 16234 95890 13447 15993 95891 13863 16221 95892 5353 15992 95893 17488 15994 95894 13461 15996 95895 17466 16387 95896 11479 15997 95897 13463 15999 95898 5354 15995 95899 17467 15998 95900 13463 15999 95901 18537 16004 95902 13465 16000 95903 13461 15996 95904 5354 15995 95905 18536 16001 95906 13462 16003 95907 18536 16001 95908 13465 16000 95909 13464 16005 95910 5355 16002 95911 18537 16004 95912 13464 16005 95913 17697 12920 95914 11473 12919 95915 11473 12919 95916 17468 18912 95917 13462 16003 95918 13466 16007 95919 18538 16015 95920 13470 16008 95921 13470 16008 95922 18539 16014 95923 13468 16009 95924 11478 16011 95925 5356 16006 95926 17465 16010 95927 11478 16011 95928 17464 16091 95929 13466 16007 95930 13470 16008 95931 5357 16012 95932 18539 16014 95933 13467 16016 95934 5357 16012 95935 18538 16015 95936 11471 12767 95937 5357 16012 95938 17469 13076 95939 11471 12767 95940 17671 12772 95941 13469 16013 95942 13462 16003 95943 17468 18912 95944 11476 12330 95945 11483 16018 95946 5358 16017 95947 17490 12329 95948 11483 16018 95949 17474 16173 95950 13471 16019 95951 13462 16003 95952 5358 16017 95953 18536 16001 95954 13472 16021 95955 18540 16027 95956 13478 16022 95957 13478 16022 95958 18541 16031 95959 13473 16023 95960 13473 16023 95961 17494 12777 95962 11906 13051 95963 11906 13051 95964 17720 13054 95965 13472 16021 95966 13475 16025 95967 18542 16036 95968 13477 16026 95969 13472 16021 95970 5360 16024 95971 18540 16027 95972 13472 16021 95973 17720 13054 95974 11905 16028 95975 13475 16025 95976 5360 16024 95977 17493 16029 95978 11773 12774 95979 17494 12777 95980 13473 16023 95981 13474 16032 95982 5361 16030 95983 18541 16031 95984 13474 16032 95985 18539 16014 95986 13469 16013 95987 11773 12774 95988 5361 16030 95989 17671 12772 95990 13475 16025 95991 17493 16029 95992 11844 16034 95993 13464 16005 95994 5362 16033 95995 17697 12920 95996 13464 16005 95997 18537 16004 95998 13476 16035 95999 13475 16025 96000 5362 16033 96001 18542 16036 96002 13481 16038 96003 5363 16037 96004 18540 16027 96005 13481 16038 96006 18543 16046 96007 13480 16039 96008 13479 16041 96009 5363 16037 96010 18544 16040 96011 13479 16041 96012 18541 16031 96013 13478 16022 96014 13483 16043 96015 5364 16042 96016 18542 16036 96017 13482 16045 96018 5364 16042 96019 18545 16044 96020 13481 16038 96021 5364 16042 96022 18543 16046 96023 13481 16038 96024 18540 16027 96025 13477 16026 96026 13485 16048 96027 5365 16047 96028 18537 16004 96029 13485 16048 96030 18546 16060 96031 13484 16049 96032 13484 16049 96033 18545 16044 96034 13483 16043 96035 13476 16035 96036 5365 16047 96037 18542 16036 96038 13479 16041 96039 5366 16050 96040 18541 16031 96041 13479 16041 96042 18544 16040 96043 13487 16051 96044 13487 16051 96045 18547 16054 96046 13486 16052 96047 13474 16032 96048 5366 16050 96049 18539 16014 96050 13468 16009 96051 18539 16014 96052 13486 16052 96053 13489 16055 96054 5367 16053 96055 18547 16054 96056 13489 16055 96057 18548 16081 96058 13488 16056 96059 13488 16056 96060 17465 16010 96061 13468 16009 96062 13463 15999 96063 17467 15998 96064 13491 16058 96065 13491 16058 96066 18549 16078 96067 13490 16059 96068 13485 16048 96069 5368 16057 96070 18546 16060 96071 13485 16048 96072 18537 16004 96073 13463 15999 96074 13494 16062 96075 18548 16081 96076 13489 16055 96077 13487 16051 96078 5369 16061 96079 18547 16054 96080 13495 16063 96081 5369 16061 96082 18544 16040 96083 13494 16062 96084 5369 16061 96085 18551 16064 96086 13490 16059 96087 18549 16078 96088 13497 16066 96089 13496 16068 96090 5370 16065 96091 18552 16067 96092 13484 16049 96093 5370 16065 96094 18545 16044 96095 13490 16059 96096 5370 16065 96097 18546 16060 96098 13499 16070 96099 5371 16069 96100 18552 16067 96101 13499 16070 96102 18553 16077 96103 13498 16071 96104 13482 16045 96105 5371 16069 96106 18543 16046 96107 13482 16045 96108 18545 16044 96109 13496 16068 96110 13498 16071 96111 18553 16077 96112 13500 16073 96113 13495 16063 96114 5372 16072 96115 18551 16064 96116 13495 16063 96117 18544 16040 96118 13480 16039 96119 13498 16071 96120 5372 16072 96121 18543 16046 96122 13492 16075 96123 18550 16082 96124 13501 16076 96125 13499 16070 96126 5373 16074 96127 18553 16077 96128 13499 16070 96129 18552 16067 96130 13497 16066 96131 13492 16075 96132 5373 16074 96133 18549 16078 96134 13494 16062 96135 5374 16079 96136 18548 16081 96137 13494 16062 96138 18551 16064 96139 13500 16073 96140 13501 16076 96141 5374 16079 96142 18553 16077 96143 13493 16080 96144 5374 16079 96145 18550 16082 96146 11765 12614 96147 5375 16083 96148 17663 12615 96149 11765 12614 96150 17504 12280 96151 11909 13033 96152 13515 16084 96153 5375 16083 96154 17722 13039 96155 13515 16084 96156 17742 18914 96157 11947 13056 96158 13511 12917 96159 5376 16085 96160 17699 12902 96161 13511 12917 96162 17742 18914 96163 13515 16084 96164 11910 13038 96165 5376 16085 96166 17722 13039 96167 11910 13038 96168 17505 12303 96169 11848 12898 96170 13510 12921 96171 17697 12920 96172 11844 16034 96173 11905 16028 96174 5377 16086 96175 17493 16029 96176 11905 16028 96177 17720 13054 96178 11967 13053 96179 13510 12921 96180 5377 16086 96181 17743 12928 96182 13516 16090 96183 5378 16087 96184 17477 16089 96185 13516 16090 96186 18538 16015 96187 13466 16007 96188 11469 16092 96189 5378 16087 96190 17464 16091 96191 11469 16092 96192 17472 15953 96193 11481 16088 96194 13517 16094 96195 5379 16093 96196 17489 13063 96197 13516 16090 96198 5379 16093 96199 18538 16015 96200 13516 16090 96201 17477 16089 96202 11484 16095 96203 11973 13093 96204 5379 16093 96205 17748 13094 96206 13525 16099 96207 5380 16096 96208 17476 16098 96209 13525 16099 96210 18557 16108 96211 13535 16100 96212 13534 16102 96213 5380 16096 96214 18562 16101 96215 13518 16097 96216 5380 16096 96217 18554 16103 96218 13524 16105 96219 17473 15942 96220 13587 15941 96221 13585 16107 96222 5381 16104 96223 18580 16106 96224 13585 16107 96225 18562 16101 96226 13535 16100 96227 13524 16105 96228 5381 16104 96229 18557 16108 96230 13585 16107 96231 18580 16106 96232 13575 16110 96233 13519 16112 96234 5382 16109 96235 17479 16111 96236 13519 16112 96237 18554 16103 96238 13534 16102 96239 13585 16107 96240 5382 16109 96241 18562 16101 96242 13518 16097 96243 5383 16113 96244 17476 16098 96245 13518 16097 96246 18554 16103 96247 13537 16115 96248 13536 16117 96249 5383 16113 96250 18563 16116 96251 13532 16114 96252 5383 16113 96253 18561 16118 96254 11486 12070 96255 5384 16119 96256 17479 16111 96257 11486 12070 96258 17484 12069 96259 13538 16120 96260 13537 16115 96261 5384 16119 96262 18563 16116 96263 13519 16112 96264 5384 16119 96265 18554 16103 96266 11497 12102 96267 5385 16121 96268 17484 12069 96269 11497 12102 96270 17670 12105 96271 13533 16122 96272 13536 16117 96273 5385 16121 96274 18561 16118 96275 13536 16117 96276 18563 16116 96277 13538 16120 96278 13523 16124 96279 17475 16140 96280 13520 16125 96281 13540 16127 96282 5386 16123 96283 18555 16126 96284 13540 16127 96285 18564 16134 96286 13539 16128 96287 13539 16128 96288 18556 16138 96289 13523 16124 96290 13577 16132 96291 5387 16129 96292 17478 16131 96293 13577 16132 96294 18581 16136 96295 13588 16133 96296 13540 16127 96297 5387 16129 96298 18564 16134 96299 13540 16127 96300 18555 16126 96301 13521 16130 96302 13590 15950 96303 5388 16135 96304 18581 16136 96305 13590 15950 96306 17471 15949 96307 13522 16137 96308 13539 16128 96309 5388 16135 96310 18556 16138 96311 13539 16128 96312 18564 16134 96313 13588 16133 96314 13526 16141 96315 5389 16139 96316 17475 16140 96317 13526 16141 96318 18558 16170 96319 13542 16142 96320 13541 16144 96321 5389 16139 96322 18565 16143 96323 13541 16144 96324 18555 16126 96325 13520 16125 96326 11494 12094 96327 5390 16145 96328 17696 12095 96329 13543 16147 96330 5390 16145 96331 17482 12100 96332 13543 16147 96333 18565 16143 96334 13542 16142 96335 13542 16142 96336 18558 16170 96337 13527 16146 96338 13543 16147 96339 17482 12100 96340 11485 12062 96341 13521 16130 96342 5391 16148 96343 17478 16131 96344 13541 16144 96345 5391 16148 96346 18555 16126 96347 13543 16147 96348 5391 16148 96349 18565 16143 96350 13523 16124 96351 5392 16149 96352 17475 16140 96353 13523 16124 96354 18556 16138 96355 13545 16151 96356 13544 16153 96357 5392 16149 96358 18566 16152 96359 13544 16153 96360 18559 16167 96361 13529 16150 96362 11480 15960 96363 5393 16154 96364 17471 15949 96365 13546 16156 96366 5393 16154 96367 17470 16155 96368 13546 16156 96369 18566 16152 96370 13545 16151 96371 13545 16151 96372 18556 16138 96373 13522 16137 96374 13530 16158 96375 5394 16157 96376 17476 16098 96377 13530 16158 96378 18560 16180 96379 13548 16159 96380 13547 16161 96381 5394 16157 96382 18567 16160 96383 13525 16099 96384 5394 16157 96385 18557 16108 96386 13531 16163 96387 17477 16089 96388 11481 16088 96389 11481 16088 96390 17472 15953 96391 13549 16164 96392 13548 16159 96393 5395 16162 96394 18567 16160 96395 13548 16159 96396 18560 16180 96397 13531 16163 96398 11482 15952 96399 5396 16165 96400 17472 15953 96401 13524 16105 96402 5396 16165 96403 17473 15942 96404 13524 16105 96405 18557 16108 96406 13547 16161 96407 13547 16161 96408 18567 16160 96409 13549 16164 96410 13526 16141 96411 17475 16140 96412 13529 16150 96413 13551 16168 96414 5397 16166 96415 18559 16167 96416 13551 16168 96417 18568 16175 96418 13550 16169 96419 13526 16141 96420 5397 16166 96421 18558 16170 96422 11483 16018 96423 5398 16171 96424 17474 16173 96425 11483 16018 96426 17490 12329 96427 13552 16174 96428 13551 16168 96429 5398 16171 96430 18568 16175 96431 13551 16168 96432 18559 16167 96433 13528 16172 96434 13552 16174 96435 17490 12329 96436 11842 12824 96437 11842 12824 96438 17696 12095 96439 13527 16146 96440 13550 16169 96441 5399 16176 96442 18558 16170 96443 13550 16169 96444 18568 16175 96445 13552 16174 96446 13532 16114 96447 5400 16177 96448 17476 16098 96449 13532 16114 96450 18561 16118 96451 13554 16178 96452 13554 16178 96453 18569 16184 96454 13553 16179 96455 13530 16158 96456 5400 16177 96457 18560 16180 96458 13533 16122 96459 17670 12105 96460 11974 13099 96461 13555 16182 96462 5401 16181 96463 17748 13094 96464 13555 16182 96465 18569 16184 96466 13554 16178 96467 13533 16122 96468 5401 16181 96469 18561 16118 96470 13555 16182 96471 17748 13094 96472 11484 16095 96473 13531 16163 96474 5402 16183 96475 17477 16089 96476 13531 16163 96477 18560 16180 96478 13553 16179 96479 13555 16182 96480 5402 16183 96481 18569 16184 96482 13559 16186 96483 5403 16185 96484 18012 15768 96485 13559 16186 96486 18570 18489 96487 13560 16187 96488 13560 16187 96489 18014 18926 96490 12463 14087 96491 12463 14087 96492 18013 14091 96493 12462 15771 96494 13306 15668 96495 18014 18926 96496 13560 16187 96497 13559 16186 96498 18012 15768 96499 13309 15672 96500 12571 14175 96501 18016 14192 96502 13563 16191 96503 13561 14183 96504 5406 16190 96505 18571 14184 96506 13561 14183 96507 18094 14182 96508 12578 14188 96509 12571 14175 96510 5406 16190 96511 18090 14176 96512 13563 16191 96513 5407 16193 96514 18571 14184 96515 13563 16191 96516 18016 14192 96517 12573 14191 96518 13568 16197 96519 18492 12066 96520 13441 12065 96521 13575 16110 96522 5408 16196 96523 17479 16111 96524 13575 16110 96525 18580 16106 96526 13574 16198 96527 13568 16197 96528 5408 16196 96529 18576 16199 96530 13440 12061 96531 5409 16200 96532 17478 16131 96533 13440 12061 96534 18493 12060 96535 13570 16201 96536 13576 16203 96537 5409 16200 96538 18577 16202 96539 13576 16203 96540 18581 16136 96541 13577 16132 96542 13359 15779 96543 5411 16204 96544 18486 15981 96545 13359 15779 96546 18487 15835 96547 13579 16206 96548 13578 16208 96549 5411 16204 96550 18582 16207 96551 13578 16208 96552 18572 16237 96553 13565 16205 96554 13579 16206 96555 18487 15835 96556 13364 15834 96557 13869 16211 96558 18488 15839 96559 13581 16212 96560 13581 16212 96561 18488 15839 96562 13362 15784 96563 13566 16214 96564 5415 16213 96565 18489 15783 96566 13566 16214 96567 18574 16241 96568 13580 16215 96569 13580 16215 96570 18583 18324 96571 13581 16212 96572 13568 16197 96573 5416 16216 96574 18492 12066 96575 13568 16197 96576 18576 16199 96577 13861 16217 96578 13861 16217 96579 18576 16199 96580 13567 16219 96581 13437 15988 96582 5417 16218 96583 17487 15989 96584 13863 16221 96585 17488 15994 96586 13569 16222 96587 13582 16224 96588 5418 16220 96589 18577 16202 96590 13582 16224 96591 18577 16202 96592 13570 16201 96593 13365 15842 96594 5419 16223 96595 18493 12060 96596 13571 16226 96597 18529 15945 96598 13589 15947 96599 13576 16203 96600 5420 16225 96601 18581 16136 96602 13576 16203 96603 18577 16202 96604 13875 16227 96605 13875 16227 96606 18578 16230 96607 13571 16226 96608 13875 16227 96609 5421 16228 96610 18578 16230 96611 13875 16227 96612 18577 16202 96613 13569 16222 96614 13569 16222 96615 17488 15994 96616 13447 15993 96617 13447 15993 96618 18530 16234 96619 13572 16229 96620 13586 15940 96621 5422 16231 96622 18580 16106 96623 13586 15940 96624 18529 15945 96625 13571 16226 96626 13876 16232 96627 5422 16231 96628 18578 16230 96629 13876 16232 96630 18576 16199 96631 13574 16198 96632 13876 16232 96633 5423 16233 96634 18576 16199 96635 13876 16232 96636 18578 16230 96637 13572 16229 96638 13446 15990 96639 5423 16233 96640 18530 16234 96641 13446 15990 96642 17487 15989 96643 13567 16219 96644 13452 15982 96645 5424 16235 96646 18534 15985 96647 13452 15982 96648 18486 15981 96649 13565 16205 96650 13583 16238 96651 5424 16235 96652 18572 16237 96653 13583 16238 96654 18579 18326 96655 13573 16236 96656 13566 16214 96657 18489 15783 96658 13453 15986 96659 13453 15986 96660 18534 15985 96661 13573 16236 96662 13573 16236 96663 18579 18326 96664 13584 16240 96665 13566 16214 96666 5426 16239 96667 18574 16241 96668 13591 16243 96669 5428 16242 96670 17474 16173 96671 13591 16243 96672 17470 16155 96673 11470 16244 96674 11470 16244 96675 17466 16387 96676 13461 15996 96677 13461 15996 96678 18536 16001 96679 13471 16019 96680 13591 16243 96681 5429 16245 96682 17470 16155 96683 13528 16172 96684 5429 16245 96685 17474 16173 96686 13528 16172 96687 18559 16167 96688 13544 16153 96689 13546 16156 96690 5429 16245 96691 18566 16152 96692 13595 16249 96693 5430 16246 96694 18614 16248 96695 13595 16249 96696 18586 17749 96697 13592 16250 96698 13593 16252 96699 5430 16246 96700 18584 16251 96701 13616 16247 96702 5430 16246 96703 18593 16253 96704 13606 16255 96705 18588 16265 96706 13596 16256 96707 13604 16258 96708 5431 16254 96709 18587 16257 96710 13604 16258 96711 18597 16332 96712 13624 16259 96713 13606 16255 96714 5431 16254 96715 18598 16260 96716 13607 16262 96717 18601 16274 96718 13627 16263 96719 13627 16263 96720 18600 12321 96721 13605 16264 96722 13605 16264 96723 18587 16257 96724 13596 16256 96725 13607 16262 96726 5432 16261 96727 18588 16265 96728 13620 16267 96729 18595 16275 96730 13597 16268 96731 13606 16255 96732 5433 16266 96733 18588 16265 96734 13606 16255 96735 18598 16260 96736 13623 16269 96737 13620 16267 96738 5433 16266 96739 18621 16270 96740 13619 16272 96741 18618 16294 96742 13628 16273 96743 13607 16262 96744 5434 16271 96745 18601 16274 96746 13607 16262 96747 18588 16265 96748 13597 16268 96749 13619 16272 96750 5434 16271 96751 18595 16275 96752 13598 16279 96753 5435 16276 96754 18589 16278 96755 13598 16279 96756 18590 16290 96757 13610 16280 96758 13632 16282 96759 5435 16276 96760 18604 16281 96761 13609 16277 96762 5435 16276 96763 18603 16283 96764 13629 16287 96765 5436 16284 96766 18602 16286 96767 13611 16289 96768 5436 16284 96769 18605 16288 96770 13598 16279 96771 5436 16284 96772 18590 16290 96773 13598 16279 96774 18589 16278 96775 13608 16285 96776 13619 16272 96777 18595 16275 96778 13599 16292 96779 13609 16277 96780 5437 16291 96781 18589 16278 96782 13609 16277 96783 18603 16283 96784 13631 16293 96785 13619 16272 96786 5437 16291 96787 18618 16294 96788 13630 16296 96789 5438 16295 96790 18621 16270 96791 13630 16296 96792 18602 16286 96793 13608 16285 96794 13608 16285 96795 18589 16278 96796 13599 16292 96797 13620 16267 96798 5438 16295 96799 18595 16275 96800 13600 16300 96801 5439 16297 96802 18592 16299 96803 13600 16300 96804 18590 16290 96805 13611 16289 96806 13611 16289 96807 18605 16288 96808 13634 16301 96809 13614 16298 96810 5439 16297 96811 18615 16302 96812 13633 16306 96813 5440 16303 96814 18610 16305 96815 13633 16306 96816 18604 16281 96817 13610 16280 96818 13600 16300 96819 5440 16303 96820 18590 16290 96821 13600 16300 96822 18592 16299 96823 13613 16304 96824 13661 16310 96825 5441 16307 96826 18619 16309 96827 13661 16310 96828 17749 16346 96829 13662 16311 96830 13601 16313 96831 5441 16307 96832 18591 16312 96833 13601 16313 96834 18596 16315 96835 13622 16308 96836 13602 16316 96837 5442 16314 96838 18596 16315 96839 13602 16316 96840 18594 16323 96841 13618 16317 96842 13618 16317 96843 18613 16360 96844 13646 16318 96845 13646 16318 96846 18619 16309 96847 13622 16308 96848 13621 16320 96849 18616 16358 96850 13645 16321 96851 13645 16321 96852 18612 16357 96853 13617 16322 96854 13602 16316 96855 5443 16319 96856 18594 16323 96857 13602 16316 96858 18596 16315 96859 13621 16320 96860 13603 16325 96861 5444 16324 96862 18593 16253 96863 13603 16325 96864 18592 16299 96865 13614 16298 96866 13614 16298 96867 18615 16302 96868 13649 16326 96869 13649 16326 96870 18614 16248 96871 13616 16247 96872 13615 16328 96873 18611 16355 96874 13642 16329 96875 13642 16329 96876 18610 16305 96877 13613 16304 96878 13613 16304 96879 18592 16299 96880 13603 16325 96881 13615 16328 96882 5445 16327 96883 18593 16253 96884 13640 16331 96885 18621 16270 96886 13623 16269 96887 13624 16259 96888 5446 16330 96889 18598 16260 96890 13625 13087 96891 5446 16330 96892 18597 16332 96893 13625 13087 96894 18609 13086 96895 13640 16331 96896 13658 12324 96897 5447 16333 96898 18607 12325 96899 13930 16335 96900 5447 16333 96901 18600 12321 96902 13638 16334 96903 5447 16333 96904 18617 16336 96905 13650 16338 96906 18615 16302 96907 13634 16301 96908 13629 16287 96909 5448 16337 96910 18605 16288 96911 13630 16296 96912 5448 16337 96913 18602 16286 96914 13630 16296 96915 18621 16270 96916 13650 16338 96917 13631 16293 96918 5449 16339 96919 18618 16294 96920 13631 16293 96921 18603 16283 96922 13632 16282 96923 13633 16306 96924 5449 16339 96925 18604 16281 96926 13633 16306 96927 18610 16305 96928 13641 16340 96929 13635 13067 96930 5450 16341 96931 18606 13068 96932 13635 13067 96933 18607 12325 96934 13638 16334 96935 13651 16343 96936 5450 16341 96937 18617 16336 96938 13651 16343 96939 18616 16358 96940 13637 16342 96941 13639 16345 96942 18608 13061 96943 13660 13060 96944 13661 16310 96945 5451 16344 96946 17749 16346 96947 13661 16310 96948 18619 16309 96949 13653 16347 96950 13639 16345 96951 5451 16344 96952 18620 16348 96953 13636 13091 96954 5452 16349 96955 18609 13086 96956 13636 13091 96957 18608 13061 96958 13639 16345 96959 13639 16345 96960 18620 16348 96961 13654 16350 96962 13654 16350 96963 18621 16270 96964 13640 16331 96965 13652 16352 96966 18618 16294 96967 13641 16340 96968 13642 16329 96969 5453 16351 96970 18610 16305 96971 13642 16329 96972 18611 16355 96973 13643 16353 96974 13652 16352 96975 5453 16351 96976 18617 16336 96977 13651 16343 96978 18617 16336 96979 13643 16353 96980 13644 16356 96981 5454 16354 96982 18611 16355 96983 13645 16321 96984 5454 16354 96985 18612 16357 96986 13651 16343 96987 5454 16354 96988 18616 16358 96989 13646 16318 96990 5455 16359 96991 18619 16309 96992 13647 16361 96993 5455 16359 96994 18613 16360 96995 13648 16362 96996 5455 16359 96997 18614 16248 96998 13648 16362 96999 18620 16348 97000 13653 16347 97001 13648 16362 97002 5456 16363 97003 18620 16348 97004 13648 16362 97005 18614 16248 97006 13649 16326 97007 13650 16338 97008 5456 16363 97009 18615 16302 97010 13650 16338 97011 18621 16270 97012 13654 16350 97013 11665 12675 97014 17604 12674 97015 11666 12684 97016 11666 12684 97017 17501 12271 97018 13659 13070 97019 13659 13070 97020 18591 16312 97021 13663 16365 97022 11665 12675 97023 5457 16364 97024 17495 13103 97025 11975 13065 97026 17744 13097 97027 11969 13104 97028 13663 16365 97029 5458 16366 97030 17495 13103 97031 13663 16365 97032 18591 16312 97033 13662 16311 97034 11975 13065 97035 5458 16366 97036 17749 16346 97037 13467 16016 97038 5459 16367 97039 17469 13076 97040 13467 16016 97041 18538 16015 97042 13517 16094 97043 13517 16094 97044 17489 13063 97045 13664 13062 97046 13664 13062 97047 18608 13061 97048 13666 13072 97049 13669 16369 97050 5460 16368 97051 18597 16332 97052 13669 16369 97053 18599 12612 97054 13670 12611 97055 11971 13078 97056 5460 16368 97057 17661 12610 97058 11971 13078 97059 17746 13082 97060 13668 13084 97061 13669 16369 97062 18597 16332 97063 13604 16258 97064 13605 16264 97065 5461 16370 97066 18587 16257 97067 13605 16264 97068 18600 12321 97069 13626 12320 97070 13669 16369 97071 5461 16370 97072 18599 12612 97073 13673 16372 97074 5462 16371 97075 18550 16082 97076 13673 16372 97077 18623 16425 97078 13672 16373 97079 13671 16375 97080 5462 16371 97081 18622 16374 97082 13671 16375 97083 18548 16081 97084 13493 16080 97085 13492 16075 97086 18549 16078 97087 13675 16377 97088 13674 16379 97089 5463 16376 97090 18624 16378 97091 13674 16379 97092 18623 16425 97093 13673 16372 97094 13492 16075 97095 5463 16376 97096 18550 16082 97097 13677 16381 97098 5464 16380 97099 17467 15998 97100 13677 16381 97101 18625 16390 97102 13676 16382 97103 13675 16377 97104 5464 16380 97105 18624 16378 97106 13491 16058 97107 5464 16380 97108 18549 16078 97109 13671 16375 97110 5465 16383 97111 18548 16081 97112 13679 16384 97113 5465 16383 97114 18622 16374 97115 13679 16384 97116 18626 16395 97117 13678 16385 97118 13488 16056 97119 5465 16383 97120 17465 16010 97121 13680 16388 97122 5466 16386 97123 17466 16387 97124 13680 16388 97125 18627 16701 97126 13685 16389 97127 13677 16381 97128 5466 16386 97129 18625 16390 97130 13677 16381 97131 17467 15998 97132 11479 15997 97133 11478 16011 97134 17465 16010 97135 13678 16385 97136 13678 16385 97137 18626 16395 97138 13686 16392 97139 13686 16392 97140 18629 16705 97141 13684 16393 97142 11478 16011 97143 5467 16391 97144 17464 16091 97145 13689 16396 97146 5468 16394 97147 18626 16395 97148 13689 16396 97149 18631 17899 97150 13688 16397 97151 13687 16399 97152 5468 16394 97153 18630 16398 97154 13687 16399 97155 18629 16705 97156 13686 16392 97157 13685 16389 97158 18627 16701 97159 13692 16401 97160 13691 16403 97161 5469 16400 97162 18632 16402 97163 13690 16405 97164 5469 16400 97165 18633 16404 97166 13690 16405 97167 18625 16390 97168 13685 16389 97169 13683 16407 97170 18629 16705 97171 13687 16399 97172 13687 16399 97173 18630 16398 97174 13694 16408 97175 13694 16408 97176 18634 17912 97177 13693 16409 97178 13683 16407 97179 5470 16406 97180 18628 16410 97181 13693 16409 97182 5471 16411 97183 18628 16410 97184 13693 16409 97185 18634 17912 97186 13695 16413 97187 13692 16401 97188 5471 16411 97189 18632 16402 97190 13692 16401 97191 18627 16701 97192 13681 16412 97193 13679 16384 97194 18622 16374 97195 13697 16415 97196 13696 16417 97197 5472 16414 97198 18635 16416 97199 13696 16417 97200 18631 17899 97201 13689 16396 97202 13679 16384 97203 5472 16414 97204 18626 16395 97205 13690 16405 97206 5473 16418 97207 18625 16390 97208 13690 16405 97209 18633 16404 97210 13699 16419 97211 13698 16421 97212 5473 16418 97213 18636 16420 97214 13698 16421 97215 18624 16378 97216 13676 16382 97217 13698 16421 97218 5474 16422 97219 18624 16378 97220 13698 16421 97221 18636 16420 97222 13701 16423 97223 13701 16423 97224 18637 16429 97225 13700 16424 97226 13674 16379 97227 5474 16422 97228 18623 16425 97229 13672 16373 97230 18623 16425 97231 13700 16424 97232 13700 16424 97233 18637 16429 97234 13702 16427 97235 13702 16427 97236 18635 16416 97237 13697 16415 97238 13672 16373 97239 5475 16426 97240 18622 16374 97241 13844 16430 97242 5476 16428 97243 18637 16429 97244 13844 16430 97245 18638 18944 97246 13703 16431 97247 13845 16433 97248 5476 16428 97249 18639 16432 97250 13845 16433 97251 18635 16416 97252 13702 16427 97253 13706 16437 97254 5477 16434 97255 18643 16436 97256 13706 16437 97257 18644 16446 97258 13718 16438 97259 13740 16440 97260 5477 16434 97261 18655 16439 97262 13740 16440 97263 18656 16544 97264 13716 16435 97265 13717 16442 97266 18659 16551 97267 13746 16443 97268 13719 16445 97269 5478 16441 97270 18658 16444 97271 13706 16437 97272 5478 16441 97273 18644 16446 97274 13717 16442 97275 5478 16441 97276 18643 16436 97277 13707 16450 97278 5479 16447 97279 18645 16449 97280 13707 16450 97281 18643 16436 97282 13716 16435 97283 13716 16435 97284 18656 16544 97285 13743 16451 97286 13720 16448 97287 5479 16447 97288 18657 16452 97289 13748 16456 97290 5480 16453 97291 18660 16455 97292 13748 16456 97293 18659 16551 97294 13717 16442 97295 13707 16450 97296 5480 16453 97297 18643 16436 97298 13707 16450 97299 18645 16449 97300 13721 16454 97301 13708 16458 97302 5481 16457 97303 18654 15001 97304 13708 16458 97305 18644 16446 97306 13719 16445 97307 13745 16459 97308 5481 16457 97309 18658 16444 97310 13745 16459 97311 18687 14982 97312 13738 14981 97313 13741 16462 97314 5482 16460 97315 18688 16461 97316 13741 16462 97317 18655 16439 97318 13718 16438 97319 13708 16458 97320 5482 16460 97321 18644 16446 97322 13708 16458 97323 18654 15001 97324 13739 15000 97325 13709 16466 97326 5483 16463 97327 18652 16465 97328 13709 16466 97329 18645 16449 97330 13720 16448 97331 13742 16467 97332 5483 16463 97333 18657 16452 97334 13742 16467 97335 18682 16489 97336 13735 16464 97337 13734 16469 97338 18679 16556 97339 13749 16470 97340 13749 16470 97341 18660 16455 97342 13721 16454 97343 13709 16466 97344 5484 16468 97345 18645 16449 97346 13709 16466 97347 18652 16465 97348 13734 16469 97349 13710 16474 97350 5485 16471 97351 18646 16473 97352 13710 16474 97353 18647 16484 97354 13724 16475 97355 13753 16477 97356 5485 16471 97357 18663 16476 97358 13723 16472 97359 5485 16471 97360 18662 16478 97361 13750 16482 97362 5486 16479 97363 18661 16481 97364 13750 16482 97365 18664 18945 97366 13725 16483 97367 13710 16474 97368 5486 16479 97369 18647 16484 97370 13710 16474 97371 18646 16473 97372 13722 16480 97373 13711 16486 97374 5487 16485 97375 18652 16465 97376 13711 16486 97377 18646 16473 97378 13723 16472 97379 13752 16487 97380 5487 16485 97381 18662 16478 97382 13752 16487 97383 18679 16556 97384 13734 16469 97385 13751 16490 97386 5488 16488 97387 18682 16489 97388 13751 16490 97389 18661 16481 97390 13722 16480 97391 13711 16486 97392 5488 16488 97393 18646 16473 97394 13711 16486 97395 18652 16465 97396 13735 16464 97397 13729 16492 97398 18649 18946 97399 13712 16493 97400 13712 16493 97401 18647 16484 97402 13725 16483 97403 13725 16483 97404 18664 18945 97405 13755 16494 97406 13729 16492 97407 5489 16491 97408 18676 16495 97409 13754 16499 97410 5490 16496 97411 18671 16498 97412 13754 16499 97413 18663 16476 97414 13724 16475 97415 13712 16493 97416 5490 16496 97417 18647 16484 97418 13712 16493 97419 18649 18946 97420 13728 16497 97421 13713 16503 97422 5491 16500 97423 18653 16502 97424 13713 16503 97425 18648 16512 97426 13726 16504 97427 13726 16504 97428 18665 16516 97429 13760 16505 97430 13736 16501 97431 5491 16500 97432 18677 16506 97433 13766 16510 97434 5492 16507 97435 18680 16509 97436 13766 16510 97437 18668 16518 97438 13727 16511 97439 13713 16503 97440 5492 16507 97441 18648 16512 97442 13713 16503 97443 18653 16502 97444 13737 16508 97445 13795 16514 97446 5493 16513 97447 18648 16512 97448 13795 16514 97449 18416 16691 97450 13793 14899 97451 13793 14899 97452 18686 14898 97453 13761 16515 97454 13726 16504 97455 5493 16513 97456 18665 16516 97457 13767 16519 97458 5494 16517 97459 18668 16518 97460 13767 16519 97461 18685 16577 97462 13794 16520 97463 13794 16520 97464 18416 16691 97465 13795 16514 97466 13795 16514 97467 18648 16512 97468 13727 16511 97469 13737 16508 97470 18653 16502 97471 13714 16522 97472 13733 16524 97473 5495 16521 97474 18651 16523 97475 13777 16526 97476 5495 16521 97477 18674 16525 97478 13777 16526 97479 18680 16509 97480 13737 16508 97481 13736 16501 97482 18677 16506 97483 13776 16528 97484 13776 16528 97485 18673 17932 97486 13732 16529 97487 13714 16522 97488 5496 16527 97489 18651 16523 97490 13714 16522 97491 18653 16502 97492 13736 16501 97493 13715 16533 97494 5497 16530 97495 18650 16532 97496 13715 16533 97497 18649 18946 97498 13729 16492 97499 13780 16534 97500 5497 16530 97501 18676 16495 97502 13780 16534 97503 18675 16592 97504 13731 16531 97505 13730 16536 97506 18672 16588 97507 13773 16537 97508 13773 16537 97509 18671 16498 97510 13728 16497 97511 13728 16497 97512 18649 18946 97513 13715 16533 97514 13730 16536 97515 5498 16535 97516 18650 16532 97517 13744 16541 97518 5499 16538 97519 18670 16540 97520 13744 16541 97521 18656 16544 97522 13740 16440 97523 13741 16462 97524 5499 16538 97525 18655 16439 97526 13741 16462 97527 18688 16461 97528 13771 16539 97529 13770 16543 97530 18682 16489 97531 13742 16467 97532 13742 16467 97533 18657 16452 97534 13743 16451 97535 13744 16541 97536 5500 16542 97537 18656 16544 97538 13744 16541 97539 18670 16540 97540 13770 16543 97541 13763 16546 97542 18687 14982 97543 13745 16459 97544 13746 16443 97545 5501 16545 97546 18658 16444 97547 13746 16443 97548 18659 16551 97549 13747 16547 97550 13763 16546 97551 5501 16545 97552 18666 16548 97553 13762 16550 97554 18666 16548 97555 13747 16547 97556 13748 16456 97557 5502 16549 97558 18659 16551 97559 13748 16456 97560 18660 16455 97561 13749 16470 97562 13749 16470 97563 18679 16556 97564 13762 16550 97565 13781 16553 97566 18676 16495 97567 13755 16494 97568 13755 16494 97569 18664 18945 97570 13750 16482 97571 13750 16482 97572 18661 16481 97573 13751 16490 97574 13751 16490 97575 18682 16489 97576 13781 16553 97577 13752 16487 97578 5504 16554 97579 18679 16556 97580 13752 16487 97581 18662 16478 97582 13753 16477 97583 13754 16499 97584 5504 16554 97585 18663 16476 97586 13754 16499 97587 18671 16498 97588 13772 16555 97589 13756 16558 97590 5505 16557 97591 18665 16516 97592 13756 16558 97593 18667 16568 97594 13764 16559 97595 13782 16561 97596 5505 16557 97597 18678 16560 97598 13782 16561 97599 18677 16506 97600 13760 16505 97601 13789 14438 97602 5506 16562 97603 18686 14898 97604 13789 14438 97605 18684 14435 97606 13765 16563 97607 13765 16563 97608 18667 16568 97609 13756 16558 97610 13756 16558 97611 18665 16516 97612 13761 16515 97613 13764 16559 97614 18667 16568 97615 13757 16565 97616 13762 16550 97617 5507 16564 97618 18666 16548 97619 13762 16550 97620 18679 16556 97621 13783 16566 97622 13783 16566 97623 18678 16560 97624 13764 16559 97625 13765 16563 97626 18684 14435 97627 13788 14434 97628 13763 16546 97629 5508 16567 97630 18687 14982 97631 13763 16546 97632 18666 16548 97633 13757 16565 97634 13765 16563 97635 5508 16567 97636 18667 16568 97637 13768 16570 97638 18669 16578 97639 13758 16571 97640 13766 16510 97641 5509 16569 97642 18668 16518 97643 13766 16510 97644 18680 16509 97645 13784 16572 97646 13768 16570 97647 5509 16569 97648 18681 16573 97649 13769 16575 97650 18683 16584 97651 13787 16576 97652 13767 16519 97653 5510 16574 97654 18685 16577 97655 13767 16519 97656 18668 16518 97657 13758 16571 97658 13769 16575 97659 5510 16574 97660 18669 16578 97661 13770 16543 97662 18670 16540 97663 13759 16580 97664 13768 16570 97665 5511 16579 97666 18669 16578 97667 13768 16570 97668 18681 16573 97669 13785 16581 97670 13770 16543 97671 5511 16579 97672 18682 16489 97673 13771 16539 97674 18688 16461 97675 13786 16583 97676 13769 16575 97677 5512 16582 97678 18683 16584 97679 13769 16575 97680 18669 16578 97681 13759 16580 97682 13771 16539 97683 5512 16582 97684 18670 16540 97685 13783 16566 97686 18679 16556 97687 13772 16555 97688 13773 16537 97689 5513 16585 97690 18671 16498 97691 13773 16537 97692 18672 16588 97693 13774 16586 97694 13783 16566 97695 5513 16585 97696 18678 16560 97697 13782 16561 97698 18678 16560 97699 13774 16586 97700 13775 16589 97701 5514 16587 97702 18672 16588 97703 13775 16589 97704 18673 17932 97705 13776 16528 97706 13782 16561 97707 5514 16587 97708 18677 16506 97709 13777 16526 97710 5515 16590 97711 18680 16509 97712 13777 16526 97713 18674 16525 97714 13778 16591 97715 13779 16593 97716 5515 16590 97717 18675 16592 97718 13779 16593 97719 18681 16573 97720 13784 16572 97721 13779 16593 97722 5516 16594 97723 18681 16573 97724 13779 16593 97725 18675 16592 97726 13780 16534 97727 13781 16553 97728 5516 16594 97729 18676 16495 97730 13781 16553 97731 18682 16489 97732 13785 16581 97733 13214 15474 97734 5517 16595 97735 18171 15470 97736 13214 15474 97737 18421 15478 97738 13798 16597 97739 13798 16597 97740 18416 16691 97741 13794 16520 97742 13797 16596 97743 5517 16595 97744 18685 16577 97745 13213 15471 97746 18171 15470 97747 13797 16596 97748 13787 16576 97749 5518 16598 97750 18685 16577 97751 13787 16576 97752 18683 16584 97753 13799 16599 97754 13213 15471 97755 5518 16598 97756 18420 15465 97757 13786 16583 97758 18688 16461 97759 13807 15006 97760 13805 15466 97761 5519 16600 97762 18417 15005 97763 13805 15466 97764 18420 15465 97765 13799 16599 97766 13799 16599 97767 18683 16584 97768 13786 16583 97769 13809 16602 97770 5520 16601 97771 18368 15018 97772 12912 14807 97773 5520 16601 97774 18297 15408 97775 12912 14807 97776 18063 14806 97777 12998 15089 97778 12998 15089 97779 18335 15013 97780 13057 15012 97781 12913 15421 97782 18297 15408 97783 13809 16602 97784 13809 16602 97785 18368 15018 97786 13059 15017 97787 13059 15017 97788 18054 14237 97789 12914 16604 97790 12913 15421 97791 5521 16603 97792 18298 16605 97793 13812 16607 97794 5522 16606 97795 18298 16605 97796 13812 16607 97797 18689 17949 97798 13811 16608 97799 13810 16610 97800 5522 16606 97801 18690 16609 97802 13810 16610 97803 18410 15423 97804 13196 15422 97805 13810 16610 97806 5523 16611 97807 18410 15423 97808 13810 16610 97809 18690 16609 97810 13814 16612 97811 13814 16612 97812 18691 16615 97813 13813 16613 97814 13194 15419 97815 5523 16611 97816 18402 15399 97817 13190 15400 97818 18402 15399 97819 13813 16613 97820 13816 16616 97821 5524 16614 97822 18691 16615 97823 13816 16616 97824 18692 17951 97825 13815 16617 97826 13190 15400 97827 5524 16614 97828 18370 15439 97829 13090 15433 97830 18370 15439 97831 13815 16617 97832 13815 16617 97833 18692 17951 97834 13818 16619 97835 13817 16621 97836 5525 16618 97837 18693 16620 97838 13817 16621 97839 18055 18928 97840 13090 15433 97841 12914 16604 97842 18054 14237 97843 13820 16623 97844 13819 16625 97845 5526 16622 97846 18694 16624 97847 13819 16625 97848 18689 17949 97849 13812 16607 97850 13812 16607 97851 18298 16605 97852 12914 16604 97853 12537 14229 97854 18055 18928 97855 13817 16621 97856 13817 16621 97857 18693 16620 97858 13821 16627 97859 13820 16623 97860 5527 16626 97861 18694 16624 97862 13820 16623 97863 18054 14237 97864 12537 14229 97865 12546 15026 97866 5528 16628 97867 18067 15028 97868 12546 15026 97869 18064 15025 97870 13833 16630 97871 13832 16632 97872 5528 16628 97873 18701 16631 97874 13832 16632 97875 18697 16654 97876 13824 16629 97877 13833 16630 97878 18064 15025 97879 12728 15084 97880 13827 16634 97881 5529 16633 97882 18200 15092 97883 13827 16634 97884 18699 17974 97885 13831 16635 97886 13833 16630 97887 5529 16633 97888 18701 16631 97889 13826 16637 97890 18203 16658 97891 13828 16638 97892 13828 16638 97893 18699 17974 97894 13835 16639 97895 13835 16639 97896 18702 16645 97897 13834 16640 97898 13826 16637 97899 5530 16636 97900 18698 16641 97901 12729 15091 97902 5531 16642 97903 18200 15092 97904 13836 16644 97905 5531 16642 97906 18072 16643 97907 13835 16639 97908 5531 16642 97909 18702 16645 97910 13835 16639 97911 18699 17974 97912 13827 16634 97913 13825 16647 97914 18698 16641 97915 13834 16640 97916 13834 16640 97917 18702 16645 97918 13836 16644 97919 13071 15099 97920 5533 16648 97921 18353 15100 97922 13071 15099 97923 18337 15038 97924 13839 16650 97925 13838 16652 97926 5533 16648 97927 18703 16651 97928 13838 16652 97929 18700 16671 97930 13830 16649 97931 13839 16650 97932 18337 15038 97933 13002 15029 97934 13002 15029 97935 18067 15028 97936 13824 16629 97937 13837 16655 97938 5534 16653 97939 18697 16654 97940 13837 16655 97941 18703 16651 97942 13839 16650 97943 13826 16637 97944 5535 16656 97945 18203 16658 97946 13826 16637 97947 18698 16641 97948 13841 16659 97949 13841 16659 97950 18704 16665 97951 13840 16660 97952 13840 16660 97953 18700 16671 97954 13829 16657 97955 13842 16662 97956 18704 16665 97957 13841 16659 97958 13825 16647 97959 5536 16661 97960 18698 16641 97961 13072 15104 97962 5537 16663 97963 18339 16664 97964 13830 16649 97965 5537 16663 97966 18353 15100 97967 13830 16649 97968 18700 16671 97969 13840 16660 97970 13842 16662 97971 5537 16663 97972 18704 16665 97973 13838 16652 97974 18703 16651 97975 13843 16667 97976 13878 16669 97977 5538 16666 97978 18705 16668 97979 13878 16669 97980 18706 18947 97981 13879 16670 97982 13838 16652 97983 5538 16666 97984 18700 16671 97985 13621 16320 97986 5539 16672 97987 18616 16358 97988 13601 16313 97989 5539 16672 97990 18596 16315 97991 13601 16313 97992 18591 16312 97993 13612 13069 97994 13637 16342 97995 5539 16672 97996 18606 13068 97997 13847 16674 97998 5540 16673 97999 17912 13532 98000 13847 16674 98001 17963 16681 98002 12370 16675 98003 12373 13807 98004 5540 16673 98005 17972 16676 98006 12373 13807 98007 17945 13619 98008 12279 13618 98009 12359 13804 98010 17968 13803 98011 13848 16678 98012 12381 16680 98013 5541 16677 98014 17976 16679 98015 13847 16674 98016 5541 16677 98017 17963 16681 98018 12359 13804 98019 5541 16677 98020 17912 13532 98021 12382 13857 98022 17976 16679 98023 13848 16678 98024 12358 13800 98025 5542 16682 98026 17968 13803 98027 12358 13800 98028 17801 13799 98029 12379 13830 98030 12382 13857 98031 5542 16682 98032 17975 13858 98033 12384 13853 98034 17977 13840 98035 13849 16684 98036 13849 16684 98037 17972 16676 98038 12370 16675 98039 12381 16680 98040 5543 16683 98041 17963 16681 98042 12381 16680 98043 17976 16679 98044 12384 13853 98045 12371 13808 98046 17972 16676 98047 13849 16684 98048 13849 16684 98049 17977 13840 98050 12383 13839 98051 12217 13876 98052 5544 16685 98053 17786 13884 98054 12371 13808 98055 5544 16685 98056 17910 13880 98057 12189 13788 98058 17896 13787 98059 13850 16687 98060 12188 13882 98061 5545 16686 98062 17899 16688 98063 12188 13882 98064 17895 13833 98065 12190 13832 98066 12189 13788 98067 5545 16686 98068 17900 13823 98069 12979 14894 98070 5547 16689 98071 18319 14852 98072 12979 14894 98073 18321 14893 98074 13796 14900 98075 13798 16597 98076 5547 16689 98077 18416 16691 98078 13872 16690 98079 5547 16689 98080 18421 15478 98081 13211 16693 98082 18305 18284 98083 12973 14853 98084 12973 14853 98085 18319 14852 98086 13872 16690 98087 13872 16690 98088 18421 15478 98089 13873 15477 98090 13211 16693 98091 5548 16692 98092 18419 16694 98093 13454 16696 98094 18526 16699 98095 13874 16697 98096 11470 16244 98097 5549 16695 98098 17466 16387 98099 11470 16244 98100 17470 16155 98101 13442 15959 98102 13442 15959 98103 18527 15958 98104 13454 16696 98105 13680 16388 98106 17466 16387 98107 13874 16697 98108 13682 16700 98109 5550 16698 98110 18526 16699 98111 13682 16700 98112 18628 16410 98113 13681 16412 98114 13680 16388 98115 5550 16698 98116 18627 16701 98117 13877 16703 98118 5551 16702 98119 17464 16091 98120 13877 16703 98121 18526 16699 98122 13454 16696 98123 13443 15954 98124 5551 16702 98125 18527 15958 98126 13443 15954 98127 17472 15953 98128 11469 16092 98129 13877 16703 98130 5552 16704 98131 18526 16699 98132 13684 16393 98133 5552 16704 98134 17464 16091 98135 13683 16407 98136 5552 16704 98137 18629 16705 98138 13683 16407 98139 18628 16410 98140 13682 16700 98141 13881 16709 98142 5553 16706 98143 18708 16708 98144 13882 16710 98145 5553 16706 98146 17450 12036 98147 13883 16712 98148 5553 16706 98149 18709 16711 98150 13883 16712 98151 18713 18744 98152 13884 16707 98153 13923 16714 98154 18735 17376 98155 13924 16715 98156 13889 18636 98157 5554 16713 98158 18712 16716 98159 13923 16714 98160 5554 16713 98161 18714 16718 98162 13906 16720 98163 17939 13810 98164 12276 13879 98165 13909 16721 98166 5555 16719 98167 17944 13878 98168 13909 16721 98169 18733 17690 98170 13908 16722 98171 13906 16720 98172 5555 16719 98173 18731 16723 98174 13915 13480 98175 18744 18918 98176 13918 16725 98177 13918 16725 98178 18740 16731 98179 13912 16726 98180 13919 16728 98181 5556 16724 98182 18738 16727 98183 13919 16728 98184 18745 18919 98185 13915 13480 98186 13918 16725 98187 5557 16729 98188 18740 16731 98189 19457 18948 98190 1213 18949 98191 19309 18950 98192 13627 16263 98193 5558 16734 98194 18600 12321 98195 13627 16263 98196 18601 16274 98197 13628 16273 98198 13652 16352 98199 5558 16734 98200 18618 16294 98201 13652 16352 98202 18617 16336 98203 13930 16335 98204 13932 16737 98205 5559 16735 98206 17822 16736 98207 12081 16739 98208 5559 16735 98209 17826 16738 98210 12080 13265 98211 5559 16735 98212 17825 13266 98213 13931 16741 98214 5560 16740 98215 17824 14014 98216 13935 16742 98217 5560 16740 98218 17826 16738 98219 12079 13259 98220 5560 16740 98221 17823 14011 98222 12081 16739 98223 5561 16743 98224 17825 13266 98225 13933 16744 98226 5561 16743 98227 17826 16738 98228 12486 14019 98229 5561 16743 98230 18025 16745 98231 13933 16744 98232 5562 16746 98233 18025 16745 98234 13931 16741 98235 5562 16746 98236 17826 16738 98237 12485 14013 98238 5562 16746 98239 17824 14014 98240 13935 16742 98241 5563 16747 98242 17823 14011 98243 13934 16748 98244 5563 16747 98245 17826 16738 98246 12484 14008 98247 5563 16747 98248 18024 16749 98249 13934 16748 98250 5564 16750 98251 18024 16749 98252 13932 16737 98253 5564 16750 98254 17826 16738 98255 12483 14004 98256 5564 16750 98257 17822 16736 98258 13942 16752 98259 18748 16772 98260 13939 16753 98261 13940 16755 98262 5565 16751 98263 18751 16754 98264 13940 16755 98265 18753 16784 98266 13941 16756 98267 13942 16752 98268 5565 16751 98269 18752 16757 98270 13938 16759 98271 5566 16758 98272 18751 16754 98273 13938 16759 98274 18750 16764 98275 13943 16760 98276 13944 16762 98277 5566 16758 98278 18754 16761 98279 13944 16762 98280 18753 16784 98281 13940 16755 98282 13937 16765 98283 5567 16763 98284 18750 16764 98285 13937 16765 98286 18749 18951 98287 13945 16766 98288 13946 16768 98289 5567 16763 98290 18755 16767 98291 13946 16768 98292 18754 16761 98293 13943 16760 98294 13942 16752 98295 18752 16757 98296 13947 16770 98297 13945 16766 98298 5568 16769 98299 18755 16767 98300 13945 16766 98301 18749 18951 98302 13936 16771 98303 13942 16752 98304 5568 16769 98305 18748 16772 98306 13950 16774 98307 18755 16767 98308 13947 16770 98309 13948 16775 98310 5569 16773 98311 18752 16757 98312 13949 16777 98313 5569 16773 98314 18757 16776 98315 13949 16777 98316 18756 16780 98317 13950 16774 98318 13946 16768 98319 5570 16778 98320 18754 16761 98321 13946 16768 98322 18755 16767 98323 13950 16774 98324 13951 16781 98325 5570 16778 98326 18756 16780 98327 13952 16779 98328 5570 16778 98329 18758 16782 98330 13948 16775 98331 18752 16757 98332 13941 16756 98333 13954 16785 98334 5571 16783 98335 18753 16784 98336 13955 16787 98337 5571 16783 98338 18759 16786 98339 13948 16775 98340 5571 16783 98341 18757 16776 98342 13953 16789 98343 5572 16788 98344 18759 16786 98345 13951 16781 98346 5572 16788 98347 18758 16782 98348 13949 16777 98349 5572 16788 98350 18756 16780 98351 13949 16777 98352 18757 16776 98353 13955 16787 98354 13944 16762 98355 5573 16790 98356 18753 16784 98357 13944 16762 98358 18754 16761 98359 13952 16779 98360 13953 16789 98361 5573 16790 98362 18758 16782 98363 13954 16785 98364 5573 16790 98365 18759 16786 98366 11199 11659 98367 5574 16791 98368 16768 11660 98369 11199 11659 98370 16769 9828 98371 10288 9827 98372 13957 16793 98373 5574 16791 98374 16797 9826 98375 13957 16793 98376 14476 17485 98377 13956 16792 98378 11241 10092 98379 17322 10843 98380 14043 16795 98381 6496 2795 98382 5575 16794 98383 14734 2778 98384 6496 2795 98385 14736 2790 98386 14058 16796 98387 11241 10092 98388 5575 16794 98389 17321 10093 98390 6498 2789 98391 5576 16797 98392 14736 2790 98393 6498 2789 98394 14743 2788 98395 14056 16798 98396 11234 10100 98397 5576 16797 98398 17323 10101 98399 11234 10100 98400 17321 10093 98401 14058 16796 98402 6499 2784 98403 5577 16799 98404 14743 2788 98405 6499 2784 98406 14737 2783 98407 7286 2865 98408 14022 16801 98409 5577 16799 98410 15161 16800 98411 14022 16801 98412 17323 10101 98413 14056 16798 98414 14057 16803 98415 5578 16802 98416 14739 2585 98417 14057 16803 98418 17322 10843 98419 11235 10109 98420 14055 16804 98421 5578 16802 98422 17324 10108 98423 14055 16804 98424 14753 2587 98425 6508 2586 98426 19042 16806 98427 19028 3333 98428 6520 3332 98429 14054 16807 98430 5579 16805 98431 14761 2830 98432 14054 16807 98433 17325 18888 98434 14023 16808 98435 13958 16810 98436 14740 3716 98437 6529 3715 98438 19031 16811 98439 19030 16816 98440 13962 16812 98441 13958 16810 98442 5580 16809 98443 15641 16813 98444 8091 5774 98445 5581 16814 98446 15642 5775 98447 8091 5774 98448 15641 16813 98449 13962 16812 98450 13959 16820 98451 5582 16817 98452 14741 16819 98453 13959 16820 98454 15642 5775 98455 13963 16815 98456 19034 16818 98457 5582 16817 98458 19033 16821 98459 13964 16823 98460 15643 5856 98461 13960 16824 98462 6527 2639 98463 5583 16822 98464 14742 2640 98465 6544 2674 98466 5584 16825 98467 14767 2670 98468 6544 2674 98469 14768 2673 98470 13966 16827 98471 13966 16827 98472 15724 16845 98473 13965 16828 98474 14055 16804 98475 5585 16829 98476 14753 2587 98477 14055 16804 98478 17324 10108 98479 11236 10180 98480 14053 16830 98481 5585 16829 98482 17332 10179 98483 14053 16830 98484 14773 2678 98485 6546 2677 98486 14053 16830 98487 5586 16831 98488 14773 2678 98489 11237 10197 98490 5586 16831 98491 17332 10179 98492 11237 10197 98493 17333 16838 98494 14052 16832 98495 6553 2691 98496 5586 16831 98497 14777 2692 98498 14025 16834 98499 15180 4094 98500 7283 4093 98501 6559 2700 98502 5587 16833 98503 14776 2701 98504 6559 2700 98505 14780 2703 98506 14051 16835 98507 14025 16834 98508 5587 16833 98509 17334 16836 98510 6560 2706 98511 14777 2692 98512 14052 16832 98513 14026 16839 98514 5588 16837 98515 17333 16838 98516 14026 16839 98517 15181 18952 98518 7282 16840 98519 6560 2706 98520 5588 16837 98521 14781 16841 98522 11238 10227 98523 17334 16836 98524 14051 16835 98525 6566 2714 98526 5589 16842 98527 14780 2703 98528 6566 2714 98529 14784 2716 98530 14050 16843 98531 14050 16843 98532 17335 18887 98533 11238 10227 98534 8197 5857 98535 5590 16844 98536 15724 16845 98537 13964 16823 98538 5590 16844 98539 15643 5856 98540 6589 2808 98541 14797 2807 98542 14048 16847 98543 14027 16849 98544 5591 16846 98545 17336 16848 98546 14027 16849 98547 15182 2992 98548 7281 2991 98549 6589 2808 98550 5591 16846 98551 14798 2960 98552 11239 10272 98553 17325 18888 98554 14054 16807 98555 14054 16807 98556 14761 2830 98557 6596 2839 98558 6596 2839 98559 14804 2838 98560 14047 16851 98561 14047 16851 98562 17337 18889 98563 11239 10272 98564 7285 16855 98565 5593 16852 98566 15162 16854 98567 7285 16855 98568 14738 3342 98569 6621 3341 98570 14046 16856 98571 5593 16852 98572 14819 3356 98573 14028 16853 98574 5593 16852 98575 17339 10561 98576 6657 2891 98577 5594 16857 98578 14735 2896 98579 6657 2891 98580 14831 2890 98581 14045 16858 98582 14029 16859 98583 5594 16857 98584 17340 10847 98585 14029 16859 98586 15160 2857 98587 7287 2856 98588 14047 16851 98589 14804 2838 98590 6714 2989 98591 6717 3243 98592 5595 16860 98593 14856 2988 98594 6717 3243 98595 14859 18838 98596 14044 16861 98597 14044 16861 98598 17337 18889 98599 14047 16851 98600 14046 16856 98601 14819 3356 98602 6751 3355 98603 6751 3355 98604 14876 3354 98605 14104 16863 98606 14104 16863 98607 16996 10677 98608 11248 10562 98609 14046 16856 98610 5596 16862 98611 17339 10561 98612 10658 10673 98613 16996 10677 98614 14102 16865 98615 14102 16865 98616 14905 18953 98617 6803 16866 98618 14103 18648 98619 5597 16864 98620 14904 16867 98621 6802 3158 98622 5598 16868 98623 14876 3354 98624 6804 16869 98625 5598 16868 98626 14902 3157 98627 6804 16869 98628 14905 18953 98629 14102 16865 98630 14104 16863 98631 5598 16868 98632 16996 10677 98633 6572 2779 98634 14734 2778 98635 14043 16795 98636 14057 16803 98637 5599 16870 98638 17322 10843 98639 14057 16803 98640 14739 2585 98641 6573 2726 98642 6572 2779 98643 5599 16870 98644 14785 16871 98645 14045 16858 98646 14831 2890 98647 6886 3335 98648 14042 16873 98649 5600 16872 98650 14946 3339 98651 14042 16873 98652 17341 16876 98653 11242 10848 98654 14045 16858 98655 5600 16872 98656 17340 10847 98657 14042 16873 98658 14946 3339 98659 6885 3343 98660 7285 16855 98661 5601 16874 98662 14738 3342 98663 7285 16855 98664 15162 16854 98665 14030 16875 98666 14042 16873 98667 5601 16874 98668 17341 16876 98669 13969 16879 98670 5602 16877 98671 14957 16878 98672 6913 3423 98673 5602 16877 98674 14959 3419 98675 6913 3423 98676 14958 3388 98677 6914 3387 98678 13971 16882 98679 19103 16889 98680 13968 16883 98681 6920 3391 98682 5603 16881 98683 19038 16884 98684 6920 3391 98685 14962 3394 98686 6921 3404 98687 13971 16882 98688 5603 16881 98689 14963 3399 98690 13967 16888 98691 5604 16885 98692 14956 16887 98693 13971 16882 98694 5604 16885 98695 19103 16889 98696 13971 16882 98697 14963 3399 98698 6922 3398 98699 6922 3398 98700 14960 3397 98701 6915 16886 98702 13973 16891 98703 17313 17697 98704 13972 16892 98705 6632 2800 98706 5605 16890 98707 14823 2801 98708 6632 2800 98709 14793 2813 98710 7009 3593 98711 7009 3593 98712 15006 16902 98713 13973 16891 98714 13972 16892 98715 5606 16893 98716 14823 2801 98717 13972 16892 98718 17313 17697 98719 13974 16894 98720 7020 16896 98721 5606 16893 98722 15012 16895 98723 6633 2806 98724 5606 16893 98725 14797 2807 98726 14048 16847 98727 14797 2807 98728 7020 16896 98729 7278 16898 98730 5607 16897 98731 15012 16895 98732 7278 16898 98733 15184 18954 98734 14031 16899 98735 14048 16847 98736 5607 16897 98737 17336 16848 98738 11226 16901 98739 17313 17697 98740 13973 16891 98741 7028 3610 98742 5608 16900 98743 15006 16902 98744 13975 16903 98745 5608 16900 98746 15016 3649 98747 13975 16903 98748 17314 16909 98749 11226 16901 98750 7291 4095 98751 5609 16904 98752 15011 3572 98753 7291 4095 98754 15180 4094 98755 14059 16905 98756 14041 16907 98757 5609 16904 98758 17342 16906 98759 14041 16907 98760 15020 3626 98761 7036 3625 98762 13975 16903 98763 5610 16908 98764 17314 16909 98765 13975 16903 98766 15016 3649 98767 7049 3648 98768 13976 16911 98769 5610 16908 98770 15027 16910 98771 13976 16911 98772 17316 11686 98773 11228 11685 98774 14040 16913 98775 5611 16912 98776 17343 11188 98777 14040 16913 98778 15030 16918 98779 7061 3662 98780 14035 16914 98781 5611 16912 98782 15038 3661 98783 14035 16914 98784 17348 18901 98785 11247 11189 98786 14041 16907 98787 17342 16906 98788 11246 11194 98789 11246 11194 98790 17348 18901 98791 14035 16914 98792 7062 3660 98793 5612 16915 98794 15038 3661 98795 7062 3660 98796 15020 3626 98797 14041 16907 98798 14039 16917 98799 5613 16916 98800 17344 11201 98801 14039 16917 98802 15031 3666 98803 7063 3665 98804 14040 16913 98805 5613 16916 98806 15030 16918 98807 14040 16913 98808 17343 11188 98809 11243 11202 98810 14038 16920 98811 5614 16919 98812 17345 11210 98813 7064 3669 98814 5614 16919 98815 15032 3677 98816 14039 16917 98817 5614 16919 98818 15031 3666 98819 14039 16917 98820 17344 11201 98821 11244 11211 98822 7277 16923 98823 5615 16921 98824 15033 16922 98825 7277 16923 98826 15185 16929 98827 14032 16924 98828 14037 16926 98829 5615 16921 98830 17346 16925 98831 14037 16926 98832 15034 3674 98833 7065 3673 98834 7066 3678 98835 15032 3677 98836 14038 16920 98837 14033 16928 98838 5616 16927 98839 17345 11210 98840 7277 16923 98841 5616 16927 98842 15185 16929 98843 7066 3678 98844 5616 16927 98845 15033 16922 98846 7048 3652 98847 15026 3651 98848 7058 3683 98849 13980 16931 98850 5617 16930 98851 15035 3682 98852 13980 16931 98853 17320 16939 98854 13978 16932 98855 7048 3652 98856 5617 16930 98857 15027 16910 98858 13980 16931 98859 15035 3682 98860 7059 16934 98861 13977 16936 98862 5618 16933 98863 15029 16935 98864 11232 16938 98865 5618 16933 98866 17318 16937 98867 13980 16931 98868 5618 16933 98869 17320 16939 98870 13979 16943 98871 5619 16940 98872 15036 16942 98873 13979 16943 98874 17316 11686 98875 13976 16911 98876 13978 16932 98877 5619 16940 98878 15027 16910 98879 13981 16941 98880 5619 16940 98881 17320 16939 98882 7067 3681 98883 15037 3686 98884 14036 16945 98885 14034 16947 98886 5620 16944 98887 17347 16946 98888 14034 16947 98889 15029 16935 98890 7059 16934 98891 7067 3681 98892 5620 16944 98893 15035 3682 98894 14037 16926 98895 5621 16948 98896 15034 3674 98897 14037 16926 98898 17346 16925 98899 11245 11247 98900 11245 11247 98901 17347 16946 98902 14036 16945 98903 14036 16945 98904 15037 3686 98905 7068 3685 98906 19041 16952 98907 5622 16949 98908 19040 16951 98909 13984 16954 98910 5622 16949 98911 15045 16953 98912 13984 16954 98913 15631 17264 98914 13961 16950 98915 13993 16957 98916 5623 16955 98917 15057 16956 98918 13993 16957 98919 16271 7910 98920 13998 16958 98921 13998 16958 98922 15062 3784 98923 7106 3783 98924 7106 3783 98925 15060 3762 98926 7103 3761 98927 13999 16960 98928 16268 16995 98929 13994 16961 98930 7112 16963 98931 5624 16959 98932 15059 16962 98933 7112 16963 98934 15067 3801 98935 7113 3800 98936 7113 3800 98937 15066 3799 98938 13999 16960 98939 7112 16963 98940 15059 16962 98941 13995 16965 98942 14000 16967 98943 5625 16964 98944 16269 16966 98945 14000 16967 98946 15068 3806 98947 7114 3805 98948 7112 16963 98949 5625 16964 98950 15067 3801 98951 14001 16970 98952 5626 16968 98953 16270 16969 98954 14001 16970 98955 15105 3933 98956 7176 3898 98957 14002 16971 98958 5626 16968 98959 15106 3903 98960 14002 16971 98961 16273 7916 98962 9244 7914 98963 14003 16973 98964 16272 7908 98965 9246 7917 98966 14002 16971 98967 5627 16972 98968 16273 7916 98969 7179 3902 98970 5627 16972 98971 15106 3903 98972 14003 16973 98973 5627 16972 98974 15107 3926 98975 7190 16975 98976 15055 16992 98977 13997 16976 98978 13997 16976 98979 16275 16981 98980 14004 16977 98981 7189 3923 98982 5628 16974 98983 15112 3918 98984 7190 16975 98985 5628 16974 98986 15113 3938 98987 13996 16979 98988 15054 16996 98989 7191 16980 98990 7186 3919 98991 5629 16978 98992 15111 3945 98993 7186 3919 98994 15112 3918 98995 14004 16977 98996 13996 16979 98997 5629 16978 98998 16275 16981 98999 9247 7922 99000 16266 17002 99001 14006 16983 99002 7181 3909 99003 5630 16982 99004 15109 3957 99005 7181 3909 99006 15108 3908 99007 14005 16984 99008 9247 7922 99009 5630 16982 99010 16274 7923 99011 14007 16986 99012 16267 7927 99013 9249 7926 99014 9249 7926 99015 16274 7923 99016 14005 16984 99017 7184 3913 99018 5631 16985 99019 15108 3908 99020 14007 16986 99021 5631 16985 99022 15110 3950 99023 9242 7909 99024 5632 16987 99025 16271 7910 99026 9242 7909 99027 16272 7908 99028 14003 16973 99029 14003 16973 99030 15107 3926 99031 7192 3925 99032 13998 16958 99033 5632 16987 99034 15062 3784 99035 7105 3758 99036 5633 16988 99037 15056 3759 99038 7194 3931 99039 5633 16988 99040 15061 3778 99041 7194 3931 99042 15105 3933 99043 14001 16970 99044 14001 16970 99045 16270 16969 99046 13992 16989 99047 14000 16967 99048 16269 16966 99049 13991 16991 99050 7190 16975 99051 5634 16990 99052 15055 16992 99053 7190 16975 99054 15113 3938 99055 7196 3937 99056 14000 16967 99057 5634 16990 99058 15068 3806 99059 13999 16960 99060 5635 16993 99061 16268 16995 99062 7198 3943 99063 5635 16993 99064 15066 3799 99065 7198 3943 99066 15111 3945 99067 7191 16980 99068 13990 16994 99069 5635 16993 99070 15054 16996 99071 7110 3773 99072 15053 3772 99073 13989 16998 99074 14007 16986 99075 5636 16997 99076 16267 7927 99077 14007 16986 99078 15110 3950 99079 7200 3949 99080 7110 3773 99081 5636 16997 99082 15065 3794 99083 7109 3765 99084 5637 16999 99085 15052 17001 99086 7202 3955 99087 5637 16999 99088 15063 3789 99089 7202 3955 99090 15109 3957 99091 14006 16983 99092 13988 17000 99093 5637 16999 99094 16266 17002 99095 9724 8864 99096 16490 8863 99097 14012 17004 99098 7215 3987 99099 5638 17003 99100 15138 4024 99101 7215 3987 99102 15123 3991 99103 14011 17005 99104 9724 8864 99105 5638 17003 99106 16489 8865 99107 14014 17007 99108 16489 8865 99109 14011 17005 99110 7219 4001 99111 5639 17006 99112 15123 3991 99113 7219 4001 99114 15124 4004 99115 7217 3995 99116 14014 17007 99117 5639 17006 99118 15141 3994 99119 14012 17004 99120 16490 8863 99121 9721 8859 99122 9721 8859 99123 16488 8858 99124 14013 17009 99125 7243 4025 99126 5640 17008 99127 15140 17010 99128 7243 4025 99129 15138 4024 99130 14012 17004 99131 14015 17012 99132 5641 17011 99133 16488 8858 99134 7245 3978 99135 5641 17011 99136 15142 17013 99137 7245 3978 99138 15139 3977 99139 7244 4029 99140 14013 17009 99141 5641 17011 99142 15140 17010 99143 7252 17015 99144 15145 4037 99145 14017 17016 99146 14018 17019 99147 5642 17014 99148 16545 17017 99149 14018 17019 99150 16545 17017 99151 9845 9066 99152 14019 17025 99153 5643 17018 99154 16544 9062 99155 14016 17023 99156 5644 17020 99157 16543 17022 99158 14016 17023 99159 15144 4032 99160 7251 4031 99161 9843 9061 99162 5645 17024 99163 16544 9062 99164 9843 9061 99165 16543 17022 99166 14020 17021 99167 6916 3420 99168 5646 17026 99169 14960 3397 99170 6916 3420 99171 14959 3419 99172 13970 16880 99173 14068 18663 99174 5649 17027 99175 14479 17029 99176 14072 18669 99177 5650 17030 99178 14480 17032 99179 14080 18681 99180 5654 17036 99181 14481 17038 99182 9938 9153 99183 5655 17039 99184 16573 17041 99185 14086 17045 99186 5657 17042 99187 14770 17044 99188 14086 17045 99189 16576 9160 99190 9946 9159 99191 9947 17047 99192 5657 17042 99193 16579 17046 99194 9947 17047 99195 16575 17482 99196 14085 17043 99197 14085 17043 99198 5658 17048 99199 14770 17044 99200 14088 17051 99201 5659 17050 99202 14770 17044 99203 14088 17051 99204 16578 9169 99205 9949 9168 99206 9950 9164 99207 5659 17050 99208 16580 17052 99209 14086 17045 99210 5659 17050 99211 16576 9160 99212 14087 17049 99213 5660 17053 99214 14770 17044 99215 14089 17054 99216 16578 9169 99217 14088 17051 99218 7302 17071 99219 5661 17055 99220 14772 17057 99221 14090 17056 99222 5662 17058 99223 14772 17057 99224 14090 17056 99225 16581 18955 99226 14092 17060 99227 7301 17059 99228 5663 17061 99229 14772 17057 99230 9953 9171 99231 5663 17061 99232 16583 17064 99233 9953 9171 99234 16582 18873 99235 14091 17062 99236 14063 17068 99237 5664 17065 99238 15186 17067 99239 14063 17068 99240 15179 17079 99241 7332 17069 99242 7327 4137 99243 5664 17065 99244 15173 4121 99245 7327 4137 99246 15169 4134 99247 14105 17066 99248 14091 17062 99249 5665 17070 99250 14772 17057 99251 7292 17075 99252 5666 17072 99253 15187 17074 99254 7292 17075 99255 15186 17067 99256 14105 17066 99257 7328 4133 99258 5666 17072 99259 15169 4134 99260 7328 4133 99261 15172 4127 99262 14106 17073 99263 7330 4142 99264 15177 4141 99265 14064 17077 99266 14106 17073 99267 5667 17076 99268 15187 17074 99269 14106 17073 99270 15172 4127 99271 7331 4126 99272 7330 4142 99273 5667 17076 99274 15170 4131 99275 14065 17080 99276 5668 17078 99277 15179 17079 99278 14065 17080 99279 15188 18956 99280 14107 17081 99281 7333 4122 99282 5668 17078 99283 15175 4115 99284 7333 4122 99285 15173 4121 99286 7332 17069 99287 14107 17081 99288 15188 18956 99289 14066 17083 99290 7335 4139 99291 5669 17082 99292 15178 17084 99293 7335 4139 99294 15174 4117 99295 7334 4116 99296 14107 17081 99297 5669 17082 99298 15175 4115 99299 14095 17088 99300 5670 17085 99301 14769 17087 99302 14095 17088 99303 16585 9181 99304 9959 9180 99305 9960 9176 99306 5670 17085 99307 16587 17089 99308 9960 9176 99309 16584 9175 99310 14094 17086 99311 14094 17086 99312 5671 17090 99313 14769 17087 99314 14094 17086 99315 16584 9175 99316 14098 17092 99317 14097 17097 99318 5672 17094 99319 14769 17087 99320 14099 17095 99321 5672 17094 99322 15200 18957 99323 14095 17088 99324 5672 17094 99325 16585 9181 99326 14096 17091 99327 5673 17096 99328 14769 17087 99329 14101 17100 99330 5673 17096 99331 15201 17099 99332 14101 17100 99333 19121 18958 99334 14097 17097 99335 14120 17102 99336 15595 5519 99337 8015 5518 99338 14119 17103 99339 5674 17101 99340 15597 5523 99341 7339 4159 99342 5674 17101 99343 15208 4162 99344 14120 17102 99345 5674 17101 99346 15209 4158 99347 8016 5522 99348 5675 17104 99349 15597 5523 99350 8016 5522 99351 15596 17142 99352 14121 17105 99353 7340 4163 99354 5675 17104 99355 15210 4164 99356 7340 4163 99357 15208 4162 99358 14119 17103 99359 8019 5527 99360 5676 17106 99361 15590 5528 99362 14122 17110 99363 5676 17106 99364 15599 17108 99365 14122 17110 99366 15599 17108 99367 14116 17111 99368 7341 17153 99369 5677 17109 99370 15203 17112 99371 8023 5537 99372 5678 17113 99373 15592 17115 99374 14124 17117 99375 5678 17113 99376 15601 5536 99377 14124 17117 99378 15601 5536 99379 8024 5541 99380 14126 17148 99381 5679 17116 99382 15594 5540 99383 14114 17119 99384 15205 17178 99385 7400 17120 99386 7400 17120 99387 15250 17146 99388 7392 17121 99389 14127 17123 99390 5680 17118 99391 15251 17122 99392 14127 17123 99393 15598 17127 99394 14114 17119 99395 7401 17125 99396 15206 17182 99397 14115 17126 99398 14127 17123 99399 5681 17124 99400 15598 17127 99401 14127 17123 99402 15251 17122 99403 7393 17128 99404 7401 17125 99405 5681 17124 99406 15252 17129 99407 14118 17131 99408 15593 5514 99409 14128 17132 99410 14118 17131 99411 5682 17130 99412 15207 17133 99413 14117 17135 99414 15202 17157 99415 7404 17136 99416 14117 17135 99417 5683 17134 99418 15600 17138 99419 14130 17140 99420 15591 5533 99421 8021 5532 99422 8021 5532 99423 15600 17138 99424 14129 17137 99425 14113 17143 99426 5685 17141 99427 15596 17142 99428 14113 17143 99429 15206 17182 99430 7401 17125 99431 7405 4267 99432 5685 17141 99433 15252 17129 99434 7405 4267 99435 15210 4164 99436 14121 17105 99437 14120 17102 99438 5686 17144 99439 15595 5519 99440 14120 17102 99441 15209 4158 99442 7406 4272 99443 7400 17120 99444 5686 17144 99445 15250 17146 99446 7400 17120 99447 15205 17178 99448 14112 17145 99449 14126 17148 99450 15594 5540 99451 14111 17149 99452 7403 4262 99453 5687 17147 99454 15204 17150 99455 8009 5513 99456 15592 17115 99457 14125 17114 99458 8009 5513 99459 5688 17151 99460 15593 5514 99461 7341 17153 99462 15203 17112 99463 14110 17154 99464 14130 17140 99465 5689 17152 99466 15591 5533 99467 14109 17156 99468 15590 5528 99469 14123 17107 99470 14109 17156 99471 5690 17155 99472 15202 17157 99473 9605 8653 99474 16429 17319 99475 14132 17159 99476 7412 17161 99477 5691 17158 99478 15265 17160 99479 7412 17161 99480 15253 4314 99481 14131 17162 99482 9605 8653 99483 5691 17158 99484 16428 8654 99485 14133 17164 99486 16428 8654 99487 14131 17162 99488 7416 4323 99489 5692 17163 99490 15253 4314 99491 7416 4323 99492 15254 4322 99493 7414 4318 99494 14133 17164 99495 5692 17163 99496 15268 4317 99497 14132 17159 99498 16429 17319 99499 14134 17166 99500 14134 17166 99501 15269 4345 99502 7434 4344 99503 7433 17168 99504 5693 17165 99505 15267 17167 99506 7433 17168 99507 15265 17160 99508 14132 17159 99509 14135 17170 99510 15396 4530 99511 7565 4529 99512 7565 4529 99513 15347 5202 99514 8006 5525 99515 8006 5525 99516 15590 5528 99517 14109 17156 99518 14135 17170 99519 5694 17169 99520 15202 17157 99521 14136 17172 99522 15348 17187 99523 7567 4523 99524 7567 4523 99525 15397 18847 99526 8007 5530 99527 14110 17154 99528 5695 17171 99529 15591 5533 99530 14110 17154 99531 15203 17112 99532 14136 17172 99533 8011 5539 99534 15355 5336 99535 7574 4549 99536 7574 4549 99537 15401 4548 99538 14137 17174 99539 14111 17149 99540 5696 17173 99541 15204 17150 99542 14111 17149 99543 15594 5540 99544 8011 5539 99545 7581 4582 99546 5697 17175 99547 15404 17177 99548 7581 4582 99549 15362 4581 99550 8012 5516 99551 14112 17145 99552 5697 17175 99553 15595 5519 99554 14138 17176 99555 5697 17175 99556 15205 17178 99557 8013 5521 99558 15363 4575 99559 7582 4574 99560 14139 17181 99561 5698 17179 99562 15405 17180 99563 14113 17143 99564 5698 17179 99565 15206 17182 99566 8013 5521 99567 5698 17179 99568 15596 17142 99569 7817 5069 99570 5699 17183 99571 15520 5070 99572 7817 5069 99573 15404 17177 99574 14138 17176 99575 14114 17119 99576 5699 17183 99577 15205 17178 99578 14114 17119 99579 15598 17127 99580 8017 17184 99581 7818 5074 99582 5700 17185 99583 15405 17180 99584 7818 5074 99585 15520 5070 99586 8017 17184 99587 14115 17126 99588 5700 17185 99589 15598 17127 99590 14115 17126 99591 15206 17182 99592 14139 17181 99593 8018 5526 99594 15540 5197 99595 7877 5196 99596 14136 17172 99597 5701 17186 99598 15348 17187 99599 14116 17111 99600 5701 17186 99601 15203 17112 99602 14116 17111 99603 15599 17108 99604 8018 5526 99605 8020 5531 99606 15546 5232 99607 7888 5231 99608 14135 17170 99609 5702 17188 99610 15396 4530 99611 14135 17170 99612 15202 17157 99613 14117 17135 99614 8020 5531 99615 5702 17188 99616 15600 17138 99617 14140 17190 99618 15570 5373 99619 7952 5368 99620 8010 5511 99621 5703 17189 99622 15400 4556 99623 8010 5511 99624 15593 5514 99625 14118 17131 99626 14140 17190 99627 5703 17189 99628 15207 17133 99629 7953 5374 99630 5704 17191 99631 15401 4548 99632 7953 5374 99633 15570 5373 99634 14140 17190 99635 14140 17190 99636 15207 17133 99637 7338 4263 99638 7338 4263 99639 15204 17150 99640 14137 17174 99641 8087 6386 99642 5705 17192 99643 15633 6449 99644 8156 5778 99645 5706 17194 99646 15641 16813 99647 8156 5778 99648 15702 5769 99649 8164 5768 99650 14143 17195 99651 5706 17194 99652 15701 6457 99653 14143 17195 99654 14740 3716 99655 13958 16810 99656 8166 5783 99657 15703 5780 99658 8158 5776 99659 13959 16820 99660 5707 17196 99661 15642 5775 99662 13959 16820 99663 14741 16819 99664 14144 17197 99665 8166 5783 99666 5707 17196 99667 15704 5788 99668 6497 2641 99669 14742 2640 99670 14145 17199 99671 8167 5786 99672 5708 17198 99673 15707 5794 99674 8167 5786 99675 15704 5788 99676 14144 17197 99677 6497 2641 99678 5708 17198 99679 14741 16819 99680 13960 16824 99681 15643 5856 99682 8161 6083 99683 8168 5790 99684 5709 17200 99685 15705 5882 99686 8168 5790 99687 15707 5794 99688 14145 17199 99689 13960 16824 99690 5709 17200 99691 14742 2640 99692 9876 5806 99693 15711 5805 99694 14152 17202 99695 7284 2653 99696 5710 17201 99697 14765 2654 99698 14185 17204 99699 5710 17201 99700 15176 17203 99701 9876 5806 99702 5710 17201 99703 16559 17205 99704 6541 2663 99705 14765 2654 99706 14152 17202 99707 8177 5816 99708 5711 17206 99709 15711 5805 99710 14151 17207 99711 5711 17206 99712 15712 5811 99713 6541 2663 99714 5711 17206 99715 14766 2664 99716 8173 6086 99717 5712 17208 99718 15713 6087 99719 8198 5858 99720 5712 17208 99721 15700 17210 99722 8198 5858 99723 15724 16845 99724 13966 16827 99725 14146 17209 99726 5712 17208 99727 14768 2673 99728 14147 17212 99729 18738 16727 99730 13912 16726 99731 13912 16726 99732 18740 16731 99733 14149 17213 99734 14148 17217 99735 5714 17214 99736 15680 17216 99737 14148 17217 99738 18739 17222 99739 13913 17218 99740 14147 17212 99741 5714 17214 99742 18738 16727 99743 14147 17212 99744 15678 18583 99745 8126 17215 99746 8234 17220 99747 15749 5906 99748 14150 17221 99749 14148 17217 99750 5715 17219 99751 18739 17222 99752 14191 17226 99753 5716 17223 99754 16557 17225 99755 14191 17226 99756 18739 17222 99757 14150 17221 99758 9874 5905 99759 5716 17223 99760 15749 5906 99761 14154 17228 99762 15710 5800 99763 8175 5799 99764 8184 6095 99765 5718 17227 99766 15709 5798 99767 8184 6095 99768 15715 6089 99769 14153 17229 99770 14154 17228 99771 5718 17227 99772 14764 2660 99773 14154 17228 99774 14764 2660 99775 6540 2659 99776 14151 17207 99777 5719 17230 99778 14766 2664 99779 14151 17207 99780 15712 5811 99781 8176 5810 99782 14154 17228 99783 5719 17230 99784 15710 5800 99785 14146 17209 99786 5720 17231 99787 15713 6087 99788 14146 17209 99789 14768 2673 99790 6545 2672 99791 14153 17229 99792 5720 17231 99793 14764 2660 99794 8178 6088 99795 5720 17231 99796 15715 6089 99797 8420 6294 99798 5721 17232 99799 15826 17234 99800 8420 6294 99801 15829 6293 99802 8421 17235 99803 8418 6291 99804 5722 17236 99805 15829 6293 99806 8418 6291 99807 15828 6290 99808 14156 17237 99809 8416 6287 99810 5723 17238 99811 15828 6290 99812 8416 6287 99813 15827 6286 99814 14157 17239 99815 8414 6281 99816 5724 17241 99817 15827 6286 99818 14158 17246 99819 5724 17241 99820 15825 6273 99821 8413 6276 99822 5725 17242 99823 15824 6277 99824 8413 6276 99825 15826 17234 99826 14155 17233 99827 19104 17244 99828 15830 18959 99829 8422 17243 99830 14158 17246 99831 15825 6273 99832 8410 6272 99833 8422 17243 99834 5726 17245 99835 15824 6277 99836 14189 17247 99837 15831 17443 99838 8426 6069 99839 8294 6031 99840 2778 6030 99841 4764 6064 99842 8293 6028 99843 5717 18540 99844 12408 17248 99845 14159 17250 99846 15755 5927 99847 8330 5926 99848 14159 17250 99849 5729 17249 99850 18740 16731 99851 14159 17250 99852 18740 16731 99853 13914 16730 99854 14159 17250 99855 5730 17251 99856 15755 5927 99857 9320 17305 99858 3327 8075 99859 1497 17255 99860 14161 17260 99861 5732 17257 99862 18737 17259 99863 8516 6455 99864 5732 17257 99865 15872 17261 99866 8516 6455 99867 15871 6446 99868 8506 6445 99869 14142 17258 99870 5732 17257 99871 15681 6444 99872 13984 16954 99873 5733 17262 99874 15631 17264 99875 13984 16954 99876 15045 16953 99877 14162 17265 99878 14161 17260 99879 5733 17262 99880 15872 17261 99881 14161 17260 99882 18737 17259 99883 14141 17263 99884 7082 3717 99885 5734 17266 99886 15045 16953 99887 14143 17195 99888 5734 17266 99889 14740 3716 99890 14143 17195 99891 15701 6457 99892 8508 6456 99893 14162 17265 99894 5734 17266 99895 15872 17261 99896 8495 6462 99897 15865 6461 99898 9963 17268 99899 14173 17270 99900 16415 6594 99901 9576 6593 99902 8491 1696 99903 5737 1695 99904 15864 17271 99905 14163 17273 99906 15861 6419 99907 8485 6418 99908 8588 17312 99909 5738 17272 99910 15860 17274 99911 8669 6707 99912 5739 17276 99913 16014 7920 99914 8669 6707 99915 15964 6706 99916 14164 17277 99917 13988 17000 99918 5739 17276 99919 15052 17001 99920 9236 7921 99921 5739 17276 99922 16266 17002 99923 14165 17279 99924 15965 6700 99925 8671 6699 99926 9237 7925 99927 5740 17278 99928 16015 17280 99929 13989 16998 99930 5740 17278 99931 16267 7927 99932 14165 17279 99933 5740 17278 99934 15053 3772 99935 8677 6733 99936 5741 17281 99937 16018 17283 99938 8677 6733 99939 15971 6732 99940 9238 17284 99941 13990 16994 99942 5741 17281 99943 16268 16995 99944 14166 17282 99945 5741 17281 99946 15054 16996 99947 9239 17286 99948 15972 6726 99949 8678 6725 99950 14167 17288 99951 5742 17285 99952 16019 17287 99953 13991 16991 99954 5742 17285 99955 15055 16992 99956 9239 17286 99957 5742 17285 99958 16269 16966 99959 8685 6759 99960 5743 17289 99961 16022 17290 99962 8685 6759 99963 15979 6758 99964 14168 17291 99965 13992 16989 99966 5743 17289 99967 15056 3759 99968 9240 7913 99969 5743 17289 99970 16270 16969 99971 8938 7241 99972 5744 17292 99973 15979 6758 99974 8938 7241 99975 16151 7237 99976 14169 17293 99977 14169 17293 99978 15057 16956 99979 7100 3760 99980 14168 17291 99981 5744 17292 99982 15056 3759 99983 14169 17293 99984 16151 7237 99985 8939 7236 99986 9243 7905 99987 5745 17294 99988 15980 6752 99989 9243 7905 99990 16271 7910 99991 13993 16957 99992 14169 17293 99993 5745 17294 99994 15057 16956 99995 9026 7454 99996 5746 17295 99997 15964 6706 99998 14170 17296 99999 5746 17295 100000 16187 7450 100001 14170 17296 100002 15058 3767 100003 7101 3766 100004 7101 3766 100005 15052 17001 100006 14164 17277 100007 14170 17296 100008 16187 7450 100009 9027 7449 100010 14165 17279 100011 5747 17297 100012 15965 6700 100013 7102 3771 100014 5747 17297 100015 15053 3772 100016 7102 3771 100017 15058 3767 100018 14170 17296 100019 9116 7645 100020 5748 17298 100021 15971 6732 100022 9116 7645 100023 16220 7641 100024 14171 17299 100025 13994 16961 100026 5748 17298 100027 15059 16962 100028 13994 16961 100029 16268 16995 100030 9238 17284 100031 9117 7640 100032 5749 17300 100033 16220 7641 100034 9239 17286 100035 5749 17300 100036 15972 6726 100037 13995 16965 100038 5749 17300 100039 16269 16966 100040 13995 16965 100041 15059 16962 100042 14171 17299 100043 9250 17302 100044 16228 7676 100045 9132 7671 100046 9132 7671 100047 16018 17283 100048 14166 17282 100049 14166 17282 100050 15054 16996 100051 13996 16979 100052 9250 17302 100053 5750 17301 100054 16275 16981 100055 14167 17288 100056 16019 17287 100057 9133 7677 100058 9250 17302 100059 5751 17303 100060 16228 7676 100061 9250 17302 100062 16275 16981 100063 13997 16976 100064 14167 17288 100065 5751 17303 100066 15055 16992 100067 9320 17305 100068 1497 17255 100069 8492 17306 100070 14172 8077 100071 15933 6624 100072 8587 6623 100073 14163 17273 100074 5752 17307 100075 15861 6419 100076 8594 6627 100077 15933 6624 100078 14172 8077 100079 14172 8077 100080 5752 17307 100081 1467 8078 100082 8594 6627 100083 5753 8069 100084 15937 8074 100085 8588 17312 100086 15860 17274 100087 9575 8598 100088 14173 17270 100089 5754 17311 100090 16415 6594 100091 14174 17314 100092 16436 8724 100093 9626 8729 100094 9604 8650 100095 5755 17313 100096 16454 8755 100097 9604 8650 100098 16428 8654 100099 14133 17164 100100 14174 17314 100101 5755 17313 100102 15268 4317 100103 9627 8725 100104 5756 17315 100105 16457 8758 100106 14174 17314 100107 5756 17315 100108 16436 8724 100109 7437 4316 100110 5756 17315 100111 15268 4317 100112 7437 4316 100113 15271 4302 100114 14177 17316 100115 9628 8721 100116 5757 17317 100117 16455 8754 100118 14175 17318 100119 5757 17317 100120 16437 8720 100121 14175 17318 100122 15269 4345 100123 14134 17166 100124 9606 8652 100125 5757 17317 100126 16429 17319 100127 14175 17318 100128 16437 8720 100129 9629 8716 100130 14176 17321 100131 5758 17320 100132 16456 8760 100133 7438 4346 100134 5758 17320 100135 15270 4306 100136 7438 4346 100137 15269 4345 100138 14175 17318 100139 14176 17321 100140 16456 8760 100141 9658 8759 100142 14177 17316 100143 5759 17322 100144 16457 8758 100145 7439 4301 100146 5759 17322 100147 15271 4302 100148 7439 4301 100149 15270 4306 100150 14176 17321 100151 9887 8837 100152 16475 8803 100153 9703 8802 100154 14194 17324 100155 5760 17323 100156 16476 8801 100157 14194 17324 100158 15114 17329 100159 14010 17325 100160 9887 8837 100161 5760 17323 100162 16485 17326 100163 9711 8819 100164 5761 17327 100165 16476 8801 100166 9711 8819 100167 16479 8818 100168 9885 8845 100169 9885 8845 100170 16482 8849 100171 14009 17328 100172 14194 17324 100173 5761 17327 100174 15114 17329 100175 14178 17331 100176 16498 8963 100177 9750 8968 100178 9723 8861 100179 5762 17330 100180 16520 9019 100181 9723 8861 100182 16489 8865 100183 14014 17007 100184 14014 17007 100185 15141 3994 100186 14178 17331 100187 9751 8964 100188 5763 17332 100189 16523 9022 100190 14178 17331 100191 5763 17332 100192 16498 8963 100193 14178 17331 100194 15141 3994 100195 7246 3993 100196 7246 3993 100197 15143 3975 100198 14180 17333 100199 9753 8957 100200 5764 17334 100201 16499 8958 100202 14179 17335 100203 5764 17334 100204 16522 8956 100205 14179 17335 100206 15142 17013 100207 14015 17012 100208 14015 17012 100209 16488 8858 100210 9722 8857 100211 14179 17335 100212 16522 8956 100213 9798 9023 100214 9798 9023 100215 16523 9022 100216 14180 17333 100217 7247 3974 100218 5765 17336 100219 15143 3975 100220 14179 17335 100221 5765 17336 100222 15142 17013 100223 9842 9060 100224 16542 9055 100225 9839 9054 100226 14181 17339 100227 5766 17337 100228 16537 17338 100229 14181 17339 100230 15144 4032 100231 14016 17023 100232 9842 9060 100233 5766 17337 100234 16543 17022 100235 14182 17341 100236 16539 9047 100237 9836 9046 100238 9846 9064 100239 5767 17340 100240 16540 9065 100241 14017 17016 100242 5767 17340 100243 16545 17017 100244 14182 17341 100245 5767 17340 100246 15145 4037 100247 9834 9043 100248 5768 17342 100249 16538 9039 100250 14182 17341 100251 5768 17342 100252 16539 9047 100253 14182 17341 100254 15145 4037 100255 7248 4036 100256 7248 4036 100257 15146 17345 100258 14183 17343 100259 9831 9040 100260 5769 17344 100261 16537 17338 100262 9831 9040 100263 16538 9039 100264 14183 17343 100265 7249 4033 100266 5769 17344 100267 15146 17345 100268 14181 17339 100269 5769 17344 100270 15144 4032 100271 14197 17347 100272 16546 9095 100273 9860 9094 100274 9866 9107 100275 5770 17346 100276 16552 9091 100277 9866 9107 100278 16554 9111 100279 14060 17348 100280 14060 17348 100281 15150 17351 100282 14197 17347 100283 9855 9069 100284 5771 17349 100285 16550 9070 100286 14197 17347 100287 5771 17349 100288 16546 9095 100289 14061 17352 100290 5771 17349 100291 15150 17351 100292 14061 17352 100293 16555 17356 100294 9867 17350 100295 9854 9073 100296 5772 17353 100297 16548 17355 100298 9854 9073 100299 16550 9070 100300 9867 17350 100301 14062 17357 100302 5772 17353 100303 16555 17356 100304 14062 17357 100305 15148 17362 100306 14196 17354 100307 9922 9109 100308 16549 9108 100309 9852 9098 100310 9852 9098 100311 16045 9097 100312 14195 17359 100313 14195 17359 100314 15149 18358 100315 14021 17360 100316 14021 17360 100317 16556 18872 100318 9922 9109 100319 9851 9076 100320 5774 17361 100321 16045 9097 100322 9851 9076 100323 16548 17355 100324 14196 17354 100325 7256 17363 100326 5774 17361 100327 15148 17362 100328 7256 17363 100329 15149 18358 100330 14195 17359 100331 7475 4441 100332 15285 18698 100333 14198 17365 100334 14198 17365 100335 19043 18715 100336 19044 17366 100337 19044 17366 100338 15189 17379 100339 14199 17367 100340 14199 17367 100341 15287 4442 100342 7475 4441 100343 14200 17381 100344 5777 17368 100345 18734 17370 100346 7478 4447 100347 15287 4442 100348 14201 17372 100349 9923 17373 100350 15289 4448 100351 7478 4447 100352 14204 17393 100353 5779 17374 100354 18735 17376 100355 13911 17375 100356 5779 17374 100357 18734 17370 100358 14205 18719 100359 5780 17378 100360 15189 17379 100361 14199 17367 100362 5780 17378 100363 15287 4442 100364 14200 17381 100365 18734 17370 100366 14202 17377 100367 7481 4451 100368 15289 4448 100369 14206 17383 100370 9924 17385 100371 15291 4452 100372 7481 4451 100373 14236 17407 100374 5784 17386 100375 15272 17388 100376 14238 17387 100377 5784 17386 100378 18735 17376 100379 14208 18723 100380 5786 17390 100381 16564 17391 100382 9923 17373 100383 5786 17390 100384 15289 4448 100385 14204 17393 100386 18735 17376 100387 14207 17389 100388 7484 4455 100389 15291 4452 100390 14209 17395 100391 7484 4455 100392 5789 17394 100393 15293 4456 100394 14210 17420 100395 5790 17397 100396 15294 17399 100397 9966 17398 100398 5790 17397 100399 15272 17388 100400 9927 17402 100401 16569 17405 100402 9928 17403 100403 14077 18960 100404 5792 17404 100405 16569 17405 100406 9924 17385 100407 5792 17404 100408 15291 4452 100409 14236 17407 100410 15272 17388 100411 14235 17400 100412 7487 4459 100413 15293 4456 100414 14211 17409 100415 7487 4459 100416 5795 17408 100417 15296 4460 100418 14213 17415 100419 5796 17412 100420 15297 17414 100421 14213 17415 100422 19112 18733 100423 14082 17416 100424 7488 17413 100425 5796 17412 100426 15294 17399 100427 9931 9148 100428 5797 17418 100429 16568 9149 100430 9926 17396 100431 5797 17418 100432 15293 4456 100433 9929 17417 100434 5798 17419 100435 15294 17399 100436 9964 18036 100437 5799 17421 100438 15297 17414 100439 14215 17424 100440 16574 18689 100441 9940 17425 100442 9933 9151 100443 5800 17423 100444 16572 9152 100445 14212 17411 100446 5800 17423 100447 15296 4460 100448 9934 17422 100449 5801 17426 100450 15297 17414 100451 9945 17429 100452 5803 17427 100453 15786 17428 100454 9945 17429 100455 16577 18961 100456 19115 17430 100457 8308 6046 100458 5803 17427 100459 15784 6047 100460 14217 17433 100461 5804 17432 100462 15790 6051 100463 14217 17433 100464 19117 17448 100465 19116 17434 100466 19116 17434 100467 16577 18961 100468 9945 17429 100469 8310 6052 100470 5804 17432 100471 15786 17428 100472 8311 6050 100473 15777 6010 100474 14220 17436 100475 14219 17438 100476 15790 6051 100477 8311 6050 100478 8425 17440 100479 15789 9166 100480 14218 17441 100481 14221 17442 100482 5806 17439 100483 15197 18962 100484 8425 17440 100485 5806 17439 100486 15831 17443 100487 9954 9172 100488 5807 17444 100489 16580 17052 100490 14218 17441 100491 15789 9166 100492 9951 9165 100493 14219 17438 100494 5808 17445 100495 15790 6051 100496 14219 17438 100497 19048 18963 100498 19051 17446 100499 14217 17433 100500 5808 17445 100501 19117 17448 100502 19119 17450 100503 16582 18873 100504 9952 9170 100505 19054 17453 100506 5811 6063 100507 19055 17452 100508 19054 17453 100509 19053 18964 100510 14223 17454 100511 14223 17454 100512 15777 6010 100513 8294 6031 100514 8426 6069 100515 15831 17443 100516 14225 17455 100517 19059 17457 100518 5812 6061 100519 19058 17456 100520 14228 6062 100521 5812 6061 100522 19057 17458 100523 14224 6058 100524 5813 6057 100525 19056 17451 100526 14223 17454 100527 5814 17459 100528 15777 6010 100529 14229 17460 100530 19049 17437 100531 14220 17436 100532 19118 17462 100533 19049 17437 100534 14229 17460 100535 19061 17463 100536 19060 18965 100537 14226 17464 100538 14226 17464 100539 19060 18965 100540 19063 17466 100541 19063 17466 100542 19062 17469 100543 14230 17467 100544 14221 17442 100545 15197 18962 100546 14230 17467 100547 14225 17455 100548 5817 17468 100549 19058 17456 100550 14221 17442 100551 5817 17468 100552 15831 17443 100553 9957 17471 100554 5818 17470 100555 15784 6047 100556 9957 17471 100557 16586 18966 100558 19120 17472 100559 14231 17473 100560 15788 6043 100561 8305 6042 100562 8304 6233 100563 15788 6043 100564 14231 17473 100565 9955 9174 100566 5819 17474 100567 16584 9175 100568 9955 9174 100569 15782 6234 100570 8304 6233 100571 9948 9158 100572 15783 9157 100573 9956 9182 100574 9948 9158 100575 5820 17475 100576 16579 17046 100577 14232 17476 100578 5821 17477 100579 16579 17046 100580 9958 17479 100581 16575 17482 100582 9947 17047 100583 9958 17479 100584 5822 17480 100585 16575 17482 100586 14216 17431 100587 5823 17483 100588 15784 6047 100589 13956 16792 100590 5824 17484 100591 16768 11660 100592 14239 17486 100593 5824 17484 100594 14476 17485 100595 10287 9819 100596 5824 17484 100597 16795 17487 100598 10287 9819 100599 16767 9733 100600 10243 9732 100601 13957 16793 100602 5825 17488 100603 14476 17485 100604 13957 16793 100605 16797 9826 100606 10289 9825 100607 10286 9820 100608 5825 17488 100609 16796 9821 100610 14239 17486 100611 5825 17488 100612 16795 17487 100613 11251 10102 100614 5826 17489 100615 16862 10307 100616 11251 10102 100617 17323 10101 100618 14022 16801 100619 14341 17490 100620 5826 17489 100621 15161 16800 100622 14341 17490 100623 16857 10302 100624 10414 10301 100625 14023 16808 100626 17325 18888 100627 11254 10271 100628 10435 10840 100629 5827 17491 100630 16880 10348 100631 14246 17493 100632 17793 14044 100633 12052 13341 100634 14242 17494 100635 5828 17492 100636 17794 13340 100637 14246 17493 100638 5828 17492 100639 19070 17496 100640 14243 17498 100641 19072 18967 100642 19071 17499 100643 14242 17494 100644 17794 13340 100645 12053 13353 100646 14243 17498 100647 5829 17497 100648 17795 13352 100649 14243 17498 100650 5830 17500 100651 19072 18967 100652 14243 17498 100653 17795 13352 100654 14240 17501 100655 10440 17504 100656 5830 17500 100657 16861 17502 100658 10440 17504 100659 5831 17503 100660 16882 18968 100661 10440 17504 100662 16861 17502 100663 14241 17505 100664 14245 17510 100665 5831 17503 100666 17806 13368 100667 19075 17509 100668 5832 17506 100669 19074 17508 100670 19075 17509 100671 19073 18969 100672 14245 17510 100673 12062 13367 100674 5832 17506 100675 17806 13368 100676 12062 13367 100677 17796 13652 100678 14244 17507 100679 14248 17512 100680 5833 17511 100681 16884 10175 100682 14248 17512 100683 17864 13638 100684 14247 17513 100685 14344 17516 100686 5834 17514 100687 16885 17515 100688 14344 17516 100689 15176 17203 100690 7274 2655 100691 19147 17518 100692 5834 17514 100693 15171 17517 100694 19147 17518 100695 19067 18970 100696 10449 10167 100697 10450 10164 100698 19066 18885 100699 19065 17520 100700 14249 17521 100701 5835 17519 100702 17864 13638 100703 14249 17521 100704 16886 10165 100705 10450 10164 100706 10453 10172 100707 5836 17522 100708 16887 10173 100709 10454 17524 100710 5836 17522 100711 16883 10171 100712 10454 17524 100713 16888 17536 100714 14250 17525 100715 14250 17525 100716 17880 17527 100717 14251 17523 100718 14248 17512 100719 16884 10175 100720 10452 10174 100721 14251 17523 100722 5837 17526 100723 16887 10173 100724 12162 13666 100725 5837 17526 100726 17880 17527 100727 14248 17512 100728 5837 17526 100729 17864 13638 100730 14345 17529 100731 15180 4094 100732 14025 16834 100733 11258 10226 100734 5838 17528 100735 17334 16836 100736 11258 10226 100737 16900 10210 100738 10468 10209 100739 14345 17529 100740 5838 17528 100741 16896 10208 100742 11257 10196 100743 16897 10195 100744 10469 10216 100745 14346 17532 100746 5839 17530 100747 16901 17531 100748 14346 17532 100749 15181 18952 100750 14026 16839 100751 11257 10196 100752 5839 17530 100753 17333 16838 100754 10454 17524 100755 16883 10171 100756 19076 17534 100757 14244 17507 100758 5840 17533 100759 19074 17508 100760 14252 17535 100761 5840 17533 100762 17796 13652 100763 10454 17524 100764 5840 17533 100765 16888 17536 100766 11260 17538 100767 16917 10325 100768 10497 10324 100769 14347 17539 100770 5841 17537 100771 16918 10464 100772 14347 17539 100773 15182 2992 100774 14027 16849 100775 11260 17538 100776 5841 17537 100777 17336 16848 100778 14028 16853 100779 5842 17540 100780 15162 16854 100781 11262 10560 100782 5842 17540 100783 17339 10561 100784 10529 10858 100785 5842 17540 100786 16939 10868 100787 10529 10858 100788 16858 10857 100789 14342 17541 100790 14340 17543 100791 5843 17542 100792 15160 2857 100793 14340 17543 100794 16855 10400 100795 10563 10399 100796 14348 17544 100797 5843 17542 100798 16950 10406 100799 14348 17544 100800 15183 2863 100801 7275 2858 100802 14348 17544 100803 5844 17545 100804 15183 2863 100805 14348 17544 100806 16950 10406 100807 10564 10405 100808 14341 17490 100809 5844 17545 100810 16857 10302 100811 14341 17490 100812 15161 16800 100813 7276 2864 100814 14340 17543 100815 5845 17546 100816 16855 10400 100817 14340 17543 100818 15160 2857 100819 14029 16859 100820 11263 10846 100821 5845 17546 100822 17340 10847 100823 11263 10846 100824 16951 10393 100825 10565 10392 100826 14347 17539 100827 5846 17547 100828 15182 2992 100829 14347 17539 100830 16918 10464 100831 10620 10491 100832 10620 10491 100833 16977 10495 100834 14253 17548 100835 14253 17548 100836 14858 18834 100837 7279 2993 100838 10622 10492 100839 16924 10354 100840 11261 10273 100841 11261 10273 100842 17337 18889 100843 14044 16861 100844 14044 16861 100845 14859 18838 100846 14254 17550 100847 10622 10492 100848 5847 17549 100849 16976 10493 100850 14255 17552 100851 14858 18834 100852 14253 17548 100853 10746 10749 100854 5848 17551 100855 16977 10495 100856 10746 10749 100857 17042 18896 100858 10749 17553 100859 14255 17552 100860 5848 17551 100861 17043 17554 100862 14256 17556 100863 14859 18838 100864 6716 3238 100865 6716 3238 100866 14858 18834 100867 14255 17552 100868 14255 17552 100869 17043 17554 100870 10750 17557 100871 14256 17556 100872 5849 17555 100873 17044 17558 100874 14254 17550 100875 5850 17559 100876 16976 10493 100877 14254 17550 100878 14859 18838 100879 14256 17556 100880 10751 17560 100881 5850 17559 100882 17044 17558 100883 10751 17560 100884 17041 10751 100885 10748 10750 100886 10792 10856 100887 17065 10850 100888 11265 10849 100889 14030 16875 100890 5851 17561 100891 17341 16876 100892 14030 16875 100893 15162 16854 100894 14342 17541 100895 10792 10856 100896 5851 17561 100897 16858 10857 100898 10819 17563 100899 17076 10932 100900 10818 10931 100901 14260 17651 100902 5852 17562 100903 17077 10927 100904 14258 17565 100905 17986 13873 100906 14261 17566 100907 14261 17566 100908 17079 10919 100909 10822 10921 100910 10819 17563 100911 5853 17564 100912 17076 10932 100913 12402 13872 100914 17985 13871 100915 14262 17568 100916 10823 10915 100917 5854 17567 100918 17080 10913 100919 10823 10915 100920 17079 10919 100921 14261 17566 100922 12402 13872 100923 5854 17567 100924 17986 13873 100925 14257 17570 100926 19078 10900 100927 10825 10899 100928 10824 10909 100929 5855 17569 100930 17081 10907 100931 10824 10909 100932 17080 10913 100933 14262 17568 100934 14257 17570 100935 5855 17569 100936 17985 13871 100937 10541 10322 100938 5856 17571 100939 16943 10320 100940 14354 17572 100941 5856 17571 100942 16917 10325 100943 14355 17573 100944 5856 17571 100945 15012 16895 100946 14355 17573 100947 17128 17577 100948 10917 11104 100949 14354 17572 100950 16917 10325 100951 11260 17538 100952 14031 16899 100953 5857 17574 100954 17336 16848 100955 14031 16899 100956 15184 18954 100957 7278 16898 100958 14354 17572 100959 5857 17574 100960 15012 16895 100961 14355 17573 100962 15012 16895 100963 14335 17576 100964 14335 17576 100965 17315 11176 100966 11296 11175 100967 10933 11122 100968 5858 17575 100969 17134 11170 100970 14355 17573 100971 5858 17575 100972 17128 17577 100973 10943 11144 100974 5859 17578 100975 17130 11084 100976 10943 11144 100977 17139 11143 100978 11267 11195 100979 14059 16905 100980 5859 17578 100981 17342 16906 100982 14059 16905 100983 15180 4094 100984 14339 17579 100985 10975 11220 100986 5860 17580 100987 17152 17582 100988 10975 11220 100989 17153 11219 100990 11271 11245 100991 14032 16924 100992 5860 17580 100993 17346 16925 100994 14032 16924 100995 15185 16929 100996 14349 17581 100997 11270 11209 100998 17151 11213 100999 10976 11222 101000 14349 17581 101001 5861 17583 101002 17152 17582 101003 14033 16928 101004 5861 17583 101005 15185 16929 101006 11270 11209 101007 5861 17583 101008 17345 11210 101009 14350 17585 101010 17154 11227 101011 10977 11226 101012 11294 11232 101013 5862 17584 101014 17155 11233 101015 13977 16936 101016 5862 17584 101017 17318 16937 101018 14350 17585 101019 5862 17584 101020 15029 16935 101021 11272 11246 101022 17157 11242 101023 10979 11240 101024 14350 17585 101025 5863 17586 101026 17154 11227 101027 14350 17585 101028 15029 16935 101029 14034 16947 101030 11272 11246 101031 5863 17586 101032 17347 16946 101033 10436 17588 101034 16859 17854 101035 14264 17589 101036 14265 17590 101037 5864 17587 101038 18023 14042 101039 14265 17590 101040 18023 14042 101041 12482 14041 101042 14246 17493 101043 5865 17592 101044 17793 14044 101045 11015 11318 101046 5866 17593 101047 17177 17595 101048 11015 11318 101049 17180 11317 101050 11018 11326 101051 11018 11326 101052 17182 11329 101053 14275 17596 101054 14275 17596 101055 18429 17623 101056 14271 17594 101057 14272 17598 101058 17171 17631 101059 11020 17599 101060 11020 17599 101061 17183 11332 101062 11019 11331 101063 11019 11331 101064 17184 17604 101065 14276 17600 101066 14272 17598 101067 5867 17597 101068 18430 17601 101069 14273 17603 101070 18430 17601 101071 14276 17600 101072 11022 11338 101073 5868 17602 101074 17184 17604 101075 11022 11338 101076 17185 11341 101077 11021 17605 101078 14273 17603 101079 5868 17602 101080 17172 17606 101081 13236 15515 101082 18426 15502 101083 14278 17608 101084 14278 17608 101085 17186 11344 101086 11023 11343 101087 11023 11343 101088 17187 11348 101089 14277 17609 101090 13236 15515 101091 5869 17607 101092 18432 15516 101093 13237 15519 101094 18432 15516 101095 14277 17609 101096 11024 11350 101097 5870 17610 101098 17187 11348 101099 11024 11350 101100 17188 11354 101101 14279 17611 101102 13237 15519 101103 5870 17610 101104 18428 15520 101105 14280 17613 101106 18427 15500 101107 14274 17614 101108 11103 11483 101109 5871 17612 101110 17179 17615 101111 11103 11483 101112 17232 11463 101113 11096 11462 101114 14280 17613 101115 5871 17612 101116 17231 11504 101117 14282 17617 101118 18424 17633 101119 13232 15507 101120 14281 17618 101121 5872 17616 101122 18431 15506 101123 14281 17618 101124 17228 11453 101125 11091 11452 101126 14282 17617 101127 5872 17616 101128 17229 11516 101129 13234 15513 101130 18425 15512 101131 14283 17620 101132 11094 11456 101133 5873 17619 101134 17230 11511 101135 14281 17618 101136 5873 17619 101137 17228 11453 101138 14281 17618 101139 18431 15506 101140 13234 15513 101141 14275 17596 101142 5874 17621 101143 18429 17623 101144 11105 11485 101145 5874 17621 101146 17182 11329 101147 11105 11485 101148 17227 11477 101149 11102 11476 101150 11102 11476 101151 17176 17871 101152 14270 17622 101153 14269 17625 101154 18428 15520 101155 14279 17611 101156 11109 11498 101157 5875 17624 101158 17188 11354 101159 11109 11498 101160 17233 11482 101161 11104 11481 101162 14269 17625 101163 5875 17624 101164 17173 17626 101165 13227 15501 101166 5876 17627 101167 18426 15502 101168 14280 17613 101169 5876 17627 101170 18427 15500 101171 14280 17613 101172 17231 11504 101173 11111 11503 101174 14278 17608 101175 5876 17627 101176 17186 11344 101177 14268 17629 101178 17172 17606 101179 11021 17605 101180 11113 11509 101181 5877 17628 101182 17185 11341 101183 11113 11509 101184 17230 11511 101185 14283 17620 101186 14268 17629 101187 5877 17628 101188 18425 15512 101189 14267 17632 101190 5878 17630 101191 17171 17631 101192 14282 17617 101193 5878 17630 101194 18424 17633 101195 14282 17617 101196 17229 11516 101197 11115 11515 101198 11020 17599 101199 5878 17630 101200 17183 11332 101201 14294 17635 101202 17268 11535 101203 11131 11534 101204 11136 11566 101205 5879 17634 101206 17249 11532 101207 11136 11566 101208 17248 11565 101209 14291 17636 101210 14294 17635 101211 5879 17634 101212 18641 17637 101213 11132 11556 101214 17265 11555 101215 14293 17639 101216 14291 17636 101217 5880 17638 101218 18641 17637 101219 14291 17636 101220 17248 11565 101221 11134 11560 101222 11132 11556 101223 5880 17638 101224 17247 11549 101225 14295 17641 101226 17266 17938 101227 11158 11553 101228 11158 11553 101229 17262 11557 101230 11159 11586 101231 14292 17643 101232 5881 17640 101233 17264 17642 101234 14292 17643 101235 18642 17646 101236 14295 17641 101237 14292 17643 101238 5882 17644 101239 18642 17646 101240 11160 11590 101241 5882 17644 101242 17264 17642 101243 11160 11590 101244 17263 11538 101245 11161 11537 101246 14296 17645 101247 5882 17644 101248 17267 17647 101249 10820 10897 101250 17075 18899 101251 14259 17649 101252 14260 17651 101253 5883 17648 101254 19124 17650 101255 14260 17651 101256 17077 10927 101257 10821 10926 101258 10820 10897 101259 5883 17648 101260 17078 10902 101261 14345 17529 101262 16896 10208 101263 10461 10191 101264 10920 11080 101265 5884 17652 101266 16876 10190 101267 10920 11080 101268 17130 11084 101269 14339 17579 101270 14345 17529 101271 5884 17652 101272 15180 4094 101273 13885 17654 101274 18711 17996 101275 14309 17655 101276 14313 17657 101277 5887 17656 101278 19132 18971 101279 14313 17657 101280 19130 18972 101281 14312 17658 101282 14321 17661 101283 5893 17659 101284 16890 11663 101285 14321 17661 101286 18724 18115 101287 13898 17662 101288 14322 17664 101289 5893 17659 101290 18725 17663 101291 14322 17664 101292 17304 17668 101293 11209 17660 101294 11210 11662 101295 5894 17665 101296 16890 11663 101297 13900 17666 101298 5894 17665 101299 18726 18050 101300 13900 17666 101301 18724 18115 101302 14321 17661 101303 11209 17660 101304 5895 17667 101305 16890 11663 101306 14323 17669 101307 5895 17667 101308 19137 18973 101309 14323 17669 101310 17306 18907 101311 11211 11664 101312 14324 17672 101313 5896 17670 101314 16892 11670 101315 14324 17672 101316 18727 18092 101317 13903 17673 101318 13903 17673 101319 18728 18974 101320 14325 17674 101321 11214 11669 101322 5897 17675 101323 16892 11670 101324 11215 17671 101325 5898 17676 101326 16892 11670 101327 14326 17680 101328 5898 17676 101329 18729 17679 101330 11218 11672 101331 5899 17681 101332 16891 11673 101333 14329 18975 101334 5899 17681 101335 17309 18976 101336 14328 17682 101337 5900 17683 101338 16891 11673 101339 11220 17684 101340 5901 17685 101341 16891 11673 101342 14331 17689 101343 5902 17687 101344 16889 11676 101345 14331 17689 101346 18731 16723 101347 13908 16722 101348 14333 17691 101349 5902 17687 101350 18733 17690 101351 14332 17695 101352 5903 17692 101353 16889 11676 101354 14334 17693 101355 5903 17692 101356 19144 18977 101357 14334 17693 101358 18731 16723 101359 14331 17689 101360 11223 11675 101361 5904 17694 101362 16889 11676 101363 14335 17576 101364 15012 16895 101365 13974 16894 101366 11226 16901 101367 5905 17696 101368 17313 17697 101369 11227 11684 101370 5905 17696 101371 17314 16909 101372 11227 11684 101373 17315 11176 101374 14335 17576 101375 14336 17699 101376 5906 17698 101377 17319 11230 101378 13981 16941 101379 5906 17698 101380 15036 16942 101381 11232 16938 101382 5906 17698 101383 17320 16939 101384 11232 16938 101385 17318 16937 101386 11231 11231 101387 11229 11687 101388 17316 11686 101389 13979 16943 101390 14336 17699 101391 5907 17700 101392 15036 16942 101393 11233 11249 101394 5907 17700 101395 17319 11230 101396 11233 11249 101397 17317 18900 101398 11229 11687 101399 14358 17702 101400 17753 17738 101401 14361 17703 101402 11311 11765 101403 5908 17701 101404 17373 11766 101405 11310 11734 101406 5908 17701 101407 17372 11769 101408 14358 17702 101409 5908 17701 101410 17367 11733 101411 11287 11730 101412 5909 17704 101413 17357 17706 101414 11287 11730 101415 17349 11723 101416 11285 11725 101417 14352 17707 101418 5909 17704 101419 17352 11709 101420 14352 17707 101421 17293 17717 101422 14303 17705 101423 14304 17709 101424 17355 17721 101425 11297 17710 101426 11297 17710 101427 17353 11706 101428 11288 11718 101429 11288 11718 101430 17350 11719 101431 14351 17711 101432 14304 17709 101433 5910 17708 101434 17294 17712 101435 14305 17714 101436 17294 17712 101437 14351 17711 101438 11289 11713 101439 5911 17713 101440 17350 11719 101441 11289 11713 101442 17351 11716 101443 11290 11729 101444 14305 17714 101445 5911 17713 101446 17356 11728 101447 14352 17707 101448 5912 17715 101449 17293 17717 101450 14352 17707 101451 17352 11709 101452 11291 11708 101453 14353 17718 101454 5912 17715 101455 17354 11703 101456 14353 17718 101457 17295 18978 101458 11198 17716 101459 14306 17720 101460 17295 18978 101461 14353 17718 101462 11292 11702 101463 5913 17719 101464 17354 11703 101465 11292 11702 101466 17353 11706 101467 11297 17710 101468 14306 17720 101469 5913 17719 101470 17355 17721 101471 14362 17723 101472 17752 17743 101473 14360 17724 101474 11381 11867 101475 5914 17722 101476 17371 17725 101477 11381 11867 101478 17415 11866 101479 11376 17726 101480 14362 17723 101481 5914 17722 101482 17414 17727 101483 14364 17729 101484 17751 17746 101485 11984 13108 101486 14363 17730 101487 5915 17728 101488 17754 13107 101489 14363 17730 101490 17411 17736 101491 11374 17731 101492 14364 17729 101493 5915 17728 101494 17412 17732 101495 14359 17734 101496 17360 11898 101497 11383 11897 101498 11383 11897 101499 17413 18446 101500 11375 17735 101501 14363 17730 101502 5916 17733 101503 17411 17736 101504 14363 17730 101505 17754 13107 101506 14359 17734 101507 14357 17739 101508 5917 17737 101509 17753 17738 101510 14357 17739 101511 17364 17784 101512 11378 11850 101513 11385 11877 101514 5917 17737 101515 17408 17740 101516 11385 11877 101517 17373 11766 101518 14361 17703 101519 11321 11754 101520 17361 11753 101521 14356 17742 101522 14362 17723 101523 5918 17741 101524 17752 17743 101525 14362 17723 101526 17414 17727 101527 11387 11890 101528 11321 11754 101529 5918 17741 101530 17378 11778 101531 11316 11741 101532 17358 11740 101533 14286 17745 101534 14364 17729 101535 5919 17744 101536 17751 17746 101537 14364 17729 101538 17412 17732 101539 11389 11904 101540 11316 11741 101541 5919 17744 101542 17375 11772 101543 14371 17750 101544 5920 17747 101545 18586 17749 101546 11414 11953 101547 5920 17747 101548 17434 17751 101549 11390 17752 101550 5920 17747 101551 17430 11952 101552 11390 17752 101553 17419 11915 101554 14365 17748 101555 14367 17754 101556 18585 17892 101557 14370 17755 101558 11392 17757 101559 5921 17753 101560 17433 17756 101561 11392 17757 101562 17417 11922 101563 11391 11921 101564 14367 17754 101565 5921 17753 101566 17429 17758 101567 13592 16250 101568 18586 17749 101569 14365 17748 101570 11396 11929 101571 5922 17759 101572 17419 11915 101573 11396 11929 101574 17418 11926 101575 14366 17760 101576 13592 16250 101577 5922 17759 101578 18584 16251 101579 11392 17757 101580 17433 17756 101581 14368 17762 101582 14366 17760 101583 5923 17761 101584 18584 16251 101585 14366 17760 101586 17418 11926 101587 11394 11925 101588 11392 17757 101589 5923 17761 101590 17417 11922 101591 14369 17764 101592 18585 17892 101593 14367 17754 101594 14367 17754 101595 17429 17758 101596 11411 17765 101597 11412 11950 101598 5924 17763 101599 17431 17766 101600 11412 11950 101601 17432 11949 101602 14369 17764 101603 11426 11981 101604 5925 17767 101605 17436 11982 101606 11426 11981 101607 17447 12039 101608 13929 17769 101609 11540 12122 101610 17557 12127 101611 11981 13109 101612 14286 17745 101613 5927 17770 101614 17751 17746 101615 14286 17745 101616 17358 11740 101617 14372 17771 101618 14372 17771 101619 17508 12799 101620 11540 12122 101621 11542 12117 101622 17509 17800 101623 14374 17773 101624 14374 17773 101625 17359 11750 101626 11299 11895 101627 14373 17774 101628 5928 17772 101629 17360 11898 101630 14373 17774 101631 17558 18911 101632 11542 12117 101633 11548 12148 101634 17561 12153 101635 11982 17776 101636 14356 17742 101637 5929 17775 101638 17752 17743 101639 14356 17742 101640 17361 11753 101641 14375 17777 101642 14375 17777 101643 17515 12940 101644 11548 12148 101645 11549 12142 101646 17516 12932 101647 14377 17779 101648 14377 17779 101649 17362 11763 101650 11300 11882 101651 14376 17780 101652 5930 17778 101653 17363 11884 101654 14376 17780 101655 17562 12143 101656 11549 12142 101657 14378 17783 101658 5931 17781 101659 17565 17782 101660 14357 17739 101661 5931 17781 101662 17364 17784 101663 11983 17785 101664 5931 17781 101665 17753 17738 101666 11983 17785 101667 17523 12175 101668 11556 12174 101669 11557 12168 101670 17524 12172 101671 14380 17787 101672 11301 11869 101673 5932 17786 101674 17365 11870 101675 14379 17789 101676 5932 17786 101677 17366 17788 101678 11557 12168 101679 5932 17786 101680 17566 17790 101681 11983 17785 101682 5933 17791 101683 17523 12175 101684 14358 17702 101685 5933 17791 101686 17753 17738 101687 14358 17702 101688 17367 11733 101689 14381 17792 101690 14381 17792 101691 17674 12637 101692 11778 12639 101693 11779 12634 101694 17674 12637 101695 14381 17792 101696 11302 11732 101697 5934 17793 101698 17367 11733 101699 11302 11732 101700 17365 11870 101701 14380 17787 101702 11779 12634 101703 5934 17793 101704 17524 12172 101705 14382 17795 101706 5935 17794 101707 17681 12667 101708 14382 17795 101709 17368 11860 101710 11303 11851 101711 14378 17783 101712 5935 17794 101713 17364 17784 101714 14378 17783 101715 17565 17782 101716 11792 12664 101717 14379 17789 101718 5936 17796 101719 17566 17790 101720 14379 17789 101721 17366 17788 101722 11304 11856 101723 14382 17795 101724 5936 17796 101725 17368 11860 101726 14382 17795 101727 17681 12667 101728 11793 12669 101729 14372 17771 101730 5937 17797 101731 17508 12799 101732 11305 11739 101733 5937 17797 101734 17358 11740 101735 11305 11739 101736 17369 11744 101737 14383 17798 101738 11851 12796 101739 5937 17797 101740 17701 12794 101741 11852 12791 101742 17701 12794 101743 14383 17798 101744 14383 17798 101745 17369 11744 101746 11306 11746 101747 14374 17773 101748 5938 17799 101749 17359 11750 101750 11852 12791 101751 5938 17799 101752 17509 17800 101753 11864 12831 101754 17558 18911 101755 14373 17774 101756 14359 17734 101757 5939 17801 101758 17360 11898 101759 14359 17734 101760 17754 13107 101761 11985 13106 101762 11864 12831 101763 5939 17801 101764 17707 12829 101765 14375 17777 101766 5940 17802 101767 17515 12940 101768 14375 17777 101769 17361 11753 101770 11307 11752 101771 14384 17803 101772 5940 17802 101773 17370 11757 101774 14384 17803 101775 17723 12935 101776 11911 12937 101777 14384 17803 101778 5941 17804 101779 17723 12935 101780 14384 17803 101781 17370 11757 101782 11308 11759 101783 14377 17779 101784 5941 17804 101785 17362 11763 101786 11912 12931 101787 5941 17804 101788 17516 12932 101789 11927 12963 101790 17731 12969 101791 14385 17806 101792 14360 17724 101793 5942 17805 101794 17371 17725 101795 14360 17724 101796 17752 17743 101797 11982 17776 101798 11927 12963 101799 5942 17805 101800 17561 12153 101801 14376 17780 101802 5943 17807 101803 17562 12143 101804 14376 17780 101805 17363 11884 101806 11309 11862 101807 11309 11862 101808 17371 17725 101809 14385 17806 101810 14385 17806 101811 17731 12969 101812 11928 12968 101813 12122 13351 101814 17858 13357 101815 12131 13360 101816 14387 17809 101817 5945 17808 101818 17859 13364 101819 14387 17809 101820 16861 17502 101821 14240 17501 101822 12122 13351 101823 5945 17808 101824 17795 13352 101825 12127 13369 101826 17806 13368 101827 14241 17505 101828 14387 17809 101829 5946 17810 101830 16861 17502 101831 14387 17809 101832 17859 13364 101833 12132 13363 101834 12127 13369 101835 5946 17810 101836 17862 13374 101837 12136 13391 101838 17843 13395 101839 14470 17812 101840 9870 5807 101841 5947 17811 101842 16558 5808 101843 9870 5807 101844 16559 17205 101845 14471 17813 101846 12136 13391 101847 5947 17811 101848 17867 17814 101849 14390 17816 101850 17867 17814 101851 14471 17813 101852 14185 17204 101853 5948 17815 101854 16559 17205 101855 14344 17516 101856 5948 17815 101857 15176 17203 101858 14390 17816 101859 5948 17815 101860 16885 17515 101861 14390 17816 101862 16885 17515 101863 10451 10166 101864 14389 17818 101865 5949 17817 101866 16886 10165 101867 12142 13392 101868 5949 17817 101869 17868 13386 101870 14390 17816 101871 5949 17817 101872 17867 17814 101873 12163 13665 101874 5950 17819 101875 17869 13659 101876 14250 17525 101877 5950 17819 101878 17880 17527 101879 14250 17525 101880 16888 17536 101881 14388 17820 101882 12138 13654 101883 5950 17819 101884 17854 17821 101885 12116 13661 101886 5951 17822 101887 17788 13650 101888 12116 13661 101889 17854 17821 101890 14388 17820 101891 14388 17820 101892 16888 17536 101893 14252 17535 101894 12054 13651 101895 5951 17822 101896 17796 13652 101897 12206 13484 101898 5952 17823 101899 17903 13488 101900 12206 13484 101901 17902 13482 101902 13926 13481 101903 13926 13481 101904 18745 18919 101905 14462 17825 101906 14472 17824 101907 5952 17823 101908 16557 17225 101909 9868 17224 101910 5953 17826 101911 16557 17225 101912 12208 13489 101913 5953 17826 101914 17907 17828 101915 12208 13489 101916 17903 13488 101917 14472 17824 101918 12198 18623 101919 5954 17829 101920 17833 17831 101921 14473 17827 101922 5954 17829 101923 17907 17828 101924 14249 17521 101925 17864 13638 101926 12297 13637 101927 12141 13387 101928 5958 17832 101929 17866 13381 101930 12141 13387 101931 17868 13386 101932 14389 17818 101933 14249 17521 101934 5958 17832 101935 16886 10165 101936 12299 13812 101937 5959 17833 101938 17901 13813 101939 14392 17837 101940 5960 17835 101941 17981 17836 101942 14391 17839 101943 17984 13868 101944 12399 13867 101945 14391 17839 101946 5961 17840 101947 17984 13868 101948 12400 13870 101949 17983 13865 101950 12397 13864 101951 12401 13874 101952 5962 17841 101953 17982 13861 101954 14393 17842 101955 5962 17841 101956 19123 17845 101957 12393 13855 101958 5962 17841 101959 17980 13844 101960 12403 17847 101961 5963 17843 101962 17979 13849 101963 14392 17837 101964 17981 17836 101965 12392 13850 101966 12389 13845 101967 17980 13844 101968 14393 17842 101969 19125 17846 101970 5964 17844 101971 19123 17845 101972 12389 13845 101973 5964 17844 101974 17979 13849 101975 14186 17848 101976 5717 18540 101977 8293 6028 101978 14186 17848 101979 2777 6027 101980 5728 13634 101981 14386 17855 101982 5971 17853 101983 16859 17854 101984 14386 17855 101985 17855 14035 101986 12493 14034 101987 12503 14043 101988 5971 17853 101989 18029 14037 101990 12503 14043 101991 18023 14042 101992 14264 17589 101993 13564 14179 101994 5973 1706 101995 18020 17856 101996 13564 14179 101997 18571 14184 101998 13562 16194 101999 13224 15508 102000 5974 17857 102001 18172 15509 102002 14267 17632 102003 5974 17857 102004 18424 17633 102005 14395 17858 102006 5974 17857 102007 17171 17631 102008 14395 17858 102009 18122 14298 102010 12657 14297 102011 12659 14291 102012 18123 14295 102013 14396 17860 102014 14268 17629 102015 5975 17859 102016 17172 17606 102017 13225 15511 102018 5975 17859 102019 18425 15512 102020 12659 14291 102021 5975 17859 102022 18173 17861 102023 12666 14317 102024 18130 14321 102025 13229 15521 102026 14269 17625 102027 5976 17862 102028 18428 15520 102029 14397 17863 102030 5976 17862 102031 17173 17626 102032 12666 14317 102033 5976 17862 102034 18177 17864 102035 14399 17867 102036 5977 17865 102037 18180 17866 102038 11010 11490 102039 5977 17865 102040 17175 11471 102041 14398 17868 102042 5977 17865 102043 17174 11314 102044 14398 17868 102045 18137 14350 102046 12673 14349 102047 12674 14343 102048 18138 14347 102049 13230 17870 102050 14270 17622 102051 5978 17869 102052 18429 17623 102053 14400 17872 102054 5978 17869 102055 17176 17871 102056 12674 14343 102057 5978 17869 102058 18181 17873 102059 14398 17868 102060 5979 17874 102061 18137 14350 102062 11011 11313 102063 5979 17874 102064 17174 11314 102065 11011 11313 102066 17177 17595 102067 14401 17875 102068 14401 17875 102069 18309 14831 102070 12926 14833 102071 12927 14828 102072 18309 14831 102073 14401 17875 102074 14271 17594 102075 5980 17876 102076 17177 17595 102077 14271 17594 102078 18429 17623 102079 13230 17870 102080 12927 14828 102081 5980 17876 102082 18138 14347 102083 14402 17878 102084 5981 17877 102085 18316 14861 102086 14402 17878 102087 17178 11478 102088 11012 11472 102089 11012 11472 102090 17175 11471 102091 14399 17867 102092 14399 17867 102093 18180 17866 102094 12940 14858 102095 14400 17872 102096 5982 17879 102097 18181 17873 102098 14400 17872 102099 17176 17871 102100 11013 11475 102101 14402 17878 102102 5982 17879 102103 17178 11478 102104 14402 17878 102105 18316 14861 102106 12941 14863 102107 14395 17858 102108 5983 17880 102109 18122 14298 102110 14395 17858 102111 17171 17631 102112 14272 17598 102113 14272 17598 102114 18430 17601 102115 13231 17881 102116 13014 15047 102117 5983 17880 102118 18345 15045 102119 13015 15042 102120 18345 15045 102121 13231 17881 102122 13231 17881 102123 18430 17601 102124 14273 17603 102125 14396 17860 102126 5984 17882 102127 17172 17606 102128 13015 15042 102129 5984 17882 102130 18123 14295 102131 13120 15265 102132 18386 15271 102133 14403 17884 102134 14274 17614 102135 5985 17883 102136 17179 17615 102137 14274 17614 102138 18427 15500 102139 13228 15499 102140 13228 15499 102141 18176 15498 102142 13120 15265 102143 13121 15270 102144 18177 17864 102145 14397 17863 102146 11014 11480 102147 5986 17885 102148 17173 17626 102149 11014 11480 102150 17179 17615 102151 14403 17884 102152 13121 15270 102153 5986 17885 102154 18386 15271 102155 12572 14215 102156 18091 14217 102157 14404 17887 102158 12572 14215 102159 5988 17886 102160 18017 14001 102161 14404 17887 102162 18091 14217 102163 12582 14219 102164 12583 1716 102165 5989 1715 102166 18095 15667 102167 13615 16328 102168 18593 16253 102169 13593 16252 102170 14368 17762 102171 5990 17888 102172 18584 16251 102173 14368 17762 102174 17433 17756 102175 14406 17889 102176 13615 16328 102177 5990 17888 102178 18611 16355 102179 13594 17891 102180 5991 17890 102181 18612 16357 102182 14369 17764 102183 5991 17890 102184 18585 17892 102185 14369 17764 102186 17432 11949 102187 14405 17893 102188 13617 16322 102189 5991 17890 102190 18594 16323 102191 13618 16317 102192 18594 16323 102193 14405 17893 102194 14405 17893 102195 17432 11949 102196 11415 11948 102197 14407 17895 102198 5992 17894 102199 17434 17751 102200 13618 16317 102201 5992 17894 102202 18613 16360 102203 13644 16356 102204 18611 16355 102205 14406 17889 102206 14370 17755 102207 5993 17896 102208 17433 17756 102209 14370 17755 102210 18585 17892 102211 13594 17891 102212 13594 17891 102213 18612 16357 102214 13644 16356 102215 13647 16361 102216 18613 16360 102217 14407 17895 102218 14407 17895 102219 17434 17751 102220 14371 17750 102221 13595 16249 102222 5994 17897 102223 18586 17749 102224 13647 16361 102225 5994 17897 102226 18614 16248 102227 14420 17900 102228 5995 17898 102229 18631 17899 102230 14420 17900 102231 17237 17918 102232 11119 17901 102233 14421 17903 102234 5995 17898 102235 17238 17902 102236 14421 17903 102237 18630 16398 102238 13688 16397 102239 13691 16403 102240 18632 16402 102241 14419 17905 102242 14290 17907 102243 5996 17904 102244 17236 17906 102245 14290 17907 102246 18640 17920 102247 13846 17908 102248 13691 16403 102249 5996 17904 102250 18633 16404 102251 13694 16408 102252 18630 16398 102253 14421 17903 102254 11118 17910 102255 5997 17909 102256 17238 17902 102257 11118 17910 102258 17235 17914 102259 14417 17911 102260 13694 16408 102261 5997 17909 102262 18634 17912 102263 13695 16413 102264 18634 17912 102265 14417 17911 102266 11117 17915 102267 5998 17913 102268 17235 17914 102269 11117 17915 102270 17236 17906 102271 14419 17905 102272 13695 16413 102273 5998 17913 102274 18632 16402 102275 13696 16417 102276 18635 16416 102277 13845 16433 102278 13845 16433 102279 18639 16432 102280 14289 17917 102281 14420 17900 102282 5999 17916 102283 17237 17918 102284 13696 16417 102285 5999 17916 102286 18631 17899 102287 13846 17908 102288 6000 17919 102289 18633 16404 102290 14288 17921 102291 6000 17919 102292 18640 17920 102293 14288 17921 102294 17234 17924 102295 14418 17922 102296 14418 17922 102297 18636 16420 102298 13699 16419 102299 13701 16423 102300 18636 16420 102301 14418 17922 102302 14287 17925 102303 6001 17923 102304 17234 17924 102305 14287 17925 102306 18638 18944 102307 13844 16430 102308 13701 16423 102309 6001 17923 102310 18637 16429 102311 13730 16536 102312 18650 16532 102313 13704 17927 102314 13704 17927 102315 18641 17637 102316 14293 17639 102317 14293 17639 102318 17265 11555 102319 14408 17928 102320 13730 16536 102321 6002 17926 102322 18672 16588 102323 14411 17930 102324 6003 17929 102325 18675 16592 102326 14411 17930 102327 17268 11535 102328 14294 17635 102329 14294 17635 102330 18641 17637 102331 13704 17927 102332 13731 16531 102333 6003 17929 102334 18650 16532 102335 14409 17933 102336 6004 17931 102337 18673 17932 102338 14409 17933 102339 17266 17938 102340 14295 17641 102341 13705 17934 102342 6004 17931 102343 18642 17646 102344 13705 17934 102345 18651 16523 102346 13732 16529 102347 13705 17934 102348 6005 17935 102349 18651 16523 102350 13705 17934 102351 18642 17646 102352 14296 17645 102353 14296 17645 102354 17267 17647 102355 14410 17936 102356 13733 16524 102357 6005 17935 102358 18674 16525 102359 13775 16589 102360 18672 16588 102361 14408 17928 102362 11162 11554 102363 6006 17937 102364 17265 11555 102365 14409 17933 102366 6006 17937 102367 17266 17938 102368 14409 17933 102369 18673 17932 102370 13775 16589 102371 13778 16591 102372 18674 16525 102373 14410 17936 102374 11163 11536 102375 6007 17939 102376 17267 17647 102377 14411 17930 102378 6007 17939 102379 17268 11535 102380 14411 17930 102381 18675 16592 102382 13778 16591 102383 13821 16627 102384 18693 16620 102385 13822 17941 102386 14297 17943 102387 6008 17940 102388 18695 17942 102389 14297 17943 102390 17269 17946 102391 14412 17944 102392 13821 16627 102393 6008 17940 102394 18694 16624 102395 13819 16625 102396 18694 16624 102397 14412 17944 102398 11164 17947 102399 6009 17945 102400 17269 17946 102401 11164 17947 102402 17270 17963 102403 14413 17948 102404 13819 16625 102405 6009 17945 102406 18689 17949 102407 14414 17952 102408 6010 17950 102409 18692 17951 102410 14414 17952 102411 17271 17958 102412 14298 17953 102413 13822 17941 102414 6010 17950 102415 18695 17942 102416 13822 17941 102417 18693 16620 102418 13818 16619 102419 13816 16616 102420 18691 16615 102421 14415 17955 102422 11165 17957 102423 6011 17954 102424 17272 17956 102425 14414 17952 102426 6011 17954 102427 17271 17958 102428 13816 16616 102429 6011 17954 102430 18692 17951 102431 13823 17960 102432 6012 17959 102433 18690 16609 102434 13823 17960 102435 18696 17965 102436 14299 17961 102437 14299 17961 102438 17272 17956 102439 14415 17955 102440 13814 16612 102441 6012 17959 102442 18691 16615 102443 14413 17948 102444 6013 17962 102445 18689 17949 102446 14300 17964 102447 6013 17962 102448 17270 17963 102449 13823 17960 102450 6013 17962 102451 18696 17965 102452 13823 17960 102453 18690 16609 102454 13811 16608 102455 13837 16655 102456 18697 16654 102457 14424 17967 102458 14424 17967 102459 17283 17972 102460 14302 17968 102461 14302 17968 102462 18705 16668 102463 13843 16667 102464 13837 16655 102465 6014 17966 102466 18703 16651 102467 14416 17970 102468 6015 17969 102469 18701 16631 102470 14416 17970 102471 17280 17977 102472 11196 17971 102473 14424 17967 102474 6015 17969 102475 17283 17972 102476 13832 16632 102477 6015 17969 102478 18697 16654 102479 14423 17975 102480 6016 17973 102481 18699 17974 102482 14423 17975 102483 17281 17983 102484 11197 17976 102485 14416 17970 102486 6016 17973 102487 17280 17977 102488 14416 17970 102489 18701 16631 102490 13831 16635 102491 13829 16657 102492 18700 16671 102493 13879 16670 102494 13879 16670 102495 18706 18947 102496 14301 17979 102497 14301 17979 102498 17282 18404 102499 14422 17980 102500 14422 17980 102501 18203 16658 102502 13829 16657 102503 14422 17980 102504 6018 17981 102505 18203 16658 102506 14422 17980 102507 17282 18404 102508 11175 17982 102509 14423 17975 102510 6018 17981 102511 17281 17983 102512 14423 17975 102513 18699 17974 102514 13828 16638 102515 14425 17985 102516 17448 18615 102517 11451 12037 102518 11451 12037 102519 17450 12036 102520 13881 16709 102521 13910 17369 102522 6021 17986 102523 18734 17370 102524 13882 16710 102525 17450 12036 102526 11454 12043 102527 11454 12043 102528 17452 12042 102529 14427 17989 102530 13882 16710 102531 6022 17988 102532 18709 16711 102533 13911 17375 102534 6023 17990 102535 18735 17376 102536 14467 17991 102537 6023 17990 102538 18734 17370 102539 14467 17991 102540 18734 17370 102541 14468 17987 102542 13885 17654 102543 6025 17994 102544 18711 17996 102545 14428 17998 102546 17452 12042 102547 11457 12047 102548 11457 12047 102549 17454 12046 102550 14429 17999 102551 14429 17999 102552 17298 18013 102553 19083 18000 102554 14238 17387 102555 6027 18001 102556 15272 17388 102557 13923 16714 102558 6027 18001 102559 18735 17376 102560 13886 18745 102561 6027 18001 102562 18714 16718 102563 14427 17989 102564 6029 18003 102565 19128 18005 102566 14428 17998 102567 6029 18003 102568 17452 12042 102569 13890 18008 102570 17454 12046 102571 11460 12051 102572 14434 18027 102573 6030 18007 102574 17456 12050 102575 9966 17398 102576 6031 18009 102577 15294 17399 102578 14432 18015 102579 6031 18009 102580 15272 17388 102581 14429 17999 102582 6032 18011 102583 17298 18013 102584 13890 18008 102585 6032 18011 102586 17454 12046 102587 14432 18015 102588 15272 17388 102589 14430 18002 102590 13891 18017 102591 17456 12050 102592 11463 12055 102593 14436 18038 102594 6035 18016 102595 17458 12054 102596 13891 18017 102597 6035 18016 102598 18716 18028 102599 7488 17413 102600 6036 18018 102601 15297 17414 102602 14465 18020 102603 6036 18018 102604 15294 17399 102605 14317 18759 102606 6036 18018 102607 17301 18021 102608 14437 18026 102609 6037 18022 102610 17300 18024 102611 14434 18027 102612 6038 18025 102613 17300 18024 102614 13891 18017 102615 6038 18025 102616 17456 12050 102617 13893 18029 102618 6038 18025 102619 18716 18028 102620 13893 18029 102621 18717 18979 102622 14437 18026 102623 14466 18010 102624 6039 18030 102625 15294 17399 102626 14438 18032 102627 17458 12054 102628 11466 12057 102629 13896 18033 102630 6041 18031 102631 17460 12025 102632 13896 18033 102633 18721 18980 102634 14320 18034 102635 14463 18040 102636 6042 18035 102637 15297 17414 102638 14438 18032 102639 6043 18037 102640 17458 12054 102641 14464 18019 102642 6044 18039 102643 15297 17414 102644 12280 18044 102645 6045 18041 102646 17940 18043 102647 12280 18044 102648 17942 18775 102649 14441 18045 102650 12281 13623 102651 6046 18046 102652 17943 18048 102653 13901 18049 102654 6046 18046 102655 17941 13622 102656 19136 18051 102657 6046 18046 102658 18726 18050 102659 14441 18045 102660 17942 18775 102661 12282 18053 102662 13902 18055 102663 6047 18052 102664 17946 18054 102665 12283 13627 102666 6048 18057 102667 17947 13628 102668 14442 18047 102669 6048 18057 102670 17943 18048 102671 13904 18060 102672 17934 13592 102673 12284 13626 102674 12284 13626 102675 17947 13628 102676 14445 18061 102677 13904 18060 102678 6049 18059 102679 18728 18974 102680 14444 18063 102681 17946 18054 102682 12406 18064 102683 14447 18066 102684 6050 18062 102685 17987 18065 102686 19088 18068 102687 6050 18062 102688 19089 18067 102689 19088 18068 102690 19087 18981 102691 14444 18063 102692 14448 18070 102693 17308 18982 102694 19091 18071 102695 19091 18071 102696 19090 18983 102697 14446 18072 102698 13902 18055 102699 17946 18054 102700 14444 18063 102701 14448 18070 102702 6052 18073 102703 17308 18982 102704 14443 18058 102705 6053 18074 102706 17947 13628 102707 14450 6056 102708 6055 6053 102709 19092 18077 102710 12267 13611 102711 17934 13592 102712 13905 18079 102713 14451 18081 102714 17987 18065 102715 12407 18082 102716 19096 18085 102717 6057 18080 102718 19094 18084 102719 14451 18081 102720 6057 18080 102721 19095 18086 102722 13904 18060 102723 6059 18088 102724 17934 13592 102725 13904 18060 102726 18728 18974 102727 14455 18089 102728 14455 18089 102729 18728 18974 102730 13903 17673 102731 14452 18093 102732 6060 18091 102733 18727 18092 102734 14452 18093 102735 19097 18984 102736 19098 18094 102737 14455 18089 102738 6060 18091 102739 17310 18090 102740 19140 18096 102741 6061 18095 102742 18727 18092 102743 19140 18096 102744 19089 18067 102745 14456 18097 102746 19143 18098 102747 19097 18984 102748 14452 18093 102749 14456 18097 102750 19089 18067 102751 14447 18066 102752 14451 18081 102753 6062 18099 102754 17987 18065 102755 19141 18985 102756 6062 18099 102757 19095 18086 102758 12275 18101 102759 6063 18100 102760 17944 13878 102761 14457 18102 102762 6063 18100 102763 17940 18043 102764 12278 13620 102765 6064 18104 102766 17941 13622 102767 12278 13620 102768 17945 13619 102769 14459 18106 102770 19145 18107 102771 18732 18986 102772 13907 18105 102773 14459 18106 102774 17945 13619 102775 12277 13806 102776 12277 13806 102777 17939 13810 102778 13906 16720 102779 14457 18102 102780 17940 18043 102781 13899 18042 102782 14460 18111 102783 6066 18109 102784 18725 17663 102785 13898 17662 102786 6067 18110 102787 18725 17663 102788 13898 17662 102789 18724 18115 102790 14458 18112 102791 13900 17666 102792 6068 18114 102793 18724 18115 102794 14461 18116 102795 6068 18114 102796 18726 18050 102797 14461 18116 102798 19102 18120 102799 19101 18117 102800 13901 18049 102801 6069 18118 102802 18726 18050 102803 13907 18105 102804 6069 18118 102805 17941 13622 102806 13907 18105 102807 18732 18986 102808 19146 18119 102809 14461 18116 102810 6069 18118 102811 19102 18120 102812 14338 18122 102813 15631 17264 102814 14141 17263 102815 14191 17226 102816 6071 18123 102817 18739 17222 102818 14462 17825 102819 6071 18123 102820 16557 17225 102821 14462 17825 102822 18745 18919 102823 13919 16728 102824 13919 16728 102825 18738 16727 102826 13913 17218 102827 14163 17273 102828 1465 18124 102829 7204 17309 102830 14163 17273 102831 5738 17272 102832 1465 18124 102833 9882 18789 102834 5731 18125 102835 1498 17254 102836 14173 17270 102837 1466 17269 102838 13985 1699 102839 14173 17270 102840 5737 1695 102841 1466 17269 102842 8588 17312 102843 5754 17311 102844 1500 17275 102845 8588 17312 102846 1500 17275 102847 13987 17308 102848 1476 1313 102849 18920 1312 102850 7204 17309 102851 12476 15664 102852 5248 18126 102853 1766 17852 102854 14266 1707 102855 5973 1706 102856 1769 16192 102857 12580 1711 102858 1769 16192 102859 13562 16194 102860 12580 1711 102861 5407 16193 102862 1767 14189 102863 12581 1713 102864 1767 14189 102865 12573 14191 102866 14284 18128 102867 1768 16195 102868 12574 14193 102869 12581 1713 102870 4859 14190 102871 1768 16195 102872 14404 17887 102873 5989 1715 102874 1734 1714 102875 14284 18128 102876 5988 17886 102877 1734 1714 102878 12583 1716 102879 5250 15670 102880 1763 15669 102881 12476 15664 102882 1763 15669 102883 13307 18129 102884 9321 18493 102885 3325 17304 102886 1499 17256 102887 3360 18131 102888 3346 8156 102889 16320 18130 102890 3360 18131 102891 16321 18145 102892 9360 8157 102893 3361 18133 102894 3347 8159 102895 16322 18132 102896 3361 18133 102897 16323 18141 102898 9362 8160 102899 9363 8172 102900 16324 18144 102901 3362 18134 102902 9364 8163 102903 3348 8162 102904 16325 18135 102905 9364 8163 102906 16325 18135 102907 3363 18136 102908 9365 8165 102909 3349 8164 102910 16326 18137 102911 9366 8168 102912 16327 18140 102913 3364 18138 102914 9359 8158 102915 3350 8166 102916 16320 18130 102917 9365 8165 102918 16326 18137 102919 3365 18139 102920 9366 8168 102921 3351 8167 102922 16327 18140 102923 3366 18142 102924 3352 8169 102925 16323 18141 102926 3366 18142 102927 16328 18147 102928 9367 8170 102929 9367 8170 102930 16328 18147 102931 3367 18143 102932 9363 8172 102933 3353 8171 102934 16324 18144 102935 3368 18146 102936 3354 8173 102937 16321 18145 102938 3368 18146 102939 16329 18150 102940 9368 8174 102941 3361 18133 102942 3369 8187 102943 16323 18141 102944 3361 18133 102945 16322 18132 102946 9371 8188 102947 9376 8391 102948 16329 18150 102949 3368 18146 102950 9374 8192 102951 3370 8191 102952 16321 18145 102953 9405 8256 102954 3384 8255 102955 16324 18144 102956 9407 8264 102957 16325 18135 102958 3362 18134 102959 9407 8264 102960 3386 8263 102961 16325 18135 102962 3363 18136 102963 3386 8263 102964 16326 18137 102965 3365 18139 102966 16326 18137 102967 9409 8266 102968 3365 18139 102969 3388 8270 102970 16327 18140 102971 3364 18138 102972 16327 18140 102973 9411 8272 102974 3364 18138 102975 3396 8298 102976 16320 18130 102977 9405 8256 102978 16324 18144 102979 3367 18143 102980 9423 8309 102981 3399 8308 102982 16328 18147 102983 3366 18142 102984 3401 8314 102985 16328 18147 102986 9425 8315 102987 3401 8314 102988 16323 18141 102989 9373 8190 102990 3404 8322 102991 16323 18141 102992 9427 8329 102993 3406 8328 102994 16321 18145 102995 3360 18131 102996 16320 18130 102997 9421 8300 102998 3360 18131 102999 3408 8333 103000 16321 18145 103001 3425 18149 103002 3423 8383 103003 16377 18148 103004 3425 18149 103005 16322 18132 103006 9361 8161 103007 3426 18151 103008 3424 8385 103009 16329 18150 103010 3426 18151 103011 16377 18148 103012 9471 8384 103013 3425 18149 103014 3427 8386 103015 16322 18132 103016 3425 18149 103017 16377 18148 103018 9472 8387 103019 3426 18151 103020 3428 8390 103021 16377 18148 103022 9376 8391 103023 3428 8390 103024 16329 18150 103025 13347 15762 103026 18477 18168 103027 5283 18152 103028 13346 15745 103029 5269 15744 103030 18476 18153 103031 13349 15757 103032 18479 18164 103033 5284 18154 103034 13348 15747 103035 5270 15746 103036 18478 18155 103037 5285 18157 103038 5271 15748 103039 18481 18156 103040 5285 18157 103041 18480 18165 103042 13350 15750 103043 5286 18159 103044 5272 15751 103045 18482 18158 103046 5286 18159 103047 18481 18156 103048 13351 15749 103049 5287 18160 103050 5273 15753 103051 18476 18153 103052 5287 18160 103053 18483 18161 103054 13353 15754 103055 5288 18162 103056 5274 15755 103057 18483 18161 103058 5288 18162 103059 18482 18158 103060 13352 15752 103061 13354 15759 103062 18484 18169 103063 5289 18163 103064 13349 15757 103065 5275 15756 103066 18479 18164 103067 5290 18166 103068 5276 15758 103069 18480 18165 103070 5290 18166 103071 18484 18169 103072 13354 15759 103073 13355 15979 103074 18485 18173 103075 5291 18167 103076 13347 15762 103077 5277 15760 103078 18477 18168 103079 13360 15778 103080 5292 15777 103081 18479 18164 103082 13358 15780 103083 18478 18155 103084 5284 18154 103085 5291 18167 103086 18485 18173 103087 13363 15782 103088 5291 18167 103089 5293 15781 103090 18477 18168 103091 5285 18157 103092 5307 15846 103093 18480 18165 103094 5285 18157 103095 18481 18156 103096 13394 15847 103097 5286 18159 103098 5309 15855 103099 18481 18156 103100 13396 15856 103101 5309 15855 103102 18482 18158 103103 13396 15856 103104 18482 18158 103105 5288 18162 103106 13398 15862 103107 5311 15861 103108 18483 18161 103109 13398 15862 103110 18483 18161 103111 5287 18160 103112 13408 15890 103113 5319 15889 103114 18476 18153 103115 5290 18166 103116 5322 15899 103117 18484 18169 103118 5290 18166 103119 18480 18165 103120 13392 15850 103121 5289 18163 103122 5324 15905 103123 18479 18164 103124 13410 15900 103125 5324 15905 103126 18484 18169 103127 13412 15906 103128 5327 15913 103129 18479 18164 103130 13361 15785 103131 5329 15919 103132 18477 18168 103133 13408 15890 103134 18476 18153 103135 5283 18152 103136 13414 15924 103137 5331 15923 103138 18477 18168 103139 13348 15747 103140 18478 18155 103141 5348 18170 103142 13458 15977 103143 5346 15976 103144 18533 18171 103145 13458 15977 103146 18533 18171 103147 5349 18172 103148 13355 15979 103149 5347 15978 103150 18485 18173 103151 13358 15780 103152 5350 15980 103153 18478 18155 103154 13459 15983 103155 18533 18171 103156 5348 18170 103157 13459 15983 103158 5351 15984 103159 18533 18171 103160 5349 18172 103161 5351 15984 103162 18485 18173 103163 8490 8184 103164 2879 18174 103165 15862 8185 103166 8491 1696 103167 15864 17271 103168 15853 18177 103169 8489 6592 103170 2881 18178 103171 15864 17271 103172 8489 6592 103173 15863 6600 103174 15854 18179 103175 8487 8186 103176 2882 18180 103177 15863 6600 103178 8487 8186 103179 15862 8185 103180 15850 18175 103181 2879 18174 103182 2920 18181 103183 15850 18175 103184 2879 18174 103185 15851 951 103186 8561 18183 103187 2880 18176 103188 2921 18184 103189 15852 18186 103190 2880 18176 103191 15853 18177 103192 8563 18187 103193 2881 18178 103194 2922 18188 103195 15853 18177 103196 2881 18178 103197 15854 18179 103198 8565 18189 103199 2882 18180 103200 2923 18190 103201 15854 18179 103202 2882 18180 103203 15850 18175 103204 8562 18182 103205 2920 18181 103206 2925 18191 103207 8562 18182 103208 2920 18181 103209 8561 18183 103210 8567 18193 103211 2921 18184 103212 2926 18194 103213 8564 18185 103214 2921 18184 103215 8563 18187 103216 8569 18196 103217 2922 18188 103218 2927 18197 103219 8563 18187 103220 2922 18188 103221 8565 18189 103222 8571 18198 103223 2923 18190 103224 2928 18199 103225 8565 18189 103226 2923 18190 103227 8562 18182 103228 8568 18192 103229 2924 969 103230 2929 18200 103231 8561 18183 103232 8575 6579 103233 8568 18192 103234 2925 18191 103235 8573 6570 103236 2930 6569 103237 8567 18193 103238 2927 18197 103239 2931 6573 103240 8569 18196 103241 2927 18197 103242 8571 18198 103243 8577 6574 103244 2928 18199 103245 2932 6578 103246 8571 18198 103247 2928 18199 103248 8568 18192 103249 8575 6579 103250 2926 18194 103251 8569 18196 103252 8576 6577 103253 2926 18194 103254 3331 8091 103255 8570 18195 103256 8573 6570 103257 8567 18193 103258 2929 18200 103259 13871 13986 103260 19596 18925 103261 13870 13987 103262 18006 18205 103263 4799 18201 103264 18018 15775 103265 18009 18213 103266 4800 18202 103267 18020 17856 103268 18010 18203 103269 18019 14186 103270 12472 14180 103271 18010 18203 103272 4801 18204 103273 18019 14186 103274 18006 18205 103275 18018 15775 103276 12470 15774 103277 19518 18987 103278 1134 1124 103279 1126 1132 103280 12549 18216 103281 4841 18206 103282 18006 18205 103283 12548 18207 103284 18007 15961 103285 4799 18201 103286 12551 18218 103287 4842 18208 103288 18008 18210 103289 12550 18211 103290 18009 18213 103291 5967 18209 103292 12550 18211 103293 4843 18212 103294 18009 18213 103295 12552 18214 103296 18010 18203 103297 4800 18202 103298 12552 18214 103299 4844 18215 103300 18010 18203 103301 12549 18216 103302 18006 18205 103303 4801 18204 103304 12551 18218 103305 18008 18210 103306 5968 18219 103307 12548 18207 103308 4846 18230 103309 18007 15961 103310 12554 18228 103311 4847 18221 103312 12549 18216 103313 12553 18222 103314 12548 18207 103315 4841 18206 103316 12556 18231 103317 4848 18223 103318 12551 18218 103319 12555 18224 103320 12550 18211 103321 4842 18208 103322 12555 18224 103323 4849 18225 103324 12550 18211 103325 12557 18226 103326 12552 18214 103327 4843 18212 103328 12557 18226 103329 4850 18227 103330 12552 18214 103331 12554 18228 103332 12549 18216 103333 4844 18215 103334 12553 18222 103335 4851 18229 103336 12548 18207 103337 4847 18221 103338 12554 18228 103339 12561 14157 103340 4847 18221 103341 4852 14156 103342 12553 18222 103343 12562 14162 103344 4853 14161 103345 12555 18224 103346 12563 14166 103347 12557 18226 103348 4849 18225 103349 12563 14166 103350 4854 14165 103351 12557 18226 103352 12561 14157 103353 12554 18228 103354 4850 18227 103355 12562 14162 103356 12555 18224 103357 4848 18223 103358 13318 15681 103359 5254 15680 103360 12556 18231 103361 4851 18229 103362 12553 18222 103363 12559 14160 103364 18009 18213 103365 18020 17856 103366 14394 1708 103367 8491 1696 103368 2880 18176 103369 1495 17310 103370 18008 18210 103371 1733 17849 103372 14263 1705 103373 18008 18210 103374 5967 18209 103375 1733 17849 103376 8755 6901 103377 15952 6906 103378 15915 9085 103379 8755 6901 103380 2919 18233 103381 15922 7479 103382 15913 18236 103383 15950 7795 103384 8915 7794 103385 16132 18242 103386 3066 18235 103387 16133 18237 103388 8916 7800 103389 15951 7175 103390 15914 18239 103391 8916 7800 103392 3067 18238 103393 16135 18241 103394 3067 18238 103395 15914 18239 103396 8739 7198 103397 3067 18238 103398 3068 7197 103399 16134 18240 103400 3066 18235 103401 3070 7208 103402 15913 18236 103403 8921 7211 103404 3070 7208 103405 16132 18242 103406 16145 18244 103407 16148 7397 103408 8935 7392 103409 15916 18264 103410 3075 18243 103411 15953 7870 103412 15914 18239 103413 15951 7175 103414 8934 7398 103415 16145 18244 103416 3076 18245 103417 16148 7397 103418 8933 7264 103419 3077 18246 103420 16147 18248 103421 8933 7264 103422 15924 7263 103423 15920 18249 103424 8739 7198 103425 15914 18239 103426 3076 18245 103427 8988 7281 103428 3089 7280 103429 16145 18244 103430 8988 7281 103431 16145 18244 103432 3075 18243 103433 3075 18243 103434 15916 18264 103435 8743 7283 103436 8990 7903 103437 16146 18247 103438 3077 18246 103439 3077 18246 103440 15920 18249 103441 8748 7296 103442 16180 18251 103443 16183 7604 103444 9018 7603 103445 15913 18236 103446 3134 18250 103447 15950 7795 103448 15915 9085 103449 15952 6906 103450 9019 7609 103451 16180 18251 103452 3135 18252 103453 16183 7604 103454 9016 7480 103455 3136 18253 103456 16182 18254 103457 9016 7480 103458 15922 7479 103459 15918 18234 103460 15919 18256 103461 15923 7476 103462 9017 7475 103463 16181 9104 103464 3137 18255 103465 16182 18254 103466 3135 18252 103467 3150 7497 103468 15915 9085 103469 9082 7498 103470 3150 7497 103471 16180 18251 103472 3134 18250 103473 3151 7500 103474 16180 18251 103475 3134 18250 103476 15913 18236 103477 8737 7501 103478 8746 7688 103479 15919 18256 103480 3137 18255 103481 9084 7509 103482 3153 7508 103483 16181 9104 103484 9108 7669 103485 3191 18257 103486 16216 18259 103487 9108 7669 103488 15923 7476 103489 15919 18256 103490 15920 18249 103491 15924 7263 103492 9109 7665 103493 16215 18258 103494 3192 18260 103495 16216 18259 103496 8748 7296 103497 15920 18249 103498 3192 18260 103499 9183 7686 103500 3205 7685 103501 16215 18258 103502 3191 18257 103503 3206 7687 103504 16215 18258 103505 3191 18257 103506 15919 18256 103507 8746 7688 103508 8921 7211 103509 16132 18242 103510 3249 7822 103511 9203 7809 103512 3244 7808 103513 9205 7821 103514 9203 7809 103515 9205 7821 103516 3248 7820 103517 8918 7201 103518 3245 7811 103519 16134 18240 103520 16134 18240 103521 3248 7820 103522 16135 18241 103523 9160 7798 103524 3249 7822 103525 16133 18237 103526 16255 18262 103527 16257 7877 103528 9220 7876 103529 15917 18265 103530 3263 18261 103531 15921 7885 103532 15916 18264 103533 15953 7870 103534 9221 7869 103535 16255 18262 103536 3264 18263 103537 16257 7877 103538 9218 7887 103539 3268 7886 103540 15917 18265 103541 9228 7891 103542 16255 18262 103543 3263 18261 103544 3264 18263 103545 3269 7890 103546 15916 18264 103547 3264 18263 103548 16255 18262 103549 9228 7891 103550 16260 18267 103551 16261 9134 103552 9223 9133 103553 16146 18247 103554 3271 18266 103555 16147 18248 103556 15917 18265 103557 15921 7885 103558 9222 7884 103559 16260 18267 103560 3272 18268 103561 16261 9134 103562 3272 18268 103563 3273 7896 103564 15917 18265 103565 3272 18268 103566 16260 18267 103567 9230 7897 103568 9230 7897 103569 16260 18267 103570 3271 18266 103571 8990 7903 103572 3275 7902 103573 16146 18247 103574 9859 9084 103575 3617 9086 103576 15915 9085 103577 2919 18233 103578 3617 9086 103579 15918 18234 103580 3136 18253 103581 15918 18234 103582 9848 9087 103583 3136 18253 103584 3621 9101 103585 16181 9104 103586 18072 16643 103587 18110 14495 103588 12743 14494 103589 18075 18289 103590 4840 18269 103591 18079 15073 103592 12903 15388 103593 4989 18270 103594 18291 18272 103595 12903 15388 103596 18108 15387 103597 18070 18273 103598 18071 18275 103599 18109 14767 103600 12904 15394 103601 18292 18277 103602 4990 18274 103603 18293 18276 103604 12727 14873 103605 18071 18275 103606 4990 18274 103607 12906 14790 103608 4991 14789 103609 18292 18277 103610 4989 18270 103611 4993 14799 103612 18290 18271 103613 12725 14800 103614 4993 14799 103615 18070 18273 103616 12923 14984 103617 4998 18278 103618 18111 15462 103619 12923 14984 103620 18306 14991 103621 18303 18280 103622 12922 14990 103623 4999 18281 103624 18306 14991 103625 12922 14990 103626 18109 14767 103627 18071 18275 103628 18077 18283 103629 18081 14855 103630 12921 14854 103631 18304 18302 103632 5000 18282 103633 18305 18284 103634 4999 18281 103635 18071 18275 103636 12727 14873 103637 4999 18281 103638 5012 14872 103639 18303 18280 103640 4998 18278 103641 18303 18280 103642 12976 14875 103643 12731 15485 103644 18073 18279 103645 4998 18278 103646 5000 18282 103647 18304 18302 103648 12978 14888 103649 12736 14890 103650 18077 18283 103651 5000 18282 103652 13006 15196 103653 5057 18285 103654 18108 15387 103655 13006 15196 103656 18341 15201 103657 18338 18286 103658 13007 15203 103659 5058 18287 103660 18341 15201 103661 13007 15203 103662 18110 14495 103663 18072 16643 103664 18075 18289 103665 18079 15073 103666 13004 15072 103667 18339 16664 103668 5059 18288 103669 18340 18290 103670 13005 15068 103671 5060 18291 103672 18340 18290 103673 13005 15068 103674 18080 15067 103675 18076 18292 103676 12729 15091 103677 5073 15090 103678 18072 16643 103679 5058 18287 103680 5073 15090 103681 18338 18286 103682 13070 15093 103683 5074 15094 103684 18338 18286 103685 12725 14800 103686 18070 18273 103687 5057 18285 103688 5060 18291 103689 18076 18292 103690 12734 15102 103691 5060 18291 103692 5076 15101 103693 18339 16664 103694 18076 18292 103695 18080 15067 103696 13096 15263 103697 18373 18296 103698 5114 18293 103699 18374 18294 103700 13097 15258 103701 5115 18295 103702 18374 18294 103703 13097 15258 103704 18081 14855 103705 18077 18283 103706 5115 18295 103707 18077 18283 103708 12736 14890 103709 5115 18295 103710 5128 15279 103711 18373 18296 103712 13171 15281 103713 5129 15280 103714 18373 18296 103715 12734 15102 103716 18076 18292 103717 5114 18293 103718 5172 15415 103719 18290 18271 103720 12909 14803 103721 5172 15415 103722 5167 15401 103723 13193 15414 103724 5171 15413 103725 13193 15414 103726 13191 15403 103727 5171 15413 103728 5168 15404 103729 18292 18277 103730 13149 15393 103731 5171 15413 103732 18293 18276 103733 18290 18271 103734 5172 15415 103735 18291 18272 103736 13208 15468 103737 5186 18297 103738 18078 15475 103739 13208 15468 103740 18415 15472 103741 18413 18299 103742 13209 15463 103743 5187 18300 103744 18415 15472 103745 13209 15463 103746 18111 15462 103747 18073 18279 103748 5186 18297 103749 5191 15479 103750 18074 18298 103751 5186 18297 103752 18413 18299 103753 13216 15480 103754 12731 15485 103755 5192 15484 103756 18073 18279 103757 13216 15480 103758 18413 18299 103759 5187 18300 103760 13211 16693 103761 5194 18301 103762 18305 18284 103763 13211 16693 103764 18419 16694 103765 18418 18303 103766 13210 15476 103767 5195 18304 103768 18419 16694 103769 13210 15476 103770 18078 15475 103771 18074 18298 103772 13206 15483 103773 5196 15490 103774 18074 18298 103775 13218 15496 103776 18418 18303 103777 5195 18304 103778 5194 18301 103779 5198 15495 103780 18304 18302 103781 5194 18301 103782 18418 18303 103783 13218 15496 103784 4840 18269 103785 5532 16646 103786 18072 16643 103787 13825 16647 103788 5532 16646 103789 18075 18289 103790 13825 16647 103791 18075 18289 103792 5059 18288 103793 13842 16662 103794 5536 16661 103795 18339 16664 103796 3381 8246 103797 3382 8250 103798 9912 8247 103799 3381 8246 103800 9403 8240 103801 9910 8251 103802 9911 8254 103803 3383 8253 103804 9377 8613 103805 9905 8337 103806 9401 8245 103807 3380 8242 103808 3377 8229 103809 3410 8336 103810 9909 8232 103811 9905 8337 103812 3410 8336 103813 9401 8245 103814 3379 8238 103815 3411 8339 103816 9403 8240 103817 3379 8238 103818 9402 8236 103819 9907 8340 103820 3378 8233 103821 3412 8341 103822 9402 8236 103823 9445 8342 103824 3412 8341 103825 9909 8232 103826 9448 8338 103827 3413 8344 103828 9909 8232 103829 9908 8347 103830 3414 8346 103831 9402 8236 103832 9450 8622 103833 16335 18314 103834 3501 18305 103835 9473 8395 103836 3429 8394 103837 16379 18306 103838 3503 18307 103839 3430 8398 103840 16379 18306 103841 3503 18307 103842 16334 18311 103843 9906 8399 103844 16417 18309 103845 16426 8610 103846 9590 8609 103847 16335 18314 103848 3486 18308 103849 16416 8641 103850 16417 18309 103851 3488 8612 103852 16426 8610 103853 9592 8617 103854 3489 18310 103855 16418 8643 103856 9592 8617 103857 16427 18313 103858 16419 18312 103859 9593 8615 103860 3490 8614 103861 16427 18313 103862 9911 8254 103863 9377 8613 103864 3488 8612 103865 9904 8620 103866 3492 8619 103867 16417 18309 103868 9904 8620 103869 16417 18309 103870 3486 18308 103871 9450 8622 103872 3493 8621 103873 16335 18314 103874 3489 18310 103875 3494 8624 103876 16334 18311 103877 3489 18310 103878 16419 18312 103879 9594 8625 103880 3490 8614 103881 3495 8627 103882 16419 18312 103883 3490 8614 103884 9912 8247 103885 9378 8252 103886 16379 18306 103887 3501 18305 103888 16423 18315 103889 16335 18314 103890 16416 8641 103891 9595 8640 103892 9596 8644 103893 16418 8643 103894 16334 18311 103895 9596 8644 103896 3503 18307 103897 16423 18315 103898 13365 15842 103899 5305 15841 103900 13869 16211 103901 13867 15930 103902 13390 15840 103903 5304 15837 103904 5303 15833 103905 5306 15843 103906 13364 15834 103907 5303 15833 103908 13388 15821 103909 13862 15844 103910 5300 15820 103911 5333 15927 103912 13388 15821 103913 13435 15928 103914 5333 15927 103915 13866 15824 103916 13867 15930 103917 5334 15929 103918 13390 15840 103919 13864 15938 103920 13389 15830 103921 5302 15829 103922 5301 15825 103923 5335 15931 103924 13866 15824 103925 13865 15932 103926 5335 15931 103927 13389 15830 103928 13432 15936 103929 5336 15934 103930 13866 15824 103931 13864 15938 103932 5337 15937 103933 13389 15830 103934 5425 18316 103935 18491 18320 103936 13437 15988 103937 5425 18316 103938 5352 15987 103939 18535 18317 103940 13460 15991 103941 5353 15992 103942 18535 18317 103943 13863 16221 103944 18490 18325 103945 5427 18318 103946 13578 16208 103947 5410 18319 103948 18572 16237 103949 13578 16208 103950 18582 16207 103951 18573 18321 103952 13579 16206 103953 5412 16209 103954 18582 16207 103955 18575 18323 103956 18583 18324 103957 13580 16215 103958 18490 18325 103959 5413 18322 103960 18574 16241 103961 18575 18323 103962 5414 16210 103963 18583 18324 103964 5412 16209 103965 13364 15834 103966 13868 15845 103967 5412 16209 103968 5416 16216 103969 18573 18321 103970 5410 18319 103971 18573 18321 103972 13861 16217 103973 5410 18319 103974 5417 16218 103975 18491 18320 103976 13863 16221 103977 5418 16220 103978 18490 18325 103979 13582 16224 103980 18575 18323 103981 5413 18322 103982 13582 16224 103983 5419 16223 103984 18575 18323 103985 13365 15842 103986 13869 16211 103987 5414 16210 103988 13583 16238 103989 5425 18316 103990 18579 18326 103991 13583 16238 103992 18572 16237 103993 18491 18320 103994 18490 18325 103995 18574 16241 103996 13584 16240 103997 18535 18317 103998 5427 18318 103999 18579 18326 104000 7265 4079 104001 18760 18327 104002 15115 4087 104003 7265 4079 104004 15122 4076 104005 18819 18329 104006 7211 4075 104007 18761 18330 104008 15122 4076 104009 7211 4075 104010 15116 4083 104011 18802 18331 104012 18802 18331 104013 15116 4083 104014 7205 4082 104015 18800 18342 104016 18762 18332 104017 15117 18333 104018 7206 4088 104019 18763 18334 104020 15118 4089 104021 7206 4088 104022 15115 4087 104023 18801 18328 104024 18805 18337 104025 15119 4084 104026 7207 4064 104027 18804 18339 104028 18764 18336 104029 15120 4063 104030 7208 4070 104031 18765 18338 104032 15120 4063 104033 7208 4070 104034 15121 4091 104035 18806 18340 104036 7209 4085 104037 18766 18341 104038 15117 18333 104039 18805 18337 104040 18766 18341 104041 15119 4084 104042 7210 4090 104043 18767 18343 104044 15121 4091 104045 18803 18335 104046 18767 18343 104047 15118 4089 104048 18773 18345 104049 2294 4030 104050 18812 18344 104051 18773 18345 104052 18809 18351 104053 7251 4031 104054 7252 17015 104055 18811 18355 104056 18772 18346 104057 7250 4034 104058 2295 4035 104059 18812 18344 104060 18768 18348 104061 2296 4038 104062 18808 18347 104063 18769 18350 104064 2296 4038 104065 18807 18349 104066 7253 4039 104067 2296 4038 104068 18809 18351 104069 18770 18354 104070 2297 4041 104071 18810 18353 104072 7254 4040 104073 2297 4041 104074 18808 18347 104075 18771 18352 104076 2297 4041 104077 18811 18355 104078 7256 17363 104079 18774 18356 104080 15149 18358 104081 7256 17363 104082 15148 17362 104083 18814 18359 104084 7257 4046 104085 18774 18356 104086 15151 4047 104087 7257 4046 104088 15152 4045 104089 18815 18357 104090 18815 18357 104091 15152 4045 104092 7258 4052 104093 18816 18368 104094 18775 18360 104095 15153 4056 104096 7259 4048 104097 18776 18361 104098 15154 4049 104099 18814 18359 104100 18776 18361 104101 15151 4047 104102 18813 18364 104103 15155 18843 104104 7260 4050 104105 18817 18362 104106 18777 18363 104107 15154 4049 104108 7261 4053 104109 18778 18365 104110 15156 4054 104111 7261 4053 104112 15155 18843 104113 18813 18364 104114 7262 4055 104115 18779 18367 104116 15153 4056 104117 18818 18366 104118 18779 18367 104119 15156 4054 104120 18772 18346 104121 2300 4057 104122 18812 18344 104123 7255 4042 104124 2300 4057 104125 18811 18355 104126 18773 18345 104127 2301 4059 104128 18809 18351 104129 7264 4060 104130 2301 4059 104131 18812 18344 104132 11117 17915 104133 18780 18369 104134 17236 17906 104135 11117 17915 104136 17235 17914 104137 18822 18371 104138 18824 18374 104139 18781 18372 104140 17238 17902 104141 18822 18371 104142 17235 17914 104143 11118 17910 104144 18824 18374 104145 17238 17902 104146 11119 17901 104147 11119 17901 104148 17237 17918 104149 18821 18375 104150 18839 18377 104151 17246 11642 104152 11184 11644 104153 18825 18384 104154 18783 18376 104155 17239 11653 104156 18820 18379 104157 17240 11647 104158 11126 11639 104159 18839 18377 104160 18784 18378 104161 17246 11642 104162 11120 11648 104163 18785 18380 104164 17241 18382 104165 11120 11648 104166 17240 11647 104167 18820 18379 104168 18825 18384 104169 17239 11653 104170 11121 11652 104171 18821 18375 104172 18786 18383 104173 17242 11656 104174 11122 11627 104175 18780 18369 104176 17244 11628 104177 11122 11627 104178 17243 11650 104179 18823 18370 104180 18824 18374 104181 17245 11654 104182 11123 11634 104183 18822 18371 104184 18781 18372 104185 17244 11628 104186 11124 11649 104187 18787 18385 104188 17243 11650 104189 18826 18381 104190 18787 18385 104191 17241 18382 104192 11125 11655 104193 18782 18373 104194 17242 11656 104195 18824 18374 104196 18782 18373 104197 17245 11654 104198 11165 17957 104199 17272 17956 104200 18828 18387 104201 11165 17957 104202 18788 18386 104203 17271 17958 104204 18830 18393 104205 18789 18389 104206 17269 17946 104207 18827 18390 104208 17270 17963 104209 11164 17947 104210 18831 18392 104211 17273 11604 104212 11166 11592 104213 18830 18393 104214 18790 18391 104215 17274 11597 104216 11167 11596 104217 18789 18389 104218 17274 11597 104219 11167 11596 104220 17275 11595 104221 18827 18390 104222 11168 11599 104223 18791 18394 104224 17276 11600 104225 11168 11599 104226 17273 11604 104227 18831 18392 104228 11169 11601 104229 18788 18386 104230 17277 11602 104231 18829 18388 104232 18788 18386 104233 17276 11600 104234 11170 11620 104235 18792 18395 104236 17278 11621 104237 11170 11620 104238 17277 11602 104239 18828 18387 104240 18827 18390 104241 17275 11595 104242 11171 11625 104243 18832 18396 104244 18793 18397 104245 17278 11621 104246 11196 17971 104247 17280 17977 104248 18837 18399 104249 11196 17971 104250 18794 18398 104251 17283 17972 104252 11197 17976 104253 17281 17983 104254 18834 18402 104255 11197 17976 104256 18795 18401 104257 17280 17977 104258 18835 18405 104259 18796 18403 104260 17282 18404 104261 18834 18402 104262 17281 17983 104263 11175 17982 104264 18835 18405 104265 17285 11607 104266 11176 11606 104267 18834 18402 104268 18796 18403 104269 17284 11612 104270 11177 11614 104271 18797 18406 104272 17286 11615 104273 11177 11614 104274 17285 11607 104275 18835 18405 104276 11178 11611 104277 18795 18401 104278 17284 11612 104279 18837 18399 104280 18795 18401 104281 17287 11610 104282 11179 11609 104283 18794 18398 104284 17287 11610 104285 11179 11609 104286 17288 18905 104287 18833 18400 104288 18833 18400 104289 17288 18905 104290 11180 11618 104291 18838 18410 104292 18798 18408 104293 17289 11617 104294 11181 11616 104295 18799 18409 104296 17289 11617 104297 18836 18407 104298 18799 18409 104299 17286 11615 104300 18801 18328 104301 18760 18327 104302 16483 8851 104303 18819 18329 104304 16481 18869 104305 9715 8852 104306 9716 8848 104307 18761 18330 104308 16482 8849 104309 9716 8848 104310 16481 18869 104311 18819 18329 104312 18800 18342 104313 15114 17329 104314 14009 17328 104315 18802 18331 104316 18762 18332 104317 16482 8849 104318 9717 8843 104319 16486 8842 104320 18803 18335 104321 9717 8843 104322 18763 18334 104323 16483 8851 104324 18805 18337 104325 18764 18336 104326 16485 17326 104327 18804 18339 104328 16484 8839 104329 9718 8838 104330 9719 8835 104331 18765 18338 104332 16487 8830 104333 9719 8835 104334 16484 8839 104335 18804 18339 104336 18800 18342 104337 18766 18341 104338 15114 17329 104339 18805 18337 104340 16485 17326 104341 14010 17325 104342 9720 8831 104343 16487 8830 104344 18806 18340 104345 18803 18335 104346 16486 8842 104347 9720 8831 104348 14018 17019 104349 18810 18353 104350 18771 18352 104351 7252 17015 104352 5642 17014 104353 18811 18355 104354 14019 17025 104355 18808 18347 104356 18770 18354 104357 14018 17019 104358 5643 17018 104359 18810 18353 104360 18769 18350 104361 5644 17020 104362 18809 18351 104363 18769 18350 104364 18807 18349 104365 14020 17021 104366 18768 18348 104367 5645 17024 104368 18807 18349 104369 18768 18348 104370 18808 18347 104371 14019 17025 104372 9921 9110 104373 18779 18367 104374 16554 9111 104375 9921 9110 104376 16556 18872 104377 18816 18368 104378 14060 17348 104379 18778 18365 104380 15150 17351 104381 14060 17348 104382 16554 9111 104383 18818 18366 104384 18817 18362 104385 16555 17356 104386 14061 17352 104387 18813 18364 104388 18777 18363 104389 15150 17351 104390 18814 18359 104391 15148 17362 104392 14062 17357 104393 18817 18362 104394 18776 18361 104395 16555 17356 104396 18816 18368 104397 16556 18872 104398 14021 17360 104399 18815 18357 104400 18775 18360 104401 15149 18358 104402 13703 16431 104403 18783 18376 104404 18639 16432 104405 13703 16431 104406 18638 18944 104407 18839 18377 104408 18820 18379 104409 18784 18378 104410 17234 17924 104411 18839 18377 104412 18638 18944 104413 14287 17925 104414 14288 17921 104415 18640 17920 104416 18826 18381 104417 14288 17921 104418 18785 18380 104419 17234 17924 104420 18821 18375 104421 17237 17918 104422 14289 17917 104423 18825 18384 104424 18786 18383 104425 18639 16432 104426 14290 17907 104427 18787 18385 104428 18640 17920 104429 14290 17907 104430 17236 17906 104431 18823 18370 104432 18827 18390 104433 18793 18397 104434 17270 17963 104435 18832 18396 104436 18696 17965 104437 14300 17964 104438 14299 17961 104439 18696 17965 104440 18832 18396 104441 14299 17961 104442 18792 18395 104443 17272 17956 104444 14298 17953 104445 17271 17958 104446 18829 18388 104447 14298 17953 104448 18791 18394 104449 18695 17942 104450 18831 18392 104451 18790 18391 104452 18695 17942 104453 18830 18393 104454 17269 17946 104455 14297 17943 104456 18838 18410 104457 18799 18409 104458 18705 16668 104459 18836 18407 104460 18706 18947 104461 13878 16669 104462 18833 18400 104463 18798 18408 104464 17283 17972 104465 18838 18410 104466 18705 16668 104467 14302 17968 104468 14301 17979 104469 18706 18947 104470 18836 18407 104471 14301 17979 104472 18797 18406 104473 17282 18404 104474 15212 18412 104475 15218 4177 104476 7345 4176 104477 7345 4176 104478 15217 4175 104479 15211 18413 104480 15213 18415 104481 15219 4182 104482 7346 4181 104483 15212 18412 104484 2330 18414 104485 15218 4177 104486 7347 4189 104487 2331 18416 104488 15220 4190 104489 7347 4189 104490 15221 4188 104491 15214 18418 104492 15216 18420 104493 15222 4195 104494 7348 4194 104495 15215 18417 104496 2332 18419 104497 15220 4190 104498 2327 4156 104499 2333 4165 104500 7343 4157 104501 2327 4156 104502 7342 4160 104503 7349 4166 104504 2328 4161 104505 2334 4170 104506 7342 4160 104507 7352 4171 104508 2334 4170 104509 7344 4266 104510 7379 4232 104511 15242 18423 104512 2351 18421 104513 2351 18421 104514 15241 18424 104515 7380 4230 104516 7381 4269 104517 15243 18425 104518 2352 18422 104519 7379 4232 104520 2346 4231 104521 15242 18423 104522 15242 18423 104523 15251 17122 104524 7392 17121 104525 7392 17121 104526 15250 17146 104527 15241 18424 104528 15243 18425 104529 15252 17129 104530 7393 17128 104531 15242 18423 104532 2352 18422 104533 15251 17122 104534 2356 4259 104535 2357 4261 104536 7397 4258 104537 7403 4262 104538 2357 4261 104539 7399 4276 104540 15243 18425 104541 2358 4265 104542 15252 17129 104543 7352 4171 104544 7344 4266 104545 2358 4265 104546 7381 4269 104547 2359 4268 104548 15243 18425 104549 7406 4272 104550 2360 4271 104551 15250 17146 104552 2360 4271 104553 7343 4157 104554 7351 4169 104555 2360 4271 104556 2361 4273 104557 15241 18424 104558 15216 18420 104559 2362 4275 104560 15222 4195 104561 7408 4281 104562 2364 4280 104563 15221 4188 104564 15213 18415 104565 2366 4284 104566 15219 4182 104567 7410 4290 104568 2368 4289 104569 15217 4175 104570 7432 4342 104571 15263 18426 104572 2371 4297 104573 7422 4294 104574 2370 4293 104575 7419 4325 104576 15263 18426 104577 15266 4304 104578 7411 4298 104579 2374 4312 104580 15262 18427 104581 7428 4308 104582 2374 4312 104583 2373 4307 104584 7415 4313 104585 7412 17161 104586 15265 17160 104587 15262 18427 104588 2376 4320 104589 2378 4326 104590 7417 4321 104591 2376 4320 104592 7415 4313 104593 7420 4311 104594 7422 4294 104595 7419 4325 104596 2377 4324 104597 7421 4329 104598 2379 4330 104599 7417 4321 104600 2384 18428 104601 2382 4338 104602 15262 18427 104603 2384 18428 104604 15264 18429 104605 7430 4339 104606 2385 18430 104607 2383 4341 104608 15264 18429 104609 7432 4342 104610 2383 4341 104611 15263 18426 104612 7433 17168 104613 2384 18428 104614 15265 17160 104615 7433 17168 104616 15267 17167 104617 15264 18429 104618 7435 4347 104619 2385 18430 104620 15267 17167 104621 15263 18426 104622 2385 18430 104623 15266 4304 104624 11335 11784 104625 4241 11783 104626 11325 11876 104627 11333 11788 104628 11324 11767 104629 4235 11764 104630 11333 11788 104631 4242 11787 104632 11324 11767 104633 4236 11768 104634 4242 11787 104635 11326 11770 104636 11340 11792 104637 4243 11791 104638 11328 11903 104639 4237 11771 104640 4243 11791 104641 11327 11773 104642 4238 11774 104643 11327 11773 104644 11338 11794 104645 4238 11774 104646 4244 11795 104647 11329 11775 104648 11345 11800 104649 4245 11799 104650 11331 11889 104651 4239 11777 104652 4245 11799 104653 11330 11779 104654 4240 11780 104655 11330 11779 104656 11343 11802 104657 4240 11780 104658 4246 11803 104659 11332 11781 104660 11364 11879 104661 17399 18440 104662 4259 18431 104663 4259 18431 104664 17400 18432 104665 11363 11838 104666 4260 18433 104667 4254 11839 104668 17400 18432 104669 4260 18433 104670 17401 18441 104671 11365 11840 104672 11367 11906 104673 17402 18442 104674 4261 18434 104675 11366 11842 104676 4255 11841 104677 17403 18435 104678 11366 11842 104679 17403 18435 104680 4262 18436 104681 4262 18436 104682 17404 18443 104683 11368 11844 104684 11370 11892 104685 17406 18444 104686 4263 18437 104687 11369 11846 104688 4257 11845 104689 17405 18438 104690 11369 11846 104691 17405 18438 104692 4264 18439 104693 4264 18439 104694 17407 18445 104695 11371 11848 104696 17399 18440 104697 17408 17740 104698 11372 11854 104699 11372 11854 104700 17409 11853 104701 17400 18432 104702 11373 11859 104703 4260 18433 104704 17409 11853 104705 11373 11859 104706 17410 11858 104707 17401 18441 104708 17402 18442 104709 17412 17732 104710 11374 17731 104711 17403 18435 104712 4261 18434 104713 17411 17736 104714 17403 18435 104715 17411 17736 104716 11375 17735 104717 11375 17735 104718 17413 18446 104719 17404 18443 104720 17406 18444 104721 17414 17727 104722 11376 17726 104723 17405 18438 104724 4263 18437 104725 17415 11866 104726 17405 18438 104727 17415 11866 104728 11377 11865 104729 11377 11865 104730 17416 11864 104731 17407 18445 104732 11384 11871 104733 4269 11872 104734 17410 11858 104735 4269 11872 104736 11326 11770 104737 11336 11790 104738 4269 11872 104739 4270 11873 104740 17401 18441 104741 17399 18440 104742 4271 11875 104743 17408 17740 104744 11335 11784 104745 11325 11876 104746 4271 11875 104747 11364 11879 104748 4272 11878 104749 17399 18440 104750 11386 11883 104751 4274 11885 104752 17416 11864 104753 4274 11885 104754 11332 11781 104755 11346 11806 104756 4274 11885 104757 4275 11886 104758 17407 18445 104759 17406 18444 104760 4276 11888 104761 17414 17727 104762 11345 11800 104763 11331 11889 104764 4276 11888 104765 11370 11892 104766 4277 11891 104767 17406 18444 104768 11388 11896 104769 4279 11899 104770 17413 18446 104771 4279 11899 104772 11329 11775 104773 11341 11798 104774 4279 11899 104775 4280 11900 104776 17404 18443 104777 17402 18442 104778 4281 11902 104779 17412 17732 104780 11340 11792 104781 11328 11903 104782 4281 11902 104783 11367 11906 104784 4282 11905 104785 17402 18442 104786 4284 11913 104787 17427 18447 104788 11410 11909 104789 4284 11913 104790 4283 11908 104791 11397 11914 104792 11390 17752 104793 17430 11952 104794 17427 18447 104795 11406 11943 104796 17426 18448 104797 4286 11920 104798 11398 11917 104799 4285 11916 104800 11393 11924 104801 17426 18448 104802 17429 17758 104803 11391 11921 104804 11398 11917 104805 11393 11924 104806 4287 11923 104807 11399 11933 104808 4289 11930 104809 11395 11928 104810 4288 11927 104811 4290 11934 104812 11395 11928 104813 4288 11927 104814 11397 11914 104815 11400 11912 104816 11406 11943 104817 4293 11942 104818 17426 18448 104819 11408 11946 104820 17428 18451 104821 4295 18449 104822 11408 11946 104823 4294 11945 104824 17428 18451 104825 4296 18450 104826 4294 11945 104827 17427 18447 104828 17426 18448 104829 4295 18449 104830 17429 17758 104831 17428 18451 104832 17431 17766 104833 11411 17765 104834 17428 18451 104835 4296 18450 104836 17431 17766 104837 11413 11951 104838 4296 18450 104839 17430 11952 104840 14122 17110 104841 15212 18412 104842 2329 18411 104843 2329 18411 104844 15211 18413 104845 14123 17107 104846 7341 17153 104847 15213 18415 104848 2330 18414 104849 14122 17110 104850 5677 17109 104851 15212 18412 104852 14124 17117 104853 15215 18417 104854 2331 18416 104855 2331 18416 104856 15214 18418 104857 14125 17114 104858 14126 17148 104859 15216 18420 104860 2332 18419 104861 14124 17117 104862 5679 17116 104863 15215 18417 104864 2355 4255 104865 5682 17130 104866 7398 4256 104867 2355 4255 104868 7397 4258 104869 7402 4264 104870 2353 4249 104871 5683 17134 104872 7395 4250 104873 2353 4249 104874 7394 4252 104875 14129 17137 104876 2354 4253 104877 5684 17139 104878 7394 4252 104879 2354 4253 104880 7396 4285 104881 14130 17140 104882 7403 4262 104883 7399 4276 104884 2362 4275 104885 14126 17148 104886 5687 17147 104887 15216 18420 104888 2364 4280 104889 5688 17151 104890 15214 18418 104891 2364 4280 104892 7398 4256 104893 14128 17132 104894 14130 17140 104895 7396 4285 104896 2366 4284 104897 7341 17153 104898 5689 17152 104899 15213 18415 104900 2368 4289 104901 5690 17155 104902 15211 18413 104903 2368 4289 104904 7395 4250 104905 7404 17136 104906 9234 18455 104907 2955 18452 104908 15896 18454 104909 2960 6679 104910 2955 18452 104911 8630 6680 104912 9235 18456 104913 2955 18452 104914 8628 6682 104915 9235 18456 104916 15895 18457 104917 2957 18453 104918 15896 18454 104919 2957 18453 104920 15947 8057 104921 15895 18457 104922 15946 6674 104923 8627 6673 104924 9235 18456 104925 8628 6682 104926 3322 8064 104927 2959 6676 104928 2958 18458 104929 8625 6677 104930 3319 8059 104931 2958 18458 104932 8621 6678 104933 9235 18456 104934 2958 18458 104935 15895 18457 104936 3323 8065 104937 2963 18459 104938 8626 6689 104939 3323 8065 104940 8630 6680 104941 9234 18455 104942 9234 18455 104943 15896 18454 104944 3318 8058 104945 2962 6688 104946 2963 18459 104947 8622 6690 104948 15896 18454 104949 15947 8057 104950 9895 8056 104951 9894 8061 104952 15946 6674 104953 15895 18457 104954 4880 18463 104955 4878 18460 104956 18053 18462 104957 4880 18463 104958 18052 18465 104959 13223 18464 104960 4883 14271 104961 4878 18460 104962 12616 14272 104963 13222 18461 104964 4878 18460 104965 12618 14274 104966 12615 14267 104967 4880 18463 104968 18105 15650 104969 12615 14267 104970 18104 14266 104971 18052 18465 104972 5245 15658 104973 12616 14272 104974 13223 18464 104975 5242 15653 104976 4881 18466 104977 18052 18465 104978 4882 14268 104979 4881 18466 104980 12609 14269 104981 5245 15658 104982 4881 18466 104983 12613 14270 104984 4885 14280 104985 4886 18467 104986 12614 14281 104987 5241 15652 104988 4886 18467 104989 12610 14282 104990 5241 15652 104991 18053 18462 104992 13222 18461 104993 13222 18461 104994 12618 14274 104995 5246 15659 104996 13852 15651 104997 18105 15650 104998 18053 18462 104999 18052 18465 105000 18104 14266 105001 13851 15654 105002 3631 18471 105003 2744 18468 105004 15627 18470 105005 3631 18471 105006 15738 18476 105007 8227 18472 105008 8227 18472 105009 15741 18475 105010 2747 18473 105011 2745 18469 105012 2744 18468 105013 15664 18474 105014 15664 18474 105015 15742 6480 105016 8228 5899 105017 15627 18470 105018 2745 18469 105019 15740 6214 105020 15741 18475 105021 15745 6239 105022 8229 6483 105023 15664 18474 105024 2747 18473 105025 15742 6480 105026 9893 9127 105027 15743 9128 105028 15738 18476 105029 15627 18470 105030 15740 6214 105031 9893 9127 105032 4651 18480 105033 4650 18477 105034 17780 18479 105035 4653 18482 105036 4650 18477 105037 17818 18481 105038 4653 18482 105039 17897 18484 105040 12191 18483 105041 12191 18483 105042 17894 18486 105043 5546 18478 105044 12192 13470 105045 4651 18480 105046 17896 13787 105047 12192 13470 105048 17898 14068 105049 17818 18481 105050 12193 14070 105051 4653 18482 105052 17898 14068 105053 12193 14070 105054 17901 13813 105055 17897 18484 105056 17897 18484 105057 17901 13813 105058 13928 17834 105059 17894 18486 105060 17899 16688 105061 13850 16687 105062 13850 16687 105063 17896 13787 105064 17780 18479 105065 9573 8594 105066 3481 8595 105067 16414 18488 105068 9323 18487 105069 3482 8596 105070 16414 18488 105071 13310 18490 105072 5404 16188 105073 18570 18489 105074 13559 16186 105075 5405 16189 105076 18570 18489 105077 9320 17305 105078 3325 17304 105079 18856 18492 105080 9321 18493 105081 18857 18546 105082 18842 18491 105083 9319 8073 105084 3326 8072 105085 18855 18495 105086 9569 8076 105087 18858 18497 105088 18843 18494 105089 9569 8076 105090 3327 8075 105091 18858 18497 105092 9320 17305 105093 18856 18492 105094 18844 18496 105095 18845 18547 105096 3328 8079 105097 18860 18498 105098 9322 8081 105099 3482 8596 105100 18860 18498 105101 9323 18487 105102 18840 18501 105103 18846 18499 105104 9319 8073 105105 18855 18495 105106 18847 18500 105107 9323 18487 105108 3481 8595 105109 18840 18501 105110 18848 18503 105111 5248 18126 105112 18862 18502 105113 18848 18503 105114 18863 18548 105115 13308 18127 105116 18849 18505 105117 5249 15665 105118 18861 18504 105119 18849 18505 105120 18864 18506 105121 13556 15666 105122 18850 18507 105123 5250 15670 105124 18864 18506 105125 18850 18507 105126 18862 18502 105127 13307 18129 105128 13309 15672 105129 5251 15671 105130 18866 18509 105131 18852 18510 105132 5405 16189 105133 18866 18509 105134 18852 18510 105135 18841 18511 105136 13310 18490 105137 18853 18512 105138 5404 16188 105139 18841 18511 105140 18853 18512 105141 18861 18504 105142 13306 15668 105143 8313 18514 105144 2785 18550 105145 18888 18515 105146 8313 18514 105147 18873 18513 105148 4696 18517 105149 18889 18519 105150 2787 6072 105151 8314 6071 105152 18890 18522 105153 18874 18518 105154 2786 18520 105155 8315 6306 105156 18875 18521 105157 2786 18520 105158 8315 6306 105159 4695 6308 105160 18891 18523 105161 12285 13629 105162 18876 18524 105163 4694 18526 105164 12285 13629 105165 2845 6055 105166 18893 18527 105167 12286 6054 105168 18877 18528 105169 2845 6055 105170 12286 6054 105171 4696 18517 105172 18887 18516 105173 12287 13630 105174 18878 18529 105175 4695 6308 105176 12287 13630 105177 4694 18526 105178 18892 18525 105179 18880 18531 105180 4697 6060 105181 12288 6059 105182 18879 18543 105183 18867 18530 105184 5966 18532 105185 12289 13631 105186 4699 13632 105187 18881 18534 105188 12289 13631 105189 18868 18533 105190 4698 18536 105191 18882 18535 105192 18869 18537 105193 4698 18536 105194 18883 18538 105195 5728 13634 105196 12290 13633 105197 18884 18545 105198 18870 18539 105199 5717 18540 105200 18885 18541 105201 4764 6064 105202 12408 17248 105203 18885 18541 105204 18871 18542 105205 4764 6064 105206 18879 18543 105207 5966 18532 105208 13916 6067 105209 18883 18538 105210 18872 18544 105211 5728 13634 105212 18884 18545 105213 5717 18540 105214 14186 17848 105215 18857 18546 105216 18880 18531 105217 18867 18530 105218 18856 18492 105219 18842 18491 105220 18879 18543 105221 18868 18533 105222 18845 18547 105223 18882 18535 105224 18868 18533 105225 18881 18534 105226 18859 985 105227 18840 18501 105228 18883 18538 105229 18869 18537 105230 18869 18537 105231 18882 18535 105232 18860 18498 105233 18858 18497 105234 18885 18541 105235 18870 18539 105236 18855 18495 105237 18843 18494 105238 18884 18545 105239 18856 18492 105240 18879 18543 105241 18871 18542 105242 18858 18497 105243 18844 18496 105244 18885 18541 105245 18855 18495 105246 18884 18545 105247 18872 18544 105248 18840 18501 105249 18847 18500 105250 18883 18538 105251 18873 18513 105252 18888 18515 105253 18863 18548 105254 18873 18513 105255 18848 18503 105256 18887 18516 105257 18866 18509 105258 18851 18508 105259 18890 18522 105260 18865 18549 105261 18889 18519 105262 18874 18518 105263 18875 18521 105264 18891 18523 105265 18841 18511 105266 18866 18509 105267 18890 18522 105268 18875 18521 105269 18876 18524 105270 18893 18527 105271 18864 18506 105272 18876 18524 105273 18849 18505 105274 18892 18525 105275 18877 18528 105276 18887 18516 105277 18862 18502 105278 18877 18528 105279 18850 18507 105280 18893 18527 105281 18878 18529 105282 18892 18525 105283 18861 18504 105284 18878 18529 105285 18853 18512 105286 18891 18523 105287 12267 13611 105288 6056 18078 105289 2845 6055 105290 14454 18083 105291 6057 18080 105292 2785 18550 105293 8313 18514 105294 6058 18087 105295 2785 18550 105296 8313 18514 105297 4696 18517 105298 14450 6056 105299 18896 1201 105300 18899 1203 105301 1365 1281 105302 18897 1204 105303 18896 1201 105304 1285 18551 105305 18898 1206 105306 18897 1204 105307 1288 1325 105308 18908 1208 105309 18898 1206 105310 1289 1324 105311 18907 1210 105312 18908 1208 105313 1294 18552 105314 18924 1212 105315 18907 1210 105316 1295 1217 105317 1300 1219 105318 18925 1214 105319 18924 1212 105320 18926 1220 105321 18925 1214 105322 1300 1219 105323 1364 1421 105324 1367 18553 105325 18899 1203 105326 1367 18553 105327 1368 18554 105328 18900 1279 105329 1368 18554 105330 1370 18555 105331 18901 1282 105332 1370 18555 105333 1372 18556 105334 18902 1284 105335 1372 18556 105336 1373 18557 105337 18909 1286 105338 1373 18557 105339 1374 1293 105340 18910 1288 105341 18922 1292 105342 1381 1295 105343 18921 1290 105344 18923 1297 105345 18922 1292 105346 1379 18558 105347 18903 1300 105348 1385 18559 105349 18923 1297 105350 1390 1385 105351 1392 1384 105352 18903 1300 105353 1392 1384 105354 1394 1387 105355 18904 1305 105356 1394 1387 105357 1396 1389 105358 18905 1308 105359 18920 1312 105360 18906 1311 105361 1396 1389 105362 18912 1369 105363 1367 18553 105364 18911 1370 105365 1367 18553 105366 18912 1369 105367 18913 1372 105368 18914 1374 105369 1370 18555 105370 18913 1372 105371 18915 1375 105372 1372 18556 105373 18914 1374 105374 18916 1377 105375 1373 18557 105376 18915 1375 105377 1373 18557 105378 18916 1377 105379 18917 1379 105380 1379 18558 105381 18918 1382 105382 18919 1381 105383 18918 1382 105384 1379 18558 105385 18917 1379 105386 1481 1416 105387 1480 1413 105388 18927 18560 105389 1480 1413 105390 1485 1412 105391 18929 1408 105392 1302 1223 105393 1484 1411 105394 18926 1220 105395 1483 1409 105396 1382 1301 105397 18927 18560 105398 1639 1557 105399 18933 1476 105400 18930 1475 105401 1558 18561 105402 18930 1475 105403 18931 1478 105404 1561 18562 105405 18931 1478 105406 18932 1480 105407 1562 18563 105408 18932 1480 105409 18942 1482 105410 1567 1490 105411 18942 1482 105412 18941 1484 105413 1568 1491 105414 18941 1484 105415 18958 1486 105416 18958 1486 105417 18959 1488 105418 1573 1497 105419 1573 1497 105420 18959 1488 105421 18960 1494 105422 18934 1556 105423 1641 18564 105424 18933 1476 105425 18935 1558 105426 1642 18565 105427 18934 1556 105428 18936 1560 105429 1644 18566 105430 18935 1558 105431 18943 1562 105432 1646 18567 105433 18936 1560 105434 18944 1564 105435 1647 18568 105436 18943 1562 105437 18955 1566 105438 1648 1570 105439 18944 1564 105440 1652 1571 105441 1655 1573 105442 18955 1566 105443 1653 1569 105444 18956 1568 105445 18957 1575 105446 1658 1576 105447 1659 1582 105448 18957 1575 105449 18938 1584 105450 1666 1657 105451 18937 1578 105452 18939 1587 105453 1668 1660 105454 18938 1584 105455 18940 1590 105456 1670 1662 105457 18939 1587 105458 1670 1662 105459 18940 1590 105460 18954 1593 105461 1638 1691 105462 1641 18564 105463 18945 1692 105464 18947 1644 105465 18946 1641 105466 1641 18564 105467 1642 18565 105468 1644 18566 105469 18947 1644 105470 1644 18566 105471 1646 18567 105472 18948 1646 105473 1646 18567 105474 1647 18568 105475 18949 1648 105476 18951 1652 105477 18950 1650 105478 1647 18568 105479 18953 1654 105480 18952 1656 105481 1653 1569 105482 1648 1570 105483 1653 1569 105484 18951 1652 105485 18963 1677 105486 1745 1688 105487 18961 1678 105488 18962 1680 105489 1750 1681 105490 18963 1677 105491 18962 1680 105492 1749 1676 105493 18960 1494 105494 18953 1654 105495 1656 1580 105496 18961 1678 105497 14285 1717 105498 1736 1664 105499 18954 1593 105500 14160 18570 105501 5969 18569 105502 1496 17252 105503 12474 14002 105504 5969 18569 105505 14263 1705 105506 1469 1391 105507 14008 8070 105508 18920 1312 105509 18746 18572 105510 1766 17852 105511 13308 18127 105512 14474 17768 105513 15274 4381 105514 7451 4376 105515 7470 4430 105516 7472 18574 105517 15283 4434 105518 7470 4430 105519 15299 4429 105520 15300 18575 105521 9877 5803 105522 9878 18576 105523 15689 5817 105524 9877 5803 105525 16558 5808 105526 9869 18578 105527 15677 5932 105528 8210 5931 105529 15691 6094 105530 8202 5868 105531 8210 5931 105532 15727 6184 105533 9878 18576 105534 9869 18578 105535 9874 5905 105536 8234 17220 105537 15746 18585 105538 2753 18580 105539 9878 18576 105540 2748 5904 105541 15679 18577 105542 15678 18583 105543 2749 5907 105544 15747 5917 105545 8237 5913 105546 8231 18581 105547 15714 6096 105548 8237 5913 105549 15750 5912 105550 8235 5908 105551 15680 17216 105552 8126 17215 105553 15748 5922 105554 15678 18583 105555 15747 5917 105556 8238 5916 105557 15680 17216 105558 15748 5922 105559 8239 5921 105560 15746 18585 105561 2752 18584 105562 15751 5920 105563 15746 18585 105564 15751 5920 105565 8240 5919 105566 15679 18577 105567 2753 18580 105568 15689 5817 105569 8125 5925 105570 8183 18582 105571 8330 5926 105572 8210 5931 105573 2756 5930 105574 8211 18579 105575 15765 5965 105576 8274 5989 105577 15791 6172 105578 15772 6017 105579 15773 5998 105580 8319 5997 105581 15772 6017 105582 8287 6016 105583 15773 5998 105584 15779 6034 105585 15780 6025 105586 8288 6024 105587 15779 6034 105588 8296 6033 105589 15780 6025 105590 8307 9156 105591 5956 18586 105592 15783 9157 105593 9872 18590 105594 5956 18586 105595 15785 18588 105596 9872 18590 105597 15785 18588 105598 8309 9163 105599 16560 18707 105600 5957 18589 105601 15789 9166 105602 12407 18082 105603 5727 6068 105604 2785 18550 105605 8331 6093 105606 15714 6096 105607 8183 18582 105608 15677 5932 105609 15691 6094 105610 8331 6093 105611 8347 6165 105612 15758 6154 105613 15798 6187 105614 15765 5965 105615 15791 6172 105616 8348 6160 105617 8261 5963 105618 15765 5965 105619 2809 6159 105620 2808 6156 105621 2810 6161 105622 8363 6157 105623 2808 6156 105624 15798 6187 105625 8344 6162 105626 8352 6182 105627 8369 6188 105628 15758 6154 105629 8352 6182 105630 15802 6181 105631 15806 6189 105632 8370 18592 105633 8211 18579 105634 8248 5934 105635 8351 6185 105636 8370 18592 105637 15802 6181 105638 8351 6185 105639 15727 6184 105640 8211 18579 105641 8494 6466 105642 9965 18593 105643 15865 6461 105644 8494 6466 105645 15630 5676 105646 9880 6312 105647 16302 18596 105648 3329 8082 105649 16301 8109 105650 8580 8083 105651 8581 18594 105652 15927 8086 105653 16302 18596 105654 16301 8109 105655 9519 8108 105656 9519 8108 105657 15302 4438 105658 9518 4437 105659 9939 9154 105660 9935 18597 105661 15299 4429 105662 9939 9154 105663 16573 17041 105664 9937 17040 105665 10482 11287 105666 16906 11286 105667 14049 18598 105668 14049 18598 105669 16906 11286 105670 10517 11298 105671 17338 18600 105672 11240 18599 105673 16932 10866 105674 17338 18600 105675 16932 10866 105676 10654 10556 105677 10708 10663 105678 17022 10668 105679 17023 18601 105680 10658 10673 105681 10657 10557 105682 3980 10669 105683 10712 10674 105684 3981 10671 105685 17023 18601 105686 11201 18605 105687 11202 18602 105688 16600 18604 105689 11205 18609 105690 4213 18607 105691 14312 17658 105692 17446 18613 105693 11447 18611 105694 17445 12031 105695 17461 18612 105696 17460 12025 105697 11445 12024 105698 17446 18613 105699 17445 12031 105700 11446 12030 105701 11448 18697 105702 13922 18614 105703 17448 18615 105704 13929 17769 105705 17447 12039 105706 11449 12038 105707 12117 13336 105708 4623 13335 105709 17835 14023 105710 12167 13438 105711 4647 13453 105712 17845 13668 105713 12196 18618 105714 4654 13474 105715 12201 13501 105716 12205 13475 105717 4654 13474 105718 12209 18619 105719 4660 13500 105720 4656 13483 105721 17834 18620 105722 4660 13500 105723 12201 13501 105724 12197 13477 105725 12199 13487 105726 4657 13486 105727 12214 18621 105728 12210 13495 105729 12196 18618 105730 17904 13498 105731 12210 13495 105732 17908 13494 105733 12209 18619 105734 12148 18629 105735 12195 18622 105736 17870 13670 105737 12209 18619 105738 17908 13494 105739 12211 13493 105740 12212 13499 105741 4660 13500 105742 17905 13504 105743 12213 13505 105744 12199 13487 105745 17909 13506 105746 12213 13505 105747 17905 13504 105748 17834 18620 105749 12215 13503 105750 12198 18623 105751 17843 13395 105752 12215 13503 105753 17909 13506 105754 12214 18621 105755 12308 13886 105756 12148 18629 105757 12088 13508 105758 12223 13514 105759 4663 13513 105760 12175 13763 105761 4647 13453 105762 4663 13513 105763 17832 18617 105764 12235 13546 105765 4669 13544 105766 12294 13573 105767 12235 13546 105768 12294 13573 105769 4676 13572 105770 4676 13572 105771 17929 18624 105772 12248 13571 105773 12295 13583 105774 17930 13582 105775 17929 18624 105776 4683 18625 105777 4682 13599 105778 17929 18624 105779 4683 18625 105780 17936 13614 105781 12260 13600 105782 12261 13608 105783 4683 18625 105784 17930 13582 105785 12261 13608 105786 17937 13607 105787 17936 13614 105788 12270 13615 105789 12269 18626 105790 17937 13607 105791 12270 13615 105792 2787 6072 105793 8316 18627 105794 12269 18626 105795 8316 18627 105796 8317 1092 105797 12291 18628 105798 4699 13632 105799 8297 6039 105800 12292 13635 105801 12291 18628 105802 8296 6033 105803 12148 18629 105804 17870 13670 105805 12310 13669 105806 12310 13669 105807 17845 13668 105808 17832 18617 105809 4724 13734 105810 12294 13573 105811 12236 13545 105812 12323 13761 105813 12324 13731 105814 4723 13730 105815 4724 13734 105816 4725 13737 105817 12343 13736 105818 12223 13514 105819 12175 13763 105820 4735 13762 105821 4733 13758 105822 4734 13760 105823 12349 13759 105824 12323 13761 105825 4734 13760 105826 12324 13731 105827 12407 18082 105828 17987 18065 105829 14189 17247 105830 12205 13475 105831 12209 18619 105832 12195 18622 105833 12308 13886 105834 4765 13885 105835 12148 18629 105836 13311 15676 105837 5252 18630 105838 18457 15697 105839 13311 15676 105840 18084 15675 105841 18087 18632 105842 13318 15681 105843 12566 18633 105844 18084 15675 105845 13506 15698 105846 18457 15697 105847 18458 18631 105848 13505 18635 105849 17463 12033 105850 13506 15698 105851 13889 18636 105852 13887 18751 105853 13888 16717 105854 6028 18638 105855 13889 18636 105856 18710 18637 105857 13887 18751 105858 13889 18636 105859 18715 18639 105860 17461 18612 105861 13894 18640 105862 17460 12025 105863 18719 18641 105864 18721 18980 105865 13896 18033 105866 13895 18645 105867 13897 18642 105868 14316 18644 105869 18723 18772 105870 13897 18642 105871 18720 18646 105872 11252 10232 105873 14744 3721 105874 6521 3720 105875 14049 18598 105876 14786 3731 105877 6574 3730 105878 11252 10232 105879 3878 10231 105880 14744 3721 105881 6609 3741 105882 14786 3731 105883 14049 18598 105884 6609 3741 105885 11240 18599 105886 14812 3352 105887 10657 10557 105888 14877 18649 105889 6749 3353 105890 6749 3353 105891 14812 3352 105892 17338 18600 105893 14904 16867 105894 14903 3155 105895 6800 3154 105896 10657 10557 105897 14103 18648 105898 14877 18649 105899 14103 18648 105900 10657 10557 105901 10658 10673 105902 5647 18650 105903 5648 18653 105904 7295 18651 105905 14067 18655 105906 19105 18988 105907 2311 18654 105908 19107 18657 105909 14069 17028 105910 16564 17391 105911 19107 18657 105912 19106 18989 105913 14479 17029 105914 16565 18658 105915 16562 18656 105916 14069 17028 105917 14479 17029 105918 19106 18989 105919 19108 18660 105920 16563 18718 105921 14070 18659 105922 16566 18661 105923 14070 18659 105924 14071 18662 105925 14479 17029 105926 14480 17032 105927 19045 18990 105928 7297 18666 105929 16567 18991 105930 5651 18665 105931 15191 18667 105932 5651 18665 105933 5652 18668 105934 14480 17032 105935 5651 18665 105936 16567 18991 105937 15192 18670 105938 19111 18673 105939 14074 18671 105940 16568 9149 105941 19111 18673 105942 15193 18992 105943 7298 18674 105944 7299 18678 105945 7300 18675 105946 7298 18674 105947 14076 18676 105948 9925 18672 105949 14074 18671 105950 9927 17402 105951 14075 18679 105952 16569 17405 105953 14075 18679 105954 14078 18677 105955 7298 18674 105956 14075 18679 105957 9927 17402 105958 16570 18680 105959 14079 17037 105960 14082 17416 105961 14481 17038 105962 14481 17038 105963 19046 18993 105964 19113 18682 105965 9930 9147 105966 14080 18681 105967 16571 18683 105968 14080 18681 105969 9930 9147 105970 9932 18684 105971 9938 9153 105972 16572 9152 105973 14482 18685 105974 14083 18691 105975 5656 18686 105976 14482 18685 105977 15195 18687 105978 9937 17040 105979 5655 17039 105980 14482 18685 105981 16572 9152 105982 9940 17425 105983 9941 18731 105984 14084 18688 105985 16574 18689 105986 14084 18688 105987 9943 18690 105988 14482 18685 105989 14084 18688 105990 9941 18731 105991 9942 18692 105992 13929 17769 105993 15284 4444 105994 7450 4382 105995 14474 17768 105996 5925 17767 105997 15274 4381 105998 18741 18694 105999 7467 4439 106000 7472 18574 106001 9962 18729 106002 5926 18693 106003 15300 18575 106004 14475 18696 106005 9518 4437 106006 2406 4436 106007 18741 18694 106008 14188 18695 106009 7467 4439 106010 7473 4445 106011 13922 18614 106012 15285 18698 106013 7473 4445 106014 15284 4444 106015 13929 17769 106016 8087 6386 106017 15632 6391 106018 18743 18699 106019 14192 18616 106020 15681 6444 106021 8127 6443 106022 8127 6443 106023 15633 6449 106024 9879 17193 106025 14147 17212 106026 5713 17211 106027 15678 18583 106028 2749 5907 106029 5713 17211 106030 8235 5908 106031 14148 17217 106032 15680 17216 106033 2752 18584 106034 8234 17220 106035 5715 17219 106036 15746 18585 106037 9874 5905 106038 9869 18578 106039 9868 17224 106040 8302 9179 106041 5955 18701 106042 15787 6300 106043 8302 9179 106044 15783 9157 106045 9873 18587 106046 9871 18703 106047 15651 6311 106048 8321 6240 106049 13928 17834 106050 5959 17833 106051 15745 6239 106052 8424 6302 106053 15787 6300 106054 14190 18702 106055 9875 18705 106056 15743 9128 106057 8424 6302 106058 16560 18707 106059 15789 9166 106060 8425 17440 106061 14189 17247 106062 5965 18706 106063 15831 17443 106064 8231 18581 106065 5729 17249 106066 8183 18582 106067 8231 18581 106068 8235 5908 106069 14149 17213 106070 8495 6462 106071 5735 17267 106072 15632 6391 106073 9881 18710 106074 5972 18708 106075 8580 8083 106076 9881 18710 106077 8580 8083 106078 3329 8082 106079 18747 18712 106080 14187 18709 106081 16302 18596 106082 18747 18712 106083 16302 18596 106084 9338 18595 106085 14475 18696 106086 5987 18711 106087 9518 4437 106088 14237 18714 106089 5775 18713 106090 16561 18652 106091 13921 18716 106092 5775 18713 106093 11448 18697 106094 14198 17365 106095 14237 18714 106096 19043 18715 106097 14198 17365 106098 15285 18698 106099 11448 18697 106100 14200 17381 106101 14067 18655 106102 5648 18653 106103 5648 18653 106104 5647 18650 106105 5775 18713 106106 13910 17369 106107 5777 17368 106108 13921 18716 106109 14204 17393 106110 16565 18658 106111 5649 17027 106112 14202 17377 106113 5779 17374 106114 14068 18663 106115 16563 18718 106116 16566 18661 106117 14205 18719 106118 14071 18662 106119 5781 17380 106120 14068 18663 106121 14071 18662 106122 19109 18721 106123 5782 18720 106124 14200 17381 106125 5781 17380 106126 14067 18655 106127 14203 18717 106128 5782 18720 106129 16563 18718 106130 14236 17407 106131 15190 18664 106132 5650 17030 106133 14207 17389 106134 5784 17386 106135 14072 18669 106136 16562 18656 106137 5785 18722 106138 16564 17391 106139 5652 18668 106140 5787 17392 106141 14072 18669 106142 5652 18668 106143 15192 18670 106144 5788 18724 106145 14204 17393 106146 5787 17392 106147 16565 18658 106148 16565 18658 106149 5788 18724 106150 16562 18656 106151 14210 17420 106152 14076 18676 106153 7300 18675 106154 14235 17400 106155 5790 17397 106156 7299 18678 106157 14078 18677 106158 5793 17406 106159 7299 18678 106160 14078 18677 106161 16570 18680 106162 5794 18725 106163 14236 17407 106164 5793 17406 106165 15190 18664 106166 5791 17401 106167 5794 18725 106168 9927 17402 106169 15190 18664 106170 5794 18725 106171 19148 18726 106172 9929 17417 106173 5796 17412 106174 14079 17037 106175 5654 17036 106176 5798 17419 106177 14079 17037 106178 5654 17036 106179 9932 18684 106180 14214 18727 106181 14210 17420 106182 5798 17419 106183 14076 18676 106184 3638 9146 106185 14214 18727 106186 9930 9147 106187 14076 18676 106188 14214 18727 106189 9925 18672 106190 9962 18729 106191 15300 18575 106192 9935 18597 106193 15195 18687 106194 14234 18728 106195 9937 17040 106196 14234 18728 106197 5799 17421 106198 9962 18729 106199 14234 18728 106200 15195 18687 106201 5656 18686 106202 9934 17422 106203 5799 17421 106204 14083 18691 106205 9941 18731 106206 16574 18689 106207 14215 17424 106208 9943 18690 106209 5801 17426 106210 14083 18691 106211 9943 18690 106212 9942 18692 106213 5802 18732 106214 14213 17415 106215 5801 17426 106216 19112 18733 106217 9936 18730 106218 5802 18732 106219 9941 18731 106220 10437 18734 106221 16863 10233 106222 11252 10232 106223 10437 18734 106224 14024 18647 106225 19079 18736 106226 10436 17588 106227 14337 18737 106228 16859 17854 106229 16601 18741 106230 18709 16711 106231 19127 18742 106232 14308 18740 106233 19129 18743 106234 16601 18741 106235 14308 18740 106236 18710 18637 106237 18712 16716 106238 13883 16712 106239 14309 17655 106240 18713 18744 106241 13883 16712 106242 18709 16711 106243 16601 18741 106244 17297 17992 106245 5886 17653 106246 16601 18741 106247 4212 18747 106248 13886 18745 106249 16602 18746 106250 18714 16718 106251 13888 16717 106252 16602 18746 106253 13887 18751 106254 18715 18639 106255 14310 18749 106256 14312 17658 106257 19130 18972 106258 19131 18752 106259 17299 18608 106260 5888 18753 106261 14312 17658 106262 16603 18756 106263 18716 18028 106264 19135 18757 106265 14316 18644 106266 14315 18755 106267 19134 18758 106268 14315 18755 106269 14317 18759 106270 16603 18756 106271 14315 18755 106272 14316 18644 106273 13892 18643 106274 13893 18029 106275 5889 18760 106276 18717 18979 106277 13893 18029 106278 18716 18028 106279 16603 18756 106280 17301 18021 106281 5890 18761 106282 16603 18756 106283 18719 18641 106284 14318 18766 106285 18721 18980 106286 14318 18766 106287 5891 18763 106288 11208 18765 106289 14318 18766 106290 18719 18641 106291 18722 18767 106292 19085 18770 106293 14319 18768 106294 19086 18769 106295 19085 18770 106296 17302 18994 106297 11208 18765 106298 17303 18764 106299 5892 18771 106300 11208 18765 106301 18723 18772 106302 18720 18646 106303 14319 18768 106304 14338 18122 106305 14337 18737 106306 15631 17264 106307 11427 11976 106308 17436 11982 106309 14474 17768 106310 11447 18611 106311 17446 18613 106312 18741 18694 106313 11447 18611 106314 5926 18693 106315 17461 18612 106316 4316 12032 106317 13505 18635 106318 14475 18696 106319 4316 12032 106320 14188 18695 106321 17446 18613 106322 18743 18699 106323 17784 13967 106324 12048 13966 106325 9879 17193 106326 5705 17192 106327 17785 14025 106328 9879 17193 106329 17785 14025 106330 12089 14024 106331 12089 14024 106332 17835 14023 106333 14192 18616 106334 9869 18578 106335 16558 5808 106336 14470 17812 106337 17833 17831 106338 14469 17830 106339 17843 13395 106340 14386 17855 106341 6070 18121 106342 17855 14035 106343 14386 17855 106344 16859 17854 106345 14338 18122 106346 9868 17224 106347 9869 18578 106348 14473 17827 106349 14473 17827 106350 9869 18578 106351 14469 17830 106352 12198 18623 106353 12214 18621 106354 12207 13490 106355 9873 18587 106356 17940 18043 106357 12275 18101 106358 14190 18702 106359 5955 18701 106360 17944 13878 106361 12280 18044 106362 5956 18586 106363 17942 18775 106364 9873 18587 106365 5956 18586 106366 17940 18043 106367 12282 18053 106368 5957 18589 106369 17946 18054 106370 12282 18053 106371 17942 18775 106372 9872 18590 106373 12299 13812 106374 17804 13892 106375 9871 18703 106376 14190 18702 106377 17944 13878 106378 12405 13883 106379 12405 13883 106380 17899 16688 106381 9875 18705 106382 12406 18064 106383 5965 18706 106384 17987 18065 106385 12406 18064 106386 17946 18054 106387 16560 18707 106388 12416 13891 106389 2846 6309 106390 17804 13892 106391 12416 13891 106392 17783 13244 106393 9880 6312 106394 9880 6312 106395 17783 13244 106396 12478 14053 106397 9963 17268 106398 9965 18593 106399 18021 14048 106400 18743 18699 106401 5735 17267 106402 17784 13967 106403 9963 17268 106404 18021 14048 106405 12479 14047 106406 12566 18633 106407 5972 18708 106408 18087 18632 106409 5252 18630 106410 14187 18709 106411 18458 18631 106412 5252 18630 106413 18087 18632 106414 9881 18710 106415 13325 18634 106416 5987 18711 106417 13505 18635 106418 13325 18634 106419 18458 18631 106420 18747 18712 106421 13880 18777 106422 6019 18776 106423 11448 18697 106424 5885 18603 106425 6019 18776 106426 18707 18738 106427 11448 18697 106428 17448 18615 106429 14425 17985 106430 14425 17985 106431 17296 18995 106432 18707 18738 106433 6019 18776 106434 6021 17986 106435 13921 18716 106436 6019 18776 106437 5885 18603 106438 11202 18602 106439 11202 18602 106440 11203 18606 106441 14468 17987 106442 13884 16707 106443 14426 17995 106444 18708 16708 106445 13884 16707 106446 18713 18744 106447 18711 17996 106448 6025 17994 106449 6024 17993 106450 11203 18606 106451 6025 17994 106452 13885 17654 106453 5886 17653 106454 14467 17991 106455 6024 17993 106456 17297 17992 106457 14426 17995 106458 6025 17994 106459 14307 18778 106460 13886 18745 106461 14311 18748 106462 14430 18002 106463 14431 18004 106464 6028 18638 106465 19128 18005 106466 4213 18607 106467 6031 18009 106468 17299 18608 106469 4213 18607 106470 11207 18610 106471 14466 18010 106472 14435 18012 106473 14433 18779 106474 17298 18013 106475 6034 18782 106476 6033 18014 106477 14311 18748 106478 6034 18782 106479 14314 18754 106480 5888 18753 106481 14432 18015 106482 6033 18014 106483 17299 18608 106484 14433 18779 106485 6034 18782 106486 19081 18780 106487 14314 18754 106488 6034 18782 106489 19133 18781 106490 14317 18759 106491 13892 18643 106492 14464 18019 106493 14437 18026 106494 18717 18979 106495 19149 18783 106496 6040 18784 106497 6039 18030 106498 11207 18610 106499 6040 18784 106500 18718 18762 106501 5890 18761 106502 14465 18020 106503 6039 18030 106504 17301 18021 106505 6037 18022 106506 6040 18784 106507 11206 18023 106508 18718 18762 106509 6040 18784 106510 19149 18783 106511 13894 18640 106512 17461 18612 106513 9962 18729 106514 13894 18640 106515 14439 18785 106516 18719 18641 106517 9964 18036 106518 6042 18035 106519 9962 18729 106520 5891 18763 106521 6042 18035 106522 17303 18764 106523 5891 18763 106524 18722 18767 106525 14439 18785 106526 13897 18642 106527 6044 18039 106528 13892 18643 106529 13897 18642 106530 18723 18772 106531 5892 18771 106532 14463 18040 106533 6044 18039 106534 17303 18764 106535 13925 13337 106536 18737 17259 106537 14142 17258 106538 14192 18616 106539 4623 13335 106540 15681 6444 106541 13925 13337 106542 6070 18121 106543 18737 17259 106544 14193 18787 106545 1464 17253 106546 13982 6423 106547 14193 18787 106548 5970 18788 106549 1464 17253 106550 9882 18789 106551 1498 17254 106552 13983 1693 106553 12475 1709 106554 5970 18788 106555 1764 17850 106556 12474 14002 106557 1764 17850 106558 14193 18787 106559 12477 15663 106560 1766 17852 106561 18746 18572 106562 12477 15663 106563 5731 18125 106564 1765 17851 106565 12475 1709 106566 1765 17851 106567 9882 18789 106568 18746 18572 106569 1499 17256 106570 8493 1694 106571 9321 18493 106572 1499 17256 106573 18746 18572 106574 2883 18791 106575 15852 18186 106576 8564 18185 106577 8566 18790 106578 8564 18185 106579 8570 18195 106580 8572 18792 106581 8570 18195 106582 9331 8094 106583 4845 18217 106584 5968 18219 106585 4802 18794 106586 12556 18231 106587 12551 18218 106588 4845 18217 106589 12558 18795 106590 4845 18217 106591 13920 18793 106592 13318 15681 106593 12556 18231 106594 12558 18795 106595 4802 18794 106596 2883 18791 106597 8566 18790 106598 13920 18793 106599 8566 18790 106600 8572 18792 106601 5736 18796 106602 8572 18792 106603 8581 18594 106604 12566 18633 106605 12558 18795 106606 5736 18796 106607 14160 18570 106608 1496 17252 106609 2883 18791 106610 5968 18219 106611 14263 1705 106612 14160 18570 106613 1496 17252 106614 1495 17310 106615 15852 18186 106616 18742 18798 106617 17894 18486 106618 12191 18483 106619 4746 18485 106620 13917 18797 106621 17897 18484 106622 9875 18705 106623 18742 18798 106624 15743 9128 106625 8227 18472 106626 15738 18476 106627 18742 18798 106628 8227 18472 106629 13917 18797 106630 15741 18475 106631 13928 17834 106632 15745 6239 106633 15741 18475 106634 17894 18486 106635 18742 18798 106636 17899 16688 106637 18854 18799 106638 18857 18546 106639 9321 18493 106640 13308 18127 106641 18863 18548 106642 18854 18799 106643 18888 18515 106644 2785 18550 106645 8312 18591 106646 8312 18591 106647 4697 6060 106648 18880 18531 106649 18889 18519 106650 18894 18801 106651 2787 6072 106652 8317 1092 106653 8316 18627 106654 18894 18801 106655 12291 18628 106656 18886 986 106657 4699 13632 106658 18886 986 106659 12291 18628 106660 12292 13635 106661 18859 985 106662 18881 18534 106663 18886 986 106664 18894 18801 106665 18889 18519 106666 18865 18549 106667 18857 18546 106668 18854 18799 106669 18880 18531 106670 18895 18800 106671 18854 18799 106672 18888 18515 106673 5281 15769 106674 12467 14093 106675 13356 15766 106676 1344 1269 106677 1343 18802 106678 19743 18996 106679 1228 1150 106680 1229 1149 106681 19648 18997 106682 1231 1151 106683 1233 1153 106684 19649 18998 106685 1235 1156 106686 1236 1158 106687 18966 18999 106688 1238 1163 106689 1239 1162 106690 1414 19000 106691 1303 1222 106692 1299 1218 106693 18968 19001 106694 1340 1265 106695 1339 1261 106696 1411 19002 106697 1391 1304 106698 1393 1307 106699 18974 19003 106700 1236 1158 106701 1238 1163 106702 1414 19000 106703 1294 18552 106704 1289 1324 106705 18967 19004 106706 1371 1285 106707 1375 1287 106708 18973 19005 106709 1230 1154 106710 1228 1150 106711 18976 19006 106712 1241 1159 106713 1237 1157 106714 1416 19007 106715 1246 1171 106716 1248 1170 106717 18978 19008 106718 1249 1174 106719 1246 1171 106720 1417 19009 106721 1253 1175 106722 1252 1172 106723 18980 19010 106724 1265 1148 106725 1264 1147 106726 18981 19011 106727 1264 1147 106728 1268 1188 106729 18982 19012 106730 1320 1246 106731 1322 1248 106732 18983 19013 106733 1335 1262 106734 1338 1264 106735 18984 19014 106736 1344 1269 106737 19743 18996 106738 1423 19015 106739 1354 1237 106740 1350 1236 106741 18986 19016 106742 1350 1236 106743 1351 1241 106744 18986 19016 106745 1363 1277 106746 1360 1274 106747 18987 19017 106748 1400 1321 106749 1357 1346 106750 18989 19018 106751 1360 1274 106752 1400 1321 106753 18987 19017 106754 19744 19019 106755 1343 18802 106756 18990 19020 106757 1255 1179 106758 1418 1339 106759 19840 19021 106760 19647 19022 106761 1229 1149 106762 19649 18998 106763 1590 1514 106764 1588 19023 106765 19843 19024 106766 1506 1430 106767 1678 19025 106768 18994 19026 106769 1508 1432 106770 18994 19026 106771 18995 19027 106772 1511 1438 106773 1687 19028 106774 1512 1440 106775 1592 1513 106776 19001 19029 106777 19000 19030 106778 1594 1516 106779 19002 19031 106780 19001 19029 106781 1665 18808 106782 19006 19032 106783 1667 1586 106784 1509 1434 106785 18995 19027 106786 1687 19028 106787 1610 1530 106788 19003 19033 106789 1604 1525 106790 1531 1457 106791 19011 19034 106792 1532 18806 106793 1538 1425 106794 19012 19035 106795 1692 18815 106796 1537 1423 106797 1692 18815 106798 19013 19036 106799 1609 1533 106800 19016 19037 106801 1612 1535 106802 1616 1537 106803 19845 19038 106804 19017 18816 106805 1637 1554 106806 19020 19039 106807 19019 19040 106808 1602 1527 106809 19014 19041 106810 1607 1529 106811 1544 1463 106812 1695 18817 106813 19021 19042 106814 1541 1464 106815 19013 19036 106816 1695 18817 106817 1634 1552 106818 19019 19040 106819 1674 1601 106820 1690 1615 106821 19746 19043 106822 19018 19044 106823 1533 1456 106824 1697 19045 106825 1530 1453 106826 1534 1458 106827 19022 19046 106828 1533 1456 106829 19844 19047 106830 1713 19048 106831 1615 1539 106832 1619 1544 106833 1715 18818 106834 19024 19049 106835 1624 1510 106836 19024 19049 106837 1627 1545 106838 1528 1455 106839 19745 19050 106840 19746 19043 106841 1528 1455 106842 1529 1454 106843 19745 19050 106844 1964 2601 106845 6515 2604 106846 19747 19051 106847 1965 2605 106848 6516 2607 106849 19749 19052 106850 1965 2605 106851 19748 19053 106852 6515 2604 106853 1966 2609 106854 19753 19054 106855 6530 2610 106856 1966 2609 106857 6522 2613 106858 19752 19055 106859 1967 2614 106860 6523 2616 106861 19754 19056 106862 1968 2619 106863 19755 19057 106864 6523 2616 106865 1971 2638 106866 19651 19058 106867 6527 2639 106868 1971 2638 106869 6524 2642 106870 19650 19059 106871 1973 2648 106872 6535 2668 106873 19847 19060 106874 1973 2648 106875 19847 19060 106876 14756 18829 106877 1974 2652 106878 6537 2662 106879 19759 19061 106880 1974 2652 106881 19759 19061 106882 15171 17517 106883 1976 2661 106884 19751 19062 106885 6537 2662 106886 1977 2666 106887 6543 16826 106888 19658 19063 106889 1988 2717 106890 19655 19064 106891 6568 2627 106892 1988 2717 106893 6569 2591 106894 19654 19065 106895 2143 3390 106896 6911 3392 106897 19850 19066 106898 2222 3713 106899 7094 3718 106900 19851 19067 106901 2223 3719 106902 19758 19068 106903 6521 3720 106904 2224 3725 106905 19852 19069 106906 7095 3723 106907 2311 18654 106908 19661 19070 106909 7295 18651 106910 2321 4143 106911 7305 4149 106912 19763 19071 106913 2321 4143 106914 19764 19072 106915 19765 19073 106916 2321 4143 106917 7309 19074 106918 19859 19075 106919 2322 4146 106920 7306 4144 106921 19859 19075 106922 2322 4146 106923 7310 19076 106924 19666 19077 106925 2322 4146 106926 19665 19078 106927 19766 19079 106928 2323 4148 106929 7308 4151 106930 19768 19080 106931 2323 4148 106932 19768 19080 106933 7311 19081 106934 2323 4148 106935 7311 19081 106936 19763 19071 106937 2324 4150 106938 7307 4147 106939 19766 19079 106940 2324 4150 106941 7312 19082 106942 19771 19083 106943 2324 4150 106944 19771 19083 106945 7308 4151 106946 954 19084 106947 19421 19085 106948 19468 19086 106949 19536 19087 106950 19463 19088 106951 1187 19089 106952 2761 899 106953 8246 5960 106954 19173 19090 106955 19421 19085 106956 954 19084 106957 1028 19091 106958 19441 19092 106959 19496 19093 106960 1161 19094 106961 978 932 106962 985 929 106963 19188 19095 106964 9337 8147 106965 3355 8176 106966 19487 19096 106967 3344 8146 106968 9337 8147 106969 19486 19097 106970 997 871 106971 1044 19098 106972 19429 19099 106973 19561 19100 106974 4304 11983 106975 19491 19101 106976 3338 8121 106977 9345 8125 106978 19477 19102 106979 3856 10132 106980 10430 10130 106981 19773 19103 106982 3856 10132 106983 19773 19103 106984 19774 19104 106985 3857 10136 106986 10444 11283 106987 19669 19105 106988 3857 10136 106989 19669 19105 106990 16881 18884 106991 3858 10140 106992 10438 10137 106993 19775 19106 106994 3858 10140 106995 19775 19106 106996 19776 19107 106997 3859 10144 106998 10445 10148 106999 19866 19108 107000 3860 10149 107001 10442 10153 107002 19673 19109 107003 3860 10149 107004 19674 19110 107005 19672 19111 107006 3862 10160 107007 10443 10155 107008 19778 19112 107009 3862 10160 107010 19777 19113 107011 10442 10153 107012 3863 10163 107013 10449 10167 107014 19863 19114 107015 3863 10163 107016 19863 19114 107017 19066 18885 107018 3877 10229 107019 10476 10150 107020 19671 19115 107021 3877 10229 107022 19671 19115 107023 19779 19116 107024 4020 10838 107025 19068 10839 107026 19833 19117 107027 4034 10896 107028 19868 19118 107029 17075 18899 107030 4126 11276 107031 10437 18734 107032 19869 19119 107033 4126 11276 107034 19869 19119 107035 17166 18903 107036 4127 11279 107037 10996 11282 107038 19670 19120 107039 4212 18747 107040 19782 19121 107041 19676 19122 107042 4215 11668 107043 11216 17677 107044 19789 19123 107045 4215 11668 107046 19789 19123 107047 19790 19124 107048 4215 11668 107049 11217 19125 107050 19785 19126 107051 4216 11671 107052 11219 17686 107053 19685 19127 107054 4216 11671 107055 19686 19128 107056 19791 19129 107057 4216 11671 107058 11221 19130 107059 19683 19131 107060 4217 11674 107061 11222 17688 107062 19876 19132 107063 4217 11674 107064 19875 19133 107065 11223 11675 107066 4846 18230 107067 19520 19134 107068 19519 18220 107069 1031 19135 107070 1093 19136 107071 19490 19137 107072 11437 12009 107073 19497 19138 107074 19440 19139 107075 19441 19092 107076 1029 19140 107077 19502 19141 107078 1088 1072 107079 1158 1097 107080 19453 19142 107081 5580 16809 107082 6529 3715 107083 19848 19143 107084 5581 16814 107085 19849 19144 107086 13963 16815 107087 5583 16822 107088 19653 19145 107089 19656 19146 107090 5583 16822 107091 6527 2639 107092 19653 19145 107093 5584 16825 107094 13965 16828 107095 19658 19063 107096 5590 16844 107097 19657 19147 107098 13965 16828 107099 5590 16844 107100 13964 16823 107101 19656 19146 107102 5646 17026 107103 19794 19148 107104 6915 16886 107105 5646 17026 107106 13970 16880 107107 19795 19149 107108 5658 17048 107109 14085 17043 107110 19700 19150 107111 5658 17048 107112 19700 19150 107113 15196 19151 107114 5658 17048 107115 19806 19152 107116 14087 17049 107117 5660 17053 107118 14087 17049 107119 19807 19153 107120 5660 17053 107121 19807 19153 107122 19808 19154 107123 5661 17055 107124 7302 17071 107125 19761 19155 107126 5661 17055 107127 7303 19156 107128 19809 19157 107129 5661 17055 107130 19809 19157 107131 14090 17056 107132 5662 17058 107133 14092 17060 107134 19857 19158 107135 5662 17058 107136 7304 19159 107137 19855 19160 107138 5663 17061 107139 7301 17059 107140 19855 19160 107141 5665 17070 107142 14091 17062 107143 19813 19161 107144 5665 17070 107145 19813 19161 107146 19052 19162 107147 5665 17070 107148 19762 19163 107149 19761 19155 107150 5671 17090 107151 19815 19164 107152 14096 17091 107153 5672 17094 107154 14097 17097 107155 19880 19165 107156 5672 17094 107157 19880 19165 107158 15200 18957 107159 5721 17232 107160 8421 17235 107161 19693 19166 107162 5721 17232 107163 19692 19167 107164 14155 17233 107165 5722 17236 107166 14156 17237 107167 19694 19168 107168 5722 17236 107169 19694 19168 107170 8421 17235 107171 5723 17238 107172 19756 19169 107173 19695 19170 107174 5724 17241 107175 14158 17246 107176 19660 19171 107177 5724 17241 107178 19659 19172 107179 14157 17239 107180 5725 17242 107181 14155 17233 107182 19691 19173 107183 5726 17245 107184 8422 17243 107185 19796 19174 107186 5726 17245 107187 19796 19174 107188 19660 19171 107189 19535 4387 107190 2398 4386 107191 19464 19175 107192 5778 17371 107193 14201 17372 107194 19798 19176 107195 5778 17371 107196 19799 19177 107197 9923 17373 107198 5780 17378 107199 14205 18719 107200 19696 19178 107201 5780 17378 107202 19696 19178 107203 19798 19176 107204 5782 18720 107205 14203 18717 107206 19797 19179 107207 5783 17382 107208 14206 17383 107209 19760 19180 107210 5786 17390 107211 14208 18723 107212 19663 19181 107213 5786 17390 107214 19663 19181 107215 19760 19180 107216 5789 17394 107217 14209 17395 107218 19800 19182 107219 5789 17394 107220 19801 19183 107221 9926 17396 107222 5792 17404 107223 9924 17385 107224 19878 19184 107225 5792 17404 107226 14077 18960 107227 19800 19182 107228 5795 17408 107229 14211 17409 107230 19804 19185 107231 5797 17418 107232 9931 9148 107233 19699 19186 107234 5797 17418 107235 19699 19186 107236 19804 19185 107237 5800 17423 107238 14212 17411 107239 19698 19187 107240 5803 17427 107241 19115 17430 107242 19879 19188 107243 5805 17435 107244 19854 19189 107245 14219 17438 107246 5806 17439 107247 14218 17441 107248 19856 19190 107249 5806 17439 107250 19856 19190 107251 15197 18962 107252 5807 17444 107253 19702 19191 107254 14218 17441 107255 5808 17445 107256 19051 17446 107257 19858 19192 107258 5809 17449 107259 19701 19193 107260 14222 17447 107261 5810 6065 107262 19860 19194 107263 14227 6066 107264 5813 6057 107265 14228 6062 107266 19861 19195 107267 5813 6057 107268 19861 19195 107269 19056 17451 107270 5814 17459 107271 14223 17454 107272 19769 19196 107273 5814 17459 107274 19769 19196 107275 15198 19197 107276 5815 17461 107277 14229 17460 107278 15198 19197 107279 5815 17461 107280 14226 17464 107281 19811 19198 107282 5816 17465 107283 19812 19199 107284 19811 19198 107285 5816 17465 107286 14230 17467 107287 19812 19199 107288 5817 17468 107289 19862 19200 107290 19058 17456 107291 5818 17470 107292 19120 17472 107293 19704 19201 107294 5819 17474 107295 14231 17473 107296 19704 19201 107297 5819 17474 107298 19703 19202 107299 16584 9175 107300 5820 17475 107301 9956 9182 107302 19705 19203 107303 5820 17475 107304 19705 19203 107305 14232 17476 107306 5821 17477 107307 19122 17478 107308 19709 19204 107309 5822 17480 107310 9958 17479 107311 19709 19204 107312 5822 17480 107313 19710 19205 107314 14233 19206 107315 5822 17480 107316 14233 19206 107317 19879 19188 107318 5823 17483 107319 14216 17431 107320 19879 19188 107321 5823 17483 107322 14233 19206 107323 19708 19207 107324 5823 17483 107325 19707 19208 107326 9957 17471 107327 5827 17491 107328 10435 10840 107329 19834 19209 107330 5827 17491 107331 19834 19209 107332 14023 16808 107333 5829 17497 107334 19071 17499 107335 19864 19210 107336 5830 17500 107337 10440 17504 107338 19865 19211 107339 5830 17500 107340 19865 19211 107341 19072 18967 107342 5831 17503 107343 14245 17510 107344 19867 19212 107345 5831 17503 107346 19867 19212 107347 16882 18968 107348 5833 17511 107349 14247 17513 107350 19668 19213 107351 5833 17511 107352 19667 19214 107353 10448 10169 107354 5852 17562 107355 19818 19215 107356 19817 19216 107357 5852 17562 107358 14260 17651 107359 19818 19215 107360 5864 17587 107361 19080 17591 107362 19735 19217 107363 5865 17592 107364 19780 19218 107365 19781 19219 107366 5865 17592 107367 14246 17493 107368 19780 19218 107369 5887 17656 107370 19838 19220 107371 19132 18971 107372 5894 17665 107373 11210 11662 107374 19823 19221 107375 5894 17665 107376 19823 19221 107377 18726 18050 107378 5895 17667 107379 19882 19222 107380 19137 18973 107381 5896 17670 107382 14325 17674 107383 19883 19223 107384 5897 17675 107385 11214 11669 107386 19785 19126 107387 5897 17675 107388 19786 19224 107389 19787 19225 107390 5897 17675 107391 19825 19226 107392 14324 17672 107393 5898 17676 107394 11215 17671 107395 19883 19223 107396 5899 17681 107397 11218 11672 107398 19683 19131 107399 5899 17681 107400 19684 19227 107401 17309 18976 107402 5899 17681 107403 14329 18975 107404 19884 19228 107405 5900 17683 107406 14328 17682 107407 19884 19228 107408 5900 17683 107409 14330 19229 107410 19687 19230 107411 5900 17683 107412 19687 19230 107413 11220 17684 107414 5901 17685 107415 11220 17684 107416 19829 19231 107417 5901 17685 107418 19829 19231 107419 19828 19232 107420 5901 17685 107421 19828 19232 107422 19685 19127 107423 5903 17692 107424 14332 17695 107425 19832 19233 107426 5903 17692 107427 19832 19233 107428 19144 18977 107429 5904 17694 107430 11223 11675 107431 19793 19234 107432 5904 17694 107433 19793 19234 107434 19734 19235 107435 5904 17694 107436 19733 19236 107437 14332 17695 107438 5960 17835 107439 19077 17838 107440 19711 19237 107441 5961 17840 107442 14391 17839 107443 19712 19238 107444 5961 17840 107445 19712 19238 107446 12400 13870 107447 5962 17841 107448 12401 13874 107449 19713 19239 107450 5962 17841 107451 19713 19239 107452 19123 17845 107453 5963 17843 107454 12403 17847 107455 19714 19240 107456 5963 17843 107457 19714 19240 107458 19816 19241 107459 6020 17984 107460 13881 16709 107461 19881 19242 107462 6020 17984 107463 19881 19242 107464 14425 17985 107465 6022 17988 107466 14427 17989 107467 19819 19243 107468 6022 17988 107469 19819 19243 107470 18709 16711 107471 6023 17990 107472 19718 19244 107473 13924 16715 107474 6026 17997 107475 19083 18000 107476 19870 19245 107477 6029 18003 107478 14428 17998 107479 19870 19245 107480 6030 18007 107481 14434 18027 107482 19820 19246 107483 6030 18007 107484 19820 19246 107485 19719 19247 107486 6032 18011 107487 13890 18008 107488 19719 19247 107489 6032 18011 107490 19720 19248 107491 19821 19249 107492 6035 18016 107493 14436 18038 107494 19721 19250 107495 6035 18016 107496 19721 19250 107497 18716 18028 107498 6041 18031 107499 14320 18034 107500 19783 19251 107501 6043 18037 107502 14440 18786 107503 19722 19252 107504 6043 18037 107505 14438 18032 107506 19783 19251 107507 6043 18037 107508 19784 19253 107509 14440 18786 107510 6045 18041 107511 14441 18045 107512 19723 19254 107513 6045 18041 107514 19724 19255 107515 13899 18042 107516 6048 18057 107517 14442 18047 107518 19680 19256 107519 6048 18057 107520 19680 19256 107521 14443 18058 107522 6049 18059 107523 14445 18061 107524 19824 19257 107525 6049 18059 107526 19824 19257 107527 18728 18974 107528 6051 18069 107529 14446 18072 107530 19725 19258 107531 6051 18069 107532 19726 19259 107533 14448 18070 107534 6052 18073 107535 14448 18070 107536 19727 19260 107537 6052 18073 107538 14444 18063 107539 19872 19261 107540 6052 18073 107541 19872 19261 107542 17308 18982 107543 6053 18074 107544 14443 18058 107545 19681 19262 107546 6053 18074 107547 14449 19263 107548 19729 19264 107549 6053 18074 107550 19730 19265 107551 14445 18061 107552 6054 19266 107553 14449 19263 107554 19682 19267 107555 6054 19266 107556 19682 19267 107557 19725 19258 107558 6054 19266 107559 14446 18072 107560 19728 19268 107561 6054 19266 107562 19728 19268 107563 14449 19263 107564 6056 18078 107565 13905 18079 107566 19826 19269 107567 6056 18078 107568 19826 19269 107569 19827 19270 107570 6058 18087 107571 19873 19271 107572 14454 18083 107573 6059 18088 107574 19885 19272 107575 13905 18079 107576 6062 18099 107577 19141 18985 107578 19142 19273 107579 6063 18100 107580 19731 19274 107581 13909 16721 107582 6064 18104 107583 14459 18106 107584 19830 19275 107585 6065 18108 107586 19732 19276 107587 19830 19275 107588 6066 18109 107589 14460 18111 107590 19689 19277 107591 6066 18109 107592 19689 19277 107593 14457 18102 107594 6067 18110 107595 14458 18112 107596 19874 19278 107597 6068 18114 107598 19101 18117 107599 19874 19278 107600 8573 6570 107601 19407 19279 107602 15925 963 107603 1088 1072 107604 19452 19280 107605 19586 19281 107606 2311 18654 107607 19105 18988 107608 19662 19282 107609 4212 18747 107610 16602 18746 107611 19782 19121 107612 14024 18647 107613 6521 3720 107614 19757 19283 107615 14071 18662 107616 14070 18659 107617 19738 19284 107618 7296 17031 107619 19836 19285 107620 19110 19286 107621 7296 17031 107622 19877 19287 107623 14480 17032 107624 14075 18679 107625 7298 18674 107626 19802 19288 107627 14075 18679 107628 19802 19288 107629 16569 17405 107630 5653 17033 107631 19853 19289 107632 14481 17038 107633 14082 17416 107634 19803 19290 107635 5653 17033 107636 5785 18722 107637 19739 19291 107638 14208 18723 107639 5788 18724 107640 15192 18670 107641 19739 19291 107642 5791 17401 107643 9928 17403 107644 19878 19184 107645 9936 18730 107646 14215 17424 107647 19698 19187 107648 5802 18732 107649 9936 18730 107650 19697 19292 107651 14337 18737 107652 10436 17588 107653 19736 19293 107654 11201 18605 107655 19126 18739 107656 19717 19294 107657 14308 18740 107658 19127 18742 107659 19740 19295 107660 14310 18749 107661 19871 19296 107662 16602 18746 107663 11205 18609 107664 19131 18752 107665 19678 19297 107666 5889 18760 107667 19839 19298 107668 18717 18979 107669 14318 18766 107670 11208 18765 107671 19822 19299 107672 14318 18766 107673 19822 19299 107674 18721 18980 107675 14337 18737 107676 19736 19293 107677 13961 16950 107678 13895 18645 107679 14316 18644 107680 19722 19252 107681 1119 1003 107682 1118 1131 107683 19349 19300 107684 1343 18802 107685 19744 19019 107686 19743 18996 107687 1229 1149 107688 19647 19022 107689 19648 18997 107690 18967 19004 107691 1289 1324 107692 1406 1326 107693 18969 19301 107694 1314 1235 107695 1408 1327 107696 1340 1265 107697 1411 19002 107698 18972 1333 107699 1391 1304 107700 18974 19003 107701 1413 1335 107702 18966 18999 107703 1236 1158 107704 1414 19000 107705 1415 1336 107706 1230 1154 107707 18976 19006 107708 1417 19009 107709 1246 1171 107710 18978 19008 107711 18979 1338 107712 1249 1174 107713 1417 19009 107714 1420 1341 107715 1265 1148 107716 18981 19011 107717 18981 19011 107718 1264 1147 107719 18982 19012 107720 1426 1347 107721 1354 1237 107722 18986 19016 107723 18988 19302 107724 1363 1277 107725 18987 19017 107726 1253 1175 107727 18980 19010 107728 1421 1345 107729 1427 19303 107730 1400 1321 107731 18989 19018 107732 18989 19018 107733 1357 1346 107734 1426 1347 107735 1400 1321 107736 1427 19303 107737 18987 19017 107738 1398 1318 107739 18991 19304 107740 1463 1392 107741 18964 1395 107742 1255 1179 107743 19840 19021 107744 18965 1396 107745 19841 19305 107746 1428 1397 107747 1589 1515 107748 1590 1514 107749 19843 19024 107750 1614 1538 107751 19844 19047 107752 1615 1539 107753 18992 1603 107754 19842 19306 107755 1502 1604 107756 1508 1432 107757 1506 1430 107758 18994 19026 107759 1509 1434 107760 1508 1432 107761 18995 19027 107762 1524 1450 107763 1523 1447 107764 18996 19307 107765 18999 1606 107766 18998 19308 107767 1583 1503 107768 1590 1514 107769 1592 1513 107770 19000 19030 107771 1592 1513 107772 1594 1516 107773 19001 19029 107774 19004 1607 107775 19003 19033 107776 1610 1530 107777 1511 1438 107778 1509 1434 107779 1687 19028 107780 19009 1613 107781 19008 19309 107782 1505 1429 107783 1690 1615 107784 19011 19034 107785 1531 1457 107786 1538 1425 107787 1536 1460 107788 19012 19035 107789 1541 1464 107790 1537 1423 107791 19013 19036 107792 1602 1527 107793 1600 1522 107794 19014 19041 107795 1616 1537 107796 1617 1540 107797 19845 19038 107798 1634 1552 107799 1637 1554 107800 19019 19040 107801 19014 19041 107802 1693 1617 107803 1607 1529 107804 1676 1598 107805 1544 1463 107806 19021 19042 107807 19019 19040 107808 1694 19310 107809 1674 1601 107810 19011 19034 107811 1690 1615 107812 19018 19044 107813 19022 19046 107814 1697 19045 107815 1533 1456 107816 19023 1618 107817 19022 19046 107818 1534 1458 107819 1624 1510 107820 1619 1544 107821 19024 19049 107822 1690 1615 107823 1528 1455 107824 19746 19043 107825 1529 1454 107826 18993 1672 107827 19745 19050 107828 1696 1671 107829 19846 19311 107830 18993 1672 107831 6570 2594 107832 19654 19065 107833 6569 2591 107834 6514 2600 107835 19654 19065 107836 6570 2594 107837 6512 2602 107838 19654 19065 107839 6514 2600 107840 6512 2602 107841 1964 2601 107842 19747 19051 107843 19748 19053 107844 1965 2605 107845 19749 19052 107846 19748 19053 107847 19747 19051 107848 6515 2604 107849 19753 19054 107850 19032 3728 107851 6530 2610 107852 19753 19054 107853 1966 2609 107854 19752 19055 107855 6531 2617 107856 1967 2614 107857 19754 19056 107858 6531 2617 107859 19752 19055 107860 6522 2613 107861 19755 19057 107862 1968 2619 107863 19035 2622 107864 19755 19057 107865 19754 19056 107866 6523 2616 107867 19651 19058 107868 19652 19312 107869 6527 2639 107870 19651 19058 107871 1971 2638 107872 19650 19059 107873 6535 2668 107874 19025 18830 107875 19847 19060 107876 6537 2662 107877 19750 19313 107878 19759 19061 107879 19751 19062 107880 19750 19313 107881 6537 2662 107882 19751 19062 107883 1976 2661 107884 19027 2665 107885 6534 2667 107886 1977 2666 107887 19658 19063 107888 19655 19064 107889 19037 2628 107890 6568 2627 107891 19655 19064 107892 1988 2717 107893 19654 19065 107894 19029 3331 107895 19749 19052 107896 6516 2607 107897 6918 3385 107898 19850 19066 107899 6912 3386 107900 6918 3385 107901 2143 3390 107902 19850 19066 107903 7085 3714 107904 2222 3713 107905 19851 19067 107906 7085 3714 107907 19848 19143 107908 6529 3715 107909 19758 19068 107910 2223 3719 107911 15047 3724 107912 19758 19068 107913 19757 19283 107914 6521 3720 107915 19852 19069 107916 2224 3725 107917 19032 3728 107918 19852 19069 107919 15047 3724 107920 7095 3723 107921 19661 19070 107922 19737 19314 107923 7295 18651 107924 19764 19072 107925 2321 4143 107926 19763 19071 107927 7309 19074 107928 2321 4143 107929 19765 19073 107930 7306 4144 107931 2321 4143 107932 19859 19075 107933 7310 19076 107934 2322 4146 107935 19859 19075 107936 19665 19078 107937 2322 4146 107938 19666 19077 107939 7307 4147 107940 2322 4146 107941 19766 19079 107942 7308 4151 107943 19767 19315 107944 19768 19080 107945 19768 19080 107946 19770 19316 107947 7311 19081 107948 7305 4149 107949 2323 4148 107950 19763 19071 107951 7312 19082 107952 2324 4150 107953 19766 19079 107954 7312 19082 107955 19772 19317 107956 19771 19083 107957 19771 19083 107958 19767 19315 107959 7308 4151 107960 19540 19318 107961 952 19319 107962 19463 19088 107963 2398 4386 107964 7459 4403 107965 19464 19175 107966 3343 8142 107967 19428 19320 107968 19427 19321 107969 937 872 107970 997 871 107971 19482 19322 107972 3343 8142 107973 9355 8145 107974 19484 19323 107975 9355 8145 107976 3344 8146 107977 19484 19323 107978 1001 955 107979 989 873 107980 19409 19324 107981 3421 8376 107982 9343 8122 107983 19471 19325 107984 10477 10118 107985 19779 19116 107986 10478 10119 107987 10478 10119 107988 19779 19116 107989 10429 10124 107990 10429 10124 107991 19779 19116 107992 10427 10128 107993 10430 10130 107994 16875 10129 107995 19773 19103 107996 10431 10133 107997 3856 10132 107998 19774 19104 107999 10444 11283 108000 19670 19120 108001 19669 19105 108002 10438 10137 108003 16881 18884 108004 19775 19106 108005 10439 10141 108006 3858 10140 108007 19776 19107 108008 10439 10141 108009 19776 19107 108010 10445 10148 108011 10441 10145 108012 3859 10144 108013 19866 19108 108014 19674 19110 108015 3860 10149 108016 19673 19109 108017 10476 10150 108018 3860 10149 108019 19672 19111 108020 10441 10145 108021 19866 19108 108022 10446 10159 108023 10446 10159 108024 19778 19112 108025 10443 10155 108026 19777 19113 108027 3862 10160 108028 19778 19112 108029 19777 19113 108030 19673 19109 108031 10442 10153 108032 10449 10167 108033 19067 18970 108034 19863 19114 108035 10476 10150 108036 19672 19111 108037 19671 19115 108038 10477 10118 108039 3877 10229 108040 19779 19116 108041 10431 10133 108042 19774 19104 108043 19068 10839 108044 10435 10840 108045 4020 10838 108046 19833 19117 108047 19868 19118 108048 4034 10896 108049 19078 10900 108050 10437 18734 108051 19079 18736 108052 19869 19119 108053 10444 11283 108054 4127 11279 108055 19670 19120 108056 19675 19326 108057 4212 18747 108058 19676 19122 108059 11216 17677 108060 19788 19327 108061 19789 19123 108062 11217 19125 108063 4215 11668 108064 19790 19124 108065 11214 11669 108066 4215 11668 108067 19785 19126 108068 19686 19128 108069 4216 11671 108070 19685 19127 108071 11221 19130 108072 4216 11671 108073 19791 19129 108074 11218 11672 108075 4216 11671 108076 19683 19131 108077 11224 11677 108078 4217 11674 108079 19876 19132 108080 19875 19133 108081 4217 11674 108082 17312 11678 108083 19875 19133 108084 17311 19328 108085 11223 11675 108086 4304 11983 108087 11429 11973 108088 19492 19329 108089 11429 11973 108090 4302 11972 108091 19493 19330 108092 4299 11961 108093 11439 12017 108094 19501 19331 108095 4312 12016 108096 19443 19332 108097 11439 12017 108098 4312 12016 108099 11437 12009 108100 19440 19139 108101 922 19333 108102 19286 19334 108103 19321 19335 108104 5342 15964 108105 19451 19336 108106 13448 15965 108107 14023 16808 108108 19835 19337 108109 19042 16806 108110 19031 16811 108111 5580 16809 108112 19848 19143 108113 19849 19144 108114 19033 16821 108115 13963 16815 108116 19849 19144 108117 5581 16814 108118 19030 16816 108119 19034 16818 108120 19650 19059 108121 6524 2642 108122 13964 16823 108123 5583 16822 108124 19656 19146 108125 6527 2639 108126 19652 19312 108127 19653 19145 108128 6543 16826 108129 5584 16825 108130 19658 19063 108131 19657 19147 108132 19658 19063 108133 13965 16828 108134 19657 19147 108135 5590 16844 108136 19656 19146 108137 13969 16879 108138 19795 19149 108139 13970 16880 108140 19041 16952 108141 19851 19067 108142 7094 3718 108143 19794 19148 108144 14956 16887 108145 6915 16886 108146 19794 19148 108147 5646 17026 108148 19795 19149 108149 19853 19289 108150 5653 17033 108151 15194 17035 108152 14085 17043 108153 16575 17482 108154 19700 19150 108155 19806 19152 108156 5658 17048 108157 15196 19151 108158 19806 19152 108159 19805 19338 108160 14087 17049 108161 14087 17049 108162 19805 19338 108163 19807 19153 108164 14089 17054 108165 5660 17053 108166 19808 19154 108167 7303 19156 108168 5661 17055 108169 19761 19155 108170 7303 19156 108171 19810 19339 108172 19809 19157 108173 19809 19157 108174 16581 18955 108175 14090 17056 108176 7304 19159 108177 5662 17058 108178 19857 19158 108179 7301 17059 108180 5662 17058 108181 19855 19160 108182 14093 17063 108183 5663 17061 108184 19855 19160 108185 14091 17062 108186 16582 18873 108187 19813 19161 108188 19762 19163 108189 5665 17070 108190 19052 19162 108191 7302 17071 108192 5665 17070 108193 19761 19155 108194 19815 19164 108195 5671 17090 108196 15199 17093 108197 19815 19164 108198 19814 19340 108199 14096 17091 108200 14097 17097 108201 19121 18958 108202 19880 19165 108203 14096 17091 108204 19814 19340 108205 14100 17098 108206 19692 19167 108207 5721 17232 108208 19693 19166 108209 19692 19167 108210 19691 19173 108211 14155 17233 108212 14156 17237 108213 19695 19170 108214 19694 19168 108215 19694 19168 108216 19693 19166 108217 8421 17235 108218 19756 19169 108219 5723 17238 108220 19039 17240 108221 14156 17237 108222 5723 17238 108223 19695 19170 108224 19659 19172 108225 5724 17241 108226 19660 19171 108227 19659 19172 108228 19039 17240 108229 14157 17239 108230 19104 17244 108231 5725 17242 108232 19691 19173 108233 8422 17243 108234 15830 18959 108235 19796 19174 108236 14158 17246 108237 5726 17245 108238 19660 19171 108239 19799 19177 108240 5778 17371 108241 19798 19176 108242 19799 19177 108243 16564 17391 108244 9923 17373 108245 14205 18719 108246 16566 18661 108247 19696 19178 108248 14201 17372 108249 5780 17378 108250 19798 19176 108251 14067 18655 108252 5782 18720 108253 19797 19179 108254 14073 17384 108255 5783 17382 108256 19760 19180 108257 14073 17384 108258 19878 19184 108259 9924 17385 108260 14208 18723 108261 19664 19341 108262 19663 19181 108263 14206 17383 108264 5786 17390 108265 19760 19180 108266 19801 19183 108267 5789 17394 108268 19800 19182 108269 19801 19183 108270 16568 9149 108271 9926 17396 108272 9928 17403 108273 5792 17404 108274 19878 19184 108275 14209 17395 108276 5792 17404 108277 19800 19182 108278 19047 17410 108279 5795 17408 108280 19804 19185 108281 19047 17410 108282 19698 19187 108283 14212 17411 108284 9931 9148 108285 16571 18683 108286 19699 19186 108287 14211 17409 108288 5797 17418 108289 19804 19185 108290 14215 17424 108291 5800 17423 108292 19698 19187 108293 14216 17431 108294 5803 17427 108295 19879 19188 108296 19854 19189 108297 5805 17435 108298 19049 17437 108299 19854 19189 108300 19048 18963 108301 14219 17438 108302 14218 17441 108303 19050 19342 108304 19856 19190 108305 19702 19191 108306 5807 17444 108307 16583 17064 108308 19702 19191 108309 19050 19342 108310 14218 17441 108311 14222 17447 108312 5808 17445 108313 19858 19192 108314 19701 19193 108315 19117 17448 108316 14222 17447 108317 14222 17447 108318 19858 19192 108319 19119 17450 108320 19701 19193 108321 5809 17449 108322 16578 9169 108323 19860 19194 108324 5810 6065 108325 19056 17451 108326 19860 19194 108327 19055 17452 108328 14227 6066 108329 14228 6062 108330 19057 17458 108331 19861 19195 108332 14223 17454 108333 19053 18964 108334 19769 19196 108335 14229 17460 108336 5814 17459 108337 15198 19197 108338 19061 17463 108339 5815 17461 108340 15198 19197 108341 19118 17462 108342 5815 17461 108343 19811 19198 108344 14226 17464 108345 5816 17465 108346 19811 19198 108347 14230 17467 108348 15197 18962 108349 19812 19199 108350 19862 19200 108351 5817 17468 108352 19062 17469 108353 14231 17473 108354 5818 17470 108355 19704 19201 108356 19703 19202 108357 5819 17474 108358 19704 19201 108359 9956 9182 108360 16585 9181 108361 19705 19203 108362 19705 19203 108363 19706 19343 108364 14232 17476 108365 14232 17476 108366 19706 19343 108367 19122 17478 108368 9958 17479 108369 5821 17477 108370 19709 19204 108371 19710 19205 108372 5822 17480 108373 19709 19204 108374 19710 19205 108375 19708 19207 108376 14233 19206 108377 19114 17481 108378 5822 17480 108379 19879 19188 108380 14233 19206 108381 5823 17483 108382 19879 19188 108383 19707 19208 108384 5823 17483 108385 19708 19207 108386 19707 19208 108387 16586 18966 108388 9957 17471 108389 10435 10840 108390 19833 19117 108391 19834 19209 108392 19834 19209 108393 19835 19337 108394 14023 16808 108395 14242 17494 108396 19864 19210 108397 19069 17495 108398 14242 17494 108399 5829 17497 108400 19864 19210 108401 10440 17504 108402 16882 18968 108403 19865 19211 108404 14245 17510 108405 19073 18969 108406 19867 19212 108407 19667 19214 108408 5833 17511 108409 19668 19213 108410 19667 19214 108411 19064 18886 108412 10448 10169 108413 19065 17520 108414 19668 19213 108415 14247 17513 108416 10819 17563 108417 5852 17562 108418 19817 19216 108419 14260 17651 108420 19124 17650 108421 19818 19215 108422 10819 17563 108423 19817 19216 108424 14258 17565 108425 10436 17588 108426 5864 17587 108427 19735 19217 108428 14265 17590 108429 19781 19219 108430 19080 17591 108431 14265 17590 108432 5865 17592 108433 19781 19219 108434 14246 17493 108435 19070 17496 108436 19780 19218 108437 11210 11662 108438 17305 18908 108439 19823 19221 108440 19882 19222 108441 5895 17667 108442 17304 17668 108443 11215 17671 108444 5896 17670 108445 19883 19223 108446 19786 19224 108447 5897 17675 108448 19785 19126 108449 19825 19226 108450 5897 17675 108451 19787 19225 108452 19825 19226 108453 18727 18092 108454 14324 17672 108455 14327 17678 108456 5898 17676 108457 19883 19223 108458 14326 17680 108459 19788 19327 108460 11216 17677 108461 19684 19227 108462 5899 17681 108463 19683 19131 108464 14328 17682 108465 5899 17681 108466 19884 19228 108467 14330 19229 108468 5900 17683 108469 19884 19228 108470 14330 19229 108471 19688 19344 108472 19687 19230 108473 19687 19230 108474 19792 19345 108475 11220 17684 108476 11220 17684 108477 19792 19345 108478 19829 19231 108479 19829 19231 108480 19886 19346 108481 19828 19232 108482 11219 17686 108483 5901 17685 108484 19685 19127 108485 14333 17691 108486 19876 19132 108487 11222 17688 108488 14332 17695 108489 19831 19347 108490 19832 19233 108491 11223 11675 108492 17311 19328 108493 19793 19234 108494 19733 19236 108495 5904 17694 108496 19734 19235 108497 19733 19236 108498 19831 19347 108499 14332 17695 108500 14392 17837 108501 19816 19241 108502 19077 17838 108503 14391 17839 108504 5960 17835 108505 19711 19237 108506 14391 17839 108507 19711 19237 108508 19712 19238 108509 19712 19238 108510 17985 13871 108511 12400 13870 108512 12401 13874 108513 17986 13873 108514 19713 19239 108515 12403 17847 108516 19715 19348 108517 19714 19240 108518 14392 17837 108519 5963 17843 108520 19816 19241 108521 19125 17846 108522 19715 19348 108523 12403 17847 108524 13881 16709 108525 18708 16708 108526 19881 19242 108527 19881 19242 108528 17296 18995 108529 14425 17985 108530 14427 17989 108531 19128 18005 108532 19819 19243 108533 19718 19244 108534 6023 17990 108535 17297 17992 108536 19718 19244 108537 18712 16716 108538 13924 16715 108539 14428 17998 108540 6026 17997 108541 19870 19245 108542 11204 18006 108543 6029 18003 108544 19870 19245 108545 11204 18006 108546 19741 19349 108547 14431 18004 108548 14434 18027 108549 17300 18024 108550 19820 19246 108551 13890 18008 108552 6030 18007 108553 19719 19247 108554 19720 19248 108555 6032 18011 108556 19719 19247 108557 14435 18012 108558 6032 18011 108559 19821 19249 108560 14436 18038 108561 19722 19252 108562 19721 19250 108563 14438 18032 108564 6041 18031 108565 19783 19251 108566 14436 18038 108567 6043 18037 108568 19722 19252 108569 19784 19253 108570 6043 18037 108571 19783 19251 108572 19784 19253 108573 19742 19350 108574 14440 18786 108575 19724 19255 108576 6045 18041 108577 19723 19254 108578 19724 19255 108579 18725 17663 108580 13899 18042 108581 19136 18051 108582 19679 19351 108583 14442 18047 108584 13902 18055 108585 19727 19260 108586 19138 18056 108587 19138 18056 108588 19723 19254 108589 14441 18045 108590 14442 18047 108591 19679 19351 108592 19680 19256 108593 19680 19256 108594 19681 19262 108595 14443 18058 108596 14445 18061 108597 19139 19352 108598 19824 19257 108599 19726 19259 108600 6051 18069 108601 19725 19258 108602 19726 19259 108603 19727 19260 108604 14448 18070 108605 13902 18055 108606 6052 18073 108607 19727 19260 108608 14444 18063 108609 19087 18981 108610 19872 19261 108611 14449 19263 108612 6053 18074 108613 19681 19262 108614 19730 19265 108615 6053 18074 108616 19729 19264 108617 19730 19265 108618 19139 19352 108619 14445 18061 108620 14449 19263 108621 19681 19262 108622 19682 19267 108623 14446 18072 108624 6054 19266 108625 19725 19258 108626 14446 18072 108627 19090 18983 108628 19728 19268 108629 19728 19268 108630 19729 19264 108631 14449 19263 108632 14453 18075 108633 19827 19270 108634 19093 18076 108635 13905 18079 108636 18730 19353 108637 19826 19269 108638 14453 18075 108639 6056 18078 108640 19827 19270 108641 19873 19271 108642 6058 18087 108643 19092 18077 108644 19873 19271 108645 19094 18084 108646 14454 18083 108647 19885 19272 108648 6059 18088 108649 17310 18090 108650 19885 19272 108651 18730 19353 108652 13905 18079 108653 14456 18097 108654 19142 19273 108655 19143 18098 108656 14456 18097 108657 6062 18099 108658 19142 19273 108659 19731 19274 108660 6063 18100 108661 19100 18103 108662 19731 19274 108663 18733 17690 108664 13909 16721 108665 19145 18107 108666 6064 18104 108667 19830 19275 108668 19732 19276 108669 6065 18108 108670 18731 16723 108671 14459 18106 108672 6065 18108 108673 19830 19275 108674 14460 18111 108675 19690 19354 108676 19689 19277 108677 19689 19277 108678 19100 18103 108679 14457 18102 108680 19099 18113 108681 6067 18110 108682 19874 19278 108683 19099 18113 108684 19690 19354 108685 14460 18111 108686 14458 18112 108687 6068 18114 108688 19874 19278 108689 4851 18229 108690 19446 19355 108691 4846 18230 108692 1114 1086 108693 1120 1004 108694 19279 19356 108695 19661 19070 108696 2311 18654 108697 19662 19282 108698 11201 18605 108699 19716 19357 108700 11203 18606 108701 16602 18746 108702 19082 19358 108703 19782 19121 108704 11205 18609 108705 19677 19359 108706 11207 18610 108707 14343 18735 108708 14024 18647 108709 19757 19283 108710 7295 18651 108711 19737 19314 108712 16561 18652 108713 14070 18659 108714 16563 18718 108715 19738 19284 108716 19877 19287 108717 7296 17031 108718 19110 19286 108719 19877 19287 108720 19045 18990 108721 14480 17032 108722 15190 18664 108723 19836 19285 108724 7296 17031 108725 7298 18674 108726 15193 18992 108727 19802 19288 108728 19853 19289 108729 19046 18993 108730 14481 17038 108731 19803 19290 108732 14081 17034 108733 5653 17033 108734 19797 19179 108735 14203 18717 108736 15189 17379 108737 19739 19291 108738 19664 19341 108739 14208 18723 108740 5785 18722 108741 5788 18724 108742 19739 19291 108743 19148 18726 108744 5791 17401 108745 19878 19184 108746 19697 19292 108747 9936 18730 108748 19698 19187 108749 19112 18733 108750 5802 18732 108751 19697 19292 108752 10436 17588 108753 19735 19217 108754 19736 19293 108755 18707 18738 108756 19837 19360 108757 16600 18604 108758 16600 18604 108759 19837 19360 108760 19126 18739 108761 19716 19357 108762 11201 18605 108763 19717 19294 108764 18710 18637 108765 14308 18740 108766 19740 19295 108767 4212 18747 108768 19675 19326 108769 14311 18748 108770 19871 19296 108771 14310 18749 108772 19084 18750 108773 19871 19296 108774 19082 19358 108775 16602 18746 108776 19677 19359 108777 11205 18609 108778 19678 19297 108779 14314 18754 108780 19838 19220 108781 5887 17656 108782 18718 18762 108783 19839 19298 108784 5889 18760 108785 11208 18765 108786 17302 18994 108787 19822 19299 108788 19736 19293 108789 19040 16951 108790 13961 16950 108791 14431 18004 108792 19741 19349 108793 18715 18639 108794 14435 18012 108795 19821 19249 108796 19133 18781 108797 14440 18786 108798 13895 18645 108799 19722 19252 108800 14440 18786 108801 19742 19350 108802 18720 18646 108803 1008 19361 108804 944 937 108805 1190 19362 108806 924 19363 108807 19154 19364 108808 1016 19365 108809 1171 19366 108810 954 19084 108811 1015 19367 108812 2767 5986 108813 19420 19368 108814 8272 967 108815 956 838 108816 1173 19369 108817 1068 1061 108818 3357 8181 108819 8478 8080 108820 19546 19370 108821 1145 1115 108822 1081 1114 108823 1146 1043 108824 5266 15728 108825 19374 19371 108826 19600 19372 108827 941 898 108828 1115 19373 108829 1191 995 108830 1008 19361 108831 1192 1073 108832 1009 938 108833 1169 19374 108834 951 940 108835 1212 1058 108836 3419 8370 108837 19223 19375 108838 19579 19376 108839 19432 19377 108840 2877 6412 108841 19265 19378 108842 9914 6408 108843 19272 19379 108844 8490 8184 108845 1081 1114 108846 1138 1044 108847 1146 1043 108848 1017 933 108849 962 875 108850 1193 19380 108851 924 19363 108852 1016 19365 108853 1116 19381 108854 19427 19321 108855 19477 19102 108856 9345 8125 108857 955 957 108858 1028 19091 108859 1172 19382 108860 956 838 108861 1014 902 108862 1050 19383 108863 955 957 108864 967 19384 108865 1028 19091 108866 957 845 108867 1025 911 108868 1189 19385 108869 1017 933 108870 1193 19380 108871 1024 19386 108872 1021 908 108873 1190 19362 108874 998 935 108875 1168 1074 108876 965 947 108877 1192 1073 108878 1168 1074 108879 1212 1058 108880 1022 946 108881 924 19363 108882 1116 19381 108883 1049 19387 108884 954 19084 108885 1171 19366 108886 1052 19388 108887 955 957 108888 1172 19382 108889 1014 902 108890 958 849 108891 1174 1069 108892 1053 19389 108893 958 849 108894 1004 851 108895 1174 1069 108896 941 898 108897 973 921 108898 1115 19373 108899 959 959 108900 1207 1064 108901 1167 1076 108902 960 960 108903 1167 1076 108904 1175 1077 108905 961 983 108906 1175 1077 108907 1023 19390 108908 959 959 108909 980 904 108910 1207 1064 108911 934 920 108912 1111 19391 108913 1036 19392 108914 934 920 108915 1056 981 108916 1111 19391 108917 1064 922 108918 971 839 108919 1227 988 108920 1056 981 108921 1064 922 108922 1054 19393 108923 994 919 108924 1038 882 108925 19423 19394 108926 19218 19395 108927 19471 19325 108928 9343 8122 108929 19150 19396 108930 19245 19397 108931 1117 19398 108932 1149 1102 108933 1145 1115 108934 1148 19399 108935 951 940 108936 1169 19374 108937 1188 1104 108938 953 19400 108939 1170 19401 108940 1048 19402 108941 3356 890 108942 9369 15767 108943 19157 891 108944 1094 19403 108945 19357 19404 108946 19590 19405 108947 12292 13635 108948 19515 19406 108949 18886 986 108950 5730 17251 108951 19460 974 108952 8246 5960 108953 19537 4388 108954 19247 19407 108955 7457 4396 108956 19530 19408 108957 1093 19136 108958 19240 19409 108959 7449 4363 108960 19230 19410 108961 19412 19411 108962 9461 8377 108963 3421 8376 108964 19474 19412 108965 19548 4414 108966 7451 4376 108967 19234 19413 108968 7455 4397 108969 19169 19414 108970 19532 19415 108971 2391 4371 108972 7465 8371 108973 19193 19416 108974 19418 19417 108975 2392 4373 108976 19241 19418 108977 19151 19419 108978 2396 4394 108979 19246 19420 108980 2400 4404 108981 7461 4413 108982 19252 19421 108983 19541 4406 108984 19465 19422 108985 7459 4403 108986 1161 19094 108987 19251 19423 108988 19198 19424 108989 2402 4421 108990 7463 4364 108991 19200 19425 108992 7463 4364 108993 2389 4362 108994 19256 19426 108995 1119 1003 108996 1196 1059 108997 1118 1131 108998 19515 19406 108999 12292 13635 109000 19184 19427 109001 3419 8370 109002 9461 8377 109003 19223 19375 109004 19575 973 109005 18736 972 109006 5557 16729 109007 7451 4376 109008 2392 4373 109009 19235 19428 109010 1176 19429 109011 19549 19430 109012 19233 19431 109013 12247 18923 109014 12257 13598 109015 19348 19432 109016 19219 19433 109017 3338 8121 109018 19479 19434 109019 1095 18920 109020 1116 19381 109021 1177 19435 109022 19526 19436 109023 19525 15763 109024 18082 18927 109025 1082 1042 109026 1147 1041 109027 19373 19437 109028 4851 18229 109029 19524 15764 109030 19446 19355 109031 953 19400 109032 19461 19438 109033 19574 19439 109034 1094 19403 109035 1170 19401 109036 1213 18949 109037 1178 18922 109038 1096 19440 109039 1171 19366 109040 1097 1130 109041 1172 19382 109042 1162 19441 109043 1098 1002 109044 1173 19369 109045 1050 19383 109046 1099 1008 109047 1180 1010 109048 1189 19385 109049 1100 1014 109050 1163 1016 109051 1053 19389 109052 1099 1008 109053 1025 911 109054 1163 1016 109055 1023 19390 109056 1104 990 109057 1193 19380 109058 1094 19403 109059 1177 19435 109060 1048 19402 109061 1095 18920 109062 1178 18922 109063 1049 19387 109064 19507 19442 109065 19360 19443 109066 12234 13568 109067 19363 19444 109068 19507 19442 109069 4674 13567 109070 1096 19440 109071 1162 19441 109072 1052 19388 109073 4674 13567 109074 12247 18923 109075 19363 19444 109076 1097 1130 109077 1179 1060 109078 1172 19382 109079 1024 19386 109080 1106 1113 109081 1051 907 109082 1024 19386 109083 1193 19380 109084 1181 1112 109085 1183 1116 109086 1190 19362 109087 1021 908 109088 1165 1101 109089 1107 1100 109090 1051 907 109091 1183 1116 109092 1109 1096 109093 1190 19362 109094 1182 1071 109095 1192 1073 109096 1008 19361 109097 1023 19390 109098 1175 1077 109099 1103 991 109100 1108 993 109101 1115 19373 109102 1185 998 109103 1105 1030 109104 1185 998 109105 1036 19392 109106 1217 1031 109107 1054 19393 109108 1223 987 109109 8317 1092 109110 18894 18801 109111 19280 19445 109112 1105 1030 109113 1111 19391 109114 1217 1031 109115 1139 1109 109116 1150 1126 109117 19523 19446 109118 940 881 109119 976 886 109120 1039 968 109121 19285 19447 109122 4302 11972 109123 19322 19448 109124 4302 11972 109125 19285 19447 109126 19493 19330 109127 11433 11988 109128 19334 19449 109129 19568 11989 109130 19437 19450 109131 4306 11994 109132 19328 19451 109133 4310 12008 109134 11435 12000 109135 19288 19452 109136 1137 1121 109137 19447 19453 109138 1150 1126 109139 19442 19454 109140 19501 19331 109141 11439 12017 109142 4846 18230 109143 19293 19455 109144 19520 19134 109145 4706 13662 109146 17831 18924 109147 19458 19456 109148 19549 19430 109149 1176 19429 109150 19324 19457 109151 1097 1130 109152 1162 19441 109153 1118 1131 109154 19306 19458 109155 5278 15737 109156 19602 15738 109157 5280 1141 109158 18011 15772 109159 19572 19459 109160 4797 13991 109161 13870 13987 109162 19381 19460 109163 19353 19461 109164 4299 11961 109165 19503 19462 109166 19563 19463 109167 19329 19464 109168 11431 11984 109169 19349 19300 109170 1118 1131 109171 19509 19465 109172 12221 13542 109173 19356 19466 109174 19458 19456 109175 4668 13541 109176 12234 13568 109177 19360 19443 109178 19451 19336 109179 5342 15964 109180 19587 19467 109181 1195 1117 109182 19586 19281 109183 19554 11969 109184 4304 11983 109185 19561 19100 109186 11431 11984 109187 11427 11976 109188 19550 18573 109189 19323 19468 109190 11437 12009 109191 4310 12008 109192 19498 19469 109193 11435 12000 109194 4308 11987 109195 19387 19470 109196 1117 19398 109197 19333 19471 109198 19438 19472 109199 4310 12008 109200 19290 19473 109201 19498 19469 109202 3357 8181 109203 19546 19370 109204 19206 19474 109205 1071 1105 109206 19558 19475 109207 19557 16732 109208 1184 1103 109209 1194 1106 109210 19316 1108 109211 18894 18801 109212 18865 18549 109213 19345 19476 109214 1137 1121 109215 1136 1125 109216 19294 19477 109217 1030 942 109218 19192 976 109219 921 945 109220 7465 8371 109221 19578 12002 109222 19194 19478 109223 2394 4383 109224 19531 18232 109225 19239 19479 109226 19536 19087 109227 923 19480 109228 19245 19397 109229 19542 4405 109230 2400 4404 109231 19252 19421 109232 920 941 109233 1188 1104 109234 19413 978 109235 7463 4364 109236 19256 19426 109237 19201 19481 109238 19545 19482 109239 940 881 109240 1039 968 109241 2767 5986 109242 8259 901 109243 19469 19483 109244 968 958 109245 19261 19484 109246 19181 19485 109247 948 894 109248 978 932 109249 19269 19486 109250 19222 19487 109251 1010 939 109252 1011 949 109253 3357 8181 109254 19206 19474 109255 9370 8178 109256 2924 969 109257 19210 971 109258 19212 19488 109259 945 964 109260 1010 939 109261 19472 19489 109262 9461 8377 109263 19473 19490 109264 19224 19491 109265 1094 19403 109266 1213 18949 109267 19457 18948 109268 12466 13992 109269 4797 13991 109270 19396 19492 109271 1096 19440 109272 1178 18922 109273 19506 19493 109274 1162 19441 109275 1096 19440 109276 19362 19494 109277 1090 1133 109278 19366 19495 109279 1159 1098 109280 19348 19432 109281 12257 13598 109282 19391 19496 109283 4766 13888 109284 12221 13542 109285 17831 18924 109286 13918 16725 109287 18744 18918 109288 19311 19497 109289 1091 1050 109290 1159 1098 109291 19380 1051 109292 13870 13987 109293 19595 19498 109294 19382 19499 109295 5266 15728 109296 13332 1135 109297 19371 1137 109298 1152 1094 109299 19377 19500 109300 1202 1095 109301 19601 19501 109302 19373 19437 109303 1147 1041 109304 19399 19502 109305 19453 19142 109306 1158 1097 109307 19408 19503 109308 19407 19279 109309 8573 6570 109310 19187 950 109311 19189 970 109312 2924 969 109313 932 913 109314 19209 19504 109315 985 929 109316 19217 19505 109317 1000 936 109318 945 964 109319 19417 19506 109320 922 19333 109321 19236 19507 109322 19260 19508 109323 8284 6013 109324 8283 966 109325 2389 4362 109326 19414 19509 109327 19257 19510 109328 922 19333 109329 1176 19429 109330 19233 19431 109331 19199 19511 109332 19250 19512 109333 7461 4413 109334 2392 4373 109335 19418 19417 109336 19235 19428 109337 2392 4373 109338 7453 4389 109339 19241 19418 109340 2396 4394 109341 7457 4396 109342 19246 19420 109343 19540 19318 109344 19251 19423 109345 1161 19094 109346 2402 4421 109347 19200 19425 109348 19199 19511 109349 1188 1104 109350 1029 19140 109351 19255 19513 109352 969 896 109353 19185 19514 109354 19261 19484 109355 8490 8184 109356 19271 19515 109357 15851 951 109358 2877 6412 109359 8483 6415 109360 19265 19378 109361 19434 19516 109362 19273 19517 109363 9913 6407 109364 4308 11987 109365 19567 19518 109366 19387 19470 109367 5279 15765 109368 12466 13992 109369 19395 19519 109370 1187 19089 109371 19385 19520 109372 19566 19521 109373 5279 15765 109374 19365 19522 109375 13356 15766 109376 19368 19523 109377 19367 19524 109378 13356 15766 109379 19365 19522 109380 5279 15765 109381 19394 19525 109382 19454 19526 109383 19402 19527 109384 13448 15965 109385 19277 19528 109386 1057 19529 109387 994 919 109388 2391 4371 109389 19193 19416 109390 19227 19530 109391 987 954 109392 19213 953 109393 19209 19504 109394 948 894 109395 19433 19531 109396 1012 895 109397 19417 19506 109398 19240 19409 109399 1031 19135 109400 19150 19396 109401 1026 19532 109402 19168 19533 109403 1038 882 109404 940 881 109405 19176 19534 109406 947 887 109407 1012 895 109408 19156 19535 109409 989 873 109410 19162 19536 109411 19405 19537 109412 1164 19538 109413 1093 19136 109414 19168 19533 109415 19159 19539 109416 15855 8179 109417 19205 19540 109418 947 887 109419 19156 19535 109420 19204 19541 109421 3328 8079 109422 19424 19542 109423 19175 19543 109424 1176 19429 109425 922 19333 109426 19324 19457 109427 1164 19538 109428 1026 19532 109429 19327 19544 109430 1031 19135 109431 19490 19137 109432 19286 19334 109433 1117 19398 109434 923 19480 109435 19333 19471 109436 1152 1094 109437 1201 1144 109438 19337 19545 109439 11435 12000 109440 19386 19546 109441 19288 19452 109442 1161 19094 109443 19496 19093 109444 19289 19547 109445 1184 1103 109446 19351 1107 109447 1188 1104 109448 19283 19548 109449 1120 1004 109450 19390 19549 109451 12221 13542 109452 4668 13541 109453 19591 19550 109454 4797 13991 109455 19381 19460 109456 19396 19492 109457 1210 1067 109458 1149 1102 109459 19341 19551 109460 13330 1128 109461 19400 19552 109462 19301 1129 109463 19309 18950 109464 1213 18949 109465 19574 19439 109466 1149 1102 109467 1148 19399 109468 19341 19551 109469 18744 18918 109470 13927 13479 109471 19311 19497 109472 2929 18200 109473 2924 969 109474 19214 19553 109475 19448 19554 109476 19293 19455 109477 4846 18230 109478 18851 18508 109479 5251 15671 109480 18865 18549 109481 19184 19427 109482 8295 6035 109483 8284 6013 109484 7449 4363 109485 2391 4371 109486 19230 19410 109487 7453 4389 109488 2394 4383 109489 19242 19555 109490 7455 4397 109491 2396 4394 109492 19169 19414 109493 924 19363 109494 1015 19367 109495 19154 19364 109496 953 19400 109497 1016 19365 109498 19172 19556 109499 8483 6415 109500 3356 890 109501 19266 19557 109502 9913 6407 109503 19273 19517 109504 19272 19379 109505 3338 8121 109506 19219 19433 109507 19218 19395 109508 999 934 109509 1000 936 109510 19478 19558 109511 15925 963 109512 19406 19559 109513 19164 961 109514 19162 19536 109515 989 873 109516 937 872 109517 9369 15767 109518 15855 8179 109519 19159 19539 109520 1030 942 109521 920 941 109522 19229 979 109523 4299 11961 109524 19353 19461 109525 11425 11962 109526 4301 1139 109527 11425 11962 109528 19315 19560 109529 19352 19561 109530 19315 19560 109531 11425 11962 109532 1187 19089 109533 952 19319 109534 19385 19520 109535 4306 11994 109536 11431 11984 109537 19329 19464 109538 19562 19562 109539 1093 19136 109540 19327 19544 109541 4306 11994 109542 19437 19450 109543 19332 19563 109544 11433 11988 109545 4306 11994 109546 19332 19563 109547 19294 19477 109548 1136 1125 109549 1134 1124 109550 5280 1141 109551 13357 15770 109552 18011 15772 109553 19512 19564 109554 19346 1082 109555 1226 1087 109556 19304 19565 109557 1139 1109 109558 19527 19566 109559 13332 1135 109560 5261 1127 109561 19342 1136 109562 1083 1110 109563 1139 1109 109564 19304 19565 109565 5278 15737 109566 19306 19458 109567 18082 18927 109568 5344 15970 109569 13448 15965 109570 19401 19567 109571 1095 18920 109572 1177 19435 109573 19359 18921 109574 1144 1034 109575 19297 1083 109576 1201 1144 109577 5251 15671 109578 12461 1143 109579 19338 19568 109580 4302 11972 109581 11427 11976 109582 19322 19448 109583 5261 1127 109584 19300 19569 109585 19340 19570 109586 19178 19571 109587 1067 977 109588 19277 19528 109589 967 19384 109590 1032 837 109591 968 958 109592 1170 19401 109593 953 19400 109594 1213 18949 109595 967 19384 109596 19181 19485 109597 19583 19572 109598 19572 19459 109599 18011 15772 109600 19367 19524 109601 5251 15671 109602 19296 19573 109603 18865 18549 109604 1090 1133 109605 1160 1049 109606 1202 1095 109607 19428 19320 109608 3343 8142 109609 19483 19574 109610 2389 4362 109611 7449 4363 109612 19414 19509 109613 19408 19503 109614 2929 18200 109615 19214 19553 109616 1046 19575 109617 1044 19098 109618 996 944 109619 3355 8176 109620 19163 962 109621 19487 19096 109622 1044 19098 109623 997 871 109624 990 870 109625 995 943 109626 1044 19098 109627 988 869 109628 995 943 109629 996 944 109630 1044 19098 109631 19478 19558 109632 19426 19576 109633 1046 19575 109634 18082 18927 109635 19305 19577 109636 19526 19436 109637 2877 6412 109638 19432 19377 109639 9913 6407 109640 13330 1128 109641 5344 15970 109642 19400 19552 109643 1067 977 109644 19178 19571 109645 1019 897 109646 19424 19542 109647 3328 8079 109648 18859 985 109649 1061 918 109650 993 865 109651 935 866 109652 1061 918 109653 1057 19529 109654 1063 925 109655 3328 8079 109656 18845 18547 109657 18859 985 109658 19512 19564 109659 1226 1087 109660 1114 1086 109661 19159 19539 109662 19157 891 109663 19158 19578 109664 19160 19579 109665 19157 891 109666 19161 19580 109667 19156 19535 109668 19160 19579 109669 19161 19580 109670 19165 19581 109671 19163 962 109672 19164 961 109673 19162 19536 109674 19165 19581 109675 19166 19582 109676 19170 19583 109677 19168 19533 109678 19171 19584 109679 19167 19585 109680 19170 19583 109681 19169 19414 109682 19190 19586 109683 19188 19095 109684 19191 19587 109685 19187 950 109686 19190 19586 109687 19191 19587 109688 19196 19588 109689 19193 19416 109690 19197 19589 109691 19192 976 109692 19196 19588 109693 19195 19590 109694 19201 19481 109695 19199 19511 109696 19200 19425 109697 19202 19591 109698 19199 19511 109699 19201 19481 109700 19198 19424 109701 19202 19591 109702 19203 19592 109703 19207 19593 109704 19205 19540 109705 19208 19594 109706 19204 19541 109707 19207 19593 109708 19208 19594 109709 19215 19595 109710 19213 953 109711 19216 19596 109712 19212 19488 109713 19215 19595 109714 19214 19553 109715 19220 19597 109716 19218 19395 109717 19219 19433 109718 19217 19505 109719 19220 19597 109720 19221 19598 109721 19225 19599 109722 19223 19375 109723 19226 19600 109724 19222 19487 109725 19225 19599 109726 19226 19600 109727 19231 19601 109728 19228 975 109729 19232 19602 109730 19227 19530 109731 19231 19601 109732 19230 19410 109733 19237 19603 109734 19234 19413 109735 19238 19604 109736 19233 19431 109737 19237 19603 109738 19238 19604 109739 19243 19605 109740 19240 19409 109741 19244 19606 109742 19239 19479 109743 19243 19605 109744 19244 19606 109745 19242 19555 109746 19239 19479 109747 19241 19418 109748 19248 19607 109749 19246 19420 109750 19247 19407 109751 19245 19397 109752 19248 19607 109753 19249 19608 109754 19253 19609 109755 19251 19423 109756 19254 19610 109757 19250 19512 109758 19253 19609 109759 19254 19610 109760 19258 19611 109761 19256 19426 109762 19259 19612 109763 19255 19513 109764 19258 19611 109765 19259 19612 109766 19267 19613 109767 19264 19614 109768 19268 19615 109769 19263 892 109770 19267 19613 109771 19268 19615 109772 19266 19557 109773 19263 892 109774 19265 19378 109775 19273 19517 109776 19270 952 109777 19271 19515 109778 19274 19616 109779 19270 952 109780 19273 19517 109781 19269 19486 109782 19274 19616 109783 19275 19617 109784 19291 19618 109785 19289 19547 109786 19292 19619 109787 19288 19452 109788 19291 19618 109789 19290 19473 109790 19302 19620 109791 19300 19569 109792 19303 19621 109793 19299 1068 109794 19302 19620 109795 19303 19621 109796 19307 19622 109797 19305 19577 109798 19308 19623 109799 19304 19565 109800 19307 19622 109801 19308 19623 109802 19312 19624 109803 19310 19625 109804 19311 19497 109805 19313 19626 109806 19310 19625 109807 19314 19627 109808 19309 18950 109809 19313 19626 109810 19314 19627 109811 19319 19628 109812 19316 1108 109813 19317 16733 109814 19315 19560 109815 19319 19628 109816 19320 19629 109817 19325 19630 109818 19322 19448 109819 19323 19468 109820 19321 19335 109821 19325 19630 109822 19324 19457 109823 19330 19631 109824 19328 19451 109825 19329 19464 109826 19327 19544 109827 19330 19631 109828 19331 19632 109829 19335 19633 109830 19333 19471 109831 19336 19634 109832 19332 19563 109833 19335 19633 109834 19334 19449 109835 19343 19635 109836 19341 19551 109837 19344 19636 109838 19340 19570 109839 19343 19635 109840 19342 1136 109841 19354 19637 109842 19352 19561 109843 19353 19461 109844 19351 1107 109845 19354 19637 109846 19355 19638 109847 19369 19639 109848 19366 19495 109849 19370 19640 109850 19365 19522 109851 19369 19639 109852 19370 19640 109853 19368 19523 109854 19365 19522 109855 19367 19524 109856 19375 19641 109857 19372 19642 109858 19376 19643 109859 19371 1137 109860 19375 19641 109861 19374 19371 109862 19383 19644 109863 19381 19460 109864 19384 19645 109865 19380 1051 109866 19383 19644 109867 19384 19645 109868 19388 19646 109869 19386 19546 109870 19389 19647 109871 19385 19520 109872 19388 19646 109873 19389 19647 109874 19396 19492 109875 19394 19525 109876 19395 19519 109877 19397 19648 109878 19394 19525 109879 19398 19649 109880 19393 19650 109881 19397 19648 109882 19398 19649 109883 19402 19527 109884 19400 19552 109885 19401 19567 109886 19403 19651 109887 19400 19552 109888 19402 19527 109889 19399 19502 109890 19403 19651 109891 19404 19652 109892 19408 19503 109893 19406 19559 109894 19407 19279 109895 19410 19653 109896 19406 19559 109897 19411 19654 109898 19405 19537 109899 19410 19653 109900 19409 19324 109901 19415 19655 109902 19413 978 109903 19416 19656 109904 19412 19411 109905 19415 19655 109906 19414 19509 109907 19430 19657 109908 19427 19321 109909 19428 19320 109910 19426 19576 109911 19430 19657 109912 19431 19658 109913 19435 19659 109914 19433 19531 109915 19436 19660 109916 19432 19377 109917 19435 19659 109918 19436 19660 109919 19444 19661 109920 19441 19092 109921 19445 19662 109922 19440 19139 109923 19444 19661 109924 19442 19454 109925 19443 19332 109926 19440 19139 109927 19442 19454 109928 19449 19663 109929 19447 19453 109930 19450 19664 109931 19446 19355 109932 19449 19663 109933 19450 19664 109934 19455 19665 109935 19452 19280 109936 19453 19142 109937 19451 19336 109938 19455 19665 109939 19456 19666 109940 19466 19667 109941 19464 19175 109942 19465 19422 109943 19463 19088 109944 19466 19667 109945 19467 19668 109946 19475 19669 109947 19472 19489 109948 19476 19670 109949 19471 19325 109950 19475 19669 109951 19473 19490 109952 19474 19412 109953 19471 19325 109954 19473 19490 109955 19480 19671 109956 19478 19558 109957 19481 19672 109958 19477 19102 109959 19480 19671 109960 19481 19672 109961 19486 19097 109962 19484 19323 109963 19485 19673 109964 19488 19674 109965 19483 19574 109966 19489 19675 109967 19482 19322 109968 19488 19674 109969 19489 19675 109970 19493 19330 109971 19491 19101 109972 19492 19329 109973 19494 19676 109974 19491 19101 109975 19495 19677 109976 19490 19137 109977 19494 19676 109978 19495 19677 109979 19499 19678 109980 19497 19138 109981 19500 19679 109982 19496 19093 109983 19499 19678 109984 19500 19679 109985 19504 19680 109986 19502 19141 109987 19505 19681 109988 19501 19331 109989 19504 19680 109990 19505 19681 109991 19521 19682 109992 19519 18220 109993 19522 19683 109994 19518 18987 109995 19521 19682 109996 19522 19683 109997 19526 19436 109998 19524 15764 109999 19525 15763 110000 19528 19684 110001 19524 15764 110002 19526 19436 110003 19523 19446 110004 19528 19684 110005 19529 19685 110006 19533 19686 110007 19531 18232 110008 19534 19687 110009 19530 19408 110010 19533 19686 110011 19534 19687 110012 19538 19688 110013 19536 19087 110014 19539 19689 110015 19535 4387 110016 19538 19688 110017 19539 19689 110018 19543 19690 110019 19541 4406 110020 19542 4405 110021 19540 19318 110022 19543 19690 110023 19544 19691 110024 19552 19692 110025 19549 19430 110026 19553 19693 110027 19548 4414 110028 19552 19692 110029 19550 18573 110030 19551 4415 110031 19548 4414 110032 19550 18573 110033 19559 19694 110034 19555 18773 110035 19556 1138 110036 19554 11969 110037 19559 19694 110038 19560 19695 110039 19558 19475 110040 19554 11969 110041 19557 16732 110042 19564 19696 110043 19562 19562 110044 19565 19697 110045 19561 19100 110046 19564 19696 110047 19565 19697 110048 19569 19698 110049 19567 19518 110050 19570 19699 110051 19566 19521 110052 19569 19698 110053 19570 19699 110054 19580 19700 110055 19578 12002 110056 19581 19701 110057 19577 980 110058 19580 19700 110059 19581 19701 110060 19588 19702 110061 19586 19281 110062 19589 19703 110063 19585 18774 110064 19588 19702 110065 19589 19703 110066 19598 19704 110067 19594 1052 110068 19599 19705 110069 19593 15962 110070 19598 19704 110071 19595 19498 110072 19597 15963 110073 19593 15962 110074 19595 19498 110075 19606 19706 110076 19601 19501 110077 19607 19707 110078 19600 19372 110079 19606 19706 110080 19607 19707 110081 19604 19708 110082 19605 18942 110083 19603 18943 110084 19167 19585 110085 19151 19419 110086 19152 19709 110087 19170 19583 110088 19152 19709 110089 19168 19533 110090 19172 19556 110091 19154 19364 110092 19155 19710 110093 19174 19711 110094 19155 19710 110095 19153 900 110096 19227 19530 110097 19193 19416 110098 19196 19588 110099 19231 19601 110100 19196 19588 110101 19192 976 110102 19250 19512 110103 19199 19511 110104 19253 19609 110105 19253 19609 110106 19202 19591 110107 19198 19424 110108 19201 19481 110109 19256 19426 110110 19258 19611 110111 19203 19592 110112 19258 19611 110113 19255 19513 110114 19209 19504 110115 19213 953 110116 19215 19595 110117 19211 19712 110118 19215 19595 110119 19212 19488 110120 19181 19485 110121 19261 19484 110122 19183 19713 110123 19183 19713 110124 19262 19714 110125 19182 965 110126 19184 19427 110127 19260 19508 110128 19186 19715 110129 19186 19715 110130 19262 19714 110131 19261 19484 110132 19187 950 110133 19270 952 110134 19190 19586 110135 19190 19586 110136 19274 19616 110137 19188 19095 110138 19210 971 110139 19189 970 110140 19211 19712 110141 19211 19712 110142 19191 19587 110143 19209 19504 110144 19151 19419 110145 19246 19420 110146 19248 19607 110147 19152 19709 110148 19248 19607 110149 19150 19396 110150 19156 19535 110151 19264 19614 110152 19267 19613 110153 19160 19579 110154 19267 19613 110155 19263 892 110156 19159 19539 110157 19205 19540 110158 19207 19593 110159 19161 19580 110160 19207 19593 110161 19204 19541 110162 19178 19571 110163 19277 19528 110164 19278 19716 110165 19180 19717 110166 19278 19716 110167 19276 984 110168 19321 19335 110169 19286 19334 110170 19287 19718 110171 19325 19630 110172 19287 19718 110173 19322 19448 110174 19337 19545 110175 19297 1083 110176 19298 19719 110177 19339 19720 110178 19298 19719 110179 19296 19573 110180 19299 1068 110181 19341 19551 110182 19343 19635 110183 19302 19620 110184 19343 19635 110185 19340 19570 110186 19282 1007 110187 19280 19445 110188 19281 19721 110189 19284 19722 110190 19281 19721 110191 19283 19548 110192 19345 19476 110193 19296 19573 110194 19298 19719 110195 19347 19723 110196 19298 19719 110197 19297 1083 110198 19365 19522 110199 19394 19525 110200 19369 19639 110201 19369 19639 110202 19397 19648 110203 19366 19495 110204 19396 19492 110205 19381 19460 110206 19383 19644 110207 19398 19649 110208 19383 19644 110209 19380 1051 110210 19348 19432 110211 19391 19496 110212 19392 19724 110213 19350 19725 110214 19392 19724 110215 19390 19549 110216 19315 19560 110217 19352 19561 110218 19319 19628 110219 19319 19628 110220 19354 19637 110221 19316 1108 110222 19385 19520 110223 19289 19547 110224 19388 19646 110225 19388 19646 110226 19291 19618 110227 19386 19546 110228 19399 19502 110229 19299 1068 110230 19303 19621 110231 19403 19651 110232 19303 19621 110233 19301 1129 110234 19341 19551 110235 19372 19642 110236 19375 19641 110237 19344 19636 110238 19375 19641 110239 19371 1137 110240 19377 19500 110241 19337 19545 110242 19339 19720 110243 19379 19726 110244 19339 19720 110245 19338 19568 110246 19283 19548 110247 19390 19549 110248 19284 19722 110249 19284 19722 110250 19392 19724 110251 19391 19496 110252 19468 19086 110253 19421 19085 110254 19422 19727 110255 19470 19728 110256 19422 19727 110257 19420 19368 110258 19477 19102 110259 19427 19321 110260 19480 19671 110261 19480 19671 110262 19430 19657 110263 19478 19558 110264 19428 19320 110265 19483 19574 110266 19431 19658 110267 19431 19658 110268 19488 19674 110269 19482 19322 110270 19496 19093 110271 19441 19092 110272 19499 19678 110273 19499 19678 110274 19444 19661 110275 19440 19139 110276 19441 19092 110277 19502 19141 110278 19445 19662 110279 19445 19662 110280 19504 19680 110281 19442 19454 110282 19554 11969 110283 19586 19281 110284 19559 19694 110285 19559 19694 110286 19588 19702 110287 19555 18773 110288 19518 18987 110289 19594 1052 110290 19598 19704 110291 19521 19682 110292 19598 19704 110293 19593 15962 110294 19535 4387 110295 19464 19175 110296 19466 19667 110297 19538 19688 110298 19466 19667 110299 19463 19088 110300 19465 19422 110301 19541 4406 110302 19543 19690 110303 19467 19668 110304 19543 19690 110305 19540 19318 110306 19421 19085 110307 19583 19572 110308 19422 19727 110309 19422 19727 110310 19584 19729 110311 19420 19368 110312 19490 19137 110313 19562 19562 110314 19494 19676 110315 19494 19676 110316 19564 19696 110317 19561 19100 110318 19586 19281 110319 19452 19280 110320 19589 19703 110321 19589 19703 110322 19455 19665 110323 19587 19467 110324 19574 19439 110325 19461 19438 110326 19576 19730 110327 19576 19730 110328 19462 19731 110329 19460 974 110330 19523 19446 110331 19447 19453 110332 19528 19684 110333 19528 19684 110334 19449 19663 110335 19524 15764 110336 19154 19364 110337 19468 19086 110338 19470 19728 110339 19155 19710 110340 19470 19728 110341 19469 19483 110342 19175 19543 110343 19424 19542 110344 19177 19732 110345 19177 19732 110346 19425 19733 110347 19176 19534 110348 19162 19536 110349 19482 19322 110350 19489 19675 110351 19165 19581 110352 19489 19675 110353 19487 19096 110354 19461 19438 110355 19172 19556 110356 19174 19711 110357 19462 19731 110358 19174 19711 110359 19460 974 110360 19405 19537 110361 19162 19536 110362 19166 19582 110363 19410 19653 110364 19166 19582 110365 19164 961 110366 19194 19478 110367 19578 12002 110368 19197 19589 110369 19197 19589 110370 19580 19700 110371 19577 980 110372 19239 19479 110373 19531 18232 110374 19243 19605 110375 19243 19605 110376 19533 19686 110377 19530 19408 110378 19247 19407 110379 19537 4388 110380 19539 19689 110381 19249 19608 110382 19539 19689 110383 19536 19087 110384 19542 4405 110385 19252 19421 110386 19254 19610 110387 19544 19691 110388 19254 19610 110389 19251 19423 110390 19579 19376 110391 19223 19375 110392 19581 19701 110393 19581 19701 110394 19225 19599 110395 19222 19487 110396 19182 965 110397 19582 19734 110398 19183 19713 110399 19183 19713 110400 19584 19729 110401 19181 19485 110402 19545 19482 110403 19204 19541 110404 19208 19594 110405 19547 19735 110406 19208 19594 110407 19206 19474 110408 19185 19514 110409 19516 982 110410 19517 19736 110411 19186 19715 110412 19517 19736 110413 19184 19427 110414 19548 4414 110415 19234 19413 110416 19237 19603 110417 19552 19692 110418 19237 19603 110419 19549 19430 110420 19229 979 110421 19413 978 110422 19415 19655 110423 19232 19602 110424 19415 19655 110425 19412 19411 110426 19413 978 110427 19255 19513 110428 19259 19612 110429 19416 19656 110430 19259 19612 110431 19257 19510 110432 19235 19428 110433 19418 19417 110434 19419 19737 110435 19238 19604 110436 19419 19737 110437 19236 19507 110438 19418 19417 110439 19241 19418 110440 19244 19606 110441 19419 19737 110442 19244 19606 110443 19417 19506 110444 19532 19415 110445 19169 19414 110446 19534 19687 110447 19534 19687 110448 19171 19584 110449 19530 19408 110450 19471 19325 110451 19218 19395 110452 19475 19669 110453 19475 19669 110454 19220 19597 110455 19472 19489 110456 19219 19433 110457 19479 19434 110458 19221 19598 110459 19221 19598 110460 19481 19672 110461 19217 19505 110462 19546 19370 110463 19175 19543 110464 19547 19735 110465 19547 19735 110466 19177 19732 110467 19545 19482 110468 19224 19491 110469 19473 19490 110470 19226 19600 110471 19226 19600 110472 19476 19670 110473 19472 19489 110474 19264 19614 110475 19433 19531 110476 19268 19615 110477 19268 19615 110478 19435 19659 110479 19265 19378 110480 19433 19531 110481 19269 19486 110482 19436 19660 110483 19436 19660 110484 19275 19617 110485 19434 19516 110486 19575 973 110487 19310 19625 110488 19313 19626 110489 19576 19730 110490 19313 19626 110491 19309 18950 110492 19408 19503 110493 19214 19553 110494 19216 19596 110495 19411 19654 110496 19216 19596 110497 19213 953 110498 19179 19738 110499 19515 19406 110500 19517 19736 110501 19180 19717 110502 19517 19736 110503 19516 982 110504 19424 19542 110505 19276 984 110506 19425 19733 110507 19425 19733 110508 19278 19716 110509 19423 19394 110510 19286 19334 110511 19490 19137 110512 19495 19677 110513 19287 19718 110514 19495 19677 110515 19285 19447 110516 19327 19544 110517 19438 19472 110518 19439 19739 110519 19330 19631 110520 19439 19739 110521 19328 19451 110522 19438 19472 110523 19333 19471 110524 19335 19633 110525 19439 19739 110526 19335 19633 110527 19437 19450 110528 19289 19547 110529 19496 19093 110530 19292 19619 110531 19292 19619 110532 19500 19679 110533 19290 19473 110534 19293 19455 110535 19448 19554 110536 19295 19740 110537 19295 19740 110538 19450 19664 110539 19294 19477 110540 19312 19624 110541 19458 19456 110542 19314 19627 110543 19314 19627 110544 19459 19741 110545 19309 18950 110546 19512 19564 110547 19279 19356 110548 19514 19742 110549 19514 19742 110550 19281 19721 110551 19513 19743 110552 19346 1082 110553 19512 19564 110554 19347 19723 110555 19347 19723 110556 19514 19742 110557 19345 19476 110558 19566 19521 110559 19385 19520 110560 19569 19698 110561 19569 19698 110562 19389 19647 110563 19567 19518 110564 19356 19466 110565 19591 19550 110566 19592 19744 110567 19358 19745 110568 19592 19744 110569 19590 19405 110570 19591 19550 110571 19360 19443 110572 19361 19746 110573 19592 19744 110574 19361 19746 110575 19359 18921 110576 19373 19437 110577 19601 19501 110578 19606 19706 110579 19376 19643 110580 19606 19706 110581 19600 19372 110582 19382 19499 110583 19595 19498 110584 19599 19705 110585 19384 19645 110586 19599 19705 110587 19594 1052 110588 19571 1134 110589 19377 19500 110590 19379 19726 110591 19573 19747 110592 19379 19726 110593 19378 1142 110594 19572 19459 110595 19367 19524 110596 19573 19747 110597 19573 19747 110598 19370 19640 110599 19571 1134 110600 19304 19565 110601 19527 19566 110602 19307 19622 110603 19307 19622 110604 19529 19685 110605 19305 19577 110606 19353 19461 110607 19503 19462 110608 19355 19638 110609 19355 19638 110610 19505 19681 110611 19351 1107 110612 19317 16733 110613 19557 16732 110614 19320 19629 110615 19320 19629 110616 19560 19695 110617 19318 1140 110618 19562 19562 110619 19327 19544 110620 19331 19632 110621 19565 19697 110622 19331 19632 110623 19329 19464 110624 19333 19471 110625 19566 19521 110626 19336 19634 110627 19336 19634 110628 19570 19699 110629 19334 19449 110630 19360 19443 110631 19507 19442 110632 19508 19748 110633 19361 19746 110634 19508 19748 110635 19506 19493 110636 19507 19442 110637 19363 19444 110638 19508 19748 110639 19508 19748 110640 19364 19749 110641 19506 19493 110642 19363 19444 110643 19510 19750 110644 19511 19751 110645 19364 19749 110646 19511 19751 110647 19509 19465 110648 19306 19458 110649 19602 15738 110650 19308 19623 110651 19308 19623 110652 19607 19707 110653 19304 19565 110654 19453 19142 110655 19399 19502 110656 19456 19666 110657 19456 19666 110658 19404 19652 110659 19402 19527 110660 19349 19300 110661 19509 19465 110662 19511 19751 110663 19350 19725 110664 19511 19751 110665 19510 19750 110666 19357 19404 110667 19457 18948 110668 19459 19741 110669 19358 19745 110670 19459 19741 110671 19458 19456 110672 19520 19134 110673 19293 19455 110674 19295 19740 110675 19522 19683 110676 19295 19740 110677 19294 19477 110678 19549 19430 110679 19324 19457 110680 19326 19752 110681 19553 19693 110682 19326 19752 110683 19550 18573 110684 2396 4394 110685 19151 19419 110686 19167 19585 110687 1229 1149 110688 1231 1151 110689 19649 18998 110690 1342 1332 110691 810 19753 110692 1341 1266 110693 1358 1320 110694 1359 1276 110695 812 19754 110696 813 19755 110697 1475 1367 110698 1362 1278 110699 1476 1313 110700 843 19756 110701 1388 1309 110702 811 19757 110703 1398 1318 110704 1358 1320 110705 1233 1153 110706 1235 1156 110707 814 19758 110708 817 19759 110709 1285 18551 110710 822 19760 110711 1288 1325 110712 1285 18551 110713 817 19759 110714 1308 1225 110715 1303 1222 110716 819 19761 110717 1310 1229 110718 1308 1225 110719 819 19761 110720 1328 1254 110721 1327 1255 110722 820 19762 110723 1380 1296 110724 1383 1299 110725 824 19763 110726 1383 1299 110727 1389 1302 110728 824 19763 110729 1259 1181 110730 1262 1183 110731 829 19764 110732 1317 1244 110733 1318 1243 110734 884 19765 110735 1318 1243 110736 1320 1246 110737 830 19766 110738 1338 1264 110739 1341 1266 110740 831 19767 110741 1345 1267 110742 1344 1269 110743 833 19768 110744 813 19755 110745 1363 1277 110746 18988 19302 110747 1268 1188 110748 1271 1187 110749 889 19769 110750 1278 1194 110751 809 19770 110752 838 19771 110753 1280 1197 110754 1278 1194 110755 838 19771 110756 1343 18802 110757 1346 1268 110758 840 19772 110759 1346 1268 110760 1347 1271 110761 840 19772 110762 812 19754 110763 1359 1276 110764 841 19773 110765 1359 1276 110766 1361 1275 110767 841 19773 110768 838 19771 110769 841 19773 110770 1448 1366 110771 1472 1698 110772 843 19756 110773 13987 17308 110774 1342 1332 110775 843 19756 110776 810 19753 110777 1294 18552 110778 818 19774 110779 1297 1215 110780 1375 1287 110781 1377 1294 110782 823 19775 110783 1551 1471 110784 844 19776 110785 1550 1595 110786 845 19777 110787 1585 1506 110788 1579 1504 110789 847 19778 110790 1637 1554 110791 1636 1638 110792 1527 1452 110793 845 19777 110794 1580 1507 110795 1512 1440 110796 848 19779 110797 1679 18809 110798 1639 1557 110799 1558 18561 110800 19889 19780 110801 1639 1557 110802 853 19781 110803 1640 1559 110804 1517 1444 110805 1679 18809 110806 849 19782 110807 1527 1452 110808 850 19783 110809 845 19777 110810 855 19784 110811 1501 1427 110812 1503 1426 110813 1515 1441 110814 856 19785 110815 1514 1435 110816 1519 1445 110817 857 19786 110818 1688 18812 110819 1522 1448 110820 1689 18813 110821 857 19786 110822 1521 1446 110823 1688 18812 110824 858 19787 110825 1532 18806 110826 860 19788 110827 1691 18814 110828 1535 1459 110829 1691 18814 110830 861 19789 110831 1606 1531 110832 865 19790 110833 1609 1533 110834 1620 1542 110835 866 19791 110836 1617 1540 110837 1622 1509 110838 867 19792 110839 1623 1512 110840 1520 1442 110841 858 19787 110842 856 19785 110843 1674 1601 110844 1694 19310 110845 868 19793 110846 1530 1453 110847 869 19794 110848 1529 1454 110849 1551 1471 110850 1698 1624 110851 844 19776 110852 1615 1539 110853 19890 19795 110854 1714 1636 110855 1631 1550 110856 917 19796 110857 1632 1551 110858 1633 1553 110859 871 19797 110860 1635 1555 110861 1627 1545 110862 918 19798 110863 1672 1599 110864 1613 1536 110865 846 19799 110866 1740 1592 110867 843 19756 110868 1476 1313 110869 7204 17309 110870 843 19756 110871 1465 18124 110872 13987 17308 110873 1465 18124 110874 843 19756 110875 7204 17309 110876 809 19770 110877 1278 1194 110878 1277 1196 110879 811 19757 110880 1358 1320 110881 812 19754 110882 1363 1277 110883 813 19755 110884 1362 1278 110885 843 19756 110886 1395 1310 110887 1388 1309 110888 815 19800 110889 1239 1162 110890 1404 1322 110891 1406 1326 110892 1288 1325 110893 817 19759 110894 1407 18803 110895 1310 1229 110896 819 19761 110897 18971 1331 110898 1328 1254 110899 820 19762 110900 823 19775 110901 1380 1296 110902 824 19763 110903 1389 1302 110904 1413 1335 110905 824 19763 110906 881 19801 110907 1252 1172 110908 18979 1338 110909 828 19802 110910 1259 1181 110911 829 19764 110912 829 19764 110913 1262 1183 110914 1419 1340 110915 1318 1243 110916 830 19766 110917 884 19765 110918 1341 1266 110919 832 19803 110920 831 19767 110921 833 19768 110922 1344 1269 110923 1423 19015 110924 834 19804 110925 1345 1267 110926 833 19768 110927 1345 1267 110928 834 19804 110929 1424 1343 110930 1432 1354 110931 1280 1197 110932 838 19771 110933 1343 18802 110934 839 19805 110935 18990 19020 110936 839 19805 110937 1343 18802 110938 840 19772 110939 1347 1271 110940 1446 18805 110941 840 19772 110942 1361 1275 110943 1448 1366 110944 841 19773 110945 1432 1354 110946 838 19771 110947 1448 1366 110948 1472 1698 110949 1475 1367 110950 813 19755 110951 843 19756 110952 1472 1698 110953 810 19753 110954 818 19774 110955 1299 1218 110956 1297 1215 110957 1377 1294 110958 1380 1296 110959 823 19775 110960 1580 1507 110961 845 19777 110962 1579 1504 110963 846 19799 110964 1613 1536 110965 1612 1535 110966 1743 1710 110967 847 19778 110968 1636 1638 110969 1527 1452 110970 1524 1450 110971 850 19783 110972 1585 1506 110973 845 19777 110974 18999 1606 110975 853 19781 110976 1684 1609 110977 1640 1559 110978 1523 1447 110979 1517 1444 110980 849 19782 110981 902 19806 110982 855 19784 110983 1503 1426 110984 1503 1426 110985 1505 1429 110986 902 19806 110987 856 19785 110988 19010 1614 110989 1514 1435 110990 1519 1445 110991 1522 1448 110992 857 19786 110993 1520 1442 110994 1521 1446 110995 858 19787 110996 1536 1460 110997 1535 1459 110998 861 19789 110999 19015 1616 111000 865 19790 111001 1606 1531 111002 1622 1509 111003 1626 1548 111004 867 19792 111005 1596 1519 111006 1593 1517 111007 864 19807 111008 1515 1441 111009 1520 1442 111010 856 19785 111011 1629 1547 111012 1674 1601 111013 868 19793 111014 869 19794 111015 1696 1671 111016 1529 1454 111017 1713 19048 111018 19890 19795 111019 1615 1539 111020 1633 1553 111021 1632 1551 111022 871 19797 111023 871 19797 111024 1716 1637 111025 1635 1555 111026 918 19798 111027 1731 1667 111028 1672 1599 111029 1731 1667 111030 917 19796 111031 1631 1550 111032 871 19797 111033 1698 1624 111034 1716 1637 111035 847 19778 111036 1743 1710 111037 1739 1712 111038 846 19799 111039 1739 1712 111040 1740 1592 111041 1250 1169 111042 1251 1173 111043 873 19808 111044 1323 1247 111045 1321 1245 111046 874 19809 111047 1324 1249 111048 1323 1247 111049 826 19810 111050 1365 1281 111051 1366 1280 111052 19892 19811 111053 1369 1283 111054 1371 1285 111055 876 19812 111056 1393 1307 111057 1395 1310 111058 877 19813 111059 1395 1310 111060 843 19756 111061 18975 19814 111062 1327 1255 111063 1324 1249 111064 826 19810 111065 1339 1261 111066 1333 1256 111067 875 19815 111068 1244 1165 111069 1250 1169 111070 816 19816 111071 1242 1166 111072 1241 1159 111073 879 19817 111074 1248 1170 111075 1247 1167 111076 880 19818 111077 1258 1178 111078 1259 1181 111079 882 19819 111080 1279 1198 111081 1283 1200 111082 883 19820 111083 1325 1250 111084 1329 1252 111085 887 19821 111086 1337 1263 111087 1335 1262 111088 888 19822 111089 1336 1260 111090 1337 1263 111091 888 19822 111092 1351 1241 111093 1349 1240 111094 835 19823 111095 1237 1157 111096 1234 1155 111097 878 19824 111098 1322 1248 111099 1325 1250 111100 886 19825 111101 1247 1167 111102 1242 1166 111103 879 19817 111104 1271 1187 111105 1402 1317 111106 890 19826 111107 1402 1317 111108 1279 1198 111109 883 19820 111110 1341 1266 111111 810 19753 111112 19608 19827 111113 1228 1150 111114 19648 18997 111115 19887 19828 111116 1418 1339 111117 882 19819 111118 19888 19829 111119 1260 1180 111120 1257 1177 111121 837 19830 111122 809 19770 111123 1277 1196 111124 891 19831 111125 1403 1316 111126 1269 1186 111127 892 19832 111128 1277 1196 111129 1403 1316 111130 842 19833 111131 1269 1186 111132 1266 1145 111133 892 19832 111134 1398 1318 111135 811 19757 111136 18991 19304 111137 1428 1397 111138 19841 19305 111139 19891 19834 111140 1504 1428 111141 19893 19835 111142 1506 1430 111143 1523 1447 111144 849 19782 111145 18996 19307 111146 1524 1450 111147 18996 19307 111148 850 19783 111149 1561 18562 111150 893 19836 111151 1680 18810 111152 1562 18563 111153 1681 1611 111154 893 19836 111155 1581 1499 111156 851 19837 111157 1576 1496 111158 1583 1503 111159 18998 19308 111160 851 19837 111161 845 19777 111162 894 19838 111163 18999 1606 111164 1590 1514 111165 19000 19030 111166 895 19839 111167 1595 1518 111168 854 19840 111169 1594 1516 111170 1599 1523 111171 896 19841 111172 1683 18811 111173 1604 1525 111174 852 19842 111175 896 19841 111176 1643 1561 111177 897 19843 111178 1645 1563 111179 1654 1574 111180 1686 1674 111181 898 19844 111182 1657 1577 111183 898 19844 111184 1663 1581 111185 1663 1581 111186 899 19845 111187 1665 18808 111188 1667 1586 111189 900 19846 111190 1669 1589 111191 1669 1589 111192 901 19847 111193 1740 1592 111194 1598 1524 111195 1683 18811 111196 854 19840 111197 1505 1429 111198 19008 19309 111199 902 19806 111200 1525 1449 111201 904 19848 111202 1689 18813 111203 1526 1451 111204 859 19849 111205 1525 1449 111206 1536 1460 111207 861 19789 111208 19012 19035 111209 1552 1472 111210 862 19850 111211 1556 1474 111212 19843 19024 111213 906 19851 111214 1589 1515 111215 1589 1515 111216 907 19852 111217 1591 18807 111218 1591 18807 111219 863 19853 111220 908 19854 111221 1596 1519 111222 864 19807 111223 909 19855 111224 1600 1522 111225 909 19855 111226 19014 19041 111227 1617 1540 111228 911 19856 111229 19845 19038 111230 1621 1543 111231 912 19857 111232 1620 1542 111233 1623 1512 111234 913 19858 111235 1621 1543 111236 1626 1548 111237 914 19859 111238 867 19792 111239 1510 1433 111240 903 19860 111241 1507 1431 111242 1593 1517 111243 908 19854 111244 864 19807 111245 1556 1474 111246 905 19861 111247 1526 1451 111248 1676 1598 111249 19021 19042 111250 862 19850 111251 1629 1547 111252 868 19793 111253 914 19859 111254 1612 1535 111255 910 19862 111256 19609 19863 111257 1501 1427 111258 855 19784 111259 19894 19864 111260 1677 1596 111261 919 19865 111262 1732 1666 111263 1550 1595 111264 916 19866 111265 919 19865 111266 1696 1671 111267 869 19794 111268 870 19867 111269 1504 1428 111270 1502 1604 111271 19893 19835 111272 1233 1153 111273 872 19868 111274 19649 18998 111275 872 19868 111276 1233 1153 111277 814 19758 111278 814 19758 111279 1235 1156 111280 18966 18999 111281 1239 1162 111282 815 19800 111283 1414 19000 111284 816 19816 111285 1250 1169 111286 873 19808 111287 873 19808 111288 1251 1173 111289 1405 1323 111290 1299 1218 111291 818 19774 111292 18968 19001 111293 1303 1222 111294 18968 19001 111295 819 19761 111296 874 19809 111297 1321 1245 111298 1410 1330 111299 18970 19869 111300 1323 1247 111301 874 19809 111302 1323 1247 111303 18970 19869 111304 826 19810 111305 821 19870 111306 1333 1256 111307 18971 1331 111308 1339 1261 111309 875 19815 111310 1411 19002 111311 1366 1280 111312 1412 1334 111313 19892 19811 111314 1369 1283 111315 876 19812 111316 1412 1334 111317 1371 1285 111318 18973 19005 111319 876 19812 111320 1393 1307 111321 877 19813 111322 18974 19003 111323 1395 1310 111324 18975 19814 111325 877 19813 111326 843 19756 111327 825 19871 111328 18975 19814 111329 820 19762 111330 1327 1255 111331 826 19810 111332 1333 1256 111333 821 19870 111334 875 19815 111335 1404 1322 111336 1244 1165 111337 816 19816 111338 818 19774 111339 1294 18552 111340 18967 19004 111341 1375 1287 111342 823 19775 111343 18973 19005 111344 827 19872 111345 1232 1152 111346 1415 1336 111347 1232 1152 111348 827 19872 111349 18977 1337 111350 1237 1157 111351 878 19824 111352 1416 19007 111353 1241 1159 111354 1416 19007 111355 879 19817 111356 18978 19008 111357 1248 1170 111358 880 19818 111359 1252 1172 111360 881 19801 111361 18980 19010 111362 1258 1178 111363 882 19819 111364 1418 1339 111365 1259 1181 111366 828 19802 111367 882 19819 111368 1283 1200 111369 1421 1345 111370 883 19820 111371 1320 1246 111372 885 19873 111373 830 19766 111374 885 19873 111375 1320 1246 111376 18983 19013 111377 886 19825 111378 1325 1250 111379 887 19821 111380 887 19821 111381 1329 1252 111382 1422 1342 111383 1335 1262 111384 18984 19014 111385 888 19822 111386 1338 1264 111387 831 19767 111388 18984 19014 111389 18985 18804 111390 1336 1260 111391 888 19822 111392 1349 1240 111393 1425 1344 111394 835 19823 111395 1351 1241 111396 835 19823 111397 18986 19016 111398 1234 1155 111399 18977 1337 111400 878 19824 111401 18983 19013 111402 1322 1248 111403 886 19825 111404 880 19818 111405 1247 1167 111406 879 19817 111407 889 19769 111408 1271 1187 111409 890 19826 111410 890 19826 111411 1402 1317 111412 883 19820 111413 18982 19012 111414 1268 1188 111415 889 19769 111416 836 19874 111417 832 19803 111418 19608 19827 111419 18976 19006 111420 1228 1150 111421 19887 19828 111422 19840 19021 111423 1418 1339 111424 19888 19829 111425 1257 1177 111426 1429 1349 111427 837 19830 111428 1260 1180 111429 837 19830 111430 1430 1350 111431 842 19833 111432 1403 1316 111433 892 19832 111434 891 19831 111435 1277 1196 111436 842 19833 111437 1266 1145 111438 1431 1351 111439 892 19832 111440 1429 1349 111441 1428 1397 111442 19891 19834 111443 1502 1604 111444 19842 19306 111445 19893 19835 111446 19893 19835 111447 1678 19025 111448 1506 1430 111449 1687 19028 111450 848 19779 111451 1512 1440 111452 1561 18562 111453 1562 18563 111454 893 19836 111455 851 19837 111456 18997 1605 111457 1576 1496 111458 1581 1499 111459 1583 1503 111460 851 19837 111461 1588 19023 111462 1590 1514 111463 895 19839 111464 854 19840 111465 19002 19031 111466 1594 1516 111467 1599 1523 111468 1604 1525 111469 896 19841 111470 1684 1609 111471 897 19843 111472 1643 1561 111473 897 19843 111474 1685 1612 111475 1645 1563 111476 1657 1577 111477 1654 1574 111478 898 19844 111479 898 19844 111480 899 19845 111481 1663 1581 111482 899 19845 111483 19006 19032 111484 1665 18808 111485 19006 19032 111486 900 19846 111487 1667 1586 111488 900 19846 111489 901 19847 111490 1669 1589 111491 901 19847 111492 19007 19875 111493 1740 1592 111494 1595 1518 111495 1598 1524 111496 854 19840 111497 19003 19033 111498 852 19842 111499 1604 1525 111500 19010 1614 111501 903 19860 111502 1510 1433 111503 859 19849 111504 904 19848 111505 1525 1449 111506 19011 19034 111507 860 19788 111508 1532 18806 111509 862 19850 111510 905 19861 111511 1556 1474 111512 906 19851 111513 907 19852 111514 1589 1515 111515 907 19852 111516 863 19853 111517 1591 18807 111518 1593 1517 111519 1591 18807 111520 908 19854 111521 1600 1522 111522 1596 1519 111523 909 19855 111524 865 19790 111525 19016 19037 111526 1609 1533 111527 19016 19037 111528 910 19862 111529 1612 1535 111530 866 19791 111531 911 19856 111532 1617 1540 111533 912 19857 111534 866 19791 111535 1620 1542 111536 913 19858 111537 912 19857 111538 1621 1543 111539 867 19792 111540 913 19858 111541 1623 1512 111542 1637 1554 111543 847 19778 111544 19020 19039 111545 903 19860 111546 19009 1613 111547 1507 1431 111548 905 19861 111549 859 19849 111550 1526 1451 111551 1552 1472 111552 1676 1598 111553 862 19850 111554 1626 1548 111555 1629 1547 111556 914 19859 111557 915 19876 111558 846 19799 111559 19609 19863 111560 18992 1603 111561 1501 1427 111562 19894 19864 111563 1697 19045 111564 869 19794 111565 1530 1453 111566 1550 1595 111567 844 19776 111568 916 19866 111569 1677 1596 111570 1550 1595 111571 919 19865 111572 19024 19049 111573 918 19798 111574 1627 1545 111575 19846 19311 111576 1696 1671 111577 870 19867 111578 810 19753 111579 836 19874 111580 19608 19827 111581 910 19862 111582 915 19876 111583 19609 19863 111584 832 19803 111585 1341 1266 111586 19608 19827 111587 846 19799 111588 1612 1535 111589 19609 19863 111590 1285 18551 111591 1365 1281 111592 822 19760 111593 1558 18561 111594 1680 18810 111595 19889 19780 111596 1014 902 111705 970 835 111706 1032 837 111707 971 839 111708 949 924 111709 970 835 111710 970 835 111711 1018 840 111712 925 836 111713 983 853 111714 927 842 111715 979 844 111716 1027 910 111717 957 845 111718 1043 847 111719 981 848 111720 1033 857 111721 926 843 111722 1006 850 111723 1047 885 111724 1004 851 111725 983 853 111726 979 844 111727 946 854 111728 930 856 111729 1041 930 111730 1033 857 111731 974 864 111732 936 858 111733 1035 860 111734 972 862 111735 1035 860 111736 991 859 111737 992 863 111738 1034 19888 111739 972 862 111740 974 864 111741 1037 867 111742 993 865 111743 975 883 111744 935 866 111745 1037 867 111746 988 869 111747 1044 19098 111748 990 870 111749 1045 874 111750 990 870 111751 937 872 111752 989 873 111753 1001 955 111754 1045 874 111755 961 983 111756 962 875 111757 1002 876 111758 972 862 111759 1034 19888 111760 1003 878 111761 1007 880 111762 976 886 111763 940 881 111764 975 883 111765 942 879 111766 1038 882 111767 975 883 111768 1037 867 111769 1005 884 111770 1005 884 111771 1037 867 111772 974 864 111773 1007 880 111774 942 879 111775 1047 885 111776 1007 880 111777 928 852 111778 976 886 111779 1012 895 111780 947 887 111781 1040 889 111782 979 844 111783 926 843 111784 1040 889 111785 1012 895 111786 1040 889 111787 977 893 111788 925 836 111789 950 841 111790 1019 897 111791 1005 884 111792 943 877 111793 1047 885 111794 1003 878 111795 941 898 111796 1047 885 111797 972 862 111798 943 877 111799 1035 860 111800 19153 900 111801 19469 19483 111802 8259 901 111803 981 848 111804 927 842 111805 1042 903 111806 983 853 111807 928 852 111808 1043 847 111809 980 904 111810 1042 903 111811 982 846 111812 963 906 111813 1024 19386 111814 1051 907 111815 964 909 111816 1020 905 111817 1051 907 111818 1027 910 111819 1053 19389 111820 1025 911 111821 1027 910 111822 1043 847 111823 1006 850 111824 932 913 111825 985 929 111826 930 856 111827 930 856 111828 929 855 111829 931 912 111830 1058 915 111831 1059 916 111832 991 859 111833 1055 917 111834 933 861 111835 1059 916 111836 1055 917 111837 1060 928 111838 992 863 111839 1057 19529 111840 1061 918 111841 994 919 111842 993 865 111843 1061 918 111844 1058 915 111845 973 921 111846 1034 19888 111847 992 863 111848 971 839 111849 1064 922 111850 949 924 111851 1018 840 111852 1065 927 111853 1063 925 111854 1059 916 111855 1065 927 111856 1062 926 111857 1059 916 111858 1058 915 111859 1065 927 111860 1062 926 111861 1066 923 111862 1060 928 111863 985 929 111864 978 932 111865 1041 930 111866 983 853 111867 1043 847 111868 982 846 111869 984 931 111870 929 855 111871 1033 857 111872 1007 880 111873 1047 885 111874 1006 850 111875 979 844 111876 1040 889 111877 1013 888 111878 1033 857 111879 1041 930 111880 977 893 111881 977 893 111882 1041 930 111883 978 932 111884 1017 933 111885 988 869 111886 939 868 111887 999 934 111888 996 944 111889 1020 905 111890 999 934 111891 964 909 111892 1000 936 111893 945 964 111894 944 937 111895 1010 939 111896 921 945 111897 951 940 111898 1030 942 111899 1017 933 111900 963 906 111901 988 869 111902 995 943 111903 963 906 111904 996 944 111905 921 945 111906 966 948 111907 1022 946 111908 1011 949 111909 965 947 111910 966 948 111911 1011 949 111912 1010 939 111913 1009 938 111914 19409 19324 111915 19213 953 111916 1001 955 111917 987 954 111918 932 913 111919 931 912 111920 1001 955 111921 938 956 111922 1045 874 111923 1002 876 111924 938 956 111925 986 914 111926 1002 876 111927 939 868 111928 1045 874 111929 967 19384 111930 955 957 111931 1032 837 111932 1032 837 111933 925 836 111934 968 958 111935 1042 903 111936 959 959 111937 981 848 111938 984 931 111939 960 960 111940 929 855 111941 1065 927 111942 1018 840 111943 1062 926 111944 19163 962 111945 3355 8176 111946 15925 963 111947 945 964 111948 1000 936 111949 998 935 111950 1003 878 111951 1034 19888 111952 973 921 111953 19582 19734 111954 19182 965 111955 8272 967 111956 976 886 111957 946 854 111958 1039 968 111959 5730 17251 111960 18736 972 111961 19460 974 111962 950 841 111963 1063 925 111964 1067 977 111965 966 948 111966 19195 19590 111967 19577 980 111968 1056 981 111969 934 920 111970 1060 928 111971 975 883 111972 1038 882 111973 994 919 111974 1064 922 111975 1056 981 111976 1066 923 111977 19516 982 111978 19185 19514 111979 969 896 111980 960 960 111981 961 983 111982 986 914 111983 19179 19738 111984 19276 984 111985 18886 986 111986 1227 988 111987 1068 1061 111988 1112 989 111989 1085 1040 111990 1104 990 111991 1151 992 111992 1115 19373 111993 1108 993 111994 1191 995 111995 1186 994 111996 1108 993 111997 1211 997 111998 1185 998 111999 1197 19889 112000 1153 996 112001 1070 1088 112002 1113 999 112003 1072 1001 112004 1121 1000 112005 1069 1085 112006 1112 989 112007 1196 1059 112008 1119 1003 112009 1072 1001 112010 19391 19496 112011 12258 1005 112012 19282 1007 112013 1131 1009 112014 1205 1020 112015 1180 1010 112016 1128 1023 112017 1073 1011 112018 1129 1013 112019 1155 1015 112020 1206 1055 112021 1163 1016 112022 1089 1048 112023 1074 1017 112024 1200 1019 112025 1130 1021 112026 1133 1063 112027 1101 1022 112028 1128 1023 112029 1127 1054 112030 1130 1021 112031 1141 1028 112032 1080 1024 112033 1198 1026 112034 1141 1028 112035 1198 1026 112036 1122 1029 112037 1142 1065 112038 1105 1030 112039 1219 1032 112040 1144 1034 112041 1201 1144 112042 1124 1035 112043 1143 1037 112044 1079 1033 112045 1199 1036 112046 1143 1037 112047 1199 1036 112048 1123 1025 112049 1209 1111 112050 1140 1038 112051 1085 1040 112052 1140 1038 112053 1147 1041 112054 1208 1039 112055 1085 1040 112056 1208 1039 112057 1138 1044 112058 1153 996 112059 1087 1045 112060 1211 997 112061 1123 1025 112062 1199 1036 112063 1154 1046 112064 1154 1046 112065 1199 1036 112066 1124 1035 112067 1154 1046 112068 1086 1047 112069 1211 997 112070 1123 1025 112071 1087 1045 112072 1198 1026 112073 1089 1048 112074 1129 1013 112075 1132 1012 112076 1160 1049 112077 1203 1099 112078 1129 1013 112079 1126 1132 112080 1091 1050 112081 19594 1052 112082 1125 1053 112083 1204 1122 112084 1127 1054 112085 1131 1009 112086 1099 1008 112087 1206 1055 112088 1186 994 112089 1211 997 112090 1155 1015 112091 1092 1057 112092 1169 19374 112093 1212 1058 112094 1121 1000 112095 1179 1060 112096 1196 1059 112097 1173 19369 112098 1098 1002 112099 1068 1061 112100 1131 1009 112101 1206 1055 112102 1132 1012 112103 1133 1063 112104 1130 1021 112105 1127 1054 112106 1207 1064 112107 1189 19385 112108 1180 1010 112109 1155 1015 112110 1211 997 112111 1156 1018 112112 1122 1029 112113 1197 19889 112114 1142 1065 112115 19399 19502 112116 1157 1066 112117 19299 1068 112118 1153 996 112119 1197 19889 112120 1122 1029 112121 1174 1069 112122 1191 995 112123 1186 994 112124 1182 1071 112125 1158 1097 112126 1088 1072 112127 1110 1070 112128 1168 1074 112129 1192 1073 112130 1110 1070 112131 1166 1056 112132 1168 1074 112133 1075 1062 112134 1135 1119 112135 1102 1075 112136 1102 1075 112137 1167 1076 112138 1101 1022 112139 1103 991 112140 1175 1077 112141 1102 1075 112142 1141 1028 112143 1078 1027 112144 1218 1079 112145 1141 1028 112146 1218 1079 112147 1216 1080 112148 1215 1081 112149 19346 1082 112150 1144 1034 112151 1216 1080 112152 1220 1084 112153 1143 1037 112154 1215 1081 112155 1079 1033 112156 1220 1084 112157 1142 1065 112158 1219 1032 112159 1214 1078 112160 1225 1091 112161 1223 987 112162 1069 1085 112163 1226 1087 112164 1222 1093 112165 1070 1088 112166 1069 1085 112167 1113 999 112168 1221 1090 112169 1070 1088 112170 1072 1001 112171 1114 1086 112172 19280 19445 112173 19282 1007 112174 8317 1092 112175 1070 1088 112176 1222 1093 112177 1113 999 112178 1226 1087 112179 1215 1081 112180 1222 1093 112181 1221 1090 112182 1224 1089 112183 1218 1079 112184 1222 1093 112185 1216 1080 112186 1224 1089 112187 1219 1032 112188 1217 1031 112189 1225 1091 112190 1219 1032 112191 1225 1091 112192 1221 1090 112193 1182 1071 112194 1109 1096 112195 1158 1097 112196 1125 1053 112197 1203 1099 112198 1159 1098 112199 1125 1053 112200 1128 1023 112201 1203 1099 112202 1131 1009 112203 1073 1011 112204 1205 1020 112205 1160 1049 112206 1089 1048 112207 1202 1095 112208 1155 1015 112209 1074 1017 112210 1206 1055 112211 1165 1101 112212 1145 1115 112213 1149 1102 112214 1169 19374 112215 1092 1057 112216 1188 1104 112217 1183 1116 112218 1107 1100 112219 1210 1067 112220 1184 1103 112221 1092 1057 112222 1194 1106 112223 1150 1126 112224 1139 1109 112225 1209 1111 112226 1085 1040 112227 1138 1044 112228 1181 1112 112229 1081 1114 112230 1106 1113 112231 1138 1044 112232 1165 1101 112233 1106 1113 112234 1145 1115 112235 1183 1116 112236 1210 1067 112237 1157 1066 112238 1166 1056 112239 1110 1070 112240 1195 1117 112241 1166 1056 112242 1195 1117 112243 1071 1105 112244 1076 1123 112245 1077 1118 112246 1075 1062 112247 1077 1118 112248 1136 1125 112249 1137 1121 112250 1151 992 112251 1103 991 112252 1135 1119 112253 1077 1118 112254 1084 1120 112255 1135 1119 112256 1209 1111 112257 1085 1040 112258 1084 1120 112259 1075 1062 112260 1127 1054 112261 1076 1123 112262 1148 19399 112263 1146 1043 112264 1082 1042 112265 1209 1111 112266 1083 1110 112267 1140 1038 112268 1077 1118 112269 1076 1123 112270 1136 1125 112271 1137 1121 112272 1150 1126 112273 1084 1120 112274 19300 19569 112275 5261 1127 112276 19301 1129 112277 1179 1060 112278 1097 1130 112279 1196 1059 112280 1076 1123 112281 1204 1122 112282 1134 1124 112283 19366 19495 112284 1090 1133 112285 19571 1134 112286 1160 1049 112287 1090 1133 112288 1203 1099 112289 1126 1132 112290 1204 1122 112291 1125 1053 112292 1152 1094 112293 1200 1019 112294 1156 1018 112295 1142 1065 112296 1197 19889 112297 1185 998 112298 19378 1142 112299 19338 19568 112300 12461 1143 112301 1152 1094 112302 1086 1047 112303 1201 1144 112304 7457 4396 112305 2398 4386 112306 19537 4388 112307 7459 4403 112308 2400 4404 112309 19541 4406 112310 19551 4415 112311 14474 17768 112312 7451 4376 112313 9369 15767 112314 3358 8177 112315 15855 8179 112316 8479 8180 112317 15856 8182 112318 9370 8178 112319 8478 8080 112320 3357 8181 112321 15856 8182 112322 19558 19475 112323 1071 1105 112324 19554 11969 112325 19567 19518 112326 4308 11987 112327 19568 11989 112328 3419 8370 112329 19579 19376 112330 19578 12002 112331 13324 15733 112332 19603 18943 112333 19602 15738 112334 19524 15764 112335 4851 18229 112336 12559 14160 112337 9369 15767 112338 15847 6507 112339 8484 6506 112340 8479 8180 112341 3358 8177 112342 15857 6502 112343 13357 15770 112344 5280 1141 112345 18012 15768 112346 13357 15770 112347 18012 15768 112348 12462 15771 112349 13357 15770 112350 5281 15769 112351 18011 15772 112352 12473 15776 112353 18007 15961 112354 19597 15963 112355 7455 4397 112356 19532 19415 112357 19531 18232 112358 14474 17768 112359 19551 4415 112360 11427 11976 112361 12467 14093 112362 5281 15769 112363 18013 14091 112364 19587 19467 112365 5342 15964 112366 19585 18774 112367 19556 1138 112368 19555 18773 112369 11441 11970 112370 19359 18921 112371 19506 19493 112372 1178 18922 112373 13871 13986 112374 12473 15776 112375 19596 18925 112376 19604 19708 112377 5267 15732 112378 19605 18942 112379 5266 15728 112380 19600 19372 112381 19605 18942 112382 5267 15732 112383 19604 19708 112384 19603 18943 112385 19596 18925 112386 19595 19498 112387 13870 13987 112388 19594 1052 112389 19518 18987 112390 1126 1132 112391 12467 14093 112392 18003 14096 112393 13356 15766 112394 1015 19367 112395 954 19084 112396 19468 19086 112397 923 19480 112398 19536 19087 112399 1187 19089 112400 19153 900 112401 2761 899 112402 19173 19090 112403 19583 19572 112404 19421 19085 112405 1028 19091 112406 1029 19140 112407 19441 19092 112408 1161 19094 112409 19269 19486 112410 978 932 112411 19188 19095 112412 19486 19097 112413 9337 8147 112414 19487 19096 112415 19485 19673 112416 3344 8146 112417 19486 19097 112418 1044 19098 112419 1046 19575 112420 19426 19576 112421 19429 19099 112422 1044 19098 112423 19426 19576 112424 19479 19434 112425 3338 8121 112426 19477 19102 112427 18007 15961 112428 4846 18230 112429 19519 18220 112430 1093 19136 112431 19562 19562 112432 19490 19137 112433 1029 19140 112434 1188 1104 112435 19502 19141 112436 19452 19280 112437 1088 1072 112438 19453 19142 112439 19407 19279 112440 19406 19559 112441 15925 963 112442 1195 1117 112443 1088 1072 112444 19586 19281 112445 19390 19549 112446 1119 1003 112447 19349 19300 112448 952 19319 112449 1187 19089 112450 19463 19088 112451 7459 4403 112452 19465 19422 112453 19464 19175 112454 9345 8125 112455 3343 8142 112456 19427 19321 112457 997 871 112458 19429 19099 112459 19482 19322 112460 19483 19574 112461 3343 8142 112462 19484 19323 112463 3344 8146 112464 19485 19673 112465 19484 19323 112466 989 873 112467 19405 19537 112468 19409 19324 112469 19474 19412 112470 3421 8376 112471 19471 19325 112472 19491 19101 112473 4304 11983 112474 19492 19329 112475 19492 19329 112476 11429 11973 112477 19493 19330 112478 19503 19462 112479 4299 11961 112480 19501 19331 112481 19443 19332 112482 19442 19454 112483 11439 12017 112484 19443 19332 112485 4312 12016 112486 19440 19139 112487 19451 19336 112488 19454 19526 112489 13448 15965 112490 19446 19355 112491 19448 19554 112492 4846 18230 112493 1120 1004 112494 19283 19548 112495 19279 19356 112496 944 937 112497 998 935 112498 1190 19362 112499 19154 19364 112500 19172 19556 112501 1016 19365 112502 1049 19387 112503 1171 19366 112504 1015 19367 112505 19420 19368 112506 19582 19734 112507 8272 967 112508 971 839 112509 956 838 112510 1068 1061 112511 8478 8080 112512 19175 19543 112513 19546 19370 112514 1004 851 112515 941 898 112516 1191 995 112517 944 937 112518 1008 19361 112519 1009 938 112520 951 940 112521 1022 946 112522 1212 1058 112523 19272 19379 112524 19271 19515 112525 8490 8184 112526 962 875 112527 1023 19390 112528 1193 19380 112529 1016 19365 112530 1048 19402 112531 1116 19381 112532 1028 19091 112533 1052 19388 112534 1172 19382 112535 1173 19369 112536 956 838 112537 1050 19383 112538 980 904 112539 957 845 112540 1189 19385 112541 963 906 112542 1017 933 112543 1024 19386 112544 964 909 112545 1021 908 112546 998 935 112547 965 947 112548 1009 938 112549 1192 1073 112550 965 947 112551 1168 1074 112552 1022 946 112553 1015 19367 112554 924 19363 112555 1049 19387 112556 1028 19091 112557 954 19084 112558 1052 19388 112559 1172 19382 112560 1050 19383 112561 1014 902 112562 1027 910 112563 958 849 112564 1053 19389 112565 1004 851 112566 1191 995 112567 1174 1069 112568 973 921 112569 1036 19392 112570 1115 19373 112571 960 960 112572 959 959 112573 1167 1076 112574 961 983 112575 960 960 112576 1175 1077 112577 962 875 112578 961 983 112579 1023 19390 112580 980 904 112581 1189 19385 112582 1207 1064 112583 973 921 112584 934 920 112585 1036 19392 112586 1056 981 112587 1054 19393 112588 1111 19391 112589 971 839 112590 1068 1061 112591 1227 988 112592 1064 922 112593 1227 988 112594 1054 19393 112595 1038 882 112596 19176 19534 112597 19423 19394 112598 1026 19532 112599 19150 19396 112600 1117 19398 112601 1145 1115 112602 1146 1043 112603 1148 19399 112604 920 941 112605 951 940 112606 1188 1104 112607 1016 19365 112608 953 19400 112609 1048 19402 112610 9369 15767 112611 19158 19578 112612 19157 891 112613 1177 19435 112614 1094 19403 112615 19590 19405 112616 19515 19406 112617 19179 19738 112618 18886 986 112619 19460 974 112620 19173 19090 112621 8246 5960 112622 1093 19136 112623 1031 19135 112624 19240 19409 112625 19473 19490 112626 9461 8377 112627 19474 19412 112628 7465 8371 112629 19194 19478 112630 19193 19416 112631 7461 4413 112632 19250 19512 112633 19252 19421 112634 1029 19140 112635 1161 19094 112636 19198 19424 112637 7463 4364 112638 19201 19481 112639 19200 19425 112640 2389 4362 112641 19257 19510 112642 19256 19426 112643 12292 13635 112644 8295 6035 112645 19184 19427 112646 9461 8377 112647 19224 19491 112648 19223 19375 112649 19310 19625 112650 19575 973 112651 5557 16729 112652 19234 19413 112653 7451 4376 112654 19235 19428 112655 19510 19750 112656 12247 18923 112657 19348 19432 112658 1116 19381 112659 1048 19402 112660 1177 19435 112661 19525 15763 112662 12559 14160 112663 18082 18927 112664 1148 19399 112665 1082 1042 112666 19373 19437 112667 19372 19642 112668 1148 19399 112669 19373 19437 112670 1213 18949 112671 953 19400 112672 19574 19439 112673 1049 19387 112674 1178 18922 112675 1171 19366 112676 1172 19382 112677 1052 19388 112678 1162 19441 112679 1179 1060 112680 1098 1002 112681 1050 19383 112682 1025 911 112683 1099 1008 112684 1189 19385 112685 1174 1069 112686 1100 1014 112687 1053 19389 112688 1025 911 112689 1053 19389 112690 1163 1016 112691 1104 990 112692 1181 1112 112693 1193 19380 112694 1170 19401 112695 1094 19403 112696 1048 19402 112697 1116 19381 112698 1095 18920 112699 1049 19387 112700 19507 19442 112701 12234 13568 112702 4674 13567 112703 1171 19366 112704 1096 19440 112705 1052 19388 112706 12247 18923 112707 19510 19750 112708 19363 19444 112709 1179 1060 112710 1050 19383 112711 1172 19382 112712 1106 1113 112713 1165 1101 112714 1051 907 112715 1106 1113 112716 1024 19386 112717 1181 1112 112718 1107 1100 112719 1183 1116 112720 1021 908 112721 1107 1100 112722 1021 908 112723 1051 907 112724 1109 1096 112725 1008 19361 112726 1190 19362 112727 1109 1096 112728 1182 1071 112729 1008 19361 112730 1104 990 112731 1023 19390 112732 1103 991 112733 1115 19373 112734 1036 19392 112735 1185 998 112736 1111 19391 112737 1105 1030 112738 1036 19392 112739 1054 19393 112740 1227 988 112741 1223 987 112742 18894 18801 112743 19513 19743 112744 19280 19445 112745 1111 19391 112746 1054 19393 112747 1217 1031 112748 19527 19566 112749 1139 1109 112750 19523 19446 112751 19290 19473 112752 4310 12008 112753 19288 19452 112754 19447 19453 112755 19523 19446 112756 1150 1126 112757 19312 19624 112758 4706 13662 112759 19458 19456 112760 19378 1142 112761 5280 1141 112762 19572 19459 112763 13870 13987 112764 19382 19499 112765 19381 19460 112766 1118 1131 112767 1162 19441 112768 19509 19465 112769 17831 18924 112770 12221 13542 112771 19458 19456 112772 19591 19550 112773 4668 13541 112774 19360 19443 112775 19561 19100 112776 19563 19463 112777 11431 11984 112778 19497 19138 112779 11437 12009 112780 19498 19469 112781 19386 19546 112782 11435 12000 112783 19387 19470 112784 1026 19532 112785 1117 19398 112786 19438 19472 112787 1194 1106 112788 1071 1105 112789 19557 16732 112790 1194 1106 112791 19317 16733 112792 19316 1108 112793 19513 19743 112794 18894 18801 112795 19345 19476 112796 19447 19453 112797 1137 1121 112798 19294 19477 112799 19192 976 112800 19195 19590 112801 921 945 112802 19195 19590 112803 966 948 112804 921 945 112805 923 19480 112806 1117 19398 112807 19245 19397 112808 1188 1104 112809 19255 19513 112810 19413 978 112811 19204 19541 112812 19545 19482 112813 1039 968 112814 19420 19368 112815 2767 5986 112816 19469 19483 112817 967 19384 112818 968 958 112819 19181 19485 112820 19433 19531 112821 948 894 112822 19269 19486 112823 19577 980 112824 19222 19487 112825 1011 949 112826 19206 19474 112827 19205 19540 112828 15855 8179 112829 9370 8178 112830 19206 19474 112831 15855 8179 112832 1010 939 112833 19222 19487 112834 19472 19489 112835 19357 19404 112836 1094 19403 112837 19457 18948 112838 19395 19519 112839 12466 13992 112840 19396 19492 112841 19362 19494 112842 1096 19440 112843 19506 19493 112844 19509 19465 112845 1162 19441 112846 19362 19494 112847 19366 19495 112848 19393 19650 112849 1159 1098 112850 12257 13598 112851 12258 1005 112852 19391 19496 112853 5557 16729 112854 13918 16725 112855 19311 19497 112856 19310 19625 112857 5557 16729 112858 19311 19497 112859 1159 1098 112860 19393 19650 112861 19380 1051 112862 19374 19371 112863 5266 15728 112864 19371 1137 112865 19377 19500 112866 19571 1134 112867 1202 1095 112868 1083 1110 112869 19601 19501 112870 1147 1041 112871 1157 1066 112872 19399 19502 112873 1158 1097 112874 2929 18200 112875 19408 19503 112876 8573 6570 112877 15851 951 112878 19187 950 112879 2924 969 112880 19209 19504 112881 19188 19095 112882 985 929 112883 19472 19489 112884 19217 19505 112885 945 964 112886 19182 965 112887 19260 19508 112888 8283 966 112889 19236 19507 112890 922 19333 112891 19233 19431 112892 7453 4389 112893 19242 19555 112894 19241 19418 112895 7457 4396 112896 19247 19407 112897 19246 19420 112898 952 19319 112899 19540 19318 112900 1161 19094 112901 7461 4413 112902 2402 4421 112903 19199 19511 112904 1029 19140 112905 19198 19424 112906 19255 19513 112907 968 958 112908 969 896 112909 19261 19484 112910 19271 19515 112911 19270 952 112912 15851 951 112913 8483 6415 112914 19266 19557 112915 19265 19378 112916 19394 19525 112917 5279 15765 112918 19395 19519 112919 923 19480 112920 1187 19089 112921 19566 19521 112922 19365 19522 112923 19368 19523 112924 13356 15766 112925 19367 19524 112926 18011 15772 112927 13356 15766 112928 19423 19394 112929 19277 19528 112930 994 919 112931 932 913 112932 987 954 112933 19209 19504 112934 19433 19531 112935 19264 19614 112936 1012 895 112937 922 19333 112938 19417 19506 112939 1031 19135 112940 1026 19532 112941 1164 19538 112942 19168 19533 112943 940 881 112944 19545 19482 112945 19176 19534 112946 1012 895 112947 19264 19614 112948 19156 19535 112949 1093 19136 112950 19530 19408 112951 19168 19533 112952 1039 968 112953 947 887 112954 19204 19541 112955 8478 8080 112956 3328 8079 112957 19175 19543 112958 922 19333 112959 19321 19335 112960 19324 19457 112961 1026 19532 112962 19438 19472 112963 19327 19544 112964 922 19333 112965 1031 19135 112966 19286 19334 112967 923 19480 112968 19566 19521 112969 19333 19471 112970 19377 19500 112971 1152 1094 112972 19337 19545 112973 952 19319 112974 1161 19094 112975 19289 19547 112976 19351 1107 112977 19502 19141 112978 1188 1104 112979 1120 1004 112980 1119 1003 112981 19390 19549 112982 19356 19466 112983 12221 13542 112984 19591 19550 112985 19299 1068 112986 1210 1067 112987 19341 19551 112988 1148 19399 112989 19372 19642 112990 19341 19551 112991 13927 13479 112992 4706 13662 112993 19311 19497 112994 4706 13662 112995 19312 19624 112996 19311 19497 112997 2924 969 112998 19212 19488 112999 19214 19553 113000 19260 19508 113001 19184 19427 113002 8284 6013 113003 2391 4371 113004 19227 19530 113005 19230 19410 113006 2394 4383 113007 19239 19479 113008 19242 19555 113009 2396 4394 113010 19167 19585 113011 19169 19414 113012 1015 19367 113013 19468 19086 113014 19154 19364 113015 19461 19438 113016 953 19400 113017 19172 19556 113018 3356 890 113019 19263 892 113020 19266 19557 113021 9914 6408 113022 9913 6407 113023 19272 19379 113024 9343 8122 113025 3338 8121 113026 19218 19395 113027 1000 936 113028 19217 19505 113029 19478 19558 113030 19482 19322 113031 19162 19536 113032 937 872 113033 19158 19578 113034 9369 15767 113035 19159 19539 113036 19228 975 113037 1030 942 113038 19229 979 113039 19353 19461 113040 19352 19561 113041 11425 11962 113042 19318 1140 113043 4301 1139 113044 19315 19560 113045 952 19319 113046 19289 19547 113047 19385 19520 113048 19328 19451 113049 4306 11994 113050 19329 19464 113051 1093 19136 113052 1164 19538 113053 19327 19544 113054 19334 19449 113055 11433 11988 113056 19332 19563 113057 19518 18987 113058 19294 19477 113059 1134 1124 113060 19346 1082 113061 1215 1081 113062 1226 1087 113063 5261 1127 113064 19340 19570 113065 19342 1136 113066 19601 19501 113067 1083 1110 113068 19304 19565 113069 19306 19458 113070 19305 19577 113071 18082 18927 113072 13448 15965 113073 19402 19527 113074 19401 19567 113075 1177 19435 113076 19590 19405 113077 19359 18921 113078 19297 1083 113079 19337 19545 113080 1201 1144 113081 19296 19573 113082 5251 15671 113083 19338 19568 113084 11427 11976 113085 19323 19468 113086 19322 19448 113087 1067 977 113088 1057 19529 113089 19277 19528 113090 1028 19091 113091 967 19384 113092 19583 19572 113093 19296 19573 113094 19345 19476 113095 18865 18549 113096 7449 4363 113097 19412 19411 113098 19414 19509 113099 999 934 113100 1046 19575 113101 996 944 113102 999 934 113103 19478 19558 113104 1046 19575 113105 19432 19377 113106 19434 19516 113107 9913 6407 113108 5344 15970 113109 19401 19567 113110 19400 19552 113111 19178 19571 113112 19516 982 113113 1019 897 113114 19276 984 113115 19424 19542 113116 18859 985 113117 1057 19529 113118 1067 977 113119 1063 925 113120 19279 19356 113121 19512 19564 113122 1114 1086 113123 19157 891 113124 19159 19539 113125 19161 19580 113126 19166 19582 113127 19165 19581 113128 19164 961 113129 19170 19583 113130 19171 19584 113131 19169 19414 113132 19189 970 113133 19187 950 113134 19191 19587 113135 19193 19416 113136 19194 19478 113137 19197 19589 113138 19196 19588 113139 19197 19589 113140 19195 19590 113141 19203 19592 113142 19202 19591 113143 19201 19481 113144 19205 19540 113145 19206 19474 113146 19208 19594 113147 19215 19595 113148 19216 19596 113149 19214 19553 113150 19221 19598 113151 19220 19597 113152 19219 19433 113153 19223 19375 113154 19224 19491 113155 19226 19600 113156 19228 975 113157 19229 979 113158 19232 19602 113159 19231 19601 113160 19232 19602 113161 19230 19410 113162 19234 19413 113163 19235 19428 113164 19238 19604 113165 19236 19507 113166 19233 19431 113167 19238 19604 113168 19241 19418 113169 19239 19479 113170 19244 19606 113171 19249 19608 113172 19248 19607 113173 19247 19407 113174 19252 19421 113175 19250 19512 113176 19254 19610 113177 19256 19426 113178 19257 19510 113179 19259 19612 113180 19265 19378 113181 19263 892 113182 19268 19615 113183 19272 19379 113184 19273 19517 113185 19271 19515 113186 19275 19617 113187 19274 19616 113188 19273 19517 113189 19291 19618 113190 19292 19619 113191 19290 19473 113192 19300 19569 113193 19301 1129 113194 19303 19621 113195 19305 19577 113196 19306 19458 113197 19308 19623 113198 19310 19625 113199 19312 19624 113200 19314 19627 113201 19320 19629 113202 19319 19628 113203 19317 16733 113204 19318 1140 113205 19315 19560 113206 19320 19629 113207 19326 19752 113208 19325 19630 113209 19323 19468 113210 19325 19630 113211 19326 19752 113212 19324 19457 113213 19331 19632 113214 19330 19631 113215 19329 19464 113216 19335 19633 113217 19336 19634 113218 19334 19449 113219 19343 19635 113220 19344 19636 113221 19342 1136 113222 19355 19638 113223 19354 19637 113224 19353 19461 113225 19367 19524 113226 19365 19522 113227 19370 19640 113228 19372 19642 113229 19373 19437 113230 19376 19643 113231 19375 19641 113232 19376 19643 113233 19374 19371 113234 19381 19460 113235 19382 19499 113236 19384 19645 113237 19386 19546 113238 19387 19470 113239 19389 19647 113240 19394 19525 113241 19396 19492 113242 19398 19649 113243 19404 19652 113244 19403 19651 113245 19402 19527 113246 19406 19559 113247 19408 19503 113248 19411 19654 113249 19410 19653 113250 19411 19654 113251 19409 19324 113252 19415 19655 113253 19416 19656 113254 19414 19509 113255 19431 19658 113256 19430 19657 113257 19428 19320 113258 19429 19099 113259 19426 19576 113260 19431 19658 113261 19434 19516 113262 19432 19377 113263 19436 19660 113264 19444 19661 113265 19445 19662 113266 19442 19454 113267 19448 19554 113268 19446 19355 113269 19450 19664 113270 19456 19666 113271 19455 19665 113272 19453 19142 113273 19454 19526 113274 19451 19336 113275 19456 19666 113276 19467 19668 113277 19466 19667 113278 19465 19422 113279 19475 19669 113280 19476 19670 113281 19473 19490 113282 19479 19434 113283 19477 19102 113284 19481 19672 113285 19487 19096 113286 19483 19574 113287 19486 19097 113288 19483 19574 113289 19484 19323 113290 19486 19097 113291 19483 19574 113292 19487 19096 113293 19489 19675 113294 19491 19101 113295 19493 19330 113296 19495 19677 113297 19497 19138 113298 19498 19469 113299 19500 19679 113300 19503 19462 113301 19501 19331 113302 19505 19681 113303 19519 18220 113304 19520 19134 113305 19522 19683 113306 19529 19685 113307 19528 19684 113308 19526 19436 113309 19527 19566 113310 19523 19446 113311 19529 19685 113312 19531 18232 113313 19532 19415 113314 19534 19687 113315 19537 4388 113316 19535 4387 113317 19539 19689 113318 19544 19691 113319 19543 19690 113320 19542 4405 113321 19552 19692 113322 19553 19693 113323 19550 18573 113324 19560 19695 113325 19559 19694 113326 19556 1138 113327 19557 16732 113328 19554 11969 113329 19560 19695 113330 19563 19463 113331 19561 19100 113332 19565 19697 113333 19567 19518 113334 19568 11989 113335 19570 19699 113336 19578 12002 113337 19579 19376 113338 19581 19701 113339 19587 19467 113340 19585 18774 113341 19589 19703 113342 19598 19704 113343 19599 19705 113344 19595 19498 113345 19596 18925 113346 19597 15963 113347 19595 19498 113348 19602 15738 113349 19600 19372 113350 19607 19707 113351 19605 18942 113352 19600 19372 113353 19603 18943 113354 19600 19372 113355 19602 15738 113356 19603 18943 113357 19170 19583 113358 19167 19585 113359 19152 19709 113360 19152 19709 113361 19150 19396 113362 19168 19533 113363 19174 19711 113364 19172 19556 113365 19155 19710 113366 19173 19090 113367 19174 19711 113368 19153 900 113369 19231 19601 113370 19227 19530 113371 19196 19588 113372 19228 975 113373 19231 19601 113374 19192 976 113375 19199 19511 113376 19202 19591 113377 19253 19609 113378 19251 19423 113379 19253 19609 113380 19198 19424 113381 19203 19592 113382 19201 19481 113383 19258 19611 113384 19198 19424 113385 19203 19592 113386 19255 19513 113387 19211 19712 113388 19209 19504 113389 19215 19595 113390 19210 971 113391 19211 19712 113392 19212 19488 113393 19261 19484 113394 19262 19714 113395 19183 19713 113396 19262 19714 113397 19260 19508 113398 19182 965 113399 19260 19508 113400 19262 19714 113401 19186 19715 113402 19185 19514 113403 19186 19715 113404 19261 19484 113405 19270 952 113406 19274 19616 113407 19190 19586 113408 19274 19616 113409 19269 19486 113410 19188 19095 113411 19189 970 113412 19191 19587 113413 19211 19712 113414 19191 19587 113415 19188 19095 113416 19209 19504 113417 19152 19709 113418 19151 19419 113419 19248 19607 113420 19248 19607 113421 19245 19397 113422 19150 19396 113423 19160 19579 113424 19156 19535 113425 19267 19613 113426 19157 891 113427 19160 19579 113428 19263 892 113429 19161 19580 113430 19159 19539 113431 19207 19593 113432 19156 19535 113433 19161 19580 113434 19204 19541 113435 19180 19717 113436 19178 19571 113437 19278 19716 113438 19179 19738 113439 19180 19717 113440 19276 984 113441 19325 19630 113442 19321 19335 113443 19287 19718 113444 19287 19718 113445 19285 19447 113446 19322 19448 113447 19339 19720 113448 19337 19545 113449 19298 19719 113450 19338 19568 113451 19339 19720 113452 19296 19573 113453 19302 19620 113454 19299 1068 113455 19343 19635 113456 19300 19569 113457 19302 19620 113458 19340 19570 113459 19284 19722 113460 19282 1007 113461 19281 19721 113462 19281 19721 113463 19279 19356 113464 19283 19548 113465 19347 19723 113466 19345 19476 113467 19298 19719 113468 19346 1082 113469 19347 19723 113470 19297 1083 113471 19394 19525 113472 19397 19648 113473 19369 19639 113474 19397 19648 113475 19393 19650 113476 19366 19495 113477 19398 19649 113478 19396 19492 113479 19383 19644 113480 19393 19650 113481 19398 19649 113482 19380 1051 113483 19350 19725 113484 19348 19432 113485 19392 19724 113486 19349 19300 113487 19350 19725 113488 19390 19549 113489 19352 19561 113490 19354 19637 113491 19319 19628 113492 19354 19637 113493 19351 1107 113494 19316 1108 113495 19289 19547 113496 19291 19618 113497 19388 19646 113498 19291 19618 113499 19288 19452 113500 19386 19546 113501 19403 19651 113502 19399 19502 113503 19303 19621 113504 19400 19552 113505 19403 19651 113506 19301 1129 113507 19344 19636 113508 19341 19551 113509 19375 19641 113510 19342 1136 113511 19344 19636 113512 19371 1137 113513 19379 19726 113514 19377 19500 113515 19339 19720 113516 19378 1142 113517 19379 19726 113518 19338 19568 113519 19390 19549 113520 19392 19724 113521 19284 19722 113522 19282 1007 113523 19284 19722 113524 19391 19496 113525 19470 19728 113526 19468 19086 113527 19422 19727 113528 19469 19483 113529 19470 19728 113530 19420 19368 113531 19427 19321 113532 19430 19657 113533 19480 19671 113534 19430 19657 113535 19426 19576 113536 19478 19558 113537 19483 19574 113538 19488 19674 113539 19431 19658 113540 19429 19099 113541 19431 19658 113542 19482 19322 113543 19441 19092 113544 19444 19661 113545 19499 19678 113546 19497 19138 113547 19499 19678 113548 19440 19139 113549 19502 19141 113550 19504 19680 113551 19445 19662 113552 19504 19680 113553 19501 19331 113554 19442 19454 113555 19586 19281 113556 19588 19702 113557 19559 19694 113558 19588 19702 113559 19585 18774 113560 19555 18773 113561 19521 19682 113562 19518 18987 113563 19598 19704 113564 19519 18220 113565 19521 19682 113566 19593 15962 113567 19538 19688 113568 19535 4387 113569 19466 19667 113570 19536 19087 113571 19538 19688 113572 19463 19088 113573 19467 19668 113574 19465 19422 113575 19543 19690 113576 19463 19088 113577 19467 19668 113578 19540 19318 113579 19583 19572 113580 19584 19729 113581 19422 19727 113582 19584 19729 113583 19582 19734 113584 19420 19368 113585 19562 19562 113586 19564 19696 113587 19494 19676 113588 19491 19101 113589 19494 19676 113590 19561 19100 113591 19452 19280 113592 19455 19665 113593 19589 19703 113594 19455 19665 113595 19451 19336 113596 19587 19467 113597 19461 19438 113598 19462 19731 113599 19576 19730 113600 19575 973 113601 19576 19730 113602 19460 974 113603 19447 19453 113604 19449 19663 113605 19528 19684 113606 19449 19663 113607 19446 19355 113608 19524 15764 113609 19155 19710 113610 19154 19364 113611 19470 19728 113612 19153 900 113613 19155 19710 113614 19469 19483 113615 19424 19542 113616 19425 19733 113617 19177 19732 113618 19425 19733 113619 19423 19394 113620 19176 19534 113621 19165 19581 113622 19162 19536 113623 19489 19675 113624 19163 962 113625 19165 19581 113626 19487 19096 113627 19462 19731 113628 19461 19438 113629 19174 19711 113630 19174 19711 113631 19173 19090 113632 19460 974 113633 19410 19653 113634 19405 19537 113635 19166 19582 113636 19406 19559 113637 19410 19653 113638 19164 961 113639 19578 12002 113640 19580 19700 113641 19197 19589 113642 19195 19590 113643 19197 19589 113644 19577 980 113645 19531 18232 113646 19533 19686 113647 19243 19605 113648 19240 19409 113649 19243 19605 113650 19530 19408 113651 19249 19608 113652 19247 19407 113653 19539 19689 113654 19245 19397 113655 19249 19608 113656 19536 19087 113657 19544 19691 113658 19542 4405 113659 19254 19610 113660 19540 19318 113661 19544 19691 113662 19251 19423 113663 19223 19375 113664 19225 19599 113665 19581 19701 113666 19577 980 113667 19581 19701 113668 19222 19487 113669 19582 19734 113670 19584 19729 113671 19183 19713 113672 19584 19729 113673 19583 19572 113674 19181 19485 113675 19547 19735 113676 19545 19482 113677 19208 19594 113678 19546 19370 113679 19547 19735 113680 19206 19474 113681 19186 19715 113682 19185 19514 113683 19517 19736 113684 19517 19736 113685 19515 19406 113686 19184 19427 113687 19552 19692 113688 19548 4414 113689 19237 19603 113690 19237 19603 113691 19233 19431 113692 19549 19430 113693 19232 19602 113694 19229 979 113695 19415 19655 113696 19230 19410 113697 19232 19602 113698 19412 19411 113699 19416 19656 113700 19413 978 113701 19259 19612 113702 19414 19509 113703 19416 19656 113704 19257 19510 113705 19238 19604 113706 19235 19428 113707 19419 19737 113708 19419 19737 113709 19417 19506 113710 19236 19507 113711 19419 19737 113712 19418 19417 113713 19244 19606 113714 19244 19606 113715 19240 19409 113716 19417 19506 113717 19169 19414 113718 19171 19584 113719 19534 19687 113720 19171 19584 113721 19168 19533 113722 19530 19408 113723 19218 19395 113724 19220 19597 113725 19475 19669 113726 19220 19597 113727 19217 19505 113728 19472 19489 113729 19479 19434 113730 19481 19672 113731 19221 19598 113732 19481 19672 113733 19478 19558 113734 19217 19505 113735 19175 19543 113736 19177 19732 113737 19547 19735 113738 19177 19732 113739 19176 19534 113740 19545 19482 113741 19473 19490 113742 19476 19670 113743 19226 19600 113744 19222 19487 113745 19226 19600 113746 19472 19489 113747 19433 19531 113748 19435 19659 113749 19268 19615 113750 19435 19659 113751 19432 19377 113752 19265 19378 113753 19269 19486 113754 19275 19617 113755 19436 19660 113756 19275 19617 113757 19273 19517 113758 19434 19516 113759 19576 19730 113760 19575 973 113761 19313 19626 113762 19574 19439 113763 19576 19730 113764 19309 18950 113765 19411 19654 113766 19408 19503 113767 19216 19596 113768 19409 19324 113769 19411 19654 113770 19213 953 113771 19180 19717 113772 19179 19738 113773 19517 19736 113774 19178 19571 113775 19180 19717 113776 19516 982 113777 19276 984 113778 19278 19716 113779 19425 19733 113780 19278 19716 113781 19277 19528 113782 19423 19394 113783 19287 19718 113784 19286 19334 113785 19495 19677 113786 19495 19677 113787 19493 19330 113788 19285 19447 113789 19330 19631 113790 19327 19544 113791 19439 19739 113792 19439 19739 113793 19437 19450 113794 19328 19451 113795 19439 19739 113796 19438 19472 113797 19335 19633 113798 19335 19633 113799 19332 19563 113800 19437 19450 113801 19496 19093 113802 19500 19679 113803 19292 19619 113804 19500 19679 113805 19498 19469 113806 19290 19473 113807 19448 19554 113808 19450 19664 113809 19295 19740 113810 19450 19664 113811 19447 19453 113812 19294 19477 113813 19458 19456 113814 19459 19741 113815 19314 19627 113816 19459 19741 113817 19457 18948 113818 19309 18950 113819 19279 19356 113820 19281 19721 113821 19514 19742 113822 19281 19721 113823 19280 19445 113824 19513 19743 113825 19512 19564 113826 19514 19742 113827 19347 19723 113828 19514 19742 113829 19513 19743 113830 19345 19476 113831 19385 19520 113832 19389 19647 113833 19569 19698 113834 19389 19647 113835 19387 19470 113836 19567 19518 113837 19358 19745 113838 19356 19466 113839 19592 19744 113840 19357 19404 113841 19358 19745 113842 19590 19405 113843 19592 19744 113844 19591 19550 113845 19361 19746 113846 19590 19405 113847 19592 19744 113848 19359 18921 113849 19376 19643 113850 19373 19437 113851 19606 19706 113852 19374 19371 113853 19376 19643 113854 19600 19372 113855 19384 19645 113856 19382 19499 113857 19599 19705 113858 19380 1051 113859 19384 19645 113860 19594 1052 113861 19573 19747 113862 19571 1134 113863 19379 19726 113864 19572 19459 113865 19573 19747 113866 19378 1142 113867 19367 19524 113868 19370 19640 113869 19573 19747 113870 19370 19640 113871 19366 19495 113872 19571 1134 113873 19527 19566 113874 19529 19685 113875 19307 19622 113876 19529 19685 113877 19526 19436 113878 19305 19577 113879 19503 19462 113880 19505 19681 113881 19355 19638 113882 19505 19681 113883 19502 19141 113884 19351 1107 113885 19557 16732 113886 19560 19695 113887 19320 19629 113888 19560 19695 113889 19556 1138 113890 19318 1140 113891 19565 19697 113892 19562 19562 113893 19331 19632 113894 19563 19463 113895 19565 19697 113896 19329 19464 113897 19566 19521 113898 19570 19699 113899 19336 19634 113900 19570 19699 113901 19568 11989 113902 19334 19449 113903 19361 19746 113904 19360 19443 113905 19508 19748 113906 19359 18921 113907 19361 19746 113908 19506 19493 113909 19363 19444 113910 19364 19749 113911 19508 19748 113912 19364 19749 113913 19362 19494 113914 19506 19493 113915 19364 19749 113916 19363 19444 113917 19511 19751 113918 19362 19494 113919 19364 19749 113920 19509 19465 113921 19602 15738 113922 19607 19707 113923 19308 19623 113924 19607 19707 113925 19601 19501 113926 19304 19565 113927 19399 19502 113928 19404 19652 113929 19456 19666 113930 19454 19526 113931 19456 19666 113932 19402 19527 113933 19350 19725 113934 19349 19300 113935 19511 19751 113936 19348 19432 113937 19350 19725 113938 19510 19750 113939 19358 19745 113940 19357 19404 113941 19459 19741 113942 19356 19466 113943 19358 19745 113944 19458 19456 113945 19522 19683 113946 19520 19134 113947 19295 19740 113948 19518 18987 113949 19522 19683 113950 19294 19477 113951 19553 19693 113952 19549 19430 113953 19326 19752 113954 19326 19752 113955 19323 19468 113956 19550 18573 113957

+
+ + + + + + 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 +

579 578 3312 582 579 3313 606 580 3314 580 581 3315 581 582 3316 612 583 3317 684 584 3318 688 585 3319 689 586 3320 648 587 3321 590 588 3322 650 589 3323 670 590 3324 673 591 3325 672 592 3326 589 593 3327 595 594 3328 593 595 3329 657 596 3330 599 597 3331 602 598 3332 599 597 3333 658 599 3334 603 600 3335 608 601 3336 666 602 3337 613 603 3338 670 590 3339 624 604 3340 673 591 3341 618 605 3342 19613 606 3343 690 607 3344 681 608 3345 685 609 3346 635 610 3347 682 611 3348 638 612 3349 636 613 3350 635 610 3351 638 612 3352 682 611 3353 616 614 3354 642 615 3355 19625 616 3356 643 617 3357 693 618 3358 692 619 3359 641 620 3360 695 621 3361 691 622 3362 641 620 3363 19626 623 3364 19629 624 3365 595 594 3366 592 625 3367 593 595 3368 605 626 3369 579 578 3370 606 580 3371 599 597 3372 603 600 3373 602 598 3374 608 601 3375 578 627 3376 664 628 3377 578 627 3378 608 601 3379 609 629 3380 581 582 3381 666 602 3382 612 583 3383 666 602 3384 581 582 3385 613 603 3386 666 602 3387 610 630 3388 612 583 3389 609 629 3390 608 601 3391 613 603 3392 622 631 3393 668 632 3394 617 633 3395 619 634 3396 618 605 3397 690 607 3398 688 585 3399 640 635 3400 689 586 3401 687 636 3402 637 637 3403 686 638 3404 685 609 3405 638 612 3406 635 610 3407 638 612 3408 683 639 3409 636 613 3410 19626 623 3411 641 620 3412 691 622 3413 19630 640 3414 641 620 3415 19629 624 3416 19628 641 3417 642 615 3418 644 642 3419 615 643 3420 697 644 3421 594 645 3422 648 587 3423 650 589 3424 705 646 3425 590 588 3426 762 647 3427 650 589 3428 654 648 3429 662 649 3430 663 650 3431 579 578 3432 726 651 3433 582 579 3434 786 652 3435 787 653 3436 671 654 3437 785 655 3438 786 652 3439 671 654 3440 678 656 3441 631 657 3442 805 658 3443 740 659 3444 678 656 3445 798 660 3446 642 615 3447 747 661 3448 644 642 3449 618 605 3450 619 634 3451 752 662 3452 697 644 3453 760 663 3454 594 645 3455 650 589 3456 763 664 3457 705 646 3458 606 580 3459 582 579 3460 19634 665 3461 804 666 3462 19614 667 3463 803 668 3464 684 584 3465 801 669 3466 688 585 3467 747 661 3468 642 615 3469 616 614 3470 746 670 3471 806 671 3472 695 621 3473 646 672 3474 19636 673 3475 757 674 3476 585 675 3477 646 672 3478 702 676 3479 698 677 3480 585 675 3481 701 678 3482 584 679 3483 698 677 3484 588 680 3485 708 681 3486 584 679 3487 756 682 3488 754 683 3489 708 681 3490 587 684 3491 583 685 3492 754 683 3493 755 686 3494 645 687 3495 583 685 3496 700 688 3497 705 646 3498 763 664 3499 19631 689 3500 759 690 3501 707 691 3502 590 588 3503 589 593 3504 593 595 3505 759 690 3506 758 692 3507 761 693 3508 595 594 3509 647 694 3510 649 695 3511 758 692 3512 704 696 3513 706 697 3514 649 695 3515 703 698 3516 19639 699 3517 706 697 3518 711 700 3519 769 701 3520 767 702 3521 767 702 3522 770 703 3523 654 648 3524 597 704 3525 765 705 3526 596 706 3527 19616 707 3528 776 708 3529 775 709 3530 19615 710 3531 19616 707 3532 719 711 3533 601 712 3534 19615 710 3535 718 713 3536 600 714 3537 601 712 3538 718 713 3539 772 715 3540 600 714 3541 604 716 3542 772 715 3543 604 716 3544 717 717 3545 661 718 3546 717 717 3547 773 719 3548 660 720 3549 715 721 3550 716 722 3551 771 723 3552 659 724 3553 716 722 3554 658 599 3555 771 723 3556 716 722 3557 19640 725 3558 19617 726 3559 19618 727 3560 723 728 3561 724 729 3562 725 730 3563 721 731 3564 614 732 3565 665 733 3566 610 630 3567 611 734 3568 778 735 3569 720 736 3570 614 732 3571 607 737 3572 610 630 3573 778 735 3574 612 583 3575 720 736 3576 19611 738 3577 19610 739 3578 19642 740 3579 19619 741 3580 19620 742 3581 753 743 3582 792 744 3583 727 745 3584 621 746 3585 783 747 3586 784 748 3587 781 749 3588 784 748 3589 19622 750 3590 730 751 3591 623 752 3592 783 747 3593 620 753 3594 782 754 3595 623 752 3596 780 755 3597 732 756 3598 733 757 3599 779 758 3600 667 759 3601 732 756 3602 729 760 3603 731 761 3604 667 759 3605 789 762 3606 19643 763 3607 675 764 3608 788 765 3609 789 762 3610 674 766 3611 624 604 3612 788 765 3613 674 766 3614 734 767 3615 670 590 3616 672 592 3617 734 767 3618 672 592 3619 626 768 3620 787 653 3621 626 768 3622 736 769 3623 669 770 3624 785 655 3625 735 771 3626 619 634 3627 690 607 3628 19635 772 3629 629 773 3630 740 659 3631 742 774 3632 629 773 3633 742 774 3634 797 775 3635 627 776 3636 676 777 3637 632 778 3638 677 779 3639 795 780 3640 741 781 3641 676 777 3642 793 782 3643 632 778 3644 19614 667 3645 744 783 3646 803 668 3647 689 586 3648 640 635 3649 744 783 3650 801 669 3651 639 784 3652 688 585 3653 637 637 3654 687 636 3655 801 669 3656 637 637 3657 800 785 3658 686 638 3659 800 785 3660 743 786 3661 686 638 3662 683 639 3663 638 612 3664 799 787 3665 680 788 3666 19646 789 3667 681 608 3668 627 776 3669 796 790 3670 802 791 3671 728 792 3672 19628 641 3673 644 642 3674 749 793 3675 750 794 3676 694 795 3677 806 671 3678 807 796 3679 751 797 3680 643 617 3681 750 794 3682 748 798 3683 641 620 3684 746 670 3685 695 621 3686 696 799 3687 19637 800 3688 699 801 3689 702 676 3690 646 672 3691 757 674 3692 701 678 3693 585 675 3694 702 676 3695 588 680 3696 698 677 3697 701 678 3698 756 682 3699 584 679 3700 588 680 3701 587 684 3702 708 681 3703 756 682 3704 755 686 3705 754 683 3706 587 684 3707 700 688 3708 583 685 3709 755 686 3710 763 664 3711 19632 802 3712 19631 689 3713 707 691 3714 762 647 3715 590 588 3716 593 595 3717 707 691 3718 759 690 3719 761 693 3720 592 625 3721 595 594 3722 649 695 3723 761 693 3724 758 692 3725 647 694 3726 704 696 3727 649 695 3728 704 696 3729 703 698 3730 706 697 3731 719 711 3732 19616 707 3733 775 709 3734 777 803 3735 19615 710 3736 719 711 3737 19615 710 3738 777 803 3739 718 713 3740 774 804 3741 600 714 3742 718 713 3743 600 714 3744 774 804 3745 604 716 3746 661 718 3747 772 715 3748 717 717 3749 717 717 3750 716 722 3751 773 719 3752 715 721 3753 773 719 3754 716 722 3755 658 599 3756 716 722 3757 603 600 3758 659 724 3759 660 720 3760 716 722 3761 19641 805 3762 19640 725 3763 19618 727 3764 580 581 3765 612 583 3766 19633 806 3767 778 735 3768 723 728 3769 725 730 3770 722 807 3771 721 731 3772 665 733 3773 611 734 3774 723 728 3775 778 735 3776 614 732 3777 721 731 3778 607 737 3779 614 732 3780 720 736 3781 19610 739 3782 19612 808 3783 19642 740 3784 19620 742 3785 792 744 3786 790 809 3787 727 745 3788 19643 763 3789 19644 810 3790 675 764 3791 789 762 3792 675 764 3793 674 766 3794 791 811 3795 624 604 3796 674 766 3797 624 604 3798 791 811 3799 673 591 3800 672 592 3801 737 812 3802 626 768 3803 626 768 3804 737 812 3805 736 769 3806 787 653 3807 736 769 3808 671 654 3809 735 771 3810 785 655 3811 671 654 3812 625 813 3813 669 770 3814 735 771 3815 19614 667 3816 689 586 3817 744 783 3818 687 636 3819 639 784 3820 801 669 3821 743 786 3822 638 612 3823 686 638 3824 638 612 3825 743 786 3826 799 787 3827 19646 789 3828 685 609 3829 681 608 3830 19645 814 3831 627 776 3832 802 791 3833 19627 815 3834 19628 641 3835 728 792 3836 808 816 3837 749 793 3838 694 795 3839 695 621 3840 806 671 3841 751 797 3842 750 794 3843 749 793 3844 748 798 3845 750 794 3846 643 617 3847 692 619 3848 768 817 3849 663 650 3850 656 818 3851 598 819 3852 712 820 3853 653 821 3854 597 704 3855 596 706 3856 709 822 3857 19638 823 3858 645 687 3859 586 824 3860 19623 825 3861 19624 826 3862 731 761 3863 738 827 3864 733 757 3865 782 754 3866 631 657 3867 679 828 3868 634 829 3869 739 830 3870 797 775 3871 633 831 3872 741 781 3873 793 782 3874 794 832 3875 769 701 3876 711 700 3877 713 833 3878 766 834 3879 653 821 3880 712 820 3881 768 817 111597 654 648 111598 663 650 111599 745 19877 111600 678 656 111601 805 658 111602 678 656 111603 745 19877 111604 798 660 111605 586 824 111606 645 687 111607 700 688 111608 769 701 111609 770 703 111610 767 702 111611 770 703 111612 662 649 111613 654 648 111614 598 819 111615 651 19878 111616 597 704 111617 651 19878 111618 765 705 111619 597 704 111620 781 749 111621 621 746 111622 784 748 111623 19621 19879 111624 781 749 111625 19622 750 111626 621 746 111627 730 751 111628 783 747 111629 730 751 111630 620 753 111631 623 752 111632 738 827 111633 780 755 111634 733 757 111635 780 755 111636 779 758 111637 732 756 111638 779 758 111639 729 760 111640 667 759 111641 740 659 111642 798 660 111643 742 774 111644 739 830 111645 629 773 111646 797 775 111647 796 790 111648 627 776 111649 632 778 111650 795 780 111651 628 19880 111652 741 781 111653 793 782 111654 741 781 111655 632 778 111656 714 19881 111657 768 817 111658 656 818 111659 598 819 111660 653 821 111661 652 19882 111662 651 19878 111663 598 819 111664 710 19883 111665 598 819 111666 652 19882 111667 710 19883 111668 655 19884 111669 597 704 111670 764 19885 111671 597 704 111672 709 822 111673 764 19885 111674 591 19886 111675 19638 823 111676 586 824 111677 729 760 111678 19623 825 111679 731 761 111680 620 753 111681 738 827 111682 782 754 111683 805 658 111684 631 657 111685 634 829 111686 739 830 111687 633 831 111688 741 781 111689 630 19887 111690 739 830 111691 741 781 111692 628 19880 111693 630 19887 111694 741 781 111695 677 779 111696 741 781 111697 794 832 111698 711 700 111699 766 834 111700 713 833 111701 713 833 111702 766 834 111703 712 820 111704

+
+ + + + + + 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 +

0 0 0 160 1 1 438 2 2 0 0 3 152 3 4 432 4 5 0 0 6 151 5 7 150 6 8 0 0 9 150 6 10 160 1 11 1 7 12 158 8 13 437 9 14 1 7 15 150 6 16 490 10 17 1 7 18 251 11 19 149 12 20 1 7 21 149 12 22 158 8 23 2 13 24 156 14 25 436 15 26 2 13 27 149 12 28 491 16 29 2 13 30 148 17 31 153 18 32 2 13 33 153 18 34 156 14 35 3 19 36 147 20 37 492 21 38 3 19 39 146 22 40 434 23 41 3 19 42 154 24 43 435 25 44 3 19 45 153 18 46 433 26 47 4 27 48 170 28 49 442 29 50 4 27 51 157 30 52 435 25 53 4 27 54 154 24 55 434 23 56 4 27 57 155 31 58 443 32 59 5 33 60 168 34 61 441 35 62 5 33 63 159 36 64 436 15 65 5 33 66 156 14 67 157 30 68 5 33 69 157 30 70 168 34 71 6 37 72 166 38 73 440 39 74 6 37 75 161 40 76 437 9 77 6 37 78 158 8 79 159 36 80 6 37 81 159 36 82 166 38 83 7 41 84 164 42 85 439 43 86 7 41 87 162 44 88 438 2 89 7 41 90 160 1 91 161 40 92 7 41 93 161 40 94 164 42 95 8 45 96 178 46 97 448 47 98 8 45 99 163 48 100 439 43 101 8 45 102 164 42 103 165 49 104 8 45 105 165 49 106 178 46 107 9 50 108 176 51 109 447 52 110 9 50 111 165 49 112 440 39 113 9 50 114 166 38 115 167 53 116 9 50 117 167 53 118 176 51 119 10 54 120 174 55 121 446 56 122 10 54 123 167 53 124 441 35 125 10 54 126 168 34 127 169 57 128 10 54 129 169 57 130 174 55 131 11 58 132 172 59 133 445 60 134 11 58 135 169 57 136 442 29 137 11 58 138 170 28 139 443 32 140 11 58 141 171 61 142 444 62 143 12 63 144 188 64 145 452 65 146 12 63 147 175 66 148 445 60 149 12 63 150 172 59 151 444 62 152 12 63 153 173 67 154 453 68 155 13 69 156 186 70 157 451 71 158 13 69 159 177 72 160 446 56 161 13 69 162 174 55 163 175 66 164 13 69 165 175 66 166 186 70 167 14 73 168 184 74 169 450 75 170 14 73 171 179 76 172 447 52 173 14 73 174 176 51 175 177 72 176 14 73 177 177 72 178 184 74 179 15 77 180 182 78 181 449 79 182 15 77 183 180 80 184 448 47 185 15 77 186 178 46 187 179 76 188 15 77 189 179 76 190 182 78 191 16 81 192 196 82 193 458 83 194 16 81 195 181 84 196 449 79 197 16 81 198 182 78 199 183 85 200 16 81 201 183 85 202 196 82 203 17 86 204 194 87 205 457 88 206 17 86 207 183 85 208 450 75 209 17 86 210 184 74 211 185 89 212 17 86 213 185 89 214 194 87 215 18 90 216 192 91 217 456 92 218 18 90 219 185 89 220 451 71 221 18 90 222 186 70 223 187 93 224 18 90 225 187 93 226 192 91 227 19 94 228 190 95 229 455 96 230 19 94 231 187 93 232 452 65 233 19 94 234 188 64 235 453 68 236 19 94 237 189 97 238 454 98 239 20 99 240 206 100 241 463 101 242 20 99 243 193 102 244 190 95 245 20 99 246 190 95 247 454 98 248 20 99 249 191 103 250 464 104 251 21 105 252 204 106 253 462 107 254 21 105 255 195 108 256 456 92 257 21 105 258 192 91 259 193 102 260 21 105 261 193 102 262 204 106 263 22 109 264 202 110 265 461 111 266 22 109 267 197 112 268 457 88 269 22 109 270 194 87 271 195 108 272 22 109 273 195 108 274 202 110 275 23 113 276 200 114 277 460 115 278 23 113 279 198 116 280 458 83 281 23 113 282 196 82 283 197 112 284 23 113 285 197 112 286 200 114 287 24 117 288 214 118 289 469 119 290 24 117 291 199 120 292 460 115 293 24 117 294 200 114 295 201 121 296 24 117 297 201 121 298 214 118 299 25 122 300 212 123 301 468 124 302 25 122 303 201 121 304 461 111 305 25 122 306 202 110 307 203 125 308 25 122 309 203 125 310 212 123 311 26 126 312 210 127 313 467 128 314 26 126 315 203 125 316 462 107 317 26 126 318 204 106 319 205 129 320 26 126 321 205 129 322 210 127 323 27 130 324 208 131 325 466 132 326 27 130 327 205 129 328 463 101 329 27 130 330 206 100 331 464 104 332 27 130 333 207 133 334 465 134 335 28 135 336 224 136 337 473 137 338 28 135 339 211 138 340 208 131 341 28 135 342 208 131 343 465 134 344 28 135 345 209 139 346 474 140 347 29 141 348 222 142 349 472 143 350 29 141 351 213 144 352 467 128 353 29 141 354 210 127 355 211 138 356 29 141 357 211 138 358 222 142 359 30 145 360 220 146 361 471 147 362 30 145 363 215 148 364 468 124 365 30 145 366 212 123 367 213 144 368 30 145 369 213 144 370 220 146 371 31 149 372 218 150 373 470 151 374 31 149 375 216 152 376 469 119 377 31 149 378 214 118 379 215 148 380 31 149 381 215 148 382 218 150 383 32 153 384 232 154 385 479 155 386 32 153 387 217 156 388 470 151 389 32 153 390 218 150 391 219 157 392 32 153 393 219 157 394 232 154 395 33 158 396 230 159 397 478 160 398 33 158 399 219 157 400 471 147 401 33 158 402 220 146 403 221 161 404 33 158 405 221 161 406 230 159 407 34 162 408 228 163 409 477 164 410 34 162 411 221 161 412 472 143 413 34 162 414 222 142 415 223 165 416 34 162 417 223 165 418 228 163 419 35 166 420 226 167 421 223 165 422 35 166 423 223 165 424 224 136 425 35 166 426 224 136 427 474 140 428 35 166 429 225 168 430 475 169 431 36 170 432 242 171 433 483 172 434 36 170 435 229 173 436 476 174 437 36 170 438 226 167 439 475 169 440 36 170 441 227 175 442 484 176 443 37 177 444 240 178 445 482 179 446 37 177 447 231 180 448 477 164 449 37 177 450 228 163 451 229 173 452 37 177 453 229 173 454 240 178 455 38 181 456 238 182 457 481 183 458 38 181 459 233 184 460 478 160 461 38 181 462 230 159 463 231 180 464 38 181 465 231 180 466 238 182 467 39 185 468 236 186 469 480 187 470 39 185 471 234 188 472 479 155 473 39 185 474 232 154 475 233 184 476 39 185 477 233 184 478 236 186 479 40 189 480 249 190 481 489 191 482 40 189 483 235 192 484 480 187 485 40 189 486 236 186 487 237 193 488 40 189 489 237 193 490 249 190 491 41 194 492 247 195 493 488 196 494 41 194 495 237 193 496 481 183 497 41 194 498 238 182 499 239 197 500 41 194 501 239 197 502 247 195 503 42 198 504 246 199 505 487 200 506 42 198 507 239 197 508 482 179 509 42 198 510 240 178 511 241 201 512 42 198 513 241 201 514 246 199 515 43 202 516 244 203 517 486 204 518 43 202 519 241 201 520 242 171 521 43 202 522 242 171 523 484 176 524 43 202 525 243 205 526 485 206 527 44 207 528 244 203 529 485 206 530 44 207 531 245 208 532 492 21 533 44 207 534 147 20 535 433 26 536 44 207 537 145 209 538 486 204 539 45 210 540 148 17 541 491 16 542 45 210 543 248 211 544 487 200 545 45 210 546 246 199 547 145 209 548 45 210 549 145 209 550 148 17 551 46 212 552 251 11 553 490 10 554 46 212 555 250 213 556 488 196 557 46 212 558 247 195 559 248 211 560 46 212 561 248 211 562 251 11 563 47 214 564 151 5 565 432 4 566 47 214 567 144 215 568 489 191 569 47 214 570 249 190 571 250 213 572 47 214 573 250 213 574 151 5 575 48 216 576 276 217 577 502 218 578 48 216 579 271 219 580 273 220 581 48 216 582 273 220 583 503 221 584 49 222 585 276 217 586 272 223 587 49 222 588 272 223 589 152 3 590 49 222 591 152 3 592 270 224 593 49 222 594 270 224 595 276 217 596 50 225 597 277 226 598 501 227 599 50 225 600 269 228 601 271 219 602 50 225 603 271 219 604 502 218 605 51 229 606 162 44 607 268 230 608 51 229 609 268 230 610 277 226 611 51 229 612 277 226 613 270 224 614 51 229 615 270 224 616 162 44 617 52 231 618 278 232 619 500 233 620 52 231 621 267 234 622 269 228 623 52 231 624 269 228 625 501 227 626 53 235 627 163 48 628 266 236 629 53 235 630 266 236 631 278 232 632 53 235 633 278 232 634 268 230 635 53 235 636 268 230 637 163 48 638 54 237 639 279 238 640 499 239 641 54 237 642 265 240 643 267 234 644 54 237 645 267 234 646 500 233 647 55 241 648 180 80 649 264 242 650 55 241 651 264 242 652 279 238 653 55 241 654 279 238 655 266 236 656 55 241 657 266 236 658 180 80 659 56 243 660 280 244 661 504 245 662 56 243 663 275 246 664 265 240 665 56 243 666 265 240 667 499 239 668 57 247 669 181 84 670 274 248 671 57 247 672 274 248 673 280 244 674 57 247 675 280 244 676 264 242 677 57 247 678 264 242 679 181 84 680 58 249 681 281 250 682 498 251 683 58 249 684 262 252 685 275 246 686 58 249 687 275 246 688 504 245 689 59 253 690 198 116 691 263 254 692 59 253 693 263 254 694 281 250 695 59 253 696 281 250 697 274 248 698 59 253 699 274 248 700 198 116 701 60 255 702 282 256 703 497 257 704 60 255 705 260 258 706 262 252 707 60 255 708 262 252 709 498 251 710 61 259 711 199 120 712 261 260 713 61 259 714 261 260 715 282 256 716 61 259 717 282 256 718 263 254 719 61 259 720 263 254 721 199 120 722 62 261 723 283 262 724 496 263 725 62 261 726 258 264 727 260 258 728 62 261 729 260 258 730 497 257 731 63 265 732 216 152 733 259 266 734 63 265 735 259 266 736 283 262 737 63 265 738 283 262 739 261 260 740 63 265 741 261 260 742 216 152 743 64 267 744 284 268 745 495 269 746 64 267 747 256 270 748 258 264 749 64 267 750 258 264 751 496 263 752 65 271 753 217 156 754 257 272 755 65 271 756 257 272 757 284 268 758 65 271 759 284 268 760 259 266 761 65 271 762 259 266 763 217 156 764 66 273 765 285 274 766 494 275 767 66 273 768 254 276 769 256 270 770 66 273 771 256 270 772 495 269 773 67 277 774 234 188 775 255 278 776 67 277 777 255 278 778 285 274 779 67 277 780 285 274 781 257 272 782 67 277 783 257 272 784 234 188 785 68 279 786 286 280 787 493 281 788 68 279 789 252 282 790 254 276 791 68 279 792 254 276 793 494 275 794 69 283 795 235 192 796 253 284 797 69 283 798 253 284 799 286 280 800 69 283 801 286 280 802 255 278 803 69 283 804 255 278 805 235 192 806 70 285 807 287 286 808 503 221 809 70 285 810 273 220 811 252 282 812 70 285 813 252 282 814 493 281 815 71 287 816 144 215 817 272 223 818 71 287 819 272 223 820 287 286 821 71 287 822 287 286 823 253 284 824 71 287 825 253 284 826 144 215 827 72 288 828 296 289 829 511 290 830 72 288 831 304 291 832 294 292 833 72 288 834 294 292 835 295 293 836 72 288 837 295 293 838 505 294 839 73 295 840 294 292 841 510 296 842 73 295 843 302 297 844 293 298 845 73 295 846 293 298 847 395 299 848 73 295 849 395 299 850 563 300 851 74 301 852 293 298 853 509 302 854 74 301 855 300 303 856 297 304 857 74 301 858 297 304 859 292 305 860 74 301 861 292 305 862 564 306 863 75 307 864 290 308 865 565 309 866 75 307 867 291 310 868 506 311 869 75 307 870 297 304 871 508 312 872 75 307 873 298 313 874 507 314 875 76 315 876 301 316 877 515 317 878 76 315 879 314 318 880 516 319 881 76 315 882 299 320 883 507 314 884 76 315 885 298 313 886 508 312 887 77 321 888 303 322 889 514 323 890 77 321 891 312 324 892 301 316 893 77 321 894 301 316 895 300 303 896 77 321 897 300 303 898 509 302 899 78 325 900 305 326 901 513 327 902 78 325 903 310 328 904 303 322 905 78 325 906 303 322 907 302 297 908 78 325 909 302 297 910 510 296 911 79 329 912 306 330 913 512 331 914 79 329 915 308 332 916 305 326 917 79 329 918 305 326 919 304 291 920 79 329 921 304 291 922 511 290 923 80 333 924 307 334 925 521 335 926 80 333 927 322 336 928 309 337 929 80 333 930 309 337 931 308 332 932 80 333 933 308 332 934 512 331 935 81 338 936 309 337 937 520 339 938 81 338 939 320 340 940 311 341 941 81 338 942 311 341 943 310 328 944 81 338 945 310 328 946 513 327 947 82 342 948 311 341 949 519 343 950 82 342 951 318 344 952 313 345 953 82 342 954 313 345 955 312 324 956 82 342 957 312 324 958 514 323 959 83 346 960 313 345 961 518 347 962 83 346 963 316 348 964 517 349 965 83 346 966 315 350 967 516 319 968 83 346 969 314 318 970 515 317 971 84 351 972 319 352 973 525 353 974 84 351 975 332 354 976 526 355 977 84 351 978 317 356 979 517 349 980 84 351 981 316 348 982 518 347 983 85 357 984 321 358 985 524 359 986 85 357 987 330 360 988 319 352 989 85 357 990 319 352 991 318 344 992 85 357 993 318 344 994 519 343 995 86 361 996 323 362 997 523 363 998 86 361 999 328 364 1000 321 358 1001 86 361 1002 321 358 1003 320 340 1004 86 361 1005 320 340 1006 520 339 1007 87 365 1008 324 366 1009 522 367 1010 87 365 1011 326 368 1012 323 362 1013 87 365 1014 323 362 1015 322 336 1016 87 365 1017 322 336 1018 521 335 1019 88 369 1020 325 370 1021 531 371 1022 88 369 1023 340 372 1024 327 373 1025 88 369 1026 327 373 1027 326 368 1028 88 369 1029 326 368 1030 522 367 1031 89 374 1032 327 373 1033 530 375 1034 89 374 1035 338 376 1036 329 377 1037 89 374 1038 329 377 1039 328 364 1040 89 374 1041 328 364 1042 523 363 1043 90 378 1044 329 377 1045 529 379 1046 90 378 1047 336 380 1048 331 381 1049 90 378 1050 331 381 1051 330 360 1052 90 378 1053 330 360 1054 524 359 1055 91 382 1056 331 381 1057 528 383 1058 91 382 1059 334 384 1060 527 385 1061 91 382 1062 333 386 1063 526 355 1064 91 382 1065 332 354 1066 525 353 1067 92 387 1068 337 388 1069 536 389 1070 92 387 1071 350 390 1072 537 391 1073 92 387 1074 335 392 1075 527 385 1076 92 387 1077 334 384 1078 337 388 1079 93 393 1080 339 394 1081 535 395 1082 93 393 1083 348 396 1084 337 388 1085 93 393 1086 337 388 1087 336 380 1088 93 393 1089 336 380 1090 529 379 1091 94 397 1092 341 398 1093 534 399 1094 94 397 1095 346 400 1096 339 394 1097 94 397 1098 339 394 1099 338 376 1100 94 397 1101 338 376 1102 530 375 1103 95 401 1104 342 402 1105 533 403 1106 95 401 1107 344 404 1108 341 398 1109 95 401 1110 341 398 1111 340 372 1112 95 401 1113 340 372 1114 531 371 1115 96 405 1116 343 406 1117 542 407 1118 96 405 1119 358 408 1120 345 409 1121 96 405 1122 345 409 1123 344 404 1124 96 405 1125 344 404 1126 533 403 1127 97 410 1128 345 409 1129 541 411 1130 97 410 1131 356 412 1132 347 413 1133 97 410 1134 347 413 1135 346 400 1136 97 410 1137 346 400 1138 534 399 1139 98 414 1140 347 413 1141 540 415 1142 98 414 1143 354 416 1144 349 417 1145 98 414 1146 349 417 1147 348 396 1148 98 414 1149 348 396 1150 535 395 1151 99 418 1152 349 417 1153 539 419 1154 99 418 1155 352 420 1156 538 421 1157 99 418 1158 351 422 1159 537 391 1160 99 418 1161 350 390 1162 536 389 1163 100 423 1164 355 424 1165 546 425 1166 100 423 1167 368 426 1168 547 427 1169 100 423 1170 353 428 1171 538 421 1172 100 423 1173 352 420 1174 539 419 1175 101 429 1176 357 430 1177 545 431 1178 101 429 1179 366 432 1180 355 424 1181 101 429 1182 355 424 1183 354 416 1184 101 429 1185 354 416 1186 540 415 1187 102 433 1188 359 434 1189 544 435 1190 102 433 1191 364 436 1192 357 430 1193 102 433 1194 357 430 1195 356 412 1196 102 433 1197 356 412 1198 541 411 1199 103 437 1200 360 438 1201 543 439 1202 103 437 1203 362 440 1204 359 434 1205 103 437 1206 359 434 1207 358 408 1208 103 437 1209 358 408 1210 542 407 1211 104 441 1212 361 442 1213 552 443 1214 104 441 1215 376 444 1216 363 445 1217 104 441 1218 363 445 1219 362 440 1220 104 441 1221 362 440 1222 543 439 1223 105 446 1224 363 445 1225 551 447 1226 105 446 1227 374 448 1228 365 449 1229 105 446 1230 365 449 1231 364 436 1232 105 446 1233 364 436 1234 544 435 1235 106 450 1236 365 449 1237 550 451 1238 106 450 1239 372 452 1240 367 453 1241 106 450 1242 367 453 1243 366 432 1244 106 450 1245 366 432 1246 545 431 1247 107 454 1248 367 453 1249 549 455 1250 107 454 1251 370 456 1252 548 457 1253 107 454 1254 369 458 1255 547 427 1256 107 454 1257 368 426 1258 367 453 1259 108 459 1260 373 460 1261 386 461 1262 108 459 1263 386 461 1264 557 462 1265 108 459 1266 371 463 1267 548 457 1268 108 459 1269 370 456 1270 549 455 1271 109 464 1272 375 465 1273 555 466 1274 109 464 1275 384 467 1276 373 460 1277 109 464 1278 373 460 1279 372 452 1280 109 464 1281 372 452 1282 550 451 1283 110 468 1284 377 469 1285 554 470 1286 110 468 1287 382 471 1288 375 465 1289 110 468 1290 375 465 1291 374 448 1292 110 468 1293 374 448 1294 551 447 1295 111 472 1296 378 473 1297 553 474 1298 111 472 1299 380 475 1300 377 469 1301 111 472 1302 377 469 1303 376 444 1304 111 472 1305 376 444 1306 552 443 1307 112 476 1308 379 477 1309 562 478 1310 112 476 1311 393 479 1312 381 480 1313 112 476 1314 381 480 1315 380 475 1316 112 476 1317 380 475 1318 553 474 1319 113 481 1320 381 480 1321 561 482 1322 113 481 1323 391 483 1324 383 484 1325 113 481 1326 383 484 1327 382 471 1328 113 481 1329 382 471 1330 554 470 1331 114 485 1332 383 484 1333 560 486 1334 114 485 1335 390 487 1336 385 488 1337 114 485 1338 385 488 1339 384 467 1340 114 485 1341 384 467 1342 555 466 1343 115 489 1344 385 488 1345 559 490 1346 115 489 1347 388 491 1348 558 492 1349 115 489 1350 387 493 1351 557 462 1352 115 489 1353 386 461 1354 385 488 1355 116 494 1356 389 495 1357 558 492 1358 116 494 1359 388 491 1360 289 496 1361 116 494 1362 289 496 1363 506 311 1364 116 494 1365 291 310 1366 565 309 1367 117 497 1368 392 498 1369 564 306 1370 117 497 1371 292 305 1372 289 496 1373 117 497 1374 289 496 1375 390 487 1376 117 497 1377 390 487 1378 560 486 1379 118 499 1380 394 500 1381 563 300 1382 118 499 1383 395 299 1384 392 498 1385 118 499 1386 392 498 1387 391 483 1388 118 499 1389 391 483 1390 561 482 1391 119 501 1392 288 502 1393 505 294 1394 119 501 1395 295 293 1396 394 500 1397 119 501 1398 394 500 1399 393 479 1400 119 501 1401 393 479 1402 562 478 1403 120 503 1404 415 504 1405 575 505 1406 120 503 1407 420 506 1408 576 507 1409 120 503 1410 417 508 1411 415 504 1412 121 509 1413 416 510 1414 420 506 1415 121 509 1416 420 506 1417 414 511 1418 121 509 1419 414 511 1420 296 289 1421 121 509 1422 296 289 1423 416 510 1424 122 512 1425 413 513 1426 574 514 1427 122 512 1428 421 515 1429 575 505 1430 122 512 1431 415 504 1432 413 513 1433 123 516 1434 412 517 1435 306 330 1436 123 516 1437 306 330 1438 414 511 1439 123 516 1440 414 511 1441 421 515 1442 123 516 1443 421 515 1444 412 517 1445 124 518 1446 411 519 1447 573 520 1448 124 518 1449 422 521 1450 574 514 1451 124 518 1452 413 513 1453 411 519 1454 125 522 1455 410 523 1456 307 334 1457 125 522 1458 307 334 1459 412 517 1460 125 522 1461 412 517 1462 422 521 1463 125 522 1464 422 521 1465 410 523 1466 126 524 1467 409 525 1468 572 526 1469 126 524 1470 423 527 1471 573 520 1472 126 524 1473 411 519 1474 409 525 1475 127 528 1476 408 529 1477 324 366 1478 127 528 1479 324 366 1480 410 523 1481 127 528 1482 410 523 1483 423 527 1484 127 528 1485 423 527 1486 408 529 1487 128 530 1488 419 531 1489 577 532 1490 128 530 1491 424 533 1492 572 526 1493 128 530 1494 409 525 1495 419 531 1496 129 534 1497 418 535 1498 325 370 1499 129 534 1500 325 370 1501 408 529 1502 129 534 1503 408 529 1504 424 533 1505 129 534 1506 424 533 1507 418 535 1508 130 536 1509 406 537 1510 571 538 1511 130 536 1512 425 539 1513 577 532 1514 130 536 1515 419 531 1516 406 537 1517 131 540 1518 407 541 1519 342 402 1520 131 540 1521 342 402 1522 418 535 1523 131 540 1524 418 535 1525 425 539 1526 131 540 1527 425 539 1528 407 541 1529 132 542 1530 404 543 1531 570 544 1532 132 542 1533 426 545 1534 571 538 1535 132 542 1536 406 537 1537 404 543 1538 133 546 1539 405 547 1540 343 406 1541 133 546 1542 343 406 1543 407 541 1544 133 546 1545 407 541 1546 426 545 1547 133 546 1548 426 545 1549 405 547 1550 134 548 1551 402 549 1552 569 550 1553 134 548 1554 427 551 1555 570 544 1556 134 548 1557 404 543 1558 402 549 1559 135 552 1560 403 553 1561 360 438 1562 135 552 1563 360 438 1564 405 547 1565 135 552 1566 405 547 1567 427 551 1568 135 552 1569 427 551 1570 403 553 1571 136 554 1572 400 555 1573 568 556 1574 136 554 1575 428 557 1576 569 550 1577 136 554 1578 402 549 1579 400 555 1580 137 558 1581 401 559 1582 361 442 1583 137 558 1584 361 442 1585 403 553 1586 137 558 1587 403 553 1588 428 557 1589 137 558 1590 428 557 1591 401 559 1592 138 560 1593 398 561 1594 567 562 1595 138 560 1596 429 563 1597 568 556 1598 138 560 1599 400 555 1600 398 561 1601 139 564 1602 399 565 1603 378 473 1604 139 564 1605 378 473 1606 401 559 1607 139 564 1608 401 559 1609 429 563 1610 139 564 1611 429 563 1612 399 565 1613 140 566 1614 396 567 1615 566 568 1616 140 566 1617 430 569 1618 567 562 1619 140 566 1620 398 561 1621 396 567 1622 141 570 1623 397 571 1624 379 477 1625 141 570 1626 379 477 1627 399 565 1628 141 570 1629 399 565 1630 430 569 1631 141 570 1632 430 569 1633 397 571 1634 142 572 1635 417 508 1636 576 507 1637 142 572 1638 431 573 1639 566 568 1640 142 572 1641 396 567 1642 417 508 1643 143 574 1644 416 510 1645 288 502 1646 143 574 1647 288 502 1648 397 571 1649 143 574 1650 397 571 1651 431 573 1652 143 574 1653 431 573 1654 416 510 1655 152 3 1656 0 0 1657 438 2 1658 151 5 1659 0 0 1660 432 4 1661 151 5 1662 490 10 1663 150 6 1664 150 6 1665 437 9 1666 160 1 1667 150 6 1668 1 7 1669 437 9 1670 251 11 1671 1 7 1672 490 10 1673 251 11 1674 491 16 1675 149 12 1676 149 12 1677 436 15 1678 158 8 1679 149 12 1680 2 13 1681 436 15 1682 148 17 1683 2 13 1684 491 16 1685 148 17 1686 433 26 1687 153 18 1688 153 18 1689 435 25 1690 156 14 1691 146 22 1692 3 19 1693 492 21 1694 154 24 1695 3 19 1696 434 23 1697 153 18 1698 3 19 1699 435 25 1700 147 20 1701 3 19 1702 433 26 1703 157 30 1704 4 27 1705 442 29 1706 154 24 1707 4 27 1708 435 25 1709 155 31 1710 4 27 1711 434 23 1712 170 28 1713 4 27 1714 443 32 1715 159 36 1716 5 33 1717 441 35 1718 156 14 1719 5 33 1720 436 15 1721 156 14 1722 435 25 1723 157 30 1724 157 30 1725 442 29 1726 168 34 1727 161 40 1728 6 37 1729 440 39 1730 158 8 1731 6 37 1732 437 9 1733 158 8 1734 436 15 1735 159 36 1736 159 36 1737 441 35 1738 166 38 1739 162 44 1740 7 41 1741 439 43 1742 160 1 1743 7 41 1744 438 2 1745 160 1 1746 437 9 1747 161 40 1748 161 40 1749 440 39 1750 164 42 1751 163 48 1752 8 45 1753 448 47 1754 164 42 1755 8 45 1756 439 43 1757 164 42 1758 440 39 1759 165 49 1760 165 49 1761 447 52 1762 178 46 1763 165 49 1764 9 50 1765 447 52 1766 166 38 1767 9 50 1768 440 39 1769 166 38 1770 441 35 1771 167 53 1772 167 53 1773 446 56 1774 176 51 1775 167 53 1776 10 54 1777 446 56 1778 168 34 1779 10 54 1780 441 35 1781 168 34 1782 442 29 1783 169 57 1784 169 57 1785 445 60 1786 174 55 1787 169 57 1788 11 58 1789 445 60 1790 170 28 1791 11 58 1792 442 29 1793 171 61 1794 11 58 1795 443 32 1796 172 59 1797 11 58 1798 444 62 1799 175 66 1800 12 63 1801 452 65 1802 172 59 1803 12 63 1804 445 60 1805 173 67 1806 12 63 1807 444 62 1808 188 64 1809 12 63 1810 453 68 1811 177 72 1812 13 69 1813 451 71 1814 174 55 1815 13 69 1816 446 56 1817 174 55 1818 445 60 1819 175 66 1820 175 66 1821 452 65 1822 186 70 1823 179 76 1824 14 73 1825 450 75 1826 176 51 1827 14 73 1828 447 52 1829 176 51 1830 446 56 1831 177 72 1832 177 72 1833 451 71 1834 184 74 1835 180 80 1836 15 77 1837 449 79 1838 178 46 1839 15 77 1840 448 47 1841 178 46 1842 447 52 1843 179 76 1844 179 76 1845 450 75 1846 182 78 1847 181 84 1848 16 81 1849 458 83 1850 182 78 1851 16 81 1852 449 79 1853 182 78 1854 450 75 1855 183 85 1856 183 85 1857 457 88 1858 196 82 1859 183 85 1860 17 86 1861 457 88 1862 184 74 1863 17 86 1864 450 75 1865 184 74 1866 451 71 1867 185 89 1868 185 89 1869 456 92 1870 194 87 1871 185 89 1872 18 90 1873 456 92 1874 186 70 1875 18 90 1876 451 71 1877 186 70 1878 452 65 1879 187 93 1880 187 93 1881 455 96 1882 192 91 1883 187 93 1884 19 94 1885 455 96 1886 188 64 1887 19 94 1888 452 65 1889 189 97 1890 19 94 1891 453 68 1892 190 95 1893 19 94 1894 454 98 1895 193 102 1896 20 99 1897 463 101 1898 193 102 1899 455 96 1900 190 95 1901 191 103 1902 20 99 1903 454 98 1904 206 100 1905 20 99 1906 464 104 1907 195 108 1908 21 105 1909 462 107 1910 192 91 1911 21 105 1912 456 92 1913 192 91 1914 455 96 1915 193 102 1916 193 102 1917 463 101 1918 204 106 1919 197 112 1920 22 109 1921 461 111 1922 194 87 1923 22 109 1924 457 88 1925 194 87 1926 456 92 1927 195 108 1928 195 108 1929 462 107 1930 202 110 1931 198 116 1932 23 113 1933 460 115 1934 196 82 1935 23 113 1936 458 83 1937 196 82 1938 457 88 1939 197 112 1940 197 112 1941 461 111 1942 200 114 1943 199 120 1944 24 117 1945 469 119 1946 200 114 1947 24 117 1948 460 115 1949 200 114 1950 461 111 1951 201 121 1952 201 121 1953 468 124 1954 214 118 1955 201 121 1956 25 122 1957 468 124 1958 202 110 1959 25 122 1960 461 111 1961 202 110 1962 462 107 1963 203 125 1964 203 125 1965 467 128 1966 212 123 1967 203 125 1968 26 126 1969 467 128 1970 204 106 1971 26 126 1972 462 107 1973 204 106 1974 463 101 1975 205 129 1976 205 129 1977 466 132 1978 210 127 1979 205 129 1980 27 130 1981 466 132 1982 206 100 1983 27 130 1984 463 101 1985 207 133 1986 27 130 1987 464 104 1988 208 131 1989 27 130 1990 465 134 1991 211 138 1992 28 135 1993 473 137 1994 211 138 1995 466 132 1996 208 131 1997 209 139 1998 28 135 1999 465 134 2000 224 136 2001 28 135 2002 474 140 2003 213 144 2004 29 141 2005 472 143 2006 210 127 2007 29 141 2008 467 128 2009 210 127 2010 466 132 2011 211 138 2012 211 138 2013 473 137 2014 222 142 2015 215 148 2016 30 145 2017 471 147 2018 212 123 2019 30 145 2020 468 124 2021 212 123 2022 467 128 2023 213 144 2024 213 144 2025 472 143 2026 220 146 2027 216 152 2028 31 149 2029 470 151 2030 214 118 2031 31 149 2032 469 119 2033 214 118 2034 468 124 2035 215 148 2036 215 148 2037 471 147 2038 218 150 2039 217 156 2040 32 153 2041 479 155 2042 218 150 2043 32 153 2044 470 151 2045 218 150 2046 471 147 2047 219 157 2048 219 157 2049 478 160 2050 232 154 2051 219 157 2052 33 158 2053 478 160 2054 220 146 2055 33 158 2056 471 147 2057 220 146 2058 472 143 2059 221 161 2060 221 161 2061 477 164 2062 230 159 2063 221 161 2064 34 162 2065 477 164 2066 222 142 2067 34 162 2068 472 143 2069 222 142 2070 473 137 2071 223 165 2072 223 165 2073 476 174 2074 228 163 2075 226 167 2076 476 174 2077 223 165 2078 223 165 2079 473 137 2080 224 136 2081 225 168 2082 35 166 2083 474 140 2084 226 167 2085 35 166 2086 475 169 2087 229 173 2088 36 170 2089 483 172 2090 226 167 2091 36 170 2092 476 174 2093 227 175 2094 36 170 2095 475 169 2096 242 171 2097 36 170 2098 484 176 2099 231 180 2100 37 177 2101 482 179 2102 228 163 2103 37 177 2104 477 164 2105 228 163 2106 476 174 2107 229 173 2108 229 173 2109 483 172 2110 240 178 2111 233 184 2112 38 181 2113 481 183 2114 230 159 2115 38 181 2116 478 160 2117 230 159 2118 477 164 2119 231 180 2120 231 180 2121 482 179 2122 238 182 2123 234 188 2124 39 185 2125 480 187 2126 232 154 2127 39 185 2128 479 155 2129 232 154 2130 478 160 2131 233 184 2132 233 184 2133 481 183 2134 236 186 2135 235 192 2136 40 189 2137 489 191 2138 236 186 2139 40 189 2140 480 187 2141 236 186 2142 481 183 2143 237 193 2144 237 193 2145 488 196 2146 249 190 2147 237 193 2148 41 194 2149 488 196 2150 238 182 2151 41 194 2152 481 183 2153 238 182 2154 482 179 2155 239 197 2156 239 197 2157 487 200 2158 247 195 2159 239 197 2160 42 198 2161 487 200 2162 240 178 2163 42 198 2164 482 179 2165 240 178 2166 483 172 2167 241 201 2168 241 201 2169 486 204 2170 246 199 2171 241 201 2172 43 202 2173 486 204 2174 241 201 2175 483 172 2176 242 171 2177 243 205 2178 43 202 2179 484 176 2180 244 203 2181 43 202 2182 485 206 2183 245 208 2184 44 207 2185 485 206 2186 147 20 2187 44 207 2188 492 21 2189 145 209 2190 44 207 2191 433 26 2192 244 203 2193 44 207 2194 486 204 2195 248 211 2196 45 210 2197 491 16 2198 246 199 2199 45 210 2200 487 200 2201 246 199 2202 486 204 2203 145 209 2204 145 209 2205 433 26 2206 148 17 2207 250 213 2208 46 212 2209 490 10 2210 247 195 2211 46 212 2212 488 196 2213 247 195 2214 487 200 2215 248 211 2216 248 211 2217 491 16 2218 251 11 2219 144 215 2220 47 214 2221 432 4 2222 249 190 2223 47 214 2224 489 191 2225 249 190 2226 488 196 2227 250 213 2228 250 213 2229 490 10 2230 151 5 2231 271 219 2232 48 216 2233 502 218 2234 271 219 2235 459 575 2236 273 220 2237 276 217 2238 48 216 2239 503 221 2240 276 217 2241 503 221 2242 272 223 2243 272 223 2244 432 4 2245 152 3 2246 152 3 2247 438 2 2248 270 224 2249 270 224 2250 502 218 2251 276 217 2252 269 228 2253 50 225 2254 501 227 2255 269 228 2256 459 575 2257 271 219 2258 277 226 2259 50 225 2260 502 218 2261 162 44 2262 439 43 2263 268 230 2264 268 230 2265 501 227 2266 277 226 2267 277 226 2268 502 218 2269 270 224 2270 270 224 2271 438 2 2272 162 44 2273 267 234 2274 52 231 2275 500 233 2276 267 234 2277 459 575 2278 269 228 2279 278 232 2280 52 231 2281 501 227 2282 163 48 2283 448 47 2284 266 236 2285 266 236 2286 500 233 2287 278 232 2288 278 232 2289 501 227 2290 268 230 2291 268 230 2292 439 43 2293 163 48 2294 265 240 2295 54 237 2296 499 239 2297 265 240 2298 459 575 2299 267 234 2300 279 238 2301 54 237 2302 500 233 2303 180 80 2304 449 79 2305 264 242 2306 264 242 2307 499 239 2308 279 238 2309 279 238 2310 500 233 2311 266 236 2312 266 236 2313 448 47 2314 180 80 2315 275 246 2316 56 243 2317 504 245 2318 275 246 2319 459 575 2320 265 240 2321 280 244 2322 56 243 2323 499 239 2324 181 84 2325 458 83 2326 274 248 2327 274 248 2328 504 245 2329 280 244 2330 280 244 2331 499 239 2332 264 242 2333 264 242 2334 449 79 2335 181 84 2336 262 252 2337 58 249 2338 498 251 2339 262 252 2340 459 575 2341 275 246 2342 281 250 2343 58 249 2344 504 245 2345 198 116 2346 460 115 2347 263 254 2348 263 254 2349 498 251 2350 281 250 2351 281 250 2352 504 245 2353 274 248 2354 274 248 2355 458 83 2356 198 116 2357 260 258 2358 60 255 2359 497 257 2360 260 258 2361 459 575 2362 262 252 2363 282 256 2364 60 255 2365 498 251 2366 199 120 2367 469 119 2368 261 260 2369 261 260 2370 497 257 2371 282 256 2372 282 256 2373 498 251 2374 263 254 2375 263 254 2376 460 115 2377 199 120 2378 258 264 2379 62 261 2380 496 263 2381 258 264 2382 459 575 2383 260 258 2384 283 262 2385 62 261 2386 497 257 2387 216 152 2388 470 151 2389 259 266 2390 259 266 2391 496 263 2392 283 262 2393 283 262 2394 497 257 2395 261 260 2396 261 260 2397 469 119 2398 216 152 2399 256 270 2400 64 267 2401 495 269 2402 256 270 2403 459 575 2404 258 264 2405 284 268 2406 64 267 2407 496 263 2408 217 156 2409 479 155 2410 257 272 2411 257 272 2412 495 269 2413 284 268 2414 284 268 2415 496 263 2416 259 266 2417 259 266 2418 470 151 2419 217 156 2420 254 276 2421 66 273 2422 494 275 2423 254 276 2424 459 575 2425 256 270 2426 285 274 2427 66 273 2428 495 269 2429 234 188 2430 480 187 2431 255 278 2432 255 278 2433 494 275 2434 285 274 2435 285 274 2436 495 269 2437 257 272 2438 257 272 2439 479 155 2440 234 188 2441 252 282 2442 68 279 2443 493 281 2444 252 282 2445 459 575 2446 254 276 2447 286 280 2448 68 279 2449 494 275 2450 235 192 2451 489 191 2452 253 284 2453 253 284 2454 493 281 2455 286 280 2456 286 280 2457 494 275 2458 255 278 2459 255 278 2460 480 187 2461 235 192 2462 273 220 2463 70 285 2464 503 221 2465 273 220 2466 459 575 2467 252 282 2468 287 286 2469 70 285 2470 493 281 2471 144 215 2472 432 4 2473 272 223 2474 272 223 2475 503 221 2476 287 286 2477 287 286 2478 493 281 2479 253 284 2480 253 284 2481 489 191 2482 144 215 2483 304 291 2484 72 288 2485 511 290 2486 304 291 2487 510 296 2488 294 292 2489 294 292 2490 563 300 2491 295 293 2492 296 289 2493 72 288 2494 505 294 2495 302 297 2496 73 295 2497 510 296 2498 302 297 2499 509 302 2500 293 298 2501 293 298 2502 564 306 2503 395 299 2504 294 292 2505 73 295 2506 563 300 2507 300 303 2508 74 301 2509 509 302 2510 300 303 2511 508 312 2512 297 304 2513 297 304 2514 506 311 2515 292 305 2516 293 298 2517 74 301 2518 564 306 2519 291 310 2520 75 307 2521 565 309 2522 297 304 2523 75 307 2524 506 311 2525 298 313 2526 75 307 2527 508 312 2528 290 308 2529 75 307 2530 507 314 2531 314 318 2532 76 315 2533 515 317 2534 299 320 2535 76 315 2536 516 319 2537 298 313 2538 76 315 2539 507 314 2540 301 316 2541 76 315 2542 508 312 2543 312 324 2544 77 321 2545 514 323 2546 312 324 2547 515 317 2548 301 316 2549 301 316 2550 508 312 2551 300 303 2552 303 322 2553 77 321 2554 509 302 2555 310 328 2556 78 325 2557 513 327 2558 310 328 2559 514 323 2560 303 322 2561 303 322 2562 509 302 2563 302 297 2564 305 326 2565 78 325 2566 510 296 2567 308 332 2568 79 329 2569 512 331 2570 308 332 2571 513 327 2572 305 326 2573 305 326 2574 510 296 2575 304 291 2576 306 330 2577 79 329 2578 511 290 2579 322 336 2580 80 333 2581 521 335 2582 322 336 2583 520 339 2584 309 337 2585 309 337 2586 513 327 2587 308 332 2588 307 334 2589 80 333 2590 512 331 2591 320 340 2592 81 338 2593 520 339 2594 320 340 2595 519 343 2596 311 341 2597 311 341 2598 514 323 2599 310 328 2600 309 337 2601 81 338 2602 513 327 2603 318 344 2604 82 342 2605 519 343 2606 318 344 2607 518 347 2608 313 345 2609 313 345 2610 515 317 2611 312 324 2612 311 341 2613 82 342 2614 514 323 2615 316 348 2616 83 346 2617 518 347 2618 315 350 2619 83 346 2620 517 349 2621 314 318 2622 83 346 2623 516 319 2624 313 345 2625 83 346 2626 515 317 2627 332 354 2628 84 351 2629 525 353 2630 317 356 2631 84 351 2632 526 355 2633 316 348 2634 84 351 2635 517 349 2636 319 352 2637 84 351 2638 518 347 2639 330 360 2640 85 357 2641 524 359 2642 330 360 2643 525 353 2644 319 352 2645 319 352 2646 518 347 2647 318 344 2648 321 358 2649 85 357 2650 519 343 2651 328 364 2652 86 361 2653 523 363 2654 328 364 2655 524 359 2656 321 358 2657 321 358 2658 519 343 2659 320 340 2660 323 362 2661 86 361 2662 520 339 2663 326 368 2664 87 365 2665 522 367 2666 326 368 2667 523 363 2668 323 362 2669 323 362 2670 520 339 2671 322 336 2672 324 366 2673 87 365 2674 521 335 2675 340 372 2676 88 369 2677 531 371 2678 340 372 2679 530 375 2680 327 373 2681 327 373 2682 523 363 2683 326 368 2684 325 370 2685 88 369 2686 522 367 2687 338 376 2688 89 374 2689 530 375 2690 338 376 2691 529 379 2692 329 377 2693 329 377 2694 524 359 2695 328 364 2696 327 373 2697 89 374 2698 523 363 2699 336 380 2700 90 378 2701 529 379 2702 336 380 2703 528 383 2704 331 381 2705 331 381 2706 525 353 2707 330 360 2708 329 377 2709 90 378 2710 524 359 2711 334 384 2712 91 382 2713 528 383 2714 333 386 2715 91 382 2716 527 385 2717 332 354 2718 91 382 2719 526 355 2720 331 381 2721 91 382 2722 525 353 2723 350 390 2724 92 387 2725 536 389 2726 335 392 2727 92 387 2728 537 391 2729 334 384 2730 92 387 2731 527 385 2732 334 384 2733 528 383 2734 337 388 2735 348 396 2736 93 393 2737 535 395 2738 348 396 2739 536 389 2740 337 388 2741 337 388 2742 528 383 2743 336 380 2744 339 394 2745 93 393 2746 529 379 2747 346 400 2748 94 397 2749 534 399 2750 346 400 2751 535 395 2752 339 394 2753 339 394 2754 529 379 2755 338 376 2756 341 398 2757 94 397 2758 530 375 2759 344 404 2760 95 401 2761 533 403 2762 344 404 2763 534 399 2764 341 398 2765 341 398 2766 530 375 2767 340 372 2768 342 402 2769 95 401 2770 531 371 2771 358 408 2772 96 405 2773 542 407 2774 358 408 2775 541 411 2776 345 409 2777 345 409 2778 534 399 2779 344 404 2780 343 406 2781 96 405 2782 533 403 2783 356 412 2784 97 410 2785 541 411 2786 356 412 2787 540 415 2788 347 413 2789 347 413 2790 535 395 2791 346 400 2792 345 409 2793 97 410 2794 534 399 2795 354 416 2796 98 414 2797 540 415 2798 354 416 2799 539 419 2800 349 417 2801 349 417 2802 536 389 2803 348 396 2804 347 413 2805 98 414 2806 535 395 2807 352 420 2808 99 418 2809 539 419 2810 351 422 2811 99 418 2812 538 421 2813 350 390 2814 99 418 2815 537 391 2816 349 417 2817 99 418 2818 536 389 2819 368 426 2820 100 423 2821 546 425 2822 353 428 2823 100 423 2824 547 427 2825 352 420 2826 100 423 2827 538 421 2828 355 424 2829 100 423 2830 539 419 2831 366 432 2832 101 429 2833 545 431 2834 366 432 2835 546 425 2836 355 424 2837 355 424 2838 539 419 2839 354 416 2840 357 430 2841 101 429 2842 540 415 2843 364 436 2844 102 433 2845 544 435 2846 364 436 2847 545 431 2848 357 430 2849 357 430 2850 540 415 2851 356 412 2852 359 434 2853 102 433 2854 541 411 2855 362 440 2856 103 437 2857 543 439 2858 362 440 2859 544 435 2860 359 434 2861 359 434 2862 541 411 2863 358 408 2864 360 438 2865 103 437 2866 542 407 2867 376 444 2868 104 441 2869 552 443 2870 376 444 2871 551 447 2872 363 445 2873 363 445 2874 544 435 2875 362 440 2876 361 442 2877 104 441 2878 543 439 2879 374 448 2880 105 446 2881 551 447 2882 374 448 2883 550 451 2884 365 449 2885 365 449 2886 545 431 2887 364 436 2888 363 445 2889 105 446 2890 544 435 2891 372 452 2892 106 450 2893 550 451 2894 372 452 2895 549 455 2896 367 453 2897 367 453 2898 546 425 2899 366 432 2900 365 449 2901 106 450 2902 545 431 2903 370 456 2904 107 454 2905 549 455 2906 369 458 2907 107 454 2908 548 457 2909 368 426 2910 107 454 2911 547 427 2912 368 426 2913 546 425 2914 367 453 2915 373 460 2916 556 576 2917 386 461 2918 371 463 2919 108 459 2920 557 462 2921 370 456 2922 108 459 2923 548 457 2924 373 460 2925 108 459 2926 549 455 2927 384 467 2928 109 464 2929 555 466 2930 384 467 2931 556 576 2932 373 460 2933 373 460 2934 549 455 2935 372 452 2936 375 465 2937 109 464 2938 550 451 2939 382 471 2940 110 468 2941 554 470 2942 382 471 2943 555 466 2944 375 465 2945 375 465 2946 550 451 2947 374 448 2948 377 469 2949 110 468 2950 551 447 2951 380 475 2952 111 472 2953 553 474 2954 380 475 2955 554 470 2956 377 469 2957 377 469 2958 551 447 2959 376 444 2960 378 473 2961 111 472 2962 552 443 2963 393 479 2964 112 476 2965 562 478 2966 393 479 2967 561 482 2968 381 480 2969 381 480 2970 554 470 2971 380 475 2972 379 477 2973 112 476 2974 553 474 2975 391 483 2976 113 481 2977 561 482 2978 391 483 2979 560 486 2980 383 484 2981 383 484 2982 555 466 2983 382 471 2984 381 480 2985 113 481 2986 554 470 2987 390 487 2988 114 485 2989 560 486 2990 390 487 2991 559 490 2992 385 488 2993 385 488 2994 556 576 2995 384 467 2996 383 484 2997 114 485 2998 555 466 2999 388 491 3000 115 489 3001 559 490 3002 387 493 3003 115 489 3004 558 492 3005 386 461 3006 115 489 3007 557 462 3008 386 461 3009 556 576 3010 385 488 3011 388 491 3012 116 494 3013 558 492 3014 388 491 3015 559 490 3016 289 496 3017 291 310 3018 116 494 3019 506 311 3020 389 495 3021 116 494 3022 565 309 3023 292 305 3024 117 497 3025 564 306 3026 292 305 3027 506 311 3028 289 496 3029 289 496 3030 559 490 3031 390 487 3032 392 498 3033 117 497 3034 560 486 3035 395 299 3036 118 499 3037 563 300 3038 395 299 3039 564 306 3040 392 498 3041 392 498 3042 560 486 3043 391 483 3044 394 500 3045 118 499 3046 561 482 3047 295 293 3048 119 501 3049 505 294 3050 295 293 3051 563 300 3052 394 500 3053 394 500 3054 561 482 3055 393 479 3056 288 502 3057 119 501 3058 562 478 3059 420 506 3060 120 503 3061 575 505 3062 417 508 3063 120 503 3064 576 507 3065 417 508 3066 532 577 3067 415 504 3068 416 510 3069 576 507 3070 420 506 3071 420 506 3072 575 505 3073 414 511 3074 414 511 3075 511 290 3076 296 289 3077 296 289 3078 505 294 3079 416 510 3080 421 515 3081 122 512 3082 574 514 3083 415 504 3084 122 512 3085 575 505 3086 415 504 3087 532 577 3088 413 513 3089 412 517 3090 512 331 3091 306 330 3092 306 330 3093 511 290 3094 414 511 3095 414 511 3096 575 505 3097 421 515 3098 421 515 3099 574 514 3100 412 517 3101 422 521 3102 124 518 3103 573 520 3104 413 513 3105 124 518 3106 574 514 3107 413 513 3108 532 577 3109 411 519 3110 410 523 3111 521 335 3112 307 334 3113 307 334 3114 512 331 3115 412 517 3116 412 517 3117 574 514 3118 422 521 3119 422 521 3120 573 520 3121 410 523 3122 423 527 3123 126 524 3124 572 526 3125 411 519 3126 126 524 3127 573 520 3128 411 519 3129 532 577 3130 409 525 3131 408 529 3132 522 367 3133 324 366 3134 324 366 3135 521 335 3136 410 523 3137 410 523 3138 573 520 3139 423 527 3140 423 527 3141 572 526 3142 408 529 3143 424 533 3144 128 530 3145 577 532 3146 409 525 3147 128 530 3148 572 526 3149 409 525 3150 532 577 3151 419 531 3152 418 535 3153 531 371 3154 325 370 3155 325 370 3156 522 367 3157 408 529 3158 408 529 3159 572 526 3160 424 533 3161 424 533 3162 577 532 3163 418 535 3164 425 539 3165 130 536 3166 571 538 3167 419 531 3168 130 536 3169 577 532 3170 419 531 3171 532 577 3172 406 537 3173 407 541 3174 533 403 3175 342 402 3176 342 402 3177 531 371 3178 418 535 3179 418 535 3180 577 532 3181 425 539 3182 425 539 3183 571 538 3184 407 541 3185 426 545 3186 132 542 3187 570 544 3188 406 537 3189 132 542 3190 571 538 3191 406 537 3192 532 577 3193 404 543 3194 405 547 3195 542 407 3196 343 406 3197 343 406 3198 533 403 3199 407 541 3200 407 541 3201 571 538 3202 426 545 3203 426 545 3204 570 544 3205 405 547 3206 427 551 3207 134 548 3208 569 550 3209 404 543 3210 134 548 3211 570 544 3212 404 543 3213 532 577 3214 402 549 3215 403 553 3216 543 439 3217 360 438 3218 360 438 3219 542 407 3220 405 547 3221 405 547 3222 570 544 3223 427 551 3224 427 551 3225 569 550 3226 403 553 3227 428 557 3228 136 554 3229 568 556 3230 402 549 3231 136 554 3232 569 550 3233 402 549 3234 532 577 3235 400 555 3236 401 559 3237 552 443 3238 361 442 3239 361 442 3240 543 439 3241 403 553 3242 403 553 3243 569 550 3244 428 557 3245 428 557 3246 568 556 3247 401 559 3248 429 563 3249 138 560 3250 567 562 3251 400 555 3252 138 560 3253 568 556 3254 400 555 3255 532 577 3256 398 561 3257 399 565 3258 553 474 3259 378 473 3260 378 473 3261 552 443 3262 401 559 3263 401 559 3264 568 556 3265 429 563 3266 429 563 3267 567 562 3268 399 565 3269 430 569 3270 140 566 3271 566 568 3272 398 561 3273 140 566 3274 567 562 3275 398 561 3276 532 577 3277 396 567 3278 397 571 3279 562 478 3280 379 477 3281 379 477 3282 553 474 3283 399 565 3284 399 565 3285 567 562 3286 430 569 3287 430 569 3288 566 568 3289 397 571 3290 431 573 3291 142 572 3292 576 507 3293 396 567 3294 142 572 3295 566 568 3296 396 567 3297 532 577 3298 417 508 3299 416 510 3300 505 294 3301 288 502 3302 288 502 3303 562 478 3304 397 571 3305 397 571 3306 566 568 3307 431 573 3308 431 573 3309 576 507 3310 416 510 3311

+
+
+
+
+ + + + 0 10.875 + + + + + + + + -1 1.07346e-8 -4.99209e-8 0.007298998 -2.09803e-8 -0.9776931 0.2100392 15.08055 -4.65523e-8 0.2100385 0.9776947 15.44912 0 0 0 1 -1 1.07346e-8 -4.99209e-8 0.007298998 -2.09803e-8 -0.9776931 0.2100392 15.08055 -4.65523e-8 0.2100385 0.9776947 15.44912 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -1 -3.0282e-6 -5.04298e-7 1.39698e-9 3.06459e-6 -0.9943666 -0.1059918 -3.71933e-5 -1.80501e-7 -0.1059939 0.9943625 -1.71661e-5 0 0 0 1 -1 -3.0282e-6 -5.04298e-7 1.39698e-9 3.06459e-6 -0.9943666 -0.1059918 -3.71933e-5 -1.80501e-7 -0.1059939 0.9943625 -1.71661e-5 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 3.05877e-6 7.46276e-8 4.65661e-10 -3.05931e-6 0.9991843 0.04038393 11.59005 4.89921e-8 -0.04038385 0.9991843 -1.90735e-6 0 0 0 1 1 3.05877e-6 7.46276e-8 4.65661e-10 -3.05931e-6 0.9991843 0.04038393 11.59005 4.89921e-8 -0.04038385 0.9991843 -1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 2.17372e-6 -1.66464e-8 -9.31323e-10 -2.11968e-6 0.9733737 -0.2292244 17.9308 -4.82067e-7 0.2292242 0.9733735 -3.8147e-6 0 0 0 1 1 2.17372e-6 -1.66464e-8 -9.31323e-10 -2.11968e-6 0.9733737 -0.2292244 17.9308 -4.82067e-7 0.2292242 0.9733735 -3.8147e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 8.07327e-7 4.64672e-9 0 -7.99493e-7 0.991071 -0.1333347 21.02766 -1.12251e-7 0.1333347 0.9910711 9.53674e-7 0 0 0 1 1 8.07327e-7 4.64672e-9 0 -7.99493e-7 0.991071 -0.1333347 21.02766 -1.12251e-7 0.1333347 0.9910711 9.53674e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9912202 -0.1322217 1.71939e-5 -2.984915 0.07780946 0.5834159 0.808438 4.122558 -0.106903 -0.8013384 0.5885814 -1.883615 0 0 0 1 0.9912202 -0.1322217 1.71939e-5 -2.984915 0.07780946 0.5834159 0.808438 4.122558 -0.106903 -0.8013384 0.5885814 -1.883615 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9912028 -0.08003187 -0.105413 -4.76837e-7 0.1323516 -0.5982615 -0.7902957 10.28431 1.84439e-4 -0.7972946 0.60359 2.38419e-7 0 0 0 1 -0.9912028 -0.08003187 -0.105413 -4.76837e-7 0.1323516 -0.5982615 -0.7902957 10.28431 1.84439e-4 -0.7972946 0.60359 2.38419e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9993688 -0.03552658 2.08496e-4 0.06012774 -4.40868e-4 0.006532431 -0.9999786 -1.107292 0.03552424 -0.9993472 -0.00654383 0.7208824 0 0 0 1 -0.9993688 -0.03552658 2.08496e-4 0.06012774 -4.40868e-4 0.006532431 -0.9999786 -1.107292 0.03552424 -0.9993472 -0.00654383 0.7208824 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9992431 0.03493814 -1.34236e-6 -0.03531122 -0.0349381 -0.9993829 0.003627524 10.96555 9.47732e-5 0.003625959 0.999992 0.8798122 0 0 0 1 -0.9992431 0.03493814 -1.34236e-6 -0.03531122 -0.0349381 -0.9993829 0.003627524 10.96555 9.47732e-5 0.003625959 0.999992 0.8798122 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.7655534 0.1322068 -0.6296421 2.984916 0.453437 0.5834128 0.6738135 4.122558 0.4564238 -0.8013429 0.3866862 -1.883615 0 0 0 1 0.7655534 0.1322068 -0.6296421 2.984916 0.453437 0.5834128 0.6738135 4.122558 0.4564238 -0.8013429 0.3866862 -1.883615 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.7656015 -0.4446917 0.4648706 0 -0.1323586 -0.5982703 -0.7902859 10.28431 0.6295519 -0.6665744 0.3991782 -5.96046e-7 0 0 0 1 -0.7656015 -0.4446917 0.4648706 0 -0.1323586 -0.5982703 -0.7902859 10.28431 0.6295519 -0.6665744 0.3991782 -5.96046e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9956824 0.03548778 -0.08577373 -0.06010103 0.08605707 0.00653331 -0.9962688 -1.107211 -0.03479508 -0.9993488 -0.009559125 0.72089 0 0 0 1 -0.9956824 0.03548778 -0.08577373 -0.06010103 0.08605707 0.00653331 -0.9962688 -1.107211 -0.03479508 -0.9993488 -0.009559125 0.72089 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9992759 -0.03493834 4.30936e-5 0.03534412 0.03493834 -0.9993827 0.003627002 10.96554 -6.02216e-5 0.003626749 0.9999923 0.8798113 0 0 0 1 -0.9992759 -0.03493834 4.30936e-5 0.03534412 0.03493834 -0.9993827 0.003627002 10.96554 -6.02216e-5 0.003626749 0.9999923 0.8798113 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 2.76446e-8 1.48389e-7 4.65661e-10 -9.32027e-8 0.8863772 0.4629638 6.550324 -1.18714e-7 -0.4629637 0.8863771 -1.90735e-6 0 0 0 1 1 2.76446e-8 1.48389e-7 4.65661e-10 -9.32027e-8 0.8863772 0.4629638 6.550324 -1.18714e-7 -0.4629637 0.8863771 -1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 -2.1855e-8 -2.71688e-7 0 -9.72496e-9 0.9932564 -0.1159386 5.523559 2.72352e-7 0.1159384 0.9932564 -9.53674e-7 0 0 0 1 1 -2.1855e-8 -2.71688e-7 0 -9.72496e-9 0.9932564 -0.1159386 5.523559 2.72352e-7 0.1159384 0.9932564 -9.53674e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 1.09827e-8 1.38981e-7 4.65661e-10 7.24876e-9 0.9915138 -0.130002 6.116477 -1.39233e-7 0.1300016 0.9915138 -2.86102e-6 0 0 0 1 1 1.09827e-8 1.38981e-7 4.65661e-10 7.24876e-9 0.9915138 -0.130002 6.116477 -1.39233e-7 0.1300016 0.9915138 -2.86102e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -1 5.5733e-8 3.16133e-8 -1.39698e-9 -3.17053e-8 0.001650022 -0.9999986 3.094361 -5.57697e-8 -0.9999986 -0.001649367 1.599494 0 0 0 1 -1 5.5733e-8 3.16133e-8 -1.39698e-9 -3.17053e-8 0.001650022 -0.9999986 3.094361 -5.57697e-8 -0.9999986 -0.001649367 1.599494 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -1 7.5061e-6 -8.91221e-5 1.86265e-9 -6.06309e-5 0.6756593 0.7372143 5.422639 6.57499e-5 0.7372132 -0.6756601 -7.62939e-6 0 0 0 1 -1 7.5061e-6 -8.91221e-5 1.86265e-9 -6.06309e-5 0.6756593 0.7372143 5.422639 6.57499e-5 0.7372132 -0.6756601 -7.62939e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 2.30531e-6 4.75481e-5 0 -3.51504e-5 0.7093396 0.7048668 2.960145 -3.21028e-5 -0.7048668 0.7093397 -4.76837e-7 0 0 0 1 1 2.30531e-6 4.75481e-5 0 -3.51504e-5 0.7093396 0.7048668 2.960145 -3.21028e-5 -0.7048668 0.7093397 -4.76837e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999999 -2.71425e-6 4.18154e-5 -4.65661e-10 2.3296e-6 0.9999578 0.009196129 3.672792 -4.18387e-5 -0.009196285 0.9999577 2.86102e-6 0 0 0 1 0.9999999 -2.71425e-6 4.18154e-5 -4.65661e-10 2.3296e-6 0.9999578 0.009196129 3.672792 -4.18387e-5 -0.009196285 0.9999577 2.86102e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 -3.92308e-6 1.44936e-6 -4.65661e-10 3.4456e-6 0.5763856 -0.8171779 4.093477 2.37043e-6 0.8171778 0.5763858 0 0 0 0 1 1 -3.92308e-6 1.44936e-6 -4.65661e-10 3.4456e-6 0.5763856 -0.8171779 4.093477 2.37043e-6 0.8171778 0.5763858 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999999 -3.2371e-6 7.84998e-6 -9.31323e-10 6.35008e-6 0.8988367 -0.4382835 3.469826 -5.63704e-6 0.4382836 0.8988363 0 0 0 0 1 0.9999999 -3.2371e-6 7.84998e-6 -9.31323e-10 6.35008e-6 0.8988367 -0.4382835 3.469826 -5.63704e-6 0.4382836 0.8988363 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999999 -3.66042e-6 -4.59831e-5 9.31323e-10 -7.69114e-6 0.9696627 -0.2444476 2.48008 4.54828e-5 0.2444474 0.9696627 -1.90735e-6 0 0 0 1 0.9999999 -3.66042e-6 -4.59831e-5 9.31323e-10 -7.69114e-6 0.9696627 -0.2444476 2.48008 4.54828e-5 0.2444474 0.9696627 -1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999999 4.99598e-6 2.56766e-5 0.002447568 -1.10502e-6 0.9887838 -0.1493537 0.02156925 -2.61348e-5 0.1493536 0.9887839 0.9045753 0 0 0 1 0.9999999 4.99598e-6 2.56766e-5 0.002447568 -1.10502e-6 0.9887838 -0.1493537 0.02156925 -2.61348e-5 0.1493536 0.9887839 0.9045753 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -1 -4.34046e-7 3.26428e-6 -0.002411991 -6.4177e-7 0.9979565 -0.06388848 -0.04983425 -3.22988e-6 -0.06388845 -0.997957 -0.4624615 0 0 0 1 -1 -4.34046e-7 3.26428e-6 -0.002411991 -6.4177e-7 0.9979565 -0.06388848 -0.04983425 -3.22988e-6 -0.06388845 -0.997957 -0.4624615 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 1.53645e-7 1.95478e-5 -3.86126e-6 -1.57019e-6 0.9973692 0.07248977 -0.01759338 -1.94852e-5 -0.07248977 0.9973691 -0.2535896 0 0 0 1 1 1.53645e-7 1.95478e-5 -3.86126e-6 -1.57019e-6 0.9973692 0.07248977 -0.01759338 -1.94852e-5 -0.07248977 0.9973691 -0.2535896 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 -1.07829e-4 1.66907e-6 1.86265e-9 1.07833e-4 0.9999964 -0.00264813 0.7031555 -1.38348e-6 0.002647966 0.9999964 0 0 0 0 1 1 -1.07829e-4 1.66907e-6 1.86265e-9 1.07833e-4 0.9999964 -0.00264813 0.7031555 -1.38348e-6 0.002647966 0.9999964 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1.009819 -2.13485e-5 7.89951e-7 -9.31323e-10 2.13482e-5 1.009819 3.67597e-4 0.6433077 -7.97678e-7 -3.67388e-4 1.009819 1.90735e-6 0 0 0 1 1.009819 -2.13485e-5 7.89951e-7 -9.31323e-10 2.13482e-5 1.009819 3.67597e-4 0.6433077 -7.97678e-7 -3.67388e-4 1.009819 1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 -2.56861e-7 3.55304e-6 -2.32009e-4 1.04155e-8 0.9976019 0.06921113 2.557294 -3.56229e-6 -0.06921114 0.9976019 -0.4362011 0 0 0 1 1 -2.56861e-7 3.55304e-6 -2.32009e-4 1.04155e-8 0.9976019 0.06921113 2.557294 -3.56229e-6 -0.06921114 0.9976019 -0.4362011 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9999999 -1.04533e-6 -3.54057e-5 -0.01277845 1.07326e-6 0.9982117 -0.05978484 6.549272 3.54048e-5 -0.05978488 -0.9982114 -0.3908539 0 0 0 1 -0.9999999 -1.04533e-6 -3.54057e-5 -0.01277845 1.07326e-6 0.9982117 -0.05978484 6.549272 3.54048e-5 -0.05978488 -0.9982114 -0.3908539 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9999999 -2.371e-4 2.55139e-4 -1.399368 -2.51806e-4 0.9982418 -0.05927338 -3.213736 -2.40637e-4 -0.05927358 -0.9982417 0.02809525 0 0 0 1 -0.9999999 -2.371e-4 2.55139e-4 -1.399368 -2.51806e-4 0.9982418 -0.05927338 -3.213736 -2.40637e-4 -0.05927358 -0.9982417 0.02809525 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9999999 -2.36343e-4 2.54878e-4 1.374938 -2.51035e-4 0.9982417 -0.0592729 -3.213556 -2.40422e-4 -0.05927309 -0.9982418 0.02820396 0 0 0 1 -0.9999999 -2.36343e-4 2.54878e-4 1.374938 -2.51035e-4 0.9982417 -0.0592729 -3.213556 -2.40422e-4 -0.05927309 -0.9982418 0.02820396 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9740422 0.2263661 -2.22256e-4 0.727098 -0.2262072 0.9733206 -0.0384405 0.5064259 -0.008485285 0.03749288 0.999261 -0.3359547 0 0 0 1 0.9740422 0.2263661 -2.22256e-4 0.727098 -0.2262072 0.9733206 -0.0384405 0.5064259 -0.008485285 0.03749288 0.999261 -0.3359547 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999998 -2.18684e-5 -4.81931e-4 -4.29153e-6 2.18339e-5 0.9999999 1.18911e-5 0.2000103 4.81961e-4 -1.17794e-5 0.9999999 1.90735e-6 0 0 0 1 0.9999998 -2.18684e-5 -4.81931e-4 -4.29153e-6 2.18339e-5 0.9999999 1.18911e-5 0.2000103 4.81961e-4 -1.17794e-5 0.9999999 1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.79442 -0.6073685 -4.04176e-4 1.008502 0.6073687 0.7944202 1.7707e-4 0.5718412 2.13526e-4 -3.86175e-4 1 -0.4255085 0 0 0 1 0.79442 -0.6073685 -4.04176e-4 1.008502 0.6073687 0.7944202 1.7707e-4 0.5718412 2.13526e-4 -3.86175e-4 1 -0.4255085 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.7929493 -0.6092874 6.86616e-5 0.9513453 -0.6092877 0.792949 -4.65579e-4 0.5787964 2.29243e-4 -4.11045e-4 -0.9999998 -0.1294975 0 0 0 1 -0.7929493 -0.6092874 6.86616e-5 0.9513453 -0.6092877 0.792949 -4.65579e-4 0.5787964 2.29243e-4 -4.11045e-4 -0.9999998 -0.1294975 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9718968 -0.2282888 -0.05745335 -0.722276 0.2254526 0.9728732 -0.0518583 0.5064278 0.06773347 0.03744784 0.9970004 -0.3358974 0 0 0 1 0.9718968 -0.2282888 -0.05745335 -0.722276 0.2254526 0.9728732 -0.0518583 0.5064278 0.06773347 0.03744784 0.9970004 -0.3358974 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.998211 0.001715848 0.05976474 -0.004494846 -0.0017185 0.9999987 -6.33299e-6 0.2000246 -0.05976468 -9.64105e-5 0.9982125 2.63214e-4 0 0 0 1 0.998211 0.001715848 0.05976474 -0.004494846 -0.0017185 0.9999987 -6.33299e-6 0.2000246 -0.05976468 -9.64105e-5 0.9982125 2.63214e-4 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9999999 7.35083e-5 -2.38216e-4 1.88782e-4 1.35479e-5 0.9701526 0.2424953 4.01497e-4 2.48931e-4 0.2424952 -0.9701524 1.322945 0 0 0 1 -0.9999999 7.35083e-5 -2.38216e-4 1.88782e-4 1.35479e-5 0.9701526 0.2424953 4.01497e-4 2.48931e-4 0.2424952 -0.9701524 1.322945 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9939179 1.06971e-6 -3.68157e-5 -0.1558864 -3.22778e-6 -0.9939178 -5.02888e-4 -0.4026241 -3.68148e-5 5.02903e-4 -0.993918 2.724119 0 0 0 1 0.9939179 1.06971e-6 -3.68157e-5 -0.1558864 -3.22778e-6 -0.9939178 -5.02888e-4 -0.4026241 -3.68148e-5 5.02903e-4 -0.993918 2.724119 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.8877816 -0.4602648 -4.3224e-4 0.9937245 0.460265 0.8877816 2.82899e-4 0.5785923 2.53508e-4 -4.50131e-4 0.9999999 -0.5061531 0 0 0 1 0.8877816 -0.4602648 -4.3224e-4 0.9937245 0.460265 0.8877816 2.82899e-4 0.5785923 2.53508e-4 -4.50131e-4 0.9999999 -0.5061531 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999999 -2.32394e-6 -3.51574e-5 1.263029 6.95366e-6 -1 -5.09985e-4 2.22291 -3.51602e-5 5.09974e-4 -1 0.6702747 0 0 0 1 0.9999999 -2.32394e-6 -3.51574e-5 1.263029 6.95366e-6 -1 -5.09985e-4 2.22291 -3.51602e-5 5.09974e-4 -1 0.6702747 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.7944181 0.6073711 4.44288e-4 -1.008509 -0.6073714 0.7944183 1.92866e-4 0.5718422 -2.35781e-4 -4.23092e-4 0.9999999 -0.425436 0 0 0 1 0.7944181 0.6073711 4.44288e-4 -1.008509 -0.6073714 0.7944183 1.92866e-4 0.5718422 -2.35781e-4 -4.23092e-4 0.9999999 -0.425436 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.7929481 0.6092892 -6.61477e-6 -0.9513496 0.6092892 0.7929481 -5.65033e-4 0.5787945 -3.3905e-4 -4.52098e-4 -0.9999999 -0.1294289 0 0 0 1 -0.7929481 0.6092892 -6.61477e-6 -0.9513496 0.6092892 0.7929481 -5.65033e-4 0.5787945 -3.3905e-4 -4.52098e-4 -0.9999999 -0.1294289 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.8877786 0.4602706 4.90889e-4 -0.9937543 -0.4602708 0.8877788 2.89608e-4 0.5785952 -3.0249e-4 -4.83077e-4 0.9999999 -0.5060806 0 0 0 1 0.8877786 0.4602706 4.90889e-4 -0.9937543 -0.4602708 0.8877788 2.89608e-4 0.5785952 -3.0249e-4 -4.83077e-4 0.9999999 -0.5060806 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 -5.93346e-7 -3.51693e-5 -1.262974 1.76212e-6 -1 -5.0915e-4 2.222911 -3.517e-5 5.09184e-4 -1 0.6703663 0 0 0 1 1 -5.93346e-7 -3.51693e-5 -1.262974 1.76212e-6 -1 -5.0915e-4 2.222911 -3.517e-5 5.09184e-4 -1 0.6703663 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.8946643 -0.00753756 0.4466752 0.008839276 -0.02300513 0.9977538 0.06291484 3.805022 -0.4461461 -0.06656353 0.8924814 1.311943 0 0 0 1 0.8946643 -0.00753756 0.4466752 0.008839276 -0.02300513 0.9977538 0.06291484 3.805022 -0.4461461 -0.06656353 0.8924814 1.311943 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.8946803 0.4452078 0.003706388 -0.3775454 -0.007536444 0.006775162 0.9999486 0.8825302 0.4466435 -0.89169 0.009448341 0.7514782 0 0 0 1 0.8946803 0.4452078 0.003706388 -0.3775454 -0.007536444 0.006775162 0.9999486 0.8825302 0.4466435 -0.89169 0.009448341 0.7514782 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999999 4.79701e-5 -1.22547e-4 -1.5615e-4 1.25473e-4 -0.06668849 0.9977739 3.34516 3.96909e-5 -0.9977738 -0.06668833 -0.3985062 0 0 0 1 0.9999999 4.79701e-5 -1.22547e-4 -1.5615e-4 1.25473e-4 -0.06668849 0.9977739 3.34516 3.96909e-5 -0.9977738 -0.06668833 -0.3985062 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.5865327 0.8079315 -0.05679757 0.3268401 -0.03814031 0.04249666 0.9983684 3.71933e-4 0.8090271 0.5877421 0.005889092 -3.31879e-4 0 0 0 1 -0.5865327 0.8079315 -0.05679757 0.3268401 -0.03814031 0.04249666 0.9983684 3.71933e-4 0.8090271 0.5877421 0.005889092 -3.31879e-4 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.5760236 -0.8077896 0.1251909 -0.3265378 0.1550933 0.0423686 0.986991 3.14713e-4 -0.8025852 0.5879462 0.1008775 -2.49863e-4 0 0 0 1 -0.5760236 -0.8077896 0.1251909 -0.3265378 0.1550933 0.0423686 0.986991 3.14713e-4 -0.8025852 0.5879462 0.1008775 -2.49863e-4 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9983958 -0.05655041 2.53958e-5 -3.480751 0.006354387 -0.1126311 -0.9936125 3.323326 0.05619224 -0.9920222 0.1128121 -1.79852 0 0 0 1 -0.9983958 -0.05655041 2.53958e-5 -3.480751 0.006354387 -0.1126311 -0.9936125 3.323326 0.05619224 -0.9920222 0.1128121 -1.79852 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9981993 0.04397913 0.04078782 0 0.001075007 0.6930199 -0.7209177 6.450711 -0.05997244 -0.7195751 -0.691819 0 0 0 0 1 -0.9981993 0.04397913 0.04078782 0 0.001075007 0.6930199 -0.7209177 6.450711 -0.05997244 -0.7195751 -0.691819 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9935392 0.05649482 0.09838705 3.480791 -0.104258 -0.1126398 -0.9881468 3.32332 -0.04474295 -0.9920244 0.1178039 -1.798523 0 0 0 1 -0.9935392 0.05649482 0.09838705 3.480791 -0.104258 -0.1126398 -0.9881468 3.32332 -0.04474295 -0.9920244 0.1178039 -1.798523 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9663755 -0.1146471 0.2301601 9.53674e-7 -0.2438027 0.693006 -0.6784558 6.450708 -0.081719 -0.7117568 -0.6976554 -2.38419e-7 0 0 0 1 -0.9663755 -0.1146471 0.2301601 9.53674e-7 -0.2438027 0.693006 -0.6784558 6.450708 -0.081719 -0.7117568 -0.6976554 -2.38419e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9987547 0.04349729 -0.02443387 -3.686481 -0.02575306 -0.03003118 0.9992172 1.810061 0.04272946 0.9986024 0.03111316 9.109653 0 0 0 1 -0.9987547 0.04349729 -0.02443387 -3.686481 -0.02575306 -0.03003118 0.9992172 1.810061 0.04272946 0.9986024 0.03111316 9.109653 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9655111 -0.2598537 -0.01626308 -0.2564316 0.2596096 0.9655864 -0.01568596 -5.890598 0.01977951 0.01092303 0.9997449 -0.006332397 0 0 0 1 0.9655111 -0.2598537 -0.01626308 -0.2564316 0.2596096 0.9655864 -0.01568596 -5.890598 0.01977951 0.01092303 0.9997449 -0.006332397 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.05885598 0.9858226 -0.1571317 -0.5839901 -0.9141449 0.1164683 0.3882964 -0.5983458 0.4010922 0.1207878 0.9080394 -0.08473778 0 0 0 1 0.05885598 0.9858226 -0.1571317 -0.5839901 -0.9141449 0.1164683 0.3882964 -0.5983458 0.4010922 0.1207878 0.9080394 -0.08473778 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.8840364 0.2151237 0.4149715 -7.62939e-6 -0.3403432 0.9047804 0.2560072 20.72576 -0.3203847 -0.367552 0.8730745 7.62939e-6 0 0 0 1 0.8840364 0.2151237 0.4149715 -7.62939e-6 -0.3403432 0.9047804 0.2560072 20.72576 -0.3203847 -0.367552 0.8730745 7.62939e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9822975 0.06956962 0.1739291 1.90735e-6 0.006304376 0.9402317 -0.3404766 17.00371 -0.1872205 -0.3333527 -0.9240263 0 0 0 0 1 -0.9822975 0.06956962 0.1739291 1.90735e-6 0.006304376 0.9402317 -0.3404766 17.00371 -0.1872205 -0.3333527 -0.9240263 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.2241596 0.1720876 0.9592383 1.90735e-6 0.9140349 0.304324 -0.2681921 44.036 -0.3380718 0.9368951 -0.08907685 -1.90735e-6 0 0 0 1 0.2241596 0.1720876 0.9592383 1.90735e-6 0.9140349 0.304324 -0.2681921 44.036 -0.3380718 0.9368951 -0.08907685 -1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.04480356 0.9740879 0.2216885 -0.8813043 -0.9330688 -0.03847502 0.3576337 0.2929554 0.3568961 -0.2228739 0.9071672 -0.2276902 0 0 0 1 0.04480356 0.9740879 0.2216885 -0.8813043 -0.9330688 -0.03847502 0.3576337 0.2929554 0.3568961 -0.2228739 0.9071672 -0.2276902 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9780384 -0.2061872 0.03046823 4.76837e-6 0.2018384 0.9734128 0.1083006 13.39974 -0.05198821 -0.09977272 0.9936509 -1.90735e-6 0 0 0 1 0.9780384 -0.2061872 0.03046823 4.76837e-6 0.2018384 0.9734128 0.1083006 13.39974 -0.05198821 -0.09977272 0.9936509 -1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.8878655 -0.08279878 -0.4525916 -7.62939e-6 0.3080601 0.6236666 -0.7184283 16.83052 0.3417513 -0.7772927 -0.5282251 4.76837e-6 0 0 0 1 -0.8878655 -0.08279878 -0.4525916 -7.62939e-6 0.3080601 0.6236666 -0.7184283 16.83052 0.3417513 -0.7772927 -0.5282251 4.76837e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.5284715 0.3430746 0.7765421 -0.4470205 -0.8350111 -0.3751383 -0.4025263 1.188145 0.1532141 -0.8611449 0.4847212 -1.163637 0 0 0 1 -0.5284715 0.3430746 0.7765421 -0.4470205 -0.8350111 -0.3751383 -0.4025263 1.188145 0.1532141 -0.8611449 0.4847212 -1.163637 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.687842 -0.7073064 -0.1630678 3.8147e-6 0.2563364 0.4468801 -0.8570821 6.658574 0.679092 0.5477364 0.488691 -1.19209e-7 0 0 0 1 0.687842 -0.7073064 -0.1630678 3.8147e-6 0.2563364 0.4468801 -0.8570821 6.658574 0.679092 0.5477364 0.488691 -1.19209e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9647578 0.2138752 -0.1532973 0 0.193031 0.179291 -0.9646732 7.009515 -0.1788348 -0.9602668 -0.214257 4.76837e-7 0 0 0 1 -0.9647578 0.2138752 -0.1532973 0 0.193031 0.179291 -0.9646732 7.009515 -0.1788348 -0.9602668 -0.214257 4.76837e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9971355 -0.04349682 0.06187629 3.699487 0.06321191 -0.03003106 0.9975481 1.810048 -0.04153201 0.9986021 0.03269392 9.11 0 0 0 1 -0.9971355 -0.04349682 0.06187629 3.699487 0.06321191 -0.03003106 0.9975481 1.810048 -0.04153201 0.9986021 0.03269392 9.11 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9639626 0.2658045 0.011138 0.2559972 -0.2656271 0.9639565 -0.015169 -5.890142 -0.01476828 0.01166352 0.9998228 -0.01594973 0 0 0 1 0.9639626 0.2658045 0.011138 0.2559972 -0.2656271 0.9639565 -0.015169 -5.890142 -0.01476828 0.01166352 0.9998228 -0.01594973 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.04376563 -0.9806027 0.191057 0.5803986 0.9142079 0.1164298 0.3881587 -0.5983496 -0.4028743 0.1576778 0.9015709 -0.1065798 0 0 0 1 0.04376563 -0.9806027 0.191057 0.5803986 0.9142079 0.1164298 0.3881587 -0.5983496 -0.4028743 0.1576778 0.9015709 -0.1065798 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.8839806 -0.2151493 -0.4150771 9.53674e-7 0.3403801 0.9047924 0.2559139 20.72568 0.3204988 -0.367507 0.8730516 -2.86102e-6 0 0 0 1 0.8839806 -0.2151493 -0.4150771 9.53674e-7 0.3403801 0.9047924 0.2559139 20.72568 0.3204988 -0.367507 0.8730516 -2.86102e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9822114 -0.06966138 -0.1743791 0 -0.006236799 0.940232 -0.3404771 17.00376 0.1876748 -0.3333327 -0.9239412 1.90735e-6 0 0 0 1 -0.9822114 -0.06966138 -0.1743791 0 -0.006236799 0.940232 -0.3404771 17.00376 0.1876748 -0.3333327 -0.9239412 1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.2240943 -0.1722696 -0.9592208 3.8147e-6 -0.9140345 0.304325 -0.2681926 44.03613 0.3381162 0.9368614 -0.08926283 1.90735e-6 0 0 0 1 0.2240943 -0.1722696 -0.9592208 3.8147e-6 -0.9140345 0.304325 -0.2681926 44.03613 0.3381162 0.9368614 -0.08926283 1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.03131965 -0.9817594 -0.1875307 0.8721433 0.9330883 -0.03853521 0.357576 0.2929583 -0.3582801 -0.1861819 0.9148614 -0.2605839 0 0 0 1 0.03131965 -0.9817594 -0.1875307 0.8721433 0.9330883 -0.03853521 0.357576 0.2929583 -0.3582801 -0.1861819 0.9148614 -0.2605839 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9780299 0.2062367 -0.0304049 -2.86102e-6 -0.2018949 0.973403 0.1082828 13.39974 0.05192843 -0.0997653 0.9936551 -1.90735e-6 0 0 0 1 0.9780299 0.2062367 -0.0304049 -2.86102e-6 -0.2018949 0.973403 0.1082828 13.39974 0.05192843 -0.0997653 0.9936551 -1.90735e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.8880832 0.08279473 0.4521651 -2.86102e-6 -0.3077159 0.6236683 -0.7185737 16.83051 -0.3414953 -0.7772916 -0.5283923 -2.86102e-6 0 0 0 1 -0.8880832 0.08279473 0.4521651 -2.86102e-6 -0.3077159 0.6236683 -0.7185737 16.83051 -0.3414953 -0.7772916 -0.5283923 -2.86102e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.5354522 -0.3751317 -0.7566819 0.4030762 0.8341551 -0.3751389 -0.4042964 1.187346 -0.1321964 -0.8476714 0.513787 -1.179583 0 0 0 1 -0.5354522 -0.3751317 -0.7566819 0.4030762 0.8341551 -0.3751389 -0.4042964 1.187346 -0.1321964 -0.8476714 0.513787 -1.179583 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.6863933 0.7084664 0.1641325 0 -0.2563023 0.4468817 -0.8570914 6.658565 -0.6805686 0.5462341 0.4883182 1.19209e-7 0 0 0 1 0.6863933 0.7084664 0.1641325 0 -0.2563023 0.4468817 -0.8570914 6.658565 -0.6805686 0.5462341 0.4883182 1.19209e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9647384 -0.2138382 0.1534697 9.53674e-7 -0.1931947 0.1792914 -0.9646398 7.009535 0.1787611 -0.9602747 -0.2142816 4.76837e-7 0 0 0 1 -0.9647384 -0.2138382 0.1534697 9.53674e-7 -0.1931947 0.1792914 -0.9646398 7.009535 0.1787611 -0.9602747 -0.2142816 4.76837e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 2.95015e-9 -6.05894e-8 0.1347227 -6.06084e-8 0.006904395 -0.9999761 -23.06095 -2.53175e-9 0.9999761 0.006904483 31.30652 0 0 0 1 1 2.95015e-9 -6.05894e-8 0.1347227 -6.06084e-8 0.006904395 -0.9999761 -23.06095 -2.53175e-9 0.9999761 0.006904483 31.30652 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -1 0 1.31463e-6 4.594204 0 -1 -1.62451e-12 -11.77116 1.31463e-6 -1.62451e-12 1 2.180628 0 0 0 1 -1 0 1.31463e-6 4.594204 0 -1 -1.62451e-12 -11.77116 1.31463e-6 -1.62451e-12 1 2.180628 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -1 3.36753e-6 -9.39483e-8 4.354697 -1.04185e-6 -0.3356586 -0.9419836 13.99171 -3.2037e-6 -0.9419835 0.3356588 5.540198 0 0 0 1 -1 3.36753e-6 -9.39483e-8 4.354697 -1.04185e-6 -0.3356586 -0.9419836 13.99171 -3.2037e-6 -0.9419835 0.3356588 5.540198 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9996424 -0.02673838 -5.79179e-6 -1.090873 0.01075745 0.4023792 -0.9145531 5.754933 0.02447895 0.9150822 0.4021464 1.621531 0 0 0 1 0.9996424 -0.02673838 -5.79179e-6 -1.090873 0.01075745 0.4023792 -0.9145531 5.754933 0.02447895 0.9150822 0.4021464 1.621531 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9977499 0.06693941 -0.003805513 7.15256e-6 -0.0667979 0.9875998 -0.1423363 2.25067e-4 -0.005764192 0.1421425 0.9907385 -4.29153e-5 0 0 0 1 0.9977499 0.06693941 -0.003805513 7.15256e-6 -0.0667979 0.9875998 -0.1423363 2.25067e-4 -0.005764192 0.1421425 0.9907385 -4.29153e-5 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9934519 -0.114083 -0.006186934 0 0.113684 0.9816867 0.152864 1.189951 -0.01136555 -0.1525664 0.9882279 1.19209e-7 0 0 0 1 0.9934519 -0.114083 -0.006186934 0 0.113684 0.9816867 0.152864 1.189951 -0.01136555 -0.1525664 0.9882279 1.19209e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.998905 0.04665266 0.003514302 -4.76837e-7 -0.04676683 0.9977834 0.0473436 1.629533 -0.001297804 -0.04745612 0.9988724 -1.49012e-8 0 0 0 1 0.998905 0.04665266 0.003514302 -4.76837e-7 -0.04676683 0.9977834 0.0473436 1.629533 -0.001297804 -0.04745612 0.9988724 -1.49012e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9992288 0.03926547 1.32748e-5 -0.1118751 -0.01559829 0.3972542 -0.9167172 5.762162 -0.03603432 0.9168679 0.3971884 1.7247 0 0 0 1 0.9992288 0.03926547 1.32748e-5 -0.1118751 -0.01559829 0.3972542 -0.9167172 5.762162 -0.03603432 0.9168679 0.3971884 1.7247 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9995163 0.03101521 0.002283643 -5.91278e-5 -0.03082932 0.9978251 -0.05838055 1.43051e-5 -0.004085521 0.05822776 0.999227 -1.61497e-4 0 0 0 1 0.9995163 0.03101521 0.002283643 -5.91278e-5 -0.03082932 0.9978251 -0.05838055 1.43051e-5 -0.004085521 0.05822776 0.999227 -1.61497e-4 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9996287 -0.02705458 -0.00321473 0 0.0271715 0.9986247 0.04483998 1.54801 0.001997204 -0.04491068 0.9989891 0 0 0 0 1 0.9996287 -0.02705458 -0.00321473 0 0.0271715 0.9986247 0.04483998 1.54801 0.001997204 -0.04491068 0.9989891 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9996815 -0.02511467 -0.002460706 0 0.02521572 0.9979736 0.05841859 2.021835 9.88558e-4 -0.05846202 0.998289 1.49012e-8 0 0 0 1 0.9996815 -0.02511467 -0.002460706 0 0.02521572 0.9979736 0.05841859 2.021835 9.88558e-4 -0.05846202 0.998289 1.49012e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9937274 0.1118295 2.04364e-5 0.7589972 -0.0438869 0.3901504 -0.9188437 5.780383 -0.1028581 0.9139345 0.3922437 1.468893 0 0 0 1 0.9937274 0.1118295 2.04364e-5 0.7589972 -0.0438869 0.3901504 -0.9188437 5.780383 -0.1028581 0.9139345 0.3922437 1.468893 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9984065 0.0556099 0.009600305 -3.91006e-5 -0.05459086 0.9948557 -0.08549823 -6.96182e-5 -0.01429208 0.08475967 0.9972255 -7.84174e-5 0 0 0 1 0.9984065 0.0556099 0.009600305 -3.91006e-5 -0.05459086 0.9948557 -0.08549823 -6.96182e-5 -0.01429208 0.08475967 0.9972255 -7.84174e-5 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9980201 -0.06177993 -0.01179238 -2.38419e-7 0.0624553 0.9955993 0.06986903 1.441381 0.007424003 -0.0704672 0.9974865 5.96046e-8 0 0 0 1 0.9980201 -0.06177993 -0.01179238 -2.38419e-7 0.0624553 0.9955993 0.06986903 1.441381 0.007424003 -0.0704672 0.9974865 5.96046e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9997813 -0.01935919 -0.007902347 0 0.01989774 0.9969838 0.07501613 1.917727 0.006426268 -0.07515699 0.9971509 -4.47035e-8 0 0 0 1 0.9997813 -0.01935919 -0.007902347 0 0.01989774 0.9969838 0.07501613 1.917727 0.006426268 -0.07515699 0.9971509 -4.47035e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.8725879 0.4747249 0.1148985 1.448676 -0.2082203 0.5744944 -0.79084 4.097772 -0.4418538 0.6667772 0.5995827 -0.2373686 0 0 0 1 0.8725879 0.4747249 0.1148985 1.448676 -0.2082203 0.5744944 -0.79084 4.097772 -0.4418538 0.6667772 0.5995827 -0.2373686 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.7934204 0.06801192 -0.6054903 2.90871e-5 -0.2550058 0.9396572 -0.228686 1.23978e-5 0.5531987 0.3356045 0.7630029 -1.14441e-5 0 0 0 1 0.7934204 0.06801192 -0.6054903 2.90871e-5 -0.2550058 0.9396572 -0.228686 1.23978e-5 0.5531987 0.3356045 0.7630029 -1.14441e-5 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.6732521 -0.2317262 0.7021642 0 0.006252614 0.9513741 0.3079745 1.172405 -0.7393867 -0.2029539 0.6419637 3.57628e-7 0 0 0 1 0.6732521 -0.2317262 0.7021642 0 0.006252614 0.9513741 0.3079745 1.172405 -0.7393867 -0.2029539 0.6419637 3.57628e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9992088 0.003301136 -0.03963281 0 0.006325349 0.9706713 0.2403269 1.24966 0.03926378 -0.2403875 0.9698825 1.19209e-7 0 0 0 1 0.9992088 0.003301136 -0.03963281 0 0.006325349 0.9706713 0.2403269 1.24966 0.03926378 -0.2403875 0.9698825 1.19209e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 -2.11537e-7 -4.392737 8.44797e-9 -0.9992022 0.03993555 -9.236568 -2.11371e-7 -0.03993555 -0.9991866 0.9450969 0 0 0 1 1 0 -2.11537e-7 -4.392737 8.44797e-9 -0.9992022 0.03993555 -9.236568 -2.11371e-7 -0.03993555 -0.9991866 0.9450969 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.3594699 -0.1317358 -0.9238151 -0.956151 -0.04867225 0.9912845 -0.1224189 1.823207 0.9319012 9.58204e-4 -0.3627445 0.2896706 0 0 0 1 -0.3594699 -0.1317358 -0.9238151 -0.956151 -0.04867225 0.9912845 -0.1224189 1.823207 0.9319012 9.58204e-4 -0.3627445 0.2896706 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.4124835 -0.2859617 -0.8649204 0.004283518 -0.02510295 0.945524 -0.324585 0.001723289 0.9106146 0.1555979 0.3828374 0.01183009 0 0 0 1 0.4124835 -0.2859617 -0.8649204 0.004283518 -0.02510295 0.945524 -0.324585 0.001723289 0.9106146 0.1555979 0.3828374 0.01183009 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9982709 -0.03365203 -0.04819548 0 0.04611975 0.9567493 0.287234 0.9157095 0.03644498 -0.2889602 0.956647 -4.76837e-7 0 0 0 1 0.9982709 -0.03365203 -0.04819548 0 0.04611975 0.9567493 0.287234 0.9157095 0.03644498 -0.2889602 0.956647 -4.76837e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9994776 -0.01599595 -0.02808106 7.15256e-7 0.02185299 0.9746627 0.2226092 1.148858 0.02380872 -0.2231065 0.9745032 0 0 0 0 1 0.9994776 -0.01599595 -0.02808106 7.15256e-7 0.02185299 0.9746627 0.2226092 1.148858 0.02380872 -0.2231065 0.9745032 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9996679 0.01523922 0.02078463 -0.1859617 -0.01574796 0.9995748 0.02453905 1.90421 -0.02040152 -0.02485781 0.9994985 0.244038 0 0 0 1 0.9996679 0.01523922 0.02078463 -0.1859617 -0.01574796 0.9995748 0.02453905 1.90421 -0.02040152 -0.02485781 0.9994985 0.244038 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.999655 -0.01159565 0.02356477 -0.01266861 -0.01636952 0.9767433 -0.2137862 -2.30789e-4 -0.02053776 -0.2140982 -0.9765961 -2.07484e-4 0 0 0 1 -0.999655 -0.01159565 0.02356477 -0.01266861 -0.01636952 0.9767433 -0.2137862 -2.30789e-4 -0.02053776 -0.2140982 -0.9765961 -2.07484e-4 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9996091 -0.0279524 -1.85179e-4 0 0.02760618 0.9861531 0.1635229 1.143626 -0.004388189 -0.1634641 0.9865394 3.57628e-7 0 0 0 1 0.9996091 -0.0279524 -1.85179e-4 0 0.02760618 0.9861531 0.1635229 1.143626 -0.004388189 -0.1634641 0.9865394 3.57628e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999779 0.002835559 0.006032461 0 -0.004120037 0.9743503 0.2249992 1.387563 -0.005239724 -0.2250191 0.9743401 0 0 0 0 1 0.9999779 0.002835559 0.006032461 0 -0.004120037 0.9743503 0.2249992 1.387563 -0.005239724 -0.2250191 0.9743401 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.562557 0.1514816 -0.8127709 0.5473497 -0.0841978 0.9884573 0.1259506 1.737922 0.8224728 -0.00242082 0.5688148 0.3029116 0 0 0 1 0.562557 0.1514816 -0.8127709 0.5473497 -0.0841978 0.9884573 0.1259506 1.737922 0.8224728 -0.00242082 0.5688148 0.3029116 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.5935881 -0.1538754 -0.7899234 -2.36034e-5 7.32059e-4 0.9814467 -0.1917366 -5.62668e-5 0.8047599 -0.1143908 -0.5824705 4.14848e-5 0 0 0 1 -0.5935881 -0.1538754 -0.7899234 -2.36034e-5 7.32059e-4 0.9814467 -0.1917366 -5.62668e-5 0.8047599 -0.1143908 -0.5824705 4.14848e-5 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999345 -0.002227254 0.01123018 0 0.00141786 0.9974329 0.07159194 1.077304 -0.01136083 -0.07157132 0.9973706 1.19209e-7 0 0 0 1 0.9999345 -0.002227254 0.01123018 0 0.00141786 0.9974329 0.07159194 1.077304 -0.01136083 -0.07157132 0.9973706 1.19209e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9985662 0.009311141 0.05271855 9.53674e-7 -0.0263142 0.9429523 0.3318868 1.378865 -0.04662082 -0.3327981 0.9418448 -8.9407e-8 0 0 0 1 0.9985662 0.009311141 0.05271855 9.53674e-7 -0.0263142 0.9429523 0.3318868 1.378865 -0.04662082 -0.3327981 0.9418448 -8.9407e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.6038358 0.7382216 0.3006917 1.04924 0.6872787 0.6732514 -0.2727358 0.7782917 -0.4037761 0.04197068 -0.9139072 0.3901091 0 0 0 1 -0.6038358 0.7382216 0.3006917 1.04924 0.6872787 0.6732514 -0.2727358 0.7782917 -0.4037761 0.04197068 -0.9139072 0.3901091 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9835461 0.07843865 0.1627291 0.007656097 -0.03485427 0.9662845 -0.2551068 0.03454924 -0.1772522 0.2452374 0.9531231 0.00135088 0 0 0 1 0.9835461 0.07843865 0.1627291 0.007656097 -0.03485427 0.9662845 -0.2551068 0.03454924 -0.1772522 0.2452374 0.9531231 0.00135088 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9790913 -0.01896707 0.2025361 0 -0.019083 0.9826891 0.184277 0.6215739 -0.2025252 -0.184289 0.9617802 0 0 0 0 1 0.9790913 -0.01896707 0.2025361 0 -0.019083 0.9826891 0.184277 0.6215739 -0.2025252 -0.184289 0.9617802 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9607183 0.002882285 0.2775096 0 -0.07582967 0.9646215 0.2524976 0.632751 -0.2669641 -0.2636226 0.9269485 0 0 0 0 1 0.9607183 0.002882285 0.2775096 0 -0.07582967 0.9646215 0.2524976 0.632751 -0.2669641 -0.2636226 0.9269485 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -1 -3.36753e-6 9.69426e-6 -4.339196 -8.0015e-6 -0.3356586 -0.9419836 13.99171 6.42613e-6 -0.9419835 0.3356588 5.540196 0 0 0 1 -1 -3.36753e-6 9.69426e-6 -4.339196 -8.0015e-6 -0.3356586 -0.9419836 13.99171 6.42613e-6 -0.9419835 0.3356588 5.540196 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.147548 0.02674444 -0.9878672 1.090889 -0.9069722 0.4023796 -0.1243638 5.754935 0.3945013 0.9150821 0.08355709 1.621521 0 0 0 1 0.147548 0.02674444 -0.9878672 1.090889 -0.9069722 0.4023796 -0.1243638 5.754935 0.3945013 0.9150821 0.08355709 1.621521 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.1529765 0.130703 0.9795484 -4.73261e-5 0.06679682 0.9875807 -0.1422064 7.24792e-5 -0.9859699 0.08718496 0.1423461 -5.14984e-5 0 0 0 1 0.1529765 0.130703 0.9795484 -4.73261e-5 0.06679682 0.9875807 -0.1422064 7.24792e-5 -0.9859699 0.08718496 0.1423461 -5.14984e-5 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9934519 0.1140836 0.006207736 -9.53674e-7 -0.1136878 0.9816871 0.1528573 1.189955 0.01134446 -0.1525621 0.9882288 0 0 0 0 1 0.9934519 0.1140836 0.006207736 -9.53674e-7 -0.1136878 0.9816871 0.1528573 1.189955 0.01134446 -0.1525621 0.9882288 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.998905 -0.04665155 -0.003521371 0 0.04676605 0.9977834 0.04734356 1.62953 0.001304912 -0.04745638 0.9988724 -3.1665e-8 0 0 0 1 0.998905 -0.04665155 -0.003521371 0 0.04676605 0.9977834 0.04734356 1.62953 0.001304912 -0.04745638 0.9988724 -3.1665e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.5318738 -0.03925736 0.8452066 0.1118903 0.7684811 0.3972541 0.5012045 5.762164 -0.355735 0.9168683 -0.1809693 1.724699 0 0 0 1 -0.5318738 -0.03925736 0.8452066 0.1118903 0.7684811 0.3972541 0.5012045 5.762164 -0.355735 0.9168683 -0.1809693 1.724699 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.5354791 -0.03279502 -0.8439115 7.39098e-5 0.03081176 0.9978223 -0.05832672 -6.38962e-5 0.8439862 -0.05723517 -0.5333023 -4.76837e-6 0 0 0 1 -0.5354791 -0.03279502 -0.8439115 7.39098e-5 0.03081176 0.9978223 -0.05832672 -6.38962e-5 0.8439862 -0.05723517 -0.5333023 -4.76837e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9996295 0.02703478 0.003162427 7.15256e-7 -0.02714936 0.9986252 0.04484111 1.548008 -0.001945804 -0.04491036 0.9989892 5.96046e-8 0 0 0 1 0.9996295 0.02703478 0.003162427 7.15256e-7 -0.02714936 0.9986252 0.04484111 1.548008 -0.001945804 -0.04491036 0.9989892 5.96046e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9996813 0.02512701 0.002495111 4.76837e-7 -0.02522998 0.9979734 0.05841772 2.021833 -0.001022186 -0.05846204 0.9982891 0 0 0 0 1 0.9996813 0.02512701 0.002495111 4.76837e-7 -0.02522998 0.9979734 0.05841772 2.021833 -0.001022186 -0.05846204 0.9982891 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.4110941 -0.1118209 -0.903953 -0.7589841 -0.8554773 0.3901508 0.3402169 5.780385 0.3148978 0.9139355 -0.2558348 1.4689 0 0 0 1 -0.4110941 -0.1118209 -0.903953 -0.7589841 -0.8554773 0.3901508 0.3402169 5.780385 0.3148978 0.9139355 -0.2558348 1.4689 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.3999948 0.1001692 0.911027 -1.09673e-5 0.05458333 0.9948487 -0.08542012 -7.15256e-5 -0.9148907 0.01555936 -0.4034018 4.76837e-6 0 0 0 1 -0.3999948 0.1001692 0.911027 -1.09673e-5 0.05458333 0.9948487 -0.08542012 -7.15256e-5 -0.9148907 0.01555936 -0.4034018 4.76837e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.99802 0.06177806 0.01180183 0 -0.06245442 0.9955993 0.06986842 1.441377 -0.007433556 -0.07046717 0.9974864 5.96046e-8 0 0 0 1 0.99802 0.06177806 0.01180183 0 -0.06245442 0.9955993 0.06986842 1.441377 -0.007433556 -0.07046717 0.9974864 5.96046e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9997812 0.01936089 0.007909531 2.38419e-7 -0.01990017 0.9969837 0.07501563 1.917732 -0.006433314 -0.07515662 0.9971509 8.9407e-8 0 0 0 1 0.9997812 0.01936089 0.007909531 2.38419e-7 -0.01990017 0.9969837 0.07501563 1.917732 -0.006433314 -0.07515662 0.9971509 8.9407e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.6574637 -0.4747189 -0.5846467 -1.448679 -0.7351312 0.5744944 0.3596137 4.097773 0.1652991 0.6667819 -0.7260828 -0.2373543 0 0 0 1 -0.6574637 -0.4747189 -0.5846467 -1.448679 -0.7351312 0.5744944 0.3596137 4.097773 0.1652991 0.6667819 -0.7260828 -0.2373543 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.1313164 0.2983921 0.9453667 1.30236e-5 -0.1338331 0.9395583 -0.3151489 1.14441e-5 -0.9822652 -0.1679058 -0.08344451 3.33786e-5 0 0 0 1 -0.1313164 0.2983921 0.9453667 1.30236e-5 -0.1338331 0.9395583 -0.3151489 1.14441e-5 -0.9822652 -0.1679058 -0.08344451 3.33786e-5 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.2716068 -0.1171086 -0.9552566 7.15256e-7 0.3066255 0.9513747 -0.02944988 1.17241 0.9122557 -0.284907 0.2943082 2.38419e-7 0 0 0 1 0.2716068 -0.1171086 -0.9552566 7.15256e-7 0.3066255 0.9513747 -0.02944988 1.17241 0.9122557 -0.284907 0.2943082 2.38419e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.2310978 -0.2383984 -0.9432709 0 0.02558103 0.9706688 -0.2390557 1.24966 0.972594 0.03111596 0.2304177 0 0 0 0 1 0.2310978 -0.2383984 -0.9432709 0 0.02558103 0.9706688 -0.2390557 1.24966 0.972594 0.03111596 0.2304177 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 -2.67593e-7 -1.69191e-7 4.408239 -2.60627e-7 -0.9992022 0.03993555 -9.236572 -1.79537e-7 -0.03993555 -0.9991866 0.9450969 0 0 0 1 1 -2.67593e-7 -1.69191e-7 4.408239 -2.60627e-7 -0.9992022 0.03993555 -9.236572 -1.79537e-7 -0.03993555 -0.9991866 0.9450969 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9912848 0.1317362 -7.42305e-6 0.9561529 0.1317362 0.9912843 9.67626e-4 1.823206 1.3483e-4 9.58215e-4 -0.9999995 0.2896723 0 0 0 1 -0.9912848 0.1317362 -7.42305e-6 0.9561529 0.1317362 0.9912843 9.67626e-4 1.823206 1.3483e-4 9.58215e-4 -0.9999995 0.2896723 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9982144 -0.04131274 -0.0431487 -0.01258445 0.02510163 0.9455245 -0.3245907 0.001718521 0.05420702 0.3229238 0.944885 2.97666e-4 0 0 0 1 0.9982144 -0.04131274 -0.0431487 -0.01258445 0.02510163 0.9455245 -0.3245907 0.001718521 0.05420702 0.3229238 0.944885 2.97666e-4 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9982708 0.03365244 0.04819986 4.76837e-7 -0.04612136 0.9567494 0.2872343 0.9157104 -0.03644904 -0.2889606 0.9566469 -2.38419e-7 0 0 0 1 0.9982708 0.03365244 0.04819986 4.76837e-7 -0.04612136 0.9567494 0.2872343 0.9157104 -0.03644904 -0.2889606 0.9566469 -2.38419e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9994775 0.01599496 0.02808547 -2.38419e-7 -0.02185305 0.9746627 0.2226094 1.148859 -0.02381325 -0.2231069 0.9745032 0 0 0 0 1 0.9994775 0.01599496 0.02808547 -2.38419e-7 -0.02185305 0.9746627 0.2226094 1.148859 -0.02381325 -0.2231069 0.9745032 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9998839 -0.01523928 1.32084e-4 0.1859627 -0.01523778 0.9995747 -0.02485861 1.904208 2.46801e-4 -0.02485774 -0.9996909 0.2440362 0 0 0 1 -0.9998839 -0.01523928 1.32084e-4 0.1859627 -0.01523778 0.9995747 -0.02485861 1.904208 2.46801e-4 -0.02485774 -0.9996909 0.2440362 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9998659 -0.01601523 0.003386482 -0.01274538 0.01636877 0.9767454 -0.2137838 -2.00272e-4 1.16043e-4 0.2138076 0.9768904 -5.49555e-5 0 0 0 1 0.9998659 -0.01601523 0.003386482 -0.01274538 0.01636877 0.9767454 -0.2137838 -2.00272e-4 1.16043e-4 0.2138076 0.9768904 -5.49555e-5 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9996093 0.0279526 8.67775e-5 9.53674e-7 -0.02759058 0.986154 0.1635201 1.143616 0.004485233 -0.1634586 0.9865398 3.57628e-7 0 0 0 1 0.9996093 0.0279526 8.67775e-5 9.53674e-7 -0.02759058 0.986154 0.1635201 1.143616 0.004485233 -0.1634586 0.9865398 3.57628e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999784 -0.002843289 -0.005937465 0 0.004106169 0.9743563 0.224973 1.387555 0.00514554 -0.2249925 0.9743468 0 0 0 0 1 0.9999784 -0.002843289 -0.005937465 0 0.004106169 0.9743563 0.224973 1.387555 0.00514554 -0.2249925 0.9743468 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9884601 -0.1514815 1.15452e-6 -0.5473497 -0.151481 0.9884571 -0.002448868 1.737921 3.69818e-4 -0.002420783 -0.999997 0.302912 0 0 0 1 -0.9884601 -0.1514815 1.15452e-6 -0.5473497 -0.151481 0.9884571 -0.002448868 1.737921 3.69818e-4 -0.002420783 -0.999997 0.302912 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9995472 0.006487962 0.029388 -4.14848e-5 -7.33326e-4 0.9814472 -0.1917373 -3.33786e-5 -0.03008628 0.1916261 0.9810218 -9.53674e-7 0 0 0 1 0.9995472 0.006487962 0.029388 -4.14848e-5 -7.33326e-4 0.9814472 -0.1917373 -3.33786e-5 -0.03008628 0.1916261 0.9810218 -9.53674e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999343 0.002227275 -0.01123468 9.53674e-7 -0.001417306 0.9974331 0.07158944 1.077304 0.01136529 -0.07156885 0.9973708 0 0 0 0 1 0.9999343 0.002227275 -0.01123468 9.53674e-7 -0.001417306 0.9974331 0.07158944 1.077304 0.01136529 -0.07156885 0.9973708 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.998566 -0.009310909 -0.05271986 -4.76837e-7 0.02631416 0.9429529 0.3318847 1.378868 0.0466222 -0.332796 0.9418455 -1.78814e-7 0 0 0 1 0.998566 -0.009310909 -0.05271986 -4.76837e-7 0.02631416 0.9429529 0.3318847 1.378868 0.0466222 -0.332796 0.9418455 -1.78814e-7 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.6745586 -0.7382215 -1.25424e-6 -1.049241 -0.7367913 0.6732515 0.06221953 0.7782888 -0.04593024 0.04197096 -0.998078 0.3901116 0 0 0 1 -0.6745586 -0.7382215 -1.25424e-6 -1.049241 -0.7367913 0.6732515 0.06221953 0.7782888 -0.04593024 0.04197096 -0.998078 0.3901116 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9594329 0.03910188 0.2792102 -0.006234169 0.03485963 0.9662834 -0.2551093 0.03457308 -0.279771 0.2544933 0.9257228 0.004620433 0 0 0 1 0.9594329 0.03910188 0.2792102 -0.006234169 0.03485963 0.9662834 -0.2551093 0.03457308 -0.279771 0.2544933 0.9257228 0.004620433 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9790888 0.01896976 -0.2025461 9.53674e-7 0.01908278 0.9826885 0.1842806 0.6215734 0.2025355 -0.1842923 0.9617773 0 0 0 0 1 0.9790888 0.01896976 -0.2025461 9.53674e-7 0.01908278 0.9826885 0.1842806 0.6215734 0.2025355 -0.1842923 0.9617773 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9607211 -0.00285645 -0.2775014 0 0.0758044 0.9646208 0.2525085 0.6327429 0.2669623 -0.263626 0.9269479 -5.96046e-8 0 0 0 1 0.9607211 -0.00285645 -0.2775014 0 0.0758044 0.9646208 0.2525085 0.6327429 0.2669623 -0.263626 0.9269479 -5.96046e-8 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 -4.392743 0 -0.9999762 -0.006932304 -16.39136 0 0.006903735 -1.004114 0.9451194 0 0 0 1 1 0 0 -4.392743 0 -0.9999762 -0.006932304 -16.39136 0 0.006903735 -1.004114 0.9451194 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 4.408246 0 -0.9999762 -0.006932304 -16.39137 0 0.006903735 -1.004114 0.9451213 0 0 0 1 1 0 0 4.408246 0 -0.9999762 -0.006932304 -16.39137 0 0.006903735 -1.004114 0.9451213 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 4.354709 0 -0.9999762 -0.006895998 20.05651 0 0.006903735 -0.9988556 5.498317 0 0 0 1 1 0 0 4.354709 0 -0.9999762 -0.006895998 20.05651 0 0.006903735 -0.9988556 5.498317 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 -8.7106e-7 -4.54209e-5 -1.19209e-5 8.61171e-8 -0.999778 0.02106958 6.064942 -4.54361e-5 -0.02106955 -0.9999625 -1.00136e-5 0 0 0 1 1 -8.7106e-7 -4.54209e-5 -1.19209e-5 8.61171e-8 -0.999778 0.02106958 6.064942 -4.54361e-5 -0.02106955 -0.9999625 -1.00136e-5 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 -4.339207 0 -0.9999762 -0.006898337 20.05651 0 0.006903559 -0.9992197 5.498317 0 0 0 1 1 0 0 -4.339207 0 -0.9999762 -0.006898337 20.05651 0 0.006903559 -0.9992197 5.498317 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 0.9999999 -7.66186e-7 -4.54911e-5 1.14441e-5 -1.3594e-7 -0.9997781 0.02106253 6.064943 -4.55789e-5 -0.02106252 -0.9996989 -8.58307e-6 0 0 0 1 0.9999999 -7.66186e-7 -4.54911e-5 1.14441e-5 -1.3594e-7 -0.9997781 0.02106253 6.064943 -4.55789e-5 -0.02106252 -0.9996989 -8.58307e-6 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 0.02499954 0 -0.9999762 -0.006903791 -14.91451 0 0.006903791 -1.004113 7.203128 0 0 0 1 1 0 0 0.02499954 0 -0.9999762 -0.006903791 -14.91451 0 0.006903791 -1.004113 7.203128 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -1 1.46594e-7 -5.41016e-9 0.001243859 -4.39803e-9 0.006903237 0.9999762 -5.274135 1.46628e-7 0.9999764 -0.0069033 37.93736 0 0 0 1 -1 1.46594e-7 -5.41016e-9 0.001243859 -4.39803e-9 0.006903237 0.9999762 -5.274135 1.46628e-7 0.9999764 -0.0069033 37.93736 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 0.007751006 0 1 0 79.04771 0 0 1 4.663624 0 0 0 1 1 0 0 0.007751006 0 1 0 79.04771 0 0 1 4.663624 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 0 0 1 0 -0.01160431 0 0 1 -1.680153 0 0 0 1 1 0 0 0 0 1 0 -0.01160431 0 0 1 -1.680153 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 0.007751006 0 1 0 79.02942 0 0 1 2.014011 0 0 0 1 1 0 0 0.007751006 0 1 0 79.02942 0 0 1 2.014011 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 0.007748688 0 0.006903823 -0.9999761 -20.74533 0 0.9999761 0.006903887 26.5716 0 0 0 1 1 0 0 0.007748688 0 0.006903823 -0.9999761 -20.74533 0 0.9999761 0.006903887 26.5716 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 -5.76529e-8 -1.02375e-7 1.44355e-7 -1.02404e-7 -1.70618e-6 -0.9999999 3.8147e-6 5.76175e-8 0.9999999 -1.61305e-6 -2.505396 0 0 0 1 1 -5.76529e-8 -1.02375e-7 1.44355e-7 -1.02404e-7 -1.70618e-6 -0.9999999 3.8147e-6 5.76175e-8 0.9999999 -1.61305e-6 -2.505396 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + -0.9999995 4.7832e-8 9.70753e-4 -4.65661e-10 1.20432e-6 0.999999 0.001191362 -0.1464729 -9.70752e-4 0.001191362 -0.9999987 -9.99451e-4 0 0 0 1 -0.9999995 4.7832e-8 9.70753e-4 -4.65661e-10 1.20432e-6 0.999999 0.001191362 -0.1464729 -9.70752e-4 0.001191362 -0.9999987 -9.99451e-4 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 -1.5995e-6 3.01201e-6 -4.392737 -1.59948e-6 -1 -6.39797e-6 -9.236568 3.01202e-6 6.39796e-6 -1 0.945097 0 0 0 1 1 -1.5995e-6 3.01201e-6 -4.392737 -1.59948e-6 -1 -6.39797e-6 -9.236568 3.01202e-6 6.39796e-6 -1 0.945097 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 9.33042e-7 1.49009e-7 4.408239 -2.54688e-6 -0.9999999 -4.40249e-6 -9.236572 1.49009e-7 3.46559e-6 -1 0.945097 0 0 0 1 1 9.33042e-7 1.49009e-7 4.408239 -2.54688e-6 -0.9999999 -4.40249e-6 -9.236572 1.49009e-7 3.46559e-6 -1 0.945097 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + 0 10.875 + + + + + + + + 1 0 0 0 0 0.006903823 -0.9999761 0 0 0.9999761 0.006903887 0 0 0 0 1 1 0 0 0 0 0.006903823 -0.9999761 0 0 0.9999761 0.006903887 0 0 0 0 1 + + + + + + + + LINEAR LINEAR + + + + + + + + + + + + + + + + + + 1 0 0 0 0 1 0 0 0 0 1 -1.42109e-14 0 0 0 1 + + Bone IK_head upper_lip lower_lip head ACT_neck_1 ACT_neck_2 ACT_neck_3 ACT_neck_skin ik_tongue tongue_1 tongue_2 Augenlid_oben_L Augenlid_unten_L Augenbraue_L cheek_muscle_L Nase_L ACT_neck_4 breast upper_arm_L ik_underarm_L paunch pelvic_1 pelvic_2 Hand_L front_S_1_L front_S_2_L front_S_3_L front_M_1_L front_M_2_L front_M_3_L front_Z_1_L front_Z_2_L front_Z_3_L front_D_1_L front_D_2_L front_D_3_L tail_1 ik_ACT_tail_5 tail_3 tail_2 Oberschenkel_L lowerleg_L back_food_L back_S_1_L back_S_2_L back_S_3_L back_M_1_L back_M_2_L back_M_3_L back_Z_1_L back_Z_2_L back_Z_3_L back_D_1_L back_D_2_L back_D_3_L kneecap_Act_L lowerleg_muscle_L paunch_002 w7_L w6_L w5_L w4_L w3_L w2_L w1_L w9_L w8_L w_C_L IK_Auge_L Auge_Lens_L w2_R Augenlid_oben_R Augenlid_unten_R Augenbraue_R cheek_muscle_R Nase_R upper_arm_R ik_underarm_R Hand_R front_S_1_R front_S_2_R front_S_3_R front_M_1_R front_M_2_R front_M_3_R front_Z_1_R front_Z_2_R front_Z_3_R front_D_1_R front_D_2_R front_D_3_R Oberschenkel_R lowerleg_R back_food_R back_S_1_R back_S_2_R back_S_3_R back_M_1_R back_M_2_R back_M_3_R back_Z_1_R back_Z_2_R back_Z_3_R back_D_1_R back_D_2_R back_D_3_R kneecap_Act_R lowerleg_muscle_R w7_R w6_R w5_R w4_R w3_R w1_R w9_R w8_R w_C_R IK_Auge_R Auge_Lens_R + + + + + + + + 1 1.21911e-4 7.41196e-5 -0.01004999 1.33006e-4 -0.9845517 -0.1750916 -10.6165 5.1629e-5 0.1750932 -0.9845504 27.93983 0 0 0 1 1 1.2255e-4 4.79663e-5 -0.00691998 1.25474e-4 -0.9977781 -0.06662058 -13.58571 3.96955e-5 0.06662178 -0.9977766 27.5887 0 0 0 1 -1 -1.20064e-4 -2.97321e-4 0.0134561 1.64438e-4 -0.9880604 -0.1540654 -11.22482 -2.75274e-4 -0.1540669 0.988059 -27.68903 0 0 0 1 -1 -1.21845e-4 -7.08272e-5 0.00755304 1.29001e-4 -0.9937273 -0.1118316 -12.35969 -5.67569e-5 -0.1118329 0.9937253 -27.4842 0 0 0 1 1 1.24556e-4 9.41857e-5 -0.008119583 1.05651e-4 -0.9837956 0.1792936 -17.43721 1.14992e-4 -0.1792926 -0.983794 23.43096 0 0 0 1 1 1.28887e-4 8.54172e-5 -0.007833957 5.32502e-5 -0.8057022 0.5923203 -22.47252 1.45164e-4 -0.5923205 -0.8057006 13.41868 0 0 0 1 1 1.3518e-4 8.07916e-5 -0.007658421 -8.34266e-5 0.01960533 0.9998062 -19.82513 1.33571e-4 -0.9998076 0.01960653 -10.62898 0 0 0 1 1 9.72715e-5 7.57502e-5 -0.007945597 -7.67562e-5 0.01038169 0.9999445 -16.24954 9.64799e-5 -0.9999459 0.01038289 -10.44565 0 0 0 1 0.9999998 1.19028e-4 8.48547e-5 0.1480314 -1.28682e-4 0.9978117 0.06611573 13.20923 -7.68007e-5 -0.06611692 0.99781 -24.86862 0 0 0 1 1 6.31893e-5 9.00159e-5 -0.01141506 7.24406e-5 -0.9942817 -0.1067854 -13.8642 8.27537e-5 0.1067867 -0.9942802 27.39771 0 0 0 1 1 8.56661e-5 9.16434e-5 -0.01108139 9.49937e-5 -0.9942411 -0.1071625 -13.21051 8.19356e-5 0.1071638 -0.9942397 27.40297 0 0 0 1 1 1.20045e-4 9.35787e-5 -0.01057887 1.29067e-4 -0.9946539 -0.1032612 -12.61475 8.06826e-5 0.1032625 -0.9946526 27.35093 0 0 0 1 0.7944965 -0.6059069 -0.0406382 -9.399535 -0.6072686 -0.7927542 -0.05256849 -10.64111 -3.63567e-4 0.06644439 -0.9977883 28.0121 0 0 0 1 -0.7930256 0.6078525 0.04032433 9.396479 -0.6091885 -0.7912904 -0.05244594 -10.65928 2.85958e-5 -0.0661571 0.9978076 -27.71167 0 0 0 1 0.8878394 -0.4591167 -0.03087347 -7.400568 -0.4601533 -0.8858956 -0.05871748 -12.1269 -3.93268e-4 0.06634032 -0.9977954 28.09129 0 0 0 1 1 1.22545e-4 8.32006e-5 -1.270859 -1.19189e-4 0.9978118 0.06611174 15.82234 -7.25786e-5 -0.06611299 0.9978103 -26.91032 0 0 0 1 -0.5865328 -0.8090294 -0.03808534 -13.95848 0.8079316 -0.5877391 0.04253649 -12.43471 -0.05679762 -0.005822539 0.9983671 -26.84393 0 0 0 1 1 5.36829e-5 7.35948e-5 -0.00835824 -1.52953e-5 -0.6974834 0.7166004 -15.92899 8.98005e-5 -0.7166006 -0.6974818 4.044748 0 0 0 1 -1 0 0 0.00775218 0 -0.9995482 -0.0300495 -2.357595 0 -0.03005087 0.9995468 -14.47621 0 0 0 1 0.9984009 -0.00805068 0.05595272 -4.231186 0.05652934 0.1422284 -0.9882173 13.01858 -2.14577e-6 0.9898011 0.1424545 4.216662 0 0 0 1 -0.9965439 -0.05115932 -0.0654428 3.977723 0.0830667 -0.6137587 -0.7851101 1.334095 -5.17366e-7 -0.7878346 0.6158872 -7.824192 0 0 0 1 -1 0 0 0.007750153 0 -0.987159 -0.1597375 5.660823 0 -0.1597388 0.9871578 -14.65985 0 0 0 1 -1 0 -1.81899e-7 0.007753968 0 -0.9619821 -0.27311 12.84585 -1.87654e-7 -0.2731114 0.9619811 -13.90468 0 0 0 1 -1 0 0 0.007752299 0 -0.9791198 0.203284 11.49923 0 0.2032834 0.9791181 -18.27196 0 0 0 1 1 -2.98023e-7 -1.80677e-7 -4.408242 -2.82999e-7 -0.9989029 -0.04683357 -9.191442 -1.54368e-7 0.04683369 -0.9989184 1.313231 0 0 0 1 -0.9862082 -0.1587955 0.04666358 3.5245 0.1655097 -0.9462112 0.2780183 -11.48704 5.51343e-6 0.281902 0.959458 2.628829 0 0 0 1 -0.9921365 -0.1251555 -0.001210987 3.99462 0.1251615 -0.9920895 -0.009681403 -12.50734 1.02697e-5 -0.009757459 0.9999681 -0.8777531 0 0 0 1 -0.9943536 -0.1031775 -0.02481126 4.311866 0.1061188 -0.9667773 -0.2325552 -13.05046 7.5195e-6 -0.2338721 0.9722829 -3.783181 0 0 0 1 -0.9999994 -0.001134753 2.23428e-4 4.594189 0.001156747 -0.9813405 0.1922799 -11.03655 1.03873e-6 0.1922762 0.9813561 1.602628 0 0 0 1 -0.9996405 0.02680373 -6.80159e-4 4.935639 -0.02681201 -0.9992138 0.02921277 -12.14507 1.03384e-4 0.02921921 0.9995886 -0.4102466 0 0 0 1 -0.9997284 0.02285051 0.004583239 4.877854 -0.02330535 -0.9802408 -0.1964344 -13.10733 4.10341e-6 -0.1964856 0.9805222 -3.473502 0 0 0 1 -0.9879011 0.1533232 -0.02330279 5.50695 -0.1550839 -0.9766888 0.1484229 -10.18411 -2.90759e-6 0.1502379 0.9886652 1.155616 0 0 0 1 -0.9876167 0.156405 -0.01227515 5.535683 -0.156886 -0.9845926 0.07723236 -11.30294 -6.50669e-6 0.07819968 0.9969531 0.2845106 0 0 0 1 -0.990329 0.1339176 0.03625488 5.207295 -0.1387382 -0.9559052 -0.2588412 -12.10458 -7.11903e-6 -0.2613646 0.9652554 -4.232774 0 0 0 1 -0.6729276 0.7111534 -0.2035464 9.472054 -0.7397084 -0.646957 0.1851477 -4.104815 -1.72555e-5 0.2751509 0.9614159 2.320791 0 0 0 1 -0.6729752 0.7396646 -0.001035988 9.653834 -0.7396651 -0.6729749 8.99793e-4 -4.892588 -3.16277e-5 0.001370906 1.000015 -0.5574254 0 0 0 1 -0.7026199 0.6599625 0.266039 8.706982 -0.7115656 -0.6516396 -0.2627589 -5.210471 -4.93526e-5 -0.3739188 0.9274764 -4.590847 0 0 0 1 1 0 0 -0.007753193 0 0.9520578 -0.3059184 -9.497796 0 0.3059196 0.95206 -19.38794 0 0 0 1 1 0 0 -0.007753074 0 0.9997953 0.02025806 -63.77502 0 -0.02025628 0.9997969 -1.933646 0 0 0 1 1 0 0 -0.007747828 0 0.9918954 -0.1270585 -41.76885 0 0.12706 0.9918972 -11.29557 0 0 0 1 1 0 0 -0.007750868 0 0.940145 -0.3407748 -20.35949 0 0.340776 0.9401472 -20.15145 0 0 0 1 -0.9912211 -0.0979228 -0.08883446 5.292128 0.1322137 -0.7341369 -0.6660028 17.04061 6.74278e-7 -0.6719028 0.7406387 -3.682438 0 0 0 1 1 -2.04779e-4 3.8743e-5 -4.352078 2.08392e-4 0.9827458 -0.1849595 -1.52944 -2.41995e-7 0.1849584 0.9827445 -8.120018 0 0 0 1 -1 -9.83477e-7 -3.21865e-6 4.354728 3.32778e-6 -0.3291475 -0.9442788 9.915203 0 -0.9442785 0.3291473 11.32035 0 0 0 1 -0.9991793 0.04042363 -0.002584576 5.01746 -0.04050624 -0.9971421 0.06377404 10.67107 8.01869e-7 0.06382662 0.9979612 -1.406507 0 0 0 1 -0.9972415 -0.07392549 -0.006659924 6.078441 0.07422488 -0.9932304 -0.08935427 8.949657 -9.30409e-6 -0.08960193 0.9959778 0.02832877 0 0 0 1 -0.9996209 -0.02727806 -0.003766417 5.729411 0.02753663 -0.9902253 -0.1367322 7.586128 1.56346e-7 -0.1367838 0.9906011 0.3962195 0 0 0 1 -0.997535 0.07016301 0.001050174 3.723183 -0.0701707 -0.9974221 -0.01501506 10.72593 -6.01402e-6 -0.01505148 0.9998871 -0.6060246 0 0 0 1 -0.9990715 0.04300534 0.002638757 3.969969 -0.04308617 -0.9972724 -0.05992841 9.091791 5.43609e-5 -0.05998617 0.9981995 -0.205843 0 0 0 1 -0.9998396 0.01778554 0.00211358 4.146775 -0.01791065 -0.9928248 -0.11823 6.967958 -4.36814e-6 -0.1182487 0.9929843 0.1977571 0 0 0 1 -0.9860389 0.1664879 -0.002998411 1.772194 -0.1665149 -0.9858795 0.01774054 11.09999 -2.48663e-6 0.01799249 0.9998383 -0.8535233 0 0 0 1 -0.9944865 0.1047182 0.005538284 2.365583 -0.1048644 -0.9930942 -0.05260801 9.566766 -8.96235e-6 -0.0528984 0.9986 -0.1974384 0 0 0 1 -0.9963557 0.08459478 0.01090753 2.515997 -0.08529502 -0.9881505 -0.1276083 7.595013 -1.66907e-5 -0.1280733 0.9917649 0.358232 0 0 0 1 -0.6347136 0.4247083 0.645571 -4.694312 -0.5439637 -0.8389346 0.01710331 12.31415 0.5488557 -0.3403112 0.7635089 1.481085 0 0 0 1 -0.8365401 0.5323116 -0.1297892 -4.185882 -0.4818255 -0.8274891 -0.2882812 11.38717 -0.2608545 -0.1786228 0.948709 1.085996 0 0 0 1 -0.849168 0.5196427 -0.09426003 -4.075806 -0.4077501 -0.758524 -0.5083128 9.565314 -0.3356396 -0.3932081 0.8559986 3.655505 0 0 0 1 -0.9993687 0.006341934 0.03495424 4.095537 -0.03552484 -0.1784108 -0.983313 8.989124 0 -0.9839351 0.1785244 0.4790736 0 0 0 1 -0.9995433 -0.03411221 0.00654751 4.750247 0.03473496 -0.9814758 0.1884095 12.3038 -3.1149e-5 0.1885219 0.9820687 -9.044969 0 0 0 1 1 0 0 -0.007751107 0 0.02840143 -0.9995951 16.06669 0 0.9995964 0.02840012 5.478474 0 0 0 1 -0.5126111 -0.1532141 -0.8448387 16.91114 0.3500966 0.8611451 -0.3685941 8.971598 0.7840041 -0.4847208 -0.3877915 2.937607 0 0 0 1 0.143001 -0.1051303 0.9841215 -25.14839 0.9202554 0.3800771 -0.09311872 -23.31249 -0.3642531 0.9189606 0.1510965 17.99633 0 0 0 1 -0.007301032 -0.3560332 -0.9344424 15.11326 0.9160317 -0.3771499 0.1365411 -18.72482 -0.4010388 -0.8549841 0.3288921 -2.681176 0 0 0 1 -5.09324e-4 -0.3623128 -0.9320539 14.93642 0.998535 0.05024349 -0.02007639 -2.211963 0.05410373 -0.930701 0.3617569 -10.92686 0 0 0 1 0.2241591 0.1720897 0.9592358 -19.23407 0.9140344 0.3043252 -0.2681925 -20.51611 -0.3380733 0.9368941 -0.08907973 35.101 0 0 0 1 -0.1972538 0.08784353 -0.9764071 24.63514 0.9062021 -0.3636391 -0.2157852 -19.66642 -0.374016 -0.9273886 -0.007873535 -8.446986 0 0 0 1 -0.1346396 -0.3854106 -0.9128672 14.04238 0.7912968 -0.5963284 0.1350595 -7.614922 -0.5964236 -0.7041666 0.385264 -8.039134 0 0 0 1 -0.1781135 0.3951933 0.9011624 -13.57693 -0.09092313 0.9052806 -0.4149698 9.388257 -0.9798002 -0.1558487 -0.1253097 13.51225 0 0 0 1 0.06905597 -0.3370602 -0.9389451 15.58332 0.8729186 -0.4352259 0.2204362 -7.55787 -0.4829546 -0.8348466 0.264172 0.07180941 0 0 0 1 0.9998216 0 0.01888144 -4.024974 -0.0188812 -5.20971e-7 0.9998198 -17.4809 1.26194e-7 -0.9999998 1.01328e-6 -4.874537 0 0 0 1 1 1.30668e-4 -5.45625e-5 -0.7311284 1.2429e-4 -0.9945884 -0.1038904 -13.03791 -6.78403e-5 0.1038917 -0.9945871 28.43224 0 0 0 1 1 1.59003e-4 -5.36151e-4 -0.7177113 1.02449e-4 -0.9945898 -0.1038786 -13.23824 -5.49769e-4 0.1038799 -0.9945881 28.43243 0 0 0 1 -0.1971516 -0.08810383 0.9764051 -24.63707 -0.9062027 -0.3636379 -0.2157875 -19.66413 0.3740699 -0.9273645 -0.00814712 -8.441042 0 0 0 1 0.7943421 0.6061026 0.04073673 9.387957 0.6074705 -0.7926058 -0.05247324 -10.65052 4.82837e-4 0.06642657 -0.9977895 28.01181 0 0 0 1 -0.7928714 -0.6080548 -0.04029095 -9.388557 0.609389 -0.791141 -0.05234634 -10.66881 -4.51107e-5 -0.06605762 0.9978142 -27.71013 0 0 0 1 0.8877209 0.4593364 0.03100788 7.387004 0.4603815 -0.8857813 -0.05864024 -12.13412 5.30564e-4 0.06633216 -0.9977958 28.09115 0 0 0 1 0.9999999 1.20811e-4 8.30963e-5 1.255117 -1.23466e-4 0.9978116 0.06611257 15.82233 -7.37753e-5 -0.06611371 0.9978102 -26.91032 0 0 0 1 -0.5760236 0.8025954 0.1550385 10.71647 -0.8077898 -0.5879434 0.04240834 -12.4223 0.1251908 -0.1008116 0.9869961 -28.30002 0 0 0 1 0.9935416 0.1055542 -0.04163789 4.610722 -0.05652481 0.142228 -0.9882174 13.01946 -0.09838855 0.9841896 0.1472746 3.780682 0 0 0 1 -0.9383224 -0.2171743 0.2690473 -6.365976 -0.08306145 -0.6137619 -0.785108 1.335371 0.3356367 -0.7590335 0.5578675 -6.032572 0 0 0 1 1 0 -2.12342e-7 4.392737 0 -0.9989027 -0.04683357 -9.191442 -2.08391e-7 0.04683369 -0.9989184 1.313229 0 0 0 1 -0.9862082 0.1587965 -0.04665964 -3.509196 -0.1655094 -0.9462116 0.2780162 -11.48448 -2.03773e-6 0.2818992 0.959459 2.628816 0 0 0 1 -0.9921363 0.1251567 0.00121051 -3.979215 -0.1251629 -0.992089 -0.009683489 -12.50541 -1.11274e-5 -0.009759485 0.9999682 -0.8777818 0 0 0 1 -0.9943537 0.1031786 0.0248062 -4.296426 -0.1061186 -0.966777 -0.2325569 -13.04882 -1.29361e-5 -0.2338734 0.9722827 -3.783226 0 0 0 1 -0.9999993 0.001135587 -2.21111e-4 -4.578605 -0.001156747 -0.981339 0.1922857 -11.03649 1.34348e-6 0.192282 0.981355 1.602699 0 0 0 1 -0.9996407 -0.02679997 7.80867e-4 -4.9201 0.02681136 -0.9992136 0.02921295 -12.14546 -2.66521e-6 0.02922213 0.9995886 -0.4097555 0 0 0 1 -0.999729 -0.02283543 -0.00457704 -4.862083 0.02328962 -0.9802354 -0.1964607 -13.10765 -3.69269e-7 -0.1965116 0.980517 -3.473842 0 0 0 1 -0.9879016 -0.1533217 0.0232957 -5.491622 0.1550813 -0.9766889 0.1484237 -10.1865 -3.98047e-6 0.1502376 0.9886652 1.155585 0 0 0 1 -0.987617 -0.1564031 0.01227259 -5.520359 0.1568839 -0.984593 0.07723069 -11.30537 4.28455e-6 0.07819765 0.9969534 0.2844768 0 0 0 1 -0.9903294 -0.1339156 -0.03625601 -5.191929 0.1387366 -0.9559043 -0.258845 -12.1067 5.93811e-6 -0.2613686 0.9652546 -4.23282 0 0 0 1 -0.6729279 -0.7111586 0.2035259 -9.461687 0.7397078 -0.6469581 0.1851443 -4.116269 5.81145e-6 0.2751334 0.9614208 2.32057 0 0 0 1 -0.6729746 -0.7396646 0.001025319 -9.643415 0.7396652 -0.6729742 8.99719e-4 -4.904025 2.45981e-5 0.001362979 1.000015 -0.5575307 0 0 0 1 -0.7026345 -0.6599421 -0.2660511 -8.695916 0.7115507 -0.6516568 -0.2627556 -5.221712 2.93851e-5 -0.3739252 0.9274737 -4.590967 0 0 0 1 -0.7655389 -0.3511886 0.5390884 -6.414558 -0.1322137 -0.7341369 -0.6660028 17.04265 0.6296584 -0.5811271 0.5155783 0.5079691 0 0 0 1 1 2.16849e-4 3.03984e-6 4.336219 -2.12356e-4 0.9827473 -0.1849545 -1.529492 -4.29551e-5 0.1849541 0.9827456 -8.120201 0 0 0 1 -1 -8.01682e-6 6.3628e-6 -4.33912 -3.24317e-6 -0.3291476 -0.9442787 9.915208 9.71779e-6 -0.9442787 0.3291473 11.32039 0 0 0 1 -0.999179 -0.04042679 0.002600789 -5.001991 0.04051023 -0.9971421 0.06377315 10.67062 1.52513e-5 0.06382638 0.9979612 -1.40643 0 0 0 1 -0.9972415 0.07392477 0.006654858 -6.063026 -0.07422369 -0.9932312 -0.08934909 8.950968 4.73391e-6 -0.08959633 0.9959784 0.02826333 0 0 0 1 -0.9996207 0.02727741 0.003768742 -5.713956 -0.02753657 -0.9902261 -0.136727 7.586715 2.3474e-6 -0.1367787 0.9906018 0.3962042 0 0 0 1 -0.9975363 -0.07014477 -0.001065969 -3.707798 0.07015293 -0.9974231 -0.01501381 10.72485 -1.01188e-5 -0.0150513 0.999887 -0.6062066 0 0 0 1 -0.9990713 -0.04300999 -0.00260359 -3.95439 0.04308855 -0.997272 -0.05992722 9.091205 -1.90146e-5 -0.05998349 0.9981995 -0.2058196 0 0 0 1 -0.9998398 -0.01777392 -0.002111136 -4.131278 0.01789891 -0.9928249 -0.118228 6.967716 5.39271e-6 -0.1182466 0.9929845 0.1976425 0 0 0 1 -0.98604 -0.1664813 0.003007113 -1.756951 0.1665087 -0.9858809 0.0177412 11.0974 1.10008e-5 0.01799446 0.9998384 -0.8535832 0 0 0 1 -0.9944872 -0.1047129 -0.005539178 -2.350188 0.1048597 -0.993095 -0.05260682 9.565135 7.58353e-6 -0.05289745 0.9986001 -0.1975218 0 0 0 1 -0.9963564 -0.08458691 -0.01091539 -2.500588 0.0852884 -0.9881514 -0.1276068 7.59368 7.72858e-6 -0.1280726 0.991765 0.3581267 0 0 0 1 -0.72462 -0.4593748 0.5137124 2.930881 0.5439673 -0.8389322 0.01710128 12.3057 0.4231137 0.2918349 0.8577923 -3.969676 0 0 0 1 0.3559703 -0.1157792 0.9272975 0.5884376 0.4818272 -0.8274881 -0.2882813 11.37969 0.8007043 0.5494173 -0.2387753 -4.295933 0 0 0 1 0.8733493 0.4864361 -0.02530944 -3.783081 0.407747 -0.7585195 -0.5083218 9.558951 -0.2664637 0.4336223 -0.8607957 -3.966557 0 0 0 1 -0.9956991 0.07792097 -0.05011421 -4.106054 0.03552889 -0.1784053 -0.9833137 8.988589 -0.08556169 -0.980867 0.17487 0.12813 0 0 0 1 -0.9995104 0.03410714 -0.006547927 -4.734589 -0.03473013 -0.9814776 0.188404 12.3044 2.30428e-5 0.1885171 0.9820694 -9.044992 0 0 0 1 -0.5142742 0.1521856 0.8440138 -16.90359 -0.3500952 0.8611456 -0.3685944 8.972484 -0.7829145 -0.4850441 -0.3895835 2.975454 0 0 0 1 0.1428266 0.1046909 -0.9841939 25.13941 -0.9202563 0.3800762 -0.09311866 -23.31023 0.3643205 0.9190113 0.1506263 18.00738 0 0 0 1 -0.007299005 0.3560295 0.9344443 -15.11325 -0.9160326 -0.3771487 0.1365408 -18.72251 0.4010377 -0.8549864 0.3288879 -2.682129 0 0 0 1 -5.68754e-4 0.3622586 0.9320759 -14.93798 -0.9985341 0.05024343 -0.02013742 -2.208357 -0.05412548 -0.9307222 0.3616993 -10.92614 0 0 0 1 0.224094 -0.1722718 -0.9592192 19.22669 -0.9140343 0.3043259 -0.2681931 -20.51387 0.3381181 0.9368606 -0.08926558 35.10392 0 0 0 1 -0.134577 0.3852823 0.9129312 -14.04428 -0.791302 -0.596331 0.1350209 -7.61242 0.5964313 -0.7042347 0.3851272 -8.038912 0 0 0 1 -0.177946 -0.3952212 -0.9011837 13.57968 0.09092593 0.90528 -0.4149713 9.388083 0.9798305 -0.1557836 -0.1251546 13.50748 0 0 0 1 0.06903594 0.3370935 0.9389348 -15.58351 -0.8729197 -0.4352237 0.2204344 -7.555661 0.4829546 -0.8348342 0.2642102 0.06994998 0 0 0 1 0.9991183 -0.03750711 -0.01886695 3.836806 0.01888 -7.81496e-7 0.9998202 -17.48176 -0.03750056 -0.9992963 7.0852e-4 -5.02196 0 0 0 1 0.9982509 0.004570126 -0.05894345 2.373188 -0.001581609 -0.9945858 -0.1039004 -13.03882 -0.05909931 0.1038131 -0.9928379 28.34151 0 0 0 1 0.9999998 6.68613e-5 6.77142e-4 0.7023757 1.36865e-4 -0.9945865 -0.1039057 -13.23748 6.66525e-4 0.1039069 -0.9945852 28.43276 0 0 0 1 + + + + + + + + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.001785159 0.1934528 0.8047621 0.04752767 0.007617115 0.308586 0.3301877 0.207899 0.09818249 6.93493e-4 0.09354448 0.905762 0.001267492 0.2350639 0.7636685 0.01836603 0.04085254 0.004967033 0.8410136 0.03910994 0.05569064 0.8027585 0.1972415 0.1338708 0.5276718 0.06563067 0.01125705 0.1998623 0.06170731 0.5841481 0.3040339 0.03393965 0.07787835 0.2216895 0.7783104 0.1608191 0.008215248 0.1717561 0.6592095 6.25e-7 4.88492e-4 0.06258761 0.06163281 0.4342799 0.4410106 0.3847615 0.5197685 0.09434318 0.001126825 0.8680891 0.07650566 0.05540519 0.1750342 0.8249657 0.1185976 0.1725183 0.708884 0.08675205 0.2476804 0.6369507 0.02861672 0.02378606 0.9762139 0.01485544 0.6472677 0.1143085 0.01752078 0.2060474 0.9933766 0.006623446 1 0.02763622 0.9723637 1 0.2411031 0.4932061 0.1350821 0.1306086 0.01240718 0.6418511 0.189409 0.05185025 0.1044824 1 1 0.8918874 0.1081126 0.02824652 0.00254184 0.3435669 0.3458641 0.005072712 0.2747079 0.02306979 0.002275228 0.6267346 0.03643935 0.001674234 0.3098067 1 0.001322388 0.2685453 0.7301323 0.002472102 1.63135e-5 0.4891288 0.5083829 1 1 3.44351e-4 0.02301388 0.1300719 0.8465698 0.002376556 0.4891836 0.5084398 3.92366e-4 0.9996076 0.015464 0.2264009 0.2519078 0.07320618 0.08797717 0.1493715 0.007683277 0.187989 0.001785159 0.1934528 0.8047621 0.0221318 5.73612e-4 0.1192017 0.8580929 0.06086826 0.007510423 0.3042638 0.325563 0.2049871 0.0968073 0.04161691 0.005059957 0.8567487 0.03984165 0.05673259 0.1998623 0.1338708 0.5276718 0.06563067 0.01125705 0.06170731 0.03393965 0.5841481 0.3040339 0.07787835 0.005857408 2.42546e-4 0.02671277 0.7071853 0.2600019 1.13567e-4 0.4342308 4.88437e-4 0.06258052 0.06162583 0.4409608 0.07650566 0.8680891 0.05540519 0.1750342 0.8249657 0.2091545 0.6570282 0.1160322 0.01778501 1 0.02223902 0.9561414 0.008443355 0.0131762 2.74948e-4 0.468682 0.3711602 0.0247538 0.1351289 0.009294688 0.9530974 0.01276201 0.02484583 0.007445752 5.06434e-4 0.1666139 0.006340205 0.5660004 0.2530932 1 3.49552e-4 0.9586302 0.04102021 0.003150761 1.23674e-4 0.3243569 0.02365481 0.6487138 0.9961971 0.003802895 0.06871026 0.4415394 0.4731093 0.01664102 0.4046498 0.3965041 0.003708362 0.1195431 0.07559466 1.10108e-4 0.03225451 0.9676353 0.01907169 0.4948698 0.4860584 0.001063883 0.007802903 0.9911332 1 0.001322388 0.2685453 0.7301323 1 0.002376556 0.4891836 0.5084398 0.8669371 0.133063 0.001015245 0.0187599 0.02639204 0.7561417 0.01487129 0.1828197 0.9546658 0.04533421 0.5593448 0.2796724 0.006053566 0.1549292 0.1600239 0.839976 0.03514432 0.9648557 0.4277558 0.5409921 0.01278012 0.01847189 0.9561414 0.008443355 0.02223902 0.0131762 0.9530974 0.01276201 0.009294688 0.02484583 0.00453633 2.41494e-4 7.72188e-4 0.00948894 0.8164577 0.02595341 0.1425498 1 0.003150761 1.23674e-4 0.3243569 0.02365481 0.6487138 1 0.9961971 0.003802895 0.003289759 0.4400869 0.4715529 0.01658624 0.06848424 0.01043075 0.1803832 0.7320494 0.00177288 0.07536369 0.8000109 0.02895629 0.01968199 0.1159116 0.03543913 3.31547e-4 0.06987768 0.01487714 0.03239685 0.008060693 0.02979254 0.8446634 0.002350151 0.180457 0.08128297 0.004987001 0.009094536 0.7218282 0.00166589 0.04876953 0.9495646 1 0.005971729 0.3224851 0.6715431 0.1758275 0.8241725 0.003378093 1.02625e-5 0.01107144 0.01880156 0.4839113 0.4828272 1 0.04884827 0.09061628 0.843263 0.01727229 0.1600239 0.839976 0.02331495 0.6811954 0.2648851 0.03060454 0.3525695 0.04027444 0.06913292 0.5380231 0.03514432 0.9648557 1 0.999042 9.58019e-4 0.01847189 0.4277558 0.5409921 0.01278012 0.00453633 2.41494e-4 7.72188e-4 0.00948894 0.8164577 0.02595341 0.1425498 0.005896747 4.79504e-4 0.6683635 1.12188e-4 0.234731 0.09041708 1 1 0.05443948 0.8724115 0.07314896 0.0761581 0.1822845 0.7397657 0.001791536 0.005969405 0.01233315 0.6380196 0.1882783 0.05154073 0.1038587 0.001044332 0.9989556 1.68317e-5 0.9738263 0.02615678 0.002280175 0.8898537 0.1078661 0.04664474 0.04540246 0.9079527 0.03936088 0.002512753 0.3396374 0.3419083 0.005014717 0.2715659 0.02306979 0.002275228 0.6267346 0.03643935 0.001674234 0.3098067 0.00166589 0.04876953 0.9495646 2.29229e-5 0.001471161 0.008577287 0.1318415 0.8580871 0.001546144 0.005986392 0.3219788 0.6704887 0.01639342 0.9836066 3.92366e-4 0.9996076 0.0221318 5.73612e-4 0.1192017 0.8580929 0.01912856 0.002148985 0.00905174 0.5430644 0.4266062 0.7019344 0.1310806 0.07797378 0.08901107 0.005857408 2.42546e-4 0.02671277 0.7071853 0.2600019 0.1758275 0.8241725 1.4441e-5 2.40524e-4 0.1297003 0.1720187 0.6980261 5.17509e-4 3.06557e-4 0.08772075 0.4133309 0.004514098 0.4936102 1 0.9971426 0.002857327 0.808321 0.191679 0.08939361 0.9106064 0.04027444 0.06913292 0.3525695 0.5380231 0.6040008 0.1258499 0.0117855 0.07652074 0.181843 0.999042 9.58019e-4 0.1986612 0.7423835 0.004633367 0.054322 2.74948e-4 0.468682 0.3711602 0.0247538 0.1351289 3.49552e-4 0.9586302 0.04102021 2.18861e-4 0.003682374 0.8983114 0.09778732 0.005896747 4.79504e-4 0.6683635 1.12188e-4 0.234731 0.09041708 0.03265404 0.9279152 0.008555352 0.03087526 0.03225803 0.967742 0.9738427 0.02615725 0.04762387 0.9523761 1 1 0.8792186 0.1207814 0.5 0.5 1 0.5 0.5 0.01639342 0.9836066 0.1363379 0.4063783 0.06379133 0.3762647 0.0172277 0.02773183 0.00213015 0.008972346 0.5383012 0.4228645 0.001253247 0.01124423 0.2324209 0.7550817 0.8669371 0.133063 0.07797378 0.7019344 0.1310806 0.08901107 0.2216895 0.7783104 0.04042226 0.1632272 0.7963506 0.6592095 0.1608191 0.008215248 0.1717561 0.09434318 0.3847615 0.5197685 0.001126825 0.08939361 0.9106064 0.001502573 0.1339132 0.8645842 0.708884 0.1185976 0.1725183 0.181843 0.6040008 0.1258499 0.0117855 0.07652074 0.8357685 0.0692048 0.001481413 0.09354525 0.002122104 3.63914e-5 5.55382e-4 0.235675 0.5441973 0.05930489 0.1581089 0.02763622 0.9723637 0.02328401 0.02093589 0.5522144 0.4035657 0.02719449 0.8534235 0.03682148 0.03184193 0.04755908 0.003159224 0.02030026 0.9796997 3.31547e-4 0.06987768 0.01487714 0.03239685 0.008060693 0.02979254 0.8446634 1 0.002472102 1.63135e-5 0.4891288 0.5083829 1 1 8.4716e-4 0.01595836 0.01983386 0.9633605 1 0.0335865 0.4550701 0.4207463 0.07133269 0.01926434 0.0154981 0.2244647 0.2524822 0.08817136 2.1039e-4 0.07336777 0.1497011 0.007700264 0.1884039 0.7181236 0.01362442 0.1702305 0.09802138 0.1632272 0.7963506 0.04042226 0.06772005 0.03500974 0.0370658 0.5823581 0.2778462 0.003378093 1.02625e-5 0.01107144 0.01880156 0.4839113 0.4828272 0.936707 0.06329298 0.09061628 0.843263 0.04884827 0.01727229 0.002882719 0.4985587 0.4985587 0.1339132 0.8645842 0.001502573 0.1756572 0.8243429 1 1 0.9852534 0.0147466 0.8357685 0.0692048 0.001481413 0.09354525 0.002122104 3.63914e-5 5.55382e-4 0.235675 0.5441973 0.05930489 0.1581089 0.007445752 5.06434e-4 0.1666139 0.006340205 0.5660004 0.2530932 0.02328401 0.02093589 0.5522144 0.4035657 0.06464719 0.03440201 0.004310727 0.1096003 0.7870398 0.8724115 0.07314896 0.05443948 0.4046498 0.3965041 0.003708362 0.1195431 0.07559466 1.71783e-4 0.8532769 0.0368151 0.02718985 0.03183645 0.04755091 0.003158688 0.5044913 0.4955087 9.70925e-5 0.4938693 0.04348075 0.4625529 0.01594358 0.002282202 0.7221915 0.0323953 0.2271874 0.007811188 0.9921888 0.02899885 0.01958787 0.9514132 0.8027585 0.1972415 0.09802138 0.7181236 0.01362442 0.1702305 0.001015245 0.01487129 0.0187599 0.02639204 0.7561417 0.1828197 0.5823581 0.06772005 0.03500974 0.0370658 0.2778462 3.31328e-5 1.44405e-5 0.1720129 2.40516e-4 0.129696 0.6980029 5.17509e-4 0.004514098 3.06557e-4 0.08772075 0.4133309 0.4936102 0.004558622 0.01770818 0.004826664 0.9701265 0.002779901 8.02993e-4 0.9538992 0.0452978 0.06329298 0.936707 0.006053566 0.5593448 0.2796724 0.1549292 0.808321 0.191679 0.002882719 0.4985587 0.4985587 0.1756572 0.8243429 0.02378606 0.9762139 0.9933766 0.006623446 0.9852534 0.0147466 0.054322 0.1986612 0.7423835 0.004633367 1 2.18861e-4 0.003682374 0.8983114 0.09778732 0.06464719 0.03440201 0.004310727 0.1096003 0.7870398 0.002270221 0.00882405 0.9570606 0.03184509 0.8000109 0.02895629 0.01968199 0.1159116 0.03543913 0.2411031 0.4932061 0.1350821 0.1306086 1 9.46144e-5 0.02552294 0.4812642 0.04237097 0.4507471 0.01594358 0.002282202 0.7221915 0.0323953 0.2271874 0.002350151 0.180457 0.08128297 0.004987001 0.009094536 0.7218282 0.8792186 0.1207814 0.5 0.5 0.5 0.5 0.001785159 0.1934528 0.8047621 0.04752767 0.007617115 0.308586 0.3301877 0.207899 0.09818249 6.93493e-4 0.09354448 0.905762 0.001267492 0.2350639 0.7636685 0.01836603 0.04085254 0.004967033 0.8410136 0.03910994 0.05569064 0.8027585 0.1972415 0.1338708 0.5276718 0.06563067 0.01125705 0.1998623 0.06170731 0.5841481 0.3040339 0.03393965 0.07787835 0.2216895 0.7783104 0.1608191 0.008215248 0.1717561 0.6592095 6.25e-7 4.88492e-4 0.06258761 0.06163281 0.4342799 0.4410106 0.3847615 0.5197685 0.09434318 0.001126825 0.8680891 0.07650566 0.05540519 0.1750342 0.8249657 0.1185976 0.1725183 0.708884 0.08675205 0.2476804 0.6369507 0.02861672 0.02378606 0.9762139 0.01485544 0.6472677 0.1143085 0.01752078 0.2060474 0.9933766 0.006623446 1 0.02763622 0.9723637 1 0.2411031 0.4932061 0.1350821 0.1306086 0.01240718 0.6418511 0.189409 0.05185025 0.1044824 1 1 0.8918874 0.1081126 0.02824652 0.00254184 0.3435669 0.3458641 0.005072712 0.2747079 1 0.002472102 1.63135e-5 0.4891288 0.5083829 1 1 0.002376556 0.4891836 0.5084398 3.92366e-4 0.9996076 0.015464 0.2264009 0.2519078 0.07320618 0.08797717 0.1493715 0.007683277 0.187989 0.001785159 0.1934528 0.8047621 0.0221318 5.73612e-4 0.1192017 0.8580929 0.06086826 0.007510423 0.3042638 0.325563 0.2049871 0.0968073 0.04161691 0.005059957 0.8567487 0.03984165 0.05673259 0.1998623 0.1338708 0.5276718 0.06563067 0.01125705 0.06170731 0.03393965 0.5841481 0.3040339 0.07787835 0.005857408 2.42546e-4 0.02671277 0.7071853 0.2600019 1.13567e-4 0.4342308 4.88437e-4 0.06258052 0.06162583 0.4409608 0.07650566 0.8680891 0.05540519 0.1750342 0.8249657 0.2091545 0.6570282 0.1160322 0.01778501 1 0.02223902 0.9561414 0.008443355 0.0131762 2.74948e-4 0.468682 0.3711602 0.0247538 0.1351289 0.009294688 0.9530974 0.01276201 0.02484583 0.007445752 5.06434e-4 0.1666139 0.006340205 0.5660004 0.2530932 1 3.49552e-4 0.9586302 0.04102021 0.003150761 1.23674e-4 0.3243569 0.02365481 0.6487138 0.9961971 0.003802895 0.06871026 0.4415394 0.4731093 0.01664102 0.4046498 0.3965041 0.003708362 0.1195431 0.07559466 1.10108e-4 0.03225451 0.9676353 0.01907169 0.4948698 0.4860584 0.001063883 0.007802903 0.9911332 1 1 0.002376556 0.4891836 0.5084398 0.8669371 0.133063 0.001015245 0.0187599 0.02639204 0.7561417 0.01487129 0.1828197 0.9546658 0.04533421 0.5593448 0.2796724 0.006053566 0.1549292 0.1600239 0.839976 0.03514432 0.9648557 0.4277558 0.5409921 0.01278012 0.01847189 0.9561414 0.008443355 0.02223902 0.0131762 0.9530974 0.01276201 0.009294688 0.02484583 0.00453633 2.41494e-4 7.72188e-4 0.00948894 0.8164577 0.02595341 0.1425498 1 0.003150761 1.23674e-4 0.3243569 0.02365481 0.6487138 1 0.9961971 0.003802895 0.003289759 0.4400869 0.4715529 0.01658624 0.06848424 0.01043075 0.1803832 0.7320494 0.00177288 0.07536369 0.8000109 0.02895629 0.01968199 0.1159116 0.03543913 3.31547e-4 0.06987768 0.01487714 0.03239685 0.008060693 0.02979254 0.8446634 0.002350151 0.180457 0.08128297 0.004987001 0.009094536 0.7218282 0.00166589 0.04876953 0.9495646 1 0.1758275 0.8241725 0.003378093 1.02625e-5 0.01107144 0.01880156 0.4839113 0.4828272 1 0.04884827 0.09061628 0.843263 0.01727229 0.1600239 0.839976 0.02331495 0.6811954 0.2648851 0.03060454 0.3525695 0.04027444 0.06913292 0.5380231 0.03514432 0.9648557 1 0.999042 9.58019e-4 0.01847189 0.4277558 0.5409921 0.01278012 0.00453633 2.41494e-4 7.72188e-4 0.00948894 0.8164577 0.02595341 0.1425498 0.005896747 4.79504e-4 0.6683635 1.12188e-4 0.234731 0.09041708 1 1 0.05443948 0.8724115 0.07314896 0.0761581 0.1822845 0.7397657 0.001791536 0.005969405 0.01233315 0.6380196 0.1882783 0.05154073 0.1038587 0.001044332 0.9989556 1.68317e-5 0.9738263 0.02615678 0.002280175 0.8898537 0.1078661 0.04664474 0.04540246 0.9079527 0.03936088 0.002512753 0.3396374 0.3419083 0.005014717 0.2715659 0.00166589 0.04876953 0.9495646 2.29229e-5 0.001471161 0.008577287 0.1318415 0.8580871 0.01639342 0.9836066 3.92366e-4 0.9996076 0.9955782 0.004341483 8.02861e-5 0.315348 0.6706733 0.01397871 0.7142857 0.2857143 0.125 0.25 0.625 0.1255812 0.2315896 1.13974e-4 0.01622617 0.05486506 0.2882164 0.2834075 0.05463683 0.5674222 0.3635517 0.01200413 0.002385079 0.002698302 0.2916051 0.04707026 0.400388 0.07150763 0.1867305 0.002000272 0.2945448 0.0246154 0.4197833 0.07016098 0.1888951 0.03546696 0.02482193 0.4324379 0.02486395 0.2204624 0.05395776 0.2079889 0.003518998 0.117994 0.03700703 0.501736 0.2174495 0.1222944 0.003848791 0.1242825 0.04501968 0.4735844 0.219814 0.1334506 0.00268656 0.02660953 0.02813464 0.3188405 0.574925 0.04880374 0.002598285 0.02607184 0.02386337 0.3242377 0.5679907 0.055238 0.003246426 0.2787637 0.2332898 0.3443917 0.002486765 0.007225751 0.1305923 3.45055e-6 0.005267083 0.3057307 0.2203184 0.3250554 1.58938e-4 0.01371747 0.1295561 1.95902e-4 0.001679122 0.2320982 0.2261081 0.359278 0.05150324 0.1293333 9.90085e-4 0.2543538 0.2349142 0.3645425 0.01456075 0.1306386 0.1438464 0.7534948 0.1026588 0.008005917 0.4216787 0.5515153 0.01880007 0.001876831 0.2438243 0.7177822 0.03651666 0.08217167 0.1461689 0.4776178 0.06844133 0.01885104 0.03913277 0.1676164 0.2339093 0.1089167 0.4056114 0.03191238 0.01289534 0.04010927 0.1647368 0.0019086 0.1261055 0.1384872 0.4713026 0.0557096 0.01661121 0.03448313 0.1573005 0.2218659 0.1575743 0.4084939 0.03795582 0.00683099 0.02122807 0.1460509 0.9538056 0.04158312 0.004611372 0.8225761 0.1774239 0.006319582 0.01728796 0.442831 0.04376196 0.2241952 0.05646449 0.2091396 0.02426964 0.355152 0.2343471 0.1518038 0.06598508 0.1684421 0.006524622 0.2321996 0.1598538 0.3248254 0.07993042 0.1966661 4.34459e-4 0.3035359 0.5167979 0.06807148 0.06533771 0.002064049 0.04375839 0.00567907 0.3077888 0.5040748 0.0764392 0.06920474 0.03681319 0.378849 0.6184794 0.002496719 1.74752e-4 0.25 0.125 0.625 0.2040721 0.2134007 4.9519e-4 0.02773845 0.05363005 0.173444 0.3272193 0.0208109 0.1299122 1.14387e-4 0.03478455 0.4808261 0.09511804 0.2384337 0.001719355 0.01033508 0.3319256 0.4699565 0.01305264 0.1726684 3.42373e-4 0.05066055 0.5658428 0.3486063 0.03317528 0.001714944 0.001034021 0.2772586 0.012317 0.4361577 0.06183892 0.2088825 0.002511262 0.05973339 0.028656 0.4106081 0.0164408 0.2108006 0.05206757 0.2176035 0.004089891 0.002730548 0.09497773 0.02384442 0.5397936 0.2188455 0.1138563 0.005951881 0.002728164 0.02701252 0.02258491 0.3186659 0.5801641 0.04134696 0.00749737 0.001771092 0.6459634 0.3386791 0.004824042 0.008415043 3.473e-4 0.001741588 0.3203586 0.6660614 0.010984 8.5445e-4 0.02400159 0.955677 0.01904618 0.001275122 0.9678487 0.02960878 0.002542495 0.8418878 0.1335003 0.02217799 0.002433836 0.6872296 0.2923161 0.02045434 0.001398503 0.01255679 0.3468509 0.4594432 0.01495969 0.1644638 3.27009e-4 0.1453954 0.7727751 0.04709541 0.03391188 8.22034e-4 0.05707961 0.5769044 0.3633081 0.002707898 0.05224364 0.5581327 0.3637905 0.02376449 0.002068758 4.07089e-4 0.3110089 0.5154601 0.06550705 0.06501853 1.57587e-5 0.002041518 0.04052525 1.57587e-5 0.271344 0.1758536 0.3753907 0.01153481 0.01391047 0.1519663 0.2653418 0.1643287 0.37343 0.003129601 0.02715867 0.1664015 2.09638e-4 0.2702312 0.1761642 0.3822728 0.02845871 0.1428729 0.2142772 0.1838037 0.3907852 0.0648728 0.1462609 0.01656806 0.04232329 0.582702 0.06152671 0.0352261 0.07312566 0.188528 0.002991855 0.2873411 0.06366461 0.3846368 0.07254004 0.1888254 0.003431797 0.193275 0.1059969 0.4086651 0.08878934 0.1998417 0.001939773 0.3649591 0.04310226 0.3571947 0.048424 0.18438 0.001061677 0.1382272 0.01111906 0.539153 0.08179777 0.2286412 0.002794921 0.1830723 0.02955961 0.489201 0.09833359 0.1970384 0.001603364 0.2931262 0.01904255 0.4231034 0.06985348 0.1932709 0.001376509 0.3822 0.02078408 0.3653634 0.04804748 0.1822283 0.003128051 0.1198477 0.03396815 0.5121622 0.2204566 0.1104372 0.003834724 0.1331322 0.05028396 0.4602898 0.226785 0.1256741 0.002712786 0.02686887 0.03000491 0.3165734 0.5798825 0.04395741 0.005020678 0.6537879 0.3330665 0.005845725 0.002279102 0.09003853 0.8578768 0.05208462 0.1730899 0.7657955 0.06111454 0.1473672 0.795862 0.05677074 9.57316e-4 0.2659775 0.241472 0.3553754 0.00557059 0.1306465 6.60142e-7 0.005401968 0.2905293 0.2250056 0.3335845 8.41822e-4 0.01402926 0.1305974 9.83683e-6 0.001033782 0.2412352 0.223143 0.3717564 0.03228759 0.1305439 0.00237739 0.2300392 0.2342683 0.3388633 0.06319165 0.13126 0.04792243 0.9165952 0.03548228 0.9315891 0.06841087 0.09537923 0.7331079 0.171513 0.9567037 0.03918051 0.00411576 0.9392091 0.06079083 0.8308141 0.1691859 0.01013267 0.3614783 0.6006497 0.0277394 0.003226697 0.3544333 0.6170204 0.02531957 0.218364 0.1195763 0.4123649 0.03885179 0.01327902 0.0412659 0.1562979 0.1340493 0.06305927 0.4566767 0.03204828 0.02747416 0.0584231 0.2244112 0.003857791 0.1507377 0.1305167 0.461693 0.0508117 0.01543301 0.03281795 0.1579897 0.05682796 0.03077965 0.4152736 0.0227946 0.2130689 0.05272573 0.2085292 0.08720368 0.05910712 0.523979 0.03850722 0.03156971 0.06553536 0.1940978 0.9843221 0.007838964 0.007838964 0.9508346 0.04404598 0.005119383 0.8108041 0.1891958 0.8048989 0.1505651 0.04453593 0.01017749 0.2775725 0.2246453 0.2386394 0.07199025 0.1769748 0.01662307 0.4478453 0.07837909 0.2266063 0.05942577 0.1711204 0.1370102 0.7450324 0.02671051 0.09054619 7.00622e-4 0.07140207 0.1947168 2.26895e-4 0.04991376 0.4258856 0.2578549 0.1770939 0.2260395 2.1879e-4 0.0312941 0.05643993 0.2025745 0.3063391 0.045228 0.9357954 0.01753515 0.001441299 0.003044545 0.3057311 0.5104409 0.07223266 0.06725913 0.001036703 0.04025489 0.01088947 0.3116773 0.499453 0.07026529 0.06829994 1.12316e-4 0.03930246 0.9781579 0.02075475 0.001087188 0.9908339 0.00458306 0.00458306 0.7507852 0.2451347 0.003891766 1.88169e-4 0.3175673 0.6789488 0.001741945 0.001741945 0.9948907 0.002554595 0.002554595 4.29585e-4 0.2604186 0.005177378 0.4500245 0.05333185 0.2254406 0.005177378 0.125 0.625 0.25 0.001014053 0.377476 0.01321774 0.3619256 0.04745364 0.1945914 0.004321455 5.39816e-5 0.06730395 0.0194959 0.4809575 0.1997329 0.2324557 0.832975 0.166595 2.14955e-4 2.14955e-4 0.9981718 0.001828193 0.5 0.5 0.1456995 0.7549203 0.03177148 0.06691414 6.94503e-4 0.003653109 0.1849344 0.03884112 0.4822672 0.09924876 0.1910552 0.2657137 0.1670111 0.3728465 0.00785619 0.02716332 0.1594091 0.2773159 0.1864138 0.3733689 0.01656931 0.1463319 0.2654384 0.1600179 0.3736992 8.56006e-4 0.027076 0.172488 4.2449e-4 0.2455619 0.1731343 0.3919661 0.04784107 0.1414965 0.1861643 0.1928759 0.384783 0.08222806 0.1539486 0.0388596 0.5809281 0.1060879 0.03590148 0.07634365 0.1618791 0.002466499 0.3480612 0.06318366 0.3498905 0.04889285 0.1875052 0.003638565 0.2152674 0.06455206 0.4283163 0.1013493 0.1868763 0.001953244 0.1812326 0.02045673 0.4959629 0.09742891 0.2029654 0.001326203 0.3818433 0.01799547 0.3653913 0.04800266 0.185441 0.09435135 0.8331398 0.07250875 0.195842 0.7617772 0.04238075 0.9059557 0.09404426 0.1310057 0.0692774 0.4722962 0.0395624 0.02857989 0.06077438 0.1985039 0.1672707 0.2215381 0.04070967 0.06624829 0.1978771 0.306356 0.08108144 0.1816271 0 0.05092948 0.4212976 0.2650642 6.54557e-6 0.1294733 0.7364718 0.02230268 0.1110397 7.06006e-4 0.9959067 0.002046585 0.002046585 0.02502614 0.02039104 0.01629507 0.4804466 0.2123919 0.2454492 7.09095e-4 0.373243 0.008552134 0.3585723 0.04692149 0.2034558 0.008546054 0.02181208 0.4369613 0.3136863 0.134746 0.09279423 0.03292077 0.3907988 0.253906 0.2203079 0.003867328 0.09819912 0.03460556 0.401712 0.2447574 0.2116794 5.82694e-5 0.007548809 0.0995801 5.82694e-5 0.03476887 0.4005699 0.2401003 0.2287328 0.003844738 0.09198331 0.03256124 0.394482 0.2516391 0.2292707 4.29846e-4 0.0916171 0.03034931 0.3929905 0.2568832 0.2266867 0.09309029 0.03557348 0.3896239 0.2513667 0.2144883 0.007723629 0.1012238 0.03523981 0.4004825 0.2369466 0.2340967 8.84195e-4 0.09235 0.001218497 0.1607385 0.4879353 0.1445481 0.1345953 0.002074599 0.06888955 0.00441426 0.1657014 0.4867159 0.1424186 0.1384351 2.2765e-4 0.06208688 1.63522e-4 0.1633393 0.4952757 0.131566 0.130585 3.16502e-5 0.004100263 0.07490688 3.16502e-5 0.002263784 0.1615124 0.4850225 0.1523526 0.1379335 0.06091493 1.7459e-4 0.1601629 0.4909195 0.1367743 0.1312814 0.004147231 0.07653999 0.006601691 0.1681492 0.4888524 0.1324537 0.1390631 4.59002e-4 0.06442064 3.7858e-4 0.3155427 0.5070772 0.1094887 0.04077726 0.0267356 4.37277e-4 0.2990344 0.5201503 0.06851309 0.06576156 0.0020774 0.04402583 0.005753517 0.2989383 0.5106807 0.07744091 0.07011169 0.03707474 0.315348 0.6706733 0.01397871 0.05463683 0.5674222 0.3635517 0.01200413 0.002385079 0.002000153 0.2945259 0.4197563 0.07015645 0.1889474 0.02461379 0.03529709 0.02470302 0.4303668 0.2194066 0.05369937 0.2144509 0.02207618 0.003496468 0.1174563 0.4985218 0.2153418 0.1284135 0.03676998 0.003868937 0.1258825 0.4760608 0.2173147 0.1316178 0.04525512 0.002685725 0.02660113 0.31874 0.5747438 0.04910343 0.02812582 0.003199398 0.2747378 0.2286792 0.3349773 0.007121086 0.1382081 0.0130769 0.001593828 0.2355893 0.2248033 0.3342733 0.1317172 0.07202309 9.60327e-4 0.249142 0.2283922 0.3499365 0.137663 0.03390592 0.05080485 0.8899964 0.05919867 0.04783487 0.7836684 0.1684966 0.1438464 0.7534948 0.1026588 0.008005917 0.4216787 0.5515153 0.01880007 0.001876831 0.2438243 0.7177822 0.03651666 0.1272338 0.1396085 0.480379 1.28099e-6 0.01675981 0.03479164 0.1439097 0.05731624 0.2166641 0.1598061 0.4196898 2.06101e-4 0.007099747 0.02206325 0.1517601 0.02271074 0.731943 0.1865464 0.0815106 0.006214916 0.01700162 0.4354959 0.2204816 0.05552917 0.2153079 0.04996871 0.02215534 0.3865411 2.26808e-7 0.1385791 0.06023663 0.1785216 0.2139657 0.006588459 0.2344723 0.3281055 0.08071273 0.1887024 0.1614184 0.3788491 0.6184795 1.74752e-4 0.002496719 0.25 0.625 0.125 0.1854181 0.2222949 5.06074e-4 0.02945655 0.05782014 0.1810378 0.3234664 0.1161918 0.2344638 1.18897e-4 0.01698845 0.05900335 0.2667732 0.3064603 0.04553991 0.102162 1.16826e-4 0.03541272 0.4792358 0.09714621 0.2403863 0.009846866 5.56054e-5 0.01009058 0.3394123 0.4588382 0.01274383 0.1686781 3.34273e-4 0.05066055 0.5658428 0.3486063 0.03317528 0.001714944 0.001033961 0.2772554 0.002511262 0.4361528 0.06183826 0.2088913 0.01231688 0.05975598 0.02866685 0.4107632 0.004185438 0.2108802 0.05208724 0.2197033 0.01395761 0.002705395 0.09410166 0.005896985 0.5348147 0.2168263 0.1220305 0.02362447 0.002728164 0.02701258 0.00749737 0.318667 0.5801662 0.04134345 0.02258497 0.001771092 0.6459634 0.3386791 3.473e-4 0.008415043 0.004824042 0.001741588 0.3203586 0.6660614 8.5445e-4 0.010984 0.005242168 0.3043035 0.2183845 0.3213506 1.05385e-4 0.01365262 0.1335929 0.00336802 0.02400159 0.955677 0.001275122 0.01904618 0.9678487 0.002542495 0.02960878 0.2401946 0.1090154 0.4123781 0.008428096 0.01325315 0.04122209 0.1656755 0.00983268 0.9538056 0.004611372 0.04158312 0.8418878 0.1335003 0.002433836 0.02217799 0.01530236 0.3175776 0.2693282 0.2874327 0.1096656 6.93526e-4 4.0762e-4 0.3101145 0.5161325 0.06559246 0.06510335 1.57793e-5 0.0020442 0.04057371 1.57793e-5 0.003075778 0.2986848 0.5156763 0.07297354 0.06794899 0.001047313 0.04059308 0.01100903 0.3043416 0.5049368 0.07103681 0.06904983 0.03951233 1.13549e-4 0.252307 0.1015028 0.4002361 0.01875525 0.01268464 0.03948885 0.1709721 0.004053175 0.1249702 0.2276758 0.02159464 0.06003504 0.2748079 0.2909163 0.5 0.5 0.01056104 1.65318e-5 0.01223087 0.356732 0.447519 0.01457142 0.1580504 3.18522e-4 7.15959e-7 0.1453954 0.7727751 0.04709541 0.0339114 8.22034e-4 0.05707961 0.5769044 0.3633081 0.002707898 0.05224364 0.5581327 0.3637905 0.02376449 0.002068758 0.2765183 0.1765471 0.3733298 0.0132665 0.1570841 0.003253996 0.2555406 0.1850723 0.3982918 0.1487247 0.01237046 0.1609627 0.202857 0.4360874 0.1479574 0.05213528 0.003002047 0.2883211 0.3859487 0.07278746 0.1860588 0.06388175 0.003545284 0.193524 0.4058093 0.1173681 0.1702499 0.1095033 0.003652453 0.2010438 0.455435 0.1009434 0.1868203 0.052105 0.002400755 0.2959583 0.4164052 0.07046699 0.184529 0.03023964 0.001938521 0.3647227 0.3569633 0.04839265 0.1848618 0.04312098 0.002796769 0.1831911 0.4895186 0.09840041 0.1965141 0.0295788 0.001603305 0.2931155 0.4230878 0.06985092 0.1933005 0.01904183 0.001376032 0.3820665 0.3652358 0.04803073 0.1825602 0.02073067 0.003090977 0.1184314 0.5060876 0.217759 0.1210657 0.03356522 0.003906607 0.1300837 0.4701421 0.2179796 0.1266618 0.05122613 0.002712607 0.02686738 0.3165557 0.5798502 0.04401075 0.03000324 0.002655982 0.02630668 0.3204748 0.5690156 0.05529487 0.02625191 0.005020678 0.6537879 0.3330665 0.002279102 0.005845725 0.09003853 0.8578768 0.05208462 0.1730899 0.7657955 0.06111454 0.1473672 0.795862 0.05677074 9.38448e-4 0.2612797 0.2370349 0.3440988 0.1372238 0.0194242 0.005342781 0.2872465 0.2209256 0.3259876 0.01387554 0.1383283 0.008293449 9.8299e-4 0.2367832 0.2201048 0.35134 0.1364247 0.05436426 0.002343416 0.2455545 0.2286868 0.3101876 0.1278137 0.08541381 0.9315891 0.06841087 0.05355429 0.864625 0.0818206 0.09537923 0.7331079 0.171513 0.8345381 0.1654619 0.9392091 0.06079083 0.01013267 0.3614783 0.6006497 0.0277394 0.003226697 0.3544333 0.6170204 0.02531957 0.0934531 0.1421532 0.4793215 0.01719158 0.03481835 0.1436244 0.08943766 0.2257357 0.1192443 0.4233255 0.001832604 0.01382035 0.042948 0.1539635 0.01912981 0.156257 0.1349787 0.4757243 1.5276e-4 0.01603096 0.03408944 0.144827 0.0379396 0.05672675 0.03072482 0.4145336 4.04023e-6 0.2126892 0.05263179 0.2127509 0.0199387 0.08539819 0.05788332 0.5181984 7.04778e-4 0.03091609 0.06417846 0.2108653 0.03185546 0.9102054 0.08979457 0.8108041 0.1891958 0.01012188 0.2760564 0.2373359 0.07159703 0.1814703 0.2234182 0.01592892 0.4291743 0.2171436 0.05694431 0.2042344 0.07657432 0.5 0.5 0.03021621 0.02490448 0.0199356 0.4842762 0.2042377 0.2364295 0.001014053 0.3774705 0.004321634 0.3619202 0.04745292 0.1946401 0.01318043 0.1666666 0.6666667 0.1666666 0.978158 0.001087188 0.02075475 0.7507852 0.2451347 1.88169e-4 0.003891766 0.002743542 0.02715605 0.01507931 0.3207622 0.5804127 0.03876674 0.01507931 0.8713457 0.11991 0.004372119 0.004372119 0.3948914 0.6044256 3.41562e-4 3.41562e-4 0.1979792 0.2097225 3.90122e-4 0.03297477 0.056418 0.1744085 0.3281068 0.04731112 0.1008274 0.03284931 0.4820027 0.1029254 0.2340839 0.004697382 1.15845e-5 0.008224964 0.3160415 0.4778921 0.01122486 0.181552 3.55331e-4 0.04919707 0.5729707 0.3345691 0.0418753 0.001387834 0.0627132 0.02664679 0.407005 0.008910298 0.2090749 0.05154561 0.2260064 0.008097767 0.6499412 0.3380119 6.93232e-4 0.0106604 6.93232e-4 0.8 0.2 0.1559144 0.2355806 2.20849e-4 0.03176796 0.06029587 0.2013489 0.3148713 0.07554686 0.1750599 2.43581e-4 0.05397969 0.4148986 0.2802712 1.19323e-6 0.1371892 0.7449559 0.02670776 0.09044522 7.0055e-4 0.001061677 0.1382245 0.5391426 0.08179622 0.2286561 0.01111888 0.045228 0.9357954 0.001441299 0.01753515 0.9508346 0.005119383 0.04404598 0.9567037 0.00411576 0.03918051 0.9987632 1.61086e-4 0.001075685 0.2661633 0.1642847 0.3713212 2.74422e-4 0.02657628 0.1708326 5.4742e-4 0.1349688 0.06349176 0.4596958 0.01394397 0.02766257 0.05882382 0.2262193 0.01519364 0.1666666 0.1666666 0.6666667 0.9993418 3.22358e-4 1.3491e-5 3.22358e-4 0.08701616 0.5905765 0.06318384 0.2592235 0.9858123 0.007093787 0.007093787 0.1400726 0.05864679 0.4511187 0.02417486 0.02707046 0.05756467 0.2337495 0.007602214 0.9828363 0.008581817 0.008581817 0.9938768 0.003061532 0.003061532 0.9981718 0.001828193 0.7350974 0.2571328 0.007769763 5.02583e-6 0.1457353 0.7549402 0.03177231 0.06685256 6.94521e-4 0.2698382 0.1679193 0.3679296 2.5315e-6 0.02610969 0.1663995 0.001801133 0.281212 0.1858716 0.3788804 0.1482381 0.005797863 0.1928201 0.1918656 0.432529 0.15142 0.03136521 0.0315392 0.04427605 0.5681414 9.64163e-5 0.03352838 0.06790542 0.2098596 0.04465317 0.1472438 0.2164766 0.4216697 0.145941 0.06866884 0.03709155 0.5796431 4.76297e-6 0.03426802 0.07287013 0.1582338 0.1178885 0.002459943 0.3471377 0.3489621 0.04876315 0.189661 0.06301599 0.003691196 0.2156192 0.4296168 0.1151121 0.1704747 0.06548595 0.001953423 0.181245 0.4959969 0.09743559 0.2029108 0.02045816 0.001326024 0.3817952 0.3653452 0.04799664 0.1856157 0.01792109 0.004091739 0.04050058 0.0224893 0.4783848 0.3301603 0.1018838 0.0224893 0.09435135 0.8331398 0.07250875 0.195842 0.7617772 0.04238075 0.9164747 0.0835253 0.133136 0.07040393 0.4807329 0.003893435 0.02904462 0.06176263 0.1957052 0.02532106 0.7650745 0.2342064 3.59561e-4 3.59561e-4 0.2197397 0.2039383 7.77667e-4 0.03660178 0.04756927 0.1552857 0.3360875 0.03234934 0.3857325 0.2492202 0.2175528 0.003818929 0.1113117 1.43815e-5 0.03476125 0.4031766 0.2385047 0.221585 0.09604358 0.005928754 0.03235679 0.3923137 0.2430306 0.2276632 0.103851 7.84622e-4 0.03419291 0.3983877 0.241374 0.2099277 5.77872e-5 0.007486343 0.1085156 5.77872e-5 0.02989411 0.3879839 0.2557573 0.2240748 0.1021885 1.01329e-4 0.03480207 0.3835139 0.2444642 0.2111251 0.007602512 0.1184919 0.03516769 0.399636 0.2284795 0.2308416 0.1040382 0.001836895 0.001205861 0.1613612 0.48286 0.1430445 0.1331953 0.002053022 0.07627987 0.004325151 0.1694778 0.4768855 0.1395422 0.1356391 0.07390713 2.23052e-4 1.62855e-4 0.1632516 0.4932579 0.13103 0.1300529 3.15212e-5 0.004083573 0.07809793 3.15212e-5 0.002237796 0.1630758 0.4794461 0.150601 0.1363477 0.06829148 1.72908e-4 0.1601071 0.4861904 0.1354568 0.1300168 0.004107236 0.08394873 0.0064134 0.1747443 0.474913 0.1286769 0.1350978 0.07970857 4.45914e-4 1.52031e-4 0.1584901 0.4879982 0.2198433 0.08187699 0.05163937 1 1 0.999042 9.58019e-4 0.999042 9.58019e-4 0.9892416 0.01075839 0.9870543 0.01294565 0.978685 0.02131485 0.9780395 0.02196043 0.7723656 0.06772893 0.07525742 0.08464801 1.06646e-4 0.391542 0.4843671 0.04667854 0.07730555 0.608128 0.2008246 0.06638747 0.1246598 0.1313174 0.7062089 0.006473183 0.1447938 0.01120668 0.1843837 0.6968784 0.008860886 0.1098769 3.40764e-6 0.2215723 0.6919278 0.01994109 0.06655526 0.9670436 0.005562603 0.02739381 0.9504175 0.02665656 0.02129524 0.001630544 1.92596e-5 0.8955605 0.04656702 0.003364264 0.05448895 1.87934e-5 0.862577 0.1252731 9.28655e-4 0.01120251 0.6591982 0.3150002 0.02580147 0.9628319 0.01991027 0.0172578 0.9115708 0.08371001 0.004719138 0.001993894 0.003891527 0.20459 0.7188288 0.07069563 4.29818e-4 3.9643e-5 0.6358613 0.3356438 0.02802556 0.004141926 2.24795e-4 0.01872092 0.1458115 0.7652159 0.06588476 0.004861295 2.81798e-4 0.02384549 0.1244806 0.8013744 0.04251217 0.002644062 0.009790897 6.25518e-4 0.4496058 0.01658016 0.4895617 0.0338357 0.01204937 7.35851e-4 0.4153044 0.02290225 0.4263733 0.1226348 1 1 1 1 1 1 0.9295109 0.07048916 0.002250134 0.941774 0.05597573 0.001559913 0.758639 0.239801 0.002080976 0.5023059 0.495613 9.56768e-5 0.001851141 0.7679164 0.2301368 0.4577088 0.5422912 0.002922177 0.1053955 0.8916823 0.006707906 0.0800265 0.9132655 0.07291954 0.9270804 0.002958297 0.09433525 0.9027063 0.006857752 0.002250134 0.0572282 0.9336637 0.001932382 0.3326892 0.6653784 0.01510477 0.002517759 0.3239607 0.3550304 0.3033861 0.03138071 0.008768022 0.4928064 0.4664567 5.8807e-4 0.01252287 0.001725614 0.603486 0.3060966 0.07616889 0.2226731 0.004479706 0.4849582 0.001241683 0.2866473 0.001941978 0.06532698 0.9327309 0.00164467 1.60179e-5 0.4991696 0.4991696 0.002858221 6.37394e-5 0.3323594 0.6647188 0.006697714 1.4604e-4 0.9174174 0.07573896 0.3565023 0.002256691 0.6381755 0.003065526 0.0538423 0.001241207 0.9449166 0.008985579 0.001029849 0.7981407 0.1887791 0.003064751 0.01062721 0.001455843 0.8157964 0.1402528 0.03186774 0.1922606 0.8077394 0.1709455 0.8290544 0.08147704 0.9185229 0.08460974 0.9153903 0.08093905 0.8953005 0.02376037 0.0845828 0.9008514 0.01456576 0.05909711 0.7516027 0.1893002 0.04938763 0.458973 0.4916394 0.06734085 0.08261042 0.8500488 0.09944009 0.3661165 0.5344433 0.0790047 0.3144227 0.6065725 0.1029149 0.1000081 0.7970768 0.1182721 0.1286356 0.7530922 0.05013871 0.0616573 0.8882039 0.111541 0.08327233 0.8051866 0.09026306 0.06742262 0.8423143 0.001902163 0.1901116 0.8079863 0.002143919 0.5405622 0.4572939 0.001434803 0.7069799 0.2915853 4.85767e-4 3.27739e-4 0.00147885 0.4165878 0.5811197 1.74595e-4 6.45084e-4 0.009857058 0.9893233 0.004557013 0.02293395 0.1383765 0.8341326 0.01318371 3.64639e-4 0.2178025 0.1737257 0.5949234 4.10587e-5 7.49291e-4 0.4741075 0.5251022 0.006160378 0.00620979 0.001895785 0.07135045 0.9143835 7.11476e-5 4.71586e-4 0.05160385 0.2263169 0.7215364 2.37473e-4 2.68237e-4 6.39802e-4 0.01771962 0.9811349 0.003466725 0.182251 0.8142824 0.005437433 0.04102957 0.09277015 0.8607627 0.0221318 5.73612e-4 0.1192017 0.8580929 0.06059557 7.30634e-4 0.01448273 2.96062e-4 0.002455592 0.248366 0.09728431 0.575789 1 1 1 1 0.9931201 0.006879925 0.9975085 0.002491414 0.8602773 0.07223427 0.06748837 0.8722277 0.07796299 0.04980927 0.7371272 0.02250719 0.2403656 0.001919448 0.3917478 0.4943813 0.0175836 0.09436762 0.001070022 0.3835436 0.511146 0.008591294 0.09564906 0.378144 0.5125885 0.004371106 0.1047382 1.58054e-4 0.123866 0.7879621 0.08419412 0.003977775 0.003668487 0.1777443 0.7457924 0.007007062 0.06578767 0.1557086 0.7557232 0.001856565 0.0862773 4.34207e-4 0.01194375 0.842022 0.02574336 0.07856702 0.04172378 1.8031e-6 0.7814293 0.03439313 0.1382635 0.04591226 0.7836182 0.00155884 0.07365626 0.1411666 0.5319288 0.2292203 0.09250086 0.1463499 0.5210397 0.3920404 0.02758443 0.05933541 0.7169685 0.1179002 0.09480679 0.07032442 0.7095795 0.1948941 0.05704462 0.03848171 0.2950969 0.6036573 0.1012458 0.5524641 0.2677608 0.1797751 2.9941e-4 0.6146755 0.3850251 3.87127e-4 0.797938 0.2016748 0.01912856 0.002148985 0.00905174 0.5430644 0.4266062 1 1 1 1 1 1 0.8490844 0.1509156 0.5 0.5 0.8278414 0.1721586 0.5 0.5 0.1007403 0.8992597 0.2564772 0.7435228 0.0359168 0.9640831 0.14481 0.85519 0.1832849 0.8167151 9.62863e-4 0.3330124 0.6660248 0.002709805 0.4986451 0.4986451 9.989e-4 0.4229124 0.5760887 0.007456541 3.13468e-5 0.6438045 0.3487077 0.04562371 0.003826677 8.73407e-6 0.745487 0.2050539 1.07682e-4 0.02668291 0.003940999 0.7452534 0.2240149 0.1703845 0.8296154 0.1698531 0.8301469 0.1404786 0.8595214 0.1636312 0.8363689 0.1254448 0.8745552 0.1254856 0.8745144 0.1010707 0.8986533 2.75925e-4 0.09928506 0.8976101 0.003104805 0.09983211 0.6789671 0.2212007 0.0621221 0.3610664 0.5768115 1.26837e-4 0.08292126 0.1193209 0.7976309 0.09790235 0.3640655 0.5380321 0.07126462 0.2581393 0.6705961 0.08251541 0.1323667 0.7851178 0.0834186 0.1291077 0.7874737 4.75444e-4 0.08269006 0.08506733 0.8317672 0.08389961 0.1209784 0.795122 1.76717e-4 0.08397012 0.103536 0.812317 6.17911e-4 2.54838e-6 0.913381 0.08599847 0.01715785 0.9370194 0.04582262 1.57006e-4 0.006503462 0.9513618 0.04197758 0.423112 0.576888 0.1153538 0.8846462 1 0.05584275 0.006052196 0.9381051 0.4381716 0.5618284 0.3906662 0.6093338 0.1566894 0.8433106 9.66461e-4 0.1509475 0.848086 0.01665574 0.9833443 8.5773e-4 0.9991423 0.05616712 0.005150079 0.9386828 0.01962822 0.05093061 0.00610733 4.33548e-5 0.01383966 0.9094507 0.3132839 0.5439446 0.04107725 0.1016942 1 1 0.002867937 0.997132 0.001279413 0.1996042 6.9941e-4 0.7984169 0.002065002 0.1955274 0.003179907 0.001271307 0.01584649 0.7821097 5.22063e-4 0.9994779 0.7019344 0.1310806 0.07797378 0.08901107 0.005857408 2.42546e-4 0.02671277 0.7071853 0.2600019 0.1758275 0.8241725 1.4441e-5 2.40524e-4 0.1297003 0.1720187 0.6980261 5.17509e-4 3.06557e-4 0.08772075 0.4133309 0.004514098 0.4936102 1 0.9971426 0.002857327 0.808321 0.191679 0.08939361 0.9106064 0.04027444 0.06913292 0.3525695 0.5380231 0.6040008 0.1258499 0.0117855 0.07652074 0.181843 0.999042 9.58019e-4 0.1986612 0.7423835 0.004633367 0.054322 2.74948e-4 0.468682 0.3711602 0.0247538 0.1351289 1 3.49552e-4 0.9586302 0.04102021 2.18861e-4 0.003682374 0.8983114 0.09778732 0.005896747 4.79504e-4 0.6683635 1.12188e-4 0.234731 0.09041708 0.03265404 0.9279152 0.008555352 0.03087526 1 0.03225803 0.967742 0.9738427 0.02615725 0.04762387 0.9523761 1 1 1 0.8792186 0.1207814 0.5 0.5 0.01180303 1.43861e-4 0.8315807 0.1564723 0.03318852 0.00330621 0.8325237 0.1309815 0.1583074 0.8416925 0.06435239 0.9356476 0.09890413 0.8849766 0.01611918 0.05375534 0.7261867 0.2200579 0.03427028 0.4878946 0.4778351 0.04128658 0.04229193 0.9164215 0.02405315 0.0366255 0.9393214 0.001994907 0.351087 0.646918 0.002881765 2.27393e-4 0.001572608 0.1150559 0.8802622 0.001885414 1.09734e-4 2.4398e-4 6.264e-4 0.08308279 0.9140516 0.00480324 0.02726644 0.01545792 0.9524723 0.01104551 0.001851677 0.123024 0.001385092 0.0136516 0.1260052 0.005048573 0.7179881 1 0.5 0.5 0.007277131 0.7523757 0.2403472 0.04590857 0.005506515 0.8176206 0.1309642 0.1723911 0.8276089 0.1660812 0.8339189 0.1372838 0.8627161 0.1245837 0.8580677 0.01734864 0.1105631 0.6302716 0.2591654 0.06753528 0.3658138 0.5666509 0.09026557 0.1342575 0.7754769 0.08592098 0.09586381 0.8182151 0.00100553 1.78805e-5 0.001026511 0.3210282 0.6769218 0.001026332 0.1272616 0.871712 9.372e-5 1.94113e-5 0.04908335 0.9508035 0.002307116 0.007680475 0.008508205 0.9815042 0.00215286 0.04436475 0.003907084 2.00026e-4 0.05227559 0.8970998 0.01639342 0.9836066 0.002411782 0.4975289 0.1147582 0.383343 5.69393e-4 0.001388549 0.04471457 0.3020226 0.2333839 0.2611079 0.158771 0.02853262 0.3640273 0.08299565 0.5168696 0.007574677 0.1686715 0.2841744 0.2088224 0.2576469 0.08068472 0.01048117 0.2104663 0.03988927 0.2669658 0.06144303 0.4107543 1.35484e-4 0.06331098 0.225843 0.1593551 0.04848253 0.02513271 0.003383815 0.1035737 0.3707823 9.6819e-4 0.01186031 0.3336527 0.0214647 0.3089231 2.28575e-4 0.2434732 0.02916979 0.04827171 0.001987516 0.01189899 0.06417006 0.3350412 0.02317512 0.03330528 0.00330466 0.1460583 0.01587921 0.358881 0.008285939 0.1363379 0.4063783 0.06379133 0.3762647 0.0172277 4.34038e-4 0.01063394 0.2439932 0.02705419 0.2739178 0.03116923 6.83131e-5 0.3816719 0.03105729 6.67908e-5 0.0399909 0.1812806 0.1884443 0.0379135 0.03696483 0.008461236 0.06412619 0.4427514 0.0164594 0.2280945 0.05031532 0.2769715 0.03205645 0.3937195 0.002383053 8.65598e-5 0.04793441 0.2512258 0.198543 0.0724157 0.05864262 0.1416154 0.2295364 8.28657e-4 0.1387814 0.8603899 0.001652181 0.1463065 0.8520412 0.001703083 0.194126 0.8041709 0.001614451 0.1278142 0.8705713 0.001187682 0.1747952 0.8240172 0.002287089 3.34044e-4 0.001532435 0.1134868 0.8823595 0.002294838 0.1522018 0.8455032 9.25415e-4 0.001170635 0.00190103 0.0780428 0.9179601 0.001817822 0.1398504 0.8583317 0.001478075 0.1981949 0.800327 0.001815021 0.141181 0.857004 0.001648724 0.2198516 0.7784996 0.001024127 0.1335623 0.8654135 8.31086e-4 0.1231873 0.8759817 0.001815021 0.4189335 0.5792514 0.001439273 0.2393445 0.7592162 7.02181e-4 0.1712223 0.8280755 0.001870572 0.1492165 0.848913 0.4043327 0.05812096 0.3586316 0.1695573 7.43232e-4 0.008614122 0.3728835 0.07426285 0.3662888 0.1749687 0.01159608 4.1523e-4 0.2342861 0.4092866 0.1484824 0.1952635 0.01226609 0.02420014 0.01585912 0.7403907 0.1072902 0.09815984 0.01409995 0.001251339 0.2899667 0.5129287 0.12197 0.05569589 0.0181871 0.03199779 0.4297286 0.15468 0.3835936 1 1 0.999042 9.58019e-4 0.999042 9.58019e-4 0.9892416 0.01075839 0.9870543 0.01294565 0.978685 0.02131485 0.9780395 0.02196043 0.08464801 0.7723656 0.06772893 0.07525742 0.07731378 0.3915838 0.4844188 0.04668349 0.1246598 0.608128 0.2008246 0.06638747 0.1447938 0.1313174 0.7062089 0.006473183 0.01120668 0.1098769 0.1843837 0.6968784 0.008860886 0.0665555 0.2215731 0.6919302 0.01994115 0.02739381 0.9670436 0.005562603 0.02129524 0.9504175 0.02665656 0.001630544 1.92596e-5 0.003364264 0.8955605 0.04656702 0.05448895 1.87934e-5 9.28655e-4 0.862577 0.1252731 0.01120251 0.6591982 0.3150002 0.02580147 0.0172578 0.9628319 0.01991027 0.9115708 0.08371001 0.004719138 0.001993894 0.003891527 0.20459 0.7188288 0.07069563 4.29818e-4 3.9643e-5 0.6358613 0.3356438 0.02802556 0.004141926 2.24795e-4 0.01872092 0.1458115 0.7652159 0.06588476 0.004861295 2.81798e-4 0.02384549 0.1244806 0.8013744 0.04251217 0.002644062 0.009790897 6.25518e-4 0.4496058 0.01658016 0.4895617 0.0338357 0.01204937 7.35851e-4 0.4153044 0.02290225 0.4263733 0.1226348 1 1 1 1 1 1 0.9295109 0.07048916 0.002250134 0.941774 0.05597573 0.001559913 0.758639 0.239801 0.002080976 0.5023059 0.495613 9.56768e-5 0.001851141 0.7679164 0.2301368 0.4577088 0.5422912 0.002922177 0.1053955 0.8916823 0.006707906 0.0800265 0.9132655 0.07291954 0.9270804 0.002958297 0.09433525 0.9027063 0.006857752 0.002250134 0.0572282 0.9336637 0.001932382 0.3326892 0.6653784 0.01510477 0.002517759 0.3239607 0.3550304 0.3033861 0.05295163 0.02948153 0.008122682 0.008237361 0.4629808 0.4382259 0.01252287 0.001725614 0.603486 0.3060966 0.07616889 0.2226731 0.004479706 0.4849582 0.001241683 0.2866473 0.001941978 0.06532698 0.9327309 0.00164467 1.60179e-5 0.4991696 0.4991696 0.002858221 6.37394e-5 0.3323594 0.6647188 0.006697714 1.4604e-4 0.9174174 0.07573896 0.3565023 0.002256691 0.6381755 0.003065526 0.0538423 0.001241207 0.9449166 0.008985579 0.001029849 0.7981407 0.1887791 0.003064751 0.01062721 0.001455843 0.8157964 0.1402528 0.03186774 0.1922606 0.8077394 0.1709455 0.8290544 0.08147704 0.9185229 0.08460974 0.9153903 0.02376037 0.08093905 0.8953005 0.01456576 0.0845828 0.9008514 0.1893002 0.05909711 0.7516027 0.4916394 0.04938763 0.458973 0.8500488 0.06734085 0.08261042 0.5344433 0.09944009 0.3661165 0.6065725 0.0790047 0.3144227 0.7970768 0.1029149 0.1000081 0.7530922 0.1182721 0.1286356 0.8882039 0.05013871 0.0616573 0.8051866 0.111541 0.08327233 0.8423143 0.09026306 0.06742262 0.1901116 0.001902163 0.8079863 0.5405622 0.002143919 0.4572939 0.7069799 0.001434803 0.2915853 5.5677e-5 0.4169037 0.001479983 0.5815605 1.74595e-4 0.009857058 6.45084e-4 0.9893233 0.004557013 0.02293395 0.1383765 0.8341326 0.01318371 3.64639e-4 0.2178025 0.1737257 0.5949234 0 0.4741269 7.49321e-4 0.5251237 0.001665651 0.001393258 0.07202315 0.001913666 0.9230043 7.11476e-5 0.2263169 4.71586e-4 0.05160385 0.7215364 2.22034e-4 2.68241e-4 0.01771992 6.39812e-4 0.98115 0.003466725 0.182251 0.8142824 0.005437433 0.04102957 0.09277015 0.8607627 0.009476184 0.01290863 3.1401e-4 0.263423 0.1031821 0.6106959 1 1 1 0.9931201 0.006879925 0.9975085 0.002491414 0.06748837 0.8602773 0.07223427 0.04980927 0.8722277 0.07796299 0.2403656 0.7371272 0.02250719 0.09454911 0.3925012 0.4953321 0.01761746 0.09575152 0.3839545 0.5116935 0.008600533 0.1047382 0.378144 0.5125885 0.004371106 1.58054e-4 0.08419412 0.123866 0.7879621 0.003977775 0.0660299 0.1783988 0.7485384 0.007032871 0.0862773 0.1557086 0.7557232 0.001856565 4.34207e-4 1.37469e-4 0.0795058 0.8520833 0.02605098 0.04222238 0.1382637 0.7814307 0.03439319 0.04591232 4.50913e-7 0.0736562 0.7836179 0.00155884 0.1411665 0.09250086 0.5319288 0.2292203 0.1463499 0.02758443 0.5210397 0.3920404 0.05933541 0.09480679 0.7169685 0.1179002 0.07032442 0.05704462 0.7095795 0.1948941 0.03848171 0.2950969 0.6036573 0.1012458 0.5524641 0.2677608 0.1797751 2.9941e-4 0.6146755 0.3850251 0.001895129 0.7967342 0.2013706 0.02773183 0.00213015 0.008972346 0.5383012 0.4228645 1 1 1 1 1 1 1 0.001144945 0.8481122 0.1507428 0.5 0.5 0.8278414 0.1721586 0.5 0.5 0.1007403 0.8992597 0.2564772 0.7435228 0.0359168 0.9640831 0.14481 0.85519 0.1832849 0.8167151 9.54236e-4 0.00895977 0.3300287 0.6600574 6.89264e-4 0.006098687 0.09297394 0.900238 0.001253247 0.01124423 0.2324209 0.7550817 0.00264132 0.0252723 0.4860432 0.4860432 9.66335e-4 0.03260159 0.4091247 0.5573072 0.007557213 4.36513e-4 0.6434763 0.3485299 0.04565358 0.001611173 0.003820121 0.7442119 0.2047032 0.02668577 0.003941416 0.7453337 0.224039 0.1703845 0.8296154 0.1698531 0.8301469 0.1404786 0.8595214 0.1636312 0.8363689 0.1254448 0.8745552 0.1254856 0.8745144 2.75925e-4 0.1010707 0.8986533 0.003104805 0.09928506 0.8976101 0.2212007 0.09983211 0.6789671 0.5768115 0.0621221 0.3610664 0.7977321 0.08293181 0.119336 0.5380321 0.09790235 0.3640655 0.6705961 0.07126462 0.2581393 0.7851178 0.08251541 0.1323667 0.7874737 0.0834186 0.1291077 0.8321628 0.08272933 0.0851078 0.795122 0.08389961 0.1209784 0.8124606 0.08398497 0.1035543 0.9139481 0.08605188 0.9370194 0.01715785 0.04582262 0.9515112 0.006504476 0.0419842 0.423112 0.576888 0.1153538 0.8846462 1 0.05584275 0.006052196 0.9381051 0.4381716 0.5618284 0.3906662 0.6093338 0.1566894 0.8433106 0.1509475 9.66461e-4 0.848086 0.01665574 0.9833443 8.5773e-4 0.9991423 0.05616712 0.005150079 0.9386828 0.05195266 0.006229877 0.01411736 0.9277001 0.1016942 0.3132839 0.5439446 0.04107725 3.22983e-4 0.9996771 7.75645e-6 0.9999923 0.006600916 0.002849042 0.99055 0.001279413 0.1996042 6.9941e-4 0.7984169 0.002065002 0.1955274 0.003179907 0.001271307 0.01584649 0.7821097 5.22063e-4 0.9994779 0.8669371 0.133063 0.07797378 0.7019344 0.1310806 0.08901107 0.2216895 0.7783104 0.04042226 0.1632272 0.7963506 0.6592095 0.1608191 0.008215248 0.1717561 0.09434318 0.3847615 0.5197685 0.001126825 0.08939361 0.9106064 0.001502573 0.1339132 0.8645842 0.708884 0.1185976 0.1725183 0.181843 0.6040008 0.1258499 0.0117855 0.07652074 0.8357685 0.0692048 0.001481413 0.09354525 0.002122104 3.63914e-5 5.55382e-4 0.235675 0.5441973 0.05930489 0.1581089 1 0.02763622 0.9723637 0.02328401 0.02093589 0.5522144 0.4035657 0.02719449 0.8534235 0.03682148 0.03184193 0.04755908 0.003159224 0.02030026 0.9796997 3.31547e-4 0.06987768 0.01487714 0.03239685 0.008060693 0.02979254 0.8446634 1 1 0.002472102 1.63135e-5 0.4891288 0.5083829 0.01180303 1.43861e-4 0.8315807 0.1564723 0.03318852 0.00330621 0.8325237 0.1309815 0.1583074 0.8416925 0.06435239 0.9356476 0.01611918 0.09890413 0.8849766 0.2200579 0.05375534 0.7261867 0.4778351 0.03427028 0.4878946 0.9164215 0.04128658 0.04229193 0.9393214 0.02405315 0.0366255 0.351087 0.001994907 0.646918 9.41227e-4 3.19035e-5 0.1153025 0.001576006 0.8821484 6.071e-5 2.44453e-4 0.08324384 6.27615e-4 0.9158233 0.00480324 0.02726644 0.01545792 0.9524723 0.1137238 0.001443505 0.1313168 0.005261361 0.7482544 1 1 1 0.007277131 0.7523757 0.2403472 0.04590857 0.005506515 0.8176206 0.1309642 0.1723911 0.8276089 0.1660812 0.8339189 0.1372838 0.8627161 0.01734864 0.1245837 0.8580677 0.2591654 0.1105631 0.6302716 0.5666509 0.06753528 0.3658138 0.7754769 0.09026557 0.1342575 0.8182151 0.08592098 0.09586381 0.3213571 0.001027524 0.6776154 0.1273924 0.8726075 1.94132e-5 0.049088 0.9508926 0.002307116 0.007680475 0.008508205 0.9815042 0.04446941 0.003916263 0.05239886 0.8992154 8.4716e-4 0.01595836 0.01983386 0.9633605 1 0.4029808 0.3594455 0.1699421 7.44919e-4 0.05825287 0.008633673 0.1686348 0.2841126 0.2083541 0.08066719 6.40299e-4 0.2575908 0.01048117 0.2104663 0.2669658 0.06144303 0.03988927 0.4107543 1.34298e-4 0.06275707 0.2193878 0.1579608 0.02491283 0.01658278 0.04805839 0.1026676 0.3675382 9.70013e-4 0.01188266 0.334281 0.3095048 3.37296e-4 0.02150511 0.2439317 0.02922475 0.04836261 0.003127932 0.01185995 0.06306046 0.3339425 0.03319603 0.01260322 0.02309912 0.1455793 0.01582711 0.3577041 0.0335865 0.4550701 0.4207463 0.07133269 0.01926434 0.0154981 0.2244647 0.2524822 0.08817136 2.1039e-4 0.07336777 0.1497011 0.007700264 0.1884039 4.34038e-4 0.01063394 0.2439932 0.2739178 0.03116923 6.83131e-5 0.02705419 0.3816719 0.03105729 6.78328e-5 0.04061478 0.1582223 0.1823481 0.0375415 0.02791482 0.03850501 0.06512665 0.4496588 0.0164594 0.2280945 0.2769715 0.03205645 0.05031532 0.3937195 0.002383053 8.64543e-5 0.047876 0.2495114 0.198301 0.05857115 0.002627193 0.07232743 0.1414427 0.2292565 0.1278142 0.001614451 0.8705713 0.1747952 0.001187682 0.8240172 0.001878738 3.72366e-5 0.1135671 0.001533508 0.8829833 2.51463e-6 0.1525515 0.8474459 1.65501e-4 4.50129e-6 0.07819342 0.001904666 0.9197319 0.1398504 0.001817822 0.8583317 0.1981949 0.001478075 0.800327 0.141181 0.001815021 0.857004 0.2198516 0.001648724 0.7784996 0.1335623 0.001024127 0.8654135 0.1231873 8.31086e-4 0.8759817 0.4189335 0.001815021 0.5792514 0.194126 0.001703083 0.8041709 0.1387814 8.28657e-4 0.8603899 0.1492165 0.001870572 0.848913 0.1463065 0.001652181 0.8520412 0.1712223 7.02181e-4 0.8280755 0.2393445 0.001439273 0.7592162 4.1671e-4 0.2351216 0.4107462 0.1493047 0.01192677 0.1924838 0.002411782 0.4975287 0.3833428 5.69978e-4 0.1147581 0.001388549 0.02418678 0.01585042 0.7399834 0.09810584 0.01464223 0.1072312 0.001251697 0.290048 0.5130727 0.1229588 0.01674568 0.05592298 0.03199779 0.4297286 0.3835936 0.15468 0.04471457 0.3020226 0.2333839 0.158771 0.2611079 0.02853262 0.3640273 0.5168696 0.007574677 0.08299565 0.9972499 0.002750098 1 1 1 1 1 1 1 0.9999991 9.22428e-7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999902 9.81529e-6 1 1 0.9972499 0.002750098 1 1 1 0.9958805 0.004119515 0.998623 0.001376926 1 1 1 1 0.9958805 0.004119515 0.998623 0.001376926 0.997936 0.002063989 0.9993111 6.88957e-4 1 1 1 1 1 1 1 1 1 0.9988226 0.001088917 8.84912e-5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999999 1.45658e-7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.05620187 0.4307187 0.2051014 0.1942456 0.07377904 0.03995323 0.4689446 0.01427584 0.08250945 0.1060678 0.1172361 0.02508509 0.185881 0.1833604 0.3638888 0.02181452 0.1492823 0.06285452 0.001229405 0.2175698 0.3569781 0.1214271 0.01733791 0.2284738 0.01580733 0.2599757 0.5276535 0.003157377 0.3128976 0.1562914 0.7053038 0.2946962 0.7488108 0.2511892 0.8187319 0.181268 0.6595587 0.03512954 0.02230298 0.2830088 0.8394894 0.1605106 0.6165208 0.3172973 0.06618189 0.7523577 0.07012039 0.1775218 0.1682039 0.1671049 0.05198878 0.2916174 0.3210851 0.5 0.5 0.4058634 0.03322935 0.3738296 0.1870777 0.5071389 0.4928612 0.001326024 0.3885154 0.06226348 0.2025319 0.3453631 0.09224414 0.2506892 0.07433539 0.2566813 0.3260498 0.03298389 0.2703904 0.2822116 0.2749252 0.1293406 0.01014816 0.2841874 0.2927676 0.3023691 0.08490544 0.03577035 0.005170702 0.285224 0.3226039 0.3050181 0.03484839 0.04713487 0.2161666 0.2482995 0.3581334 0.04028779 0.1371124 0.1239016 0.3023435 0.4388118 0.0399419 0.0950011 0.07132554 0.3677724 0.4783663 0.04195618 0.04057949 0.5343111 0.4656889 0.5349532 0.4650468 0.03376251 0.3836682 0.5825693 0.5622754 0.03819829 0.1179441 0.2815821 0.8564683 0.1435316 0.01496833 0.9132113 0.07182031 0.8099434 0.1900565 0.8066714 0.1933286 0.8320584 0.1679416 0.8602629 0.1397371 0.8643119 0.1356881 0.8710265 0.06495672 0.06401669 0.87948 0.02847641 0.09204357 0.9427531 0.03729021 0.01995658 0.9252731 0.07472687 0.950143 0.04985696 0.9503045 0.04969543 0.979442 0.02055799 0.007751882 0.9922481 1 1 0.007752597 0.9922473 1 1 1 0.9333181 0.06668192 1 0.7683134 0.2316866 0.878169 6.55392e-6 0.1218244 0.8385859 0.161414 0.8849995 3.73839e-5 0.1149631 0.7680017 0.03517192 0.09950852 0.0340079 0.0633099 0.8847455 0.03788113 0.03819584 0.03917741 0.8232975 0.03770428 0.07112997 0.06786823 1 1 0.8949001 0.1050999 0.9411765 0.05882352 0.9479184 0.05208164 0.9018058 0.09819418 0.9556701 0.04432988 0.9411765 0.05882352 1 1 1 1 1 0.960204 0.03979599 0.9888513 0.01114881 0.9639293 0.0360707 0.9639293 0.0360707 0.9888513 0.01114881 1 1 1 1 1 0.9846154 0.01538461 0.9782413 0.02175867 0.9934259 0.006574094 1 0.9934259 0.006574094 0.9934259 0.006574094 1 0.9846154 0.01538461 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999994 6.01872e-7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9869376 0.01306235 0.9947194 0.005280554 0.9942346 0.005277991 4.8737e-4 0.9864603 0.01353961 1 1 0.9894013 0.01059871 0.9894013 0.01059871 0.5905182 0.4094818 1 1 1 1 1 1 1 1 1 1 1 0.6332612 0.3309733 0.03576552 0.5890266 0.3921023 0.01887118 0.7294774 0.2246717 0.04585099 0.6142879 0.3645942 0.02111798 0.5885855 0.3925574 0.018857 0.6332612 0.3309733 0.03576552 0.7958045 0.14398 0.06021559 0.7178156 0.2299169 0.05226749 0.7184063 0.2301061 0.05148756 0.7958045 0.14398 0.06021559 0.6332612 0.3309733 0.03576552 0.5885855 0.3925574 0.018857 0.6142879 0.3645942 0.02111798 0.7294774 0.2246717 0.04585099 1 1 0.7427199 0.003320872 0.1927334 0.06122583 0.8512542 7.73972e-5 0.001268684 0.1473996 0.9572229 0.001426637 0.0413503 0.8603072 0.002884984 0.08361846 0.05318933 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.960204 0.03979599 1 1 1 1 1 1 1 1 0.6178295 0.1149558 0.05048859 0.2167262 0.8075757 0.03922235 0.1532018 1 0.9088884 0.0911116 0.6666667 0.3333333 0.6666667 0.3333333 0.8 0.2 0.4 0.4 0.2 0.3333333 0.6666667 0.2857143 0.1428571 0.5714286 0.6894948 0.04690527 0.2635999 0.5 0.5 0.8716399 0.03122234 0.09713768 0.6552673 0.1450949 0.03637146 0.1632661 0.704376 0.1168041 0.07819467 0.1006251 0.9145426 0.07140409 0.01405322 1 0.2453765 2.36484e-4 0.009493708 0.7448932 0.3333333 0.6666667 1 0.5 0.5 0.6146843 0.2265321 0.04170083 0.1170827 1 0.8265058 0.1734942 5.22685e-5 0.9999478 0.187898 0.8121019 5.54705e-6 1.51382e-4 0.999843 0.5 0.5 0.7184063 0.2301061 0.05148756 0.7958045 0.14398 0.06021559 0.6332612 0.3309733 0.03576552 0.5885855 0.3925574 0.018857 0.6142879 0.3645942 0.02111798 0.7294774 0.2246717 0.04585099 0.6235662 0.3481528 0.02828097 0.6240876 0.3717294 0.002024233 0.002158701 0.803063 0.1969369 0.7490125 0.2509874 0.8978817 0.1021183 0.8630856 0.1369143 0.9402078 0.05979222 0.9509088 0.04909116 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.3637893 0.6362107 0.2779411 0.722059 0.4935147 0.5006397 0.005845546 0.4864704 0.5067543 0.006775319 0.1436095 0.851281 0.005109429 0.1419025 0.8528674 0.005230069 0.4575939 0.5336074 0.008798718 0.4567025 0.5356215 0.007675945 0.5267402 0.3904932 0.08276653 0.5359575 0.3923461 0.0716964 0.5892014 0.3734439 0.0373547 0.5732291 0.3975322 0.02923858 0.5519008 0.3882966 0.05980259 0.539972 0.4181374 0.04189068 0.2714468 0.267831 0.008587002 0.3341084 0.1097146 0.008312046 1 1 0.7718283 0.2245318 0.003639817 0.001883089 0.9981169 0.001289784 0.9987102 0.001074194 7.79755e-5 0.001859009 0.03917533 0.9578135 0.00200963 0.03274774 0.9652426 2.62545e-5 8.27448e-4 0.05465549 0.9444909 0.001003682 0.00197643 6.16027e-5 0.001277148 0.03695553 0.9587255 0.00122106 0.1018109 0.8969681 0.001805603 0.0791732 0.9190211 0.001259803 0.1084642 0.890276 0.001514196 0.1305452 0.6093624 0.2563883 0.001246273 9.43562e-4 0.1137136 0.6076869 0.2761813 0.001340031 0.001078128 0.005458652 0.2234015 0.6630725 0.1078346 2.32659e-4 0.003995835 0.2115687 0.6659107 0.1181923 3.32408e-4 0.7480514 0.2020322 0.0499165 0.7004238 0.254766 0.04481011 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.07692307 0.6153846 0.3076923 0.976594 0.02340602 0.9856745 0.01432549 0.2569016 0.685994 0.05710434 0.2654753 0.696907 0.0376178 0.7134755 0.2853902 0.001134157 0.712707 0.2850828 0.002210259 0.2496407 0.6241019 0.1248204 0.001437067 0.2493007 0.6232519 0.1246504 0.002796828 0.1247634 0.6238174 0.2495269 0.001892149 0.1245338 0.6226694 0.2490677 0.003728926 0.1248638 0.2497276 0.6243192 0.001089334 0.1247309 0.2494618 0.6236547 0.002152502 0.25 0.125 0.625 0.25 0.125 0.625 0.8333334 0.1666666 0.8333334 0.1666666 0.00835365 0.9738389 0.01780742 0.2044752 0.7173671 0.07815766 0.1754667 0.7645291 0.06000411 0.7116162 0.2846465 0.00373727 0.2490933 0.6227333 0.1245467 0.003626763 0.1245369 0.6226848 0.2490739 0.003704369 0.1247309 0.2494618 0.6236547 0.002152502 0.25 0.125 0.625 0.8333334 0.1666666 0.6044454 0.3119137 0.08364087 0.6075823 0.3365249 0.0558927 0.6403806 0.3489575 0.01066178 0.4442362 0.5503098 0.005453944 0.6408516 0.3591485 0.4196518 0.5803482 0.4476419 0.5280308 0.02432739 0.6351309 0.3257635 0.03910565 0.3736317 0.6263684 0.6223581 0.3776418 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.0407536 0.6520581 0.3071882 0.03999996 0.64 0.32 0.03999996 0.32 0.64 0.03999996 0.32 0.64 0.03999996 0.64 0.32 0.03999996 0.64 0.32 0.03999996 0.32 0.64 0.04022055 0.3162501 0.6435293 0.04022055 0.6380147 0.3217647 0.03999996 0.64 0.32 0.1111111 0.8888889 0.1122174 0.8877826 0.03669226 0.2935382 0.467962 0.2018075 0.03571426 0.2857143 0.3928571 0.2857143 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 0.3333333 0.6666667 1 0.3383368 0.6616632 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.04869091 0.7790554 0.1722536 0.04761904 0.1904762 0.7619048 0.8 0.2 0.8 0.2 0.04761904 0.7619048 0.1904762 0.04793196 0.1851561 0.7669119 0.8 0.2 0.8 0.2 0.05944401 0.9405559 0.04793196 0.76034 0.1917279 0.8 0.2 0.8 0.2 0.3104814 0.3104814 0.3790373 0.9890311 0.0109688 0.1045631 0.2587852 0.5556623 0.08098942 0.3138876 0.3722247 0.3138876 0.9882079 0.01179206 0.4712423 0.5287576 1 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.09090906 0.7272728 0.1818181 0.09090906 0.1818181 0.7272728 0.06331044 0.9366895 1 1 0.6840316 0.3159683 1 0.2048294 0.4096589 0.3855118 0.25 0.25 0.5 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 1 1 1 1 0.6666667 0.3333333 0.6666667 0.3333333 0.09134054 0.7307243 0.1779351 0.08945184 0.1789037 0.715615 0.01602935 1 1 1 1 0.2174527 0.2174527 0.5233454 0.04174906 0.1838572 0.4498233 0.3663195 1 1 0.6239153 0.2889224 0.08716225 0.3010169 0.1435149 0.5554682 0.9579855 0.02528196 0.01673251 0.7031629 0.02102839 0.2758087 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.09090906 0.7272728 0.1818181 0.1111111 0.8888889 0.1300074 0.8699926 0.06188368 0.9381163 1 1 1 1 0.25 0.5 0.25 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 1 1 1 1 0.6666667 0.3333333 0.6666667 0.3333333 0.09235358 0.7229393 0.1847072 0.1135361 0.8864639 1 1 1 1 0.2856817 0.6729831 0.04133522 1 0.6316888 0.2698376 0.09847354 0.9912157 0.008784294 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.09090906 0.7272728 0.1818181 0.09090906 0.1818181 0.7272728 0.08492082 0.9150792 0.1191218 0.8808782 1 1 1 1 0.25 0.5 0.25 0.25 0.25 0.5 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 1 1 1 1 0.6666667 0.3333333 0.6666667 0.3333333 0.08977711 0.01245123 0.7182173 0.1795543 0.0903331 0.1870019 0.722665 1 1 1 1 1 0.6363803 0.1404156 0.223204 0.9796677 0.02033227 0.6774117 0.2010331 0.1215552 0.04166662 0.1666666 0.375 0.4166667 0.7746512 0.1812121 0.04413658 0.1405183 0.05037838 0.8091033 0.044842 0.8357632 0.1193947 0.4130907 0.008411645 0.5784977 0.2255728 0.6643489 0.1100783 0.02680712 0.9731929 0.05281549 0.9471845 0.9369748 0.06302523 1 1 1 1 1 1 1 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 0.8997278 0.06218516 0.008618474 0.02946859 0.7879377 0.1233463 0.08871597 0.5323542 0.03757792 0.4288717 0.001196086 0.5288888 0.09986138 0.3712499 0.5455555 0.1038863 0.3505582 0.6768428 0.253912 0.005149722 0.06409549 0.6502029 0.3158443 0.0103321 0.02362054 0.6397007 0.3130466 0.03719234 0.01006036 0.6052219 0.2893575 0.104317 0.001103579 0.6007841 0.3992159 0.5821399 0.4178601 0.7240462 0.2759538 0.7447041 0.1506175 0.1046783 0.6810215 0.3189784 0.6666667 0.3333333 0.5 0.5 0.5874573 0.4125428 0.5755934 0.3807739 0.01018273 0.03344994 0.5293341 0.4470935 0.02357232 0.5365502 0.4312249 0.0214101 0.01081484 0.5170519 0.4248863 0.05367267 0.004389107 0.4897529 0.3990752 0.1107894 3.82439e-4 0.4356493 0.364436 0.1999146 0.356368 0.09556406 0.0385918 0.2407442 3.82184e-5 0.004441797 0.2642518 0.5515801 0.4459742 0.002445638 0.523755 0.002950549 0.3153902 0.1579042 0.586553 9.96451e-6 0.3928757 0.002456903 0.01810419 0.5005521 0.4994479 0.5005521 0.4994479 0.6268605 0.3731395 0.5 0.5 0.9083874 0.07548469 0.01295042 0.003177464 0.763727 0.179323 0.05615365 7.96252e-4 0.614886 0.385114 0.005144178 0.3977327 0.1728366 0.09773176 0.3265547 0.002049803 0.4361433 0.2320495 0.02559107 0.3041662 0.1717181 0.2291739 0.08554726 0.2089142 0.005443811 0.003113269 0.2960892 0.06254494 0.3152985 0.09006541 0.229479 9.03906e-4 2.853e-4 0.3014228 0.006505012 0.4133384 0.1207661 0.149056 6.02882e-5 1.85332e-4 0.3100887 0.4413704 0.3120024 0.2466271 0.8334713 0.1184653 0.04806327 0.7837116 0.1595032 0.05678516 0.9097474 0.0679503 0.0140599 0.007913827 3.28409e-4 0.7545912 0.05949729 0.0117681 0.1741434 0.6302394 0.05359858 0.006721138 0.3094408 0.7614578 0.02155798 0.2141743 0.002809822 0.5713069 2.80397e-6 0.3956748 0.03301554 0.4734778 0.08977174 0.009830415 0.1318627 0.01134544 0.1750018 0.1087099 0.4739379 0.09457933 0.03294944 0.2063665 5.90923e-5 0.01602947 0.1760782 0.619329 0 0.001520037 0.3005825 4.31359e-4 0.07813698 0.6835693 0.003088414 0.2879994 0.01295286 0.01238989 0.6418331 1.82356e-5 0.3265817 0.03156697 0.640685 3.58888e-4 0.3408847 0.002989113 0.01508229 0.1131584 0.2296984 7.59806e-4 0.1787044 0.03127366 0.1460807 0.1759868 0.1243376 0.1846407 0.237811 0.004123985 0.2001172 0.02006596 0.1277671 0.1065865 0.1188874 0.001166045 0.8203277 0.07827365 0.08000171 0.00210613 0.01812463 0.4394379 3.73013e-4 0.2439253 0.3162639 0.3752576 1.69281e-4 0.3397225 0.2848507 0.01371079 0.2938498 5.89794e-4 0.0729441 0.04742491 0.3521119 0.1825998 0.03676867 0.1111439 0.2420023 3.36648e-4 0.02603155 0.04539597 0.2827751 0.2824311 0.009883165 0.001926839 0.3074579 5.48636e-4 0.0755304 0.05607581 0.3754211 0.1295622 0.05347692 0.4155249 4.36274e-4 0.2359445 0.3480942 0.1997299 4.07789e-4 0.2372997 0.4800093 0.08028453 0.002268552 0.2266241 1.88319e-4 0.2858639 0.4015066 0.0832144 0.002602577 7.67289e-4 0.2088699 5.41955e-4 0.02521467 0.586534 0.09160834 0.08646363 4.45293e-4 0.1882598 5.61472e-4 0.02663594 0.4860184 0.08251559 0.2155632 0.1794159 0.04776239 0.6319703 0.09771674 0.04313457 0.1804994 4.61093e-4 0.192553 0.5404876 0.0848754 0.001123309 0.1950825 5.21451e-4 0.1313011 0.581245 0.09147733 3.72681e-4 0.05527818 0.03990972 0.3905547 0.4479387 0.0658794 4.39241e-4 0.09239894 0.07092827 0.3450981 0.4187989 0.07250916 2.66455e-4 0.001170337 0.02138638 0.4221503 0.5145225 0.03159415 0.008708834 4.6747e-4 0.0133078 0.02940052 0.414052 0.5033805 0.03760176 0.001849591 4.07754e-4 0.02855432 0.03117424 0.4147511 0.4688291 0.05626124 4.30011e-4 0.0344066 0.0300005 0.4074268 0.4755305 0.0522136 4.21904e-4 0.003668963 0.07423543 0.5063668 0.412177 0.003551721 0.005239963 0.07436311 0.4986752 0.4180771 7.86082e-4 0.002858459 3.55422e-4 0.07903748 0.5444517 0.3734157 0.002739608 0.07351016 0.5142475 0.4085038 0.003738403 0.07130765 0.5240208 0.4010028 0.003668725 0.2996969 0.3929421 0.3073611 0.2227382 0.2965229 0.3948972 0.0835973 0.002244293 0.1051559 0.1044837 0.4035248 0.3308765 0.05590307 5.60004e-5 0.1966164 0.5325069 0.1882625 0.05860161 0.009553611 0.01445883 0.004250645 0.3072357 0.5216219 0.06664234 0.05856835 0.02390718 0.01777368 0.004716813 0.3192492 0.5103647 0.06880289 0.06451833 0.02510607 0.007241785 0.6499562 0.01338142 0.332659 0.004003345 0.8406039 0.009002208 0.01297986 0.1333554 0.00405848 0.005290091 0.402486 0.2512041 0.06207561 0.278944 0.05320543 0.2896998 0.08496606 0.2127574 7.29289e-4 1.72948e-4 0.358469 0.01016837 0.4374524 0.1272067 0.09954714 1.26033e-4 5.70433e-5 0.3254421 0.2390585 0.1726618 0.06907731 0.2192466 0.005473017 0.006825983 0.2876566 0.001553058 0.5302955 0.1568913 0.04454332 3.20286e-6 0.2667135 0.004248797 0.4459421 0.1410452 0.1234304 2.55149e-5 1.44232e-4 0.2851637 0.5303641 0.1969411 0.0100221 0.2626726 0.4937915 0.19093 0.02180081 0.2934776 0.5025522 0.2381228 0.00316447 0.2561604 0.6888613 0.1973456 4.92395e-5 3.33734e-4 0.1134102 0.6112114 0.1780865 7.72083e-6 2.97109e-4 0.2103973 0.5773903 0.2143679 0.2082418 0.5864829 0.2317902 0.1817268 0.6617223 0.2035883 0.1346893 0.7664934 0.1145849 0.00374937 0.02513509 1.15272e-4 0.00235331 0.08756852 5.88548e-4 0.6842389 0.1235395 0.01037323 0.002470493 6.87923e-4 0.002170264 0.1759311 0.005386412 0.8248957 0.01817589 0.005526542 0.03106808 0.05494171 0.002907454 0.05709809 0.02532267 0.7184512 0.04687464 0.01425266 0.01652294 0.05974054 0.003448426 0.1153867 0.00128293 0.577277 3.91907e-4 0.001124739 0.06235909 0.2822055 0.00287342 0.07248514 0.3735816 5.28646e-4 3.35928e-4 0.09103924 0.5208215 0.01369297 0.002274692 0.4381164 4.81948e-4 0.02663898 0.06258529 0.3674694 0.04348433 0.05894887 1.262e-5 0.6246918 2.23224e-4 0.06464564 0.2614906 0.001224637 0.04771143 0.5453633 3.93843e-4 0.1417441 0.3078876 0.004611134 0.3862153 6.83361e-4 0.1518483 0.4612529 0.01102036 0.5401194 0.1186982 0.08824235 0.001129984 7.4469e-4 0.240045 0.02259206 0.3911638 0.108736 0.2059811 0.001011073 1.35721e-4 0.2703801 0.097759 0.5362805 0.08255058 0.05965566 0.007916569 0.04082322 0.002071082 0.1729433 0.1201099 0.3342934 0.1008511 0.1685661 0.001741588 0.01399523 2.95167e-4 0.2601475 0.2083714 0.3180303 0.02089661 0.1067348 0.02054142 0.1376692 0.07951605 0.10824 0.8133411 0.1556442 0.006028771 0.02498579 0.847209 0.1366136 4.45799e-4 0.009310424 0.006421089 0.9488573 0.03285562 3.73726e-5 0.01037746 0.007872164 0.7504872 0.1993557 0.01751637 0.03264063 0.7722107 0.1774202 0.03249377 0.01787537 0.7733387 0.1640631 0.05933594 4.25236e-4 9.57632e-6 0.002827405 0.8029826 0.1065974 0.08614873 0.001105546 1.06852e-5 0.003154814 0.7170132 0.218594 0.06439286 0.5647916 0.2805302 0.1546782 0.4083231 0.3855254 0.2061514 0.7665756 0.227331 0.006093263 0.7285358 0.07118427 0.001809179 0.04027849 0.1581922 0.5946638 0.08560913 0.003668844 0.03291881 0.2831394 0.7889332 0.1844425 0.01124739 0.0153768 0.7316385 0.2223746 0.04598683 0.6613244 0.3159406 0.02273505 0.795804 0.1439803 0.06021559 0.7184063 0.2301061 0.05148756 0.7184063 0.2301061 0.05148756 0.7957816 0.1440045 0.06021386 0.6345294 0.3296335 0.03583711 0.5885855 0.3925574 0.018857 0.6142879 0.3645942 0.02111798 0.7294774 0.2246717 0.04585099 0.4383337 0.355005 0.2066612 0.6227615 0.2485055 0.1287329 0.00659275 0.3010913 0.5348232 0.08065962 0.04641652 2.87745e-4 0.0101127 0.02001607 0.8661267 0.0785315 0.009756088 0.04304641 0.002539277 0.8799857 0.0424776 0.0183416 0.05919504 0.7868562 0.08444744 0.1213332 0.00736308 0.591725 0.02116847 0.3871065 0.9960079 4.58525e-5 0.003946304 0.9229517 0.07034492 0.006703317 0.7539744 0.2460256 0.8381422 0.03677141 0.1249364 1.50075e-4 0.6448554 0.3551446 0.686583 0.08329868 0.2301182 0.7914197 0.06129622 0.147284 0.788496 0.08462339 0.1220977 0.004782795 0.5914979 0.02116036 0.3873417 0.9286428 0.07119089 1.6628e-4 0.8 0.2 0.6666667 0.3333333 0.753772 0.246228 0.8877596 0.1122404 0.8559197 0.06247967 0.0816006 0.8390727 0.0564047 0.08085167 4.42853e-4 2.95229e-4 0.02293282 0.8220095 0.05647683 0.08965057 5.88806e-5 0.002017557 9.2355e-6 0.02977734 0.6482638 0.2286797 0.1230565 0.5276365 0.2960147 0.1763488 0.7543242 0.2456758 0.6 0.4 0.729266 0.270734 0.6816505 0.1564778 0.1618716 0.6061285 0.1236649 0.2702065 0.6828255 0.1345313 0.1826432 0.611527 0.1213983 0.2670748 0.002047002 0.1378455 0.3786886 0.2781795 0.05110377 0.1521354 0.01052701 0.1339163 0.4374924 0.1727735 0.07768541 0.1676053 0.02274584 0.01031064 0.1605588 0.568184 0.2381228 7.77634e-5 0.002339839 0.09955132 0.08071535 0.4578463 0.2613018 0.09824532 0.1804546 0.01779383 0.4434742 0.3375042 0.01842671 0.002346336 0.1134416 0.0318799 0.4723828 0.3019162 0.08037936 9.14641e-4 0.08895093 0.06452029 0.4709492 0.2709017 0.1037631 0.2020274 0.03429317 0.4109843 0.3467977 6.64729e-4 0.005232453 0.5503805 0.09629029 0.3533292 0.5407592 0.09653598 0.3627049 0.5503287 0.1100175 0.3396537 0.5581414 0.1144686 0.32739 0.703354 0.2093675 9.05018e-4 0.0863735 0.6920201 0.1979004 0.002671301 0.1074081 0.6206184 0.3197854 0.005451261 0.05414491 0.6789692 0.139119 0.1819117 0.6752558 0.1342648 0.1904795 0.6086974 0.1208634 0.2704391 0.6036899 0.1209501 0.2753601 0.6081663 0.1257286 0.2661051 0.6187752 0.123406 0.2578188 0.6805602 0.1619387 0.1575011 0.6855165 0.1449699 0.1695136 0.5164201 0.005185186 0.4768475 0.001547038 0.5948147 0.005972325 0.3947907 0.004422187 0.001583158 0.07666325 0.7788129 0.02976208 0.03342998 0.07974845 0.01478558 0.04446917 0.9008887 0.03985643 0.005720257 0.05755835 0.8105127 0.03068083 0.03446197 0.06106573 0.05929297 0.07330858 0.1181139 0.6981617 0.05112284 0.03305298 0.03900772 0.8469254 0.08101379 0.007131755 0.991813 0.00105524 1 0.01093828 0.9888588 2.02921e-4 0.01021617 0.9897838 1 1 0.9976738 0.00232613 0.9574825 0.04251754 0.9518945 0.04256081 0.005544722 0.979695 0.02026289 4.2135e-5 0.9990832 6.24402e-4 2.92401e-4 0.976535 0.02346497 0.9980512 0.001948773 0.8979985 0.1020015 7.17878e-4 0.007428944 0.007613062 0.3316636 0.6076093 0.04496711 0.3397609 0.6346287 0.02561038 0.321305 0.6216972 0.05699771 0.003708779 0.001560568 0.3226295 0.61672 0.055381 0.001963019 0.016438 0.01665389 0.3285371 0.5845791 0.05182874 0.0374149 0.6014904 0.3181822 0.02872347 0.01418894 0.1000536 0.5661162 0.2985621 0.02621245 0.009055614 0.06789487 0.5788007 0.3049209 0.03199058 0.01639282 0.04374605 0.5942992 0.3122022 0.03459668 0.01515579 0.0309745 0.6187762 0.3226536 0.01798927 0.009606361 0.01335549 0.3255575 0.5970917 0.06279188 0.001203358 0.02623689 0.3544742 0.5346435 0.08462971 1.56195e-5 0.0177344 0.3279945 0.5752255 0.07859873 4.46789e-4 0.004463136 0.1202459 0.5259569 0.2861208 0.005851149 0.05736202 0.01435935 0.1457382 0.5214188 0.2966837 0.02179986 0.009266078 0.2678791 0.1127906 0.4637839 0.06750494 0.07877522 0.00729978 0.1734529 0.248335 0.4466547 0.0334863 0.09077113 0.9165118 0.07687419 0.00661391 0.04190337 0.919688 0.01537781 0.02303075 0.8924396 0.107462 9.84215e-5 0.9951176 0.004882395 0.0315212 0.00458908 0.9141148 0.04977482 0.09504657 0.05419188 0.05744165 0.7752749 0.01804494 0.1089857 0.1483277 0.6523341 0.09035247 0.2046947 0.1777899 0.1799358 0.4047188 0.007625401 0.02523529 0.8390955 0.1609032 1.27175e-6 0.6399985 0.3600015 0.8711605 0.1288395 0.6330524 0.3669476 0.9759364 0.02406352 0.6864959 0.3135042 0.897444 0.102556 0.6473235 0.3526766 0.9184707 0.08152925 0.6639804 0.3360196 0.9587584 0.03941446 0.001827001 0.9995264 4.73665e-4 0.9940866 0.004165351 0.001747965 0.9601578 0.03984218 0.9444357 0.05556434 0.8775616 0.1221799 2.58493e-4 0.6528286 0.347069 1.02324e-4 0.9826624 0.0167433 5.94255e-4 0.966066 0.0315088 0.002425193 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6894679 0.3105321 0.6666667 0.3333333 0.6666667 0.3333333 0.6818487 0.3181514 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.002276718 0.0814954 0.4889726 0.2642643 0.1629908 0.001663982 0.07956689 0.4843737 0.2689124 0.1654829 0.00239098 0.1408067 0.2856007 0.5712015 0.004214763 0.142255 0.2845101 0.5690202 0.004214763 0.142255 0.5690202 0.2845101 0.00239098 0.1408067 0.5712015 0.2856007 5.19127e-4 0.1403489 0.2863773 0.5727546 0.1428571 0.2857143 0.5714286 0.1428571 0.5714286 0.2857143 5.19127e-4 0.1403489 0.5727546 0.2863773 0.3301112 0.6698887 0.3317221 0.6682779 0.1429703 0.8454831 0.01154649 0.3067163 0.6932837 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.337424 0.662576 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6638464 0.3361536 0.3179731 0.6774292 0.004597663 0.04272562 0.9572743 0.006429195 0.6579135 0.3356573 0.1513408 0.8486592 0.003578126 0.661179 0.3352429 0.2547945 0.7452055 0.334258 0.665742 0.2976416 0.7023584 0.292281 0.707719 0.3107526 0.6892474 0.2665828 0.7334173 0.2971402 0.6963164 0.006543457 0.004334151 0.6943537 0.301312 0.3395175 0.6519917 0.008490681 0.007685542 0.7115365 0.2807779 0.3202832 0.6797168 0.00166887 0.6809079 0.3174232 0.3050587 0.6949412 0.7042375 0.2957625 0.2857143 0.7142857 0.6808511 0.3191489 0.2968548 0.7031452 0.6759443 0.3240557 0.002656102 0.09507662 0.6655364 0.1416543 0.09507662 0.004913747 0.1658477 0.1658477 0.6633908 0.7272728 0.2727273 0.7156639 0.284336 0.004913747 0.1658477 0.6633908 0.1658477 0.1666666 0.1666666 0.6666667 0.7564662 0.2435339 0.7449334 0.2550666 0.1990465 0.8009535 0.1666666 0.6666667 0.1666666 0.717756 0.282244 0.7315493 0.2684506 0.02531176 0.5993512 0.1501348 0.2252022 0.1487008 0.8512992 0.0255922 0.6107897 0.2106736 0.1529445 0.1488865 0.8511135 0.02056646 0.6787288 0.3007046 0.16641 0.83359 0.7545238 0.2454761 0.763034 0.236966 0.01170754 0.9511443 0.03714811 0.07361173 0.9174569 0.008931457 0.04541039 0.9152351 0.0393545 0.1290228 0.8668074 0.004169702 0.2773076 0.7225465 1.45822e-4 0.228447 0.7714028 1.50206e-4 0.2765691 0.7234309 0.934275 0.06572496 0.9429234 0.05707657 0.8917792 0.1082208 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.005728244 0.2315403 0.5481567 0.1235906 0.09098404 0.00608325 0.278847 0.1414297 0.565719 0.00792098 0.3417695 0.6582306 1 1 0.08108246 0.9126874 0.006230056 0.1107575 0.8818896 0.007352769 0.01749557 0.9511486 0.03135573 0.02868729 0.9385753 0.03273737 0.1500978 0.8410292 0.008873045 0.1312001 0.8635358 0.005263984 0.03366267 0.925371 0.04096627 0.07414609 0.9114055 0.0144484 0.01639419 0.4055622 0.2083536 0.2334667 0.1362233 0.02463883 0.5425286 0.1388512 0.2777023 0.01627904 0.4525694 0.5474306 0.4920635 0.5079365 0.03225803 0.967742 0.01496857 0.9850314 0.334258 0.665742 0.2547945 0.7452055 0.449467 0.550533 0.4561088 0.5438912 0.5052006 0.4947994 0.5079365 0.4920635 0.6759443 0.3240557 0.6808511 0.3191489 0.2529525 0.7470475 0.2403649 0.759635 0.5335426 0.4664574 0.5399683 0.4600318 0.006816029 0.2385569 0.5566329 0.118475 0.07951897 0.00829035 0.2833456 0.1416728 0.5666912 1 1 0.7276619 0.2723382 0.7396664 0.2603335 0.0143879 0.4680932 0.1170233 0.3776296 0.02002161 0.002844274 0.01111251 0.3726758 0.2943012 0.2008515 0.1210588 0.2274876 0.7066221 0.03555208 0.03033828 0.2334884 0.7570019 0.009509623 0.02891391 0.6999174 0.2152978 0.03393381 0.02193683 0.01701945 0.4541801 0.1399198 0.2213334 0.1675471 0.04882752 0.9126063 0.005129933 0.03343623 0.0291534 0.6964535 0.1244593 0.1499338 0.2458023 0.7541977 0.404692 0.595308 0.4410816 0.5589183 0.2918015 0.7081984 0.2774851 0.7225149 0.3041717 0.6958283 0.4570484 0.5429517 0.9255557 0.07444423 0.9301502 0.06984984 0.893917 0.1060829 0.8940093 0.1059907 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.001425445 0.2808009 0.5742189 0.1435547 0.001057446 0.3280094 0.6709331 0.3436283 0.6563717 0.3449816 0.6550185 1 1 0.1507255 0.848086 0.001188337 0.1353179 0.8622943 0.002387702 0.05319404 0.9219781 0.02482789 0.04834735 0.92426 0.02739262 0.115453 0.8812647 0.003282308 0.04007279 0.9176398 0.0422874 0.0607416 0.9392584 0.05901348 0.9409865 0.01205515 0.5578858 0.286706 0.143353 0.01351422 0.6517176 0.3347682 0.4633697 0.5366303 0.487405 0.512595 1 1 0.3107526 0.6892474 0.2665828 0.7334173 0.5197968 0.4802032 0.4968156 0.5031844 0.5346963 0.4653037 0.5472103 0.4527897 0.004526734 0.7252086 0.2702646 0.007997989 0.7404626 0.2515395 0.3145187 0.6838054 0.001675963 0.3353792 0.6565746 0.008046209 0.5512572 0.4487428 0.5651307 0.4348692 0.2851659 0.5718673 0.1429668 0.3320729 0.6679271 1 1 0.7313297 0.2686703 0.7381743 0.2618256 0.01002293 0.5201953 0.4697819 0.00834006 0.4651397 0.3807725 0.1457475 0.2935968 0.7064032 0.2792632 0.7207368 0.03386443 0.6895697 0.2765657 0.03271996 0.7011845 0.2222052 0.04389023 0.06021898 0.939781 0.05517387 0.9448261 0.2356979 0.764302 0.4282311 0.5717689 0.2865584 0.7134416 0.8980827 0.1019173 0.8995149 0.100485 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.003893613 0.2813522 0.5718033 0.1429508 0.002023875 0.2812765 0.1433399 0.5733597 0.3427877 0.6572123 0.3442775 0.6557226 1 1 0.1103498 0.8856995 0.003950655 0.09782606 0.8986195 0.003554344 0.02973347 0.9312348 0.03903168 0.03036129 0.9278463 0.04179245 0.07404816 0.9259518 0.06884557 0.9311544 0.02119034 0.5534753 0.2835562 0.1417781 0.01587593 0.5561164 0.1426692 0.2853385 0.4796582 0.5203418 0.4772582 0.5227419 1 0.001956939 0.9980431 0.292281 0.707719 0.2976416 0.7023584 0.4920635 0.5079365 0.4842624 0.5157376 0.5239165 0.4760835 0.5115346 0.4884654 0.7098739 0.2901262 0.001681745 0.6861755 0.3121426 0.3050587 0.6949412 0.3202832 0.6797168 0.5645496 0.4354504 0.5711486 0.4288514 0.004214763 0.2845101 0.5690202 0.142255 0.2857143 0.1428571 0.5714286 1 1 0.7865818 0.2134181 0.7994514 0.2005486 0.008033394 0.4823578 0.1716626 0.337946 0.0114271 0.4986558 0.3652531 0.1246639 0.2495525 0.7504475 0.2835916 0.7164084 0.03324741 0.7399589 0.07834857 0.1484451 0.0335285 0.7840747 0.1823967 0.05442583 0.9455741 0.05321735 0.9467826 0.6323087 0.3676912 0.6120785 0.3879215 0.2304924 0.7695075 0.03774082 0.9367457 0.02551352 0.02065706 0.9547665 0.02457648 0.1195884 0.8786178 0.001793563 0.0917744 0.9039779 0.004247725 0.9288766 0.07112342 0.9128332 0.08716678 0.2053975 0.7946026 0.2622579 0.7377421 0.4669445 0.5330555 0.3924508 0.6075493 0.3929162 0.6070839 0.2709549 0.7290452 0.2369788 0.7630212 0.4486728 0.5513271 0.3470656 0.6529344 0.4776017 0.5223983 0.385354 0.614646 0.4105872 0.5894128 0.2686788 0.7313213 0.8904091 0.1095909 0.9086115 0.09138846 0.2587895 0.6379792 0.06266605 0.04056513 0.2837359 0.6152508 0.07009762 0.03091573 0.2247118 0.7045216 0.05766558 0.01310086 0.01739132 0.9136263 0.0689823 0.02271527 0.9208615 0.05642324 0.05654513 0.9015223 0.04193258 0.8894743 0.1105257 0.8875244 0.1124755 0.01763904 0.925339 0.05702197 0.05907171 0.9093433 0.03158491 0.02508121 0.9297511 0.04516768 1 1 1 1 1 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 0.9767347 6.10435e-4 0.02265483 0.9819218 0.002324879 0.0157532 0.9928703 0.007129669 0.9980512 0.001948773 0.6806386 0.3192523 1.09186e-4 0.8929959 0.1068726 1.3152e-4 0.9172554 0.08260941 1.35093e-4 0.680808 0.319192 0.001841902 0.2976011 0.4711546 0.1272503 0.09050297 0.01164901 4.61655e-5 0.2462484 0.3136604 0.1989974 0.1878008 0.001394987 0.05185174 7.04304e-4 0.265138 0.4194763 0.1570854 0.1380538 0.001189112 0.01835268 0.01660168 0.2025884 0.2516632 0.2879514 0.1004599 0.1407353 0.007906734 0.1247566 0.7313809 0.04610681 0.08984875 0.002673089 0.07612401 0.6372243 0.01748681 0.2664917 0.04391765 0.3603317 0.5208821 0.0748685 0.00244081 0.1896424 0.5375804 0.2703365 0.1880652 0.5760875 0.2357424 1.04943e-4 0.1431248 0.6539851 0.2027828 1.07286e-4 4.30961e-4 0.5970159 0.1143298 0.2882234 7.12538e-6 0.5093133 0.2095928 0.2810869 8.73875e-4 0.3778197 0.6213065 0.5216218 0.4783782 0.09095591 0.4214201 0.4870331 5.90797e-4 0.0541498 0.3463013 0.5991364 4.12464e-4 0.00444889 0.3551551 0.6403959 0.02153187 0.2711009 0.7073672 0.03046149 0.5023719 0.4671666 0.08950322 0.3091878 0.601309 7.07486e-5 0.3184182 0.6815111 3.65352e-4 0.1094924 0.8881127 0.002029478 0.2318967 0.7681033 0.02070325 0.1884887 0.788942 0.001865863 0.01369041 0.2030375 0.7817828 0.001489281 0.002043128 0.1080777 0.8884933 0.001385807 0.006873428 0.1337411 0.8583927 9.92763e-4 0.01131802 0.2339844 0.7546902 7.34754e-6 0.02106177 0.1142289 0.863901 8.08396e-4 5.24743e-5 0.05993628 0.9388157 0.00119549 0.143811 0.6705033 0.1856857 0.02793121 0.2375725 0.5747607 0.01040065 0.03335791 0.1159768 0.04797625 0.117725 0.4572187 0.1651072 0.01030248 0.02671253 0.1749575 0.01548385 0.07418453 0.3056455 0.4365662 0.00525248 0.1628671 0.001665413 0.1554359 0.1770985 0.4355513 0.07577836 0.1544705 0.8984106 0.09931236 0.002276957 0.03747731 0.7522106 0.2101066 2.05497e-4 0.0716902 0.8861301 0.01434648 0.02502018 0.002812981 0.08770412 0.8615247 0.04652667 0.004244446 0.9711391 0.02617579 0.00268495 0.03095591 0.9390834 0.02598452 0.003976106 0.0342428 0.8360608 0.1265124 0.00318396 0.02185106 0.9416675 0.03369307 0.002788364 0.8098236 0.189127 0.001049399 0.4182775 0.5217985 0.001204252 0.05871975 0.3539351 0.6160094 9.64321e-4 0.02909106 0.5155578 0.1089588 1.20119e-5 0.3752548 2.16564e-4 0.4833157 0.1188398 4.88441e-5 0.3976979 9.77954e-5 0.5116957 0.1216614 9.76428e-5 0.365698 8.47196e-4 0.3224371 0.2460082 6.1681e-5 0.4312748 2.1812e-4 0.2852566 0.2572278 1.76298e-4 0.4572421 9.72495e-5 0.3111805 0.2613685 2.71238e-4 0.4271147 6.50528e-5 0.06734454 0.6312283 0.03435754 0.2670696 0.05817455 0.6044957 0.01314473 0.323248 9.3694e-4 0.05733239 0.5771477 0.02642315 0.3364486 0.002648115 0.08468306 0.6504235 0.05191034 0.1313956 0.08158755 0.0739398 0.7062516 0.04149812 0.1763101 0.002000212 0.005265951 0.7974014 0.1681915 0.02914106 0.01079314 0.7173489 0.2126491 0.05920886 0.8666128 0.0413897 0.08402758 0.007969796 0.6553998 0.08043587 0.2630801 0.001084208 0.8424547 0.1533977 0.00414741 0.6471342 0.05734431 0.2945875 9.33976e-4 0.8873711 0.01240295 0.095586 0.004639863 0.6682825 0.06714135 0.2609034 0.003672778 0.1694385 0.3744874 1.31461e-4 0.4559427 0.1344949 0.4115521 1.97595e-4 0.4537553 0.1809225 0.3556084 2.83115e-4 0.463186 0.119573 0.378068 1.82182e-4 0.5021768 0.1886655 0.3634656 4.41556e-4 0.4474272 0.1234098 0.3738234 0.001354873 0.5014119 0.874639 0.07474678 0.04902189 0.001592159 0.6384201 0.1108884 6.84477e-5 0.2503629 2.60111e-4 0.6843088 0.1173253 0.1964058 0.001960039 0.899184 0.09679114 0.004024803 0.4844682 0.2605201 0.2535699 0.001441776 0.7622382 0.2345728 0.003188908 0.2403585 0.4758555 2.80761e-5 0.2836806 7.73553e-5 0.1753097 0.5407617 6.0546e-4 0.2573449 0.02597832 0.4130368 0.5520459 6.27201e-4 0.03418797 1.02026e-4 0.2454824 0.4694679 4.86107e-4 0.2845635 0.3563531 0.6428605 7.86484e-4 0.171519 0.527857 0.002127826 0.2984962 0.6970576 0.2694192 0.03312146 4.01689e-4 0.4395744 0.2917785 1.94154e-4 0.2684528 0.003225088 0.7714831 0.2252919 0.004091322 0.7776979 0.1959113 0.02229934 0.004806399 0.8420482 0.1517559 0.001389443 0.002414882 0.737612 0.259973 0.001974284 0.7378438 0.250451 0.009730935 0.3903548 0.3464804 0.2625727 5.92003e-4 0.385757 0.3362241 0.2773908 6.27918e-4 0.354921 0.397347 0.2470691 6.62914e-4 0.3082564 0.4178308 0.2731732 7.39598e-4 0.5959468 0.2284748 0.1755783 0.5691221 0.2084453 0.2224326 0.355206 0.6447939 0.2975169 0.702483 0.1518883 0.8481117 0.0741657 0.9258343 0.03022593 0.766704 0.2027069 3.63074e-4 0.0120635 0.7715711 0.2161759 1.89525e-4 0.3689872 0.5505322 0.001312911 0.07916766 0.3353552 0.5826554 0.001009106 0.0809803 2.2123e-4 0.6513176 0.1140743 0.2343868 3.17961e-4 0.6561231 0.1177481 0.2258109 0.3648354 0.5673137 0.06783205 1.88045e-5 0.02060025 0.9565091 0.02289056 0.3751379 0.584823 0.04003918 0.04414927 0.9558506 0.06317979 0.9109827 0.02583748 1 0.9973582 0.002641856 1 0.007695794 0.9783601 0.01394408 0.9935891 0.006410896 0.979496 0.02050405 0.007677316 0.955014 0.03730869 1 0.3533135 0.630015 0.01667147 0.3910857 0.5678746 0.0410397 0.380434 0.6183242 0.001241743 0.4001268 0.5781805 0.02169269 0.4059631 0.5810778 0.01295912 0.4073576 0.5882023 0.004440009 0.6287739 0.365381 0.00584501 0.6125337 0.3848953 0.002570986 0.2176501 0.06311696 0.5015826 0.2176501 0.1869628 0.4120599 0.4009772 1 0.4180531 0.5216264 0.06032037 0.1526218 0.8473782 0.4456285 0.4844639 0.06990754 0.4383167 0.4059229 0.1557605 0.5072787 0.346821 0.1459003 0.4152836 0.562972 0.02174443 0.5247344 0.3975149 0.07775068 0.364381 0.6356191 0.4461066 0.4017996 0.1520938 0.4681296 0.342485 0.1893854 0.4454185 0.3437798 0.2107287 7.29344e-5 0.4013254 0.5022136 0.09646099 0.4204634 0.5319078 0.04762887 0.5057213 0.3712647 0.123014 0.3981134 0.479574 0.1223126 0.4126338 0.3929181 0.1943498 9.81318e-5 0.3823072 0.5816278 0.03606486 0.4014024 0.5472331 0.05136448 0.4203658 0.45379 0.1258442 0.229199 0.7297347 0.04106622 0.1325617 0.8338641 0.0335741 0.1533597 0.8466403 0.3022618 0.6977382 0.1743842 0.8256157 0.2385438 0.7614562 8.43694e-4 0.1030234 0.1520207 0.3346232 0.2593453 0.1501436 0.002276539 0.2143832 0.2437067 0.2235114 0.2069891 0.109133 0.003706395 0.203092 0.2636615 0.2596074 0.1287616 0.1411709 0.02186191 0.2757157 0.239513 0.4192919 9.05597e-4 0.04271185 0.5697659 0.2833303 0.1469038 0.5473591 0.2810641 0.1715769 0.028503 0.6662659 0.02887594 0.2763549 0.09711587 0.6930614 0.005437254 0.2043853 0.06223171 0.6737629 0.04023486 0.2237704 0.02367818 0.7473527 0.03962403 0.189345 0.05196243 0.8232904 0.03782027 0.08692687 0.09247219 0.7694091 0.009600579 0.1285181 0.01302272 0.6488304 0.172976 0.1651709 0.004306793 0.6382008 0.1318881 0.2256043 0.001573681 0.6680521 0.1322476 0.1981266 0.003901362 0.7398375 0.1471216 0.1091395 0.5133289 0.25005 0.2363555 2.65526e-4 0.6051899 0.1981431 0.196667 0.5178756 0.2650265 0.2168229 2.74989e-4 0.6120847 0.2094058 0.1785094 0.083696 0.6898563 0.009432137 0.2170154 0.0252158 0.6539833 0.03213649 0.2886644 0.0829215 0.7069577 0.01064872 0.1994721 0.02522027 0.6770736 0.0389375 0.2587686 0.3274713 0.562332 0.1101577 3.88938e-5 0.3283761 0.5350216 0.1365788 2.34442e-5 1 6.07513e-4 0.187386 0.8120064 0.1111111 0.8888889 0.6666667 0.3333333 0.6666667 0.3333333 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.1677393 0.4818351 0.3504256 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.007377326 0.2977868 0.4963113 0.1985245 0.1578947 0.6315789 0.2105263 0.2 0.8 0.2 0.8 0.1111111 0.5925926 0.2962963 0.05101209 0.117824 0.4512032 0.3799606 0.05423671 0.1632678 0.4247833 0.3577122 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.2655133 0.1770088 0.4689735 0.08850437 0.5031864 0.3081188 0.1886948 0.04749017 0.8595288 0.05260276 0.04037809 0.05525976 0.04394561 0.7622423 0.1385523 5.19399e-4 0.4387547 0.5607259 0.5980597 0.3967937 0.005146563 0.6287277 0.3601187 0.01115351 0.5770127 0.3845474 0.03843986 0.5329975 0.4418524 0.02515006 0.5163341 0.4052442 0.07820129 2.20401e-4 0.5212331 0.4185508 0.06021606 0.5212331 0.4185508 0.06021606 0.5163412 0.4052498 0.07820242 2.06601e-4 0.5189911 0.3898755 0.09078782 3.4573e-4 0.4988084 0.3978275 0.1028213 5.42871e-4 0.5329975 0.4418524 0.02515006 0.5770127 0.3845474 0.03843986 0.6287277 0.3601187 0.01115351 0.5980597 0.3967937 0.005146563 0.5212331 0.4185508 0.06021606 0.5191705 0.3900103 0.09081923 0.4990793 0.3980435 0.1028771 0.5329975 0.4418524 0.02515006 0.6287277 0.3601187 0.01115351 0.5980597 0.3967937 0.005146563 3.14761e-4 0.9996853 0.001611769 0.9983882 0.3790326 0.6209674 0.2955319 0.7044681 0.1346144 0.8653857 0.1223108 0.8776893 0.004091441 0.139716 0.0896911 0.3620988 0.4044027 0.003980875 0.1256838 0.02150297 0.43783 0.4110022 0.01210266 0.6585983 0.3292991 0.008339464 0.661107 0.3305535 1 1 4.89492e-4 0.3331702 0.6663404 0.005081951 0.3316393 0.6632786 1 1 0.09031444 0.5952341 0.3144515 0.09091538 0.5942801 0.3148046 0.002747952 0.1530585 0.07919383 0.3453788 0.4196208 0.00126326 0.1235936 0.4287354 0.4464077 0.004887044 0.3317043 0.6634086 0.01249021 0.3291699 0.6583399 1 0.001297831 0.9987022 0.002031207 0.06106793 0.3638012 0.5730997 0.1128339 0.7006098 0.1865562 0.002347767 0.08403968 0.08403968 0.2412945 0.5882781 0.06699675 0.7464026 0.1866006 0.00609219 0.1987816 0.7951263 5.87333e-4 0.1998825 0.7995302 0.06283086 0.6204778 0.3166913 0.001599311 0.07647466 0.155183 0.3099724 0.4567705 0.0449903 0.6366731 0.3183366 0.002184152 0.07818192 0.1563639 0.2941783 0.4690917 0.07828682 0.6058168 0.3158963 0.08960688 0.3984785 0.5119147 0.09024846 0.5939289 0.3158226 0.002261459 0.1180795 0.3337524 0.5459066 0.004617214 0.3317943 0.6635885 0.01174646 0.3294178 0.6588357 0.3333333 0.6666667 0.005081951 0.3316393 0.6632786 0.004997432 0.4785619 0.3780343 0.1384062 0.4673408 0.3574056 0.1752536 0.007180869 0.5191252 0.2598848 0.2138091 0.1938441 0.8061558 0.3702072 0.6297928 0.3473363 0.6526638 0.2646797 0.7353203 0.3265072 0.6734928 0.4246186 0.5753814 0.4929218 0.5070782 0.521554 0.478446 0.5219174 0.4780827 0.4357066 0.5642935 0.1875455 0.8105653 0.001889228 0.1468037 0.849431 0.003765225 0.1025412 0.8780927 0.01936602 0.08089512 0.8939409 0.02516394 0.04096704 0.9063274 0.05270546 0.1348536 0.8610678 0.004078507 0.1798385 0.8182188 0.001942574 0.1007015 0.8797807 0.01951789 0.0402255 0.9053807 0.0543937 0.07628518 0.8965185 0.02719628 0.1301579 0.8643763 0.005465686 0.1538462 0.5384616 0.3076923 0.4529862 0.393085 0.1539287 0.5117157 0.3941428 0.09414154 0.572264 0.387335 0.0404011 0.6015704 0.3565117 0.04191786 0.5676915 0.3466576 0.08565092 0.8283793 0.1266445 0.04497617 0.8708822 0.1013135 0.02780425 0.03960579 0.6858426 0.1927419 0.08180958 0.2618812 0.7236945 0.01325595 0.001168251 0.4146611 0.4168466 0.1678074 6.84951e-4 0.4986463 0.3976981 0.1027879 8.67736e-4 0.4642124 0.3901464 0.1449887 6.52409e-4 0.5188257 0.3897513 0.09075891 6.64107e-4 0.1356804 0.2285144 0.6355559 2.49212e-4 0.004162669 0.7350228 0.2608146 0.2220326 0.2856249 0.4512657 0.04107683 0.128501 0.1692214 0.5833216 0.118956 0.08966588 0.1373431 0.597895 0.1750959 0.3414607 0.3724182 0.2861211 0.3224797 0.3766859 0.3008344 0.6091924 0.07374536 0.3170623 0.5919383 0.07354617 0.3345155 0.636272 0.088683 0.275045 0.6240662 0.0850529 0.2908809 0.6085137 0.06730663 0.3241797 0.6149153 0.06415134 0.3209333 1 1 1 1 1 1 1 1 1 0.9972499 0.002750098 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999998 2.00314e-7 1 1 1 0.9972499 0.002750098 1 1 1 0.9958805 0.004119515 0.998623 0.001376926 1 1 1 1 0.9958805 0.004119515 0.998623 0.001376926 0.9954553 0.002485871 0.002058863 0.9993111 6.88957e-4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999729 2.7004e-5 0.9999904 9.63191e-6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999896 1.04178e-5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9997891 2.11009e-4 1 1 1 1 0.998879 0.001121044 1 0.9992874 7.12623e-4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.02874481 0.9712551 1 0.1314774 0.4181452 0.2090726 0.1557796 0.08552503 0.05620187 0.4307187 0.2051014 0.1942456 0.07377904 0.03995323 0.4689446 0.01427584 0.08250945 0.1060678 0.1172361 0.02508509 0.185881 0.1833604 0.3638888 0.02181452 0.1492823 0.06285452 0.001229405 0.2175698 0.3578492 0.1192831 0.01738023 0.2290313 0.01584589 0.2606102 0.5276535 0.003157377 0.3128976 0.1562914 0.7053038 0.2946963 0.7488108 0.2511892 0.8187319 0.181268 0.6595587 0.03512954 0.02230298 0.2830087 0.8394894 0.1605106 0.7523577 0.07012039 0.1775218 0.5071389 0.4928612 0.001323997 0.3896937 0.06216591 0.2019945 0.3448218 0.07815587 0.2773637 0.282911 0.2332628 0.1283067 0.03298389 0.2703904 0.2822116 0.2749252 0.1293406 0.01014816 0.2841874 0.2927676 0.3023691 0.08490544 0.03577035 0.005170702 0.285224 0.3226039 0.3050181 0.03484839 0.04713487 0.2437973 0.2537482 0.3254682 0.05062526 0.126361 0.2161666 0.2482995 0.3581334 0.04028779 0.1371124 0.1239016 0.3023435 0.4388118 0.0399419 0.0950011 0.07132554 0.3677724 0.4783663 0.04195618 0.04057949 0.5343111 0.4656889 0.5349532 0.4650468 0.03376251 0.3836682 0.5825693 0.08673465 0.1670067 0.7462585 0.5622754 0.03819829 0.1179441 0.2815821 0.9344491 0.06555098 0.8564683 0.1435316 0.01496833 0.9132113 0.07182031 0.8099434 0.1900565 0.8066714 0.1933286 0.8320584 0.1679416 0.8602629 0.1397371 0.8643119 0.1356881 0.8710265 0.06495672 0.06401669 0.87948 0.02847641 0.09204357 0.7710908 0.2289093 0.9427531 0.03729021 0.01995658 0.9252731 0.07472687 0.950143 0.04985696 0.9503045 0.04969543 0.979442 0.02055799 0.007751882 0.9922481 1 1 0.007750153 0.9920174 2.32382e-4 1 1 1 0.9333181 0.06668192 1 0.7683134 0.2316866 0.8781747 0.1218252 0.8385859 0.161414 0.8850325 0.1149674 0.7680017 0.03517192 0.09950852 0.0340079 0.0633099 0.8847455 0.03788113 0.03819584 0.03917741 0.8232975 0.03770428 0.07112997 0.06786823 0.8949001 0.1050999 0.9411765 0.05882352 0.9479184 0.05208164 0.9018058 0.09819418 0.9556701 0.04432988 0.9411765 0.05882352 1 1 1 1 1 0.960204 0.03979599 0.9888513 0.01114881 0.9639293 0.0360707 0.9639293 0.0360707 0.9888513 0.01114881 1 1 1 1 1 0.9846154 0.01538461 0.9782413 0.02175867 0.9934259 0.006574094 1 0.9934259 0.006574094 0.9934259 0.006574094 1 0.9846154 0.01538461 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9869376 0.01306235 0.9947194 0.005280554 0.9942346 0.005277991 4.8737e-4 0.9864603 0.01353961 1 1 0.9894013 0.01059871 0.9894013 0.01059871 0.5905182 0.4094818 0.04396468 0.9560353 1 1 1 1 1 1 1 1 1 1 1 1 0.7294663 0.2246683 0.04586541 0.7294773 0.2246717 0.04585099 0.6142879 0.3645942 0.02111798 0.5885856 0.3925574 0.018857 0.6332611 0.3309733 0.03576552 0.7958045 0.14398 0.06021559 0.7184063 0.2301061 0.05148756 0.7184063 0.2301061 0.05148756 0.7958045 0.14398 0.06021559 0.6332611 0.3309733 0.03576552 0.5885856 0.3925574 0.018857 0.6142879 0.3645942 0.02111798 0.7294773 0.2246717 0.04585099 1 1 0.7427199 0.003320872 0.1927334 0.06122583 0.850618 8.72037e-4 0.001267731 0.1472421 0.9569472 2.88068e-4 0.001426219 0.04133844 0.8603072 0.002884984 0.08361846 0.05318933 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.960204 0.03979599 1 1 1 1 1 1 1 1 0.6178295 0.1149558 0.05048859 0.2167262 0.8075757 0.03922235 0.1532018 1 0.9088884 0.0911116 0.6666667 0.3333333 0.6666667 0.1666666 0.1666666 0.6666667 0.3333333 0.8 0.2 0.4 0.4 0.2 0.3333333 0.6666667 0.2857143 0.4285715 0.2857143 0.2857143 0.1428571 0.5714286 0.6894948 0.04690527 0.2635999 0.5 0.5 0.8716399 0.03122234 0.09713768 0.6552673 0.1450949 0.03637146 0.1632661 0.704376 0.1168041 0.07819467 0.1006251 0.9145426 0.07140409 0.01405322 0.001871347 0.9981286 0.2454346 0.009495973 0.7450694 4.13677e-5 0.3333196 0.6666391 0.6666667 0.3333333 1 2.30419e-5 0.999977 0.006006717 0.4969966 0.4969966 0.693245 0.2462215 0.0100786 0.05045479 0.6085868 0.259754 0.01065146 0.1210078 0.6146843 0.2265321 0.04170083 0.1170827 0.8431766 0.1058737 0.02698349 0.02396625 1 0.9832611 0.01673889 0.8265058 0.1734942 0.001144409 0.002356767 0.9964987 0.1647107 0.1097893 0.01361483 0.7118852 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 1 1.99953e-4 0.4999 0.4999 0.5 0.5 1 0.7184063 0.2301061 0.05148756 0.7958045 0.14398 0.06021559 0.6332611 0.3309733 0.03576552 0.5885856 0.3925574 0.018857 0.6142879 0.3645942 0.02111798 0.7294773 0.2246717 0.04585099 0.6235662 0.3481528 0.02828097 0.803063 0.1969369 0.7490125 0.2509874 0.8978817 0.1021182 0.8630856 0.1369143 0.9402078 0.05979222 0.9509088 0.04909116 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.005845546 0.4935147 0.5006397 0.006775319 0.4864704 0.5067543 0.1436095 0.851281 0.005109429 0.1419025 0.8528674 0.005230069 0.008798718 0.4575939 0.5336074 0.007675945 0.4567025 0.5356215 0.5267402 0.3904932 0.08276653 0.5359575 0.3923461 0.0716964 0.5892014 0.3734439 0.0373547 0.5732291 0.3975322 0.02923858 0.5519008 0.3882966 0.05980259 0.539972 0.4181373 0.04189068 1 0.154421 0.6533198 0.1900566 0.002202451 0.06818181 0.3636364 0.5681818 0.1481634 0.1895905 0.5180542 0.1430775 0.001114428 0.02448612 0.06977176 0.6620249 0.2437173 0.1137136 0.6076869 0.2761813 0.001340031 0.001078128 0.306611 0.3692772 0.3177735 0.006338119 0.7480514 0.2020322 0.0499165 0.7004239 0.254766 0.04481011 1 0.001883089 0.9981169 0.001289784 0.9987102 6.34983e-4 1.31934e-4 0.03919041 0.001859724 0.9581828 0.03274774 0.00200963 0.9652427 0.05465692 8.2747e-4 0.9445157 0.003939747 1.3348e-4 0.03691732 0.001275837 0.9577336 0.1018109 0.00122106 0.8969681 0.0791732 0.001805603 0.9190211 0.1995919 0.001113831 0.7992942 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.976594 0.02340602 0.9856745 0.01432549 0.2569016 0.685994 0.05710434 0.2654753 0.696907 0.0376178 0.7134755 0.2853902 0.001134157 0.712707 0.2850828 0.002210259 0.2496407 0.6241019 0.1248204 0.001437067 0.2493007 0.6232519 0.1246504 0.002796828 0.1247634 0.6238174 0.2495269 0.001892149 0.1245338 0.6226694 0.2490677 0.003728926 0.1248638 0.2497276 0.6243192 0.001089334 0.1247309 0.2494618 0.6236547 0.002152502 0.25 0.125 0.625 0.25 0.125 0.625 0.8333334 0.1666666 0.8333334 0.1666666 0.00835365 0.9738389 0.01780742 0.2044752 0.7173671 0.07815766 0.1754667 0.7645291 0.06000411 0.7116162 0.2846465 0.00373727 0.2490933 0.6227333 0.1245467 0.003626763 0.1245369 0.6226848 0.2490739 0.003704369 0.1247309 0.2494618 0.6236547 0.002152502 0.25 0.125 0.625 0.8333334 0.1666666 0.6044453 0.3119137 0.08364087 0.6075823 0.3365249 0.0558927 0.6403806 0.3489575 0.01066178 0.4442362 0.5503098 0.005453944 0.6408516 0.3591485 0.4196518 0.5803481 0.4476419 0.5280308 0.02432739 0.6351309 0.3257634 0.03910565 0.3736317 0.6263684 0.6223582 0.3776419 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.0407536 0.6520581 0.3071882 0.03999996 0.64 0.32 0.03999996 0.32 0.64 0.03999996 0.32 0.64 0.03999996 0.64 0.32 0.03999996 0.64 0.32 0.03999996 0.32 0.64 0.04022055 0.3162501 0.6435293 0.04022055 0.6380147 0.3217647 0.03999996 0.64 0.32 0.1111111 0.8888889 0.1122174 0.8877826 0.03669226 0.2935382 0.467962 0.2018075 0.03571426 0.2857143 0.3928571 0.2857143 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 0.3333333 0.6666667 1 0.3383368 0.6616632 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.2 0.8 0.8 0.2 0.04869091 0.7790554 0.1722536 0.04761904 0.1904762 0.7619048 0.8 0.2 0.8 0.2 0.04761904 0.7619048 0.1904762 0.04793196 0.1851561 0.7669119 0.8 0.2 0.8 0.2 0.05944401 0.9405559 0.04793196 0.76034 0.1917279 0.8 0.2 0.8 0.2 0.3104814 0.3104814 0.3790373 0.9890311 0.0109688 0.1045631 0.2587852 0.5556623 0.08098942 0.3138876 0.3722247 0.3138876 0.9882079 0.01179206 0.4712423 0.5287576 1 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.09090906 0.7272728 0.1818181 0.09090906 0.1818181 0.7272728 0.06331044 0.9366895 1 1 0.6840316 0.3159683 1 0.2048294 0.4096589 0.3855118 0.25 0.25 0.5 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 1 1 1 1 0.6666667 0.3333333 0.6666667 0.3333333 0.09134054 0.7307243 0.1779351 0.08945184 0.1789037 0.715615 0.01602935 1 1 1 1 0.2174527 0.2174527 0.5233454 0.04174906 0.1838572 0.4498233 0.3663195 1 1 0.6239153 0.2889224 0.08716225 0.3010169 0.1435149 0.5554682 0.9579855 0.02528196 0.01673251 0.7031629 0.02102839 0.2758087 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.09090906 0.7272728 0.1818181 0.1111111 0.8888889 0.1300074 0.8699926 0.06188368 0.9381163 1 1 1 1 0.25 0.5 0.25 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 1 1 1 1 0.6666667 0.3333333 0.6666667 0.3333333 0.09235358 0.7229393 0.1847072 0.1135361 0.8864639 1 1 1 1 0.2856817 0.6729831 0.04133522 1 0.6316888 0.2698376 0.09847354 0.9912157 0.008784294 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.09090906 0.7272728 0.1818181 0.09090906 0.1818181 0.7272728 0.08492082 0.9150792 0.1191218 0.8808782 1 1 1 1 0.25 0.5 0.25 0.25 0.25 0.5 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 1 1 1 1 0.6666667 0.3333333 0.6666667 0.3333333 0.08977711 0.01245123 0.7182173 0.1795543 0.0903331 0.1870019 0.722665 1 1 1 1 1 0.6363803 0.1404156 0.223204 0.9796677 0.02033227 0.6774117 0.2010331 0.1215552 0.04166662 0.1666666 0.375 0.4166667 0.7746512 0.1812121 0.04413658 0.1405183 0.05037838 0.8091033 0.044842 0.8357632 0.1193947 0.4130907 0.008411645 0.5784977 0.2255728 0.6643489 0.1100783 0.02680712 0.9731929 0.05281549 0.9471845 0.9369748 0.06302523 1 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 0.8997278 0.06218516 0.008618474 0.02946859 0.7879377 0.1233463 0.08871597 0.5323542 0.03757792 0.4288717 0.001196086 0.5288888 0.09986138 0.3712499 0.5455555 0.1038863 0.3505582 0.6768428 0.253912 0.005149722 0.06409549 0.6502029 0.3158443 0.0103321 0.02362054 0.6397007 0.3130466 0.03719234 0.01006036 0.6052218 0.2893575 0.104317 0.001103579 0.6007841 0.3992159 0.5821399 0.4178601 0.7240462 0.2759538 0.7447041 1.27735e-7 0.1506175 0.1046783 0.6810215 0.3189784 0.6666667 0.3333333 0.5 0.5 0.5874573 0.4125428 0.6724051 0.3079658 0.002113819 0.01751536 0.5660412 0.4170958 0.01057237 0.006290495 0.5755934 0.3807739 0.01018273 0.03344994 0.5293341 0.4470935 0.02357232 0.5365502 0.4312249 0.0214101 0.01081484 0.5170519 0.4248863 0.05367267 0.004389107 0.4897529 0.3990752 0.1107894 3.82439e-4 0.3775194 0.3565958 0.04154562 0.2243391 0.4356493 0.364436 0.1999146 0.3510889 0.1134934 0.03802007 0.2323821 1.99489e-4 0.004478812 0.2603372 0.5238748 1.41284e-5 0.002951264 0.3152194 0.1579404 0.5865589 0.3928797 0.002456963 0.01810437 0.5005521 0.4994479 0.5005521 0.4994479 0.6268605 0.3731395 0.5 0.5 0.9083874 0.07548469 0.01295042 0.003177464 0.763727 0.179323 0.05615365 7.96252e-4 0.6148861 0.385114 0.002069652 0.4306909 0.2342935 0.02583849 0.3071074 0.1837177 0.2152162 0.08512741 0.2103934 0.005545318 0.005364 0.2946359 0.06187635 0.3193398 0.08923226 0.2277877 0.001197397 0.001931607 0.2986347 0.00649482 0.4145985 0.1205773 0.1479739 1.72252e-4 5.79373e-4 0.3096037 0.4413704 0.3120024 0.2466271 0.1559532 0.1771815 0.07258808 0.2295624 0.05559271 0.04488331 0.2642387 0.8331582 0.1184208 3.75697e-4 0.04804521 0.7837116 0.1595032 0.05678516 0.909736 0.06796211 0.01405972 0.007913768 3.28405e-4 0.7545912 0.05949729 0.0117681 0.1741434 0.6301295 0.0537635 0.006719946 0.3093869 0.7614578 0.02155798 0.2141743 0.002809822 0.404718 0.1039114 0.07299536 0.04619997 0.3131272 0.05904781 0.3735262 0.109677 0.08086669 0.04898381 0.3642839 0.02266222 0.5327565 0.07131499 0.2170592 0.01068693 0.1651314 0.003050804 0.6054503 7.11489e-4 0.3646537 0.02918452 0.4923107 0.04979372 0.03422999 0.2237033 3.37565e-4 0.01670342 0.1829212 0.6066193 0.0205906 0.001488864 0.2943452 4.22507e-4 0.07653349 0.6222669 0.03921133 0.2660537 5.21233e-4 0.03655165 0.03539508 0.6401589 0.001179695 0.3406048 0.002986609 0.0150699 0.1778997 0.2044198 6.46955e-4 0.1271525 0.0261752 0.1270472 0.2307884 0.1058702 0.1506875 0.2515805 0.004189074 0.1831746 0.02037876 0.1267629 0.1424624 0.120764 3.23902e-4 0.8164525 0.06509548 0.09807091 0.002088069 0.01796913 0.4520833 3.8415e-4 0.2417781 0.3057544 0 0.3681536 1.66077e-4 0.3526792 0.2790011 0.07947182 0.2352501 4.93525e-4 0.06103795 0.03919905 0.3345775 0.2192028 0.03076714 0.1138283 0.2238562 3.48415e-4 0.02695262 0.04692488 0.2793137 0.298547 0.01022863 0.05857849 0.2961284 4.96813e-4 0.06838703 0.05077219 0.3762526 0.1009587 0.04842561 0.4583303 4.89844e-4 0.2141091 0.3260425 0.00102818 0.1997299 4.07789e-4 0.2372997 0.4800093 0.08028453 0.002268552 0.2266241 1.88319e-4 0.2858639 0.4015066 0.0832144 0.002602577 0.02180391 0.1083846 5.61294e-4 0.02611446 0.6057778 0.0948773 0.1424805 0.04250514 0.09579473 6.15492e-4 0.0291289 0.5195071 0.09045439 0.2219941 1.19866e-4 0.1101049 0.05175942 0.6848813 0.1058943 0.04724007 0.1532759 2.64535e-4 0.08031815 0.6545942 0.0997321 0.01181519 0.180463 4.61114e-4 0.1925615 0.5405116 0.08487921 0.001123368 0.194598 5.21765e-4 0.13138 0.5815947 0.0915324 3.72905e-4 0.05527818 0.03990972 0.3905547 0.4479387 0.0658794 4.39241e-4 0.09239894 0.07092827 0.3450981 0.4187989 0.07250916 2.66455e-4 0.003484904 0.0213077 0.4242623 0.5126292 0.03147792 0.006372153 4.6575e-4 4.61817e-4 0.01308923 0.02934378 0.413549 0.5024091 0.03752917 0.003210783 4.06967e-4 6.30668e-5 0.02842712 0.0291742 0.3998869 0.4934154 0.04847162 1.51373e-4 4.10284e-4 0.02855432 0.03117424 0.414751 0.4688291 0.05626124 4.30011e-4 0.0344066 0.0300005 0.4074268 0.4755305 0.0522136 4.21904e-4 0.003668963 0.07423543 0.5063668 0.412177 0.003551721 0.005239963 0.07436311 0.4986751 0.4180771 7.86082e-4 0.002858459 3.55422e-4 0.07903748 0.5444517 0.3734158 0.002739608 0.07351016 0.5142475 0.4085038 0.003738403 0.07130765 0.5240208 0.4010028 0.003668725 0.2996969 0.3929421 0.3073611 0.2227382 0.2965229 0.3948972 0.0835973 0.002244293 0.1051559 0.1044837 0.4035248 0.3308765 0.05590307 5.60004e-5 0.005952119 0.3121306 0.5458748 0.05559909 0.03697377 0.01682835 0.02664101 0.005285263 0.3087751 0.5515207 0.06831383 0.03611886 0.0186063 0.01137983 0.005985319 0.2751902 0.5373582 0.1065286 0.04624122 0.005131661 0.02356457 0.1966164 0.5325069 0.1882625 0.05860161 0.01445883 0.009553611 0.004228353 0.3105491 0.5188896 0.06629329 0.05826157 0.01768058 0.02409738 0.004735946 0.3164963 0.5124286 0.06908112 0.06477922 0.007271051 0.02520757 0.2547543 0.1438902 0.05669826 0.2575478 1.80117e-5 1.71542e-4 0.2869198 0.6499563 0.01338142 0.332659 0.004003345 0.8406039 0.009002208 0.01297986 0.1333554 0.00405848 0.00531423 0.3997705 0.2523493 0.06235009 0.2802157 0.05255186 0.2968146 0.08394467 0.2096063 0.001027047 0.001895844 0.3541595 0.01019662 0.4359037 0.1275601 0.09918165 2.69718e-4 5.41533e-4 0.3263464 0.2519129 0.1805469 3.6542e-4 0.05303442 0.0264638 0.1175315 0.3360391 0.03410589 0.1262875 0.2342466 0.07288247 0.2626119 1.74155e-5 1.35538e-4 0.3038186 0.2549767 0.160425 0.06790465 0.2226134 0.004840195 0.006466507 0.2827733 0.001553714 0.5300499 0.1569599 0.04456281 3.48747e-5 8.53287e-6 0.2668302 0.004253566 0.4464087 0.1412045 0.1221576 1.22598e-4 3.66998e-4 0.2854859 0.5283761 0.1977748 0.01006454 0.2637845 0.4834393 0.1948346 0.02224665 0.2994794 0.5022238 0.23828 0.003166556 0.2563295 0.6888543 0.1973436 5.91589e-5 3.33731e-4 0.1134091 0.6112555 0.1780698 2.97081e-4 0.2103775 0.5773901 0.214368 0.2082418 0.5864829 0.2317902 0.1817268 0.6617223 0.2035883 0.1346893 0.785924 0.1170619 0.003830373 2.16258e-4 0.001101732 0.002404212 0.0894615 0.6897909 0.1220837 0.01025098 1.30026e-4 0.001738667 0.002147555 0.173858 0.001839637 0.8122797 0.01805323 0.00548923 0.03547841 0.06725931 0.002887785 0.05671262 0.006739795 0.7178537 0.04707038 0.01431214 0.02373409 0.07096189 0.003459095 0.1158686 0.03413021 0.5383678 3.9041e-4 0.001120448 0.06212264 0.2773959 0.0142641 0.0722084 0.004476845 0.377508 5.56502e-4 3.53629e-4 0.0958364 0.5011072 0.02016133 0.03880161 0.4175732 4.70311e-4 0.02599573 0.06107413 0.3629096 0.03564983 0.05752551 0.0134375 0.616911 2.23828e-4 0.07092648 0.2482718 0.002388775 0.04784053 8.78541e-4 0.5612167 4.06701e-4 0.1342018 0.2980957 4.38904e-4 0.004761695 0.4091485 7.37306e-4 0.1454625 0.4411754 0.003476202 0.009378314 0.5471713 0.1171288 0.08701753 0.001579582 8.52954e-4 0.2368713 0.02190554 0.4017361 0.106923 0.2009082 0.001394867 0.001260399 0.2658719 0.06614112 0.5449018 0.08666515 0.06254136 0.009322285 0.04657649 0.002288341 0.1815634 0.122931 0.3174404 0.1032018 0.1709403 0.001782178 0.01449418 0.002999007 0.266211 0.1394712 0.4463183 0.05567973 0.01590025 0.02630591 0.146135 0.02394407 0.1462453 0.1323637 0.3964387 0.025366 0.08452987 0.02493488 0.1666511 0.03832495 0.1313906 0.170281 0.2613846 0.09714484 0.1279781 0.007295608 0.0777201 0.01581877 0.2423768 0.779492 0.1901673 0.006394743 0.02394592 0.8568102 0.1256602 0.001168906 4.50851e-4 0.009415924 0.006493866 0.9265142 0.05562943 3.64926e-5 0.01013314 0.007686793 0.7371029 0.2136294 0.01720911 0.03205853 0.775066 0.1743786 0.03261387 0.01794141 0.7768044 0.1460832 0.07383733 4.26884e-4 9.61343e-6 0.002838373 0.8080038 0.09100043 0.09671926 0.001106917 1.06984e-5 0.003158688 0.7154976 0.210271 0.07423126 0.5696881 0.2865778 0.1437339 0.4083231 0.3855254 0.2061514 0.9398304 0.006523013 0.001363039 0.04745227 0.004831135 0.7665757 0.227331 0.006093263 0.721701 0.07989794 0.001792252 0.0399006 0.1567081 0.5937187 0.08706229 0.003663003 0.03286653 0.2826894 0.7889332 0.1844426 0.01124739 0.0153768 0.7296854 0.2244502 0.04586434 0.6423857 0.3346311 0.02298313 0.7958029 0.1439815 0.06021547 0.7184063 0.2301061 0.05148756 0.7184063 0.2301061 0.05148756 0.7957793 0.1439754 0.06024521 0.6343446 0.328203 0.03745251 0.5885856 0.3925574 0.018857 0.6142879 0.3645942 0.02111798 0.7294773 0.2246717 0.04585099 0.5885856 0.3925574 0.018857 0.4383337 0.355005 0.2066612 0.6227615 0.2485055 0.1287329 0.00659275 0.3010913 0.5348232 0.08065962 0.04641652 0.02001607 2.87745e-4 0.0101127 0.2603862 0.1626859 1.63498e-4 0.03953272 0.01210653 0.1057564 0.2980628 0.1213058 0.2023497 0.2016467 4.87413e-4 0.03448897 0.04132384 0.1560689 0.3191746 0.04445958 0.8799857 0.0424776 0.0183416 0.05919504 0.7868562 0.08444744 0.1213332 0.00736308 0.591725 0.02116847 0.3871065 0.9904602 0.005615413 0.003924369 0.9227633 2.04133e-4 0.07033056 0.006701946 0.7539674 9.29563e-6 0.2460233 0.8381422 0.03677141 0.1249364 1.50075e-4 0.6448554 0.3551446 0.686583 0.08329868 0.2301182 0.7914068 1.63618e-5 0.06129521 0.1472817 0.788496 0.08462339 0.1220977 0.004782795 0.5914979 0.02116036 0.3873417 0.9286428 0.07119089 1.6628e-4 0.8 0.2 0.6666667 0.3333333 0.753772 0.246228 0.8872657 5.56375e-4 0.1121779 0.8558701 5.79999e-5 0.06247603 0.08159583 0.8734346 0.05871456 0.04320472 5.71058e-6 4.60989e-4 3.07319e-4 0.02387201 0.8786977 0.06003493 0.02331608 0.004143416 0.002144694 9.81734e-6 0.03165334 0.6482638 0.2286797 0.1230565 0.5276365 0.2960147 0.1763488 0.7543191 6.75324e-6 0.2456741 0.6 0.4 0.729266 0.270734 0.6816505 0.1564778 0.1618716 0.6061285 0.1236649 0.2702065 0.6828254 0.1345313 0.1826432 0.611527 0.1213983 0.2670748 0.002040147 0.1354908 0.2952582 0.0562663 0.1335283 0.3774161 0.01061731 0.135065 0.1742811 0.07835185 0.1604394 0.4412453 0.02274584 0.01031064 0.1605588 0.2381228 7.77634e-5 0.568184 0.002303481 0.1162545 0.445406 0.2526978 0.1038754 0.07946264 0.1214065 0.4674562 0.2987674 0.08082246 0.03154742 8.87761e-4 0.1259506 0.4571086 0.2633543 0.09007459 0.06262415 0.1598994 0.004489123 0.4242087 0.3834 0.02482688 0.003175675 0.5503805 0.09629029 0.3533293 0.5407591 0.09653598 0.3627049 0.5503287 0.1100175 0.3396538 0.5581414 0.1144686 0.32739 0.703354 0.2093675 9.05018e-4 0.0863735 0.6920201 0.1979004 0.002671301 0.1074081 0.6410021 0.3157873 0.001876711 0.04133379 0.6206184 0.3197854 0.005451261 0.05414491 0.581409 0.4032806 0.004748344 0.01056206 0.6789692 0.139119 0.1819117 0.6752558 0.1342648 0.1904795 0.6086975 0.1208634 0.2704391 0.6036899 0.1209501 0.2753601 0.6081663 0.1257286 0.2661051 0.6187752 0.123406 0.2578187 0.6805602 0.1619387 0.1575011 0.6855165 0.1449699 0.1695136 0.5164201 0.005185186 0.4768475 0.001547038 0.5948147 0.005972325 0.3947907 0.004422187 0.001569569 0.07605779 0.03335106 0.03332847 0.08356302 0.7721298 0.0149427 0.03245419 1.94899e-4 0.041947 0.9104612 0.005697488 0.05732887 0.03055852 0.03432452 0.0648095 0.8072809 0.06071031 0.0750609 0.07507765 0.07950001 0.7096511 0.03324657 0.03765481 0.08967411 0.8394245 0.007133483 8.16677e-4 0.9920499 0.02334791 0.976652 0.0030604 1.5369e-5 0.01726746 0.9796566 0.01021617 0.9897838 1 0.002017855 0.9979822 0.02338278 0.9766172 0.05181056 0.9481894 4.90298e-6 0.001970827 2.00899e-4 0.002794027 0.952444 0.04258537 0.03169369 0.9486848 0.01962149 1.28571e-4 1.21346e-4 0.005647003 0.9934819 6.20902e-4 0.976535 0.02346497 1.57829e-4 0.9978936 0.001948475 0.8979985 0.1020015 7.05843e-4 0.00730437 0.3261033 0.5974229 0.06097793 0.007485449 0.3397609 0.6346287 0.02561038 0.321305 0.6216972 0.05699771 0.00369811 0.3216976 0.6149387 0.0581094 0.001556038 0.3421696 0.6572544 5.76075e-4 0.001942217 0.0162639 0.3250572 0.578387 0.06187206 0.01647752 0.0374149 0.6014904 0.3181822 0.01418894 0.02872347 0.1000536 0.5661162 0.2985621 0.009055614 0.02621245 0.06789487 0.5788007 0.3049209 0.01639282 0.03199058 0.04374605 0.5942992 0.3122021 0.01515579 0.03459668 0.0309745 0.6187762 0.3226536 0.009606361 0.01798927 0.01335549 0.3255575 0.5970917 0.001203358 0.06279188 0.02623689 0.3544743 0.5346435 1.56195e-5 0.08462971 0.0177344 0.3279945 0.5752255 4.46789e-4 0.07859873 0.004453361 0.1199824 0.2854939 0.005838334 0.05942773 0.5248043 0.01435935 0.1457382 0.2966837 0.02179986 0.5214188 0.009367465 0.2598615 0.4688588 0.06824362 0.07964372 0.1140248 0.00731796 0.1711778 0.4477679 0.03356981 0.09121239 0.2489539 0.02944868 0.08171731 0.3112572 0.2792523 0.2983245 0.07687419 0.00661391 0.9165118 0.04160499 0.01526832 0.02998733 0.9131394 0.107462 9.84215e-5 0.8924396 0.004882395 0.9951176 0.0315212 0.00458908 0.04977482 0.9141148 0.09423446 0.05372881 0.05747044 0.0259158 0.7686504 0.1089857 0.1483277 0.09035247 0.6523341 0.1936571 0.1682031 0.1760194 0.007214188 0.03756719 0.417339 7.04934e-5 0.8390374 0.1608921 0.6399985 0.3600015 0.002477526 0.8690022 0.1285203 0.6330524 0.3669476 0.9759364 0.02406352 0.6864959 0.3135042 0.897444 0.102556 0.6473235 0.3526766 0.9184707 0.08152925 0.6639804 0.3360196 0.001827001 0.9587584 0.03941446 0.01047426 0.9895257 0.003514766 0.9923272 0.00415796 0.9601578 0.03984218 0.9444357 0.05556434 2.58493e-4 0.8775616 0.1221799 1.02324e-4 0.6528286 0.347069 5.94255e-4 0.9826624 0.0167433 0.002425193 0.966066 0.0315088 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6894679 0.3105321 0.6666667 0.3333333 0.6666667 0.3333333 0.6818487 0.3181514 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.002276718 0.0814954 0.4889726 0.2642643 0.1629908 0.001663982 0.07956689 0.4843737 0.2689124 0.1654829 0.00239098 0.1408067 0.2856007 0.5712015 0.004214763 0.142255 0.2845101 0.5690202 0.004214763 0.142255 0.5690202 0.2845101 0.00239098 0.1408067 0.5712015 0.2856007 5.19127e-4 0.1403489 0.2863773 0.5727546 0.1428571 0.2857143 0.5714286 0.1428571 0.5714286 0.2857143 5.19127e-4 0.1403489 0.5727546 0.2863773 0.3301112 0.6698887 0.3317221 0.6682779 0.1429703 0.8454831 0.01154649 0.3067163 0.6932837 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.337424 0.662576 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6638464 0.3361536 0.3179731 0.6774292 0.004597663 0.04272562 0.9572743 0.006429195 0.6579135 0.3356573 0.1513408 0.8486592 0.003578126 0.661179 0.3352429 0.2547945 0.7452055 0.334258 0.665742 0.2976416 0.7023584 0.292281 0.707719 0.3107526 0.6892474 0.2665828 0.7334173 0.2971402 0.6963164 0.006543457 0.004334151 0.6943537 0.301312 0.3395175 0.6519917 0.008490681 0.007685542 0.7115365 0.2807779 0.3202832 0.6797168 0.00166887 0.6809079 0.3174232 0.3050587 0.6949412 0.7042375 0.2957625 0.2857143 0.7142857 0.6808511 0.3191489 0.2968548 0.7031452 0.6759443 0.3240557 0.002656102 0.09507662 0.6655364 0.1416543 0.09507662 0.004913747 0.1658477 0.1658477 0.6633908 0.7272728 0.2727273 0.7156639 0.284336 0.004913747 0.1658477 0.6633908 0.1658477 0.1666666 0.1666666 0.6666667 0.7564662 0.2435339 0.7449334 0.2550666 0.1990465 0.8009535 0.1666666 0.6666667 0.1666666 0.717756 0.282244 0.7315493 0.2684506 0.02531176 0.5993512 0.1501348 0.2252022 0.1487008 0.8512992 0.0255922 0.6107897 0.2106736 0.1529445 0.1488865 0.8511135 0.02056646 0.6787288 0.3007046 0.16641 0.83359 0.7545238 0.2454761 0.763034 0.236966 0.01170754 0.9511443 0.03714811 0.07361173 0.9174569 0.008931457 0.04541039 0.9152351 0.0393545 0.1290228 0.8668074 0.004169702 0.2773076 0.7225465 1.45822e-4 0.228447 0.7714027 1.50206e-4 0.2765691 0.7234309 0.934275 0.06572496 0.9429234 0.05707657 0.8917792 0.1082208 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.005728244 0.2315403 0.5481567 0.1235906 0.09098404 0.00608325 0.278847 0.1414297 0.565719 0.00792098 0.3417695 0.6582306 1 1 0.08108246 0.9126874 0.006230056 0.1107575 0.8818896 0.007352769 0.01749557 0.9511486 0.03135573 0.02868729 0.9385753 0.03273737 0.1500978 0.8410292 0.008873045 0.1312001 0.8635358 0.005263984 0.03366267 0.925371 0.04096627 0.07414609 0.9114055 0.0144484 0.01639419 0.4055622 0.2083536 0.2334667 0.1362233 0.02463883 0.5425286 0.1388512 0.2777023 0.01627904 0.4525694 0.5474306 0.4920635 0.5079365 0.03225803 0.967742 0.01496857 0.9850314 0.334258 0.665742 0.2547945 0.7452055 0.449467 0.550533 0.4561088 0.5438912 0.5052006 0.4947994 0.5079365 0.4920635 0.6759443 0.3240557 0.6808511 0.3191489 0.2529525 0.7470475 0.2403649 0.759635 0.5335426 0.4664574 0.5399683 0.4600318 0.006816029 0.2385569 0.5566329 0.118475 0.07951897 0.00829035 0.2833456 0.1416728 0.5666912 1 1 0.7276619 0.2723382 0.7396664 0.2603335 0.0143879 0.4680932 0.1170233 0.3776296 0.02002161 0.002844274 0.01111251 0.3726758 0.2943012 0.2008515 0.1210588 0.2274876 0.706622 0.03555208 0.03033828 0.2334884 0.7570019 0.009509623 0.02891391 0.6999174 0.2152978 0.03393381 0.02193683 0.01701945 0.4541801 0.1399198 0.2213333 0.1675471 0.04882752 0.9126063 0.005129933 0.03343623 0.0291534 0.6964535 0.1244593 0.1499338 0.2458023 0.7541977 0.4046919 0.595308 0.4410816 0.5589183 0.2918015 0.7081984 0.2774851 0.7225149 0.3041717 0.6958283 0.4570483 0.5429517 0.9255557 0.07444423 0.9301502 0.06984984 0.893917 0.1060829 0.8940093 0.1059907 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.001425445 0.2808009 0.5742189 0.1435547 0.001057446 0.3280094 0.6709331 0.3436283 0.6563717 0.3449816 0.6550185 1 1 0.1507255 0.848086 0.001188337 0.1353179 0.8622943 0.002387702 0.05319404 0.9219781 0.02482789 0.04834735 0.92426 0.02739262 0.115453 0.8812647 0.003282308 0.04007279 0.9176398 0.0422874 0.0607416 0.9392584 0.05901348 0.9409865 0.01205515 0.5578858 0.286706 0.143353 0.01351422 0.6517176 0.3347682 0.4633697 0.5366303 0.487405 0.512595 1 1 0.3107526 0.6892474 0.2665828 0.7334173 0.5197968 0.4802032 0.4968156 0.5031844 0.5346963 0.4653037 0.5472103 0.4527897 0.004526734 0.7252086 0.2702646 0.007997989 0.7404626 0.2515395 0.3145187 0.6838054 0.001675963 0.3353792 0.6565746 0.008046209 0.5512571 0.4487428 0.5651308 0.4348693 0.2851659 0.5718673 0.1429668 0.3320729 0.6679271 1 1 0.7313297 0.2686703 0.7381743 0.2618256 0.01002293 0.5201953 0.4697819 0.00834006 0.4651397 0.3807725 0.1457475 0.2935968 0.7064031 0.2792632 0.7207368 0.03386443 0.6895697 0.2765658 0.03271996 0.7011845 0.2222052 0.04389023 0.06021898 0.9397811 0.05517387 0.9448261 0.2356979 0.764302 0.4282311 0.5717689 0.2865584 0.7134416 0.8980827 0.1019173 0.8995149 0.100485 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.003893613 0.2813522 0.5718033 0.1429508 0.002023875 0.2812765 0.1433399 0.5733597 0.3427877 0.6572123 0.3442775 0.6557225 1 1 0.1103498 0.8856995 0.003950655 0.09782606 0.8986195 0.003554344 0.02973347 0.9312348 0.03903168 0.03036129 0.9278463 0.04179245 0.07404816 0.9259518 0.06884557 0.9311544 0.02119034 0.5534753 0.2835562 0.1417781 0.01587593 0.5561164 0.1426692 0.2853385 0.4796582 0.5203418 0.4772582 0.5227419 1 0.001956939 0.9980431 0.292281 0.707719 0.2976416 0.7023584 0.4920635 0.5079365 0.4842624 0.5157376 0.5239166 0.4760835 0.5115346 0.4884654 0.7098739 0.2901262 0.001681745 0.6861755 0.3121426 0.3050587 0.6949412 0.3202832 0.6797168 0.5645496 0.4354504 0.5711486 0.4288514 0.004214763 0.2845101 0.5690202 0.142255 0.2857143 0.1428571 0.5714286 1 1 0.7865818 0.2134181 0.7994514 0.2005486 0.008033394 0.4823578 0.1716626 0.337946 0.0114271 0.4986558 0.3652531 0.1246639 0.2495525 0.7504475 0.2835916 0.7164084 0.03324741 0.7399589 0.07834857 0.1484451 0.0335285 0.7840747 0.1823967 0.05442583 0.9455741 0.05321735 0.9467826 0.6323088 0.3676912 0.6120785 0.3879215 0.2304924 0.7695075 0.03774082 0.9367457 0.02551352 0.02065706 0.9547665 0.02457648 0.1195884 0.8786178 0.001793563 0.0917744 0.9039779 0.004247725 0.9288765 0.07112342 0.9128332 0.08716678 0.2053974 0.7946025 0.2622579 0.7377421 0.4669445 0.5330555 0.3924507 0.6075493 0.3929162 0.6070839 0.2709549 0.7290452 0.2369788 0.7630212 0.4486728 0.5513271 0.3470656 0.6529344 0.4776017 0.5223982 0.385354 0.614646 0.4105872 0.5894128 0.2686788 0.7313213 0.8904091 0.1095909 0.9086115 0.09138852 0.2587895 0.6379792 0.06266605 0.04056513 0.2837359 0.6152507 0.07009762 0.03091573 0.2247118 0.7045216 0.05766558 0.01310086 0.01739132 0.9136263 0.0689823 0.02271527 0.9208615 0.05642324 0.05654513 0.9015223 0.04193258 0.8894743 0.1105257 0.8875244 0.1124755 0.01763904 0.9253391 0.05702197 0.05907171 0.9093433 0.03158491 0.02508121 0.9297511 0.04516768 1 1 1 1 1 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 1 0.2 0.8 0.3333333 0.6666667 1 0.3333333 0.6666667 0.2 0.8 1 0.6666667 0.3333333 0.8 0.2 1 0.8 0.2 0.6666667 0.3333333 0.02141082 0.977978 6.11212e-4 0.004916667 0.9927328 0.002350449 0.9928703 0.007129669 2.0615e-4 0.9978454 0.001948416 1.09186e-4 0.6806386 0.3192523 1.3152e-4 0.8929959 0.1068726 1.35093e-4 0.9172555 0.08260941 0.680808 0.3191919 0.001842021 0.2976254 0.4711114 0.1272608 0.01164996 0.09051036 4.85662e-5 0.259053 0.3106234 0.1978798 0.001467525 0.05756682 0.1733607 7.07804e-4 0.2664555 0.4181859 0.1578013 0.001195013 0.0184732 0.1371811 0.0181365 0.1991242 0.2514078 0.2864789 0.1185549 0.1262975 0.007906734 0.1247566 0.7313809 0.04610681 0.08984875 0.002673089 0.07612401 0.6372243 0.01748681 0.2664917 0.04391765 0.3603317 0.5208821 0.0748685 0.00244081 0.1896424 0.5375804 0.2703365 0.1880652 0.5760875 1.04943e-4 0.2357423 0.1431248 0.6539851 1.07286e-4 0.2027828 4.30961e-4 0.5970159 0.1143298 0.2882234 7.12538e-6 0.5093133 0.2095928 0.2810869 8.73875e-4 0.3778197 0.6213065 0.5216218 0.4783782 0.09095591 0.4214201 5.90797e-4 0.4870331 0.0541498 0.3463013 4.12464e-4 0.5991364 0.00444889 0.3551551 0.6403959 0.02153187 0.2711009 0.7073672 0.03046149 0.5023719 0.4671666 0.08950322 0.3091878 0.601309 7.07486e-5 0.3184182 0.6815111 3.65352e-4 0.1094924 0.002029478 0.8881127 0.2318966 0.7681033 0.02070325 0.1884887 0.001865863 0.7889422 0.01355797 0.2010739 0.011146 0.7742221 0.002043128 0.1080777 0.001385807 0.8884933 0.006873428 0.1337411 9.92763e-4 0.8583927 0.01131796 0.2339838 9.89017e-6 0.7546883 0.02106177 0.1142289 8.08396e-4 0.8639008 5.24744e-5 0.05993628 0.00119549 0.9388157 0.143811 0.6705033 0.1856857 0.03001749 0.2024005 0.01117753 0.03584951 0.1028632 0.6176916 0.04539692 0.1086885 0.4989804 0.009748637 0.02527642 0.1342478 0.1776611 0.01743805 0.08354717 0.3084511 0.005915403 0.1442115 0.4404366 0.001740097 0.1440883 0.447795 0.08866143 0.1326737 0.1850411 0.002276957 0.8984107 0.09931236 0.03747731 0.7522106 0.2101066 2.05497e-4 0.07147735 0.005773663 0.8834991 0.01430386 0.02494591 0.08738267 0.007894098 0.858367 0.04635614 0.00268495 0.9711391 0.02617579 0.03095567 0.003983139 0.9390767 0.02598434 0.03427433 0.002265274 0.8368313 0.126629 0.02185112 0.00278455 0.9416711 0.03369319 0.001049399 0.8098236 0.189127 0.4182775 0.5217984 0.001204252 0.05871975 0.3539351 0.6160094 9.64321e-4 0.02909106 2.18338e-4 0.5155569 0.1089587 1.20119e-5 0.375254 0.001611292 0.4825841 0.1186599 4.87701e-5 0.3970959 4.74959e-4 0.5118864 0.1217067 9.76792e-5 0.3658342 2.1812e-4 0.3224371 0.2460082 6.1681e-5 0.4312748 9.72495e-5 0.2852566 0.2572278 1.76298e-4 0.457242 6.50528e-5 0.3111805 0.2613685 2.71238e-4 0.4271147 0.06734454 0.6312283 0.03435754 0.2670696 0.05817455 0.6044958 0.01314473 0.323248 9.3694e-4 0.05733239 0.5771477 0.02642315 0.3364486 0.002648115 0.08468306 0.6504234 0.05191034 0.1313955 0.08158755 0.0739398 0.7062517 0.04149812 0.1763101 0.002000212 0.005265951 0.7974014 0.1681915 0.02914106 0.01079314 0.7173489 0.2126491 0.05920886 0.00296849 0.8709818 0.04159837 0.08445125 0.001021683 0.6554408 0.08044093 0.2630965 0.00414741 0.8424547 0.1533977 9.95334e-4 0.6470944 0.0573408 0.2945694 0.003834247 0.8880894 0.01241296 0.09566336 0.002096593 0.6693397 0.06724756 0.2613161 0.1694385 0.3744873 1.31461e-4 0.4559427 0.1344949 0.4115521 1.97595e-4 0.4537554 0.1809225 0.3556084 2.83115e-4 0.463186 0.119573 0.378068 1.82182e-4 0.5021768 0.1886655 0.3634656 4.41556e-4 0.4474272 0.1234098 0.3738234 0.001354873 0.5014119 0.001592159 0.874639 0.07474678 0.04902189 2.60111e-4 0.6384202 0.1108884 6.84477e-5 0.2503629 0.002447783 0.6839744 0.117268 0.1963098 0.004073381 0.8991401 0.09678643 0.001441776 0.4844682 0.2605201 0.2535699 0.003188908 0.7622382 0.2345728 7.73553e-5 0.2403585 0.4758555 2.80761e-5 0.2836806 0.1753097 0.5407617 6.0546e-4 0.2573448 0.02597832 1.02026e-4 0.4130368 0.5520459 6.27201e-4 0.03418797 0.2454824 0.4694679 4.86107e-4 0.2845635 0.356353 0.6428605 7.86484e-4 0.171519 0.527857 0.002127826 0.2984963 4.01689e-4 0.6970576 0.2694192 0.03312146 0.4395744 0.2917785 1.94154e-4 0.2684528 0.003225088 0.7714831 0.2252919 0.004091322 0.7776979 0.1959113 0.02229934 0.004806399 0.8420482 0.1517559 0.001389443 0.002414882 0.7376121 0.259973 0.001974284 0.7378438 0.250451 0.009730935 5.92003e-4 0.3903548 0.3464804 0.2625727 6.27918e-4 0.385757 0.3362242 0.2773908 6.62914e-4 0.354921 0.397347 0.2470691 7.39598e-4 0.3082564 0.4178308 0.2731732 0.5959468 0.2284748 0.1755783 0.5691221 0.2084453 0.2224326 0.355206 0.6447939 0.2975169 0.7024831 0.1518883 0.8481116 0.0741657 0.9258344 0.03022593 0.766704 0.2027069 3.63074e-4 0.0120635 0.7715711 0.2161759 1.89525e-4 0.3689872 0.5505322 0.001312911 0.07916766 0.3353552 0.5826554 0.001009106 0.0809803 2.2123e-4 0.6513177 0.1140743 0.2343868 3.17961e-4 0.656123 0.117748 0.2258109 1.88045e-5 0.3648354 0.5673137 0.06783205 0.02060025 0.9565092 0.02289056 0.3751379 0.584823 0.04003918 0.04414927 0.9558506 0.06317979 0.9109827 0.02583748 1 0.9973582 0.002641856 1 0.007695794 0.9783601 0.01394408 0.9935891 0.006410896 0.979496 0.02050405 0.007677316 0.955014 0.03730869 1 0.3533135 0.630015 0.01667147 0.3910857 0.5678746 0.0410397 0.380434 0.6183242 0.001241743 0.4001268 0.5781805 0.02169269 0.4059631 0.5810778 0.01295912 0.4073576 0.5882024 0.004440009 0.6287739 0.365381 0.00584501 0.6125337 0.3848952 0.002570986 0.2176501 0.06311696 0.5015826 0.2176501 0.1869628 0.4120599 0.4009772 1 0.4180531 0.5216264 0.06032037 0.1526218 0.8473781 0.4456286 0.4844639 0.06990754 0.4383167 0.4059228 0.1557605 0.5072788 0.3468209 0.1459003 0.4152836 0.562972 0.02174443 0.5247344 0.3975149 0.07775068 0.364381 0.6356191 0.4461066 0.4017996 0.1520938 0.4681296 0.342485 0.1893854 7.29344e-5 0.4454185 0.3437799 0.2107287 0.4013254 0.5022136 0.09646099 0.4204634 0.5319078 0.04762887 0.5057213 0.3712647 0.123014 0.3981134 0.479574 0.1223126 9.81318e-5 0.4126339 0.3929181 0.1943498 0.3823072 0.5816279 0.03606486 0.4014024 0.5472331 0.05136448 0.4203658 0.45379 0.1258442 0.229199 0.7297347 0.04106622 0.1325617 0.8338641 0.0335741 0.1533597 0.8466403 0.3022618 0.6977381 0.1743842 0.8256157 0.2385438 0.7614562 8.52619e-4 0.1041133 0.1448443 0.3214791 0.129617 0.2990934 0.002409934 0.2220852 0.2628514 0.2696205 0.08455139 0.1584813 0.004076182 0.1981979 0.2631564 0.2907584 0.1011326 0.1426783 0.02186191 0.2757157 0.4192919 9.05597e-4 0.04271185 0.239513 0.02912586 0.366319 0.4317532 0.01177853 0.1610234 0.5697659 0.2833303 0.1469038 0.5473591 0.281064 0.1715769 0.028503 0.6662659 0.02887594 0.2763549 0.09711587 0.6930615 0.005437254 0.2043853 0.06223171 0.6737629 0.04023486 0.2237704 0.02367818 0.7473526 0.03962403 0.189345 0.05196243 0.8232904 0.03782027 0.08692687 0.09247219 0.7694091 0.009600579 0.1285181 0.01302272 0.6488305 0.172976 0.1651709 0.004306793 0.6382008 0.1318881 0.2256043 0.001573681 0.6680521 0.1322476 0.1981266 0.003901362 0.7398375 0.1471216 0.1091395 2.65526e-4 0.5133289 0.25005 0.2363556 0.6051899 0.1981431 0.196667 2.74989e-4 0.5178756 0.2650265 0.2168229 0.6120847 0.2094058 0.1785094 0.083696 0.6898563 0.009432137 0.2170155 0.0252158 0.6539833 0.03213649 0.2886644 0.0829215 0.7069576 0.01064872 0.199472 0.02522027 0.6770736 0.0389375 0.2587686 3.88938e-5 0.3274713 0.562332 0.1101577 2.34442e-5 0.3283762 0.5350216 0.1365788 1 6.07513e-4 0.187386 0.8120064 0.1111111 0.8888889 0.6666667 0.3333333 0.6666667 0.3333333 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.1677393 0.4818351 0.3504256 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.007377326 0.2977868 0.4963113 0.1985245 0.1578947 0.6315789 0.2105263 0.2 0.8 0.2 0.8 0.1111111 0.5925926 0.2962963 0.05101209 0.117824 0.4512032 0.3799606 0.05423671 0.1632678 0.4247833 0.3577122 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.2655133 0.1770088 0.4689735 0.08850437 0.5031864 0.3081188 0.1886948 0.04749017 0.8595288 0.05260276 0.04037809 0.05525976 0.04394561 0.7622423 0.1385523 5.19399e-4 0.4387547 0.5607259 0.5980597 0.3967937 0.005146563 0.6287277 0.3601187 0.01115351 0.5770127 0.3845474 0.03843986 0.5329975 0.4418524 0.02515006 2.20401e-4 0.5163341 0.4052442 0.07820129 0.5212331 0.4185508 0.06021606 0.5212331 0.4185508 0.06021606 2.06601e-4 0.5163412 0.4052498 0.07820242 3.4573e-4 0.518991 0.3898754 0.09078782 5.42871e-4 0.4988084 0.3978275 0.1028213 0.5329975 0.4418524 0.02515006 0.5770127 0.3845474 0.03843986 0.6287277 0.3601187 0.01115351 0.5980597 0.3967937 0.005146563 0.5980597 0.3967937 0.005146563 0.3790326 0.6209674 0.2955319 0.7044681 0.1346144 0.8653855 0.1223108 0.8776892 0.004091441 0.139716 0.0896911 0.3620988 0.4044026 0.003980875 0.1256839 0.02150297 0.43783 0.4110023 0.01210266 0.6585983 0.3292991 0.008339464 0.661107 0.3305535 1 1 4.89492e-4 0.3331702 0.6663404 0.005081951 0.3316393 0.6632786 1 1 0.09031444 0.5952341 0.3144515 0.09091538 0.5942801 0.3148046 0.002747952 0.1530585 0.07919383 0.3453788 0.4196208 0.00126326 0.1235936 0.4287354 0.4464077 0.004887044 0.3317043 0.6634086 0.01249021 0.3291699 0.6583399 1 0.001297831 0.9987022 0.002031207 0.06106793 0.3638012 0.5730997 0.1128339 0.7006098 0.1865563 0.002347767 0.08403968 0.08403968 0.2412946 0.5882781 0.06699675 0.7464026 0.1866006 0.00609219 0.1987816 0.7951263 5.87333e-4 0.1998825 0.7995302 0.06283086 0.6204778 0.3166913 0.001599311 0.07647466 0.155183 0.3099724 0.4567705 0.0449903 0.6366731 0.3183366 0.002184152 0.07818192 0.1563639 0.2941783 0.4690917 0.07828682 0.6058168 0.3158963 0.08960688 0.3984785 0.5119147 0.09024846 0.5939289 0.3158226 0.002261459 0.1180795 0.3337524 0.5459066 0.004617214 0.3317943 0.6635885 0.01174646 0.3294178 0.6588357 0.3333333 0.6666667 0.005081951 0.3316393 0.6632786 0.004997432 0.478562 0.3780344 0.1384062 0.4673408 0.3574056 0.1752536 0.007180869 0.5191252 0.2598848 0.2138091 0.1938441 0.8061558 0.3702072 0.6297928 0.3473362 0.6526638 0.2646797 0.7353203 0.3265072 0.6734929 0.4246186 0.5753814 0.4929218 0.5070782 0.521554 0.478446 0.1875455 0.8105653 0.001889228 0.1468037 0.849431 0.003765225 0.1025412 0.8780927 0.01936602 0.08089512 0.8939409 0.02516394 0.04096704 0.9063274 0.05270546 0.1348536 0.8610678 0.004078507 0.1798385 0.8182188 0.001942574 0.1007015 0.8797807 0.01951789 0.0402255 0.9053807 0.0543937 0.07628518 0.8965185 0.02719628 0.1301578 0.8643763 0.005465686 0.1538462 0.5384616 0.3076923 0.4529852 0.3930864 0.1539283 0.507212 0.3997471 0.09304076 0.5638163 0.3905179 0.0456658 0.6015269 0.3564859 0.04198712 0.5676915 0.3466576 0.08565092 0.8281429 0.1268938 0.04496335 0.8695973 0.1026394 0.02776324 0.03960579 0.6858426 0.1927419 0.08180958 0.2618812 0.7236945 0.01325595 0.001168251 6.84951e-4 0.4146611 0.4168466 0.1678074 8.67736e-4 0.4986463 0.3976981 0.1027879 6.52409e-4 0.4642124 0.3901464 0.1449887 6.64107e-4 0.5188257 0.3897513 0.09075891 0.6184268 0.3733898 0.00818336 0.1944741 0.6502729 0.1519329 0.003319978 0.3414607 0.3724182 0.286121 0.3378897 0.1371346 0.08926701 6.71306e-4 0.05819302 0.3527004 0.02414387 0.2768032 0.1669642 3.30165e-4 0.04421204 0.0259279 0.1118981 0.3430489 0.03081536 0.07692307 0.6153846 0.3076923 0.6091923 0.07374531 0.3170623 0.5919383 0.07354617 0.3345156 0.636272 0.088683 0.275045 0.6240662 0.0850529 0.2908809 0.6085137 0.06730663 0.3241797 0.6149153 0.06415134 0.3209333 1 1 1 1 1 1 1 1 1 1 0.02874481 0.9712551 1 1 0.1314774 0.4181452 0.2090726 0.1557796 0.08552503 0.5791462 0.4208539 0.6144679 0.3802506 0.005281567 0.6353319 0.3516314 0.01303666 0.6459379 0.3171076 0.03695452 0.4737864 0.2381993 0.05213969 0.2358745 0.009000778 0.3987201 0.08082431 0.158828 0.3526268 0.07815587 0.2773637 0.282911 0.2332628 0.1283067 0.2437973 0.2537482 0.3254682 0.05062526 0.126361 0.1118773 0.2209989 0.4004003 0.1851323 0.06756514 0.01402574 0.4976484 0.5023517 0.08673465 0.1670067 0.7462585 0.4179117 0.1424687 0.09729725 0.3423223 1 0.7710908 0.2289093 1 1 0.9344184 0.0655815 1 1 1 0.04396468 0.9560353 1 1 0.7184063 0.2301061 0.05148756 0.6142991 0.3645825 0.0211184 0.7294774 0.2246717 0.04585099 0.6666667 0.1666666 0.1666666 0.6666667 0.3333333 0.8 0.2 0.2857143 0.4285715 0.2857143 0.4670251 0.2690672 0.01344144 0.2435092 0.00533539 0.001621603 0.6666667 0.3333333 0.693245 0.2462215 0.0100786 0.05045479 0.6085866 0.259754 0.01065146 0.1210078 0.8431766 0.1058737 0.02698349 0.02396625 0.9832611 0.01673889 1.12856e-5 0.001404345 0.9985844 0.3147493 0.04442822 0.006347417 0.6344749 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 1 9.04927e-5 0.4999548 0.4999548 0.6347667 0.3593395 6.86308e-4 0.005207479 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.3574063 0.6425937 0.4507443 0.5492557 0.4931518 0.5068482 0.5246046 0.4753955 0.7958045 0.14398 0.06021559 0.7979298 0.1994825 0.002587735 0.7720407 0.2245936 0.003365635 0.3609952 0.5640551 0.06768661 0.007263004 0.1543958 0.6532132 0.1900256 0.002365231 0.1772971 0.6593239 0.1606755 0.002703368 0.1772702 0.6592235 0.1606511 0.002855122 0.1904762 0.1547619 0.6547619 0.1611111 0.1777778 0.6611111 0.0136708 0.6489008 0.3374284 0.0136708 0.6489008 0.3374284 0.2095683 0.2592359 0.4642559 0.06693989 0.2092695 0.2531182 0.4437091 0.09297102 9.32118e-4 0.1483907 0.1967723 0.5427873 0.1120496 0.1481634 0.1895904 0.5180543 0.1430775 0.001114428 0.004797637 0.03422182 0.54901 0.3719665 0.03994935 5.45971e-5 0.03458142 0.5812058 0.3617147 0.02244472 5.33168e-5 0.02448612 0.06977176 0.6620247 0.2437173 0.001648247 0.1860849 0.8122668 0.02973002 0.07024449 0.6325664 0.2509401 0.01651895 0.001113831 0.1995919 0.7992941 7.85639e-4 0.1326813 0.866533 0.001880824 0.1217514 0.8763678 0.001800596 0.1134079 0.8847914 0.3202401 0.3805079 0.299252 0.3139998 0.3732979 0.3127022 0.306611 0.3692772 0.3177735 0.006338119 0.3000751 0.3617414 0.3318235 0.006360054 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7691872 0.1716732 0.05699169 0.002147912 0.5660412 0.4170958 0.01057237 0.006290495 0.5006335 0.4407261 0.05864024 0.4698483 0.4227157 0.107436 0.3775194 0.3565958 0.04154562 0.2243391 0.5193861 0.4802321 3.81902e-4 0.5245619 0.4618309 2.57138e-4 0.01335 0.01118159 0.3498024 0.08241546 0.2001599 0.3564406 0.3756843 0.1243205 0.0842663 3.2082e-4 0.04346013 0.3104323 0.06151551 0.5486671 0.06043982 0.2172254 7.23409e-6 0.003342986 0.1671879 0.003129541 0.6032525 0.004339635 0.3633291 0.0290786 0.5255458 0.002615153 0.4278147 0.0440244 0.005944609 0.3123193 0.5451889 0.05552923 0.03692734 0.02660757 0.01748287 0.2646073 0.1098403 0.05889117 0.2685342 1.66612e-6 1.08445e-4 0.2980169 0.4138118 0.03364461 0.3650265 0.1875171 0.1279991 0.2249628 0.07387024 0.265124 8.14693e-7 1.06665e-4 0.3079362 0.7294774 0.2246717 0.04585099 0.6142879 0.3645942 0.02111798 0.5885855 0.3925574 0.018857 0.6332612 0.3309733 0.03576552 0.7958045 0.14398 0.06021559 0.7184063 0.2301061 0.05148756 0.04678517 0.4962914 0.4505893 0.002672314 0.003661692 0.005258619 0.309385 0.5487401 0.06796944 0.03593677 0.01132243 0.02138757 0.2768418 0.1468845 1.46103e-4 0.04969936 0.01451408 0.1069557 0.2965587 0.1083998 0.2253265 0.1911279 4.58752e-4 0.03483283 0.03858792 0.1452714 0.3225492 0.0418452 6.61407e-4 0.1272148 0.3610399 0.3998674 0.0523535 0.03616094 0.01227605 0.01042604 0.6410021 0.3157873 0.001876711 0.04133379 0.5800787 0.4087966 0.001579165 0.009545445 0.581409 0.4032806 0.004748344 0.01056206 0.7645271 0.1516982 0.07734376 0.006430864 0.1177366 0.5763751 0.3016653 0.004223048 0.01184993 0.3655207 0.0695973 0.4465341 0.08659023 0.01737749 0.002529978 0.02944868 0.08171731 0.3112572 0.2983245 0.2792522 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1257956 0.15442 0.240778 0.3772787 0.1017277 1.32085e-4 0.2097187 0.3050528 0.2018439 0.249576 0.02706271 0.00661385 0.02912586 0.366319 0.1610234 0.4317531 0.01177853 1 1 1 1 1 0.5164479 0.4053335 0.07821857 0.5770127 0.3845474 0.03843986 0.001297831 0.9987022 1 1 1 0.4927685 0.5072315 0.3380358 0.6619642 0.2621147 0.7378852 0.3460522 0.6539478 0.1609259 0.8351086 0.003965377 0.1620178 0.8340941 0.00388813 0.1336556 0.8611237 0.00522077 0.1220524 0.8713979 0.006549656 0.1244266 0.8691913 0.006382107 0.7985652 0.1996412 0.001793503 0.7506954 0.245125 0.004179596 0.7517835 0.2454803 0.002736091 0.3057577 0.5924056 0.09554928 0.006287395 0.3061496 0.5931648 0.09567171 0.005013883 0.6184268 0.3733898 0.00818336 0.6197549 0.3741917 0.006053447 0.6852609 0.30885 0.005889058 0.1443259 0.6429063 0.2099286 0.002839207 0.1443974 0.6432249 0.2100326 0.002345025 0.2276107 0.6330423 0.1351438 0.004203021 0.1945211 0.65043 0.1519696 0.003079295 0.1944741 0.6502729 0.1519329 0.003319978 0.2276353 0.6331109 0.1351585 0.004095256 0.09592849 0.3069713 0.5947568 0.002343416 0.09615385 0.3076923 0.5961539 0.1118543 0.6108965 0.2753337 0.001915454 0.07580411 0.5739456 0.3465332 0.003717005 0.07599765 0.5754108 0.3474178 0.001173675 0.1118791 0.6110319 0.2753946 0.001694381 0.2105263 0.1447368 0.6447368 0.2105263 0.1447368 0.6447368 0.1524066 0.1950804 0.6523002 2.1275e-4 0.152439 0.1951219 0.652439 0.02643048 0.718587 0.2549825 0.3478261 0.07608693 0.5760869 0.3478261 0.07608693 0.5760869 0.275862 0.112069 0.612069 0.2096568 0.2587541 0.4311495 0.09839934 0.002040266 0.1354741 0.1543612 0.491816 0.1996111 0.01873749 0.01091307 0.02826076 0.4426025 0.4276176 0.09051728 8.87069e-5 0.03037428 0.5408198 0.3720175 0.05657893 2.0929e-4 0.05122715 0.09430366 0.6365109 0.2179583 0.06392586 0.09343254 0.5602056 0.2461664 0.03626948 0.09150677 0.1350565 0.5792203 0.1891704 0.00504601 3.6355e-4 0.04316407 0.4694712 0.4818668 0.002807557 0.002326607 0.003190994 0.1071889 0.5507079 0.3360354 0.001269161 0.001607537 0.07847118 0.5697279 0.3482413 6.11511e-4 0.002947986 0.04153144 0.4739547 0.4789226 0.002566993 0.00302422 0.001432418 0.01240187 0.2750815 0.5965866 0.1142936 2.03765e-4 0.001487493 0.01682573 0.3572499 0.5478401 0.07643598 1.60812e-4 0.01693117 0.3692436 0.540678 0.07295691 1.90333e-4 0.01048988 0.2704355 0.5822367 0.1363754 4.6245e-4 0.299309 0.3683505 0.3323405 0.3312335 0.3783789 0.2903876 0.2844516 0.3612682 0.3410115 0.01326864 0.2733505 0.3288896 0.3689275 0.02883219 0.2707265 0.3242689 0.3686699 0.03607726 2.57413e-4 0.2681726 0.3411646 0.3703665 0.02005791 2.38222e-4 1 1 1 0.5791461 0.4208539 0.6144679 0.3802506 0.005281567 0.6353319 0.3516314 0.01303666 0.6459379 0.3171076 0.03695452 0.6165208 0.3172973 0.06618189 0.4733662 0.2383895 0.05218136 0.2360628 0.1680031 0.1672893 0.05192667 0.292079 0.3207018 0.5 0.5 0.4058634 0.03322935 0.3738296 0.1870777 0.009001433 0.3986756 0.08083027 0.1588397 0.3526529 0.09224289 0.2506839 0.07433432 0.2566936 0.3260453 0.1118773 0.2209989 0.4004003 0.1851323 0.06756514 0.01402574 0.4976484 0.5023517 0.412286 0.1431862 0.1004817 0.3440461 1 1 1 1 1 1 0.9344184 0.0655815 1 1 1 1 0.7184063 0.2301061 0.05148756 0.6332611 0.3309733 0.03576552 0.5866671 0.3912238 0.02210909 0.6138225 0.364318 0.0218594 0.6666667 0.3333333 0.8 0.2 0.3333333 0.6666667 0.4670251 0.2690672 0.01344144 0.2435092 0.00533539 0.001621603 1 0.3315858 0.6684141 0.3333333 0.6666667 1 0.6347667 0.3593395 6.86308e-4 0.005207479 0.6240876 0.3717294 0.002024233 0.002158701 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7957898 0.1439956 0.06021451 0.2714468 0.267831 0.008587002 0.3341084 0.1097146 0.008312046 0.7979298 0.1994825 0.002587735 0.5565237 0.43436 0.009116232 0.0393964 0.5384176 0.4202283 0.001957714 0.03945064 0.5391588 0.4208068 5.83692e-4 0.1611111 0.1777778 0.6611111 0.1611111 0.1777778 0.6611111 0.0136708 0.6489008 0.3374284 0.4210526 0.03947365 0.5394737 0.2095683 0.2592359 0.4642559 0.06693989 0.2092695 0.2531182 0.4437091 0.09297102 9.32118e-4 0.1483907 0.1967723 0.5427873 0.1120496 0.004797637 0.03422182 0.54901 0.3719665 0.03994935 5.45971e-5 0.03458142 0.5812057 0.3617147 0.02244472 5.33168e-5 0.02973002 0.07024449 0.6325663 0.2509401 0.01651895 0.001514196 0.1305454 0.6093634 0.2563887 0.001246273 9.41811e-4 0.005458652 0.2234015 0.6630725 0.1078346 2.32659e-4 0.003995835 0.2115686 0.6659107 0.1181923 3.32408e-4 0.3202401 0.3805079 0.299252 0.3139998 0.3732979 0.3127023 0.3000751 0.3617414 0.3318235 0.006360054 0.3333333 0.6666667 0.6666667 0.3333333 1 1 0.1860849 0.001648247 0.8122668 0.1084642 0.001259803 0.890276 0.1326813 7.85639e-4 0.866533 0.1217514 0.001880824 0.8763678 0.1134079 0.001800596 0.8847914 1 1 1 1 1 1 1 1 1 1 1 0.7995399 0.199885 5.75078e-4 0.09210652 0.9078935 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7467337 0.2229896 2.53789e-4 0.03002285 0.5006336 0.4407261 0.05864024 0.4698483 0.4227157 0.107436 0.5515802 0.4459742 0.002445638 0.5193861 0.4802321 3.81902e-4 0.5245619 0.4618309 2.57138e-4 0.01335 0.01140367 0.3368603 0.08405232 0.2041572 2.35012e-6 4.01557e-6 0.3635201 0.005231916 0.3877961 0.1757841 0.09906339 2.12451e-7 5.24807e-7 0.3321237 0.4603196 0.07737952 0.1878067 1.29788e-5 0.02374863 0.2507325 0.5268477 1.44287e-4 0.4288745 0.04413348 0.5713085 0.3956759 0.03301566 0.3185513 0.3743227 0.3071261 0.2203378 0.3289533 0.4275098 0.02319902 0.09335809 0.136986 0.5999011 0.1641981 0.005556583 0.413809 0.03364437 0.3650308 0.1875158 0.9365896 0.001226842 0.05783843 0.00434488 0.7294773 0.2246717 0.04585099 0.6142879 0.3645942 0.02111798 0.6332611 0.3309733 0.03576552 0.7958045 0.14398 0.06021559 0.7184063 0.2301061 0.05148756 0.0360651 0.437267 0.4157447 0.1107305 1.92695e-4 0.005985319 0.2751902 0.5373582 0.1065286 0.04624122 0.02356457 0.005131661 0.1802443 0.4434951 0.33752 0.01859939 0.01779466 0.002346396 0.2020274 0.4109843 0.3467977 6.64729e-4 0.03429317 0.005232453 0.001348555 0.004946708 0.4281061 0.01289129 0.3973959 0.08873152 1.52255e-4 0.06302028 0.003407239 0.007786631 0.02256578 0.6099584 0.01583361 0.2675215 0.003409266 0.07250386 4.2074e-4 0.5800787 0.4087967 0.001579165 0.009545445 0.06494295 0.3451088 0.5748176 8.20314e-4 0.0143103 0.01186895 0.3645043 0.4472494 0.08672893 0.01740533 0.06970882 0.002534031 1 1 1 1 1 1 1 1 1 1 1 1 1 0.003965795 0.6815288 0.2711691 0.00340265 0.03993356 0.1257928 0.1544165 0.2407726 0.1017255 2.22714e-5 0.3772703 1.31399e-4 0.2086293 0.3034682 0.2006022 0.0269221 0.008363306 0.2518835 1 1 1 1 1 0.5212331 0.4185508 0.06021606 0.5164479 0.4053335 0.07821857 0.5191705 0.3900102 0.09081923 0.4990793 0.3980435 0.1028771 0.5329975 0.4418524 0.02515006 0.5770127 0.3845474 0.03843986 0.6287277 0.3601187 0.01115351 0.001297831 0.9987022 1 3.14761e-4 0.9996853 1 0.001611769 0.9983882 1 0.5219173 0.4780827 0.4927685 0.5072315 0.4357065 0.5642935 0.3380358 0.6619642 0.2621147 0.7378852 0.3460522 0.6539478 0.1609259 0.8351086 0.003965377 0.1620178 0.8340939 0.00388813 0.1336556 0.8611237 0.00522077 0.1220524 0.8713979 0.006549656 0.1244266 0.8691913 0.006382107 0.7985652 0.1996412 0.001793503 0.7506954 0.245125 0.004179596 0.7517835 0.2454803 0.002736091 0.3057577 0.5924056 0.09554928 0.006287395 0.3061496 0.5931648 0.09567171 0.005013883 0.6197549 0.3741917 0.006053447 0.6852609 0.30885 0.005889058 0.1443259 0.6429063 0.2099286 0.002839207 0.1443974 0.6432249 0.2100326 0.002345025 0.2276107 0.6330423 0.1351438 0.004203021 0.1945211 0.65043 0.1519696 0.003079295 0.09592849 0.3069713 0.5947568 0.002343416 0.09615385 0.3076923 0.5961539 0.07580411 0.5739456 0.3465332 0.003717005 0.07599765 0.5754108 0.3474178 0.001173675 0.1118791 0.6110319 0.2753946 0.001694381 0.2105263 0.1447368 0.6447368 0.2105263 0.1447368 0.6447368 0.1356804 0.2285144 0.6355559 2.49212e-4 0.1524066 0.1950804 0.6523002 2.1275e-4 0.152439 0.1951219 0.652439 0.1357142 0.2285714 0.6357143 0.004162669 0.7350228 0.2608146 0.02643048 0.718587 0.2549825 0.3478261 0.07608693 0.5760869 0.3478261 0.07608693 0.5760869 0.2220326 0.2856249 0.4512658 0.04107683 0.2096568 0.2587541 0.4311494 0.09839934 0.002040266 0.128501 0.1692214 0.5833216 0.118956 0.1354741 0.1543612 0.4918161 0.1996111 0.01873749 0.01091307 0.02826076 0.4426025 0.4276176 0.09051728 8.87069e-5 0.03037428 0.5408199 0.3720175 0.05657893 2.0929e-4 0.08966588 0.1373431 0.597895 0.1750959 0.05122715 0.09430366 0.6365109 0.2179583 0.06392586 0.09343254 0.5602056 0.2461664 0.03626948 0.09150677 0.1350565 0.5792203 0.1891704 0.00504601 3.6355e-4 0.04316407 0.4694712 0.4818669 0.002807557 0.002326607 0.003190994 0.1071889 0.5507079 0.3360354 0.001269161 0.001607537 0.07847118 0.5697279 0.3482413 6.11511e-4 0.002947986 0.04153144 0.4739546 0.4789226 0.002566993 0.00302422 0.001432418 0.01240187 0.2750815 0.5965866 0.1142936 2.03765e-4 0.001487493 0.01682573 0.3572498 0.5478401 0.07643598 1.60812e-4 0.01693117 0.3692436 0.540678 0.07295691 1.90333e-4 0.01048988 0.2704355 0.5822368 0.1363754 4.6245e-4 0.3224797 0.3766859 0.3008344 0.299309 0.3683505 0.3323405 0.3312335 0.3783789 0.2903876 0.2844516 0.3612682 0.3410115 0.01326864 0.2733505 0.3288896 0.3689275 0.02883219 0.2707265 0.3242689 0.3686699 0.03607726 2.57413e-4 0.2681726 0.3411647 0.3703665 0.02005791 2.38222e-4 0.5872891 0.4018816 0.008175551 0.002653658 0.4765534 0.07117325 0.1993563 4.59457e-5 0.01581996 0.237051 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9972499 0.002750098 0.9945148 0.005485177 0.9972499 0.002750098 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999615 3.85321e-5 1 1 1 1 1 1 1 0.9945148 0.005485177 0.9972499 0.002750098 1 1 1 1 1 1 1 0.998623 0.001376926 0.9958805 0.004119515 0.9958805 0.004119515 0.998623 0.001376926 1 1 1 1 0.998623 0.001376926 0.9958805 0.004119515 0.9972499 0.002750098 1 1 0.9972499 0.002750098 0.998623 0.001376926 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999945 5.45765e-6 0.9999806 1.9355e-5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999195 8.04107e-5 1 1 1 1 1 1 1 1 1 1 1 0.9999356 6.43863e-5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.01538461 0.9846154 0.4965083 0.396894 0.1065977 1 1 0.02855324 0.8710083 0.1004384 0.8126233 0.1873767 0.7797867 0.2202132 0.7598813 0.2401188 0.8146554 0.1853445 0.819723 0.180277 0.8677126 0.1322875 0.8512846 0.05962449 0.08909088 0.108648 0.4163265 0.2081632 0.1673469 0.09951531 0.06528359 0.2860978 0.2724705 0.258049 0.09801304 0.02008581 0.4461415 0.2018203 0.2230707 0.04619967 0.08276772 0.4470664 0.2022387 0.2235332 0.0478295 0.07933211 0.1781198 0.1796467 0.02436023 0.2727659 0.3451073 0.01574772 0.690194 0.1459127 0.004593074 0.1435525 0.2397213 0.2597604 0.02919089 0.1997606 0.03184533 0.2397213 0.4656034 0.005572259 0.253 0.2758243 0.6087852 0.3912148 0.7199958 0.003219246 0.1399327 0.04782325 0.08902889 0.6884346 0.003078162 0.223361 0.08512628 0.6948821 0.305118 0.5733156 0.4266844 0.8331231 0.1668769 0.6869844 0.3130156 0.8228662 0.1771338 0.6295526 0.3161497 0.0542978 0.814639 0.185361 0.6651383 0.02097773 0.313884 0.6040177 0.3183984 0.07758396 0.8659037 0.1340963 0.6192981 0.3780236 0.002678275 0.724627 0.2753731 0.7380583 0.2619417 0.8130444 0.1869556 0.6740296 0.07843083 0.2475396 0.4290727 0.05838757 0.1812191 0.3313206 0.002269685 0.3321352 0.04924678 0.2823253 0.3340228 0.3351256 0.05487567 0.3010548 0.3089439 0.5 0.5 0.5144845 0.4855155 0.1590438 0.1569114 0.07619631 0.3087361 0.2991123 0.3861047 0.06032884 0.3786128 0.1749536 0.5010194 0.4989806 0.002422332 0.3563365 0.06530183 0.2199087 0.3560305 0.4701398 0.0807088 0.08716505 0.3619863 0.01614624 0.3576266 0.07223546 0.1971533 0.3568382 0.1718333 0.1570872 0.08245962 0.288478 0.3001417 0.06282579 0.2645297 0.2753269 0.248334 0.1489835 0.2543501 0.292159 0.292159 0.1613319 0.2768681 0.2898212 0.3043162 0.1076295 0.02136486 0.1504409 0.3671045 0.3671045 0.11535 0.2985487 0.2985487 0.2985487 0.04031866 0.06403517 0.08724939 0.4089816 0.4541299 0.0496391 0.0195918 0.2480612 0.3896939 0.3230612 0.0195918 0.2268427 0.2461484 0.3402858 0.03800821 0.1487147 0.7316322 0.2683678 0.2053024 0.2504886 0.3762957 0.0426076 0.1253057 0.7735849 0.226415 0.3812727 0.5339688 0.03588449 0.0488739 0.1831896 0.5869253 0.2298851 0.2389633 0.3360422 0.3476828 0.05622667 0.02108496 0.5201888 0.4798113 0.4712286 0.5287714 0.5474525 0.4525476 0.4597279 0.5402722 0.5207987 0.4792013 0.337743 0.662257 0.0880829 0.1630397 0.7488774 0.5517527 0.05877512 0.03731507 0.3521571 0.6540571 0.04904478 0.04425668 0.2526414 0.4930742 0.03002083 0.17351 0.3033949 0.482954 0.03075891 0.1777758 0.001733481 0.3067777 0.6667283 0.02035623 0.08436614 0.2285492 0.01538461 0.9846154 0.03174132 0.9682587 0.9163535 0.08364641 0.8489836 0.1510165 0.8072015 0.1927984 0.8584948 0.1415053 0.871846 0.1281539 0.8702085 0.1297915 0.9597122 0.04028779 0.9053145 0.09468543 0.8640863 0.1359137 0.8466798 0.1533203 0.850221 0.149779 0.9050214 0.09497857 0.8609378 0.1390621 0.8917058 0.07054215 0.03775197 0.7965312 0.05158126 0.1518875 1 1 1 0.8749732 0.1250268 0.9817132 0.01828676 0.8840334 0.05724769 0.05871886 0.8368723 6.06437e-5 0.163067 0.7840123 0.2159877 0.7950908 0.003554999 0.1030396 0.09831452 0.969697 0.030303 1 1 0.9266902 0.07330977 1 0.9593828 0.04061722 0.9238603 0.07613968 1 1 0.9410796 0.05892044 0.9142857 0.08571428 0.9563512 0.04364871 1 0.9597122 0.04028779 1 1 1 0.01538461 0.9846154 1 1 1 1 1 1 1 1 1 1 1 0.9999924 7.65586e-6 1 1 0.8894702 0.1105297 1 1 1 1 1 1 1 0.9817132 0.01828676 0.9869376 0.01306235 0.9574093 0.04259061 1 0.9396519 0.06034803 0.9396519 0.06034803 1 1 1 0.7952441 0.2047559 0.8277524 2.04215e-6 0.1722455 0.8367975 1.50059e-4 0.1630524 0.7564629 0.05196523 0.0980336 0.0935381 0.8365381 0.05372565 0.05417203 0.05556416 0.9869376 0.01306235 1 0.9396519 0.06034803 1 1 1 1 1 1 1 1 1 1 0.9238603 0.07613968 0.9142857 0.08571428 0.9142857 0.08571428 1 1 1 1 1 1 1 1 1 0.9234542 0.07654577 0.9816752 0.01832479 0.9816752 0.01832479 1 0.9960937 0.00390625 0.9779482 0.02205175 0.9303702 0.0696299 0.9894943 0.01050567 1 0.9894943 0.01050567 0.9960937 0.00390625 1 1 1 1 1 1 1 1 1 1 1 0.969697 0.030303 1 0.9869376 0.01306235 1 1 1 1 1 0.9869376 0.01306235 1 1 1 1 1 1 0.969697 0.030303 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9779482 0.02205175 0.9742121 0.02578794 0.9894943 0.01050567 1 0.9990206 9.79432e-4 0.9990206 9.79432e-4 0.9770115 0.02298849 1 1 1 1 1 0.9790247 0.02097517 0.9972499 0.002750098 0.9972499 0.002750098 1 1 1 1 1 1 0.9349471 0.06505292 0.9349471 0.06505292 0.8596019 0.1403982 0.8061419 0.193858 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.6703228 0.3082013 0.02147573 0.6332612 0.3309733 0.03576552 0.7184063 0.2301061 0.05148756 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.7958023 0.1439822 0.06021541 0.6332612 0.3309733 0.03576552 0.6102653 0.3627462 0.02698838 0.5885855 0.3925574 0.018857 0.5689679 0.4196986 0.0113334 0.6142878 0.3645942 0.02111798 0.7294774 0.2246717 0.04585099 0.6672378 0.300275 0.03248715 0.7294774 0.2246717 0.04585099 0.8036862 0.134529 0.06178474 0.5686921 0.41998 0.01132792 0.6142879 0.3645942 0.02111798 0.6100444 0.3629769 0.02697861 0.5885855 0.3925574 0.018857 0.6579142 0.2958021 0.04628372 0.6332612 0.3309733 0.03576552 0.7958045 0.14398 0.06021559 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.7958045 0.14398 0.06021559 0.6332612 0.3309733 0.03576552 0.6100444 0.3629769 0.02697861 0.5885855 0.3925574 0.018857 0.5686921 0.41998 0.01132792 0.6142878 0.3645942 0.02111798 0.6672378 0.300275 0.03248715 0.7294774 0.2246717 0.04585099 1 1 1 1 1 1 0.7548589 0.005062699 0.1467386 0.09333974 0.9371781 0.002095162 0.06072664 1 0.7924647 0.001771628 0.2057637 0.9371781 0.002095162 0.06072664 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7836636 0.07612204 0.1402143 1 0.6666667 0.3333333 0.832993 0.1670069 1 0.6666667 0.3333333 0.6666667 0.3333333 0.5924172 0.1641178 0.03288292 0.2105819 0.3993367 0.2664142 0.01671558 0.3175334 0.818931 0.0265159 0.1545531 1 0.9291733 0.07082664 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.5 0.5 0.3333333 0.6666667 1 0.3333333 0.6666667 0.25 0.25 0.5 3.70572e-6 0.3333321 0.6666642 0.9007926 0.0992074 0.3751493 0.01553165 0.609319 0.5 0.5 1 0.8494319 0.05500698 0.09556108 0.9470978 0.03796005 0.01494204 0.502207 0.2594736 0.02168107 0.2166383 0.7330358 0.1215566 0.04068809 0.1047194 0.5535245 0.2141742 0.04779309 0.1845082 1 0.8853359 0.1146641 0.3998089 0.6001911 0.9627507 0.03724926 1 1 1 0.04135221 2.70954e-5 0.9586206 5.35005e-5 0.9999465 0.3333333 0.6666667 0.5 0.5 1 4.06812e-5 8.02236e-4 0.9991571 0.5 0.5 1 1 0.9992423 7.578e-4 1 1 1 1 5.2797e-6 0.002626657 0.9973682 0.7208868 0.2479913 0.03112185 0.6289913 0.2318047 0.01939612 0.1198078 1 0.9283636 0.07163643 2.48352e-4 0.9997516 0.2905839 0.01532936 0.001573503 0.6925131 1 3.91051e-6 0.499998 0.499998 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.7958045 0.14398 0.06021559 0.6332612 0.3309733 0.03576552 0.6100444 0.3629769 0.02697861 0.5885855 0.3925574 0.018857 0.5686921 0.41998 0.01132792 0.6142878 0.3645942 0.02111798 0.6672378 0.300275 0.03248715 0.7294774 0.2246717 0.04585099 0.6628673 0.2982639 0.03886884 0.5798533 0.4123737 0.003761589 0.004011392 0.8895105 0.1104895 0.8402812 0.1597187 0.675628 0.3243719 0.9064121 0.09358799 0.8871623 0.1128376 1 1 1 1 1 1 0.6289517 0.3653372 0.001359999 0.004351019 0.7750967 0.2249033 0.8801399 0.1198601 0.945528 0.05447196 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1071597 0.2938599 0.2205964 0.2591224 0.1192615 0.5770127 0.3845474 0.03843986 0.5329975 0.4418524 0.02515006 0.4990793 0.3980435 0.1028771 0.5191705 0.3900103 0.09081923 0.5164479 0.4053335 0.07821857 0.5212331 0.4185508 0.06021606 0.6246435 0.3637697 0.01158678 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.2661561 0.7338439 0.347801 0.652199 0.2168762 0.7831239 0.4460929 0.5539072 0.3215228 0.6784772 0.4809301 0.5070584 0.01201152 0.5018045 0.4859449 0.01225054 0.483938 0.5019694 0.01409256 0.1244266 0.8691913 0.006382107 0.1244266 0.8691913 0.006382107 0.1220524 0.8713979 0.006549656 0.1336556 0.8611237 0.00522077 0.1620178 0.8340941 0.00388813 0.1609259 0.8351086 0.003965377 0.1301579 0.8643763 0.005465686 0.1533385 0.8416609 0.005000591 0.4497219 0.538948 0.01133 0.5939958 0.4004217 0.005582511 0.5866864 0.3777057 0.03560793 0.5566827 0.3823202 0.06099706 0.591732 0.3691557 0.03911232 0.5595365 0.4177057 0.02275782 0.5539334 0.3948474 0.05121928 0.5465424 0.3957962 0.05766135 0.5259488 0.3890838 0.08496749 0.5275483 0.3919324 0.08051925 0.5 0.5 1 1 0.003019511 0.002882182 0.9940983 0.6666667 0.3333333 1 1 1 0.4473791 0.5526209 0.1363431 0.2693278 0.3516182 0.2256178 0.017093 0.5 0.5 1 1 1 1 1 1 0.3891559 0.2770709 0.01260036 0.3081294 0.01000308 0.003040254 0.00107187 0.2053915 0.7935366 1 1 0.7977126 0.1994282 0.002859175 0.1496678 0.6485607 0.1995571 0.002214372 0.173475 0.6613734 0.1626328 0.002518892 0.4989118 0.4989118 0.002176344 0.5 0.5 0.04999995 0.4 0.55 0.0436123 0.6880363 0.2683514 0.006622791 0.0434153 0.647134 0.2794081 0.02341973 0.009717166 0.03563749 0.5521655 0.3525639 0.04987895 3.68601e-5 0.03628295 0.6156968 0.3331876 0.01479727 3.51504e-5 0.002354323 0.1836001 0.6944347 0.1193581 2.52854e-4 0.1131569 0.5965508 0.2873182 0.001589834 0.001384258 0.1627634 0.7020945 0.1347522 3.89847e-4 0.004927277 0.2337195 0.6657684 0.09535825 2.2652e-4 8.83597e-4 0.09072226 0.5455084 0.3592448 0.002181768 0.001459062 0.07950407 0.5418427 0.3748203 0.002274632 0.001558184 0.005981326 0.2132537 0.6604211 0.1201052 2.38697e-4 0.002899527 0.1854982 0.6660782 0.1450669 4.57033e-4 0.722878 0.2325755 0.04454648 0.001736581 0.9982634 0.001883089 0.9981169 0.002029538 0.9979704 2.68838e-4 0.002004086 0.04007959 0.9576474 0.009246408 8.34839e-4 0.9899187 0.001251041 0.001798033 1.033e-4 0.001712024 0.03822833 0.9569072 0.01697152 1.55883e-5 1.80626e-4 0.001267671 0.9815646 2.53485e-4 7.27002e-5 3.07959e-5 8.40202e-4 0.03576242 0.9630405 8.14835e-4 0.07296198 0.9262231 0.001289784 0.9987102 0.001610279 0.1294488 0.8689408 0.001883089 0.9981169 0.002014636 0.02536851 0.9726168 0.001734197 0.1520861 0.8461796 0.00115925 0.1933195 0.8055211 0.002341687 3.15253e-4 0.001269042 0.07344102 0.922633 8.33493e-4 0.1052725 0.893894 8.12846e-4 0.1073819 0.8918053 0.001839578 0.1280066 0.8701537 0.00199002 0.06485795 0.9331519 0.001537561 0.001010119 0.001835048 0.0773403 0.9182769 0.001675128 0.1115739 0.8867508 0.001247406 0.1426079 0.8561446 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9790263 0.02097368 0.2680535 0.6816545 0.05029201 0.7126672 0.2850669 0.00226581 0.2492825 0.6232063 0.1246412 0.002870023 0.1245278 0.6226392 0.2490556 0.003777205 0.1247279 0.2494559 0.6236398 0.002176344 0.25 0.125 0.625 0.8333334 0.1666666 0.9542585 0.04574143 0.9717535 0.0282464 0.7990804 0.1997701 0.001149475 0.7995399 0.199885 5.75078e-4 0.4975738 0.4975738 0.004852354 0.4987353 0.4987353 0.002529323 0.166315 0.6652601 0.166315 0.002109766 0.1664879 0.6659517 0.1664879 0.001072406 0.4957225 0.4957225 0.008554935 0.4978283 0.4978283 0.00434333 0.1666666 0.1666666 0.6666667 0.1666666 0.1666666 0.6666667 0.5 0.5 0.5 0.5 1 1 0.6046184 0.3228976 0.07248407 0.6227887 0.3269802 0.05023109 0.01628136 0.9490116 0.03470695 0.08285224 0.9080126 0.009135186 0.9741736 0.02582633 0.2456067 0.6903893 0.064004 0.01670157 0.9735044 0.009794056 0.1599985 0.7465389 0.09346246 0.08762043 0.9123795 0.7984626 0.1996156 0.001921713 0.7127467 0.2850987 0.002154648 0.7104894 0.2841957 0.005314886 0.4958763 0.4958763 0.008247435 0.2493191 0.6232978 0.1246595 0.002723693 0.2488679 0.6221699 0.1244339 0.004528224 0.1663205 0.665282 0.1663205 0.002076983 0.1245399 0.6226996 0.2490798 0.003680646 0.124534 0.6226699 0.2490679 0.003728151 0.4957225 0.4957225 0.008554935 0.1247339 0.2494678 0.6236696 0.00212866 0.1247279 0.2494559 0.6236398 0.002176344 0.1666666 0.1666666 0.6666667 0.25 0.125 0.625 0.25 0.125 0.625 0.25 0.125 0.625 0.5 0.5 0.8333334 0.1666666 0.8333334 0.1666666 1 0.4923934 0.3629736 0.144633 0.5280247 0.374931 0.09704428 0.4327883 0.426352 0.1408004 5.9234e-5 1 1 1 1 1 1 1 0.5212331 0.4185508 0.06021606 0.5164337 0.4053223 0.07821643 2.76099e-5 0.3470928 0.4358541 0.2168906 1.62366e-4 0.4275971 0.5008999 0.07150298 0.4384206 0.3966044 0.1649749 0.09807467 0.8737342 0.02819108 0.2071325 0.7928675 0.5198871 0.3696097 0.1105032 0.5516371 0.339348 0.1090148 0.6222216 0.3679622 0.00981611 0.6247707 0.3752293 0.606434 0.3501576 0.04340833 0.5973204 0.4026796 0.4330575 0.5669425 0.6262531 0.3526084 0.02113842 0.454828 0.5345503 0.0106216 0.439787 0.5209046 0.03930836 0.6260983 0.3739017 0.4060443 0.5939558 0.3354727 0.6645274 0.6177623 0.3822377 0.6471987 0.3528013 0.2036134 0.7963867 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.07692307 0.3076923 0.6153846 0.07975947 0.638076 0.2821645 0.07692307 0.6153846 0.3076923 0.07692307 0.3076923 0.6153846 0.07774299 0.3003129 0.6219441 0.07692307 0.6153846 0.3076923 0.07692307 0.6153846 0.3076923 0.07692307 0.3076923 0.6153846 0.07774299 0.611285 0.310972 0.07692307 0.6153846 0.3076923 0.1111111 0.8888889 0.113346 0.8866539 0.1395222 0.8604778 0.07177639 0.9282236 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 0.05882352 0.4705882 0.4705882 0.06046789 0.4837434 0.4557886 0.05882352 0.4705882 0.4705882 0.05882352 0.4705882 0.4705882 0.05930179 0.4662837 0.4744145 0.05882352 0.4705882 0.4705882 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.1111111 0.8888889 0.2 0.8 1 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 1 0.3333333 0.6666667 0.3434928 0.6565073 0.5209558 0.4790442 0.1478366 0.2956733 0.5564901 1 0.2 0.4 0.4 0.3333333 0.6666667 1 0.2 0.4 0.4 1 0.2 0.4 0.4 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 0.3333333 0.6666667 1 1 1 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 0.3333333 0.6666667 1 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 0.07975947 0.638076 0.2821645 1 1 1 1 0.07692307 0.3076923 0.6153846 1 0.6666667 0.3333333 0.6666667 0.3333333 1 0.07692307 0.6153846 0.3076923 1 1 1 1 0.07774299 0.3003129 0.6219441 1 0.6666667 0.3333333 0.6666667 0.3333333 1 1 1 0.113346 0.8866539 0.07774299 0.611285 0.310972 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.1853824 0.3707648 0.4438529 0.6936686 0.3063313 0.9547864 0.04521363 0.9783111 0.02168887 1 0.1402837 0.3471906 0.5125257 0.203529 0.09541839 0.7010525 0.5625858 0.01642847 0.4209856 0.9505572 0.04944288 0.7290188 0.2709813 0.1879808 0.4360576 0.3759616 1 0.9771578 0.02284216 0.2964174 0.7035825 0.7069615 0.2930386 1 1 0.1211856 0.8788144 1 0.1428571 0.5714286 0.2857143 0.1428571 0.2857143 0.5714286 0.1439254 0.5757018 0.2803726 0.1392914 0.2785828 0.5571655 0.02496033 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.8814898 0.1185102 1 0.3617654 0.6382346 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4954898 0.4030401 0.1014701 0.257694 0.217064 0.5252419 1 1 0.8422057 0.09495168 0.0628426 0.3587958 0.04542398 0.5957803 0.3333333 0.6666667 0.6666667 0.3333333 0.1111111 0.8888889 0.05462574 0.9453743 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.1068559 0.8548479 0.03829616 1 1 0.2629403 0.6360951 0.1009646 1 0.5669086 0.2746948 0.1583966 0.9384872 0.02872872 0.03278398 0.1241395 0.8758604 0.2451887 0.7548112 1 0.2 0.8 0.1428571 0.5714286 0.2857143 0.2079965 0.7920035 0.1464568 0.5606294 0.2929137 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.3333333 0.6666667 0.6666667 0.3333333 0.1111111 0.8888889 0.1198501 0.8801499 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.1137267 0.8862732 1 1 0.2216999 0.7783001 0.1609955 0.8390045 1 1 0.1428571 0.5714286 0.2857143 0.1428571 0.2857143 0.5714286 0.1400817 0.01942807 0.5603268 0.2801634 0.1414399 0.2928001 0.5657599 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4877177 0.2152272 0.2970551 1 0.3333333 0.6666667 0.6666667 0.3333333 0.1111111 0.8888889 0.09798353 0.9020165 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.107789 0.0298987 0.8623123 1 1 1 1 0.882097 0.1179031 0.7654706 0.2345293 0.1059634 0.0850979 0.8089387 0.1766691 0.01405525 0.8092756 0.05549311 0.9445069 0.1024376 0.8975623 0.5857042 0.2678697 0.146426 0.07003909 0.9299609 0.2562318 0.7437682 1 0.05097401 0.9490259 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.9432555 0.01807093 0.03867352 0.8154394 0.0787239 0.1058366 0.7220603 0.1749724 0.1029672 0.7622305 0.1650571 0.07271242 0.7497807 0.2259687 0.02425056 0.8607244 0.1231669 0.01610869 0.5577076 0.4194047 0.02288776 0.00677073 0.40111 0.242785 0.09704756 0.2522867 0.9856694 0.01433056 0.9906648 0.001477718 0.007857441 0.8144472 0.177524 0.008028686 0.5605557 0.01731127 0.419614 0.002518951 0.6762065 0.317546 0.00624752 0.9556286 0.03983652 0.00453484 0.6928268 0.2250463 0.08212679 0.8656298 0.1238688 0.01050138 0.8323999 0.1383406 0.02373421 0.005525231 0.8507926 0.1231747 0.02425861 0.001774013 0.6832896 0.2230961 0.09218955 0.001424729 0.9743463 0.02086901 0.004784703 0.7499656 0.2500344 0.6944387 0.3055614 0.7411444 0.1916894 0.0671662 0.8023993 0.1976006 0.6666667 0.3333333 0.674538 0.07439756 0.2510645 0.552027 0.07793319 0.3700398 0.5140354 0.4836547 0.002309918 0.5686213 0.4313787 0.5 0.5 0.5068545 0.05590301 0.4372425 0.4923653 0.09176182 0.4158728 0.5104017 0.0926795 0.3969188 0.6782745 0.07168906 0.2500364 0.5474509 0.0948013 0.3577477 0.5287361 0.09533268 0.3759312 0.5290415 0.1043927 0.3665658 0.5436732 0.1129085 0.3434184 0.571265 0.1092588 0.3194762 0.5859099 0.116751 0.2973392 0.1886183 0.1972501 4.94658e-4 0.1953353 0.001002013 0.1073453 0.154071 0.1558833 0.6264976 0.05405747 0.1937777 2.95204e-7 5.5881e-4 0.1180234 0.007084548 0.7229355 0.2194238 0.05764073 0.6993887 0.1959179 0.003599643 0.1010938 0.655705 0.3082838 0.006603062 0.02940809 0.6447924 0.323279 0.0139991 0.01792937 0.5783697 0.2769488 0.1446814 0.6086587 0.3248646 0.009261965 0.05721467 0.5739739 0.3846461 0.01824158 0.02313834 0.5700832 0.3702033 0.05003476 0.009678602 0.5431639 0.3420304 0.1139574 8.48293e-4 0.4924157 0.3314304 0.1761539 0.6347332 0.003115713 0.267066 0.09508496 0.6276907 1.24982e-4 0.3607425 0.004643142 0.006798624 0.6039971 0.396003 0.7119957 0.2880044 0.5976052 0.4023947 0.7805625 0.2194375 0.5 0.5 0.5674549 0.4325452 1 0.5 0.5 0.5011054 0.4988946 0.5011054 0.4988946 0.7482982 0.1091492 0.1425526 0.5915401 0.4084599 0.6666667 0.3333333 0.5 0.5 0.6075839 0.3924161 0.01308727 0.4743126 0.145568 0.04748839 5.81057e-5 0.3194857 0.6136389 0.3231301 0.007186591 0.05604428 0.5518401 0.4335548 0.0146051 0.5419901 0.4316871 0.01282906 0.01349371 0.5085919 0.4595712 0.03183686 0.5312184 0.4307719 0.02982056 0.008189141 0.5036213 0.4193064 0.07628566 7.86537e-4 0.325757 0.3084399 0.07169842 0.2941047 0.4011593 0.3513967 0.247444 0.4766278 0.3799284 0.1434438 0.5459356 0.4309216 0.01100862 0.01213419 0.5037078 0.4721014 0.02419066 0.4730471 0.4702614 0.05669134 0.4459056 0.4459056 0.1081887 0.3906183 0.3906183 0.2187634 0.007597088 0.4119402 0.1104534 0.142305 7.4915e-5 1.04956e-4 0.3275243 0.4582382 0.0223633 0.005163013 0.2662191 0.2480164 0.5698985 0.4253271 0.004774332 0.6042244 0 0.3584762 0.03729933 0.006709158 0.3255462 0.08747321 0.197197 1.1082e-4 0.3829635 0.2792693 0.1431295 0.06355464 0.2246147 0.002893924 0.007752001 0.2787858 0.3017249 0.0810731 0.03454768 0.2771035 3.03969e-6 0.3055477 0.4457929 0.002834439 0.349354 0.2020186 0.550426 0.4210178 5.39633e-4 0.0280165 0.0881533 0.2584543 0.06850409 0.252814 2.78229e-4 2.2455e-4 0.3315715 0.09478932 0.2818 0.07979547 0.2186261 9.80635e-4 3.28415e-4 0.3236798 0.2078624 0.2026675 0.07457053 0.2063097 0.00677973 0.005854487 0.2959554 0.003801822 0.4037714 0.2596633 0.02702933 0.305734 0.4243977 0.0986244 0.04350942 0.2157459 1.59375e-4 0.01022934 0.2073337 0.229795 0.1468067 0.05029565 0.1696567 4.7387e-4 0.07373595 0.1008635 0.2283724 0.2008188 0.1833395 0.06332445 0.2412382 7.10188e-4 2.09542e-4 0.310359 0.5 0.5 0.7983169 0.2016831 0.5011054 0.4988946 0.8399815 0.1600185 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6223658 0.3776342 0.3363422 0.1934937 0.1338218 0.3363422 0.003533124 0.3940882 0.1035308 0.09844934 0.4003986 0.004503548 0.4671509 0.1394785 0.05666089 0 0.332206 0.4738819 0.1997937 0.02391445 0.3024098 0.4048827 0.3119999 0.2831173 0.1886467 0.1907344 0.09902393 0.1987035 0.01617842 0.01135361 0.2953593 0.1245079 0.2602906 0.09965437 0.2087588 0.005709469 0.3010787 0.1074758 0.2691899 0.07899069 0.2293651 0.001986801 2.35681e-4 0.312756 0.02666395 0.3367796 0.1043593 0.2475466 9.53799e-4 2.42669e-4 0.2834541 0.008264958 0.367807 0.1043656 0.2280988 3.61715e-4 3.48178e-4 0.2907537 0.005379259 0.4093507 0.1329673 0.158096 4.05625e-5 2.73911e-4 0.2938923 0.4905409 0.2638307 0.2456283 0.485086 0.3120054 0.2029086 0.2342134 0.2197521 0.006462395 0.224397 0.09013056 0.08050203 0.1445423 0.1802023 0.1723059 0.08567231 0.1826365 0.06504625 0.04585355 0.268283 0.6090869 0.2318739 0.1590393 0.7544434 0.1935485 0.05200809 0.8479829 0.1133909 0.005347073 0.033279 0.7850014 0.1069015 0.05482244 6.20911e-5 0.002010166 0.05120229 9.5117e-5 0.8922058 0.07086122 0.001467883 0.003682196 0.03168749 0.8153424 0.1227098 0.06194782 0.7221041 0.2051492 2.95504e-7 0.07274633 0.7193483 0.1898712 0.09078043 0.5694912 0.1677819 0.2627269 0.002022743 0.632076 0.1254797 0.0131008 1.83084e-4 0.001226663 0.001723051 0.2241877 0.7184063 0.2301061 0.05148756 0.5129055 0.007724881 0.4793696 0.8149288 0.1392817 0.04578948 0.8418864 0.1139971 0.04411649 0.7958028 0.1439816 0.06021547 0.9326 0.05396634 0.01276028 6.73317e-4 0.6560386 0.0434153 0.009160637 0.2913855 0.6382196 0.009612202 0.3479188 0.004249393 0.6399698 0.3528932 0.007136881 0.3394936 0.1337038 0.09683179 0.002198517 0.08581495 0.2053789 0.1365782 0.589367 0.02457773 0.00289303 0.2613759 8.20981e-4 0.1209653 0.6377868 3.40894e-4 0.3318441 0.03002816 0.5915139 4.96815e-4 0.38641 0.0215792 0.4024608 0.1013813 0.01709908 0.09879261 3.57715e-4 0.04479527 0.1808591 0.154254 0.5268887 0.09771704 0.02005565 0.1949868 5.76832e-6 0.02332663 0.1370193 0.3889973 0.1193952 0.0567097 0.1751003 0.006062626 0.0281915 0.2255432 0.6046848 3.84455e-4 0.3320788 8.56808e-4 0.0619952 0.6540284 9.08763e-4 0.3200892 0.00126475 0.02370893 0.6439877 1.00288e-5 0.3499933 0.006009042 0.7286865 0.2399882 0.02077698 0.01054829 0.5427329 0.3434661 0.113801 5.8465e-5 0.7981846 0.09685969 0.1035761 0.001320958 0.02979975 0.2776024 0.001077175 0.1334475 0.0708189 0.2089386 0.2111623 0.06715321 0.1390435 0.2221627 9.74229e-4 0.233641 0.02544718 0.12643 0.1259567 0.1263445 0.1629657 0.228248 6.30086e-4 0.04798644 0.05134779 0.1925602 0.2977638 0.01849788 0.03373634 0.3200909 9.85264e-4 0.1544624 0.0557174 0.2040092 0.1349621 0.09603613 0.2041525 0.2636404 0.007897257 0.1609019 0.01476913 0.1343557 0.09899884 0.115284 0.05099654 0.6502704 0.05628925 0.01711869 0.01256954 0.05989491 0.004110276 0.1487501 0.003032803 0.8556145 0.04680442 0.05198872 0.003034353 0.03952503 1.32637e-5 0.6972652 0.1195412 0.1831803 0.4145012 3.46415e-4 0.2341492 0.3510031 0.24944 6.46764e-4 0.3343706 0.4155426 0.3027062 0.4202836 0.2770103 0.2578911 3.03347e-4 0.3865798 0.3552258 0.05959349 0.2777193 5.12761e-4 0.04772168 0.04400521 0.3216966 0.2255221 0.02322876 0.007562756 0.2675142 0.001128554 0.01425987 0.5757424 0.1337919 0.00143516 0.2887141 6.28971e-4 0.09704178 0.04766166 0.3555777 0.1590116 0.04992878 0.03681802 0.2423493 0.001153945 0.03404438 0.4278527 0.2577815 0.23047 0.04185348 0.6538592 0.07381731 0.002366721 0.3308193 4.46598e-4 0.04961401 0.06460666 0.4033879 0.09232914 0.0564295 0.4340229 5.69322e-4 0.2068043 0.3586034 0.252902 7.42257e-4 0.2747966 0.4715591 0.1638321 3.94019e-4 0.217087 0.5344612 0.08271527 0.001510381 0.11497 0.07112526 0.590354 0.2174073 0.006143271 0.2294672 4.19196e-4 0.2540438 0.4349021 0.07827097 0.002896666 0.224305 0.3118187 0.3742669 0.08724665 0.002362728 0.175435 0.120976 0.4772757 0.2194496 0.006863474 1.16904e-4 0.2183358 0.001010656 0.01646679 0.5401218 0.08208876 0.1418592 0.04776394 0.04209822 0.6638624 0.2078918 0.03838342 3.54066e-4 0.2004241 0.03343629 0.6053639 0.09711426 0.06330722 0.08509516 0.02389681 0.5454583 0.1872545 0.158295 0.04037815 0.06133425 0.6593489 0.2225223 0.01641631 0.1578924 0.06320869 0.6558759 0.09797585 0.02504706 0.1980071 5.31549e-4 0.1667821 0.546818 0.08714449 7.16805e-4 0.06113493 0.06674414 0.647264 0.2219196 0.002937197 0.07380318 0.06435203 0.6403972 0.2205463 8.98511e-4 2.71107e-6 0.01913255 0.03216183 0.4200762 0.4690912 0.05910271 4.35294e-4 0.01100224 0.2055287 0.6614245 0.1211986 8.46005e-4 0.08678603 0.04666346 0.364821 0.4295002 0.07178658 4.42683e-4 0.09733963 0.09228706 0.3277373 0.4093793 0.07314527 1.11333e-4 0.01523733 0.1980167 0.640626 0.1455568 5.62955e-4 0.001720964 0.01307308 0.4112258 0.5257006 0.03416353 0.0135979 5.18026e-4 0.001060903 0.1707049 0.7683969 0.05896478 8.72447e-4 8.74083e-4 0.03017461 0.4329957 0.5015802 0.02879887 0.005163609 4.12787e-4 0.001068174 0.1923231 0.7364227 0.06943297 7.52932e-4 0.02586072 0.0285871 0.3947645 0.5041159 0.04609912 1.70581e-4 4.02028e-4 0.03110921 0.02979362 0.4053294 0.4823918 0.0509569 4.18995e-4 0.03775012 0.03021025 0.4095535 0.4685733 0.05348789 4.24855e-4 0.2109719 0.6852256 0.1029955 8.06881e-4 0.2039642 0.6982166 0.09702891 7.90368e-4 0.0748282 0.5111874 0.4103254 0.00365889 0.007274448 0.07365298 0.5016294 0.4139966 0.0034464 0.003206133 0.07507306 0.4957216 0.4221563 0.001571893 0.002270758 7.17216e-4 0.08123469 0.552811 0.3626984 0.002538561 0.07687902 0.5362395 0.3839443 0.002937138 0.070441 0.5305706 0.3954647 0.003523647 0.07219755 0.5172951 0.4066897 0.003817677 0.3883681 0.3850467 0.2265851 0.2563382 0.3816997 0.3619621 0.1696896 0.1620433 0.4468961 0.2155831 0.005787789 0.3313612 0.3696454 0.2989934 0.3560889 0.3640953 0.2798157 0.3403646 0.3803951 0.2792403 0.2979698 0.3670685 0.3349617 0.3441004 0.4044522 0.2514473 0.243312 0.3211042 0.4153834 0.02020031 0.221321 0.2826869 0.4135586 0.08029627 0.002137243 0.09865164 0.1343795 0.6215203 0.1454485 0.1130664 0.1168276 0.4802267 0.2514265 0.0384528 0.01202279 0.02141553 0.3409327 0.4972642 0.1282278 1.36818e-4 0.2071123 0.5109711 0.1978917 0.06543332 0.009449183 0.007346034 0.001796185 0.003655076 0.2446001 0.5354696 0.1383491 0.05105334 0.006853222 0.02001953 0.00448966 0.3131807 0.5160173 0.06776243 0.06161975 0.02452522 0.01240485 0.004823625 0.3108463 0.5312625 0.0615217 0.04606837 0.02193987 0.02353745 0.00869137 0.3089837 0.5146888 0.06863623 0.06457763 0.0299499 0.004472196 0.01438128 0.3055894 0.5080947 0.0664817 0.06620603 0.03828507 9.61632e-4 0.2774481 8.84262e-4 0.1864426 0.5352249 0.1925789 5.10096e-4 0.09279936 0.6180208 0.09609073 0.7391459 0.02282655 0.2345198 0.003507554 0.884825 0.1092836 0.005891382 0.9524948 0.020401 0.01824796 0.008856296 0.7522375 0.02323085 0.2242622 2.69387e-4 1 0.6666667 0.3333333 0.7922331 0.2077669 0.999642 3.57986e-4 0.01407694 0.5241481 0.1586419 0.0469709 1.01606e-5 0.2561519 0.007232248 0.3556517 0.1043113 0.146738 4.67416e-4 1.03146e-4 0.3854962 0.193219 0.2187616 4.42848e-4 0.09934949 0.03435933 0.1512845 0.1949635 0.1076195 0.2208569 0.1593095 0.0835607 0.2133507 0.0204339 0.01764124 0.2848469 0.01378458 0.7305826 0.08047103 0.02446794 0.002151191 0.004612445 0.004290759 0.1396394 0.002614319 0.8446426 0.02970564 0.009032249 0.01999431 0.002453982 0.004751741 0.08680498 0.5020022 0.1607341 0.03904527 0.2982186 0.5460214 0.1820861 0.01378548 0.258107 0.008050918 0.4022876 0.1214033 0.1980168 2.40079e-4 2.733e-4 0.269728 0.003097414 0.5118033 0.1329271 0.07521843 1.37931e-4 0.2768157 0.5272239 0.2566057 0.2161703 0.5459729 0.2135634 0.2404637 0.6626975 0.2064952 0.1308072 0.589795 0.1962779 0.213927 0.7136117 0.1863719 0.005392491 6.94159e-4 0.09392976 0.6334226 0.1584573 6.35157e-4 1.7488e-5 6.22376e-4 0.2068451 0.04011899 0.4502187 6.5692e-4 0.05771154 0.04263919 0.2221618 0.07379007 0.1127026 0.007273375 0.7074792 0.04382282 0.1469423 0.002584576 0.09189772 5.48015e-4 0.770403 0.07121306 0.1466077 0.01122814 2.74231e-4 0.5770388 2.77286e-4 0.06257796 0.2775948 0.002281844 0.07995498 0.378143 7.35066e-4 0.1042978 0.5168242 0.04006022 0.3816847 0.09538567 0.2114105 0.00284034 0.2686185 0.03311324 0.5621305 0.1008217 0.1037154 2.0497e-6 0.004430413 0.001650214 0.1941363 0.1784098 0.2847459 0.1130985 0.1242791 0.004043936 0.03155863 7.71664e-4 0.2630923 0.1613731 0.5206188 0.05885994 5.22371e-4 0.0189414 0.0878368 0.005031347 0.1468161 0.002955555 0.4918484 0.1482281 0.08480745 1.28832e-5 0.2721477 0.5151704 0.2111161 0.006488919 0.2672246 0.5155597 0.1812473 0.01949769 0.2836952 0.4800799 0.2212877 0.006046891 0.2925854 0.6584587 0.1902087 9.18703e-5 6.38969e-4 0.1506017 0.6126443 0.2152706 0.1720851 0.5654967 0.2317126 0.2027907 0.66075 0.2006899 0.1385601 4.10111e-5 0.7374311 0.1210046 0.007301568 0.009640991 3.07477e-4 0.002662301 0.1216107 0.01136332 0.7875486 0.03446626 0.01047974 0.02272063 0.05829381 0.0027619 0.07236558 6.72027e-6 0.5294764 5.54153e-4 7.32179e-4 0.08197468 0.3843033 0.002952635 0.5449865 4.27702e-4 0.08691829 0.3676675 0.679807 1.61985e-4 0.07079011 0.23879 0.01045072 0.397621 6.42074e-4 0.1932182 0.4085186 0.01770627 0.4667547 0.1141817 0.1467449 0.0010643 0.2535479 0.122455 0.4571329 0.1025562 0.0928595 0.004599034 0.02740693 7.79445e-4 0.1922109 0.1930997 0.4056636 0.0345202 0.0448324 0.02648544 0.1415562 0.05410826 0.099734 0.234018 0.2926697 0.03631788 0.1405827 0.009652853 0.1037362 0.06269985 0.1203225 0.8871202 0.1046673 1.3812e-4 0.002090036 2.02e-5 0.0059641 0.8464244 0.1472364 8.26329e-4 1.8609e-5 0.005494356 0.7737052 0.1834101 0.01155835 0.03132629 0.8443956 0.1377881 0.0178163 0.9595276 0.02022677 0.02024555 0.7481011 0.2261806 0.02571827 0.7352951 0.2184883 0.0462166 0.7791089 0.1689534 0.05193769 0.6167761 0.31326 0.06996393 0.4409499 0.388931 0.1701191 0.7978876 0.1492419 0.003972947 0.0488975 0.8643524 0.1091668 6.81565e-5 0.01892548 0.007487177 0.8557308 0.1296736 9.08227e-4 6.05472e-4 0.01308172 0.9296866 0.05410981 7.35738e-5 6.32383e-4 0.01549756 0.7314041 0.2114361 0.02316856 0.03399097 0.7311889 0.1963947 0.009056806 0.06335949 0.8177582 0.1269664 0.01746392 0.03781139 0.7774972 0.1478358 0.06794416 8.76325e-4 1.97349e-5 0.005826771 0.6852845 0.194464 0.1202514 0.6914548 0.1294701 0.1790751 0.5715453 0.3807078 0.04774683 0.4870252 0.3914668 0.121508 0.6210855 0.2607246 0.1181899 0.4285684 0.3860111 0.1854205 0.5834118 0.1073763 0.002905011 0.06467407 0.2416326 0.6063345 0.06303423 0.004460692 0.3261706 0.6846332 0.2820326 0.03333413 0.7297132 0.224421 0.04586577 0.8035339 0.1346931 0.061773 0.6349316 0.352421 0.01264733 0.6203531 0.3583203 0.02132654 0.6101357 0.3628816 0.02698266 0.591267 0.3897901 0.01894295 0.6584613 0.2962357 0.04530292 0.6334149 0.3308109 0.03577417 0.7957477 0.144041 0.0602113 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.7868338 0.1545837 0.05858254 0.7184063 0.2301061 0.05148756 0.658623 0.2960628 0.04531407 0.8036825 0.134533 0.06178444 0.7957767 0.1440098 0.0602135 0.6347288 0.3294228 0.03584837 0.6107986 0.3621893 0.02701199 0.5885855 0.3925574 0.018857 0.5686921 0.41998 0.01132792 0.6142878 0.3645942 0.02111798 0.6672378 0.300275 0.03248715 0.7294774 0.2246717 0.04585099 0.6672378 0.300275 0.03248715 0.7880603 0.1532658 0.05867385 0.489282 0.3243725 0.1863455 0.5420289 0.2640363 0.1939347 0.02340209 0.4524654 0.4178365 0.1058811 4.14774e-4 0.03190803 0.5022655 0.4602811 8.29061e-5 0.005462288 0.7324657 0.1437639 0.1237703 0.8600401 0.1188842 0.02107572 0.8525003 0.09958273 0.04791694 0.6346887 0.3029745 0.06002211 0.002314627 0.4547504 3.90782e-4 0.2638777 0.280981 0.5175834 0.2886245 0.1937921 0.82467 0.07961499 0.01857829 0.07713657 0.8631045 0.131213 0.005682468 0.6053179 0.3946821 1 0.9035284 0.09647154 0.7229863 0.1551855 0.1130573 0.008770883 0.5787292 0.0414071 0.3798636 0.9921007 1.64134e-5 0.007883012 1 0.7215673 0.06331396 0.2151186 0.6423174 0.3576826 0.8670602 0.1329398 0.6048427 0.3951573 0.6548342 0.1014351 0.2437307 0.6474135 0.3525865 0.999642 3.57986e-4 1 0.7246648 0.05184859 0.2234866 1 0.8678313 0.1321687 0.9461967 0.05380332 0.9078772 0.09212279 0.957297 0.04270291 0.7239838 0.05179983 0.2242162 0.8670602 0.1329398 0.6666667 0.3333333 0.6666667 0.3333333 0.8725048 0.1274952 0.7748475 0.1044062 0.09049582 7.58136e-4 1.70732e-5 0.02947527 0.568284 0.2551422 0.1765738 0.6666667 0.3333333 0.6780498 0.1703166 0.1516335 0.5975571 0.1257157 0.2767272 0.6852896 0.1424912 0.172219 0.6149495 0.1215543 0.2634962 0.6777659 0.1327096 0.1895245 0.6048128 0.1217164 0.2734708 0.6879611 0.1363805 0.1756584 0.6183918 0.121073 0.2605351 0.645524 0.1399436 0.2145323 0.6394864 0.1264707 0.2340428 0.002752482 0.1228188 0.6276699 0.05174368 0.0581206 0.1368943 0.02708894 0.08329159 0.8252673 0.06435203 0.01020002 0.0867449 0.6772824 0.05470788 0.06145012 0.1096146 0.8073527 0.1924633 1.84011e-4 0.09477871 0.1953619 0.4089511 0.1354439 0.1654642 0.03379106 0.1198233 0.3943229 0.272429 0.1796336 0.1092609 0.1350879 0.2208251 0.4154363 0.1193897 0.1241834 0.5009747 0.2941065 0.0109238 0.06981158 0.01908153 0.1756427 0.4886339 0.3164979 1.43914e-4 0.02045285 0.1167665 0.6702243 0.0225659 0.06194138 0.1080489 0.06349843 0.09149897 0.7240619 0.1209407 0.03939366 0.01785713 0.2780727 0.3931353 0.2715412 0.04948502 0.1428267 0.6617001 0.1459881 0.00171101 0.1615953 0.1184945 0.4626836 0.1075843 0.1479312 0.134383 0.2245135 0.4689808 0.05950701 0.1126156 0.2272057 0.06385046 0.4871059 0.1255604 0.09627753 0.003290951 0.1734413 0.1369137 0.4156524 0.09327495 0.1774266 0.3656482 0.03605496 0.4202807 0.1627163 0.01054549 0.004754304 8.68631e-4 0.2643433 0.4652517 0.1340004 0.1195392 0.01599675 7.58174e-4 0.1852069 0.3162503 0.3647727 0.0759769 0.03863865 0.01839613 0.7258179 0.1437682 0.1304139 0.7175796 0.1493038 0.1331166 0.7211372 0.1828492 0.09601354 0.7231484 0.1572813 0.1195703 0.5164423 0.08081716 0.4027405 0.5096873 0.08456349 0.4057492 0.5261619 0.1075645 0.3662735 0.5392444 0.112739 0.3480166 0.5890929 0.1139401 0.296967 0.5758652 0.110063 0.3140717 0.5768223 0.1127067 0.3104711 0.578411 0.1163237 0.3052653 0.6864267 0.2346093 0.001766443 0.07719749 0.6634612 0.2351668 0.005122125 0.09624987 0.5829731 0.3941385 0.005740463 0.01714795 0.6443016 0.1299744 0.2257241 0.6312794 0.1259992 0.2427213 0.6443063 0.143256 0.2124376 0.6516075 0.1338765 0.2145161 0.5533416 0.09779524 0.3488631 0.5734007 0.116114 0.3104852 0.6848052 0.1998416 0.00176227 0.1135908 0.6277585 0.3163637 0.003675937 0.05220186 0.6727641 0.1358085 0.1914272 0.6025713 0.1201865 0.2772423 0.6191591 0.1257418 0.2550991 0.6830891 0.1534985 0.1634123 0.5224238 0.00786823 0.4673603 0.002347588 0.08146524 0.8860092 0.03252565 0.01416605 0.9828152 0.003018677 0.00298202 0.07300472 0.690454 0.0560584 0.06296706 0.1145337 0.008921444 0.0386008 0.9440923 0.0083853 0.01643723 0.9800189 0.003543794 0.02072823 0.02713859 0.8867822 0.06535094 0.02027046 0.9797295 0.002927601 0.9894881 0.007584273 1.80928e-5 0.9455403 0.05444163 0.9975647 0.002435326 0.996248 0.003752052 0.01420891 0.985791 0.9999981 1.94085e-6 0.006209135 0.9937908 0.9999354 6.46276e-5 5.69677e-5 0.9711058 0.0288372 1 1 0.999942 5.80778e-5 1 0.9862897 0.01371026 0.9990401 9.59856e-4 0.9650089 0.03499108 0.9543617 0.03947782 0.006160497 1 0.9602764 0.0397225 9.89476e-7 0.9987511 0.001248359 6.36313e-7 0.954146 0.04585403 0.5265933 0.4734067 0.4988256 0.5011744 0.4991551 0.5008449 0.49348 0.50652 0.5102351 0.4897649 0.5463067 0.4536933 0.525331 0.474669 0.5241507 0.4758493 0.2004566 0.7992409 3.02432e-4 0.2116725 0.7883275 0.3617921 0.6382079 0.001417458 0.007518529 0.01202374 0.3306871 0.6040146 0.04433834 0.007325291 0.003082334 0.3321354 0.6103237 0.04713314 0.3298661 0.6210253 0.04910862 0.3500608 0.6487891 0.001150131 0.3124389 0.6223992 0.06516188 0.3342511 0.6657489 0.03493577 0.6071158 0.3213943 0.02403312 0.01252084 0.03984493 0.5959763 0.3150338 0.03332096 0.01582396 0.08762961 0.5653464 0.3005499 0.02824211 0.01823186 0.1123144 0.5668756 0.2966004 0.02420949 0.04757761 0.592652 0.309421 0.03584975 0.01449948 0.1194302 0.5722984 0.2998753 0.008396089 0.01085042 0.3281095 0.6053833 0.05410742 0.001549303 0.1515616 0.757499 0.09093934 0.0157929 0.3230745 0.5890243 0.07124161 8.6673e-4 0.03272724 0.3757864 0.5080846 0.08340173 0.01965463 0.3328604 0.5615783 0.08587515 3.14601e-5 0.2400789 0.6222417 0.1376397 3.96031e-5 0.1616717 0.7205318 0.1177561 4.03649e-5 0.009549796 0.2178656 0.6927592 0.0798254 0.06100112 0.3453153 0.5670672 0.02661621 0.07817071 0.8501781 0.02868729 0.04296386 0.8529701 0.1347191 0.01231074 0.06359428 0.009258508 0.826726 0.1004211 0.00701785 0.14433 0.3403708 0.4334772 0.009200453 0.06560361 0.02377921 0.2413434 0.3039187 0.4029336 0.02802479 0.1464139 0.2629991 0.5085367 0.08205014 0.03247094 0.3671499 0.2079551 0.392424 0.8811954 0.1186164 1.88289e-4 0.9047542 0.09524589 0.009605288 0.1156315 0.5544252 0.2767356 0.04360234 0.01619905 0.2210735 0.2773595 0.4194018 0.001759767 0.0642063 0.007605314 0.2050137 0.148595 0.4609352 0.05980515 0.1180453 0.2171332 0.2401179 0.2383005 0.2826944 0.01452112 0.007232785 2.34916e-4 0.2178757 0.4113067 0.1706558 0.18563 0.002526164 0.0117706 0.9902827 0.009717345 0.9547774 0.03164649 0.01357614 1 0.9902827 0.009717345 0.06602579 0.0096125 0.9243617 1 1 0.1914362 0.1559649 0.6393194 0.01327806 1.30864e-6 0.6418124 0.3581876 0.8408473 0.1591527 0.6380594 0.3619406 0.6236268 0.3763732 0.9619579 0.038042 0.6565924 0.3434076 0.9903272 0.00967282 0.7203249 0.2796751 0.9293899 0.0706101 0.7067838 0.2932162 0.7725203 0.2274798 0.7971795 0.2028204 0.9541403 0.04585963 0.8469305 0.1530694 0.8520592 0.1479408 1 0.9922998 0.007700085 0.9918499 0.0081501 0.9935713 0.002483785 0.003944873 0.6575123 0.3422821 2.05765e-4 0.6481956 0.3518044 0.9013477 0.09865224 0.969389 0.03061091 0.9998247 1.75281e-4 0.8847975 0.114942 2.60624e-4 0.8299388 0.1698167 2.44465e-4 0.8704432 0.1293004 2.56396e-4 0.4981852 0.5018149 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.7149811 0.2850189 0.6666667 0.3333333 0.6666667 0.3333333 0.699932 0.300068 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.00735259 0.2481618 0.2481618 0.4963237 0.004182994 0.2463383 0.2498261 0.4996524 0.25 0.25 0.5 0.00735259 0.2481618 0.4963237 0.2481618 0.004182994 0.2463383 0.4996524 0.2498261 9.10056e-4 0.2460389 0.251017 0.5020341 0.25 0.5 0.25 9.10056e-4 0.2460389 0.5020341 0.251017 0.3287813 0.6712187 0.332008 0.667992 0.3391773 0.6608228 0.3364904 0.6635097 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5207514 0.4792487 0.5 0.5 0.501012 0.498988 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 0.005890727 0.1988219 0.3976437 0.3976437 0.00334686 0.1970981 0.3997775 0.3997775 0.2 0.4 0.4 7.27453e-4 0.1966711 0.4013007 0.4013007 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.1289415 0.866261 0.004797458 0.04532939 0.913603 0.0410676 0.07406455 0.9167022 0.009233176 0.01169639 0.9502407 0.03806287 0.1595997 0.8380516 0.002348601 0.05490267 0.9091544 0.03594291 0.1321734 0.8566092 0.01121747 0.03391838 0.9254689 0.04061263 0.1534904 0.8346424 0.01186704 0.09003812 0.9060665 0.003895342 0.03062391 0.9245187 0.04485738 0.115152 0.8801748 0.004673182 0.02936989 0.9312719 0.03935825 0.07842355 0.8974049 0.02417159 0.3314359 0.668564 0.4963663 0.5036336 0.2704665 0.7295336 0.06537139 0.9346286 0.3418472 0.6581528 0.491354 0.508646 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 0.6666667 0.3333333 0.3420012 0.6579988 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6610499 0.3389501 0.2998608 0.6901201 0.01001912 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 0.9874153 0.01258468 0.05626279 0.9437372 0.01180219 0.6531971 0.3350007 0.2570992 0.7429009 0.006104886 0.6597189 0.3341762 0.2350592 0.7649407 0.02041417 0.4893195 0.2451331 0.2451331 0.001035094 0.6626483 0.3363165 0.02889078 0.9711092 0.009679138 0.4886369 0.250842 0.250842 0.05973339 0.9402666 0.01904672 0.4847527 0.2481003 0.2481003 0.07029795 0.9297021 0.01927632 0.9807236 0.01077944 0.9892205 0.2748959 0.6184927 0.084082 0.0225293 0.4838709 0.516129 0.3951972 0.6048029 0.1552795 0.8447205 0.02949571 0.9705043 0.0625 0.9375 0.3351801 0.66482 0.452349 0.547651 0.4575911 0.542409 0.257912 0.7420881 0.00390625 0.9960937 1 0.245841 0.754159 0.474159 0.5258409 0.420948 0.579052 1 0.2865886 0.7134114 0.184978 0.815022 1 0.01211887 0.9707502 0.01713085 0.2947111 0.7018484 0.00344038 0.4732965 0.5267034 0.5404689 0.4595311 0.009128212 0.7311913 0.2596805 0.5207514 0.4792487 0.337364 0.6467835 0.01585251 0.02065044 0.9559201 0.02342939 0.01648032 0.7628822 0.2206375 0.5666667 0.4333333 0.4838709 0.516129 0.306712 0.693288 0.004878044 0.9951219 0.003410637 0.6957708 0.3008186 0.5175038 0.4824962 1 0.2742796 0.7257204 0.4675019 0.5324981 0.5434927 0.4565073 0.7462959 0.253704 0.4444445 0.5555556 0.2307692 0.7692308 1 0.6956522 0.3043478 0.516129 0.4838709 1 0.2561531 0.7438468 0.4578073 0.5421927 0.5105105 0.4894895 0.6854839 0.3145161 1 1 1 1 0.00735259 0.2481618 0.2481618 0.4963237 0.8 0.2 0.5714286 0.4285715 0.5572248 0.4427752 0.7724347 0.2275652 0.00735259 0.2481618 0.4963237 0.2481618 1 1 1 1 0.25 0.25 0.5 0.8742233 0.1257767 0.6083197 0.3916804 0.5935409 0.4064591 0.8440215 0.1559785 1 1 0.332008 0.667992 0.25 0.5 0.25 1 1 0.5436697 0.4563302 0.7342369 0.2657631 0.7481667 0.2518333 0.5714863 0.4285137 0.01375907 0.4383293 0.2191646 0.328747 0.0330519 0.7732447 0.1937034 0.05043804 0.9495619 0.05224323 0.9477568 0.2369546 0.7630454 0.05088531 0.9491146 0.03418272 0.8123133 0.1535038 0.01362121 0.4506635 0.3103834 0.2253317 0.2369624 0.7630376 0.05281078 0.9471891 0.01072144 0.5261802 0.4630983 0.03587299 0.6988497 0.2652773 0.03879642 0.9612036 0.06536042 0.9346396 0.277024 0.722976 0.00751847 0.4247246 0.302304 0.2654529 0.3051795 0.6948205 0.03356063 0.7229689 0.1530992 0.09037107 0.05523431 0.9447657 0.6540198 0.3459802 0.6140249 0.3859751 0.02357828 0.9577738 0.0186479 0.01171869 0.9520497 0.03623157 0.119603 0.880397 0.07315814 0.9182125 0.008629202 0.04549169 0.916873 0.03763526 0.08949089 0.9018327 0.008676469 0.1291043 0.8673545 0.003541231 0.1655989 0.834401 0.3246394 0.6753606 0.4933049 0.5066951 0.2697382 0.7299747 2.87069e-4 0.2851222 0.7148778 0.1234915 0.8765085 0.1596505 0.8400316 3.17867e-4 0.2095306 0.7904694 0.187799 0.812201 0.5271539 0.4728462 0.3846328 0.6153673 0.4049165 0.5620939 0.03298956 0.008482635 0.3888317 0.1972134 0.3944268 0.01104527 0.01156812 0.3953727 0.1976863 0.3953727 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.03502184 0.9519816 0.01299655 0.05673652 0.9281378 0.01512563 0.08254265 0.8984985 0.01895874 0.06696391 0.9217977 0.01123827 0.08534455 0.9146555 0.06307631 0.9081929 0.0287308 0.4838709 0.516129 0.3951972 0.6048029 0.02949571 0.9705043 0.0625 0.9375 0.3875713 0.6124287 0.4037703 0.5962297 0.516129 0.4838709 0.5105105 0.4894895 1 1 0.5868815 0.4131185 0.5719092 0.4280909 1 1 1 1 0.01847869 0.5735937 0.3518885 0.04906827 0.006970703 0.05242002 0.926678 0.02090203 0.04536211 0.8990325 0.01007843 0.04552686 0.3488649 0.6511351 0.2900811 0.709919 0.1831303 0.8168696 0.3333333 0.6666667 0.6666667 0.3333333 0.008562564 0.3212624 0.651919 0.01825594 0.3472248 0.6527752 1 0.08803921 0.9087076 0.003253102 0.02330583 0.9520583 0.02463585 0.1466528 0.8475143 0.00583285 0.03790873 0.9195345 0.04255676 0.0778526 0.8937824 0.02836501 0.03174614 0.6159594 0.3153254 0.03696906 0.5 0.5 1 0.3333333 0.6666667 0.4543996 0.5456004 0.5 0.5 0.6666667 0.3333333 0.2497242 0.7502758 0.5117913 0.4882087 0.009537994 0.330154 0.660308 1 0.6877951 0.312205 0.0151084 0.5021938 0.4336345 0.04296034 0.006102979 0.2300494 0.7510059 0.01894468 0.02548778 0.6392058 0.2331771 0.06202954 0.04009962 0.04565018 0.8799089 0.009901881 0.06453883 0.3951675 0.6048325 0.2697619 0.730238 0.1730323 0.8269677 0.1935858 0.8064143 0.4886285 0.5113715 0.3137202 0.6862798 0.1980014 0.8019986 0.1487026 0.8512973 0.5475256 0.4524744 0.5428903 0.4571098 0.4716233 0.5283767 0.4478443 0.5521557 0.001591265 0.4935936 0.5048152 0.001999557 0.3938907 0.4027398 0.2013699 0.4985806 0.5014193 0.3993548 0.4004301 0.200215 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5441956 0.4558044 0.5229028 0.4770972 1 1 1 1 0.09423762 0.9007738 0.00498861 0.1031942 0.8942995 0.002506256 0.07977694 0.9134188 0.006804108 0.08023053 0.9197694 0.08356475 0.9164353 0.03698664 0.9630134 0.03690123 0.9630988 0.420948 0.579052 0.474159 0.5258409 1 1 0.4757325 0.5242676 0.5 0.5 0.5745669 0.425433 0.6042654 0.3957346 0.01227068 0.9829112 0.004818141 0.02065044 0.9559201 0.02342939 0.5764537 0.4235463 0.585005 0.414995 1 1 1 1 0.02095264 0.5437652 0.4352822 0.01996976 0.5568722 0.3533616 0.06979644 0.06412273 0.9358773 0.05604392 0.943956 0.05636346 0.9436365 0.0543214 0.9456786 0.2208673 0.7791326 0.2949961 0.7050039 0.414085 0.585915 0.3673182 0.6326819 0.3529781 0.6470219 0.2394508 0.7605491 0.4278274 0.5721725 0.3333333 0.6666667 0.6666667 0.3333333 0.002113997 0.3272382 0.6706477 0.3481185 0.6518816 1 0.1416363 0.8583638 0.05143654 0.9351686 0.01339483 0.1395136 0.8577846 0.002701878 0.04938209 0.9108625 0.0397554 0.06174731 0.9382526 0.01522386 0.65024 0.3345361 0.5 0.5 1 0.3333333 0.6666667 0.5188111 0.481189 0.5290457 0.4709544 0.719323 0.280677 0.3333333 0.6666667 0.5586901 0.4413099 0.3321378 0.6678622 1 0.7284454 0.2715546 0.009340405 0.5143474 0.4763122 0.2814928 0.7185072 0.03192615 0.6806142 0.2874596 0.05511355 0.9448865 0.430695 0.5693051 0.2389549 0.761045 0.4478645 0.5521355 0.2692213 0.7307787 0.1321557 0.8678442 0.1563629 0.8436371 0.5382478 0.4617522 0.5284641 0.4715359 0.4524202 0.5475797 0.4024981 0.5975019 0.005452513 0.3939965 0.4003673 0.2001836 0.00283724 0.3943202 0.2009475 0.4018951 0.005890727 0.3976437 0.3976437 0.1988219 0.4 0.2 0.4 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 0.08908194 0.9109181 0.08829528 0.9117048 1 1 0.06097203 0.9316577 0.007370114 0.05950766 0.9321763 0.00831592 0.04779547 0.9522045 0.05939352 0.9406065 0.452349 0.547651 0.4575911 0.542409 0.00390625 0.9960937 1 0.4838709 0.516129 0.4675019 0.5324981 0.5236139 0.476386 0.550236 0.449764 0.004878044 0.9951219 1 0.665905 0.334095 0.6482364 0.3517636 1 1 1 1 0.02073407 0.6684632 0.3108026 0.02023261 0.607423 0.1286307 0.2437136 0.05473858 0.9452614 0.0553373 0.9446626 0.05170261 0.9482974 0.05352675 0.9464732 0.910905 0.08909505 0.9209923 0.07900768 0.2216352 0.7783647 0.04110634 0.949966 0.008927643 0.0742892 0.9219467 0.003764092 0.1377633 0.8622367 0.160821 0.8391789 0.4509603 0.5490398 0.3835976 0.6164025 0.4856509 0.5143491 0.4023914 0.5976086 0.4460231 0.5539769 0.3050736 0.6949264 0.4706442 0.5293558 0.199945 0.800055 0.3062684 0.6937316 0.4076812 0.5923187 0.3333333 0.6666667 0.6666667 0.3333333 0.0035066 0.328185 0.6683084 0.3493033 0.6506967 1 0.105487 0.891294 0.003218948 0.03009676 0.9311978 0.03870534 0.07776987 0.9222301 0.02404886 0.6451152 0.3308359 0.5 0.5 1 0.3333333 0.6666667 0.5 0.5 0.5057015 0.4942985 0.6768414 0.3231586 0.3333333 0.6666667 0.5382586 0.4617414 0.3333333 0.6666667 1 0.7364621 0.2635379 0.008710026 0.5580879 0.433202 0.2616536 0.7383465 0.03291904 0.7577666 0.2093144 0.05362248 0.9463775 0.6102295 0.3897706 0.3307114 0.6692886 0.02964657 0.9574987 0.01285463 0.1098223 0.8901777 0.918999 0.08100104 0.2712396 0.7287604 0.1893382 0.8106618 0.3503503 0.6496496 0.4333034 0.5666966 0.3369655 0.6630345 0.3527718 0.6472283 0.2349842 0.7650158 0.4004514 0.5995485 0.4265898 0.5734102 0.3692935 0.6307066 0.3417416 0.6582584 0.2681343 0.7318657 0.02313101 0.9109661 0.06590282 0.06793457 0.8925975 0.03946787 0.5742112 0.4252997 4.89124e-4 0.5107849 0.4545935 0.03426891 3.52685e-4 0.433425 0.5663148 2.60285e-4 0.4343841 0.5655047 1.1129e-4 0.2930729 0.6118265 0.05532699 0.03977364 0.8007947 0.1385689 0.0606364 0.008914291 0.8474197 0.1172886 0.02637737 0.03446501 0.9056776 0.0598573 0.01162308 0.9162997 0.07207715 0.04492563 0.9106274 0.04444706 0.01195979 0.9402018 0.04783838 0.03502732 0.920453 0.0445196 0.04986995 0.9267294 0.0234006 0.3414857 0.6585142 0.957183 0.03916895 0.003648042 0.9603391 0.03966087 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 1 1 1 0.1800778 0.1026734 0.1089469 0.5677742 0.0405277 0.1184384 0.1012935 0.1158675 0.6200464 0.04435414 0.04733246 0.07164198 0.808902 0.07212352 0.8568117 0.1429359 2.52381e-4 0.8941525 0.1058474 0.2321489 0.2373017 0.2270216 0.2148814 0.08864635 0.001189887 0.2732262 0.4356078 0.1392936 0.1398543 0.01082825 0.002405405 0.3186664 0.5018749 0.1168429 0.04785197 0.01235836 0.002954781 0.1931651 0.2631078 0.2841609 0.1108214 0.1457899 0.008213579 0.3186865 0.2414503 0.2210876 0.0936737 0.1168884 0.004339098 0.1206117 0.7167897 0.02838557 0.1298739 0.001009345 0.5605131 0.4384775 0.1052786 0.5181928 0.3762848 2.43844e-4 0.08290112 0.4827707 0.4340911 2.37049e-4 0.004744887 0.509564 0.4856911 7.3688e-4 0.6995061 0.03933292 0.2604241 0.004812777 0.1364678 0.5873708 0.2713486 0.05535221 0.3445399 0.5339588 0.06614905 0.003596544 0.2625762 0.6043879 0.1294393 0.03561502 0.396491 0.5678939 0.2443603 0.4863448 0.2692949 0.138494 0.6551112 0.2061974 1.97351e-4 0.1486411 0.6526436 0.1987152 0.1198418 0.4014651 0.4786931 0.00763607 0.6491416 0.2728829 0.07033938 1.68621e-5 0.5324341 0.4675491 0.001533031 0.395168 0.6032989 7.63306e-4 0.2287554 0.7704813 1.26787e-4 0.3581582 0.6417151 0.3879125 0.6120874 0.357717 0.642283 0.6227486 0.3772513 0.1035425 0.2889682 0.6074894 0.06812041 0.26713 0.6636057 0.001143932 0.08237051 0.5117664 0.4048693 9.93783e-4 0.03143584 0.2384886 0.7295246 5.51045e-4 0.03412628 0.2288984 0.7369754 0.007033944 0.319682 0.6732841 0.004193305 0.2218139 0.7739927 0.01317179 0.1966668 0.7901614 0.02333402 0.3564621 0.6202039 0.07352292 0.332203 0.594274 0.05593705 0.2070935 0.7369694 1.17213e-4 0.1338807 0.8660022 0.2682465 0.7317535 6.20313e-4 0.1214393 0.8760322 0.001908123 9.47345e-5 0.096812 0.9009349 0.002158284 0.1718348 0.8281652 0.3363745 0.6636255 0.02188378 0.08012062 0.8965051 0.001490414 0.01988035 0.2640296 0.7139626 0.002127528 0.009446799 0.1612234 0.828278 0.001051664 0.003334701 0.09594929 0.8998042 9.11707e-4 0.02008748 0.1546546 0.825258 0.01414787 0.9858521 0.03743731 0.2786745 0.5378618 0.009729325 0.1362969 0.02981638 0.08916169 0.4479415 0.2436685 0.01011443 0.1792973 0.4015853 0.5429627 0.001301527 0.0541504 0.157478 0.7252721 0.002070486 0.1151794 0.436344 0.4988917 0.00109899 0.06366533 0.3744257 0.624252 0.001322209 0.1502012 0.7977927 0.001668572 0.05033737 0.3366408 0.6090526 6.62224e-4 0.05364429 0.09923511 0.6790824 0.05296963 0.1687127 0.005480229 0.8126875 0.1528564 0.02897578 0.5423201 0.09759223 0.3600876 0.5474568 0.0970233 0.3555199 0.557348 0.09641152 0.344354 0.001886487 0.566429 0.1048793 0.3283295 3.6211e-4 0.4842588 0.1222524 2.60601e-5 0.3929929 4.6984e-4 0.461567 0.1132885 2.47604e-5 0.4250576 6.20932e-5 0.3918548 0.1499485 1.18493e-4 0.4578409 2.37245e-4 0.5069499 0.1248758 7.54022e-5 0.3671669 9.31939e-4 0.4476044 0.1567941 2.33794e-4 0.3951908 1.76795e-4 0.5164188 0.1187767 1.18233e-4 0.3645877 9.84194e-5 0.3566889 0.2421496 0.4008095 3.52071e-4 0.1822152 0.3532453 9.25472e-5 0.4644469 0.2832879 0.2504186 1.32181e-4 0.4660964 6.5017e-5 0.2112072 0.3317503 2.16454e-4 0.456826 0.2872142 0.2639986 2.20166e-4 0.4484377 1.293e-4 0.2152268 0.3349139 2.97569e-4 0.4495616 0.3354473 0.2587053 3.2295e-4 0.4055244 0.1113649 0.426943 2.23852e-4 0.4614682 0.09097081 0.3737245 0.5353046 0.08878231 0.352477 0.002090752 0.5566499 0.1282948 0.5393668 0.003549933 0.3287884 0.1474136 0.540233 0.001141846 0.2598288 0.05138254 0.071056 0.6235859 0.0509184 0.2544397 0.05350214 0.5728526 0.01012152 0.3617392 0.001784503 0.06122368 0.5815114 0.04298478 0.3107545 0.003525495 0.7053273 0.2430798 0.05159288 0.9058441 0.08652681 0.007629036 0.6989198 0.1088895 0.1908639 0.00132668 0.8329053 0.1615186 0.005576074 0.6176395 0.05572074 0.3258445 7.95212e-4 0.8496574 0.1446513 0.00569123 0.6772792 0.05892997 0.2593118 0.004478931 0.9294386 0.02598184 0.04200112 0.002578318 0.6608982 0.07529425 0.2630009 8.06632e-4 0.1615722 0.4012928 0.4371349 0.1446546 0.4321548 2.11815e-4 0.4229788 0.1771265 0.3482891 2.59945e-4 0.4743243 0.1241692 0.390613 1.83142e-4 0.4850347 0.1846811 0.3628556 3.06058e-4 0.4521572 0.1152845 0.3663627 1.81285e-4 0.5181716 0.1927918 0.3640974 5.81876e-4 0.4425289 0.1318982 0.3816174 0.00258094 0.4839034 0.8229368 0.1207445 0.05564373 6.74833e-4 0.6110124 0.1538398 1.51102e-4 0.2349966 0.8877198 0.1063187 0.005961418 0.670473 0.1252967 0.2016387 0.00259155 0.6151685 0.384621 2.1051e-4 0.2759183 0.4121336 0.3117954 1.52672e-4 0.5119379 0.4880622 0.2770781 0.4225227 2.34961e-4 0.3001642 0.8232507 0.05471801 0.1179311 0.004100084 0.7911888 0.2065275 0.002283751 0.8358341 0.02336519 0.1362189 0.004581689 0.155586 0.3975179 1.73652e-4 0.4467223 0.1471056 0.3822489 3.57551e-4 0.4702877 0.1587582 0.3956141 6.03681e-4 0.4450239 0.8060458 0.1000294 0.09330707 6.17644e-4 0.8595947 0.1358212 0.004584074 0.7045246 0.2921569 0.003318428 0.3860051 0.6136946 7.99784e-5 2.20357e-4 0.2038361 0.5413023 5.69121e-5 0.2548047 0.2229383 0.7095038 0.001217007 0.06634074 0.2137539 0.5166105 7.38309e-4 0.2688973 0.3404009 0.6592855 3.13586e-4 0.2353064 0.7632953 0.001398324 0.5965412 0.3416349 0.06182384 0.003685891 0.792998 0.203316 0.6584594 0.3300369 0.01150369 0.6570848 0.3429151 0.003907263 0.7735924 0.2225003 0.6651462 0.3002485 0.03460526 4.36155e-4 0.6477389 0.1156037 0.2362211 0.6664454 0.3335546 0.6447925 0.2965483 0.05865919 0.564129 0.3272675 0.1086035 0.598783 0.2970117 0.1042053 0.3072239 0.4411999 0.2508469 7.29318e-4 0.3982632 0.3906107 0.2104551 6.7102e-4 0.3092215 0.3959864 0.2940428 7.49207e-4 0.310506 0.4042501 0.2845893 6.54608e-4 0.6505844 0.1824868 0.1669288 0.6389827 0.1768736 0.1841437 0.5336894 0.4663106 0.5044748 0.4955252 0.2484722 0.7515277 0.1316822 0.8683177 0.1216635 0.7299632 0.001912117 0.1464611 0.1191447 0.7372563 0.001520633 0.1420783 0.3951475 0.4066143 0.1968797 0.001358509 0.3601781 0.3301805 0.3085397 0.001101672 0.2658255 0.3981394 0.3346648 0.001370251 0.3271966 0.6728035 0.131289 0.8687109 0.3341842 0.5586137 0.00132513 0.105877 0.6550014 0.1125 0.2324987 0.3557772 0.5618442 0.08234077 3.77619e-5 0.02584981 0.9508304 0.02331966 0.3738206 0.572739 0.05344039 0.01528054 0.9622637 0.02245569 0.04108756 0.9132567 0.04565566 0.4077767 0.5439435 0.04827976 0.08557146 0.9144285 0.3390091 0.6300734 0.03091746 1 0.08522582 0.9147742 0.126088 0.8223481 0.05156391 1 1 1 0.9946922 0.005307793 0.01525467 0.9571052 0.0276401 0.9947466 0.005253493 1 1 0.9873247 0.01267534 0.9873581 0.0126419 0.9643071 0.03569287 0.9716315 0.02836853 0.9528951 0.04710489 0.01539266 0.9383141 0.04629307 1 1 0.5329975 0.4418524 0.02515006 0.367517 0.6299569 0.002526044 0.4105478 0.5623911 0.02706104 0.5770127 0.3845474 0.03843986 0.6287277 0.3601187 0.01115351 0.5980597 0.3967937 0.005146563 0.5799863 0.4181206 0.001893103 0.3929238 0.6070762 0.3900138 0.5935032 0.016483 0.6112669 0.38045 0.008283078 0.4228923 0.567889 0.009218692 0.6288206 0.3707002 4.79217e-4 0.6269823 0.3730177 0.6471123 0.3495966 0.003291189 0.5809161 0.2139427 0.2051411 0.5579189 0.2032234 0.2388578 1.47119e-5 0.4575623 0.2163743 0.3260486 0.3665843 0.4684394 0.1649762 0.6242125 0.1995118 0.1762757 0.9821881 0.01781201 0.5646311 0.2491686 0.1862002 0.9154087 0.08459138 1 0.2756965 0.6445226 0.07978087 0.9650521 0.03494793 1 0.4559911 0.4120544 0.1319545 0.2584403 0.1498917 0.591668 0.2374205 0.7625795 0.08364915 0.9163508 0.4381415 0.5193459 0.04251247 0.515766 0.3433279 0.140906 0.403417 0.4628602 0.1337227 0.4563258 0.3842086 0.1594655 0.4078878 0.3896906 0.2022685 1.53042e-4 0.4201257 0.4658796 0.1139946 0.3719612 0.4666767 0.1613621 0.3957722 0.5584406 0.04578721 0.2844802 0.6727396 0.04278022 0.2368516 0.7631483 0.2034319 0.7291558 0.06741225 0.2729446 0.6457939 0.08126145 0.3689376 0.6310624 0.3275457 0.6724544 0.3376126 0.6623874 0.2051566 0.7948433 0.4906276 0.4176945 0.09167784 0.4527596 0.4512401 0.09600013 0.391351 0.608649 0.4959814 0.4596824 0.04433625 0.5357754 0.4642246 0.4856135 0.3452911 0.1690952 0.4665705 0.3513268 0.1821027 0.4897757 0.3731276 0.1370967 0.3991006 0.544072 0.05682736 0.5591319 0.3572686 0.0835995 0.371966 0.495841 0.1321931 0.5127627 0.3273236 0.1599136 0.4176417 0.3963236 0.1859945 4.01937e-5 0.3960651 0.5307581 0.07317674 0.3690587 0.6044426 0.02649867 0.46325 0.4423729 0.0943771 0.1845055 0.8154945 0.1685049 0.7923106 0.03918445 0.06224435 0.9377557 0.2674651 0.7325348 0.2368658 0.7631342 0.1429648 0.8570352 8.76067e-5 0.2503395 0.3919146 0.1781404 0.1492047 0.00264728 0.02766579 0.203212 0.3003343 0.1896772 0.2485372 0.002993226 0.05524587 0.6547578 0.3452422 0.001575231 0.1006671 0.1894829 0.3659427 0.1858691 0.1564629 0.001538753 0.1596425 0.1608517 0.2815448 0.2670602 0.1293619 0.01973563 0.3138346 0.1680865 0.4374333 0.001909911 0.05899995 0.02786558 0.3336459 0.1993892 0.4191753 0.01992398 0.0112369 0.3424776 0.07030367 0.4671643 0.07664173 0.03217577 0.08894789 0.7114488 0.008929431 0.1906738 0.0877158 0.7493374 0.01146644 0.1514802 0.6111217 0.2157729 0.1731054 0.621172 0.2848662 0.09396177 0.5976899 0.1935732 0.2087368 0.6385442 0.2183077 0.1431481 0.4947891 0.2596871 0.2450012 5.22473e-4 0.6130627 0.2029402 0.183997 0.0786311 0.6690325 0.009916961 0.2424194 0.5435279 0.2709593 0.1855128 0.5225269 0.281919 0.1955541 0.5324876 0.2400912 0.2274212 0.4695129 0.3346401 0.195847 0.04931443 0.6675535 0.008103489 0.2750285 0.1054971 0.674194 0.001853942 0.2184548 0.04495376 0.7460456 0.01612967 0.1928709 0.09758341 0.790978 0.007595598 0.1038431 0.002602219 0.6798939 0.1424028 0.1751011 0.05171197 0.6560701 0.01576709 0.2764508 0.05182838 0.6809501 0.01848405 0.2487374 0.4992663 0.3501185 0.1506152 0.4671267 0.2909369 0.2414045 5.3181e-4 0.4254059 0.3654133 0.2091808 0.4795886 0.30198 0.2184314 0.4604535 0.2778979 0.261139 5.09544e-4 0.412496 0.3425419 0.2448293 1.32673e-4 0.297416 0.5628499 0.1396938 4.00957e-5 1 1 1 1 0.6666667 0.3333333 1 0.3333333 0.6666667 1 0.1666666 0.5 0.3333333 0.3333333 0.6666667 1 0.001214265 0.3745447 0.6242411 0.2 0.8 1 1 1 1 1 1 0.4 0.6 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.6666667 0.3333333 0.001214265 0.3745447 0.6242411 0.01824146 0.7363188 0.2454396 0.4867489 0.5132511 0.2 0.8 0.6666667 0.3333333 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 0.2727273 0.7272728 0.1905881 0.5737239 0.235688 0.1428571 0.5714286 0.2857143 0.07692307 0.6153846 0.3076923 0.1050373 0.06370168 0.4400793 0.3911816 0.01144391 0.247139 0.4118983 0.3295187 0.3333333 0.6666667 1 0.3333333 0.6666667 1 0.3333333 0.6666667 0.3333333 0.6666667 1 0.3333333 0.6666667 1 0.3333333 0.6666667 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.07545065 0.3018027 0.5095707 0.113176 0.2857143 0.4285715 0.2857143 0.07142853 0.2857143 0.3571429 0.2857143 0.1428571 0.5714286 0.2857143 0.2727273 0.7272728 0.07692307 0.3076923 0.4615385 0.1538462 0.2124809 0.4907724 0.2967468 0.1689279 0.4617067 0.3693653 0.5607218 0.4392781 0.4410485 0.3384273 0.2205242 0.7910647 0.1182025 0.09073275 0.4828078 0.4158954 0.1012967 0.7849002 0.12169 0.09340971 0.07947248 0.8054616 0.1150659 0.007504045 0.8684339 0.124062 0.001114606 0.7123763 0.286509 0.09381783 0.07942736 0.676503 0.1502518 0.5665591 0.4295467 0.00389415 0.5980597 0.3967937 0.005146563 0.629725 0.3638694 0.006405532 0.6287277 0.3601187 0.01115351 0.6277336 0.3563799 0.01588654 0.5770127 0.3845474 0.03843986 0.5338755 0.4085034 0.05762106 0.5006196 0.4537242 0.04565626 0.5329975 0.4418524 0.02515006 0.4985988 0.401949 0.09900897 4.43237e-4 0.4985377 0.3976116 0.1027655 0.001085102 0.4986923 0.3935654 0.1064618 0.001280426 0.5188116 0.3897407 0.09075641 6.9122e-4 0.5405198 0.3856415 0.07383871 0.5162345 0.405166 0.07818627 4.13117e-4 0.5212331 0.4185508 0.06021606 0.5405198 0.3856415 0.07383871 0.5212331 0.4185508 0.06021606 0.5006196 0.4537242 0.04565626 0.5338755 0.4085034 0.05762106 0.5164479 0.4053335 0.07821857 0.4986126 0.4019601 0.09901171 4.15491e-4 0.4989987 0.3938072 0.1065272 6.66783e-4 0.5191705 0.3900103 0.09081923 0.4990793 0.3980435 0.1028771 0.5329975 0.4418524 0.02515006 0.5665591 0.4295467 0.00389415 0.6277336 0.3563799 0.01588654 0.5770127 0.3845474 0.03843986 0.629725 0.3638694 0.006405532 0.6287277 0.3601187 0.01115351 0.5980597 0.3967937 0.005146563 0.5980597 0.3967937 0.005146563 0.6287277 0.3601187 0.01115351 0.5329975 0.4418524 0.02515006 0.4990793 0.3980435 0.1028771 0.5191705 0.3900103 0.09081923 0.5212331 0.4185508 0.06021606 1 1 0.002592325 0.9974076 1 6.29324e-4 0.9993708 0.359645 0.6403551 0.1412004 0.8587996 0.004330992 0.141376 0.04001474 0.4200277 0.3942506 0.006747722 0.6621682 0.3310841 1 0.3333333 0.6666667 1 0.1031655 0.5840603 0.3127741 0.009726524 0.3300911 0.6601823 1 0.2278863 0.7721137 0.2031562 0.7968437 0.4871765 0.5128235 0.3706969 0.6293031 0.02097934 0.9790206 0.02320826 0.9767917 1 1 1 1 0.2186665 0.7813335 0.2358896 0.7641103 1 1 0.002592325 0.9974076 1 6.29324e-4 0.9993708 1 7.34059e-4 0.499633 0.499633 0.007603645 0.4961981 0.4961981 0.01831573 0.4908421 0.4908421 0.007312655 0.4963436 0.4963436 0.007196784 0.2457582 0.1577652 0.3555729 0.2337068 0.00846678 0.2673126 0.04573398 0.3822231 0.2962633 0.3990499 0.6009501 0.003574192 0.107456 0.458509 0.4304608 0.0174002 0.6550666 0.3275333 0.1276518 0.8723482 0.2391223 0.7608777 0.003858029 0.1380984 0.1380984 0.3056497 0.4142953 0.2197071 0.7802929 0.141248 0.858752 0.1025715 0.8974284 0.00992614 0.6600493 0.3300246 1 0.01011258 0.3299624 0.6599249 9.78506e-4 0.3330072 0.6660144 1 1 1 0.1474987 0.8525013 0.1150541 0.8849459 0.2126163 0.7873837 0.2349526 0.7650474 0.07732474 0.6065283 0.3161469 0.003000199 0.1434614 0.1455565 0.2877803 0.4202016 0.04167079 0.6388861 0.3194431 0.00412482 0.1476482 0.1476482 0.2576339 0.4429448 0.04828691 0.6344754 0.3172377 0.166173 0.3353078 0.4985191 0.07850509 0.6046334 0.3168615 0.07992374 0.4443403 0.475736 0.07806986 0.606993 0.3149371 0.100526 0.3467628 0.5527111 0.1024957 0.5807912 0.316713 0.004507362 0.1355116 0.3208319 0.5391491 9.78506e-4 0.3330072 0.6660144 0.002592325 0.9974076 0.008229553 0.3305901 0.6611803 0.003218412 0.9967816 0.01523852 0.3282538 0.6565077 0.3333333 0.6666667 1 0.3333333 0.6666667 1 0.01011258 0.3299624 0.6599249 0.01595598 0.492022 0.492022 0.005626559 0.4971867 0.4971867 0.5 0.5 0.007603645 0.4961981 0.4961981 0.004345297 0.2268823 0.4247902 0.3439821 0.1653535 0.5555916 0.2790548 0.003377795 0.1209098 0.2418196 0.3920729 0.2418196 0.002457559 0.1175141 0.2384606 0.3971624 0.2444053 0.008340835 0.337145 0.3420725 0.1799598 0.1324816 0.003106892 0.1485613 0.4521928 0.2378926 0.1582463 0.5214859 0.3046855 0.1738286 0.00430727 0.2399108 0.1241319 0.4172811 0.2143688 0.002165913 0.211907 0.5665327 0.2193941 0.002446889 0.1645113 0.414114 0.4189277 0.02894252 0.5121659 0.3168382 0.1420535 0.4324021 0.4140293 0.1535685 0.01002985 0.5250443 0.3417879 0.123138 0.5075272 0.292277 0.2001957 0.009995281 0.3498292 0.3498292 0.1737364 0.1166097 0.00428617 0.1534252 0.4602757 0.2285876 0.1534252 0.00428617 0.1534252 0.4602757 0.2285876 0.1534252 0.01238685 0.3987376 0.2309589 0.2317824 0.126134 0.02413934 0.5393909 0.2052741 0.2311956 0.01009011 0.8189664 0.0906918 0.08025163 0.2250128 0.6637455 0.06989669 0.04134494 0.01423162 0.530513 0.2280795 0.2271759 0.0344966 0.8638265 0.03833931 0.0633375 0.2141088 0.7858912 0.216001 0.7839989 0.3442941 0.6557059 0.4455868 0.5544132 0.3124569 0.6875432 0.2579928 0.7420073 0.3391382 0.6608619 0.3223108 0.6776892 0.5020118 0.4979882 0.418749 0.581251 0.4925382 0.5074618 0.5396004 0.4603996 0.5166245 0.4833756 0.5396004 0.4603996 0.5273197 0.4726803 0.5027988 0.4972012 0.452901 0.5470989 0.3629366 0.6370633 0.196691 0.8017212 0.001587748 0.03411042 0.9059255 0.05996406 0.09905946 0.8769602 0.02398031 0.1130408 0.8815078 0.00545144 0.1244266 0.8691913 0.006382107 0.1220524 0.8713979 0.006549656 0.1056913 0.888352 0.005956649 0.1336556 0.8611237 0.00522077 0.1620178 0.8340939 0.00388813 0.1781959 0.8196067 0.002197384 0.08020299 0.8871783 0.03261864 0.106032 0.8792281 0.01473981 0.04782974 0.9067297 0.04544049 0.1609259 0.8351086 0.003965377 0.1301579 0.8643763 0.005465686 0.1622779 0.8354097 0.002312302 0.102354 0.8826193 0.01502662 0.07893568 0.8883263 0.03273802 0.04633331 0.9048366 0.04883009 0.1458068 0.8494905 0.004702627 0.1480628 0.8473933 0.00454384 0.5300093 0.001554965 0.4116739 0.0567618 0.5284983 0.4715017 0.5344028 0.4653353 2.61962e-4 0.9779682 0.02203178 0.1628966 0.1965513 0.5813316 0.05922037 0.257332 0.4142249 0.3284431 0.5161121 1.88589e-5 0.4701688 0.01370018 0.6974001 0.2759273 0.0266726 0.540336 0.4588694 7.94612e-4 0.5633023 0.4325309 0.004166841 0.5521816 0.4041422 0.04367631 0.7779092 0.1884568 0.03363394 0.7772406 0.1409444 0.07725757 0.004557371 0.02058923 0.2138394 0.737086 0.02638143 0.002103745 0.01594203 0.04320269 0.7592571 0.07129085 0.08654856 0.008248507 0.01551002 0.4993317 0.39407 0.1065983 0.629725 0.3638694 0.006405532 0.6277336 0.3563799 0.01588654 0.5665591 0.4295467 0.00389415 0.4988198 0.4021272 0.09905284 0.5006196 0.4537242 0.04565626 0.5405198 0.3856415 0.07383871 0.481469 0.3989302 0.1196007 0.5443298 0.386416 0.06925415 0.5928755 0.3498781 0.05724638 0.8636749 0.1078725 0.02845257 0.9961099 0.003890037 0.9808906 0.001226007 0.0178833 0.9078052 0.09219479 0.8373594 0.1626406 0.9961099 0.003890037 0.9158338 0.08189702 0.002269208 0.9961099 0.003890037 0.01934784 0.9782527 0.001222729 0.001176655 0.9997248 2.75166e-4 0.954146 0.04585403 0.00844413 0.6280055 0.1492942 0.2142561 0.002520382 0.7693039 0.2281756 6.34679e-4 0.6572403 0.1229757 0.2191493 0.003136456 0.7722525 0.2091521 0.01545894 0.003118336 0.7960944 0.198816 0.001971125 0.06333953 0.6394751 0.01648664 0.2806987 0.005067765 0.7832659 0.1823723 0.02929389 0.01805716 0.6717289 0.1990157 0.1111982 0.09061568 0.8698359 0.03954845 0.003887414 0.1490115 0.280326 0.270658 0.08748018 0.2086368 0.001638174 0.1483399 0.2325446 0.4144486 0.04720324 0.1558254 0.05365359 0.9146448 0.02925723 0.002444148 0.1680367 0.801678 0.02783238 0.002452909 0.4987547 0.3977847 0.1028103 6.50224e-4 0.5708646 0.2197476 0.2093877 0.5722147 0.237283 0.1905023 0.5188398 0.3897619 0.09076136 6.36993e-4 0.1301579 0.8643763 0.005465686 0.1139507 0.8797932 0.006255984 0.221379 0.6364646 0.1383618 0.003794491 0.1067165 0.6047267 0.2845773 0.003979623 0.1070761 0.2855364 0.6067647 6.22797e-4 0.1388216 0.2221145 0.6385794 4.84464e-4 0.06805914 0.5671598 0.3629823 0.001798629 0.116407 0.615294 0.2660731 0.002225875 0.1666666 0.1666666 0.6666667 0.1547619 0.1904762 0.6547619 0.132285 0.2351734 0.6320286 5.12948e-4 0.1547619 0.1904762 0.6547619 0.5 0.5 0.5 0.5 0.03625679 0.8949044 0.06883877 0.2857143 0.1071428 0.6071429 0.02338075 0.7546604 0.2219589 0.00965929 0.6052082 0.3851324 0.006707131 0.8786821 0.1146107 0.4444444 0.02777773 0.5277778 0.3636364 0.06818181 0.5681818 0.3636364 0.06818181 0.5681818 0.4444444 0.02777773 0.5277778 0.1666184 0.2056732 0.5625186 0.06518977 0.1656369 0.1791102 0.4711265 0.180015 0.004111111 0.1962246 0.2425949 0.4947843 0.06639617 0.243146 0.2938764 0.4152049 0.04777258 0.2623586 0.3438073 0.3703047 0.02352929 0.1243305 0.1727157 0.5651859 0.1377678 0.1547751 0.1998899 0.5496983 0.09563666 0.08021318 0.1230434 0.6096752 0.187068 0.08504366 0.1344675 0.5976949 0.1827939 0.04661512 0.09341293 0.6385172 0.2214546 0.09408885 0.1400946 0.5980866 0.1677299 0.3378558 0.3823587 0.2797855 0.2991955 0.3910784 0.309726 0.2738782 0.3622927 0.363829 0.2798292 0.3322884 0.3594385 0.02844387 0.3131929 0.3840477 0.3027595 0.3261509 0.3811289 0.2927201 0.34495 0.3627965 0.2922536 0.04951173 0.9504882 0.7684352 0.1480983 0.07483059 0.008635818 0.03864073 0.8011327 0.1602265 0.8263147 0.1454224 0.01413142 0.01413142 0.125 0.25 0.625 0.6577051 0.06646579 0.275829 0.6706986 0.05089801 0.2784034 0.7214025 0.07457518 0.2040222 0.6889837 0.05553221 0.2554841 0.6593499 0.05625063 0.2843994 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9972499 0.002750098 0.9945148 0.005485177 0.9972499 0.002750098 1 1 1 1 1 1 1 1 1 1 1 0.999928 7.19533e-5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999993 6.73235e-7 0.9999998 2.34418e-7 1 1 1 1 1 1 1 1 1 1 1 0.9945148 0.005485177 0.9966336 6.18086e-4 0.002748429 1 1 1 1 1 1 1 0.998623 0.001376926 0.9958805 0.004119515 0.9958805 0.004119515 0.998623 0.001376926 1 1 1 1 0.998623 0.001376926 0.9958805 0.004119515 0.9972499 0.002750098 1 1 0.9972499 0.002750098 0.9985166 1.06499e-4 0.001376807 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9998863 1.13737e-4 0.9998692 1.30804e-4 1 0 0.999996 4.02256e-6 1 1 1 1 0.9999685 3.14267e-5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999989 1.10609e-6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9998576 1.42456e-4 0.9997902 2.09757e-4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999508 4.91766e-5 1 0.9994578 5.42281e-4 1 1 1 1 1 0.9987128 0.001287102 0.9978391 0.002160966 1 1 0.9947607 0.005239307 0.9982681 0.001731872 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.01538461 0.9846154 1 1 0.02855324 0.8710083 0.1004384 0.8126233 0.1873767 0.7797867 0.2202132 0.7598813 0.2401188 0.8146554 0.1853445 0.819723 0.180277 0.8677126 0.1322875 0.8512846 0.05962449 0.08909088 0.108648 0.4163265 0.2081632 0.1673469 0.09951531 0.06528359 0.2860978 0.2724705 0.258049 0.09801304 0.02008581 0.4461415 0.2018203 0.2230707 0.04619967 0.08276772 0.4470664 0.2022387 0.2235332 0.0478295 0.07933211 0.1783922 0.1783922 0.02439749 0.273183 0.3456349 0.01574772 0.690194 0.1459127 0.004593074 0.1435525 0.2446234 0.2446234 0.02978777 0.2038455 0.03249651 0.2446234 0.4656034 0.005572259 0.253 0.2758243 0.6087852 0.3912148 0.7199958 0.003219246 0.1399327 0.04782325 0.08902889 0.6884346 0.003078162 0.223361 0.08512628 0.6948821 0.305118 0.5733156 0.4266844 0.6406902 0.3532298 0.006079912 0.8331231 0.1668769 0.6869844 0.3130156 0.8228662 0.1771338 0.6295526 0.3161497 0.0542978 0.814639 0.185361 0.6651383 0.02097773 0.313884 0.8659037 0.1340963 0.724627 0.2753731 0.8228493 0.1771506 0.8130444 0.1869556 0.4298499 0.0584039 0.1803326 0.3314136 0.002260386 0.3326542 0.04904502 0.2833862 0.3326542 0.5 0.5 0.5144845 0.4855155 0.5010194 0.4989806 0.002425074 0.3555083 0.06537538 0.2202596 0.3564317 0.4703424 0.08071756 0.08691424 0.3620257 0.4354483 0.09415066 0.1135763 0.3568246 0.06282579 0.2645297 0.2753269 0.248334 0.1489835 0.2543501 0.292159 0.292159 0.1613319 0.2768681 0.2898212 0.3043162 0.1076295 0.02136486 0.1504409 0.3671045 0.3671045 0.11535 0.2985487 0.2985487 0.2985487 0.04031866 0.06403517 0.08724939 0.4089816 0.4541299 0.0496391 0.0195918 0.2480612 0.3896939 0.3230612 0.0195918 0.2268427 0.2461484 0.3402858 0.03800821 0.1487147 0.7316322 0.2683678 0.2053024 0.2504886 0.3762957 0.0426076 0.1253057 0.7735849 0.226415 0.3812727 0.5339688 0.03588449 0.0488739 0.1831896 0.5869253 0.2298851 0.2389633 0.3360422 0.3476828 0.05622667 0.02108496 0.5201888 0.4798113 0.4712286 0.5287714 0.5474525 0.4525476 0.4597279 0.5402722 0.5207987 0.4792013 0.337743 0.662257 0.0880829 0.1630397 0.7488774 0.654072 0.04904586 0.04423499 0.2526471 0.4930742 0.03002083 0.17351 0.3033949 0.4942042 0.03008961 0.1739076 0.001695752 0.3001026 0.6667283 0.02035623 0.08436614 0.2285492 0.01538461 0.9846154 0.03174132 0.9682587 0.9163535 0.08364641 0.8489836 0.1510165 0.8072015 0.1927984 0.8584948 0.1415053 0.871846 0.1281539 0.8702085 0.1297915 0.9597122 0.04028779 0.9053145 0.09468543 0.8640863 0.1359137 0.8466798 0.1533203 0.850221 0.149779 0.9050214 0.09497857 0.8609378 0.1390621 0.8917058 0.07054215 0.03775197 0.7965312 0.05158126 0.1518875 1 1 1 0.8749732 0.1250268 0.9817132 0.01828676 0.8840334 0.05724769 0.05871886 0.8369231 0.1630769 0.7840123 0.2159877 0.7950908 0.003554999 0.1030396 0.09831452 0.969697 0.030303 1 1 0.9266902 0.07330977 1 0.9593828 0.04061722 0.9238603 0.07613968 1 1 0.9410796 0.05892044 0.9142857 0.08571428 0.9563512 0.04364871 1 0.9597122 0.04028779 1 1 1 0.01538461 0.9846154 1 1 1 1 1 1 1 0.9963902 0.003609776 0.9999004 9.96958e-5 1 1 1 1 1 0.8894702 0.1105297 1 1 1 1 1 1 1 0.9817132 0.01828676 0.9869376 0.01306235 0.9574093 0.04259061 1 0.9396519 0.06034803 0.9396519 0.06034803 1 1 1 0.7952441 0.2047559 0.8277541 0.1722459 0.8368847 4.59011e-5 0.1630694 0.7564629 0.05196523 0.0980336 0.0935381 0.8365381 0.05372565 0.05417203 0.05556416 0.9869376 0.01306235 1 0.9396519 0.06034803 1 1 1 1 1 1 1 1 1 1 0.9238603 0.07613968 0.9142857 0.08571428 0.9142857 0.08571428 1 1 1 1 1 1 1 1 1 0.9234542 0.07654577 0.9816752 0.01832479 0.9816752 0.01832479 1 0.9960937 0.00390625 0.9779482 0.02205175 0.9303702 0.0696299 0.9894943 0.01050567 1 0.9894943 0.01050567 0.9960937 0.00390625 1 1 1 1 1 1 1 1 1 1 1 0.969697 0.030303 1 0.9869376 0.01306235 1 1 1 1 1 0.9869376 0.01306235 1 1 1 1 1 1 0.969697 0.030303 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9997581 2.41902e-4 1 1 1 1 1 1 1 1 1 1 0.9999874 1.2738e-5 1 0.9999957 4.27353e-6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9779482 0.02205175 0.9742121 0.02578794 0.9894943 0.01050567 1 0.9990206 9.79432e-4 0.9990206 9.79432e-4 0.9770115 0.02298849 1 1 1 1 1 0.9790247 0.02097517 0.9972499 0.002750098 0.9972499 0.002750098 1 1 1 1 1 1 0.9349471 0.06505292 0.9349471 0.06505292 0.8596019 0.1403982 0.8061419 0.193858 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7184063 0.2301061 0.05148756 0.6584609 0.2962362 0.04530286 0.803657 0.1345604 0.06178247 0.7958045 0.14398 0.06021559 0.6332545 0.3309698 0.03577566 0.5885265 0.392518 0.01895546 0.6142817 0.3645905 0.02112787 0.6671314 0.3002272 0.03264135 0.7294774 0.2246717 0.04585099 0.6672378 0.300275 0.03248715 0.7294774 0.2246717 0.04585099 0.8036862 0.134529 0.06178474 0.5686921 0.41998 0.01132792 0.6142879 0.3645942 0.02111798 0.6100444 0.3629769 0.02697861 0.5885855 0.3925574 0.018857 0.6584609 0.2962362 0.04530286 0.6332612 0.3309733 0.03576552 0.7958045 0.14398 0.06021559 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.7958045 0.14398 0.06021559 0.6332612 0.3309733 0.03576552 0.6100444 0.3629769 0.02697861 0.5885855 0.3925574 0.018857 0.5686921 0.41998 0.01132792 0.6142878 0.3645942 0.02111798 0.6672378 0.300275 0.03248715 0.7294774 0.2246717 0.04585099 1 1 1 1 1 0.9999009 9.9091e-5 0.7548589 0.005062699 0.1467386 0.09333974 0.9365879 6.29754e-4 0.002093851 0.06068843 1 0.7924647 0.001771628 0.2057637 0.9371781 0.002095162 0.06072664 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7836636 0.07612204 0.1402143 1 0.6666667 0.3333333 0.832993 0.1670069 1 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.5924172 0.1641178 0.03288292 0.2105819 0.3993367 0.2664142 0.01671558 0.3175334 0.818931 0.0265159 0.1545531 1 0.9291733 0.07082664 0.5 0.5 0.5 0.25 0.25 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.5 0.5 0.3333333 0.6666667 1 0.3333086 7.41687e-5 0.6666172 0.3333333 0.6666667 0.25 0.25 0.5 2.98881e-5 0.6666467 0.3333234 0.3333333 0.6666667 0.9007926 0.0992074 0.3751493 0.01553165 0.609319 0.5 0.5 1 0.8494319 0.05500698 0.09556108 0.9470978 0.03796005 0.01494204 0.502207 0.2594736 0.02168107 0.2166383 0.7330358 0.1215566 0.04068809 0.1047194 0.5535245 0.2141742 0.04779309 0.1845082 1 0.8853359 0.1146641 0.3998089 0.6001911 0.9627507 0.03724926 0.02336901 0.976631 0.003339409 0.01230448 0.984356 0.01467758 0.9853224 0.03165966 0.2344111 0.7339291 2.16495e-4 0.9997836 0.3333333 0.6666667 0.5 0.5 0.6666667 0.3333333 1 0.001212716 0.9987872 3.5145e-6 0.9999966 0.0016734 0.4991633 0.4991633 1 1 1 0.01620471 0.004777252 0.979018 9.06035e-4 0.999094 1 0.5 0.5 1 1 0.7208868 0.2479913 0.03112185 0.6289913 0.2318047 0.01939612 0.1198078 1 0.9283636 0.07163643 7.58946e-5 8.55804e-5 0.9998385 0.2913061 0.01366323 7.96621e-4 0.6942341 0.3333333 0.6666667 0.6666667 0.3333333 1 0.5 0.5 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.7958045 0.14398 0.06021559 0.6332612 0.3309733 0.03576552 0.6100444 0.3629769 0.02697861 0.5885855 0.3925574 0.018857 0.5686921 0.41998 0.01132792 0.6142878 0.3645942 0.02111798 0.6672378 0.300275 0.03248715 0.7294774 0.2246717 0.04585099 0.6628673 0.2982639 0.03886884 0.8895105 0.1104895 0.8402812 0.1597187 0.675628 0.3243719 0.9064121 0.09358799 0.8871623 0.1128376 1 1 1 1 1 1 0.7750967 0.2249033 0.8801399 0.1198601 0.945528 0.05447196 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4990793 0.3980435 0.1028771 0.5191705 0.3900103 0.09081923 0.5212331 0.4185508 0.06021606 0.5770127 0.3845474 0.03843986 0.5329975 0.4418524 0.02515006 0.4990793 0.3980435 0.1028771 0.5191705 0.3900103 0.09081923 0.5164479 0.4053335 0.07821857 0.5212331 0.4185508 0.06021606 0.6246435 0.3637697 0.01158678 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4929985 0.5070015 0.3534054 0.6465945 0.5054454 0.4945546 0.4859491 0.5140509 0.4888151 0.5111849 0.001253068 0.4710044 0.5277425 0.001208186 0.4413425 0.5574494 0.4409686 0.5590314 0.01201152 0.4809301 0.5070584 0.01225054 0.5018045 0.4859449 0.01409256 0.483938 0.5019694 0.1244266 0.8691913 0.006382107 0.1244266 0.8691913 0.006382107 0.1220524 0.8713979 0.006549656 0.1336556 0.8611237 0.00522077 0.1620178 0.8340941 0.00388813 0.1609259 0.8351086 0.003965377 0.1301579 0.8643763 0.005465686 0.1533385 0.8416609 0.005000591 0.01133 0.4497219 0.538948 0.5939958 0.4004217 0.005582511 0.5866864 0.3777057 0.03560793 0.5566827 0.3823202 0.06099706 0.591732 0.3691557 0.03911232 0.5595365 0.4177057 0.02275782 0.5539334 0.3948474 0.05121928 0.5465424 0.3957962 0.05766135 0.5259488 0.3890838 0.08496749 0.5275483 0.3919324 0.08051925 1 1 1 0.1620178 0.8340939 0.00388813 0.1336556 0.8611237 0.00522077 0.1727235 0.001782953 0.8254935 1 1 0.7616555 0.2343555 0.003988981 0.7815953 0.2156125 0.002792119 0.738644 0.2569196 0.004436373 0.173475 0.6613734 0.1626328 0.002518892 0.08333331 0.3333333 0.5833334 0.1070761 0.2855364 0.6067647 6.22797e-4 0.1071428 0.2857143 0.6071429 0.5 0.5 0.1688446 0.2172231 0.523746 0.09018629 0.1685108 0.2083157 0.4933049 0.1284946 0.001373887 0.1416649 0.193488 0.5355066 0.1293404 0.1543064 0.185906 0.5015562 0.1560634 0.00216794 0.1242026 0.1675397 0.5471985 0.1602501 8.08951e-4 0.0436123 0.6880363 0.2683514 0.006622791 0.0434153 0.647134 0.2794081 0.02341973 0.03272497 0.07993191 0.6551575 0.2321856 0.01628583 0.05965918 0.6688598 0.255195 0.1131854 0.5967012 0.2873907 0.001590251 0.001132547 0.1627634 0.7020945 0.1347522 3.89847e-4 0.004927277 0.2337195 0.6657684 0.09535825 2.2652e-4 0.07950407 0.5418427 0.3748203 0.002274632 0.001558184 0.3142899 0.3798827 0.3058273 0.3092399 0.3615485 0.3206265 0.008585095 0.3040631 0.3767681 0.3150085 0.004160344 0.722878 0.2325755 0.04454648 0.3333333 0.6666667 1 1 1 1 0.6666667 0.3333333 0.5 0.5 1 1 0.1545073 0.4199799 0.2099899 0.1441107 0.07141202 0.09435439 0.2909246 0.2909246 0.2173378 0.1064584 0.2618322 0.2618322 0.3097064 0.0640462 0.102583 0.0854271 0.1708542 0.7437186 0.7585881 0.2414118 0.9766551 0.02334481 0.04174739 0.9582526 1 0.8665593 0.1088097 0.02463084 1 0.5 0.5 0.5837327 0.2937979 0.1224694 0.680006 0.2453738 0.07462012 1 1 0.07093244 0.9290675 1 0.9339206 0.06607943 0.1490585 0.2697833 0.2697833 0.201015 0.1103599 0.6880608 0.3119392 0.001736581 0.9982634 0.2857195 0.2973815 0.2688096 0.1480894 0.6549649 0.3450351 0.6234719 0.3765281 0.1939944 0.8060055 1 0.8769094 0.1230905 1 1 0.05588334 0.9441166 1 0.001883089 0.9981169 0.5560337 0.2599185 0.01440292 0.1696448 0.708662 0.2221712 0.01887452 0.05029213 0.9656344 0.03436559 1 1 1 0.6847231 0.2595155 0.005216538 0.05054467 0.002029538 0.9979704 0.04009038 0.002004623 0.9579049 8.4263e-4 0.9991574 0.003688812 2.2935e-4 2.70837e-6 0.03819888 0.001710712 0.9561694 0.003249108 1.54504e-4 0.001285374 0.995311 0.002965509 0 5.0315e-5 4.04384e-5 0.03566586 8.37934e-4 0.96044 0.07296198 8.14835e-4 0.9262231 0.001289784 0.9987102 0.1294488 0.001610279 0.8689408 0.001883089 0.9981169 0.02536851 0.002014636 0.9726168 0.1520861 0.001734197 0.8461796 0.1933195 0.00115925 0.8055211 0.2403219 0.001469492 0.7582085 0.001575946 0.07352066 0.001270413 0.9236329 0.1073819 8.12846e-4 0.8918053 0.1571137 7.42981e-4 0.8421432 0.06485795 0.00199002 0.9331519 0.001324057 4.79421e-6 0.07743483 0.001837253 0.919399 1 0.5 0.5 1 1 0.1115739 0.001675128 0.8867508 0.2053915 0.00107187 0.7935366 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9790263 0.02097368 0.2680535 0.6816545 0.05029201 0.7126672 0.2850669 0.00226581 0.2492825 0.6232063 0.1246412 0.002870023 0.1245278 0.6226392 0.2490556 0.003777205 0.1247279 0.2494559 0.6236398 0.002176344 0.25 0.125 0.625 0.8333334 0.1666666 0.9542585 0.04574143 0.9717535 0.0282464 0.7990804 0.1997701 0.001149475 0.7995399 0.199885 5.75078e-4 0.4975738 0.4975738 0.004852354 0.4987353 0.4987353 0.002529323 0.166315 0.6652601 0.166315 0.002109766 0.1664879 0.6659517 0.1664879 0.001072406 0.4957225 0.4957225 0.008554935 0.4978283 0.4978283 0.00434333 0.1666666 0.1666666 0.6666667 0.1666666 0.1666666 0.6666667 0.5 0.5 0.5 0.5 1 0.9999957 4.29143e-6 0.6046184 0.3228976 0.07248407 0.6227887 0.3269802 0.05023109 0.01628136 0.9490116 0.03470695 0.9741736 0.02582633 0.2456067 0.6903893 0.064004 0.01670157 0.9735044 0.009794056 0.1599985 0.7465389 0.09346246 0.08762043 0.9123795 0.7984626 0.1996156 0.001921713 0.7984626 0.1996156 0.001921713 0.7127467 0.2850987 0.002154648 0.7104894 0.2841957 0.005314886 0.4958763 0.4958763 0.008247435 0.2493191 0.6232978 0.1246595 0.002723693 0.2488679 0.6221699 0.1244339 0.004528224 0.1663205 0.665282 0.1663205 0.002076983 0.1245399 0.6226996 0.2490798 0.003680646 0.124534 0.6226699 0.2490679 0.003728151 0.4957225 0.4957225 0.008554935 0.1247339 0.2494678 0.6236696 0.00212866 0.1247279 0.2494559 0.6236398 0.002176344 0.1666666 0.1666666 0.6666667 0.25 0.125 0.625 0.25 0.125 0.625 0.5 0.5 0.8333334 0.1666666 0.8333334 0.1666666 1 0.4923934 0.3629736 0.144633 0.5280247 0.374931 0.09704428 5.9234e-5 0.4327883 0.426352 0.1408004 1 1 1 1 1 1 1 0.5212331 0.4185508 0.06021606 2.76099e-5 0.5164337 0.4053223 0.07821643 1.62366e-4 0.3470928 0.4358541 0.2168906 0.4275971 0.5008999 0.07150298 0.4384206 0.3966044 0.1649749 0.09807467 0.8737342 0.02819108 0.2071325 0.7928675 0.5198871 0.3696097 0.1105032 0.5516371 0.339348 0.1090148 0.6222216 0.3679622 0.00981611 0.6247707 0.3752293 0.606434 0.3501576 0.04340833 0.5973204 0.4026796 0.4330575 0.5669425 0.6262531 0.3526084 0.02113842 0.454828 0.5345503 0.0106216 0.439787 0.5209046 0.03930836 0.6260983 0.3739017 0.4060443 0.5939558 0.3354727 0.6645274 0.6177623 0.3822377 0.6471987 0.3528013 0.2036134 0.7963867 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.07692307 0.3076923 0.6153846 0.07975947 0.638076 0.2821645 0.07692307 0.6153846 0.3076923 0.07692307 0.3076923 0.6153846 0.07774299 0.3003129 0.6219441 0.07692307 0.6153846 0.3076923 0.07692307 0.6153846 0.3076923 0.07692307 0.3076923 0.6153846 0.07774299 0.611285 0.310972 0.07692307 0.6153846 0.3076923 0.1111111 0.8888889 0.113346 0.8866539 0.1395222 0.8604778 0.07177639 0.9282236 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 0.05882352 0.4705882 0.4705882 0.06046789 0.4837434 0.4557886 0.05882352 0.4705882 0.4705882 0.05882352 0.4705882 0.4705882 0.05930179 0.4662837 0.4744145 0.05882352 0.4705882 0.4705882 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.1111111 0.8888889 0.2 0.8 1 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 1 0.3333333 0.6666667 0.3434928 0.6565073 0.5209558 0.4790442 0.1478366 0.2956733 0.5564901 1 0.2 0.4 0.4 0.3333333 0.6666667 1 0.2 0.4 0.4 1 0.2 0.4 0.4 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 1 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 0.3333333 0.6666667 1 1 1 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 0.3333333 0.6666667 1 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 0.07975947 0.638076 0.2821645 1 1 1 1 0.07692307 0.3076923 0.6153846 1 0.6666667 0.3333333 0.6666667 0.3333333 1 0.07692307 0.6153846 0.3076923 1 1 1 1 0.07774299 0.3003129 0.6219441 1 0.6666667 0.3333333 0.6666667 0.3333333 1 1 1 0.113346 0.8866539 0.07774299 0.611285 0.310972 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.1853824 0.3707648 0.4438529 0.6936686 0.3063313 0.9547864 0.04521363 0.9783111 0.02168887 1 0.1402837 0.3471906 0.5125257 0.203529 0.09541839 0.7010525 0.5625858 0.01642847 0.4209856 0.9505572 0.04944288 0.7290188 0.2709813 0.1879808 0.4360576 0.3759616 1 0.9771578 0.02284216 0.2964174 0.7035825 0.7069615 0.2930386 1 1 0.1211856 0.8788144 1 0.1428571 0.5714286 0.2857143 0.1428571 0.2857143 0.5714286 0.1439254 0.5757018 0.2803726 0.1392914 0.2785828 0.5571655 0.02496033 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.8814898 0.1185102 1 0.3617654 0.6382346 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4954898 0.4030401 0.1014701 0.257694 0.217064 0.5252419 1 1 0.8422057 0.09495168 0.0628426 0.3587958 0.04542398 0.5957803 0.3333333 0.6666667 0.6666667 0.3333333 0.1111111 0.8888889 0.05462574 0.9453743 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.1068559 0.8548479 0.03829616 1 1 0.2629403 0.6360951 0.1009646 1 0.5669086 0.2746948 0.1583966 0.9384872 0.02872872 0.03278398 0.1241395 0.8758604 0.2451887 0.7548112 1 0.2 0.8 0.1428571 0.5714286 0.2857143 0.2079965 0.7920035 0.1464568 0.5606294 0.2929137 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.3333333 0.6666667 0.6666667 0.3333333 0.1111111 0.8888889 0.1198501 0.8801499 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.1137267 0.8862732 1 1 0.2216999 0.7783001 0.1609955 0.8390045 1 1 0.1428571 0.5714286 0.2857143 0.1428571 0.2857143 0.5714286 0.1400817 0.01942807 0.5603268 0.2801634 0.1414399 0.2928001 0.5657599 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4877177 0.2152272 0.2970551 1 0.3333333 0.6666667 0.6666667 0.3333333 0.1111111 0.8888889 0.09798353 0.9020165 1 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 0.3333333 0.6666667 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.107789 0.0298987 0.8623123 1 1 1 1 0.882097 0.1179031 0.7654706 0.2345293 0.1059634 0.0850979 0.8089387 0.1766691 0.01405525 0.8092756 0.05549311 0.9445069 0.1024376 0.8975623 0.5857042 0.2678697 0.146426 0.07003909 0.9299609 0.2562318 0.7437682 1 0.05097401 0.9490259 1 1 1 1 1 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 0.9432555 0.01807093 0.03867352 0.8154394 0.0787239 0.1058366 0.7220603 0.1749724 0.1029672 0.7622305 0.1650571 0.07271242 0.7497807 0.2259687 0.02425056 0.8607244 0.1231669 0.01610869 0.5876845 0.4022127 0.01010274 0.5577076 0.4194047 0.02288776 0.006801366 0.3985232 0.2438828 0.09736496 0.2534275 0.9851476 5.29412e-4 0.01432299 0.9760214 0.01623731 0.007741272 0.7706605 0.2139934 0.01534599 0.5605557 0.01731127 0.419614 0.002518951 0.6762065 0.317546 0.00624752 0.9556286 0.03983652 0.00453484 0.6928268 0.2250463 0.08212679 0.3642557 0.3253004 0.08052384 0.22992 0.8656298 0.1238688 0.01050138 0.8323999 0.1383406 0.02373421 0.005525231 0.8507926 0.1231747 0.02425861 0.001774013 0.6832896 0.2230961 0.09218955 0.001424729 0.9743463 0.02086901 0.004784703 0.7499656 0.2500344 0.6944387 0.3055614 0.7411444 0.1916894 0.0671662 0.8023993 0.1976006 0.6666667 0.3333333 0.6741889 5.17541e-4 0.07435905 0.2509346 0.552027 0.07793319 0.3700398 0.5140354 0.4836547 0.002309918 0.5686213 0.4313787 0.5 0.5 0.5068545 0.05590301 0.4372425 0.4923653 0.09176182 0.4158728 0.5104017 0.0926795 0.3969188 0.6782745 0.07168906 0.2500364 0.5474509 0.0948013 0.3577477 0.5287361 0.09533268 0.3759312 0.5290415 0.1043927 0.3665658 0.5436732 0.1129085 0.3434184 0.571265 0.1092588 0.3194762 0.5859099 0.116751 0.2973392 0.211724 0.1871706 4.66776e-4 0.1828272 5.32736e-4 0.08491206 0.1852696 0.1470967 0.7229355 0.2194238 0.05764073 0.6993887 0.1959179 0.003599643 0.1010938 0.655705 0.3082838 0.006603062 0.02940809 0.6447924 0.323279 0.0139991 0.01792937 0.5783697 0.2769488 0.1446814 0.6086587 0.3248646 0.009261965 0.05721467 0.5739739 0.3846461 0.01824158 0.02313834 0.5700832 0.3702033 0.05003476 0.009678602 0.5431639 0.3420304 0.1139574 8.48293e-4 0.4924157 0.3314304 0.1761539 0.6274221 0.0116207 0.003079831 0.2638875 0.09398972 0.6275971 2.74033e-4 0.3606887 0.004642426 0.006797611 0.6039971 0.396003 0.7119957 0.2880044 0.5976052 0.4023947 0.7805625 0.2194375 0.5 0.5 0.5674549 0.4325452 1 0.5 0.5 0.5011054 0.4988946 0.5011054 0.4988946 0.7482953 3.85494e-6 0.1091488 0.1425521 0.5915401 0.4084599 0.6666667 0.3333333 0.5 0.5 0.6075839 0.3924161 0.01328957 0.4676774 0.1478185 0.04630738 1.89751e-4 2.9217e-4 0.3244251 0.6548165 0.3151862 0.02999728 0.5809926 0.3997673 0.006326615 0.01291334 0.6136389 0.3231301 0.007186591 0.05604428 0.5518401 0.4335548 0.0146051 0.5419901 0.4316871 0.01282906 0.01349371 0.5085919 0.4595712 0.03183686 0.5312184 0.4307719 0.02982056 0.008189141 0.5036213 0.4193064 0.07628566 7.86537e-4 0.3257077 0.3084624 0.07170367 0.2941262 0.4011593 0.3513967 0.247444 0.4488396 0.4229469 0.1282135 0.4766278 0.3799284 0.1434438 0.5459356 0.4309216 0.01100862 0.01213419 0.5037078 0.4721014 0.02419066 0.4730471 0.4702614 0.05669134 0.4459056 0.4459056 0.1081887 0.3906183 0.3906183 0.2187634 0.007598936 0.4111924 0.1104809 0.1425198 1.66873e-4 4.35159e-4 0.3276058 0.4697559 2.05456e-4 0.005292773 0.2704957 0.2542502 0.5698985 0.4253271 0.004774332 0.6039852 3.93196e-4 0.358337 0.03728455 0.00672847 0.32381 0.08772516 0.1968949 2.84558e-4 4.90171e-4 0.3840666 0.282617 0.140002 0.06323903 0.2268986 0.003169715 0.006672203 0.2774013 0.2884902 0.1265053 0.03303229 0.2596264 4.00303e-5 1.60399e-4 0.2921453 0.4458312 0.002834677 0.3492981 0.2020359 0.550426 0.4210178 5.39633e-4 0.0280165 0.0867024 0.2653689 0.06737661 0.2528339 4.88136e-4 0.001115679 0.3261142 0.09367352 0.2873091 0.07888782 0.2167127 0.001243472 0.002175569 0.3199979 0.2284055 0.1928115 0.07257151 0.2060863 0.006000518 0.0061028 0.2880218 0.003819644 0.4009827 0.2608778 0.02715575 0.307164 0.4357125 0.06862819 0.04466342 0.2272243 5.03625e-4 0.01043504 0.2128328 0.2101255 0.134714 0.0493108 0.20956 3.87935e-4 0.05857378 0.1134275 0.2239004 0.1986394 0.1872673 0.06261837 0.2416796 9.16294e-4 0.001980423 0.3068984 0.5 0.5 0.7982897 3.40507e-5 0.2016761 0.5011054 0.4988946 0.8399815 0.1600185 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.6666667 0.3333333 0.5 0.5 0.6223658 0.3776342 0.170261 0.1647858 0.08170509 0.2858528 0.2973953 0.01770359 0.3015898 0.0667985 0.2860675 5.02996e-6 8.47056e-6 0.327827 0.004556775 0.4611568 0.1411255 0.05696523 1.36879e-5 5.3291e-5 0.3361287 0.4633577 0.2037903 0.02439284 0.3084591 0.4042722 0.31232 0.2834078 0.2691028 0.1443686 0.09376215 0.1938014 0.01211065 0.007189333 0.2796649 0.1314585 0.2363057 0.1016031 0.2132731 0.00630176 0.004091382 0.3069663 0.1065 0.272403 0.07805603 0.2288656 0.002315104 0.002804815 0.3090552 0.02616918 0.3440943 0.1028425 0.2441948 0.001356482 0.002008199 0.2793343 0.008204817 0.3715867 0.1036059 0.2259662 5.94487e-4 0.001404643 0.2886372 0.005375802 0.4119912 0.132882 0.1551969 1.64532e-4 6.85483e-4 0.2937039 0.4904871 0.2638586 0.2456542 0.485086 0.3120054 0.2029086 0.158908 0.1978893 0.0930711 0.1932637 0.05395156 0.01146382 0.2914524 0.6090869 0.2318739 0.1590393 0.7544434 0.1935485 0.05200809 0.8440862 0.1128699 0.009917736 0.03312611 0.8276869 0.1123847 0.002421617 0.00156486 0.002113282 0.05382859 0.9237487 0.02451223 0.01673448 0.003644168 0.03136026 0.8153424 0.1227098 0.06194782 0.7219787 0.2051136 1.73905e-4 0.0727337 0.7193483 0.1898712 0.09078043 0.5694835 0.1677814 9.04191e-6 0.262726 0.6395582 0.1233469 0.01287817 3.28158e-5 0.002083539 0.001723051 0.2203772 0.7184063 0.2301061 0.05148756 0.5129055 0.007724881 0.4793696 0.8149288 0.1392817 0.04578948 0.8409643 0.1149675 0.04406815 0.7957812 0.1440049 0.06021386 0.9326 0.05396634 0.01276028 6.73317e-4 0.6560379 0.0434162 0.009160637 0.2913852 0.6382196 0.009612202 0.3479188 0.004249393 0.6399698 0.3528932 0.007136881 0.2855799 0.1491809 0.04948276 4.61192e-4 0.08672153 0.2744891 0.1540845 0.4497293 0.1022118 0.08810245 0.04064363 0.2427042 0.07660847 0.4531905 0.1054605 0.107141 0.03728312 0.2912473 0.005677521 0.6397098 0.3033342 0.05695593 0.7192448 8.34978e-4 0.2540533 0.02586692 0.6118671 0.01438146 0.337065 2.04169e-5 0.03666597 0.5747128 0.08355492 0.2353811 0.004174649 0.0573458 0.04483062 0.5877596 0.02927887 0.002885162 0.2586222 8.18742e-4 0.1206353 0.6283158 0.01497089 0.327131 0.02958226 0.372519 0.10668 0.07332819 0.04669916 0.3576616 0.04311203 0.3311067 0.1225113 0.048433 0.06908565 0.2995523 0.129311 0.4535559 0.0736829 0.2174634 0.02017533 0.2351223 0.5918079 2.2463e-7 0.386602 0.02158993 0.5228523 4.16101e-4 0.4451293 0.03160226 0.3734559 0.1040344 0.01787173 0.0921455 0.04877811 0.2024897 0.1612245 0.5442127 0.05821496 0.02070647 0.2111935 6.06231e-4 0.02360051 0.1414656 0.3948404 0.1011372 0.05555385 0.1944265 0.00713092 0.02596467 0.2209462 0.59209 0.02078652 0.3255945 1.87385e-7 8.24774e-4 0.06070393 0.653615 0.001540124 0.3198869 0.001263916 0.02369391 0.7032702 9.6385e-7 0.288381 0.008347868 0.6439941 0.3499968 0.006009101 0.7286865 0.2399882 0.02077698 0.01054829 0.5427329 0.3434661 0.113801 1.35122e-5 0.8028694 0.08106589 0.1147347 0.001316368 0.1296257 0.2244145 8.66561e-4 0.1063107 0.05784416 0.1864919 0.2404233 0.05402278 0.143622 0.211818 8.98407e-4 0.2113417 0.02343881 0.1151811 0.1771885 0.1165114 0.1530876 0.2223207 6.25366e-4 0.04747843 0.05401635 0.1989427 0.3051695 0.0183593 0.1237862 0.2966158 8.81714e-4 0.122204 0.04985648 0.1981648 0.1225481 0.08594286 0.1438189 0.3468665 0.009740829 0.1369098 0.01821649 0.1570031 0.04524791 0.1421963 0.01048183 0.6693148 0.05810654 0.01766782 0.01690018 0.06979769 0.004178702 0.1535524 0.001028835 0.8417213 0.04435634 0.0705443 0.003019392 0.0393297 0.00218749 0.690907 0.1155891 0.1912784 3.80289e-5 0.443857 3.74758e-4 0.2259885 0.329553 2.26644e-4 0.2493563 6.46547e-4 0.334594 0.4154031 0.3016561 0.4222946 0.2760493 0.2578911 3.03347e-4 0.3865798 0.3552258 0.1017268 0.2201257 4.68628e-4 0.04361444 0.0390172 0.3034116 0.2704059 0.0212295 0.03785908 0.1862944 0.001075446 0.01322442 0.5686759 0.1928706 0.06598895 0.257863 5.3903e-4 0.08316516 0.04074788 0.3426145 0.1662923 0.04278916 0.081164 0.176114 0.001220226 0.0348649 0.433906 0.2727308 0.002206265 0.2182219 0.04206609 0.6594175 0.0780881 0.04880464 0.3301903 4.17283e-4 0.04635733 0.06036585 0.4073147 0.05382424 0.05272549 2.33491e-5 0.4636976 6.12709e-4 0.1893675 0.3452806 0.001018226 0.2546224 7.47431e-4 0.2707484 0.4738817 0.1638321 3.94019e-4 0.217087 0.5344612 0.08271527 0.001510381 0.11497 0.07112526 0.590354 0.2174073 0.006143271 0.2294672 4.19196e-4 0.2540438 0.4349021 0.07827097 0.002896666 0.224305 0.3118187 0.3742669 0.08724665 0.002362728 0.175435 0.120976 0.4772757 0.2194496 0.006863474 0.03695404 0.109425 0.001080751 0.01760852 0.5704693 0.08778417 0.1766782 0.01619273 0.03587728 0.04186224 0.6562354 0.2067266 0.04310578 0.003657639 0.1046863 0.03655278 0.6612972 0.1061659 0.08764016 0.02599769 0.03657829 0.02513474 0.5620179 0.1969546 0.1533167 7.38168e-4 0.03452968 0.061984 0.6665599 0.2248797 0.01130849 0.1978686 5.31641e-4 0.1668109 0.5469124 0.08715957 7.16929e-4 0.06113493 0.06674414 0.647264 0.2219196 0.002937197 0.0738036 0.06435221 0.6403988 0.2205469 8.98513e-4 0.01913255 0.03216183 0.4200762 0.4690912 0.05910271 4.35294e-4 0.01100224 0.2055287 0.6614245 0.1211986 8.46005e-4 0.08678603 0.04666346 0.364821 0.4295002 0.07178658 4.42683e-4 0.09733963 0.09228706 0.3277373 0.4093793 0.07314527 1.11333e-4 0.01523733 0.1980167 0.640626 0.1455568 5.62955e-4 0.005326747 0.01298815 0.4151411 0.5222841 0.0339415 0.009803712 5.14659e-4 0.001060903 0.1707049 0.7683969 0.05896478 8.72447e-4 0.001629471 0.03005844 0.433149 0.499649 0.02868801 0.006414651 4.11198e-4 0.001068174 0.1923231 0.7364227 0.06943297 7.52932e-4 0.03110921 0.02979362 0.4053294 0.4823918 0.0509569 4.18995e-4 0.03775012 0.03021025 0.4095535 0.4685733 0.05348789 4.24855e-4 0.2109719 0.6852256 0.1029955 8.06881e-4 0.2039642 0.6982166 0.09702891 7.90368e-4 0.0748282 0.5111874 0.4103254 0.00365889 0.007274448 0.07365298 0.5016294 0.4139966 0.0034464 0.003206133 0.07507306 0.4957216 0.4221563 0.001571893 0.002270758 7.17216e-4 0.08123469 0.552811 0.3626984 0.002538561 0.07687902 0.5362395 0.3839443 0.002937138 0.070441 0.5305706 0.3954647 0.003523647 0.07219755 0.5172951 0.4066897 0.003817677 0.3883681 0.3850467 0.2265851 0.2563382 0.3816997 0.3619621 0.1696896 0.1620433 0.4468961 0.2155831 0.005787789 0.3313612 0.3696454 0.2989934 0.3560889 0.3640953 0.2798157 0.3403646 0.3803951 0.2792403 0.2979698 0.3670685 0.3349617 0.3440988 0.404455 0.2514461 0.243312 0.3211042 0.4153834 0.02020031 0.221321 0.2826869 0.4135586 0.08029627 0.002137243 0.09865164 0.1343795 0.6215203 0.1454485 0.1130664 0.1168276 0.4802267 0.2514265 0.0384528 0.01202279 0.02141553 0.3409327 0.4972642 0.1282278 1.36818e-4 0.006276309 0.306544 0.540282 0.06828141 0.04175245 1.45618e-4 0.01342982 0.0232883 0.006285071 0.2879714 0.5361073 0.09376323 0.04632776 1.41991e-4 0.007589638 0.02181351 0.005671739 0.3140631 0.5428907 0.05589377 0.03509634 0.01837468 0.02800953 0.003655076 0.2446001 0.5354696 0.1383491 0.05105334 0.02001953 0.006853222 0.004487931 0.3134391 0.5158231 0.06773698 0.06159657 0.0124002 0.02451598 0.004793524 0.313053 0.5279488 0.06113797 0.04578101 0.02339065 0.02389478 0.00868684 0.3090841 0.5144194 0.06860029 0.06454384 0.004469871 0.03019553 0.01434355 0.3071746 0.5067613 0.06630724 0.06603229 9.59108e-4 0.03842175 0.2819371 8.96495e-4 0.1798475 0.5370764 2.42412e-4 2.26765e-4 0.2607609 4.94326e-4 0.09625196 0.6186598 0.02360618 0.1904617 5.11434e-4 0.09304273 0.6196414 0.09634268 0.222688 0.178001 0.07790619 0.2405304 2.28777e-5 2.51175e-4 0.2806002 0.345191 9.47352e-4 0.05613088 0.3024571 0.2952737 0.7391459 0.02282655 0.2345198 0.003507554 0.884825 0.1092836 0.005891382 0.9524948 0.020401 0.01824796 0.008856296 0.7522375 0.02323085 0.2242622 2.69387e-4 1 0.6666667 0.3333333 0.7922331 0.2077669 0.999642 3.57986e-4 0.0141943 0.520264 0.1599642 0.04714906 5.1511e-5 8.98446e-5 0.258287 0.007205128 0.3596582 0.1039201 0.1430261 7.36978e-4 0.001402974 0.3840505 0.2083345 0.2077882 3.93712e-4 0.04778814 0.0291534 0.1433224 0.2675408 0.09567868 0.2376812 0.1796709 3.60873e-4 0.04123872 0.02970802 0.1215733 0.3224038 0.06736296 0.3085597 0.1254037 0.07460528 0.211685 0.013565 0.01186215 0.254319 4.63601e-4 0.755871 0.07490813 0.02277648 0.002478539 0.009520232 0.003995656 0.1299863 4.48179e-5 0.8607923 0.02807497 0.008536458 0.005846023 0.01017439 0.004490911 0.08204001 0.4902815 0.1645124 0.0399456 5.53338e-6 2.61328e-5 0.3052287 0.5435267 0.1830867 0.01386123 0.2595254 0.007937967 0.4117764 0.1197006 0.1932788 5.01676e-4 8.59743e-4 0.2659448 0.0030725 0.5155215 0.1318585 0.07460653 2.91676e-4 5.86287e-5 0.2745905 0.5272239 0.2566057 0.2161703 0.5456441 0.2137181 0.2406378 0.6626975 0.2064952 0.1308072 0.5897832 0.1962836 0.2139331 0.717275 0.1873286 2.86701e-4 6.97722e-4 0.0944119 0.6343125 0.1583245 6.93447e-5 6.21854e-4 0.2066717 0.09434771 0.4373453 6.35147e-4 0.04850828 0.04122596 0.2269518 0.04201853 0.1089671 0.08132708 0.5420172 1.97382e-4 0.001368463 0.03730809 0.1868023 0.01868796 0.1322913 0.01969444 0.6646254 0.0557 0.162335 0.003406405 0.09423857 0.006044387 0.7438018 0.08070808 0.157873 1.95185e-4 0.01137739 0.02303379 0.566987 2.78002e-4 0.06558293 0.2586957 0.005260884 0.08016157 3.58874e-5 0.3973026 7.96904e-4 0.1102768 0.4843242 0.007263541 0.03564709 0.3908653 0.09439539 0.2083072 0.003232002 0.001723229 0.2658297 0.01705175 0.5875049 0.09807562 0.1008099 1.11494e-4 0.00586158 0.001736044 0.1888487 0.2298948 0.2244623 0.1153852 0.1230655 0.004125714 0.03046959 0.00418508 0.2684116 0.1460202 0.4655092 0.07068699 0.02478337 0.1118515 0.004831969 0.1763165 0.002958357 0.4912723 0.1483705 0.08484917 7.43088e-5 6.58807e-5 0.2724094 0.5142208 0.2115296 0.006501615 0.2677479 0.5103406 0.1832 0.01970773 0.2867516 0.4767675 0.2226975 0.006085455 0.2944495 0.6585191 0.1902262 6.39027e-4 0.1506155 0.6126443 0.2152706 0.1720851 0.5654967 0.2317126 0.2027907 0.66075 0.2006899 0.1385601 0.7454999 0.1211748 0.00731182 2.01463e-4 0.00136429 0.002666056 0.1217817 0.003522813 0.7770105 0.03424334 0.01041197 0.03035879 0.06980729 0.002747595 0.0718975 0.01099008 0.5115044 5.81016e-4 7.67671e-4 0.0859484 0.3766852 0.01352328 0.001902997 0.5681251 4.57382e-4 0.08700233 0.3399882 0.002523839 0.005275189 0.674695 1.61891e-4 0.07401561 0.2350159 3.91566e-4 0.01044464 0.4214394 6.86762e-4 0.1795348 0.3967348 0.001604139 0.01658594 0.4751646 0.1125046 0.1441087 0.001405537 4.06652e-4 0.2498238 0.1099141 0.4522294 0.1066827 0.09534883 0.004796445 0.02940583 0.001677811 0.1999447 0.1811175 0.3690629 0.09988844 0.02929151 0.01808655 0.1169561 0.02607107 0.1595257 0.9213466 0.0571798 0.01319152 0.0021438 2.07195e-5 0.006117463 0.843933 0.1402068 0.009540736 8.23732e-4 1.85505e-5 0.00547707 0.7291847 0.2301191 0.01117241 0.02952373 0.8415066 0.1399566 7.815e-4 0.01775532 0.9277514 0.05267351 0.01957505 0.7014997 0.2738934 0.02460688 0.7346321 0.2191929 0.04617494 0.7811775 0.1527002 0.06612229 0.6106197 0.314863 0.0745173 0.4109516 0.4384316 0.1506167 0.7987511 0.1483212 0.003977298 0.04895043 0.8882187 0.08456891 2.95334e-7 7.00384e-5 0.01944804 0.007693946 0.891561 0.09243243 7.99888e-4 9.46255e-4 6.30824e-4 0.01362949 0.930195 0.0535925 7.3614e-5 6.32729e-4 0.01550608 0.7408596 0.2012417 0.02346807 0.03443038 0.7480568 0.1778562 0.00926578 0.06482112 0.8165131 0.1282956 0.01743733 0.03775382 0.7851447 0.126577 0.08150595 8.8277e-4 1.988e-5 0.005869626 0.7085565 0.1661161 0.1253273 0.7015875 0.1212645 0.1771481 0.5715453 0.3807078 0.04774683 0.4870252 0.3914668 0.121508 0.6427374 0.2377152 0.1195474 0.4285684 0.3860111 0.1854205 0.5837839 0.1068071 0.002906858 0.06471532 0.2417867 0.6051506 0.06486362 0.00445199 0.3255337 0.6731657 0.2939889 0.03284543 0.7294746 0.2246707 0.04585468 0.8036662 0.1345506 0.06178319 0.5991197 0.3843623 0.01651787 0.6165324 0.361903 0.02156454 0.6098012 0.3628321 0.02736657 0.5882192 0.3904504 0.02133041 0.6584609 0.2962362 0.04530286 0.6329072 0.3307883 0.03630441 0.7957994 0.143979 0.06022149 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.7875338 0.1533167 0.05914944 0.7184063 0.2301061 0.05148756 0.6584609 0.2962362 0.04530286 0.803685 0.1345288 0.06178617 0.7958045 0.14398 0.06021559 0.6332612 0.3309733 0.03576552 0.6104262 0.3625782 0.02699548 0.5885855 0.3925574 0.018857 0.5686921 0.41998 0.01132792 0.6142878 0.3645942 0.02111798 0.6672378 0.300275 0.03248715 0.7294774 0.2246717 0.04585099 0.5686921 0.41998 0.01132792 0.6100444 0.3629769 0.02697861 0.6427448 0.3277314 0.02952373 0.7880603 0.1532658 0.05867385 0.489282 0.3243725 0.1863455 0.5420289 0.2640363 0.1939347 0.02340209 0.4524654 0.4178365 0.1058811 4.14774e-4 0.03190803 0.5022655 0.4602811 8.29061e-5 0.005462288 0.006274938 0.3065171 0.5401657 0.06826674 0.04174345 0.0232833 1.45587e-4 0.01360303 0.7324657 0.1437639 0.1237703 0.8600401 0.1188842 0.02107572 0.8525003 0.09958273 0.04791694 0.6346887 0.3029745 0.06002211 0.002314627 0.4633105 3.98138e-4 0.2585391 0.2777522 0.5075433 0.3153253 0.1771314 0.2338027 0.1780736 3.5198e-4 0.04133474 0.02552598 0.1246581 0.3146044 0.08164823 0.82467 0.07961499 0.01857829 0.07713657 0.8631045 0.131213 0.005682468 0.6053179 0.3946821 0.9976597 0.002340316 0.9032437 3.15189e-4 0.09644114 0.7229863 0.1551855 0.1130573 0.008770883 0.5787292 0.0414071 0.3798636 0.9886605 0.003483891 0.007855653 0.9998689 1.31091e-4 0.7215673 0.06331396 0.2151186 0.6423174 0.3576826 0.8670602 0.1329398 0.6048427 0.3951573 0.6548342 0.1014351 0.2437307 0.6474135 0.3525865 0.999642 3.57986e-4 1 0.7246648 0.05184859 0.2234866 0.9975395 0.00246042 0.8677645 7.69533e-5 0.1321585 0.9461967 0.05380332 0.9078772 0.09212279 0.9572536 4.53284e-5 0.042701 0.7239838 0.05179983 0.2242162 0.8670602 0.1329398 0.6666667 0.3333333 0.6666667 0.3333333 0.8722207 3.25611e-4 0.1274536 0.8266196 0.1113819 0.02919191 5.34893e-4 8.0879e-4 1.8214e-5 0.0314446 0.568284 0.2551422 0.1765738 0.6666667 0.3333333 0.6780498 0.1703166 0.1516335 0.5975571 0.1257157 0.2767272 0.6852896 0.1424912 0.172219 0.6149495 0.1215543 0.2634962 0.6777659 0.1327096 0.1895245 0.6048128 0.1217164 0.2734708 0.6879611 0.1363805 0.1756584 0.6183918 0.121073 0.2605351 0.645524 0.1399436 0.2145323 0.6394864 0.1264707 0.2340428 0.002717912 0.1215777 0.06461542 0.05845242 0.1328545 0.6197819 0.02834969 0.05617678 1.31831e-4 0.05166566 0.863676 0.01020324 0.08677214 0.05472511 0.06146943 0.1093347 0.6774953 0.1924633 1.84011e-4 0.8073527 0.095676 0.1882348 0.4096943 0.1535966 0.1527981 0.0365169 0.1276177 0.3442916 0.1602352 0.3313384 0.1170114 0.1448848 0.1602374 0.1163717 0.4614946 0.1230614 0.2913673 0.01082205 0.07844048 0.4963088 0.01908153 0.1756427 0.3164979 1.43914e-4 0.4886339 0.02074718 0.1120243 0.02289062 0.06283271 0.101637 0.6798682 0.06808388 0.07719743 0.1205993 0.7341194 0.03939366 0.01785713 0.2780727 0.2715412 0.3931353 0.04948502 0.1428267 0.1459881 0.6617001 0.001810312 0.1311604 0.4857056 0.1225746 0.1333793 0.1253697 0.1302306 0.4723459 0.05993402 0.1113649 0.2261244 0.1952048 0.5073493 0.1307785 0.1001634 0.066504 0.003545224 0.138579 0.4271034 0.1377544 0.1455267 0.1474913 0.001218616 0.4358646 0.374906 0.08656018 2.87704e-4 0.09472441 0.006438434 0.01118224 0.006383597 0.595326 0.2685816 0.005935251 0.1117615 8.29756e-4 8.70299e-4 0.2648507 0.4661449 0.1350145 0.0144968 0.1186227 7.58882e-4 0.1853799 0.3173049 0.365689 0.03867471 0.01554369 0.07664877 0.7258179 0.1437682 0.1304139 0.7175796 0.1493038 0.1331166 0.7211372 0.1828492 0.09601354 0.7231484 0.1572813 0.1195703 0.5798533 0.4123737 0.003761589 0.004011392 0.5164423 0.08081716 0.4027405 0.5096873 0.08456349 0.4057492 0.5261619 0.1075645 0.3662735 0.5392444 0.112739 0.3480166 0.5890929 0.1139401 0.296967 0.5758652 0.110063 0.3140717 0.5768223 0.1127067 0.3104711 0.578411 0.1163237 0.3052653 0.6864267 0.2346093 0.001766443 0.07719749 0.6634612 0.2351668 0.005122125 0.09624987 0.6012163 0.3868882 0.00197333 0.009922087 0.5829731 0.3941385 0.005740463 0.01714795 0.6443016 0.1299744 0.2257241 0.6312794 0.1259992 0.2427213 0.6443063 0.143256 0.2124376 0.6516075 0.1338765 0.2145161 0.5533416 0.09779524 0.3488631 0.5734007 0.116114 0.3104852 0.6848052 0.1998416 0.00176227 0.1135908 0.6277585 0.3163637 0.003675937 0.05220186 0.5818259 0.4067988 0.003167808 0.00820738 0.6727641 0.1358085 0.1914272 0.6025713 0.1201865 0.2772423 0.6191591 0.1257418 0.2550991 0.6830891 0.1534985 0.1634123 0.5224238 0.00786823 0.4673603 0.002347588 0.07999342 0.05000466 0.8700019 0.01419025 0.001288235 2.98641e-5 0.9844917 0.002974033 0.07280975 0.06358683 0.06301653 0.1090027 0.6886101 0.008767545 0.03775066 0.02567875 0.927803 0.006084561 6.25957e-5 0.01999813 0.9738547 0.02067822 0.02707308 0.06804192 0.8842066 0.02027046 0.9797295 0.04138964 0.9586103 0.06624048 0.9337596 0.02583885 0.974161 0.002305388 8.02906e-5 0.9976143 0.01420891 0.985791 0.03082859 0.9691713 0.006209015 1.8481e-5 1.9327e-7 0.9937722 9.59657e-7 0.007868468 0.9921306 6.64629e-5 0.03704422 0.9628893 1 1.46846e-5 0.9999853 0.01021915 0.9897809 8.00643e-4 0.9991993 0.03878206 0.961218 0.01459574 0.9854042 0.04001921 0.9599808 0.03182262 0.9297189 0.03845846 0.009134411 0.9908657 0.02220779 0.9389517 0.03884041 8.3291e-4 0.9979197 0.001247346 0.954146 0.04585403 0.5265933 0.4734067 0.4988256 0.5011744 0.4991551 0.5008449 0.49348 0.50652 0.5102351 0.4897649 0.5463067 0.4536933 0.525331 0.474669 0.5241507 0.4758493 0.2004566 0.7992409 3.02432e-4 0.2116725 0.7883275 0.3617921 0.6382079 0.001396536 0.007407486 0.3258039 0.5950953 0.05845046 0.01184618 0.007245481 0.3285157 0.6036723 0.05751776 0.003048717 0.3298661 0.6210253 0.04910862 0.3500608 0.6487891 0.001150131 0.3123828 0.6222873 0.06532979 0.03493577 0.6071158 0.3213943 0.01252084 0.02403312 0.03984493 0.5959763 0.3150338 0.01582396 0.03332096 0.08762961 0.5653464 0.3005499 0.01823186 0.02824211 0.1123144 0.5668756 0.2966004 0.02420949 0.04757761 0.592652 0.309421 0.01449948 0.03584975 0.1194302 0.5722984 0.2998753 0.008396089 0.01085042 0.3281095 0.6053833 0.001549303 0.05410742 0.1515616 0.757499 0.09093934 0.0157929 0.3230745 0.5890243 8.6673e-4 0.07124161 0.03272724 0.3757864 0.5080846 0.08340173 0.01965463 0.3328604 0.5615783 3.14601e-5 0.08587515 0.2400789 0.6222417 3.96031e-5 0.1376397 0.1616717 0.7205318 4.03649e-5 0.1177561 0.06100112 0.3453153 0.5670672 0.02661621 0.07781559 0.02855694 0.0473116 0.8463158 0.1347191 0.01231074 0.8529701 0.06359428 0.009258508 0.1004211 0.826726 0.007012605 0.1440802 0.4331544 0.009193599 0.06644189 0.3401173 0.02377921 0.2413434 0.4029336 0.02802479 0.3039187 0.146413 0.2629975 0.08204966 6.33323e-6 0.5085335 0.03247094 0.3671499 0.392424 0.2079551 0.06638234 0.1434804 0.2411584 0.1373161 0.4116627 0.1186164 1.88289e-4 0.8811954 0.09524589 0.9047542 0.009603857 0.1156147 0.2766954 0.04374098 0.554345 0.01619976 0.220993 0.4194197 0.001759827 0.06425631 0.2773713 0.007668614 0.198459 0.4647719 0.06030297 0.1189656 0.1498318 0.03041195 0.3996601 0.4445881 0.003466606 0.1218732 0.01916658 0.1477422 0.3455667 0.2872248 0.2002996 0.2129034 0.2354403 0.2336583 0.01423823 0.01454389 0.2892159 2.34292e-4 0.2172971 0.4102143 0.1702025 0.002519428 0.01295655 0.1865757 0.009717345 0.9902827 0.03161883 0.01443743 0.9539436 0.01380467 0.9861953 0.009717345 0.9902827 0.06598949 0.009867787 2.89381e-4 0.9238533 1 1.44129e-5 0.004784822 0.9952007 0.1907604 0.1569142 0.01323115 0.001925408 0.6371686 0.6418124 0.3581876 0.8408473 0.1591527 0.6380594 0.3619406 0.6236268 0.3763732 0.9619579 0.038042 0.6565924 0.3434076 0.9903272 0.00967282 0.7203249 0.2796751 0.9293899 0.0706101 0.7067838 0.2932162 0.7725203 0.2274798 0.7971795 0.2028204 0.9541403 0.04585963 0.8469305 0.1530694 0.8520592 0.1479408 0.002884209 0.9971157 0.02312648 0.9768735 0.9918499 0.0081501 0.00144875 0.9960612 0.002490043 2.05765e-4 0.6575123 0.3422821 0.6481956 0.3518044 0.9013477 0.09865224 0.969389 0.03061091 0.006530344 0.9934696 2.60624e-4 0.8847975 0.114942 2.44465e-4 0.8299388 0.1698167 2.56396e-4 0.8704432 0.1293004 0.4981852 0.5018149 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.7149811 0.2850189 0.6666667 0.3333333 0.6666667 0.3333333 0.699932 0.300068 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.00735259 0.2481618 0.2481618 0.4963237 0.004182994 0.2463383 0.2498261 0.4996524 0.25 0.25 0.5 0.00735259 0.2481618 0.4963237 0.2481618 0.004182994 0.2463383 0.4996524 0.2498261 9.10056e-4 0.2460389 0.251017 0.5020341 0.25 0.5 0.25 9.10056e-4 0.2460389 0.5020341 0.251017 0.3287813 0.6712187 0.332008 0.667992 0.3391773 0.6608228 0.3364904 0.6635097 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5207514 0.4792487 0.5 0.5 0.501012 0.498988 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 0.005890727 0.1988219 0.3976437 0.3976437 0.00334686 0.1970981 0.3997775 0.3997775 0.2 0.4 0.4 7.27453e-4 0.1966711 0.4013007 0.4013007 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.1289415 0.866261 0.004797458 0.04532939 0.913603 0.0410676 0.07406455 0.9167022 0.009233176 0.01169639 0.9502407 0.03806287 0.1595997 0.8380516 0.002348601 0.05490267 0.9091544 0.03594291 0.1321734 0.8566092 0.01121747 0.03391838 0.9254689 0.04061263 0.1534904 0.8346424 0.01186704 0.09003812 0.9060665 0.003895342 0.03062391 0.9245187 0.04485738 0.115152 0.8801748 0.004673182 0.02936989 0.9312719 0.03935825 0.07842355 0.8974049 0.02417159 0.3314359 0.668564 0.4963663 0.5036336 0.2704665 0.7295336 0.06537139 0.9346286 0.3418472 0.6581528 0.491354 0.508646 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 1 0.6666667 0.3333333 0.3420012 0.6579988 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 0.6610499 0.3389501 0.2998608 0.6901201 0.01001912 0.6666667 0.3333333 0.3333333 0.6666667 0.6666667 0.3333333 0.3333333 0.6666667 1 1 1 0.9874153 0.01258468 0.05626279 0.9437372 0.01180219 0.6531971 0.3350007 0.2570992 0.7429009 0.006104886 0.6597189 0.3341762 0.2350592 0.7649407 0.02041417 0.4893195 0.2451331 0.2451331 0.001035094 0.6626483 0.3363165 0.02889078 0.9711092 0.009679138 0.4886369 0.250842 0.250842 0.05973339 0.9402666 0.01904672 0.4847527 0.2481003 0.2481003 0.07029795 0.9297021 0.01927632 0.9807236 0.01077944 0.9892205 0.2748959 0.6184927 0.084082 0.0225293 0.4838709 0.516129 0.3951972 0.6048029 0.1552795 0.8447205 0.02949571 0.9705043 0.0625 0.9375 0.3351801 0.66482 0.452349 0.547651 0.4575911 0.542409 0.257912 0.7420881 0.00390625 0.9960937 1 0.245841 0.754159 0.474159 0.5258409 0.420948 0.579052 1 0.2865886 0.7134114 0.184978 0.815022 1 0.01211887 0.9707502 0.01713085 0.2947111 0.7018484 0.00344038 0.4732965 0.5267034 0.5404689 0.4595311 0.009128212 0.7311913 0.2596805 0.5207514 0.4792487 0.337364 0.6467835 0.01585251 0.02065044 0.9559201 0.02342939 0.01648032 0.7628822 0.2206375 0.5666667 0.4333333 0.4838709 0.516129 0.306712 0.693288 0.004878044 0.9951219 0.003410637 0.6957708 0.3008186 0.5175038 0.4824962 1 0.2742796 0.7257204 0.4675019 0.5324981 0.5434927 0.4565073 0.7462959 0.253704 0.4444445 0.5555556 0.2307692 0.7692308 1 0.6956522 0.3043478 0.516129 0.4838709 1 0.2561531 0.7438468 0.4578073 0.5421927 0.5105105 0.4894895 0.6854839 0.3145161 1 1 1 1 0.00735259 0.2481618 0.2481618 0.4963237 0.8 0.2 0.5714286 0.4285715 0.5572248 0.4427752 0.7724347 0.2275652 0.00735259 0.2481618 0.4963237 0.2481618 1 1 1 1 0.25 0.25 0.5 0.8742233 0.1257767 0.6083197 0.3916804 0.5935409 0.4064591 0.8440215 0.1559785 1 1 0.332008 0.667992 0.25 0.5 0.25 1 1 0.5436697 0.4563302 0.7342369 0.2657631 0.7481667 0.2518333 0.5714863 0.4285137 0.01375907 0.4383293 0.2191646 0.328747 0.0330519 0.7732447 0.1937034 0.05043804 0.9495619 0.05224323 0.9477568 0.2369546 0.7630454 0.05088531 0.9491146 0.03418272 0.8123133 0.1535038 0.01362121 0.4506635 0.3103834 0.2253317 0.2369624 0.7630376 0.05281078 0.9471891 0.01072144 0.5261802 0.4630983 0.03587299 0.6988497 0.2652773 0.03879642 0.9612036 0.06536042 0.9346396 0.277024 0.722976 0.00751847 0.4247246 0.302304 0.2654529 0.3051795 0.6948205 0.03356063 0.7229689 0.1530992 0.09037107 0.05523431 0.9447657 0.6540198 0.3459802 0.6140249 0.3859751 0.02357828 0.9577738 0.0186479 0.01171869 0.9520497 0.03623157 0.119603 0.880397 0.07315814 0.9182125 0.008629202 0.04549169 0.916873 0.03763526 0.08949089 0.9018327 0.008676469 0.1291043 0.8673545 0.003541231 0.1655989 0.834401 0.3246394 0.6753606 0.4933049 0.5066951 0.2697382 0.7299747 2.87069e-4 0.2851222 0.7148778 0.1234915 0.8765085 0.1596505 0.8400316 3.17867e-4 0.2095306 0.7904694 0.187799 0.812201 0.5271539 0.4728462 0.3846328 0.6153673 0.4049165 0.5620939 0.03298956 0.008482635 0.3888317 0.1972134 0.3944268 0.01104527 0.01156812 0.3953727 0.1976863 0.3953727 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.03502184 0.9519816 0.01299655 0.05673652 0.9281378 0.01512563 0.08254265 0.8984985 0.01895874 0.06696391 0.9217977 0.01123827 0.08534455 0.9146555 0.06307631 0.9081929 0.0287308 0.4838709 0.516129 0.3951972 0.6048029 0.02949571 0.9705043 0.0625 0.9375 0.3875713 0.6124287 0.4037703 0.5962297 0.516129 0.4838709 0.5105105 0.4894895 1 1 0.5868815 0.4131185 0.5719092 0.4280909 1 1 1 1 0.01847869 0.5735937 0.3518885 0.04906827 0.006970703 0.05242002 0.926678 0.02090203 0.04536211 0.8990325 0.01007843 0.04552686 0.3488649 0.6511351 0.2900811 0.709919 0.1831303 0.8168696 0.3333333 0.6666667 0.6666667 0.3333333 0.008562564 0.3212624 0.651919 0.01825594 0.3472248 0.6527752 1 0.08803921 0.9087076 0.003253102 0.02330583 0.9520583 0.02463585 0.1466528 0.8475143 0.00583285 0.03790873 0.9195345 0.04255676 0.0778526 0.8937824 0.02836501 0.03174614 0.6159594 0.3153254 0.03696906 0.5 0.5 1 0.3333333 0.6666667 0.4543996 0.5456004 0.5 0.5 0.6666667 0.3333333 0.2497242 0.7502758 0.5117913 0.4882087 0.009537994 0.330154 0.660308 1 0.6877951 0.312205 0.0151084 0.5021938 0.4336345 0.04296034 0.006102979 0.2300494 0.7510059 0.01894468 0.02548778 0.6392058 0.2331771 0.06202954 0.04009962 0.04565018 0.8799089 0.009901881 0.06453883 0.3951675 0.6048325 0.2697619 0.730238 0.1730323 0.8269677 0.1935858 0.8064143 0.4886285 0.5113715 0.3137202 0.6862798 0.1980014 0.8019986 0.1487026 0.8512973 0.5475256 0.4524744 0.5428903 0.4571098 0.4716233 0.5283767 0.4478443 0.5521557 0.001591265 0.4935936 0.5048152 0.001999557 0.3938907 0.4027398 0.2013699 0.4985806 0.5014193 0.3993548 0.4004301 0.200215 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5441956 0.4558044 0.5229028 0.4770972 1 1 1 1 0.09423762 0.9007738 0.00498861 0.1031942 0.8942995 0.002506256 0.07977694 0.9134188 0.006804108 0.08023053 0.9197694 0.08356475 0.9164353 0.03698664 0.9630134 0.03690123 0.9630988 0.420948 0.579052 0.474159 0.5258409 1 1 0.4757325 0.5242676 0.5 0.5 0.5745669 0.425433 0.6042654 0.3957346 0.01227068 0.9829112 0.004818141 0.02065044 0.9559201 0.02342939 0.5764537 0.4235463 0.585005 0.414995 1 1 1 1 0.02095264 0.5437652 0.4352822 0.01996976 0.5568722 0.3533616 0.06979644 0.06412273 0.9358773 0.05604392 0.943956 0.05636346 0.9436365 0.0543214 0.9456786 0.2208673 0.7791326 0.2949961 0.7050039 0.414085 0.585915 0.3673182 0.6326819 0.3529781 0.6470219 0.2394508 0.7605491 0.4278274 0.5721725 0.3333333 0.6666667 0.6666667 0.3333333 0.002113997 0.3272382 0.6706477 0.3481185 0.6518816 1 0.1416363 0.8583638 0.05143654 0.9351686 0.01339483 0.1395136 0.8577846 0.002701878 0.04938209 0.9108625 0.0397554 0.06174731 0.9382526 0.01522386 0.65024 0.3345361 0.5 0.5 1 0.3333333 0.6666667 0.5188111 0.481189 0.5290457 0.4709544 0.719323 0.280677 0.3333333 0.6666667 0.5586901 0.4413099 0.3321378 0.6678622 1 0.7284454 0.2715546 0.009340405 0.5143474 0.4763122 0.2814928 0.7185072 0.03192615 0.6806142 0.2874596 0.05511355 0.9448865 0.430695 0.5693051 0.2389549 0.761045 0.4478645 0.5521355 0.2692213 0.7307787 0.1321557 0.8678442 0.1563629 0.8436371 0.5382478 0.4617522 0.5284641 0.4715359 0.4524202 0.5475797 0.4024981 0.5975019 0.005452513 0.3939965 0.4003673 0.2001836 0.00283724 0.3943202 0.2009475 0.4018951 0.005890727 0.3976437 0.3976437 0.1988219 0.4 0.2 0.4 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 0.08908194 0.9109181 0.08829528 0.9117048 1 1 0.06097203 0.9316577 0.007370114 0.05950766 0.9321763 0.00831592 0.04779547 0.9522045 0.05939352 0.9406065 0.452349 0.547651 0.4575911 0.542409 0.00390625 0.9960937 1 0.4838709 0.516129 0.4675019 0.5324981 0.5236139 0.476386 0.550236 0.449764 0.004878044 0.9951219 1 0.665905 0.334095 0.6482364 0.3517636 1 1 1 1 0.02073407 0.6684632 0.3108026 0.02023261 0.607423 0.1286307 0.2437136 0.05473858 0.9452614 0.0553373 0.9446626 0.05170261 0.9482974 0.05352675 0.9464732 0.910905 0.08909505 0.9209923 0.07900768 0.2216352 0.7783647 0.04110634 0.949966 0.008927643 0.0742892 0.9219467 0.003764092 0.1377633 0.8622367 0.160821 0.8391789 0.4509603 0.5490398 0.3835976 0.6164025 0.4856509 0.5143491 0.4023914 0.5976086 0.4460231 0.5539769 0.3050736 0.6949264 0.4706442 0.5293558 0.199945 0.800055 0.3062684 0.6937316 0.4076812 0.5923187 0.3333333 0.6666667 0.6666667 0.3333333 0.0035066 0.328185 0.6683084 0.3493033 0.6506967 1 0.105487 0.891294 0.003218948 0.03009676 0.9311978 0.03870534 0.07776987 0.9222301 0.02404886 0.6451152 0.3308359 0.5 0.5 1 0.3333333 0.6666667 0.5 0.5 0.5057015 0.4942985 0.6768414 0.3231586 0.3333333 0.6666667 0.5382586 0.4617414 0.3333333 0.6666667 1 0.7364621 0.2635379 0.008710026 0.5580879 0.433202 0.2616536 0.7383465 0.03291904 0.7577666 0.2093144 0.05362248 0.9463775 0.6102295 0.3897706 0.3307114 0.6692886 0.02964657 0.9574987 0.01285463 0.1098223 0.8901777 0.918999 0.08100104 0.2712396 0.7287604 0.1893382 0.8106618 0.3503503 0.6496496 0.4333034 0.5666966 0.3369655 0.6630345 0.3527718 0.6472283 0.2349842 0.7650158 0.4004514 0.5995485 0.4265898 0.5734102 0.3692935 0.6307066 0.3417416 0.6582584 0.2681343 0.7318657 0.02313101 0.9109661 0.06590282 0.06793457 0.8925975 0.03946787 0.5742112 0.4252997 4.89124e-4 0.5107849 0.4545935 0.03426891 3.52685e-4 0.433425 0.5663148 2.60285e-4 0.4343841 0.5655047 1.1129e-4 0.2930729 0.6118265 0.05532699 0.03977364 0.8007947 0.1385689 0.0606364 0.008914291 0.8474197 0.1172886 0.02637737 0.03446501 0.9056776 0.0598573 0.01162308 0.9162997 0.07207715 0.04492563 0.9106274 0.04444706 0.01195979 0.9402018 0.04783838 0.03502732 0.920453 0.0445196 0.04986995 0.9267294 0.0234006 0.3414857 0.6585142 0.003648042 0.957183 0.03916895 0.9603391 0.03966087 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 1 1 0.3333333 0.6666667 1 0.6666667 0.3333333 1 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 1 1 0.3333333 0.6666667 1 1 0.3333333 0.6666667 1 1 0.6666667 0.3333333 1 1 0.6666667 0.3333333 4.88801e-5 0.9999511 1 0.004183709 0.9958163 0.1781424 0.1015698 0.1106714 0.04726278 0.5623536 0.1187627 0.1015708 0.09957534 0.05908834 0.6210028 0.04782831 0.0500487 0.1006255 0.8014973 2.52381e-4 0.8568117 0.1429359 0.8941525 0.1058474 0.230651 0.2713449 0.2462935 0.07738113 0.1743294 0.001190483 0.2733749 0.4353045 0.1393678 0.01083409 0.1399281 0.002405405 0.3186664 0.5018749 0.1168429 0.01235836 0.04785197 0.003294885 0.1754496 0.2649911 0.3024134 0.1130425 0.1408083 0.008013844 0.3649495 0.2169904 0.2296786 0.07314497 0.1072226 0.004339098 0.1206117 0.7167897 0.02838557 0.1298739 0.001009345 0.5605131 0.4384775 0.1052786 0.5181928 2.43844e-4 0.3762848 0.08290112 0.4827707 2.37049e-4 0.4340911 0.004744887 0.509564 0.4856911 7.3688e-4 0.6995061 0.03933292 0.2604241 0.004812777 0.1364678 0.5873708 0.2713486 0.05535221 0.3445399 0.5339588 0.06614905 0.003596544 0.2625762 0.6043879 0.1294393 0.03561502 0.396491 0.5678939 0.2443603 0.4863448 0.2692949 0.138494 0.6551112 1.97351e-4 0.2061974 0.1486411 0.6526436 0.1987152 0.1198418 0.4014651 0.4786931 0.00763607 0.6491416 0.2728829 0.07033938 1.68621e-5 0.5324341 0.4675491 0.001533031 0.395168 0.6032989 7.63306e-4 0.2287554 0.7704813 1.26787e-4 0.3581582 0.6417151 0.3879125 0.6120874 0.357717 0.642283 0.6227486 0.3772513 0.1035425 0.2889682 0.6074894 0.06812041 0.26713 0.001143932 0.6636057 0.08237051 0.5117664 9.93783e-4 0.4048693 0.03143584 0.2384886 5.51045e-4 0.7295246 0.03412628 0.2288984 0.7369754 0.007033944 0.319682 0.6732841 0.004193305 0.2218139 0.7739927 0.01317179 0.1966668 0.7901614 0.02333402 0.3564621 0.6202039 0.07352292 0.332203 0.594274 0.05593705 0.2070935 0.7369694 1.17213e-4 0.1338807 0.8660022 0.2682465 0.7317535 6.20313e-4 0.1214393 0.001908123 0.8760322 9.47345e-5 0.096812 0.002158284 0.9009349 0.1718348 0.8281652 0.3363745 0.6636255 0.02188378 0.08012062 0.001490414 0.8965051 0.01988035 0.2640296 0.002127528 0.7139626 0.009431004 0.1609545 0.002717673 0.8268967 0.003334701 0.09594929 9.11707e-4 0.8998042 0.02008748 0.1546546 0.825258 0.01414787 0.9858521 0.03887706 0.288742 3.85904e-6 0.01010346 0.1102044 0.5520691 0.03035563 0.09077423 0.480551 0.01029735 0.1408782 0.2471435 0.4015853 0.5429627 0.001301527 0.0541504 0.157478 0.7252721 0.002070486 0.1151794 0.436344 0.4988917 0.00109899 0.06366533 0.3744257 0.624252 0.001322209 0.1502012 0.7977927 0.001668572 0.05033737 0.3366408 0.6090526 6.62224e-4 0.05364429 0.09923511 0.6790824 0.05296963 0.1687127 0.005480229 0.8126875 0.1528564 0.02897578 0.00149846 0.5415074 0.09744602 0.3595481 6.96612e-4 0.5470754 0.09695571 0.3552722 0.002877414 0.5567946 0.0963158 0.3440122 3.9065e-4 0.5664128 0.1048763 0.3283202 4.6984e-4 0.4842588 0.1222524 2.60601e-5 0.3929929 0.001652896 0.4608326 0.1131083 2.4721e-5 0.4243813 2.39728e-4 0.3918538 0.1499482 1.18492e-4 0.4578397 2.24094e-6 0.001376152 0.5067233 0.1248199 7.53685e-5 0.3670029 1.57549e-4 0.447613 0.1567971 2.33798e-4 0.3951985 1.88777e-4 0.5163722 0.118766 1.18222e-4 0.3645548 3.52071e-4 0.3566889 0.2421496 0.4008095 0.1822152 0.3532453 9.25472e-5 0.4644469 6.5017e-5 0.2832879 0.2504186 1.32181e-4 0.4660964 0.2112072 0.3317503 2.16454e-4 0.456826 1.293e-4 0.2872142 0.2639986 2.20166e-4 0.4484377 0.2152268 0.3349139 2.97569e-4 0.4495616 0.3354473 0.2587053 3.2295e-4 0.4055244 0.1113649 0.426943 2.23852e-4 0.4614682 0.09097081 0.3737245 0.5353046 0.08878231 0.352477 0.002090752 0.5566499 0.1282948 0.5393668 0.003549933 0.3287884 0.1474136 0.540233 0.001141846 0.2598288 0.05138254 0.071056 0.6235859 0.0509184 0.2544397 0.05350214 0.5728526 0.01012152 0.3617392 0.001784503 0.06122368 0.5815114 0.04298478 0.3107545 0.003525495 0.7053273 0.2430798 0.05159288 0.002475976 0.9105479 0.08697611 0.001292049 0.6989441 0.1088933 0.1908705 0.003538787 0.8346117 0.1618495 7.86828e-4 0.6176447 0.05572122 0.3258473 0.006028234 0.8493695 0.1446022 7.16978e-7 0.00618565 0.6761176 0.05882889 0.258867 0.002564728 0.9294512 0.0259822 0.04200172 4.79989e-4 0.6611142 0.07531887 0.2630869 0.1615722 0.4012928 0.4371349 0.1446546 0.4321548 2.11815e-4 0.4229788 0.1771265 0.3482891 2.59945e-4 0.4743243 0.1241692 0.390613 1.83142e-4 0.4850347 0.1846811 0.3628556 3.06058e-4 0.4521572 0.1152845 0.3663627 1.81285e-4 0.5181716 0.1927918 0.3640974 5.81876e-4 0.4425289 0.1318982 0.3816174 0.00258094 0.4839034 6.74833e-4 0.8229368 0.1207445 0.05564373 0.6110124 0.1538398 1.51102e-4 0.2349966 0.006281375 0.8874341 0.1062844 0.00259155 0.670473 0.1252967 0.2016387 2.1051e-4 0.6151685 0.384621 1.52672e-4 0.2759183 0.4121336 0.3117954 0.5119379 0.4880622 0.2770781 0.4225227 2.34961e-4 0.3001642 0.002548933 0.8245329 0.05480325 0.1181148 0.002283751 0.7911888 0.2065275 0.002956509 0.8371988 0.02340334 0.1364413 0.155586 0.3975179 1.73652e-4 0.4467223 0.1471056 0.3822489 3.57551e-4 0.4702877 0.1587582 0.3956141 6.03681e-4 0.4450239 6.17644e-4 0.8060458 0.1000294 0.09330707 0.004339039 0.8598063 0.1358546 0.003318428 0.7045246 0.2921569 2.20357e-4 0.3860051 0.6136946 7.99784e-5 0.2038361 0.5413023 5.69121e-5 0.2548047 0.2229383 0.7095038 0.001217007 0.06634074 0.2137539 0.5166105 7.38309e-4 0.2688973 0.3404009 0.6592855 3.13586e-4 0.2353064 0.7632953 0.001398324 0.5965412 0.3416349 0.06182384 0.003685891 0.792998 0.203316 0.6584594 0.3300369 0.01150369 0.6570848 0.3429151 0.003907263 0.7735924 0.2225003 0.6651462 0.3002485 0.03460526 4.36155e-4 0.6477389 0.1156037 0.2362211 0.6664454 0.3335546 0.6447925 0.2965483 0.05865919 0.564129 0.3272675 0.1086035 0.598783 0.2970117 0.1042053 7.29318e-4 0.3072239 0.4411999 0.2508469 6.7102e-4 0.3982632 0.3906107 0.2104551 7.49207e-4 0.3092215 0.3959864 0.2940428 6.54608e-4 0.310506 0.4042501 0.2845893 0.6505844 0.1824868 0.1669288 0.6389827 0.1768736 0.1841437 0.5336894 0.4663106 0.5044748 0.4955252 0.2484722 0.7515277 0.1316822 0.8683177 0.1216635 0.7299632 0.001912117 0.1464611 0.1191447 0.7372563 0.001520633 0.1420783 0.001358509 0.3951475 0.4066143 0.1968797 0.001101672 0.3601781 0.3301805 0.3085397 0.001370251 0.2658255 0.3981394 0.3346648 0.3271966 0.6728035 0.131289 0.8687109 0.3341842 0.5586137 0.00132513 0.105877 0.6550014 0.1125 0.2324987 3.77619e-5 0.3557772 0.5618442 0.08234077 0.02584981 0.9508304 0.02331966 0.3738206 0.572739 0.05344039 0.01528054 0.9622637 0.02245569 0.04108756 0.9132567 0.04565566 0.4077767 0.5439435 0.04827976 0.08557146 0.9144285 0.3390091 0.6300734 0.03091746 1 0.08522582 0.9147742 0.126088 0.8223481 0.05156391 1 1 1 0.9946922 0.005307793 0.01525467 0.9571052 0.0276401 0.9947466 0.005253493 1 1 0.9873247 0.01267534 0.9873581 0.0126419 0.9643071 0.03569287 0.9716315 0.02836853 0.9528951 0.04710489 0.01539266 0.9383141 0.04629307 1 1 0.5329975 0.4418524 0.02515006 0.367517 0.6299569 0.002526044 0.4105478 0.5623911 0.02706104 0.5770127 0.3845474 0.03843986 0.6287277 0.3601187 0.01115351 0.5980597 0.3967937 0.005146563 0.5799863 0.4181206 0.001893103 0.3929238 0.6070762 0.3900138 0.5935032 0.016483 0.6112669 0.38045 0.008283078 0.4228923 0.567889 0.009218692 0.6288206 0.3707002 4.79217e-4 0.6269823 0.3730177 0.6471123 0.3495966 0.003291189 0.5809161 0.2139427 0.2051411 0.5579189 0.2032234 0.2388578 1.47119e-5 0.4575623 0.2163743 0.3260486 0.3665843 0.4684394 0.1649762 0.6242125 0.1995118 0.1762757 0.9821881 0.01781201 0.5646311 0.2491686 0.1862002 0.9154087 0.08459138 1 0.2756965 0.6445226 0.07978087 0.9650521 0.03494793 1 0.4559911 0.4120544 0.1319545 0.2584403 0.1498917 0.591668 0.2374205 0.7625795 0.08364915 0.9163508 0.4381415 0.5193459 0.04251247 0.515766 0.3433279 0.140906 0.403417 0.4628602 0.1337227 0.4563258 0.3842086 0.1594655 1.53042e-4 0.4078878 0.3896906 0.2022685 0.4201257 0.4658796 0.1139946 0.3719612 0.4666767 0.1613621 0.3957722 0.5584406 0.04578721 0.2844802 0.6727396 0.04278022 0.2368516 0.7631483 0.2034319 0.7291558 0.06741225 0.2729446 0.6457939 0.08126145 0.3689376 0.6310624 0.3275457 0.6724544 0.3376126 0.6623874 0.2051566 0.7948433 0.4906276 0.4176945 0.09167784 0.4527596 0.4512401 0.09600013 0.391351 0.608649 0.4959814 0.4596824 0.04433625 0.5357754 0.4642246 0.4856135 0.3452911 0.1690952 0.4665705 0.3513268 0.1821027 0.4897757 0.3731276 0.1370967 0.3991006 0.544072 0.05682736 0.5591319 0.3572686 0.0835995 0.371966 0.495841 0.1321931 0.5127627 0.3273236 0.1599136 4.01937e-5 0.4176417 0.3963236 0.1859945 0.3960651 0.5307581 0.07317674 0.3690587 0.6044426 0.02649867 0.46325 0.4423729 0.0943771 0.1845055 0.8154945 0.1685049 0.7923106 0.03918445 0.06224435 0.9377557 0.2674651 0.7325348 0.2368658 0.7631342 0.1429648 0.8570352 9.07475e-5 0.2593145 0.390518 0.1832127 0.002742171 0.02936047 0.1347613 0.1986187 0.2935249 0.1836305 0.002925574 0.06032097 0.2609792 0.6547578 0.3452422 0.001645505 0.1051579 0.1721669 0.3481247 0.1384938 0.2344111 0.001687645 0.1750912 0.1901147 0.2503843 0.1022326 0.2804893 0.01974391 0.3135451 0.4376178 0.001910686 0.05902487 0.1681575 0.02532881 0.3653758 0.4763964 0.02514868 0.1077503 0.02786558 0.3336459 0.4191753 0.01992398 0.1993892 0.01130533 0.3384734 0.4700092 0.0771085 0.03237175 0.07073181 0.08894789 0.7114488 0.008929431 0.1906738 0.0877158 0.7493374 0.01146644 0.1514802 0.6111217 0.2157729 0.1731054 0.621172 0.2848662 0.09396177 0.5976899 0.1935732 0.2087368 0.6385442 0.2183077 0.1431481 5.22473e-4 0.4947891 0.2596871 0.2450012 0.6130627 0.2029402 0.183997 0.0786311 0.6690325 0.009916961 0.2424194 0.5435279 0.2709593 0.1855128 0.5225269 0.281919 0.1955541 0.5324876 0.2400912 0.2274212 0.4695129 0.3346401 0.195847 0.04931443 0.6675535 0.008103489 0.2750285 0.1054971 0.674194 0.001853942 0.2184548 0.04495376 0.7460456 0.01612967 0.1928709 0.09758341 0.790978 0.007595598 0.1038431 0.002602219 0.6798939 0.1424028 0.1751011 0.05171197 0.6560701 0.01576709 0.2764508 0.05182838 0.6809501 0.01848405 0.2487374 0.4992663 0.3501185 0.1506152 5.3181e-4 0.4671267 0.2909369 0.2414045 0.4254059 0.3654133 0.2091808 0.4795886 0.30198 0.2184314 5.09544e-4 0.4604535 0.2778979 0.261139 1.32673e-4 0.412496 0.3425419 0.2448293 4.00957e-5 0.297416 0.5628499 0.1396938 1 1 1 1 1 0.6666667 0.3333333 1 0.3333333 0.6666667 1 0.1666666 0.5 0.3333333 0.3333333 0.6666667 1 0.001214265 0.3745447 0.6242411 0.2 0.8 1 1 1 1 1 1 0.4 0.6 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.6666667 0.3333333 0.001214265 0.3745447 0.6242411 0.01824146 0.7363188 0.2454396 0.4867489 0.5132511 0.2 0.8 0.6666667 0.3333333 1 0.3333333 0.6666667 0.3333333 0.6666667 1 1 1 0.2727273 0.7272728 0.1905881 0.5737239 0.235688 0.1428571 0.5714286 0.2857143 0.07692307 0.6153846 0.3076923 0.1050373 0.06370168 0.4400793 0.3911816 0.01144391 0.247139 0.4118983 0.3295187 0.3333333 0.6666667 1 0.3333333 0.6666667 1 0.3333333 0.6666667 0.3333333 0.6666667 1 0.3333333 0.6666667 1 0.3333333 0.6666667 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.07545065 0.3018027 0.5095707 0.113176 0.2857143 0.4285715 0.2857143 0.07142853 0.2857143 0.3571429 0.2857143 0.2727273 0.7272728 0.07692307 0.3076923 0.4615385 0.1538462 0.2124809 0.4907724 0.2967468 0.1689279 0.4617067 0.3693653 0.5607218 0.4392781 0.4410485 0.3384273 0.2205242 0.7910647 0.1182025 0.09073275 0.4828078 0.4158954 0.1012967 0.7849002 0.12169 0.09340971 0.07947248 0.8054616 0.1150659 0.007504045 0.8684339 0.124062 0.001114606 0.7123763 0.286509 0.09381783 0.07942736 0.676503 0.1502518 0.5665591 0.4295467 0.00389415 0.5980597 0.3967937 0.005146563 0.629725 0.3638694 0.006405532 0.6287277 0.3601187 0.01115351 0.6277336 0.3563799 0.01588654 0.5770127 0.3845474 0.03843986 0.5338755 0.4085034 0.05762106 0.5006196 0.4537242 0.04565626 0.5329975 0.4418524 0.02515006 4.43237e-4 0.4985988 0.401949 0.09900897 0.001085102 0.4985377 0.3976116 0.1027655 0.001280426 0.4986923 0.3935654 0.1064618 6.9122e-4 0.5188116 0.3897407 0.09075641 0.5405198 0.3856415 0.07383871 4.13117e-4 0.5162345 0.405166 0.07818627 0.5212331 0.4185508 0.06021606 0.5405198 0.3856415 0.07383871 0.5212331 0.4185508 0.06021606 0.5006196 0.4537242 0.04565626 0.5338755 0.4085034 0.05762106 0.5164479 0.4053335 0.07821857 4.15491e-4 0.4986126 0.4019601 0.09901171 6.66783e-4 0.4989987 0.3938072 0.1065272 0.5191705 0.3900103 0.09081923 0.4990793 0.3980435 0.1028771 0.5329975 0.4418524 0.02515006 0.5665591 0.4295467 0.00389415 0.6277336 0.3563799 0.01588654 0.5770127 0.3845474 0.03843986 0.629725 0.3638694 0.006405532 0.6287277 0.3601187 0.01115351 0.5980597 0.3967937 0.005146563 0.5980597 0.3967937 0.005146563 1 1 0.359645 0.6403551 0.1412004 0.8587996 0.004330992 0.141376 0.04001474 0.4200277 0.3942506 0.006747722 0.6621682 0.3310841 1 0.3333333 0.6666667 1 0.1031655 0.5840603 0.3127741 0.009726524 0.3300911 0.6601823 1 0.2278863 0.7721137 0.2031562 0.7968437 0.4871765 0.5128235 0.3706969 0.6293031 0.02097934 0.9790206 0.02320826 0.9767917 1 1 1 1 0.2186665 0.7813335 0.2358896 0.7641103 1 1 0.002592325 0.9974076 1 6.29324e-4 0.9993708 1 7.34059e-4 0.499633 0.499633 0.007603645 0.4961981 0.4961981 0.01831573 0.4908421 0.4908421 0.007312655 0.4963436 0.4963436 0.007196784 0.2457582 0.1577652 0.3555729 0.2337068 0.00846678 0.2673126 0.04573398 0.3822231 0.2962633 0.3990499 0.6009501 0.003574192 0.107456 0.458509 0.4304608 0.0174002 0.6550666 0.3275333 0.1276518 0.8723482 0.2391223 0.7608777 0.003858029 0.1380984 0.1380984 0.3056497 0.4142953 0.2197071 0.7802929 0.141248 0.858752 0.1025715 0.8974284 0.00992614 0.6600493 0.3300246 1 0.01011258 0.3299624 0.6599249 9.78506e-4 0.3330072 0.6660144 1 1 1 0.1474987 0.8525013 0.1150541 0.8849459 0.2126163 0.7873837 0.2349526 0.7650474 0.07732474 0.6065283 0.3161469 0.003000199 0.1434614 0.1455565 0.2877803 0.4202016 0.04167079 0.6388861 0.3194431 0.00412482 0.1476482 0.1476482 0.2576339 0.4429448 0.04828691 0.6344754 0.3172377 0.166173 0.3353078 0.4985191 0.07850509 0.6046334 0.3168615 0.07992374 0.4443403 0.475736 0.07806986 0.606993 0.3149371 0.100526 0.3467628 0.5527111 0.1024957 0.5807912 0.316713 0.004507362 0.1355116 0.3208319 0.5391491 9.78506e-4 0.3330072 0.6660144 0.002592325 0.9974076 0.008229553 0.3305901 0.6611803 0.003218412 0.9967816 0.01523852 0.3282538 0.6565077 0.3333333 0.6666667 1 0.3333333 0.6666667 1 0.01011258 0.3299624 0.6599249 0.01595598 0.492022 0.492022 0.005626559 0.4971867 0.4971867 0.5 0.5 0.007603645 0.4961981 0.4961981 0.004345297 0.2268823 0.4247902 0.3439821 0.1653535 0.5555916 0.2790548 0.003377795 0.1209098 0.2418196 0.3920729 0.2418196 0.002457559 0.1175141 0.2384606 0.3971624 0.2444053 0.008340835 0.337145 0.3420725 0.1799598 0.1324816 0.003106892 0.1485613 0.4521928 0.2378926 0.1582463 0.5214859 0.3046855 0.1738286 0.00430727 0.2399108 0.1241319 0.4172811 0.2143688 0.002165913 0.211907 0.5665327 0.2193941 0.002446889 0.1645113 0.414114 0.4189277 0.02894252 0.5121659 0.3168382 0.1420535 0.4324021 0.4140293 0.1535685 0.01002985 0.5250443 0.3417879 0.123138 0.5075272 0.292277 0.2001957 0.009995281 0.3498292 0.3498292 0.1737364 0.1166097 0.00428617 0.1534252 0.4602757 0.2285876 0.1534252 0.00428617 0.1534252 0.4602757 0.2285876 0.1534252 0.01238685 0.3987376 0.2309589 0.2317824 0.126134 0.02413934 0.5393909 0.2052741 0.2311956 0.01009011 0.8189664 0.0906918 0.08025163 0.2250128 0.6637455 0.06989669 0.04134494 0.01423162 0.530513 0.2280795 0.2271759 0.0344966 0.8638265 0.03833931 0.0633375 0.2141088 0.7858912 0.216001 0.7839989 0.3442941 0.6557059 0.4455868 0.5544132 0.3124569 0.6875432 0.2579928 0.7420073 0.3391382 0.6608619 0.3223108 0.6776892 0.5020118 0.4979882 0.418749 0.581251 0.4925382 0.5074618 0.5396004 0.4603996 0.5166245 0.4833756 0.5027988 0.4972012 0.213031 0.786969 0.196691 0.8017212 0.001587748 0.03411042 0.9059255 0.05996406 0.09905946 0.8769602 0.02398031 0.1130408 0.8815078 0.00545144 0.1244266 0.8691913 0.006382107 0.1220524 0.8713979 0.006549656 0.1056913 0.888352 0.005956649 0.1336556 0.8611237 0.00522077 0.1620178 0.8340939 0.00388813 0.1781959 0.8196067 0.002197384 0.08020299 0.8871783 0.03261864 0.106032 0.8792281 0.01473981 0.04782974 0.9067297 0.04544049 0.1609259 0.8351086 0.003965377 0.1301579 0.8643763 0.005465686 0.1622779 0.8354097 0.002312302 0.102354 0.8826193 0.01502662 0.07893568 0.8883263 0.03273802 0.04633331 0.9048366 0.04883009 0.1458068 0.8494905 0.004702627 0.629725 0.3638694 0.006405532 0.5665591 0.4295467 0.00389415 0.5338755 0.4085034 0.05762106 0.4799477 0.4009243 0.1191279 0.5331143 0.3977999 0.06908589 0.5928616 0.3498699 0.05726855 0.8637409 0.1078043 0.02845472 2.14721e-5 0.9960885 0.003889977 0.01057982 0.9881851 0.001235127 4.0575e-4 0.9074368 0.09215742 0.002552747 0.8352218 0.1622254 1.31221e-4 0.9959792 0.003889501 5.13167e-6 2.43901e-5 0.001331448 0.9166675 0.08197152 0.9961099 0.003890037 0.009963035 0.988801 0.001235902 5.04784e-5 0.9999496 0.954146 0.04585403 0.00844413 0.6280055 0.1492942 0.2142561 0.002520382 0.7693039 0.2281756 6.34679e-4 0.6572403 0.1229757 0.2191493 0.003136456 0.7722525 0.2091521 0.01545894 0.003118336 0.7960944 0.198816 0.001971125 0.06333953 0.6394751 0.01648664 0.2806987 0.005067765 0.7832659 0.1823723 0.02929389 0.01805716 0.6717289 0.1990157 0.1111982 0.09061568 0.8698359 0.03954845 0.003865778 0.1475531 0.3082055 0.09149885 0.1701107 0.2787659 0.001698911 0.1449815 0.4194 0.06093502 0.1318244 0.24116 0.05365359 0.9146448 0.02925723 0.002444148 0.1680367 0.801678 0.02783238 0.002452909 6.50224e-4 0.4987547 0.3977847 0.1028103 0.5708646 0.2197476 0.2093877 0.5722147 0.237283 0.1905023 6.36993e-4 0.5188398 0.3897619 0.09076136 0.1301579 0.8643763 0.005465686 0.1139507 0.8797932 0.006255984 0.7985484 0.1996371 0.001814544 0.6756064 0.3179324 0.006461203 0.4940745 0.4940745 0.01185107 0.5370848 0.4522819 0.01063328 0.6939555 0.3000888 0.005955696 0.6048306 0.3870915 0.008077859 0.1586928 0.6574416 0.1813632 0.002502322 0.1898668 0.6526672 0.1542668 0.00319916 0.1734233 0.6611764 0.1625843 0.002815842 0.2343212 0.6297385 0.1318057 0.004134595 0.4967496 0.4967496 0.006500899 0.1666666 0.1666666 0.6666667 0.2222222 0.1388888 0.6388889 0.1630434 0.173913 0.6630435 0.03625679 0.8949044 0.06883877 0.2857143 0.1071428 0.6071429 0.006707131 0.8786821 0.1146107 0.2666667 0.1166666 0.6166667 0.243146 0.2938764 0.4152049 0.04777258 0.2623586 0.3438073 0.3703047 0.02352929 0.2429279 0.2901158 0.4027531 0.06363582 5.67285e-4 0.2422447 0.3177145 0.4015544 0.03797912 5.07248e-4 0.08021318 0.1230434 0.6096752 0.187068 0.003092944 0.02563488 0.4573596 0.4584184 0.05538851 1.05592e-4 0.002936482 0.01914346 0.3400003 0.529561 0.1081917 1.67087e-4 0.007001161 0.1934521 0.6552473 0.1440489 2.50479e-4 0.3378558 0.3823587 0.2797855 0.2738782 0.3622927 0.363829 0.3262972 0.3808512 0.2928515 0.34495 0.3627965 0.2922536 0.7123841 0.2849537 0.002662122 0.2491037 0.6227592 0.1245518 0.003585159 0.3259098 0.1315555 0.08601611 8.64742e-4 0.05482542 0.354503 0.04632538 0.4847065 0.06379801 0.2282778 2.51073e-5 0.009006679 0.2141859 0.2589451 0.1633151 3.22042e-4 0.03735798 0.02821141 0.1189799 0.3327538 0.06011444 0.3621549 0.1334162 0.08944547 2.60191e-4 0.05592161 0.3588015 0.006285071 0.2879714 0.5361073 0.09376323 0.04632776 0.02181351 1.41991e-4 0.007589638 0.954037 0.03634405 0.009083092 2.67871e-4 2.67871e-4 0.3220592 0.146372 0.05269593 0.003178358 0.08163851 0.3393825 0.05467343 0.3646211 0.108001 0.1150817 6.37959e-5 0.03685277 0.3753796 0.3127976 0.6872024 0.7989837 0.1997459 0.001270353 0.7995399 0.199885 5.75078e-4 0.1662096 0.6648385 0.1662096 0.002742171 0.2213414 0.6363568 0.1383384 0.00396341 0.6322857 0.3547332 0.003545641 0.009435474 0.3860858 0.09735149 0.1016068 1.63701e-5 0.03685486 0.3780847 0.3084963 0.1436796 0.06353896 0.08009517 0.3470216 0.05716812 0.8985705 0.002354145 0.09073811 0.00833708 0.7995399 0.199885 5.75078e-4 0.1428571 0.5714286 0.2857143 0.6577051 0.06646579 0.275829 0.6706986 0.05089801 0.2784034 0.7214025 0.07457518 0.2040222 0.6889837 0.05553221 0.2554841 0.6593499 0.05625063 0.2843994 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5876845 0.4022127 0.01010274 0.5316367 0.4075327 0.06083053 0.3652705 0.3247811 0.08039534 0.229553 0.6406902 0.3532298 0.006079912 0.6097124 0.3824431 0.007844567 0.6631989 0.3181167 0.01868426 0.3897525 0.1864495 0.08578377 0.3380142 0.4504833 0.09164327 0.1105515 0.3473219 0.01562285 0.3460183 0.08090436 0.2117358 0.3457185 0.7346791 0.219143 0.04617792 0.66644 0.3106491 0.02291089 0.7184063 0.2301061 0.05148756 0.7880603 0.1532658 0.05867385 0.6672378 0.300275 0.03248715 0.6666667 0.3333333 0.5 0.25 0.25 0.5 0.5 2.86079e-7 0.6666665 0.3333332 0.6666667 0.3333333 0.3333333 0.6666667 0.5 0.5 1 0.3333333 0.6666667 0.6666667 0.3333333 0.001218616 0.4358646 0.09472441 0.374906 0.08656018 2.87704e-4 0.006438434 0.01115643 0.006368875 0.5939522 0.1115036 0.2679618 0.005834996 8.27841e-4 0.00239396 0.5603769 0.4292169 0.001211702 0.009194433 0.03041195 0.3996601 0.1218732 0.4445881 0.003466606 0.01241594 0.3867939 0.06894516 0.4274887 0.09577453 0.003715932 0.004865705 0.01916658 0.1477422 0.3455667 0.2002996 0.2872248 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2.27998e-4 0.204244 0.3521043 0.1783574 0.2224537 0.03616356 0.006448984 0.5770127 0.3845474 0.03843986 0.5164479 0.4053335 0.07821857 1 1 1 1 1 0.4929985 0.5070015 0.3534054 0.6465945 0.3896849 0.6103152 0.5082168 0.4917832 0.5396004 0.4603996 0.1220524 0.8713979 0.006549656 1 0.5850965 0.4149035 0.8673828 0.1326172 0.223482 0.2030783 0.4646016 0.02297806 0.07887601 0.006983757 0.4747621 0.5252379 1 1 1 1 1 5.14664e-5 0.9999485 0.3585993 0.01507997 0.6263207 1 0.6847231 0.2595155 0.005216538 0.05054467 1 5.16334e-4 0.9994836 0.8680037 0.1180223 0.01397401 0.9656344 0.03436559 0.708662 0.2221712 0.01887452 0.05029213 0.5560337 0.2599185 0.01440292 0.1696448 1 0.0558871 0.9441128 0.9016169 0.09838312 1 1 0.8769094 0.1230905 1 0.9349781 0.06502187 0.1939944 0.8060055 0.6234719 0.3765281 0.6549649 0.3450351 0.2857195 0.2973815 0.2688096 0.1480894 0.6880608 0.3119392 0.1490585 0.2697833 0.2697833 0.201015 0.1103599 1 0.07093244 0.9290675 1 0.4096317 0.2847175 0.2873446 0.01403921 0.004266977 0.1609259 0.8351086 0.003965377 0.1620178 0.8340939 0.00388813 0.1336556 0.8611237 0.00522077 0.001570403 0.2168724 0.7815571 7.60194e-4 0.156342 0.8428978 0.001782953 0.1727235 0.8254935 0.001763164 0.1477848 0.850452 0.738644 0.2569196 0.004436373 0.4947783 0.4947783 0.01044338 0.3309202 0.5791103 0.08273005 0.007239341 0.5733864 0.4170082 0.009605467 0.538197 0.4532185 0.008584499 0.166241 0.664964 0.166241 0.002553939 0.1587422 0.6576464 0.1814197 0.002191662 0.08333331 0.3333333 0.5833334 0.04996299 0.5495935 0.3997043 7.39229e-4 0.1071428 0.2857143 0.6071429 0.02768588 0.5260318 0.4429741 0.003308176 0.02776634 0.527561 0.4442619 4.10818e-4 0.1666666 0.1666666 0.6666667 0.1590909 0.1818181 0.6590909 0.2222222 0.1388888 0.6388889 0.1818181 0.1590909 0.6590909 0.5 0.5 0.4 0.04999995 0.55 0.222063 0.274818 0.4356701 0.06744903 0.1688446 0.2172231 0.523746 0.09018629 0.1685108 0.2083157 0.4933049 0.1284946 0.001373887 0.1416649 0.193488 0.5355066 0.1293404 0.1242026 0.1675397 0.5471985 0.1602501 8.08951e-4 0.03284126 0.5459326 0.3908886 0.03026562 7.1895e-5 0.03272497 0.07993191 0.6551575 0.2321856 0.02599954 0.4796871 0.4504359 0.04377353 1.03983e-4 0.01628583 0.05965918 0.6688598 0.255195 0.3273201 0.3769516 0.2957282 0.3142899 0.3798827 0.3058273 0.3059058 0.3702238 0.3238704 0.3092399 0.3615485 0.3206265 0.008585095 0.3220221 0.3763449 0.301633 0.3040631 0.3767681 0.3150085 0.004160344 0.2911317 0.3619296 0.3427498 0.004188776 0.2938188 0.35264 0.3403568 0.01318424 1 1 1 0.001469492 0.2403219 0.7582085 7.42981e-4 0.1571137 0.8421432 0.001923859 0.1152096 0.8828665 0.9016169 0.09838312 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5783419 0.4107825 0.01087558 0.6548165 0.3151862 0.02999728 0.5809926 0.3997673 0.006326615 0.01291334 0.4929205 0.4224618 0.08461773 0.4488396 0.4229469 0.1282135 0.01745676 0.3123773 0.06586724 0.2810416 0.3232569 0.4686304 0.1124137 0.1407242 2.98047e-5 0.0230199 0.2493432 0.005838692 0.6120781 0.01813262 0.3331107 0.03667861 0.2966803 0.1224006 0.04892867 0.003480374 0.08004784 0.3247556 0.1237066 0.5211965 0.003581643 0.4437196 0.03150218 0.518903 0.454685 0.02641201 0.5303456 0.4691345 5.19947e-4 0.2293599 0.1538343 0.0802403 0.2473505 2.91631e-6 2.04722e-4 0.2890071 0.3445149 0.002774536 0.05602097 0.3019943 0.2946953 0.8036862 0.134529 0.06178474 0.5686921 0.41998 0.01132792 0.6100444 0.3629769 0.02697861 0.6584609 0.2962362 0.04530286 0.2496739 0.1635393 3.20749e-4 0.04502987 0.02554732 0.1232801 0.3182052 0.07440358 0.3294815 0.05115717 0.412314 0.1912531 0.006543755 0.009250164 0.6012163 0.3868882 0.00197333 0.009922087 0.5818259 0.4067988 0.003167808 0.00820738 0.06638234 0.1434804 0.2411584 0.4116627 0.1373161 1 1 1 1 1 1 1 1 0.1983026 0.167776 0.240324 0.3352933 0.05830395 0.02532881 0.3653758 0.1077503 0.4763964 0.02514868 1 1 1 1 1 1 1 0.4452489 0.5547511 0.3099043 0.6900957 0.213031 0.786969 0.4716544 0.3559833 0.1723623 0.5088703 0.4908803 2.49446e-4 0.005652904 0.3145247 0.5410925 0.05570864 0.03498011 0.02791678 0.02012425 0.01806432 0.121565 0.7969451 0.05163437 0.005895495 0.005895495 0.2178579 0.7794347 0.001353681 0.001353681 0.1144109 0.6061384 0.2789263 5.24384e-4 0.3728187 0.3389515 0.2882298 0.5302702 0.02733361 0.3676239 4.36737e-6 0.07476788 0.7179607 0.2548612 0.02669006 4.8802e-4 0.002515792 0.00922805 0.5134647 0.07328766 0.3844844 2.84031e-4 6.92664e-4 0.01604264 0.5338755 0.4085034 0.05762106 0.130001 0.8631611 0.006837785 0.1187737 0.8753062 0.005920052 0.1755416 0.8212057 0.003252685 0.7978014 0.1994503 0.00274825 0.6756064 0.3179324 0.006461203 0.6770936 0.3186323 0.00427401 0.4940745 0.4940745 0.01185107 0.4963153 0.4963153 0.007369399 0.6755406 0.3179014 0.006558001 0.2213414 0.6363567 0.1383384 0.00396341 0.6939555 0.3000888 0.005955696 0.1663045 0.6652182 0.1663045 0.002172708 0.1662096 0.6648385 0.1662096 0.002742171 0.234269 0.6295982 0.1317763 0.004356443 0.4967496 0.4967496 0.006500899 0.1388888 0.2222222 0.6388889 0.1666666 0.1666666 0.6666667 0.2857143 0.1071428 0.6071429 0.2857143 0.1071428 0.6071429 0.1323529 0.2352941 0.632353 0.2666667 0.1166666 0.6166667 0.2422447 0.3177145 0.4015544 0.03797912 5.07248e-4 0.09498757 0.1211414 0.5195868 0.2259141 0.03836995 0.03957539 0.6824345 0.27799 0.01994055 0.0385794 0.5587232 0.3122427 0.07051414 0.002936482 0.01914346 0.3400003 0.529561 0.1081917 1.67087e-4 0.01897811 0.3654211 0.4884766 0.1266556 4.68509e-4 0.0977599 0.1356264 0.5613459 0.1953397 0.009928047 0.007001161 0.1934521 0.6552473 0.1440489 2.50479e-4 0.03492337 0.4560369 0.5033633 0.003492534 0.002183794 0.1165427 0.6665214 0.2161492 7.8666e-4 0.01539647 0.350816 0.5626739 0.07094508 1.68528e-4 7.48131e-4 0.05188149 0.4836826 0.459127 0.002082943 0.002477645 0.05251669 0.503741 0.4382925 0.001028358 0.004421412 0.002988278 0.01826775 0.3637412 0.5328739 0.08197587 1.53028e-4 0.01855003 0.388683 0.5174745 0.07507914 2.13335e-4 0.3245524 0.3743636 0.301084 0.2667154 0.3254086 0.378646 0.02922993 0.2613884 0.3160421 0.37814 0.04390799 5.21481e-4 0.04201203 0.8474508 0.1105371 0.5 0.5 0.1069646 0.6061329 0.285239 0.001663506 0.7985484 0.1996371 0.001814544 0.1247339 0.6236696 0.2494678 0.00212866 1 0.5316367 0.4075327 0.06083053 0.4965083 0.396894 0.1065977 0.6097124 0.3824431 0.007844567 0.6631989 0.3181167 0.01868426 0.3821627 0.1886727 0.08711993 0.3420445 0.6040177 0.3183984 0.07758396 0.6192981 0.3780236 0.002678275 0.3351123 0.05487346 0.3010824 0.3089317 0.1589896 0.1569247 0.07617032 0.3089051 0.2990103 0.3861064 0.06032907 0.37861 0.1749544 0.01567816 0.3437015 0.08119076 0.2124872 0.3469423 0.01614761 0.3575706 0.07224178 0.1971705 0.3568693 0.3328251 0.1943225 0.1350694 0.3377829 1 1 1 1 0.6371638 0.3400774 0.02275878 0.6332612 0.3309733 0.03576552 0.7958045 0.14398 0.06021559 0.7880603 0.1532658 0.05867385 0.6089872 0.3623085 0.02870428 0.5674626 0.4190596 0.01347768 0.3889412 0.3623791 0.1722056 3.79488e-4 0.06602096 0.01007354 0.5603769 0.4292169 0.001211702 0.009194433 0.6289517 0.3653372 0.001359999 0.004351019 0.01241976 0.3866053 0.4276202 0.09580403 0.003717064 0.06896638 0.004867196 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1072764 0.2930656 0.2208142 0.1193913 4.79854e-5 0.2594045 2.28753e-4 0.2049202 0.3532701 0.1755157 0.03628331 0.007226467 0.2225553 1 0.6287277 0.3601187 0.01115351 0.5770127 0.3845474 0.03843986 0.5329975 0.4418524 0.02515006 0.5164479 0.4053335 0.07821857 1 1 1 1 1 1 0.5273197 0.4726803 0.452901 0.5470989 0.2661561 0.7338439 0.347801 0.652199 0.1220524 0.8713979 0.006549656 0.1609259 0.8351086 0.003965377 0.2168724 0.001570403 0.7815571 0.1426079 0.001247406 0.8561446 0.156342 7.60194e-4 0.8428978 0.1477848 0.001763164 0.850452 0.738489 0.2568657 0.004645228 0.3309202 0.5791103 0.08273005 0.007239341 0.5733864 0.4170082 0.009605467 0.1812916 0.657182 0.1586301 0.002896249 0.1385953 0.6375386 0.2217525 0.002113521 0.4989118 0.4989118 0.002176344 0.02768588 0.5260318 0.4429741 0.003308176 0.06811308 0.5676092 0.3632699 0.001007735 0.2 0.15 0.65 0.2222222 0.1388888 0.6388889 0.1818181 0.1590909 0.6590909 0.01725345 0.6879226 0.294824 0.4 0.04999995 0.55 0.00965929 0.6052082 0.3851324 0.222063 0.274818 0.4356701 0.06744903 0.1962246 0.2425949 0.4947843 0.06639617 0.1243305 0.1727157 0.5651859 0.1377678 0.03284126 0.5459326 0.3908886 0.03026562 7.1895e-5 0.009717166 0.03563749 0.5521655 0.3525639 0.04987895 3.68601e-5 0.05024015 0.09405821 0.6196361 0.2256717 0.01039373 0.02660673 0.06014186 0.609007 0.2704985 0.03374588 0.002354323 0.1836001 0.6944348 0.1193581 2.52693e-4 0.003170967 0.14954 0.6232181 0.2224678 8.69993e-4 7.33064e-4 0.005981326 0.2132537 0.6604211 0.1201052 2.38697e-4 0.3273201 0.3769516 0.2957282 0.3059058 0.3702238 0.3238704 0.3131929 0.3840477 0.3027595 0.3220221 0.3763449 0.301633 0.3333333 0.6666667 1 0.6470237 0.3485388 0.002218782 0.002218782 0.5482715 0.4427652 0.007083058 0.001880109 0.3891559 0.2770709 0.01260036 0.3081294 0.01000308 0.003040254 1 1 1 0.7797627 0.2202373 0.5 0.5 0.1363431 0.2693278 0.3516182 0.2256178 0.017093 0.4473791 0.5526209 1 1 1 1 0.1052725 8.33493e-4 0.893894 0.1280066 0.001839578 0.8701537 0.1152096 0.001923859 0.8828665 0.6666667 0.3333333 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5783419 0.4107825 0.01087558 0.4929205 0.4224618 0.08461773 0.00361377 0.3807604 0.1058933 0.1001927 1.57547e-6 2.67833e-6 0.4095354 0.518903 0.454685 0.02641201 0.5303456 0.4691345 5.19947e-4 0.6672378 0.300275 0.03248715 0.8036862 0.134529 0.06178474 0.6584609 0.2962362 0.04530286 0.3578633 0.4254382 0.164713 0.01067537 0.03649741 0.004812598 1 1 1 1 1 1 1 1 1 0.1981586 0.1676541 0.2401495 0.05826157 6.83441e-4 0.3350926 1 1 1 0.002592325 0.9974076 6.29324e-4 0.9993708 1 1 0.5396004 0.4603996 0.4452489 0.5547511 0.3629366 0.6370633 0.3099043 0.6900957 0.1480628 0.8473933 0.00454384 0.4993317 0.39407 0.1065983 0.6277336 0.3563799 0.01588654 0.4988198 0.4021272 0.09905284 0.5006196 0.4537242 0.04565626 0.5405198 0.3856415 0.07383871 0.130001 0.8631611 0.006837785 0.1187737 0.8753062 0.005920052 0.1755416 0.8212057 0.003252685 0.7978014 0.1994503 0.00274825 0.6755406 0.3179014 0.006558001 0.221379 0.6364646 0.1383618 0.003794491 0.1663045 0.6652182 0.1663045 0.002172708 0.1067165 0.6047267 0.2845773 0.003979623 0.1069646 0.6061329 0.285239 0.001663506 0.234269 0.6295982 0.1317763 0.004356443 0.5 0.5 0.1069732 0.6061819 0.2852621 0.001582682 0.1388216 0.2221145 0.6385794 4.84464e-4 0.116407 0.615294 0.2660731 0.002225875 0.2857143 0.1071428 0.6071429 0.132285 0.2351734 0.6320286 5.12948e-4 0.5 0.5 0.04201203 0.8474508 0.1105371 0.2666667 0.1166666 0.6166667 0.1666184 0.2056732 0.5625186 0.06518977 0.1656369 0.1791102 0.4711265 0.180015 0.004111111 0.09498757 0.1211414 0.5195868 0.2259141 0.03836995 0.03957539 0.6824345 0.27799 0.01994055 0.0385794 0.5587232 0.3122427 0.07051414 0.08504366 0.1344675 0.5976949 0.1827939 0.01897811 0.3654211 0.4884766 0.1266556 4.68509e-4 0.09408885 0.1400946 0.5980866 0.1677299 0.0977599 0.1356264 0.5613459 0.1953397 0.009928047 0.03492337 0.4560369 0.5033633 0.003492534 0.002183794 0.1165427 0.6665214 0.2161492 7.8666e-4 0.01539647 0.350816 0.5626739 0.07094508 1.68528e-4 7.48131e-4 0.05188149 0.4836826 0.459127 0.002082943 0.002477645 0.05251669 0.503741 0.4382925 0.001028358 0.004421412 0.002988278 0.01826775 0.3637412 0.5328739 0.08197587 1.53028e-4 0.01855003 0.388683 0.5174745 0.07507914 2.13335e-4 0.2991955 0.3910784 0.309726 0.2798292 0.3322884 0.3594385 0.02844387 0.3245524 0.3743636 0.301084 0.2667154 0.3254086 0.378646 0.02922993 0.2613884 0.3160421 0.37814 0.04390799 5.21481e-4 0.4706465 0.07868975 0.1691303 3.88595e-5 0.02340757 0.258087 0.5 0.5 0.2857143 0.1071428 0.6071429 0.1666666 0.1666666 0.6666667 0.1388888 0.2222222 0.6388889 0.4963153 0.4963153 0.007369399 0.6770936 0.3186323 0.00427401 0.5521816 0.4041422 0.04367631 0.5633023 0.4325309 0.004166841 0.540336 0.4588694 7.94612e-4 0.5313488 0.01683664 0.3768241 7.40732e-5 0.07491642 0.5161218 0.4701777 0.01370042 0.7995399 0.199885 5.75078e-4 0.3939371 0.5569801 0.002418339 0.04666447 1 1 1 0.4940133 0.4940133 0.01197332 0.1662567 0.6650268 0.1662567 0.002459824 0.1666666 0.1666666 0.6666667 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9945148 0.005485177 1 0.9945148 0.005485177 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9996144 3.85636e-4 0.9973748 0.002446532 1.78751e-4 1 1 1 1 0.9945148 0.005485177 1 1 1 1 1 1 1 0.9972499 0.002750098 0.9972499 0.002750098 1 1 0.9972499 0.002750098 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999977 2.28136e-6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999832 1.67956e-5 0.9999999 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.03034371 0.9696563 1 1 1 1 0.06152957 0.9384704 0.5908659 0.4040234 0.00511074 0.5300502 0.3785179 0.09143185 0.4669587 0.4130828 0.1199585 1 0.9163535 0.08364641 0.8125948 0.1874051 0.8126518 0.1873483 0.7452708 0.2547292 0.7750759 0.224924 0.8584948 0.1415053 0.8269183 0.1730816 0.8771305 0.1228696 0.817655 0.182345 0.1220783 0.2674971 0.2674971 0.2150467 0.1278806 0.3074787 0.2781874 0.3074787 0.06368124 0.04317384 0.8187654 0.005618929 0.1756156 0.3598875 0.005395829 0.297322 0.3373945 0.08625334 0.1145552 0.7991914 0.7921683 0.1025975 0.1052341 0.6598761 0.005900919 0.1710329 0.1631899 0.7195767 0.2804233 0.6718261 0.3281739 0.5563021 0.03509032 0.4086076 0.004270136 0.3140793 0.05439037 0.3130481 0.314212 0.3137677 6.28303e-4 0.09805238 0.3031995 0.284352 0.5 0.5 0.502043 0.497957 0.412317 0.07968819 0.09671902 0.4112756 0.02851498 0.3156164 0.06654167 0.2741111 0.3152158 0.3219544 0.3741979 0.3038477 0.1699533 0.222975 0.504437 0.1026347 0.1786085 0.7142894 0.1068482 2.53814e-4 0.04582017 0.6911 0.2630797 0.2613834 0.2836288 0.2836288 0.171359 0.2468808 0.3012182 0.3012182 0.1506829 0.4698837 0.4698837 0.06023263 0.2872986 0.2693425 0.418009 0.02534985 0.7123761 0.2876239 0.7470079 0.2529922 0.8097127 0.1902874 0.6657963 0.3342037 0.4649882 0.5350118 0.4773252 0.5226749 0.4409044 0.5590956 0.187898 0.8121019 1 0.9163535 0.08364641 0.888716 0.111284 0.8421053 0.1578947 0.8584948 0.1415053 0.9219363 0.07806372 0.8633949 0.136605 1 1 0.9225448 0.0774551 0.8778409 0.1221591 0.8009423 0.1990577 1 1 1 1 0.9640831 0.0359168 1 1 0.9411765 0.05882352 1 1 1 1 1 1 1 1 1 1 0.9999877 1.22433e-5 1 1 1 1 1 1 1 1 1 1 1 0.9742121 0.02578794 1 0.8861731 0.1138268 1 1 1 1 1 1 1 1 1 0.96401 0.03599005 0.9922179 0.007782101 1 0.979207 0.02079296 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.956848 0.04315197 1 1 0.9980431 0.001956939 1 1 1 0.9945148 0.005485177 1 1 1 1 1 1 1 1 1 1 0.8014639 0.1369222 0.06161391 0.6584609 0.2962362 0.04530286 0.6584609 0.2962362 0.04530286 0.78799 0.1533414 0.05866861 0.8036711 0.1345452 0.06178361 0.6100444 0.3629769 0.02697861 0.5686921 0.41998 0.01132792 0.6672378 0.300275 0.03248715 0.8036862 0.134529 0.06178474 0.6672378 0.300275 0.03248715 0.5686921 0.41998 0.01132792 0.6100444 0.3629769 0.02697861 0.6584603 0.296236 0.04530364 0.7880603 0.1532658 0.05867385 0.7880603 0.1532658 0.05867385 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.6100444 0.3629769 0.02697861 0.5686921 0.41998 0.01132792 0.6672378 0.300275 0.03248715 1 1 1 0.8817829 0.003942668 0.1142744 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7753396 0.05020898 0.1744514 1 0.5 0.5 0.8677158 0.1322841 1 0.5 0.5 0.5 0.5 0.4506557 0.2913062 0.01945549 0.2385824 0.5 0.5 1 1 1 0.5 0.5 0.9602446 0.03975534 2.25479e-4 0.9997745 0.939181 0.06081891 0.5670757 0.2194175 0.02448153 0.1890252 1 1 0.8376806 0.1623194 1 1 1 0.5 0.5 7.32704e-5 0.01007181 0.9898548 1 1 1 0.9372271 0.0574721 0.005300641 6.92878e-4 5.89476e-4 0.9987177 7.64135e-5 0.9999236 1 1 1 0.7361606 0.2532457 0.01059371 0.7880603 0.1532658 0.05867385 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.6100444 0.3629769 0.02697861 0.5686921 0.41998 0.01132792 0.6672378 0.300275 0.03248715 0.5692437 0.4204185 0.00246185 0.007875978 0.8641954 0.1358046 0.7026531 0.297347 0.8966839 0.1033161 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5338755 0.4085034 0.05762106 0.5665591 0.4295467 0.00389415 0.6277336 0.3563799 0.01588654 0.5338755 0.4085034 0.05762106 0.5006196 0.4537242 0.04565626 0.4988198 0.4021272 0.09905284 0.4993317 0.39407 0.1065983 0.5405198 0.3856415 0.07383871 0.6215468 0.3711752 0.007277905 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4457556 0.5542445 0.3135818 0.6864182 0.2169861 0.7830139 0.490674 0.4850765 0.02424949 0.1187737 0.8753062 0.005920052 0.130001 0.8631611 0.006837785 0.1755416 0.8212057 0.003252685 0.1187737 0.8753062 0.005920052 0.130001 0.8631611 0.006837785 0.1139507 0.8797932 0.006255984 0.1480628 0.8473933 0.00454384 0.1755416 0.8212057 0.003252685 0.1458068 0.8494905 0.004702627 0.5584348 0.3809718 0.06059336 0.5549547 0.3836501 0.06139522 0.5528732 0.4064707 0.04065614 1 1 1 0.002029538 0.9979704 0.001736581 0.9982634 0.01978814 1.04107e-6 5.97183e-4 1.51446e-5 2.70731e-4 8.25211e-4 0.9785025 8.4263e-4 0.9991574 0.002029538 0.9979704 0.001736581 0.9982634 0.001501083 0.2413414 0.7571575 1.57053e-4 8.38254e-4 0.07135903 0.9276458 0.5 0.5 7.88816e-4 0.1412643 0.8579468 0.001999855 0.0503661 0.9476339 0.002279162 6.98365e-4 0.001693665 0.0756371 0.9196916 5.56408e-4 0.001979231 0.07916396 0.9183004 0.5 0.5 8.28657e-4 0.1387814 0.8603899 0.001652181 0.1463065 0.8520412 0.001703083 0.194126 0.8041709 0.2761141 0.2509052 0.4359624 0.02838963 0.008628547 0.4285715 0.5714286 1 1 1 0.002080619 0.9979194 0.001439273 0.2393445 0.7592162 7.02181e-4 0.1712223 0.8280755 0.001870572 0.1492165 0.848913 0.7617052 0.2343708 0.003923892 0.1496508 0.6484872 0.1995345 0.002327382 0.1813105 0.6572508 0.1586467 0.002791941 0.1812729 0.6571144 0.1586138 0.002998828 0.4978283 0.4978283 0.00434333 0.2 0.15 0.65 0.01725345 0.6879226 0.294824 0.22074 0.2619124 0.4259918 0.09015166 0.001204013 0.03110522 0.547215 0.3922229 0.02938699 6.98079e-5 0.007306218 0.2385619 0.6457379 0.1081684 2.25499e-4 0.3113664 0.373 0.3156335 0.3012837 0.3675687 0.3226087 0.008538782 0.292443 0.3573962 0.341582 0.008578598 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 0.9589144 0.0410856 0.7990804 0.1997701 0.001149475 0.497477 0.497477 0.00504589 0.1663095 0.6652383 0.1663095 0.002142608 0.4956755 0.4956755 0.00864911 0.1666666 0.1666666 0.6666667 0.5 0.5 1 0.6214848 0.3160845 0.06243073 0.9496477 0.05035227 0.03254097 0.9483765 0.01908254 0.7990804 0.1997701 0.001149475 0.7978458 0.1994614 0.002692759 0.4976706 0.4976706 0.004658758 0.4940949 0.4940949 0.0118103 0.1663205 0.665282 0.1663205 0.002076983 0.1663205 0.665282 0.1663205 0.002076983 0.4957696 0.4957696 0.008460819 0.4956755 0.4956755 0.00864911 0.1666666 0.1666666 0.6666667 0.1666666 0.1666666 0.6666667 0.1666666 0.1666666 0.6666667 0.5 0.5 0.5 0.5 0.5 0.5 1 1 0.04204553 0.9579545 0.5870087 0.330011 0.08298033 0.3767796 0.4032518 0.2199686 0.5405198 0.3856415 0.07383871 0.5006196 0.4537242 0.04565626 0.4987922 0.4021049 0.09904736 5.55356e-5 0.5338755 0.4085034 0.05762106 1 1 0.3573662 0.4540591 0.1885113 6.34602e-5 0.3364037 0.4169126 0.2464184 2.65274e-4 0.5151988 0.3639371 0.1208641 0.3426403 0.4373567 0.2200031 0.194536 0.7495455 0.05591839 0.3248401 0.5925437 0.08261615 0.3846853 0.6153146 0.3007 0.6993001 0.4501869 0.4018778 0.1479352 0.5396847 0.2679559 0.1923593 0.6293221 0.3706779 0.615434 0.3653662 0.01919972 0.596858 0.3339756 0.06916642 0.6201436 0.3798564 0.5672709 0.4327291 0.6373218 0.3395563 0.02312183 0.6323807 0.3676193 0.6378878 0.1882078 0.1739043 0.6158667 0.177388 0.2067453 1 1 0.2559614 0.7440386 0.1365386 0.8634614 1 1 0.7890639 0.2109361 1 0.2 0.8 0.2 0.8 0.2073596 0.7926403 0.1171277 0.4685108 0.4143615 0.1111111 0.4444444 0.4444444 0.1111111 0.4444444 0.4444444 0.1111111 0.4444444 0.4444444 0.1111111 0.4444444 0.4444444 0.1128299 0.43585 0.4513199 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 0.5 0.5 1 1 0.5 0.5 0.5 0.5 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.2208263 0.7791737 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5591241 0.4408758 0.9134843 0.0865156 1 1 0.1778173 0.1505423 0.6716403 0.2346274 0.02874594 0.7366266 0.6099851 0.3900149 0.9057731 0.09422689 1 0.5195609 0.4804391 1 1 0.9252513 0.07474863 0.1052355 0.8947646 1 0.2 0.8 0.1866232 0.7464928 0.06688398 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 0.44486 0.3729365 0.1822035 1 0.7812456 0.1021665 0.1165879 0.2330018 0.7669981 1 0.2 0.8 0.2086373 0.7913627 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1851366 0.8148634 1 0.2 0.8 0.1894879 0.0525605 0.7579516 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4062814 0.3585796 0.235139 1 1 0.4829565 0.5170435 0.0125311 0.987469 0.1212174 0.8787825 0.09955233 0.9004477 0.6465664 0.3534336 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.6642096 0.3357904 0.8635581 0.1066889 0.02975308 0.9323928 0.0676071 0.9543743 0.03656792 0.009057819 0.7245557 0.1398996 0.1355445 0.5517821 0.4377455 0.01047241 0.7083201 0.1509147 0.1407652 0.7363443 0.199982 0.06367373 0.6584609 0.2962362 0.04530286 0.9870036 0.01299637 0.02088665 0.6047884 0.1925362 0.02613025 6.38777e-6 0.1556521 0.7852184 0.1834467 0.03133481 0.7405503 0.1477135 0.1117361 0.7174035 0.2648183 0.01777809 0.7630928 0.2183923 0.01851493 0.5845372 0.4004215 0.01504129 0.5332328 0.4367217 0.0300455 0.2999511 0.2680606 0.1320373 0.2999511 0.9825167 0.001841306 0.01564192 9.99219e-7 0.9155526 0.08088803 0.001019299 0.002539098 0.8487771 0.1512229 0.9999112 8.88448e-5 0.7502637 0.2347915 0.01494467 0.6031296 0.03725206 0.3596183 0.5235959 0.4716983 0.004705727 0.9568862 0.0431137 0.63441 0.2305783 0.1350116 1 0.9506226 0.04072177 0.008655548 0.7626168 0.2373831 0.6590744 0.3409256 0.7377272 0.2622728 0.8465608 0.1534391 0.5 0.5 0.7403299 0.2143646 0.04221802 0.003087401 0.9992843 7.15716e-4 0.6559486 0.3440513 1 0.9138406 0.05436134 0.03179794 0.5089078 0.112259 0.3788332 0.5048176 0.4951823 0.5 0.5 0.5060999 0.07681387 0.4170861 0.4932865 0.08416676 0.4225467 0.4914476 0.09932857 0.4092239 0.5147773 0.1088171 0.3764057 0.9939655 0.006034493 0.5961602 0.1159896 0.2878501 0.5696754 0.1082277 0.3220969 0.5728635 0.1102957 0.3168408 0.5760059 0.1174865 0.3065075 0.2210861 0.1989002 9.18733e-4 0.2447871 0.08786284 0.09274089 0.1537039 0.5548266 0.09204965 0.1874803 9.99876e-7 0.0030815 0.1493163 0.0132445 0.6060906 4.74098e-6 0.2980239 0.0958808 0.7528908 0.0182693 0.1896479 0.03919196 0.7100062 0.2381702 0.05182349 0.6625619 0.2390457 0.006820201 0.09157216 0.5628663 0.3977704 0.01133632 0.02802699 0.5855288 0.3709934 0.02542495 0.01805281 0.5554316 0.3694539 0.07337957 0.001734852 0.4587406 0.3449298 0.1963295 0.5314264 0.3157921 0.1527815 0.5657062 0.03454059 0.005553841 0.2369647 0.1572344 0.5752843 0.4162047 0.008510947 0.690709 1.95119e-4 0.2941334 0.01496243 0.1944555 0.1780131 0.08776992 0.2101251 0.02072995 0.01837682 0.2905294 0.5 0.5 0.7741577 0.2258424 0.5022156 0.4977843 0.7241104 0.2758896 0.5 0.5 0.5 0.5 1 0.5 0.5 0.007683157 0.3795061 0.1132806 0.06412547 1.17664e-4 0.4352869 0.571444 0.3956511 0.007502555 0.0254023 0.5226072 0.4631778 0.01421505 0.4861278 0.4804022 0.03346991 0.4606521 0.4606521 0.07869583 0.3564212 0.3564212 0.2871577 0.008863449 0.4636746 0.1324347 0.06327861 2.19622e-6 0.3317463 0.432074 0.432074 0.1358519 0.00664252 0.3558944 0.093391 0.2139356 4.01338e-4 1.97348e-4 0.3295377 0.2391054 0.1376231 0.05851614 0.2584661 4.32071e-4 0.3058571 0.381824 0.008580386 0.004855513 0.2975495 0.3071905 0.5646126 0.4342803 0.001107037 0.5369347 0.4084056 0.05465966 0.005932629 0.2932034 0.06701302 0.2925814 4.94909e-5 0.34122 0.2938031 0.1345643 0.07495588 0.2014541 0.01265573 0.01860415 0.2639626 0.1634512 0.2293461 0.06930053 0.2162671 0.001482963 4.31724e-4 0.3197201 1 0.5 0.5 0.8240327 0.1759673 0.5 0.5 1 0.5 0.5 0.5 0.5 0.5 0.5 0.3827798 0.09833443 0.1361059 0.3827798 0.4685965 0.2535982 0.2778053 0.4696764 0.1471427 0.04961985 0.333561 0.1629337 0.2047371 0.1146996 0.1816149 0.0166378 0.008001267 0.3113755 0.04256606 0.3078492 0.09214442 0.2457382 0.002266764 0.3094353 0.01019036 0.3688822 0.1182079 0.2482075 2.97642e-4 5.1889e-4 0.2536954 0.5146417 0.2750688 0.2102895 0.7459878 0.1692616 0.08475053 0.02326577 0.6706501 0.09979236 0.03034275 2.9126e-4 0.005739152 0.003990709 0.1659279 0.7443155 0.1988181 0.01033657 0.04652976 7.85311e-4 0.8851978 0.04345965 0.002028703 0.004885911 0.0636425 0.6945459 0.2090595 0.09639453 0.5515679 0.1894434 0.2589886 0.5866271 0.1449348 8.45588e-6 9.06937e-5 0.2683388 0.8932637 0.08229213 0.0244441 0.7880603 0.1532658 0.05867385 0.8848263 0.09046304 0.02471071 0.9755324 0.02305895 0.001408576 0.5212568 0.01570129 0.4630419 0.8435021 0.1244786 0.03201937 0.8033319 0.1349105 0.0617575 0.8228573 0.1661852 0.01095759 0.6769936 4.14236e-4 0.3091385 0.0134536 0.6148245 0.01197028 0.2899337 0.001753449 0.08151799 0.592329 0.001112937 0.3636134 0.04294455 0.5251933 5.74062e-4 0.44635 0.02788251 0.4634722 0.1206897 0.03557437 0.1508579 0.002599716 0.04573303 0.181073 0.7311777 2.25886e-4 0.2657685 0.002827882 0.4407526 0.3850853 0.174162 0.6567533 0.1297643 0.2134823 0.3636737 0.419051 0.2172752 0.1275379 0.2394006 9.03057e-4 0.08255481 0.0612635 0.1896761 0.2577543 0.04090976 0.02201509 0.2864596 0.001117765 0.184591 0.06810909 0.1969311 0.1520454 0.08873063 0.04220753 0.3666766 8.36906e-4 0.1110488 0.04139494 0.2163857 0.1157026 0.1057467 0.03000068 0.6455255 8.8706e-7 0.03283327 0.1401224 0.006988823 0.1445283 3.31867e-4 0.7698303 0.0908252 0.1390126 0.2618758 6.67933e-4 0.3615344 0.3759219 0.2343347 6.20818e-4 0.3026406 0.4624037 0.2546282 0.4072962 0.3380756 8.06894e-6 0.2582246 0.01643562 0.619555 0.1057767 0.01221144 0.2653883 0.002031266 0.0117315 0.4904767 0.2181607 0.2091109 0.06785255 0.6792275 0.04380911 0.2727715 8.74378e-4 0.2454249 0.4809292 0.1749224 0.07250326 0.5345242 0.2102683 0.007781684 0.04130405 0.06943207 0.6589545 0.2261793 0.004130065 0.1758394 0.1592169 0.4321115 0.2266929 0.006139099 0.03450471 0.05816602 0.6569746 0.2206776 0.02967709 0.06953477 0.02641481 0.6578496 0.1935614 0.05263924 0.06002676 0.06367766 0.6489841 0.2205859 0.006725311 0.06737369 0.06452447 0.6446071 0.2232189 2.75712e-4 0.08017688 0.0641632 0.6360387 0.2178294 0.001791715 0.02121955 0.1977179 0.6453731 0.1348108 8.78583e-4 0.2139394 0.6787089 0.1065406 8.10925e-4 0.009294152 0.1983136 0.63591 0.1562328 2.49386e-4 0.002224087 0.1988064 0.7434996 0.05468606 7.83839e-4 0.1863317 0.7298828 0.08306109 7.2437e-4 0.2000194 0.7045547 0.09464758 7.78242e-4 0.2080338 0.6916778 0.09948557 8.02877e-4 0.3430281 0.3850132 0.2719586 0.2917633 0.396591 0.3116457 0.2578991 0.3583358 0.3837651 0.1655008 0.199875 0.5819828 0.05264139 0.1642056 0.1645637 0.4600801 0.2056761 0.005474448 0.3683316 0.3444879 0.2871806 0.3376682 0.37572 0.2866118 0.03772532 0.6798673 0.2824073 0.02663576 0.03614825 0.5142767 0.3287495 0.0941897 0.282305 8.975e-4 0.1176424 0.5991551 0.006645023 0.7958601 0.05724972 0.01740729 0.007299065 0.003309547 0.004578888 0.1076502 0.5392879 0.1753268 0.02743363 0.2579516 0.00562191 0.4483264 0.1238983 0.1368441 1.81295e-4 0.2851278 0.5404368 0.2372172 0.222346 0.6336419 0.2041556 0.1622023 0.6836313 0.1745014 0.002976536 0.001334369 0.1375564 0.02171921 0.5747689 4.6119e-4 0.003513276 0.04418188 0.2236949 0.01083886 0.1208215 0.001774728 0.7659657 0.05862116 0.1525038 1.60274e-6 0.02113282 0.4934588 5.43739e-4 0.08792638 0.418071 0.03875899 0.4859212 0.1015646 0.1560668 0.003627479 0.214061 0.2030478 0.4474775 0.1054878 0.004541933 0.01131546 0.06226581 0.002435803 0.1634277 0.4921478 0.1873331 0.01240158 0.3081176 0.5929935 0.2256726 0.1813338 0.6024367 3.00637e-4 0.09031063 0.306952 0.2197149 0.3510673 0.0587123 0.08019739 0.01927387 0.1137145 0.05795603 0.09936368 0.8524406 0.1346243 0.001686096 3.7971e-5 0.01121103 0.6101202 0.3628978 0.02698194 0.7232493 0.2112436 0.00723946 0.05826753 0.862432 0.1011742 0.03639376 0.7202849 0.2446451 0.03507 0.7019906 0.192409 0.1056004 0.5001121 0.3843591 0.1155288 0.8720536 0.1114262 1.38303e-4 0.001188695 0.01519304 0.7603689 0.1579203 0.01121628 0.07049447 0.6782303 0.1844677 0.137302 0.5340908 0.3979577 0.0679515 0.8036448 0.1345735 0.06178158 0.6688607 0.298573 0.03256618 0.5796724 0.4087809 0.01154661 0.6112666 0.3617006 0.02703267 0.65847 0.2962263 0.04530352 0.7879336 0.153402 0.05866444 0.788091 0.1532328 0.05867612 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.6100444 0.3629769 0.02697861 0.5686921 0.41998 0.01132792 0.6672378 0.300275 0.03248715 0.7880603 0.1532658 0.05867385 0.08092409 0.6391081 0.2788754 0.001092433 0.7668424 0.2331576 1 0.6868851 0.09829103 0.2148238 1 0.8978873 0.1021127 0.7653189 0.2346811 0.9180918 0.08190816 1 0.6283084 0.1450038 0.2266878 0.6637097 0.1345983 0.2016919 0.6366525 0.1263917 0.2369557 0.6423457 0.1265503 0.2311039 0.005007982 0.1035546 0.5017436 0.09414374 0.105746 0.189804 0.1484586 0.7927631 0.05877834 0.799988 0.1996701 3.41874e-4 0.038235 0.05018591 0.8178726 0.09370636 0.01681488 0.06431514 0.8896967 0.02917331 0.8159372 0.1840627 0.01120615 0.004715323 0.4713075 0.4287316 0.08403944 0.00211507 0.01121866 0.01794111 0.4584063 0.4205319 0.08978688 0.4763656 0.5216937 0.001940846 0.4562438 0.4945663 0.04918986 0.4592953 0.4610999 0.0796048 0.03777903 0.4715443 0.3220341 0.01798427 0.1506583 0.05741584 0.1889715 0.4132826 0.1747496 0.1655803 0.09512567 0.2087054 0.5557575 0.1404113 0.1941419 0.1660383 0.2001734 0.3339856 0.1056606 0.1106749 0.3384269 0.4580878 0.01701444 0.07579588 0.03295344 0.3033316 0.2622854 0.4014294 0.08599162 0.2481943 0.5479146 0.1178993 0.003356516 0.1669433 0.1311486 0.4443853 0.1106921 0.1434742 0.1592285 0.1050389 0.4803512 0.1040582 0.1513232 0.3179992 0.008875608 0.4962159 0.15429 0.02261924 0.7270844 0.1476503 0.1252654 0.7065455 0.1664099 0.1270446 0.5272162 0.08498746 0.3877963 0.5661534 0.1170525 0.3167942 0.5821911 0.1119386 0.3058703 0.5808362 0.1151512 0.3040126 0.664363 0.2312774 0.003419339 0.1009403 0.5949769 0.3925635 0.003905773 0.008553683 0.6259962 0.1256132 0.2483906 0.6611402 0.141417 0.1974428 0.02814304 0.9718569 0.9989312 0.00106877 0.9548414 0.04515856 0.01233989 0.9875206 1.39553e-4 1.24705e-5 0.9991027 8.84927e-4 0.001907825 0.9702925 0.02779966 1 0.9950467 0.004953324 1 0.00319761 0.9925016 0.004300713 1 1 1 0.9903289 0.009671211 0.9208937 0.07618689 0.002919375 1 0.9123126 0.08768731 0.006930589 0.9900541 0.002475023 5.40275e-4 0.9999927 7.32324e-6 0.9922501 0.007749974 0.9878597 0.01214027 0.9807783 0.004385054 0.01483649 0.5396004 0.4603996 0.5121774 0.4878226 0.4552598 0.5447402 0.5253616 0.4746384 0.4770095 0.5229905 0.5689629 0.431037 0.527505 0.4724949 0.523159 0.476841 0.1204703 0.8795297 0.1655989 0.834401 0.2064155 0.7935844 0.1903613 0.8090265 6.12269e-4 0.2103106 0.7896893 0.2168602 0.7831398 0.1169952 0.8830048 0.1657095 0.8342905 0.9269334 0.07306665 0.9434251 0.056575 0.9315638 0.0684362 0.9413244 0.05867558 0.9219038 0.07809621 0.9211378 0.07886224 0.9187452 0.08125472 0.9311435 0.06885641 0.5506629 0.4490641 2.73063e-4 0.5426113 0.4573887 0.5334464 0.4665536 0.5149078 0.4850922 0.1500964 0.7698566 0.08004707 0.1529806 0.7455319 0.1014875 0.007651388 0.2126811 0.6632878 0.1163796 0.3068321 0.5521448 0.141023 0.1704076 0.695403 0.1341084 8.09376e-5 0.913468 0.0605545 0.02597749 0.1399465 0.02037447 0.839679 0.01527446 0.1838785 0.3425142 0.4043282 0.05400472 0.2409684 0.2862874 0.4467046 0.0260396 0.9807523 0.01924771 1 0.01724278 0.2630617 0.2038085 0.436418 0.00374633 0.07572251 0.1916242 0.4036756 0.1950673 0.1906118 0.00567311 0.01334774 1 1 0.7658556 0.2341444 0.7793519 0.2206481 0.8311751 0.1688249 0.9267042 0.07329577 0.9832506 0.01674944 0.8740198 0.1259803 1 0.9930407 0.006959319 0.8402682 0.1592368 4.95016e-4 0.8198603 0.1801397 0.4845721 0.5154279 0.3848123 0.6151877 0.4379983 0.5620017 0.426002 0.5070214 0.0669766 0.07679599 0.923204 0.4948614 0.5051386 0.4978623 0.5021376 0.4985076 0.5014925 0.005576074 0.3283751 0.3330244 0.3330244 0.00121504 0.3284973 0.3351438 0.3351438 0.009779453 0.3300735 0.3300735 0.3300735 0.3333333 0.3333333 0.3333333 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.545439 0.454561 0.5 0.5 0.5 0.5 0.5023447 0.4976553 1 1 1 1 1 1 1 1 1 1 1 1 0.08350014 0.9164999 0.08192807 0.9180719 0.05371713 0.9462828 0.7873862 0.1678985 0.04471528 1 1 0.5 0.5 0.5 0.5 1 1 0.5 0.5 0.5 0.5 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.08937358 0.9006506 0.00997585 0.02356308 0.9571556 0.01928132 0.1072259 0.8877978 0.004976093 0.06671315 0.9101387 0.02314811 0.08981072 0.8850224 0.0251668 0.130001 0.8631611 0.006837785 0.06163513 0.9303651 0.007999658 0.05870962 0.9314 0.009890377 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9751434 0.02485656 1 1 0.03504061 0.9649594 0.01829808 0.9817019 0.05110526 0.9488947 0.003134548 0.9968655 0.0348643 0.9651357 0.05840027 0.9415997 0.4666667 0.5333334 0.2348087 0.7651913 0.05730128 0.9426987 0.1176471 0.882353 0.3946587 0.6053412 0.4073213 0.5926787 0.007782101 0.9922179 1 0.312205 0.6877951 0.4455015 0.5544985 1 1 0.02412909 0.9663965 0.009474456 0.4489891 0.5510109 0.5880657 0.4119343 0.03955727 0.9155622 0.04488044 0.5 0.5 0.6538462 0.3461539 0.009708702 0.9902913 0.4666667 0.5333334 0.5362776 0.4637224 1 0.4304857 0.5695142 0.5952728 0.4047272 1 0.375 0.625 0.5333334 0.4666667 1 0.4078374 0.5921626 0.5214724 0.4785276 1 1 1 1 0.6666667 0.3333333 0.6292412 0.3707588 1 1 1 1 0.7765512 0.2234488 0.730136 0.269864 1 1 1 1 0.5800745 0.4199255 0.5976568 0.4023432 0.02162301 0.6522513 0.3261256 0.04976975 0.9502303 0.05472093 0.945279 0.02188593 0.71009 0.2680242 0.05066549 0.9493345 0.05496239 0.9450377 0.02269959 0.5570964 0.4202041 0.05842953 0.9415704 0.07233089 0.9276691 0.02071702 0.5851603 0.2478326 0.1462901 0.05617129 0.9438287 0.05431741 0.9456825 0.8906075 0.1093925 0.9237985 0.07620143 0.9334232 0.06657677 0.9443335 0.05566644 0.02359354 0.9583928 0.01801365 0.1187341 0.8812659 0.08960849 0.9030179 0.00737369 0.1655989 0.834401 0.4464297 0.5535703 0.3398079 0.6601921 0.3587168 0.6412831 0.1264919 0.873508 0.208749 0.791251 0.9573107 0.04268926 0.9268251 0.07317489 0.5401474 0.4598526 0.38445 0.6155501 0.01270335 0.4766218 0.4835904 0.02708435 0.01423907 0.4928804 0.4928804 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 0.04635739 0.9468631 0.006779432 0.07504975 0.9123914 0.01255875 0.08874851 0.9112515 1 0.06743186 0.8770753 0.05549287 0.5 0.5 1 0.3996469 0.6003531 0.5 0.5 1 0.5241521 0.4758479 1 1 0.01601117 0.5118657 0.3721063 0.08757549 0.01244109 0.05020636 0.9087825 0.04101109 0.04139328 0.8529319 0.01915347 0.08652138 0.2347012 0.7652987 0.3290132 0.6709868 0.1803343 0.8196656 0.4056921 0.594308 0.1782119 0.8217881 0.9721509 0.02784907 0.9250763 0.07492381 0.5524867 0.4475134 0.4576171 0.542383 0.003180563 0.4923273 0.5044921 0.4986538 0.5013462 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5428594 0.4571405 1 1 0.09910303 0.9008969 0.09726965 0.8970788 0.005651414 0.08362936 0.9163706 1 0.03892958 0.9610704 0.5 0.5 1 0.5 0.5 0.5616739 0.438326 1 0.5728778 0.4271222 1 1 0.01928788 0.5310608 0.4496513 0.05591678 0.9440832 0.05432546 0.9456745 0.259341 0.7406589 0.2976318 0.7023683 0.3417755 0.6582245 0.3578236 0.6421764 0.1468045 0.8531955 0.9294482 0.07055181 0.5429804 0.4570195 0.4190024 0.5809977 0.005266368 0.4928843 0.5018492 0.5 0.5 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 0.09458017 0.9054199 1 0.06030708 0.9329541 0.006738841 1 0.06038469 0.9396153 0.5 0.5 1 0.5 0.5 0.5115346 0.4884654 1 0.5828571 0.4171428 1 1 0.01970988 0.6314467 0.3488433 0.05451518 0.9454847 0.05273479 0.9472652 0.8982279 0.101772 0.3186654 0.6813346 0.0583139 0.941686 0.155988 0.8440119 0.423468 0.576532 0.4446811 0.5553189 0.3731979 0.6268022 0.4100058 0.5899943 0.2491892 0.7508108 0.2228447 0.7771553 0.3320407 0.6679593 0.3247528 0.6752471 0.9215423 0.07845759 0.0456807 0.9003034 0.05401581 0.5996147 0.3996631 7.22205e-4 0.004117071 0.2768005 0.5211977 0.1978847 0.02034735 0.8233362 0.07287025 0.08344614 0.9388747 0.06112533 0.3059886 0.693765 2.46395e-4 0.8146678 0.108223 0.07710921 0.01938843 0.9179581 0.05782282 0.004830598 0.02311468 0.9111164 0.06576889 0.02388614 0.9415252 0.03458863 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.002233982 0.1998074 0.6234193 0.1407274 0.01365983 0.006492078 0.01365983 0.7868776 0.06557095 0.1475514 0.01099526 0.7796558 0.14712 0.06222885 0.001841485 0.5685287 0.4296297 3.17459e-5 0.5510959 0.4488723 0.13647 0.3921191 0.4714109 0.0873723 0.590569 0.3216749 3.83829e-4 0.07568031 0.3086778 0.6156418 0.00725156 0.4586567 0.5340916 0.5112918 0.4887083 0.001273572 0.2493312 0.7493953 2.01687e-4 0.2061094 0.7936888 0.2837535 0.7162466 0.450636 0.549364 0.06285333 0.1615029 0.7756437 0.07280158 0.3610087 0.5640291 0.002160668 0.01727467 0.196545 0.7861802 0.006841659 0.1968546 0.7963037 0.04897809 0.252965 0.6980568 0.03365868 0.9663413 0.9962799 0.003720045 0.99593 0.004070043 0.09074598 0.909254 0.1774468 0.8225031 5.0135e-5 0.03665041 0.961063 0.002286553 0.2275984 0.7702864 0.00211507 0.1185968 0.8790823 0.002320885 0.9982214 0.001778602 0.08565545 0.9068793 0.007465183 1 0.1298946 0.7619679 0.001990437 0.1061469 0.1873733 0.6855005 0.00215727 0.1249688 0.1787779 0.8189858 0.002236306 0.1250348 0.7791288 0.001168608 0.09466767 0.001336395 0.7029849 0.06281483 0.2328637 8.81097e-4 0.6577884 0.04153692 0.2997935 0.6686419 0.331358 0.7156398 0.2280569 0.05630332 0.5763229 0.103426 0.3202511 0.5130681 0.09257358 0.3943583 0 0.5855659 0.1019 0.3104542 0.002079784 0.5323459 0.09153455 0.3755753 5.44332e-4 0.38517 0.1440172 6.14901e-5 0.470597 1.54202e-4 0.5571421 0.1062435 0.3359123 7.02003e-4 0.3988797 0.1561878 1.78495e-4 0.4443984 3.55582e-4 0.4935442 0.157367 2.85929e-4 0.348803 0.2090148 0.3279861 1.83716e-4 0.4628153 0.1550103 0.3788864 0.4661032 0.2133025 0.3353478 2.47741e-4 0.451102 0.2172757 0.334452 3.50622e-4 0.4479216 0.1026406 0.4142468 0.4831126 0.1195113 0.4387982 4.32876e-4 0.4412575 0.08114922 0.3396202 0.5792305 0.09707522 0.3664452 0.004362285 0.5321173 0.6961512 0.2564474 0.04740142 0.8787724 0.1168166 0.004410922 0.7756103 0.2222133 0.002176344 0.804892 0.1896065 0.005501508 0.8711809 0.04870665 0.07873696 0.001375436 0.1687463 0.4257892 0.4054644 0.1428338 0.3701232 3.41921e-4 0.4867011 0.1515062 0.3947399 3.73652e-4 0.4533804 0.1660375 0.3964917 8.34573e-4 0.4366361 0.7426595 0.149887 0.1074535 0.840662 0.1539088 0.005429089 0.5202258 0.4793131 4.61162e-4 0.3985646 0.6014354 0.263182 0.7366649 1.53165e-4 0.2902466 0.7091694 5.8399e-4 0.6793887 0.3206113 0.4987184 0.393586 0.1064673 0.001228153 0.2456777 0.4254162 0.3273595 0.001546561 0.2825706 0.3754693 0.3407363 0.001223623 0.4341403 0.287019 0.2778553 9.85406e-4 0.6642917 0.1763104 0.1593979 0.4959426 0.5040574 0.2156824 0.7843176 0.05739033 0.9426096 0.1138394 0.699541 0.00183773 0.1847817 0.6463751 0.05325067 0.3003743 0.05192875 0.9012251 0.04684609 0.03025835 0.9252751 0.04446655 0.157031 0.842969 1 1 1 0.989468 0.01053202 0.9747111 0.02528882 1 0.9539461 0.04605388 0.9518156 0.04818433 1 0.5665591 0.4295467 0.00389415 0.6277336 0.3563799 0.01588654 0.629725 0.3638694 0.006405532 0.5926899 0.4073101 0.5953143 0.4037685 9.17133e-4 0.6654868 0.3345132 0.4887284 0.4285285 0.0827431 0.4633864 0.3638867 0.1727269 0.5053651 0.3525702 0.1420648 0.4068578 0.5015723 0.09156984 0.2411372 0.7588627 0.2129386 0.7073664 0.0796951 0.353872 0.6461281 0.2927377 0.7072622 0.4923588 0.407819 0.09982216 0.5043541 0.4956458 0.469597 0.3393886 0.1910144 0.5176417 0.3828856 0.09947258 0.5217702 0.2965834 0.1816464 0.3851343 0.560317 0.0545485 0.1255257 0.8744742 0.180312 0.819688 0.003091096 0.1407689 0.1757646 0.3272531 0.2072225 0.1458997 0.02232813 0.3666386 0.1309356 0.4384891 0.04160845 0.0549193 0.6694651 0.01469612 0.2609194 0.01655507 0.6725485 0.05626767 0.2546287 0.05547761 0.7236021 0.02036225 0.200558 0.005697131 0.8005455 0.061167 0.1325903 0.581633 0.2461418 0.1722252 0.5784466 0.2107081 0.2108452 0.5632385 0.2288399 0.2079216 0.04858082 0.6429934 0.01681262 0.2916132 0.5058011 0.2955304 0.1986684 0.4886294 0.2681312 0.2432394 0.04380685 0.6656751 0.001625359 0.2888926 0.03414577 0.7690952 0.01178288 0.1849762 1 1 1 1 1 1 0.5 0.5 1 1 1 0.5 0.5 0.5 0.5 0.002425611 0.7481808 0.2493936 1 0.681934 0.318066 0.3333333 0.6666667 1 1 1 1 1 0.3333333 0.6666667 0.2 0.8 0.4826266 0.2926975 0.2246757 0.03356361 0.7248273 0.241609 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5665591 0.4295467 0.00389415 0.629725 0.3638694 0.006405532 0.6277336 0.3563799 0.01588654 0.5338755 0.4085034 0.05762106 0.5006196 0.4537242 0.04565626 0.4984055 0.4017932 0.09897059 8.30637e-4 0.4986663 0.3935449 0.1064562 0.00133264 0.5405198 0.3856415 0.07383871 0.5405198 0.3856415 0.07383871 0.5006196 0.4537242 0.04565626 0.4988198 0.4021272 0.09905284 0.5338755 0.4085034 0.05762106 0.4993317 0.39407 0.1065983 0.5665591 0.4295467 0.00389415 0.6277336 0.3563799 0.01588654 0.629725 0.3638694 0.006405532 0.629725 0.3638694 0.006405532 0.6277336 0.3563799 0.01588654 0.5665591 0.4295467 0.00389415 0.4993317 0.39407 0.1065983 0.4988198 0.4021272 0.09905284 0.5006196 0.4537242 0.04565626 0.5405198 0.3856415 0.07383871 1 1 1 0.2357377 0.7642623 0.4537454 0.5462546 0.01997363 0.9800264 1 1 0.2572293 0.7427707 1 1 1 0.5 0.5 0.01451921 0.4927403 0.4927403 0.008464574 0.2763072 0.0782054 0.387847 0.2491757 0.5199849 0.4800151 0.2191832 0.7808167 0.02198302 0.978017 0.2656179 0.7343822 0.1676732 0.8323268 0.02642166 0.9735783 1 1 1 1 0.1783857 0.8216143 0.1130899 0.88691 0.1170096 0.8829904 0.2143326 0.7856674 0.210928 0.7890719 0.2600102 0.7399898 1 0.005171298 0.9948287 0.001257836 0.9987422 1 1 1 0.0220831 0.4889584 0.4889584 0.009751617 0.4951242 0.4951242 0.001466989 0.4992665 0.4992665 0.5 0.5 0.5 0.5 0.01509261 0.4924537 0.4924537 0.1976347 0.4779801 0.3243851 0.2664682 0.4670636 0.2664682 0.1398708 0.6168581 0.2432711 0.004447698 0.2126746 0.2157805 0.3405579 0.2265392 0.006183683 0.221345 0.221345 0.3297811 0.221345 0.008469939 0.2546442 0.3743022 0.3625836 0.4447413 0.5552587 0.2090358 0.7909641 0.3061183 0.6938816 0.3365587 0.6634414 0.4923021 0.5076979 0.5396004 0.4603996 0.5396004 0.4603996 0.5137529 0.4862471 0.3888616 0.6111384 0.1755416 0.8212057 0.003252685 0.06711256 0.8912076 0.04167985 0.1187737 0.8753062 0.005920052 0.1139507 0.8797932 0.006255984 0.1480628 0.8473933 0.00454384 0.09317564 0.8831853 0.02363902 0.1458068 0.8494905 0.004702627 0.09068256 0.8854635 0.02385377 0.1458068 0.8494905 0.004702627 0.1480628 0.8473933 0.00454384 0.1139507 0.8797932 0.006255984 0.5465126 0.02889913 0.3073155 1.23942e-7 1.25205e-4 0.1171475 0.5518092 0.4481908 0.5180609 0.4814312 5.07903e-4 0.07316356 0.5787693 0.3241564 0.02391064 0.798017 0.1995042 0.002478718 0.2487862 0.6219654 0.1243931 0.004855334 0.6313515 0.3607723 0.007876217 0.3309293 0.5791264 0.08273231 0.007211923 0.3312633 0.5797107 0.08281582 0.006210148 0.5734063 0.4170228 0.009570956 0.1993161 0.6477774 0.149487 0.003419399 0.08321231 0.3328493 0.5824863 0.001451969 0.04987603 0.5486368 0.3990086 0.00247848 0.04996299 0.5495935 0.3997043 7.39229e-4 0.1590909 0.1818181 0.6590909 0.5 0.5 0.01725345 0.6879226 0.294824 0.4 0.04999995 0.55 0.2626945 0.3152414 0.3820505 0.04001367 0.167733 0.2114558 0.5431064 0.07770472 0.167072 0.1936942 0.4822015 0.1542879 0.002744257 0.1062836 0.1566075 0.5743666 0.1627423 0.2211525 0.2698392 0.4525062 0.05650204 0.1403907 0.1870507 0.5570159 0.1155427 0.0209645 0.4130932 0.5078436 0.05796104 1.37685e-4 0.06075918 0.109154 0.624367 0.2057198 0.0318067 0.07693248 0.6533323 0.2379285 0.3326202 0.3796718 0.2877081 0.3067041 0.3855093 0.3077867 0.2898805 0.3662554 0.3438642 0.3196751 0.3825876 0.2977373 1 1 1 1 1 1 1 1 1 1 1 1 0.7976683 0.1994171 0.002914667 0.4940133 0.4940133 0.01197332 0.1662567 0.6650268 0.1662567 0.002459824 0.1666666 0.1666666 0.6666667 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9945148 0.005485177 1 0.9945148 0.005485177 1 1 1 1 1 1 0.9999172 8.2898e-5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9795045 0.01509302 0.005402386 1 1 1 1 1 1 1 0.9972499 0.002750098 0.9972499 0.002750098 1 1 0.9972499 0.002750098 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9998486 1.51373e-4 0.9999971 2.8537e-6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999802 1.98214e-5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9995117 4.88241e-4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9957026 0.004297375 1 1 0.9970124 0.002987563 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.030303 0.969697 1 1 1 1 0.5517821 0.4377455 0.01047241 0.06152957 0.9384704 0.5300502 0.3785179 0.09143185 1 0.9163535 0.08364641 0.8125948 0.1874051 0.8126518 0.1873483 0.7452708 0.2547292 0.7750759 0.224924 0.8584948 0.1415053 0.8269183 0.1730816 0.8771305 0.1228696 0.817655 0.182345 0.1220783 0.2674971 0.2674971 0.2150467 0.1278806 0.3074787 0.2781874 0.3074787 0.06368124 0.04317384 0.8187654 0.005618929 0.1756156 0.3597037 0.005393087 0.2976809 0.3372222 0.08625334 0.1145552 0.7991914 0.7921683 0.1025975 0.1052341 0.6598761 0.005900919 0.1710329 0.1631899 0.7195767 0.2804233 0.6718261 0.3281739 0.6371536 0.3628464 0.7750461 0.2249539 0.5468556 0.08215206 0.07409375 0.2968985 0.004264652 0.3138051 0.05431991 0.3138051 0.3138051 0.5 0.5 0.502043 0.497957 0.4118883 0.07975989 0.09670597 0.4116458 0.3788372 0.09896373 0.1369695 0.3852295 0.3219544 0.3741979 0.3038477 0.1699533 0.222975 0.504437 0.1026347 0.1786085 0.7142894 0.1068482 2.53814e-4 0.04582017 0.6911 0.2630797 0.2613834 0.2836288 0.2836288 0.171359 0.2468808 0.3012182 0.3012182 0.1506829 0.4698837 0.4698837 0.06023263 0.2872986 0.2693425 0.418009 0.02534985 0.7123761 0.2876239 0.7470079 0.2529922 0.8097127 0.1902874 0.6657963 0.3342037 0.4649882 0.5350118 0.4773252 0.5226749 0.4409044 0.5590956 0.187898 0.8121019 1 0.9163535 0.08364641 0.888716 0.111284 0.8421053 0.1578947 0.8584948 0.1415053 0.9219363 0.07806372 0.8633949 0.136605 1 1 0.9225448 0.0774551 0.8778409 0.1221591 0.8009423 0.1990577 1 1 1 1 0.9640831 0.0359168 1 1 0.9411765 0.05882352 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999013 9.86923e-5 1 1 1 1 1 1 1 1 0.9742121 0.02578794 0.9999849 1.51591e-5 0.8861731 0.1138268 1 1 1 1 1 1 1 1 1 0.96401 0.03599005 0.9922179 0.007782101 1 0.979207 0.02079296 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9999827 1.72323e-5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.956848 0.04315197 1 1 0.9980431 0.001956939 1 1 1 0.9945148 0.005485177 1 1 1 1 1 1 1 1 1 1 0.8031221 0.1351115 0.06176638 0.6584609 0.2962362 0.04530286 0.7880603 0.1532658 0.05867385 0.8036862 0.134529 0.06178474 0.6100152 0.3629595 0.02702528 0.5686526 0.4199508 0.01139658 0.6672378 0.300275 0.03248715 0.8036862 0.134529 0.06178474 0.6672378 0.300275 0.03248715 0.5686921 0.41998 0.01132792 0.6100444 0.3629769 0.02697861 0.6584609 0.2962362 0.04530286 0.7880603 0.1532658 0.05867385 0.7880603 0.1532658 0.05867385 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.6100444 0.3629769 0.02697861 0.5686921 0.41998 0.01132792 0.6672378 0.300275 0.03248715 1 1 1 0.8817829 0.003942668 0.1142744 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7753396 0.05020898 0.1744514 1 0.5 0.5 0.8677158 0.1322841 1 0.5 0.5 0.5 0.5 0.5 0.5 0.4506557 0.2913062 0.01945549 0.2385824 1 1 1.68372e-6 0.9999983 1 7.13234e-4 0.4996434 0.4996434 0.9602446 0.03975534 1 0.939181 0.06081891 0.5670757 0.2194175 0.02448153 0.1890252 1 1 1 6.50773e-6 0.005476713 0.9945167 0.04074937 0.02151799 0.9377326 1 0.5 0.5 1 1.0175e-4 0.9998982 1 1 0.9528784 0.04600137 0.00112015 0.001619875 2.00092e-4 0.9981799 2.06754e-5 0.9999794 1 0.5 0.5 1 1 0.7361606 0.2532457 0.01059371 0.7880603 0.1532658 0.05867385 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.6100444 0.3629769 0.02697861 0.5686921 0.41998 0.01132792 0.6672378 0.300275 0.03248715 0.8641954 0.1358046 0.7026531 0.297347 0.8966839 0.1033161 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.6277336 0.3563799 0.01588654 0.4993317 0.39407 0.1065983 0.4988198 0.4021272 0.09905284 0.5006196 0.4537242 0.04565626 0.5405198 0.3856415 0.07383871 0.5665591 0.4295467 0.00389415 0.6277336 0.3563799 0.01588654 0.5338755 0.4085034 0.05762106 0.5006196 0.4537242 0.04565626 0.4988198 0.4021272 0.09905284 0.4993317 0.39407 0.1065983 0.5405198 0.3856415 0.07383871 0.6215468 0.3711752 0.007277905 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5396004 0.4603996 0.4457556 0.5542445 0.3888616 0.6111384 0.3135818 0.6864182 0.5131685 0.4868315 0.4988679 0.5011321 0.4713664 0.5286336 0.4664675 0.5335325 0.002747058 0.4764137 0.5208393 0.4138081 0.5861918 0.02424949 0.490674 0.4850765 0.1480628 0.8473933 0.00454384 0.1187737 0.8753062 0.005920052 0.130001 0.8631611 0.006837785 0.1755416 0.8212057 0.003252685 0.1187737 0.8753062 0.005920052 0.130001 0.8631611 0.006837785 0.1139507 0.8797932 0.006255984 0.1480628 0.8473933 0.00454384 0.1755416 0.8212057 0.003252685 0.1458068 0.8494905 0.004702627 0.5584348 0.3809718 0.06059336 0.5549547 0.3836501 0.06139522 0.5528732 0.4064707 0.04065614 0.194126 0.001703083 0.8041709 0.1387814 8.28657e-4 0.8603899 0.1492165 0.001870572 0.848913 0.797757 0.1994392 0.002803683 0.4955456 0.4955456 0.008908808 0.149685 0.6486353 0.1995801 0.002099514 0.5 0.5 0.08321231 0.3328493 0.5824863 0.001451969 0.1666666 0.1666666 0.6666667 0.5 0.5 0.5 0.5 0.167733 0.2114558 0.5431064 0.07770472 0.167072 0.1936942 0.4822015 0.1542879 0.002744257 0.1062836 0.1566075 0.5743666 0.1627423 0.1401025 0.1772402 0.5230917 0.1580388 0.001526713 0.0318067 0.07693248 0.6533323 0.2379285 0.001925051 0.1175033 0.5808913 0.2969672 0.00158447 0.001128494 0.007306218 0.2385619 0.6457379 0.1081684 2.25499e-4 0.295264 0.3476442 0.3390699 0.01802194 0.3012837 0.3675687 0.3226087 0.008538782 0.5 0.5 1 0 1 1 1 0.5 0.5 1 0.5 0.5 1 0.08014875 0.9198513 1 0.1765039 0.2721088 0.2721088 0.1867413 0.09253698 0.7050995 0.2949005 0.002029538 0.9979704 0.001736581 0.9982634 0.0036664 2.01855e-4 0.001755118 8.37892e-4 0.9935388 8.4263e-4 0.9991574 0.002029538 0.9979704 0.001736581 0.9982634 0.3125359 0.3125359 0.25248 0.1224482 0.6052216 0.3947785 0.5862069 0.4137931 0.2 0.8 1 0.8208582 0.1791418 1 1 1 1 0.5402542 0.3177966 0.1419491 0.7222951 0.2264453 0.05125963 1 0.9484247 0.0515753 1 1 0.6348218 0.2655982 0.09957987 0.2413414 0.001501083 0.7571575 7.45672e-4 0.07131701 8.3776e-4 0.9270995 0.1412643 7.88816e-4 0.8579468 0.0503661 0.001999855 0.9476339 0.002317905 6.50287e-7 0.07568711 0.001694798 0.9202995 0.07920801 0.001980304 0.9188116 0.1463065 0.001652181 0.8520412 0.1712223 7.02181e-4 0.8280755 0.2393445 0.001439273 0.7592162 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9589144 0.0410856 0.7990804 0.1997701 0.001149475 0.497477 0.497477 0.00504589 0.1663095 0.6652383 0.1663095 0.002142608 0.4956755 0.4956755 0.00864911 0.1666666 0.1666666 0.6666667 0.5 0.5 0.9999648 3.51857e-5 0.6214848 0.3160845 0.06243073 0.9496477 0.05035227 0.03254097 0.9483765 0.01908254 0.1290557 0.8709442 0.7990804 0.1997701 0.001149475 0.7978458 0.1994614 0.002692759 0.4976706 0.4976706 0.004658758 0.4940949 0.4940949 0.0118103 0.1663205 0.665282 0.1663205 0.002076983 0.1663205 0.665282 0.1663205 0.002076983 0.4957696 0.4957696 0.008460819 0.4956755 0.4956755 0.00864911 0.1666666 0.1666666 0.6666667 0.1666666 0.1666666 0.6666667 0.5 0.5 0.5 0.5 1 1 0.04204553 0.9579545 0.5870087 0.330011 0.08298033 0.3767796 0.4032518 0.2199686 0.5405198 0.3856415 0.07383871 0.5006196 0.4537242 0.04565626 5.55356e-5 0.4987922 0.4021049 0.09904736 0.5338755 0.4085034 0.05762106 1 1 6.34602e-5 0.3573662 0.4540591 0.1885113 2.65274e-4 0.3364037 0.4169126 0.2464184 0.5151988 0.3639371 0.1208641 0.3426403 0.4373567 0.2200031 0.194536 0.7495455 0.05591839 0.3248401 0.5925437 0.08261615 0.3846853 0.6153146 0.3007 0.6993001 0.4501869 0.4018778 0.1479352 0.5396847 0.2679559 0.1923593 0.6293221 0.3706779 0.615434 0.3653662 0.01919972 0.596858 0.3339756 0.06916642 0.6201436 0.3798564 0.5672709 0.4327291 0.6373218 0.3395563 0.02312183 0.6323807 0.3676193 0.6378878 0.1882078 0.1739043 0.6158667 0.177388 0.2067453 1 1 0.2559614 0.7440386 0.1365386 0.8634614 1 1 0.7890639 0.2109361 1 0.2 0.8 0.2 0.8 0.2073596 0.7926403 0.1171277 0.4685108 0.4143615 0.1111111 0.4444444 0.4444444 0.1111111 0.4444444 0.4444444 0.1111111 0.4444444 0.4444444 0.1111111 0.4444444 0.4444444 0.1128299 0.43585 0.4513199 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 0.5 0.5 1 1 0.5 0.5 0.5 0.5 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.2208263 0.7791737 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5591241 0.4408758 0.9134843 0.0865156 1 1 0.1778173 0.1505423 0.6716403 0.2346274 0.02874594 0.7366266 0.6099851 0.3900149 0.9057731 0.09422689 1 0.5195609 0.4804391 1 1 0.9252513 0.07474863 0.1052355 0.8947646 1 0.2 0.8 0.1866232 0.7464928 0.06688398 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 0.44486 0.3729365 0.1822035 1 0.7812456 0.1021665 0.1165879 0.2330018 0.7669981 1 0.2 0.8 0.2086373 0.7913627 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1851366 0.8148634 1 0.2 0.8 0.1894879 0.0525605 0.7579516 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4062814 0.3585796 0.235139 1 1 0.4829565 0.5170435 0.0125311 0.987469 0.1212174 0.8787825 0.09955233 0.9004477 0.6465664 0.3534336 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.6642096 0.3357904 0.8635581 0.1066889 0.02975308 0.9323928 0.0676071 0.9543743 0.03656792 0.009057819 0.7245557 0.1398996 0.1355445 0.7083201 0.1509147 0.1407652 0.7363443 0.199982 0.06367373 0.6584609 0.2962362 0.04530286 0.9870036 0.01299637 0.02125561 0.5986833 0.1959374 0.02559369 4.93869e-5 7.87713e-5 0.1584017 0.7852184 0.1834467 0.03133481 0.7405503 0.1477135 0.1117361 0.7174035 0.2648183 0.01777809 0.7630928 0.2183923 0.01851493 0.5908659 0.4040234 0.00511074 0.5845372 0.4004215 0.01504129 0.5332328 0.4367217 0.0300455 0.2891547 0.2721431 0.1341829 0.3045193 0.9717893 0.01273941 0.01547116 0.9363363 0.03928077 0.02186644 0.002516388 0.8391416 0.1525418 0.008316576 0.9911044 0.008895576 0.6928561 0.2879252 0.01921868 0.6031296 0.03725206 0.3596183 0.5235959 0.4716983 0.004705727 0.9568862 0.0431137 0.63441 0.2305783 0.1350116 0.4669587 0.4130828 0.1199585 1 0.9506226 0.04072177 0.008655548 0.7626168 0.2373831 0.6590744 0.3409256 0.7377272 0.2622728 0.8465608 0.1534391 0.5 0.5 0.7403299 0.2143646 0.04221802 0.003087401 0.9992843 7.15716e-4 0.6559486 0.3440513 1 0.9138406 0.05436134 0.03179794 0.5089078 0.112259 0.3788332 0.5048176 0.4951823 0.5 0.5 0.5060999 0.07681387 0.4170861 0.4932865 0.08416676 0.4225467 0.4914476 0.09932857 0.4092239 0.5147773 0.1088171 0.3764057 0.9939655 0.006034493 0.5961602 0.1159896 0.2878501 0.5696754 0.1082277 0.3220969 0.5728635 0.1102957 0.3168408 0.5760059 0.1174865 0.3065075 0.2105863 0.2079821 7.78175e-4 0.03436285 0.06406158 0.1555245 0.3267043 0.1580724 0.2055196 9.36107e-4 0.2865135 0.07593739 0.1164102 0.1566106 0.6060934 0.2980253 0.09588122 0.7549908 0.01704353 0.1886414 2.2991e-5 0.03930127 0.7100062 0.2381702 0.05182349 0.6625619 0.2390457 0.006820201 0.09157216 0.5628663 0.3977704 0.01133632 0.02802699 0.5855288 0.3709934 0.02542495 0.01805281 0.5554316 0.3694539 0.07337957 0.001734852 0.4587406 0.3449298 0.1963295 0.5314264 0.3157921 0.1527815 0.5788334 0.01539415 0.005682706 0.2392064 0.1608831 0.5752843 0.4162047 0.008510947 0.6835304 0.01051211 0.2911505 0.01480692 0.2978566 0.1407825 0.07784688 0.201934 0.01324427 0.01065278 0.2576828 0.5 0.5 0.7741504 9.28591e-6 0.2258402 0.5022156 0.4977843 0.7241104 0.2758896 0.5 0.5 0.5 0.5 1 0.5 0.5 0.007774949 0.3747203 0.1146342 0.06155824 3.11042e-4 5.13282e-4 0.4404879 0.6075879 0.3810926 0.01131945 0.571444 0.3956511 0.007502555 0.0254023 0.5226072 0.4631778 0.01421505 0.4861278 0.4804022 0.03346991 0.4606521 0.4606521 0.07869583 0.3564028 0.3564314 0.2871658 0.008909046 0.4610314 0.1331164 0.06341969 2.09576e-5 4.83677e-5 0.3334538 0.432074 0.432074 0.1358519 0.006599307 0.3587956 0.09288334 0.2121194 5.9946e-4 0.001256287 0.3277465 0.3132724 0.00280565 0.09789758 0.3021212 0.2839031 0.2373924 0.1440178 0.05808854 0.2542541 7.72179e-4 0.001852631 0.3036221 0.3853182 5.17576e-4 0.004899919 0.2992627 0.3100017 0.5646126 0.4342803 0.001107037 0.5369132 4.00662e-5 0.4083892 0.05465745 0.005919694 0.2907214 0.06686693 0.2955756 1.6e-4 2.79984e-4 0.3404763 0.3311748 0.1176479 0.07029026 0.2113022 0.01046651 0.01158612 0.2475321 0.1612009 0.2362373 0.0681492 0.2156111 0.001681089 0.002711832 0.3144085 1 0.5 0.5 0.8240028 3.63665e-5 0.1759608 0.5 0.5 0.9999906 9.42943e-6 0.5 0.5 0.5 0.5 0.5 0.5 0.02862644 0.3129412 0.06680166 0.2751832 0.3164475 0.4663675 0.2546619 0.2789706 0.4580913 0.1504153 0.0504508 8.66419e-6 5.40008e-5 0.3409799 0.2270275 0.1585547 0.1124225 0.178465 0.01324033 0.005096018 0.305194 0.04044377 0.3131968 0.09103214 0.2443504 0.002702057 0.002574622 0.3057 0.01005703 0.3765022 0.1166617 0.2441965 6.02029e-4 0.001603364 0.2503769 0.5146417 0.2750688 0.2102895 0.7459878 0.1692616 0.08475053 8.08541e-4 0.7053204 0.09432893 0.02868151 0.001084446 0.009140849 0.003791511 0.1568437 0.7492781 0.2001437 0.003738164 0.04683995 3.00959e-6 0.9094074 0.01125645 0.01309525 0.004722595 0.06151521 0.6945459 0.2090595 0.09639453 0.5509498 0.1897045 0.2593456 0.5883145 0.1443002 2.13097e-4 8.20475e-6 0.2671639 0.8914747 0.08413016 0.02439516 0.7880603 0.1532658 0.05867385 0.8839518 0.09136193 0.02468627 0.9755324 0.02305895 0.001408576 0.5212568 0.01570129 0.4630419 0.8427527 0.1252563 0.03199088 0.8033934 0.1348443 0.06176221 0.8228573 0.1661852 0.01095759 0.3920663 0.0948829 0.09104716 0.03688246 0.385121 0.514737 0.01240372 0.4379441 1.89782e-5 0.03489613 0.59904 0.0400207 0.2798668 1.7809e-6 0.00166887 0.07940179 0.5857803 0.01129359 0.3604562 0.04246979 0.3053641 0.1373928 0.0513361 0.08030271 0.3169474 0.1086568 0.525495 0 0.4466064 0.02789855 0.465282 0.07963877 0.03602516 0.1879404 0.005803525 0.04194265 0.1833675 0.7313255 2.38411e-5 0.2658222 0.002828478 0.4407526 0.3850853 0.174162 2.18962e-4 0.6727309 0.1237387 0.2033113 0.3519013 0.4385429 0.2095558 0.1441393 0.2118765 8.0319e-4 0.07293868 0.05824822 0.1864457 0.2891626 0.03638565 0.1208599 0.2400027 9.0846e-4 0.1410171 0.05539947 0.1778945 0.1918026 0.07211518 0.1150119 0.3644313 8.07805e-4 0.08976596 0.03995543 0.2226606 0.06529736 0.1020696 0.03845423 0.6088911 0.03969091 0.1549375 0.00736922 0.1506569 0.005237519 0.7354387 0.09721076 0.1619224 1.90638e-4 0.2618109 6.67768e-4 0.3616926 0.3758288 0.2345129 6.21291e-4 0.3022661 0.4625998 0.2546282 0.4072962 0.3380756 0.01148527 0.2043385 0.01612699 0.632615 0.1354341 0.06794232 0.1800392 0.002099394 0.01093387 0.5004242 0.2385609 0.2773526 8.89543e-4 0.2361515 0.485555 5.13743e-5 0.1749224 0.07250326 0.5345242 0.2102683 0.007781684 0.04130405 0.06943207 0.6589545 0.2261793 0.004130065 0.1758394 0.1592169 0.4321115 0.2266929 0.006139099 0.004839181 0.02163696 0.05895626 0.664921 0.2236756 0.02597099 0.02460861 0.04718834 0.02620387 0.6429145 0.1920158 0.06706869 6.35438e-5 0.05901288 0.06397181 0.6522476 0.2216048 0.003099322 0.06741404 0.0645408 0.6447699 0.2232753 0.08017688 0.0641632 0.6360387 0.2178294 0.001791715 0.02121955 0.1977179 0.6453731 0.1348108 8.78583e-4 0.2139394 0.6787089 0.1065406 8.10925e-4 0.009294152 0.1983136 0.63591 0.1562328 2.49386e-4 0.002224087 0.1988064 0.7434996 0.05468606 7.83839e-4 0.1863317 0.7298828 0.08306109 7.2437e-4 0.2000194 0.7045547 0.09464758 7.78242e-4 0.2080338 0.6916778 0.09948557 8.02877e-4 0.3430281 0.3850132 0.2719586 0.2917633 0.396591 0.3116457 0.2578991 0.3583358 0.3837651 0.1655008 0.199875 0.5819828 0.05264139 0.1642056 0.1645637 0.4600801 0.2056761 0.005474448 0.3683316 0.3444879 0.2871806 0.3376682 0.37572 0.2866118 0.03772532 0.6798673 0.2824073 0.02663576 0.03614825 0.5142767 0.3287495 0.0941897 0.2893302 9.1576e-4 0.1167339 0.5906695 0.002350747 1.82854e-4 0.8125671 0.05329442 0.01620465 0.003935039 0.009340167 0.004262506 0.1002129 0.5332447 0.1776247 0.02779316 1.88819e-6 3.12636e-6 0.2613323 0.005554854 0.4548281 0.1224206 0.1348991 3.75065e-4 1.94977e-4 0.2817272 0.54038 0.2372465 0.2223734 0.6336419 0.2041556 0.1622023 0.6857244 0.1749894 6.96434e-6 0.001338124 0.1379411 0.01001185 0.7297878 0.07114684 0.167182 3.3093e-4 0.02154034 0.004772603 0.5112067 5.82565e-4 0.09364783 0.3848927 0.004897415 0.02923375 0.499574 0.1005354 0.153949 0.004179239 6.36748e-4 0.2118918 0.2384409 0.3589777 0.1224646 6.24593e-4 0.01323068 0.0727089 0.00382322 0.1897291 0.4891782 0.1884284 0.01247406 0.3099192 0.5929935 0.2256726 0.1813338 6.3893e-4 0.6224138 3.16082e-4 0.07818508 0.2967146 0.001731395 0.8734955 0.1051113 0.008162558 0.0017246 3.88386e-5 0.01146721 0.6099907 0.3629449 0.02706438 0.7323763 0.20129 0.007330834 0.05900281 0.8760135 0.08701956 0.03696686 0.7041388 0.2615736 0.03428763 0.7225268 0.1644899 0.1129833 0.4844496 0.4091241 0.1064263 0.9048455 0.07799965 1.34552e-5 1.43504e-4 0.001233398 0.01576435 0.7647059 0.1531172 0.01128029 0.07089656 0.7127546 0.1448563 0.1423891 0.5340908 0.3979577 0.0679515 0.8036859 0.1345289 0.0617851 0.6674439 0.2999958 0.03256022 0.571481 0.4158307 0.01268827 0.6092851 0.3625251 0.02818983 0.6578122 0.2959444 0.0462433 0.7878885 0.1532357 0.05887573 0.7880603 0.1532658 0.05867385 0.6584609 0.2962362 0.04530286 0.8036862 0.134529 0.06178474 0.6100444 0.3629769 0.02697861 0.5686921 0.41998 0.01132792 0.6672378 0.300275 0.03248715 0.6217615 0.3627241 0.01551431 0.6491448 0.3132238 0.03763133 0.08092409 0.6391081 0.2788754 0.001092433 0.7668424 0.2331576 0.9987384 0.001261591 0.6868851 0.09829103 0.2148238 0.9987018 0.001298189 0.8978873 0.1021127 0.7653189 0.2346811 0.9180918 0.08190816 1 0.6283084 0.1450038 0.2266878 0.6637097 0.1345983 0.2016919 0.6366525 0.1263917 0.2369557 0.6423457 0.1265503 0.2311039 0.004948079 0.1023455 0.1226515 0.1054505 0.1688608 0.4957434 0.1459906 0.07442533 0.7795841 0.1996701 3.41874e-4 0.799988 0.03891098 0.05094456 3.71325e-6 0.08071529 0.8294255 0.01680558 0.06124901 0.03274053 0.8892048 0.1840627 0.8159372 0.1161787 0.4375025 0.3609033 0.08102822 0.004387319 0.002202332 0.1205194 0.4657387 0.2954632 0.09739524 0.01868116 1.16381e-4 0.476304 0.5216262 0.001953423 0.009154856 0.4516634 0.4896012 0.04958039 0.09911173 0.4114956 0.4131124 0.07628023 0.03896206 0.4876284 3.01261e-6 0.01854741 0.1300576 0.3248015 0.06302195 0.1508011 0.4279253 0.1564523 0.2017993 0.1063031 0.113481 0.1572359 0.6229799 0.2102306 0.1811893 0.1777226 0.08428597 0.3465715 0.1103004 0.456473 0.01695448 0.07903814 0.3372339 0.03295344 0.3033316 0.4014294 0.2622854 0.08599162 0.2481943 0.1178993 0.5479146 0.003560721 0.1246023 0.4573854 0.1506646 0.124659 0.1391279 0.1374214 0.4968326 0.1076285 0.1494746 0.1086429 0.2985413 0.5102599 0.1586567 0.0234152 0.009126782 0.7270844 0.1476503 0.1252654 0.7065455 0.1664099 0.1270446 0.5692437 0.4204185 0.00246185 0.007875978 0.5272162 0.08498746 0.3877963 0.5661534 0.1170525 0.3167942 0.5821911 0.1119386 0.3058703 0.5808362 0.1151512 0.3040126 0.664363 0.2312774 0.003419339 0.1009403 0.5949769 0.3925635 0.003905773 0.008553683 0.6259962 0.1256132 0.2483906 0.6611402 0.141417 0.1974428 0.02814304 0.9718569 0.02316278 0.9768372 1.02272e-4 0.05213272 0.947765 0.01226001 0.006611943 0.981128 8.86978e-7 0.02418798 0.9758112 0.05868583 0.9413141 1 0.03003507 0.9699649 0.007297992 0.992702 2.99735e-5 0.01760309 0.9823669 5.27542e-7 0.9999995 1.37156e-5 0.9999863 0.004918098 0.9950819 0.03185194 0.9681481 0.02275681 0.902572 0.07467108 0.007048547 0.9929513 0.9123126 0.08768731 0.001624166 0.9958862 0.002489566 1 0.9922501 0.007749974 1.32762e-4 0.9877285 0.01213866 0.01070803 0.9848884 0.004403471 0.5396004 0.4603996 0.5121774 0.4878226 0.4552598 0.5447402 0.5253616 0.4746384 0.4770095 0.5229905 0.5689629 0.431037 0.527505 0.4724949 0.523159 0.476841 0.1204703 0.8795297 0.1655989 0.834401 0.2064155 0.7935844 0.1903613 0.8090265 6.12269e-4 0.2103106 0.7896893 0.2168602 0.7831398 0.1169952 0.8830048 0.1657095 0.8342905 0.9269334 0.07306665 0.9434251 0.056575 0.9315638 0.0684362 0.9413244 0.05867558 0.9219038 0.07809621 0.9211378 0.07886224 0.9187452 0.08125472 0.9311435 0.06885641 0.5506629 0.4490641 2.73063e-4 0.5426113 0.4573887 0.5334464 0.4665536 0.5149078 0.4850922 0.1500964 0.7698566 0.08004707 0.1529806 0.7455319 0.1014875 0.007651388 0.2126811 0.6632878 0.1163796 0.3068321 0.5521448 0.141023 0.1704076 0.695403 8.09376e-5 0.1341084 0.01123589 0.2224702 0.7189342 0.04735958 0.06053239 0.02633291 0.9131345 0.1397243 0.02139377 5.35978e-4 0.8383459 0.01527345 0.1838665 0.4043017 0.05406659 0.3424918 0.2404821 0.2857096 0.02598702 0.001489043 0.4463321 0.01924771 0.9807523 1 0.01726889 0.2619098 0.4370783 0.003751993 0.07587403 0.2041168 0.1934139 0.4074456 0.1964137 0.005726039 0.02210748 0.1748932 0.001143693 0.9988563 2.66714e-5 0.9999733 0.7658556 0.2341444 0.7793519 0.2206481 0.8311751 0.1688249 0.9267042 0.07329577 0.9832506 0.01674944 0.8740198 0.1259803 0.001461088 0.9985389 0.01310569 0.9868943 4.95016e-4 0.8402682 0.1592368 0.8198603 0.1801397 0.4845721 0.5154279 0.3848123 0.6151877 0.4379983 0.5620017 0.426002 0.5070214 0.0669766 0.07679599 0.923204 0.4948614 0.5051386 0.4978623 0.5021376 0.4985076 0.5014925 0.005576074 0.3283751 0.3330244 0.3330244 0.00121504 0.3284973 0.3351438 0.3351438 0.009779453 0.3300735 0.3300735 0.3300735 0.3333333 0.3333333 0.3333333 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.545439 0.454561 0.5 0.5 0.5 0.5 0.5023447 0.4976553 1 1 1 1 1 1 1 1 1 1 1 1 0.08350014 0.9164999 0.08192807 0.9180719 0.05371713 0.9462828 0.7873862 0.1678985 0.04471528 1 1 0.5 0.5 0.5 0.5 1 1 0.5 0.5 0.5 0.5 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.08937358 0.9006506 0.00997585 0.02356308 0.9571556 0.01928132 0.1072259 0.8877978 0.004976093 0.06671315 0.9101387 0.02314811 0.08981072 0.8850224 0.0251668 0.130001 0.8631611 0.006837785 0.06163513 0.9303651 0.007999658 0.05870962 0.9314 0.009890377 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9751434 0.02485656 1 1 0.03504061 0.9649594 0.01829808 0.9817019 0.05110526 0.9488947 0.003134548 0.9968655 0.0348643 0.9651357 0.05840027 0.9415997 0.4666667 0.5333334 0.2348087 0.7651913 0.05730128 0.9426987 0.1176471 0.882353 0.3946587 0.6053412 0.4073213 0.5926787 0.007782101 0.9922179 1 0.312205 0.6877951 0.4455015 0.5544985 1 1 0.02412909 0.9663965 0.009474456 0.4489891 0.5510109 0.5880657 0.4119343 0.03955727 0.9155622 0.04488044 0.5 0.5 0.6538462 0.3461539 0.009708702 0.9902913 0.4666667 0.5333334 0.5362776 0.4637224 1 0.4304857 0.5695142 0.5952728 0.4047272 1 0.375 0.625 0.5333334 0.4666667 1 0.4078374 0.5921626 0.5214724 0.4785276 1 1 1 1 0.6666667 0.3333333 0.6292412 0.3707588 1 1 1 1 0.7765512 0.2234488 0.730136 0.269864 1 1 1 1 0.5800745 0.4199255 0.5976568 0.4023432 0.02162301 0.6522513 0.3261256 0.04976975 0.9502303 0.05472093 0.945279 0.02188593 0.71009 0.2680242 0.05066549 0.9493345 0.05496239 0.9450377 0.02269959 0.5570964 0.4202041 0.05842953 0.9415704 0.07233089 0.9276691 0.02071702 0.5851603 0.2478326 0.1462901 0.05617129 0.9438287 0.05431741 0.9456825 0.8906075 0.1093925 0.9237985 0.07620143 0.9334232 0.06657677 0.9443335 0.05566644 0.02359354 0.9583928 0.01801365 0.1187341 0.8812659 0.08960849 0.9030179 0.00737369 0.1655989 0.834401 0.4464297 0.5535703 0.3398079 0.6601921 0.3587168 0.6412831 0.1264919 0.873508 0.208749 0.791251 0.9573107 0.04268926 0.9268251 0.07317489 0.5401474 0.4598526 0.38445 0.6155501 0.01270335 0.4766218 0.4835904 0.02708435 0.01423907 0.4928804 0.4928804 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 1 0.04635739 0.9468631 0.006779432 0.07504975 0.9123914 0.01255875 0.08874851 0.9112515 1 0.06743186 0.8770753 0.05549287 0.5 0.5 1 0.3996469 0.6003531 0.5 0.5 1 0.5241521 0.4758479 1 1 0.01601117 0.5118657 0.3721063 0.08757549 0.01244109 0.05020636 0.9087825 0.04101109 0.04139328 0.8529319 0.01915347 0.08652138 0.2347012 0.7652987 0.3290132 0.6709868 0.1803343 0.8196656 0.4056921 0.594308 0.1782119 0.8217881 0.9721509 0.02784907 0.9250763 0.07492381 0.5524867 0.4475134 0.4576171 0.542383 0.003180563 0.4923273 0.5044921 0.4986538 0.5013462 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5428594 0.4571405 1 1 0.09910303 0.9008969 0.09726965 0.8970788 0.005651414 0.08362936 0.9163706 1 0.03892958 0.9610704 0.5 0.5 1 0.5 0.5 0.5616739 0.438326 1 0.5728778 0.4271222 1 1 0.01928788 0.5310608 0.4496513 0.05591678 0.9440832 0.05432546 0.9456745 0.259341 0.7406589 0.2976318 0.7023683 0.3417755 0.6582245 0.3578236 0.6421764 0.1468045 0.8531955 0.9294482 0.07055181 0.5429804 0.4570195 0.4190024 0.5809977 0.005266368 0.4928843 0.5018492 0.5 0.5 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 1 0.09458017 0.9054199 1 0.06030708 0.9329541 0.006738841 1 0.06038469 0.9396153 0.5 0.5 1 0.5 0.5 0.5115346 0.4884654 1 0.5828571 0.4171428 1 1 0.01970988 0.6314467 0.3488433 0.05451518 0.9454847 0.05273479 0.9472652 0.8982279 0.101772 0.3186654 0.6813346 0.0583139 0.941686 0.155988 0.8440119 0.423468 0.576532 0.4446811 0.5553189 0.3731979 0.6268022 0.4100058 0.5899943 0.2491892 0.7508108 0.2228447 0.7771553 0.3320407 0.6679593 0.3247528 0.6752471 0.9215423 0.07845759 0.0456807 0.9003034 0.05401581 0.5996147 0.3996631 7.22205e-4 0.004117071 0.2768005 0.5211977 0.1978847 0.02034735 0.8233362 0.07287025 0.08344614 0.9388747 0.06112533 0.3059886 0.693765 2.46395e-4 0.8146678 0.108223 0.07710921 0.01938843 0.9179581 0.05782282 0.004830598 0.02311468 0.9111164 0.06576889 0.02388614 0.9415252 0.03458863 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7868776 0.06557095 0.1475514 0.01099526 0.7796558 0.14712 0.06222885 0.001841485 0.5685287 0.4296297 3.17459e-5 0.5510959 0.4488723 0.13647 0.3921191 0.4714109 0.0873723 0.590569 3.83829e-4 0.3216749 0.07568031 0.3086778 0.6156418 0.00725156 0.4586567 0.5340916 0.5112918 0.4887083 0.001273572 0.2493312 0.7493953 2.01687e-4 0.2061094 0.7936888 0.2837535 0.7162466 0.450636 0.549364 0.06285333 0.1615029 0.7756437 0.07280158 0.3610087 0.002160668 0.5640291 0.01727467 0.196545 0.7861802 0.006841659 0.1968546 0.7963037 0.04897809 0.252965 0.6980568 0.03365868 0.9663413 0.003720045 0.9962799 0.004070043 0.99593 0.09074598 0.909254 0.1774557 0.8225443 0.03665041 0.002286553 0.961063 0.2267537 0.005818903 0.7674275 0.1185083 0.003065526 0.8784262 0.001778602 0.9982214 0.08585953 0.005100131 0.9090403 1 0.1298946 0.7619679 0.001990437 0.1061469 0.1873733 0.6855005 0.00215727 0.1249688 0.1787779 0.8189858 0.002236306 0.1250348 0.7791288 0.001168608 0.09466767 0.001336395 0.7029849 0.06281483 0.2328637 8.81097e-4 0.6577884 0.04153692 0.2997935 0.6686419 0.331358 0.7156398 0.2280569 0.05630332 0.001123547 0.5756753 0.1033098 0.3198913 0.001263558 0.5124199 0.09245657 0.39386 2.55546e-5 0.007219314 0.5825351 0.1013726 0.3088473 2.66344e-5 0.5326216 0.09158194 0.3757698 1.57776e-4 0.3851686 0.1440167 6.14899e-5 0.4705954 7.02003e-4 0.5571421 0.1062435 0.3359123 3.34068e-4 0.3988882 0.1561912 1.78499e-4 0.4444079 0.4935442 0.157367 2.85929e-4 0.348803 0.2090148 0.3279861 1.83716e-4 0.4628153 0.1550103 0.3788864 0.4661032 0.2133025 0.3353478 2.47741e-4 0.451102 0.2172757 0.334452 3.50622e-4 0.4479216 0.1026406 0.4142468 0.4831126 0.1195113 0.4387982 4.32876e-4 0.4412575 0.08114922 0.3396202 0.5792305 0.09707522 0.3664452 0.004362285 0.5321173 0.6961512 0.2564474 0.04740142 0.0031991 0.879842 0.1169589 0.002038478 0.7757175 0.222244 0.006408751 0.8041577 0.1894335 0.001253306 0.8712874 0.04871261 0.07874661 0.1687463 0.4257892 0.4054644 0.1428338 0.3701232 3.41921e-4 0.4867011 0.1515062 0.3947399 3.73652e-4 0.4533804 0.1660375 0.3964917 8.34573e-4 0.4366361 0.7426595 0.149887 0.1074535 0.005513191 0.8405909 0.1538958 4.61162e-4 0.5202258 0.4793131 0.3985646 0.6014354 0.263182 0.7366649 1.53165e-4 0.2902466 0.7091694 5.8399e-4 0.6793887 0.3206113 0.001228153 0.4987184 0.393586 0.1064673 0.001546561 0.2456777 0.4254162 0.3273595 0.001223623 0.2825706 0.3754693 0.3407363 9.85406e-4 0.4341403 0.287019 0.2778553 0.6642917 0.1763104 0.1593979 0.4959426 0.5040574 0.2156824 0.7843176 0.05739033 0.9426096 0.1138394 0.699541 0.00183773 0.1847817 0.6463751 0.05325067 0.3003743 0.05192875 0.9012251 0.04684609 0.03025835 0.9252751 0.04446655 0.157031 0.842969 1 1 1 0.989468 0.01053202 0.9747111 0.02528882 1 0.9539461 0.04605388 0.9518156 0.04818433 1 0.5665591 0.4295467 0.00389415 0.6277336 0.3563799 0.01588654 0.629725 0.3638694 0.006405532 0.5926899 0.4073101 0.5953143 0.4037685 9.17133e-4 0.6654868 0.3345132 0.4887284 0.4285285 0.0827431 0.4633864 0.3638867 0.1727269 0.5053651 0.3525702 0.1420648 0.4068578 0.5015723 0.09156984 0.2411372 0.7588627 0.2129386 0.7073664 0.0796951 0.353872 0.6461281 0.2927377 0.7072622 0.4923588 0.407819 0.09982216 0.5043541 0.4956458 0.469597 0.3393886 0.1910144 0.5176417 0.3828856 0.09947258 0.5217702 0.2965834 0.1816464 0.3851343 0.560317 0.0545485 0.1255257 0.8744742 0.180312 0.819688 0.003257274 0.1483371 0.2027422 0.2908731 0.110224 0.2445662 0.02232843 0.3666296 0.4384954 0.04160904 0.1309374 0.0549193 0.6694651 0.01469612 0.2609194 0.01655507 0.6725485 0.05626767 0.2546287 0.05547761 0.7236021 0.02036225 0.200558 0.005697131 0.8005455 0.061167 0.1325903 0.581633 0.2461418 0.1722252 0.5784466 0.2107081 0.2108452 0.5632385 0.2288399 0.2079216 0.04858082 0.6429934 0.01681262 0.2916132 0.5058011 0.2955304 0.1986684 0.4886294 0.2681312 0.2432394 0.04380685 0.6656751 0.001625359 0.2888926 0.03414577 0.7690952 0.01178288 0.1849762 1 1 1 1 1 1 1 0.5 0.5 1 1 1 0.5 0.5 0.5 0.5 0.002425611 0.7481808 0.2493936 1 0.681934 0.318066 0.3333333 0.6666667 1 1 1 1 1 0.3333333 0.6666667 0.2 0.8 0.4826266 0.2926975 0.2246757 0.03356361 0.7248273 0.241609 1 1 1 1 1 1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5665591 0.4295467 0.00389415 0.629725 0.3638694 0.006405532 0.6277336 0.3563799 0.01588654 0.5338755 0.4085034 0.05762106 0.5006196 0.4537242 0.04565626 8.30637e-4 0.4984055 0.4017932 0.09897059 0.00133264 0.4986663 0.3935449 0.1064562 0.5405198 0.3856415 0.07383871 0.5405198 0.3856415 0.07383871 0.5006196 0.4537242 0.04565626 0.4988198 0.4021272 0.09905284 0.5338755 0.4085034 0.05762106 0.4993317 0.39407 0.1065983 0.5665591 0.4295467 0.00389415 0.6277336 0.3563799 0.01588654 0.629725 0.3638694 0.006405532 0.629725 0.3638694 0.006405532 0.5665591 0.4295467 0.00389415 0.5338755 0.4085034 0.05762106 1 1 0.2357377 0.7642623 0.4537454 0.5462546 0.01997363 0.9800264 1 1 0.2572293 0.7427707 1 1 1 0.5 0.5 0.01451921 0.4927403 0.4927403 0.008464574 0.2763072 0.0782054 0.387847 0.2491757 0.5199849 0.4800151 0.2191832 0.7808167 0.02198302 0.978017 0.2656179 0.7343822 0.1676732 0.8323268 0.02642166 0.9735783 1 1 1 1 0.1783857 0.8216143 0.1130899 0.88691 0.1170096 0.8829904 0.2143326 0.7856674 0.210928 0.7890719 0.2600102 0.7399898 1 0.005171298 0.9948287 0.001257836 0.9987422 1 1 1 0.0220831 0.4889584 0.4889584 0.009751617 0.4951242 0.4951242 0.001466989 0.4992665 0.4992665 0.5 0.5 0.5 0.5 0.01509261 0.4924537 0.4924537 0.1976347 0.4779801 0.3243851 0.2664682 0.4670636 0.2664682 0.1398708 0.6168581 0.2432711 0.004447698 0.2126746 0.2157805 0.3405579 0.2265392 0.006183683 0.221345 0.221345 0.3297811 0.221345 0.008469939 0.2546442 0.3743022 0.3625836 0.4447413 0.5552587 0.2090358 0.7909641 0.3061183 0.6938816 0.3365587 0.6634414 0.4923021 0.5076979 0.5396004 0.4603996 0.5137529 0.4862471 0.2169861 0.7830139 0.1755416 0.8212057 0.003252685 0.06711256 0.8912076 0.04167985 0.1187737 0.8753062 0.005920052 0.1139507 0.8797932 0.006255984 0.1480628 0.8473933 0.00454384 0.09317564 0.8831853 0.02363902 0.1458068 0.8494905 0.004702627 0.09068256 0.8854635 0.02385377 0.1458068 0.8494905 0.004702627 0.1139507 0.8797932 0.006255984 0.798017 0.1995042 0.002478718 0.7617052 0.2343708 0.003923892 0.4940541 0.4940541 0.01189178 0.2487862 0.6219654 0.1243931 0.004855334 0.6313515 0.3607723 0.007876217 0.3312633 0.5797107 0.08281582 0.006210148 0.5734063 0.4170228 0.009570956 0.1662253 0.6649013 0.1662253 0.002648055 0.1993161 0.6477774 0.149487 0.003419399 0.1666666 0.1666666 0.6666667 0.1590909 0.1818181 0.6590909 0.1590909 0.1818181 0.6590909 0.02842879 0.8096427 0.1619285 0.3333333 0.08333331 0.5833334 0.01725345 0.6879226 0.294824 0.01725345 0.6879226 0.294824 0.4 0.04999995 0.55 0.2626945 0.3152414 0.3820505 0.04001367 0.2211525 0.2698392 0.4525062 0.05650204 0.22074 0.2619124 0.4259918 0.09015166 0.001204013 0.0209645 0.4130932 0.5078436 0.05796104 1.37685e-4 0.006328582 0.03052079 0.5036688 0.4067125 0.0526973 7.20192e-5 0.03889024 0.07776987 0.6145315 0.2471997 0.02160865 0.004687964 0.1885477 0.6747549 0.1317578 2.51581e-4 0.3326317 0.3796504 0.2877179 0.2898805 0.3662554 0.3438642 0.3196751 0.3825876 0.2977373 0.4970874 0.4970874 0.005825221 0.1661939 0.6647759 0.1661939 0.002836227 0.2257593 0.1987908 7.39719e-4 0.03205382 0.05522853 0.1474878 0.3399398 0.6075879 0.3810926 0.01131945 0.3592239 0.1120191 0.1150063 7.22993e-5 0.03547233 0.378206 0.5155496 0.01852434 0.4309748 0.03495126 0.3051317 0.1313079 0.04686474 0.004005491 0.08690613 0.3240943 0.1016896 0.1330298 0.8669701 0.9158889 0.06667125 0.01743984 0.8213487 0.1603023 0.009174466 0.009174466 0.3278314 0.1578436 0.06509536 0.001081168 0.08610808 0.3620403 0.3777954 0.1074391 0.1080865 4.23924e-5 0.03741103 0.3692255 9.78728e-4 0.0950703 0.6906904 0.1685957 0.01589173 0.01288139 0.01589173 0.856513 0.1270815 0.008202731 0.008202731 1 1 1 1 1 1 1 1 1 1 1 1 0.5970433 0.3977011 0.005255579 0.6277063 0.3610318 0.01126188 0.5770127 0.3845474 0.03843986 0.5329975 0.4418524 0.02515006 0.4990793 0.3980435 0.1028771 0.5191705 0.3900103 0.09081923 0.5164479 0.4053335 0.07821857 0.5212331 0.4185508 0.06021606 0.5177342 0.4822658 0.491456 0.508544 0.4590885 0.5409115 0.3907849 0.6088788 3.36302e-4 0.3454982 0.654076 4.25758e-4 0.4028409 0.5971591 0.1244266 0.8691913 0.006382107 0.1220524 0.8713979 0.006549656 0.1336556 0.8611237 0.00522077 0.1620178 0.8340939 0.00388813 0.1609259 0.8351086 0.003965377 0.1301579 0.8643763 0.005465686 0.4990793 0.3980435 0.1028771 0.5191705 0.3900102 0.09081923 0.521233 0.4185508 0.06021606 0.5970432 0.3977011 0.005255579 0.6277063 0.3610318 0.01126188 0.5770127 0.3845474 0.03843986 0.5329975 0.4418524 0.02515006 0.5164479 0.4053335 0.07821857 0.3593882 0.6406117 0.4932283 0.5067716 0.5177342 0.4822658 0.4590885 0.5409115 4.25758e-4 0.3454982 0.654076 0.4028409 0.5971591 0.1620178 0.8340939 0.00388813 0.1336556 0.8611237 0.00522077 0.1244266 0.8691913 0.006382107 0.1220524 0.8713979 0.006549656 0.1609259 0.8351086 0.003965377 0.1301579 0.8643763 0.005465686 0.5338755 0.4085034 0.05762106 0.5665591 0.4295467 0.00389415 0.6277336 0.3563799 0.01588654 0.5006196 0.4537242 0.04565626 0.4993317 0.39407 0.1065983 0.4988198 0.4021272 0.09905284 0.5405198 0.3856415 0.07383871 0.5289539 0.471046 0.5053473 0.4946528 0.4524379 0.5475621 0.4114544 0.5885456 0.3675457 0.6317399 7.14417e-4 0.3129793 0.6870207 0.1755416 0.8212057 0.003252685 0.1187737 0.8753062 0.005920052 0.130001 0.8631611 0.006837785 0.1139507 0.8797932 0.006255984 0.1480628 0.8473933 0.00454384 0.1458068 0.8494905 0.004702627 0.6276788 0.3656972 0.006623804 0.6277336 0.3563799 0.01588654 0.5006196 0.4537242 0.04565626 0.4993317 0.39407 0.1065983 0.4988198 0.4021272 0.09905284 0.5405198 0.3856415 0.07383871 0.5665591 0.4295467 0.00389415 0.5338755 0.4085034 0.05762106 0.4462614 0.5537387 0.3254249 0.6745751 0.3900956 0.6099044 0.5396004 0.4603996 0.5053473 0.4946528 0.3129793 0.6870207 0.1755416 0.8212057 0.003252685 0.1187737 0.8753062 0.005920052 0.130001 0.8631611 0.006837785 0.1139507 0.8797932 0.006255984 0.1480628 0.8473933 0.00454384 0.1458068 0.8494905 0.004702627 0.6276788 0.3656972 0.006623804 0.04666668 0.4647598 0.2438589 0.1360908 0.04626983 0.0623539 0.0462014 0.4601982 0.2308816 0.1519004 0.05640667 0.05441153 0.01723939 0.4005267 0.3975809 0.1151461 0.05912774 0.01037913 0.04115742 0.4099782 0.2589755 0.144551 0.1035438 6.47443e-4 0.04114627 0.03252899 0.3944221 0.3361437 0.1318722 0.08616387 5.64142e-4 0.01830482 0.06214612 0.353335 0.2493106 0.2005328 0.05096638 0.08370894 0.04595392 0.372757 0.2382573 0.1647554 0.09941619 0.07885992 0.04530286 0.4108276 0.2100863 0.1474711 0.1236335 0.06267851 0.01723939 0.4005267 0.3975809 0.115146 0.01037913 0.05912774 0.04105538 0.4089614 0.2585536 0.1466709 6.45838e-4 0.04057347 0.1035392 0.03253066 0.3944421 0.3361046 0.1318843 5.64171e-4 0.01830577 0.08616828 0.06392836 0.3647606 0.243412 0.1879142 0.08267021 0.05731451 0.04574811 0.3715586 0.2401217 0.1702045 0.07225888 0.1001081 0.04289704 0.3890106 0.237797 0.1583711 0.05634886 0.1155751 0.007962107 0.358048 0.4753506 0.1229165 0.02236747 0.008930861 0.004424214 0.04213023 0.4194407 0.2115267 0.1509141 0.1206774 0.05531078 0.02645975 0.3921656 0.3654422 0.120097 0.08583253 0.01000291 0.008000135 0.4089047 0.4297853 0.1101855 0.03236824 0.01075619 0.03983968 0.3970641 0.3007545 0.1462411 0.08654624 0.001244127 0.02831006 0.07796949 0.3562967 0.2447292 0.2091299 0.02900505 0.08286952 0.04433 0.3483977 0.2537247 0.1938729 0.07472121 0.08495342 0.04012852 0.3995121 0.2385585 0.1559487 0.05125308 0.114599 0.02645975 0.3921656 0.3654417 0.1200974 0.01000291 0.08583253 0.008000135 0.4089047 0.4297853 0.1101855 0.01075619 0.03236824 0.03986877 0.3973541 0.3000429 0.1464669 0.001245021 0.02833074 0.08669137 0.08064806 0.3688766 0.2403846 0.1927115 0.08286738 0.03451174 0.0453577 0.3577395 0.2483137 0.1859663 0.08158284 0.08103978 0.001317441 0.1107453 0.5039383 0.2493405 0.08973586 0.03608036 0.00884211 0.001850843 0.1791957 0.4799686 0.1396741 0.1270125 0.02556931 0.04672896 0.001997768 0.1820895 0.496061 0.1274018 0.09540033 0.04874235 0.04830712 0.002643346 0.1758462 0.5167815 0.1437886 0.08659696 0.04904115 3.06647e-4 0.02499544 0.002549648 0.155988 0.5037332 0.1901852 0.09063208 0.04424554 2.88009e-4 0.01237815 0.002388298 0.1839855 0.5196287 0.1176823 0.07389414 0.05897307 0.04344791 0.001317441 0.1107453 0.5039383 0.2493405 0.08973586 0.00884211 0.03608036 0.001836299 0.1869397 0.4761986 0.138577 0.1260149 0.0450648 0.02536845 0.002012908 0.183938 0.4998279 0.1283692 0.09612476 0.04061466 0.04911249 0.002646565 0.1760548 0.517411 0.1439638 0.08670246 3.0702e-4 0.0238133 0.04910087 0.002549648 0.155988 0.5037332 0.1901852 0.09063208 2.88009e-4 0.01237815 0.04424554 0.002416789 0.1845819 0.5258269 0.119086 0.07477557 0.03363609 0.05967652 0.002373456 0.1420849 0.5022534 0.2112206 0.0876494 0.04672288 0.007695198 0.07164478 0.5060406 0.2969002 0.09233897 0.02280235 0.01027303 0.001947581 0.179143 0.4807733 0.1420455 0.1331999 0.01495087 0.04793959 0.001745581 0.1790013 0.47783 0.1368386 0.12026 0.0364952 0.04782927 0.002160668 0.1776841 0.5388564 0.1396383 0.07382953 0.02326118 0.04456967 0.002534389 0.1809631 0.5271718 0.1183701 0.07871699 0.05671858 0.03552484 0.002739131 0.1709405 0.5053248 0.1675618 0.09383994 0.04158121 5.97759e-4 0.01741468 0.005117177 0.1712585 0.4900708 0.138473 0.1307202 0.003463923 0.06089621 0.002373456 0.1420849 0.5022534 0.2112206 0.0876494 0.007695198 0.04672288 0.07164478 0.5060406 0.2969002 0.09233897 0.01027303 0.02280235 0.001917898 0.1927093 0.4734449 0.1398804 0.1311696 0.04615473 0.014723 0.00175184 0.1800444 0.4795377 0.1373276 0.1206898 0.04402315 0.03662562 0.002183854 0.1805663 0.5446335 0.1411354 0.07462108 0.03334933 0.02351057 0.002548813 0.1814561 0.5301738 0.1190441 0.07916522 0.0305702 0.05704158 0.002739131 0.1709405 0.5053248 0.1675618 0.09383994 5.97759e-4 0.01741468 0.04158121 0.005094408 0.1697276 0.4878903 0.1378569 0.1301386 0.06584346 0.003448486 0.08135837 0.4514674 0.3391454 0.1109573 0.00608021 0.004910886 0.00608021 0.1817451 0.818255 0.08304607 0.9169539 0.08275717 0.8980703 0.01917248 0.1701187 0.8298813 0.1522193 0.8477807 0.1254652 0.8745347 0.1001774 0.8981314 0.001691162 0.407703 0.5922971 4.90745e-4 0.1334274 0.8660818 4.29049e-4 0.9995709 0.004723608 0.05363231 0.006112515 0.007064521 0.9284669 0.06242108 0.3953616 0.5422173 0.07811015 0.5699285 0.3519613 0.09886729 0.521527 0.3796057 0.06637519 0.3131849 0.6204398 0.1713897 0.8286103 0.1648586 0.8351414 0.1314046 0.8685954 0.1130865 0.8779129 0.009000539 0.1052719 0.6542822 0.2404459 0.0648275 0.363439 0.5717334 2.28346e-5 0.0865435 0.1266857 0.7867479 4.5934e-4 0.08429247 0.09046447 0.8247837 0.00116223 7.83321e-6 4.78385e-4 0.6369966 0.3613549 1.14083e-4 0.05659902 0.2364643 0.1766803 0.05903011 0.03987157 0.00189954 0.1203572 0.3089836 0.08317613 0.1242408 0.7925831 2.80926e-4 0.08333915 0.09438419 0.8219957 2.9724e-4 0.003201663 0.932166 0.0643351 0.08515429 0.09132218 0.8235235 0.07008075 0.06452274 0.8653964 0.00201416 0.3524689 0.645517 3.29235e-4 5.69541e-4 0.1631682 0.835933 0.001859247 0.1105583 0.8875824 0.001575708 0.1208474 0.8775768 0.1817451 0.818255 0.08304607 0.9169539 0.01917248 0.08275717 0.8980703 0.1701187 0.8298813 0.1522193 0.8477807 0.1254652 0.8745347 0.001691162 0.1001774 0.8981314 0.407703 0.5922971 0.1334274 4.90745e-4 0.8660818 4.29049e-4 0.9995709 0.05388683 0.006141543 0.007098019 0.9328734 0.5422173 0.06242108 0.3953616 0.3519613 0.07811015 0.5699285 0.3796057 0.09886729 0.521527 0.6204398 0.06637519 0.3131849 0.1713897 0.8286103 0.1648586 0.8351414 0.1314046 0.8685954 0.009000539 0.1130865 0.8779129 0.2404459 0.1052719 0.6542822 0.5717334 0.0648275 0.363439 0.7867659 0.08654546 0.1266885 0.8251627 0.08433115 0.09050607 0.6377428 4.78945e-4 0.3617782 1.13471e-4 0.05629509 0.2327363 0.1757315 0.03965747 0.009717524 0.05871313 0.1197109 0.3073244 0.7925831 0.08317613 0.1242408 0.8222267 0.08336257 0.09441071 0.9324432 0.003202617 0.06435424 0.8235235 0.08515429 0.09132218 0.8653964 0.07008075 0.06452274 0.3524689 0.00201416 0.645517 1.01328e-5 0.1632202 5.69722e-4 0.8361999 0.1105583 0.001859247 0.8875824 0.1208474 0.001575708 0.8775768 1 1 0.7181236 0.01362442 0.1702305 0.09802138 0.1632272 0.7963506 0.04042226 0.06772005 0.03500974 0.0370658 0.5823581 0.2778462 0.003378093 1.02625e-5 0.01107144 0.01880156 0.4839113 0.4828272 0.936707 0.06329298 0.09061628 0.843263 0.04884827 0.01727229 0.002882719 0.4985587 0.4985587 0.1339132 0.8645842 0.001502573 0.1756572 0.8243429 1 1 0.9852534 0.0147466 0.8357685 0.0692048 0.001481413 0.09354525 0.002122104 3.63914e-5 5.55382e-4 0.235675 0.5441973 0.05930489 0.1581089 0.007445752 5.06434e-4 0.1666139 0.006340205 0.5660004 0.2530932 0.02328401 0.02093589 0.5522144 0.4035657 0.06464719 0.03440201 0.004310727 0.1096003 0.7870398 0.8724115 0.07314896 0.05443948 0.4046498 0.3965041 0.003708362 0.1195431 0.07559466 1.71783e-4 0.8532769 0.0368151 0.02718985 0.03183645 0.04755091 0.003158688 0.5044913 0.4955087 9.70925e-5 0.4938693 0.04348075 0.4625529 0.01594358 0.002282202 0.7221915 0.0323953 0.2271874 0.007811188 0.9921888 1 0.02899885 0.01958787 0.9514132 1 1 0.8027585 0.1972415 0.09802138 0.7181236 0.01362442 0.1702305 0.001015245 0.01487129 0.0187599 0.02639204 0.7561417 0.1828197 0.5823581 0.06772005 0.03500974 0.0370658 0.2778462 3.31328e-5 1.44405e-5 0.1720129 2.40516e-4 0.129696 0.6980029 5.17509e-4 0.004514098 3.06557e-4 0.08772075 0.4133309 0.4936102 0.004558622 0.01770818 0.004826664 0.9701265 0.002779901 8.02993e-4 0.9538992 0.0452978 0.06329298 0.936707 0.006053566 0.5593448 0.2796724 0.1549292 0.808321 0.191679 0.002882719 0.4985587 0.4985587 0.1756572 0.8243429 0.02378606 0.9762139 0.9933766 0.006623446 0.9852534 0.0147466 0.054322 0.1986612 0.7423835 0.004633367 1 2.18861e-4 0.003682374 0.8983114 0.09778732 0.06464719 0.03440201 0.004310727 0.1096003 0.7870398 0.002270221 0.00882405 0.9570606 0.03184509 0.8000109 0.02895629 0.01968199 0.1159116 0.03543913 0.2411031 0.4932061 0.1350821 0.1306086 1 1 9.46144e-5 0.02552294 0.4812642 0.04237097 0.4507471 0.01594358 0.002282202 0.7221915 0.0323953 0.2271874 0.002350151 0.180457 0.08128297 0.004987001 0.009094536 0.7218282 0.8792186 0.1207814 0.5 0.5 0.5 0.5 0.3516013 0.04325008 0.2499704 0.3551782 0.4277535 0.00320667 0.3685305 0.2005094 0.5275583 0.4724417 0.5 0.5 0.5134096 0.4865904 0.6371536 0.3628464 0.643809 0.356191 0.6506049 0.3493952 0.876937 0.1230629 0.8228493 0.1771506 0.7750461 0.2249539 0.8549606 0.1450393 0.5472119 0.08207356 0.0740996 0.2966149 0.6653586 0.321388 0.01325345 0.6518382 0.3193348 0.02882689 0.763753 0.236247 0.7319301 0.2680699 0.5 0.5 0.797757 0.1994392 0.002803683 0.7811826 0.2154986 0.003318667 0.1662886 0.6651543 0.1662886 0.002268433 0.1666666 0.1666666 0.6666667 0.1818181 0.1590909 0.6590909 0.0132696 0.04100173 0.6030086 0.2957957 0.04692429 0.006328582 0.03052079 0.5036688 0.4067125 0.0526973 7.20192e-5 0.04153442 0.685153 0.2733126 0.02660673 0.06014186 0.609007 0.2704985 0.03374588 0.03889024 0.07776987 0.6145315 0.2471997 0.02160865 0.004687964 0.1885477 0.6747549 0.1317578 2.51581e-4 0.003170967 0.14954 0.6232181 0.2224678 8.69993e-4 7.33064e-4 0.001925051 0.1175033 0.5808913 0.2969672 0.00158447 0.001128494 0.06800156 0.51549 0.4120803 0.002688527 0.001739501 0.09438544 0.5759365 0.3266152 0.001739144 0.00132364 0.142717 0.686666 0.170055 5.6195e-4 0.1143908 0.6217697 0.2618119 0.001019239 0.001008331 0.0100553 0.2910754 0.6152709 0.08340024 1.98115e-4 0.008663773 0.2644947 0.6306924 0.09593713 2.11976e-4 0.005516946 0.2241157 0.6474942 0.1225107 3.62327e-4 0.007891416 0.2591492 0.630635 0.102048 2.76411e-4 0.3539123 0.04309594 0.2490794 0.3539123 0.4277535 0.00320667 0.3685305 0.2005094 0.5275583 0.4724417 0.5 0.5 0.5134096 0.4865904 0.643809 0.356191 0.6506049 0.3493952 0.7380583 0.2619417 0.876937 0.1230629 0.8549606 0.1450393 0.5545425 0.03521782 1.47384e-4 0.4100923 0.6740197 0.07843321 0.247547 0.5466092 0.05944955 0.03774327 0.356198 0.7300304 0.2240373 0.04593223 0.6725254 0.2944881 0.03298652 0.763753 0.236247 0.7319301 0.2680699 0.1386129 0.6376195 0.2217807 0.001986861 0.1662886 0.6651543 0.1662886 0.002268433 0.1587422 0.6576464 0.1814197 0.002191662 0.1813105 0.6572508 0.1586467 0.002791941 0.4444444 0.02777773 0.5277778 0.4 0.04999995 0.55 0.04153442 0.685153 0.2733126 0.03628295 0.6156968 0.3331876 0.01479727 3.51504e-5 0.03110522 0.547215 0.3922229 0.02938699 6.98079e-5 0.06075918 0.109154 0.624367 0.2057198 0.04661512 0.09341293 0.6385172 0.2214546 0.06800156 0.51549 0.4120803 0.002688527 0.001739501 8.83597e-4 0.09072226 0.5455084 0.3592448 0.002181768 0.001459062 0.09438544 0.5759365 0.3266152 0.001739144 0.00132364 0.142717 0.686666 0.170055 5.6195e-4 0.1143908 0.6217697 0.2618119 0.001019239 0.001008331 0.0100553 0.2910754 0.6152709 0.08340024 1.98115e-4 0.008663773 0.2644947 0.6306924 0.09593713 2.11976e-4 0.2983549 0.3578746 0.3306179 0.01315277 0.3067041 0.3855093 0.3077867 0.2938188 0.35264 0.3403568 0.01318424 0.292443 0.3573962 0.341582 0.008578598 0.6871164 0.2794285 0.03345507 0.7958045 0.14398 0.06021559 0.7103431 0.2841372 0.005519747 0.4940541 0.4940541 0.01189178 0.3963643 0.5450009 0.04954552 0.009089171 0.5370848 0.4522819 0.01063328 0.5741356 0.4175531 0.008311271 0.149685 0.6486353 0.1995801 0.002099514 0.04986947 0.3989558 0.5485642 0.002610504 0.2 0.15 0.65 0.1630434 0.173913 0.6630435 0.2429279 0.2901158 0.4027531 0.06363582 5.67285e-4 0.1956568 0.2300288 0.4522629 0.1201275 0.001923918 0.1543064 0.185906 0.5015562 0.1560634 0.00216794 0.1401025 0.1772402 0.5230917 0.1580388 0.001526713 0.003092944 0.02563488 0.4573596 0.4584184 0.05538851 1.05592e-4 0.05024015 0.09405821 0.6196361 0.2256717 0.01039373 0.3006527 0.3696368 0.3297104 0.295264 0.3476442 0.3390699 0.01802194 0.2983549 0.3578746 0.3306179 0.01315277 0.6584609 0.2962362 0.04530286 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.7811826 0.2154986 0.003318667 0.3963643 0.5450009 0.04954552 0.009089171 0.3309293 0.5791264 0.08273231 0.007211923 0.3970835 0.5459898 0.04963541 0.007291376 0.4978283 0.4978283 0.00434333 0.04986947 0.3989558 0.5485642 0.002610504 0.04987603 0.5486368 0.3990086 0.00247848 0.06805914 0.5671598 0.3629823 0.001798629 0.2 0.15 0.65 0.1818181 0.1590909 0.6590909 0.1956568 0.2300288 0.4522629 0.1201275 0.001923918 0.1403907 0.1870507 0.5570159 0.1155427 0.1547751 0.1998899 0.5496983 0.09563666 0.0132696 0.04100173 0.6030086 0.2957957 0.04692429 0.02599954 0.4796871 0.4504359 0.04377353 1.03983e-4 0.002899527 0.1854982 0.6660782 0.1450669 4.57033e-4 0.005516946 0.2241157 0.6474942 0.1225107 3.62327e-4 0.007891416 0.2591492 0.630635 0.102048 2.76411e-4 0.3113664 0.373 0.3156335 0.3006527 0.3696368 0.3297104 0.2911317 0.3619296 0.3427498 0.004188776 0.5 0.5 0.1247692 0.6238462 0.2495385 0.001846015 0.15 0.2 0.65 0.125 0.625 0.25 0.1248997 0.6244987 0.2497994 8.0203e-4 0.1250036 0.6250036 0.2499927 0.1255539 0.2279312 2.47679e-4 0.01379156 0.0500583 0.2945599 0.2860293 0.001828014 0.1222074 0.2418757 2.01909e-4 0.01247763 0.05210733 0.2874045 0.2837254 0.1258001 0.2412537 2.35409e-4 0.01143014 0.05154228 0.281805 0.2878727 6.05787e-5 0.0304439 0.3057166 0.3940724 0.03823274 0.06511098 0.1664234 0.03068739 0.2975437 0.441875 0.01856756 0.05955141 0.1517749 0.03138977 0.3009895 0.4210138 0.01892089 0.06121557 0.1664702 0.03373032 0.3217062 0.4104713 0.01643818 0.05664151 0.1610125 0.03144526 0.3049263 0.4200085 0.02017492 0.06475615 0.1586887 0.03260624 0.3141748 0.4083231 0.01959788 0.06447601 0.1608218 0.1427682 0.6991541 0.1580777 0.1392573 0.687341 0.1734017 0.1411347 0.7077405 0.1511248 0.1395232 0.6960703 0.1644065 8.65311e-4 0.1560091 0.6857209 0.1573411 6.36506e-5 0.1528778 0.6525665 0.193933 6.22655e-4 0.1666666 0.6666667 0.1666666 0.1665896 0.6663587 0.1665896 4.61995e-4 0.1603414 0.6603415 0.1793171 0.1667122 0.6666439 0.1666439 0.178717 0.234699 3.85202e-4 0.0243377 0.05028885 0.2038726 0.3076994 0.1817942 0.23211 4.83691e-4 0.02701252 0.04949969 0.2085116 0.2970536 0.003534615 0.1773597 0.2371631 4.55069e-4 0.02187836 0.04914647 0.2036963 0.3102738 2.6854e-5 0.1244738 0.1950733 0.3998515 0.116122 0.1644794 0.1333938 0.1942179 0.3913905 0.119533 0.1614646 0.1306495 0.1974618 0.3928467 0.1149992 8.96982e-5 1.89915e-4 0.1637632 0.005981266 0.1678115 0.4880011 0.1345236 0.1352756 0.001679122 0.06672763 0.005718946 0.1696967 0.4911545 0.1365594 0.1344874 0.002281725 0.06010115 0.005878746 0.1684879 0.4907608 0.135811 0.1352781 0.00195831 0.06182491 0.002542316 0.01267635 0.3668332 0.4802157 0.02153766 0.115803 3.91599e-4 0.00191152 0.01286816 0.3874893 0.5021468 0.02761864 0.06751286 4.525e-4 0.002428114 0.01271408 0.3725559 0.4878454 0.02362024 0.1004235 4.12677e-4 4.28985e-4 0.07152736 0.5624936 0.3629434 0.00260663 2.83357e-4 0.06662446 0.5673943 0.3630586 0.002639234 3.58013e-4 0.06913125 0.5648407 0.3630224 9.1393e-6 9.59535e-6 0 0.002628922 0.003203868 0.1082277 0.06462019 0.452327 0.2573993 0.1142219 0.003377795 0.1204172 0.06789809 0.4529769 0.2385829 0.116747 0.003228545 0.1117466 0.06604725 0.4430263 0.2635239 0.1124274 0.003330647 0.1190825 0.06984144 0.4525874 0.2400333 0.1151247 0.003308057 0.1161722 0.06836825 0.4489235 0.2511229 0.1121051 0.2380331 0.7397257 0.02224123 0.2633073 0.7097319 0.02696067 0.3176464 0.6540479 0.02830576 0.2922909 0.6836175 0.0240916 0.2503476 0.7257903 0.023862 0.296753 0.6777248 0.02552211 0.8333138 0.1666628 1.16938e-5 1.16938e-5 0.7651395 0.2348605 0.8333334 0.1666666 0.8819804 0.1180195 0.801726 0.1982727 6.72373e-7 6.72373e-7 0.8582921 0.141706 8.91739e-7 8.91739e-7 0.03770977 0.5303721 0.1953631 0.02012497 0.05037695 0.166053 0.03792202 0.5189405 0.2306464 0.01477164 0.04185265 0.1558666 0.009117007 0.05258059 0.5169632 0.2030457 0.01687169 0.04374516 0.1576764 0.03842234 0.5255818 0.2132765 0.0171861 0.04769265 0.1578406 0.005213439 0.04655092 0.5220875 0.2011803 0.0185669 0.04751771 0.158883 0.002521634 0.02561473 0.02147293 0.3247106 0.5651935 0.001764118 4.94259e-5 0.05867296 0.002483963 0.02491867 0.02107518 0.3272477 0.567036 0.05723828 0.002530336 0.02571791 0.02146887 0.3262039 0.5641788 0.05990016 1.77334e-4 0.00148493 0.001504421 0.05424386 0.6268552 0.2949063 0.01083207 0.009995758 0.02548146 0.6234257 0.3325592 0.01225352 0.006280124 0.02735602 0.6294274 0.3238039 0.01246845 0.006944119 1.04213e-4 0.001059174 8.84195e-4 0.03931099 0.6279224 0.3106471 0.01141023 0.008661568 0.02688014 0.6287621 0.3256483 0.01207703 0.006632506 0.6997011 0.3002989 0.6596469 0.3403531 0.6572225 0.3427774 0.6885228 0.3114772 0.6930637 0.3069363 0.6237106 0.232537 0.1437523 0.6105276 0.242572 0.1469004 0.6074367 0.2274485 0.1651147 0.6122419 0.2442073 0.1435508 0.6123059 0.2378044 0.1498897 0.04615777 0.9348611 0.01898097 0.9860312 0.01396876 0.985627 0.01436775 5.17563e-6 0.9819993 0.01800066 0.02224642 0.961961 0.01579248 0.9848811 0.01511895 0.8 0.2 0.7998503 0.1999626 1.87144e-4 0.766165 0.2333915 4.43531e-4 0.7914111 0.2085889 0.8 0.2 0.7797557 0.2202444 0.3440184 0.5773193 0.07776689 8.95344e-4 0.4999335 0.5000333 3.3251e-5 0.6325385 0.3667573 7.04189e-4 0.4994149 0.4994149 0.001170098 0.4086366 0.5456817 0.04568165 0.5761321 0.4238679 0.5 0.5 0.074283 0.5737198 0.3508706 0.001126587 0.4990969 0.4990969 0.00180608 0.04370498 0.5437051 0.41259 1.38404e-4 0.4997231 0.5001384 0.5 0.5 0.5001635 0.4998365 0.3806363 0.05968183 0.5596819 0.5007508 0.4992489 0 0 0.432907 0.0335465 0.5335465 0.9999745 1.27357e-5 1.27357e-5 1 0.996622 0.003378033 0.9999986 7.64039e-7 7.64039e-7 0.998887 0.001113057 2.82786e-4 0.1518036 0.7847827 0.06219714 9.33769e-4 0.1451472 0.7868909 0.05924063 0.007798135 9.2309e-4 0.1459752 0.7932179 0.05960154 2.71251e-4 9.34018e-4 0.02430117 0.1671891 0.5167815 0.03581279 0.09907984 0.1568355 0.02144974 0.1706626 0.4605128 0.07061022 0.1051723 0.1715921 0.02101075 0.1474763 0.4915847 0.06649523 0.104925 0.1685079 0.02295017 0.1467167 0.5270532 0.03764629 0.1033356 0.1622979 0.02368825 0.1802403 0.4890806 0.03839999 0.1060831 0.1625076 0.02218228 0.1594305 0.4797714 0.06172448 0.1088104 0.1680807 0.003285229 0.1768757 0.1403087 0.3910968 0.07831913 0.2101143 0.003119826 0.1686923 0.1308216 0.3935254 0.1067776 0.197063 0.003247857 0.1747377 0.142612 0.3921607 0.07832545 0.208916 0.003178238 0.1742959 0.1467466 0.392022 0.07627391 0.2074832 0.003290712 0.1747236 0.1560914 0.3761022 0.07806551 0.2117264 0.003252565 0.173213 0.1397854 0.3940727 0.08488374 0.2047925 0.003424584 0.1755274 0.146202 0.3882813 0.07791471 0.2086498 0.04288935 0.3920538 0.2462828 0.2200345 0.01075828 0.0879811 0.03465437 0.3983187 0.2450892 0.2224242 0.0062294 0.09328418 0.03476023 0.3999747 0.2473204 0.2195095 0.006914317 0.09152084 0.01506537 0.3096264 0.4996987 0.06595748 0.06811356 0.04133719 2.0128e-4 0.01579105 0.3100411 0.5001004 0.06498467 0.06756412 0.04115849 3.6018e-4 0.01612985 0.3094844 0.4993442 0.06484174 0.06805914 0.04191231 2.284e-4 4.28998e-4 0.07152783 0.562493 0.3629434 0.00260663 2.83321e-4 0.06662607 0.5673974 0.3630515 7.72369e-7 0.002640902 3.58016e-4 0.06912779 0.5648505 0.36304 0.002623558 0.7142602 0.2851944 5.45383e-4 0.7142803 0.2857196 0.7145463 0.2854096 4.41498e-5 0.212664 0.1436679 0.643668 0.2500404 0.1249798 0.6249799 0.25 0.125 0.625 0.229891 0.1350545 0.6350545 0.2501041 0.1249479 0.6249479 0.002472341 0.02480214 0.3257165 0.5643833 0.06164908 0.02097666 0.002506792 0.02544969 0.3223422 0.5613867 0.001754939 0.065086 0.02142435 4.91685e-5 0.002510011 0.02551132 0.3235842 0.5596478 0.06745028 0.02129632 0.02802848 0.2134345 0.2417539 0.2803399 0.1219038 0.1145393 0.02708882 0.2237596 0.2395463 0.286587 0.1291694 0.0938487 0.03083986 0.2172622 0.2382385 0.2772864 0.1291086 0.1072643 0.7070521 0.2929479 0.6572225 0.3427774 0.6596468 0.3403531 0.6842169 0.315783 0.6849922 0.3150078 0.1427682 0.6991542 0.1580776 0.1411347 0.7077405 0.1511247 0.1392573 0.687341 0.1734017 8.65314e-4 0.1560091 0.6857208 6.36509e-5 0.1573411 0.1407731 0.692494 0.1667329 0.2601636 0.1924412 5.11824e-4 0.03912395 0.03250658 0.1303919 0.3448607 0.2760124 0.1736944 3.50562e-4 0.04725486 0.02395921 0.1165769 0.3525811 0.0095703 0.290539 0.1721107 2.41348e-4 0.05569165 0.01639646 0.1071403 0.3578804 0.2701895 0.1751545 3.59345e-4 0.04920297 0.02560764 0.1174425 0.3522349 0.009808301 0.2699496 0.1800073 4.29912e-4 0.04457271 0.02880966 0.1231582 0.3530725 0.2736043 0.175206 4.21543e-4 0.04380065 0.02970308 0.1206509 0.3566135 0.9819993 0.01800072 0.9858304 1.03608e-5 0.01415932 0.9860317 0.01396828 0.04615789 0.9348611 0.01898097 0.9851104 6.56421e-7 0.01488888 0.02257299 0.9614585 0.01596856 0.7914111 0.2085888 0.766165 0.2333915 4.43531e-4 0.7998503 0.1999626 1.87143e-4 0.8 0.2 0.7798392 0.2201284 3.24214e-5 0.8 0.2 0.1666666 0.6666667 0.1666666 0.1528778 0.6525666 0.193933 6.22653e-4 0.1665896 0.6663587 0.1665896 4.62003e-4 0.1603344 0.660314 0.1793107 4.08393e-5 0.1667 0.6666265 0.1666421 3.1376e-5 0.0742833 0.57372 0.35087 0.001126587 0.5 0.5 0.4990969 0.4990969 0.001806139 0.04370731 0.5436587 0.4125366 9.74128e-5 9.24957e-5 0.4997418 0.5000193 1.46286e-4 0.1259157 0.2207075 0.3892312 0.1605836 0.1035618 0.1164319 0.2104526 0.4054771 0.1505995 0.1170387 0.1209654 0.2147383 0.396226 9.57851e-5 2.02003e-4 0.1548277 0.1129448 0.703725 0.296275 0.7478749 0.2521251 0.700057 0.2999429 0.7264934 0.2735066 0.7285975 0.2714025 2.25955e-5 0.04272598 0.4000557 0.2448341 0.2078093 0.0896123 0.01493996 4.3786e-6 0.03441959 0.4050337 0.2449931 0.2143667 0.09296739 0.008214831 0.03462219 0.4088564 0.2467069 0.2068899 0.09183323 0.01109123 0.006994307 0.0127514 0.3940547 0.4975904 0.027368 0.06079262 4.48394e-4 0.008518815 0.01246941 0.3767739 0.4723757 0.02118605 0.1082909 3.85206e-4 0.008730232 0.01256734 0.3818628 0.4820267 0.02335786 0.0910471 4.0786e-4 0.9928225 1.041e-5 0.007167041 0.9877773 0.01222264 0.9908335 0.009166538 0.9915173 6.28312e-7 0.008482098 0.9924352 1.30617e-7 0.007564663 0.1875244 0.2132056 6.22291e-4 0.02722024 0.05581516 0.1817381 0.3311325 0.002741515 0.1892718 0.2315925 5.7126e-4 0.0280652 0.05700439 0.177569 0.3159258 0.1946049 0.2179259 6.05761e-4 0.02544391 0.05687463 0.1779764 0.3262853 2.83147e-4 0.1098859 0.2463824 2.09771e-4 0.01305484 0.05625069 0.2696297 0.3045865 0.109148 0.2226134 2.05145e-4 0.01014578 0.05060958 0.2995775 0.3077004 0.116546 0.2376789 2.26698e-4 0.01098728 0.05539917 0.273769 0.3053929 0.04409158 0.08704036 2.0722e-4 0.03816068 0.4872357 0.09581458 0.2474498 0.04241007 0.08428889 3.25906e-4 0.03641176 0.4967486 0.09331935 0.2464952 0.0436818 0.09917813 2.37566e-4 0.03896278 0.4810786 0.09197783 0.2448831 0.03088933 0.3001813 0.01868975 0.05994331 0.1455135 0.4447827 0.02957856 0.3257134 0.03714597 0.06326031 0.1614302 0.3828714 0.03256124 0.3511474 0.01586842 0.05467826 0.1495023 0.3962424 0.03095299 0.3108636 0.01865762 0.06036365 0.1640067 0.4151554 0.03119152 0.3182234 0.01924622 0.064327 0.1509326 0.4160792 0.03185498 0.3380166 0.0191462 0.06299042 0.1490809 0.3989108 0.02307134 0.6190939 0.3578348 0.02895843 0.6587704 0.3122712 0.04876989 0.6419017 0.3093283 0.02689409 0.4293419 0.5437641 0.02720326 0.6373133 0.3354834 0.03818666 0.5898053 0.372008 0.06107032 0.1266173 0.4890401 0.01776641 0.0376501 0.144002 0.1238535 0.05765372 0.1247317 0.4930899 0.01717221 0.03695535 0.1332488 0.1371482 0.05914014 0.1270246 0.4877078 0.0181545 0.0385887 0.1358621 0.1335219 0.01041036 0.1768869 0.2655221 0.08896958 0.193111 0.2651001 0.01072376 0.1611323 0.2410057 0.08707916 0.1999735 0.3000855 0.01004242 0.1660017 0.2596007 0.08976393 0.1952537 0.2793372 0.01081538 0.1656359 0.2519115 0.08874058 0.2069022 0.2759944 0.0106042 0.1690218 0.2634848 0.08957642 0.1936866 0.273626 0.166693 0.1666138 0.6666931 0.1666666 0.1666666 0.6666667 0.1542385 0.191361 0.6540766 3.23878e-4 0.1667279 0.1666361 0.6666361 0.1609345 0.1781204 0.6609238 2.13173e-5 0.1451472 0.786891 0.05924075 0.007797896 9.23091e-4 2.68479e-4 0.1516107 0.7853238 0.06186467 9.32324e-4 2.26097e-6 0.1459218 0.7932189 0.05991995 9.37068e-4 0.02147388 0.1695433 0.07068842 0.1052904 0.1719731 0.4610307 0.02462041 0.1588991 0.03628319 0.1003813 0.1562458 0.5235702 0.02304458 0.1441142 0.0378012 0.1037609 0.162059 0.5292201 0.02096885 0.1469709 0.06636238 0.1047157 0.1703783 0.4906038 0.02418178 0.163391 0.03920018 0.1082937 0.1656619 0.4992713 0.02235358 0.1526241 0.06223434 0.1096544 0.1697523 0.483381 0.6133204 0.3866796 0.5544065 0.4455935 0.5642338 0.4357662 0.5780512 0.4219487 0.58511 0.4148899 0.5841935 0.002810955 0.4129955 0.008921205 0.3191694 0.6273539 0.04389923 6.56229e-4 0.009162366 0.3202078 0.6241256 0.04583019 6.73968e-4 0.01055383 0.3418961 0.6034275 0.0432133 9.09226e-4 0.01228767 0.3688958 0.5784059 0.03886371 0.001546859 0.01045614 0.3464395 0.602783 0.03962308 6.98269e-4 0.01002305 0.3356766 0.6068934 0.04666954 7.37279e-4 0.01125383 0.3580877 0.5900837 0.03952997 0.00104469 0.9877775 0.01222246 0.9926264 0.007368147 5.44116e-6 0.9908336 0.0091663 0.9912853 0.008714675 0.9922682 0.007731795 0.7142819 0.2857182 0.7141087 0.2853469 5.4441e-4 0.7144632 0.2855367 0.003340482 0.1396375 3.11293e-4 0.03485506 0.4939295 0.08921784 0.2387082 0.005465984 0.1633147 1.94704e-4 0.03596389 0.4721059 0.09020543 0.2327492 0.00485295 0.1667212 2.2715e-4 0.03691655 0.4719069 0.08753687 0.2318382 0.02556788 0.2111584 0.2404327 0.3111402 0.07782405 0.1338766 0.02598941 0.2052008 0.2411457 0.3012782 0.09041398 0.1359718 0.02887237 0.2069254 0.239326 0.3022864 0.08734053 0.135249 0.02986413 0.6666956 0.3034402 0.02307134 0.619094 0.3578348 0.0274105 0.4399135 0.532676 0.04873335 0.6415996 0.3096669 0.02709746 0.6526873 0.3202152 0.04042488 0.611883 0.3476921 0.01072353 0.1611294 0.300079 0.2407516 0.08707755 0.2002388 0.01026028 0.1743559 0.2612771 0.2614307 0.08769083 0.204985 0.00990051 0.1636554 0.275389 0.2548719 0.08849292 0.2076902 0.010863 0.1663668 0.2772104 0.2523898 0.08913195 0.204038 0.01044332 0.1664366 0.2695696 0.2582721 0.08822745 0.2070509 0.1249005 0.6244994 0.249798 8.02078e-4 0.125 0.625 0.25 0.1249986 0.6249685 0.2499727 6.01522e-5 0.7651343 0.2348657 0.8333138 0.1666628 1.16951e-5 1.16951e-5 0.8819935 0.1180064 0.8333334 0.1666666 0.8017286 0.1982714 0.8585491 0.1414508 0.02735602 0.6294274 0.3238039 0.006944119 0.01246839 0.02548158 0.6234273 0.3325576 0.006280124 0.0122534 1.77334e-4 0.00148493 0.05424386 0.6268551 0.2949063 0.009995758 0.001504421 0.01083207 0.02687954 0.6287519 0.3256582 0.006632328 0.01207804 1.04219e-4 0.001059234 0.03931164 0.6279222 0.3106464 0.008661687 8.84241e-4 0.01141023 0.6105275 0.242572 0.1469003 0.6229118 0.2403197 0.1367685 0.6236849 0.2320815 0.1442336 0.6074368 0.2274484 0.1651148 0.6133722 0.2470147 0.139613 0.6122775 0.2375637 0.1501588 0.2194501 0.2126669 7.67622e-4 0.03745567 0.05281025 0.1575903 0.3192588 0.2255603 0.1975393 7.56418e-4 0.03045761 0.05504113 0.1489723 0.3416728 0.2206665 0.2015489 7.85486e-4 0.03540766 0.05662912 0.1538757 0.3310864 0.2115558 0.2094197 5.77119e-4 0.02519035 0.05091607 0.1718928 0.3219242 0.008523821 0.2138126 0.2165595 5.63785e-4 0.02483254 0.05154347 0.1659638 0.3267242 0.2128426 0.2161261 6.0713e-4 0.02435028 0.05265736 0.1652747 0.3278719 2.69668e-4 0.1666931 0.1666138 0.666693 0.1542385 0.1913609 0.6540766 3.23877e-4 0.1666666 0.1666666 0.6666667 0.1609458 0.1781083 0.6609459 0.1667473 0.1666263 0.6666263 0.05229914 0.221322 3.98476e-4 0.05163669 0.4184967 4.61207e-5 0.2558007 0.04916274 0.1871188 5.89603e-4 0.04873871 0.4414939 1.48967e-4 0.2727472 0.05412185 0.2251496 3.77495e-6 6.30662e-4 0.05210304 0.410746 0.2572439 1.08241e-6 0.5544064 0.4455935 0.6021397 0.3978603 0.5780512 0.4219487 0.564234 0.435766 0.5907073 0.4092927 0.5832071 0.003946602 0.4128463 0.700057 0.299943 0.747873 0.2521271 0.703725 0.2962749 7.31416e-5 0.7371515 0.2627753 0.7343241 0.2656759 0.1083608 0.4863603 0.4052788 0.006776273 0.5332794 0.4599443 0.08488959 0.368898 0.5462125 0.09819614 0.4080405 0.4937634 0.09971767 0.4127759 0.4875063 0.110126 0.4786474 0.4112266 0.05357408 0.5662761 0.3801497 0.1081409 0.4779806 0.4138785 0.499935 0.5000324 3.24621e-5 0.3440186 0.5773192 0.07776683 8.95343e-4 0.4994159 0.4994159 0.001168191 0.632538 0.3667578 7.04187e-4 0.4085614 0.5456673 0.04570198 6.93663e-5 0.5761952 0.4237529 5.19753e-5 0.500285 0.4997147 0 0 0.5 0.5 0.3806363 0.05968177 0.5596818 0.5006211 0.4993788 0.4327657 0.03361713 0.5336172 0.9999996 3.83037e-7 0.9999745 1.27502e-5 1.27502e-5 0.9966214 0.00337857 0.9999939 6.19257e-6 0.9990843 3.40839e-7 9.15331e-4 0.07350069 0.1828694 4.22242e-4 0.05546629 0.4056448 4.83091e-5 0.2820481 0.07424527 0.1624743 6.1139e-4 0.05103409 0.4237307 1.35706e-4 0.2877683 0.07687479 0.1867845 4.82149e-4 0.05622237 0.3977554 0.2818806 0.02654165 0.02358466 0.02307873 0.4972266 0.20063 0.2289382 0.02595227 0.0334261 0.02432626 0.5235421 0.1967569 0.1959962 0.02710747 0.03179413 0.02367436 0.4936994 0.2021278 3.58063e-4 0.2212323 6.31628e-6 0.005879521 0.1733499 0.479764 0.1322467 0.1329865 0.07412242 0.00165081 0.005618095 0.1723833 0.4822478 0.1341027 0.1320631 0.0713393 0.002245426 0.005755305 0.1725731 0.4811254 0.1332116 0.132615 0.07278138 0.001938045 0.0157113 0.3133502 0.4975736 0.06465631 0.06722277 3.58353e-4 0.04112738 0 0.01496416 0.314302 0.4962174 0.06549942 0.06764113 1.99968e-4 0.04117584 0.01603615 0.3136893 0.4961358 0.06441575 0.06762748 2.24436e-4 0.04187101 0.003431141 0.1253875 0.4611243 0.2190718 0.1220616 0.06892347 0.003261983 0.1202865 0.4603513 0.2316605 0.1186475 0.06579208 0.003207087 0.1175956 0.4482516 0.2476435 0.1176931 0.06560885 0.003392696 0.1259323 0.4619172 0.2164711 0.1211575 0.07112908 0.003319799 0.1238879 0.4566985 0.2284364 0.1190467 0.0686106 0.01045614 0.3464395 0.602783 6.98268e-4 0.03962308 0.01228761 0.3688957 0.5784059 0.001546859 0.03886371 0.01052445 0.3432638 0.6032335 8.45723e-4 0.04213255 0.009162366 0.3202078 0.6241256 6.73968e-4 0.04583019 0.008921205 0.3191694 0.6273539 6.56229e-4 0.04389923 0.01125383 0.358088 0.5900834 0.00104469 0.03952997 0.01002305 0.3356767 0.6068934 7.37279e-4 0.04666954 0.2500054 0.6249974 0.1249973 0.2498374 0.6245936 0.1249187 6.50219e-4 0.2055999 0.6467725 0.1470575 5.70187e-4 0.2502237 0.6248881 0.1248881 0.2257788 0.6371106 0.1371105 0.1249471 0.2498942 0.6247356 4.22957e-4 0.1250039 0.249992 0.625004 0.09218847 0.315053 0.5916184 0.001140058 0.1250574 0.2498852 0.6250575 0.1105769 0.2788461 0.6105769 0.2500346 0.1249827 0.6249827 0.2126639 0.143668 0.6436681 0.25 0.125 0.625 0.2299261 0.135037 0.635037 0.2501595 0.1249203 0.6249203 0.06378817 0.1417076 0.4523106 0.1105118 0.01898616 0.04030436 0.1723909 0.06159341 0.1403414 0.4603872 0.1143469 0.01834565 0.03948062 0.1655048 0.06406366 0.1509627 0.4471954 0.1075617 0.01964873 0.04177838 0.1687892 0.7998503 0.1999626 1.87142e-4 0.8 0.2 0.7998503 0.1999626 1.87142e-4 0.799678 0.1999195 4.0261e-4 0.8 0.2 0.8 0.2 0.2997722 0.677164 0.02306371 0.3176465 0.6540476 0.02830576 0.2633073 0.7097321 0.02696067 0.2380234 0.7397361 0.0222404 0.2670545 0.7094267 0.0235188 0.2968735 0.6774851 0.02564138 0.2506905 0.7252485 0.02406096 0.2498374 0.6245936 0.1249187 6.50252e-4 0.2500056 0.6249973 0.1249972 0.2055996 0.6467725 0.1470576 5.7019e-4 0.2501754 0.6248808 0.1249017 4.19733e-5 0.225753 0.6370946 0.1371138 3.85672e-5 0.1250039 0.249992 0.6250039 0.1249471 0.2498942 0.6247356 4.22952e-4 0.09218865 0.3150526 0.5916187 0.001140058 0.1250353 0.2499119 0.6250178 3.48877e-5 0.1105582 0.278847 0.6105217 7.29891e-5 0.03749287 0.5366448 0.02000921 0.05008721 0.1628035 0.1929621 0.03826725 0.5351718 5.62482e-6 0.01669508 0.04511606 0.1470717 0.2176724 0.03868526 0.5473502 3.43005e-5 0.01865339 0.04863697 0.1391893 0.2074505 0.2338314 0.2004325 7.33858e-4 0.02917933 0.0476256 0.1454311 0.3427659 0.2279067 0.1949779 7.61041e-4 0.03526902 0.05644273 0.1504863 0.334156 0.2323355 0.1993336 7.38017e-4 0.0315662 0.05066269 0.1433858 0.3419781 0.6359623 0.3263965 0.03764104 0.6239398 0.3365996 0.03946048 0.6210457 0.3264028 0.0525515 0.6281905 0.3342138 0.03759574 0.6233206 0.3330373 0.04364216 0.08108055 0.02313154 0.5093346 0.1870935 0.1993597 0.09226554 0.02169573 0.4751855 0.1887548 0.2220982 0.0914188 0.02239948 0.4767095 0.1910133 3.22166e-4 0.218131 5.6935e-6 0.6239398 0.3365996 0.03946053 0.6343817 0.3311511 0.03446704 0.6210457 0.3264028 0.0525515 0.6194222 0.3435036 0.03707414 0.6236992 0.3345956 0.04170513 0.150977 0.2513079 3.87333e-4 0.02512615 0.05318498 0.2060338 0.3129827 0.1481539 0.2383301 4.43675e-4 0.02223622 0.05037498 0.2203513 0.3191647 9.44973e-4 0.1591761 0.2390798 4.35018e-4 0.02186417 0.0512402 0.2095016 0.318703 0.003317594 0.1621495 0.3975731 0.1278184 0.1700261 0.1391152 0.00340718 0.1777391 0.3900644 0.1080308 0.174354 0.1464045 0.003370046 0.1735285 0.3806666 0.101698 0.1808806 0.159856 0.003333151 0.1743702 0.3891921 0.1091266 0.170072 0.1539058 0.003406584 0.1742829 0.3900241 0.1107701 0.171935 0.149581 0.003418207 0.1701017 0.3918933 0.1192684 0.1684163 0.1469019 0.003572881 0.1764824 0.3874378 0.1090836 0.1709257 0.1524973 0.006779015 0.5332739 0.4599471 0.1083608 0.4863603 0.405279 0.110126 0.4786474 0.4112267 0.09971767 0.4127759 0.4875063 0.09819614 0.4080405 0.4937634 0.08488965 0.3688981 0.5462123 0.05153012 0.5336464 0.4148235 0.1079187 0.4775969 0.4144844 0.01492238 0.001326143 0.1792519 0.562074 0.09645342 0.002646625 0.1433255 0.02153587 0.001317262 0.1780484 0.5583004 0.09580588 0.002628862 0.1423633 0.00166589 0.04876953 0.9495646 0.001322388 0.2685453 0.7301323 0.001322388 0.2685453 0.7301323 0.03936088 0.002512753 0.3396374 0.3419083 0.005014717 0.2715659 0.02306979 0.002275228 0.6267346 0.03643935 0.001674234 0.3098067 0.02824652 0.00254184 0.3435669 0.3458641 0.005072712 0.2747079 0.02306979 0.002275228 0.6267346 0.03643935 0.001674234 0.3098067 1 1 1 0.005971729 0.3224851 0.6715431 0.005857408 2.42546e-4 0.02671277 0.7071853 0.2600019 0.003378093 1.02625e-5 0.01107144 0.01880156 0.4839113 0.4828272 1 0.1750342 0.8249657 0.00166589 0.04876953 0.9495646 0.001322388 0.2685453 0.7301323 2.29229e-5 0.001471161 0.008577287 0.1318415 0.8580871 0.001546144 0.005986392 0.3219788 0.6704887 0.001546144 0.005986392 0.3219788 0.6704887 1 0.002882719 0.4985587 0.4985587 0.02378606 0.9762139 0.02899885 0.01958787 0.9514132 0.01594358 0.002282202 0.7221915 0.0323953 0.2271874 0.01594358 0.002282202 0.7221915 0.0323953 0.2271874 0.005857408 2.42546e-4 0.02671277 0.7071853 0.2600019 0.003378093 1.02625e-5 0.01107144 0.01880156 0.4839113 0.4828272 1 0.1750342 0.8249657 1 1 1 0.002882719 0.4985587 0.4985587 0.02378606 0.9762139 1 1 1 1 1 0.7750461 0.2249539 0.8130444 0.1869556 0.8549606 0.1450393 0.6740296 0.07843083 0.2475396 0.3516013 0.04325008 0.2499704 0.3551782 0.4290727 0.05838757 0.1812191 0.3313206 0.5563021 0.03509032 0.4086076 0.5517527 0.05877512 0.03731507 0.3521571 0.5472119 0.08207356 0.0740996 0.2966149 0.6332612 0.3309733 0.03576552 0.6584609 0.2962362 0.04530286 0.7811826 0.2154986 0.003318667 0.7617052 0.2343708 0.003923892 0.173475 0.6613734 0.1626328 0.002518892 0.1813105 0.6572508 0.1586467 0.002791941 0.1143908 0.6217697 0.2618119 0.001019239 0.001008331 0.09438544 0.5759365 0.3266152 0.001739144 0.00132364 0.1783922 0.1783922 0.02439749 0.273183 0.3456349 0.3597037 0.005393087 0.2976809 0.3372222 0.643809 0.356191 0.6506049 0.3493952 0.4298499 0.0584039 0.1803326 0.3314136 0.5468556 0.08215206 0.07409375 0.2968985 0.5545425 0.03521782 1.47384e-4 0.4100923 0.5466092 0.05944955 0.03774327 0.356198 0.1386129 0.6376195 0.2217807 0.001986861 0.149685 0.6486353 0.1995801 0.002099514 0.1070761 0.2855364 0.6067647 6.22797e-4 0.08321231 0.3328493 0.5824863 0.001451969 0.167072 0.1936942 0.4822015 0.1542879 0.002744257 0.1543064 0.185906 0.5015562 0.1560634 0.00216794 0.1401025 0.1772402 0.5230917 0.1580388 0.001526713 0.1242026 0.1675397 0.5471985 0.1602501 8.08951e-4 0.06800156 0.51549 0.4120803 0.002688527 0.001739501 8.83597e-4 0.09072226 0.5455084 0.3592448 0.002181768 0.001459062 0.142717 0.686666 0.170055 5.6195e-4 0.1143908 0.6217697 0.2618119 0.001019239 0.001008331 0.008663773 0.2644947 0.6306924 0.09593713 2.11976e-4 0.007306218 0.2385619 0.6457379 0.1081684 2.25499e-4 0.3040631 0.3767681 0.3150085 0.004160344 0.3012837 0.3675687 0.3226087 0.008538782 0.8014639 0.1369222 0.06161391 0.7346791 0.219143 0.04617792 0.6871164 0.2794285 0.03345507 0.66644 0.3106491 0.02291089 0.6653586 0.321388 0.01325345 0.5370848 0.4522819 0.01063328 0.2222222 0.1388888 0.6388889 0.2 0.15 0.65 0.1630434 0.173913 0.6630435 0.2429279 0.2901158 0.4027531 0.06363582 5.67285e-4 0.1242026 0.1675397 0.5471985 0.1602501 8.08951e-4 0.01628583 0.05965918 0.6688598 0.255195 0.3220221 0.3763449 0.301633 0.3113664 0.373 0.3156335 0.3040631 0.3767681 0.3150085 0.004160344 0.3012837 0.3675687 0.3226087 0.008538782 0.2911317 0.3619296 0.3427498 0.004188776 0.292443 0.3573962 0.341582 0.008578598 0.295264 0.3476442 0.3390699 0.01802194 0.2938188 0.35264 0.3403568 0.01318424 0.6725254 0.2944881 0.03298652 0.6371638 0.3400774 0.02275878 0.6332612 0.3309733 0.03576552 0.7958045 0.14398 0.06021559 0.7880603 0.1532658 0.05867385 0.738489 0.2568657 0.004645228 0.7617052 0.2343708 0.003923892 0.3970835 0.5459898 0.04963541 0.007291376 0.4978283 0.4978283 0.00434333 0.02768588 0.5260318 0.4429741 0.003308176 0.1818181 0.1590909 0.6590909 0.2 0.15 0.65 0.167733 0.2114558 0.5431064 0.07770472 0.1962246 0.2425949 0.4947843 0.06639617 0.1062836 0.1566075 0.5743666 0.1627423 0.1243305 0.1727157 0.5651859 0.1377678 0.1403907 0.1870507 0.5570159 0.1155427 0.05024015 0.09405821 0.6196361 0.2256717 0.01039373 0.03889024 0.07776987 0.6145315 0.2471997 0.02160865 0.02660673 0.06014186 0.609007 0.2704985 0.03374588 0.3131929 0.3840477 0.3027595 0.3220221 0.3763449 0.301633 0.2911317 0.3619296 0.3427498 0.004188776 0.292443 0.3573962 0.341582 0.008578598 0.763753 0.236247 0.7797627 0.2202373 0.797757 0.1994392 0.002803683 0.5741356 0.4175531 0.008311271 0.1993161 0.6477774 0.149487 0.003419399 0.3309293 0.5791264 0.08273231 0.007211923 0.1813105 0.6572508 0.1586467 0.002791941 0.4 0.04999995 0.55 1 1 1 1 0.3598875 0.005395829 0.297322 0.3373945 0.4277535 0.00320667 0.3685305 0.2005094 0.5275583 0.4724417 0.5 0.5 0.5134096 0.4865904 0.6371536 0.3628464 0.643809 0.356191 0.876937 0.1230629 0.8228493 0.1771506 0.6703228 0.3082013 0.02147573 0.763753 0.236247 0.7319301 0.2680699 0.5 0.5 0.1662886 0.6651543 0.1662886 0.002268433 0.0132696 0.04100173 0.6030086 0.2957957 0.04692429 0.02660673 0.06014186 0.609007 0.2704985 0.03374588 0.004687964 0.1885477 0.6747549 0.1317578 2.51581e-4 0.003170967 0.14954 0.6232181 0.2224678 8.69993e-4 7.33064e-4 0.001925051 0.1175033 0.5808913 0.2969672 0.00158447 0.001128494 0.142717 0.686666 0.170055 5.6195e-4 0.0100553 0.2910754 0.6152709 0.08340024 1.98115e-4 0.008663773 0.2644947 0.6306924 0.09593713 2.11976e-4 0.005981326 0.2132537 0.6604211 0.1201052 2.38697e-4 0.007306218 0.2385619 0.6457379 0.1081684 2.25499e-4 0.007891416 0.2591492 0.630635 0.102048 2.76411e-4 0.005516946 0.2241157 0.6474942 0.1225107 3.62327e-4 0.4277535 0.00320667 0.3685305 0.2005094 0.5275583 0.4724417 0.7380583 0.2619417 0.876937 0.1230629 0.6740197 0.07843321 0.247547 0.8549606 0.1450393 0.3539123 0.04309594 0.2490794 0.3539123 0.675628 0.3243719 0.7026531 0.297347 0.1587422 0.6576464 0.1814197 0.002191662 0.5 0.5 0.4444444 0.02777773 0.5277778 0.04153442 0.685153 0.2733126 0.03628295 0.6156968 0.3331876 0.01479727 3.51504e-5 0.03110522 0.547215 0.3922229 0.02938699 6.98079e-5 0.06075918 0.109154 0.624367 0.2057198 0.04661512 0.09341293 0.6385172 0.2214546 0.0318067 0.07693248 0.6533323 0.2379285 0.09438544 0.5759365 0.3266152 0.001739144 0.00132364 0.0100553 0.2910754 0.6152709 0.08340024 1.98115e-4 0.2938188 0.35264 0.3403568 0.01318424 0.7958045 0.14398 0.06021559 0.7880603 0.1532658 0.05867385 0.7184063 0.2301061 0.05148756 0.7103431 0.2841372 0.005519747 0.4940541 0.4940541 0.01189178 0.3963643 0.5450009 0.04954552 0.009089171 0.4978283 0.4978283 0.00434333 0.04986947 0.3989558 0.5485642 0.002610504 0.02768588 0.5260318 0.4429741 0.003308176 0.2 0.15 0.65 0.1666666 0.1666666 0.6666667 0.167072 0.1936942 0.4822015 0.1542879 0.002744257 0.1956568 0.2300288 0.4522629 0.1201275 0.001923918 0.1543064 0.185906 0.5015562 0.1560634 0.00216794 0.1401025 0.1772402 0.5230917 0.1580388 0.001526713 0.003092944 0.02563488 0.4573596 0.4584184 0.05538851 1.05592e-4 0.006328582 0.03052079 0.5036688 0.4067125 0.0526973 7.20192e-5 0.0209645 0.4130932 0.5078436 0.05796104 1.37685e-4 0.02599954 0.4796871 0.4504359 0.04377353 1.03983e-4 0.05024015 0.09405821 0.6196361 0.2256717 0.01039373 0.2898805 0.3662554 0.3438642 0.3006527 0.3696368 0.3297104 0.8031221 0.1351115 0.06176638 0.6584609 0.2962362 0.04530286 0.7184063 0.2301061 0.05148756 0.3963643 0.5450009 0.04954552 0.009089171 0.04986947 0.3989558 0.5485642 0.002610504 0.04987603 0.5486368 0.3990086 0.00247848 0.00965929 0.6052082 0.3851324 0.1956568 0.2300288 0.4522629 0.1201275 0.001923918 0.009717166 0.03563749 0.5521655 0.3525639 0.04987895 3.68601e-5 0.02599954 0.4796871 0.4504359 0.04377353 1.03983e-4 0.003170967 0.14954 0.6232181 0.2224678 8.69993e-4 7.33064e-4 0.001925051 0.1175033 0.5808913 0.2969672 0.00158447 0.001128494 0.002899527 0.1854982 0.6660782 0.1450669 4.57033e-4 0.007891416 0.2591492 0.630635 0.102048 2.76411e-4 0.3113664 0.373 0.3156335 0.2898805 0.3662554 0.3438642 0.3006527 0.3696368 0.3297104 0.5 0.5 0.5 0.5 0.5 0.5 0.1247692 0.6238462 0.2495385 0.001846015 0.797757 0.1994392 0.002803683 0.06805914 0.5671598 0.3629823 0.001798629 0.15 0.2 0.65 1 1 1 1 1 1 1 0.1781198 0.1796467 0.02436023 0.2727659 0.3451073 0.6506049 0.3493952 0.7380583 0.2619417 0.6518382 0.3193348 0.02882689 0.7026531 0.297347 0.675628 0.3243719 0.1818181 0.1590909 0.6590909 0.009717166 0.03563749 0.5521655 0.3525639 0.04987895 3.68601e-5 0.04153442 0.685153 0.2733126 0.03628295 0.6156968 0.3331876 0.01479727 3.51504e-5 0.03110522 0.547215 0.3922229 0.02938699 6.98079e-5 0.03889024 0.07776987 0.6145315 0.2471997 0.02160865 0.06800156 0.51549 0.4120803 0.002688527 0.001739501 8.83597e-4 0.09072226 0.5455084 0.3592448 0.002181768 0.001459062 0.07950407 0.5418427 0.3748203 0.002274632 0.001558184 0.002899527 0.1854982 0.6660782 0.1450669 4.57033e-4 0.5134096 0.4865904 0.6371536 0.3628464 0.8228493 0.1771506 0.7750461 0.2249539 0.8130444 0.1869556 0.7300304 0.2240373 0.04593223 0.7319301 0.2680699 0.1662886 0.6651543 0.1662886 0.002268433 0.173475 0.6613734 0.1626328 0.002518892 0.01628583 0.05965918 0.6688598 0.255195 0.07950407 0.5418427 0.3748203 0.002274632 0.001558184 0.295264 0.3476442 0.3390699 0.01802194 0.2983549 0.3578746 0.3306179 0.01315277 0.3067041 0.3855093 0.3077867 0.1587422 0.6576464 0.1814197 0.002191662 0.149685 0.6486353 0.1995801 0.002099514 0.22074 0.2619124 0.4259918 0.09015166 0.001204013 0.2983549 0.3578746 0.3306179 0.01315277 0.7811826 0.2154986 0.003318667 0.1547751 0.1998899 0.5496983 0.09563666 0.0132696 0.04100173 0.6030086 0.2957957 0.04692429 0.004687964 0.1885477 0.6747549 0.1317578 2.51581e-4 0.005981326 0.2132537 0.6604211 0.1201052 2.38697e-4 0.005516946 0.2241157 0.6474942 0.1225107 3.62327e-4 1 1 0.1750342 0.8249657 1 1 0.1750342 0.8249657 1 1 + + + + + + + + + + + + + + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 3 6 3 3 6 2 6 4 2 4 6 4 3 2 3 4 2 5 2 1 2 1 4 5 1 1 2 6 6 1 3 4 1 1 4 3 2 8 3 4 6 5 6 4 5 6 3 2 4 1 4 5 4 6 1 3 5 2 4 5 3 3 3 1 3 1 3 2 6 2 4 2 2 4 4 4 7 1 5 1 2 5 5 5 7 6 3 1 3 2 6 1 4 2 4 4 2 1 2 4 7 6 1 1 3 4 6 2 3 3 3 6 6 3 5 4 2 2 4 5 4 5 2 5 6 1 2 2 2 4 5 2 4 5 3 4 6 4 2 2 2 1 1 2 2 1 2 2 5 5 4 2 4 2 3 4 4 2 3 3 5 4 7 2 4 6 2 7 1 4 1 1 4 1 5 9 4 3 5 6 2 4 3 3 2 1 1 2 4 7 6 4 5 3 5 7 2 4 5 2 3 2 4 6 5 6 6 5 3 2 4 2 3 2 2 2 2 4 1 4 5 4 5 4 1 5 5 6 2 2 2 3 6 3 3 6 2 6 4 2 4 6 4 3 2 3 4 2 5 2 1 2 1 4 5 1 1 2 6 1 4 1 1 3 2 8 3 4 6 5 6 4 5 6 3 2 4 1 4 5 4 6 1 3 5 2 4 5 3 3 3 1 1 3 2 6 2 4 2 2 4 4 4 7 1 5 1 2 5 5 5 7 6 3 1 2 6 1 4 2 4 4 2 1 2 4 7 6 1 1 3 4 6 2 3 3 3 6 3 5 2 2 3 3 2 3 7 5 6 6 7 6 6 6 6 8 8 6 6 3 4 4 7 8 7 7 3 2 7 6 6 7 6 4 3 7 7 7 5 7 8 7 7 6 5 4 3 4 3 7 5 4 5 9 6 7 5 5 7 6 6 6 6 6 6 6 6 6 6 5 3 3 3 7 8 6 6 3 2 3 3 2 2 4 4 7 8 7 7 7 3 3 2 3 6 6 5 6 7 4 7 7 3 3 4 4 3 7 3 7 6 4 2 2 5 6 6 5 7 5 5 6 6 6 6 6 3 3 2 7 6 6 6 3 6 7 5 6 8 6 6 5 6 6 7 7 9 6 7 7 6 7 6 3 5 6 7 6 6 6 7 6 6 3 3 3 4 4 8 8 3 7 7 6 4 3 7 7 7 8 5 7 8 7 7 6 5 8 4 3 8 3 4 6 9 7 7 8 6 2 8 6 4 5 6 5 5 6 6 6 6 6 6 6 6 6 6 6 6 5 3 3 3 6 7 6 6 2 3 3 2 2 4 4 7 8 8 8 8 2 2 6 6 2 6 7 3 3 4 7 4 4 7 6 8 5 8 5 2 7 6 6 6 4 3 3 3 7 8 3 4 4 3 8 3 3 2 3 6 7 5 5 8 5 7 6 6 6 6 7 3 3 2 8 4 7 7 6 6 8 6 6 6 7 7 9 6 7 7 6 1 1 2 2 2 2 2 2 4 5 4 5 4 5 3 4 5 5 3 3 3 5 5 6 7 6 6 1 1 1 1 1 1 2 3 3 3 4 2 3 3 2 3 4 3 5 5 5 5 3 4 4 4 4 3 5 5 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 5 4 4 5 4 5 5 5 3 4 4 8 1 1 1 1 2 2 3 3 3 5 5 5 4 5 5 5 5 4 4 4 4 4 3 3 3 3 5 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 3 3 3 4 5 5 2 2 2 2 2 2 3 3 3 3 4 3 3 3 3 4 3 4 4 3 4 2 2 1 3 2 2 2 3 2 2 3 6 4 1 1 2 4 6 2 4 5 2 5 6 1 2 2 2 4 5 2 4 5 1 3 4 6 4 1 2 2 2 1 1 1 2 2 4 4 2 2 3 3 3 3 3 3 5 6 4 8 1 2 3 4 2 2 2 3 3 3 3 3 5 3 4 4 6 2 6 5 5 5 6 9 10 10 5 9 9 7 8 3 3 3 3 3 5 3 5 3 3 3 3 3 3 3 3 3 3 6 5 6 6 6 4 1 1 2 2 2 2 2 2 4 4 4 5 4 4 3 4 5 5 3 3 3 5 5 6 7 6 6 1 1 1 1 1 1 2 3 3 3 4 2 3 3 2 3 4 3 5 6 5 5 3 4 4 4 4 3 5 5 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 5 4 5 5 5 3 4 6 1 1 1 2 2 3 3 3 4 4 5 4 4 5 5 4 5 4 4 4 4 3 3 3 3 5 1 1 1 1 1 1 1 3 2 2 2 2 2 2 2 2 4 4 4 4 4 4 5 4 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 2 3 3 2 2 1 3 2 2 2 3 2 2 3 4 4 2 2 3 4 6 2 2 4 2 3 4 4 2 3 3 5 4 7 1 2 4 6 2 7 1 1 4 4 4 2 2 3 3 3 3 3 3 5 5 4 5 1 1 1 3 4 2 2 2 3 3 3 3 3 3 2 3 4 4 4 1 6 6 6 9 9 10 5 9 9 9 7 9 3 3 5 3 5 3 3 3 3 3 3 3 3 3 3 3 3 3 6 6 6 6 4 5 5 2 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 2 1 1 1 2 2 1 1 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 6 7 7 6 4 2 2 2 4 2 3 3 5 2 4 2 5 5 6 5 6 5 5 5 2 2 3 4 2 3 2 2 2 2 2 3 3 3 2 2 2 2 2 1 1 2 1 1 1 2 1 2 3 2 3 5 4 4 1 1 2 2 2 2 2 2 1 1 1 1 1 2 2 2 2 2 1 1 1 1 1 2 2 2 1 2 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 3 2 1 1 2 2 2 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 4 4 3 4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 4 3 1 2 2 2 2 3 2 3 3 2 3 4 4 3 1 4 2 1 2 4 1 2 2 2 3 2 3 3 3 3 3 3 3 4 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 3 3 3 3 3 3 3 3 3 3 3 3 6 1 1 3 2 2 5 3 4 6 3 3 3 6 5 5 5 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 2 2 3 3 3 3 4 4 4 4 4 4 3 3 2 2 3 3 3 3 4 4 4 3 2 3 3 3 3 2 2 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 2 2 4 4 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 3 3 2 2 2 3 2 2 3 2 4 3 2 2 1 2 2 2 2 3 3 2 1 1 2 1 3 3 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 3 4 1 1 1 1 4 3 1 1 3 3 3 3 2 2 2 2 3 2 2 2 1 1 1 1 3 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 3 2 1 1 1 1 3 1 3 2 2 2 2 2 3 3 2 2 1 1 1 1 3 3 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 4 3 1 1 1 1 1 3 2 3 4 3 3 3 3 3 2 2 2 1 1 1 1 1 1 1 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 4 3 4 3 3 4 4 4 4 2 2 2 3 2 2 2 2 4 3 4 4 4 3 7 3 4 5 2 2 2 2 4 4 2 5 5 7 7 7 3 3 3 5 4 4 4 4 7 7 6 5 4 5 8 8 6 4 4 8 8 8 4 6 6 7 7 5 6 6 6 6 7 7 6 6 5 6 5 4 4 3 5 6 6 7 7 4 5 5 7 7 7 6 7 4 4 4 5 5 3 3 3 7 8 8 8 8 6 8 7 5 4 7 7 8 8 8 4 5 5 4 4 6 6 3 3 3 3 5 5 4 3 3 3 3 3 3 3 3 3 3 3 3 8 5 4 4 3 3 3 2 4 2 3 3 4 3 3 2 2 2 2 3 6 7 3 3 2 2 2 3 3 3 3 6 6 6 6 6 5 6 6 3 3 3 3 4 4 4 3 3 3 3 3 3 3 3 4 4 6 4 6 5 4 3 1 3 2 1 1 2 2 3 3 3 2 2 2 6 3 3 5 6 5 5 5 5 5 5 5 5 6 5 6 6 3 4 3 2 4 5 4 6 3 2 2 2 2 2 2 2 2 2 3 2 3 2 2 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 5 5 4 4 4 4 4 3 3 4 2 2 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3 2 3 2 2 2 2 2 2 3 3 3 3 2 3 2 2 2 2 2 2 5 4 2 2 4 3 2 2 2 3 2 2 4 2 4 2 3 2 2 2 3 3 3 3 3 3 2 2 2 2 2 2 2 2 5 5 2 1 1 3 3 3 3 3 3 3 3 5 5 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 5 4 1 1 2 2 6 5 4 3 5 5 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 4 3 2 2 1 1 3 3 3 3 3 3 2 2 4 3 2 2 1 1 2 2 2 2 2 2 3 3 3 3 2 2 3 2 1 1 2 2 3 4 2 2 3 4 2 2 2 2 2 2 2 2 2 2 2 4 4 2 2 1 1 3 3 3 3 2 2 4 4 2 2 1 2 2 2 2 2 2 2 2 3 2 2 2 2 4 3 1 1 2 2 4 4 2 2 4 3 2 2 2 2 2 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 4 4 4 3 3 3 2 2 3 3 3 1 1 1 1 1 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 3 3 2 2 3 3 3 2 6 7 7 6 5 5 4 4 4 4 4 4 3 2 4 4 3 3 3 3 3 4 2 4 4 4 4 4 4 4 3 6 7 6 6 3 4 5 4 3 4 4 4 3 4 4 5 5 5 5 5 5 4 5 5 5 5 4 4 4 4 3 4 4 4 4 4 4 4 4 4 4 5 4 3 4 3 5 5 5 4 3 4 4 4 3 4 4 3 4 4 4 4 4 3 3 2 2 2 2 4 4 4 4 4 4 4 3 3 2 3 1 2 1 3 2 2 3 1 3 3 3 3 3 3 3 3 4 3 1 3 2 3 3 3 3 3 2 3 3 4 3 3 3 3 4 3 3 3 3 3 2 2 2 2 6 6 6 6 3 3 4 4 4 4 4 4 4 4 4 4 4 3 4 3 4 4 4 4 4 4 1 3 2 2 2 1 1 2 2 1 1 3 2 2 1 1 4 3 2 2 3 4 4 2 2 2 2 4 3 4 4 3 3 3 3 3 4 3 3 4 4 4 3 3 3 3 3 3 3 3 3 3 2 2 2 2 2 2 5 5 3 3 1 1 3 3 1 1 3 3 5 4 3 3 1 2 4 3 5 3 3 3 3 5 3 5 3 3 3 4 3 3 2 3 4 3 4 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 4 3 4 4 4 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 2 1 1 1 2 2 1 1 1 1 2 2 3 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 5 6 7 7 6 4 2 2 2 4 2 3 2 5 5 6 5 6 5 5 5 5 2 2 3 3 4 2 2 3 2 2 2 2 2 3 3 2 3 2 2 2 2 2 1 1 3 1 1 1 2 1 2 2 2 2 5 4 4 2 2 2 2 2 2 1 1 1 1 1 2 2 2 2 2 1 1 1 1 1 2 2 2 1 2 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 3 2 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 4 4 4 4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 4 3 1 2 2 3 2 2 3 2 3 3 3 2 3 4 4 3 2 3 3 2 1 2 3 4 4 4 4 1 2 2 3 4 2 2 2 1 3 2 1 3 3 3 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 3 3 1 4 3 5 4 5 4 3 3 1 2 2 5 3 3 5 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 3 3 3 3 4 4 4 4 4 4 3 3 2 2 3 3 3 3 4 4 4 3 2 3 3 3 3 2 2 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 2 2 4 4 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 3 3 2 2 2 3 2 2 3 2 4 3 2 2 1 2 2 2 2 3 3 2 1 1 2 1 3 3 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 3 4 1 1 1 1 4 3 1 1 3 3 3 3 2 2 2 2 3 2 2 2 1 1 1 1 3 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 3 2 1 1 1 1 3 1 3 2 2 2 2 2 3 3 2 2 1 1 1 1 3 3 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 4 3 1 1 1 1 1 3 2 3 4 3 3 3 3 3 2 2 2 1 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 4 3 4 3 3 4 4 4 4 2 2 2 4 2 2 2 2 4 4 4 3 4 4 4 4 3 7 5 4 2 2 2 2 4 4 2 5 7 7 7 3 7 4 3 5 4 4 4 6 6 6 4 7 6 6 5 8 8 6 5 4 8 8 8 5 6 6 7 7 6 6 6 6 6 6 7 8 8 6 6 5 6 5 4 4 3 5 6 7 7 7 6 7 7 7 4 5 5 7 7 8 7 7 7 7 4 4 4 5 4 3 3 3 7 7 8 8 8 7 8 7 7 5 7 7 8 8 8 8 8 4 6 5 4 4 6 6 3 3 3 5 3 5 5 4 3 3 3 3 3 3 3 3 3 3 3 3 3 8 8 8 4 4 3 3 4 3 4 2 3 4 4 3 3 2 2 2 3 4 7 7 3 3 3 2 2 3 3 3 3 6 6 6 6 5 6 6 3 3 3 3 4 4 4 4 4 3 3 3 3 3 3 3 3 4 4 6 5 6 5 4 3 2 4 2 1 2 2 2 6 3 5 2 3 2 6 3 3 5 3 6 5 5 5 5 5 5 5 5 6 5 6 6 5 3 4 3 2 4 5 4 6 3 2 3 2 2 2 2 2 2 2 3 2 3 2 2 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 5 5 4 4 4 4 4 3 3 4 2 2 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3 2 3 2 2 2 2 2 2 3 3 3 3 2 3 2 2 2 2 2 2 5 4 2 2 4 3 2 2 2 3 2 2 4 2 4 2 3 2 2 2 3 3 3 3 3 3 2 2 2 2 2 2 2 2 5 5 2 1 1 3 3 3 3 3 3 3 3 5 5 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 5 4 1 1 2 2 6 5 4 3 5 5 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 4 3 2 2 1 1 3 3 3 3 3 3 2 2 4 3 2 2 1 1 2 2 2 2 2 2 3 3 3 3 2 2 3 2 1 1 2 2 3 4 2 2 3 4 2 2 2 2 2 2 2 2 2 2 2 4 4 2 2 1 1 3 3 3 3 2 2 4 4 2 2 1 2 2 2 2 2 2 2 2 3 2 2 2 2 4 3 1 1 2 2 4 4 2 2 4 3 2 2 2 2 2 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 4 4 4 3 3 3 2 2 3 3 3 1 1 1 1 1 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 3 3 2 3 3 3 3 2 6 7 7 6 5 5 4 4 4 4 4 4 3 2 4 4 3 3 3 3 3 4 2 4 4 4 4 4 4 4 3 6 7 6 6 3 4 5 4 3 4 4 4 3 4 4 5 5 5 5 5 5 4 5 5 5 5 4 4 4 4 3 4 4 4 4 4 4 4 4 4 4 5 4 3 4 3 5 5 5 4 3 4 4 4 3 4 4 3 4 4 4 4 4 3 3 2 2 2 2 4 4 4 4 4 4 4 3 3 2 3 1 2 1 3 2 2 3 1 3 3 3 3 3 3 3 3 4 3 1 3 2 3 3 3 3 3 2 3 3 4 3 3 3 3 4 3 3 3 3 3 2 2 2 2 6 6 6 6 5 3 3 4 4 4 4 4 4 4 4 4 4 4 3 4 3 4 4 4 4 4 4 1 3 2 2 2 1 1 2 2 1 1 3 2 2 1 1 4 3 2 2 3 4 4 2 2 2 2 4 3 4 4 3 3 3 3 3 4 3 3 4 4 4 3 3 3 3 3 2 2 2 2 5 5 3 3 1 1 3 3 1 1 3 3 5 4 3 3 1 2 4 3 5 3 3 3 3 5 3 5 3 3 3 4 3 3 2 3 4 3 4 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 3 4 3 7 8 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 2 1 1 5 2 3 3 3 4 5 5 5 6 2 3 4 1 2 1 1 2 1 1 1 2 1 1 3 3 3 3 2 2 3 6 2 4 4 4 2 3 4 2 2 2 1 3 4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 3 3 3 4 4 4 4 3 3 3 3 4 5 4 5 6 5 4 3 5 3 3 3 3 3 3 4 4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 4 3 3 4 3 4 5 7 7 4 4 7 7 4 7 3 3 3 3 3 3 5 7 8 8 8 4 4 4 4 4 7 5 1 1 1 1 1 1 1 1 1 1 1 1 1 5 7 5 1 1 1 1 1 3 3 2 1 1 1 2 2 2 2 3 3 3 3 3 3 3 3 4 4 3 3 3 4 4 4 4 4 4 4 3 4 4 4 4 3 3 4 3 3 3 3 3 5 5 6 5 4 5 5 6 6 5 5 6 6 5 5 3 3 4 4 5 5 1 1 1 2 3 3 3 3 4 5 2 4 5 5 6 2 4 1 1 1 1 1 1 2 1 1 1 1 3 3 3 3 2 2 2 6 1 2 2 1 4 4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 6 3 3 4 4 3 3 3 3 4 5 4 6 5 5 6 5 5 3 3 4 2 2 1 1 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 3 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 3 3 3 3 4 7 7 6 4 3 3 4 5 4 4 3 3 3 3 3 5 7 6 6 9 8 4 5 7 1 1 1 1 1 1 1 1 1 1 1 1 1 5 6 7 1 1 1 1 1 3 3 3 3 3 3 3 2 1 2 1 2 1 2 2 2 2 2 2 3 3 3 3 3 3 3 3 4 4 3 3 4 4 4 4 4 3 4 4 4 3 3 4 4 3 3 3 3 3 3 4 5 4 5 6 5 4 4 5 5 6 6 5 5 6 6 5 5 3 3 3 4 4 5 5 4 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 2 2 1 1 1 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 3 1 1 3 2 2 2 2 2 2 3 5 6 5 5 5 5 6 4 2 5 4 2 2 2 2 2 3 2 3 3 2 3 2 2 2 3 4 5 4 2 2 5 4 2 5 4 5 5 5 4 5 4 5 4 5 5 2 5 2 4 3 5 2 2 2 2 2 2 3 4 4 4 5 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 1 1 1 2 2 3 3 2 4 2 1 1 2 1 2 2 1 1 2 2 2 1 2 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 2 1 1 2 1 1 1 1 1 1 1 2 2 2 1 2 2 1 1 1 2 3 3 4 4 2 1 2 1 1 1 1 1 1 1 1 1 1 2 2 2 1 1 1 1 1 1 1 1 1 2 2 2 1 2 2 2 2 1 2 2 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 1 2 2 2 1 1 1 1 1 2 2 2 1 1 1 1 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 4 3 1 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 2 2 1 2 2 4 4 3 1 2 2 2 2 2 2 2 2 1 2 3 3 2 3 2 1 3 3 4 4 4 1 2 2 2 1 1 1 3 2 2 2 1 3 2 1 1 2 1 1 1 1 3 3 4 1 2 2 4 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 2 2 2 2 2 1 1 1 1 1 1 4 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 2 1 1 3 2 1 1 1 2 5 2 1 1 1 1 1 1 6 3 1 1 3 4 4 3 2 3 3 5 6 5 5 5 4 5 6 5 5 5 3 2 2 2 4 3 6 5 6 3 2 3 2 3 3 3 5 3 3 3 3 5 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 3 3 4 4 4 3 2 2 2 3 3 3 3 4 4 3 3 3 3 2 2 1 1 3 3 3 3 2 3 3 3 2 3 3 3 3 4 4 4 4 4 3 4 4 3 3 3 3 2 2 2 1 3 3 4 1 1 1 1 1 1 1 3 4 4 3 3 3 2 3 3 3 2 3 2 2 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 2 2 2 3 1 3 2 1 3 1 3 1 1 1 2 2 1 1 1 1 2 2 1 1 1 1 2 2 1 1 1 1 1 1 2 2 1 2 1 1 1 2 2 1 1 1 2 1 1 2 2 1 2 1 1 1 2 1 1 2 2 1 3 1 1 1 1 3 1 2 2 1 3 1 1 1 1 3 1 2 2 1 1 1 2 3 1 1 2 1 1 2 3 2 2 2 1 3 3 3 2 2 3 1 2 2 2 1 1 2 1 3 3 3 4 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 1 1 3 3 2 2 2 2 1 1 2 2 1 1 2 2 1 1 2 3 1 1 3 1 3 3 2 2 1 2 3 2 3 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 1 1 2 2 1 1 2 2 1 1 2 2 1 1 2 2 1 1 3 3 4 3 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 2 2 2 2 1 1 2 2 1 1 2 2 1 1 2 3 1 1 1 1 2 2 3 3 2 2 3 2 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 2 1 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 3 3 3 3 3 3 3 5 2 3 3 4 3 3 3 3 4 4 4 3 2 2 3 2 2 3 3 3 2 2 3 3 3 3 3 3 3 3 3 3 8 7 3 4 4 4 3 4 4 4 4 3 4 5 2 2 2 2 2 2 1 2 2 2 3 2 2 2 2 6 4 3 4 3 4 4 4 3 3 4 3 3 3 3 7 5 3 4 6 7 6 4 4 7 7 7 5 7 8 7 2 2 2 2 2 2 2 2 2 2 2 2 4 5 6 4 3 7 6 7 7 7 7 3 3 7 7 3 3 4 6 6 3 4 3 3 8 3 3 3 3 3 4 4 4 3 7 6 4 4 8 7 7 5 5 4 4 3 5 8 8 8 8 8 8 6 4 4 4 3 4 8 6 8 6 4 8 4 4 6 5 6 5 5 7 5 6 5 5 5 6 5 6 6 5 6 6 5 7 5 7 5 7 6 6 4 4 4 5 6 5 4 4 4 3 3 5 3 3 3 3 3 4 5 4 5 6 7 7 7 7 7 7 4 5 4 3 4 4 1 2 2 2 6 7 8 7 8 8 4 4 7 6 3 3 3 3 5 6 8 6 5 7 4 6 8 8 8 6 4 4 4 5 3 3 3 8 8 7 4 5 4 6 8 8 8 6 5 4 3 3 3 3 3 3 3 4 5 5 5 4 4 4 6 3 3 3 3 3 3 5 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 5 5 3 3 3 4 4 3 4 3 2 1 2 4 3 3 1 3 2 2 2 3 2 2 1 3 1 2 2 2 2 3 2 2 2 2 6 3 2 3 3 3 3 3 3 3 3 3 3 6 4 6 3 5 5 5 5 5 6 4 5 4 6 5 5 6 6 6 7 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 3 3 3 3 3 3 4 4 3 3 3 3 4 3 3 6 4 3 4 2 3 3 2 2 2 2 2 2 3 1 1 2 1 2 2 2 3 1 3 3 2 2 2 2 2 2 2 2 2 3 2 2 6 5 3 3 3 2 5 5 5 4 5 4 5 3 5 4 5 4 4 4 4 4 3 4 6 5 4 4 3 2 5 6 6 6 7 2 3 1 2 3 1 1 5 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 3 3 2 2 2 2 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 4 4 3 4 4 4 3 4 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 4 4 3 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 3 2 2 2 2 1 1 1 2 2 3 2 3 2 4 3 2 4 2 4 2 2 2 4 2 2 2 2 2 2 2 2 2 2 1 2 2 2 1 2 2 1 3 3 2 2 3 2 3 3 3 2 2 2 2 3 2 1 2 2 2 2 2 2 1 2 2 1 2 2 2 2 1 1 1 1 4 2 2 2 2 4 1 1 1 1 3 2 2 2 2 1 1 2 3 1 1 2 2 2 2 4 3 2 2 2 2 3 4 2 2 3 3 2 2 2 4 2 4 2 2 2 3 3 2 3 3 3 3 2 2 2 3 2 2 3 2 2 2 2 3 5 4 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 3 3 3 3 2 3 2 2 2 2 2 2 2 2 1 1 2 2 1 1 1 1 5 3 4 2 2 2 2 2 4 2 1 3 3 3 3 3 4 2 1 2 2 2 2 2 2 3 1 2 5 3 5 4 2 2 2 2 2 2 2 2 2 2 2 2 3 4 2 3 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 3 3 3 2 2 2 2 2 2 1 1 2 2 2 2 3 3 2 2 1 1 1 1 3 4 2 2 2 2 2 2 2 2 2 2 2 2 2 3 2 1 2 3 3 3 2 3 2 1 2 2 2 2 2 2 2 1 2 3 2 3 2 2 2 2 2 2 2 2 2 2 2 4 4 4 3 1 1 1 1 2 2 2 2 2 2 2 2 1 1 2 2 1 1 3 3 2 2 2 2 2 1 2 2 2 2 2 1 2 2 1 1 1 1 3 4 2 2 2 2 2 2 2 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 2 1 3 3 2 3 2 1 2 2 2 2 2 2 2 1 2 3 2 3 2 2 2 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 4 3 3 4 3 4 3 3 3 3 3 3 2 3 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 2 1 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 1 5 5 4 3 2 5 6 6 6 6 5 3 4 4 3 4 4 4 4 3 3 4 3 3 4 3 3 3 3 2 2 2 3 4 4 4 3 3 3 3 3 3 3 3 2 4 4 2 2 4 4 4 4 3 2 5 6 4 4 4 3 4 4 4 4 3 3 4 4 5 5 5 5 5 5 4 4 5 4 5 4 4 4 3 4 4 5 4 5 5 3 3 4 3 4 3 4 4 4 3 4 4 4 4 4 4 4 4 4 3 4 3 4 2 4 4 3 4 4 4 4 4 3 3 4 4 4 4 3 3 3 3 3 2 3 3 4 2 3 3 3 4 4 4 4 3 3 2 2 2 2 4 4 4 4 4 2 2 4 3 4 3 3 3 3 3 2 3 1 2 3 1 1 1 2 3 2 1 1 2 2 2 2 2 3 1 1 3 3 3 3 3 3 3 2 3 3 3 3 2 3 3 3 4 3 3 2 3 2 1 3 2 1 3 3 2 2 3 3 3 3 4 3 3 3 3 2 3 3 2 2 2 2 3 3 2 3 2 3 3 3 3 3 3 3 4 3 3 3 2 3 2 2 2 2 7 6 2 6 6 6 5 6 4 4 3 3 3 3 4 3 4 3 3 3 3 4 4 4 4 4 4 4 3 4 3 3 4 4 4 1 1 1 1 2 1 2 1 3 2 1 3 2 1 1 1 1 1 1 2 1 1 1 1 1 1 2 2 2 2 2 3 3 2 2 2 1 2 2 1 1 1 2 3 3 3 4 4 2 1 2 1 2 2 1 2 1 2 2 2 2 2 4 3 4 3 2 4 3 3 2 3 3 3 3 3 3 3 4 3 3 3 3 3 3 3 3 3 4 4 4 4 3 4 3 3 3 3 3 3 4 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 2 1 2 2 2 5 3 1 2 1 3 3 1 2 2 2 2 2 2 1 1 1 1 2 2 1 1 2 1 2 1 3 3 3 3 5 5 2 4 3 2 2 5 2 2 2 3 1 3 3 1 1 1 2 2 2 2 3 5 3 5 3 3 3 3 3 3 3 4 3 2 3 2 3 2 1 2 1 3 3 3 2 3 4 3 5 5 5 5 3 5 4 4 4 3 4 3 5 5 5 5 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 2 3 2 4 3 4 3 3 3 3 3 4 5 7 3 3 3 3 3 3 3 3 3 3 3 2 3 2 2 2 3 2 4 2 2 4 3 4 4 4 4 4 4 3 6 6 4 4 4 3 3 4 3 3 4 4 4 4 4 4 3 3 4 3 2 2 3 3 3 3 3 3 3 3 3 4 5 4 4 4 4 4 4 4 4 4 3 3 3 4 3 3 3 2 4 3 4 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 2 3 1 1 1 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 1 1 2 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 2 2 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 3 2 2 2 2 2 2 3 5 6 5 5 5 5 6 4 2 5 4 2 2 3 2 2 2 3 2 3 2 2 2 2 4 5 2 2 2 5 4 4 5 4 5 4 5 4 5 5 2 5 2 4 3 5 2 2 2 2 2 2 3 4 4 5 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 1 1 1 2 2 3 2 2 4 2 1 1 2 1 2 2 1 1 2 2 2 1 2 1 1 1 2 1 1 1 1 1 1 1 2 2 1 1 1 1 1 2 1 1 1 1 1 1 1 2 2 2 1 2 2 1 1 1 2 2 3 4 4 2 1 2 1 1 1 1 1 1 1 1 1 1 2 2 2 1 1 1 1 1 1 1 1 1 2 2 2 1 2 2 2 2 1 2 2 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 1 2 2 2 1 1 1 1 1 2 2 2 1 1 1 1 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 2 4 4 1 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 2 2 1 2 2 2 4 4 3 1 2 2 3 2 2 2 2 2 1 3 2 3 3 2 2 3 2 1 3 3 4 4 4 1 2 2 2 2 3 2 3 2 2 2 2 1 2 2 3 1 1 1 3 2 1 2 1 1 3 4 1 2 3 4 2 2 1 2 3 3 3 3 3 3 3 3 3 3 3 3 3 2 2 2 2 2 1 1 1 1 1 1 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 3 3 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 3 3 3 1 1 3 3 3 4 3 4 3 2 4 5 4 5 5 3 5 4 4 5 4 5 5 3 4 4 3 2 1 1 1 1 2 2 1 1 5 5 5 3 2 2 2 1 3 1 2 3 3 1 1 2 1 2 5 2 2 4 2 2 2 1 2 1 1 2 1 2 4 4 2 1 1 1 4 2 3 2 6 4 7 3 2 3 2 3 3 3 3 4 3 3 3 5 1 2 1 1 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 3 3 4 4 4 3 2 2 2 3 3 3 3 4 4 3 3 3 3 2 2 1 2 3 3 3 2 3 3 3 2 3 3 3 3 3 4 4 4 4 4 3 4 4 3 3 3 2 2 2 1 3 3 4 1 1 1 1 1 1 1 3 4 4 3 3 3 2 3 3 3 2 3 2 2 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 2 2 2 3 1 3 2 1 3 1 3 1 1 1 2 2 1 1 1 1 2 2 1 1 1 1 2 2 1 1 1 1 1 1 2 2 1 2 1 1 1 2 2 1 1 1 2 1 1 2 2 1 2 1 1 1 2 1 1 2 2 1 3 1 1 1 1 3 1 2 2 1 3 1 1 1 1 3 1 2 2 1 1 1 2 3 1 1 2 1 1 2 3 2 2 2 1 3 3 3 2 2 3 1 2 2 2 1 1 2 1 3 3 3 4 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 1 1 3 3 2 2 2 2 1 1 2 2 1 1 2 2 1 1 2 3 1 1 3 1 3 3 2 2 1 2 3 2 3 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 1 1 2 2 1 1 2 2 1 1 2 2 1 1 2 2 1 1 3 3 4 3 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 2 2 2 2 1 1 2 2 1 1 2 2 1 1 2 3 1 1 1 1 2 2 3 3 2 2 3 2 2 1 2 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 2 1 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 3 3 3 3 3 3 3 3 5 3 3 3 4 3 3 3 4 3 4 4 4 3 2 2 3 2 2 4 3 3 2 2 3 3 3 3 3 3 3 3 3 3 8 3 4 4 4 3 4 4 4 4 3 5 5 2 2 2 2 2 2 1 2 2 2 4 2 2 2 2 7 3 4 4 3 4 3 4 4 4 3 3 3 4 3 3 3 3 7 5 3 4 7 7 7 4 4 7 7 7 5 7 8 7 2 3 2 2 2 2 2 2 2 2 2 2 5 7 7 4 3 7 7 7 7 7 7 3 3 7 3 3 4 6 5 3 4 3 4 7 3 3 3 3 3 4 4 4 3 7 6 6 3 4 5 6 6 4 6 6 5 4 4 7 7 7 6 5 4 3 4 3 5 8 8 8 8 8 8 6 5 5 4 3 4 8 6 8 6 5 8 6 4 6 5 6 5 5 7 6 6 6 6 6 5 5 6 5 6 6 5 7 5 7 5 6 6 4 4 4 5 6 5 4 4 4 3 3 5 3 3 3 3 3 4 5 4 5 6 8 8 7 7 7 7 7 7 5 6 5 7 5 4 3 4 4 1 2 2 2 7 7 8 8 7 8 8 6 4 7 7 3 3 3 3 5 5 8 8 6 6 7 6 7 8 8 7 7 4 4 4 4 3 3 3 7 8 7 6 7 5 7 8 8 6 6 4 4 3 3 3 3 3 3 4 6 6 5 4 4 4 6 3 3 3 3 3 3 5 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 5 5 8 3 3 3 4 4 3 8 4 3 2 2 3 4 3 3 2 3 2 2 2 3 2 2 1 3 2 3 2 2 3 3 2 2 2 3 7 3 2 3 3 3 3 3 3 3 3 3 3 6 5 6 3 5 5 5 5 5 6 4 5 4 6 5 5 6 7 7 6 7 3 3 3 3 4 3 3 3 3 3 3 3 3 4 4 4 4 3 3 3 3 3 3 4 4 4 3 3 3 3 4 3 4 6 4 4 4 2 2 2 2 3 2 2 4 3 3 1 2 2 2 2 2 2 3 2 3 3 2 2 2 2 2 2 2 2 2 3 2 2 6 5 3 3 3 5 5 5 4 5 4 5 3 5 4 5 4 4 4 4 3 4 6 5 5 4 5 3 2 5 6 6 5 5 6 7 2 3 2 2 4 1 3 5 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 4 4 3 4 4 4 3 4 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 4 4 3 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 3 2 2 2 2 1 1 1 2 2 3 2 3 2 4 3 2 4 2 4 2 2 2 4 2 2 2 2 2 2 2 2 2 2 1 2 2 2 1 2 2 1 3 3 2 2 3 2 3 3 3 2 2 2 2 3 2 1 2 2 2 2 2 2 1 2 2 1 2 2 2 2 1 1 1 1 4 2 2 2 2 4 1 1 1 1 3 2 2 2 2 1 1 2 3 1 1 2 2 2 2 4 3 2 2 2 2 3 4 2 2 3 3 2 2 2 4 2 4 2 2 2 3 3 2 3 3 3 3 2 2 2 3 2 2 3 2 2 2 2 3 5 4 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 3 3 3 3 2 3 2 2 2 2 2 2 2 2 1 1 2 2 1 1 1 1 5 3 4 2 2 2 2 2 4 2 1 3 3 3 3 3 4 2 1 2 2 2 2 2 2 3 1 2 5 3 5 4 2 2 2 2 2 2 2 2 2 2 2 2 3 4 2 3 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 3 3 3 2 2 2 2 2 2 1 1 2 2 2 2 3 3 2 2 1 1 1 1 3 4 2 2 2 2 2 2 2 2 2 2 2 2 2 3 2 1 2 3 3 3 2 3 2 1 2 2 2 2 2 2 2 1 2 3 2 3 2 2 2 2 2 2 2 2 2 2 2 4 4 4 3 1 1 1 1 2 2 2 2 2 2 2 2 1 1 2 2 1 1 3 3 2 2 2 2 2 1 2 2 2 2 2 1 2 2 1 1 1 1 3 4 2 2 2 2 2 2 2 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 2 1 3 3 2 3 2 1 2 2 2 2 2 2 2 1 2 3 2 3 2 2 2 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 4 3 3 4 3 4 3 3 3 3 3 3 2 3 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 2 1 1 1 1 1 2 1 2 1 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 2 1 2 5 5 4 3 2 5 6 6 6 6 5 3 4 4 3 4 4 4 4 3 3 4 3 3 4 3 3 3 3 2 2 2 3 4 4 4 3 3 3 3 3 3 3 3 2 4 4 2 2 4 4 4 4 3 2 6 6 4 4 4 3 4 4 4 4 4 4 4 4 5 5 5 6 5 5 4 4 5 4 5 4 4 4 3 4 4 5 4 5 5 3 3 4 3 4 3 5 4 4 3 4 4 4 4 4 4 4 4 4 3 4 3 4 2 4 4 3 4 4 4 4 4 3 3 4 4 4 4 3 3 3 3 3 2 3 3 4 2 3 3 3 4 4 4 4 3 3 2 2 2 2 4 4 4 4 4 2 2 4 3 4 3 3 3 3 3 2 3 1 2 3 1 1 1 2 3 2 1 1 2 2 2 2 2 3 1 1 3 3 3 3 3 3 3 2 3 3 3 3 2 3 3 3 4 3 3 2 3 2 1 3 2 1 3 3 2 2 3 3 3 3 4 3 3 3 3 2 3 3 2 2 2 2 3 3 2 3 2 3 3 3 3 3 3 3 4 3 3 3 2 3 2 2 2 2 7 6 2 6 6 6 5 5 6 4 4 3 3 3 3 4 3 4 3 3 3 3 4 4 4 4 4 4 4 3 4 3 3 4 4 4 1 1 1 1 1 2 1 2 1 3 2 1 3 2 1 1 1 1 1 1 2 1 1 1 1 1 1 2 2 2 2 2 3 3 2 2 2 1 2 2 1 1 1 2 3 3 3 4 4 2 1 2 1 2 2 1 2 1 2 2 2 2 2 4 3 4 2 4 3 3 2 3 3 3 3 3 3 3 4 3 3 3 3 3 3 3 3 3 4 4 4 4 3 4 3 3 3 3 3 3 4 4 3 3 3 3 3 3 3 3 3 3 1 1 2 2 5 3 1 2 1 3 3 1 2 2 2 2 2 2 1 1 1 1 2 2 1 1 2 1 2 1 3 3 3 3 5 5 2 4 3 2 2 5 2 2 2 3 1 3 3 1 1 1 2 2 2 2 3 5 3 5 3 3 3 3 3 3 3 4 3 2 3 2 3 2 1 2 1 3 3 3 2 3 4 3 5 5 5 5 3 5 4 4 4 3 4 3 5 5 5 5 4 4 4 4 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 5 2 3 2 2 4 3 4 4 4 4 4 4 3 6 6 4 4 4 3 3 4 3 3 3 3 3 3 3 3 4 4 4 4 3 3 3 3 3 3 3 3 4 4 5 5 4 6 6 5 3 3 3 3 3 4 7 6 8 6 8 5 7 6 2 3 3 4 4 4 6 6 4 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 4 3 3 3 4 4 5 3 3 3 3 3 2 3 2 3 2 2 2 1 2 2 7 8 4 5 7 5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 3 3 1 1 1 1 1 2 2 2 2 2 3 1 2 2 6 2 1 1 1 1 1 2 3 1 4 1 2 3 2 4 4 1 2 2 1 1 2 1 2 2 2 2 4 2 5 1 2 1 5 3 3 3 3 3 3 3 3 3 4 3 3 4 4 3 4 3 4 4 3 3 3 3 2 3 4 4 5 4 5 5 4 5 4 3 3 3 4 3 4 4 4 1 1 1 3 3 3 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 4 3 3 5 7 4 7 4 3 3 7 5 3 3 3 3 8 6 4 4 5 1 1 1 1 1 1 1 1 5 5 1 1 1 1 1 1 1 2 2 2 3 3 7 6 4 4 3 5 4 8 3 3 3 3 3 3 3 3 3 3 4 3 4 4 4 3 3 3 3 3 3 3 5 5 3 5 6 5 5 5 5 4 5 6 5 6 5 3 4 5 3 2 4 3 4 1 3 3 3 3 4 3 3 4 5 4 5 5 4 1 1 1 1 3 3 3 3 3 3 6 4 4 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 6 7 1 3 3 3 3 1 1 1 1 1 1 2 2 2 2 3 3 3 3 3 3 3 4 3 4 4 3 4 4 3 3 3 3 3 3 4 4 4 5 6 5 5 5 6 5 3 3 3 3 2 1 4 4 6 1 1 1 2 2 5 2 1 1 1 1 3 3 3 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 7 3 3 3 3 3 6 1 1 1 1 1 1 1 1 1 6 1 1 1 2 2 1 1 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 2 4 4 4 3 4 2 3 3 4 5 5 3 5 4 5 4 5 5 4 5 6 5 6 5 3 4 3 4 5 6 2 3 3 3 3 3 3 3 3 5 3 3 4 1 1 1 3 4 3 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 3 1 1 1 1 2 1 1 1 1 1 1 1 2 2 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 2 3 3 3 1 2 2 2 2 2 2 2 2 2 5 5 3 4 3 3 4 2 2 3 5 5 2 2 4 5 3 4 4 3 4 4 3 4 2 2 2 2 2 2 2 2 1 2 2 2 2 2 2 1 1 2 2 2 1 1 1 1 2 1 1 2 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 1 1 1 1 2 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 2 1 1 1 2 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 2 2 1 2 2 4 2 1 1 1 2 2 2 2 4 1 1 2 1 1 1 2 3 1 1 1 3 3 2 1 1 1 3 3 3 3 3 3 3 4 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 2 2 7 2 2 2 3 4 2 3 3 5 4 2 3 3 3 5 2 1 1 1 2 3 3 3 3 4 4 4 3 3 3 5 5 5 3 4 4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 3 3 4 3 3 2 1 3 2 3 3 3 3 3 4 4 3 3 3 3 3 2 2 2 1 1 2 3 3 3 3 4 3 1 1 4 4 3 3 3 3 2 2 3 3 2 3 3 2 2 3 2 3 3 1 1 2 2 1 1 2 1 2 2 2 3 3 3 3 3 3 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 2 2 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 3 3 2 2 1 2 1 1 2 2 1 2 3 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 3 2 1 2 2 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 3 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 3 2 3 3 3 3 3 3 2 6 3 3 3 3 3 3 4 3 5 2 2 3 3 3 2 3 1 3 2 2 2 2 2 4 2 2 1 3 3 2 2 3 3 3 3 2 3 3 3 3 7 7 4 4 3 4 4 4 4 3 3 5 3 4 7 2 2 2 2 2 2 1 2 6 4 3 3 3 3 6 3 7 6 5 3 3 6 7 7 1 2 2 2 1 2 2 2 4 3 4 7 6 7 3 3 8 4 6 3 3 5 3 3 3 3 3 3 3 3 4 5 4 4 7 4 3 3 3 8 8 8 7 4 4 4 3 5 6 4 4 5 5 5 5 5 5 5 5 5 4 5 5 4 4 4 3 3 3 4 5 3 3 3 5 4 8 4 6 3 3 5 8 6 4 6 8 4 3 4 8 5 3 4 3 3 3 3 5 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 2 1 3 1 2 2 2 1 3 3 3 3 6 3 3 4 4 2 5 6 3 3 3 5 5 4 5 5 4 4 6 5 5 3 3 3 3 3 3 4 4 3 3 2 2 2 3 3 3 1 2 1 3 1 1 1 2 3 1 2 4 2 2 2 3 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 3 3 4 3 4 3 3 5 4 2 1 6 6 1 1 2 2 2 2 2 2 1 2 3 2 2 2 2 3 2 2 2 2 4 4 4 3 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 3 1 1 2 2 1 1 2 2 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 2 2 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 1 1 3 2 2 3 2 2 2 2 2 1 2 2 1 2 2 1 2 2 1 1 1 1 2 2 1 1 1 1 2 2 1 1 1 1 2 2 3 2 2 3 2 2 3 2 2 4 2 2 2 2 2 2 3 2 3 2 2 2 2 2 2 2 2 2 2 4 3 1 1 2 2 2 2 1 1 3 3 2 1 3 2 1 2 2 1 2 1 1 5 3 4 2 2 2 2 2 2 2 2 2 3 2 1 1 2 2 2 2 1 1 2 3 2 1 2 2 1 2 2 1 2 1 1 3 2 2 2 2 2 2 2 2 2 2 3 2 1 1 2 2 2 2 1 2 1 3 1 2 2 1 2 2 1 2 1 1 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 4 4 2 3 3 4 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 3 4 3 3 3 4 3 3 2 3 3 2 2 3 4 3 3 3 2 2 2 2 3 3 3 3 2 3 1 4 4 3 4 4 4 2 3 3 4 4 4 5 4 5 4 4 3 4 4 3 4 3 4 3 3 3 3 4 3 4 4 4 3 3 3 2 3 3 2 4 4 4 4 3 2 2 2 4 3 3 3 2 1 1 1 2 2 1 2 2 1 3 3 3 2 3 2 3 3 3 3 2 3 2 2 3 2 3 3 3 3 2 2 6 5 4 4 4 4 3 3 3 4 3 3 4 4 1 1 1 1 1 1 2 1 1 1 2 2 3 1 2 2 1 1 1 1 1 2 2 3 3 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 3 4 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 2 2 2 1 1 2 1 1 1 2 3 5 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 1 2 2 1 1 1 3 3 3 2 2 3 3 3 3 5 5 4 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 6 2 3 4 3 4 3 4 4 3 4 4 4 4 3 2 3 3 4 4 5 4 4 4 5 4 4 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 3 3 4 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 2 2 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 3 2 3 1 2 2 2 2 2 2 2 2 2 5 5 3 4 3 3 4 2 2 2 2 4 5 2 2 4 4 3 4 4 3 4 4 3 4 2 2 2 2 2 2 2 2 1 2 2 2 2 2 2 1 1 2 2 2 1 1 1 1 2 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 2 2 2 1 1 1 1 1 1 1 1 1 2 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 2 1 1 1 2 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 2 2 1 2 2 2 4 1 1 2 1 3 2 1 2 4 1 1 1 3 3 1 2 1 2 1 1 3 3 2 1 2 1 1 3 3 3 3 3 3 3 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 3 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 2 4 3 2 2 4 5 4 5 4 6 5 4 4 2 1 2 1 1 2 1 2 1 2 1 5 2 2 2 5 2 2 2 4 2 2 2 1 2 1 1 1 1 3 3 1 2 1 1 3 3 4 3 3 5 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 3 3 4 3 3 2 2 3 2 3 2 3 3 3 3 4 4 3 3 3 3 2 2 1 1 2 3 3 3 3 4 3 1 1 4 4 3 3 3 3 2 2 3 3 2 3 3 2 2 3 2 3 3 1 1 2 2 1 1 2 1 2 2 2 3 3 3 3 3 3 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 2 2 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 3 3 2 2 1 2 1 1 2 2 1 2 3 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 3 2 1 2 2 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 3 1 1 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 3 2 3 3 3 3 3 2 7 3 3 3 3 3 3 3 4 3 4 3 2 3 3 3 2 3 3 1 3 2 2 2 2 2 4 2 2 1 3 3 2 2 3 3 3 3 2 3 3 3 3 7 7 3 5 3 4 4 4 4 3 3 5 3 4 7 2 3 2 2 2 2 1 2 7 3 4 3 3 3 3 7 3 7 5 7 5 3 4 7 7 7 1 2 3 2 2 2 2 2 5 3 6 7 7 7 3 3 8 4 6 3 3 5 3 3 3 3 3 3 3 3 5 5 6 4 6 4 7 4 3 4 3 8 8 8 6 5 4 4 3 5 6 5 5 5 5 6 6 6 4 5 5 4 5 5 4 4 4 3 3 3 4 5 3 3 3 5 5 8 6 7 3 3 5 6 6 7 8 4 3 6 6 3 4 3 3 3 3 6 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 2 2 3 2 2 2 2 1 3 3 3 3 6 3 3 5 4 2 5 6 4 4 4 6 5 4 5 5 4 4 6 5 5 3 3 4 3 3 3 3 4 4 3 3 2 2 3 3 3 2 1 2 2 3 2 2 2 2 3 2 2 3 1 2 3 3 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 3 3 4 3 4 4 3 4 5 5 2 1 6 6 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 3 2 2 2 2 4 4 4 3 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 3 1 1 2 2 1 1 2 2 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 2 2 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 1 1 3 2 2 3 2 2 2 2 2 1 2 2 1 2 2 1 2 2 1 1 1 1 2 2 1 1 1 1 2 2 1 1 1 1 2 2 3 2 2 3 2 2 3 2 2 4 2 2 2 2 2 2 3 2 3 2 2 2 2 2 2 2 2 2 2 4 3 1 1 2 2 2 2 1 1 3 3 2 1 3 2 1 2 2 1 2 1 1 5 3 4 2 2 2 2 2 2 2 2 2 3 2 1 1 2 2 2 2 1 1 2 3 2 1 2 2 1 2 2 1 2 1 1 3 2 2 2 2 2 2 2 2 2 2 3 2 1 1 2 2 2 2 1 2 1 3 1 2 2 1 2 2 1 2 1 1 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 4 4 2 3 3 4 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 4 3 3 3 4 3 3 2 3 3 2 2 3 4 3 3 3 2 2 2 2 2 3 3 3 2 3 1 4 4 3 4 4 4 2 3 4 4 5 4 5 4 5 4 4 3 4 4 3 4 3 4 3 3 3 3 4 3 4 4 4 3 3 3 2 3 3 2 4 4 4 4 3 2 2 2 4 3 3 3 2 1 1 1 2 2 1 2 2 1 3 3 3 2 3 2 3 3 3 3 2 3 2 2 3 2 3 3 3 3 2 2 6 5 4 4 4 4 3 3 3 4 3 3 4 4 1 1 1 1 1 1 1 2 1 1 1 2 2 3 1 2 2 1 1 1 1 1 2 2 3 3 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 3 4 4 3 3 3 3 3 3 3 3 3 3 3 3 1 1 2 2 2 1 1 2 1 1 1 2 3 5 2 2 2 2 2 2 1 1 1 1 2 2 2 2 2 2 1 2 2 1 1 1 3 3 3 2 2 3 3 3 3 5 5 4 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 4 3 4 3 4 4 3 3 3 3 3 3 3 3 4 4 5 5 6 5 5 3 3 3 3 4 7 3 6 4 7 2 3 4 6 6 7 4 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 2 2 2 3 3 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 2 2 2 2 3 2 3 3 3 3 3 3 3 3 3 3 3 3 3 2 2 2 2 3 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 2 2 2 2 2 2 3 3 3 3 3 3 3 6 6 6 7 7 6 6 6 6 7 7 6 6 6 7 6 6 6 7 6 6 6 6 6 7 6 6 7 7 7 8 8 7 7 7 7 8 8 7 7 6 7 7 7 7 8 7 7 6 7 7 7 7 8 7 7 2 2 3 2 2 2 3 2 3 2 5 3 3 3 3 2 2 2 3 3 3 4 4 5 9 3 4 4 3 3 3 4 3 3 2 2 3 2 2 2 3 2 3 2 4 3 3 3 3 2 2 2 3 3 3 3 3 3 9 3 3 3 3 3 3 4 3 3 1 1 4 3 5 6 2 4 3 3 2 1 1 2 4 7 6 4 5 3 5 7 2 4 5 2 1 3 1 1 2 4 6 5 6 6 5 3 2 4 2 3 2 2 2 2 4 1 4 5 4 5 4 1 1 5 5 6 2 2 2 4 4 2 2 2 2 2 2 2 2 2 2 4 3 3 2 2 2 3 3 4 3 3 5 6 3 5 5 5 6 6 5 5 4 5 5 5 5 5 4 4 2 2 2 2 2 2 2 2 4 3 4 3 3 2 2 4 4 4 4 3 3 3 5 5 4 4 5 6 5 4 5 5 5 4 3 4 4 3 3 3 3 4 3 3 4 4 3 3 5 5 5 5 6 5 3 4 4 3 3 3 3 4 4 4 3 4 4 4 3 3 5 4 4 5 5 5 5 5 3 3 4 2 4 3 3 4 3 8 7 8 6 6 6 6 6 6 3 3 3 3 5 4 3 4 3 3 7 8 8 5 5 7 7 7 7 7 7 7 5 5 8 6 6 6 6 6 3 3 3 3 3 3 4 2 2 2 4 4 6 6 7 6 7 8 6 6 8 5 5 8 5 2 2 2 2 2 3 3 3 3 3 3 2 3 2 3 2 2 3 3 2 2 2 4 3 3 3 3 2 2 4 3 3 3 2 2 3 4 3 3 1 2 3 2 5 5 5 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 5 6 5 3 2 3 3 3 3 3 3 6 8 6 6 6 6 2 2 2 2 2 3 3 3 5 3 7 8 7 8 7 7 2 3 2 3 3 3 2 3 3 2 3 2 3 4 4 4 4 4 2 3 4 4 5 5 7 2 2 2 2 2 7 7 6 7 7 7 3 2 2 3 3 8 7 8 7 7 7 7 7 7 6 6 6 6 6 6 3 3 3 3 3 3 7 7 7 6 6 6 6 6 3 3 4 3 4 5 5 5 6 6 6 6 6 6 2 2 2 2 2 3 5 5 5 5 5 5 5 2 3 2 2 2 2 3 2 7 7 7 6 6 6 3 3 3 3 3 3 6 6 6 6 6 4 3 4 2 4 2 2 2 2 5 5 8 5 8 3 3 3 3 3 3 7 7 7 8 7 8 3 4 3 3 3 7 7 8 2 2 2 2 2 3 2 2 2 3 2 3 3 3 3 3 3 3 3 3 4 3 3 4 3 4 2 3 2 3 2 3 2 2 3 7 7 6 6 6 8 7 7 7 7 8 7 6 6 6 6 6 5 5 5 5 5 5 5 3 4 4 3 3 4 3 4 3 3 3 3 3 3 3 7 7 7 3 2 3 3 2 2 3 3 3 3 3 3 3 4 3 4 4 4 3 4 4 4 4 6 7 7 7 7 7 3 3 3 3 3 5 5 7 3 3 3 3 3 7 8 7 6 6 6 6 6 6 6 3 3 3 3 3 3 3 3 7 7 3 3 3 6 6 6 6 1 1 1 3 5 6 1 2 3 3 5 4 4 1 3 2 3 5 5 5 6 1 2 1 1 1 3 2 1 1 1 1 1 2 2 2 3 4 4 3 4 4 3 3 3 3 4 4 5 5 5 4 2 2 4 4 4 4 4 4 4 4 5 5 5 5 5 6 4 5 5 5 4 4 3 3 3 3 3 3 3 3 3 5 5 4 3 3 4 4 4 4 4 4 3 3 3 3 3 3 3 4 3 4 3 3 4 4 4 4 4 5 5 5 3 3 4 4 2 2 3 3 4 4 4 3 1 1 1 1 4 4 2 2 2 2 2 2 2 3 2 2 2 4 5 5 5 6 6 4 5 5 5 5 5 5 4 2 2 2 3 2 4 2 2 4 2 3 3 5 5 4 4 4 5 5 4 3 3 3 3 3 4 3 4 4 3 3 5 5 5 5 6 6 5 5 5 3 3 3 3 3 4 4 4 3 5 6 5 6 6 5 5 3 3 3 2 2 2 4 3 4 3 1 1 1 1 1 1 1 5 2 2 3 2 2 3 6 3 5 5 5 5 6 5 5 2 2 2 2 2 3 2 4 4 4 5 4 4 3 4 4 5 4 3 4 5 5 5 5 1 1 2 1 1 2 1 1 + 69 0 69 1 69 2 69 3 69 4 69 5 69 6 69 7 69 8 69 9 69 10 69 11 69 12 69 13 69 14 69 15 69 16 69 17 69 18 69 19 69 20 69 21 69 22 69 23 69 24 69 25 69 26 69 27 69 28 69 29 69 30 69 31 69 32 69 33 69 34 69 35 69 36 69 37 69 38 69 39 69 40 69 41 69 42 69 43 69 44 69 45 69 46 69 47 69 48 70 49 69 50 70 51 69 52 70 53 69 54 70 55 69 56 70 57 69 58 70 59 69 60 70 61 69 62 70 63 69 64 70 65 69 66 70 67 69 68 70 69 69 70 70 71 69 72 70 73 69 74 70 75 69 76 70 77 69 78 70 79 69 80 70 81 69 82 70 83 69 84 70 85 69 86 70 87 69 88 70 89 69 90 70 91 69 92 70 93 69 94 70 95 118 96 118 97 118 98 118 99 118 100 118 101 118 102 118 103 118 104 118 105 118 106 118 107 118 108 118 109 118 110 118 111 118 112 118 113 118 114 118 115 118 116 118 117 118 118 118 119 118 120 118 121 118 122 118 123 118 124 118 125 118 126 118 127 118 128 118 129 118 130 118 131 118 132 118 133 118 134 118 135 118 136 118 137 118 138 118 139 118 140 118 141 118 142 118 143 118 144 119 145 118 146 119 147 118 148 119 149 118 150 119 151 118 152 119 153 118 154 119 155 118 156 119 157 118 158 119 159 118 160 119 161 118 162 119 163 118 164 119 165 118 166 119 167 118 168 119 169 118 170 119 171 118 172 119 173 118 174 119 175 118 176 119 177 118 178 119 179 118 180 119 181 118 182 119 183 118 184 119 185 118 186 119 187 118 188 119 189 118 190 119 191 69 192 69 193 69 194 69 195 69 196 69 197 69 198 69 199 69 200 69 201 69 202 69 203 69 204 69 205 69 206 69 207 69 208 69 209 69 210 69 211 69 212 69 213 69 214 69 215 69 216 69 217 69 218 69 219 69 220 69 221 69 222 69 223 69 224 69 225 69 226 69 227 69 228 69 229 69 230 69 231 69 232 69 233 69 234 69 235 69 236 69 237 69 238 69 239 69 240 69 241 69 242 69 243 69 244 69 245 69 246 69 247 69 248 69 249 69 250 69 251 69 252 69 253 69 254 69 255 69 256 69 257 69 258 69 259 69 260 69 261 69 262 69 263 69 264 69 265 69 266 69 267 69 268 69 269 69 270 69 271 69 272 69 273 69 274 69 275 69 276 69 277 69 278 69 279 69 280 69 281 69 282 69 283 69 284 69 285 69 286 69 287 69 288 69 289 69 290 69 291 69 292 69 293 69 294 69 295 69 296 69 297 69 298 69 299 69 300 70 301 69 302 70 303 69 304 70 305 69 306 70 307 69 308 70 309 69 310 70 311 69 312 70 313 69 314 70 315 69 316 70 317 69 318 70 319 69 320 70 321 69 322 70 323 69 324 70 325 69 326 70 327 69 328 70 329 69 330 70 331 69 332 70 333 69 334 70 335 69 336 70 337 69 338 70 339 69 340 70 341 69 342 70 343 69 344 70 345 69 346 70 347 69 348 70 349 69 350 70 351 69 352 70 353 69 354 70 355 69 356 70 357 69 358 70 359 69 360 70 361 69 362 70 363 69 364 70 365 69 366 70 367 69 368 70 369 69 370 70 371 118 372 118 373 118 374 118 375 118 376 118 377 118 378 118 379 118 380 118 381 118 382 118 383 118 384 118 385 118 386 118 387 118 388 118 389 118 390 118 391 118 392 118 393 118 394 118 395 118 396 118 397 118 398 118 399 118 400 118 401 118 402 118 403 118 404 118 405 118 406 118 407 118 408 118 409 118 410 118 411 118 412 118 413 118 414 118 415 118 416 118 417 118 418 118 419 118 420 118 421 118 422 118 423 118 424 118 425 118 426 118 427 118 428 118 429 118 430 118 431 118 432 118 433 118 434 118 435 118 436 118 437 118 438 118 439 118 440 118 441 118 442 118 443 118 444 118 445 118 446 118 447 118 448 118 449 118 450 118 451 118 452 118 453 118 454 118 455 118 456 118 457 118 458 118 459 118 460 118 461 118 462 118 463 118 464 118 465 118 466 118 467 118 468 118 469 118 470 118 471 118 472 118 473 118 474 118 475 118 476 118 477 118 478 118 479 118 480 119 481 118 482 119 483 118 484 119 485 118 486 119 487 118 488 119 489 118 490 119 491 118 492 119 493 118 494 119 495 118 496 119 497 118 498 119 499 118 500 119 501 118 502 119 503 118 504 119 505 118 506 119 507 118 508 119 509 118 510 119 511 118 512 119 513 118 514 119 515 118 516 119 517 118 518 119 519 118 520 119 521 118 522 119 523 118 524 119 525 118 526 119 527 118 528 119 529 118 530 119 531 118 532 119 533 118 534 119 535 118 536 119 537 118 538 119 539 118 540 119 541 118 542 119 543 118 544 119 545 118 546 119 547 118 548 119 549 118 550 119 551 69 552 69 553 69 554 69 555 69 556 69 557 69 558 69 559 69 560 69 561 69 562 69 563 69 564 69 565 69 566 69 567 69 568 69 569 69 570 69 571 69 572 69 573 69 574 69 575 69 576 69 577 69 578 69 579 70 580 69 581 69 582 69 583 69 584 69 585 69 586 69 587 69 588 69 589 69 590 69 591 69 592 69 593 69 594 69 595 69 596 69 597 69 598 69 599 69 600 69 601 69 602 69 603 69 604 69 605 69 606 69 607 69 608 69 609 69 610 69 611 69 612 69 613 69 614 70 615 69 616 70 617 69 618 70 619 69 620 70 621 69 622 70 623 69 624 70 625 69 626 70 627 69 628 70 629 69 630 70 631 69 632 70 633 69 634 70 635 69 636 70 637 118 638 118 639 118 640 118 641 118 642 118 643 118 644 118 645 118 646 118 647 118 648 118 649 118 650 118 651 118 652 118 653 118 654 118 655 118 656 118 657 118 658 118 659 118 660 118 661 118 662 118 663 118 664 118 665 119 666 118 667 118 668 118 669 118 670 118 671 118 672 118 673 118 674 118 675 118 676 118 677 118 678 118 679 118 680 118 681 118 682 118 683 118 684 118 685 118 686 118 687 118 688 118 689 118 690 118 691 118 692 118 693 118 694 118 695 118 696 118 697 118 698 118 699 118 700 119 701 118 702 119 703 118 704 119 705 118 706 119 707 118 708 119 709 118 710 119 711 118 712 119 713 118 714 119 715 118 716 119 717 118 718 119 719 118 720 119 721 118 722 119 723 18 724 59 725 67 726 18 727 19 728 59 729 62 730 65 731 67 732 18 733 59 734 67 735 18 736 59 737 67 738 17 739 18 740 19 741 59 742 62 743 67 744 60 745 63 746 60 747 61 748 62 749 63 750 64 751 65 752 61 753 62 754 64 755 65 756 60 757 63 758 60 759 62 760 63 761 64 762 3 763 60 764 61 765 62 766 64 767 65 768 60 769 61 770 64 771 65 772 61 773 64 774 65 775 60 776 63 777 60 778 63 779 64 780 21 781 60 782 64 783 65 784 18 785 65 786 58 787 60 788 61 789 63 790 64 791 60 792 63 793 66 794 61 795 66 796 60 797 61 798 62 799 66 800 67 801 59 802 62 803 65 804 66 805 67 806 66 807 66 808 66 809 67 810 18 811 19 812 59 813 62 814 66 815 67 816 18 817 19 818 59 819 62 820 66 821 67 822 66 823 18 824 59 825 67 826 18 827 19 828 59 829 67 830 66 831 66 832 18 833 58 834 59 835 67 836 18 837 59 838 67 839 18 840 67 841 7 842 17 843 18 844 19 845 21 846 59 847 62 848 65 849 18 850 109 851 116 852 18 853 77 854 112 855 114 856 18 857 77 858 109 859 112 860 114 861 116 862 18 863 77 864 109 865 112 866 116 867 71 868 110 869 111 870 112 871 113 872 114 873 71 874 111 875 112 876 114 877 18 878 77 879 109 880 112 881 114 882 1 883 71 884 110 885 111 886 112 887 114 888 71 889 111 890 114 891 110 892 113 893 71 894 110 895 111 896 113 897 110 898 71 899 111 900 112 901 116 902 18 903 111 904 112 905 114 906 116 907 71 908 111 909 112 910 116 911 18 912 77 913 109 914 111 915 112 916 116 917 115 918 111 919 115 920 116 921 18 922 77 923 109 924 112 925 116 926 110 927 113 928 71 929 110 930 111 931 113 932 111 933 112 934 114 935 115 936 116 937 18 938 71 939 115 940 18 941 115 942 116 943 58 944 115 945 116 946 115 947 18 948 109 949 116 950 115 951 18 952 109 953 116 954 60 955 63 956 18 957 59 958 61 959 62 960 64 961 65 962 60 963 63 964 61 965 62 966 64 967 65 968 60 969 63 970 64 971 65 972 60 973 61 974 63 975 64 976 61 977 62 978 64 979 67 980 61 981 62 982 64 983 67 984 18 985 19 986 59 987 61 988 62 989 65 990 67 991 66 992 18 993 19 994 59 995 62 996 67 997 60 998 60 999 63 1000 58 1001 60 1002 61 1003 63 1004 64 1005 58 1006 60 1007 61 1008 63 1009 64 1010 61 1011 62 1012 65 1013 66 1014 67 1015 18 1016 59 1017 61 1018 62 1019 65 1020 66 1021 67 1022 18 1023 59 1024 62 1025 65 1026 66 1027 67 1028 18 1029 59 1030 67 1031 67 1032 18 1033 59 1034 67 1035 110 1036 113 1037 18 1038 77 1039 109 1040 111 1041 112 1042 114 1043 110 1044 71 1045 110 1046 111 1047 114 1048 110 1049 113 1050 58 1051 71 1052 110 1053 114 1054 71 1055 110 1056 111 1057 114 1058 71 1059 114 1060 114 1061 110 1062 113 1063 71 1064 110 1065 111 1066 113 1067 18 1068 77 1069 109 1070 111 1071 112 1072 114 1073 116 1074 18 1075 77 1076 109 1077 111 1078 112 1079 116 1080 110 1081 110 1082 71 1083 110 1084 113 1085 71 1086 110 1087 111 1088 113 1089 18 1090 109 1091 112 1092 114 1093 115 1094 116 1095 58 1096 115 1097 18 1098 115 1099 116 1100 18 1101 115 1102 116 1103 18 1104 115 1105 116 1106 18 1107 77 1108 109 1109 112 1110 115 1111 116 1112 18 1113 77 1114 109 1115 112 1116 115 1117 116 1118 18 1119 109 1120 116 1121 18 1122 19 1123 58 1124 109 1125 116 1126 18 1127 58 1128 109 1129 116 1130 115 1131 116 1132 18 1133 116 1134 18 1135 19 1136 62 1137 65 1138 18 1139 19 1140 59 1141 62 1142 65 1143 61 1144 62 1145 64 1146 65 1147 18 1148 19 1149 59 1150 62 1151 65 1152 60 1153 63 1154 18 1155 60 1156 62 1157 64 1158 65 1159 18 1160 59 1161 61 1162 62 1163 64 1164 65 1165 60 1166 60 1167 63 1168 62 1169 65 1170 60 1171 63 1172 60 1173 61 1174 64 1175 65 1176 60 1177 61 1178 62 1179 63 1180 64 1181 60 1182 63 1183 60 1184 61 1185 63 1186 64 1187 18 1188 61 1189 62 1190 65 1191 67 1192 61 1193 66 1194 67 1195 61 1196 62 1197 66 1198 67 1199 18 1200 19 1201 59 1202 61 1203 62 1204 67 1205 18 1206 61 1207 64 1208 65 1209 64 1210 66 1211 66 1212 67 1213 66 1214 67 1215 67 1216 66 1217 66 1218 67 1219 66 1220 67 1221 66 1222 66 1223 67 1224 66 1225 67 1226 17 1227 18 1228 19 1229 21 1230 65 1231 18 1232 77 1233 109 1234 112 1235 114 1236 18 1237 58 1238 109 1239 116 1240 110 1241 113 1242 71 1243 111 1244 112 1245 114 1246 110 1247 113 1248 71 1249 110 1250 113 1251 71 1252 110 1253 112 1254 113 1255 71 1256 110 1257 111 1258 114 1259 110 1260 113 1261 71 1262 110 1263 113 1264 71 1265 110 1266 113 1267 71 1268 110 1269 111 1270 112 1271 113 1272 111 1273 112 1274 114 1275 116 1276 18 1277 77 1278 109 1279 111 1280 112 1281 114 1282 116 1283 111 1284 115 1285 109 1286 112 1287 115 1288 116 1289 71 1290 111 1291 112 1292 114 1293 115 1294 116 1295 58 1296 116 1297 18 1298 109 1299 111 1300 112 1301 114 1302 115 1303 116 1304 115 1305 18 1306 77 1307 109 1308 116 1309 115 1310 115 1311 19 1312 58 1313 115 1314 116 1315 116 1316 17 1317 18 1318 21 1319 77 1320 114 1321 7 1322 17 1323 18 1324 21 1325 58 1326 77 1327 109 1328 112 1329 114 1330 60 1331 61 1332 63 1333 64 1334 60 1335 63 1336 64 1337 60 1338 61 1339 62 1340 64 1341 65 1342 18 1343 19 1344 59 1345 61 1346 62 1347 65 1348 60 1349 64 1350 60 1351 61 1352 64 1353 65 1354 18 1355 62 1356 65 1357 60 1358 63 1359 64 1360 64 1361 65 1362 65 1363 60 1364 60 1365 63 1366 61 1367 62 1368 65 1369 67 1370 18 1371 19 1372 59 1373 61 1374 62 1375 65 1376 67 1377 18 1378 19 1379 59 1380 61 1381 62 1382 67 1383 59 1384 62 1385 66 1386 67 1387 59 1388 62 1389 65 1390 66 1391 67 1392 60 1393 63 1394 64 1395 61 1396 62 1397 65 1398 66 1399 67 1400 22 1401 61 1402 62 1403 64 1404 65 1405 66 1406 67 1407 66 1408 67 1409 18 1410 59 1411 62 1412 67 1413 18 1414 19 1415 59 1416 62 1417 67 1418 66 1419 67 1420 58 1421 66 1422 67 1423 110 1424 113 1425 71 1426 110 1427 111 1428 113 1429 18 1430 71 1431 109 1432 111 1433 112 1434 114 1435 71 1436 110 1437 111 1438 112 1439 114 1440 1 1441 18 1442 71 1443 110 1444 112 1445 114 1446 18 1447 71 1448 109 1449 111 1450 112 1451 114 1452 17 1453 18 1454 58 1455 110 1456 113 1457 18 1458 110 1459 113 1460 71 1461 110 1462 71 1463 111 1464 112 1465 114 1466 112 1467 114 1468 18 1469 112 1470 114 1471 71 1472 114 1473 18 1474 114 1475 110 1476 113 1477 110 1478 113 1479 71 1480 110 1481 111 1482 113 1483 115 1484 111 1485 112 1486 115 1487 116 1488 109 1489 112 1490 114 1491 115 1492 116 1493 58 1494 71 1495 111 1496 114 1497 111 1498 112 1499 114 1500 115 1501 116 1502 111 1503 112 1504 115 1505 116 1506 115 1507 18 1508 58 1509 109 1510 112 1511 116 1512 18 1513 77 1514 109 1515 112 1516 116 1517 18 1518 109 1519 112 1520 114 1521 115 1522 116 1523 115 1524 116 1525 115 1526 116 1527 115 1528 116 1529 18 1530 59 1531 67 1532 18 1533 19 1534 59 1535 62 1536 65 1537 67 1538 18 1539 59 1540 67 1541 18 1542 59 1543 67 1544 17 1545 18 1546 19 1547 59 1548 62 1549 67 1550 60 1551 63 1552 60 1553 61 1554 62 1555 63 1556 64 1557 65 1558 61 1559 62 1560 64 1561 65 1562 60 1563 63 1564 60 1565 62 1566 63 1567 64 1568 3 1569 60 1570 61 1571 62 1572 64 1573 65 1574 60 1575 61 1576 64 1577 65 1578 61 1579 64 1580 65 1581 60 1582 63 1583 60 1584 63 1585 64 1586 21 1587 60 1588 64 1589 65 1590 18 1591 65 1592 58 1593 60 1594 61 1595 63 1596 64 1597 60 1598 63 1599 66 1600 61 1601 66 1602 60 1603 61 1604 62 1605 66 1606 67 1607 59 1608 62 1609 65 1610 66 1611 67 1612 66 1613 66 1614 66 1615 67 1616 18 1617 19 1618 59 1619 62 1620 66 1621 67 1622 66 1623 18 1624 19 1625 59 1626 67 1627 66 1628 66 1629 18 1630 59 1631 67 1632 18 1633 67 1634 7 1635 17 1636 18 1637 19 1638 21 1639 59 1640 62 1641 65 1642 18 1643 109 1644 116 1645 18 1646 77 1647 112 1648 114 1649 18 1650 77 1651 109 1652 112 1653 114 1654 116 1655 18 1656 77 1657 109 1658 112 1659 116 1660 71 1661 110 1662 111 1663 112 1664 113 1665 114 1666 71 1667 111 1668 112 1669 114 1670 18 1671 77 1672 109 1673 112 1674 114 1675 1 1676 71 1677 110 1678 111 1679 112 1680 114 1681 71 1682 111 1683 114 1684 110 1685 113 1686 71 1687 110 1688 111 1689 113 1690 110 1691 71 1692 111 1693 112 1694 116 1695 18 1696 111 1697 112 1698 114 1699 116 1700 71 1701 111 1702 112 1703 116 1704 18 1705 77 1706 109 1707 111 1708 112 1709 116 1710 115 1711 111 1712 115 1713 116 1714 18 1715 77 1716 109 1717 112 1718 116 1719 110 1720 113 1721 71 1722 110 1723 111 1724 113 1725 111 1726 112 1727 114 1728 115 1729 116 1730 18 1731 71 1732 115 1733 18 1734 115 1735 116 1736 58 1737 115 1738 116 1739 115 1740 115 1741 18 1742 109 1743 116 1744 60 1745 63 1746 18 1747 59 1748 61 1749 62 1750 64 1751 65 1752 60 1753 63 1754 61 1755 62 1756 64 1757 65 1758 60 1759 63 1760 64 1761 65 1762 60 1763 61 1764 63 1765 64 1766 61 1767 62 1768 64 1769 67 1770 61 1771 62 1772 64 1773 67 1774 18 1775 19 1776 59 1777 61 1778 62 1779 65 1780 67 1781 66 1782 18 1783 19 1784 59 1785 62 1786 67 1787 60 1788 60 1789 63 1790 58 1791 60 1792 61 1793 63 1794 64 1795 58 1796 60 1797 61 1798 63 1799 64 1800 61 1801 62 1802 65 1803 66 1804 67 1805 18 1806 59 1807 61 1808 62 1809 65 1810 66 1811 67 1812 18 1813 59 1814 62 1815 65 1816 66 1817 67 1818 18 1819 59 1820 67 1821 67 1822 110 1823 113 1824 18 1825 77 1826 109 1827 111 1828 112 1829 114 1830 110 1831 71 1832 110 1833 111 1834 114 1835 110 1836 113 1837 58 1838 71 1839 110 1840 114 1841 71 1842 110 1843 111 1844 114 1845 71 1846 114 1847 114 1848 110 1849 113 1850 71 1851 110 1852 111 1853 113 1854 18 1855 77 1856 109 1857 111 1858 112 1859 114 1860 116 1861 18 1862 77 1863 109 1864 111 1865 112 1866 116 1867 110 1868 110 1869 71 1870 110 1871 113 1872 71 1873 110 1874 111 1875 113 1876 18 1877 109 1878 112 1879 114 1880 115 1881 116 1882 58 1883 115 1884 18 1885 115 1886 116 1887 18 1888 115 1889 116 1890 18 1891 115 1892 116 1893 18 1894 77 1895 109 1896 112 1897 115 1898 116 1899 18 1900 109 1901 116 1902 18 1903 19 1904 58 1905 109 1906 116 1907 115 1908 116 1909 18 1910 116 1911 37 1912 41 1913 92 1914 23 1915 37 1916 41 1917 38 1918 39 1919 37 1920 39 1921 40 1922 0 1923 1 1924 2 1925 3 1926 4 1927 5 1928 8 1929 5 1930 6 1931 7 1932 8 1933 58 1934 17 1935 18 1936 19 1937 21 1938 22 1939 58 1940 17 1941 18 1942 19 1943 21 1944 22 1945 58 1946 7 1947 17 1948 18 1949 19 1950 21 1951 22 1952 58 1953 17 1954 18 1955 19 1956 21 1957 22 1958 58 1959 17 1960 18 1961 19 1962 21 1963 22 1964 58 1965 17 1966 18 1967 19 1968 21 1969 22 1970 58 1971 17 1972 18 1973 19 1974 21 1975 22 1976 58 1977 6 1978 7 1979 17 1980 18 1981 19 1982 22 1983 58 1984 77 1985 6 1986 7 1987 17 1988 18 1989 19 1990 22 1991 58 1992 77 1993 6 1994 7 1995 17 1996 18 1997 19 1998 58 1999 6 2000 7 2001 17 2002 18 2003 19 2004 58 2005 22 2006 23 2007 41 2008 21 2009 22 2010 23 2011 41 2012 21 2013 22 2014 23 2015 41 2016 7 2017 17 2018 18 2019 19 2020 21 2021 22 2022 58 2023 7 2024 17 2025 18 2026 19 2027 21 2028 22 2029 58 2030 77 2031 7 2032 17 2033 18 2034 19 2035 21 2036 22 2037 58 2038 7 2039 17 2040 18 2041 19 2042 21 2043 22 2044 58 2045 23 2046 41 2047 92 2048 23 2049 41 2050 7 2051 17 2052 18 2053 19 2054 21 2055 22 2056 58 2057 17 2058 18 2059 19 2060 21 2061 22 2062 58 2063 17 2064 18 2065 19 2066 21 2067 22 2068 58 2069 5 2070 6 2071 7 2072 17 2073 18 2074 22 2075 58 2076 5 2077 6 2078 7 2079 17 2080 18 2081 58 2082 23 2083 37 2084 41 2085 92 2086 37 2087 39 2088 40 2089 0 2090 1 2091 2 2092 3 2093 4 2094 5 2095 8 2096 0 2097 1 2098 3 2099 4 2100 5 2101 6 2102 8 2103 1 2104 4 2105 5 2106 6 2107 7 2108 8 2109 58 2110 5 2111 6 2112 7 2113 8 2114 58 2115 17 2116 18 2117 19 2118 21 2119 22 2120 58 2121 77 2122 7 2123 17 2124 18 2125 19 2126 21 2127 22 2128 58 2129 77 2130 17 2131 18 2132 19 2133 21 2134 22 2135 58 2136 77 2137 17 2138 18 2139 19 2140 21 2141 22 2142 58 2143 77 2144 21 2145 22 2146 23 2147 41 2148 58 2149 92 2150 21 2151 22 2152 23 2153 41 2154 92 2155 22 2156 23 2157 41 2158 92 2159 23 2160 41 2161 92 2162 23 2163 37 2164 41 2165 92 2166 23 2167 37 2168 41 2169 1 2170 4 2171 5 2172 6 2173 7 2174 8 2175 58 2176 5 2177 6 2178 7 2179 8 2180 58 2181 5 2182 6 2183 7 2184 58 2185 5 2186 6 2187 7 2188 8 2189 58 2190 5 2191 6 2192 7 2193 17 2194 18 2195 19 2196 22 2197 58 2198 77 2199 7 2200 17 2201 18 2202 19 2203 22 2204 58 2205 7 2206 17 2207 18 2208 19 2209 22 2210 58 2211 77 2212 7 2213 17 2214 18 2215 19 2216 58 2217 7 2218 17 2219 18 2220 19 2221 58 2222 7 2223 17 2224 18 2225 19 2226 21 2227 22 2228 58 2229 17 2230 18 2231 19 2232 21 2233 22 2234 58 2235 17 2236 18 2237 19 2238 21 2239 22 2240 58 2241 17 2242 18 2243 19 2244 21 2245 22 2246 58 2247 17 2248 18 2249 19 2250 21 2251 22 2252 58 2253 17 2254 18 2255 19 2256 21 2257 22 2258 58 2259 17 2260 18 2261 19 2262 21 2263 22 2264 58 2265 17 2266 18 2267 19 2268 21 2269 22 2270 58 2271 17 2272 18 2273 19 2274 21 2275 22 2276 58 2277 17 2278 18 2279 19 2280 21 2281 22 2282 58 2283 17 2284 18 2285 19 2286 21 2287 22 2288 58 2289 21 2290 22 2291 23 2292 41 2293 58 2294 22 2295 23 2296 41 2297 22 2298 23 2299 41 2300 22 2301 23 2302 41 2303 6 2304 7 2305 17 2306 18 2307 19 2308 58 2309 77 2310 6 2311 7 2312 17 2313 18 2314 19 2315 22 2316 58 2317 77 2318 6 2319 7 2320 17 2321 18 2322 19 2323 58 2324 6 2325 7 2326 17 2327 18 2328 19 2329 58 2330 22 2331 23 2332 41 2333 23 2334 41 2335 22 2336 23 2337 41 2338 23 2339 41 2340 92 2341 23 2342 41 2343 23 2344 41 2345 21 2346 22 2347 23 2348 41 2349 21 2350 22 2351 23 2352 41 2353 7 2354 17 2355 18 2356 19 2357 21 2358 22 2359 58 2360 7 2361 17 2362 18 2363 19 2364 21 2365 22 2366 58 2367 77 2368 7 2369 17 2370 18 2371 19 2372 21 2373 22 2374 58 2375 7 2376 17 2377 18 2378 19 2379 21 2380 22 2381 58 2382 7 2383 17 2384 18 2385 19 2386 21 2387 22 2388 58 2389 23 2390 41 2391 92 2392 23 2393 41 2394 92 2395 23 2396 41 2397 23 2398 37 2399 41 2400 17 2401 18 2402 19 2403 21 2404 22 2405 58 2406 17 2407 18 2408 19 2409 21 2410 22 2411 58 2412 5 2413 6 2414 7 2415 8 2416 58 2417 0 2418 1 2419 3 2420 4 2421 5 2422 8 2423 0 2424 1 2425 2 2426 3 2427 4 2428 5 2429 8 2430 22 2431 23 2432 41 2433 92 2434 5 2435 6 2436 7 2437 17 2438 18 2439 22 2440 58 2441 5 2442 6 2443 7 2444 17 2445 18 2446 19 2447 58 2448 23 2449 41 2450 92 2451 23 2452 41 2453 92 2454 23 2455 37 2456 41 2457 92 2458 22 2459 23 2460 41 2461 92 2462 23 2463 41 2464 92 2465 17 2466 18 2467 19 2468 21 2469 22 2470 58 2471 77 2472 38 2473 39 2474 40 2475 17 2476 18 2477 19 2478 21 2479 22 2480 58 2481 77 2482 0 2483 1 2484 4 2485 5 2486 6 2487 8 2488 37 2489 40 2490 41 2491 92 2492 37 2493 41 2494 38 2495 39 2496 5 2497 6 2498 7 2499 8 2500 58 2501 17 2502 18 2503 19 2504 21 2505 22 2506 58 2507 7 2508 17 2509 18 2510 19 2511 22 2512 58 2513 7 2514 17 2515 18 2516 19 2517 58 2518 7 2519 17 2520 18 2521 19 2522 22 2523 58 2524 77 2525 7 2526 17 2527 18 2528 19 2529 58 2530 7 2531 17 2532 18 2533 19 2534 58 2535 17 2536 18 2537 19 2538 21 2539 22 2540 58 2541 17 2542 18 2543 19 2544 21 2545 22 2546 58 2547 17 2548 18 2549 19 2550 21 2551 22 2552 58 2553 17 2554 18 2555 19 2556 21 2557 22 2558 58 2559 17 2560 18 2561 19 2562 21 2563 22 2564 58 2565 22 2566 23 2567 41 2568 22 2569 23 2570 41 2571 23 2572 41 2573 7 2574 17 2575 18 2576 19 2577 21 2578 22 2579 58 2580 0 2581 1 2582 3 2583 4 2584 5 2585 8 2586 0 2587 1 2588 3 2589 4 2590 5 2591 8 2592 0 2593 5 2594 6 2595 7 2596 8 2597 58 2598 23 2599 41 2600 92 2601 0 2602 1 2603 4 2604 5 2605 6 2606 8 2607 17 2608 18 2609 19 2610 21 2611 22 2612 58 2613 77 2614 6 2615 7 2616 17 2617 18 2618 58 2619 6 2620 7 2621 17 2622 18 2623 22 2624 58 2625 6 2626 7 2627 17 2628 18 2629 19 2630 22 2631 58 2632 77 2633 6 2634 7 2635 17 2636 18 2637 19 2638 58 2639 6 2640 7 2641 17 2642 18 2643 19 2644 58 2645 6 2646 7 2647 17 2648 18 2649 58 2650 6 2651 7 2652 17 2653 18 2654 22 2655 58 2656 6 2657 7 2658 17 2659 18 2660 19 2661 58 2662 5 2663 6 2664 7 2665 17 2666 18 2667 22 2668 58 2669 5 2670 6 2671 7 2672 17 2673 18 2674 19 2675 58 2676 5 2677 6 2678 7 2679 17 2680 18 2681 19 2682 22 2683 58 2684 77 2685 5 2686 6 2687 7 2688 17 2689 18 2690 58 2691 5 2692 6 2693 7 2694 17 2695 18 2696 22 2697 58 2698 5 2699 6 2700 7 2701 17 2702 18 2703 19 2704 58 2705 5 2706 6 2707 7 2708 17 2709 18 2710 58 2711 5 2712 6 2713 7 2714 17 2715 18 2716 22 2717 58 2718 5 2719 6 2720 7 2721 17 2722 18 2723 58 2724 23 2725 37 2726 92 2727 5 2728 6 2729 7 2730 8 2731 58 2732 17 2733 18 2734 21 2735 22 2736 58 2737 77 2738 7 2739 17 2740 18 2741 21 2742 22 2743 58 2744 77 2745 17 2746 18 2747 21 2748 22 2749 58 2750 77 2751 17 2752 18 2753 21 2754 22 2755 58 2756 77 2757 17 2758 18 2759 21 2760 22 2761 58 2762 77 2763 6 2764 7 2765 17 2766 18 2767 22 2768 58 2769 77 2770 6 2771 7 2772 17 2773 18 2774 58 2775 77 2776 6 2777 7 2778 17 2779 18 2780 58 2781 77 2782 22 2783 23 2784 92 2785 22 2786 23 2787 92 2788 22 2789 23 2790 92 2791 21 2792 22 2793 23 2794 92 2795 21 2796 22 2797 23 2798 92 2799 7 2800 17 2801 18 2802 19 2803 21 2804 22 2805 58 2806 77 2807 7 2808 17 2809 18 2810 19 2811 21 2812 22 2813 58 2814 77 2815 23 2816 37 2817 92 2818 7 2819 17 2820 18 2821 21 2822 22 2823 58 2824 77 2825 17 2826 18 2827 19 2828 21 2829 22 2830 58 2831 77 2832 17 2833 18 2834 21 2835 22 2836 58 2837 77 2838 23 2839 37 2840 41 2841 92 2842 38 2843 39 2844 40 2845 0 2846 1 2847 2 2848 3 2849 4 2850 5 2851 8 2852 0 2853 1 2854 2 2855 3 2856 4 2857 5 2858 8 2859 0 2860 1 2861 3 2862 4 2863 5 2864 6 2865 8 2866 0 2867 1 2868 4 2869 5 2870 6 2871 7 2872 8 2873 58 2874 5 2875 6 2876 7 2877 8 2878 58 2879 17 2880 18 2881 19 2882 21 2883 22 2884 58 2885 77 2886 7 2887 17 2888 18 2889 19 2890 21 2891 22 2892 58 2893 77 2894 17 2895 18 2896 19 2897 21 2898 22 2899 58 2900 77 2901 17 2902 18 2903 19 2904 21 2905 22 2906 58 2907 77 2908 21 2909 22 2910 23 2911 41 2912 58 2913 92 2914 21 2915 22 2916 23 2917 41 2918 92 2919 6 2920 7 2921 17 2922 18 2923 19 2924 22 2925 58 2926 77 2927 22 2928 23 2929 41 2930 92 2931 23 2932 41 2933 92 2934 7 2935 17 2936 18 2937 19 2938 21 2939 22 2940 58 2941 77 2942 23 2943 41 2944 92 2945 23 2946 37 2947 41 2948 92 2949 6 2950 7 2951 17 2952 18 2953 58 2954 77 2955 5 2956 6 2957 7 2958 17 2959 18 2960 19 2961 22 2962 58 2963 77 2964 5 2965 6 2966 7 2967 17 2968 18 2969 22 2970 58 2971 5 2972 6 2973 7 2974 17 2975 18 2976 58 2977 77 2978 7 2979 17 2980 18 2981 19 2982 21 2983 22 2984 58 2985 77 2986 0 2987 1 2988 3 2989 4 2990 5 2991 8 2992 39 2993 40 2994 0 2995 1 2996 4 2997 5 2998 6 2999 7 3000 8 3001 58 3002 0 3003 5 3004 6 3005 7 3006 8 3007 58 3008 5 3009 6 3010 7 3011 58 3012 5 3013 6 3014 7 3015 8 3016 58 3017 7 3018 17 3019 18 3020 22 3021 58 3022 77 3023 7 3024 17 3025 18 3026 58 3027 77 3028 7 3029 17 3030 18 3031 58 3032 77 3033 17 3034 18 3035 21 3036 22 3037 58 3038 77 3039 17 3040 18 3041 21 3042 22 3043 58 3044 77 3045 17 3046 18 3047 21 3048 22 3049 58 3050 77 3051 17 3052 18 3053 21 3054 22 3055 58 3056 77 3057 17 3058 18 3059 21 3060 22 3061 58 3062 77 3063 17 3064 18 3065 21 3066 22 3067 58 3068 77 3069 17 3070 18 3071 21 3072 22 3073 58 3074 77 3075 17 3076 18 3077 21 3078 22 3079 58 3080 77 3081 17 3082 18 3083 21 3084 22 3085 58 3086 77 3087 17 3088 18 3089 21 3090 22 3091 58 3092 77 3093 17 3094 18 3095 21 3096 22 3097 58 3098 77 3099 17 3100 18 3101 21 3102 22 3103 58 3104 77 3105 21 3106 22 3107 23 3108 58 3109 92 3110 22 3111 23 3112 92 3113 22 3114 23 3115 92 3116 22 3117 23 3118 92 3119 6 3120 7 3121 17 3122 18 3123 58 3124 77 3125 6 3126 7 3127 17 3128 18 3129 22 3130 58 3131 77 3132 6 3133 7 3134 17 3135 18 3136 58 3137 77 3138 6 3139 7 3140 17 3141 18 3142 58 3143 77 3144 23 3145 92 3146 22 3147 23 3148 92 3149 22 3150 23 3151 92 3152 23 3153 92 3154 23 3155 92 3156 21 3157 22 3158 23 3159 92 3160 21 3161 22 3162 23 3163 92 3164 7 3165 17 3166 18 3167 21 3168 22 3169 58 3170 77 3171 7 3172 17 3173 18 3174 19 3175 21 3176 22 3177 58 3178 77 3179 7 3180 17 3181 18 3182 19 3183 21 3184 22 3185 58 3186 77 3187 7 3188 17 3189 18 3190 19 3191 21 3192 22 3193 58 3194 77 3195 7 3196 17 3197 18 3198 19 3199 21 3200 22 3201 58 3202 77 3203 23 3204 92 3205 23 3206 92 3207 17 3208 18 3209 21 3210 22 3211 58 3212 77 3213 17 3214 18 3215 21 3216 22 3217 58 3218 77 3219 37 3220 40 3221 0 3222 1 3223 4 3224 5 3225 6 3226 8 3227 17 3228 18 3229 19 3230 21 3231 22 3232 58 3233 77 3234 38 3235 39 3236 40 3237 23 3238 41 3239 92 3240 23 3241 37 3242 41 3243 92 3244 17 3245 18 3246 19 3247 21 3248 22 3249 58 3250 77 3251 23 3252 37 3253 41 3254 92 3255 23 3256 37 3257 41 3258 92 3259 0 3260 1 3261 2 3262 3 3263 4 3264 5 3265 8 3266 0 3267 1 3268 4 3269 5 3270 6 3271 8 3272 0 3273 1 3274 4 3275 5 3276 6 3277 7 3278 8 3279 58 3280 5 3281 6 3282 7 3283 8 3284 58 3285 7 3286 17 3287 18 3288 19 3289 21 3290 22 3291 58 3292 77 3293 22 3294 23 3295 41 3296 58 3297 92 3298 38 3299 39 3300 0 3301 1 3302 2 3303 3 3304 4 3305 5 3306 8 3307 0 3308 1 3309 3 3310 4 3311 5 3312 8 3313 0 3314 5 3315 6 3316 7 3317 8 3318 58 3319 17 3320 18 3321 21 3322 22 3323 58 3324 77 3325 22 3326 23 3327 41 3328 92 3329 23 3330 41 3331 92 3332 23 3333 41 3334 92 3335 37 3336 41 3337 92 3338 7 3339 17 3340 18 3341 19 3342 22 3343 58 3344 77 3345 7 3346 17 3347 18 3348 19 3349 21 3350 22 3351 58 3352 77 3353 37 3354 39 3355 40 3356 37 3357 41 3358 58 3359 92 3360 18 3361 21 3362 22 3363 58 3364 23 3365 41 3366 92 3367 7 3368 17 3369 18 3370 19 3371 21 3372 22 3373 58 3374 77 3375 23 3376 41 3377 92 3378 23 3379 41 3380 92 3381 37 3382 92 3383 23 3384 37 3385 92 3386 0 3387 5 3388 6 3389 7 3390 8 3391 58 3392 7 3393 17 3394 18 3395 19 3396 22 3397 58 3398 77 3399 7 3400 17 3401 18 3402 58 3403 77 3404 7 3405 17 3406 18 3407 58 3408 77 3409 7 3410 17 3411 18 3412 19 3413 21 3414 22 3415 58 3416 77 3417 7 3418 17 3419 18 3420 58 3421 77 3422 17 3423 18 3424 19 3425 21 3426 22 3427 58 3428 77 3429 17 3430 18 3431 21 3432 22 3433 58 3434 77 3435 17 3436 18 3437 21 3438 22 3439 58 3440 77 3441 17 3442 18 3443 21 3444 22 3445 58 3446 77 3447 17 3448 18 3449 21 3450 22 3451 58 3452 77 3453 17 3454 18 3455 19 3456 21 3457 22 3458 58 3459 77 3460 22 3461 23 3462 92 3463 22 3464 23 3465 92 3466 23 3467 92 3468 7 3469 17 3470 18 3471 19 3472 21 3473 22 3474 58 3475 77 3476 23 3477 37 3478 41 3479 92 3480 0 3481 1 3482 2 3483 3 3484 4 3485 5 3486 8 3487 6 3488 7 3489 17 3490 18 3491 22 3492 58 3493 77 3494 6 3495 7 3496 17 3497 18 3498 58 3499 77 3500 6 3501 7 3502 17 3503 18 3504 58 3505 77 3506 6 3507 7 3508 17 3509 18 3510 19 3511 22 3512 58 3513 77 3514 6 3515 7 3516 17 3517 18 3518 58 3519 77 3520 6 3521 7 3522 17 3523 18 3524 22 3525 58 3526 6 3527 7 3528 17 3529 18 3530 58 3531 77 3532 5 3533 6 3534 7 3535 17 3536 18 3537 22 3538 58 3539 5 3540 6 3541 7 3542 17 3543 18 3544 58 3545 77 3546 5 3547 6 3548 7 3549 17 3550 18 3551 19 3552 22 3553 58 3554 77 3555 5 3556 6 3557 7 3558 17 3559 18 3560 58 3561 5 3562 6 3563 7 3564 17 3565 18 3566 22 3567 58 3568 5 3569 6 3570 7 3571 17 3572 18 3573 58 3574 77 3575 5 3576 6 3577 7 3578 17 3579 18 3580 58 3581 60 3582 60 3583 60 3584 63 3585 60 3586 63 3587 60 3588 63 3589 60 3590 63 3591 60 3592 63 3593 60 3594 63 3595 60 3596 61 3597 63 3598 64 3599 0 3600 60 3601 61 3602 63 3603 64 3604 60 3605 61 3606 63 3607 64 3608 60 3609 61 3610 63 3611 64 3612 65 3613 60 3614 61 3615 63 3616 64 3617 0 3618 60 3619 61 3620 63 3621 64 3622 61 3623 62 3624 64 3625 61 3626 62 3627 64 3628 65 3629 18 3630 61 3631 62 3632 64 3633 65 3634 18 3635 61 3636 62 3637 64 3638 65 3639 61 3640 62 3641 65 3642 61 3643 62 3644 64 3645 61 3646 62 3647 65 3648 18 3649 59 3650 61 3651 62 3652 65 3653 18 3654 59 3655 61 3656 62 3657 65 3658 18 3659 19 3660 59 3661 61 3662 62 3663 65 3664 18 3665 19 3666 59 3667 61 3668 62 3669 65 3670 67 3671 18 3672 19 3673 59 3674 61 3675 62 3676 67 3677 18 3678 19 3679 59 3680 61 3681 62 3682 65 3683 66 3684 66 3685 66 3686 66 3687 66 3688 66 3689 66 3690 67 3691 61 3692 66 3693 67 3694 61 3695 66 3696 67 3697 62 3698 66 3699 67 3700 61 3701 62 3702 66 3703 67 3704 66 3705 67 3706 62 3707 66 3708 67 3709 62 3710 66 3711 67 3712 66 3713 67 3714 62 3715 66 3716 67 3717 62 3718 65 3719 66 3720 67 3721 18 3722 59 3723 67 3724 18 3725 19 3726 59 3727 62 3728 65 3729 18 3730 19 3731 59 3732 65 3733 77 3734 18 3735 19 3736 59 3737 62 3738 65 3739 18 3740 19 3741 59 3742 62 3743 65 3744 18 3745 59 3746 67 3747 18 3748 19 3749 59 3750 67 3751 18 3752 19 3753 59 3754 67 3755 18 3756 19 3757 59 3758 67 3759 18 3760 19 3761 59 3762 65 3763 18 3764 19 3765 59 3766 18 3767 19 3768 59 3769 62 3770 67 3771 18 3772 19 3773 59 3774 62 3775 65 3776 60 3777 63 3778 60 3779 63 3780 60 3781 63 3782 60 3783 63 3784 60 3785 63 3786 64 3787 60 3788 63 3789 64 3790 60 3791 63 3792 64 3793 60 3794 63 3795 64 3796 60 3797 63 3798 64 3799 60 3800 63 3801 64 3802 60 3803 63 3804 64 3805 60 3806 63 3807 64 3808 60 3809 63 3810 64 3811 60 3812 63 3813 64 3814 60 3815 63 3816 64 3817 60 3818 63 3819 64 3820 60 3821 64 3822 65 3823 60 3824 64 3825 65 3826 60 3827 64 3828 65 3829 3 3830 8 3831 60 3832 64 3833 65 3834 18 3835 60 3836 64 3837 65 3838 18 3839 59 3840 62 3841 65 3842 18 3843 19 3844 59 3845 62 3846 65 3847 3 3848 60 3849 64 3850 65 3851 3 3852 8 3853 60 3854 64 3855 65 3856 18 3857 60 3858 62 3859 64 3860 65 3861 3 3862 18 3863 60 3864 64 3865 65 3866 18 3867 62 3868 65 3869 18 3870 59 3871 62 3872 65 3873 18 3874 19 3875 62 3876 65 3877 6 3878 7 3879 18 3880 19 3881 58 3882 59 3883 62 3884 65 3885 60 3886 60 3887 60 3888 60 3889 60 3890 63 3891 60 3892 63 3893 60 3894 63 3895 64 3896 60 3897 63 3898 64 3899 60 3900 63 3901 64 3902 58 3903 60 3904 61 3905 63 3906 64 3907 58 3908 60 3909 61 3910 63 3911 64 3912 60 3913 61 3914 63 3915 64 3916 65 3917 60 3918 61 3919 64 3920 65 3921 58 3922 60 3923 61 3924 63 3925 64 3926 60 3927 61 3928 63 3929 64 3930 65 3931 18 3932 61 3933 62 3934 64 3935 65 3936 22 3937 61 3938 62 3939 64 3940 65 3941 61 3942 62 3943 64 3944 65 3945 61 3946 62 3947 64 3948 65 3949 61 3950 62 3951 64 3952 65 3953 61 3954 62 3955 64 3956 65 3957 61 3958 62 3959 64 3960 65 3961 61 3962 62 3963 65 3964 61 3965 62 3966 65 3967 18 3968 62 3969 65 3970 18 3971 62 3972 65 3973 18 3974 19 3975 59 3976 62 3977 65 3978 66 3979 66 3980 66 3981 66 3982 66 3983 66 3984 66 3985 67 3986 66 3987 67 3988 66 3989 67 3990 66 3991 67 3992 66 3993 67 3994 66 3995 67 3996 66 3997 67 3998 66 3999 67 4000 66 4001 67 4002 18 4003 59 4004 67 4005 18 4006 59 4007 67 4008 18 4009 59 4010 67 4011 18 4012 58 4013 59 4014 67 4015 18 4016 19 4017 58 4018 59 4019 67 4020 17 4021 18 4022 19 4023 59 4024 67 4025 60 4026 63 4027 60 4028 63 4029 60 4030 63 4031 60 4032 63 4033 60 4034 63 4035 60 4036 63 4037 60 4038 63 4039 64 4040 60 4041 63 4042 64 4043 60 4044 63 4045 64 4046 60 4047 63 4048 64 4049 3 4050 60 4051 63 4052 64 4053 60 4054 63 4055 64 4056 60 4057 63 4058 64 4059 60 4060 63 4061 64 4062 60 4063 63 4064 64 4065 3 4066 60 4067 63 4068 64 4069 60 4070 63 4071 64 4072 3 4073 60 4074 63 4075 64 4076 3 4077 8 4078 64 4079 65 4080 60 4081 64 4082 65 4083 3 4084 60 4085 64 4086 65 4087 64 4088 65 4089 64 4090 65 4091 65 4092 18 4093 19 4094 65 4095 64 4096 65 4097 64 4098 65 4099 64 4100 65 4101 62 4102 64 4103 65 4104 64 4105 65 4106 62 4107 65 4108 18 4109 19 4110 65 4111 7 4112 18 4113 19 4114 58 4115 59 4116 65 4117 60 4118 61 4119 63 4120 64 4121 67 4122 67 4123 66 4124 67 4125 18 4126 59 4127 62 4128 67 4129 18 4130 59 4131 62 4132 65 4133 66 4134 67 4135 18 4136 67 4137 61 4138 62 4139 64 4140 65 4141 18 4142 19 4143 59 4144 62 4145 65 4146 60 4147 63 4148 18 4149 60 4150 62 4151 64 4152 65 4153 18 4154 59 4155 61 4156 62 4157 64 4158 65 4159 60 4160 60 4161 63 4162 62 4163 65 4164 60 4165 63 4166 60 4167 61 4168 64 4169 65 4170 60 4171 61 4172 62 4173 63 4174 64 4175 60 4176 63 4177 60 4178 61 4179 63 4180 64 4181 18 4182 61 4183 62 4184 65 4185 67 4186 66 4187 61 4188 66 4189 67 4190 61 4191 62 4192 66 4193 67 4194 18 4195 19 4196 59 4197 61 4198 62 4199 67 4200 18 4201 61 4202 64 4203 65 4204 66 4205 64 4206 66 4207 66 4208 67 4209 66 4210 67 4211 67 4212 66 4213 66 4214 66 4215 67 4216 66 4217 67 4218 18 4219 19 4220 59 4221 67 4222 18 4223 19 4224 59 4225 67 4226 60 4227 63 4228 60 4229 63 4230 60 4231 63 4232 64 4233 60 4234 63 4235 64 4236 60 4237 63 4238 64 4239 60 4240 63 4241 64 4242 60 4243 63 4244 64 4245 60 4246 64 4247 65 4248 3 4249 8 4250 60 4251 64 4252 65 4253 3 4254 8 4255 18 4256 60 4257 64 4258 65 4259 18 4260 59 4261 62 4262 65 4263 6 4264 7 4265 18 4266 19 4267 58 4268 59 4269 62 4270 65 4271 66 4272 66 4273 67 4274 18 4275 59 4276 67 4277 18 4278 19 4279 59 4280 67 4281 60 4282 63 4283 60 4284 63 4285 60 4286 63 4287 60 4288 63 4289 64 4290 60 4291 63 4292 64 4293 60 4294 63 4295 64 4296 60 4297 63 4298 64 4299 60 4300 63 4301 64 4302 3 4303 8 4304 60 4305 64 4306 65 4307 3 4308 64 4309 65 4310 3 4311 18 4312 64 4313 65 4314 18 4315 59 4316 62 4317 65 4318 7 4319 18 4320 19 4321 58 4322 59 4323 65 4324 66 4325 67 4326 7 4327 18 4328 19 4329 21 4330 58 4331 59 4332 7 4333 17 4334 18 4335 19 4336 21 4337 17 4338 18 4339 19 4340 21 4341 58 4342 7 4343 17 4344 18 4345 19 4346 21 4347 17 4348 18 4349 19 4350 21 4351 22 4352 59 4353 6 4354 7 4355 17 4356 18 4357 19 4358 21 4359 58 4360 59 4361 65 4362 7 4363 17 4364 18 4365 19 4366 21 4367 58 4368 59 4369 62 4370 65 4371 77 4372 7 4373 17 4374 18 4375 19 4376 21 4377 58 4378 59 4379 62 4380 65 4381 77 4382 17 4383 18 4384 19 4385 21 4386 65 4387 7 4388 17 4389 18 4390 19 4391 21 4392 22 4393 58 4394 59 4395 65 4396 6 4397 7 4398 17 4399 18 4400 19 4401 21 4402 58 4403 59 4404 65 4405 17 4406 18 4407 19 4408 21 4409 22 4410 59 4411 62 4412 6 4413 7 4414 17 4415 18 4416 19 4417 21 4418 59 4419 65 4420 60 4421 64 4422 65 4423 60 4424 64 4425 65 4426 60 4427 64 4428 65 4429 60 4430 64 4431 65 4432 60 4433 64 4434 65 4435 3 4436 8 4437 60 4438 64 4439 65 4440 3 4441 64 4442 65 4443 3 4444 8 4445 60 4446 64 4447 65 4448 60 4449 64 4450 65 4451 60 4452 64 4453 65 4454 60 4455 64 4456 65 4457 60 4458 64 4459 65 4460 60 4461 64 4462 65 4463 60 4464 64 4465 65 4466 60 4467 64 4468 65 4469 60 4470 64 4471 65 4472 60 4473 64 4474 65 4475 60 4476 64 4477 65 4478 18 4479 19 4480 21 4481 22 4482 58 4483 59 4484 18 4485 19 4486 21 4487 22 4488 59 4489 6 4490 7 4491 17 4492 18 4493 19 4494 58 4495 7 4496 17 4497 18 4498 19 4499 21 4500 58 4501 6 4502 7 4503 17 4504 18 4505 19 4506 58 4507 17 4508 18 4509 19 4510 21 4511 110 4512 110 4513 110 4514 113 4515 110 4516 113 4517 110 4518 113 4519 110 4520 113 4521 110 4522 113 4523 110 4524 113 4525 71 4526 110 4527 111 4528 113 4529 71 4530 110 4531 111 4532 113 4533 71 4534 110 4535 111 4536 113 4537 71 4538 110 4539 111 4540 113 4541 114 4542 71 4543 110 4544 111 4545 113 4546 71 4547 110 4548 111 4549 113 4550 71 4551 111 4552 112 4553 71 4554 111 4555 112 4556 114 4557 18 4558 71 4559 111 4560 112 4561 114 4562 18 4563 71 4564 111 4565 112 4566 114 4567 111 4568 112 4569 114 4570 71 4571 111 4572 112 4573 111 4574 112 4575 114 4576 18 4577 109 4578 111 4579 112 4580 114 4581 18 4582 109 4583 111 4584 112 4585 114 4586 18 4587 77 4588 109 4589 111 4590 112 4591 114 4592 18 4593 77 4594 109 4595 111 4596 112 4597 114 4598 116 4599 18 4600 77 4601 109 4602 111 4603 112 4604 116 4605 18 4606 77 4607 109 4608 111 4609 112 4610 114 4611 115 4612 115 4613 115 4614 115 4615 115 4616 115 4617 115 4618 116 4619 111 4620 115 4621 116 4622 111 4623 115 4624 116 4625 112 4626 115 4627 116 4628 111 4629 112 4630 115 4631 116 4632 115 4633 116 4634 112 4635 115 4636 116 4637 112 4638 115 4639 116 4640 115 4641 116 4642 112 4643 115 4644 116 4645 112 4646 114 4647 115 4648 116 4649 18 4650 109 4651 116 4652 18 4653 77 4654 109 4655 112 4656 114 4657 6 4658 18 4659 58 4660 77 4661 109 4662 114 4663 18 4664 77 4665 109 4666 112 4667 114 4668 18 4669 77 4670 109 4671 112 4672 114 4673 18 4674 109 4675 116 4676 18 4677 77 4678 109 4679 116 4680 18 4681 77 4682 109 4683 116 4684 18 4685 77 4686 109 4687 116 4688 18 4689 77 4690 109 4691 114 4692 18 4693 77 4694 109 4695 18 4696 77 4697 109 4698 112 4699 116 4700 18 4701 77 4702 109 4703 112 4704 114 4705 110 4706 113 4707 110 4708 113 4709 110 4710 113 4711 110 4712 113 4713 71 4714 110 4715 113 4716 71 4717 110 4718 113 4719 71 4720 110 4721 113 4722 71 4723 110 4724 113 4725 71 4726 110 4727 113 4728 71 4729 110 4730 113 4731 71 4732 110 4733 113 4734 71 4735 110 4736 113 4737 71 4738 110 4739 113 4740 71 4741 110 4742 113 4743 71 4744 110 4745 113 4746 71 4747 110 4748 113 4749 71 4750 110 4751 114 4752 71 4753 110 4754 114 4755 71 4756 110 4757 114 4758 0 4759 71 4760 110 4761 114 4762 18 4763 71 4764 110 4765 114 4766 18 4767 109 4768 112 4769 114 4770 18 4771 77 4772 109 4773 112 4774 114 4775 0 4776 71 4777 110 4778 114 4779 0 4780 1 4781 71 4782 110 4783 114 4784 18 4785 71 4786 110 4787 112 4788 114 4789 1 4790 18 4791 71 4792 110 4793 114 4794 18 4795 112 4796 114 4797 18 4798 109 4799 112 4800 114 4801 6 4802 18 4803 77 4804 109 4805 112 4806 114 4807 110 4808 110 4809 110 4810 110 4811 113 4812 110 4813 113 4814 71 4815 110 4816 113 4817 71 4818 110 4819 113 4820 71 4821 110 4822 113 4823 71 4824 110 4825 111 4826 113 4827 71 4828 110 4829 111 4830 113 4831 71 4832 110 4833 111 4834 113 4835 114 4836 71 4837 110 4838 111 4839 114 4840 71 4841 110 4842 111 4843 113 4844 71 4845 110 4846 111 4847 113 4848 114 4849 58 4850 71 4851 111 4852 112 4853 114 4854 71 4855 111 4856 112 4857 114 4858 58 4859 71 4860 111 4861 112 4862 114 4863 71 4864 111 4865 112 4866 114 4867 71 4868 111 4869 112 4870 114 4871 71 4872 111 4873 112 4874 114 4875 71 4876 111 4877 112 4878 114 4879 111 4880 112 4881 114 4882 111 4883 112 4884 114 4885 18 4886 112 4887 114 4888 18 4889 112 4890 114 4891 18 4892 77 4893 109 4894 112 4895 114 4896 115 4897 115 4898 115 4899 115 4900 115 4901 115 4902 115 4903 18 4904 115 4905 116 4906 115 4907 116 4908 115 4909 116 4910 115 4911 116 4912 115 4913 116 4914 115 4915 116 4916 115 4917 116 4918 115 4919 116 4920 115 4921 116 4922 18 4923 58 4924 109 4925 116 4926 18 4927 58 4928 109 4929 116 4930 18 4931 58 4932 109 4933 116 4934 18 4935 58 4936 109 4937 116 4938 18 4939 58 4940 109 4941 116 4942 18 4943 58 4944 109 4945 116 4946 18 4947 58 4948 77 4949 109 4950 116 4951 18 4952 77 4953 109 4954 116 4955 110 4956 113 4957 110 4958 113 4959 110 4960 113 4961 110 4962 113 4963 110 4964 113 4965 110 4966 113 4967 71 4968 110 4969 113 4970 71 4971 110 4972 113 4973 71 4974 110 4975 113 4976 71 4977 110 4978 113 4979 71 4980 110 4981 113 4982 71 4983 110 4984 113 4985 71 4986 110 4987 113 4988 71 4989 110 4990 113 4991 71 4992 110 4993 113 4994 71 4995 110 4996 113 4997 71 4998 110 4999 113 5000 71 5001 110 5002 113 5003 71 5004 114 5005 71 5006 110 5007 114 5008 71 5009 110 5010 114 5011 71 5012 114 5013 71 5014 114 5015 114 5016 18 5017 77 5018 114 5019 71 5020 114 5021 71 5022 114 5023 71 5024 114 5025 71 5026 112 5027 114 5028 71 5029 114 5030 112 5031 114 5032 18 5033 77 5034 114 5035 18 5036 77 5037 109 5038 114 5039 71 5040 110 5041 111 5042 113 5043 58 5044 116 5045 58 5046 116 5047 58 5048 115 5049 116 5050 18 5051 109 5052 112 5053 116 5054 18 5055 109 5056 112 5057 114 5058 115 5059 116 5060 18 5061 116 5062 110 5063 113 5064 71 5065 111 5066 112 5067 114 5068 110 5069 113 5070 71 5071 110 5072 113 5073 71 5074 110 5075 112 5076 113 5077 71 5078 110 5079 111 5080 114 5081 110 5082 113 5083 71 5084 110 5085 113 5086 71 5087 110 5088 113 5089 71 5090 110 5091 111 5092 112 5093 113 5094 111 5095 112 5096 114 5097 116 5098 18 5099 77 5100 109 5101 111 5102 112 5103 114 5104 116 5105 115 5106 111 5107 115 5108 109 5109 112 5110 115 5111 116 5112 71 5113 111 5114 112 5115 114 5116 115 5117 116 5118 58 5119 116 5120 18 5121 109 5122 111 5123 112 5124 114 5125 115 5126 116 5127 115 5128 115 5129 18 5130 77 5131 109 5132 116 5133 18 5134 77 5135 109 5136 116 5137 18 5138 77 5139 109 5140 116 5141 110 5142 113 5143 110 5144 113 5145 71 5146 110 5147 113 5148 71 5149 110 5150 113 5151 71 5152 110 5153 113 5154 71 5155 110 5156 113 5157 71 5158 110 5159 113 5160 71 5161 110 5162 114 5163 0 5164 1 5165 71 5166 110 5167 114 5168 0 5169 18 5170 71 5171 110 5172 114 5173 18 5174 109 5175 112 5176 114 5177 18 5178 77 5179 109 5180 112 5181 114 5182 115 5183 115 5184 115 5185 18 5186 109 5187 116 5188 18 5189 77 5190 109 5191 116 5192 110 5193 113 5194 110 5195 113 5196 110 5197 113 5198 71 5199 110 5200 113 5201 71 5202 110 5203 113 5204 71 5205 110 5206 113 5207 71 5208 110 5209 113 5210 71 5211 110 5212 113 5213 71 5214 110 5215 114 5216 71 5217 114 5218 18 5219 71 5220 114 5221 18 5222 109 5223 112 5224 114 5225 18 5226 77 5227 109 5228 114 5229 19 5230 58 5231 115 5232 116 5233 116 5234 18 5235 21 5236 22 5237 58 5238 77 5239 109 5240 7 5241 17 5242 18 5243 21 5244 58 5245 77 5246 17 5247 18 5248 21 5249 22 5250 77 5251 109 5252 6 5253 7 5254 17 5255 18 5256 21 5257 58 5258 77 5259 109 5260 114 5261 7 5262 17 5263 18 5264 21 5265 58 5266 77 5267 109 5268 112 5269 114 5270 6 5271 7 5272 17 5273 18 5274 21 5275 58 5276 77 5277 109 5278 112 5279 114 5280 17 5281 18 5282 21 5283 77 5284 114 5285 7 5286 17 5287 18 5288 21 5289 58 5290 77 5291 109 5292 112 5293 114 5294 7 5295 17 5296 18 5297 21 5298 22 5299 58 5300 77 5301 109 5302 114 5303 6 5304 7 5305 17 5306 18 5307 21 5308 58 5309 77 5310 109 5311 114 5312 17 5313 18 5314 21 5315 22 5316 77 5317 109 5318 112 5319 6 5320 7 5321 17 5322 18 5323 21 5324 58 5325 77 5326 109 5327 114 5328 71 5329 110 5330 114 5331 71 5332 110 5333 114 5334 0 5335 1 5336 71 5337 110 5338 114 5339 0 5340 71 5341 114 5342 0 5343 3 5344 71 5345 110 5346 114 5347 71 5348 110 5349 114 5350 71 5351 110 5352 114 5353 71 5354 110 5355 114 5356 71 5357 110 5358 114 5359 71 5360 110 5361 114 5362 71 5363 110 5364 114 5365 71 5366 110 5367 114 5368 71 5369 110 5370 114 5371 71 5372 110 5373 114 5374 71 5375 110 5376 114 5377 71 5378 110 5379 114 5380 71 5381 110 5382 114 5383 71 5384 110 5385 114 5386 6 5387 7 5388 17 5389 18 5390 58 5391 77 5392 7 5393 18 5394 21 5395 58 5396 77 5397 109 5398 7 5399 17 5400 18 5401 21 5402 58 5403 77 5404 6 5405 7 5406 17 5407 18 5408 58 5409 77 5410 17 5411 18 5412 21 5413 77 5414 7 5415 17 5416 18 5417 21 5418 77 5419 17 5420 18 5421 21 5422 58 5423 77 5424 0 5425 2 5426 0 5427 0 5428 0 5429 0 5430 0 5431 0 5432 0 5433 0 5434 1 5435 0 5436 0 5437 0 5438 0 5439 0 5440 0 5441 0 5442 0 5443 0 5444 0 5445 0 5446 0 5447 0 5448 0 5449 0 5450 0 5451 0 5452 0 5453 0 5454 0 5455 0 5456 0 5457 1 5458 0 5459 0 5460 0 5461 2 5462 0 5463 0 5464 0 5465 0 5466 2 5467 0 5468 2 5469 0 5470 0 5471 0 5472 0 5473 0 5474 2 5475 0 5476 2 5477 0 5478 2 5479 0 5480 2 5481 0 5482 0 5483 0 5484 0 5485 0 5486 0 5487 0 5488 0 5489 0 5490 0 5491 1 5492 3 5493 0 5494 0 5495 0 5496 0 5497 0 5498 0 5499 0 5500 0 5501 0 5502 0 5503 0 5504 0 5505 0 5506 0 5507 0 5508 0 5509 0 5510 0 5511 0 5512 0 5513 0 5514 0 5515 0 5516 0 5517 0 5518 0 5519 1 5520 1 5521 1 5522 1 5523 1 5524 1 5525 1 5526 1 5527 1 5528 1 5529 1 5530 1 5531 1 5532 1 5533 1 5534 1 5535 1 5536 1 5537 1 5538 1 5539 1 5540 1 5541 1 5542 1 5543 1 5544 1 5545 1 5546 1 5547 1 5548 1 5549 1 5550 1 5551 1 5552 1 5553 1 5554 1 5555 1 5556 1 5557 1 5558 1 5559 1 5560 1 5561 1 5562 1 5563 1 5564 1 5565 1 5566 1 5567 1 5568 1 5569 1 5570 1 5571 1 5572 1 5573 1 5574 1 5575 1 5576 1 5577 1 5578 1 5579 1 5580 1 5581 1 5582 1 5583 1 5584 1 5585 1 5586 1 5587 1 5588 1 5589 1 5590 1 5591 1 5592 3 5593 1 5594 1 5595 1 5596 1 5597 1 5598 1 5599 1 5600 1 5601 1 5602 1 5603 1 5604 1 5605 1 5606 1 5607 1 5608 1 5609 1 5610 1 5611 1 5612 1 5613 1 5614 1 5615 1 5616 1 5617 1 5618 1 5619 1 5620 1 5621 1 5622 1 5623 1 5624 1 5625 1 5626 1 5627 1 5628 0 5629 1 5630 4 5631 5 5632 8 5633 15 5634 1 5635 2 5636 3 5637 4 5638 5 5639 8 5640 15 5641 0 5642 1 5643 2 5644 3 5645 4 5646 8 5647 15 5648 0 5649 1 5650 2 5651 3 5652 4 5653 15 5654 0 5655 2 5656 3 5657 15 5658 1 5659 2 5660 1 5661 2 5662 1 5663 2 5664 1 5665 2 5666 3 5667 15 5668 1 5669 2 5670 1 5671 2 5672 15 5673 1 5674 2 5675 15 5676 0 5677 1 5678 2 5679 3 5680 15 5681 0 5682 3 5683 0 5684 2 5685 3 5686 15 5687 0 5688 3 5689 0 5690 1 5691 2 5692 3 5693 15 5694 0 5695 1 5696 2 5697 3 5698 15 5699 0 5700 1 5701 4 5702 5 5703 8 5704 15 5705 1 5706 4 5707 5 5708 8 5709 15 5710 0 5711 1 5712 4 5713 5 5714 8 5715 15 5716 1 5717 4 5718 5 5719 6 5720 8 5721 1 5722 4 5723 5 5724 6 5725 8 5726 1 5727 4 5728 5 5729 6 5730 8 5731 5 5732 6 5733 5 5734 6 5735 4 5736 5 5737 6 5738 1 5739 2 5740 3 5741 15 5742 1 5743 15 5744 0 5745 1 5746 15 5747 1 5748 2 5749 1 5750 2 5751 1 5752 2 5753 1 5754 15 5755 1 5756 2 5757 1 5758 2 5759 15 5760 0 5761 3 5762 4 5763 1 5764 2 5765 15 5766 1 5767 2 5768 1 5769 15 5770 1 5771 15 5772 1 5773 15 5774 0 5775 1 5776 1 5777 1 5778 0 5779 1 5780 0 5781 0 5782 0 5783 0 5784 4 5785 0 5786 0 5787 3 5788 0 5789 1 5790 3 5791 0 5792 3 5793 0 5794 1 5795 3 5796 0 5797 2 5798 3 5799 4 5800 15 5801 0 5802 2 5803 3 5804 4 5805 0 5806 2 5807 3 5808 15 5809 1 5810 1 5811 1 5812 2 5813 1 5814 2 5815 1 5816 2 5817 1 5818 2 5819 1 5820 2 5821 1 5822 2 5823 1 5824 1 5825 1 5826 0 5827 0 5828 0 5829 2 5830 0 5831 4 5832 0 5833 2 5834 0 5835 2 5836 0 5837 4 5838 0 5839 0 5840 0 5841 0 5842 0 5843 0 5844 3 5845 0 5846 3 5847 0 5848 3 5849 0 5850 0 5851 3 5852 0 5853 3 5854 0 5855 0 5856 3 5857 0 5858 1 5859 1 5860 1 5861 1 5862 1 5863 1 5864 1 5865 1 5866 1 5867 1 5868 1 5869 1 5870 1 5871 1 5872 1 5873 3 5874 1 5875 1 5876 1 5877 1 5878 1 5879 1 5880 1 5881 1 5882 1 5883 1 5884 1 5885 1 5886 1 5887 1 5888 1 5889 1 5890 1 5891 1 5892 1 5893 1 5894 1 5895 1 5896 1 5897 1 5898 1 5899 1 5900 1 5901 1 5902 1 5903 1 5904 1 5905 1 5906 1 5907 1 5908 1 5909 1 5910 1 5911 1 5912 1 5913 1 5914 0 5915 0 5916 0 5917 0 5918 0 5919 0 5920 0 5921 0 5922 0 5923 0 5924 0 5925 0 5926 0 5927 0 5928 0 5929 0 5930 0 5931 4 5932 0 5933 2 5934 0 5935 2 5936 4 5937 0 5938 4 5939 0 5940 0 5941 0 5942 2 5943 0 5944 2 5945 0 5946 3 5947 1 5948 1 5949 1 5950 1 5951 1 5952 1 5953 1 5954 1 5955 1 5956 1 5957 1 5958 1 5959 4 5960 5 5961 1 5962 4 5963 5 5964 1 5965 4 5966 5 5967 1 5968 4 5969 5 5970 1 5971 4 5972 5 5973 1 5974 4 5975 5 5976 1 5977 4 5978 5 5979 1 5980 4 5981 5 5982 1 5983 4 5984 5 5985 1 5986 4 5987 5 5988 1 5989 4 5990 5 5991 1 5992 4 5993 5 5994 1 5995 4 5996 5 5997 1 5998 4 5999 5 6000 0 6001 0 6002 0 6003 2 6004 3 6005 15 6006 0 6007 1 6008 2 6009 3 6010 0 6011 2 6012 3 6013 0 6014 2 6015 3 6016 15 6017 0 6018 0 6019 0 6020 0 6021 0 6022 0 6023 0 6024 0 6025 0 6026 0 6027 0 6028 0 6029 0 6030 0 6031 0 6032 0 6033 0 6034 2 6035 1 6036 1 6037 1 6038 1 6039 1 6040 1 6041 1 6042 1 6043 0 6044 1 6045 3 6046 4 6047 0 6048 3 6049 4 6050 0 6051 0 6052 4 6053 0 6054 10 6055 0 6056 10 6057 0 6058 10 6059 0 6060 10 6061 11 6062 0 6063 10 6064 0 6065 9 6066 10 6067 0 6068 4 6069 11 6070 0 6071 11 6072 0 6073 3 6074 4 6075 0 6076 1 6077 3 6078 4 6079 0 6080 1 6081 3 6082 4 6083 0 6084 3 6085 4 6086 11 6087 0 6088 1 6089 4 6090 11 6091 9 6092 10 6093 10 6094 10 6095 11 6096 0 6097 1 6098 3 6099 4 6100 3 6101 0 6102 3 6103 1 6104 11 6105 0 6106 11 6107 1 6108 3 6109 10 6110 10 6111 11 6112 1 6113 4 6114 5 6115 1 6116 4 6117 5 6118 1 6119 4 6120 5 6121 1 6122 4 6123 5 6124 1 6125 4 6126 5 6127 1 6128 4 6129 5 6130 1 6131 4 6132 5 6133 1 6134 2 6135 15 6136 16 6137 1 6138 2 6139 1 6140 2 6141 1 6142 2 6143 1 6144 2 6145 1 6146 2 6147 1 6148 2 6149 1 6150 1 6151 1 6152 1 6153 33 6154 27 6155 27 6156 33 6157 33 6158 27 6159 27 6160 30 6161 30 6162 33 6163 33 6164 27 6165 27 6166 30 6167 30 6168 33 6169 33 6170 27 6171 27 6172 30 6173 30 6174 33 6175 33 6176 27 6177 27 6178 30 6179 30 6180 33 6181 33 6182 27 6183 27 6184 30 6185 30 6186 33 6187 33 6188 33 6189 33 6190 30 6191 30 6192 30 6193 30 6194 27 6195 27 6196 27 6197 27 6198 36 6199 36 6200 36 6201 36 6202 36 6203 36 6204 36 6205 36 6206 36 6207 36 6208 36 6209 36 6210 36 6211 36 6212 36 6213 36 6214 19 6215 20 6216 19 6217 20 6218 19 6219 20 6220 22 6221 19 6222 20 6223 22 6224 19 6225 20 6226 24 6227 19 6228 20 6229 24 6230 19 6231 20 6232 22 6233 19 6234 20 6235 22 6236 42 6237 43 6238 57 6239 42 6240 43 6241 57 6242 42 6243 43 6244 57 6245 42 6246 43 6247 57 6248 42 6249 43 6250 57 6251 42 6252 43 6253 57 6254 0 6255 1 6256 3 6257 4 6258 5 6259 8 6260 1 6261 1 6262 38 6263 39 6264 58 6265 60 6266 65 6267 60 6268 65 6269 3 6270 8 6271 60 6272 64 6273 65 6274 60 6275 64 6276 65 6277 0 6278 60 6279 64 6280 65 6281 0 6282 3 6283 8 6284 60 6285 64 6286 65 6287 60 6288 64 6289 65 6290 60 6291 64 6292 65 6293 60 6294 64 6295 65 6296 4 6297 5 6298 6 6299 7 6300 18 6301 58 6302 5 6303 6 6304 7 6305 18 6306 58 6307 4 6308 5 6309 6 6310 7 6311 58 6312 4 6313 5 6314 6 6315 7 6316 58 6317 1 6318 4 6319 5 6320 1 6321 4 6322 5 6323 52 6324 52 6325 46 6326 46 6327 49 6328 49 6329 52 6330 52 6331 46 6332 46 6333 49 6334 49 6335 52 6336 52 6337 46 6338 46 6339 49 6340 49 6341 52 6342 52 6343 46 6344 46 6345 49 6346 49 6347 52 6348 52 6349 46 6350 46 6351 49 6352 49 6353 49 6354 52 6355 52 6356 52 6357 52 6358 49 6359 49 6360 49 6361 49 6362 46 6363 46 6364 46 6365 46 6366 55 6367 55 6368 55 6369 55 6370 55 6371 55 6372 55 6373 55 6374 55 6375 55 6376 55 6377 55 6378 55 6379 55 6380 55 6381 55 6382 55 6383 53 6384 54 6385 55 6386 37 6387 41 6388 37 6389 41 6390 23 6391 37 6392 41 6393 23 6394 37 6395 41 6396 38 6397 39 6398 58 6399 38 6400 39 6401 58 6402 38 6403 39 6404 40 6405 58 6406 38 6407 39 6408 40 6409 58 6410 38 6411 39 6412 40 6413 58 6414 38 6415 39 6416 40 6417 58 6418 37 6419 39 6420 40 6421 58 6422 37 6423 39 6424 40 6425 58 6426 37 6427 39 6428 40 6429 37 6430 39 6431 40 6432 37 6433 40 6434 37 6435 40 6436 23 6437 37 6438 41 6439 23 6440 37 6441 41 6442 23 6443 37 6444 41 6445 38 6446 39 6447 58 6448 38 6449 39 6450 40 6451 58 6452 38 6453 39 6454 40 6455 58 6456 37 6457 39 6458 40 6459 58 6460 37 6461 39 6462 40 6463 37 6464 40 6465 42 6466 43 6467 57 6468 42 6469 43 6470 57 6471 42 6472 43 6473 57 6474 42 6475 43 6476 57 6477 42 6478 43 6479 42 6480 43 6481 42 6482 43 6483 57 6484 42 6485 43 6486 57 6487 42 6488 43 6489 42 6490 43 6491 45 6492 46 6493 45 6494 46 6495 45 6496 46 6497 45 6498 46 6499 48 6500 49 6501 48 6502 49 6503 48 6504 49 6505 48 6506 49 6507 51 6508 52 6509 51 6510 52 6511 51 6512 52 6513 51 6514 52 6515 44 6516 45 6517 44 6518 45 6519 44 6520 45 6521 44 6522 45 6523 47 6524 48 6525 47 6526 48 6527 47 6528 48 6529 47 6530 48 6531 50 6532 51 6533 50 6534 51 6535 50 6536 51 6537 50 6538 51 6539 43 6540 50 6541 53 6542 43 6543 50 6544 53 6545 43 6546 47 6547 50 6548 43 6549 47 6550 50 6551 43 6552 47 6553 50 6554 43 6555 47 6556 50 6557 43 6558 44 6559 47 6560 43 6561 44 6562 47 6563 43 6564 44 6565 47 6566 43 6567 44 6568 47 6569 43 6570 44 6571 43 6572 44 6573 43 6574 50 6575 53 6576 54 6577 43 6578 50 6579 53 6580 54 6581 43 6582 51 6583 52 6584 50 6585 51 6586 51 6587 52 6588 50 6589 51 6590 51 6591 52 6592 50 6593 51 6594 51 6595 52 6596 50 6597 51 6598 48 6599 49 6600 47 6601 48 6602 48 6603 49 6604 47 6605 48 6606 48 6607 49 6608 47 6609 48 6610 48 6611 49 6612 47 6613 48 6614 45 6615 46 6616 44 6617 45 6618 45 6619 46 6620 44 6621 45 6622 45 6623 46 6624 44 6625 45 6626 45 6627 46 6628 44 6629 45 6630 43 6631 43 6632 44 6633 43 6634 43 6635 44 6636 51 6637 52 6638 51 6639 52 6640 48 6641 49 6642 48 6643 49 6644 45 6645 46 6646 45 6647 46 6648 44 6649 45 6650 45 6651 46 6652 44 6653 45 6654 45 6655 46 6656 47 6657 48 6658 48 6659 49 6660 47 6661 48 6662 48 6663 49 6664 50 6665 51 6666 51 6667 52 6668 50 6669 51 6670 51 6671 52 6672 43 6673 50 6674 53 6675 43 6676 47 6677 50 6678 50 6679 51 6680 50 6681 51 6682 43 6683 47 6684 50 6685 43 6686 44 6687 47 6688 47 6689 48 6690 47 6691 48 6692 43 6693 44 6694 43 6695 44 6696 47 6697 44 6698 45 6699 44 6700 45 6701 43 6702 47 6703 50 6704 43 6705 50 6706 43 6707 50 6708 53 6709 54 6710 43 6711 47 6712 50 6713 43 6714 47 6715 43 6716 44 6717 43 6718 51 6719 52 6720 51 6721 52 6722 50 6723 51 6724 50 6725 51 6726 43 6727 50 6728 53 6729 43 6730 47 6731 50 6732 42 6733 43 6734 52 6735 52 6736 43 6737 53 6738 43 6739 43 6740 50 6741 53 6742 43 6743 47 6744 50 6745 51 6746 52 6747 51 6748 52 6749 52 6750 52 6751 52 6752 52 6753 50 6754 51 6755 50 6756 51 6757 51 6758 52 6759 51 6760 52 6761 51 6762 51 6763 51 6764 51 6765 50 6766 51 6767 50 6768 51 6769 43 6770 50 6771 53 6772 43 6773 47 6774 50 6775 53 6776 50 6777 50 6778 50 6779 50 6780 43 6781 47 6782 50 6783 53 6784 43 6785 50 6786 53 6787 43 6788 43 6789 43 6790 50 6791 53 6792 43 6793 50 6794 53 6795 43 6796 50 6797 53 6798 43 6799 50 6800 53 6801 45 6802 46 6803 45 6804 46 6805 44 6806 45 6807 44 6808 45 6809 43 6810 44 6811 47 6812 43 6813 44 6814 42 6815 43 6816 42 6817 43 6818 46 6819 46 6820 43 6821 43 6822 43 6823 44 6824 47 6825 43 6826 44 6827 45 6828 46 6829 45 6830 46 6831 46 6832 46 6833 46 6834 46 6835 44 6836 45 6837 44 6838 45 6839 45 6840 46 6841 45 6842 46 6843 45 6844 45 6845 45 6846 45 6847 44 6848 45 6849 44 6850 45 6851 43 6852 44 6853 47 6854 43 6855 44 6856 44 6857 44 6858 44 6859 44 6860 43 6861 44 6862 47 6863 43 6864 43 6865 44 6866 47 6867 43 6868 47 6869 48 6870 49 6871 48 6872 49 6873 47 6874 48 6875 47 6876 48 6877 43 6878 47 6879 50 6880 43 6881 44 6882 47 6883 42 6884 43 6885 42 6886 43 6887 49 6888 49 6889 43 6890 43 6891 43 6892 47 6893 50 6894 43 6895 44 6896 47 6897 48 6898 49 6899 48 6900 49 6901 49 6902 49 6903 49 6904 49 6905 47 6906 48 6907 47 6908 48 6909 48 6910 49 6911 48 6912 49 6913 48 6914 48 6915 48 6916 48 6917 47 6918 48 6919 47 6920 48 6921 43 6922 44 6923 47 6924 50 6925 43 6926 44 6927 47 6928 47 6929 47 6930 47 6931 47 6932 43 6933 43 6934 44 6935 47 6936 43 6937 47 6938 43 6939 53 6940 54 6941 43 6942 50 6943 53 6944 54 6945 43 6946 53 6947 54 6948 43 6949 50 6950 53 6951 43 6952 53 6953 54 6954 43 6955 50 6956 53 6957 43 6958 53 6959 54 6960 42 6961 43 6962 42 6963 43 6964 43 6965 53 6966 49 6967 52 6968 52 6969 46 6970 46 6971 49 6972 49 6973 51 6974 50 6975 51 6976 50 6977 51 6978 51 6979 50 6980 51 6981 50 6982 51 6983 51 6984 51 6985 52 6986 51 6987 52 6988 51 6989 51 6990 52 6991 51 6992 52 6993 45 6994 44 6995 45 6996 44 6997 45 6998 45 6999 44 7000 45 7001 44 7002 45 7003 45 7004 45 7005 46 7006 45 7007 46 7008 45 7009 45 7010 46 7011 45 7012 46 7013 48 7014 47 7015 48 7016 47 7017 48 7018 48 7019 47 7020 48 7021 47 7022 48 7023 48 7024 48 7025 49 7026 48 7027 49 7028 48 7029 48 7030 49 7031 48 7032 49 7033 1 7034 2 7035 14 7036 16 7037 1 7038 2 7039 16 7040 1 7041 12 7042 14 7043 16 7044 1 7045 2 7046 16 7047 1 7048 2 7049 16 7050 1 7051 2 7052 15 7053 16 7054 1 7055 2 7056 15 7057 16 7058 1 7059 2 7060 15 7061 16 7062 1 7063 2 7064 15 7065 16 7066 1 7067 13 7068 1 7069 13 7070 1 7071 13 7072 1 7073 12 7074 13 7075 1 7076 13 7077 1 7078 12 7079 1 7080 12 7081 1 7082 12 7083 1 7084 2 7085 15 7086 16 7087 1 7088 2 7089 15 7090 1 7091 2 7092 15 7093 16 7094 1 7095 2 7096 15 7097 16 7098 1 7099 2 7100 15 7101 16 7102 1 7103 2 7104 15 7105 0 7106 1 7107 2 7108 3 7109 5 7110 8 7111 15 7112 0 7113 3 7114 8 7115 0 7116 2 7117 3 7118 15 7119 0 7120 1 7121 3 7122 8 7123 15 7124 1 7125 13 7126 1 7127 13 7128 1 7129 13 7130 1 7131 12 7132 1 7133 2 7134 15 7135 16 7136 1 7137 2 7138 15 7139 16 7140 1 7141 12 7142 0 7143 1 7144 2 7145 3 7146 15 7147 0 7148 1 7149 2 7150 3 7151 15 7152 0 7153 1 7154 2 7155 3 7156 5 7157 8 7158 15 7159 0 7160 1 7161 2 7162 3 7163 5 7164 8 7165 15 7166 0 7167 1 7168 2 7169 3 7170 5 7171 8 7172 15 7173 1 7174 2 7175 15 7176 1 7177 2 7178 15 7179 1 7180 2 7181 15 7182 1 7183 4 7184 5 7185 14 7186 16 7187 1 7188 4 7189 5 7190 14 7191 1 7192 4 7193 5 7194 14 7195 1 7196 4 7197 14 7198 16 7199 0 7200 1 7201 3 7202 8 7203 0 7204 1 7205 2 7206 3 7207 5 7208 8 7209 15 7210 0 7211 1 7212 2 7213 3 7214 5 7215 8 7216 15 7217 0 7218 1 7219 2 7220 3 7221 8 7222 15 7223 0 7224 1 7225 3 7226 8 7227 15 7228 0 7229 1 7230 3 7231 8 7232 0 7233 1 7234 3 7235 8 7236 15 7237 0 7238 1 7239 2 7240 3 7241 4 7242 5 7243 8 7244 15 7245 0 7246 1 7247 2 7248 3 7249 4 7250 5 7251 8 7252 15 7253 0 7254 1 7255 4 7256 5 7257 8 7258 15 7259 1 7260 2 7261 4 7262 5 7263 1 7264 2 7265 4 7266 5 7267 0 7268 1 7269 2 7270 3 7271 4 7272 5 7273 8 7274 15 7275 0 7276 1 7277 2 7278 3 7279 4 7280 5 7281 8 7282 15 7283 0 7284 1 7285 2 7286 3 7287 4 7288 5 7289 8 7290 15 7291 1 7292 2 7293 4 7294 5 7295 1 7296 2 7297 4 7298 5 7299 6 7300 7 7301 1 7302 2 7303 4 7304 5 7305 6 7306 7 7307 0 7308 1 7309 3 7310 4 7311 5 7312 6 7313 8 7314 0 7315 1 7316 3 7317 4 7318 5 7319 6 7320 8 7321 1 7322 4 7323 5 7324 6 7325 8 7326 1 7327 2 7328 4 7329 5 7330 6 7331 7 7332 1 7333 2 7334 4 7335 5 7336 6 7337 7 7338 1 7339 4 7340 5 7341 6 7342 7 7343 58 7344 1 7345 4 7346 5 7347 6 7348 7 7349 58 7350 1 7351 4 7352 5 7353 6 7354 7 7355 8 7356 58 7357 1 7358 4 7359 5 7360 6 7361 7 7362 8 7363 58 7364 1 7365 4 7366 5 7367 6 7368 7 7369 58 7370 1 7371 4 7372 5 7373 6 7374 7 7375 58 7376 4 7377 5 7378 6 7379 7 7380 58 7381 4 7382 5 7383 6 7384 7 7385 18 7386 58 7387 4 7388 5 7389 6 7390 7 7391 58 7392 5 7393 6 7394 7 7395 58 7396 5 7397 6 7398 7 7399 58 7400 1 7401 4 7402 5 7403 1 7404 4 7405 5 7406 6 7407 7 7408 1 7409 4 7410 5 7411 6 7412 7 7413 58 7414 6 7415 7 7416 17 7417 18 7418 58 7419 77 7420 5 7421 6 7422 7 7423 17 7424 18 7425 58 7426 77 7427 5 7428 6 7429 7 7430 17 7431 18 7432 58 7433 77 7434 1 7435 12 7436 14 7437 16 7438 1 7439 2 7440 12 7441 14 7442 16 7443 0 7444 1 7445 2 7446 3 7447 15 7448 0 7449 1 7450 2 7451 3 7452 5 7453 8 7454 15 7455 0 7456 1 7457 2 7458 3 7459 5 7460 8 7461 15 7462 0 7463 1 7464 2 7465 3 7466 5 7467 8 7468 15 7469 0 7470 1 7471 2 7472 3 7473 5 7474 15 7475 0 7476 1 7477 2 7478 3 7479 5 7480 8 7481 15 7482 1 7483 2 7484 3 7485 15 7486 1 7487 2 7488 3 7489 15 7490 1 7491 2 7492 3 7493 15 7494 1 7495 2 7496 4 7497 8 7498 15 7499 1 7500 2 7501 4 7502 8 7503 15 7504 1 7505 2 7506 15 7507 1 7508 2 7509 15 7510 1 7511 2 7512 15 7513 1 7514 2 7515 3 7516 4 7517 5 7518 8 7519 15 7520 0 7521 1 7522 2 7523 3 7524 4 7525 5 7526 8 7527 15 7528 0 7529 1 7530 2 7531 3 7532 4 7533 5 7534 8 7535 15 7536 0 7537 1 7538 2 7539 3 7540 4 7541 5 7542 8 7543 15 7544 0 7545 1 7546 2 7547 3 7548 4 7549 5 7550 8 7551 15 7552 1 7553 2 7554 3 7555 4 7556 5 7557 8 7558 0 7559 1 7560 2 7561 3 7562 4 7563 5 7564 8 7565 15 7566 0 7567 1 7568 2 7569 4 7570 5 7571 8 7572 15 7573 1 7574 2 7575 4 7576 5 7577 15 7578 1 7579 2 7580 4 7581 5 7582 0 7583 1 7584 2 7585 3 7586 5 7587 8 7588 15 7589 0 7590 1 7591 2 7592 3 7593 5 7594 8 7595 15 7596 0 7597 1 7598 2 7599 3 7600 4 7601 5 7602 8 7603 15 7604 0 7605 1 7606 2 7607 3 7608 4 7609 5 7610 8 7611 15 7612 0 7613 1 7614 2 7615 3 7616 4 7617 5 7618 8 7619 15 7620 1 7621 4 7622 5 7623 14 7624 1 7625 4 7626 8 7627 14 7628 15 7629 1 7630 4 7631 8 7632 14 7633 15 7634 1 7635 4 7636 5 7637 14 7638 1 7639 4 7640 5 7641 14 7642 1 7643 4 7644 5 7645 8 7646 14 7647 15 7648 1 7649 4 7650 5 7651 8 7652 14 7653 15 7654 1 7655 4 7656 5 7657 1 7658 4 7659 5 7660 1 7661 4 7662 5 7663 1 7664 14 7665 16 7666 1 7667 4 7668 5 7669 12 7670 14 7671 1 7672 4 7673 5 7674 12 7675 14 7676 1 7677 2 7678 15 7679 16 7680 1 7681 4 7682 5 7683 1 7684 4 7685 5 7686 1 7687 4 7688 5 7689 1 7690 4 7691 5 7692 1 7693 4 7694 5 7695 1 7696 4 7697 5 7698 1 7699 4 7700 5 7701 1 7702 4 7703 5 7704 1 7705 4 7706 5 7707 1 7708 4 7709 5 7710 1 7711 4 7712 5 7713 1 7714 4 7715 5 7716 5 7717 6 7718 7 7719 17 7720 18 7721 21 7722 58 7723 77 7724 1 7725 2 7726 14 7727 16 7728 76 7729 1 7730 2 7731 14 7732 16 7733 1 7734 2 7735 13 7736 15 7737 1 7738 2 7739 13 7740 1 7741 4 7742 15 7743 1 7744 13 7745 15 7746 1 7747 13 7748 1 7749 12 7750 14 7751 16 7752 1 7753 12 7754 1 7755 12 7756 14 7757 1 7758 12 7759 14 7760 1 7761 2 7762 13 7763 15 7764 1 7765 2 7766 13 7767 1 7768 13 7769 16 7770 1 7771 12 7772 1 7773 13 7774 1 7775 13 7776 1 7777 12 7778 1 7779 12 7780 13 7781 1 7782 2 7783 4 7784 8 7785 14 7786 15 7787 1 7788 2 7789 4 7790 5 7791 8 7792 14 7793 15 7794 1 7795 2 7796 15 7797 1 7798 2 7799 15 7800 1 7801 12 7802 1 7803 12 7804 1 7805 12 7806 1 7807 2 7808 16 7809 1 7810 2 7811 16 7812 1 7813 2 7814 16 7815 1 7816 2 7817 16 7818 17 7819 18 7820 19 7821 21 7822 22 7823 58 7824 17 7825 18 7826 19 7827 21 7828 22 7829 58 7830 7 7831 17 7832 18 7833 19 7834 21 7835 58 7836 17 7837 18 7838 19 7839 21 7840 22 7841 58 7842 18 7843 19 7844 21 7845 22 7846 58 7847 59 7848 18 7849 19 7850 21 7851 22 7852 58 7853 17 7854 18 7855 19 7856 21 7857 22 7858 58 7859 18 7860 19 7861 21 7862 22 7863 58 7864 59 7865 1 7866 2 7867 16 7868 1 7869 2 7870 16 7871 1 7872 2 7873 16 7874 1 7875 2 7876 16 7877 1 7878 2 7879 15 7880 16 7881 1 7882 2 7883 15 7884 16 7885 1 7886 2 7887 15 7888 16 7889 1 7890 2 7891 16 7892 1 7893 2 7894 16 7895 1 7896 2 7897 16 7898 1 7899 2 7900 16 7901 1 7902 2 7903 16 7904 1 7905 2 7906 16 7907 1 7908 2 7909 16 7910 1 7911 2 7912 16 7913 1 7914 4 7915 14 7916 16 7917 1 7918 4 7919 14 7920 16 7921 17 7922 18 7923 19 7924 21 7925 22 7926 58 7927 17 7928 18 7929 19 7930 58 7931 17 7932 18 7933 19 7934 21 7935 22 7936 58 7937 7 7938 17 7939 18 7940 19 7941 58 7942 17 7943 18 7944 19 7945 58 7946 18 7947 19 7948 58 7949 19 7950 18 7951 19 7952 58 7953 18 7954 19 7955 19 7956 19 7957 19 7958 58 7959 19 7960 58 7961 19 7962 20 7963 58 7964 19 7965 20 7966 58 7967 19 7968 20 7969 58 7970 19 7971 20 7972 19 7973 20 7974 20 7975 24 7976 17 7977 18 7978 19 7979 21 7980 22 7981 58 7982 21 7983 22 7984 58 7985 21 7986 22 7987 58 7988 18 7989 19 7990 21 7991 22 7992 58 7993 17 7994 18 7995 19 7996 21 7997 22 7998 58 7999 21 8000 22 8001 23 8002 41 8003 58 8004 21 8005 22 8006 23 8007 41 8008 58 8009 21 8010 22 8011 23 8012 41 8013 58 8014 21 8015 22 8016 23 8017 41 8018 58 8019 21 8020 22 8021 23 8022 41 8023 58 8024 21 8025 22 8026 23 8027 41 8028 58 8029 21 8030 22 8031 23 8032 41 8033 58 8034 21 8035 22 8036 23 8037 41 8038 58 8039 17 8040 18 8041 19 8042 21 8043 22 8044 58 8045 17 8046 18 8047 19 8048 21 8049 58 8050 17 8051 18 8052 19 8053 21 8054 22 8055 58 8056 17 8057 18 8058 19 8059 21 8060 22 8061 58 8062 19 8063 21 8064 58 8065 18 8066 19 8067 21 8068 58 8069 19 8070 21 8071 58 8072 19 8073 21 8074 7 8075 18 8076 19 8077 21 8078 7 8079 17 8080 18 8081 19 8082 58 8083 7 8084 18 8085 19 8086 21 8087 7 8088 17 8089 18 8090 19 8091 21 8092 58 8093 19 8094 20 8095 58 8096 19 8097 20 8098 19 8099 20 8100 19 8101 20 8102 19 8103 20 8104 19 8105 20 8106 19 8107 20 8108 19 8109 20 8110 19 8111 20 8112 19 8113 20 8114 19 8115 20 8116 58 8117 19 8118 58 8119 19 8120 20 8121 58 8122 19 8123 20 8124 19 8125 20 8126 19 8127 20 8128 58 8129 19 8130 20 8131 58 8132 19 8133 20 8134 58 8135 19 8136 20 8137 58 8138 26 8139 27 8140 26 8141 27 8142 26 8143 27 8144 26 8145 27 8146 29 8147 30 8148 29 8149 30 8150 29 8151 30 8152 29 8153 30 8154 32 8155 33 8156 32 8157 33 8158 32 8159 33 8160 32 8161 33 8162 25 8163 26 8164 25 8165 26 8166 25 8167 26 8168 25 8169 26 8170 28 8171 29 8172 28 8173 29 8174 28 8175 29 8176 28 8177 29 8178 31 8179 32 8180 31 8181 32 8182 31 8183 32 8184 31 8185 32 8186 20 8187 24 8188 31 8189 34 8190 35 8191 20 8192 24 8193 31 8194 34 8195 35 8196 20 8197 24 8198 28 8199 31 8200 20 8201 24 8202 28 8203 31 8204 20 8205 24 8206 28 8207 31 8208 20 8209 24 8210 28 8211 31 8212 20 8213 24 8214 25 8215 28 8216 24 8217 25 8218 28 8219 24 8220 25 8221 28 8222 20 8223 24 8224 25 8225 28 8226 24 8227 25 8228 24 8229 25 8230 19 8231 20 8232 24 8233 20 8234 24 8235 32 8236 33 8237 31 8238 32 8239 32 8240 33 8241 31 8242 32 8243 32 8244 33 8245 31 8246 32 8247 32 8248 33 8249 31 8250 32 8251 29 8252 30 8253 28 8254 29 8255 29 8256 30 8257 28 8258 29 8259 29 8260 30 8261 28 8262 29 8263 29 8264 30 8265 28 8266 29 8267 26 8268 27 8269 25 8270 26 8271 26 8272 27 8273 25 8274 26 8275 26 8276 27 8277 25 8278 26 8279 26 8280 27 8281 25 8282 26 8283 27 8284 20 8285 24 8286 20 8287 24 8288 25 8289 20 8290 24 8291 20 8292 24 8293 25 8294 32 8295 33 8296 32 8297 33 8298 29 8299 30 8300 29 8301 30 8302 26 8303 27 8304 26 8305 27 8306 25 8307 26 8308 27 8309 25 8310 26 8311 27 8312 25 8313 26 8314 27 8315 25 8316 26 8317 27 8318 28 8319 29 8320 28 8321 29 8322 30 8323 28 8324 29 8325 29 8326 30 8327 31 8328 32 8329 32 8330 33 8331 31 8332 32 8333 32 8334 33 8335 20 8336 24 8337 31 8338 34 8339 35 8340 20 8341 24 8342 28 8343 31 8344 31 8345 32 8346 31 8347 32 8348 20 8349 24 8350 28 8351 31 8352 24 8353 25 8354 28 8355 28 8356 29 8357 28 8358 29 8359 24 8360 25 8361 24 8362 25 8363 28 8364 25 8365 26 8366 25 8367 26 8368 20 8369 24 8370 28 8371 31 8372 20 8373 24 8374 20 8375 24 8376 28 8377 31 8378 20 8379 24 8380 20 8381 24 8382 25 8383 20 8384 24 8385 20 8386 24 8387 20 8388 24 8389 19 8390 20 8391 24 8392 19 8393 20 8394 24 8395 19 8396 20 8397 24 8398 19 8399 20 8400 24 8401 19 8402 20 8403 24 8404 19 8405 20 8406 24 8407 19 8408 20 8409 20 8410 24 8411 20 8412 24 8413 20 8414 24 8415 32 8416 33 8417 32 8418 33 8419 31 8420 32 8421 31 8422 32 8423 20 8424 24 8425 31 8426 34 8427 35 8428 20 8429 24 8430 28 8431 31 8432 35 8433 20 8434 24 8435 33 8436 33 8437 19 8438 20 8439 24 8440 19 8441 20 8442 24 8443 19 8444 20 8445 24 8446 19 8447 20 8448 24 8449 19 8450 20 8451 24 8452 19 8453 20 8454 24 8455 19 8456 20 8457 24 8458 20 8459 24 8460 35 8461 20 8462 24 8463 31 8464 34 8465 35 8466 20 8467 24 8468 28 8469 31 8470 35 8471 32 8472 33 8473 32 8474 33 8475 32 8476 33 8477 32 8478 33 8479 32 8480 33 8481 32 8482 33 8483 31 8484 32 8485 31 8486 32 8487 32 8488 33 8489 32 8490 33 8491 32 8492 33 8493 32 8494 33 8495 31 8496 32 8497 31 8498 32 8499 31 8500 32 8501 31 8502 32 8503 20 8504 24 8505 31 8506 34 8507 35 8508 20 8509 24 8510 28 8511 31 8512 31 8513 31 8514 31 8515 32 8516 31 8517 32 8518 20 8519 24 8520 28 8521 31 8522 34 8523 35 8524 20 8525 24 8526 31 8527 34 8528 35 8529 20 8530 24 8531 34 8532 35 8533 20 8534 24 8535 35 8536 20 8537 24 8538 31 8539 34 8540 35 8541 20 8542 24 8543 31 8544 34 8545 35 8546 20 8547 24 8548 34 8549 35 8550 20 8551 24 8552 34 8553 35 8554 19 8555 20 8556 19 8557 20 8558 19 8559 20 8560 19 8561 20 8562 19 8563 20 8564 19 8565 20 8566 19 8567 20 8568 20 8569 24 8570 20 8571 24 8572 20 8573 24 8574 20 8575 24 8576 26 8577 27 8578 26 8579 27 8580 25 8581 26 8582 25 8583 26 8584 20 8585 24 8586 25 8587 28 8588 20 8589 24 8590 25 8591 20 8592 24 8593 20 8594 24 8595 27 8596 27 8597 19 8598 20 8599 24 8600 19 8601 20 8602 24 8603 19 8604 20 8605 24 8606 19 8607 20 8608 24 8609 19 8610 20 8611 24 8612 19 8613 20 8614 24 8615 20 8616 24 8617 20 8618 24 8619 20 8620 24 8621 25 8622 28 8623 20 8624 24 8625 25 8626 26 8627 27 8628 26 8629 27 8630 27 8631 27 8632 26 8633 27 8634 26 8635 27 8636 25 8637 26 8638 25 8639 26 8640 26 8641 27 8642 26 8643 27 8644 25 8645 26 8646 27 8647 25 8648 26 8649 27 8650 25 8651 26 8652 27 8653 25 8654 26 8655 27 8656 25 8657 26 8658 25 8659 26 8660 24 8661 25 8662 28 8663 24 8664 25 8665 25 8666 25 8667 25 8668 26 8669 25 8670 26 8671 20 8672 24 8673 25 8674 20 8675 24 8676 25 8677 28 8678 20 8679 24 8680 20 8681 24 8682 20 8683 24 8684 25 8685 20 8686 24 8687 25 8688 28 8689 20 8690 24 8691 20 8692 24 8693 19 8694 20 8695 19 8696 20 8697 19 8698 20 8699 20 8700 24 8701 20 8702 24 8703 29 8704 30 8705 29 8706 30 8707 28 8708 29 8709 28 8710 29 8711 20 8712 24 8713 28 8714 31 8715 20 8716 24 8717 25 8718 28 8719 20 8720 24 8721 20 8722 24 8723 30 8724 30 8725 19 8726 20 8727 24 8728 19 8729 20 8730 24 8731 19 8732 20 8733 24 8734 19 8735 20 8736 24 8737 20 8738 24 8739 20 8740 24 8741 20 8742 24 8743 28 8744 31 8745 20 8746 24 8747 25 8748 28 8749 29 8750 30 8751 29 8752 30 8753 30 8754 29 8755 30 8756 29 8757 30 8758 29 8759 30 8760 28 8761 29 8762 28 8763 29 8764 29 8765 30 8766 29 8767 30 8768 29 8769 30 8770 28 8771 29 8772 30 8773 28 8774 29 8775 28 8776 29 8777 28 8778 29 8779 28 8780 29 8781 20 8782 24 8783 28 8784 31 8785 24 8786 25 8787 28 8788 28 8789 28 8790 28 8791 29 8792 28 8793 29 8794 20 8795 24 8796 25 8797 28 8798 20 8799 24 8800 28 8801 31 8802 20 8803 24 8804 20 8805 24 8806 20 8807 24 8808 25 8809 28 8810 20 8811 24 8812 28 8813 20 8814 24 8815 20 8816 24 8817 20 8818 24 8819 20 8820 24 8821 19 8822 20 8823 19 8824 20 8825 24 8826 19 8827 20 8828 24 8829 19 8830 20 8831 24 8832 19 8833 20 8834 24 8835 20 8836 24 8837 20 8838 24 8839 19 8840 20 8841 19 8842 20 8843 19 8844 20 8845 19 8846 20 8847 19 8848 20 8849 19 8850 20 8851 19 8852 20 8853 19 8854 20 8855 19 8856 20 8857 19 8858 20 8859 19 8860 20 8861 19 8862 20 8863 19 8864 20 8865 20 8866 24 8867 20 8868 24 8869 20 8870 24 8871 34 8872 35 8873 20 8874 24 8875 34 8876 35 8877 20 8878 24 8879 34 8880 35 8881 19 8882 20 8883 24 8884 19 8885 20 8886 24 8887 19 8888 20 8889 24 8890 20 8891 24 8892 20 8893 24 8894 19 8895 20 8896 24 8897 19 8898 20 8899 24 8900 19 8901 20 8902 24 8903 33 8904 33 8905 33 8906 27 8907 27 8908 32 8909 31 8910 32 8911 31 8912 32 8913 32 8914 31 8915 32 8916 31 8917 32 8918 32 8919 32 8920 33 8921 32 8922 33 8923 32 8924 32 8925 33 8926 32 8927 33 8928 26 8929 25 8930 26 8931 25 8932 26 8933 26 8934 25 8935 26 8936 25 8937 26 8938 26 8939 26 8940 27 8941 26 8942 27 8943 26 8944 26 8945 27 8946 26 8947 27 8948 29 8949 28 8950 29 8951 28 8952 29 8953 29 8954 28 8955 29 8956 28 8957 29 8958 29 8959 29 8960 30 8961 29 8962 30 8963 29 8964 29 8965 30 8966 29 8967 30 8968 19 8969 20 8970 58 8971 19 8972 20 8973 58 8974 19 8975 20 8976 19 8977 20 8978 19 8979 20 8980 58 8981 19 8982 20 8983 58 8984 19 8985 20 8986 58 8987 19 8988 20 8989 6 8990 7 8991 17 8992 18 8993 19 8994 58 8995 6 8996 7 8997 17 8998 18 8999 19 9000 21 9001 58 9002 6 9003 7 9004 17 9005 18 9006 19 9007 21 9008 58 9009 6 9010 7 9011 17 9012 18 9013 19 9014 58 9015 21 9016 22 9017 23 9018 37 9019 41 9020 21 9021 22 9022 23 9023 37 9024 41 9025 21 9026 22 9027 23 9028 41 9029 21 9030 22 9031 23 9032 41 9033 22 9034 23 9035 41 9036 58 9037 22 9038 23 9039 41 9040 58 9041 22 9042 23 9043 37 9044 41 9045 22 9046 23 9047 37 9048 41 9049 22 9050 23 9051 41 9052 23 9053 41 9054 22 9055 23 9056 41 9057 58 9058 22 9059 23 9060 41 9061 58 9062 22 9063 23 9064 41 9065 22 9066 23 9067 41 9068 22 9069 23 9070 41 9071 22 9072 23 9073 41 9074 22 9075 23 9076 41 9077 22 9078 23 9079 41 9080 58 9081 23 9082 41 9083 22 9084 23 9085 41 9086 58 9087 22 9088 23 9089 41 9090 58 9091 22 9092 23 9093 41 9094 58 9095 22 9096 23 9097 41 9098 58 9099 22 9100 23 9101 41 9102 58 9103 22 9104 23 9105 41 9106 58 9107 22 9108 23 9109 41 9110 58 9111 22 9112 23 9113 41 9114 17 9115 18 9116 19 9117 21 9118 22 9119 58 9120 7 9121 17 9122 18 9123 19 9124 21 9125 22 9126 58 9127 7 9128 17 9129 18 9130 19 9131 22 9132 58 9133 17 9134 18 9135 19 9136 21 9137 22 9138 58 9139 41 9140 42 9141 58 9142 23 9143 41 9144 42 9145 43 9146 23 9147 41 9148 42 9149 56 9150 58 9151 23 9152 41 9153 56 9154 58 9155 41 9156 42 9157 58 9158 23 9159 41 9160 56 9161 58 9162 23 9163 41 9164 42 9165 58 9166 23 9167 41 9168 42 9169 58 9170 41 9171 42 9172 58 9173 41 9174 42 9175 43 9176 57 9177 41 9178 42 9179 43 9180 57 9181 41 9182 42 9183 43 9184 56 9185 58 9186 41 9187 42 9188 43 9189 56 9190 58 9191 41 9192 42 9193 43 9194 56 9195 58 9196 41 9197 42 9198 43 9199 56 9200 58 9201 41 9202 42 9203 43 9204 56 9205 58 9206 41 9207 42 9208 43 9209 56 9210 58 9211 41 9212 42 9213 43 9214 56 9215 41 9216 42 9217 43 9218 56 9219 57 9220 41 9221 42 9222 43 9223 56 9224 57 9225 41 9226 42 9227 43 9228 56 9229 57 9230 41 9231 42 9232 43 9233 56 9234 57 9235 41 9236 42 9237 43 9238 57 9239 41 9240 42 9241 43 9242 57 9243 41 9244 42 9245 56 9246 58 9247 41 9248 42 9249 56 9250 58 9251 41 9252 56 9253 58 9254 41 9255 42 9256 56 9257 58 9258 41 9259 42 9260 56 9261 58 9262 41 9263 42 9264 56 9265 58 9266 41 9267 42 9268 43 9269 56 9270 41 9271 42 9272 43 9273 56 9274 41 9275 42 9276 43 9277 56 9278 41 9279 42 9280 43 9281 56 9282 41 9283 42 9284 43 9285 56 9286 41 9287 42 9288 43 9289 56 9290 41 9291 42 9292 56 9293 58 9294 41 9295 42 9296 43 9297 56 9298 58 9299 41 9300 42 9301 56 9302 58 9303 41 9304 42 9305 58 9306 41 9307 42 9308 56 9309 58 9310 41 9311 42 9312 58 9313 41 9314 42 9315 43 9316 56 9317 58 9318 41 9319 42 9320 43 9321 56 9322 57 9323 41 9324 42 9325 43 9326 57 9327 58 9328 41 9329 42 9330 43 9331 56 9332 41 9333 42 9334 43 9335 41 9336 42 9337 43 9338 56 9339 41 9340 42 9341 56 9342 58 9343 41 9344 42 9345 43 9346 56 9347 41 9348 42 9349 43 9350 41 9351 42 9352 43 9353 57 9354 41 9355 42 9356 43 9357 57 9358 41 9359 42 9360 43 9361 41 9362 42 9363 43 9364 57 9365 42 9366 43 9367 57 9368 58 9369 42 9370 43 9371 57 9372 58 9373 42 9374 43 9375 57 9376 58 9377 42 9378 43 9379 57 9380 58 9381 23 9382 37 9383 41 9384 23 9385 37 9386 41 9387 23 9388 41 9389 23 9390 41 9391 23 9392 41 9393 23 9394 41 9395 23 9396 41 9397 42 9398 43 9399 23 9400 41 9401 42 9402 43 9403 41 9404 42 9405 43 9406 57 9407 41 9408 42 9409 43 9410 57 9411 41 9412 42 9413 43 9414 57 9415 41 9416 42 9417 43 9418 57 9419 42 9420 43 9421 57 9422 58 9423 42 9424 43 9425 57 9426 42 9427 43 9428 57 9429 42 9430 43 9431 42 9432 43 9433 57 9434 43 9435 43 9436 57 9437 43 9438 42 9439 43 9440 57 9441 43 9442 57 9443 43 9444 57 9445 42 9446 43 9447 57 9448 43 9449 42 9450 43 9451 57 9452 42 9453 43 9454 57 9455 42 9456 43 9457 57 9458 42 9459 43 9460 57 9461 42 9462 43 9463 57 9464 42 9465 43 9466 57 9467 42 9468 43 9469 57 9470 42 9471 43 9472 57 9473 43 9474 44 9475 47 9476 50 9477 43 9478 44 9479 47 9480 43 9481 42 9482 43 9483 57 9484 42 9485 43 9486 42 9487 43 9488 57 9489 42 9490 43 9491 57 9492 42 9493 43 9494 57 9495 42 9496 43 9497 57 9498 42 9499 43 9500 57 9501 42 9502 43 9503 42 9504 43 9505 57 9506 42 9507 43 9508 57 9509 42 9510 43 9511 57 9512 58 9513 42 9514 43 9515 57 9516 42 9517 43 9518 57 9519 42 9520 43 9521 57 9522 42 9523 43 9524 57 9525 42 9526 43 9527 57 9528 58 9529 42 9530 43 9531 57 9532 42 9533 43 9534 57 9535 42 9536 43 9537 57 9538 42 9539 43 9540 57 9541 42 9542 43 9543 57 9544 42 9545 43 9546 42 9547 43 9548 42 9549 43 9550 42 9551 43 9552 6 9553 7 9554 17 9555 18 9556 19 9557 58 9558 6 9559 7 9560 17 9561 18 9562 19 9563 58 9564 6 9565 7 9566 17 9567 18 9568 19 9569 58 9570 17 9571 18 9572 19 9573 21 9574 22 9575 58 9576 42 9577 43 9578 57 9579 42 9580 43 9581 57 9582 41 9583 42 9584 43 9585 57 9586 41 9587 42 9588 43 9589 57 9590 41 9591 42 9592 43 9593 57 9594 41 9595 42 9596 43 9597 57 9598 41 9599 42 9600 43 9601 57 9602 41 9603 42 9604 43 9605 57 9606 41 9607 42 9608 43 9609 57 9610 41 9611 42 9612 43 9613 57 9614 41 9615 42 9616 43 9617 57 9618 41 9619 42 9620 43 9621 57 9622 42 9623 43 9624 57 9625 58 9626 42 9627 43 9628 57 9629 42 9630 43 9631 57 9632 58 9633 42 9634 43 9635 57 9636 41 9637 42 9638 43 9639 57 9640 41 9641 42 9642 43 9643 57 9644 41 9645 42 9646 43 9647 57 9648 41 9649 42 9650 43 9651 57 9652 42 9653 43 9654 57 9655 58 9656 42 9657 43 9658 57 9659 58 9660 55 9661 43 9662 53 9663 54 9664 53 9665 54 9666 54 9667 55 9668 54 9669 55 9670 55 9671 55 9672 54 9673 55 9674 54 9675 55 9676 55 9677 55 9678 53 9679 54 9680 55 9681 54 9682 55 9683 54 9684 55 9685 55 9686 55 9687 43 9688 53 9689 54 9690 55 9691 53 9692 54 9693 55 9694 54 9695 55 9696 54 9697 55 9698 53 9699 54 9700 55 9701 43 9702 53 9703 54 9704 55 9705 43 9706 53 9707 54 9708 55 9709 54 9710 55 9711 54 9712 55 9713 54 9714 55 9715 54 9716 55 9717 43 9718 50 9719 53 9720 54 9721 43 9722 53 9723 54 9724 42 9725 43 9726 53 9727 54 9728 43 9729 50 9730 53 9731 54 9732 43 9733 53 9734 54 9735 42 9736 43 9737 57 9738 42 9739 43 9740 57 9741 42 9742 43 9743 57 9744 42 9745 43 9746 57 9747 42 9748 43 9749 57 9750 58 9751 42 9752 43 9753 57 9754 42 9755 43 9756 57 9757 42 9758 43 9759 57 9760 58 9761 42 9762 43 9763 57 9764 58 9765 42 9766 43 9767 57 9768 58 9769 42 9770 43 9771 57 9772 42 9773 43 9774 57 9775 42 9776 43 9777 57 9778 42 9779 43 9780 57 9781 42 9782 43 9783 57 9784 42 9785 43 9786 57 9787 42 9788 43 9789 57 9790 42 9791 43 9792 57 9793 42 9794 43 9795 57 9796 42 9797 43 9798 57 9799 34 9800 36 9801 34 9802 36 9803 34 9804 35 9805 34 9806 35 9807 34 9808 35 9809 34 9810 35 9811 20 9812 24 9813 31 9814 34 9815 35 9816 20 9817 24 9818 31 9819 34 9820 35 9821 34 9822 35 9823 36 9824 34 9825 35 9826 36 9827 36 9828 36 9829 34 9830 35 9831 36 9832 34 9833 35 9834 36 9835 36 9836 36 9837 34 9838 35 9839 36 9840 34 9841 35 9842 36 9843 20 9844 24 9845 31 9846 34 9847 35 9848 20 9849 24 9850 34 9851 35 9852 34 9853 35 9854 36 9855 34 9856 35 9857 36 9858 36 9859 34 9860 36 9861 20 9862 24 9863 34 9864 35 9865 34 9866 35 9867 36 9868 20 9869 24 9870 31 9871 34 9872 35 9873 34 9874 35 9875 36 9876 34 9877 35 9878 36 9879 34 9880 35 9881 36 9882 34 9883 35 9884 36 9885 20 9886 24 9887 31 9888 34 9889 35 9890 34 9891 35 9892 36 9893 20 9894 24 9895 31 9896 34 9897 35 9898 34 9899 35 9900 36 9901 24 9902 34 9903 35 9904 34 9905 35 9906 36 9907 20 9908 24 9909 34 9910 35 9911 34 9912 35 9913 36 9914 34 9915 35 9916 36 9917 35 9918 36 9919 34 9920 35 9921 36 9922 20 9923 24 9924 34 9925 35 9926 24 9927 34 9928 35 9929 20 9930 24 9931 34 9932 35 9933 19 9934 20 9935 19 9936 20 9937 19 9938 20 9939 19 9940 20 9941 19 9942 20 9943 19 9944 20 9945 19 9946 20 9947 19 9948 20 9949 19 9950 20 9951 19 9952 20 9953 19 9954 20 9955 24 9956 19 9957 20 9958 24 9959 19 9960 20 9961 24 9962 19 9963 20 9964 24 9965 19 9966 20 9967 24 9968 19 9969 20 9970 24 9971 19 9972 20 9973 24 9974 19 9975 20 9976 24 9977 19 9978 20 9979 24 9980 19 9981 20 9982 24 9983 19 9984 20 9985 24 9986 53 9987 54 9988 55 9989 1 9990 4 9991 5 9992 1 9993 4 9994 5 9995 1 9996 4 9997 5 9998 1 9999 4 10000 5 10001 1 10002 4 10003 5 10004 1 10005 4 10006 5 10007 1 10008 4 10009 5 10010 20 10011 24 10012 34 10013 35 10014 20 10015 24 10016 34 10017 35 10018 42 10019 43 10020 57 10021 58 10022 42 10023 43 10024 57 10025 58 10026 42 10027 43 10028 57 10029 58 10030 42 10031 43 10032 57 10033 58 10034 37 10035 39 10036 40 10037 58 10038 23 10039 37 10040 40 10041 1 10042 4 10043 5 10044 6 10045 1 10046 4 10047 5 10048 6 10049 1 10050 4 10051 5 10052 6 10053 1 10054 4 10055 5 10056 1 10057 4 10058 5 10059 1 10060 2 10061 16 10062 1 10063 2 10064 16 10065 1 10066 2 10067 16 10068 1 10069 2 10070 16 10071 1 10072 2 10073 16 10074 1 10075 2 10076 16 10077 0 10078 0 10079 0 10080 0 10081 0 10082 0 10083 0 10084 0 10085 0 10086 0 10087 2 10088 0 10089 0 10090 0 10091 0 10092 0 10093 0 10094 0 10095 0 10096 0 10097 0 10098 0 10099 0 10100 0 10101 0 10102 0 10103 0 10104 0 10105 0 10106 0 10107 0 10108 0 10109 0 10110 0 10111 0 10112 0 10113 0 10114 0 10115 0 10116 0 10117 1 10118 0 10119 0 10120 0 10121 0 10122 2 10123 0 10124 0 10125 0 10126 0 10127 2 10128 0 10129 2 10130 0 10131 0 10132 0 10133 0 10134 0 10135 2 10136 0 10137 2 10138 0 10139 1 10140 2 10141 0 10142 2 10143 0 10144 0 10145 0 10146 0 10147 0 10148 0 10149 0 10150 0 10151 0 10152 0 10153 0 10154 0 10155 0 10156 0 10157 0 10158 0 10159 0 10160 0 10161 0 10162 0 10163 0 10164 0 10165 0 10166 0 10167 0 10168 0 10169 0 10170 0 10171 0 10172 0 10173 0 10174 1 10175 0 10176 1 10177 0 10178 0 10179 0 10180 0 10181 1 10182 1 10183 1 10184 1 10185 1 10186 1 10187 1 10188 1 10189 1 10190 1 10191 1 10192 1 10193 1 10194 1 10195 1 10196 1 10197 1 10198 1 10199 1 10200 1 10201 1 10202 1 10203 1 10204 1 10205 1 10206 1 10207 1 10208 1 10209 1 10210 1 10211 1 10212 1 10213 1 10214 1 10215 1 10216 3 10217 1 10218 1 10219 1 10220 1 10221 1 10222 1 10223 1 10224 1 10225 1 10226 1 10227 1 10228 1 10229 1 10230 1 10231 1 10232 1 10233 1 10234 1 10235 1 10236 1 10237 1 10238 1 10239 1 10240 1 10241 1 10242 1 10243 1 10244 1 10245 1 10246 3 10247 1 10248 1 10249 1 10250 1 10251 1 10252 3 10253 1 10254 1 10255 3 10256 1 10257 1 10258 1 10259 1 10260 1 10261 1 10262 1 10263 1 10264 1 10265 1 10266 1 10267 1 10268 1 10269 1 10270 1 10271 1 10272 1 10273 1 10274 1 10275 1 10276 1 10277 1 10278 1 10279 1 10280 1 10281 1 10282 1 10283 1 10284 1 10285 1 10286 1 10287 1 10288 1 10289 1 10290 1 10291 0 10292 1 10293 1 10294 0 10295 1 10296 4 10297 5 10298 8 10299 0 10300 1 10301 4 10302 5 10303 8 10304 75 10305 1 10306 2 10307 3 10308 4 10309 5 10310 8 10311 75 10312 0 10313 1 10314 2 10315 3 10316 4 10317 8 10318 75 10319 0 10320 1 10321 2 10322 3 10323 4 10324 75 10325 0 10326 2 10327 3 10328 75 10329 1 10330 2 10331 1 10332 2 10333 1 10334 2 10335 1 10336 2 10337 3 10338 75 10339 1 10340 2 10341 1 10342 2 10343 75 10344 0 10345 3 10346 0 10347 1 10348 2 10349 3 10350 75 10351 0 10352 1 10353 4 10354 5 10355 8 10356 0 10357 1 10358 4 10359 5 10360 8 10361 75 10362 1 10363 4 10364 5 10365 8 10366 75 10367 0 10368 1 10369 4 10370 5 10371 8 10372 75 10373 1 10374 4 10375 5 10376 6 10377 8 10378 1 10379 4 10380 5 10381 6 10382 8 10383 1 10384 4 10385 5 10386 6 10387 8 10388 1 10389 4 10390 5 10391 6 10392 8 10393 5 10394 6 10395 5 10396 6 10397 4 10398 5 10399 6 10400 4 10401 5 10402 6 10403 1 10404 2 10405 3 10406 75 10407 1 10408 2 10409 1 10410 75 10411 0 10412 1 10413 75 10414 1 10415 2 10416 1 10417 2 10418 1 10419 2 10420 1 10421 75 10422 1 10423 2 10424 1 10425 2 10426 75 10427 0 10428 3 10429 4 10430 0 10431 3 10432 1 10433 2 10434 75 10435 1 10436 2 10437 1 10438 75 10439 1 10440 75 10441 1 10442 75 10443 0 10444 1 10445 1 10446 1 10447 0 10448 1 10449 3 10450 0 10451 0 10452 0 10453 0 10454 4 10455 0 10456 0 10457 3 10458 0 10459 3 10460 0 10461 3 10462 0 10463 3 10464 0 10465 2 10466 3 10467 4 10468 75 10469 0 10470 2 10471 3 10472 4 10473 0 10474 2 10475 3 10476 75 10477 1 10478 2 10479 1 10480 2 10481 1 10482 2 10483 1 10484 2 10485 1 10486 2 10487 1 10488 2 10489 1 10490 1 10491 1 10492 0 10493 0 10494 0 10495 2 10496 0 10497 4 10498 0 10499 2 10500 0 10501 2 10502 0 10503 4 10504 0 10505 0 10506 0 10507 0 10508 0 10509 0 10510 3 10511 0 10512 3 10513 0 10514 3 10515 0 10516 0 10517 3 10518 0 10519 3 10520 0 10521 0 10522 3 10523 1 10524 1 10525 1 10526 1 10527 1 10528 1 10529 1 10530 1 10531 1 10532 1 10533 1 10534 1 10535 1 10536 1 10537 1 10538 1 10539 1 10540 1 10541 1 10542 1 10543 1 10544 1 10545 1 10546 1 10547 1 10548 1 10549 1 10550 1 10551 1 10552 1 10553 1 10554 1 10555 1 10556 1 10557 1 10558 1 10559 1 10560 1 10561 1 10562 1 10563 1 10564 1 10565 1 10566 1 10567 1 10568 1 10569 1 10570 1 10571 1 10572 1 10573 1 10574 1 10575 1 10576 1 10577 1 10578 1 10579 1 10580 1 10581 1 10582 1 10583 0 10584 0 10585 0 10586 0 10587 0 10588 0 10589 0 10590 0 10591 0 10592 0 10593 0 10594 0 10595 0 10596 0 10597 4 10598 0 10599 2 10600 0 10601 2 10602 4 10603 0 10604 4 10605 0 10606 0 10607 0 10608 2 10609 0 10610 2 10611 0 10612 3 10613 0 10614 1 10615 1 10616 1 10617 1 10618 1 10619 1 10620 1 10621 1 10622 1 10623 1 10624 1 10625 1 10626 1 10627 1 10628 4 10629 5 10630 1 10631 4 10632 5 10633 1 10634 4 10635 5 10636 1 10637 4 10638 5 10639 1 10640 4 10641 5 10642 1 10643 4 10644 5 10645 1 10646 4 10647 5 10648 1 10649 4 10650 5 10651 1 10652 4 10653 5 10654 1 10655 4 10656 5 10657 1 10658 4 10659 5 10660 1 10661 4 10662 5 10663 1 10664 4 10665 5 10666 0 10667 0 10668 0 10669 2 10670 3 10671 75 10672 0 10673 1 10674 2 10675 3 10676 0 10677 1 10678 2 10679 3 10680 0 10681 2 10682 3 10683 75 10684 0 10685 0 10686 0 10687 0 10688 0 10689 0 10690 0 10691 0 10692 0 10693 0 10694 0 10695 0 10696 0 10697 0 10698 0 10699 0 10700 0 10701 2 10702 1 10703 1 10704 1 10705 1 10706 1 10707 1 10708 1 10709 1 10710 0 10711 1 10712 3 10713 4 10714 0 10715 3 10716 4 10717 0 10718 0 10719 4 10720 0 10721 10 10722 0 10723 9 10724 10 10725 0 10726 10 10727 0 10728 10 10729 0 10730 10 10731 11 10732 0 10733 10 10734 0 10735 9 10736 10 10737 0 10738 9 10739 10 10740 0 10741 4 10742 11 10743 0 10744 11 10745 0 10746 3 10747 4 10748 0 10749 1 10750 3 10751 4 10752 0 10753 1 10754 3 10755 4 10756 0 10757 3 10758 4 10759 1 10760 11 10761 0 10762 4 10763 11 10764 1 10765 9 10766 10 10767 9 10768 10 10769 9 10770 3 10771 10 10772 3 10773 10 10774 11 10775 0 10776 1 10777 3 10778 4 10779 0 10780 1 10781 3 10782 4 10783 0 10784 1 10785 3 10786 4 10787 0 10788 1 10789 3 10790 4 10791 3 10792 0 10793 3 10794 0 10795 3 10796 1 10797 3 10798 11 10799 0 10800 1 10801 3 10802 11 10803 9 10804 10 10805 9 10806 10 10807 9 10808 10 10809 10 10810 3 10811 10 10812 11 10813 10 10814 11 10815 9 10816 1 10817 4 10818 5 10819 1 10820 4 10821 5 10822 1 10823 4 10824 5 10825 1 10826 4 10827 5 10828 1 10829 4 10830 5 10831 1 10832 4 10833 5 10834 1 10835 4 10836 5 10837 1 10838 2 10839 1 10840 2 10841 1 10842 2 10843 1 10844 2 10845 1 10846 2 10847 1 10848 2 10849 1 10850 1 10851 1 10852 1 10853 88 10854 88 10855 88 10856 82 10857 82 10858 85 10859 85 10860 88 10861 88 10862 82 10863 82 10864 85 10865 85 10866 88 10867 88 10868 82 10869 82 10870 85 10871 85 10872 88 10873 88 10874 82 10875 82 10876 85 10877 85 10878 88 10879 88 10880 82 10881 82 10882 85 10883 85 10884 88 10885 88 10886 85 10887 88 10888 88 10889 88 10890 88 10891 88 10892 85 10893 85 10894 85 10895 85 10896 82 10897 82 10898 82 10899 82 10900 91 10901 91 10902 91 10903 91 10904 91 10905 91 10906 91 10907 91 10908 91 10909 91 10910 91 10911 91 10912 91 10913 91 10914 91 10915 91 10916 22 10917 77 10918 78 10919 22 10920 77 10921 78 10922 77 10923 78 10924 79 10925 77 10926 78 10927 79 10928 22 10929 77 10930 78 10931 22 10932 77 10933 78 10934 93 10935 94 10936 108 10937 93 10938 94 10939 108 10940 93 10941 94 10942 108 10943 93 10944 94 10945 108 10946 93 10947 94 10948 108 10949 93 10950 94 10951 108 10952 1 10953 38 10954 39 10955 40 10956 58 10957 37 10958 39 10959 40 10960 1 10961 4 10962 5 10963 6 10964 7 10965 1 10966 4 10967 5 10968 6 10969 5 10970 6 10971 7 10972 18 10973 58 10974 1 10975 4 10976 5 10977 6 10978 1 10979 4 10980 5 10981 1 10982 4 10983 5 10984 9 10985 110 10986 114 10987 110 10988 114 10989 0 10990 3 10991 71 10992 110 10993 114 10994 71 10995 110 10996 114 10997 71 10998 110 10999 114 11000 0 11001 3 11002 71 11003 110 11004 114 11005 71 11006 110 11007 114 11008 71 11009 110 11010 114 11011 71 11012 110 11013 114 11014 103 11015 97 11016 97 11017 100 11018 100 11019 103 11020 103 11021 97 11022 97 11023 100 11024 100 11025 103 11026 103 11027 97 11028 97 11029 100 11030 100 11031 103 11032 103 11033 97 11034 97 11035 100 11036 100 11037 103 11038 103 11039 97 11040 97 11041 100 11042 100 11043 103 11044 103 11045 97 11046 97 11047 100 11048 100 11049 103 11050 103 11051 100 11052 103 11053 103 11054 103 11055 103 11056 103 11057 100 11058 100 11059 100 11060 100 11061 100 11062 97 11063 97 11064 97 11065 97 11066 97 11067 106 11068 106 11069 106 11070 106 11071 106 11072 106 11073 106 11074 106 11075 106 11076 106 11077 106 11078 106 11079 106 11080 106 11081 106 11082 37 11083 92 11084 37 11085 92 11086 23 11087 37 11088 92 11089 23 11090 37 11091 92 11092 38 11093 39 11094 58 11095 38 11096 39 11097 58 11098 38 11099 39 11100 40 11101 58 11102 38 11103 39 11104 40 11105 58 11106 38 11107 39 11108 40 11109 58 11110 38 11111 39 11112 40 11113 58 11114 37 11115 39 11116 40 11117 58 11118 37 11119 39 11120 40 11121 58 11122 37 11123 39 11124 40 11125 37 11126 39 11127 40 11128 37 11129 40 11130 37 11131 40 11132 23 11133 37 11134 92 11135 23 11136 37 11137 92 11138 23 11139 37 11140 92 11141 38 11142 39 11143 58 11144 38 11145 39 11146 40 11147 58 11148 38 11149 39 11150 40 11151 58 11152 37 11153 39 11154 40 11155 58 11156 37 11157 39 11158 40 11159 37 11160 40 11161 93 11162 94 11163 108 11164 93 11165 94 11166 108 11167 93 11168 94 11169 108 11170 93 11171 94 11172 108 11173 93 11174 94 11175 93 11176 94 11177 93 11178 94 11179 108 11180 93 11181 94 11182 108 11183 93 11184 94 11185 93 11186 94 11187 96 11188 97 11189 96 11190 97 11191 96 11192 97 11193 96 11194 97 11195 99 11196 100 11197 99 11198 100 11199 99 11200 100 11201 99 11202 100 11203 102 11204 103 11205 102 11206 103 11207 102 11208 103 11209 102 11210 103 11211 95 11212 96 11213 95 11214 96 11215 95 11216 96 11217 95 11218 96 11219 98 11220 99 11221 98 11222 99 11223 98 11224 99 11225 98 11226 99 11227 101 11228 102 11229 101 11230 102 11231 101 11232 102 11233 101 11234 102 11235 94 11236 101 11237 104 11238 94 11239 101 11240 104 11241 94 11242 98 11243 101 11244 94 11245 98 11246 101 11247 94 11248 98 11249 101 11250 94 11251 98 11252 101 11253 94 11254 95 11255 98 11256 94 11257 95 11258 98 11259 94 11260 95 11261 98 11262 94 11263 95 11264 98 11265 94 11266 95 11267 94 11268 95 11269 94 11270 101 11271 104 11272 105 11273 94 11274 101 11275 104 11276 105 11277 94 11278 102 11279 103 11280 101 11281 102 11282 102 11283 103 11284 101 11285 102 11286 102 11287 103 11288 101 11289 102 11290 102 11291 103 11292 101 11293 102 11294 99 11295 100 11296 98 11297 99 11298 99 11299 100 11300 98 11301 99 11302 99 11303 100 11304 98 11305 99 11306 99 11307 100 11308 98 11309 99 11310 96 11311 97 11312 95 11313 96 11314 96 11315 97 11316 95 11317 96 11318 96 11319 97 11320 95 11321 96 11322 96 11323 97 11324 95 11325 96 11326 94 11327 94 11328 95 11329 94 11330 94 11331 95 11332 102 11333 103 11334 102 11335 103 11336 99 11337 100 11338 99 11339 100 11340 96 11341 97 11342 96 11343 97 11344 95 11345 96 11346 96 11347 97 11348 95 11349 96 11350 96 11351 97 11352 98 11353 99 11354 99 11355 100 11356 98 11357 99 11358 99 11359 100 11360 101 11361 102 11362 102 11363 103 11364 101 11365 102 11366 102 11367 103 11368 94 11369 101 11370 104 11371 94 11372 98 11373 101 11374 101 11375 102 11376 101 11377 102 11378 94 11379 98 11380 101 11381 94 11382 95 11383 98 11384 98 11385 99 11386 98 11387 99 11388 94 11389 95 11390 94 11391 95 11392 98 11393 95 11394 96 11395 95 11396 96 11397 94 11398 98 11399 101 11400 94 11401 101 11402 94 11403 101 11404 104 11405 105 11406 94 11407 98 11408 101 11409 94 11410 98 11411 94 11412 95 11413 94 11414 102 11415 103 11416 102 11417 103 11418 101 11419 102 11420 101 11421 102 11422 94 11423 101 11424 104 11425 94 11426 98 11427 101 11428 93 11429 94 11430 103 11431 103 11432 94 11433 104 11434 94 11435 94 11436 101 11437 104 11438 94 11439 98 11440 101 11441 102 11442 103 11443 102 11444 103 11445 103 11446 103 11447 103 11448 103 11449 101 11450 102 11451 101 11452 102 11453 102 11454 103 11455 102 11456 103 11457 102 11458 102 11459 102 11460 102 11461 101 11462 102 11463 101 11464 102 11465 94 11466 101 11467 104 11468 94 11469 98 11470 101 11471 104 11472 101 11473 101 11474 101 11475 101 11476 94 11477 98 11478 101 11479 104 11480 94 11481 101 11482 104 11483 94 11484 94 11485 94 11486 101 11487 104 11488 94 11489 101 11490 104 11491 94 11492 101 11493 104 11494 94 11495 101 11496 104 11497 96 11498 97 11499 96 11500 97 11501 95 11502 96 11503 95 11504 96 11505 94 11506 95 11507 98 11508 94 11509 95 11510 93 11511 94 11512 93 11513 94 11514 97 11515 97 11516 94 11517 94 11518 94 11519 95 11520 98 11521 94 11522 95 11523 96 11524 97 11525 96 11526 97 11527 97 11528 97 11529 97 11530 97 11531 95 11532 96 11533 95 11534 96 11535 96 11536 97 11537 96 11538 97 11539 96 11540 96 11541 96 11542 96 11543 95 11544 96 11545 95 11546 96 11547 94 11548 95 11549 98 11550 94 11551 95 11552 95 11553 95 11554 95 11555 95 11556 94 11557 95 11558 98 11559 94 11560 94 11561 95 11562 98 11563 94 11564 98 11565 99 11566 100 11567 99 11568 100 11569 98 11570 99 11571 98 11572 99 11573 94 11574 98 11575 101 11576 94 11577 95 11578 98 11579 93 11580 94 11581 93 11582 94 11583 100 11584 100 11585 94 11586 94 11587 94 11588 98 11589 101 11590 94 11591 95 11592 98 11593 99 11594 100 11595 99 11596 100 11597 100 11598 100 11599 100 11600 100 11601 98 11602 99 11603 98 11604 99 11605 99 11606 100 11607 99 11608 100 11609 99 11610 99 11611 99 11612 99 11613 98 11614 99 11615 98 11616 99 11617 94 11618 95 11619 98 11620 101 11621 94 11622 95 11623 98 11624 98 11625 98 11626 98 11627 98 11628 94 11629 94 11630 95 11631 98 11632 94 11633 98 11634 94 11635 104 11636 105 11637 94 11638 101 11639 104 11640 105 11641 94 11642 104 11643 105 11644 94 11645 101 11646 104 11647 94 11648 104 11649 105 11650 94 11651 101 11652 104 11653 94 11654 104 11655 105 11656 93 11657 94 11658 93 11659 94 11660 94 11661 104 11662 97 11663 102 11664 101 11665 102 11666 101 11667 102 11668 102 11669 101 11670 102 11671 101 11672 102 11673 102 11674 102 11675 103 11676 102 11677 103 11678 102 11679 102 11680 103 11681 102 11682 103 11683 96 11684 95 11685 96 11686 95 11687 96 11688 96 11689 95 11690 96 11691 95 11692 96 11693 96 11694 96 11695 97 11696 96 11697 97 11698 96 11699 96 11700 97 11701 96 11702 97 11703 99 11704 98 11705 99 11706 98 11707 99 11708 99 11709 98 11710 99 11711 98 11712 99 11713 99 11714 99 11715 100 11716 99 11717 100 11718 99 11719 99 11720 100 11721 99 11722 100 11723 1 11724 2 11725 74 11726 76 11727 1 11728 2 11729 76 11730 1 11731 72 11732 74 11733 76 11734 1 11735 2 11736 76 11737 1 11738 2 11739 76 11740 1 11741 2 11742 75 11743 76 11744 1 11745 2 11746 75 11747 76 11748 1 11749 2 11750 75 11751 76 11752 1 11753 2 11754 75 11755 76 11756 1 11757 73 11758 1 11759 73 11760 1 11761 73 11762 1 11763 4 11764 72 11765 73 11766 1 11767 73 11768 1 11769 72 11770 1 11771 72 11772 1 11773 72 11774 1 11775 2 11776 16 11777 76 11778 1 11779 2 11780 75 11781 76 11782 1 11783 2 11784 75 11785 76 11786 1 11787 2 11788 75 11789 1 11790 2 11791 75 11792 76 11793 1 11794 2 11795 75 11796 76 11797 1 11798 2 11799 75 11800 76 11801 1 11802 2 11803 3 11804 75 11805 1 11806 2 11807 75 11808 0 11809 1 11810 2 11811 3 11812 5 11813 8 11814 75 11815 0 11816 1 11817 2 11818 3 11819 75 11820 0 11821 3 11822 8 11823 75 11824 1 11825 73 11826 1 11827 73 11828 1 11829 73 11830 1 11831 72 11832 1 11833 2 11834 75 11835 76 11836 1 11837 2 11838 75 11839 76 11840 1 11841 72 11842 0 11843 1 11844 2 11845 3 11846 75 11847 0 11848 1 11849 2 11850 3 11851 5 11852 8 11853 75 11854 0 11855 1 11856 2 11857 3 11858 5 11859 8 11860 75 11861 0 11862 1 11863 2 11864 3 11865 5 11866 8 11867 75 11868 1 11869 2 11870 75 11871 0 11872 1 11873 2 11874 3 11875 5 11876 8 11877 75 11878 1 11879 2 11880 4 11881 75 11882 1 11883 2 11884 75 11885 1 11886 4 11887 5 11888 74 11889 76 11890 1 11891 4 11892 5 11893 74 11894 1 11895 4 11896 5 11897 74 11898 1 11899 4 11900 74 11901 76 11902 0 11903 1 11904 3 11905 5 11906 8 11907 75 11908 0 11909 1 11910 3 11911 5 11912 8 11913 75 11914 0 11915 1 11916 3 11917 5 11918 8 11919 75 11920 0 11921 1 11922 3 11923 8 11924 0 11925 1 11926 2 11927 3 11928 5 11929 8 11930 75 11931 0 11932 1 11933 2 11934 3 11935 8 11936 75 11937 0 11938 1 11939 3 11940 5 11941 8 11942 75 11943 0 11944 1 11945 3 11946 8 11947 75 11948 0 11949 1 11950 2 11951 3 11952 4 11953 5 11954 8 11955 75 11956 0 11957 1 11958 2 11959 3 11960 4 11961 5 11962 8 11963 75 11964 0 11965 1 11966 4 11967 5 11968 8 11969 75 11970 1 11971 2 11972 4 11973 5 11974 8 11975 1 11976 2 11977 4 11978 5 11979 0 11980 1 11981 2 11982 3 11983 4 11984 5 11985 8 11986 75 11987 0 11988 1 11989 2 11990 3 11991 4 11992 5 11993 8 11994 75 11995 0 11996 1 11997 2 11998 3 11999 4 12000 5 12001 8 12002 75 12003 1 12004 2 12005 4 12006 5 12007 8 12008 1 12009 2 12010 4 12011 5 12012 6 12013 7 12014 1 12015 2 12016 4 12017 5 12018 6 12019 7 12020 0 12021 1 12022 3 12023 4 12024 5 12025 6 12026 8 12027 0 12028 1 12029 3 12030 4 12031 5 12032 6 12033 8 12034 0 12035 1 12036 4 12037 5 12038 6 12039 8 12040 1 12041 2 12042 4 12043 5 12044 6 12045 8 12046 1 12047 2 12048 4 12049 5 12050 6 12051 7 12052 1 12053 2 12054 4 12055 5 12056 6 12057 7 12058 1 12059 4 12060 5 12061 6 12062 7 12063 58 12064 1 12065 4 12066 5 12067 6 12068 7 12069 58 12070 0 12071 4 12072 5 12073 6 12074 7 12075 8 12076 58 12077 0 12078 1 12079 4 12080 5 12081 6 12082 7 12083 8 12084 58 12085 0 12086 1 12087 4 12088 5 12089 6 12090 7 12091 8 12092 58 12093 1 12094 4 12095 5 12096 6 12097 7 12098 58 12099 1 12100 4 12101 5 12102 6 12103 7 12104 58 12105 4 12106 5 12107 6 12108 7 12109 58 12110 4 12111 5 12112 6 12113 7 12114 18 12115 58 12116 4 12117 5 12118 6 12119 7 12120 58 12121 5 12122 6 12123 7 12124 58 12125 5 12126 6 12127 7 12128 58 12129 1 12130 4 12131 5 12132 1 12133 4 12134 5 12135 6 12136 7 12137 1 12138 4 12139 5 12140 6 12141 7 12142 58 12143 5 12144 6 12145 7 12146 17 12147 18 12148 58 12149 77 12150 5 12151 6 12152 7 12153 17 12154 18 12155 58 12156 77 12157 5 12158 6 12159 7 12160 17 12161 18 12162 58 12163 77 12164 6 12165 7 12166 17 12167 18 12168 19 12169 58 12170 5 12171 6 12172 7 12173 17 12174 18 12175 19 12176 58 12177 5 12178 6 12179 7 12180 17 12181 18 12182 19 12183 58 12184 0 12185 1 12186 2 12187 3 12188 5 12189 8 12190 75 12191 1 12192 72 12193 74 12194 76 12195 1 12196 2 12197 72 12198 74 12199 76 12200 0 12201 1 12202 2 12203 3 12204 75 12205 0 12206 1 12207 2 12208 3 12209 5 12210 8 12211 75 12212 0 12213 1 12214 2 12215 3 12216 5 12217 8 12218 75 12219 0 12220 1 12221 2 12222 3 12223 4 12224 5 12225 8 12226 75 12227 0 12228 1 12229 2 12230 3 12231 5 12232 8 12233 75 12234 0 12235 1 12236 2 12237 3 12238 5 12239 8 12240 75 12241 0 12242 1 12243 2 12244 3 12245 5 12246 8 12247 75 12248 0 12249 1 12250 2 12251 3 12252 5 12253 8 12254 75 12255 1 12256 2 12257 3 12258 75 12259 1 12260 2 12261 3 12262 75 12263 1 12264 2 12265 3 12266 75 12267 1 12268 2 12269 4 12270 8 12271 75 12272 1 12273 2 12274 8 12275 75 12276 1 12277 2 12278 75 12279 1 12280 2 12281 75 12282 1 12283 2 12284 75 12285 1 12286 2 12287 3 12288 4 12289 5 12290 8 12291 75 12292 1 12293 2 12294 3 12295 4 12296 5 12297 8 12298 75 12299 0 12300 1 12301 2 12302 3 12303 4 12304 5 12305 8 12306 75 12307 0 12308 1 12309 2 12310 3 12311 4 12312 5 12313 8 12314 75 12315 0 12316 1 12317 2 12318 3 12319 4 12320 5 12321 8 12322 75 12323 0 12324 1 12325 2 12326 3 12327 4 12328 5 12329 8 12330 0 12331 1 12332 2 12333 3 12334 4 12335 5 12336 8 12337 75 12338 0 12339 1 12340 2 12341 4 12342 5 12343 8 12344 75 12345 0 12346 1 12347 2 12348 4 12349 5 12350 8 12351 75 12352 1 12353 2 12354 4 12355 5 12356 8 12357 0 12358 1 12359 2 12360 3 12361 5 12362 8 12363 75 12364 0 12365 1 12366 2 12367 3 12368 5 12369 8 12370 75 12371 0 12372 1 12373 2 12374 3 12375 4 12376 5 12377 8 12378 75 12379 0 12380 1 12381 2 12382 3 12383 4 12384 5 12385 8 12386 75 12387 0 12388 1 12389 2 12390 3 12391 4 12392 5 12393 8 12394 75 12395 0 12396 1 12397 2 12398 3 12399 4 12400 5 12401 8 12402 75 12403 0 12404 1 12405 2 12406 3 12407 4 12408 5 12409 8 12410 75 12411 1 12412 4 12413 5 12414 74 12415 1 12416 4 12417 5 12418 8 12419 74 12420 75 12421 1 12422 4 12423 8 12424 74 12425 75 12426 1 12427 4 12428 5 12429 74 12430 1 12431 4 12432 5 12433 74 12434 1 12435 4 12436 5 12437 8 12438 74 12439 75 12440 1 12441 4 12442 5 12443 8 12444 74 12445 75 12446 1 12447 4 12448 5 12449 1 12450 4 12451 5 12452 1 12453 4 12454 5 12455 1 12456 4 12457 16 12458 74 12459 76 12460 1 12461 74 12462 76 12463 1 12464 4 12465 5 12466 72 12467 74 12468 1 12469 4 12470 5 12471 72 12472 74 12473 1 12474 2 12475 75 12476 76 12477 1 12478 4 12479 5 12480 1 12481 4 12482 5 12483 1 12484 4 12485 5 12486 1 12487 4 12488 5 12489 1 12490 4 12491 5 12492 1 12493 4 12494 5 12495 1 12496 4 12497 5 12498 1 12499 4 12500 5 12501 1 12502 4 12503 5 12504 1 12505 4 12506 5 12507 1 12508 4 12509 5 12510 1 12511 4 12512 5 12513 1 12514 4 12515 5 12516 5 12517 6 12518 7 12519 17 12520 18 12521 19 12522 21 12523 58 12524 0 12525 1 12526 2 12527 3 12528 4 12529 5 12530 8 12531 75 12532 0 12533 1 12534 2 12535 3 12536 4 12537 5 12538 8 12539 75 12540 1 12541 2 12542 74 12543 76 12544 1 12545 2 12546 73 12547 75 12548 1 12549 2 12550 73 12551 1 12552 4 12553 75 12554 1 12555 4 12556 73 12557 75 12558 1 12559 4 12560 73 12561 1 12562 72 12563 74 12564 76 12565 1 12566 72 12567 1 12568 72 12569 74 12570 1 12571 4 12572 72 12573 74 12574 1 12575 2 12576 73 12577 75 12578 1 12579 2 12580 73 12581 1 12582 73 12583 76 12584 1 12585 72 12586 1 12587 73 12588 1 12589 73 12590 1 12591 4 12592 72 12593 1 12594 4 12595 72 12596 73 12597 1 12598 2 12599 4 12600 5 12601 8 12602 74 12603 75 12604 1 12605 2 12606 4 12607 5 12608 8 12609 74 12610 75 12611 1 12612 2 12613 75 12614 1 12615 2 12616 75 12617 1 12618 4 12619 72 12620 1 12621 72 12622 1 12623 72 12624 1 12625 2 12626 76 12627 1 12628 2 12629 76 12630 1 12631 2 12632 76 12633 1 12634 2 12635 76 12636 17 12637 18 12638 21 12639 22 12640 58 12641 77 12642 17 12643 18 12644 21 12645 22 12646 58 12647 77 12648 7 12649 17 12650 18 12651 21 12652 58 12653 77 12654 17 12655 18 12656 21 12657 22 12658 58 12659 77 12660 18 12661 21 12662 22 12663 58 12664 77 12665 17 12666 18 12667 21 12668 22 12669 58 12670 77 12671 18 12672 19 12673 21 12674 22 12675 77 12676 109 12677 1 12678 2 12679 76 12680 1 12681 2 12682 76 12683 1 12684 2 12685 76 12686 1 12687 2 12688 76 12689 1 12690 2 12691 75 12692 76 12693 1 12694 2 12695 75 12696 76 12697 1 12698 2 12699 75 12700 76 12701 1 12702 2 12703 75 12704 76 12705 1 12706 2 12707 75 12708 76 12709 1 12710 2 12711 76 12712 1 12713 2 12714 76 12715 1 12716 2 12717 76 12718 1 12719 2 12720 76 12721 1 12722 2 12723 76 12724 1 12725 2 12726 76 12727 1 12728 2 12729 76 12730 1 12731 2 12732 76 12733 1 12734 4 12735 74 12736 76 12737 1 12738 4 12739 74 12740 76 12741 17 12742 18 12743 21 12744 22 12745 58 12746 77 12747 17 12748 18 12749 19 12750 58 12751 77 12752 17 12753 18 12754 21 12755 22 12756 58 12757 77 12758 7 12759 17 12760 18 12761 58 12762 77 12763 17 12764 18 12765 58 12766 77 12767 18 12768 21 12769 77 12770 58 12771 77 12772 18 12773 19 12774 58 12775 77 12776 18 12777 77 12778 77 12779 58 12780 77 12781 58 12782 77 12783 58 12784 77 12785 18 12786 21 12787 22 12788 58 12789 77 12790 78 12791 58 12792 77 12793 78 12794 17 12795 19 12796 58 12797 77 12798 78 12799 77 12800 78 12801 58 12802 77 12803 78 12804 78 12805 79 12806 17 12807 18 12808 21 12809 22 12810 58 12811 77 12812 21 12813 22 12814 58 12815 21 12816 22 12817 58 12818 18 12819 21 12820 22 12821 58 12822 77 12823 21 12824 22 12825 58 12826 17 12827 18 12828 21 12829 22 12830 58 12831 77 12832 21 12833 22 12834 23 12835 58 12836 92 12837 21 12838 22 12839 23 12840 58 12841 92 12842 21 12843 22 12844 23 12845 58 12846 92 12847 21 12848 22 12849 23 12850 58 12851 92 12852 21 12853 22 12854 23 12855 58 12856 92 12857 21 12858 22 12859 23 12860 58 12861 92 12862 21 12863 22 12864 23 12865 58 12866 92 12867 21 12868 22 12869 23 12870 58 12871 92 12872 17 12873 18 12874 21 12875 22 12876 58 12877 77 12878 17 12879 18 12880 21 12881 58 12882 77 12883 17 12884 18 12885 21 12886 22 12887 58 12888 77 12889 17 12890 18 12891 21 12892 22 12893 58 12894 77 12895 7 12896 17 12897 18 12898 21 12899 77 12900 21 12901 58 12902 77 12903 18 12904 21 12905 58 12906 77 12907 21 12908 58 12909 77 12910 21 12911 77 12912 7 12913 18 12914 21 12915 77 12916 7 12917 17 12918 18 12919 58 12920 77 12921 7 12922 18 12923 21 12924 77 12925 7 12926 17 12927 18 12928 21 12929 58 12930 77 12931 58 12932 77 12933 78 12934 77 12935 78 12936 58 12937 77 12938 78 12939 77 12940 78 12941 77 12942 78 12943 77 12944 78 12945 77 12946 78 12947 77 12948 78 12949 77 12950 78 12951 77 12952 78 12953 58 12954 77 12955 78 12956 58 12957 77 12958 58 12959 77 12960 78 12961 77 12962 78 12963 77 12964 78 12965 58 12966 77 12967 78 12968 58 12969 77 12970 78 12971 58 12972 77 12973 78 12974 58 12975 77 12976 78 12977 81 12978 82 12979 81 12980 82 12981 81 12982 82 12983 81 12984 82 12985 84 12986 85 12987 84 12988 85 12989 84 12990 85 12991 84 12992 85 12993 87 12994 88 12995 87 12996 88 12997 87 12998 88 12999 87 13000 88 13001 80 13002 81 13003 80 13004 81 13005 80 13006 81 13007 80 13008 81 13009 83 13010 84 13011 83 13012 84 13013 83 13014 84 13015 83 13016 84 13017 86 13018 87 13019 86 13020 87 13021 86 13022 87 13023 86 13024 87 13025 78 13026 79 13027 86 13028 89 13029 90 13030 78 13031 79 13032 86 13033 89 13034 90 13035 78 13036 79 13037 83 13038 86 13039 78 13040 79 13041 83 13042 86 13043 78 13044 79 13045 83 13046 86 13047 78 13048 79 13049 83 13050 86 13051 78 13052 79 13053 80 13054 83 13055 79 13056 80 13057 83 13058 79 13059 80 13060 83 13061 78 13062 79 13063 80 13064 83 13065 79 13066 80 13067 79 13068 80 13069 77 13070 78 13071 79 13072 78 13073 79 13074 87 13075 88 13076 86 13077 87 13078 87 13079 88 13080 86 13081 87 13082 87 13083 88 13084 86 13085 87 13086 87 13087 88 13088 86 13089 87 13090 84 13091 85 13092 83 13093 84 13094 84 13095 85 13096 83 13097 84 13098 84 13099 85 13100 83 13101 84 13102 84 13103 85 13104 83 13105 84 13106 81 13107 82 13108 80 13109 81 13110 81 13111 82 13112 80 13113 81 13114 81 13115 82 13116 80 13117 81 13118 81 13119 82 13120 80 13121 81 13122 82 13123 78 13124 79 13125 78 13126 79 13127 80 13128 78 13129 79 13130 78 13131 79 13132 80 13133 87 13134 88 13135 87 13136 88 13137 84 13138 85 13139 84 13140 85 13141 81 13142 82 13143 81 13144 82 13145 80 13146 81 13147 82 13148 80 13149 81 13150 82 13151 80 13152 81 13153 82 13154 80 13155 81 13156 82 13157 83 13158 84 13159 83 13160 84 13161 85 13162 83 13163 84 13164 84 13165 85 13166 86 13167 87 13168 87 13169 88 13170 86 13171 87 13172 87 13173 88 13174 78 13175 79 13176 86 13177 89 13178 90 13179 78 13180 79 13181 83 13182 86 13183 86 13184 87 13185 86 13186 87 13187 78 13188 79 13189 83 13190 86 13191 79 13192 80 13193 83 13194 83 13195 84 13196 83 13197 84 13198 79 13199 80 13200 79 13201 80 13202 83 13203 80 13204 81 13205 80 13206 81 13207 78 13208 79 13209 83 13210 86 13211 78 13212 79 13213 78 13214 79 13215 83 13216 86 13217 78 13218 79 13219 78 13220 79 13221 80 13222 78 13223 79 13224 78 13225 79 13226 78 13227 79 13228 77 13229 78 13230 79 13231 77 13232 78 13233 79 13234 77 13235 78 13236 79 13237 77 13238 78 13239 79 13240 77 13241 78 13242 79 13243 77 13244 78 13245 79 13246 77 13247 78 13248 78 13249 79 13250 78 13251 79 13252 78 13253 79 13254 87 13255 88 13256 87 13257 88 13258 86 13259 87 13260 86 13261 87 13262 78 13263 79 13264 86 13265 89 13266 90 13267 78 13268 79 13269 83 13270 86 13271 90 13272 78 13273 79 13274 88 13275 88 13276 77 13277 78 13278 79 13279 77 13280 78 13281 79 13282 77 13283 78 13284 79 13285 77 13286 78 13287 79 13288 77 13289 78 13290 79 13291 77 13292 78 13293 79 13294 77 13295 78 13296 79 13297 78 13298 79 13299 90 13300 78 13301 79 13302 86 13303 89 13304 90 13305 78 13306 79 13307 83 13308 86 13309 90 13310 87 13311 88 13312 87 13313 88 13314 87 13315 88 13316 87 13317 88 13318 87 13319 88 13320 87 13321 88 13322 86 13323 87 13324 86 13325 87 13326 87 13327 88 13328 87 13329 88 13330 87 13331 88 13332 87 13333 88 13334 86 13335 87 13336 86 13337 87 13338 86 13339 87 13340 86 13341 87 13342 78 13343 79 13344 86 13345 89 13346 90 13347 78 13348 79 13349 83 13350 86 13351 86 13352 86 13353 86 13354 87 13355 86 13356 87 13357 78 13358 79 13359 83 13360 86 13361 89 13362 90 13363 78 13364 79 13365 86 13366 89 13367 90 13368 78 13369 79 13370 89 13371 90 13372 78 13373 79 13374 90 13375 78 13376 79 13377 86 13378 89 13379 90 13380 78 13381 79 13382 86 13383 89 13384 90 13385 78 13386 79 13387 89 13388 90 13389 78 13390 79 13391 89 13392 90 13393 77 13394 78 13395 77 13396 78 13397 77 13398 78 13399 77 13400 78 13401 77 13402 78 13403 77 13404 78 13405 77 13406 78 13407 78 13408 79 13409 78 13410 79 13411 78 13412 79 13413 78 13414 79 13415 81 13416 82 13417 81 13418 82 13419 80 13420 81 13421 80 13422 81 13423 78 13424 79 13425 80 13426 83 13427 78 13428 79 13429 80 13430 78 13431 79 13432 78 13433 79 13434 82 13435 82 13436 77 13437 78 13438 79 13439 77 13440 78 13441 79 13442 77 13443 78 13444 79 13445 77 13446 78 13447 79 13448 77 13449 78 13450 79 13451 77 13452 78 13453 79 13454 78 13455 79 13456 78 13457 79 13458 78 13459 79 13460 80 13461 83 13462 78 13463 79 13464 80 13465 81 13466 82 13467 81 13468 82 13469 82 13470 82 13471 81 13472 82 13473 81 13474 82 13475 80 13476 81 13477 80 13478 81 13479 81 13480 82 13481 81 13482 82 13483 80 13484 81 13485 82 13486 80 13487 81 13488 82 13489 80 13490 81 13491 82 13492 80 13493 81 13494 82 13495 80 13496 81 13497 80 13498 81 13499 79 13500 80 13501 83 13502 79 13503 80 13504 80 13505 80 13506 80 13507 81 13508 80 13509 81 13510 78 13511 79 13512 80 13513 78 13514 79 13515 80 13516 83 13517 78 13518 79 13519 78 13520 79 13521 78 13522 79 13523 80 13524 78 13525 79 13526 80 13527 83 13528 78 13529 79 13530 78 13531 79 13532 77 13533 78 13534 77 13535 78 13536 77 13537 78 13538 78 13539 79 13540 78 13541 79 13542 84 13543 85 13544 84 13545 85 13546 83 13547 84 13548 83 13549 84 13550 78 13551 79 13552 83 13553 86 13554 78 13555 79 13556 80 13557 83 13558 78 13559 79 13560 78 13561 79 13562 85 13563 85 13564 77 13565 78 13566 79 13567 77 13568 78 13569 79 13570 77 13571 78 13572 79 13573 77 13574 78 13575 79 13576 78 13577 79 13578 78 13579 79 13580 78 13581 79 13582 83 13583 86 13584 78 13585 79 13586 80 13587 83 13588 84 13589 85 13590 84 13591 85 13592 85 13593 84 13594 85 13595 84 13596 85 13597 84 13598 85 13599 83 13600 84 13601 83 13602 84 13603 84 13604 85 13605 84 13606 85 13607 84 13608 85 13609 83 13610 84 13611 85 13612 83 13613 84 13614 83 13615 84 13616 83 13617 84 13618 83 13619 84 13620 78 13621 79 13622 83 13623 86 13624 79 13625 80 13626 83 13627 83 13628 83 13629 83 13630 84 13631 83 13632 84 13633 78 13634 79 13635 80 13636 83 13637 78 13638 79 13639 83 13640 86 13641 78 13642 79 13643 78 13644 79 13645 78 13646 79 13647 80 13648 83 13649 78 13650 79 13651 83 13652 78 13653 79 13654 78 13655 79 13656 78 13657 79 13658 78 13659 79 13660 77 13661 78 13662 77 13663 78 13664 79 13665 77 13666 78 13667 79 13668 77 13669 78 13670 79 13671 77 13672 78 13673 79 13674 78 13675 79 13676 78 13677 79 13678 77 13679 78 13680 77 13681 78 13682 77 13683 78 13684 77 13685 78 13686 77 13687 78 13688 77 13689 78 13690 77 13691 78 13692 77 13693 78 13694 77 13695 78 13696 77 13697 78 13698 77 13699 78 13700 77 13701 78 13702 77 13703 78 13704 78 13705 79 13706 78 13707 79 13708 78 13709 79 13710 89 13711 90 13712 78 13713 79 13714 89 13715 90 13716 78 13717 79 13718 89 13719 90 13720 77 13721 78 13722 79 13723 77 13724 78 13725 79 13726 77 13727 78 13728 79 13729 78 13730 79 13731 78 13732 79 13733 77 13734 78 13735 79 13736 77 13737 78 13738 79 13739 77 13740 78 13741 79 13742 85 13743 82 13744 82 13745 85 13746 85 13747 87 13748 86 13749 87 13750 86 13751 87 13752 87 13753 86 13754 87 13755 86 13756 87 13757 87 13758 87 13759 88 13760 87 13761 88 13762 87 13763 87 13764 88 13765 87 13766 88 13767 81 13768 80 13769 81 13770 80 13771 81 13772 81 13773 80 13774 81 13775 80 13776 81 13777 81 13778 81 13779 82 13780 81 13781 82 13782 81 13783 81 13784 82 13785 81 13786 82 13787 84 13788 83 13789 84 13790 83 13791 84 13792 84 13793 83 13794 84 13795 83 13796 84 13797 84 13798 84 13799 85 13800 84 13801 85 13802 84 13803 84 13804 85 13805 84 13806 85 13807 58 13808 77 13809 78 13810 58 13811 77 13812 78 13813 77 13814 78 13815 58 13816 77 13817 78 13818 58 13819 77 13820 78 13821 58 13822 77 13823 78 13824 58 13825 77 13826 78 13827 77 13828 78 13829 6 13830 7 13831 17 13832 18 13833 58 13834 77 13835 6 13836 7 13837 17 13838 18 13839 21 13840 58 13841 77 13842 6 13843 7 13844 17 13845 18 13846 21 13847 58 13848 77 13849 6 13850 7 13851 17 13852 18 13853 58 13854 77 13855 21 13856 22 13857 23 13858 37 13859 92 13860 21 13861 22 13862 23 13863 37 13864 92 13865 21 13866 22 13867 23 13868 92 13869 21 13870 22 13871 23 13872 92 13873 22 13874 23 13875 58 13876 92 13877 22 13878 23 13879 58 13880 92 13881 22 13882 23 13883 37 13884 92 13885 22 13886 23 13887 37 13888 92 13889 22 13890 23 13891 92 13892 23 13893 92 13894 22 13895 23 13896 58 13897 92 13898 22 13899 23 13900 58 13901 92 13902 22 13903 23 13904 92 13905 22 13906 23 13907 92 13908 22 13909 23 13910 92 13911 22 13912 23 13913 92 13914 22 13915 23 13916 92 13917 22 13918 23 13919 58 13920 92 13921 23 13922 92 13923 22 13924 23 13925 58 13926 92 13927 22 13928 23 13929 58 13930 92 13931 22 13932 23 13933 58 13934 92 13935 22 13936 23 13937 58 13938 92 13939 22 13940 23 13941 58 13942 92 13943 22 13944 23 13945 58 13946 92 13947 22 13948 23 13949 58 13950 92 13951 22 13952 23 13953 92 13954 17 13955 18 13956 21 13957 22 13958 58 13959 77 13960 7 13961 17 13962 18 13963 21 13964 22 13965 58 13966 77 13967 7 13968 17 13969 18 13970 22 13971 58 13972 77 13973 17 13974 18 13975 21 13976 22 13977 58 13978 77 13979 58 13980 92 13981 93 13982 23 13983 92 13984 93 13985 94 13986 23 13987 58 13988 92 13989 93 13990 107 13991 23 13992 58 13993 92 13994 107 13995 58 13996 92 13997 93 13998 23 13999 58 14000 92 14001 107 14002 23 14003 58 14004 92 14005 93 14006 23 14007 58 14008 92 14009 93 14010 58 14011 92 14012 93 14013 92 14014 93 14015 94 14016 108 14017 92 14018 93 14019 94 14020 108 14021 58 14022 92 14023 93 14024 94 14025 107 14026 58 14027 92 14028 93 14029 94 14030 107 14031 58 14032 92 14033 93 14034 94 14035 107 14036 58 14037 92 14038 93 14039 94 14040 107 14041 58 14042 92 14043 93 14044 94 14045 107 14046 58 14047 92 14048 93 14049 94 14050 107 14051 92 14052 93 14053 94 14054 107 14055 92 14056 93 14057 94 14058 107 14059 108 14060 92 14061 93 14062 94 14063 107 14064 108 14065 92 14066 93 14067 94 14068 107 14069 108 14070 92 14071 93 14072 94 14073 107 14074 108 14075 92 14076 93 14077 94 14078 108 14079 92 14080 93 14081 94 14082 108 14083 58 14084 92 14085 93 14086 107 14087 58 14088 92 14089 93 14090 107 14091 58 14092 92 14093 107 14094 58 14095 92 14096 93 14097 107 14098 58 14099 92 14100 93 14101 107 14102 58 14103 92 14104 93 14105 107 14106 92 14107 93 14108 94 14109 107 14110 92 14111 93 14112 94 14113 107 14114 92 14115 93 14116 94 14117 107 14118 92 14119 93 14120 94 14121 107 14122 92 14123 93 14124 94 14125 107 14126 92 14127 93 14128 94 14129 107 14130 58 14131 92 14132 93 14133 107 14134 58 14135 92 14136 93 14137 94 14138 107 14139 58 14140 92 14141 93 14142 107 14143 58 14144 92 14145 93 14146 58 14147 92 14148 93 14149 107 14150 58 14151 92 14152 93 14153 58 14154 92 14155 93 14156 94 14157 107 14158 92 14159 93 14160 94 14161 107 14162 108 14163 58 14164 92 14165 93 14166 94 14167 108 14168 92 14169 93 14170 94 14171 107 14172 92 14173 93 14174 94 14175 92 14176 93 14177 94 14178 107 14179 58 14180 92 14181 93 14182 107 14183 92 14184 93 14185 94 14186 107 14187 92 14188 93 14189 94 14190 92 14191 93 14192 94 14193 108 14194 92 14195 93 14196 94 14197 108 14198 92 14199 93 14200 94 14201 92 14202 93 14203 94 14204 108 14205 58 14206 93 14207 94 14208 108 14209 58 14210 93 14211 94 14212 108 14213 58 14214 93 14215 94 14216 108 14217 58 14218 93 14219 94 14220 108 14221 23 14222 37 14223 92 14224 23 14225 37 14226 92 14227 23 14228 92 14229 23 14230 92 14231 23 14232 92 14233 23 14234 92 14235 23 14236 92 14237 93 14238 94 14239 23 14240 92 14241 93 14242 94 14243 92 14244 93 14245 94 14246 108 14247 92 14248 93 14249 94 14250 108 14251 92 14252 93 14253 94 14254 108 14255 92 14256 93 14257 94 14258 108 14259 58 14260 93 14261 94 14262 108 14263 93 14264 94 14265 108 14266 93 14267 94 14268 108 14269 93 14270 94 14271 93 14272 94 14273 108 14274 94 14275 94 14276 108 14277 94 14278 93 14279 94 14280 108 14281 94 14282 108 14283 94 14284 108 14285 93 14286 94 14287 108 14288 94 14289 93 14290 94 14291 108 14292 93 14293 94 14294 108 14295 93 14296 94 14297 108 14298 93 14299 94 14300 108 14301 93 14302 94 14303 108 14304 93 14305 94 14306 108 14307 93 14308 94 14309 108 14310 93 14311 94 14312 108 14313 94 14314 95 14315 98 14316 101 14317 94 14318 95 14319 98 14320 94 14321 93 14322 94 14323 108 14324 93 14325 94 14326 93 14327 94 14328 108 14329 93 14330 94 14331 108 14332 93 14333 94 14334 108 14335 93 14336 94 14337 108 14338 93 14339 94 14340 108 14341 93 14342 94 14343 93 14344 94 14345 108 14346 93 14347 94 14348 108 14349 58 14350 93 14351 94 14352 108 14353 93 14354 94 14355 108 14356 93 14357 94 14358 108 14359 93 14360 94 14361 108 14362 93 14363 94 14364 108 14365 58 14366 93 14367 94 14368 108 14369 93 14370 94 14371 108 14372 93 14373 94 14374 108 14375 93 14376 94 14377 108 14378 93 14379 94 14380 108 14381 93 14382 94 14383 108 14384 93 14385 94 14386 93 14387 94 14388 93 14389 94 14390 93 14391 94 14392 6 14393 7 14394 17 14395 18 14396 58 14397 77 14398 6 14399 7 14400 17 14401 18 14402 58 14403 77 14404 6 14405 7 14406 17 14407 18 14408 58 14409 77 14410 17 14411 18 14412 21 14413 22 14414 58 14415 77 14416 17 14417 18 14418 21 14419 58 14420 77 14421 93 14422 94 14423 108 14424 93 14425 94 14426 108 14427 92 14428 93 14429 94 14430 108 14431 92 14432 93 14433 94 14434 108 14435 92 14436 93 14437 94 14438 108 14439 92 14440 93 14441 94 14442 108 14443 92 14444 93 14445 94 14446 108 14447 92 14448 93 14449 94 14450 108 14451 92 14452 93 14453 94 14454 108 14455 92 14456 93 14457 94 14458 108 14459 92 14460 93 14461 94 14462 108 14463 92 14464 93 14465 94 14466 108 14467 58 14468 93 14469 94 14470 108 14471 93 14472 94 14473 108 14474 58 14475 93 14476 94 14477 108 14478 93 14479 94 14480 108 14481 92 14482 93 14483 94 14484 108 14485 92 14486 93 14487 94 14488 108 14489 92 14490 93 14491 94 14492 108 14493 92 14494 93 14495 94 14496 108 14497 58 14498 93 14499 94 14500 108 14501 58 14502 93 14503 94 14504 108 14505 106 14506 94 14507 104 14508 105 14509 104 14510 105 14511 105 14512 106 14513 105 14514 106 14515 106 14516 106 14517 105 14518 106 14519 105 14520 106 14521 106 14522 106 14523 104 14524 105 14525 106 14526 105 14527 106 14528 105 14529 106 14530 106 14531 106 14532 94 14533 104 14534 105 14535 106 14536 104 14537 105 14538 106 14539 105 14540 106 14541 105 14542 106 14543 104 14544 105 14545 106 14546 94 14547 104 14548 105 14549 106 14550 94 14551 104 14552 105 14553 106 14554 105 14555 106 14556 105 14557 106 14558 105 14559 106 14560 105 14561 106 14562 94 14563 101 14564 104 14565 105 14566 94 14567 104 14568 105 14569 93 14570 94 14571 104 14572 105 14573 94 14574 101 14575 104 14576 105 14577 94 14578 104 14579 105 14580 93 14581 94 14582 108 14583 93 14584 94 14585 108 14586 93 14587 94 14588 108 14589 93 14590 94 14591 108 14592 58 14593 93 14594 94 14595 108 14596 93 14597 94 14598 108 14599 93 14600 94 14601 108 14602 58 14603 93 14604 94 14605 108 14606 58 14607 93 14608 94 14609 108 14610 58 14611 93 14612 94 14613 108 14614 93 14615 94 14616 108 14617 93 14618 94 14619 108 14620 93 14621 94 14622 108 14623 93 14624 94 14625 108 14626 93 14627 94 14628 108 14629 89 14630 90 14631 89 14632 90 14633 89 14634 90 14635 89 14636 90 14637 78 14638 79 14639 86 14640 89 14641 90 14642 78 14643 79 14644 86 14645 89 14646 90 14647 89 14648 90 14649 91 14650 89 14651 90 14652 91 14653 91 14654 91 14655 89 14656 90 14657 91 14658 89 14659 90 14660 91 14661 91 14662 91 14663 89 14664 90 14665 91 14666 89 14667 90 14668 91 14669 78 14670 79 14671 86 14672 89 14673 90 14674 78 14675 79 14676 89 14677 90 14678 89 14679 90 14680 91 14681 89 14682 90 14683 91 14684 91 14685 89 14686 91 14687 78 14688 79 14689 89 14690 90 14691 89 14692 90 14693 91 14694 78 14695 79 14696 86 14697 89 14698 90 14699 89 14700 90 14701 91 14702 89 14703 90 14704 91 14705 89 14706 90 14707 91 14708 89 14709 90 14710 91 14711 78 14712 79 14713 86 14714 89 14715 90 14716 89 14717 90 14718 91 14719 78 14720 79 14721 86 14722 89 14723 90 14724 89 14725 90 14726 91 14727 79 14728 89 14729 90 14730 89 14731 90 14732 91 14733 78 14734 79 14735 89 14736 90 14737 89 14738 90 14739 91 14740 89 14741 90 14742 91 14743 90 14744 91 14745 89 14746 90 14747 91 14748 78 14749 79 14750 89 14751 90 14752 79 14753 89 14754 90 14755 78 14756 79 14757 89 14758 90 14759 77 14760 78 14761 77 14762 78 14763 77 14764 78 14765 77 14766 78 14767 77 14768 78 14769 77 14770 78 14771 77 14772 78 14773 77 14774 78 14775 77 14776 78 14777 79 14778 77 14779 78 14780 79 14781 77 14782 78 14783 79 14784 77 14785 78 14786 79 14787 77 14788 78 14789 79 14790 77 14791 78 14792 79 14793 77 14794 78 14795 79 14796 77 14797 78 14798 79 14799 77 14800 78 14801 79 14802 77 14803 78 14804 79 14805 77 14806 78 14807 79 14808 104 14809 105 14810 106 14811 1 14812 4 14813 5 14814 1 14815 4 14816 5 14817 1 14818 4 14819 5 14820 1 14821 4 14822 5 14823 1 14824 4 14825 5 14826 1 14827 4 14828 5 14829 1 14830 4 14831 5 14832 78 14833 79 14834 89 14835 90 14836 78 14837 79 14838 89 14839 90 14840 58 14841 93 14842 94 14843 108 14844 58 14845 93 14846 94 14847 108 14848 58 14849 93 14850 94 14851 108 14852 58 14853 93 14854 94 14855 108 14856 38 14857 39 14858 58 14859 38 14860 39 14861 40 14862 58 14863 1 14864 4 14865 5 14866 0 14867 1 14868 3 14869 4 14870 5 14871 8 14872 15 14873 0 14874 1 14875 2 14876 3 14877 4 14878 5 14879 8 14880 15 14881 104 14882 105 14883 106 14884 1 14885 2 14886 76 14887 1 14888 2 14889 76 14890 1 14891 2 14892 76 14893 1 14894 2 14895 76 14896 1 14897 2 14898 76 14899 1 14900 2 14901 76 14902 0 14903 0 14904 0 14905 0 14906 0 14907 0 14908 0 14909 0 14910 0 14911 1 14912 0 14913 1 14914 1 14915 1 14916 0 14917 1 14918 4 14919 5 14920 8 14921 0 14922 3 14923 1 14924 2 14925 15 14926 1 14927 2 14928 15 14929 1 14930 2 14931 15 14932 1 14933 2 14934 3 14935 15 14936 0 14937 1 14938 2 14939 3 14940 15 14941 0 14942 1 14943 4 14944 5 14945 8 14946 1 14947 4 14948 5 14949 6 14950 8 14951 0 14952 1 14953 4 14954 5 14955 6 14956 8 14957 5 14958 6 14959 4 14960 5 14961 6 14962 1 14963 2 14964 3 14965 15 14966 0 14967 0 14968 3 14969 1 14970 1 14971 0 14972 3 14973 1 14974 1 14975 1 14976 0 14977 1 14978 1 14979 1 14980 1 14981 4 14982 5 14983 1 14984 4 14985 5 14986 1 14987 4 14988 5 14989 0 14990 9 14991 10 14992 0 14993 9 14994 0 14995 9 14996 0 14997 9 14998 10 14999 0 15000 1 15001 3 15002 4 15003 5 15004 8 15005 9 15006 10 15007 0 15008 1 15009 3 15010 4 15011 0 15012 1 15013 3 15014 4 15015 0 15016 1 15017 3 15018 4 15019 0 15020 3 15021 1 15022 3 15023 11 15024 0 15025 1 15026 3 15027 11 15028 9 15029 10 15030 9 15031 10 15032 9 15033 10 15034 10 15035 3 15036 10 15037 11 15038 1 15039 2 15040 15 15041 16 15042 33 15043 30 15044 30 15045 33 15046 33 15047 30 15048 30 15049 27 15050 27 15051 33 15052 33 15053 30 15054 30 15055 27 15056 27 15057 36 15058 36 15059 36 15060 36 15061 19 15062 20 15063 19 15064 20 15065 19 15066 20 15067 19 15068 20 15069 1 15070 4 15071 5 15072 38 15073 39 15074 58 15075 38 15076 39 15077 58 15078 38 15079 39 15080 40 15081 58 15082 38 15083 39 15084 40 15085 58 15086 38 15087 39 15088 40 15089 58 15090 38 15091 39 15092 40 15093 58 15094 37 15095 39 15096 40 15097 37 15098 39 15099 40 15100 23 15101 37 15102 40 15103 23 15104 37 15105 40 15106 1 15107 4 15108 5 15109 6 15110 1 15111 4 15112 5 15113 6 15114 7 15115 1 15116 4 15117 5 15118 6 15119 1 15120 4 15121 5 15122 6 15123 7 15124 1 15125 4 15126 5 15127 6 15128 7 15129 58 15130 4 15131 5 15132 6 15133 7 15134 58 15135 1 15136 4 15137 5 15138 6 15139 60 15140 64 15141 65 15142 1 15143 4 15144 5 15145 6 15146 7 15147 60 15148 64 15149 65 15150 60 15151 64 15152 65 15153 60 15154 64 15155 65 15156 60 15157 64 15158 65 15159 1 15160 4 15161 5 15162 1 15163 4 15164 5 15165 1 15166 4 15167 5 15168 6 15169 1 15170 4 15171 5 15172 6 15173 52 15174 52 15175 46 15176 46 15177 49 15178 49 15179 52 15180 52 15181 49 15182 46 15183 46 15184 52 15185 52 15186 49 15187 49 15188 46 15189 46 15190 55 15191 55 15192 55 15193 46 15194 46 15195 49 15196 52 15197 52 15198 52 15199 52 15200 46 15201 46 15202 49 15203 49 15204 1 15205 2 15206 16 15207 76 15208 1 15209 2 15210 15 15211 16 15212 1 15213 2 15214 15 15215 1 15216 2 15217 15 15218 1 15219 2 15220 3 15221 15 15222 0 15223 3 15224 8 15225 0 15226 3 15227 8 15228 15 15229 0 15230 1 15231 2 15232 3 15233 15 15234 0 15235 1 15236 3 15237 4 15238 5 15239 8 15240 15 15241 0 15242 1 15243 3 15244 4 15245 5 15246 8 15247 15 15248 0 15249 1 15250 3 15251 8 15252 0 15253 1 15254 3 15255 8 15256 5 15257 6 15258 7 15259 17 15260 18 15261 19 15262 58 15263 0 15264 1 15265 2 15266 3 15267 5 15268 8 15269 15 15270 0 15271 2 15272 3 15273 15 15274 0 15275 1 15276 2 15277 3 15278 5 15279 8 15280 15 15281 1 15282 4 15283 5 15284 1 15285 4 15286 5 15287 1 15288 4 15289 5 15290 1 15291 4 15292 5 15293 1 15294 4 15295 5 15296 1 15297 4 15298 5 15299 5 15300 6 15301 7 15302 18 15303 58 15304 5 15305 6 15306 7 15307 17 15308 18 15309 19 15310 58 15311 0 15312 1 15313 2 15314 3 15315 4 15316 5 15317 8 15318 15 15319 0 15320 1 15321 2 15322 3 15323 4 15324 5 15325 8 15326 15 15327 6 15328 7 15329 17 15330 18 15331 19 15332 21 15333 58 15334 77 15335 1 15336 2 15337 15 15338 16 15339 1 15340 2 15341 15 15342 16 15343 1 15344 2 15345 15 15346 16 15347 1 15348 2 15349 16 15350 76 15351 21 15352 22 15353 23 15354 41 15355 17 15356 18 15357 19 15358 21 15359 22 15360 58 15361 59 15362 7 15363 17 15364 18 15365 19 15366 21 15367 27 15368 27 15369 30 15370 30 15371 33 15372 33 15373 33 15374 27 15375 27 15376 30 15377 30 15378 30 15379 30 15380 7 15381 17 15382 18 15383 19 15384 21 15385 6 15386 7 15387 17 15388 18 15389 19 15390 21 15391 58 15392 17 15393 18 15394 19 15395 21 15396 58 15397 55 15398 55 15399 55 15400 55 15401 55 15402 42 15403 43 15404 57 15405 42 15406 43 15407 57 15408 34 15409 36 15410 36 15411 36 15412 36 15413 19 15414 20 15415 19 15416 20 15417 19 15418 20 15419 19 15420 20 15421 19 15422 20 15423 24 15424 19 15425 20 15426 24 15427 19 15428 20 15429 24 15430 19 15431 20 15432 24 15433 19 15434 20 15435 24 15436 38 15437 39 15438 58 15439 38 15440 39 15441 58 15442 38 15443 39 15444 58 15445 38 15446 39 15447 40 15448 58 15449 38 15450 39 15451 40 15452 58 15453 38 15454 39 15455 58 15456 38 15457 39 15458 58 15459 38 15460 39 15461 58 15462 38 15463 39 15464 40 15465 58 15466 38 15467 39 15468 40 15469 58 15470 38 15471 39 15472 40 15473 58 15474 38 15475 39 15476 40 15477 58 15478 38 15479 39 15480 40 15481 58 15482 38 15483 39 15484 40 15485 58 15486 37 15487 39 15488 40 15489 58 15490 37 15491 39 15492 40 15493 38 15494 39 15495 40 15496 58 15497 38 15498 39 15499 40 15500 58 15501 38 15502 39 15503 40 15504 58 15505 38 15506 39 15507 40 15508 58 15509 37 15510 39 15511 40 15512 37 15513 39 15514 40 15515 37 15516 39 15517 40 15518 58 15519 37 15520 39 15521 40 15522 23 15523 37 15524 40 15525 37 15526 39 15527 40 15528 37 15529 39 15530 40 15531 37 15532 39 15533 40 15534 1 15535 4 15536 5 15537 6 15538 7 15539 1 15540 4 15541 5 15542 6 15543 7 15544 1 15545 4 15546 5 15547 6 15548 7 15549 58 15550 4 15551 5 15552 6 15553 7 15554 58 15555 1 15556 4 15557 5 15558 6 15559 1 15560 4 15561 5 15562 6 15563 7 15564 1 15565 4 15566 5 15567 6 15568 7 15569 4 15570 5 15571 6 15572 7 15573 18 15574 58 15575 4 15576 5 15577 6 15578 7 15579 18 15580 58 15581 5 15582 6 15583 7 15584 18 15585 58 15586 5 15587 6 15588 7 15589 18 15590 58 15591 1 15592 4 15593 5 15594 6 15595 7 15596 58 15597 1 15598 4 15599 5 15600 6 15601 7 15602 58 15603 4 15604 5 15605 6 15606 7 15607 58 15608 4 15609 5 15610 6 15611 7 15612 58 15613 1 15614 4 15615 5 15616 1 15617 4 15618 5 15619 1 15620 4 15621 5 15622 6 15623 1 15624 4 15625 5 15626 6 15627 1 15628 4 15629 5 15630 6 15631 7 15632 1 15633 4 15634 5 15635 6 15636 7 15637 1 15638 1 15639 1 15640 0 15641 3 15642 1 15643 2 15644 75 15645 1 15646 2 15647 75 15648 1 15649 2 15650 75 15651 1 15652 2 15653 75 15654 1 15655 2 15656 3 15657 75 15658 0 15659 1 15660 2 15661 3 15662 75 15663 0 15664 3 15665 0 15666 2 15667 3 15668 75 15669 0 15670 1 15671 2 15672 3 15673 75 15674 0 15675 1 15676 2 15677 3 15678 75 15679 0 15680 1 15681 4 15682 5 15683 6 15684 8 15685 5 15686 6 15687 1 15688 2 15689 3 15690 75 15691 0 15692 1 15693 1 15694 1 15695 1 15696 0 15697 0 15698 3 15699 0 15700 0 15701 0 15702 1 15703 1 15704 4 15705 5 15706 1 15707 4 15708 5 15709 1 15710 4 15711 5 15712 1 15713 4 15714 5 15715 0 15716 9 15717 0 15718 9 15719 0 15720 9 15721 0 15722 1 15723 3 15724 4 15725 5 15726 8 15727 11 15728 0 15729 11 15730 9 15731 10 15732 10 15733 1 15734 2 15735 75 15736 76 15737 1 15738 2 15739 75 15740 76 15741 88 15742 82 15743 82 15744 85 15745 85 15746 85 15747 82 15748 82 15749 88 15750 85 15751 85 15752 82 15753 82 15754 91 15755 91 15756 91 15757 91 15758 1 15759 4 15760 5 15761 0 15762 1 15763 3 15764 4 15765 5 15766 8 15767 38 15768 39 15769 58 15770 38 15771 39 15772 58 15773 38 15774 39 15775 40 15776 58 15777 38 15778 39 15779 40 15780 58 15781 37 15782 39 15783 40 15784 37 15785 39 15786 40 15787 23 15788 37 15789 40 15790 37 15791 39 15792 40 15793 1 15794 4 15795 5 15796 6 15797 1 15798 4 15799 5 15800 6 15801 7 15802 1 15803 4 15804 5 15805 6 15806 1 15807 4 15808 5 15809 6 15810 7 15811 58 15812 4 15813 5 15814 6 15815 7 15816 58 15817 1 15818 4 15819 5 15820 6 15821 7 15822 4 15823 5 15824 6 15825 7 15826 18 15827 58 15828 4 15829 5 15830 6 15831 7 15832 58 15833 4 15834 5 15835 6 15836 7 15837 58 15838 1 15839 4 15840 5 15841 1 15842 4 15843 5 15844 1 15845 4 15846 5 15847 6 15848 0 15849 9 15850 9 15851 10 15852 9 15853 103 15854 71 15855 110 15856 114 15857 71 15858 110 15859 114 15860 71 15861 110 15862 114 15863 71 15864 110 15865 114 15866 71 15867 110 15868 114 15869 100 15870 97 15871 97 15872 103 15873 100 15874 97 15875 106 15876 106 15877 106 15878 106 15879 106 15880 38 15881 39 15882 58 15883 23 15884 37 15885 97 15886 97 15887 100 15888 100 15889 103 15890 103 15891 103 15892 103 15893 103 15894 103 15895 97 15896 97 15897 97 15898 100 15899 100 15900 100 15901 100 15902 1 15903 2 15904 16 15905 76 15906 1 15907 2 15908 75 15909 1 15910 2 15911 75 15912 0 15913 3 15914 8 15915 0 15916 3 15917 8 15918 0 15919 3 15920 8 15921 75 15922 0 15923 1 15924 2 15925 3 15926 5 15927 8 15928 75 15929 0 15930 1 15931 2 15932 3 15933 5 15934 8 15935 75 15936 0 15937 1 15938 3 15939 4 15940 5 15941 8 15942 0 15943 1 15944 3 15945 8 15946 0 15947 3 15948 8 15949 1 15950 4 15951 5 15952 1 15953 4 15954 5 15955 6 15956 1 15957 4 15958 5 15959 6 15960 7 15961 0 15962 2 15963 3 15964 75 15965 1 15966 16 15967 74 15968 76 15969 1 15970 4 15971 5 15972 1 15973 4 15974 5 15975 1 15976 4 15977 5 15978 1 15979 4 15980 5 15981 1 15982 4 15983 5 15984 4 15985 5 15986 6 15987 7 15988 58 15989 5 15990 6 15991 7 15992 17 15993 18 15994 19 15995 58 15996 18 15997 21 15998 22 15999 58 16000 77 16001 109 16002 18 16003 21 16004 22 16005 58 16006 77 16007 109 16008 7 16009 17 16010 18 16011 19 16012 21 16013 22 16014 58 16015 77 16016 109 16017 7 16018 17 16019 18 16020 19 16021 21 16022 58 16023 77 16024 109 16025 1 16026 2 16027 75 16028 76 16029 21 16030 22 16031 23 16032 41 16033 92 16034 17 16035 18 16036 21 16037 22 16038 58 16039 77 16040 109 16041 82 16042 82 16043 85 16044 88 16045 88 16046 88 16047 88 16048 88 16049 88 16050 82 16051 82 16052 85 16053 85 16054 21 16055 23 16056 37 16057 41 16058 92 16059 7 16060 17 16061 18 16062 21 16063 58 16064 77 16065 6 16066 7 16067 17 16068 18 16069 21 16070 58 16071 77 16072 106 16073 106 16074 106 16075 106 16076 106 16077 93 16078 94 16079 108 16080 93 16081 94 16082 108 16083 93 16084 94 16085 108 16086 93 16087 94 16088 108 16089 93 16090 94 16091 108 16092 93 16093 94 16094 108 16095 93 16096 94 16097 108 16098 89 16099 91 16100 91 16101 89 16102 91 16103 91 16104 89 16105 91 16106 91 16107 77 16108 78 16109 77 16110 78 16111 77 16112 78 16113 77 16114 78 16115 77 16116 78 16117 77 16118 78 16119 77 16120 78 16121 79 16122 77 16123 78 16124 79 16125 77 16126 78 16127 79 16128 77 16129 78 16130 79 16131 77 16132 78 16133 79 16134 38 16135 39 16136 58 16137 38 16138 39 16139 58 16140 38 16141 39 16142 58 16143 38 16144 39 16145 40 16146 58 16147 38 16148 39 16149 40 16150 58 16151 38 16152 39 16153 58 16154 38 16155 39 16156 58 16157 38 16158 39 16159 40 16160 58 16161 38 16162 39 16163 40 16164 58 16165 38 16166 39 16167 40 16168 58 16169 38 16170 39 16171 40 16172 58 16173 37 16174 39 16175 40 16176 58 16177 37 16178 39 16179 40 16180 38 16181 39 16182 40 16183 58 16184 38 16185 39 16186 40 16187 58 16188 38 16189 39 16190 40 16191 58 16192 37 16193 39 16194 40 16195 37 16196 39 16197 40 16198 37 16199 39 16200 40 16201 58 16202 37 16203 39 16204 40 16205 58 16206 37 16207 39 16208 40 16209 37 16210 39 16211 40 16212 23 16213 37 16214 40 16215 23 16216 37 16217 40 16218 37 16219 39 16220 40 16221 37 16222 39 16223 40 16224 1 16225 4 16226 5 16227 6 16228 1 16229 4 16230 5 16231 6 16232 7 16233 1 16234 4 16235 5 16236 6 16237 1 16238 4 16239 5 16240 6 16241 7 16242 1 16243 4 16244 5 16245 6 16246 7 16247 58 16248 4 16249 5 16250 6 16251 7 16252 58 16253 1 16254 4 16255 5 16256 6 16257 1 16258 4 16259 5 16260 6 16261 1 16262 4 16263 5 16264 6 16265 7 16266 1 16267 4 16268 5 16269 6 16270 7 16271 4 16272 5 16273 6 16274 7 16275 18 16276 58 16277 4 16278 5 16279 6 16280 7 16281 18 16282 58 16283 5 16284 6 16285 7 16286 18 16287 58 16288 5 16289 6 16290 7 16291 18 16292 58 16293 1 16294 4 16295 5 16296 6 16297 7 16298 58 16299 1 16300 4 16301 5 16302 6 16303 7 16304 58 16305 4 16306 5 16307 6 16308 7 16309 58 16310 4 16311 5 16312 6 16313 7 16314 58 16315 1 16316 4 16317 5 16318 1 16319 4 16320 5 16321 1 16322 4 16323 5 16324 1 16325 4 16326 5 16327 6 16328 1 16329 4 16330 5 16331 6 16332 1 16333 4 16334 5 16335 6 16336 7 16337 1 16338 4 16339 5 16340 6 16341 7 16342 1 16343 2 16344 16 16345 76 16346 0 16347 1 16348 3 16349 4 16350 5 16351 8 16352 0 16353 0 16354 0 16355 0 16356 0 16357 0 16358 0 16359 0 16360 0 16361 0 16362 0 16363 0 16364 0 16365 0 16366 0 16367 0 16368 0 16369 0 16370 2 16371 0 16372 2 16373 0 16374 2 16375 0 16376 0 16377 0 16378 0 16379 0 16380 0 16381 0 16382 0 16383 0 16384 0 16385 0 16386 0 16387 0 16388 0 16389 0 16390 0 16391 0 16392 0 16393 0 16394 0 16395 0 16396 0 16397 0 16398 0 16399 0 16400 0 16401 0 16402 0 16403 0 16404 0 16405 0 16406 0 16407 0 16408 0 16409 0 16410 0 16411 0 16412 0 16413 0 16414 0 16415 0 16416 0 16417 0 16418 0 16419 0 16420 0 16421 0 16422 0 16423 0 16424 0 16425 0 16426 0 16427 0 16428 0 16429 0 16430 0 16431 0 16432 0 16433 0 16434 0 16435 0 16436 0 16437 0 16438 0 16439 0 16440 0 16441 0 16442 1 16443 0 16444 0 16445 0 16446 0 16447 0 16448 0 16449 0 16450 0 16451 2 16452 0 16453 2 16454 0 16455 0 16456 0 16457 0 16458 0 16459 0 16460 0 16461 0 16462 2 16463 0 16464 2 16465 0 16466 2 16467 0 16468 2 16469 0 16470 0 16471 0 16472 0 16473 0 16474 2 16475 0 16476 2 16477 0 16478 2 16479 0 16480 0 16481 0 16482 2 16483 0 16484 2 16485 0 16486 0 16487 0 16488 0 16489 0 16490 0 16491 0 16492 0 16493 0 16494 0 16495 0 16496 0 16497 0 16498 0 16499 0 16500 0 16501 0 16502 0 16503 0 16504 0 16505 0 16506 0 16507 0 16508 0 16509 0 16510 0 16511 0 16512 0 16513 0 16514 0 16515 0 16516 0 16517 0 16518 0 16519 0 16520 0 16521 0 16522 0 16523 0 16524 0 16525 0 16526 0 16527 0 16528 0 16529 0 16530 0 16531 0 16532 0 16533 0 16534 0 16535 0 16536 0 16537 0 16538 0 16539 0 16540 0 16541 0 16542 0 16543 0 16544 0 16545 0 16546 0 16547 0 16548 0 16549 0 16550 0 16551 0 16552 1 16553 1 16554 1 16555 1 16556 1 16557 1 16558 1 16559 1 16560 1 16561 1 16562 1 16563 1 16564 1 16565 1 16566 1 16567 1 16568 1 16569 1 16570 1 16571 1 16572 1 16573 1 16574 1 16575 1 16576 1 16577 1 16578 1 16579 1 16580 1 16581 1 16582 1 16583 1 16584 1 16585 1 16586 1 16587 1 16588 1 16589 1 16590 1 16591 1 16592 1 16593 1 16594 1 16595 1 16596 1 16597 1 16598 1 16599 1 16600 1 16601 1 16602 1 16603 1 16604 1 16605 1 16606 1 16607 1 16608 1 16609 1 16610 1 16611 1 16612 1 16613 1 16614 1 16615 1 16616 1 16617 1 16618 1 16619 1 16620 1 16621 1 16622 1 16623 1 16624 1 16625 1 16626 1 16627 1 16628 1 16629 1 16630 1 16631 1 16632 1 16633 1 16634 1 16635 1 16636 1 16637 1 16638 1 16639 1 16640 1 16641 1 16642 1 16643 1 16644 1 16645 1 16646 1 16647 1 16648 1 16649 1 16650 1 16651 1 16652 1 16653 1 16654 1 16655 1 16656 1 16657 3 16658 1 16659 3 16660 1 16661 1 16662 1 16663 1 16664 1 16665 1 16666 1 16667 1 16668 1 16669 1 16670 1 16671 1 16672 1 16673 1 16674 1 16675 1 16676 1 16677 1 16678 1 16679 1 16680 1 16681 1 16682 1 16683 1 16684 1 16685 1 16686 1 16687 1 16688 1 16689 1 16690 1 16691 1 16692 1 16693 1 16694 1 16695 1 16696 1 16697 1 16698 1 16699 1 16700 1 16701 1 16702 1 16703 1 16704 1 16705 1 16706 1 16707 1 16708 1 16709 1 16710 1 16711 1 16712 1 16713 1 16714 1 16715 1 16716 3 16717 1 16718 1 16719 1 16720 1 16721 1 16722 1 16723 1 16724 1 16725 1 16726 1 16727 1 16728 1 16729 3 16730 1 16731 1 16732 1 16733 1 16734 1 16735 1 16736 1 16737 1 16738 1 16739 1 16740 1 16741 1 16742 1 16743 1 16744 1 16745 1 16746 1 16747 1 16748 1 16749 1 16750 1 16751 1 16752 1 16753 1 16754 1 16755 1 16756 1 16757 1 16758 1 16759 1 16760 1 16761 1 16762 1 16763 1 16764 1 16765 1 16766 1 16767 1 16768 1 16769 1 16770 1 16771 1 16772 1 16773 1 16774 1 16775 1 16776 1 16777 1 16778 1 16779 1 16780 1 16781 1 16782 1 16783 1 16784 1 16785 1 16786 1 16787 1 16788 1 16789 1 16790 1 16791 1 16792 1 16793 1 16794 1 16795 0 16796 1 16797 1 16798 2 16799 15 16800 1 16801 1 16802 0 16803 1 16804 15 16805 1 16806 15 16807 1 16808 2 16809 1 16810 2 16811 1 16812 2 16813 1 16814 15 16815 1 16816 2 16817 1 16818 2 16819 15 16820 0 16821 1 16822 4 16823 5 16824 8 16825 0 16826 1 16827 4 16828 5 16829 8 16830 15 16831 1 16832 4 16833 5 16834 8 16835 15 16836 1 16837 4 16838 5 16839 8 16840 15 16841 0 16842 1 16843 2 16844 3 16845 15 16846 0 16847 1 16848 4 16849 8 16850 15 16851 0 16852 1 16853 2 16854 3 16855 4 16856 15 16857 0 16858 2 16859 3 16860 15 16861 0 16862 3 16863 0 16864 2 16865 3 16866 4 16867 15 16868 0 16869 2 16870 3 16871 15 16872 0 16873 3 16874 0 16875 3 16876 1 16877 2 16878 1 16879 2 16880 1 16881 2 16882 1 16883 2 16884 15 16885 1 16886 2 16887 1 16888 2 16889 15 16890 1 16891 2 16892 15 16893 1 16894 2 16895 1 16896 2 16897 15 16898 1 16899 2 16900 1 16901 2 16902 1 16903 2 16904 1 16905 2 16906 15 16907 1 16908 2 16909 3 16910 15 16911 0 16912 1 16913 2 16914 3 16915 15 16916 0 16917 2 16918 3 16919 15 16920 0 16921 3 16922 0 16923 3 16924 0 16925 1 16926 2 16927 3 16928 15 16929 0 16930 2 16931 3 16932 15 16933 0 16934 3 16935 0 16936 1 16937 2 16938 3 16939 15 16940 1 16941 2 16942 3 16943 15 16944 0 16945 1 16946 2 16947 3 16948 15 16949 0 16950 1 16951 2 16952 3 16953 15 16954 0 16955 1 16956 4 16957 5 16958 8 16959 1 16960 4 16961 5 16962 8 16963 1 16964 4 16965 5 16966 8 16967 15 16968 1 16969 4 16970 5 16971 8 16972 1 16973 4 16974 5 16975 8 16976 15 16977 1 16978 4 16979 5 16980 8 16981 0 16982 1 16983 4 16984 5 16985 8 16986 1 16987 4 16988 5 16989 6 16990 8 16991 5 16992 6 16993 1 16994 4 16995 5 16996 6 16997 8 16998 5 16999 6 17000 4 17001 5 17002 6 17003 8 17004 4 17005 5 17006 6 17007 1 17008 4 17009 5 17010 6 17011 8 17012 5 17013 6 17014 5 17015 6 17016 5 17017 6 17018 5 17019 6 17020 5 17021 6 17022 5 17023 6 17024 4 17025 5 17026 6 17027 1 17028 2 17029 3 17030 15 17031 1 17032 2 17033 3 17034 15 17035 1 17036 2 17037 3 17038 15 17039 1 17040 2 17041 3 17042 8 17043 15 17044 0 17045 1 17046 3 17047 4 17048 0 17049 1 17050 0 17051 1 17052 1 17053 2 17054 1 17055 15 17056 1 17057 2 17058 1 17059 2 17060 1 17061 15 17062 1 17063 2 17064 1 17065 15 17066 1 17067 15 17068 1 17069 15 17070 1 17071 2 17072 1 17073 2 17074 1 17075 15 17076 1 17077 2 17078 1 17079 2 17080 15 17081 0 17082 3 17083 4 17084 0 17085 0 17086 0 17087 0 17088 4 17089 0 17090 4 17091 0 17092 3 17093 4 17094 0 17095 1 17096 3 17097 0 17098 3 17099 0 17100 2 17101 3 17102 15 17103 0 17104 3 17105 0 17106 0 17107 1 17108 2 17109 1 17110 1 17111 15 17112 1 17113 2 17114 1 17115 1 17116 1 17117 15 17118 1 17119 2 17120 1 17121 2 17122 1 17123 1 17124 15 17125 1 17126 1 17127 1 17128 0 17129 1 17130 1 17131 1 17132 1 17133 1 17134 1 17135 1 17136 1 17137 1 17138 1 17139 1 17140 1 17141 1 17142 3 17143 1 17144 0 17145 0 17146 4 17147 0 17148 0 17149 0 17150 0 17151 0 17152 0 17153 0 17154 0 17155 4 17156 0 17157 3 17158 0 17159 3 17160 0 17161 0 17162 2 17163 0 17164 2 17165 0 17166 0 17167 0 17168 0 17169 3 17170 0 17171 1 17172 3 17173 0 17174 1 17175 3 17176 0 17177 2 17178 3 17179 15 17180 0 17181 2 17182 3 17183 4 17184 0 17185 3 17186 0 17187 0 17188 2 17189 1 17190 1 17191 1 17192 1 17193 1 17194 1 17195 1 17196 1 17197 1 17198 1 17199 1 17200 2 17201 1 17202 2 17203 1 17204 2 17205 1 17206 1 17207 1 17208 1 17209 0 17210 0 17211 0 17212 0 17213 0 17214 0 17215 2 17216 0 17217 2 17218 0 17219 2 17220 0 17221 0 17222 4 17223 0 17224 4 17225 0 17226 2 17227 0 17228 2 17229 0 17230 0 17231 2 17232 0 17233 4 17234 0 17235 0 17236 0 17237 0 17238 0 17239 0 17240 0 17241 0 17242 0 17243 0 17244 0 17245 0 17246 3 17247 0 17248 0 17249 3 17250 0 17251 0 17252 0 17253 0 17254 0 17255 0 17256 3 17257 0 17258 0 17259 0 17260 0 17261 0 17262 0 17263 0 17264 3 17265 0 17266 0 17267 0 17268 1 17269 1 17270 1 17271 1 17272 1 17273 1 17274 1 17275 1 17276 1 17277 1 17278 1 17279 1 17280 1 17281 1 17282 1 17283 1 17284 1 17285 1 17286 1 17287 1 17288 1 17289 1 17290 1 17291 1 17292 1 17293 1 17294 1 17295 1 17296 1 17297 1 17298 1 17299 1 17300 1 17301 1 17302 1 17303 1 17304 1 17305 1 17306 1 17307 1 17308 1 17309 1 17310 1 17311 1 17312 1 17313 1 17314 1 17315 1 17316 1 17317 1 17318 1 17319 1 17320 1 17321 1 17322 1 17323 1 17324 1 17325 1 17326 1 17327 1 17328 1 17329 1 17330 1 17331 1 17332 1 17333 1 17334 1 17335 1 17336 1 17337 1 17338 1 17339 1 17340 1 17341 1 17342 1 17343 1 17344 1 17345 1 17346 1 17347 1 17348 1 17349 1 17350 1 17351 1 17352 1 17353 1 17354 1 17355 1 17356 1 17357 1 17358 1 17359 1 17360 1 17361 1 17362 1 17363 1 17364 1 17365 1 17366 1 17367 1 17368 1 17369 1 17370 1 17371 1 17372 1 17373 1 17374 1 17375 1 17376 1 17377 1 17378 1 17379 1 17380 1 17381 1 17382 1 17383 1 17384 1 17385 1 17386 1 17387 0 17388 0 17389 0 17390 0 17391 0 17392 0 17393 0 17394 0 17395 0 17396 0 17397 0 17398 0 17399 0 17400 0 17401 0 17402 0 17403 0 17404 0 17405 0 17406 0 17407 0 17408 0 17409 0 17410 0 17411 0 17412 0 17413 0 17414 0 17415 0 17416 0 17417 0 17418 0 17419 0 17420 0 17421 4 17422 0 17423 4 17424 0 17425 2 17426 0 17427 0 17428 4 17429 0 17430 4 17431 0 17432 4 17433 0 17434 0 17435 0 17436 0 17437 0 17438 0 17439 2 17440 0 17441 2 17442 0 17443 2 17444 1 17445 1 17446 1 17447 1 17448 1 17449 1 17450 1 17451 2 17452 1 17453 2 17454 1 17455 2 17456 1 17457 2 17458 1 17459 1 17460 1 17461 1 17462 1 17463 1 17464 1 17465 1 17466 1 17467 1 17468 1 17469 1 17470 1 17471 1 17472 1 17473 1 17474 1 17475 4 17476 5 17477 1 17478 4 17479 5 17480 1 17481 4 17482 5 17483 1 17484 4 17485 5 17486 1 17487 4 17488 5 17489 1 17490 4 17491 5 17492 1 17493 4 17494 5 17495 1 17496 4 17497 5 17498 1 17499 4 17500 5 17501 1 17502 4 17503 5 17504 1 17505 4 17506 5 17507 1 17508 4 17509 5 17510 1 17511 4 17512 5 17513 1 17514 4 17515 5 17516 1 17517 4 17518 5 17519 1 17520 4 17521 5 17522 1 17523 4 17524 5 17525 1 17526 4 17527 5 17528 1 17529 4 17530 5 17531 1 17532 4 17533 5 17534 1 17535 4 17536 5 17537 1 17538 4 17539 5 17540 1 17541 4 17542 5 17543 1 17544 4 17545 5 17546 1 17547 4 17548 5 17549 1 17550 4 17551 5 17552 1 17553 4 17554 5 17555 1 17556 4 17557 5 17558 1 17559 4 17560 5 17561 1 17562 4 17563 5 17564 1 17565 4 17566 5 17567 1 17568 4 17569 5 17570 1 17571 4 17572 5 17573 1 17574 4 17575 5 17576 1 17577 4 17578 5 17579 1 17580 4 17581 5 17582 0 17583 0 17584 0 17585 0 17586 0 17587 0 17588 0 17589 2 17590 3 17591 15 17592 0 17593 2 17594 3 17595 0 17596 0 17597 2 17598 3 17599 0 17600 2 17601 3 17602 0 17603 0 17604 0 17605 0 17606 0 17607 0 17608 0 17609 0 17610 0 17611 0 17612 0 17613 0 17614 0 17615 0 17616 0 17617 0 17618 0 17619 0 17620 0 17621 0 17622 0 17623 0 17624 0 17625 0 17626 0 17627 0 17628 0 17629 0 17630 0 17631 0 17632 0 17633 0 17634 0 17635 1 17636 1 17637 1 17638 1 17639 1 17640 1 17641 1 17642 1 17643 1 17644 1 17645 1 17646 1 17647 1 17648 1 17649 1 17650 1 17651 0 17652 3 17653 4 17654 0 17655 0 17656 10 17657 0 17658 4 17659 0 17660 0 17661 10 17662 0 17663 10 17664 0 17665 1 17666 3 17667 4 17668 0 17669 1 17670 3 17671 4 17672 0 17673 3 17674 4 17675 0 17676 0 17677 4 17678 0 17679 10 17680 0 17681 9 17682 0 17683 10 17684 0 17685 10 17686 0 17687 11 17688 10 17689 11 17690 0 17691 10 17692 10 17693 0 17694 10 17695 0 17696 9 17697 10 17698 3 17699 9 17700 10 17701 0 17702 4 17703 0 17704 4 17705 11 17706 0 17707 11 17708 11 17709 0 17710 3 17711 4 17712 0 17713 3 17714 4 17715 0 17716 1 17717 3 17718 4 17719 0 17720 1 17721 3 17722 4 17723 0 17724 1 17725 3 17726 4 17727 3 17728 0 17729 3 17730 0 17731 3 17732 0 17733 4 17734 11 17735 11 17736 11 17737 0 17738 3 17739 11 17740 3 17741 10 17742 9 17743 10 17744 9 17745 10 17746 10 17747 1 17748 3 17749 10 17750 10 17751 11 17752 3 17753 3 17754 0 17755 1 17756 11 17757 11 17758 10 17759 10 17760 1 17761 3 17762 10 17763 0 17764 1 17765 3 17766 0 17767 1 17768 3 17769 4 17770 3 17771 0 17772 3 17773 3 17774 11 17775 0 17776 1 17777 3 17778 11 17779 10 17780 3 17781 10 17782 11 17783 1 17784 4 17785 5 17786 1 17787 4 17788 5 17789 1 17790 4 17791 5 17792 1 17793 4 17794 5 17795 1 17796 4 17797 5 17798 1 17799 4 17800 5 17801 1 17802 4 17803 5 17804 1 17805 4 17806 5 17807 1 17808 4 17809 5 17810 1 17811 4 17812 5 17813 1 17814 4 17815 5 17816 1 17817 4 17818 5 17819 1 17820 4 17821 5 17822 1 17823 2 17824 15 17825 16 17826 1 17827 2 17828 1 17829 2 17830 1 17831 2 17832 1 17833 2 17834 1 17835 2 17836 1 17837 1 17838 1 17839 1 17840 1 17841 1 17842 1 17843 2 17844 15 17845 16 17846 1 17847 2 17848 1 17849 2 17850 1 17851 2 17852 1 17853 1 17854 33 17855 27 17856 27 17857 33 17858 33 17859 33 17860 33 17861 27 17862 27 17863 27 17864 27 17865 27 17866 30 17867 30 17868 30 17869 33 17870 33 17871 33 17872 33 17873 33 17874 27 17875 27 17876 27 17877 27 17878 27 17879 30 17880 30 17881 30 17882 30 17883 30 17884 33 17885 33 17886 33 17887 33 17888 33 17889 27 17890 27 17891 27 17892 27 17893 27 17894 30 17895 30 17896 30 17897 30 17898 30 17899 33 17900 33 17901 33 17902 33 17903 33 17904 27 17905 27 17906 27 17907 27 17908 27 17909 30 17910 30 17911 30 17912 30 17913 30 17914 33 17915 33 17916 33 17917 33 17918 33 17919 27 17920 27 17921 27 17922 27 17923 27 17924 30 17925 30 17926 30 17927 30 17928 30 17929 33 17930 33 17931 33 17932 33 17933 33 17934 27 17935 27 17936 27 17937 27 17938 27 17939 30 17940 30 17941 30 17942 30 17943 30 17944 30 17945 30 17946 33 17947 33 17948 33 17949 33 17950 30 17951 30 17952 30 17953 30 17954 27 17955 27 17956 27 17957 27 17958 7 17959 17 17960 18 17961 19 17962 21 17963 42 17964 43 17965 57 17966 42 17967 43 17968 57 17969 42 17970 43 17971 57 17972 42 17973 43 17974 57 17975 42 17976 43 17977 57 17978 42 17979 43 17980 57 17981 42 17982 43 17983 57 17984 36 17985 36 17986 36 17987 36 17988 36 17989 36 17990 36 17991 36 17992 36 17993 36 17994 36 17995 36 17996 36 17997 36 17998 36 17999 36 18000 36 18001 36 18002 36 18003 36 18004 36 18005 36 18006 36 18007 36 18008 36 18009 36 18010 36 18011 36 18012 36 18013 36 18014 36 18015 36 18016 36 18017 36 18018 36 18019 36 18020 19 18021 20 18022 19 18023 20 18024 19 18025 20 18026 19 18027 20 18028 19 18029 20 18030 19 18031 20 18032 22 18033 19 18034 20 18035 22 18036 19 18037 20 18038 22 18039 19 18040 20 18041 24 18042 19 18043 20 18044 24 18045 19 18046 20 18047 24 18048 19 18049 20 18050 24 18051 19 18052 20 18053 24 18054 19 18055 20 18056 24 18057 19 18058 20 18059 24 18060 19 18061 20 18062 24 18063 19 18064 20 18065 22 18066 42 18067 43 18068 57 18069 42 18070 43 18071 57 18072 42 18073 43 18074 57 18075 42 18076 43 18077 57 18078 42 18079 43 18080 57 18081 42 18082 43 18083 57 18084 42 18085 43 18086 57 18087 42 18088 43 18089 57 18090 42 18091 43 18092 57 18093 0 18094 3 18095 1 18096 1 18097 1 18098 3 18099 11 18100 0 18101 9 18102 0 18103 1 18104 0 18105 5 18106 6 18107 0 18108 1 18109 4 18110 5 18111 8 18112 0 18113 3 18114 1 18115 1 18116 1 18117 1 18118 1 18119 1 18120 0 18121 1 18122 3 18123 4 18124 5 18125 8 18126 60 18127 64 18128 65 18129 1 18130 1 18131 38 18132 39 18133 58 18134 38 18135 39 18136 40 18137 58 18138 38 18139 39 18140 40 18141 58 18142 39 18143 40 18144 58 18145 39 18146 40 18147 37 18148 39 18149 40 18150 4 18151 5 18152 6 18153 1 18154 4 18155 5 18156 6 18157 7 18158 1 18159 4 18160 5 18161 6 18162 7 18163 58 18164 4 18165 5 18166 6 18167 7 18168 58 18169 4 18170 5 18171 6 18172 7 18173 58 18174 5 18175 6 18176 7 18177 18 18178 58 18179 5 18180 6 18181 7 18182 58 18183 4 18184 5 18185 6 18186 7 18187 58 18188 4 18189 5 18190 6 18191 7 18192 18 18193 58 18194 5 18195 6 18196 7 18197 18 18198 58 18199 4 18200 5 18201 6 18202 7 18203 58 18204 4 18205 5 18206 6 18207 7 18208 58 18209 1 18210 4 18211 5 18212 60 18213 65 18214 60 18215 65 18216 60 18217 65 18218 3 18219 60 18220 64 18221 65 18222 0 18223 60 18224 65 18225 0 18226 3 18227 8 18228 60 18229 64 18230 65 18231 0 18232 5 18233 8 18234 60 18235 65 18236 0 18237 3 18238 8 18239 60 18240 64 18241 65 18242 60 18243 64 18244 65 18245 60 18246 65 18247 60 18248 64 18249 65 18250 60 18251 65 18252 60 18253 64 18254 65 18255 60 18256 64 18257 65 18258 60 18259 64 18260 65 18261 3 18262 8 18263 60 18264 64 18265 65 18266 60 18267 64 18268 65 18269 60 18270 64 18271 65 18272 60 18273 64 18274 65 18275 60 18276 64 18277 65 18278 3 18279 8 18280 60 18281 64 18282 65 18283 60 18284 64 18285 65 18286 60 18287 64 18288 65 18289 0 18290 49 18291 52 18292 52 18293 46 18294 52 18295 52 18296 52 18297 46 18298 46 18299 49 18300 49 18301 52 18302 52 18303 52 18304 52 18305 52 18306 46 18307 46 18308 46 18309 46 18310 46 18311 49 18312 49 18313 49 18314 49 18315 49 18316 52 18317 52 18318 52 18319 52 18320 52 18321 46 18322 46 18323 46 18324 46 18325 46 18326 49 18327 49 18328 49 18329 49 18330 49 18331 52 18332 52 18333 52 18334 46 18335 46 18336 46 18337 46 18338 46 18339 49 18340 49 18341 49 18342 49 18343 49 18344 52 18345 52 18346 46 18347 46 18348 46 18349 49 18350 49 18351 49 18352 52 18353 52 18354 49 18355 49 18356 46 18357 52 18358 52 18359 49 18360 49 18361 46 18362 46 18363 55 18364 55 18365 55 18366 55 18367 55 18368 55 18369 55 18370 55 18371 55 18372 55 18373 55 18374 55 18375 55 18376 55 18377 55 18378 55 18379 55 18380 55 18381 55 18382 55 18383 55 18384 55 18385 55 18386 55 18387 55 18388 55 18389 55 18390 55 18391 55 18392 37 18393 41 18394 23 18395 37 18396 41 18397 38 18398 39 18399 58 18400 38 18401 39 18402 40 18403 58 18404 38 18405 39 18406 40 18407 58 18408 37 18409 39 18410 40 18411 58 18412 37 18413 39 18414 40 18415 37 18416 40 18417 37 18418 41 18419 37 18420 41 18421 38 18422 39 18423 58 18424 38 18425 39 18426 58 18427 38 18428 39 18429 58 18430 38 18431 39 18432 58 18433 38 18434 39 18435 40 18436 58 18437 38 18438 39 18439 40 18440 58 18441 39 18442 40 18443 58 18444 39 18445 40 18446 58 18447 37 18448 39 18449 40 18450 37 18451 39 18452 40 18453 37 18454 40 18455 37 18456 40 18457 37 18458 37 18459 23 18460 37 18461 41 18462 23 18463 37 18464 41 18465 23 18466 37 18467 41 18468 23 18469 37 18470 41 18471 37 18472 41 18473 23 18474 37 18475 41 18476 23 18477 37 18478 41 18479 23 18480 37 18481 41 18482 23 18483 37 18484 38 18485 39 18486 58 18487 38 18488 39 18489 58 18490 38 18491 39 18492 58 18493 38 18494 39 18495 58 18496 38 18497 39 18498 40 18499 58 18500 38 18501 39 18502 40 18503 58 18504 38 18505 39 18506 40 18507 58 18508 38 18509 39 18510 40 18511 58 18512 38 18513 39 18514 40 18515 58 18516 39 18517 40 18518 58 18519 37 18520 39 18521 40 18522 58 18523 37 18524 39 18525 40 18526 58 18527 37 18528 39 18529 40 18530 37 18531 39 18532 40 18533 37 18534 39 18535 40 18536 37 18537 39 18538 40 18539 37 18540 40 18541 37 18542 40 18543 37 18544 40 18545 37 18546 23 18547 37 18548 41 18549 42 18550 43 18551 57 18552 42 18553 43 18554 57 18555 58 18556 43 18557 43 18558 43 18559 43 18560 43 18561 43 18562 43 18563 42 18564 43 18565 57 18566 42 18567 43 18568 57 18569 58 18570 42 18571 43 18572 57 18573 58 18574 42 18575 43 18576 57 18577 42 18578 43 18579 57 18580 42 18581 43 18582 57 18583 42 18584 43 18585 42 18586 43 18587 57 18588 42 18589 43 18590 57 18591 42 18592 43 18593 57 18594 42 18595 43 18596 42 18597 43 18598 57 18599 42 18600 43 18601 42 18602 43 18603 42 18604 43 18605 57 18606 42 18607 43 18608 57 18609 42 18610 43 18611 57 18612 42 18613 43 18614 42 18615 43 18616 42 18617 43 18618 42 18619 43 18620 42 18621 43 18622 43 18623 44 18624 45 18625 46 18626 45 18627 46 18628 45 18629 46 18630 45 18631 46 18632 48 18633 49 18634 48 18635 49 18636 48 18637 49 18638 48 18639 49 18640 51 18641 52 18642 51 18643 52 18644 51 18645 52 18646 51 18647 52 18648 44 18649 45 18650 44 18651 45 18652 44 18653 45 18654 44 18655 45 18656 47 18657 48 18658 47 18659 48 18660 47 18661 48 18662 47 18663 48 18664 50 18665 51 18666 50 18667 51 18668 50 18669 51 18670 50 18671 51 18672 43 18673 47 18674 50 18675 43 18676 50 18677 53 18678 43 18679 50 18680 53 18681 43 18682 47 18683 50 18684 43 18685 44 18686 47 18687 43 18688 47 18689 50 18690 43 18691 47 18692 50 18693 43 18694 44 18695 47 18696 43 18697 44 18698 47 18699 43 18700 44 18701 47 18702 43 18703 44 18704 43 18705 44 18706 42 18707 43 18708 42 18709 43 18710 46 18711 46 18712 46 18713 46 18714 45 18715 46 18716 45 18717 46 18718 45 18719 46 18720 45 18721 46 18722 49 18723 49 18724 49 18725 49 18726 48 18727 49 18728 48 18729 49 18730 48 18731 49 18732 48 18733 49 18734 52 18735 52 18736 52 18737 52 18738 51 18739 52 18740 51 18741 52 18742 51 18743 52 18744 51 18745 52 18746 50 18747 51 18748 50 18749 51 18750 50 18751 51 18752 50 18753 51 18754 47 18755 48 18756 47 18757 48 18758 47 18759 48 18760 47 18761 48 18762 44 18763 45 18764 44 18765 45 18766 44 18767 45 18768 44 18769 45 18770 44 18771 44 18772 44 18773 44 18774 47 18775 47 18776 47 18777 47 18778 50 18779 50 18780 50 18781 50 18782 43 18783 50 18784 53 18785 43 18786 50 18787 53 18788 43 18789 47 18790 50 18791 43 18792 47 18793 50 18794 43 18795 44 18796 47 18797 43 18798 44 18799 47 18800 45 18801 46 18802 45 18803 46 18804 48 18805 49 18806 48 18807 49 18808 51 18809 52 18810 51 18811 52 18812 44 18813 45 18814 44 18815 45 18816 47 18817 48 18818 47 18819 48 18820 50 18821 51 18822 50 18823 51 18824 50 18825 53 18826 47 18827 50 18828 47 18829 50 18830 44 18831 47 18832 44 18833 47 18834 43 18835 44 18836 43 18837 44 18838 43 18839 43 18840 51 18841 52 18842 50 18843 51 18844 51 18845 52 18846 50 18847 51 18848 51 18849 52 18850 50 18851 51 18852 51 18853 52 18854 50 18855 51 18856 51 18857 52 18858 50 18859 51 18860 51 18861 52 18862 50 18863 51 18864 51 18865 51 18866 51 18867 51 18868 48 18869 49 18870 47 18871 48 18872 48 18873 49 18874 47 18875 48 18876 48 18877 49 18878 47 18879 48 18880 48 18881 49 18882 47 18883 48 18884 48 18885 49 18886 47 18887 48 18888 48 18889 49 18890 47 18891 48 18892 48 18893 48 18894 48 18895 48 18896 45 18897 46 18898 44 18899 45 18900 45 18901 46 18902 44 18903 45 18904 45 18905 46 18906 44 18907 45 18908 45 18909 46 18910 44 18911 45 18912 45 18913 46 18914 44 18915 45 18916 45 18917 46 18918 44 18919 45 18920 45 18921 45 18922 45 18923 45 18924 43 18925 43 18926 44 18927 43 18928 44 18929 43 18930 53 18931 43 18932 50 18933 53 18934 43 18935 43 18936 47 18937 50 18938 43 18939 44 18940 43 18941 43 18942 44 18943 47 18944 43 18945 43 18946 47 18947 50 18948 43 18949 43 18950 43 18951 51 18952 52 18953 51 18954 52 18955 52 18956 52 18957 52 18958 52 18959 48 18960 49 18961 48 18962 49 18963 49 18964 49 18965 49 18966 49 18967 45 18968 46 18969 45 18970 46 18971 46 18972 46 18973 46 18974 46 18975 45 18976 45 18977 44 18978 45 18979 45 18980 46 18981 45 18982 44 18983 45 18984 45 18985 45 18986 45 18987 45 18988 46 18989 47 18990 48 18991 48 18992 48 18993 48 18994 48 18995 49 18996 48 18997 48 18998 47 18999 48 19000 48 19001 49 19002 48 19003 50 19004 51 19005 51 19006 51 19007 51 19008 51 19009 52 19010 51 19011 51 19012 50 19013 51 19014 51 19015 52 19016 51 19017 43 19018 50 19019 53 19020 50 19021 50 19022 50 19023 50 19024 43 19025 47 19026 50 19027 50 19028 50 19029 51 19030 50 19031 51 19032 50 19033 43 19034 47 19035 50 19036 47 19037 47 19038 47 19039 47 19040 43 19041 44 19042 47 19043 47 19044 47 19045 48 19046 47 19047 48 19048 47 19049 44 19050 44 19051 43 19052 44 19053 43 19054 44 19055 47 19056 44 19057 44 19058 44 19059 45 19060 44 19061 44 19062 44 19063 45 19064 43 19065 47 19066 50 19067 43 19068 50 19069 43 19070 50 19071 43 19072 50 19073 43 19074 43 19075 50 19076 53 19077 43 19078 50 19079 53 19080 43 19081 50 19082 53 19083 43 19084 47 19085 43 19086 47 19087 43 19088 47 19089 50 19090 43 19091 43 19092 47 19093 43 19094 44 19095 43 19096 44 19097 43 19098 43 19099 42 19100 43 19101 43 19102 43 19103 50 19104 53 19105 43 19106 47 19107 50 19108 43 19109 50 19110 53 19111 43 19112 47 19113 50 19114 53 19115 52 19116 52 19117 52 19118 52 19119 51 19120 52 19121 51 19122 52 19123 51 19124 52 19125 51 19126 52 19127 50 19128 51 19129 50 19130 51 19131 50 19132 51 19133 50 19134 51 19135 50 19136 50 19137 52 19138 52 19139 43 19140 53 19141 43 19142 43 19143 53 19144 43 19145 52 19146 52 19147 52 19148 52 19149 51 19150 51 19151 51 19152 51 19153 51 19154 51 19155 50 19156 50 19157 50 19158 50 19159 50 19160 50 19161 43 19162 50 19163 53 19164 43 19165 50 19166 53 19167 43 19168 43 19169 43 19170 50 19171 53 19172 43 19173 50 19174 53 19175 51 19176 52 19177 50 19178 51 19179 43 19180 50 19181 42 19182 43 19183 52 19184 43 19185 43 19186 50 19187 51 19188 52 19189 52 19190 52 19191 50 19192 51 19193 51 19194 52 19195 51 19196 51 19197 50 19198 51 19199 43 19200 50 19201 53 19202 50 19203 50 19204 43 19205 50 19206 53 19207 43 19208 43 19209 50 19210 53 19211 43 19212 50 19213 53 19214 42 19215 43 19216 42 19217 43 19218 43 19219 43 19220 44 19221 43 19222 44 19223 47 19224 43 19225 44 19226 43 19227 44 19228 47 19229 46 19230 46 19231 46 19232 46 19233 45 19234 46 19235 45 19236 46 19237 45 19238 46 19239 45 19240 46 19241 44 19242 45 19243 44 19244 45 19245 44 19246 45 19247 44 19248 45 19249 44 19250 44 19251 46 19252 46 19253 43 19254 43 19255 43 19256 43 19257 46 19258 46 19259 46 19260 46 19261 45 19262 45 19263 45 19264 45 19265 45 19266 45 19267 44 19268 44 19269 44 19270 44 19271 44 19272 44 19273 45 19274 46 19275 44 19276 45 19277 43 19278 44 19279 42 19280 43 19281 46 19282 43 19283 43 19284 44 19285 45 19286 46 19287 46 19288 46 19289 44 19290 45 19291 45 19292 46 19293 45 19294 45 19295 44 19296 45 19297 43 19298 44 19299 44 19300 44 19301 42 19302 43 19303 42 19304 43 19305 43 19306 43 19307 43 19308 47 19309 50 19310 43 19311 44 19312 47 19313 43 19314 44 19315 47 19316 50 19317 43 19318 44 19319 47 19320 49 19321 49 19322 49 19323 49 19324 48 19325 49 19326 48 19327 49 19328 48 19329 49 19330 48 19331 49 19332 47 19333 48 19334 47 19335 48 19336 47 19337 48 19338 47 19339 48 19340 47 19341 47 19342 43 19343 43 19344 49 19345 49 19346 43 19347 43 19348 49 19349 49 19350 49 19351 49 19352 48 19353 48 19354 48 19355 48 19356 48 19357 48 19358 47 19359 47 19360 47 19361 47 19362 47 19363 47 19364 43 19365 44 19366 47 19367 43 19368 48 19369 49 19370 47 19371 48 19372 43 19373 47 19374 42 19375 43 19376 49 19377 43 19378 43 19379 47 19380 48 19381 49 19382 49 19383 49 19384 47 19385 48 19386 48 19387 49 19388 48 19389 48 19390 47 19391 48 19392 43 19393 44 19394 47 19395 47 19396 47 19397 43 19398 43 19399 43 19400 53 19401 43 19402 53 19403 43 19404 50 19405 53 19406 43 19407 50 19408 53 19409 42 19410 43 19411 42 19412 43 19413 43 19414 53 19415 54 19416 43 19417 53 19418 43 19419 53 19420 43 19421 42 19422 43 19423 43 19424 46 19425 46 19426 49 19427 49 19428 49 19429 49 19430 52 19431 52 19432 52 19433 52 19434 52 19435 52 19436 46 19437 46 19438 46 19439 46 19440 49 19441 49 19442 49 19443 51 19444 51 19445 51 19446 51 19447 50 19448 51 19449 51 19450 51 19451 52 19452 51 19453 45 19454 45 19455 45 19456 45 19457 44 19458 45 19459 45 19460 45 19461 46 19462 45 19463 48 19464 48 19465 48 19466 48 19467 47 19468 48 19469 48 19470 48 19471 49 19472 48 19473 51 19474 51 19475 50 19476 51 19477 51 19478 51 19479 50 19480 51 19481 51 19482 51 19483 51 19484 52 19485 51 19486 51 19487 51 19488 52 19489 45 19490 45 19491 44 19492 45 19493 45 19494 45 19495 44 19496 45 19497 45 19498 45 19499 45 19500 46 19501 45 19502 45 19503 45 19504 46 19505 48 19506 48 19507 47 19508 48 19509 48 19510 48 19511 47 19512 48 19513 48 19514 48 19515 48 19516 49 19517 48 19518 48 19519 48 19520 49 19521 1 19522 14 19523 16 19524 1 19525 2 19526 16 19527 1 19528 2 19529 16 19530 1 19531 2 19532 16 19533 1 19534 2 19535 16 19536 1 19537 2 19538 15 19539 1 19540 2 19541 15 19542 0 19543 1 19544 2 19545 3 19546 15 19547 1 19548 15 19549 1 19550 4 19551 15 19552 1 19553 4 19554 5 19555 1 19556 12 19557 14 19558 16 19559 1 19560 14 19561 16 19562 1 19563 14 19564 16 19565 1 19566 2 19567 15 19568 1 19569 2 19570 15 19571 1 19572 2 19573 15 19574 16 19575 1 19576 2 19577 15 19578 16 19579 1 19580 2 19581 15 19582 16 19583 1 19584 2 19585 16 19586 1 19587 13 19588 1 19589 13 19590 1 19591 12 19592 13 19593 1 19594 13 19595 1 19596 12 19597 1 19598 12 19599 14 19600 1 19601 12 19602 14 19603 1 19604 14 19605 16 19606 1 19607 12 19608 1 19609 12 19610 1 19611 12 19612 14 19613 1 19614 2 19615 16 19616 1 19617 2 19618 16 19619 1 19620 2 19621 16 19622 1 19623 2 19624 16 19625 1 19626 2 19627 16 19628 1 19629 2 19630 16 19631 1 19632 2 19633 16 19634 1 19635 2 19636 16 19637 1 19638 2 19639 16 19640 0 19641 1 19642 2 19643 3 19644 4 19645 5 19646 8 19647 15 19648 0 19649 1 19650 3 19651 4 19652 5 19653 8 19654 15 19655 1 19656 2 19657 16 19658 1 19659 2 19660 15 19661 16 19662 1 19663 2 19664 15 19665 16 19666 1 19667 2 19668 15 19669 16 19670 1 19671 2 19672 15 19673 1 19674 2 19675 15 19676 16 19677 1 19678 2 19679 15 19680 16 19681 1 19682 2 19683 15 19684 16 19685 1 19686 2 19687 15 19688 16 19689 1 19690 2 19691 15 19692 0 19693 2 19694 3 19695 15 19696 0 19697 1 19698 3 19699 8 19700 15 19701 1 19702 13 19703 1 19704 12 19705 1 19706 13 19707 1 19708 13 19709 1 19710 12 19711 1 19712 13 19713 1 19714 1 19715 12 19716 1 19717 13 19718 1 19719 13 19720 1 19721 12 19722 13 19723 1 19724 13 19725 1 19726 12 19727 1 19728 12 19729 1 19730 12 19731 0 19732 1 19733 2 19734 3 19735 5 19736 15 19737 1 19738 2 19739 15 19740 16 19741 1 19742 2 19743 15 19744 1 19745 2 19746 15 19747 16 19748 1 19749 2 19750 15 19751 1 19752 2 19753 15 19754 16 19755 1 19756 2 19757 15 19758 16 19759 1 19760 2 19761 3 19762 15 19763 1 19764 2 19765 15 19766 1 19767 2 19768 15 19769 1 19770 2 19771 15 19772 16 19773 1 19774 2 19775 15 19776 1 19777 2 19778 15 19779 1 19780 2 19781 15 19782 1 19783 2 19784 15 19785 0 19786 1 19787 2 19788 3 19789 5 19790 8 19791 15 19792 0 19793 1 19794 2 19795 3 19796 15 19797 0 19798 3 19799 8 19800 0 19801 1 19802 3 19803 15 19804 0 19805 1 19806 2 19807 3 19808 5 19809 15 19810 0 19811 1 19812 2 19813 3 19814 5 19815 8 19816 15 19817 0 19818 1 19819 2 19820 3 19821 5 19822 15 19823 0 19824 2 19825 3 19826 15 19827 0 19828 3 19829 8 19830 15 19831 0 19832 1 19833 2 19834 3 19835 5 19836 8 19837 15 19838 0 19839 1 19840 2 19841 3 19842 5 19843 8 19844 15 19845 0 19846 1 19847 2 19848 3 19849 5 19850 8 19851 15 19852 0 19853 1 19854 2 19855 3 19856 15 19857 0 19858 1 19859 2 19860 3 19861 5 19862 8 19863 15 19864 0 19865 1 19866 2 19867 3 19868 4 19869 5 19870 8 19871 15 19872 0 19873 1 19874 2 19875 3 19876 5 19877 8 19878 15 19879 1 19880 13 19881 1 19882 12 19883 1 19884 13 19885 1 19886 13 19887 1 19888 12 19889 1 19890 13 19891 1 19892 12 19893 1 19894 13 19895 1 19896 13 19897 1 19898 13 19899 1 19900 12 19901 1 19902 12 19903 1 19904 2 19905 3 19906 15 19907 0 19908 1 19909 2 19910 3 19911 15 19912 0 19913 1 19914 2 19915 3 19916 5 19917 15 19918 1 19919 2 19920 3 19921 15 19922 1 19923 2 19924 15 19925 0 19926 1 19927 2 19928 3 19929 5 19930 8 19931 15 19932 0 19933 1 19934 2 19935 3 19936 5 19937 15 19938 0 19939 1 19940 2 19941 3 19942 5 19943 8 19944 15 19945 0 19946 1 19947 2 19948 3 19949 5 19950 8 19951 15 19952 0 19953 1 19954 2 19955 3 19956 5 19957 8 19958 15 19959 0 19960 1 19961 2 19962 3 19963 5 19964 8 19965 15 19966 1 19967 2 19968 15 19969 1 19970 2 19971 15 19972 0 19973 1 19974 2 19975 3 19976 5 19977 8 19978 15 19979 0 19980 1 19981 2 19982 3 19983 5 19984 8 19985 15 19986 1 19987 2 19988 15 19989 1 19990 2 19991 15 19992 1 19993 2 19994 4 19995 15 19996 1 19997 2 19998 4 19999 5 20000 8 20001 15 20002 0 20003 1 20004 4 20005 5 20006 8 20007 15 20008 1 20009 2 20010 15 20011 1 20012 2 20013 4 20014 15 20015 1 20016 2 20017 15 20018 1 20019 2 20020 15 20021 0 20022 1 20023 2 20024 3 20025 4 20026 5 20027 8 20028 15 20029 1 20030 4 20031 5 20032 1 20033 4 20034 14 20035 1 20036 4 20037 5 20038 1 20039 4 20040 5 20041 1 20042 4 20043 5 20044 1 20045 4 20046 5 20047 16 20048 1 20049 4 20050 5 20051 14 20052 1 20053 4 20054 14 20055 16 20056 1 20057 14 20058 16 20059 0 20060 1 20061 3 20062 4 20063 5 20064 8 20065 15 20066 0 20067 1 20068 2 20069 3 20070 8 20071 15 20072 0 20073 1 20074 3 20075 15 20076 0 20077 1 20078 3 20079 8 20080 0 20081 1 20082 2 20083 3 20084 4 20085 5 20086 8 20087 15 20088 0 20089 1 20090 2 20091 3 20092 5 20093 8 20094 15 20095 0 20096 1 20097 2 20098 3 20099 5 20100 8 20101 15 20102 0 20103 1 20104 3 20105 8 20106 15 20107 0 20108 1 20109 3 20110 8 20111 15 20112 0 20113 1 20114 3 20115 8 20116 1 20117 2 20118 15 20119 16 20120 1 20121 4 20122 5 20123 0 20124 1 20125 4 20126 5 20127 8 20128 0 20129 1 20130 2 20131 3 20132 4 20133 5 20134 8 20135 15 20136 0 20137 1 20138 2 20139 3 20140 4 20141 5 20142 8 20143 15 20144 0 20145 1 20146 2 20147 3 20148 4 20149 5 20150 8 20151 15 20152 0 20153 1 20154 2 20155 3 20156 4 20157 5 20158 8 20159 15 20160 0 20161 1 20162 2 20163 3 20164 4 20165 5 20166 8 20167 15 20168 0 20169 1 20170 2 20171 3 20172 4 20173 5 20174 8 20175 15 20176 0 20177 1 20178 4 20179 5 20180 8 20181 15 20182 0 20183 1 20184 4 20185 5 20186 1 20187 2 20188 4 20189 5 20190 1 20191 2 20192 4 20193 5 20194 1 20195 4 20196 5 20197 1 20198 2 20199 4 20200 5 20201 0 20202 1 20203 2 20204 3 20205 4 20206 5 20207 8 20208 15 20209 0 20210 1 20211 3 20212 4 20213 5 20214 8 20215 0 20216 1 20217 2 20218 3 20219 4 20220 5 20221 8 20222 15 20223 0 20224 1 20225 3 20226 4 20227 5 20228 8 20229 1 20230 4 20231 5 20232 8 20233 0 20234 1 20235 2 20236 3 20237 4 20238 5 20239 8 20240 15 20241 1 20242 2 20243 4 20244 5 20245 1 20246 2 20247 4 20248 5 20249 1 20250 2 20251 4 20252 5 20253 6 20254 7 20255 1 20256 4 20257 5 20258 6 20259 7 20260 1 20261 2 20262 4 20263 5 20264 6 20265 7 20266 1 20267 4 20268 5 20269 6 20270 7 20271 1 20272 4 20273 5 20274 6 20275 7 20276 0 20277 1 20278 3 20279 4 20280 5 20281 6 20282 8 20283 1 20284 4 20285 5 20286 6 20287 8 20288 0 20289 1 20290 4 20291 5 20292 6 20293 8 20294 1 20295 4 20296 5 20297 6 20298 8 20299 1 20300 4 20301 5 20302 6 20303 8 20304 1 20305 4 20306 5 20307 6 20308 8 20309 1 20310 2 20311 4 20312 5 20313 6 20314 7 20315 1 20316 4 20317 5 20318 6 20319 7 20320 1 20321 4 20322 5 20323 6 20324 7 20325 8 20326 1 20327 4 20328 5 20329 6 20330 7 20331 58 20332 4 20333 5 20334 6 20335 7 20336 58 20337 1 20338 4 20339 5 20340 6 20341 7 20342 58 20343 1 20344 4 20345 5 20346 6 20347 7 20348 58 20349 4 20350 5 20351 6 20352 7 20353 58 20354 1 20355 4 20356 5 20357 6 20358 7 20359 8 20360 58 20361 4 20362 5 20363 6 20364 7 20365 58 20366 1 20367 4 20368 5 20369 6 20370 7 20371 8 20372 58 20373 4 20374 5 20375 6 20376 7 20377 58 20378 1 20379 4 20380 5 20381 6 20382 7 20383 8 20384 58 20385 1 20386 4 20387 5 20388 6 20389 7 20390 58 20391 1 20392 4 20393 5 20394 6 20395 7 20396 58 20397 5 20398 6 20399 7 20400 58 20401 5 20402 6 20403 7 20404 58 20405 5 20406 6 20407 7 20408 58 20409 4 20410 5 20411 6 20412 7 20413 58 20414 4 20415 5 20416 6 20417 7 20418 18 20419 58 20420 4 20421 5 20422 6 20423 7 20424 58 20425 5 20426 6 20427 7 20428 58 20429 5 20430 6 20431 7 20432 58 20433 5 20434 6 20435 7 20436 58 20437 1 20438 4 20439 5 20440 1 20441 4 20442 5 20443 1 20444 4 20445 5 20446 6 20447 7 20448 1 20449 4 20450 5 20451 1 20452 4 20453 5 20454 1 20455 4 20456 5 20457 1 20458 4 20459 5 20460 1 20461 4 20462 5 20463 1 20464 4 20465 5 20466 6 20467 1 20468 4 20469 5 20470 6 20471 7 20472 1 20473 4 20474 5 20475 6 20476 1 20477 4 20478 5 20479 6 20480 7 20481 1 20482 4 20483 5 20484 6 20485 7 20486 58 20487 6 20488 7 20489 17 20490 18 20491 19 20492 58 20493 77 20494 5 20495 6 20496 7 20497 17 20498 18 20499 58 20500 77 20501 5 20502 6 20503 7 20504 17 20505 18 20506 58 20507 77 20508 5 20509 6 20510 7 20511 17 20512 18 20513 58 20514 77 20515 5 20516 6 20517 7 20518 17 20519 18 20520 58 20521 77 20522 5 20523 6 20524 7 20525 17 20526 18 20527 58 20528 77 20529 1 20530 2 20531 4 20532 5 20533 1 20534 2 20535 4 20536 5 20537 6 20538 1 20539 12 20540 14 20541 16 20542 1 20543 14 20544 16 20545 1 20546 2 20547 14 20548 16 20549 1 20550 12 20551 14 20552 16 20553 1 20554 1 20555 13 20556 1 20557 13 20558 1 20559 16 20560 0 20561 1 20562 2 20563 3 20564 5 20565 15 20566 0 20567 1 20568 2 20569 3 20570 5 20571 8 20572 15 20573 0 20574 1 20575 2 20576 3 20577 4 20578 5 20579 8 20580 15 20581 0 20582 1 20583 2 20584 3 20585 5 20586 8 20587 15 20588 0 20589 1 20590 2 20591 3 20592 4 20593 5 20594 8 20595 15 20596 0 20597 1 20598 2 20599 3 20600 4 20601 5 20602 8 20603 15 20604 1 20605 2 20606 3 20607 15 20608 1 20609 2 20610 3 20611 15 20612 0 20613 1 20614 2 20615 3 20616 5 20617 8 20618 15 20619 0 20620 1 20621 2 20622 3 20623 5 20624 15 20625 1 20626 2 20627 15 20628 1 20629 2 20630 15 20631 1 20632 2 20633 15 20634 1 20635 2 20636 15 20637 1 20638 2 20639 4 20640 8 20641 15 20642 1 20643 2 20644 4 20645 5 20646 8 20647 15 20648 0 20649 1 20650 2 20651 3 20652 4 20653 5 20654 8 20655 15 20656 0 20657 1 20658 4 20659 5 20660 8 20661 15 20662 0 20663 1 20664 4 20665 5 20666 15 20667 0 20668 1 20669 2 20670 4 20671 5 20672 8 20673 15 20674 1 20675 2 20676 4 20677 5 20678 0 20679 1 20680 2 20681 3 20682 5 20683 15 20684 0 20685 1 20686 2 20687 3 20688 4 20689 5 20690 8 20691 15 20692 0 20693 1 20694 2 20695 3 20696 4 20697 5 20698 8 20699 15 20700 0 20701 1 20702 2 20703 3 20704 4 20705 5 20706 8 20707 15 20708 0 20709 1 20710 2 20711 3 20712 5 20713 15 20714 1 20715 2 20716 3 20717 15 20718 1 20719 2 20720 3 20721 15 20722 1 20723 2 20724 3 20725 15 20726 1 20727 2 20728 4 20729 8 20730 15 20731 1 20732 2 20733 15 20734 1 20735 2 20736 15 20737 1 20738 2 20739 15 20740 0 20741 1 20742 2 20743 3 20744 4 20745 5 20746 8 20747 15 20748 0 20749 1 20750 2 20751 3 20752 4 20753 5 20754 8 20755 15 20756 0 20757 1 20758 2 20759 3 20760 4 20761 5 20762 8 20763 1 20764 2 20765 4 20766 5 20767 1 20768 2 20769 4 20770 5 20771 15 20772 1 20773 2 20774 4 20775 5 20776 0 20777 1 20778 2 20779 3 20780 5 20781 15 20782 0 20783 1 20784 2 20785 3 20786 4 20787 5 20788 8 20789 15 20790 0 20791 1 20792 2 20793 3 20794 4 20795 5 20796 8 20797 15 20798 0 20799 1 20800 2 20801 3 20802 4 20803 5 20804 8 20805 15 20806 1 20807 4 20808 5 20809 8 20810 14 20811 15 20812 1 20813 4 20814 8 20815 14 20816 15 20817 1 20818 4 20819 5 20820 14 20821 1 20822 4 20823 14 20824 1 20825 4 20826 14 20827 1 20828 4 20829 5 20830 1 20831 4 20832 5 20833 1 20834 4 20835 5 20836 1 20837 4 20838 5 20839 1 20840 4 20841 5 20842 1 20843 4 20844 5 20845 14 20846 1 20847 4 20848 8 20849 14 20850 15 20851 1 20852 4 20853 8 20854 14 20855 15 20856 1 20857 4 20858 8 20859 14 20860 15 20861 1 20862 4 20863 5 20864 14 20865 1 20866 4 20867 5 20868 14 20869 1 20870 4 20871 5 20872 14 20873 1 20874 4 20875 5 20876 8 20877 14 20878 15 20879 1 20880 4 20881 5 20882 1 20883 4 20884 5 20885 1 20886 4 20887 5 20888 1 20889 4 20890 5 20891 1 20892 4 20893 5 20894 1 20895 4 20896 5 20897 1 20898 4 20899 5 20900 12 20901 14 20902 1 20903 4 20904 5 20905 14 20906 1 20907 4 20908 5 20909 1 20910 4 20911 5 20912 1 20913 4 20914 5 20915 1 20916 4 20917 5 20918 1 20919 4 20920 5 20921 1 20922 4 20923 5 20924 1 20925 4 20926 5 20927 1 20928 4 20929 5 20930 1 20931 4 20932 5 20933 1 20934 4 20935 5 20936 1 20937 4 20938 5 20939 1 20940 4 20941 5 20942 1 20943 4 20944 5 20945 1 20946 4 20947 5 20948 1 20949 4 20950 5 20951 1 20952 4 20953 5 20954 1 20955 4 20956 5 20957 1 20958 4 20959 5 20960 1 20961 4 20962 5 20963 1 20964 4 20965 5 20966 1 20967 4 20968 5 20969 1 20970 4 20971 5 20972 1 20973 4 20974 5 20975 1 20976 4 20977 5 20978 1 20979 4 20980 5 20981 1 20982 4 20983 5 20984 1 20985 4 20986 5 20987 1 20988 4 20989 5 20990 4 20991 5 20992 6 20993 7 20994 58 20995 5 20996 6 20997 7 20998 18 20999 58 21000 1 21001 2 21002 16 21003 1 21004 2 21005 16 21006 1 21007 2 21008 16 21009 1 21010 2 21011 15 21012 16 21013 1 21014 2 21015 4 21016 5 21017 1 21018 4 21019 5 21020 1 21021 2 21022 14 21023 16 21024 1 21025 13 21026 15 21027 1 21028 13 21029 1 21030 1 21031 12 21032 1 21033 2 21034 13 21035 15 21036 1 21037 2 21038 13 21039 1 21040 4 21041 15 21042 1 21043 1 21044 12 21045 14 21046 1 21047 12 21048 1 21049 13 21050 1 21051 13 21052 1 21053 12 21054 14 21055 1 21056 12 21057 1 21058 16 21059 1 21060 1 21061 2 21062 13 21063 1 21064 1 21065 13 21066 1 21067 12 21068 1 21069 12 21070 1 21071 12 21072 1 21073 2 21074 13 21075 1 21076 13 21077 1 21078 12 21079 1 21080 13 21081 1 21082 12 21083 1 21084 2 21085 4 21086 8 21087 14 21088 15 21089 1 21090 2 21091 15 21092 1 21093 12 21094 1 21095 2 21096 16 21097 1 21098 2 21099 16 21100 1 21101 2 21102 16 21103 1 21104 2 21105 16 21106 1 21107 2 21108 16 21109 1 21110 2 21111 16 21112 1 21113 2 21114 16 21115 1 21116 2 21117 16 21118 1 21119 2 21120 16 21121 1 21122 2 21123 16 21124 17 21125 18 21126 19 21127 21 21128 22 21129 58 21130 17 21131 18 21132 19 21133 58 21134 17 21135 18 21136 19 21137 21 21138 22 21139 58 21140 19 21141 21 21142 58 21143 7 21144 17 21145 18 21146 19 21147 58 21148 7 21149 17 21150 18 21151 19 21152 58 21153 7 21154 17 21155 18 21156 19 21157 58 21158 18 21159 19 21160 21 21161 22 21162 58 21163 17 21164 18 21165 19 21166 21 21167 58 21168 17 21169 18 21170 19 21171 21 21172 22 21173 58 21174 17 21175 18 21176 19 21177 58 21178 7 21179 17 21180 18 21181 19 21182 21 21183 7 21184 18 21185 19 21186 21 21187 17 21188 18 21189 19 21190 21 21191 22 21192 58 21193 18 21194 19 21195 21 21196 22 21197 58 21198 18 21199 19 21200 21 21201 22 21202 58 21203 17 21204 18 21205 19 21206 21 21207 22 21208 58 21209 18 21210 19 21211 21 21212 22 21213 58 21214 59 21215 6 21216 7 21217 17 21218 18 21219 19 21220 58 21221 6 21222 7 21223 17 21224 18 21225 19 21226 21 21227 58 21228 1 21229 2 21230 16 21231 1 21232 2 21233 16 21234 1 21235 2 21236 16 21237 1 21238 2 21239 16 21240 1 21241 2 21242 16 21243 1 21244 2 21245 16 21246 1 21247 2 21248 16 21249 1 21250 2 21251 16 21252 1 21253 2 21254 16 21255 1 21256 2 21257 16 21258 1 21259 2 21260 16 21261 1 21262 2 21263 16 21264 1 21265 2 21266 15 21267 16 21268 1 21269 2 21270 15 21271 16 21272 1 21273 2 21274 15 21275 16 21276 1 21277 2 21278 16 21279 1 21280 2 21281 16 21282 1 21283 2 21284 16 21285 1 21286 2 21287 16 21288 1 21289 2 21290 16 21291 1 21292 2 21293 16 21294 1 21295 2 21296 15 21297 16 21298 1 21299 2 21300 15 21301 16 21302 1 21303 2 21304 16 21305 1 21306 2 21307 16 21308 1 21309 2 21310 16 21311 1 21312 2 21313 16 21314 1 21315 4 21316 14 21317 16 21318 18 21319 19 21320 58 21321 18 21322 19 21323 58 21324 17 21325 18 21326 19 21327 21 21328 22 21329 58 21330 17 21331 18 21332 19 21333 58 21334 18 21335 19 21336 58 21337 17 21338 18 21339 19 21340 58 21341 18 21342 19 21343 18 21344 19 21345 58 21346 18 21347 19 21348 58 21349 19 21350 58 21351 19 21352 58 21353 18 21354 19 21355 19 21356 58 21357 18 21358 19 21359 19 21360 58 21361 18 21362 19 21363 58 21364 19 21365 19 21366 19 21367 58 21368 19 21369 19 21370 58 21371 19 21372 58 21373 19 21374 58 21375 19 21376 20 21377 58 21378 19 21379 19 21380 20 21381 58 21382 19 21383 20 21384 58 21385 19 21386 20 21387 19 21388 20 21389 19 21390 20 21391 19 21392 20 21393 19 21394 20 21395 19 21396 20 21397 19 21398 20 21399 19 21400 20 21401 19 21402 20 21403 19 21404 20 21405 24 21406 19 21407 20 21408 19 21409 20 21410 17 21411 18 21412 19 21413 21 21414 22 21415 58 21416 18 21417 19 21418 21 21419 22 21420 58 21421 21 21422 22 21423 58 21424 21 21425 22 21426 58 21427 21 21428 22 21429 58 21430 21 21431 22 21432 21 21433 22 21434 23 21435 41 21436 58 21437 21 21438 22 21439 23 21440 41 21441 58 21442 21 21443 22 21444 23 21445 41 21446 58 21447 21 21448 22 21449 23 21450 41 21451 21 21452 22 21453 23 21454 41 21455 58 21456 21 21457 22 21458 23 21459 41 21460 21 21461 22 21462 23 21463 41 21464 58 21465 22 21466 23 21467 41 21468 21 21469 22 21470 23 21471 41 21472 58 21473 21 21474 22 21475 23 21476 41 21477 21 21478 22 21479 23 21480 41 21481 58 21482 22 21483 23 21484 41 21485 58 21486 22 21487 23 21488 41 21489 58 21490 21 21491 22 21492 23 21493 41 21494 21 21495 22 21496 23 21497 41 21498 18 21499 19 21500 21 21501 58 21502 19 21503 21 21504 58 21505 7 21506 18 21507 19 21508 21 21509 17 21510 18 21511 19 21512 21 21513 22 21514 58 21515 17 21516 18 21517 19 21518 21 21519 58 21520 7 21521 18 21522 19 21523 21 21524 17 21525 18 21526 19 21527 21 21528 19 21529 21 21530 58 21531 19 21532 21 21533 17 21534 18 21535 19 21536 21 21537 58 21538 17 21539 18 21540 19 21541 21 21542 22 21543 58 21544 17 21545 18 21546 19 21547 21 21548 22 21549 58 21550 7 21551 17 21552 18 21553 19 21554 21 21555 58 21556 6 21557 7 21558 17 21559 18 21560 19 21561 21 21562 58 21563 19 21564 21 21565 19 21566 21 21567 58 21568 19 21569 19 21570 21 21571 7 21572 18 21573 19 21574 19 21575 19 21576 7 21577 18 21578 19 21579 21 21580 58 21581 19 21582 20 21583 19 21584 20 21585 19 21586 20 21587 19 21588 20 21589 19 21590 20 21591 19 21592 20 21593 19 21594 20 21595 19 21596 20 21597 19 21598 20 21599 19 21600 20 21601 19 21602 20 21603 19 21604 20 21605 19 21606 20 21607 19 21608 20 21609 19 21610 20 21611 19 21612 19 21613 58 21614 19 21615 20 21616 19 21617 20 21618 58 21619 19 21620 20 21621 58 21622 19 21623 20 21624 19 21625 20 21626 19 21627 20 21628 19 21629 58 21630 19 21631 20 21632 58 21633 19 21634 20 21635 58 21636 19 21637 20 21638 58 21639 24 21640 25 21641 26 21642 27 21643 26 21644 27 21645 26 21646 27 21647 26 21648 27 21649 29 21650 30 21651 29 21652 30 21653 29 21654 30 21655 29 21656 30 21657 32 21658 33 21659 32 21660 33 21661 32 21662 33 21663 32 21664 33 21665 25 21666 26 21667 25 21668 26 21669 25 21670 26 21671 25 21672 26 21673 28 21674 29 21675 28 21676 29 21677 28 21678 29 21679 28 21680 29 21681 31 21682 32 21683 31 21684 32 21685 31 21686 32 21687 31 21688 32 21689 20 21690 24 21691 28 21692 31 21693 20 21694 24 21695 28 21696 31 21697 24 21698 25 21699 28 21700 20 21701 24 21702 28 21703 31 21704 20 21705 24 21706 28 21707 31 21708 20 21709 24 21710 25 21711 28 21712 24 21713 25 21714 28 21715 20 21716 24 21717 25 21718 28 21719 24 21720 25 21721 24 21722 25 21723 20 21724 24 21725 20 21726 24 21727 27 21728 27 21729 27 21730 27 21731 26 21732 27 21733 26 21734 27 21735 26 21736 27 21737 26 21738 27 21739 30 21740 30 21741 30 21742 30 21743 29 21744 30 21745 29 21746 30 21747 29 21748 30 21749 29 21750 30 21751 33 21752 33 21753 33 21754 33 21755 32 21756 33 21757 32 21758 33 21759 32 21760 33 21761 32 21762 33 21763 31 21764 32 21765 31 21766 32 21767 31 21768 32 21769 31 21770 32 21771 28 21772 29 21773 28 21774 29 21775 28 21776 29 21777 28 21778 29 21779 25 21780 26 21781 25 21782 26 21783 25 21784 26 21785 25 21786 26 21787 25 21788 25 21789 25 21790 25 21791 28 21792 28 21793 28 21794 28 21795 31 21796 31 21797 31 21798 31 21799 20 21800 24 21801 28 21802 31 21803 20 21804 24 21805 28 21806 31 21807 24 21808 25 21809 28 21810 20 21811 24 21812 25 21813 28 21814 26 21815 27 21816 26 21817 27 21818 29 21819 30 21820 29 21821 30 21822 32 21823 33 21824 32 21825 33 21826 25 21827 26 21828 25 21829 26 21830 28 21831 29 21832 28 21833 29 21834 31 21835 32 21836 31 21837 32 21838 28 21839 31 21840 28 21841 31 21842 25 21843 28 21844 25 21845 28 21846 19 21847 20 21848 24 21849 19 21850 20 21851 24 21852 19 21853 20 21854 24 21855 19 21856 20 21857 24 21858 19 21859 20 21860 24 21861 19 21862 20 21863 24 21864 19 21865 20 21866 24 21867 19 21868 20 21869 24 21870 19 21871 20 21872 24 21873 19 21874 20 21875 24 21876 19 21877 20 21878 24 21879 19 21880 20 21881 24 21882 19 21883 20 21884 24 21885 19 21886 20 21887 24 21888 24 21889 25 21890 24 21891 25 21892 20 21893 24 21894 20 21895 24 21896 20 21897 24 21898 20 21899 24 21900 32 21901 33 21902 31 21903 32 21904 32 21905 33 21906 31 21907 32 21908 32 21909 33 21910 31 21911 32 21912 32 21913 33 21914 31 21915 32 21916 32 21917 33 21918 31 21919 32 21920 32 21921 33 21922 31 21923 32 21924 32 21925 32 21926 32 21927 32 21928 29 21929 30 21930 28 21931 29 21932 29 21933 30 21934 28 21935 29 21936 29 21937 30 21938 28 21939 29 21940 29 21941 30 21942 28 21943 29 21944 29 21945 30 21946 28 21947 29 21948 29 21949 30 21950 28 21951 29 21952 29 21953 29 21954 29 21955 29 21956 26 21957 27 21958 25 21959 26 21960 26 21961 27 21962 25 21963 26 21964 26 21965 27 21966 25 21967 26 21968 26 21969 27 21970 25 21971 26 21972 27 21973 26 21974 27 21975 25 21976 26 21977 26 21978 27 21979 25 21980 26 21981 26 21982 26 21983 26 21984 26 21985 27 21986 20 21987 24 21988 20 21989 24 21990 25 21991 20 21992 24 21993 20 21994 24 21995 25 21996 20 21997 24 21998 20 21999 24 22000 28 22001 31 22002 20 22003 24 22004 25 22005 20 22006 24 22007 20 22008 24 22009 25 22010 28 22011 20 22012 24 22013 20 22014 24 22015 28 22016 31 22017 20 22018 24 22019 20 22020 24 22021 20 22022 24 22023 20 22024 24 22025 34 22026 35 22027 32 22028 33 22029 32 22030 33 22031 32 22032 33 22033 32 22034 33 22035 32 22036 33 22037 32 22038 33 22039 29 22040 30 22041 29 22042 30 22043 29 22044 30 22045 29 22046 30 22047 30 22048 29 22049 30 22050 26 22051 27 22052 26 22053 27 22054 27 22055 26 22056 27 22057 26 22058 27 22059 27 22060 25 22061 26 22062 27 22063 25 22064 26 22065 27 22066 25 22067 26 22068 26 22069 27 22070 25 22071 26 22072 27 22073 25 22074 26 22075 25 22076 26 22077 27 22078 25 22079 26 22080 27 22081 25 22082 26 22083 27 22084 26 22085 27 22086 28 22087 29 22088 28 22089 29 22090 28 22091 29 22092 28 22093 29 22094 30 22095 29 22096 30 22097 29 22098 28 22099 29 22100 28 22101 29 22102 29 22103 30 22104 29 22105 30 22106 31 22107 32 22108 31 22109 32 22110 32 22111 32 22112 33 22113 32 22114 33 22115 32 22116 31 22117 32 22118 31 22119 32 22120 32 22121 33 22122 32 22123 33 22124 31 22125 31 22126 31 22127 31 22128 20 22129 24 22130 28 22131 31 22132 31 22133 32 22134 31 22135 32 22136 31 22137 32 22138 31 22139 32 22140 20 22141 24 22142 28 22143 31 22144 28 22145 28 22146 28 22147 28 22148 24 22149 25 22150 28 22151 28 22152 29 22153 28 22154 29 22155 28 22156 29 22157 28 22158 29 22159 25 22160 25 22161 24 22162 25 22163 24 22164 25 22165 28 22166 25 22167 25 22168 25 22169 26 22170 25 22171 26 22172 25 22173 26 22174 25 22175 26 22176 20 22177 24 22178 28 22179 31 22180 20 22181 24 22182 31 22183 20 22184 24 22185 20 22186 24 22187 20 22188 24 22189 20 22190 24 22191 20 22192 24 22193 28 22194 20 22195 24 22196 28 22197 31 22198 20 22199 24 22200 20 22201 24 22202 20 22203 24 22204 25 22205 20 22206 24 22207 25 22208 20 22209 24 22210 20 22211 24 22212 20 22213 24 22214 20 22215 24 22216 25 22217 28 22218 20 22219 24 22220 20 22221 24 22222 25 22223 28 22224 20 22225 24 22226 20 22227 24 22228 20 22229 24 22230 19 22231 20 22232 24 22233 19 22234 20 22235 24 22236 19 22237 20 22238 19 22239 20 22240 24 22241 19 22242 20 22243 24 22244 19 22245 20 22246 24 22247 19 22248 20 22249 24 22250 19 22251 20 22252 19 22253 20 22254 19 22255 20 22256 19 22257 20 22258 24 22259 19 22260 20 22261 19 22262 20 22263 19 22264 20 22265 24 22266 19 22267 20 22268 19 22269 20 22270 20 22271 24 22272 20 22273 24 22274 20 22275 24 22276 34 22277 20 22278 24 22279 28 22280 31 22281 35 22282 20 22283 24 22284 28 22285 31 22286 33 22287 33 22288 33 22289 33 22290 32 22291 33 22292 32 22293 33 22294 32 22295 33 22296 32 22297 33 22298 31 22299 32 22300 31 22301 32 22302 31 22303 32 22304 31 22305 32 22306 31 22307 31 22308 33 22309 33 22310 19 22311 20 22312 24 22313 19 22314 20 22315 24 22316 19 22317 20 22318 24 22319 19 22320 20 22321 24 22322 20 22323 24 22324 20 22325 24 22326 35 22327 32 22328 33 22329 32 22330 33 22331 32 22332 33 22333 32 22334 33 22335 31 22336 32 22337 31 22338 32 22339 32 22340 33 22341 32 22342 33 22343 32 22344 32 22345 31 22346 32 22347 31 22348 32 22349 31 22350 31 22351 31 22352 31 22353 20 22354 24 22355 31 22356 34 22357 35 22358 20 22359 24 22360 35 22361 20 22362 24 22363 34 22364 35 22365 19 22366 20 22367 19 22368 20 22369 19 22370 20 22371 32 22372 33 22373 31 22374 32 22375 20 22376 24 22377 31 22378 35 22379 20 22380 24 22381 33 22382 19 22383 20 22384 24 22385 19 22386 20 22387 24 22388 19 22389 20 22390 24 22391 19 22392 20 22393 24 22394 20 22395 24 22396 35 22397 20 22398 24 22399 31 22400 35 22401 32 22402 33 22403 33 22404 32 22405 33 22406 31 22407 32 22408 32 22409 33 22410 32 22411 33 22412 31 22413 32 22414 31 22415 32 22416 20 22417 24 22418 31 22419 31 22420 31 22421 32 22422 20 22423 24 22424 31 22425 34 22426 35 22427 20 22428 24 22429 35 22430 20 22431 24 22432 31 22433 34 22434 35 22435 20 22436 24 22437 34 22438 35 22439 19 22440 20 22441 19 22442 20 22443 19 22444 20 22445 19 22446 20 22447 19 22448 20 22449 19 22450 20 22451 19 22452 20 22453 19 22454 20 22455 20 22456 24 22457 20 22458 24 22459 20 22460 24 22461 20 22462 24 22463 20 22464 24 22465 25 22466 20 22467 24 22468 25 22469 28 22470 24 22471 25 22472 24 22473 25 22474 28 22475 27 22476 27 22477 27 22478 27 22479 26 22480 27 22481 26 22482 27 22483 26 22484 27 22485 26 22486 27 22487 25 22488 26 22489 25 22490 26 22491 25 22492 26 22493 25 22494 26 22495 25 22496 25 22497 27 22498 27 22499 19 22500 20 22501 24 22502 19 22503 20 22504 24 22505 19 22506 20 22507 24 22508 20 22509 24 22510 20 22511 24 22512 20 22513 24 22514 20 22515 24 22516 26 22517 27 22518 26 22519 27 22520 27 22521 27 22522 25 22523 26 22524 25 22525 26 22526 26 22527 27 22528 26 22529 27 22530 25 22531 26 22532 27 22533 25 22534 26 22535 27 22536 25 22537 26 22538 25 22539 26 22540 25 22541 25 22542 25 22543 25 22544 20 22545 24 22546 25 22547 20 22548 24 22549 25 22550 28 22551 20 22552 24 22553 20 22554 24 22555 20 22556 24 22557 20 22558 24 22559 19 22560 20 22561 19 22562 20 22563 19 22564 20 22565 19 22566 20 22567 19 22568 20 22569 19 22570 20 22571 19 22572 20 22573 26 22574 27 22575 25 22576 26 22577 20 22578 24 22579 25 22580 20 22581 24 22582 27 22583 19 22584 20 22585 19 22586 20 22587 24 22588 19 22589 20 22590 24 22591 19 22592 20 22593 24 22594 20 22595 24 22596 20 22597 24 22598 25 22599 26 22600 27 22601 27 22602 26 22603 27 22604 25 22605 26 22606 26 22607 27 22608 26 22609 27 22610 25 22611 26 22612 25 22613 26 22614 24 22615 25 22616 25 22617 25 22618 26 22619 20 22620 24 22621 25 22622 20 22623 24 22624 20 22625 24 22626 25 22627 20 22628 24 22629 19 22630 20 22631 19 22632 20 22633 19 22634 20 22635 19 22636 20 22637 19 22638 20 22639 19 22640 20 22641 20 22642 24 22643 20 22644 24 22645 20 22646 24 22647 20 22648 24 22649 20 22650 24 22651 28 22652 31 22653 20 22654 24 22655 25 22656 28 22657 20 22658 24 22659 28 22660 31 22661 24 22662 25 22663 28 22664 30 22665 30 22666 30 22667 30 22668 29 22669 30 22670 29 22671 30 22672 29 22673 30 22674 29 22675 30 22676 28 22677 29 22678 28 22679 29 22680 28 22681 29 22682 28 22683 29 22684 28 22685 28 22686 20 22687 24 22688 20 22689 24 22690 30 22691 30 22692 19 22693 20 22694 24 22695 19 22696 20 22697 24 22698 20 22699 24 22700 20 22701 24 22702 29 22703 30 22704 29 22705 30 22706 29 22707 30 22708 30 22709 28 22710 29 22711 28 22712 29 22713 29 22714 30 22715 29 22716 30 22717 28 22718 29 22719 29 22720 28 22721 29 22722 28 22723 29 22724 28 22725 28 22726 28 22727 28 22728 20 22729 24 22730 28 22731 20 22732 24 22733 25 22734 28 22735 20 22736 24 22737 20 22738 24 22739 20 22740 24 22741 20 22742 24 22743 20 22744 24 22745 20 22746 24 22747 19 22748 20 22749 19 22750 20 22751 24 22752 19 22753 20 22754 24 22755 19 22756 20 22757 19 22758 20 22759 19 22760 20 22761 19 22762 20 22763 19 22764 20 22765 19 22766 20 22767 19 22768 20 22769 19 22770 20 22771 19 22772 20 22773 19 22774 20 22775 19 22776 20 22777 19 22778 20 22779 29 22780 30 22781 28 22782 29 22783 20 22784 24 22785 28 22786 20 22787 24 22788 30 22789 19 22790 20 22791 24 22792 19 22793 20 22794 24 22795 20 22796 24 22797 20 22798 24 22799 28 22800 29 22801 30 22802 30 22803 29 22804 30 22805 28 22806 29 22807 29 22808 30 22809 29 22810 30 22811 28 22812 29 22813 28 22814 29 22815 24 22816 28 22817 28 22818 28 22819 29 22820 20 22821 24 22822 28 22823 20 22824 24 22825 20 22826 24 22827 28 22828 20 22829 24 22830 20 22831 24 22832 19 22833 20 22834 19 22835 20 22836 24 22837 19 22838 20 22839 20 22840 24 22841 19 22842 20 22843 19 22844 20 22845 19 22846 20 22847 19 22848 20 22849 19 22850 20 22851 19 22852 20 22853 19 22854 20 22855 19 22856 20 22857 19 22858 20 22859 19 22860 20 22861 19 22862 20 22863 19 22864 20 22865 19 22866 20 22867 24 22868 19 22869 20 22870 24 22871 20 22872 24 22873 35 22874 20 22875 24 22876 34 22877 35 22878 20 22879 24 22880 35 22881 20 22882 24 22883 35 22884 20 22885 24 22886 34 22887 35 22888 24 22889 34 22890 35 22891 20 22892 24 22893 34 22894 35 22895 19 22896 20 22897 24 22898 19 22899 20 22900 24 22901 19 22902 20 22903 24 22904 19 22905 20 22906 24 22907 19 22908 20 22909 24 22910 19 22911 20 22912 24 22913 19 22914 20 22915 19 22916 20 22917 58 22918 19 22919 20 22920 27 22921 27 22922 30 22923 30 22924 33 22925 33 22926 33 22927 33 22928 33 22929 33 22930 33 22931 27 22932 27 22933 27 22934 30 22935 32 22936 32 22937 32 22938 32 22939 31 22940 32 22941 32 22942 32 22943 33 22944 32 22945 26 22946 26 22947 26 22948 26 22949 25 22950 26 22951 26 22952 26 22953 27 22954 26 22955 29 22956 29 22957 29 22958 29 22959 28 22960 29 22961 29 22962 29 22963 30 22964 29 22965 32 22966 32 22967 31 22968 32 22969 32 22970 32 22971 31 22972 32 22973 32 22974 32 22975 32 22976 33 22977 32 22978 32 22979 32 22980 33 22981 26 22982 26 22983 25 22984 26 22985 26 22986 26 22987 25 22988 26 22989 26 22990 26 22991 26 22992 27 22993 26 22994 26 22995 26 22996 27 22997 29 22998 29 22999 28 23000 29 23001 29 23002 29 23003 28 23004 29 23005 29 23006 29 23007 29 23008 30 23009 29 23010 29 23011 29 23012 30 23013 19 23014 19 23015 19 23016 7 23017 17 23018 18 23019 19 23020 58 23021 7 23022 17 23023 18 23024 19 23025 58 23026 17 23027 18 23028 19 23029 58 23030 19 23031 20 23032 58 23033 19 23034 20 23035 7 23036 17 23037 18 23038 19 23039 58 23040 6 23041 7 23042 17 23043 18 23044 19 23045 58 23046 6 23047 7 23048 17 23049 18 23050 19 23051 58 23052 6 23053 7 23054 17 23055 18 23056 19 23057 58 23058 6 23059 7 23060 17 23061 18 23062 19 23063 58 23064 21 23065 22 23066 23 23067 37 23068 41 23069 22 23070 23 23071 41 23072 22 23073 23 23074 41 23075 58 23076 22 23077 23 23078 41 23079 58 23080 22 23081 23 23082 41 23083 22 23084 23 23085 37 23086 41 23087 21 23088 22 23089 23 23090 41 23091 21 23092 22 23093 23 23094 41 23095 21 23096 22 23097 23 23098 41 23099 22 23100 23 23101 41 23102 22 23103 23 23104 41 23105 22 23106 23 23107 41 23108 58 23109 22 23110 23 23111 41 23112 22 23113 23 23114 41 23115 21 23116 23 23117 37 23118 41 23119 22 23120 23 23121 41 23122 22 23123 23 23124 41 23125 22 23126 23 23127 41 23128 22 23129 23 23130 41 23131 23 23132 41 23133 23 23134 41 23135 23 23136 41 23137 22 23138 23 23139 41 23140 22 23141 23 23142 41 23143 58 23144 22 23145 23 23146 41 23147 58 23148 22 23149 23 23150 41 23151 58 23152 22 23153 23 23154 41 23155 22 23156 23 23157 41 23158 22 23159 23 23160 41 23161 22 23162 23 23163 41 23164 22 23165 23 23166 41 23167 22 23168 23 23169 41 23170 22 23171 23 23172 41 23173 22 23174 23 23175 41 23176 23 23177 41 23178 22 23179 23 23180 41 23181 58 23182 22 23183 23 23184 41 23185 58 23186 23 23187 41 23188 23 23189 41 23190 22 23191 23 23192 41 23193 58 23194 22 23195 23 23196 41 23197 58 23198 22 23199 23 23200 41 23201 58 23202 22 23203 23 23204 41 23205 58 23206 22 23207 23 23208 41 23209 23 23210 41 23211 17 23212 18 23213 19 23214 22 23215 58 23216 7 23217 17 23218 18 23219 19 23220 22 23221 58 23222 41 23223 42 23224 43 23225 57 23226 41 23227 42 23228 43 23229 57 23230 41 23231 42 23232 43 23233 57 23234 41 23235 42 23236 43 23237 41 23238 42 23239 43 23240 57 23241 41 23242 42 23243 43 23244 57 23245 41 23246 42 23247 43 23248 57 23249 41 23250 42 23251 43 23252 57 23253 41 23254 42 23255 56 23256 41 23257 42 23258 56 23259 41 23260 42 23261 56 23262 58 23263 41 23264 42 23265 56 23266 58 23267 41 23268 42 23269 43 23270 56 23271 58 23272 41 23273 42 23274 43 23275 56 23276 58 23277 41 23278 42 23279 43 23280 56 23281 58 23282 41 23283 42 23284 43 23285 56 23286 58 23287 41 23288 42 23289 43 23290 56 23291 58 23292 41 23293 42 23294 43 23295 56 23296 58 23297 41 23298 42 23299 56 23300 58 23301 41 23302 42 23303 43 23304 56 23305 41 23306 42 23307 43 23308 56 23309 58 23310 41 23311 42 23312 43 23313 56 23314 41 23315 42 23316 43 23317 56 23318 58 23319 41 23320 42 23321 43 23322 56 23323 41 23324 42 23325 43 23326 56 23327 41 23328 42 23329 43 23330 56 23331 41 23332 42 23333 56 23334 41 23335 42 23336 43 23337 56 23338 41 23339 42 23340 43 23341 56 23342 41 23343 42 23344 43 23345 56 23346 57 23347 41 23348 42 23349 43 23350 56 23351 41 23352 42 23353 43 23354 56 23355 57 23356 41 23357 42 23358 43 23359 56 23360 57 23361 42 23362 43 23363 57 23364 41 23365 42 23366 58 23367 41 23368 42 23369 56 23370 58 23371 41 23372 56 23373 58 23374 41 23375 42 23376 56 23377 58 23378 41 23379 56 23380 58 23381 41 23382 42 23383 56 23384 58 23385 41 23386 42 23387 56 23388 58 23389 41 23390 42 23391 56 23392 58 23393 41 23394 42 23395 56 23396 41 23397 42 23398 43 23399 56 23400 41 23401 42 23402 43 23403 56 23404 41 23405 42 23406 43 23407 56 23408 41 23409 42 23410 43 23411 56 23412 41 23413 42 23414 43 23415 56 23416 41 23417 42 23418 43 23419 56 23420 41 23421 42 23422 43 23423 56 23424 41 23425 42 23426 56 23427 58 23428 41 23429 42 23430 43 23431 56 23432 41 23433 42 23434 58 23435 41 23436 42 23437 56 23438 58 23439 41 23440 42 23441 58 23442 41 23443 42 23444 56 23445 58 23446 41 23447 42 23448 41 23449 42 23450 43 23451 56 23452 41 23453 42 23454 56 23455 58 23456 41 23457 56 23458 58 23459 41 23460 42 23461 56 23462 58 23463 41 23464 42 23465 43 23466 56 23467 41 23468 42 23469 43 23470 56 23471 41 23472 42 23473 43 23474 56 23475 41 23476 42 23477 56 23478 58 23479 41 23480 42 23481 58 23482 41 23483 42 23484 58 23485 41 23486 42 23487 43 23488 58 23489 41 23490 42 23491 43 23492 56 23493 41 23494 42 23495 43 23496 57 23497 41 23498 42 23499 43 23500 56 23501 41 23502 42 23503 43 23504 41 23505 42 23506 43 23507 41 23508 42 23509 56 23510 41 23511 42 23512 43 23513 42 23514 43 23515 57 23516 42 23517 43 23518 41 23519 42 23520 43 23521 42 23522 43 23523 57 23524 41 23525 42 23526 43 23527 57 23528 42 23529 43 23530 42 23531 43 23532 57 23533 42 23534 43 23535 57 23536 42 23537 43 23538 57 23539 42 23540 43 23541 57 23542 58 23543 42 23544 43 23545 57 23546 58 23547 42 23548 43 23549 57 23550 58 23551 42 23552 43 23553 57 23554 58 23555 42 23556 43 23557 57 23558 42 23559 43 23560 57 23561 23 23562 41 23563 23 23564 41 23565 23 23566 41 23567 23 23568 41 23569 41 23570 42 23571 43 23572 57 23573 41 23574 42 23575 43 23576 57 23577 42 23578 43 23579 57 23580 58 23581 42 23582 43 23583 57 23584 58 23585 42 23586 43 23587 57 23588 58 23589 23 23590 41 23591 23 23592 41 23593 41 23594 42 23595 43 23596 57 23597 42 23598 43 23599 57 23600 42 23601 43 23602 57 23603 58 23604 42 23605 43 23606 57 23607 42 23608 43 23609 57 23610 42 23611 43 23612 57 23613 42 23614 43 23615 57 23616 42 23617 43 23618 57 23619 42 23620 43 23621 42 23622 43 23623 57 23624 43 23625 42 23626 43 23627 42 23628 43 23629 57 23630 43 23631 43 23632 43 23633 43 23634 57 23635 42 23636 43 23637 57 23638 43 23639 57 23640 43 23641 43 23642 43 23643 57 23644 43 23645 57 23646 43 23647 57 23648 43 23649 57 23650 43 23651 57 23652 42 23653 43 23654 57 23655 43 23656 43 23657 42 23658 43 23659 57 23660 42 23661 43 23662 57 23663 42 23664 43 23665 57 23666 42 23667 43 23668 57 23669 42 23670 43 23671 57 23672 42 23673 43 23674 57 23675 42 23676 43 23677 57 23678 42 23679 43 23680 42 23681 43 23682 57 23683 42 23684 43 23685 57 23686 42 23687 43 23688 57 23689 42 23690 43 23691 57 23692 42 23693 43 23694 42 23695 43 23696 57 23697 23 23698 37 23699 41 23700 23 23701 37 23702 41 23703 22 23704 23 23705 37 23706 41 23707 23 23708 37 23709 41 23710 23 23711 37 23712 41 23713 43 23714 47 23715 43 23716 44 23717 47 23718 43 23719 47 23720 43 23721 43 23722 44 23723 47 23724 43 23725 47 23726 43 23727 43 23728 44 23729 47 23730 43 23731 44 23732 47 23733 42 23734 43 23735 42 23736 43 23737 42 23738 43 23739 57 23740 42 23741 43 23742 57 23743 42 23744 43 23745 57 23746 42 23747 43 23748 57 23749 42 23750 43 23751 57 23752 58 23753 42 23754 43 23755 57 23756 42 23757 43 23758 57 23759 42 23760 43 23761 57 23762 42 23763 43 23764 57 23765 42 23766 43 23767 42 23768 43 23769 57 23770 42 23771 43 23772 57 23773 42 23774 43 23775 42 23776 43 23777 42 23778 43 23779 42 23780 43 23781 42 23782 43 23783 57 23784 42 23785 43 23786 57 23787 42 23788 43 23789 42 23790 43 23791 57 23792 42 23793 43 23794 42 23795 43 23796 57 23797 42 23798 43 23799 57 23800 42 23801 43 23802 57 23803 42 23804 43 23805 57 23806 42 23807 43 23808 57 23809 42 23810 43 23811 57 23812 42 23813 43 23814 57 23815 42 23816 43 23817 57 23818 58 23819 42 23820 43 23821 57 23822 42 23823 43 23824 57 23825 42 23826 43 23827 57 23828 42 23829 43 23830 42 23831 43 23832 57 23833 42 23834 43 23835 42 23836 43 23837 42 23838 43 23839 42 23840 43 23841 6 23842 7 23843 17 23844 18 23845 19 23846 21 23847 58 23848 7 23849 17 23850 18 23851 19 23852 21 23853 58 23854 42 23855 43 23856 6 23857 7 23858 17 23859 18 23860 19 23861 58 23862 6 23863 7 23864 17 23865 18 23866 19 23867 58 23868 17 23869 18 23870 19 23871 21 23872 22 23873 58 23874 17 23875 18 23876 19 23877 21 23878 58 23879 17 23880 18 23881 19 23882 21 23883 22 23884 58 23885 41 23886 42 23887 43 23888 57 23889 41 23890 42 23891 43 23892 57 23893 42 23894 43 23895 57 23896 42 23897 43 23898 57 23899 42 23900 43 23901 57 23902 42 23903 43 23904 57 23905 42 23906 43 23907 57 23908 58 23909 42 23910 43 23911 57 23912 41 23913 42 23914 43 23915 57 23916 42 23917 43 23918 57 23919 42 23920 43 23921 57 23922 42 23923 43 23924 57 23925 42 23926 43 23927 57 23928 41 23929 42 23930 43 23931 57 23932 41 23933 42 23934 43 23935 57 23936 41 23937 42 23938 43 23939 57 23940 41 23941 42 23942 43 23943 57 23944 41 23945 42 23946 43 23947 57 23948 41 23949 42 23950 43 23951 57 23952 41 23953 42 23954 43 23955 57 23956 42 23957 43 23958 57 23959 42 23960 43 23961 57 23962 58 23963 42 23964 43 23965 57 23966 42 23967 43 23968 57 23969 42 23970 43 23971 57 23972 58 23973 42 23974 43 23975 57 23976 58 23977 42 23978 43 23979 57 23980 58 23981 55 23982 55 23983 55 23984 54 23985 54 23986 55 23987 55 23988 54 23989 55 23990 55 23991 53 23992 54 23993 55 23994 54 23995 55 23996 55 23997 43 23998 53 23999 54 24000 53 24001 54 24002 54 24003 54 24004 55 24005 55 24006 55 24007 55 24008 53 24009 54 24010 55 24011 55 24012 55 24013 55 24014 55 24015 55 24016 54 24017 55 24018 54 24019 55 24020 54 24021 55 24022 54 24023 55 24024 54 24025 55 24026 43 24027 53 24028 54 24029 43 24030 53 24031 54 24032 53 24033 54 24034 53 24035 54 24036 54 24037 55 24038 55 24039 54 24040 55 24041 54 24042 55 24043 55 24044 55 24045 55 24046 53 24047 54 24048 43 24049 53 24050 54 24051 53 24052 54 24053 55 24054 53 24055 54 24056 55 24057 43 24058 53 24059 54 24060 55 24061 43 24062 53 24063 54 24064 55 24065 54 24066 55 24067 55 24068 54 24069 55 24070 55 24071 54 24072 55 24073 54 24074 55 24075 55 24076 54 24077 55 24078 55 24079 54 24080 55 24081 54 24082 55 24083 54 24084 55 24085 54 24086 55 24087 54 24088 55 24089 43 24090 50 24091 53 24092 54 24093 50 24094 53 24095 54 24096 43 24097 50 24098 53 24099 54 24100 53 24101 54 24102 55 24103 53 24104 54 24105 43 24106 50 24107 53 24108 54 24109 43 24110 53 24111 54 24112 53 24113 54 24114 55 24115 53 24116 54 24117 43 24118 53 24119 54 24120 43 24121 53 24122 54 24123 43 24124 53 24125 54 24126 43 24127 53 24128 54 24129 43 24130 53 24131 54 24132 43 24133 53 24134 54 24135 43 24136 53 24137 54 24138 43 24139 50 24140 53 24141 54 24142 42 24143 43 24144 57 24145 42 24146 43 24147 57 24148 42 24149 43 24150 57 24151 42 24152 43 24153 57 24154 42 24155 43 24156 57 24157 42 24158 43 24159 57 24160 42 24161 43 24162 57 24163 42 24164 43 24165 57 24166 42 24167 43 24168 57 24169 42 24170 43 24171 57 24172 58 24173 42 24174 43 24175 57 24176 58 24177 42 24178 43 24179 57 24180 58 24181 42 24182 43 24183 57 24184 58 24185 42 24186 43 24187 57 24188 42 24189 43 24190 57 24191 58 24192 42 24193 43 24194 57 24195 42 24196 43 24197 57 24198 42 24199 43 24200 57 24201 42 24202 43 24203 57 24204 42 24205 43 24206 57 24207 42 24208 43 24209 57 24210 42 24211 43 24212 57 24213 58 24214 42 24215 43 24216 57 24217 58 24218 42 24219 43 24220 57 24221 42 24222 43 24223 57 24224 42 24225 43 24226 57 24227 42 24228 43 24229 57 24230 42 24231 43 24232 57 24233 42 24234 43 24235 57 24236 42 24237 43 24238 57 24239 42 24240 43 24241 57 24242 42 24243 43 24244 57 24245 42 24246 43 24247 57 24248 42 24249 43 24250 57 24251 42 24252 43 24253 57 24254 42 24255 43 24256 57 24257 42 24258 43 24259 57 24260 42 24261 43 24262 57 24263 36 24264 36 24265 34 24266 36 24267 36 24268 34 24269 36 24270 34 24271 35 24272 34 24273 35 24274 20 24275 24 24276 31 24277 34 24278 35 24279 34 24280 35 24281 36 24282 36 24283 35 24284 36 24285 36 24286 34 24287 35 24288 36 24289 34 24290 35 24291 36 24292 36 24293 34 24294 35 24295 34 24296 35 24297 34 24298 35 24299 34 24300 35 24301 34 24302 35 24303 34 24304 35 24305 36 24306 36 24307 36 24308 36 24309 34 24310 35 24311 34 24312 35 24313 36 24314 36 24315 34 24316 36 24317 36 24318 34 24319 36 24320 36 24321 34 24322 35 24323 36 24324 34 24325 35 24326 36 24327 34 24328 35 24329 36 24330 34 24331 35 24332 36 24333 20 24334 24 24335 31 24336 34 24337 35 24338 20 24339 24 24340 31 24341 34 24342 35 24343 34 24344 35 24345 20 24346 24 24347 34 24348 35 24349 34 24350 35 24351 36 24352 34 24353 35 24354 34 24355 35 24356 20 24357 24 24358 31 24359 34 24360 35 24361 34 24362 35 24363 34 24364 35 24365 34 24366 35 24367 34 24368 35 24369 36 24370 36 24371 34 24372 35 24373 36 24374 34 24375 35 24376 36 24377 36 24378 36 24379 36 24380 34 24381 35 24382 34 24383 35 24384 34 24385 35 24386 34 24387 35 24388 34 24389 35 24390 36 24391 20 24392 24 24393 31 24394 34 24395 35 24396 34 24397 35 24398 36 24399 20 24400 24 24401 31 24402 34 24403 35 24404 34 24405 35 24406 36 24407 31 24408 34 24409 35 24410 34 24411 35 24412 36 24413 24 24414 34 24415 35 24416 34 24417 35 24418 36 24419 24 24420 34 24421 35 24422 34 24423 35 24424 36 24425 20 24426 24 24427 34 24428 35 24429 34 24430 35 24431 36 24432 34 24433 36 24434 34 24435 35 24436 36 24437 34 24438 36 24439 34 24440 35 24441 36 24442 35 24443 36 24444 36 24445 35 24446 36 24447 36 24448 34 24449 35 24450 36 24451 34 24452 35 24453 36 24454 34 24455 35 24456 36 24457 35 24458 36 24459 34 24460 35 24461 36 24462 20 24463 24 24464 34 24465 35 24466 24 24467 34 24468 35 24469 20 24470 24 24471 31 24472 34 24473 35 24474 20 24475 24 24476 31 24477 34 24478 35 24479 20 24480 24 24481 31 24482 34 24483 35 24484 20 24485 24 24486 31 24487 34 24488 35 24489 31 24490 34 24491 35 24492 20 24493 24 24494 31 24495 34 24496 35 24497 20 24498 24 24499 34 24500 35 24501 20 24502 24 24503 34 24504 35 24505 20 24506 24 24507 34 24508 35 24509 24 24510 34 24511 35 24512 20 24513 24 24514 34 24515 35 24516 24 24517 34 24518 35 24519 20 24520 24 24521 31 24522 34 24523 35 24524 20 24525 24 24526 31 24527 34 24528 35 24529 20 24530 24 24531 31 24532 34 24533 35 24534 20 24535 24 24536 31 24537 34 24538 35 24539 20 24540 24 24541 34 24542 35 24543 20 24544 24 24545 34 24546 35 24547 20 24548 24 24549 34 24550 35 24551 20 24552 24 24553 34 24554 35 24555 20 24556 24 24557 34 24558 35 24559 19 24560 20 24561 19 24562 20 24563 19 24564 20 24565 19 24566 20 24567 19 24568 20 24569 19 24570 20 24571 19 24572 20 24573 19 24574 20 24575 19 24576 20 24577 19 24578 20 24579 19 24580 20 24581 19 24582 20 24583 19 24584 20 24585 19 24586 20 24587 19 24588 20 24589 19 24590 20 24591 19 24592 20 24593 19 24594 20 24595 19 24596 20 24597 24 24598 19 24599 20 24600 24 24601 19 24602 20 24603 24 24604 19 24605 20 24606 24 24607 19 24608 20 24609 24 24610 19 24611 20 24612 24 24613 19 24614 20 24615 24 24616 19 24617 20 24618 24 24619 19 24620 20 24621 24 24622 19 24623 20 24624 24 24625 19 24626 20 24627 24 24628 19 24629 20 24630 24 24631 19 24632 20 24633 24 24634 19 24635 20 24636 24 24637 19 24638 20 24639 24 24640 19 24641 20 24642 24 24643 19 24644 20 24645 24 24646 19 24647 20 24648 24 24649 19 24650 20 24651 24 24652 19 24653 20 24654 24 24655 19 24656 20 24657 24 24658 0 24659 1 24660 3 24661 8 24662 0 24663 3 24664 0 24665 3 24666 8 24667 1 24668 14 24669 1 24670 4 24671 5 24672 6 24673 1 24674 4 24675 5 24676 0 24677 1 24678 3 24679 8 24680 1 24681 4 24682 5 24683 0 24684 3 24685 8 24686 0 24687 3 24688 8 24689 0 24690 3 24691 8 24692 1 24693 2 24694 16 24695 1 24696 2 24697 16 24698 76 24699 21 24700 22 24701 23 24702 41 24703 92 24704 7 24705 17 24706 18 24707 19 24708 21 24709 58 24710 77 24711 42 24712 43 24713 57 24714 42 24715 43 24716 57 24717 42 24718 43 24719 57 24720 42 24721 43 24722 57 24723 42 24724 43 24725 57 24726 42 24727 43 24728 57 24729 42 24730 43 24731 57 24732 1 24733 4 24734 5 24735 1 24736 4 24737 5 24738 1 24739 4 24740 5 24741 1 24742 4 24743 5 24744 19 24745 20 24746 19 24747 20 24748 58 24749 19 24750 20 24751 19 24752 20 24753 19 24754 20 24755 19 24756 20 24757 58 24758 19 24759 20 24760 18 24761 19 24762 20 24763 58 24764 19 24765 58 24766 19 24767 20 24768 41 24769 42 24770 43 24771 57 24772 41 24773 42 24774 43 24775 41 24776 42 24777 43 24778 57 24779 41 24780 42 24781 43 24782 57 24783 41 24784 42 24785 43 24786 57 24787 41 24788 42 24789 43 24790 56 24791 41 24792 42 24793 43 24794 57 24795 41 24796 42 24797 43 24798 57 24799 41 24800 42 24801 43 24802 17 24803 18 24804 19 24805 21 24806 22 24807 58 24808 17 24809 18 24810 19 24811 21 24812 22 24813 58 24814 20 24815 24 24816 34 24817 35 24818 20 24819 24 24820 34 24821 35 24822 42 24823 43 24824 57 24825 58 24826 42 24827 43 24828 57 24829 42 24830 43 24831 57 24832 42 24833 43 24834 57 24835 58 24836 19 24837 20 24838 24 24839 19 24840 20 24841 24 24842 38 24843 39 24844 40 24845 58 24846 38 24847 39 24848 40 24849 58 24850 37 24851 39 24852 40 24853 58 24854 37 24855 39 24856 40 24857 58 24858 38 24859 39 24860 40 24861 58 24862 38 24863 39 24864 40 24865 58 24866 37 24867 39 24868 40 24869 37 24870 39 24871 40 24872 37 24873 39 24874 40 24875 58 24876 37 24877 39 24878 40 24879 37 24880 40 24881 37 24882 40 24883 23 24884 37 24885 40 24886 37 24887 39 24888 40 24889 23 24890 37 24891 40 24892 23 24893 37 24894 40 24895 23 24896 37 24897 40 24898 37 24899 39 24900 40 24901 37 24902 39 24903 40 24904 37 24905 39 24906 40 24907 37 24908 39 24909 40 24910 1 24911 4 24912 5 24913 6 24914 1 24915 4 24916 5 24917 6 24918 7 24919 1 24920 4 24921 5 24922 6 24923 1 24924 4 24925 5 24926 6 24927 1 24928 4 24929 5 24930 6 24931 1 24932 4 24933 5 24934 6 24935 1 24936 4 24937 5 24938 6 24939 1 24940 4 24941 5 24942 6 24943 1 24944 4 24945 5 24946 6 24947 1 24948 4 24949 5 24950 6 24951 1 24952 4 24953 5 24954 6 24955 1 24956 4 24957 5 24958 1 24959 4 24960 5 24961 1 24962 4 24963 5 24964 1 24965 4 24966 5 24967 6 24968 1 24969 4 24970 5 24971 1 24972 4 24973 5 24974 1 24975 4 24976 5 24977 23 24978 37 24979 1 24980 2 24981 16 24982 76 24983 23 24984 37 24985 40 24986 1 24987 2 24988 16 24989 76 24990 37 24991 39 24992 40 24993 1 24994 2 24995 16 24996 1 24997 2 24998 16 24999 1 25000 2 25001 16 25002 1 25003 2 25004 16 25005 1 25006 2 25007 16 25008 0 25009 0 25010 0 25011 0 25012 0 25013 0 25014 0 25015 0 25016 0 25017 0 25018 0 25019 0 25020 0 25021 0 25022 0 25023 0 25024 0 25025 0 25026 0 25027 0 25028 0 25029 0 25030 0 25031 0 25032 0 25033 0 25034 0 25035 0 25036 0 25037 0 25038 0 25039 0 25040 0 25041 0 25042 0 25043 0 25044 0 25045 2 25046 0 25047 2 25048 0 25049 2 25050 0 25051 0 25052 0 25053 0 25054 0 25055 0 25056 0 25057 0 25058 0 25059 0 25060 0 25061 0 25062 1 25063 0 25064 0 25065 0 25066 0 25067 0 25068 0 25069 0 25070 0 25071 0 25072 0 25073 0 25074 0 25075 0 25076 0 25077 0 25078 0 25079 0 25080 0 25081 0 25082 0 25083 0 25084 0 25085 0 25086 0 25087 0 25088 0 25089 0 25090 0 25091 0 25092 0 25093 0 25094 0 25095 0 25096 0 25097 0 25098 0 25099 0 25100 0 25101 0 25102 0 25103 0 25104 0 25105 0 25106 0 25107 0 25108 0 25109 0 25110 0 25111 0 25112 0 25113 1 25114 0 25115 1 25116 0 25117 0 25118 0 25119 0 25120 0 25121 0 25122 0 25123 0 25124 0 25125 0 25126 0 25127 0 25128 2 25129 0 25130 1 25131 2 25132 0 25133 0 25134 0 25135 0 25136 0 25137 0 25138 0 25139 0 25140 2 25141 0 25142 2 25143 0 25144 2 25145 0 25146 2 25147 0 25148 0 25149 0 25150 0 25151 0 25152 2 25153 0 25154 2 25155 0 25156 2 25157 0 25158 0 25159 0 25160 2 25161 0 25162 1 25163 2 25164 0 25165 0 25166 0 25167 0 25168 0 25169 0 25170 0 25171 0 25172 0 25173 0 25174 0 25175 0 25176 0 25177 0 25178 0 25179 0 25180 0 25181 0 25182 0 25183 0 25184 0 25185 0 25186 0 25187 0 25188 0 25189 0 25190 0 25191 0 25192 0 25193 0 25194 0 25195 0 25196 0 25197 0 25198 0 25199 0 25200 0 25201 0 25202 0 25203 0 25204 0 25205 0 25206 0 25207 0 25208 0 25209 0 25210 0 25211 0 25212 0 25213 0 25214 0 25215 0 25216 0 25217 0 25218 0 25219 0 25220 0 25221 1 25222 0 25223 1 25224 0 25225 1 25226 0 25227 1 25228 0 25229 0 25230 0 25231 0 25232 0 25233 1 25234 0 25235 0 25236 1 25237 1 25238 1 25239 1 25240 1 25241 1 25242 1 25243 1 25244 1 25245 1 25246 1 25247 1 25248 1 25249 1 25250 1 25251 1 25252 1 25253 1 25254 1 25255 1 25256 1 25257 1 25258 1 25259 1 25260 1 25261 1 25262 1 25263 1 25264 1 25265 1 25266 1 25267 1 25268 1 25269 1 25270 1 25271 1 25272 1 25273 1 25274 1 25275 1 25276 1 25277 1 25278 1 25279 1 25280 1 25281 1 25282 1 25283 1 25284 1 25285 1 25286 1 25287 1 25288 1 25289 1 25290 1 25291 1 25292 1 25293 1 25294 1 25295 1 25296 1 25297 1 25298 1 25299 1 25300 1 25301 1 25302 1 25303 1 25304 1 25305 1 25306 1 25307 1 25308 1 25309 1 25310 3 25311 1 25312 1 25313 1 25314 1 25315 1 25316 1 25317 1 25318 1 25319 1 25320 1 25321 1 25322 1 25323 1 25324 1 25325 1 25326 1 25327 1 25328 1 25329 1 25330 1 25331 1 25332 1 25333 1 25334 1 25335 1 25336 1 25337 1 25338 1 25339 1 25340 1 25341 1 25342 1 25343 1 25344 1 25345 3 25346 1 25347 3 25348 1 25349 1 25350 1 25351 1 25352 1 25353 1 25354 1 25355 1 25356 1 25357 1 25358 1 25359 1 25360 1 25361 1 25362 1 25363 1 25364 1 25365 1 25366 1 25367 1 25368 1 25369 1 25370 1 25371 1 25372 1 25373 1 25374 1 25375 1 25376 1 25377 1 25378 1 25379 1 25380 1 25381 1 25382 1 25383 1 25384 1 25385 1 25386 1 25387 1 25388 1 25389 1 25390 1 25391 1 25392 1 25393 1 25394 1 25395 1 25396 1 25397 3 25398 1 25399 1 25400 3 25401 1 25402 1 25403 1 25404 1 25405 1 25406 1 25407 3 25408 1 25409 3 25410 1 25411 1 25412 1 25413 3 25414 1 25415 3 25416 1 25417 1 25418 1 25419 1 25420 1 25421 1 25422 1 25423 1 25424 1 25425 1 25426 1 25427 1 25428 1 25429 1 25430 1 25431 1 25432 1 25433 1 25434 1 25435 1 25436 1 25437 1 25438 1 25439 1 25440 1 25441 1 25442 1 25443 1 25444 1 25445 1 25446 1 25447 1 25448 1 25449 1 25450 1 25451 1 25452 1 25453 1 25454 1 25455 1 25456 1 25457 1 25458 1 25459 1 25460 1 25461 1 25462 1 25463 1 25464 1 25465 1 25466 1 25467 1 25468 1 25469 1 25470 1 25471 1 25472 1 25473 1 25474 1 25475 1 25476 1 25477 1 25478 1 25479 1 25480 1 25481 0 25482 1 25483 1 25484 1 25485 0 25486 1 25487 75 25488 1 25489 75 25490 1 25491 2 25492 1 25493 2 25494 1 25495 2 25496 1 25497 75 25498 1 25499 2 25500 1 25501 2 25502 75 25503 0 25504 1 25505 4 25506 5 25507 8 25508 0 25509 1 25510 4 25511 5 25512 8 25513 75 25514 1 25515 4 25516 5 25517 8 25518 75 25519 1 25520 4 25521 5 25522 8 25523 75 25524 0 25525 1 25526 2 25527 3 25528 75 25529 0 25530 1 25531 4 25532 8 25533 75 25534 0 25535 1 25536 2 25537 3 25538 4 25539 75 25540 0 25541 2 25542 3 25543 75 25544 0 25545 3 25546 0 25547 2 25548 3 25549 4 25550 75 25551 0 25552 2 25553 3 25554 75 25555 0 25556 3 25557 0 25558 3 25559 1 25560 2 25561 76 25562 1 25563 2 25564 1 25565 2 25566 1 25567 2 25568 1 25569 2 25570 75 25571 1 25572 2 25573 1 25574 2 25575 75 25576 1 25577 2 25578 1 25579 2 25580 1 25581 2 25582 1 25583 2 25584 1 25585 2 25586 3 25587 75 25588 0 25589 1 25590 2 25591 3 25592 75 25593 0 25594 3 25595 0 25596 3 25597 0 25598 3 25599 0 25600 1 25601 2 25602 3 25603 75 25604 1 25605 2 25606 3 25607 75 25608 1 25609 2 25610 3 25611 75 25612 0 25613 1 25614 4 25615 5 25616 8 25617 1 25618 4 25619 5 25620 8 25621 1 25622 4 25623 5 25624 8 25625 75 25626 1 25627 4 25628 5 25629 8 25630 1 25631 4 25632 5 25633 8 25634 75 25635 1 25636 4 25637 5 25638 8 25639 0 25640 1 25641 4 25642 5 25643 8 25644 1 25645 4 25646 5 25647 6 25648 8 25649 5 25650 6 25651 1 25652 4 25653 5 25654 6 25655 8 25656 5 25657 6 25658 4 25659 5 25660 6 25661 8 25662 4 25663 5 25664 6 25665 1 25666 4 25667 5 25668 6 25669 8 25670 5 25671 6 25672 5 25673 6 25674 5 25675 6 25676 5 25677 6 25678 5 25679 6 25680 5 25681 6 25682 4 25683 5 25684 6 25685 1 25686 2 25687 3 25688 75 25689 1 25690 2 25691 3 25692 75 25693 1 25694 2 25695 3 25696 8 25697 75 25698 0 25699 1 25700 3 25701 4 25702 0 25703 1 25704 0 25705 1 25706 1 25707 2 25708 1 25709 75 25710 1 25711 2 25712 1 25713 2 25714 1 25715 75 25716 1 25717 2 25718 1 25719 75 25720 1 25721 75 25722 1 25723 75 25724 1 25725 2 25726 1 25727 2 25728 1 25729 75 25730 1 25731 2 25732 1 25733 2 25734 75 25735 0 25736 3 25737 4 25738 0 25739 0 25740 0 25741 0 25742 4 25743 0 25744 4 25745 0 25746 3 25747 4 25748 0 25749 3 25750 0 25751 3 25752 0 25753 2 25754 3 25755 75 25756 0 25757 3 25758 0 25759 0 25760 1 25761 2 25762 1 25763 1 25764 75 25765 1 25766 2 25767 1 25768 1 25769 1 25770 75 25771 1 25772 2 25773 1 25774 2 25775 1 25776 1 25777 75 25778 1 25779 1 25780 1 25781 0 25782 1 25783 1 25784 1 25785 1 25786 1 25787 1 25788 1 25789 1 25790 1 25791 3 25792 1 25793 3 25794 1 25795 1 25796 1 25797 1 25798 0 25799 0 25800 4 25801 0 25802 0 25803 0 25804 0 25805 0 25806 0 25807 0 25808 0 25809 4 25810 0 25811 3 25812 0 25813 3 25814 0 25815 0 25816 2 25817 0 25818 2 25819 0 25820 0 25821 0 25822 0 25823 3 25824 0 25825 3 25826 0 25827 1 25828 3 25829 0 25830 2 25831 3 25832 75 25833 0 25834 2 25835 3 25836 4 25837 0 25838 3 25839 0 25840 0 25841 2 25842 1 25843 1 25844 1 25845 1 25846 1 25847 1 25848 1 25849 1 25850 1 25851 1 25852 1 25853 2 25854 1 25855 2 25856 1 25857 2 25858 1 25859 1 25860 1 25861 1 25862 0 25863 0 25864 0 25865 0 25866 0 25867 0 25868 2 25869 0 25870 2 25871 0 25872 2 25873 0 25874 0 25875 4 25876 0 25877 4 25878 0 25879 2 25880 0 25881 2 25882 0 25883 0 25884 2 25885 0 25886 4 25887 0 25888 0 25889 0 25890 0 25891 0 25892 0 25893 0 25894 0 25895 0 25896 0 25897 0 25898 0 25899 3 25900 0 25901 0 25902 3 25903 0 25904 0 25905 0 25906 0 25907 0 25908 0 25909 3 25910 0 25911 0 25912 0 25913 0 25914 0 25915 0 25916 0 25917 3 25918 1 25919 1 25920 1 25921 1 25922 1 25923 1 25924 1 25925 1 25926 1 25927 1 25928 1 25929 1 25930 1 25931 1 25932 1 25933 1 25934 1 25935 1 25936 1 25937 1 25938 1 25939 1 25940 1 25941 1 25942 1 25943 1 25944 1 25945 1 25946 1 25947 1 25948 1 25949 1 25950 1 25951 1 25952 1 25953 1 25954 1 25955 1 25956 1 25957 1 25958 1 25959 1 25960 1 25961 3 25962 1 25963 1 25964 1 25965 1 25966 1 25967 1 25968 1 25969 1 25970 1 25971 1 25972 1 25973 3 25974 1 25975 1 25976 3 25977 1 25978 1 25979 1 25980 1 25981 1 25982 1 25983 1 25984 1 25985 1 25986 1 25987 1 25988 1 25989 1 25990 1 25991 1 25992 1 25993 1 25994 1 25995 1 25996 1 25997 1 25998 1 25999 1 26000 1 26001 1 26002 1 26003 1 26004 1 26005 1 26006 1 26007 1 26008 1 26009 1 26010 1 26011 1 26012 1 26013 1 26014 1 26015 1 26016 1 26017 1 26018 1 26019 1 26020 1 26021 1 26022 1 26023 1 26024 1 26025 1 26026 1 26027 1 26028 1 26029 1 26030 1 26031 1 26032 1 26033 1 26034 1 26035 1 26036 1 26037 1 26038 1 26039 1 26040 1 26041 1 26042 1 26043 1 26044 0 26045 0 26046 0 26047 0 26048 0 26049 0 26050 0 26051 0 26052 0 26053 0 26054 0 26055 0 26056 0 26057 0 26058 0 26059 0 26060 0 26061 0 26062 0 26063 0 26064 0 26065 0 26066 0 26067 0 26068 0 26069 0 26070 0 26071 0 26072 0 26073 0 26074 0 26075 0 26076 4 26077 0 26078 4 26079 0 26080 2 26081 0 26082 0 26083 4 26084 0 26085 4 26086 0 26087 4 26088 0 26089 0 26090 0 26091 0 26092 0 26093 0 26094 2 26095 0 26096 2 26097 0 26098 2 26099 1 26100 1 26101 1 26102 1 26103 1 26104 1 26105 1 26106 2 26107 1 26108 2 26109 1 26110 2 26111 1 26112 2 26113 1 26114 1 26115 1 26116 1 26117 1 26118 1 26119 1 26120 1 26121 1 26122 1 26123 1 26124 1 26125 1 26126 1 26127 1 26128 1 26129 1 26130 4 26131 5 26132 1 26133 4 26134 5 26135 1 26136 4 26137 5 26138 1 26139 4 26140 5 26141 1 26142 4 26143 5 26144 1 26145 4 26146 5 26147 1 26148 4 26149 5 26150 1 26151 4 26152 5 26153 1 26154 4 26155 5 26156 1 26157 4 26158 5 26159 1 26160 4 26161 5 26162 1 26163 4 26164 5 26165 1 26166 4 26167 5 26168 1 26169 4 26170 5 26171 1 26172 4 26173 5 26174 1 26175 4 26176 5 26177 1 26178 4 26179 5 26180 1 26181 4 26182 5 26183 1 26184 4 26185 5 26186 1 26187 4 26188 5 26189 1 26190 4 26191 5 26192 1 26193 4 26194 5 26195 1 26196 4 26197 5 26198 1 26199 4 26200 5 26201 1 26202 4 26203 5 26204 1 26205 4 26206 5 26207 1 26208 4 26209 5 26210 1 26211 4 26212 5 26213 1 26214 4 26215 5 26216 1 26217 4 26218 5 26219 1 26220 4 26221 5 26222 1 26223 4 26224 5 26225 1 26226 4 26227 5 26228 0 26229 0 26230 0 26231 0 26232 0 26233 0 26234 1 26235 0 26236 2 26237 3 26238 75 26239 0 26240 1 26241 2 26242 3 26243 0 26244 0 26245 2 26246 3 26247 0 26248 2 26249 3 26250 0 26251 0 26252 0 26253 0 26254 0 26255 0 26256 0 26257 0 26258 0 26259 0 26260 0 26261 0 26262 0 26263 0 26264 0 26265 0 26266 0 26267 0 26268 0 26269 0 26270 0 26271 0 26272 0 26273 0 26274 0 26275 0 26276 0 26277 0 26278 0 26279 0 26280 0 26281 0 26282 0 26283 1 26284 1 26285 1 26286 1 26287 1 26288 1 26289 1 26290 1 26291 1 26292 1 26293 1 26294 1 26295 1 26296 1 26297 1 26298 1 26299 0 26300 3 26301 4 26302 0 26303 0 26304 10 26305 0 26306 4 26307 0 26308 0 26309 10 26310 0 26311 9 26312 0 26313 10 26314 0 26315 1 26316 3 26317 4 26318 0 26319 1 26320 3 26321 4 26322 0 26323 3 26324 4 26325 0 26326 0 26327 4 26328 0 26329 10 26330 0 26331 9 26332 10 26333 0 26334 10 26335 0 26336 10 26337 0 26338 11 26339 10 26340 11 26341 0 26342 10 26343 10 26344 0 26345 3 26346 10 26347 0 26348 9 26349 0 26350 9 26351 10 26352 1 26353 9 26354 10 26355 9 26356 10 26357 0 26358 4 26359 0 26360 4 26361 11 26362 0 26363 11 26364 11 26365 0 26366 3 26367 4 26368 0 26369 3 26370 4 26371 0 26372 1 26373 3 26374 4 26375 0 26376 1 26377 3 26378 4 26379 0 26380 1 26381 3 26382 4 26383 3 26384 0 26385 3 26386 0 26387 3 26388 0 26389 4 26390 1 26391 11 26392 1 26393 3 26394 11 26395 3 26396 11 26397 0 26398 1 26399 11 26400 1 26401 10 26402 9 26403 10 26404 9 26405 10 26406 9 26407 10 26408 9 26409 3 26410 10 26411 1 26412 10 26413 3 26414 10 26415 11 26416 3 26417 3 26418 0 26419 1 26420 3 26421 11 26422 3 26423 11 26424 10 26425 9 26426 10 26427 9 26428 10 26429 0 26430 1 26431 3 26432 0 26433 1 26434 3 26435 4 26436 3 26437 0 26438 3 26439 1 26440 3 26441 11 26442 0 26443 1 26444 3 26445 11 26446 9 26447 10 26448 9 26449 10 26450 10 26451 10 26452 11 26453 1 26454 4 26455 5 26456 1 26457 4 26458 5 26459 1 26460 4 26461 5 26462 1 26463 4 26464 5 26465 1 26466 4 26467 5 26468 1 26469 4 26470 5 26471 1 26472 4 26473 5 26474 1 26475 4 26476 5 26477 1 26478 4 26479 5 26480 1 26481 4 26482 5 26483 1 26484 4 26485 5 26486 1 26487 4 26488 5 26489 1 26490 4 26491 5 26492 1 26493 2 26494 1 26495 2 26496 1 26497 2 26498 1 26499 2 26500 1 26501 2 26502 1 26503 1 26504 1 26505 1 26506 1 26507 1 26508 1 26509 2 26510 1 26511 2 26512 1 26513 2 26514 1 26515 1 26516 88 26517 88 26518 88 26519 88 26520 85 26521 88 26522 88 26523 88 26524 88 26525 82 26526 82 26527 82 26528 82 26529 85 26530 85 26531 88 26532 88 26533 88 26534 88 26535 88 26536 82 26537 82 26538 82 26539 82 26540 82 26541 85 26542 85 26543 85 26544 85 26545 85 26546 88 26547 88 26548 88 26549 88 26550 88 26551 82 26552 82 26553 82 26554 82 26555 82 26556 85 26557 85 26558 85 26559 85 26560 85 26561 88 26562 88 26563 88 26564 88 26565 88 26566 82 26567 82 26568 82 26569 82 26570 82 26571 85 26572 85 26573 85 26574 85 26575 85 26576 88 26577 88 26578 88 26579 88 26580 88 26581 82 26582 82 26583 82 26584 82 26585 82 26586 85 26587 85 26588 85 26589 85 26590 85 26591 88 26592 88 26593 88 26594 88 26595 88 26596 82 26597 82 26598 82 26599 82 26600 82 26601 85 26602 85 26603 85 26604 85 26605 85 26606 88 26607 88 26608 88 26609 85 26610 85 26611 88 26612 88 26613 88 26614 88 26615 85 26616 85 26617 85 26618 85 26619 82 26620 82 26621 82 26622 82 26623 93 26624 94 26625 108 26626 93 26627 94 26628 108 26629 93 26630 94 26631 108 26632 93 26633 94 26634 108 26635 93 26636 94 26637 108 26638 93 26639 94 26640 108 26641 93 26642 94 26643 108 26644 93 26645 94 26646 108 26647 93 26648 94 26649 108 26650 93 26651 94 26652 108 26653 91 26654 91 26655 91 26656 91 26657 91 26658 91 26659 91 26660 91 26661 91 26662 91 26663 91 26664 91 26665 91 26666 91 26667 91 26668 91 26669 91 26670 91 26671 91 26672 91 26673 91 26674 91 26675 91 26676 91 26677 91 26678 91 26679 91 26680 91 26681 91 26682 91 26683 91 26684 91 26685 91 26686 91 26687 91 26688 91 26689 91 26690 77 26691 78 26692 77 26693 78 26694 77 26695 78 26696 77 26697 78 26698 77 26699 78 26700 22 26701 77 26702 78 26703 22 26704 77 26705 78 26706 77 26707 78 26708 22 26709 77 26710 78 26711 22 26712 77 26713 78 26714 22 26715 77 26716 78 26717 77 26718 78 26719 79 26720 77 26721 78 26722 79 26723 77 26724 78 26725 79 26726 77 26727 78 26728 79 26729 77 26730 78 26731 79 26732 77 26733 78 26734 79 26735 77 26736 78 26737 79 26738 77 26739 78 26740 79 26741 22 26742 77 26743 78 26744 93 26745 94 26746 108 26747 93 26748 94 26749 108 26750 93 26751 94 26752 108 26753 93 26754 94 26755 108 26756 93 26757 94 26758 108 26759 93 26760 94 26761 108 26762 93 26763 94 26764 108 26765 93 26766 94 26767 108 26768 93 26769 94 26770 108 26771 1 26772 1 26773 1 26774 77 26775 78 26776 79 26777 77 26778 78 26779 79 26780 71 26781 110 26782 114 26783 1 26784 1 26785 38 26786 39 26787 58 26788 38 26789 39 26790 58 26791 38 26792 39 26793 58 26794 38 26795 39 26796 40 26797 58 26798 37 26799 39 26800 40 26801 37 26802 39 26803 40 26804 58 26805 37 26806 39 26807 40 26808 37 26809 40 26810 1 26811 4 26812 5 26813 6 26814 1 26815 4 26816 5 26817 6 26818 7 26819 1 26820 4 26821 5 26822 6 26823 1 26824 4 26825 5 26826 6 26827 7 26828 1 26829 4 26830 5 26831 6 26832 7 26833 4 26834 5 26835 6 26836 1 26837 4 26838 5 26839 6 26840 7 26841 1 26842 4 26843 5 26844 6 26845 1 26846 4 26847 5 26848 6 26849 5 26850 6 26851 7 26852 18 26853 58 26854 5 26855 6 26856 7 26857 58 26858 4 26859 5 26860 6 26861 7 26862 58 26863 5 26864 6 26865 7 26866 18 26867 58 26868 1 26869 4 26870 5 26871 1 26872 4 26873 5 26874 6 26875 1 26876 4 26877 5 26878 6 26879 1 26880 4 26881 5 26882 0 26883 9 26884 9 26885 9 26886 9 26887 9 26888 9 26889 10 26890 9 26891 10 26892 9 26893 1 26894 0 26895 1 26896 4 26897 5 26898 8 26899 0 26900 1 26901 4 26902 5 26903 8 26904 1 26905 4 26906 5 26907 6 26908 8 26909 4 26910 5 26911 6 26912 0 26913 3 26914 1 26915 2 26916 0 26917 1 26918 1 26919 0 26920 1 26921 4 26922 0 26923 10 26924 11 26925 0 26926 1 26927 4 26928 0 26929 1 26930 4 26931 1 26932 1 26933 0 26934 1 26935 1 26936 1 26937 2 26938 0 26939 1 26940 4 26941 5 26942 8 26943 0 26944 3 26945 110 26946 114 26947 1 26948 4 26949 5 26950 8 26951 5 26952 6 26953 4 26954 6 26955 5 26956 6 26957 0 26958 0 26959 3 26960 1 26961 1 26962 0 26963 1 26964 1 26965 110 26966 114 26967 0 26968 1 26969 3 26970 4 26971 0 26972 1 26973 3 26974 4 26975 0 26976 3 26977 0 26978 11 26979 10 26980 0 26981 1 26982 3 26983 4 26984 110 26985 114 26986 71 26987 110 26988 114 26989 110 26990 114 26991 0 26992 3 26993 5 26994 71 26995 110 26996 114 26997 0 26998 5 26999 110 27000 114 27001 0 27002 1 27003 3 27004 8 27005 71 27006 110 27007 114 27008 71 27009 110 27010 114 27011 110 27012 114 27013 71 27014 110 27015 114 27016 110 27017 114 27018 71 27019 110 27020 114 27021 71 27022 110 27023 114 27024 71 27025 110 27026 114 27027 71 27028 110 27029 114 27030 0 27031 71 27032 110 27033 114 27034 71 27035 110 27036 114 27037 71 27038 110 27039 114 27040 71 27041 110 27042 114 27043 0 27044 3 27045 71 27046 110 27047 114 27048 9 27049 9 27050 10 27051 9 27052 9 27053 71 27054 110 27055 114 27056 71 27057 110 27058 114 27059 97 27060 100 27061 103 27062 103 27063 103 27064 103 27065 97 27066 97 27067 100 27068 100 27069 100 27070 103 27071 103 27072 103 27073 103 27074 97 27075 97 27076 97 27077 97 27078 97 27079 100 27080 100 27081 100 27082 100 27083 100 27084 103 27085 103 27086 103 27087 97 27088 97 27089 97 27090 100 27091 100 27092 100 27093 103 27094 103 27095 103 27096 103 27097 103 27098 97 27099 97 27100 97 27101 97 27102 97 27103 100 27104 100 27105 100 27106 100 27107 100 27108 103 27109 103 27110 103 27111 103 27112 103 27113 97 27114 97 27115 97 27116 97 27117 97 27118 100 27119 100 27120 100 27121 100 27122 100 27123 103 27124 103 27125 103 27126 97 27127 97 27128 97 27129 100 27130 100 27131 100 27132 103 27133 103 27134 97 27135 97 27136 100 27137 100 27138 103 27139 103 27140 103 27141 100 27142 100 27143 97 27144 103 27145 103 27146 100 27147 100 27148 97 27149 97 27150 106 27151 106 27152 106 27153 106 27154 106 27155 106 27156 106 27157 106 27158 106 27159 106 27160 106 27161 106 27162 106 27163 106 27164 106 27165 106 27166 106 27167 106 27168 106 27169 106 27170 106 27171 106 27172 106 27173 106 27174 106 27175 106 27176 37 27177 92 27178 23 27179 37 27180 92 27181 38 27182 39 27183 58 27184 38 27185 39 27186 40 27187 58 27188 38 27189 39 27190 40 27191 58 27192 37 27193 39 27194 40 27195 58 27196 37 27197 39 27198 40 27199 37 27200 40 27201 37 27202 92 27203 37 27204 92 27205 38 27206 39 27207 58 27208 38 27209 39 27210 58 27211 38 27212 39 27213 58 27214 38 27215 39 27216 58 27217 38 27218 39 27219 40 27220 58 27221 38 27222 39 27223 40 27224 58 27225 39 27226 40 27227 58 27228 39 27229 40 27230 58 27231 37 27232 39 27233 40 27234 37 27235 39 27236 40 27237 37 27238 40 27239 37 27240 40 27241 37 27242 37 27243 58 27244 23 27245 37 27246 92 27247 23 27248 37 27249 92 27250 23 27251 37 27252 92 27253 37 27254 92 27255 23 27256 37 27257 92 27258 23 27259 37 27260 92 27261 23 27262 37 27263 92 27264 23 27265 37 27266 38 27267 39 27268 58 27269 38 27270 39 27271 58 27272 38 27273 39 27274 58 27275 38 27276 39 27277 58 27278 38 27279 39 27280 58 27281 38 27282 39 27283 40 27284 58 27285 38 27286 39 27287 40 27288 58 27289 38 27290 39 27291 40 27292 58 27293 38 27294 39 27295 40 27296 58 27297 38 27298 39 27299 40 27300 58 27301 39 27302 40 27303 58 27304 37 27305 39 27306 40 27307 58 27308 37 27309 39 27310 40 27311 58 27312 37 27313 39 27314 40 27315 37 27316 39 27317 40 27318 37 27319 39 27320 40 27321 37 27322 40 27323 37 27324 40 27325 37 27326 40 27327 37 27328 23 27329 37 27330 92 27331 93 27332 94 27333 108 27334 58 27335 93 27336 94 27337 108 27338 94 27339 94 27340 94 27341 94 27342 94 27343 94 27344 94 27345 93 27346 94 27347 108 27348 58 27349 93 27350 94 27351 108 27352 58 27353 93 27354 94 27355 108 27356 93 27357 94 27358 108 27359 93 27360 94 27361 108 27362 93 27363 94 27364 108 27365 93 27366 94 27367 93 27368 94 27369 108 27370 93 27371 94 27372 108 27373 93 27374 94 27375 108 27376 93 27377 94 27378 93 27379 94 27380 108 27381 93 27382 94 27383 93 27384 94 27385 93 27386 94 27387 108 27388 93 27389 94 27390 108 27391 93 27392 94 27393 108 27394 93 27395 94 27396 93 27397 94 27398 93 27399 94 27400 93 27401 94 27402 93 27403 94 27404 94 27405 95 27406 96 27407 97 27408 96 27409 97 27410 96 27411 97 27412 96 27413 97 27414 99 27415 100 27416 99 27417 100 27418 99 27419 100 27420 99 27421 100 27422 102 27423 103 27424 102 27425 103 27426 102 27427 103 27428 102 27429 103 27430 95 27431 96 27432 95 27433 96 27434 95 27435 96 27436 95 27437 96 27438 98 27439 99 27440 98 27441 99 27442 98 27443 99 27444 98 27445 99 27446 101 27447 102 27448 101 27449 102 27450 101 27451 102 27452 101 27453 102 27454 94 27455 98 27456 101 27457 94 27458 101 27459 104 27460 94 27461 101 27462 104 27463 94 27464 98 27465 101 27466 94 27467 95 27468 98 27469 94 27470 98 27471 101 27472 94 27473 98 27474 101 27475 94 27476 95 27477 98 27478 94 27479 95 27480 98 27481 94 27482 95 27483 98 27484 94 27485 95 27486 94 27487 95 27488 93 27489 94 27490 93 27491 94 27492 97 27493 97 27494 97 27495 97 27496 96 27497 97 27498 96 27499 97 27500 96 27501 97 27502 96 27503 97 27504 100 27505 100 27506 100 27507 100 27508 99 27509 100 27510 99 27511 100 27512 99 27513 100 27514 99 27515 100 27516 103 27517 103 27518 103 27519 103 27520 102 27521 103 27522 102 27523 103 27524 102 27525 103 27526 102 27527 103 27528 101 27529 102 27530 101 27531 102 27532 101 27533 102 27534 101 27535 102 27536 98 27537 99 27538 98 27539 99 27540 98 27541 99 27542 98 27543 99 27544 95 27545 96 27546 95 27547 96 27548 95 27549 96 27550 95 27551 96 27552 95 27553 95 27554 95 27555 95 27556 98 27557 98 27558 98 27559 98 27560 101 27561 101 27562 101 27563 101 27564 94 27565 101 27566 104 27567 94 27568 101 27569 104 27570 94 27571 98 27572 101 27573 94 27574 98 27575 101 27576 94 27577 95 27578 98 27579 94 27580 95 27581 98 27582 96 27583 97 27584 96 27585 97 27586 99 27587 100 27588 99 27589 100 27590 102 27591 103 27592 102 27593 103 27594 95 27595 96 27596 95 27597 96 27598 98 27599 99 27600 98 27601 99 27602 101 27603 102 27604 101 27605 102 27606 101 27607 104 27608 98 27609 101 27610 98 27611 101 27612 95 27613 98 27614 95 27615 98 27616 94 27617 95 27618 94 27619 95 27620 94 27621 94 27622 102 27623 103 27624 101 27625 102 27626 102 27627 103 27628 101 27629 102 27630 102 27631 103 27632 101 27633 102 27634 102 27635 103 27636 101 27637 102 27638 102 27639 103 27640 101 27641 102 27642 102 27643 103 27644 101 27645 102 27646 102 27647 102 27648 102 27649 102 27650 99 27651 100 27652 98 27653 99 27654 99 27655 100 27656 98 27657 99 27658 99 27659 100 27660 98 27661 99 27662 99 27663 100 27664 98 27665 99 27666 99 27667 100 27668 98 27669 99 27670 99 27671 100 27672 98 27673 99 27674 99 27675 99 27676 99 27677 99 27678 96 27679 97 27680 95 27681 96 27682 96 27683 97 27684 95 27685 96 27686 96 27687 97 27688 95 27689 96 27690 96 27691 97 27692 95 27693 96 27694 96 27695 97 27696 95 27697 96 27698 96 27699 97 27700 95 27701 96 27702 96 27703 96 27704 96 27705 96 27706 94 27707 94 27708 95 27709 94 27710 95 27711 94 27712 104 27713 94 27714 101 27715 104 27716 94 27717 94 27718 98 27719 101 27720 94 27721 95 27722 94 27723 94 27724 95 27725 98 27726 94 27727 94 27728 98 27729 101 27730 94 27731 94 27732 94 27733 102 27734 103 27735 102 27736 103 27737 103 27738 103 27739 103 27740 103 27741 99 27742 100 27743 99 27744 100 27745 100 27746 100 27747 100 27748 100 27749 96 27750 97 27751 96 27752 97 27753 97 27754 97 27755 97 27756 97 27757 96 27758 96 27759 95 27760 96 27761 96 27762 97 27763 96 27764 95 27765 96 27766 96 27767 96 27768 96 27769 96 27770 97 27771 98 27772 99 27773 99 27774 99 27775 99 27776 99 27777 100 27778 99 27779 99 27780 98 27781 99 27782 99 27783 100 27784 99 27785 101 27786 102 27787 102 27788 102 27789 102 27790 102 27791 103 27792 102 27793 102 27794 101 27795 102 27796 102 27797 103 27798 102 27799 94 27800 101 27801 104 27802 101 27803 101 27804 101 27805 101 27806 94 27807 98 27808 101 27809 101 27810 101 27811 102 27812 101 27813 102 27814 101 27815 94 27816 98 27817 101 27818 98 27819 98 27820 98 27821 98 27822 94 27823 95 27824 98 27825 98 27826 98 27827 99 27828 98 27829 99 27830 98 27831 95 27832 95 27833 94 27834 95 27835 94 27836 95 27837 98 27838 95 27839 95 27840 95 27841 96 27842 95 27843 95 27844 95 27845 96 27846 94 27847 98 27848 101 27849 94 27850 101 27851 94 27852 101 27853 94 27854 101 27855 94 27856 94 27857 101 27858 104 27859 94 27860 101 27861 104 27862 94 27863 101 27864 104 27865 94 27866 98 27867 94 27868 98 27869 94 27870 98 27871 101 27872 94 27873 94 27874 98 27875 94 27876 95 27877 94 27878 95 27879 94 27880 94 27881 93 27882 94 27883 94 27884 94 27885 101 27886 104 27887 94 27888 98 27889 101 27890 94 27891 101 27892 104 27893 94 27894 98 27895 101 27896 104 27897 103 27898 103 27899 103 27900 103 27901 102 27902 103 27903 102 27904 103 27905 102 27906 103 27907 102 27908 103 27909 101 27910 102 27911 101 27912 102 27913 101 27914 102 27915 101 27916 102 27917 101 27918 101 27919 103 27920 103 27921 94 27922 104 27923 94 27924 94 27925 104 27926 94 27927 103 27928 103 27929 103 27930 103 27931 102 27932 102 27933 102 27934 102 27935 102 27936 102 27937 101 27938 101 27939 101 27940 101 27941 101 27942 101 27943 94 27944 101 27945 104 27946 94 27947 101 27948 104 27949 94 27950 94 27951 94 27952 101 27953 104 27954 94 27955 101 27956 104 27957 102 27958 103 27959 101 27960 102 27961 94 27962 101 27963 93 27964 94 27965 103 27966 94 27967 94 27968 101 27969 102 27970 103 27971 103 27972 103 27973 101 27974 102 27975 102 27976 103 27977 102 27978 102 27979 101 27980 102 27981 94 27982 101 27983 104 27984 101 27985 101 27986 94 27987 101 27988 104 27989 94 27990 94 27991 101 27992 104 27993 94 27994 101 27995 104 27996 93 27997 94 27998 93 27999 94 28000 94 28001 94 28002 95 28003 94 28004 95 28005 98 28006 94 28007 95 28008 94 28009 95 28010 98 28011 97 28012 97 28013 97 28014 97 28015 96 28016 97 28017 96 28018 97 28019 96 28020 97 28021 96 28022 97 28023 95 28024 96 28025 95 28026 96 28027 95 28028 96 28029 95 28030 96 28031 95 28032 95 28033 97 28034 97 28035 94 28036 94 28037 94 28038 94 28039 97 28040 97 28041 97 28042 97 28043 96 28044 96 28045 96 28046 96 28047 96 28048 96 28049 95 28050 95 28051 95 28052 95 28053 95 28054 95 28055 96 28056 97 28057 95 28058 96 28059 94 28060 95 28061 93 28062 94 28063 97 28064 94 28065 94 28066 95 28067 96 28068 97 28069 97 28070 97 28071 95 28072 96 28073 96 28074 97 28075 96 28076 96 28077 95 28078 96 28079 94 28080 95 28081 95 28082 95 28083 93 28084 94 28085 93 28086 94 28087 94 28088 94 28089 94 28090 98 28091 101 28092 94 28093 95 28094 98 28095 94 28096 95 28097 98 28098 101 28099 94 28100 95 28101 98 28102 100 28103 100 28104 100 28105 100 28106 99 28107 100 28108 99 28109 100 28110 99 28111 100 28112 99 28113 100 28114 98 28115 99 28116 98 28117 99 28118 98 28119 99 28120 98 28121 99 28122 98 28123 98 28124 94 28125 94 28126 100 28127 100 28128 94 28129 94 28130 100 28131 100 28132 100 28133 100 28134 99 28135 99 28136 99 28137 99 28138 99 28139 99 28140 98 28141 98 28142 98 28143 98 28144 98 28145 98 28146 94 28147 95 28148 98 28149 94 28150 99 28151 100 28152 98 28153 99 28154 94 28155 98 28156 93 28157 94 28158 100 28159 94 28160 94 28161 98 28162 99 28163 100 28164 100 28165 100 28166 98 28167 99 28168 99 28169 100 28170 99 28171 99 28172 98 28173 99 28174 94 28175 95 28176 98 28177 98 28178 98 28179 94 28180 94 28181 94 28182 104 28183 94 28184 104 28185 94 28186 101 28187 104 28188 94 28189 101 28190 104 28191 93 28192 94 28193 93 28194 94 28195 94 28196 104 28197 105 28198 94 28199 104 28200 94 28201 104 28202 94 28203 93 28204 94 28205 94 28206 97 28207 100 28208 103 28209 97 28210 97 28211 102 28212 102 28213 102 28214 102 28215 101 28216 102 28217 102 28218 102 28219 103 28220 102 28221 96 28222 96 28223 96 28224 96 28225 95 28226 96 28227 96 28228 96 28229 97 28230 96 28231 99 28232 99 28233 99 28234 99 28235 98 28236 99 28237 99 28238 99 28239 100 28240 99 28241 102 28242 102 28243 101 28244 102 28245 102 28246 102 28247 101 28248 102 28249 102 28250 102 28251 102 28252 103 28253 102 28254 102 28255 102 28256 103 28257 96 28258 96 28259 95 28260 96 28261 96 28262 96 28263 95 28264 96 28265 96 28266 96 28267 96 28268 97 28269 96 28270 96 28271 96 28272 97 28273 99 28274 99 28275 98 28276 99 28277 99 28278 99 28279 98 28280 99 28281 99 28282 99 28283 99 28284 100 28285 99 28286 99 28287 99 28288 100 28289 1 28290 74 28291 76 28292 1 28293 2 28294 76 28295 1 28296 2 28297 76 28298 1 28299 2 28300 76 28301 1 28302 2 28303 76 28304 1 28305 2 28306 75 28307 1 28308 2 28309 75 28310 1 28311 2 28312 75 28313 0 28314 1 28315 2 28316 3 28317 75 28318 1 28319 4 28320 75 28321 1 28322 4 28323 75 28324 1 28325 4 28326 5 28327 1 28328 72 28329 74 28330 76 28331 1 28332 74 28333 76 28334 1 28335 74 28336 76 28337 1 28338 2 28339 75 28340 1 28341 2 28342 3 28343 75 28344 1 28345 2 28346 75 28347 1 28348 2 28349 75 28350 76 28351 1 28352 2 28353 75 28354 76 28355 1 28356 2 28357 75 28358 76 28359 1 28360 2 28361 76 28362 1 28363 73 28364 1 28365 73 28366 1 28367 72 28368 73 28369 1 28370 73 28371 1 28372 72 28373 1 28374 4 28375 72 28376 74 28377 1 28378 72 28379 74 28380 1 28381 74 28382 76 28383 1 28384 72 28385 1 28386 72 28387 1 28388 72 28389 74 28390 1 28391 2 28392 76 28393 1 28394 2 28395 76 28396 1 28397 2 28398 76 28399 1 28400 2 28401 76 28402 1 28403 2 28404 76 28405 1 28406 2 28407 76 28408 1 28409 2 28410 76 28411 1 28412 2 28413 76 28414 1 28415 2 28416 76 28417 0 28418 1 28419 2 28420 3 28421 4 28422 5 28423 8 28424 75 28425 1 28426 2 28427 76 28428 1 28429 2 28430 75 28431 76 28432 1 28433 2 28434 75 28435 76 28436 1 28437 2 28438 75 28439 76 28440 1 28441 2 28442 75 28443 1 28444 2 28445 75 28446 76 28447 1 28448 2 28449 75 28450 76 28451 1 28452 2 28453 75 28454 76 28455 1 28456 2 28457 75 28458 76 28459 1 28460 2 28461 75 28462 0 28463 1 28464 2 28465 3 28466 75 28467 0 28468 1 28469 3 28470 8 28471 75 28472 1 28473 73 28474 1 28475 72 28476 1 28477 73 28478 1 28479 73 28480 1 28481 72 28482 1 28483 73 28484 1 28485 1 28486 72 28487 1 28488 73 28489 1 28490 73 28491 1 28492 4 28493 72 28494 73 28495 1 28496 73 28497 1 28498 72 28499 1 28500 72 28501 1 28502 72 28503 0 28504 1 28505 2 28506 3 28507 5 28508 8 28509 75 28510 1 28511 2 28512 76 28513 1 28514 2 28515 75 28516 76 28517 1 28518 2 28519 75 28520 76 28521 1 28522 2 28523 75 28524 1 28525 2 28526 75 28527 76 28528 1 28529 2 28530 75 28531 1 28532 2 28533 75 28534 76 28535 1 28536 2 28537 75 28538 76 28539 1 28540 2 28541 3 28542 75 28543 1 28544 2 28545 75 28546 1 28547 2 28548 75 28549 1 28550 2 28551 75 28552 1 28553 2 28554 75 28555 76 28556 1 28557 2 28558 75 28559 1 28560 2 28561 75 28562 1 28563 2 28564 75 28565 1 28566 2 28567 75 28568 0 28569 1 28570 2 28571 3 28572 5 28573 8 28574 75 28575 0 28576 1 28577 2 28578 3 28579 75 28580 0 28581 3 28582 8 28583 0 28584 1 28585 3 28586 75 28587 0 28588 1 28589 2 28590 3 28591 5 28592 8 28593 75 28594 0 28595 1 28596 2 28597 3 28598 5 28599 8 28600 75 28601 0 28602 1 28603 2 28604 3 28605 5 28606 8 28607 75 28608 0 28609 2 28610 3 28611 75 28612 0 28613 3 28614 8 28615 75 28616 0 28617 1 28618 2 28619 3 28620 5 28621 8 28622 75 28623 0 28624 1 28625 2 28626 3 28627 5 28628 8 28629 75 28630 0 28631 1 28632 2 28633 3 28634 5 28635 8 28636 75 28637 0 28638 1 28639 2 28640 3 28641 75 28642 0 28643 1 28644 2 28645 3 28646 5 28647 8 28648 75 28649 0 28650 1 28651 2 28652 3 28653 4 28654 5 28655 8 28656 75 28657 0 28658 1 28659 2 28660 3 28661 5 28662 8 28663 75 28664 1 28665 73 28666 1 28667 4 28668 72 28669 1 28670 73 28671 1 28672 73 28673 1 28674 72 28675 1 28676 73 28677 1 28678 72 28679 1 28680 73 28681 1 28682 73 28683 1 28684 73 28685 1 28686 72 28687 1 28688 72 28689 0 28690 1 28691 2 28692 3 28693 75 28694 0 28695 1 28696 2 28697 3 28698 5 28699 8 28700 75 28701 0 28702 1 28703 2 28704 3 28705 5 28706 8 28707 75 28708 1 28709 2 28710 3 28711 75 28712 1 28713 2 28714 75 28715 0 28716 1 28717 2 28718 3 28719 5 28720 8 28721 75 28722 0 28723 1 28724 2 28725 3 28726 5 28727 8 28728 75 28729 0 28730 1 28731 2 28732 3 28733 5 28734 8 28735 75 28736 0 28737 1 28738 2 28739 3 28740 5 28741 8 28742 75 28743 0 28744 1 28745 2 28746 3 28747 5 28748 8 28749 75 28750 0 28751 1 28752 2 28753 3 28754 5 28755 8 28756 75 28757 1 28758 2 28759 75 28760 1 28761 2 28762 75 28763 0 28764 1 28765 2 28766 3 28767 5 28768 8 28769 75 28770 1 28771 2 28772 75 28773 1 28774 2 28775 75 28776 1 28777 2 28778 4 28779 75 28780 1 28781 2 28782 4 28783 5 28784 8 28785 75 28786 1 28787 4 28788 5 28789 8 28790 75 28791 1 28792 2 28793 75 28794 1 28795 2 28796 4 28797 75 28798 1 28799 2 28800 75 28801 1 28802 2 28803 5 28804 75 28805 1 28806 2 28807 3 28808 4 28809 5 28810 8 28811 75 28812 1 28813 4 28814 5 28815 1 28816 4 28817 74 28818 1 28819 4 28820 5 28821 1 28822 4 28823 5 28824 1 28825 4 28826 5 28827 1 28828 4 28829 5 28830 76 28831 1 28832 4 28833 5 28834 74 28835 1 28836 4 28837 74 28838 76 28839 1 28840 74 28841 76 28842 0 28843 1 28844 3 28845 4 28846 5 28847 8 28848 75 28849 0 28850 1 28851 3 28852 5 28853 8 28854 75 28855 0 28856 1 28857 3 28858 5 28859 8 28860 75 28861 0 28862 3 28863 8 28864 0 28865 1 28866 3 28867 8 28868 0 28869 1 28870 3 28871 5 28872 8 28873 0 28874 1 28875 3 28876 5 28877 8 28878 75 28879 0 28880 1 28881 2 28882 3 28883 8 28884 75 28885 0 28886 1 28887 3 28888 75 28889 0 28890 1 28891 3 28892 5 28893 8 28894 75 28895 0 28896 1 28897 3 28898 5 28899 8 28900 75 28901 0 28902 1 28903 3 28904 5 28905 8 28906 0 28907 1 28908 3 28909 8 28910 0 28911 1 28912 3 28913 8 28914 0 28915 1 28916 2 28917 3 28918 5 28919 8 28920 75 28921 0 28922 1 28923 2 28924 3 28925 5 28926 8 28927 75 28928 0 28929 1 28930 2 28931 3 28932 5 28933 8 28934 75 28935 0 28936 1 28937 3 28938 5 28939 8 28940 75 28941 0 28942 1 28943 3 28944 8 28945 75 28946 0 28947 1 28948 3 28949 8 28950 0 28951 3 28952 8 28953 1 28954 2 28955 75 28956 76 28957 1 28958 4 28959 5 28960 0 28961 1 28962 4 28963 5 28964 8 28965 0 28966 1 28967 2 28968 3 28969 4 28970 5 28971 8 28972 75 28973 0 28974 1 28975 2 28976 3 28977 4 28978 5 28979 8 28980 75 28981 0 28982 1 28983 2 28984 3 28985 4 28986 5 28987 8 28988 75 28989 0 28990 1 28991 2 28992 3 28993 4 28994 5 28995 8 28996 75 28997 0 28998 1 28999 2 29000 3 29001 4 29002 5 29003 8 29004 75 29005 0 29006 1 29007 2 29008 3 29009 4 29010 5 29011 8 29012 75 29013 0 29014 1 29015 4 29016 5 29017 8 29018 75 29019 0 29020 1 29021 4 29022 5 29023 8 29024 1 29025 2 29026 4 29027 5 29028 8 29029 1 29030 2 29031 4 29032 5 29033 1 29034 4 29035 5 29036 1 29037 2 29038 4 29039 5 29040 0 29041 1 29042 2 29043 3 29044 4 29045 5 29046 8 29047 75 29048 0 29049 1 29050 3 29051 4 29052 5 29053 8 29054 0 29055 1 29056 2 29057 3 29058 4 29059 5 29060 8 29061 75 29062 0 29063 1 29064 3 29065 4 29066 5 29067 8 29068 0 29069 1 29070 4 29071 5 29072 8 29073 0 29074 1 29075 2 29076 3 29077 4 29078 5 29079 8 29080 75 29081 0 29082 1 29083 2 29084 4 29085 5 29086 8 29087 1 29088 2 29089 4 29090 5 29091 1 29092 2 29093 4 29094 5 29095 6 29096 7 29097 1 29098 4 29099 5 29100 6 29101 7 29102 1 29103 2 29104 4 29105 5 29106 6 29107 7 29108 1 29109 4 29110 5 29111 6 29112 7 29113 1 29114 4 29115 5 29116 6 29117 7 29118 0 29119 1 29120 3 29121 4 29122 5 29123 6 29124 8 29125 0 29126 1 29127 4 29128 5 29129 6 29130 8 29131 0 29132 1 29133 4 29134 5 29135 6 29136 8 29137 0 29138 1 29139 4 29140 5 29141 6 29142 8 29143 0 29144 1 29145 4 29146 5 29147 6 29148 8 29149 1 29150 2 29151 4 29152 5 29153 6 29154 7 29155 1 29156 4 29157 5 29158 6 29159 7 29160 1 29161 4 29162 5 29163 6 29164 7 29165 1 29166 4 29167 5 29168 6 29169 7 29170 58 29171 4 29172 5 29173 6 29174 7 29175 58 29176 1 29177 4 29178 5 29179 6 29180 7 29181 58 29182 1 29183 4 29184 5 29185 6 29186 7 29187 58 29188 4 29189 5 29190 6 29191 7 29192 58 29193 0 29194 4 29195 5 29196 6 29197 7 29198 8 29199 58 29200 4 29201 5 29202 6 29203 7 29204 58 29205 0 29206 4 29207 5 29208 6 29209 7 29210 8 29211 58 29212 4 29213 5 29214 6 29215 7 29216 58 29217 1 29218 4 29219 5 29220 6 29221 7 29222 58 29223 1 29224 4 29225 5 29226 6 29227 7 29228 58 29229 5 29230 6 29231 7 29232 58 29233 5 29234 6 29235 7 29236 58 29237 5 29238 6 29239 7 29240 58 29241 4 29242 5 29243 6 29244 7 29245 58 29246 4 29247 5 29248 6 29249 7 29250 18 29251 58 29252 4 29253 5 29254 6 29255 7 29256 58 29257 5 29258 6 29259 7 29260 58 29261 5 29262 6 29263 7 29264 58 29265 5 29266 6 29267 7 29268 58 29269 1 29270 4 29271 5 29272 1 29273 4 29274 5 29275 1 29276 4 29277 5 29278 6 29279 7 29280 1 29281 4 29282 5 29283 1 29284 4 29285 5 29286 1 29287 4 29288 5 29289 1 29290 4 29291 5 29292 1 29293 4 29294 5 29295 1 29296 4 29297 5 29298 6 29299 1 29300 4 29301 5 29302 6 29303 7 29304 1 29305 4 29306 5 29307 6 29308 1 29309 4 29310 5 29311 6 29312 7 29313 1 29314 4 29315 5 29316 6 29317 7 29318 58 29319 5 29320 6 29321 7 29322 17 29323 18 29324 21 29325 58 29326 77 29327 5 29328 6 29329 7 29330 17 29331 18 29332 21 29333 58 29334 77 29335 5 29336 6 29337 7 29338 17 29339 18 29340 58 29341 77 29342 5 29343 6 29344 7 29345 17 29346 18 29347 19 29348 58 29349 5 29350 6 29351 7 29352 17 29353 18 29354 19 29355 58 29356 5 29357 6 29358 7 29359 17 29360 18 29361 19 29362 58 29363 5 29364 6 29365 7 29366 17 29367 18 29368 19 29369 58 29370 5 29371 6 29372 7 29373 17 29374 18 29375 19 29376 58 29377 1 29378 2 29379 4 29380 5 29381 8 29382 0 29383 1 29384 2 29385 4 29386 5 29387 8 29388 1 29389 2 29390 4 29391 5 29392 6 29393 0 29394 1 29395 2 29396 3 29397 5 29398 8 29399 75 29400 0 29401 1 29402 2 29403 3 29404 75 29405 1 29406 72 29407 74 29408 76 29409 1 29410 74 29411 76 29412 1 29413 2 29414 74 29415 76 29416 1 29417 72 29418 74 29419 76 29420 1 29421 1 29422 73 29423 1 29424 73 29425 1 29426 76 29427 0 29428 1 29429 2 29430 3 29431 5 29432 8 29433 75 29434 0 29435 1 29436 2 29437 3 29438 5 29439 8 29440 75 29441 0 29442 1 29443 2 29444 3 29445 4 29446 5 29447 8 29448 75 29449 0 29450 1 29451 2 29452 3 29453 4 29454 5 29455 8 29456 75 29457 0 29458 1 29459 2 29460 3 29461 5 29462 8 29463 75 29464 0 29465 1 29466 2 29467 3 29468 4 29469 5 29470 8 29471 75 29472 0 29473 1 29474 2 29475 3 29476 4 29477 5 29478 8 29479 75 29480 1 29481 2 29482 3 29483 5 29484 8 29485 75 29486 1 29487 2 29488 3 29489 75 29490 0 29491 1 29492 2 29493 3 29494 5 29495 8 29496 75 29497 0 29498 1 29499 2 29500 3 29501 5 29502 8 29503 75 29504 1 29505 2 29506 75 29507 1 29508 2 29509 75 29510 1 29511 2 29512 75 29513 1 29514 2 29515 75 29516 1 29517 2 29518 4 29519 8 29520 75 29521 1 29522 2 29523 5 29524 8 29525 75 29526 0 29527 1 29528 2 29529 3 29530 4 29531 5 29532 8 29533 75 29534 0 29535 1 29536 2 29537 3 29538 4 29539 5 29540 8 29541 75 29542 0 29543 1 29544 4 29545 5 29546 8 29547 75 29548 0 29549 1 29550 4 29551 5 29552 8 29553 75 29554 0 29555 1 29556 2 29557 4 29558 5 29559 8 29560 75 29561 0 29562 1 29563 2 29564 4 29565 5 29566 8 29567 0 29568 1 29569 2 29570 3 29571 5 29572 8 29573 75 29574 0 29575 1 29576 2 29577 3 29578 4 29579 5 29580 8 29581 75 29582 0 29583 1 29584 2 29585 3 29586 4 29587 5 29588 8 29589 75 29590 0 29591 1 29592 2 29593 4 29594 5 29595 8 29596 75 29597 0 29598 1 29599 2 29600 3 29601 5 29602 8 29603 75 29604 1 29605 2 29606 3 29607 75 29608 1 29609 2 29610 3 29611 75 29612 1 29613 2 29614 3 29615 75 29616 1 29617 2 29618 8 29619 75 29620 1 29621 2 29622 75 29623 1 29624 2 29625 75 29626 1 29627 2 29628 75 29629 1 29630 2 29631 3 29632 4 29633 5 29634 8 29635 75 29636 0 29637 1 29638 2 29639 3 29640 4 29641 5 29642 8 29643 75 29644 0 29645 1 29646 2 29647 3 29648 4 29649 5 29650 8 29651 0 29652 1 29653 2 29654 4 29655 5 29656 8 29657 0 29658 1 29659 2 29660 4 29661 5 29662 8 29663 75 29664 1 29665 2 29666 4 29667 5 29668 8 29669 0 29670 1 29671 2 29672 3 29673 5 29674 8 29675 75 29676 0 29677 1 29678 2 29679 3 29680 4 29681 5 29682 8 29683 75 29684 0 29685 1 29686 2 29687 3 29688 4 29689 5 29690 8 29691 75 29692 1 29693 4 29694 5 29695 8 29696 74 29697 75 29698 1 29699 4 29700 5 29701 8 29702 74 29703 75 29704 1 29705 4 29706 5 29707 74 29708 1 29709 4 29710 5 29711 74 29712 1 29713 4 29714 74 29715 1 29716 4 29717 5 29718 1 29719 4 29720 5 29721 1 29722 4 29723 5 29724 1 29725 4 29726 5 29727 1 29728 4 29729 5 29730 1 29731 4 29732 5 29733 74 29734 1 29735 4 29736 5 29737 8 29738 74 29739 75 29740 1 29741 4 29742 5 29743 8 29744 74 29745 75 29746 1 29747 4 29748 8 29749 74 29750 75 29751 1 29752 4 29753 5 29754 74 29755 1 29756 4 29757 5 29758 74 29759 1 29760 4 29761 5 29762 74 29763 1 29764 4 29765 5 29766 8 29767 74 29768 75 29769 1 29770 4 29771 5 29772 1 29773 4 29774 5 29775 1 29776 4 29777 5 29778 1 29779 4 29780 5 29781 1 29782 4 29783 5 29784 1 29785 4 29786 5 29787 1 29788 4 29789 5 29790 72 29791 74 29792 1 29793 4 29794 5 29795 74 29796 1 29797 4 29798 5 29799 1 29800 4 29801 5 29802 1 29803 4 29804 5 29805 1 29806 4 29807 5 29808 1 29809 4 29810 5 29811 1 29812 4 29813 5 29814 1 29815 4 29816 5 29817 1 29818 4 29819 5 29820 1 29821 4 29822 5 29823 1 29824 4 29825 5 29826 1 29827 4 29828 5 29829 1 29830 4 29831 5 29832 1 29833 4 29834 5 29835 1 29836 4 29837 5 29838 1 29839 4 29840 5 29841 1 29842 4 29843 5 29844 1 29845 4 29846 5 29847 1 29848 4 29849 5 29850 1 29851 4 29852 5 29853 1 29854 4 29855 5 29856 1 29857 4 29858 5 29859 1 29860 4 29861 5 29862 1 29863 4 29864 5 29865 1 29866 4 29867 5 29868 1 29869 4 29870 5 29871 1 29872 4 29873 5 29874 1 29875 4 29876 5 29877 1 29878 4 29879 5 29880 1 29881 4 29882 5 29883 1 29884 4 29885 5 29886 4 29887 5 29888 6 29889 7 29890 58 29891 5 29892 6 29893 7 29894 18 29895 58 29896 5 29897 6 29898 7 29899 17 29900 18 29901 19 29902 21 29903 58 29904 1 29905 2 29906 76 29907 1 29908 2 29909 76 29910 1 29911 2 29912 76 29913 1 29914 2 29915 75 29916 76 29917 1 29918 2 29919 4 29920 5 29921 1 29922 4 29923 5 29924 0 29925 1 29926 2 29927 3 29928 4 29929 5 29930 8 29931 75 29932 1 29933 2 29934 74 29935 76 29936 1 29937 73 29938 75 29939 1 29940 73 29941 1 29942 4 29943 1 29944 4 29945 72 29946 1 29947 2 29948 73 29949 75 29950 1 29951 2 29952 73 29953 1 29954 4 29955 75 29956 1 29957 4 29958 1 29959 72 29960 74 29961 1 29962 72 29963 1 29964 73 29965 1 29966 73 29967 1 29968 72 29969 74 29970 1 29971 72 29972 1 29973 76 29974 1 29975 1 29976 2 29977 73 29978 1 29979 4 29980 1 29981 4 29982 73 29983 1 29984 72 29985 1 29986 72 29987 1 29988 4 29989 72 29990 1 29991 2 29992 73 29993 1 29994 73 29995 1 29996 72 29997 1 29998 73 29999 1 30000 4 30001 72 30002 1 30003 2 30004 4 30005 5 30006 8 30007 74 30008 75 30009 1 30010 2 30011 75 30012 1 30013 72 30014 1 30015 2 30016 76 30017 1 30018 2 30019 76 30020 1 30021 2 30022 76 30023 1 30024 2 30025 76 30026 1 30027 2 30028 76 30029 1 30030 2 30031 76 30032 1 30033 2 30034 76 30035 1 30036 2 30037 76 30038 1 30039 2 30040 76 30041 1 30042 2 30043 76 30044 17 30045 18 30046 21 30047 22 30048 58 30049 77 30050 17 30051 18 30052 19 30053 58 30054 77 30055 17 30056 18 30057 21 30058 22 30059 58 30060 77 30061 21 30062 58 30063 77 30064 7 30065 17 30066 18 30067 58 30068 77 30069 7 30070 17 30071 18 30072 58 30073 77 30074 7 30075 17 30076 18 30077 58 30078 77 30079 18 30080 21 30081 22 30082 58 30083 77 30084 17 30085 18 30086 21 30087 58 30088 77 30089 17 30090 18 30091 21 30092 22 30093 58 30094 77 30095 17 30096 18 30097 58 30098 77 30099 7 30100 17 30101 18 30102 21 30103 77 30104 7 30105 18 30106 21 30107 77 30108 17 30109 18 30110 21 30111 22 30112 58 30113 77 30114 18 30115 21 30116 22 30117 58 30118 77 30119 18 30120 21 30121 22 30122 58 30123 77 30124 17 30125 18 30126 21 30127 22 30128 58 30129 77 30130 7 30131 18 30132 21 30133 22 30134 58 30135 77 30136 109 30137 7 30138 17 30139 18 30140 21 30141 58 30142 77 30143 109 30144 6 30145 7 30146 17 30147 18 30148 58 30149 77 30150 6 30151 7 30152 17 30153 18 30154 21 30155 58 30156 77 30157 1 30158 2 30159 76 30160 1 30161 2 30162 76 30163 1 30164 2 30165 76 30166 1 30167 2 30168 76 30169 1 30170 2 30171 75 30172 76 30173 1 30174 2 30175 76 30176 1 30177 2 30178 76 30179 1 30180 2 30181 76 30182 1 30183 2 30184 76 30185 1 30186 2 30187 76 30188 1 30189 2 30190 76 30191 1 30192 2 30193 76 30194 1 30195 2 30196 76 30197 1 30198 2 30199 75 30200 76 30201 1 30202 2 30203 75 30204 76 30205 1 30206 2 30207 75 30208 76 30209 1 30210 2 30211 75 30212 76 30213 1 30214 2 30215 76 30216 1 30217 2 30218 76 30219 1 30220 2 30221 76 30222 1 30223 2 30224 76 30225 1 30226 2 30227 76 30228 1 30229 2 30230 76 30231 1 30232 2 30233 75 30234 76 30235 1 30236 2 30237 75 30238 76 30239 1 30240 2 30241 75 30242 76 30243 1 30244 2 30245 76 30246 1 30247 2 30248 76 30249 1 30250 2 30251 76 30252 1 30253 2 30254 76 30255 1 30256 4 30257 74 30258 76 30259 18 30260 58 30261 77 30262 18 30263 21 30264 22 30265 77 30266 17 30267 18 30268 21 30269 22 30270 58 30271 77 30272 17 30273 18 30274 58 30275 77 30276 18 30277 19 30278 58 30279 77 30280 17 30281 18 30282 58 30283 77 30284 18 30285 77 30286 58 30287 77 30288 58 30289 77 30290 58 30291 77 30292 21 30293 22 30294 77 30295 18 30296 77 30297 58 30298 77 30299 18 30300 19 30301 58 30302 77 30303 19 30304 58 30305 77 30306 19 30307 58 30308 77 30309 77 30310 58 30311 77 30312 58 30313 77 30314 58 30315 77 30316 58 30317 77 30318 58 30319 77 30320 58 30321 77 30322 58 30323 77 30324 78 30325 58 30326 77 30327 58 30328 77 30329 78 30330 58 30331 77 30332 78 30333 77 30334 78 30335 77 30336 78 30337 77 30338 78 30339 77 30340 78 30341 77 30342 78 30343 77 30344 78 30345 77 30346 78 30347 77 30348 78 30349 77 30350 78 30351 77 30352 78 30353 79 30354 77 30355 78 30356 77 30357 78 30358 17 30359 18 30360 21 30361 22 30362 58 30363 77 30364 18 30365 21 30366 22 30367 58 30368 77 30369 21 30370 22 30371 58 30372 21 30373 22 30374 58 30375 21 30376 22 30377 58 30378 21 30379 22 30380 23 30381 58 30382 92 30383 21 30384 22 30385 23 30386 58 30387 92 30388 21 30389 22 30390 23 30391 58 30392 92 30393 21 30394 22 30395 23 30396 92 30397 21 30398 22 30399 23 30400 58 30401 92 30402 21 30403 22 30404 23 30405 92 30406 21 30407 22 30408 23 30409 58 30410 92 30411 22 30412 23 30413 92 30414 21 30415 22 30416 23 30417 58 30418 92 30419 21 30420 22 30421 23 30422 92 30423 21 30424 22 30425 23 30426 58 30427 92 30428 22 30429 23 30430 58 30431 92 30432 22 30433 23 30434 58 30435 92 30436 21 30437 22 30438 23 30439 92 30440 18 30441 21 30442 58 30443 77 30444 21 30445 58 30446 77 30447 7 30448 18 30449 21 30450 77 30451 17 30452 18 30453 21 30454 22 30455 58 30456 77 30457 17 30458 18 30459 21 30460 58 30461 77 30462 7 30463 18 30464 21 30465 58 30466 77 30467 17 30468 18 30469 21 30470 77 30471 7 30472 17 30473 18 30474 21 30475 77 30476 21 30477 58 30478 77 30479 21 30480 77 30481 17 30482 18 30483 21 30484 58 30485 77 30486 17 30487 18 30488 21 30489 22 30490 58 30491 77 30492 17 30493 18 30494 21 30495 22 30496 58 30497 77 30498 17 30499 18 30500 21 30501 58 30502 77 30503 7 30504 17 30505 18 30506 21 30507 77 30508 7 30509 17 30510 18 30511 21 30512 58 30513 77 30514 6 30515 7 30516 17 30517 18 30518 21 30519 58 30520 77 30521 21 30522 77 30523 21 30524 58 30525 77 30526 58 30527 77 30528 21 30529 77 30530 7 30531 18 30532 58 30533 77 30534 77 30535 18 30536 58 30537 77 30538 7 30539 18 30540 21 30541 58 30542 77 30543 77 30544 78 30545 77 30546 78 30547 77 30548 78 30549 77 30550 78 30551 77 30552 78 30553 77 30554 78 30555 77 30556 78 30557 77 30558 78 30559 77 30560 78 30561 77 30562 78 30563 77 30564 78 30565 77 30566 78 30567 77 30568 78 30569 77 30570 78 30571 77 30572 78 30573 58 30574 77 30575 58 30576 77 30577 77 30578 78 30579 58 30580 77 30581 78 30582 58 30583 77 30584 78 30585 77 30586 78 30587 77 30588 78 30589 77 30590 78 30591 58 30592 77 30593 58 30594 77 30595 78 30596 58 30597 77 30598 78 30599 58 30600 77 30601 78 30602 79 30603 80 30604 81 30605 82 30606 81 30607 82 30608 81 30609 82 30610 81 30611 82 30612 84 30613 85 30614 84 30615 85 30616 84 30617 85 30618 84 30619 85 30620 87 30621 88 30622 87 30623 88 30624 87 30625 88 30626 87 30627 88 30628 80 30629 81 30630 80 30631 81 30632 80 30633 81 30634 80 30635 81 30636 83 30637 84 30638 83 30639 84 30640 83 30641 84 30642 83 30643 84 30644 86 30645 87 30646 86 30647 87 30648 86 30649 87 30650 86 30651 87 30652 78 30653 79 30654 83 30655 86 30656 78 30657 79 30658 83 30659 86 30660 79 30661 80 30662 83 30663 78 30664 79 30665 83 30666 86 30667 78 30668 79 30669 83 30670 86 30671 78 30672 79 30673 80 30674 83 30675 79 30676 80 30677 83 30678 78 30679 79 30680 80 30681 83 30682 79 30683 80 30684 79 30685 80 30686 78 30687 79 30688 78 30689 79 30690 82 30691 82 30692 82 30693 82 30694 81 30695 82 30696 81 30697 82 30698 81 30699 82 30700 81 30701 82 30702 85 30703 85 30704 85 30705 85 30706 84 30707 85 30708 84 30709 85 30710 84 30711 85 30712 84 30713 85 30714 88 30715 88 30716 88 30717 88 30718 87 30719 88 30720 87 30721 88 30722 87 30723 88 30724 87 30725 88 30726 86 30727 87 30728 86 30729 87 30730 86 30731 87 30732 86 30733 87 30734 83 30735 84 30736 83 30737 84 30738 83 30739 84 30740 83 30741 84 30742 80 30743 81 30744 80 30745 81 30746 80 30747 81 30748 80 30749 81 30750 80 30751 80 30752 80 30753 80 30754 83 30755 83 30756 83 30757 83 30758 86 30759 86 30760 86 30761 86 30762 78 30763 79 30764 83 30765 86 30766 78 30767 79 30768 83 30769 86 30770 79 30771 80 30772 83 30773 78 30774 79 30775 80 30776 83 30777 81 30778 82 30779 81 30780 82 30781 84 30782 85 30783 84 30784 85 30785 87 30786 88 30787 87 30788 88 30789 80 30790 81 30791 80 30792 81 30793 83 30794 84 30795 83 30796 84 30797 86 30798 87 30799 86 30800 87 30801 83 30802 86 30803 83 30804 86 30805 80 30806 83 30807 80 30808 83 30809 77 30810 78 30811 79 30812 77 30813 78 30814 79 30815 77 30816 78 30817 79 30818 77 30819 78 30820 79 30821 77 30822 78 30823 79 30824 77 30825 78 30826 79 30827 77 30828 78 30829 79 30830 77 30831 78 30832 79 30833 77 30834 78 30835 79 30836 77 30837 78 30838 79 30839 77 30840 78 30841 79 30842 77 30843 78 30844 79 30845 77 30846 78 30847 79 30848 77 30849 78 30850 79 30851 79 30852 80 30853 79 30854 80 30855 78 30856 79 30857 78 30858 79 30859 78 30860 79 30861 78 30862 79 30863 87 30864 88 30865 86 30866 87 30867 87 30868 88 30869 86 30870 87 30871 87 30872 88 30873 86 30874 87 30875 87 30876 88 30877 86 30878 87 30879 87 30880 88 30881 86 30882 87 30883 87 30884 88 30885 86 30886 87 30887 87 30888 87 30889 87 30890 87 30891 84 30892 85 30893 83 30894 84 30895 84 30896 85 30897 83 30898 84 30899 84 30900 85 30901 83 30902 84 30903 84 30904 85 30905 83 30906 84 30907 84 30908 85 30909 83 30910 84 30911 84 30912 85 30913 83 30914 84 30915 84 30916 84 30917 84 30918 84 30919 81 30920 82 30921 80 30922 81 30923 81 30924 82 30925 80 30926 81 30927 81 30928 82 30929 80 30930 81 30931 81 30932 82 30933 80 30934 81 30935 82 30936 81 30937 82 30938 80 30939 81 30940 81 30941 82 30942 80 30943 81 30944 81 30945 81 30946 81 30947 81 30948 82 30949 78 30950 79 30951 78 30952 79 30953 80 30954 78 30955 79 30956 78 30957 79 30958 80 30959 78 30960 79 30961 78 30962 79 30963 83 30964 86 30965 78 30966 79 30967 80 30968 78 30969 79 30970 78 30971 79 30972 80 30973 83 30974 78 30975 79 30976 78 30977 79 30978 83 30979 86 30980 78 30981 79 30982 78 30983 79 30984 78 30985 79 30986 78 30987 79 30988 89 30989 90 30990 87 30991 88 30992 87 30993 88 30994 87 30995 88 30996 87 30997 88 30998 87 30999 88 31000 87 31001 88 31002 84 31003 85 31004 84 31005 85 31006 84 31007 85 31008 84 31009 85 31010 85 31011 84 31012 85 31013 81 31014 82 31015 81 31016 82 31017 82 31018 81 31019 82 31020 81 31021 82 31022 82 31023 80 31024 81 31025 82 31026 80 31027 81 31028 82 31029 80 31030 81 31031 81 31032 82 31033 80 31034 81 31035 82 31036 80 31037 81 31038 80 31039 81 31040 82 31041 80 31042 81 31043 82 31044 80 31045 81 31046 82 31047 81 31048 82 31049 83 31050 84 31051 83 31052 84 31053 83 31054 84 31055 83 31056 84 31057 85 31058 84 31059 85 31060 84 31061 83 31062 84 31063 83 31064 84 31065 84 31066 85 31067 84 31068 85 31069 86 31070 87 31071 86 31072 87 31073 87 31074 87 31075 88 31076 87 31077 88 31078 87 31079 86 31080 87 31081 86 31082 87 31083 87 31084 88 31085 87 31086 88 31087 86 31088 86 31089 86 31090 86 31091 78 31092 79 31093 83 31094 86 31095 86 31096 87 31097 86 31098 87 31099 86 31100 87 31101 86 31102 87 31103 78 31104 79 31105 83 31106 86 31107 83 31108 83 31109 83 31110 83 31111 79 31112 80 31113 83 31114 83 31115 84 31116 83 31117 84 31118 83 31119 84 31120 83 31121 84 31122 80 31123 80 31124 79 31125 80 31126 79 31127 80 31128 83 31129 80 31130 80 31131 80 31132 81 31133 80 31134 81 31135 80 31136 81 31137 80 31138 81 31139 78 31140 79 31141 83 31142 86 31143 78 31144 79 31145 86 31146 78 31147 79 31148 78 31149 79 31150 78 31151 79 31152 78 31153 79 31154 78 31155 79 31156 83 31157 78 31158 79 31159 83 31160 86 31161 78 31162 79 31163 78 31164 79 31165 78 31166 79 31167 80 31168 78 31169 79 31170 80 31171 78 31172 79 31173 78 31174 79 31175 78 31176 79 31177 78 31178 79 31179 80 31180 83 31181 78 31182 79 31183 78 31184 79 31185 80 31186 83 31187 78 31188 79 31189 78 31190 79 31191 78 31192 79 31193 77 31194 78 31195 79 31196 77 31197 78 31198 79 31199 77 31200 78 31201 77 31202 78 31203 79 31204 77 31205 78 31206 79 31207 77 31208 78 31209 79 31210 77 31211 78 31212 79 31213 77 31214 78 31215 77 31216 78 31217 77 31218 78 31219 77 31220 78 31221 79 31222 77 31223 78 31224 77 31225 78 31226 77 31227 78 31228 79 31229 77 31230 78 31231 77 31232 78 31233 78 31234 79 31235 78 31236 79 31237 78 31238 79 31239 89 31240 78 31241 79 31242 83 31243 86 31244 90 31245 78 31246 79 31247 83 31248 86 31249 88 31250 88 31251 88 31252 88 31253 87 31254 88 31255 87 31256 88 31257 87 31258 88 31259 87 31260 88 31261 86 31262 87 31263 86 31264 87 31265 86 31266 87 31267 86 31268 87 31269 86 31270 86 31271 88 31272 88 31273 77 31274 78 31275 79 31276 77 31277 78 31278 79 31279 77 31280 78 31281 79 31282 77 31283 78 31284 79 31285 78 31286 79 31287 78 31288 79 31289 90 31290 87 31291 88 31292 87 31293 88 31294 87 31295 88 31296 87 31297 88 31298 86 31299 87 31300 86 31301 87 31302 87 31303 88 31304 87 31305 88 31306 87 31307 87 31308 86 31309 87 31310 86 31311 87 31312 86 31313 86 31314 86 31315 86 31316 78 31317 79 31318 86 31319 89 31320 90 31321 78 31322 79 31323 90 31324 78 31325 79 31326 89 31327 90 31328 77 31329 78 31330 77 31331 78 31332 77 31333 78 31334 87 31335 88 31336 86 31337 87 31338 78 31339 79 31340 86 31341 90 31342 78 31343 79 31344 88 31345 77 31346 78 31347 79 31348 77 31349 78 31350 79 31351 77 31352 78 31353 79 31354 77 31355 78 31356 79 31357 78 31358 79 31359 90 31360 78 31361 79 31362 86 31363 90 31364 87 31365 88 31366 88 31367 87 31368 88 31369 86 31370 87 31371 87 31372 88 31373 87 31374 88 31375 86 31376 87 31377 86 31378 87 31379 78 31380 79 31381 86 31382 86 31383 86 31384 87 31385 78 31386 79 31387 86 31388 89 31389 90 31390 78 31391 79 31392 90 31393 78 31394 79 31395 86 31396 89 31397 90 31398 78 31399 79 31400 89 31401 90 31402 77 31403 78 31404 77 31405 78 31406 77 31407 78 31408 77 31409 78 31410 77 31411 78 31412 77 31413 78 31414 77 31415 78 31416 77 31417 78 31418 78 31419 79 31420 78 31421 79 31422 78 31423 79 31424 78 31425 79 31426 78 31427 79 31428 80 31429 78 31430 79 31431 80 31432 83 31433 79 31434 80 31435 79 31436 80 31437 83 31438 82 31439 82 31440 82 31441 82 31442 81 31443 82 31444 81 31445 82 31446 81 31447 82 31448 81 31449 82 31450 80 31451 81 31452 80 31453 81 31454 80 31455 81 31456 80 31457 81 31458 80 31459 80 31460 82 31461 82 31462 77 31463 78 31464 79 31465 77 31466 78 31467 79 31468 77 31469 78 31470 79 31471 78 31472 79 31473 78 31474 79 31475 78 31476 79 31477 78 31478 79 31479 81 31480 82 31481 81 31482 82 31483 82 31484 82 31485 80 31486 81 31487 80 31488 81 31489 81 31490 82 31491 81 31492 82 31493 80 31494 81 31495 82 31496 80 31497 81 31498 82 31499 80 31500 81 31501 80 31502 81 31503 80 31504 80 31505 80 31506 80 31507 78 31508 79 31509 80 31510 78 31511 79 31512 80 31513 83 31514 78 31515 79 31516 78 31517 79 31518 78 31519 79 31520 78 31521 79 31522 77 31523 78 31524 77 31525 78 31526 77 31527 78 31528 77 31529 78 31530 77 31531 78 31532 77 31533 78 31534 77 31535 78 31536 81 31537 82 31538 80 31539 81 31540 78 31541 79 31542 80 31543 78 31544 79 31545 82 31546 77 31547 78 31548 77 31549 78 31550 79 31551 77 31552 78 31553 79 31554 77 31555 78 31556 79 31557 78 31558 79 31559 78 31560 79 31561 80 31562 81 31563 82 31564 82 31565 81 31566 82 31567 80 31568 81 31569 81 31570 82 31571 81 31572 82 31573 80 31574 81 31575 80 31576 81 31577 79 31578 80 31579 80 31580 80 31581 81 31582 78 31583 79 31584 80 31585 78 31586 79 31587 78 31588 79 31589 80 31590 78 31591 79 31592 77 31593 78 31594 77 31595 78 31596 77 31597 78 31598 77 31599 78 31600 77 31601 78 31602 77 31603 78 31604 78 31605 79 31606 78 31607 79 31608 78 31609 79 31610 78 31611 79 31612 78 31613 79 31614 83 31615 86 31616 78 31617 79 31618 80 31619 83 31620 78 31621 79 31622 83 31623 86 31624 79 31625 80 31626 83 31627 85 31628 85 31629 85 31630 85 31631 84 31632 85 31633 84 31634 85 31635 84 31636 85 31637 84 31638 85 31639 83 31640 84 31641 83 31642 84 31643 83 31644 84 31645 83 31646 84 31647 83 31648 83 31649 78 31650 79 31651 78 31652 79 31653 85 31654 85 31655 77 31656 78 31657 79 31658 77 31659 78 31660 79 31661 78 31662 79 31663 78 31664 79 31665 84 31666 85 31667 84 31668 85 31669 84 31670 85 31671 85 31672 83 31673 84 31674 83 31675 84 31676 84 31677 85 31678 84 31679 85 31680 83 31681 84 31682 84 31683 83 31684 84 31685 83 31686 84 31687 83 31688 83 31689 83 31690 83 31691 78 31692 79 31693 83 31694 78 31695 79 31696 80 31697 83 31698 78 31699 79 31700 78 31701 79 31702 78 31703 79 31704 78 31705 79 31706 78 31707 79 31708 78 31709 79 31710 77 31711 78 31712 77 31713 78 31714 79 31715 77 31716 78 31717 79 31718 77 31719 78 31720 77 31721 78 31722 77 31723 78 31724 77 31725 78 31726 77 31727 78 31728 77 31729 78 31730 77 31731 78 31732 77 31733 78 31734 77 31735 78 31736 77 31737 78 31738 77 31739 78 31740 77 31741 78 31742 84 31743 85 31744 83 31745 84 31746 78 31747 79 31748 83 31749 78 31750 79 31751 85 31752 77 31753 78 31754 79 31755 77 31756 78 31757 79 31758 78 31759 79 31760 78 31761 79 31762 83 31763 84 31764 85 31765 85 31766 84 31767 85 31768 83 31769 84 31770 84 31771 85 31772 84 31773 85 31774 83 31775 84 31776 83 31777 84 31778 79 31779 83 31780 83 31781 83 31782 84 31783 78 31784 79 31785 83 31786 78 31787 79 31788 78 31789 79 31790 83 31791 78 31792 79 31793 78 31794 79 31795 77 31796 78 31797 77 31798 78 31799 79 31800 77 31801 78 31802 78 31803 79 31804 77 31805 78 31806 77 31807 78 31808 77 31809 78 31810 77 31811 78 31812 77 31813 78 31814 77 31815 78 31816 77 31817 78 31818 77 31819 78 31820 77 31821 78 31822 77 31823 78 31824 77 31825 78 31826 77 31827 78 31828 77 31829 78 31830 79 31831 77 31832 78 31833 79 31834 78 31835 79 31836 90 31837 78 31838 79 31839 89 31840 90 31841 78 31842 79 31843 90 31844 78 31845 79 31846 90 31847 78 31848 79 31849 89 31850 90 31851 79 31852 89 31853 90 31854 78 31855 79 31856 89 31857 90 31858 77 31859 78 31860 79 31861 77 31862 78 31863 79 31864 77 31865 78 31866 79 31867 77 31868 78 31869 79 31870 77 31871 78 31872 79 31873 77 31874 78 31875 79 31876 77 31877 78 31878 58 31879 77 31880 78 31881 77 31882 78 31883 82 31884 82 31885 85 31886 85 31887 85 31888 85 31889 88 31890 82 31891 82 31892 82 31893 82 31894 85 31895 85 31896 85 31897 87 31898 87 31899 87 31900 87 31901 86 31902 87 31903 87 31904 87 31905 88 31906 87 31907 81 31908 81 31909 81 31910 81 31911 80 31912 81 31913 81 31914 81 31915 82 31916 81 31917 84 31918 84 31919 84 31920 84 31921 83 31922 84 31923 84 31924 84 31925 85 31926 84 31927 87 31928 87 31929 86 31930 87 31931 87 31932 87 31933 86 31934 87 31935 87 31936 87 31937 87 31938 88 31939 87 31940 87 31941 87 31942 88 31943 81 31944 81 31945 80 31946 81 31947 81 31948 81 31949 80 31950 81 31951 81 31952 81 31953 81 31954 82 31955 81 31956 81 31957 81 31958 82 31959 84 31960 84 31961 83 31962 84 31963 84 31964 84 31965 83 31966 84 31967 84 31968 84 31969 84 31970 85 31971 84 31972 84 31973 84 31974 85 31975 58 31976 77 31977 77 31978 58 31979 77 31980 7 31981 17 31982 18 31983 58 31984 77 31985 7 31986 17 31987 18 31988 58 31989 77 31990 17 31991 18 31992 58 31993 77 31994 58 31995 77 31996 78 31997 77 31998 78 31999 7 32000 17 32001 18 32002 58 32003 77 32004 6 32005 7 32006 17 32007 18 32008 58 32009 77 32010 6 32011 7 32012 17 32013 18 32014 58 32015 77 32016 6 32017 7 32018 17 32019 18 32020 58 32021 77 32022 6 32023 7 32024 17 32025 18 32026 58 32027 77 32028 21 32029 22 32030 23 32031 37 32032 92 32033 22 32034 23 32035 92 32036 22 32037 23 32038 58 32039 92 32040 22 32041 23 32042 58 32043 92 32044 22 32045 23 32046 92 32047 22 32048 23 32049 37 32050 92 32051 21 32052 22 32053 23 32054 92 32055 21 32056 22 32057 23 32058 92 32059 21 32060 22 32061 23 32062 92 32063 22 32064 23 32065 92 32066 22 32067 23 32068 92 32069 22 32070 23 32071 58 32072 92 32073 22 32074 23 32075 92 32076 22 32077 23 32078 92 32079 21 32080 23 32081 37 32082 92 32083 22 32084 23 32085 92 32086 22 32087 23 32088 92 32089 22 32090 23 32091 92 32092 22 32093 23 32094 92 32095 23 32096 92 32097 23 32098 92 32099 23 32100 92 32101 22 32102 23 32103 92 32104 22 32105 23 32106 58 32107 92 32108 22 32109 23 32110 58 32111 92 32112 22 32113 23 32114 58 32115 92 32116 22 32117 23 32118 92 32119 22 32120 23 32121 92 32122 22 32123 23 32124 92 32125 22 32126 23 32127 92 32128 22 32129 23 32130 92 32131 22 32132 23 32133 92 32134 22 32135 23 32136 92 32137 22 32138 23 32139 92 32140 23 32141 92 32142 22 32143 23 32144 58 32145 92 32146 22 32147 23 32148 58 32149 92 32150 23 32151 92 32152 23 32153 92 32154 22 32155 23 32156 58 32157 92 32158 22 32159 23 32160 58 32161 92 32162 22 32163 23 32164 58 32165 92 32166 22 32167 23 32168 58 32169 92 32170 22 32171 23 32172 92 32173 23 32174 92 32175 17 32176 18 32177 19 32178 22 32179 58 32180 77 32181 7 32182 17 32183 18 32184 22 32185 58 32186 77 32187 92 32188 93 32189 94 32190 108 32191 92 32192 93 32193 94 32194 108 32195 92 32196 93 32197 94 32198 108 32199 92 32200 93 32201 94 32202 92 32203 93 32204 94 32205 108 32206 92 32207 93 32208 94 32209 108 32210 92 32211 93 32212 94 32213 108 32214 92 32215 93 32216 94 32217 108 32218 58 32219 92 32220 93 32221 107 32222 58 32223 92 32224 93 32225 107 32226 58 32227 92 32228 93 32229 107 32230 58 32231 92 32232 93 32233 107 32234 58 32235 92 32236 93 32237 94 32238 107 32239 58 32240 92 32241 93 32242 94 32243 107 32244 58 32245 92 32246 93 32247 94 32248 107 32249 22 32250 58 32251 92 32252 93 32253 94 32254 107 32255 58 32256 92 32257 93 32258 94 32259 107 32260 58 32261 92 32262 93 32263 94 32264 107 32265 58 32266 92 32267 93 32268 107 32269 92 32270 93 32271 94 32272 107 32273 58 32274 92 32275 93 32276 94 32277 107 32278 92 32279 93 32280 94 32281 107 32282 58 32283 92 32284 93 32285 94 32286 107 32287 92 32288 93 32289 94 32290 107 32291 92 32292 93 32293 94 32294 107 32295 92 32296 93 32297 94 32298 107 32299 92 32300 93 32301 107 32302 92 32303 93 32304 94 32305 107 32306 92 32307 93 32308 94 32309 107 32310 92 32311 93 32312 94 32313 107 32314 108 32315 92 32316 93 32317 94 32318 107 32319 92 32320 93 32321 94 32322 107 32323 108 32324 92 32325 93 32326 94 32327 107 32328 108 32329 93 32330 94 32331 108 32332 58 32333 92 32334 93 32335 58 32336 92 32337 93 32338 107 32339 58 32340 92 32341 107 32342 58 32343 92 32344 93 32345 107 32346 58 32347 92 32348 107 32349 22 32350 58 32351 92 32352 93 32353 107 32354 58 32355 92 32356 93 32357 107 32358 58 32359 92 32360 93 32361 107 32362 92 32363 93 32364 107 32365 92 32366 93 32367 94 32368 107 32369 92 32370 93 32371 94 32372 107 32373 92 32374 93 32375 94 32376 107 32377 92 32378 93 32379 94 32380 107 32381 92 32382 93 32383 94 32384 107 32385 92 32386 93 32387 94 32388 107 32389 92 32390 93 32391 94 32392 107 32393 58 32394 92 32395 93 32396 107 32397 92 32398 93 32399 94 32400 107 32401 58 32402 92 32403 93 32404 58 32405 92 32406 93 32407 107 32408 58 32409 92 32410 93 32411 58 32412 92 32413 93 32414 107 32415 92 32416 93 32417 92 32418 93 32419 94 32420 107 32421 58 32422 92 32423 93 32424 107 32425 58 32426 92 32427 107 32428 58 32429 92 32430 93 32431 107 32432 92 32433 93 32434 94 32435 107 32436 92 32437 93 32438 94 32439 107 32440 92 32441 93 32442 94 32443 107 32444 58 32445 92 32446 93 32447 107 32448 58 32449 92 32450 93 32451 58 32452 92 32453 93 32454 58 32455 92 32456 93 32457 94 32458 92 32459 93 32460 94 32461 107 32462 92 32463 93 32464 94 32465 108 32466 92 32467 93 32468 94 32469 107 32470 92 32471 93 32472 94 32473 92 32474 93 32475 94 32476 92 32477 93 32478 107 32479 92 32480 93 32481 94 32482 93 32483 94 32484 108 32485 93 32486 94 32487 92 32488 93 32489 94 32490 93 32491 94 32492 108 32493 92 32494 93 32495 94 32496 108 32497 93 32498 94 32499 93 32500 94 32501 108 32502 93 32503 94 32504 108 32505 93 32506 94 32507 108 32508 58 32509 93 32510 94 32511 108 32512 58 32513 93 32514 94 32515 108 32516 58 32517 93 32518 94 32519 108 32520 58 32521 93 32522 94 32523 108 32524 93 32525 94 32526 108 32527 93 32528 94 32529 108 32530 23 32531 92 32532 23 32533 92 32534 23 32535 92 32536 23 32537 92 32538 92 32539 93 32540 94 32541 108 32542 92 32543 93 32544 94 32545 108 32546 58 32547 93 32548 94 32549 108 32550 58 32551 93 32552 94 32553 108 32554 58 32555 93 32556 94 32557 108 32558 23 32559 92 32560 23 32561 92 32562 92 32563 93 32564 94 32565 108 32566 93 32567 94 32568 108 32569 58 32570 93 32571 94 32572 108 32573 93 32574 94 32575 108 32576 93 32577 94 32578 108 32579 93 32580 94 32581 108 32582 93 32583 94 32584 108 32585 93 32586 94 32587 108 32588 93 32589 94 32590 93 32591 94 32592 108 32593 94 32594 93 32595 94 32596 93 32597 94 32598 108 32599 94 32600 94 32601 94 32602 94 32603 108 32604 93 32605 94 32606 108 32607 94 32608 108 32609 94 32610 94 32611 94 32612 108 32613 94 32614 108 32615 94 32616 108 32617 94 32618 108 32619 94 32620 108 32621 93 32622 94 32623 108 32624 94 32625 94 32626 93 32627 94 32628 108 32629 93 32630 94 32631 108 32632 93 32633 94 32634 108 32635 93 32636 94 32637 108 32638 93 32639 94 32640 108 32641 93 32642 94 32643 108 32644 93 32645 94 32646 108 32647 93 32648 94 32649 93 32650 94 32651 108 32652 93 32653 94 32654 108 32655 93 32656 94 32657 108 32658 93 32659 94 32660 108 32661 93 32662 94 32663 93 32664 94 32665 108 32666 23 32667 37 32668 92 32669 23 32670 37 32671 92 32672 22 32673 23 32674 37 32675 92 32676 23 32677 37 32678 92 32679 23 32680 37 32681 92 32682 94 32683 98 32684 94 32685 95 32686 98 32687 94 32688 98 32689 94 32690 94 32691 95 32692 98 32693 94 32694 98 32695 94 32696 94 32697 95 32698 98 32699 94 32700 95 32701 98 32702 93 32703 94 32704 93 32705 94 32706 93 32707 94 32708 108 32709 93 32710 94 32711 108 32712 93 32713 94 32714 108 32715 93 32716 94 32717 108 32718 58 32719 93 32720 94 32721 108 32722 93 32723 94 32724 108 32725 93 32726 94 32727 108 32728 93 32729 94 32730 108 32731 93 32732 94 32733 108 32734 93 32735 94 32736 93 32737 94 32738 108 32739 93 32740 94 32741 108 32742 93 32743 94 32744 93 32745 94 32746 93 32747 94 32748 93 32749 94 32750 93 32751 94 32752 108 32753 93 32754 94 32755 108 32756 93 32757 94 32758 93 32759 94 32760 108 32761 93 32762 94 32763 93 32764 94 32765 108 32766 93 32767 94 32768 108 32769 93 32770 94 32771 108 32772 93 32773 94 32774 108 32775 93 32776 94 32777 108 32778 93 32779 94 32780 108 32781 93 32782 94 32783 108 32784 58 32785 93 32786 94 32787 108 32788 93 32789 94 32790 108 32791 93 32792 94 32793 108 32794 93 32795 94 32796 108 32797 93 32798 94 32799 93 32800 94 32801 108 32802 93 32803 94 32804 93 32805 94 32806 93 32807 94 32808 93 32809 94 32810 6 32811 7 32812 17 32813 18 32814 21 32815 58 32816 77 32817 7 32818 17 32819 18 32820 21 32821 58 32822 77 32823 93 32824 94 32825 6 32826 7 32827 17 32828 18 32829 58 32830 77 32831 6 32832 7 32833 17 32834 18 32835 58 32836 77 32837 17 32838 18 32839 21 32840 22 32841 58 32842 77 32843 17 32844 18 32845 21 32846 58 32847 77 32848 17 32849 18 32850 21 32851 58 32852 77 32853 17 32854 18 32855 21 32856 22 32857 58 32858 77 32859 92 32860 93 32861 94 32862 108 32863 92 32864 93 32865 94 32866 108 32867 93 32868 94 32869 108 32870 93 32871 94 32872 108 32873 93 32874 94 32875 108 32876 93 32877 94 32878 108 32879 58 32880 93 32881 94 32882 108 32883 93 32884 94 32885 108 32886 92 32887 93 32888 94 32889 108 32890 93 32891 94 32892 108 32893 93 32894 94 32895 108 32896 93 32897 94 32898 108 32899 93 32900 94 32901 108 32902 92 32903 93 32904 94 32905 108 32906 92 32907 93 32908 94 32909 108 32910 92 32911 93 32912 94 32913 108 32914 92 32915 93 32916 94 32917 108 32918 92 32919 93 32920 94 32921 108 32922 92 32923 93 32924 94 32925 108 32926 92 32927 93 32928 94 32929 108 32930 93 32931 94 32932 108 32933 58 32934 93 32935 94 32936 108 32937 93 32938 94 32939 108 32940 93 32941 94 32942 108 32943 58 32944 93 32945 94 32946 108 32947 58 32948 93 32949 94 32950 108 32951 58 32952 93 32953 94 32954 108 32955 106 32956 106 32957 106 32958 106 32959 105 32960 105 32961 106 32962 106 32963 105 32964 106 32965 106 32966 104 32967 105 32968 106 32969 105 32970 106 32971 106 32972 94 32973 104 32974 105 32975 104 32976 105 32977 105 32978 105 32979 106 32980 106 32981 106 32982 106 32983 104 32984 105 32985 106 32986 106 32987 106 32988 106 32989 106 32990 106 32991 105 32992 106 32993 105 32994 106 32995 105 32996 106 32997 105 32998 106 32999 105 33000 106 33001 94 33002 104 33003 105 33004 94 33005 104 33006 105 33007 104 33008 105 33009 104 33010 105 33011 105 33012 106 33013 106 33014 105 33015 106 33016 105 33017 106 33018 106 33019 106 33020 106 33021 104 33022 105 33023 94 33024 104 33025 105 33026 104 33027 105 33028 106 33029 104 33030 105 33031 106 33032 94 33033 104 33034 105 33035 106 33036 94 33037 104 33038 105 33039 106 33040 105 33041 106 33042 106 33043 105 33044 106 33045 106 33046 105 33047 106 33048 105 33049 106 33050 106 33051 105 33052 106 33053 106 33054 105 33055 106 33056 105 33057 106 33058 105 33059 106 33060 105 33061 106 33062 105 33063 106 33064 94 33065 101 33066 104 33067 105 33068 101 33069 104 33070 105 33071 94 33072 101 33073 104 33074 105 33075 104 33076 105 33077 94 33078 101 33079 104 33080 105 33081 94 33082 104 33083 105 33084 104 33085 105 33086 106 33087 104 33088 105 33089 94 33090 104 33091 105 33092 94 33093 104 33094 105 33095 94 33096 104 33097 105 33098 94 33099 104 33100 105 33101 94 33102 104 33103 105 33104 94 33105 104 33106 105 33107 94 33108 104 33109 105 33110 94 33111 101 33112 104 33113 105 33114 93 33115 94 33116 108 33117 93 33118 94 33119 108 33120 93 33121 94 33122 108 33123 93 33124 94 33125 108 33126 93 33127 94 33128 108 33129 93 33130 94 33131 108 33132 93 33133 94 33134 108 33135 93 33136 94 33137 108 33138 93 33139 94 33140 108 33141 58 33142 93 33143 94 33144 108 33145 58 33146 93 33147 94 33148 108 33149 58 33150 93 33151 94 33152 108 33153 58 33154 93 33155 94 33156 108 33157 93 33158 94 33159 108 33160 58 33161 93 33162 94 33163 108 33164 93 33165 94 33166 108 33167 93 33168 94 33169 108 33170 93 33171 94 33172 108 33173 93 33174 94 33175 108 33176 93 33177 94 33178 108 33179 93 33180 94 33181 108 33182 58 33183 93 33184 94 33185 108 33186 58 33187 93 33188 94 33189 108 33190 93 33191 94 33192 108 33193 93 33194 94 33195 108 33196 93 33197 94 33198 108 33199 93 33200 94 33201 108 33202 93 33203 94 33204 108 33205 93 33206 94 33207 108 33208 93 33209 94 33210 108 33211 93 33212 94 33213 108 33214 93 33215 94 33216 108 33217 93 33218 94 33219 108 33220 91 33221 91 33222 89 33223 90 33224 89 33225 90 33226 78 33227 79 33228 86 33229 89 33230 90 33231 89 33232 90 33233 91 33234 91 33235 90 33236 91 33237 91 33238 89 33239 90 33240 91 33241 89 33242 90 33243 91 33244 91 33245 89 33246 90 33247 89 33248 90 33249 89 33250 90 33251 89 33252 90 33253 89 33254 90 33255 89 33256 90 33257 91 33258 91 33259 91 33260 91 33261 89 33262 90 33263 89 33264 90 33265 91 33266 91 33267 89 33268 91 33269 91 33270 89 33271 91 33272 91 33273 89 33274 90 33275 91 33276 89 33277 90 33278 91 33279 89 33280 90 33281 91 33282 89 33283 90 33284 91 33285 78 33286 79 33287 86 33288 89 33289 90 33290 78 33291 79 33292 86 33293 89 33294 90 33295 89 33296 90 33297 78 33298 79 33299 89 33300 90 33301 89 33302 90 33303 91 33304 89 33305 90 33306 89 33307 90 33308 78 33309 79 33310 86 33311 89 33312 90 33313 89 33314 90 33315 89 33316 90 33317 89 33318 90 33319 89 33320 90 33321 91 33322 91 33323 89 33324 90 33325 91 33326 89 33327 90 33328 91 33329 91 33330 91 33331 91 33332 89 33333 90 33334 89 33335 90 33336 89 33337 90 33338 89 33339 90 33340 89 33341 90 33342 91 33343 78 33344 79 33345 86 33346 89 33347 90 33348 89 33349 90 33350 91 33351 78 33352 79 33353 86 33354 89 33355 90 33356 89 33357 90 33358 91 33359 86 33360 89 33361 90 33362 89 33363 90 33364 91 33365 79 33366 89 33367 90 33368 89 33369 90 33370 91 33371 79 33372 89 33373 90 33374 89 33375 90 33376 91 33377 78 33378 79 33379 89 33380 90 33381 89 33382 90 33383 91 33384 89 33385 91 33386 89 33387 90 33388 91 33389 89 33390 91 33391 89 33392 90 33393 91 33394 90 33395 91 33396 91 33397 90 33398 91 33399 91 33400 89 33401 90 33402 91 33403 89 33404 90 33405 91 33406 89 33407 90 33408 91 33409 90 33410 91 33411 89 33412 90 33413 91 33414 78 33415 79 33416 89 33417 90 33418 79 33419 89 33420 90 33421 78 33422 79 33423 86 33424 89 33425 90 33426 78 33427 79 33428 86 33429 89 33430 90 33431 78 33432 79 33433 86 33434 89 33435 90 33436 78 33437 79 33438 86 33439 89 33440 90 33441 86 33442 89 33443 90 33444 78 33445 79 33446 86 33447 89 33448 90 33449 78 33450 79 33451 89 33452 90 33453 78 33454 79 33455 89 33456 90 33457 78 33458 79 33459 89 33460 90 33461 79 33462 89 33463 90 33464 78 33465 79 33466 89 33467 90 33468 79 33469 89 33470 90 33471 78 33472 79 33473 86 33474 89 33475 90 33476 78 33477 79 33478 86 33479 89 33480 90 33481 78 33482 79 33483 86 33484 89 33485 90 33486 78 33487 79 33488 86 33489 89 33490 90 33491 78 33492 79 33493 89 33494 90 33495 78 33496 79 33497 89 33498 90 33499 78 33500 79 33501 89 33502 90 33503 78 33504 79 33505 89 33506 90 33507 78 33508 79 33509 89 33510 90 33511 77 33512 78 33513 77 33514 78 33515 77 33516 78 33517 77 33518 78 33519 77 33520 78 33521 77 33522 78 33523 77 33524 78 33525 77 33526 78 33527 77 33528 78 33529 77 33530 78 33531 77 33532 78 33533 77 33534 78 33535 77 33536 78 33537 77 33538 78 33539 77 33540 78 33541 77 33542 78 33543 79 33544 77 33545 78 33546 79 33547 77 33548 78 33549 79 33550 77 33551 78 33552 79 33553 77 33554 78 33555 79 33556 77 33557 78 33558 79 33559 77 33560 78 33561 79 33562 77 33563 78 33564 79 33565 77 33566 78 33567 79 33568 77 33569 78 33570 79 33571 77 33572 78 33573 79 33574 77 33575 78 33576 79 33577 77 33578 78 33579 79 33580 77 33581 78 33582 79 33583 77 33584 78 33585 79 33586 77 33587 78 33588 79 33589 77 33590 78 33591 79 33592 77 33593 78 33594 79 33595 77 33596 78 33597 79 33598 77 33599 78 33600 79 33601 93 33602 94 33603 108 33604 93 33605 94 33606 108 33607 93 33608 94 33609 108 33610 1 33611 4 33612 5 33613 1 33614 4 33615 5 33616 1 33617 4 33618 5 33619 1 33620 4 33621 5 33622 58 33623 77 33624 78 33625 58 33626 77 33627 78 33628 58 33629 77 33630 78 33631 58 33632 77 33633 78 33634 58 33635 77 33636 78 33637 21 33638 22 33639 58 33640 77 33641 78 33642 77 33643 78 33644 58 33645 77 33646 78 33647 58 33648 77 33649 77 33650 78 33651 92 33652 93 33653 94 33654 108 33655 92 33656 93 33657 94 33658 92 33659 93 33660 94 33661 108 33662 92 33663 93 33664 94 33665 108 33666 92 33667 93 33668 94 33669 108 33670 92 33671 93 33672 94 33673 107 33674 92 33675 93 33676 94 33677 108 33678 92 33679 93 33680 94 33681 108 33682 92 33683 93 33684 94 33685 17 33686 18 33687 21 33688 22 33689 58 33690 77 33691 17 33692 18 33693 21 33694 22 33695 58 33696 77 33697 78 33698 79 33699 89 33700 90 33701 78 33702 79 33703 89 33704 90 33705 58 33706 93 33707 94 33708 108 33709 93 33710 94 33711 108 33712 93 33713 94 33714 108 33715 58 33716 93 33717 94 33718 108 33719 77 33720 78 33721 79 33722 77 33723 78 33724 79 33725 38 33726 39 33727 58 33728 38 33729 39 33730 58 33731 38 33732 39 33733 58 33734 38 33735 39 33736 58 33737 38 33738 39 33739 58 33740 38 33741 39 33742 58 33743 38 33744 39 33745 40 33746 58 33747 38 33748 39 33749 40 33750 58 33751 38 33752 39 33753 40 33754 58 33755 38 33756 39 33757 40 33758 58 33759 39 33760 40 33761 58 33762 37 33763 39 33764 40 33765 37 33766 39 33767 40 33768 37 33769 39 33770 40 33771 23 33772 37 33773 40 33774 37 33775 39 33776 40 33777 23 33778 37 33779 40 33780 37 33781 39 33782 40 33783 1 33784 4 33785 5 33786 6 33787 1 33788 4 33789 5 33790 6 33791 1 33792 4 33793 5 33794 6 33795 7 33796 1 33797 4 33798 5 33799 6 33800 7 33801 1 33802 4 33803 5 33804 6 33805 1 33806 4 33807 5 33808 6 33809 7 33810 58 33811 1 33812 4 33813 5 33814 6 33815 7 33816 58 33817 4 33818 5 33819 6 33820 7 33821 58 33822 1 33823 4 33824 5 33825 1 33826 4 33827 5 33828 1 33829 4 33830 5 33831 1 33832 4 33833 5 33834 38 33835 39 33836 58 33837 38 33838 39 33839 40 33840 58 33841 0 33842 1 33843 3 33844 4 33845 5 33846 8 33847 15 33848 0 33849 1 33850 3 33851 4 33852 5 33853 8 33854 0 33855 1 33856 2 33857 3 33858 4 33859 5 33860 8 33861 15 33862 0 33863 1 33864 3 33865 4 33866 5 33867 8 33868 5 33869 6 33870 7 33871 17 33872 18 33873 19 33874 21 33875 58 33876 1 33877 4 33878 5 33879 16 33880 76 33881 0 33882 1 33883 3 33884 4 33885 5 33886 8 33887 15 33888 0 33889 1 33890 3 33891 4 33892 5 33893 8 33894 21 33895 22 33896 38 33897 39 33898 58 33899 38 33900 39 33901 58 33902 38 33903 39 33904 40 33905 58 33906 38 33907 39 33908 40 33909 58 33910 1 33911 2 33912 16 33913 76 33914 0 33915 1 33916 3 33917 4 33918 5 33919 8 33920 0 33921 1 33922 3 33923 5 33924 8 33925 75 33926 1 33927 16 33928 74 33929 76 33930 38 33931 39 33932 58 33933 104 33934 105 33935 106 33936 1 33937 2 33938 76 33939 1 33940 2 33941 76 33942 1 33943 2 33944 76 33945 1 33946 2 33947 76 33948 1 33949 2 33950 76 33951 0 33952 0 33953 0 33954 0 33955 0 33956 0 33957 0 33958 0 33959 0 33960 0 33961 0 33962 0 33963 0 33964 0 33965 0 33966 0 33967 0 33968 0 33969 0 33970 0 33971 1 33972 1 33973 1 33974 2 33975 15 33976 1 33977 2 33978 15 33979 1 33980 2 33981 3 33982 15 33983 1 33984 2 33985 16 33986 1 33987 2 33988 15 33989 1 33990 2 33991 15 33992 1 33993 2 33994 3 33995 15 33996 1 33997 2 33998 3 33999 15 34000 0 34001 1 34002 2 34003 3 34004 15 34005 1 34006 4 34007 5 34008 1 34009 4 34010 5 34011 1 34012 4 34013 5 34014 1 34015 4 34016 5 34017 1 34018 4 34019 5 34020 0 34021 9 34022 0 34023 9 34024 10 34025 0 34026 9 34027 3 34028 9 34029 10 34030 9 34031 10 34032 9 34033 10 34034 9 34035 10 34036 9 34037 9 34038 10 34039 9 34040 10 34041 7 34042 18 34043 19 34044 21 34045 22 34046 58 34047 59 34048 7 34049 17 34050 18 34051 19 34052 21 34053 58 34054 59 34055 77 34056 1 34057 2 34058 15 34059 16 34060 17 34061 18 34062 19 34063 21 34064 58 34065 17 34066 18 34067 19 34068 21 34069 22 34070 58 34071 59 34072 7 34073 17 34074 18 34075 19 34076 21 34077 27 34078 27 34079 30 34080 30 34081 33 34082 33 34083 30 34084 30 34085 30 34086 30 34087 33 34088 30 34089 30 34090 33 34091 33 34092 33 34093 30 34094 27 34095 27 34096 27 34097 6 34098 7 34099 17 34100 18 34101 19 34102 21 34103 58 34104 42 34105 43 34106 57 34107 42 34108 43 34109 57 34110 36 34111 36 34112 36 34113 36 34114 36 34115 19 34116 20 34117 19 34118 20 34119 19 34120 20 34121 19 34122 20 34123 19 34124 20 34125 19 34126 20 34127 24 34128 1 34129 0 34130 3 34131 1 34132 2 34133 0 34134 1 34135 4 34136 5 34137 6 34138 8 34139 5 34140 6 34141 0 34142 1 34143 1 34144 1 34145 0 34146 1 34147 11 34148 0 34149 1 34150 11 34151 10 34152 0 34153 1 34154 3 34155 4 34156 10 34157 3 34158 11 34159 0 34160 1 34161 3 34162 0 34163 3 34164 0 34165 1 34166 3 34167 4 34168 0 34169 1 34170 3 34171 4 34172 1 34173 0 34174 1 34175 0 34176 3 34177 1 34178 1 34179 0 34180 3 34181 0 34182 1 34183 2 34184 5 34185 6 34186 4 34187 6 34188 5 34189 6 34190 1 34191 4 34192 5 34193 8 34194 0 34195 3 34196 0 34197 1 34198 4 34199 5 34200 8 34201 1 34202 0 34203 1 34204 1 34205 0 34206 1 34207 4 34208 5 34209 8 34210 19 34211 20 34212 24 34213 19 34214 20 34215 24 34216 19 34217 20 34218 24 34219 60 34220 64 34221 65 34222 60 34223 64 34224 65 34225 60 34226 64 34227 65 34228 60 34229 64 34230 65 34231 38 34232 39 34233 58 34234 38 34235 39 34236 58 34237 38 34238 39 34239 40 34240 58 34241 38 34242 39 34243 58 34244 38 34245 39 34246 58 34247 38 34248 39 34249 40 34250 58 34251 38 34252 39 34253 40 34254 58 34255 37 34256 39 34257 40 34258 38 34259 39 34260 40 34261 58 34262 37 34263 39 34264 40 34265 38 34266 39 34267 40 34268 58 34269 38 34270 39 34271 40 34272 58 34273 37 34274 39 34275 40 34276 37 34277 39 34278 40 34279 37 34280 39 34281 40 34282 37 34283 39 34284 40 34285 37 34286 40 34287 37 34288 39 34289 40 34290 1 34291 4 34292 5 34293 6 34294 1 34295 4 34296 5 34297 6 34298 1 34299 4 34300 5 34301 6 34302 7 34303 1 34304 4 34305 5 34306 6 34307 1 34308 4 34309 5 34310 6 34311 7 34312 4 34313 5 34314 6 34315 7 34316 58 34317 1 34318 4 34319 5 34320 6 34321 4 34322 5 34323 6 34324 7 34325 58 34326 1 34327 4 34328 5 34329 6 34330 1 34331 4 34332 5 34333 1 34334 4 34335 5 34336 1 34337 4 34338 5 34339 1 34340 4 34341 5 34342 6 34343 1 34344 4 34345 5 34346 1 34347 4 34348 5 34349 6 34350 1 34351 4 34352 5 34353 6 34354 1 34355 4 34356 5 34357 6 34358 1 34359 1 34360 1 34361 60 34362 64 34363 65 34364 60 34365 64 34366 65 34367 60 34368 64 34369 65 34370 0 34371 3 34372 46 34373 46 34374 49 34375 52 34376 52 34377 52 34378 52 34379 46 34380 46 34381 49 34382 52 34383 52 34384 52 34385 46 34386 46 34387 49 34388 49 34389 49 34390 52 34391 49 34392 46 34393 46 34394 55 34395 55 34396 55 34397 55 34398 46 34399 46 34400 49 34401 52 34402 52 34403 49 34404 1 34405 2 34406 16 34407 1 34408 2 34409 16 34410 1 34411 2 34412 15 34413 16 34414 1 34415 2 34416 15 34417 1 34418 2 34419 15 34420 0 34421 1 34422 2 34423 3 34424 15 34425 0 34426 1 34427 3 34428 4 34429 5 34430 8 34431 15 34432 0 34433 1 34434 3 34435 8 34436 0 34437 1 34438 3 34439 4 34440 5 34441 8 34442 15 34443 0 34444 1 34445 3 34446 8 34447 0 34448 3 34449 15 34450 0 34451 3 34452 8 34453 0 34454 1 34455 2 34456 3 34457 5 34458 8 34459 15 34460 0 34461 1 34462 2 34463 3 34464 15 34465 1 34466 4 34467 5 34468 1 34469 4 34470 5 34471 1 34472 4 34473 5 34474 1 34475 4 34476 5 34477 0 34478 1 34479 2 34480 3 34481 4 34482 5 34483 8 34484 15 34485 18 34486 19 34487 21 34488 22 34489 59 34490 77 34491 1 34492 2 34493 15 34494 16 34495 1 34496 2 34497 15 34498 16 34499 7 34500 17 34501 18 34502 19 34503 21 34504 27 34505 27 34506 30 34507 30 34508 33 34509 33 34510 27 34511 30 34512 7 34513 17 34514 18 34515 19 34516 21 34517 17 34518 18 34519 19 34520 21 34521 58 34522 55 34523 55 34524 55 34525 55 34526 36 34527 36 34528 36 34529 19 34530 20 34531 19 34532 20 34533 19 34534 20 34535 1 34536 4 34537 5 34538 0 34539 3 34540 8 34541 5 34542 6 34543 7 34544 17 34545 18 34546 19 34547 58 34548 21 34549 22 34550 23 34551 37 34552 41 34553 92 34554 23 34555 37 34556 41 34557 92 34558 5 34559 6 34560 7 34561 58 34562 1 34563 4 34564 5 34565 0 34566 1 34567 3 34568 5 34569 8 34570 1 34571 2 34572 16 34573 76 34574 7 34575 17 34576 18 34577 19 34578 21 34579 58 34580 59 34581 77 34582 42 34583 43 34584 57 34585 19 34586 20 34587 24 34588 19 34589 20 34590 24 34591 19 34592 20 34593 24 34594 38 34595 39 34596 58 34597 38 34598 39 34599 58 34600 38 34601 39 34602 58 34603 38 34604 39 34605 58 34606 38 34607 39 34608 58 34609 38 34610 39 34611 58 34612 38 34613 39 34614 40 34615 58 34616 38 34617 39 34618 58 34619 38 34620 39 34621 40 34622 58 34623 38 34624 39 34625 40 34626 58 34627 38 34628 39 34629 40 34630 58 34631 39 34632 40 34633 58 34634 37 34635 39 34636 40 34637 37 34638 39 34639 40 34640 37 34641 39 34642 40 34643 37 34644 39 34645 40 34646 37 34647 39 34648 40 34649 37 34650 39 34651 40 34652 1 34653 4 34654 5 34655 6 34656 7 34657 1 34658 4 34659 5 34660 6 34661 7 34662 4 34663 5 34664 6 34665 1 34666 4 34667 5 34668 6 34669 7 34670 1 34671 4 34672 5 34673 6 34674 7 34675 58 34676 4 34677 5 34678 6 34679 7 34680 58 34681 1 34682 4 34683 5 34684 6 34685 7 34686 4 34687 5 34688 6 34689 7 34690 58 34691 5 34692 6 34693 7 34694 18 34695 58 34696 5 34697 6 34698 7 34699 58 34700 4 34701 5 34702 6 34703 7 34704 58 34705 4 34706 5 34707 6 34708 7 34709 18 34710 58 34711 5 34712 6 34713 7 34714 18 34715 58 34716 1 34717 4 34718 5 34719 6 34720 7 34721 58 34722 4 34723 5 34724 6 34725 7 34726 58 34727 1 34728 4 34729 5 34730 1 34731 4 34732 5 34733 6 34734 1 34735 4 34736 5 34737 6 34738 7 34739 23 34740 37 34741 40 34742 39 34743 40 34744 38 34745 39 34746 40 34747 58 34748 38 34749 39 34750 58 34751 38 34752 39 34753 40 34754 58 34755 1 34756 1 34757 2 34758 75 34759 1 34760 2 34761 75 34762 1 34763 2 34764 75 34765 1 34766 2 34767 75 34768 1 34769 2 34770 3 34771 75 34772 1 34773 2 34774 75 34775 1 34776 2 34777 75 34778 0 34779 2 34780 3 34781 75 34782 0 34783 1 34784 2 34785 3 34786 75 34787 0 34788 2 34789 3 34790 75 34791 0 34792 1 34793 2 34794 3 34795 75 34796 0 34797 1 34798 2 34799 3 34800 75 34801 1 34802 2 34803 3 34804 75 34805 0 34806 0 34807 0 34808 0 34809 1 34810 4 34811 5 34812 1 34813 4 34814 5 34815 1 34816 4 34817 5 34818 1 34819 4 34820 5 34821 1 34822 4 34823 5 34824 1 34825 4 34826 5 34827 18 34828 21 34829 22 34830 58 34831 77 34832 109 34833 1 34834 2 34835 75 34836 76 34837 1 34838 2 34839 75 34840 76 34841 17 34842 18 34843 21 34844 22 34845 58 34846 77 34847 109 34848 82 34849 82 34850 85 34851 88 34852 88 34853 82 34854 82 34855 85 34856 88 34857 82 34858 85 34859 85 34860 85 34861 85 34862 82 34863 82 34864 82 34865 7 34866 17 34867 18 34868 21 34869 58 34870 77 34871 6 34872 7 34873 17 34874 18 34875 21 34876 58 34877 77 34878 97 34879 93 34880 94 34881 108 34882 93 34883 94 34884 108 34885 93 34886 94 34887 108 34888 93 34889 94 34890 108 34891 91 34892 91 34893 91 34894 91 34895 91 34896 91 34897 77 34898 78 34899 77 34900 78 34901 77 34902 78 34903 77 34904 78 34905 77 34906 78 34907 79 34908 77 34909 78 34910 79 34911 71 34912 110 34913 114 34914 71 34915 110 34916 114 34917 71 34918 110 34919 114 34920 71 34921 110 34922 114 34923 38 34924 39 34925 58 34926 38 34927 39 34928 40 34929 58 34930 38 34931 39 34932 58 34933 38 34934 39 34935 40 34936 58 34937 38 34938 39 34939 40 34940 58 34941 39 34942 40 34943 58 34944 38 34945 39 34946 40 34947 58 34948 38 34949 39 34950 40 34951 58 34952 37 34953 39 34954 40 34955 37 34956 39 34957 40 34958 37 34959 39 34960 40 34961 23 34962 37 34963 40 34964 37 34965 39 34966 40 34967 23 34968 37 34969 40 34970 1 34971 4 34972 5 34973 6 34974 1 34975 4 34976 5 34977 6 34978 1 34979 4 34980 5 34981 6 34982 4 34983 5 34984 6 34985 7 34986 58 34987 1 34988 4 34989 5 34990 6 34991 7 34992 58 34993 1 34994 4 34995 5 34996 6 34997 7 34998 1 34999 4 35000 5 35001 6 35002 7 35003 4 35004 5 35005 6 35006 7 35007 58 35008 4 35009 5 35010 6 35011 7 35012 18 35013 58 35014 4 35015 5 35016 6 35017 7 35018 58 35019 1 35020 4 35021 5 35022 1 35023 4 35024 5 35025 1 35026 4 35027 5 35028 1 35029 4 35030 5 35031 0 35032 9 35033 9 35034 1 35035 2 35036 16 35037 76 35038 1 35039 2 35040 16 35041 76 35042 0 35043 1 35044 3 35045 4 35046 5 35047 8 35048 1 35049 1 35050 1 35051 1 35052 2 35053 0 35054 3 35055 0 35056 1 35057 4 35058 5 35059 8 35060 5 35061 6 35062 0 35063 1 35064 11 35065 10 35066 71 35067 110 35068 114 35069 71 35070 110 35071 114 35072 71 35073 110 35074 114 35075 0 35076 9 35077 0 35078 9 35079 100 35080 103 35081 103 35082 97 35083 100 35084 103 35085 100 35086 97 35087 97 35088 106 35089 106 35090 106 35091 106 35092 106 35093 106 35094 106 35095 97 35096 97 35097 97 35098 100 35099 100 35100 100 35101 103 35102 103 35103 103 35104 103 35105 103 35106 97 35107 100 35108 100 35109 1 35110 2 35111 76 35112 1 35113 2 35114 75 35115 0 35116 1 35117 2 35118 3 35119 5 35120 8 35121 75 35122 0 35123 3 35124 75 35125 0 35126 3 35127 8 35128 1 35129 4 35130 5 35131 1 35132 4 35133 5 35134 1 35135 4 35136 5 35137 18 35138 21 35139 22 35140 58 35141 77 35142 109 35143 82 35144 82 35145 85 35146 88 35147 88 35148 88 35149 88 35150 88 35151 85 35152 7 35153 17 35154 18 35155 21 35156 58 35157 77 35158 106 35159 106 35160 106 35161 89 35162 91 35163 89 35164 91 35165 91 35166 91 35167 77 35168 78 35169 77 35170 78 35171 77 35172 78 35173 77 35174 78 35175 77 35176 78 35177 79 35178 93 35179 94 35180 108 35181 93 35182 94 35183 108 35184 93 35185 94 35186 108 35187 93 35188 94 35189 108 35190 93 35191 94 35192 108 35193 77 35194 78 35195 79 35196 77 35197 78 35198 79 35199 77 35200 78 35201 79 35202 38 35203 39 35204 58 35205 38 35206 39 35207 58 35208 38 35209 39 35210 40 35211 58 35212 38 35213 39 35214 40 35215 58 35216 38 35217 39 35218 40 35219 58 35220 38 35221 39 35222 40 35223 58 35224 38 35225 39 35226 40 35227 58 35228 39 35229 40 35230 38 35231 39 35232 40 35233 58 35234 37 35235 39 35236 40 35237 58 35238 38 35239 39 35240 40 35241 58 35242 37 35243 39 35244 40 35245 37 35246 39 35247 40 35248 58 35249 37 35250 40 35251 23 35252 37 35253 40 35254 37 35255 39 35256 40 35257 1 35258 4 35259 5 35260 6 35261 1 35262 4 35263 5 35264 6 35265 7 35266 1 35267 4 35268 5 35269 6 35270 7 35271 4 35272 5 35273 6 35274 1 35275 4 35276 5 35277 6 35278 7 35279 1 35280 4 35281 5 35282 6 35283 4 35284 5 35285 6 35286 7 35287 58 35288 1 35289 4 35290 5 35291 6 35292 1 35293 4 35294 5 35295 6 35296 7 35297 5 35298 6 35299 7 35300 18 35301 58 35302 5 35303 6 35304 7 35305 58 35306 4 35307 5 35308 6 35309 7 35310 58 35311 4 35312 5 35313 6 35314 7 35315 18 35316 58 35317 5 35318 6 35319 7 35320 18 35321 58 35322 1 35323 4 35324 5 35325 6 35326 7 35327 58 35328 4 35329 5 35330 6 35331 7 35332 58 35333 1 35334 4 35335 5 35336 1 35337 4 35338 5 35339 6 35340 1 35341 4 35342 5 35343 1 35344 4 35345 5 35346 6 35347 1 35348 4 35349 5 35350 6 35351 7 35352 0 35353 1 35354 3 35355 4 35356 5 35357 8 35358 37 35359 40 35360 37 35361 39 35362 40 35363 37 35364 39 35365 40 35366 37 35367 39 35368 40 35369 38 35370 39 35371 58 35372 38 35373 39 35374 58 35375 0 35376 3 35377 8 35378 0 35379 3 35380 8 35381 0 35382 3 35383 8 35384 0 35385 1 35386 3 35387 5 35388 8 35389 0 35390 3 35391 8 35392 38 35393 39 35394 58 35395 23 35396 37 35397 41 35398 92 35399 1 35400 0 35401 0 35402 38 35403 39 35404 58 35405 38 35406 39 35407 40 35408 58 35409 37 35410 39 35411 40 35412 37 35413 40 35414 0 35415 0 35416 0 35417 0 35418 0 35419 0 35420 0 35421 0 35422 0 35423 0 35424 0 35425 0 35426 0 35427 0 35428 0 35429 0 35430 0 35431 0 35432 0 35433 0 35434 0 35435 0 35436 2 35437 0 35438 0 35439 2 35440 0 35441 0 35442 0 35443 0 35444 0 35445 0 35446 0 35447 0 35448 0 35449 0 35450 0 35451 0 35452 0 35453 0 35454 0 35455 0 35456 0 35457 0 35458 0 35459 0 35460 0 35461 0 35462 0 35463 0 35464 0 35465 0 35466 0 35467 0 35468 0 35469 0 35470 0 35471 0 35472 0 35473 0 35474 0 35475 0 35476 1 35477 0 35478 1 35479 3 35480 0 35481 0 35482 0 35483 0 35484 0 35485 2 35486 0 35487 0 35488 0 35489 0 35490 0 35491 0 35492 0 35493 0 35494 2 35495 0 35496 2 35497 0 35498 0 35499 0 35500 2 35501 0 35502 0 35503 0 35504 0 35505 0 35506 0 35507 0 35508 0 35509 0 35510 0 35511 0 35512 0 35513 0 35514 0 35515 0 35516 0 35517 0 35518 0 35519 0 35520 0 35521 0 35522 0 35523 0 35524 0 35525 0 35526 0 35527 0 35528 0 35529 0 35530 0 35531 1 35532 1 35533 1 35534 1 35535 1 35536 1 35537 1 35538 1 35539 1 35540 1 35541 1 35542 1 35543 1 35544 1 35545 1 35546 1 35547 1 35548 1 35549 1 35550 1 35551 1 35552 1 35553 1 35554 1 35555 1 35556 1 35557 1 35558 1 35559 1 35560 1 35561 1 35562 1 35563 1 35564 1 35565 1 35566 1 35567 1 35568 1 35569 1 35570 1 35571 1 35572 1 35573 1 35574 1 35575 1 35576 1 35577 1 35578 1 35579 1 35580 1 35581 1 35582 1 35583 1 35584 1 35585 1 35586 1 35587 1 35588 1 35589 1 35590 1 35591 1 35592 1 35593 1 35594 1 35595 1 35596 1 35597 1 35598 1 35599 1 35600 1 35601 1 35602 1 35603 1 35604 1 35605 1 35606 1 35607 1 35608 1 35609 1 35610 1 35611 3 35612 1 35613 1 35614 1 35615 1 35616 1 35617 1 35618 1 35619 1 35620 1 35621 1 35622 1 35623 1 35624 1 35625 1 35626 1 35627 1 35628 1 35629 1 35630 1 35631 1 35632 1 35633 1 35634 1 35635 1 35636 1 35637 1 35638 1 35639 1 35640 1 35641 1 35642 1 35643 1 35644 3 35645 1 35646 3 35647 1 35648 1 35649 1 35650 1 35651 1 35652 1 35653 1 35654 1 35655 1 35656 1 35657 1 35658 1 35659 1 35660 1 35661 1 35662 1 35663 1 35664 1 35665 1 35666 1 35667 1 35668 1 35669 1 35670 1 35671 1 35672 1 35673 1 35674 1 35675 1 35676 1 35677 0 35678 1 35679 1 35680 1 35681 1 35682 1 35683 0 35684 1 35685 1 35686 2 35687 15 35688 1 35689 2 35690 15 35691 1 35692 2 35693 15 35694 1 35695 1 35696 2 35697 1 35698 15 35699 1 35700 15 35701 1 35702 2 35703 1 35704 2 35705 1 35706 2 35707 1 35708 15 35709 1 35710 2 35711 1 35712 2 35713 0 35714 1 35715 4 35716 5 35717 8 35718 1 35719 4 35720 5 35721 8 35722 15 35723 1 35724 8 35725 15 35726 0 35727 2 35728 3 35729 15 35730 0 35731 1 35732 4 35733 0 35734 3 35735 4 35736 0 35737 2 35738 3 35739 15 35740 0 35741 3 35742 0 35743 3 35744 1 35745 2 35746 15 35747 0 35748 1 35749 2 35750 3 35751 15 35752 0 35753 1 35754 2 35755 3 35756 15 35757 0 35758 3 35759 0 35760 3 35761 1 35762 2 35763 3 35764 15 35765 0 35766 1 35767 2 35768 3 35769 15 35770 1 35771 4 35772 5 35773 1 35774 4 35775 5 35776 6 35777 5 35778 6 35779 7 35780 58 35781 4 35782 5 35783 6 35784 1 35785 4 35786 5 35787 8 35788 1 35789 4 35790 5 35791 8 35792 4 35793 5 35794 8 35795 1 35796 4 35797 5 35798 8 35799 5 35800 6 35801 5 35802 6 35803 5 35804 6 35805 4 35806 6 35807 5 35808 6 35809 5 35810 6 35811 5 35812 6 35813 5 35814 6 35815 1 35816 1 35817 2 35818 1 35819 15 35820 1 35821 2 35822 1 35823 2 35824 1 35825 15 35826 1 35827 2 35828 0 35829 0 35830 1 35831 15 35832 1 35833 2 35834 0 35835 4 35836 0 35837 0 35838 0 35839 0 35840 0 35841 4 35842 0 35843 0 35844 0 35845 3 35846 0 35847 1 35848 1 35849 1 35850 1 35851 1 35852 1 35853 1 35854 1 35855 1 35856 1 35857 3 35858 1 35859 1 35860 1 35861 1 35862 1 35863 0 35864 0 35865 0 35866 0 35867 0 35868 0 35869 0 35870 3 35871 0 35872 0 35873 2 35874 1 35875 1 35876 1 35877 1 35878 1 35879 1 35880 0 35881 0 35882 0 35883 0 35884 2 35885 0 35886 4 35887 0 35888 0 35889 2 35890 0 35891 0 35892 0 35893 0 35894 0 35895 0 35896 0 35897 0 35898 0 35899 0 35900 0 35901 0 35902 0 35903 0 35904 0 35905 0 35906 0 35907 1 35908 1 35909 1 35910 1 35911 1 35912 1 35913 1 35914 1 35915 1 35916 1 35917 1 35918 1 35919 1 35920 1 35921 1 35922 1 35923 1 35924 1 35925 1 35926 1 35927 1 35928 1 35929 1 35930 1 35931 1 35932 1 35933 1 35934 1 35935 1 35936 1 35937 1 35938 1 35939 1 35940 1 35941 1 35942 1 35943 1 35944 1 35945 1 35946 1 35947 1 35948 1 35949 1 35950 1 35951 1 35952 1 35953 1 35954 1 35955 1 35956 1 35957 1 35958 1 35959 1 35960 1 35961 1 35962 1 35963 1 35964 1 35965 1 35966 1 35967 1 35968 1 35969 0 35970 0 35971 0 35972 0 35973 0 35974 0 35975 0 35976 0 35977 0 35978 0 35979 0 35980 0 35981 0 35982 0 35983 0 35984 0 35985 0 35986 4 35987 0 35988 0 35989 0 35990 4 35991 0 35992 0 35993 0 35994 0 35995 2 35996 1 35997 1 35998 1 35999 1 36000 1 36001 1 36002 1 36003 1 36004 1 36005 1 36006 1 36007 4 36008 5 36009 1 36010 4 36011 5 36012 1 36013 4 36014 5 36015 1 36016 4 36017 5 36018 1 36019 4 36020 5 36021 1 36022 4 36023 5 36024 1 36025 4 36026 5 36027 1 36028 4 36029 5 36030 1 36031 4 36032 5 36033 1 36034 4 36035 5 36036 1 36037 4 36038 5 36039 1 36040 4 36041 5 36042 1 36043 4 36044 5 36045 1 36046 4 36047 5 36048 1 36049 4 36050 5 36051 1 36052 4 36053 5 36054 1 36055 4 36056 5 36057 1 36058 4 36059 5 36060 1 36061 4 36062 5 36063 1 36064 4 36065 5 36066 0 36067 0 36068 0 36069 0 36070 2 36071 3 36072 0 36073 0 36074 0 36075 0 36076 0 36077 0 36078 0 36079 0 36080 0 36081 0 36082 0 36083 0 36084 0 36085 0 36086 0 36087 0 36088 1 36089 1 36090 1 36091 1 36092 1 36093 1 36094 1 36095 1 36096 0 36097 3 36098 4 36099 0 36100 0 36101 10 36102 0 36103 4 36104 0 36105 0 36106 10 36107 0 36108 10 36109 0 36110 1 36111 3 36112 4 36113 0 36114 9 36115 11 36116 10 36117 10 36118 9 36119 10 36120 0 36121 4 36122 3 36123 11 36124 0 36125 3 36126 0 36127 1 36128 3 36129 4 36130 3 36131 3 36132 0 36133 1 36134 11 36135 11 36136 10 36137 9 36138 10 36139 1 36140 3 36141 10 36142 10 36143 3 36144 3 36145 0 36146 1 36147 3 36148 1 36149 3 36150 11 36151 3 36152 11 36153 10 36154 9 36155 10 36156 0 36157 1 36158 3 36159 1 36160 4 36161 5 36162 1 36163 4 36164 5 36165 1 36166 4 36167 5 36168 1 36169 4 36170 5 36171 1 36172 4 36173 5 36174 1 36175 4 36176 5 36177 1 36178 2 36179 15 36180 16 36181 1 36182 2 36183 1 36184 2 36185 1 36186 2 36187 1 36188 1 36189 1 36190 27 36191 27 36192 30 36193 30 36194 33 36195 33 36196 27 36197 30 36198 33 36199 33 36200 33 36201 27 36202 27 36203 27 36204 30 36205 30 36206 30 36207 33 36208 33 36209 33 36210 27 36211 27 36212 27 36213 30 36214 30 36215 30 36216 33 36217 33 36218 33 36219 27 36220 27 36221 27 36222 30 36223 30 36224 30 36225 33 36226 33 36227 33 36228 27 36229 27 36230 27 36231 30 36232 30 36233 30 36234 33 36235 33 36236 33 36237 27 36238 27 36239 27 36240 30 36241 30 36242 30 36243 33 36244 33 36245 33 36246 27 36247 27 36248 27 36249 30 36250 30 36251 30 36252 42 36253 43 36254 57 36255 42 36256 43 36257 57 36258 42 36259 43 36260 57 36261 42 36262 43 36263 57 36264 42 36265 43 36266 57 36267 42 36268 43 36269 57 36270 42 36271 43 36272 57 36273 42 36274 43 36275 57 36276 42 36277 43 36278 57 36279 36 36280 36 36281 36 36282 36 36283 36 36284 36 36285 36 36286 36 36287 36 36288 36 36289 36 36290 36 36291 36 36292 36 36293 36 36294 36 36295 36 36296 36 36297 36 36298 36 36299 36 36300 19 36301 20 36302 19 36303 20 36304 19 36305 20 36306 19 36307 20 36308 22 36309 19 36310 20 36311 24 36312 19 36313 20 36314 24 36315 19 36316 20 36317 24 36318 19 36319 20 36320 24 36321 19 36322 20 36323 24 36324 19 36325 20 36326 24 36327 19 36328 20 36329 24 36330 19 36331 20 36332 24 36333 19 36334 20 36335 24 36336 42 36337 43 36338 57 36339 42 36340 43 36341 57 36342 42 36343 43 36344 57 36345 1 36346 1 36347 1 36348 60 36349 65 36350 60 36351 65 36352 0 36353 1 36354 3 36355 5 36356 8 36357 60 36358 65 36359 60 36360 65 36361 60 36362 65 36363 60 36364 65 36365 60 36366 64 36367 65 36368 8 36369 60 36370 64 36371 65 36372 0 36373 3 36374 60 36375 64 36376 65 36377 60 36378 64 36379 65 36380 3 36381 8 36382 60 36383 64 36384 65 36385 3 36386 60 36387 64 36388 65 36389 0 36390 3 36391 60 36392 64 36393 65 36394 60 36395 64 36396 65 36397 60 36398 64 36399 65 36400 0 36401 1 36402 4 36403 5 36404 8 36405 5 36406 6 36407 0 36408 1 36409 0 36410 1 36411 11 36412 60 36413 64 36414 65 36415 60 36416 64 36417 65 36418 60 36419 64 36420 65 36421 38 36422 39 36423 58 36424 38 36425 39 36426 40 36427 58 36428 38 36429 39 36430 40 36431 58 36432 38 36433 39 36434 40 36435 58 36436 39 36437 40 36438 58 36439 37 36440 39 36441 40 36442 23 36443 37 36444 40 36445 1 36446 4 36447 5 36448 6 36449 7 36450 4 36451 5 36452 6 36453 7 36454 58 36455 4 36456 5 36457 6 36458 7 36459 58 36460 1 36461 4 36462 5 36463 1 36464 4 36465 5 36466 6 36467 1 36468 4 36469 5 36470 6 36471 46 36472 46 36473 49 36474 52 36475 52 36476 49 36477 52 36478 52 36479 52 36480 46 36481 46 36482 46 36483 49 36484 49 36485 49 36486 46 36487 46 36488 46 36489 49 36490 49 36491 49 36492 52 36493 52 36494 52 36495 46 36496 46 36497 46 36498 49 36499 49 36500 49 36501 52 36502 52 36503 52 36504 46 36505 46 36506 46 36507 49 36508 49 36509 49 36510 52 36511 52 36512 52 36513 46 36514 46 36515 46 36516 49 36517 49 36518 49 36519 52 36520 52 36521 52 36522 55 36523 55 36524 55 36525 55 36526 55 36527 55 36528 55 36529 55 36530 55 36531 55 36532 55 36533 55 36534 55 36535 55 36536 55 36537 55 36538 55 36539 55 36540 55 36541 39 36542 40 36543 37 36544 41 36545 38 36546 39 36547 58 36548 38 36549 39 36550 58 36551 38 36552 39 36553 40 36554 58 36555 39 36556 40 36557 58 36558 37 36559 39 36560 40 36561 37 36562 40 36563 37 36564 23 36565 37 36566 41 36567 37 36568 41 36569 23 36570 37 36571 41 36572 38 36573 39 36574 58 36575 38 36576 39 36577 58 36578 38 36579 39 36580 58 36581 38 36582 39 36583 58 36584 38 36585 39 36586 40 36587 58 36588 38 36589 39 36590 40 36591 58 36592 39 36593 40 36594 58 36595 39 36596 40 36597 58 36598 37 36599 39 36600 40 36601 37 36602 39 36603 40 36604 37 36605 39 36606 40 36607 37 36608 40 36609 37 36610 40 36611 37 36612 40 36613 37 36614 37 36615 23 36616 37 36617 23 36618 37 36619 41 36620 23 36621 37 36622 41 36623 42 36624 43 36625 57 36626 42 36627 43 36628 57 36629 42 36630 43 36631 57 36632 58 36633 42 36634 43 36635 57 36636 43 36637 43 36638 42 36639 43 36640 57 36641 58 36642 42 36643 43 36644 57 36645 58 36646 42 36647 43 36648 57 36649 42 36650 43 36651 57 36652 42 36653 43 36654 57 36655 42 36656 43 36657 57 36658 42 36659 43 36660 42 36661 43 36662 42 36663 43 36664 57 36665 42 36666 43 36667 57 36668 42 36669 43 36670 42 36671 43 36672 57 36673 42 36674 43 36675 57 36676 42 36677 43 36678 42 36679 43 36680 42 36681 43 36682 57 36683 42 36684 43 36685 42 36686 43 36687 57 36688 42 36689 43 36690 57 36691 43 36692 43 36693 42 36694 43 36695 42 36696 43 36697 43 36698 43 36699 43 36700 53 36701 43 36702 43 36703 44 36704 43 36705 44 36706 43 36707 44 36708 43 36709 50 36710 53 36711 43 36712 50 36713 53 36714 43 36715 47 36716 50 36717 43 36718 44 36719 47 36720 43 36721 47 36722 50 36723 43 36724 44 36725 47 36726 46 36727 46 36728 46 36729 46 36730 45 36731 46 36732 45 36733 46 36734 45 36735 46 36736 45 36737 46 36738 49 36739 49 36740 49 36741 49 36742 48 36743 49 36744 48 36745 49 36746 48 36747 49 36748 48 36749 49 36750 52 36751 52 36752 52 36753 52 36754 51 36755 52 36756 51 36757 52 36758 51 36759 52 36760 51 36761 52 36762 50 36763 51 36764 50 36765 51 36766 50 36767 51 36768 50 36769 51 36770 47 36771 48 36772 47 36773 48 36774 47 36775 48 36776 47 36777 48 36778 44 36779 45 36780 44 36781 45 36782 44 36783 45 36784 44 36785 45 36786 44 36787 44 36788 44 36789 44 36790 47 36791 47 36792 47 36793 47 36794 50 36795 50 36796 50 36797 50 36798 43 36799 43 36800 43 36801 46 36802 46 36803 45 36804 46 36805 45 36806 46 36807 49 36808 49 36809 48 36810 49 36811 48 36812 49 36813 52 36814 52 36815 51 36816 52 36817 51 36818 52 36819 50 36820 51 36821 50 36822 51 36823 47 36824 48 36825 47 36826 48 36827 44 36828 45 36829 44 36830 45 36831 44 36832 44 36833 47 36834 47 36835 50 36836 50 36837 50 36838 53 36839 47 36840 50 36841 44 36842 47 36843 51 36844 51 36845 51 36846 51 36847 51 36848 51 36849 48 36850 48 36851 48 36852 48 36853 48 36854 48 36855 45 36856 45 36857 45 36858 45 36859 45 36860 45 36861 43 36862 43 36863 43 36864 53 36865 43 36866 43 36867 43 36868 43 36869 52 36870 52 36871 52 36872 52 36873 49 36874 49 36875 49 36876 49 36877 46 36878 46 36879 46 36880 46 36881 45 36882 45 36883 45 36884 45 36885 45 36886 45 36887 48 36888 48 36889 48 36890 48 36891 48 36892 48 36893 51 36894 51 36895 51 36896 51 36897 51 36898 51 36899 50 36900 50 36901 50 36902 50 36903 50 36904 50 36905 47 36906 47 36907 47 36908 47 36909 47 36910 47 36911 44 36912 44 36913 44 36914 44 36915 44 36916 44 36917 43 36918 50 36919 43 36920 50 36921 43 36922 43 36923 43 36924 50 36925 53 36926 43 36927 50 36928 53 36929 43 36930 47 36931 43 36932 47 36933 43 36934 43 36935 44 36936 43 36937 43 36938 43 36939 47 36940 42 36941 43 36942 43 36943 43 36944 50 36945 43 36946 50 36947 53 36948 52 36949 52 36950 51 36951 52 36952 51 36953 52 36954 50 36955 51 36956 50 36957 51 36958 50 36959 52 36960 43 36961 51 36962 43 36963 52 36964 52 36965 51 36966 51 36967 51 36968 50 36969 50 36970 50 36971 43 36972 50 36973 53 36974 43 36975 43 36976 50 36977 53 36978 42 36979 43 36980 43 36981 43 36982 44 36983 43 36984 44 36985 46 36986 46 36987 45 36988 46 36989 45 36990 46 36991 44 36992 45 36993 44 36994 45 36995 44 36996 46 36997 43 36998 45 36999 43 37000 46 37001 46 37002 45 37003 45 37004 45 37005 44 37006 44 37007 44 37008 42 37009 43 37010 43 37011 43 37012 47 37013 43 37014 44 37015 47 37016 49 37017 49 37018 48 37019 49 37020 48 37021 49 37022 47 37023 48 37024 47 37025 48 37026 47 37027 43 37028 49 37029 48 37030 43 37031 49 37032 49 37033 48 37034 48 37035 48 37036 47 37037 47 37038 47 37039 43 37040 44 37041 47 37042 43 37043 43 37044 43 37045 53 37046 43 37047 53 37048 43 37049 53 37050 42 37051 43 37052 53 37053 54 37054 43 37055 46 37056 46 37057 49 37058 49 37059 49 37060 52 37061 52 37062 52 37063 52 37064 46 37065 46 37066 49 37067 51 37068 51 37069 51 37070 51 37071 45 37072 45 37073 45 37074 45 37075 48 37076 48 37077 48 37078 48 37079 51 37080 51 37081 51 37082 51 37083 45 37084 45 37085 45 37086 45 37087 48 37088 48 37089 48 37090 48 37091 42 37092 43 37093 1 37094 4 37095 5 37096 1 37097 16 37098 1 37099 14 37100 16 37101 1 37102 2 37103 16 37104 1 37105 2 37106 16 37107 1 37108 2 37109 16 37110 1 37111 2 37112 16 37113 1 37114 4 37115 5 37116 1 37117 15 37118 0 37119 1 37120 2 37121 3 37122 5 37123 15 37124 1 37125 2 37126 16 37127 1 37128 2 37129 16 37130 1 37131 2 37132 16 37133 1 37134 2 37135 15 37136 1 37137 2 37138 15 37139 1 37140 2 37141 15 37142 1 37143 2 37144 3 37145 15 37146 1 37147 4 37148 15 37149 0 37150 1 37151 4 37152 5 37153 8 37154 1 37155 4 37156 1 37157 4 37158 1 37159 4 37160 5 37161 1 37162 12 37163 14 37164 1 37165 14 37166 16 37167 1 37168 14 37169 1 37170 2 37171 15 37172 1 37173 1 37174 2 37175 16 37176 1 37177 13 37178 1 37179 12 37180 1 37181 13 37182 1 37183 13 37184 1 37185 12 37186 1 37187 2 37188 15 37189 16 37190 1 37191 16 37192 1 37193 13 37194 1 37195 1 37196 4 37197 14 37198 1 37199 12 37200 14 37201 1 37202 14 37203 1 37204 12 37205 1 37206 2 37207 16 37208 1 37209 2 37210 16 37211 1 37212 2 37213 16 37214 1 37215 2 37216 16 37217 1 37218 16 37219 1 37220 2 37221 16 37222 1 37223 2 37224 16 37225 1 37226 2 37227 16 37228 1 37229 2 37230 16 37231 0 37232 1 37233 2 37234 3 37235 5 37236 8 37237 15 37238 0 37239 1 37240 3 37241 4 37242 5 37243 8 37244 15 37245 0 37246 1 37247 3 37248 8 37249 0 37250 1 37251 3 37252 8 37253 1 37254 2 37255 16 37256 1 37257 2 37258 15 37259 16 37260 1 37261 2 37262 15 37263 16 37264 1 37265 2 37266 15 37267 16 37268 1 37269 2 37270 15 37271 16 37272 1 37273 2 37274 15 37275 1 37276 2 37277 15 37278 0 37279 1 37280 2 37281 3 37282 15 37283 0 37284 3 37285 8 37286 0 37287 1 37288 3 37289 15 37290 0 37291 1 37292 2 37293 3 37294 5 37295 8 37296 15 37297 1 37298 13 37299 1 37300 12 37301 1 37302 13 37303 1 37304 13 37305 1 37306 12 37307 1 37308 13 37309 1 37310 1 37311 12 37312 0 37313 1 37314 2 37315 3 37316 5 37317 15 37318 1 37319 2 37320 15 37321 16 37322 1 37323 2 37324 15 37325 1 37326 2 37327 15 37328 1 37329 2 37330 15 37331 1 37332 2 37333 15 37334 0 37335 1 37336 2 37337 3 37338 5 37339 15 37340 1 37341 2 37342 15 37343 0 37344 1 37345 2 37346 3 37347 5 37348 8 37349 15 37350 0 37351 1 37352 2 37353 3 37354 5 37355 15 37356 0 37357 1 37358 2 37359 3 37360 15 37361 0 37362 3 37363 8 37364 0 37365 3 37366 15 37367 0 37368 1 37369 2 37370 3 37371 5 37372 15 37373 0 37374 1 37375 2 37376 3 37377 5 37378 8 37379 15 37380 0 37381 1 37382 2 37383 3 37384 5 37385 8 37386 15 37387 1 37388 1 37389 13 37390 1 37391 12 37392 1 37393 13 37394 1 37395 1 37396 12 37397 1 37398 13 37399 1 37400 12 37401 1 37402 2 37403 3 37404 15 37405 1 37406 2 37407 15 37408 1 37409 2 37410 3 37411 15 37412 0 37413 1 37414 2 37415 3 37416 5 37417 8 37418 15 37419 0 37420 1 37421 2 37422 3 37423 5 37424 15 37425 0 37426 1 37427 2 37428 3 37429 5 37430 8 37431 15 37432 1 37433 2 37434 15 37435 1 37436 2 37437 15 37438 0 37439 1 37440 2 37441 3 37442 4 37443 5 37444 8 37445 15 37446 1 37447 2 37448 4 37449 15 37450 0 37451 1 37452 4 37453 5 37454 8 37455 15 37456 1 37457 2 37458 15 37459 1 37460 2 37461 15 37462 1 37463 2 37464 4 37465 5 37466 15 37467 1 37468 4 37469 5 37470 1 37471 4 37472 5 37473 1 37474 4 37475 5 37476 1 37477 4 37478 16 37479 1 37480 4 37481 14 37482 1 37483 4 37484 5 37485 1 37486 4 37487 5 37488 1 37489 14 37490 16 37491 0 37492 1 37493 3 37494 8 37495 0 37496 1 37497 3 37498 8 37499 15 37500 0 37501 1 37502 3 37503 15 37504 0 37505 1 37506 3 37507 8 37508 0 37509 1 37510 2 37511 3 37512 5 37513 8 37514 15 37515 0 37516 1 37517 3 37518 8 37519 1 37520 4 37521 5 37522 1 37523 4 37524 5 37525 1 37526 4 37527 5 37528 0 37529 1 37530 2 37531 3 37532 4 37533 5 37534 8 37535 15 37536 0 37537 1 37538 2 37539 3 37540 4 37541 5 37542 8 37543 15 37544 0 37545 1 37546 2 37547 3 37548 4 37549 5 37550 8 37551 15 37552 0 37553 1 37554 3 37555 4 37556 5 37557 8 37558 15 37559 0 37560 1 37561 4 37562 5 37563 1 37564 2 37565 4 37566 5 37567 1 37568 2 37569 4 37570 5 37571 1 37572 4 37573 5 37574 0 37575 1 37576 4 37577 5 37578 8 37579 0 37580 1 37581 3 37582 4 37583 5 37584 8 37585 1 37586 4 37587 5 37588 8 37589 1 37590 2 37591 4 37592 5 37593 1 37594 4 37595 5 37596 6 37597 7 37598 1 37599 4 37600 5 37601 6 37602 7 37603 1 37604 4 37605 5 37606 6 37607 7 37608 1 37609 4 37610 5 37611 6 37612 8 37613 1 37614 4 37615 5 37616 6 37617 8 37618 1 37619 4 37620 5 37621 6 37622 8 37623 1 37624 4 37625 5 37626 6 37627 8 37628 1 37629 4 37630 5 37631 6 37632 7 37633 4 37634 5 37635 6 37636 7 37637 58 37638 5 37639 6 37640 7 37641 58 37642 4 37643 5 37644 6 37645 7 37646 58 37647 4 37648 5 37649 6 37650 7 37651 58 37652 5 37653 6 37654 7 37655 58 37656 5 37657 6 37658 7 37659 58 37660 5 37661 6 37662 7 37663 58 37664 1 37665 4 37666 5 37667 1 37668 4 37669 5 37670 1 37671 4 37672 5 37673 1 37674 4 37675 5 37676 6 37677 1 37678 4 37679 5 37680 6 37681 7 37682 1 37683 4 37684 5 37685 1 37686 4 37687 5 37688 4 37689 5 37690 6 37691 1 37692 4 37693 5 37694 6 37695 7 37696 1 37697 2 37698 4 37699 5 37700 0 37701 1 37702 2 37703 3 37704 4 37705 5 37706 8 37707 15 37708 1 37709 2 37710 3 37711 15 37712 0 37713 1 37714 2 37715 3 37716 5 37717 15 37718 1 37719 2 37720 15 37721 1 37722 2 37723 15 37724 1 37725 2 37726 4 37727 8 37728 15 37729 0 37730 1 37731 2 37732 3 37733 4 37734 5 37735 8 37736 15 37737 0 37738 1 37739 4 37740 5 37741 8 37742 15 37743 1 37744 2 37745 4 37746 5 37747 0 37748 1 37749 2 37750 3 37751 5 37752 15 37753 0 37754 1 37755 2 37756 3 37757 4 37758 5 37759 8 37760 15 37761 1 37762 2 37763 3 37764 15 37765 1 37766 2 37767 15 37768 1 37769 2 37770 4 37771 5 37772 0 37773 1 37774 2 37775 3 37776 4 37777 5 37778 8 37779 15 37780 1 37781 4 37782 8 37783 14 37784 15 37785 1 37786 4 37787 5 37788 1 37789 4 37790 5 37791 14 37792 1 37793 4 37794 14 37795 1 37796 4 37797 5 37798 1 37799 4 37800 5 37801 1 37802 4 37803 5 37804 1 37805 4 37806 8 37807 14 37808 15 37809 1 37810 4 37811 5 37812 14 37813 1 37814 4 37815 5 37816 1 37817 4 37818 5 37819 1 37820 4 37821 5 37822 1 37823 4 37824 5 37825 1 37826 4 37827 5 37828 1 37829 4 37830 5 37831 1 37832 4 37833 5 37834 1 37835 4 37836 5 37837 1 37838 4 37839 5 37840 1 37841 4 37842 5 37843 1 37844 4 37845 5 37846 1 37847 4 37848 5 37849 1 37850 4 37851 5 37852 1 37853 4 37854 5 37855 1 37856 4 37857 5 37858 5 37859 6 37860 7 37861 58 37862 1 37863 13 37864 1 37865 1 37866 2 37867 13 37868 1 37869 1 37870 12 37871 1 37872 13 37873 1 37874 12 37875 1 37876 1 37877 2 37878 16 37879 1 37880 2 37881 16 37882 1 37883 2 37884 16 37885 1 37886 2 37887 16 37888 17 37889 18 37890 19 37891 21 37892 22 37893 58 37894 18 37895 19 37896 58 37897 19 37898 21 37899 58 37900 17 37901 18 37902 19 37903 58 37904 17 37905 18 37906 19 37907 58 37908 19 37909 21 37910 18 37911 19 37912 21 37913 22 37914 58 37915 17 37916 18 37917 19 37918 21 37919 22 37920 58 37921 21 37922 22 37923 58 37924 21 37925 22 37926 58 37927 21 37928 22 37929 58 37930 17 37931 18 37932 19 37933 22 37934 58 37935 7 37936 17 37937 18 37938 19 37939 58 37940 17 37941 18 37942 19 37943 58 37944 7 37945 17 37946 18 37947 19 37948 58 37949 18 37950 19 37951 21 37952 22 37953 58 37954 17 37955 18 37956 19 37957 21 37958 7 37959 18 37960 19 37961 21 37962 17 37963 18 37964 19 37965 21 37966 22 37967 58 37968 18 37969 19 37970 21 37971 22 37972 58 37973 18 37974 19 37975 21 37976 22 37977 58 37978 1 37979 2 37980 16 37981 1 37982 2 37983 16 37984 1 37985 2 37986 16 37987 1 37988 2 37989 16 37990 1 37991 2 37992 16 37993 1 37994 2 37995 16 37996 1 37997 2 37998 15 37999 16 38000 1 38001 2 38002 15 38003 16 38004 1 38005 2 38006 16 38007 1 38008 2 38009 16 38010 18 38011 19 38012 19 38013 58 38014 19 38015 58 38016 18 38017 19 38018 58 38019 18 38020 19 38021 58 38022 18 38023 19 38024 58 38025 19 38026 19 38027 58 38028 19 38029 18 38030 19 38031 58 38032 19 38033 19 38034 19 38035 19 38036 58 38037 19 38038 20 38039 58 38040 19 38041 19 38042 20 38043 18 38044 19 38045 20 38046 58 38047 19 38048 58 38049 19 38050 20 38051 19 38052 20 38053 19 38054 20 38055 58 38056 19 38057 20 38058 19 38059 20 38060 19 38061 20 38062 19 38063 20 38064 19 38065 20 38066 19 38067 20 38068 19 38069 20 38070 19 38071 20 38072 19 38073 20 38074 19 38075 20 38076 19 38077 20 38078 19 38079 20 38080 24 38081 19 38082 20 38083 19 38084 20 38085 19 38086 20 38087 19 38088 20 38089 20 38090 24 38091 20 38092 24 38093 20 38094 24 38095 20 38096 24 38097 20 38098 24 38099 20 38100 24 38101 20 38102 24 38103 20 38104 24 38105 20 38106 24 38107 35 38108 20 38109 24 38110 20 38111 24 38112 20 38113 24 38114 22 38115 23 38116 41 38117 22 38118 23 38119 41 38120 21 38121 22 38122 23 38123 41 38124 22 38125 23 38126 41 38127 22 38128 23 38129 41 38130 58 38131 19 38132 21 38133 58 38134 7 38135 18 38136 19 38137 17 38138 18 38139 19 38140 21 38141 58 38142 7 38143 18 38144 19 38145 21 38146 19 38147 21 38148 19 38149 17 38150 18 38151 19 38152 21 38153 22 38154 58 38155 7 38156 17 38157 18 38158 19 38159 21 38160 58 38161 19 38162 19 38163 19 38164 20 38165 19 38166 20 38167 19 38168 20 38169 19 38170 20 38171 19 38172 20 38173 19 38174 20 38175 19 38176 19 38177 58 38178 19 38179 20 38180 58 38181 19 38182 20 38183 20 38184 24 38185 20 38186 24 38187 20 38188 24 38189 20 38190 24 38191 34 38192 20 38193 24 38194 24 38195 25 38196 24 38197 25 38198 24 38199 25 38200 20 38201 24 38202 28 38203 31 38204 20 38205 24 38206 25 38207 28 38208 20 38209 24 38210 28 38211 31 38212 24 38213 25 38214 28 38215 27 38216 27 38217 27 38218 27 38219 26 38220 27 38221 26 38222 27 38223 26 38224 27 38225 26 38226 27 38227 30 38228 30 38229 30 38230 30 38231 29 38232 30 38233 29 38234 30 38235 29 38236 30 38237 29 38238 30 38239 33 38240 33 38241 33 38242 33 38243 32 38244 33 38245 32 38246 33 38247 32 38248 33 38249 32 38250 33 38251 31 38252 32 38253 31 38254 32 38255 31 38256 32 38257 31 38258 32 38259 28 38260 29 38261 28 38262 29 38263 28 38264 29 38265 28 38266 29 38267 25 38268 26 38269 25 38270 26 38271 25 38272 26 38273 25 38274 26 38275 25 38276 25 38277 25 38278 25 38279 28 38280 28 38281 28 38282 28 38283 31 38284 31 38285 31 38286 31 38287 20 38288 24 38289 20 38290 24 38291 20 38292 24 38293 24 38294 34 38295 35 38296 27 38297 27 38298 26 38299 27 38300 26 38301 27 38302 30 38303 30 38304 29 38305 30 38306 29 38307 30 38308 33 38309 33 38310 32 38311 33 38312 32 38313 33 38314 31 38315 32 38316 31 38317 32 38318 28 38319 29 38320 28 38321 29 38322 25 38323 26 38324 25 38325 26 38326 25 38327 25 38328 28 38329 28 38330 31 38331 31 38332 28 38333 31 38334 25 38335 28 38336 19 38337 20 38338 24 38339 19 38340 20 38341 24 38342 19 38343 20 38344 24 38345 19 38346 20 38347 24 38348 19 38349 20 38350 24 38351 19 38352 20 38353 24 38354 19 38355 20 38356 24 38357 19 38358 20 38359 24 38360 32 38361 32 38362 32 38363 32 38364 32 38365 32 38366 29 38367 29 38368 29 38369 29 38370 29 38371 29 38372 26 38373 26 38374 26 38375 26 38376 27 38377 26 38378 26 38379 20 38380 24 38381 20 38382 24 38383 20 38384 24 38385 20 38386 24 38387 20 38388 24 38389 20 38390 24 38391 32 38392 33 38393 32 38394 33 38395 32 38396 33 38397 32 38398 33 38399 29 38400 30 38401 29 38402 30 38403 29 38404 30 38405 30 38406 26 38407 27 38408 26 38409 27 38410 27 38411 27 38412 25 38413 26 38414 27 38415 25 38416 26 38417 26 38418 27 38419 25 38420 26 38421 27 38422 25 38423 26 38424 26 38425 27 38426 28 38427 29 38428 28 38429 29 38430 29 38431 30 38432 29 38433 28 38434 29 38435 29 38436 30 38437 32 38438 31 38439 32 38440 32 38441 33 38442 32 38443 31 38444 32 38445 32 38446 33 38447 31 38448 31 38449 31 38450 31 38451 31 38452 32 38453 31 38454 32 38455 28 38456 28 38457 28 38458 28 38459 28 38460 29 38461 28 38462 29 38463 25 38464 25 38465 25 38466 25 38467 25 38468 26 38469 25 38470 26 38471 20 38472 24 38473 31 38474 20 38475 24 38476 20 38477 24 38478 20 38479 24 38480 28 38481 20 38482 24 38483 20 38484 24 38485 20 38486 24 38487 25 38488 20 38489 24 38490 20 38491 24 38492 20 38493 24 38494 25 38495 28 38496 20 38497 24 38498 20 38499 24 38500 20 38501 24 38502 20 38503 24 38504 20 38505 24 38506 20 38507 24 38508 19 38509 20 38510 24 38511 19 38512 20 38513 19 38514 20 38515 24 38516 19 38517 20 38518 19 38519 20 38520 19 38521 20 38522 19 38523 20 38524 19 38525 20 38526 19 38527 20 38528 20 38529 24 38530 20 38531 24 38532 20 38533 24 38534 20 38535 24 38536 20 38537 24 38538 31 38539 35 38540 20 38541 24 38542 31 38543 33 38544 33 38545 32 38546 33 38547 32 38548 33 38549 31 38550 32 38551 31 38552 32 38553 31 38554 33 38555 19 38556 20 38557 24 38558 19 38559 20 38560 24 38561 20 38562 24 38563 32 38564 20 38565 24 38566 35 38567 32 38568 33 38569 33 38570 31 38571 32 38572 32 38573 33 38574 32 38575 31 38576 32 38577 31 38578 31 38579 20 38580 24 38581 31 38582 34 38583 35 38584 20 38585 24 38586 35 38587 20 38588 24 38589 34 38590 35 38591 19 38592 20 38593 19 38594 20 38595 19 38596 20 38597 19 38598 20 38599 19 38600 20 38601 20 38602 24 38603 20 38604 24 38605 20 38606 24 38607 20 38608 24 38609 20 38610 24 38611 25 38612 24 38613 25 38614 27 38615 27 38616 26 38617 27 38618 26 38619 27 38620 25 38621 26 38622 25 38623 26 38624 25 38625 27 38626 19 38627 20 38628 19 38629 20 38630 24 38631 20 38632 24 38633 26 38634 20 38635 24 38636 26 38637 27 38638 27 38639 25 38640 26 38641 26 38642 27 38643 26 38644 25 38645 26 38646 25 38647 25 38648 20 38649 24 38650 25 38651 20 38652 24 38653 20 38654 24 38655 19 38656 20 38657 19 38658 20 38659 19 38660 20 38661 19 38662 20 38663 19 38664 20 38665 20 38666 24 38667 20 38668 24 38669 20 38670 24 38671 20 38672 24 38673 28 38674 24 38675 28 38676 30 38677 30 38678 29 38679 30 38680 29 38681 30 38682 28 38683 29 38684 28 38685 29 38686 28 38687 20 38688 24 38689 30 38690 19 38691 20 38692 24 38693 29 38694 20 38695 24 38696 29 38697 30 38698 30 38699 28 38700 29 38701 29 38702 30 38703 29 38704 28 38705 29 38706 28 38707 28 38708 20 38709 24 38710 28 38711 20 38712 24 38713 20 38714 24 38715 20 38716 24 38717 19 38718 20 38719 19 38720 20 38721 19 38722 20 38723 19 38724 20 38725 19 38726 20 38727 19 38728 20 38729 19 38730 20 38731 19 38732 20 38733 19 38734 20 38735 19 38736 20 38737 19 38738 20 38739 20 38740 24 38741 19 38742 20 38743 24 38744 20 38745 24 38746 35 38747 20 38748 24 38749 34 38750 35 38751 20 38752 24 38753 34 38754 35 38755 20 38756 24 38757 20 38758 24 38759 35 38760 24 38761 34 38762 35 38763 20 38764 24 38765 34 38766 35 38767 19 38768 20 38769 24 38770 19 38771 20 38772 24 38773 27 38774 27 38775 30 38776 30 38777 33 38778 33 38779 33 38780 33 38781 27 38782 30 38783 32 38784 32 38785 32 38786 32 38787 26 38788 26 38789 26 38790 26 38791 29 38792 29 38793 29 38794 29 38795 32 38796 32 38797 32 38798 32 38799 26 38800 26 38801 26 38802 26 38803 29 38804 29 38805 29 38806 29 38807 6 38808 7 38809 17 38810 18 38811 19 38812 58 38813 77 38814 23 38815 37 38816 41 38817 21 38818 23 38819 37 38820 41 38821 22 38822 23 38823 41 38824 22 38825 23 38826 41 38827 22 38828 23 38829 41 38830 22 38831 23 38832 41 38833 58 38834 22 38835 23 38836 41 38837 22 38838 23 38839 41 38840 23 38841 41 38842 22 38843 23 38844 41 38845 22 38846 23 38847 41 38848 23 38849 41 38850 23 38851 41 38852 22 38853 23 38854 41 38855 22 38856 23 38857 41 38858 58 38859 22 38860 23 38861 41 38862 22 38863 23 38864 41 38865 22 38866 23 38867 41 38868 23 38869 41 38870 41 38871 58 38872 41 38873 58 38874 23 38875 41 38876 23 38877 41 38878 58 38879 23 38880 41 38881 58 38882 23 38883 41 38884 58 38885 23 38886 41 38887 58 38888 41 38889 58 38890 23 38891 41 38892 58 38893 41 38894 41 38895 42 38896 43 38897 57 38898 41 38899 42 38900 43 38901 57 38902 41 38903 42 38904 43 38905 41 38906 42 38907 43 38908 57 38909 41 38910 42 38911 43 38912 57 38913 41 38914 42 38915 43 38916 57 38917 42 38918 43 38919 42 38920 43 38921 57 38922 41 38923 42 38924 56 38925 41 38926 42 38927 56 38928 58 38929 41 38930 42 38931 56 38932 58 38933 41 38934 42 38935 56 38936 58 38937 41 38938 42 38939 43 38940 56 38941 58 38942 41 38943 42 38944 56 38945 58 38946 41 38947 42 38948 43 38949 56 38950 58 38951 41 38952 42 38953 43 38954 56 38955 41 38956 42 38957 43 38958 56 38959 41 38960 42 38961 56 38962 41 38963 42 38964 43 38965 56 38966 41 38967 42 38968 43 38969 56 38970 41 38971 42 38972 56 38973 41 38974 42 38975 43 38976 56 38977 41 38978 42 38979 56 38980 41 38981 42 38982 43 38983 56 38984 42 38985 43 38986 57 38987 41 38988 42 38989 58 38990 41 38991 56 38992 58 38993 41 38994 56 38995 58 38996 41 38997 42 38998 56 38999 58 39000 41 39001 42 39002 56 39003 41 39004 42 39005 43 39006 56 39007 41 39008 42 39009 43 39010 56 39011 41 39012 42 39013 43 39014 56 39015 41 39016 42 39017 56 39018 41 39019 42 39020 58 39021 41 39022 42 39023 58 39024 41 39025 42 39026 41 39027 42 39028 43 39029 41 39030 42 39031 43 39032 42 39033 43 39034 42 39035 43 39036 57 39037 58 39038 42 39039 43 39040 57 39041 58 39042 42 39043 43 39044 57 39045 58 39046 42 39047 43 39048 57 39049 58 39050 42 39051 43 39052 57 39053 23 39054 41 39055 23 39056 41 39057 23 39058 41 39059 41 39060 42 39061 43 39062 57 39063 42 39064 43 39065 57 39066 42 39067 43 39068 57 39069 42 39070 43 39071 57 39072 42 39073 43 39074 43 39075 43 39076 43 39077 43 39078 57 39079 43 39080 57 39081 43 39082 43 39083 57 39084 43 39085 57 39086 43 39087 42 39088 43 39089 57 39090 42 39091 43 39092 57 39093 42 39094 43 39095 57 39096 42 39097 43 39098 42 39099 43 39100 57 39101 42 39102 43 39103 42 39104 43 39105 57 39106 42 39107 43 39108 57 39109 42 39110 43 39111 57 39112 42 39113 43 39114 57 39115 42 39116 43 39117 42 39118 43 39119 57 39120 42 39121 43 39122 42 39123 43 39124 42 39125 43 39126 57 39127 42 39128 43 39129 42 39130 43 39131 57 39132 42 39133 43 39134 57 39135 42 39136 43 39137 57 39138 42 39139 43 39140 57 39141 42 39142 43 39143 42 39144 43 39145 6 39146 7 39147 17 39148 18 39149 19 39150 58 39151 17 39152 18 39153 19 39154 21 39155 58 39156 41 39157 42 39158 43 39159 57 39160 41 39161 42 39162 43 39163 57 39164 41 39165 42 39166 43 39167 57 39168 41 39169 42 39170 43 39171 57 39172 42 39173 43 39174 57 39175 42 39176 43 39177 57 39178 42 39179 43 39180 57 39181 41 39182 42 39183 43 39184 57 39185 42 39186 43 39187 57 39188 42 39189 43 39190 57 39191 41 39192 42 39193 43 39194 57 39195 41 39196 42 39197 43 39198 57 39199 55 39200 55 39201 54 39202 54 39203 55 39204 55 39205 53 39206 54 39207 55 39208 55 39209 55 39210 54 39211 55 39212 54 39213 55 39214 43 39215 53 39216 54 39217 54 39218 53 39219 54 39220 53 39221 54 39222 54 39223 55 39224 55 39225 55 39226 55 39227 53 39228 54 39229 53 39230 54 39231 43 39232 53 39233 54 39234 43 39235 53 39236 54 39237 55 39238 55 39239 55 39240 55 39241 55 39242 55 39243 54 39244 55 39245 54 39246 55 39247 54 39248 55 39249 54 39250 55 39251 54 39252 55 39253 54 39254 55 39255 42 39256 43 39257 57 39258 42 39259 43 39260 57 39261 42 39262 43 39263 57 39264 42 39265 43 39266 57 39267 42 39268 43 39269 57 39270 42 39271 43 39272 57 39273 58 39274 42 39275 43 39276 57 39277 58 39278 42 39279 43 39280 57 39281 42 39282 43 39283 57 39284 42 39285 43 39286 57 39287 42 39288 43 39289 57 39290 42 39291 43 39292 57 39293 42 39294 43 39295 57 39296 42 39297 43 39298 57 39299 42 39300 43 39301 57 39302 42 39303 43 39304 57 39305 42 39306 43 39307 57 39308 42 39309 43 39310 57 39311 42 39312 43 39313 57 39314 42 39315 43 39316 57 39317 42 39318 43 39319 57 39320 42 39321 43 39322 57 39323 42 39324 43 39325 57 39326 36 39327 36 39328 36 39329 34 39330 35 39331 34 39332 35 39333 34 39334 35 39335 36 39336 36 39337 34 39338 35 39339 36 39340 36 39341 36 39342 35 39343 36 39344 34 39345 35 39346 36 39347 20 39348 24 39349 31 39350 34 39351 35 39352 34 39353 35 39354 34 39355 35 39356 34 39357 35 39358 34 39359 35 39360 34 39361 35 39362 34 39363 35 39364 36 39365 36 39366 36 39367 36 39368 34 39369 35 39370 34 39371 35 39372 34 39373 35 39374 34 39375 35 39376 34 39377 35 39378 34 39379 35 39380 36 39381 34 39382 36 39383 34 39384 36 39385 36 39386 36 39387 36 39388 34 39389 35 39390 36 39391 34 39392 35 39393 36 39394 34 39395 35 39396 36 39397 35 39398 36 39399 35 39400 36 39401 34 39402 35 39403 36 39404 24 39405 34 39406 35 39407 31 39408 34 39409 35 39410 24 39411 34 39412 35 39413 20 39414 24 39415 31 39416 34 39417 35 39418 20 39419 24 39420 31 39421 34 39422 35 39423 20 39424 24 39425 34 39426 35 39427 19 39428 20 39429 19 39430 20 39431 19 39432 20 39433 19 39434 20 39435 19 39436 20 39437 19 39438 20 39439 19 39440 20 39441 19 39442 20 39443 19 39444 20 39445 19 39446 20 39447 24 39448 19 39449 20 39450 24 39451 19 39452 20 39453 24 39454 19 39455 20 39456 24 39457 19 39458 20 39459 24 39460 19 39461 20 39462 24 39463 19 39464 20 39465 24 39466 19 39467 20 39468 24 39469 19 39470 20 39471 24 39472 19 39473 20 39474 24 39475 19 39476 20 39477 24 39478 0 39479 1 39480 3 39481 4 39482 5 39483 8 39484 0 39485 3 39486 0 39487 3 39488 8 39489 4 39490 5 39491 6 39492 7 39493 38 39494 39 39495 58 39496 38 39497 39 39498 40 39499 58 39500 38 39501 39 39502 58 39503 38 39504 39 39505 40 39506 58 39507 38 39508 39 39509 40 39510 58 39511 38 39512 39 39513 58 39514 38 39515 39 39516 40 39517 58 39518 37 39519 39 39520 40 39521 58 39522 38 39523 39 39524 40 39525 58 39526 38 39527 39 39528 40 39529 58 39530 37 39531 39 39532 40 39533 37 39534 40 39535 23 39536 37 39537 40 39538 37 39539 39 39540 40 39541 1 39542 4 39543 5 39544 6 39545 1 39546 4 39547 5 39548 6 39549 1 39550 4 39551 5 39552 6 39553 7 39554 1 39555 4 39556 5 39557 6 39558 1 39559 4 39560 5 39561 6 39562 1 39563 4 39564 5 39565 6 39566 4 39567 5 39568 6 39569 7 39570 58 39571 1 39572 4 39573 5 39574 6 39575 1 39576 4 39577 5 39578 6 39579 1 39580 4 39581 5 39582 1 39583 4 39584 5 39585 1 39586 4 39587 5 39588 1 39589 4 39590 5 39591 0 39592 0 39593 0 39594 0 39595 0 39596 0 39597 0 39598 0 39599 0 39600 0 39601 0 39602 0 39603 38 39604 39 39605 58 39606 38 39607 39 39608 58 39609 38 39610 39 39611 40 39612 58 39613 37 39614 39 39615 40 39616 0 39617 0 39618 0 39619 0 39620 0 39621 0 39622 0 39623 0 39624 0 39625 0 39626 0 39627 0 39628 0 39629 0 39630 0 39631 0 39632 0 39633 0 39634 0 39635 0 39636 0 39637 0 39638 2 39639 0 39640 0 39641 2 39642 0 39643 0 39644 0 39645 0 39646 0 39647 0 39648 0 39649 1 39650 0 39651 0 39652 0 39653 0 39654 0 39655 0 39656 0 39657 0 39658 0 39659 0 39660 0 39661 0 39662 0 39663 0 39664 0 39665 0 39666 0 39667 0 39668 0 39669 0 39670 0 39671 0 39672 0 39673 0 39674 0 39675 0 39676 0 39677 0 39678 0 39679 0 39680 0 39681 0 39682 0 39683 0 39684 0 39685 1 39686 2 39687 0 39688 0 39689 0 39690 0 39691 0 39692 0 39693 0 39694 0 39695 2 39696 0 39697 2 39698 0 39699 0 39700 0 39701 2 39702 0 39703 0 39704 0 39705 0 39706 0 39707 0 39708 0 39709 0 39710 0 39711 0 39712 0 39713 0 39714 0 39715 0 39716 0 39717 0 39718 0 39719 0 39720 0 39721 0 39722 0 39723 0 39724 0 39725 0 39726 0 39727 0 39728 0 39729 0 39730 1 39731 0 39732 1 39733 0 39734 1 39735 1 39736 1 39737 1 39738 1 39739 1 39740 1 39741 1 39742 1 39743 1 39744 1 39745 1 39746 1 39747 1 39748 1 39749 1 39750 1 39751 1 39752 1 39753 1 39754 1 39755 1 39756 1 39757 1 39758 1 39759 1 39760 1 39761 1 39762 1 39763 1 39764 1 39765 1 39766 1 39767 1 39768 1 39769 1 39770 1 39771 1 39772 1 39773 1 39774 1 39775 1 39776 1 39777 1 39778 1 39779 1 39780 1 39781 1 39782 1 39783 1 39784 1 39785 1 39786 1 39787 1 39788 1 39789 1 39790 1 39791 1 39792 1 39793 1 39794 1 39795 3 39796 1 39797 1 39798 1 39799 1 39800 1 39801 1 39802 1 39803 1 39804 1 39805 1 39806 1 39807 1 39808 1 39809 1 39810 1 39811 1 39812 1 39813 1 39814 1 39815 1 39816 1 39817 1 39818 3 39819 1 39820 1 39821 1 39822 1 39823 1 39824 1 39825 1 39826 1 39827 1 39828 1 39829 1 39830 1 39831 1 39832 1 39833 1 39834 1 39835 1 39836 1 39837 1 39838 1 39839 1 39840 1 39841 1 39842 1 39843 1 39844 1 39845 3 39846 1 39847 1 39848 1 39849 3 39850 1 39851 1 39852 1 39853 1 39854 1 39855 1 39856 1 39857 1 39858 1 39859 1 39860 1 39861 1 39862 1 39863 1 39864 1 39865 1 39866 1 39867 1 39868 1 39869 1 39870 1 39871 1 39872 1 39873 1 39874 1 39875 1 39876 1 39877 1 39878 1 39879 1 39880 0 39881 1 39882 1 39883 1 39884 1 39885 1 39886 1 39887 2 39888 76 39889 0 39890 1 39891 1 39892 2 39893 75 39894 1 39895 1 39896 2 39897 1 39898 75 39899 1 39900 75 39901 1 39902 2 39903 1 39904 2 39905 1 39906 2 39907 1 39908 75 39909 1 39910 2 39911 1 39912 2 39913 0 39914 1 39915 4 39916 5 39917 8 39918 1 39919 4 39920 5 39921 8 39922 75 39923 1 39924 8 39925 75 39926 0 39927 2 39928 3 39929 75 39930 0 39931 1 39932 4 39933 0 39934 3 39935 4 39936 0 39937 2 39938 3 39939 75 39940 0 39941 3 39942 0 39943 3 39944 1 39945 2 39946 1 39947 2 39948 1 39949 2 39950 3 39951 75 39952 0 39953 1 39954 2 39955 3 39956 75 39957 0 39958 3 39959 0 39960 3 39961 1 39962 2 39963 3 39964 75 39965 1 39966 2 39967 3 39968 75 39969 1 39970 4 39971 5 39972 1 39973 4 39974 5 39975 6 39976 5 39977 6 39978 7 39979 58 39980 4 39981 5 39982 6 39983 1 39984 4 39985 5 39986 8 39987 1 39988 4 39989 5 39990 8 39991 4 39992 5 39993 8 39994 1 39995 4 39996 5 39997 8 39998 5 39999 6 40000 5 40001 6 40002 5 40003 6 40004 4 40005 6 40006 5 40007 6 40008 5 40009 6 40010 5 40011 6 40012 5 40013 6 40014 1 40015 1 40016 2 40017 1 40018 75 40019 1 40020 2 40021 1 40022 2 40023 1 40024 75 40025 1 40026 2 40027 0 40028 0 40029 1 40030 75 40031 1 40032 2 40033 0 40034 4 40035 0 40036 0 40037 0 40038 0 40039 0 40040 4 40041 0 40042 0 40043 0 40044 3 40045 0 40046 1 40047 1 40048 1 40049 1 40050 1 40051 1 40052 1 40053 1 40054 1 40055 1 40056 1 40057 1 40058 1 40059 3 40060 1 40061 1 40062 0 40063 0 40064 0 40065 0 40066 0 40067 0 40068 0 40069 3 40070 0 40071 1 40072 0 40073 2 40074 1 40075 1 40076 1 40077 1 40078 1 40079 1 40080 0 40081 0 40082 0 40083 0 40084 2 40085 0 40086 4 40087 0 40088 0 40089 2 40090 0 40091 0 40092 0 40093 0 40094 0 40095 0 40096 0 40097 0 40098 0 40099 0 40100 0 40101 0 40102 0 40103 0 40104 0 40105 1 40106 1 40107 1 40108 1 40109 1 40110 1 40111 1 40112 1 40113 1 40114 1 40115 1 40116 1 40117 1 40118 1 40119 1 40120 1 40121 1 40122 1 40123 1 40124 1 40125 1 40126 1 40127 1 40128 1 40129 1 40130 1 40131 1 40132 1 40133 1 40134 3 40135 1 40136 1 40137 1 40138 1 40139 1 40140 1 40141 1 40142 1 40143 1 40144 1 40145 1 40146 1 40147 1 40148 1 40149 1 40150 1 40151 1 40152 1 40153 1 40154 1 40155 1 40156 1 40157 1 40158 1 40159 1 40160 1 40161 1 40162 1 40163 1 40164 1 40165 1 40166 1 40167 1 40168 1 40169 0 40170 0 40171 0 40172 0 40173 0 40174 0 40175 0 40176 0 40177 0 40178 0 40179 0 40180 0 40181 0 40182 0 40183 0 40184 0 40185 0 40186 4 40187 0 40188 0 40189 0 40190 4 40191 0 40192 0 40193 0 40194 0 40195 2 40196 1 40197 1 40198 1 40199 1 40200 1 40201 1 40202 1 40203 1 40204 1 40205 1 40206 1 40207 4 40208 5 40209 1 40210 4 40211 5 40212 1 40213 4 40214 5 40215 1 40216 4 40217 5 40218 1 40219 4 40220 5 40221 1 40222 4 40223 5 40224 1 40225 4 40226 5 40227 1 40228 4 40229 5 40230 1 40231 4 40232 5 40233 1 40234 4 40235 5 40236 1 40237 4 40238 5 40239 1 40240 4 40241 5 40242 1 40243 4 40244 5 40245 1 40246 4 40247 5 40248 1 40249 4 40250 5 40251 1 40252 4 40253 5 40254 1 40255 4 40256 5 40257 1 40258 4 40259 5 40260 1 40261 4 40262 5 40263 0 40264 0 40265 0 40266 0 40267 2 40268 3 40269 0 40270 0 40271 0 40272 0 40273 0 40274 0 40275 0 40276 0 40277 0 40278 0 40279 0 40280 0 40281 0 40282 0 40283 0 40284 0 40285 1 40286 1 40287 1 40288 1 40289 1 40290 1 40291 1 40292 1 40293 0 40294 3 40295 4 40296 0 40297 0 40298 10 40299 0 40300 4 40301 0 40302 0 40303 10 40304 0 40305 9 40306 0 40307 10 40308 0 40309 1 40310 3 40311 4 40312 11 40313 10 40314 3 40315 10 40316 9 40317 1 40318 9 40319 10 40320 0 40321 4 40322 11 40323 0 40324 3 40325 0 40326 1 40327 3 40328 4 40329 3 40330 3 40331 0 40332 1 40333 3 40334 11 40335 1 40336 3 40337 11 40338 10 40339 9 40340 10 40341 9 40342 3 40343 10 40344 3 40345 3 40346 0 40347 1 40348 3 40349 1 40350 3 40351 11 40352 3 40353 11 40354 10 40355 9 40356 10 40357 9 40358 10 40359 0 40360 1 40361 3 40362 1 40363 4 40364 5 40365 1 40366 4 40367 5 40368 1 40369 4 40370 5 40371 1 40372 4 40373 5 40374 1 40375 4 40376 5 40377 1 40378 4 40379 5 40380 1 40381 2 40382 1 40383 2 40384 1 40385 2 40386 1 40387 1 40388 1 40389 82 40390 82 40391 85 40392 88 40393 88 40394 88 40395 88 40396 88 40397 85 40398 88 40399 88 40400 88 40401 82 40402 82 40403 82 40404 85 40405 85 40406 85 40407 88 40408 88 40409 88 40410 82 40411 82 40412 82 40413 85 40414 85 40415 85 40416 88 40417 88 40418 88 40419 82 40420 82 40421 82 40422 85 40423 85 40424 85 40425 88 40426 88 40427 88 40428 82 40429 82 40430 82 40431 85 40432 85 40433 85 40434 88 40435 88 40436 88 40437 82 40438 82 40439 82 40440 85 40441 85 40442 85 40443 88 40444 88 40445 88 40446 82 40447 82 40448 82 40449 85 40450 85 40451 85 40452 93 40453 94 40454 108 40455 93 40456 94 40457 108 40458 93 40459 94 40460 108 40461 93 40462 94 40463 108 40464 93 40465 94 40466 108 40467 93 40468 94 40469 108 40470 93 40471 94 40472 108 40473 93 40474 94 40475 108 40476 93 40477 94 40478 108 40479 93 40480 94 40481 108 40482 93 40483 94 40484 108 40485 93 40486 94 40487 108 40488 93 40489 94 40490 108 40491 91 40492 91 40493 91 40494 91 40495 91 40496 91 40497 91 40498 91 40499 91 40500 91 40501 91 40502 91 40503 91 40504 91 40505 91 40506 91 40507 91 40508 91 40509 91 40510 91 40511 91 40512 91 40513 77 40514 78 40515 77 40516 78 40517 77 40518 78 40519 77 40520 78 40521 77 40522 78 40523 77 40524 78 40525 77 40526 78 40527 77 40528 78 40529 22 40530 77 40531 78 40532 77 40533 78 40534 22 40535 77 40536 78 40537 77 40538 78 40539 79 40540 77 40541 78 40542 79 40543 77 40544 78 40545 79 40546 77 40547 78 40548 79 40549 77 40550 78 40551 79 40552 77 40553 78 40554 79 40555 77 40556 78 40557 79 40558 77 40559 78 40560 79 40561 77 40562 78 40563 79 40564 77 40565 78 40566 79 40567 93 40568 94 40569 108 40570 93 40571 94 40572 108 40573 93 40574 94 40575 108 40576 71 40577 110 40578 114 40579 71 40580 110 40581 114 40582 71 40583 110 40584 114 40585 38 40586 39 40587 58 40588 38 40589 39 40590 58 40591 38 40592 39 40593 40 40594 58 40595 39 40596 40 40597 37 40598 39 40599 40 40600 58 40601 37 40602 39 40603 40 40604 37 40605 40 40606 37 40607 40 40608 1 40609 4 40610 5 40611 6 40612 1 40613 4 40614 5 40615 6 40616 7 40617 1 40618 4 40619 5 40620 6 40621 1 40622 4 40623 5 40624 6 40625 7 40626 1 40627 4 40628 5 40629 6 40630 4 40631 5 40632 6 40633 7 40634 18 40635 58 40636 4 40637 5 40638 6 40639 7 40640 58 40641 1 40642 4 40643 5 40644 6 40645 1 40646 4 40647 5 40648 6 40649 0 40650 9 40651 9 40652 1 40653 9 40654 9 40655 9 40656 9 40657 10 40658 9 40659 9 40660 10 40661 1 40662 0 40663 1 40664 1 40665 0 40666 1 40667 4 40668 5 40669 8 40670 0 40671 3 40672 110 40673 114 40674 110 40675 114 40676 0 40677 5 40678 8 40679 110 40680 114 40681 110 40682 114 40683 110 40684 114 40685 110 40686 114 40687 1 40688 4 40689 5 40690 8 40691 5 40692 6 40693 4 40694 6 40695 5 40696 6 40697 0 40698 0 40699 3 40700 1 40701 1 40702 1 40703 1 40704 0 40705 1 40706 4 40707 0 40708 1 40709 4 40710 0 40711 0 40712 1 40713 11 40714 10 40715 0 40716 1 40717 4 40718 71 40719 110 40720 114 40721 0 40722 71 40723 110 40724 114 40725 71 40726 110 40727 114 40728 71 40729 110 40730 114 40731 0 40732 3 40733 71 40734 110 40735 114 40736 71 40737 110 40738 114 40739 71 40740 110 40741 114 40742 71 40743 110 40744 114 40745 71 40746 110 40747 114 40748 97 40749 97 40750 97 40751 100 40752 100 40753 100 40754 103 40755 103 40756 103 40757 103 40758 103 40759 97 40760 100 40761 100 40762 103 40763 103 40764 103 40765 97 40766 97 40767 97 40768 100 40769 100 40770 100 40771 103 40772 103 40773 103 40774 97 40775 97 40776 97 40777 100 40778 100 40779 100 40780 103 40781 103 40782 103 40783 97 40784 97 40785 97 40786 100 40787 100 40788 100 40789 103 40790 103 40791 103 40792 97 40793 97 40794 97 40795 100 40796 100 40797 100 40798 103 40799 103 40800 103 40801 97 40802 97 40803 97 40804 100 40805 100 40806 100 40807 106 40808 106 40809 106 40810 106 40811 106 40812 106 40813 106 40814 106 40815 106 40816 106 40817 106 40818 106 40819 106 40820 106 40821 106 40822 106 40823 106 40824 106 40825 37 40826 92 40827 38 40828 39 40829 58 40830 38 40831 39 40832 58 40833 38 40834 39 40835 40 40836 58 40837 39 40838 40 40839 58 40840 37 40841 39 40842 40 40843 37 40844 40 40845 37 40846 58 40847 23 40848 37 40849 92 40850 37 40851 92 40852 23 40853 37 40854 92 40855 23 40856 37 40857 38 40858 39 40859 58 40860 38 40861 39 40862 58 40863 38 40864 39 40865 58 40866 38 40867 39 40868 58 40869 38 40870 39 40871 40 40872 58 40873 38 40874 39 40875 40 40876 58 40877 39 40878 40 40879 58 40880 39 40881 40 40882 58 40883 37 40884 39 40885 40 40886 37 40887 39 40888 40 40889 37 40890 40 40891 37 40892 40 40893 37 40894 37 40895 23 40896 37 40897 23 40898 37 40899 92 40900 23 40901 37 40902 92 40903 93 40904 94 40905 108 40906 93 40907 94 40908 108 40909 58 40910 93 40911 94 40912 108 40913 93 40914 94 40915 108 40916 94 40917 94 40918 58 40919 93 40920 94 40921 108 40922 58 40923 93 40924 94 40925 108 40926 93 40927 94 40928 108 40929 93 40930 94 40931 108 40932 93 40933 94 40934 108 40935 93 40936 94 40937 108 40938 93 40939 94 40940 93 40941 94 40942 93 40943 94 40944 108 40945 93 40946 94 40947 108 40948 93 40949 94 40950 93 40951 94 40952 108 40953 93 40954 94 40955 108 40956 93 40957 94 40958 93 40959 94 40960 93 40961 94 40962 108 40963 93 40964 94 40965 93 40966 94 40967 108 40968 93 40969 94 40970 108 40971 94 40972 94 40973 93 40974 94 40975 93 40976 94 40977 94 40978 94 40979 94 40980 104 40981 94 40982 94 40983 95 40984 94 40985 95 40986 94 40987 95 40988 94 40989 101 40990 104 40991 94 40992 101 40993 104 40994 94 40995 98 40996 101 40997 94 40998 95 40999 98 41000 94 41001 98 41002 101 41003 94 41004 95 41005 98 41006 97 41007 97 41008 97 41009 97 41010 96 41011 97 41012 96 41013 97 41014 96 41015 97 41016 96 41017 97 41018 100 41019 100 41020 100 41021 100 41022 99 41023 100 41024 99 41025 100 41026 99 41027 100 41028 99 41029 100 41030 103 41031 103 41032 103 41033 103 41034 102 41035 103 41036 102 41037 103 41038 102 41039 103 41040 102 41041 103 41042 101 41043 102 41044 101 41045 102 41046 101 41047 102 41048 101 41049 102 41050 98 41051 99 41052 98 41053 99 41054 98 41055 99 41056 98 41057 99 41058 95 41059 96 41060 95 41061 96 41062 95 41063 96 41064 95 41065 96 41066 95 41067 95 41068 95 41069 95 41070 98 41071 98 41072 98 41073 98 41074 101 41075 101 41076 101 41077 101 41078 94 41079 94 41080 94 41081 97 41082 97 41083 96 41084 97 41085 96 41086 97 41087 100 41088 100 41089 99 41090 100 41091 99 41092 100 41093 103 41094 103 41095 102 41096 103 41097 102 41098 103 41099 101 41100 102 41101 101 41102 102 41103 98 41104 99 41105 98 41106 99 41107 95 41108 96 41109 95 41110 96 41111 95 41112 95 41113 98 41114 98 41115 101 41116 101 41117 101 41118 104 41119 98 41120 101 41121 95 41122 98 41123 102 41124 102 41125 102 41126 102 41127 102 41128 102 41129 99 41130 99 41131 99 41132 99 41133 99 41134 99 41135 96 41136 96 41137 96 41138 96 41139 96 41140 96 41141 94 41142 94 41143 94 41144 104 41145 94 41146 94 41147 94 41148 94 41149 103 41150 103 41151 103 41152 103 41153 100 41154 100 41155 100 41156 100 41157 97 41158 97 41159 97 41160 97 41161 96 41162 96 41163 96 41164 96 41165 96 41166 96 41167 99 41168 99 41169 99 41170 99 41171 99 41172 99 41173 102 41174 102 41175 102 41176 102 41177 102 41178 102 41179 101 41180 101 41181 101 41182 101 41183 101 41184 101 41185 98 41186 98 41187 98 41188 98 41189 98 41190 98 41191 95 41192 95 41193 95 41194 95 41195 95 41196 95 41197 94 41198 101 41199 94 41200 101 41201 94 41202 94 41203 94 41204 101 41205 104 41206 94 41207 101 41208 104 41209 94 41210 98 41211 94 41212 98 41213 94 41214 94 41215 95 41216 94 41217 94 41218 94 41219 98 41220 93 41221 94 41222 94 41223 94 41224 101 41225 94 41226 101 41227 104 41228 103 41229 103 41230 102 41231 103 41232 102 41233 103 41234 101 41235 102 41236 101 41237 102 41238 101 41239 103 41240 94 41241 102 41242 94 41243 103 41244 103 41245 102 41246 102 41247 102 41248 101 41249 101 41250 101 41251 94 41252 101 41253 104 41254 94 41255 94 41256 101 41257 104 41258 93 41259 94 41260 94 41261 94 41262 95 41263 94 41264 95 41265 97 41266 97 41267 96 41268 97 41269 96 41270 97 41271 95 41272 96 41273 95 41274 96 41275 95 41276 97 41277 94 41278 96 41279 94 41280 97 41281 97 41282 96 41283 96 41284 96 41285 95 41286 95 41287 95 41288 93 41289 94 41290 94 41291 94 41292 98 41293 94 41294 95 41295 98 41296 100 41297 100 41298 99 41299 100 41300 99 41301 100 41302 98 41303 99 41304 98 41305 99 41306 98 41307 94 41308 100 41309 99 41310 94 41311 100 41312 100 41313 99 41314 99 41315 99 41316 98 41317 98 41318 98 41319 94 41320 95 41321 98 41322 94 41323 94 41324 94 41325 104 41326 94 41327 104 41328 94 41329 104 41330 93 41331 94 41332 104 41333 105 41334 94 41335 97 41336 100 41337 103 41338 97 41339 102 41340 102 41341 102 41342 102 41343 96 41344 96 41345 96 41346 96 41347 99 41348 99 41349 99 41350 99 41351 102 41352 102 41353 102 41354 102 41355 96 41356 96 41357 96 41358 96 41359 99 41360 99 41361 99 41362 99 41363 93 41364 94 41365 1 41366 4 41367 5 41368 1 41369 76 41370 1 41371 74 41372 76 41373 1 41374 2 41375 76 41376 1 41377 2 41378 76 41379 1 41380 2 41381 76 41382 1 41383 4 41384 5 41385 1 41386 75 41387 0 41388 1 41389 2 41390 3 41391 5 41392 8 41393 75 41394 1 41395 2 41396 76 41397 1 41398 2 41399 76 41400 1 41401 2 41402 76 41403 1 41404 2 41405 75 41406 1 41407 2 41408 75 41409 1 41410 2 41411 75 41412 1 41413 2 41414 75 41415 1 41416 2 41417 3 41418 75 41419 1 41420 4 41421 75 41422 1 41423 4 41424 5 41425 8 41426 1 41427 4 41428 5 41429 1 41430 4 41431 1 41432 4 41433 5 41434 1 41435 72 41436 74 41437 1 41438 74 41439 76 41440 1 41441 74 41442 1 41443 2 41444 75 41445 1 41446 2 41447 75 41448 1 41449 1 41450 2 41451 76 41452 1 41453 73 41454 1 41455 72 41456 1 41457 73 41458 1 41459 73 41460 1 41461 72 41462 1 41463 2 41464 75 41465 76 41466 1 41467 76 41468 1 41469 73 41470 1 41471 1 41472 4 41473 74 41474 1 41475 72 41476 74 41477 1 41478 74 41479 1 41480 72 41481 1 41482 2 41483 76 41484 1 41485 2 41486 76 41487 1 41488 2 41489 76 41490 1 41491 2 41492 76 41493 1 41494 76 41495 1 41496 2 41497 76 41498 1 41499 2 41500 76 41501 1 41502 2 41503 76 41504 1 41505 2 41506 76 41507 0 41508 1 41509 2 41510 3 41511 4 41512 5 41513 8 41514 0 41515 1 41516 2 41517 3 41518 5 41519 8 41520 75 41521 0 41522 3 41523 8 41524 0 41525 1 41526 3 41527 5 41528 8 41529 1 41530 2 41531 76 41532 1 41533 2 41534 75 41535 76 41536 1 41537 2 41538 75 41539 76 41540 1 41541 2 41542 75 41543 76 41544 1 41545 2 41546 75 41547 76 41548 1 41549 2 41550 75 41551 1 41552 2 41553 75 41554 0 41555 1 41556 2 41557 3 41558 75 41559 0 41560 3 41561 8 41562 0 41563 1 41564 3 41565 75 41566 0 41567 1 41568 2 41569 3 41570 5 41571 8 41572 75 41573 1 41574 73 41575 1 41576 4 41577 72 41578 1 41579 73 41580 1 41581 73 41582 1 41583 72 41584 1 41585 73 41586 1 41587 1 41588 72 41589 0 41590 1 41591 2 41592 3 41593 5 41594 8 41595 75 41596 1 41597 2 41598 76 41599 1 41600 2 41601 75 41602 76 41603 1 41604 2 41605 75 41606 1 41607 2 41608 75 41609 1 41610 2 41611 75 41612 1 41613 2 41614 75 41615 0 41616 1 41617 2 41618 3 41619 5 41620 8 41621 75 41622 1 41623 2 41624 75 41625 0 41626 1 41627 2 41628 3 41629 5 41630 8 41631 75 41632 0 41633 1 41634 2 41635 3 41636 75 41637 0 41638 1 41639 2 41640 3 41641 5 41642 8 41643 75 41644 0 41645 1 41646 2 41647 3 41648 75 41649 0 41650 3 41651 8 41652 0 41653 1 41654 3 41655 75 41656 0 41657 1 41658 2 41659 3 41660 5 41661 8 41662 75 41663 0 41664 1 41665 2 41666 3 41667 5 41668 8 41669 75 41670 0 41671 1 41672 2 41673 3 41674 5 41675 8 41676 75 41677 1 41678 1 41679 73 41680 1 41681 4 41682 72 41683 1 41684 73 41685 1 41686 4 41687 1 41688 72 41689 1 41690 73 41691 1 41692 72 41693 0 41694 1 41695 2 41696 3 41697 75 41698 1 41699 2 41700 75 41701 1 41702 2 41703 3 41704 5 41705 8 41706 75 41707 0 41708 1 41709 2 41710 3 41711 5 41712 8 41713 75 41714 0 41715 1 41716 2 41717 3 41718 5 41719 8 41720 75 41721 0 41722 1 41723 2 41724 3 41725 5 41726 8 41727 75 41728 1 41729 2 41730 75 41731 1 41732 2 41733 75 41734 0 41735 1 41736 2 41737 3 41738 4 41739 5 41740 8 41741 75 41742 1 41743 2 41744 4 41745 75 41746 0 41747 1 41748 4 41749 5 41750 8 41751 75 41752 1 41753 2 41754 75 41755 1 41756 2 41757 75 41758 1 41759 2 41760 5 41761 8 41762 75 41763 1 41764 4 41765 5 41766 1 41767 4 41768 5 41769 1 41770 4 41771 5 41772 1 41773 4 41774 76 41775 1 41776 4 41777 74 41778 1 41779 4 41780 5 41781 1 41782 4 41783 5 41784 1 41785 74 41786 76 41787 0 41788 1 41789 3 41790 5 41791 8 41792 0 41793 1 41794 3 41795 5 41796 8 41797 0 41798 1 41799 3 41800 5 41801 8 41802 75 41803 0 41804 1 41805 3 41806 75 41807 0 41808 1 41809 3 41810 5 41811 8 41812 75 41813 0 41814 1 41815 3 41816 8 41817 0 41818 1 41819 2 41820 3 41821 5 41822 8 41823 75 41824 0 41825 1 41826 3 41827 8 41828 1 41829 4 41830 5 41831 0 41832 1 41833 4 41834 5 41835 1 41836 4 41837 5 41838 0 41839 1 41840 2 41841 3 41842 4 41843 5 41844 8 41845 75 41846 0 41847 1 41848 2 41849 3 41850 4 41851 5 41852 8 41853 75 41854 0 41855 1 41856 2 41857 3 41858 4 41859 5 41860 8 41861 75 41862 0 41863 1 41864 4 41865 5 41866 8 41867 75 41868 0 41869 1 41870 4 41871 5 41872 8 41873 1 41874 2 41875 4 41876 5 41877 1 41878 2 41879 4 41880 5 41881 1 41882 4 41883 5 41884 0 41885 1 41886 4 41887 5 41888 8 41889 0 41890 1 41891 3 41892 4 41893 5 41894 8 41895 1 41896 2 41897 4 41898 5 41899 8 41900 1 41901 4 41902 5 41903 6 41904 7 41905 1 41906 4 41907 5 41908 6 41909 7 41910 1 41911 4 41912 5 41913 6 41914 7 41915 0 41916 1 41917 4 41918 5 41919 6 41920 8 41921 0 41922 1 41923 4 41924 5 41925 6 41926 8 41927 0 41928 1 41929 4 41930 5 41931 6 41932 8 41933 1 41934 4 41935 5 41936 6 41937 1 41938 4 41939 5 41940 6 41941 7 41942 4 41943 5 41944 6 41945 7 41946 58 41947 5 41948 6 41949 7 41950 58 41951 4 41952 5 41953 6 41954 7 41955 58 41956 4 41957 5 41958 6 41959 7 41960 58 41961 5 41962 6 41963 7 41964 58 41965 5 41966 6 41967 7 41968 58 41969 5 41970 6 41971 7 41972 58 41973 1 41974 4 41975 5 41976 1 41977 4 41978 5 41979 1 41980 4 41981 5 41982 1 41983 4 41984 5 41985 6 41986 1 41987 4 41988 5 41989 6 41990 7 41991 1 41992 4 41993 5 41994 1 41995 4 41996 5 41997 4 41998 5 41999 6 42000 1 42001 4 42002 5 42003 6 42004 7 42005 1 42006 2 42007 4 42008 5 42009 8 42010 0 42011 1 42012 2 42013 3 42014 4 42015 5 42016 8 42017 75 42018 1 42019 2 42020 3 42021 5 42022 8 42023 75 42024 0 42025 1 42026 2 42027 3 42028 5 42029 8 42030 75 42031 1 42032 2 42033 75 42034 1 42035 2 42036 75 42037 1 42038 2 42039 5 42040 8 42041 75 42042 0 42043 1 42044 4 42045 5 42046 8 42047 75 42048 0 42049 1 42050 2 42051 4 42052 5 42053 8 42054 0 42055 1 42056 2 42057 3 42058 5 42059 8 42060 75 42061 0 42062 1 42063 2 42064 3 42065 4 42066 5 42067 8 42068 75 42069 1 42070 2 42071 3 42072 75 42073 1 42074 2 42075 75 42076 0 42077 1 42078 2 42079 4 42080 5 42081 8 42082 1 42083 4 42084 5 42085 8 42086 74 42087 75 42088 1 42089 4 42090 5 42091 1 42092 4 42093 5 42094 74 42095 1 42096 4 42097 74 42098 1 42099 4 42100 5 42101 1 42102 4 42103 5 42104 1 42105 4 42106 5 42107 1 42108 4 42109 5 42110 8 42111 74 42112 75 42113 1 42114 4 42115 5 42116 74 42117 1 42118 4 42119 5 42120 1 42121 4 42122 5 42123 1 42124 4 42125 5 42126 1 42127 4 42128 5 42129 1 42130 4 42131 5 42132 1 42133 4 42134 5 42135 1 42136 4 42137 5 42138 1 42139 4 42140 5 42141 1 42142 4 42143 5 42144 1 42145 4 42146 5 42147 1 42148 4 42149 5 42150 1 42151 4 42152 5 42153 1 42154 4 42155 5 42156 1 42157 4 42158 5 42159 1 42160 4 42161 5 42162 1 42163 4 42164 5 42165 5 42166 6 42167 7 42168 58 42169 1 42170 73 42171 1 42172 4 42173 1 42174 2 42175 73 42176 1 42177 4 42178 1 42179 72 42180 1 42181 73 42182 1 42183 72 42184 1 42185 1 42186 2 42187 76 42188 1 42189 2 42190 76 42191 1 42192 2 42193 76 42194 1 42195 2 42196 76 42197 17 42198 18 42199 21 42200 22 42201 58 42202 77 42203 18 42204 58 42205 77 42206 21 42207 58 42208 77 42209 17 42210 18 42211 19 42212 58 42213 77 42214 17 42215 18 42216 58 42217 77 42218 21 42219 77 42220 18 42221 21 42222 22 42223 58 42224 77 42225 17 42226 18 42227 21 42228 22 42229 58 42230 77 42231 18 42232 21 42233 22 42234 58 42235 18 42236 21 42237 22 42238 58 42239 18 42240 21 42241 22 42242 58 42243 17 42244 18 42245 19 42246 22 42247 58 42248 77 42249 7 42250 17 42251 18 42252 58 42253 77 42254 17 42255 18 42256 58 42257 77 42258 7 42259 17 42260 18 42261 58 42262 77 42263 18 42264 21 42265 22 42266 58 42267 77 42268 17 42269 18 42270 21 42271 77 42272 7 42273 18 42274 21 42275 77 42276 17 42277 18 42278 21 42279 22 42280 58 42281 77 42282 18 42283 21 42284 22 42285 58 42286 77 42287 18 42288 21 42289 22 42290 58 42291 77 42292 1 42293 2 42294 76 42295 1 42296 2 42297 76 42298 1 42299 2 42300 75 42301 76 42302 1 42303 2 42304 76 42305 1 42306 2 42307 76 42308 1 42309 2 42310 76 42311 1 42312 2 42313 76 42314 1 42315 2 42316 75 42317 76 42318 1 42319 2 42320 75 42321 76 42322 1 42323 2 42324 76 42325 1 42326 2 42327 76 42328 18 42329 77 42330 58 42331 77 42332 19 42333 58 42334 77 42335 18 42336 58 42337 77 42338 18 42339 58 42340 77 42341 58 42342 77 42343 77 42344 58 42345 77 42346 58 42347 77 42348 19 42349 58 42350 77 42351 19 42352 77 42353 58 42354 77 42355 58 42356 77 42357 58 42358 77 42359 58 42360 77 42361 78 42362 58 42363 77 42364 77 42365 78 42366 58 42367 77 42368 78 42369 77 42370 77 42371 78 42372 58 42373 77 42374 78 42375 58 42376 77 42377 78 42378 77 42379 78 42380 77 42381 78 42382 77 42383 78 42384 77 42385 78 42386 77 42387 78 42388 77 42389 78 42390 77 42391 78 42392 77 42393 78 42394 77 42395 78 42396 77 42397 78 42398 77 42399 78 42400 77 42401 78 42402 79 42403 77 42404 78 42405 77 42406 78 42407 77 42408 78 42409 77 42410 78 42411 78 42412 79 42413 78 42414 79 42415 78 42416 79 42417 78 42418 79 42419 78 42420 79 42421 78 42422 79 42423 78 42424 79 42425 78 42426 79 42427 78 42428 79 42429 90 42430 78 42431 79 42432 78 42433 79 42434 78 42435 79 42436 22 42437 23 42438 92 42439 22 42440 23 42441 92 42442 21 42443 22 42444 23 42445 92 42446 22 42447 23 42448 92 42449 22 42450 23 42451 58 42452 92 42453 21 42454 22 42455 23 42456 92 42457 21 42458 58 42459 77 42460 7 42461 18 42462 58 42463 77 42464 17 42465 18 42466 21 42467 58 42468 77 42469 7 42470 18 42471 21 42472 58 42473 77 42474 21 42475 77 42476 77 42477 17 42478 18 42479 21 42480 22 42481 58 42482 77 42483 7 42484 17 42485 18 42486 21 42487 58 42488 77 42489 58 42490 77 42491 58 42492 77 42493 77 42494 78 42495 77 42496 78 42497 77 42498 78 42499 77 42500 78 42501 77 42502 78 42503 77 42504 78 42505 58 42506 77 42507 58 42508 77 42509 58 42510 77 42511 78 42512 77 42513 78 42514 78 42515 79 42516 78 42517 79 42518 78 42519 79 42520 78 42521 79 42522 89 42523 78 42524 79 42525 79 42526 80 42527 79 42528 80 42529 79 42530 80 42531 78 42532 79 42533 83 42534 86 42535 78 42536 79 42537 80 42538 83 42539 78 42540 79 42541 83 42542 86 42543 79 42544 80 42545 83 42546 82 42547 82 42548 82 42549 82 42550 81 42551 82 42552 81 42553 82 42554 81 42555 82 42556 81 42557 82 42558 85 42559 85 42560 85 42561 85 42562 84 42563 85 42564 84 42565 85 42566 84 42567 85 42568 84 42569 85 42570 88 42571 88 42572 88 42573 88 42574 87 42575 88 42576 87 42577 88 42578 87 42579 88 42580 87 42581 88 42582 86 42583 87 42584 86 42585 87 42586 86 42587 87 42588 86 42589 87 42590 83 42591 84 42592 83 42593 84 42594 83 42595 84 42596 83 42597 84 42598 80 42599 81 42600 80 42601 81 42602 80 42603 81 42604 80 42605 81 42606 80 42607 80 42608 80 42609 80 42610 83 42611 83 42612 83 42613 83 42614 86 42615 86 42616 86 42617 86 42618 78 42619 79 42620 78 42621 79 42622 78 42623 79 42624 79 42625 89 42626 90 42627 82 42628 82 42629 81 42630 82 42631 81 42632 82 42633 85 42634 85 42635 84 42636 85 42637 84 42638 85 42639 88 42640 88 42641 87 42642 88 42643 87 42644 88 42645 86 42646 87 42647 86 42648 87 42649 83 42650 84 42651 83 42652 84 42653 80 42654 81 42655 80 42656 81 42657 80 42658 80 42659 83 42660 83 42661 86 42662 86 42663 83 42664 86 42665 80 42666 83 42667 77 42668 78 42669 79 42670 77 42671 78 42672 79 42673 77 42674 78 42675 79 42676 77 42677 78 42678 79 42679 77 42680 78 42681 79 42682 77 42683 78 42684 79 42685 77 42686 78 42687 79 42688 77 42689 78 42690 79 42691 87 42692 87 42693 87 42694 87 42695 87 42696 87 42697 84 42698 84 42699 84 42700 84 42701 84 42702 84 42703 81 42704 81 42705 81 42706 81 42707 82 42708 81 42709 81 42710 78 42711 79 42712 78 42713 79 42714 78 42715 79 42716 78 42717 79 42718 78 42719 79 42720 78 42721 79 42722 87 42723 88 42724 87 42725 88 42726 87 42727 88 42728 87 42729 88 42730 84 42731 85 42732 84 42733 85 42734 84 42735 85 42736 85 42737 81 42738 82 42739 81 42740 82 42741 82 42742 82 42743 80 42744 81 42745 82 42746 80 42747 81 42748 81 42749 82 42750 80 42751 81 42752 82 42753 80 42754 81 42755 81 42756 82 42757 83 42758 84 42759 83 42760 84 42761 84 42762 85 42763 84 42764 83 42765 84 42766 84 42767 85 42768 87 42769 86 42770 87 42771 87 42772 88 42773 87 42774 86 42775 87 42776 87 42777 88 42778 86 42779 86 42780 86 42781 86 42782 86 42783 87 42784 86 42785 87 42786 83 42787 83 42788 83 42789 83 42790 83 42791 84 42792 83 42793 84 42794 80 42795 80 42796 80 42797 80 42798 80 42799 81 42800 80 42801 81 42802 78 42803 79 42804 86 42805 78 42806 79 42807 78 42808 79 42809 78 42810 79 42811 83 42812 78 42813 79 42814 78 42815 79 42816 78 42817 79 42818 80 42819 78 42820 79 42821 78 42822 79 42823 78 42824 79 42825 80 42826 83 42827 78 42828 79 42829 78 42830 79 42831 78 42832 79 42833 78 42834 79 42835 78 42836 79 42837 78 42838 79 42839 77 42840 78 42841 79 42842 77 42843 78 42844 77 42845 78 42846 79 42847 77 42848 78 42849 77 42850 78 42851 77 42852 78 42853 77 42854 78 42855 77 42856 78 42857 77 42858 78 42859 78 42860 79 42861 78 42862 79 42863 78 42864 79 42865 78 42866 79 42867 78 42868 79 42869 86 42870 90 42871 78 42872 79 42873 86 42874 88 42875 88 42876 87 42877 88 42878 87 42879 88 42880 86 42881 87 42882 86 42883 87 42884 86 42885 88 42886 77 42887 78 42888 79 42889 77 42890 78 42891 79 42892 78 42893 79 42894 87 42895 78 42896 79 42897 90 42898 87 42899 88 42900 88 42901 86 42902 87 42903 87 42904 88 42905 87 42906 86 42907 87 42908 86 42909 86 42910 78 42911 79 42912 86 42913 89 42914 90 42915 78 42916 79 42917 90 42918 78 42919 79 42920 89 42921 90 42922 77 42923 78 42924 77 42925 78 42926 77 42927 78 42928 77 42929 78 42930 77 42931 78 42932 78 42933 79 42934 78 42935 79 42936 78 42937 79 42938 78 42939 79 42940 78 42941 79 42942 80 42943 79 42944 80 42945 82 42946 82 42947 81 42948 82 42949 81 42950 82 42951 80 42952 81 42953 80 42954 81 42955 80 42956 82 42957 77 42958 78 42959 77 42960 78 42961 79 42962 78 42963 79 42964 81 42965 78 42966 79 42967 81 42968 82 42969 82 42970 80 42971 81 42972 81 42973 82 42974 81 42975 80 42976 81 42977 80 42978 80 42979 78 42980 79 42981 80 42982 78 42983 79 42984 78 42985 79 42986 77 42987 78 42988 77 42989 78 42990 77 42991 78 42992 77 42993 78 42994 77 42995 78 42996 78 42997 79 42998 78 42999 79 43000 78 43001 79 43002 78 43003 79 43004 83 43005 79 43006 83 43007 85 43008 85 43009 84 43010 85 43011 84 43012 85 43013 83 43014 84 43015 83 43016 84 43017 83 43018 78 43019 79 43020 85 43021 77 43022 78 43023 79 43024 84 43025 78 43026 79 43027 84 43028 85 43029 85 43030 83 43031 84 43032 84 43033 85 43034 84 43035 83 43036 84 43037 83 43038 83 43039 78 43040 79 43041 83 43042 78 43043 79 43044 78 43045 79 43046 78 43047 79 43048 77 43049 78 43050 77 43051 78 43052 77 43053 78 43054 77 43055 78 43056 77 43057 78 43058 77 43059 78 43060 77 43061 78 43062 77 43063 78 43064 77 43065 78 43066 77 43067 78 43068 77 43069 78 43070 78 43071 79 43072 77 43073 78 43074 79 43075 78 43076 79 43077 90 43078 78 43079 79 43080 89 43081 90 43082 78 43083 79 43084 89 43085 90 43086 78 43087 79 43088 78 43089 79 43090 90 43091 79 43092 89 43093 90 43094 78 43095 79 43096 89 43097 90 43098 77 43099 78 43100 79 43101 77 43102 78 43103 79 43104 82 43105 82 43106 85 43107 85 43108 85 43109 88 43110 82 43111 82 43112 85 43113 87 43114 87 43115 87 43116 87 43117 81 43118 81 43119 81 43120 81 43121 84 43122 84 43123 84 43124 84 43125 87 43126 87 43127 87 43128 87 43129 81 43130 81 43131 81 43132 81 43133 84 43134 84 43135 84 43136 84 43137 23 43138 37 43139 92 43140 21 43141 23 43142 37 43143 92 43144 22 43145 23 43146 92 43147 22 43148 23 43149 92 43150 22 43151 23 43152 92 43153 22 43154 23 43155 58 43156 92 43157 22 43158 23 43159 92 43160 22 43161 23 43162 92 43163 23 43164 92 43165 22 43166 23 43167 92 43168 22 43169 23 43170 92 43171 23 43172 92 43173 23 43174 92 43175 22 43176 23 43177 92 43178 22 43179 23 43180 58 43181 92 43182 22 43183 23 43184 92 43185 22 43186 23 43187 92 43188 22 43189 23 43190 92 43191 23 43192 92 43193 58 43194 92 43195 58 43196 92 43197 23 43198 92 43199 23 43200 92 43201 23 43202 58 43203 92 43204 23 43205 58 43206 92 43207 23 43208 58 43209 92 43210 58 43211 92 43212 23 43213 58 43214 92 43215 92 43216 92 43217 93 43218 94 43219 108 43220 92 43221 93 43222 94 43223 108 43224 92 43225 93 43226 94 43227 92 43228 93 43229 94 43230 108 43231 92 43232 93 43233 94 43234 108 43235 92 43236 93 43237 94 43238 108 43239 93 43240 94 43241 93 43242 94 43243 108 43244 58 43245 92 43246 93 43247 107 43248 58 43249 92 43250 93 43251 107 43252 22 43253 58 43254 92 43255 93 43256 107 43257 58 43258 92 43259 93 43260 107 43261 58 43262 92 43263 93 43264 94 43265 107 43266 58 43267 92 43268 93 43269 107 43270 58 43271 92 43272 93 43273 94 43274 107 43275 92 43276 93 43277 94 43278 107 43279 92 43280 93 43281 94 43282 107 43283 92 43284 93 43285 107 43286 92 43287 93 43288 94 43289 107 43290 92 43291 93 43292 94 43293 107 43294 92 43295 93 43296 107 43297 92 43298 93 43299 94 43300 107 43301 92 43302 93 43303 107 43304 92 43305 93 43306 94 43307 107 43308 93 43309 94 43310 108 43311 58 43312 92 43313 93 43314 58 43315 92 43316 107 43317 58 43318 92 43319 107 43320 58 43321 92 43322 93 43323 107 43324 92 43325 93 43326 107 43327 92 43328 93 43329 94 43330 107 43331 92 43332 93 43333 94 43334 107 43335 92 43336 93 43337 94 43338 107 43339 92 43340 93 43341 107 43342 58 43343 92 43344 93 43345 58 43346 92 43347 93 43348 92 43349 93 43350 92 43351 93 43352 94 43353 92 43354 93 43355 94 43356 93 43357 94 43358 58 43359 93 43360 94 43361 108 43362 58 43363 93 43364 94 43365 108 43366 58 43367 93 43368 94 43369 108 43370 58 43371 93 43372 94 43373 108 43374 93 43375 94 43376 108 43377 23 43378 92 43379 23 43380 92 43381 23 43382 92 43383 92 43384 93 43385 94 43386 108 43387 93 43388 94 43389 108 43390 93 43391 94 43392 108 43393 93 43394 94 43395 108 43396 93 43397 94 43398 94 43399 94 43400 94 43401 94 43402 108 43403 94 43404 108 43405 94 43406 94 43407 108 43408 94 43409 108 43410 94 43411 93 43412 94 43413 108 43414 93 43415 94 43416 108 43417 93 43418 94 43419 108 43420 93 43421 94 43422 93 43423 94 43424 108 43425 93 43426 94 43427 93 43428 94 43429 108 43430 93 43431 94 43432 108 43433 93 43434 94 43435 108 43436 93 43437 94 43438 108 43439 93 43440 94 43441 93 43442 94 43443 108 43444 93 43445 94 43446 93 43447 94 43448 93 43449 94 43450 108 43451 93 43452 94 43453 93 43454 94 43455 108 43456 93 43457 94 43458 108 43459 93 43460 94 43461 108 43462 93 43463 94 43464 108 43465 93 43466 94 43467 93 43468 94 43469 6 43470 7 43471 17 43472 18 43473 58 43474 77 43475 17 43476 18 43477 21 43478 58 43479 77 43480 92 43481 93 43482 94 43483 108 43484 92 43485 93 43486 94 43487 108 43488 92 43489 93 43490 94 43491 108 43492 92 43493 93 43494 94 43495 108 43496 93 43497 94 43498 108 43499 93 43500 94 43501 108 43502 93 43503 94 43504 108 43505 92 43506 93 43507 94 43508 108 43509 93 43510 94 43511 108 43512 93 43513 94 43514 108 43515 92 43516 93 43517 94 43518 108 43519 92 43520 93 43521 94 43522 108 43523 106 43524 106 43525 106 43526 105 43527 105 43528 106 43529 106 43530 104 43531 105 43532 106 43533 106 43534 106 43535 105 43536 106 43537 105 43538 106 43539 94 43540 104 43541 105 43542 105 43543 104 43544 105 43545 104 43546 105 43547 105 43548 106 43549 106 43550 106 43551 106 43552 104 43553 105 43554 104 43555 105 43556 94 43557 104 43558 105 43559 94 43560 104 43561 105 43562 106 43563 106 43564 106 43565 106 43566 106 43567 106 43568 105 43569 106 43570 105 43571 106 43572 105 43573 106 43574 105 43575 106 43576 105 43577 106 43578 105 43579 106 43580 93 43581 94 43582 108 43583 93 43584 94 43585 108 43586 93 43587 94 43588 108 43589 93 43590 94 43591 108 43592 93 43593 94 43594 108 43595 58 43596 93 43597 94 43598 108 43599 58 43600 93 43601 94 43602 108 43603 93 43604 94 43605 108 43606 93 43607 94 43608 108 43609 93 43610 94 43611 108 43612 93 43613 94 43614 108 43615 93 43616 94 43617 108 43618 93 43619 94 43620 108 43621 93 43622 94 43623 108 43624 93 43625 94 43626 108 43627 93 43628 94 43629 108 43630 93 43631 94 43632 108 43633 93 43634 94 43635 108 43636 93 43637 94 43638 108 43639 91 43640 91 43641 89 43642 90 43643 89 43644 90 43645 89 43646 90 43647 91 43648 91 43649 89 43650 90 43651 91 43652 91 43653 91 43654 90 43655 91 43656 89 43657 90 43658 91 43659 78 43660 79 43661 86 43662 89 43663 90 43664 89 43665 90 43666 89 43667 90 43668 89 43669 90 43670 89 43671 90 43672 89 43673 90 43674 89 43675 90 43676 91 43677 91 43678 91 43679 91 43680 89 43681 90 43682 89 43683 90 43684 89 43685 90 43686 89 43687 90 43688 89 43689 90 43690 89 43691 90 43692 91 43693 89 43694 91 43695 89 43696 91 43697 91 43698 91 43699 91 43700 89 43701 90 43702 91 43703 89 43704 90 43705 91 43706 89 43707 90 43708 91 43709 90 43710 91 43711 90 43712 91 43713 89 43714 90 43715 91 43716 79 43717 89 43718 90 43719 86 43720 89 43721 90 43722 79 43723 89 43724 90 43725 78 43726 79 43727 86 43728 89 43729 90 43730 78 43731 79 43732 86 43733 89 43734 90 43735 78 43736 79 43737 89 43738 90 43739 77 43740 78 43741 77 43742 78 43743 77 43744 78 43745 77 43746 78 43747 77 43748 78 43749 77 43750 78 43751 77 43752 78 43753 77 43754 78 43755 77 43756 78 43757 79 43758 77 43759 78 43760 79 43761 77 43762 78 43763 79 43764 77 43765 78 43766 79 43767 77 43768 78 43769 79 43770 77 43771 78 43772 79 43773 77 43774 78 43775 79 43776 77 43777 78 43778 79 43779 77 43780 78 43781 79 43782 77 43783 78 43784 79 43785 38 43786 39 43787 58 43788 38 43789 39 43790 58 43791 38 43792 39 43793 58 43794 38 43795 39 43796 40 43797 58 43798 38 43799 39 43800 58 43801 38 43802 39 43803 40 43804 58 43805 38 43806 39 43807 58 43808 38 43809 39 43810 40 43811 58 43812 38 43813 39 43814 40 43815 58 43816 37 43817 39 43818 40 43819 37 43820 39 43821 40 43822 37 43823 39 43824 40 43825 23 43826 37 43827 40 43828 37 43829 39 43830 40 43831 23 43832 37 43833 40 43834 23 43835 37 43836 40 43837 37 43838 39 43839 40 43840 1 43841 4 43842 5 43843 6 43844 1 43845 4 43846 5 43847 6 43848 1 43849 4 43850 5 43851 6 43852 7 43853 4 43854 5 43855 6 43856 7 43857 58 43858 1 43859 4 43860 5 43861 6 43862 7 43863 58 43864 1 43865 4 43866 5 43867 6 43868 7 43869 4 43870 5 43871 6 43872 7 43873 58 43874 1 43875 4 43876 5 43877 1 43878 4 43879 5 43880 1 43881 4 43882 5 43883 38 43884 39 43885 58 43886 38 43887 39 43888 40 43889 58 43890 0 43891 1 43892 2 43893 3 43894 4 43895 5 43896 8 43897 1 43898 2 43899 16 43900 0 43901 1 43902 3 43903 4 43904 5 43905 8 43906 0 43907 1 43908 3 43909 8 43910 0 43911 1 43912 3 43913 4 43914 5 43915 8 43916 15 43917 23 43918 37 43919 1 43920 4 43921 5 43922 1 43923 2 43924 16 43925 76 43926 0 43927 1 43928 3 43929 4 43930 5 43931 8 43932 0 43933 1 43934 3 43935 4 43936 5 43937 8 43938 6 43939 7 43940 17 43941 18 43942 19 43943 58 43944 77 43945 23 43946 37 43947 41 43948 92 43949 0 43950 0 43951 0 43952 0 43953 0 43954 0 43955 0 43956 0 43957 0 43958 0 43959 0 43960 0 43961 42 43962 43 43963 57 43964 42 43965 43 43966 57 43967 42 43968 43 43969 57 43970 42 43971 43 43972 57 43973 42 43974 43 43975 57 43976 42 43977 43 43978 57 43979 42 43980 43 43981 57 43982 42 43983 43 43984 57 43985 19 43986 20 43987 19 43988 20 43989 19 43990 20 43991 19 43992 20 43993 22 43994 19 43995 20 43996 22 43997 19 43998 20 43999 19 44000 20 44001 24 44002 19 44003 20 44004 24 44005 19 44006 20 44007 24 44008 19 44009 20 44010 24 44011 19 44012 20 44013 24 44014 19 44015 20 44016 24 44017 93 44018 94 44019 108 44020 93 44021 94 44022 108 44023 93 44024 94 44025 108 44026 93 44027 94 44028 108 44029 93 44030 94 44031 108 44032 93 44033 94 44034 108 44035 93 44036 94 44037 108 44038 93 44039 94 44040 108 44041 77 44042 78 44043 77 44044 78 44045 77 44046 78 44047 77 44048 78 44049 22 44050 77 44051 78 44052 77 44053 78 44054 77 44055 78 44056 79 44057 77 44058 78 44059 79 44060 77 44061 78 44062 79 44063 77 44064 78 44065 79 44066 77 44067 78 44068 79 44069 77 44070 78 44071 79 44072 42 44073 43 44074 57 44075 42 44076 43 44077 57 44078 42 44079 43 44080 57 44081 42 44082 43 44083 57 44084 42 44085 43 44086 57 44087 42 44088 43 44089 57 44090 42 44091 43 44092 57 44093 19 44094 20 44095 19 44096 20 44097 19 44098 20 44099 19 44100 20 44101 19 44102 20 44103 22 44104 19 44105 20 44106 19 44107 20 44108 24 44109 19 44110 20 44111 24 44112 19 44113 20 44114 24 44115 19 44116 20 44117 24 44118 19 44119 20 44120 24 44121 19 44122 20 44123 24 44124 42 44125 43 44126 57 44127 93 44128 94 44129 108 44130 93 44131 94 44132 108 44133 93 44134 94 44135 108 44136 93 44137 94 44138 108 44139 93 44140 94 44141 108 44142 93 44143 94 44144 108 44145 93 44146 94 44147 108 44148 77 44149 78 44150 77 44151 78 44152 77 44153 78 44154 77 44155 78 44156 77 44157 78 44158 77 44159 78 44160 77 44161 78 44162 79 44163 77 44164 78 44165 79 44166 77 44167 78 44168 79 44169 77 44170 78 44171 79 44172 77 44173 78 44174 79 44175 77 44176 78 44177 79 44178 93 44179 94 44180 108 44181 6 44182 7 44183 17 44184 18 44185 19 44186 58 44187 6 44188 7 44189 17 44190 18 44191 58 44192 77 44193 6 44194 7 44195 17 44196 18 44197 19 44198 58 44199 6 44200 7 44201 17 44202 18 44203 19 44204 21 44205 58 44206 6 44207 7 44208 17 44209 18 44210 19 44211 21 44212 58 44213 6 44214 7 44215 17 44216 18 44217 19 44218 58 44219 6 44220 7 44221 17 44222 18 44223 19 44224 58 44225 6 44226 7 44227 17 44228 18 44229 19 44230 58 44231 6 44232 7 44233 17 44234 18 44235 58 44236 77 44237 6 44238 7 44239 17 44240 18 44241 21 44242 58 44243 77 44244 6 44245 7 44246 17 44247 18 44248 21 44249 58 44250 77 44251 6 44252 7 44253 17 44254 18 44255 58 44256 77 44257 6 44258 7 44259 17 44260 18 44261 58 44262 77 44263 6 44264 7 44265 17 44266 18 44267 58 44268 77 44269 6 44270 7 44271 17 44272 18 44273 19 44274 58 44275 77 44276 6 44277 7 44278 17 44279 18 44280 19 44281 58 44282 6 44283 7 44284 17 44285 18 44286 19 44287 58 44288 6 44289 7 44290 17 44291 18 44292 19 44293 58 44294 6 44295 7 44296 17 44297 18 44298 19 44299 21 44300 58 44301 6 44302 7 44303 17 44304 18 44305 19 44306 58 44307 6 44308 7 44309 17 44310 18 44311 19 44312 58 44313 6 44314 7 44315 17 44316 18 44317 58 44318 77 44319 6 44320 7 44321 17 44322 18 44323 58 44324 77 44325 6 44326 7 44327 17 44328 18 44329 58 44330 77 44331 6 44332 7 44333 17 44334 18 44335 21 44336 58 44337 77 44338 6 44339 7 44340 17 44341 18 44342 58 44343 77 44344 6 44345 7 44346 17 44347 18 44348 58 44349 77 44350 5 44351 6 44352 7 44353 17 44354 18 44355 19 44356 58 44357 5 44358 6 44359 7 44360 17 44361 18 44362 19 44363 58 44364 5 44365 6 44366 7 44367 17 44368 18 44369 19 44370 58 44371 5 44372 6 44373 7 44374 17 44375 18 44376 19 44377 21 44378 58 44379 5 44380 6 44381 7 44382 17 44383 18 44384 19 44385 21 44386 58 44387 5 44388 6 44389 7 44390 17 44391 18 44392 19 44393 58 44394 5 44395 6 44396 7 44397 17 44398 18 44399 58 44400 77 44401 5 44402 6 44403 7 44404 17 44405 18 44406 58 44407 77 44408 5 44409 6 44410 7 44411 17 44412 18 44413 58 44414 77 44415 5 44416 6 44417 7 44418 17 44419 18 44420 21 44421 58 44422 77 44423 5 44424 6 44425 7 44426 17 44427 18 44428 21 44429 58 44430 77 44431 5 44432 6 44433 7 44434 17 44435 18 44436 58 44437 77 44438 5 44439 6 44440 7 44441 17 44442 18 44443 19 44444 58 44445 6 44446 7 44447 17 44448 18 44449 19 44450 58 44451 5 44452 6 44453 7 44454 17 44455 18 44456 19 44457 58 44458 5 44459 6 44460 7 44461 17 44462 18 44463 19 44464 58 44465 5 44466 6 44467 7 44468 17 44469 18 44470 19 44471 58 44472 5 44473 6 44474 7 44475 17 44476 18 44477 19 44478 58 44479 5 44480 6 44481 7 44482 17 44483 18 44484 19 44485 21 44486 58 44487 5 44488 6 44489 7 44490 17 44491 18 44492 19 44493 58 44494 5 44495 6 44496 7 44497 17 44498 18 44499 58 44500 77 44501 6 44502 7 44503 17 44504 18 44505 58 44506 77 44507 5 44508 6 44509 7 44510 17 44511 18 44512 58 44513 77 44514 5 44515 6 44516 7 44517 17 44518 18 44519 58 44520 77 44521 5 44522 6 44523 7 44524 17 44525 18 44526 58 44527 77 44528 5 44529 6 44530 7 44531 17 44532 18 44533 58 44534 77 44535 5 44536 6 44537 7 44538 17 44539 18 44540 21 44541 58 44542 77 44543 5 44544 6 44545 7 44546 17 44547 18 44548 58 44549 77 44550 6 44551 7 44552 17 44553 18 44554 19 44555 58 44556 77 44557 60 44558 63 44559 60 44560 63 44561 60 44562 63 44563 64 44564 60 44565 63 44566 60 44567 63 44568 60 44569 63 44570 60 44571 63 44572 64 44573 64 44574 65 44575 62 44576 64 44577 65 44578 62 44579 65 44580 7 44581 18 44582 19 44583 59 44584 65 44585 60 44586 63 44587 64 44588 60 44589 63 44590 64 44591 60 44592 63 44593 64 44594 60 44595 63 44596 64 44597 60 44598 63 44599 60 44600 63 44601 60 44602 63 44603 60 44604 63 44605 64 44606 60 44607 63 44608 64 44609 60 44610 63 44611 64 44612 3 44613 60 44614 63 44615 64 44616 3 44617 60 44618 63 44619 64 44620 3 44621 8 44622 60 44623 64 44624 65 44625 6 44626 7 44627 17 44628 18 44629 19 44630 21 44631 58 44632 59 44633 65 44634 60 44635 63 44636 64 44637 3 44638 60 44639 63 44640 64 44641 3 44642 60 44643 64 44644 65 44645 60 44646 63 44647 64 44648 60 44649 63 44650 64 44651 60 44652 64 44653 65 44654 3 44655 60 44656 64 44657 65 44658 60 44659 64 44660 65 44661 60 44662 64 44663 65 44664 110 44665 113 44666 110 44667 113 44668 71 44669 110 44670 113 44671 110 44672 113 44673 110 44674 113 44675 110 44676 113 44677 71 44678 110 44679 113 44680 71 44681 114 44682 71 44683 112 44684 114 44685 112 44686 114 44687 18 44688 77 44689 109 44690 114 44691 71 44692 110 44693 113 44694 71 44695 110 44696 113 44697 71 44698 110 44699 113 44700 71 44701 110 44702 113 44703 110 44704 113 44705 110 44706 113 44707 110 44708 113 44709 71 44710 110 44711 113 44712 71 44713 110 44714 113 44715 71 44716 110 44717 113 44718 71 44719 110 44720 113 44721 71 44722 110 44723 113 44724 71 44725 110 44726 114 44727 6 44728 7 44729 17 44730 18 44731 21 44732 58 44733 77 44734 109 44735 114 44736 71 44737 110 44738 113 44739 71 44740 110 44741 113 44742 71 44743 110 44744 114 44745 71 44746 110 44747 113 44748 71 44749 110 44750 113 44751 71 44752 110 44753 114 44754 0 44755 71 44756 110 44757 114 44758 71 44759 110 44760 114 44761 71 44762 110 44763 114 44764 66 44765 66 44766 60 44767 61 44768 63 44769 64 44770 60 44771 63 44772 64 44773 60 44774 61 44775 62 44776 64 44777 65 44778 18 44779 19 44780 59 44781 61 44782 62 44783 65 44784 60 44785 64 44786 60 44787 61 44788 64 44789 65 44790 18 44791 62 44792 65 44793 60 44794 63 44795 64 44796 64 44797 65 44798 65 44799 60 44800 60 44801 63 44802 61 44803 62 44804 65 44805 67 44806 18 44807 19 44808 59 44809 61 44810 62 44811 65 44812 67 44813 18 44814 19 44815 59 44816 61 44817 62 44818 67 44819 59 44820 62 44821 66 44822 67 44823 59 44824 62 44825 65 44826 66 44827 67 44828 60 44829 63 44830 64 44831 61 44832 62 44833 65 44834 66 44835 67 44836 22 44837 61 44838 62 44839 64 44840 65 44841 66 44842 67 44843 66 44844 67 44845 18 44846 59 44847 62 44848 67 44849 18 44850 19 44851 59 44852 62 44853 67 44854 66 44855 67 44856 66 44857 58 44858 66 44859 67 44860 110 44861 115 44862 110 44863 113 44864 71 44865 110 44866 111 44867 113 44868 18 44869 71 44870 109 44871 111 44872 112 44873 114 44874 71 44875 110 44876 111 44877 112 44878 114 44879 1 44880 18 44881 71 44882 110 44883 112 44884 114 44885 18 44886 71 44887 109 44888 111 44889 112 44890 114 44891 17 44892 18 44893 58 44894 110 44895 113 44896 18 44897 110 44898 113 44899 71 44900 110 44901 71 44902 111 44903 112 44904 114 44905 112 44906 114 44907 18 44908 112 44909 114 44910 71 44911 114 44912 18 44913 114 44914 110 44915 113 44916 110 44917 113 44918 71 44919 110 44920 111 44921 113 44922 115 44923 111 44924 112 44925 115 44926 116 44927 109 44928 112 44929 114 44930 115 44931 116 44932 58 44933 71 44934 111 44935 114 44936 111 44937 112 44938 114 44939 115 44940 116 44941 111 44942 112 44943 115 44944 116 44945 115 44946 115 44947 18 44948 58 44949 109 44950 112 44951 116 44952 18 44953 77 44954 109 44955 112 44956 116 44957 18 44958 109 44959 112 44960 114 44961 115 44962 116 44963 115 44964 116 44965 115 44966 116 44967 115 44968 116 44969 1 44970 2 44971 3 44972 15 44973 0 44974 2 44975 3 44976 15 44977 0 44978 3 44979 0 44980 3 44981 0 44982 3 44983 1 44984 2 44985 1 44986 2 44987 1 44988 2 44989 1 44990 2 44991 1 44992 2 44993 1 44994 2 44995 1 44996 2 44997 1 44998 2 44999 3 45000 15 45001 1 45002 4 45003 5 45004 1 45005 4 45006 5 45007 1 45008 2 45009 1 45010 2 45011 0 45012 3 45013 38 45014 39 45015 58 45016 38 45017 39 45018 58 45019 38 45020 39 45021 40 45022 58 45023 37 45024 39 45025 40 45026 37 45027 39 45028 40 45029 1 45030 4 45031 5 45032 6 45033 7 45034 1 45035 4 45036 5 45037 6 45038 7 45039 58 45040 4 45041 5 45042 6 45043 1 45044 4 45045 5 45046 6 45047 7 45048 1 45049 4 45050 5 45051 6 45052 7 45053 4 45054 5 45055 6 45056 7 45057 58 45058 4 45059 5 45060 6 45061 7 45062 18 45063 58 45064 4 45065 5 45066 6 45067 7 45068 18 45069 58 45070 5 45071 6 45072 7 45073 18 45074 58 45075 5 45076 6 45077 7 45078 18 45079 58 45080 5 45081 6 45082 7 45083 58 45084 5 45085 6 45086 7 45087 18 45088 58 45089 4 45090 5 45091 6 45092 7 45093 58 45094 4 45095 5 45096 6 45097 7 45098 58 45099 4 45100 5 45101 6 45102 7 45103 58 45104 4 45105 5 45106 6 45107 7 45108 58 45109 1 45110 2 45111 3 45112 75 45113 0 45114 2 45115 3 45116 75 45117 0 45118 3 45119 0 45120 3 45121 0 45122 3 45123 1 45124 2 45125 1 45126 2 45127 1 45128 2 45129 1 45130 2 45131 1 45132 2 45133 1 45134 2 45135 3 45136 75 45137 1 45138 2 45139 75 45140 1 45141 2 45142 3 45143 75 45144 1 45145 4 45146 5 45147 1 45148 4 45149 5 45150 1 45151 2 45152 1 45153 2 45154 38 45155 39 45156 40 45157 58 45158 38 45159 39 45160 40 45161 58 45162 38 45163 39 45164 40 45165 58 45166 38 45167 39 45168 40 45169 58 45170 37 45171 39 45172 40 45173 37 45174 39 45175 40 45176 4 45177 5 45178 6 45179 4 45180 5 45181 6 45182 7 45183 58 45184 4 45185 5 45186 6 45187 7 45188 58 45189 1 45190 4 45191 5 45192 6 45193 1 45194 4 45195 5 45196 6 45197 5 45198 6 45199 7 45200 18 45201 58 45202 4 45203 5 45204 6 45205 7 45206 18 45207 58 45208 5 45209 6 45210 7 45211 18 45212 58 45213 5 45214 6 45215 7 45216 58 45217 5 45218 6 45219 7 45220 18 45221 58 45222 4 45223 5 45224 6 45225 7 45226 58 45227 4 45228 5 45229 6 45230 7 45231 58 45232 1 45233 4 45234 5 45235 6 45236 1 45237 4 45238 5 45239 1 45240 4 45241 5 45242 6 45243 1 45244 4 45245 5 45246 6 45247 1 45248 4 45249 5 45250 1 45251 4 45252 5 45253 38 45254 39 45255 58 45256 38 45257 39 45258 58 45259 38 45260 39 45261 40 45262 58 45263 38 45264 39 45265 58 45266 38 45267 39 45268 58 45269 38 45270 39 45271 40 45272 58 45273 37 45274 39 45275 40 45276 58 45277 37 45278 39 45279 40 45280 37 45281 39 45282 40 45283 1 45284 4 45285 5 45286 6 45287 7 45288 1 45289 4 45290 5 45291 6 45292 7 45293 1 45294 4 45295 5 45296 6 45297 7 45298 1 45299 4 45300 5 45301 6 45302 7 45303 1 45304 4 45305 5 45306 6 45307 7 45308 58 45309 1 45310 4 45311 5 45312 6 45313 7 45314 1 45315 4 45316 5 45317 1 45318 4 45319 5 45320 6 45321 1 45322 4 45323 5 45324 6 45325 1 45326 4 45327 5 45328 1 45329 4 45330 5 45331 1 45332 4 45333 5 45334 38 45335 39 45336 58 45337 38 45338 39 45339 40 45340 58 45341 38 45342 39 45343 40 45344 58 45345 38 45346 39 45347 40 45348 58 45349 39 45350 40 45351 58 45352 37 45353 39 45354 40 45355 58 45356 38 45357 39 45358 40 45359 58 45360 38 45361 39 45362 40 45363 58 45364 37 45365 39 45366 40 45367 37 45368 39 45369 40 45370 1 45371 4 45372 5 45373 6 45374 7 45375 1 45376 4 45377 5 45378 6 45379 1 45380 4 45381 5 45382 6 45383 1 45384 4 45385 5 45386 6 45387 7 45388 4 45389 5 45390 6 45391 7 45392 58 45393 4 45394 5 45395 6 45396 7 45397 58 45398 4 45399 5 45400 6 45401 7 45402 58 45403 4 45404 5 45405 6 45406 7 45407 58 45408 1 45409 4 45410 5 45411 1 45412 4 45413 5 45414 1 45415 4 45416 5 45417 6 45418 0 45419 3 45420 38 45421 39 45422 40 45423 58 45424 37 45425 39 45426 40 45427 38 45428 39 45429 40 45430 38 45431 39 45432 40 45433 58 45434 38 45435 39 45436 40 45437 0 45438 1 45439 2 45440 3 45441 4 45442 5 45443 8 45444 15 45445 0 45446 1 45447 2 45448 3 45449 4 45450 5 45451 8 45452 0 45453 1 45454 2 45455 3 45456 4 45457 5 45458 8 45459 15 45460 17 45461 18 45462 19 45463 21 45464 22 45465 58 45466 17 45467 18 45468 19 45469 21 45470 22 45471 58 45472 17 45473 18 45474 19 45475 21 45476 22 45477 58 45478 17 45479 18 45480 19 45481 21 45482 22 45483 58 45484 17 45485 18 45486 19 45487 21 45488 22 45489 58 45490 17 45491 18 45492 19 45493 21 45494 22 45495 58 45496 22 45497 23 45498 41 45499 22 45500 23 45501 41 45502 22 45503 23 45504 41 45505 22 45506 23 45507 41 45508 21 45509 22 45510 23 45511 41 45512 58 45513 38 45514 39 45515 40 45516 58 45517 38 45518 39 45519 40 45520 38 45521 39 45522 40 45523 58 45524 38 45525 39 45526 40 45527 38 45528 39 45529 40 45530 0 45531 1 45532 2 45533 3 45534 4 45535 5 45536 8 45537 0 45538 1 45539 2 45540 3 45541 4 45542 5 45543 8 45544 15 45545 0 45546 1 45547 2 45548 3 45549 4 45550 5 45551 8 45552 15 45553 7 45554 17 45555 18 45556 19 45557 58 45558 7 45559 17 45560 18 45561 19 45562 58 45563 7 45564 17 45565 18 45566 19 45567 21 45568 22 45569 58 45570 5 45571 6 45572 7 45573 17 45574 18 45575 19 45576 58 45577 5 45578 6 45579 7 45580 17 45581 18 45582 19 45583 58 45584 5 45585 6 45586 7 45587 17 45588 18 45589 19 45590 58 45591 1 45592 4 45593 5 45594 6 45595 7 45596 8 45597 58 45598 1 45599 4 45600 5 45601 6 45602 7 45603 8 45604 58 45605 1 45606 4 45607 5 45608 6 45609 7 45610 8 45611 58 45612 4 45613 5 45614 6 45615 7 45616 58 45617 4 45618 5 45619 6 45620 7 45621 58 45622 4 45623 5 45624 6 45625 7 45626 17 45627 18 45628 19 45629 58 45630 17 45631 18 45632 19 45633 21 45634 22 45635 58 45636 17 45637 18 45638 19 45639 21 45640 22 45641 58 45642 17 45643 18 45644 19 45645 21 45646 22 45647 58 45648 17 45649 18 45650 19 45651 21 45652 22 45653 58 45654 17 45655 18 45656 19 45657 21 45658 22 45659 58 45660 23 45661 37 45662 41 45663 23 45664 37 45665 41 45666 23 45667 37 45668 41 45669 23 45670 37 45671 41 45672 23 45673 37 45674 41 45675 23 45676 37 45677 41 45678 37 45679 40 45680 41 45681 92 45682 37 45683 40 45684 37 45685 40 45686 37 45687 40 45688 37 45689 40 45690 41 45691 92 45692 37 45693 40 45694 41 45695 92 45696 17 45697 18 45698 19 45699 21 45700 22 45701 58 45702 17 45703 18 45704 19 45705 21 45706 22 45707 58 45708 7 45709 17 45710 18 45711 19 45712 21 45713 22 45714 58 45715 17 45716 18 45717 19 45718 21 45719 22 45720 58 45721 7 45722 17 45723 18 45724 19 45725 21 45726 22 45727 58 45728 17 45729 18 45730 19 45731 21 45732 22 45733 23 45734 41 45735 58 45736 17 45737 18 45738 19 45739 21 45740 22 45741 58 45742 17 45743 18 45744 19 45745 21 45746 22 45747 58 45748 17 45749 18 45750 19 45751 21 45752 22 45753 23 45754 41 45755 58 45756 21 45757 22 45758 23 45759 41 45760 58 45761 21 45762 22 45763 23 45764 41 45765 58 45766 17 45767 18 45768 19 45769 21 45770 22 45771 23 45772 41 45773 58 45774 21 45775 22 45776 23 45777 41 45778 58 45779 23 45780 41 45781 23 45782 41 45783 23 45784 41 45785 23 45786 41 45787 23 45788 41 45789 23 45790 37 45791 41 45792 23 45793 37 45794 41 45795 23 45796 37 45797 41 45798 23 45799 37 45800 41 45801 23 45802 37 45803 41 45804 23 45805 37 45806 41 45807 37 45808 41 45809 37 45810 41 45811 92 45812 37 45813 41 45814 23 45815 37 45816 41 45817 37 45818 41 45819 38 45820 39 45821 38 45822 39 45823 58 45824 38 45825 39 45826 58 45827 38 45828 39 45829 38 45830 39 45831 38 45832 39 45833 38 45834 39 45835 40 45836 58 45837 38 45838 39 45839 40 45840 38 45841 39 45842 58 45843 38 45844 39 45845 58 45846 38 45847 39 45848 40 45849 38 45850 39 45851 39 45852 40 45853 38 45854 39 45855 40 45856 58 45857 39 45858 40 45859 58 45860 38 45861 39 45862 40 45863 37 45864 39 45865 40 45866 37 45867 40 45868 37 45869 40 45870 37 45871 39 45872 40 45873 37 45874 40 45875 41 45876 92 45877 37 45878 39 45879 40 45880 37 45881 41 45882 92 45883 37 45884 37 45885 41 45886 37 45887 41 45888 92 45889 37 45890 41 45891 4 45892 5 45893 6 45894 7 45895 58 45896 5 45897 6 45898 7 45899 8 45900 58 45901 5 45902 6 45903 7 45904 8 45905 58 45906 17 45907 18 45908 19 45909 21 45910 22 45911 58 45912 17 45913 18 45914 19 45915 21 45916 22 45917 58 45918 17 45919 18 45920 19 45921 21 45922 22 45923 58 45924 17 45925 18 45926 19 45927 21 45928 22 45929 58 45930 17 45931 18 45932 19 45933 21 45934 22 45935 58 45936 17 45937 18 45938 19 45939 21 45940 22 45941 58 45942 17 45943 18 45944 19 45945 21 45946 22 45947 58 45948 17 45949 18 45950 19 45951 21 45952 22 45953 58 45954 17 45955 18 45956 19 45957 21 45958 22 45959 58 45960 17 45961 18 45962 19 45963 21 45964 22 45965 58 45966 17 45967 18 45968 19 45969 21 45970 22 45971 58 45972 17 45973 18 45974 19 45975 21 45976 22 45977 58 45978 17 45979 18 45980 19 45981 21 45982 22 45983 58 45984 6 45985 7 45986 17 45987 18 45988 19 45989 58 45990 6 45991 7 45992 17 45993 18 45994 19 45995 58 45996 6 45997 7 45998 17 45999 18 46000 19 46001 58 46002 5 46003 6 46004 7 46005 17 46006 18 46007 58 46008 77 46009 5 46010 6 46011 7 46012 17 46013 18 46014 58 46015 77 46016 5 46017 6 46018 7 46019 17 46020 18 46021 58 46022 77 46023 4 46024 5 46025 6 46026 7 46027 58 46028 4 46029 5 46030 6 46031 7 46032 8 46033 58 46034 4 46035 5 46036 6 46037 7 46038 58 46039 38 46040 39 46041 58 46042 38 46043 39 46044 38 46045 39 46046 58 46047 37 46048 39 46049 40 46050 37 46051 39 46052 40 46053 37 46054 39 46055 40 46056 37 46057 39 46058 40 46059 37 46060 39 46061 40 46062 17 46063 18 46064 21 46065 22 46066 58 46067 77 46068 17 46069 18 46070 21 46071 22 46072 23 46073 58 46074 77 46075 92 46076 17 46077 18 46078 21 46079 22 46080 58 46081 77 46082 6 46083 7 46084 17 46085 18 46086 58 46087 77 46088 6 46089 7 46090 17 46091 18 46092 58 46093 77 46094 6 46095 7 46096 17 46097 18 46098 58 46099 77 46100 23 46101 92 46102 23 46103 92 46104 23 46105 92 46106 23 46107 92 46108 23 46109 92 46110 22 46111 23 46112 92 46113 22 46114 23 46115 92 46116 22 46117 23 46118 92 46119 21 46120 22 46121 23 46122 58 46123 92 46124 22 46125 23 46126 92 46127 0 46128 1 46129 2 46130 3 46131 4 46132 5 46133 8 46134 0 46135 1 46136 2 46137 3 46138 4 46139 5 46140 8 46141 15 46142 0 46143 1 46144 2 46145 3 46146 4 46147 5 46148 8 46149 0 46150 1 46151 2 46152 3 46153 4 46154 5 46155 8 46156 75 46157 0 46158 1 46159 2 46160 3 46161 4 46162 5 46163 8 46164 0 46165 1 46166 2 46167 3 46168 4 46169 5 46170 8 46171 37 46172 92 46173 37 46174 41 46175 92 46176 37 46177 92 46178 23 46179 37 46180 92 46181 37 46182 41 46183 92 46184 23 46185 37 46186 92 46187 38 46188 39 46189 38 46190 39 46191 58 46192 38 46193 39 46194 58 46195 38 46196 39 46197 38 46198 39 46199 58 46200 38 46201 39 46202 38 46203 39 46204 40 46205 38 46206 39 46207 40 46208 58 46209 38 46210 39 46211 40 46212 58 46213 38 46214 39 46215 40 46216 58 46217 38 46218 39 46219 40 46220 58 46221 38 46222 39 46223 40 46224 58 46225 39 46226 40 46227 39 46228 40 46229 58 46230 38 46231 39 46232 40 46233 58 46234 37 46235 39 46236 40 46237 58 46238 7 46239 17 46240 18 46241 58 46242 77 46243 7 46244 17 46245 18 46246 58 46247 77 46248 7 46249 17 46250 18 46251 21 46252 22 46253 58 46254 77 46255 23 46256 92 46257 23 46258 92 46259 23 46260 92 46261 23 46262 92 46263 23 46264 92 46265 5 46266 6 46267 7 46268 17 46269 18 46270 58 46271 77 46272 5 46273 6 46274 7 46275 17 46276 18 46277 58 46278 77 46279 6 46280 7 46281 17 46282 18 46283 58 46284 77 46285 0 46286 4 46287 5 46288 6 46289 7 46290 8 46291 58 46292 0 46293 4 46294 5 46295 6 46296 7 46297 8 46298 58 46299 0 46300 4 46301 5 46302 6 46303 7 46304 8 46305 58 46306 37 46307 41 46308 92 46309 37 46310 92 46311 37 46312 92 46313 37 46314 41 46315 92 46316 37 46317 41 46318 92 46319 0 46320 1 46321 2 46322 3 46323 4 46324 5 46325 8 46326 75 46327 0 46328 1 46329 2 46330 3 46331 4 46332 5 46333 8 46334 0 46335 1 46336 2 46337 3 46338 4 46339 5 46340 8 46341 75 46342 0 46343 1 46344 2 46345 3 46346 4 46347 5 46348 8 46349 0 46350 1 46351 2 46352 3 46353 4 46354 5 46355 8 46356 0 46357 1 46358 2 46359 3 46360 4 46361 5 46362 8 46363 0 46364 1 46365 3 46366 4 46367 5 46368 6 46369 8 46370 0 46371 1 46372 3 46373 4 46374 5 46375 6 46376 8 46377 0 46378 1 46379 3 46380 4 46381 5 46382 6 46383 8 46384 17 46385 18 46386 21 46387 22 46388 58 46389 77 46390 17 46391 18 46392 21 46393 22 46394 58 46395 77 46396 17 46397 18 46398 21 46399 22 46400 58 46401 77 46402 17 46403 18 46404 21 46405 22 46406 58 46407 77 46408 17 46409 18 46410 21 46411 22 46412 58 46413 77 46414 17 46415 18 46416 21 46417 22 46418 58 46419 77 46420 22 46421 23 46422 92 46423 22 46424 23 46425 92 46426 22 46427 23 46428 92 46429 22 46430 23 46431 92 46432 22 46433 23 46434 92 46435 22 46436 23 46437 92 46438 7 46439 17 46440 18 46441 21 46442 22 46443 58 46444 77 46445 7 46446 17 46447 18 46448 21 46449 22 46450 58 46451 77 46452 7 46453 17 46454 18 46455 21 46456 22 46457 58 46458 77 46459 17 46460 18 46461 21 46462 22 46463 58 46464 77 46465 17 46466 18 46467 21 46468 22 46469 58 46470 77 46471 17 46472 18 46473 21 46474 22 46475 58 46476 77 46477 17 46478 18 46479 21 46480 22 46481 58 46482 77 46483 17 46484 18 46485 21 46486 22 46487 58 46488 77 46489 37 46490 39 46491 40 46492 37 46493 39 46494 40 46495 37 46496 39 46497 40 46498 58 46499 37 46500 39 46501 40 46502 37 46503 39 46504 40 46505 58 46506 5 46507 6 46508 7 46509 8 46510 58 46511 4 46512 5 46513 6 46514 7 46515 58 46516 4 46517 5 46518 6 46519 7 46520 58 46521 17 46522 18 46523 21 46524 22 46525 58 46526 77 46527 17 46528 18 46529 21 46530 22 46531 58 46532 77 46533 17 46534 18 46535 21 46536 22 46537 58 46538 77 46539 17 46540 18 46541 21 46542 22 46543 58 46544 77 46545 17 46546 18 46547 21 46548 22 46549 58 46550 77 46551 17 46552 18 46553 21 46554 22 46555 58 46556 77 46557 23 46558 92 46559 23 46560 92 46561 23 46562 92 46563 23 46564 92 46565 23 46566 92 46567 23 46568 37 46569 92 46570 21 46571 22 46572 23 46573 41 46574 58 46575 21 46576 22 46577 23 46578 41 46579 58 46580 21 46581 22 46582 23 46583 41 46584 58 46585 21 46586 22 46587 23 46588 41 46589 58 46590 21 46591 22 46592 23 46593 41 46594 58 46595 21 46596 22 46597 23 46598 41 46599 58 46600 21 46601 22 46602 23 46603 41 46604 58 46605 37 46606 41 46607 37 46608 41 46609 92 46610 37 46611 41 46612 37 46613 41 46614 37 46615 41 46616 38 46617 39 46618 38 46619 39 46620 58 46621 38 46622 39 46623 0 46624 1 46625 3 46626 4 46627 5 46628 6 46629 8 46630 0 46631 1 46632 3 46633 4 46634 5 46635 6 46636 8 46637 0 46638 1 46639 3 46640 4 46641 5 46642 6 46643 8 46644 6 46645 7 46646 17 46647 18 46648 19 46649 58 46650 6 46651 7 46652 17 46653 18 46654 19 46655 58 46656 6 46657 7 46658 17 46659 18 46660 19 46661 58 46662 22 46663 23 46664 41 46665 22 46666 23 46667 41 46668 22 46669 23 46670 41 46671 22 46672 23 46673 41 46674 22 46675 23 46676 41 46677 22 46678 23 46679 41 46680 17 46681 18 46682 19 46683 21 46684 22 46685 58 46686 17 46687 18 46688 19 46689 21 46690 22 46691 58 46692 17 46693 18 46694 19 46695 21 46696 22 46697 58 46698 17 46699 18 46700 19 46701 21 46702 22 46703 58 46704 17 46705 18 46706 19 46707 21 46708 22 46709 58 46710 38 46711 39 46712 40 46713 58 46714 38 46715 39 46716 40 46717 38 46718 39 46719 40 46720 58 46721 37 46722 40 46723 37 46724 40 46725 41 46726 92 46727 37 46728 40 46729 37 46730 40 46731 37 46732 40 46733 37 46734 40 46735 21 46736 22 46737 23 46738 58 46739 92 46740 21 46741 22 46742 23 46743 58 46744 92 46745 17 46746 18 46747 21 46748 22 46749 23 46750 58 46751 77 46752 92 46753 21 46754 22 46755 23 46756 58 46757 92 46758 17 46759 18 46760 21 46761 22 46762 23 46763 58 46764 77 46765 92 46766 23 46767 37 46768 92 46769 23 46770 37 46771 92 46772 23 46773 37 46774 92 46775 23 46776 37 46777 92 46778 23 46779 37 46780 92 46781 23 46782 37 46783 92 46784 0 46785 1 46786 2 46787 3 46788 4 46789 5 46790 8 46791 0 46792 1 46793 2 46794 3 46795 4 46796 5 46797 8 46798 0 46799 1 46800 2 46801 3 46802 4 46803 5 46804 8 46805 0 46806 1 46807 2 46808 3 46809 4 46810 5 46811 8 46812 15 46813 0 46814 1 46815 2 46816 3 46817 4 46818 5 46819 8 46820 0 46821 1 46822 2 46823 3 46824 4 46825 5 46826 8 46827 15 46828 37 46829 39 46830 40 46831 37 46832 39 46833 40 46834 58 46835 37 46836 39 46837 40 46838 37 46839 39 46840 40 46841 37 46842 39 46843 40 46844 0 46845 1 46846 3 46847 4 46848 5 46849 6 46850 8 46851 0 46852 1 46853 3 46854 4 46855 5 46856 6 46857 8 46858 0 46859 1 46860 2 46861 3 46862 4 46863 5 46864 8 46865 15 46866 23 46867 41 46868 23 46869 41 46870 23 46871 41 46872 23 46873 41 46874 23 46875 41 46876 23 46877 37 46878 41 46879 23 46880 41 46881 23 46882 41 46883 23 46884 41 46885 22 46886 23 46887 41 46888 23 46889 41 46890 22 46891 23 46892 41 46893 22 46894 23 46895 41 46896 22 46897 23 46898 41 46899 22 46900 23 46901 41 46902 22 46903 23 46904 41 46905 22 46906 23 46907 41 46908 22 46909 23 46910 41 46911 22 46912 23 46913 41 46914 38 46915 39 46916 40 46917 38 46918 39 46919 40 46920 58 46921 38 46922 39 46923 58 46924 38 46925 39 46926 58 46927 38 46928 39 46929 40 46930 58 46931 38 46932 39 46933 58 46934 37 46935 40 46936 41 46937 92 46938 37 46939 40 46940 37 46941 39 46942 40 46943 37 46944 40 46945 37 46946 39 46947 40 46948 37 46949 58 46950 37 46951 41 46952 92 46953 37 46954 92 46955 37 46956 58 46957 37 46958 41 46959 92 46960 0 46961 1 46962 3 46963 4 46964 5 46965 6 46966 8 46967 0 46968 1 46969 3 46970 4 46971 5 46972 6 46973 8 46974 0 46975 1 46976 3 46977 4 46978 5 46979 8 46980 0 46981 1 46982 4 46983 5 46984 6 46985 8 46986 0 46987 1 46988 4 46989 5 46990 6 46991 8 46992 0 46993 1 46994 4 46995 5 46996 6 46997 7 46998 8 46999 58 47000 5 47001 6 47002 7 47003 17 47004 18 47005 58 47006 77 47007 5 47008 6 47009 7 47010 17 47011 18 47012 58 47013 77 47014 5 47015 6 47016 7 47017 17 47018 18 47019 58 47020 77 47021 5 47022 6 47023 7 47024 17 47025 18 47026 19 47027 58 47028 4 47029 5 47030 6 47031 7 47032 17 47033 18 47034 19 47035 58 47036 5 47037 6 47038 7 47039 17 47040 18 47041 19 47042 58 47043 17 47044 18 47045 21 47046 22 47047 58 47048 77 47049 17 47050 18 47051 21 47052 22 47053 58 47054 77 47055 17 47056 18 47057 21 47058 22 47059 58 47060 77 47061 17 47062 18 47063 21 47064 22 47065 58 47066 77 47067 17 47068 18 47069 21 47070 22 47071 58 47072 77 47073 21 47074 22 47075 23 47076 58 47077 92 47078 21 47079 22 47080 23 47081 58 47082 92 47083 21 47084 22 47085 23 47086 58 47087 92 47088 21 47089 22 47090 23 47091 58 47092 92 47093 21 47094 22 47095 23 47096 58 47097 92 47098 21 47099 22 47100 23 47101 58 47102 92 47103 21 47104 22 47105 23 47106 58 47107 92 47108 38 47109 39 47110 40 47111 38 47112 39 47113 40 47114 58 47115 38 47116 39 47117 40 47118 58 47119 38 47120 39 47121 40 47122 38 47123 39 47124 40 47125 37 47126 39 47127 40 47128 58 47129 37 47130 39 47131 40 47132 37 47133 39 47134 40 47135 58 47136 37 47137 39 47138 40 47139 37 47140 39 47141 40 47142 37 47143 39 47144 40 47145 37 47146 39 47147 40 47148 37 47149 39 47150 40 47151 37 47152 39 47153 40 47154 37 47155 39 47156 40 47157 7 47158 17 47159 18 47160 19 47161 21 47162 22 47163 58 47164 7 47165 17 47166 18 47167 19 47168 21 47169 22 47170 58 47171 7 47172 17 47173 18 47174 19 47175 21 47176 22 47177 58 47178 38 47179 39 47180 58 47181 38 47182 39 47183 38 47184 39 47185 58 47186 38 47187 39 47188 58 47189 38 47190 39 47191 38 47192 39 47193 23 47194 37 47195 92 47196 23 47197 37 47198 92 47199 23 47200 37 47201 92 47202 23 47203 37 47204 92 47205 23 47206 37 47207 92 47208 23 47209 37 47210 92 47211 23 47212 37 47213 92 47214 38 47215 39 47216 40 47217 58 47218 38 47219 39 47220 40 47221 38 47222 39 47223 40 47224 58 47225 38 47226 39 47227 40 47228 58 47229 38 47230 39 47231 40 47232 58 47233 37 47234 39 47235 40 47236 37 47237 39 47238 40 47239 58 47240 37 47241 39 47242 40 47243 58 47244 37 47245 39 47246 40 47247 58 47248 37 47249 39 47250 40 47251 58 47252 17 47253 18 47254 21 47255 22 47256 58 47257 77 47258 17 47259 18 47260 19 47261 21 47262 22 47263 58 47264 77 47265 17 47266 18 47267 19 47268 21 47269 22 47270 58 47271 77 47272 0 47273 1 47274 2 47275 3 47276 4 47277 5 47278 8 47279 0 47280 1 47281 2 47282 3 47283 4 47284 5 47285 8 47286 0 47287 1 47288 2 47289 3 47290 4 47291 5 47292 8 47293 23 47294 37 47295 41 47296 23 47297 37 47298 41 47299 23 47300 37 47301 41 47302 23 47303 37 47304 41 47305 23 47306 37 47307 41 47308 1 47309 4 47310 5 47311 6 47312 8 47313 1 47314 4 47315 5 47316 6 47317 8 47318 1 47319 4 47320 5 47321 6 47322 7 47323 8 47324 58 47325 23 47326 37 47327 92 47328 23 47329 37 47330 92 47331 23 47332 37 47333 92 47334 23 47335 37 47336 92 47337 23 47338 37 47339 92 47340 0 47341 1 47342 2 47343 3 47344 4 47345 5 47346 8 47347 0 47348 1 47349 2 47350 3 47351 4 47352 5 47353 8 47354 75 47355 0 47356 1 47357 2 47358 3 47359 4 47360 5 47361 8 47362 17 47363 18 47364 21 47365 22 47366 58 47367 77 47368 17 47369 18 47370 21 47371 22 47372 58 47373 77 47374 17 47375 18 47376 21 47377 22 47378 58 47379 77 47380 17 47381 18 47382 21 47383 22 47384 58 47385 77 47386 17 47387 18 47388 21 47389 22 47390 58 47391 77 47392 17 47393 18 47394 21 47395 22 47396 58 47397 77 47398 17 47399 18 47400 21 47401 22 47402 58 47403 77 47404 22 47405 23 47406 92 47407 22 47408 23 47409 92 47410 22 47411 23 47412 92 47413 22 47414 23 47415 92 47416 22 47417 23 47418 92 47419 22 47420 23 47421 92 47422 22 47423 23 47424 92 47425 22 47426 23 47427 92 47428 18 47429 19 47430 59 47431 62 47432 65 47433 66 47434 67 47435 18 47436 77 47437 109 47438 112 47439 114 47440 115 47441 116 47442 18 47443 59 47444 67 47445 18 47446 59 47447 67 47448 18 47449 59 47450 67 47451 18 47452 77 47453 109 47454 112 47455 115 47456 116 47457 18 47458 77 47459 109 47460 112 47461 115 47462 116 47463 18 47464 19 47465 59 47466 62 47467 66 47468 67 47469 18 47470 19 47471 59 47472 62 47473 66 47474 67 47475 60 47476 66 47477 66 47478 18 47479 59 47480 67 47481 18 47482 77 47483 109 47484 112 47485 114 47486 18 47487 77 47488 109 47489 111 47490 112 47491 114 47492 110 47493 110 47494 113 47495 18 47496 109 47497 116 47498 18 47499 109 47500 116 47501 18 47502 19 47503 58 47504 109 47505 116 47506 18 47507 58 47508 109 47509 116 47510 18 47511 58 47512 109 47513 116 47514 115 47515 18 47516 62 47517 65 47518 18 47519 65 47520 58 47521 66 47522 67 47523 18 47524 19 47525 59 47526 62 47527 67 47528 18 47529 77 47530 109 47531 112 47532 116 47533 18 47534 19 47535 59 47536 62 47537 65 47538 18 47539 19 47540 59 47541 61 47542 62 47543 65 47544 60 47545 60 47546 63 47547 60 47548 66 47549 66 47550 18 47551 112 47552 114 47553 18 47554 114 47555 110 47556 115 47557 60 47558 60 47559 60 47560 1 47561 2 47562 1 47563 2 47564 1 47565 2 47566 1 47567 2 47568 15 47569 1 47570 2 47571 3 47572 15 47573 1 47574 2 47575 3 47576 15 47577 1 47578 2 47579 15 47580 1 47581 2 47582 3 47583 15 47584 1 47585 2 47586 3 47587 15 47588 1 47589 4 47590 5 47591 1 47592 4 47593 5 47594 38 47595 39 47596 58 47597 38 47598 39 47599 58 47600 38 47601 39 47602 40 47603 58 47604 38 47605 39 47606 40 47607 58 47608 5 47609 6 47610 7 47611 18 47612 58 47613 5 47614 6 47615 7 47616 18 47617 58 47618 0 47619 1 47620 2 47621 3 47622 75 47623 0 47624 2 47625 3 47626 75 47627 1 47628 2 47629 1 47630 2 47631 1 47632 2 47633 3 47634 75 47635 1 47636 2 47637 3 47638 75 47639 1 47640 2 47641 3 47642 75 47643 1 47644 2 47645 3 47646 75 47647 38 47648 39 47649 40 47650 58 47651 38 47652 39 47653 40 47654 58 47655 37 47656 39 47657 40 47658 58 47659 37 47660 39 47661 40 47662 58 47663 1 47664 4 47665 5 47666 6 47667 7 47668 1 47669 4 47670 5 47671 6 47672 7 47673 1 47674 4 47675 5 47676 6 47677 7 47678 1 47679 4 47680 5 47681 6 47682 7 47683 5 47684 6 47685 7 47686 18 47687 58 47688 4 47689 5 47690 6 47691 7 47692 18 47693 58 47694 5 47695 6 47696 7 47697 58 47698 5 47699 6 47700 7 47701 18 47702 58 47703 4 47704 5 47705 6 47706 7 47707 58 47708 4 47709 5 47710 6 47711 7 47712 58 47713 1 47714 4 47715 5 47716 6 47717 1 47718 4 47719 5 47720 6 47721 1 47722 4 47723 5 47724 1 47725 4 47726 5 47727 1 47728 4 47729 5 47730 1 47731 4 47732 5 47733 1 47734 4 47735 5 47736 38 47737 39 47738 58 47739 37 47740 39 47741 40 47742 37 47743 39 47744 40 47745 37 47746 39 47747 40 47748 1 47749 4 47750 5 47751 6 47752 7 47753 1 47754 4 47755 5 47756 6 47757 7 47758 1 47759 4 47760 5 47761 6 47762 1 47763 4 47764 5 47765 1 47766 4 47767 5 47768 1 47769 4 47770 5 47771 6 47772 1 47773 4 47774 5 47775 6 47776 1 47777 4 47778 5 47779 6 47780 1 47781 4 47782 5 47783 6 47784 1 47785 4 47786 5 47787 6 47788 1 47789 4 47790 5 47791 6 47792 1 47793 4 47794 5 47795 1 47796 4 47797 5 47798 1 47799 4 47800 5 47801 1 47802 4 47803 5 47804 1 47805 4 47806 5 47807 38 47808 39 47809 58 47810 38 47811 39 47812 58 47813 38 47814 39 47815 40 47816 58 47817 39 47818 40 47819 58 47820 38 47821 39 47822 40 47823 58 47824 37 47825 39 47826 40 47827 37 47828 39 47829 40 47830 1 47831 4 47832 5 47833 6 47834 1 47835 4 47836 5 47837 6 47838 1 47839 4 47840 5 47841 6 47842 1 47843 4 47844 5 47845 6 47846 1 47847 4 47848 5 47849 6 47850 1 47851 4 47852 5 47853 6 47854 7 47855 1 47856 4 47857 5 47858 6 47859 7 47860 1 47861 4 47862 5 47863 6 47864 7 47865 1 47866 4 47867 5 47868 1 47869 4 47870 5 47871 1 47872 4 47873 5 47874 6 47875 1 47876 4 47877 5 47878 6 47879 1 47880 2 47881 1 47882 2 47883 38 47884 39 47885 58 47886 38 47887 39 47888 58 47889 38 47890 39 47891 40 47892 58 47893 38 47894 39 47895 40 47896 58 47897 38 47898 39 47899 40 47900 58 47901 37 47902 39 47903 40 47904 66 47905 66 47906 115 47907 115 47908 0 47909 2 47910 3 47911 15 47912 0 47913 2 47914 3 47915 15 47916 0 47917 3 47918 0 47919 3 47920 0 47921 3 47922 1 47923 2 47924 1 47925 2 47926 1 47927 2 47928 1 47929 2 47930 1 47931 4 47932 5 47933 1 47934 2 47935 1 47936 2 47937 0 47938 3 47939 38 47940 39 47941 40 47942 58 47943 1 47944 4 47945 5 47946 6 47947 7 47948 1 47949 4 47950 5 47951 6 47952 7 47953 4 47954 5 47955 6 47956 7 47957 58 47958 4 47959 5 47960 6 47961 7 47962 18 47963 58 47964 4 47965 5 47966 6 47967 7 47968 18 47969 58 47970 5 47971 6 47972 7 47973 58 47974 4 47975 5 47976 6 47977 7 47978 58 47979 4 47980 5 47981 6 47982 7 47983 58 47984 4 47985 5 47986 6 47987 7 47988 58 47989 4 47990 5 47991 6 47992 7 47993 58 47994 4 47995 5 47996 6 47997 7 47998 58 47999 4 48000 5 48001 6 48002 7 48003 58 48004 0 48005 2 48006 3 48007 75 48008 0 48009 3 48010 1 48011 2 48012 1 48013 2 48014 1 48015 2 48016 75 48017 1 48018 2 48019 1 48020 2 48021 3 48022 75 48023 1 48024 2 48025 1 48026 2 48027 38 48028 39 48029 40 48030 58 48031 37 48032 40 48033 37 48034 39 48035 40 48036 4 48037 5 48038 6 48039 4 48040 5 48041 6 48042 7 48043 58 48044 4 48045 5 48046 6 48047 7 48048 58 48049 1 48050 4 48051 5 48052 6 48053 1 48054 4 48055 5 48056 6 48057 1 48058 4 48059 5 48060 6 48061 5 48062 6 48063 7 48064 18 48065 58 48066 4 48067 5 48068 6 48069 7 48070 58 48071 1 48072 4 48073 5 48074 6 48075 1 48076 4 48077 5 48078 1 48079 4 48080 5 48081 1 48082 4 48083 5 48084 38 48085 39 48086 58 48087 38 48088 39 48089 58 48090 38 48091 39 48092 40 48093 58 48094 39 48095 40 48096 58 48097 37 48098 39 48099 40 48100 58 48101 38 48102 39 48103 40 48104 58 48105 37 48106 39 48107 40 48108 37 48109 39 48110 40 48111 1 48112 4 48113 5 48114 6 48115 7 48116 1 48117 4 48118 5 48119 6 48120 7 48121 1 48122 4 48123 5 48124 6 48125 7 48126 1 48127 4 48128 5 48129 6 48130 7 48131 1 48132 4 48133 5 48134 6 48135 7 48136 58 48137 1 48138 4 48139 5 48140 6 48141 7 48142 58 48143 4 48144 5 48145 6 48146 7 48147 58 48148 4 48149 5 48150 6 48151 7 48152 58 48153 1 48154 4 48155 5 48156 6 48157 7 48158 1 48159 4 48160 5 48161 1 48162 4 48163 5 48164 1 48165 4 48166 5 48167 1 48168 4 48169 5 48170 1 48171 4 48172 5 48173 38 48174 39 48175 40 48176 58 48177 37 48178 39 48179 40 48180 58 48181 38 48182 39 48183 40 48184 58 48185 23 48186 37 48187 40 48188 1 48189 4 48190 5 48191 6 48192 7 48193 1 48194 4 48195 5 48196 6 48197 7 48198 58 48199 4 48200 5 48201 6 48202 7 48203 58 48204 4 48205 5 48206 6 48207 7 48208 18 48209 58 48210 4 48211 5 48212 6 48213 7 48214 18 48215 58 48216 4 48217 5 48218 6 48219 7 48220 58 48221 4 48222 5 48223 6 48224 7 48225 58 48226 1 48227 4 48228 5 48229 1 48230 4 48231 5 48232 1 48233 4 48234 5 48235 0 48236 3 48237 0 48238 3 48239 0 48240 3 48241 38 48242 39 48243 40 48244 58 48245 38 48246 39 48247 58 48248 38 48249 39 48250 40 48251 58 48252 37 48253 39 48254 40 48255 66 48256 66 48257 110 48258 110 48259 115 48260 115 48261 115 48262 0 48263 1 48264 2 48265 3 48266 15 48267 1 48268 2 48269 1 48270 2 48271 1 48272 4 48273 5 48274 1 48275 2 48276 1 48277 2 48278 37 48279 39 48280 40 48281 1 48282 4 48283 5 48284 6 48285 7 48286 58 48287 4 48288 5 48289 6 48290 4 48291 5 48292 6 48293 7 48294 58 48295 4 48296 5 48297 6 48298 7 48299 58 48300 1 48301 4 48302 5 48303 6 48304 7 48305 5 48306 6 48307 7 48308 18 48309 58 48310 4 48311 5 48312 6 48313 7 48314 18 48315 58 48316 5 48317 6 48318 7 48319 18 48320 58 48321 4 48322 5 48323 6 48324 7 48325 58 48326 0 48327 3 48328 1 48329 2 48330 1 48331 2 48332 1 48333 2 48334 1 48335 2 48336 1 48337 4 48338 5 48339 1 48340 2 48341 38 48342 39 48343 40 48344 58 48345 38 48346 39 48347 40 48348 58 48349 1 48350 4 48351 5 48352 6 48353 5 48354 6 48355 7 48356 18 48357 58 48358 1 48359 4 48360 5 48361 6 48362 1 48363 4 48364 5 48365 6 48366 1 48367 4 48368 5 48369 38 48370 39 48371 40 48372 58 48373 38 48374 39 48375 40 48376 58 48377 1 48378 4 48379 5 48380 6 48381 7 48382 1 48383 4 48384 5 48385 6 48386 38 48387 39 48388 58 48389 1 48390 4 48391 5 48392 6 48393 1 48394 4 48395 5 48396 6 48397 7 48398 4 48399 5 48400 6 48401 7 48402 58 48403 4 48404 5 48405 6 48406 7 48407 58 48408 4 48409 5 48410 6 48411 7 48412 58 48413 60 48414 66 48415 110 48416 113 48417 115 48418 66 48419 60 48420 63 48421 110 48422 110 48423 + + + + + + + + 8.88178e-16 1.19209e-7 -2.38419e-7 + 0 0 1 0 + 0 1 0 0 + 1 0 0 0.3955666 + 1 1 1 + + -1 1.07346e-8 -4.99209e-8 0.007751278 -2.09803e-8 -0.9776932 0.2100392 15.08055 -4.65523e-8 0.2100385 0.9776948 15.44912 0 0 0 1 + + -1 5.77477e-8 1.90312e-8 9.31323e-10 -5.93921e-8 -0.9943668 -0.1059924 -3.71933e-5 1.28414e-8 -0.1059933 0.9943626 -1.52588e-5 0 0 0 1 + + 1 4.57124e-8 6.90408e-8 4.65661e-10 -4.82184e-8 0.9993216 0.03682956 11.59005 -6.73433e-8 -0.03682953 0.9993215 0 0 0 0 1 + + 1 7.44628e-8 -4.34328e-9 4.65661e-10 -7.36083e-8 0.9758238 -0.2185589 17.9308 -1.20294e-8 0.218559 0.9758238 0 0 0 0 1 + + 1 -8.24618e-8 -3.99845e-10 -4.65661e-10 8.14911e-8 0.9891177 -0.1471261 21.02766 1.25262e-8 0.1471261 0.9891178 0 0 0 0 1 + + + + + + 0.9912212 -0.1322138 -2.4034e-7 -2.984915 0.0778196 0.5834209 0.8084333 4.122558 -0.1068858 -0.8013363 0.5885876 -1.883614 0 0 0 1 + + -0.9912046 -0.08000916 -0.1054134 -9.53674e-7 0.1323382 -0.5982599 -0.7902987 10.28431 1.66494e-4 -0.797298 0.6035861 0 0 0 0 1 + + -0.9993687 -0.03552656 2.08497e-4 0.06012678 -4.40823e-4 0.006532416 -0.9999787 -1.107292 0.03552449 -0.9993472 -0.00654383 0.7208796 0 0 0 1 + + + -0.9992428 0.03493814 -1.37047e-6 -0.03531218 -0.03493806 -0.9993829 0.003627568 10.96555 9.50284e-5 0.0036259 0.9999919 0.8798113 0 0 0 1 + + + + + 0.7655389 0.132214 -0.6296585 2.984916 0.4534436 0.583421 0.6738019 4.122558 0.4564419 -0.8013361 0.3866798 -1.883614 0 0 0 1 + + -0.7656133 -0.4446734 0.4648674 -4.76837e-7 -0.132375 -0.5982629 -0.7902896 10.28431 0.6295341 -0.6665933 0.3991746 -5.36442e-7 0 0 0 1 + + -0.9956825 0.03548773 -0.08577374 -0.06010103 0.08605709 0.006533325 -0.9962688 -1.107211 -0.03479485 -0.9993488 -0.009559065 0.720892 0 0 0 1 + + + -0.999276 -0.03493835 4.31461e-5 0.03534412 0.03493837 -0.9993829 0.003627017 10.96554 -5.99846e-5 0.003626734 0.9999923 0.8798132 0 0 0 1 + + + + + 1 2.76251e-8 1.48323e-7 0 -9.32027e-8 0.8863772 0.4629638 6.550325 -1.18714e-7 -0.4629638 0.886377 -1.90735e-6 0 0 0 1 + + 1 -2.20022e-8 -2.71593e-7 0 -9.72493e-9 0.9932564 -0.1159385 5.523558 2.72352e-7 0.1159385 0.9932563 9.53674e-7 0 0 0 1 + + 1 1.08127e-8 1.39093e-7 -4.65661e-10 7.24876e-9 0.9915136 -0.1300019 6.116475 -1.39233e-7 0.1300024 0.9915137 3.8147e-6 0 0 0 1 + + -1 5.57342e-8 3.16688e-8 -1.39698e-9 -3.17053e-8 0.001650039 -0.9999987 3.094361 -5.57697e-8 -0.9999986 -0.001649784 1.599494 0 0 0 1 + + + -1 1.52578e-5 -8.9759e-5 1.39698e-9 -5.58651e-5 0.6756343 0.7372369 5.422639 7.18929e-5 0.7372367 -0.6756344 -9.53674e-7 0 0 0 1 + + 1 -2.60786e-6 4.35639e-5 0 -2.88578e-5 0.709321 0.7048855 2.960142 -3.27391e-5 -0.7048858 0.709321 0 0 0 0 1 + + 0.9999999 -5.78365e-6 3.78028e-5 -9.31323e-10 5.43469e-6 0.9999576 0.009224681 3.672794 -3.78546e-5 -0.009224631 0.9999574 -9.53674e-7 0 0 0 1 + + 0.9999999 -7.81039e-6 -7.78527e-10 0 4.50137e-6 0.5764104 -0.8171604 4.093479 6.3828e-6 0.8171604 0.5764105 0 0 0 0 1 + + 0.9999999 -5.8333e-6 7.84974e-6 0 8.68359e-6 0.8988454 -0.4382657 3.469826 -4.49925e-6 0.4382657 0.8988457 -9.53674e-7 0 0 0 1 + + 0.9999999 -5.0803e-6 -4.59832e-5 9.31323e-10 -6.31374e-6 0.9696655 -0.2444368 2.480078 4.58301e-5 0.2444366 0.9696653 -1.90735e-6 0 0 0 1 + + 1 3.95009e-6 2.58612e-5 0.002449379 -1.10473e-6 0.9940294 -0.1091114 0.01595402 -2.61378e-5 0.1091114 0.9940295 0.9740677 0 0 0 1 + + -1 -4.34132e-7 3.26435e-6 -0.002412595 -6.41755e-7 0.9979564 -0.06388945 -0.03801727 -3.22991e-6 -0.06388941 -0.9979572 -0.2778797 0 0 0 1 + + + 1 1.53554e-7 1.95477e-5 -3.86126e-6 -1.57022e-6 0.9973692 0.0724897 -0.01759338 -1.94852e-5 -0.07248973 0.9973692 -0.2535877 0 0 0 1 + + 0.9999999 -3.43886e-5 1.76007e-6 -9.31323e-10 3.43953e-5 0.9999924 -0.003923081 0.7031565 -1.62513e-6 0.003923021 0.9999923 0 0 0 0 1 + + 0.9999999 -2.25221e-5 7.82042e-7 -9.31323e-10 2.25218e-5 0.9999998 3.79249e-4 0.6433058 -7.90591e-7 -3.79145e-4 0.9999999 1.90735e-6 0 0 0 1 + + + + + 1 -2.56984e-7 3.55297e-6 -1.17629e-4 1.03864e-8 0.997602 0.06921107 2.555182 -3.56227e-6 -0.06921111 0.9976021 -0.4340706 0 0 0 1 + + + + -1 -1.04533e-6 -3.54057e-5 -0.01277845 1.07326e-6 0.9982116 -0.05978484 6.549269 3.54048e-5 -0.0597849 -0.9982114 -0.3908577 0 0 0 1 + + -0.9999999 -2.371e-4 2.55139e-4 -1.399368 -2.51806e-4 0.998242 -0.05927341 -3.213737 -2.40637e-4 -0.05927343 -0.9982418 0.02809334 0 0 0 1 + + + -0.9999999 -2.36343e-4 2.54878e-4 1.374938 -2.51035e-4 0.9982419 -0.05927294 -3.213558 -2.40422e-4 -0.05927294 -0.9982419 0.02820206 0 0 0 1 + + + + 1 -2.58062e-6 -1.02815e-4 0.727098 -1.26643e-6 0.9993003 -0.03739962 0.5064259 1.0284e-4 0.03739958 0.9993003 -0.3359604 0 0 0 1 + + 0.9999998 -2.1841e-5 -4.81933e-4 -4.17233e-6 2.18473e-5 0.9999999 1.18241e-5 0.2000093 4.8193e-4 -1.18241e-5 1 1.90735e-6 0 0 0 1 + + + + 0.79442 -0.6073686 -4.04176e-4 1.008502 0.6073686 0.7944201 1.77074e-4 0.5718422 2.13515e-4 -3.86193e-4 0.9999999 -0.4255104 0 0 0 1 + + + -0.7929493 -0.6092875 6.86616e-5 0.9513453 -0.6092877 0.7929489 -4.65591e-4 0.5787954 2.29262e-4 -4.11056e-4 -0.9999998 -0.1295013 0 0 0 1 + + + 0.9982486 -0.001708531 -0.05913421 -0.7222762 -5.07854e-4 0.9992987 -0.03744527 0.5064278 0.05915671 0.03740968 0.9975475 -0.335907 0 0 0 1 + + 0.998211 0.001715824 0.05976472 -0.004494667 -0.001718525 0.9999986 -6.25104e-6 0.2000237 -0.05976465 -9.64105e-5 0.9982125 2.65121e-4 0 0 0 1 + + + + -0.9999999 3.59614e-5 -2.46761e-4 1.07172e-4 1.41323e-5 0.9961294 0.08789819 0.0294733 2.48967e-4 0.08789811 -0.9961294 0.9934864 0 0 0 1 + + + 1 1.07626e-6 -3.7041e-5 -0.1558869 -3.24754e-6 -0.9999999 -5.05961e-4 -0.3890629 -3.70401e-5 5.05999e-4 -1 2.713402 0 0 0 1 + + + 0.8877816 -0.4602648 -4.3224e-4 0.9937245 0.460265 0.8877814 2.8291e-4 0.5785942 2.53502e-4 -4.50142e-4 0.9999999 -0.5061569 0 0 0 1 + + + 1 -2.32392e-6 -3.51574e-5 1.263029 6.95363e-6 -0.9999999 -5.09989e-4 2.222909 -3.51602e-5 5.09992e-4 -1 0.6702728 0 0 0 1 + + + 0.7944181 0.6073712 4.44288e-4 -1.008509 -0.6073713 0.7944182 1.92869e-4 0.5718412 -2.35777e-4 -4.23096e-4 0.9999998 -0.4254379 0 0 0 1 + + + -0.7929481 0.6092892 -6.6148e-6 -0.9513496 0.6092892 0.792948 -5.65037e-4 0.5787945 -3.39057e-4 -4.52116e-4 -0.9999998 -0.1294327 0 0 0 1 + + + 0.8877786 0.4602706 4.90889e-4 -0.9937543 -0.4602708 0.8877787 2.89604e-4 0.5785933 -3.02481e-4 -4.83081e-4 0.9999999 -0.5060863 0 0 0 1 + + + 1 -5.93344e-7 -3.51693e-5 -1.262974 1.76211e-6 -0.9999999 -5.09158e-4 2.22291 -3.517e-5 5.09199e-4 -1 0.6703663 0 0 0 1 + + + 0.8946645 -0.007537561 0.4466752 0.008839278 -0.02300513 0.9977537 0.06291483 3.805021 -0.4461461 -0.06656354 0.8924814 1.311937 0 0 0 1 + + 0.8946803 0.4466918 0.00370637 -0.3775463 -0.007536388 0.00679772 0.9999485 0.8825321 0.4466434 -0.894662 0.009448373 0.7514801 0 0 0 1 + + + + 1 4.79701e-5 -1.22547e-4 -1.56148e-4 1.25473e-4 -0.06668849 0.9977738 3.345158 3.96909e-5 -0.9977738 -0.06668834 -0.39851 0 0 0 1 + + -0.5865327 0.8079315 -0.05679756 0.32684 -0.03814034 0.04249663 0.9983683 3.70026e-4 0.809027 0.5877421 0.005889127 -3.31879e-4 0 0 0 1 + + + -0.5760236 -0.8077896 0.1251909 -0.3265377 0.1550933 0.04236857 0.9869909 3.14713e-4 -0.8025852 0.5879462 0.1008775 -2.5177e-4 0 0 0 1 + + + + + + + + + + -0.998401 -0.05652896 2.21176e-6 -3.480751 0.006365661 -0.1124673 -0.993635 3.323327 0.0561694 -0.9920458 0.1126476 -1.798515 0 0 0 1 + + -0.9982005 0.04394579 0.04080283 0 0.001062036 0.6932636 -0.7206832 6.450709 -0.05995808 -0.7193426 -0.6920627 -4.76837e-7 0 0 0 1 + + + + -0.9935414 0.05652519 0.0983886 3.480791 -0.1042553 -0.1124673 -0.988171 3.323321 -0.04479104 -0.9920462 0.1176342 -1.798518 0 0 0 1 + + -0.9663883 -0.1146199 0.2301214 0 -0.2437272 0.6932607 -0.6782229 6.450709 -0.08179632 -0.7115135 -0.6978952 0 0 0 0 1 + + + + -0.9987547 0.04349729 -0.02443387 -3.686481 -0.02575306 -0.0300312 0.9992172 1.810061 0.04272944 0.9986024 0.03111357 9.109654 0 0 0 1 + + 0.9993976 0.02461835 -0.02445721 -0.2564316 -0.0246269 0.9996969 -8.96119e-6 -5.8906 0.02444942 6.11342e-4 0.9997008 -0.006332397 0 0 0 1 + + -0.1518522 0.7937062 -0.5890428 -0.5839896 -0.9101646 0.1200946 0.3964564 -0.5983467 0.3854108 0.5963287 0.7041666 -0.0847373 0 0 0 1 + + 0.8840363 0.2151245 0.4149718 9.53674e-6 -0.3403431 0.90478 0.256007 20.72575 -0.3203847 -0.3675524 0.8730744 -1.90735e-6 0 0 0 1 + + -0.965708 0.1083015 0.2359639 -1.90735e-6 -0.0664352 0.7755077 -0.6278327 17.00372 -0.2509871 -0.6219791 -0.7417191 9.53674e-7 0 0 0 1 + + 0.2241596 0.1720876 0.9592383 0 0.9140349 0.3043239 -0.2681921 44.03599 -0.3380717 0.9368951 -0.08907685 3.8147e-6 0 0 0 1 + + + + + + -0.01810781 0.9979781 0.06092447 -0.881304 -0.9318805 -0.03892621 0.3606706 0.2929554 0.362313 -0.05024345 0.9307012 -0.2276897 0 0 0 1 + + 0.9999543 0.008916125 0.003430516 9.53674e-7 -0.006418563 0.8929996 -0.450012 13.39974 -0.007075608 0.4499691 0.893016 -2.86102e-6 0 0 0 1 + + -0.8832227 -0.05502507 -0.4657141 9.53674e-7 0.3050164 0.6869228 -0.6596225 16.83052 0.3562056 -0.7246442 -0.5899224 7.15256e-7 0 0 0 1 + + + + + -0.5284714 0.3430745 0.7765419 -0.4470205 -0.8350111 -0.3751383 -0.4025264 1.188145 0.1532141 -0.861145 0.4847211 -1.163637 0 0 0 1 + + 0.8095039 -0.5670182 0.1522952 0 0.08000806 -0.1504383 -0.9853765 6.658574 0.5816374 0.809851 -0.07641433 7.15256e-7 0 0 0 1 + + -0.9916499 0.07822114 0.1025291 9.53674e-7 -0.1288278 -0.5648448 -0.8150793 7.009514 -0.005843371 -0.8214817 0.5702051 5.96046e-8 0 0 0 1 + + + + + + + -0.9971355 -0.04349682 0.06187629 3.699487 0.06321191 -0.03003108 0.9975482 1.810048 -0.04153198 0.998602 0.03269433 9.109998 0 0 0 1 + + 0.9993983 -0.02457876 0.02446793 0.2559977 0.0246097 0.9996967 -9.32895e-4 -5.890144 -0.0244375 0.001534807 0.9997002 -0.01594877 0 0 0 1 + + -0.1661336 -0.7707849 0.6150532 0.5803995 0.9102293 0.1200573 0.396319 -0.5983486 -0.3793185 0.6256812 0.6816455 -0.1065793 0 0 0 1 + + 0.8839806 -0.2151492 -0.415077 3.8147e-6 0.3403801 0.9047925 0.2559139 20.72568 0.3204989 -0.367507 0.8730518 1.90735e-6 0 0 0 1 + + -0.9655916 -0.1084744 -0.2363601 3.8147e-6 0.06655857 0.7755082 -0.627819 17.00376 0.2514016 -0.6219484 -0.7416044 -9.53674e-7 0 0 0 1 + + 0.2240945 -0.1722695 -0.9592209 -1.90735e-6 -0.9140344 0.3043249 -0.2681926 44.03612 0.3381164 0.9368614 -0.08926281 0 0 0 0 1 + + + + + + -0.03174161 -0.999158 -0.02599344 0.872144 0.9319005 -0.03898551 0.3606129 0.2929592 -0.3613228 -0.01277684 0.9323533 -0.2605839 0 0 0 1 + + 0.9999551 -0.008837372 -0.003405571 9.53674e-7 0.006359279 0.8929909 -0.4500302 13.39974 0.007018358 0.4499885 0.8930069 1.90735e-6 0 0 0 1 + + -0.8834469 0.05502117 0.4652894 -1.90735e-6 -0.3047006 0.6869246 -0.6597666 16.83052 -0.3559199 -0.7246426 -0.5900965 -4.76837e-7 0 0 0 1 + + + + + -0.5354523 -0.3751318 -0.7566818 0.4030771 0.8341558 -0.3751386 -0.4042962 1.187347 -0.1321962 -0.8476714 0.5137872 -1.179582 0 0 0 1 + + 0.8082743 0.568735 -0.1524238 0 -0.07996899 -0.1504366 -0.9853799 6.658567 -0.5833497 0.8086466 -0.07611264 -2.38419e-7 0 0 0 1 + + -0.9916673 -0.07819024 -0.1023828 -9.53674e-7 0.12869 -0.5648442 -0.815101 7.009537 0.005902544 -0.8214847 0.5701998 7.45058e-8 0 0 0 1 + + + + + + + + + + + 1 2.95015e-9 -6.05894e-8 0.1347227 -6.06084e-8 0.006904395 -0.9999761 -23.06095 -2.53175e-9 0.9999761 0.006904483 31.30652 0 0 0 1 + + + -1 0 1.31463e-6 4.594204 0 -1 -1.62451e-12 -11.77116 1.31463e-6 -1.62451e-12 1 2.180628 0 0 0 1 + + + -1 3.36753e-6 -9.39483e-8 4.354696 -1.04185e-6 -0.3356586 -0.9419836 13.99171 -3.2037e-6 -0.9419835 0.3356588 5.540195 0 0 0 1 + + 0.9996424 -0.02673839 -5.79722e-6 -1.090873 0.01075745 0.4023793 -0.9154098 5.754933 0.02447894 0.9150824 0.402523 1.621531 0 0 0 1 + + 0.99775 0.06693811 -0.003802023 6.67572e-6 -0.06679761 0.9875807 -0.1422058 2.26974e-4 -0.005764175 0.1421398 0.9898299 -4.29153e-5 0 0 0 1 + + 0.993452 -0.1140831 -0.006186945 0 0.1136841 0.9816867 0.152864 1.189952 -0.01136556 -0.1525664 0.9882279 -1.19209e-7 0 0 0 1 + + 0.998905 0.0466527 0.00351431 -4.76837e-7 -0.04676696 0.9977834 0.0473436 1.629534 -0.001297824 -0.04745612 0.9988725 -3.35276e-8 0 0 0 1 + + + + + + 0.9992288 0.03926548 1.32872e-5 -0.1118751 -0.01559828 0.3972542 -0.917576 5.762162 -0.03603432 0.9168681 0.3975604 1.724698 0 0 0 1 + + 0.9995164 0.03101512 0.002281513 -5.96046e-5 -0.03082916 0.9978215 -0.05832609 1.33514e-5 -0.004085529 0.05822754 0.9982948 -1.61572e-4 0 0 0 1 + + 0.9996288 -0.02705454 -0.003214729 -7.15256e-7 0.02717157 0.9986246 0.04483997 1.54801 0.001997184 -0.04491068 0.998989 0 0 0 0 1 + + 0.9996815 -0.02511468 -0.002460708 0 0.02521544 0.9979735 0.05841858 2.021836 9.88558e-4 -0.05846203 0.9982891 4.47035e-8 0 0 0 1 + + + + + + 0.9937274 0.1118295 2.04556e-5 0.7589974 -0.04388689 0.3901505 -0.9197045 5.780383 -0.1028581 0.9139346 0.3926111 1.46889 0 0 0 1 + + 0.9984066 0.05560952 0.009591386 -3.88622e-5 -0.05459046 0.9948485 -0.08541878 -6.86646e-5 -0.01429207 0.08475906 0.996299 -7.84919e-5 0 0 0 1 + + 0.9980201 -0.06177991 -0.01179239 2.38419e-7 0.06245525 0.9955992 0.06986903 1.441381 0.007424011 -0.07046719 0.9974865 0 0 0 0 1 + + 0.9997811 -0.0193592 -0.007902348 2.38419e-7 0.01989776 0.9969836 0.07501613 1.917727 0.006426258 -0.07515699 0.997151 -4.47035e-8 0 0 0 1 + + + + + + 0.8725877 0.4747251 0.1150061 1.448677 -0.2082202 0.5744945 -0.7915809 4.097773 -0.4418537 0.6667773 0.6001443 -0.2373676 0 0 0 1 + + 0.7931932 0.06800468 -0.6051608 2.93255e-5 -0.2549326 0.9395577 -0.2285618 1.33514e-5 0.5530405 0.3355689 0.7625875 -1.07288e-5 0 0 0 1 + + 0.673252 -0.2317262 0.7021643 4.76837e-7 0.006252996 0.9513742 0.3079743 1.172405 -0.7393865 -0.2029538 0.6419636 -5.96046e-7 0 0 0 1 + + 0.9992091 0.003301263 -0.03963283 0 0.006324993 0.9706712 0.2403269 1.24966 0.03926372 -0.2403875 0.9698826 0 0 0 0 1 + + + + + + + 1 0 -2.11537e-7 -4.392737 8.44797e-9 -0.9992023 0.03993555 -9.236553 -2.11371e-7 -0.03993555 -0.9991866 0.945097 0 0 0 1 + + -0.3594649 -0.1317358 -0.9238131 -0.956151 -0.04867158 0.9912845 -0.1224187 1.823207 0.9318883 9.58201e-4 -0.3627437 0.2896705 0 0 0 1 + + 0.4124851 -0.2859616 -0.8649172 0.004283488 -0.02510307 0.9455236 -0.3245837 0.001722336 0.9106184 0.1555978 0.3828359 0.01183105 0 0 0 1 + + 0.9982708 -0.03365207 -0.0481955 2.38419e-7 0.04611959 0.9567493 0.2872341 0.9157076 0.03644501 -0.2889602 0.956647 2.38419e-7 0 0 0 1 + + 0.9994776 -0.01599603 -0.02808107 -2.38419e-7 0.02185325 0.9746627 0.2226091 1.148859 0.02380873 -0.2231065 0.9745032 0 0 0 0 1 + + + + + + 0.9996678 0.01523922 0.02078431 -0.1859617 -0.01574796 0.9995748 0.02453866 1.904209 -0.02040152 -0.02485782 0.9994827 0.2440381 0 0 0 1 + + -0.9996551 -0.01159568 0.02356478 -0.01266909 -0.01636934 0.9767435 -0.2137862 -2.31743e-4 -0.02053777 -0.2140983 -0.9765962 -2.07424e-4 0 0 0 1 + + 0.9996091 -0.02795247 -1.85185e-4 4.76837e-7 0.02760633 0.9861531 0.1635229 1.143626 -0.004388233 -0.1634642 0.9865395 1.19209e-7 0 0 0 1 + + 0.9999778 0.002835626 0.006032476 0 -0.004120367 0.9743502 0.2249992 1.387563 -0.005239736 -0.2250191 0.9743403 -8.9407e-8 0 0 0 1 + + + + + + 0.562551 0.1514816 -0.8127667 0.5473497 -0.08419691 0.9884571 0.1259499 1.737921 0.8224641 -0.002420824 0.5688118 0.3029118 0 0 0 1 + + -0.5935925 -0.1538754 -0.7899179 -2.45571e-5 7.32102e-4 0.9814463 -0.191735 -5.43594e-5 0.8047655 -0.1143908 -0.5824665 4.12464e-5 0 0 0 1 + + 0.9999344 -0.002227303 0.01123018 0 0.001417736 0.9974329 0.07159195 1.077306 -0.01136081 -0.07157134 0.9973707 0 0 0 0 1 + + 0.998566 0.009311138 0.05271854 0 -0.02631441 0.9429521 0.3318867 1.378862 -0.0466208 -0.3327981 0.9418449 2.98023e-8 0 0 0 1 + + + + + + -0.6038344 0.7382217 0.3006876 1.04924 0.687277 0.6732514 -0.2727322 0.7782917 -0.4037752 0.04197068 -0.913895 0.3901092 0 0 0 1 + + 0.983548 0.07843862 0.1627289 0.007655144 -0.0348544 0.9662846 -0.2551062 0.03454828 -0.1772525 0.2452375 0.9531214 0.001350641 0 0 0 1 + + 0.9790911 -0.01896701 0.2025361 0 -0.01908318 0.9826893 0.1842771 0.6215754 -0.2025252 -0.184289 0.9617801 0 0 0 0 1 + + 0.9607184 0.002882118 0.2775096 -1.90735e-6 -0.07582957 0.9646213 0.2524976 0.6327505 -0.266964 -0.2636226 0.9269483 0 0 0 0 1 + + + + + + + -1 -3.36753e-6 9.69426e-6 -4.339196 -8.0015e-6 -0.3356586 -0.9419836 13.99171 6.42613e-6 -0.9419835 0.3356588 5.540199 0 0 0 1 + + 0.147548 0.02674444 -0.9886933 1.090889 -0.9069721 0.4023796 -0.1244676 5.754935 0.3945011 0.915082 0.08362713 1.621519 0 0 0 1 + + 0.1529765 0.130703 0.9795485 -4.73261e-5 0.06679699 0.9875807 -0.1422064 7.34329e-5 -0.9859698 0.08718495 0.1423461 -5.05447e-5 0 0 0 1 + + 0.9934518 0.1140836 0.006207747 0 -0.1136879 0.9816871 0.1528574 1.189954 0.01134446 -0.1525621 0.9882288 -1.19209e-7 0 0 0 1 + + 0.9989051 -0.04665146 -0.003521371 0 0.04676601 0.9977833 0.04734358 1.629531 0.001304904 -0.04745639 0.9988724 5.58794e-9 0 0 0 1 + + + + + + -0.5318737 -0.03925737 0.8459134 0.1118903 0.768481 0.3972542 0.5016233 5.762164 -0.3557349 0.9168686 -0.1811208 1.724696 0 0 0 1 + + -0.535479 -0.03279503 -0.8439116 7.43866e-5 0.03081163 0.9978224 -0.05832668 -6.48499e-5 0.8439862 -0.05723512 -0.5333022 -5.48363e-6 0 0 0 1 + + 0.9996294 0.02703484 0.00316243 -2.38419e-7 -0.02714933 0.998625 0.04484111 1.54801 -0.001945823 -0.04491035 0.998989 -1.19209e-7 0 0 0 1 + + 0.9996812 0.025127 0.002495111 0 -0.02522989 0.9979734 0.05841773 2.021832 -0.001022178 -0.05846203 0.998289 0 0 0 0 1 + + + + + + -0.4110941 -0.1118209 -0.9047088 -0.7589841 -0.8554772 0.3901508 0.3405015 5.780385 0.3148978 0.9139356 -0.2560486 1.468898 0 0 0 1 + + -0.3999948 0.1001691 0.9110271 -1.09673e-5 0.0545836 0.9948486 -0.08542006 -7.15256e-5 -0.9148906 0.01555935 -0.4034019 5.24521e-6 0 0 0 1 + + 0.9980201 0.0617781 0.01180183 3.57628e-7 -0.06245425 0.9955992 0.06986842 1.441378 -0.007433571 -0.07046716 0.9974864 5.96046e-8 0 0 0 1 + + 0.9997813 0.01936085 0.007909527 2.38419e-7 -0.01990004 0.9969838 0.07501563 1.917731 -0.006433312 -0.07515661 0.9971509 1.49012e-8 0 0 0 1 + + + + + + -0.6574637 -0.4747189 -0.5851356 -1.448679 -0.735131 0.5744945 0.3599144 4.097773 0.1652991 0.6667819 -0.7266896 -0.2373543 0 0 0 1 + + -0.1313164 0.2983922 0.9453667 1.30832e-5 -0.1338333 0.9395584 -0.3151491 1.23978e-5 -0.9822652 -0.1679058 -0.08344451 3.33786e-5 0 0 0 1 + + 0.2716069 -0.1171087 -0.9552565 2.38419e-7 0.3066254 0.9513745 -0.02945019 1.172408 0.9122556 -0.284907 0.2943083 -2.38419e-7 0 0 0 1 + + 0.2310978 -0.2383983 -0.9432709 1.19209e-7 0.02558041 0.9706689 -0.2390558 1.249661 0.9725943 0.03111594 0.2304178 4.76837e-7 0 0 0 1 + + + + + + + 1 -2.67593e-7 -1.69191e-7 4.408239 -2.60627e-7 -0.9992023 0.03993555 -9.236553 -1.79537e-7 -0.03993555 -0.9991866 0.945097 0 0 0 1 + + -0.9912848 0.1317362 -7.42305e-6 0.9561529 0.1317362 0.9912841 9.67622e-4 1.823206 1.34832e-4 9.58227e-4 -0.9999996 0.2896724 0 0 0 1 + + 0.9982141 -0.04131265 -0.0431481 -0.01258373 0.02510187 0.9455229 -0.324586 0.00171566 0.05420704 0.3229233 0.9448714 2.97546e-4 0 0 0 1 + + 0.9982706 0.03365247 0.04819986 2.38419e-7 -0.04612142 0.9567493 0.2872343 0.9157095 -0.03644902 -0.2889606 0.9566468 0 0 0 0 1 + + 0.9994775 0.01599489 0.02808545 -9.53674e-7 -0.02185327 0.9746629 0.2226094 1.14886 -0.02381324 -0.2231069 0.9745031 1.19209e-7 0 0 0 1 + + + + + + -0.9998839 -0.01523927 1.32084e-4 0.1859627 -0.01523778 0.9995745 -0.02485862 1.904208 2.468e-4 -0.02485772 -0.999691 0.2440363 0 0 0 1 + + 0.9998659 -0.01601519 0.003386425 -0.0127449 0.01636891 0.9767445 -0.2137806 -2.01225e-4 1.16055e-4 0.2138073 0.9768758 -5.50747e-5 0 0 0 1 + + 0.9996092 0.0279526 8.67853e-5 4.76837e-7 -0.02759042 0.9861541 0.1635201 1.143617 0.00448521 -0.1634586 0.98654 0 0 0 0 1 + + 0.9999784 -0.002843311 -0.005937471 0 0.004106343 0.9743563 0.224973 1.387555 0.005145544 -0.2249925 0.9743469 2.98023e-8 0 0 0 1 + + + + + + -0.9884601 -0.1514815 1.15452e-6 -0.5473497 -0.151481 0.9884571 -0.002448872 1.737921 3.69815e-4 -0.002420764 -0.9999971 0.3029122 0 0 0 1 + + 0.9995472 0.006487784 0.02938758 -4.19617e-5 -7.33579e-4 0.9814465 -0.1917343 -3.33786e-5 -0.03008631 0.1916259 0.9810068 -1.01328e-6 0 0 0 1 + + 0.9999344 0.002227281 -0.01123469 4.76837e-7 -0.001417275 0.9974332 0.07158947 1.077305 0.01136528 -0.07156888 0.9973709 2.38419e-7 0 0 0 1 + + 0.9985659 -0.009310838 -0.05271984 0 0.02631458 0.9429528 0.3318846 1.378868 0.04662217 -0.332796 0.9418457 5.96046e-8 0 0 0 1 + + + + + + -0.6745585 -0.7382213 -1.25422e-6 -1.049241 -0.7367911 0.6732512 0.06221854 0.7782888 -0.04593023 0.04197096 -0.9980626 0.3901118 0 0 0 1 + + 0.9594337 0.03910207 0.2792099 -0.006234169 0.0348595 0.9662837 -0.2551091 0.03457355 -0.2797712 0.2544934 0.925722 0.004620314 0 0 0 1 + + 0.9790889 0.01896996 -0.2025461 9.53674e-7 0.01908282 0.9826884 0.1842805 0.6215734 0.2025355 -0.1842922 0.9617774 0 0 0 0 1 + + 0.960721 -0.002856398 -0.2775014 9.53674e-7 0.07580429 0.9646209 0.2525085 0.6327438 0.2669623 -0.263626 0.926948 0 0 0 0 1 + + + + + + + 1 0 -7.241e-8 -4.392743 -4.97844e-10 -0.9999762 -0.006903793 -16.39136 -7.21099e-8 0.006903793 -1.004115 0.9451199 0 0 0 1 + + + 1 0 -4.23599e-8 4.408246 -2.91239e-10 -0.9999762 -0.006903793 -16.39136 -4.21843e-8 0.006903793 -1.004115 0.9451218 0 0 0 1 + + + 1 -7.86224e-8 9.39126e-8 4.354709 -7.80597e-8 -0.9999762 -0.006903364 20.05651 6.90216e-8 0.006903364 -0.9988556 5.498318 0 0 0 1 + + 1 -8.67595e-7 -4.5421e-5 -1.19209e-5 1.63828e-7 -0.999778 0.02106958 6.064942 -4.53853e-5 -0.02106954 -0.9999624 -9.05991e-6 0 0 0 1 + + + + 1 0 -9.89462e-8 -4.339207 -6.83641e-10 -0.9999762 -0.006903993 20.05651 -9.90188e-8 0.006903993 -0.9992197 5.498318 0 0 0 1 + + 0.9999999 -7.95299e-7 -4.54905e-5 1.14441e-5 -1.35116e-7 -0.9997782 0.02106253 6.064943 -4.55991e-5 -0.02106253 -0.9996989 -9.05991e-6 0 0 0 1 + + + + 1 0 0 0.02499954 0 -0.9999762 -0.006903791 -14.91451 0 0.006903791 -1.004113 7.203128 0 0 0 1 + + + -1 1.46594e-7 -5.41016e-9 0.001243859 -4.39803e-9 0.006903237 0.9999762 -5.274135 1.46628e-7 0.9999764 -0.0069033 37.93736 0 0 0 1 + + + 1 0 0 0.007751006 0 1 0 79.04771 0 0 1 4.663624 0 0 0 1 + + 1 0 0 0 0 1 0 -0.01159668 0 0 1 -1.680153 0 0 0 1 + + + + 1 0 0 0.007751006 0 1 0 79.02942 0 0 1 2.014011 0 0 0 1 + + + 1 0 0 0.007748688 0 0.006903823 -0.9999761 -20.74533 0 0.9999761 0.006903887 26.5716 0 0 0 1 + + 1 -5.76529e-8 -1.02375e-7 1.44355e-7 -1.02404e-7 -1.70618e-6 -0.9999999 3.8147e-6 5.76175e-8 0.9999999 -1.61305e-6 -2.505396 0 0 0 1 + + -0.9999995 4.7832e-8 9.70753e-4 -4.65661e-10 1.20432e-6 0.999999 0.001191362 -0.1464729 -9.70752e-4 0.001191362 -0.9999987 -9.99451e-4 0 0 0 1 + + + + + 1 -1.5995e-6 3.01201e-6 -4.392737 -1.59948e-6 -1 -6.39797e-6 -9.236568 3.01202e-6 6.39796e-6 -1 0.945097 0 0 0 1 + + + 1 9.33042e-7 1.49012e-7 4.408239 -2.54688e-6 -0.9999999 -4.40249e-6 -9.236572 1.49012e-7 3.46559e-6 -1 0.945097 0 0 0 1 + + + 1 0 0 0 0 0.006903823 -0.9999761 0 0 0.9999761 0.006903887 0 0 0 0 1 + + + + 0 0 0 + 0 0 1 0 + 0 1 0 0 + 1 0 0 0 + 1 1 1 + + #pelvic_2 + #Bone_002 + #Helper_Bone + #back_food_L + #Hand_R + #back_food_R + #Hand_L + #Arm_Cont_R_001 + #Arm_Cont_L_001 + #back_food_L_001 + #back_food_R_001 + #Arm_Cont_L_002 + #Bone_001 + #Cont_tail_001 + #Cont_tail_002 + #Bone_004 + #Arm_Cont_R + #Arm_Cont_L + #root + + + + + + + + + + + 30.11116 -12.47837 19.98178 + 0 0 1 1.603659 + 0 1 0 48.15813 + 1 0 0 29.29399 + 1 1 1 + + + + + + + +
\ No newline at end of file diff --git a/Examples/Data/Source/Images/Dicom/sample.dicom b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.dicom similarity index 100% rename from Examples/Data/Source/Images/Dicom/sample.dicom rename to Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.dicom diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.doc b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.doc new file mode 100644 index 0000000..820e8e9 Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.doc differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.docx b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.docx new file mode 100644 index 0000000..c36a8ea Binary files /dev/null and b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.docx differ diff --git a/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.dxf b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.dxf new file mode 100644 index 0000000..6750e69 --- /dev/null +++ b/Examples/GroupDocs.Metadata.Examples.CSharp/Resources/SampleFiles/input.dxf @@ -0,0 +1,58012 @@ + 0 +SECTION + 2 +HEADER + 9 +$ACADVER + 1 +AC1024 + 9 +$ACADMAINTVER + 70 + 6 + 9 +$DWGCODEPAGE + 3 +ANSI_1252 + 9 +$LASTSAVEDBY + 1 +A478032 + 9 +$INSBASE + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$EXTMIN + 10 +-3655.419053486855 + 20 +-209.9760747802175 + 30 +0.0 + 9 +$EXTMAX + 10 +5708.063787645999 + 20 +4244.713213967541 + 30 +0.0 + 9 +$LIMMIN + 10 +0.0 + 20 +0.0 + 9 +$LIMMAX + 10 +420.0 + 20 +297.0 + 9 +$ORTHOMODE + 70 + 1 + 9 +$REGENMODE + 70 + 1 + 9 +$FILLMODE + 70 + 1 + 9 +$QTEXTMODE + 70 + 0 + 9 +$MIRRTEXT + 70 + 0 + 9 +$LTSCALE + 40 +1.0 + 9 +$ATTMODE + 70 + 1 + 9 +$TEXTSIZE + 40 +2.5 + 9 +$TRACEWID + 40 +1.0 + 9 +$TEXTSTYLE + 7 +Standard + 9 +$CLAYER + 8 +wall + 9 +$CELTYPE + 6 +ByLayer + 9 +$CECOLOR + 62 + 256 + 9 +$CELTSCALE + 40 +1.0 + 9 +$DISPSILH + 70 + 0 + 9 +$DIMSCALE + 40 +1.0 + 9 +$DIMASZ + 40 +4.0 + 9 +$DIMEXO + 40 +4.0 + 9 +$DIMDLI + 40 +3.0 + 9 +$DIMRND + 40 +0.0 + 9 +$DIMDLE + 40 +0.0 + 9 +$DIMEXE + 40 +3.0 + 9 +$DIMTP + 40 +0.0 + 9 +$DIMTM + 40 +0.0 + 9 +$DIMTXT + 40 +6.0 + 9 +$DIMCEN + 40 +2.5 + 9 +$DIMTSZ + 40 +0.0 + 9 +$DIMTOL + 70 + 0 + 9 +$DIMLIM + 70 + 0 + 9 +$DIMTIH + 70 + 0 + 9 +$DIMTOH + 70 + 0 + 9 +$DIMSE1 + 70 + 0 + 9 +$DIMSE2 + 70 + 0 + 9 +$DIMTAD + 70 + 0 + 9 +$DIMZIN + 70 + 8 + 9 +$DIMBLK + 1 +ArchTick + 9 +$DIMASO + 70 + 1 + 9 +$DIMSHO + 70 + 1 + 9 +$DIMPOST + 1 + + 9 +$DIMAPOST + 1 + + 9 +$DIMALT + 70 + 0 + 9 +$DIMALTD + 70 + 3 + 9 +$DIMALTF + 40 +0.03937007874016 + 9 +$DIMLFAC + 40 +1.0 + 9 +$DIMTOFL + 70 + 1 + 9 +$DIMTVP + 40 +0.0 + 9 +$DIMTIX + 70 + 0 + 9 +$DIMSOXD + 70 + 0 + 9 +$DIMSAH + 70 + 0 + 9 +$DIMBLK1 + 1 + + 9 +$DIMBLK2 + 1 + + 9 +$DIMSTYLE + 2 +ISO-25 + 9 +$DIMCLRD + 70 + 3 + 9 +$DIMCLRE + 70 + 256 + 9 +$DIMCLRT + 70 + 0 + 9 +$DIMTFAC + 40 +1.0 + 9 +$DIMGAP + 40 +1.0 + 9 +$DIMJUST + 70 + 0 + 9 +$DIMSD1 + 70 + 0 + 9 +$DIMSD2 + 70 + 0 + 9 +$DIMTOLJ + 70 + 0 + 9 +$DIMTZIN + 70 + 8 + 9 +$DIMALTZ + 70 + 0 + 9 +$DIMALTTZ + 70 + 0 + 9 +$DIMUPT + 70 + 0 + 9 +$DIMDEC + 70 + 2 + 9 +$DIMTDEC + 70 + 2 + 9 +$DIMALTU + 70 + 2 + 9 +$DIMALTTD + 70 + 3 + 9 +$DIMTXSTY + 7 +Standard + 9 +$DIMAUNIT + 70 + 0 + 9 +$DIMADEC + 70 + 0 + 9 +$DIMALTRND + 40 +0.0 + 9 +$DIMAZIN + 70 + 0 + 9 +$DIMDSEP + 70 + 44 + 9 +$DIMATFIT + 70 + 3 + 9 +$DIMFRAC + 70 + 0 + 9 +$DIMLDRBLK + 1 + + 9 +$DIMLUNIT + 70 + 4 + 9 +$DIMLWD + 70 + -1 + 9 +$DIMLWE + 70 + -1 + 9 +$DIMTMOVE + 70 + 0 + 9 +$DIMFXL + 40 +1.0 + 9 +$DIMFXLON + 70 + 0 + 9 +$DIMJOGANG + 40 +0.7853981633974483 + 9 +$DIMTFILL + 70 + 0 + 9 +$DIMTFILLCLR + 70 + 0 + 9 +$DIMARCSYM + 70 + 0 + 9 +$DIMLTYPE + 6 +ByLayer + 9 +$DIMLTEX1 + 6 +ByLayer + 9 +$DIMLTEX2 + 6 +ByLayer + 9 +$DIMTXTDIRECTION + 70 + 0 + 9 +$LUNITS + 70 + 4 + 9 +$LUPREC + 70 + 4 + 9 +$SKETCHINC + 40 +1.0 + 9 +$FILLETRAD + 40 +0.0 + 9 +$AUNITS + 70 + 0 + 9 +$AUPREC + 70 + 0 + 9 +$MENU + 1 +. + 9 +$ELEVATION + 40 +0.0 + 9 +$PELEVATION + 40 +0.0 + 9 +$THICKNESS + 40 +0.0 + 9 +$LIMCHECK + 70 + 0 + 9 +$CHAMFERA + 40 +0.0 + 9 +$CHAMFERB + 40 +0.0 + 9 +$CHAMFERC + 40 +0.0 + 9 +$CHAMFERD + 40 +0.0 + 9 +$SKPOLY + 70 + 0 + 9 +$TDCREATE + 40 +2455281.591288611 + 9 +$TDUCREATE + 40 +2455281.216288611 + 9 +$TDUPDATE + 40 +2455946.662422234 + 9 +$TDUUPDATE + 40 +2455946.287422234 + 9 +$TDINDWG + 40 +3.4922429514 + 9 +$TDUSRTIMER + 40 +2455946.287343206 + 9 +$USRTIMER + 70 + 1 + 9 +$ANGBASE + 50 +0.0 + 9 +$ANGDIR + 70 + 0 + 9 +$PDMODE + 70 + 0 + 9 +$PDSIZE + 40 +0.0 + 9 +$PLINEWID + 40 +0.0 + 9 +$SPLFRAME + 70 + 0 + 9 +$SPLINETYPE + 70 + 6 + 9 +$SPLINESEGS + 70 + 8 + 9 +$HANDSEED + 5 +E504 + 9 +$SURFTAB1 + 70 + 6 + 9 +$SURFTAB2 + 70 + 6 + 9 +$SURFTYPE + 70 + 6 + 9 +$SURFU + 70 + 6 + 9 +$SURFV + 70 + 6 + 9 +$UCSBASE + 2 + + 9 +$UCSNAME + 2 + + 9 +$UCSORG + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSXDIR + 10 +1.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSYDIR + 10 +0.0 + 20 +1.0 + 30 +0.0 + 9 +$UCSORTHOREF + 2 + + 9 +$UCSORTHOVIEW + 70 + 0 + 9 +$UCSORGTOP + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGBOTTOM + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGLEFT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGRIGHT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGFRONT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$UCSORGBACK + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSBASE + 2 + + 9 +$PUCSNAME + 2 + + 9 +$PUCSORG + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSXDIR + 10 +1.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSYDIR + 10 +0.0 + 20 +1.0 + 30 +0.0 + 9 +$PUCSORTHOREF + 2 + + 9 +$PUCSORTHOVIEW + 70 + 0 + 9 +$PUCSORGTOP + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGBOTTOM + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGLEFT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGRIGHT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGFRONT + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PUCSORGBACK + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$USERI1 + 70 + 0 + 9 +$USERI2 + 70 + 0 + 9 +$USERI3 + 70 + 0 + 9 +$USERI4 + 70 + 0 + 9 +$USERI5 + 70 + 0 + 9 +$USERR1 + 40 +0.0 + 9 +$USERR2 + 40 +0.0 + 9 +$USERR3 + 40 +0.0 + 9 +$USERR4 + 40 +0.0 + 9 +$USERR5 + 40 +0.0 + 9 +$WORLDVIEW + 70 + 1 + 9 +$SHADEDGE + 70 + 3 + 9 +$SHADEDIF + 70 + 70 + 9 +$TILEMODE + 70 + 1 + 9 +$MAXACTVP + 70 + 64 + 9 +$PINSBASE + 10 +0.0 + 20 +0.0 + 30 +0.0 + 9 +$PLIMCHECK + 70 + 0 + 9 +$PEXTMIN + 10 +25.69999999999999 + 20 +19.5 + 30 +0.0 + 9 +$PEXTMAX + 10 +231.3 + 20 +175.5 + 30 +0.0 + 9 +$PLIMMIN + 10 +-20.0 + 20 +-7.5 + 9 +$PLIMMAX + 10 +277.0 + 20 +202.5 + 9 +$UNITMODE + 70 + 0 + 9 +$VISRETAIN + 70 + 1 + 9 +$PLINEGEN + 70 + 0 + 9 +$PSLTSCALE + 70 + 1 + 9 +$TREEDEPTH + 70 + 3020 + 9 +$CMLSTYLE + 2 +Standard + 9 +$CMLJUST + 70 + 0 + 9 +$CMLSCALE + 40 +20.0 + 9 +$PROXYGRAPHICS + 70 + 1 + 9 +$MEASUREMENT + 70 + 1 + 9 +$CELWEIGHT +370 + -1 + 9 +$ENDCAPS +280 + 0 + 9 +$JOINSTYLE +280 + 0 + 9 +$LWDISPLAY +290 + 0 + 9 +$INSUNITS + 70 + 1 + 9 +$HYPERLINKBASE + 1 + + 9 +$STYLESHEET + 1 + + 9 +$XEDIT +290 + 1 + 9 +$CEPSNTYPE +380 + 0 + 9 +$PSTYLEMODE +290 + 1 + 9 +$FINGERPRINTGUID + 2 +{8FA23E7A-8B23-4679-9D9F-56E57A50BD3A} + 9 +$VERSIONGUID + 2 +{DF70E547-207A-4C7C-80CF-F8490F71FF06} + 9 +$EXTNAMES +290 + 1 + 9 +$PSVPSCALE + 40 +0.0 + 9 +$OLESTARTUP +290 + 0 + 9 +$SORTENTS +280 + 127 + 9 +$INDEXCTL +280 + 0 + 9 +$HIDETEXT +280 + 1 + 9 +$XCLIPFRAME +280 + 0 + 9 +$HALOGAP +280 + 0 + 9 +$OBSCOLOR + 70 + 257 + 9 +$OBSLTYPE +280 + 0 + 9 +$INTERSECTIONDISPLAY +280 + 0 + 9 +$INTERSECTIONCOLOR + 70 + 257 + 9 +$DIMASSOC +280 + 2 + 9 +$PROJECTNAME + 1 + + 9 +$CAMERADISPLAY +290 + 0 + 9 +$LENSLENGTH + 40 +50.0 + 9 +$CAMERAHEIGHT + 40 +0.0 + 9 +$STEPSPERSEC + 40 +2.0 + 9 +$STEPSIZE + 40 +6.0 + 9 +$3DDWFPREC + 40 +2.0 + 9 +$PSOLWIDTH + 40 +5.0 + 9 +$PSOLHEIGHT + 40 +80.0 + 9 +$LOFTANG1 + 40 +1.570796326794897 + 9 +$LOFTANG2 + 40 +1.570796326794897 + 9 +$LOFTMAG1 + 40 +0.0 + 9 +$LOFTMAG2 + 40 +0.0 + 9 +$LOFTPARAM + 70 + 7 + 9 +$LOFTNORMALS +280 + 1 + 9 +$LATITUDE + 40 +37.795 + 9 +$LONGITUDE + 40 +-122.394 + 9 +$NORTHDIRECTION + 40 +0.0 + 9 +$TIMEZONE + 70 + -8000 + 9 +$LIGHTGLYPHDISPLAY +280 + 1 + 9 +$TILEMODELIGHTSYNCH +280 + 1 + 9 +$CMATERIAL +347 +EC + 9 +$SOLIDHIST +280 + 1 + 9 +$SHOWHIST +280 + 1 + 9 +$DWFFRAME +280 + 2 + 9 +$DGNFRAME +280 + 0 + 9 +$REALWORLDSCALE +290 + 1 + 9 +$INTERFERECOLOR + 62 + 1 + 9 +$CSHADOW +280 + 0 + 9 +$SHADOWPLANELOCATION + 40 +0.0 + 0 +ENDSEC + 0 +SECTION + 2 +CLASSES + 0 +CLASS + 1 +ACDBDICTIONARYWDFLT + 2 +AcDbDictionaryWithDefault + 3 +ObjectDBX Classes + 90 + 0 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +ACDBPLACEHOLDER + 2 +AcDbPlaceHolder + 3 +ObjectDBX Classes + 90 + 0 + 91 + 1 +280 + 0 +281 + 0 + 0 +CLASS + 1 +LAYOUT + 2 +AcDbLayout + 3 +ObjectDBX Classes + 90 + 0 + 91 + 1 +280 + 0 +281 + 0 + 0 +CLASS + 1 +DICTIONARYVAR + 2 +AcDbDictionaryVar + 3 +ObjectDBX Classes + 90 + 0 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +TABLESTYLE + 2 +AcDbTableStyle + 3 +ObjectDBX Classes + 90 + 4095 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +MATERIAL + 2 +AcDbMaterial + 3 +ObjectDBX Classes + 90 + 1153 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +VISUALSTYLE + 2 +AcDbVisualStyle + 3 +ObjectDBX Classes + 90 + 4095 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +SCALE + 2 +AcDbScale + 3 +ObjectDBX Classes + 90 + 1153 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +MLEADERSTYLE + 2 +AcDbMLeaderStyle + 3 +ACDB_MLEADERSTYLE_CLASS + 90 + 4095 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +CELLSTYLEMAP + 2 +AcDbCellStyleMap + 3 +ObjectDBX Classes + 90 + 1152 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +DIMASSOC + 2 +AcDbDimAssoc + 3 +"AcDbDimAssoc|Product Desc: AcDim ARX App For Dimension|Company: Autodesk, Inc.|WEB Address: www.autodesk.com" + 90 + 0 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +SORTENTSTABLE + 2 +AcDbSortentsTable + 3 +ObjectDBX Classes + 90 + 0 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +SOLID_BACKGROUND + 2 +AcDbSolidBackground + 3 +SCENEOE + 90 + 4095 + 91 + 4 +280 + 0 +281 + 0 + 0 +CLASS + 1 +NPOCOLLECTION + 2 +AcDbImpNonPersistentObjectsCollection + 3 +ObjectDBX Classes + 90 + 1153 + 91 + 1 +280 + 1 +281 + 0 + 0 +CLASS + 1 +MLEADER + 2 +AcDbMLeader + 3 +ACDB_MLEADER_CLASS + 90 + 1025 + 91 + 4 +280 + 0 +281 + 1 + 0 +CLASS + 1 +RASTERVARIABLES + 2 +AcDbRasterVariables + 3 +ISM + 90 + 0 + 91 + 4 +280 + 0 +281 + 0 + 0 +ENDSEC + 0 +SECTION + 2 +TABLES + 0 +TABLE + 2 +VPORT + 5 +8 +330 +0 +100 +AcDbSymbolTable + 70 + 1 + 0 +VPORT + 5 +EA +330 +8 +100 +AcDbSymbolTableRecord +100 +AcDbViewportTableRecord + 2 +*Active + 70 + 0 + 10 +0.0 + 20 +0.0 + 11 +1.0 + 21 +1.0 + 12 +4885.180951379637 + 22 +496.5358766529919 + 13 +0.0 + 23 +0.0 + 14 +10.0 + 24 +10.0 + 15 +10.0 + 25 +10.0 + 16 +0.0 + 26 +0.0 + 36 +1.0 + 17 +0.0 + 27 +0.0 + 37 +0.0 + 40 +768.0718623316837 + 41 +1.667192429022082 + 42 +50.0 + 43 +0.0 + 44 +0.0 + 50 +0.0 + 51 +0.0 + 71 + 0 + 72 + 1000 + 73 + 1 + 74 + 3 + 75 + 0 + 76 + 1 + 77 + 0 + 78 + 1 +281 + 0 + 65 + 1 +110 +0.0 +120 +0.0 +130 +0.0 +111 +1.0 +121 +0.0 +131 +0.0 +112 +0.0 +122 +1.0 +132 +0.0 + 79 + 0 +146 +0.0 +348 +F5 + 60 + 2 + 61 + 5 +292 + 1 +282 + 1 +141 +0.0 +142 +0.0 + 63 + 250 +421 + 3355443 + 0 +ENDTAB + 0 +TABLE + 2 +LTYPE + 5 +5 +330 +0 +100 +AcDbSymbolTable + 70 + 5 + 0 +LTYPE + 5 +14 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ByBlock + 70 + 0 + 3 + + 72 + 65 + 73 + 0 + 40 +0.0 + 0 +LTYPE + 5 +15 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ByLayer + 70 + 0 + 3 + + 72 + 65 + 73 + 0 + 40 +0.0 + 0 +LTYPE + 5 +16 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +Continuous + 70 + 0 + 3 +Solid line + 72 + 65 + 73 + 0 + 40 +0.0 + 0 +LTYPE + 5 +E09 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +DASHED2 + 70 + 0 + 3 +Dashed (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ + 72 + 65 + 73 + 2 + 40 +9.524999999999999 + 49 +6.35 + 74 + 0 + 49 +-3.175 + 74 + 0 + 0 +LTYPE + 5 +CA52 +330 +5 +100 +AcDbSymbolTableRecord +100 +AcDbLinetypeTableRecord + 2 +ZIGZAG + 70 + 0 + 3 +Zig zag /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ + 72 + 65 + 73 + 4 + 40 +20.32254 + 49 +0.00254 + 74 + 0 + 49 +-5.08 + 74 + 4 + 75 + 131 +340 +CA57 + 46 +5.08 + 50 +0.0 + 44 +-5.08 + 45 +0.0 + 49 +-10.16 + 74 + 4 + 75 + 131 +340 +CA57 + 46 +5.08 + 50 +180.0 + 44 +5.08 + 45 +0.0 + 49 +-5.08 + 74 + 0 + 0 +ENDTAB + 0 +TABLE + 2 +LAYER + 5 +2 +102 +{ACAD_XDICTIONARY +360 +EEF +102 +} +330 +0 +100 +AcDbSymbolTable + 70 + 18 + 0 +LAYER + 5 +10 +102 +{ACAD_XDICTIONARY +360 +13C +102 +} +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +0 + 70 + 0 + 62 + 7 + 6 +Continuous +370 + -3 +390 +F +347 +EE + 0 +LAYER + 5 +1AF +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +Defpoints + 70 + 0 + 62 + 7 + 6 +Continuous +290 + 0 +370 + -3 +390 +F +347 +EE + 0 +LAYER + 5 +EED +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +door + 70 + 0 + 62 + 24 + 6 +Continuous +370 + -3 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +115A +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +wind + 70 + 0 + 62 + 26 + 6 +Continuous +370 + 20 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +12A9 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +wall + 70 + 0 + 62 + 170 + 6 +Continuous +370 + -3 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +12AA +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +stone + 70 + 0 + 62 + 142 + 6 +Continuous +370 + 18 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +12AE +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +col + 70 + 0 + 62 + 242 + 6 +Continuous +370 + 30 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +12F3 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +fur + 70 + 0 + 62 + 161 + 6 +Continuous +370 + -3 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +1640 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +projection + 70 + 0 + 62 + 46 + 6 +DASHED2 +370 + -3 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +CA53 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +Dims + 70 + 0 + 62 + 8 + 6 +Continuous +290 + 0 +370 + -3 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +CA54 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +FIXTURE + 70 + 0 + 62 + 56 + 6 +Continuous +370 + 5 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +CA55 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +Bathroom fixtures + 70 + 0 + 62 + 140 + 6 +Continuous +370 + -3 +390 +F +347 +EE +1001 +AcAecLayerStandard +1000 + +1000 + + 0 +LAYER + 5 +CA56 +330 +2 +100 +AcDbSymbolTableRecord +100 +AcDbLayerTableRecord + 2 +TXT + 70 + 0 + 62 + 252 + 6 +Continuous +370 + 20 +390 +F +347 +EE + 0 +ENDTAB + 0 +TABLE + 2 +STYLE + 5 +3 +330 +0 +100 +AcDbSymbolTable + 70 + 3 + 0 +STYLE + 5 +11 +330 +3 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +Standard + 70 + 0 + 40 +6.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +2.5 + 3 +ARIAL.TTF + 4 + +1001 +AcadAnnotative +1000 +AnnotativeData +1002 +{ +1070 + 1 +1070 + 1 +1002 +} +1001 +ACAD +1000 +Arial +1071 + 34 + 0 +STYLE + 5 +10F0 +330 +3 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 +B + 70 + 0 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +340.5593955340155 + 3 +romans.shx + 4 + + 0 +STYLE + 5 +CA57 +330 +3 +100 +AcDbSymbolTableRecord +100 +AcDbTextStyleTableRecord + 2 + + 70 + 1 + 40 +0.0 + 41 +1.0 + 50 +0.0 + 71 + 0 + 42 +2.5 + 3 +ltypeshp.shx + 4 + + 0 +ENDTAB + 0 +TABLE + 2 +VIEW + 5 +6 +330 +0 +100 +AcDbSymbolTable + 70 + 0 + 0 +ENDTAB + 0 +TABLE + 2 +UCS + 5 +7 +330 +0 +100 +AcDbSymbolTable + 70 + 0 + 0 +ENDTAB + 0 +TABLE + 2 +APPID + 5 +9 +330 +0 +100 +AcDbSymbolTable + 70 + 13 + 0 +APPID + 5 +12 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +ACAD + 70 + 0 + 0 +APPID + 5 +9E +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +ACAD_PSEXT + 70 + 0 + 0 +APPID + 5 +133 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +AcadAnnoPO + 70 + 0 + 0 +APPID + 5 +134 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +AcadAnnotative + 70 + 0 + 0 +APPID + 5 +135 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +ACAD_DSTYLE_DIMJAG + 70 + 0 + 0 +APPID + 5 +136 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +ACAD_DSTYLE_DIMTALN + 70 + 0 + 0 +APPID + 5 +165 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +ACAD_MLEADERVER + 70 + 0 + 0 +APPID + 5 +203 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +ACAD_EXEMPT_FROM_CAD_STANDARDS + 70 + 0 + 0 +APPID + 5 +EEE +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +AcAecLayerStandard + 70 + 0 + 0 +APPID + 5 +10F2 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +RAK + 70 + 0 + 0 +APPID + 5 +BC6E +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +ACAD_DSTYLE_DIMRADIAL_EXTENSION + 70 + 0 + 0 +APPID + 5 +CA59 +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +AcDbDynamicBlockGUID + 70 + 0 + 0 +APPID + 5 +CA5A +330 +9 +100 +AcDbSymbolTableRecord +100 +AcDbRegAppTableRecord + 2 +AcDbBlockRepETag + 70 + 0 + 0 +ENDTAB + 0 +TABLE + 2 +DIMSTYLE + 5 +A +330 +0 +100 +AcDbSymbolTable + 70 + 2 +100 +AcDbDimStyleTable + 0 +DIMSTYLE +105 +27 +102 +{ACAD_REACTORS +330 +CBF7 +330 +CCCF +330 +CCD2 +330 +CCE1 +330 +CCE4 +330 +CCE7 +330 +CCEA +330 +CCED +330 +CCF0 +330 +CCF3 +330 +CCF6 +330 +CCFB +330 +CCFC +330 +CCFF +330 +CD02 +330 +CD03 +330 +CD04 +330 +CD07 +330 +CD0A +330 +CD0D +330 +CD10 +330 +CD26 +330 +D12F +330 +DC6B +330 +DD16 +330 +DCEB +330 +DD8C +330 +DDD4 +330 +E0BF +330 +E0D9 +330 +E107 +330 +CFA2 +330 +CF9F +330 +CEA3 +330 +CFA7 +330 +CFAB +330 +CFA8 +330 +CFAF +330 +CFAE +330 +CFB0 +330 +E1FD +330 +E217 +330 +E231 +330 +E25F +330 +E279 +330 +E293 +330 +E2AD +330 +E2C7 +330 +E388 +330 +E3D4 +102 +} +330 +A +100 +AcDbSymbolTableRecord +100 +AcDbDimStyleTableRecord + 2 +ISO-25 + 70 + 0 + 41 +4.0 + 42 +4.0 + 43 +3.0 + 44 +3.0 + 73 + 0 + 74 + 0 + 78 + 8 +140 +6.0 +141 +2.5 +143 +0.03937007874016 +147 +1.0 +171 + 3 +172 + 1 +176 + 3 +177 + 256 +178 + 0 +271 + 2 +272 + 2 +274 + 3 +277 + 4 +278 + 44 +283 + 0 +284 + 8 +340 +11 +342 +10DC +371 + -1 +372 + -1 +345 +15 +346 +15 +347 +15 +1001 +ACAD_DSTYLE_DIMJAG +1070 + 388 +1040 +1.5 +1001 +ACAD_DSTYLE_DIMTALN +1070 + 392 +1070 + 0 + 0 +DIMSTYLE +105 +10F1 +330 +A +100 +AcDbSymbolTableRecord +100 +AcDbDimStyleTableRecord + 2 +STANDARD + 70 + 0 + 40 +8.0 + 41 +10.0 + 42 +15.0 + 43 +5.0 + 44 +5.0 + 46 +3.0 + 73 + 0 + 74 + 0 +140 +15.0 +147 +5.0 +176 + 8 +177 + 8 +271 + 0 +178 + 256 +271 + 0 +272 + 0 +340 +10F0 +341 +10E0 +342 +10DC + 0 +ENDTAB + 0 +TABLE + 2 +BLOCK_RECORD + 5 +1 +330 +0 +100 +AcDbSymbolTable + 70 + 379 + 0 +BLOCK_RECORD + 5 +1F +102 +{ACAD_XDICTIONARY +360 +1CC +102 +} +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*Model_Space +340 +22 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +D2 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*Paper_Space +340 +D3 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +D6 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*Paper_Space0 +340 +D7 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +10DC +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +_ArchTick +340 +0 +102 +{BLKREFS +331 +CD67 +331 +CD68 +331 +CD74 +331 +CD75 +331 +CD81 +331 +CD82 +331 +CD8E +331 +CD8F +331 +CD9B +331 +CD9C +331 +CDA8 +331 +CDA9 +331 +CDB5 +331 +CDB6 +331 +CDC2 +331 +CDC3 +331 +CDCF +331 +CDD0 +331 +CDDC +331 +CDDD +331 +CDE9 +331 +CDEA +331 +CDF3 +331 +CDF4 +331 +CE00 +331 +CE01 +331 +CE0D +331 +CE0E +331 +CE17 +331 +CE18 +331 +CE21 +331 +CE22 +331 +CE2E +331 +CE2F +331 +CE3B +331 +CE3C +331 +CE48 +331 +CE49 +331 +CE55 +331 +CE56 +331 +CE62 +331 +CE63 +331 +CE6F +331 +CE70 +331 +DCA7 +331 +DCA8 +331 +DD72 +331 +DD73 +331 +DDC2 +331 +DDC3 +331 +DE09 +331 +DE0A +331 +DE13 +331 +DE14 +331 +E0F7 +331 +E0F8 +331 +E101 +331 +E102 +331 +E139 +331 +E13A +331 +E143 +331 +E144 +331 +E14D +331 +E14E +331 +E157 +331 +E158 +331 +E16B +331 +E16C +331 +E175 +331 +E176 +331 +E17F +331 +E180 +331 +E189 +331 +E18A +331 +E1C5 +331 +E1C6 +331 +E1CF +331 +E1D0 +331 +E22A +331 +E22B +331 +E244 +331 +E245 +331 +E24F +331 +E250 +331 +E259 +331 +E25A +331 +E272 +331 +E273 +331 +E28C +331 +E28D +331 +E2DA +331 +E2DB +331 +E2E8 +331 +E2E9 +331 +E2F2 +331 +E2F3 +331 +E3CE +331 +E3CF +331 +E3E7 +331 +E3E8 +102 +} + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +10E0 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +_Dot +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +10F4 +102 +{ACAD_XDICTIONARY +360 +110F +102 +} +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +A$C79804784 +340 +0 +102 +{BLKREFS +331 +1114 +102 +} + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +C901 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +Chair - Rocking +340 +0 +310 +2800000020000000200000000100080000000000000400000000000000000000000000000000000000000000000080000080000000808000800000008000800080800000C0C0C000C0DCC000F0CAA6000020400000206000002080000020A0000020C0000020E00000400000004020000040400000406000004080000040A0 +310 +000040C0000040E00000600000006020000060400000606000006080000060A0000060C0000060E00000800000008020000080400000806000008080000080A0000080C0000080E00000A0000000A0200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0200000C0400000C0600000C0800000C0 +310 +A00000C0C00000C0E00000E0000000E0200000E0400000E0600000E0800000E0A00000E0C00000E0E00040000000400020004000400040006000400080004000A0004000C0004000E00040200000402020004020400040206000402080004020A0004020C0004020E000404000004040200040404000404060004040800040 +310 +40A0004040C0004040E00040600000406020004060400040606000406080004060A0004060C0004060E00040800000408020004080400040806000408080004080A0004080C0004080E00040A0000040A0200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0200040C0400040C0600040C08000 +310 +40C0A00040C0C00040C0E00040E0000040E0200040E0400040E0600040E0800040E0A00040E0C00040E0E00080000000800020008000400080006000800080008000A0008000C0008000E00080200000802020008020400080206000802080008020A0008020C0008020E00080400000804020008040400080406000804080 +310 +008040A0008040C0008040E00080600000806020008060400080606000806080008060A0008060C0008060E00080800000808020008080400080806000808080008080A0008080C0008080E00080A0000080A0200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0200080C0400080C0600080C0 +310 +800080C0A00080C0C00080C0E00080E0000080E0200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C0002000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C0202000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C0402000C0404000C0406000C0 +310 +408000C040A000C040C000C040E000C0600000C0602000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C0802000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A02000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C02000C0C04000C0C06000 +310 +C0C08000C0C0A000F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFF +310 +FFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFF000000000000000000 +310 +00000000000000000000000000FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFF00FFFF00FFFFFFFFFFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFF00FFFF00FFFFFFFFFFFF00FFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFF00FFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFF00FFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFF00FFFF00FFFFFFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFF00FFFF00FFFFFFFFFFFFFFFF00FFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFF00FFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFF00FFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFF00FF00FFFFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFF00FFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF00FFFFFFFFFFFFFFFFFFFFFFFF00000000 +310 +00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFF0000FF00FFFF00FFFF00FFFF00FF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF0000FFFF00FFFF00FFFF0000FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFF00FFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +102 +{BLKREFS +331 +CC47 +331 +CC48 +331 +CC49 +331 +CC4A +331 +CC4C +331 +CC4D +331 +CC6E +331 +CC70 +331 +CC71 +331 +CC73 +102 +} + 70 + 1 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +C92C +102 +{ACAD_XDICTIONARY +360 +C92D +102 +} +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +BED +340 +0 +310 +2800000020000000200000000100080000000000000400000000000000000000000000000000000000000000000080000080000000808000800000008000800080800000C0C0C000C0DCC000F0CAA6000020400000206000002080000020A0000020C0000020E00000400000004020000040400000406000004080000040A0 +310 +000040C0000040E00000600000006020000060400000606000006080000060A0000060C0000060E00000800000008020000080400000806000008080000080A0000080C0000080E00000A0000000A0200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0200000C0400000C0600000C0800000C0 +310 +A00000C0C00000C0E00000E0000000E0200000E0400000E0600000E0800000E0A00000E0C00000E0E00040000000400020004000400040006000400080004000A0004000C0004000E00040200000402020004020400040206000402080004020A0004020C0004020E000404000004040200040404000404060004040800040 +310 +40A0004040C0004040E00040600000406020004060400040606000406080004060A0004060C0004060E00040800000408020004080400040806000408080004080A0004080C0004080E00040A0000040A0200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0200040C0400040C0600040C08000 +310 +40C0A00040C0C00040C0E00040E0000040E0200040E0400040E0600040E0800040E0A00040E0C00040E0E00080000000800020008000400080006000800080008000A0008000C0008000E00080200000802020008020400080206000802080008020A0008020C0008020E00080400000804020008040400080406000804080 +310 +008040A0008040C0008040E00080600000806020008060400080606000806080008060A0008060C0008060E00080800000808020008080400080806000808080008080A0008080C0008080E00080A0000080A0200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0200080C0400080C0600080C0 +310 +800080C0A00080C0C00080C0E00080E0000080E0200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C0002000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C0202000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C0402000C0404000C0406000C0 +310 +408000C040A000C040C000C040E000C0600000C0602000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C0802000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A02000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C02000C0C04000C0C06000 +310 +C0C08000C0C0A000F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000000000000000000000FFFF00FFFFFFFF00FFFF0000000000 +310 +000000000000000000FFFF00FFFFFFFF00FFFF00FFFFFFFF00FFFF00FFFFFFFFFF0000FFFFFFFFFF00FFFF00FFFFFFFF00FFFF000000000000FFFF00FF0000000000000000000000000000000000000000FFFFFFFFFFFFFF00FFFF0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF00FF0000FF00FF +310 +FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF0000FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF000000 +310 +0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +310 +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +102 +{BLKREFS +331 +CC6C +331 +CC6D +102 +} + 70 + 2 +280 + 1 +281 + 0 +1001 +AcDbDynamicBlockGUID +1000 +{E2D5DF89-8FAF-456F-8775-BC972D9F6024} +1001 +AcDbBlockRepETag +1070 + 1 +1071 + 18 + 0 +BLOCK_RECORD + 5 +C943 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +zd +340 +0 +310 +2800000020000000200000000100080000000000000400000000000000000000000000000000000000000000000080000080000000808000800000008000800080800000C0C0C000C0DCC000F0CAA6000020400000206000002080000020A0000020C0000020E00000400000004020000040400000406000004080000040A0 +310 +000040C0000040E00000600000006020000060400000606000006080000060A0000060C0000060E00000800000008020000080400000806000008080000080A0000080C0000080E00000A0000000A0200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0200000C0400000C0600000C0800000C0 +310 +A00000C0C00000C0E00000E0000000E0200000E0400000E0600000E0800000E0A00000E0C00000E0E00040000000400020004000400040006000400080004000A0004000C0004000E00040200000402020004020400040206000402080004020A0004020C0004020E000404000004040200040404000404060004040800040 +310 +40A0004040C0004040E00040600000406020004060400040606000406080004060A0004060C0004060E00040800000408020004080400040806000408080004080A0004080C0004080E00040A0000040A0200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0200040C0400040C0600040C08000 +310 +40C0A00040C0C00040C0E00040E0000040E0200040E0400040E0600040E0800040E0A00040E0C00040E0E00080000000800020008000400080006000800080008000A0008000C0008000E00080200000802020008020400080206000802080008020A0008020C0008020E00080400000804020008040400080406000804080 +310 +008040A0008040C0008040E00080600000806020008060400080606000806080008060A0008060C0008060E00080800000808020008080400080806000808080008080A0008080C0008080E00080A0000080A0200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0200080C0400080C0600080C0 +310 +800080C0A00080C0C00080C0E00080E0000080E0200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C0002000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C0202000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C0402000C0404000C0406000C0 +310 +408000C040A000C040C000C040E000C0600000C0602000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C0802000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A02000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C02000C0C04000C0C06000 +310 +C0C08000C0C0A000F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +310 +00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +310 +00000000000000000000000000000000000000000000000000000003030303030303030000000000000000000000000000000000030303030303030000000000000003030303030000000000000000000000000300000000000000000000000000030000030303030303030000000000000000030000000000000000000000 +310 +00030000000000000303030303030000000000000300000000000000000000000300000000000000000000000303030000000000030000000000000000000003000000000000000000000000000003030000000003000000000000000000030000000000000000000000000000000303000000000300000000000000000003 +310 +00000000000000000000000000000000030300000003000000000000000000030000000000000000000000000000000003000300000300000000000000000003000000000000000000000000000000000303000000030000000000000000000300000000000000000000000000000003000300000003000000000000000000 +310 +03000000000000000000000000000000030300000000030000000000000000000003000000000000000000000000000303000000000003000000000000000000000003000000000000000000000003030300000000000300000000000000000000000003000000000000000303030303000000000000030000000000000000 +310 +00000000000300000303030303030300000000000000000003030303030303000000000000000303030303030000000000000000000000000000000000000003030303030303030300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +310 +00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +310 +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +102 +{BLKREFS +331 +CC7A +331 +CC82 +331 +E307 +331 +E34A +102 +} + 70 + 4 +280 + 1 +281 + 0 +1001 +AcDbDynamicBlockGUID +1000 +{5378FCF4-784F-48DB-A973-4CE654AD3601} +1001 +AcDbBlockRepETag +1070 + 1 +1071 + 3 + 0 +BLOCK_RECORD + 5 +CD2F +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D251 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CD3C +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D252 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CD49 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D253 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CD56 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D254 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CD6D +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D255 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CD7A +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D256 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CD87 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D257 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CD94 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D258 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CDA1 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D259 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CDAE +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D260 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CDBB +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D261 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CDC8 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D262 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CDD5 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D263 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CDE2 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D264 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CDF9 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D265 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CE06 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D266 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CE27 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D267 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CE34 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D268 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CE41 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D269 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CE4E +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D270 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CE5B +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D271 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CE68 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D272 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CFD5 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D273 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CFE2 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D274 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CFEF +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D275 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +CFFC +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D276 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +D07B +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D279 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +D088 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D280 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +D09F +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D281 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +D0AC +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D282 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +D0CD +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D283 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +D130 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D285 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +DC6C +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D342 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +DCEC +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D345 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +DD17 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D346 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +DD8D +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D349 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +DDD9 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D350 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E0C0 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D365 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E0DA +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D366 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E108 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D367 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E1FE +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D368 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E218 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D369 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E232 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D370 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E260 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D371 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E27A +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D372 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E294 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D373 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E2AE +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D374 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E2C8 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D375 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E389 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D377 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +BLOCK_RECORD + 5 +E3D5 +330 +1 +100 +AcDbSymbolTableRecord +100 +AcDbBlockTableRecord + 2 +*D378 +340 +0 + 70 + 0 +280 + 1 +281 + 0 + 0 +ENDTAB + 0 +ENDSEC + 0 +SECTION + 2 +BLOCKS + 0 +BLOCK + 5 +20 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*Model_Space + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*Model_Space + 1 + + 0 +ENDBLK + 5 +21 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +D4 +330 +D2 +100 +AcDbEntity + 67 + 1 + 8 +0 +100 +AcDbBlockBegin + 2 +*Paper_Space + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*Paper_Space + 1 + + 0 +ENDBLK + 5 +D5 +330 +D2 +100 +AcDbEntity + 67 + 1 + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +D8 +330 +D6 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*Paper_Space0 + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*Paper_Space0 + 1 + + 0 +ENDBLK + 5 +D9 +330 +D6 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +10DD +330 +10DC +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +_ArchTick + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +_ArchTick + 1 + + 0 +LWPOLYLINE + 5 +10DE +330 +10DC +100 +AcDbEntity + 8 +0 + 6 +ByBlock + 62 + 0 +100 +AcDbPolyline + 90 + 2 + 70 + 0 + 43 +0.15 + 10 +-0.5 + 20 +-0.5 + 10 +0.5 + 20 +0.5 + 0 +ENDBLK + 5 +10DF +330 +10DC +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +10E1 +330 +10E0 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +_Dot + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +_Dot + 1 + + 0 +LWPOLYLINE + 5 +10E2 +330 +10E0 +100 +AcDbEntity + 8 +0 + 6 +ByBlock + 62 + 0 +100 +AcDbPolyline + 90 + 2 + 70 + 1 + 43 +0.5 + 10 +-0.25 + 20 +0.0 + 42 +1.0 + 10 +0.25 + 20 +0.0 + 42 +1.0 + 0 +LINE + 5 +10E3 +330 +10E0 +100 +AcDbEntity + 8 +0 + 6 +ByBlock + 62 + 0 +370 + -2 +100 +AcDbLine + 10 +-0.5 + 20 +0.0 + 30 +0.0 + 11 +-1.0 + 21 +0.0 + 31 +0.0 + 0 +ENDBLK + 5 +10E4 +330 +10E0 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +1111 +330 +10F4 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +A$C79804784 + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +A$C79804784 + 1 + + 0 +ENDBLK + 5 +1112 +330 +10F4 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +C902 +330 +C901 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +Chair - Rocking + 70 + 2 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +Chair - Rocking + 1 +CHAIR_ROCKING + 4 +DesignCenter Home-Space Planner example + 0 +LINE + 5 +C903 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +4.5 + 20 +-6.999999999999566 + 30 +0.0 + 11 +4.967610000000007 + 21 +-4.194369999999572 + 31 +0.0 + 0 +LINE + 5 +C904 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-4.0 + 20 +-6.999999999999566 + 30 +0.0 + 11 +-4.405320000000003 + 21 +-4.162719999999573 + 31 +0.0 + 0 +ARC + 5 +C905 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbCircle + 10 +0.0 + 20 +-68.25003999999957 + 30 +0.0 + 40 +64.2499999999999 +100 +AcDbArc + 50 +93.92211000000036 + 51 +97.15266999999993 + 0 +ARC + 5 +C906 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbCircle + 10 +0.0 + 20 +-68.25003999999957 + 30 +0.0 + 40 +64.24999999999966 +100 +AcDbArc + 50 +82.84733000000007 + 51 +93.92211000000036 + 0 +LINE + 5 +C907 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-4.5 + 20 +-6.999999999999566 + 30 +0.0 + 11 +-4.966740000000001 + 21 +-4.199509999999563 + 31 +0.0 + 0 +LINE + 5 +C908 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +1.5 + 20 +-4.050119999999573 + 30 +0.0 + 11 +1.5 + 21 +-6.999999999999566 + 31 +0.0 + 0 +LINE + 5 +C909 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-1.0 + 20 +-6.999999999999566 + 30 +0.0 + 11 +-1.0 + 21 +-4.050119999999573 + 31 +0.0 + 0 +LINE + 5 +C90A +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-1.5 + 20 +-4.050119999999573 + 30 +0.0 + 11 +-1.5 + 21 +-6.999999999999566 + 31 +0.0 + 0 +LINE + 5 +C90B +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +8.31071 + 20 +-7.488539999999566 + 30 +0.0 + 11 +8.234490000000008 + 21 +-7.000729999999571 + 31 +0.0 + 0 +LINE + 5 +C90C +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +10.5 + 20 +-21.49998999999956 + 30 +0.0 + 11 +10.3575 + 21 +-20.58797999999957 + 31 +0.0 + 0 +LINE + 5 +C90D +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-10.36643999999999 + 20 +-20.64522999999956 + 30 +0.0 + 11 +-10.5 + 21 +-21.49998999999956 + 31 +0.0 + 0 +LINE + 5 +C90E +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-8.234279999999998 + 20 +-6.999389999999564 + 30 +0.0 + 11 +-8.309299999999991 + 21 +-7.479579999999572 + 31 +0.0 + 0 +LINE + 5 +C90F +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-6.5 + 20 +-6.999999999999566 + 30 +0.0 + 11 +-7.022249999999999 + 21 +-4.429999999999566 + 31 +0.0 + 0 +LINE + 5 +C910 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +4.0 + 20 +-6.999999999999566 + 30 +0.0 + 11 +4.401870000000002 + 21 +-4.186939999999566 + 31 +0.0 + 0 +LINE + 5 +C911 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +1.0 + 20 +-6.999999999999566 + 30 +0.0 + 11 +1.0 + 21 +-4.046549999999562 + 31 +0.0 + 0 +LINE + 5 +C912 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +6.5 + 20 +-6.999999999999566 + 30 +0.0 + 11 +7.0 + 21 +-4.405699999999562 + 31 +0.0 + 0 +ARC + 5 +C913 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbCircle + 10 +0.0 + 20 +-34.08332999999957 + 30 +0.0 + 40 +34.08332999999957 +100 +AcDbArc + 50 +72.93847000000063 + 51 +107.0614999999994 + 0 +LINE + 5 +C914 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +8.0 + 20 +-4.499999999999567 + 30 +0.0 + 11 +10.0 + 21 +-1.499999999999566 + 31 +0.0 + 0 +LINE + 5 +C915 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-8.0 + 20 +-4.499999999999567 + 30 +0.0 + 11 +-10.0 + 21 +-1.499999999999566 + 31 +0.0 + 0 +LINE + 5 +C916 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +7.5 + 20 +-4.499999999999567 + 30 +0.0 + 11 +7.0 + 21 +-6.999999999999566 + 31 +0.0 + 0 +LINE + 5 +C917 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-7.5 + 20 +-4.499999999999567 + 30 +0.0 + 11 +-7.0 + 21 +-6.999999999999566 + 31 +0.0 + 0 +LINE + 5 +C918 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +8.0 + 20 +-26.49998999999957 + 30 +0.0 + 11 +7.5 + 21 +-22.49998999999956 + 31 +0.0 + 0 +LINE + 5 +C919 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +9.5 + 20 +-26.49998999999957 + 30 +0.0 + 11 +8.0 + 21 +-26.49998999999957 + 31 +0.0 + 0 +LINE + 5 +C91A +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +9.0 + 20 +-22.49998999999956 + 30 +0.0 + 11 +9.5 + 21 +-26.49998999999957 + 31 +0.0 + 0 +LINE + 5 +C91B +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-8.0 + 20 +-26.49998999999957 + 30 +0.0 + 11 +-7.5 + 21 +-22.49998999999956 + 31 +0.0 + 0 +LINE + 5 +C91C +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-9.5 + 20 +-26.49998999999957 + 30 +0.0 + 11 +-8.0 + 21 +-26.49998999999957 + 31 +0.0 + 0 +LINE + 5 +C91D +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-9.0 + 20 +-22.49998999999956 + 30 +0.0 + 11 +-9.5 + 21 +-26.49998999999957 + 31 +0.0 + 0 +ARC + 5 +C91E +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbCircle + 10 +10.5 + 20 +-18.99998999999956 + 30 +0.0 + 40 +1.581138999999949 +100 +AcDbArc + 50 +161.5650999999865 + 51 +18.43495000000615 + 0 +ARC + 5 +C91F +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbCircle + 10 +-10.5 + 20 +-18.99998999999956 + 30 +0.0 + 40 +1.581138999999956 +100 +AcDbArc + 50 +161.5650999999866 + 51 +18.43495000000615 + 0 +LINE + 5 +C920 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +7.0 + 20 +-7.499999999999566 + 30 +0.0 + 11 +9.0 + 21 +-7.499999999999566 + 31 +0.0 + 0 +LINE + 5 +C921 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +9.0 + 20 +-18.49998999999956 + 30 +0.0 + 11 +7.0 + 21 +-7.499999999999566 + 31 +0.0 + 0 +LINE + 5 +C922 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +9.0 + 20 +-7.499999999999566 + 30 +0.0 + 11 +12.0 + 21 +-18.49998999999956 + 31 +0.0 + 0 +LINE + 5 +C923 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-7.0 + 20 +-7.499999999999566 + 30 +0.0 + 11 +-9.0 + 21 +-7.499999999999566 + 31 +0.0 + 0 +LINE + 5 +C924 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-9.0 + 20 +-18.49998999999956 + 30 +0.0 + 11 +-7.0 + 21 +-7.499999999999566 + 31 +0.0 + 0 +LINE + 5 +C925 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-9.0 + 20 +-7.499999999999566 + 30 +0.0 + 11 +-12.0 + 21 +-18.49998999999956 + 31 +0.0 + 0 +ARC + 5 +C926 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbCircle + 10 +9.5 + 20 +-21.49998999999956 + 30 +0.0 + 40 +1.0 +100 +AcDbArc + 50 +270.0 + 51 +0.0 + 0 +ARC + 5 +C927 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbCircle + 10 +-9.5 + 20 +-21.49998999999956 + 30 +0.0 + 40 +1.0 +100 +AcDbArc + 50 +180.0 + 51 +270.0 + 0 +LINE + 5 +C928 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +0.0 + 20 +-22.49998999999956 + 30 +0.0 + 11 +-9.5 + 21 +-22.49998999999956 + 31 +0.0 + 0 +LINE + 5 +C929 +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +0.0 + 20 +-22.49998999999956 + 30 +0.0 + 11 +9.5 + 21 +-22.49998999999956 + 31 +0.0 + 0 +LINE + 5 +C92A +330 +C901 +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +-8.230409999999992 + 20 +-6.999999999999566 + 30 +0.0 + 11 +8.239150000000008 + 21 +-6.999999999999566 + 31 +0.0 + 0 +ENDBLK + 5 +C92B +330 +C901 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +C92F +330 +C92C +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +BED + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +BED + 1 + + 0 +LINE + 5 +C930 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3183.847579666554 + 20 +1229.673390810774 + 30 +0.0 + 11 +3190.088336706693 + 21 +1229.673390810774 + 31 +0.0 + 0 +LINE + 5 +C931 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3183.847579666554 + 20 +1218.213292466008 + 30 +0.0 + 11 +3183.847579666554 + 21 +1229.673390810774 + 31 +0.0 + 0 +LINE + 5 +C932 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3208.807583826601 + 20 +1218.213292466008 + 30 +0.0 + 11 +3183.847579666554 + 21 +1218.213292466008 + 31 +0.0 + 0 +LINE + 5 +C933 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3208.807583826601 + 20 +1227.27339041077 + 30 +0.0 + 11 +3208.807583826601 + 21 +1218.213292466008 + 31 +0.0 + 0 +LINE + 5 +C934 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3211.687596306609 + 20 +1218.213292466008 + 30 +0.0 + 11 +3211.687596306609 + 21 +1227.27339041077 + 31 +0.0 + 0 +LINE + 5 +C935 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3236.647588466654 + 20 +1218.213292466008 + 30 +0.0 + 11 +3211.687596306609 + 21 +1218.213292466008 + 31 +0.0 + 0 +LINE + 5 +C936 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3236.647588466654 + 20 +1227.27339041077 + 30 +0.0 + 11 +3236.647588466654 + 21 +1218.213292466008 + 31 +0.0 + 0 +LINE + 5 +C937 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3174.247578066537 + 20 +1294.773344226191 + 30 +0.0 + 11 +3246.24757806667 + 21 +1294.773344226191 + 31 +0.0 + 0 +LINE + 5 +C938 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3246.24757806667 + 20 +1294.773344226191 + 30 +0.0 + 11 +3246.24757806667 + 21 +1216.773292226005 + 31 +0.0 + 0 +LINE + 5 +C939 +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3192.487569106569 + 20 +1230.153390890775 + 30 +0.0 + 11 +3246.24757806667 + 21 +1230.153390890775 + 31 +0.0 + 0 +LINE + 5 +C93A +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3246.24757806667 + 20 +1227.27339041077 + 30 +0.0 + 11 +3192.487569106569 + 21 +1227.27339041077 + 31 +0.0 + 0 +LINE + 5 +C93B +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3246.24757806667 + 20 +1216.773292226005 + 30 +0.0 + 11 +3174.247578066537 + 21 +1216.773292226005 + 31 +0.0 + 0 +LINE + 5 +C93C +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3174.247578066537 + 20 +1216.773292226005 + 30 +0.0 + 11 +3174.247578066537 + 21 +1294.773344226191 + 31 +0.0 + 0 +LINE + 5 +C93D +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3174.247578066537 + 20 +1243.492833920511 + 30 +0.0 + 11 +3192.487569106569 + 21 +1227.27339041077 + 31 +0.0 + 0 +LINE + 5 +C93E +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3192.487569106569 + 20 +1243.492833920511 + 30 +0.0 + 11 +3174.247578066537 + 21 +1243.492833920511 + 31 +0.0 + 0 +LINE + 5 +C93F +330 +C92C +100 +AcDbEntity + 8 +0 + 6 +Continuous +100 +AcDbLine + 10 +3192.487569106569 + 20 +1227.27339041077 + 30 +0.0 + 11 +3192.487569106569 + 21 +1243.492833920511 + 31 +0.0 + 0 +LWPOLYLINE + 5 +C940 +330 +C92C +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +3156.247578066536 + 20 +1228.773292226005 + 10 +3174.247578066537 + 20 +1228.773292226005 + 10 +3174.247578066537 + 20 +1216.773292226005 + 10 +3156.247578066536 + 20 +1216.773292226005 + 0 +LWPOLYLINE + 5 +C941 +330 +C92C +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +3267.823781339483 + 20 +1228.773292226005 + 10 +3246.24757806667 + 20 +1228.773292226005 + 10 +3246.24757806667 + 20 +1216.773292226005 + 10 +3267.823781339483 + 20 +1216.773292226005 + 0 +ENDBLK + 5 +C942 +330 +C92C +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +C945 +330 +C943 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +zd + 70 + 0 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +zd + 1 + + 0 +ARC + 5 +C946 +330 +C943 +100 +AcDbEntity + 8 +Bathroom fixtures + 6 +ByBlock +100 +AcDbCircle + 10 +316.2313800759875 + 20 +-169.9774406518263 + 30 +0.0 + 40 +25.0 +100 +AcDbArc + 50 +264.2810994675813 + 51 +270.160015028414 +1001 +AcDbBlockRepETag +1070 + 1 +1071 + 0 +1005 +C946 + 0 +LWPOLYLINE + 5 +C947 +330 +C943 +100 +AcDbEntity + 8 +Bathroom fixtures + 6 +ByBlock +100 +AcDbPolyline + 90 + 9 + 70 + 1 + 43 +0.0 + 10 +315.0 + 20 +195.0208398546092 + 10 +22.43425494672556 + 20 +164.8354852062766 + 42 +0.3844116886308688 + 10 +0.0 + 20 +139.9674946899176 + 10 +0.0 + 20 +-139.9674946899176 + 42 +0.3839036852679427 + 10 +22.39022527131601 + 20 +-164.8309030617529 + 42 +0.0014343877154064 + 10 +313.740180330904 + 20 +-194.8530094660527 + 42 +0.1406412584710117 + 10 +560.2363355284324 + 20 +-125.215495673794 + 42 +0.2597375463449709 + 10 +630.0 + 20 +0.0208398546092212 + 42 +0.2597375463449709 + 10 +560.2363355284324 + 20 +125.2571753830416 + 42 +0.1394707972559956 +1001 +AcDbBlockRepETag +1070 + 1 +1071 + 1 +1005 +C947 + 0 +LWPOLYLINE + 5 +C948 +330 +C943 +100 +AcDbEntity + 8 +Bathroom fixtures + 6 +ByBlock +100 +AcDbPolyline + 90 + 7 + 70 + 1 + 43 +0.0 + 10 +225.0 + 20 +64.87195953639457 + 10 +225.0 + 20 +-64.83027982714702 + 42 +0.422961257537177 + 10 +327.9769465141289 + 20 +-164.785958952707 + 42 +0.131890269893724 + 10 +544.4456970899337 + 20 +-99.70754127317923 + 42 +0.2597375463449711 + 10 +600.0 + 20 +0.0208398546092212 + 42 +0.2597375463449709 + 10 +544.4456970899337 + 20 +99.74922098239769 + 42 +0.1318902698937239 + 10 +327.9769465141289 + 20 +164.8276386619545 + 42 +0.4229612575371765 +1001 +AcDbBlockRepETag +1070 + 1 +1071 + 2 +1005 +C948 + 0 +ENDBLK + 5 +C949 +330 +C943 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CD30 +330 +CD2F +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D251 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D251 + 1 + + 0 +LINE + 5 +CD63 +330 +CD2F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4471.201078699703 + 20 +785.4250532641181 + 30 +0.0 + 11 +4446.93585227162 + 21 +785.4250532641181 + 31 +0.0 + 0 +LINE + 5 +CD64 +330 +CD2F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4471.201078699703 + 20 +281.4250532641187 + 30 +0.0 + 11 +4446.93585227162 + 21 +281.4250532641187 + 31 +0.0 + 0 +LINE + 5 +CD65 +330 +CD2F +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4449.93585227162 + 20 +785.4250532641181 + 30 +0.0 + 11 +4449.93585227162 + 21 +539.6371951467924 + 31 +0.0 + 0 +LINE + 5 +CD66 +330 +CD2F +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4449.93585227162 + 20 +281.4250532641187 + 30 +0.0 + 11 +4449.93585227162 + 21 +527.2129113814445 + 31 +0.0 + 0 +INSERT + 5 +CD67 +330 +CD2F +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4449.93585227162 + 20 +785.4250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +CD68 +330 +CD2F +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4449.93585227162 + 20 +281.4250532641187 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +CD69 +330 +CD2F +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4449.93585227162 + 20 +533.4250532641192 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +42' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CD6A +330 +CD2F +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4475.201078699703 + 20 +785.4250532641181 + 30 +0.0 + 0 +POINT + 5 +CD6B +330 +CD2F +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4475.201078699703 + 20 +281.4250532641187 + 30 +0.0 + 0 +POINT + 5 +CD6C +330 +CD2F +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4449.93585227162 + 20 +281.4250532641187 + 30 +0.0 + 0 +ENDBLK + 5 +CD31 +330 +CD2F +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CD3D +330 +CD3C +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D252 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D252 + 1 + + 0 +LINE + 5 +CDEF +330 +CD3C +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4483.576078699703 + 20 +250.4250532641189 + 30 +0.0 + 11 +4483.576078699703 + 21 +236.2605359309908 + 31 +0.0 + 0 +LINE + 5 +CDF0 +330 +CD3C +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4604.201078699703 + 20 +250.4250532641189 + 30 +0.0 + 11 +4604.201078699703 + 21 +236.2605359309908 + 31 +0.0 + 0 +LINE + 5 +CDF1 +330 +CD3C +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4483.576078699703 + 20 +239.2605359309908 + 30 +0.0 + 11 +4530.589806530535 + 21 +239.2605359309908 + 31 +0.0 + 0 +LINE + 5 +CDF2 +330 +CD3C +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4604.201078699703 + 20 +239.2605359309908 + 30 +0.0 + 11 +4557.18735086887 + 21 +239.2605359309908 + 31 +0.0 + 0 +INSERT + 5 +CDF3 +330 +CD3C +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4483.576078699703 + 20 +239.2605359309908 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +CDF4 +330 +CD3C +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4604.201078699703 + 20 +239.2605359309908 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +CDF5 +330 +CD3C +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4543.888578699703 + 20 +239.2605359309908 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +10'-0{\H1.000000x;\S3/4;}" + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CDF6 +330 +CD3C +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4483.576078699703 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +CDF7 +330 +CD3C +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4604.201078699703 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +CDF8 +330 +CD3C +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4604.201078699703 + 20 +239.2605359309908 + 30 +0.0 + 0 +ENDBLK + 5 +CD3E +330 +CD3C +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CD4A +330 +CD49 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D253 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D253 + 1 + + 0 +LINE + 5 +CE13 +330 +CD49 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4613.201078699703 + 20 +250.4250532641189 + 30 +0.0 + 11 +4613.201078699703 + 21 +236.0835836649516 + 31 +0.0 + 0 +LINE + 5 +CE14 +330 +CD49 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +250.4250532641189 + 30 +0.0 + 11 +4721.201078699701 + 21 +236.0835836649516 + 31 +0.0 + 0 +LINE + 5 +CE15 +330 +CD49 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4613.201078699703 + 20 +239.0835836649516 + 30 +0.0 + 11 +4663.44050571198 + 21 +239.0835836649516 + 31 +0.0 + 0 +LINE + 5 +CE16 +330 +CD49 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4721.201078699701 + 20 +239.0835836649516 + 30 +0.0 + 11 +4670.961651687423 + 21 +239.0835836649516 + 31 +0.0 + 0 +INSERT + 5 +CE17 +330 +CD49 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4613.201078699703 + 20 +239.0835836649516 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +CE18 +330 +CD49 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4721.201078699701 + 20 +239.0835836649516 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +CE19 +330 +CD49 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4667.201078699702 + 20 +239.0835836649516 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +9' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE1A +330 +CD49 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4613.201078699703 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +CE1B +330 +CD49 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4721.201078699701 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +CE1C +330 +CD49 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4721.201078699701 + 20 +239.0835836649516 + 30 +0.0 + 0 +ENDBLK + 5 +CD4B +330 +CD49 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CD57 +330 +CD56 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D254 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D254 + 1 + + 0 +LINE + 5 +CE1D +330 +CD56 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4730.201078699701 + 20 +250.4250532641189 + 30 +0.0 + 11 +4730.201078699701 + 21 +235.8004951510421 + 31 +0.0 + 0 +LINE + 5 +CE1E +330 +CD56 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +250.4250532641189 + 30 +0.0 + 11 +4850.201078699701 + 21 +235.8004951510421 + 31 +0.0 + 0 +LINE + 5 +CE1F +330 +CD56 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4730.201078699701 + 20 +238.8004951510421 + 30 +0.0 + 11 +4784.392074606932 + 21 +238.8004951510421 + 31 +0.0 + 0 +LINE + 5 +CE20 +330 +CD56 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4850.201078699701 + 20 +238.8004951510421 + 30 +0.0 + 11 +4796.01008279247 + 21 +238.8004951510421 + 31 +0.0 + 0 +INSERT + 5 +CE21 +330 +CD56 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4730.201078699701 + 20 +238.8004951510421 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +CE22 +330 +CD56 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4850.201078699701 + 20 +238.8004951510421 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +CE23 +330 +CD56 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4790.201078699701 + 20 +238.8004951510421 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +10' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE24 +330 +CD56 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4730.201078699701 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +CE25 +330 +CD56 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +CE26 +330 +CD56 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +238.8004951510421 + 30 +0.0 + 0 +ENDBLK + 5 +CD58 +330 +CD56 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CD6E +330 +CD6D +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D255 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D255 + 1 + + 0 +LINE + 5 +CD70 +330 +CD6D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4838.201078699701 + 20 +627.6798026361564 + 30 +0.0 + 11 +4838.201078699701 + 21 +631.8907323984783 + 31 +0.0 + 0 +LINE + 5 +CD71 +330 +CD6D +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +627.6798026361564 + 30 +0.0 + 11 +4850.201078699701 + 21 +631.8907323984783 + 31 +0.0 + 0 +LINE + 5 +CD72 +330 +CD6D +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4838.201078699701 + 20 +628.8907323984783 + 30 +0.0 + 11 +4840.722906803384 + 21 +628.8907323984783 + 31 +0.0 + 0 +LINE + 5 +CD73 +330 +CD6D +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4850.201078699701 + 20 +628.8907323984783 + 30 +0.0 + 11 +4847.679250596017 + 21 +628.8907323984783 + 31 +0.0 + 0 +INSERT + 5 +CD74 +330 +CD6D +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4838.201078699701 + 20 +628.8907323984783 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +CD75 +330 +CD6D +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4850.201078699701 + 20 +628.8907323984783 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +CD76 +330 +CD6D +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4844.201078699701 + 20 +628.8907323984783 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +1' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CD77 +330 +CD6D +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4838.201078699701 + 20 +623.6798026361564 + 30 +0.0 + 0 +POINT + 5 +CD78 +330 +CD6D +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +623.6798026361564 + 30 +0.0 + 0 +POINT + 5 +CD79 +330 +CD6D +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +628.8907323984783 + 30 +0.0 + 0 +ENDBLK + 5 +CD6F +330 +CD6D +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CD7B +330 +CD7A +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D256 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D256 + 1 + + 0 +LINE + 5 +CD7D +330 +CD7A +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4834.201078699701 + 20 +623.6798026361563 + 30 +0.0 + 11 +4830.350705654169 + 21 +623.6798026361563 + 31 +0.0 + 0 +LINE + 5 +CD7E +330 +CD7A +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4834.201078699701 + 20 +551.6798026361563 + 30 +0.0 + 11 +4830.350705654169 + 21 +551.6798026361563 + 31 +0.0 + 0 +LINE + 5 +CD7F +330 +CD7A +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4833.350705654169 + 20 +623.6798026361563 + 30 +0.0 + 11 +4833.350705654169 + 21 +591.4567467016406 + 31 +0.0 + 0 +LINE + 5 +CD80 +330 +CD7A +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4833.350705654169 + 20 +551.6798026361563 + 30 +0.0 + 11 +4833.350705654169 + 21 +583.902858570672 + 31 +0.0 + 0 +INSERT + 5 +CD81 +330 +CD7A +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4833.350705654169 + 20 +623.6798026361563 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +CD82 +330 +CD7A +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4833.350705654169 + 20 +551.6798026361563 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +CD83 +330 +CD7A +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4833.350705654169 + 20 +587.679802636157 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +6' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CD84 +330 +CD7A +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4838.201078699701 + 20 +623.6798026361563 + 30 +0.0 + 0 +POINT + 5 +CD85 +330 +CD7A +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4838.201078699701 + 20 +551.6798026361563 + 30 +0.0 + 0 +POINT + 5 +CD86 +330 +CD7A +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4833.350705654169 + 20 +551.6798026361563 + 30 +0.0 + 0 +ENDBLK + 5 +CD7C +330 +CD7A +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CD88 +330 +CD87 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D257 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D257 + 1 + + 0 +LINE + 5 +CD8A +330 +CD87 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +780.4250532641183 + 30 +0.0 + 11 +4484.201078699703 + 21 +800.6595715036474 + 31 +0.0 + 0 +LINE + 5 +CD8B +330 +CD87 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4627.701078699703 + 20 +780.4250532641183 + 30 +0.0 + 11 +4627.701078699703 + 21 +800.6595715036474 + 31 +0.0 + 0 +LINE + 5 +CD8C +330 +CD87 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4484.201078699703 + 20 +797.6595715036474 + 30 +0.0 + 11 +4540.409468877056 + 21 +797.6595715036474 + 31 +0.0 + 0 +LINE + 5 +CD8D +330 +CD87 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4627.701078699703 + 20 +797.6595715036474 + 30 +0.0 + 11 +4571.49268852235 + 21 +797.6595715036474 + 31 +0.0 + 0 +INSERT + 5 +CD8E +330 +CD87 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4484.201078699703 + 20 +797.6595715036474 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +CD8F +330 +CD87 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4627.701078699703 + 20 +797.6595715036474 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +CD90 +330 +CD87 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4555.951078699703 + 20 +797.6595715036474 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +11'-11{\H1.000000x;\S1/2;}" + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CD91 +330 +CD87 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4484.201078699703 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +CD92 +330 +CD87 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4627.701078699703 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +CD93 +330 +CD87 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4627.701078699703 + 20 +797.6595715036474 + 30 +0.0 + 0 +ENDBLK + 5 +CD89 +330 +CD87 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CD95 +330 +CD94 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D258 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D258 + 1 + + 0 +LINE + 5 +CD97 +330 +CD94 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +780.4250532641183 + 30 +0.0 + 11 +4632.201078699703 + 21 +800.3466160542782 + 31 +0.0 + 0 +LINE + 5 +CD98 +330 +CD94 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4761.701078699701 + 20 +780.4250532641183 + 30 +0.0 + 11 +4761.701078699701 + 21 +800.3466160542782 + 31 +0.0 + 0 +LINE + 5 +CD99 +330 +CD94 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4632.201078699703 + 20 +797.3466160542782 + 30 +0.0 + 11 +4683.740301073508 + 21 +797.3466160542782 + 31 +0.0 + 0 +LINE + 5 +CD9A +330 +CD94 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4761.701078699701 + 20 +797.3466160542782 + 30 +0.0 + 11 +4710.161856325895 + 21 +797.3466160542782 + 31 +0.0 + 0 +INSERT + 5 +CD9B +330 +CD94 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4632.201078699703 + 20 +797.3466160542782 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +CD9C +330 +CD94 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4761.701078699701 + 20 +797.3466160542782 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +CD9D +330 +CD94 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4696.951078699702 + 20 +797.3466160542782 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +10'-9{\H1.000000x;\S1/2;}" + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CD9E +330 +CD94 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4632.201078699703 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +CD9F +330 +CD94 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4761.701078699701 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +CDA0 +330 +CD94 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4761.701078699701 + 20 +797.3466160542782 + 30 +0.0 + 0 +ENDBLK + 5 +CD96 +330 +CD94 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CDA2 +330 +CDA1 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D259 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D259 + 1 + + 0 +LINE + 5 +CDA4 +330 +CDA1 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4766.201078699701 + 20 +780.4250532641183 + 30 +0.0 + 11 +4766.201078699701 + 21 +800.0704840565634 + 31 +0.0 + 0 +LINE + 5 +CDA5 +330 +CDA1 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +780.4250532641183 + 30 +0.0 + 11 +4850.201078699701 + 21 +800.0704840565634 + 31 +0.0 + 0 +LINE + 5 +CDA6 +330 +CDA1 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4766.201078699701 + 20 +797.0704840565634 + 30 +0.0 + 11 +4804.465062328623 + 21 +797.0704840565634 + 31 +0.0 + 0 +LINE + 5 +CDA7 +330 +CDA1 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4850.201078699701 + 20 +797.0704840565634 + 30 +0.0 + 11 +4811.937095070778 + 21 +797.0704840565634 + 31 +0.0 + 0 +INSERT + 5 +CDA8 +330 +CDA1 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4766.201078699701 + 20 +797.0704840565634 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +CDA9 +330 +CDA1 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4850.201078699701 + 20 +797.0704840565634 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +CDAA +330 +CDA1 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4808.201078699701 + 20 +797.0704840565634 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +7' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CDAB +330 +CDA1 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4766.201078699701 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +CDAC +330 +CDA1 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +CDAD +330 +CDA1 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +797.0704840565634 + 30 +0.0 + 0 +ENDBLK + 5 +CDA3 +330 +CDA1 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CDAF +330 +CDAE +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D260 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D260 + 1 + + 0 +LINE + 5 +CDB1 +330 +CDAE +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4475.201078699703 + 20 +789.4250532641183 + 30 +0.0 + 11 +4475.201078699703 + 21 +810.1025045889783 + 31 +0.0 + 0 +LINE + 5 +CDB2 +330 +CDAE +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4859.201078699703 + 20 +789.4250532641174 + 30 +0.0 + 11 +4859.201078699703 + 21 +810.1025045889783 + 31 +0.0 + 0 +LINE + 5 +CDB3 +330 +CDAE +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4475.201078699703 + 20 +807.1025045889783 + 30 +0.0 + 11 +4661.111719900248 + 21 +807.1025045889783 + 31 +0.0 + 0 +LINE + 5 +CDB4 +330 +CDAE +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4859.201078699703 + 20 +807.1025045889783 + 30 +0.0 + 11 +4673.290437499157 + 21 +807.1025045889783 + 31 +0.0 + 0 +INSERT + 5 +CDB5 +330 +CDAE +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4475.201078699703 + 20 +807.1025045889783 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +CDB6 +330 +CDAE +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4859.201078699703 + 20 +807.1025045889783 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +CDB7 +330 +CDAE +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4667.201078699703 + 20 +807.1025045889783 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +32' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CDB8 +330 +CDAE +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4475.201078699703 + 20 +785.4250532641183 + 30 +0.0 + 0 +POINT + 5 +CDB9 +330 +CDAE +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4859.201078699703 + 20 +785.4250532641174 + 30 +0.0 + 0 +POINT + 5 +CDBA +330 +CDAE +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4859.201078699703 + 20 +807.1025045889783 + 30 +0.0 + 0 +ENDBLK + 5 +CDB0 +330 +CDAE +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CDBC +330 +CDBB +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D261 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D261 + 1 + + 0 +LINE + 5 +CDBE +330 +CDBB +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4480.201078699703 + 20 +776.4250532641181 + 30 +0.0 + 11 +4459.669648899971 + 21 +776.4250532641181 + 31 +0.0 + 0 +LINE + 5 +CDBF +330 +CDBB +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4480.201078699703 + 20 +632.4250532641181 + 30 +0.0 + 11 +4459.669648899971 + 21 +632.4250532641181 + 31 +0.0 + 0 +LINE + 5 +CDC0 +330 +CDBB +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4462.669648899971 + 20 +776.4250532641181 + 30 +0.0 + 11 +4462.669648899971 + 21 +710.2340573568875 + 31 +0.0 + 0 +LINE + 5 +CDC1 +330 +CDBB +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4462.669648899971 + 20 +632.4250532641181 + 30 +0.0 + 11 +4462.669648899971 + 21 +698.6160491713487 + 31 +0.0 + 0 +INSERT + 5 +CDC2 +330 +CDBB +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4462.669648899971 + 20 +776.4250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +CDC3 +330 +CDBB +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4462.669648899971 + 20 +632.4250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +CDC4 +330 +CDBB +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4462.669648899971 + 20 +704.4250532641189 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +12' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CDC5 +330 +CDBB +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4484.201078699703 + 20 +776.4250532641181 + 30 +0.0 + 0 +POINT + 5 +CDC6 +330 +CDBB +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4484.201078699703 + 20 +632.4250532641181 + 30 +0.0 + 0 +POINT + 5 +CDC7 +330 +CDBB +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4462.669648899971 + 20 +632.4250532641181 + 30 +0.0 + 0 +ENDBLK + 5 +CDBD +330 +CDBB +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CDC9 +330 +CDC8 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D262 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D262 + 1 + + 0 +LINE + 5 +CDCB +330 +CDC8 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4480.201078699703 + 20 +627.9250532641192 + 30 +0.0 + 11 +4459.669648899971 + 21 +627.9250532641192 + 31 +0.0 + 0 +LINE + 5 +CDCC +330 +CDC8 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4480.201078699703 + 20 +567.9250532641181 + 30 +0.0 + 11 +4459.669648899971 + 21 +567.9250532641181 + 31 +0.0 + 0 +LINE + 5 +CDCD +330 +CDC8 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4462.669648899971 + 20 +627.9250532641192 + 30 +0.0 + 11 +4462.669648899971 + 21 +601.6856262518404 + 31 +0.0 + 0 +LINE + 5 +CDCE +330 +CDC8 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4462.669648899971 + 20 +567.9250532641181 + 30 +0.0 + 11 +4462.669648899971 + 21 +594.164480276397 + 31 +0.0 + 0 +INSERT + 5 +CDCF +330 +CDC8 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4462.669648899971 + 20 +627.9250532641192 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +CDD0 +330 +CDC8 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4462.669648899971 + 20 +567.9250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +CDD1 +330 +CDC8 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4462.669648899971 + 20 +597.9250532641195 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +5' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CDD2 +330 +CDC8 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4484.201078699703 + 20 +627.9250532641192 + 30 +0.0 + 0 +POINT + 5 +CDD3 +330 +CDC8 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4484.201078699703 + 20 +567.9250532641181 + 30 +0.0 + 0 +POINT + 5 +CDD4 +330 +CDC8 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4462.669648899971 + 20 +567.9250532641181 + 30 +0.0 + 0 +ENDBLK + 5 +CDCA +330 +CDC8 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CDD6 +330 +CDD5 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D263 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D263 + 1 + + 0 +LINE + 5 +CDD8 +330 +CDD5 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4480.201078699703 + 20 +563.4250532641192 + 30 +0.0 + 11 +4459.661214053955 + 21 +563.4250532641192 + 31 +0.0 + 0 +LINE + 5 +CDD9 +330 +CDD5 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4480.201078699703 + 20 +419.4250532641181 + 30 +0.0 + 11 +4459.661214053955 + 21 +419.4250532641182 + 31 +0.0 + 0 +LINE + 5 +CDDA +330 +CDD5 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4462.661214053955 + 20 +563.4250532641192 + 30 +0.0 + 11 +4462.661214053955 + 21 +497.2340573568882 + 31 +0.0 + 0 +LINE + 5 +CDDB +330 +CDD5 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4462.661214053955 + 20 +419.4250532641182 + 30 +0.0 + 11 +4462.661214053955 + 21 +485.6160491713493 + 31 +0.0 + 0 +INSERT + 5 +CDDC +330 +CDD5 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4462.661214053955 + 20 +563.4250532641192 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +CDDD +330 +CDD5 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4462.661214053955 + 20 +419.4250532641182 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +CDDE +330 +CDD5 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4462.661214053955 + 20 +491.4250532641194 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +12' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CDDF +330 +CDD5 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4484.201078699703 + 20 +563.4250532641192 + 30 +0.0 + 0 +POINT + 5 +CDE0 +330 +CDD5 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4484.201078699703 + 20 +419.4250532641181 + 30 +0.0 + 0 +POINT + 5 +CDE1 +330 +CDD5 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4462.661214053955 + 20 +419.4250532641182 + 30 +0.0 + 0 +ENDBLK + 5 +CDD7 +330 +CDD5 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CDE3 +330 +CDE2 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D264 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D264 + 1 + + 0 +LINE + 5 +CDE5 +330 +CDE2 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4480.201078699703 + 20 +410.4250532641181 + 30 +0.0 + 11 +4459.981603603996 + 21 +410.4250532641182 + 31 +0.0 + 0 +LINE + 5 +CDE6 +330 +CDE2 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4480.201078699703 + 20 +290.4250532641183 + 30 +0.0 + 11 +4459.981603603996 + 21 +290.4250532641184 + 31 +0.0 + 0 +LINE + 5 +CDE7 +330 +CDE2 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4462.981603603996 + 20 +410.4250532641182 + 30 +0.0 + 11 +4462.981603603996 + 21 +356.2340573568877 + 31 +0.0 + 0 +LINE + 5 +CDE8 +330 +CDE2 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4462.981603603996 + 20 +290.4250532641184 + 30 +0.0 + 11 +4462.981603603996 + 21 +344.6160491713488 + 31 +0.0 + 0 +INSERT + 5 +CDE9 +330 +CDE2 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4462.981603603996 + 20 +410.4250532641182 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +CDEA +330 +CDE2 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4462.981603603996 + 20 +290.4250532641184 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +CDEB +330 +CDE2 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4462.981603603996 + 20 +350.425053264119 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +10' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CDEC +330 +CDE2 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4484.201078699703 + 20 +410.4250532641181 + 30 +0.0 + 0 +POINT + 5 +CDED +330 +CDE2 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4484.201078699703 + 20 +290.4250532641183 + 30 +0.0 + 0 +POINT + 5 +CDEE +330 +CDE2 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4462.981603603996 + 20 +290.4250532641184 + 30 +0.0 + 0 +ENDBLK + 5 +CDE4 +330 +CDE2 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CDFA +330 +CDF9 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D265 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D265 + 1 + + 0 +LINE + 5 +CDFC +330 +CDF9 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4471.201078699703 + 20 +278.4250532641187 + 30 +0.0 + 11 +4462.520376884889 + 21 +278.4250532641187 + 31 +0.0 + 0 +LINE + 5 +CDFD +330 +CDF9 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4471.201078699703 + 20 +266.4250532641187 + 30 +0.0 + 11 +4462.520376884889 + 21 +266.4250532641187 + 31 +0.0 + 0 +LINE + 5 +CDFE +330 +CDF9 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4465.520376884889 + 20 +278.4250532641187 + 30 +0.0 + 11 +4465.520376884889 + 21 +275.9032251604352 + 31 +0.0 + 0 +LINE + 5 +CDFF +330 +CDF9 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4465.520376884889 + 20 +266.4250532641187 + 30 +0.0 + 11 +4465.520376884889 + 21 +268.9468813678022 + 31 +0.0 + 0 +INSERT + 5 +CE00 +330 +CDF9 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4465.520376884889 + 20 +278.4250532641187 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +CE01 +330 +CDF9 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4465.520376884889 + 20 +266.4250532641187 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +CE02 +330 +CDF9 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4465.520376884889 + 20 +272.4250532641194 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +1' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE03 +330 +CDF9 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4475.201078699703 + 20 +278.4250532641187 + 30 +0.0 + 0 +POINT + 5 +CE04 +330 +CDF9 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4475.201078699703 + 20 +266.4250532641187 + 30 +0.0 + 0 +POINT + 5 +CE05 +330 +CDF9 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4465.520376884889 + 20 +266.4250532641187 + 30 +0.0 + 0 +ENDBLK + 5 +CDFB +330 +CDF9 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CE07 +330 +CE06 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D266 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D266 + 1 + + 0 +LINE + 5 +CE09 +330 +CE06 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4471.201078699703 + 20 +266.4250532641187 + 30 +0.0 + 11 +4462.87740289377 + 21 +266.4250532641187 + 31 +0.0 + 0 +LINE + 5 +CE0A +330 +CE06 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4471.201078699703 + 20 +254.4250532641187 + 30 +0.0 + 11 +4462.87740289377 + 21 +254.4250532641187 + 31 +0.0 + 0 +LINE + 5 +CE0B +330 +CE06 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4465.87740289377 + 20 +266.4250532641187 + 30 +0.0 + 11 +4465.87740289377 + 21 +263.9032251604352 + 31 +0.0 + 0 +LINE + 5 +CE0C +330 +CE06 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4465.87740289377 + 20 +254.4250532641187 + 30 +0.0 + 11 +4465.87740289377 + 21 +256.9468813678022 + 31 +0.0 + 0 +INSERT + 5 +CE0D +330 +CE06 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4465.87740289377 + 20 +266.4250532641187 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +CE0E +330 +CE06 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4465.87740289377 + 20 +254.4250532641187 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +CE0F +330 +CE06 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4465.87740289377 + 20 +260.4250532641194 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +1' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE10 +330 +CE06 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4475.201078699703 + 20 +266.4250532641187 + 30 +0.0 + 0 +POINT + 5 +CE11 +330 +CE06 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4475.201078699703 + 20 +254.4250532641187 + 30 +0.0 + 0 +POINT + 5 +CE12 +330 +CE06 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4465.87740289377 + 20 +254.4250532641187 + 30 +0.0 + 0 +ENDBLK + 5 +CE08 +330 +CE06 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CE28 +330 +CE27 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D267 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D267 + 1 + + 0 +LINE + 5 +CE2A +330 +CE27 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.201078699701 + 20 +290.4250532641187 + 30 +0.0 + 11 +4876.237887490733 + 21 +290.4250532641187 + 31 +0.0 + 0 +LINE + 5 +CE2B +330 +CE27 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.201078699703 + 20 +410.4250532641181 + 30 +0.0 + 11 +4876.237887490733 + 21 +410.4250532641181 + 31 +0.0 + 0 +LINE + 5 +CE2C +330 +CE27 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4873.237887490733 + 20 +290.4250532641187 + 30 +0.0 + 11 +4873.237887490733 + 21 +344.6160491713489 + 31 +0.0 + 0 +LINE + 5 +CE2D +330 +CE27 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4873.237887490733 + 20 +410.4250532641181 + 30 +0.0 + 11 +4873.237887490733 + 21 +356.2340573568878 + 31 +0.0 + 0 +INSERT + 5 +CE2E +330 +CE27 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4873.237887490733 + 20 +290.4250532641187 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +CE2F +330 +CE27 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4873.237887490733 + 20 +410.4250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +CE30 +330 +CE27 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4873.237887490733 + 20 +350.4250532641192 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +10' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE31 +330 +CE27 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +290.4250532641187 + 30 +0.0 + 0 +POINT + 5 +CE32 +330 +CE27 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699703 + 20 +410.4250532641181 + 30 +0.0 + 0 +POINT + 5 +CE33 +330 +CE27 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4873.237887490733 + 20 +410.4250532641181 + 30 +0.0 + 0 +ENDBLK + 5 +CE29 +330 +CE27 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CE35 +330 +CE34 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D268 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D268 + 1 + + 0 +LINE + 5 +CE37 +330 +CE34 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.201078699701 + 20 +419.4250532641181 + 30 +0.0 + 11 +4876.389490388028 + 21 +419.4250532641181 + 31 +0.0 + 0 +LINE + 5 +CE38 +330 +CE34 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.201078699701 + 20 +471.9250532641181 + 30 +0.0 + 11 +4876.389490388028 + 21 +471.9250532641181 + 31 +0.0 + 0 +LINE + 5 +CE39 +330 +CE34 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4873.389490388028 + 20 +419.4250532641181 + 30 +0.0 + 11 +4873.389490388028 + 21 +434.3919700444728 + 31 +0.0 + 0 +LINE + 5 +CE3A +330 +CE34 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4873.389490388028 + 20 +471.9250532641181 + 30 +0.0 + 11 +4873.389490388028 + 21 +456.9581364837634 + 31 +0.0 + 0 +INSERT + 5 +CE3B +330 +CE34 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4873.389490388028 + 20 +419.4250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +CE3C +330 +CE34 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4873.389490388028 + 20 +471.9250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +CE3D +330 +CE34 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4873.389490388028 + 20 +445.6750532641189 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +4'-4{\H1.000000x;\S1/2;}" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE3E +330 +CE34 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +419.4250532641181 + 30 +0.0 + 0 +POINT + 5 +CE3F +330 +CE34 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +471.9250532641181 + 30 +0.0 + 0 +POINT + 5 +CE40 +330 +CE34 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4873.389490388028 + 20 +471.9250532641181 + 30 +0.0 + 0 +ENDBLK + 5 +CE36 +330 +CE34 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CE42 +330 +CE41 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D269 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D269 + 1 + + 0 +LINE + 5 +CE44 +330 +CE41 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4863.201078699701 + 20 +476.4250532641181 + 30 +0.0 + 11 +4876.380273588201 + 21 +476.4250532641181 + 31 +0.0 + 0 +LINE + 5 +CE45 +330 +CE41 +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4863.201078699701 + 20 +512.9250532641194 + 30 +0.0 + 11 +4876.380273588201 + 21 +512.9250532641192 + 31 +0.0 + 0 +LINE + 5 +CE46 +330 +CE41 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4873.380273588201 + 20 +476.4250532641181 + 30 +0.0 + 11 +4873.380273588201 + 21 +483.5147531276931 + 31 +0.0 + 0 +LINE + 5 +CE47 +330 +CE41 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4873.380273588201 + 20 +512.9250532641192 + 30 +0.0 + 11 +4873.380273588201 + 21 +505.8353534005444 + 31 +0.0 + 0 +INSERT + 5 +CE48 +330 +CE41 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4873.380273588201 + 20 +476.4250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +CE49 +330 +CE41 +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4873.380273588201 + 20 +512.9250532641192 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +CE4A +330 +CE41 +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4873.380273588201 + 20 +494.6750532641195 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +3'-0{\H1.000000x;\S1/2;}" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE4B +330 +CE41 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4859.201078699701 + 20 +476.4250532641181 + 30 +0.0 + 0 +POINT + 5 +CE4C +330 +CE41 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4859.201078699701 + 20 +512.9250532641194 + 30 +0.0 + 0 +POINT + 5 +CE4D +330 +CE41 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4873.380273588201 + 20 +512.9250532641192 + 30 +0.0 + 0 +ENDBLK + 5 +CE43 +330 +CE41 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CE4F +330 +CE4E +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D270 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D270 + 1 + + 0 +LINE + 5 +CE51 +330 +CE4E +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.201078699701 + 20 +517.4250532641182 + 30 +0.0 + 11 +4877.377540302737 + 21 +517.4250532641181 + 31 +0.0 + 0 +LINE + 5 +CE52 +330 +CE4E +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.201078699701 + 20 +675.9250532641194 + 30 +0.0 + 11 +4877.377540302737 + 21 +675.9250532641192 + 31 +0.0 + 0 +LINE + 5 +CE53 +330 +CE4E +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4874.377540302737 + 20 +517.4250532641181 + 30 +0.0 + 11 +4874.377540302737 + 21 +583.464275637925 + 31 +0.0 + 0 +LINE + 5 +CE54 +330 +CE4E +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4874.377540302737 + 20 +675.9250532641192 + 30 +0.0 + 11 +4874.377540302737 + 21 +609.8858308903124 + 31 +0.0 + 0 +INSERT + 5 +CE55 +330 +CE4E +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4874.377540302737 + 20 +517.4250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +CE56 +330 +CE4E +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4874.377540302737 + 20 +675.9250532641192 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +CE57 +330 +CE4E +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4874.377540302737 + 20 +596.6750532641195 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +13'-2{\H1.000000x;\S1/2;}" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE58 +330 +CE4E +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +517.4250532641182 + 30 +0.0 + 0 +POINT + 5 +CE59 +330 +CE4E +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +675.9250532641194 + 30 +0.0 + 0 +POINT + 5 +CE5A +330 +CE4E +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4874.377540302737 + 20 +675.9250532641192 + 30 +0.0 + 0 +ENDBLK + 5 +CE50 +330 +CE4E +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CE5C +330 +CE5B +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D271 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D271 + 1 + + 0 +LINE + 5 +CE5E +330 +CE5B +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.201078699701 + 20 +680.4250532641194 + 30 +0.0 + 11 +4877.408619761959 + 21 +680.4250532641192 + 31 +0.0 + 0 +LINE + 5 +CE5F +330 +CE5B +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.201078699701 + 20 +776.4250532641182 + 30 +0.0 + 11 +4877.408619761959 + 21 +776.4250532641181 + 31 +0.0 + 0 +LINE + 5 +CE60 +330 +CE5B +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4874.408619761959 + 20 +680.4250532641192 + 30 +0.0 + 11 +4874.408619761959 + 21 +724.6603875069563 + 31 +0.0 + 0 +LINE + 5 +CE61 +330 +CE5B +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbLine + 10 +4874.408619761959 + 20 +776.4250532641181 + 30 +0.0 + 11 +4874.408619761959 + 21 +732.189719021281 + 31 +0.0 + 0 +INSERT + 5 +CE62 +330 +CE5B +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4874.408619761959 + 20 +680.4250532641192 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +CE63 +330 +CE5B +100 +AcDbEntity + 8 +0 + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4874.408619761959 + 20 +776.4250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +CE64 +330 +CE5B +100 +AcDbEntity + 8 +0 + 62 + 0 +100 +AcDbMText + 10 +4874.408619761959 + 20 +728.4250532641195 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +8' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE65 +330 +CE5B +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +680.4250532641194 + 30 +0.0 + 0 +POINT + 5 +CE66 +330 +CE5B +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4850.201078699701 + 20 +776.4250532641182 + 30 +0.0 + 0 +POINT + 5 +CE67 +330 +CE5B +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4874.408619761959 + 20 +776.4250532641181 + 30 +0.0 + 0 +ENDBLK + 5 +CE5D +330 +CE5B +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CE69 +330 +CE68 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D272 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D272 + 1 + + 0 +LINE + 5 +CE6B +330 +CE68 +100 +AcDbEntity + 8 +FIXTURE +100 +AcDbLine + 10 +4805.320109707604 + 20 +638.8388938009033 + 30 +0.0 + 11 +4802.448728558036 + 21 +638.8388938009033 + 31 +0.0 + 0 +LINE + 5 +CE6C +330 +CE68 +100 +AcDbEntity + 8 +FIXTURE +100 +AcDbLine + 10 +4805.320109707604 + 20 +659.8388938009033 + 30 +0.0 + 11 +4802.448728558036 + 21 +659.8388938009033 + 31 +0.0 + 0 +LINE + 5 +CE6D +330 +CE68 +100 +AcDbEntity + 8 +FIXTURE + 62 + 3 +100 +AcDbLine + 10 +4805.448728558036 + 20 +638.8388938009033 + 30 +0.0 + 11 +4805.448728558036 + 21 +640.6465336371925 + 31 +0.0 + 0 +LINE + 5 +CE6E +330 +CE68 +100 +AcDbEntity + 8 +FIXTURE + 62 + 3 +100 +AcDbLine + 10 +4805.448728558036 + 20 +659.8388938009033 + 30 +0.0 + 11 +4805.448728558036 + 21 +658.031253964614 + 31 +0.0 + 0 +INSERT + 5 +CE6F +330 +CE68 +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4805.448728558036 + 20 +638.8388938009033 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +CE70 +330 +CE68 +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4805.448728558036 + 20 +659.8388938009033 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +CE71 +330 +CE68 +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous + 62 + 0 +100 +AcDbMText + 10 +4805.448728558036 + 20 +649.338893800904 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +1'-9" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +CE72 +330 +CE68 +100 +AcDbEntity + 8 +Defpoints + 6 +Continuous + 62 + 0 +100 +AcDbPoint + 10 +4809.320109707604 + 20 +638.8388938009033 + 30 +0.0 + 0 +POINT + 5 +CE73 +330 +CE68 +100 +AcDbEntity + 8 +Defpoints + 6 +Continuous + 62 + 0 +100 +AcDbPoint + 10 +4809.320109707604 + 20 +659.8388938009033 + 30 +0.0 + 0 +POINT + 5 +CE74 +330 +CE68 +100 +AcDbEntity + 8 +Defpoints + 6 +Continuous + 62 + 0 +100 +AcDbPoint + 10 +4805.448728558036 + 20 +659.8388938009033 + 30 +0.0 + 0 +ENDBLK + 5 +CE6A +330 +CE68 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CFD6 +330 +CFD5 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D273 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D273 + 1 + + 0 +LINE + 5 +E153 +330 +CFD5 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4998.475921554761 + 20 +785.4250532641183 + 30 +0.0 + 11 +4974.210695126679 + 21 +785.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E154 +330 +CFD5 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4998.475921554761 + 20 +281.4250532641189 + 30 +0.0 + 11 +4974.210695126679 + 21 +281.425053264119 + 31 +0.0 + 0 +LINE + 5 +E155 +330 +CFD5 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4977.210695126679 + 20 +785.4250532641183 + 30 +0.0 + 11 +4977.210695126679 + 21 +527.6371951467922 + 31 +0.0 + 0 +LINE + 5 +E156 +330 +CFD5 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4977.210695126679 + 20 +281.425053264119 + 30 +0.0 + 11 +4977.210695126679 + 21 +515.2129113814444 + 31 +0.0 + 0 +INSERT + 5 +E157 +330 +CFD5 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4977.210695126679 + 20 +785.4250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E158 +330 +CFD5 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4977.210695126679 + 20 +281.425053264119 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E159 +330 +CFD5 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +4977.210695126679 + 20 +521.4250532641191 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +42' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E15A +330 +CFD5 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5002.475921554761 + 20 +785.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E15B +330 +CFD5 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5002.475921554761 + 20 +281.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E15C +330 +CFD5 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4977.210695126679 + 20 +281.425053264119 + 30 +0.0 + 0 +ENDBLK + 5 +CFD7 +330 +CFD5 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CFE3 +330 +CFE2 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D274 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D274 + 1 + + 0 +LINE + 5 +E1C1 +330 +CFE2 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554761 + 20 +250.4250532641189 + 30 +0.0 + 11 +5011.475921554761 + 21 +236.2605359309908 + 31 +0.0 + 0 +LINE + 5 +E1C2 +330 +CFE2 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +250.4250532641189 + 30 +0.0 + 11 +5131.475921554761 + 21 +236.2605359309908 + 31 +0.0 + 0 +LINE + 5 +E1C3 +330 +CFE2 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5011.475921554761 + 20 +239.2605359309908 + 30 +0.0 + 11 +5065.666917461992 + 21 +239.2605359309908 + 31 +0.0 + 0 +LINE + 5 +E1C4 +330 +CFE2 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5131.475921554761 + 20 +239.2605359309908 + 30 +0.0 + 11 +5077.28492564753 + 21 +239.2605359309908 + 31 +0.0 + 0 +INSERT + 5 +E1C5 +330 +CFE2 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5011.475921554761 + 20 +239.2605359309908 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +E1C6 +330 +CFE2 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5131.475921554761 + 20 +239.2605359309908 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +E1C7 +330 +CFE2 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5071.475921554761 + 20 +239.2605359309908 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +10' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E1C8 +330 +CFE2 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554761 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E1C9 +330 +CFE2 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5131.475921554761 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E1CA +330 +CFE2 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5131.475921554761 + 20 +239.2605359309908 + 30 +0.0 + 0 +ENDBLK + 5 +CFE4 +330 +CFE2 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CFF0 +330 +CFEF +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D275 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D275 + 1 + + 0 +LINE + 5 +E185 +330 +CFEF +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5140.475921554761 + 20 +250.4250532641189 + 30 +0.0 + 11 +5140.475921554761 + 21 +236.0835836649516 + 31 +0.0 + 0 +LINE + 5 +E186 +330 +CFEF +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5248.475921554759 + 20 +250.4250532641189 + 30 +0.0 + 11 +5248.475921554759 + 21 +236.0835836649516 + 31 +0.0 + 0 +LINE + 5 +E187 +330 +CFEF +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5140.475921554761 + 20 +239.0835836649516 + 30 +0.0 + 11 +5190.715348567039 + 21 +239.0835836649516 + 31 +0.0 + 0 +LINE + 5 +E188 +330 +CFEF +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5248.475921554759 + 20 +239.0835836649516 + 30 +0.0 + 11 +5198.236494542482 + 21 +239.0835836649516 + 31 +0.0 + 0 +INSERT + 5 +E189 +330 +CFEF +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5140.475921554761 + 20 +239.0835836649516 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +E18A +330 +CFEF +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5248.475921554759 + 20 +239.0835836649516 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +E18B +330 +CFEF +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5194.47592155476 + 20 +239.0835836649516 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +9' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E18C +330 +CFEF +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5140.475921554761 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E18D +330 +CFEF +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5248.475921554759 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E18E +330 +CFEF +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5248.475921554759 + 20 +239.0835836649516 + 30 +0.0 + 0 +ENDBLK + 5 +CFF1 +330 +CFEF +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +CFFD +330 +CFFC +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D276 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D276 + 1 + + 0 +LINE + 5 +E17B +330 +CFFC +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5257.475921554759 + 20 +250.4250532641189 + 30 +0.0 + 11 +5257.475921554759 + 21 +235.8004951510421 + 31 +0.0 + 0 +LINE + 5 +E17C +330 +CFFC +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554759 + 20 +250.4250532641189 + 30 +0.0 + 11 +5377.475921554759 + 21 +235.8004951510421 + 31 +0.0 + 0 +LINE + 5 +E17D +330 +CFFC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5257.475921554759 + 20 +238.8004951510421 + 30 +0.0 + 11 +5311.66691746199 + 21 +238.8004951510421 + 31 +0.0 + 0 +LINE + 5 +E17E +330 +CFFC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5377.475921554759 + 20 +238.8004951510421 + 30 +0.0 + 11 +5323.284925647528 + 21 +238.8004951510421 + 31 +0.0 + 0 +INSERT + 5 +E17F +330 +CFFC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5257.475921554759 + 20 +238.8004951510421 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +E180 +330 +CFFC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5377.475921554759 + 20 +238.8004951510421 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +E181 +330 +CFFC +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5317.475921554759 + 20 +238.8004951510421 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +10' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E182 +330 +CFFC +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5257.475921554759 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E183 +330 +CFFC +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554759 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E184 +330 +CFFC +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554759 + 20 +238.8004951510421 + 30 +0.0 + 0 +ENDBLK + 5 +CFFE +330 +CFFC +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +D07C +330 +D07B +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D279 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D279 + 1 + + 0 +LINE + 5 +E149 +330 +D07B +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5007.475921554762 + 20 +503.4250532641183 + 30 +0.0 + 11 +4988.936056909013 + 21 +503.4250532641184 + 31 +0.0 + 0 +LINE + 5 +E14A +330 +D07B +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5007.475921554761 + 20 +395.4250532641183 + 30 +0.0 + 11 +4988.936056909013 + 21 +395.4250532641184 + 31 +0.0 + 0 +LINE + 5 +E14B +330 +D07B +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4991.936056909013 + 20 +503.4250532641184 + 30 +0.0 + 11 +4991.936056909013 + 21 +453.1856262518401 + 31 +0.0 + 0 +LINE + 5 +E14C +330 +D07B +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4991.936056909013 + 20 +395.4250532641184 + 30 +0.0 + 11 +4991.936056909013 + 21 +445.6644802763967 + 31 +0.0 + 0 +INSERT + 5 +E14D +330 +D07B +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4991.936056909013 + 20 +503.4250532641184 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E14E +330 +D07B +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4991.936056909013 + 20 +395.4250532641184 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E14F +330 +D07B +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +4991.936056909013 + 20 +449.4250532641192 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +9' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E150 +330 +D07B +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554762 + 20 +503.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E151 +330 +D07B +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554761 + 20 +395.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E152 +330 +D07B +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4991.936056909013 + 20 +395.4250532641184 + 30 +0.0 + 0 +ENDBLK + 5 +D07D +330 +D07B +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +D089 +330 +D088 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D280 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D280 + 1 + + 0 +LINE + 5 +E13F +330 +D088 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5007.475921554761 + 20 +386.4250532641183 + 30 +0.0 + 11 +4989.256446459054 + 21 +386.4250532641184 + 31 +0.0 + 0 +LINE + 5 +E140 +330 +D088 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5007.475921554761 + 20 +287.4250532641186 + 30 +0.0 + 11 +4989.256446459054 + 21 +287.4250532641186 + 31 +0.0 + 0 +LINE + 5 +E141 +330 +D088 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4992.256446459054 + 20 +386.4250532641183 + 30 +0.0 + 11 +4992.256446459054 + 21 +345.903907288675 + 31 +0.0 + 0 +LINE + 5 +E142 +330 +D088 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4992.256446459054 + 20 +287.4250532641186 + 30 +0.0 + 11 +4992.256446459054 + 21 +327.9461992395618 + 31 +0.0 + 0 +INSERT + 5 +E143 +330 +D088 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4992.256446459054 + 20 +386.4250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E144 +330 +D088 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4992.256446459054 + 20 +287.4250532641186 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E145 +330 +D088 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +4992.256446459054 + 20 +336.9250532641193 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +8'-3" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E146 +330 +D088 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554761 + 20 +386.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E147 +330 +D088 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554761 + 20 +287.4250532641186 + 30 +0.0 + 0 +POINT + 5 +E148 +330 +D088 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4992.256446459054 + 20 +287.4250532641186 + 30 +0.0 + 0 +ENDBLK + 5 +D08A +330 +D088 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +D0A0 +330 +D09F +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D281 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D281 + 1 + + 0 +LINE + 5 +E171 +330 +D09F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4998.475921554761 + 20 +278.4250532641189 + 30 +0.0 + 11 +4989.795219739947 + 21 +278.425053264119 + 31 +0.0 + 0 +LINE + 5 +E172 +330 +D09F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4998.475921554761 + 20 +266.4250532641189 + 30 +0.0 + 11 +4989.795219739947 + 21 +266.425053264119 + 31 +0.0 + 0 +LINE + 5 +E173 +330 +D09F +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4992.795219739947 + 20 +278.4250532641189 + 30 +0.0 + 11 +4992.795219739947 + 21 +275.9032251604354 + 31 +0.0 + 0 +LINE + 5 +E174 +330 +D09F +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4992.795219739947 + 20 +266.4250532641189 + 30 +0.0 + 11 +4992.795219739947 + 21 +268.9468813678024 + 31 +0.0 + 0 +INSERT + 5 +E175 +330 +D09F +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4992.795219739947 + 20 +278.4250532641189 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E176 +330 +D09F +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4992.795219739947 + 20 +266.4250532641189 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E177 +330 +D09F +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +4992.795219739947 + 20 +272.4250532641198 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +1' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E178 +330 +D09F +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5002.475921554761 + 20 +278.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E179 +330 +D09F +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5002.475921554761 + 20 +266.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E17A +330 +D09F +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4992.795219739947 + 20 +266.4250532641189 + 30 +0.0 + 0 +ENDBLK + 5 +D0A1 +330 +D09F +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +D0AD +330 +D0AC +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D282 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D282 + 1 + + 0 +LINE + 5 +E167 +330 +D0AC +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4998.475921554761 + 20 +266.4250532641189 + 30 +0.0 + 11 +4990.152245748828 + 21 +266.425053264119 + 31 +0.0 + 0 +LINE + 5 +E168 +330 +D0AC +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4998.475921554761 + 20 +254.4250532641189 + 30 +0.0 + 11 +4990.152245748828 + 21 +254.4250532641189 + 31 +0.0 + 0 +LINE + 5 +E169 +330 +D0AC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4993.152245748828 + 20 +266.4250532641189 + 30 +0.0 + 11 +4993.152245748828 + 21 +263.9032251604354 + 31 +0.0 + 0 +LINE + 5 +E16A +330 +D0AC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4993.152245748828 + 20 +254.4250532641189 + 30 +0.0 + 11 +4993.152245748828 + 21 +256.9468813678024 + 31 +0.0 + 0 +INSERT + 5 +E16B +330 +D0AC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4993.152245748828 + 20 +266.4250532641189 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E16C +330 +D0AC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4993.152245748828 + 20 +254.4250532641189 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E16D +330 +D0AC +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +4993.152245748828 + 20 +260.4250532641198 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +1' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E16E +330 +D0AC +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5002.475921554761 + 20 +266.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E16F +330 +D0AC +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5002.475921554761 + 20 +254.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E170 +330 +D0AC +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4993.152245748828 + 20 +254.4250532641189 + 30 +0.0 + 0 +ENDBLK + 5 +D0AE +330 +D0AC +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +D0CE +330 +D0CD +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D283 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D283 + 1 + + 0 +LINE + 5 +E1CB +330 +D0CD +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554759 + 20 +287.4250532641189 + 30 +0.0 + 11 +5403.512730345791 + 21 +287.4250532641189 + 31 +0.0 + 0 +LINE + 5 +E1CC +330 +D0CD +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554761 + 20 +386.4250532641183 + 30 +0.0 + 11 +5403.512730345791 + 21 +386.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E1CD +330 +D0CD +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5400.512730345791 + 20 +287.4250532641189 + 30 +0.0 + 11 +5400.512730345791 + 21 +327.946199239562 + 31 +0.0 + 0 +LINE + 5 +E1CE +330 +D0CD +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5400.512730345791 + 20 +386.4250532641183 + 30 +0.0 + 11 +5400.512730345791 + 21 +345.9039072886752 + 31 +0.0 + 0 +INSERT + 5 +E1CF +330 +D0CD +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5400.512730345791 + 20 +287.4250532641189 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +E1D0 +330 +D0CD +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5400.512730345791 + 20 +386.4250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +E1D1 +330 +D0CD +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5400.512730345791 + 20 +336.9250532641195 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +8'-3" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E1D2 +330 +D0CD +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554759 + 20 +287.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E1D3 +330 +D0CD +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554761 + 20 +386.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E1D4 +330 +D0CD +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5400.512730345791 + 20 +386.4250532641183 + 30 +0.0 + 0 +ENDBLK + 5 +D0CF +330 +D0CD +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +D131 +330 +D130 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D285 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D285 + 1 + + 0 +LINE + 5 +E255 +330 +D130 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5002.475921554761 + 20 +789.4250532641183 + 30 +0.0 + 11 +5002.475921554761 + 21 +806.5031460410974 + 31 +0.0 + 0 +LINE + 5 +E256 +330 +D130 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5386.475921554759 + 20 +789.4250532641174 + 30 +0.0 + 11 +5386.475921554759 + 21 +806.5031460410974 + 31 +0.0 + 0 +LINE + 5 +E257 +330 +D130 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5002.475921554761 + 20 +803.5031460410974 + 30 +0.0 + 11 +5188.386562755306 + 21 +803.5031460410974 + 31 +0.0 + 0 +LINE + 5 +E258 +330 +D130 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5386.475921554759 + 20 +803.5031460410974 + 30 +0.0 + 11 +5200.565280354214 + 21 +803.5031460410974 + 31 +0.0 + 0 +INSERT + 5 +E259 +330 +D130 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5002.475921554761 + 20 +803.5031460410974 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +E25A +330 +D130 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5386.475921554759 + 20 +803.5031460410974 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +E25B +330 +D130 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5194.47592155476 + 20 +803.5031460410974 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +32' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E25C +330 +D130 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5002.475921554761 + 20 +785.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E25D +330 +D130 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5386.475921554759 + 20 +785.4250532641174 + 30 +0.0 + 0 +POINT + 5 +E25E +330 +D130 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5386.475921554759 + 20 +803.5031460410974 + 30 +0.0 + 0 +ENDBLK + 5 +D132 +330 +D130 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +DC6D +330 +DC6C +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D342 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D342 + 1 + + 0 +LINE + 5 +DCA3 +330 +DC6C +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5035.401736685033 + 20 +667.1892674654149 + 30 +0.0 + 11 +5035.401736685033 + 21 +657.1302221334754 + 31 +0.0 + 0 +LINE + 5 +DCA4 +330 +DC6C +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5101.401736685166 + 20 +664.9499240731984 + 30 +0.0 + 11 +5101.401736685166 + 21 +657.1302221334754 + 31 +0.0 + 0 +LINE + 5 +DCA5 +330 +DC6C +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5035.401736685033 + 20 +660.1302221334754 + 30 +0.0 + 11 +5059.426975429983 + 21 +660.1302221334754 + 31 +0.0 + 0 +LINE + 5 +DCA6 +330 +DC6C +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5101.401736685166 + 20 +660.1302221334754 + 30 +0.0 + 11 +5077.376497940216 + 21 +660.1302221334754 + 31 +0.0 + 0 +INSERT + 5 +DCA7 +330 +DC6C +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5035.401736685033 + 20 +660.1302221334754 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +DCA8 +330 +DC6C +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5101.401736685166 + 20 +660.1302221334754 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +DCA9 +330 +DC6C +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5068.401736685099 + 20 +660.1302221334754 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +5'-6" + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +DCAA +330 +DC6C +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5035.401736685033 + 20 +671.1892674654149 + 30 +0.0 + 0 +POINT + 5 +DCAB +330 +DC6C +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5101.401736685166 + 20 +668.9499240731984 + 30 +0.0 + 0 +POINT + 5 +DCAC +330 +DC6C +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5101.401736685166 + 20 +660.1302221334754 + 30 +0.0 + 0 +ENDBLK + 5 +DC6E +330 +DC6C +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +DCED +330 +DCEC +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D345 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D345 + 1 + + 0 +LINE + 5 +DDBE +330 +DCEC +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5174.98404199413 + 20 +701.5688913699512 + 30 +0.0 + 11 +5174.98404199413 + 21 +707.2854322918829 + 31 +0.0 + 0 +LINE + 5 +DDBF +330 +DCEC +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5246.984041994263 + 20 +701.5688913699512 + 30 +0.0 + 11 +5246.984041994263 + 21 +707.2854322918829 + 31 +0.0 + 0 +LINE + 5 +DDC0 +330 +DCEC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5174.98404199413 + 20 +704.2854322918829 + 30 +0.0 + 11 +5207.207097928712 + 21 +704.2854322918829 + 31 +0.0 + 0 +LINE + 5 +DDC1 +330 +DCEC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5246.984041994263 + 20 +704.2854322918829 + 30 +0.0 + 11 +5214.760986059681 + 21 +704.2854322918829 + 31 +0.0 + 0 +INSERT + 5 +DDC2 +330 +DCEC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5174.98404199413 + 20 +704.2854322918829 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +DDC3 +330 +DCEC +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5246.984041994263 + 20 +704.2854322918829 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +DDC4 +330 +DCEC +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5210.984041994197 + 20 +704.2854322918829 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +6' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +DDC5 +330 +DCEC +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5174.98404199413 + 20 +697.5688913699512 + 30 +0.0 + 0 +POINT + 5 +DDC6 +330 +DCEC +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5246.984041994263 + 20 +697.5688913699512 + 30 +0.0 + 0 +POINT + 5 +DDC7 +330 +DCEC +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5246.984041994263 + 20 +704.2854322918829 + 30 +0.0 + 0 +ENDBLK + 5 +DCEE +330 +DCEC +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +DD18 +330 +DD17 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D346 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D346 + 1 + + 0 +LINE + 5 +DD6E +330 +DD17 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5087.444608464604 + 20 +473.4251052643044 + 30 +0.0 + 11 +5100.152129011683 + 21 +473.4251052643044 + 31 +0.0 + 0 +LINE + 5 +DD6F +330 +DD17 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5087.444608464604 + 20 +503.4250532641182 + 30 +0.0 + 11 +5100.152129011683 + 21 +503.4250532641182 + 31 +0.0 + 0 +LINE + 5 +DD70 +330 +DD17 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5097.152129011683 + 20 +473.4251052643044 + 30 +0.0 + 11 +5097.152129011683 + 21 +479.3991583910872 + 31 +0.0 + 0 +LINE + 5 +DD71 +330 +DD17 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5097.152129011683 + 20 +503.4250532641182 + 30 +0.0 + 11 +5097.152129011683 + 21 +497.4510001373355 + 31 +0.0 + 0 +INSERT + 5 +DD72 +330 +DD17 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5097.152129011683 + 20 +473.4251052643044 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +DD73 +330 +DD17 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5097.152129011683 + 20 +503.4250532641182 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +DD74 +330 +DD17 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5097.152129011683 + 20 +488.4250792642122 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +2'-6" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +DD75 +330 +DD17 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5083.444608464604 + 20 +473.4251052643044 + 30 +0.0 + 0 +POINT + 5 +DD76 +330 +DD17 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5083.444608464604 + 20 +503.4250532641182 + 30 +0.0 + 0 +POINT + 5 +DD77 +330 +DD17 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5097.152129011683 + 20 +503.4250532641182 + 30 +0.0 + 0 +ENDBLK + 5 +DD19 +330 +DD17 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +DD8E +330 +DD8D +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D349 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D349 + 1 + + 0 +LINE + 5 +DE05 +330 +DD8D +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5035.444608464471 + 20 +426.1445949586243 + 30 +0.0 + 11 +5035.444608464471 + 21 +435.7934722277751 + 31 +0.0 + 0 +LINE + 5 +DE06 +330 +DD8D +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5083.444608464604 + 20 +426.1445949586243 + 30 +0.0 + 11 +5083.444608464604 + 21 +435.7934722277751 + 31 +0.0 + 0 +LINE + 5 +DE07 +330 +DD8D +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5035.444608464471 + 20 +432.7934722277751 + 30 +0.0 + 11 +5055.563298778316 + 21 +432.7934722277751 + 31 +0.0 + 0 +LINE + 5 +DE08 +330 +DD8D +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5083.444608464604 + 20 +432.7934722277751 + 30 +0.0 + 11 +5063.325918150759 + 21 +432.7934722277751 + 31 +0.0 + 0 +INSERT + 5 +DE09 +330 +DD8D +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5035.444608464471 + 20 +432.7934722277751 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +DE0A +330 +DD8D +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5083.444608464604 + 20 +432.7934722277751 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +DE0B +330 +DD8D +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5059.444608464538 + 20 +432.7934722277751 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +4' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +DE0C +330 +DD8D +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5035.444608464471 + 20 +422.1445949586243 + 30 +0.0 + 0 +POINT + 5 +DE0D +330 +DD8D +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5083.444608464604 + 20 +422.1445949586243 + 30 +0.0 + 0 +POINT + 5 +DE0E +330 +DD8D +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5083.444608464604 + 20 +432.7934722277751 + 30 +0.0 + 0 +ENDBLK + 5 +DD8F +330 +DD8D +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +DDDA +330 +DDD9 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D350 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D350 + 1 + + 0 +LINE + 5 +DE0F +330 +DDD9 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5305.475921554626 + 20 +426.1445949586243 + 30 +0.0 + 11 +5305.475921554626 + 21 +435.793472227775 + 31 +0.0 + 0 +LINE + 5 +DE10 +330 +DDD9 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5353.475921554759 + 20 +426.1445949586243 + 30 +0.0 + 11 +5353.475921554759 + 21 +435.793472227775 + 31 +0.0 + 0 +LINE + 5 +DE11 +330 +DDD9 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5305.475921554626 + 20 +432.793472227775 + 30 +0.0 + 11 +5325.594611868471 + 21 +432.793472227775 + 31 +0.0 + 0 +LINE + 5 +DE12 +330 +DDD9 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5353.475921554759 + 20 +432.793472227775 + 30 +0.0 + 11 +5333.357231240914 + 21 +432.793472227775 + 31 +0.0 + 0 +INSERT + 5 +DE13 +330 +DDD9 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5305.475921554626 + 20 +432.793472227775 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +DE14 +330 +DDD9 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5353.475921554759 + 20 +432.793472227775 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +DE15 +330 +DDD9 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5329.475921554693 + 20 +432.793472227775 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +4' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +DE16 +330 +DDD9 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5305.475921554626 + 20 +422.1445949586243 + 30 +0.0 + 0 +POINT + 5 +DE17 +330 +DDD9 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5353.475921554759 + 20 +422.1445949586243 + 30 +0.0 + 0 +POINT + 5 +DE18 +330 +DDD9 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5353.475921554759 + 20 +432.793472227775 + 30 +0.0 + 0 +ENDBLK + 5 +DDDB +330 +DDD9 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E0C1 +330 +E0C0 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D365 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D365 + 1 + + 0 +LINE + 5 +E0F3 +330 +E0C0 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5007.475921554762 + 20 +776.4250532641183 + 30 +0.0 + 11 +4987.847943454639 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E0F4 +330 +E0C0 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5007.475921554762 + 20 +716.425053264118 + 30 +0.0 + 11 +4987.847943454639 + 21 +716.425053264118 + 31 +0.0 + 0 +LINE + 5 +E0F5 +330 +E0C0 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4990.847943454639 + 20 +776.4250532641183 + 30 +0.0 + 11 +4990.847943454639 + 21 +750.1856262518398 + 31 +0.0 + 0 +LINE + 5 +E0F6 +330 +E0C0 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4990.847943454639 + 20 +716.425053264118 + 30 +0.0 + 11 +4990.847943454639 + 21 +742.6644802763964 + 31 +0.0 + 0 +INSERT + 5 +E0F7 +330 +E0C0 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4990.847943454639 + 20 +776.4250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E0F8 +330 +E0C0 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4990.847943454639 + 20 +716.425053264118 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E0F9 +330 +E0C0 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +4990.847943454639 + 20 +746.4250532641189 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +5' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E0FA +330 +E0C0 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554762 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E0FB +330 +E0C0 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554762 + 20 +716.425053264118 + 30 +0.0 + 0 +POINT + 5 +E0FC +330 +E0C0 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4990.847943454639 + 20 +716.425053264118 + 30 +0.0 + 0 +ENDBLK + 5 +E0C2 +330 +E0C0 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E0DB +330 +E0DA +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D366 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D366 + 1 + + 0 +LINE + 5 +E0FD +330 +E0DA +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5007.475921554762 + 20 +711.9250532641182 + 30 +0.0 + 11 +4988.344355484518 + 21 +711.9250532641182 + 31 +0.0 + 0 +LINE + 5 +E0FE +330 +E0DA +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5007.475921554763 + 20 +572.4250532641174 + 30 +0.0 + 11 +4988.344355484518 + 21 +572.4250532641174 + 31 +0.0 + 0 +LINE + 5 +E0FF +330 +E0DA +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4991.344355484518 + 20 +711.9250532641182 + 30 +0.0 + 11 +4991.344355484518 + 21 +655.3858308903116 + 31 +0.0 + 0 +LINE + 5 +E100 +330 +E0DA +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4991.344355484518 + 20 +572.4250532641174 + 30 +0.0 + 11 +4991.344355484518 + 21 +628.9642756379242 + 31 +0.0 + 0 +INSERT + 5 +E101 +330 +E0DA +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4991.344355484518 + 20 +711.9250532641182 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E102 +330 +E0DA +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4991.344355484518 + 20 +572.4250532641174 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E103 +330 +E0DA +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +4991.344355484518 + 20 +642.1750532641187 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +11'-7{\H1.000000x;\S1/2;}" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E104 +330 +E0DA +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554762 + 20 +711.9250532641182 + 30 +0.0 + 0 +POINT + 5 +E105 +330 +E0DA +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554763 + 20 +572.4250532641174 + 30 +0.0 + 0 +POINT + 5 +E106 +330 +E0DA +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4991.344355484518 + 20 +572.4250532641174 + 30 +0.0 + 0 +ENDBLK + 5 +E0DC +330 +E0DA +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E109 +330 +E108 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D367 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D367 + 1 + + 0 +LINE + 5 +E135 +330 +E108 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5007.475921554763 + 20 +567.925053264118 + 30 +0.0 + 11 +4988.445419058684 + 21 +567.925053264118 + 31 +0.0 + 0 +LINE + 5 +E136 +330 +E108 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5037.475921554763 + 20 +507.925053264118 + 30 +0.0 + 11 +4988.445419058684 + 21 +507.9250532641181 + 31 +0.0 + 0 +LINE + 5 +E137 +330 +E108 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4991.445419058684 + 20 +567.925053264118 + 30 +0.0 + 11 +4991.445419058684 + 21 +541.6856262518397 + 31 +0.0 + 0 +LINE + 5 +E138 +330 +E108 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +4991.445419058684 + 20 +507.9250532641181 + 30 +0.0 + 11 +4991.445419058684 + 21 +534.1644802763963 + 31 +0.0 + 0 +INSERT + 5 +E139 +330 +E108 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4991.445419058684 + 20 +567.925053264118 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E13A +330 +E108 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +4991.445419058684 + 20 +507.9250532641181 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E13B +330 +E108 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +4991.445419058684 + 20 +537.9250532641188 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +5' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E13C +330 +E108 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554763 + 20 +567.925053264118 + 30 +0.0 + 0 +POINT + 5 +E13D +330 +E108 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5041.475921554763 + 20 +507.925053264118 + 30 +0.0 + 0 +POINT + 5 +E13E +330 +E108 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +4991.445419058684 + 20 +507.9250532641181 + 30 +0.0 + 0 +ENDBLK + 5 +E10A +330 +E108 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E1FF +330 +E1FE +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D368 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D368 + 1 + + 0 +LINE + 5 +E24B +330 +E1FE +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554762 + 20 +780.4250532641183 + 30 +0.0 + 11 +5011.475921554762 + 21 +798.2728335014599 + 31 +0.0 + 0 +LINE + 5 +E24C +330 +E1FE +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554757 + 20 +780.4250532641183 + 30 +0.0 + 11 +5131.475921554757 + 21 +798.2728335014599 + 31 +0.0 + 0 +LINE + 5 +E24D +330 +E1FE +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5011.475921554762 + 20 +795.2728335014599 + 30 +0.0 + 11 +5065.666917461991 + 21 +795.2728335014599 + 31 +0.0 + 0 +LINE + 5 +E24E +330 +E1FE +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5131.475921554757 + 20 +795.2728335014599 + 30 +0.0 + 11 +5077.284925647529 + 21 +795.2728335014599 + 31 +0.0 + 0 +INSERT + 5 +E24F +330 +E1FE +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5011.475921554762 + 20 +795.2728335014599 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +E250 +330 +E1FE +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5131.475921554757 + 20 +795.2728335014599 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +E251 +330 +E1FE +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5071.47592155476 + 20 +795.2728335014599 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +10' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E252 +330 +E1FE +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5011.475921554762 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E253 +330 +E1FE +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5131.475921554757 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E254 +330 +E1FE +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5131.475921554757 + 20 +795.2728335014599 + 30 +0.0 + 0 +ENDBLK + 5 +E200 +330 +E1FE +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E219 +330 +E218 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D369 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D369 + 1 + + 0 +LINE + 5 +E226 +330 +E218 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5135.975921554759 + 20 +780.4250532641183 + 30 +0.0 + 11 +5135.975921554759 + 21 +798.1362258478166 + 31 +0.0 + 0 +LINE + 5 +E227 +330 +E218 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5300.975921554758 + 20 +780.4250532641183 + 30 +0.0 + 11 +5300.975921554758 + 21 +798.1362258478166 + 31 +0.0 + 0 +LINE + 5 +E228 +330 +E218 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5135.975921554759 + 20 +795.1362258478166 + 30 +0.0 + 11 +5207.452729194594 + 21 +795.1362258478166 + 31 +0.0 + 0 +LINE + 5 +E229 +330 +E218 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5300.975921554758 + 20 +795.1362258478166 + 30 +0.0 + 11 +5229.499113914922 + 21 +795.1362258478166 + 31 +0.0 + 0 +INSERT + 5 +E22A +330 +E218 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5135.975921554759 + 20 +795.1362258478166 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +E22B +330 +E218 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5300.975921554758 + 20 +795.1362258478166 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +E22C +330 +E218 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5218.475921554758 + 20 +795.1362258478166 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +13'-9" + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E22D +330 +E218 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5135.975921554759 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E22E +330 +E218 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5300.975921554758 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E22F +330 +E218 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5300.975921554758 + 20 +795.1362258478166 + 30 +0.0 + 0 +ENDBLK + 5 +E21A +330 +E218 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E233 +330 +E232 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D370 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D370 + 1 + + 0 +LINE + 5 +E240 +330 +E232 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5305.47592155476 + 20 +780.4250532641183 + 30 +0.0 + 11 +5305.47592155476 + 21 +798.1612434006311 + 31 +0.0 + 0 +LINE + 5 +E241 +330 +E232 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554757 + 20 +780.4250532641183 + 30 +0.0 + 11 +5377.475921554757 + 21 +798.1612434006311 + 31 +0.0 + 0 +LINE + 5 +E242 +330 +E232 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5305.47592155476 + 20 +795.1612434006311 + 30 +0.0 + 11 +5337.698977489274 + 21 +795.1612434006311 + 31 +0.0 + 0 +LINE + 5 +E243 +330 +E232 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5377.475921554757 + 20 +795.1612434006311 + 30 +0.0 + 11 +5345.252865620243 + 21 +795.1612434006311 + 31 +0.0 + 0 +INSERT + 5 +E244 +330 +E232 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5305.47592155476 + 20 +795.1612434006311 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +180.0 + 0 +INSERT + 5 +E245 +330 +E232 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5377.475921554757 + 20 +795.1612434006311 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 0 +MTEXT + 5 +E246 +330 +E232 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5341.475921554758 + 20 +795.1612434006311 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +6' + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E247 +330 +E232 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5305.47592155476 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E248 +330 +E232 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554757 + 20 +776.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E249 +330 +E232 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554757 + 20 +795.1612434006311 + 30 +0.0 + 0 +ENDBLK + 5 +E234 +330 +E232 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E261 +330 +E260 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D371 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D371 + 1 + + 0 +LINE + 5 +E26E +330 +E260 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554757 + 20 +776.4250532641174 + 30 +0.0 + 11 +5398.79134842812 + 21 +776.4250532641174 + 31 +0.0 + 0 +LINE + 5 +E26F +330 +E260 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554758 + 20 +726.8784709814286 + 30 +0.0 + 11 +5398.79134842812 + 21 +726.8784709814286 + 31 +0.0 + 0 +LINE + 5 +E270 +330 +E260 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5395.79134842812 + 20 +776.4250532641174 + 30 +0.0 + 11 +5395.79134842812 + 21 +762.9348453424183 + 31 +0.0 + 0 +LINE + 5 +E271 +330 +E260 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5395.79134842812 + 20 +726.8784709814286 + 30 +0.0 + 11 +5395.79134842812 + 21 +740.3686789031277 + 31 +0.0 + 0 +INSERT + 5 +E272 +330 +E260 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5395.79134842812 + 20 +776.4250532641174 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E273 +330 +E260 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5395.79134842812 + 20 +726.8784709814286 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E274 +330 +E260 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5395.79134842812 + 20 +751.6517621227739 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +4'-1{\H1.000000x;\S1/2;}" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E275 +330 +E260 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554757 + 20 +776.4250532641174 + 30 +0.0 + 0 +POINT + 5 +E276 +330 +E260 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554758 + 20 +726.8784709814286 + 30 +0.0 + 0 +POINT + 5 +E277 +330 +E260 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5395.79134842812 + 20 +726.8784709814286 + 30 +0.0 + 0 +ENDBLK + 5 +E262 +330 +E260 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E27B +330 +E27A +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D372 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D372 + 1 + + 0 +LINE + 5 +E288 +330 +E27A +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554758 + 20 +722.3784709814286 + 30 +0.0 + 11 +5400.09047741269 + 21 +722.3784709814286 + 31 +0.0 + 0 +LINE + 5 +E289 +330 +E27A +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554758 + 20 +638.3784709814286 + 30 +0.0 + 11 +5400.09047741269 + 21 +638.3784709814286 + 31 +0.0 + 0 +LINE + 5 +E28A +330 +E27A +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5397.09047741269 + 20 +722.3784709814286 + 30 +0.0 + 11 +5397.09047741269 + 21 +684.1144873525063 + 31 +0.0 + 0 +LINE + 5 +E28B +330 +E27A +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5397.09047741269 + 20 +638.3784709814286 + 30 +0.0 + 11 +5397.09047741269 + 21 +676.6424546103508 + 31 +0.0 + 0 +INSERT + 5 +E28C +330 +E27A +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5397.09047741269 + 20 +722.3784709814286 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E28D +330 +E27A +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5397.09047741269 + 20 +638.3784709814286 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E28E +330 +E27A +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5397.09047741269 + 20 +680.3784709814295 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +7' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E28F +330 +E27A +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554758 + 20 +722.3784709814286 + 30 +0.0 + 0 +POINT + 5 +E290 +330 +E27A +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554758 + 20 +638.3784709814286 + 30 +0.0 + 0 +POINT + 5 +E291 +330 +E27A +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5397.09047741269 + 20 +638.3784709814286 + 30 +0.0 + 0 +ENDBLK + 5 +E27C +330 +E27A +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E295 +330 +E294 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D373 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D373 + 1 + + 0 +LINE + 5 +E2EE +330 +E294 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554757 + 20 +633.8784709814286 + 30 +0.0 + 11 +5401.542331248093 + 21 +633.8784709814286 + 31 +0.0 + 0 +LINE + 5 +E2EF +330 +E294 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554757 + 20 +548.4250532641183 + 30 +0.0 + 11 +5401.542331248093 + 21 +548.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E2F0 +330 +E294 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5398.542331248093 + 20 +633.8784709814286 + 30 +0.0 + 11 +5398.542331248093 + 21 +602.2895520272755 + 31 +0.0 + 0 +LINE + 5 +E2F1 +330 +E294 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5398.542331248093 + 20 +548.4250532641183 + 30 +0.0 + 11 +5398.542331248093 + 21 +580.0139722182714 + 31 +0.0 + 0 +INSERT + 5 +E2F2 +330 +E294 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5398.542331248093 + 20 +633.8784709814286 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E2F3 +330 +E294 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5398.542331248093 + 20 +548.4250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E2F4 +330 +E294 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5398.542331248093 + 20 +591.1517621227744 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +7'-1{\H1.000000x;\S1/2;}" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E2F5 +330 +E294 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554757 + 20 +633.8784709814286 + 30 +0.0 + 0 +POINT + 5 +E2F6 +330 +E294 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554757 + 20 +548.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E2F7 +330 +E294 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5398.542331248093 + 20 +548.4250532641183 + 30 +0.0 + 0 +ENDBLK + 5 +E296 +330 +E294 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E2AF +330 +E2AE +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D374 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D374 + 1 + + 0 +LINE + 5 +E2E4 +330 +E2AE +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5380.475921554759 + 20 +543.9250532641195 + 30 +0.0 + 11 +5399.37236003275 + 21 +543.9250532641195 + 31 +0.0 + 0 +LINE + 5 +E2E5 +330 +E2AE +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5380.475921554759 + 20 +507.9250532641183 + 30 +0.0 + 11 +5399.37236003275 + 21 +507.9250532641183 + 31 +0.0 + 0 +LINE + 5 +E2E6 +330 +E2AE +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5396.37236003275 + 20 +543.9250532641195 + 30 +0.0 + 11 +5396.37236003275 + 21 +529.6835798671202 + 31 +0.0 + 0 +LINE + 5 +E2E7 +330 +E2AE +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5396.37236003275 + 20 +507.9250532641183 + 30 +0.0 + 11 +5396.37236003275 + 21 +522.1665266611176 + 31 +0.0 + 0 +INSERT + 5 +E2E8 +330 +E2AE +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5396.37236003275 + 20 +543.9250532641195 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E2E9 +330 +E2AE +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5396.37236003275 + 20 +507.9250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E2EA +330 +E2AE +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5396.37236003275 + 20 +525.9250532641198 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +3' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E2EB +330 +E2AE +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5376.475921554759 + 20 +543.9250532641195 + 30 +0.0 + 0 +POINT + 5 +E2EC +330 +E2AE +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5376.475921554759 + 20 +507.9250532641183 + 30 +0.0 + 0 +POINT + 5 +E2ED +330 +E2AE +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5396.37236003275 + 20 +507.9250532641183 + 30 +0.0 + 0 +ENDBLK + 5 +E2B0 +330 +E2AE +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E2C9 +330 +E2C8 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D375 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D375 + 1 + + 0 +LINE + 5 +E2D6 +330 +E2C8 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554759 + 20 +503.4250532641183 + 30 +0.0 + 11 +5400.099097161863 + 21 +503.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E2D7 +330 +E2C8 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5381.475921554759 + 20 +395.4250532641183 + 30 +0.0 + 11 +5400.099097161863 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E2D8 +330 +E2C8 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5397.099097161863 + 20 +503.4250532641183 + 30 +0.0 + 11 +5397.099097161863 + 21 +453.18562625184 + 31 +0.0 + 0 +LINE + 5 +E2D9 +330 +E2C8 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5397.099097161863 + 20 +395.4250532641183 + 30 +0.0 + 11 +5397.099097161863 + 21 +445.6644802763967 + 31 +0.0 + 0 +INSERT + 5 +E2DA +330 +E2C8 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5397.099097161863 + 20 +503.4250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +INSERT + 5 +E2DB +330 +E2C8 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5397.099097161863 + 20 +395.4250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +MTEXT + 5 +E2DC +330 +E2C8 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5397.099097161863 + 20 +449.4250532641192 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +9' + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E2DD +330 +E2C8 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554759 + 20 +503.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E2DE +330 +E2C8 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5377.475921554759 + 20 +395.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E2DF +330 +E2C8 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5397.099097161863 + 20 +395.4250532641183 + 30 +0.0 + 0 +ENDBLK + 5 +E2CA +330 +E2C8 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E38A +330 +E389 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D377 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D377 + 1 + + 0 +LINE + 5 +E3CA +330 +E389 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5150.475921554761 + 20 +287.4250532641189 + 30 +0.0 + 11 +5156.294330649864 + 21 +287.4250532641189 + 31 +0.0 + 0 +LINE + 5 +E3CB +330 +E389 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5144.475921554762 + 20 +437.4250532641187 + 30 +0.0 + 11 +5156.294330649864 + 21 +437.4250532641187 + 31 +0.0 + 0 +LINE + 5 +E3CC +330 +E389 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5153.294330649864 + 20 +287.4250532641189 + 30 +0.0 + 11 +5153.294330649864 + 21 +366.3939138675319 + 31 +0.0 + 0 +LINE + 5 +E3CD +330 +E389 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5153.294330649864 + 20 +437.4250532641187 + 30 +0.0 + 11 +5153.294330649864 + 21 +388.4402985878593 + 31 +0.0 + 0 +INSERT + 5 +E3CE +330 +E389 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5153.294330649864 + 20 +287.4250532641189 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +E3CF +330 +E389 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5153.294330649864 + 20 +437.4250532641187 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +E3D0 +330 +E389 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5153.294330649864 + 20 +377.4171062276964 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +12'-6" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E3D1 +330 +E389 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5146.475921554761 + 20 +287.4250532641189 + 30 +0.0 + 0 +POINT + 5 +E3D2 +330 +E389 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5140.475921554762 + 20 +437.4250532641187 + 30 +0.0 + 0 +POINT + 5 +E3D3 +330 +E389 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5153.294330649864 + 20 +437.4250532641187 + 30 +0.0 + 0 +ENDBLK + 5 +E38B +330 +E389 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +BLOCK + 5 +E3D6 +330 +E3D5 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockBegin + 2 +*D378 + 70 + 1 + 10 +0.0 + 20 +0.0 + 30 +0.0 + 3 +*D378 + 1 + + 0 +LINE + 5 +E3E3 +330 +E3D5 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5188.475921554759 + 20 +402.4250532641183 + 30 +0.0 + 11 +5184.400224975609 + 21 +402.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E3E4 +330 +E3D5 +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5188.475921554759 + 20 +437.4250532641183 + 30 +0.0 + 11 +5184.400224975609 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E3E5 +330 +E3D5 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5187.400224975609 + 20 +402.4250532641183 + 30 +0.0 + 11 +5187.400224975609 + 21 +408.5683001945413 + 31 +0.0 + 0 +LINE + 5 +E3E6 +330 +E3D5 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbLine + 10 +5187.400224975609 + 20 +437.4250532641183 + 30 +0.0 + 11 +5187.400224975609 + 21 +431.2818063336954 + 31 +0.0 + 0 +INSERT + 5 +E3E7 +330 +E3D5 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5187.400224975609 + 20 +402.4250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +270.0 + 0 +INSERT + 5 +E3E8 +330 +E3D5 +100 +AcDbEntity + 8 +wall + 62 + 3 +100 +AcDbBlockReference + 2 +_ArchTick + 10 +5187.400224975609 + 20 +437.4250532641183 + 30 +0.0 + 41 +4.0 + 42 +4.0 + 43 +4.0 + 50 +90.0 + 0 +MTEXT + 5 +E3E9 +330 +E3D5 +100 +AcDbEntity + 8 +wall + 62 + 0 +100 +AcDbMText + 10 +5187.400224975609 + 20 +419.9250532641191 + 30 +0.0 + 40 +6.0 + 41 +0.0 + 46 +0.0 + 71 + 5 + 72 + 1 + 1 +2'-11" + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +POINT + 5 +E3EA +330 +E3D5 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5192.475921554759 + 20 +402.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E3EB +330 +E3D5 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5192.475921554759 + 20 +437.4250532641183 + 30 +0.0 + 0 +POINT + 5 +E3EC +330 +E3D5 +100 +AcDbEntity + 8 +Defpoints + 62 + 0 +100 +AcDbPoint + 10 +5187.400224975609 + 20 +437.4250532641183 + 30 +0.0 + 0 +ENDBLK + 5 +E3D7 +330 +E3D5 +100 +AcDbEntity + 8 +0 +100 +AcDbBlockEnd + 0 +ENDSEC + 0 +SECTION + 2 +ENTITIES + 0 +INSERT + 5 +1114 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbBlockReference + 2 +A$C79804784 + 10 +718.666877671304 + 20 +2196.809922612899 + 30 +0.0 + 41 +0.0393699999999626 + 42 +0.0393699999999626 + 43 +0.03937 + 0 +LINE + 5 +CBC9 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4475.201078699703 + 20 +785.4250532641183 + 30 +0.0 + 11 +4859.201078699703 + 21 +785.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBCA +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4484.201078699703 + 20 +776.4250532641183 + 30 +0.0 + 11 +4850.201078699701 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBCB +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4766.201078699701 + 20 +752.4250532641195 + 30 +0.0 + 11 +4826.201078699701 + 21 +752.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBCC +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4761.701078699701 + 20 +680.4250532641195 + 30 +0.0 + 11 +4850.201078699701 + 21 +680.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBCD +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4761.701078699701 + 20 +704.4250532641195 + 30 +0.0 + 11 +4826.201078699701 + 21 +704.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBCE +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4761.701078699701 + 20 +675.9250532641195 + 30 +0.0 + 11 +4859.201078699703 + 21 +675.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CBCF +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +668.4250532641195 + 30 +0.0 + 11 +4859.201078699703 + 21 +668.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBD0 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4850.201078699701 + 20 +632.4250532641183 + 30 +0.0 + 11 +4859.201078699703 + 21 +632.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBD1 +102 +{ACAD_REACTORS +330 +CCEC +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4859.201078699703 + 20 +785.4250532641183 + 30 +0.0 + 11 +4859.201078699701 + 21 +512.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CBD2 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4859.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 11 +4859.201078699703 + 21 +281.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CBD3 +102 +{ACAD_REACTORS +330 +CCE9 +330 +CD12 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4850.201078699701 + 20 +776.4250532641183 + 30 +0.0 + 11 +4850.201078699701 + 21 +680.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBD4 +102 +{ACAD_REACTORS +330 +CD0F +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4850.201078699701 + 20 +675.9250532641195 + 30 +0.0 + 11 +4850.201078699701 + 21 +517.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBD5 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4826.201078699701 + 20 +752.4250532641195 + 30 +0.0 + 11 +4826.201078699701 + 21 +704.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBD6 +102 +{ACAD_REACTORS +330 +CCE9 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4766.201078699701 + 20 +776.4250532641183 + 30 +0.0 + 11 +4766.201078699701 + 21 +750.1750532641183 + 31 +0.0 + 0 +LINE + 5 +CBD7 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4766.201078699701 + 20 +704.4250532641195 + 30 +0.0 + 11 +4766.201078699701 + 21 +680.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBD8 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4761.701078699701 + 20 +776.4250532641183 + 30 +0.0 + 11 +4761.701078699701 + 21 +750.1750532641183 + 31 +0.0 + 0 +LINE + 5 +CBD9 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4761.701078699701 + 20 +704.4250532641195 + 30 +0.0 + 11 +4761.701078699701 + 21 +675.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CBDA +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +471.9250532641183 + 30 +0.0 + 11 +4850.201078699701 + 21 +419.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBDB +102 +{ACAD_REACTORS +330 +CD06 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4850.201078699703 + 20 +410.4250532641183 + 30 +0.0 + 11 +4850.201078699701 + 21 +290.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CBDC +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4730.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 11 +4730.201078699703 + 21 +419.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBDD +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4760.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 11 +4760.201078699703 + 21 +471.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CBDE +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4730.201078699703 + 20 +410.4250532641183 + 30 +0.0 + 11 +4730.201078699701 + 21 +290.4250532641194 + 31 +0.0 + 0 +LINE + 5 +CBDF +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 11 +4721.201078699701 + 21 +290.4250532641194 + 31 +0.0 + 0 +LINE + 5 +CBE0 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +410.4250532641183 + 30 +0.0 + 11 +4730.201078699703 + 21 +410.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBE1 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4604.201078699703 + 20 +410.4250532641183 + 30 +0.0 + 11 +4484.201078699703 + 21 +410.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBE2 +102 +{ACAD_REACTORS +330 +CD09 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +419.4250532641183 + 30 +0.0 + 11 +4730.201078699703 + 21 +419.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBE3 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +4810.201078699701 + 20 +425.4250532641183 + 30 +0.0 + 11 +4774.201078699701 + 21 +425.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBE4 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +4772.201078699701 + 20 +437.4250532641183 + 30 +0.0 + 11 +4758.400660507542 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBE5 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +4742.373472398658 + 20 +437.4250532641183 + 30 +0.0 + 11 +4730.201078699703 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBE6 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4604.201078699703 + 20 +419.4250532641183 + 30 +0.0 + 11 +4484.201078699703 + 21 +419.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBE7 +102 +{ACAD_REACTORS +330 +CCEC +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4475.201078699703 + 20 +281.4250532641189 + 30 +0.0 + 11 +4475.201078699703 + 21 +785.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBE8 +102 +{ACAD_REACTORS +330 +CCF8 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4484.201078699703 + 20 +290.4250532641189 + 30 +0.0 + 11 +4484.201078699703 + 21 +410.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBE9 +102 +{ACAD_REACTORS +330 +CCF5 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +419.4250532641183 + 30 +0.0 + 11 +4484.201078699703 + 21 +563.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBEA +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +567.9250532641183 + 30 +0.0 + 11 +4484.201078699703 + 21 +627.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CBEB +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures + 62 + 253 +100 +AcDbLine + 10 +4526.201078699703 + 20 +567.9250532641183 + 30 +0.0 + 11 +4526.201078699703 + 21 +627.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CBEC +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures + 62 + 253 +100 +AcDbLine + 10 +4530.201078699703 + 20 +567.9250532641183 + 30 +0.0 + 11 +4530.201078699703 + 21 +627.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CBED +102 +{ACAD_REACTORS +330 +CCE3 +330 +CCEF +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +632.4250532641183 + 30 +0.0 + 11 +4484.201078699703 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBEE +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4608.201078699703 + 20 +567.9250532641183 + 30 +0.0 + 11 +4608.201078699703 + 21 +627.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CBEF +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4603.701078699703 + 20 +567.9250532641183 + 30 +0.0 + 11 +4603.701078699703 + 21 +627.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CBF0 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4597.701078699703 + 20 +627.9250532641195 + 30 +0.0 + 11 +4597.701078699703 + 21 +632.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBF1 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4567.701078699703 + 20 +627.9250532641195 + 30 +0.0 + 11 +4567.701078699703 + 21 +632.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBF2 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4604.201078699703 + 20 +290.4250532641186 + 30 +0.0 + 11 +4604.201078699703 + 21 +410.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBF3 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4604.201078699703 + 20 +419.4250532641183 + 30 +0.0 + 11 +4604.201078699703 + 21 +470.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBF4 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4613.201078699703 + 20 +290.4250532641186 + 30 +0.0 + 11 +4613.201078699703 + 21 +461.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CBF5 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4674.201078699703 + 20 +461.4250532641183 + 30 +0.0 + 11 +4674.201078699703 + 21 +470.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CBF6 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4649.201078699703 + 20 +289.4250532641186 + 30 +0.0 + 11 +4649.201078699703 + 21 +365.4250532641186 + 31 +0.0 + 0 +DIMENSION + 5 +CBF7 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D251 + 10 +4449.93585227162 + 20 +281.4250532641187 + 30 +0.0 + 11 +4449.93585227162 + 21 +533.4250532641192 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +503.9999999999994 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4475.201078699703 + 23 +785.4250532641183 + 33 +0.0 + 14 +4475.201078699703 + 24 +281.4250532641189 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +LINE + 5 +CBF8 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4715.201078699703 + 20 +290.4250532641189 + 30 +0.0 + 11 +4715.201078699703 + 21 +281.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CBF9 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4619.201078699703 + 20 +290.4250532641189 + 30 +0.0 + 11 +4619.201078699703 + 21 +281.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CBFA +330 +1F +100 +AcDbEntity + 8 +Dims +100 +AcDbLine + 10 +4619.201078699703 + 20 +285.9250532641189 + 30 +0.0 + 11 +4715.201078699703 + 21 +285.9250532641189 + 31 +0.0 + 0 +LWPOLYLINE + 5 +CBFB +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4589.201078699703 + 20 +290.4250532641186 + 10 +4619.201078699703 + 20 +290.4250532641186 + 10 +4619.201078699703 + 20 +278.4250532641189 + 10 +4589.201078699703 + 20 +278.4250532641189 + 0 +LWPOLYLINE + 5 +CBFC +102 +{ACAD_REACTORS +330 +CCF8 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4475.201078699703 + 20 +290.4250532641186 + 10 +4505.201078699703 + 20 +290.4250532641186 + 10 +4505.201078699703 + 20 +278.4250532641189 + 10 +4475.201078699703 + 20 +278.4250532641189 + 0 +LINE + 5 +CBFD +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4715.201078699701 + 20 +290.4250532641189 + 30 +0.0 + 11 +4715.201078699701 + 21 +281.4250532641189 + 31 +0.0 + 0 +LWPOLYLINE + 5 +CBFE +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4745.201078699701 + 20 +290.4250532641186 + 10 +4715.201078699701 + 20 +290.4250532641186 + 10 +4715.201078699701 + 20 +278.4250532641189 + 10 +4745.201078699701 + 20 +278.4250532641189 + 0 +LWPOLYLINE + 5 +CBFF +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4859.201078699701 + 20 +290.4250532641186 + 10 +4829.201078699701 + 20 +290.4250532641186 + 10 +4829.201078699701 + 20 +278.4250532641189 + 10 +4859.201078699701 + 20 +278.4250532641189 + 0 +LINE + 5 +CC00 +330 +1F +100 +AcDbEntity + 8 +Dims +100 +AcDbLine + 10 +4619.201078699703 + 20 +284.7412179461134 + 30 +0.0 + 11 +4715.201078699703 + 21 +284.7412179461134 + 31 +0.0 + 0 +LINE + 5 +CC01 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4604.201078699703 + 20 +470.4250532641195 + 30 +0.0 + 11 +4627.701078699703 + 21 +470.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC02 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4674.201078699703 + 20 +470.4250532641183 + 30 +0.0 + 11 +4721.201078699703 + 21 +470.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC03 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +4721.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 11 +4730.201078699703 + 21 +476.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC04 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4674.201078699703 + 20 +461.4250532641183 + 30 +0.0 + 11 +4674.201078699703 + 21 +461.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC05 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4613.201078699703 + 20 +425.4250532641183 + 30 +0.0 + 11 +4721.201078699703 + 21 +425.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC06 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4674.201078699703 + 20 +461.4250532641183 + 30 +0.0 + 11 +4721.201078699703 + 21 +461.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC07 +102 +{ACAD_REACTORS +330 +CCFE +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4475.201078699703 + 20 +278.4250532641189 + 30 +0.0 + 11 +4475.201078699703 + 21 +254.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC08 +102 +{ACAD_REACTORS +330 +CCFE +330 +CD01 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4475.201078699703 + 20 +266.4250532641189 + 30 +0.0 + 11 +4859.201078699703 + 21 +266.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC09 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4859.201078699703 + 20 +281.4250532641189 + 30 +0.0 + 11 +4859.201078699703 + 21 +254.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC0A +102 +{ACAD_REACTORS +330 +CD01 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4475.201078699703 + 20 +254.4250532641189 + 30 +0.0 + 11 +4859.201078699703 + 21 +254.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC0B +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4760.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 11 +4859.201078699703 + 21 +476.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC0C +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4799.201078699701 + 20 +477.4250532641183 + 30 +0.0 + 11 +4834.701078699701 + 21 +477.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC0D +102 +{ACAD_REACTORS +330 +CD09 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4760.201078699703 + 20 +471.9250532641183 + 30 +0.0 + 11 +4850.201078699701 + 21 +471.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC0E +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4760.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 11 +4730.201078699703 + 21 +476.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC0F +102 +{ACAD_REACTORS +330 +CD0C +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4859.201078699701 + 20 +512.9250532641195 + 30 +0.0 + 11 +4859.201078699701 + 21 +476.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC10 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4849.201078699701 + 20 +512.9250532641195 + 30 +0.0 + 11 +4849.201078699701 + 21 +476.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC11 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4839.201078699701 + 20 +512.9250532641195 + 30 +0.0 + 11 +4839.201078699701 + 21 +476.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC12 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4685.201078699701 + 20 +289.4250532641186 + 30 +0.0 + 11 +4685.201078699701 + 21 +461.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC13 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4673.201078699701 + 20 +289.4250532641189 + 30 +0.0 + 11 +4673.201078699701 + 21 +325.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC14 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4661.201078699701 + 20 +289.4250532641189 + 30 +0.0 + 11 +4661.201078699701 + 21 +325.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC15 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +425.4250532641183 + 30 +0.0 + 11 +4613.201078699701 + 21 +425.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC16 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +395.4250532641183 + 30 +0.0 + 11 +4685.201078699701 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC17 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +405.4250532641183 + 30 +0.0 + 11 +4685.201078699701 + 21 +405.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC18 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +415.4250532641183 + 30 +0.0 + 11 +4685.201078699701 + 21 +415.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC19 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +385.4250532641183 + 30 +0.0 + 11 +4685.201078699701 + 21 +385.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC1A +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +375.4250532641189 + 30 +0.0 + 11 +4685.201078699701 + 21 +375.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC1B +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +365.4250532641189 + 30 +0.0 + 11 +4685.201078699701 + 21 +365.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CC1C +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +355.4250532641189 + 30 +0.0 + 11 +4685.201078699701 + 21 +355.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CC1D +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +345.4250532641189 + 30 +0.0 + 11 +4685.201078699701 + 21 +345.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CC1E +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +335.4250532641189 + 30 +0.0 + 11 +4685.201078699701 + 21 +335.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CC1F +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4721.201078699701 + 20 +325.4250532641189 + 30 +0.0 + 11 +4685.201078699701 + 21 +325.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC20 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4649.201078699703 + 20 +325.4250532641189 + 30 +0.0 + 11 +4613.201078699703 + 21 +325.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC21 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4649.201078699703 + 20 +335.4250532641188 + 30 +0.0 + 11 +4613.201078699703 + 21 +335.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CC22 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4649.201078699703 + 20 +345.4250532641188 + 30 +0.0 + 11 +4613.201078699703 + 21 +345.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CC23 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4649.201078699703 + 20 +355.4250532641189 + 30 +0.0 + 11 +4613.201078699703 + 21 +355.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CC24 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4649.201078699703 + 20 +365.4250532641186 + 30 +0.0 + 11 +4613.201078699703 + 21 +365.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CC25 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4649.201078699703 + 20 +325.4250532641189 + 30 +0.0 + 11 +4685.201078699701 + 21 +325.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CC26 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4683.201078699701 + 20 +425.4250532641183 + 30 +0.0 + 11 +4683.201078699701 + 21 +327.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CC27 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4683.201078699701 + 20 +327.4250532641188 + 30 +0.0 + 11 +4651.201078699701 + 21 +327.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CC28 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4651.201078699701 + 20 +327.4250532641188 + 30 +0.0 + 11 +4651.201078699701 + 21 +365.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CC29 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4651.201078699701 + 20 +365.4250532641186 + 30 +0.0 + 11 +4649.201078699703 + 21 +365.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CC2A +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +461.4250532641183 + 30 +0.0 + 11 +4613.201078699703 + 21 +461.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC2B +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +461.4250532641183 + 30 +0.0 + 11 +4632.201078699703 + 21 +527.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC2C +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +563.4250532641195 + 30 +0.0 + 11 +4632.201078699703 + 21 +567.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC2D +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +627.9250532641195 + 30 +0.0 + 11 +4632.201078699703 + 21 +632.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC2E +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +668.4250532641195 + 30 +0.0 + 11 +4632.201078699703 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC2F +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4627.701078699703 + 20 +470.4250532641195 + 30 +0.0 + 11 +4627.701078699703 + 21 +527.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC30 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4627.701078699703 + 20 +668.4250532641195 + 30 +0.0 + 11 +4627.701078699703 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC31 +102 +{ACAD_REACTORS +330 +CCF2 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +567.9250532641183 + 30 +0.0 + 11 +4603.701078699703 + 21 +567.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC32 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4608.201078699703 + 20 +567.9250532641183 + 30 +0.0 + 11 +4632.201078699703 + 21 +567.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC33 +102 +{ACAD_REACTORS +330 +CCF5 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +563.4250532641195 + 30 +0.0 + 11 +4632.201078699703 + 21 +563.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC34 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4627.701078699703 + 20 +527.4250532641183 + 30 +0.0 + 11 +4632.201078699703 + 21 +527.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC35 +102 +{ACAD_REACTORS +330 +CCF2 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +627.9250532641195 + 30 +0.0 + 11 +4567.701078699703 + 21 +627.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CC36 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4597.701078699703 + 20 +627.9250532641195 + 30 +0.0 + 11 +4603.701078699703 + 21 +627.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CC37 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4608.201078699703 + 20 +627.9250532641195 + 30 +0.0 + 11 +4632.201078699703 + 21 +627.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CC38 +102 +{ACAD_REACTORS +330 +CCEF +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +632.4250532641183 + 30 +0.0 + 11 +4567.701078699703 + 21 +632.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC39 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4597.701078699703 + 20 +632.4250532641183 + 30 +0.0 + 11 +4632.201078699703 + 21 +632.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC3A +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4597.201078699703 + 20 +633.4250532641183 + 30 +0.0 + 11 +4632.201078699703 + 21 +633.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC3B +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4627.701078699703 + 20 +668.4250532641195 + 30 +0.0 + 11 +4632.201078699703 + 21 +668.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC3C +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4715.201078699703 + 20 +289.4250532641186 + 30 +0.0 + 11 +4619.201078699703 + 21 +289.4250532641186 + 31 +0.0 + 0 +LWPOLYLINE + 5 +CC3D +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4604.201078699703 + 20 +470.4250532641195 + 10 +4627.701078699703 + 20 +470.4250532641195 + 10 +4627.701078699703 + 20 +527.4250532641183 + 10 +4604.201078699703 + 20 +527.4250532641183 + 0 +LWPOLYLINE + 5 +CC3E +102 +{ACAD_REACTORS +330 +CCE3 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4603.701078699703 + 20 +776.4250532641183 + 10 +4627.701078699703 + 20 +776.4250532641183 + 10 +4627.701078699703 + 20 +668.4250532641195 + 10 +4603.701078699703 + 20 +668.4250532641195 + 0 +ARC + 5 +CC3F +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbCircle + 10 +4632.201078699703 + 20 +633.4250532641183 + 30 +0.0 + 40 +35.0 +100 +AcDbArc + 50 +90.0 + 51 +180.0 + 0 +LINE + 5 +CC40 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +633.4250532641183 + 30 +0.0 + 11 +4632.201078699703 + 21 +632.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC41 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4597.201078699703 + 20 +562.4250532641183 + 30 +0.0 + 11 +4632.201078699703 + 21 +562.4250532641183 + 31 +0.0 + 0 +ARC + 5 +CC42 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbCircle + 10 +4632.201078699703 + 20 +562.4250532641183 + 30 +0.0 + 40 +35.0 +100 +AcDbArc + 50 +180.0 + 51 +270.0 + 0 +LINE + 5 +CC43 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +562.4250532641183 + 30 +0.0 + 11 +4632.201078699703 + 21 +563.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC44 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4761.701078699701 + 20 +704.4250532641195 + 30 +0.0 + 11 +4766.201078699701 + 21 +704.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC45 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4761.701078699701 + 20 +750.1750532641183 + 30 +0.0 + 11 +4766.201078699701 + 21 +750.1750532641183 + 31 +0.0 + 0 +CIRCLE + 5 +CC46 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4694.071152934088 + 20 +701.5388884831423 + 30 +0.0 + 40 +24.0 + 0 +INSERT + 5 +CC47 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4657.234058517871 + 20 +679.9124428812975 + 30 +0.0 + 41 +0.881738595758843 + 42 +0.8817385957590886 + 43 +0.8817385957581274 + 50 +116.5450492427585 + 0 +INSERT + 5 +CC48 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4730.218495808163 + 20 +723.8808386497633 + 30 +0.0 + 41 +-0.8817385957586 + 42 +0.8817385957587476 + 43 +0.8817385957581274 + 50 +297.8613666933944 + 0 +INSERT + 5 +CC49 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4657.601828559182 + 20 +723.8808386497633 + 30 +0.0 + 41 +0.8817385957586 + 42 +0.8817385957587476 + 43 +0.8817385957581274 + 50 +62.13863330660561 + 0 +INSERT + 5 +CC4A +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4730.586265849473 + 20 +679.9124428812975 + 30 +0.0 + 41 +-0.881738595758843 + 42 +0.8817385957590886 + 43 +0.8817385957581274 + 50 +243.4549507572415 + 0 +LWPOLYLINE + 5 +CC4B +102 +{ACAD_REACTORS +330 +CCE6 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4632.201078699703 + 20 +776.4250532641183 + 10 +4731.701078699701 + 20 +776.4250532641183 + 10 +4731.701078699701 + 20 +758.4250532641192 + 10 +4632.201078699703 + 20 +758.4250532641192 + 0 +INSERT + 5 +CC4C +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4694.312486190282 + 20 +743.9264583610195 + 30 +0.0 + 41 +-0.8817385957582489 + 42 +0.8817385957588613 + 43 +0.8817385957581274 + 50 +358.8615127515234 + 0 +INSERT + 5 +CC4D +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4694.312486190282 + 20 +659.1513186052664 + 30 +0.0 + 41 +0.8817385957582489 + 42 +0.8817385957586339 + 43 +0.8817385957581274 + 50 +181.1384872484766 + 0 +LINE + 5 +CC4E +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +710.4250532641195 + 30 +0.0 + 11 +4859.201078699703 + 21 +710.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC4F +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +746.4250532641195 + 30 +0.0 + 11 +4859.201078699703 + 21 +746.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC50 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.701078699703 + 20 +746.4250532641195 + 30 +0.0 + 11 +4854.701078699703 + 21 +710.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC51 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +579.9250532641183 + 30 +0.0 + 11 +4475.201078699703 + 21 +579.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC52 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +615.9250532641195 + 30 +0.0 + 11 +4475.201078699703 + 21 +615.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CC53 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4479.701078699703 + 20 +615.9250532641195 + 30 +0.0 + 11 +4479.701078699703 + 21 +579.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC54 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +656.4250532641183 + 30 +0.0 + 11 +4475.201078699703 + 21 +656.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC55 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +752.4250532641195 + 30 +0.0 + 11 +4475.201078699703 + 21 +752.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC56 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4479.701078699703 + 20 +752.4250532641195 + 30 +0.0 + 11 +4479.701078699703 + 21 +656.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC57 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +539.4250532641195 + 30 +0.0 + 11 +4475.201078699703 + 21 +539.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC58 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4484.201078699703 + 20 +443.4250532641195 + 30 +0.0 + 11 +4475.201078699703 + 21 +443.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC59 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4479.701078699703 + 20 +443.4250532641195 + 30 +0.0 + 11 +4479.701078699703 + 21 +539.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC5A +330 +1F +100 +AcDbEntity + 8 +0 + 6 +ZIGZAG + 48 +0.5 +100 +AcDbLine + 10 +4505.201078699703 + 20 +284.4250532641188 + 30 +0.0 + 11 +4589.201078699703 + 21 +284.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CC5B +330 +1F +100 +AcDbEntity + 8 +0 + 6 +ZIGZAG + 48 +0.5 +100 +AcDbLine + 10 +4745.201078699701 + 20 +284.4250532641188 + 30 +0.0 + 11 +4829.201078699701 + 21 +284.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CC5C +102 +{ACAD_REACTORS +330 +CD0C +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4859.201078699701 + 20 +512.9250532641195 + 30 +0.0 + 11 +4830.201078699701 + 21 +512.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CC5D +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4859.201078699701 + 20 +517.4250532641183 + 30 +0.0 + 11 +4830.201078699701 + 21 +517.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC5E +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4859.201078699701 + 20 +529.4250532641183 + 30 +0.0 + 11 +4850.201078699701 + 21 +529.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC5F +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4859.201078699701 + 20 +565.4250532641195 + 30 +0.0 + 11 +4850.201078699701 + 21 +565.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CC60 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4830.201078699701 + 20 +512.9250532641195 + 30 +0.0 + 11 +4830.201078699701 + 21 +517.4250532641183 + 31 +0.0 + 0 +ARC + 5 +CC61 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbCircle + 10 +4834.701078699701 + 20 +477.4250532641183 + 30 +0.0 + 40 +35.50000000000068 +100 +AcDbArc + 50 +90.0 + 51 +180.0 + 0 +LINE + 5 +CC62 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4834.701078699701 + 20 +477.4250532641183 + 30 +0.0 + 11 +4834.701078699701 + 21 +476.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC63 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +424.6750532641183 + 30 +0.0 + 11 +4859.201078699703 + 21 +424.6750532641183 + 31 +0.0 + 0 +LINE + 5 +CC64 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4850.201078699701 + 20 +466.6750532641183 + 30 +0.0 + 11 +4859.201078699703 + 21 +466.6750532641183 + 31 +0.0 + 0 +LINE + 5 +CC65 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.701078699703 + 20 +466.6750532641183 + 30 +0.0 + 11 +4854.701078699703 + 21 +424.6750532641183 + 31 +0.0 + 0 +LINE + 5 +CC66 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +627.9250532641195 + 30 +0.0 + 11 +4632.201078699703 + 21 +567.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC67 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4597.701078699703 + 20 +632.4250532641183 + 30 +0.0 + 11 +4596.701078699703 + 21 +632.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC68 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4596.701078699703 + 20 +632.4250532641183 + 30 +0.0 + 11 +4596.701078699703 + 21 +603.4250532641183 + 31 +0.0 + 0 +ARC + 5 +CC69 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbCircle + 10 +4596.701078699703 + 20 +632.4250532641183 + 30 +0.0 + 40 +29.0 +100 +AcDbArc + 50 +180.0 + 51 +270.0 + 0 +LINE + 5 +CC6A +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.701078699703 + 20 +668.4250532641195 + 30 +0.0 + 11 +4854.701078699703 + 21 +632.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC6B +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4854.701078699701 + 20 +565.4250532641195 + 30 +0.0 + 11 +4854.701078699701 + 21 +529.4250532641183 + 31 +0.0 + 0 +INSERT + 5 +CC6C +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +BED + 10 +7752.024860039186 + 20 +-796.3482389618864 + 30 +0.0 + 41 +-1.0 + 0 +INSERT + 5 +CC6D +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +BED + 10 +7752.024860039186 + 20 +1992.198345490126 + 30 +0.0 + 50 +180.0 + 0 +INSERT + 5 +CC6E +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4515.170679720271 + 20 +689.9801936165595 + 30 +0.0 + 41 +0.881738595758843 + 42 +0.8817385957590886 + 43 +0.8817385957581274 + 50 +26.54504924275851 + 0 +CIRCLE + 5 +CC6F +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4541.903142790933 + 20 +682.1995561749775 + 30 +0.0 + 40 +5.906570498977089 + 0 +INSERT + 5 +CC70 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4568.383884224894 + 20 +689.9801936165595 + 30 +0.0 + 41 +-0.8817385957580294 + 42 +0.8817385957590886 + 43 +0.8817385957581274 + 50 +333.454950757215 + 0 +INSERT + 5 +CC71 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4515.170679720271 + 20 +505.8699129116785 + 30 +0.0 + 41 +-0.881738595758843 + 42 +0.8817385957590886 + 43 +0.8817385957581274 + 50 +153.4549507572414 + 0 +CIRCLE + 5 +CC72 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4541.903142790933 + 20 +513.6505503532603 + 30 +0.0 + 40 +5.906570498977089 + 0 +INSERT + 5 +CC73 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbBlockReference + 2 +Chair - Rocking + 10 +4568.383884224894 + 20 +505.8699129116785 + 30 +0.0 + 41 +0.8817385957580294 + 42 +0.8817385957590886 + 43 +0.8817385957581274 + 50 +206.5450492427849 + 0 +LINE + 5 +CC74 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4632.201078699703 + 20 +461.4250532641183 + 30 +0.0 + 11 +4633.201078699703 + 21 +461.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC75 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4633.201078699703 + 20 +461.4250532641183 + 30 +0.0 + 11 +4633.201078699703 + 21 +502.4250532641183 + 31 +0.0 + 0 +ARC + 5 +CC76 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbCircle + 10 +4633.201078699703 + 20 +461.4250532641183 + 30 +0.0 + 40 +41.0 +100 +AcDbArc + 50 +0.0 + 51 +90.0 + 0 +LINE + 5 +CC77 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +4530.201078699703 + 20 +573.9250532641183 + 30 +0.0 + 11 +4566.201078699703 + 21 +573.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC78 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +4568.201078699703 + 20 +585.9250532641183 + 30 +0.0 + 11 +4575.991478245163 + 21 +585.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC79 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +4593.910679154242 + 20 +585.9250532641183 + 30 +0.0 + 11 +4603.701078699703 + 21 +585.9250532641183 + 31 +0.0 + 0 +INSERT + 5 +CC7A +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbBlockReference + 2 +zd + 10 +4548.201078699703 + 20 +573.9250532641183 + 30 +0.0 + 41 +-0.0399998741031595 + 42 +0.0399998741031595 + 43 +0.0399998741031123 + 50 +270.0 + 0 +LINE + 5 +CC7B +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +4566.201078699703 + 20 +573.9250532641183 + 30 +0.0 + 11 +4566.201078699703 + 21 +583.9250532641183 + 31 +0.0 + 0 +CIRCLE + 5 +CC7C +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbCircle + 10 +4584.951078699703 + 20 +580.4500592280465 + 30 +0.0 + 40 +10.5 + 0 +ARC + 5 +CC7D +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbCircle + 10 +4568.201078699703 + 20 +583.9250532641183 + 30 +0.0 + 40 +2.0 +100 +AcDbArc + 50 +90.0 + 51 +180.0 + 0 +LWPOLYLINE + 5 +CC7E +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4734.852297762 + 20 +774.5694020045091 + 10 +4759.527779610723 + 20 +774.5694020045091 + 10 +4759.527779610723 + 20 +751.4348673416284 + 10 +4734.852297762 + 20 +751.4348673416284 + 0 +LINE + 5 +CC7F +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4814.201078699701 + 20 +419.4250532641183 + 30 +0.0 + 11 +4814.201078699701 + 21 +471.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC80 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4810.201078699701 + 20 +419.4250532641183 + 30 +0.0 + 11 +4810.201078699701 + 21 +471.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CC81 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +4774.201078699701 + 20 +425.4250532641183 + 30 +0.0 + 11 +4774.201078699701 + 21 +435.4250532641183 + 31 +0.0 + 0 +INSERT + 5 +CC82 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbBlockReference + 2 +zd + 10 +4792.201078699701 + 20 +425.4250532641183 + 30 +0.0 + 41 +0.0399998741031595 + 42 +0.0399998741031595 + 43 +0.0399998741031123 + 50 +90.0 + 0 +LINE + 5 +CC83 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4730.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 11 +4731.201078699703 + 21 +476.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CC84 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4731.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 11 +4731.201078699703 + 21 +447.4250532641183 + 31 +0.0 + 0 +ARC + 5 +CC85 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbCircle + 10 +4731.201078699703 + 20 +476.4250532641183 + 30 +0.0 + 40 +29.0 +100 +AcDbArc + 50 +270.0 + 51 +0.0 + 0 +ARC + 5 +CC86 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbCircle + 10 +4772.201078699701 + 20 +435.4250532641183 + 30 +0.0 + 40 +2.0 +100 +AcDbArc + 50 +0.0 + 51 +90.0 + 0 +CIRCLE + 5 +CC87 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbCircle + 10 +4750.3870664531 + 20 +432.1952626007833 + 30 +0.0 + 40 +9.569137894904317 + 0 +MTEXT + 5 +CC88 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4613.486734131598 + 20 +726.2773790655704 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4409;{\fArial Narrow|b0|i0|c0|p34;WARDROBE} + 11 +-2.000000000000000E-16 + 21 +-1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC89 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4613.486734131598 + 20 +495.4194347822424 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4409;{\fArial Narrow|b0|i0|c0|p34;WARDROBE} + 11 +-2.000000000000000E-16 + 21 +-1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC8A +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4544.310452525493 + 20 +539.1359873574634 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;BEDROOM 2} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC8B +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4541.760449875131 + 20 +649.6508574404525 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;BEDROOM 1} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC8C +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4552.299590437106 + 20 +606.8004332795283 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;TOILET} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC8D +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4506.923406917128 + 20 +597.6638136701654 + 30 +0.0 + 40 +4.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;SHOWER AREA} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC8E +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4832.90702246796 + 20 +448.7362022930383 + 30 +0.0 + 40 +4.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;SHOWER AREA} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC8F +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4771.699055998195 + 20 +453.7016260316504 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;TOILET} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC90 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4798.069167294848 + 20 +720.4430402989124 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4409;{\fArial Narrow|b0|i0|c0|p34;KITCHEN\P7'X8'} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC91 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4748.266221476256 + 20 +760.1135687311755 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;RF.} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC92 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4664.507653755093 + 20 +744.3062645469583 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;DINING AREA} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC93 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4691.500066611487 + 20 +436.8356766303223 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;UP} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC94 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4644.840126447434 + 20 +426.4171195797674 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;UP} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC95 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4834.104348421313 + 20 +491.0116458854075 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;UP} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CC96 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4776.016798809628 + 20 +614.0794803986882 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;LIVING AREA} + 73 + 1 + 44 +1.0 + 0 +LWPOLYLINE + 5 +CC97 +102 +{ACAD_REACTORS +330 +CCD1 +330 +CCD4 +102 +} +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4838.201078699701 + 20 +623.6798026361564 + 10 +4850.201078699701 + 20 +623.6798026361564 + 10 +4850.201078699701 + 20 +551.6798026361564 + 10 +4838.201078699701 + 20 +551.6798026361564 + 0 +LINE + 5 +CC98 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4724.416214023388 + 20 +629.4298026361564 + 30 +0.0 + 11 +4724.416214023388 + 21 +548.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CC99 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4718.416214023389 + 20 +635.4298026361564 + 30 +0.0 + 11 +4718.416214023389 + 21 +629.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CC9A +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4718.416214023389 + 20 +548.4298026361564 + 30 +0.0 + 11 +4718.416214023389 + 21 +542.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CC9B +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4724.416214023388 + 20 +548.4298026361564 + 30 +0.0 + 11 +4694.416214023389 + 21 +548.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CC9C +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4724.416214023388 + 20 +575.4298026361564 + 30 +0.0 + 11 +4694.416214023389 + 21 +575.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CC9D +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4724.416214023388 + 20 +602.4298026361564 + 30 +0.0 + 11 +4694.416214023389 + 21 +602.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CC9E +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4724.416214023388 + 20 +629.4298026361564 + 30 +0.0 + 11 +4694.416214023389 + 21 +629.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CC9F +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4718.416214023389 + 20 +542.4298026361564 + 30 +0.0 + 11 +4688.416214023389 + 21 +542.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CCA0 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4694.416214023389 + 20 +548.4298026361564 + 30 +0.0 + 11 +4694.416214023389 + 21 +629.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CCA1 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4688.416214023389 + 20 +542.4298026361564 + 30 +0.0 + 11 +4688.416214023389 + 21 +635.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CCA2 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4688.416214023389 + 20 +635.4298026361564 + 30 +0.0 + 11 +4718.416214023389 + 21 +635.4298026361564 + 31 +0.0 + 0 +LINE + 5 +CCA3 +102 +{ACAD_REACTORS +330 +CD28 +102 +} +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4749.320109707604 + 20 +659.8388938009034 + 30 +0.0 + 11 +4809.320109707604 + 21 +659.8388938009034 + 31 +0.0 + 0 +LINE + 5 +CCA4 +102 +{ACAD_REACTORS +330 +CD28 +102 +} +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4749.320109707604 + 20 +638.8388938009034 + 30 +0.0 + 11 +4809.320109707604 + 21 +638.8388938009034 + 31 +0.0 + 0 +LINE + 5 +CCA5 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4809.320109707604 + 20 +659.8388938009034 + 30 +0.0 + 11 +4809.320109707604 + 21 +638.8388938009034 + 31 +0.0 + 0 +LINE + 5 +CCA6 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4815.320109707604 + 20 +659.8388938009034 + 30 +0.0 + 11 +4815.320109707604 + 21 +638.8388938009034 + 31 +0.0 + 0 +LINE + 5 +CCA7 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4749.320109707604 + 20 +659.8388938009034 + 30 +0.0 + 11 +4749.320109707604 + 21 +638.8388938009034 + 31 +0.0 + 0 +LINE + 5 +CCA8 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4743.320109707604 + 20 +659.8388938009034 + 30 +0.0 + 11 +4743.320109707604 + 21 +638.8388938009034 + 31 +0.0 + 0 +ARC + 5 +CCA9 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4746.320109707604 + 20 +655.5244821648314 + 30 +0.0 + 40 +5.254916532683801 +100 +AcDbArc + 50 +55.18741358952451 + 51 +124.8125864104755 + 0 +ARC + 5 +CCAA +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4746.320109707604 + 20 +643.1533054369743 + 30 +0.0 + 40 +5.254916532683801 +100 +AcDbArc + 50 +235.1874135895812 + 51 +304.8125864104188 + 0 +ARC + 5 +CCAB +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4812.320109707604 + 20 +655.5244821648314 + 30 +0.0 + 40 +5.254916532683801 +100 +AcDbArc + 50 +55.18741358952218 + 51 +124.8125864104778 + 0 +ARC + 5 +CCAC +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4812.320109707604 + 20 +643.1533054369743 + 30 +0.0 + 40 +5.254916532683801 +100 +AcDbArc + 50 +235.1874135895222 + 51 +304.8125864104778 + 0 +LINE + 5 +CCAD +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4746.320109707604 + 20 +660.7793986975153 + 30 +0.0 + 11 +4746.320109707604 + 21 +637.8983889042913 + 31 +0.0 + 0 +LINE + 5 +CCAE +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4749.113370496937 + 20 +659.9755316959242 + 30 +0.0 + 11 +4749.113370496937 + 21 +638.7022559058812 + 31 +0.0 + 0 +LINE + 5 +CCAF +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4748.656286447653 + 20 +660.2315434566274 + 30 +0.0 + 11 +4748.656286447653 + 21 +638.4462441451783 + 31 +0.0 + 0 +LINE + 5 +CCB0 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4747.742131167997 + 20 +660.5833360599004 + 30 +0.0 + 11 +4747.742131167997 + 21 +638.0944515419064 + 31 +0.0 + 0 +LINE + 5 +CCB1 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4743.526848918272 + 20 +659.9755316959242 + 30 +0.0 + 11 +4743.526848918272 + 21 +638.7022559058812 + 31 +0.0 + 0 +LINE + 5 +CCB2 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4743.983932967556 + 20 +660.2315434566274 + 30 +0.0 + 11 +4743.983932967556 + 21 +638.4462441451783 + 31 +0.0 + 0 +LINE + 5 +CCB3 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4744.898088247211 + 20 +660.5833360599004 + 30 +0.0 + 11 +4744.898088247211 + 21 +638.0944515419064 + 31 +0.0 + 0 +LINE + 5 +CCB4 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4812.320109707605 + 20 +660.7793986975153 + 30 +0.0 + 11 +4812.320109707605 + 21 +637.8983889042913 + 31 +0.0 + 0 +LINE + 5 +CCB5 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4809.526848918272 + 20 +659.9755316959242 + 30 +0.0 + 11 +4809.526848918272 + 21 +638.7022559058812 + 31 +0.0 + 0 +LINE + 5 +CCB6 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4809.983932967558 + 20 +660.2315434566274 + 30 +0.0 + 11 +4809.983932967558 + 21 +638.4462441451783 + 31 +0.0 + 0 +LINE + 5 +CCB7 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4810.898088247211 + 20 +660.5833360599004 + 30 +0.0 + 11 +4810.898088247211 + 21 +638.0944515419064 + 31 +0.0 + 0 +LINE + 5 +CCB8 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4815.113370496939 + 20 +659.9755316959242 + 30 +0.0 + 11 +4815.113370496939 + 21 +638.7022559058812 + 31 +0.0 + 0 +LINE + 5 +CCB9 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4814.656286447653 + 20 +660.2315434566274 + 30 +0.0 + 11 +4814.656286447653 + 21 +638.4462441451783 + 31 +0.0 + 0 +LINE + 5 +CCBA +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +4813.742131167997 + 20 +660.5833360599004 + 30 +0.0 + 11 +4813.742131167997 + 21 +638.0944515419064 + 31 +0.0 + 0 +LWPOLYLINE + 5 +CCBB +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4727.871270523815 + 20 +637.9990651012963 + 10 +4739.871270523814 + 20 +637.9990651012963 + 10 +4739.871270523814 + 20 +661.9990651012963 + 10 +4727.871270523815 + 20 +661.9990651012963 + 0 +LWPOLYLINE + 5 +CCBC +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 2 + 70 + 0 + 43 +0.0 + 10 +4750.710940587697 + 20 +539.2494918878754 + 10 +4750.710940587697 + 20 +519.2494918878754 + 0 +LWPOLYLINE + 5 +CCBD +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 2 + 70 + 0 + 43 +0.0 + 10 +4752.710940587697 + 20 +517.2494918878754 + 10 +4772.710940587698 + 20 +517.2494918878754 + 0 +LWPOLYLINE + 5 +CCBE +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 2 + 70 + 0 + 43 +0.0 + 10 +4774.710940587697 + 20 +519.2494918878754 + 10 +4774.710940587697 + 20 +539.2494918878754 + 0 +LWPOLYLINE + 5 +CCBF +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 2 + 70 + 0 + 43 +0.0 + 10 +4772.710940587698 + 20 +541.2494918878754 + 10 +4752.710940587697 + 20 +541.2494918878754 + 0 +ARC + 5 +CCC0 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4752.710940587697 + 20 +539.2494918878754 + 30 +0.0 + 40 +2.0 +100 +AcDbArc + 50 +90.0 + 51 +180.0 + 0 +ARC + 5 +CCC1 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4772.710940587698 + 20 +539.2494918878754 + 30 +0.0 + 40 +1.999999999999999 +100 +AcDbArc + 50 +0.0 + 51 +90.0 + 0 +ARC + 5 +CCC2 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4752.710940587697 + 20 +519.2494918878754 + 30 +0.0 + 40 +2.0 +100 +AcDbArc + 50 +180.0 + 51 +270.0 + 0 +ARC + 5 +CCC3 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4772.710940587698 + 20 +519.2494918878754 + 30 +0.0 + 40 +1.999999999999999 +100 +AcDbArc + 50 +270.0 + 51 +0.0 + 0 +LWPOLYLINE + 5 +CCC4 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 2 + 70 + 0 + 43 +0.0 + 10 +4781.673196470936 + 20 +539.2494918878754 + 10 +4781.673196470936 + 20 +519.2494918878754 + 0 +LWPOLYLINE + 5 +CCC5 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 2 + 70 + 0 + 43 +0.0 + 10 +4783.673196470936 + 20 +517.2494918878754 + 10 +4803.673196470938 + 20 +517.2494918878754 + 0 +LWPOLYLINE + 5 +CCC6 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 2 + 70 + 0 + 43 +0.0 + 10 +4805.673196470936 + 20 +519.2494918878754 + 10 +4805.673196470936 + 20 +539.2494918878754 + 0 +LWPOLYLINE + 5 +CCC7 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 2 + 70 + 0 + 43 +0.0 + 10 +4803.673196470938 + 20 +541.2494918878754 + 10 +4783.673196470936 + 20 +541.2494918878754 + 0 +ARC + 5 +CCC8 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4783.673196470936 + 20 +539.2494918878754 + 30 +0.0 + 40 +2.0 +100 +AcDbArc + 50 +90.0 + 51 +180.0 + 0 +ARC + 5 +CCC9 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4803.673196470938 + 20 +539.2494918878754 + 30 +0.0 + 40 +1.999999999999999 +100 +AcDbArc + 50 +0.0 + 51 +90.0 + 0 +ARC + 5 +CCCA +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4783.673196470936 + 20 +519.2494918878754 + 30 +0.0 + 40 +2.0 +100 +AcDbArc + 50 +180.0 + 51 +270.0 + 0 +ARC + 5 +CCCB +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +4803.673196470938 + 20 +519.2494918878754 + 30 +0.0 + 40 +1.999999999999999 +100 +AcDbArc + 50 +270.0 + 51 +0.0 + 0 +LWPOLYLINE + 5 +CCCC +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4725.378830788711 + 20 +538.3201435909293 + 10 +4725.378830788711 + 20 +526.3201435909293 + 10 +4701.378830788711 + 20 +526.3201435909293 + 10 +4701.378830788711 + 20 +538.3201435909293 + 0 +LWPOLYLINE + 5 +CCCD +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4759.270659904118 + 20 +570.3783543744803 + 10 +4795.270659904118 + 20 +570.3783543744803 + 10 +4795.270659904118 + 20 +606.3783543744803 + 10 +4759.270659904118 + 20 +606.3783543744803 + 0 +MTEXT + 5 +CCCE +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4840.841671103264 + 20 +595.3322665532332 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;TV COUNTER} + 11 +-2.000000000000000E-16 + 21 +-1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +DIMENSION + 5 +CCCF +102 +{ACAD_REACTORS +330 +CCD1 +102 +} +102 +{ACAD_XDICTIONARY +360 +CCD0 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D255 + 10 +4850.201078699701 + 20 +628.8907323984783 + 30 +0.0 + 11 +4844.201078699701 + 21 +628.8907323984783 + 31 +0.0 + 70 + 33 + 71 + 5 + 42 +12.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4838.201078699701 + 23 +623.6798026361564 + 33 +0.0 + 14 +4850.201078699701 + 24 +623.6798026361564 + 34 +0.0 + 0 +DIMENSION + 5 +CCD2 +102 +{ACAD_REACTORS +330 +CCD4 +102 +} +102 +{ACAD_XDICTIONARY +360 +CCD3 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D256 + 10 +4833.350705654169 + 20 +551.6798026361563 + 30 +0.0 + 11 +4833.350705654169 + 21 +587.679802636157 + 31 +0.0 + 70 + 33 + 71 + 5 + 42 +72.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4838.201078699701 + 23 +623.6798026361564 + 33 +0.0 + 14 +4838.201078699701 + 24 +551.6798026361564 + 34 +0.0 + 0 +MTEXT + 5 +CCD5 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4619.711097370285 + 20 +596.7115182748223 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4408;{\fArial Narrow|b0|i0|c0|p34;STORAGE CB} + 11 +-2.000000000000000E-16 + 21 +-1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CCD6 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4682.339995023963 + 20 +763.7723999940704 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;CROCKERY CB} + 73 + 1 + 44 +1.0 + 0 +LWPOLYLINE + 5 +CCD7 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4767.691159466508 + 20 +774.2228819131235 + 10 +4800.784034379604 + 20 +774.2228819131235 + 10 +4800.784034379604 + 20 +754.1870290030304 + 10 +4767.691159466508 + 20 +754.1870290030304 + 0 +LINE + 5 +CCD8 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4784.237596923055 + 20 +774.2228819131235 + 30 +0.0 + 11 +4784.237596923055 + 21 +754.1870290030304 + 31 +0.0 + 0 +LWPOLYLINE + 5 +CCD9 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4768.254082886826 + 20 +773.3814323940594 + 10 +4783.800920586323 + 20 +773.3814323940594 + 10 +4783.800920586323 + 20 +755.1168687044674 + 10 +4768.254082886826 + 20 +755.1168687044674 + 0 +LINE + 5 +CCDA +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4786.698296602633 + 20 +772.6674275683695 + 30 +0.0 + 11 +4786.698296602633 + 21 +756.3596784851702 + 31 +0.0 + 0 +LINE + 5 +CCDB +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4788.836350603142 + 20 +772.6674275683695 + 30 +0.0 + 11 +4788.836350603142 + 21 +756.3596784851702 + 31 +0.0 + 0 +LINE + 5 +CCDC +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4790.74200408562 + 20 +772.6674275683695 + 30 +0.0 + 11 +4790.74200408562 + 21 +756.3596784851702 + 31 +0.0 + 0 +LINE + 5 +CCDD +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4792.601176182598 + 20 +772.6674275683695 + 30 +0.0 + 11 +4792.601176182598 + 21 +756.3596784851702 + 31 +0.0 + 0 +LINE + 5 +CCDE +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4794.599792436071 + 20 +772.6674275683695 + 30 +0.0 + 11 +4794.599792436071 + 21 +756.3596784851702 + 31 +0.0 + 0 +LINE + 5 +CCDF +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4796.87727777416 + 20 +772.6674275683695 + 30 +0.0 + 11 +4796.87727777416 + 21 +756.3596784851702 + 31 +0.0 + 0 +LINE + 5 +CCE0 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +4799.157217934457 + 20 +772.6674275683695 + 30 +0.0 + 11 +4799.157217934457 + 21 +756.3596784851702 + 31 +0.0 + 0 +DIMENSION + 5 +CCE1 +102 +{ACAD_REACTORS +330 +CCE3 +102 +} +102 +{ACAD_XDICTIONARY +360 +CCE2 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D257 + 10 +4627.701078699703 + 20 +797.6595715036474 + 30 +0.0 + 11 +4555.951078699703 + 21 +797.6595715036474 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +143.4999999999991 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4484.201078699703 + 23 +776.4250532641183 + 33 +0.0 + 14 +4627.701078699703 + 24 +776.4250532641183 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CCE4 +102 +{ACAD_REACTORS +330 +CCE6 +102 +} +102 +{ACAD_XDICTIONARY +360 +CCE5 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D258 + 10 +4761.701078699701 + 20 +797.3466160542782 + 30 +0.0 + 11 +4696.951078699702 + 21 +797.3466160542782 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +129.4999999999982 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4632.201078699703 + 23 +776.4250532641183 + 33 +0.0 + 14 +4761.701078699701 + 24 +776.4250532641183 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CCE7 +102 +{ACAD_REACTORS +330 +CCE9 +102 +} +102 +{ACAD_XDICTIONARY +360 +CCE8 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D259 + 10 +4850.201078699701 + 20 +797.0704840565634 + 30 +0.0 + 11 +4808.201078699701 + 21 +797.0704840565634 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +84.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4766.201078699701 + 23 +776.4250532641183 + 33 +0.0 + 14 +4850.201078699701 + 24 +776.4250532641183 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CCEA +102 +{ACAD_REACTORS +330 +CCEC +102 +} +102 +{ACAD_XDICTIONARY +360 +CCEB +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D260 + 10 +4859.201078699703 + 20 +807.1025045889783 + 30 +0.0 + 11 +4667.201078699703 + 21 +807.1025045889783 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +384.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4475.201078699703 + 23 +785.4250532641183 + 33 +0.0 + 14 +4859.201078699703 + 24 +785.4250532641174 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CCED +102 +{ACAD_REACTORS +330 +CCEF +102 +} +102 +{ACAD_XDICTIONARY +360 +CCEE +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D261 + 10 +4462.669648899971 + 20 +632.4250532641181 + 30 +0.0 + 11 +4462.669648899971 + 21 +704.4250532641189 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +144.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4484.201078699703 + 23 +776.4250532641183 + 33 +0.0 + 14 +4484.201078699703 + 24 +632.4250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CCF0 +102 +{ACAD_REACTORS +330 +CCF2 +102 +} +102 +{ACAD_XDICTIONARY +360 +CCF1 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D262 + 10 +4462.669648899971 + 20 +567.9250532641181 + 30 +0.0 + 11 +4462.669648899971 + 21 +597.9250532641195 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +60.00000000000114 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4484.201078699703 + 23 +627.9250532641195 + 33 +0.0 + 14 +4484.201078699703 + 24 +567.9250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CCF3 +102 +{ACAD_REACTORS +330 +CCF5 +102 +} +102 +{ACAD_XDICTIONARY +360 +CCF4 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D263 + 10 +4462.661214053955 + 20 +419.4250532641182 + 30 +0.0 + 11 +4462.661214053955 + 21 +491.4250532641194 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +144.0000000000011 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4484.201078699703 + 23 +563.4250532641195 + 33 +0.0 + 14 +4484.201078699703 + 24 +419.4250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CCF6 +102 +{ACAD_REACTORS +330 +CCF8 +102 +} +102 +{ACAD_XDICTIONARY +360 +CCF7 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D264 + 10 +4462.981603603996 + 20 +290.4250532641184 + 30 +0.0 + 11 +4462.981603603996 + 21 +350.425053264119 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +119.9999999999998 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4484.201078699703 + 23 +410.4250532641183 + 33 +0.0 + 14 +4484.201078699703 + 24 +290.4250532641186 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +MTEXT + 5 +CCF9 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4537.502113431273 + 20 +351.4986555340415 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;SHOP 1} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CCFA +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4790.54325729099 + 20 +351.4986555340415 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;SHOP 2} + 73 + 1 + 44 +1.0 + 0 +DIMENSION + 5 +CCFB +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D252 + 10 +4604.201078699703 + 20 +239.2605359309908 + 30 +0.0 + 11 +4543.888578699703 + 21 +239.2605359309908 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +120.625 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4483.576078699703 + 23 +254.4250532641189 + 33 +0.0 + 14 +4604.201078699703 + 24 +254.4250532641189 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CCFC +102 +{ACAD_REACTORS +330 +CCFE +102 +} +102 +{ACAD_XDICTIONARY +360 +CCFD +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D265 + 10 +4465.520376884889 + 20 +266.4250532641187 + 30 +0.0 + 11 +4465.520376884889 + 21 +272.4250532641194 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +12.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4475.201078699703 + 23 +278.4250532641189 + 33 +0.0 + 14 +4475.201078699703 + 24 +266.4250532641189 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CCFF +102 +{ACAD_REACTORS +330 +CD01 +102 +} +102 +{ACAD_XDICTIONARY +360 +CD00 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D266 + 10 +4465.87740289377 + 20 +254.4250532641187 + 30 +0.0 + 11 +4465.87740289377 + 21 +260.4250532641194 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +12.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4475.201078699703 + 23 +266.4250532641189 + 33 +0.0 + 14 +4475.201078699703 + 24 +254.4250532641189 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CD02 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D253 + 10 +4721.201078699701 + 20 +239.0835836649516 + 30 +0.0 + 11 +4667.201078699702 + 21 +239.0835836649516 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +107.9999999999982 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4613.201078699703 + 23 +254.4250532641189 + 33 +0.0 + 14 +4721.201078699701 + 24 +254.4250532641189 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CD03 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D254 + 10 +4850.201078699701 + 20 +238.8004951510421 + 30 +0.0 + 11 +4790.201078699701 + 21 +238.8004951510421 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +120.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4730.201078699701 + 23 +254.4250532641189 + 33 +0.0 + 14 +4850.201078699701 + 24 +254.4250532641189 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CD04 +102 +{ACAD_REACTORS +330 +CD06 +102 +} +102 +{ACAD_XDICTIONARY +360 +CD05 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D267 + 10 +4873.237887490733 + 20 +410.4250532641181 + 30 +0.0 + 11 +4873.237887490733 + 21 +350.4250532641192 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +119.9999999999994 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4850.201078699701 + 23 +290.4250532641189 + 33 +0.0 + 14 +4850.201078699703 + 24 +410.4250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CD07 +102 +{ACAD_REACTORS +330 +CD09 +102 +} +102 +{ACAD_XDICTIONARY +360 +CD08 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D268 + 10 +4873.389490388028 + 20 +471.9250532641181 + 30 +0.0 + 11 +4873.389490388028 + 21 +445.6750532641189 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +52.5 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4850.201078699701 + 23 +419.4250532641183 + 33 +0.0 + 14 +4850.201078699701 + 24 +471.9250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CD0A +102 +{ACAD_REACTORS +330 +CD0C +102 +} +102 +{ACAD_XDICTIONARY +360 +CD0B +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D269 + 10 +4873.380273588201 + 20 +512.9250532641192 + 30 +0.0 + 11 +4873.380273588201 + 21 +494.6750532641195 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +36.50000000000119 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4859.201078699701 + 23 +476.4250532641183 + 33 +0.0 + 14 +4859.201078699701 + 24 +512.9250532641195 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CD0D +102 +{ACAD_REACTORS +330 +CD0F +102 +} +102 +{ACAD_XDICTIONARY +360 +CD0E +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D270 + 10 +4874.377540302737 + 20 +675.9250532641192 + 30 +0.0 + 11 +4874.377540302737 + 21 +596.6750532641195 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +158.5000000000011 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4850.201078699701 + 23 +517.4250532641183 + 33 +0.0 + 14 +4850.201078699701 + 24 +675.9250532641195 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CD10 +102 +{ACAD_REACTORS +330 +CD12 +102 +} +102 +{ACAD_XDICTIONARY +360 +CD11 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbDimension +280 + 0 + 2 +*D271 + 10 +4874.408619761959 + 20 +776.4250532641181 + 30 +0.0 + 11 +4874.408619761959 + 21 +728.4250532641195 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +95.99999999999886 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4850.201078699701 + 23 +680.4250532641195 + 33 +0.0 + 14 +4850.201078699701 + 24 +776.4250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +MTEXT + 5 +CD13 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4665.782868460745 + 20 +255.1025722672611 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;UP} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CD14 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4665.782868460745 + 20 +274.694945441216 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;MAIN ENTRANCE} + 73 + 1 + 44 +1.0 + 0 +MLEADER + 5 +CD15 +330 +1F +100 +AcDbEntity + 8 +0 +160 + 332 +310 +4C010000090000000C00000013000000993A00000C00000013000000122700000C00000013000000010000000C0000001400000001000000540000000700000003000000444C7D23E261B24045043B486397754000000000000000007899137E3761B24004A8383A63577540000000000000000015F827CE8C60B2405BDD35 +310 +2C6397754000000000000000000C00000013000000891300005400000020000000020000002CA2D2783761B240D070383A63977540000000000000000087D4D0F93661B240AC49284B8DA27B40000000000000000000000000000000000000000000000000000000000000F03F0C0000001300000012270000540000002000 +310 +00000200000087D4D0F93661B240AC49284B8DA27B40000000000000000087D4D0F93659B240AC49284B8DA27B40000000000000000000000000000000000000000000000000000000000000F03F +100 +AcDbMLeader +270 + 2 +300 +CONTEXT_DATA{ + 40 +1.0 + 10 +4693.214749385726 + 20 +442.1594955037824 + 30 +0.0 + 41 +4.0 +140 +4.0 +145 +2.0 +174 + 1 +175 + 1 +176 + 2 +177 + 0 +290 + 1 +304 + + 11 +0.0 + 21 +0.0 + 31 +1.0 +340 +11 + 12 +4695.214749385726 + 22 +444.1594955037824 + 32 +0.0 + 13 +1.0 + 23 +0.0 + 33 +0.0 + 42 +0.0 + 43 +0.0 + 44 +0.0 + 45 +1.0 +170 + 1 + 90 +-1073741824 +171 + 3 +172 + 5 + 91 +-1073741824 +141 +0.0 + 92 + 59609 +291 + 0 +292 + 0 +173 + 0 +293 + 0 +142 +0.0 +143 +0.0 +294 + 0 +295 + 0 +296 + 0 +110 +4705.216767525642 +120 +341.4617254460466 +130 +0.0 +111 +1.0 +121 +0.0 +131 +0.0 +112 +0.0 +122 +1.0 +132 +0.0 +297 + 0 +302 +LEADER{ +290 + 1 +291 + 1 + 10 +4705.214749385726 + 20 +442.1594955037824 + 30 +0.0 + 11 +-1.0 + 21 +0.0 + 31 +0.0 + 90 + 0 + 40 +8.0 +304 +LEADER_LINE{ + 10 +4705.216767525642 + 20 +341.4617254460466 + 30 +0.0 + 91 + 0 +170 + 1 + 92 +-1056964608 +340 +0 +171 + -2 + 40 +0.0 +341 +0 + 93 + 0 +305 +} +271 + 0 +303 +} +272 + 9 +273 + 9 +301 +} +340 +12E + 90 + 279552 +170 + 1 + 91 +-1056964608 +341 +14 +171 + -2 +290 + 1 +291 + 1 + 41 +8.0 + 42 +4.0 +172 + 2 +343 +11 +173 + 1 + 95 + 1 +174 + 1 +175 + 0 + 92 +-1056964608 +292 + 0 + 93 +-1056964608 + 10 +1.0 + 20 +1.0 + 30 +1.0 + 43 +0.0 +176 + 0 +293 + 0 +294 + 0 +178 + 0 +179 + 1 + 45 +1.0 +271 + 0 +272 + 9 +273 + 9 +1001 +ACAD_MLEADERVER +1070 + 2 + 0 +HATCH + 5 +CD16 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +4475.201078699703 + 20 +785.4250532641183 + 11 +4484.201078699703 + 21 +785.4250532641183 + 72 + 1 + 10 +4484.201078699703 + 20 +785.4250532641183 + 11 +4484.201078699703 + 21 +776.4250532641183 + 72 + 1 + 10 +4484.201078699703 + 20 +776.4250532641183 + 11 +4475.201078699703 + 21 +776.4250532641183 + 72 + 1 + 10 +4475.201078699703 + 20 +776.4250532641183 + 11 +4475.201078699703 + 21 +785.4250532641183 + 97 + 1 +330 +CD17 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +-219.8955050818286 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CD17 +102 +{ACAD_REACTORS +330 +CD16 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4475.201078699703 + 20 +785.4250532641183 + 10 +4484.201078699703 + 20 +785.4250532641183 + 10 +4484.201078699703 + 20 +776.4250532641183 + 10 +4475.201078699703 + 20 +776.4250532641183 + 0 +HATCH + 5 +CD18 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +4475.201078699703 + 20 +632.4250532641183 + 11 +4484.201078699703 + 21 +632.4250532641183 + 72 + 1 + 10 +4484.201078699703 + 20 +632.4250532641183 + 11 +4484.201078699703 + 21 +623.4250532641195 + 72 + 1 + 10 +4484.201078699703 + 20 +623.4250532641195 + 11 +4475.201078699703 + 21 +623.4250532641195 + 72 + 1 + 10 +4475.201078699703 + 20 +623.4250532641195 + 11 +4475.201078699703 + 21 +632.4250532641183 + 97 + 1 +330 +CD19 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +-219.8955050818286 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CD19 +102 +{ACAD_REACTORS +330 +CD18 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4475.201078699703 + 20 +632.4250532641183 + 10 +4484.201078699703 + 20 +632.4250532641183 + 10 +4484.201078699703 + 20 +623.4250532641195 + 10 +4475.201078699703 + 20 +623.4250532641195 + 0 +HATCH + 5 +CD1A +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +4475.201078699701 + 20 +419.4250532641183 + 11 +4484.201078699703 + 21 +419.4250532641183 + 72 + 1 + 10 +4484.201078699703 + 20 +419.4250532641183 + 11 +4484.201078699703 + 21 +410.4250532641183 + 72 + 1 + 10 +4484.201078699703 + 20 +410.4250532641183 + 11 +4475.201078699701 + 21 +410.4250532641183 + 72 + 1 + 10 +4475.201078699701 + 20 +410.4250532641183 + 11 +4475.201078699701 + 21 +419.4250532641183 + 97 + 1 +330 +CD1B + 75 + 0 + 76 + 1 + 98 + 1 + 10 +-219.8955050818286 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CD1B +102 +{ACAD_REACTORS +330 +CD1A +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4475.201078699701 + 20 +419.4250532641183 + 10 +4484.201078699703 + 20 +419.4250532641183 + 10 +4484.201078699703 + 20 +410.4250532641183 + 10 +4475.201078699701 + 20 +410.4250532641183 + 0 +HATCH + 5 +CD1C +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +4850.201078699701 + 20 +419.4250532641183 + 11 +4859.201078699703 + 21 +419.4250532641183 + 72 + 1 + 10 +4859.201078699703 + 20 +419.4250532641183 + 11 +4859.201078699703 + 21 +410.4250532641183 + 72 + 1 + 10 +4859.201078699703 + 20 +410.4250532641183 + 11 +4850.201078699701 + 21 +410.4250532641183 + 72 + 1 + 10 +4850.201078699701 + 20 +410.4250532641183 + 11 +4850.201078699701 + 21 +419.4250532641183 + 97 + 1 +330 +CD1D + 75 + 0 + 76 + 1 + 98 + 1 + 10 +-219.8955050818286 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CD1D +102 +{ACAD_REACTORS +330 +CD1C +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4850.201078699701 + 20 +419.4250532641183 + 10 +4859.201078699703 + 20 +419.4250532641183 + 10 +4859.201078699703 + 20 +410.4250532641183 + 10 +4850.201078699701 + 20 +410.4250532641183 + 0 +HATCH + 5 +CD1E +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +4623.201078699701 + 20 +470.4250532641183 + 11 +4632.201078699703 + 21 +470.4250532641183 + 72 + 1 + 10 +4632.201078699703 + 20 +470.4250532641183 + 11 +4632.201078699703 + 21 +461.4250532641183 + 72 + 1 + 10 +4632.201078699703 + 20 +461.4250532641183 + 11 +4623.201078699701 + 21 +461.4250532641183 + 72 + 1 + 10 +4623.201078699701 + 20 +461.4250532641183 + 11 +4623.201078699701 + 21 +470.4250532641183 + 97 + 1 +330 +CD1F + 75 + 0 + 76 + 1 + 98 + 1 + 10 +-219.8955050818286 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CD1F +102 +{ACAD_REACTORS +330 +CD1E +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4623.201078699701 + 20 +470.4250532641183 + 10 +4632.201078699703 + 20 +470.4250532641183 + 10 +4632.201078699703 + 20 +461.4250532641183 + 10 +4623.201078699701 + 20 +461.4250532641183 + 0 +HATCH + 5 +CD20 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +4623.201078699701 + 20 +785.4250532641183 + 11 +4632.201078699703 + 21 +785.4250532641183 + 72 + 1 + 10 +4632.201078699703 + 20 +785.4250532641183 + 11 +4632.201078699703 + 21 +776.4250532641183 + 72 + 1 + 10 +4632.201078699703 + 20 +776.4250532641183 + 11 +4623.201078699701 + 21 +776.4250532641183 + 72 + 1 + 10 +4623.201078699701 + 20 +776.4250532641183 + 11 +4623.201078699701 + 21 +785.4250532641183 + 97 + 1 +330 +CD21 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +-219.8955050818286 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CD21 +102 +{ACAD_REACTORS +330 +CD20 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4623.201078699701 + 20 +785.4250532641183 + 10 +4632.201078699703 + 20 +785.4250532641183 + 10 +4632.201078699703 + 20 +776.4250532641183 + 10 +4623.201078699701 + 20 +776.4250532641183 + 0 +HATCH + 5 +CD22 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +4850.201078699701 + 20 +632.4250532641174 + 11 +4859.201078699701 + 21 +632.4250532641174 + 72 + 1 + 10 +4859.201078699701 + 20 +632.4250532641174 + 11 +4859.201078699701 + 21 +623.4250532641174 + 72 + 1 + 10 +4859.201078699701 + 20 +623.4250532641174 + 11 +4850.201078699701 + 21 +623.4250532641174 + 72 + 1 + 10 +4850.201078699701 + 20 +623.4250532641174 + 11 +4850.201078699701 + 21 +632.4250532641174 + 97 + 1 +330 +CD23 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +-219.8955050818286 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CD23 +102 +{ACAD_REACTORS +330 +CD22 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4850.201078699701 + 20 +632.4250532641174 + 10 +4859.201078699701 + 20 +632.4250532641174 + 10 +4859.201078699701 + 20 +623.4250532641174 + 10 +4850.201078699701 + 20 +623.4250532641174 + 0 +HATCH + 5 +CD24 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +4850.201078699701 + 20 +785.4250532641174 + 11 +4859.201078699701 + 21 +785.4250532641174 + 72 + 1 + 10 +4859.201078699701 + 20 +785.4250532641174 + 11 +4859.201078699701 + 21 +776.4250532641174 + 72 + 1 + 10 +4859.201078699701 + 20 +776.4250532641174 + 11 +4850.201078699701 + 21 +776.4250532641174 + 72 + 1 + 10 +4850.201078699701 + 20 +776.4250532641174 + 11 +4850.201078699701 + 21 +785.4250532641174 + 97 + 1 +330 +CD25 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +-219.8955050818286 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CD25 +102 +{ACAD_REACTORS +330 +CD24 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +4850.201078699701 + 20 +785.4250532641174 + 10 +4859.201078699701 + 20 +785.4250532641174 + 10 +4859.201078699701 + 20 +776.4250532641174 + 10 +4850.201078699701 + 20 +776.4250532641174 + 0 +DIMENSION + 5 +CD26 +102 +{ACAD_REACTORS +330 +CD28 +102 +} +102 +{ACAD_XDICTIONARY +360 +CD27 +102 +} +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbDimension +280 + 0 + 2 +*D272 + 10 +4805.448728558036 + 20 +659.8388938009033 + 30 +0.0 + 11 +4805.448728558036 + 21 +649.338893800904 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +21.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +4809.320109707604 + 23 +638.8388938009034 + 33 +0.0 + 14 +4809.320109707604 + 24 +659.8388938009034 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +LINE + 5 +CE75 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5002.475921554761 + 20 +785.4250532641183 + 30 +0.0 + 11 +5386.475921554761 + 21 +785.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CE76 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554762 + 20 +776.4250532641183 + 30 +0.0 + 11 +5377.475921554759 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CE7B +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5377.475921554759 + 20 +698.3784709814291 + 30 +0.0 + 11 +5386.475921554761 + 21 +698.3784709814291 + 31 +0.0 + 0 +LINE + 5 +CE7C +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5377.475921554759 + 20 +662.378470981428 + 30 +0.0 + 11 +5386.475921554761 + 21 +662.378470981428 + 31 +0.0 + 0 +LINE + 5 +CE7D +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5386.475921554761 + 20 +785.4250532641183 + 30 +0.0 + 11 +5386.475921554759 + 21 +457.0310624146971 + 31 +0.0 + 0 +LINE + 5 +CE7E +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5386.475921554761 + 20 +457.0310624146971 + 30 +0.0 + 11 +5386.475921554761 + 21 +281.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CE80 +102 +{ACAD_REACTORS +330 +E24A +330 +E278 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554757 + 20 +776.4250532641174 + 30 +0.0 + 11 +5377.475921554757 + 21 +548.4250532641182 + 31 +0.0 + 0 +LINE + 5 +CE87 +102 +{ACAD_REACTORS +330 +CFB2 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554761 + 20 +386.4250532641183 + 30 +0.0 + 11 +5377.475921554759 + 21 +287.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CE8A +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5257.475921554761 + 20 +386.4250532641183 + 30 +0.0 + 11 +5257.475921554759 + 21 +287.4250532641194 + 31 +0.0 + 0 +LINE + 5 +CE8B +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5248.475921554761 + 20 +446.4250532641183 + 30 +0.0 + 11 +5248.475921554759 + 21 +287.4250532641194 + 31 +0.0 + 0 +LINE + 5 +CE8C +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554759 + 20 +386.4250532641183 + 30 +0.0 + 11 +5257.475921554761 + 21 +386.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CE8D +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +386.4250532641183 + 30 +0.0 + 11 +5011.475921554761 + 21 +386.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CE8E +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554759 + 20 +395.4250532641183 + 30 +0.0 + 11 +5257.475921554761 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CE92 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +395.4250532641183 + 30 +0.0 + 11 +5011.475921554761 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CE93 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5002.475921554761 + 20 +281.4250532641189 + 30 +0.0 + 11 +5002.475921554761 + 21 +785.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CE94 +102 +{ACAD_REACTORS +330 +CFA4 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554761 + 20 +287.4250532641189 + 30 +0.0 + 11 +5011.475921554761 + 21 +386.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CE95 +102 +{ACAD_REACTORS +330 +CFA1 +330 +E120 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554761 + 20 +395.4250532641183 + 30 +0.0 + 11 +5011.475921554763 + 21 +567.925053264118 + 31 +0.0 + 0 +LINE + 5 +CE99 +102 +{ACAD_REACTORS +330 +E0F2 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554763 + 20 +572.4250532641174 + 30 +0.0 + 11 +5011.475921554762 + 21 +711.9250532641182 + 31 +0.0 + 0 +LINE + 5 +CE9E +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +287.4250532641186 + 30 +0.0 + 11 +5131.475921554761 + 21 +386.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CE9F +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +395.4250532641183 + 30 +0.0 + 11 +5131.475921554761 + 21 +467.425053264118 + 31 +0.0 + 0 +LINE + 5 +CEA0 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5140.475921554761 + 20 +287.4250532641186 + 30 +0.0 + 11 +5140.475921554762 + 21 +446.4250532641184 + 31 +0.0 + 0 +LINE + 5 +CEA1 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5182.475921554761 + 20 +437.4250532641183 + 30 +0.0 + 11 +5182.475921554761 + 21 +446.4250532641195 + 31 +0.0 + 0 +LINE + 5 +CEA2 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5176.475921554761 + 20 +286.4250532641186 + 30 +0.0 + 11 +5176.475921554761 + 21 +362.4250532641186 + 31 +0.0 + 0 +DIMENSION + 5 +CEA3 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D273 + 10 +4977.210695126679 + 20 +281.425053264119 + 30 +0.0 + 11 +4977.210695126679 + 21 +521.4250532641191 + 31 +0.0 + 70 + 160 + 71 + 5 + 42 +503.9999999999994 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5002.475921554761 + 23 +785.4250532641183 + 33 +0.0 + 14 +5002.475921554761 + 24 +281.4250532641189 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +LINE + 5 +CEA4 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5242.475921554761 + 20 +287.4250532641189 + 30 +0.0 + 11 +5242.475921554761 + 21 +281.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CEA5 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5146.475921554761 + 20 +287.4250532641189 + 30 +0.0 + 11 +5146.475921554761 + 21 +281.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CEA6 +330 +1F +100 +AcDbEntity + 8 +Dims +100 +AcDbLine + 10 +5146.475921554761 + 20 +282.9227157578924 + 30 +0.0 + 11 +5242.475921554761 + 21 +282.9227157578924 + 31 +0.0 + 0 +LWPOLYLINE + 5 +CEA7 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5116.475921554761 + 20 +287.4250532641186 + 10 +5146.475921554761 + 20 +287.4250532641186 + 10 +5146.475921554761 + 20 +278.4250532641189 + 10 +5116.475921554761 + 20 +278.4250532641189 + 0 +LWPOLYLINE + 5 +CEA8 +102 +{ACAD_REACTORS +330 +CFA4 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5002.475921554761 + 20 +287.4250532641186 + 10 +5032.475921554761 + 20 +287.4250532641186 + 10 +5032.475921554761 + 20 +278.4250532641189 + 10 +5002.475921554761 + 20 +278.4250532641189 + 0 +LINE + 5 +CEA9 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5242.475921554759 + 20 +287.4250532641189 + 30 +0.0 + 11 +5242.475921554759 + 21 +281.4250532641189 + 31 +0.0 + 0 +LWPOLYLINE + 5 +CEAA +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5272.475921554759 + 20 +287.4250532641186 + 10 +5242.475921554759 + 20 +287.4250532641186 + 10 +5242.475921554759 + 20 +278.4250532641189 + 10 +5272.475921554759 + 20 +278.4250532641189 + 0 +LWPOLYLINE + 5 +CEAB +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5386.475921554759 + 20 +287.4250532641186 + 10 +5356.475921554759 + 20 +287.4250532641186 + 10 +5356.475921554759 + 20 +278.4250532641189 + 10 +5386.475921554759 + 20 +278.4250532641189 + 0 +LINE + 5 +CEAC +330 +1F +100 +AcDbEntity + 8 +Dims +100 +AcDbLine + 10 +5146.475921554761 + 20 +281.7388804398869 + 30 +0.0 + 11 +5242.475921554761 + 21 +281.7388804398869 + 31 +0.0 + 0 +LINE + 5 +CEAD +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +446.4250532641195 + 30 +0.0 + 11 +5140.475921554762 + 21 +446.4250532641184 + 31 +0.0 + 0 +LINE + 5 +CEAE +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5182.475921554761 + 20 +446.4250532641183 + 30 +0.0 + 11 +5248.475921554761 + 21 +446.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CEAF +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5248.475921554761 + 20 +446.4250532641183 + 30 +0.0 + 11 +5257.475921554761 + 21 +446.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CEB0 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5182.475921554761 + 20 +437.4250532641183 + 30 +0.0 + 11 +5182.475921554761 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CEB2 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5182.475921554761 + 20 +437.4250532641183 + 30 +0.0 + 11 +5248.475921554761 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CEB3 +102 +{ACAD_REACTORS +330 +CFAA +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5002.475921554761 + 20 +278.4250532641189 + 30 +0.0 + 11 +5002.475921554761 + 21 +254.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CEB4 +102 +{ACAD_REACTORS +330 +CFAA +330 +CFAD +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5002.475921554761 + 20 +266.4250532641189 + 30 +0.0 + 11 +5386.475921554761 + 21 +266.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CEB5 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5386.475921554761 + 20 +281.4250532641189 + 30 +0.0 + 11 +5386.475921554761 + 21 +254.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CEB6 +102 +{ACAD_REACTORS +330 +CFAD +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5002.475921554761 + 20 +254.4250532641189 + 30 +0.0 + 11 +5386.475921554761 + 21 +254.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CEB8 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5326.475921554759 + 20 +508.9250532641183 + 30 +0.0 + 11 +5361.975921554759 + 21 +508.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CEBB +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5386.475921554759 + 20 +543.9250532641195 + 30 +0.0 + 11 +5386.475921554759 + 21 +507.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CEBC +102 +{ACAD_REACTORS +330 +E2C6 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5376.475921554759 + 20 +543.9250532641195 + 30 +0.0 + 11 +5376.475921554759 + 21 +507.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CEBD +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5366.475921554759 + 20 +543.9250532641195 + 30 +0.0 + 11 +5366.475921554759 + 21 +507.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CEBE +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5212.475921554759 + 20 +286.4250532641186 + 30 +0.0 + 11 +5212.475921554759 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CEBF +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5200.475921554759 + 20 +286.4250532641189 + 30 +0.0 + 11 +5200.475921554759 + 21 +322.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CEC0 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5188.475921554759 + 20 +286.4250532641189 + 30 +0.0 + 11 +5188.47592155476 + 21 +322.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CEC1 +102 +{ACAD_REACTORS +330 +E3ED +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5248.475921554759 + 20 +402.4250532641183 + 30 +0.0 + 11 +5140.475921554759 + 21 +402.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CEC9 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5248.475921554759 + 20 +342.4250532641189 + 30 +0.0 + 11 +5212.475921554759 + 21 +342.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CECA +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5248.475921554759 + 20 +332.4250532641189 + 30 +0.0 + 11 +5212.475921554759 + 21 +332.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CECB +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5248.475921554759 + 20 +322.4250532641189 + 30 +0.0 + 11 +5212.475921554759 + 21 +322.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CECC +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5176.475921554761 + 20 +322.4250532641189 + 30 +0.0 + 11 +5140.475921554761 + 21 +322.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CECD +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5176.475921554761 + 20 +332.4250532641188 + 30 +0.0 + 11 +5140.475921554761 + 21 +332.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CECE +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5176.475921554761 + 20 +342.4250532641188 + 30 +0.0 + 11 +5140.475921554761 + 21 +342.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CECF +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5176.475921554761 + 20 +352.4250532641189 + 30 +0.0 + 11 +5140.475921554761 + 21 +352.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CED0 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5176.475921554761 + 20 +362.4250532641186 + 30 +0.0 + 11 +5140.475921554761 + 21 +362.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CED1 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5176.475921554761 + 20 +322.4250532641189 + 30 +0.0 + 11 +5212.475921554759 + 21 +322.4250532641189 + 31 +0.0 + 0 +LINE + 5 +CED2 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5210.475921554759 + 20 +402.4250532641183 + 30 +0.0 + 11 +5210.475921554759 + 21 +324.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CED3 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5210.475921554759 + 20 +324.4250532641188 + 30 +0.0 + 11 +5178.475921554759 + 21 +324.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CED4 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5178.475921554759 + 20 +324.4250532641188 + 30 +0.0 + 11 +5178.475921554759 + 21 +362.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CED5 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5178.475921554759 + 20 +362.4250532641186 + 30 +0.0 + 11 +5176.475921554761 + 21 +362.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CED6 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5140.475921554761 + 20 +437.4250532641183 + 30 +0.0 + 11 +5140.475921554761 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CEE8 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5242.475921554761 + 20 +286.4250532641186 + 30 +0.0 + 11 +5146.475921554761 + 21 +286.4250532641186 + 31 +0.0 + 0 +LINE + 5 +CEFA +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5377.475921554759 + 20 +732.9942635302991 + 30 +0.0 + 11 +5386.475921554761 + 21 +732.9942635302991 + 31 +0.0 + 0 +LINE + 5 +CEFB +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5377.475921554759 + 20 +768.9942635302991 + 30 +0.0 + 11 +5386.475921554761 + 21 +768.9942635302991 + 31 +0.0 + 0 +LINE + 5 +CEFC +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5381.975921554761 + 20 +768.9942635302991 + 30 +0.0 + 11 +5381.975921554761 + 21 +732.9942635302991 + 31 +0.0 + 0 +LINE + 5 +CF03 +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5011.475921554762 + 20 +482.2795334647 + 30 +0.0 + 11 +5002.475921554761 + 21 +482.2795334647 + 31 +0.0 + 0 +LINE + 5 +CF04 +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5011.475921554762 + 20 +416.5705730635365 + 30 +0.0 + 11 +5002.475921554761 + 21 +416.5705730635365 + 31 +0.0 + 0 +LINE + 5 +CF05 +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5006.975921554761 + 20 +416.5705730635365 + 30 +0.0 + 11 +5006.975921554761 + 21 +482.2795334647 + 31 +0.0 + 0 +LINE + 5 +CF06 +330 +1F +100 +AcDbEntity + 8 +0 + 6 +ZIGZAG + 48 +0.5 +100 +AcDbLine + 10 +5032.475921554761 + 20 +284.4250532641188 + 30 +0.0 + 11 +5116.475921554761 + 21 +284.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CF07 +330 +1F +100 +AcDbEntity + 8 +0 + 6 +ZIGZAG + 48 +0.5 +100 +AcDbLine + 10 +5272.475921554759 + 20 +284.4250532641188 + 30 +0.0 + 11 +5356.475921554759 + 21 +284.4250532641188 + 31 +0.0 + 0 +LINE + 5 +CF08 +102 +{ACAD_REACTORS +330 +E2C6 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5386.475921554759 + 20 +543.9250532641195 + 30 +0.0 + 11 +5357.475921554759 + 21 +543.9250532641195 + 31 +0.0 + 0 +LINE + 5 +CF09 +102 +{ACAD_REACTORS +330 +E2AC +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5386.475921554759 + 20 +548.4250532641183 + 30 +0.0 + 11 +5357.475921554759 + 21 +548.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CF0C +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5357.475921554759 + 20 +543.9250532641195 + 30 +0.0 + 11 +5357.475921554759 + 21 +548.4250532641183 + 31 +0.0 + 0 +ARC + 5 +CF0D +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5361.552072969632 + 20 +508.8513854004611 + 30 +0.0 + 40 +35.07622877438938 +100 +AcDbArc + 50 +89.30764147245513 + 51 +179.8796660609257 + 0 +LINE + 5 +CF0E +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5361.975921554759 + 20 +508.9250532641183 + 30 +0.0 + 11 +5361.975921554759 + 21 +507.9250532641183 + 31 +0.0 + 0 +LINE + 5 +CF0F +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5377.475921554759 + 20 +416.4250532641183 + 30 +0.0 + 11 +5386.475921554761 + 21 +416.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CF10 +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5377.475921554759 + 20 +482.4250532641183 + 30 +0.0 + 11 +5386.475921554761 + 21 +482.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CF11 +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5381.975921554761 + 20 +482.4250532641183 + 30 +0.0 + 11 +5381.975921554761 + 21 +416.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CF16 +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5381.975921554761 + 20 +698.3784709814291 + 30 +0.0 + 11 +5381.975921554761 + 21 +662.378470981428 + 31 +0.0 + 0 +LINE + 5 +CF20 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5140.475921554761 + 20 +437.4250532641183 + 30 +0.0 + 11 +5141.475921554761 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +CF21 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5141.475921554761 + 20 +437.4250532641183 + 30 +0.0 + 11 +5141.475921554761 + 21 +478.4250532641183 + 31 +0.0 + 0 +ARC + 5 +CF22 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5141.475921554761 + 20 +437.4250532641183 + 30 +0.0 + 40 +41.0 +100 +AcDbArc + 50 +0.0 + 51 +90.0 + 0 +MTEXT + 5 +CF3F +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5218.774909466545 + 20 +409.8388295125958 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;UP} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CF40 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5172.114969302493 + 20 +402.4171195797674 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;UP} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CF41 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5361.379191276372 + 20 +522.5116458854075 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;UP} + 73 + 1 + 44 +1.0 + 0 +DIMENSION + 5 +CF9F +102 +{ACAD_REACTORS +330 +CFA1 +102 +} +102 +{ACAD_XDICTIONARY +360 +CFA0 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D279 + 10 +4991.936056909013 + 20 +395.4250532641184 + 30 +0.0 + 11 +4991.936056909013 + 21 +449.4250532641192 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +108.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5011.475921554762 + 23 +503.4250532641183 + 33 +0.0 + 14 +5011.475921554761 + 24 +395.4250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CFA2 +102 +{ACAD_REACTORS +330 +CFA4 +102 +} +102 +{ACAD_XDICTIONARY +360 +CFA3 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D280 + 10 +4992.256446459054 + 20 +287.4250532641186 + 30 +0.0 + 11 +4992.256446459054 + 21 +336.9250532641193 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +98.99999999999977 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5011.475921554761 + 23 +386.4250532641183 + 33 +0.0 + 14 +5011.475921554761 + 24 +287.4250532641186 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +MTEXT + 5 +CFA5 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5064.776956286331 + 20 +351.4986555340415 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;SHOP 1} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CFA6 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5317.818100146049 + 20 +351.4986555340415 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;SHOP 2} + 73 + 1 + 44 +1.0 + 0 +DIMENSION + 5 +CFA7 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D274 + 10 +5131.475921554761 + 20 +239.2605359309908 + 30 +0.0 + 11 +5071.475921554761 + 21 +239.2605359309908 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +120.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5011.475921554761 + 23 +254.4250532641189 + 33 +0.0 + 14 +5131.475921554761 + 24 +254.4250532641189 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CFA8 +102 +{ACAD_REACTORS +330 +CFAA +102 +} +102 +{ACAD_XDICTIONARY +360 +CFA9 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D281 + 10 +4992.795219739947 + 20 +266.4250532641189 + 30 +0.0 + 11 +4992.795219739947 + 21 +272.4250532641198 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +12.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5002.475921554761 + 23 +278.4250532641189 + 33 +0.0 + 14 +5002.475921554761 + 24 +266.4250532641189 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CFAB +102 +{ACAD_REACTORS +330 +CFAD +102 +} +102 +{ACAD_XDICTIONARY +360 +CFAC +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D282 + 10 +4993.152245748828 + 20 +254.4250532641189 + 30 +0.0 + 11 +4993.152245748828 + 21 +260.4250532641198 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +12.00000000000003 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5002.475921554761 + 23 +266.4250532641189 + 33 +0.0 + 14 +5002.475921554761 + 24 +254.4250532641189 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CFAE +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D275 + 10 +5248.475921554759 + 20 +239.0835836649516 + 30 +0.0 + 11 +5194.47592155476 + 21 +239.0835836649516 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +107.9999999999982 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5140.475921554761 + 23 +254.4250532641189 + 33 +0.0 + 14 +5248.475921554759 + 24 +254.4250532641189 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CFAF +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D276 + 10 +5377.475921554759 + 20 +238.8004951510421 + 30 +0.0 + 11 +5317.475921554759 + 21 +238.8004951510421 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +120.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5257.475921554759 + 23 +254.4250532641189 + 33 +0.0 + 14 +5377.475921554759 + 24 +254.4250532641189 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +CFB0 +102 +{ACAD_REACTORS +330 +CFB2 +102 +} +102 +{ACAD_XDICTIONARY +360 +CFB1 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D283 + 10 +5400.512730345791 + 20 +386.4250532641183 + 30 +0.0 + 11 +5400.512730345791 + 21 +336.9250532641195 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +98.99999999999943 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5377.475921554759 + 23 +287.4250532641189 + 33 +0.0 + 14 +5377.475921554761 + 24 +386.4250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +MTEXT + 5 +CFBF +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5193.057711315803 + 20 +255.1025722672611 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;UP} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +CFC0 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5193.057711315803 + 20 +269.0273652574587 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;MAIN ENTRANCE} + 73 + 1 + 44 +1.0 + 0 +MLEADER + 5 +CFC1 +330 +1F +100 +AcDbEntity + 8 +0 +160 + 332 +310 +4C010000090000000C00000013000000993A00000C00000013000000122700000C00000013000000010000000C00000014000000010000005400000007000000030000002B61F27D2871B440D6289D4C6397754000000000000000007C8B2DDA7D70B44004A8383A635775400000000000000000D10D9D28D36FB440E168D3 +310 +276397754000000000000000000C00000013000000891300005400000020000000020000007EB747D37D70B440DB48383A6397754000000000000000008BC6EA557D70B440AC49284B8D227A40000000000000000000000000000000000000000000000000000000000000F03F0C0000001300000012270000540000002000 +310 +0000020000008BC6EA557D70B440AC49284B8D227A400000000000000000E0CC0BEBE04BB440AC49284B8D227A40000000000000000000000000000000000000000000000000000000000000F03F +100 +AcDbMLeader +270 + 2 +300 +CONTEXT_DATA{ + 40 +1.0 + 10 +5191.878586518782 + 20 +418.1594955037824 + 30 +0.0 + 41 +4.0 +140 +4.0 +145 +2.0 +174 + 1 +175 + 1 +176 + 2 +177 + 0 +290 + 1 +304 + + 11 +0.0 + 21 +0.0 + 31 +1.0 +340 +11 + 12 +5193.878586518782 + 22 +420.1594955037824 + 32 +0.0 + 13 +1.0 + 23 +0.0 + 33 +0.0 + 42 +0.0 + 43 +0.0 + 44 +0.0 + 45 +1.0 +170 + 1 + 90 +-1073741824 +171 + 3 +172 + 5 + 91 +-1073741824 +141 +0.0 + 92 + 59609 +291 + 0 +292 + 0 +173 + 0 +293 + 0 +142 +0.0 +143 +0.0 +294 + 0 +295 + 0 +296 + 0 +110 +5232.491610380701 +120 +341.4617254460466 +130 +0.0 +111 +1.0 +121 +0.0 +131 +0.0 +112 +0.0 +122 +1.0 +132 +0.0 +297 + 0 +302 +LEADER{ +290 + 1 +291 + 1 + 10 +5232.489592240784 + 20 +418.1594955037824 + 30 +0.0 + 11 +-1.0 + 21 +0.0 + 31 +0.0 + 90 + 0 + 40 +36.61100572200212 +304 +LEADER_LINE{ + 10 +5232.491610380701 + 20 +341.4617254460466 + 30 +0.0 + 91 + 0 +170 + 1 + 92 +-1056964608 +340 +0 +171 + -2 + 40 +0.0 +341 +0 + 93 + 0 +305 +} +271 + 0 +303 +} +272 + 9 +273 + 9 +301 +} +340 +12E + 90 + 279680 +170 + 1 + 91 +-1056964608 +341 +14 +171 + -2 +290 + 1 +291 + 1 + 41 +8.0 + 42 +4.0 +172 + 2 +343 +11 +173 + 1 + 95 + 1 +174 + 1 +175 + 0 + 92 +-1056964608 +292 + 0 + 93 +-1056964608 + 10 +1.0 + 20 +1.0 + 30 +1.0 + 43 +0.0 +176 + 0 +293 + 0 +294 + 0 +178 + 0 +179 + 1 + 45 +1.0 +271 + 0 +272 + 9 +273 + 9 +1001 +ACAD_MLEADERVER +1070 + 2 + 0 +HATCH + 5 +CFC2 +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5002.475921554761 + 20 +785.4250532641183 + 11 +5011.475921554762 + 21 +785.4250532641183 + 72 + 1 + 10 +5011.475921554762 + 20 +785.4250532641183 + 11 +5011.475921554762 + 21 +776.4250532641183 + 72 + 1 + 10 +5011.475921554762 + 20 +776.4250532641183 + 11 +5002.475921554761 + 21 +776.4250532641183 + 72 + 1 + 10 +5002.475921554761 + 20 +776.4250532641183 + 11 +5002.475921554761 + 21 +785.4250532641183 + 97 + 1 +330 +CFC3 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +307.37933777323 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CFC3 +102 +{ACAD_REACTORS +330 +CFC2 +330 +E0D8 +330 +E216 +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5002.475921554761 + 20 +785.4250532641183 + 10 +5011.475921554762 + 20 +785.4250532641183 + 10 +5011.475921554762 + 20 +776.4250532641183 + 10 +5002.475921554761 + 20 +776.4250532641183 + 0 +HATCH + 5 +CFC4 +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5002.475921554762 + 20 +642.8784709814274 + 11 +5011.475921554763 + 21 +642.8784709814274 + 72 + 1 + 10 +5011.475921554763 + 20 +642.8784709814274 + 11 +5011.475921554763 + 21 +633.8784709814286 + 72 + 1 + 10 +5011.475921554763 + 20 +633.8784709814286 + 11 +5002.475921554762 + 21 +633.8784709814286 + 72 + 1 + 10 +5002.475921554762 + 20 +633.8784709814286 + 11 +5002.475921554762 + 21 +642.8784709814274 + 97 + 1 +330 +CFC5 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +307.3793377732309 + 20 +-609.8948212445775 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CFC5 +102 +{ACAD_REACTORS +330 +CFC4 +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5002.475921554762 + 20 +642.8784709814274 + 10 +5011.475921554763 + 20 +642.8784709814274 + 10 +5011.475921554763 + 20 +633.8784709814286 + 10 +5002.475921554762 + 20 +633.8784709814286 + 0 +HATCH + 5 +CFC6 +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5002.475921554759 + 20 +395.4250532641183 + 11 +5011.475921554761 + 21 +395.4250532641183 + 72 + 1 + 10 +5011.475921554761 + 20 +395.4250532641183 + 11 +5011.475921554761 + 21 +386.4250532641183 + 72 + 1 + 10 +5011.475921554761 + 20 +386.4250532641183 + 11 +5002.475921554759 + 21 +386.4250532641183 + 72 + 1 + 10 +5002.475921554759 + 20 +386.4250532641183 + 11 +5002.475921554759 + 21 +395.4250532641183 + 97 + 1 +330 +CFC7 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +307.37933777323 + 20 +-644.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CFC7 +102 +{ACAD_REACTORS +330 +CFC6 +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5002.475921554759 + 20 +395.4250532641183 + 10 +5011.475921554761 + 20 +395.4250532641183 + 10 +5011.475921554761 + 20 +386.4250532641183 + 10 +5002.475921554759 + 20 +386.4250532641183 + 0 +HATCH + 5 +CFC8 +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5377.475921554759 + 20 +395.4250532641183 + 11 +5386.475921554761 + 21 +395.4250532641183 + 72 + 1 + 10 +5386.475921554761 + 20 +395.4250532641183 + 11 +5386.475921554761 + 21 +386.4250532641183 + 72 + 1 + 10 +5386.475921554761 + 20 +386.4250532641183 + 11 +5377.475921554759 + 21 +386.4250532641183 + 72 + 1 + 10 +5377.475921554759 + 20 +386.4250532641183 + 11 +5377.475921554759 + 21 +395.4250532641183 + 97 + 1 +330 +CFC9 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +307.37933777323 + 20 +-644.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CFC9 +102 +{ACAD_REACTORS +330 +CFC8 +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5377.475921554759 + 20 +395.4250532641183 + 10 +5386.475921554761 + 20 +395.4250532641183 + 10 +5386.475921554761 + 20 +386.4250532641183 + 10 +5377.475921554759 + 20 +386.4250532641183 + 0 +HATCH + 5 +CFCC +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5131.475921554757 + 20 +785.4250532641183 + 11 +5140.475921554759 + 21 +785.4250532641183 + 72 + 1 + 10 +5140.475921554759 + 20 +785.4250532641183 + 11 +5140.475921554759 + 21 +776.4250532641183 + 72 + 1 + 10 +5140.475921554759 + 20 +776.4250532641183 + 11 +5131.475921554757 + 21 +776.4250532641183 + 72 + 1 + 10 +5131.475921554757 + 20 +776.4250532641183 + 11 +5131.475921554757 + 21 +785.4250532641183 + 97 + 1 +330 +CFCD + 75 + 0 + 76 + 1 + 98 + 1 + 10 +288.3793377732281 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CFCD +102 +{ACAD_REACTORS +330 +CFCC +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5131.475921554757 + 20 +785.4250532641183 + 10 +5140.475921554759 + 20 +785.4250532641183 + 10 +5140.475921554759 + 20 +776.4250532641183 + 10 +5131.475921554757 + 20 +776.4250532641183 + 0 +HATCH + 5 +CFCE +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5377.475921554759 + 20 +638.3784709814286 + 11 +5386.475921554759 + 21 +638.3784709814286 + 72 + 1 + 10 +5386.475921554759 + 20 +638.3784709814286 + 11 +5386.475921554759 + 21 +629.3784709814286 + 72 + 1 + 10 +5386.475921554759 + 20 +629.3784709814286 + 11 +5377.475921554759 + 21 +629.3784709814286 + 72 + 1 + 10 +5377.475921554759 + 20 +629.3784709814286 + 11 +5377.475921554759 + 21 +638.3784709814286 + 97 + 1 +330 +CFCF + 75 + 0 + 76 + 1 + 98 + 1 + 10 +307.37933777323 + 20 +-614.3948212445755 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CFCF +102 +{ACAD_REACTORS +330 +CFCE +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5377.475921554759 + 20 +638.3784709814286 + 10 +5386.475921554759 + 20 +638.3784709814286 + 10 +5386.475921554759 + 20 +629.3784709814286 + 10 +5377.475921554759 + 20 +629.3784709814286 + 0 +HATCH + 5 +CFD0 +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5377.475921554759 + 20 +785.4250532641174 + 11 +5386.475921554759 + 21 +785.4250532641174 + 72 + 1 + 10 +5386.475921554759 + 20 +785.4250532641174 + 11 +5386.475921554759 + 21 +776.4250532641174 + 72 + 1 + 10 +5386.475921554759 + 20 +776.4250532641174 + 11 +5377.475921554759 + 21 +776.4250532641174 + 72 + 1 + 10 +5377.475921554759 + 20 +776.4250532641174 + 11 +5377.475921554759 + 21 +785.4250532641174 + 97 + 1 +330 +CFD1 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +307.37933777323 + 20 +-620.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +CFD1 +102 +{ACAD_REACTORS +330 +CFD0 +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5377.475921554759 + 20 +785.4250532641174 + 10 +5386.475921554759 + 20 +785.4250532641174 + 10 +5386.475921554759 + 20 +776.4250532641174 + 10 +5377.475921554759 + 20 +776.4250532641174 + 0 +DIMENSION + 5 +D12F +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D285 + 10 +5386.475921554759 + 20 +803.5031460410974 + 30 +0.0 + 11 +5194.47592155476 + 21 +803.5031460410974 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +383.9999999999982 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5002.475921554761 + 23 +785.4250532641183 + 33 +0.0 + 14 +5386.475921554759 + 24 +785.4250532641174 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +LINE + 5 +D35C +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554759 + 20 +503.4250532641183 + 30 +0.0 + 11 +5252.97592155476 + 21 +503.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D35D +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5386.475921554759 + 20 +507.9250532641183 + 30 +0.0 + 11 +5252.97592155476 + 21 +507.9250532641183 + 31 +0.0 + 0 +LINE + 5 +D374 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5252.975921554761 + 20 +446.4250532641195 + 30 +0.0 + 11 +5252.975921554761 + 21 +467.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D375 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5257.475921554761 + 20 +395.4250532641183 + 30 +0.0 + 11 +5257.475921554761 + 21 +446.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D376 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5257.475921554761 + 20 +446.4250532641195 + 30 +0.0 + 11 +5257.475921554761 + 21 +467.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D6C3 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5135.975921554761 + 20 +446.4250532641189 + 30 +0.0 + 11 +5135.975921554761 + 21 +467.4250532641181 + 31 +0.0 + 0 +LINE + 5 +D738 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554763 + 20 +567.9250532641181 + 30 +0.0 + 11 +5135.975921554761 + 21 +567.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D739 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554762 + 20 +572.4250532641181 + 30 +0.0 + 11 +5131.475921554761 + 21 +572.4250532641181 + 31 +0.0 + 0 +LINE + 5 +D73A +102 +{ACAD_REACTORS +330 +E0D8 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554761 + 20 +716.425053264118 + 30 +0.0 + 11 +5101.475921554761 + 21 +716.4250532641181 + 31 +0.0 + 0 +LINE + 5 +D755 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554761 + 20 +711.9250532641182 + 30 +0.0 + 11 +5101.475921554762 + 21 +711.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D78B +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5135.975921554761 + 20 +633.8784709814286 + 30 +0.0 + 11 +5140.475921554759 + 21 +633.8784709814286 + 31 +0.0 + 0 +LINE + 5 +D78D +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5276.975921554759 + 20 +638.3784709814286 + 30 +0.0 + 11 +5276.97592155476 + 21 +726.8784709814284 + 31 +0.0 + 0 +LINE + 5 +D78E +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5281.475921554758 + 20 +638.3784709814286 + 30 +0.0 + 11 +5281.47592155476 + 21 +722.3784709814286 + 31 +0.0 + 0 +LINE + 5 +D78F +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5135.975921554761 + 20 +638.3784709814286 + 30 +0.0 + 11 +5140.475921554761 + 21 +638.3784709814286 + 31 +0.0 + 0 +LINE + 5 +D8A0 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5281.47592155476 + 20 +722.3784709814286 + 30 +0.0 + 11 +5305.475921554761 + 21 +722.3784709814286 + 31 +0.0 + 0 +LINE + 5 +D8A1 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5276.975921554758 + 20 +726.8784709814284 + 30 +0.0 + 11 +5305.47592155476 + 21 +726.8784709814286 + 31 +0.0 + 0 +LINE + 5 +D8BC +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5305.47592155476 + 20 +722.3784709814284 + 30 +0.0 + 11 +5305.47592155476 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D8BD +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5300.975921554758 + 20 +726.8784709814284 + 30 +0.0 + 11 +5300.975921554758 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D8BE +330 +1F +100 +AcDbEntity + 8 +wall + 6 +DASHED2 +100 +AcDbLine + 10 +5305.47592155476 + 20 +738.8784709814286 + 30 +0.0 + 11 +5377.475921554759 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D8BF +330 +1F +100 +AcDbEntity + 8 +wall + 6 +DASHED2 +100 +AcDbLine + 10 +5305.47592155476 + 20 +776.4250532641183 + 30 +0.0 + 11 +5377.475921554759 + 21 +738.8784709814286 + 31 +0.0 + 0 +LINE + 5 +D8DB +330 +1F +100 +AcDbEntity + 8 +stone +100 +AcDbLine + 10 +5305.475921554758 + 20 +638.378470981428 + 30 +0.0 + 11 +5305.475921554759 + 21 +722.3784709814284 + 31 +0.0 + 0 +LINE + 5 +D912 +330 +1F +100 +AcDbEntity + 8 +stone +100 +AcDbLine + 10 +5353.475921554759 + 20 +722.3784709814286 + 30 +0.0 + 11 +5353.475921554759 + 21 +638.3784709814286 + 31 +0.0 + 0 +LINE + 5 +D913 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5140.475921554759 + 20 +633.8784709814286 + 30 +0.0 + 11 +5140.47592155476 + 21 +638.3784709814286 + 31 +0.0 + 0 +LINE + 5 +D914 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5176.47592155476 + 20 +633.8784709814286 + 30 +0.0 + 11 +5176.475921554761 + 21 +638.3784709814286 + 31 +0.0 + 0 +LINE + 5 +D915 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5176.475921554762 + 20 +638.3784709814286 + 30 +0.0 + 11 +5308.475921554758 + 21 +638.3784709814286 + 31 +0.0 + 0 +LINE + 5 +D916 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5176.47592155476 + 20 +633.8784709814286 + 30 +0.0 + 11 +5308.475921554758 + 21 +633.8784709814286 + 31 +0.0 + 0 +LINE + 5 +D917 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +576.9250532641181 + 30 +0.0 + 11 +5135.975921554761 + 21 +576.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D918 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +612.9250532641181 + 30 +0.0 + 11 +5135.975921554761 + 21 +612.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D919 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5135.97592155476 + 20 +612.9250532641181 + 30 +0.0 + 11 +5135.975921554759 + 21 +746.4250532641181 + 31 +0.0 + 0 +LINE + 5 +D91A +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +612.925053264118 + 30 +0.0 + 11 +5131.475921554759 + 21 +746.4250532641181 + 31 +0.0 + 0 +LINE + 5 +D91B +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +537.925053264118 + 30 +0.0 + 11 +5135.975921554761 + 21 +537.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D91C +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5135.97592155476 + 20 +567.925053264118 + 30 +0.0 + 11 +5135.97592155476 + 21 +576.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D91D +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +572.4250532641181 + 30 +0.0 + 11 +5131.475921554761 + 21 +576.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D990 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +467.425053264118 + 30 +0.0 + 11 +5135.975921554761 + 21 +467.4250532641181 + 31 +0.0 + 0 +LINE + 5 +D991 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +507.9250532641181 + 30 +0.0 + 11 +5131.475921554761 + 21 +537.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D992 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5135.97592155476 + 20 +503.425053264118 + 30 +0.0 + 11 +5135.97592155476 + 21 +537.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D993 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5135.97592155476 + 20 +503.425053264118 + 30 +0.0 + 11 +5135.97592155476 + 21 +502.425053264118 + 31 +0.0 + 0 +LINE + 5 +D994 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5135.97592155476 + 20 +502.425053264118 + 30 +0.0 + 11 +5100.97592155476 + 21 +502.425053264118 + 31 +0.0 + 0 +ARC + 5 +D995 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5135.97592155476 + 20 +502.425053264118 + 30 +0.0 + 40 +34.99999999999994 +100 +AcDbArc + 50 +180.0 + 51 +270.0000000000015 + 0 +LINE + 5 +D996 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5135.975921554761 + 20 +567.9250532641181 + 30 +0.0 + 11 +5135.975921554761 + 21 +566.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D997 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5135.975921554761 + 20 +566.9250532641181 + 30 +0.0 + 11 +5106.97592155476 + 21 +566.9250532641181 + 31 +0.0 + 0 +ARC + 5 +D998 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5135.97592155476 + 20 +566.9250532641181 + 30 +0.0 + 40 +29.0 +100 +AcDbArc + 50 +180.0 + 51 +270.0 + 0 +LINE + 5 +D999 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5135.975921554761 + 20 +576.9250532641181 + 30 +0.0 + 11 +5135.975921554761 + 21 +577.9250532641181 + 31 +0.0 + 0 +LINE + 5 +D99A +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5135.975921554761 + 20 +577.9250532641181 + 30 +0.0 + 11 +5100.975921554761 + 21 +577.9250532641181 + 31 +0.0 + 0 +ARC + 5 +D99B +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5135.975921554761 + 20 +577.9250532641181 + 30 +0.0 + 40 +35.0 +100 +AcDbArc + 50 +90.00000000000148 + 51 +180.0 + 0 +LINE + 5 +D99C +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5140.475921554759 + 20 +633.8784709814286 + 30 +0.0 + 11 +5141.475921554759 + 21 +633.8784709814286 + 31 +0.0 + 0 +LINE + 5 +D99D +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5141.475921554759 + 20 +633.8784709814286 + 30 +0.0 + 11 +5141.475921554759 + 21 +668.8784709814295 + 31 +0.0 + 0 +ARC + 5 +D99E +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5141.475921554759 + 20 +633.8784709814286 + 30 +0.0 + 40 +35.00000000000091 +100 +AcDbArc + 50 +0.0 + 51 +90.0 + 0 +LINE + 5 +D99F +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5101.475921554761 + 20 +711.9250532641182 + 30 +0.0 + 11 +5101.475921554761 + 21 +716.4250532641181 + 31 +0.0 + 0 +LINE + 5 +D9A5 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5101.475921554762 + 20 +711.9250532641181 + 30 +0.0 + 11 +5131.47592155476 + 21 +711.9250532641183 + 31 +0.0 + 0 +LINE + 5 +D9A6 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5131.47592155476 + 20 +711.9250532641183 + 30 +0.0 + 11 +5130.47592155476 + 21 +711.9250532641183 + 31 +0.0 + 0 +LINE + 5 +D9A7 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5130.47592155476 + 20 +711.9250532641183 + 30 +0.0 + 11 +5130.47592155476 + 21 +740.9250532641165 + 31 +0.0 + 0 +ARC + 5 +D9A8 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5130.47592155476 + 20 +711.9250532641183 + 30 +0.0 + 40 +28.99999999999818 +100 +AcDbArc + 50 +90.0 + 51 +180.0000000000004 + 0 +LINE + 5 +D9B5 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554759 + 20 +746.4250532641182 + 30 +0.0 + 11 +5135.97592155476 + 21 +746.4250532641182 + 31 +0.0 + 0 +LINE + 5 +D9B6 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5135.975921554759 + 20 +746.4250532641182 + 30 +0.0 + 11 +5135.975921554759 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D9B7 +102 +{ACAD_REACTORS +330 +E230 +102 +} +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5135.975921554759 + 20 +776.4250532641183 + 30 +0.0 + 11 +5135.975921554759 + 21 +775.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D9B8 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5135.975921554759 + 20 +775.4250532641183 + 30 +0.0 + 11 +5106.975921554759 + 21 +775.4250532641183 + 31 +0.0 + 0 +ARC + 5 +D9B9 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5135.975921554759 + 20 +775.4250532641183 + 30 +0.0 + 40 +29.00000000000011 +100 +AcDbArc + 50 +180.0 + 51 +270.0 + 0 +LINE + 5 +D9BA +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5257.475921554762 + 20 +467.4250532641183 + 30 +0.0 + 11 +5252.97592155476 + 21 +467.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D9BB +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5252.97592155476 + 20 +503.4250532641182 + 30 +0.0 + 11 +5252.97592155476 + 21 +507.9250532641183 + 31 +0.0 + 0 +LINE + 5 +D9BC +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5252.97592155476 + 20 +503.4250532641182 + 30 +0.0 + 11 +5252.97592155476 + 21 +502.4250532641182 + 31 +0.0 + 0 +LINE + 5 +D9BD +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5252.97592155476 + 20 +502.4250532641182 + 30 +0.0 + 11 +5287.97592155476 + 21 +502.4250532641182 + 31 +0.0 + 0 +ARC + 5 +D9BE +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5252.97592155476 + 20 +502.4250532641182 + 30 +0.0 + 40 +34.99999999999994 +100 +AcDbArc + 50 +270.0000000000015 + 51 +0.0 + 0 +LWPOLYLINE + 5 +D9C0 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5182.475921554761 + 20 +446.4250532641195 + 10 +5252.97592155476 + 20 +446.4250532641195 + 10 +5252.97592155476 + 20 +467.4250532641183 + 10 +5182.475921554761 + 20 +467.4250532641183 + 0 +LINE + 5 +D9DD +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5257.475921554761 + 20 +467.4250532641183 + 30 +0.0 + 11 +5281.475921554761 + 21 +467.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D9DE +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5281.475921554761 + 20 +467.4250532641183 + 30 +0.0 + 11 +5281.475921554761 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D9DF +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5281.475921554761 + 20 +395.4250532641183 + 30 +0.0 + 11 +5257.475921554761 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +D9FA +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5176.475921554762 + 20 +638.3784709814286 + 30 +0.0 + 11 +5176.475921554762 + 21 +662.3784709814286 + 31 +0.0 + 0 +LINE + 5 +D9FB +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5176.475921554762 + 20 +662.3784709814286 + 30 +0.0 + 11 +5276.975921554759 + 21 +662.3784709814275 + 31 +0.0 + 0 +LINE + 5 +DA1A +102 +{ACAD_REACTORS +330 +CFA1 +330 +E120 +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5041.475921554763 + 20 +503.4250532641182 + 30 +0.0 + 11 +5041.475921554763 + 21 +507.925053264118 + 31 +0.0 + 0 +LINE + 5 +DA1B +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5041.475921554762 + 20 +507.925053264118 + 30 +0.0 + 11 +5131.475921554761 + 21 +507.9250532641181 + 31 +0.0 + 0 +LINE + 5 +DA1C +102 +{ACAD_REACTORS +330 +DD2F +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5041.475921554763 + 20 +503.4250532641182 + 30 +0.0 + 11 +5135.975921554761 + 21 +503.4250532641181 + 31 +0.0 + 0 +LINE + 5 +DA1D +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5041.475921554763 + 20 +503.4250532641182 + 30 +0.0 + 11 +5011.475921554762 + 21 +503.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DA1E +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5011.475921554762 + 20 +503.4250532641183 + 30 +0.0 + 11 +5012.475921554762 + 21 +503.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DA1F +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5012.475921554762 + 20 +503.4250532641183 + 30 +0.0 + 11 +5012.475921554762 + 21 +532.4250532641192 + 31 +0.0 + 0 +ARC + 5 +DA20 +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5012.475921554762 + 20 +503.4250532641183 + 30 +0.0 + 40 +29.00000000000091 +100 +AcDbArc + 50 +359.9999999999998 + 51 +90.0 + 0 +LINE + 5 +DA23 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5308.475921554758 + 20 +638.3784709814286 + 30 +0.0 + 11 +5308.475921554758 + 21 +633.8784709814286 + 31 +0.0 + 0 +LINE + 5 +DA24 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5350.475921554758 + 20 +638.3784709814286 + 30 +0.0 + 11 +5350.475921554758 + 21 +633.8784709814286 + 31 +0.0 + 0 +LINE + 5 +DA27 +102 +{ACAD_REACTORS +330 +E278 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5341.475921554761 + 20 +726.8784709814286 + 30 +0.0 + 11 +5377.475921554758 + 21 +726.8784709814286 + 31 +0.0 + 0 +LINE + 5 +DA28 +102 +{ACAD_REACTORS +330 +E292 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5341.475921554761 + 20 +722.3784709814286 + 30 +0.0 + 11 +5377.475921554758 + 21 +722.3784709814286 + 31 +0.0 + 0 +LINE + 5 +DA29 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5341.475921554761 + 20 +726.8784709814286 + 30 +0.0 + 11 +5341.475921554761 + 21 +722.3784709814286 + 31 +0.0 + 0 +LINE + 5 +DA2A +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5305.475921554761 + 20 +722.3784709814286 + 30 +0.0 + 11 +5341.475921554761 + 21 +722.3784709814286 + 31 +0.0 + 0 +LINE + 5 +DA2B +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5305.475921554761 + 20 +722.3784709814286 + 30 +0.0 + 11 +5306.475921554761 + 21 +722.3784709814286 + 31 +0.0 + 0 +LINE + 5 +DA2C +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbLine + 10 +5306.475921554761 + 20 +722.3784709814286 + 30 +0.0 + 11 +5306.475921554761 + 21 +757.3784709814286 + 31 +0.0 + 0 +ARC + 5 +DA2D +330 +1F +100 +AcDbEntity + 8 +door +100 +AcDbCircle + 10 +5306.475921554761 + 20 +722.3784709814286 + 30 +0.0 + 40 +35.0 +100 +AcDbArc + 50 +0.0 + 51 +90.0 + 0 +LINE + 5 +DA2F +330 +1F +100 +AcDbEntity + 8 +wall + 6 +DASHED2 +100 +AcDbLine + 10 +5377.475921554758 + 20 +738.8784709814286 + 30 +0.0 + 11 +5305.47592155476 + 21 +738.8784709814286 + 31 +0.0 + 0 +LINE + 5 +DA30 +102 +{ACAD_REACTORS +330 +E292 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5350.475921554758 + 20 +638.3784709814286 + 30 +0.0 + 11 +5377.475921554758 + 21 +638.3784709814286 + 31 +0.0 + 0 +LINE + 5 +DA31 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5350.475921554758 + 20 +633.8784709814286 + 30 +0.0 + 11 +5377.475921554758 + 21 +633.8784709814286 + 31 +0.0 + 0 +LINE + 5 +DA32 +330 +1F +100 +AcDbEntity + 8 +door + 6 +DASHED2 +100 +AcDbLine + 10 +5308.475921554758 + 20 +633.8784709814286 + 30 +0.0 + 11 +5350.475921554758 + 21 +638.3784709814286 + 31 +0.0 + 0 +LINE + 5 +DA33 +330 +1F +100 +AcDbEntity + 8 +door + 6 +DASHED2 +100 +AcDbLine + 10 +5350.475921554758 + 20 +633.8784709814286 + 30 +0.0 + 11 +5308.475921554758 + 21 +638.3784709814286 + 31 +0.0 + 0 +LINE + 5 +DA34 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5131.475921554761 + 20 +395.4250532641183 + 30 +0.0 + 11 +5107.475921554761 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DA35 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5107.475921554761 + 20 +395.4250532641183 + 30 +0.0 + 11 +5107.475921554761 + 21 +467.425053264118 + 31 +0.0 + 0 +LINE + 5 +DA36 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5131.475921554761 + 20 +467.425053264118 + 30 +0.0 + 11 +5107.475921554761 + 21 +467.425053264118 + 31 +0.0 + 0 +MTEXT + 5 +DA37 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5117.000334538751 + 20 +427.845560560999 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4409;{\fArial Narrow|b0|i0|c0|p34;WARDROBE} + 11 +-2.000000000000000E-16 + 21 +-1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DA39 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5266.977668453149 + 20 +425.3490450954262 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4409;{\fArial Narrow|b0|i0|c0|p34;WARDROBE} + 11 +-2.000000000000000E-16 + 21 +-1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DA3A +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5224.911203153251 + 20 +646.4417675087416 + 30 +0.0 + 40 +5.999999999999999 + 41 +52873.61157476808 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4409;{\fArial Narrow|b0|i0|c0|p34;WARDROBE} + 11 +0.9997582351324026 + 21 +0.02198798046532606 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DA3C +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5095.891040166541 + 20 +533.91519965861 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;TOILET\P10'x5'} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DA3D +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5328.301086871575 + 20 +673.3312254400148 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4409;{\fArial Narrow|b0|i0|c0|p34;KITCHEN\P7'X8'} + 73 + 1 + 44 +1.0 + 0 +LINE + 5 +DA9A +102 +{ACAD_REACTORS +330 +E230 +330 +E24A +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5300.975921554758 + 20 +776.4250532641183 + 30 +0.0 + 11 +5305.47592155476 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DA9B +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5303.225921554759 + 20 +776.4250532641183 + 30 +0.0 + 11 +5303.225921554759 + 21 +726.8784709814286 + 31 +0.0 + 0 +LINE + 5 +DA9C +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5011.475921554762 + 20 +716.425053264118 + 30 +0.0 + 11 +5011.475921554762 + 21 +776.4250532641183 + 31 +0.0 + 0 +HATCH + 5 +DAB8 +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5131.47592155476 + 20 +395.4250532641176 + 11 +5140.475921554762 + 21 +395.4250532641176 + 72 + 1 + 10 +5140.475921554762 + 20 +395.4250532641176 + 11 +5140.475921554762 + 21 +386.4250532641176 + 72 + 1 + 10 +5140.475921554762 + 20 +386.4250532641176 + 11 +5131.47592155476 + 21 +386.4250532641176 + 72 + 1 + 10 +5131.47592155476 + 20 +386.4250532641176 + 11 +5131.47592155476 + 21 +395.4250532641176 + 97 + 1 +330 +DAB9 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +436.3793377732309 + 20 +-644.3482389618873 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +DAB9 +102 +{ACAD_REACTORS +330 +DAB8 +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5131.47592155476 + 20 +395.4250532641176 + 10 +5140.475921554762 + 20 +395.4250532641176 + 10 +5140.475921554762 + 20 +386.4250532641176 + 10 +5131.47592155476 + 20 +386.4250532641176 + 0 +HATCH + 5 +DABA +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5272.475921554756 + 20 +395.4250532641183 + 11 +5281.475921554758 + 21 +395.4250532641183 + 72 + 1 + 10 +5281.475921554758 + 20 +395.4250532641183 + 11 +5281.475921554758 + 21 +386.4250532641183 + 72 + 1 + 10 +5281.475921554758 + 20 +386.4250532641183 + 11 +5272.475921554756 + 21 +386.4250532641183 + 72 + 1 + 10 +5272.475921554756 + 20 +386.4250532641183 + 11 +5272.475921554756 + 21 +395.4250532641183 + 97 + 1 +330 +DABB + 75 + 0 + 76 + 1 + 98 + 1 + 10 +577.3793377732272 + 20 +-644.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +DABB +102 +{ACAD_REACTORS +330 +DABA +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5272.475921554756 + 20 +395.4250532641183 + 10 +5281.475921554758 + 20 +395.4250532641183 + 10 +5281.475921554758 + 20 +386.4250532641183 + 10 +5272.475921554756 + 20 +386.4250532641183 + 0 +HATCH + 5 +DABC +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5131.475921554758 + 20 +642.8784709814274 + 11 +5140.475921554759 + 21 +642.8784709814274 + 72 + 1 + 10 +5140.475921554759 + 20 +642.8784709814274 + 11 +5140.475921554759 + 21 +633.8784709814286 + 72 + 1 + 10 +5140.475921554759 + 20 +633.8784709814286 + 11 +5131.475921554758 + 21 +633.8784709814286 + 72 + 1 + 10 +5131.475921554758 + 20 +633.8784709814286 + 11 +5131.475921554758 + 21 +642.8784709814274 + 97 + 1 +330 +DABD + 75 + 0 + 76 + 1 + 98 + 1 + 10 +436.3793377732272 + 20 +-609.8948212445775 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +DABD +102 +{ACAD_REACTORS +330 +DABC +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5131.475921554758 + 20 +642.8784709814274 + 10 +5140.475921554759 + 20 +642.8784709814274 + 10 +5140.475921554759 + 20 +633.8784709814286 + 10 +5131.475921554758 + 20 +633.8784709814286 + 0 +HATCH + 5 +DABF +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5272.475921554757 + 20 +642.878470981427 + 11 +5281.475921554758 + 21 +642.878470981427 + 72 + 1 + 10 +5281.475921554758 + 20 +642.878470981427 + 11 +5281.475921554758 + 21 +633.8784709814281 + 72 + 1 + 10 +5281.475921554758 + 20 +633.8784709814281 + 11 +5272.475921554757 + 21 +633.8784709814281 + 72 + 1 + 10 +5272.475921554757 + 20 +633.8784709814281 + 11 +5272.475921554757 + 21 +642.878470981427 + 97 + 1 +330 +DAC0 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +577.3793377732263 + 20 +-609.894821244578 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +DAC0 +102 +{ACAD_REACTORS +330 +DABF +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5272.475921554757 + 20 +642.878470981427 + 10 +5281.475921554758 + 20 +642.878470981427 + 10 +5281.475921554758 + 20 +633.8784709814281 + 10 +5272.475921554757 + 20 +633.8784709814281 + 0 +HATCH + 5 +DAC1 +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5272.475921554757 + 20 +785.4250532641183 + 11 +5281.475921554758 + 21 +785.4250532641183 + 72 + 1 + 10 +5281.475921554758 + 20 +785.4250532641183 + 11 +5281.475921554758 + 21 +776.4250532641195 + 72 + 1 + 10 +5281.475921554758 + 20 +776.4250532641195 + 11 +5272.475921554757 + 21 +776.4250532641195 + 72 + 1 + 10 +5272.475921554757 + 20 +776.4250532641195 + 11 +5272.475921554757 + 21 +785.4250532641183 + 97 + 1 +330 +DAC2 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +577.3793377732263 + 20 +-467.3482389618866 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +DAC2 +102 +{ACAD_REACTORS +330 +DAC1 +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5272.475921554757 + 20 +785.4250532641183 + 10 +5281.475921554758 + 20 +785.4250532641183 + 10 +5281.475921554758 + 20 +776.4250532641195 + 10 +5272.475921554757 + 20 +776.4250532641195 + 0 +MTEXT + 5 +DAC3 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5067.124326722797 + 20 +606.0832001779963 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;BEDROOM 1\P10'x11'-6"} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DAC4 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5211.632621088723 + 20 +671.749314807008 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;BEDROOM 2\P11'-9"x11'-6"} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DAC5 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5060.436729213324 + 20 +479.2140014047036 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;BEDROOM 3\P10'x9'} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DAC7 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5252.899042738575 + 20 +531.4721631357988 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;DIN / LIVING AREA\P20'x11'^I} + 73 + 1 + 44 +1.0 + 0 +LINE + 5 +DAC8 +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5381.975921554759 + 20 +629.3784709814286 + 30 +0.0 + 11 +5381.975921554759 + 21 +548.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DAC9 +102 +{ACAD_REACTORS +330 +E2E0 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554759 + 20 +503.4250532641183 + 30 +0.0 + 11 +5377.475921554759 + 21 +395.4250532641183 + 31 +0.0 + 0 +HATCH + 5 +DADE +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5002.475921554759 + 20 +287.4250532641189 + 11 +5011.475921554761 + 21 +287.4250532641189 + 72 + 1 + 10 +5011.475921554761 + 20 +287.4250532641189 + 11 +5011.475921554761 + 21 +278.4250532641189 + 72 + 1 + 10 +5011.475921554761 + 20 +278.4250532641189 + 11 +5002.475921554759 + 21 +278.4250532641189 + 72 + 1 + 10 +5002.475921554759 + 20 +278.4250532641189 + 11 +5002.475921554759 + 21 +287.4250532641189 + 97 + 1 +330 +DADF + 75 + 0 + 76 + 1 + 98 + 1 + 10 +307.37933777323 + 20 +-752.3482389618861 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +DADF +102 +{ACAD_REACTORS +330 +DADE +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5002.475921554759 + 20 +287.4250532641189 + 10 +5011.475921554761 + 20 +287.4250532641189 + 10 +5011.475921554761 + 20 +278.4250532641189 + 10 +5002.475921554759 + 20 +278.4250532641189 + 0 +HATCH + 5 +DAE0 +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5377.475921554757 + 20 +287.4250532641189 + 11 +5386.475921554759 + 21 +287.4250532641189 + 72 + 1 + 10 +5386.475921554759 + 20 +287.4250532641189 + 11 +5386.475921554759 + 21 +278.4250532641189 + 72 + 1 + 10 +5386.475921554759 + 20 +278.4250532641189 + 11 +5377.475921554757 + 21 +278.4250532641189 + 72 + 1 + 10 +5377.475921554757 + 20 +278.4250532641189 + 11 +5377.475921554757 + 21 +287.4250532641189 + 97 + 1 +330 +DAE1 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +307.3793377732281 + 20 +-752.3482389618861 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +DAE1 +102 +{ACAD_REACTORS +330 +DAE0 +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5377.475921554757 + 20 +287.4250532641189 + 10 +5386.475921554759 + 20 +287.4250532641189 + 10 +5386.475921554759 + 20 +278.4250532641189 + 10 +5377.475921554757 + 20 +278.4250532641189 + 0 +HATCH + 5 +DAE2 +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbHatch + 10 +0.0 + 20 +0.0 + 30 +0.0 +210 +0.0 +220 +0.0 +230 +1.0 + 2 +SOLID + 70 + 1 + 71 + 1 + 91 + 1 + 92 + 1 + 93 + 4 + 72 + 1 + 10 +5131.47592155476 + 20 +287.4250532641189 + 11 +5140.475921554762 + 21 +287.4250532641189 + 72 + 1 + 10 +5140.475921554762 + 20 +287.4250532641189 + 11 +5140.475921554762 + 21 +278.4250532641189 + 72 + 1 + 10 +5140.475921554762 + 20 +278.4250532641189 + 11 +5131.47592155476 + 21 +278.4250532641189 + 72 + 1 + 10 +5131.47592155476 + 20 +278.4250532641189 + 11 +5131.47592155476 + 21 +287.4250532641189 + 97 + 1 +330 +DAE3 + 75 + 0 + 76 + 1 + 98 + 1 + 10 +436.3793377732309 + 20 +-752.348238961886 +450 + 0 +451 + 0 +460 +0.0 +461 +0.0 +452 + 1 +462 +1.0 +453 + 2 +463 +0.0 + 63 + 5 +421 + 255 +463 +1.0 + 63 + 7 +421 + 16777215 +470 +LINEAR +1001 +ACAD +1010 +0.0 +1020 +0.0 +1030 +0.0 + 0 +LWPOLYLINE + 5 +DAE3 +102 +{ACAD_REACTORS +330 +DAE2 +102 +} +330 +1F +100 +AcDbEntity + 8 +col +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5131.47592155476 + 20 +287.4250532641189 + 10 +5140.475921554762 + 20 +287.4250532641189 + 10 +5140.475921554762 + 20 +278.4250532641189 + 10 +5131.47592155476 + 20 +278.4250532641189 + 0 +LINE + 5 +DB32 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5095.423045168522 + 20 +572.4250532641181 + 30 +0.0 + 11 +5095.423045168522 + 21 +596.4250532641181 + 31 +0.0 + 0 +LINE + 5 +DB33 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5095.423045168522 + 20 +596.4250532641181 + 30 +0.0 + 11 +5011.475921554763 + 21 +596.4250532641175 + 31 +0.0 + 0 +MTEXT + 5 +DB4E +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5053.918448138973 + 20 +581.9802669295195 + 30 +0.0 + 40 +5.999999999999999 + 41 +52873.61157476808 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4409;{\fArial Narrow|b0|i0|c0|p34;WARDROBE} + 11 +0.9997582351324026 + 21 +0.02198798046532606 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +LINE + 5 +DBAC +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5237.384040394247 + 20 +762.6688447853683 + 30 +0.0 + 11 +5231.143283354108 + 21 +762.6688447853683 + 31 +0.0 + 0 +LINE + 5 +DBAD +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5237.384040394247 + 20 +774.1289431301343 + 30 +0.0 + 11 +5237.384040394247 + 21 +762.6688447853683 + 31 +0.0 + 0 +LINE + 5 +DBAE +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5212.424036234199 + 20 +774.1289431301343 + 30 +0.0 + 11 +5237.384040394247 + 21 +774.1289431301343 + 31 +0.0 + 0 +LINE + 5 +DBAF +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5212.424036234199 + 20 +765.0688451853723 + 30 +0.0 + 11 +5212.424036234199 + 21 +774.1289431301343 + 31 +0.0 + 0 +LINE + 5 +DBB0 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5209.544023754192 + 20 +774.1289431301343 + 30 +0.0 + 11 +5209.544023754192 + 21 +765.0688451853723 + 31 +0.0 + 0 +LINE + 5 +DBB1 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5184.584031594146 + 20 +774.1289431301343 + 30 +0.0 + 11 +5209.544023754192 + 21 +774.1289431301343 + 31 +0.0 + 0 +LINE + 5 +DBB2 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5184.584031594146 + 20 +765.0688451853723 + 30 +0.0 + 11 +5184.584031594146 + 21 +774.1289431301343 + 31 +0.0 + 0 +LINE + 5 +DBB3 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5246.984041994263 + 20 +697.5688913699512 + 30 +0.0 + 11 +5174.98404199413 + 21 +697.5688913699512 + 31 +0.0 + 0 +LINE + 5 +DBB4 +102 +{ACAD_REACTORS +330 +DD04 +102 +} +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5174.98404199413 + 20 +697.5688913699512 + 30 +0.0 + 11 +5174.98404199413 + 21 +775.5689433701373 + 31 +0.0 + 0 +LINE + 5 +DBB5 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5228.744050954231 + 20 +762.1888447053673 + 30 +0.0 + 11 +5174.98404199413 + 21 +762.1888447053673 + 31 +0.0 + 0 +LINE + 5 +DBB6 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5174.98404199413 + 20 +765.0688451853723 + 30 +0.0 + 11 +5228.744050954231 + 21 +765.0688451853723 + 31 +0.0 + 0 +LINE + 5 +DBB7 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5174.98404199413 + 20 +775.5689433701373 + 30 +0.0 + 11 +5246.984041994263 + 21 +775.5689433701373 + 31 +0.0 + 0 +LINE + 5 +DBB8 +102 +{ACAD_REACTORS +330 +DD04 +102 +} +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5246.984041994263 + 20 +775.5689433701373 + 30 +0.0 + 11 +5246.984041994263 + 21 +697.5688913699512 + 31 +0.0 + 0 +LINE + 5 +DBB9 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5246.984041994263 + 20 +748.8494016756313 + 30 +0.0 + 11 +5228.744050954231 + 21 +765.0688451853723 + 31 +0.0 + 0 +LINE + 5 +DBBA +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5228.744050954231 + 20 +748.8494016756313 + 30 +0.0 + 11 +5246.984041994263 + 21 +748.8494016756313 + 31 +0.0 + 0 +LINE + 5 +DBBB +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5228.744050954231 + 20 +765.0688451853723 + 30 +0.0 + 11 +5228.744050954231 + 21 +748.8494016756313 + 31 +0.0 + 0 +LWPOLYLINE + 5 +DBBC +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5264.984041994264 + 20 +763.5689433701373 + 10 +5246.984041994263 + 20 +763.5689433701373 + 10 +5246.984041994263 + 20 +775.5689433701373 + 10 +5264.984041994264 + 20 +775.5689433701373 + 0 +LWPOLYLINE + 5 +DBBD +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5159.907838721318 + 20 +763.5689433701373 + 10 +5174.98404199413 + 20 +763.5689433701373 + 10 +5174.98404199413 + 20 +775.5689433701373 + 10 +5159.907838721318 + 20 +775.5689433701373 + 0 +LINE + 5 +DC3F +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5091.80173508515 + 20 +697.2891948807389 + 30 +0.0 + 11 +5085.56097804501 + 21 +697.2891948807389 + 31 +0.0 + 0 +LINE + 5 +DC40 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5091.80173508515 + 20 +708.749293225505 + 30 +0.0 + 11 +5091.80173508515 + 21 +697.2891948807389 + 31 +0.0 + 0 +LINE + 5 +DC41 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5066.841730925102 + 20 +708.749293225505 + 30 +0.0 + 11 +5091.80173508515 + 21 +708.749293225505 + 31 +0.0 + 0 +LINE + 5 +DC42 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5066.841730925102 + 20 +699.689195280743 + 30 +0.0 + 11 +5066.841730925102 + 21 +708.749293225505 + 31 +0.0 + 0 +LINE + 5 +DC43 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5063.961718445094 + 20 +708.749293225505 + 30 +0.0 + 11 +5063.961718445094 + 21 +699.689195280743 + 31 +0.0 + 0 +LINE + 5 +DC44 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5039.001726285049 + 20 +708.749293225505 + 30 +0.0 + 11 +5063.961718445094 + 21 +708.749293225505 + 31 +0.0 + 0 +LINE + 5 +DC45 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5039.001726285049 + 20 +699.689195280743 + 30 +0.0 + 11 +5039.001726285049 + 21 +708.749293225505 + 31 +0.0 + 0 +LINE + 5 +DC46 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5101.401736685166 + 20 +632.1892414653219 + 30 +0.0 + 11 +5035.401736685033 + 21 +632.1892414653219 + 31 +0.0 + 0 +LINE + 5 +DC47 +102 +{ACAD_REACTORS +330 +DC84 +102 +} +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5035.401736685033 + 20 +632.1892414653219 + 30 +0.0 + 11 +5035.401736685033 + 21 +710.189293465508 + 31 +0.0 + 0 +LINE + 5 +DC48 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5083.161745645134 + 20 +696.8091948007379 + 30 +0.0 + 11 +5035.401736685033 + 21 +696.8091948007379 + 31 +0.0 + 0 +LINE + 5 +DC49 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5035.401736685033 + 20 +699.689195280743 + 30 +0.0 + 11 +5083.161745645134 + 21 +699.689195280743 + 31 +0.0 + 0 +LINE + 5 +DC4A +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5035.401736685033 + 20 +710.189293465508 + 30 +0.0 + 11 +5101.401736685166 + 21 +710.189293465508 + 31 +0.0 + 0 +LINE + 5 +DC4B +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5101.401736685166 + 20 +710.189293465508 + 30 +0.0 + 11 +5101.401736685166 + 21 +632.1892414653219 + 31 +0.0 + 0 +LINE + 5 +DC4C +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5101.401736685166 + 20 +683.4697517710019 + 30 +0.0 + 11 +5083.161745645134 + 21 +699.689195280743 + 31 +0.0 + 0 +LINE + 5 +DC4D +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5083.161745645134 + 20 +683.4697517710019 + 30 +0.0 + 11 +5101.401736685166 + 21 +683.4697517710019 + 31 +0.0 + 0 +LINE + 5 +DC4E +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5083.161745645134 + 20 +699.689195280743 + 30 +0.0 + 11 +5083.161745645134 + 21 +683.4697517710019 + 31 +0.0 + 0 +LWPOLYLINE + 5 +DC50 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5014.32553341222 + 20 +698.189293465508 + 10 +5035.401736685033 + 20 +698.189293465508 + 10 +5035.401736685033 + 20 +710.189293465508 + 10 +5014.32553341222 + 20 +710.189293465508 + 0 +DIMENSION + 5 +DC6B +102 +{ACAD_REACTORS +330 +DC84 +102 +} +102 +{ACAD_XDICTIONARY +360 +DC79 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D342 + 10 +5101.401736685166 + 20 +660.1302221334754 + 30 +0.0 + 11 +5068.401736685099 + 21 +660.1302221334754 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +66.00000000013279 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5035.401736685033 + 23 +671.1892674654149 + 33 +0.0 + 14 +5101.401736685166 + 24 +668.9499240731984 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +DCEB +102 +{ACAD_REACTORS +330 +DD04 +102 +} +102 +{ACAD_XDICTIONARY +360 +DCF9 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D345 + 10 +5246.984041994263 + 20 +704.2854322918829 + 30 +0.0 + 11 +5210.984041994197 + 21 +704.2854322918829 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +72.00000000013279 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5174.98404199413 + 23 +697.5688913699512 + 33 +0.0 + 14 +5246.984041994263 + 24 +697.5688913699512 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +LINE + 5 +DD06 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5046.617003445688 + 20 +396.8650535041213 + 30 +0.0 + 11 +5046.617003445688 + 21 +407.3398431680639 + 31 +0.0 + 0 +LINE + 5 +DD07 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5071.577007605736 + 20 +396.8650535041213 + 30 +0.0 + 11 +5046.617003445688 + 21 +396.8650535041213 + 31 +0.0 + 0 +LINE + 5 +DD08 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5071.577007605736 + 20 +405.9251514488833 + 30 +0.0 + 11 +5071.577007605736 + 21 +396.8650535041213 + 31 +0.0 + 0 +LINE + 5 +DD0C +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5035.444608464471 + 20 +473.4251052643044 + 30 +0.0 + 11 +5083.444608464604 + 21 +473.4251052643044 + 31 +0.0 + 0 +LINE + 5 +DD0D +102 +{ACAD_REACTORS +330 +DD2F +330 +DDA5 +102 +} +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5083.444608464604 + 20 +473.4251052643044 + 30 +0.0 + 11 +5083.444608464604 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DD0E +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5047.684599504503 + 20 +408.8051519288883 + 30 +0.0 + 11 +5083.444608464604 + 21 +408.8051519288883 + 31 +0.0 + 0 +LINE + 5 +DD0F +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5083.444608464604 + 20 +405.9251514488833 + 30 +0.0 + 11 +5047.684599504503 + 21 +405.9251514488833 + 31 +0.0 + 0 +LINE + 5 +DD10 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5083.444608464604 + 20 +395.4250532641183 + 30 +0.0 + 11 +5035.444608464471 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DD11 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5035.444608464471 + 20 +395.4250532641183 + 30 +0.0 + 11 +5035.444608464471 + 21 +473.4251052643044 + 31 +0.0 + 0 +LINE + 5 +DD12 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5035.444608464471 + 20 +422.1445949586243 + 30 +0.0 + 11 +5047.684599504503 + 21 +405.9251514488833 + 31 +0.0 + 0 +LINE + 5 +DD13 +102 +{ACAD_REACTORS +330 +DDA5 +102 +} +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5047.684599504503 + 20 +422.1445949586243 + 30 +0.0 + 11 +5035.444608464471 + 21 +422.1445949586243 + 31 +0.0 + 0 +LINE + 5 +DD14 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5047.684599504503 + 20 +405.9251514488833 + 30 +0.0 + 11 +5047.684599504503 + 21 +422.1445949586243 + 31 +0.0 + 0 +DIMENSION + 5 +DD16 +102 +{ACAD_REACTORS +330 +DD2F +102 +} +102 +{ACAD_XDICTIONARY +360 +DD24 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D346 + 10 +5097.152129011683 + 20 +503.4250532641182 + 30 +0.0 + 11 +5097.152129011683 + 21 +488.4250792642122 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +29.9999479998138 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5083.444608464604 + 23 +473.4251052643044 + 33 +0.0 + 14 +5083.444608464604 + 24 +503.4250532641182 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +DD8C +102 +{ACAD_REACTORS +330 +DDA5 +102 +} +102 +{ACAD_XDICTIONARY +360 +DD9A +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D349 + 10 +5083.444608464604 + 20 +432.7934722277751 + 30 +0.0 + 11 +5059.444608464538 + 21 +432.7934722277751 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +48.00000000013279 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5035.444608464471 + 23 +422.1445949586243 + 33 +0.0 + 14 +5083.444608464604 + 24 +422.1445949586243 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +LWPOLYLINE + 5 +DDA8 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5020.444608464471 + 20 +395.4250532641183 + 10 +5035.444608464471 + 20 +395.4250532641183 + 10 +5035.444608464471 + 20 +410.4250532641183 + 10 +5020.444608464471 + 20 +410.4250532641183 + 0 +LWPOLYLINE + 5 +DDA9 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5098.444608464604 + 20 +395.4250532641183 + 10 +5083.444608464604 + 20 +395.4250532641183 + 10 +5083.444608464604 + 20 +410.4250532641183 + 10 +5098.444608464604 + 20 +410.4250532641183 + 0 +LINE + 5 +DDC8 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5316.648316535843 + 20 +396.8650535041212 + 30 +0.0 + 11 +5316.648316535843 + 21 +407.3398431680638 + 31 +0.0 + 0 +LINE + 5 +DDC9 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5341.608320695891 + 20 +396.8650535041212 + 30 +0.0 + 11 +5316.648316535843 + 21 +396.8650535041212 + 31 +0.0 + 0 +LINE + 5 +DDCA +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5341.608320695891 + 20 +405.9251514488832 + 30 +0.0 + 11 +5341.608320695891 + 21 +396.8650535041212 + 31 +0.0 + 0 +LINE + 5 +DDCB +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5305.475921554626 + 20 +473.4251052643044 + 30 +0.0 + 11 +5353.475921554759 + 21 +473.4251052643044 + 31 +0.0 + 0 +LINE + 5 +DDCC +102 +{ACAD_REACTORS +330 +DDD6 +102 +} +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5353.475921554759 + 20 +473.4251052643044 + 30 +0.0 + 11 +5353.475921554759 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DDCD +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5317.715912594658 + 20 +408.8051519288883 + 30 +0.0 + 11 +5353.475921554759 + 21 +408.8051519288883 + 31 +0.0 + 0 +LINE + 5 +DDCE +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5353.475921554759 + 20 +405.9251514488832 + 30 +0.0 + 11 +5317.715912594658 + 21 +405.9251514488832 + 31 +0.0 + 0 +LINE + 5 +DDCF +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5353.475921554759 + 20 +395.4250532641183 + 30 +0.0 + 11 +5305.475921554626 + 21 +395.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DDD0 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5305.475921554626 + 20 +395.4250532641183 + 30 +0.0 + 11 +5305.475921554626 + 21 +473.4251052643044 + 31 +0.0 + 0 +LINE + 5 +DDD1 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5305.475921554626 + 20 +422.1445949586243 + 30 +0.0 + 11 +5317.715912594658 + 21 +405.9251514488832 + 31 +0.0 + 0 +LINE + 5 +DDD2 +102 +{ACAD_REACTORS +330 +DDD6 +102 +} +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5317.715912594658 + 20 +422.1445949586243 + 30 +0.0 + 11 +5305.475921554626 + 21 +422.1445949586243 + 31 +0.0 + 0 +LINE + 5 +DDD3 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5317.715912594658 + 20 +405.9251514488832 + 30 +0.0 + 11 +5317.715912594658 + 21 +422.1445949586243 + 31 +0.0 + 0 +DIMENSION + 5 +DDD4 +102 +{ACAD_REACTORS +330 +DDD6 +102 +} +102 +{ACAD_XDICTIONARY +360 +DDD5 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D350 + 10 +5353.475921554759 + 20 +432.793472227775 + 30 +0.0 + 11 +5329.475921554693 + 21 +432.793472227775 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +48.00000000013279 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5305.475921554626 + 23 +422.1445949586243 + 33 +0.0 + 14 +5353.475921554759 + 24 +422.1445949586243 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +LWPOLYLINE + 5 +DDD7 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5290.475921554626 + 20 +395.4250532641183 + 10 +5305.475921554626 + 20 +395.4250532641183 + 10 +5305.475921554626 + 20 +410.4250532641183 + 10 +5290.475921554626 + 20 +410.4250532641183 + 0 +LWPOLYLINE + 5 +DDD8 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5368.475921554759 + 20 +395.4250532641183 + 10 +5353.475921554759 + 20 +395.4250532641183 + 10 +5353.475921554759 + 20 +410.4250532641183 + 10 +5368.475921554759 + 20 +410.4250532641183 + 0 +MTEXT + 5 +DDFA +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5323.329176315651 + 20 +479.2140014047036 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;BEDROOM 4\P10'x9'} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DE19 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5217.703778738878 + 20 +454.5636528736004 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt4408;{\fArial Narrow|b0|i0|c0|p34;STORAGE CB} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DE71 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5041.66163233411 + 20 +547.4668002933518 + 30 +0.0 + 40 +4.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;SHOWER AREA} + 73 + 1 + 44 +1.0 + 0 +LINE + 5 +DE72 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5047.475921554762 + 20 +716.425053264118 + 30 +0.0 + 11 +5047.475921554762 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +DE73 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5051.475921554762 + 20 +716.425053264118 + 30 +0.0 + 11 +5051.475921554762 + 21 +776.4250532641183 + 31 +0.0 + 0 +MTEXT + 5 +DE82 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5064.523534099013 + 20 +729.7295667785946 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;TOILET\P10'x5'} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DE9D +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5029.570284812306 + 20 +750.4653498006951 + 30 +0.0 + 40 +4.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;SHOWER AREA} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +DE9E +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5342.828623997221 + 20 +761.9112911798034 + 30 +0.0 + 40 +4.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;OPEN SHAFT\P6'x3'} + 73 + 1 + 44 +1.0 + 0 +CIRCLE + 5 +DEC0 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +5333.298090319662 + 20 +583.6306098275795 + 30 +0.0 + 40 +18.0 + 0 +CIRCLE + 5 +DEC9 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +5348.039720030356 + 20 +566.35559548992 + 30 +0.0 + 40 +7.5 + 0 +ARC + 5 +DECA +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +5346.463640949036 + 20 +567.9316745712392 + 30 +0.0 + 40 +7.5 +100 +AcDbArc + 50 +233.5454649085029 + 51 +36.45453509149724 + 0 +CIRCLE + 5 +DECB +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +5318.556460608968 + 20 +566.35559548992 + 30 +0.0 + 40 +7.5 + 0 +ARC + 5 +DECC +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +5320.132539690288 + 20 +567.9316745712392 + 30 +0.0 + 40 +7.5 +100 +AcDbArc + 50 +143.5454649085175 + 51 +306.4545350914964 + 0 +CIRCLE + 5 +DECD +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +5348.039720030356 + 20 +600.905624165239 + 30 +0.0 + 40 +7.5 + 0 +ARC + 5 +DECE +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +5346.463640949036 + 20 +599.3295450839198 + 30 +0.0 + 40 +7.5 +100 +AcDbArc + 50 +323.5454649085035 + 51 +126.4545350914979 + 0 +CIRCLE + 5 +DECF +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +5318.556460608968 + 20 +600.905624165239 + 30 +0.0 + 40 +7.5 + 0 +ARC + 5 +DED0 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbCircle + 10 +5320.132539690288 + 20 +599.3295450839198 + 30 +0.0 + 40 +7.5 +100 +AcDbArc + 50 +53.54546490850252 + 51 +216.4545350914808 + 0 +LINE + 5 +DED1 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554757 + 20 +633.8784709814286 + 30 +0.0 + 11 +5350.475921554758 + 21 +633.8784709814286 + 31 +0.0 + 0 +LINE + 5 +DED2 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5350.475921554758 + 20 +633.8784709814286 + 30 +0.0 + 11 +5350.475921554758 + 21 +615.8784709814286 + 31 +0.0 + 0 +LINE + 5 +DED3 +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbLine + 10 +5350.475921554758 + 20 +615.8784709814286 + 30 +0.0 + 11 +5377.475921554757 + 21 +615.8784709814286 + 31 +0.0 + 0 +LINE + 5 +DED4 +102 +{ACAD_REACTORS +330 +E2AC +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbLine + 10 +5377.475921554757 + 20 +615.8784709814286 + 30 +0.0 + 11 +5377.475921554757 + 21 +633.8784709814286 + 31 +0.0 + 0 +MTEXT + 5 +DED5 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5361.379191276372 + 20 +621.7949215479305 + 30 +0.0 + 40 +6.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;cb} + 73 + 1 + 44 +1.0 + 0 +LINE + 5 +DEEB +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5268.519917192881 + 20 +599.2934295454104 + 30 +0.0 + 11 +5187.519917192881 + 21 +599.2934295454104 + 31 +0.0 + 0 +LINE + 5 +DEEC +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5274.5732428753 + 20 +602.2939035209192 + 30 +0.0 + 11 +5268.5732428753 + 21 +602.2939035209192 + 31 +0.0 + 0 +LINE + 5 +DEED +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5187.5732428753 + 20 +602.2939035209192 + 30 +0.0 + 11 +5181.5732428753 + 21 +602.2939035209192 + 31 +0.0 + 0 +LINE + 5 +DEEE +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5187.519917192881 + 20 +599.2934295454104 + 30 +0.0 + 11 +5187.5732428753 + 21 +626.2939035209192 + 31 +0.0 + 0 +LINE + 5 +DEEF +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5214.519917192881 + 20 +599.2934295454104 + 30 +0.0 + 11 +5214.5732428753 + 21 +626.2939035209192 + 31 +0.0 + 0 +LINE + 5 +DEF0 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5241.519917192881 + 20 +599.2934295454104 + 30 +0.0 + 11 +5241.5732428753 + 21 +626.2939035209192 + 31 +0.0 + 0 +LINE + 5 +DEF1 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5268.519917192881 + 20 +599.2934295454104 + 30 +0.0 + 11 +5268.5732428753 + 21 +626.2939035209192 + 31 +0.0 + 0 +LINE + 5 +DEF2 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5181.5732428753 + 20 +602.2939035209192 + 30 +0.0 + 11 +5181.5732428753 + 21 +632.2939035209192 + 31 +0.0 + 0 +LINE + 5 +DEF3 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5187.5732428753 + 20 +626.2939035209192 + 30 +0.0 + 11 +5268.5732428753 + 21 +626.2939035209192 + 31 +0.0 + 0 +LINE + 5 +DEF4 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5181.5732428753 + 20 +632.2939035209192 + 30 +0.0 + 11 +5274.5732428753 + 21 +632.2939035209192 + 31 +0.0 + 0 +LINE + 5 +DEF5 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbLine + 10 +5274.5732428753 + 20 +632.2939035209192 + 30 +0.0 + 11 +5274.5732428753 + 21 +602.2939035209192 + 31 +0.0 + 0 +LWPOLYLINE + 5 +DF4A +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5241.5732428753 + 20 +551.6600987780184 + 10 +5214.5732428753 + 20 +551.6600987780184 + 10 +5214.5732428753 + 20 +578.6600987780184 + 10 +5241.5732428753 + 20 +578.6600987780184 + 0 +LWPOLYLINE + 5 +DF4B +330 +1F +100 +AcDbEntity + 8 +fur + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5239.5732428753 + 20 +553.6600987780184 + 10 +5216.5732428753 + 20 +553.6600987780184 + 10 +5216.5732428753 + 20 +576.6600987780184 + 10 +5239.5732428753 + 20 +576.6600987780184 + 0 +LWPOLYLINE + 5 +E016 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5167.849406334233 + 20 +563.5245828213701 + 10 +5188.849406334233 + 20 +563.5245828213701 + 10 +5188.849406334233 + 20 +584.5245828213701 + 10 +5167.849406334233 + 20 +584.5245828213701 + 0 +LWPOLYLINE + 5 +E017 +330 +1F +100 +AcDbEntity + 8 +FIXTURE + 6 +Continuous +100 +AcDbPolyline + 90 + 4 + 70 + 1 + 43 +0.0 + 10 +5167.849406334233 + 20 +534.9049390516266 + 10 +5188.849406334233 + 20 +534.9049390516266 + 10 +5188.849406334233 + 20 +555.9049390516266 + 10 +5167.849406334233 + 20 +555.9049390516266 + 0 +LINE + 5 +E063 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5202.475921554759 + 20 +402.4250532641183 + 30 +0.0 + 11 +5202.475921554759 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E064 +102 +{ACAD_REACTORS +330 +E3ED +102 +} +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5192.475921554759 + 20 +402.4250532641183 + 30 +0.0 + 11 +5192.475921554759 + 21 +437.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E065 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5248.475921554759 + 20 +352.4250532641189 + 30 +0.0 + 11 +5212.475921554759 + 21 +352.4250532641188 + 31 +0.0 + 0 +LINE + 5 +E066 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5248.475921554759 + 20 +362.4250532641189 + 30 +0.0 + 11 +5212.475921554759 + 21 +362.4250532641188 + 31 +0.0 + 0 +LINE + 5 +E067 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5248.475921554759 + 20 +372.4250532641189 + 30 +0.0 + 11 +5212.475921554759 + 21 +372.4250532641188 + 31 +0.0 + 0 +LINE + 5 +E068 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5248.475921554759 + 20 +382.4250532641189 + 30 +0.0 + 11 +5212.475921554759 + 21 +382.4250532641188 + 31 +0.0 + 0 +LINE + 5 +E069 +330 +1F +100 +AcDbEntity + 8 +0 +100 +AcDbLine + 10 +5248.475921554759 + 20 +392.4250532641189 + 30 +0.0 + 11 +5212.475921554759 + 21 +392.4250532641188 + 31 +0.0 + 0 +LINE + 5 +E088 +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5011.475921554764 + 20 +555.9250532641181 + 30 +0.0 + 11 +5002.47592155476 + 21 +555.9250532641181 + 31 +0.0 + 0 +LINE + 5 +E089 +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5011.475921554763 + 20 +519.9250532641182 + 30 +0.0 + 11 +5002.47592155476 + 21 +519.9250532641182 + 31 +0.0 + 0 +LINE + 5 +E08A +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5006.975921554762 + 20 +555.9250532641181 + 30 +0.0 + 11 +5006.975921554762 + 21 +519.9250532641182 + 31 +0.0 + 0 +LINE + 5 +E08B +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5011.475921554762 + 20 +696.789293465508 + 30 +0.0 + 11 +5002.475921554761 + 21 +696.789293465508 + 31 +0.0 + 0 +LINE + 5 +E08C +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5011.475921554762 + 20 +648.8784709814274 + 30 +0.0 + 11 +5002.475921554761 + 21 +648.8784709814274 + 31 +0.0 + 0 +LINE + 5 +E0BB +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5006.975921554762 + 20 +696.789293465508 + 30 +0.0 + 11 +5006.975921554762 + 21 +648.8784709814274 + 31 +0.0 + 0 +LINE + 5 +E0BC +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5011.475921554763 + 20 +728.4250532641186 + 30 +0.0 + 11 +5002.47592155476 + 21 +728.4250532641186 + 31 +0.0 + 0 +LINE + 5 +E0BD +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5011.475921554764 + 20 +764.4250532641184 + 30 +0.0 + 11 +5002.47592155476 + 21 +764.4250532641184 + 31 +0.0 + 0 +LINE + 5 +E0BE +330 +1F +100 +AcDbEntity + 8 +wind +100 +AcDbLine + 10 +5006.975921554762 + 20 +764.4250532641184 + 30 +0.0 + 11 +5006.975921554762 + 21 +728.4250532641186 + 31 +0.0 + 0 +DIMENSION + 5 +E0BF +102 +{ACAD_REACTORS +330 +E0D8 +102 +} +102 +{ACAD_XDICTIONARY +360 +E0CD +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D365 + 10 +4990.847943454639 + 20 +716.425053264118 + 30 +0.0 + 11 +4990.847943454639 + 21 +746.4250532641189 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +60.00000000000034 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5011.475921554762 + 23 +776.4250532641183 + 33 +0.0 + 14 +5011.475921554762 + 24 +716.425053264118 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E0D9 +102 +{ACAD_REACTORS +330 +E0F2 +102 +} +102 +{ACAD_XDICTIONARY +360 +E0E7 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D366 + 10 +4991.344355484518 + 20 +572.4250532641174 + 30 +0.0 + 11 +4991.344355484518 + 21 +642.1750532641187 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +139.5000000000008 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5011.475921554762 + 23 +711.9250532641182 + 33 +0.0 + 14 +5011.475921554763 + 24 +572.4250532641174 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E107 +102 +{ACAD_REACTORS +330 +E120 +102 +} +102 +{ACAD_XDICTIONARY +360 +E115 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D367 + 10 +4991.445419058684 + 20 +507.9250532641181 + 30 +0.0 + 11 +4991.445419058684 + 21 +537.9250532641188 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +59.99999999999994 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5011.475921554763 + 23 +567.925053264118 + 33 +0.0 + 14 +5041.475921554763 + 24 +507.925053264118 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E1FD +102 +{ACAD_REACTORS +330 +E216 +102 +} +102 +{ACAD_XDICTIONARY +360 +E20B +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D368 + 10 +5131.475921554757 + 20 +795.2728335014599 + 30 +0.0 + 11 +5071.47592155476 + 21 +795.2728335014599 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +119.9999999999955 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5011.475921554762 + 23 +776.4250532641183 + 33 +0.0 + 14 +5131.475921554757 + 24 +776.4250532641183 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E217 +102 +{ACAD_REACTORS +330 +E230 +102 +} +102 +{ACAD_XDICTIONARY +360 +E225 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D369 + 10 +5300.975921554758 + 20 +795.1362258478166 + 30 +0.0 + 11 +5218.475921554758 + 21 +795.1362258478166 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +164.9999999999991 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5135.975921554759 + 23 +776.4250532641183 + 33 +0.0 + 14 +5300.975921554758 + 24 +776.4250532641183 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E231 +102 +{ACAD_REACTORS +330 +E24A +102 +} +102 +{ACAD_XDICTIONARY +360 +E23F +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D370 + 10 +5377.475921554757 + 20 +795.1612434006311 + 30 +0.0 + 11 +5341.475921554758 + 21 +795.1612434006311 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +71.99999999999727 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5305.47592155476 + 23 +776.4250532641183 + 33 +0.0 + 14 +5377.475921554757 + 24 +776.4250532641183 + 34 +0.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E25F +102 +{ACAD_REACTORS +330 +E278 +102 +} +102 +{ACAD_XDICTIONARY +360 +E26D +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D371 + 10 +5395.79134842812 + 20 +726.8784709814286 + 30 +0.0 + 11 +5395.79134842812 + 21 +751.6517621227739 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +49.54658228268886 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5377.475921554757 + 23 +776.4250532641174 + 33 +0.0 + 14 +5377.475921554758 + 24 +726.8784709814286 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E279 +102 +{ACAD_REACTORS +330 +E292 +102 +} +102 +{ACAD_XDICTIONARY +360 +E287 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D372 + 10 +5397.09047741269 + 20 +638.3784709814286 + 30 +0.0 + 11 +5397.09047741269 + 21 +680.3784709814295 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +84.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5377.475921554758 + 23 +722.3784709814286 + 33 +0.0 + 14 +5377.475921554758 + 24 +638.3784709814286 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E293 +102 +{ACAD_REACTORS +330 +E2AC +102 +} +102 +{ACAD_XDICTIONARY +360 +E2A1 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D373 + 10 +5398.542331248093 + 20 +548.4250532641183 + 30 +0.0 + 11 +5398.542331248093 + 21 +591.1517621227744 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +85.45341771731023 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5377.475921554757 + 23 +633.8784709814286 + 33 +0.0 + 14 +5377.475921554757 + 24 +548.4250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E2AD +102 +{ACAD_REACTORS +330 +E2C6 +102 +} +102 +{ACAD_XDICTIONARY +360 +E2BB +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D374 + 10 +5396.37236003275 + 20 +507.9250532641183 + 30 +0.0 + 11 +5396.37236003275 + 21 +525.9250532641198 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +36.00000000000119 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5376.475921554759 + 23 +543.9250532641195 + 33 +0.0 + 14 +5376.475921554759 + 24 +507.9250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E2C7 +102 +{ACAD_REACTORS +330 +E2E0 +102 +} +102 +{ACAD_XDICTIONARY +360 +E2D5 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D375 + 10 +5397.099097161863 + 20 +395.4250532641183 + 30 +0.0 + 11 +5397.099097161863 + 21 +449.4250532641192 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +108.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5377.475921554759 + 23 +503.4250532641183 + 33 +0.0 + 14 +5377.475921554759 + 24 +395.4250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +MTEXT + 5 +E2E1 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5198.45722461567 + 20 +201.9812706404937 + 30 +0.0 + 40 +9.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;\LGROUND FLOOR PLAN\Poption-2} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +E2E2 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5198.45722461567 + 20 +811.4775270725604 + 30 +0.0 + 40 +9.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt2937;{\fArial Narrow|b0|i0|c0|p34;\Lothers} + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +E2E3 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +5419.100140903894 + 20 +485.1525952371821 + 30 +0.0 + 40 +9.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt2937,2938;{\fArial Narrow|b0|i0|c0|p34;\Lservice lane} + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +MTEXT + 5 +E2F8 +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4965.589180535208 + 20 +511.354171157421 + 30 +0.0 + 40 +9.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +\pxt2937,2938;{\fArial Narrow|b0|i0|c0|p34;\Lservice lane} + 11 +6.123233995736766E-17 + 21 +1.0 + 31 +0.0 + 73 + 1 + 44 +1.0 + 0 +LINE + 5 +E304 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5057.975921554762 + 20 +513.9250532641181 + 30 +0.0 + 11 +5093.975921554762 + 21 +513.9250532641181 + 31 +0.0 + 0 +LINE + 5 +E305 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5095.975921554761 + 20 +525.9250532641181 + 30 +0.0 + 11 +5103.766321100222 + 21 +525.9250532641181 + 31 +0.0 + 0 +LINE + 5 +E306 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5121.6855220093 + 20 +525.9250532641181 + 30 +0.0 + 11 +5131.475921554761 + 21 +525.9250532641181 + 31 +0.0 + 0 +INSERT + 5 +E307 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbBlockReference + 2 +zd + 10 +5075.975921554762 + 20 +513.9250532641181 + 30 +0.0 + 41 +-0.0399998741031595 + 42 +0.0399998741031595 + 43 +0.0399998741031123 + 50 +270.0 + 0 +LINE + 5 +E308 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5093.975921554762 + 20 +513.9250532641181 + 30 +0.0 + 11 +5093.975921554762 + 21 +523.9250532641181 + 31 +0.0 + 0 +CIRCLE + 5 +E309 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbCircle + 10 +5112.725921554761 + 20 +520.4500592280463 + 30 +0.0 + 40 +10.5 + 0 +ARC + 5 +E30A +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbCircle + 10 +5095.975921554761 + 20 +523.9250532641181 + 30 +0.0 + 40 +2.0 +100 +AcDbArc + 50 +90.0 + 51 +180.0 + 0 +LINE + 5 +E30B +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5057.975921554762 + 20 +513.9250532641181 + 30 +0.0 + 11 +5057.975921554762 + 21 +507.9250532641181 + 31 +0.0 + 0 +SPLINE + 5 +E30C +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbSpline +210 +0.0 +220 +0.0 +230 +1.0 + 70 + 8 + 71 + 3 + 72 + 11 + 73 + 7 + 74 + 5 + 42 +0.0000000001 + 43 +0.0000000001 + 44 +0.0000000001 + 40 +0.0 + 40 +0.0 + 40 +0.0 + 40 +0.0 + 40 +11.69196979950826 + 40 +32.54782347320884 + 40 +78.97650256337073 + 40 +93.55140307237467 + 40 +93.55140307237467 + 40 +93.55140307237467 + 40 +93.55140307237467 + 10 +5011.475921554763 + 20 +532.9262787430689 + 30 +0.0 + 10 +5015.35929546134 + 20 +533.7682849683193 + 30 +0.0 + 10 +5026.16973806076 + 20 +536.1122415857875 + 30 +0.0 + 10 +5051.011613088514 + 20 +525.1588479925514 + 30 +0.0 + 10 +5084.679725554484 + 20 +542.3152421383902 + 30 +0.0 + 10 +5086.23592066223 + 20 +562.9863399071196 + 30 +0.0 + 10 +5086.607724891048 + 20 +567.9250532641181 + 30 +0.0 + 11 +5011.475921554763 + 21 +532.9262787430689 + 31 +0.0 + 11 +5023.052153696583 + 21 +534.5673171921353 + 31 +0.0 + 11 +5043.593151004021 + 21 +530.9570454468758 + 31 +0.0 + 11 +5084.148935813828 + 21 +553.5590489093538 + 31 +0.0 + 11 +5086.607724891048 + 21 +567.9250532641181 + 31 +0.0 + 0 +LINE + 5 +E347 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5077.475921554762 + 20 +767.4250532641183 + 30 +0.0 + 11 +5077.475921554762 + 21 +758.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E348 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5077.475921554762 + 20 +767.4250532641183 + 30 +0.0 + 11 +5101.475921554761 + 21 +767.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E349 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5051.475921554762 + 20 +755.4250532641183 + 30 +0.0 + 11 +5074.475921554763 + 21 +755.4250532641183 + 31 +0.0 + 0 +INSERT + 5 +E34A +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbBlockReference + 2 +zd + 10 +5089.341322260903 + 20 +717.2882951506092 + 30 +0.0 + 41 +0.0399998741031595 + 42 +0.0399998741031595 + 43 +0.0399998741031123 + 50 +90.0 + 0 +LINE + 5 +E34B +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5103.475921554761 + 20 +769.4250532641183 + 30 +0.0 + 11 +5103.475921554761 + 21 +776.4250532641183 + 31 +0.0 + 0 +ARC + 5 +E34C +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbCircle + 10 +5074.475921554763 + 20 +758.4250532641183 + 30 +0.0 + 40 +3.0 +100 +AcDbArc + 50 +270.0 + 51 +0.0 + 0 +CIRCLE + 5 +E34D +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbCircle + 10 +5064.569805200623 + 20 +764.8913910759204 + 30 +0.0 + 40 +7.263219736929386 + 0 +ARC + 5 +E34E +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbCircle + 10 +5101.475921554761 + 20 +769.4250532641183 + 30 +0.0 + 40 +2.0 +100 +AcDbArc + 50 +270.0 + 51 +0.0 + 0 +LINE + 5 +E34F +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5051.475921554762 + 20 +755.4250532641183 + 30 +0.0 + 11 +5047.475921554762 + 21 +755.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E350 +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5051.475921554762 + 20 +755.4250532641183 + 30 +0.0 + 11 +5051.475921554762 + 21 +776.4250532641183 + 31 +0.0 + 0 +LINE + 5 +E36B +330 +1F +100 +AcDbEntity + 8 +Bathroom fixtures +100 +AcDbLine + 10 +5049.475921554762 + 20 +755.4250532641183 + 30 +0.0 + 11 +5049.475921554762 + 21 +776.4250532641183 + 31 +0.0 + 0 +MTEXT + 5 +E36C +330 +1F +100 +AcDbEntity + 8 +TXT +100 +AcDbMText + 10 +4682.199448842915 + 20 +201.9812706404937 + 30 +0.0 + 40 +9.0 + 41 +52873.61157476809 + 46 +0.0 + 71 + 8 + 72 + 5 + 1 +{\fArial Narrow|b0|i0|c0|p34;\LGROUND FLOOR PLAN\Poption-1} + 73 + 1 + 44 +1.0 + 0 +DIMENSION + 5 +E388 +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D377 + 10 +5153.294330649864 + 20 +437.4250532641187 + 30 +0.0 + 11 +5153.294330649864 + 21 +377.4171062276964 + 31 +0.0 + 70 + 160 + 71 + 5 + 42 +149.9999999999998 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5146.475921554761 + 23 +287.4250532641189 + 33 +0.0 + 14 +5140.475921554762 + 24 +437.4250532641187 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +DIMENSION + 5 +E3D4 +102 +{ACAD_REACTORS +330 +E3ED +102 +} +102 +{ACAD_XDICTIONARY +360 +E3E2 +102 +} +330 +1F +100 +AcDbEntity + 8 +wall +100 +AcDbDimension +280 + 0 + 2 +*D378 + 10 +5187.400224975609 + 20 +437.4250532641183 + 30 +0.0 + 11 +5187.400224975609 + 21 +419.9250532641191 + 31 +0.0 + 70 + 32 + 71 + 5 + 42 +35.0 + 73 + 0 + 74 + 0 + 75 + 0 + 3 +ISO-25 +100 +AcDbAlignedDimension + 13 +5192.475921554759 + 23 +402.4250532641183 + 33 +0.0 + 14 +5192.475921554759 + 24 +437.4250532641183 + 34 +0.0 + 50 +90.0 +100 +AcDbRotatedDimension + 0 +VIEWPORT + 5 +167C +102 +{ACAD_XDICTIONARY +360 +167D +102 +} +330 +D2 +100 +AcDbEntity + 67 + 1 + 8 +0 +100 +AcDbViewport + 10 +128.5 + 20 +97.5 + 30 +0.0 + 40 +429.7676694915255 + 41 +222.18 + 68 + 2 + 69 + -1 + 12 +128.5 + 22 +97.5 + 13 +0.0 + 23 +0.0 + 14 +10.0 + 24 +10.0 + 15 +10.0 + 25 +10.0 + 16 +0.0 + 26 +0.0 + 36 +1.0 + 17 +0.0 + 27 +0.0 + 37 +0.0 + 42 +50.0 + 43 +0.0 + 44 +0.0 + 45 +222.18 + 50 +0.0 + 51 +0.0 + 72 + 1000 + 90 + 819232 + 1 + +281 + 0 + 71 + 1 + 74 + 0 +110 +0.0 +120 +0.0 +130 +0.0 +111 +1.0 +121 +0.0 +131 +0.0 +112 +0.0 +122 +1.0 +132 +0.0 + 79 + 0 +146 +0.0 +170 + 0 + 61 + 5 +348 +F5 +292 + 1 +282 + 1 +141 +0.0 +142 +0.0 + 63 + 250 +421 + 3355443 + 0 +VIEWPORT + 5 +1680 +102 +{ACAD_XDICTIONARY +360 +1681 +102 +} +330 +D2 +100 +AcDbEntity + 67 + 1 + 8 +projection +100 +AcDbViewport + 10 +128.5 + 20 +97.5 + 30 +0.0 + 40 +205.6 + 41 +156.0 + 68 + 1 + 69 + -1 + 12 +940.2338760059474 + 22 +1956.117757019819 + 13 +0.0 + 23 +0.0 + 14 +10.0 + 24 +10.0 + 15 +10.0 + 25 +10.0 + 16 +0.0 + 26 +0.0 + 36 +1.0 + 17 +0.0 + 27 +0.0 + 37 +0.0 + 42 +50.0 + 43 +0.0 + 44 +0.0 + 45 +667.8060362397727 + 50 +0.0 + 51 +0.0 + 72 + 1000 + 90 + 557408 + 1 + +281 + 0 + 71 + 1 + 74 + 0 +110 +0.0 +120 +0.0 +130 +0.0 +111 +1.0 +121 +0.0 +131 +0.0 +112 +0.0 +122 +1.0 +132 +0.0 + 79 + 0 +146 +0.0 +170 + 0 + 61 + 5 +348 +F5 +292 + 1 +282 + 1 +141 +0.0 +142 +0.0 + 63 + 250 +421 + 3355443 + 0 +ENDSEC + 0 +SECTION + 2 +OBJECTS + 0 +DICTIONARY + 5 +C +330 +0 +100 +AcDbDictionary +281 + 1 + 3 +ACAD_COLOR +350 +6B + 3 +ACAD_GROUP +350 +D + 3 +ACAD_IMAGE_VARS +350 +E4FF + 3 +ACAD_LAYOUT +350 +1A + 3 +ACAD_MATERIAL +350 +6A + 3 +ACAD_MLEADERSTYLE +350 +12D + 3 +ACAD_MLINESTYLE +350 +17 + 3 +ACAD_PLOTSETTINGS +350 +19 + 3 +ACAD_PLOTSTYLENAME +350 +E + 3 +ACAD_SCALELIST +350 +10C + 3 +ACAD_TABLESTYLE +350 +7E + 3 +ACAD_VISUALSTYLE +350 +EF + 3 +ACDB_RECOMPOSE_DATA +350 +E502 + 3 +AcDbVariableDictionary +350 +5E + 3 +APPDATA +350 +E4FE + 0 +DICTIONARY + 5 +EEF +330 +2 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_LAYERFILTERS +360 +1F44 + 3 +ACAD_LAYERSTATES +360 +10F3 + 3 +ACLYDICTIONARY +360 +1F43 + 0 +DICTIONARY + 5 +13C +330 +10 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ADSK_XREC_LAYER_RECONCILED +360 +2FB + 0 +DICTIONARY + 5 +1CC +330 +1F +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_SORTENTS +360 +1179 + 0 +DICTIONARY + 5 +110F +330 +10F4 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_SORTENTS +360 +1110 + 0 +DICTIONARY + 5 +C92D +330 +C92C +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_SORTENTS +360 +C92E + 0 +DICTIONARY + 5 +CCD0 +330 +CCCF +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCD1 + 0 +DICTIONARY + 5 +CCD3 +330 +CCD2 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCD4 + 0 +DICTIONARY + 5 +CCE2 +330 +CCE1 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCE3 + 0 +DICTIONARY + 5 +CCE5 +330 +CCE4 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCE6 + 0 +DICTIONARY + 5 +CCE8 +330 +CCE7 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCE9 + 0 +DICTIONARY + 5 +CCEB +330 +CCEA +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCEC + 0 +DICTIONARY + 5 +CCEE +330 +CCED +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCEF + 0 +DICTIONARY + 5 +CCF1 +330 +CCF0 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCF2 + 0 +DICTIONARY + 5 +CCF4 +330 +CCF3 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCF5 + 0 +DICTIONARY + 5 +CCF7 +330 +CCF6 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCF8 + 0 +DICTIONARY + 5 +CCFD +330 +CCFC +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CCFE + 0 +DICTIONARY + 5 +CD00 +330 +CCFF +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CD01 + 0 +DICTIONARY + 5 +CD05 +330 +CD04 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CD06 + 0 +DICTIONARY + 5 +CD08 +330 +CD07 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CD09 + 0 +DICTIONARY + 5 +CD0B +330 +CD0A +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CD0C + 0 +DICTIONARY + 5 +CD0E +330 +CD0D +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CD0F + 0 +DICTIONARY + 5 +CD11 +330 +CD10 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CD12 + 0 +DICTIONARY + 5 +CD27 +330 +CD26 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CD28 + 0 +DICTIONARY + 5 +CFA0 +330 +CF9F +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CFA1 + 0 +DICTIONARY + 5 +CFA3 +330 +CFA2 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CFA4 + 0 +DICTIONARY + 5 +CFA9 +330 +CFA8 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CFAA + 0 +DICTIONARY + 5 +CFAC +330 +CFAB +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CFAD + 0 +DICTIONARY + 5 +CFB1 +330 +CFB0 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +CFB2 + 0 +DICTIONARY + 5 +DC79 +330 +DC6B +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +DC84 + 0 +DICTIONARY + 5 +DCF9 +330 +DCEB +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +DD04 + 0 +DICTIONARY + 5 +DD24 +330 +DD16 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +DD2F + 0 +DICTIONARY + 5 +DD9A +330 +DD8C +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +DDA5 + 0 +DICTIONARY + 5 +DDD5 +330 +DDD4 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +DDD6 + 0 +DICTIONARY + 5 +E0CD +330 +E0BF +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E0D8 + 0 +DICTIONARY + 5 +E0E7 +330 +E0D9 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E0F2 + 0 +DICTIONARY + 5 +E115 +330 +E107 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E120 + 0 +DICTIONARY + 5 +E20B +330 +E1FD +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E216 + 0 +DICTIONARY + 5 +E225 +330 +E217 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E230 + 0 +DICTIONARY + 5 +E23F +330 +E231 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E24A + 0 +DICTIONARY + 5 +E26D +330 +E25F +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E278 + 0 +DICTIONARY + 5 +E287 +330 +E279 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E292 + 0 +DICTIONARY + 5 +E2A1 +330 +E293 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E2AC + 0 +DICTIONARY + 5 +E2BB +330 +E2AD +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E2C6 + 0 +DICTIONARY + 5 +E2D5 +330 +E2C7 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E2E0 + 0 +DICTIONARY + 5 +E3E2 +330 +E3D4 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ACAD_DIMASSOC +360 +E3ED + 0 +DICTIONARY + 5 +167D +330 +167C +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ASDK_XREC_ANNOTATION_SCALE_INFO +360 +167E + 0 +DICTIONARY + 5 +1681 +330 +1680 +100 +AcDbDictionary +280 + 1 +281 + 1 + 3 +ASDK_XREC_ANNOTATION_SCALE_INFO +360 +1682 + 0 +DICTIONARY + 5 +6B +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 0 +DICTIONARY + 5 +D +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 0 +RASTERVARIABLES + 5 +E4FF +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbRasterVariables + 90 + 0 + 70 + 1 + 71 + 1 + 72 + 5 + 0 +DICTIONARY + 5 +1A +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 3 +Layout1 +350 +D3 + 3 +Layout2 +350 +D7 + 3 +Model +350 +22 + 0 +DICTIONARY + 5 +6A +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 3 +ByBlock +350 +ED + 3 +ByLayer +350 +EC + 3 +Global +350 +EE + 0 +DICTIONARY + 5 +12D +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 3 +Standard +350 +12E + 0 +DICTIONARY + 5 +17 +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 3 +Standard +350 +18 + 0 +DICTIONARY + 5 +19 +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 0 +ACDBDICTIONARYWDFLT + 5 +E +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 3 +Normal +350 +F +100 +AcDbDictionaryWithDefault +340 +F + 0 +DICTIONARY + 5 +10C +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 3 +A0 +350 +10D + 3 +A1 +350 +188 + 3 +A2 +350 +189 + 3 +A3 +350 +18A + 3 +A4 +350 +18B + 3 +A5 +350 +18C + 3 +A6 +350 +18D + 3 +A7 +350 +18E + 3 +A8 +350 +18F + 3 +A9 +350 +190 + 3 +B0 +350 +191 + 3 +B1 +350 +192 + 3 +B2 +350 +193 + 3 +B3 +350 +194 + 3 +B4 +350 +195 + 3 +B5 +350 +196 + 3 +B6 +350 +197 + 3 +B7 +350 +198 + 3 +B8 +350 +199 + 3 +B9 +350 +19A + 3 +C0 +350 +19B + 3 +C1 +350 +19C + 3 +C2 +350 +19D + 3 +C3 +350 +19E + 3 +C4 +350 +19F + 3 +C5 +350 +1A0 + 3 +C6 +350 +1A1 + 3 +C7 +350 +1A2 + 3 +C8 +350 +1A3 + 3 +C9 +350 +1A4 + 3 +D0 +350 +1A5 + 3 +D1 +350 +1A6 + 3 +D2 +350 +1A7 + 0 +DICTIONARY + 5 +7E +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 3 +Standard +350 +7F + 0 +DICTIONARY + 5 +EF +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 3 +2dWireframe +350 +F5 + 3 +3D Hidden +350 +F7 + 3 +3dWireframe +350 +F6 + 3 +Basic +350 +F4 + 3 +Brighten +350 +FB + 3 +ColorChange +350 +FF + 3 +Conceptual +350 +F8 + 3 +Dim +350 +FA + 3 +Facepattern +350 +FE + 3 +Flat +350 +F0 + 3 +FlatWithEdges +350 +F1 + 3 +Gouraud +350 +F2 + 3 +GouraudWithEdges +350 +F3 + 3 +Linepattern +350 +FD + 3 +Realistic +350 +F9 + 3 +Thicken +350 +FC + 0 +XRECORD + 5 +E502 +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbXrecord +280 + 1 + 90 + 1 +330 +7F + 0 +DICTIONARY + 5 +5E +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 3 +CANNOSCALE +350 +146 + 3 +CMLEADERSTYLE +350 +145 + 3 +CTABLESTYLE +350 +84 + 3 +DIMASSOC +350 +5F + 3 +HIDETEXT +350 +63 + 3 +XCLIPFRAME +350 +E503 + 0 +DICTIONARY + 5 +E4FE +102 +{ACAD_REACTORS +330 +C +102 +} +330 +C +100 +AcDbDictionary +281 + 1 + 0 +DICTIONARY + 5 +1F44 +102 +{ACAD_REACTORS +330 +EEF +102 +} +330 +EEF +100 +AcDbDictionary +281 + 1 + 0 +DICTIONARY + 5 +10F3 +102 +{ACAD_REACTORS +330 +EEF +102 +} +330 +EEF +100 +AcDbDictionary +281 + 1 + 0 +DICTIONARY + 5 +1F43 +102 +{ACAD_REACTORS +330 +EEF +102 +} +330 +EEF +100 +AcDbDictionary +281 + 1 +1001 +ACAD +1000 +